@daikin-oss/design-system-web-components 1.3.0-next.2 → 1.3.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/CHANGELOG.md +121 -1
- package/dist/cjs/base/dds-element.cjs +1 -1
- package/dist/cjs/base/index.cjs +3 -0
- package/dist/cjs/base/index.d.cts +1 -0
- package/dist/cjs/components/accordion/daikin-accordion.cjs +1 -0
- package/dist/cjs/components/accordion-item/daikin-accordion-item.cjs +1 -0
- package/dist/cjs/components/avatar/daikin-avatar.cjs +9 -5
- package/dist/cjs/components/avatar/daikin-avatar.d.cts +2 -2
- package/dist/cjs/components/breadcrumb/daikin-breadcrumb.cjs +1 -0
- package/dist/cjs/components/breadcrumb-item/daikin-breadcrumb-item.cjs +1 -0
- package/dist/cjs/components/button/daikin-button.cjs +1 -1
- package/dist/cjs/components/button/daikin-button.d.cts +1 -1
- package/dist/cjs/components/calendar/daikin-calendar.cjs +9 -5
- package/dist/cjs/components/calendar/daikin-calendar.d.cts +3 -2
- package/dist/cjs/components/card/daikin-card.cjs +1 -0
- package/dist/cjs/components/card-footer/daikin-card-footer.cjs +1 -0
- package/dist/cjs/components/card-header/daikin-card-header.cjs +1 -0
- package/dist/cjs/components/carousel/daikin-carousel.cjs +1 -0
- package/dist/cjs/components/carousel-item/daikin-carousel-item.cjs +1 -0
- package/dist/cjs/components/checkbox/daikin-checkbox.cjs +1 -1
- package/dist/cjs/components/checkbox/daikin-checkbox.d.cts +1 -1
- package/dist/cjs/components/checkbox-group/daikin-checkbox-group.cjs +9 -5
- package/dist/cjs/components/checkbox-group/daikin-checkbox-group.d.cts +2 -2
- package/dist/cjs/components/chip/daikin-chip.cjs +9 -5
- package/dist/cjs/components/chip/daikin-chip.d.cts +2 -2
- package/dist/cjs/components/combobox/daikin-combobox.cjs +1 -1
- package/dist/cjs/components/combobox/daikin-combobox.d.cts +1 -1
- package/dist/cjs/components/date-picker/daikin-date-picker.cjs +7 -4
- package/dist/cjs/components/date-picker/daikin-date-picker.d.cts +1 -1
- package/dist/cjs/components/dropdown/daikin-dropdown.cjs +1 -1
- package/dist/cjs/components/dropdown/daikin-dropdown.d.cts +1 -1
- package/dist/cjs/components/dropdown-item/daikin-dropdown-item.cjs +1 -0
- package/dist/cjs/components/icon/daikin-icon.cjs +1 -0
- package/dist/cjs/components/icon/daikin-icon.d.cts +12 -0
- package/dist/cjs/components/icon/icons.json.cjs +1 -1
- package/dist/cjs/components/icon/icons.json.d.cts +12 -0
- package/dist/cjs/components/icon-button/daikin-icon-button.cjs +1 -1
- package/dist/cjs/components/icon-button/daikin-icon-button.d.cts +1 -1
- package/dist/cjs/components/inline-notification/daikin-inline-notification.cjs +1 -0
- package/dist/cjs/components/input-group/daikin-input-group.cjs +1 -0
- package/dist/cjs/components/link/daikin-link.cjs +1 -0
- package/dist/cjs/components/list/daikin-list.cjs +1 -0
- package/dist/cjs/components/list-item/daikin-list-item.cjs +1 -0
- package/dist/cjs/components/loading/daikin-loading.cjs +9 -5
- package/dist/cjs/components/loading/daikin-loading.d.cts +2 -2
- package/dist/cjs/components/logo/daikin-logo.cjs +9 -5
- package/dist/cjs/components/logo/daikin-logo.d.cts +2 -2
- package/dist/cjs/components/menu/daikin-menu.cjs +1 -0
- package/dist/cjs/components/modal/daikin-modal.cjs +1 -0
- package/dist/cjs/components/modal-footer/daikin-modal-footer.cjs +1 -0
- package/dist/cjs/components/modal-header/daikin-modal-header.cjs +1 -0
- package/dist/cjs/components/pagination/daikin-pagination.cjs +1 -0
- package/dist/cjs/components/progress-bar/daikin-progress-bar.cjs +1 -0
- package/dist/cjs/components/progress-indicator/daikin-progress-indicator.cjs +1 -0
- package/dist/cjs/components/progress-indicator-item/daikin-progress-indicator-item.cjs +1 -0
- package/dist/cjs/components/radio/daikin-radio.cjs +1 -1
- package/dist/cjs/components/radio/daikin-radio.d.cts +1 -1
- package/dist/cjs/components/radio-group/daikin-radio-group.cjs +1 -0
- package/dist/cjs/components/select/daikin-select.cjs +1 -0
- package/dist/cjs/components/slider/daikin-slider.cjs +7 -4
- package/dist/cjs/components/slider/daikin-slider.d.cts +1 -1
- package/dist/cjs/components/tab/daikin-tab.cjs +1 -0
- package/dist/cjs/components/tab-panels/daikin-tab-panels.cjs +1 -0
- package/dist/cjs/components/table/daikin-table.cjs +1 -0
- package/dist/cjs/components/table-cell/daikin-table-cell.cjs +1 -0
- package/dist/cjs/components/table-header-cell/daikin-table-header-cell.cjs +1 -0
- package/dist/cjs/components/tabs/daikin-tabs.cjs +1 -0
- package/dist/cjs/components/text-area/daikin-text-area.cjs +1 -1
- package/dist/cjs/components/text-area/daikin-text-area.d.cts +1 -1
- package/dist/cjs/components/text-field/daikin-text-field.cjs +1 -1
- package/dist/cjs/components/text-field/daikin-text-field.d.cts +1 -1
- package/dist/cjs/components/text-masked-field/daikin-text-masked-field.cjs +1 -1
- package/dist/cjs/components/text-masked-field/daikin-text-masked-field.d.cts +1 -1
- package/dist/cjs/components/time-picker/daikin-time-picker.cjs +7 -4
- package/dist/cjs/components/time-picker/daikin-time-picker.d.cts +1 -1
- package/dist/cjs/components/toast-notification/daikin-toast-notification.cjs +1 -0
- package/dist/cjs/components/toast-notification-manager/daikin-toast-notification-manager.cjs +1 -0
- package/dist/cjs/components/toggle/daikin-toggle.cjs +1 -1
- package/dist/cjs/components/toggle/daikin-toggle.d.cts +1 -1
- package/dist/cjs/components/tooltip/daikin-tooltip.cjs +1 -0
- package/dist/cjs/components/tree/daikin-tree.cjs +1 -0
- package/dist/cjs/components/tree-item/daikin-tree-item.cjs +1 -0
- package/dist/cjs/components/tree-section/daikin-tree-section.cjs +1 -0
- package/dist/cjs/utils/notification-common.d.cts +1 -1
- package/dist/cjs-dev/base/dds-element.cjs +1 -1
- package/dist/cjs-dev/base/index.cjs +3 -0
- package/dist/cjs-dev/base/index.d.cts +1 -0
- package/dist/cjs-dev/components/accordion/daikin-accordion.cjs +1 -0
- package/dist/cjs-dev/components/accordion-item/daikin-accordion-item.cjs +1 -0
- package/dist/cjs-dev/components/avatar/daikin-avatar.cjs +9 -5
- package/dist/cjs-dev/components/avatar/daikin-avatar.d.cts +2 -2
- package/dist/cjs-dev/components/breadcrumb/daikin-breadcrumb.cjs +1 -0
- package/dist/cjs-dev/components/breadcrumb-item/daikin-breadcrumb-item.cjs +1 -0
- package/dist/cjs-dev/components/button/daikin-button.cjs +1 -1
- package/dist/cjs-dev/components/button/daikin-button.d.cts +1 -1
- package/dist/cjs-dev/components/calendar/daikin-calendar.cjs +9 -5
- package/dist/cjs-dev/components/calendar/daikin-calendar.d.cts +3 -2
- package/dist/cjs-dev/components/card/daikin-card.cjs +1 -0
- package/dist/cjs-dev/components/card-footer/daikin-card-footer.cjs +1 -0
- package/dist/cjs-dev/components/card-header/daikin-card-header.cjs +1 -0
- package/dist/cjs-dev/components/carousel/daikin-carousel.cjs +1 -0
- package/dist/cjs-dev/components/carousel-item/daikin-carousel-item.cjs +1 -0
- package/dist/cjs-dev/components/checkbox/daikin-checkbox.cjs +1 -1
- package/dist/cjs-dev/components/checkbox/daikin-checkbox.d.cts +1 -1
- package/dist/cjs-dev/components/checkbox-group/daikin-checkbox-group.cjs +9 -5
- package/dist/cjs-dev/components/checkbox-group/daikin-checkbox-group.d.cts +2 -2
- package/dist/cjs-dev/components/chip/daikin-chip.cjs +9 -5
- package/dist/cjs-dev/components/chip/daikin-chip.d.cts +2 -2
- package/dist/cjs-dev/components/combobox/daikin-combobox.cjs +1 -1
- package/dist/cjs-dev/components/combobox/daikin-combobox.d.cts +1 -1
- package/dist/cjs-dev/components/date-picker/daikin-date-picker.cjs +7 -4
- package/dist/cjs-dev/components/date-picker/daikin-date-picker.d.cts +1 -1
- package/dist/cjs-dev/components/dropdown/daikin-dropdown.cjs +1 -1
- package/dist/cjs-dev/components/dropdown/daikin-dropdown.d.cts +1 -1
- package/dist/cjs-dev/components/dropdown-item/daikin-dropdown-item.cjs +1 -0
- package/dist/cjs-dev/components/icon/daikin-icon.cjs +1 -0
- package/dist/cjs-dev/components/icon/daikin-icon.d.cts +12 -0
- package/dist/cjs-dev/components/icon/icons.json.cjs +1 -1
- package/dist/cjs-dev/components/icon/icons.json.d.cts +12 -0
- package/dist/cjs-dev/components/icon-button/daikin-icon-button.cjs +1 -1
- package/dist/cjs-dev/components/icon-button/daikin-icon-button.d.cts +1 -1
- package/dist/cjs-dev/components/inline-notification/daikin-inline-notification.cjs +1 -0
- package/dist/cjs-dev/components/input-group/daikin-input-group.cjs +1 -0
- package/dist/cjs-dev/components/link/daikin-link.cjs +1 -0
- package/dist/cjs-dev/components/list/daikin-list.cjs +1 -0
- package/dist/cjs-dev/components/list-item/daikin-list-item.cjs +1 -0
- package/dist/cjs-dev/components/loading/daikin-loading.cjs +9 -5
- package/dist/cjs-dev/components/loading/daikin-loading.d.cts +2 -2
- package/dist/cjs-dev/components/logo/daikin-logo.cjs +9 -5
- package/dist/cjs-dev/components/logo/daikin-logo.d.cts +2 -2
- package/dist/cjs-dev/components/menu/daikin-menu.cjs +1 -0
- package/dist/cjs-dev/components/modal/daikin-modal.cjs +1 -0
- package/dist/cjs-dev/components/modal-footer/daikin-modal-footer.cjs +1 -0
- package/dist/cjs-dev/components/modal-header/daikin-modal-header.cjs +1 -0
- package/dist/cjs-dev/components/pagination/daikin-pagination.cjs +1 -0
- package/dist/cjs-dev/components/progress-bar/daikin-progress-bar.cjs +1 -0
- package/dist/cjs-dev/components/progress-indicator/daikin-progress-indicator.cjs +1 -0
- package/dist/cjs-dev/components/progress-indicator-item/daikin-progress-indicator-item.cjs +1 -0
- package/dist/cjs-dev/components/radio/daikin-radio.cjs +1 -1
- package/dist/cjs-dev/components/radio/daikin-radio.d.cts +1 -1
- package/dist/cjs-dev/components/radio-group/daikin-radio-group.cjs +1 -0
- package/dist/cjs-dev/components/select/daikin-select.cjs +1 -0
- package/dist/cjs-dev/components/slider/daikin-slider.cjs +7 -4
- package/dist/cjs-dev/components/slider/daikin-slider.d.cts +1 -1
- package/dist/cjs-dev/components/tab/daikin-tab.cjs +1 -0
- package/dist/cjs-dev/components/tab-panels/daikin-tab-panels.cjs +1 -0
- package/dist/cjs-dev/components/table/daikin-table.cjs +1 -0
- package/dist/cjs-dev/components/table-cell/daikin-table-cell.cjs +1 -0
- package/dist/cjs-dev/components/table-header-cell/daikin-table-header-cell.cjs +1 -0
- package/dist/cjs-dev/components/tabs/daikin-tabs.cjs +1 -0
- package/dist/cjs-dev/components/text-area/daikin-text-area.cjs +1 -1
- package/dist/cjs-dev/components/text-area/daikin-text-area.d.cts +1 -1
- package/dist/cjs-dev/components/text-field/daikin-text-field.cjs +1 -1
- package/dist/cjs-dev/components/text-field/daikin-text-field.d.cts +1 -1
- package/dist/cjs-dev/components/text-masked-field/daikin-text-masked-field.cjs +1 -1
- package/dist/cjs-dev/components/text-masked-field/daikin-text-masked-field.d.cts +1 -1
- package/dist/cjs-dev/components/time-picker/daikin-time-picker.cjs +7 -4
- package/dist/cjs-dev/components/time-picker/daikin-time-picker.d.cts +1 -1
- package/dist/cjs-dev/components/toast-notification/daikin-toast-notification.cjs +1 -0
- package/dist/cjs-dev/components/toast-notification-manager/daikin-toast-notification-manager.cjs +1 -0
- package/dist/cjs-dev/components/toggle/daikin-toggle.cjs +1 -1
- package/dist/cjs-dev/components/toggle/daikin-toggle.d.cts +1 -1
- package/dist/cjs-dev/components/tooltip/daikin-tooltip.cjs +1 -0
- package/dist/cjs-dev/components/tree/daikin-tree.cjs +1 -0
- package/dist/cjs-dev/components/tree-item/daikin-tree-item.cjs +1 -0
- package/dist/cjs-dev/components/tree-section/daikin-tree-section.cjs +1 -0
- package/dist/cjs-dev/utils/notification-common.d.cts +1 -1
- package/dist/es/base/dds-element.js +1 -1
- package/dist/es/base/index.d.ts +1 -0
- package/dist/es/base/index.js +3 -0
- package/dist/es/components/accordion/daikin-accordion.js +1 -0
- package/dist/es/components/accordion-item/daikin-accordion-item.js +1 -0
- package/dist/es/components/avatar/daikin-avatar.d.ts +2 -2
- package/dist/es/components/avatar/daikin-avatar.js +8 -4
- package/dist/es/components/breadcrumb/daikin-breadcrumb.js +1 -0
- package/dist/es/components/breadcrumb-item/daikin-breadcrumb-item.js +1 -0
- package/dist/es/components/button/daikin-button.d.ts +1 -1
- package/dist/es/components/button/daikin-button.js +1 -1
- package/dist/es/components/calendar/daikin-calendar.d.ts +3 -2
- package/dist/es/components/calendar/daikin-calendar.js +8 -4
- package/dist/es/components/card/daikin-card.js +1 -0
- package/dist/es/components/card-footer/daikin-card-footer.js +1 -0
- package/dist/es/components/card-header/daikin-card-header.js +1 -0
- package/dist/es/components/carousel/daikin-carousel.js +1 -0
- package/dist/es/components/carousel-item/daikin-carousel-item.js +1 -0
- package/dist/es/components/checkbox/daikin-checkbox.d.ts +1 -1
- package/dist/es/components/checkbox/daikin-checkbox.js +1 -1
- package/dist/es/components/checkbox-group/daikin-checkbox-group.d.ts +2 -2
- package/dist/es/components/checkbox-group/daikin-checkbox-group.js +8 -4
- package/dist/es/components/chip/daikin-chip.d.ts +2 -2
- package/dist/es/components/chip/daikin-chip.js +8 -4
- package/dist/es/components/combobox/daikin-combobox.d.ts +1 -1
- package/dist/es/components/combobox/daikin-combobox.js +1 -1
- package/dist/es/components/date-picker/daikin-date-picker.d.ts +1 -1
- package/dist/es/components/date-picker/daikin-date-picker.js +5 -2
- package/dist/es/components/dropdown/daikin-dropdown.d.ts +1 -1
- package/dist/es/components/dropdown/daikin-dropdown.js +1 -1
- package/dist/es/components/dropdown-item/daikin-dropdown-item.js +1 -0
- package/dist/es/components/icon/daikin-icon.d.ts +12 -0
- package/dist/es/components/icon/daikin-icon.js +1 -0
- package/dist/es/components/icon/icons.json.d.ts +12 -0
- package/dist/es/components/icon/icons.json.js +1 -1
- package/dist/es/components/icon-button/daikin-icon-button.d.ts +1 -1
- package/dist/es/components/icon-button/daikin-icon-button.js +1 -1
- package/dist/es/components/inline-notification/daikin-inline-notification.js +1 -0
- package/dist/es/components/input-group/daikin-input-group.js +1 -0
- package/dist/es/components/link/daikin-link.js +1 -0
- package/dist/es/components/list/daikin-list.js +1 -0
- package/dist/es/components/list-item/daikin-list-item.js +1 -0
- package/dist/es/components/loading/daikin-loading.d.ts +2 -2
- package/dist/es/components/loading/daikin-loading.js +8 -4
- package/dist/es/components/logo/daikin-logo.d.ts +2 -2
- package/dist/es/components/logo/daikin-logo.js +8 -4
- package/dist/es/components/menu/daikin-menu.js +1 -0
- package/dist/es/components/modal/daikin-modal.js +1 -0
- package/dist/es/components/modal-footer/daikin-modal-footer.js +1 -0
- package/dist/es/components/modal-header/daikin-modal-header.js +1 -0
- package/dist/es/components/pagination/daikin-pagination.js +1 -0
- package/dist/es/components/progress-bar/daikin-progress-bar.js +1 -0
- package/dist/es/components/progress-indicator/daikin-progress-indicator.js +1 -0
- package/dist/es/components/progress-indicator-item/daikin-progress-indicator-item.js +1 -0
- package/dist/es/components/radio/daikin-radio.d.ts +1 -1
- package/dist/es/components/radio/daikin-radio.js +1 -1
- package/dist/es/components/radio-group/daikin-radio-group.js +1 -0
- package/dist/es/components/select/daikin-select.js +1 -0
- package/dist/es/components/slider/daikin-slider.d.ts +1 -1
- package/dist/es/components/slider/daikin-slider.js +5 -2
- package/dist/es/components/tab/daikin-tab.js +1 -0
- package/dist/es/components/tab-panels/daikin-tab-panels.js +1 -0
- package/dist/es/components/table/daikin-table.js +1 -0
- package/dist/es/components/table-cell/daikin-table-cell.js +1 -0
- package/dist/es/components/table-header-cell/daikin-table-header-cell.js +1 -0
- package/dist/es/components/tabs/daikin-tabs.js +1 -0
- package/dist/es/components/text-area/daikin-text-area.d.ts +1 -1
- package/dist/es/components/text-area/daikin-text-area.js +1 -1
- package/dist/es/components/text-field/daikin-text-field.d.ts +1 -1
- package/dist/es/components/text-field/daikin-text-field.js +1 -1
- package/dist/es/components/text-masked-field/daikin-text-masked-field.d.ts +1 -1
- package/dist/es/components/text-masked-field/daikin-text-masked-field.js +1 -1
- package/dist/es/components/time-picker/daikin-time-picker.d.ts +1 -1
- package/dist/es/components/time-picker/daikin-time-picker.js +5 -2
- package/dist/es/components/toast-notification/daikin-toast-notification.js +1 -0
- package/dist/es/components/toast-notification-manager/daikin-toast-notification-manager.js +1 -0
- package/dist/es/components/toggle/daikin-toggle.d.ts +1 -1
- package/dist/es/components/toggle/daikin-toggle.js +1 -1
- package/dist/es/components/tooltip/daikin-tooltip.js +1 -0
- package/dist/es/components/tree/daikin-tree.js +1 -0
- package/dist/es/components/tree-item/daikin-tree-item.js +1 -0
- package/dist/es/components/tree-section/daikin-tree-section.js +1 -0
- package/dist/es/utils/notification-common.d.ts +1 -1
- package/dist/es-dev/base/dds-element.js +1 -1
- package/dist/es-dev/base/index.d.ts +1 -0
- package/dist/es-dev/base/index.js +3 -0
- package/dist/es-dev/components/accordion/daikin-accordion.js +1 -0
- package/dist/es-dev/components/accordion-item/daikin-accordion-item.js +1 -0
- package/dist/es-dev/components/avatar/daikin-avatar.d.ts +2 -2
- package/dist/es-dev/components/avatar/daikin-avatar.js +8 -4
- package/dist/es-dev/components/breadcrumb/daikin-breadcrumb.js +1 -0
- package/dist/es-dev/components/breadcrumb-item/daikin-breadcrumb-item.js +1 -0
- package/dist/es-dev/components/button/daikin-button.d.ts +1 -1
- package/dist/es-dev/components/button/daikin-button.js +1 -1
- package/dist/es-dev/components/calendar/daikin-calendar.d.ts +3 -2
- package/dist/es-dev/components/calendar/daikin-calendar.js +8 -4
- package/dist/es-dev/components/card/daikin-card.js +1 -0
- package/dist/es-dev/components/card-footer/daikin-card-footer.js +1 -0
- package/dist/es-dev/components/card-header/daikin-card-header.js +1 -0
- package/dist/es-dev/components/carousel/daikin-carousel.js +1 -0
- package/dist/es-dev/components/carousel-item/daikin-carousel-item.js +1 -0
- package/dist/es-dev/components/checkbox/daikin-checkbox.d.ts +1 -1
- package/dist/es-dev/components/checkbox/daikin-checkbox.js +1 -1
- package/dist/es-dev/components/checkbox-group/daikin-checkbox-group.d.ts +2 -2
- package/dist/es-dev/components/checkbox-group/daikin-checkbox-group.js +8 -4
- package/dist/es-dev/components/chip/daikin-chip.d.ts +2 -2
- package/dist/es-dev/components/chip/daikin-chip.js +8 -4
- package/dist/es-dev/components/combobox/daikin-combobox.d.ts +1 -1
- package/dist/es-dev/components/combobox/daikin-combobox.js +1 -1
- package/dist/es-dev/components/date-picker/daikin-date-picker.d.ts +1 -1
- package/dist/es-dev/components/date-picker/daikin-date-picker.js +5 -2
- package/dist/es-dev/components/dropdown/daikin-dropdown.d.ts +1 -1
- package/dist/es-dev/components/dropdown/daikin-dropdown.js +1 -1
- package/dist/es-dev/components/dropdown-item/daikin-dropdown-item.js +1 -0
- package/dist/es-dev/components/icon/daikin-icon.d.ts +12 -0
- package/dist/es-dev/components/icon/daikin-icon.js +1 -0
- package/dist/es-dev/components/icon/icons.json.d.ts +12 -0
- package/dist/es-dev/components/icon/icons.json.js +1 -1
- package/dist/es-dev/components/icon-button/daikin-icon-button.d.ts +1 -1
- package/dist/es-dev/components/icon-button/daikin-icon-button.js +1 -1
- package/dist/es-dev/components/inline-notification/daikin-inline-notification.js +1 -0
- package/dist/es-dev/components/input-group/daikin-input-group.js +1 -0
- package/dist/es-dev/components/link/daikin-link.js +1 -0
- package/dist/es-dev/components/list/daikin-list.js +1 -0
- package/dist/es-dev/components/list-item/daikin-list-item.js +1 -0
- package/dist/es-dev/components/loading/daikin-loading.d.ts +2 -2
- package/dist/es-dev/components/loading/daikin-loading.js +8 -4
- package/dist/es-dev/components/logo/daikin-logo.d.ts +2 -2
- package/dist/es-dev/components/logo/daikin-logo.js +8 -4
- package/dist/es-dev/components/menu/daikin-menu.js +1 -0
- package/dist/es-dev/components/modal/daikin-modal.js +1 -0
- package/dist/es-dev/components/modal-footer/daikin-modal-footer.js +1 -0
- package/dist/es-dev/components/modal-header/daikin-modal-header.js +1 -0
- package/dist/es-dev/components/pagination/daikin-pagination.js +1 -0
- package/dist/es-dev/components/progress-bar/daikin-progress-bar.js +1 -0
- package/dist/es-dev/components/progress-indicator/daikin-progress-indicator.js +1 -0
- package/dist/es-dev/components/progress-indicator-item/daikin-progress-indicator-item.js +1 -0
- package/dist/es-dev/components/radio/daikin-radio.d.ts +1 -1
- package/dist/es-dev/components/radio/daikin-radio.js +1 -1
- package/dist/es-dev/components/radio-group/daikin-radio-group.js +1 -0
- package/dist/es-dev/components/select/daikin-select.js +1 -0
- package/dist/es-dev/components/slider/daikin-slider.d.ts +1 -1
- package/dist/es-dev/components/slider/daikin-slider.js +5 -2
- package/dist/es-dev/components/tab/daikin-tab.js +1 -0
- package/dist/es-dev/components/tab-panels/daikin-tab-panels.js +1 -0
- package/dist/es-dev/components/table/daikin-table.js +1 -0
- package/dist/es-dev/components/table-cell/daikin-table-cell.js +1 -0
- package/dist/es-dev/components/table-header-cell/daikin-table-header-cell.js +1 -0
- package/dist/es-dev/components/tabs/daikin-tabs.js +1 -0
- package/dist/es-dev/components/text-area/daikin-text-area.d.ts +1 -1
- package/dist/es-dev/components/text-area/daikin-text-area.js +1 -1
- package/dist/es-dev/components/text-field/daikin-text-field.d.ts +1 -1
- package/dist/es-dev/components/text-field/daikin-text-field.js +1 -1
- package/dist/es-dev/components/text-masked-field/daikin-text-masked-field.d.ts +1 -1
- package/dist/es-dev/components/text-masked-field/daikin-text-masked-field.js +1 -1
- package/dist/es-dev/components/time-picker/daikin-time-picker.d.ts +1 -1
- package/dist/es-dev/components/time-picker/daikin-time-picker.js +5 -2
- package/dist/es-dev/components/toast-notification/daikin-toast-notification.js +1 -0
- package/dist/es-dev/components/toast-notification-manager/daikin-toast-notification-manager.js +1 -0
- package/dist/es-dev/components/toggle/daikin-toggle.d.ts +1 -1
- package/dist/es-dev/components/toggle/daikin-toggle.js +1 -1
- package/dist/es-dev/components/tooltip/daikin-tooltip.js +1 -0
- package/dist/es-dev/components/tree/daikin-tree.js +1 -0
- package/dist/es-dev/components/tree-item/daikin-tree-item.js +1 -0
- package/dist/es-dev/components/tree-section/daikin-tree-section.js +1 -0
- package/dist/es-dev/utils/notification-common.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,72 @@
|
|
|
1
1
|
# @daikin-oss/design-system-web-components
|
|
2
2
|
|
|
3
|
+
## 1.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#269](https://github.com/dsv-rp/DDS/pull/269) [`222e13e`](https://github.com/dsv-rp/DDS/commit/222e13efc58fa10b53b478def1769fadb10e5939) Thanks [@yodas7](https://github.com/yodas7)! - Fixed an issue where custom elements were not properly configured or registered in some components. (DDS-2660)
|
|
8
|
+
|
|
9
|
+
## 1.3.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [#244](https://github.com/dsv-rp/DDS/pull/244) [`31675c7`](https://github.com/dsv-rp/DDS/commit/31675c78cd74ee25f2bcd48dbaa8818074e593e7) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Time Picker: Add Time Picker component. (DDS-2429)
|
|
14
|
+
|
|
15
|
+
- [#227](https://github.com/dsv-rp/DDS/pull/227) [`1b2450a`](https://github.com/dsv-rp/DDS/commit/1b2450a37d5a8ecfbd3b5caf3ddd90ba80a69482) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Combobox: Initial Implementation. (DDS-1876)
|
|
16
|
+
|
|
17
|
+
- [#254](https://github.com/dsv-rp/DDS/pull/254) [`ee7ff8c`](https://github.com/dsv-rp/DDS/commit/ee7ff8cd6aa31c8355574a9ab54cd13149259909) Thanks [@dk-wei](https://github.com/dk-wei)! - Icon Button: Added the `size` attribute to support larger sizes. (DDS-2577)
|
|
18
|
+
|
|
19
|
+
- [#238](https://github.com/dsv-rp/DDS/pull/238) [`4739419`](https://github.com/dsv-rp/DDS/commit/47394199565b8e08e4d64bb1bad9980069705020) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Date Range: Add date range recipe.
|
|
20
|
+
|
|
21
|
+
- [#239](https://github.com/dsv-rp/DDS/pull/239) [`6356f23`](https://github.com/dsv-rp/DDS/commit/6356f2365d1035a96c7c7672be67c0053ad088b8) Thanks [@yodas7](https://github.com/yodas7)! - Icon: Added custom icon registration feature that allows registering and using custom icons via the icon registry. (DDS-2509)
|
|
22
|
+
|
|
23
|
+
- [#231](https://github.com/dsv-rp/DDS/pull/231) [`817ba1e`](https://github.com/dsv-rp/DDS/commit/817ba1e7cd386e67fadc7701b00124c66b802f07) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Chip: Initial Implementation. (DDS-2398)
|
|
24
|
+
|
|
25
|
+
- [#229](https://github.com/dsv-rp/DDS/pull/229) [`cd1a53e`](https://github.com/dsv-rp/DDS/commit/cd1a53e23d7116667905faf640814174f8bc21ba) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Login: Add Login Recipe. (DDS-2410)
|
|
26
|
+
|
|
27
|
+
- [#243](https://github.com/dsv-rp/DDS/pull/243) [`3a70b2c`](https://github.com/dsv-rp/DDS/commit/3a70b2cef781d5bea10f88689f4de8d24d8104c9) Thanks [@yodas7](https://github.com/yodas7)! - Text Masked Field: Initial Implementation. (DDS-2412)
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- [#256](https://github.com/dsv-rp/DDS/pull/256) [`c049117`](https://github.com/dsv-rp/DDS/commit/c049117b05e92c73827d84c50f953f6cc89491c9) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Dropdown: Fixed an issue where the dropdown would not close on Safari. (DDS-2593)
|
|
32
|
+
Dropdown: Fixed an issue where the dropdown would not open on iOS Safari.
|
|
33
|
+
Time Picker: Added a story and test cases for the component's error state. (DDS-2595)
|
|
34
|
+
Time Picker: Update min and max property docs. (DDS-2594)
|
|
35
|
+
|
|
36
|
+
- [#234](https://github.com/dsv-rp/DDS/pull/234) [`c39282e`](https://github.com/dsv-rp/DDS/commit/c39282e48b4e655a4852610bd36d25fa02bd0ef0) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Date Picker: Fixed the issue where the floating popup did not automatically adjust its position based on the component's location, as well as the unstable open state on touch devices.
|
|
37
|
+
Dropdown: Fixed the issue where the unstable open state on touch devices.
|
|
38
|
+
|
|
39
|
+
- [#226](https://github.com/dsv-rp/DDS/pull/226) [`1b008d4`](https://github.com/dsv-rp/DDS/commit/1b008d45846d7a7772b67d22e0cf952134e4abf1) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Storybook: Updated the code in the Show Code section of the data display docs to make it easier for users to reference. (DDS-2467)
|
|
40
|
+
|
|
41
|
+
- [#214](https://github.com/dsv-rp/DDS/pull/214) [`c5d8397`](https://github.com/dsv-rp/DDS/commit/c5d8397a978b657edaafc2bdf59b7063a5256b9b) Thanks [@dk-wei](https://github.com/dk-wei)! - Carousel: Wrap text in carousel items so that the size of the carousel items does not exceed the container.
|
|
42
|
+
|
|
43
|
+
- [#228](https://github.com/dsv-rp/DDS/pull/228) [`5a3273f`](https://github.com/dsv-rp/DDS/commit/5a3273fd29ce90e31b196ac4b8b2c60005e22f8c) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Table: Updated the docs for better user understanding. (DDS-2469)
|
|
44
|
+
Text Field: Fix the issue when click the clear button can't fire input event and it will get a wrong value from `event.target.value` . (DDS-2468)
|
|
45
|
+
|
|
46
|
+
- [#258](https://github.com/dsv-rp/DDS/pull/258) [`a17712c`](https://github.com/dsv-rp/DDS/commit/a17712ca5ccf6c5ba45cd46efba1ace4b1368d60) Thanks [@yodas7](https://github.com/yodas7)! - Table: The sort icon in table header rows now changes based on the sort state. (DDS-2503)
|
|
47
|
+
Table Header Cell: Added an `order` property to control the sort icon display. (DDS-2503)
|
|
48
|
+
|
|
49
|
+
- [#246](https://github.com/dsv-rp/DDS/pull/246) [`1c3c47e`](https://github.com/dsv-rp/DDS/commit/1c3c47e4aa329e6f670793a2ab041d3c8a37050f) Thanks [@yodas7](https://github.com/yodas7)! - Dropdown: Always set button labels to improve accessibility. (DDS-2539)
|
|
50
|
+
|
|
51
|
+
- [#221](https://github.com/dsv-rp/DDS/pull/221) [`8612e63`](https://github.com/dsv-rp/DDS/commit/8612e637b608a01b6276e186d86aca7af02032d9) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Storybook: Changed the control for icon-related properties in Controls from text input to a dropdown list. (DDS-2425)
|
|
52
|
+
|
|
53
|
+
- [#251](https://github.com/dsv-rp/DDS/pull/251) [`349f760`](https://github.com/dsv-rp/DDS/commit/349f7609be3e394ba7522a3b495072ed00f25c48) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - List Item: Fixed an issue where the left-side icon would shrink when the content was too long. (DDS-2492)
|
|
54
|
+
Tooltip: Updated the component documentation. (DDS-2496)
|
|
55
|
+
Tooltip: Fixed a bug where the popover would unintentionally open upon clicking the trigger when the tooltip was set to the manual control. (DDS-2559)
|
|
56
|
+
Radio Group: Fixed an issue where components were not exported from the root file.
|
|
57
|
+
Chip: Fixed an issue where components were not exported from the root file.
|
|
58
|
+
Card: Fixed the appearance of the card footer button to use the outline variant.
|
|
59
|
+
Dropdown: Fixed an issue where the dropdown's scrollbar overlapped a portion of the border radius. (DDS-2544)
|
|
60
|
+
Combobox: Fixed an issue where the dropdown's scrollbar overlapped a portion of the border radius. (DDS-2544)
|
|
61
|
+
|
|
62
|
+
- [#241](https://github.com/dsv-rp/DDS/pull/241) [`032b288`](https://github.com/dsv-rp/DDS/commit/032b288b4d57f53a2e14fc189e52f44b84a2a89d) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Explicitly set the `type` attribute of the `<button>` elements in the following components to `"button"` to avoid ambiguity and potential issues.
|
|
63
|
+
|
|
64
|
+
- daikin-accordion-item
|
|
65
|
+
- daikin-avatar
|
|
66
|
+
- daikin-calendar
|
|
67
|
+
- daikin-carousel
|
|
68
|
+
- daikin-tab
|
|
69
|
+
|
|
3
70
|
## 1.3.0-next.2
|
|
4
71
|
|
|
5
72
|
### Minor Changes
|
|
@@ -70,6 +137,14 @@
|
|
|
70
137
|
- [#193](https://github.com/dsv-rp/DDS/pull/193) [`a726caa`](https://github.com/dsv-rp/DDS/commit/a726caa048f528aedda421ace0388683ebd3c804) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Header: Add Recipe. (DDS-2169)
|
|
71
138
|
Data Display: Add Recipe. (DDS-2284)
|
|
72
139
|
|
|
140
|
+
- [#144](https://github.com/dsv-rp/DDS/pull/144) [`bde7786`](https://github.com/dsv-rp/DDS/commit/bde778694815e551bcca77c190d13b7b0488728e) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Checkbox Group: Initial Implementation. (DDS-1732)
|
|
141
|
+
|
|
142
|
+
- [#161](https://github.com/dsv-rp/DDS/pull/161) [`c4f05f8`](https://github.com/dsv-rp/DDS/commit/c4f05f8c2b4feb1fee67bdd7449e3e5429e1d10a) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Menu: Initial Implementation. (DDS-1937)
|
|
143
|
+
|
|
144
|
+
- [#180](https://github.com/dsv-rp/DDS/pull/180) [`2590eee`](https://github.com/dsv-rp/DDS/commit/2590eee5e2a51dd7a6d9342010c9ce91f101ed20) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Logo: Initial Implementation. (DDS-2122)
|
|
145
|
+
|
|
146
|
+
- [#120](https://github.com/dsv-rp/DDS/pull/120) [`cd05582`](https://github.com/dsv-rp/DDS/commit/cd055823e21a54de02db36ba0a9cd0488b21c85f) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Slider: Initial Implementation. (DDS-1740)
|
|
147
|
+
|
|
73
148
|
- [#194](https://github.com/dsv-rp/DDS/pull/194) [`3a0834a`](https://github.com/dsv-rp/DDS/commit/3a0834aade4661eb1b2df6a05a273a9c45c90568) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Button: Fixed an issue where the button did not function as a submit button.
|
|
74
149
|
Icon Button: Fixed an issue where the button did not function as a submit button.
|
|
75
150
|
Checkbox: Added `form` attribute. (DDS-2254)
|
|
@@ -83,24 +158,69 @@
|
|
|
83
158
|
Text Field: Added `form` attribute. (DDS-2254)
|
|
84
159
|
Toggle: Added `form` attribute. (DDS-2254)
|
|
85
160
|
|
|
161
|
+
- [#167](https://github.com/dsv-rp/DDS/pull/167) [`c9d2430`](https://github.com/dsv-rp/DDS/commit/c9d2430520890b3b2fdb9cefb7d552fd3d237d28) Thanks [@poetrainy](https://github.com/poetrainy)! - **BREAKING CHANGE** Inline Notification: The `description` slot has been replaced with the default slot. (DDS-1981)
|
|
162
|
+
Inline Notification: Updated appearance. (DDS-1981)
|
|
163
|
+
**BREAKING CHANGE** Toast Notification: The `description` slot has been replaced with the default slot. (DDS-1982)
|
|
164
|
+
Toast Notification: Updated appearance. (DDS-1982)
|
|
165
|
+
|
|
86
166
|
- [#204](https://github.com/dsv-rp/DDS/pull/204) [`219547a`](https://github.com/dsv-rp/DDS/commit/219547afb633c0e05504307fa1638852e7b5ec52) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Button: Add large size variant. (DDS-2323)
|
|
87
167
|
|
|
88
168
|
- [#202](https://github.com/dsv-rp/DDS/pull/202) [`415ddc5`](https://github.com/dsv-rp/DDS/commit/415ddc59a7cd3ca209f6a5c112fc0245bf2e17b6) Thanks [@yodas7](https://github.com/yodas7)! - Date Picker: Initial Implementation. (DDS-1703)
|
|
89
169
|
Calender: Initial Implementation. (DDS-1704)
|
|
90
170
|
|
|
171
|
+
- [#157](https://github.com/dsv-rp/DDS/pull/157) [`79b510a`](https://github.com/dsv-rp/DDS/commit/79b510a396435731ba8b2bec6b2fbe1bbcc780d6) Thanks [@poetrainy](https://github.com/poetrainy)! - Text Field: The `type` attribute now accepts `password` and `search` . (DDS-1707, DDS-1709)
|
|
172
|
+
Text Field: The `type` attribute now accepts `search` . (DDS-1709)
|
|
173
|
+
|
|
174
|
+
- [#219](https://github.com/dsv-rp/DDS/pull/219) [`36552b0`](https://github.com/dsv-rp/DDS/commit/36552b070cacda6e051ff233df78edfe817527a5) Thanks [@yodas7](https://github.com/yodas7)! - Release v1.2.0.
|
|
175
|
+
|
|
176
|
+
The following (stable) components have been added in this release.
|
|
177
|
+
|
|
178
|
+
- Slider
|
|
179
|
+
- Logo
|
|
180
|
+
- Menu
|
|
181
|
+
- Checkbox Group
|
|
182
|
+
- Date Picker
|
|
183
|
+
- Calendar
|
|
184
|
+
- Modal
|
|
185
|
+
|
|
186
|
+
The following components have been promoted from experimental to stable in this release.
|
|
187
|
+
|
|
188
|
+
- Loading
|
|
189
|
+
- Avatar
|
|
190
|
+
- Toast Notification
|
|
191
|
+
|
|
192
|
+
No new experimental components were added in this release.
|
|
193
|
+
|
|
91
194
|
- [#182](https://github.com/dsv-rp/DDS/pull/182) [`08cea1b`](https://github.com/dsv-rp/DDS/commit/08cea1bc3a7250a8cbad44363aeb8bb7d2bc084a) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Modal: Initial Implementation. (DDS-1723)
|
|
92
195
|
|
|
93
196
|
### Patch Changes
|
|
94
197
|
|
|
95
198
|
- [#200](https://github.com/dsv-rp/DDS/pull/200) [`625ff76`](https://github.com/dsv-rp/DDS/commit/625ff763ee3a41bdf1d448575617b4faf18f0c16) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Loading: Update story appearance and comment about background property. (DDS-2099)
|
|
96
|
-
Password: Update story and fixed an issue where an extra eye icon appeared in input fields on Edge browser. (DDS-2095)
|
|
199
|
+
Password: Update story appearance and fixed an issue where an extra eye icon appeared in input fields on Edge browser. (DDS-2095)
|
|
97
200
|
Logo: Automatically select the appropriate logo variant based on the Storybook theme to prevent user confusion. (DDS-2150)
|
|
98
201
|
Menu: Removed unnecessary items from the story controls and adjusted the text change line strategy. (DDS-2113)
|
|
99
202
|
|
|
203
|
+
- [#171](https://github.com/dsv-rp/DDS/pull/171) [`48dd161`](https://github.com/dsv-rp/DDS/commit/48dd16156a8776e6fc13fc825bf4bb98270a4488) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Dropdown: Fixed bugs open properties not work in storybook doc. (DDS-1983)
|
|
204
|
+
Dropdown: Update story appearance.
|
|
205
|
+
Dropdown: Update appearance when content overflow. (DDS-1983)
|
|
206
|
+
|
|
100
207
|
- [#182](https://github.com/dsv-rp/DDS/pull/182) [`08cea1b`](https://github.com/dsv-rp/DDS/commit/08cea1bc3a7250a8cbad44363aeb8bb7d2bc084a) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Card: Change padding from 16px to 12px.
|
|
101
208
|
|
|
102
209
|
- [#212](https://github.com/dsv-rp/DDS/pull/212) [`b299a93`](https://github.com/dsv-rp/DDS/commit/b299a931eebafdddc36e5c3641fcef2c5fa368d1) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Tooltip: fix an issue that tooltip not work in touch device. (DDS-2303)
|
|
103
210
|
|
|
211
|
+
- [#190](https://github.com/dsv-rp/DDS/pull/190) [`9d1e55b`](https://github.com/dsv-rp/DDS/commit/9d1e55bda7a4032702332b2f894b26fb354a1751) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Icon: Some icons have been updated. (DDS-2249)
|
|
212
|
+
|
|
213
|
+
Icon: The following icons have been added. (DDS-2249)
|
|
214
|
+
|
|
215
|
+
- `success`
|
|
216
|
+
- `error`
|
|
217
|
+
|
|
218
|
+
**DEPRECATED** Icon: The following icons are deprecated and will be removed in future versions. (DDS-2249)
|
|
219
|
+
|
|
220
|
+
- `positive` (Use `success` instead)
|
|
221
|
+
- `negative` (Use `error` instead)
|
|
222
|
+
- `cross` (Use `close` instead)
|
|
223
|
+
|
|
104
224
|
- [#209](https://github.com/dsv-rp/DDS/pull/209) [`8fa51e0`](https://github.com/dsv-rp/DDS/commit/8fa51e071129190733dae441193ed0f34a1c207b) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Modal: Update story appearance and the text change line strategy. (DDS-2012)
|
|
105
225
|
|
|
106
226
|
## 1.2.0-next.0
|
|
@@ -3,6 +3,6 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
3
3
|
const lit = require("lit");
|
|
4
4
|
const _DDSElement = class _DDSElement extends lit.LitElement {
|
|
5
5
|
};
|
|
6
|
-
_DDSElement.version = "1.3.
|
|
6
|
+
_DDSElement.version = "1.3.1";
|
|
7
7
|
let DDSElement = _DDSElement;
|
|
8
8
|
exports.DDSElement = DDSElement;
|
package/dist/cjs/base/index.cjs
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const ddsElement = require("./dds-element.cjs");
|
|
4
|
+
const ddsFormElement = require("./dds-form-element.cjs");
|
|
4
5
|
const decorators = require("./decorators.cjs");
|
|
5
6
|
const define = require("./define.cjs");
|
|
6
7
|
exports.DDSElement = ddsElement.DDSElement;
|
|
8
|
+
exports.DDSFormElement = ddsFormElement.DDSFormElement;
|
|
9
|
+
exports.DDSFormSubmitElement = ddsFormElement.DDSFormSubmitElement;
|
|
7
10
|
exports.ddsElement = decorators.ddsElement;
|
|
8
11
|
exports.defineDDSElement = define.defineDDSElement;
|
|
@@ -3,6 +3,7 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
3
3
|
const lit = require("lit");
|
|
4
4
|
const decorators_js = require("lit/decorators.js");
|
|
5
5
|
const ddsElement = require("../../base/dds-element.cjs");
|
|
6
|
+
require("../../base/dds-form-element.cjs");
|
|
6
7
|
const decorators = require("../../base/decorators.cjs");
|
|
7
8
|
require("../../base/define.cjs");
|
|
8
9
|
const tailwind = require("../../tailwind.css.cjs");
|
|
@@ -5,6 +5,7 @@ const lit = require("lit");
|
|
|
5
5
|
const decorators_js = require("lit/decorators.js");
|
|
6
6
|
const ref_js = require("lit/directives/ref.js");
|
|
7
7
|
const ddsElement = require("../../base/dds-element.cjs");
|
|
8
|
+
require("../../base/dds-form-element.cjs");
|
|
8
9
|
const decorators = require("../../base/decorators.cjs");
|
|
9
10
|
require("../../base/define.cjs");
|
|
10
11
|
const tailwind = require("../../tailwind.css.cjs");
|
|
@@ -4,13 +4,17 @@ const classVarianceAuthority = require("class-variance-authority");
|
|
|
4
4
|
const lit = require("lit");
|
|
5
5
|
const decorators_js = require("lit/decorators.js");
|
|
6
6
|
const ifDefined_js = require("lit/directives/if-defined.js");
|
|
7
|
+
const ddsElement = require("../../base/dds-element.cjs");
|
|
8
|
+
require("../../base/dds-form-element.cjs");
|
|
9
|
+
const decorators = require("../../base/decorators.cjs");
|
|
10
|
+
require("../../base/define.cjs");
|
|
7
11
|
const tailwind = require("../../tailwind.css.cjs");
|
|
8
12
|
var __defProp = Object.defineProperty;
|
|
9
13
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
10
|
-
var __decorateClass = (
|
|
14
|
+
var __decorateClass = (decorators2, target, key, kind) => {
|
|
11
15
|
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target;
|
|
12
|
-
for (var i =
|
|
13
|
-
if (decorator =
|
|
16
|
+
for (var i = decorators2.length - 1, decorator; i >= 0; i--)
|
|
17
|
+
if (decorator = decorators2[i])
|
|
14
18
|
result = (kind ? decorator(target, key, result) : decorator(result)) || result;
|
|
15
19
|
if (kind && result) __defProp(target, key, result);
|
|
16
20
|
return result;
|
|
@@ -59,7 +63,7 @@ const cvaWrapper = classVarianceAuthority.cva(
|
|
|
59
63
|
}
|
|
60
64
|
}
|
|
61
65
|
);
|
|
62
|
-
exports.DaikinAvatar = class DaikinAvatar extends
|
|
66
|
+
exports.DaikinAvatar = class DaikinAvatar extends ddsElement.DDSElement {
|
|
63
67
|
constructor() {
|
|
64
68
|
super();
|
|
65
69
|
this.type = "icon";
|
|
@@ -157,5 +161,5 @@ __decorateClass([
|
|
|
157
161
|
decorators_js.query("a,button")
|
|
158
162
|
], exports.DaikinAvatar.prototype, "_focusableElement", 2);
|
|
159
163
|
exports.DaikinAvatar = __decorateClass([
|
|
160
|
-
|
|
164
|
+
decorators.ddsElement("daikin-avatar")
|
|
161
165
|
], exports.DaikinAvatar);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { DDSElement } from "../../base/index.cjs";
|
|
2
2
|
import { MergeVariantProps } from "../../type-utils.cjs";
|
|
3
3
|
declare const cvaWrapper: (props?: ({
|
|
4
4
|
type?: "button" | "icon" | "link" | null | undefined;
|
|
@@ -19,7 +19,7 @@ type AvatarVariantProps = MergeVariantProps<typeof cvaWrapper>;
|
|
|
19
19
|
* <daikin-avatar></daikin-avatar>
|
|
20
20
|
* ```
|
|
21
21
|
*/
|
|
22
|
-
export declare class DaikinAvatar extends
|
|
22
|
+
export declare class DaikinAvatar extends DDSElement {
|
|
23
23
|
static readonly styles: import('lit').CSSResult;
|
|
24
24
|
/**
|
|
25
25
|
* Replace the wrapping element.
|
|
@@ -3,6 +3,7 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
3
3
|
const lit = require("lit");
|
|
4
4
|
const decorators_js = require("lit/decorators.js");
|
|
5
5
|
const ddsElement = require("../../base/dds-element.cjs");
|
|
6
|
+
require("../../base/dds-form-element.cjs");
|
|
6
7
|
const decorators = require("../../base/decorators.cjs");
|
|
7
8
|
require("../../base/define.cjs");
|
|
8
9
|
const tailwind = require("../../tailwind.css.cjs");
|
|
@@ -4,6 +4,7 @@ const lit = require("lit");
|
|
|
4
4
|
const decorators_js = require("lit/decorators.js");
|
|
5
5
|
const ifDefined_js = require("lit/directives/if-defined.js");
|
|
6
6
|
const ddsElement = require("../../base/dds-element.cjs");
|
|
7
|
+
require("../../base/dds-form-element.cjs");
|
|
7
8
|
const decorators = require("../../base/decorators.cjs");
|
|
8
9
|
require("../../base/define.cjs");
|
|
9
10
|
const tailwind = require("../../tailwind.css.cjs");
|
|
@@ -5,9 +5,9 @@ const lit = require("lit");
|
|
|
5
5
|
const decorators_js = require("lit/decorators.js");
|
|
6
6
|
const ifDefined_js = require("lit/directives/if-defined.js");
|
|
7
7
|
require("../../base/dds-element.cjs");
|
|
8
|
+
const ddsFormElement = require("../../base/dds-form-element.cjs");
|
|
8
9
|
const decorators = require("../../base/decorators.cjs");
|
|
9
10
|
require("../../base/define.cjs");
|
|
10
|
-
const ddsFormElement = require("../../base/dds-form-element.cjs");
|
|
11
11
|
const tailwind = require("../../tailwind.css.cjs");
|
|
12
12
|
var __defProp = Object.defineProperty;
|
|
13
13
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DDSFormSubmitElement } from "../../base/
|
|
1
|
+
import { DDSFormSubmitElement } from "../../base/index.cjs";
|
|
2
2
|
import { ARIARole } from "../../lit-analyzer-types.cjs";
|
|
3
3
|
import { MergeVariantProps } from "../../type-utils.cjs";
|
|
4
4
|
declare const cvaButton: (props?: ({
|
|
@@ -5,16 +5,20 @@ const lit = require("lit");
|
|
|
5
5
|
const decorators_js = require("lit/decorators.js");
|
|
6
6
|
const ifDefined_js = require("lit/directives/if-defined.js");
|
|
7
7
|
const repeat_js = require("lit/directives/repeat.js");
|
|
8
|
+
const ddsElement = require("../../base/dds-element.cjs");
|
|
9
|
+
require("../../base/dds-form-element.cjs");
|
|
10
|
+
const decorators = require("../../base/decorators.cjs");
|
|
11
|
+
require("../../base/define.cjs");
|
|
8
12
|
const tailwind = require("../../tailwind.css.cjs");
|
|
9
13
|
const calendarCommon = require("../../utils/calendar-common.cjs");
|
|
10
14
|
const scroller = require("../../utils/scroller.cjs");
|
|
11
15
|
require("../icon-button/daikin-icon-button.cjs");
|
|
12
16
|
var __defProp = Object.defineProperty;
|
|
13
17
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
14
|
-
var __decorateClass = (
|
|
18
|
+
var __decorateClass = (decorators2, target, key, kind) => {
|
|
15
19
|
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target;
|
|
16
|
-
for (var i =
|
|
17
|
-
if (decorator =
|
|
20
|
+
for (var i = decorators2.length - 1, decorator; i >= 0; i--)
|
|
21
|
+
if (decorator = decorators2[i])
|
|
18
22
|
result = (kind ? decorator(target, key, result) : decorator(result)) || result;
|
|
19
23
|
if (kind && result) __defProp(target, key, result);
|
|
20
24
|
return result;
|
|
@@ -119,7 +123,7 @@ function getNextFocusDateByKey(date, event) {
|
|
|
119
123
|
}
|
|
120
124
|
return null;
|
|
121
125
|
}
|
|
122
|
-
exports.DaikinCalendar = class DaikinCalendar extends
|
|
126
|
+
exports.DaikinCalendar = class DaikinCalendar extends ddsElement.DDSElement {
|
|
123
127
|
constructor() {
|
|
124
128
|
super(...arguments);
|
|
125
129
|
this.value = null;
|
|
@@ -545,5 +549,5 @@ __decorateClass([
|
|
|
545
549
|
decorators_js.state()
|
|
546
550
|
], exports.DaikinCalendar.prototype, "_viewDate", 2);
|
|
547
551
|
exports.DaikinCalendar = __decorateClass([
|
|
548
|
-
|
|
552
|
+
decorators.ddsElement("daikin-calendar")
|
|
549
553
|
], exports.DaikinCalendar);
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PropertyValues, TemplateResult } from 'lit';
|
|
2
|
+
import { DDSElement } from "../../base/index.cjs";
|
|
2
3
|
/**
|
|
3
4
|
* The calendar component provides calendar elements. It has a function for selecting dates, and is also used in `daikin-date-picker`.
|
|
4
5
|
*
|
|
@@ -15,7 +16,7 @@ import { LitElement, PropertyValues, TemplateResult } from 'lit';
|
|
|
15
16
|
* <daikin-calendar></daikin-calendar>
|
|
16
17
|
* ```
|
|
17
18
|
*/
|
|
18
|
-
export declare class DaikinCalendar extends
|
|
19
|
+
export declare class DaikinCalendar extends DDSElement {
|
|
19
20
|
static readonly styles: import('lit').CSSResult;
|
|
20
21
|
/**
|
|
21
22
|
* The current value of the input, submitted as a name/value pair with form data.
|
|
@@ -4,6 +4,7 @@ const classVarianceAuthority = require("class-variance-authority");
|
|
|
4
4
|
const lit = require("lit");
|
|
5
5
|
const decorators_js = require("lit/decorators.js");
|
|
6
6
|
const ddsElement = require("../../base/dds-element.cjs");
|
|
7
|
+
require("../../base/dds-form-element.cjs");
|
|
7
8
|
const decorators = require("../../base/decorators.cjs");
|
|
8
9
|
require("../../base/define.cjs");
|
|
9
10
|
const tailwind = require("../../tailwind.css.cjs");
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const lit = require("lit");
|
|
4
4
|
const ddsElement = require("../../base/dds-element.cjs");
|
|
5
|
+
require("../../base/dds-form-element.cjs");
|
|
5
6
|
const decorators = require("../../base/decorators.cjs");
|
|
6
7
|
require("../../base/define.cjs");
|
|
7
8
|
const tailwind = require("../../tailwind.css.cjs");
|
|
@@ -3,6 +3,7 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
3
3
|
const classVarianceAuthority = require("class-variance-authority");
|
|
4
4
|
const lit = require("lit");
|
|
5
5
|
const ddsElement = require("../../base/dds-element.cjs");
|
|
6
|
+
require("../../base/dds-form-element.cjs");
|
|
6
7
|
const decorators = require("../../base/decorators.cjs");
|
|
7
8
|
require("../../base/define.cjs");
|
|
8
9
|
const tailwind = require("../../tailwind.css.cjs");
|
|
@@ -6,6 +6,7 @@ const decorators_js = require("lit/decorators.js");
|
|
|
6
6
|
const ref_js = require("lit/directives/ref.js");
|
|
7
7
|
const repeat_js = require("lit/directives/repeat.js");
|
|
8
8
|
const ddsElement = require("../../base/dds-element.cjs");
|
|
9
|
+
require("../../base/dds-form-element.cjs");
|
|
9
10
|
const decorators = require("../../base/decorators.cjs");
|
|
10
11
|
require("../../base/define.cjs");
|
|
11
12
|
const tailwind = require("../../tailwind.css.cjs");
|
|
@@ -3,6 +3,7 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
3
3
|
const lit = require("lit");
|
|
4
4
|
const decorators_js = require("lit/decorators.js");
|
|
5
5
|
const ddsElement = require("../../base/dds-element.cjs");
|
|
6
|
+
require("../../base/dds-form-element.cjs");
|
|
6
7
|
const decorators = require("../../base/decorators.cjs");
|
|
7
8
|
require("../../base/define.cjs");
|
|
8
9
|
const tailwind = require("../../tailwind.css.cjs");
|
|
@@ -4,9 +4,9 @@ const classVarianceAuthority = require("class-variance-authority");
|
|
|
4
4
|
const lit = require("lit");
|
|
5
5
|
const decorators_js = require("lit/decorators.js");
|
|
6
6
|
require("../../base/dds-element.cjs");
|
|
7
|
+
const ddsFormElement = require("../../base/dds-form-element.cjs");
|
|
7
8
|
const decorators = require("../../base/decorators.cjs");
|
|
8
9
|
require("../../base/define.cjs");
|
|
9
|
-
const ddsFormElement = require("../../base/dds-form-element.cjs");
|
|
10
10
|
const tailwind = require("../../tailwind.css.cjs");
|
|
11
11
|
var __defProp = Object.defineProperty;
|
|
12
12
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PropertyValues } from 'lit';
|
|
2
|
-
import { DDSFormElement } from "../../base/
|
|
2
|
+
import { DDSFormElement } from "../../base/index.cjs";
|
|
3
3
|
/**
|
|
4
4
|
* The checkbox component is a UI element that allows users to select one or more options from a list of choices.
|
|
5
5
|
* It functions similarly to the HTML `<input type="checkbox">` tag, enabling users to toggle the selection of each option independently.
|
|
@@ -4,13 +4,17 @@ const classVarianceAuthority = require("class-variance-authority");
|
|
|
4
4
|
const lit = require("lit");
|
|
5
5
|
const decorators_js = require("lit/decorators.js");
|
|
6
6
|
const ifDefined_js = require("lit/directives/if-defined.js");
|
|
7
|
+
const ddsElement = require("../../base/dds-element.cjs");
|
|
8
|
+
require("../../base/dds-form-element.cjs");
|
|
9
|
+
const decorators = require("../../base/decorators.cjs");
|
|
10
|
+
require("../../base/define.cjs");
|
|
7
11
|
const tailwind = require("../../tailwind.css.cjs");
|
|
8
12
|
var __defProp = Object.defineProperty;
|
|
9
13
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
10
|
-
var __decorateClass = (
|
|
14
|
+
var __decorateClass = (decorators2, target, key, kind) => {
|
|
11
15
|
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target;
|
|
12
|
-
for (var i =
|
|
13
|
-
if (decorator =
|
|
16
|
+
for (var i = decorators2.length - 1, decorator; i >= 0; i--)
|
|
17
|
+
if (decorator = decorators2[i])
|
|
14
18
|
result = (kind ? decorator(target, key, result) : decorator(result)) || result;
|
|
15
19
|
if (kind && result) __defProp(target, key, result);
|
|
16
20
|
return result;
|
|
@@ -23,7 +27,7 @@ const cvaCheckboxGroup = classVarianceAuthority.cva(["size-full", "flex", "gap-x
|
|
|
23
27
|
}
|
|
24
28
|
}
|
|
25
29
|
});
|
|
26
|
-
exports.DaikinCheckboxGroup = class DaikinCheckboxGroup extends
|
|
30
|
+
exports.DaikinCheckboxGroup = class DaikinCheckboxGroup extends ddsElement.DDSElement {
|
|
27
31
|
constructor() {
|
|
28
32
|
super(...arguments);
|
|
29
33
|
this.orientation = "vertical";
|
|
@@ -90,5 +94,5 @@ __decorateClass([
|
|
|
90
94
|
})
|
|
91
95
|
], exports.DaikinCheckboxGroup.prototype, "_checkboxes", 2);
|
|
92
96
|
exports.DaikinCheckboxGroup = __decorateClass([
|
|
93
|
-
|
|
97
|
+
decorators.ddsElement("daikin-checkbox-group")
|
|
94
98
|
], exports.DaikinCheckboxGroup);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { DDSElement } from "../../base/index.cjs";
|
|
2
2
|
import { MergeVariantProps } from "../../type-utils.cjs";
|
|
3
3
|
import { DaikinInputGroup } from "../input-group/index.cjs";
|
|
4
4
|
declare const cvaCheckboxGroup: (props?: ({
|
|
@@ -29,7 +29,7 @@ type CheckboxGroupProps = MergeVariantProps<typeof cvaCheckboxGroup>;
|
|
|
29
29
|
* </daikin-checkbox-group>
|
|
30
30
|
* ```
|
|
31
31
|
*/
|
|
32
|
-
export declare class DaikinCheckboxGroup extends
|
|
32
|
+
export declare class DaikinCheckboxGroup extends DDSElement {
|
|
33
33
|
static readonly styles: import('lit').CSSResult;
|
|
34
34
|
/**
|
|
35
35
|
* Specify the checkbox group orientation
|
|
@@ -4,13 +4,17 @@ const classVarianceAuthority = require("class-variance-authority");
|
|
|
4
4
|
const lit = require("lit");
|
|
5
5
|
const decorators_js = require("lit/decorators.js");
|
|
6
6
|
const ifDefined_js = require("lit/directives/if-defined.js");
|
|
7
|
+
const ddsElement = require("../../base/dds-element.cjs");
|
|
8
|
+
require("../../base/dds-form-element.cjs");
|
|
9
|
+
const decorators = require("../../base/decorators.cjs");
|
|
10
|
+
require("../../base/define.cjs");
|
|
7
11
|
const tailwind = require("../../tailwind.css.cjs");
|
|
8
12
|
var __defProp = Object.defineProperty;
|
|
9
13
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
10
|
-
var __decorateClass = (
|
|
14
|
+
var __decorateClass = (decorators2, target, key, kind) => {
|
|
11
15
|
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target;
|
|
12
|
-
for (var i =
|
|
13
|
-
if (decorator =
|
|
16
|
+
for (var i = decorators2.length - 1, decorator; i >= 0; i--)
|
|
17
|
+
if (decorator = decorators2[i])
|
|
14
18
|
result = (kind ? decorator(target, key, result) : decorator(result)) || result;
|
|
15
19
|
if (kind && result) __defProp(target, key, result);
|
|
16
20
|
return result;
|
|
@@ -44,7 +48,7 @@ const cvaRemoveButton = classVarianceAuthority.cva([
|
|
|
44
48
|
"text-[--color-primary]",
|
|
45
49
|
"bg-[--color-secondary]"
|
|
46
50
|
]);
|
|
47
|
-
exports.DaikinChip = class DaikinChip extends
|
|
51
|
+
exports.DaikinChip = class DaikinChip extends ddsElement.DDSElement {
|
|
48
52
|
constructor() {
|
|
49
53
|
super(...arguments);
|
|
50
54
|
this.chipAriaLabel = null;
|
|
@@ -102,5 +106,5 @@ __decorateClass([
|
|
|
102
106
|
decorators_js.query("button")
|
|
103
107
|
], exports.DaikinChip.prototype, "_focusableElement", 2);
|
|
104
108
|
exports.DaikinChip = __decorateClass([
|
|
105
|
-
|
|
109
|
+
decorators.ddsElement("daikin-chip")
|
|
106
110
|
], exports.DaikinChip);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { DDSElement } from "../../base/index.cjs";
|
|
2
2
|
/**
|
|
3
3
|
* A chip is a small UI component that represents a single piece of information, a filter, or a contact. Think of it as a compact tag or a small, clickable token.
|
|
4
4
|
*
|
|
@@ -14,7 +14,7 @@ import { LitElement } from 'lit';
|
|
|
14
14
|
* <daikin-chip chip-aria-label="Chip Text">Text</daikin-chip>
|
|
15
15
|
* ```
|
|
16
16
|
*/
|
|
17
|
-
export declare class DaikinChip extends
|
|
17
|
+
export declare class DaikinChip extends DDSElement {
|
|
18
18
|
static readonly styles: import('lit').CSSResult;
|
|
19
19
|
/**
|
|
20
20
|
* Provides an accessible name of the chip.
|
|
@@ -7,9 +7,9 @@ const decorators_js = require("lit/decorators.js");
|
|
|
7
7
|
const ifDefined_js = require("lit/directives/if-defined.js");
|
|
8
8
|
const repeat_js = require("lit/directives/repeat.js");
|
|
9
9
|
require("../../base/dds-element.cjs");
|
|
10
|
+
const ddsFormElement = require("../../base/dds-form-element.cjs");
|
|
10
11
|
const decorators = require("../../base/decorators.cjs");
|
|
11
12
|
require("../../base/define.cjs");
|
|
12
|
-
const ddsFormElement = require("../../base/dds-form-element.cjs");
|
|
13
13
|
const clickOutside = require("../../controllers/click-outside.cjs");
|
|
14
14
|
const floatingUiAutoUpdate = require("../../controllers/floating-ui-auto-update.cjs");
|
|
15
15
|
const tailwind = require("../../tailwind.css.cjs");
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PropertyValues } from 'lit';
|
|
2
|
-
import { DDSFormElement } from "../../base/
|
|
2
|
+
import { DDSFormElement } from "../../base/index.cjs";
|
|
3
3
|
import { DaikinInputGroup } from "../input-group/index.cjs";
|
|
4
4
|
/**
|
|
5
5
|
* Interface for combobox option object
|
|
@@ -7,7 +7,10 @@ const decorators_js = require("lit/decorators.js");
|
|
|
7
7
|
const guard_js = require("lit/directives/guard.js");
|
|
8
8
|
const ifDefined_js = require("lit/directives/if-defined.js");
|
|
9
9
|
const ref_js = require("lit/directives/ref.js");
|
|
10
|
+
require("../../base/dds-element.cjs");
|
|
10
11
|
const ddsFormElement = require("../../base/dds-form-element.cjs");
|
|
12
|
+
const decorators = require("../../base/decorators.cjs");
|
|
13
|
+
require("../../base/define.cjs");
|
|
11
14
|
const floatingUiAutoUpdate = require("../../controllers/floating-ui-auto-update.cjs");
|
|
12
15
|
const tailwind = require("../../tailwind.css.cjs");
|
|
13
16
|
const calendarCommon = require("../../utils/calendar-common.cjs");
|
|
@@ -16,10 +19,10 @@ require("../calendar/daikin-calendar.cjs");
|
|
|
16
19
|
require("../icon-button/daikin-icon-button.cjs");
|
|
17
20
|
var __defProp = Object.defineProperty;
|
|
18
21
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
19
|
-
var __decorateClass = (
|
|
22
|
+
var __decorateClass = (decorators2, target, key, kind) => {
|
|
20
23
|
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target;
|
|
21
|
-
for (var i =
|
|
22
|
-
if (decorator =
|
|
24
|
+
for (var i = decorators2.length - 1, decorator; i >= 0; i--)
|
|
25
|
+
if (decorator = decorators2[i])
|
|
23
26
|
result = (kind ? decorator(target, key, result) : decorator(result)) || result;
|
|
24
27
|
if (kind && result) __defProp(target, key, result);
|
|
25
28
|
return result;
|
|
@@ -622,5 +625,5 @@ __decorateClass([
|
|
|
622
625
|
decorators_js.state()
|
|
623
626
|
], exports.DaikinDatePicker.prototype, "_currentSelection", 2);
|
|
624
627
|
exports.DaikinDatePicker = __decorateClass([
|
|
625
|
-
|
|
628
|
+
decorators.ddsElement("daikin-date-picker")
|
|
626
629
|
], exports.DaikinDatePicker);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PropertyValues } from 'lit';
|
|
2
|
-
import { DDSFormElement } from "../../base/
|
|
2
|
+
import { DDSFormElement } from "../../base/index.cjs";
|
|
3
3
|
import { DaikinInputGroup } from "../input-group/daikin-input-group.cjs";
|
|
4
4
|
/**
|
|
5
5
|
* The date picker component provides a date selection function that can be combined with forms. This component uses `daikin-calendar` internally (users do not need to nest this).
|
|
@@ -7,9 +7,9 @@ const decorators_js = require("lit/decorators.js");
|
|
|
7
7
|
const ifDefined_js = require("lit/directives/if-defined.js");
|
|
8
8
|
const ref_js = require("lit/directives/ref.js");
|
|
9
9
|
require("../../base/dds-element.cjs");
|
|
10
|
+
const ddsFormElement = require("../../base/dds-form-element.cjs");
|
|
10
11
|
const decorators = require("../../base/decorators.cjs");
|
|
11
12
|
require("../../base/define.cjs");
|
|
12
|
-
const ddsFormElement = require("../../base/dds-form-element.cjs");
|
|
13
13
|
const floatingUiAutoUpdate = require("../../controllers/floating-ui-auto-update.cjs");
|
|
14
14
|
const tailwind = require("../../tailwind.css.cjs");
|
|
15
15
|
const isSimpleKey = require("../../utils/is-simple-key.cjs");
|
|
@@ -4,6 +4,7 @@ const classVarianceAuthority = require("class-variance-authority");
|
|
|
4
4
|
const lit = require("lit");
|
|
5
5
|
const decorators_js = require("lit/decorators.js");
|
|
6
6
|
const ddsElement = require("../../base/dds-element.cjs");
|
|
7
|
+
require("../../base/dds-form-element.cjs");
|
|
7
8
|
const decorators = require("../../base/decorators.cjs");
|
|
8
9
|
require("../../base/define.cjs");
|
|
9
10
|
const tailwind = require("../../tailwind.css.cjs");
|