57 |
${filePath}
58 |
${this.data.lineNumber + 1}:${this.data.columnNumber}
59 |
`;
60 | // this.itemElement.setAttribute('data-name', filePath);
61 | });
62 | }
63 | getElement() {
64 | return this.viewElement.element;
65 | }
66 | };
67 | __decorate([
68 | Element('.xatom-group-item'),
69 | __metadata("design:type", HTMLButtonElement)
70 | ], DebugFrameView.prototype, "itemElement", void 0);
71 | __decorate([
72 | Action('click', '.xatom-group-item'),
73 | __metadata("design:type", Function),
74 | __metadata("design:paramtypes", []),
75 | __metadata("design:returntype", void 0)
76 | ], DebugFrameView.prototype, "openFrame", null);
77 | DebugFrameView = __decorate([
78 | View({
79 | name: 'xatom-debug-frame',
80 | template: `