q2-tecton-elements 1.60.6 → 1.60.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundle-report.json +426 -426
- package/dist/cjs/q2-action-group_2.cjs.entry.js +2 -2
- package/dist/cjs/q2-action-sheet.cjs.entry.js +1 -1
- package/dist/cjs/q2-avatar.cjs.entry.js +1 -1
- package/dist/cjs/q2-badge_7.cjs.entry.js +1 -1
- package/dist/cjs/q2-calendar.cjs.entry.js +1 -1
- package/dist/cjs/q2-carousel-pane.cjs.entry.js +2 -2
- package/dist/cjs/q2-carousel.cjs.entry.js +1 -1
- package/dist/cjs/q2-chart-area.cjs.entry.js +1 -1
- package/dist/cjs/q2-chart-bar.cjs.entry.js +1 -1
- package/dist/cjs/q2-chart-donut.cjs.entry.js +1 -1
- package/dist/cjs/q2-checkbox-group.cjs.entry.js +1 -1
- package/dist/cjs/q2-checkbox.cjs.entry.js +1 -1
- package/dist/cjs/q2-context.cjs.entry.js +1 -1
- package/dist/cjs/q2-currency.cjs.entry.js +1 -1
- package/dist/cjs/q2-data-table.cjs.entry.js +1 -1
- package/dist/cjs/q2-detail.cjs.entry.js +1 -1
- package/dist/cjs/q2-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/q2-editable-field.cjs.entry.js +1 -1
- package/dist/cjs/q2-example.cjs.entry.js +1 -1
- package/dist/cjs/q2-form.cjs.entry.js +1 -1
- package/dist/cjs/q2-formatted-text.cjs.entry.js +1 -1
- package/dist/cjs/q2-grid-area.cjs.entry.js +1 -1
- package/dist/cjs/q2-grid.cjs.entry.js +1 -1
- package/dist/cjs/q2-item.cjs.entry.js +1 -1
- package/dist/cjs/q2-legend.cjs.entry.js +1 -1
- package/dist/cjs/q2-link_2.cjs.entry.js +1 -1
- package/dist/cjs/q2-message.cjs.entry.js +1 -1
- package/dist/cjs/q2-modal.cjs.entry.js +1 -1
- package/dist/cjs/q2-month-picker.cjs.entry.js +2 -2
- package/dist/cjs/q2-optgroup.cjs.entry.js +1 -1
- package/dist/cjs/q2-option-list_2.cjs.entry.js +2 -2
- package/dist/cjs/q2-pagination.cjs.entry.js +3 -3
- package/dist/cjs/q2-pill.cjs.entry.js +1 -1
- package/dist/cjs/q2-radio-group.cjs.entry.js +1 -1
- package/dist/cjs/q2-radio.cjs.entry.js +1 -1
- package/dist/cjs/q2-relative-time.cjs.entry.js +1 -1
- package/dist/cjs/q2-section.cjs.entry.js +2 -2
- package/dist/cjs/q2-select.cjs.entry.js +1 -1
- package/dist/cjs/q2-stepper-pane.cjs.entry.js +1 -1
- package/dist/cjs/q2-stepper.cjs.entry.js +1 -1
- package/dist/cjs/q2-textarea.cjs.entry.js +1 -1
- package/dist/collection/collection-manifest.json +3 -3
- package/dist/collection/components/q2-action-group/q2-action-group.js +1 -1
- package/dist/collection/components/q2-action-sheet/q2-action-sheet.js +1 -1
- package/dist/collection/components/q2-avatar/q2-avatar.js +1 -1
- package/dist/collection/components/q2-calendar/q2-calendar.js +1 -1
- package/dist/collection/components/q2-calendar/q2-month-picker.js +2 -2
- package/dist/collection/components/q2-carousel/q2-carousel.js +1 -1
- package/dist/collection/components/q2-carousel-pane/q2-carousel-pane.js +2 -2
- package/dist/collection/components/q2-chart-area/q2-chart-area.js +1 -1
- package/dist/collection/components/q2-chart-bar/q2-chart-bar.js +1 -1
- package/dist/collection/components/q2-chart-donut/q2-chart-donut.js +1 -1
- package/dist/collection/components/q2-checkbox/q2-checkbox.js +1 -1
- package/dist/collection/components/q2-checkbox-group/q2-checkbox-group.js +1 -1
- package/dist/collection/components/q2-context/q2-context.js +1 -1
- package/dist/collection/components/q2-currency/q2-currency.js +1 -1
- package/dist/collection/components/q2-data-table/q2-data-table.js +8 -8
- package/dist/collection/components/q2-detail/q2-detail.js +1 -1
- package/dist/collection/components/q2-dropdown/q2-dropdown.js +1 -1
- package/dist/collection/components/q2-editable-field/q2-editable-field.js +1 -1
- package/dist/collection/components/q2-example/q2-example.js +1 -1
- package/dist/collection/components/q2-file-picker/q2-file-picker.js +3 -3
- package/dist/collection/components/q2-form/q2-form.js +1 -1
- package/dist/collection/components/q2-formatted-text/q2-formatted-text.js +1 -1
- package/dist/collection/components/q2-grid/q2-grid.js +31 -31
- package/dist/collection/components/q2-grid-area/q2-grid-area.js +43 -43
- package/dist/collection/components/q2-input/q2-input.js +2 -2
- package/dist/collection/components/q2-item/q2-item.js +1 -1
- package/dist/collection/components/q2-legend/q2-legend.js +1 -1
- package/dist/collection/components/q2-list/q2-list.js +1 -1
- package/dist/collection/components/q2-message/q2-message.js +1 -1
- package/dist/collection/components/q2-modal/q2-modal.js +1 -1
- package/dist/collection/components/q2-optgroup/q2-optgroup.js +1 -1
- package/dist/collection/components/q2-option-list/q2-option-list.js +6 -6
- package/dist/collection/components/q2-pagination/q2-pagination.js +3 -3
- package/dist/collection/components/q2-pill/q2-pill.js +1 -1
- package/dist/collection/components/q2-popover/q2-popover.js +1 -1
- package/dist/collection/components/q2-radio/q2-radio.js +1 -1
- package/dist/collection/components/q2-radio-group/q2-radio-group.js +1 -1
- package/dist/collection/components/q2-relative-time/q2-relative-time.js +1 -1
- package/dist/collection/components/q2-resize-observer/q2-resize-observer.js +1 -1
- package/dist/collection/components/q2-section/q2-section.js +2 -2
- package/dist/collection/components/q2-select/q2-select.js +1 -1
- package/dist/collection/components/q2-stepper/q2-stepper.js +1 -1
- package/dist/collection/components/q2-stepper-pane/q2-stepper-pane.js +3 -3
- package/dist/collection/components/q2-textarea/q2-textarea.js +1 -1
- package/dist/components/q2-action-group2.js +1 -1
- package/dist/components/q2-action-sheet.js +1 -1
- package/dist/components/q2-avatar2.js +1 -1
- package/dist/components/q2-calendar.js +1 -1
- package/dist/components/q2-carousel-pane.js +2 -2
- package/dist/components/q2-carousel.js +1 -1
- package/dist/components/q2-chart-area.js +1 -1
- package/dist/components/q2-chart-bar.js +1 -1
- package/dist/components/q2-chart-donut.js +1 -1
- package/dist/components/q2-checkbox-group.js +1 -1
- package/dist/components/q2-checkbox2.js +1 -1
- package/dist/components/q2-context.js +1 -1
- package/dist/components/q2-currency.js +1 -1
- package/dist/components/q2-data-table.js +1 -1
- package/dist/components/q2-detail.js +1 -1
- package/dist/components/q2-dropdown.js +1 -1
- package/dist/components/q2-editable-field.js +1 -1
- package/dist/components/q2-example.js +1 -1
- package/dist/components/q2-form.js +1 -1
- package/dist/components/q2-formatted-text.js +1 -1
- package/dist/components/q2-grid-area.js +1 -1
- package/dist/components/q2-grid.js +1 -1
- package/dist/components/q2-input2.js +1 -1
- package/dist/components/q2-item2.js +1 -1
- package/dist/components/q2-legend2.js +1 -1
- package/dist/components/q2-list2.js +1 -1
- package/dist/components/q2-message2.js +1 -1
- package/dist/components/q2-modal.js +1 -1
- package/dist/components/q2-month-picker.js +2 -2
- package/dist/components/q2-optgroup2.js +1 -1
- package/dist/components/q2-option-list2.js +1 -1
- package/dist/components/q2-pagination.js +3 -3
- package/dist/components/q2-pill.js +1 -1
- package/dist/components/q2-popover2.js +1 -1
- package/dist/components/q2-radio-group.js +1 -1
- package/dist/components/q2-radio.js +1 -1
- package/dist/components/q2-relative-time.js +1 -1
- package/dist/components/q2-resize-observer2.js +1 -1
- package/dist/components/q2-section.js +2 -2
- package/dist/components/q2-select2.js +1 -1
- package/dist/components/q2-stepper-pane.js +1 -1
- package/dist/components/q2-stepper.js +1 -1
- package/dist/components/q2-textarea.js +1 -1
- package/dist/esm/q2-action-group_2.entry.js +2 -2
- package/dist/esm/q2-action-sheet.entry.js +1 -1
- package/dist/esm/q2-avatar.entry.js +1 -1
- package/dist/esm/q2-badge_7.entry.js +1 -1
- package/dist/esm/q2-calendar.entry.js +1 -1
- package/dist/esm/q2-carousel-pane.entry.js +2 -2
- package/dist/esm/q2-carousel.entry.js +1 -1
- package/dist/esm/q2-chart-area.entry.js +1 -1
- package/dist/esm/q2-chart-bar.entry.js +1 -1
- package/dist/esm/q2-chart-donut.entry.js +1 -1
- package/dist/esm/q2-checkbox-group.entry.js +1 -1
- package/dist/esm/q2-checkbox.entry.js +1 -1
- package/dist/esm/q2-context.entry.js +1 -1
- package/dist/esm/q2-currency.entry.js +1 -1
- package/dist/esm/q2-data-table.entry.js +1 -1
- package/dist/esm/q2-detail.entry.js +1 -1
- package/dist/esm/q2-dropdown.entry.js +1 -1
- package/dist/esm/q2-editable-field.entry.js +1 -1
- package/dist/esm/q2-example.entry.js +1 -1
- package/dist/esm/q2-form.entry.js +1 -1
- package/dist/esm/q2-formatted-text.entry.js +1 -1
- package/dist/esm/q2-grid-area.entry.js +1 -1
- package/dist/esm/q2-grid.entry.js +1 -1
- package/dist/esm/q2-item.entry.js +1 -1
- package/dist/esm/q2-legend.entry.js +1 -1
- package/dist/esm/q2-link_2.entry.js +1 -1
- package/dist/esm/q2-message.entry.js +1 -1
- package/dist/esm/q2-modal.entry.js +1 -1
- package/dist/esm/q2-month-picker.entry.js +2 -2
- package/dist/esm/q2-optgroup.entry.js +1 -1
- package/dist/esm/q2-option-list_2.entry.js +2 -2
- package/dist/esm/q2-pagination.entry.js +3 -3
- package/dist/esm/q2-pill.entry.js +1 -1
- package/dist/esm/q2-radio-group.entry.js +1 -1
- package/dist/esm/q2-radio.entry.js +1 -1
- package/dist/esm/q2-relative-time.entry.js +1 -1
- package/dist/esm/q2-section.entry.js +2 -2
- package/dist/esm/q2-select.entry.js +1 -1
- package/dist/esm/q2-stepper-pane.entry.js +1 -1
- package/dist/esm/q2-stepper.entry.js +1 -1
- package/dist/esm/q2-textarea.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-action-group_2.entry.js +4 -4
- package/dist/q2-tecton-elements/q2-action-sheet.entry.js +8 -8
- package/dist/q2-tecton-elements/q2-avatar.entry.js +6 -6
- package/dist/q2-tecton-elements/q2-badge_7.entry.js +3 -3
- package/dist/q2-tecton-elements/q2-calendar.entry.js +2 -2
- package/dist/q2-tecton-elements/q2-carousel-pane.entry.js +3 -3
- package/dist/q2-tecton-elements/q2-carousel.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-chart-area.entry.js +22 -22
- package/dist/q2-tecton-elements/q2-chart-bar.entry.js +2 -2
- package/dist/q2-tecton-elements/q2-chart-donut.entry.js +6 -6
- package/dist/q2-tecton-elements/q2-checkbox-group.entry.js +10 -10
- package/dist/q2-tecton-elements/q2-checkbox.entry.js +8 -8
- package/dist/q2-tecton-elements/q2-context.entry.js +11 -11
- package/dist/q2-tecton-elements/q2-currency.entry.js +8 -8
- package/dist/q2-tecton-elements/q2-data-table.entry.js +3 -3
- package/dist/q2-tecton-elements/q2-detail.entry.js +3 -3
- package/dist/q2-tecton-elements/q2-dropdown.entry.js +5 -5
- package/dist/q2-tecton-elements/q2-editable-field.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-example.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-form.entry.js +11 -11
- package/dist/q2-tecton-elements/q2-formatted-text.entry.js +2 -2
- package/dist/q2-tecton-elements/q2-grid-area.entry.js +2 -2
- package/dist/q2-tecton-elements/q2-grid.entry.js +3 -3
- package/dist/q2-tecton-elements/q2-item.entry.js +19 -19
- package/dist/q2-tecton-elements/q2-legend.entry.js +2 -2
- package/dist/q2-tecton-elements/q2-link_2.entry.js +9 -9
- package/dist/q2-tecton-elements/q2-message.entry.js +5 -5
- package/dist/q2-tecton-elements/q2-modal.entry.js +17 -17
- package/dist/q2-tecton-elements/q2-month-picker.entry.js +13 -13
- package/dist/q2-tecton-elements/q2-optgroup.entry.js +4 -4
- package/dist/q2-tecton-elements/q2-option-list_2.entry.js +21 -21
- package/dist/q2-tecton-elements/q2-pagination.entry.js +27 -27
- package/dist/q2-tecton-elements/q2-pill.entry.js +13 -13
- package/dist/q2-tecton-elements/q2-radio-group.entry.js +17 -17
- package/dist/q2-tecton-elements/q2-radio.entry.js +8 -8
- package/dist/q2-tecton-elements/q2-relative-time.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-section.entry.js +11 -11
- package/dist/q2-tecton-elements/q2-select.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-stepper-pane.entry.js +16 -16
- package/dist/q2-tecton-elements/q2-stepper.entry.js +12 -12
- package/dist/q2-tecton-elements/q2-textarea.entry.js +2 -2
- package/package.json +65 -66
- /package/dist/types/{builds/q2e/development/tecton/tecton → Users/kvanhouten/Documents/Work/tecton_extra}/packages/q2-tecton-elements/.stencil/jest.setup.d.ts +0 -0
|
@@ -96,7 +96,7 @@ export class Q2GridArea {
|
|
|
96
96
|
'--xl-align-self': this.xlAlign || this.lgAlign || this.mdAlign || this.smAlign || this.xsAlign || this.align,
|
|
97
97
|
'--xl-z-index': `${this.computedXlZIndex}`,
|
|
98
98
|
};
|
|
99
|
-
return (h(Host, { key: '
|
|
99
|
+
return (h(Host, { key: 'd7d3a3d287855dd9d1025d51a03d16ec45605ca9', style: q2GridAreaStyles }, h("slot", { key: '80fec4e2ce3ff3718ae29804e4b4e4b1826feff9' })));
|
|
100
100
|
}
|
|
101
101
|
static get is() { return "q2-grid-area"; }
|
|
102
102
|
static get encapsulation() { return "shadow"; }
|
|
@@ -122,7 +122,7 @@ export class Q2GridArea {
|
|
|
122
122
|
"references": {
|
|
123
123
|
"TQ2GridAreaAlignOptions": {
|
|
124
124
|
"location": "local",
|
|
125
|
-
"path": "/
|
|
125
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
126
126
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaAlignOptions"
|
|
127
127
|
}
|
|
128
128
|
}
|
|
@@ -148,7 +148,7 @@ export class Q2GridArea {
|
|
|
148
148
|
"references": {
|
|
149
149
|
"TQ2GridAreaColumnSpanOptions": {
|
|
150
150
|
"location": "local",
|
|
151
|
-
"path": "/
|
|
151
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
152
152
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaColumnSpanOptions"
|
|
153
153
|
}
|
|
154
154
|
}
|
|
@@ -174,7 +174,7 @@ export class Q2GridArea {
|
|
|
174
174
|
"references": {
|
|
175
175
|
"TQ2GridAreaColumnStartOptions": {
|
|
176
176
|
"location": "local",
|
|
177
|
-
"path": "/
|
|
177
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
178
178
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaColumnStartOptions"
|
|
179
179
|
}
|
|
180
180
|
}
|
|
@@ -200,7 +200,7 @@ export class Q2GridArea {
|
|
|
200
200
|
"references": {
|
|
201
201
|
"TQ2GridAreaJustifyOptions": {
|
|
202
202
|
"location": "local",
|
|
203
|
-
"path": "/
|
|
203
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
204
204
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaJustifyOptions"
|
|
205
205
|
}
|
|
206
206
|
}
|
|
@@ -226,7 +226,7 @@ export class Q2GridArea {
|
|
|
226
226
|
"references": {
|
|
227
227
|
"TQ2GridAreaAlignOptions": {
|
|
228
228
|
"location": "local",
|
|
229
|
-
"path": "/
|
|
229
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
230
230
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaAlignOptions"
|
|
231
231
|
}
|
|
232
232
|
}
|
|
@@ -251,7 +251,7 @@ export class Q2GridArea {
|
|
|
251
251
|
"references": {
|
|
252
252
|
"TQ2GridAreaColumnSpanOptions": {
|
|
253
253
|
"location": "local",
|
|
254
|
-
"path": "/
|
|
254
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
255
255
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaColumnSpanOptions"
|
|
256
256
|
}
|
|
257
257
|
}
|
|
@@ -276,7 +276,7 @@ export class Q2GridArea {
|
|
|
276
276
|
"references": {
|
|
277
277
|
"TQ2GridAreaColumnStartOptions": {
|
|
278
278
|
"location": "local",
|
|
279
|
-
"path": "/
|
|
279
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
280
280
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaColumnStartOptions"
|
|
281
281
|
}
|
|
282
282
|
}
|
|
@@ -301,7 +301,7 @@ export class Q2GridArea {
|
|
|
301
301
|
"references": {
|
|
302
302
|
"TQ2GridAreaJustifyOptions": {
|
|
303
303
|
"location": "local",
|
|
304
|
-
"path": "/
|
|
304
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
305
305
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaJustifyOptions"
|
|
306
306
|
}
|
|
307
307
|
}
|
|
@@ -326,7 +326,7 @@ export class Q2GridArea {
|
|
|
326
326
|
"references": {
|
|
327
327
|
"TQ2GridAreaRowSpanOptions": {
|
|
328
328
|
"location": "local",
|
|
329
|
-
"path": "/
|
|
329
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
330
330
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaRowSpanOptions"
|
|
331
331
|
}
|
|
332
332
|
}
|
|
@@ -351,7 +351,7 @@ export class Q2GridArea {
|
|
|
351
351
|
"references": {
|
|
352
352
|
"TQ2GridAreaRowStartOptions": {
|
|
353
353
|
"location": "local",
|
|
354
|
-
"path": "/
|
|
354
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
355
355
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaRowStartOptions"
|
|
356
356
|
}
|
|
357
357
|
}
|
|
@@ -376,7 +376,7 @@ export class Q2GridArea {
|
|
|
376
376
|
"references": {
|
|
377
377
|
"TQ2GridAreaZIndexOptions": {
|
|
378
378
|
"location": "local",
|
|
379
|
-
"path": "/
|
|
379
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
380
380
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaZIndexOptions"
|
|
381
381
|
}
|
|
382
382
|
}
|
|
@@ -401,7 +401,7 @@ export class Q2GridArea {
|
|
|
401
401
|
"references": {
|
|
402
402
|
"TQ2GridAreaAlignOptions": {
|
|
403
403
|
"location": "local",
|
|
404
|
-
"path": "/
|
|
404
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
405
405
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaAlignOptions"
|
|
406
406
|
}
|
|
407
407
|
}
|
|
@@ -426,7 +426,7 @@ export class Q2GridArea {
|
|
|
426
426
|
"references": {
|
|
427
427
|
"TQ2GridAreaColumnSpanOptions": {
|
|
428
428
|
"location": "local",
|
|
429
|
-
"path": "/
|
|
429
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
430
430
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaColumnSpanOptions"
|
|
431
431
|
}
|
|
432
432
|
}
|
|
@@ -451,7 +451,7 @@ export class Q2GridArea {
|
|
|
451
451
|
"references": {
|
|
452
452
|
"TQ2GridAreaColumnStartOptions": {
|
|
453
453
|
"location": "local",
|
|
454
|
-
"path": "/
|
|
454
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
455
455
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaColumnStartOptions"
|
|
456
456
|
}
|
|
457
457
|
}
|
|
@@ -476,7 +476,7 @@ export class Q2GridArea {
|
|
|
476
476
|
"references": {
|
|
477
477
|
"TQ2GridAreaJustifyOptions": {
|
|
478
478
|
"location": "local",
|
|
479
|
-
"path": "/
|
|
479
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
480
480
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaJustifyOptions"
|
|
481
481
|
}
|
|
482
482
|
}
|
|
@@ -501,7 +501,7 @@ export class Q2GridArea {
|
|
|
501
501
|
"references": {
|
|
502
502
|
"TQ2GridAreaRowSpanOptions": {
|
|
503
503
|
"location": "local",
|
|
504
|
-
"path": "/
|
|
504
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
505
505
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaRowSpanOptions"
|
|
506
506
|
}
|
|
507
507
|
}
|
|
@@ -526,7 +526,7 @@ export class Q2GridArea {
|
|
|
526
526
|
"references": {
|
|
527
527
|
"TQ2GridAreaRowStartOptions": {
|
|
528
528
|
"location": "local",
|
|
529
|
-
"path": "/
|
|
529
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
530
530
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaRowStartOptions"
|
|
531
531
|
}
|
|
532
532
|
}
|
|
@@ -551,7 +551,7 @@ export class Q2GridArea {
|
|
|
551
551
|
"references": {
|
|
552
552
|
"TQ2GridAreaZIndexOptions": {
|
|
553
553
|
"location": "local",
|
|
554
|
-
"path": "/
|
|
554
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
555
555
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaZIndexOptions"
|
|
556
556
|
}
|
|
557
557
|
}
|
|
@@ -576,7 +576,7 @@ export class Q2GridArea {
|
|
|
576
576
|
"references": {
|
|
577
577
|
"TQ2GridAreaRowSpanOptions": {
|
|
578
578
|
"location": "local",
|
|
579
|
-
"path": "/
|
|
579
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
580
580
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaRowSpanOptions"
|
|
581
581
|
}
|
|
582
582
|
}
|
|
@@ -602,7 +602,7 @@ export class Q2GridArea {
|
|
|
602
602
|
"references": {
|
|
603
603
|
"TQ2GridAreaRowStartOptions": {
|
|
604
604
|
"location": "local",
|
|
605
|
-
"path": "/
|
|
605
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
606
606
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaRowStartOptions"
|
|
607
607
|
}
|
|
608
608
|
}
|
|
@@ -628,7 +628,7 @@ export class Q2GridArea {
|
|
|
628
628
|
"references": {
|
|
629
629
|
"TQ2GridAreaAlignOptions": {
|
|
630
630
|
"location": "local",
|
|
631
|
-
"path": "/
|
|
631
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
632
632
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaAlignOptions"
|
|
633
633
|
}
|
|
634
634
|
}
|
|
@@ -653,7 +653,7 @@ export class Q2GridArea {
|
|
|
653
653
|
"references": {
|
|
654
654
|
"TQ2GridAreaColumnSpanOptions": {
|
|
655
655
|
"location": "local",
|
|
656
|
-
"path": "/
|
|
656
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
657
657
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaColumnSpanOptions"
|
|
658
658
|
}
|
|
659
659
|
}
|
|
@@ -678,7 +678,7 @@ export class Q2GridArea {
|
|
|
678
678
|
"references": {
|
|
679
679
|
"TQ2GridAreaColumnStartOptions": {
|
|
680
680
|
"location": "local",
|
|
681
|
-
"path": "/
|
|
681
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
682
682
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaColumnStartOptions"
|
|
683
683
|
}
|
|
684
684
|
}
|
|
@@ -703,7 +703,7 @@ export class Q2GridArea {
|
|
|
703
703
|
"references": {
|
|
704
704
|
"TQ2GridAreaJustifyOptions": {
|
|
705
705
|
"location": "local",
|
|
706
|
-
"path": "/
|
|
706
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
707
707
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaJustifyOptions"
|
|
708
708
|
}
|
|
709
709
|
}
|
|
@@ -728,7 +728,7 @@ export class Q2GridArea {
|
|
|
728
728
|
"references": {
|
|
729
729
|
"TQ2GridAreaRowSpanOptions": {
|
|
730
730
|
"location": "local",
|
|
731
|
-
"path": "/
|
|
731
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
732
732
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaRowSpanOptions"
|
|
733
733
|
}
|
|
734
734
|
}
|
|
@@ -753,7 +753,7 @@ export class Q2GridArea {
|
|
|
753
753
|
"references": {
|
|
754
754
|
"TQ2GridAreaRowStartOptions": {
|
|
755
755
|
"location": "local",
|
|
756
|
-
"path": "/
|
|
756
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
757
757
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaRowStartOptions"
|
|
758
758
|
}
|
|
759
759
|
}
|
|
@@ -778,7 +778,7 @@ export class Q2GridArea {
|
|
|
778
778
|
"references": {
|
|
779
779
|
"TQ2GridAreaZIndexOptions": {
|
|
780
780
|
"location": "local",
|
|
781
|
-
"path": "/
|
|
781
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
782
782
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaZIndexOptions"
|
|
783
783
|
}
|
|
784
784
|
}
|
|
@@ -803,7 +803,7 @@ export class Q2GridArea {
|
|
|
803
803
|
"references": {
|
|
804
804
|
"TQ2GridAreaAlignOptions": {
|
|
805
805
|
"location": "local",
|
|
806
|
-
"path": "/
|
|
806
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
807
807
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaAlignOptions"
|
|
808
808
|
}
|
|
809
809
|
}
|
|
@@ -828,7 +828,7 @@ export class Q2GridArea {
|
|
|
828
828
|
"references": {
|
|
829
829
|
"TQ2GridAreaColumnSpanOptions": {
|
|
830
830
|
"location": "local",
|
|
831
|
-
"path": "/
|
|
831
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
832
832
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaColumnSpanOptions"
|
|
833
833
|
}
|
|
834
834
|
}
|
|
@@ -853,7 +853,7 @@ export class Q2GridArea {
|
|
|
853
853
|
"references": {
|
|
854
854
|
"TQ2GridAreaColumnStartOptions": {
|
|
855
855
|
"location": "local",
|
|
856
|
-
"path": "/
|
|
856
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
857
857
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaColumnStartOptions"
|
|
858
858
|
}
|
|
859
859
|
}
|
|
@@ -878,7 +878,7 @@ export class Q2GridArea {
|
|
|
878
878
|
"references": {
|
|
879
879
|
"TQ2GridAreaJustifyOptions": {
|
|
880
880
|
"location": "local",
|
|
881
|
-
"path": "/
|
|
881
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
882
882
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaJustifyOptions"
|
|
883
883
|
}
|
|
884
884
|
}
|
|
@@ -903,7 +903,7 @@ export class Q2GridArea {
|
|
|
903
903
|
"references": {
|
|
904
904
|
"TQ2GridAreaRowSpanOptions": {
|
|
905
905
|
"location": "local",
|
|
906
|
-
"path": "/
|
|
906
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
907
907
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaRowSpanOptions"
|
|
908
908
|
}
|
|
909
909
|
}
|
|
@@ -928,7 +928,7 @@ export class Q2GridArea {
|
|
|
928
928
|
"references": {
|
|
929
929
|
"TQ2GridAreaRowStartOptions": {
|
|
930
930
|
"location": "local",
|
|
931
|
-
"path": "/
|
|
931
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
932
932
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaRowStartOptions"
|
|
933
933
|
}
|
|
934
934
|
}
|
|
@@ -953,7 +953,7 @@ export class Q2GridArea {
|
|
|
953
953
|
"references": {
|
|
954
954
|
"TQ2GridAreaZIndexOptions": {
|
|
955
955
|
"location": "local",
|
|
956
|
-
"path": "/
|
|
956
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
957
957
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaZIndexOptions"
|
|
958
958
|
}
|
|
959
959
|
}
|
|
@@ -978,7 +978,7 @@ export class Q2GridArea {
|
|
|
978
978
|
"references": {
|
|
979
979
|
"TQ2GridAreaAlignOptions": {
|
|
980
980
|
"location": "local",
|
|
981
|
-
"path": "/
|
|
981
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
982
982
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaAlignOptions"
|
|
983
983
|
}
|
|
984
984
|
}
|
|
@@ -1003,7 +1003,7 @@ export class Q2GridArea {
|
|
|
1003
1003
|
"references": {
|
|
1004
1004
|
"TQ2GridAreaColumnSpanOptions": {
|
|
1005
1005
|
"location": "local",
|
|
1006
|
-
"path": "/
|
|
1006
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
1007
1007
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaColumnSpanOptions"
|
|
1008
1008
|
}
|
|
1009
1009
|
}
|
|
@@ -1028,7 +1028,7 @@ export class Q2GridArea {
|
|
|
1028
1028
|
"references": {
|
|
1029
1029
|
"TQ2GridAreaColumnStartOptions": {
|
|
1030
1030
|
"location": "local",
|
|
1031
|
-
"path": "/
|
|
1031
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
1032
1032
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaColumnStartOptions"
|
|
1033
1033
|
}
|
|
1034
1034
|
}
|
|
@@ -1053,7 +1053,7 @@ export class Q2GridArea {
|
|
|
1053
1053
|
"references": {
|
|
1054
1054
|
"TQ2GridAreaJustifyOptions": {
|
|
1055
1055
|
"location": "local",
|
|
1056
|
-
"path": "/
|
|
1056
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
1057
1057
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaJustifyOptions"
|
|
1058
1058
|
}
|
|
1059
1059
|
}
|
|
@@ -1078,7 +1078,7 @@ export class Q2GridArea {
|
|
|
1078
1078
|
"references": {
|
|
1079
1079
|
"TQ2GridAreaRowSpanOptions": {
|
|
1080
1080
|
"location": "local",
|
|
1081
|
-
"path": "/
|
|
1081
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
1082
1082
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaRowSpanOptions"
|
|
1083
1083
|
}
|
|
1084
1084
|
}
|
|
@@ -1103,7 +1103,7 @@ export class Q2GridArea {
|
|
|
1103
1103
|
"references": {
|
|
1104
1104
|
"TQ2GridAreaRowStartOptions": {
|
|
1105
1105
|
"location": "local",
|
|
1106
|
-
"path": "/
|
|
1106
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
1107
1107
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaRowStartOptions"
|
|
1108
1108
|
}
|
|
1109
1109
|
}
|
|
@@ -1128,7 +1128,7 @@ export class Q2GridArea {
|
|
|
1128
1128
|
"references": {
|
|
1129
1129
|
"TQ2GridAreaZIndexOptions": {
|
|
1130
1130
|
"location": "local",
|
|
1131
|
-
"path": "/
|
|
1131
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
1132
1132
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaZIndexOptions"
|
|
1133
1133
|
}
|
|
1134
1134
|
}
|
|
@@ -1153,7 +1153,7 @@ export class Q2GridArea {
|
|
|
1153
1153
|
"references": {
|
|
1154
1154
|
"TQ2GridAreaZIndexOptions": {
|
|
1155
1155
|
"location": "local",
|
|
1156
|
-
"path": "/
|
|
1156
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-grid-area/q2-grid-area.tsx",
|
|
1157
1157
|
"id": "src/components/q2-grid-area/q2-grid-area.tsx::TQ2GridAreaZIndexOptions"
|
|
1158
1158
|
}
|
|
1159
1159
|
}
|
|
@@ -671,7 +671,7 @@ export class Q2Input {
|
|
|
671
671
|
}
|
|
672
672
|
render() {
|
|
673
673
|
const { ariaControls, ariaExpanded } = this.ariaAttributes;
|
|
674
|
-
return (h(Host, { key: '
|
|
674
|
+
return (h(Host, { key: 'e172a649409b18ca0ad0c08322936e92d9f2e071', role: this._role, "aria-controls": ariaControls, "aria-expanded": ariaExpanded }, h("div", { key: '5415038bee7d4aee6e349fcdd189942df2ce4ab3', class: this.wrapperClasses }, h("div", { key: 'a3a6e31c3cbf5ae66e5bb7ea78fd79b6bf0d51f1', class: "label-wrapper" }, renderLabel(this), this.renderCountDOM()), this.renderInputContainerDOM(), renderMessages(this))));
|
|
675
675
|
}
|
|
676
676
|
static get is() { return "q2-input"; }
|
|
677
677
|
static get encapsulation() { return "shadow"; }
|
|
@@ -1493,7 +1493,7 @@ export class Q2Input {
|
|
|
1493
1493
|
"references": {
|
|
1494
1494
|
"InputType": {
|
|
1495
1495
|
"location": "local",
|
|
1496
|
-
"path": "/
|
|
1496
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-input/q2-input.tsx",
|
|
1497
1497
|
"id": "src/components/q2-input/q2-input.tsx::InputType"
|
|
1498
1498
|
}
|
|
1499
1499
|
}
|
|
@@ -117,7 +117,7 @@ export class Q2Item {
|
|
|
117
117
|
// #region Render Methods
|
|
118
118
|
render() {
|
|
119
119
|
const { clickable } = this;
|
|
120
|
-
return (h("div", { key: '
|
|
120
|
+
return (h("div", { key: '6b3bb1e5c44109c9cec72510e2a6ce3ef1341ee0', "test-id": "itemContainer", class: this.itemClasses, ref: el => (this.itemElement = el), role: clickable ? 'button' : undefined, tabIndex: clickable ? 0 : undefined }, this.hasBulletSlotContent && (h("div", { key: '85550e33d0ed9ea6fbcc2b6011ef816c6582a409', class: this.bulletClasses }, h("slot", { key: '27878595e0c6e1dd7bff4f89d088d2eff3a89081', name: "bullet" }))), h("div", { key: '66cb1e4c12228134b52bc9ce7fc6948e0e032189', class: this.mainClasses }, this.hasHeaderSlotContent && (h("div", { key: '1c6153c3ffec60e206aa48da2e64ff34fc9c4759', class: "header" }, h("slot", { key: 'cff1262d7b3de7ba43315259db55c46b9573b57b', name: "header" }))), this.hasBodySlotContent && (h("div", { key: '65e0912d2f9e8af1d482251623134a636279df61', class: "body" }, h("slot", { key: '8be6e8685365294f4ec73321286a4a54a73de02c', name: "body" })))), this.hasActionSlotContent && (h("div", { key: 'a2cc7e70215f381527f47b1888ee838620a69e44', class: this.actionClasses }, h("slot", { key: '219cf069772b09dcaf230a8025acbb96afe39a74', name: "action" }))), this.hasFooterSlotContent && (h("div", { key: '0184eebce11e3979fea36d9d321f96c23571f622', class: this.footerClasses }, h("slot", { key: 'def0861ee4c73d4b8a4027993cb5990ed93231a9', name: "footer" })))));
|
|
121
121
|
}
|
|
122
122
|
static get is() { return "q2-item"; }
|
|
123
123
|
static get encapsulation() { return "shadow"; }
|
|
@@ -101,7 +101,7 @@ export class Q2Legend {
|
|
|
101
101
|
// #endregion
|
|
102
102
|
// #region Render Methods
|
|
103
103
|
render() {
|
|
104
|
-
return (h("click-elsewhere", { key: '
|
|
104
|
+
return (h("click-elsewhere", { key: 'b955f605c385783d6957979ed48a54be4e85e354', onChange: () => this.onClickElsewhere(this) }, h("ul", { key: 'd6a97f3953f777dce363bbca502a95e0925437b5' }, this.dataWithClasses.map(item => (h("li", { class: "item" }, h("button", { "test-id": "item", "aria-label": `${item.name} ${this.formatValue(item.value)}`, class: item.classes, onClick: event => this.onClick(event, item), onMouseEnter: event => this.onMouseEnter(event, item), onMouseLeave: event => this.onMouseLeave(event, item) }, h("span", { "test-id": "itemColor", class: "item-color-indicator", style: { backgroundColor: item.color }, "aria-hidden": "true" }), h("span", { "test-id": "itemName", class: "item-name" }, item.name), h("span", { id: `item-${item.id}`, "test-id": "itemValue", class: "item-value" }, this.formatValue(item.value)))))))));
|
|
105
105
|
}
|
|
106
106
|
static get is() { return "q2-legend"; }
|
|
107
107
|
static get encapsulation() { return "shadow"; }
|
|
@@ -64,7 +64,7 @@ export class Q2List {
|
|
|
64
64
|
// #endregion
|
|
65
65
|
// #region Render Methods
|
|
66
66
|
render() {
|
|
67
|
-
return (h("div", { key: '
|
|
67
|
+
return (h("div", { key: '87de0bf3b9b86df335cd05f811fff108d512fdad', class: this.listClasses, ref: el => (this.listElement = el) }, (this.hasFilterSlot || this.hasLabelContent) && (h("div", { key: '08333b2adb11d1b5367f164da7dde1003da06e4e', class: this.headerClasses }, h("div", { key: '77dbdc5fb278d64ddd0f3d81631dee81a516eafa', class: "label" }, this.label), this.hasFilterSlot && h("slot", { key: '39e940169c5d5dfd942234add697f6e81dbd5dd4', name: "filter" }))), h("div", { key: '71fbdfb3752feab05b73022670768837e92fef3e', role: "list" }, h("slot", { key: 'f0d574242dda38a3bcf7cdebeb20e5bf32001e1c' }))));
|
|
68
68
|
}
|
|
69
69
|
static get is() { return "q2-list"; }
|
|
70
70
|
static get encapsulation() { return "shadow"; }
|
|
@@ -61,7 +61,7 @@ export class Q2Message {
|
|
|
61
61
|
const addDivForAriaLive = !isFirefox && this.presentToggle;
|
|
62
62
|
const { description } = this;
|
|
63
63
|
const messageLabel = loc(`tecton.element.message.type.${this.type ? this.type : 'info'}`);
|
|
64
|
-
return (h("div", { key: '
|
|
64
|
+
return (h("div", { key: '1c9d5fc617703a5193b0907d6808b73bcbda76ca', tabindex: "-1", class: "message", role: description ? undefined : 'alert', "aria-live": description ? undefined : 'assertive', "aria-atomic": description ? undefined : 'true', "aria-relevant": description && addAriaHiddenForAriaLive ? undefined : 'all', "test-id": "messageContainer" }, this.appearance === 'standard' ? this.messageIcon(this.type) : '', addDivForAriaLive && h("div", { key: '1fb3a9261694ed8c99c4b4324aeff0b15f63b7cb', class: "sr" }), h("div", { key: '5e9989ebba7512b492002ab0abc951f2d6b7fcc8', class: "sr message-label" }, messageLabel), h("div", { key: '37de20f2c426afbed3c15048643a60f42321cfa3', class: "message-content", "aria-hidden": addAriaHiddenForAriaLive ? 'true' : undefined }, h("slot", { key: 'bddc8bb5641c773c8c47f94bbfe8cdb0562e2a49' }))));
|
|
65
65
|
}
|
|
66
66
|
static get is() { return "q2-message"; }
|
|
67
67
|
static get encapsulation() { return "shadow"; }
|
|
@@ -150,7 +150,7 @@ export class Q2Modal {
|
|
|
150
150
|
render() {
|
|
151
151
|
const interiorClasses = `interior`;
|
|
152
152
|
const renderStatus = `${this.renderStatus || ''}`;
|
|
153
|
-
return (h("dialog", { key: '
|
|
153
|
+
return (h("dialog", { key: '2e7528de8d51dcefc86ed5ba61f675d4b4d858a9', ref: el => (this.dialogElement = el), class: renderStatus, onClick: this.onClick }, h("div", { key: '8e71dd9391e5c1f6648dc3c85a8ed9d5cc722031', class: interiorClasses }, this.title && (h("header", { key: '7c088eac4d1841ce7b93d04e130af3c01f032068' }, this.title && h("h2", { key: 'd75587d75195c5326db3c43596ee78e2be151ea9', class: "title" }, this.title), !!this.closable && (h("q2-btn", { key: 'ec9244917226d5ea2142f5af33ddc56c9d6f8222', class: "btn-close", "test-id": "btnClose", onClick: this.onCancel, label: "tecton.element.modal.close", "hide-label": true }, h("q2-icon", { key: '986ab66605853ae24d8e32207c92d1fbfa53e3b6', type: "close" }))))), h("div", { key: '168a8c0af6b67af175ee2d0dae33220c80208453', class: "content", ref: el => (this.contentElement = el) }, this.icon && (h("div", { key: 'adb289ba75e436832ba9415e6a09794201b4ba93', class: "icon" }, h("q2-icon", { key: 'b98f0dfba93d3aeeac333af274ab7aff922ead76', type: this.icon, style: this.iconStyle() }))), this.imageSrc && (h("div", { key: 'eecd1754be42b01ba6ea5f824306c5bfe10a628d', class: "image" }, h("img", { key: '30a6cd052e8668b243f1f0247794bae7cdfbd470', src: this.imageSrc }))), hasSlotContent(this.hostElement, 'content') && h("slot", { key: '1b490d7e61745df8d85605c7f7514393cea84218', name: "content" }), this.description && h("p", { key: '1e224e11506e3e335784fc252aa0b7841085cc87', class: "description" }, this.description), this.customMarkup && (h("p", { key: '9ff09f3c77856fcd1058b5cf0bb17a6debe6d628', class: "customMarkup", innerHTML: sanitizeHTMLString(this.customMarkup) }))), h("footer", { key: '83f26a7a8a70bcc9d9d70f856a0d4fe7996bdc30' }, h("q2-action-group", { key: '0188baa2fe3f396f55c092dbefafc8bafc0d9b30', "full-width": true }, h("slot", { key: 'bc6753152422b6430a0d2429f9e3533d3c13bcea', name: "action" }))))));
|
|
154
154
|
}
|
|
155
155
|
static get is() { return "q2-modal"; }
|
|
156
156
|
static get encapsulation() { return "shadow"; }
|
|
@@ -48,7 +48,7 @@ export class Q2Optgroup {
|
|
|
48
48
|
// #endregion
|
|
49
49
|
// #region Render Methods
|
|
50
50
|
render() {
|
|
51
|
-
return (h("div", { key: '
|
|
51
|
+
return (h("div", { key: '36e4d596e9efbcfea07c9aef8cce8ac376228bfb', class: "q2-optgroup-container", hidden: this.hidden, "aria-labelledby": this.headerId, role: "group" }, h("div", { key: '23547157b8c58f87e656a3dbc533fd22315b549e', class: "q2-optgroup-header", id: this.headerId }, (this.label && loc(this.label)) || ''), h("div", { key: 'd53db927fdd872f2de3b61d46c2221b6925c760a', class: "q2-optgroup-options" }, h("slot", { key: 'b563fb8bd14f685bc24a3cde439b5ff7245cf82b' }))));
|
|
52
52
|
}
|
|
53
53
|
static get is() { return "q2-optgroup"; }
|
|
54
54
|
static get encapsulation() { return "shadow"; }
|
|
@@ -558,7 +558,7 @@ export class Q2OptionList {
|
|
|
558
558
|
// #endregion
|
|
559
559
|
// #region Render Methods
|
|
560
560
|
render() {
|
|
561
|
-
return (h(Host, { key: '
|
|
561
|
+
return (h(Host, { key: '5edc081d3fb53aef29de115f7424724e4512e4ff' }, h("div", { key: 'c3f9531ff069af3b9783746c4aa8d834c8b0d8fa', class: "content", ref: el => (this.contentElement = el), onFocusout: this.focusoutHandler }, h("div", { key: 'c7abcf68ba932da462af3552af52c7f3d292e97b', class: "options", "aria-label": loc('tecton.element.optionList.label', [this.label]), "aria-multiselectable": `${!!this.multiple}`, role: this.type || 'listbox', onKeyDown: this.internalKeydownHandler, onClick: this.clickHandler }, h("slot", { key: '2358f47cfb29e30814168e448561d891b9edaa7d' })))));
|
|
562
562
|
}
|
|
563
563
|
static get is() { return "q2-option-list"; }
|
|
564
564
|
static get encapsulation() { return "shadow"; }
|
|
@@ -702,7 +702,7 @@ export class Q2OptionList {
|
|
|
702
702
|
"references": {
|
|
703
703
|
"IOptionValue": {
|
|
704
704
|
"location": "local",
|
|
705
|
-
"path": "/
|
|
705
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-option-list/q2-option-list.tsx",
|
|
706
706
|
"id": "src/components/q2-option-list/q2-option-list.tsx::IOptionValue"
|
|
707
707
|
}
|
|
708
708
|
}
|
|
@@ -780,7 +780,7 @@ export class Q2OptionList {
|
|
|
780
780
|
"references": {
|
|
781
781
|
"IOptionValue": {
|
|
782
782
|
"location": "local",
|
|
783
|
-
"path": "/
|
|
783
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-option-list/q2-option-list.tsx",
|
|
784
784
|
"id": "src/components/q2-option-list/q2-option-list.tsx::IOptionValue"
|
|
785
785
|
}
|
|
786
786
|
}
|
|
@@ -800,7 +800,7 @@ export class Q2OptionList {
|
|
|
800
800
|
},
|
|
801
801
|
"complexType": {
|
|
802
802
|
"original": "{ open: boolean; action: 'close' | 'select' | 'open' }",
|
|
803
|
-
"resolved": "{ open: boolean; action: \"
|
|
803
|
+
"resolved": "{ open: boolean; action: \"open\" | \"select\" | \"close\"; }",
|
|
804
804
|
"references": {}
|
|
805
805
|
}
|
|
806
806
|
}, {
|
|
@@ -840,7 +840,7 @@ export class Q2OptionList {
|
|
|
840
840
|
},
|
|
841
841
|
"ValidOptionElements": {
|
|
842
842
|
"location": "local",
|
|
843
|
-
"path": "/
|
|
843
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-option-list/q2-option-list.tsx",
|
|
844
844
|
"id": "src/components/q2-option-list/q2-option-list.tsx::ValidOptionElements"
|
|
845
845
|
}
|
|
846
846
|
},
|
|
@@ -862,7 +862,7 @@ export class Q2OptionList {
|
|
|
862
862
|
},
|
|
863
863
|
"ValidOptionElements": {
|
|
864
864
|
"location": "local",
|
|
865
|
-
"path": "/
|
|
865
|
+
"path": "/Users/kvanhouten/Documents/Work/tecton_extra/packages/q2-tecton-elements/src/components/q2-option-list/q2-option-list.tsx",
|
|
866
866
|
"id": "src/components/q2-option-list/q2-option-list.tsx::ValidOptionElements"
|
|
867
867
|
}
|
|
868
868
|
},
|
|
@@ -247,7 +247,7 @@ export class Q2Pagination {
|
|
|
247
247
|
total,
|
|
248
248
|
});
|
|
249
249
|
}
|
|
250
|
-
return (h("nav", { key: '
|
|
250
|
+
return (h("nav", { key: 'ea7bad99b6988da7344f48977589372a9eecafca', class: "container", ref: el => (this.containerElement = el), "aria-label": loc('tecton.element.pagination.title') }, h("div", { key: 'e5e5d5909ecc04623dab3f2a5cf1efbeb04485e9', class: "description", "test-id": "description" }, pagesOnly
|
|
251
251
|
? loc('tecton.element.pagination.pages', {
|
|
252
252
|
current: page,
|
|
253
253
|
total: totalPages,
|
|
@@ -256,10 +256,10 @@ export class Q2Pagination {
|
|
|
256
256
|
range: currentRange,
|
|
257
257
|
recordType: recordType.toLowerCase(),
|
|
258
258
|
total: total.toLocaleString(),
|
|
259
|
-
})), h("div", { key: '
|
|
259
|
+
})), h("div", { key: 'dd85b925e3f7628e2f06a3f3bf0eb8638c477159', class: "btn-group" }, h("q2-btn", { key: 'a819cf505e48f7b707c464b51bc34ba5be997132', ref: el => (this.firstPageBtn = el), label: loc('tecton.element.pagination.goToFirstPage'), disabled: onFirstPage, hidden: isFullViewHidden, onClick: () => this.handlePageChange(1), "test-id": "firstPageBtn", "hide-label": true }, h("q2-icon", { key: '130e7630a35b9f973bf5e7ed4f1131e23f430bab', type: "chevron-double-left" })), h("q2-btn", { key: '3cb44d78ec6a77848a0b23eb031f620a6b2cd1e0', ref: el => (this.prevPageBtn = el), label: prevButtonLabel, disabled: onFirstPage, onClick: () => this.handlePageChange(page - 1), "test-id": "prevPageBtn", "hide-label": true }, h("q2-icon", { key: 'fba3e6d775727cfa529d6c5fde3d8da8143debd8', type: "chevron-left" }))), h("div", { key: '6588afe6625fa4130bdfb0907709e63431bd82ad', class: "controls", hidden: isFullViewHidden, "test-id": "controls" }, h("span", { key: 'c6ec518ddf327913fba61e5cd6c1a4412bdcb18a', "aria-hidden": "true" }, loc('tecton.element.pagination.page')), h("div", { key: '6de3983131e9b369953492e64a4c8f32a7fb4969', class: "input-wrapper", onClick: () => this.inputField.dispatchEvent(new FocusEvent('focus')) }, h("q2-input", { key: '459b82d5dde1939f2b5d94e8f38bd9ae79f45074', ref: el => (this.inputField = el), type: "number", value: `${page}`, min: 1, max: this.totalPages, hideLabel: true, optional: true, label: `${loc('tecton.element.pagination.page')} (${loc('tecton.element.pagination.ofPages', [totalPages.toLocaleString()])})`, onChange: event => {
|
|
260
260
|
event.stopPropagation();
|
|
261
261
|
this.handlePageChange(event.detail.value);
|
|
262
|
-
}, "test-id": "pageInput", current: "page" })), h("span", { key: '
|
|
262
|
+
}, "test-id": "pageInput", current: "page" })), h("span", { key: '24f5880eef4dccb874f1edd77e13a806397cb969', "aria-hidden": "true" }, loc('tecton.element.pagination.ofPages', [totalPages.toLocaleString()]))), h("div", { key: '8a91a5373047d7c119971b965c95cc9139a592d7', class: "btn-group" }, h("q2-btn", { key: '1cca2fa3329cc7ee11443b9e7e2927ea2262f1d5', ref: el => (this.nextPageBtn = el), label: nextButtonLabel, disabled: onLastPage, onClick: () => this.handlePageChange(page + 1), "test-id": "nextPageBtn", "hide-label": true }, h("q2-icon", { key: '7fc0c6696c5ab34149d6d4aafb1b453f819a3b9e', type: "chevron-right" })), h("q2-btn", { key: '8e2e1a682adc037d35cd50e2b153e3d6219500e3', ref: el => (this.lastPageBtn = el), label: "tecton.element.pagination.goToLastPage", disabled: onLastPage, hidden: isFullViewHidden, onClick: () => this.handlePageChange(totalPages), "test-id": "lastPageBtn", "hide-label": true }, h("q2-icon", { key: 'f9e9479e4b3bdf4d877b480530c56372773bce50', type: "chevron-double-right" }))), h("div", { key: 'a00a1cdd52e943b0c5c4af10fe93acc8d77baead', class: "per-page", hidden: isFullViewHidden || !((_a = this.perPageIncrements) === null || _a === void 0 ? void 0 : _a.length) }, showPerPageSelect && this.renderPerPage())));
|
|
263
263
|
}
|
|
264
264
|
static get is() { return "q2-pagination"; }
|
|
265
265
|
static get encapsulation() { return "shadow"; }
|