q2-tecton-elements 1.50.1 → 1.51.1
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/cjs/click-elsewhere_2.cjs.entry.js +21 -12
- package/dist/cjs/click-elsewhere_2.cjs.entry.js.map +1 -1
- package/dist/cjs/index-9aa4a776.js +235 -0
- package/dist/cjs/index-9aa4a776.js.map +1 -0
- package/dist/cjs/{index-43010ce4.js → index-f69742cf.js} +1 -1
- package/dist/cjs/{index-43010ce4.js.map → index-f69742cf.js.map} +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/q2-action-group.cjs.entry.js +50 -0
- package/dist/cjs/q2-action-group.cjs.entry.js.map +1 -0
- package/dist/cjs/q2-action-sheet.cjs.entry.js +1364 -3
- package/dist/cjs/q2-action-sheet.cjs.entry.js.map +1 -1
- package/dist/cjs/q2-avatar.cjs.entry.js +1 -1
- package/dist/cjs/q2-badge_7.cjs.entry.js +23 -13
- package/dist/cjs/q2-badge_7.cjs.entry.js.map +1 -1
- package/dist/cjs/q2-calendar.cjs.entry.js +2 -2
- package/dist/cjs/q2-card.cjs.entry.js +1 -1
- package/dist/cjs/q2-carousel-pane.cjs.entry.js +3 -3
- package/dist/cjs/q2-carousel.cjs.entry.js +1 -1
- package/dist/cjs/q2-chart-area.cjs.entry.js +2 -2
- package/dist/cjs/q2-chart-area.cjs.entry.js.map +1 -1
- package/dist/cjs/q2-chart-bar.cjs.entry.js +2 -2
- package/dist/cjs/q2-chart-bar.cjs.entry.js.map +1 -1
- package/dist/cjs/q2-chart-donut.cjs.entry.js +16 -16
- package/dist/cjs/q2-chart-donut.cjs.entry.js.map +1 -1
- package/dist/cjs/q2-checkbox-group.cjs.entry.js +2 -2
- package/dist/cjs/q2-checkbox-group.cjs.entry.js.map +1 -1
- package/dist/cjs/q2-checkbox.cjs.entry.js +1 -1
- package/dist/cjs/q2-currency.cjs.entry.js +1 -1
- package/dist/cjs/q2-data-table.cjs.entry.js +62 -62
- package/dist/cjs/q2-data-table.cjs.entry.js.map +1 -1
- package/dist/cjs/q2-detail.cjs.entry.js +2 -2
- package/dist/cjs/q2-dropdown-item.cjs.entry.js +2 -2
- package/dist/cjs/q2-dropdown-item.cjs.entry.js.map +1 -1
- package/dist/cjs/q2-dropdown.cjs.entry.js +79 -7
- package/dist/cjs/q2-dropdown.cjs.entry.js.map +1 -1
- package/dist/cjs/q2-editable-field.cjs.entry.js +1 -1
- package/dist/cjs/q2-formatted-text.cjs.entry.js +72 -0
- package/dist/cjs/q2-formatted-text.cjs.entry.js.map +1 -0
- package/dist/cjs/q2-item.cjs.entry.js +2 -2
- package/dist/cjs/q2-legend.cjs.entry.js +2 -2
- package/dist/cjs/q2-legend.cjs.entry.js.map +1 -1
- package/dist/cjs/q2-link.cjs.entry.js +64 -0
- package/dist/cjs/q2-link.cjs.entry.js.map +1 -0
- package/dist/cjs/q2-list.cjs.entry.js +2 -2
- package/dist/cjs/q2-loc.cjs.entry.js +2 -2
- package/dist/cjs/q2-message.cjs.entry.js +2 -2
- package/dist/cjs/q2-month-picker.cjs.entry.js +3 -3
- package/dist/cjs/q2-optgroup.cjs.entry.js +2 -2
- package/dist/cjs/q2-option-list.cjs.entry.js +9 -4
- package/dist/cjs/q2-option-list.cjs.entry.js.map +1 -1
- package/dist/cjs/q2-option.cjs.entry.js +1 -1
- package/dist/cjs/q2-pagination.cjs.entry.js +90 -9
- package/dist/cjs/q2-pagination.cjs.entry.js.map +1 -1
- package/dist/cjs/q2-pill.cjs.entry.js +26 -5
- package/dist/cjs/q2-pill.cjs.entry.js.map +1 -1
- package/dist/cjs/q2-radio-group.cjs.entry.js +2 -2
- package/dist/cjs/q2-radio-group.cjs.entry.js.map +1 -1
- package/dist/cjs/q2-radio.cjs.entry.js +1 -1
- package/dist/cjs/q2-relative-time.cjs.entry.js +3 -3
- package/dist/cjs/q2-resize-observer.cjs.entry.js +96 -0
- package/dist/cjs/q2-resize-observer.cjs.entry.js.map +1 -0
- package/dist/cjs/q2-section.cjs.entry.js +27 -3
- package/dist/cjs/q2-section.cjs.entry.js.map +1 -1
- package/dist/cjs/q2-select.cjs.entry.js +7 -6
- package/dist/cjs/q2-select.cjs.entry.js.map +1 -1
- package/dist/cjs/q2-stepper-pane.cjs.entry.js +1 -1
- package/dist/cjs/q2-stepper-vertical.cjs.entry.js +2 -2
- package/dist/cjs/q2-stepper.cjs.entry.js +39 -3
- package/dist/cjs/q2-stepper.cjs.entry.js.map +1 -1
- package/dist/cjs/q2-tag.cjs.entry.js +3 -2
- package/dist/cjs/q2-tag.cjs.entry.js.map +1 -1
- package/dist/cjs/q2-tecton-elements.cjs.js +1 -1
- package/dist/cjs/q2-textarea.cjs.entry.js +46 -11
- package/dist/cjs/q2-textarea.cjs.entry.js.map +1 -1
- package/dist/cjs/q2-tooltip.cjs.entry.js +2 -2
- package/dist/cjs/q2-tooltip.cjs.entry.js.map +1 -1
- package/dist/cjs/tecton-tab-pane.cjs.entry.js +2 -2
- package/dist/collection/collection-manifest.json +4 -0
- package/dist/collection/components/q2-action-group/q2-action-group.css +99 -0
- package/dist/collection/components/q2-action-group/q2-action-group.js +120 -0
- package/dist/collection/components/q2-action-group/q2-action-group.js.map +1 -0
- package/dist/collection/components/q2-action-group/test/q2-action-group.e2e.js +30 -0
- package/dist/collection/components/q2-action-group/test/q2-action-group.e2e.js.map +1 -0
- package/dist/collection/components/q2-action-group/test/q2-action-group.spec.js +156 -0
- package/dist/collection/components/q2-action-group/test/q2-action-group.spec.js.map +1 -0
- package/dist/collection/components/q2-action-sheet/q2-action-sheet.js +3 -2
- package/dist/collection/components/q2-action-sheet/q2-action-sheet.js.map +1 -1
- package/dist/collection/components/q2-avatar/q2-avatar.js +1 -1
- package/dist/collection/components/q2-avatar/test/q2-avatar-test.e2e.js +14 -9
- package/dist/collection/components/q2-avatar/test/q2-avatar-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-badge/test/q2-badge-test.e2e.js +14 -9
- package/dist/collection/components/q2-badge/test/q2-badge-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-btn/test/q2-btn-test.e2e.js +14 -9
- package/dist/collection/components/q2-btn/test/q2-btn-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-calendar/q2-month-picker.js +2 -2
- package/dist/collection/components/q2-calendar/test/q2-calendar-test.e2e.js +227 -223
- package/dist/collection/components/q2-calendar/test/q2-calendar-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-card/test/q2-card-test.e2e.js +12 -7
- package/dist/collection/components/q2-card/test/q2-card-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-carousel/test/q2-carousel-test.e2e.js +49 -45
- package/dist/collection/components/q2-carousel/test/q2-carousel-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-carousel-pane/q2-carousel-pane.js +2 -2
- package/dist/collection/components/q2-chart-area/q2-chart-area.js +2 -2
- package/dist/collection/components/q2-chart-area/q2-chart-area.js.map +1 -1
- package/dist/collection/components/q2-chart-area/test/q2-chart-area-test.e2e.js +12 -7
- package/dist/collection/components/q2-chart-area/test/q2-chart-area-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-chart-bar/q2-chart-bar.js +2 -2
- package/dist/collection/components/q2-chart-bar/q2-chart-bar.js.map +1 -1
- package/dist/collection/components/q2-chart-bar/test/q2-chart-bar-test.e2e.js +16 -11
- package/dist/collection/components/q2-chart-bar/test/q2-chart-bar-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-chart-donut/q2-chart-donut.js +15 -15
- package/dist/collection/components/q2-chart-donut/q2-chart-donut.js.map +1 -1
- package/dist/collection/components/q2-chart-donut/test/q2-chart-donut-test.e2e.js +32 -26
- package/dist/collection/components/q2-chart-donut/test/q2-chart-donut-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-checkbox/test/q2-checkbox-test.e2e.js +12 -7
- package/dist/collection/components/q2-checkbox/test/q2-checkbox-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-checkbox-group/q2-checkbox-group.js +2 -2
- package/dist/collection/components/q2-checkbox-group/q2-checkbox-group.js.map +1 -1
- package/dist/collection/components/q2-checkbox-group/test/q2-checkbox-group-test.e2e.js +22 -17
- package/dist/collection/components/q2-checkbox-group/test/q2-checkbox-group-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-currency/q2-currency.js +1 -1
- package/dist/collection/components/q2-currency/test/q2-currency-test.e2e.js +12 -7
- package/dist/collection/components/q2-currency/test/q2-currency-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-data-table/q2-data-table.js +104 -104
- package/dist/collection/components/q2-data-table/q2-data-table.js.map +1 -1
- package/dist/collection/components/q2-data-table/test/q2-data-table-test.e2e.js +42 -24
- package/dist/collection/components/q2-data-table/test/q2-data-table-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-detail/q2-detail.js +1 -1
- package/dist/collection/components/q2-detail/test/q2-detail-test.e2e.js +12 -7
- package/dist/collection/components/q2-detail/test/q2-detail-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-dropdown/q2-dropdown.js +207 -7
- package/dist/collection/components/q2-dropdown/q2-dropdown.js.map +1 -1
- package/dist/collection/components/q2-dropdown/test/q2-dropdown-test.e2e.js +297 -135
- package/dist/collection/components/q2-dropdown/test/q2-dropdown-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-dropdown-item/q2-dropdown-item.js +1 -1
- package/dist/collection/components/q2-dropdown-item/q2-dropdown-item.js.map +1 -1
- package/dist/collection/components/q2-dropdown-item/test/q2-dropdown-item-test.e2e.js +18 -13
- package/dist/collection/components/q2-dropdown-item/test/q2-dropdown-item-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-editable-field/test/q2-editable-field-test.e2e.js +14 -18
- package/dist/collection/components/q2-editable-field/test/q2-editable-field-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-formatted-text/q2-formatted-text.css +94 -0
- package/dist/collection/components/q2-formatted-text/q2-formatted-text.js +230 -0
- package/dist/collection/components/q2-formatted-text/q2-formatted-text.js.map +1 -0
- package/dist/collection/components/q2-formatted-text/test/q2-formatted-text-test.e2e.js +430 -0
- package/dist/collection/components/q2-formatted-text/test/q2-formatted-text-test.e2e.js.map +1 -0
- package/dist/collection/components/q2-icon/test/q2-icon-test.e2e.js +14 -9
- package/dist/collection/components/q2-icon/test/q2-icon-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-input/q2-input.css +9 -0
- package/dist/collection/components/q2-input/q2-input.js +7 -8
- package/dist/collection/components/q2-input/q2-input.js.map +1 -1
- package/dist/collection/components/q2-input/test/q2-input-test.e2e.js +50 -33
- package/dist/collection/components/q2-input/test/q2-input-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-item/q2-item.js +1 -1
- package/dist/collection/components/q2-item/test/q2-item-test.e2e.js +32 -7
- package/dist/collection/components/q2-item/test/q2-item-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-legend/q2-legend.css +1 -1
- package/dist/collection/components/q2-legend/q2-legend.js +1 -1
- package/dist/collection/components/q2-legend/test/q2-legend-test.e2e.js +13 -8
- package/dist/collection/components/q2-legend/test/q2-legend-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-link/q2-link.css +146 -0
- package/dist/collection/components/q2-link/q2-link.js +242 -0
- package/dist/collection/components/q2-link/q2-link.js.map +1 -0
- package/dist/collection/components/q2-link/test/q2-link-test.e2e.js +145 -0
- package/dist/collection/components/q2-link/test/q2-link-test.e2e.js.map +1 -0
- package/dist/collection/components/q2-list/q2-list.js +1 -1
- package/dist/collection/components/q2-list/test/q2-list-test.e2e.js +12 -7
- package/dist/collection/components/q2-list/test/q2-list-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-loading/test/q2-loading-element-test.e2e.js +14 -9
- package/dist/collection/components/q2-loading/test/q2-loading-element-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-loading/test/q2-loading-test.e2e.js +14 -9
- package/dist/collection/components/q2-loading/test/q2-loading-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-loc/q2-loc.js +1 -1
- package/dist/collection/components/q2-loc/test/q2-loc-test.e2e.js +16 -11
- package/dist/collection/components/q2-loc/test/q2-loc-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-message/q2-message.js +1 -1
- package/dist/collection/components/q2-message/test/q2-message-test.e2e.js +14 -9
- package/dist/collection/components/q2-message/test/q2-message-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-optgroup/q2-optgroup.js +1 -1
- package/dist/collection/components/q2-optgroup/test/q2-optgroup-test.e2e.js +20 -13
- package/dist/collection/components/q2-optgroup/test/q2-optgroup-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-option/q2-option.js +1 -1
- package/dist/collection/components/q2-option/test/q2-option-test.e2e.js +28 -12
- package/dist/collection/components/q2-option/test/q2-option-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-option-list/q2-option-list.js +7 -5
- package/dist/collection/components/q2-option-list/q2-option-list.js.map +1 -1
- package/dist/collection/components/q2-option-list/test/q2-option-list-test.e2e.js +415 -405
- package/dist/collection/components/q2-option-list/test/q2-option-list-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-pagination/q2-pagination.js +230 -14
- package/dist/collection/components/q2-pagination/q2-pagination.js.map +1 -1
- package/dist/collection/components/q2-pagination/test/q2-pagination-test.e2e.js +138 -15
- package/dist/collection/components/q2-pagination/test/q2-pagination-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-pill/q2-pill.css +12 -0
- package/dist/collection/components/q2-pill/q2-pill.js +43 -3
- package/dist/collection/components/q2-pill/q2-pill.js.map +1 -1
- package/dist/collection/components/q2-pill/test/q2-pill-test.e2e.js +412 -212
- package/dist/collection/components/q2-pill/test/q2-pill-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-popover/q2-popover.js +37 -11
- package/dist/collection/components/q2-popover/q2-popover.js.map +1 -1
- package/dist/collection/components/q2-popover/test/q2-popover-test.e2e.js +296 -236
- package/dist/collection/components/q2-popover/test/q2-popover-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-popover/test/q2-popover-test.spec.js +3 -3
- package/dist/collection/components/q2-popover/test/q2-popover-test.spec.js.map +1 -1
- package/dist/collection/components/q2-radio/test/q2-radio-test.e2e.js +21 -7
- package/dist/collection/components/q2-radio/test/q2-radio-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-radio-group/q2-radio-group.js +2 -2
- package/dist/collection/components/q2-radio-group/q2-radio-group.js.map +1 -1
- package/dist/collection/components/q2-radio-group/test/q2-radio-group-test.e2e.js +32 -26
- package/dist/collection/components/q2-radio-group/test/q2-radio-group-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-relative-time/q2-relative-time.js +1 -1
- package/dist/collection/components/q2-relative-time/test/q2-relative-time-test.e2e.js +12 -7
- package/dist/collection/components/q2-relative-time/test/q2-relative-time-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-resize-observer/q2-resize-observer.css +71 -0
- package/dist/collection/components/q2-resize-observer/q2-resize-observer.js +166 -0
- package/dist/collection/components/q2-resize-observer/q2-resize-observer.js.map +1 -0
- package/dist/collection/components/q2-resize-observer/test/q2-resize-observer.e2e.js +83 -0
- package/dist/collection/components/q2-resize-observer/test/q2-resize-observer.e2e.js.map +1 -0
- package/dist/collection/components/q2-resize-observer/test/q2-resize-observer.spec.js +66 -0
- package/dist/collection/components/q2-resize-observer/test/q2-resize-observer.spec.js.map +1 -0
- package/dist/collection/components/q2-section/q2-section.js +78 -2
- package/dist/collection/components/q2-section/q2-section.js.map +1 -1
- package/dist/collection/components/q2-section/test/q2-section-test.e2e.js +39 -9
- package/dist/collection/components/q2-section/test/q2-section-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-select/q2-select.js +23 -5
- package/dist/collection/components/q2-select/q2-select.js.map +1 -1
- package/dist/collection/components/q2-select/test/q2-select-test.e2e.js +695 -676
- package/dist/collection/components/q2-select/test/q2-select-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-stepper/q2-stepper.js +76 -2
- package/dist/collection/components/q2-stepper/q2-stepper.js.map +1 -1
- package/dist/collection/components/q2-stepper/test/q2-stepper-test.e2e.js +183 -87
- package/dist/collection/components/q2-stepper/test/q2-stepper-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-stepper-pane/q2-stepper-pane.js +2 -2
- package/dist/collection/components/q2-stepper-pane/test/q2-stepper-pane-test.e2e.js +20 -9
- package/dist/collection/components/q2-stepper-pane/test/q2-stepper-pane-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-stepper-vertical/q2-stepper-vertical.js +1 -1
- package/dist/collection/components/q2-stepper-vertical/test/q2-stepper-vertical-test.e2e.js +71 -67
- package/dist/collection/components/q2-stepper-vertical/test/q2-stepper-vertical-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-tab-container/q2-tab-container.js +50 -7
- package/dist/collection/components/q2-tab-container/q2-tab-container.js.map +1 -1
- package/dist/collection/components/q2-tab-container/test/q2-tab-container-test.e2e.js +89 -65
- package/dist/collection/components/q2-tab-container/test/q2-tab-container-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-tab-pane/q2-tab-pane.js +1 -1
- package/dist/collection/components/q2-tab-pane/test/q2-tab-pane-test.e2e.js +14 -9
- package/dist/collection/components/q2-tab-pane/test/q2-tab-pane-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-tag/q2-tag.js +19 -1
- package/dist/collection/components/q2-tag/q2-tag.js.map +1 -1
- package/dist/collection/components/q2-tag/test/q2-tag-test.e2e.js +47 -28
- package/dist/collection/components/q2-tag/test/q2-tag-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-textarea/q2-textarea.js +51 -13
- package/dist/collection/components/q2-textarea/q2-textarea.js.map +1 -1
- package/dist/collection/components/q2-textarea/test/q2-textarea-test.e2e.js +31 -10
- package/dist/collection/components/q2-textarea/test/q2-textarea-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-tooltip/q2-tooltip.css +5 -2
- package/dist/collection/components/q2-tooltip/test/q2-tooltip-test.e2e.js +51 -13
- package/dist/collection/components/q2-tooltip/test/q2-tooltip-test.e2e.js.map +1 -1
- package/dist/collection/components/tecton-tab-pane/tecton-tab-pane.js +2 -2
- package/dist/collection/components/tecton-tab-pane/test/tecton-tab-pane-test.e2e.js +18 -13
- package/dist/collection/components/tecton-tab-pane/test/tecton-tab-pane-test.e2e.js.map +1 -1
- package/dist/collection/utils/helpers.js +65 -0
- package/dist/collection/utils/helpers.js.map +1 -1
- package/dist/collection/utils/index.js +11 -11
- package/dist/collection/utils/index.js.map +1 -1
- package/dist/collection/utils/sanitize-html-string.js +10 -0
- package/dist/collection/utils/sanitize-html-string.js.map +1 -0
- package/dist/collection/utils/sanitize-regex-string.js +4 -0
- package/dist/collection/utils/sanitize-regex-string.js.map +1 -0
- package/dist/components/index.js +8 -0
- package/dist/components/index.js.map +1 -1
- package/dist/components/index2.js +11 -1356
- package/dist/components/index2.js.map +1 -1
- package/dist/components/q2-action-group.d.ts +11 -0
- package/dist/components/q2-action-group.js +75 -0
- package/dist/components/q2-action-group.js.map +1 -0
- package/dist/components/q2-action-sheet.js +1363 -2
- package/dist/components/q2-action-sheet.js.map +1 -1
- package/dist/components/q2-avatar2.js +1 -1
- package/dist/components/q2-btn2.js +1 -1
- package/dist/components/q2-carousel-pane.js +2 -2
- package/dist/components/q2-chart-area.js +1 -1
- package/dist/components/q2-chart-area.js.map +1 -1
- package/dist/components/q2-chart-bar.js +1 -1
- package/dist/components/q2-chart-bar.js.map +1 -1
- package/dist/components/q2-chart-donut.js +15 -15
- package/dist/components/q2-chart-donut.js.map +1 -1
- package/dist/components/q2-checkbox-group.js +2 -2
- package/dist/components/q2-checkbox-group.js.map +1 -1
- package/dist/components/q2-currency.js +1 -1
- package/dist/components/q2-data-table.js +64 -64
- package/dist/components/q2-data-table.js.map +1 -1
- package/dist/components/q2-detail.js +1 -1
- package/dist/components/q2-dropdown-item2.js +1 -1
- package/dist/components/q2-dropdown-item2.js.map +1 -1
- package/dist/components/q2-dropdown.js +84 -7
- package/dist/components/q2-dropdown.js.map +1 -1
- package/dist/components/q2-formatted-text.d.ts +11 -0
- package/dist/components/q2-formatted-text.js +101 -0
- package/dist/components/q2-formatted-text.js.map +1 -0
- package/dist/components/q2-input2.js +4 -5
- package/dist/components/q2-input2.js.map +1 -1
- package/dist/components/q2-item.js +1 -1
- package/dist/components/q2-legend2.js +2 -2
- package/dist/components/q2-legend2.js.map +1 -1
- package/dist/components/q2-link.d.ts +11 -0
- package/dist/components/q2-link.js +93 -0
- package/dist/components/q2-link.js.map +1 -0
- package/dist/components/q2-list.js +1 -1
- package/dist/components/q2-loc.js +1 -1
- package/dist/components/q2-message2.js +1 -1
- package/dist/components/q2-month-picker.js +2 -2
- package/dist/components/q2-optgroup2.js +1 -1
- package/dist/components/q2-option-list2.js +8 -3
- package/dist/components/q2-option-list2.js.map +1 -1
- package/dist/components/q2-option2.js +1 -1
- package/dist/components/q2-pagination.js +97 -10
- package/dist/components/q2-pagination.js.map +1 -1
- package/dist/components/q2-pill.js +29 -5
- package/dist/components/q2-pill.js.map +1 -1
- package/dist/components/q2-popover2.js +22 -12
- package/dist/components/q2-popover2.js.map +1 -1
- package/dist/components/q2-radio-group.js +2 -2
- package/dist/components/q2-radio-group.js.map +1 -1
- package/dist/components/q2-relative-time.js +1 -1
- package/dist/components/q2-resize-observer.d.ts +11 -0
- package/dist/components/q2-resize-observer.js +8 -0
- package/dist/components/q2-resize-observer.js.map +1 -0
- package/dist/components/q2-resize-observer2.js +112 -0
- package/dist/components/q2-resize-observer2.js.map +1 -0
- package/dist/components/q2-section.js +30 -4
- package/dist/components/q2-section.js.map +1 -1
- package/dist/components/q2-select2.js +7 -5
- package/dist/components/q2-select2.js.map +1 -1
- package/dist/components/q2-stepper-vertical.js +1 -1
- package/dist/components/q2-stepper.js +40 -3
- package/dist/components/q2-stepper.js.map +1 -1
- package/dist/components/q2-tab-container.js +20 -8
- package/dist/components/q2-tab-container.js.map +1 -1
- package/dist/components/q2-tab-pane.js +1 -1
- package/dist/components/q2-tag.js +3 -1
- package/dist/components/q2-tag.js.map +1 -1
- package/dist/components/q2-textarea.js +49 -12
- package/dist/components/q2-textarea.js.map +1 -1
- package/dist/components/q2-tooltip.js +1 -1
- package/dist/components/q2-tooltip.js.map +1 -1
- package/dist/components/tecton-tab-pane.js +2 -2
- package/dist/esm/click-elsewhere_2.entry.js +21 -12
- package/dist/esm/click-elsewhere_2.entry.js.map +1 -1
- package/dist/esm/{index-c6d74f10.js → index-3184c760.js} +1 -1
- package/dist/esm/{index-c6d74f10.js.map → index-3184c760.js.map} +1 -1
- package/dist/esm/index-844fc010.js +211 -0
- package/dist/esm/index-844fc010.js.map +1 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/q2-action-group.entry.js +46 -0
- package/dist/esm/q2-action-group.entry.js.map +1 -0
- package/dist/esm/q2-action-sheet.entry.js +1363 -2
- package/dist/esm/q2-action-sheet.entry.js.map +1 -1
- package/dist/esm/q2-avatar.entry.js +1 -1
- package/dist/esm/q2-badge_7.entry.js +23 -13
- package/dist/esm/q2-badge_7.entry.js.map +1 -1
- package/dist/esm/q2-calendar.entry.js +2 -2
- package/dist/esm/q2-card.entry.js +1 -1
- package/dist/esm/q2-carousel-pane.entry.js +3 -3
- package/dist/esm/q2-carousel.entry.js +1 -1
- package/dist/esm/q2-chart-area.entry.js +2 -2
- package/dist/esm/q2-chart-area.entry.js.map +1 -1
- package/dist/esm/q2-chart-bar.entry.js +2 -2
- package/dist/esm/q2-chart-bar.entry.js.map +1 -1
- package/dist/esm/q2-chart-donut.entry.js +16 -16
- package/dist/esm/q2-chart-donut.entry.js.map +1 -1
- package/dist/esm/q2-checkbox-group.entry.js +2 -2
- package/dist/esm/q2-checkbox-group.entry.js.map +1 -1
- package/dist/esm/q2-checkbox.entry.js +1 -1
- package/dist/esm/q2-currency.entry.js +1 -1
- package/dist/esm/q2-data-table.entry.js +62 -62
- package/dist/esm/q2-data-table.entry.js.map +1 -1
- package/dist/esm/q2-detail.entry.js +2 -2
- package/dist/esm/q2-dropdown-item.entry.js +2 -2
- package/dist/esm/q2-dropdown-item.entry.js.map +1 -1
- package/dist/esm/q2-dropdown.entry.js +79 -7
- package/dist/esm/q2-dropdown.entry.js.map +1 -1
- package/dist/esm/q2-editable-field.entry.js +1 -1
- package/dist/esm/q2-formatted-text.entry.js +68 -0
- package/dist/esm/q2-formatted-text.entry.js.map +1 -0
- package/dist/esm/q2-item.entry.js +2 -2
- package/dist/esm/q2-legend.entry.js +2 -2
- package/dist/esm/q2-legend.entry.js.map +1 -1
- package/dist/esm/q2-link.entry.js +60 -0
- package/dist/esm/q2-link.entry.js.map +1 -0
- package/dist/esm/q2-list.entry.js +2 -2
- package/dist/esm/q2-loc.entry.js +2 -2
- package/dist/esm/q2-message.entry.js +2 -2
- package/dist/esm/q2-month-picker.entry.js +3 -3
- package/dist/esm/q2-optgroup.entry.js +2 -2
- package/dist/esm/q2-option-list.entry.js +9 -4
- package/dist/esm/q2-option-list.entry.js.map +1 -1
- package/dist/esm/q2-option.entry.js +1 -1
- package/dist/esm/q2-pagination.entry.js +90 -9
- package/dist/esm/q2-pagination.entry.js.map +1 -1
- package/dist/esm/q2-pill.entry.js +26 -5
- package/dist/esm/q2-pill.entry.js.map +1 -1
- package/dist/esm/q2-radio-group.entry.js +2 -2
- package/dist/esm/q2-radio-group.entry.js.map +1 -1
- package/dist/esm/q2-radio.entry.js +1 -1
- package/dist/esm/q2-relative-time.entry.js +3 -3
- package/dist/esm/q2-resize-observer.entry.js +92 -0
- package/dist/esm/q2-resize-observer.entry.js.map +1 -0
- package/dist/esm/q2-section.entry.js +27 -3
- package/dist/esm/q2-section.entry.js.map +1 -1
- package/dist/esm/q2-select.entry.js +7 -6
- package/dist/esm/q2-select.entry.js.map +1 -1
- package/dist/esm/q2-stepper-pane.entry.js +1 -1
- package/dist/esm/q2-stepper-vertical.entry.js +2 -2
- package/dist/esm/q2-stepper.entry.js +39 -3
- package/dist/esm/q2-stepper.entry.js.map +1 -1
- package/dist/esm/q2-tag.entry.js +3 -2
- package/dist/esm/q2-tag.entry.js.map +1 -1
- package/dist/esm/q2-tecton-elements.js +1 -1
- package/dist/esm/q2-textarea.entry.js +47 -12
- package/dist/esm/q2-textarea.entry.js.map +1 -1
- package/dist/esm/q2-tooltip.entry.js +2 -2
- package/dist/esm/q2-tooltip.entry.js.map +1 -1
- package/dist/esm/tecton-tab-pane.entry.js +2 -2
- package/dist/q2-tecton-elements/{p-0a3a804a.entry.js → p-06701928.entry.js} +2 -2
- package/dist/q2-tecton-elements/{p-0a3a804a.entry.js.map → p-06701928.entry.js.map} +1 -1
- package/dist/q2-tecton-elements/{p-5d936af5.entry.js → p-07d1c3ae.entry.js} +2 -2
- package/dist/q2-tecton-elements/p-1305f7ca.entry.js +2 -0
- package/dist/q2-tecton-elements/p-1305f7ca.entry.js.map +1 -0
- package/dist/q2-tecton-elements/p-15ac45d6.js +2 -0
- package/dist/q2-tecton-elements/p-15ac45d6.js.map +1 -0
- package/dist/q2-tecton-elements/{p-ce4e6b41.entry.js → p-16910682.entry.js} +2 -2
- package/dist/q2-tecton-elements/p-16910682.entry.js.map +1 -0
- package/dist/q2-tecton-elements/p-188eb162.entry.js +3 -0
- package/dist/q2-tecton-elements/p-188eb162.entry.js.map +1 -0
- package/dist/q2-tecton-elements/{p-58cafc0d.entry.js → p-1c760a89.entry.js} +2 -2
- package/dist/q2-tecton-elements/{p-074ae80c.entry.js → p-1c88d057.entry.js} +2 -2
- package/dist/q2-tecton-elements/{p-3b0d3cd4.entry.js → p-20a3d6ed.entry.js} +2 -2
- package/dist/q2-tecton-elements/p-20a3d6ed.entry.js.map +1 -0
- package/dist/q2-tecton-elements/{p-77a0cc0c.entry.js → p-2733583e.entry.js} +2 -2
- package/dist/q2-tecton-elements/{p-4116579f.entry.js → p-3e428290.entry.js} +2 -2
- package/dist/q2-tecton-elements/p-3e428290.entry.js.map +1 -0
- package/dist/q2-tecton-elements/{p-072c5877.entry.js → p-4774e5b3.entry.js} +2 -2
- package/dist/q2-tecton-elements/{p-77272c4c.entry.js → p-490ef8e5.entry.js} +2 -2
- package/dist/q2-tecton-elements/{p-0a1dff75.entry.js → p-4e10550d.entry.js} +2 -2
- package/dist/q2-tecton-elements/p-4e10550d.entry.js.map +1 -0
- package/dist/q2-tecton-elements/{p-2ca6d44f.entry.js → p-50f7328f.entry.js} +2 -2
- package/dist/q2-tecton-elements/p-5637c486.entry.js +2 -0
- package/dist/q2-tecton-elements/p-5637c486.entry.js.map +1 -0
- package/dist/q2-tecton-elements/p-56df21b0.entry.js +2 -0
- package/dist/q2-tecton-elements/p-56df21b0.entry.js.map +1 -0
- package/dist/q2-tecton-elements/{p-34856c71.entry.js → p-5a834214.entry.js} +2 -2
- package/dist/q2-tecton-elements/{p-34856c71.entry.js.map → p-5a834214.entry.js.map} +1 -1
- package/dist/q2-tecton-elements/p-5f99a4a8.entry.js +2 -0
- package/dist/q2-tecton-elements/p-5f99a4a8.entry.js.map +1 -0
- package/dist/q2-tecton-elements/p-72d948b4.entry.js +2 -0
- package/dist/q2-tecton-elements/p-72d948b4.entry.js.map +1 -0
- package/dist/q2-tecton-elements/{p-3c7be0bb.entry.js → p-7903cd15.entry.js} +2 -2
- package/dist/q2-tecton-elements/p-7903cd15.entry.js.map +1 -0
- package/dist/q2-tecton-elements/{p-d2e1631a.entry.js → p-7906f49e.entry.js} +2 -2
- package/dist/q2-tecton-elements/{p-d2e1631a.entry.js.map → p-7906f49e.entry.js.map} +1 -1
- package/dist/q2-tecton-elements/{p-2fcaf2d6.entry.js → p-7aef0c08.entry.js} +2 -2
- package/dist/q2-tecton-elements/{p-8a4b106d.entry.js → p-7c9a0122.entry.js} +2 -2
- package/dist/q2-tecton-elements/p-7c9f8b62.entry.js +2 -0
- package/dist/q2-tecton-elements/p-7c9f8b62.entry.js.map +1 -0
- package/dist/q2-tecton-elements/{p-cf32b5db.entry.js → p-81fbe718.entry.js} +2 -2
- package/dist/q2-tecton-elements/p-81fbe718.entry.js.map +1 -0
- package/dist/q2-tecton-elements/{p-6237c775.entry.js → p-896c7008.entry.js} +2 -2
- package/dist/q2-tecton-elements/{p-395904b4.entry.js → p-8d07cf91.entry.js} +2 -2
- package/dist/q2-tecton-elements/{p-fffb54e9.entry.js → p-8d2b02e1.entry.js} +2 -2
- package/dist/q2-tecton-elements/{p-6e6d9793.entry.js → p-95a7c042.entry.js} +2 -2
- package/dist/q2-tecton-elements/{p-45407ecc.entry.js → p-96b1406c.entry.js} +2 -2
- package/dist/q2-tecton-elements/{p-cb3f48de.entry.js → p-a47597dd.entry.js} +2 -2
- package/dist/q2-tecton-elements/p-a47597dd.entry.js.map +1 -0
- package/dist/q2-tecton-elements/p-a5d0e252.entry.js +2 -0
- package/dist/q2-tecton-elements/p-a5d0e252.entry.js.map +1 -0
- package/dist/q2-tecton-elements/{p-2c26295e.entry.js → p-ac6aa392.entry.js} +2 -2
- package/dist/q2-tecton-elements/{p-376a0589.entry.js → p-ad057d10.entry.js} +2 -2
- package/dist/q2-tecton-elements/{p-ad998f71.entry.js → p-b0e5e9dc.entry.js} +2 -2
- package/dist/q2-tecton-elements/p-b0e5e9dc.entry.js.map +1 -0
- package/dist/q2-tecton-elements/{p-34696e3f.entry.js → p-b1784be3.entry.js} +2 -2
- package/dist/q2-tecton-elements/{p-259b728a.entry.js → p-b7de110e.entry.js} +2 -2
- package/dist/q2-tecton-elements/{p-8111547c.entry.js → p-c235ab3f.entry.js} +2 -2
- package/dist/q2-tecton-elements/p-c5667d5d.entry.js +2 -0
- package/dist/q2-tecton-elements/p-c5667d5d.entry.js.map +1 -0
- package/dist/q2-tecton-elements/{p-c81d299a.entry.js → p-e216ef3f.entry.js} +2 -2
- package/dist/q2-tecton-elements/p-e2c800ef.entry.js +2 -0
- package/dist/q2-tecton-elements/p-e2c800ef.entry.js.map +1 -0
- package/dist/q2-tecton-elements/p-f135b265.entry.js +2 -0
- package/dist/q2-tecton-elements/p-f135b265.entry.js.map +1 -0
- package/dist/q2-tecton-elements/{p-721365be.js → p-f1e887f5.js} +1 -1
- package/dist/q2-tecton-elements/{p-6b7c53a8.entry.js → p-f5f23659.entry.js} +2 -2
- package/dist/q2-tecton-elements/p-f7867f21.entry.js +2 -0
- package/dist/q2-tecton-elements/p-f7867f21.entry.js.map +1 -0
- package/dist/q2-tecton-elements/p-ff8f1a32.entry.js +2 -0
- package/dist/q2-tecton-elements/p-ff8f1a32.entry.js.map +1 -0
- package/dist/q2-tecton-elements/p-fff01dc1.entry.js +2 -0
- package/dist/q2-tecton-elements/p-fff01dc1.entry.js.map +1 -0
- package/dist/q2-tecton-elements/q2-tecton-elements.esm.js +1 -1
- package/dist/q2-tecton-elements/q2-tecton-elements.esm.js.map +1 -1
- package/dist/types/components/q2-action-group/q2-action-group.d.ts +30 -0
- package/dist/types/components/q2-chart-area/q2-chart-area.d.ts +1 -1
- package/dist/types/components/q2-chart-bar/q2-chart-bar.d.ts +1 -1
- package/dist/types/components/q2-chart-donut/q2-chart-donut.d.ts +2 -0
- package/dist/types/components/q2-data-table/q2-data-table.d.ts +15 -13
- package/dist/types/components/q2-dropdown/q2-dropdown.d.ts +41 -2
- package/dist/types/components/q2-formatted-text/q2-formatted-text.d.ts +34 -0
- package/dist/types/components/q2-input/q2-input.d.ts +10 -9
- package/dist/types/components/q2-legend/q2-legend.d.ts +1 -0
- package/dist/types/components/q2-link/q2-link.d.ts +36 -0
- package/dist/types/components/q2-pagination/q2-pagination.d.ts +60 -3
- package/dist/types/components/q2-pill/q2-pill.d.ts +11 -0
- package/dist/types/components/q2-popover/q2-popover.d.ts +7 -1
- package/dist/types/components/q2-resize-observer/q2-resize-observer.d.ts +28 -0
- package/dist/types/components/q2-section/q2-section.d.ts +12 -0
- package/dist/types/components/q2-select/q2-select.d.ts +5 -0
- package/dist/types/components/q2-stepper/q2-stepper.d.ts +10 -1
- package/dist/types/components/q2-tab-container/q2-tab-container.d.ts +8 -2
- package/dist/types/components/q2-tag/q2-tag.d.ts +5 -0
- package/dist/types/components/q2-textarea/q2-textarea.d.ts +8 -3
- package/dist/types/components.d.ts +396 -18
- package/dist/types/utils/helpers.d.ts +28 -0
- package/dist/types/utils/index.d.ts +3 -3
- package/dist/types/utils/sanitize-html-string.d.ts +1 -0
- package/dist/types/utils/sanitize-regex-string.d.ts +1 -0
- package/package.json +4 -4
- package/dist/cjs/index-64d8b839.js +0 -1580
- package/dist/cjs/index-64d8b839.js.map +0 -1
- package/dist/esm/index-4a80972c.js +0 -1556
- package/dist/esm/index-4a80972c.js.map +0 -1
- package/dist/q2-tecton-elements/p-0a1dff75.entry.js.map +0 -1
- package/dist/q2-tecton-elements/p-3b0d3cd4.entry.js.map +0 -1
- package/dist/q2-tecton-elements/p-3c7be0bb.entry.js.map +0 -1
- package/dist/q2-tecton-elements/p-403bf3d4.entry.js +0 -2
- package/dist/q2-tecton-elements/p-403bf3d4.entry.js.map +0 -1
- package/dist/q2-tecton-elements/p-4116579f.entry.js.map +0 -1
- package/dist/q2-tecton-elements/p-661ed976.entry.js +0 -2
- package/dist/q2-tecton-elements/p-661ed976.entry.js.map +0 -1
- package/dist/q2-tecton-elements/p-9a1a4bc0.js +0 -3
- package/dist/q2-tecton-elements/p-9a1a4bc0.js.map +0 -1
- package/dist/q2-tecton-elements/p-a7a0b8aa.entry.js +0 -2
- package/dist/q2-tecton-elements/p-a7a0b8aa.entry.js.map +0 -1
- package/dist/q2-tecton-elements/p-aa57b657.entry.js +0 -2
- package/dist/q2-tecton-elements/p-aa57b657.entry.js.map +0 -1
- package/dist/q2-tecton-elements/p-ad998f71.entry.js.map +0 -1
- package/dist/q2-tecton-elements/p-adec9275.entry.js +0 -2
- package/dist/q2-tecton-elements/p-adec9275.entry.js.map +0 -1
- package/dist/q2-tecton-elements/p-adf0a7c9.entry.js +0 -2
- package/dist/q2-tecton-elements/p-adf0a7c9.entry.js.map +0 -1
- package/dist/q2-tecton-elements/p-b72fd065.entry.js +0 -2
- package/dist/q2-tecton-elements/p-b72fd065.entry.js.map +0 -1
- package/dist/q2-tecton-elements/p-c0c658d1.entry.js +0 -2
- package/dist/q2-tecton-elements/p-c0c658d1.entry.js.map +0 -1
- package/dist/q2-tecton-elements/p-cb3f48de.entry.js.map +0 -1
- package/dist/q2-tecton-elements/p-ce4e6b41.entry.js.map +0 -1
- package/dist/q2-tecton-elements/p-cf32b5db.entry.js.map +0 -1
- package/dist/q2-tecton-elements/p-cf966a0f.entry.js +0 -2
- package/dist/q2-tecton-elements/p-cf966a0f.entry.js.map +0 -1
- package/dist/q2-tecton-elements/p-dc77bf66.entry.js +0 -2
- package/dist/q2-tecton-elements/p-dc77bf66.entry.js.map +0 -1
- /package/dist/q2-tecton-elements/{p-5d936af5.entry.js.map → p-07d1c3ae.entry.js.map} +0 -0
- /package/dist/q2-tecton-elements/{p-58cafc0d.entry.js.map → p-1c760a89.entry.js.map} +0 -0
- /package/dist/q2-tecton-elements/{p-074ae80c.entry.js.map → p-1c88d057.entry.js.map} +0 -0
- /package/dist/q2-tecton-elements/{p-77a0cc0c.entry.js.map → p-2733583e.entry.js.map} +0 -0
- /package/dist/q2-tecton-elements/{p-072c5877.entry.js.map → p-4774e5b3.entry.js.map} +0 -0
- /package/dist/q2-tecton-elements/{p-77272c4c.entry.js.map → p-490ef8e5.entry.js.map} +0 -0
- /package/dist/q2-tecton-elements/{p-2ca6d44f.entry.js.map → p-50f7328f.entry.js.map} +0 -0
- /package/dist/q2-tecton-elements/{p-2fcaf2d6.entry.js.map → p-7aef0c08.entry.js.map} +0 -0
- /package/dist/q2-tecton-elements/{p-8a4b106d.entry.js.map → p-7c9a0122.entry.js.map} +0 -0
- /package/dist/q2-tecton-elements/{p-6237c775.entry.js.map → p-896c7008.entry.js.map} +0 -0
- /package/dist/q2-tecton-elements/{p-395904b4.entry.js.map → p-8d07cf91.entry.js.map} +0 -0
- /package/dist/q2-tecton-elements/{p-fffb54e9.entry.js.map → p-8d2b02e1.entry.js.map} +0 -0
- /package/dist/q2-tecton-elements/{p-6e6d9793.entry.js.map → p-95a7c042.entry.js.map} +0 -0
- /package/dist/q2-tecton-elements/{p-45407ecc.entry.js.map → p-96b1406c.entry.js.map} +0 -0
- /package/dist/q2-tecton-elements/{p-2c26295e.entry.js.map → p-ac6aa392.entry.js.map} +0 -0
- /package/dist/q2-tecton-elements/{p-376a0589.entry.js.map → p-ad057d10.entry.js.map} +0 -0
- /package/dist/q2-tecton-elements/{p-34696e3f.entry.js.map → p-b1784be3.entry.js.map} +0 -0
- /package/dist/q2-tecton-elements/{p-259b728a.entry.js.map → p-b7de110e.entry.js.map} +0 -0
- /package/dist/q2-tecton-elements/{p-8111547c.entry.js.map → p-c235ab3f.entry.js.map} +0 -0
- /package/dist/q2-tecton-elements/{p-c81d299a.entry.js.map → p-e216ef3f.entry.js.map} +0 -0
- /package/dist/q2-tecton-elements/{p-721365be.js.map → p-f1e887f5.js.map} +0 -0
- /package/dist/q2-tecton-elements/{p-6b7c53a8.entry.js.map → p-f5f23659.entry.js.map} +0 -0
|
@@ -32,6 +32,23 @@ export { IStepperPaneEvent } from "./components/q2-stepper-pane/q2-stepper-pane"
|
|
|
32
32
|
export namespace Components {
|
|
33
33
|
interface ClickElsewhere {
|
|
34
34
|
}
|
|
35
|
+
interface Q2ActionGroup {
|
|
36
|
+
/**
|
|
37
|
+
* Whether the buttons should take up the full width of the container when in horizontal orientation.
|
|
38
|
+
* @warning This will prevent the buttons from wrapping when the container is too small to fit all buttons.
|
|
39
|
+
*/
|
|
40
|
+
"fullWidth": boolean;
|
|
41
|
+
/**
|
|
42
|
+
* The orientation of the buttons, which will override the auto orientation.
|
|
43
|
+
* @info This will override and disable the auto determination of the orientation.
|
|
44
|
+
*/
|
|
45
|
+
"orientation": 'auto' | 'vertical' | 'horizontal';
|
|
46
|
+
/**
|
|
47
|
+
* The width, in pixels, that determines whether to display the buttons in vertical or horizontal orientation
|
|
48
|
+
* @info The component determines this based on the width of the element itself, not the browser window.
|
|
49
|
+
*/
|
|
50
|
+
"orientationThreshold": number;
|
|
51
|
+
}
|
|
35
52
|
interface Q2ActionSheet {
|
|
36
53
|
"data": ActionSheetData;
|
|
37
54
|
"hide": (data?: ActionSheetListCloseData) => Promise<void>;
|
|
@@ -491,7 +508,7 @@ export namespace Components {
|
|
|
491
508
|
*/
|
|
492
509
|
"gridLines": 'horizontal' | 'vertical' | 'off';
|
|
493
510
|
/**
|
|
494
|
-
* Sets chart padding around the grid. Each value in the object will be interpreted as pixels. **
|
|
511
|
+
* Sets chart padding around the grid. Each value in the object will be interpreted as pixels. **Example:**
|
|
495
512
|
* @snippet chart.gridPadding = { left: 10, right: 10, top: 20, bottom: 20 };
|
|
496
513
|
*/
|
|
497
514
|
"gridPadding": { left?: number; right?: number; top?: number; bottom?: number };
|
|
@@ -578,7 +595,7 @@ export namespace Components {
|
|
|
578
595
|
*/
|
|
579
596
|
"formatModifier": string;
|
|
580
597
|
/**
|
|
581
|
-
* Sets chart padding around the grid. Each value in the object will be interpreted as pixels. **
|
|
598
|
+
* Sets chart padding around the grid. Each value in the object will be interpreted as pixels. **Example:**
|
|
582
599
|
* @snippet chart.gridPadding = { left: 10, right: 10, top: 20, bottom: 20 };
|
|
583
600
|
*/
|
|
584
601
|
"gridPadding": { left?: number; right?: number; top?: number; bottom?: number };
|
|
@@ -855,7 +872,7 @@ export namespace Components {
|
|
|
855
872
|
*/
|
|
856
873
|
"getCellContent": (rowId: number | string, columnKey: string) => Promise<string>;
|
|
857
874
|
/**
|
|
858
|
-
* Defines the headers of the table.
|
|
875
|
+
* Defines the headers of the table. **Example:**
|
|
859
876
|
* @snippet element.headers = [ { title: 'Day of the Week', key: 'day', }, { title: 'Sales', key: 'sales', align: 'end', } ]
|
|
860
877
|
*/
|
|
861
878
|
"headers": Q2DataTableHeader[];
|
|
@@ -873,7 +890,7 @@ export namespace Components {
|
|
|
873
890
|
*/
|
|
874
891
|
"loading": boolean;
|
|
875
892
|
/**
|
|
876
|
-
* Defines the rows of the table.
|
|
893
|
+
* Defines the rows of the table. **Example:**
|
|
877
894
|
* @snippet element.rows = [ { id: 1, cells: { day: 'Monday', sales: 93 } }, { id: 2, cells: { day: 'Tuesday', sales: 127 } }, { id: 3, cells: { day: 'Wednesday', sales: 121 } ]
|
|
878
895
|
*/
|
|
879
896
|
"rows": Q2DataTableRow[];
|
|
@@ -953,6 +970,11 @@ export namespace Components {
|
|
|
953
970
|
* If `true`, component expands to fill the width of its parent element.
|
|
954
971
|
*/
|
|
955
972
|
"block": boolean;
|
|
973
|
+
/**
|
|
974
|
+
* Emulates clicking the dropdown `<button>` to hide the popover if it is showing.
|
|
975
|
+
* @testOnly
|
|
976
|
+
*/
|
|
977
|
+
"closePopover": () => Promise<void>;
|
|
956
978
|
/**
|
|
957
979
|
* Tells the outlet what the type of object being passed in as contextValue. This will allow for the hierarchy resolution logic to work to determine if an option should or should not be shown.
|
|
958
980
|
* @info Only applicable when using `<q2-dropdown>` for outlets.
|
|
@@ -991,6 +1013,11 @@ export namespace Components {
|
|
|
991
1013
|
* Determine whether the popover is open or closed.
|
|
992
1014
|
*/
|
|
993
1015
|
"open": boolean;
|
|
1016
|
+
/**
|
|
1017
|
+
* Emulates clicking the dropdown `<button>` to show the popover if it is hidden.
|
|
1018
|
+
* @testOnly
|
|
1019
|
+
*/
|
|
1020
|
+
"openPopover": () => Promise<void>;
|
|
994
1021
|
/**
|
|
995
1022
|
* @deprecated
|
|
996
1023
|
*/
|
|
@@ -1003,6 +1030,10 @@ export namespace Components {
|
|
|
1003
1030
|
* Force the direction of the popover dropdown when it opens. If no value is passed, the component will auto-detect the direction based on available space.
|
|
1004
1031
|
*/
|
|
1005
1032
|
"popoverDirection": 'up' | 'down';
|
|
1033
|
+
/**
|
|
1034
|
+
* Force the maximum height of the popover. This value will be interpreted as pixels. If no value is passed, or the value exceeds available space, the component will auto-detect the maximum height based on available space.
|
|
1035
|
+
*/
|
|
1036
|
+
"popoverMaxHeight": number;
|
|
1006
1037
|
/**
|
|
1007
1038
|
* @deprecated
|
|
1008
1039
|
*/
|
|
@@ -1017,8 +1048,19 @@ export namespace Components {
|
|
|
1017
1048
|
* @info Only applicable when using `<q2-dropdown>` for outlets.
|
|
1018
1049
|
*/
|
|
1019
1050
|
"resolvedType": string;
|
|
1051
|
+
/**
|
|
1052
|
+
* Emulates opening the dropdown and selecting a [Dropdown Item](https://tecton.q2developer.com/design-system/q2-dropdown-item/). If the dropdown is closed, this will open it before selecting the item. If the value does not match any item's value, this method does nothing.
|
|
1053
|
+
* @testOnly
|
|
1054
|
+
*/
|
|
1055
|
+
"selectItem": (value: string) => Promise<void>;
|
|
1056
|
+
/**
|
|
1057
|
+
* Emulates opening the dropdown and selecting a [Dropdown Item](https://tecton.q2developer.com/design-system/q2-dropdown-item/)'s *remove* button. If the dropdown is closed, this will open it before selecting the remove item button. Requirements for this method to work properly: - Provided `value` matches the item's `value` property - Item has the `removable` property enabled
|
|
1058
|
+
* @testOnly
|
|
1059
|
+
*/
|
|
1060
|
+
"selectRemoveItem": (value: string) => Promise<void>;
|
|
1020
1061
|
/**
|
|
1021
1062
|
* The type of button used as the menu toggle.
|
|
1063
|
+
* @info Type must be "custom" to use the custom button slot.
|
|
1022
1064
|
*/
|
|
1023
1065
|
"type": 'icon' | 'fab' | 'custom' | 'primary' | 'secondary' | 'neutral';
|
|
1024
1066
|
}
|
|
@@ -1130,6 +1172,40 @@ export namespace Components {
|
|
|
1130
1172
|
*/
|
|
1131
1173
|
"value": string;
|
|
1132
1174
|
}
|
|
1175
|
+
interface Q2FormattedText {
|
|
1176
|
+
/**
|
|
1177
|
+
* Formats to the language provided. Accepts multiple locales in an array as sequential fallbacks.
|
|
1178
|
+
*/
|
|
1179
|
+
"locale": string | string[];
|
|
1180
|
+
/**
|
|
1181
|
+
* The maximum number of fraction digits to use.
|
|
1182
|
+
*/
|
|
1183
|
+
"maximumFractionDigits": number;
|
|
1184
|
+
/**
|
|
1185
|
+
* The minimum number of fraction digits to use.
|
|
1186
|
+
*/
|
|
1187
|
+
"minimumFractionDigits": number;
|
|
1188
|
+
/**
|
|
1189
|
+
* The minimum number of integer digits to use.
|
|
1190
|
+
*/
|
|
1191
|
+
"minimumIntegerDigits": number;
|
|
1192
|
+
/**
|
|
1193
|
+
* Determine how the positive or negative sign should display. Behavior: - `always`: Always display the sign. - `auto`: Sign displays for negative numbers only, including negative zero. - `exceptZero`: Sign displays for positive and negative numbers, but not zero. - `never`: Never display the sign.
|
|
1194
|
+
*/
|
|
1195
|
+
"signDisplay": 'never' | 'auto' | 'always' | 'exceptZero';
|
|
1196
|
+
/**
|
|
1197
|
+
* Applies styling based on the size provided. If no size is provided, it will display as inline text.
|
|
1198
|
+
*/
|
|
1199
|
+
"size": 'small' | 'medium' | 'large' | undefined;
|
|
1200
|
+
/**
|
|
1201
|
+
* @private Inherited from q2-detail when slotted to match styling of q2-detail and q2-formatted-text texts.
|
|
1202
|
+
*/
|
|
1203
|
+
"slotSize": string;
|
|
1204
|
+
/**
|
|
1205
|
+
* The value you want formatted.
|
|
1206
|
+
*/
|
|
1207
|
+
"value": number;
|
|
1208
|
+
}
|
|
1133
1209
|
interface Q2Icon {
|
|
1134
1210
|
/**
|
|
1135
1211
|
* Styles the component to have a `height` and `width` of `1em`, making it easy to place alongside text.
|
|
@@ -1268,8 +1344,8 @@ export namespace Components {
|
|
|
1268
1344
|
*/
|
|
1269
1345
|
"optional": boolean;
|
|
1270
1346
|
/**
|
|
1271
|
-
*
|
|
1272
|
-
* @snippet const myInput = document.querySelector('#myInput'); console.log(myInput.validity);
|
|
1347
|
+
* Applies the value as a RegEx pattern to assess the validity of the input field's value. Check the ValidityState's `patternMismatch` property for the result. **Example:**
|
|
1348
|
+
* @snippet <q2-input label="My input" pattern="[a-zA-Z0-9]{3,5}" id="myInput"></q2-input> // enter "abcdefgh" in the input field (too many characters) const myInput = document.querySelector('#myInput'); console.log(myInput.validity.patternMismatch); // true
|
|
1273
1349
|
*/
|
|
1274
1350
|
"pattern": string;
|
|
1275
1351
|
/**
|
|
@@ -1318,6 +1394,9 @@ export namespace Components {
|
|
|
1318
1394
|
* Specifies the field's expeted [input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types), and provides the optimal keyboard on mobile devices.
|
|
1319
1395
|
*/
|
|
1320
1396
|
"type": InputType;
|
|
1397
|
+
/**
|
|
1398
|
+
* Returns a read-only `ValidityState` object representing the validity states of the element. [See MDN for more information on ValidityState](https://developer.mozilla.org/en-US/docs/Web/API/ValidityState).
|
|
1399
|
+
*/
|
|
1321
1400
|
"validity": ValidityState;
|
|
1322
1401
|
/**
|
|
1323
1402
|
* The value of the input field.
|
|
@@ -1349,6 +1428,41 @@ export namespace Components {
|
|
|
1349
1428
|
*/
|
|
1350
1429
|
"selectedItemId": string;
|
|
1351
1430
|
}
|
|
1431
|
+
interface Q2Link {
|
|
1432
|
+
/**
|
|
1433
|
+
* A method for click.
|
|
1434
|
+
* @testOnly
|
|
1435
|
+
*/
|
|
1436
|
+
"clickLink": () => Promise<void>;
|
|
1437
|
+
/**
|
|
1438
|
+
* The disabled.
|
|
1439
|
+
*/
|
|
1440
|
+
"disabled": boolean;
|
|
1441
|
+
/**
|
|
1442
|
+
* The link when clicked.
|
|
1443
|
+
*/
|
|
1444
|
+
"href": string;
|
|
1445
|
+
/**
|
|
1446
|
+
* The label to display.
|
|
1447
|
+
*/
|
|
1448
|
+
"label": string;
|
|
1449
|
+
/**
|
|
1450
|
+
* The [referrerpolicy](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy)
|
|
1451
|
+
*/
|
|
1452
|
+
"referrerpolicy": ReferrerPolicy;
|
|
1453
|
+
/**
|
|
1454
|
+
* The target.
|
|
1455
|
+
*/
|
|
1456
|
+
"target": string;
|
|
1457
|
+
/**
|
|
1458
|
+
* The title attribute on a tag in shadowRoot.
|
|
1459
|
+
*/
|
|
1460
|
+
"tctTitle": string;
|
|
1461
|
+
/**
|
|
1462
|
+
* The value link to display.
|
|
1463
|
+
*/
|
|
1464
|
+
"variant": string;
|
|
1465
|
+
}
|
|
1352
1466
|
interface Q2List {
|
|
1353
1467
|
/**
|
|
1354
1468
|
* Adds a border between each items
|
|
@@ -1531,6 +1645,26 @@ export namespace Components {
|
|
|
1531
1645
|
* Determines whether the component uses the dynamic resizing behavior.
|
|
1532
1646
|
*/
|
|
1533
1647
|
"autoSize": boolean;
|
|
1648
|
+
/**
|
|
1649
|
+
* Emulates clicking the button that controls moving to the first page, and emitting a change event with the updated page number. If the `<button>` is disabled, this method does nothing.
|
|
1650
|
+
* @testOnly
|
|
1651
|
+
*/
|
|
1652
|
+
"clickFirstPage": () => Promise<void>;
|
|
1653
|
+
/**
|
|
1654
|
+
* Emulates clicking the button that controls moving to the last page, and emitting a change event with the updated page number. If the `<button>` is disabled, this method does nothing.
|
|
1655
|
+
* @testOnly
|
|
1656
|
+
*/
|
|
1657
|
+
"clickLastPage": () => Promise<void>;
|
|
1658
|
+
/**
|
|
1659
|
+
* Emulates clicking the button that controls moving to the next page, and emitting a change event with the updated page number. If the `<button>` is disabled, this method does nothing.
|
|
1660
|
+
* @testOnly
|
|
1661
|
+
*/
|
|
1662
|
+
"clickNextPage": () => Promise<void>;
|
|
1663
|
+
/**
|
|
1664
|
+
* Emulates clicking the button that controls moving to the previous page, and emitting a change event with the updated page number. If the `<button>` is disabled, this method does nothing.
|
|
1665
|
+
* @testOnly
|
|
1666
|
+
*/
|
|
1667
|
+
"clickPreviousPage": () => Promise<void>;
|
|
1534
1668
|
/**
|
|
1535
1669
|
* The current page that is being displayed.
|
|
1536
1670
|
*/
|
|
@@ -1541,7 +1675,7 @@ export namespace Components {
|
|
|
1541
1675
|
*/
|
|
1542
1676
|
"pages": number;
|
|
1543
1677
|
/**
|
|
1544
|
-
* Indicates to only
|
|
1678
|
+
* Indicates to display only the current and total pages.
|
|
1545
1679
|
*/
|
|
1546
1680
|
"pagesOnly": boolean;
|
|
1547
1681
|
/**
|
|
@@ -1549,7 +1683,8 @@ export namespace Components {
|
|
|
1549
1683
|
*/
|
|
1550
1684
|
"perPage": number;
|
|
1551
1685
|
/**
|
|
1552
|
-
*
|
|
1686
|
+
* A list of perPage values. This generates a [Select](https://tecton.q2developer.com/design-system/q2-select/) element that allows the user to modify the `perPage` value. **Example:**
|
|
1687
|
+
* @snippet this.perPageIncrements = [10, 25, 50];
|
|
1553
1688
|
*/
|
|
1554
1689
|
"perPageIncrements": number[];
|
|
1555
1690
|
/**
|
|
@@ -1557,9 +1692,19 @@ export namespace Components {
|
|
|
1557
1692
|
*/
|
|
1558
1693
|
"recordType": string;
|
|
1559
1694
|
/**
|
|
1560
|
-
* Indicates to only
|
|
1695
|
+
* Indicates to display only the current and total records.
|
|
1561
1696
|
*/
|
|
1562
1697
|
"recordsOnly": boolean;
|
|
1698
|
+
/**
|
|
1699
|
+
* Emulates selecting a `perPage` value from the `perPageIncrements` dropdown, and updates the value of the `perPage` property. If `value` is not in the `perPageIncrements` array, this method does nothing.
|
|
1700
|
+
* @testOnly
|
|
1701
|
+
*/
|
|
1702
|
+
"selectPerPageIncrementValue": (value: number) => Promise<void>;
|
|
1703
|
+
/**
|
|
1704
|
+
* Emulates setting the page value in the `<input>` field, and emitting a change event with the updated page number. If `value` is invalid, this method does nothing.
|
|
1705
|
+
* @testOnly
|
|
1706
|
+
*/
|
|
1707
|
+
"setPageValue": (value: number) => Promise<void>;
|
|
1563
1708
|
/**
|
|
1564
1709
|
* The total number of records to paginate.
|
|
1565
1710
|
*/
|
|
@@ -1623,6 +1768,10 @@ export namespace Components {
|
|
|
1623
1768
|
* Force the direction of the popover dropdown when it opens. If no value is passed, the component will auto-detect the direction based on available space.
|
|
1624
1769
|
*/
|
|
1625
1770
|
"popoverDirection": 'up' | 'down';
|
|
1771
|
+
/**
|
|
1772
|
+
* Force the maximum height of the popover. This value will be interpreted as pixels. If no value is passed, or the value exceeds available space, the component will auto-detect the maximum height based on available space.
|
|
1773
|
+
*/
|
|
1774
|
+
"popoverMaxHeight": number;
|
|
1626
1775
|
/**
|
|
1627
1776
|
* @deprecated
|
|
1628
1777
|
*/
|
|
@@ -1662,6 +1811,10 @@ export namespace Components {
|
|
|
1662
1811
|
* Force the direction of the popover when it opens. If no value is passed, the component will auto-detect the direction based on available space.
|
|
1663
1812
|
*/
|
|
1664
1813
|
"direction": 'up' | 'down';
|
|
1814
|
+
/**
|
|
1815
|
+
* Force the maximum height of the popover. This value will be interpreted as pixels. If no value is passed, or the value exceeds available space, the component will auto-detect the maximum height based on available space.
|
|
1816
|
+
*/
|
|
1817
|
+
"maxHeight": number;
|
|
1665
1818
|
/**
|
|
1666
1819
|
* @deprecated
|
|
1667
1820
|
*/
|
|
@@ -1830,11 +1983,31 @@ export namespace Components {
|
|
|
1830
1983
|
*/
|
|
1831
1984
|
"validDateProp": () => Promise<boolean>;
|
|
1832
1985
|
}
|
|
1986
|
+
interface Q2ResizeObserver {
|
|
1987
|
+
/**
|
|
1988
|
+
* Determines wheter or not events will be emitted from the component.
|
|
1989
|
+
*/
|
|
1990
|
+
"disabled": boolean;
|
|
1991
|
+
/**
|
|
1992
|
+
* Returns the latest entries reported by the component.
|
|
1993
|
+
*/
|
|
1994
|
+
"getCurrentResizeEntries": () => Promise<ResizeObserverEntry[]>;
|
|
1995
|
+
}
|
|
1833
1996
|
interface Q2Section {
|
|
1997
|
+
/**
|
|
1998
|
+
* A test method to collapse section.
|
|
1999
|
+
* @testOnly
|
|
2000
|
+
*/
|
|
2001
|
+
"collapse": () => Promise<void>;
|
|
1834
2002
|
/**
|
|
1835
2003
|
* Determines if the section is collapsible.
|
|
1836
2004
|
*/
|
|
1837
2005
|
"collapsible": boolean;
|
|
2006
|
+
/**
|
|
2007
|
+
* A test method to expand section.
|
|
2008
|
+
* @testOnly
|
|
2009
|
+
*/
|
|
2010
|
+
"expand": () => Promise<void>;
|
|
1838
2011
|
/**
|
|
1839
2012
|
* Indicates if the `q2-section` is in an expanded state or not.
|
|
1840
2013
|
*/
|
|
@@ -1926,6 +2099,10 @@ export namespace Components {
|
|
|
1926
2099
|
* @deprecated
|
|
1927
2100
|
*/
|
|
1928
2101
|
"popDirection": 'up' | 'down';
|
|
2102
|
+
/**
|
|
2103
|
+
* Force the maximum height of the popover. This value will be interpreted as pixels. If no value is passed, or the value exceeds available space, the component will auto-detect the maximum height based on available space.
|
|
2104
|
+
*/
|
|
2105
|
+
"popoverMaxHeight": number;
|
|
1929
2106
|
/**
|
|
1930
2107
|
* Determines the display mode of the popover. Providing a value of `legacy` instructs the popover to use absolute positioning instead of fixed positioning.
|
|
1931
2108
|
* @info This is a temporary solution to work around styling issues related to using fixed positioning for the popover when nested inside of elements with transform properties. This will be removed once the popover API is available for use.
|
|
@@ -1969,6 +2146,11 @@ export namespace Components {
|
|
|
1969
2146
|
* @info Will be managed automatically if not provided.
|
|
1970
2147
|
*/
|
|
1971
2148
|
"lastEnabledStep": number;
|
|
2149
|
+
/**
|
|
2150
|
+
* Emulates clicking a step in the stepper and emitting the change event. You may provide either the step number or the stepper pane id. If the value is invalid or the step is locked, the method will do nothing.
|
|
2151
|
+
* @testOnly
|
|
2152
|
+
*/
|
|
2153
|
+
"selectStep": (value: number | string) => Promise<void>;
|
|
1972
2154
|
/**
|
|
1973
2155
|
* Used to determine the number of steps in the stepper.
|
|
1974
2156
|
* @private
|
|
@@ -2021,6 +2203,11 @@ export namespace Components {
|
|
|
2021
2203
|
* Controls visibility of tab list in a print view. Tab content will still be visible even if `noPrint` is true.
|
|
2022
2204
|
*/
|
|
2023
2205
|
"noPrint": boolean;
|
|
2206
|
+
/**
|
|
2207
|
+
* A method to select a tab pane corresponding with the value.
|
|
2208
|
+
* @testOnly
|
|
2209
|
+
*/
|
|
2210
|
+
"selectTab": (value: string) => Promise<void>;
|
|
2024
2211
|
/**
|
|
2025
2212
|
* Determines the font size of the tab controls.
|
|
2026
2213
|
*/
|
|
@@ -2106,6 +2293,10 @@ export namespace Components {
|
|
|
2106
2293
|
* Force the direction of the popover dropdown when it opens. If no value is passed, the component will auto-detect the direction based on available space.
|
|
2107
2294
|
*/
|
|
2108
2295
|
"popoverDirection": 'up' | 'down';
|
|
2296
|
+
/**
|
|
2297
|
+
* Force the maximum height of the popover. This value will be interpreted as pixels. If no value is passed, or the value exceeds available space, the component will auto-detect the maximum height based on available space.
|
|
2298
|
+
*/
|
|
2299
|
+
"popoverMaxHeight": number;
|
|
2109
2300
|
/**
|
|
2110
2301
|
* @deprecated
|
|
2111
2302
|
*/
|
|
@@ -2300,6 +2491,10 @@ export interface Q2LegendCustomEvent<T> extends CustomEvent<T> {
|
|
|
2300
2491
|
detail: T;
|
|
2301
2492
|
target: HTMLQ2LegendElement;
|
|
2302
2493
|
}
|
|
2494
|
+
export interface Q2LinkCustomEvent<T> extends CustomEvent<T> {
|
|
2495
|
+
detail: T;
|
|
2496
|
+
target: HTMLQ2LinkElement;
|
|
2497
|
+
}
|
|
2303
2498
|
export interface Q2MonthPickerCustomEvent<T> extends CustomEvent<T> {
|
|
2304
2499
|
detail: T;
|
|
2305
2500
|
target: HTMLQ2MonthPickerElement;
|
|
@@ -2332,6 +2527,10 @@ export interface Q2RadioGroupCustomEvent<T> extends CustomEvent<T> {
|
|
|
2332
2527
|
detail: T;
|
|
2333
2528
|
target: HTMLQ2RadioGroupElement;
|
|
2334
2529
|
}
|
|
2530
|
+
export interface Q2ResizeObserverCustomEvent<T> extends CustomEvent<T> {
|
|
2531
|
+
detail: T;
|
|
2532
|
+
target: HTMLQ2ResizeObserverElement;
|
|
2533
|
+
}
|
|
2335
2534
|
export interface Q2SectionCustomEvent<T> extends CustomEvent<T> {
|
|
2336
2535
|
detail: T;
|
|
2337
2536
|
target: HTMLQ2SectionElement;
|
|
@@ -2390,6 +2589,12 @@ declare global {
|
|
|
2390
2589
|
prototype: HTMLClickElsewhereElement;
|
|
2391
2590
|
new (): HTMLClickElsewhereElement;
|
|
2392
2591
|
};
|
|
2592
|
+
interface HTMLQ2ActionGroupElement extends Components.Q2ActionGroup, HTMLStencilElement {
|
|
2593
|
+
}
|
|
2594
|
+
var HTMLQ2ActionGroupElement: {
|
|
2595
|
+
prototype: HTMLQ2ActionGroupElement;
|
|
2596
|
+
new (): HTMLQ2ActionGroupElement;
|
|
2597
|
+
};
|
|
2393
2598
|
interface HTMLQ2ActionSheetElementEventMap {
|
|
2394
2599
|
"close": ActionSheetListCloseData;
|
|
2395
2600
|
"ready": any;
|
|
@@ -2652,6 +2857,12 @@ declare global {
|
|
|
2652
2857
|
prototype: HTMLQ2EditableFieldElement;
|
|
2653
2858
|
new (): HTMLQ2EditableFieldElement;
|
|
2654
2859
|
};
|
|
2860
|
+
interface HTMLQ2FormattedTextElement extends Components.Q2FormattedText, HTMLStencilElement {
|
|
2861
|
+
}
|
|
2862
|
+
var HTMLQ2FormattedTextElement: {
|
|
2863
|
+
prototype: HTMLQ2FormattedTextElement;
|
|
2864
|
+
new (): HTMLQ2FormattedTextElement;
|
|
2865
|
+
};
|
|
2655
2866
|
interface HTMLQ2IconElement extends Components.Q2Icon, HTMLStencilElement {
|
|
2656
2867
|
}
|
|
2657
2868
|
var HTMLQ2IconElement: {
|
|
@@ -2704,6 +2915,23 @@ declare global {
|
|
|
2704
2915
|
prototype: HTMLQ2LegendElement;
|
|
2705
2916
|
new (): HTMLQ2LegendElement;
|
|
2706
2917
|
};
|
|
2918
|
+
interface HTMLQ2LinkElementEventMap {
|
|
2919
|
+
"tctClick": { target: string; referrerpolicy: string; href: string };
|
|
2920
|
+
}
|
|
2921
|
+
interface HTMLQ2LinkElement extends Components.Q2Link, HTMLStencilElement {
|
|
2922
|
+
addEventListener<K extends keyof HTMLQ2LinkElementEventMap>(type: K, listener: (this: HTMLQ2LinkElement, ev: Q2LinkCustomEvent<HTMLQ2LinkElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2923
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2924
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2925
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2926
|
+
removeEventListener<K extends keyof HTMLQ2LinkElementEventMap>(type: K, listener: (this: HTMLQ2LinkElement, ev: Q2LinkCustomEvent<HTMLQ2LinkElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
2927
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2928
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2929
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2930
|
+
}
|
|
2931
|
+
var HTMLQ2LinkElement: {
|
|
2932
|
+
prototype: HTMLQ2LinkElement;
|
|
2933
|
+
new (): HTMLQ2LinkElement;
|
|
2934
|
+
};
|
|
2707
2935
|
interface HTMLQ2ListElement extends Components.Q2List, HTMLStencilElement {
|
|
2708
2936
|
}
|
|
2709
2937
|
var HTMLQ2ListElement: {
|
|
@@ -2885,6 +3113,23 @@ declare global {
|
|
|
2885
3113
|
prototype: HTMLQ2RelativeTimeElement;
|
|
2886
3114
|
new (): HTMLQ2RelativeTimeElement;
|
|
2887
3115
|
};
|
|
3116
|
+
interface HTMLQ2ResizeObserverElementEventMap {
|
|
3117
|
+
"tctResize": { entries: ResizeObserverEntry[] };
|
|
3118
|
+
}
|
|
3119
|
+
interface HTMLQ2ResizeObserverElement extends Components.Q2ResizeObserver, HTMLStencilElement {
|
|
3120
|
+
addEventListener<K extends keyof HTMLQ2ResizeObserverElementEventMap>(type: K, listener: (this: HTMLQ2ResizeObserverElement, ev: Q2ResizeObserverCustomEvent<HTMLQ2ResizeObserverElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3121
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3122
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3123
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
3124
|
+
removeEventListener<K extends keyof HTMLQ2ResizeObserverElementEventMap>(type: K, listener: (this: HTMLQ2ResizeObserverElement, ev: Q2ResizeObserverCustomEvent<HTMLQ2ResizeObserverElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
3125
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3126
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3127
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3128
|
+
}
|
|
3129
|
+
var HTMLQ2ResizeObserverElement: {
|
|
3130
|
+
prototype: HTMLQ2ResizeObserverElement;
|
|
3131
|
+
new (): HTMLQ2ResizeObserverElement;
|
|
3132
|
+
};
|
|
2888
3133
|
interface HTMLQ2SectionElementEventMap {
|
|
2889
3134
|
"change": { expanded: boolean };
|
|
2890
3135
|
}
|
|
@@ -3072,6 +3317,7 @@ declare global {
|
|
|
3072
3317
|
};
|
|
3073
3318
|
interface HTMLElementTagNameMap {
|
|
3074
3319
|
"click-elsewhere": HTMLClickElsewhereElement;
|
|
3320
|
+
"q2-action-group": HTMLQ2ActionGroupElement;
|
|
3075
3321
|
"q2-action-sheet": HTMLQ2ActionSheetElement;
|
|
3076
3322
|
"q2-avatar": HTMLQ2AvatarElement;
|
|
3077
3323
|
"q2-badge": HTMLQ2BadgeElement;
|
|
@@ -3091,10 +3337,12 @@ declare global {
|
|
|
3091
3337
|
"q2-dropdown": HTMLQ2DropdownElement;
|
|
3092
3338
|
"q2-dropdown-item": HTMLQ2DropdownItemElement;
|
|
3093
3339
|
"q2-editable-field": HTMLQ2EditableFieldElement;
|
|
3340
|
+
"q2-formatted-text": HTMLQ2FormattedTextElement;
|
|
3094
3341
|
"q2-icon": HTMLQ2IconElement;
|
|
3095
3342
|
"q2-input": HTMLQ2InputElement;
|
|
3096
3343
|
"q2-item": HTMLQ2ItemElement;
|
|
3097
3344
|
"q2-legend": HTMLQ2LegendElement;
|
|
3345
|
+
"q2-link": HTMLQ2LinkElement;
|
|
3098
3346
|
"q2-list": HTMLQ2ListElement;
|
|
3099
3347
|
"q2-loading": HTMLQ2LoadingElement;
|
|
3100
3348
|
"q2-loading-element": HTMLQ2LoadingElementElement;
|
|
@@ -3110,6 +3358,7 @@ declare global {
|
|
|
3110
3358
|
"q2-radio": HTMLQ2RadioElement;
|
|
3111
3359
|
"q2-radio-group": HTMLQ2RadioGroupElement;
|
|
3112
3360
|
"q2-relative-time": HTMLQ2RelativeTimeElement;
|
|
3361
|
+
"q2-resize-observer": HTMLQ2ResizeObserverElement;
|
|
3113
3362
|
"q2-section": HTMLQ2SectionElement;
|
|
3114
3363
|
"q2-select": HTMLQ2SelectElement;
|
|
3115
3364
|
"q2-stepper": HTMLQ2StepperElement;
|
|
@@ -3130,6 +3379,23 @@ declare namespace LocalJSX {
|
|
|
3130
3379
|
*/
|
|
3131
3380
|
"onChange"?: (event: ClickElsewhereCustomEvent<any>) => void;
|
|
3132
3381
|
}
|
|
3382
|
+
interface Q2ActionGroup {
|
|
3383
|
+
/**
|
|
3384
|
+
* Whether the buttons should take up the full width of the container when in horizontal orientation.
|
|
3385
|
+
* @warning This will prevent the buttons from wrapping when the container is too small to fit all buttons.
|
|
3386
|
+
*/
|
|
3387
|
+
"fullWidth"?: boolean;
|
|
3388
|
+
/**
|
|
3389
|
+
* The orientation of the buttons, which will override the auto orientation.
|
|
3390
|
+
* @info This will override and disable the auto determination of the orientation.
|
|
3391
|
+
*/
|
|
3392
|
+
"orientation"?: 'auto' | 'vertical' | 'horizontal';
|
|
3393
|
+
/**
|
|
3394
|
+
* The width, in pixels, that determines whether to display the buttons in vertical or horizontal orientation
|
|
3395
|
+
* @info The component determines this based on the width of the element itself, not the browser window.
|
|
3396
|
+
*/
|
|
3397
|
+
"orientationThreshold"?: number;
|
|
3398
|
+
}
|
|
3133
3399
|
interface Q2ActionSheet {
|
|
3134
3400
|
"data"?: ActionSheetData;
|
|
3135
3401
|
"hideClose"?: boolean;
|
|
@@ -3595,7 +3861,7 @@ declare namespace LocalJSX {
|
|
|
3595
3861
|
*/
|
|
3596
3862
|
"gridLines"?: 'horizontal' | 'vertical' | 'off';
|
|
3597
3863
|
/**
|
|
3598
|
-
* Sets chart padding around the grid. Each value in the object will be interpreted as pixels. **
|
|
3864
|
+
* Sets chart padding around the grid. Each value in the object will be interpreted as pixels. **Example:**
|
|
3599
3865
|
* @snippet chart.gridPadding = { left: 10, right: 10, top: 20, bottom: 20 };
|
|
3600
3866
|
*/
|
|
3601
3867
|
"gridPadding"?: { left?: number; right?: number; top?: number; bottom?: number };
|
|
@@ -3689,7 +3955,7 @@ declare namespace LocalJSX {
|
|
|
3689
3955
|
*/
|
|
3690
3956
|
"formatModifier"?: string;
|
|
3691
3957
|
/**
|
|
3692
|
-
* Sets chart padding around the grid. Each value in the object will be interpreted as pixels. **
|
|
3958
|
+
* Sets chart padding around the grid. Each value in the object will be interpreted as pixels. **Example:**
|
|
3693
3959
|
* @snippet chart.gridPadding = { left: 10, right: 10, top: 20, bottom: 20 };
|
|
3694
3960
|
*/
|
|
3695
3961
|
"gridPadding"?: { left?: number; right?: number; top?: number; bottom?: number };
|
|
@@ -3948,7 +4214,7 @@ declare namespace LocalJSX {
|
|
|
3948
4214
|
*/
|
|
3949
4215
|
"emptyMessage"?: string;
|
|
3950
4216
|
/**
|
|
3951
|
-
* Defines the headers of the table.
|
|
4217
|
+
* Defines the headers of the table. **Example:**
|
|
3952
4218
|
* @snippet element.headers = [ { title: 'Day of the Week', key: 'day', }, { title: 'Sales', key: 'sales', align: 'end', } ]
|
|
3953
4219
|
*/
|
|
3954
4220
|
"headers"?: Q2DataTableHeader[];
|
|
@@ -3990,7 +4256,7 @@ declare namespace LocalJSX {
|
|
|
3990
4256
|
*/
|
|
3991
4257
|
"onToggle"?: (event: Q2DataTableCustomEvent<{ row: Q2DataTableSerializedRow }>) => void;
|
|
3992
4258
|
/**
|
|
3993
|
-
* Defines the rows of the table.
|
|
4259
|
+
* Defines the rows of the table. **Example:**
|
|
3994
4260
|
* @snippet element.rows = [ { id: 1, cells: { day: 'Monday', sales: 93 } }, { id: 2, cells: { day: 'Tuesday', sales: 127 } }, { id: 3, cells: { day: 'Wednesday', sales: 121 } ]
|
|
3995
4261
|
*/
|
|
3996
4262
|
"rows"?: Q2DataTableRow[];
|
|
@@ -4100,6 +4366,10 @@ declare namespace LocalJSX {
|
|
|
4100
4366
|
* Force the direction of the popover dropdown when it opens. If no value is passed, the component will auto-detect the direction based on available space.
|
|
4101
4367
|
*/
|
|
4102
4368
|
"popoverDirection"?: 'up' | 'down';
|
|
4369
|
+
/**
|
|
4370
|
+
* Force the maximum height of the popover. This value will be interpreted as pixels. If no value is passed, or the value exceeds available space, the component will auto-detect the maximum height based on available space.
|
|
4371
|
+
*/
|
|
4372
|
+
"popoverMaxHeight"?: number;
|
|
4103
4373
|
/**
|
|
4104
4374
|
* @deprecated
|
|
4105
4375
|
*/
|
|
@@ -4116,6 +4386,7 @@ declare namespace LocalJSX {
|
|
|
4116
4386
|
"resolvedType"?: string;
|
|
4117
4387
|
/**
|
|
4118
4388
|
* The type of button used as the menu toggle.
|
|
4389
|
+
* @info Type must be "custom" to use the custom button slot.
|
|
4119
4390
|
*/
|
|
4120
4391
|
"type"?: 'icon' | 'fab' | 'custom' | 'primary' | 'secondary' | 'neutral';
|
|
4121
4392
|
}
|
|
@@ -4221,6 +4492,40 @@ declare namespace LocalJSX {
|
|
|
4221
4492
|
*/
|
|
4222
4493
|
"value"?: string;
|
|
4223
4494
|
}
|
|
4495
|
+
interface Q2FormattedText {
|
|
4496
|
+
/**
|
|
4497
|
+
* Formats to the language provided. Accepts multiple locales in an array as sequential fallbacks.
|
|
4498
|
+
*/
|
|
4499
|
+
"locale"?: string | string[];
|
|
4500
|
+
/**
|
|
4501
|
+
* The maximum number of fraction digits to use.
|
|
4502
|
+
*/
|
|
4503
|
+
"maximumFractionDigits"?: number;
|
|
4504
|
+
/**
|
|
4505
|
+
* The minimum number of fraction digits to use.
|
|
4506
|
+
*/
|
|
4507
|
+
"minimumFractionDigits"?: number;
|
|
4508
|
+
/**
|
|
4509
|
+
* The minimum number of integer digits to use.
|
|
4510
|
+
*/
|
|
4511
|
+
"minimumIntegerDigits"?: number;
|
|
4512
|
+
/**
|
|
4513
|
+
* Determine how the positive or negative sign should display. Behavior: - `always`: Always display the sign. - `auto`: Sign displays for negative numbers only, including negative zero. - `exceptZero`: Sign displays for positive and negative numbers, but not zero. - `never`: Never display the sign.
|
|
4514
|
+
*/
|
|
4515
|
+
"signDisplay"?: 'never' | 'auto' | 'always' | 'exceptZero';
|
|
4516
|
+
/**
|
|
4517
|
+
* Applies styling based on the size provided. If no size is provided, it will display as inline text.
|
|
4518
|
+
*/
|
|
4519
|
+
"size"?: 'small' | 'medium' | 'large' | undefined;
|
|
4520
|
+
/**
|
|
4521
|
+
* @private Inherited from q2-detail when slotted to match styling of q2-detail and q2-formatted-text texts.
|
|
4522
|
+
*/
|
|
4523
|
+
"slotSize"?: string;
|
|
4524
|
+
/**
|
|
4525
|
+
* The value you want formatted.
|
|
4526
|
+
*/
|
|
4527
|
+
"value"?: number;
|
|
4528
|
+
}
|
|
4224
4529
|
interface Q2Icon {
|
|
4225
4530
|
/**
|
|
4226
4531
|
* Styles the component to have a `height` and `width` of `1em`, making it easy to place alongside text.
|
|
@@ -4372,8 +4677,8 @@ declare namespace LocalJSX {
|
|
|
4372
4677
|
*/
|
|
4373
4678
|
"optional"?: boolean;
|
|
4374
4679
|
/**
|
|
4375
|
-
*
|
|
4376
|
-
* @snippet const myInput = document.querySelector('#myInput'); console.log(myInput.validity);
|
|
4680
|
+
* Applies the value as a RegEx pattern to assess the validity of the input field's value. Check the ValidityState's `patternMismatch` property for the result. **Example:**
|
|
4681
|
+
* @snippet <q2-input label="My input" pattern="[a-zA-Z0-9]{3,5}" id="myInput"></q2-input> // enter "abcdefgh" in the input field (too many characters) const myInput = document.querySelector('#myInput'); console.log(myInput.validity.patternMismatch); // true
|
|
4377
4682
|
*/
|
|
4378
4683
|
"pattern"?: string;
|
|
4379
4684
|
/**
|
|
@@ -4417,6 +4722,9 @@ declare namespace LocalJSX {
|
|
|
4417
4722
|
* Specifies the field's expeted [input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types), and provides the optimal keyboard on mobile devices.
|
|
4418
4723
|
*/
|
|
4419
4724
|
"type"?: InputType;
|
|
4725
|
+
/**
|
|
4726
|
+
* Returns a read-only `ValidityState` object representing the validity states of the element. [See MDN for more information on ValidityState](https://developer.mozilla.org/en-US/docs/Web/API/ValidityState).
|
|
4727
|
+
*/
|
|
4420
4728
|
"validity"?: ValidityState;
|
|
4421
4729
|
/**
|
|
4422
4730
|
* The value of the input field.
|
|
@@ -4451,6 +4759,41 @@ declare namespace LocalJSX {
|
|
|
4451
4759
|
*/
|
|
4452
4760
|
"selectedItemId"?: string;
|
|
4453
4761
|
}
|
|
4762
|
+
interface Q2Link {
|
|
4763
|
+
/**
|
|
4764
|
+
* The disabled.
|
|
4765
|
+
*/
|
|
4766
|
+
"disabled"?: boolean;
|
|
4767
|
+
/**
|
|
4768
|
+
* The link when clicked.
|
|
4769
|
+
*/
|
|
4770
|
+
"href"?: string;
|
|
4771
|
+
/**
|
|
4772
|
+
* The label to display.
|
|
4773
|
+
*/
|
|
4774
|
+
"label"?: string;
|
|
4775
|
+
/**
|
|
4776
|
+
* Emitted when the link is clicked.
|
|
4777
|
+
* @legacyEvent
|
|
4778
|
+
*/
|
|
4779
|
+
"onTctClick"?: (event: Q2LinkCustomEvent<{ target: string; referrerpolicy: string; href: string }>) => void;
|
|
4780
|
+
/**
|
|
4781
|
+
* The [referrerpolicy](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy)
|
|
4782
|
+
*/
|
|
4783
|
+
"referrerpolicy"?: ReferrerPolicy;
|
|
4784
|
+
/**
|
|
4785
|
+
* The target.
|
|
4786
|
+
*/
|
|
4787
|
+
"target"?: string;
|
|
4788
|
+
/**
|
|
4789
|
+
* The title attribute on a tag in shadowRoot.
|
|
4790
|
+
*/
|
|
4791
|
+
"tctTitle"?: string;
|
|
4792
|
+
/**
|
|
4793
|
+
* The value link to display.
|
|
4794
|
+
*/
|
|
4795
|
+
"variant"?: string;
|
|
4796
|
+
}
|
|
4454
4797
|
interface Q2List {
|
|
4455
4798
|
/**
|
|
4456
4799
|
* Adds a border between each items
|
|
@@ -4660,7 +5003,7 @@ declare namespace LocalJSX {
|
|
|
4660
5003
|
*/
|
|
4661
5004
|
"pages"?: number;
|
|
4662
5005
|
/**
|
|
4663
|
-
* Indicates to only
|
|
5006
|
+
* Indicates to display only the current and total pages.
|
|
4664
5007
|
*/
|
|
4665
5008
|
"pagesOnly"?: boolean;
|
|
4666
5009
|
/**
|
|
@@ -4668,7 +5011,8 @@ declare namespace LocalJSX {
|
|
|
4668
5011
|
*/
|
|
4669
5012
|
"perPage"?: number;
|
|
4670
5013
|
/**
|
|
4671
|
-
*
|
|
5014
|
+
* A list of perPage values. This generates a [Select](https://tecton.q2developer.com/design-system/q2-select/) element that allows the user to modify the `perPage` value. **Example:**
|
|
5015
|
+
* @snippet this.perPageIncrements = [10, 25, 50];
|
|
4672
5016
|
*/
|
|
4673
5017
|
"perPageIncrements"?: number[];
|
|
4674
5018
|
/**
|
|
@@ -4676,7 +5020,7 @@ declare namespace LocalJSX {
|
|
|
4676
5020
|
*/
|
|
4677
5021
|
"recordType"?: string;
|
|
4678
5022
|
/**
|
|
4679
|
-
* Indicates to only
|
|
5023
|
+
* Indicates to display only the current and total records.
|
|
4680
5024
|
*/
|
|
4681
5025
|
"recordsOnly"?: boolean;
|
|
4682
5026
|
/**
|
|
@@ -4737,6 +5081,10 @@ declare namespace LocalJSX {
|
|
|
4737
5081
|
* Force the direction of the popover dropdown when it opens. If no value is passed, the component will auto-detect the direction based on available space.
|
|
4738
5082
|
*/
|
|
4739
5083
|
"popoverDirection"?: 'up' | 'down';
|
|
5084
|
+
/**
|
|
5085
|
+
* Force the maximum height of the popover. This value will be interpreted as pixels. If no value is passed, or the value exceeds available space, the component will auto-detect the maximum height based on available space.
|
|
5086
|
+
*/
|
|
5087
|
+
"popoverMaxHeight"?: number;
|
|
4740
5088
|
/**
|
|
4741
5089
|
* @deprecated
|
|
4742
5090
|
*/
|
|
@@ -4771,6 +5119,10 @@ declare namespace LocalJSX {
|
|
|
4771
5119
|
* Force the direction of the popover when it opens. If no value is passed, the component will auto-detect the direction based on available space.
|
|
4772
5120
|
*/
|
|
4773
5121
|
"direction"?: 'up' | 'down';
|
|
5122
|
+
/**
|
|
5123
|
+
* Force the maximum height of the popover. This value will be interpreted as pixels. If no value is passed, or the value exceeds available space, the component will auto-detect the maximum height based on available space.
|
|
5124
|
+
*/
|
|
5125
|
+
"maxHeight"?: number;
|
|
4774
5126
|
/**
|
|
4775
5127
|
* @deprecated
|
|
4776
5128
|
*/
|
|
@@ -4933,6 +5285,16 @@ declare namespace LocalJSX {
|
|
|
4933
5285
|
*/
|
|
4934
5286
|
"unit"?: 'second' | 'minute' | 'hour' | 'day' | 'month' | 'quarter' | 'year';
|
|
4935
5287
|
}
|
|
5288
|
+
interface Q2ResizeObserver {
|
|
5289
|
+
/**
|
|
5290
|
+
* Determines wheter or not events will be emitted from the component.
|
|
5291
|
+
*/
|
|
5292
|
+
"disabled"?: boolean;
|
|
5293
|
+
/**
|
|
5294
|
+
* Emitted when any of the observed elements are resized.
|
|
5295
|
+
*/
|
|
5296
|
+
"onTctResize"?: (event: Q2ResizeObserverCustomEvent<{ entries: ResizeObserverEntry[] }>) => void;
|
|
5297
|
+
}
|
|
4936
5298
|
interface Q2Section {
|
|
4937
5299
|
/**
|
|
4938
5300
|
* Determines if the section is collapsible.
|
|
@@ -5033,6 +5395,10 @@ declare namespace LocalJSX {
|
|
|
5033
5395
|
* @deprecated
|
|
5034
5396
|
*/
|
|
5035
5397
|
"popDirection"?: 'up' | 'down';
|
|
5398
|
+
/**
|
|
5399
|
+
* Force the maximum height of the popover. This value will be interpreted as pixels. If no value is passed, or the value exceeds available space, the component will auto-detect the maximum height based on available space.
|
|
5400
|
+
*/
|
|
5401
|
+
"popoverMaxHeight"?: number;
|
|
5036
5402
|
/**
|
|
5037
5403
|
* Determines the display mode of the popover. Providing a value of `legacy` instructs the popover to use absolute positioning instead of fixed positioning.
|
|
5038
5404
|
* @info This is a temporary solution to work around styling issues related to using fixed positioning for the popover when nested inside of elements with transform properties. This will be removed once the popover API is available for use.
|
|
@@ -5246,6 +5612,10 @@ declare namespace LocalJSX {
|
|
|
5246
5612
|
* Force the direction of the popover dropdown when it opens. If no value is passed, the component will auto-detect the direction based on available space.
|
|
5247
5613
|
*/
|
|
5248
5614
|
"popoverDirection"?: 'up' | 'down';
|
|
5615
|
+
/**
|
|
5616
|
+
* Force the maximum height of the popover. This value will be interpreted as pixels. If no value is passed, or the value exceeds available space, the component will auto-detect the maximum height based on available space.
|
|
5617
|
+
*/
|
|
5618
|
+
"popoverMaxHeight"?: number;
|
|
5249
5619
|
/**
|
|
5250
5620
|
* @deprecated
|
|
5251
5621
|
*/
|
|
@@ -5394,6 +5764,7 @@ declare namespace LocalJSX {
|
|
|
5394
5764
|
}
|
|
5395
5765
|
interface IntrinsicElements {
|
|
5396
5766
|
"click-elsewhere": ClickElsewhere;
|
|
5767
|
+
"q2-action-group": Q2ActionGroup;
|
|
5397
5768
|
"q2-action-sheet": Q2ActionSheet;
|
|
5398
5769
|
"q2-avatar": Q2Avatar;
|
|
5399
5770
|
"q2-badge": Q2Badge;
|
|
@@ -5413,10 +5784,12 @@ declare namespace LocalJSX {
|
|
|
5413
5784
|
"q2-dropdown": Q2Dropdown;
|
|
5414
5785
|
"q2-dropdown-item": Q2DropdownItem;
|
|
5415
5786
|
"q2-editable-field": Q2EditableField;
|
|
5787
|
+
"q2-formatted-text": Q2FormattedText;
|
|
5416
5788
|
"q2-icon": Q2Icon;
|
|
5417
5789
|
"q2-input": Q2Input;
|
|
5418
5790
|
"q2-item": Q2Item;
|
|
5419
5791
|
"q2-legend": Q2Legend;
|
|
5792
|
+
"q2-link": Q2Link;
|
|
5420
5793
|
"q2-list": Q2List;
|
|
5421
5794
|
"q2-loading": Q2Loading;
|
|
5422
5795
|
"q2-loading-element": Q2LoadingElement;
|
|
@@ -5432,6 +5805,7 @@ declare namespace LocalJSX {
|
|
|
5432
5805
|
"q2-radio": Q2Radio;
|
|
5433
5806
|
"q2-radio-group": Q2RadioGroup;
|
|
5434
5807
|
"q2-relative-time": Q2RelativeTime;
|
|
5808
|
+
"q2-resize-observer": Q2ResizeObserver;
|
|
5435
5809
|
"q2-section": Q2Section;
|
|
5436
5810
|
"q2-select": Q2Select;
|
|
5437
5811
|
"q2-stepper": Q2Stepper;
|
|
@@ -5450,6 +5824,7 @@ declare module "@stencil/core" {
|
|
|
5450
5824
|
export namespace JSX {
|
|
5451
5825
|
interface IntrinsicElements {
|
|
5452
5826
|
"click-elsewhere": LocalJSX.ClickElsewhere & JSXBase.HTMLAttributes<HTMLClickElsewhereElement>;
|
|
5827
|
+
"q2-action-group": LocalJSX.Q2ActionGroup & JSXBase.HTMLAttributes<HTMLQ2ActionGroupElement>;
|
|
5453
5828
|
"q2-action-sheet": LocalJSX.Q2ActionSheet & JSXBase.HTMLAttributes<HTMLQ2ActionSheetElement>;
|
|
5454
5829
|
"q2-avatar": LocalJSX.Q2Avatar & JSXBase.HTMLAttributes<HTMLQ2AvatarElement>;
|
|
5455
5830
|
"q2-badge": LocalJSX.Q2Badge & JSXBase.HTMLAttributes<HTMLQ2BadgeElement>;
|
|
@@ -5469,10 +5844,12 @@ declare module "@stencil/core" {
|
|
|
5469
5844
|
"q2-dropdown": LocalJSX.Q2Dropdown & JSXBase.HTMLAttributes<HTMLQ2DropdownElement>;
|
|
5470
5845
|
"q2-dropdown-item": LocalJSX.Q2DropdownItem & JSXBase.HTMLAttributes<HTMLQ2DropdownItemElement>;
|
|
5471
5846
|
"q2-editable-field": LocalJSX.Q2EditableField & JSXBase.HTMLAttributes<HTMLQ2EditableFieldElement>;
|
|
5847
|
+
"q2-formatted-text": LocalJSX.Q2FormattedText & JSXBase.HTMLAttributes<HTMLQ2FormattedTextElement>;
|
|
5472
5848
|
"q2-icon": LocalJSX.Q2Icon & JSXBase.HTMLAttributes<HTMLQ2IconElement>;
|
|
5473
5849
|
"q2-input": LocalJSX.Q2Input & JSXBase.HTMLAttributes<HTMLQ2InputElement>;
|
|
5474
5850
|
"q2-item": LocalJSX.Q2Item & JSXBase.HTMLAttributes<HTMLQ2ItemElement>;
|
|
5475
5851
|
"q2-legend": LocalJSX.Q2Legend & JSXBase.HTMLAttributes<HTMLQ2LegendElement>;
|
|
5852
|
+
"q2-link": LocalJSX.Q2Link & JSXBase.HTMLAttributes<HTMLQ2LinkElement>;
|
|
5476
5853
|
"q2-list": LocalJSX.Q2List & JSXBase.HTMLAttributes<HTMLQ2ListElement>;
|
|
5477
5854
|
"q2-loading": LocalJSX.Q2Loading & JSXBase.HTMLAttributes<HTMLQ2LoadingElement>;
|
|
5478
5855
|
"q2-loading-element": LocalJSX.Q2LoadingElement & JSXBase.HTMLAttributes<HTMLQ2LoadingElementElement>;
|
|
@@ -5488,6 +5865,7 @@ declare module "@stencil/core" {
|
|
|
5488
5865
|
"q2-radio": LocalJSX.Q2Radio & JSXBase.HTMLAttributes<HTMLQ2RadioElement>;
|
|
5489
5866
|
"q2-radio-group": LocalJSX.Q2RadioGroup & JSXBase.HTMLAttributes<HTMLQ2RadioGroupElement>;
|
|
5490
5867
|
"q2-relative-time": LocalJSX.Q2RelativeTime & JSXBase.HTMLAttributes<HTMLQ2RelativeTimeElement>;
|
|
5868
|
+
"q2-resize-observer": LocalJSX.Q2ResizeObserver & JSXBase.HTMLAttributes<HTMLQ2ResizeObserverElement>;
|
|
5491
5869
|
"q2-section": LocalJSX.Q2Section & JSXBase.HTMLAttributes<HTMLQ2SectionElement>;
|
|
5492
5870
|
"q2-select": LocalJSX.Q2Select & JSXBase.HTMLAttributes<HTMLQ2SelectElement>;
|
|
5493
5871
|
"q2-stepper": LocalJSX.Q2Stepper & JSXBase.HTMLAttributes<HTMLQ2StepperElement>;
|