q2-tecton-elements 1.50.1 → 1.51.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/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 +77 -5
- 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 +201 -4
- package/dist/collection/components/q2-dropdown/q2-dropdown.js.map +1 -1
- package/dist/collection/components/q2-dropdown/test/q2-dropdown-test.e2e.js +305 -124
- 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 +82 -5
- 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 +77 -5
- 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-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-ad798287.entry.js +2 -0
- package/dist/q2-tecton-elements/p-ad798287.entry.js.map +1 -0
- 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 +36 -0
- 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 +394 -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,6 +1048,16 @@ 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.
|
|
1022
1063
|
*/
|
|
@@ -1130,6 +1171,40 @@ export namespace Components {
|
|
|
1130
1171
|
*/
|
|
1131
1172
|
"value": string;
|
|
1132
1173
|
}
|
|
1174
|
+
interface Q2FormattedText {
|
|
1175
|
+
/**
|
|
1176
|
+
* Formats to the language provided. Accepts multiple locales in an array as sequential fallbacks.
|
|
1177
|
+
*/
|
|
1178
|
+
"locale": string | string[];
|
|
1179
|
+
/**
|
|
1180
|
+
* The maximum number of fraction digits to use.
|
|
1181
|
+
*/
|
|
1182
|
+
"maximumFractionDigits": number;
|
|
1183
|
+
/**
|
|
1184
|
+
* The minimum number of fraction digits to use.
|
|
1185
|
+
*/
|
|
1186
|
+
"minimumFractionDigits": number;
|
|
1187
|
+
/**
|
|
1188
|
+
* The minimum number of integer digits to use.
|
|
1189
|
+
*/
|
|
1190
|
+
"minimumIntegerDigits": number;
|
|
1191
|
+
/**
|
|
1192
|
+
* 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.
|
|
1193
|
+
*/
|
|
1194
|
+
"signDisplay": 'never' | 'auto' | 'always' | 'exceptZero';
|
|
1195
|
+
/**
|
|
1196
|
+
* Applies styling based on the size provided. If no size is provided, it will display as inline text.
|
|
1197
|
+
*/
|
|
1198
|
+
"size": 'small' | 'medium' | 'large' | undefined;
|
|
1199
|
+
/**
|
|
1200
|
+
* @private Inherited from q2-detail when slotted to match styling of q2-detail and q2-formatted-text texts.
|
|
1201
|
+
*/
|
|
1202
|
+
"slotSize": string;
|
|
1203
|
+
/**
|
|
1204
|
+
* The value you want formatted.
|
|
1205
|
+
*/
|
|
1206
|
+
"value": number;
|
|
1207
|
+
}
|
|
1133
1208
|
interface Q2Icon {
|
|
1134
1209
|
/**
|
|
1135
1210
|
* Styles the component to have a `height` and `width` of `1em`, making it easy to place alongside text.
|
|
@@ -1268,8 +1343,8 @@ export namespace Components {
|
|
|
1268
1343
|
*/
|
|
1269
1344
|
"optional": boolean;
|
|
1270
1345
|
/**
|
|
1271
|
-
*
|
|
1272
|
-
* @snippet const myInput = document.querySelector('#myInput'); console.log(myInput.validity);
|
|
1346
|
+
* 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:**
|
|
1347
|
+
* @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
1348
|
*/
|
|
1274
1349
|
"pattern": string;
|
|
1275
1350
|
/**
|
|
@@ -1318,6 +1393,9 @@ export namespace Components {
|
|
|
1318
1393
|
* 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
1394
|
*/
|
|
1320
1395
|
"type": InputType;
|
|
1396
|
+
/**
|
|
1397
|
+
* 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).
|
|
1398
|
+
*/
|
|
1321
1399
|
"validity": ValidityState;
|
|
1322
1400
|
/**
|
|
1323
1401
|
* The value of the input field.
|
|
@@ -1349,6 +1427,41 @@ export namespace Components {
|
|
|
1349
1427
|
*/
|
|
1350
1428
|
"selectedItemId": string;
|
|
1351
1429
|
}
|
|
1430
|
+
interface Q2Link {
|
|
1431
|
+
/**
|
|
1432
|
+
* A method for click.
|
|
1433
|
+
* @testOnly
|
|
1434
|
+
*/
|
|
1435
|
+
"clickLink": () => Promise<void>;
|
|
1436
|
+
/**
|
|
1437
|
+
* The disabled.
|
|
1438
|
+
*/
|
|
1439
|
+
"disabled": boolean;
|
|
1440
|
+
/**
|
|
1441
|
+
* The link when clicked.
|
|
1442
|
+
*/
|
|
1443
|
+
"href": string;
|
|
1444
|
+
/**
|
|
1445
|
+
* The label to display.
|
|
1446
|
+
*/
|
|
1447
|
+
"label": string;
|
|
1448
|
+
/**
|
|
1449
|
+
* The [referrerpolicy](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy)
|
|
1450
|
+
*/
|
|
1451
|
+
"referrerpolicy": ReferrerPolicy;
|
|
1452
|
+
/**
|
|
1453
|
+
* The target.
|
|
1454
|
+
*/
|
|
1455
|
+
"target": string;
|
|
1456
|
+
/**
|
|
1457
|
+
* The title attribute on a tag in shadowRoot.
|
|
1458
|
+
*/
|
|
1459
|
+
"tctTitle": string;
|
|
1460
|
+
/**
|
|
1461
|
+
* The value link to display.
|
|
1462
|
+
*/
|
|
1463
|
+
"variant": string;
|
|
1464
|
+
}
|
|
1352
1465
|
interface Q2List {
|
|
1353
1466
|
/**
|
|
1354
1467
|
* Adds a border between each items
|
|
@@ -1531,6 +1644,26 @@ export namespace Components {
|
|
|
1531
1644
|
* Determines whether the component uses the dynamic resizing behavior.
|
|
1532
1645
|
*/
|
|
1533
1646
|
"autoSize": boolean;
|
|
1647
|
+
/**
|
|
1648
|
+
* 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.
|
|
1649
|
+
* @testOnly
|
|
1650
|
+
*/
|
|
1651
|
+
"clickFirstPage": () => Promise<void>;
|
|
1652
|
+
/**
|
|
1653
|
+
* 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.
|
|
1654
|
+
* @testOnly
|
|
1655
|
+
*/
|
|
1656
|
+
"clickLastPage": () => Promise<void>;
|
|
1657
|
+
/**
|
|
1658
|
+
* 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.
|
|
1659
|
+
* @testOnly
|
|
1660
|
+
*/
|
|
1661
|
+
"clickNextPage": () => Promise<void>;
|
|
1662
|
+
/**
|
|
1663
|
+
* 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.
|
|
1664
|
+
* @testOnly
|
|
1665
|
+
*/
|
|
1666
|
+
"clickPreviousPage": () => Promise<void>;
|
|
1534
1667
|
/**
|
|
1535
1668
|
* The current page that is being displayed.
|
|
1536
1669
|
*/
|
|
@@ -1541,7 +1674,7 @@ export namespace Components {
|
|
|
1541
1674
|
*/
|
|
1542
1675
|
"pages": number;
|
|
1543
1676
|
/**
|
|
1544
|
-
* Indicates to only
|
|
1677
|
+
* Indicates to display only the current and total pages.
|
|
1545
1678
|
*/
|
|
1546
1679
|
"pagesOnly": boolean;
|
|
1547
1680
|
/**
|
|
@@ -1549,7 +1682,8 @@ export namespace Components {
|
|
|
1549
1682
|
*/
|
|
1550
1683
|
"perPage": number;
|
|
1551
1684
|
/**
|
|
1552
|
-
*
|
|
1685
|
+
* 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:**
|
|
1686
|
+
* @snippet this.perPageIncrements = [10, 25, 50];
|
|
1553
1687
|
*/
|
|
1554
1688
|
"perPageIncrements": number[];
|
|
1555
1689
|
/**
|
|
@@ -1557,9 +1691,19 @@ export namespace Components {
|
|
|
1557
1691
|
*/
|
|
1558
1692
|
"recordType": string;
|
|
1559
1693
|
/**
|
|
1560
|
-
* Indicates to only
|
|
1694
|
+
* Indicates to display only the current and total records.
|
|
1561
1695
|
*/
|
|
1562
1696
|
"recordsOnly": boolean;
|
|
1697
|
+
/**
|
|
1698
|
+
* 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.
|
|
1699
|
+
* @testOnly
|
|
1700
|
+
*/
|
|
1701
|
+
"selectPerPageIncrementValue": (value: number) => Promise<void>;
|
|
1702
|
+
/**
|
|
1703
|
+
* 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.
|
|
1704
|
+
* @testOnly
|
|
1705
|
+
*/
|
|
1706
|
+
"setPageValue": (value: number) => Promise<void>;
|
|
1563
1707
|
/**
|
|
1564
1708
|
* The total number of records to paginate.
|
|
1565
1709
|
*/
|
|
@@ -1623,6 +1767,10 @@ export namespace Components {
|
|
|
1623
1767
|
* 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
1768
|
*/
|
|
1625
1769
|
"popoverDirection": 'up' | 'down';
|
|
1770
|
+
/**
|
|
1771
|
+
* 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.
|
|
1772
|
+
*/
|
|
1773
|
+
"popoverMaxHeight": number;
|
|
1626
1774
|
/**
|
|
1627
1775
|
* @deprecated
|
|
1628
1776
|
*/
|
|
@@ -1662,6 +1810,10 @@ export namespace Components {
|
|
|
1662
1810
|
* 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
1811
|
*/
|
|
1664
1812
|
"direction": 'up' | 'down';
|
|
1813
|
+
/**
|
|
1814
|
+
* 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.
|
|
1815
|
+
*/
|
|
1816
|
+
"maxHeight": number;
|
|
1665
1817
|
/**
|
|
1666
1818
|
* @deprecated
|
|
1667
1819
|
*/
|
|
@@ -1830,11 +1982,31 @@ export namespace Components {
|
|
|
1830
1982
|
*/
|
|
1831
1983
|
"validDateProp": () => Promise<boolean>;
|
|
1832
1984
|
}
|
|
1985
|
+
interface Q2ResizeObserver {
|
|
1986
|
+
/**
|
|
1987
|
+
* Determines wheter or not events will be emitted from the component.
|
|
1988
|
+
*/
|
|
1989
|
+
"disabled": boolean;
|
|
1990
|
+
/**
|
|
1991
|
+
* Returns the latest entries reported by the component.
|
|
1992
|
+
*/
|
|
1993
|
+
"getCurrentResizeEntries": () => Promise<ResizeObserverEntry[]>;
|
|
1994
|
+
}
|
|
1833
1995
|
interface Q2Section {
|
|
1996
|
+
/**
|
|
1997
|
+
* A test method to collapse section.
|
|
1998
|
+
* @testOnly
|
|
1999
|
+
*/
|
|
2000
|
+
"collapse": () => Promise<void>;
|
|
1834
2001
|
/**
|
|
1835
2002
|
* Determines if the section is collapsible.
|
|
1836
2003
|
*/
|
|
1837
2004
|
"collapsible": boolean;
|
|
2005
|
+
/**
|
|
2006
|
+
* A test method to expand section.
|
|
2007
|
+
* @testOnly
|
|
2008
|
+
*/
|
|
2009
|
+
"expand": () => Promise<void>;
|
|
1838
2010
|
/**
|
|
1839
2011
|
* Indicates if the `q2-section` is in an expanded state or not.
|
|
1840
2012
|
*/
|
|
@@ -1926,6 +2098,10 @@ export namespace Components {
|
|
|
1926
2098
|
* @deprecated
|
|
1927
2099
|
*/
|
|
1928
2100
|
"popDirection": 'up' | 'down';
|
|
2101
|
+
/**
|
|
2102
|
+
* 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.
|
|
2103
|
+
*/
|
|
2104
|
+
"popoverMaxHeight": number;
|
|
1929
2105
|
/**
|
|
1930
2106
|
* Determines the display mode of the popover. Providing a value of `legacy` instructs the popover to use absolute positioning instead of fixed positioning.
|
|
1931
2107
|
* @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 +2145,11 @@ export namespace Components {
|
|
|
1969
2145
|
* @info Will be managed automatically if not provided.
|
|
1970
2146
|
*/
|
|
1971
2147
|
"lastEnabledStep": number;
|
|
2148
|
+
/**
|
|
2149
|
+
* 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.
|
|
2150
|
+
* @testOnly
|
|
2151
|
+
*/
|
|
2152
|
+
"selectStep": (value: number | string) => Promise<void>;
|
|
1972
2153
|
/**
|
|
1973
2154
|
* Used to determine the number of steps in the stepper.
|
|
1974
2155
|
* @private
|
|
@@ -2021,6 +2202,11 @@ export namespace Components {
|
|
|
2021
2202
|
* Controls visibility of tab list in a print view. Tab content will still be visible even if `noPrint` is true.
|
|
2022
2203
|
*/
|
|
2023
2204
|
"noPrint": boolean;
|
|
2205
|
+
/**
|
|
2206
|
+
* A method to select a tab pane corresponding with the value.
|
|
2207
|
+
* @testOnly
|
|
2208
|
+
*/
|
|
2209
|
+
"selectTab": (value: string) => Promise<void>;
|
|
2024
2210
|
/**
|
|
2025
2211
|
* Determines the font size of the tab controls.
|
|
2026
2212
|
*/
|
|
@@ -2106,6 +2292,10 @@ export namespace Components {
|
|
|
2106
2292
|
* 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
2293
|
*/
|
|
2108
2294
|
"popoverDirection": 'up' | 'down';
|
|
2295
|
+
/**
|
|
2296
|
+
* 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.
|
|
2297
|
+
*/
|
|
2298
|
+
"popoverMaxHeight": number;
|
|
2109
2299
|
/**
|
|
2110
2300
|
* @deprecated
|
|
2111
2301
|
*/
|
|
@@ -2300,6 +2490,10 @@ export interface Q2LegendCustomEvent<T> extends CustomEvent<T> {
|
|
|
2300
2490
|
detail: T;
|
|
2301
2491
|
target: HTMLQ2LegendElement;
|
|
2302
2492
|
}
|
|
2493
|
+
export interface Q2LinkCustomEvent<T> extends CustomEvent<T> {
|
|
2494
|
+
detail: T;
|
|
2495
|
+
target: HTMLQ2LinkElement;
|
|
2496
|
+
}
|
|
2303
2497
|
export interface Q2MonthPickerCustomEvent<T> extends CustomEvent<T> {
|
|
2304
2498
|
detail: T;
|
|
2305
2499
|
target: HTMLQ2MonthPickerElement;
|
|
@@ -2332,6 +2526,10 @@ export interface Q2RadioGroupCustomEvent<T> extends CustomEvent<T> {
|
|
|
2332
2526
|
detail: T;
|
|
2333
2527
|
target: HTMLQ2RadioGroupElement;
|
|
2334
2528
|
}
|
|
2529
|
+
export interface Q2ResizeObserverCustomEvent<T> extends CustomEvent<T> {
|
|
2530
|
+
detail: T;
|
|
2531
|
+
target: HTMLQ2ResizeObserverElement;
|
|
2532
|
+
}
|
|
2335
2533
|
export interface Q2SectionCustomEvent<T> extends CustomEvent<T> {
|
|
2336
2534
|
detail: T;
|
|
2337
2535
|
target: HTMLQ2SectionElement;
|
|
@@ -2390,6 +2588,12 @@ declare global {
|
|
|
2390
2588
|
prototype: HTMLClickElsewhereElement;
|
|
2391
2589
|
new (): HTMLClickElsewhereElement;
|
|
2392
2590
|
};
|
|
2591
|
+
interface HTMLQ2ActionGroupElement extends Components.Q2ActionGroup, HTMLStencilElement {
|
|
2592
|
+
}
|
|
2593
|
+
var HTMLQ2ActionGroupElement: {
|
|
2594
|
+
prototype: HTMLQ2ActionGroupElement;
|
|
2595
|
+
new (): HTMLQ2ActionGroupElement;
|
|
2596
|
+
};
|
|
2393
2597
|
interface HTMLQ2ActionSheetElementEventMap {
|
|
2394
2598
|
"close": ActionSheetListCloseData;
|
|
2395
2599
|
"ready": any;
|
|
@@ -2652,6 +2856,12 @@ declare global {
|
|
|
2652
2856
|
prototype: HTMLQ2EditableFieldElement;
|
|
2653
2857
|
new (): HTMLQ2EditableFieldElement;
|
|
2654
2858
|
};
|
|
2859
|
+
interface HTMLQ2FormattedTextElement extends Components.Q2FormattedText, HTMLStencilElement {
|
|
2860
|
+
}
|
|
2861
|
+
var HTMLQ2FormattedTextElement: {
|
|
2862
|
+
prototype: HTMLQ2FormattedTextElement;
|
|
2863
|
+
new (): HTMLQ2FormattedTextElement;
|
|
2864
|
+
};
|
|
2655
2865
|
interface HTMLQ2IconElement extends Components.Q2Icon, HTMLStencilElement {
|
|
2656
2866
|
}
|
|
2657
2867
|
var HTMLQ2IconElement: {
|
|
@@ -2704,6 +2914,23 @@ declare global {
|
|
|
2704
2914
|
prototype: HTMLQ2LegendElement;
|
|
2705
2915
|
new (): HTMLQ2LegendElement;
|
|
2706
2916
|
};
|
|
2917
|
+
interface HTMLQ2LinkElementEventMap {
|
|
2918
|
+
"tctClick": { target: string; referrerpolicy: string; href: string };
|
|
2919
|
+
}
|
|
2920
|
+
interface HTMLQ2LinkElement extends Components.Q2Link, HTMLStencilElement {
|
|
2921
|
+
addEventListener<K extends keyof HTMLQ2LinkElementEventMap>(type: K, listener: (this: HTMLQ2LinkElement, ev: Q2LinkCustomEvent<HTMLQ2LinkElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2922
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2923
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2924
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2925
|
+
removeEventListener<K extends keyof HTMLQ2LinkElementEventMap>(type: K, listener: (this: HTMLQ2LinkElement, ev: Q2LinkCustomEvent<HTMLQ2LinkElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
2926
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2927
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2928
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2929
|
+
}
|
|
2930
|
+
var HTMLQ2LinkElement: {
|
|
2931
|
+
prototype: HTMLQ2LinkElement;
|
|
2932
|
+
new (): HTMLQ2LinkElement;
|
|
2933
|
+
};
|
|
2707
2934
|
interface HTMLQ2ListElement extends Components.Q2List, HTMLStencilElement {
|
|
2708
2935
|
}
|
|
2709
2936
|
var HTMLQ2ListElement: {
|
|
@@ -2885,6 +3112,23 @@ declare global {
|
|
|
2885
3112
|
prototype: HTMLQ2RelativeTimeElement;
|
|
2886
3113
|
new (): HTMLQ2RelativeTimeElement;
|
|
2887
3114
|
};
|
|
3115
|
+
interface HTMLQ2ResizeObserverElementEventMap {
|
|
3116
|
+
"tctResize": { entries: ResizeObserverEntry[] };
|
|
3117
|
+
}
|
|
3118
|
+
interface HTMLQ2ResizeObserverElement extends Components.Q2ResizeObserver, HTMLStencilElement {
|
|
3119
|
+
addEventListener<K extends keyof HTMLQ2ResizeObserverElementEventMap>(type: K, listener: (this: HTMLQ2ResizeObserverElement, ev: Q2ResizeObserverCustomEvent<HTMLQ2ResizeObserverElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3120
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3121
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3122
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
3123
|
+
removeEventListener<K extends keyof HTMLQ2ResizeObserverElementEventMap>(type: K, listener: (this: HTMLQ2ResizeObserverElement, ev: Q2ResizeObserverCustomEvent<HTMLQ2ResizeObserverElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
3124
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3125
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3126
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3127
|
+
}
|
|
3128
|
+
var HTMLQ2ResizeObserverElement: {
|
|
3129
|
+
prototype: HTMLQ2ResizeObserverElement;
|
|
3130
|
+
new (): HTMLQ2ResizeObserverElement;
|
|
3131
|
+
};
|
|
2888
3132
|
interface HTMLQ2SectionElementEventMap {
|
|
2889
3133
|
"change": { expanded: boolean };
|
|
2890
3134
|
}
|
|
@@ -3072,6 +3316,7 @@ declare global {
|
|
|
3072
3316
|
};
|
|
3073
3317
|
interface HTMLElementTagNameMap {
|
|
3074
3318
|
"click-elsewhere": HTMLClickElsewhereElement;
|
|
3319
|
+
"q2-action-group": HTMLQ2ActionGroupElement;
|
|
3075
3320
|
"q2-action-sheet": HTMLQ2ActionSheetElement;
|
|
3076
3321
|
"q2-avatar": HTMLQ2AvatarElement;
|
|
3077
3322
|
"q2-badge": HTMLQ2BadgeElement;
|
|
@@ -3091,10 +3336,12 @@ declare global {
|
|
|
3091
3336
|
"q2-dropdown": HTMLQ2DropdownElement;
|
|
3092
3337
|
"q2-dropdown-item": HTMLQ2DropdownItemElement;
|
|
3093
3338
|
"q2-editable-field": HTMLQ2EditableFieldElement;
|
|
3339
|
+
"q2-formatted-text": HTMLQ2FormattedTextElement;
|
|
3094
3340
|
"q2-icon": HTMLQ2IconElement;
|
|
3095
3341
|
"q2-input": HTMLQ2InputElement;
|
|
3096
3342
|
"q2-item": HTMLQ2ItemElement;
|
|
3097
3343
|
"q2-legend": HTMLQ2LegendElement;
|
|
3344
|
+
"q2-link": HTMLQ2LinkElement;
|
|
3098
3345
|
"q2-list": HTMLQ2ListElement;
|
|
3099
3346
|
"q2-loading": HTMLQ2LoadingElement;
|
|
3100
3347
|
"q2-loading-element": HTMLQ2LoadingElementElement;
|
|
@@ -3110,6 +3357,7 @@ declare global {
|
|
|
3110
3357
|
"q2-radio": HTMLQ2RadioElement;
|
|
3111
3358
|
"q2-radio-group": HTMLQ2RadioGroupElement;
|
|
3112
3359
|
"q2-relative-time": HTMLQ2RelativeTimeElement;
|
|
3360
|
+
"q2-resize-observer": HTMLQ2ResizeObserverElement;
|
|
3113
3361
|
"q2-section": HTMLQ2SectionElement;
|
|
3114
3362
|
"q2-select": HTMLQ2SelectElement;
|
|
3115
3363
|
"q2-stepper": HTMLQ2StepperElement;
|
|
@@ -3130,6 +3378,23 @@ declare namespace LocalJSX {
|
|
|
3130
3378
|
*/
|
|
3131
3379
|
"onChange"?: (event: ClickElsewhereCustomEvent<any>) => void;
|
|
3132
3380
|
}
|
|
3381
|
+
interface Q2ActionGroup {
|
|
3382
|
+
/**
|
|
3383
|
+
* Whether the buttons should take up the full width of the container when in horizontal orientation.
|
|
3384
|
+
* @warning This will prevent the buttons from wrapping when the container is too small to fit all buttons.
|
|
3385
|
+
*/
|
|
3386
|
+
"fullWidth"?: boolean;
|
|
3387
|
+
/**
|
|
3388
|
+
* The orientation of the buttons, which will override the auto orientation.
|
|
3389
|
+
* @info This will override and disable the auto determination of the orientation.
|
|
3390
|
+
*/
|
|
3391
|
+
"orientation"?: 'auto' | 'vertical' | 'horizontal';
|
|
3392
|
+
/**
|
|
3393
|
+
* The width, in pixels, that determines whether to display the buttons in vertical or horizontal orientation
|
|
3394
|
+
* @info The component determines this based on the width of the element itself, not the browser window.
|
|
3395
|
+
*/
|
|
3396
|
+
"orientationThreshold"?: number;
|
|
3397
|
+
}
|
|
3133
3398
|
interface Q2ActionSheet {
|
|
3134
3399
|
"data"?: ActionSheetData;
|
|
3135
3400
|
"hideClose"?: boolean;
|
|
@@ -3595,7 +3860,7 @@ declare namespace LocalJSX {
|
|
|
3595
3860
|
*/
|
|
3596
3861
|
"gridLines"?: 'horizontal' | 'vertical' | 'off';
|
|
3597
3862
|
/**
|
|
3598
|
-
* Sets chart padding around the grid. Each value in the object will be interpreted as pixels. **
|
|
3863
|
+
* Sets chart padding around the grid. Each value in the object will be interpreted as pixels. **Example:**
|
|
3599
3864
|
* @snippet chart.gridPadding = { left: 10, right: 10, top: 20, bottom: 20 };
|
|
3600
3865
|
*/
|
|
3601
3866
|
"gridPadding"?: { left?: number; right?: number; top?: number; bottom?: number };
|
|
@@ -3689,7 +3954,7 @@ declare namespace LocalJSX {
|
|
|
3689
3954
|
*/
|
|
3690
3955
|
"formatModifier"?: string;
|
|
3691
3956
|
/**
|
|
3692
|
-
* Sets chart padding around the grid. Each value in the object will be interpreted as pixels. **
|
|
3957
|
+
* Sets chart padding around the grid. Each value in the object will be interpreted as pixels. **Example:**
|
|
3693
3958
|
* @snippet chart.gridPadding = { left: 10, right: 10, top: 20, bottom: 20 };
|
|
3694
3959
|
*/
|
|
3695
3960
|
"gridPadding"?: { left?: number; right?: number; top?: number; bottom?: number };
|
|
@@ -3948,7 +4213,7 @@ declare namespace LocalJSX {
|
|
|
3948
4213
|
*/
|
|
3949
4214
|
"emptyMessage"?: string;
|
|
3950
4215
|
/**
|
|
3951
|
-
* Defines the headers of the table.
|
|
4216
|
+
* Defines the headers of the table. **Example:**
|
|
3952
4217
|
* @snippet element.headers = [ { title: 'Day of the Week', key: 'day', }, { title: 'Sales', key: 'sales', align: 'end', } ]
|
|
3953
4218
|
*/
|
|
3954
4219
|
"headers"?: Q2DataTableHeader[];
|
|
@@ -3990,7 +4255,7 @@ declare namespace LocalJSX {
|
|
|
3990
4255
|
*/
|
|
3991
4256
|
"onToggle"?: (event: Q2DataTableCustomEvent<{ row: Q2DataTableSerializedRow }>) => void;
|
|
3992
4257
|
/**
|
|
3993
|
-
* Defines the rows of the table.
|
|
4258
|
+
* Defines the rows of the table. **Example:**
|
|
3994
4259
|
* @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
4260
|
*/
|
|
3996
4261
|
"rows"?: Q2DataTableRow[];
|
|
@@ -4100,6 +4365,10 @@ declare namespace LocalJSX {
|
|
|
4100
4365
|
* 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
4366
|
*/
|
|
4102
4367
|
"popoverDirection"?: 'up' | 'down';
|
|
4368
|
+
/**
|
|
4369
|
+
* 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.
|
|
4370
|
+
*/
|
|
4371
|
+
"popoverMaxHeight"?: number;
|
|
4103
4372
|
/**
|
|
4104
4373
|
* @deprecated
|
|
4105
4374
|
*/
|
|
@@ -4221,6 +4490,40 @@ declare namespace LocalJSX {
|
|
|
4221
4490
|
*/
|
|
4222
4491
|
"value"?: string;
|
|
4223
4492
|
}
|
|
4493
|
+
interface Q2FormattedText {
|
|
4494
|
+
/**
|
|
4495
|
+
* Formats to the language provided. Accepts multiple locales in an array as sequential fallbacks.
|
|
4496
|
+
*/
|
|
4497
|
+
"locale"?: string | string[];
|
|
4498
|
+
/**
|
|
4499
|
+
* The maximum number of fraction digits to use.
|
|
4500
|
+
*/
|
|
4501
|
+
"maximumFractionDigits"?: number;
|
|
4502
|
+
/**
|
|
4503
|
+
* The minimum number of fraction digits to use.
|
|
4504
|
+
*/
|
|
4505
|
+
"minimumFractionDigits"?: number;
|
|
4506
|
+
/**
|
|
4507
|
+
* The minimum number of integer digits to use.
|
|
4508
|
+
*/
|
|
4509
|
+
"minimumIntegerDigits"?: number;
|
|
4510
|
+
/**
|
|
4511
|
+
* 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.
|
|
4512
|
+
*/
|
|
4513
|
+
"signDisplay"?: 'never' | 'auto' | 'always' | 'exceptZero';
|
|
4514
|
+
/**
|
|
4515
|
+
* Applies styling based on the size provided. If no size is provided, it will display as inline text.
|
|
4516
|
+
*/
|
|
4517
|
+
"size"?: 'small' | 'medium' | 'large' | undefined;
|
|
4518
|
+
/**
|
|
4519
|
+
* @private Inherited from q2-detail when slotted to match styling of q2-detail and q2-formatted-text texts.
|
|
4520
|
+
*/
|
|
4521
|
+
"slotSize"?: string;
|
|
4522
|
+
/**
|
|
4523
|
+
* The value you want formatted.
|
|
4524
|
+
*/
|
|
4525
|
+
"value"?: number;
|
|
4526
|
+
}
|
|
4224
4527
|
interface Q2Icon {
|
|
4225
4528
|
/**
|
|
4226
4529
|
* Styles the component to have a `height` and `width` of `1em`, making it easy to place alongside text.
|
|
@@ -4372,8 +4675,8 @@ declare namespace LocalJSX {
|
|
|
4372
4675
|
*/
|
|
4373
4676
|
"optional"?: boolean;
|
|
4374
4677
|
/**
|
|
4375
|
-
*
|
|
4376
|
-
* @snippet const myInput = document.querySelector('#myInput'); console.log(myInput.validity);
|
|
4678
|
+
* 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:**
|
|
4679
|
+
* @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
4680
|
*/
|
|
4378
4681
|
"pattern"?: string;
|
|
4379
4682
|
/**
|
|
@@ -4417,6 +4720,9 @@ declare namespace LocalJSX {
|
|
|
4417
4720
|
* 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
4721
|
*/
|
|
4419
4722
|
"type"?: InputType;
|
|
4723
|
+
/**
|
|
4724
|
+
* 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).
|
|
4725
|
+
*/
|
|
4420
4726
|
"validity"?: ValidityState;
|
|
4421
4727
|
/**
|
|
4422
4728
|
* The value of the input field.
|
|
@@ -4451,6 +4757,41 @@ declare namespace LocalJSX {
|
|
|
4451
4757
|
*/
|
|
4452
4758
|
"selectedItemId"?: string;
|
|
4453
4759
|
}
|
|
4760
|
+
interface Q2Link {
|
|
4761
|
+
/**
|
|
4762
|
+
* The disabled.
|
|
4763
|
+
*/
|
|
4764
|
+
"disabled"?: boolean;
|
|
4765
|
+
/**
|
|
4766
|
+
* The link when clicked.
|
|
4767
|
+
*/
|
|
4768
|
+
"href"?: string;
|
|
4769
|
+
/**
|
|
4770
|
+
* The label to display.
|
|
4771
|
+
*/
|
|
4772
|
+
"label"?: string;
|
|
4773
|
+
/**
|
|
4774
|
+
* Emitted when the link is clicked.
|
|
4775
|
+
* @legacyEvent
|
|
4776
|
+
*/
|
|
4777
|
+
"onTctClick"?: (event: Q2LinkCustomEvent<{ target: string; referrerpolicy: string; href: string }>) => void;
|
|
4778
|
+
/**
|
|
4779
|
+
* The [referrerpolicy](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy)
|
|
4780
|
+
*/
|
|
4781
|
+
"referrerpolicy"?: ReferrerPolicy;
|
|
4782
|
+
/**
|
|
4783
|
+
* The target.
|
|
4784
|
+
*/
|
|
4785
|
+
"target"?: string;
|
|
4786
|
+
/**
|
|
4787
|
+
* The title attribute on a tag in shadowRoot.
|
|
4788
|
+
*/
|
|
4789
|
+
"tctTitle"?: string;
|
|
4790
|
+
/**
|
|
4791
|
+
* The value link to display.
|
|
4792
|
+
*/
|
|
4793
|
+
"variant"?: string;
|
|
4794
|
+
}
|
|
4454
4795
|
interface Q2List {
|
|
4455
4796
|
/**
|
|
4456
4797
|
* Adds a border between each items
|
|
@@ -4660,7 +5001,7 @@ declare namespace LocalJSX {
|
|
|
4660
5001
|
*/
|
|
4661
5002
|
"pages"?: number;
|
|
4662
5003
|
/**
|
|
4663
|
-
* Indicates to only
|
|
5004
|
+
* Indicates to display only the current and total pages.
|
|
4664
5005
|
*/
|
|
4665
5006
|
"pagesOnly"?: boolean;
|
|
4666
5007
|
/**
|
|
@@ -4668,7 +5009,8 @@ declare namespace LocalJSX {
|
|
|
4668
5009
|
*/
|
|
4669
5010
|
"perPage"?: number;
|
|
4670
5011
|
/**
|
|
4671
|
-
*
|
|
5012
|
+
* 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:**
|
|
5013
|
+
* @snippet this.perPageIncrements = [10, 25, 50];
|
|
4672
5014
|
*/
|
|
4673
5015
|
"perPageIncrements"?: number[];
|
|
4674
5016
|
/**
|
|
@@ -4676,7 +5018,7 @@ declare namespace LocalJSX {
|
|
|
4676
5018
|
*/
|
|
4677
5019
|
"recordType"?: string;
|
|
4678
5020
|
/**
|
|
4679
|
-
* Indicates to only
|
|
5021
|
+
* Indicates to display only the current and total records.
|
|
4680
5022
|
*/
|
|
4681
5023
|
"recordsOnly"?: boolean;
|
|
4682
5024
|
/**
|
|
@@ -4737,6 +5079,10 @@ declare namespace LocalJSX {
|
|
|
4737
5079
|
* 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
5080
|
*/
|
|
4739
5081
|
"popoverDirection"?: 'up' | 'down';
|
|
5082
|
+
/**
|
|
5083
|
+
* 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.
|
|
5084
|
+
*/
|
|
5085
|
+
"popoverMaxHeight"?: number;
|
|
4740
5086
|
/**
|
|
4741
5087
|
* @deprecated
|
|
4742
5088
|
*/
|
|
@@ -4771,6 +5117,10 @@ declare namespace LocalJSX {
|
|
|
4771
5117
|
* 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
5118
|
*/
|
|
4773
5119
|
"direction"?: 'up' | 'down';
|
|
5120
|
+
/**
|
|
5121
|
+
* 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.
|
|
5122
|
+
*/
|
|
5123
|
+
"maxHeight"?: number;
|
|
4774
5124
|
/**
|
|
4775
5125
|
* @deprecated
|
|
4776
5126
|
*/
|
|
@@ -4933,6 +5283,16 @@ declare namespace LocalJSX {
|
|
|
4933
5283
|
*/
|
|
4934
5284
|
"unit"?: 'second' | 'minute' | 'hour' | 'day' | 'month' | 'quarter' | 'year';
|
|
4935
5285
|
}
|
|
5286
|
+
interface Q2ResizeObserver {
|
|
5287
|
+
/**
|
|
5288
|
+
* Determines wheter or not events will be emitted from the component.
|
|
5289
|
+
*/
|
|
5290
|
+
"disabled"?: boolean;
|
|
5291
|
+
/**
|
|
5292
|
+
* Emitted when any of the observed elements are resized.
|
|
5293
|
+
*/
|
|
5294
|
+
"onTctResize"?: (event: Q2ResizeObserverCustomEvent<{ entries: ResizeObserverEntry[] }>) => void;
|
|
5295
|
+
}
|
|
4936
5296
|
interface Q2Section {
|
|
4937
5297
|
/**
|
|
4938
5298
|
* Determines if the section is collapsible.
|
|
@@ -5033,6 +5393,10 @@ declare namespace LocalJSX {
|
|
|
5033
5393
|
* @deprecated
|
|
5034
5394
|
*/
|
|
5035
5395
|
"popDirection"?: 'up' | 'down';
|
|
5396
|
+
/**
|
|
5397
|
+
* 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.
|
|
5398
|
+
*/
|
|
5399
|
+
"popoverMaxHeight"?: number;
|
|
5036
5400
|
/**
|
|
5037
5401
|
* Determines the display mode of the popover. Providing a value of `legacy` instructs the popover to use absolute positioning instead of fixed positioning.
|
|
5038
5402
|
* @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 +5610,10 @@ declare namespace LocalJSX {
|
|
|
5246
5610
|
* 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
5611
|
*/
|
|
5248
5612
|
"popoverDirection"?: 'up' | 'down';
|
|
5613
|
+
/**
|
|
5614
|
+
* 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.
|
|
5615
|
+
*/
|
|
5616
|
+
"popoverMaxHeight"?: number;
|
|
5249
5617
|
/**
|
|
5250
5618
|
* @deprecated
|
|
5251
5619
|
*/
|
|
@@ -5394,6 +5762,7 @@ declare namespace LocalJSX {
|
|
|
5394
5762
|
}
|
|
5395
5763
|
interface IntrinsicElements {
|
|
5396
5764
|
"click-elsewhere": ClickElsewhere;
|
|
5765
|
+
"q2-action-group": Q2ActionGroup;
|
|
5397
5766
|
"q2-action-sheet": Q2ActionSheet;
|
|
5398
5767
|
"q2-avatar": Q2Avatar;
|
|
5399
5768
|
"q2-badge": Q2Badge;
|
|
@@ -5413,10 +5782,12 @@ declare namespace LocalJSX {
|
|
|
5413
5782
|
"q2-dropdown": Q2Dropdown;
|
|
5414
5783
|
"q2-dropdown-item": Q2DropdownItem;
|
|
5415
5784
|
"q2-editable-field": Q2EditableField;
|
|
5785
|
+
"q2-formatted-text": Q2FormattedText;
|
|
5416
5786
|
"q2-icon": Q2Icon;
|
|
5417
5787
|
"q2-input": Q2Input;
|
|
5418
5788
|
"q2-item": Q2Item;
|
|
5419
5789
|
"q2-legend": Q2Legend;
|
|
5790
|
+
"q2-link": Q2Link;
|
|
5420
5791
|
"q2-list": Q2List;
|
|
5421
5792
|
"q2-loading": Q2Loading;
|
|
5422
5793
|
"q2-loading-element": Q2LoadingElement;
|
|
@@ -5432,6 +5803,7 @@ declare namespace LocalJSX {
|
|
|
5432
5803
|
"q2-radio": Q2Radio;
|
|
5433
5804
|
"q2-radio-group": Q2RadioGroup;
|
|
5434
5805
|
"q2-relative-time": Q2RelativeTime;
|
|
5806
|
+
"q2-resize-observer": Q2ResizeObserver;
|
|
5435
5807
|
"q2-section": Q2Section;
|
|
5436
5808
|
"q2-select": Q2Select;
|
|
5437
5809
|
"q2-stepper": Q2Stepper;
|
|
@@ -5450,6 +5822,7 @@ declare module "@stencil/core" {
|
|
|
5450
5822
|
export namespace JSX {
|
|
5451
5823
|
interface IntrinsicElements {
|
|
5452
5824
|
"click-elsewhere": LocalJSX.ClickElsewhere & JSXBase.HTMLAttributes<HTMLClickElsewhereElement>;
|
|
5825
|
+
"q2-action-group": LocalJSX.Q2ActionGroup & JSXBase.HTMLAttributes<HTMLQ2ActionGroupElement>;
|
|
5453
5826
|
"q2-action-sheet": LocalJSX.Q2ActionSheet & JSXBase.HTMLAttributes<HTMLQ2ActionSheetElement>;
|
|
5454
5827
|
"q2-avatar": LocalJSX.Q2Avatar & JSXBase.HTMLAttributes<HTMLQ2AvatarElement>;
|
|
5455
5828
|
"q2-badge": LocalJSX.Q2Badge & JSXBase.HTMLAttributes<HTMLQ2BadgeElement>;
|
|
@@ -5469,10 +5842,12 @@ declare module "@stencil/core" {
|
|
|
5469
5842
|
"q2-dropdown": LocalJSX.Q2Dropdown & JSXBase.HTMLAttributes<HTMLQ2DropdownElement>;
|
|
5470
5843
|
"q2-dropdown-item": LocalJSX.Q2DropdownItem & JSXBase.HTMLAttributes<HTMLQ2DropdownItemElement>;
|
|
5471
5844
|
"q2-editable-field": LocalJSX.Q2EditableField & JSXBase.HTMLAttributes<HTMLQ2EditableFieldElement>;
|
|
5845
|
+
"q2-formatted-text": LocalJSX.Q2FormattedText & JSXBase.HTMLAttributes<HTMLQ2FormattedTextElement>;
|
|
5472
5846
|
"q2-icon": LocalJSX.Q2Icon & JSXBase.HTMLAttributes<HTMLQ2IconElement>;
|
|
5473
5847
|
"q2-input": LocalJSX.Q2Input & JSXBase.HTMLAttributes<HTMLQ2InputElement>;
|
|
5474
5848
|
"q2-item": LocalJSX.Q2Item & JSXBase.HTMLAttributes<HTMLQ2ItemElement>;
|
|
5475
5849
|
"q2-legend": LocalJSX.Q2Legend & JSXBase.HTMLAttributes<HTMLQ2LegendElement>;
|
|
5850
|
+
"q2-link": LocalJSX.Q2Link & JSXBase.HTMLAttributes<HTMLQ2LinkElement>;
|
|
5476
5851
|
"q2-list": LocalJSX.Q2List & JSXBase.HTMLAttributes<HTMLQ2ListElement>;
|
|
5477
5852
|
"q2-loading": LocalJSX.Q2Loading & JSXBase.HTMLAttributes<HTMLQ2LoadingElement>;
|
|
5478
5853
|
"q2-loading-element": LocalJSX.Q2LoadingElement & JSXBase.HTMLAttributes<HTMLQ2LoadingElementElement>;
|
|
@@ -5488,6 +5863,7 @@ declare module "@stencil/core" {
|
|
|
5488
5863
|
"q2-radio": LocalJSX.Q2Radio & JSXBase.HTMLAttributes<HTMLQ2RadioElement>;
|
|
5489
5864
|
"q2-radio-group": LocalJSX.Q2RadioGroup & JSXBase.HTMLAttributes<HTMLQ2RadioGroupElement>;
|
|
5490
5865
|
"q2-relative-time": LocalJSX.Q2RelativeTime & JSXBase.HTMLAttributes<HTMLQ2RelativeTimeElement>;
|
|
5866
|
+
"q2-resize-observer": LocalJSX.Q2ResizeObserver & JSXBase.HTMLAttributes<HTMLQ2ResizeObserverElement>;
|
|
5491
5867
|
"q2-section": LocalJSX.Q2Section & JSXBase.HTMLAttributes<HTMLQ2SectionElement>;
|
|
5492
5868
|
"q2-select": LocalJSX.Q2Select & JSXBase.HTMLAttributes<HTMLQ2SelectElement>;
|
|
5493
5869
|
"q2-stepper": LocalJSX.Q2Stepper & JSXBase.HTMLAttributes<HTMLQ2StepperElement>;
|