@helixui/library 2.1.2-next.52 → 2.1.2-next.53
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/custom-elements.json +520 -468
- package/dist/base/helix-element.d.ts.map +1 -1
- package/dist/components/hx-accordion/hx-accordion-item.d.ts +0 -2
- package/dist/components/hx-accordion/hx-accordion-item.d.ts.map +1 -1
- package/dist/components/hx-accordion/hx-accordion-item.styles.d.ts.map +1 -1
- package/dist/components/hx-accordion/hx-accordion.styles.d.ts.map +1 -1
- package/dist/components/hx-accordion/index.js +1 -1
- package/dist/components/hx-alert/hx-alert.styles.d.ts.map +1 -1
- package/dist/components/hx-alert/index.js +1 -1
- package/dist/components/hx-badge/hx-badge.styles.d.ts.map +1 -1
- package/dist/components/hx-badge/index.js +1 -1
- package/dist/components/hx-banner/hx-banner.styles.d.ts.map +1 -1
- package/dist/components/hx-banner/index.js +1 -1
- package/dist/components/hx-breadcrumb/hx-breadcrumb-item.d.ts.map +1 -1
- package/dist/components/hx-breadcrumb/hx-breadcrumb-item.styles.d.ts.map +1 -1
- package/dist/components/hx-breadcrumb/hx-breadcrumb.d.ts +0 -7
- package/dist/components/hx-breadcrumb/hx-breadcrumb.d.ts.map +1 -1
- package/dist/components/hx-breadcrumb/index.js +1 -1
- package/dist/components/hx-button/hx-button.d.ts +9 -9
- package/dist/components/hx-button/hx-button.d.ts.map +1 -1
- package/dist/components/hx-button/hx-button.styles.d.ts.map +1 -1
- package/dist/components/hx-button/index.js +1 -1
- package/dist/components/hx-button-group/hx-button-group.d.ts +1 -4
- package/dist/components/hx-button-group/hx-button-group.d.ts.map +1 -1
- package/dist/components/hx-button-group/index.js +1 -1
- package/dist/components/hx-card/hx-card.d.ts +16 -0
- package/dist/components/hx-card/hx-card.d.ts.map +1 -1
- package/dist/components/hx-card/hx-card.styles.d.ts.map +1 -1
- package/dist/components/hx-card/index.js +1 -1
- package/dist/components/hx-carousel/hx-carousel.d.ts.map +1 -1
- package/dist/components/hx-carousel/hx-carousel.styles.d.ts.map +1 -1
- package/dist/components/hx-carousel/index.js +1 -1
- package/dist/components/hx-checkbox/hx-checkbox.d.ts +8 -0
- package/dist/components/hx-checkbox/hx-checkbox.d.ts.map +1 -1
- package/dist/components/hx-checkbox/hx-checkbox.styles.d.ts.map +1 -1
- package/dist/components/hx-checkbox/index.js +1 -1
- package/dist/components/hx-checkbox-group/hx-checkbox-group.d.ts +6 -8
- package/dist/components/hx-checkbox-group/hx-checkbox-group.d.ts.map +1 -1
- package/dist/components/hx-checkbox-group/hx-checkbox-group.styles.d.ts.map +1 -1
- package/dist/components/hx-checkbox-group/index.js +1 -1
- package/dist/components/hx-clinical-status/hx-clinical-status.styles.d.ts.map +1 -1
- package/dist/components/hx-clinical-status/index.js +1 -1
- package/dist/components/hx-code-snippet/hx-code-snippet.styles.d.ts.map +1 -1
- package/dist/components/hx-code-snippet/index.js +1 -1
- package/dist/components/hx-color-picker/hx-color-picker.styles.d.ts.map +1 -1
- package/dist/components/hx-color-picker/index.js +1 -1
- package/dist/components/hx-combobox/hx-combobox.d.ts +20 -14
- package/dist/components/hx-combobox/hx-combobox.d.ts.map +1 -1
- package/dist/components/hx-combobox/hx-combobox.styles.d.ts.map +1 -1
- package/dist/components/hx-combobox/index.js +1 -1
- package/dist/components/hx-copy-button/hx-copy-button.styles.d.ts.map +1 -1
- package/dist/components/hx-copy-button/index.js +1 -1
- package/dist/components/hx-counter/hx-counter.styles.d.ts.map +1 -1
- package/dist/components/hx-counter/index.js +1 -1
- package/dist/components/hx-data-table/hx-data-table.d.ts +20 -0
- package/dist/components/hx-data-table/hx-data-table.d.ts.map +1 -1
- package/dist/components/hx-data-table/hx-data-table.styles.d.ts.map +1 -1
- package/dist/components/hx-data-table/index.js +1 -1
- package/dist/components/hx-date-picker/hx-date-picker.d.ts +6 -17
- package/dist/components/hx-date-picker/hx-date-picker.d.ts.map +1 -1
- package/dist/components/hx-date-picker/index.js +1 -1
- package/dist/components/hx-dialog/hx-dialog.d.ts +7 -0
- package/dist/components/hx-dialog/hx-dialog.d.ts.map +1 -1
- package/dist/components/hx-dialog/hx-dialog.styles.d.ts.map +1 -1
- package/dist/components/hx-dialog/index.js +1 -1
- package/dist/components/hx-divider/hx-divider.styles.d.ts.map +1 -1
- package/dist/components/hx-divider/index.js +1 -1
- package/dist/components/hx-drawer/hx-drawer.d.ts +7 -0
- package/dist/components/hx-drawer/hx-drawer.d.ts.map +1 -1
- package/dist/components/hx-drawer/hx-drawer.styles.d.ts.map +1 -1
- package/dist/components/hx-drawer/index.js +1 -1
- package/dist/components/hx-dropdown/hx-dropdown.d.ts +8 -5
- package/dist/components/hx-dropdown/hx-dropdown.d.ts.map +1 -1
- package/dist/components/hx-dropdown/hx-dropdown.styles.d.ts.map +1 -1
- package/dist/components/hx-dropdown/index.js +1 -1
- package/dist/components/hx-field/hx-field.d.ts.map +1 -1
- package/dist/components/hx-field/hx-field.styles.d.ts.map +1 -1
- package/dist/components/hx-field/index.js +1 -1
- package/dist/components/hx-field-label/hx-field-label.styles.d.ts.map +1 -1
- package/dist/components/hx-field-label/index.js +1 -1
- package/dist/components/hx-file-upload/hx-file-upload.d.ts +6 -14
- package/dist/components/hx-file-upload/hx-file-upload.d.ts.map +1 -1
- package/dist/components/hx-file-upload/index.js +1 -1
- package/dist/components/hx-help-text/hx-help-text.styles.d.ts.map +1 -1
- package/dist/components/hx-help-text/index.js +1 -1
- package/dist/components/hx-icon/hx-icon.styles.d.ts.map +1 -1
- package/dist/components/hx-icon/index.js +1 -1
- package/dist/components/hx-icon-button/hx-icon-button.d.ts +10 -14
- package/dist/components/hx-icon-button/hx-icon-button.d.ts.map +1 -1
- package/dist/components/hx-icon-button/hx-icon-button.styles.d.ts.map +1 -1
- package/dist/components/hx-icon-button/index.js +1 -1
- package/dist/components/hx-image/hx-image.styles.d.ts.map +1 -1
- package/dist/components/hx-image/index.js +1 -1
- package/dist/components/hx-link/hx-link.styles.d.ts.map +1 -1
- package/dist/components/hx-link/index.js +1 -1
- package/dist/components/hx-menu/hx-menu-divider.styles.d.ts.map +1 -1
- package/dist/components/hx-menu/hx-menu-item.styles.d.ts.map +1 -1
- package/dist/components/hx-menu/hx-menu.styles.d.ts.map +1 -1
- package/dist/components/hx-menu/index.js +1 -1
- package/dist/components/hx-meter/hx-meter.d.ts +0 -2
- package/dist/components/hx-meter/hx-meter.d.ts.map +1 -1
- package/dist/components/hx-meter/hx-meter.styles.d.ts.map +1 -1
- package/dist/components/hx-meter/index.js +1 -1
- package/dist/components/hx-nav/hx-nav.styles.d.ts.map +1 -1
- package/dist/components/hx-nav/index.js +1 -1
- package/dist/components/hx-number-input/hx-number-input.d.ts +6 -8
- package/dist/components/hx-number-input/hx-number-input.d.ts.map +1 -1
- package/dist/components/hx-number-input/hx-number-input.styles.d.ts.map +1 -1
- package/dist/components/hx-number-input/index.js +1 -1
- package/dist/components/hx-overflow-menu/hx-overflow-menu.d.ts.map +1 -1
- package/dist/components/hx-overflow-menu/hx-overflow-menu.styles.d.ts.map +1 -1
- package/dist/components/hx-overflow-menu/index.js +1 -1
- package/dist/components/hx-patient-banner/hx-patient-banner.styles.d.ts.map +1 -1
- package/dist/components/hx-patient-banner/index.js +1 -1
- package/dist/components/hx-popover/hx-popover.d.ts +1 -0
- package/dist/components/hx-popover/hx-popover.d.ts.map +1 -1
- package/dist/components/hx-popover/hx-popover.styles.d.ts.map +1 -1
- package/dist/components/hx-popover/index.js +1 -1
- package/dist/components/hx-popup/hx-popup.styles.d.ts.map +1 -1
- package/dist/components/hx-popup/index.js +1 -1
- package/dist/components/hx-progress-bar/hx-progress-bar.d.ts +0 -2
- package/dist/components/hx-progress-bar/hx-progress-bar.d.ts.map +1 -1
- package/dist/components/hx-progress-bar/index.js +1 -1
- package/dist/components/hx-radio-group/hx-radio-group.d.ts +6 -11
- package/dist/components/hx-radio-group/hx-radio-group.d.ts.map +1 -1
- package/dist/components/hx-radio-group/hx-radio-group.styles.d.ts.map +1 -1
- package/dist/components/hx-radio-group/hx-radio.d.ts.map +1 -1
- package/dist/components/hx-radio-group/hx-radio.styles.d.ts.map +1 -1
- package/dist/components/hx-radio-group/index.js +1 -1
- package/dist/components/hx-rating/hx-rating.d.ts +6 -11
- package/dist/components/hx-rating/hx-rating.d.ts.map +1 -1
- package/dist/components/hx-rating/hx-rating.styles.d.ts.map +1 -1
- package/dist/components/hx-rating/index.js +1 -1
- package/dist/components/hx-select/hx-select.d.ts +8 -0
- package/dist/components/hx-select/hx-select.d.ts.map +1 -1
- package/dist/components/hx-select/hx-select.styles.d.ts.map +1 -1
- package/dist/components/hx-select/index.js +1 -1
- package/dist/components/hx-side-nav/hx-nav-item.d.ts +0 -3
- package/dist/components/hx-side-nav/hx-nav-item.d.ts.map +1 -1
- package/dist/components/hx-side-nav/hx-nav-item.styles.d.ts.map +1 -1
- package/dist/components/hx-side-nav/hx-side-nav.styles.d.ts.map +1 -1
- package/dist/components/hx-side-nav/index.js +1 -1
- package/dist/components/hx-skeleton/hx-skeleton.styles.d.ts.map +1 -1
- package/dist/components/hx-skeleton/index.js +1 -1
- package/dist/components/hx-slider/hx-slider.d.ts +9 -9
- package/dist/components/hx-slider/hx-slider.d.ts.map +1 -1
- package/dist/components/hx-slider/index.js +1 -1
- package/dist/components/hx-spinner/hx-spinner.styles.d.ts.map +1 -1
- package/dist/components/hx-spinner/index.js +1 -1
- package/dist/components/hx-split-button/hx-split-button.d.ts.map +1 -1
- package/dist/components/hx-split-button/hx-split-button.styles.d.ts.map +1 -1
- package/dist/components/hx-split-button/index.js +1 -1
- package/dist/components/hx-split-panel/hx-split-panel.styles.d.ts.map +1 -1
- package/dist/components/hx-split-panel/index.js +1 -1
- package/dist/components/hx-stat/hx-stat.d.ts +2 -2
- package/dist/components/hx-stat/hx-stat.d.ts.map +1 -1
- package/dist/components/hx-status-indicator/hx-status-indicator.styles.d.ts.map +1 -1
- package/dist/components/hx-status-indicator/index.js +1 -1
- package/dist/components/hx-steps/hx-step.styles.d.ts.map +1 -1
- package/dist/components/hx-steps/index.js +1 -1
- package/dist/components/hx-structured-list/hx-structured-list.styles.d.ts.map +1 -1
- package/dist/components/hx-structured-list/index.js +1 -1
- package/dist/components/hx-switch/hx-switch.d.ts +14 -17
- package/dist/components/hx-switch/hx-switch.d.ts.map +1 -1
- package/dist/components/hx-switch/hx-switch.styles.d.ts.map +1 -1
- package/dist/components/hx-switch/index.js +1 -1
- package/dist/components/hx-table/hx-table.styles.d.ts.map +1 -1
- package/dist/components/hx-table/index.js +1 -1
- package/dist/components/hx-tabs/hx-tab-panel.styles.d.ts.map +1 -1
- package/dist/components/hx-tabs/hx-tab.styles.d.ts.map +1 -1
- package/dist/components/hx-tabs/hx-tabs.d.ts +6 -0
- package/dist/components/hx-tabs/hx-tabs.d.ts.map +1 -1
- package/dist/components/hx-tabs/hx-tabs.styles.d.ts.map +1 -1
- package/dist/components/hx-tabs/index.js +1 -1
- package/dist/components/hx-tag/hx-tag.styles.d.ts.map +1 -1
- package/dist/components/hx-tag/index.js +1 -1
- package/dist/components/hx-text-input/hx-text-input.d.ts +11 -0
- package/dist/components/hx-text-input/hx-text-input.d.ts.map +1 -1
- package/dist/components/hx-text-input/hx-text-input.styles.d.ts.map +1 -1
- package/dist/components/hx-text-input/index.js +1 -1
- package/dist/components/hx-textarea/hx-textarea.d.ts +17 -9
- package/dist/components/hx-textarea/hx-textarea.d.ts.map +1 -1
- package/dist/components/hx-textarea/hx-textarea.styles.d.ts.map +1 -1
- package/dist/components/hx-textarea/index.js +1 -1
- package/dist/components/hx-time-picker/hx-time-picker.d.ts +6 -17
- package/dist/components/hx-time-picker/hx-time-picker.d.ts.map +1 -1
- package/dist/components/hx-time-picker/index.js +1 -1
- package/dist/components/hx-toast/hx-toast.styles.d.ts.map +1 -1
- package/dist/components/hx-toast/index.js +1 -1
- package/dist/components/hx-toggle-button/hx-toggle-button.d.ts +6 -13
- package/dist/components/hx-toggle-button/hx-toggle-button.d.ts.map +1 -1
- package/dist/components/hx-toggle-button/hx-toggle-button.styles.d.ts.map +1 -1
- package/dist/components/hx-toggle-button/index.js +1 -1
- package/dist/components/hx-tooltip/hx-tooltip.d.ts.map +1 -1
- package/dist/components/hx-tooltip/hx-tooltip.styles.d.ts.map +1 -1
- package/dist/components/hx-tooltip/index.js +1 -1
- package/dist/components/hx-top-nav/hx-top-nav.styles.d.ts.map +1 -1
- package/dist/components/hx-top-nav/index.js +1 -1
- package/dist/components/hx-tree-view/hx-tree-item.styles.d.ts.map +1 -1
- package/dist/components/hx-tree-view/index.js +1 -1
- package/dist/css/helix-all.css +1268 -10
- package/dist/css/helix-core.css +137 -1
- package/dist/css/helix-data.css +69 -0
- package/dist/css/helix-feedback.css +77 -0
- package/dist/css/helix-forms.css +627 -3
- package/dist/css/helix-layout.css +22 -0
- package/dist/css/helix-media.css +24 -0
- package/dist/css/helix-navigation.css +110 -0
- package/dist/css/helix-overlay.css +87 -0
- package/dist/css/helix-utility.css +66 -0
- package/dist/css/hx-accordion.css +8 -0
- package/dist/css/hx-alert.css +21 -0
- package/dist/css/hx-badge.css +16 -0
- package/dist/css/hx-banner.css +17 -0
- package/dist/css/hx-button.css +4 -1
- package/dist/css/hx-card.css +12 -0
- package/dist/css/hx-carousel.css +24 -0
- package/dist/css/hx-checkbox-group.css +32 -0
- package/dist/css/hx-checkbox.css +66 -0
- package/dist/css/hx-clinical-status.css +23 -0
- package/dist/css/hx-code-snippet.css +22 -0
- package/dist/css/hx-color-picker.css +1 -1
- package/dist/css/hx-combobox.css +1 -1
- package/dist/css/hx-copy-button.css +28 -0
- package/dist/css/hx-counter.css +3 -0
- package/dist/css/hx-data-table.css +23 -0
- package/dist/css/hx-dialog.css +21 -0
- package/dist/css/hx-divider.css +8 -0
- package/dist/css/hx-drawer.css +21 -0
- package/dist/css/hx-dropdown.css +9 -0
- package/dist/css/hx-field-label.css +16 -0
- package/dist/css/hx-field.css +36 -0
- package/dist/css/hx-help-text.css +20 -0
- package/dist/css/hx-icon-button.css +27 -0
- package/dist/css/hx-icon.css +8 -0
- package/dist/css/hx-image.css +8 -0
- package/dist/css/hx-link.css +18 -0
- package/dist/css/hx-menu.css +9 -0
- package/dist/css/hx-meter.css +13 -0
- package/dist/css/hx-nav.css +16 -0
- package/dist/css/hx-number-input.css +78 -0
- package/dist/css/hx-overflow-menu.css +31 -0
- package/dist/css/hx-patient-banner.css +20 -0
- package/dist/css/hx-popover.css +12 -0
- package/dist/css/hx-popup.css +12 -0
- package/dist/css/hx-radio-group.css +32 -0
- package/dist/css/hx-rating.css +39 -0
- package/dist/css/hx-select.css +82 -0
- package/dist/css/hx-side-nav.css +21 -0
- package/dist/css/hx-skeleton.css +12 -0
- package/dist/css/hx-spinner.css +12 -0
- package/dist/css/hx-split-button.css +35 -0
- package/dist/css/hx-split-panel.css +14 -0
- package/dist/css/hx-status-indicator.css +13 -0
- package/dist/css/hx-structured-list.css +16 -0
- package/dist/css/hx-switch.css +62 -0
- package/dist/css/hx-table.css +8 -0
- package/dist/css/hx-tabs.css +12 -0
- package/dist/css/hx-tag.css +12 -0
- package/dist/css/hx-text-input.css +62 -0
- package/dist/css/hx-textarea.css +62 -0
- package/dist/css/hx-toast.css +13 -0
- package/dist/css/hx-toggle-button.css +38 -1
- package/dist/css/hx-tooltip.css +12 -0
- package/dist/css/hx-top-nav.css +21 -0
- package/dist/css/index.css +1 -1
- package/dist/css/manifest.json +4 -3
- package/dist/index.js +65 -65
- package/dist/mixins/aria-delegation.d.ts +3 -1
- package/dist/mixins/aria-delegation.d.ts.map +1 -1
- package/dist/mixins/index.d.ts +1 -1
- package/dist/mixins/index.d.ts.map +1 -1
- package/dist/shared/{aria-delegation-CBP9eQ0M.js → aria-delegation-Doq6RRUy.js} +6 -6
- package/dist/shared/aria-delegation-Doq6RRUy.js.map +1 -0
- package/dist/shared/{helix-element-CZvaIEQP.js → helix-element-BJh1Ffvi.js} +18 -21
- package/dist/shared/{helix-element-CZvaIEQP.js.map → helix-element-BJh1Ffvi.js.map} +1 -1
- package/dist/shared/{hx-accordion-CpfO0YQo.js → hx-accordion-SlwR2C6S.js} +109 -62
- package/dist/shared/hx-accordion-SlwR2C6S.js.map +1 -0
- package/dist/shared/{hx-alert-CHOjTBds.js → hx-alert-DdlSyJGk.js} +22 -1
- package/dist/shared/hx-alert-DdlSyJGk.js.map +1 -0
- package/dist/shared/{hx-badge-RPzd-t5l.js → hx-badge-B_PzGlUo.js} +17 -1
- package/dist/shared/hx-badge-B_PzGlUo.js.map +1 -0
- package/dist/shared/{hx-banner-B-WEDiq7.js → hx-banner-D8AxkCfc.js} +30 -13
- package/dist/shared/hx-banner-D8AxkCfc.js.map +1 -0
- package/dist/shared/{hx-breadcrumb-item-jLAKK038.js → hx-breadcrumb-item-BCUIvpYX.js} +32 -15
- package/dist/shared/hx-breadcrumb-item-BCUIvpYX.js.map +1 -0
- package/dist/shared/{hx-button-DoN8jjQT.js → hx-button-BzqsDHmZ.js} +15 -16
- package/dist/shared/hx-button-BzqsDHmZ.js.map +1 -0
- package/dist/shared/{hx-button-group-BXlMQTt_.js → hx-button-group-a5Pb_9fU.js} +8 -9
- package/dist/shared/{hx-button-group-BXlMQTt_.js.map → hx-button-group-a5Pb_9fU.js.map} +1 -1
- package/dist/shared/{hx-card-BgXZXDuc.js → hx-card-DYlaxQy0.js} +59 -33
- package/dist/shared/hx-card-DYlaxQy0.js.map +1 -0
- package/dist/shared/{hx-carousel-item-Dwt9Pphz.js → hx-carousel-item-KQfCekKF.js} +45 -19
- package/dist/shared/hx-carousel-item-KQfCekKF.js.map +1 -0
- package/dist/shared/{hx-checkbox-C82GjRXe.js → hx-checkbox-DyDbR1B9.js} +97 -31
- package/dist/shared/hx-checkbox-DyDbR1B9.js.map +1 -0
- package/dist/shared/{hx-checkbox-group-DThZeN5d.js → hx-checkbox-group-C8TaFqy0.js} +75 -40
- package/dist/shared/hx-checkbox-group-C8TaFqy0.js.map +1 -0
- package/dist/shared/{hx-clinical-status-BjtT5c0M.js → hx-clinical-status-dDyk5oj1.js} +53 -30
- package/dist/shared/hx-clinical-status-dDyk5oj1.js.map +1 -0
- package/dist/shared/{hx-code-snippet-DcVENSuC.js → hx-code-snippet-DasrRF9k.js} +27 -5
- package/dist/shared/hx-code-snippet-DasrRF9k.js.map +1 -0
- package/dist/shared/{hx-color-picker-C6EIuS9t.js → hx-color-picker-zv6wtok4.js} +81 -81
- package/dist/shared/hx-color-picker-zv6wtok4.js.map +1 -0
- package/dist/shared/{hx-combobox-BJ4lQocO.js → hx-combobox-C-DVLFpu.js} +36 -45
- package/dist/shared/hx-combobox-C-DVLFpu.js.map +1 -0
- package/dist/shared/{hx-copy-button-BoM0WsMd.js → hx-copy-button-DikpbhWY.js} +54 -26
- package/dist/shared/hx-copy-button-DikpbhWY.js.map +1 -0
- package/dist/shared/{hx-counter-B5NgKlw4.js → hx-counter-_m4cq45V.js} +21 -18
- package/dist/shared/hx-counter-_m4cq45V.js.map +1 -0
- package/dist/shared/{hx-data-table-D5Ne-goy.js → hx-data-table-609C-e9w.js} +215 -150
- package/dist/shared/hx-data-table-609C-e9w.js.map +1 -0
- package/dist/shared/{hx-date-picker-Cd3I3WkX.js → hx-date-picker-Bh8410Sf.js} +26 -35
- package/dist/shared/hx-date-picker-Bh8410Sf.js.map +1 -0
- package/dist/shared/{hx-dialog-D4ubstxx.js → hx-dialog-D_DeqcNS.js} +46 -25
- package/dist/shared/hx-dialog-D_DeqcNS.js.map +1 -0
- package/dist/shared/{hx-divider-BBtOLHRP.js → hx-divider-lfOMElo2.js} +18 -10
- package/dist/shared/hx-divider-lfOMElo2.js.map +1 -0
- package/dist/shared/{hx-drawer--WDLuWtS.js → hx-drawer-NleCbKuN.js} +95 -60
- package/dist/shared/hx-drawer-NleCbKuN.js.map +1 -0
- package/dist/shared/{hx-dropdown-n5-XSmiV.js → hx-dropdown-CA9WYdhm.js} +37 -27
- package/dist/shared/hx-dropdown-CA9WYdhm.js.map +1 -0
- package/dist/shared/{hx-field-CwT9tki1.js → hx-field-Duiib9Bj.js} +48 -12
- package/dist/shared/hx-field-Duiib9Bj.js.map +1 -0
- package/dist/shared/{hx-field-label-CcOK9VU3.js → hx-field-label-Dud-psvE.js} +37 -21
- package/dist/shared/hx-field-label-Dud-psvE.js.map +1 -0
- package/dist/shared/{hx-file-upload-Di_vpQaG.js → hx-file-upload-CmCCAvej.js} +24 -33
- package/dist/shared/hx-file-upload-CmCCAvej.js.map +1 -0
- package/dist/shared/{hx-help-text-Bmb80bP4.js → hx-help-text-DARi-Pfp.js} +37 -17
- package/dist/shared/hx-help-text-DARi-Pfp.js.map +1 -0
- package/dist/shared/{hx-icon-button-CJuy9xbw.js → hx-icon-button-BcZtVVtH.js} +58 -41
- package/dist/shared/hx-icon-button-BcZtVVtH.js.map +1 -0
- package/dist/shared/{hx-icon-BKHs3OLu.js → hx-icon-jWcGmn66.js} +9 -1
- package/dist/shared/hx-icon-jWcGmn66.js.map +1 -0
- package/dist/shared/{hx-image-ztiXumZB.js → hx-image-DOjPp-K5.js} +28 -20
- package/dist/shared/hx-image-DOjPp-K5.js.map +1 -0
- package/dist/shared/{hx-link-CN7AvGOW.js → hx-link-DCBct0f4.js} +44 -26
- package/dist/shared/hx-link-DCBct0f4.js.map +1 -0
- package/dist/shared/{hx-menu-divider-DRT8yHRZ.js → hx-menu-divider-DVWER7iT.js} +93 -50
- package/dist/shared/hx-menu-divider-DVWER7iT.js.map +1 -0
- package/dist/shared/{hx-meter-BcVC9yrt.js → hx-meter-ChZdWNF2.js} +42 -28
- package/dist/shared/hx-meter-ChZdWNF2.js.map +1 -0
- package/dist/shared/{hx-nav-l0Rp7WPW.js → hx-nav-CHX1JOWB.js} +28 -12
- package/dist/shared/hx-nav-CHX1JOWB.js.map +1 -0
- package/dist/shared/{hx-nav-item-CJN4VDrf.js → hx-nav-item-CRAESq9s.js} +56 -22
- package/dist/shared/hx-nav-item-CRAESq9s.js.map +1 -0
- package/dist/shared/{hx-number-input-0Waw7Z7u.js → hx-number-input-Cm682AVP.js} +154 -72
- package/dist/shared/hx-number-input-Cm682AVP.js.map +1 -0
- package/dist/shared/{hx-overflow-menu-DElwFSCd.js → hx-overflow-menu-BDl6QfUD.js} +52 -19
- package/dist/shared/hx-overflow-menu-BDl6QfUD.js.map +1 -0
- package/dist/shared/{hx-patient-banner-BKiN7nIE.js → hx-patient-banner-B4IjHeTx.js} +54 -34
- package/dist/shared/hx-patient-banner-B4IjHeTx.js.map +1 -0
- package/dist/shared/{hx-popover-CydNuVkT.js → hx-popover-ZGRFgBbx.js} +29 -15
- package/dist/shared/hx-popover-ZGRFgBbx.js.map +1 -0
- package/dist/shared/{hx-popup-DbzezTOd.js → hx-popup-Cc4qz89i.js} +24 -12
- package/dist/shared/hx-popup-Cc4qz89i.js.map +1 -0
- package/dist/shared/{hx-progress-bar-Cm0VihTN.js → hx-progress-bar-BY1uE6bN.js} +17 -16
- package/dist/shared/hx-progress-bar-BY1uE6bN.js.map +1 -0
- package/dist/shared/{hx-radio-f8c5ggHG.js → hx-radio-YEEsbUPN.js} +139 -54
- package/dist/shared/hx-radio-YEEsbUPN.js.map +1 -0
- package/dist/shared/{hx-rating-qRJZXskm.js → hx-rating-DjUJTT0M.js} +54 -17
- package/dist/shared/hx-rating-DjUJTT0M.js.map +1 -0
- package/dist/shared/{hx-select-CgcgsHU5.js → hx-select-DZ7wfcJx.js} +119 -37
- package/dist/shared/hx-select-DZ7wfcJx.js.map +1 -0
- package/dist/shared/{hx-skeleton-tiYvKO-t.js → hx-skeleton-aqa-gr1S.js} +28 -16
- package/dist/shared/hx-skeleton-aqa-gr1S.js.map +1 -0
- package/dist/shared/{hx-slider-BvXtvxmN.js → hx-slider-DAilFrR_.js} +28 -25
- package/dist/shared/hx-slider-DAilFrR_.js.map +1 -0
- package/dist/shared/{hx-spinner-D6nzuGmj.js → hx-spinner-Dw3cRY-9.js} +26 -14
- package/dist/shared/hx-spinner-Dw3cRY-9.js.map +1 -0
- package/dist/shared/{hx-split-button-CPndTJlC.js → hx-split-button-Dk-zMDDo.js} +51 -14
- package/dist/shared/hx-split-button-Dk-zMDDo.js.map +1 -0
- package/dist/shared/{hx-split-panel-Dx72NaET.js → hx-split-panel-Kdp4BiLz.js} +15 -1
- package/dist/shared/hx-split-panel-Kdp4BiLz.js.map +1 -0
- package/dist/shared/hx-stat-DKlyBL_K.js.map +1 -1
- package/dist/shared/{hx-status-indicator-ClWpK6zz.js → hx-status-indicator-DWSM0Ctm.js} +30 -17
- package/dist/shared/hx-status-indicator-DWSM0Ctm.js.map +1 -0
- package/dist/shared/{hx-step-C2Jk4mHa.js → hx-step-CuoOvcI8.js} +52 -18
- package/dist/shared/{hx-step-C2Jk4mHa.js.map → hx-step-CuoOvcI8.js.map} +1 -1
- package/dist/shared/{hx-structured-list-DKlrv7kS.js → hx-structured-list-CQCD7bCT.js} +21 -5
- package/dist/shared/hx-structured-list-CQCD7bCT.js.map +1 -0
- package/dist/shared/{hx-switch-BzMN37PV.js → hx-switch-BdxKN9WM.js} +89 -32
- package/dist/shared/hx-switch-BdxKN9WM.js.map +1 -0
- package/dist/shared/{hx-tab-panel-J58zOSjq.js → hx-tab-panel-CwClQoWP.js} +141 -88
- package/dist/shared/hx-tab-panel-CwClQoWP.js.map +1 -0
- package/dist/shared/{hx-tag-F0ZcYj9b.js → hx-tag-BL5qJJCN.js} +20 -8
- package/dist/shared/hx-tag-BL5qJJCN.js.map +1 -0
- package/dist/shared/{hx-td-CNCvzBwY.js → hx-td-CzSvVKdp.js} +21 -13
- package/dist/shared/hx-td-CzSvVKdp.js.map +1 -0
- package/dist/shared/{hx-text-input-Zuodg9s_.js → hx-text-input-BfMrvN9N.js} +110 -48
- package/dist/shared/hx-text-input-BfMrvN9N.js.map +1 -0
- package/dist/shared/{hx-textarea-BfSJJtA1.js → hx-textarea-C-i_Vam6.js} +108 -47
- package/dist/shared/hx-textarea-C-i_Vam6.js.map +1 -0
- package/dist/shared/{hx-time-picker-CZvmihHD.js → hx-time-picker-MZyLQPW9.js} +50 -61
- package/dist/shared/hx-time-picker-MZyLQPW9.js.map +1 -0
- package/dist/shared/{hx-toggle-button-BZUQUULm.js → hx-toggle-button-ClyNYNVI.js} +68 -37
- package/dist/shared/hx-toggle-button-ClyNYNVI.js.map +1 -0
- package/dist/shared/{hx-tooltip-Ny4i1Idj.js → hx-tooltip-ByWT987R.js} +33 -19
- package/dist/shared/hx-tooltip-ByWT987R.js.map +1 -0
- package/dist/shared/{hx-top-nav-CC4FW2Hp.js → hx-top-nav-k7hY78kt.js} +35 -14
- package/dist/shared/hx-top-nav-k7hY78kt.js.map +1 -0
- package/dist/shared/{hx-tree-item-CPQ9dJiK.js → hx-tree-item-D0ZphA45.js} +9 -1
- package/dist/shared/hx-tree-item-D0ZphA45.js.map +1 -0
- package/dist/shared/{toast-factory-CEMNOt1T.js → toast-factory-Cwd0PihS.js} +49 -36
- package/dist/shared/toast-factory-Cwd0PihS.js.map +1 -0
- package/package.json +2 -2
- package/dist/shared/aria-delegation-CBP9eQ0M.js.map +0 -1
- package/dist/shared/hx-accordion-CpfO0YQo.js.map +0 -1
- package/dist/shared/hx-alert-CHOjTBds.js.map +0 -1
- package/dist/shared/hx-badge-RPzd-t5l.js.map +0 -1
- package/dist/shared/hx-banner-B-WEDiq7.js.map +0 -1
- package/dist/shared/hx-breadcrumb-item-jLAKK038.js.map +0 -1
- package/dist/shared/hx-button-DoN8jjQT.js.map +0 -1
- package/dist/shared/hx-card-BgXZXDuc.js.map +0 -1
- package/dist/shared/hx-carousel-item-Dwt9Pphz.js.map +0 -1
- package/dist/shared/hx-checkbox-C82GjRXe.js.map +0 -1
- package/dist/shared/hx-checkbox-group-DThZeN5d.js.map +0 -1
- package/dist/shared/hx-clinical-status-BjtT5c0M.js.map +0 -1
- package/dist/shared/hx-code-snippet-DcVENSuC.js.map +0 -1
- package/dist/shared/hx-color-picker-C6EIuS9t.js.map +0 -1
- package/dist/shared/hx-combobox-BJ4lQocO.js.map +0 -1
- package/dist/shared/hx-copy-button-BoM0WsMd.js.map +0 -1
- package/dist/shared/hx-counter-B5NgKlw4.js.map +0 -1
- package/dist/shared/hx-data-table-D5Ne-goy.js.map +0 -1
- package/dist/shared/hx-date-picker-Cd3I3WkX.js.map +0 -1
- package/dist/shared/hx-dialog-D4ubstxx.js.map +0 -1
- package/dist/shared/hx-divider-BBtOLHRP.js.map +0 -1
- package/dist/shared/hx-drawer--WDLuWtS.js.map +0 -1
- package/dist/shared/hx-dropdown-n5-XSmiV.js.map +0 -1
- package/dist/shared/hx-field-CwT9tki1.js.map +0 -1
- package/dist/shared/hx-field-label-CcOK9VU3.js.map +0 -1
- package/dist/shared/hx-file-upload-Di_vpQaG.js.map +0 -1
- package/dist/shared/hx-help-text-Bmb80bP4.js.map +0 -1
- package/dist/shared/hx-icon-BKHs3OLu.js.map +0 -1
- package/dist/shared/hx-icon-button-CJuy9xbw.js.map +0 -1
- package/dist/shared/hx-image-ztiXumZB.js.map +0 -1
- package/dist/shared/hx-link-CN7AvGOW.js.map +0 -1
- package/dist/shared/hx-menu-divider-DRT8yHRZ.js.map +0 -1
- package/dist/shared/hx-meter-BcVC9yrt.js.map +0 -1
- package/dist/shared/hx-nav-item-CJN4VDrf.js.map +0 -1
- package/dist/shared/hx-nav-l0Rp7WPW.js.map +0 -1
- package/dist/shared/hx-number-input-0Waw7Z7u.js.map +0 -1
- package/dist/shared/hx-overflow-menu-DElwFSCd.js.map +0 -1
- package/dist/shared/hx-patient-banner-BKiN7nIE.js.map +0 -1
- package/dist/shared/hx-popover-CydNuVkT.js.map +0 -1
- package/dist/shared/hx-popup-DbzezTOd.js.map +0 -1
- package/dist/shared/hx-progress-bar-Cm0VihTN.js.map +0 -1
- package/dist/shared/hx-radio-f8c5ggHG.js.map +0 -1
- package/dist/shared/hx-rating-qRJZXskm.js.map +0 -1
- package/dist/shared/hx-select-CgcgsHU5.js.map +0 -1
- package/dist/shared/hx-skeleton-tiYvKO-t.js.map +0 -1
- package/dist/shared/hx-slider-BvXtvxmN.js.map +0 -1
- package/dist/shared/hx-spinner-D6nzuGmj.js.map +0 -1
- package/dist/shared/hx-split-button-CPndTJlC.js.map +0 -1
- package/dist/shared/hx-split-panel-Dx72NaET.js.map +0 -1
- package/dist/shared/hx-status-indicator-ClWpK6zz.js.map +0 -1
- package/dist/shared/hx-structured-list-DKlrv7kS.js.map +0 -1
- package/dist/shared/hx-switch-BzMN37PV.js.map +0 -1
- package/dist/shared/hx-tab-panel-J58zOSjq.js.map +0 -1
- package/dist/shared/hx-tag-F0ZcYj9b.js.map +0 -1
- package/dist/shared/hx-td-CNCvzBwY.js.map +0 -1
- package/dist/shared/hx-text-input-Zuodg9s_.js.map +0 -1
- package/dist/shared/hx-textarea-BfSJJtA1.js.map +0 -1
- package/dist/shared/hx-time-picker-CZvmihHD.js.map +0 -1
- package/dist/shared/hx-toggle-button-BZUQUULm.js.map +0 -1
- package/dist/shared/hx-tooltip-Ny4i1Idj.js.map +0 -1
- package/dist/shared/hx-top-nav-CC4FW2Hp.js.map +0 -1
- package/dist/shared/hx-tree-item-CPQ9dJiK.js.map +0 -1
- package/dist/shared/toast-factory-CEMNOt1T.js.map +0 -1
package/custom-elements.json
CHANGED
|
@@ -2,230 +2,6 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
-
{
|
|
6
|
-
"kind": "javascript-module",
|
|
7
|
-
"path": "src/components/hx-action-bar/hx-action-bar.ts",
|
|
8
|
-
"declarations": [
|
|
9
|
-
{
|
|
10
|
-
"kind": "class",
|
|
11
|
-
"description": "A horizontal toolbar container for grouping related action buttons and controls.\nImplements the ARIA toolbar pattern with roving tabindex keyboard navigation.",
|
|
12
|
-
"name": "HelixActionBar",
|
|
13
|
-
"cssProperties": [
|
|
14
|
-
{
|
|
15
|
-
"description": "Bar background color (default variant).",
|
|
16
|
-
"name": "--hx-action-bar-bg",
|
|
17
|
-
"default": "transparent"
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"description": "Bar border (default variant).",
|
|
21
|
-
"name": "--hx-action-bar-border",
|
|
22
|
-
"default": "none"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"description": "Inner padding.",
|
|
26
|
-
"name": "--hx-action-bar-padding",
|
|
27
|
-
"default": "var(--hx-space-2,0.5rem) var(--hx-space-3,0.75rem)"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"description": "Gap between slotted items.",
|
|
31
|
-
"name": "--hx-action-bar-gap",
|
|
32
|
-
"default": "var(--hx-space-2,0.5rem)"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"description": "Z-index when sticky or bottom position.",
|
|
36
|
-
"name": "--hx-action-bar-z-index",
|
|
37
|
-
"default": "10"
|
|
38
|
-
}
|
|
39
|
-
],
|
|
40
|
-
"cssParts": [
|
|
41
|
-
{
|
|
42
|
-
"description": "The root toolbar container element.",
|
|
43
|
-
"name": "base"
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"description": "The start (left) slot wrapper.",
|
|
47
|
-
"name": "start"
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"description": "The center (default) slot wrapper.",
|
|
51
|
-
"name": "center"
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"description": "The end (right) slot wrapper.",
|
|
55
|
-
"name": "end"
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"description": "The overflow slot wrapper (hidden when no overflow content).",
|
|
59
|
-
"name": "overflow"
|
|
60
|
-
}
|
|
61
|
-
],
|
|
62
|
-
"slots": [
|
|
63
|
-
{
|
|
64
|
-
"description": "Left-aligned actions.",
|
|
65
|
-
"name": "start"
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
"description": "Center content (default slot).",
|
|
69
|
-
"name": ""
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"description": "Right-aligned actions.",
|
|
73
|
-
"name": "end"
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"description": "Actions revealed when the bar is constrained for space.",
|
|
77
|
-
"name": "overflow"
|
|
78
|
-
}
|
|
79
|
-
],
|
|
80
|
-
"members": [
|
|
81
|
-
{
|
|
82
|
-
"kind": "field",
|
|
83
|
-
"name": "size",
|
|
84
|
-
"type": {
|
|
85
|
-
"text": "'sm' | 'md' | 'lg'"
|
|
86
|
-
},
|
|
87
|
-
"default": "'md'",
|
|
88
|
-
"description": "Size of the action bar — propagated as a data attribute to slotted children.",
|
|
89
|
-
"attribute": "hx-size",
|
|
90
|
-
"reflects": true
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"kind": "field",
|
|
94
|
-
"name": "variant",
|
|
95
|
-
"type": {
|
|
96
|
-
"text": "'default' | 'outlined' | 'filled'"
|
|
97
|
-
},
|
|
98
|
-
"default": "'default'",
|
|
99
|
-
"description": "Visual variant controlling the bar background.",
|
|
100
|
-
"attribute": "variant",
|
|
101
|
-
"reflects": true
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"kind": "field",
|
|
105
|
-
"name": "position",
|
|
106
|
-
"type": {
|
|
107
|
-
"text": "'top' | 'bottom' | 'sticky'"
|
|
108
|
-
},
|
|
109
|
-
"default": "'top'",
|
|
110
|
-
"description": "Position and sticky behavior of the action bar.\n- `top` — normal flow (default)\n- `sticky` — sticks to the top of the scroll container; add `scroll-padding-top` to the\n scroll container equal to the bar height to prevent anchor targets from scrolling behind it\n- `bottom` — sticks to the bottom of the scroll container with iOS safe-area-inset support",
|
|
111
|
-
"attribute": "position",
|
|
112
|
-
"reflects": true
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"kind": "field",
|
|
116
|
-
"name": "sticky",
|
|
117
|
-
"type": {
|
|
118
|
-
"text": "boolean"
|
|
119
|
-
},
|
|
120
|
-
"deprecated": "Use `position=\"sticky\"` instead.\nWhen true, the bar sticks to the top of its scroll container.",
|
|
121
|
-
"attribute": "sticky",
|
|
122
|
-
"reflects": true
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
"kind": "field",
|
|
126
|
-
"name": "accessibleLabel",
|
|
127
|
-
"type": {
|
|
128
|
-
"text": "string"
|
|
129
|
-
},
|
|
130
|
-
"default": "''",
|
|
131
|
-
"description": "Accessible label for the toolbar.\nRequired when multiple toolbars appear on the same page.\n\nAccepts both `accessible-label` and the standard `aria-label` HTML attribute.\nThe `accessible-label` attribute takes precedence when both are set.\n\nPreviously this was exposed as the `ariaLabel` JS property, which shadowed\nthe native `HTMLElement.ariaLabel`. That shadowing is removed; use\n`accessibleLabel` or the HTML attributes instead.",
|
|
132
|
-
"attribute": "accessible-label"
|
|
133
|
-
}
|
|
134
|
-
],
|
|
135
|
-
"attributes": [
|
|
136
|
-
{
|
|
137
|
-
"name": "hx-size",
|
|
138
|
-
"type": {
|
|
139
|
-
"text": "'sm' | 'md' | 'lg'"
|
|
140
|
-
},
|
|
141
|
-
"default": "'md'",
|
|
142
|
-
"description": "Size of the action bar — propagated as a data attribute to slotted children.",
|
|
143
|
-
"fieldName": "size",
|
|
144
|
-
"attribute": "hx-size"
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"name": "variant",
|
|
148
|
-
"type": {
|
|
149
|
-
"text": "'default' | 'outlined' | 'filled'"
|
|
150
|
-
},
|
|
151
|
-
"default": "'default'",
|
|
152
|
-
"description": "Visual variant controlling the bar background.",
|
|
153
|
-
"fieldName": "variant",
|
|
154
|
-
"attribute": "variant"
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
"name": "position",
|
|
158
|
-
"type": {
|
|
159
|
-
"text": "'top' | 'bottom' | 'sticky'"
|
|
160
|
-
},
|
|
161
|
-
"default": "'top'",
|
|
162
|
-
"description": "Position and sticky behavior of the action bar.\n- `top` — normal flow (default)\n- `sticky` — sticks to the top of the scroll container; add `scroll-padding-top` to the\n scroll container equal to the bar height to prevent anchor targets from scrolling behind it\n- `bottom` — sticks to the bottom of the scroll container with iOS safe-area-inset support",
|
|
163
|
-
"fieldName": "position",
|
|
164
|
-
"attribute": "position"
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
"name": "sticky",
|
|
168
|
-
"type": {
|
|
169
|
-
"text": "boolean"
|
|
170
|
-
},
|
|
171
|
-
"deprecated": "Use `position=\"sticky\"` instead.\nWhen true, the bar sticks to the top of its scroll container.",
|
|
172
|
-
"fieldName": "sticky",
|
|
173
|
-
"attribute": "sticky"
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
"name": "accessible-label",
|
|
177
|
-
"type": {
|
|
178
|
-
"text": "string"
|
|
179
|
-
},
|
|
180
|
-
"default": "''",
|
|
181
|
-
"description": "Accessible label for the toolbar.\nRequired when multiple toolbars appear on the same page.\n\nAccepts both `accessible-label` and the standard `aria-label` HTML attribute.\nThe `accessible-label` attribute takes precedence when both are set.\n\nPreviously this was exposed as the `ariaLabel` JS property, which shadowed\nthe native `HTMLElement.ariaLabel`. That shadowing is removed; use\n`accessibleLabel` or the HTML attributes instead.",
|
|
182
|
-
"fieldName": "accessibleLabel",
|
|
183
|
-
"attribute": "accessible-label"
|
|
184
|
-
}
|
|
185
|
-
],
|
|
186
|
-
"superclass": {
|
|
187
|
-
"name": "LitElement",
|
|
188
|
-
"package": "lit"
|
|
189
|
-
},
|
|
190
|
-
"tagName": "hx-action-bar",
|
|
191
|
-
"customElement": true,
|
|
192
|
-
"summary": "Horizontal action bar for grouping related controls."
|
|
193
|
-
}
|
|
194
|
-
],
|
|
195
|
-
"exports": [
|
|
196
|
-
{
|
|
197
|
-
"kind": "js",
|
|
198
|
-
"name": "HelixActionBar",
|
|
199
|
-
"declaration": {
|
|
200
|
-
"name": "HelixActionBar",
|
|
201
|
-
"module": "src/components/hx-action-bar/hx-action-bar.ts"
|
|
202
|
-
}
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"kind": "custom-element-definition",
|
|
206
|
-
"name": "hx-action-bar",
|
|
207
|
-
"declaration": {
|
|
208
|
-
"name": "HelixActionBar",
|
|
209
|
-
"module": "src/components/hx-action-bar/hx-action-bar.ts"
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
|
-
]
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
"kind": "javascript-module",
|
|
216
|
-
"path": "src/components/hx-action-bar/index.ts",
|
|
217
|
-
"declarations": [],
|
|
218
|
-
"exports": [
|
|
219
|
-
{
|
|
220
|
-
"kind": "js",
|
|
221
|
-
"name": "HelixActionBar",
|
|
222
|
-
"declaration": {
|
|
223
|
-
"name": "HelixActionBar",
|
|
224
|
-
"module": "./hx-action-bar.js"
|
|
225
|
-
}
|
|
226
|
-
}
|
|
227
|
-
]
|
|
228
|
-
},
|
|
229
5
|
{
|
|
230
6
|
"kind": "javascript-module",
|
|
231
7
|
"path": "src/components/hx-accordion/hx-accordion-item.ts",
|
|
@@ -454,73 +230,297 @@
|
|
|
454
230
|
"kind": "field",
|
|
455
231
|
"name": "mode",
|
|
456
232
|
"type": {
|
|
457
|
-
"text": "'single' | 'multi'"
|
|
233
|
+
"text": "'single' | 'multi'"
|
|
234
|
+
},
|
|
235
|
+
"default": "'single'",
|
|
236
|
+
"description": "Expansion mode: 'single' collapses all other items when one expands.\n'multi' allows multiple items open simultaneously.",
|
|
237
|
+
"attribute": "mode",
|
|
238
|
+
"reflects": true
|
|
239
|
+
}
|
|
240
|
+
],
|
|
241
|
+
"attributes": [
|
|
242
|
+
{
|
|
243
|
+
"name": "mode",
|
|
244
|
+
"type": {
|
|
245
|
+
"text": "'single' | 'multi'"
|
|
246
|
+
},
|
|
247
|
+
"default": "'single'",
|
|
248
|
+
"description": "Expansion mode: 'single' collapses all other items when one expands.\n'multi' allows multiple items open simultaneously.",
|
|
249
|
+
"fieldName": "mode",
|
|
250
|
+
"attribute": "mode"
|
|
251
|
+
}
|
|
252
|
+
],
|
|
253
|
+
"superclass": {
|
|
254
|
+
"name": "LitElement",
|
|
255
|
+
"package": "lit"
|
|
256
|
+
},
|
|
257
|
+
"tagName": "hx-accordion",
|
|
258
|
+
"customElement": true,
|
|
259
|
+
"summary": "Collapsible content sections with single or multi-expand modes."
|
|
260
|
+
}
|
|
261
|
+
],
|
|
262
|
+
"exports": [
|
|
263
|
+
{
|
|
264
|
+
"kind": "js",
|
|
265
|
+
"name": "HelixAccordion",
|
|
266
|
+
"declaration": {
|
|
267
|
+
"name": "HelixAccordion",
|
|
268
|
+
"module": "src/components/hx-accordion/hx-accordion.ts"
|
|
269
|
+
}
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"kind": "custom-element-definition",
|
|
273
|
+
"name": "hx-accordion",
|
|
274
|
+
"declaration": {
|
|
275
|
+
"name": "HelixAccordion",
|
|
276
|
+
"module": "src/components/hx-accordion/hx-accordion.ts"
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
]
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"kind": "javascript-module",
|
|
283
|
+
"path": "src/components/hx-accordion/index.ts",
|
|
284
|
+
"declarations": [],
|
|
285
|
+
"exports": [
|
|
286
|
+
{
|
|
287
|
+
"kind": "js",
|
|
288
|
+
"name": "HelixAccordion",
|
|
289
|
+
"declaration": {
|
|
290
|
+
"name": "HelixAccordion",
|
|
291
|
+
"module": "./hx-accordion.js"
|
|
292
|
+
}
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"kind": "js",
|
|
296
|
+
"name": "HelixAccordionItem",
|
|
297
|
+
"declaration": {
|
|
298
|
+
"name": "HelixAccordionItem",
|
|
299
|
+
"module": "./hx-accordion-item.js"
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
]
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"kind": "javascript-module",
|
|
306
|
+
"path": "src/components/hx-action-bar/hx-action-bar.ts",
|
|
307
|
+
"declarations": [
|
|
308
|
+
{
|
|
309
|
+
"kind": "class",
|
|
310
|
+
"description": "A horizontal toolbar container for grouping related action buttons and controls.\nImplements the ARIA toolbar pattern with roving tabindex keyboard navigation.",
|
|
311
|
+
"name": "HelixActionBar",
|
|
312
|
+
"cssProperties": [
|
|
313
|
+
{
|
|
314
|
+
"description": "Bar background color (default variant).",
|
|
315
|
+
"name": "--hx-action-bar-bg",
|
|
316
|
+
"default": "transparent"
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"description": "Bar border (default variant).",
|
|
320
|
+
"name": "--hx-action-bar-border",
|
|
321
|
+
"default": "none"
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"description": "Inner padding.",
|
|
325
|
+
"name": "--hx-action-bar-padding",
|
|
326
|
+
"default": "var(--hx-space-2,0.5rem) var(--hx-space-3,0.75rem)"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"description": "Gap between slotted items.",
|
|
330
|
+
"name": "--hx-action-bar-gap",
|
|
331
|
+
"default": "var(--hx-space-2,0.5rem)"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"description": "Z-index when sticky or bottom position.",
|
|
335
|
+
"name": "--hx-action-bar-z-index",
|
|
336
|
+
"default": "10"
|
|
337
|
+
}
|
|
338
|
+
],
|
|
339
|
+
"cssParts": [
|
|
340
|
+
{
|
|
341
|
+
"description": "The root toolbar container element.",
|
|
342
|
+
"name": "base"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"description": "The start (left) slot wrapper.",
|
|
346
|
+
"name": "start"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"description": "The center (default) slot wrapper.",
|
|
350
|
+
"name": "center"
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"description": "The end (right) slot wrapper.",
|
|
354
|
+
"name": "end"
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"description": "The overflow slot wrapper (hidden when no overflow content).",
|
|
358
|
+
"name": "overflow"
|
|
359
|
+
}
|
|
360
|
+
],
|
|
361
|
+
"slots": [
|
|
362
|
+
{
|
|
363
|
+
"description": "Left-aligned actions.",
|
|
364
|
+
"name": "start"
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"description": "Center content (default slot).",
|
|
368
|
+
"name": ""
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"description": "Right-aligned actions.",
|
|
372
|
+
"name": "end"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"description": "Actions revealed when the bar is constrained for space.",
|
|
376
|
+
"name": "overflow"
|
|
377
|
+
}
|
|
378
|
+
],
|
|
379
|
+
"members": [
|
|
380
|
+
{
|
|
381
|
+
"kind": "field",
|
|
382
|
+
"name": "size",
|
|
383
|
+
"type": {
|
|
384
|
+
"text": "'sm' | 'md' | 'lg'"
|
|
385
|
+
},
|
|
386
|
+
"default": "'md'",
|
|
387
|
+
"description": "Size of the action bar — propagated as a data attribute to slotted children.",
|
|
388
|
+
"attribute": "hx-size",
|
|
389
|
+
"reflects": true
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"kind": "field",
|
|
393
|
+
"name": "variant",
|
|
394
|
+
"type": {
|
|
395
|
+
"text": "'default' | 'outlined' | 'filled'"
|
|
396
|
+
},
|
|
397
|
+
"default": "'default'",
|
|
398
|
+
"description": "Visual variant controlling the bar background.",
|
|
399
|
+
"attribute": "variant",
|
|
400
|
+
"reflects": true
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"kind": "field",
|
|
404
|
+
"name": "position",
|
|
405
|
+
"type": {
|
|
406
|
+
"text": "'top' | 'bottom' | 'sticky'"
|
|
407
|
+
},
|
|
408
|
+
"default": "'top'",
|
|
409
|
+
"description": "Position and sticky behavior of the action bar.\n- `top` — normal flow (default)\n- `sticky` — sticks to the top of the scroll container; add `scroll-padding-top` to the\n scroll container equal to the bar height to prevent anchor targets from scrolling behind it\n- `bottom` — sticks to the bottom of the scroll container with iOS safe-area-inset support",
|
|
410
|
+
"attribute": "position",
|
|
411
|
+
"reflects": true
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"kind": "field",
|
|
415
|
+
"name": "sticky",
|
|
416
|
+
"type": {
|
|
417
|
+
"text": "boolean"
|
|
418
|
+
},
|
|
419
|
+
"deprecated": "Use `position=\"sticky\"` instead.\nWhen true, the bar sticks to the top of its scroll container.",
|
|
420
|
+
"attribute": "sticky",
|
|
421
|
+
"reflects": true
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"kind": "field",
|
|
425
|
+
"name": "accessibleLabel",
|
|
426
|
+
"type": {
|
|
427
|
+
"text": "string"
|
|
428
|
+
},
|
|
429
|
+
"default": "''",
|
|
430
|
+
"description": "Accessible label for the toolbar.\nRequired when multiple toolbars appear on the same page.\n\nAccepts both `accessible-label` and the standard `aria-label` HTML attribute.\nThe `accessible-label` attribute takes precedence when both are set.\n\nPreviously this was exposed as the `ariaLabel` JS property, which shadowed\nthe native `HTMLElement.ariaLabel`. That shadowing is removed; use\n`accessibleLabel` or the HTML attributes instead.",
|
|
431
|
+
"attribute": "accessible-label"
|
|
432
|
+
}
|
|
433
|
+
],
|
|
434
|
+
"attributes": [
|
|
435
|
+
{
|
|
436
|
+
"name": "hx-size",
|
|
437
|
+
"type": {
|
|
438
|
+
"text": "'sm' | 'md' | 'lg'"
|
|
439
|
+
},
|
|
440
|
+
"default": "'md'",
|
|
441
|
+
"description": "Size of the action bar — propagated as a data attribute to slotted children.",
|
|
442
|
+
"fieldName": "size",
|
|
443
|
+
"attribute": "hx-size"
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"name": "variant",
|
|
447
|
+
"type": {
|
|
448
|
+
"text": "'default' | 'outlined' | 'filled'"
|
|
449
|
+
},
|
|
450
|
+
"default": "'default'",
|
|
451
|
+
"description": "Visual variant controlling the bar background.",
|
|
452
|
+
"fieldName": "variant",
|
|
453
|
+
"attribute": "variant"
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"name": "position",
|
|
457
|
+
"type": {
|
|
458
|
+
"text": "'top' | 'bottom' | 'sticky'"
|
|
459
|
+
},
|
|
460
|
+
"default": "'top'",
|
|
461
|
+
"description": "Position and sticky behavior of the action bar.\n- `top` — normal flow (default)\n- `sticky` — sticks to the top of the scroll container; add `scroll-padding-top` to the\n scroll container equal to the bar height to prevent anchor targets from scrolling behind it\n- `bottom` — sticks to the bottom of the scroll container with iOS safe-area-inset support",
|
|
462
|
+
"fieldName": "position",
|
|
463
|
+
"attribute": "position"
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"name": "sticky",
|
|
467
|
+
"type": {
|
|
468
|
+
"text": "boolean"
|
|
458
469
|
},
|
|
459
|
-
"
|
|
460
|
-
"
|
|
461
|
-
"attribute": "
|
|
462
|
-
|
|
463
|
-
}
|
|
464
|
-
],
|
|
465
|
-
"attributes": [
|
|
470
|
+
"deprecated": "Use `position=\"sticky\"` instead.\nWhen true, the bar sticks to the top of its scroll container.",
|
|
471
|
+
"fieldName": "sticky",
|
|
472
|
+
"attribute": "sticky"
|
|
473
|
+
},
|
|
466
474
|
{
|
|
467
|
-
"name": "
|
|
475
|
+
"name": "accessible-label",
|
|
468
476
|
"type": {
|
|
469
|
-
"text": "
|
|
477
|
+
"text": "string"
|
|
470
478
|
},
|
|
471
|
-
"default": "'
|
|
472
|
-
"description": "
|
|
473
|
-
"fieldName": "
|
|
474
|
-
"attribute": "
|
|
479
|
+
"default": "''",
|
|
480
|
+
"description": "Accessible label for the toolbar.\nRequired when multiple toolbars appear on the same page.\n\nAccepts both `accessible-label` and the standard `aria-label` HTML attribute.\nThe `accessible-label` attribute takes precedence when both are set.\n\nPreviously this was exposed as the `ariaLabel` JS property, which shadowed\nthe native `HTMLElement.ariaLabel`. That shadowing is removed; use\n`accessibleLabel` or the HTML attributes instead.",
|
|
481
|
+
"fieldName": "accessibleLabel",
|
|
482
|
+
"attribute": "accessible-label"
|
|
475
483
|
}
|
|
476
484
|
],
|
|
477
485
|
"superclass": {
|
|
478
486
|
"name": "LitElement",
|
|
479
487
|
"package": "lit"
|
|
480
488
|
},
|
|
481
|
-
"tagName": "hx-
|
|
489
|
+
"tagName": "hx-action-bar",
|
|
482
490
|
"customElement": true,
|
|
483
|
-
"summary": "
|
|
491
|
+
"summary": "Horizontal action bar for grouping related controls."
|
|
484
492
|
}
|
|
485
493
|
],
|
|
486
494
|
"exports": [
|
|
487
495
|
{
|
|
488
496
|
"kind": "js",
|
|
489
|
-
"name": "
|
|
497
|
+
"name": "HelixActionBar",
|
|
490
498
|
"declaration": {
|
|
491
|
-
"name": "
|
|
492
|
-
"module": "src/components/hx-
|
|
499
|
+
"name": "HelixActionBar",
|
|
500
|
+
"module": "src/components/hx-action-bar/hx-action-bar.ts"
|
|
493
501
|
}
|
|
494
502
|
},
|
|
495
503
|
{
|
|
496
504
|
"kind": "custom-element-definition",
|
|
497
|
-
"name": "hx-
|
|
505
|
+
"name": "hx-action-bar",
|
|
498
506
|
"declaration": {
|
|
499
|
-
"name": "
|
|
500
|
-
"module": "src/components/hx-
|
|
507
|
+
"name": "HelixActionBar",
|
|
508
|
+
"module": "src/components/hx-action-bar/hx-action-bar.ts"
|
|
501
509
|
}
|
|
502
510
|
}
|
|
503
511
|
]
|
|
504
512
|
},
|
|
505
513
|
{
|
|
506
514
|
"kind": "javascript-module",
|
|
507
|
-
"path": "src/components/hx-
|
|
515
|
+
"path": "src/components/hx-action-bar/index.ts",
|
|
508
516
|
"declarations": [],
|
|
509
517
|
"exports": [
|
|
510
518
|
{
|
|
511
519
|
"kind": "js",
|
|
512
|
-
"name": "
|
|
513
|
-
"declaration": {
|
|
514
|
-
"name": "HelixAccordion",
|
|
515
|
-
"module": "./hx-accordion.js"
|
|
516
|
-
}
|
|
517
|
-
},
|
|
518
|
-
{
|
|
519
|
-
"kind": "js",
|
|
520
|
-
"name": "HelixAccordionItem",
|
|
520
|
+
"name": "HelixActionBar",
|
|
521
521
|
"declaration": {
|
|
522
|
-
"name": "
|
|
523
|
-
"module": "./hx-
|
|
522
|
+
"name": "HelixActionBar",
|
|
523
|
+
"module": "./hx-action-bar.js"
|
|
524
524
|
}
|
|
525
525
|
}
|
|
526
526
|
]
|
|
@@ -2471,13 +2471,22 @@
|
|
|
2471
2471
|
"reflects": true
|
|
2472
2472
|
},
|
|
2473
2473
|
{
|
|
2474
|
-
"kind": "
|
|
2475
|
-
"name": "
|
|
2476
|
-
"
|
|
2477
|
-
|
|
2474
|
+
"kind": "method",
|
|
2475
|
+
"name": "_onFormDisabled",
|
|
2476
|
+
"privacy": "protected",
|
|
2477
|
+
"return": {
|
|
2478
|
+
"type": {
|
|
2479
|
+
"text": "void"
|
|
2480
|
+
}
|
|
2478
2481
|
},
|
|
2479
|
-
"
|
|
2480
|
-
|
|
2482
|
+
"parameters": [
|
|
2483
|
+
{
|
|
2484
|
+
"name": "disabled",
|
|
2485
|
+
"type": {
|
|
2486
|
+
"text": "boolean"
|
|
2487
|
+
}
|
|
2488
|
+
}
|
|
2489
|
+
]
|
|
2481
2490
|
}
|
|
2482
2491
|
],
|
|
2483
2492
|
"events": [
|
|
@@ -2608,8 +2617,8 @@
|
|
|
2608
2617
|
}
|
|
2609
2618
|
],
|
|
2610
2619
|
"superclass": {
|
|
2611
|
-
"name": "
|
|
2612
|
-
"
|
|
2620
|
+
"name": "HelixElement",
|
|
2621
|
+
"module": "/src/base/index.js"
|
|
2613
2622
|
},
|
|
2614
2623
|
"tagName": "hx-button",
|
|
2615
2624
|
"customElement": true,
|
|
@@ -2706,20 +2715,8 @@
|
|
|
2706
2715
|
"text": "string"
|
|
2707
2716
|
},
|
|
2708
2717
|
"default": "''",
|
|
2709
|
-
"description": "Accessible label for the button group. Sets aria-label
|
|
2718
|
+
"description": "Accessible label for the button group. Sets aria-label on the host element.\n**Strongly recommended** for WCAG 2.1 AA compliance — without it, screen\nreaders announce an unnamed \"group\". For Drupal/Twig compatibility, prefer\napplying `aria-label` directly as an HTML attribute instead.",
|
|
2710
2719
|
"attribute": "label"
|
|
2711
|
-
},
|
|
2712
|
-
{
|
|
2713
|
-
"kind": "field",
|
|
2714
|
-
"name": "internals"
|
|
2715
|
-
},
|
|
2716
|
-
{
|
|
2717
|
-
"kind": "field",
|
|
2718
|
-
"name": "role",
|
|
2719
|
-
"type": {
|
|
2720
|
-
"text": "string"
|
|
2721
|
-
},
|
|
2722
|
-
"default": "'group'"
|
|
2723
2720
|
}
|
|
2724
2721
|
],
|
|
2725
2722
|
"attributes": [
|
|
@@ -2748,7 +2745,7 @@
|
|
|
2748
2745
|
"text": "string"
|
|
2749
2746
|
},
|
|
2750
2747
|
"default": "''",
|
|
2751
|
-
"description": "Accessible label for the button group. Sets aria-label
|
|
2748
|
+
"description": "Accessible label for the button group. Sets aria-label on the host element.\n**Strongly recommended** for WCAG 2.1 AA compliance — without it, screen\nreaders announce an unnamed \"group\". For Drupal/Twig compatibility, prefer\napplying `aria-label` directly as an HTML attribute instead.",
|
|
2752
2749
|
"fieldName": "label",
|
|
2753
2750
|
"attribute": "label"
|
|
2754
2751
|
}
|
|
@@ -3722,7 +3719,8 @@
|
|
|
3722
3719
|
},
|
|
3723
3720
|
"default": "''",
|
|
3724
3721
|
"description": "The name of the checkbox, used for form submission.",
|
|
3725
|
-
"attribute": "name"
|
|
3722
|
+
"attribute": "name",
|
|
3723
|
+
"reflects": true
|
|
3726
3724
|
},
|
|
3727
3725
|
{
|
|
3728
3726
|
"kind": "field",
|
|
@@ -3732,7 +3730,8 @@
|
|
|
3732
3730
|
},
|
|
3733
3731
|
"default": "'on'",
|
|
3734
3732
|
"description": "The value submitted when the checkbox is checked.",
|
|
3735
|
-
"attribute": "value"
|
|
3733
|
+
"attribute": "value",
|
|
3734
|
+
"reflects": true
|
|
3736
3735
|
},
|
|
3737
3736
|
{
|
|
3738
3737
|
"kind": "field",
|
|
@@ -4133,7 +4132,8 @@
|
|
|
4133
4132
|
},
|
|
4134
4133
|
"default": "''",
|
|
4135
4134
|
"description": "The name used for form submission. Passed to child `hx-checkbox` elements.",
|
|
4136
|
-
"attribute": "name"
|
|
4135
|
+
"attribute": "name",
|
|
4136
|
+
"reflects": true
|
|
4137
4137
|
},
|
|
4138
4138
|
{
|
|
4139
4139
|
"kind": "field",
|
|
@@ -4326,8 +4326,8 @@
|
|
|
4326
4326
|
}
|
|
4327
4327
|
],
|
|
4328
4328
|
"superclass": {
|
|
4329
|
-
"name": "
|
|
4330
|
-
"
|
|
4329
|
+
"name": "HelixElement",
|
|
4330
|
+
"module": "/src/base/index.js"
|
|
4331
4331
|
},
|
|
4332
4332
|
"tagName": "hx-checkbox-group",
|
|
4333
4333
|
"customElement": true,
|
|
@@ -6022,7 +6022,8 @@
|
|
|
6022
6022
|
},
|
|
6023
6023
|
"default": "''",
|
|
6024
6024
|
"description": "The name used for form submission.",
|
|
6025
|
-
"attribute": "name"
|
|
6025
|
+
"attribute": "name",
|
|
6026
|
+
"reflects": true
|
|
6026
6027
|
},
|
|
6027
6028
|
{
|
|
6028
6029
|
"kind": "field",
|
|
@@ -6142,33 +6143,6 @@
|
|
|
6142
6143
|
}
|
|
6143
6144
|
]
|
|
6144
6145
|
},
|
|
6145
|
-
{
|
|
6146
|
-
"kind": "field",
|
|
6147
|
-
"name": "form",
|
|
6148
|
-
"type": {
|
|
6149
|
-
"text": "HTMLFormElement | null"
|
|
6150
|
-
},
|
|
6151
|
-
"description": "Returns the associated form element, if any.",
|
|
6152
|
-
"readonly": true
|
|
6153
|
-
},
|
|
6154
|
-
{
|
|
6155
|
-
"kind": "field",
|
|
6156
|
-
"name": "validationMessage",
|
|
6157
|
-
"type": {
|
|
6158
|
-
"text": "string"
|
|
6159
|
-
},
|
|
6160
|
-
"description": "Returns the validation message.",
|
|
6161
|
-
"readonly": true
|
|
6162
|
-
},
|
|
6163
|
-
{
|
|
6164
|
-
"kind": "field",
|
|
6165
|
-
"name": "validity",
|
|
6166
|
-
"type": {
|
|
6167
|
-
"text": "ValidityState"
|
|
6168
|
-
},
|
|
6169
|
-
"description": "Returns the ValidityState object.",
|
|
6170
|
-
"readonly": true
|
|
6171
|
-
},
|
|
6172
6146
|
{
|
|
6173
6147
|
"kind": "method",
|
|
6174
6148
|
"name": "checkValidity",
|
|
@@ -6409,8 +6383,8 @@
|
|
|
6409
6383
|
}
|
|
6410
6384
|
],
|
|
6411
6385
|
"superclass": {
|
|
6412
|
-
"name": "
|
|
6413
|
-
"
|
|
6386
|
+
"name": "HelixElement",
|
|
6387
|
+
"module": "/src/base/index.js"
|
|
6414
6388
|
},
|
|
6415
6389
|
"tagName": "hx-combobox",
|
|
6416
6390
|
"customElement": true,
|
|
@@ -7762,7 +7736,8 @@
|
|
|
7762
7736
|
},
|
|
7763
7737
|
"default": "''",
|
|
7764
7738
|
"description": "The name of the field, used for form submission.",
|
|
7765
|
-
"attribute": "name"
|
|
7739
|
+
"attribute": "name",
|
|
7740
|
+
"reflects": true
|
|
7766
7741
|
},
|
|
7767
7742
|
{
|
|
7768
7743
|
"kind": "field",
|
|
@@ -7772,7 +7747,8 @@
|
|
|
7772
7747
|
},
|
|
7773
7748
|
"default": "''",
|
|
7774
7749
|
"description": "The current value as an ISO 8601 date string (e.g. 2026-03-04).",
|
|
7775
|
-
"attribute": "value"
|
|
7750
|
+
"attribute": "value",
|
|
7751
|
+
"reflects": true
|
|
7776
7752
|
},
|
|
7777
7753
|
{
|
|
7778
7754
|
"kind": "field",
|
|
@@ -7926,33 +7902,6 @@
|
|
|
7926
7902
|
"description": "Accessible label for the next month navigation button.",
|
|
7927
7903
|
"attribute": "next-month-label"
|
|
7928
7904
|
},
|
|
7929
|
-
{
|
|
7930
|
-
"kind": "field",
|
|
7931
|
-
"name": "form",
|
|
7932
|
-
"type": {
|
|
7933
|
-
"text": "HTMLFormElement | null"
|
|
7934
|
-
},
|
|
7935
|
-
"description": "The form element associated with this component, or null if not in a form.",
|
|
7936
|
-
"readonly": true
|
|
7937
|
-
},
|
|
7938
|
-
{
|
|
7939
|
-
"kind": "field",
|
|
7940
|
-
"name": "validationMessage",
|
|
7941
|
-
"type": {
|
|
7942
|
-
"text": "string"
|
|
7943
|
-
},
|
|
7944
|
-
"description": "The current validation message, or an empty string if the field is valid.",
|
|
7945
|
-
"readonly": true
|
|
7946
|
-
},
|
|
7947
|
-
{
|
|
7948
|
-
"kind": "field",
|
|
7949
|
-
"name": "validity",
|
|
7950
|
-
"type": {
|
|
7951
|
-
"text": "ValidityState"
|
|
7952
|
-
},
|
|
7953
|
-
"description": "The current validity state of the field.",
|
|
7954
|
-
"readonly": true
|
|
7955
|
-
},
|
|
7956
7905
|
{
|
|
7957
7906
|
"kind": "method",
|
|
7958
7907
|
"name": "checkValidity",
|
|
@@ -8172,8 +8121,8 @@
|
|
|
8172
8121
|
}
|
|
8173
8122
|
],
|
|
8174
8123
|
"superclass": {
|
|
8175
|
-
"name": "
|
|
8176
|
-
"
|
|
8124
|
+
"name": "HelixElement",
|
|
8125
|
+
"module": "/src/base/index.js"
|
|
8177
8126
|
},
|
|
8178
8127
|
"tagName": "hx-date-picker",
|
|
8179
8128
|
"customElement": true,
|
|
@@ -9934,7 +9883,8 @@
|
|
|
9934
9883
|
},
|
|
9935
9884
|
"default": "''",
|
|
9936
9885
|
"description": "The form field name used during form submission.",
|
|
9937
|
-
"attribute": "name"
|
|
9886
|
+
"attribute": "name",
|
|
9887
|
+
"reflects": true
|
|
9938
9888
|
},
|
|
9939
9889
|
{
|
|
9940
9890
|
"kind": "field",
|
|
@@ -10055,33 +10005,6 @@
|
|
|
10055
10005
|
"description": "Screen reader announcement when file drag detected. Override for i18n.",
|
|
10056
10006
|
"attribute": "label-drag-detected"
|
|
10057
10007
|
},
|
|
10058
|
-
{
|
|
10059
|
-
"kind": "field",
|
|
10060
|
-
"name": "form",
|
|
10061
|
-
"type": {
|
|
10062
|
-
"text": "HTMLFormElement | null"
|
|
10063
|
-
},
|
|
10064
|
-
"description": "Returns the associated form element, if any.",
|
|
10065
|
-
"readonly": true
|
|
10066
|
-
},
|
|
10067
|
-
{
|
|
10068
|
-
"kind": "field",
|
|
10069
|
-
"name": "validationMessage",
|
|
10070
|
-
"type": {
|
|
10071
|
-
"text": "string"
|
|
10072
|
-
},
|
|
10073
|
-
"description": "Returns the validation message.",
|
|
10074
|
-
"readonly": true
|
|
10075
|
-
},
|
|
10076
|
-
{
|
|
10077
|
-
"kind": "field",
|
|
10078
|
-
"name": "validity",
|
|
10079
|
-
"type": {
|
|
10080
|
-
"text": "ValidityState"
|
|
10081
|
-
},
|
|
10082
|
-
"description": "Returns the ValidityState object.",
|
|
10083
|
-
"readonly": true
|
|
10084
|
-
},
|
|
10085
10008
|
{
|
|
10086
10009
|
"kind": "method",
|
|
10087
10010
|
"name": "checkValidity",
|
|
@@ -10136,10 +10059,6 @@
|
|
|
10136
10059
|
},
|
|
10137
10060
|
"description": "Returns a read-only copy of the currently selected files.",
|
|
10138
10061
|
"readonly": true
|
|
10139
|
-
},
|
|
10140
|
-
{
|
|
10141
|
-
"kind": "field",
|
|
10142
|
-
"name": "_internals"
|
|
10143
10062
|
}
|
|
10144
10063
|
],
|
|
10145
10064
|
"events": [
|
|
@@ -10283,8 +10202,8 @@
|
|
|
10283
10202
|
}
|
|
10284
10203
|
],
|
|
10285
10204
|
"superclass": {
|
|
10286
|
-
"name": "
|
|
10287
|
-
"
|
|
10205
|
+
"name": "HelixElement",
|
|
10206
|
+
"module": "/src/base/index.js"
|
|
10288
10207
|
},
|
|
10289
10208
|
"tagName": "hx-file-upload",
|
|
10290
10209
|
"customElement": true,
|
|
@@ -11724,13 +11643,22 @@
|
|
|
11724
11643
|
"attribute": "value"
|
|
11725
11644
|
},
|
|
11726
11645
|
{
|
|
11727
|
-
"kind": "
|
|
11728
|
-
"name": "
|
|
11729
|
-
"
|
|
11730
|
-
|
|
11646
|
+
"kind": "method",
|
|
11647
|
+
"name": "_onFormDisabled",
|
|
11648
|
+
"privacy": "protected",
|
|
11649
|
+
"return": {
|
|
11650
|
+
"type": {
|
|
11651
|
+
"text": "void"
|
|
11652
|
+
}
|
|
11731
11653
|
},
|
|
11732
|
-
"
|
|
11733
|
-
|
|
11654
|
+
"parameters": [
|
|
11655
|
+
{
|
|
11656
|
+
"name": "disabled",
|
|
11657
|
+
"type": {
|
|
11658
|
+
"text": "boolean"
|
|
11659
|
+
}
|
|
11660
|
+
}
|
|
11661
|
+
]
|
|
11734
11662
|
}
|
|
11735
11663
|
],
|
|
11736
11664
|
"events": [
|
|
@@ -11825,8 +11753,8 @@
|
|
|
11825
11753
|
}
|
|
11826
11754
|
],
|
|
11827
11755
|
"superclass": {
|
|
11828
|
-
"name": "
|
|
11829
|
-
"
|
|
11756
|
+
"name": "HelixElement",
|
|
11757
|
+
"module": "/src/base/index.js"
|
|
11830
11758
|
},
|
|
11831
11759
|
"tagName": "hx-icon-button",
|
|
11832
11760
|
"customElement": true,
|
|
@@ -14039,7 +13967,8 @@
|
|
|
14039
13967
|
},
|
|
14040
13968
|
"default": "''",
|
|
14041
13969
|
"description": "The name of the input, used for form submission.",
|
|
14042
|
-
"attribute": "name"
|
|
13970
|
+
"attribute": "name",
|
|
13971
|
+
"reflects": true
|
|
14043
13972
|
},
|
|
14044
13973
|
{
|
|
14045
13974
|
"kind": "field",
|
|
@@ -14049,7 +13978,8 @@
|
|
|
14049
13978
|
},
|
|
14050
13979
|
"default": "null",
|
|
14051
13980
|
"description": "The current numeric value of the input. Null when the field is empty.",
|
|
14052
|
-
"attribute": "value"
|
|
13981
|
+
"attribute": "value",
|
|
13982
|
+
"reflects": true
|
|
14053
13983
|
},
|
|
14054
13984
|
{
|
|
14055
13985
|
"kind": "field",
|
|
@@ -14450,8 +14380,8 @@
|
|
|
14450
14380
|
}
|
|
14451
14381
|
],
|
|
14452
14382
|
"superclass": {
|
|
14453
|
-
"name": "
|
|
14454
|
-
"
|
|
14383
|
+
"name": "HelixElement",
|
|
14384
|
+
"module": "/src/base/index.js"
|
|
14455
14385
|
},
|
|
14456
14386
|
"tagName": "hx-number-input",
|
|
14457
14387
|
"customElement": true,
|
|
@@ -15876,6 +15806,11 @@
|
|
|
15876
15806
|
"description": "Size of the arrow indicator.",
|
|
15877
15807
|
"name": "--hx-popover-arrow-size",
|
|
15878
15808
|
"default": "10px"
|
|
15809
|
+
},
|
|
15810
|
+
{
|
|
15811
|
+
"description": "Focus ring color when the popover body receives focus.",
|
|
15812
|
+
"name": "--hx-popover-focus-ring-color",
|
|
15813
|
+
"default": "var(--hx-focus-ring-color)"
|
|
15879
15814
|
}
|
|
15880
15815
|
],
|
|
15881
15816
|
"cssParts": [
|
|
@@ -17251,7 +17186,8 @@
|
|
|
17251
17186
|
},
|
|
17252
17187
|
"default": "''",
|
|
17253
17188
|
"description": "The selected radio's value.",
|
|
17254
|
-
"attribute": "value"
|
|
17189
|
+
"attribute": "value",
|
|
17190
|
+
"reflects": true
|
|
17255
17191
|
},
|
|
17256
17192
|
{
|
|
17257
17193
|
"kind": "field",
|
|
@@ -17261,7 +17197,8 @@
|
|
|
17261
17197
|
},
|
|
17262
17198
|
"default": "''",
|
|
17263
17199
|
"description": "The name used for form submission.",
|
|
17264
|
-
"attribute": "name"
|
|
17200
|
+
"attribute": "name",
|
|
17201
|
+
"reflects": true
|
|
17265
17202
|
},
|
|
17266
17203
|
{
|
|
17267
17204
|
"kind": "field",
|
|
@@ -17487,9 +17424,9 @@
|
|
|
17487
17424
|
"attribute": "orientation"
|
|
17488
17425
|
}
|
|
17489
17426
|
],
|
|
17490
|
-
"superclass": {
|
|
17491
|
-
"name": "
|
|
17492
|
-
"
|
|
17427
|
+
"superclass": {
|
|
17428
|
+
"name": "HelixElement",
|
|
17429
|
+
"module": "/src/base/index.js"
|
|
17493
17430
|
},
|
|
17494
17431
|
"tagName": "hx-radio-group",
|
|
17495
17432
|
"customElement": true,
|
|
@@ -17828,7 +17765,8 @@
|
|
|
17828
17765
|
},
|
|
17829
17766
|
"default": "''",
|
|
17830
17767
|
"description": "The name submitted with the form.",
|
|
17831
|
-
"attribute": "name"
|
|
17768
|
+
"attribute": "name",
|
|
17769
|
+
"reflects": true
|
|
17832
17770
|
},
|
|
17833
17771
|
{
|
|
17834
17772
|
"kind": "field",
|
|
@@ -17883,6 +17821,58 @@
|
|
|
17883
17821
|
}
|
|
17884
17822
|
]
|
|
17885
17823
|
},
|
|
17824
|
+
{
|
|
17825
|
+
"kind": "method",
|
|
17826
|
+
"name": "_onFormReset",
|
|
17827
|
+
"privacy": "protected",
|
|
17828
|
+
"return": {
|
|
17829
|
+
"type": {
|
|
17830
|
+
"text": "void"
|
|
17831
|
+
}
|
|
17832
|
+
}
|
|
17833
|
+
},
|
|
17834
|
+
{
|
|
17835
|
+
"kind": "method",
|
|
17836
|
+
"name": "_onFormStateRestore",
|
|
17837
|
+
"privacy": "protected",
|
|
17838
|
+
"return": {
|
|
17839
|
+
"type": {
|
|
17840
|
+
"text": "void"
|
|
17841
|
+
}
|
|
17842
|
+
},
|
|
17843
|
+
"parameters": [
|
|
17844
|
+
{
|
|
17845
|
+
"name": "state",
|
|
17846
|
+
"type": {
|
|
17847
|
+
"text": "string | File | FormData | null"
|
|
17848
|
+
}
|
|
17849
|
+
},
|
|
17850
|
+
{
|
|
17851
|
+
"name": "_mode",
|
|
17852
|
+
"type": {
|
|
17853
|
+
"text": "'restore' | 'autocomplete'"
|
|
17854
|
+
}
|
|
17855
|
+
}
|
|
17856
|
+
]
|
|
17857
|
+
},
|
|
17858
|
+
{
|
|
17859
|
+
"kind": "method",
|
|
17860
|
+
"name": "_onFormDisabled",
|
|
17861
|
+
"privacy": "protected",
|
|
17862
|
+
"return": {
|
|
17863
|
+
"type": {
|
|
17864
|
+
"text": "void"
|
|
17865
|
+
}
|
|
17866
|
+
},
|
|
17867
|
+
"parameters": [
|
|
17868
|
+
{
|
|
17869
|
+
"name": "disabled",
|
|
17870
|
+
"type": {
|
|
17871
|
+
"text": "boolean"
|
|
17872
|
+
}
|
|
17873
|
+
}
|
|
17874
|
+
]
|
|
17875
|
+
},
|
|
17886
17876
|
{
|
|
17887
17877
|
"kind": "field",
|
|
17888
17878
|
"name": "validity",
|
|
@@ -18021,8 +18011,8 @@
|
|
|
18021
18011
|
}
|
|
18022
18012
|
],
|
|
18023
18013
|
"superclass": {
|
|
18024
|
-
"name": "
|
|
18025
|
-
"
|
|
18014
|
+
"name": "HelixElement",
|
|
18015
|
+
"module": "/src/base/index.js"
|
|
18026
18016
|
},
|
|
18027
18017
|
"tagName": "hx-rating",
|
|
18028
18018
|
"customElement": true,
|
|
@@ -18261,7 +18251,8 @@
|
|
|
18261
18251
|
},
|
|
18262
18252
|
"default": "''",
|
|
18263
18253
|
"description": "The name used for form submission.",
|
|
18264
|
-
"attribute": "name"
|
|
18254
|
+
"attribute": "name",
|
|
18255
|
+
"reflects": true
|
|
18265
18256
|
},
|
|
18266
18257
|
{
|
|
18267
18258
|
"kind": "field",
|
|
@@ -18799,11 +18790,6 @@
|
|
|
18799
18790
|
}
|
|
18800
18791
|
],
|
|
18801
18792
|
"description": "Delegates focus to the internal link or button element (part=\"link\").\nAllows parent components to focus nav items without piercing the Shadow DOM.\nWCAG 2.1.1: keyboard navigation must not cross shadow boundaries via\ndirect shadowRoot queries."
|
|
18802
|
-
},
|
|
18803
|
-
{
|
|
18804
|
-
"kind": "field",
|
|
18805
|
-
"name": "_tooltipId",
|
|
18806
|
-
"default": "`nav-item-tooltip-${++HelixNavItem._instanceCounter}`"
|
|
18807
18793
|
}
|
|
18808
18794
|
],
|
|
18809
18795
|
"attributes": [
|
|
@@ -19439,7 +19425,8 @@
|
|
|
19439
19425
|
},
|
|
19440
19426
|
"default": "''",
|
|
19441
19427
|
"description": "The name submitted with the form.",
|
|
19442
|
-
"attribute": "name"
|
|
19428
|
+
"attribute": "name",
|
|
19429
|
+
"reflects": true
|
|
19443
19430
|
},
|
|
19444
19431
|
{
|
|
19445
19432
|
"kind": "field",
|
|
@@ -19449,7 +19436,8 @@
|
|
|
19449
19436
|
},
|
|
19450
19437
|
"default": "0",
|
|
19451
19438
|
"description": "The current numeric value of the slider.",
|
|
19452
|
-
"attribute": "value"
|
|
19439
|
+
"attribute": "value",
|
|
19440
|
+
"reflects": true
|
|
19453
19441
|
},
|
|
19454
19442
|
{
|
|
19455
19443
|
"kind": "field",
|
|
@@ -19759,8 +19747,8 @@
|
|
|
19759
19747
|
}
|
|
19760
19748
|
],
|
|
19761
19749
|
"superclass": {
|
|
19762
|
-
"name": "
|
|
19763
|
-
"
|
|
19750
|
+
"name": "HelixElement",
|
|
19751
|
+
"module": "/src/base/index.js"
|
|
19764
19752
|
},
|
|
19765
19753
|
"tagName": "hx-slider",
|
|
19766
19754
|
"customElement": true,
|
|
@@ -22250,7 +22238,8 @@
|
|
|
22250
22238
|
},
|
|
22251
22239
|
"default": "''",
|
|
22252
22240
|
"description": "The name of the switch, used for form submission.",
|
|
22253
|
-
"attribute": "name"
|
|
22241
|
+
"attribute": "name",
|
|
22242
|
+
"reflects": true
|
|
22254
22243
|
},
|
|
22255
22244
|
{
|
|
22256
22245
|
"kind": "field",
|
|
@@ -22260,7 +22249,8 @@
|
|
|
22260
22249
|
},
|
|
22261
22250
|
"default": "'on'",
|
|
22262
22251
|
"description": "The value submitted when the switch is checked.",
|
|
22263
|
-
"attribute": "value"
|
|
22252
|
+
"attribute": "value",
|
|
22253
|
+
"reflects": true
|
|
22264
22254
|
},
|
|
22265
22255
|
{
|
|
22266
22256
|
"kind": "field",
|
|
@@ -22313,15 +22303,6 @@
|
|
|
22313
22303
|
"description": "Validation message shown when the field is required but empty.",
|
|
22314
22304
|
"attribute": "required-message"
|
|
22315
22305
|
},
|
|
22316
|
-
{
|
|
22317
|
-
"kind": "field",
|
|
22318
|
-
"name": "form",
|
|
22319
|
-
"type": {
|
|
22320
|
-
"text": "HTMLFormElement | null"
|
|
22321
|
-
},
|
|
22322
|
-
"description": "Returns the associated form element, if any.",
|
|
22323
|
-
"readonly": true
|
|
22324
|
-
},
|
|
22325
22306
|
{
|
|
22326
22307
|
"kind": "field",
|
|
22327
22308
|
"name": "validationMessage",
|
|
@@ -22360,6 +22341,58 @@
|
|
|
22360
22341
|
},
|
|
22361
22342
|
"description": "Reports validity and shows the browser's constraint validation UI."
|
|
22362
22343
|
},
|
|
22344
|
+
{
|
|
22345
|
+
"kind": "method",
|
|
22346
|
+
"name": "_onFormReset",
|
|
22347
|
+
"privacy": "protected",
|
|
22348
|
+
"return": {
|
|
22349
|
+
"type": {
|
|
22350
|
+
"text": "void"
|
|
22351
|
+
}
|
|
22352
|
+
}
|
|
22353
|
+
},
|
|
22354
|
+
{
|
|
22355
|
+
"kind": "method",
|
|
22356
|
+
"name": "_onFormStateRestore",
|
|
22357
|
+
"privacy": "protected",
|
|
22358
|
+
"return": {
|
|
22359
|
+
"type": {
|
|
22360
|
+
"text": "void"
|
|
22361
|
+
}
|
|
22362
|
+
},
|
|
22363
|
+
"parameters": [
|
|
22364
|
+
{
|
|
22365
|
+
"name": "state",
|
|
22366
|
+
"type": {
|
|
22367
|
+
"text": "File | string | FormData | null"
|
|
22368
|
+
}
|
|
22369
|
+
},
|
|
22370
|
+
{
|
|
22371
|
+
"name": "_mode",
|
|
22372
|
+
"type": {
|
|
22373
|
+
"text": "'restore' | 'autocomplete'"
|
|
22374
|
+
}
|
|
22375
|
+
}
|
|
22376
|
+
]
|
|
22377
|
+
},
|
|
22378
|
+
{
|
|
22379
|
+
"kind": "method",
|
|
22380
|
+
"name": "_onFormDisabled",
|
|
22381
|
+
"privacy": "protected",
|
|
22382
|
+
"return": {
|
|
22383
|
+
"type": {
|
|
22384
|
+
"text": "void"
|
|
22385
|
+
}
|
|
22386
|
+
},
|
|
22387
|
+
"parameters": [
|
|
22388
|
+
{
|
|
22389
|
+
"name": "disabled",
|
|
22390
|
+
"type": {
|
|
22391
|
+
"text": "boolean"
|
|
22392
|
+
}
|
|
22393
|
+
}
|
|
22394
|
+
]
|
|
22395
|
+
},
|
|
22363
22396
|
{
|
|
22364
22397
|
"kind": "method",
|
|
22365
22398
|
"name": "focus",
|
|
@@ -22492,8 +22525,8 @@
|
|
|
22492
22525
|
}
|
|
22493
22526
|
],
|
|
22494
22527
|
"superclass": {
|
|
22495
|
-
"name": "
|
|
22496
|
-
"
|
|
22528
|
+
"name": "HelixElement",
|
|
22529
|
+
"module": "/src/base/index.js"
|
|
22497
22530
|
},
|
|
22498
22531
|
"tagName": "hx-switch",
|
|
22499
22532
|
"customElement": true,
|
|
@@ -24597,7 +24630,8 @@
|
|
|
24597
24630
|
},
|
|
24598
24631
|
"default": "''",
|
|
24599
24632
|
"description": "The name of the input, used for form submission.",
|
|
24600
|
-
"attribute": "name"
|
|
24633
|
+
"attribute": "name",
|
|
24634
|
+
"reflects": true
|
|
24601
24635
|
},
|
|
24602
24636
|
{
|
|
24603
24637
|
"kind": "field",
|
|
@@ -25192,7 +25226,8 @@
|
|
|
25192
25226
|
},
|
|
25193
25227
|
"default": "''",
|
|
25194
25228
|
"description": "The name of the textarea, used for form submission.",
|
|
25195
|
-
"attribute": "name"
|
|
25229
|
+
"attribute": "name",
|
|
25230
|
+
"reflects": true
|
|
25196
25231
|
},
|
|
25197
25232
|
{
|
|
25198
25233
|
"kind": "field",
|
|
@@ -25528,8 +25563,8 @@
|
|
|
25528
25563
|
}
|
|
25529
25564
|
],
|
|
25530
25565
|
"superclass": {
|
|
25531
|
-
"name": "
|
|
25532
|
-
"
|
|
25566
|
+
"name": "HelixElement",
|
|
25567
|
+
"module": "/src/base/index.js"
|
|
25533
25568
|
},
|
|
25534
25569
|
"tagName": "hx-textarea",
|
|
25535
25570
|
"customElement": true,
|
|
@@ -25974,7 +26009,8 @@
|
|
|
25974
26009
|
},
|
|
25975
26010
|
"default": "''",
|
|
25976
26011
|
"description": "The name submitted with the form. Value is always HH:MM (24-hour).",
|
|
25977
|
-
"attribute": "name"
|
|
26012
|
+
"attribute": "name",
|
|
26013
|
+
"reflects": true
|
|
25978
26014
|
},
|
|
25979
26015
|
{
|
|
25980
26016
|
"kind": "field",
|
|
@@ -26070,33 +26106,6 @@
|
|
|
26070
26106
|
"attribute": "format",
|
|
26071
26107
|
"reflects": true
|
|
26072
26108
|
},
|
|
26073
|
-
{
|
|
26074
|
-
"kind": "field",
|
|
26075
|
-
"name": "form",
|
|
26076
|
-
"type": {
|
|
26077
|
-
"text": "HTMLFormElement | null"
|
|
26078
|
-
},
|
|
26079
|
-
"description": "Returns the associated form element, if any.",
|
|
26080
|
-
"readonly": true
|
|
26081
|
-
},
|
|
26082
|
-
{
|
|
26083
|
-
"kind": "field",
|
|
26084
|
-
"name": "validationMessage",
|
|
26085
|
-
"type": {
|
|
26086
|
-
"text": "string"
|
|
26087
|
-
},
|
|
26088
|
-
"description": "Returns the validation message.",
|
|
26089
|
-
"readonly": true
|
|
26090
|
-
},
|
|
26091
|
-
{
|
|
26092
|
-
"kind": "field",
|
|
26093
|
-
"name": "validity",
|
|
26094
|
-
"type": {
|
|
26095
|
-
"text": "ValidityState"
|
|
26096
|
-
},
|
|
26097
|
-
"description": "Returns the ValidityState object.",
|
|
26098
|
-
"readonly": true
|
|
26099
|
-
},
|
|
26100
26109
|
{
|
|
26101
26110
|
"kind": "method",
|
|
26102
26111
|
"name": "checkValidity",
|
|
@@ -26249,8 +26258,8 @@
|
|
|
26249
26258
|
}
|
|
26250
26259
|
],
|
|
26251
26260
|
"superclass": {
|
|
26252
|
-
"name": "
|
|
26253
|
-
"
|
|
26261
|
+
"name": "HelixElement",
|
|
26262
|
+
"module": "/src/base/index.js"
|
|
26254
26263
|
},
|
|
26255
26264
|
"tagName": "hx-time-picker",
|
|
26256
26265
|
"customElement": true,
|
|
@@ -26901,15 +26910,6 @@
|
|
|
26901
26910
|
"attribute": "required",
|
|
26902
26911
|
"reflects": true
|
|
26903
26912
|
},
|
|
26904
|
-
{
|
|
26905
|
-
"kind": "field",
|
|
26906
|
-
"name": "form",
|
|
26907
|
-
"type": {
|
|
26908
|
-
"text": "HTMLFormElement | null"
|
|
26909
|
-
},
|
|
26910
|
-
"description": "Returns the associated form element, if any.",
|
|
26911
|
-
"readonly": true
|
|
26912
|
-
},
|
|
26913
26913
|
{
|
|
26914
26914
|
"kind": "field",
|
|
26915
26915
|
"name": "validity",
|
|
@@ -26947,6 +26947,58 @@
|
|
|
26947
26947
|
}
|
|
26948
26948
|
},
|
|
26949
26949
|
"description": "Reports validity and shows the browser's constraint validation UI."
|
|
26950
|
+
},
|
|
26951
|
+
{
|
|
26952
|
+
"kind": "method",
|
|
26953
|
+
"name": "_onFormReset",
|
|
26954
|
+
"privacy": "protected",
|
|
26955
|
+
"return": {
|
|
26956
|
+
"type": {
|
|
26957
|
+
"text": "void"
|
|
26958
|
+
}
|
|
26959
|
+
}
|
|
26960
|
+
},
|
|
26961
|
+
{
|
|
26962
|
+
"kind": "method",
|
|
26963
|
+
"name": "_onFormStateRestore",
|
|
26964
|
+
"privacy": "protected",
|
|
26965
|
+
"return": {
|
|
26966
|
+
"type": {
|
|
26967
|
+
"text": "void"
|
|
26968
|
+
}
|
|
26969
|
+
},
|
|
26970
|
+
"parameters": [
|
|
26971
|
+
{
|
|
26972
|
+
"name": "state",
|
|
26973
|
+
"type": {
|
|
26974
|
+
"text": "string | File | FormData | null"
|
|
26975
|
+
}
|
|
26976
|
+
},
|
|
26977
|
+
{
|
|
26978
|
+
"name": "_mode",
|
|
26979
|
+
"type": {
|
|
26980
|
+
"text": "'restore' | 'autocomplete'"
|
|
26981
|
+
}
|
|
26982
|
+
}
|
|
26983
|
+
]
|
|
26984
|
+
},
|
|
26985
|
+
{
|
|
26986
|
+
"kind": "method",
|
|
26987
|
+
"name": "_onFormDisabled",
|
|
26988
|
+
"privacy": "protected",
|
|
26989
|
+
"return": {
|
|
26990
|
+
"type": {
|
|
26991
|
+
"text": "void"
|
|
26992
|
+
}
|
|
26993
|
+
},
|
|
26994
|
+
"parameters": [
|
|
26995
|
+
{
|
|
26996
|
+
"name": "disabled",
|
|
26997
|
+
"type": {
|
|
26998
|
+
"text": "boolean"
|
|
26999
|
+
}
|
|
27000
|
+
}
|
|
27001
|
+
]
|
|
26950
27002
|
}
|
|
26951
27003
|
],
|
|
26952
27004
|
"events": [
|
|
@@ -27041,8 +27093,8 @@
|
|
|
27041
27093
|
}
|
|
27042
27094
|
],
|
|
27043
27095
|
"superclass": {
|
|
27044
|
-
"name": "
|
|
27045
|
-
"
|
|
27096
|
+
"name": "HelixElement",
|
|
27097
|
+
"module": "/src/base/index.js"
|
|
27046
27098
|
},
|
|
27047
27099
|
"tagName": "hx-toggle-button",
|
|
27048
27100
|
"customElement": true,
|