@helixui/library 0.3.4 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +7076 -5902
- package/dist/components/hx-accordion/hx-accordion-item.d.ts +22 -0
- package/dist/components/hx-accordion/hx-accordion-item.d.ts.map +1 -1
- package/dist/components/hx-accordion/hx-accordion.d.ts +8 -0
- package/dist/components/hx-accordion/hx-accordion.d.ts.map +1 -1
- package/dist/components/hx-accordion/index.js +1 -1
- package/dist/components/hx-action-bar/hx-action-bar.d.ts.map +1 -1
- package/dist/components/hx-action-bar/index.js +1 -1
- package/dist/components/hx-alert/hx-alert.d.ts +12 -5
- package/dist/components/hx-alert/hx-alert.d.ts.map +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-avatar/hx-avatar.d.ts.map +1 -1
- package/dist/components/hx-avatar/index.js +1 -1
- package/dist/components/hx-badge/hx-badge.d.ts +2 -0
- package/dist/components/hx-badge/hx-badge.d.ts.map +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.d.ts +105 -0
- package/dist/components/hx-banner/hx-banner.d.ts.map +1 -0
- package/dist/components/hx-banner/hx-banner.styles.d.ts +2 -0
- package/dist/components/hx-banner/hx-banner.styles.d.ts.map +1 -0
- package/dist/components/hx-banner/index.d.ts +3 -0
- package/dist/components/hx-banner/index.d.ts.map +1 -0
- package/dist/components/hx-banner/index.js +5 -0
- package/dist/components/hx-banner/index.js.map +1 -0
- package/dist/components/hx-breadcrumb/hx-breadcrumb-item.styles.d.ts.map +1 -1
- package/dist/components/hx-breadcrumb/hx-breadcrumb.d.ts +5 -0
- 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 +17 -0
- 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 +8 -0
- 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 +17 -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 +122 -0
- 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 +3 -1
- 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 +5 -1
- package/dist/components/hx-checkbox-group/hx-checkbox-group.d.ts.map +1 -1
- package/dist/components/hx-checkbox-group/index.js +1 -1
- package/dist/components/hx-code-snippet/hx-code-snippet.d.ts +21 -6
- package/dist/components/hx-code-snippet/hx-code-snippet.d.ts.map +1 -1
- package/dist/components/hx-code-snippet/index.js +1 -1
- package/dist/components/hx-color-picker/hx-color-picker.d.ts +47 -0
- package/dist/components/hx-color-picker/hx-color-picker.d.ts.map +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 +24 -0
- 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-container/hx-container.d.ts +3 -1
- package/dist/components/hx-container/hx-container.d.ts.map +1 -1
- package/dist/components/hx-copy-button/hx-copy-button.d.ts +6 -0
- package/dist/components/hx-copy-button/hx-copy-button.d.ts.map +1 -1
- package/dist/components/hx-copy-button/index.js +1 -1
- package/dist/components/hx-counter/hx-counter.d.ts +79 -0
- package/dist/components/hx-counter/hx-counter.d.ts.map +1 -0
- package/dist/components/hx-counter/hx-counter.styles.d.ts +2 -0
- package/dist/components/hx-counter/hx-counter.styles.d.ts.map +1 -0
- package/dist/components/hx-counter/index.d.ts +3 -0
- package/dist/components/hx-counter/index.d.ts.map +1 -0
- package/dist/components/hx-counter/index.js +5 -0
- package/dist/components/hx-counter/index.js.map +1 -0
- package/dist/components/hx-data-table/hx-data-table.d.ts +6 -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 +124 -0
- package/dist/components/hx-date-picker/hx-date-picker.d.ts.map +1 -1
- package/dist/components/hx-date-picker/hx-date-picker.styles.d.ts.map +1 -1
- package/dist/components/hx-date-picker/index.js +1 -1
- 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.d.ts +3 -0
- package/dist/components/hx-divider/hx-divider.d.ts.map +1 -1
- package/dist/components/hx-drawer/hx-drawer.d.ts +54 -1
- 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 +20 -0
- package/dist/components/hx-dropdown/hx-dropdown.d.ts.map +1 -1
- package/dist/components/hx-dropdown/index.js +1 -1
- package/dist/components/hx-field/hx-field.d.ts +31 -1
- package/dist/components/hx-field/hx-field.d.ts.map +1 -1
- package/dist/components/hx-field/index.js +1 -1
- package/dist/components/hx-file-upload/hx-file-upload.d.ts +12 -0
- package/dist/components/hx-file-upload/hx-file-upload.d.ts.map +1 -1
- package/dist/components/hx-file-upload/hx-file-upload.styles.d.ts.map +1 -1
- package/dist/components/hx-file-upload/index.js +1 -1
- package/dist/components/hx-form/hx-form.d.ts +24 -0
- package/dist/components/hx-form/hx-form.d.ts.map +1 -1
- package/dist/components/hx-form/index.js +1 -1
- package/dist/components/hx-help-text/hx-help-text.d.ts +3 -0
- package/dist/components/hx-help-text/hx-help-text.d.ts.map +1 -1
- 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-list/hx-list.d.ts.map +1 -1
- package/dist/components/hx-list/index.js +1 -1
- package/dist/components/hx-menu/hx-menu-item.d.ts +1 -0
- package/dist/components/hx-menu/hx-menu-item.d.ts.map +1 -1
- package/dist/components/hx-menu/hx-menu.d.ts +13 -0
- package/dist/components/hx-menu/hx-menu.d.ts.map +1 -1
- package/dist/components/hx-menu/index.js +1 -1
- package/dist/components/hx-meter/hx-meter.d.ts +3 -0
- 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.d.ts +15 -1
- package/dist/components/hx-nav/hx-nav.d.ts.map +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 +2 -0
- package/dist/components/hx-number-input/hx-number-input.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 +14 -0
- 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-pagination/hx-pagination.d.ts +5 -0
- package/dist/components/hx-pagination/hx-pagination.d.ts.map +1 -1
- package/dist/components/hx-pagination/hx-pagination.styles.d.ts.map +1 -1
- package/dist/components/hx-pagination/index.js +1 -1
- package/dist/components/hx-popover/hx-popover.d.ts +43 -39
- 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-progress-bar/hx-progress-bar.d.ts +12 -0
- 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-progress-ring/hx-progress-ring.d.ts.map +1 -1
- package/dist/components/hx-progress-ring/index.js +1 -1
- package/dist/components/hx-radio-group/hx-radio-group.d.ts +75 -3
- package/dist/components/hx-radio-group/hx-radio-group.d.ts.map +1 -1
- package/dist/components/hx-radio-group/hx-radio.d.ts +3 -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 +18 -3
- package/dist/components/hx-rating/hx-rating.d.ts.map +1 -1
- package/dist/components/hx-rating/index.js +1 -1
- package/dist/components/hx-select/hx-select.d.ts +9 -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-side-nav.d.ts.map +1 -1
- package/dist/components/hx-side-nav/index.js +1 -1
- package/dist/components/hx-slider/hx-slider.d.ts +2 -0
- 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-split-button/hx-split-button.d.ts +16 -0
- package/dist/components/hx-split-button/hx-split-button.d.ts.map +1 -1
- package/dist/components/hx-split-button/index.js +1 -1
- package/dist/components/hx-split-panel/hx-split-panel.d.ts +44 -0
- package/dist/components/hx-split-panel/hx-split-panel.d.ts.map +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 +71 -0
- package/dist/components/hx-stat/hx-stat.d.ts.map +1 -0
- package/dist/components/hx-stat/hx-stat.styles.d.ts +2 -0
- package/dist/components/hx-stat/hx-stat.styles.d.ts.map +1 -0
- package/dist/components/hx-stat/index.d.ts +3 -0
- package/dist/components/hx-stat/index.d.ts.map +1 -0
- package/dist/components/hx-stat/index.js +5 -0
- package/dist/components/hx-stat/index.js.map +1 -0
- package/dist/components/hx-steps/hx-steps.d.ts +5 -0
- package/dist/components/hx-steps/hx-steps.d.ts.map +1 -1
- package/dist/components/hx-steps/index.js +1 -1
- package/dist/components/hx-structured-list/hx-structured-list.d.ts +2 -0
- package/dist/components/hx-structured-list/hx-structured-list.d.ts.map +1 -1
- package/dist/components/hx-structured-list/index.js +1 -1
- package/dist/components/hx-switch/hx-switch.d.ts +2 -0
- package/dist/components/hx-switch/hx-switch.d.ts.map +1 -1
- package/dist/components/hx-switch/index.js +1 -1
- package/dist/components/hx-table/hx-table.d.ts +60 -0
- package/dist/components/hx-table/hx-table.d.ts.map +1 -0
- package/dist/components/hx-table/hx-table.styles.d.ts +9 -0
- package/dist/components/hx-table/hx-table.styles.d.ts.map +1 -0
- package/dist/components/hx-table/hx-tbody.d.ts +23 -0
- package/dist/components/hx-table/hx-tbody.d.ts.map +1 -0
- package/dist/components/hx-table/hx-td.d.ts +46 -0
- package/dist/components/hx-table/hx-td.d.ts.map +1 -0
- package/dist/components/hx-table/hx-tfoot.d.ts +23 -0
- package/dist/components/hx-table/hx-tfoot.d.ts.map +1 -0
- package/dist/components/hx-table/hx-th.d.ts +61 -0
- package/dist/components/hx-table/hx-th.d.ts.map +1 -0
- package/dist/components/hx-table/hx-thead.d.ts +23 -0
- package/dist/components/hx-table/hx-thead.d.ts.map +1 -0
- package/dist/components/hx-table/hx-tr.d.ts +33 -0
- package/dist/components/hx-table/hx-tr.d.ts.map +1 -0
- package/dist/components/hx-table/index.d.ts +9 -0
- package/dist/components/hx-table/index.d.ts.map +1 -0
- package/dist/components/hx-table/index.js +11 -0
- package/dist/components/hx-table/index.js.map +1 -0
- package/dist/components/hx-tabs/hx-tabs.d.ts.map +1 -1
- package/dist/components/hx-tabs/index.js +1 -1
- package/dist/components/hx-tag/hx-tag.d.ts +2 -0
- package/dist/components/hx-tag/hx-tag.d.ts.map +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 +2 -1
- package/dist/components/hx-text-input/hx-text-input.d.ts.map +1 -1
- package/dist/components/hx-text-input/index.js +1 -1
- package/dist/components/hx-textarea/hx-textarea.d.ts +14 -0
- 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 +83 -1
- 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-stack.d.ts +36 -0
- package/dist/components/hx-toast/hx-toast-stack.d.ts.map +1 -0
- package/dist/components/hx-toast/hx-toast.d.ts +10 -52
- package/dist/components/hx-toast/hx-toast.d.ts.map +1 -1
- package/dist/components/hx-toast/hx-toast.styles.d.ts.map +1 -1
- package/dist/components/hx-toast/index.d.ts +6 -2
- package/dist/components/hx-toast/index.d.ts.map +1 -1
- package/dist/components/hx-toast/index.js +1 -1
- package/dist/components/hx-toast/toast-factory.d.ts +25 -0
- package/dist/components/hx-toast/toast-factory.d.ts.map +1 -0
- package/dist/components/hx-toggle-button/hx-toggle-button.d.ts +1 -0
- package/dist/components/hx-toggle-button/hx-toggle-button.d.ts.map +1 -1
- package/dist/components/hx-toggle-button/index.js +1 -1
- package/dist/components/hx-tooltip/hx-tooltip.d.ts +1 -45
- package/dist/components/hx-tooltip/hx-tooltip.d.ts.map +1 -1
- package/dist/components/hx-tooltip/index.js +1 -1
- package/dist/components/hx-top-nav/hx-top-nav.d.ts.map +1 -1
- package/dist/components/hx-top-nav/index.js +1 -1
- package/dist/components/hx-tree-view/hx-tree-item.d.ts +61 -1
- package/dist/components/hx-tree-view/hx-tree-item.d.ts.map +1 -1
- package/dist/components/hx-tree-view/hx-tree-item.styles.d.ts.map +1 -1
- package/dist/components/hx-tree-view/hx-tree-view.d.ts +16 -0
- package/dist/components/hx-tree-view/hx-tree-view.d.ts.map +1 -1
- package/dist/components/hx-tree-view/index.js +1 -1
- package/dist/index.d.ts +20 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +169 -155
- package/dist/index.js.map +1 -1
- package/dist/shared/body-scroll-lock-VBa5TFP-.js +12 -0
- package/dist/shared/body-scroll-lock-VBa5TFP-.js.map +1 -0
- package/dist/shared/dev-warn-YlwPHjtX.js +6 -0
- package/dist/shared/dev-warn-YlwPHjtX.js.map +1 -0
- package/dist/shared/{hx-accordion-D95XSAft.js → hx-accordion-DT8qHOay.js} +73 -53
- package/dist/shared/hx-accordion-DT8qHOay.js.map +1 -0
- package/dist/shared/{hx-action-bar-B4i9tBCP.js → hx-action-bar-we_WJety.js} +41 -40
- package/dist/shared/hx-action-bar-we_WJety.js.map +1 -0
- package/dist/shared/{hx-alert-BQpT4gL3.js → hx-alert-D6uok29t.js} +95 -28
- package/dist/shared/hx-alert-D6uok29t.js.map +1 -0
- package/dist/shared/{hx-avatar-yHjmNdtf.js → hx-avatar-Cep6Urm3.js} +62 -65
- package/dist/shared/hx-avatar-Cep6Urm3.js.map +1 -0
- package/dist/shared/{hx-badge-CjT0d8NK.js → hx-badge-BeuWuUj_.js} +57 -31
- package/dist/shared/hx-badge-BeuWuUj_.js.map +1 -0
- package/dist/shared/hx-banner-DnCBJtRR.js +353 -0
- package/dist/shared/hx-banner-DnCBJtRR.js.map +1 -0
- package/dist/shared/{hx-breadcrumb-item-DtSxRZ_W.js → hx-breadcrumb-item-Bj2UqhzR.js} +54 -48
- package/dist/shared/hx-breadcrumb-item-Bj2UqhzR.js.map +1 -0
- package/dist/shared/{hx-button-CtiJsmOg.js → hx-button-Cbhqpm5i.js} +111 -28
- package/dist/shared/hx-button-Cbhqpm5i.js.map +1 -0
- package/dist/shared/{hx-button-group-BMV5qFs4.js → hx-button-group-CWjWv-wS.js} +10 -10
- package/dist/shared/hx-button-group-CWjWv-wS.js.map +1 -0
- package/dist/shared/{hx-card-DAkEfpJd.js → hx-card-B9j2SHyI.js} +26 -22
- package/dist/shared/hx-card-B9j2SHyI.js.map +1 -0
- package/dist/shared/{hx-carousel-item-C2yBnM0r.js → hx-carousel-item-Be0bC-7o.js} +150 -98
- package/dist/shared/hx-carousel-item-Be0bC-7o.js.map +1 -0
- package/dist/shared/{hx-checkbox-BMayOpAM.js → hx-checkbox-CuaJqEo7.js} +3 -1
- package/dist/shared/hx-checkbox-CuaJqEo7.js.map +1 -0
- package/dist/shared/{hx-checkbox-group-DTS9iT4b.js → hx-checkbox-group-ydUdV9Sx.js} +7 -7
- package/dist/shared/hx-checkbox-group-ydUdV9Sx.js.map +1 -0
- package/dist/shared/{hx-code-snippet-DdEqy-1B.js → hx-code-snippet-DBwIjl5p.js} +71 -59
- package/dist/shared/hx-code-snippet-DBwIjl5p.js.map +1 -0
- package/dist/shared/{hx-color-picker-K2x_dyeG.js → hx-color-picker-Bb2UPVc3.js} +101 -91
- package/dist/shared/hx-color-picker-Bb2UPVc3.js.map +1 -0
- package/dist/shared/{hx-combobox-DjMigccw.js → hx-combobox-CNvY-es8.js} +104 -65
- package/dist/shared/hx-combobox-CNvY-es8.js.map +1 -0
- package/dist/shared/hx-container-DLUKnTi9.js.map +1 -1
- package/dist/shared/{hx-copy-button-BXL1xkxb.js → hx-copy-button-CLBA31to.js} +45 -50
- package/dist/shared/hx-copy-button-CLBA31to.js.map +1 -0
- package/dist/shared/hx-counter-D-1NXzGs.js +138 -0
- package/dist/shared/hx-counter-D-1NXzGs.js.map +1 -0
- package/dist/shared/{hx-data-table-D3NZvc3P.js → hx-data-table-BwoJCFgs.js} +102 -96
- package/dist/shared/hx-data-table-BwoJCFgs.js.map +1 -0
- package/dist/shared/{hx-date-picker-CIHwx9b3.js → hx-date-picker-DDcIBJir.js} +58 -47
- package/dist/shared/hx-date-picker-DDcIBJir.js.map +1 -0
- package/dist/shared/{hx-dialog-e4CSD8xX.js → hx-dialog-M7so0sRT.js} +33 -25
- package/dist/shared/hx-dialog-M7so0sRT.js.map +1 -0
- package/dist/shared/hx-divider-XgWIz4Mr.js.map +1 -1
- package/dist/shared/{hx-drawer-bTF0nbrg.js → hx-drawer-CYxuhIQ0.js} +53 -45
- package/dist/shared/hx-drawer-CYxuhIQ0.js.map +1 -0
- package/dist/shared/{hx-dropdown-DnjLnkTj.js → hx-dropdown-7cfowTWv.js} +30 -30
- package/dist/shared/hx-dropdown-7cfowTWv.js.map +1 -0
- package/dist/shared/{hx-field-Dz-7M_SC.js → hx-field-CDP8EXuj.js} +22 -19
- package/dist/shared/hx-field-CDP8EXuj.js.map +1 -0
- package/dist/shared/{hx-file-upload-DnYiIhyN.js → hx-file-upload-9HbONfqt.js} +63 -54
- package/dist/shared/hx-file-upload-9HbONfqt.js.map +1 -0
- package/dist/shared/{hx-form-BJeLK34m.js → hx-form-BFv_N1dm.js} +9 -1
- package/dist/shared/{hx-form-BJeLK34m.js.map → hx-form-BFv_N1dm.js.map} +1 -1
- package/dist/shared/hx-help-text-DaOPN1iB.js.map +1 -1
- package/dist/shared/{hx-icon-button-C_fsUJW4.js → hx-icon-button-iu0i_faq.js} +40 -32
- package/dist/shared/hx-icon-button-iu0i_faq.js.map +1 -0
- package/dist/shared/{hx-list-CF-AAnp-.js → hx-list-CdRNgeoP.js} +7 -9
- package/dist/shared/{hx-list-CF-AAnp-.js.map → hx-list-CdRNgeoP.js.map} +1 -1
- package/dist/shared/{hx-menu-divider-Buc5XA9E.js → hx-menu-divider-DR8klkFT.js} +46 -38
- package/dist/shared/hx-menu-divider-DR8klkFT.js.map +1 -0
- package/dist/shared/{hx-meter-qcXl0zCL.js → hx-meter-CZ7lnMra.js} +87 -49
- package/dist/shared/hx-meter-CZ7lnMra.js.map +1 -0
- package/dist/shared/{hx-nav-CWwByFdq.js → hx-nav-DM6-cGKF.js} +97 -95
- package/dist/shared/hx-nav-DM6-cGKF.js.map +1 -0
- package/dist/shared/{hx-nav-item-DItaMWl0.js → hx-nav-item-D54-5eUM.js} +12 -12
- package/dist/shared/hx-nav-item-D54-5eUM.js.map +1 -0
- package/dist/shared/{hx-number-input-CS6_w1lT.js → hx-number-input-BP6TIA92.js} +5 -1
- package/dist/shared/hx-number-input-BP6TIA92.js.map +1 -0
- package/dist/shared/{hx-overflow-menu-CAS1Mlus.js → hx-overflow-menu-CobkjAb8.js} +50 -37
- package/dist/shared/hx-overflow-menu-CobkjAb8.js.map +1 -0
- package/dist/shared/{hx-pagination-DNFgXQm3.js → hx-pagination-10dpXS95.js} +74 -69
- package/dist/shared/hx-pagination-10dpXS95.js.map +1 -0
- package/dist/shared/hx-popover-ULjonbaO.js +269 -0
- package/dist/shared/hx-popover-ULjonbaO.js.map +1 -0
- package/dist/shared/{hx-progress-bar-b3_m1hna.js → hx-progress-bar-CnTibV63.js} +69 -50
- package/dist/shared/hx-progress-bar-CnTibV63.js.map +1 -0
- package/dist/shared/{hx-progress-ring-wOSv2y_I.js → hx-progress-ring-BHJBaXNk.js} +2 -4
- package/dist/shared/hx-progress-ring-BHJBaXNk.js.map +1 -0
- package/dist/shared/{hx-radio-CGtFKls2.js → hx-radio-BnKcRuQu.js} +46 -12
- package/dist/shared/hx-radio-BnKcRuQu.js.map +1 -0
- package/dist/shared/{hx-rating-C4kTOyHF.js → hx-rating-Y_t7Z4qb.js} +104 -67
- package/dist/shared/hx-rating-Y_t7Z4qb.js.map +1 -0
- package/dist/shared/{hx-select-D9bYJcDv.js → hx-select-C50lD7NS.js} +19 -12
- package/dist/shared/hx-select-C50lD7NS.js.map +1 -0
- package/dist/shared/{hx-slider-Duzmuid9.js → hx-slider-CprSNrRi.js} +11 -6
- package/dist/shared/hx-slider-CprSNrRi.js.map +1 -0
- package/dist/shared/{hx-split-button-DhncgAtZ.js → hx-split-button-CHGy4FUc.js} +19 -18
- package/dist/shared/hx-split-button-CHGy4FUc.js.map +1 -0
- package/dist/shared/{hx-split-panel-Cxkeauwe.js → hx-split-panel-DYtB45Tr.js} +16 -8
- package/dist/shared/hx-split-panel-DYtB45Tr.js.map +1 -0
- package/dist/shared/hx-stat-C2wfph8W.js +212 -0
- package/dist/shared/hx-stat-C2wfph8W.js.map +1 -0
- package/dist/shared/{hx-step-nMT0fHEn.js → hx-step-DYoIumpR.js} +29 -29
- package/dist/shared/hx-step-DYoIumpR.js.map +1 -0
- package/dist/shared/{hx-structured-list-CMja1VXz.js → hx-structured-list-CMWllxGg.js} +23 -17
- package/dist/shared/{hx-structured-list-CMja1VXz.js.map → hx-structured-list-CMWllxGg.js.map} +1 -1
- package/dist/shared/{hx-switch-BPvIcDpM.js → hx-switch-DkKchcuP.js} +8 -3
- package/dist/shared/{hx-switch-BPvIcDpM.js.map → hx-switch-DkKchcuP.js.map} +1 -1
- package/dist/shared/{hx-tab-panel-C7h5lRpw.js → hx-tab-panel-BRNcLICw.js} +129 -120
- package/dist/shared/hx-tab-panel-BRNcLICw.js.map +1 -0
- package/dist/shared/{hx-tag-SJJtMlOS.js → hx-tag-B3N-vZ6B.js} +80 -55
- package/dist/shared/hx-tag-B3N-vZ6B.js.map +1 -0
- package/dist/shared/hx-td-CVwCGBYf.js +604 -0
- package/dist/shared/hx-td-CVwCGBYf.js.map +1 -0
- package/dist/shared/{hx-text-input-BUMgOQHX.js → hx-text-input-CCZZbWQ9.js} +10 -6
- package/dist/shared/hx-text-input-CCZZbWQ9.js.map +1 -0
- package/dist/shared/{hx-textarea-B_nmxzhC.js → hx-textarea-BsQdB1Rk.js} +51 -18
- package/dist/shared/hx-textarea-BsQdB1Rk.js.map +1 -0
- package/dist/shared/{hx-time-picker-a-BCkecJ.js → hx-time-picker-CJcIjH3C.js} +65 -54
- package/dist/shared/hx-time-picker-CJcIjH3C.js.map +1 -0
- package/dist/shared/{hx-toggle-button--xCXWRJW.js → hx-toggle-button-D4F1soEM.js} +34 -22
- package/dist/shared/{hx-toggle-button--xCXWRJW.js.map → hx-toggle-button-D4F1soEM.js.map} +1 -1
- package/dist/shared/{hx-tooltip-DN6lMlP5.js → hx-tooltip-Bk1iQRHs.js} +23 -23
- package/dist/shared/hx-tooltip-Bk1iQRHs.js.map +1 -0
- package/dist/shared/{hx-top-nav-8lDKNZUj.js → hx-top-nav-D2bQpns3.js} +43 -30
- package/dist/shared/{hx-top-nav-8lDKNZUj.js.map → hx-top-nav-D2bQpns3.js.map} +1 -1
- package/dist/shared/{hx-tree-item-Cesh_du5.js → hx-tree-item-BobGN76x.js} +202 -120
- package/dist/shared/hx-tree-item-BobGN76x.js.map +1 -0
- package/dist/shared/{hx-toast-ikwh9Y03.js → toast-factory-MvMMreTu.js} +181 -94
- package/dist/shared/toast-factory-MvMMreTu.js.map +1 -0
- package/dist/tools/cem-a11y-analyzer/analyzers/aria-analyzer.d.ts +12 -0
- package/dist/tools/cem-a11y-analyzer/analyzers/aria-analyzer.d.ts.map +1 -0
- package/dist/tools/cem-a11y-analyzer/analyzers/focus-analyzer.d.ts +13 -0
- package/dist/tools/cem-a11y-analyzer/analyzers/focus-analyzer.d.ts.map +1 -0
- package/dist/tools/cem-a11y-analyzer/analyzers/form-analyzer.d.ts +13 -0
- package/dist/tools/cem-a11y-analyzer/analyzers/form-analyzer.d.ts.map +1 -0
- package/dist/tools/cem-a11y-analyzer/analyzers/keyboard-analyzer.d.ts +12 -0
- package/dist/tools/cem-a11y-analyzer/analyzers/keyboard-analyzer.d.ts.map +1 -0
- package/dist/tools/cem-a11y-analyzer/analyzers/label-analyzer.d.ts +13 -0
- package/dist/tools/cem-a11y-analyzer/analyzers/label-analyzer.d.ts.map +1 -0
- package/dist/tools/cem-a11y-analyzer/analyzers/motion-analyzer.d.ts +12 -0
- package/dist/tools/cem-a11y-analyzer/analyzers/motion-analyzer.d.ts.map +1 -0
- package/dist/tools/cem-a11y-analyzer/index.d.ts +14 -0
- package/dist/tools/cem-a11y-analyzer/index.d.ts.map +1 -0
- package/dist/tools/cem-a11y-analyzer/reporter.d.ts +6 -0
- package/dist/tools/cem-a11y-analyzer/reporter.d.ts.map +1 -0
- package/dist/tools/cem-a11y-analyzer/scorer.d.ts +22 -0
- package/dist/tools/cem-a11y-analyzer/scorer.d.ts.map +1 -0
- package/dist/tools/cem-a11y-analyzer/types.d.ts +171 -0
- package/dist/tools/cem-a11y-analyzer/types.d.ts.map +1 -0
- package/dist/utils/body-scroll-lock.d.ts +34 -0
- package/dist/utils/body-scroll-lock.d.ts.map +1 -0
- package/dist/utils/dev-warn.d.ts +19 -0
- package/dist/utils/dev-warn.d.ts.map +1 -0
- package/package.json +1 -1
- package/dist/shared/hx-accordion-D95XSAft.js.map +0 -1
- package/dist/shared/hx-action-bar-B4i9tBCP.js.map +0 -1
- package/dist/shared/hx-alert-BQpT4gL3.js.map +0 -1
- package/dist/shared/hx-avatar-yHjmNdtf.js.map +0 -1
- package/dist/shared/hx-badge-CjT0d8NK.js.map +0 -1
- package/dist/shared/hx-breadcrumb-item-DtSxRZ_W.js.map +0 -1
- package/dist/shared/hx-button-CtiJsmOg.js.map +0 -1
- package/dist/shared/hx-button-group-BMV5qFs4.js.map +0 -1
- package/dist/shared/hx-card-DAkEfpJd.js.map +0 -1
- package/dist/shared/hx-carousel-item-C2yBnM0r.js.map +0 -1
- package/dist/shared/hx-checkbox-BMayOpAM.js.map +0 -1
- package/dist/shared/hx-checkbox-group-DTS9iT4b.js.map +0 -1
- package/dist/shared/hx-code-snippet-DdEqy-1B.js.map +0 -1
- package/dist/shared/hx-color-picker-K2x_dyeG.js.map +0 -1
- package/dist/shared/hx-combobox-DjMigccw.js.map +0 -1
- package/dist/shared/hx-copy-button-BXL1xkxb.js.map +0 -1
- package/dist/shared/hx-data-table-D3NZvc3P.js.map +0 -1
- package/dist/shared/hx-date-picker-CIHwx9b3.js.map +0 -1
- package/dist/shared/hx-dialog-e4CSD8xX.js.map +0 -1
- package/dist/shared/hx-drawer-bTF0nbrg.js.map +0 -1
- package/dist/shared/hx-dropdown-DnjLnkTj.js.map +0 -1
- package/dist/shared/hx-field-Dz-7M_SC.js.map +0 -1
- package/dist/shared/hx-file-upload-DnYiIhyN.js.map +0 -1
- package/dist/shared/hx-icon-button-C_fsUJW4.js.map +0 -1
- package/dist/shared/hx-menu-divider-Buc5XA9E.js.map +0 -1
- package/dist/shared/hx-meter-qcXl0zCL.js.map +0 -1
- package/dist/shared/hx-nav-CWwByFdq.js.map +0 -1
- package/dist/shared/hx-nav-item-DItaMWl0.js.map +0 -1
- package/dist/shared/hx-number-input-CS6_w1lT.js.map +0 -1
- package/dist/shared/hx-overflow-menu-CAS1Mlus.js.map +0 -1
- package/dist/shared/hx-pagination-DNFgXQm3.js.map +0 -1
- package/dist/shared/hx-popover-BjAyLbzp.js +0 -226
- package/dist/shared/hx-popover-BjAyLbzp.js.map +0 -1
- package/dist/shared/hx-progress-bar-b3_m1hna.js.map +0 -1
- package/dist/shared/hx-progress-ring-wOSv2y_I.js.map +0 -1
- package/dist/shared/hx-radio-CGtFKls2.js.map +0 -1
- package/dist/shared/hx-rating-C4kTOyHF.js.map +0 -1
- package/dist/shared/hx-select-D9bYJcDv.js.map +0 -1
- package/dist/shared/hx-slider-Duzmuid9.js.map +0 -1
- package/dist/shared/hx-split-button-DhncgAtZ.js.map +0 -1
- package/dist/shared/hx-split-panel-Cxkeauwe.js.map +0 -1
- package/dist/shared/hx-step-nMT0fHEn.js.map +0 -1
- package/dist/shared/hx-tab-panel-C7h5lRpw.js.map +0 -1
- package/dist/shared/hx-tag-SJJtMlOS.js.map +0 -1
- package/dist/shared/hx-text-input-BUMgOQHX.js.map +0 -1
- package/dist/shared/hx-textarea-B_nmxzhC.js.map +0 -1
- package/dist/shared/hx-time-picker-a-BCkecJ.js.map +0 -1
- package/dist/shared/hx-toast-ikwh9Y03.js.map +0 -1
- package/dist/shared/hx-tooltip-DN6lMlP5.js.map +0 -1
- package/dist/shared/hx-tree-item-Cesh_du5.js.map +0 -1
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
export type CounterSize = 'sm' | 'md' | 'lg';
|
|
3
|
+
export type CounterEasing = 'linear' | 'ease-in' | 'ease-out' | 'ease-in-out';
|
|
4
|
+
export type CounterFormat = 'integer' | 'decimal';
|
|
5
|
+
/**
|
|
6
|
+
* Animated number counter that counts from 0 (or the previous value) to the
|
|
7
|
+
* target value using requestAnimationFrame. Respects prefers-reduced-motion.
|
|
8
|
+
*
|
|
9
|
+
* @summary Displays an animated numeric counter that transitions to a target value.
|
|
10
|
+
*
|
|
11
|
+
* @tag hx-counter
|
|
12
|
+
*
|
|
13
|
+
* @csspart counter - The outer counter element.
|
|
14
|
+
*
|
|
15
|
+
* @cssprop [--hx-counter-font-family=var(--hx-font-family-sans)] - Font family.
|
|
16
|
+
* @cssprop [--hx-counter-font-weight=var(--hx-font-weight-bold)] - Font weight.
|
|
17
|
+
* @cssprop [--hx-counter-color=var(--hx-color-neutral-900)] - Counter text color.
|
|
18
|
+
* @cssprop [--hx-counter-font-size-sm=var(--hx-font-size-xl)] - Font size at sm.
|
|
19
|
+
* @cssprop [--hx-counter-font-size-md=var(--hx-font-size-3xl)] - Font size at md.
|
|
20
|
+
* @cssprop [--hx-counter-font-size-lg=var(--hx-font-size-5xl)] - Font size at lg.
|
|
21
|
+
*/
|
|
22
|
+
export declare class HelixCounter extends LitElement {
|
|
23
|
+
static styles: import('lit').CSSResult[];
|
|
24
|
+
/**
|
|
25
|
+
* The target numeric value to count to.
|
|
26
|
+
* @attr value
|
|
27
|
+
*/
|
|
28
|
+
value: number;
|
|
29
|
+
/**
|
|
30
|
+
* Animation duration in milliseconds.
|
|
31
|
+
* @attr duration
|
|
32
|
+
*/
|
|
33
|
+
duration: number;
|
|
34
|
+
/**
|
|
35
|
+
* Easing function applied to the animation progress.
|
|
36
|
+
* @attr easing
|
|
37
|
+
*/
|
|
38
|
+
easing: CounterEasing;
|
|
39
|
+
/**
|
|
40
|
+
* Number format. 'integer' rounds to the nearest whole number;
|
|
41
|
+
* 'decimal' shows two decimal places.
|
|
42
|
+
* @attr format
|
|
43
|
+
*/
|
|
44
|
+
format: CounterFormat;
|
|
45
|
+
/**
|
|
46
|
+
* String prepended to the formatted value (e.g., '$').
|
|
47
|
+
* @attr prefix
|
|
48
|
+
*/
|
|
49
|
+
prefix: string;
|
|
50
|
+
/**
|
|
51
|
+
* String appended to the formatted value (e.g., '%').
|
|
52
|
+
* @attr suffix
|
|
53
|
+
*/
|
|
54
|
+
suffix: string;
|
|
55
|
+
/**
|
|
56
|
+
* Size variant controlling font size.
|
|
57
|
+
* @attr size
|
|
58
|
+
*/
|
|
59
|
+
size: CounterSize;
|
|
60
|
+
private _displayValue;
|
|
61
|
+
private _animationId;
|
|
62
|
+
private _startTime;
|
|
63
|
+
private _startValue;
|
|
64
|
+
private _prefersReducedMotion;
|
|
65
|
+
connectedCallback(): void;
|
|
66
|
+
disconnectedCallback(): void;
|
|
67
|
+
updated(changedProps: Map<string, unknown>): void;
|
|
68
|
+
private _cancelAnimation;
|
|
69
|
+
private _applyEasing;
|
|
70
|
+
private _startAnimation;
|
|
71
|
+
private _formatValue;
|
|
72
|
+
render(): import('lit').TemplateResult<1>;
|
|
73
|
+
}
|
|
74
|
+
declare global {
|
|
75
|
+
interface HTMLElementTagNameMap {
|
|
76
|
+
'hx-counter': HelixCounter;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
//# sourceMappingURL=hx-counter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hx-counter.d.ts","sourceRoot":"","sources":["../../../src/components/hx-counter/hx-counter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAQ,MAAM,KAAK,CAAC;AAMvC,MAAM,MAAM,WAAW,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAC7C,MAAM,MAAM,aAAa,GAAG,QAAQ,GAAG,SAAS,GAAG,UAAU,GAAG,aAAa,CAAC;AAC9E,MAAM,MAAM,aAAa,GAAG,SAAS,GAAG,SAAS,CAAC;AAElD;;;;;;;;;;;;;;;;GAgBG;AACH,qBACa,YAAa,SAAQ,UAAU;IAC1C,OAAgB,MAAM,4BAAqC;IAE3D;;;OAGG;IAEH,KAAK,SAAK;IAEV;;;OAGG;IAEH,QAAQ,SAAQ;IAEhB;;;OAGG;IAEH,MAAM,EAAE,aAAa,CAAc;IAEnC;;;;OAIG;IAEH,MAAM,EAAE,aAAa,CAAa;IAElC;;;OAGG;IAEH,MAAM,SAAM;IAEZ;;;OAGG;IAEH,MAAM,SAAM;IAEZ;;;OAGG;IAEH,IAAI,EAAE,WAAW,CAAQ;IAIhB,OAAO,CAAC,aAAa,CAAK;IAEnC,OAAO,CAAC,YAAY,CAAuB;IAC3C,OAAO,CAAC,UAAU,CAAuB;IACzC,OAAO,CAAC,WAAW,CAAK;IACxB,OAAO,CAAC,qBAAqB,CAAS;IAI7B,iBAAiB,IAAI,IAAI;IAazB,oBAAoB,IAAI,IAAI;IAK5B,OAAO,CAAC,YAAY,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI;IAc1D,OAAO,CAAC,gBAAgB;IAOxB,OAAO,CAAC,YAAY;IAapB,OAAO,CAAC,eAAe;IA2BvB,OAAO,CAAC,YAAY;IAWX,MAAM;CAYhB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,YAAY,EAAE,YAAY,CAAC;KAC5B;CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hx-counter.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-counter/hx-counter.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB,yBAqC9B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/hx-counter/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,YAAY,EAAE,WAAW,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
|
@@ -87,6 +87,12 @@ export declare class HelixDataTable extends LitElement {
|
|
|
87
87
|
* @attr empty-label
|
|
88
88
|
*/
|
|
89
89
|
emptyLabel: string;
|
|
90
|
+
/**
|
|
91
|
+
* Accessible name for the table. Exposed via `aria-label` on the `<table>` element.
|
|
92
|
+
* Required when the table has columns — a missing label is a WCAG 4.1.2 violation.
|
|
93
|
+
* @attr label
|
|
94
|
+
*/
|
|
95
|
+
label: string;
|
|
90
96
|
/**
|
|
91
97
|
* When true, the header row is sticky (position: sticky; top: 0).
|
|
92
98
|
* @attr sticky-header
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hx-data-table.d.ts","sourceRoot":"","sources":["../../../src/components/hx-data-table/hx-data-table.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAiB,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"hx-data-table.d.ts","sourceRoot":"","sources":["../../../src/components/hx-data-table/hx-data-table.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAiB,MAAM,KAAK,CAAC;AAMhD;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,KAAK,GAAG,MAAM,CAAC;CAC3B;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,qBACa,cAAe,SAAQ,UAAU;IAC5C,OAAgB,MAAM,4BAAuC;IAI7D;;;;OAIG;IAEH,OAAO,EAAE,iBAAiB,EAAE,CAAM;IAElC;;;;OAIG;IAEH,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,CAAM;IAErC;;;OAGG;IAEH,UAAU,UAAS;IAEnB;;;OAGG;IAEH,OAAO,SAAM;IAEb;;;OAGG;IAEH,aAAa,EAAE,KAAK,GAAG,MAAM,CAAS;IAEtC;;;OAGG;IAEH,OAAO,UAAS;IAEhB;;;OAGG;IAEH,UAAU,SAAa;IAEvB;;;;OAIG;IAEH,KAAK,SAAM;IAEX;;;OAGG;IAEH,YAAY,UAAS;IAErB;;;OAGG;IAEH,IAAI,SAAK;IAET;;;OAGG;IAEH,QAAQ,SAAK;IAKb,OAAO,CAAC,aAAa,CAA0B;IAItC,UAAU,CAAC,OAAO,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI;IAiDxD,OAAO,CAAC,WAAW;IAcnB,OAAO,CAAC,eAAe;IAUvB,OAAO,CAAC,aAAa;IAWrB,OAAO,CAAC,gBAAgB;IAKxB,OAAO,CAAC,eAAe;IAcvB,OAAO,CAAC,cAAc;IAmEtB,OAAO,CAAC,eAAe;IAyBvB,OAAO,CAAC,gBAAgB;IAqDxB,OAAO,CAAC,mBAAmB;IAsB3B,OAAO,CAAC,eAAe;IAWvB,OAAO,CAAC,eAAe;IAgDd,MAAM;CAyBhB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,eAAe,EAAE,cAAc,CAAC;KACjC;CACF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hx-data-table.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-data-table/hx-data-table.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB,
|
|
1
|
+
{"version":3,"file":"hx-data-table.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-data-table/hx-data-table.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB,yBAoMhC,CAAC"}
|
|
@@ -1,7 +1,56 @@
|
|
|
1
1
|
import { LitElement } from 'lit';
|
|
2
|
+
/**
|
|
3
|
+
* Date picker component for selecting dates with keyboard-accessible calendar popup.
|
|
4
|
+
*
|
|
5
|
+
* @summary Form-associated date picker with calendar popup and WCAG 2.1 AA accessibility.
|
|
6
|
+
*
|
|
7
|
+
* @tag hx-date-picker
|
|
8
|
+
*
|
|
9
|
+
* @slot label - Custom label content (overrides the label property).
|
|
10
|
+
* @slot help-text - Custom help text content (overrides the helpText property).
|
|
11
|
+
* @slot error - Custom error content (overrides the error property).
|
|
12
|
+
*
|
|
13
|
+
* @fires {CustomEvent<{value: string, date: Date | null}>} hx-change - Emitted when the selected date changes.
|
|
14
|
+
*
|
|
15
|
+
* @csspart field - The outer field container.
|
|
16
|
+
* @csspart label - The label element.
|
|
17
|
+
* @csspart input-wrapper - The wrapper around input and trigger.
|
|
18
|
+
* @csspart input - The readonly text input displaying the formatted date.
|
|
19
|
+
* @csspart trigger - The calendar icon button.
|
|
20
|
+
* @csspart calendar - The calendar popup dialog.
|
|
21
|
+
* @csspart month-nav - The month navigation header.
|
|
22
|
+
* @csspart day - An individual day button in the calendar grid.
|
|
23
|
+
* @csspart help-text - The help text container.
|
|
24
|
+
* @csspart error - The error message container.
|
|
25
|
+
*
|
|
26
|
+
* @cssprop [--hx-date-picker-bg=var(--hx-color-neutral-0)] - Input background color.
|
|
27
|
+
* @cssprop [--hx-date-picker-color=var(--hx-color-neutral-800)] - Input text color.
|
|
28
|
+
* @cssprop [--hx-date-picker-border-color=var(--hx-color-neutral-300)] - Border color.
|
|
29
|
+
* @cssprop [--hx-date-picker-border-radius=var(--hx-border-radius-md)] - Border radius.
|
|
30
|
+
* @cssprop [--hx-date-picker-font-family=var(--hx-font-family-sans)] - Font family.
|
|
31
|
+
* @cssprop [--hx-date-picker-focus-ring-color=var(--hx-focus-ring-color)] - Focus ring color.
|
|
32
|
+
* @cssprop [--hx-date-picker-error-color=var(--hx-color-error-500)] - Error state color.
|
|
33
|
+
* @cssprop [--hx-date-picker-label-color=var(--hx-color-neutral-700)] - Label text color.
|
|
34
|
+
* @cssprop [--hx-date-picker-trigger-color=var(--hx-color-neutral-500)] - Trigger icon color.
|
|
35
|
+
* @cssprop [--hx-date-picker-calendar-bg=var(--hx-color-neutral-0)] - Calendar background color.
|
|
36
|
+
* @cssprop [--hx-date-picker-calendar-border-color=var(--hx-color-neutral-200)] - Calendar border color.
|
|
37
|
+
* @cssprop [--hx-date-picker-calendar-min-width=18rem] - Calendar minimum width.
|
|
38
|
+
* @cssprop [--hx-date-picker-selected-bg=var(--hx-color-primary-500)] - Selected day background.
|
|
39
|
+
* @cssprop [--hx-date-picker-selected-color=var(--hx-color-neutral-0)] - Selected day text color.
|
|
40
|
+
* @cssprop [--hx-date-picker-today-color=var(--hx-color-primary-600)] - Today indicator color.
|
|
41
|
+
* @cssprop [--hx-date-picker-calendar-shadow=0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -2px rgba(0,0,0,0.1)] - Calendar popup box shadow.
|
|
42
|
+
*/
|
|
2
43
|
export declare class HelixDatePicker extends LitElement {
|
|
3
44
|
static styles: import('lit').CSSResult[];
|
|
45
|
+
/**
|
|
46
|
+
* Marks this component as form-associated for native form participation.
|
|
47
|
+
* @internal
|
|
48
|
+
*/
|
|
4
49
|
static formAssociated: boolean;
|
|
50
|
+
/**
|
|
51
|
+
* ElementInternals instance for form association.
|
|
52
|
+
* @internal
|
|
53
|
+
*/
|
|
5
54
|
private _internals;
|
|
6
55
|
constructor();
|
|
7
56
|
/**
|
|
@@ -59,33 +108,108 @@ export declare class HelixDatePicker extends LitElement {
|
|
|
59
108
|
* @attr locale
|
|
60
109
|
*/
|
|
61
110
|
locale: string;
|
|
111
|
+
/**
|
|
112
|
+
* Tracks whether the calendar popup is currently visible.
|
|
113
|
+
* @internal
|
|
114
|
+
*/
|
|
62
115
|
private _isOpen;
|
|
116
|
+
/**
|
|
117
|
+
* The year currently displayed in the calendar view.
|
|
118
|
+
* @internal
|
|
119
|
+
*/
|
|
63
120
|
private _viewYear;
|
|
121
|
+
/**
|
|
122
|
+
* The month (0-indexed) currently displayed in the calendar view.
|
|
123
|
+
* @internal
|
|
124
|
+
*/
|
|
64
125
|
private _viewMonth;
|
|
126
|
+
/**
|
|
127
|
+
* The day number currently focused within the calendar grid, or null when the calendar is closed.
|
|
128
|
+
* @internal
|
|
129
|
+
*/
|
|
65
130
|
private _focusedDay;
|
|
131
|
+
/**
|
|
132
|
+
* The message announced to screen readers when the calendar month changes.
|
|
133
|
+
* @internal
|
|
134
|
+
*/
|
|
66
135
|
private _liveMessage;
|
|
136
|
+
/**
|
|
137
|
+
* Reference to the readonly text input element displaying the formatted date.
|
|
138
|
+
* @internal
|
|
139
|
+
*/
|
|
67
140
|
private _input;
|
|
141
|
+
/**
|
|
142
|
+
* Reference to the calendar icon button that opens and closes the popup.
|
|
143
|
+
* @internal
|
|
144
|
+
*/
|
|
68
145
|
private _trigger;
|
|
146
|
+
/**
|
|
147
|
+
* Reference to the calendar popup dialog element.
|
|
148
|
+
* @internal
|
|
149
|
+
*/
|
|
69
150
|
private _calendar;
|
|
151
|
+
/**
|
|
152
|
+
* Unique base ID for this component instance, used to generate all child element IDs.
|
|
153
|
+
* @internal
|
|
154
|
+
*/
|
|
70
155
|
private _id;
|
|
156
|
+
/**
|
|
157
|
+
* Unique ID for the text input element, used for label association.
|
|
158
|
+
* @internal
|
|
159
|
+
*/
|
|
71
160
|
private _inputId;
|
|
161
|
+
/**
|
|
162
|
+
* Unique ID for the help text element, used for aria-describedby association.
|
|
163
|
+
* @internal
|
|
164
|
+
*/
|
|
72
165
|
private _helpTextId;
|
|
166
|
+
/**
|
|
167
|
+
* Unique ID for the error message element, used for aria-describedby association.
|
|
168
|
+
* @internal
|
|
169
|
+
*/
|
|
73
170
|
private _errorId;
|
|
171
|
+
/**
|
|
172
|
+
* Unique ID for the calendar popup dialog element, used for aria-controls association.
|
|
173
|
+
* @internal
|
|
174
|
+
*/
|
|
74
175
|
private _calendarId;
|
|
176
|
+
/**
|
|
177
|
+
* Unique ID for the ARIA live region element that announces month navigation changes.
|
|
178
|
+
* @internal
|
|
179
|
+
*/
|
|
75
180
|
private _liveRegionId;
|
|
181
|
+
/**
|
|
182
|
+
* Whether the label slot has any assigned elements, used to switch between slotted and property-based label rendering.
|
|
183
|
+
* @internal
|
|
184
|
+
*/
|
|
76
185
|
private _hasLabelSlot;
|
|
186
|
+
/**
|
|
187
|
+
* Whether the error slot has any assigned elements, used to switch between slotted and property-based error rendering.
|
|
188
|
+
* @internal
|
|
189
|
+
*/
|
|
77
190
|
private _hasErrorSlot;
|
|
78
191
|
private _handleLabelSlotChange;
|
|
79
192
|
private _handleErrorSlotChange;
|
|
193
|
+
/**
|
|
194
|
+
* Bound reference to the outside-click handler, stored so the same function reference can be removed from document listeners.
|
|
195
|
+
* @internal
|
|
196
|
+
*/
|
|
80
197
|
private _boundHandleOutsideClick;
|
|
198
|
+
/**
|
|
199
|
+
* Bound reference to the document keydown handler, stored so the same function reference can be removed from document listeners.
|
|
200
|
+
* @internal
|
|
201
|
+
*/
|
|
81
202
|
private _boundHandleDocumentKeydown;
|
|
82
203
|
connectedCallback(): void;
|
|
83
204
|
disconnectedCallback(): void;
|
|
84
205
|
updated(changedProperties: Map<string, unknown>): void;
|
|
85
206
|
private _handleOutsideClick;
|
|
86
207
|
private _handleDocumentKeydown;
|
|
208
|
+
/** The form element associated with this component, or null if not in a form. */
|
|
87
209
|
get form(): HTMLFormElement | null;
|
|
210
|
+
/** The current validation message, or an empty string if the field is valid. */
|
|
88
211
|
get validationMessage(): string;
|
|
212
|
+
/** The current validity state of the field. */
|
|
89
213
|
get validity(): ValidityState;
|
|
90
214
|
checkValidity(): boolean;
|
|
91
215
|
reportValidity(): boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hx-date-picker.d.ts","sourceRoot":"","sources":["../../../src/components/hx-date-picker/hx-date-picker.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAiB,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"hx-date-picker.d.ts","sourceRoot":"","sources":["../../../src/components/hx-date-picker/hx-date-picker.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAiB,MAAM,KAAK,CAAC;AAShD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AACH,qBACa,eAAgB,SAAQ,UAAU;IAC7C,OAAgB,MAAM,4BAAwC;IAI9D;;;OAGG;IACH,MAAM,CAAC,cAAc,UAAQ;IAE7B;;;OAGG;IACH,OAAO,CAAC,UAAU,CAAmB;;IASrC;;;OAGG;IAEH,IAAI,SAAM;IAEV;;;OAGG;IAEH,KAAK,SAAM;IAEX;;;OAGG;IAEH,GAAG,SAAM;IAET;;;OAGG;IAEH,GAAG,SAAM;IAET;;;OAGG;IAEH,KAAK,SAAM;IAEX;;;OAGG;IAEH,QAAQ,UAAS;IAEjB;;;OAGG;IAEH,QAAQ,UAAS;IAEjB;;;OAGG;IAEH,KAAK,SAAM;IAEX;;;OAGG;IAEH,QAAQ,SAAM;IAEd;;;OAGG;IAEH,MAAM,SAAgB;IAEtB;;;OAGG;IAEH,MAAM,SAAW;IAIjB;;;OAGG;IACM,OAAO,CAAC,OAAO,CAAS;IACjC;;;OAGG;IACM,OAAO,CAAC,SAAS,CAAoC;IAC9D;;;OAGG;IACM,OAAO,CAAC,UAAU,CAAiC;IAC5D;;;OAGG;IACM,OAAO,CAAC,WAAW,CAAuB;IACnD;;;OAGG;IACM,OAAO,CAAC,YAAY,CAAM;IAInC;;;OAGG;IAEH,OAAO,CAAC,MAAM,CAA+B;IAE7C;;;OAGG;IAEH,OAAO,CAAC,QAAQ,CAAgC;IAEhD;;;OAGG;IAEH,OAAO,CAAC,SAAS,CAA0B;IAI3C;;;OAGG;IACH,OAAO,CAAC,GAAG,CAA0C;IACrD;;;OAGG;IACH,OAAO,CAAC,QAAQ,CAAuB;IACvC;;;OAGG;IACH,OAAO,CAAC,WAAW,CAAsB;IACzC;;;OAGG;IACH,OAAO,CAAC,QAAQ,CAAuB;IACvC;;;OAGG;IACH,OAAO,CAAC,WAAW,CAA0B;IAC7C;;;OAGG;IACH,OAAO,CAAC,aAAa,CAAsB;IAI3C;;;OAGG;IACH,OAAO,CAAC,aAAa,CAAS;IAC9B;;;OAGG;IACH,OAAO,CAAC,aAAa,CAAS;IAE9B,OAAO,CAAC,sBAAsB;IAY9B,OAAO,CAAC,sBAAsB;IAQ9B;;;OAGG;IACH,OAAO,CAAC,wBAAwB,CAA4C;IAC5E;;;OAGG;IACH,OAAO,CAAC,2BAA2B,CAA+C;IAIzE,iBAAiB,IAAI,IAAI;IAMzB,oBAAoB,IAAI,IAAI;IAM5B,OAAO,CAAC,iBAAiB,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI;IAwC/D,OAAO,CAAC,mBAAmB;IAO3B,OAAO,CAAC,sBAAsB;IAQ9B,iFAAiF;IACjF,IAAI,IAAI,IAAI,eAAe,GAAG,IAAI,CAEjC;IAED,gFAAgF;IAChF,IAAI,iBAAiB,IAAI,MAAM,CAE9B;IAED,+CAA+C;IAC/C,IAAI,QAAQ,IAAI,aAAa,CAE5B;IAED,aAAa,IAAI,OAAO;IAIxB,cAAc,IAAI,OAAO;IAIzB,OAAO,CAAC,eAAe;IAYvB,iBAAiB,IAAI,IAAI;IAMzB,wBAAwB,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAMpC,KAAK,CAAC,OAAO,CAAC,EAAE,YAAY,GAAG,IAAI;IAM5C,OAAO,CAAC,aAAa;IAMrB,OAAO,CAAC,MAAM;IAOd,OAAO,CAAC,iBAAiB;IAUzB,OAAO,CAAC,eAAe;IAOvB,OAAO,CAAC,UAAU;IAQlB,OAAO,CAAC,QAAQ;IAIhB,OAAO,CAAC,aAAa;IAIrB,OAAO,CAAC,WAAW;IASnB;;;OAGG;IACH,OAAO,CAAC,cAAc;IA8BtB,OAAO,CAAC,aAAa;IAKrB,OAAO,CAAC,cAAc;IAQtB,OAAO,CAAC,eAAe;IAUvB,OAAO,CAAC,eAAe;IAgDvB,OAAO,CAAC,UAAU;IASlB,OAAO,CAAC,UAAU;IAWlB,OAAO,CAAC,UAAU;IAqBlB,OAAO,CAAC,sBAAsB;IA2H9B,OAAO,CAAC,oBAAoB;IAQ5B,OAAO,CAAC,oBAAoB;IAU5B,OAAO,CAAC,kBAAkB;IA+B1B,OAAO,CAAC,qBAAqB;IAW7B,OAAO,CAAC,cAAc;IA8Db,MAAM;CAoKhB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,gBAAgB,EAAE,eAAe,CAAC;KACnC;CACF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hx-date-picker.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-date-picker/hx-date-picker.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB,
|
|
1
|
+
{"version":3,"file":"hx-date-picker.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-date-picker/hx-date-picker.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB,yBA+ZjC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hx-dialog.d.ts","sourceRoot":"","sources":["../../../src/components/hx-dialog/hx-dialog.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAiB,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"hx-dialog.d.ts","sourceRoot":"","sources":["../../../src/components/hx-dialog/hx-dialog.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAiB,MAAM,KAAK,CAAC;AAShD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6DG;AACH,qBACa,WAAY,SAAQ,UAAU;IACzC,OAAgB,MAAM,4BAAoC;IAG1D,WAAoB,kBAAkB,IAAI,MAAM,EAAE,CAEjD;IAKD,OAAO,CAAC,SAAS,CAAuC;IAIxD,8DAA8D;IAE9D,OAAO,CAAC,cAAc,CAAS;IAE/B,8DAA8D;IAE9D,OAAO,CAAC,cAAc,CAAS;IAE/B,uEAAuE;IACvE,OAAO,CAAC,wBAAwB,CAAqB;IAErD,kFAAkF;IAClF,OAAO,CAAC,eAAe,CAA4B;IAEnD,kEAAkE;IAClE,OAAO,CAAC,mBAAmB,CAAiC;IAI5D,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA2C;IACtE,OAAO,CAAC,QAAQ,CAAC,cAAc,CAA6C;IAI5E;;;OAGG;IAEH,IAAI,UAAS;IAEb;;;;OAIG;IAEH,KAAK,UAAQ;IAEb;;;OAGG;IASH,eAAe,UAAQ;IAEvB;;;OAGG;IAEH,OAAO,SAAM;IAEb;;;;OAIG;IAEH,OAAO,EAAE,QAAQ,GAAG,aAAa,CAAY;IAE7C;;;;;OAKG;IAEH,WAAW,SAAM;IAEjB;;;OAGG;IACH,IAAI,WAAW,IAAI,MAAM,CAExB;IAKQ,wBAAwB,CAC/B,IAAI,EAAE,MAAM,EACZ,MAAM,EAAE,MAAM,GAAG,IAAI,EACrB,MAAM,EAAE,MAAM,GAAG,IAAI,GACpB,IAAI;IAOE,YAAY,IAAI,IAAI;IAKpB,oBAAoB,IAAI,IAAI;IAS5B,OAAO,CAAC,iBAAiB,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI;IAc/D,uEAAuE;IACvE,IAAI,IAAI,IAAI;IAIZ,8EAA8E;IAC9E,SAAS,IAAI,IAAI;IAKjB;;;OAGG;IACH,KAAK,CAAC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI;IASjC,OAAO,CAAC,WAAW;IAuCnB,OAAO,CAAC,YAAY;IAsCpB,OAAO,CAAC,mBAAmB;IAM3B,OAAO,CAAC,sBAAsB;IAQ9B,OAAO,CAAC,cAAc,CAapB;IAIF,OAAO,CAAC,qBAAqB;IAsC7B,OAAO,CAAC,UAAU;IAqClB,OAAO,CAAC,kBAAkB,CAUxB;IAIF,OAAO,CAAC,oBAAoB,CAG1B;IAIF,OAAO,CAAC,mBAAmB,CAGzB;IAIF,OAAO,CAAC,OAAO;IAcf,OAAO,CAAC,uBAAuB;IAK/B,OAAO,CAAC,uBAAuB;IAO/B,OAAO,CAAC,aAAa;IAqBrB,OAAO,CAAC,aAAa;IAQrB,OAAO,CAAC,uBAAuB;IAa/B,OAAO,CAAC,kBAAkB;IASjB,MAAM;CAwBhB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,WAAW,EAAE,WAAW,CAAC;KAC1B;CACF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hx-dialog.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-dialog/hx-dialog.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"hx-dialog.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-dialog/hx-dialog.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,yBA0L7B,CAAC"}
|
|
@@ -54,5 +54,8 @@ declare global {
|
|
|
54
54
|
'hx-divider': HelixDivider;
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
|
+
/** Canonical type alias for the hx-divider component. */
|
|
58
|
+
export type HxDivider = HelixDivider;
|
|
59
|
+
/** @deprecated Use {@link HxDivider} instead. The `Wc` prefix was a legacy naming convention. */
|
|
57
60
|
export type WcDivider = HelixDivider;
|
|
58
61
|
//# sourceMappingURL=hx-divider.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hx-divider.d.ts","sourceRoot":"","sources":["../../../src/components/hx-divider/hx-divider.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAiB,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAKrE;;;;;;;;;;;;;;;;;;;GAmBG;AACH,qBACa,YAAa,SAAQ,UAAU;IAC1C,OAAgB,MAAM,4BAAqC;IAE3D;;;OAGG;IAEH,WAAW,EAAE,YAAY,GAAG,UAAU,CAAgB;IAEtD;;;OAGG;IAEH,OAAO,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAQ;IAE5C;;;;OAIG;IAEH,UAAU,UAAS;IAEnB;;;;OAIG;IAEH,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,OAAO,CAAC,SAAS,CAAS;IAE1B,OAAO,CAAC,UAAU;IASlB,OAAO,CAAC,kBAAkB,CAExB;IAEO,YAAY,CAAC,kBAAkB,EAAE,cAAc,GAAG,IAAI;IAMtD,MAAM;CAuBhB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,YAAY,EAAE,YAAY,CAAC;KAC5B;CACF;AAED,MAAM,MAAM,SAAS,GAAG,YAAY,CAAC"}
|
|
1
|
+
{"version":3,"file":"hx-divider.d.ts","sourceRoot":"","sources":["../../../src/components/hx-divider/hx-divider.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAiB,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAKrE;;;;;;;;;;;;;;;;;;;GAmBG;AACH,qBACa,YAAa,SAAQ,UAAU;IAC1C,OAAgB,MAAM,4BAAqC;IAE3D;;;OAGG;IAEH,WAAW,EAAE,YAAY,GAAG,UAAU,CAAgB;IAEtD;;;OAGG;IAEH,OAAO,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAQ;IAE5C;;;;OAIG;IAEH,UAAU,UAAS;IAEnB;;;;OAIG;IAEH,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,OAAO,CAAC,SAAS,CAAS;IAE1B,OAAO,CAAC,UAAU;IASlB,OAAO,CAAC,kBAAkB,CAExB;IAEO,YAAY,CAAC,kBAAkB,EAAE,cAAc,GAAG,IAAI;IAMtD,MAAM;CAuBhB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,YAAY,EAAE,YAAY,CAAC;KAC5B;CACF;AAED,yDAAyD;AACzD,MAAM,MAAM,SAAS,GAAG,YAAY,CAAC;AAErC,iGAAiG;AACjG,MAAM,MAAM,SAAS,GAAG,YAAY,CAAC"}
|
|
@@ -46,17 +46,62 @@ type DrawerSize = DrawerSizePreset | (string & Record<never, never>);
|
|
|
46
46
|
*/
|
|
47
47
|
export declare class HelixDrawer extends LitElement {
|
|
48
48
|
static styles: import('lit').CSSResult[];
|
|
49
|
+
/**
|
|
50
|
+
* Reference to the overlay element that wraps the backdrop and panel.
|
|
51
|
+
* @internal
|
|
52
|
+
*/
|
|
49
53
|
private _overlayEl;
|
|
54
|
+
/**
|
|
55
|
+
* Reference to the drawer panel element used for focus management.
|
|
56
|
+
* @internal
|
|
57
|
+
*/
|
|
50
58
|
private _panelEl;
|
|
59
|
+
/**
|
|
60
|
+
* Whether the drawer is in the open state and visible to the user.
|
|
61
|
+
* @internal
|
|
62
|
+
*/
|
|
51
63
|
private _isOpen;
|
|
64
|
+
/**
|
|
65
|
+
* Whether the header-actions slot has any assigned content.
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private _hasHeaderActionsSlot;
|
|
69
|
+
/**
|
|
70
|
+
* Whether the footer slot has any assigned content.
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
53
73
|
private _hasFooterSlot;
|
|
74
|
+
/**
|
|
75
|
+
* Whether the label slot has any assigned content.
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
54
78
|
private _hasLabelSlot;
|
|
79
|
+
/**
|
|
80
|
+
* Cached list of focusable elements within the drawer, used for focus trapping.
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
55
83
|
private _cachedFocusableElements;
|
|
84
|
+
/**
|
|
85
|
+
* The element that triggered the drawer to open, restored focus when the drawer closes.
|
|
86
|
+
* @internal
|
|
87
|
+
*/
|
|
56
88
|
private _triggerElement;
|
|
89
|
+
/**
|
|
90
|
+
* Handle for the pending animation end timeout, cleared when the drawer opens or closes again.
|
|
91
|
+
* @internal
|
|
92
|
+
*/
|
|
57
93
|
private _animationTimeout;
|
|
58
|
-
|
|
94
|
+
/** Whether this drawer instance currently holds a body-scroll lock. */
|
|
95
|
+
private _hasScrollLock;
|
|
96
|
+
/**
|
|
97
|
+
* Elements outside the drawer that were given aria-hidden during open, restored on close.
|
|
98
|
+
* @internal
|
|
99
|
+
*/
|
|
59
100
|
private _siblingAriaHiddenElements;
|
|
101
|
+
/**
|
|
102
|
+
* Unique ID for the title element, used by aria-labelledby to link the dialog to its label.
|
|
103
|
+
* @internal
|
|
104
|
+
*/
|
|
60
105
|
private readonly _titleId;
|
|
61
106
|
/**
|
|
62
107
|
* Controls whether the drawer is open.
|
|
@@ -111,10 +156,18 @@ export declare class HelixDrawer extends LitElement {
|
|
|
111
156
|
private _restoreBackgroundForScreenReaders;
|
|
112
157
|
private _addListeners;
|
|
113
158
|
private _removeListeners;
|
|
159
|
+
/**
|
|
160
|
+
* Handles keyboard events on the document to trap focus and close the drawer on Escape.
|
|
161
|
+
* @internal
|
|
162
|
+
*/
|
|
114
163
|
private _handleKeyDown;
|
|
115
164
|
private _setInitialFocus;
|
|
116
165
|
private _getFocusableElements;
|
|
117
166
|
private _trapFocus;
|
|
167
|
+
/**
|
|
168
|
+
* Handles clicks on the overlay backdrop to close the drawer when the user clicks outside the panel.
|
|
169
|
+
* @internal
|
|
170
|
+
*/
|
|
118
171
|
private _handleOverlayClick;
|
|
119
172
|
private _handleHeaderActionsSlotChange;
|
|
120
173
|
private _handleFooterSlotChange;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hx-drawer.d.ts","sourceRoot":"","sources":["../../../src/components/hx-drawer/hx-drawer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAiB,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"hx-drawer.d.ts","sourceRoot":"","sources":["../../../src/components/hx-drawer/hx-drawer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAiB,MAAM,KAAK,CAAC;AAWhD,KAAK,eAAe,GAAG,OAAO,GAAG,KAAK,GAAG,KAAK,GAAG,QAAQ,CAAC;AAC1D,KAAK,gBAAgB,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;AACpD,KAAK,UAAU,GAAG,gBAAgB,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC,CAAC;AAoBrE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AACH,qBACa,WAAY,SAAQ,UAAU;IACzC,OAAgB,MAAM,4BAAoC;IAI1D;;;OAGG;IAEH,OAAO,CAAC,UAAU,CAAiC;IAEnD;;;OAGG;IAEH,OAAO,CAAC,QAAQ,CAAiC;IAIjD;;;OAGG;IAEH,OAAO,CAAC,OAAO,CAAS;IAExB;;;OAGG;IAEH,OAAO,CAAC,qBAAqB,CAAS;IAEtC;;;OAGG;IAEH,OAAO,CAAC,cAAc,CAAS;IAE/B;;;OAGG;IAEH,OAAO,CAAC,aAAa,CAAS;IAE9B;;;OAGG;IACH,OAAO,CAAC,wBAAwB,CAAqB;IACrD;;;OAGG;IACH,OAAO,CAAC,eAAe,CAA4B;IACnD;;;OAGG;IACH,OAAO,CAAC,iBAAiB,CAA8C;IACvE,uEAAuE;IACvE,OAAO,CAAC,cAAc,CAAS;IAC/B;;;OAGG;IACH,OAAO,CAAC,0BAA0B,CAAiB;IAEnD;;;OAGG;IACH,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAA6C;IAItE;;;OAGG;IAEH,IAAI,UAAS;IAEb;;;OAGG;IAEH,SAAS,EAAE,eAAe,CAAS;IAEnC;;;OAGG;IAEH,IAAI,EAAE,UAAU,CAAQ;IAExB;;;;OAIG;IAEH,SAAS,UAAS;IAElB;;;OAGG;IAEH,QAAQ,UAAS;IAEjB;;;OAGG;IAEH,QAAQ,UAAS;IAEjB;;;;OAIG;IAEH,KAAK,SAAM;IAIF,oBAAoB,IAAI,IAAI;IAS5B,OAAO,CAAC,iBAAiB,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI;IAkB/D,wBAAwB;IACxB,IAAI,IAAI,IAAI;IAIZ,yBAAyB;IACzB,IAAI,IAAI,IAAI;IAMZ,OAAO,CAAC,aAAa;IAOrB,OAAO,CAAC,eAAe;IASvB,OAAO,CAAC,kBAAkB;IAM1B,OAAO,CAAC,WAAW;IAwCnB,OAAO,CAAC,YAAY;IA6BpB,OAAO,CAAC,qBAAqB;IAO7B,OAAO,CAAC,gCAAgC;IAYxC,OAAO,CAAC,kCAAkC;IAS1C,OAAO,CAAC,aAAa;IAIrB,OAAO,CAAC,gBAAgB;IAMxB;;;OAGG;IACH,OAAO,CAAC,cAAc,CAYpB;IAIF,OAAO,CAAC,gBAAgB;IAkBxB,OAAO,CAAC,qBAAqB;IA0B7B,OAAO,CAAC,UAAU;IAmClB;;;OAGG;IACH,OAAO,CAAC,mBAAmB,CAMzB;IAIF,OAAO,CAAC,8BAA8B;IAKtC,OAAO,CAAC,uBAAuB;IAK/B,OAAO,CAAC,sBAAsB;IAO9B,OAAO,CAAC,aAAa;IAgDrB,OAAO,CAAC,aAAa;IAYZ,MAAM;CAiChB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,WAAW,EAAE,WAAW,CAAC;KAC1B;CACF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hx-drawer.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-drawer/hx-drawer.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"hx-drawer.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-drawer/hx-drawer.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,yBA2O7B,CAAC"}
|
|
@@ -57,10 +57,30 @@ export declare class HelixDropdown extends LitElement {
|
|
|
57
57
|
* @attr distance
|
|
58
58
|
*/
|
|
59
59
|
distance: number;
|
|
60
|
+
/**
|
|
61
|
+
* Whether the dropdown panel is currently visible.
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
60
64
|
private _panelVisible;
|
|
65
|
+
/**
|
|
66
|
+
* Monotonically incrementing counter used to generate unique panel IDs across instances.
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
61
69
|
private static _instanceCounter;
|
|
70
|
+
/**
|
|
71
|
+
* Unique ID assigned to the floating panel element, referenced by `aria-controls` on the trigger.
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
62
74
|
private _panelId;
|
|
75
|
+
/**
|
|
76
|
+
* Reference to the floating panel element inside the shadow DOM.
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private _panel;
|
|
80
|
+
/**
|
|
81
|
+
* Reference to the trigger wrapper element inside the shadow DOM.
|
|
82
|
+
* @internal
|
|
83
|
+
*/
|
|
64
84
|
private _triggerWrapper;
|
|
65
85
|
connectedCallback(): void;
|
|
66
86
|
disconnectedCallback(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hx-dropdown.d.ts","sourceRoot":"","sources":["../../../src/components/hx-dropdown/hx-dropdown.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAQ,MAAM,KAAK,CAAC;AAavC,MAAM,MAAM,iBAAiB,GACzB,KAAK,GACL,WAAW,GACX,SAAS,GACT,QAAQ,GACR,cAAc,GACd,YAAY,GACZ,OAAO,GACP,KAAK,CAAC;AAEV;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,qBACa,aAAc,SAAQ,UAAU;IAC3C,OAAgB,MAAM,4BAAsC;IAI5D;;;OAGG;IAEH,IAAI,UAAS;IAEb;;;OAGG;IAEH,SAAS,EAAE,iBAAiB,CAAkB;IAE9C;;;OAGG;IAEH,QAAQ,UAAS;IAEjB;;;OAGG;IAEH,QAAQ,SAAK;
|
|
1
|
+
{"version":3,"file":"hx-dropdown.d.ts","sourceRoot":"","sources":["../../../src/components/hx-dropdown/hx-dropdown.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAQ,MAAM,KAAK,CAAC;AAavC,MAAM,MAAM,iBAAiB,GACzB,KAAK,GACL,WAAW,GACX,SAAS,GACT,QAAQ,GACR,cAAc,GACd,YAAY,GACZ,OAAO,GACP,KAAK,CAAC;AAEV;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,qBACa,aAAc,SAAQ,UAAU;IAC3C,OAAgB,MAAM,4BAAsC;IAI5D;;;OAGG;IAEH,IAAI,UAAS;IAEb;;;OAGG;IAEH,SAAS,EAAE,iBAAiB,CAAkB;IAE9C;;;OAGG;IAEH,QAAQ,UAAS;IAEjB;;;OAGG;IAEH,QAAQ,SAAK;IAIb;;;OAGG;IACM,OAAO,CAAC,aAAa,CAAS;IAGvC;;;OAGG;IACH,OAAO,CAAC,MAAM,CAAC,gBAAgB,CAAK;IACpC;;;OAGG;IACH,OAAO,CAAC,QAAQ,CAA2D;IAE3E;;;OAGG;IACsB,OAAO,CAAC,MAAM,CAA0B;IACjE;;;OAGG;IACwB,OAAO,CAAC,eAAe,CAA0B;IAInE,iBAAiB,IAAI,IAAI;IAOzB,oBAAoB,IAAI,IAAI;YAQvB,KAAK;IAqBnB,OAAO,CAAC,KAAK;YAeC,eAAe;IAwB7B,OAAO,CAAC,mBAAmB;IAS3B,OAAO,CAAC,qBAAqB;IAO7B,OAAO,CAAC,cAAc;IAkBtB,OAAO,CAAC,qBAAqB;IAkB7B,OAAO,CAAC,sBAAsB;IAkB9B,OAAO,CAAC,sBAAsB;IAgB9B,OAAO,CAAC,mBAAmB;IAO3B,OAAO,CAAC,iBAAiB;IAsBhB,MAAM;IAwBf,OAAO,CAAC,oBAAoB;IAInB,YAAY,IAAI,IAAI;IAI7B,OAAO,CAAC,iBAAiB;IAkBhB,OAAO,CAAC,iBAAiB,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI;CAahE;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,aAAa,EAAE,aAAa,CAAC;KAC9B;CACF"}
|
|
@@ -18,7 +18,7 @@ import { LitElement } from 'lit';
|
|
|
18
18
|
*
|
|
19
19
|
* @slot - The form control element (native or custom).
|
|
20
20
|
* @slot label - Custom label content (overrides the label property).
|
|
21
|
-
* @slot help - Custom help text content (overrides the helpText property).
|
|
21
|
+
* @slot help-text - Custom help text content (overrides the helpText property).
|
|
22
22
|
* @slot error - Custom error content (overrides the error property).
|
|
23
23
|
* @slot description - Additional descriptive content above the control.
|
|
24
24
|
*
|
|
@@ -73,19 +73,48 @@ export declare class HelixField extends LitElement {
|
|
|
73
73
|
* @attr layout
|
|
74
74
|
*/
|
|
75
75
|
layout: 'column' | 'inline';
|
|
76
|
+
/**
|
|
77
|
+
* Tracks whether any content is assigned to the label slot, used to conditionally render the label property.
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
76
80
|
private _hasLabelSlot;
|
|
81
|
+
/**
|
|
82
|
+
* Tracks whether any content is assigned to the error slot, used to toggle error state rendering.
|
|
83
|
+
* @internal
|
|
84
|
+
*/
|
|
77
85
|
private _hasErrorSlot;
|
|
86
|
+
/**
|
|
87
|
+
* Tracks whether any content is assigned to the help-text slot, used to toggle help text rendering.
|
|
88
|
+
* @internal
|
|
89
|
+
*/
|
|
78
90
|
private _hasHelpSlot;
|
|
79
91
|
private _handleLabelSlotChange;
|
|
80
92
|
private _handleErrorSlotChange;
|
|
81
93
|
private _handleHelpSlotChange;
|
|
94
|
+
/**
|
|
95
|
+
* Unique ID for this field instance, used as a base for all derived accessibility IDs.
|
|
96
|
+
* @internal
|
|
97
|
+
*/
|
|
82
98
|
private _fieldId;
|
|
99
|
+
/**
|
|
100
|
+
* ID for the help text element, allowing aria-describedby to reference it.
|
|
101
|
+
* @internal
|
|
102
|
+
*/
|
|
83
103
|
private _helpTextId;
|
|
104
|
+
/**
|
|
105
|
+
* ID for the error message element, allowing aria-describedby to reference it.
|
|
106
|
+
* @internal
|
|
107
|
+
*/
|
|
84
108
|
private _errorId;
|
|
109
|
+
/**
|
|
110
|
+
* ID for the light-DOM description span injected for cross-shadow-root aria-describedby linkage.
|
|
111
|
+
* @internal
|
|
112
|
+
*/
|
|
85
113
|
private _a11yDescId;
|
|
86
114
|
/**
|
|
87
115
|
* The first form control in the default slot. We set aria attributes on this
|
|
88
116
|
* element to bridge the shadow DOM accessibility boundary.
|
|
117
|
+
* @internal
|
|
89
118
|
*/
|
|
90
119
|
private _slottedControl;
|
|
91
120
|
/**
|
|
@@ -99,6 +128,7 @@ export declare class HelixField extends LitElement {
|
|
|
99
128
|
* accessibility tree. It is removed in `disconnectedCallback`. Consumers
|
|
100
129
|
* should not remove or modify this span (identifiable by its `id` ending in
|
|
101
130
|
* `-desc`).
|
|
131
|
+
* @internal
|
|
102
132
|
*/
|
|
103
133
|
private _a11yDescEl;
|
|
104
134
|
connectedCallback(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hx-field.d.ts","sourceRoot":"","sources":["../../../src/components/hx-field/hx-field.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAiB,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"hx-field.d.ts","sourceRoot":"","sources":["../../../src/components/hx-field/hx-field.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAiB,MAAM,KAAK,CAAC;AAiBhD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,qBACa,UAAW,SAAQ,UAAU;IACxC,OAAgB,MAAM,4BAAmC;IAIzD;;;OAGG;IAEH,KAAK,SAAM;IAEX;;;OAGG;IAEH,QAAQ,UAAS;IAEjB;;;OAGG;IAEH,KAAK,SAAM;IAEX;;;OAGG;IAEH,QAAQ,SAAM;IAEd;;;;OAIG;IAEH,QAAQ,UAAS;IAEjB;;;OAGG;IAEH,MAAM,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAQ;IAElC;;;OAGG;IAEH,MAAM,EAAE,QAAQ,GAAG,QAAQ,CAAY;IAIvC;;;OAGG;IACM,OAAO,CAAC,aAAa,CAAS;IAEvC;;;OAGG;IACM,OAAO,CAAC,aAAa,CAAS;IAEvC;;;OAGG;IACM,OAAO,CAAC,YAAY,CAAS;IAEtC,OAAO,CAAC,sBAAsB;IAK9B,OAAO,CAAC,sBAAsB;IAK9B,OAAO,CAAC,qBAAqB;IAO7B;;;OAGG;IACH,OAAO,CAAC,QAAQ,CAAiC;IAEjD;;;OAGG;IACH,OAAO,CAAC,WAAW,CAA2B;IAE9C;;;OAGG;IACH,OAAO,CAAC,QAAQ,CAA4B;IAE5C;;;OAGG;IACH,OAAO,CAAC,WAAW,CAA2B;IAI9C;;;;OAIG;IACH,OAAO,CAAC,eAAe,CAA4B;IAEnD;;;;;;;;;;;;OAYG;IACH,OAAO,CAAC,WAAW,CAA4B;IAEtC,iBAAiB,IAAI,IAAI;IAKzB,oBAAoB,IAAI,IAAI;IAc5B,OAAO,CAAC,YAAY,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI;IAkB1D,uFAAuF;IACvF,OAAO,CAAC,iBAAiB;IAWzB,qFAAqF;IACrF,OAAO,CAAC,eAAe;IAYvB,kEAAkE;IAClE,OAAO,CAAC,wBAAwB;IAOhC;;;;OAIG;IACH,OAAO,CAAC,iBAAiB;IAIzB;;;;;;;;;;;;;OAaG;IACH,OAAO,CAAC,mBAAmB;IA4ClB,MAAM;CAwEhB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,UAAU,EAAE,UAAU,CAAC;KACxB;CACF"}
|