@helixui/library 2.1.2-next.51 → 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 +522 -466
- 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-list/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-phi-field/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 +1269 -11
- 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-phi-field.css +1 -1
- 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 +5 -3
- package/dist/index.js +67 -67
- 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-list-CnDK30Yk.js → hx-list-Dnei26t4.js} +16 -16
- package/dist/shared/{hx-list-CnDK30Yk.js.map → hx-list-Dnei26t4.js.map} +1 -1
- 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-phi-field-Df06K0J3.js → hx-phi-field-DD1qcBSO.js} +2 -2
- package/dist/shared/hx-phi-field-DD1qcBSO.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-phi-field-Df06K0J3.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",
|
|
@@ -451,76 +227,300 @@
|
|
|
451
227
|
],
|
|
452
228
|
"members": [
|
|
453
229
|
{
|
|
454
|
-
"kind": "field",
|
|
455
|
-
"name": "mode",
|
|
230
|
+
"kind": "field",
|
|
231
|
+
"name": "mode",
|
|
232
|
+
"type": {
|
|
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",
|
|
456
467
|
"type": {
|
|
457
|
-
"text": "
|
|
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",
|
|
@@ -10279,8 +10202,8 @@
|
|
|
10279
10202
|
}
|
|
10280
10203
|
],
|
|
10281
10204
|
"superclass": {
|
|
10282
|
-
"name": "
|
|
10283
|
-
"
|
|
10205
|
+
"name": "HelixElement",
|
|
10206
|
+
"module": "/src/base/index.js"
|
|
10284
10207
|
},
|
|
10285
10208
|
"tagName": "hx-file-upload",
|
|
10286
10209
|
"customElement": true,
|
|
@@ -11720,13 +11643,22 @@
|
|
|
11720
11643
|
"attribute": "value"
|
|
11721
11644
|
},
|
|
11722
11645
|
{
|
|
11723
|
-
"kind": "
|
|
11724
|
-
"name": "
|
|
11725
|
-
"
|
|
11726
|
-
|
|
11646
|
+
"kind": "method",
|
|
11647
|
+
"name": "_onFormDisabled",
|
|
11648
|
+
"privacy": "protected",
|
|
11649
|
+
"return": {
|
|
11650
|
+
"type": {
|
|
11651
|
+
"text": "void"
|
|
11652
|
+
}
|
|
11727
11653
|
},
|
|
11728
|
-
"
|
|
11729
|
-
|
|
11654
|
+
"parameters": [
|
|
11655
|
+
{
|
|
11656
|
+
"name": "disabled",
|
|
11657
|
+
"type": {
|
|
11658
|
+
"text": "boolean"
|
|
11659
|
+
}
|
|
11660
|
+
}
|
|
11661
|
+
]
|
|
11730
11662
|
}
|
|
11731
11663
|
],
|
|
11732
11664
|
"events": [
|
|
@@ -11821,8 +11753,8 @@
|
|
|
11821
11753
|
}
|
|
11822
11754
|
],
|
|
11823
11755
|
"superclass": {
|
|
11824
|
-
"name": "
|
|
11825
|
-
"
|
|
11756
|
+
"name": "HelixElement",
|
|
11757
|
+
"module": "/src/base/index.js"
|
|
11826
11758
|
},
|
|
11827
11759
|
"tagName": "hx-icon-button",
|
|
11828
11760
|
"customElement": true,
|
|
@@ -14035,7 +13967,8 @@
|
|
|
14035
13967
|
},
|
|
14036
13968
|
"default": "''",
|
|
14037
13969
|
"description": "The name of the input, used for form submission.",
|
|
14038
|
-
"attribute": "name"
|
|
13970
|
+
"attribute": "name",
|
|
13971
|
+
"reflects": true
|
|
14039
13972
|
},
|
|
14040
13973
|
{
|
|
14041
13974
|
"kind": "field",
|
|
@@ -14045,7 +13978,8 @@
|
|
|
14045
13978
|
},
|
|
14046
13979
|
"default": "null",
|
|
14047
13980
|
"description": "The current numeric value of the input. Null when the field is empty.",
|
|
14048
|
-
"attribute": "value"
|
|
13981
|
+
"attribute": "value",
|
|
13982
|
+
"reflects": true
|
|
14049
13983
|
},
|
|
14050
13984
|
{
|
|
14051
13985
|
"kind": "field",
|
|
@@ -14446,8 +14380,8 @@
|
|
|
14446
14380
|
}
|
|
14447
14381
|
],
|
|
14448
14382
|
"superclass": {
|
|
14449
|
-
"name": "
|
|
14450
|
-
"
|
|
14383
|
+
"name": "HelixElement",
|
|
14384
|
+
"module": "/src/base/index.js"
|
|
14451
14385
|
},
|
|
14452
14386
|
"tagName": "hx-number-input",
|
|
14453
14387
|
"customElement": true,
|
|
@@ -15872,6 +15806,11 @@
|
|
|
15872
15806
|
"description": "Size of the arrow indicator.",
|
|
15873
15807
|
"name": "--hx-popover-arrow-size",
|
|
15874
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)"
|
|
15875
15814
|
}
|
|
15876
15815
|
],
|
|
15877
15816
|
"cssParts": [
|
|
@@ -17247,7 +17186,8 @@
|
|
|
17247
17186
|
},
|
|
17248
17187
|
"default": "''",
|
|
17249
17188
|
"description": "The selected radio's value.",
|
|
17250
|
-
"attribute": "value"
|
|
17189
|
+
"attribute": "value",
|
|
17190
|
+
"reflects": true
|
|
17251
17191
|
},
|
|
17252
17192
|
{
|
|
17253
17193
|
"kind": "field",
|
|
@@ -17257,7 +17197,8 @@
|
|
|
17257
17197
|
},
|
|
17258
17198
|
"default": "''",
|
|
17259
17199
|
"description": "The name used for form submission.",
|
|
17260
|
-
"attribute": "name"
|
|
17200
|
+
"attribute": "name",
|
|
17201
|
+
"reflects": true
|
|
17261
17202
|
},
|
|
17262
17203
|
{
|
|
17263
17204
|
"kind": "field",
|
|
@@ -17483,9 +17424,9 @@
|
|
|
17483
17424
|
"attribute": "orientation"
|
|
17484
17425
|
}
|
|
17485
17426
|
],
|
|
17486
|
-
"superclass": {
|
|
17487
|
-
"name": "
|
|
17488
|
-
"
|
|
17427
|
+
"superclass": {
|
|
17428
|
+
"name": "HelixElement",
|
|
17429
|
+
"module": "/src/base/index.js"
|
|
17489
17430
|
},
|
|
17490
17431
|
"tagName": "hx-radio-group",
|
|
17491
17432
|
"customElement": true,
|
|
@@ -17824,7 +17765,8 @@
|
|
|
17824
17765
|
},
|
|
17825
17766
|
"default": "''",
|
|
17826
17767
|
"description": "The name submitted with the form.",
|
|
17827
|
-
"attribute": "name"
|
|
17768
|
+
"attribute": "name",
|
|
17769
|
+
"reflects": true
|
|
17828
17770
|
},
|
|
17829
17771
|
{
|
|
17830
17772
|
"kind": "field",
|
|
@@ -17879,6 +17821,58 @@
|
|
|
17879
17821
|
}
|
|
17880
17822
|
]
|
|
17881
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
|
+
},
|
|
17882
17876
|
{
|
|
17883
17877
|
"kind": "field",
|
|
17884
17878
|
"name": "validity",
|
|
@@ -18017,8 +18011,8 @@
|
|
|
18017
18011
|
}
|
|
18018
18012
|
],
|
|
18019
18013
|
"superclass": {
|
|
18020
|
-
"name": "
|
|
18021
|
-
"
|
|
18014
|
+
"name": "HelixElement",
|
|
18015
|
+
"module": "/src/base/index.js"
|
|
18022
18016
|
},
|
|
18023
18017
|
"tagName": "hx-rating",
|
|
18024
18018
|
"customElement": true,
|
|
@@ -18257,7 +18251,8 @@
|
|
|
18257
18251
|
},
|
|
18258
18252
|
"default": "''",
|
|
18259
18253
|
"description": "The name used for form submission.",
|
|
18260
|
-
"attribute": "name"
|
|
18254
|
+
"attribute": "name",
|
|
18255
|
+
"reflects": true
|
|
18261
18256
|
},
|
|
18262
18257
|
{
|
|
18263
18258
|
"kind": "field",
|
|
@@ -18795,11 +18790,6 @@
|
|
|
18795
18790
|
}
|
|
18796
18791
|
],
|
|
18797
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."
|
|
18798
|
-
},
|
|
18799
|
-
{
|
|
18800
|
-
"kind": "field",
|
|
18801
|
-
"name": "_tooltipId",
|
|
18802
|
-
"default": "`nav-item-tooltip-${++HelixNavItem._instanceCounter}`"
|
|
18803
18793
|
}
|
|
18804
18794
|
],
|
|
18805
18795
|
"attributes": [
|
|
@@ -19435,7 +19425,8 @@
|
|
|
19435
19425
|
},
|
|
19436
19426
|
"default": "''",
|
|
19437
19427
|
"description": "The name submitted with the form.",
|
|
19438
|
-
"attribute": "name"
|
|
19428
|
+
"attribute": "name",
|
|
19429
|
+
"reflects": true
|
|
19439
19430
|
},
|
|
19440
19431
|
{
|
|
19441
19432
|
"kind": "field",
|
|
@@ -19445,7 +19436,8 @@
|
|
|
19445
19436
|
},
|
|
19446
19437
|
"default": "0",
|
|
19447
19438
|
"description": "The current numeric value of the slider.",
|
|
19448
|
-
"attribute": "value"
|
|
19439
|
+
"attribute": "value",
|
|
19440
|
+
"reflects": true
|
|
19449
19441
|
},
|
|
19450
19442
|
{
|
|
19451
19443
|
"kind": "field",
|
|
@@ -19755,8 +19747,8 @@
|
|
|
19755
19747
|
}
|
|
19756
19748
|
],
|
|
19757
19749
|
"superclass": {
|
|
19758
|
-
"name": "
|
|
19759
|
-
"
|
|
19750
|
+
"name": "HelixElement",
|
|
19751
|
+
"module": "/src/base/index.js"
|
|
19760
19752
|
},
|
|
19761
19753
|
"tagName": "hx-slider",
|
|
19762
19754
|
"customElement": true,
|
|
@@ -22246,7 +22238,8 @@
|
|
|
22246
22238
|
},
|
|
22247
22239
|
"default": "''",
|
|
22248
22240
|
"description": "The name of the switch, used for form submission.",
|
|
22249
|
-
"attribute": "name"
|
|
22241
|
+
"attribute": "name",
|
|
22242
|
+
"reflects": true
|
|
22250
22243
|
},
|
|
22251
22244
|
{
|
|
22252
22245
|
"kind": "field",
|
|
@@ -22256,7 +22249,8 @@
|
|
|
22256
22249
|
},
|
|
22257
22250
|
"default": "'on'",
|
|
22258
22251
|
"description": "The value submitted when the switch is checked.",
|
|
22259
|
-
"attribute": "value"
|
|
22252
|
+
"attribute": "value",
|
|
22253
|
+
"reflects": true
|
|
22260
22254
|
},
|
|
22261
22255
|
{
|
|
22262
22256
|
"kind": "field",
|
|
@@ -22309,15 +22303,6 @@
|
|
|
22309
22303
|
"description": "Validation message shown when the field is required but empty.",
|
|
22310
22304
|
"attribute": "required-message"
|
|
22311
22305
|
},
|
|
22312
|
-
{
|
|
22313
|
-
"kind": "field",
|
|
22314
|
-
"name": "form",
|
|
22315
|
-
"type": {
|
|
22316
|
-
"text": "HTMLFormElement | null"
|
|
22317
|
-
},
|
|
22318
|
-
"description": "Returns the associated form element, if any.",
|
|
22319
|
-
"readonly": true
|
|
22320
|
-
},
|
|
22321
22306
|
{
|
|
22322
22307
|
"kind": "field",
|
|
22323
22308
|
"name": "validationMessage",
|
|
@@ -22356,6 +22341,58 @@
|
|
|
22356
22341
|
},
|
|
22357
22342
|
"description": "Reports validity and shows the browser's constraint validation UI."
|
|
22358
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
|
+
},
|
|
22359
22396
|
{
|
|
22360
22397
|
"kind": "method",
|
|
22361
22398
|
"name": "focus",
|
|
@@ -22488,8 +22525,8 @@
|
|
|
22488
22525
|
}
|
|
22489
22526
|
],
|
|
22490
22527
|
"superclass": {
|
|
22491
|
-
"name": "
|
|
22492
|
-
"
|
|
22528
|
+
"name": "HelixElement",
|
|
22529
|
+
"module": "/src/base/index.js"
|
|
22493
22530
|
},
|
|
22494
22531
|
"tagName": "hx-switch",
|
|
22495
22532
|
"customElement": true,
|
|
@@ -24593,7 +24630,8 @@
|
|
|
24593
24630
|
},
|
|
24594
24631
|
"default": "''",
|
|
24595
24632
|
"description": "The name of the input, used for form submission.",
|
|
24596
|
-
"attribute": "name"
|
|
24633
|
+
"attribute": "name",
|
|
24634
|
+
"reflects": true
|
|
24597
24635
|
},
|
|
24598
24636
|
{
|
|
24599
24637
|
"kind": "field",
|
|
@@ -25188,7 +25226,8 @@
|
|
|
25188
25226
|
},
|
|
25189
25227
|
"default": "''",
|
|
25190
25228
|
"description": "The name of the textarea, used for form submission.",
|
|
25191
|
-
"attribute": "name"
|
|
25229
|
+
"attribute": "name",
|
|
25230
|
+
"reflects": true
|
|
25192
25231
|
},
|
|
25193
25232
|
{
|
|
25194
25233
|
"kind": "field",
|
|
@@ -25524,8 +25563,8 @@
|
|
|
25524
25563
|
}
|
|
25525
25564
|
],
|
|
25526
25565
|
"superclass": {
|
|
25527
|
-
"name": "
|
|
25528
|
-
"
|
|
25566
|
+
"name": "HelixElement",
|
|
25567
|
+
"module": "/src/base/index.js"
|
|
25529
25568
|
},
|
|
25530
25569
|
"tagName": "hx-textarea",
|
|
25531
25570
|
"customElement": true,
|
|
@@ -25970,7 +26009,8 @@
|
|
|
25970
26009
|
},
|
|
25971
26010
|
"default": "''",
|
|
25972
26011
|
"description": "The name submitted with the form. Value is always HH:MM (24-hour).",
|
|
25973
|
-
"attribute": "name"
|
|
26012
|
+
"attribute": "name",
|
|
26013
|
+
"reflects": true
|
|
25974
26014
|
},
|
|
25975
26015
|
{
|
|
25976
26016
|
"kind": "field",
|
|
@@ -26066,33 +26106,6 @@
|
|
|
26066
26106
|
"attribute": "format",
|
|
26067
26107
|
"reflects": true
|
|
26068
26108
|
},
|
|
26069
|
-
{
|
|
26070
|
-
"kind": "field",
|
|
26071
|
-
"name": "form",
|
|
26072
|
-
"type": {
|
|
26073
|
-
"text": "HTMLFormElement | null"
|
|
26074
|
-
},
|
|
26075
|
-
"description": "Returns the associated form element, if any.",
|
|
26076
|
-
"readonly": true
|
|
26077
|
-
},
|
|
26078
|
-
{
|
|
26079
|
-
"kind": "field",
|
|
26080
|
-
"name": "validationMessage",
|
|
26081
|
-
"type": {
|
|
26082
|
-
"text": "string"
|
|
26083
|
-
},
|
|
26084
|
-
"description": "Returns the validation message.",
|
|
26085
|
-
"readonly": true
|
|
26086
|
-
},
|
|
26087
|
-
{
|
|
26088
|
-
"kind": "field",
|
|
26089
|
-
"name": "validity",
|
|
26090
|
-
"type": {
|
|
26091
|
-
"text": "ValidityState"
|
|
26092
|
-
},
|
|
26093
|
-
"description": "Returns the ValidityState object.",
|
|
26094
|
-
"readonly": true
|
|
26095
|
-
},
|
|
26096
26109
|
{
|
|
26097
26110
|
"kind": "method",
|
|
26098
26111
|
"name": "checkValidity",
|
|
@@ -26245,8 +26258,8 @@
|
|
|
26245
26258
|
}
|
|
26246
26259
|
],
|
|
26247
26260
|
"superclass": {
|
|
26248
|
-
"name": "
|
|
26249
|
-
"
|
|
26261
|
+
"name": "HelixElement",
|
|
26262
|
+
"module": "/src/base/index.js"
|
|
26250
26263
|
},
|
|
26251
26264
|
"tagName": "hx-time-picker",
|
|
26252
26265
|
"customElement": true,
|
|
@@ -26897,15 +26910,6 @@
|
|
|
26897
26910
|
"attribute": "required",
|
|
26898
26911
|
"reflects": true
|
|
26899
26912
|
},
|
|
26900
|
-
{
|
|
26901
|
-
"kind": "field",
|
|
26902
|
-
"name": "form",
|
|
26903
|
-
"type": {
|
|
26904
|
-
"text": "HTMLFormElement | null"
|
|
26905
|
-
},
|
|
26906
|
-
"description": "Returns the associated form element, if any.",
|
|
26907
|
-
"readonly": true
|
|
26908
|
-
},
|
|
26909
26913
|
{
|
|
26910
26914
|
"kind": "field",
|
|
26911
26915
|
"name": "validity",
|
|
@@ -26943,6 +26947,58 @@
|
|
|
26943
26947
|
}
|
|
26944
26948
|
},
|
|
26945
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
|
+
]
|
|
26946
27002
|
}
|
|
26947
27003
|
],
|
|
26948
27004
|
"events": [
|
|
@@ -27037,8 +27093,8 @@
|
|
|
27037
27093
|
}
|
|
27038
27094
|
],
|
|
27039
27095
|
"superclass": {
|
|
27040
|
-
"name": "
|
|
27041
|
-
"
|
|
27096
|
+
"name": "HelixElement",
|
|
27097
|
+
"module": "/src/base/index.js"
|
|
27042
27098
|
},
|
|
27043
27099
|
"tagName": "hx-toggle-button",
|
|
27044
27100
|
"customElement": true,
|