q2-tecton-elements 1.69.1 → 1.70.0
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 +2246 -355
- package/dist/cjs/click-elsewhere_3.cjs.entry.js +2 -2
- package/dist/cjs/{index-D2LFCsNP.js → index-SpDCZABA.js} +2 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/q2-action-group_2.cjs.entry.js +1 -1
- package/dist/cjs/q2-action-sheet.cjs.entry.js +2 -2
- package/dist/cjs/q2-badge_2.cjs.entry.js +11 -4
- package/dist/cjs/q2-btn_2.cjs.entry.js +6 -2
- package/dist/cjs/q2-calendar.cjs.entry.js +5 -3
- package/dist/cjs/q2-card-image.cjs.entry.js +8 -6
- package/dist/cjs/q2-card.cjs.entry.js +2 -2
- package/dist/cjs/q2-carousel-pane.cjs.entry.js +1 -1
- 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 +2 -2
- package/dist/cjs/q2-checkbox-group.cjs.entry.js +1 -1
- package/dist/cjs/q2-checkbox_2.cjs.entry.js +4 -3
- 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 +6 -3
- package/dist/cjs/q2-detail.cjs.entry.js +2 -2
- package/dist/cjs/q2-dropdown-item.cjs.entry.js +1 -1
- package/dist/cjs/q2-dropdown.cjs.entry.js +3 -3
- package/dist/cjs/q2-editable-field.cjs.entry.js +12 -4
- package/dist/cjs/q2-file-picker.cjs.entry.js +1 -1
- package/dist/cjs/q2-icon.cjs.entry.js +1 -1
- package/dist/cjs/q2-item.cjs.entry.js +2 -2
- package/dist/cjs/q2-legend.cjs.entry.js +1 -1
- package/dist/cjs/q2-link_2.cjs.entry.js +2 -2
- package/dist/cjs/q2-loc.cjs.entry.js +20 -2
- package/dist/cjs/q2-message.cjs.entry.js +1 -1
- package/dist/cjs/q2-meter.cjs.entry.js +2 -2
- package/dist/cjs/q2-modal.cjs.entry.js +3 -3
- package/dist/cjs/q2-month-picker.cjs.entry.js +1 -1
- package/dist/cjs/q2-optgroup.cjs.entry.js +1 -1
- package/dist/cjs/q2-option.cjs.entry.js +1 -1
- package/dist/cjs/q2-otp.cjs.entry.js +1 -1
- package/dist/cjs/q2-pagination.cjs.entry.js +1 -1
- 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-search.cjs.entry.js +101 -12
- package/dist/cjs/q2-section.cjs.entry.js +2 -2
- package/dist/cjs/q2-select.cjs.entry.js +36 -6
- package/dist/cjs/q2-stepper-pane.cjs.entry.js +1 -1
- package/dist/cjs/q2-stepper-vertical.cjs.entry.js +24 -18
- package/dist/cjs/q2-stepper.cjs.entry.js +5 -4
- package/dist/cjs/q2-surface.cjs.entry.js +95 -0
- package/dist/cjs/q2-tab-container.cjs.entry.js +2 -2
- package/dist/cjs/q2-tab-pane.cjs.entry.js +1 -1
- package/dist/cjs/q2-tecton-elements.cjs.js +1 -1
- package/dist/cjs/q2-textarea.cjs.entry.js +1 -1
- package/dist/cjs/q2-toast.cjs.entry.js +1 -1
- package/dist/cjs/q2-tooltip.cjs.entry.js +1 -1
- package/dist/cjs/tecton-tab-pane.cjs.entry.js +2 -2
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/q2-action-sheet/q2-action-sheet.css +1 -1
- package/dist/collection/components/q2-btn/q2-btn.css +32 -17
- package/dist/collection/components/q2-btn/q2-btn.js +6 -1
- package/dist/collection/components/q2-calendar/q2-calendar.js +24 -2
- package/dist/collection/components/q2-calendar/test/q2-calendar-test.vr.js +4 -0
- package/dist/collection/components/q2-card/q2-card.css +2 -2
- package/dist/collection/components/q2-card-image/q2-card-image.css +3 -0
- package/dist/collection/components/q2-card-image/q2-card-image.js +25 -23
- package/dist/collection/components/q2-chart-area/q2-chart-area.css +4 -0
- package/dist/collection/components/q2-chart-bar/q2-chart-bar.css +4 -0
- package/dist/collection/components/q2-chart-donut/q2-chart-donut.css +1 -1
- package/dist/collection/components/q2-checkbox/q2-checkbox.js +2 -1
- package/dist/collection/components/q2-currency/q2-currency.css +1 -1
- package/dist/collection/components/q2-data-table/q2-data-table.js +5 -2
- package/dist/collection/components/q2-detail/q2-detail.css +12 -12
- package/dist/collection/components/q2-dropdown/q2-dropdown.js +2 -2
- package/dist/collection/components/q2-editable-field/q2-editable-field.js +11 -3
- package/dist/collection/components/q2-input/q2-input.css +11 -1
- package/dist/collection/components/q2-input/q2-input.js +29 -2
- package/dist/collection/components/q2-input/test/q2-input-test.vr.js +8 -0
- package/dist/collection/components/q2-item/q2-item.css +10 -5
- package/dist/collection/components/q2-item/test/q2-item-test.vr.js +132 -0
- package/dist/collection/components/q2-legend/q2-legend.css +2 -2
- package/dist/collection/components/q2-list/q2-list.css +1 -1
- package/dist/collection/components/q2-loc/q2-loc.js +42 -1
- package/dist/collection/components/q2-message/q2-message.css +4 -0
- package/dist/collection/components/q2-meter/q2-meter.css +3 -3
- package/dist/collection/components/q2-modal/q2-modal.css +1 -1
- package/dist/collection/components/q2-modal/q2-modal.js +2 -2
- package/dist/collection/components/q2-otp/q2-otp.css +33 -0
- package/dist/collection/components/q2-otp/test/q2-otp-test.vr.js +83 -0
- package/dist/collection/components/q2-popover/q2-popover.css +2 -1
- package/dist/collection/components/q2-radio/q2-radio.css +2 -0
- package/dist/collection/components/q2-search/q2-search.css +30 -0
- package/dist/collection/components/q2-search/q2-search.js +99 -10
- package/dist/collection/components/q2-search/test/q2-search-test.vr.js +145 -0
- package/dist/collection/components/q2-section/q2-section.css +1 -1
- package/dist/collection/components/q2-select/q2-select.css +4 -2
- package/dist/collection/components/q2-select/q2-select.js +54 -4
- package/dist/collection/components/q2-select/test/q2-select-test.vr.js +5 -0
- package/dist/collection/components/q2-stepper/q2-stepper.css +2 -2
- package/dist/collection/components/q2-stepper/q2-stepper.js +3 -2
- package/dist/collection/components/q2-stepper-vertical/q2-stepper-vertical.css +2 -2
- package/dist/collection/components/q2-stepper-vertical/q2-stepper-vertical.js +22 -16
- package/dist/collection/components/q2-surface/q2-surface.css +348 -0
- package/dist/collection/components/q2-surface/q2-surface.js +381 -0
- package/dist/collection/components/q2-surface/test/q2-surface-test.vr.js +108 -0
- package/dist/collection/components/q2-tab-container/q2-tab-container.js +1 -1
- package/dist/collection/components/q2-tab-pane/q2-tab-pane.js +1 -1
- package/dist/collection/components/q2-tag/q2-tag.js +1 -1
- package/dist/collection/components/q2-toast/q2-toast.js +3 -1
- package/dist/collection/components/tecton-tab-pane/tecton-tab-pane.js +2 -2
- package/dist/collection/utils/index.js +2 -2
- package/dist/components/index.js +12 -10
- package/dist/components/index2.js +3 -3
- package/dist/components/q2-action-sheet.js +1 -1
- package/dist/components/q2-btn2.js +5 -1
- package/dist/components/q2-calendar.js +294 -290
- package/dist/components/q2-card-image.js +9 -6
- package/dist/components/q2-card.js +14 -14
- package/dist/components/q2-chart-donut.js +1 -1
- package/dist/components/q2-checkbox2.js +12 -12
- package/dist/components/q2-currency.js +1 -1
- package/dist/components/q2-data-table.js +4 -4
- package/dist/components/q2-detail.js +1 -1
- package/dist/components/q2-dropdown.js +8 -8
- package/dist/components/q2-editable-field.js +15 -5
- package/dist/components/q2-input2.js +46 -26
- package/dist/components/q2-item2.js +1 -1
- package/dist/components/q2-legend2.js +51 -51
- package/dist/components/q2-list2.js +1 -1
- package/dist/components/q2-loc.js +23 -8
- package/dist/components/q2-meter.js +10 -10
- package/dist/components/q2-modal.js +54 -54
- package/dist/components/q2-popover2.js +1 -1
- package/dist/components/q2-search.js +106 -51
- package/dist/components/q2-section.js +1 -1
- package/dist/components/q2-select2.js +25 -9
- package/dist/components/q2-stepper-vertical.js +72 -63
- package/dist/components/q2-stepper.js +73 -71
- package/dist/components/q2-surface.d.ts +11 -0
- package/dist/components/q2-surface.js +109 -0
- package/dist/components/q2-tab-container.js +12 -12
- package/dist/components/q2-tab-pane.js +6 -6
- package/dist/components/q2-tag2.js +5 -5
- package/dist/components/tecton-tab-pane.js +10 -10
- package/dist/esm/click-elsewhere_3.entry.js +2 -2
- package/dist/esm/{index-Bx4m6N0g.js → index-Cps4jSQM.js} +2 -2
- package/dist/esm/loader.js +1 -1
- package/dist/esm/q2-action-group_2.entry.js +1 -1
- package/dist/esm/q2-action-sheet.entry.js +2 -2
- package/dist/esm/q2-badge_2.entry.js +11 -4
- package/dist/esm/q2-btn_2.entry.js +6 -2
- package/dist/esm/q2-calendar.entry.js +5 -3
- package/dist/esm/q2-card-image.entry.js +8 -6
- package/dist/esm/q2-card.entry.js +2 -2
- package/dist/esm/q2-carousel-pane.entry.js +1 -1
- 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 +2 -2
- package/dist/esm/q2-checkbox-group.entry.js +1 -1
- package/dist/esm/q2-checkbox_2.entry.js +4 -3
- 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 +6 -3
- package/dist/esm/q2-detail.entry.js +2 -2
- package/dist/esm/q2-dropdown-item.entry.js +1 -1
- package/dist/esm/q2-dropdown.entry.js +3 -3
- package/dist/esm/q2-editable-field.entry.js +12 -4
- package/dist/esm/q2-file-picker.entry.js +1 -1
- package/dist/esm/q2-icon.entry.js +1 -1
- package/dist/esm/q2-item.entry.js +2 -2
- package/dist/esm/q2-legend.entry.js +1 -1
- package/dist/esm/q2-link_2.entry.js +2 -2
- package/dist/esm/q2-loc.entry.js +20 -2
- package/dist/esm/q2-message.entry.js +1 -1
- package/dist/esm/q2-meter.entry.js +2 -2
- package/dist/esm/q2-modal.entry.js +3 -3
- package/dist/esm/q2-month-picker.entry.js +1 -1
- package/dist/esm/q2-optgroup.entry.js +1 -1
- package/dist/esm/q2-option.entry.js +1 -1
- package/dist/esm/q2-otp.entry.js +1 -1
- package/dist/esm/q2-pagination.entry.js +1 -1
- 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-search.entry.js +101 -12
- package/dist/esm/q2-section.entry.js +2 -2
- package/dist/esm/q2-select.entry.js +36 -6
- package/dist/esm/q2-stepper-pane.entry.js +1 -1
- package/dist/esm/q2-stepper-vertical.entry.js +24 -18
- package/dist/esm/q2-stepper.entry.js +5 -4
- package/dist/esm/q2-surface.entry.js +93 -0
- package/dist/esm/q2-tab-container.entry.js +2 -2
- package/dist/esm/q2-tab-pane.entry.js +1 -1
- package/dist/esm/q2-tecton-elements.js +1 -1
- package/dist/esm/q2-textarea.entry.js +1 -1
- package/dist/esm/q2-toast.entry.js +1 -1
- package/dist/esm/q2-tooltip.entry.js +1 -1
- package/dist/esm/tecton-tab-pane.entry.js +2 -2
- package/dist/q2-tecton-elements/click-elsewhere_3.entry.js +2 -2
- package/dist/q2-tecton-elements/{index-Bx4m6N0g.js → index-Cps4jSQM.js} +3 -3
- package/dist/q2-tecton-elements/q2-action-group_2.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-action-sheet.entry.js +2 -2
- package/dist/q2-tecton-elements/q2-badge_2.entry.js +51 -32
- package/dist/q2-tecton-elements/q2-btn_2.entry.js +6 -2
- package/dist/q2-tecton-elements/q2-calendar.entry.js +7 -4
- package/dist/q2-tecton-elements/q2-card-image.entry.js +65 -62
- package/dist/q2-tecton-elements/q2-card.entry.js +2 -2
- package/dist/q2-tecton-elements/q2-carousel-pane.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-carousel.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-chart-area.entry.js +54 -54
- package/dist/q2-tecton-elements/q2-chart-bar.entry.js +3 -3
- package/dist/q2-tecton-elements/q2-chart-donut.entry.js +7 -7
- package/dist/q2-tecton-elements/q2-checkbox-group.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-checkbox_2.entry.js +18 -18
- package/dist/q2-tecton-elements/q2-context.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-currency.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-data-table.entry.js +50 -50
- package/dist/q2-tecton-elements/q2-detail.entry.js +2 -2
- package/dist/q2-tecton-elements/q2-dropdown-item.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-dropdown.entry.js +16 -16
- package/dist/q2-tecton-elements/q2-editable-field.entry.js +15 -8
- package/dist/q2-tecton-elements/q2-file-picker.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-icon.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-item.entry.js +2 -2
- package/dist/q2-tecton-elements/q2-legend.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-link_2.entry.js +2 -2
- package/dist/q2-tecton-elements/q2-loc.entry.js +20 -6
- package/dist/q2-tecton-elements/q2-message.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-meter.entry.js +2 -2
- package/dist/q2-tecton-elements/q2-modal.entry.js +55 -55
- package/dist/q2-tecton-elements/q2-month-picker.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-optgroup.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-option.entry.js +7 -7
- package/dist/q2-tecton-elements/q2-otp.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-pagination.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-pill.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-radio-group.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-radio.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-relative-time.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-search.entry.js +108 -53
- package/dist/q2-tecton-elements/q2-section.entry.js +2 -2
- package/dist/q2-tecton-elements/q2-select.entry.js +25 -10
- package/dist/q2-tecton-elements/q2-stepper-pane.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-stepper-vertical.entry.js +75 -66
- package/dist/q2-tecton-elements/q2-stepper.entry.js +47 -45
- package/dist/q2-tecton-elements/q2-surface.entry.js +89 -0
- package/dist/q2-tecton-elements/q2-tab-container.entry.js +13 -13
- package/dist/q2-tecton-elements/q2-tab-pane.entry.js +2 -2
- package/dist/q2-tecton-elements/q2-tecton-elements.esm.js +1 -1
- package/dist/q2-tecton-elements/q2-textarea.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-toast.entry.js +5 -5
- package/dist/q2-tecton-elements/q2-tooltip.entry.js +8 -8
- package/dist/q2-tecton-elements/tecton-tab-pane.entry.js +6 -6
- package/dist/types/components/q2-calendar/q2-calendar.d.ts +2 -0
- package/dist/types/components/q2-card-image/q2-card-image.d.ts +5 -5
- package/dist/types/components/q2-editable-field/q2-editable-field.d.ts +1 -0
- package/dist/types/components/q2-input/q2-input.d.ts +3 -0
- package/dist/types/components/q2-item/test/q2-item-test.vr.d.ts +1 -0
- package/dist/types/components/q2-loc/q2-loc.d.ts +6 -0
- package/dist/types/components/q2-modal/q2-modal.d.ts +1 -1
- package/dist/types/components/q2-otp/test/q2-otp-test.vr.d.ts +1 -0
- package/dist/types/components/q2-search/q2-search.d.ts +7 -0
- package/dist/types/components/q2-search/test/q2-search-test.vr.d.ts +1 -0
- package/dist/types/components/q2-select/q2-select.d.ts +4 -0
- package/dist/types/components/q2-stepper-vertical/q2-stepper-vertical.d.ts +2 -1
- package/dist/types/components/q2-surface/q2-surface.d.ts +54 -0
- package/dist/types/components/q2-surface/test/q2-surface-test.vr.d.ts +1 -0
- package/dist/types/components/q2-toast/q2-toast.d.ts +3 -1
- package/dist/types/components.d.ts +259 -13
- package/dist/types/utils/index.d.ts +3 -1
- package/package.json +4 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as t, c as a, h as e, F as i, g as r } from "./index-Cqkz7Bnm.js";
|
|
2
2
|
|
|
3
|
-
import { c as o, l as n, o as s, i as c } from "./index-
|
|
3
|
+
import { c as o, l as n, o as s, i as c } from "./index-Cps4jSQM.js";
|
|
4
4
|
|
|
5
5
|
import { m as b } from "./mirror-emit-DUjY_ucm.js";
|
|
6
6
|
|
|
@@ -227,49 +227,49 @@ const h = class {
|
|
|
227
227
|
}
|
|
228
228
|
render() {
|
|
229
229
|
return e(i, {
|
|
230
|
-
key: "
|
|
230
|
+
key: "cfaf872008ad8687316955a725e7475d326b5ec2"
|
|
231
231
|
}, e("div", {
|
|
232
|
-
key: "
|
|
232
|
+
key: "8a61a84ecd4d1869fe53829ca908e99ec80b11be",
|
|
233
233
|
class: "tab-container"
|
|
234
234
|
}, this.scrollEnabled && e(i, {
|
|
235
|
-
key: "
|
|
235
|
+
key: "a77950455f6f6f9138d1174fa4db38bcde498cb5"
|
|
236
236
|
}, e("div", {
|
|
237
|
-
key: "
|
|
237
|
+
key: "b195f6a34a9ed2ecbdf1bacd2d51a76f0861574e",
|
|
238
238
|
class: "gradient-left",
|
|
239
239
|
hidden: !this.showScrollLeft
|
|
240
240
|
}), e("div", {
|
|
241
|
-
key: "
|
|
241
|
+
key: "f625095c68ad1bedd07d34149d28c27f12b2954d",
|
|
242
242
|
class: "gradient-right",
|
|
243
243
|
hidden: !this.showScrollRight
|
|
244
244
|
}), e("q2-btn", {
|
|
245
|
-
key: "
|
|
245
|
+
key: "96c26c6447708d2fcf102e53e984f9a71bc2d9b1",
|
|
246
246
|
class: "btn-left",
|
|
247
247
|
hidden: !this.showScrollLeft,
|
|
248
248
|
onTctClick: () => this.onScrollBtnClick("left")
|
|
249
249
|
}, e("q2-icon", {
|
|
250
|
-
key: "
|
|
250
|
+
key: "feec85bd6bbbfeb99c520b6118c90190130d8dca",
|
|
251
251
|
type: "chevron-left",
|
|
252
252
|
label: "scroll left"
|
|
253
253
|
})), e("q2-btn", {
|
|
254
|
-
key: "
|
|
254
|
+
key: "8dc406d9e144e0d025e14d8a2e30f6010febafd6",
|
|
255
255
|
class: "btn-right",
|
|
256
256
|
hidden: !this.showScrollRight,
|
|
257
257
|
onTctClick: () => this.onScrollBtnClick("right")
|
|
258
258
|
}, e("q2-icon", {
|
|
259
|
-
key: "
|
|
259
|
+
key: "3a35b2d74d9f62f3934b667b2ceacf0e31ffb6f4",
|
|
260
260
|
type: "chevron-right",
|
|
261
261
|
label: "scroll right"
|
|
262
262
|
}))), e("ul", {
|
|
263
|
-
key: "
|
|
263
|
+
key: "8ba591207287d3aa2d20e70ec72c03a755879ab0",
|
|
264
264
|
onScroll: this.checkScrollState,
|
|
265
265
|
ref: t => this.listElement = t,
|
|
266
266
|
class: this.noPrint ? "no-print" : null,
|
|
267
267
|
role: "tablist"
|
|
268
268
|
}, this.tabs.map(((t, a) => this.renderTab(t, a))))), e("div", {
|
|
269
|
-
key: "
|
|
269
|
+
key: "83ab595967887ca3d2a584f85519f23e101d02ff",
|
|
270
270
|
class: "tab-content"
|
|
271
271
|
}, e("slot", {
|
|
272
|
-
key: "
|
|
272
|
+
key: "6458a9e54b310f85129497478757111501fcb06f",
|
|
273
273
|
onSlotchange: () => this.onSlotChange()
|
|
274
274
|
})));
|
|
275
275
|
}
|
|
@@ -20,7 +20,7 @@ const o = class {
|
|
|
20
20
|
// #region Render Methods
|
|
21
21
|
render() {
|
|
22
22
|
return i("div", {
|
|
23
|
-
key: "
|
|
23
|
+
key: "19abb08e46c23ce0be03d7d07a1bbe4c22e99786",
|
|
24
24
|
id: `tab-pane-${this.guid}-${this.index}`,
|
|
25
25
|
class: "tab-pane" + (this.selected ? "" : " hidden"),
|
|
26
26
|
role: "tabpanel",
|
|
@@ -28,7 +28,7 @@ const o = class {
|
|
|
28
28
|
"aria-hidden": `${!this.selected}`,
|
|
29
29
|
"aria-labelledby": `tab-${this.guid}-${this.index}`
|
|
30
30
|
}, i("slot", {
|
|
31
|
-
key: "
|
|
31
|
+
key: "42a7a3ac8fe64661ba2027c0c967fcfe3b4d20e7"
|
|
32
32
|
}));
|
|
33
33
|
}
|
|
34
34
|
get hostElement() {
|
|
@@ -9,4 +9,4 @@ import { g as t } from "./app-globals-DQuL1Twl.js";
|
|
|
9
9
|
*/ (() => {
|
|
10
10
|
const a = import.meta.url, t = {};
|
|
11
11
|
return "" !== a && (t.resourcesUrl = new URL(".", a).href), e(t);
|
|
12
|
-
})().then((async e => (await t(), a(JSON.parse('[["q2-pagination",[[1,"q2-pagination",{"align":[1537],"alignment":[513],"autoSize":[1540,"auto-size"],"disabled":[1540],"page":[1538],"pages":[1538],"pagesOnly":[1540,"pages-only"],"perPage":[1538,"per-page"],"perPageIncrements":[1537,"per-page-increments"],"recordsOnly":[1540,"records-only"],"recordType":[1,"record-type"],"stacked":[516],"total":[514],"isSmall":[32],"clickFirstPage":[64],"clickLastPage":[64],"clickNextPage":[64],"clickPreviousPage":[64],"selectPerPageIncrementValue":[64],"setPageValue":[64]},[[0,"focus","onHostElementFocus"]],{"alignment":[{"alignmentHandler":0}],"autoSize":[{"manageResizeObserver":0}],"recordsOnly":[{"checkDisplayTypes":0}],"pagesOnly":[{"checkDisplayTypes":0}],"stacked":[{"checkDisplayTypes":0}]}]]],["q2-data-table",[[257,"q2-data-table",{"bordered":[1544],"caption":[1025],"clickable":[1540],"density":[1537],"emptyIcon":[513,"empty-icon"],"emptyMessage":[513,"empty-message"],"headers":[1040],"hideCaption":[1540,"hide-caption"],"hideClickable":[1028,"hide-clickable"],"loading":[1540],"rows":[1040],"selectable":[1540],"selectAlign":[1025,"select-align"],"selectedRows":[7184],"selectMode":[1025,"select-mode"],"shadowed":[1540],"sticky":[516],"striped":[516],"allRowsSelected":[32],"checkSlotCount":[32],"hasDropdowns":[32],"hasExpandableRows":[32],"hasRowData":[32],"hasStatusRows":[32],"serializedHeaders":[32],"serializedRows":[32],"someRowsSelected":[32],"clickRow":[64],"getCellContent":[64],"sortColumn":[64],"toggleRowExpansion":[64],"toggleRowSelect":[64],"toggleSelectAllRows":[64]},[[0,"click","onClickListener"],[0,"selectAllRows","onSelectAllRows"]],{"headers":[{"headersHandler":0}],"rows":[{"rowsHandler":0}],"selectable":[{"selectableHandler":0}]}]]],["q2-calendar",[[1,"q2-calendar",{"ariaLabel":[1537,"aria-label"],"assume":[513],"buttonLabel":[513,"button-label"],"calendarLabel":[513,"calendar-label"],"clearable":[516],"cutoffTime":[513,"cutoff-time"],"daysOfWeekChecksum":[514,"days-of-week-checksum"],"disabled":[516],"disabledMsg":[513,"disabled-msg"],"disclaimer":[513],"displayFormat":[513,"display-format"],"endDate":[513,"end-date"],"errors":[1040],"hideLabel":[1540,"hide-label"],"hints":[1040],"invalid":[1540],"invalidDates":[16],"label":[1537],"onsuccess":[16],"open":[1540],"optional":[516],"placeholder":[513],"popDirection":[513,"pop-direction"],"popoverAlignment":[1,"popover-alignment"],"popoverDirection":[1025,"popover-direction"],"popoverMinHeight":[2,"popover-min-height"],"popoverMode":[1025,"popover-mode"],"readonly":[516],"startDate":[513,"start-date"],"typeable":[516],"validDates":[16],"value":[1537],"dateList":[32],"hintMessage":[32],"hintMessageType":[32],"keyboardSelection":[32],"typedValue":[32],"closePopover":[64],"openPopover":[64],"setValue":[64],"typeValue":[64]},[[0,"change","defaultChangeHandler"],[0,"clear","handleClear"],[0,"error","defaultErrorHandler"],[0,"focus","delegateFocus"],[0,"popoverStateChanged","popoverStateHandler"],[0,"success","defaultSuccessHandler"]],{"ariaLabel":[{"ariaLabelObserver":0}],"cutoffTime":[{"cutoffTimeObserver":0}],"daysOfWeekChecksum":[{"daysOfWeekChecksumObserver":0}],"endDate":[{"endDateObserver":0}],"invalidDates":[{"invalidDatesObserver":0}],"popDirection":[{"popDirectionHandler":0}],"startDate":[{"startDateObserver":0}],"typeable":[{"typeableChanged":0}],"validDates":[{"validDatesObserver":0}],"value":[{"valueObserver":0}]}]]],["q2-search",[[257,"q2-search",{"clearable":[516],"disabled":[516],"errors":[16],"filter":[516],"hideLabel":[516,"hide-label"],"invalid":[516],"label":[513],"listLabel":[1,"list-label"],"loading":[516],"minRows":[2,"min-rows"],"multilineOptions":[516,"multiline-options"],"multiple":[516],"noResultsMessage":[1,"no-results-message"],"optional":[516],"placeholder":[513],"popoverAlignment":[513,"popover-alignment"],"popoverMaxHeight":[2,"popover-max-height"],"readonly":[516],"selectedOptions":[1040],"showSelectedToggle":[516,"show-selected-toggle"],"value":[1025],"hasEmptySlot":[32],"hasOptions":[32],"hasPopoverBottom":[32],"hasPopoverTop":[32],"inputFocused":[32],"isShowingSelectionDisplay":[32],"open":[32],"searchText":[32],"showSelected":[32],"statusMessage":[32],"structuredSelectedOptions":[32],"viewportFallbackActive":[32],"closePopover":[64],"openPopover":[64],"reset":[64],"searchOptions":[64],"setValue":[64]},[[0,"focus","onFocus"],[0,"focusout","onFocusOut"],[0,"keydown","onKeyDown"],[0,"tctClear","onClear"],[0,"tctPopoverStateChanged","onPopoverStateChanged"]],{"loading":[{"onLoadingChange":0}],"multilineOptions":[{"onMultilineOptionsChange":0}],"open":[{"onOpenChange":0}],"searchText":[{"onSearchTextChange":0}],"value":[{"buildStructuredSelectedOptions":0}],"selectedOptions":[{"buildStructuredSelectedOptions":0}]}]]],["q2-action-sheet",[[257,"q2-action-sheet",{"data":[1040],"hideClose":[4,"hide-close"],"title":[1],"isScrollable":[32],"renderStatus":[32],"hide":[64],"show":[64]}]]],["q2-dropdown",[[257,"q2-dropdown",{"additionalContext":[513,"additional-context"],"alignment":[513],"ariaLabel":[1537,"aria-label"],"block":[516],"context":[513],"contextValue":[513,"context-value"],"disabled":[516],"fullWidth":[516,"full-width"],"hideLabel":[1540,"hide-label"],"hoist":[4],"icon":[513],"label":[1537],"name":[513],"open":[1540],"optionListLabel":[1,"option-list-label"],"popDirection":[513,"pop-direction"],"popoverAlignment":[1025,"popover-alignment"],"popoverDirection":[1025,"popover-direction"],"popoverMaxHeight":[2,"popover-max-height"],"popoverMinHeight":[2,"popover-min-height"],"popoverMode":[1025,"popover-mode"],"resolvedType":[513,"resolved-type"],"type":[513],"_getSlotsHtml":[64],"closePopover":[64],"openPopover":[64],"selectItem":[64],"selectRemoveItem":[64]},[[0,"focus","delegateFocus"],[0,"popoverStateChanged","popoverStateChangeHandler"]],{"additionalContext":[{"additionalContextHandler":0}],"alignment":[{"alignmentHandler":0}],"ariaLabel":[{"ariaLabelHandler":0}],"context":[{"contextHandler":0}],"contextValue":[{"contextValueHandler":0}],"name":[{"nameHandler":0}],"popDirection":[{"popDirectionHandler":0}],"resolvedType":[{"resolvedTypeHandler":0}]}]]],["q2-file-picker",[[257,"q2-file-picker",{"buttonSize":[513,"button-size"],"description":[513],"disabled":[516],"fileTypes":[513,"file-types"],"label":[513],"maxFiles":[514,"max-files"],"maxFileSize":[514,"max-file-size"],"status":[16],"value":[6160],"variant":[513],"areFilesUploading":[32],"displayedFiles":[32],"isDropZoneHighlighted":[32],"refreshCounter":[32]},null,{"status":[{"updateFileList":0}]}]]],["q2-editable-field",[[1,"q2-editable-field",{"ariaLabel":[1537,"aria-label"],"block":[516],"disabled":[516],"editing":[1540],"errors":[16],"formatModifier":[513,"format-modifier"],"hideLabel":[1540,"hide-label"],"hints":[16],"label":[1537],"maxlength":[514],"persistentLabel":[516,"persistent-label"],"truncated":[516],"type":[513],"value":[1537],"formattedValue":[32],"clickCancel":[64],"clickEdit":[64],"clickSave":[64],"setValue":[64]},[[0,"change","onHostElementChange"],[0,"focus","delegateFocus"],[0,"tctFormatted","inputFormatted"]],{"ariaLabel":[{"ariaLabelObserver":0}],"editing":[{"observesEditing":0}],"errors":[{"errorsObserver":0}]}]]],["q2-modal",[[257,"q2-modal",{"closable":[516],"customMarkup":[1,"custom-markup"],"description":[1],"icon":[1],"imageSrc":[513,"image-src"],"title":[1537],"maxActionButtons":[32],"renderStatus":[32],"closeModal":[64],"openModal":[64]}]]],["q2-otp",[[1,"q2-otp",{"autoFocus":[516,"auto-focus"],"autoSubmit":[516,"auto-submit"],"clearOnError":[516,"clear-on-error"],"disabled":[516],"errorMessage":[1,"error-message"],"helperText":[1,"helper-text"],"label":[513],"length":[520],"masked":[516],"processingLabel":[1,"processing-label"],"sendCodeLabel":[1,"send-code-label"],"showHelperText":[516,"show-helper-text"],"showSendCode":[516,"show-send-code"],"state":[1537],"submitLabel":[1,"submit-label"],"successMessage":[1,"success-message"],"value":[1025],"hasFocus":[32],"clear":[64],"reset":[64]},[[0,"focus","onHostElementFocus"]],{"length":[{"lengthObserver":0}],"state":[{"stateObserver":0}],"value":[{"valueObserver":0}]}]]],["q2-pill",[[257,"q2-pill",{"active":[1540],"borderless":[516],"disabled":[516],"hoist":[4],"label":[513],"maxLength":[514,"max-length"],"multiple":[516],"open":[1540],"optionListLabel":[1,"option-list-label"],"popoverAlignment":[1025,"popover-alignment"],"popoverDirection":[1,"popover-direction"],"popoverMaxHeight":[2,"popover-max-height"],"popoverMinHeight":[2,"popover-min-height"],"selectedOptions":[1040],"theme":[513],"value":[1537],"hasPopoverBottom":[32],"hasPopoverTop":[32],"optionCount":[32],"selectedOptionElements":[32],"closePopover":[64],"openPopover":[64],"setValue":[64]},[[0,"displayChanged","handleSelectedDisplay"],[0,"focus","delegateFocus"],[0,"popoverStateChanged","popoverStateHandler"]],{"selectedOptions":[{"selectedOptionsChanged":0}],"value":[{"valueChanged":0}],"label":[{"valueChanged":0}]}]]],["q2-tab-container",[[257,"q2-tab-container",{"color":[513],"name":[513],"noPrint":[516,"no-print"],"type":[513],"value":[1537],"hasLeft":[32],"hasRight":[32],"scrollEnabled":[32],"showScrollLeft":[32],"showScrollRight":[32],"tabs":[32],"selectTab":[64]},[[0,"badge","onBadge"],[0,"change","defaultChangeHandler"],[0,"focus","onFocus"],[9,"resize","onResize"]],{"name":[{"nameObserver":0}],"value":[{"valueObserver":0}]}]]],["q2-chart-donut",[[1,"q2-chart-donut",{"chartName":[513,"chart-name"],"currencyRound":[4,"currency-round"],"data":[16],"format":[513],"hoverScaleSize":[2,"hover-scale-size"],"innerRadius":[1025,"inner-radius"],"isClickable":[516,"is-clickable"],"minSliceSize":[1,"min-slice-size"],"outerRadius":[1025,"outer-radius"],"selectedId":[1025,"selected-id"],"selectedOffset":[2,"selected-offset"],"showLegend":[516,"show-legend"],"summaryIcon":[513,"summary-icon"],"summaryName":[513,"summary-name"],"hoveredId":[32],"legendData":[32],"clearSelection":[64],"getChartOptions":[64],"selectById":[64],"selectByIndex":[64],"selectDataPoint":[64]},[[0,"focus","delegateFocus"]],{"chartName":[{"propsUpdates":0}],"innerRadius":[{"propsUpdates":0},{"innerRadiusUpdated":0}],"outerRadius":[{"propsUpdates":0},{"outerRadiusUpdated":0}],"minSliceSize":[{"propsUpdates":0}],"hoverScaleSize":[{"propsUpdates":0}],"selectedOffset":[{"propsUpdates":0}],"data":[{"dataUpdated":0}],"selectedId":[{"checkSelectedId":0}]}]]],["q2-context",[[257,"q2-context",{"separator":[516]}]]],["q2-month-picker",[[1,"q2-month-picker",{"disabledMonths":[16],"today":[1],"year":[1538],"focusedIndex":[32],"selectedIndex":[32],"showYearLayer":[32]}]]],["q2-section",[[257,"q2-section",{"collapsible":[516],"expanded":[1540],"label":[513],"noCollapseIcon":[516,"no-collapse-icon"],"contentHeight":[32],"hasYieldedHeader":[32],"hideContent":[32],"collapse":[64],"expand":[64]},[[0,"change","defaultChangeHandler"],[0,"focus","delegateFocus"]],{"collapsible":[{"collapsibleObserver":0}],"expanded":[{"expandedObserver":0}]}]]],["q2-stepper",[[257,"q2-stepper",{"currentStep":[1538,"current-step"],"lastEnabledStep":[1538,"last-enabled-step"],"stepCount":[1026,"step-count"],"contentChangeTriggerCount":[32],"scrollEnabled":[32],"showScrollLeft":[32],"showScrollRight":[32],"selectStep":[64]},[[0,"change","defaultChangeHandler"],[0,"contentChange","contentChangeHandler"],[0,"focus","delegateFocus"],[0,"statusChange","statusChangeHandler"]],{"currentStep":[{"currentStepChanged":0},{"lastEnabledStepChanged":0}],"lastEnabledStep":[{"lastEnabledStepChanged":0}]}]]],["q2-card",[[257,"q2-card",{"avatarIcon":[513,"avatar-icon"],"avatarInitials":[513,"avatar-initials"],"avatarName":[513,"avatar-name"],"avatarSrc":[513,"avatar-src"],"bar":[513],"description":[513],"elevation":[514],"isSmall":[516,"is-small"],"isStatic":[516,"is-static"],"target":[513],"title":[513],"type":[513],"url":[513]},[[0,"focus","onHostElementFocus"]]]]],["q2-card-image",[[257,"q2-card-image",{"accessibilityLabel":[1,"accessibility-label"],"background":[513],"cardHolder":[1,"card-holder"],"cardHolderLabel":[4,"card-holder-label"],"cardNumber":[1,"card-number"],"cardStatus":[513,"card-status"],"cardType":[1,"card-type"],"cardTypeColor":[1,"card-type-color"],"chip":[1],"clickable":[516],"disabled":[516],"expirationDate":[1,"expiration-date"],"expirationDateLabel":[4,"expiration-date-label"],"fiLogo":[1,"fi-logo"],"inline":[516],"orientation":[1],"overlay":[513],"statusTextOverride":[1,"status-text-override"],"vendor":[513],"vendorColor":[1,"vendor-color"],"vendorLogo":[1,"vendor-logo"],"computedSize":[32]}]]],["q2-carousel",[[260,"q2-carousel",{"ariaLabel":[513,"aria-label"],"arrowPosition":[513,"arrow-position"],"autoHeight":[516,"auto-height"],"autoPlay":[516,"auto-play"],"autoWidth":[516,"auto-width"],"compactBreakpoint":[514,"compact-breakpoint"],"edgeFade":[516,"edge-fade"],"framelessPanes":[516,"frameless-panes"],"fullWidthPanes":[516,"full-width-panes"],"hidePagination":[516,"hide-pagination"],"index":[1538],"label":[513],"showNavigationArrows":[516,"show-navigation-arrows"],"ariaLiveValue":[32],"autoPlayInProgress":[32],"carouselWrapperWidth":[32],"compactMode":[32],"currentPaneCount":[32],"selectCarouselPane":[64],"togglePlayPause":[64]},[[0,"clickCarouselPane","carouselPaneClicked"],[0,"focus","delegateFocus"]],{"ariaLabel":[{"ariaLabelObserver":0}],"autoHeight":[{"autoHeightChanged":0}],"carouselWrapperWidth":[{"carouselWrapperWidthChanged":0}],"framelessPanes":[{"framelessPanesChanged":0},{"revampCarousel":0}],"fullWidthPanes":[{"revampCarousel":0}],"compactMode":[{"revampCarousel":0}],"autoPlay":[{"revampCarousel":0}],"index":[{"indexChanged":0}]}]]],["q2-checkbox-group",[[257,"q2-checkbox-group",{"disabled":[516],"hasError":[516,"has-error"],"hideLabel":[1540,"hide-label"],"label":[513],"optional":[516],"readonly":[516],"value":[1040],"setValue":[64]},[[0,"change","onHostElementChange"]],{"disabled":[{"disabledObserver":0}],"readonly":[{"readonlyObserver":0}],"value":[{"valueObserver":0}]}]]],["q2-meter",[[1,"q2-meter",{"animated":[516],"completedLabel":[513,"completed-label"],"completedValue":[513,"completed-value"],"description":[513],"dotted":[516],"hideTooltip":[516,"hide-tooltip"],"label":[513],"maxLabel":[513,"max-label"],"maxValue":[513,"max-value"],"segments":[514],"suggestedLabel":[513,"suggested-label"],"suggestedValue":[513,"suggested-value"],"tooltipCompleted":[513,"tooltip-completed"],"tooltipSuggested":[513,"tooltip-suggested"]}]]],["q2-radio-group",[[257,"q2-radio-group",{"disabled":[516],"hasError":[516,"has-error"],"hideLabel":[1540,"hide-label"],"label":[513],"name":[513],"optional":[516],"readonly":[516],"tileAlignment":[513,"tile-alignment"],"tilelayout":[1540],"tileLayout":[1540,"tile-layout"],"value":[1025],"setValue":[64]},[[0,"change","onHostElementChange"],[0,"focus","delegateFocus"],[0,"keydown","keydownHandler"]],{"disabled":[{"disabledUpdated":0}],"name":[{"nameUpdated":0}],"readonly":[{"readonlyUpdated":0}],"tilelayout":[{"handleDeprecatedTilelayout":0}],"tileLayout":[{"tileLayoutUpdated":0}],"value":[{"valueUpdated":0}]}]]],["q2-stepper-vertical",[[257,"q2-stepper-vertical",{"currentStepId":[1537,"current-step-id"],"structuredPanes":[32],"selectStep":[64]},[[0,"change","defaultChangeHandler"],[0,"contentChange","contentChangeHandler"],[0,"focus","delegateFocus"],[0,"statusChange","statusChangeHandler"]],{"currentStepId":[{"currentStepChanged":0}]}]]],["q2-textarea",[[1,"q2-textarea",{"cols":[514],"disabled":[516],"errors":[16],"hideLabel":[516,"hide-label"],"hideMessages":[516,"hide-messages"],"hints":[16],"label":[513],"maxlength":[1538],"optional":[516],"placeholder":[513],"readonly":[516],"resize":[513],"rows":[514],"spellcheck":[516],"value":[1025],"downParams":[32],"hasFocus":[32],"screenReaderCharacterCount":[32],"setValue":[64]},[[0,"change","onHostElementChange"],[0,"focus","onHostElementFocus"],[0,"input","onHostElementInput"]],{"cols":[{"colsObserver":0}],"errors":[{"errorsObserver":0}],"hints":[{"hintsObserver":0}],"maxlength":[{"maxlengthObserver":0}],"rows":[{"rowsObserver":0}],"value":[{"valueObserver":0}]}]]],["q2-toast",[[257,"q2-toast",{"autoClose":[516,"auto-close"],"closable":[516],"duration":[514],"hideIcon":[516,"hide-icon"],"icon":[1],"message":[1],"showPersistent":[516,"show-persistent"],"size":[513],"tctTitle":[1,"tct-title"],"time":[1],"type":[513],"isClosing":[32],"isOpen":[32]},null,{"autoClose":[{"onAutoCloseChange":0}],"duration":[{"onAutoCloseChange":0}],"showPersistent":[{"onShowPersistentChange":0}],"size":[{"onSizeChange":0}]}]]],["q2-chart-area",[[1,"q2-chart-area",{"alignChartName":[513,"align-chart-name"],"areaColor":[513,"area-color"],"chartName":[513,"chart-name"],"chartSubTitle":[513,"chart-sub-title"],"data":[16],"dataNamesOverflow":[513,"data-names-overflow"],"dataNamesWidth":[514,"data-names-width"],"format":[513],"formatModifier":[513,"format-modifier"],"gridLines":[513,"grid-lines"],"gridPadding":[16],"hideNameAxisLabels":[516,"hide-name-axis-labels"],"hideValueAxisLabels":[516,"hide-value-axis-labels"],"lineColor":[513,"line-color"],"offsetDataNames":[516,"offset-data-names"],"offsetDataValues":[516,"offset-data-values"],"pointerLineColor":[513,"pointer-line-color"],"pointerLineStyle":[513,"pointer-line-style"],"showChartName":[516,"show-chart-name"],"showDatapointLabels":[516,"show-datapoint-labels"],"showGradient":[516,"show-gradient"],"xMax":[514,"x-max"],"xMin":[514,"x-min"],"yMax":[514,"y-max"],"yMin":[514,"y-min"],"hoverDataPoint":[64]},null,{"data":[{"propsUpdates":0}],"alignChartName":[{"propsUpdates":0}],"chartName":[{"propsUpdates":0}],"chartSubTitle":[{"propsUpdates":0}],"lineColor":[{"propsUpdates":0}],"pointerLineColor":[{"propsUpdates":0}],"pointerLineStyle":[{"propsUpdates":0}],"areaColor":[{"propsUpdates":0}],"dataNamesOverflow":[{"propsUpdates":0}],"dataNamesWidth":[{"propsUpdates":0}],"format":[{"propsUpdates":0}],"formatModifier":[{"propsUpdates":0}],"hideNameAxisLabels":[{"propsUpdates":0}],"hideValueAxisLabels":[{"propsUpdates":0}],"offsetDataNames":[{"propsUpdates":0}],"offsetDataValues":[{"propsUpdates":0}],"showChartName":[{"propsUpdates":0}],"showDatapointLabels":[{"propsUpdates":0}],"showGradient":[{"propsUpdates":0}],"gridLines":[{"propsUpdates":0}],"gridPadding":[{"propsUpdates":0}]}]]],["q2-chart-bar",[[1,"q2-chart-bar",{"alignChartName":[513,"align-chart-name"],"chartName":[513,"chart-name"],"chartSubTitle":[513,"chart-sub-title"],"color":[513],"data":[16],"dataNamesOverflow":[513,"data-names-overflow"],"dataNamesWidth":[514,"data-names-width"],"format":[513],"formatModifier":[513,"format-modifier"],"gridPadding":[16],"hideBarLabels":[516,"hide-bar-labels"],"hideValueAxisLabels":[516,"hide-value-axis-labels"],"offsetDataNames":[516,"offset-data-names"],"offsetDataValues":[516,"offset-data-values"],"orientation":[513],"showChartName":[516,"show-chart-name"],"sort":[516]},null,{"chartName":[{"propsUpdates":0}],"chartSubTitle":[{"propsUpdates":0}],"color":[{"propsUpdates":0}],"hideBarLabels":[{"propsUpdates":0}],"showChartName":[{"propsUpdates":0}],"alignChartName":[{"propsUpdates":0}],"orientation":[{"propsUpdates":0}],"format":[{"propsUpdates":0}],"sort":[{"propsUpdates":0}],"data":[{"propsUpdates":0}],"offsetDataNames":[{"propsUpdates":0}],"hideValueAxisLabels":[{"propsUpdates":0}],"formatModifier":[{"propsUpdates":0}],"dataNamesOverflow":[{"propsUpdates":0}],"gridPadding":[{"propsUpdates":0}]}]]],["q2-currency",[[1,"q2-currency",{"amount":[514],"currency":[513],"locale":[513],"signDisplay":[513,"sign-display"],"size":[513],"slotSize":[513,"slot-size"],"variant":[513],"displayedMessageValue":[64]},null,{"amount":[{"propsUpdated":0}],"currency":[{"propsUpdated":0}],"locale":[{"propsUpdated":0}],"size":[{"propsUpdated":0}],"slotSize":[{"propsUpdated":0}],"signDisplay":[{"propsUpdated":0}],"variant":[{"propsUpdated":0}]}]]],["q2-detail",[[257,"q2-detail",{"align":[1537],"alignment":[513],"description":[513],"label":[513],"size":[513],"stacked":[516]},null,{"alignment":[{"alignmentHandler":0}]}]]],["q2-example",[[257,"q2-example",{"content":[1],"disabled":[4],"type":[1],"isValidated":[32],"status":[32],"close":[64],"openMenu":[64]},[[0,"click","onClick"],[1,"drag","onDrag"]],{"content":[{"contentChanged":0}],"status":[{"statusChanged":0}]}]]],["q2-form",[[257,"q2-form",{"spacing":[513]}]]],["q2-formatted-text",[[1,"q2-formatted-text",{"format":[513],"locale":[513],"maximumFractionDigits":[2,"maximum-fraction-digits"],"minimumFractionDigits":[2,"minimum-fraction-digits"],"minimumIntegerDigits":[2,"minimum-integer-digits"],"signDisplay":[513,"sign-display"],"size":[513],"slotSize":[513,"slot-size"],"value":[514]},null,{"value":[{"propsUpdated":0}],"locale":[{"propsUpdated":0}],"size":[{"propsUpdated":0}],"slotSize":[{"propsUpdated":0}],"signDisplay":[{"propsUpdated":0}],"format":[{"propsUpdated":0}]}]]],["q2-grid",[[257,"q2-grid",{"align":[513],"columns":[514],"gap":[513],"justify":[513],"lgAlign":[513,"lg-align"],"lgColumns":[514,"lg-columns"],"lgGap":[513,"lg-gap"],"lgJustify":[513,"lg-justify"],"lgRows":[520,"lg-rows"],"mdAlign":[513,"md-align"],"mdColumns":[514,"md-columns"],"mdGap":[513,"md-gap"],"mdJustify":[513,"md-justify"],"mdRows":[520,"md-rows"],"rows":[520],"smAlign":[513,"sm-align"],"smColumns":[514,"sm-columns"],"smGap":[513,"sm-gap"],"smJustify":[513,"sm-justify"],"smRows":[520,"sm-rows"],"xlAlign":[513,"xl-align"],"xlColumns":[514,"xl-columns"],"xlGap":[513,"xl-gap"],"xlJustify":[513,"xl-justify"],"xlRows":[520,"xl-rows"],"xsAlign":[513,"xs-align"],"xsColumns":[514,"xs-columns"],"xsGap":[513,"xs-gap"],"xsJustify":[513,"xs-justify"],"xsRows":[520,"xs-rows"]}]]],["q2-grid-area",[[257,"q2-grid-area",{"align":[513],"columnSpan":[514,"column-span"],"columnStart":[520,"column-start"],"justify":[513],"lgAlign":[513,"lg-align"],"lgColumnSpan":[514,"lg-column-span"],"lgColumnStart":[520,"lg-column-start"],"lgJustify":[513,"lg-justify"],"lgRowSpan":[514,"lg-row-span"],"lgRowStart":[520,"lg-row-start"],"lgZIndex":[520,"lg-z-index"],"mdAlign":[513,"md-align"],"mdColumnSpan":[514,"md-column-span"],"mdColumnStart":[520,"md-column-start"],"mdJustify":[513,"md-justify"],"mdRowSpan":[514,"md-row-span"],"mdRowStart":[520,"md-row-start"],"mdZIndex":[520,"md-z-index"],"rowSpan":[514,"row-span"],"rowStart":[520,"row-start"],"smAlign":[513,"sm-align"],"smColumnSpan":[514,"sm-column-span"],"smColumnStart":[520,"sm-column-start"],"smJustify":[513,"sm-justify"],"smRowSpan":[514,"sm-row-span"],"smRowStart":[520,"sm-row-start"],"smZIndex":[520,"sm-z-index"],"xlAlign":[513,"xl-align"],"xlColumnSpan":[514,"xl-column-span"],"xlColumnStart":[520,"xl-column-start"],"xlJustify":[513,"xl-justify"],"xlRowSpan":[514,"xl-row-span"],"xlRowStart":[520,"xl-row-start"],"xlZIndex":[520,"xl-z-index"],"xsAlign":[513,"xs-align"],"xsColumnSpan":[514,"xs-column-span"],"xsColumnStart":[520,"xs-column-start"],"xsJustify":[513,"xs-justify"],"xsRowSpan":[514,"xs-row-span"],"xsRowStart":[520,"xs-row-start"],"xsZIndex":[520,"xs-z-index"],"zIndex":[520,"z-index"]}]]],["q2-loading-element",[[0,"q2-loading-element",{"borderRadius":[513,"border-radius"],"height":[513],"shape":[513],"width":[513]}]]],["q2-loc",[[0,"q2-loc",{"substitutions":[16],"value":[1537]}]]],["q2-mutation-observer",[[257,"q2-mutation-observer",{"disabled":[516],"observeAttributes":[516,"observe-attributes"],"observeChildList":[516,"observe-child-list"],"observeSubTree":[516,"observe-sub-tree"],"getCurrentMutationEntries":[64]},null,{"disabled":[{"disabledUpdated":0}]}]]],["q2-radio",[[257,"q2-radio",{"ariaLabel":[1537,"aria-label"],"checked":[1540],"disabled":[516],"groupDisabled":[4,"group-disabled"],"groupReadonly":[4,"group-readonly"],"groupTileLayout":[4,"group-tile-layout"],"hideLabel":[1540,"hide-label"],"label":[1537],"name":[513],"readonly":[516],"tabIndex":[2,"tab-index"],"value":[513]},[[0,"click","onHostClick"],[0,"focus","delegateFocus"]],{"ariaLabel":[{"ariaLabelObserver":0}],"checked":[{"checkedObserver":0}]}]]],["q2-relative-time",[[1,"q2-relative-time",{"baseDate":[513,"base-date"],"date":[513],"locale":[513],"messageFormat":[513,"message-format"],"numeric":[513],"sync":[1540],"unit":[513],"displayedMessage":[32],"displayedMessageValue":[64],"validBaseDateProp":[64],"validDateProp":[64]},null,{"messageFormat":[{"updateMessage":0}],"locale":[{"updateMessage":0}],"date":[{"updateMessage":0}],"baseDate":[{"updateMessage":0}],"numeric":[{"updateMessage":0}],"unit":[{"updateMessage":0}],"sync":[{"syncUpdated":0}]}]]],["q2-section-container",[[257,"q2-section-container",{"openMode":[1025,"open-mode"],"openPaneIndex":[2,"open-pane-index"],"startAllOpen":[1028,"start-all-open"],"startOpen":[1028,"start-open"]},null,{"openMode":[{"handleOpenStateChange":0}],"openPaneIndex":[{"handleOpenStateChange":0}],"startAllOpen":[{"handleOpenStateChange":0}],"startOpen":[{"handleOpenStateChange":0}]}]]],["q2-stepper-pane",[[257,"q2-stepper-pane",{"description":[513],"disabled":[516],"isActive":[516,"is-active"],"label":[513],"showWithChildren":[516,"show-with-children"],"status":[513],"isChildActive":[32]},[[0,"activeChange","checkForActiveChildren"]],{"disabled":[{"labelOrDescriptionChanged":0}],"label":[{"labelOrDescriptionChanged":0}],"description":[{"labelOrDescriptionChanged":0}],"isActive":[{"isActiveChanged":0}],"showWithChildren":[{"checkForActiveChildren":0}],"status":[{"statusChanged":0}]}]]],["q2-tab-pane",[[257,"q2-tab-pane",{"badgeCount":[514,"badge-count"],"badgeDescription":[513,"badge-description"],"badgeStatus":[513,"badge-status"],"badgeTheme":[513,"badge-theme"],"guid":[2],"index":[2],"label":[513],"name":[513],"selected":[516],"value":[513]},null,{"badgeCount":[{"badgeObserver":0}],"badgeDescription":[{"badgeObserver":0}],"badgeTheme":[{"badgeObserver":0}],"badgeStatus":[{"badgeObserver":0}]}]]],["tecton-tab-pane",[[257,"tecton-tab-pane",{"authPayload":[16],"badgeCount":[514,"badge-count"],"badgeDescription":[513,"badge-description"],"badgeStatus":[513,"badge-status"],"badgeTheme":[513,"badge-theme"],"guid":[2],"index":[2],"label":[513],"minHeight":[513,"min-height"],"moduleId":[513,"module-id"],"name":[513],"provided":[516],"selected":[516],"showForm":[4,"show-form"],"url":[513],"value":[513],"_showForm":[32]},null,{"badgeCount":[{"badgeObserver":0}],"badgeDescription":[{"badgeObserver":0}],"badgeTheme":[{"badgeObserver":0}],"badgeStatus":[{"badgeObserver":0}],"selected":[{"selectedObserver":0}]}]]],["q2-select",[[257,"q2-select",{"ariaLabel":[1537,"aria-label"],"clearable":[516],"disabled":[516],"errors":[16],"hideLabel":[1540,"hide-label"],"hoist":[4],"invalid":[516],"label":[1537],"listLabel":[1,"list-label"],"minRows":[2,"min-rows"],"multilineOptions":[516,"multiline-options"],"multiple":[516],"optional":[516],"placeholder":[513],"popDirection":[513,"pop-direction"],"popoverMaxHeight":[2,"popover-max-height"],"popoverMode":[1025,"popover-mode"],"readonly":[516],"searchable":[1540],"selectedOptions":[1040],"value":[1025],"hasCustomDisplay":[32],"hasPopoverBottom":[32],"hasPopoverTop":[32],"inputFocused":[32],"open":[32],"prioritizeSearch":[32],"searchText":[32],"showSelected":[32],"statusMessage":[32],"structuredSelectedOptions":[32],"closePopover":[64],"openPopover":[64],"searchOptions":[64],"setValue":[64]},[[0,"change","onHostElementChange"],[0,"clear","onClearHandler"],[0,"displayChanged","handleSelectedDisplay"],[0,"focus","delegateFocus"],[0,"focusout","handleFocusout"],[0,"keydown","keydownHandler"],[0,"popoverStateChanged","popoverStateChanged"],[0,"tctClick","handleTctClick"],[0,"tctInput","onHostElementInput"]],{"ariaLabel":[{"ariaLabelObserver":0}],"multilineOptions":[{"handleMultilineOptionsUpdate":0}],"open":[{"openChanged":0}],"searchable":[{"searchableChanged":0}],"value":[{"buildStructuredSelectedOptions":0},{"valueUpdated":0}],"selectedOptions":[{"buildStructuredSelectedOptions":0}]}]]],["q2-avatar",[[257,"q2-avatar",{"icon":[1],"initials":[513],"name":[513],"size":[513],"src":[513],"badSrc":[32],"hasDecorator":[32],"isLoaded":[32]},null,{"src":[{"srcDidUpdate":0}]}]]],["q2-dropdown-item",[[257,"q2-dropdown-item",{"active":[516],"ariaLabel":[1537,"aria-label"],"disabled":[516],"label":[1537],"removable":[516],"separator":[516],"value":[513],"q2LocValue":[32]},[[0,"focus","onHostElementFocus"]],{"ariaLabel":[{"ariaLabelObserver":0}]}]]],["q2-legend",[[1,"q2-legend",{"currencyRound":[4,"currency-round"],"data":[16],"format":[513],"hoveredItemId":[513,"hovered-item-id"],"selectedItemId":[513,"selected-item-id"],"hoveredItemIndex":[32],"selectedItemIndex":[32]},null,{"hoveredItemId":[{"watchHoveredItemId":0}],"selectedItemId":[{"watchSelectedItemId":0}]}]]],["q2-carousel-pane",[[260,"q2-carousel-pane",{"index":[2],"isActivePane":[516,"is-active-pane"],"label":[513],"siblingCount":[2,"sibling-count"],"slotFrameless":[516,"slot-frameless"]},null,{"isActivePane":[{"determineDisabledContent":0}]}]]],["q2-optgroup",[[257,"q2-optgroup",{"disabled":[516],"label":[513],"hidden":[32]},null,{"disabled":[{"disabledWatcher":0}]}]]],["q2-tooltip",[[257,"q2-tooltip",{"block":[516],"focusable":[516],"immediate":[516],"label":[513],"multiline":[516],"persistent":[516],"persistOnHover":[516,"persist-on-hover"],"position":[513],"focusClass":[32],"persistOnHoverDismissed":[32]},[[4,"click","documentPointerHandler"],[5,"touchstart","documentPointerHandler"],[2,"focus","focusCaptureHandler"],[0,"focus","focusHandler"],[0,"focusout","focusOutHandler"],[4,"keydown","keyDownDocumentHandler"],[1,"mouseenter","mouseEnterHandler"],[1,"mouseover","handleMouseOver"],[0,"click","handleMouseOver"]],{"label":[{"labelChanged":0}]}]]],["q2-action-group_2",[[257,"q2-action-group",{"fullWidth":[516,"full-width"],"orientation":[1537],"orientationThreshold":[2,"orientation-threshold"],"autoOrientation":[32],"slottedElements":[32]},null,{"orientation":[{"toggleHiddenForOneFrame":0}]}],[257,"q2-resize-observer",{"disabled":[516],"getCurrentResizeEntries":[64]},null,{"disabled":[{"disabledUpdated":0}]}]]],["click-elsewhere_3",[[257,"q2-option-list",{"align":[513],"customSearch":[516,"custom-search"],"disabled":[516],"label":[1],"multiple":[516],"noSelect":[516,"no-select"],"selectedOptions":[1040],"showSelected":[1540,"show-selected"],"type":[1],"hasOptions":[32],"getContents":[64],"getOptions":[64],"handleExternalKeydown":[64],"setActiveElement":[64],"setDefaultActiveElement":[64]},[[0,"click","handleClick"],[0,"focus","delegateFocus"]],{"selectedOptions":[{"selectedOptionsUpdated":0}],"showSelected":[{"showSelectedUpdated":0}]}],[257,"q2-popover",{"align":[513],"block":[516],"controlElement":[16],"direction":[513],"maxHeight":[2,"max-height"],"minHeight":[2,"min-height"],"mode":[1],"open":[1540],"animationState":[32],"currentDirection":[32],"show":[32],"scrollContainerTo":[64],"toggle":[64]},[[0,"popoverState","popoverStateHandler"]],{"minHeight":[{"minHeightProvided":0}],"open":[{"openChanged":0}]}],[0,"click-elsewhere"]]],["q2-icon",[[257,"q2-icon",{"inline":[516],"label":[513],"type":[513],"iconClone":[32]},null,{"type":[{"handleIcon":0}]}]]],["q2-checkbox_2",[[257,"q2-tag",{"hoist":[4],"label":[513],"open":[1540],"optionListLabel":[1,"option-list-label"],"popoverAlignment":[1025,"popover-alignment"],"popoverDirection":[1,"popover-direction"],"popoverMaxHeight":[2,"popover-max-height"],"popoverMinHeight":[2,"popover-min-height"],"theme":[513],"optionCount":[32],"closePopover":[64],"openPopover":[64],"selectOption":[64]},[[0,"focus","delegateFocus"],[0,"popoverStateChanged","popoverStateHandler"]]],[257,"q2-checkbox",{"_tooltip":[1],"align":[1537],"alignment":[513],"ariaLabel":[1537,"aria-label"],"checked":[1540],"description":[513],"disabled":[516],"groupDisabled":[516,"group-disabled"],"hasError":[516,"has-error"],"hideLabel":[1540,"hide-label"],"indeterminate":[516],"label":[1537],"name":[513],"readonly":[516],"slotReadonly":[516,"slot-readonly"],"type":[513],"value":[513],"hasDescription":[32],"hasMultilineLabel":[32]},[[0,"change","defaultChangeHandler"],[0,"focus","delegateFocus"]],{"alignment":[{"alignmentHandler":0}],"ariaLabel":[{"ariaLabelObserver":0}],"description":[{"descriptionWatcher":0}],"label":[{"labelWatcher":0}]}]]],["q2-link_2",[[1,"q2-link",{"_tooltip":[1],"disabled":[516],"ellipsis":[516],"fullWidth":[516,"full-width"],"href":[513],"iconType":[513,"icon-type"],"label":[513],"referrerpolicy":[513],"target":[513],"tctTitle":[513,"tct-title"],"variant":[513],"clickLink":[64]}],[257,"q2-list",{"bordered":[1540],"label":[513],"renderTrigger":[32]}]]],["q2-option",[[257,"q2-option",{"_hideSelectedBlock":[516,"_hide-selected-block"],"_multiSelectHidden":[516,"_multiselecthidden"],"active":[516],"disabled":[516],"disabledGroup":[516,"disabled-group"],"display":[1537],"multiline":[516],"role":[1537],"selected":[516],"separator":[516],"value":[513]},null,{"display":[{"displayChangedHandler":0}],"separator":[{"separatorChangedHandler":0}]}]]],["q2-item",[[257,"q2-item",{"clickable":[516],"verticalAlign":[1,"vertical-align"],"renderTrigger":[32]},[[0,"focus","delegateFocus"]]]]],["q2-message",[[257,"q2-message",{"appearance":[513],"description":[516],"type":[513],"presentToggle":[32],"present":[64]},[[0,"focus","delegateFocus"]]]]],["q2-btn_2",[[257,"q2-btn",{"_role":[513],"_tooltip":[1],"active":[516],"ariaControls":[1,"aria-controls"],"ariaExpanded":[1,"aria-expanded"],"ariaHasPopup":[1,"aria-has-popup"],"ariaLabel":[1537,"aria-label"],"ariaPressed":[1,"aria-pressed"],"ariaSelected":[1,"aria-selected"],"badge":[516],"block":[516],"color":[1537],"description":[1],"disabled":[516],"fab":[516],"form":[513],"hideLabel":[1540,"hide-label"],"intent":[1537],"label":[1537],"loading":[516],"size":[513],"tabIndex":[2,"tab-index"],"type":[513],"iconPosition":[32]},[[2,"click","handleClick"],[0,"focus","delegateFocus"]],{"ariaLabel":[{"ariaLabelObserver":0}],"size":[{"sizeObserver":0}]}],[257,"q2-loading",{"ariaLabel":[1537,"aria-label"],"counts":[513],"hideFromScreenReaders":[516,"hide-from-screen-readers"],"inline":[516],"label":[1537],"modifiers":[513],"shape":[513],"type":[513],"hasCustomLoader":[32],"loaderClone":[32]},[[4,"tctUpdateLoaders","onUpdateLoaders"]],{"type":[{"handleType":0}]}]]],["q2-badge_2",[[257,"q2-input",{"_preventEntry":[1028,"_prevent-entry"],"_role":[1025],"ariaActivedescendant":[1,"aria-activedescendant"],"ariaControls":[1,"aria-controls"],"ariaExpanded":[513,"aria-expanded"],"ariaHaspopup":[1,"aria-haspopup"],"ariaLabel":[1537,"aria-label"],"ariaOwns":[1,"aria-owns"],"autocapitalize":[513],"autocomplete":[513],"autocorrect":[513],"autofocus":[516],"badgeTheme":[513,"badge-theme"],"badgeValue":[513,"badge-value"],"clearable":[516],"current":[1],"disabled":[516],"errors":[16],"formatModifier":[513,"format-modifier"],"hideLabel":[1540,"hide-label"],"hideMessages":[516,"hide-messages"],"hints":[16],"iconLeft":[513,"icon-left"],"iconRight":[513,"icon-right"],"label":[1537],"max":[514],"maxlength":[1538],"min":[514],"optional":[516],"pattern":[1537],"placeholder":[513],"pseudo":[516],"readonly":[516],"role":[1],"showCount":[516,"show-count"],"showVisibilityToggle":[516,"show-visibility-toggle"],"step":[514],"textHidden":[1540,"text-hidden"],"type":[513],"validity":[1040],"value":[1025],"checkSlotCount":[32],"formattedValueObject":[32],"hasFocus":[32],"isSmall":[32],"checkValidity":[64],"clearValue":[64],"setValue":[64]},[[0,"change","onHostElementChange"],[0,"focus","onHostElementFocus"]],{"_role":[{"updateComboboxAriaLabel":0}],"label":[{"updateComboboxAriaLabel":0}],"ariaLabel":[{"ariaLabelObserver":0}],"clearable":[{"manageClearableResizeObserver":0}],"errors":[{"errorsObserver":0}],"formatModifier":[{"formatModifierObserver":0}],"formattedValueObject":[{"formattedValueObjectObserver":0}],"hints":[{"hintsObserver":0}],"type":[{"typeObserver":0}],"value":[{"valueObserver":0}]}],[257,"q2-badge",{"maxLength":[514,"max-length"],"size":[513],"status":[513],"theme":[513],"value":[520],"getTextContent":[64]}]]]]'), e))));
|
|
12
|
+
})().then((async e => (await t(), a(JSON.parse('[["q2-pagination",[[1,"q2-pagination",{"align":[1537],"alignment":[513],"autoSize":[1540,"auto-size"],"disabled":[1540],"page":[1538],"pages":[1538],"pagesOnly":[1540,"pages-only"],"perPage":[1538,"per-page"],"perPageIncrements":[1537,"per-page-increments"],"recordsOnly":[1540,"records-only"],"recordType":[1,"record-type"],"stacked":[516],"total":[514],"isSmall":[32],"clickFirstPage":[64],"clickLastPage":[64],"clickNextPage":[64],"clickPreviousPage":[64],"selectPerPageIncrementValue":[64],"setPageValue":[64]},[[0,"focus","onHostElementFocus"]],{"alignment":[{"alignmentHandler":0}],"autoSize":[{"manageResizeObserver":0}],"recordsOnly":[{"checkDisplayTypes":0}],"pagesOnly":[{"checkDisplayTypes":0}],"stacked":[{"checkDisplayTypes":0}]}]]],["q2-data-table",[[257,"q2-data-table",{"bordered":[1544],"caption":[1025],"clickable":[1540],"density":[1537],"emptyIcon":[513,"empty-icon"],"emptyMessage":[513,"empty-message"],"headers":[1040],"hideCaption":[1540,"hide-caption"],"hideClickable":[1028,"hide-clickable"],"loading":[1540],"rows":[1040],"selectable":[1540],"selectAlign":[1025,"select-align"],"selectedRows":[7184],"selectMode":[1025,"select-mode"],"shadowed":[1540],"sticky":[516],"striped":[516],"allRowsSelected":[32],"checkSlotCount":[32],"hasDropdowns":[32],"hasExpandableRows":[32],"hasRowData":[32],"hasStatusRows":[32],"serializedHeaders":[32],"serializedRows":[32],"someRowsSelected":[32],"clickRow":[64],"getCellContent":[64],"sortColumn":[64],"toggleRowExpansion":[64],"toggleRowSelect":[64],"toggleSelectAllRows":[64]},[[0,"click","onClickListener"],[0,"selectAllRows","onSelectAllRows"]],{"headers":[{"headersHandler":0}],"rows":[{"rowsHandler":0}],"selectable":[{"selectableHandler":0}]}]]],["q2-calendar",[[1,"q2-calendar",{"ariaLabel":[1537,"aria-label"],"assume":[513],"buttonLabel":[513,"button-label"],"calendarLabel":[513,"calendar-label"],"clearable":[516],"cutoffTime":[513,"cutoff-time"],"daysOfWeekChecksum":[514,"days-of-week-checksum"],"disabled":[516],"disabledMsg":[513,"disabled-msg"],"disclaimer":[513],"displayFormat":[513,"display-format"],"endDate":[513,"end-date"],"errors":[1040],"hideLabel":[1540,"hide-label"],"hints":[1040],"invalid":[1540],"invalidDates":[16],"label":[1537],"onsuccess":[16],"open":[1540],"optional":[516],"placeholder":[513],"popDirection":[513,"pop-direction"],"popoverAlignment":[1,"popover-alignment"],"popoverDirection":[1025,"popover-direction"],"popoverMinHeight":[2,"popover-min-height"],"popoverMode":[1025,"popover-mode"],"readonly":[516],"startDate":[513,"start-date"],"typeable":[516],"valid":[516],"validDates":[16],"value":[1537],"dateList":[32],"hintMessage":[32],"hintMessageType":[32],"keyboardSelection":[32],"typedValue":[32],"closePopover":[64],"openPopover":[64],"setValue":[64],"typeValue":[64]},[[0,"change","defaultChangeHandler"],[0,"clear","handleClear"],[0,"error","defaultErrorHandler"],[0,"focus","delegateFocus"],[0,"popoverStateChanged","popoverStateHandler"],[0,"success","defaultSuccessHandler"]],{"ariaLabel":[{"ariaLabelObserver":0}],"cutoffTime":[{"cutoffTimeObserver":0}],"daysOfWeekChecksum":[{"daysOfWeekChecksumObserver":0}],"endDate":[{"endDateObserver":0}],"invalidDates":[{"invalidDatesObserver":0}],"popDirection":[{"popDirectionHandler":0}],"startDate":[{"startDateObserver":0}],"typeable":[{"typeableChanged":0}],"validDates":[{"validDatesObserver":0}],"value":[{"valueObserver":0}]}]]],["q2-search",[[257,"q2-search",{"clearable":[516],"disabled":[516],"errors":[16],"filter":[516],"hideLabel":[516,"hide-label"],"invalid":[516],"label":[513],"listLabel":[1,"list-label"],"loading":[516],"minRows":[2,"min-rows"],"multilineOptions":[516,"multiline-options"],"multiple":[516],"noResultsMessage":[1,"no-results-message"],"optional":[516],"placeholder":[513],"popoverAlignment":[513,"popover-alignment"],"popoverMaxHeight":[2,"popover-max-height"],"readonly":[516],"selectedOptions":[1040],"showSelectedToggle":[516,"show-selected-toggle"],"value":[1025],"hasEmptySlot":[32],"hasOptions":[32],"hasPopoverBottom":[32],"hasPopoverTop":[32],"inputFocused":[32],"isShowingSelectionDisplay":[32],"open":[32],"searchText":[32],"showSelected":[32],"statusMessage":[32],"structuredSelectedOptions":[32],"viewportFallbackActive":[32],"closePopover":[64],"openPopover":[64],"reset":[64],"searchOptions":[64],"setValue":[64]},[[0,"focus","onFocus"],[0,"focusout","onFocusOut"],[0,"keydown","onKeyDown"],[0,"tctClear","onClear"],[0,"tctPopoverStateChanged","onPopoverStateChanged"]],{"loading":[{"onLoadingChange":0}],"multilineOptions":[{"onMultilineOptionsChange":0}],"open":[{"onOpenChange":0}],"searchText":[{"onSearchTextChange":0}],"value":[{"buildStructuredSelectedOptions":0}],"selectedOptions":[{"buildStructuredSelectedOptions":0}]}]]],["q2-action-sheet",[[257,"q2-action-sheet",{"data":[1040],"hideClose":[4,"hide-close"],"title":[1],"isScrollable":[32],"renderStatus":[32],"hide":[64],"show":[64]}]]],["q2-dropdown",[[257,"q2-dropdown",{"additionalContext":[513,"additional-context"],"alignment":[513],"ariaLabel":[1537,"aria-label"],"block":[516],"context":[513],"contextValue":[513,"context-value"],"disabled":[516],"fullWidth":[516,"full-width"],"hideLabel":[1540,"hide-label"],"hoist":[4],"icon":[513],"label":[1537],"name":[513],"open":[1540],"optionListLabel":[1,"option-list-label"],"popDirection":[513,"pop-direction"],"popoverAlignment":[1025,"popover-alignment"],"popoverDirection":[1025,"popover-direction"],"popoverMaxHeight":[2,"popover-max-height"],"popoverMinHeight":[2,"popover-min-height"],"popoverMode":[1025,"popover-mode"],"resolvedType":[513,"resolved-type"],"type":[513],"_getSlotsHtml":[64],"closePopover":[64],"openPopover":[64],"selectItem":[64],"selectRemoveItem":[64]},[[0,"focus","delegateFocus"],[0,"popoverStateChanged","popoverStateChangeHandler"]],{"additionalContext":[{"additionalContextHandler":0}],"alignment":[{"alignmentHandler":0}],"ariaLabel":[{"ariaLabelHandler":0}],"context":[{"contextHandler":0}],"contextValue":[{"contextValueHandler":0}],"name":[{"nameHandler":0}],"popDirection":[{"popDirectionHandler":0}],"resolvedType":[{"resolvedTypeHandler":0}]}]]],["q2-file-picker",[[257,"q2-file-picker",{"buttonSize":[513,"button-size"],"description":[513],"disabled":[516],"fileTypes":[513,"file-types"],"label":[513],"maxFiles":[514,"max-files"],"maxFileSize":[514,"max-file-size"],"status":[16],"value":[6160],"variant":[513],"areFilesUploading":[32],"displayedFiles":[32],"isDropZoneHighlighted":[32],"refreshCounter":[32]},null,{"status":[{"updateFileList":0}]}]]],["q2-editable-field",[[1,"q2-editable-field",{"ariaLabel":[1537,"aria-label"],"block":[516],"disabled":[516],"editing":[1540],"errors":[16],"formatModifier":[513,"format-modifier"],"hideLabel":[1540,"hide-label"],"hints":[16],"label":[1537],"maxlength":[514],"persistentLabel":[516,"persistent-label"],"truncated":[516],"type":[513],"value":[1537],"formattedValue":[32],"clickCancel":[64],"clickEdit":[64],"clickSave":[64],"setValue":[64]},[[0,"change","onHostElementChange"],[0,"focus","delegateFocus"],[0,"tctFormatted","inputFormatted"]],{"ariaLabel":[{"ariaLabelObserver":0}],"editing":[{"observesEditing":0}],"errors":[{"errorsObserver":0}],"value":[{"valueObserver":0}]}]]],["q2-modal",[[257,"q2-modal",{"closable":[516],"customMarkup":[1,"custom-markup"],"description":[1],"icon":[1],"imageSrc":[513,"image-src"],"title":[1537],"maxActionButtons":[32],"renderStatus":[32],"closeModal":[64],"openModal":[64]}]]],["q2-otp",[[1,"q2-otp",{"autoFocus":[516,"auto-focus"],"autoSubmit":[516,"auto-submit"],"clearOnError":[516,"clear-on-error"],"disabled":[516],"errorMessage":[1,"error-message"],"helperText":[1,"helper-text"],"label":[513],"length":[520],"masked":[516],"processingLabel":[1,"processing-label"],"sendCodeLabel":[1,"send-code-label"],"showHelperText":[516,"show-helper-text"],"showSendCode":[516,"show-send-code"],"state":[1537],"submitLabel":[1,"submit-label"],"successMessage":[1,"success-message"],"value":[1025],"hasFocus":[32],"clear":[64],"reset":[64]},[[0,"focus","onHostElementFocus"]],{"length":[{"lengthObserver":0}],"state":[{"stateObserver":0}],"value":[{"valueObserver":0}]}]]],["q2-pill",[[257,"q2-pill",{"active":[1540],"borderless":[516],"disabled":[516],"hoist":[4],"label":[513],"maxLength":[514,"max-length"],"multiple":[516],"open":[1540],"optionListLabel":[1,"option-list-label"],"popoverAlignment":[1025,"popover-alignment"],"popoverDirection":[1,"popover-direction"],"popoverMaxHeight":[2,"popover-max-height"],"popoverMinHeight":[2,"popover-min-height"],"selectedOptions":[1040],"theme":[513],"value":[1537],"hasPopoverBottom":[32],"hasPopoverTop":[32],"optionCount":[32],"selectedOptionElements":[32],"closePopover":[64],"openPopover":[64],"setValue":[64]},[[0,"displayChanged","handleSelectedDisplay"],[0,"focus","delegateFocus"],[0,"popoverStateChanged","popoverStateHandler"]],{"selectedOptions":[{"selectedOptionsChanged":0}],"value":[{"valueChanged":0}],"label":[{"valueChanged":0}]}]]],["q2-tab-container",[[257,"q2-tab-container",{"color":[513],"name":[513],"noPrint":[516,"no-print"],"type":[513],"value":[1537],"hasLeft":[32],"hasRight":[32],"scrollEnabled":[32],"showScrollLeft":[32],"showScrollRight":[32],"tabs":[32],"selectTab":[64]},[[0,"badge","onBadge"],[0,"change","defaultChangeHandler"],[0,"focus","onFocus"],[9,"resize","onResize"]],{"name":[{"nameObserver":0}],"value":[{"valueObserver":0}]}]]],["q2-chart-donut",[[1,"q2-chart-donut",{"chartName":[513,"chart-name"],"currencyRound":[4,"currency-round"],"data":[16],"format":[513],"hoverScaleSize":[2,"hover-scale-size"],"innerRadius":[1025,"inner-radius"],"isClickable":[516,"is-clickable"],"minSliceSize":[1,"min-slice-size"],"outerRadius":[1025,"outer-radius"],"selectedId":[1025,"selected-id"],"selectedOffset":[2,"selected-offset"],"showLegend":[516,"show-legend"],"summaryIcon":[513,"summary-icon"],"summaryName":[513,"summary-name"],"hoveredId":[32],"legendData":[32],"clearSelection":[64],"getChartOptions":[64],"selectById":[64],"selectByIndex":[64],"selectDataPoint":[64]},[[0,"focus","delegateFocus"]],{"chartName":[{"propsUpdates":0}],"innerRadius":[{"propsUpdates":0},{"innerRadiusUpdated":0}],"outerRadius":[{"propsUpdates":0},{"outerRadiusUpdated":0}],"minSliceSize":[{"propsUpdates":0}],"hoverScaleSize":[{"propsUpdates":0}],"selectedOffset":[{"propsUpdates":0}],"data":[{"dataUpdated":0}],"selectedId":[{"checkSelectedId":0}]}]]],["q2-context",[[257,"q2-context",{"separator":[516]}]]],["q2-month-picker",[[1,"q2-month-picker",{"disabledMonths":[16],"today":[1],"year":[1538],"focusedIndex":[32],"selectedIndex":[32],"showYearLayer":[32]}]]],["q2-section",[[257,"q2-section",{"collapsible":[516],"expanded":[1540],"label":[513],"noCollapseIcon":[516,"no-collapse-icon"],"contentHeight":[32],"hasYieldedHeader":[32],"hideContent":[32],"collapse":[64],"expand":[64]},[[0,"change","defaultChangeHandler"],[0,"focus","delegateFocus"]],{"collapsible":[{"collapsibleObserver":0}],"expanded":[{"expandedObserver":0}]}]]],["q2-stepper",[[257,"q2-stepper",{"currentStep":[1538,"current-step"],"lastEnabledStep":[1538,"last-enabled-step"],"stepCount":[1026,"step-count"],"contentChangeTriggerCount":[32],"scrollEnabled":[32],"showScrollLeft":[32],"showScrollRight":[32],"selectStep":[64]},[[0,"change","defaultChangeHandler"],[0,"contentChange","contentChangeHandler"],[0,"focus","delegateFocus"],[0,"statusChange","statusChangeHandler"]],{"currentStep":[{"currentStepChanged":0},{"lastEnabledStepChanged":0}],"lastEnabledStep":[{"lastEnabledStepChanged":0}]}]]],["q2-card",[[257,"q2-card",{"avatarIcon":[513,"avatar-icon"],"avatarInitials":[513,"avatar-initials"],"avatarName":[513,"avatar-name"],"avatarSrc":[513,"avatar-src"],"bar":[513],"description":[513],"elevation":[514],"isSmall":[516,"is-small"],"isStatic":[516,"is-static"],"target":[513],"title":[513],"type":[513],"url":[513]},[[0,"focus","onHostElementFocus"]]]]],["q2-card-image",[[257,"q2-card-image",{"background":[513],"cardHolder":[1,"card-holder"],"cardHolderLabel":[4,"card-holder-label"],"cardNumber":[1,"card-number"],"cardStatus":[513,"card-status"],"cardType":[1,"card-type"],"cardTypeColor":[1,"card-type-color"],"chip":[1],"clickable":[516],"disabled":[516],"expirationDate":[1,"expiration-date"],"expirationDateLabel":[4,"expiration-date-label"],"fiLogo":[1,"fi-logo"],"inline":[516],"orientation":[1],"overlay":[513],"statusTextOverride":[1,"status-text-override"],"tctAriaLabel":[1,"tct-aria-label"],"vendor":[513],"vendorColor":[1,"vendor-color"],"vendorLogo":[1,"vendor-logo"],"computedSize":[32]}]]],["q2-carousel",[[260,"q2-carousel",{"ariaLabel":[513,"aria-label"],"arrowPosition":[513,"arrow-position"],"autoHeight":[516,"auto-height"],"autoPlay":[516,"auto-play"],"autoWidth":[516,"auto-width"],"compactBreakpoint":[514,"compact-breakpoint"],"edgeFade":[516,"edge-fade"],"framelessPanes":[516,"frameless-panes"],"fullWidthPanes":[516,"full-width-panes"],"hidePagination":[516,"hide-pagination"],"index":[1538],"label":[513],"showNavigationArrows":[516,"show-navigation-arrows"],"ariaLiveValue":[32],"autoPlayInProgress":[32],"carouselWrapperWidth":[32],"compactMode":[32],"currentPaneCount":[32],"selectCarouselPane":[64],"togglePlayPause":[64]},[[0,"clickCarouselPane","carouselPaneClicked"],[0,"focus","delegateFocus"]],{"ariaLabel":[{"ariaLabelObserver":0}],"autoHeight":[{"autoHeightChanged":0}],"carouselWrapperWidth":[{"carouselWrapperWidthChanged":0}],"framelessPanes":[{"framelessPanesChanged":0},{"revampCarousel":0}],"fullWidthPanes":[{"revampCarousel":0}],"compactMode":[{"revampCarousel":0}],"autoPlay":[{"revampCarousel":0}],"index":[{"indexChanged":0}]}]]],["q2-checkbox-group",[[257,"q2-checkbox-group",{"disabled":[516],"hasError":[516,"has-error"],"hideLabel":[1540,"hide-label"],"label":[513],"optional":[516],"readonly":[516],"value":[1040],"setValue":[64]},[[0,"change","onHostElementChange"]],{"disabled":[{"disabledObserver":0}],"readonly":[{"readonlyObserver":0}],"value":[{"valueObserver":0}]}]]],["q2-meter",[[1,"q2-meter",{"animated":[516],"completedLabel":[513,"completed-label"],"completedValue":[513,"completed-value"],"description":[513],"dotted":[516],"hideTooltip":[516,"hide-tooltip"],"label":[513],"maxLabel":[513,"max-label"],"maxValue":[513,"max-value"],"segments":[514],"suggestedLabel":[513,"suggested-label"],"suggestedValue":[513,"suggested-value"],"tooltipCompleted":[513,"tooltip-completed"],"tooltipSuggested":[513,"tooltip-suggested"]}]]],["q2-radio-group",[[257,"q2-radio-group",{"disabled":[516],"hasError":[516,"has-error"],"hideLabel":[1540,"hide-label"],"label":[513],"name":[513],"optional":[516],"readonly":[516],"tileAlignment":[513,"tile-alignment"],"tilelayout":[1540],"tileLayout":[1540,"tile-layout"],"value":[1025],"setValue":[64]},[[0,"change","onHostElementChange"],[0,"focus","delegateFocus"],[0,"keydown","keydownHandler"]],{"disabled":[{"disabledUpdated":0}],"name":[{"nameUpdated":0}],"readonly":[{"readonlyUpdated":0}],"tilelayout":[{"handleDeprecatedTilelayout":0}],"tileLayout":[{"tileLayoutUpdated":0}],"value":[{"valueUpdated":0}]}]]],["q2-stepper-vertical",[[257,"q2-stepper-vertical",{"currentStepId":[1537,"current-step-id"],"structuredPanes":[32],"selectStep":[64]},[[0,"change","defaultChangeHandler"],[0,"contentChange","contentChangeHandler"],[0,"focus","delegateFocus"],[0,"statusChange","statusChangeHandler"]],{"currentStepId":[{"currentStepChanged":0}]}]]],["q2-textarea",[[1,"q2-textarea",{"cols":[514],"disabled":[516],"errors":[16],"hideLabel":[516,"hide-label"],"hideMessages":[516,"hide-messages"],"hints":[16],"label":[513],"maxlength":[1538],"optional":[516],"placeholder":[513],"readonly":[516],"resize":[513],"rows":[514],"spellcheck":[516],"value":[1025],"downParams":[32],"hasFocus":[32],"screenReaderCharacterCount":[32],"setValue":[64]},[[0,"change","onHostElementChange"],[0,"focus","onHostElementFocus"],[0,"input","onHostElementInput"]],{"cols":[{"colsObserver":0}],"errors":[{"errorsObserver":0}],"hints":[{"hintsObserver":0}],"maxlength":[{"maxlengthObserver":0}],"rows":[{"rowsObserver":0}],"value":[{"valueObserver":0}]}]]],["q2-toast",[[257,"q2-toast",{"autoClose":[516,"auto-close"],"closable":[516],"duration":[514],"hideIcon":[516,"hide-icon"],"icon":[1],"message":[1],"showPersistent":[516,"show-persistent"],"size":[513],"tctTitle":[1,"tct-title"],"time":[1],"type":[513],"isClosing":[32],"isOpen":[32]},null,{"autoClose":[{"onAutoCloseChange":0}],"duration":[{"onAutoCloseChange":0}],"showPersistent":[{"onShowPersistentChange":0}],"size":[{"onSizeChange":0}]}]]],["q2-chart-area",[[1,"q2-chart-area",{"alignChartName":[513,"align-chart-name"],"areaColor":[513,"area-color"],"chartName":[513,"chart-name"],"chartSubTitle":[513,"chart-sub-title"],"data":[16],"dataNamesOverflow":[513,"data-names-overflow"],"dataNamesWidth":[514,"data-names-width"],"format":[513],"formatModifier":[513,"format-modifier"],"gridLines":[513,"grid-lines"],"gridPadding":[16],"hideNameAxisLabels":[516,"hide-name-axis-labels"],"hideValueAxisLabels":[516,"hide-value-axis-labels"],"lineColor":[513,"line-color"],"offsetDataNames":[516,"offset-data-names"],"offsetDataValues":[516,"offset-data-values"],"pointerLineColor":[513,"pointer-line-color"],"pointerLineStyle":[513,"pointer-line-style"],"showChartName":[516,"show-chart-name"],"showDatapointLabels":[516,"show-datapoint-labels"],"showGradient":[516,"show-gradient"],"xMax":[514,"x-max"],"xMin":[514,"x-min"],"yMax":[514,"y-max"],"yMin":[514,"y-min"],"hoverDataPoint":[64]},null,{"data":[{"propsUpdates":0}],"alignChartName":[{"propsUpdates":0}],"chartName":[{"propsUpdates":0}],"chartSubTitle":[{"propsUpdates":0}],"lineColor":[{"propsUpdates":0}],"pointerLineColor":[{"propsUpdates":0}],"pointerLineStyle":[{"propsUpdates":0}],"areaColor":[{"propsUpdates":0}],"dataNamesOverflow":[{"propsUpdates":0}],"dataNamesWidth":[{"propsUpdates":0}],"format":[{"propsUpdates":0}],"formatModifier":[{"propsUpdates":0}],"hideNameAxisLabels":[{"propsUpdates":0}],"hideValueAxisLabels":[{"propsUpdates":0}],"offsetDataNames":[{"propsUpdates":0}],"offsetDataValues":[{"propsUpdates":0}],"showChartName":[{"propsUpdates":0}],"showDatapointLabels":[{"propsUpdates":0}],"showGradient":[{"propsUpdates":0}],"gridLines":[{"propsUpdates":0}],"gridPadding":[{"propsUpdates":0}]}]]],["q2-chart-bar",[[1,"q2-chart-bar",{"alignChartName":[513,"align-chart-name"],"chartName":[513,"chart-name"],"chartSubTitle":[513,"chart-sub-title"],"color":[513],"data":[16],"dataNamesOverflow":[513,"data-names-overflow"],"dataNamesWidth":[514,"data-names-width"],"format":[513],"formatModifier":[513,"format-modifier"],"gridPadding":[16],"hideBarLabels":[516,"hide-bar-labels"],"hideValueAxisLabels":[516,"hide-value-axis-labels"],"offsetDataNames":[516,"offset-data-names"],"offsetDataValues":[516,"offset-data-values"],"orientation":[513],"showChartName":[516,"show-chart-name"],"sort":[516]},null,{"chartName":[{"propsUpdates":0}],"chartSubTitle":[{"propsUpdates":0}],"color":[{"propsUpdates":0}],"hideBarLabels":[{"propsUpdates":0}],"showChartName":[{"propsUpdates":0}],"alignChartName":[{"propsUpdates":0}],"orientation":[{"propsUpdates":0}],"format":[{"propsUpdates":0}],"sort":[{"propsUpdates":0}],"data":[{"propsUpdates":0}],"offsetDataNames":[{"propsUpdates":0}],"hideValueAxisLabels":[{"propsUpdates":0}],"formatModifier":[{"propsUpdates":0}],"dataNamesOverflow":[{"propsUpdates":0}],"gridPadding":[{"propsUpdates":0}]}]]],["q2-currency",[[1,"q2-currency",{"amount":[514],"currency":[513],"locale":[513],"signDisplay":[513,"sign-display"],"size":[513],"slotSize":[513,"slot-size"],"variant":[513],"displayedMessageValue":[64]},null,{"amount":[{"propsUpdated":0}],"currency":[{"propsUpdated":0}],"locale":[{"propsUpdated":0}],"size":[{"propsUpdated":0}],"slotSize":[{"propsUpdated":0}],"signDisplay":[{"propsUpdated":0}],"variant":[{"propsUpdated":0}]}]]],["q2-detail",[[257,"q2-detail",{"align":[1537],"alignment":[513],"description":[513],"label":[513],"size":[513],"stacked":[516]},null,{"alignment":[{"alignmentHandler":0}]}]]],["q2-example",[[257,"q2-example",{"content":[1],"disabled":[4],"type":[1],"isValidated":[32],"status":[32],"close":[64],"openMenu":[64]},[[0,"click","onClick"],[1,"drag","onDrag"]],{"content":[{"contentChanged":0}],"status":[{"statusChanged":0}]}]]],["q2-form",[[257,"q2-form",{"spacing":[513]}]]],["q2-formatted-text",[[1,"q2-formatted-text",{"format":[513],"locale":[513],"maximumFractionDigits":[2,"maximum-fraction-digits"],"minimumFractionDigits":[2,"minimum-fraction-digits"],"minimumIntegerDigits":[2,"minimum-integer-digits"],"signDisplay":[513,"sign-display"],"size":[513],"slotSize":[513,"slot-size"],"value":[514]},null,{"value":[{"propsUpdated":0}],"locale":[{"propsUpdated":0}],"size":[{"propsUpdated":0}],"slotSize":[{"propsUpdated":0}],"signDisplay":[{"propsUpdated":0}],"format":[{"propsUpdated":0}]}]]],["q2-grid",[[257,"q2-grid",{"align":[513],"columns":[514],"gap":[513],"justify":[513],"lgAlign":[513,"lg-align"],"lgColumns":[514,"lg-columns"],"lgGap":[513,"lg-gap"],"lgJustify":[513,"lg-justify"],"lgRows":[520,"lg-rows"],"mdAlign":[513,"md-align"],"mdColumns":[514,"md-columns"],"mdGap":[513,"md-gap"],"mdJustify":[513,"md-justify"],"mdRows":[520,"md-rows"],"rows":[520],"smAlign":[513,"sm-align"],"smColumns":[514,"sm-columns"],"smGap":[513,"sm-gap"],"smJustify":[513,"sm-justify"],"smRows":[520,"sm-rows"],"xlAlign":[513,"xl-align"],"xlColumns":[514,"xl-columns"],"xlGap":[513,"xl-gap"],"xlJustify":[513,"xl-justify"],"xlRows":[520,"xl-rows"],"xsAlign":[513,"xs-align"],"xsColumns":[514,"xs-columns"],"xsGap":[513,"xs-gap"],"xsJustify":[513,"xs-justify"],"xsRows":[520,"xs-rows"]}]]],["q2-grid-area",[[257,"q2-grid-area",{"align":[513],"columnSpan":[514,"column-span"],"columnStart":[520,"column-start"],"justify":[513],"lgAlign":[513,"lg-align"],"lgColumnSpan":[514,"lg-column-span"],"lgColumnStart":[520,"lg-column-start"],"lgJustify":[513,"lg-justify"],"lgRowSpan":[514,"lg-row-span"],"lgRowStart":[520,"lg-row-start"],"lgZIndex":[520,"lg-z-index"],"mdAlign":[513,"md-align"],"mdColumnSpan":[514,"md-column-span"],"mdColumnStart":[520,"md-column-start"],"mdJustify":[513,"md-justify"],"mdRowSpan":[514,"md-row-span"],"mdRowStart":[520,"md-row-start"],"mdZIndex":[520,"md-z-index"],"rowSpan":[514,"row-span"],"rowStart":[520,"row-start"],"smAlign":[513,"sm-align"],"smColumnSpan":[514,"sm-column-span"],"smColumnStart":[520,"sm-column-start"],"smJustify":[513,"sm-justify"],"smRowSpan":[514,"sm-row-span"],"smRowStart":[520,"sm-row-start"],"smZIndex":[520,"sm-z-index"],"xlAlign":[513,"xl-align"],"xlColumnSpan":[514,"xl-column-span"],"xlColumnStart":[520,"xl-column-start"],"xlJustify":[513,"xl-justify"],"xlRowSpan":[514,"xl-row-span"],"xlRowStart":[520,"xl-row-start"],"xlZIndex":[520,"xl-z-index"],"xsAlign":[513,"xs-align"],"xsColumnSpan":[514,"xs-column-span"],"xsColumnStart":[520,"xs-column-start"],"xsJustify":[513,"xs-justify"],"xsRowSpan":[514,"xs-row-span"],"xsRowStart":[520,"xs-row-start"],"xsZIndex":[520,"xs-z-index"],"zIndex":[520,"z-index"]}]]],["q2-loading-element",[[0,"q2-loading-element",{"borderRadius":[513,"border-radius"],"height":[513],"shape":[513],"width":[513]}]]],["q2-loc",[[0,"q2-loc",{"ignoreTag":[4,"ignore-tag"],"substitutions":[16],"value":[1537]}]]],["q2-mutation-observer",[[257,"q2-mutation-observer",{"disabled":[516],"observeAttributes":[516,"observe-attributes"],"observeChildList":[516,"observe-child-list"],"observeSubTree":[516,"observe-sub-tree"],"getCurrentMutationEntries":[64]},null,{"disabled":[{"disabledUpdated":0}]}]]],["q2-radio",[[257,"q2-radio",{"ariaLabel":[1537,"aria-label"],"checked":[1540],"disabled":[516],"groupDisabled":[4,"group-disabled"],"groupReadonly":[4,"group-readonly"],"groupTileLayout":[4,"group-tile-layout"],"hideLabel":[1540,"hide-label"],"label":[1537],"name":[513],"readonly":[516],"tabIndex":[2,"tab-index"],"value":[513]},[[0,"click","onHostClick"],[0,"focus","delegateFocus"]],{"ariaLabel":[{"ariaLabelObserver":0}],"checked":[{"checkedObserver":0}]}]]],["q2-relative-time",[[1,"q2-relative-time",{"baseDate":[513,"base-date"],"date":[513],"locale":[513],"messageFormat":[513,"message-format"],"numeric":[513],"sync":[1540],"unit":[513],"displayedMessage":[32],"displayedMessageValue":[64],"validBaseDateProp":[64],"validDateProp":[64]},null,{"messageFormat":[{"updateMessage":0}],"locale":[{"updateMessage":0}],"date":[{"updateMessage":0}],"baseDate":[{"updateMessage":0}],"numeric":[{"updateMessage":0}],"unit":[{"updateMessage":0}],"sync":[{"syncUpdated":0}]}]]],["q2-section-container",[[257,"q2-section-container",{"openMode":[1025,"open-mode"],"openPaneIndex":[2,"open-pane-index"],"startAllOpen":[1028,"start-all-open"],"startOpen":[1028,"start-open"]},null,{"openMode":[{"handleOpenStateChange":0}],"openPaneIndex":[{"handleOpenStateChange":0}],"startAllOpen":[{"handleOpenStateChange":0}],"startOpen":[{"handleOpenStateChange":0}]}]]],["q2-stepper-pane",[[257,"q2-stepper-pane",{"description":[513],"disabled":[516],"isActive":[516,"is-active"],"label":[513],"showWithChildren":[516,"show-with-children"],"status":[513],"isChildActive":[32]},[[0,"activeChange","checkForActiveChildren"]],{"disabled":[{"labelOrDescriptionChanged":0}],"label":[{"labelOrDescriptionChanged":0}],"description":[{"labelOrDescriptionChanged":0}],"isActive":[{"isActiveChanged":0}],"showWithChildren":[{"checkForActiveChildren":0}],"status":[{"statusChanged":0}]}]]],["q2-surface",[[257,"q2-surface",{"background":[513],"backgroundGradient":[516,"background-gradient"],"border":[513],"borderGradient":[516,"border-gradient"],"clickable":[516],"elevation":[514],"inset":[513],"insetX":[513,"inset-x"],"insetY":[513,"inset-y"],"radius":[514],"animate":[64]},[[0,"click","onClick"],[0,"keydown","onKeydown"]]]]],["q2-tab-pane",[[257,"q2-tab-pane",{"badgeCount":[514,"badge-count"],"badgeDescription":[513,"badge-description"],"badgeStatus":[513,"badge-status"],"badgeTheme":[513,"badge-theme"],"guid":[2],"index":[2],"label":[513],"name":[513],"selected":[516],"value":[513]},null,{"badgeCount":[{"badgeObserver":0}],"badgeDescription":[{"badgeObserver":0}],"badgeTheme":[{"badgeObserver":0}],"badgeStatus":[{"badgeObserver":0}]}]]],["tecton-tab-pane",[[257,"tecton-tab-pane",{"authPayload":[16],"badgeCount":[514,"badge-count"],"badgeDescription":[513,"badge-description"],"badgeStatus":[513,"badge-status"],"badgeTheme":[513,"badge-theme"],"guid":[2],"index":[2],"label":[513],"minHeight":[513,"min-height"],"moduleId":[513,"module-id"],"name":[513],"provided":[516],"selected":[516],"showForm":[4,"show-form"],"url":[513],"value":[513],"_showForm":[32]},null,{"badgeCount":[{"badgeObserver":0}],"badgeDescription":[{"badgeObserver":0}],"badgeTheme":[{"badgeObserver":0}],"badgeStatus":[{"badgeObserver":0}],"selected":[{"selectedObserver":0}]}]]],["click-elsewhere_3",[[257,"q2-option-list",{"align":[513],"customSearch":[516,"custom-search"],"disabled":[516],"label":[1],"multiple":[516],"noSelect":[516,"no-select"],"selectedOptions":[1040],"showSelected":[1540,"show-selected"],"type":[1],"hasOptions":[32],"getContents":[64],"getOptions":[64],"handleExternalKeydown":[64],"setActiveElement":[64],"setDefaultActiveElement":[64]},[[0,"click","handleClick"],[0,"focus","delegateFocus"]],{"selectedOptions":[{"selectedOptionsUpdated":0}],"showSelected":[{"showSelectedUpdated":0}]}],[257,"q2-popover",{"align":[513],"block":[516],"controlElement":[16],"direction":[513],"maxHeight":[2,"max-height"],"minHeight":[2,"min-height"],"mode":[1],"open":[1540],"animationState":[32],"currentDirection":[32],"show":[32],"scrollContainerTo":[64],"toggle":[64]},[[0,"popoverState","popoverStateHandler"]],{"minHeight":[{"minHeightProvided":0}],"open":[{"openChanged":0}]}],[0,"click-elsewhere"]]],["q2-btn_2",[[257,"q2-btn",{"_role":[513],"_tooltip":[1],"active":[516],"ariaControls":[1,"aria-controls"],"ariaExpanded":[1,"aria-expanded"],"ariaHasPopup":[1,"aria-has-popup"],"ariaLabel":[1537,"aria-label"],"ariaPressed":[1,"aria-pressed"],"ariaSelected":[1,"aria-selected"],"badge":[516],"block":[516],"color":[1537],"description":[1],"disabled":[516],"fab":[516],"form":[513],"hideLabel":[1540,"hide-label"],"intent":[1537],"label":[1537],"loading":[516],"size":[513],"tabIndex":[2,"tab-index"],"type":[513],"iconPosition":[32]},[[2,"click","handleClick"],[0,"focus","delegateFocus"]],{"ariaLabel":[{"ariaLabelObserver":0}],"size":[{"sizeObserver":0}]}],[257,"q2-loading",{"ariaLabel":[1537,"aria-label"],"counts":[513],"hideFromScreenReaders":[516,"hide-from-screen-readers"],"inline":[516],"label":[1537],"modifiers":[513],"shape":[513],"type":[513],"hasCustomLoader":[32],"loaderClone":[32]},[[4,"tctUpdateLoaders","onUpdateLoaders"]],{"type":[{"handleType":0}]}]]],["q2-select",[[257,"q2-select",{"ariaLabel":[1537,"aria-label"],"clearable":[516],"disabled":[516],"errors":[16],"hideLabel":[1540,"hide-label"],"hoist":[4],"invalid":[516],"label":[1537],"listLabel":[1,"list-label"],"minRows":[2,"min-rows"],"multilineOptions":[516,"multiline-options"],"multiple":[516],"optional":[516],"placeholder":[513],"popDirection":[513,"pop-direction"],"popoverMaxHeight":[2,"popover-max-height"],"popoverMode":[1025,"popover-mode"],"readonly":[516],"searchable":[1540],"selectedOptions":[1040],"valid":[516],"value":[1025],"hasCustomDisplay":[32],"hasPopoverBottom":[32],"hasPopoverTop":[32],"inputFocused":[32],"open":[32],"prioritizeSearch":[32],"searchText":[32],"showSelected":[32],"statusMessage":[32],"structuredSelectedOptions":[32],"closePopover":[64],"openPopover":[64],"searchOptions":[64],"setValue":[64]},[[0,"change","onHostElementChange"],[0,"clear","onClearHandler"],[0,"displayChanged","handleSelectedDisplay"],[0,"focus","delegateFocus"],[0,"focusout","handleFocusout"],[0,"keydown","keydownHandler"],[0,"popoverStateChanged","popoverStateChanged"],[0,"tctClick","handleTctClick"],[0,"tctInput","onHostElementInput"]],{"ariaLabel":[{"ariaLabelObserver":0}],"multilineOptions":[{"handleMultilineOptionsUpdate":0}],"open":[{"openChanged":0}],"searchable":[{"searchableChanged":0}],"value":[{"buildStructuredSelectedOptions":0},{"valueUpdated":0}],"selectedOptions":[{"buildStructuredSelectedOptions":0}]}]]],["q2-avatar",[[257,"q2-avatar",{"icon":[1],"initials":[513],"name":[513],"size":[513],"src":[513],"badSrc":[32],"hasDecorator":[32],"isLoaded":[32]},null,{"src":[{"srcDidUpdate":0}]}]]],["q2-dropdown-item",[[257,"q2-dropdown-item",{"active":[516],"ariaLabel":[1537,"aria-label"],"disabled":[516],"label":[1537],"removable":[516],"separator":[516],"value":[513],"q2LocValue":[32]},[[0,"focus","onHostElementFocus"]],{"ariaLabel":[{"ariaLabelObserver":0}]}]]],["q2-legend",[[1,"q2-legend",{"currencyRound":[4,"currency-round"],"data":[16],"format":[513],"hoveredItemId":[513,"hovered-item-id"],"selectedItemId":[513,"selected-item-id"],"hoveredItemIndex":[32],"selectedItemIndex":[32]},null,{"hoveredItemId":[{"watchHoveredItemId":0}],"selectedItemId":[{"watchSelectedItemId":0}]}]]],["q2-carousel-pane",[[260,"q2-carousel-pane",{"index":[2],"isActivePane":[516,"is-active-pane"],"label":[513],"siblingCount":[2,"sibling-count"],"slotFrameless":[516,"slot-frameless"]},null,{"isActivePane":[{"determineDisabledContent":0}]}]]],["q2-optgroup",[[257,"q2-optgroup",{"disabled":[516],"label":[513],"hidden":[32]},null,{"disabled":[{"disabledWatcher":0}]}]]],["q2-tooltip",[[257,"q2-tooltip",{"block":[516],"focusable":[516],"immediate":[516],"label":[513],"multiline":[516],"persistent":[516],"persistOnHover":[516,"persist-on-hover"],"position":[513],"focusClass":[32],"persistOnHoverDismissed":[32]},[[4,"click","documentPointerHandler"],[5,"touchstart","documentPointerHandler"],[2,"focus","focusCaptureHandler"],[0,"focus","focusHandler"],[0,"focusout","focusOutHandler"],[4,"keydown","keyDownDocumentHandler"],[1,"mouseenter","mouseEnterHandler"],[1,"mouseover","handleMouseOver"],[0,"click","handleMouseOver"]],{"label":[{"labelChanged":0}]}]]],["q2-action-group_2",[[257,"q2-action-group",{"fullWidth":[516,"full-width"],"orientation":[1537],"orientationThreshold":[2,"orientation-threshold"],"autoOrientation":[32],"slottedElements":[32]},null,{"orientation":[{"toggleHiddenForOneFrame":0}]}],[257,"q2-resize-observer",{"disabled":[516],"getCurrentResizeEntries":[64]},null,{"disabled":[{"disabledUpdated":0}]}]]],["q2-icon",[[257,"q2-icon",{"inline":[516],"label":[513],"type":[513],"iconClone":[32]},null,{"type":[{"handleIcon":0}]}]]],["q2-checkbox_2",[[257,"q2-tag",{"hoist":[4],"label":[513],"open":[1540],"optionListLabel":[1,"option-list-label"],"popoverAlignment":[1025,"popover-alignment"],"popoverDirection":[1,"popover-direction"],"popoverMaxHeight":[2,"popover-max-height"],"popoverMinHeight":[2,"popover-min-height"],"theme":[513],"optionCount":[32],"closePopover":[64],"openPopover":[64],"selectOption":[64]},[[0,"focus","delegateFocus"],[0,"popoverStateChanged","popoverStateHandler"]]],[257,"q2-checkbox",{"_tooltip":[1],"align":[1537],"alignment":[513],"ariaLabel":[1537,"aria-label"],"checked":[1540],"description":[513],"disabled":[516],"groupDisabled":[516,"group-disabled"],"hasError":[516,"has-error"],"hideLabel":[1540,"hide-label"],"indeterminate":[516],"label":[1537],"name":[513],"readonly":[516],"slotReadonly":[516,"slot-readonly"],"type":[513],"value":[513],"hasDescription":[32],"hasMultilineLabel":[32]},[[0,"change","defaultChangeHandler"],[0,"focus","delegateFocus"]],{"alignment":[{"alignmentHandler":0}],"ariaLabel":[{"ariaLabelObserver":0}],"description":[{"descriptionWatcher":0}],"label":[{"labelWatcher":0}]}]]],["q2-link_2",[[1,"q2-link",{"_tooltip":[1],"disabled":[516],"ellipsis":[516],"fullWidth":[516,"full-width"],"href":[513],"iconType":[513,"icon-type"],"label":[513],"referrerpolicy":[513],"target":[513],"tctTitle":[513,"tct-title"],"variant":[513],"clickLink":[64]}],[257,"q2-list",{"bordered":[1540],"label":[513],"renderTrigger":[32]}]]],["q2-option",[[257,"q2-option",{"_hideSelectedBlock":[516,"_hide-selected-block"],"_multiSelectHidden":[516,"_multiselecthidden"],"active":[516],"disabled":[516],"disabledGroup":[516,"disabled-group"],"display":[1537],"multiline":[516],"role":[1537],"selected":[516],"separator":[516],"value":[513]},null,{"display":[{"displayChangedHandler":0}],"separator":[{"separatorChangedHandler":0}]}]]],["q2-item",[[257,"q2-item",{"clickable":[516],"verticalAlign":[1,"vertical-align"],"renderTrigger":[32]},[[0,"focus","delegateFocus"]]]]],["q2-message",[[257,"q2-message",{"appearance":[513],"description":[516],"type":[513],"presentToggle":[32],"present":[64]},[[0,"focus","delegateFocus"]]]]],["q2-badge_2",[[257,"q2-input",{"_preventEntry":[1028,"_prevent-entry"],"_role":[1025],"ariaActivedescendant":[1,"aria-activedescendant"],"ariaControls":[1,"aria-controls"],"ariaExpanded":[513,"aria-expanded"],"ariaHaspopup":[1,"aria-haspopup"],"ariaLabel":[1537,"aria-label"],"ariaOwns":[1,"aria-owns"],"autocapitalize":[513],"autocomplete":[513],"autocorrect":[513],"autofocus":[516],"badgeTheme":[513,"badge-theme"],"badgeValue":[513,"badge-value"],"clearable":[516],"current":[1],"disabled":[516],"errors":[16],"formatModifier":[513,"format-modifier"],"hideLabel":[1540,"hide-label"],"hideMessages":[516,"hide-messages"],"hints":[16],"iconLeft":[513,"icon-left"],"iconRight":[513,"icon-right"],"label":[1537],"max":[514],"maxlength":[1538],"min":[514],"optional":[516],"pattern":[1537],"placeholder":[513],"pseudo":[516],"readonly":[516],"role":[1],"showCount":[516,"show-count"],"showVisibilityToggle":[516,"show-visibility-toggle"],"step":[514],"textHidden":[1540,"text-hidden"],"type":[513],"valid":[516],"validity":[1040],"value":[1025],"checkSlotCount":[32],"formattedValueObject":[32],"hasFocus":[32],"isSmall":[32],"checkValidity":[64],"clearValue":[64],"setValue":[64]},[[0,"change","onHostElementChange"],[0,"focus","onHostElementFocus"]],{"_role":[{"updateComboboxAriaLabel":0}],"label":[{"updateComboboxAriaLabel":0}],"ariaLabel":[{"ariaLabelObserver":0}],"clearable":[{"manageClearableResizeObserver":0}],"errors":[{"errorsObserver":0}],"formatModifier":[{"formatModifierObserver":0}],"formattedValueObject":[{"formattedValueObjectObserver":0}],"hints":[{"hintsObserver":0}],"type":[{"typeObserver":0}],"value":[{"valueObserver":0}]}],[257,"q2-badge",{"maxLength":[514,"max-length"],"size":[513],"status":[513],"theme":[513],"value":[520],"getTextContent":[64]}]]]]'), e))));
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as t, c as r, h as a, F as e, g as o } from "./index-Cqkz7Bnm.js";
|
|
2
2
|
|
|
3
|
-
import { e as i, c as s, s as c, o as n, i as l, l as h, f as d, r as v } from "./index-
|
|
3
|
+
import { e as i, c as s, s as c, o as n, i as l, l as h, f as d, r as v } from "./index-Cps4jSQM.js";
|
|
4
4
|
|
|
5
5
|
import { m as x } from "./mirror-emit-DUjY_ucm.js";
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { r as t, c as o, h as i, g as
|
|
1
|
+
import { r as t, c as o, h as i, g as s } from "./index-Cqkz7Bnm.js";
|
|
2
2
|
|
|
3
|
-
import { h as
|
|
3
|
+
import { h as e, l as a } from "./index-Cps4jSQM.js";
|
|
4
4
|
|
|
5
5
|
const r = class {
|
|
6
6
|
constructor(i) {
|
|
@@ -60,7 +60,7 @@ const r = class {
|
|
|
60
60
|
return "alert" === this.resolvedType || "warning" === this.resolvedType ? "alert" : "status";
|
|
61
61
|
}
|
|
62
62
|
get hasIconSlot() {
|
|
63
|
-
return
|
|
63
|
+
return e(this.hostElement, "icon");
|
|
64
64
|
}
|
|
65
65
|
get isLarge() {
|
|
66
66
|
return "small" !== this.size;
|
|
@@ -81,7 +81,7 @@ const r = class {
|
|
|
81
81
|
return (this.hasIconSlot || !!this.resolvedIcon) && !this.hideIcon;
|
|
82
82
|
}
|
|
83
83
|
get showFooter() {
|
|
84
|
-
const t =
|
|
84
|
+
const t = e(this.hostElement, "actions"), o = e(this.hostElement, "time") || !!this.time;
|
|
85
85
|
return this.isLarge && (t || o);
|
|
86
86
|
}
|
|
87
87
|
get srTypeLabel() {
|
|
@@ -176,7 +176,7 @@ const r = class {
|
|
|
176
176
|
}))))) : null;
|
|
177
177
|
}
|
|
178
178
|
get hostElement() {
|
|
179
|
-
return
|
|
179
|
+
return s(this);
|
|
180
180
|
}
|
|
181
181
|
static get watchers() {
|
|
182
182
|
return {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as t, h as o, g as i } from "./index-Cqkz7Bnm.js";
|
|
2
2
|
|
|
3
|
-
import { o as e, i as s } from "./index-
|
|
3
|
+
import { o as e, i as s } from "./index-Cps4jSQM.js";
|
|
4
4
|
|
|
5
5
|
const a = class {
|
|
6
6
|
constructor(o) {
|
|
@@ -67,17 +67,17 @@ const a = class {
|
|
|
67
67
|
const {left: t, right: o, width: i, top: e, bottom: s} = this.hostElement.getBoundingClientRect();
|
|
68
68
|
if (!t || !i) return;
|
|
69
69
|
// Find the constraining container (modal, dialog, or any overflow:hidden ancestor)
|
|
70
|
-
const a = this.findConstrainingContainer().getBoundingClientRect(), {width: n, paddingLeft: r, paddingRight:
|
|
70
|
+
const a = this.findConstrainingContainer().getBoundingClientRect(), {width: n, paddingLeft: r, paddingRight: p} = window.getComputedStyle(this.tooltipElement, "::after"), l = Number(n.replace(/[px]/g, "")) + Number(r.replace(/[px]/g, "")) + Number(p.replace(/[px]/g, "")), h = [ "se", "sw", "ne", "nw" ].includes(this.position) ? 0 : 15, c = t - a.left + i / 2, f = a.right - o + i / 2, d = e - a.top, m = a.bottom - s, u = this.calculateTooltipHeight();
|
|
71
71
|
// Check if we need to flip vertical position
|
|
72
72
|
[ "n", "ne", "nw" ].includes(this.position) && d < u ?
|
|
73
73
|
// Not enough space above, try flipping to bottom
|
|
74
74
|
m >= u && (this.position = this.position.replace("n", "s")) : [ "s", "se", "sw" ].includes(this.position) && m < u && d >= u && (this.position = this.position.replace("s", "n")),
|
|
75
75
|
// Adjust horizontal positioning
|
|
76
|
-
[ "ne", "se" ].includes(this.position) ?
|
|
76
|
+
[ "ne", "se" ].includes(this.position) ? l > f && this.tooltipElement.style.setProperty("--comp-offset-translate", `-${Math.round(l - f + h)}px`) : [ "nw", "sw" ].includes(this.position) ? l > c && this.tooltipElement.style.setProperty("--comp-offset-translate", `${Math.round(l - c + h)}px`) : [ "n", "s" ].includes(this.position) && (l / 2 > c ? this.tooltipElement.style.setProperty("--comp-offset-translate", `${Math.round(l / 2 - c + h)}px`) : l / 2 > f ? this.tooltipElement.style.setProperty("--comp-offset-translate", `-${Math.round(l / 2 - f + h)}px`) : this.tooltipElement.style.setProperty("--comp-offset-translate", "0px")),
|
|
77
77
|
// Handle east/west positioning
|
|
78
|
-
"e" === this.position &&
|
|
78
|
+
"e" === this.position && l > f ?
|
|
79
79
|
// Not enough space on right, flip to left
|
|
80
|
-
c >=
|
|
80
|
+
c >= l && (this.position = "w") : "w" === this.position && l > c && f >= l && (this.position = "e");
|
|
81
81
|
}
|
|
82
82
|
animationEndHandler() {
|
|
83
83
|
this.animationEndCount = this.animationEndCount + 1;
|
|
@@ -98,11 +98,11 @@ const a = class {
|
|
|
98
98
|
return this.cachedTooltipHeight = i + e + s, this.cachedTooltipHeight;
|
|
99
99
|
}
|
|
100
100
|
// Fallback: Calculate based on text and wrapping
|
|
101
|
-
const i = Number(t.width.replace(/px/g, "")), e = Number(t.paddingLeft.replace(/px/g, "")), s = Number(t.paddingRight.replace(/px/g, "")), a = Number(t.paddingTop.replace(/px/g, "")), n = Number(t.paddingBottom.replace(/px/g, "")), r = Number(t.fontSize.replace(/px/g, "")),
|
|
101
|
+
const i = Number(t.width.replace(/px/g, "")), e = Number(t.paddingLeft.replace(/px/g, "")), s = Number(t.paddingRight.replace(/px/g, "")), a = Number(t.paddingTop.replace(/px/g, "")), n = Number(t.paddingBottom.replace(/px/g, "")), r = Number(t.fontSize.replace(/px/g, "")), p = t.lineHeight, l = "normal" === p ? 1.5 * r : Number(p.replace(/px/g, "")), h = i - e - s;
|
|
102
102
|
// Single-line tooltip (white-space: pre)
|
|
103
|
-
if ("pre" === t.whiteSpace || !this.multiline) return
|
|
103
|
+
if ("pre" === t.whiteSpace || !this.multiline) return l + a + n;
|
|
104
104
|
// Multi-line tooltip: estimate line count
|
|
105
|
-
const c = this.label || "", f = .5 * r, d = Math.floor(h / f), m = Math.max(1, Math.ceil(c.length / d)) *
|
|
105
|
+
const c = this.label || "", f = .5 * r, d = Math.floor(h / f), m = Math.max(1, Math.ceil(c.length / d)) * l + a + n;
|
|
106
106
|
// Add some buffer for safety (10px)
|
|
107
107
|
return this.cachedTooltipHeight = Math.ceil(m) + 10, this.cachedTooltipHeight;
|
|
108
108
|
} catch (t) {
|
|
@@ -40,7 +40,7 @@ const n = class {
|
|
|
40
40
|
// #region Render Methods
|
|
41
41
|
render() {
|
|
42
42
|
return i("div", {
|
|
43
|
-
key: "
|
|
43
|
+
key: "6fd41d78c9d8a6e1abf28713f52d92ac214ad8ab",
|
|
44
44
|
id: `tab-pane-${this.guid}-${this.index}`,
|
|
45
45
|
class: "tab-pane" + (this.selected ? "" : " hidden"),
|
|
46
46
|
role: "tabpanel",
|
|
@@ -48,12 +48,12 @@ const n = class {
|
|
|
48
48
|
"aria-hidden": `${!this.selected}`,
|
|
49
49
|
"aria-labelledby": `tab-${this.guid}-${this.index}`
|
|
50
50
|
}, this.selected && void 0 !== this.provided && !this.provided && i("div", {
|
|
51
|
-
key: "
|
|
51
|
+
key: "b5302bdd5ae8e749e84e4e12505d843c0ba0950a"
|
|
52
52
|
}, i("slot", {
|
|
53
|
-
key: "
|
|
53
|
+
key: "4b935505187b21260398c28ea876ecd64d9ed172",
|
|
54
54
|
name: "loading-wrapper"
|
|
55
55
|
}), i("iframe", {
|
|
56
|
-
key: "
|
|
56
|
+
key: "c18b96c8849a6a69abec9ced6d27a6860113b8c7",
|
|
57
57
|
hidden: !0,
|
|
58
58
|
name: this.moduleId,
|
|
59
59
|
scrolling: "no",
|
|
@@ -76,11 +76,11 @@ const n = class {
|
|
|
76
76
|
value: e.value,
|
|
77
77
|
name: e.key
|
|
78
78
|
})))) : ""), i("div", {
|
|
79
|
-
key: "
|
|
79
|
+
key: "1016d617dc6cf49aa8e4bf52010e3cf246191875",
|
|
80
80
|
class: "slot-wrapper",
|
|
81
81
|
hidden: this.selected && void 0 !== this.provided && !this.provided
|
|
82
82
|
}, i("slot", {
|
|
83
|
-
key: "
|
|
83
|
+
key: "466d820db179e1b6e350722eff9ec9190be6c869"
|
|
84
84
|
})));
|
|
85
85
|
}
|
|
86
86
|
get hostElement() {
|
|
@@ -179,6 +179,8 @@ export declare class Q2Calendar implements ComponentInterface {
|
|
|
179
179
|
startDate: string;
|
|
180
180
|
/** The user can type in the field. Only available in desktop browsers. */
|
|
181
181
|
typeable: boolean;
|
|
182
|
+
/** Show success styles when the calendar is in a valid state. The error state takes precedence when both are set. */
|
|
183
|
+
valid: boolean;
|
|
182
184
|
/**
|
|
183
185
|
* Defines an explicit date whitelist.
|
|
184
186
|
*
|
|
@@ -16,11 +16,6 @@ export declare class Q2CardImage implements ComponentInterface {
|
|
|
16
16
|
private sizeBreakpoints;
|
|
17
17
|
hostElement: HTMLElement;
|
|
18
18
|
computedSize: 'large' | 'medium' | 'small' | 'tiny';
|
|
19
|
-
/**
|
|
20
|
-
* Accessible label for the card image. When provided, this value is applied as `aria-label`
|
|
21
|
-
* on either the card container (non-clickable) or the wrapping button (clickable).
|
|
22
|
-
*/
|
|
23
|
-
accessibilityLabel?: string;
|
|
24
19
|
/**
|
|
25
20
|
* Background style for the base layer.
|
|
26
21
|
* - `'primary'` | `'secondary'` | `'tertiary'`: Solid theme colors
|
|
@@ -108,6 +103,11 @@ export declare class Q2CardImage implements ComponentInterface {
|
|
|
108
103
|
* Maximum 14 characters (including spaces) to ensure the text fits within the banner.
|
|
109
104
|
*/
|
|
110
105
|
statusTextOverride?: string;
|
|
106
|
+
/**
|
|
107
|
+
* Accessible label for the card image. When provided, this value is applied as `aria-label`
|
|
108
|
+
* on either the card container (non-clickable) or the wrapping button (clickable).
|
|
109
|
+
*/
|
|
110
|
+
tctAriaLabel?: string;
|
|
111
111
|
/**
|
|
112
112
|
* The card vendor. Renders the vendor logo in the bottom-right of the card.
|
|
113
113
|
* Not rendered at tiny size.
|
|
@@ -152,6 +152,7 @@ export declare class Q2EditableField {
|
|
|
152
152
|
ariaLabelObserver(): void;
|
|
153
153
|
observesEditing(newValue: boolean, oldValue: boolean): void;
|
|
154
154
|
errorsObserver(): void;
|
|
155
|
+
valueObserver(newValue: string): void;
|
|
155
156
|
get hasErrors(): boolean;
|
|
156
157
|
get hasHints(): boolean;
|
|
157
158
|
get locLabel(): string;
|
|
@@ -225,6 +225,8 @@ export declare class Q2Input {
|
|
|
225
225
|
textHidden: boolean;
|
|
226
226
|
/** Specifies the field's expected [input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types), and provides the optimal keyboard on mobile devices. */
|
|
227
227
|
type: InputType;
|
|
228
|
+
/** Displays a success state icon when the field does not have active errors. */
|
|
229
|
+
valid: boolean;
|
|
228
230
|
/**
|
|
229
231
|
* Returns a read-only `ValidityState` object representing the validity states of the element.
|
|
230
232
|
* [See MDN for more information on ValidityState](https://developer.mozilla.org/en-US/docs/Web/API/ValidityState).
|
|
@@ -353,6 +355,7 @@ export declare class Q2Input {
|
|
|
353
355
|
get hasError(): boolean;
|
|
354
356
|
get hasInputLeftSlot(): boolean;
|
|
355
357
|
get hasInputRightSlot(): boolean;
|
|
358
|
+
get hasValidState(): boolean;
|
|
356
359
|
get inputDescribedBy(): string | undefined;
|
|
357
360
|
get inputField(): HTMLInputElement;
|
|
358
361
|
get inputId(): string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -6,6 +6,11 @@
|
|
|
6
6
|
export declare class Q2Loc {
|
|
7
7
|
mutationObserver: MutationObserver;
|
|
8
8
|
hostElement: HTMLElement;
|
|
9
|
+
/**
|
|
10
|
+
* When true, allows HTML tags in the localized string to be rendered as HTML.
|
|
11
|
+
* @warning Only use this with trusted localization strings, as it uses innerHTML and may expose XSS vulnerabilities. See the FAQ "Can I add HTML to my localization strings?" for usage guidance.
|
|
12
|
+
*/
|
|
13
|
+
ignoreTag: boolean;
|
|
9
14
|
/** Any substitutions you would like to pass into the localization string. */
|
|
10
15
|
substitutions: string[];
|
|
11
16
|
/**
|
|
@@ -17,6 +22,7 @@ export declare class Q2Loc {
|
|
|
17
22
|
disconnectedCallback(): void;
|
|
18
23
|
componentWillLoad(): void;
|
|
19
24
|
componentDidLoad(): void;
|
|
25
|
+
componentDidRender(): void;
|
|
20
26
|
get hostTextContent(): string;
|
|
21
27
|
get translatedValue(): string;
|
|
22
28
|
initMutationObserver: () => void;
|
|
@@ -2,7 +2,7 @@ import { ComponentInterface, EventEmitter } from '../../stencil-public-runtime';
|
|
|
2
2
|
import type { ModalOption, ModalResponse } from 'q2-tecton-common/lib/types/modal';
|
|
3
3
|
/**
|
|
4
4
|
* @name Modal
|
|
5
|
-
* @category
|
|
5
|
+
* @category Platform
|
|
6
6
|
* @summary Use for focused interactions that require user attention before continuing.
|
|
7
7
|
* @slot content - A slot to display custom content in the modal body above the description.
|
|
8
8
|
* @slot action - A slot to display up to four elements compatible with [Action Group](https://tecton.q2developer.com/design-system/q2-action-group) in the modal's footer.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|