q2-tecton-elements 1.70.1 → 1.71.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 +576 -245
- package/dist/cjs/click-elsewhere_3.cjs.entry.js +2 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/q2-action-group_2.cjs.entry.js +3 -3
- package/dist/cjs/q2-action-sheet.cjs.entry.js +4 -3
- package/dist/cjs/q2-avatar.cjs.entry.js +1 -1
- package/dist/cjs/q2-badge_2.cjs.entry.js +17 -8
- package/dist/cjs/q2-btn_2.cjs.entry.js +2 -6
- package/dist/cjs/q2-calendar.cjs.entry.js +8 -6
- package/dist/cjs/q2-card-image.cjs.entry.js +1 -1
- package/dist/cjs/q2-card.cjs.entry.js +1 -1
- package/dist/cjs/q2-carousel-pane.cjs.entry.js +1 -1
- package/dist/cjs/q2-carousel.cjs.entry.js +108 -74
- package/dist/cjs/q2-chart-area.cjs.entry.js +1 -1
- package/dist/cjs/q2-chart-bar.cjs.entry.js +1 -1
- package/dist/cjs/q2-chart-donut.cjs.entry.js +1 -1
- package/dist/cjs/q2-checkbox-group.cjs.entry.js +1 -1
- package/dist/cjs/q2-checkbox_2.cjs.entry.js +3 -3
- package/dist/cjs/q2-currency.cjs.entry.js +1 -1
- package/dist/cjs/q2-data-table.cjs.entry.js +1 -1
- package/dist/cjs/q2-detail.cjs.entry.js +1 -1
- package/dist/cjs/q2-dropdown-item.cjs.entry.js +1 -1
- package/dist/cjs/q2-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/q2-editable-field.cjs.entry.js +3 -3
- package/dist/cjs/q2-example.cjs.entry.js +1 -1
- package/dist/cjs/q2-file-picker.cjs.entry.js +1 -1
- package/dist/cjs/q2-form.cjs.entry.js +1 -1
- package/dist/cjs/q2-formatted-text.cjs.entry.js +1 -1
- package/dist/cjs/q2-icon.cjs.entry.js +1 -1
- package/dist/cjs/q2-item.cjs.entry.js +1 -1
- package/dist/cjs/q2-legend.cjs.entry.js +1 -1
- package/dist/cjs/q2-link_2.cjs.entry.js +2 -2
- package/dist/cjs/q2-message.cjs.entry.js +1 -1
- package/dist/cjs/q2-meter.cjs.entry.js +1 -1
- package/dist/cjs/q2-modal.cjs.entry.js +1 -1
- 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 +30 -2
- 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 +2 -2
- package/dist/cjs/q2-search.cjs.entry.js +2 -2
- package/dist/cjs/q2-section.cjs.entry.js +3 -3
- package/dist/cjs/q2-select.cjs.entry.js +1 -1
- package/dist/cjs/q2-stepper-pane.cjs.entry.js +2 -2
- package/dist/cjs/q2-stepper-vertical.cjs.entry.js +32 -9
- package/dist/cjs/q2-stepper.cjs.entry.js +18 -4
- package/dist/cjs/q2-surface.cjs.entry.js +3 -3
- package/dist/cjs/q2-tab-container.cjs.entry.js +89 -20
- package/dist/cjs/q2-tab-pane.cjs.entry.js +2 -2
- package/dist/cjs/q2-tecton-elements.cjs.js +1 -1
- package/dist/cjs/q2-textarea.cjs.entry.js +3 -3
- package/dist/cjs/q2-toast.cjs.entry.js +1 -1
- package/dist/cjs/q2-tooltip.cjs.entry.js +26 -15
- package/dist/cjs/tecton-tab-pane.cjs.entry.js +3 -3
- package/dist/collection/components/q2-action-group/q2-action-group.css +22 -0
- package/dist/collection/components/q2-action-sheet/q2-action-sheet.css +24 -1
- package/dist/collection/components/q2-action-sheet/q2-action-sheet.js +3 -2
- package/dist/collection/components/q2-avatar/q2-avatar.css +23 -1
- package/dist/collection/components/q2-avatar/test/q2-avatar-test.vr.js +13 -1
- package/dist/collection/components/q2-badge/q2-badge.css +26 -4
- package/dist/collection/components/q2-badge/test/q2-badge-test.vr.js +13 -1
- package/dist/collection/components/q2-btn/q2-btn.css +65 -15
- package/dist/collection/components/q2-btn/q2-btn.js +1 -6
- package/dist/collection/components/q2-btn/test/q2-btn-test.vr.js +45 -6
- package/dist/collection/components/q2-calendar/q2-calendar.css +26 -4
- package/dist/collection/components/q2-calendar/q2-calendar.js +7 -5
- package/dist/collection/components/q2-calendar/q2-month-picker.css +22 -0
- package/dist/collection/components/q2-calendar/test/q2-calendar-test.vr.js +34 -1
- package/dist/collection/components/q2-card/q2-card.css +23 -1
- package/dist/collection/components/q2-card/test/q2-card-test.vr.js +10 -1
- package/dist/collection/components/q2-card-image/q2-card-image.css +23 -1
- package/dist/collection/components/q2-card-image/test/q2-card-image-test.vr.js +9 -1
- package/dist/collection/components/q2-carousel/q2-carousel.css +29 -39
- package/dist/collection/components/q2-carousel/q2-carousel.js +122 -69
- package/dist/collection/components/q2-carousel/test/q2-carousel-test.vr.js +5 -4
- package/dist/collection/components/q2-carousel-pane/q2-carousel-pane.css +22 -0
- package/dist/collection/components/q2-chart-area/q2-chart-area.css +22 -0
- package/dist/collection/components/q2-chart-bar/q2-chart-bar.css +22 -0
- package/dist/collection/components/q2-chart-donut/q2-chart-donut.css +24 -2
- package/dist/collection/components/q2-chart-donut/test/q2-chart-donut-test.vr.js +13 -1
- package/dist/collection/components/q2-checkbox/q2-checkbox.css +23 -1
- package/dist/collection/components/q2-checkbox/test/q2-checkbox-test.vr.js +11 -1
- package/dist/collection/components/q2-checkbox-group/q2-checkbox-group.css +23 -1
- package/dist/collection/components/q2-checkbox-group/test/q2-checkbox-group-test.vr.js +11 -1
- package/dist/collection/components/q2-currency/q2-currency.css +25 -3
- package/dist/collection/components/q2-currency/test/q2-currency-test.vr.js +13 -1
- package/dist/collection/components/q2-data-table/q2-data-table.css +24 -2
- package/dist/collection/components/q2-data-table/test/q2-data-table-test.vr.js +11 -1
- package/dist/collection/components/q2-detail/q2-detail.css +32 -10
- package/dist/collection/components/q2-dropdown/q2-dropdown.css +22 -0
- package/dist/collection/components/q2-dropdown-item/q2-dropdown-item.css +22 -0
- package/dist/collection/components/q2-editable-field/q2-editable-field.css +22 -0
- package/dist/collection/components/q2-editable-field/q2-editable-field.js +2 -2
- package/dist/collection/components/q2-example/q2-example.css +23 -0
- package/dist/collection/components/q2-file-picker/q2-file-picker.css +57 -10
- package/dist/collection/components/q2-file-picker/test/q2-file-picker-test.vr.js +14 -1
- package/dist/collection/components/q2-form/q2-form.css +22 -0
- package/dist/collection/components/q2-formatted-text/q2-formatted-text.css +25 -3
- package/dist/collection/components/q2-formatted-text/test/q2-formatted-text-test.vr.js +13 -1
- package/dist/collection/components/q2-icon/assets/standard.symbol.svg +1 -1
- package/dist/collection/components/q2-icon/q2-icon.css +22 -0
- package/dist/collection/components/q2-input/q2-input.css +26 -4
- package/dist/collection/components/q2-input/q2-input.js +39 -7
- package/dist/collection/components/q2-input/test/q2-input-test.vr.js +36 -1
- package/dist/collection/components/q2-item/q2-item.css +46 -2
- package/dist/collection/components/q2-item/test/q2-item-test.vr.js +12 -1
- package/dist/collection/components/q2-legend/q2-legend.css +24 -2
- package/dist/collection/components/q2-link/q2-link.css +22 -0
- package/dist/collection/components/q2-list/q2-list.css +46 -2
- package/dist/collection/components/q2-list/test/q2-list-test.vr.js +12 -1
- package/dist/collection/components/q2-loading/q2-loading.css +23 -0
- package/dist/collection/components/q2-message/q2-message.css +22 -0
- package/dist/collection/components/q2-meter/q2-meter.css +25 -3
- package/dist/collection/components/q2-meter/test/q2-meter-test.vr.js +12 -1
- package/dist/collection/components/q2-modal/q2-modal.css +23 -1
- package/dist/collection/components/q2-modal/test/q2-modal-test.vr.js +12 -1
- package/dist/collection/components/q2-optgroup/q2-optgroup.css +23 -1
- package/dist/collection/components/q2-option/q2-option.css +22 -0
- package/dist/collection/components/q2-option-list/q2-option-list.css +22 -0
- package/dist/collection/components/q2-otp/q2-otp.css +27 -4
- package/dist/collection/components/q2-otp/test/q2-otp-test.vr.js +12 -1
- package/dist/collection/components/q2-pagination/q2-pagination.css +22 -0
- package/dist/collection/components/q2-pill/q2-pill.css +42 -2
- package/dist/collection/components/q2-pill/q2-pill.js +30 -1
- package/dist/collection/components/q2-pill/test/q2-pill-test.vr.js +27 -1
- package/dist/collection/components/q2-popover/q2-popover.css +22 -7
- package/dist/collection/components/q2-radio/q2-radio.css +24 -2
- package/dist/collection/components/q2-radio/test/q2-radio-test.vr.js +12 -1
- package/dist/collection/components/q2-radio-group/q2-radio-group.css +23 -1
- package/dist/collection/components/q2-radio-group/test/q2-radio-group-test.vr.js +11 -1
- package/dist/collection/components/q2-relative-time/q2-relative-time.css +22 -0
- package/dist/collection/components/q2-relative-time/q2-relative-time.js +1 -1
- package/dist/collection/components/q2-resize-observer/q2-resize-observer.css +22 -0
- package/dist/collection/components/q2-resize-observer/q2-resize-observer.js +1 -1
- package/dist/collection/components/q2-search/q2-search.css +22 -0
- package/dist/collection/components/q2-search/q2-search.js +1 -1
- package/dist/collection/components/q2-section/q2-section.css +23 -1
- package/dist/collection/components/q2-section/q2-section.js +2 -2
- package/dist/collection/components/q2-section/test/q2-section-test.vr.js +11 -1
- package/dist/collection/components/q2-select/q2-select.css +22 -0
- package/dist/collection/components/q2-stepper/q2-stepper.css +38 -4
- package/dist/collection/components/q2-stepper/q2-stepper.js +17 -3
- package/dist/collection/components/q2-stepper/test/q2-stepper-test.vr.js +12 -1
- package/dist/collection/components/q2-stepper-pane/q2-stepper-pane.css +22 -0
- package/dist/collection/components/q2-stepper-pane/q2-stepper-pane.js +1 -1
- package/dist/collection/components/q2-stepper-vertical/q2-stepper-vertical.css +39 -5
- package/dist/collection/components/q2-stepper-vertical/q2-stepper-vertical.js +31 -8
- package/dist/collection/components/q2-stepper-vertical/test/q2-stepper-vertical-test.vr.js +16 -1
- package/dist/collection/components/q2-surface/q2-surface.css +71 -32
- package/dist/collection/components/q2-surface/q2-surface.js +7 -7
- package/dist/collection/components/q2-surface/test/q2-surface-test.vr.js +54 -0
- package/dist/collection/components/q2-tab-container/q2-tab-container.css +112 -6
- package/dist/collection/components/q2-tab-container/q2-tab-container.js +114 -21
- package/dist/collection/components/q2-tab-container/test/q2-tab-container-test.vr.js +24 -1
- package/dist/collection/components/q2-tab-pane/q2-tab-pane.css +22 -0
- package/dist/collection/components/q2-tab-pane/q2-tab-pane.js +1 -1
- package/dist/collection/components/q2-tag/q2-tag.css +25 -2
- package/dist/collection/components/q2-tag/q2-tag.js +1 -1
- package/dist/collection/components/q2-tag/test/q2-tag-test.vr.js +21 -1
- package/dist/collection/components/q2-textarea/q2-textarea.css +24 -2
- package/dist/collection/components/q2-textarea/q2-textarea.js +2 -2
- package/dist/collection/components/q2-textarea/test/q2-textarea-test.vr.js +16 -1
- package/dist/collection/components/q2-toast/q2-toast.css +22 -0
- package/dist/collection/components/q2-tooltip/q2-tooltip.css +27 -19
- package/dist/collection/components/q2-tooltip/q2-tooltip.js +32 -21
- package/dist/collection/components/q2-tooltip/test/q2-tooltip-test.vr.js +13 -1
- package/dist/collection/components/tecton-tab-pane/tecton-tab-pane.css +22 -0
- package/dist/collection/components/tecton-tab-pane/tecton-tab-pane.js +2 -2
- package/dist/collection/utils/helpers.js +29 -6
- package/dist/collection/utils/test/vr-helpers.js +7 -0
- package/dist/components/q2-action-group2.js +1 -1
- package/dist/components/q2-action-sheet.js +21 -18
- package/dist/components/q2-avatar2.js +1 -1
- package/dist/components/q2-badge2.js +1 -1
- package/dist/components/q2-btn2.js +15 -19
- package/dist/components/q2-calendar.js +306 -301
- package/dist/components/q2-card-image.js +6 -6
- package/dist/components/q2-card.js +14 -14
- package/dist/components/q2-carousel-pane2.js +1 -1
- package/dist/components/q2-carousel.js +633 -585
- package/dist/components/q2-chart-area.js +1 -1
- package/dist/components/q2-chart-bar.js +70 -70
- package/dist/components/q2-chart-donut.js +1 -1
- package/dist/components/q2-checkbox-group.js +42 -42
- package/dist/components/q2-checkbox2.js +1 -1
- package/dist/components/q2-currency.js +32 -32
- package/dist/components/q2-data-table.js +34 -34
- package/dist/components/q2-detail.js +5 -5
- package/dist/components/q2-dropdown-item2.js +11 -11
- package/dist/components/q2-dropdown.js +17 -17
- package/dist/components/q2-editable-field.js +12 -11
- package/dist/components/q2-example.js +15 -15
- package/dist/components/q2-file-picker.js +25 -25
- package/dist/components/q2-form.js +11 -11
- package/dist/components/q2-formatted-text.js +5 -5
- package/dist/components/q2-icon2.js +1 -1
- package/dist/components/q2-input2.js +24 -13
- package/dist/components/q2-item2.js +1 -1
- package/dist/components/q2-legend2.js +56 -56
- package/dist/components/q2-link2.js +6 -6
- package/dist/components/q2-list2.js +22 -22
- package/dist/components/q2-loading2.js +1 -1
- package/dist/components/q2-message2.js +20 -20
- package/dist/components/q2-meter.js +1 -1
- package/dist/components/q2-modal.js +3 -3
- package/dist/components/q2-month-picker.js +10 -10
- package/dist/components/q2-optgroup2.js +7 -7
- package/dist/components/q2-option-list2.js +34 -34
- package/dist/components/q2-option2.js +13 -13
- package/dist/components/q2-otp.js +5 -5
- package/dist/components/q2-pagination.js +58 -58
- package/dist/components/q2-pill.js +71 -52
- package/dist/components/q2-popover2.js +1 -1
- package/dist/components/q2-radio-group.js +5 -5
- package/dist/components/q2-radio.js +14 -14
- package/dist/components/q2-relative-time.js +10 -10
- package/dist/components/q2-resize-observer2.js +9 -9
- package/dist/components/q2-search.js +5 -5
- package/dist/components/q2-section.js +22 -22
- package/dist/components/q2-select2.js +1 -1
- package/dist/components/q2-stepper-pane.js +33 -33
- package/dist/components/q2-stepper-vertical.js +84 -60
- package/dist/components/q2-stepper.js +79 -65
- package/dist/components/q2-surface.js +14 -14
- package/dist/components/q2-tab-container.js +110 -55
- package/dist/components/q2-tab-pane.js +7 -7
- package/dist/components/q2-tag2.js +39 -39
- package/dist/components/q2-textarea.js +16 -16
- package/dist/components/q2-toast.js +22 -22
- package/dist/components/q2-tooltip2.js +26 -25
- package/dist/components/tecton-tab-pane.js +11 -11
- package/dist/esm/click-elsewhere_3.entry.js +2 -2
- package/dist/esm/loader.js +1 -1
- package/dist/esm/q2-action-group_2.entry.js +3 -3
- package/dist/esm/q2-action-sheet.entry.js +4 -3
- package/dist/esm/q2-avatar.entry.js +1 -1
- package/dist/esm/q2-badge_2.entry.js +17 -8
- package/dist/esm/q2-btn_2.entry.js +2 -6
- package/dist/esm/q2-calendar.entry.js +8 -6
- package/dist/esm/q2-card-image.entry.js +1 -1
- package/dist/esm/q2-card.entry.js +1 -1
- package/dist/esm/q2-carousel-pane.entry.js +1 -1
- package/dist/esm/q2-carousel.entry.js +104 -70
- package/dist/esm/q2-chart-area.entry.js +1 -1
- package/dist/esm/q2-chart-bar.entry.js +1 -1
- package/dist/esm/q2-chart-donut.entry.js +1 -1
- package/dist/esm/q2-checkbox-group.entry.js +1 -1
- package/dist/esm/q2-checkbox_2.entry.js +3 -3
- package/dist/esm/q2-currency.entry.js +1 -1
- package/dist/esm/q2-data-table.entry.js +1 -1
- package/dist/esm/q2-detail.entry.js +1 -1
- package/dist/esm/q2-dropdown-item.entry.js +1 -1
- package/dist/esm/q2-dropdown.entry.js +1 -1
- package/dist/esm/q2-editable-field.entry.js +3 -3
- package/dist/esm/q2-example.entry.js +1 -1
- package/dist/esm/q2-file-picker.entry.js +1 -1
- package/dist/esm/q2-form.entry.js +1 -1
- package/dist/esm/q2-formatted-text.entry.js +1 -1
- package/dist/esm/q2-icon.entry.js +1 -1
- package/dist/esm/q2-item.entry.js +1 -1
- package/dist/esm/q2-legend.entry.js +1 -1
- package/dist/esm/q2-link_2.entry.js +2 -2
- package/dist/esm/q2-message.entry.js +1 -1
- package/dist/esm/q2-meter.entry.js +1 -1
- package/dist/esm/q2-modal.entry.js +1 -1
- 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 +30 -2
- 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 +2 -2
- package/dist/esm/q2-search.entry.js +2 -2
- package/dist/esm/q2-section.entry.js +3 -3
- package/dist/esm/q2-select.entry.js +1 -1
- package/dist/esm/q2-stepper-pane.entry.js +2 -2
- package/dist/esm/q2-stepper-vertical.entry.js +32 -9
- package/dist/esm/q2-stepper.entry.js +18 -4
- package/dist/esm/q2-surface.entry.js +3 -3
- package/dist/esm/q2-tab-container.entry.js +89 -20
- package/dist/esm/q2-tab-pane.entry.js +2 -2
- package/dist/esm/q2-tecton-elements.js +1 -1
- package/dist/esm/q2-textarea.entry.js +3 -3
- package/dist/esm/q2-toast.entry.js +1 -1
- package/dist/esm/q2-tooltip.entry.js +27 -16
- package/dist/esm/tecton-tab-pane.entry.js +3 -3
- package/dist/q2-tecton-elements/assets/standard.symbol.svg +1 -1
- package/dist/q2-tecton-elements/click-elsewhere_3.entry.js +23 -23
- package/dist/q2-tecton-elements/q2-action-group_2.entry.js +42 -42
- package/dist/q2-tecton-elements/q2-action-sheet.entry.js +21 -18
- package/dist/q2-tecton-elements/q2-avatar.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-badge_2.entry.js +25 -15
- package/dist/q2-tecton-elements/q2-btn_2.entry.js +2 -6
- package/dist/q2-tecton-elements/q2-calendar.entry.js +120 -115
- package/dist/q2-tecton-elements/q2-card-image.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-card.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-carousel-pane.entry.js +11 -11
- package/dist/q2-tecton-elements/q2-carousel.entry.js +572 -540
- package/dist/q2-tecton-elements/q2-chart-area.entry.js +166 -166
- package/dist/q2-tecton-elements/q2-chart-bar.entry.js +190 -190
- package/dist/q2-tecton-elements/q2-chart-donut.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-checkbox-group.entry.js +8 -8
- package/dist/q2-tecton-elements/q2-checkbox_2.entry.js +7 -7
- package/dist/q2-tecton-elements/q2-currency.entry.js +40 -40
- package/dist/q2-tecton-elements/q2-data-table.entry.js +64 -64
- package/dist/q2-tecton-elements/q2-detail.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-dropdown-item.entry.js +5 -5
- package/dist/q2-tecton-elements/q2-dropdown.entry.js +21 -21
- package/dist/q2-tecton-elements/q2-editable-field.entry.js +18 -17
- package/dist/q2-tecton-elements/q2-example.entry.js +5 -5
- package/dist/q2-tecton-elements/q2-file-picker.entry.js +6 -6
- package/dist/q2-tecton-elements/q2-form.entry.js +3 -3
- package/dist/q2-tecton-elements/q2-formatted-text.entry.js +3 -3
- package/dist/q2-tecton-elements/q2-icon.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-item.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-legend.entry.js +8 -8
- package/dist/q2-tecton-elements/q2-link_2.entry.js +5 -5
- package/dist/q2-tecton-elements/q2-message.entry.js +23 -23
- package/dist/q2-tecton-elements/q2-meter.entry.js +4 -4
- package/dist/q2-tecton-elements/q2-modal.entry.js +3 -3
- package/dist/q2-tecton-elements/q2-month-picker.entry.js +39 -39
- package/dist/q2-tecton-elements/q2-optgroup.entry.js +13 -13
- package/dist/q2-tecton-elements/q2-option.entry.js +22 -22
- package/dist/q2-tecton-elements/q2-otp.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-pagination.entry.js +11 -11
- package/dist/q2-tecton-elements/q2-pill.entry.js +44 -25
- package/dist/q2-tecton-elements/q2-radio-group.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-radio.entry.js +24 -24
- package/dist/q2-tecton-elements/q2-relative-time.entry.js +21 -21
- package/dist/q2-tecton-elements/q2-search.entry.js +12 -12
- package/dist/q2-tecton-elements/q2-section.entry.js +25 -25
- package/dist/q2-tecton-elements/q2-select.entry.js +5 -5
- package/dist/q2-tecton-elements/q2-stepper-pane.entry.js +16 -16
- package/dist/q2-tecton-elements/q2-stepper-vertical.entry.js +77 -53
- package/dist/q2-tecton-elements/q2-stepper.entry.js +44 -30
- package/dist/q2-tecton-elements/q2-surface.entry.js +5 -5
- package/dist/q2-tecton-elements/q2-tab-container.entry.js +109 -56
- package/dist/q2-tecton-elements/q2-tab-pane.entry.js +13 -13
- package/dist/q2-tecton-elements/q2-tecton-elements.esm.js +1 -1
- package/dist/q2-tecton-elements/q2-textarea.entry.js +14 -14
- package/dist/q2-tecton-elements/q2-toast.entry.js +6 -6
- package/dist/q2-tecton-elements/q2-tooltip.entry.js +25 -24
- package/dist/q2-tecton-elements/tecton-tab-pane.entry.js +11 -11
- package/dist/types/components/q2-carousel/q2-carousel.d.ts +14 -0
- package/dist/types/components/q2-input/q2-input.d.ts +7 -1
- package/dist/types/components/q2-pill/q2-pill.d.ts +4 -0
- package/dist/types/components/q2-stepper/q2-stepper.d.ts +1 -0
- package/dist/types/components/q2-stepper-vertical/q2-stepper-vertical.d.ts +3 -2
- package/dist/types/components/q2-surface/q2-surface.d.ts +3 -3
- package/dist/types/components/q2-tab-container/q2-tab-container.d.ts +17 -3
- package/dist/types/components/q2-tooltip/q2-tooltip.d.ts +2 -1
- package/dist/types/components.d.ts +50 -23
- package/dist/types/utils/helpers.d.ts +16 -1
- package/dist/types/utils/test/vr-helpers.d.ts +11 -0
- package/package.json +12 -5
package/dist/bundle-report.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-
|
|
2
|
+
"timestamp": "2026-08-19T13:09:41",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "node",
|
|
5
5
|
"version": "24.10.0"
|
|
@@ -663,7 +663,7 @@
|
|
|
663
663
|
"sanitize-html-string-DPHNpMWE.js",
|
|
664
664
|
"mirror-emit-DUjY_ucm.js"
|
|
665
665
|
],
|
|
666
|
-
"originalByteSize":
|
|
666
|
+
"originalByteSize": 21733
|
|
667
667
|
},
|
|
668
668
|
{
|
|
669
669
|
"key": "q2-card.entry",
|
|
@@ -677,7 +677,7 @@
|
|
|
677
677
|
"index-Cps4jSQM.js",
|
|
678
678
|
"mirror-emit-DUjY_ucm.js"
|
|
679
679
|
],
|
|
680
|
-
"originalByteSize":
|
|
680
|
+
"originalByteSize": 14275
|
|
681
681
|
},
|
|
682
682
|
{
|
|
683
683
|
"key": "q2-card-image.entry",
|
|
@@ -690,7 +690,7 @@
|
|
|
690
690
|
"index-Cqkz7Bnm.js",
|
|
691
691
|
"index-Cps4jSQM.js"
|
|
692
692
|
],
|
|
693
|
-
"originalByteSize":
|
|
693
|
+
"originalByteSize": 32781
|
|
694
694
|
},
|
|
695
695
|
{
|
|
696
696
|
"key": "q2-checkbox-group.entry",
|
|
@@ -705,7 +705,7 @@
|
|
|
705
705
|
"mirror-emit-DUjY_ucm.js",
|
|
706
706
|
"component-DaQM9u3s.js"
|
|
707
707
|
],
|
|
708
|
-
"originalByteSize":
|
|
708
|
+
"originalByteSize": 8879
|
|
709
709
|
},
|
|
710
710
|
{
|
|
711
711
|
"key": "q2-context.entry",
|
|
@@ -730,7 +730,7 @@
|
|
|
730
730
|
"imports": [
|
|
731
731
|
"index-Cqkz7Bnm.js"
|
|
732
732
|
],
|
|
733
|
-
"originalByteSize":
|
|
733
|
+
"originalByteSize": 11298
|
|
734
734
|
},
|
|
735
735
|
{
|
|
736
736
|
"key": "q2-data-table.entry",
|
|
@@ -744,7 +744,7 @@
|
|
|
744
744
|
"index-Cps4jSQM.js",
|
|
745
745
|
"mirror-emit-DUjY_ucm.js"
|
|
746
746
|
],
|
|
747
|
-
"originalByteSize":
|
|
747
|
+
"originalByteSize": 41027
|
|
748
748
|
},
|
|
749
749
|
{
|
|
750
750
|
"key": "q2-detail.entry",
|
|
@@ -757,7 +757,7 @@
|
|
|
757
757
|
"index-Cqkz7Bnm.js",
|
|
758
758
|
"index-Cps4jSQM.js"
|
|
759
759
|
],
|
|
760
|
-
"originalByteSize":
|
|
760
|
+
"originalByteSize": 9534
|
|
761
761
|
},
|
|
762
762
|
{
|
|
763
763
|
"key": "q2-dropdown.entry",
|
|
@@ -771,7 +771,7 @@
|
|
|
771
771
|
"action-sheet-B7adb3xs.js",
|
|
772
772
|
"index-Cps4jSQM.js"
|
|
773
773
|
],
|
|
774
|
-
"originalByteSize":
|
|
774
|
+
"originalByteSize": 19014
|
|
775
775
|
},
|
|
776
776
|
{
|
|
777
777
|
"key": "q2-editable-field.entry",
|
|
@@ -785,7 +785,7 @@
|
|
|
785
785
|
"index-Cps4jSQM.js",
|
|
786
786
|
"mirror-emit-DUjY_ucm.js"
|
|
787
787
|
],
|
|
788
|
-
"originalByteSize":
|
|
788
|
+
"originalByteSize": 12910
|
|
789
789
|
},
|
|
790
790
|
{
|
|
791
791
|
"key": "q2-example.entry",
|
|
@@ -797,7 +797,7 @@
|
|
|
797
797
|
"imports": [
|
|
798
798
|
"index-Cqkz7Bnm.js"
|
|
799
799
|
],
|
|
800
|
-
"originalByteSize":
|
|
800
|
+
"originalByteSize": 5358
|
|
801
801
|
},
|
|
802
802
|
{
|
|
803
803
|
"key": "q2-file-picker.entry",
|
|
@@ -810,7 +810,7 @@
|
|
|
810
810
|
"index-Cqkz7Bnm.js",
|
|
811
811
|
"index-Cps4jSQM.js"
|
|
812
812
|
],
|
|
813
|
-
"originalByteSize":
|
|
813
|
+
"originalByteSize": 25017
|
|
814
814
|
},
|
|
815
815
|
{
|
|
816
816
|
"key": "q2-form.entry",
|
|
@@ -822,7 +822,7 @@
|
|
|
822
822
|
"imports": [
|
|
823
823
|
"index-Cqkz7Bnm.js"
|
|
824
824
|
],
|
|
825
|
-
"originalByteSize":
|
|
825
|
+
"originalByteSize": 2706
|
|
826
826
|
},
|
|
827
827
|
{
|
|
828
828
|
"key": "q2-formatted-text.entry",
|
|
@@ -834,7 +834,7 @@
|
|
|
834
834
|
"imports": [
|
|
835
835
|
"index-Cqkz7Bnm.js"
|
|
836
836
|
],
|
|
837
|
-
"originalByteSize":
|
|
837
|
+
"originalByteSize": 5712
|
|
838
838
|
},
|
|
839
839
|
{
|
|
840
840
|
"key": "q2-grid.entry",
|
|
@@ -885,7 +885,7 @@
|
|
|
885
885
|
"index-Cqkz7Bnm.js",
|
|
886
886
|
"index-Cps4jSQM.js"
|
|
887
887
|
],
|
|
888
|
-
"originalByteSize":
|
|
888
|
+
"originalByteSize": 14361
|
|
889
889
|
},
|
|
890
890
|
{
|
|
891
891
|
"key": "q2-modal.entry",
|
|
@@ -899,7 +899,7 @@
|
|
|
899
899
|
"index-Cps4jSQM.js",
|
|
900
900
|
"sanitize-html-string-DPHNpMWE.js"
|
|
901
901
|
],
|
|
902
|
-
"originalByteSize":
|
|
902
|
+
"originalByteSize": 13788
|
|
903
903
|
},
|
|
904
904
|
{
|
|
905
905
|
"key": "q2-month-picker.entry",
|
|
@@ -912,7 +912,7 @@
|
|
|
912
912
|
"index-Cqkz7Bnm.js",
|
|
913
913
|
"index-Cps4jSQM.js"
|
|
914
914
|
],
|
|
915
|
-
"originalByteSize":
|
|
915
|
+
"originalByteSize": 10968
|
|
916
916
|
},
|
|
917
917
|
{
|
|
918
918
|
"key": "q2-otp.entry",
|
|
@@ -925,7 +925,7 @@
|
|
|
925
925
|
"index-Cqkz7Bnm.js",
|
|
926
926
|
"index-Cps4jSQM.js"
|
|
927
927
|
],
|
|
928
|
-
"originalByteSize":
|
|
928
|
+
"originalByteSize": 24516
|
|
929
929
|
},
|
|
930
930
|
{
|
|
931
931
|
"key": "q2-pagination.entry",
|
|
@@ -939,7 +939,7 @@
|
|
|
939
939
|
"index-Cps4jSQM.js",
|
|
940
940
|
"mirror-emit-DUjY_ucm.js"
|
|
941
941
|
],
|
|
942
|
-
"originalByteSize":
|
|
942
|
+
"originalByteSize": 21044
|
|
943
943
|
},
|
|
944
944
|
{
|
|
945
945
|
"key": "q2-pill.entry",
|
|
@@ -954,7 +954,7 @@
|
|
|
954
954
|
"mirror-emit-DUjY_ucm.js",
|
|
955
955
|
"action-sheet-B7adb3xs.js"
|
|
956
956
|
],
|
|
957
|
-
"originalByteSize":
|
|
957
|
+
"originalByteSize": 31320
|
|
958
958
|
},
|
|
959
959
|
{
|
|
960
960
|
"key": "q2-radio.entry",
|
|
@@ -968,7 +968,7 @@
|
|
|
968
968
|
"index-Cps4jSQM.js",
|
|
969
969
|
"mirror-emit-DUjY_ucm.js"
|
|
970
970
|
],
|
|
971
|
-
"originalByteSize":
|
|
971
|
+
"originalByteSize": 14632
|
|
972
972
|
},
|
|
973
973
|
{
|
|
974
974
|
"key": "q2-radio-group.entry",
|
|
@@ -982,7 +982,7 @@
|
|
|
982
982
|
"index-Cps4jSQM.js",
|
|
983
983
|
"mirror-emit-DUjY_ucm.js"
|
|
984
984
|
],
|
|
985
|
-
"originalByteSize":
|
|
985
|
+
"originalByteSize": 12266
|
|
986
986
|
},
|
|
987
987
|
{
|
|
988
988
|
"key": "q2-relative-time.entry",
|
|
@@ -996,7 +996,7 @@
|
|
|
996
996
|
"index-O1A-ZSZs.js",
|
|
997
997
|
"index-Cps4jSQM.js"
|
|
998
998
|
],
|
|
999
|
-
"originalByteSize":
|
|
999
|
+
"originalByteSize": 7366
|
|
1000
1000
|
},
|
|
1001
1001
|
{
|
|
1002
1002
|
"key": "q2-search.entry",
|
|
@@ -1009,7 +1009,7 @@
|
|
|
1009
1009
|
"index-Cqkz7Bnm.js",
|
|
1010
1010
|
"index-Cps4jSQM.js"
|
|
1011
1011
|
],
|
|
1012
|
-
"originalByteSize":
|
|
1012
|
+
"originalByteSize": 45662
|
|
1013
1013
|
},
|
|
1014
1014
|
{
|
|
1015
1015
|
"key": "q2-section.entry",
|
|
@@ -1023,7 +1023,7 @@
|
|
|
1023
1023
|
"index-Cps4jSQM.js",
|
|
1024
1024
|
"mirror-emit-DUjY_ucm.js"
|
|
1025
1025
|
],
|
|
1026
|
-
"originalByteSize":
|
|
1026
|
+
"originalByteSize": 13294
|
|
1027
1027
|
},
|
|
1028
1028
|
{
|
|
1029
1029
|
"key": "q2-stepper.entry",
|
|
@@ -1038,7 +1038,7 @@
|
|
|
1038
1038
|
"mirror-emit-DUjY_ucm.js",
|
|
1039
1039
|
"sanitize-html-string-DPHNpMWE.js"
|
|
1040
1040
|
],
|
|
1041
|
-
"originalByteSize":
|
|
1041
|
+
"originalByteSize": 24581
|
|
1042
1042
|
},
|
|
1043
1043
|
{
|
|
1044
1044
|
"key": "q2-stepper-pane.entry",
|
|
@@ -1053,7 +1053,7 @@
|
|
|
1053
1053
|
"index-Cps4jSQM.js",
|
|
1054
1054
|
"mirror-emit-DUjY_ucm.js"
|
|
1055
1055
|
],
|
|
1056
|
-
"originalByteSize":
|
|
1056
|
+
"originalByteSize": 5449
|
|
1057
1057
|
},
|
|
1058
1058
|
{
|
|
1059
1059
|
"key": "q2-stepper-vertical.entry",
|
|
@@ -1068,7 +1068,7 @@
|
|
|
1068
1068
|
"mirror-emit-DUjY_ucm.js",
|
|
1069
1069
|
"sanitize-html-string-DPHNpMWE.js"
|
|
1070
1070
|
],
|
|
1071
|
-
"originalByteSize":
|
|
1071
|
+
"originalByteSize": 26746
|
|
1072
1072
|
},
|
|
1073
1073
|
{
|
|
1074
1074
|
"key": "q2-surface.entry",
|
|
@@ -1080,7 +1080,7 @@
|
|
|
1080
1080
|
"imports": [
|
|
1081
1081
|
"index-Cqkz7Bnm.js"
|
|
1082
1082
|
],
|
|
1083
|
-
"originalByteSize":
|
|
1083
|
+
"originalByteSize": 16272
|
|
1084
1084
|
},
|
|
1085
1085
|
{
|
|
1086
1086
|
"key": "q2-tab-container.entry",
|
|
@@ -1095,7 +1095,7 @@
|
|
|
1095
1095
|
"mirror-emit-DUjY_ucm.js",
|
|
1096
1096
|
"component-DaQM9u3s.js"
|
|
1097
1097
|
],
|
|
1098
|
-
"originalByteSize":
|
|
1098
|
+
"originalByteSize": 25506
|
|
1099
1099
|
},
|
|
1100
1100
|
{
|
|
1101
1101
|
"key": "q2-tab-pane.entry",
|
|
@@ -1108,7 +1108,7 @@
|
|
|
1108
1108
|
"index-Cqkz7Bnm.js",
|
|
1109
1109
|
"component-DaQM9u3s.js"
|
|
1110
1110
|
],
|
|
1111
|
-
"originalByteSize":
|
|
1111
|
+
"originalByteSize": 2781
|
|
1112
1112
|
},
|
|
1113
1113
|
{
|
|
1114
1114
|
"key": "q2-textarea.entry",
|
|
@@ -1122,7 +1122,7 @@
|
|
|
1122
1122
|
"index-Cps4jSQM.js",
|
|
1123
1123
|
"mirror-emit-DUjY_ucm.js"
|
|
1124
1124
|
],
|
|
1125
|
-
"originalByteSize":
|
|
1125
|
+
"originalByteSize": 29922
|
|
1126
1126
|
},
|
|
1127
1127
|
{
|
|
1128
1128
|
"key": "q2-toast.entry",
|
|
@@ -1135,7 +1135,7 @@
|
|
|
1135
1135
|
"index-Cqkz7Bnm.js",
|
|
1136
1136
|
"index-Cps4jSQM.js"
|
|
1137
1137
|
],
|
|
1138
|
-
"originalByteSize":
|
|
1138
|
+
"originalByteSize": 12178
|
|
1139
1139
|
},
|
|
1140
1140
|
{
|
|
1141
1141
|
"key": "tecton-tab-pane.entry",
|
|
@@ -1147,7 +1147,7 @@
|
|
|
1147
1147
|
"imports": [
|
|
1148
1148
|
"index-Cqkz7Bnm.js"
|
|
1149
1149
|
],
|
|
1150
|
-
"originalByteSize":
|
|
1150
|
+
"originalByteSize": 5416
|
|
1151
1151
|
},
|
|
1152
1152
|
{
|
|
1153
1153
|
"key": "q2-avatar.entry",
|
|
@@ -1159,7 +1159,7 @@
|
|
|
1159
1159
|
"imports": [
|
|
1160
1160
|
"index-Cqkz7Bnm.js"
|
|
1161
1161
|
],
|
|
1162
|
-
"originalByteSize":
|
|
1162
|
+
"originalByteSize": 8955
|
|
1163
1163
|
},
|
|
1164
1164
|
{
|
|
1165
1165
|
"key": "q2-carousel-pane.entry",
|
|
@@ -1174,7 +1174,7 @@
|
|
|
1174
1174
|
"index-Cps4jSQM.js",
|
|
1175
1175
|
"mirror-emit-DUjY_ucm.js"
|
|
1176
1176
|
],
|
|
1177
|
-
"originalByteSize":
|
|
1177
|
+
"originalByteSize": 9308
|
|
1178
1178
|
},
|
|
1179
1179
|
{
|
|
1180
1180
|
"key": "q2-dropdown-item.entry",
|
|
@@ -1189,7 +1189,7 @@
|
|
|
1189
1189
|
"mirror-emit-DUjY_ucm.js",
|
|
1190
1190
|
"component-DaQM9u3s.js"
|
|
1191
1191
|
],
|
|
1192
|
-
"originalByteSize":
|
|
1192
|
+
"originalByteSize": 9440
|
|
1193
1193
|
},
|
|
1194
1194
|
{
|
|
1195
1195
|
"key": "q2-legend.entry",
|
|
@@ -1202,7 +1202,7 @@
|
|
|
1202
1202
|
"index-Cqkz7Bnm.js",
|
|
1203
1203
|
"mirror-emit-DUjY_ucm.js"
|
|
1204
1204
|
],
|
|
1205
|
-
"originalByteSize":
|
|
1205
|
+
"originalByteSize": 8244
|
|
1206
1206
|
},
|
|
1207
1207
|
{
|
|
1208
1208
|
"key": "q2-optgroup.entry",
|
|
@@ -1216,7 +1216,7 @@
|
|
|
1216
1216
|
"component-DaQM9u3s.js",
|
|
1217
1217
|
"index-Cps4jSQM.js"
|
|
1218
1218
|
],
|
|
1219
|
-
"originalByteSize":
|
|
1219
|
+
"originalByteSize": 4759
|
|
1220
1220
|
},
|
|
1221
1221
|
{
|
|
1222
1222
|
"key": "q2-select.entry",
|
|
@@ -1231,7 +1231,7 @@
|
|
|
1231
1231
|
"mirror-emit-DUjY_ucm.js",
|
|
1232
1232
|
"action-sheet-B7adb3xs.js"
|
|
1233
1233
|
],
|
|
1234
|
-
"originalByteSize":
|
|
1234
|
+
"originalByteSize": 48151
|
|
1235
1235
|
},
|
|
1236
1236
|
{
|
|
1237
1237
|
"key": "q2-tooltip.entry",
|
|
@@ -1244,7 +1244,7 @@
|
|
|
1244
1244
|
"index-Cqkz7Bnm.js",
|
|
1245
1245
|
"index-Cps4jSQM.js"
|
|
1246
1246
|
],
|
|
1247
|
-
"originalByteSize":
|
|
1247
|
+
"originalByteSize": 21281
|
|
1248
1248
|
},
|
|
1249
1249
|
{
|
|
1250
1250
|
"key": "q2-item.entry",
|
|
@@ -1257,7 +1257,7 @@
|
|
|
1257
1257
|
"index-Cqkz7Bnm.js",
|
|
1258
1258
|
"index-Cps4jSQM.js"
|
|
1259
1259
|
],
|
|
1260
|
-
"originalByteSize":
|
|
1260
|
+
"originalByteSize": 13443
|
|
1261
1261
|
},
|
|
1262
1262
|
{
|
|
1263
1263
|
"key": "q2-option.entry",
|
|
@@ -1271,7 +1271,7 @@
|
|
|
1271
1271
|
"index-Cps4jSQM.js",
|
|
1272
1272
|
"component-DaQM9u3s.js"
|
|
1273
1273
|
],
|
|
1274
|
-
"originalByteSize":
|
|
1274
|
+
"originalByteSize": 8621
|
|
1275
1275
|
},
|
|
1276
1276
|
{
|
|
1277
1277
|
"key": "q2-message.entry",
|
|
@@ -1284,7 +1284,7 @@
|
|
|
1284
1284
|
"index-Cqkz7Bnm.js",
|
|
1285
1285
|
"index-Cps4jSQM.js"
|
|
1286
1286
|
],
|
|
1287
|
-
"originalByteSize":
|
|
1287
|
+
"originalByteSize": 9512
|
|
1288
1288
|
},
|
|
1289
1289
|
{
|
|
1290
1290
|
"key": "q2-icon.entry",
|
|
@@ -1298,7 +1298,7 @@
|
|
|
1298
1298
|
"index-Cps4jSQM.js",
|
|
1299
1299
|
"sprites-jG2RmiwF.js"
|
|
1300
1300
|
],
|
|
1301
|
-
"originalByteSize":
|
|
1301
|
+
"originalByteSize": 25696
|
|
1302
1302
|
},
|
|
1303
1303
|
{
|
|
1304
1304
|
"key": "q2-calendar.entry",
|
|
@@ -1313,7 +1313,7 @@
|
|
|
1313
1313
|
"index-Cps4jSQM.js",
|
|
1314
1314
|
"mirror-emit-DUjY_ucm.js"
|
|
1315
1315
|
],
|
|
1316
|
-
"originalByteSize":
|
|
1316
|
+
"originalByteSize": 61810
|
|
1317
1317
|
},
|
|
1318
1318
|
{
|
|
1319
1319
|
"key": "q2-checkbox.q2-tag.entry",
|
|
@@ -1329,7 +1329,7 @@
|
|
|
1329
1329
|
"mirror-emit-DUjY_ucm.js",
|
|
1330
1330
|
"action-sheet-B7adb3xs.js"
|
|
1331
1331
|
],
|
|
1332
|
-
"originalByteSize":
|
|
1332
|
+
"originalByteSize": 57005
|
|
1333
1333
|
},
|
|
1334
1334
|
{
|
|
1335
1335
|
"key": "q2-link.q2-list.entry",
|
|
@@ -1343,7 +1343,7 @@
|
|
|
1343
1343
|
"index-Cqkz7Bnm.js",
|
|
1344
1344
|
"index-Cps4jSQM.js"
|
|
1345
1345
|
],
|
|
1346
|
-
"originalByteSize":
|
|
1346
|
+
"originalByteSize": 14674
|
|
1347
1347
|
},
|
|
1348
1348
|
{
|
|
1349
1349
|
"key": "q2-action-group.q2-resize-observer.entry",
|
|
@@ -1357,7 +1357,7 @@
|
|
|
1357
1357
|
"index-Cqkz7Bnm.js",
|
|
1358
1358
|
"index-Cps4jSQM.js"
|
|
1359
1359
|
],
|
|
1360
|
-
"originalByteSize":
|
|
1360
|
+
"originalByteSize": 17776
|
|
1361
1361
|
},
|
|
1362
1362
|
{
|
|
1363
1363
|
"key": "q2-btn.q2-loading.entry",
|
|
@@ -1373,7 +1373,7 @@
|
|
|
1373
1373
|
"shapes-DZ6aIPWK.js",
|
|
1374
1374
|
"sprites-jG2RmiwF.js"
|
|
1375
1375
|
],
|
|
1376
|
-
"originalByteSize":
|
|
1376
|
+
"originalByteSize": 79994
|
|
1377
1377
|
},
|
|
1378
1378
|
{
|
|
1379
1379
|
"key": "q2-carousel.entry",
|
|
@@ -1388,7 +1388,7 @@
|
|
|
1388
1388
|
"mirror-emit-DUjY_ucm.js",
|
|
1389
1389
|
"component-DaQM9u3s.js"
|
|
1390
1390
|
],
|
|
1391
|
-
"originalByteSize":
|
|
1391
|
+
"originalByteSize": 195873
|
|
1392
1392
|
},
|
|
1393
1393
|
{
|
|
1394
1394
|
"key": "click-elsewhere.q2-option-list.q2-popover.entry",
|
|
@@ -1405,7 +1405,7 @@
|
|
|
1405
1405
|
"component-DaQM9u3s.js",
|
|
1406
1406
|
"index-Cps4jSQM.js"
|
|
1407
1407
|
],
|
|
1408
|
-
"originalByteSize":
|
|
1408
|
+
"originalByteSize": 53600
|
|
1409
1409
|
},
|
|
1410
1410
|
{
|
|
1411
1411
|
"key": "q2-chart-bar.entry",
|
|
@@ -1421,7 +1421,7 @@
|
|
|
1421
1421
|
"dataSample-Dm1zpQNi.js",
|
|
1422
1422
|
"sectorHelper--RMGWGAy.js"
|
|
1423
1423
|
],
|
|
1424
|
-
"originalByteSize":
|
|
1424
|
+
"originalByteSize": 56543
|
|
1425
1425
|
},
|
|
1426
1426
|
{
|
|
1427
1427
|
"key": "q2-chart-area.entry",
|
|
@@ -1437,7 +1437,7 @@
|
|
|
1437
1437
|
"charting-DOZct-UB.js",
|
|
1438
1438
|
"dataSample-Dm1zpQNi.js"
|
|
1439
1439
|
],
|
|
1440
|
-
"originalByteSize":
|
|
1440
|
+
"originalByteSize": 154865
|
|
1441
1441
|
},
|
|
1442
1442
|
{
|
|
1443
1443
|
"key": "q2-badge.q2-input.entry",
|
|
@@ -1452,7 +1452,7 @@
|
|
|
1452
1452
|
"index-Cps4jSQM.js",
|
|
1453
1453
|
"mirror-emit-DUjY_ucm.js"
|
|
1454
1454
|
],
|
|
1455
|
-
"originalByteSize":
|
|
1455
|
+
"originalByteSize": 128139
|
|
1456
1456
|
},
|
|
1457
1457
|
{
|
|
1458
1458
|
"key": "q2-chart-donut.entry",
|
|
@@ -1468,7 +1468,7 @@
|
|
|
1468
1468
|
"charting-DOZct-UB.js",
|
|
1469
1469
|
"sectorHelper--RMGWGAy.js"
|
|
1470
1470
|
],
|
|
1471
|
-
"originalByteSize":
|
|
1471
|
+
"originalByteSize": 180118
|
|
1472
1472
|
}
|
|
1473
1473
|
],
|
|
1474
1474
|
"esm": [
|
|
@@ -1524,7 +1524,7 @@
|
|
|
1524
1524
|
"sanitize-html-string-DPHNpMWE.js",
|
|
1525
1525
|
"mirror-emit-DUjY_ucm.js"
|
|
1526
1526
|
],
|
|
1527
|
-
"originalByteSize":
|
|
1527
|
+
"originalByteSize": 21733
|
|
1528
1528
|
},
|
|
1529
1529
|
{
|
|
1530
1530
|
"key": "q2-card.entry",
|
|
@@ -1538,7 +1538,7 @@
|
|
|
1538
1538
|
"index-Cps4jSQM.js",
|
|
1539
1539
|
"mirror-emit-DUjY_ucm.js"
|
|
1540
1540
|
],
|
|
1541
|
-
"originalByteSize":
|
|
1541
|
+
"originalByteSize": 14275
|
|
1542
1542
|
},
|
|
1543
1543
|
{
|
|
1544
1544
|
"key": "q2-card-image.entry",
|
|
@@ -1551,7 +1551,7 @@
|
|
|
1551
1551
|
"index-Cqkz7Bnm.js",
|
|
1552
1552
|
"index-Cps4jSQM.js"
|
|
1553
1553
|
],
|
|
1554
|
-
"originalByteSize":
|
|
1554
|
+
"originalByteSize": 32781
|
|
1555
1555
|
},
|
|
1556
1556
|
{
|
|
1557
1557
|
"key": "q2-checkbox-group.entry",
|
|
@@ -1566,7 +1566,7 @@
|
|
|
1566
1566
|
"mirror-emit-DUjY_ucm.js",
|
|
1567
1567
|
"component-DaQM9u3s.js"
|
|
1568
1568
|
],
|
|
1569
|
-
"originalByteSize":
|
|
1569
|
+
"originalByteSize": 8879
|
|
1570
1570
|
},
|
|
1571
1571
|
{
|
|
1572
1572
|
"key": "q2-context.entry",
|
|
@@ -1591,7 +1591,7 @@
|
|
|
1591
1591
|
"imports": [
|
|
1592
1592
|
"index-Cqkz7Bnm.js"
|
|
1593
1593
|
],
|
|
1594
|
-
"originalByteSize":
|
|
1594
|
+
"originalByteSize": 11298
|
|
1595
1595
|
},
|
|
1596
1596
|
{
|
|
1597
1597
|
"key": "q2-data-table.entry",
|
|
@@ -1605,7 +1605,7 @@
|
|
|
1605
1605
|
"index-Cps4jSQM.js",
|
|
1606
1606
|
"mirror-emit-DUjY_ucm.js"
|
|
1607
1607
|
],
|
|
1608
|
-
"originalByteSize":
|
|
1608
|
+
"originalByteSize": 41027
|
|
1609
1609
|
},
|
|
1610
1610
|
{
|
|
1611
1611
|
"key": "q2-detail.entry",
|
|
@@ -1618,7 +1618,7 @@
|
|
|
1618
1618
|
"index-Cqkz7Bnm.js",
|
|
1619
1619
|
"index-Cps4jSQM.js"
|
|
1620
1620
|
],
|
|
1621
|
-
"originalByteSize":
|
|
1621
|
+
"originalByteSize": 9534
|
|
1622
1622
|
},
|
|
1623
1623
|
{
|
|
1624
1624
|
"key": "q2-dropdown.entry",
|
|
@@ -1632,7 +1632,7 @@
|
|
|
1632
1632
|
"action-sheet-B7adb3xs.js",
|
|
1633
1633
|
"index-Cps4jSQM.js"
|
|
1634
1634
|
],
|
|
1635
|
-
"originalByteSize":
|
|
1635
|
+
"originalByteSize": 19014
|
|
1636
1636
|
},
|
|
1637
1637
|
{
|
|
1638
1638
|
"key": "q2-editable-field.entry",
|
|
@@ -1646,7 +1646,7 @@
|
|
|
1646
1646
|
"index-Cps4jSQM.js",
|
|
1647
1647
|
"mirror-emit-DUjY_ucm.js"
|
|
1648
1648
|
],
|
|
1649
|
-
"originalByteSize":
|
|
1649
|
+
"originalByteSize": 12910
|
|
1650
1650
|
},
|
|
1651
1651
|
{
|
|
1652
1652
|
"key": "q2-example.entry",
|
|
@@ -1658,7 +1658,7 @@
|
|
|
1658
1658
|
"imports": [
|
|
1659
1659
|
"index-Cqkz7Bnm.js"
|
|
1660
1660
|
],
|
|
1661
|
-
"originalByteSize":
|
|
1661
|
+
"originalByteSize": 5358
|
|
1662
1662
|
},
|
|
1663
1663
|
{
|
|
1664
1664
|
"key": "q2-file-picker.entry",
|
|
@@ -1671,7 +1671,7 @@
|
|
|
1671
1671
|
"index-Cqkz7Bnm.js",
|
|
1672
1672
|
"index-Cps4jSQM.js"
|
|
1673
1673
|
],
|
|
1674
|
-
"originalByteSize":
|
|
1674
|
+
"originalByteSize": 25017
|
|
1675
1675
|
},
|
|
1676
1676
|
{
|
|
1677
1677
|
"key": "q2-form.entry",
|
|
@@ -1683,7 +1683,7 @@
|
|
|
1683
1683
|
"imports": [
|
|
1684
1684
|
"index-Cqkz7Bnm.js"
|
|
1685
1685
|
],
|
|
1686
|
-
"originalByteSize":
|
|
1686
|
+
"originalByteSize": 2706
|
|
1687
1687
|
},
|
|
1688
1688
|
{
|
|
1689
1689
|
"key": "q2-formatted-text.entry",
|
|
@@ -1695,7 +1695,7 @@
|
|
|
1695
1695
|
"imports": [
|
|
1696
1696
|
"index-Cqkz7Bnm.js"
|
|
1697
1697
|
],
|
|
1698
|
-
"originalByteSize":
|
|
1698
|
+
"originalByteSize": 5712
|
|
1699
1699
|
},
|
|
1700
1700
|
{
|
|
1701
1701
|
"key": "q2-grid.entry",
|
|
@@ -1746,7 +1746,7 @@
|
|
|
1746
1746
|
"index-Cqkz7Bnm.js",
|
|
1747
1747
|
"index-Cps4jSQM.js"
|
|
1748
1748
|
],
|
|
1749
|
-
"originalByteSize":
|
|
1749
|
+
"originalByteSize": 14361
|
|
1750
1750
|
},
|
|
1751
1751
|
{
|
|
1752
1752
|
"key": "q2-modal.entry",
|
|
@@ -1760,7 +1760,7 @@
|
|
|
1760
1760
|
"index-Cps4jSQM.js",
|
|
1761
1761
|
"sanitize-html-string-DPHNpMWE.js"
|
|
1762
1762
|
],
|
|
1763
|
-
"originalByteSize":
|
|
1763
|
+
"originalByteSize": 13788
|
|
1764
1764
|
},
|
|
1765
1765
|
{
|
|
1766
1766
|
"key": "q2-month-picker.entry",
|
|
@@ -1773,7 +1773,7 @@
|
|
|
1773
1773
|
"index-Cqkz7Bnm.js",
|
|
1774
1774
|
"index-Cps4jSQM.js"
|
|
1775
1775
|
],
|
|
1776
|
-
"originalByteSize":
|
|
1776
|
+
"originalByteSize": 10968
|
|
1777
1777
|
},
|
|
1778
1778
|
{
|
|
1779
1779
|
"key": "q2-otp.entry",
|
|
@@ -1786,7 +1786,7 @@
|
|
|
1786
1786
|
"index-Cqkz7Bnm.js",
|
|
1787
1787
|
"index-Cps4jSQM.js"
|
|
1788
1788
|
],
|
|
1789
|
-
"originalByteSize":
|
|
1789
|
+
"originalByteSize": 24516
|
|
1790
1790
|
},
|
|
1791
1791
|
{
|
|
1792
1792
|
"key": "q2-pagination.entry",
|
|
@@ -1800,7 +1800,7 @@
|
|
|
1800
1800
|
"index-Cps4jSQM.js",
|
|
1801
1801
|
"mirror-emit-DUjY_ucm.js"
|
|
1802
1802
|
],
|
|
1803
|
-
"originalByteSize":
|
|
1803
|
+
"originalByteSize": 21044
|
|
1804
1804
|
},
|
|
1805
1805
|
{
|
|
1806
1806
|
"key": "q2-pill.entry",
|
|
@@ -1815,7 +1815,7 @@
|
|
|
1815
1815
|
"mirror-emit-DUjY_ucm.js",
|
|
1816
1816
|
"action-sheet-B7adb3xs.js"
|
|
1817
1817
|
],
|
|
1818
|
-
"originalByteSize":
|
|
1818
|
+
"originalByteSize": 31320
|
|
1819
1819
|
},
|
|
1820
1820
|
{
|
|
1821
1821
|
"key": "q2-radio.entry",
|
|
@@ -1829,7 +1829,7 @@
|
|
|
1829
1829
|
"index-Cps4jSQM.js",
|
|
1830
1830
|
"mirror-emit-DUjY_ucm.js"
|
|
1831
1831
|
],
|
|
1832
|
-
"originalByteSize":
|
|
1832
|
+
"originalByteSize": 14632
|
|
1833
1833
|
},
|
|
1834
1834
|
{
|
|
1835
1835
|
"key": "q2-radio-group.entry",
|
|
@@ -1843,7 +1843,7 @@
|
|
|
1843
1843
|
"index-Cps4jSQM.js",
|
|
1844
1844
|
"mirror-emit-DUjY_ucm.js"
|
|
1845
1845
|
],
|
|
1846
|
-
"originalByteSize":
|
|
1846
|
+
"originalByteSize": 12266
|
|
1847
1847
|
},
|
|
1848
1848
|
{
|
|
1849
1849
|
"key": "q2-relative-time.entry",
|
|
@@ -1857,7 +1857,7 @@
|
|
|
1857
1857
|
"index-O1A-ZSZs.js",
|
|
1858
1858
|
"index-Cps4jSQM.js"
|
|
1859
1859
|
],
|
|
1860
|
-
"originalByteSize":
|
|
1860
|
+
"originalByteSize": 7366
|
|
1861
1861
|
},
|
|
1862
1862
|
{
|
|
1863
1863
|
"key": "q2-search.entry",
|
|
@@ -1870,7 +1870,7 @@
|
|
|
1870
1870
|
"index-Cqkz7Bnm.js",
|
|
1871
1871
|
"index-Cps4jSQM.js"
|
|
1872
1872
|
],
|
|
1873
|
-
"originalByteSize":
|
|
1873
|
+
"originalByteSize": 45662
|
|
1874
1874
|
},
|
|
1875
1875
|
{
|
|
1876
1876
|
"key": "q2-section.entry",
|
|
@@ -1884,7 +1884,7 @@
|
|
|
1884
1884
|
"index-Cps4jSQM.js",
|
|
1885
1885
|
"mirror-emit-DUjY_ucm.js"
|
|
1886
1886
|
],
|
|
1887
|
-
"originalByteSize":
|
|
1887
|
+
"originalByteSize": 13294
|
|
1888
1888
|
},
|
|
1889
1889
|
{
|
|
1890
1890
|
"key": "q2-stepper.entry",
|
|
@@ -1899,7 +1899,7 @@
|
|
|
1899
1899
|
"mirror-emit-DUjY_ucm.js",
|
|
1900
1900
|
"sanitize-html-string-DPHNpMWE.js"
|
|
1901
1901
|
],
|
|
1902
|
-
"originalByteSize":
|
|
1902
|
+
"originalByteSize": 24581
|
|
1903
1903
|
},
|
|
1904
1904
|
{
|
|
1905
1905
|
"key": "q2-stepper-pane.entry",
|
|
@@ -1914,7 +1914,7 @@
|
|
|
1914
1914
|
"index-Cps4jSQM.js",
|
|
1915
1915
|
"mirror-emit-DUjY_ucm.js"
|
|
1916
1916
|
],
|
|
1917
|
-
"originalByteSize":
|
|
1917
|
+
"originalByteSize": 5449
|
|
1918
1918
|
},
|
|
1919
1919
|
{
|
|
1920
1920
|
"key": "q2-stepper-vertical.entry",
|
|
@@ -1929,7 +1929,7 @@
|
|
|
1929
1929
|
"mirror-emit-DUjY_ucm.js",
|
|
1930
1930
|
"sanitize-html-string-DPHNpMWE.js"
|
|
1931
1931
|
],
|
|
1932
|
-
"originalByteSize":
|
|
1932
|
+
"originalByteSize": 26746
|
|
1933
1933
|
},
|
|
1934
1934
|
{
|
|
1935
1935
|
"key": "q2-surface.entry",
|
|
@@ -1941,7 +1941,7 @@
|
|
|
1941
1941
|
"imports": [
|
|
1942
1942
|
"index-Cqkz7Bnm.js"
|
|
1943
1943
|
],
|
|
1944
|
-
"originalByteSize":
|
|
1944
|
+
"originalByteSize": 16272
|
|
1945
1945
|
},
|
|
1946
1946
|
{
|
|
1947
1947
|
"key": "q2-tab-container.entry",
|
|
@@ -1956,7 +1956,7 @@
|
|
|
1956
1956
|
"mirror-emit-DUjY_ucm.js",
|
|
1957
1957
|
"component-DaQM9u3s.js"
|
|
1958
1958
|
],
|
|
1959
|
-
"originalByteSize":
|
|
1959
|
+
"originalByteSize": 25506
|
|
1960
1960
|
},
|
|
1961
1961
|
{
|
|
1962
1962
|
"key": "q2-tab-pane.entry",
|
|
@@ -1969,7 +1969,7 @@
|
|
|
1969
1969
|
"index-Cqkz7Bnm.js",
|
|
1970
1970
|
"component-DaQM9u3s.js"
|
|
1971
1971
|
],
|
|
1972
|
-
"originalByteSize":
|
|
1972
|
+
"originalByteSize": 2781
|
|
1973
1973
|
},
|
|
1974
1974
|
{
|
|
1975
1975
|
"key": "q2-textarea.entry",
|
|
@@ -1983,7 +1983,7 @@
|
|
|
1983
1983
|
"index-Cps4jSQM.js",
|
|
1984
1984
|
"mirror-emit-DUjY_ucm.js"
|
|
1985
1985
|
],
|
|
1986
|
-
"originalByteSize":
|
|
1986
|
+
"originalByteSize": 29922
|
|
1987
1987
|
},
|
|
1988
1988
|
{
|
|
1989
1989
|
"key": "q2-toast.entry",
|
|
@@ -1996,7 +1996,7 @@
|
|
|
1996
1996
|
"index-Cqkz7Bnm.js",
|
|
1997
1997
|
"index-Cps4jSQM.js"
|
|
1998
1998
|
],
|
|
1999
|
-
"originalByteSize":
|
|
1999
|
+
"originalByteSize": 12178
|
|
2000
2000
|
},
|
|
2001
2001
|
{
|
|
2002
2002
|
"key": "tecton-tab-pane.entry",
|
|
@@ -2008,7 +2008,7 @@
|
|
|
2008
2008
|
"imports": [
|
|
2009
2009
|
"index-Cqkz7Bnm.js"
|
|
2010
2010
|
],
|
|
2011
|
-
"originalByteSize":
|
|
2011
|
+
"originalByteSize": 5416
|
|
2012
2012
|
},
|
|
2013
2013
|
{
|
|
2014
2014
|
"key": "q2-avatar.entry",
|
|
@@ -2020,7 +2020,7 @@
|
|
|
2020
2020
|
"imports": [
|
|
2021
2021
|
"index-Cqkz7Bnm.js"
|
|
2022
2022
|
],
|
|
2023
|
-
"originalByteSize":
|
|
2023
|
+
"originalByteSize": 8955
|
|
2024
2024
|
},
|
|
2025
2025
|
{
|
|
2026
2026
|
"key": "q2-carousel-pane.entry",
|
|
@@ -2035,7 +2035,7 @@
|
|
|
2035
2035
|
"index-Cps4jSQM.js",
|
|
2036
2036
|
"mirror-emit-DUjY_ucm.js"
|
|
2037
2037
|
],
|
|
2038
|
-
"originalByteSize":
|
|
2038
|
+
"originalByteSize": 9308
|
|
2039
2039
|
},
|
|
2040
2040
|
{
|
|
2041
2041
|
"key": "q2-dropdown-item.entry",
|
|
@@ -2050,7 +2050,7 @@
|
|
|
2050
2050
|
"mirror-emit-DUjY_ucm.js",
|
|
2051
2051
|
"component-DaQM9u3s.js"
|
|
2052
2052
|
],
|
|
2053
|
-
"originalByteSize":
|
|
2053
|
+
"originalByteSize": 9440
|
|
2054
2054
|
},
|
|
2055
2055
|
{
|
|
2056
2056
|
"key": "q2-legend.entry",
|
|
@@ -2063,7 +2063,7 @@
|
|
|
2063
2063
|
"index-Cqkz7Bnm.js",
|
|
2064
2064
|
"mirror-emit-DUjY_ucm.js"
|
|
2065
2065
|
],
|
|
2066
|
-
"originalByteSize":
|
|
2066
|
+
"originalByteSize": 8244
|
|
2067
2067
|
},
|
|
2068
2068
|
{
|
|
2069
2069
|
"key": "q2-optgroup.entry",
|
|
@@ -2077,7 +2077,7 @@
|
|
|
2077
2077
|
"component-DaQM9u3s.js",
|
|
2078
2078
|
"index-Cps4jSQM.js"
|
|
2079
2079
|
],
|
|
2080
|
-
"originalByteSize":
|
|
2080
|
+
"originalByteSize": 4759
|
|
2081
2081
|
},
|
|
2082
2082
|
{
|
|
2083
2083
|
"key": "q2-select.entry",
|
|
@@ -2092,7 +2092,7 @@
|
|
|
2092
2092
|
"mirror-emit-DUjY_ucm.js",
|
|
2093
2093
|
"action-sheet-B7adb3xs.js"
|
|
2094
2094
|
],
|
|
2095
|
-
"originalByteSize":
|
|
2095
|
+
"originalByteSize": 48151
|
|
2096
2096
|
},
|
|
2097
2097
|
{
|
|
2098
2098
|
"key": "q2-tooltip.entry",
|
|
@@ -2105,7 +2105,7 @@
|
|
|
2105
2105
|
"index-Cqkz7Bnm.js",
|
|
2106
2106
|
"index-Cps4jSQM.js"
|
|
2107
2107
|
],
|
|
2108
|
-
"originalByteSize":
|
|
2108
|
+
"originalByteSize": 21281
|
|
2109
2109
|
},
|
|
2110
2110
|
{
|
|
2111
2111
|
"key": "q2-item.entry",
|
|
@@ -2118,7 +2118,7 @@
|
|
|
2118
2118
|
"index-Cqkz7Bnm.js",
|
|
2119
2119
|
"index-Cps4jSQM.js"
|
|
2120
2120
|
],
|
|
2121
|
-
"originalByteSize":
|
|
2121
|
+
"originalByteSize": 13443
|
|
2122
2122
|
},
|
|
2123
2123
|
{
|
|
2124
2124
|
"key": "q2-option.entry",
|
|
@@ -2132,7 +2132,7 @@
|
|
|
2132
2132
|
"index-Cps4jSQM.js",
|
|
2133
2133
|
"component-DaQM9u3s.js"
|
|
2134
2134
|
],
|
|
2135
|
-
"originalByteSize":
|
|
2135
|
+
"originalByteSize": 8621
|
|
2136
2136
|
},
|
|
2137
2137
|
{
|
|
2138
2138
|
"key": "q2-message.entry",
|
|
@@ -2145,7 +2145,7 @@
|
|
|
2145
2145
|
"index-Cqkz7Bnm.js",
|
|
2146
2146
|
"index-Cps4jSQM.js"
|
|
2147
2147
|
],
|
|
2148
|
-
"originalByteSize":
|
|
2148
|
+
"originalByteSize": 9512
|
|
2149
2149
|
},
|
|
2150
2150
|
{
|
|
2151
2151
|
"key": "q2-icon.entry",
|
|
@@ -2159,7 +2159,7 @@
|
|
|
2159
2159
|
"index-Cps4jSQM.js",
|
|
2160
2160
|
"sprites-jG2RmiwF.js"
|
|
2161
2161
|
],
|
|
2162
|
-
"originalByteSize":
|
|
2162
|
+
"originalByteSize": 25696
|
|
2163
2163
|
},
|
|
2164
2164
|
{
|
|
2165
2165
|
"key": "q2-calendar.entry",
|
|
@@ -2174,7 +2174,7 @@
|
|
|
2174
2174
|
"index-Cps4jSQM.js",
|
|
2175
2175
|
"mirror-emit-DUjY_ucm.js"
|
|
2176
2176
|
],
|
|
2177
|
-
"originalByteSize":
|
|
2177
|
+
"originalByteSize": 61810
|
|
2178
2178
|
},
|
|
2179
2179
|
{
|
|
2180
2180
|
"key": "q2-checkbox.q2-tag.entry",
|
|
@@ -2190,7 +2190,7 @@
|
|
|
2190
2190
|
"mirror-emit-DUjY_ucm.js",
|
|
2191
2191
|
"action-sheet-B7adb3xs.js"
|
|
2192
2192
|
],
|
|
2193
|
-
"originalByteSize":
|
|
2193
|
+
"originalByteSize": 57005
|
|
2194
2194
|
},
|
|
2195
2195
|
{
|
|
2196
2196
|
"key": "q2-link.q2-list.entry",
|
|
@@ -2204,7 +2204,7 @@
|
|
|
2204
2204
|
"index-Cqkz7Bnm.js",
|
|
2205
2205
|
"index-Cps4jSQM.js"
|
|
2206
2206
|
],
|
|
2207
|
-
"originalByteSize":
|
|
2207
|
+
"originalByteSize": 14674
|
|
2208
2208
|
},
|
|
2209
2209
|
{
|
|
2210
2210
|
"key": "q2-action-group.q2-resize-observer.entry",
|
|
@@ -2218,7 +2218,7 @@
|
|
|
2218
2218
|
"index-Cqkz7Bnm.js",
|
|
2219
2219
|
"index-Cps4jSQM.js"
|
|
2220
2220
|
],
|
|
2221
|
-
"originalByteSize":
|
|
2221
|
+
"originalByteSize": 17776
|
|
2222
2222
|
},
|
|
2223
2223
|
{
|
|
2224
2224
|
"key": "q2-btn.q2-loading.entry",
|
|
@@ -2234,7 +2234,7 @@
|
|
|
2234
2234
|
"shapes-DZ6aIPWK.js",
|
|
2235
2235
|
"sprites-jG2RmiwF.js"
|
|
2236
2236
|
],
|
|
2237
|
-
"originalByteSize":
|
|
2237
|
+
"originalByteSize": 79994
|
|
2238
2238
|
},
|
|
2239
2239
|
{
|
|
2240
2240
|
"key": "q2-carousel.entry",
|
|
@@ -2249,7 +2249,7 @@
|
|
|
2249
2249
|
"mirror-emit-DUjY_ucm.js",
|
|
2250
2250
|
"component-DaQM9u3s.js"
|
|
2251
2251
|
],
|
|
2252
|
-
"originalByteSize":
|
|
2252
|
+
"originalByteSize": 195873
|
|
2253
2253
|
},
|
|
2254
2254
|
{
|
|
2255
2255
|
"key": "click-elsewhere.q2-option-list.q2-popover.entry",
|
|
@@ -2266,7 +2266,7 @@
|
|
|
2266
2266
|
"component-DaQM9u3s.js",
|
|
2267
2267
|
"index-Cps4jSQM.js"
|
|
2268
2268
|
],
|
|
2269
|
-
"originalByteSize":
|
|
2269
|
+
"originalByteSize": 53600
|
|
2270
2270
|
},
|
|
2271
2271
|
{
|
|
2272
2272
|
"key": "q2-chart-bar.entry",
|
|
@@ -2282,7 +2282,7 @@
|
|
|
2282
2282
|
"dataSample-Dm1zpQNi.js",
|
|
2283
2283
|
"sectorHelper--RMGWGAy.js"
|
|
2284
2284
|
],
|
|
2285
|
-
"originalByteSize":
|
|
2285
|
+
"originalByteSize": 56543
|
|
2286
2286
|
},
|
|
2287
2287
|
{
|
|
2288
2288
|
"key": "q2-chart-area.entry",
|
|
@@ -2298,7 +2298,7 @@
|
|
|
2298
2298
|
"charting-DOZct-UB.js",
|
|
2299
2299
|
"dataSample-Dm1zpQNi.js"
|
|
2300
2300
|
],
|
|
2301
|
-
"originalByteSize":
|
|
2301
|
+
"originalByteSize": 154865
|
|
2302
2302
|
},
|
|
2303
2303
|
{
|
|
2304
2304
|
"key": "q2-badge.q2-input.entry",
|
|
@@ -2313,7 +2313,7 @@
|
|
|
2313
2313
|
"index-Cps4jSQM.js",
|
|
2314
2314
|
"mirror-emit-DUjY_ucm.js"
|
|
2315
2315
|
],
|
|
2316
|
-
"originalByteSize":
|
|
2316
|
+
"originalByteSize": 128139
|
|
2317
2317
|
},
|
|
2318
2318
|
{
|
|
2319
2319
|
"key": "q2-chart-donut.entry",
|
|
@@ -2329,7 +2329,7 @@
|
|
|
2329
2329
|
"charting-DOZct-UB.js",
|
|
2330
2330
|
"sectorHelper--RMGWGAy.js"
|
|
2331
2331
|
],
|
|
2332
|
-
"originalByteSize":
|
|
2332
|
+
"originalByteSize": 180118
|
|
2333
2333
|
}
|
|
2334
2334
|
],
|
|
2335
2335
|
"es5": [],
|
|
@@ -2387,7 +2387,7 @@
|
|
|
2387
2387
|
"sanitize-html-string-D17Pr7-c.js",
|
|
2388
2388
|
"mirror-emit-kjeNv83f.js"
|
|
2389
2389
|
],
|
|
2390
|
-
"originalByteSize":
|
|
2390
|
+
"originalByteSize": 21849
|
|
2391
2391
|
},
|
|
2392
2392
|
{
|
|
2393
2393
|
"key": "q2-card.entry",
|
|
@@ -2401,7 +2401,7 @@
|
|
|
2401
2401
|
"index-SpDCZABA.js",
|
|
2402
2402
|
"mirror-emit-kjeNv83f.js"
|
|
2403
2403
|
],
|
|
2404
|
-
"originalByteSize":
|
|
2404
|
+
"originalByteSize": 14296
|
|
2405
2405
|
},
|
|
2406
2406
|
{
|
|
2407
2407
|
"key": "q2-card-image.entry",
|
|
@@ -2414,7 +2414,7 @@
|
|
|
2414
2414
|
"index-DUaTw_1N.js",
|
|
2415
2415
|
"index-SpDCZABA.js"
|
|
2416
2416
|
],
|
|
2417
|
-
"originalByteSize":
|
|
2417
|
+
"originalByteSize": 33030
|
|
2418
2418
|
},
|
|
2419
2419
|
{
|
|
2420
2420
|
"key": "q2-checkbox-group.entry",
|
|
@@ -2429,7 +2429,7 @@
|
|
|
2429
2429
|
"mirror-emit-kjeNv83f.js",
|
|
2430
2430
|
"component-iASoq6gx.js"
|
|
2431
2431
|
],
|
|
2432
|
-
"originalByteSize":
|
|
2432
|
+
"originalByteSize": 8897
|
|
2433
2433
|
},
|
|
2434
2434
|
{
|
|
2435
2435
|
"key": "q2-context.entry",
|
|
@@ -2454,7 +2454,7 @@
|
|
|
2454
2454
|
"imports": [
|
|
2455
2455
|
"index-DUaTw_1N.js"
|
|
2456
2456
|
],
|
|
2457
|
-
"originalByteSize":
|
|
2457
|
+
"originalByteSize": 11333
|
|
2458
2458
|
},
|
|
2459
2459
|
{
|
|
2460
2460
|
"key": "q2-data-table.entry",
|
|
@@ -2468,7 +2468,7 @@
|
|
|
2468
2468
|
"index-SpDCZABA.js",
|
|
2469
2469
|
"mirror-emit-kjeNv83f.js"
|
|
2470
2470
|
],
|
|
2471
|
-
"originalByteSize":
|
|
2471
|
+
"originalByteSize": 41654
|
|
2472
2472
|
},
|
|
2473
2473
|
{
|
|
2474
2474
|
"key": "q2-detail.entry",
|
|
@@ -2481,7 +2481,7 @@
|
|
|
2481
2481
|
"index-DUaTw_1N.js",
|
|
2482
2482
|
"index-SpDCZABA.js"
|
|
2483
2483
|
],
|
|
2484
|
-
"originalByteSize":
|
|
2484
|
+
"originalByteSize": 9535
|
|
2485
2485
|
},
|
|
2486
2486
|
{
|
|
2487
2487
|
"key": "q2-dropdown.entry",
|
|
@@ -2495,7 +2495,7 @@
|
|
|
2495
2495
|
"action-sheet-D71RSc-w.js",
|
|
2496
2496
|
"index-SpDCZABA.js"
|
|
2497
2497
|
],
|
|
2498
|
-
"originalByteSize":
|
|
2498
|
+
"originalByteSize": 19045
|
|
2499
2499
|
},
|
|
2500
2500
|
{
|
|
2501
2501
|
"key": "q2-editable-field.entry",
|
|
@@ -2509,7 +2509,7 @@
|
|
|
2509
2509
|
"index-SpDCZABA.js",
|
|
2510
2510
|
"mirror-emit-kjeNv83f.js"
|
|
2511
2511
|
],
|
|
2512
|
-
"originalByteSize":
|
|
2512
|
+
"originalByteSize": 13052
|
|
2513
2513
|
},
|
|
2514
2514
|
{
|
|
2515
2515
|
"key": "q2-example.entry",
|
|
@@ -2521,7 +2521,7 @@
|
|
|
2521
2521
|
"imports": [
|
|
2522
2522
|
"index-DUaTw_1N.js"
|
|
2523
2523
|
],
|
|
2524
|
-
"originalByteSize":
|
|
2524
|
+
"originalByteSize": 5354
|
|
2525
2525
|
},
|
|
2526
2526
|
{
|
|
2527
2527
|
"key": "q2-file-picker.entry",
|
|
@@ -2534,7 +2534,7 @@
|
|
|
2534
2534
|
"index-DUaTw_1N.js",
|
|
2535
2535
|
"index-SpDCZABA.js"
|
|
2536
2536
|
],
|
|
2537
|
-
"originalByteSize":
|
|
2537
|
+
"originalByteSize": 25271
|
|
2538
2538
|
},
|
|
2539
2539
|
{
|
|
2540
2540
|
"key": "q2-form.entry",
|
|
@@ -2546,7 +2546,7 @@
|
|
|
2546
2546
|
"imports": [
|
|
2547
2547
|
"index-DUaTw_1N.js"
|
|
2548
2548
|
],
|
|
2549
|
-
"originalByteSize":
|
|
2549
|
+
"originalByteSize": 2715
|
|
2550
2550
|
},
|
|
2551
2551
|
{
|
|
2552
2552
|
"key": "q2-formatted-text.entry",
|
|
@@ -2558,7 +2558,7 @@
|
|
|
2558
2558
|
"imports": [
|
|
2559
2559
|
"index-DUaTw_1N.js"
|
|
2560
2560
|
],
|
|
2561
|
-
"originalByteSize":
|
|
2561
|
+
"originalByteSize": 5721
|
|
2562
2562
|
},
|
|
2563
2563
|
{
|
|
2564
2564
|
"key": "q2-grid.entry",
|
|
@@ -2609,7 +2609,7 @@
|
|
|
2609
2609
|
"index-DUaTw_1N.js",
|
|
2610
2610
|
"index-SpDCZABA.js"
|
|
2611
2611
|
],
|
|
2612
|
-
"originalByteSize":
|
|
2612
|
+
"originalByteSize": 14611
|
|
2613
2613
|
},
|
|
2614
2614
|
{
|
|
2615
2615
|
"key": "q2-modal.entry",
|
|
@@ -2623,7 +2623,7 @@
|
|
|
2623
2623
|
"index-SpDCZABA.js",
|
|
2624
2624
|
"sanitize-html-string-D17Pr7-c.js"
|
|
2625
2625
|
],
|
|
2626
|
-
"originalByteSize":
|
|
2626
|
+
"originalByteSize": 13868
|
|
2627
2627
|
},
|
|
2628
2628
|
{
|
|
2629
2629
|
"key": "q2-month-picker.entry",
|
|
@@ -2636,7 +2636,7 @@
|
|
|
2636
2636
|
"index-DUaTw_1N.js",
|
|
2637
2637
|
"index-SpDCZABA.js"
|
|
2638
2638
|
],
|
|
2639
|
-
"originalByteSize":
|
|
2639
|
+
"originalByteSize": 11070
|
|
2640
2640
|
},
|
|
2641
2641
|
{
|
|
2642
2642
|
"key": "q2-otp.entry",
|
|
@@ -2649,7 +2649,7 @@
|
|
|
2649
2649
|
"index-DUaTw_1N.js",
|
|
2650
2650
|
"index-SpDCZABA.js"
|
|
2651
2651
|
],
|
|
2652
|
-
"originalByteSize":
|
|
2652
|
+
"originalByteSize": 24680
|
|
2653
2653
|
},
|
|
2654
2654
|
{
|
|
2655
2655
|
"key": "q2-pagination.entry",
|
|
@@ -2663,7 +2663,7 @@
|
|
|
2663
2663
|
"index-SpDCZABA.js",
|
|
2664
2664
|
"mirror-emit-kjeNv83f.js"
|
|
2665
2665
|
],
|
|
2666
|
-
"originalByteSize":
|
|
2666
|
+
"originalByteSize": 21247
|
|
2667
2667
|
},
|
|
2668
2668
|
{
|
|
2669
2669
|
"key": "q2-pill.entry",
|
|
@@ -2678,7 +2678,7 @@
|
|
|
2678
2678
|
"mirror-emit-kjeNv83f.js",
|
|
2679
2679
|
"action-sheet-D71RSc-w.js"
|
|
2680
2680
|
],
|
|
2681
|
-
"originalByteSize":
|
|
2681
|
+
"originalByteSize": 31416
|
|
2682
2682
|
},
|
|
2683
2683
|
{
|
|
2684
2684
|
"key": "q2-radio.entry",
|
|
@@ -2692,7 +2692,7 @@
|
|
|
2692
2692
|
"index-SpDCZABA.js",
|
|
2693
2693
|
"mirror-emit-kjeNv83f.js"
|
|
2694
2694
|
],
|
|
2695
|
-
"originalByteSize":
|
|
2695
|
+
"originalByteSize": 14652
|
|
2696
2696
|
},
|
|
2697
2697
|
{
|
|
2698
2698
|
"key": "q2-radio-group.entry",
|
|
@@ -2706,7 +2706,7 @@
|
|
|
2706
2706
|
"index-SpDCZABA.js",
|
|
2707
2707
|
"mirror-emit-kjeNv83f.js"
|
|
2708
2708
|
],
|
|
2709
|
-
"originalByteSize":
|
|
2709
|
+
"originalByteSize": 12276
|
|
2710
2710
|
},
|
|
2711
2711
|
{
|
|
2712
2712
|
"key": "q2-relative-time.entry",
|
|
@@ -2720,7 +2720,7 @@
|
|
|
2720
2720
|
"index-CgG3VNXc.js",
|
|
2721
2721
|
"index-SpDCZABA.js"
|
|
2722
2722
|
],
|
|
2723
|
-
"originalByteSize":
|
|
2723
|
+
"originalByteSize": 7372
|
|
2724
2724
|
},
|
|
2725
2725
|
{
|
|
2726
2726
|
"key": "q2-search.entry",
|
|
@@ -2733,7 +2733,7 @@
|
|
|
2733
2733
|
"index-DUaTw_1N.js",
|
|
2734
2734
|
"index-SpDCZABA.js"
|
|
2735
2735
|
],
|
|
2736
|
-
"originalByteSize":
|
|
2736
|
+
"originalByteSize": 45929
|
|
2737
2737
|
},
|
|
2738
2738
|
{
|
|
2739
2739
|
"key": "q2-section.entry",
|
|
@@ -2747,7 +2747,7 @@
|
|
|
2747
2747
|
"index-SpDCZABA.js",
|
|
2748
2748
|
"mirror-emit-kjeNv83f.js"
|
|
2749
2749
|
],
|
|
2750
|
-
"originalByteSize":
|
|
2750
|
+
"originalByteSize": 13343
|
|
2751
2751
|
},
|
|
2752
2752
|
{
|
|
2753
2753
|
"key": "q2-stepper.entry",
|
|
@@ -2762,7 +2762,7 @@
|
|
|
2762
2762
|
"mirror-emit-kjeNv83f.js",
|
|
2763
2763
|
"sanitize-html-string-D17Pr7-c.js"
|
|
2764
2764
|
],
|
|
2765
|
-
"originalByteSize":
|
|
2765
|
+
"originalByteSize": 24762
|
|
2766
2766
|
},
|
|
2767
2767
|
{
|
|
2768
2768
|
"key": "q2-stepper-pane.entry",
|
|
@@ -2777,7 +2777,7 @@
|
|
|
2777
2777
|
"index-SpDCZABA.js",
|
|
2778
2778
|
"mirror-emit-kjeNv83f.js"
|
|
2779
2779
|
],
|
|
2780
|
-
"originalByteSize":
|
|
2780
|
+
"originalByteSize": 5483
|
|
2781
2781
|
},
|
|
2782
2782
|
{
|
|
2783
2783
|
"key": "q2-stepper-vertical.entry",
|
|
@@ -2792,7 +2792,7 @@
|
|
|
2792
2792
|
"mirror-emit-kjeNv83f.js",
|
|
2793
2793
|
"sanitize-html-string-D17Pr7-c.js"
|
|
2794
2794
|
],
|
|
2795
|
-
"originalByteSize":
|
|
2795
|
+
"originalByteSize": 26945
|
|
2796
2796
|
},
|
|
2797
2797
|
{
|
|
2798
2798
|
"key": "q2-surface.entry",
|
|
@@ -2804,7 +2804,7 @@
|
|
|
2804
2804
|
"imports": [
|
|
2805
2805
|
"index-DUaTw_1N.js"
|
|
2806
2806
|
],
|
|
2807
|
-
"originalByteSize":
|
|
2807
|
+
"originalByteSize": 16259
|
|
2808
2808
|
},
|
|
2809
2809
|
{
|
|
2810
2810
|
"key": "q2-tab-container.entry",
|
|
@@ -2819,7 +2819,7 @@
|
|
|
2819
2819
|
"mirror-emit-kjeNv83f.js",
|
|
2820
2820
|
"component-iASoq6gx.js"
|
|
2821
2821
|
],
|
|
2822
|
-
"originalByteSize":
|
|
2822
|
+
"originalByteSize": 25583
|
|
2823
2823
|
},
|
|
2824
2824
|
{
|
|
2825
2825
|
"key": "q2-tab-pane.entry",
|
|
@@ -2832,7 +2832,7 @@
|
|
|
2832
2832
|
"index-DUaTw_1N.js",
|
|
2833
2833
|
"component-iASoq6gx.js"
|
|
2834
2834
|
],
|
|
2835
|
-
"originalByteSize":
|
|
2835
|
+
"originalByteSize": 2764
|
|
2836
2836
|
},
|
|
2837
2837
|
{
|
|
2838
2838
|
"key": "q2-textarea.entry",
|
|
@@ -2846,7 +2846,7 @@
|
|
|
2846
2846
|
"index-SpDCZABA.js",
|
|
2847
2847
|
"mirror-emit-kjeNv83f.js"
|
|
2848
2848
|
],
|
|
2849
|
-
"originalByteSize":
|
|
2849
|
+
"originalByteSize": 29964
|
|
2850
2850
|
},
|
|
2851
2851
|
{
|
|
2852
2852
|
"key": "q2-toast.entry",
|
|
@@ -2859,7 +2859,7 @@
|
|
|
2859
2859
|
"index-DUaTw_1N.js",
|
|
2860
2860
|
"index-SpDCZABA.js"
|
|
2861
2861
|
],
|
|
2862
|
-
"originalByteSize":
|
|
2862
|
+
"originalByteSize": 12315
|
|
2863
2863
|
},
|
|
2864
2864
|
{
|
|
2865
2865
|
"key": "tecton-tab-pane.entry",
|
|
@@ -2871,7 +2871,7 @@
|
|
|
2871
2871
|
"imports": [
|
|
2872
2872
|
"index-DUaTw_1N.js"
|
|
2873
2873
|
],
|
|
2874
|
-
"originalByteSize":
|
|
2874
|
+
"originalByteSize": 5438
|
|
2875
2875
|
},
|
|
2876
2876
|
{
|
|
2877
2877
|
"key": "q2-avatar.entry",
|
|
@@ -2883,7 +2883,7 @@
|
|
|
2883
2883
|
"imports": [
|
|
2884
2884
|
"index-DUaTw_1N.js"
|
|
2885
2885
|
],
|
|
2886
|
-
"originalByteSize":
|
|
2886
|
+
"originalByteSize": 8989
|
|
2887
2887
|
},
|
|
2888
2888
|
{
|
|
2889
2889
|
"key": "q2-carousel-pane.entry",
|
|
@@ -2898,7 +2898,7 @@
|
|
|
2898
2898
|
"index-SpDCZABA.js",
|
|
2899
2899
|
"mirror-emit-kjeNv83f.js"
|
|
2900
2900
|
],
|
|
2901
|
-
"originalByteSize":
|
|
2901
|
+
"originalByteSize": 9319
|
|
2902
2902
|
},
|
|
2903
2903
|
{
|
|
2904
2904
|
"key": "q2-dropdown-item.entry",
|
|
@@ -2913,7 +2913,7 @@
|
|
|
2913
2913
|
"mirror-emit-kjeNv83f.js",
|
|
2914
2914
|
"component-iASoq6gx.js"
|
|
2915
2915
|
],
|
|
2916
|
-
"originalByteSize":
|
|
2916
|
+
"originalByteSize": 9495
|
|
2917
2917
|
},
|
|
2918
2918
|
{
|
|
2919
2919
|
"key": "q2-legend.entry",
|
|
@@ -2926,7 +2926,7 @@
|
|
|
2926
2926
|
"index-DUaTw_1N.js",
|
|
2927
2927
|
"mirror-emit-kjeNv83f.js"
|
|
2928
2928
|
],
|
|
2929
|
-
"originalByteSize":
|
|
2929
|
+
"originalByteSize": 8339
|
|
2930
2930
|
},
|
|
2931
2931
|
{
|
|
2932
2932
|
"key": "q2-optgroup.entry",
|
|
@@ -2940,7 +2940,7 @@
|
|
|
2940
2940
|
"component-iASoq6gx.js",
|
|
2941
2941
|
"index-SpDCZABA.js"
|
|
2942
2942
|
],
|
|
2943
|
-
"originalByteSize":
|
|
2943
|
+
"originalByteSize": 4763
|
|
2944
2944
|
},
|
|
2945
2945
|
{
|
|
2946
2946
|
"key": "q2-select.entry",
|
|
@@ -2955,7 +2955,7 @@
|
|
|
2955
2955
|
"mirror-emit-kjeNv83f.js",
|
|
2956
2956
|
"action-sheet-D71RSc-w.js"
|
|
2957
2957
|
],
|
|
2958
|
-
"originalByteSize":
|
|
2958
|
+
"originalByteSize": 48357
|
|
2959
2959
|
},
|
|
2960
2960
|
{
|
|
2961
2961
|
"key": "q2-tooltip.entry",
|
|
@@ -2968,7 +2968,7 @@
|
|
|
2968
2968
|
"index-DUaTw_1N.js",
|
|
2969
2969
|
"index-SpDCZABA.js"
|
|
2970
2970
|
],
|
|
2971
|
-
"originalByteSize":
|
|
2971
|
+
"originalByteSize": 21265
|
|
2972
2972
|
},
|
|
2973
2973
|
{
|
|
2974
2974
|
"key": "q2-item.entry",
|
|
@@ -2981,7 +2981,7 @@
|
|
|
2981
2981
|
"index-DUaTw_1N.js",
|
|
2982
2982
|
"index-SpDCZABA.js"
|
|
2983
2983
|
],
|
|
2984
|
-
"originalByteSize":
|
|
2984
|
+
"originalByteSize": 13530
|
|
2985
2985
|
},
|
|
2986
2986
|
{
|
|
2987
2987
|
"key": "q2-option.entry",
|
|
@@ -2995,7 +2995,7 @@
|
|
|
2995
2995
|
"index-SpDCZABA.js",
|
|
2996
2996
|
"component-iASoq6gx.js"
|
|
2997
2997
|
],
|
|
2998
|
-
"originalByteSize":
|
|
2998
|
+
"originalByteSize": 8652
|
|
2999
2999
|
},
|
|
3000
3000
|
{
|
|
3001
3001
|
"key": "q2-message.entry",
|
|
@@ -3008,7 +3008,7 @@
|
|
|
3008
3008
|
"index-DUaTw_1N.js",
|
|
3009
3009
|
"index-SpDCZABA.js"
|
|
3010
3010
|
],
|
|
3011
|
-
"originalByteSize":
|
|
3011
|
+
"originalByteSize": 9501
|
|
3012
3012
|
},
|
|
3013
3013
|
{
|
|
3014
3014
|
"key": "q2-icon.entry",
|
|
@@ -3022,7 +3022,7 @@
|
|
|
3022
3022
|
"index-SpDCZABA.js",
|
|
3023
3023
|
"sprites-DZZE7UFT.js"
|
|
3024
3024
|
],
|
|
3025
|
-
"originalByteSize":
|
|
3025
|
+
"originalByteSize": 25681
|
|
3026
3026
|
},
|
|
3027
3027
|
{
|
|
3028
3028
|
"key": "q2-calendar.entry",
|
|
@@ -3037,7 +3037,7 @@
|
|
|
3037
3037
|
"index-SpDCZABA.js",
|
|
3038
3038
|
"mirror-emit-kjeNv83f.js"
|
|
3039
3039
|
],
|
|
3040
|
-
"originalByteSize":
|
|
3040
|
+
"originalByteSize": 62703
|
|
3041
3041
|
},
|
|
3042
3042
|
{
|
|
3043
3043
|
"key": "q2-checkbox.q2-tag.entry",
|
|
@@ -3053,7 +3053,7 @@
|
|
|
3053
3053
|
"mirror-emit-kjeNv83f.js",
|
|
3054
3054
|
"action-sheet-D71RSc-w.js"
|
|
3055
3055
|
],
|
|
3056
|
-
"originalByteSize":
|
|
3056
|
+
"originalByteSize": 57301
|
|
3057
3057
|
},
|
|
3058
3058
|
{
|
|
3059
3059
|
"key": "q2-link.q2-list.entry",
|
|
@@ -3067,7 +3067,7 @@
|
|
|
3067
3067
|
"index-DUaTw_1N.js",
|
|
3068
3068
|
"index-SpDCZABA.js"
|
|
3069
3069
|
],
|
|
3070
|
-
"originalByteSize":
|
|
3070
|
+
"originalByteSize": 14728
|
|
3071
3071
|
},
|
|
3072
3072
|
{
|
|
3073
3073
|
"key": "q2-action-group.q2-resize-observer.entry",
|
|
@@ -3081,7 +3081,7 @@
|
|
|
3081
3081
|
"index-DUaTw_1N.js",
|
|
3082
3082
|
"index-SpDCZABA.js"
|
|
3083
3083
|
],
|
|
3084
|
-
"originalByteSize":
|
|
3084
|
+
"originalByteSize": 17801
|
|
3085
3085
|
},
|
|
3086
3086
|
{
|
|
3087
3087
|
"key": "q2-btn.q2-loading.entry",
|
|
@@ -3097,7 +3097,7 @@
|
|
|
3097
3097
|
"shapes-CWaeHFb9.js",
|
|
3098
3098
|
"sprites-DZZE7UFT.js"
|
|
3099
3099
|
],
|
|
3100
|
-
"originalByteSize":
|
|
3100
|
+
"originalByteSize": 80064
|
|
3101
3101
|
},
|
|
3102
3102
|
{
|
|
3103
3103
|
"key": "q2-carousel.entry",
|
|
@@ -3112,7 +3112,7 @@
|
|
|
3112
3112
|
"mirror-emit-kjeNv83f.js",
|
|
3113
3113
|
"component-iASoq6gx.js"
|
|
3114
3114
|
],
|
|
3115
|
-
"originalByteSize":
|
|
3115
|
+
"originalByteSize": 196035
|
|
3116
3116
|
},
|
|
3117
3117
|
{
|
|
3118
3118
|
"key": "click-elsewhere.q2-option-list.q2-popover.entry",
|
|
@@ -3129,7 +3129,7 @@
|
|
|
3129
3129
|
"component-iASoq6gx.js",
|
|
3130
3130
|
"index-SpDCZABA.js"
|
|
3131
3131
|
],
|
|
3132
|
-
"originalByteSize":
|
|
3132
|
+
"originalByteSize": 53688
|
|
3133
3133
|
},
|
|
3134
3134
|
{
|
|
3135
3135
|
"key": "q2-chart-bar.entry",
|
|
@@ -3145,7 +3145,7 @@
|
|
|
3145
3145
|
"dataSample-BYR-wrOn.js",
|
|
3146
3146
|
"sectorHelper-9TWL-3dw.js"
|
|
3147
3147
|
],
|
|
3148
|
-
"originalByteSize":
|
|
3148
|
+
"originalByteSize": 56355
|
|
3149
3149
|
},
|
|
3150
3150
|
{
|
|
3151
3151
|
"key": "q2-chart-area.entry",
|
|
@@ -3161,7 +3161,7 @@
|
|
|
3161
3161
|
"charting-ClN1ldqv.js",
|
|
3162
3162
|
"dataSample-BYR-wrOn.js"
|
|
3163
3163
|
],
|
|
3164
|
-
"originalByteSize":
|
|
3164
|
+
"originalByteSize": 155178
|
|
3165
3165
|
},
|
|
3166
3166
|
{
|
|
3167
3167
|
"key": "q2-badge.q2-input.entry",
|
|
@@ -3176,7 +3176,7 @@
|
|
|
3176
3176
|
"index-SpDCZABA.js",
|
|
3177
3177
|
"mirror-emit-kjeNv83f.js"
|
|
3178
3178
|
],
|
|
3179
|
-
"originalByteSize":
|
|
3179
|
+
"originalByteSize": 128524
|
|
3180
3180
|
},
|
|
3181
3181
|
{
|
|
3182
3182
|
"key": "q2-chart-donut.entry",
|
|
@@ -3192,7 +3192,7 @@
|
|
|
3192
3192
|
"charting-ClN1ldqv.js",
|
|
3193
3193
|
"sectorHelper-9TWL-3dw.js"
|
|
3194
3194
|
],
|
|
3195
|
-
"originalByteSize":
|
|
3195
|
+
"originalByteSize": 180507
|
|
3196
3196
|
}
|
|
3197
3197
|
]
|
|
3198
3198
|
},
|
|
@@ -4088,6 +4088,7 @@
|
|
|
4088
4088
|
"q2-action-sheet",
|
|
4089
4089
|
"q2-calendar",
|
|
4090
4090
|
"q2-card-image",
|
|
4091
|
+
"q2-carousel",
|
|
4091
4092
|
"q2-data-table",
|
|
4092
4093
|
"q2-dropdown",
|
|
4093
4094
|
"q2-editable-field",
|
|
@@ -4110,6 +4111,7 @@
|
|
|
4110
4111
|
"q2-action-sheet",
|
|
4111
4112
|
"q2-calendar",
|
|
4112
4113
|
"q2-card-image",
|
|
4114
|
+
"q2-carousel",
|
|
4113
4115
|
"q2-data-table",
|
|
4114
4116
|
"q2-dropdown",
|
|
4115
4117
|
"q2-editable-field",
|
|
@@ -4651,19 +4653,13 @@
|
|
|
4651
4653
|
"mutable": false,
|
|
4652
4654
|
"required": false,
|
|
4653
4655
|
"optional": false,
|
|
4654
|
-
"defaultValue": "'medium'",
|
|
4655
4656
|
"complexType": {
|
|
4656
4657
|
"original": "'small' | 'medium' | 'large'",
|
|
4657
4658
|
"resolved": "\"large\" | \"medium\" | \"small\"",
|
|
4658
4659
|
"references": {}
|
|
4659
4660
|
},
|
|
4660
4661
|
"docs": {
|
|
4661
|
-
"tags": [
|
|
4662
|
-
{
|
|
4663
|
-
"name": "default",
|
|
4664
|
-
"text": "'medium'"
|
|
4665
|
-
}
|
|
4666
|
-
],
|
|
4662
|
+
"tags": [],
|
|
4667
4663
|
"text": "Defines the size of q2-btn, it renders as default size if not provided."
|
|
4668
4664
|
},
|
|
4669
4665
|
"internal": false,
|
|
@@ -6885,13 +6881,16 @@
|
|
|
6885
6881
|
"componentClassName": "Q2Carousel",
|
|
6886
6882
|
"assetsDirs": [],
|
|
6887
6883
|
"dependencies": [
|
|
6884
|
+
"q2-btn",
|
|
6888
6885
|
"q2-carousel-pane",
|
|
6889
|
-
"q2-icon"
|
|
6886
|
+
"q2-icon",
|
|
6887
|
+
"q2-loading"
|
|
6890
6888
|
],
|
|
6891
6889
|
"dependents": [],
|
|
6892
6890
|
"directDependencies": [
|
|
6893
6891
|
"q2-carousel-pane",
|
|
6894
|
-
"q2-icon"
|
|
6892
|
+
"q2-icon",
|
|
6893
|
+
"q2-btn"
|
|
6895
6894
|
],
|
|
6896
6895
|
"directDependents": [],
|
|
6897
6896
|
"docs": {
|
|
@@ -7037,7 +7036,8 @@
|
|
|
7037
7036
|
],
|
|
7038
7037
|
"potentialCmpRefs": [
|
|
7039
7038
|
"q2-carousel-pane",
|
|
7040
|
-
"q2-icon"
|
|
7039
|
+
"q2-icon",
|
|
7040
|
+
"q2-btn"
|
|
7041
7041
|
],
|
|
7042
7042
|
"properties": [
|
|
7043
7043
|
{
|
|
@@ -7353,6 +7353,27 @@
|
|
|
7353
7353
|
"getter": false,
|
|
7354
7354
|
"setter": false
|
|
7355
7355
|
},
|
|
7356
|
+
{
|
|
7357
|
+
"name": "loop",
|
|
7358
|
+
"type": "boolean",
|
|
7359
|
+
"attribute": "loop",
|
|
7360
|
+
"reflect": true,
|
|
7361
|
+
"mutable": false,
|
|
7362
|
+
"required": false,
|
|
7363
|
+
"optional": false,
|
|
7364
|
+
"complexType": {
|
|
7365
|
+
"original": "boolean",
|
|
7366
|
+
"resolved": "boolean",
|
|
7367
|
+
"references": {}
|
|
7368
|
+
},
|
|
7369
|
+
"docs": {
|
|
7370
|
+
"tags": [],
|
|
7371
|
+
"text": "Enables continuous looping so navigating past the last pane wraps to the first (and vice versa). Defaults to enabled; pass `false` to disable."
|
|
7372
|
+
},
|
|
7373
|
+
"internal": false,
|
|
7374
|
+
"getter": false,
|
|
7375
|
+
"setter": false
|
|
7376
|
+
},
|
|
7356
7377
|
{
|
|
7357
7378
|
"name": "showNavigationArrows",
|
|
7358
7379
|
"type": "boolean",
|
|
@@ -17175,6 +17196,36 @@
|
|
|
17175
17196
|
"getter": false,
|
|
17176
17197
|
"setter": false
|
|
17177
17198
|
},
|
|
17199
|
+
{
|
|
17200
|
+
"name": "_updateValueOnInput",
|
|
17201
|
+
"type": "boolean",
|
|
17202
|
+
"attribute": "_update-value-on-input",
|
|
17203
|
+
"reflect": false,
|
|
17204
|
+
"mutable": true,
|
|
17205
|
+
"required": false,
|
|
17206
|
+
"optional": false,
|
|
17207
|
+
"defaultValue": "true",
|
|
17208
|
+
"complexType": {
|
|
17209
|
+
"original": "boolean",
|
|
17210
|
+
"resolved": "boolean",
|
|
17211
|
+
"references": {}
|
|
17212
|
+
},
|
|
17213
|
+
"docs": {
|
|
17214
|
+
"tags": [
|
|
17215
|
+
{
|
|
17216
|
+
"name": "private"
|
|
17217
|
+
},
|
|
17218
|
+
{
|
|
17219
|
+
"name": "default",
|
|
17220
|
+
"text": "true"
|
|
17221
|
+
}
|
|
17222
|
+
],
|
|
17223
|
+
"text": "Determines whether the input updates its value property as native input occurs."
|
|
17224
|
+
},
|
|
17225
|
+
"internal": false,
|
|
17226
|
+
"getter": false,
|
|
17227
|
+
"setter": false
|
|
17228
|
+
},
|
|
17178
17229
|
{
|
|
17179
17230
|
"name": "ariaActivedescendant",
|
|
17180
17231
|
"type": "string",
|
|
@@ -18135,7 +18186,7 @@
|
|
|
18135
18186
|
"tags": [
|
|
18136
18187
|
{
|
|
18137
18188
|
"name": "info",
|
|
18138
|
-
"text": "The visible value of formatted input fields may not match the element's `value` property.\nWhen setting an input's value programmatically (e.g. pre-populating a form), ensure that the supplied value is in a format that can be handled by its consuming logic.\n`q2-input`
|
|
18189
|
+
"text": "The visible value of formatted input fields may not match the element's `value` property.\nWhen setting an input's value programmatically (e.g. pre-populating a form), ensure that the supplied value is in a format that can be handled by its consuming logic.\n`q2-input` updates its own `value` through its default input and change event handlers.\n\nIn `q2-input` where `type=\"currency\"`\n- element.value = 1234.56\n- visible value: $1,234.56"
|
|
18139
18190
|
}
|
|
18140
18191
|
],
|
|
18141
18192
|
"text": "The value of the input field."
|
|
@@ -19110,6 +19161,7 @@
|
|
|
19110
19161
|
"q2-btn",
|
|
19111
19162
|
"q2-calendar",
|
|
19112
19163
|
"q2-card-image",
|
|
19164
|
+
"q2-carousel",
|
|
19113
19165
|
"q2-data-table",
|
|
19114
19166
|
"q2-dropdown",
|
|
19115
19167
|
"q2-editable-field",
|
|
@@ -23049,6 +23101,10 @@
|
|
|
23049
23101
|
"name": "summary",
|
|
23050
23102
|
"text": "Use for displaying and removing active filters in data views."
|
|
23051
23103
|
},
|
|
23104
|
+
{
|
|
23105
|
+
"name": "slot",
|
|
23106
|
+
"text": "decorator - An optional slot that supports an [Icon](https://tecton.q2developer.com/design-system/q2-icon) to be displayed before the pill label."
|
|
23107
|
+
},
|
|
23052
23108
|
{
|
|
23053
23109
|
"name": "slot",
|
|
23054
23110
|
"text": "popover-top - An optional slot to display custom content persistently at the top of the popover. This is **not** compatible with the action sheet workflow."
|
|
@@ -28290,7 +28346,7 @@
|
|
|
28290
28346
|
],
|
|
28291
28347
|
"methods": [
|
|
28292
28348
|
{
|
|
28293
|
-
"name": "
|
|
28349
|
+
"name": "triggerAnimation",
|
|
28294
28350
|
"docs": {
|
|
28295
28351
|
"text": "Triggers a named animation on the surface. If an animation is already running, cancels it before starting the new one.",
|
|
28296
28352
|
"tags": [
|
|
@@ -28335,8 +28391,8 @@
|
|
|
28335
28391
|
"required": false,
|
|
28336
28392
|
"optional": true,
|
|
28337
28393
|
"complexType": {
|
|
28338
|
-
"original": "'default' | 'primary' | 'secondary' | 'tertiary'",
|
|
28339
|
-
"resolved": "\"default\" | \"primary\" | \"secondary\" | \"tertiary\"",
|
|
28394
|
+
"original": "'default' | 'primary' | 'secondary' | 'tertiary' | 'gray'",
|
|
28395
|
+
"resolved": "\"default\" | \"gray\" | \"primary\" | \"secondary\" | \"tertiary\"",
|
|
28340
28396
|
"references": {}
|
|
28341
28397
|
},
|
|
28342
28398
|
"docs": {
|
|
@@ -28387,8 +28443,8 @@
|
|
|
28387
28443
|
"required": false,
|
|
28388
28444
|
"optional": true,
|
|
28389
28445
|
"complexType": {
|
|
28390
|
-
"original": "'default' | 'primary' | 'secondary' | 'tertiary'",
|
|
28391
|
-
"resolved": "\"default\" | \"primary\" | \"secondary\" | \"tertiary\"",
|
|
28446
|
+
"original": "'default' | 'primary' | 'secondary' | 'tertiary' | 'gray'",
|
|
28447
|
+
"resolved": "\"default\" | \"gray\" | \"primary\" | \"secondary\" | \"tertiary\"",
|
|
28392
28448
|
"references": {}
|
|
28393
28449
|
},
|
|
28394
28450
|
"docs": {
|
|
@@ -28847,6 +28903,37 @@
|
|
|
28847
28903
|
"getter": false,
|
|
28848
28904
|
"setter": false
|
|
28849
28905
|
},
|
|
28906
|
+
{
|
|
28907
|
+
"name": "orientation",
|
|
28908
|
+
"type": "string",
|
|
28909
|
+
"attribute": "orientation",
|
|
28910
|
+
"reflect": true,
|
|
28911
|
+
"mutable": false,
|
|
28912
|
+
"required": false,
|
|
28913
|
+
"optional": false,
|
|
28914
|
+
"defaultValue": "'horizontal'",
|
|
28915
|
+
"complexType": {
|
|
28916
|
+
"original": "'horizontal' | 'vertical'",
|
|
28917
|
+
"resolved": "\"horizontal\" | \"vertical\"",
|
|
28918
|
+
"references": {}
|
|
28919
|
+
},
|
|
28920
|
+
"docs": {
|
|
28921
|
+
"tags": [
|
|
28922
|
+
{
|
|
28923
|
+
"name": "info",
|
|
28924
|
+
"text": "Vertical orientation is intended for wider layouts (e.g. admin consoles).\nAt viewports narrower than 768px, the component falls back to horizontal."
|
|
28925
|
+
},
|
|
28926
|
+
{
|
|
28927
|
+
"name": "default",
|
|
28928
|
+
"text": "'horizontal'"
|
|
28929
|
+
}
|
|
28930
|
+
],
|
|
28931
|
+
"text": "The orientation of the tab strip.\n- `horizontal` (default) — tabs run left-to-right above the panel content.\n- `vertical` — tabs stack top-to-bottom beside the panel content."
|
|
28932
|
+
},
|
|
28933
|
+
"internal": false,
|
|
28934
|
+
"getter": false,
|
|
28935
|
+
"setter": false
|
|
28936
|
+
},
|
|
28850
28937
|
{
|
|
28851
28938
|
"name": "type",
|
|
28852
28939
|
"type": "string",
|
|
@@ -28898,14 +28985,17 @@
|
|
|
28898
28985
|
{
|
|
28899
28986
|
"name": "hasRight"
|
|
28900
28987
|
},
|
|
28988
|
+
{
|
|
28989
|
+
"name": "isNarrowViewport"
|
|
28990
|
+
},
|
|
28901
28991
|
{
|
|
28902
28992
|
"name": "scrollEnabled"
|
|
28903
28993
|
},
|
|
28904
28994
|
{
|
|
28905
|
-
"name": "
|
|
28995
|
+
"name": "showScrollBack"
|
|
28906
28996
|
},
|
|
28907
28997
|
{
|
|
28908
|
-
"name": "
|
|
28998
|
+
"name": "showScrollForward"
|
|
28909
28999
|
},
|
|
28910
29000
|
{
|
|
28911
29001
|
"name": "tabs"
|
|
@@ -30590,6 +30680,12 @@
|
|
|
30590
30680
|
"passive": true,
|
|
30591
30681
|
"target": "document"
|
|
30592
30682
|
},
|
|
30683
|
+
{
|
|
30684
|
+
"name": "click",
|
|
30685
|
+
"method": "clickHandler",
|
|
30686
|
+
"capture": false,
|
|
30687
|
+
"passive": false
|
|
30688
|
+
},
|
|
30593
30689
|
{
|
|
30594
30690
|
"name": "focus",
|
|
30595
30691
|
"method": "focusCaptureHandler",
|
|
@@ -30626,12 +30722,6 @@
|
|
|
30626
30722
|
"method": "handleMouseOver",
|
|
30627
30723
|
"capture": false,
|
|
30628
30724
|
"passive": true
|
|
30629
|
-
},
|
|
30630
|
-
{
|
|
30631
|
-
"name": "click",
|
|
30632
|
-
"method": "handleMouseOver",
|
|
30633
|
-
"capture": false,
|
|
30634
|
-
"passive": false
|
|
30635
30725
|
}
|
|
30636
30726
|
],
|
|
30637
30727
|
"methods": [],
|
|
@@ -31645,6 +31735,7 @@
|
|
|
31645
31735
|
"class",
|
|
31646
31736
|
"ref",
|
|
31647
31737
|
"multiple",
|
|
31738
|
+
"label",
|
|
31648
31739
|
"noSelect",
|
|
31649
31740
|
"onChange",
|
|
31650
31741
|
"onPopoverState",
|
|
@@ -31654,7 +31745,8 @@
|
|
|
31654
31745
|
"onClick",
|
|
31655
31746
|
"type",
|
|
31656
31747
|
"key",
|
|
31657
|
-
"
|
|
31748
|
+
"aria-labelledby",
|
|
31749
|
+
"id",
|
|
31658
31750
|
"hide-label",
|
|
31659
31751
|
"data"
|
|
31660
31752
|
],
|
|
@@ -33171,12 +33263,12 @@
|
|
|
33171
33263
|
"role",
|
|
33172
33264
|
"aria-labelledby",
|
|
33173
33265
|
"ref",
|
|
33266
|
+
"class",
|
|
33174
33267
|
"scope",
|
|
33175
33268
|
"aria-label",
|
|
33176
33269
|
"onClick",
|
|
33177
33270
|
"onKeyDown",
|
|
33178
33271
|
"test-id",
|
|
33179
|
-
"class",
|
|
33180
33272
|
"aria-hidden",
|
|
33181
33273
|
"tabindex",
|
|
33182
33274
|
"aria-selected",
|
|
@@ -33199,8 +33291,9 @@
|
|
|
33199
33291
|
"placeholder",
|
|
33200
33292
|
"optional",
|
|
33201
33293
|
"valid",
|
|
33202
|
-
"
|
|
33203
|
-
"
|
|
33294
|
+
"ariaExpanded",
|
|
33295
|
+
"ariaControls",
|
|
33296
|
+
"ariaHaspopup",
|
|
33204
33297
|
"hints",
|
|
33205
33298
|
"errors",
|
|
33206
33299
|
"onChange",
|
|
@@ -33225,6 +33318,7 @@
|
|
|
33225
33318
|
],
|
|
33226
33319
|
"htmlTagNames": [
|
|
33227
33320
|
"table",
|
|
33321
|
+
"caption",
|
|
33228
33322
|
"thead",
|
|
33229
33323
|
"tr",
|
|
33230
33324
|
"th",
|
|
@@ -35450,6 +35544,27 @@
|
|
|
35450
35544
|
"getter": false,
|
|
35451
35545
|
"setter": false
|
|
35452
35546
|
},
|
|
35547
|
+
{
|
|
35548
|
+
"name": "loop",
|
|
35549
|
+
"type": "boolean",
|
|
35550
|
+
"attribute": "loop",
|
|
35551
|
+
"reflect": true,
|
|
35552
|
+
"mutable": false,
|
|
35553
|
+
"required": false,
|
|
35554
|
+
"optional": false,
|
|
35555
|
+
"complexType": {
|
|
35556
|
+
"original": "boolean",
|
|
35557
|
+
"resolved": "boolean",
|
|
35558
|
+
"references": {}
|
|
35559
|
+
},
|
|
35560
|
+
"docs": {
|
|
35561
|
+
"tags": [],
|
|
35562
|
+
"text": "Enables continuous looping so navigating past the last pane wraps to the first (and vice versa). Defaults to enabled; pass `false` to disable."
|
|
35563
|
+
},
|
|
35564
|
+
"internal": false,
|
|
35565
|
+
"getter": false,
|
|
35566
|
+
"setter": false
|
|
35567
|
+
},
|
|
35453
35568
|
{
|
|
35454
35569
|
"name": "showNavigationArrows",
|
|
35455
35570
|
"type": "boolean",
|
|
@@ -35650,6 +35765,10 @@
|
|
|
35650
35765
|
"propName": "autoPlay",
|
|
35651
35766
|
"methodName": "revampCarousel"
|
|
35652
35767
|
},
|
|
35768
|
+
{
|
|
35769
|
+
"propName": "loop",
|
|
35770
|
+
"methodName": "revampCarousel"
|
|
35771
|
+
},
|
|
35653
35772
|
{
|
|
35654
35773
|
"propName": "index",
|
|
35655
35774
|
"methodName": "indexChanged"
|
|
@@ -35836,18 +35955,6 @@
|
|
|
35836
35955
|
"annotation": "prop",
|
|
35837
35956
|
"mode": "$"
|
|
35838
35957
|
},
|
|
35839
|
-
{
|
|
35840
|
-
"name": "--tct-carousel-arrow-font-color",
|
|
35841
|
-
"docs": "(<color>) Controls the color of the icon inside the navigation arrow buttons.",
|
|
35842
|
-
"annotation": "prop",
|
|
35843
|
-
"mode": "$"
|
|
35844
|
-
},
|
|
35845
|
-
{
|
|
35846
|
-
"name": "--tct-carousel-btn-icon-stroke-secondary",
|
|
35847
|
-
"docs": "(<color>) Controls the secondary stroke color of the navigation arrow icon.",
|
|
35848
|
-
"annotation": "prop",
|
|
35849
|
-
"mode": "$"
|
|
35850
|
-
},
|
|
35851
35958
|
{
|
|
35852
35959
|
"name": "--tct-carousel-autoplay-hover-background",
|
|
35853
35960
|
"docs": "(<color>) Controls the background color of the autoplay toggle button on hover and focus.",
|
|
@@ -35954,6 +36061,11 @@
|
|
|
35954
36061
|
"fill",
|
|
35955
36062
|
"aria-hidden",
|
|
35956
36063
|
"d",
|
|
36064
|
+
"intent",
|
|
36065
|
+
"label",
|
|
36066
|
+
"hideLabel",
|
|
36067
|
+
"disabled",
|
|
36068
|
+
"onTctClick",
|
|
35957
36069
|
"role",
|
|
35958
36070
|
"tabIndex",
|
|
35959
36071
|
"aria-selected",
|
|
@@ -35973,6 +36085,7 @@
|
|
|
35973
36085
|
"q2-icon",
|
|
35974
36086
|
"p",
|
|
35975
36087
|
"strong",
|
|
36088
|
+
"q2-btn",
|
|
35976
36089
|
"section",
|
|
35977
36090
|
"slot"
|
|
35978
36091
|
],
|
|
@@ -35980,17 +36093,21 @@
|
|
|
35980
36093
|
"isUpdateable": true,
|
|
35981
36094
|
"potentialCmpRefs": [
|
|
35982
36095
|
"q2-carousel-pane",
|
|
35983
|
-
"q2-icon"
|
|
36096
|
+
"q2-icon",
|
|
36097
|
+
"q2-btn"
|
|
35984
36098
|
],
|
|
35985
36099
|
"dependents": [],
|
|
35986
36100
|
"dependencies": [
|
|
36101
|
+
"q2-btn",
|
|
35987
36102
|
"q2-carousel-pane",
|
|
35988
|
-
"q2-icon"
|
|
36103
|
+
"q2-icon",
|
|
36104
|
+
"q2-loading"
|
|
35989
36105
|
],
|
|
35990
36106
|
"directDependents": [],
|
|
35991
36107
|
"directDependencies": [
|
|
35992
36108
|
"q2-carousel-pane",
|
|
35993
|
-
"q2-icon"
|
|
36109
|
+
"q2-icon",
|
|
36110
|
+
"q2-btn"
|
|
35994
36111
|
]
|
|
35995
36112
|
}
|
|
35996
36113
|
],
|
|
@@ -43572,6 +43689,7 @@
|
|
|
43572
43689
|
"errors",
|
|
43573
43690
|
"type",
|
|
43574
43691
|
"disabled",
|
|
43692
|
+
"_updateValueOnInput",
|
|
43575
43693
|
"formatModifier",
|
|
43576
43694
|
"maxlength",
|
|
43577
43695
|
"test-id",
|
|
@@ -44603,6 +44721,12 @@
|
|
|
44603
44721
|
"annotation": "prop",
|
|
44604
44722
|
"mode": "$"
|
|
44605
44723
|
},
|
|
44724
|
+
{
|
|
44725
|
+
"name": "--tct-file-picker-item-close-btn-size",
|
|
44726
|
+
"docs": "(<length>) Controls the width and height of the file item close button.",
|
|
44727
|
+
"annotation": "prop",
|
|
44728
|
+
"mode": "$"
|
|
44729
|
+
},
|
|
44606
44730
|
{
|
|
44607
44731
|
"name": "--tct-file-picker-list-max-height",
|
|
44608
44732
|
"docs": "(<length-percentage>) Controls the maximum height of the file list container before scrolling.",
|
|
@@ -52464,6 +52588,12 @@
|
|
|
52464
52588
|
"annotation": "prop",
|
|
52465
52589
|
"mode": "$"
|
|
52466
52590
|
},
|
|
52591
|
+
{
|
|
52592
|
+
"name": "--tct-pill-btn-letter-spacing?",
|
|
52593
|
+
"docs": "(<length>) Controls the optional letter spacing of the pill button.",
|
|
52594
|
+
"annotation": "prop",
|
|
52595
|
+
"mode": "$"
|
|
52596
|
+
},
|
|
52467
52597
|
{
|
|
52468
52598
|
"name": "--tct-pill-btn-tween",
|
|
52469
52599
|
"docs": "(*) Controls the transition timing of the pill button's interactive state changes.",
|
|
@@ -52679,6 +52809,30 @@
|
|
|
52679
52809
|
"docs": "(*) Controls the optional backdrop-filter of the pill button when active and theme is tertiary.",
|
|
52680
52810
|
"annotation": "prop",
|
|
52681
52811
|
"mode": "$"
|
|
52812
|
+
},
|
|
52813
|
+
{
|
|
52814
|
+
"name": "--tct-pill-decorator-icon-primary-stroke",
|
|
52815
|
+
"docs": "(<color>) Controls the primary stroke color of a q2-icon placed in the decorator slot.",
|
|
52816
|
+
"annotation": "prop",
|
|
52817
|
+
"mode": "$"
|
|
52818
|
+
},
|
|
52819
|
+
{
|
|
52820
|
+
"name": "--tct-pill-decorator-icon-secondary-stroke",
|
|
52821
|
+
"docs": "(<color>) Controls the secondary stroke color of a q2-icon placed in the decorator slot.",
|
|
52822
|
+
"annotation": "prop",
|
|
52823
|
+
"mode": "$"
|
|
52824
|
+
},
|
|
52825
|
+
{
|
|
52826
|
+
"name": "--tct-pill-active-decorator-icon-primary-stroke",
|
|
52827
|
+
"docs": "(<color>) Controls the primary stroke color of a q2-icon placed in the decorator slot when the pill is active.",
|
|
52828
|
+
"annotation": "prop",
|
|
52829
|
+
"mode": "$"
|
|
52830
|
+
},
|
|
52831
|
+
{
|
|
52832
|
+
"name": "--tct-pill-active-decorator-icon-secondary-stroke",
|
|
52833
|
+
"docs": "(<color>) Controls the secondary stroke color of a q2-icon placed in the decorator slot when the pill is active.",
|
|
52834
|
+
"annotation": "prop",
|
|
52835
|
+
"mode": "$"
|
|
52682
52836
|
}
|
|
52683
52837
|
],
|
|
52684
52838
|
"docs": {
|
|
@@ -52695,6 +52849,10 @@
|
|
|
52695
52849
|
"name": "summary",
|
|
52696
52850
|
"text": "Use for displaying and removing active filters in data views."
|
|
52697
52851
|
},
|
|
52852
|
+
{
|
|
52853
|
+
"name": "slot",
|
|
52854
|
+
"text": "decorator - An optional slot that supports an [Icon](https://tecton.q2developer.com/design-system/q2-icon) to be displayed before the pill label."
|
|
52855
|
+
},
|
|
52698
52856
|
{
|
|
52699
52857
|
"name": "slot",
|
|
52700
52858
|
"text": "popover-top - An optional slot to display custom content persistently at the top of the popover. This is **not** compatible with the action sheet workflow."
|
|
@@ -52781,6 +52939,7 @@
|
|
|
52781
52939
|
"aria-expanded",
|
|
52782
52940
|
"aria-pressed",
|
|
52783
52941
|
"aria-describedby",
|
|
52942
|
+
"name",
|
|
52784
52943
|
"controlElement",
|
|
52785
52944
|
"open",
|
|
52786
52945
|
"max-height",
|
|
@@ -52789,7 +52948,6 @@
|
|
|
52789
52948
|
"align",
|
|
52790
52949
|
"tabindex",
|
|
52791
52950
|
"hidden",
|
|
52792
|
-
"name",
|
|
52793
52951
|
"multiple",
|
|
52794
52952
|
"selectedOptions",
|
|
52795
52953
|
"onReady",
|
|
@@ -52801,8 +52959,8 @@
|
|
|
52801
52959
|
"q2-icon",
|
|
52802
52960
|
"click-elsewhere",
|
|
52803
52961
|
"button",
|
|
52804
|
-
"q2-popover",
|
|
52805
52962
|
"slot",
|
|
52963
|
+
"q2-popover",
|
|
52806
52964
|
"q2-option-list"
|
|
52807
52965
|
],
|
|
52808
52966
|
"htmlParts": [],
|
|
@@ -57236,6 +57394,7 @@
|
|
|
57236
57394
|
"onKeyDown",
|
|
57237
57395
|
"onClick",
|
|
57238
57396
|
"id",
|
|
57397
|
+
"aria-hidden",
|
|
57239
57398
|
"innerHTML",
|
|
57240
57399
|
"key",
|
|
57241
57400
|
"hidden",
|
|
@@ -57249,6 +57408,7 @@
|
|
|
57249
57408
|
"htmlTagNames": [
|
|
57250
57409
|
"li",
|
|
57251
57410
|
"button",
|
|
57411
|
+
"span",
|
|
57252
57412
|
"div",
|
|
57253
57413
|
"q2-icon",
|
|
57254
57414
|
"q2-btn",
|
|
@@ -58176,9 +58336,9 @@
|
|
|
58176
58336
|
"tabIndex",
|
|
58177
58337
|
"onKeyDown",
|
|
58178
58338
|
"onClick",
|
|
58339
|
+
"aria-hidden",
|
|
58179
58340
|
"innerHTML",
|
|
58180
58341
|
"ref",
|
|
58181
|
-
"aria-hidden",
|
|
58182
58342
|
"aria-describedBy",
|
|
58183
58343
|
"aria-expanded",
|
|
58184
58344
|
"key"
|
|
@@ -58186,6 +58346,7 @@
|
|
|
58186
58346
|
"htmlTagNames": [
|
|
58187
58347
|
"li",
|
|
58188
58348
|
"button",
|
|
58349
|
+
"span",
|
|
58189
58350
|
"div",
|
|
58190
58351
|
"q2-icon",
|
|
58191
58352
|
"ul",
|
|
@@ -58232,8 +58393,8 @@
|
|
|
58232
58393
|
"required": false,
|
|
58233
58394
|
"optional": true,
|
|
58234
58395
|
"complexType": {
|
|
58235
|
-
"original": "'default' | 'primary' | 'secondary' | 'tertiary'",
|
|
58236
|
-
"resolved": "\"default\" | \"primary\" | \"secondary\" | \"tertiary\"",
|
|
58396
|
+
"original": "'default' | 'primary' | 'secondary' | 'tertiary' | 'gray'",
|
|
58397
|
+
"resolved": "\"default\" | \"gray\" | \"primary\" | \"secondary\" | \"tertiary\"",
|
|
58237
58398
|
"references": {}
|
|
58238
58399
|
},
|
|
58239
58400
|
"docs": {
|
|
@@ -58284,8 +58445,8 @@
|
|
|
58284
58445
|
"required": false,
|
|
58285
58446
|
"optional": true,
|
|
58286
58447
|
"complexType": {
|
|
58287
|
-
"original": "'default' | 'primary' | 'secondary' | 'tertiary'",
|
|
58288
|
-
"resolved": "\"default\" | \"primary\" | \"secondary\" | \"tertiary\"",
|
|
58448
|
+
"original": "'default' | 'primary' | 'secondary' | 'tertiary' | 'gray'",
|
|
58449
|
+
"resolved": "\"default\" | \"gray\" | \"primary\" | \"secondary\" | \"tertiary\"",
|
|
58289
58450
|
"references": {}
|
|
58290
58451
|
},
|
|
58291
58452
|
"docs": {
|
|
@@ -58494,7 +58655,7 @@
|
|
|
58494
58655
|
"states": [],
|
|
58495
58656
|
"methods": [
|
|
58496
58657
|
{
|
|
58497
|
-
"name": "
|
|
58658
|
+
"name": "triggerAnimation",
|
|
58498
58659
|
"docs": {
|
|
58499
58660
|
"text": "Triggers a named animation on the surface. If an animation is already running, cancels it before starting the new one.",
|
|
58500
58661
|
"tags": [
|
|
@@ -58582,50 +58743,92 @@
|
|
|
58582
58743
|
"assetsDirs": [],
|
|
58583
58744
|
"styleDocs": [
|
|
58584
58745
|
{
|
|
58585
|
-
"name": "--tct-surface-background
|
|
58746
|
+
"name": "--tct-surface-default-background",
|
|
58586
58747
|
"docs": "(<color>) Background color when background=\"default\". Defaults to --t-base.",
|
|
58587
58748
|
"annotation": "prop",
|
|
58588
58749
|
"mode": "$"
|
|
58589
58750
|
},
|
|
58590
58751
|
{
|
|
58591
|
-
"name": "--tct-surface-background
|
|
58752
|
+
"name": "--tct-surface-primary-background",
|
|
58592
58753
|
"docs": "(<color>) Background color when background=\"primary\". Defaults to --t-primary.",
|
|
58593
58754
|
"annotation": "prop",
|
|
58594
58755
|
"mode": "$"
|
|
58595
58756
|
},
|
|
58596
58757
|
{
|
|
58597
|
-
"name": "--tct-surface-background
|
|
58758
|
+
"name": "--tct-surface-secondary-background",
|
|
58598
58759
|
"docs": "(<color>) Background color when background=\"secondary\". Defaults to --t-secondary.",
|
|
58599
58760
|
"annotation": "prop",
|
|
58600
58761
|
"mode": "$"
|
|
58601
58762
|
},
|
|
58602
58763
|
{
|
|
58603
|
-
"name": "--tct-surface-background
|
|
58764
|
+
"name": "--tct-surface-tertiary-background",
|
|
58604
58765
|
"docs": "(<color>) Background color when background=\"tertiary\". Defaults to --t-tertiary.",
|
|
58605
58766
|
"annotation": "prop",
|
|
58606
58767
|
"mode": "$"
|
|
58607
58768
|
},
|
|
58608
58769
|
{
|
|
58609
|
-
"name": "--tct-surface-
|
|
58610
|
-
"docs": "(<color>)
|
|
58770
|
+
"name": "--tct-surface-gray-background",
|
|
58771
|
+
"docs": "(<color>) Background color when background=\"gray\". Defaults to --t-base-gray1.",
|
|
58772
|
+
"annotation": "prop",
|
|
58773
|
+
"mode": "$"
|
|
58774
|
+
},
|
|
58775
|
+
{
|
|
58776
|
+
"name": "--tct-surface-default-hover-background",
|
|
58777
|
+
"docs": "(<color>) Hover background when clickable and background=\"default\" (or unset). Defaults to --t-base-primary1.",
|
|
58611
58778
|
"annotation": "prop",
|
|
58612
58779
|
"mode": "$"
|
|
58613
58780
|
},
|
|
58614
58781
|
{
|
|
58615
58782
|
"name": "--tct-surface-primary-hover-background",
|
|
58616
|
-
"docs": "(<color>) Hover background when clickable and background=\"primary\". Defaults to --t-primary-
|
|
58783
|
+
"docs": "(<color>) Hover background when clickable and background=\"primary\". Defaults to --t-primary-d2.",
|
|
58617
58784
|
"annotation": "prop",
|
|
58618
58785
|
"mode": "$"
|
|
58619
58786
|
},
|
|
58620
58787
|
{
|
|
58621
58788
|
"name": "--tct-surface-secondary-hover-background",
|
|
58622
|
-
"docs": "(<color>) Hover background when clickable and background=\"secondary\". Defaults to --t-secondary-
|
|
58789
|
+
"docs": "(<color>) Hover background when clickable and background=\"secondary\". Defaults to --t-secondary-d2.",
|
|
58623
58790
|
"annotation": "prop",
|
|
58624
58791
|
"mode": "$"
|
|
58625
58792
|
},
|
|
58626
58793
|
{
|
|
58627
58794
|
"name": "--tct-surface-tertiary-hover-background",
|
|
58628
|
-
"docs": "(<color>) Hover background when clickable and background=\"tertiary\". Defaults to --t-tertiary-
|
|
58795
|
+
"docs": "(<color>) Hover background when clickable and background=\"tertiary\". Defaults to --t-tertiary-d2.",
|
|
58796
|
+
"annotation": "prop",
|
|
58797
|
+
"mode": "$"
|
|
58798
|
+
},
|
|
58799
|
+
{
|
|
58800
|
+
"name": "--tct-surface-gray-hover-background",
|
|
58801
|
+
"docs": "(<color>) Hover background when clickable and background=\"gray\". Defaults to --t-base-primary1 (matches --tct-surface-default-hover-background).",
|
|
58802
|
+
"annotation": "prop",
|
|
58803
|
+
"mode": "$"
|
|
58804
|
+
},
|
|
58805
|
+
{
|
|
58806
|
+
"name": "--tct-surface-default-active-background",
|
|
58807
|
+
"docs": "(<color>) Active/pressed background when clickable and background=\"default\" (or unset). Defaults to --t-base-primary2.",
|
|
58808
|
+
"annotation": "prop",
|
|
58809
|
+
"mode": "$"
|
|
58810
|
+
},
|
|
58811
|
+
{
|
|
58812
|
+
"name": "--tct-surface-primary-active-background",
|
|
58813
|
+
"docs": "(<color>) Active/pressed background when clickable and background=\"primary\". Defaults to --t-primary-d3.",
|
|
58814
|
+
"annotation": "prop",
|
|
58815
|
+
"mode": "$"
|
|
58816
|
+
},
|
|
58817
|
+
{
|
|
58818
|
+
"name": "--tct-surface-secondary-active-background",
|
|
58819
|
+
"docs": "(<color>) Active/pressed background when clickable and background=\"secondary\". Defaults to --t-secondary-d3.",
|
|
58820
|
+
"annotation": "prop",
|
|
58821
|
+
"mode": "$"
|
|
58822
|
+
},
|
|
58823
|
+
{
|
|
58824
|
+
"name": "--tct-surface-tertiary-active-background",
|
|
58825
|
+
"docs": "(<color>) Active/pressed background when clickable and background=\"tertiary\". Defaults to --t-tertiary-d3.",
|
|
58826
|
+
"annotation": "prop",
|
|
58827
|
+
"mode": "$"
|
|
58828
|
+
},
|
|
58829
|
+
{
|
|
58830
|
+
"name": "--tct-surface-gray-active-background",
|
|
58831
|
+
"docs": "(<color>) Active/pressed background when clickable and background=\"gray\". Defaults to --t-base-primary2 (matches --tct-surface-default-active-background).",
|
|
58629
58832
|
"annotation": "prop",
|
|
58630
58833
|
"mode": "$"
|
|
58631
58834
|
},
|
|
@@ -58648,7 +58851,7 @@
|
|
|
58648
58851
|
"mode": "$"
|
|
58649
58852
|
},
|
|
58650
58853
|
{
|
|
58651
|
-
"name": "--tct-surface-border-color",
|
|
58854
|
+
"name": "--tct-surface-default-border-color",
|
|
58652
58855
|
"docs": "(<color>) Border color when border=\"default\". Defaults to --t-gray-12.",
|
|
58653
58856
|
"annotation": "prop",
|
|
58654
58857
|
"mode": "$"
|
|
@@ -58671,6 +58874,12 @@
|
|
|
58671
58874
|
"annotation": "prop",
|
|
58672
58875
|
"mode": "$"
|
|
58673
58876
|
},
|
|
58877
|
+
{
|
|
58878
|
+
"name": "--tct-surface-gray-border-color",
|
|
58879
|
+
"docs": "(<color>) Border color when border=\"gray\". Defaults to --t-gray-8.",
|
|
58880
|
+
"annotation": "prop",
|
|
58881
|
+
"mode": "$"
|
|
58882
|
+
},
|
|
58674
58883
|
{
|
|
58675
58884
|
"name": "--tct-surface-border-radius-1",
|
|
58676
58885
|
"docs": "(<length>) Corner radius at radius=1. Defaults to --app-border-radius-1 (4px).",
|
|
@@ -58997,6 +59206,37 @@
|
|
|
58997
59206
|
"getter": false,
|
|
58998
59207
|
"setter": false
|
|
58999
59208
|
},
|
|
59209
|
+
{
|
|
59210
|
+
"name": "orientation",
|
|
59211
|
+
"type": "string",
|
|
59212
|
+
"attribute": "orientation",
|
|
59213
|
+
"reflect": true,
|
|
59214
|
+
"mutable": false,
|
|
59215
|
+
"required": false,
|
|
59216
|
+
"optional": false,
|
|
59217
|
+
"defaultValue": "'horizontal'",
|
|
59218
|
+
"complexType": {
|
|
59219
|
+
"original": "'horizontal' | 'vertical'",
|
|
59220
|
+
"resolved": "\"horizontal\" | \"vertical\"",
|
|
59221
|
+
"references": {}
|
|
59222
|
+
},
|
|
59223
|
+
"docs": {
|
|
59224
|
+
"tags": [
|
|
59225
|
+
{
|
|
59226
|
+
"name": "info",
|
|
59227
|
+
"text": "Vertical orientation is intended for wider layouts (e.g. admin consoles).\nAt viewports narrower than 768px, the component falls back to horizontal."
|
|
59228
|
+
},
|
|
59229
|
+
{
|
|
59230
|
+
"name": "default",
|
|
59231
|
+
"text": "'horizontal'"
|
|
59232
|
+
}
|
|
59233
|
+
],
|
|
59234
|
+
"text": "The orientation of the tab strip.\n- `horizontal` (default) — tabs run left-to-right above the panel content.\n- `vertical` — tabs stack top-to-bottom beside the panel content."
|
|
59235
|
+
},
|
|
59236
|
+
"internal": false,
|
|
59237
|
+
"getter": false,
|
|
59238
|
+
"setter": false
|
|
59239
|
+
},
|
|
59000
59240
|
{
|
|
59001
59241
|
"name": "type",
|
|
59002
59242
|
"type": "string",
|
|
@@ -59048,14 +59288,17 @@
|
|
|
59048
59288
|
{
|
|
59049
59289
|
"name": "hasRight"
|
|
59050
59290
|
},
|
|
59291
|
+
{
|
|
59292
|
+
"name": "isNarrowViewport"
|
|
59293
|
+
},
|
|
59051
59294
|
{
|
|
59052
59295
|
"name": "scrollEnabled"
|
|
59053
59296
|
},
|
|
59054
59297
|
{
|
|
59055
|
-
"name": "
|
|
59298
|
+
"name": "showScrollBack"
|
|
59056
59299
|
},
|
|
59057
59300
|
{
|
|
59058
|
-
"name": "
|
|
59301
|
+
"name": "showScrollForward"
|
|
59059
59302
|
},
|
|
59060
59303
|
{
|
|
59061
59304
|
"name": "tabs"
|
|
@@ -59258,7 +59501,7 @@
|
|
|
59258
59501
|
"mode": "$"
|
|
59259
59502
|
},
|
|
59260
59503
|
{
|
|
59261
|
-
"name": "--tct-tab-container-content-
|
|
59504
|
+
"name": "--tct-tab-container-content-background?",
|
|
59262
59505
|
"docs": "(<color>) Controls the optional background color of the tab content area.",
|
|
59263
59506
|
"annotation": "prop",
|
|
59264
59507
|
"mode": "$"
|
|
@@ -59436,6 +59679,42 @@
|
|
|
59436
59679
|
"docs": "(<number> | <length-percentage>) Controls the line height of tab buttons when type=\"section\".",
|
|
59437
59680
|
"annotation": "prop",
|
|
59438
59681
|
"mode": "$"
|
|
59682
|
+
},
|
|
59683
|
+
{
|
|
59684
|
+
"name": "--tct-tab-container-width",
|
|
59685
|
+
"docs": "(<length-percentage>) Controls the width of the tab strip when orientation=\"vertical\". Defaults to `200px`.",
|
|
59686
|
+
"annotation": "prop",
|
|
59687
|
+
"mode": "$"
|
|
59688
|
+
},
|
|
59689
|
+
{
|
|
59690
|
+
"name": "--tct-tab-active-indicator-width",
|
|
59691
|
+
"docs": "(<length>) Controls the width of the active-tab indicator on the leading edge when orientation=\"vertical\". Defaults to `3px`.",
|
|
59692
|
+
"annotation": "prop",
|
|
59693
|
+
"mode": "$"
|
|
59694
|
+
},
|
|
59695
|
+
{
|
|
59696
|
+
"name": "--tct-tab-badge-gap?",
|
|
59697
|
+
"docs": "(<length-percentage>) Controls the optional gap between the label and badge within a tab button when orientation=\"vertical\".",
|
|
59698
|
+
"annotation": "prop",
|
|
59699
|
+
"mode": "$"
|
|
59700
|
+
},
|
|
59701
|
+
{
|
|
59702
|
+
"name": "--tct-vertical-tab-container-padding?",
|
|
59703
|
+
"docs": "(<length-percentage>+) Controls the inner padding of the tab container list when orientation=\"vertical\". Defaults to `0`.",
|
|
59704
|
+
"annotation": "prop",
|
|
59705
|
+
"mode": "$"
|
|
59706
|
+
},
|
|
59707
|
+
{
|
|
59708
|
+
"name": "--tct-vertical-tab-border-radius?",
|
|
59709
|
+
"docs": "(<length-percentage>) Controls the optional corner radius of tab buttons when orientation=\"vertical\". Defaults to `0`.",
|
|
59710
|
+
"annotation": "prop",
|
|
59711
|
+
"mode": "$"
|
|
59712
|
+
},
|
|
59713
|
+
{
|
|
59714
|
+
"name": "--tct-vertical-tab-container-content-padding?",
|
|
59715
|
+
"docs": "(<length-percentage>+) Controls the inner padding of the tab content area when orientation=\"vertical\".",
|
|
59716
|
+
"annotation": "prop",
|
|
59717
|
+
"mode": "$"
|
|
59439
59718
|
}
|
|
59440
59719
|
],
|
|
59441
59720
|
"docs": {
|
|
@@ -59530,6 +59809,7 @@
|
|
|
59530
59809
|
"label",
|
|
59531
59810
|
"onScroll",
|
|
59532
59811
|
"ref",
|
|
59812
|
+
"aria-orientation",
|
|
59533
59813
|
"onSlotchange"
|
|
59534
59814
|
],
|
|
59535
59815
|
"htmlTagNames": [
|
|
@@ -61116,8 +61396,8 @@
|
|
|
61116
61396
|
"type",
|
|
61117
61397
|
"onMouseDown",
|
|
61118
61398
|
"onTouchStart",
|
|
61119
|
-
"tabIndex",
|
|
61120
61399
|
"aria-hidden",
|
|
61400
|
+
"tabIndex",
|
|
61121
61401
|
"viewBox",
|
|
61122
61402
|
"xmlns",
|
|
61123
61403
|
"d",
|
|
@@ -68662,6 +68942,12 @@
|
|
|
68662
68942
|
"passive": true,
|
|
68663
68943
|
"target": "document"
|
|
68664
68944
|
},
|
|
68945
|
+
{
|
|
68946
|
+
"name": "click",
|
|
68947
|
+
"method": "clickHandler",
|
|
68948
|
+
"capture": false,
|
|
68949
|
+
"passive": false
|
|
68950
|
+
},
|
|
68665
68951
|
{
|
|
68666
68952
|
"name": "focus",
|
|
68667
68953
|
"method": "focusCaptureHandler",
|
|
@@ -68698,12 +68984,6 @@
|
|
|
68698
68984
|
"method": "handleMouseOver",
|
|
68699
68985
|
"capture": false,
|
|
68700
68986
|
"passive": true
|
|
68701
|
-
},
|
|
68702
|
-
{
|
|
68703
|
-
"name": "click",
|
|
68704
|
-
"method": "handleMouseOver",
|
|
68705
|
-
"capture": false,
|
|
68706
|
-
"passive": false
|
|
68707
68987
|
}
|
|
68708
68988
|
],
|
|
68709
68989
|
"events": [],
|
|
@@ -68804,6 +69084,12 @@
|
|
|
68804
69084
|
"annotation": "prop",
|
|
68805
69085
|
"mode": "$"
|
|
68806
69086
|
},
|
|
69087
|
+
{
|
|
69088
|
+
"name": "--tct-tooltip-hover-delay",
|
|
69089
|
+
"docs": "(<time>) Controls the delay before the tooltip appears on hover.",
|
|
69090
|
+
"annotation": "prop",
|
|
69091
|
+
"mode": "$"
|
|
69092
|
+
},
|
|
68807
69093
|
{
|
|
68808
69094
|
"name": "--tct-tooltip-transition-delay",
|
|
68809
69095
|
"docs": "(<time>) Controls the show/hide transition delay of the tooltip.",
|
|
@@ -71307,6 +71593,36 @@
|
|
|
71307
71593
|
"getter": false,
|
|
71308
71594
|
"setter": false
|
|
71309
71595
|
},
|
|
71596
|
+
{
|
|
71597
|
+
"name": "_updateValueOnInput",
|
|
71598
|
+
"type": "boolean",
|
|
71599
|
+
"attribute": "_update-value-on-input",
|
|
71600
|
+
"reflect": false,
|
|
71601
|
+
"mutable": true,
|
|
71602
|
+
"required": false,
|
|
71603
|
+
"optional": false,
|
|
71604
|
+
"defaultValue": "true",
|
|
71605
|
+
"complexType": {
|
|
71606
|
+
"original": "boolean",
|
|
71607
|
+
"resolved": "boolean",
|
|
71608
|
+
"references": {}
|
|
71609
|
+
},
|
|
71610
|
+
"docs": {
|
|
71611
|
+
"tags": [
|
|
71612
|
+
{
|
|
71613
|
+
"name": "private"
|
|
71614
|
+
},
|
|
71615
|
+
{
|
|
71616
|
+
"name": "default",
|
|
71617
|
+
"text": "true"
|
|
71618
|
+
}
|
|
71619
|
+
],
|
|
71620
|
+
"text": "Determines whether the input updates its value property as native input occurs."
|
|
71621
|
+
},
|
|
71622
|
+
"internal": false,
|
|
71623
|
+
"getter": false,
|
|
71624
|
+
"setter": false
|
|
71625
|
+
},
|
|
71310
71626
|
{
|
|
71311
71627
|
"name": "ariaActivedescendant",
|
|
71312
71628
|
"type": "string",
|
|
@@ -72267,7 +72583,7 @@
|
|
|
72267
72583
|
"tags": [
|
|
72268
72584
|
{
|
|
72269
72585
|
"name": "info",
|
|
72270
|
-
"text": "The visible value of formatted input fields may not match the element's `value` property.\nWhen setting an input's value programmatically (e.g. pre-populating a form), ensure that the supplied value is in a format that can be handled by its consuming logic.\n`q2-input`
|
|
72586
|
+
"text": "The visible value of formatted input fields may not match the element's `value` property.\nWhen setting an input's value programmatically (e.g. pre-populating a form), ensure that the supplied value is in a format that can be handled by its consuming logic.\n`q2-input` updates its own `value` through its default input and change event handlers.\n\nIn `q2-input` where `type=\"currency\"`\n- element.value = 1234.56\n- visible value: $1,234.56"
|
|
72271
72587
|
}
|
|
72272
72588
|
],
|
|
72273
72589
|
"text": "The value of the input field."
|
|
@@ -75313,19 +75629,13 @@
|
|
|
75313
75629
|
"mutable": false,
|
|
75314
75630
|
"required": false,
|
|
75315
75631
|
"optional": false,
|
|
75316
|
-
"defaultValue": "'medium'",
|
|
75317
75632
|
"complexType": {
|
|
75318
75633
|
"original": "'small' | 'medium' | 'large'",
|
|
75319
75634
|
"resolved": "\"large\" | \"medium\" | \"small\"",
|
|
75320
75635
|
"references": {}
|
|
75321
75636
|
},
|
|
75322
75637
|
"docs": {
|
|
75323
|
-
"tags": [
|
|
75324
|
-
{
|
|
75325
|
-
"name": "default",
|
|
75326
|
-
"text": "'medium'"
|
|
75327
|
-
}
|
|
75328
|
-
],
|
|
75638
|
+
"tags": [],
|
|
75329
75639
|
"text": "Defines the size of q2-btn, it renders as default size if not provided."
|
|
75330
75640
|
},
|
|
75331
75641
|
"internal": false,
|
|
@@ -75552,6 +75862,24 @@
|
|
|
75552
75862
|
"annotation": "prop",
|
|
75553
75863
|
"mode": "$"
|
|
75554
75864
|
},
|
|
75865
|
+
{
|
|
75866
|
+
"name": "--tct-btn-line-height-small",
|
|
75867
|
+
"docs": "(<length-percentage>) Controls the line height of the button when size is small.",
|
|
75868
|
+
"annotation": "prop",
|
|
75869
|
+
"mode": "$"
|
|
75870
|
+
},
|
|
75871
|
+
{
|
|
75872
|
+
"name": "--tct-btn-line-height-medium",
|
|
75873
|
+
"docs": "(<length-percentage>) Controls the line height of the button when size is medium.",
|
|
75874
|
+
"annotation": "prop",
|
|
75875
|
+
"mode": "$"
|
|
75876
|
+
},
|
|
75877
|
+
{
|
|
75878
|
+
"name": "--tct-btn-line-height-large",
|
|
75879
|
+
"docs": "(<length-percentage>) Controls the line height of the button when size is large.",
|
|
75880
|
+
"annotation": "prop",
|
|
75881
|
+
"mode": "$"
|
|
75882
|
+
},
|
|
75555
75883
|
{
|
|
75556
75884
|
"name": "--tct-btn-min-height-small?",
|
|
75557
75885
|
"docs": "(<length>) Controls the optional minimum height of the button when size is small.",
|
|
@@ -77293,6 +77621,7 @@
|
|
|
77293
77621
|
"q2-action-sheet",
|
|
77294
77622
|
"q2-calendar",
|
|
77295
77623
|
"q2-card-image",
|
|
77624
|
+
"q2-carousel",
|
|
77296
77625
|
"q2-data-table",
|
|
77297
77626
|
"q2-dropdown",
|
|
77298
77627
|
"q2-editable-field",
|
|
@@ -77315,6 +77644,7 @@
|
|
|
77315
77644
|
"q2-action-sheet",
|
|
77316
77645
|
"q2-calendar",
|
|
77317
77646
|
"q2-card-image",
|
|
77647
|
+
"q2-carousel",
|
|
77318
77648
|
"q2-data-table",
|
|
77319
77649
|
"q2-dropdown",
|
|
77320
77650
|
"q2-editable-field",
|
|
@@ -77719,6 +78049,7 @@
|
|
|
77719
78049
|
"q2-btn",
|
|
77720
78050
|
"q2-calendar",
|
|
77721
78051
|
"q2-card-image",
|
|
78052
|
+
"q2-carousel",
|
|
77722
78053
|
"q2-data-table",
|
|
77723
78054
|
"q2-dropdown",
|
|
77724
78055
|
"q2-editable-field",
|