@helixui/library 1.0.1 → 1.1.2
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 +2936 -9700
- package/dist/components/hx-accordion/hx-accordion-item.d.ts +7 -0
- package/dist/components/hx-accordion/hx-accordion-item.d.ts.map +1 -1
- package/dist/components/hx-accordion/hx-accordion.d.ts +3 -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 +13 -3
- 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 +23 -0
- 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 +8 -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 +8 -1
- package/dist/components/hx-badge/hx-badge.d.ts.map +1 -1
- package/dist/components/hx-badge/index.js +1 -1
- package/dist/components/hx-banner/hx-banner.d.ts +11 -0
- package/dist/components/hx-banner/hx-banner.d.ts.map +1 -1
- package/dist/components/hx-banner/index.js +1 -1
- package/dist/components/hx-breadcrumb/hx-breadcrumb.d.ts +17 -2
- 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 +6 -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-card/hx-card.d.ts +7 -0
- package/dist/components/hx-card/hx-card.d.ts.map +1 -1
- package/dist/components/hx-card/index.js +1 -1
- package/dist/components/hx-carousel/hx-carousel-item.d.ts +2 -0
- package/dist/components/hx-carousel/hx-carousel-item.d.ts.map +1 -1
- package/dist/components/hx-carousel/hx-carousel-item.styles.d.ts +2 -0
- package/dist/components/hx-carousel/hx-carousel-item.styles.d.ts.map +1 -0
- package/dist/components/hx-carousel/hx-carousel.d.ts +27 -0
- package/dist/components/hx-carousel/hx-carousel.d.ts.map +1 -1
- package/dist/components/hx-carousel/index.js +1 -1
- package/dist/components/hx-checkbox/hx-checkbox.d.ts +18 -2
- package/dist/components/hx-checkbox/hx-checkbox.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 +20 -4
- 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 +10 -0
- package/dist/components/hx-code-snippet/hx-code-snippet.d.ts.map +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.d.ts +70 -2
- 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 +37 -2
- 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.d.ts +11 -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 +12 -3
- package/dist/components/hx-counter/hx-counter.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 +19 -2
- 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 +62 -3
- 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 +31 -4
- 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 +4 -1
- package/dist/components/hx-divider/hx-divider.d.ts.map +1 -1
- package/dist/components/hx-divider/index.js +1 -1
- package/dist/components/hx-drawer/hx-drawer.d.ts +25 -3
- 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 +15 -2
- 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 +10 -2
- 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 +39 -2
- 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.map +1 -1
- package/dist/components/hx-form/index.js +1 -1
- package/dist/components/hx-format-date/hx-format-date.d.ts +8 -0
- package/dist/components/hx-format-date/hx-format-date.d.ts.map +1 -1
- package/dist/components/hx-format-date/index.js +1 -1
- package/dist/components/hx-grid/hx-grid.d.ts +9 -3
- package/dist/components/hx-grid/hx-grid.d.ts.map +1 -1
- package/dist/components/hx-grid/index.js +1 -1
- package/dist/components/hx-help-text/index.js +1 -1
- package/dist/components/hx-icon/hx-icon.d.ts +10 -2
- package/dist/components/hx-icon/hx-icon.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 +11 -0
- package/dist/components/hx-icon-button/hx-icon-button.d.ts.map +1 -1
- package/dist/components/hx-icon-button/index.js +1 -1
- package/dist/components/hx-image/hx-image.d.ts +8 -0
- package/dist/components/hx-image/hx-image.d.ts.map +1 -1
- package/dist/components/hx-image/index.js +1 -1
- package/dist/components/hx-link/hx-link.d.ts +3 -0
- package/dist/components/hx-link/hx-link.d.ts.map +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/hx-list-item.d.ts +8 -2
- package/dist/components/hx-list/hx-list-item.d.ts.map +1 -1
- package/dist/components/hx-list/hx-list-item.styles.d.ts.map +1 -1
- package/dist/components/hx-list/hx-list.d.ts +6 -2
- 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 +11 -0
- package/dist/components/hx-menu/hx-menu-item.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.d.ts +10 -1
- 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 +8 -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 -0
- package/dist/components/hx-nav/hx-nav.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 +47 -1
- 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 +15 -0
- package/dist/components/hx-overflow-menu/hx-overflow-menu.d.ts.map +1 -1
- package/dist/components/hx-overflow-menu/index.js +1 -1
- package/dist/components/hx-pagination/hx-pagination.d.ts +30 -0
- package/dist/components/hx-pagination/hx-pagination.d.ts.map +1 -1
- package/dist/components/hx-pagination/index.js +1 -1
- package/dist/components/hx-popover/hx-popover.d.ts +53 -2
- package/dist/components/hx-popover/hx-popover.d.ts.map +1 -1
- package/dist/components/hx-popover/index.js +1 -1
- package/dist/components/hx-popup/hx-popup.d.ts +8 -0
- package/dist/components/hx-popup/hx-popup.d.ts.map +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 +8 -2
- package/dist/components/hx-progress-bar/hx-progress-bar.d.ts.map +1 -1
- package/dist/components/hx-progress-bar/hx-progress-bar.styles.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 +8 -2
- 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-prose/hx-prose.d.ts +5 -3
- package/dist/components/hx-prose/hx-prose.d.ts.map +1 -1
- package/dist/components/hx-prose/index.js +1 -1
- package/dist/components/hx-radio-group/hx-radio-group.d.ts.map +1 -1
- package/dist/components/hx-radio-group/hx-radio.d.ts +4 -2
- 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 +54 -2
- 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 +22 -2
- 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 +6 -0
- 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.d.ts +6 -1
- package/dist/components/hx-side-nav/hx-side-nav.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-slider/hx-slider.d.ts +22 -1
- package/dist/components/hx-slider/hx-slider.d.ts.map +1 -1
- package/dist/components/hx-slider/hx-slider.styles.d.ts.map +1 -1
- package/dist/components/hx-slider/index.js +1 -1
- package/dist/components/hx-spinner/hx-spinner.d.ts +3 -1
- package/dist/components/hx-spinner/hx-spinner.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 +12 -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 +32 -2
- 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-stack/index.js +1 -1
- package/dist/components/hx-stat/hx-stat.d.ts +5 -1
- package/dist/components/hx-stat/hx-stat.d.ts.map +1 -1
- package/dist/components/hx-stat/index.js +1 -1
- package/dist/components/hx-status-indicator/hx-status-indicator.d.ts +13 -12
- package/dist/components/hx-status-indicator/hx-status-indicator.d.ts.map +1 -1
- package/dist/components/hx-status-indicator/index.js +1 -1
- package/dist/components/hx-steps/hx-step.d.ts +7 -9
- package/dist/components/hx-steps/hx-step.d.ts.map +1 -1
- package/dist/components/hx-steps/hx-step.styles.d.ts.map +1 -1
- package/dist/components/hx-steps/hx-steps.d.ts +3 -3
- 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-switch/hx-switch.d.ts +21 -1
- 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 +7 -2
- package/dist/components/hx-table/hx-table.d.ts.map +1 -1
- package/dist/components/hx-table/hx-table.styles.d.ts.map +1 -1
- package/dist/components/hx-table/hx-th.d.ts +4 -0
- package/dist/components/hx-table/hx-th.d.ts.map +1 -1
- package/dist/components/hx-table/index.js +1 -1
- package/dist/components/hx-tabs/hx-tab.d.ts +3 -0
- package/dist/components/hx-tabs/hx-tab.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/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/index.js +1 -1
- package/dist/components/hx-text/hx-text.d.ts +1 -0
- package/dist/components/hx-text/hx-text.d.ts.map +1 -1
- package/dist/components/hx-text/index.js +1 -1
- package/dist/components/hx-text-input/hx-text-input.d.ts +8 -3
- 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 +9 -3
- 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-theme/hx-theme.d.ts +2 -2
- package/dist/components/hx-theme/hx-theme.d.ts.map +1 -1
- package/dist/components/hx-time-picker/hx-time-picker.d.ts +22 -3
- package/dist/components/hx-time-picker/hx-time-picker.d.ts.map +1 -1
- package/dist/components/hx-time-picker/hx-time-picker.styles.d.ts.map +1 -1
- package/dist/components/hx-time-picker/index.js +1 -1
- package/dist/components/hx-toast/hx-toast.d.ts +8 -0
- 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.js +1 -1
- package/dist/components/hx-toggle-button/hx-toggle-button.d.ts +23 -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 +57 -0
- 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 +4 -0
- 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 +2 -0
- package/dist/components/hx-tree-view/hx-tree-item.d.ts.map +1 -1
- package/dist/components/hx-tree-view/hx-tree-view.d.ts +11 -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.js +70 -70
- package/dist/shared/{hx-accordion-DT8qHOay.js → hx-accordion-D1kFhdeQ.js} +15 -3
- package/dist/shared/hx-accordion-D1kFhdeQ.js.map +1 -0
- package/dist/shared/{hx-action-bar-we_WJety.js → hx-action-bar-D4bulGQP.js} +38 -31
- package/dist/shared/hx-action-bar-D4bulGQP.js.map +1 -0
- package/dist/shared/{hx-alert-D6uok29t.js → hx-alert-CSxCF2rr.js} +74 -53
- package/dist/shared/hx-alert-CSxCF2rr.js.map +1 -0
- package/dist/shared/{hx-avatar-Cep6Urm3.js → hx-avatar-Cun-O99h.js} +5 -1
- package/dist/shared/hx-avatar-Cun-O99h.js.map +1 -0
- package/dist/shared/{hx-badge-BeuWuUj_.js → hx-badge-CsFd2xtw.js} +53 -43
- package/dist/shared/hx-badge-CsFd2xtw.js.map +1 -0
- package/dist/shared/{hx-banner-DnCBJtRR.js → hx-banner-BTV-X2xF.js} +55 -43
- package/dist/shared/{hx-banner-DnCBJtRR.js.map → hx-banner-BTV-X2xF.js.map} +1 -1
- package/dist/shared/{hx-breadcrumb-item-Bj2UqhzR.js → hx-breadcrumb-item-4IwaLgaO.js} +34 -22
- package/dist/shared/hx-breadcrumb-item-4IwaLgaO.js.map +1 -0
- package/dist/shared/{hx-button-Cbhqpm5i.js → hx-button-7k-KeCYU.js} +29 -15
- package/dist/shared/hx-button-7k-KeCYU.js.map +1 -0
- package/dist/shared/{hx-card-B9j2SHyI.js → hx-card-0hT3G5hi.js} +10 -3
- package/dist/shared/hx-card-0hT3G5hi.js.map +1 -0
- package/dist/shared/{hx-carousel-item-Be0bC-7o.js → hx-carousel-item-DgeYyYZJ.js} +106 -89
- package/dist/shared/hx-carousel-item-DgeYyYZJ.js.map +1 -0
- package/dist/shared/{hx-checkbox-CuaJqEo7.js → hx-checkbox-BvjO-O41.js} +13 -6
- package/dist/shared/hx-checkbox-BvjO-O41.js.map +1 -0
- package/dist/shared/{hx-checkbox-group-ydUdV9Sx.js → hx-checkbox-group-Z5VvWzcj.js} +50 -37
- package/dist/shared/hx-checkbox-group-Z5VvWzcj.js.map +1 -0
- package/dist/shared/{hx-code-snippet-DBwIjl5p.js → hx-code-snippet-DqzPkH4K.js} +17 -1
- package/dist/shared/hx-code-snippet-DqzPkH4K.js.map +1 -0
- package/dist/shared/hx-color-picker-Da8z6AlQ.js +596 -0
- package/dist/shared/hx-color-picker-Da8z6AlQ.js.map +1 -0
- package/dist/shared/{hx-combobox-CNvY-es8.js → hx-combobox-CivfelTS.js} +93 -459
- package/dist/shared/hx-combobox-CivfelTS.js.map +1 -0
- package/dist/shared/{hx-copy-button-CLBA31to.js → hx-copy-button--0dymSvw.js} +9 -1
- package/dist/shared/{hx-copy-button-CLBA31to.js.map → hx-copy-button--0dymSvw.js.map} +1 -1
- package/dist/shared/{hx-counter-D-1NXzGs.js → hx-counter-Duf00H7p.js} +58 -49
- package/dist/shared/hx-counter-Duf00H7p.js.map +1 -0
- package/dist/shared/{hx-data-table-BwoJCFgs.js → hx-data-table-BWvd5NNx.js} +123 -89
- package/dist/shared/hx-data-table-BWvd5NNx.js.map +1 -0
- package/dist/shared/{hx-date-picker-DDcIBJir.js → hx-date-picker-6voxxxNE.js} +119 -485
- package/dist/shared/hx-date-picker-6voxxxNE.js.map +1 -0
- package/dist/shared/{hx-dialog-M7so0sRT.js → hx-dialog-DkUSnVgw.js} +72 -52
- package/dist/shared/hx-dialog-DkUSnVgw.js.map +1 -0
- package/dist/shared/{hx-divider-XgWIz4Mr.js → hx-divider-DNNs4e8q.js} +2 -1
- package/dist/shared/{hx-divider-XgWIz4Mr.js.map → hx-divider-DNNs4e8q.js.map} +1 -1
- package/dist/shared/{hx-drawer-CYxuhIQ0.js → hx-drawer-CJcRZcns.js} +85 -56
- package/dist/shared/hx-drawer-CJcRZcns.js.map +1 -0
- package/dist/shared/{hx-dropdown-7cfowTWv.js → hx-dropdown-Bo0KTM1A.js} +29 -20
- package/dist/shared/hx-dropdown-Bo0KTM1A.js.map +1 -0
- package/dist/shared/{hx-field-CDP8EXuj.js → hx-field-3MmzJ4kZ.js} +21 -13
- package/dist/shared/hx-field-3MmzJ4kZ.js.map +1 -0
- package/dist/shared/{hx-file-upload-9HbONfqt.js → hx-file-upload-ByjAgfNy.js} +103 -64
- package/dist/shared/hx-file-upload-ByjAgfNy.js.map +1 -0
- package/dist/shared/hx-form-BpS6v3Iu.js +258 -0
- package/dist/shared/hx-form-BpS6v3Iu.js.map +1 -0
- package/dist/shared/{hx-format-date-BsVr8gpD.js → hx-format-date-BdnWV2kX.js} +7 -1
- package/dist/shared/hx-format-date-BdnWV2kX.js.map +1 -0
- package/dist/shared/{hx-grid-BsDBCTbt.js → hx-grid-gEjuF0cR.js} +25 -18
- package/dist/shared/hx-grid-gEjuF0cR.js.map +1 -0
- package/dist/shared/{hx-help-text-DaOPN1iB.js → hx-help-text-BAcEGRUE.js} +2 -2
- package/dist/shared/{hx-help-text-DaOPN1iB.js.map → hx-help-text-BAcEGRUE.js.map} +1 -1
- package/dist/shared/{hx-icon--xsJztDh.js → hx-icon-CP6OnLoM.js} +6 -1
- package/dist/shared/hx-icon-CP6OnLoM.js.map +1 -0
- package/dist/shared/{hx-icon-button-iu0i_faq.js → hx-icon-button-DzH_bRtC.js} +15 -1
- package/dist/shared/{hx-icon-button-iu0i_faq.js.map → hx-icon-button-DzH_bRtC.js.map} +1 -1
- package/dist/shared/{hx-image-xyb_tHCR.js → hx-image-C6pGiI6c.js} +6 -1
- package/dist/shared/hx-image-C6pGiI6c.js.map +1 -0
- package/dist/shared/{hx-link-DfNy_UU8.js → hx-link-Tmk_YPvW.js} +46 -37
- package/dist/shared/hx-link-Tmk_YPvW.js.map +1 -0
- package/dist/shared/{hx-list-CdRNgeoP.js → hx-list-DwInEX2H.js} +63 -37
- package/dist/shared/hx-list-DwInEX2H.js.map +1 -0
- package/dist/shared/{hx-menu-divider-DR8klkFT.js → hx-menu-divider-DR4G_rqw.js} +71 -40
- package/dist/shared/hx-menu-divider-DR4G_rqw.js.map +1 -0
- package/dist/shared/{hx-meter-CZ7lnMra.js → hx-meter-uXkTZq-W.js} +77 -61
- package/dist/shared/hx-meter-uXkTZq-W.js.map +1 -0
- package/dist/shared/{hx-nav-DM6-cGKF.js → hx-nav-3JsN2Oak.js} +64 -47
- package/dist/shared/hx-nav-3JsN2Oak.js.map +1 -0
- package/dist/shared/{hx-nav-item-D54-5eUM.js → hx-nav-item-D3EJatzc.js} +40 -16
- package/dist/shared/hx-nav-item-D3EJatzc.js.map +1 -0
- package/dist/shared/{hx-number-input-BP6TIA92.js → hx-number-input-CIpL2BEh.js} +65 -34
- package/dist/shared/hx-number-input-CIpL2BEh.js.map +1 -0
- package/dist/shared/{hx-overflow-menu-CobkjAb8.js → hx-overflow-menu-2kgOJ_ht.js} +76 -64
- package/dist/shared/hx-overflow-menu-2kgOJ_ht.js.map +1 -0
- package/dist/shared/{hx-pagination-10dpXS95.js → hx-pagination-Blt-fFqV.js} +113 -94
- package/dist/shared/hx-pagination-Blt-fFqV.js.map +1 -0
- package/dist/shared/{hx-popover-ULjonbaO.js → hx-popover-DxE67miP.js} +71 -66
- package/dist/shared/hx-popover-DxE67miP.js.map +1 -0
- package/dist/shared/{hx-popup-CYf9Q5sj.js → hx-popup-Dg6n_PbY.js} +13 -1
- package/dist/shared/hx-popup-Dg6n_PbY.js.map +1 -0
- package/dist/shared/{hx-progress-bar-CnTibV63.js → hx-progress-bar-Dm_EHyng.js} +65 -47
- package/dist/shared/hx-progress-bar-Dm_EHyng.js.map +1 -0
- package/dist/shared/{hx-progress-ring-BHJBaXNk.js → hx-progress-ring-DpxBDD5d.js} +35 -28
- package/dist/shared/hx-progress-ring-DpxBDD5d.js.map +1 -0
- package/dist/shared/hx-prose-Ml_L2zje.js +59 -0
- package/dist/shared/hx-prose-Ml_L2zje.js.map +1 -0
- package/dist/shared/{hx-radio-BnKcRuQu.js → hx-radio-BywgVSEu.js} +7 -8
- package/dist/shared/hx-radio-BywgVSEu.js.map +1 -0
- package/dist/shared/{hx-rating-Y_t7Z4qb.js → hx-rating-CUWBQ0fZ.js} +131 -64
- package/dist/shared/hx-rating-CUWBQ0fZ.js.map +1 -0
- package/dist/shared/{hx-select-C50lD7NS.js → hx-select-BwDwxk-M.js} +107 -169
- package/dist/shared/hx-select-BwDwxk-M.js.map +1 -0
- package/dist/shared/hx-skeleton-BHvALyd7.js.map +1 -1
- package/dist/shared/{hx-slider-CprSNrRi.js → hx-slider-D_0EKJyk.js} +23 -7
- package/dist/shared/hx-slider-D_0EKJyk.js.map +1 -0
- package/dist/shared/{hx-spinner-BOApJ-g9.js → hx-spinner-DMn4SChS.js} +35 -28
- package/dist/shared/hx-spinner-DMn4SChS.js.map +1 -0
- package/dist/shared/{hx-split-button-CHGy4FUc.js → hx-split-button-CypgLXw1.js} +14 -3
- package/dist/shared/{hx-split-button-CHGy4FUc.js.map → hx-split-button-CypgLXw1.js.map} +1 -1
- package/dist/shared/{hx-split-panel-DYtB45Tr.js → hx-split-panel-CV_Kr4EK.js} +58 -37
- package/dist/shared/hx-split-panel-CV_Kr4EK.js.map +1 -0
- package/dist/shared/{hx-stack-CfoW7jU7.js → hx-stack-BStY1RmV.js} +29 -29
- package/dist/shared/hx-stack-BStY1RmV.js.map +1 -0
- package/dist/shared/{hx-stat-C2wfph8W.js → hx-stat-CHntLHJM.js} +18 -10
- package/dist/shared/hx-stat-CHntLHJM.js.map +1 -0
- package/dist/shared/{hx-status-indicator-oYWOkWlD.js → hx-status-indicator-C1BwEvUw.js} +15 -12
- package/dist/shared/hx-status-indicator-C1BwEvUw.js.map +1 -0
- package/dist/shared/{hx-step-DYoIumpR.js → hx-step-BIVWSPxd.js} +45 -33
- package/dist/shared/hx-step-BIVWSPxd.js.map +1 -0
- package/dist/shared/{hx-switch-DkKchcuP.js → hx-switch-BgX8kuWt.js} +12 -3
- package/dist/shared/hx-switch-BgX8kuWt.js.map +1 -0
- package/dist/shared/{hx-tab-panel-BRNcLICw.js → hx-tab-panel-DhOq67jj.js} +11 -2
- package/dist/shared/hx-tab-panel-DhOq67jj.js.map +1 -0
- package/dist/shared/{hx-tag-B3N-vZ6B.js → hx-tag-CzOTDcXI.js} +2 -1
- package/dist/shared/{hx-tag-B3N-vZ6B.js.map → hx-tag-CzOTDcXI.js.map} +1 -1
- package/dist/shared/{hx-td-CVwCGBYf.js → hx-td-h6oeW6YC.js} +43 -41
- package/dist/shared/hx-td-h6oeW6YC.js.map +1 -0
- package/dist/shared/{hx-text-NjKoQATI.js → hx-text-DTXjiviE.js} +2 -1
- package/dist/shared/{hx-text-NjKoQATI.js.map → hx-text-DTXjiviE.js.map} +1 -1
- package/dist/shared/{hx-text-input-CCZZbWQ9.js → hx-text-input-CqEdDHMU.js} +82 -65
- package/dist/shared/hx-text-input-CqEdDHMU.js.map +1 -0
- package/dist/shared/{hx-textarea-BsQdB1Rk.js → hx-textarea-BgX7rxyo.js} +21 -12
- package/dist/shared/hx-textarea-BgX7rxyo.js.map +1 -0
- package/dist/shared/hx-theme-6GDoUG8j.js.map +1 -1
- package/dist/shared/{hx-time-picker-CJcIjH3C.js → hx-time-picker-DmLu7WUC.js} +73 -273
- package/dist/shared/hx-time-picker-DmLu7WUC.js.map +1 -0
- package/dist/shared/{hx-toggle-button-D4F1soEM.js → hx-toggle-button-D1jpDvSA.js} +75 -38
- package/dist/shared/hx-toggle-button-D1jpDvSA.js.map +1 -0
- package/dist/shared/{hx-tooltip-Bk1iQRHs.js → hx-tooltip-kh7QFPKu.js} +66 -49
- package/dist/shared/hx-tooltip-kh7QFPKu.js.map +1 -0
- package/dist/shared/{hx-top-nav-D2bQpns3.js → hx-top-nav-DYlnzDaU.js} +3 -1
- package/dist/shared/{hx-top-nav-D2bQpns3.js.map → hx-top-nav-DYlnzDaU.js.map} +1 -1
- package/dist/shared/{hx-tree-item-BobGN76x.js → hx-tree-item-BP6UF_H1.js} +29 -16
- package/dist/shared/hx-tree-item-BP6UF_H1.js.map +1 -0
- package/dist/shared/{toast-factory-MvMMreTu.js → toast-factory-DTy-qN8r.js} +70 -59
- package/dist/shared/toast-factory-DTy-qN8r.js.map +1 -0
- package/dist/styles/shared-field.styles.d.ts +6 -0
- package/dist/styles/shared-field.styles.d.ts.map +1 -0
- package/package.json +2 -5
- package/dist/shared/hx-accordion-DT8qHOay.js.map +0 -1
- package/dist/shared/hx-action-bar-we_WJety.js.map +0 -1
- package/dist/shared/hx-alert-D6uok29t.js.map +0 -1
- package/dist/shared/hx-avatar-Cep6Urm3.js.map +0 -1
- package/dist/shared/hx-badge-BeuWuUj_.js.map +0 -1
- package/dist/shared/hx-breadcrumb-item-Bj2UqhzR.js.map +0 -1
- package/dist/shared/hx-button-Cbhqpm5i.js.map +0 -1
- package/dist/shared/hx-card-B9j2SHyI.js.map +0 -1
- package/dist/shared/hx-carousel-item-Be0bC-7o.js.map +0 -1
- package/dist/shared/hx-checkbox-CuaJqEo7.js.map +0 -1
- package/dist/shared/hx-checkbox-group-ydUdV9Sx.js.map +0 -1
- package/dist/shared/hx-code-snippet-DBwIjl5p.js.map +0 -1
- package/dist/shared/hx-color-picker-Bb2UPVc3.js +0 -803
- package/dist/shared/hx-color-picker-Bb2UPVc3.js.map +0 -1
- package/dist/shared/hx-combobox-CNvY-es8.js.map +0 -1
- package/dist/shared/hx-counter-D-1NXzGs.js.map +0 -1
- package/dist/shared/hx-data-table-BwoJCFgs.js.map +0 -1
- package/dist/shared/hx-date-picker-DDcIBJir.js.map +0 -1
- package/dist/shared/hx-dialog-M7so0sRT.js.map +0 -1
- package/dist/shared/hx-drawer-CYxuhIQ0.js.map +0 -1
- package/dist/shared/hx-dropdown-7cfowTWv.js.map +0 -1
- package/dist/shared/hx-field-CDP8EXuj.js.map +0 -1
- package/dist/shared/hx-file-upload-9HbONfqt.js.map +0 -1
- package/dist/shared/hx-form-BFv_N1dm.js +0 -1272
- package/dist/shared/hx-form-BFv_N1dm.js.map +0 -1
- package/dist/shared/hx-format-date-BsVr8gpD.js.map +0 -1
- package/dist/shared/hx-grid-BsDBCTbt.js.map +0 -1
- package/dist/shared/hx-icon--xsJztDh.js.map +0 -1
- package/dist/shared/hx-image-xyb_tHCR.js.map +0 -1
- package/dist/shared/hx-link-DfNy_UU8.js.map +0 -1
- package/dist/shared/hx-list-CdRNgeoP.js.map +0 -1
- package/dist/shared/hx-menu-divider-DR8klkFT.js.map +0 -1
- package/dist/shared/hx-meter-CZ7lnMra.js.map +0 -1
- package/dist/shared/hx-nav-DM6-cGKF.js.map +0 -1
- package/dist/shared/hx-nav-item-D54-5eUM.js.map +0 -1
- package/dist/shared/hx-number-input-BP6TIA92.js.map +0 -1
- package/dist/shared/hx-overflow-menu-CobkjAb8.js.map +0 -1
- package/dist/shared/hx-pagination-10dpXS95.js.map +0 -1
- package/dist/shared/hx-popover-ULjonbaO.js.map +0 -1
- package/dist/shared/hx-popup-CYf9Q5sj.js.map +0 -1
- package/dist/shared/hx-progress-bar-CnTibV63.js.map +0 -1
- package/dist/shared/hx-progress-ring-BHJBaXNk.js.map +0 -1
- package/dist/shared/hx-prose-DZh2KrMb.js +0 -876
- package/dist/shared/hx-prose-DZh2KrMb.js.map +0 -1
- package/dist/shared/hx-radio-BnKcRuQu.js.map +0 -1
- package/dist/shared/hx-rating-Y_t7Z4qb.js.map +0 -1
- package/dist/shared/hx-select-C50lD7NS.js.map +0 -1
- package/dist/shared/hx-slider-CprSNrRi.js.map +0 -1
- package/dist/shared/hx-spinner-BOApJ-g9.js.map +0 -1
- package/dist/shared/hx-split-panel-DYtB45Tr.js.map +0 -1
- package/dist/shared/hx-stack-CfoW7jU7.js.map +0 -1
- package/dist/shared/hx-stat-C2wfph8W.js.map +0 -1
- package/dist/shared/hx-status-indicator-oYWOkWlD.js.map +0 -1
- package/dist/shared/hx-step-DYoIumpR.js.map +0 -1
- package/dist/shared/hx-switch-DkKchcuP.js.map +0 -1
- package/dist/shared/hx-tab-panel-BRNcLICw.js.map +0 -1
- package/dist/shared/hx-td-CVwCGBYf.js.map +0 -1
- package/dist/shared/hx-text-input-CCZZbWQ9.js.map +0 -1
- package/dist/shared/hx-textarea-BsQdB1Rk.js.map +0 -1
- package/dist/shared/hx-time-picker-CJcIjH3C.js.map +0 -1
- package/dist/shared/hx-toggle-button-D4F1soEM.js.map +0 -1
- package/dist/shared/hx-tooltip-Bk1iQRHs.js.map +0 -1
- package/dist/shared/hx-tree-item-BobGN76x.js.map +0 -1
- package/dist/shared/toast-factory-MvMMreTu.js.map +0 -1
|
@@ -1,235 +1,14 @@
|
|
|
1
|
-
import { css as C, LitElement as E, nothing as _, html as
|
|
2
|
-
import { property as h, state as p, query as
|
|
3
|
-
import { classMap as
|
|
1
|
+
import { css as C, LitElement as E, nothing as _, html as m } from "lit";
|
|
2
|
+
import { property as h, state as p, query as w, customElement as L } from "lit/decorators.js";
|
|
3
|
+
import { classMap as $ } from "lit/directives/class-map.js";
|
|
4
4
|
import { ifDefined as f } from "lit/directives/if-defined.js";
|
|
5
5
|
import { live as V } from "lit/directives/live.js";
|
|
6
6
|
import { repeat as D } from "lit/directives/repeat.js";
|
|
7
7
|
import { tokenStyles as M } from "@helixui/tokens/lit";
|
|
8
|
-
const O = C
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
:host([disabled]) {
|
|
15
|
-
opacity: var(--hx-opacity-disabled, 0.5);
|
|
16
|
-
pointer-events: none;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
* {
|
|
20
|
-
box-sizing: border-box;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.field {
|
|
24
|
-
display: flex;
|
|
25
|
-
flex-direction: column;
|
|
26
|
-
gap: var(--hx-space-1, 0.25rem);
|
|
27
|
-
font-family: var(--hx-time-picker-font-family, var(--hx-font-family-sans, sans-serif));
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
/* ─── Label ─── */
|
|
31
|
-
|
|
32
|
-
.field__label {
|
|
33
|
-
display: flex;
|
|
34
|
-
align-items: baseline;
|
|
35
|
-
gap: var(--hx-space-1, 0.25rem);
|
|
36
|
-
font-size: var(--hx-font-size-sm, 0.875rem);
|
|
37
|
-
font-weight: var(--hx-font-weight-medium, 500);
|
|
38
|
-
color: var(--hx-time-picker-label-color, var(--hx-color-neutral-700));
|
|
39
|
-
line-height: var(--hx-line-height-normal, 1.5);
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.field__required-marker {
|
|
43
|
-
color: var(--hx-time-picker-error-color, var(--hx-color-error-text, #b91c1c));
|
|
44
|
-
font-weight: var(--hx-font-weight-bold, 700);
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
/* ─── Combobox Wrapper ─── */
|
|
48
|
-
|
|
49
|
-
.field__combobox {
|
|
50
|
-
position: relative;
|
|
51
|
-
display: flex;
|
|
52
|
-
align-items: center;
|
|
53
|
-
border: var(--hx-border-width-thin, 1px) solid
|
|
54
|
-
var(--hx-time-picker-border-color, var(--hx-color-neutral-300));
|
|
55
|
-
border-radius: var(--hx-time-picker-border-radius, var(--hx-border-radius-md, 0.375rem));
|
|
56
|
-
background-color: var(--hx-time-picker-bg, var(--hx-color-neutral-0));
|
|
57
|
-
transition:
|
|
58
|
-
border-color var(--hx-transition-fast, 150ms ease),
|
|
59
|
-
box-shadow var(--hx-transition-fast, 150ms ease);
|
|
60
|
-
overflow: visible;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.field__combobox:focus-within {
|
|
64
|
-
border-color: var(--hx-time-picker-focus-ring-color, var(--hx-focus-ring-color));
|
|
65
|
-
/* Fallback for Safari < 16.2 (no color-mix support) */
|
|
66
|
-
box-shadow: 0 0 0 var(--hx-focus-ring-width, 2px)
|
|
67
|
-
var(--hx-time-picker-focus-ring-color, var(--hx-focus-ring-color));
|
|
68
|
-
box-shadow: 0 0 0 var(--hx-focus-ring-width, 2px)
|
|
69
|
-
color-mix(
|
|
70
|
-
in srgb,
|
|
71
|
-
var(--hx-time-picker-focus-ring-color, var(--hx-focus-ring-color))
|
|
72
|
-
calc(var(--hx-focus-ring-opacity, 0.25) * 100%),
|
|
73
|
-
transparent
|
|
74
|
-
);
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
/* ─── Error State ─── */
|
|
78
|
-
|
|
79
|
-
.field--error .field__combobox {
|
|
80
|
-
border-color: var(--hx-time-picker-error-color, var(--hx-color-error-500));
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.field--error .field__combobox:focus-within {
|
|
84
|
-
border-color: var(--hx-time-picker-error-color, var(--hx-color-error-500));
|
|
85
|
-
/* Fallback for Safari < 16.2 (no color-mix support) */
|
|
86
|
-
box-shadow: 0 0 0 var(--hx-focus-ring-width, 2px)
|
|
87
|
-
var(--hx-time-picker-error-color, var(--hx-color-error-500));
|
|
88
|
-
box-shadow: 0 0 0 var(--hx-focus-ring-width, 2px)
|
|
89
|
-
color-mix(
|
|
90
|
-
in srgb,
|
|
91
|
-
var(--hx-time-picker-error-color, var(--hx-color-error-500))
|
|
92
|
-
calc(var(--hx-focus-ring-opacity, 0.25) * 100%),
|
|
93
|
-
transparent
|
|
94
|
-
);
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
/* ─── Native Input ─── */
|
|
98
|
-
|
|
99
|
-
.field__input {
|
|
100
|
-
flex: 1;
|
|
101
|
-
border: none;
|
|
102
|
-
outline: none;
|
|
103
|
-
background: transparent;
|
|
104
|
-
padding: var(--hx-space-2, 0.5rem) var(--hx-space-3, 0.75rem);
|
|
105
|
-
font-family: inherit;
|
|
106
|
-
font-size: var(--hx-font-size-md, 1rem);
|
|
107
|
-
color: var(--hx-time-picker-color, var(--hx-color-neutral-800));
|
|
108
|
-
line-height: var(--hx-line-height-normal, 1.5);
|
|
109
|
-
min-height: var(--hx-size-10, 2.5rem);
|
|
110
|
-
width: 100%;
|
|
111
|
-
cursor: text;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
.field__input::placeholder {
|
|
115
|
-
color: var(--hx-color-neutral-400);
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.field__input:disabled {
|
|
119
|
-
cursor: not-allowed;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
/* ─── Toggle Button ─── */
|
|
123
|
-
|
|
124
|
-
.field__toggle {
|
|
125
|
-
display: flex;
|
|
126
|
-
align-items: center;
|
|
127
|
-
justify-content: center;
|
|
128
|
-
border: none;
|
|
129
|
-
background: transparent;
|
|
130
|
-
padding: 0 var(--hx-space-3, 0.75rem);
|
|
131
|
-
color: var(--hx-time-picker-chevron-color, var(--hx-color-neutral-500));
|
|
132
|
-
cursor: pointer;
|
|
133
|
-
height: 100%;
|
|
134
|
-
min-height: var(--hx-size-10, 2.5rem);
|
|
135
|
-
flex-shrink: 0;
|
|
136
|
-
border-inline-start: var(--hx-border-width-thin, 1px) solid
|
|
137
|
-
var(--hx-time-picker-border-color, var(--hx-color-neutral-300));
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
.field__toggle:focus-visible {
|
|
141
|
-
outline: var(--hx-focus-ring-width, 2px) solid
|
|
142
|
-
var(--hx-time-picker-focus-ring-color, var(--hx-focus-ring-color));
|
|
143
|
-
outline-offset: -2px;
|
|
144
|
-
border-radius: 0 var(--hx-time-picker-border-radius, var(--hx-border-radius-md, 0.375rem))
|
|
145
|
-
var(--hx-time-picker-border-radius, var(--hx-border-radius-md, 0.375rem)) 0;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
/* ─── Listbox Dropdown ─── */
|
|
149
|
-
|
|
150
|
-
.field__listbox {
|
|
151
|
-
position: absolute;
|
|
152
|
-
top: calc(100% + var(--hx-space-1, 0.25rem));
|
|
153
|
-
inset-inline-start: 0;
|
|
154
|
-
inset-inline-end: 0;
|
|
155
|
-
z-index: var(--hx-z-index-dropdown, 1000);
|
|
156
|
-
background-color: var(--hx-time-picker-listbox-bg, var(--hx-color-neutral-0));
|
|
157
|
-
border: var(--hx-border-width-thin, 1px) solid
|
|
158
|
-
var(--hx-time-picker-border-color, var(--hx-color-neutral-300));
|
|
159
|
-
border-radius: var(--hx-time-picker-border-radius, var(--hx-border-radius-md, 0.375rem));
|
|
160
|
-
box-shadow: var(
|
|
161
|
-
--hx-time-picker-listbox-shadow,
|
|
162
|
-
0 4px 16px color-mix(in srgb, var(--hx-color-neutral-900) 12%, transparent)
|
|
163
|
-
);
|
|
164
|
-
max-height: var(--hx-time-picker-listbox-max-height, 16rem);
|
|
165
|
-
overflow-y: auto;
|
|
166
|
-
padding: var(--hx-space-1, 0.25rem) 0;
|
|
167
|
-
list-style: none;
|
|
168
|
-
margin: 0;
|
|
169
|
-
|
|
170
|
-
@media (prefers-reduced-motion: no-preference) {
|
|
171
|
-
animation: hx-listbox-enter var(--hx-transition-fast, 150ms ease) forwards;
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
@keyframes hx-listbox-enter {
|
|
176
|
-
from {
|
|
177
|
-
opacity: 0;
|
|
178
|
-
transform: translateY(calc(-1 * var(--hx-space-1, 0.25rem)));
|
|
179
|
-
}
|
|
180
|
-
to {
|
|
181
|
-
opacity: 1;
|
|
182
|
-
transform: translateY(0);
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
/* ─── Option Items ─── */
|
|
187
|
-
|
|
188
|
-
.field__option {
|
|
189
|
-
display: flex;
|
|
190
|
-
align-items: center;
|
|
191
|
-
padding: var(--hx-space-2, 0.5rem) var(--hx-space-3, 0.75rem);
|
|
192
|
-
font-size: var(--hx-font-size-md, 1rem);
|
|
193
|
-
font-family: inherit;
|
|
194
|
-
color: var(--hx-time-picker-option-color, var(--hx-color-neutral-800));
|
|
195
|
-
cursor: pointer;
|
|
196
|
-
transition: background-color var(--hx-transition-fast, 150ms ease);
|
|
197
|
-
line-height: var(--hx-line-height-normal, 1.5);
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
.field__option:hover,
|
|
201
|
-
.field__option--active {
|
|
202
|
-
background-color: var(--hx-time-picker-option-hover-bg, var(--hx-color-primary-50));
|
|
203
|
-
color: var(--hx-time-picker-option-hover-color, var(--hx-color-primary-700));
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
.field__option--selected {
|
|
207
|
-
background-color: var(--hx-time-picker-option-selected-bg, var(--hx-color-primary-100));
|
|
208
|
-
color: var(--hx-time-picker-option-selected-color, var(--hx-color-primary-800));
|
|
209
|
-
font-weight: var(--hx-font-weight-medium, 500);
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
.field__option--selected.field__option--active {
|
|
213
|
-
background-color: var(--hx-time-picker-option-selected-bg, var(--hx-color-primary-100));
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
/* ─── Help Text & Error Messages ─── */
|
|
217
|
-
|
|
218
|
-
.field__help-text {
|
|
219
|
-
font-size: var(--hx-font-size-xs, 0.75rem);
|
|
220
|
-
color: var(--hx-color-neutral-500);
|
|
221
|
-
line-height: var(--hx-line-height-normal, 1.5);
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
.field__error {
|
|
225
|
-
font-size: var(--hx-font-size-xs, 0.75rem);
|
|
226
|
-
color: var(--hx-time-picker-error-color, var(--hx-color-error-text, #b91c1c));
|
|
227
|
-
line-height: var(--hx-line-height-normal, 1.5);
|
|
228
|
-
}
|
|
229
|
-
`;
|
|
230
|
-
var A = Object.defineProperty, P = Object.getOwnPropertyDescriptor, a = (e, t, o, i) => {
|
|
231
|
-
for (var r = i > 1 ? void 0 : i ? P(t, o) : t, l = e.length - 1, n; l >= 0; l--)
|
|
232
|
-
(n = e[l]) && (r = (i ? n(t, o, r) : n(r)) || r);
|
|
8
|
+
const O = C`:host{display:block;position:relative}:host([disabled]){opacity:var(--hx-opacity-disabled, .5);pointer-events:none}*{box-sizing:border-box}.field{display:flex;flex-direction:column;gap:var(--hx-space-1, .25rem);font-family:var(--hx-time-picker-font-family, var(--hx-font-family-sans, sans-serif))}.field__label{display:flex;align-items:baseline;gap:var(--hx-space-1, .25rem);font-size:var(--hx-font-size-sm, .875rem);font-weight:var(--hx-font-weight-medium, 500);color:var(--hx-time-picker-label-color, var(--hx-color-neutral-700));line-height:var(--hx-line-height-normal, 1.5)}.field__required-marker{color:var(--hx-time-picker-error-color, var(--hx-color-error-text, #b91c1c));font-weight:var(--hx-font-weight-bold, 700)}.field__combobox{position:relative;display:flex;align-items:center;border:var(--hx-border-width-thin, 1px) solid var(--hx-time-picker-border-color, var(--hx-color-neutral-300));border-radius:var(--hx-time-picker-border-radius, var(--hx-border-radius-md, .375rem));background-color:var(--hx-time-picker-bg, var(--hx-color-neutral-0));transition:border-color var(--hx-transition-fast, .15s ease),box-shadow var(--hx-transition-fast, .15s ease);overflow:visible}.field__combobox:focus-within{border-color:var(--hx-time-picker-focus-ring-color, var(--hx-focus-ring-color));box-shadow:0 0 0 var(--hx-focus-ring-width, 2px) color-mix(in srgb,var(--hx-time-picker-focus-ring-color, var(--hx-focus-ring-color)) calc(var(--hx-focus-ring-opacity, .25) * 100%),transparent)}.field--error .field__combobox{border-color:var(--hx-time-picker-error-color, var(--hx-color-error-500))}.field--error .field__combobox:focus-within{border-color:var(--hx-time-picker-error-color, var(--hx-color-error-500));box-shadow:0 0 0 var(--hx-focus-ring-width, 2px) color-mix(in srgb,var(--hx-time-picker-error-color, var(--hx-color-error-500)) calc(var(--hx-focus-ring-opacity, .25) * 100%),transparent)}.field__input{flex:1;border:none;outline:none;background:transparent;padding:var(--hx-space-2, .5rem) var(--hx-space-3, .75rem);font-family:inherit;font-size:var(--hx-font-size-md, 1rem);color:var(--hx-time-picker-color, var(--hx-color-neutral-800));line-height:var(--hx-line-height-normal, 1.5);min-height:var(--hx-size-10, 2.5rem);width:100%;cursor:text}.field__input::placeholder{color:var(--hx-color-neutral-400)}.field__input:disabled{cursor:not-allowed}.field__toggle{display:flex;align-items:center;justify-content:center;border:none;background:transparent;padding:0 var(--hx-space-3, .75rem);color:var(--hx-time-picker-chevron-color, var(--hx-color-neutral-500));cursor:pointer;height:100%;min-height:var(--hx-size-10, 2.5rem);flex-shrink:0;border-inline-start:var(--hx-border-width-thin, 1px) solid var(--hx-time-picker-border-color, var(--hx-color-neutral-300))}.field__toggle:focus-visible{outline:var(--hx-focus-ring-width, 2px) solid var(--hx-time-picker-focus-ring-color, var(--hx-focus-ring-color));outline-offset:-2px;border-radius:0 var(--hx-time-picker-border-radius, var(--hx-border-radius-md, .375rem))}.field__listbox{position:absolute;top:calc(100% + var(--hx-space-1, .25rem));inset-inline-start:0;inset-inline-end:0;z-index:var(--hx-z-index-dropdown, 1000);background-color:var(--hx-time-picker-listbox-bg, var(--hx-color-neutral-0));border:var(--hx-border-width-thin, 1px) solid var(--hx-time-picker-border-color, var(--hx-color-neutral-300));border-radius:var(--hx-time-picker-border-radius, var(--hx-border-radius-md, .375rem));box-shadow:var( --hx-time-picker-listbox-shadow, 0 4px 16px color-mix(in srgb, var(--hx-color-neutral-900) 12%, transparent) );max-height:var(--hx-time-picker-listbox-max-height, 16rem);overflow-y:auto;padding:var(--hx-space-1, .25rem) 0;list-style:none;margin:0}@media(prefers-reduced-motion:no-preference){.field__listbox{animation:hx-listbox-enter var(--hx-transition-fast, .15s ease) forwards}}@keyframes hx-listbox-enter{0%{opacity:0;transform:translateY(-.25rem)}to{opacity:1;transform:translateY(0)}}.field__option{display:flex;align-items:center;padding:var(--hx-space-2, .5rem) var(--hx-space-3, .75rem);font-size:var(--hx-font-size-md, 1rem);font-family:inherit;color:var(--hx-time-picker-option-color, var(--hx-color-neutral-800));cursor:pointer;transition:background-color var(--hx-transition-fast, .15s ease);line-height:var(--hx-line-height-normal, 1.5)}.field__option:hover,.field__option--active{background-color:var(--hx-time-picker-option-hover-bg, var(--hx-color-primary-50));color:var(--hx-time-picker-option-hover-color, var(--hx-color-primary-700))}.field__option--selected{background-color:var(--hx-time-picker-option-selected-bg, var(--hx-color-primary-100));color:var(--hx-time-picker-option-selected-color, var(--hx-color-primary-800));font-weight:var(--hx-font-weight-medium, 500)}.field__option--selected.field__option--active{background-color:var(--hx-time-picker-option-selected-bg, var(--hx-color-primary-100))}@media(prefers-reduced-motion:reduce){.field__combobox,.field__option{transition:none}}.field__help-text,.field__error{font-size:var(--hx-font-size-xs, .75rem);line-height:var(--hx-line-height-normal, 1.5)}.field__help-text{color:var(--hx-color-neutral-500)}.field__error{color:var(--hx-time-picker-error-color, var(--hx-color-error-text, #b91c1c))}`;
|
|
9
|
+
var A = Object.defineProperty, P = Object.getOwnPropertyDescriptor, l = (e, t, o, i) => {
|
|
10
|
+
for (var r = i > 1 ? void 0 : i ? P(t, o) : t, a = e.length - 1, n; a >= 0; a--)
|
|
11
|
+
(n = e[a]) && (r = (i ? n(t, o, r) : n(r)) || r);
|
|
233
12
|
return i && r && A(t, o, r), r;
|
|
234
13
|
};
|
|
235
14
|
function d(e) {
|
|
@@ -238,19 +17,19 @@ function d(e) {
|
|
|
238
17
|
const o = parseInt(t[1] ?? "0", 10), i = parseInt(t[2] ?? "0", 10);
|
|
239
18
|
return o < 0 || o > 23 || i < 0 || i > 59 ? null : { hours: o, minutes: i };
|
|
240
19
|
}
|
|
241
|
-
function
|
|
20
|
+
function x(e, t) {
|
|
242
21
|
return `${String(e).padStart(2, "0")}:${String(t).padStart(2, "0")}`;
|
|
243
22
|
}
|
|
244
23
|
function k(e) {
|
|
245
24
|
const t = d(e);
|
|
246
25
|
if (!t) return e;
|
|
247
|
-
const { hours: o, minutes: i } = t, r = o < 12 ? "AM" : "PM",
|
|
248
|
-
return `${String(
|
|
26
|
+
const { hours: o, minutes: i } = t, r = o < 12 ? "AM" : "PM", a = o % 12 === 0 ? 12 : o % 12;
|
|
27
|
+
return `${String(a).padStart(2, "0")}:${String(i).padStart(2, "0")} ${r}`;
|
|
249
28
|
}
|
|
250
|
-
function
|
|
251
|
-
const r = d(e) ?? { hours: 0, minutes: 0 },
|
|
29
|
+
function q(e, t, o, i) {
|
|
30
|
+
const r = d(e) ?? { hours: 0, minutes: 0 }, a = d(t) ?? { hours: 23, minutes: 59 }, n = r.hours * 60 + r.minutes, c = a.hours * 60 + a.minutes, u = Math.max(1, Math.round(o)), v = [];
|
|
252
31
|
for (let b = n; b <= c; b += u) {
|
|
253
|
-
const I = Math.floor(b / 60) % 24, S = b % 60, g =
|
|
32
|
+
const I = Math.floor(b / 60) % 24, S = b % 60, g = x(I, S);
|
|
254
33
|
v.push({
|
|
255
34
|
value: g,
|
|
256
35
|
label: i === "12h" ? k(g) : g
|
|
@@ -262,17 +41,17 @@ function y(e, t, o) {
|
|
|
262
41
|
if (!e) return "";
|
|
263
42
|
const i = d(e);
|
|
264
43
|
if (!i) return "";
|
|
265
|
-
const r = i.hours * 60 + i.minutes,
|
|
266
|
-
return r < c ?
|
|
44
|
+
const r = i.hours * 60 + i.minutes, a = d(t) ?? { hours: 0, minutes: 0 }, n = d(o) ?? { hours: 23, minutes: 59 }, c = a.hours * 60 + a.minutes, u = n.hours * 60 + n.minutes;
|
|
45
|
+
return r < c ? x(a.hours, a.minutes) : r > u ? x(n.hours, n.minutes) : x(i.hours, i.minutes);
|
|
267
46
|
}
|
|
268
47
|
function H(e) {
|
|
269
48
|
const t = e.trim().toUpperCase(), o = d(t);
|
|
270
|
-
if (o) return
|
|
49
|
+
if (o) return x(o.hours, o.minutes);
|
|
271
50
|
const i = /^(\d{1,2})(?::(\d{2}))?\s*(AM|PM)$/.exec(t) ?? /^(\d{1,2})(\d{2})\s*(AM|PM)$/.exec(t);
|
|
272
51
|
if (i) {
|
|
273
52
|
let r = parseInt(i[1] ?? "0", 10);
|
|
274
|
-
const
|
|
275
|
-
return r < 1 || r > 12 ||
|
|
53
|
+
const a = i[2] !== void 0 ? parseInt(i[2], 10) : 0, n = i[3] ?? "";
|
|
54
|
+
return r < 1 || r > 12 || a < 0 || a > 59 ? null : (n === "AM" ? r = r === 12 ? 0 : r : r = r === 12 ? 12 : r + 12, x(r, a));
|
|
276
55
|
}
|
|
277
56
|
return null;
|
|
278
57
|
}
|
|
@@ -289,7 +68,7 @@ let s = class extends E {
|
|
|
289
68
|
*/
|
|
290
69
|
get _slots() {
|
|
291
70
|
const e = `${this.min}|${this.max}|${this.step}|${this.format}`;
|
|
292
|
-
return (this._cachedSlots === null || e !== this._slotsKey) && (this._slotsKey = e, this._cachedSlots =
|
|
71
|
+
return (this._cachedSlots === null || e !== this._slotsKey) && (this._slotsKey = e, this._cachedSlots = q(this.min, this.max, this.step, this.format)), this._cachedSlots;
|
|
293
72
|
}
|
|
294
73
|
// ─── Lifecycle ───
|
|
295
74
|
connectedCallback() {
|
|
@@ -325,6 +104,7 @@ let s = class extends E {
|
|
|
325
104
|
reportValidity() {
|
|
326
105
|
return this._internals.reportValidity();
|
|
327
106
|
}
|
|
107
|
+
/** @internal */
|
|
328
108
|
_updateValidity() {
|
|
329
109
|
this.required && !this.value ? this._internals.setValidity(
|
|
330
110
|
{ valueMissing: !0 },
|
|
@@ -340,25 +120,34 @@ let s = class extends E {
|
|
|
340
120
|
const o = y(e, this.min, this.max);
|
|
341
121
|
this.value = o;
|
|
342
122
|
}
|
|
123
|
+
/** Called when a parent fieldset is disabled/enabled. */
|
|
124
|
+
formDisabledCallback(e) {
|
|
125
|
+
this.disabled = e;
|
|
126
|
+
}
|
|
343
127
|
// ─── Listbox helpers ───
|
|
128
|
+
/** @internal */
|
|
344
129
|
_openListbox() {
|
|
345
130
|
if (this._open) return;
|
|
346
131
|
const e = this._slots.findIndex((t) => t.value === this.value);
|
|
347
132
|
this._activeIndex = e >= 0 ? e : 0, this._open = !0;
|
|
348
133
|
}
|
|
134
|
+
/** @internal */
|
|
349
135
|
_closeListbox() {
|
|
350
136
|
this._open && (this._open = !1, this._activeIndex = -1);
|
|
351
137
|
}
|
|
138
|
+
/** @internal */
|
|
352
139
|
_scrollActiveOptionIntoView() {
|
|
353
140
|
if (!this._listboxEl) return;
|
|
354
141
|
const e = this._listboxEl.querySelector(".field__option--active");
|
|
355
142
|
e == null || e.scrollIntoView({ block: "nearest" });
|
|
356
143
|
}
|
|
144
|
+
/** @internal */
|
|
357
145
|
_selectSlot(e) {
|
|
358
146
|
const t = y(e.value, this.min, this.max);
|
|
359
147
|
this.value = t, this._closeListbox(), this._dispatchChange(t);
|
|
360
148
|
}
|
|
361
149
|
// ─── Slot tracking ───
|
|
150
|
+
/** @internal */
|
|
362
151
|
_handleLabelSlotChange(e) {
|
|
363
152
|
const o = e.target.assignedNodes({ flatten: !0 });
|
|
364
153
|
if (this._hasLabelSlot = o.length > 0, this._hasLabelSlot) {
|
|
@@ -367,15 +156,18 @@ let s = class extends E {
|
|
|
367
156
|
} else
|
|
368
157
|
this._slottedLabelId = "";
|
|
369
158
|
}
|
|
159
|
+
/** @internal */
|
|
370
160
|
_handleErrorSlotChange(e) {
|
|
371
161
|
const t = e.target;
|
|
372
162
|
this._hasErrorSlot = t.assignedNodes({ flatten: !0 }).length > 0;
|
|
373
163
|
}
|
|
164
|
+
/** @internal */
|
|
374
165
|
_handleHelpSlotChange(e) {
|
|
375
166
|
const t = e.target;
|
|
376
167
|
this._hasHelpSlot = t.assignedNodes({ flatten: !0 }).length > 0;
|
|
377
168
|
}
|
|
378
169
|
// ─── Event Dispatch ───
|
|
170
|
+
/** @internal */
|
|
379
171
|
_dispatchChange(e) {
|
|
380
172
|
this.dispatchEvent(
|
|
381
173
|
new CustomEvent("hx-change", {
|
|
@@ -386,17 +178,21 @@ let s = class extends E {
|
|
|
386
178
|
);
|
|
387
179
|
}
|
|
388
180
|
// ─── Input Handlers ───
|
|
181
|
+
/** @internal */
|
|
389
182
|
_handleInputClick() {
|
|
390
183
|
this.disabled || this._openListbox();
|
|
391
184
|
}
|
|
185
|
+
/** @internal */
|
|
392
186
|
_handleToggleClick(e) {
|
|
393
187
|
var t;
|
|
394
188
|
e.stopPropagation(), !this.disabled && (this._open ? this._closeListbox() : (this._openListbox(), (t = this._inputEl) == null || t.focus()));
|
|
395
189
|
}
|
|
190
|
+
/** @internal */
|
|
396
191
|
_handleInputInput(e) {
|
|
397
192
|
const t = e.target;
|
|
398
193
|
this._inputDisplayValue = t.value, this._open || this._openListbox();
|
|
399
194
|
}
|
|
195
|
+
/** @internal */
|
|
400
196
|
_handleInputChange(e) {
|
|
401
197
|
const o = e.target.value.trim();
|
|
402
198
|
if (!o) {
|
|
@@ -410,6 +206,7 @@ let s = class extends E {
|
|
|
410
206
|
} else
|
|
411
207
|
this._inputDisplayValue = this.value ? this.format === "12h" ? k(this.value) : this.value : "";
|
|
412
208
|
}
|
|
209
|
+
/** @internal */
|
|
413
210
|
_handleInputKeyDown(e) {
|
|
414
211
|
switch (e.key) {
|
|
415
212
|
case "ArrowDown":
|
|
@@ -439,13 +236,16 @@ let s = class extends E {
|
|
|
439
236
|
break;
|
|
440
237
|
}
|
|
441
238
|
}
|
|
239
|
+
/** @internal */
|
|
442
240
|
_handleOptionPointerDown(e) {
|
|
443
241
|
e.preventDefault();
|
|
444
242
|
}
|
|
243
|
+
/** @internal */
|
|
445
244
|
_handleOptionClick(e) {
|
|
446
245
|
var t;
|
|
447
246
|
this._selectSlot(e), (t = this._inputEl) == null || t.focus();
|
|
448
247
|
}
|
|
248
|
+
/** @internal */
|
|
449
249
|
_handleOptionMouseEnter(e) {
|
|
450
250
|
this._activeIndex = e;
|
|
451
251
|
}
|
|
@@ -462,15 +262,15 @@ let s = class extends E {
|
|
|
462
262
|
"field--error": e,
|
|
463
263
|
"field--disabled": this.disabled,
|
|
464
264
|
"field--required": this.required
|
|
465
|
-
}, i = this._open && this._activeIndex >= 0 ? `${this._listboxId}-option-${this._activeIndex}` : void 0, r = this.format === "12h" ? "hh:mm AM" : "hh:mm",
|
|
466
|
-
return
|
|
467
|
-
<div part="field" class=${
|
|
265
|
+
}, i = this._open && this._activeIndex >= 0 ? `${this._listboxId}-option-${this._activeIndex}` : void 0, r = this.format === "12h" ? "hh:mm AM" : "hh:mm", a = [e ? this._errorId : null, this._hasHelpSlot ? this._helpId : null].filter(Boolean).join(" ") || void 0;
|
|
266
|
+
return m`
|
|
267
|
+
<div part="field" class=${$(o)}>
|
|
468
268
|
<!-- Label -->
|
|
469
269
|
<slot name="label" @slotchange=${this._handleLabelSlotChange}>
|
|
470
|
-
${this.label ?
|
|
270
|
+
${this.label ? m`
|
|
471
271
|
<label part="label" class="field__label" for=${this._id}>
|
|
472
272
|
${this.label}
|
|
473
|
-
${this.required ?
|
|
273
|
+
${this.required ? m`<span class="field__required-marker" aria-hidden="true">*</span>` : _}
|
|
474
274
|
</label>
|
|
475
275
|
` : _}
|
|
476
276
|
</slot>
|
|
@@ -497,7 +297,7 @@ let s = class extends E {
|
|
|
497
297
|
aria-controls=${f(this._open ? this._listboxId : void 0)}
|
|
498
298
|
aria-activedescendant=${f(i)}
|
|
499
299
|
aria-invalid=${e ? "true" : _}
|
|
500
|
-
aria-describedby=${f(
|
|
300
|
+
aria-describedby=${f(a)}
|
|
501
301
|
aria-required=${this.required ? "true" : _}
|
|
502
302
|
aria-labelledby=${f(
|
|
503
303
|
this._hasLabelSlot && this._slottedLabelId ? this._slottedLabelId : void 0
|
|
@@ -539,7 +339,7 @@ let s = class extends E {
|
|
|
539
339
|
</button>
|
|
540
340
|
|
|
541
341
|
<!-- Dropdown listbox -->
|
|
542
|
-
${this._open ?
|
|
342
|
+
${this._open ? m`
|
|
543
343
|
<ul
|
|
544
344
|
part="listbox"
|
|
545
345
|
class="field__listbox"
|
|
@@ -552,10 +352,10 @@ let s = class extends E {
|
|
|
552
352
|
(n) => n.value,
|
|
553
353
|
(n, c) => {
|
|
554
354
|
const u = n.value === this.value, v = c === this._activeIndex;
|
|
555
|
-
return
|
|
355
|
+
return m`
|
|
556
356
|
<li
|
|
557
357
|
part="option"
|
|
558
|
-
class=${
|
|
358
|
+
class=${$({
|
|
559
359
|
field__option: !0,
|
|
560
360
|
"field__option--selected": u,
|
|
561
361
|
"field__option--active": v
|
|
@@ -578,7 +378,7 @@ let s = class extends E {
|
|
|
578
378
|
|
|
579
379
|
<!-- Error slot / property -->
|
|
580
380
|
<slot name="error" @slotchange=${this._handleErrorSlotChange}>
|
|
581
|
-
${this.error ?
|
|
381
|
+
${this.error ? m`
|
|
582
382
|
<div part="error" class="field__error" id=${this._errorId} role="alert">
|
|
583
383
|
${this.error}
|
|
584
384
|
</div>
|
|
@@ -596,67 +396,67 @@ let s = class extends E {
|
|
|
596
396
|
s.styles = [M, O];
|
|
597
397
|
s.formAssociated = !0;
|
|
598
398
|
s._instanceCount = 0;
|
|
599
|
-
|
|
399
|
+
l([
|
|
600
400
|
h({ type: String })
|
|
601
401
|
], s.prototype, "name", 2);
|
|
602
|
-
|
|
402
|
+
l([
|
|
603
403
|
h({ type: String, reflect: !0 })
|
|
604
404
|
], s.prototype, "value", 2);
|
|
605
|
-
|
|
405
|
+
l([
|
|
606
406
|
h({ type: String })
|
|
607
407
|
], s.prototype, "min", 2);
|
|
608
|
-
|
|
408
|
+
l([
|
|
609
409
|
h({ type: String })
|
|
610
410
|
], s.prototype, "max", 2);
|
|
611
|
-
|
|
411
|
+
l([
|
|
612
412
|
h({ type: Number })
|
|
613
413
|
], s.prototype, "step", 2);
|
|
614
|
-
|
|
414
|
+
l([
|
|
615
415
|
h({ type: String })
|
|
616
416
|
], s.prototype, "label", 2);
|
|
617
|
-
|
|
417
|
+
l([
|
|
618
418
|
h({ type: Boolean, reflect: !0 })
|
|
619
419
|
], s.prototype, "required", 2);
|
|
620
|
-
|
|
420
|
+
l([
|
|
621
421
|
h({ type: Boolean, reflect: !0 })
|
|
622
422
|
], s.prototype, "disabled", 2);
|
|
623
|
-
|
|
423
|
+
l([
|
|
624
424
|
h({ type: String })
|
|
625
425
|
], s.prototype, "error", 2);
|
|
626
|
-
|
|
426
|
+
l([
|
|
627
427
|
h({ type: String, reflect: !0 })
|
|
628
428
|
], s.prototype, "format", 2);
|
|
629
|
-
|
|
429
|
+
l([
|
|
630
430
|
p()
|
|
631
431
|
], s.prototype, "_open", 2);
|
|
632
|
-
|
|
432
|
+
l([
|
|
633
433
|
p()
|
|
634
434
|
], s.prototype, "_activeIndex", 2);
|
|
635
|
-
|
|
435
|
+
l([
|
|
636
436
|
p()
|
|
637
437
|
], s.prototype, "_inputDisplayValue", 2);
|
|
638
|
-
|
|
438
|
+
l([
|
|
639
439
|
p()
|
|
640
440
|
], s.prototype, "_hasLabelSlot", 2);
|
|
641
|
-
|
|
441
|
+
l([
|
|
642
442
|
p()
|
|
643
443
|
], s.prototype, "_hasErrorSlot", 2);
|
|
644
|
-
|
|
444
|
+
l([
|
|
645
445
|
p()
|
|
646
446
|
], s.prototype, "_hasHelpSlot", 2);
|
|
647
|
-
|
|
447
|
+
l([
|
|
648
448
|
p()
|
|
649
449
|
], s.prototype, "_slottedLabelId", 2);
|
|
650
|
-
|
|
651
|
-
|
|
450
|
+
l([
|
|
451
|
+
w(".field__input")
|
|
652
452
|
], s.prototype, "_inputEl", 2);
|
|
653
|
-
|
|
654
|
-
|
|
453
|
+
l([
|
|
454
|
+
w(".field__listbox")
|
|
655
455
|
], s.prototype, "_listboxEl", 2);
|
|
656
|
-
s =
|
|
456
|
+
s = l([
|
|
657
457
|
L("hx-time-picker")
|
|
658
458
|
], s);
|
|
659
459
|
export {
|
|
660
460
|
s as H
|
|
661
461
|
};
|
|
662
|
-
//# sourceMappingURL=hx-time-picker-
|
|
462
|
+
//# sourceMappingURL=hx-time-picker-DmLu7WUC.js.map
|