@daikin-oss/design-system-web-components 2.0.0 → 2.0.1-next.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 +26 -0
- package/custom-elements.json +1173 -1174
- package/dist/cjs/_virtual/_@oxc-project_runtime@0.148.0/helpers/esm/decorate.cjs +9 -0
- package/dist/cjs/_virtual/_rolldown/runtime.cjs +23 -0
- package/dist/cjs/base/dds-element.cjs +100 -86
- package/dist/cjs/base/dds-form-element.cjs +123 -144
- package/dist/cjs/base/dds-property.cjs +46 -5
- package/dist/cjs/base/dds-property.d.cts +1 -1
- package/dist/cjs/base/decorators.cjs +8 -11
- package/dist/cjs/base/define.cjs +11 -17
- package/dist/cjs/base/index.cjs +12 -13
- package/dist/cjs/components/accordion/daikin-accordion.cjs +77 -91
- package/dist/cjs/components/accordion/index.cjs +5 -4
- package/dist/cjs/components/accordion-item/daikin-accordion-item.cjs +148 -172
- package/dist/cjs/components/accordion-item/index.cjs +5 -4
- package/dist/cjs/components/avatar/daikin-avatar.cjs +149 -163
- package/dist/cjs/components/avatar/index.cjs +5 -4
- package/dist/cjs/components/badge/daikin-badge.cjs +179 -199
- package/dist/cjs/components/badge/index.cjs +5 -4
- package/dist/cjs/components/breadcrumb/daikin-breadcrumb.cjs +80 -88
- package/dist/cjs/components/breadcrumb/index.cjs +5 -4
- package/dist/cjs/components/breadcrumb-item/daikin-breadcrumb-item.cjs +120 -127
- package/dist/cjs/components/breadcrumb-item/index.cjs +5 -4
- package/dist/cjs/components/button/daikin-button.cjs +269 -294
- package/dist/cjs/components/button/index.cjs +5 -4
- package/dist/cjs/components/calendar/daikin-calendar.cjs +421 -528
- package/dist/cjs/components/calendar/index.cjs +5 -4
- package/dist/cjs/components/card/daikin-card.cjs +52 -61
- package/dist/cjs/components/card/index.cjs +5 -4
- package/dist/cjs/components/card-footer/daikin-card-footer.cjs +24 -27
- package/dist/cjs/components/card-footer/index.cjs +5 -4
- package/dist/cjs/components/card-header/daikin-card-header.cjs +46 -49
- package/dist/cjs/components/card-header/index.cjs +5 -4
- package/dist/cjs/components/carousel/daikin-carousel.cjs +131 -167
- package/dist/cjs/components/carousel/index.cjs +5 -4
- package/dist/cjs/components/carousel-item/daikin-carousel-item.cjs +51 -59
- package/dist/cjs/components/carousel-item/index.cjs +5 -4
- package/dist/cjs/components/checkbox/daikin-checkbox.cjs +324 -336
- package/dist/cjs/components/checkbox/index.cjs +5 -4
- package/dist/cjs/components/checkbox-group/daikin-checkbox-group.cjs +93 -107
- package/dist/cjs/components/checkbox-group/index.cjs +5 -4
- package/dist/cjs/components/chip/daikin-chip.cjs +312 -334
- package/dist/cjs/components/chip/index.cjs +5 -4
- package/dist/cjs/components/combobox/daikin-combobox.cjs +469 -592
- package/dist/cjs/components/combobox/index.cjs +6 -5
- package/dist/cjs/components/date-picker/daikin-date-picker.cjs +809 -842
- package/dist/cjs/components/date-picker/index.cjs +5 -4
- package/dist/cjs/components/divider/daikin-divider.cjs +32 -36
- package/dist/cjs/components/divider/index.cjs +5 -4
- package/dist/cjs/components/drawer/daikin-drawer.cjs +200 -213
- package/dist/cjs/components/drawer/index.cjs +5 -4
- package/dist/cjs/components/drawer-footer/daikin-drawer-footer.cjs +26 -29
- package/dist/cjs/components/drawer-footer/index.cjs +5 -4
- package/dist/cjs/components/drawer-header/daikin-drawer-header.cjs +62 -67
- package/dist/cjs/components/drawer-header/index.cjs +5 -4
- package/dist/cjs/components/dropdown/daikin-dropdown.cjs +479 -575
- package/dist/cjs/components/dropdown/index.cjs +5 -4
- package/dist/cjs/components/dropdown-item/daikin-dropdown-item.cjs +130 -151
- package/dist/cjs/components/dropdown-item/index.cjs +5 -4
- package/dist/cjs/components/empty-state/daikin-empty-state.cjs +28 -31
- package/dist/cjs/components/empty-state/index.cjs +5 -4
- package/dist/cjs/components/icon/daikin-icon.cjs +159 -179
- package/dist/cjs/components/icon/icons.json.cjs +97 -6
- package/dist/cjs/components/icon/index.cjs +6 -5
- package/dist/cjs/components/icon-button/daikin-icon-button.cjs +255 -274
- package/dist/cjs/components/icon-button/index.cjs +5 -4
- package/dist/cjs/components/index.cjs +435 -226
- package/dist/cjs/components/inline-notification/daikin-inline-notification.cjs +138 -162
- package/dist/cjs/components/inline-notification/index.cjs +5 -4
- package/dist/cjs/components/input-group/daikin-input-group.cjs +191 -235
- package/dist/cjs/components/input-group/index.cjs +5 -4
- package/dist/cjs/components/link/daikin-link.cjs +122 -132
- package/dist/cjs/components/link/index.cjs +5 -4
- package/dist/cjs/components/list/daikin-list.cjs +84 -101
- package/dist/cjs/components/list/index.cjs +5 -4
- package/dist/cjs/components/list-item/daikin-list-item.cjs +179 -196
- package/dist/cjs/components/list-item/index.cjs +5 -4
- package/dist/cjs/components/loading/daikin-loading.cjs +70 -84
- package/dist/cjs/components/loading/index.cjs +5 -4
- package/dist/cjs/components/logo/daikin-logo.cjs +115 -128
- package/dist/cjs/components/logo/index.cjs +5 -4
- package/dist/cjs/components/menu/daikin-menu.cjs +258 -322
- package/dist/cjs/components/menu/index.cjs +5 -4
- package/dist/cjs/components/modal/daikin-modal.cjs +107 -130
- package/dist/cjs/components/modal/index.cjs +5 -4
- package/dist/cjs/components/modal-footer/daikin-modal-footer.cjs +26 -29
- package/dist/cjs/components/modal-footer/index.cjs +5 -4
- package/dist/cjs/components/modal-header/daikin-modal-header.cjs +70 -75
- package/dist/cjs/components/modal-header/index.cjs +5 -4
- package/dist/cjs/components/navigation/daikin-navigation.cjs +50 -54
- package/dist/cjs/components/navigation/index.cjs +5 -4
- package/dist/cjs/components/navigation-item/daikin-navigation-item.cjs +165 -188
- package/dist/cjs/components/navigation-item/index.cjs +5 -4
- package/dist/cjs/components/pagination/daikin-pagination.cjs +191 -221
- package/dist/cjs/components/pagination/index.cjs +5 -4
- package/dist/cjs/components/pagination/pagination-utils.cjs +76 -41
- package/dist/cjs/components/progress-bar/daikin-progress-bar.cjs +136 -169
- package/dist/cjs/components/progress-bar/index.cjs +5 -4
- package/dist/cjs/components/progress-indicator/daikin-progress-indicator.cjs +55 -62
- package/dist/cjs/components/progress-indicator/index.cjs +5 -4
- package/dist/cjs/components/progress-indicator-item/daikin-progress-indicator-item.cjs +55 -70
- package/dist/cjs/components/progress-indicator-item/index.cjs +5 -4
- package/dist/cjs/components/radio/daikin-radio.cjs +273 -285
- package/dist/cjs/components/radio/index.cjs +5 -4
- package/dist/cjs/components/radio-group/daikin-radio-group.cjs +149 -171
- package/dist/cjs/components/radio-group/index.cjs +5 -4
- package/dist/cjs/components/select/daikin-select.cjs +231 -264
- package/dist/cjs/components/select/index.cjs +5 -4
- package/dist/cjs/components/slider/daikin-slider.cjs +250 -301
- package/dist/cjs/components/slider/index.cjs +5 -4
- package/dist/cjs/components/slider/slider-utils.cjs +61 -45
- package/dist/cjs/components/status-message/daikin-status-message.cjs +115 -113
- package/dist/cjs/components/status-message/index.cjs +5 -4
- package/dist/cjs/components/tab/daikin-tab.cjs +112 -132
- package/dist/cjs/components/tab/index.cjs +5 -4
- package/dist/cjs/components/tab-panels/daikin-tab-panels.cjs +43 -52
- package/dist/cjs/components/tab-panels/index.cjs +5 -4
- package/dist/cjs/components/table/daikin-table.cjs +265 -318
- package/dist/cjs/components/table/index.cjs +5 -4
- package/dist/cjs/components/table-cell/daikin-table-cell.cjs +55 -69
- package/dist/cjs/components/table-cell/index.cjs +5 -4
- package/dist/cjs/components/table-header-cell/daikin-table-header-cell.cjs +129 -139
- package/dist/cjs/components/table-header-cell/index.cjs +5 -4
- package/dist/cjs/components/tabs/daikin-tabs.cjs +178 -219
- package/dist/cjs/components/tabs/index.cjs +5 -4
- package/dist/cjs/components/tag/daikin-tag.cjs +148 -152
- package/dist/cjs/components/tag/index.cjs +5 -4
- package/dist/cjs/components/text-area/daikin-text-area.cjs +161 -175
- package/dist/cjs/components/text-area/index.cjs +5 -4
- package/dist/cjs/components/text-field/daikin-text-field.cjs +378 -428
- package/dist/cjs/components/text-field/index.cjs +5 -4
- package/dist/cjs/components/text-field/number-utils.cjs +77 -90
- package/dist/cjs/components/text-masked-field/daikin-text-masked-field.cjs +292 -308
- package/dist/cjs/components/text-masked-field/index.cjs +5 -4
- package/dist/cjs/components/time-picker/daikin-time-picker.cjs +689 -752
- package/dist/cjs/components/time-picker/index.cjs +15 -14
- package/dist/cjs/components/toast-notification/daikin-toast-notification.cjs +143 -170
- package/dist/cjs/components/toast-notification/index.cjs +5 -4
- package/dist/cjs/components/toast-notification-manager/daikin-toast-notification-manager.cjs +173 -195
- package/dist/cjs/components/toast-notification-manager/index.cjs +5 -4
- package/dist/cjs/components/toggle/daikin-toggle.cjs +169 -178
- package/dist/cjs/components/toggle/index.cjs +5 -4
- package/dist/cjs/components/tooltip/daikin-tooltip.cjs +165 -202
- package/dist/cjs/components/tooltip/daikin-tooltip.d.cts +2 -2
- package/dist/cjs/components/tooltip/index.cjs +5 -4
- package/dist/cjs/components/tree/common.cjs +74 -70
- package/dist/cjs/components/tree/daikin-tree.cjs +89 -103
- package/dist/cjs/components/tree/index.cjs +5 -4
- package/dist/cjs/components/tree-item/daikin-tree-item.cjs +178 -198
- package/dist/cjs/components/tree-item/index.cjs +6 -5
- package/dist/cjs/components/tree-section/daikin-tree-section.cjs +169 -215
- package/dist/cjs/components/tree-section/index.cjs +5 -4
- package/dist/cjs/components/vertical-navigation/daikin-vertical-navigation.cjs +84 -104
- package/dist/cjs/components/vertical-navigation/index.cjs +5 -4
- package/dist/cjs/components/vertical-navigation-item/daikin-vertical-navigation-item.cjs +463 -482
- package/dist/cjs/components/vertical-navigation-item/index.cjs +5 -4
- package/dist/cjs/components/vertical-navigation-menu-item/daikin-vertical-navigation-menu-item.cjs +196 -214
- package/dist/cjs/components/vertical-navigation-menu-item/index.cjs +5 -4
- package/dist/cjs/controllers/block-scroll.cjs +75 -41
- package/dist/cjs/controllers/click-outside.cjs +62 -30
- package/dist/cjs/controllers/custom-readonly.cjs +52 -58
- package/dist/cjs/controllers/floating-ui-auto-update.cjs +76 -98
- package/dist/cjs/controllers/focus-trap.cjs +39 -57
- package/dist/cjs/controllers/helpers/controller-directive.cjs +46 -45
- package/dist/cjs/icon-registry.cjs +147 -161
- package/dist/cjs/index.cjs +374 -234
- package/dist/cjs/is-client.cjs +3 -4
- package/dist/cjs/navigation.cjs +66 -47
- package/dist/cjs/tailwind.css.cjs +4 -6
- package/dist/cjs/utils/calendar-common.cjs +156 -117
- package/dist/cjs/utils/extract-half-width-digits.cjs +17 -8
- package/dist/cjs/utils/is-similar-to-click.cjs +3 -3
- package/dist/cjs/utils/is-simple-key.cjs +9 -3
- package/dist/cjs/utils/notification-common.cjs +14 -27
- package/dist/cjs/utils/re-dispatch.cjs +6 -8
- package/dist/cjs/utils/scroller.cjs +44 -57
- package/dist/cjs-dev/_virtual/_@oxc-project_runtime@0.148.0/helpers/esm/decorate.cjs +9 -0
- package/dist/cjs-dev/_virtual/_rolldown/runtime.cjs +23 -0
- package/dist/cjs-dev/base/dds-element.cjs +101 -96
- package/dist/cjs-dev/base/dds-form-element.cjs +123 -144
- package/dist/cjs-dev/base/dds-property.cjs +46 -5
- package/dist/cjs-dev/base/dds-property.d.cts +1 -1
- package/dist/cjs-dev/base/decorators.cjs +8 -11
- package/dist/cjs-dev/base/define.cjs +11 -17
- package/dist/cjs-dev/base/index.cjs +12 -13
- package/dist/cjs-dev/components/accordion/daikin-accordion.cjs +78 -98
- package/dist/cjs-dev/components/accordion/index.cjs +5 -4
- package/dist/cjs-dev/components/accordion-item/daikin-accordion-item.cjs +148 -172
- package/dist/cjs-dev/components/accordion-item/index.cjs +5 -4
- package/dist/cjs-dev/components/avatar/daikin-avatar.cjs +149 -163
- package/dist/cjs-dev/components/avatar/index.cjs +5 -4
- package/dist/cjs-dev/components/badge/daikin-badge.cjs +179 -199
- package/dist/cjs-dev/components/badge/index.cjs +5 -4
- package/dist/cjs-dev/components/breadcrumb/daikin-breadcrumb.cjs +80 -88
- package/dist/cjs-dev/components/breadcrumb/index.cjs +5 -4
- package/dist/cjs-dev/components/breadcrumb-item/daikin-breadcrumb-item.cjs +120 -127
- package/dist/cjs-dev/components/breadcrumb-item/index.cjs +5 -4
- package/dist/cjs-dev/components/button/daikin-button.cjs +269 -294
- package/dist/cjs-dev/components/button/index.cjs +5 -4
- package/dist/cjs-dev/components/calendar/daikin-calendar.cjs +429 -539
- package/dist/cjs-dev/components/calendar/index.cjs +5 -4
- package/dist/cjs-dev/components/card/daikin-card.cjs +52 -61
- package/dist/cjs-dev/components/card/index.cjs +5 -4
- package/dist/cjs-dev/components/card-footer/daikin-card-footer.cjs +24 -27
- package/dist/cjs-dev/components/card-footer/index.cjs +5 -4
- package/dist/cjs-dev/components/card-header/daikin-card-header.cjs +46 -49
- package/dist/cjs-dev/components/card-header/index.cjs +5 -4
- package/dist/cjs-dev/components/carousel/daikin-carousel.cjs +137 -177
- package/dist/cjs-dev/components/carousel/index.cjs +5 -4
- package/dist/cjs-dev/components/carousel-item/daikin-carousel-item.cjs +51 -59
- package/dist/cjs-dev/components/carousel-item/index.cjs +5 -4
- package/dist/cjs-dev/components/checkbox/daikin-checkbox.cjs +324 -336
- package/dist/cjs-dev/components/checkbox/index.cjs +5 -4
- package/dist/cjs-dev/components/checkbox-group/daikin-checkbox-group.cjs +93 -107
- package/dist/cjs-dev/components/checkbox-group/index.cjs +5 -4
- package/dist/cjs-dev/components/chip/daikin-chip.cjs +312 -334
- package/dist/cjs-dev/components/chip/index.cjs +5 -4
- package/dist/cjs-dev/components/combobox/daikin-combobox.cjs +469 -592
- package/dist/cjs-dev/components/combobox/index.cjs +6 -5
- package/dist/cjs-dev/components/date-picker/daikin-date-picker.cjs +817 -853
- package/dist/cjs-dev/components/date-picker/index.cjs +5 -4
- package/dist/cjs-dev/components/divider/daikin-divider.cjs +32 -36
- package/dist/cjs-dev/components/divider/index.cjs +5 -4
- package/dist/cjs-dev/components/drawer/daikin-drawer.cjs +200 -213
- package/dist/cjs-dev/components/drawer/index.cjs +5 -4
- package/dist/cjs-dev/components/drawer-footer/daikin-drawer-footer.cjs +26 -29
- package/dist/cjs-dev/components/drawer-footer/index.cjs +5 -4
- package/dist/cjs-dev/components/drawer-header/daikin-drawer-header.cjs +62 -67
- package/dist/cjs-dev/components/drawer-header/index.cjs +5 -4
- package/dist/cjs-dev/components/dropdown/daikin-dropdown.cjs +479 -575
- package/dist/cjs-dev/components/dropdown/index.cjs +5 -4
- package/dist/cjs-dev/components/dropdown-item/daikin-dropdown-item.cjs +130 -151
- package/dist/cjs-dev/components/dropdown-item/index.cjs +5 -4
- package/dist/cjs-dev/components/empty-state/daikin-empty-state.cjs +28 -31
- package/dist/cjs-dev/components/empty-state/index.cjs +5 -4
- package/dist/cjs-dev/components/icon/daikin-icon.cjs +167 -208
- package/dist/cjs-dev/components/icon/icons.json.cjs +97 -6
- package/dist/cjs-dev/components/icon/index.cjs +6 -5
- package/dist/cjs-dev/components/icon-button/daikin-icon-button.cjs +255 -274
- package/dist/cjs-dev/components/icon-button/index.cjs +5 -4
- package/dist/cjs-dev/components/index.cjs +435 -226
- package/dist/cjs-dev/components/inline-notification/daikin-inline-notification.cjs +138 -162
- package/dist/cjs-dev/components/inline-notification/index.cjs +5 -4
- package/dist/cjs-dev/components/input-group/daikin-input-group.cjs +191 -235
- package/dist/cjs-dev/components/input-group/index.cjs +5 -4
- package/dist/cjs-dev/components/link/daikin-link.cjs +122 -132
- package/dist/cjs-dev/components/link/index.cjs +5 -4
- package/dist/cjs-dev/components/list/daikin-list.cjs +84 -101
- package/dist/cjs-dev/components/list/index.cjs +5 -4
- package/dist/cjs-dev/components/list-item/daikin-list-item.cjs +179 -196
- package/dist/cjs-dev/components/list-item/index.cjs +5 -4
- package/dist/cjs-dev/components/loading/daikin-loading.cjs +70 -84
- package/dist/cjs-dev/components/loading/index.cjs +5 -4
- package/dist/cjs-dev/components/logo/daikin-logo.cjs +115 -128
- package/dist/cjs-dev/components/logo/index.cjs +5 -4
- package/dist/cjs-dev/components/menu/daikin-menu.cjs +258 -322
- package/dist/cjs-dev/components/menu/index.cjs +5 -4
- package/dist/cjs-dev/components/modal/daikin-modal.cjs +107 -130
- package/dist/cjs-dev/components/modal/index.cjs +5 -4
- package/dist/cjs-dev/components/modal-footer/daikin-modal-footer.cjs +26 -29
- package/dist/cjs-dev/components/modal-footer/index.cjs +5 -4
- package/dist/cjs-dev/components/modal-header/daikin-modal-header.cjs +70 -75
- package/dist/cjs-dev/components/modal-header/index.cjs +5 -4
- package/dist/cjs-dev/components/navigation/daikin-navigation.cjs +50 -54
- package/dist/cjs-dev/components/navigation/index.cjs +5 -4
- package/dist/cjs-dev/components/navigation-item/daikin-navigation-item.cjs +165 -188
- package/dist/cjs-dev/components/navigation-item/index.cjs +5 -4
- package/dist/cjs-dev/components/pagination/daikin-pagination.cjs +191 -221
- package/dist/cjs-dev/components/pagination/index.cjs +5 -4
- package/dist/cjs-dev/components/pagination/pagination-utils.cjs +76 -41
- package/dist/cjs-dev/components/progress-bar/daikin-progress-bar.cjs +145 -184
- package/dist/cjs-dev/components/progress-bar/index.cjs +5 -4
- package/dist/cjs-dev/components/progress-indicator/daikin-progress-indicator.cjs +55 -62
- package/dist/cjs-dev/components/progress-indicator/index.cjs +5 -4
- package/dist/cjs-dev/components/progress-indicator-item/daikin-progress-indicator-item.cjs +55 -70
- package/dist/cjs-dev/components/progress-indicator-item/index.cjs +5 -4
- package/dist/cjs-dev/components/radio/daikin-radio.cjs +273 -285
- package/dist/cjs-dev/components/radio/index.cjs +5 -4
- package/dist/cjs-dev/components/radio-group/daikin-radio-group.cjs +149 -171
- package/dist/cjs-dev/components/radio-group/index.cjs +5 -4
- package/dist/cjs-dev/components/select/daikin-select.cjs +231 -264
- package/dist/cjs-dev/components/select/index.cjs +5 -4
- package/dist/cjs-dev/components/slider/daikin-slider.cjs +250 -301
- package/dist/cjs-dev/components/slider/index.cjs +5 -4
- package/dist/cjs-dev/components/slider/slider-utils.cjs +61 -45
- package/dist/cjs-dev/components/status-message/daikin-status-message.cjs +115 -113
- package/dist/cjs-dev/components/status-message/index.cjs +5 -4
- package/dist/cjs-dev/components/tab/daikin-tab.cjs +112 -132
- package/dist/cjs-dev/components/tab/index.cjs +5 -4
- package/dist/cjs-dev/components/tab-panels/daikin-tab-panels.cjs +44 -59
- package/dist/cjs-dev/components/tab-panels/index.cjs +5 -4
- package/dist/cjs-dev/components/table/daikin-table.cjs +271 -330
- package/dist/cjs-dev/components/table/index.cjs +5 -4
- package/dist/cjs-dev/components/table-cell/daikin-table-cell.cjs +55 -69
- package/dist/cjs-dev/components/table-cell/index.cjs +5 -4
- package/dist/cjs-dev/components/table-header-cell/daikin-table-header-cell.cjs +129 -139
- package/dist/cjs-dev/components/table-header-cell/index.cjs +5 -4
- package/dist/cjs-dev/components/tabs/daikin-tabs.cjs +184 -229
- package/dist/cjs-dev/components/tabs/index.cjs +5 -4
- package/dist/cjs-dev/components/tag/daikin-tag.cjs +148 -152
- package/dist/cjs-dev/components/tag/index.cjs +5 -4
- package/dist/cjs-dev/components/text-area/daikin-text-area.cjs +161 -175
- package/dist/cjs-dev/components/text-area/index.cjs +5 -4
- package/dist/cjs-dev/components/text-field/daikin-text-field.cjs +378 -428
- package/dist/cjs-dev/components/text-field/index.cjs +5 -4
- package/dist/cjs-dev/components/text-field/number-utils.cjs +78 -93
- package/dist/cjs-dev/components/text-masked-field/daikin-text-masked-field.cjs +292 -308
- package/dist/cjs-dev/components/text-masked-field/index.cjs +5 -4
- package/dist/cjs-dev/components/time-picker/daikin-time-picker.cjs +697 -764
- package/dist/cjs-dev/components/time-picker/index.cjs +15 -14
- package/dist/cjs-dev/components/toast-notification/daikin-toast-notification.cjs +143 -170
- package/dist/cjs-dev/components/toast-notification/index.cjs +5 -4
- package/dist/cjs-dev/components/toast-notification-manager/daikin-toast-notification-manager.cjs +173 -195
- package/dist/cjs-dev/components/toast-notification-manager/index.cjs +5 -4
- package/dist/cjs-dev/components/toggle/daikin-toggle.cjs +169 -178
- package/dist/cjs-dev/components/toggle/index.cjs +5 -4
- package/dist/cjs-dev/components/tooltip/daikin-tooltip.cjs +165 -202
- package/dist/cjs-dev/components/tooltip/daikin-tooltip.d.cts +2 -2
- package/dist/cjs-dev/components/tooltip/index.cjs +5 -4
- package/dist/cjs-dev/components/tree/common.cjs +74 -70
- package/dist/cjs-dev/components/tree/daikin-tree.cjs +89 -103
- package/dist/cjs-dev/components/tree/index.cjs +5 -4
- package/dist/cjs-dev/components/tree-item/daikin-tree-item.cjs +178 -198
- package/dist/cjs-dev/components/tree-item/index.cjs +6 -5
- package/dist/cjs-dev/components/tree-section/daikin-tree-section.cjs +169 -215
- package/dist/cjs-dev/components/tree-section/index.cjs +5 -4
- package/dist/cjs-dev/components/vertical-navigation/daikin-vertical-navigation.cjs +88 -116
- package/dist/cjs-dev/components/vertical-navigation/index.cjs +5 -4
- package/dist/cjs-dev/components/vertical-navigation-item/daikin-vertical-navigation-item.cjs +463 -482
- package/dist/cjs-dev/components/vertical-navigation-item/index.cjs +5 -4
- package/dist/cjs-dev/components/vertical-navigation-menu-item/daikin-vertical-navigation-menu-item.cjs +196 -214
- package/dist/cjs-dev/components/vertical-navigation-menu-item/index.cjs +5 -4
- package/dist/cjs-dev/controllers/block-scroll.cjs +75 -41
- package/dist/cjs-dev/controllers/click-outside.cjs +62 -30
- package/dist/cjs-dev/controllers/custom-readonly.cjs +52 -58
- package/dist/cjs-dev/controllers/floating-ui-auto-update.cjs +78 -105
- package/dist/cjs-dev/controllers/focus-trap.cjs +39 -57
- package/dist/cjs-dev/controllers/helpers/controller-directive.cjs +46 -45
- package/dist/cjs-dev/icon-registry.cjs +147 -161
- package/dist/cjs-dev/index.cjs +374 -234
- package/dist/cjs-dev/is-client.cjs +3 -4
- package/dist/cjs-dev/navigation.cjs +66 -47
- package/dist/cjs-dev/tailwind.css.cjs +4 -6
- package/dist/cjs-dev/utils/calendar-common.cjs +156 -117
- package/dist/cjs-dev/utils/extract-half-width-digits.cjs +17 -8
- package/dist/cjs-dev/utils/is-similar-to-click.cjs +3 -3
- package/dist/cjs-dev/utils/is-simple-key.cjs +9 -3
- package/dist/cjs-dev/utils/notification-common.cjs +17 -30
- package/dist/cjs-dev/utils/re-dispatch.cjs +6 -8
- package/dist/cjs-dev/utils/scroller.cjs +44 -57
- package/dist/es/_virtual/_@oxc-project_runtime@0.148.0/helpers/esm/decorate.js +9 -0
- package/dist/es/base/dds-element.js +100 -86
- package/dist/es/base/dds-form-element.js +122 -144
- package/dist/es/base/dds-property.d.ts +1 -1
- package/dist/es/base/dds-property.js +48 -8
- package/dist/es/base/decorators.js +8 -11
- package/dist/es/base/define.js +12 -17
- package/dist/es/base/index.js +3 -11
- package/dist/es/components/accordion/daikin-accordion.js +69 -89
- package/dist/es/components/accordion/index.js +1 -3
- package/dist/es/components/accordion-item/daikin-accordion-item.js +138 -168
- package/dist/es/components/accordion-item/index.js +1 -3
- package/dist/es/components/avatar/daikin-avatar.js +136 -156
- package/dist/es/components/avatar/index.js +1 -3
- package/dist/es/components/badge/daikin-badge.js +173 -198
- package/dist/es/components/badge/index.js +1 -3
- package/dist/es/components/breadcrumb/daikin-breadcrumb.js +73 -87
- package/dist/es/components/breadcrumb/index.js +1 -3
- package/dist/es/components/breadcrumb-item/daikin-breadcrumb-item.js +106 -119
- package/dist/es/components/breadcrumb-item/index.js +1 -3
- package/dist/es/components/button/daikin-button.js +255 -286
- package/dist/es/components/button/index.js +1 -3
- package/dist/es/components/calendar/daikin-calendar.js +407 -520
- package/dist/es/components/calendar/index.js +1 -3
- package/dist/es/components/card/daikin-card.js +44 -58
- package/dist/es/components/card/index.js +1 -3
- package/dist/es/components/card-footer/daikin-card-footer.js +16 -25
- package/dist/es/components/card-footer/index.js +1 -3
- package/dist/es/components/card-header/daikin-card-header.js +39 -48
- package/dist/es/components/card-header/index.js +1 -3
- package/dist/es/components/carousel/daikin-carousel.js +121 -163
- package/dist/es/components/carousel/index.js +1 -3
- package/dist/es/components/carousel-item/daikin-carousel-item.js +44 -58
- package/dist/es/components/carousel-item/index.js +1 -3
- package/dist/es/components/checkbox/daikin-checkbox.js +315 -333
- package/dist/es/components/checkbox/index.js +1 -3
- package/dist/es/components/checkbox-group/daikin-checkbox-group.js +86 -106
- package/dist/es/components/checkbox-group/index.js +1 -3
- package/dist/es/components/chip/daikin-chip.js +304 -332
- package/dist/es/components/chip/index.js +1 -3
- package/dist/es/components/combobox/daikin-combobox.js +454 -584
- package/dist/es/components/combobox/index.js +1 -4
- package/dist/es/components/date-picker/daikin-date-picker.js +787 -826
- package/dist/es/components/date-picker/index.js +1 -3
- package/dist/es/components/divider/daikin-divider.js +25 -34
- package/dist/es/components/divider/index.js +1 -3
- package/dist/es/components/drawer/daikin-drawer.js +189 -208
- package/dist/es/components/drawer/index.js +1 -3
- package/dist/es/components/drawer-footer/daikin-drawer-footer.js +18 -27
- package/dist/es/components/drawer-footer/index.js +1 -3
- package/dist/es/components/drawer-header/daikin-drawer-header.js +53 -64
- package/dist/es/components/drawer-header/index.js +1 -3
- package/dist/es/components/dropdown/daikin-dropdown.js +468 -570
- package/dist/es/components/dropdown/index.js +1 -3
- package/dist/es/components/dropdown-item/daikin-dropdown-item.js +124 -150
- package/dist/es/components/dropdown-item/index.js +1 -3
- package/dist/es/components/empty-state/daikin-empty-state.js +21 -30
- package/dist/es/components/empty-state/index.js +1 -3
- package/dist/es/components/icon/daikin-icon.js +150 -177
- package/dist/es/components/icon/icons.json.js +97 -7
- package/dist/es/components/icon/index.js +1 -4
- package/dist/es/components/icon-button/daikin-icon-button.js +242 -267
- package/dist/es/components/icon-button/index.js +1 -3
- package/dist/es/components/index.js +85 -99
- package/dist/es/components/inline-notification/daikin-inline-notification.js +130 -160
- package/dist/es/components/inline-notification/index.js +1 -3
- package/dist/es/components/input-group/daikin-input-group.js +184 -234
- package/dist/es/components/input-group/index.js +1 -3
- package/dist/es/components/link/daikin-link.js +111 -127
- package/dist/es/components/link/index.js +1 -3
- package/dist/es/components/list/daikin-list.js +77 -100
- package/dist/es/components/list/index.js +1 -3
- package/dist/es/components/list-item/daikin-list-item.js +168 -192
- package/dist/es/components/list-item/index.js +1 -3
- package/dist/es/components/loading/daikin-loading.js +62 -82
- package/dist/es/components/loading/index.js +1 -3
- package/dist/es/components/logo/daikin-logo.js +106 -125
- package/dist/es/components/logo/index.js +1 -3
- package/dist/es/components/menu/daikin-menu.js +246 -316
- package/dist/es/components/menu/index.js +1 -3
- package/dist/es/components/modal/daikin-modal.js +97 -126
- package/dist/es/components/modal/index.js +1 -3
- package/dist/es/components/modal-footer/daikin-modal-footer.js +18 -27
- package/dist/es/components/modal-footer/index.js +1 -3
- package/dist/es/components/modal-header/daikin-modal-header.js +61 -72
- package/dist/es/components/modal-header/index.js +1 -3
- package/dist/es/components/navigation/daikin-navigation.js +42 -52
- package/dist/es/components/navigation/index.js +1 -3
- package/dist/es/components/navigation-item/daikin-navigation-item.js +152 -181
- package/dist/es/components/navigation-item/index.js +1 -3
- package/dist/es/components/pagination/daikin-pagination.js +183 -219
- package/dist/es/components/pagination/index.js +1 -3
- package/dist/es/components/pagination/pagination-utils.js +77 -44
- package/dist/es/components/progress-bar/daikin-progress-bar.js +129 -168
- package/dist/es/components/progress-bar/index.js +1 -3
- package/dist/es/components/progress-indicator/daikin-progress-indicator.js +47 -60
- package/dist/es/components/progress-indicator/index.js +1 -3
- package/dist/es/components/progress-indicator-item/daikin-progress-indicator-item.js +48 -69
- package/dist/es/components/progress-indicator-item/index.js +1 -3
- package/dist/es/components/radio/daikin-radio.js +264 -282
- package/dist/es/components/radio/index.js +1 -3
- package/dist/es/components/radio-group/daikin-radio-group.js +142 -170
- package/dist/es/components/radio-group/index.js +1 -3
- package/dist/es/components/select/daikin-select.js +222 -261
- package/dist/es/components/select/index.js +1 -3
- package/dist/es/components/slider/daikin-slider.js +241 -298
- package/dist/es/components/slider/index.js +1 -3
- package/dist/es/components/slider/slider-utils.js +62 -49
- package/dist/es/components/status-message/daikin-status-message.js +107 -111
- package/dist/es/components/status-message/index.js +1 -3
- package/dist/es/components/tab/daikin-tab.js +105 -130
- package/dist/es/components/tab/index.js +1 -3
- package/dist/es/components/tab-panels/daikin-tab-panels.js +35 -50
- package/dist/es/components/tab-panels/index.js +1 -3
- package/dist/es/components/table/daikin-table.js +255 -314
- package/dist/es/components/table/index.js +1 -3
- package/dist/es/components/table-cell/daikin-table-cell.js +49 -68
- package/dist/es/components/table-cell/index.js +1 -3
- package/dist/es/components/table-header-cell/daikin-table-header-cell.js +121 -137
- package/dist/es/components/table-header-cell/index.js +1 -3
- package/dist/es/components/tabs/daikin-tabs.js +170 -217
- package/dist/es/components/tabs/index.js +1 -3
- package/dist/es/components/tag/daikin-tag.js +140 -150
- package/dist/es/components/tag/index.js +1 -3
- package/dist/es/components/text-area/daikin-text-area.js +153 -173
- package/dist/es/components/text-area/index.js +1 -3
- package/dist/es/components/text-field/daikin-text-field.js +361 -417
- package/dist/es/components/text-field/index.js +1 -3
- package/dist/es/components/text-field/number-utils.js +75 -90
- package/dist/es/components/text-masked-field/daikin-text-masked-field.js +279 -303
- package/dist/es/components/text-masked-field/index.js +1 -3
- package/dist/es/components/time-picker/daikin-time-picker.js +677 -756
- package/dist/es/components/time-picker/index.js +1 -13
- package/dist/es/components/toast-notification/daikin-toast-notification.js +134 -167
- package/dist/es/components/toast-notification/index.js +1 -3
- package/dist/es/components/toast-notification-manager/daikin-toast-notification-manager.js +165 -193
- package/dist/es/components/toast-notification-manager/index.js +1 -3
- package/dist/es/components/toggle/daikin-toggle.js +160 -175
- package/dist/es/components/toggle/index.js +1 -3
- package/dist/es/components/tooltip/daikin-tooltip.d.ts +2 -2
- package/dist/es/components/tooltip/daikin-tooltip.js +156 -199
- package/dist/es/components/tooltip/index.js +1 -3
- package/dist/es/components/tree/common.js +75 -76
- package/dist/es/components/tree/daikin-tree.js +81 -101
- package/dist/es/components/tree/index.js +1 -3
- package/dist/es/components/tree-item/daikin-tree-item.js +166 -193
- package/dist/es/components/tree-item/index.js +1 -4
- package/dist/es/components/tree-section/daikin-tree-section.js +157 -209
- package/dist/es/components/tree-section/index.js +1 -3
- package/dist/es/components/vertical-navigation/daikin-vertical-navigation.js +76 -102
- package/dist/es/components/vertical-navigation/index.js +1 -3
- package/dist/es/components/vertical-navigation-item/daikin-vertical-navigation-item.js +443 -468
- package/dist/es/components/vertical-navigation-item/index.js +1 -3
- package/dist/es/components/vertical-navigation-menu-item/daikin-vertical-navigation-menu-item.js +185 -209
- package/dist/es/components/vertical-navigation-menu-item/index.js +1 -3
- package/dist/es/controllers/block-scroll.js +74 -41
- package/dist/es/controllers/click-outside.js +61 -29
- package/dist/es/controllers/custom-readonly.js +52 -58
- package/dist/es/controllers/floating-ui-auto-update.js +74 -96
- package/dist/es/controllers/focus-trap.js +37 -55
- package/dist/es/controllers/helpers/controller-directive.js +46 -45
- package/dist/es/icon-registry.js +148 -163
- package/dist/es/index.js +17 -106
- package/dist/es/is-client.js +4 -4
- package/dist/es/navigation.js +67 -51
- package/dist/es/tailwind.css.js +4 -6
- package/dist/es/utils/calendar-common.js +156 -134
- package/dist/es/utils/extract-half-width-digits.js +18 -9
- package/dist/es/utils/is-similar-to-click.js +4 -4
- package/dist/es/utils/is-simple-key.js +10 -4
- package/dist/es/utils/notification-common.js +14 -28
- package/dist/es/utils/re-dispatch.js +7 -9
- package/dist/es/utils/scroller.js +45 -61
- package/dist/es-dev/_virtual/_@oxc-project_runtime@0.148.0/helpers/esm/decorate.js +9 -0
- package/dist/es-dev/base/dds-element.js +101 -96
- package/dist/es-dev/base/dds-form-element.js +122 -144
- package/dist/es-dev/base/dds-property.d.ts +1 -1
- package/dist/es-dev/base/dds-property.js +48 -8
- package/dist/es-dev/base/decorators.js +8 -11
- package/dist/es-dev/base/define.js +12 -17
- package/dist/es-dev/base/index.js +3 -11
- package/dist/es-dev/components/accordion/daikin-accordion.js +70 -96
- package/dist/es-dev/components/accordion/index.js +1 -3
- package/dist/es-dev/components/accordion-item/daikin-accordion-item.js +138 -168
- package/dist/es-dev/components/accordion-item/index.js +1 -3
- package/dist/es-dev/components/avatar/daikin-avatar.js +136 -156
- package/dist/es-dev/components/avatar/index.js +1 -3
- package/dist/es-dev/components/badge/daikin-badge.js +173 -198
- package/dist/es-dev/components/badge/index.js +1 -3
- package/dist/es-dev/components/breadcrumb/daikin-breadcrumb.js +73 -87
- package/dist/es-dev/components/breadcrumb/index.js +1 -3
- package/dist/es-dev/components/breadcrumb-item/daikin-breadcrumb-item.js +106 -119
- package/dist/es-dev/components/breadcrumb-item/index.js +1 -3
- package/dist/es-dev/components/button/daikin-button.js +255 -286
- package/dist/es-dev/components/button/index.js +1 -3
- package/dist/es-dev/components/calendar/daikin-calendar.js +415 -531
- package/dist/es-dev/components/calendar/index.js +1 -3
- package/dist/es-dev/components/card/daikin-card.js +44 -58
- package/dist/es-dev/components/card/index.js +1 -3
- package/dist/es-dev/components/card-footer/daikin-card-footer.js +16 -25
- package/dist/es-dev/components/card-footer/index.js +1 -3
- package/dist/es-dev/components/card-header/daikin-card-header.js +39 -48
- package/dist/es-dev/components/card-header/index.js +1 -3
- package/dist/es-dev/components/carousel/daikin-carousel.js +127 -173
- package/dist/es-dev/components/carousel/index.js +1 -3
- package/dist/es-dev/components/carousel-item/daikin-carousel-item.js +44 -58
- package/dist/es-dev/components/carousel-item/index.js +1 -3
- package/dist/es-dev/components/checkbox/daikin-checkbox.js +315 -333
- package/dist/es-dev/components/checkbox/index.js +1 -3
- package/dist/es-dev/components/checkbox-group/daikin-checkbox-group.js +86 -106
- package/dist/es-dev/components/checkbox-group/index.js +1 -3
- package/dist/es-dev/components/chip/daikin-chip.js +304 -332
- package/dist/es-dev/components/chip/index.js +1 -3
- package/dist/es-dev/components/combobox/daikin-combobox.js +454 -584
- package/dist/es-dev/components/combobox/index.js +1 -4
- package/dist/es-dev/components/date-picker/daikin-date-picker.js +795 -837
- package/dist/es-dev/components/date-picker/index.js +1 -3
- package/dist/es-dev/components/divider/daikin-divider.js +25 -34
- package/dist/es-dev/components/divider/index.js +1 -3
- package/dist/es-dev/components/drawer/daikin-drawer.js +189 -208
- package/dist/es-dev/components/drawer/index.js +1 -3
- package/dist/es-dev/components/drawer-footer/daikin-drawer-footer.js +18 -27
- package/dist/es-dev/components/drawer-footer/index.js +1 -3
- package/dist/es-dev/components/drawer-header/daikin-drawer-header.js +53 -64
- package/dist/es-dev/components/drawer-header/index.js +1 -3
- package/dist/es-dev/components/dropdown/daikin-dropdown.js +468 -570
- package/dist/es-dev/components/dropdown/index.js +1 -3
- package/dist/es-dev/components/dropdown-item/daikin-dropdown-item.js +124 -150
- package/dist/es-dev/components/dropdown-item/index.js +1 -3
- package/dist/es-dev/components/empty-state/daikin-empty-state.js +21 -30
- package/dist/es-dev/components/empty-state/index.js +1 -3
- package/dist/es-dev/components/icon/daikin-icon.js +158 -206
- package/dist/es-dev/components/icon/icons.json.js +97 -7
- package/dist/es-dev/components/icon/index.js +1 -4
- package/dist/es-dev/components/icon-button/daikin-icon-button.js +242 -267
- package/dist/es-dev/components/icon-button/index.js +1 -3
- package/dist/es-dev/components/index.js +85 -99
- package/dist/es-dev/components/inline-notification/daikin-inline-notification.js +130 -160
- package/dist/es-dev/components/inline-notification/index.js +1 -3
- package/dist/es-dev/components/input-group/daikin-input-group.js +184 -234
- package/dist/es-dev/components/input-group/index.js +1 -3
- package/dist/es-dev/components/link/daikin-link.js +111 -127
- package/dist/es-dev/components/link/index.js +1 -3
- package/dist/es-dev/components/list/daikin-list.js +77 -100
- package/dist/es-dev/components/list/index.js +1 -3
- package/dist/es-dev/components/list-item/daikin-list-item.js +168 -192
- package/dist/es-dev/components/list-item/index.js +1 -3
- package/dist/es-dev/components/loading/daikin-loading.js +62 -82
- package/dist/es-dev/components/loading/index.js +1 -3
- package/dist/es-dev/components/logo/daikin-logo.js +106 -125
- package/dist/es-dev/components/logo/index.js +1 -3
- package/dist/es-dev/components/menu/daikin-menu.js +246 -316
- package/dist/es-dev/components/menu/index.js +1 -3
- package/dist/es-dev/components/modal/daikin-modal.js +97 -126
- package/dist/es-dev/components/modal/index.js +1 -3
- package/dist/es-dev/components/modal-footer/daikin-modal-footer.js +18 -27
- package/dist/es-dev/components/modal-footer/index.js +1 -3
- package/dist/es-dev/components/modal-header/daikin-modal-header.js +61 -72
- package/dist/es-dev/components/modal-header/index.js +1 -3
- package/dist/es-dev/components/navigation/daikin-navigation.js +42 -52
- package/dist/es-dev/components/navigation/index.js +1 -3
- package/dist/es-dev/components/navigation-item/daikin-navigation-item.js +152 -181
- package/dist/es-dev/components/navigation-item/index.js +1 -3
- package/dist/es-dev/components/pagination/daikin-pagination.js +183 -219
- package/dist/es-dev/components/pagination/index.js +1 -3
- package/dist/es-dev/components/pagination/pagination-utils.js +77 -44
- package/dist/es-dev/components/progress-bar/daikin-progress-bar.js +138 -183
- package/dist/es-dev/components/progress-bar/index.js +1 -3
- package/dist/es-dev/components/progress-indicator/daikin-progress-indicator.js +47 -60
- package/dist/es-dev/components/progress-indicator/index.js +1 -3
- package/dist/es-dev/components/progress-indicator-item/daikin-progress-indicator-item.js +48 -69
- package/dist/es-dev/components/progress-indicator-item/index.js +1 -3
- package/dist/es-dev/components/radio/daikin-radio.js +264 -282
- package/dist/es-dev/components/radio/index.js +1 -3
- package/dist/es-dev/components/radio-group/daikin-radio-group.js +142 -170
- package/dist/es-dev/components/radio-group/index.js +1 -3
- package/dist/es-dev/components/select/daikin-select.js +222 -261
- package/dist/es-dev/components/select/index.js +1 -3
- package/dist/es-dev/components/slider/daikin-slider.js +241 -298
- package/dist/es-dev/components/slider/index.js +1 -3
- package/dist/es-dev/components/slider/slider-utils.js +62 -49
- package/dist/es-dev/components/status-message/daikin-status-message.js +107 -111
- package/dist/es-dev/components/status-message/index.js +1 -3
- package/dist/es-dev/components/tab/daikin-tab.js +105 -130
- package/dist/es-dev/components/tab/index.js +1 -3
- package/dist/es-dev/components/tab-panels/daikin-tab-panels.js +36 -57
- package/dist/es-dev/components/tab-panels/index.js +1 -3
- package/dist/es-dev/components/table/daikin-table.js +261 -326
- package/dist/es-dev/components/table/index.js +1 -3
- package/dist/es-dev/components/table-cell/daikin-table-cell.js +49 -68
- package/dist/es-dev/components/table-cell/index.js +1 -3
- package/dist/es-dev/components/table-header-cell/daikin-table-header-cell.js +121 -137
- package/dist/es-dev/components/table-header-cell/index.js +1 -3
- package/dist/es-dev/components/tabs/daikin-tabs.js +176 -227
- package/dist/es-dev/components/tabs/index.js +1 -3
- package/dist/es-dev/components/tag/daikin-tag.js +140 -150
- package/dist/es-dev/components/tag/index.js +1 -3
- package/dist/es-dev/components/text-area/daikin-text-area.js +153 -173
- package/dist/es-dev/components/text-area/index.js +1 -3
- package/dist/es-dev/components/text-field/daikin-text-field.js +361 -417
- package/dist/es-dev/components/text-field/index.js +1 -3
- package/dist/es-dev/components/text-field/number-utils.js +76 -93
- package/dist/es-dev/components/text-masked-field/daikin-text-masked-field.js +279 -303
- package/dist/es-dev/components/text-masked-field/index.js +1 -3
- package/dist/es-dev/components/time-picker/daikin-time-picker.js +685 -768
- package/dist/es-dev/components/time-picker/index.js +1 -13
- package/dist/es-dev/components/toast-notification/daikin-toast-notification.js +134 -167
- package/dist/es-dev/components/toast-notification/index.js +1 -3
- package/dist/es-dev/components/toast-notification-manager/daikin-toast-notification-manager.js +165 -193
- package/dist/es-dev/components/toast-notification-manager/index.js +1 -3
- package/dist/es-dev/components/toggle/daikin-toggle.js +160 -175
- package/dist/es-dev/components/toggle/index.js +1 -3
- package/dist/es-dev/components/tooltip/daikin-tooltip.d.ts +2 -2
- package/dist/es-dev/components/tooltip/daikin-tooltip.js +156 -199
- package/dist/es-dev/components/tooltip/index.js +1 -3
- package/dist/es-dev/components/tree/common.js +75 -76
- package/dist/es-dev/components/tree/daikin-tree.js +81 -101
- package/dist/es-dev/components/tree/index.js +1 -3
- package/dist/es-dev/components/tree-item/daikin-tree-item.js +166 -193
- package/dist/es-dev/components/tree-item/index.js +1 -4
- package/dist/es-dev/components/tree-section/daikin-tree-section.js +157 -209
- package/dist/es-dev/components/tree-section/index.js +1 -3
- package/dist/es-dev/components/vertical-navigation/daikin-vertical-navigation.js +80 -114
- package/dist/es-dev/components/vertical-navigation/index.js +1 -3
- package/dist/es-dev/components/vertical-navigation-item/daikin-vertical-navigation-item.js +443 -468
- package/dist/es-dev/components/vertical-navigation-item/index.js +1 -3
- package/dist/es-dev/components/vertical-navigation-menu-item/daikin-vertical-navigation-menu-item.js +185 -209
- package/dist/es-dev/components/vertical-navigation-menu-item/index.js +1 -3
- package/dist/es-dev/controllers/block-scroll.js +74 -41
- package/dist/es-dev/controllers/click-outside.js +61 -29
- package/dist/es-dev/controllers/custom-readonly.js +52 -58
- package/dist/es-dev/controllers/floating-ui-auto-update.js +76 -103
- package/dist/es-dev/controllers/focus-trap.js +37 -55
- package/dist/es-dev/controllers/helpers/controller-directive.js +46 -45
- package/dist/es-dev/icon-registry.js +148 -163
- package/dist/es-dev/index.js +17 -106
- package/dist/es-dev/is-client.js +4 -4
- package/dist/es-dev/navigation.js +67 -51
- package/dist/es-dev/tailwind.css.js +4 -6
- package/dist/es-dev/utils/calendar-common.js +156 -134
- package/dist/es-dev/utils/extract-half-width-digits.js +18 -9
- package/dist/es-dev/utils/is-similar-to-click.js +4 -4
- package/dist/es-dev/utils/is-simple-key.js +10 -4
- package/dist/es-dev/utils/notification-common.js +17 -31
- package/dist/es-dev/utils/re-dispatch.js +7 -9
- package/dist/es-dev/utils/scroller.js +45 -61
- package/package.json +80 -78
package/custom-elements.json
CHANGED
|
@@ -1171,6 +1171,30 @@
|
|
|
1171
1171
|
}
|
|
1172
1172
|
]
|
|
1173
1173
|
},
|
|
1174
|
+
{
|
|
1175
|
+
"kind": "javascript-module",
|
|
1176
|
+
"path": "dist/es/constants/events.js",
|
|
1177
|
+
"declarations": [
|
|
1178
|
+
{
|
|
1179
|
+
"kind": "variable",
|
|
1180
|
+
"name": "EVENT_CLOSE",
|
|
1181
|
+
"type": {
|
|
1182
|
+
"text": "string"
|
|
1183
|
+
},
|
|
1184
|
+
"default": "\"close\""
|
|
1185
|
+
}
|
|
1186
|
+
],
|
|
1187
|
+
"exports": [
|
|
1188
|
+
{
|
|
1189
|
+
"kind": "js",
|
|
1190
|
+
"name": "EVENT_CLOSE",
|
|
1191
|
+
"declaration": {
|
|
1192
|
+
"name": "EVENT_CLOSE",
|
|
1193
|
+
"module": "src/constants/events.ts"
|
|
1194
|
+
}
|
|
1195
|
+
}
|
|
1196
|
+
]
|
|
1197
|
+
},
|
|
1174
1198
|
{
|
|
1175
1199
|
"kind": "javascript-module",
|
|
1176
1200
|
"path": "dist/es/components/index.js",
|
|
@@ -1738,30 +1762,6 @@
|
|
|
1738
1762
|
}
|
|
1739
1763
|
]
|
|
1740
1764
|
},
|
|
1741
|
-
{
|
|
1742
|
-
"kind": "javascript-module",
|
|
1743
|
-
"path": "dist/es/constants/events.js",
|
|
1744
|
-
"declarations": [
|
|
1745
|
-
{
|
|
1746
|
-
"kind": "variable",
|
|
1747
|
-
"name": "EVENT_CLOSE",
|
|
1748
|
-
"type": {
|
|
1749
|
-
"text": "string"
|
|
1750
|
-
},
|
|
1751
|
-
"default": "\"close\""
|
|
1752
|
-
}
|
|
1753
|
-
],
|
|
1754
|
-
"exports": [
|
|
1755
|
-
{
|
|
1756
|
-
"kind": "js",
|
|
1757
|
-
"name": "EVENT_CLOSE",
|
|
1758
|
-
"declaration": {
|
|
1759
|
-
"name": "EVENT_CLOSE",
|
|
1760
|
-
"module": "src/constants/events.ts"
|
|
1761
|
-
}
|
|
1762
|
-
}
|
|
1763
|
-
]
|
|
1764
|
-
},
|
|
1765
1765
|
{
|
|
1766
1766
|
"kind": "javascript-module",
|
|
1767
1767
|
"path": "dist/es/controllers/block-scroll.js",
|
|
@@ -2162,352 +2162,101 @@
|
|
|
2162
2162
|
},
|
|
2163
2163
|
{
|
|
2164
2164
|
"kind": "javascript-module",
|
|
2165
|
-
"path": "dist/es/
|
|
2165
|
+
"path": "dist/es/utils/calendar-common.js",
|
|
2166
2166
|
"declarations": [
|
|
2167
2167
|
{
|
|
2168
|
-
"kind": "
|
|
2169
|
-
"
|
|
2170
|
-
"
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2168
|
+
"kind": "variable",
|
|
2169
|
+
"name": "DEFAULT_MIN_DATE",
|
|
2170
|
+
"type": {
|
|
2171
|
+
"text": "string"
|
|
2172
|
+
},
|
|
2173
|
+
"default": "\"1900-01-01\""
|
|
2174
|
+
},
|
|
2175
|
+
{
|
|
2176
|
+
"kind": "variable",
|
|
2177
|
+
"name": "DEFAULT_MAX_DATE",
|
|
2178
|
+
"type": {
|
|
2179
|
+
"text": "string"
|
|
2180
|
+
},
|
|
2181
|
+
"default": "\"2099-12-31\""
|
|
2182
|
+
},
|
|
2183
|
+
{
|
|
2184
|
+
"kind": "variable",
|
|
2185
|
+
"name": "cvaIconButton"
|
|
2186
|
+
},
|
|
2187
|
+
{
|
|
2188
|
+
"kind": "function",
|
|
2189
|
+
"name": "isDateOutOfRange",
|
|
2190
|
+
"return": {
|
|
2191
|
+
"type": {
|
|
2192
|
+
"text": "boolean"
|
|
2175
2193
|
}
|
|
2176
|
-
|
|
2177
|
-
"
|
|
2194
|
+
},
|
|
2195
|
+
"parameters": [
|
|
2178
2196
|
{
|
|
2179
|
-
"
|
|
2180
|
-
"name": "border",
|
|
2197
|
+
"name": "base",
|
|
2181
2198
|
"type": {
|
|
2182
|
-
"text": "
|
|
2183
|
-
}
|
|
2184
|
-
"default": "\"vertical\"",
|
|
2185
|
-
"description": "The border type of the accordion.\n- `vertical`: Display the top and bottom border style.\n- `all`: Box border style.\n- `none`: No border style.",
|
|
2186
|
-
"attribute": "border",
|
|
2187
|
-
"reflects": true
|
|
2199
|
+
"text": "Date"
|
|
2200
|
+
}
|
|
2188
2201
|
},
|
|
2189
2202
|
{
|
|
2190
|
-
"
|
|
2191
|
-
"name": "openItems",
|
|
2203
|
+
"name": "min",
|
|
2192
2204
|
"type": {
|
|
2193
|
-
"text": "
|
|
2194
|
-
}
|
|
2195
|
-
"default": "[]",
|
|
2196
|
-
"description": "A list of the names of the open items.\nIf `exclusive` is true, the number of elements is 0 or 1.\nWhen the user toggles an accordion item, this property is updated and a `change` event is emitted.\nWhen controlling this property externally, listen to the `change` event and read the updated `openItems` from the component to keep your state in sync."
|
|
2205
|
+
"text": "Date"
|
|
2206
|
+
}
|
|
2197
2207
|
},
|
|
2198
2208
|
{
|
|
2199
|
-
"
|
|
2200
|
-
"name": "exclusive",
|
|
2209
|
+
"name": "max",
|
|
2201
2210
|
"type": {
|
|
2202
|
-
"text": "
|
|
2203
|
-
}
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2211
|
+
"text": "Date"
|
|
2212
|
+
}
|
|
2213
|
+
}
|
|
2214
|
+
],
|
|
2215
|
+
"description": "Determines whether the specified date is outside the range. Time information is ignored."
|
|
2216
|
+
},
|
|
2217
|
+
{
|
|
2218
|
+
"kind": "function",
|
|
2219
|
+
"name": "isMonthOutOfRange",
|
|
2220
|
+
"return": {
|
|
2221
|
+
"type": {
|
|
2222
|
+
"text": "boolean"
|
|
2223
|
+
}
|
|
2224
|
+
},
|
|
2225
|
+
"parameters": [
|
|
2209
2226
|
{
|
|
2210
|
-
"
|
|
2211
|
-
"name": "_items",
|
|
2227
|
+
"name": "base",
|
|
2212
2228
|
"type": {
|
|
2213
|
-
"text": "
|
|
2214
|
-
}
|
|
2215
|
-
"privacy": "private",
|
|
2216
|
-
"readonly": true
|
|
2217
|
-
},
|
|
2218
|
-
{
|
|
2219
|
-
"kind": "method",
|
|
2220
|
-
"name": "_handleMoveFocus",
|
|
2221
|
-
"privacy": "private",
|
|
2222
|
-
"return": {
|
|
2223
|
-
"type": {
|
|
2224
|
-
"text": "void"
|
|
2225
|
-
}
|
|
2226
|
-
},
|
|
2227
|
-
"parameters": [
|
|
2228
|
-
{
|
|
2229
|
-
"name": "event",
|
|
2230
|
-
"type": {
|
|
2231
|
-
"text": "CustomEvent<{ direction: \"up\" | \"down\" }>"
|
|
2232
|
-
}
|
|
2233
|
-
}
|
|
2234
|
-
]
|
|
2235
|
-
},
|
|
2236
|
-
{
|
|
2237
|
-
"kind": "method",
|
|
2238
|
-
"name": "_handleToggle",
|
|
2239
|
-
"privacy": "private",
|
|
2240
|
-
"parameters": [
|
|
2241
|
-
{
|
|
2242
|
-
"name": "event",
|
|
2243
|
-
"type": {
|
|
2244
|
-
"text": "Event"
|
|
2245
|
-
}
|
|
2246
|
-
}
|
|
2247
|
-
]
|
|
2229
|
+
"text": "Date"
|
|
2230
|
+
}
|
|
2248
2231
|
},
|
|
2249
2232
|
{
|
|
2250
|
-
"
|
|
2251
|
-
"
|
|
2252
|
-
|
|
2233
|
+
"name": "min",
|
|
2234
|
+
"type": {
|
|
2235
|
+
"text": "Date"
|
|
2236
|
+
}
|
|
2253
2237
|
},
|
|
2254
2238
|
{
|
|
2255
|
-
"
|
|
2256
|
-
"name": "version",
|
|
2239
|
+
"name": "max",
|
|
2257
2240
|
"type": {
|
|
2258
|
-
"text": "
|
|
2259
|
-
},
|
|
2260
|
-
"static": true,
|
|
2261
|
-
"readonly": true,
|
|
2262
|
-
"default": "VERSION",
|
|
2263
|
-
"description": "The version of the DDS library",
|
|
2264
|
-
"inheritedFrom": {
|
|
2265
|
-
"name": "DDSElement",
|
|
2266
|
-
"module": "dist/es/base/dds-element.js"
|
|
2241
|
+
"text": "Date"
|
|
2267
2242
|
}
|
|
2268
|
-
}
|
|
2243
|
+
}
|
|
2244
|
+
],
|
|
2245
|
+
"description": "Determines whether the specified month and year are outside the range. Date and time information is ignored."
|
|
2246
|
+
},
|
|
2247
|
+
{
|
|
2248
|
+
"kind": "function",
|
|
2249
|
+
"name": "isSameYearMonth",
|
|
2250
|
+
"return": {
|
|
2251
|
+
"type": {
|
|
2252
|
+
"text": "boolean"
|
|
2253
|
+
}
|
|
2254
|
+
},
|
|
2255
|
+
"parameters": [
|
|
2269
2256
|
{
|
|
2270
|
-
"
|
|
2271
|
-
"
|
|
2272
|
-
|
|
2273
|
-
"return": {
|
|
2274
|
-
"type": {
|
|
2275
|
-
"text": ""
|
|
2276
|
-
}
|
|
2277
|
-
},
|
|
2278
|
-
"parameters": [
|
|
2279
|
-
{
|
|
2280
|
-
"name": "name",
|
|
2281
|
-
"type": {
|
|
2282
|
-
"text": "PropertyKey"
|
|
2283
|
-
},
|
|
2284
|
-
"description": "The property name (e.g., \"value\", \"disabled\")"
|
|
2285
|
-
},
|
|
2286
|
-
{
|
|
2287
|
-
"name": "key",
|
|
2288
|
-
"type": {
|
|
2289
|
-
"text": "string | symbol"
|
|
2290
|
-
},
|
|
2291
|
-
"description": "The backing property key used for internal storage (generated by Lit)"
|
|
2292
|
-
},
|
|
2293
|
-
{
|
|
2294
|
-
"name": "{ fallbackValue, isAllowedValue, ...options }",
|
|
2295
|
-
"type": {
|
|
2296
|
-
"text": "DDSPropertyDeclaration"
|
|
2297
|
-
}
|
|
2298
|
-
},
|
|
2299
|
-
{
|
|
2300
|
-
"description": "DDS property declaration options including fallbackValue and isAllowedValue",
|
|
2301
|
-
"name": "options"
|
|
2302
|
-
}
|
|
2303
|
-
],
|
|
2304
|
-
"description": "Override of LitElement's getPropertyDescriptor to add support for fallback values\nand property validation.",
|
|
2305
|
-
"inheritedFrom": {
|
|
2306
|
-
"name": "DDSElement",
|
|
2307
|
-
"module": "dist/es/base/dds-element.js"
|
|
2308
|
-
}
|
|
2309
|
-
},
|
|
2310
|
-
{
|
|
2311
|
-
"kind": "method",
|
|
2312
|
-
"name": "getBackingProperty",
|
|
2313
|
-
"privacy": "protected",
|
|
2314
|
-
"return": {
|
|
2315
|
-
"type": {
|
|
2316
|
-
"text": ""
|
|
2317
|
-
}
|
|
2318
|
-
},
|
|
2319
|
-
"parameters": [
|
|
2320
|
-
{
|
|
2321
|
-
"name": "name",
|
|
2322
|
-
"type": {
|
|
2323
|
-
"text": "T"
|
|
2324
|
-
},
|
|
2325
|
-
"description": "The property name to retrieve the backing value for"
|
|
2326
|
-
}
|
|
2327
|
-
],
|
|
2328
|
-
"description": "Retrieves the backing property value for a given property name.\nThis allows access to the underlying stored value before any fallback logic is applied.\n\nWhy is this needed?\n- The public property getter may return a fallback value when the actual value is undefined.\n- Sometimes we need to know if the property was explicitly set or if we're using a fallback.\n- This method provides access to the raw backing value stored by Lit.",
|
|
2329
|
-
"inheritedFrom": {
|
|
2330
|
-
"name": "DDSElement",
|
|
2331
|
-
"module": "dist/es/base/dds-element.js"
|
|
2332
|
-
}
|
|
2333
|
-
}
|
|
2334
|
-
],
|
|
2335
|
-
"events": [
|
|
2336
|
-
{
|
|
2337
|
-
"name": "change",
|
|
2338
|
-
"type": {
|
|
2339
|
-
"text": "Event"
|
|
2340
|
-
},
|
|
2341
|
-
"description": "A custom event emitted when the open state of the accordion changes. The updated `openItems` can be read from the event target."
|
|
2342
|
-
}
|
|
2343
|
-
],
|
|
2344
|
-
"attributes": [
|
|
2345
|
-
{
|
|
2346
|
-
"name": "border",
|
|
2347
|
-
"type": {
|
|
2348
|
-
"text": "\"vertical\" | \"all\" | \"none\""
|
|
2349
|
-
},
|
|
2350
|
-
"default": "\"vertical\"",
|
|
2351
|
-
"description": "The border type of the accordion.\n- `vertical`: Display the top and bottom border style.\n- `all`: Box border style.\n- `none`: No border style.",
|
|
2352
|
-
"fieldName": "border"
|
|
2353
|
-
},
|
|
2354
|
-
{
|
|
2355
|
-
"name": "exclusive",
|
|
2356
|
-
"type": {
|
|
2357
|
-
"text": "boolean"
|
|
2358
|
-
},
|
|
2359
|
-
"default": "false",
|
|
2360
|
-
"description": "Whether or not to make the accordion exclusive.\nIf true, the number of items that can be open at once is limited to one.",
|
|
2361
|
-
"fieldName": "exclusive"
|
|
2362
|
-
}
|
|
2363
|
-
],
|
|
2364
|
-
"superclass": {
|
|
2365
|
-
"name": "DDSElement",
|
|
2366
|
-
"module": "/src/base"
|
|
2367
|
-
},
|
|
2368
|
-
"tagName": "daikin-accordion",
|
|
2369
|
-
"customElement": true
|
|
2370
|
-
}
|
|
2371
|
-
],
|
|
2372
|
-
"exports": [
|
|
2373
|
-
{
|
|
2374
|
-
"kind": "js",
|
|
2375
|
-
"name": "DaikinAccordion",
|
|
2376
|
-
"declaration": {
|
|
2377
|
-
"name": "DaikinAccordion",
|
|
2378
|
-
"module": "src/components/accordion/daikin-accordion.ts"
|
|
2379
|
-
}
|
|
2380
|
-
},
|
|
2381
|
-
{
|
|
2382
|
-
"kind": "custom-element-definition",
|
|
2383
|
-
"name": "daikin-accordion",
|
|
2384
|
-
"declaration": {
|
|
2385
|
-
"name": "DaikinAccordion",
|
|
2386
|
-
"module": "src/components/accordion/daikin-accordion.ts"
|
|
2387
|
-
}
|
|
2388
|
-
},
|
|
2389
|
-
{
|
|
2390
|
-
"kind": "js",
|
|
2391
|
-
"name": "default",
|
|
2392
|
-
"declaration": {
|
|
2393
|
-
"name": "DaikinAccordion",
|
|
2394
|
-
"module": "src/components/accordion/daikin-accordion.ts"
|
|
2395
|
-
}
|
|
2396
|
-
}
|
|
2397
|
-
]
|
|
2398
|
-
},
|
|
2399
|
-
{
|
|
2400
|
-
"kind": "javascript-module",
|
|
2401
|
-
"path": "dist/es/components/accordion/index.js",
|
|
2402
|
-
"declarations": [],
|
|
2403
|
-
"exports": [
|
|
2404
|
-
{
|
|
2405
|
-
"kind": "js",
|
|
2406
|
-
"name": "*",
|
|
2407
|
-
"declaration": {
|
|
2408
|
-
"name": "*",
|
|
2409
|
-
"module": "src/components/accordion/daikin-accordion"
|
|
2410
|
-
}
|
|
2411
|
-
}
|
|
2412
|
-
]
|
|
2413
|
-
},
|
|
2414
|
-
{
|
|
2415
|
-
"kind": "javascript-module",
|
|
2416
|
-
"path": "dist/es/utils/calendar-common.js",
|
|
2417
|
-
"declarations": [
|
|
2418
|
-
{
|
|
2419
|
-
"kind": "variable",
|
|
2420
|
-
"name": "DEFAULT_MIN_DATE",
|
|
2421
|
-
"type": {
|
|
2422
|
-
"text": "string"
|
|
2423
|
-
},
|
|
2424
|
-
"default": "\"1900-01-01\""
|
|
2425
|
-
},
|
|
2426
|
-
{
|
|
2427
|
-
"kind": "variable",
|
|
2428
|
-
"name": "DEFAULT_MAX_DATE",
|
|
2429
|
-
"type": {
|
|
2430
|
-
"text": "string"
|
|
2431
|
-
},
|
|
2432
|
-
"default": "\"2099-12-31\""
|
|
2433
|
-
},
|
|
2434
|
-
{
|
|
2435
|
-
"kind": "variable",
|
|
2436
|
-
"name": "cvaIconButton"
|
|
2437
|
-
},
|
|
2438
|
-
{
|
|
2439
|
-
"kind": "function",
|
|
2440
|
-
"name": "isDateOutOfRange",
|
|
2441
|
-
"return": {
|
|
2442
|
-
"type": {
|
|
2443
|
-
"text": "boolean"
|
|
2444
|
-
}
|
|
2445
|
-
},
|
|
2446
|
-
"parameters": [
|
|
2447
|
-
{
|
|
2448
|
-
"name": "base",
|
|
2449
|
-
"type": {
|
|
2450
|
-
"text": "Date"
|
|
2451
|
-
}
|
|
2452
|
-
},
|
|
2453
|
-
{
|
|
2454
|
-
"name": "min",
|
|
2455
|
-
"type": {
|
|
2456
|
-
"text": "Date"
|
|
2457
|
-
}
|
|
2458
|
-
},
|
|
2459
|
-
{
|
|
2460
|
-
"name": "max",
|
|
2461
|
-
"type": {
|
|
2462
|
-
"text": "Date"
|
|
2463
|
-
}
|
|
2464
|
-
}
|
|
2465
|
-
],
|
|
2466
|
-
"description": "Determines whether the specified date is outside the range. Time information is ignored."
|
|
2467
|
-
},
|
|
2468
|
-
{
|
|
2469
|
-
"kind": "function",
|
|
2470
|
-
"name": "isMonthOutOfRange",
|
|
2471
|
-
"return": {
|
|
2472
|
-
"type": {
|
|
2473
|
-
"text": "boolean"
|
|
2474
|
-
}
|
|
2475
|
-
},
|
|
2476
|
-
"parameters": [
|
|
2477
|
-
{
|
|
2478
|
-
"name": "base",
|
|
2479
|
-
"type": {
|
|
2480
|
-
"text": "Date"
|
|
2481
|
-
}
|
|
2482
|
-
},
|
|
2483
|
-
{
|
|
2484
|
-
"name": "min",
|
|
2485
|
-
"type": {
|
|
2486
|
-
"text": "Date"
|
|
2487
|
-
}
|
|
2488
|
-
},
|
|
2489
|
-
{
|
|
2490
|
-
"name": "max",
|
|
2491
|
-
"type": {
|
|
2492
|
-
"text": "Date"
|
|
2493
|
-
}
|
|
2494
|
-
}
|
|
2495
|
-
],
|
|
2496
|
-
"description": "Determines whether the specified month and year are outside the range. Date and time information is ignored."
|
|
2497
|
-
},
|
|
2498
|
-
{
|
|
2499
|
-
"kind": "function",
|
|
2500
|
-
"name": "isSameYearMonth",
|
|
2501
|
-
"return": {
|
|
2502
|
-
"type": {
|
|
2503
|
-
"text": "boolean"
|
|
2504
|
-
}
|
|
2505
|
-
},
|
|
2506
|
-
"parameters": [
|
|
2507
|
-
{
|
|
2508
|
-
"name": "a",
|
|
2509
|
-
"type": {
|
|
2510
|
-
"text": "Date"
|
|
2257
|
+
"name": "a",
|
|
2258
|
+
"type": {
|
|
2259
|
+
"text": "Date"
|
|
2511
2260
|
}
|
|
2512
2261
|
},
|
|
2513
2262
|
{
|
|
@@ -3272,126 +3021,94 @@
|
|
|
3272
3021
|
},
|
|
3273
3022
|
{
|
|
3274
3023
|
"kind": "javascript-module",
|
|
3275
|
-
"path": "dist/es/components/accordion
|
|
3024
|
+
"path": "dist/es/components/accordion/daikin-accordion.js",
|
|
3276
3025
|
"declarations": [
|
|
3277
3026
|
{
|
|
3278
3027
|
"kind": "class",
|
|
3279
|
-
"description": "The accordion
|
|
3280
|
-
"name": "
|
|
3281
|
-
"cssProperties": [
|
|
3282
|
-
{
|
|
3283
|
-
"description": "The `display` property of the top divider. Must be either `block` or `none`. Set automatically by `daikin-accordion` component.",
|
|
3284
|
-
"name": "--divider-top-display",
|
|
3285
|
-
"default": "none"
|
|
3286
|
-
},
|
|
3287
|
-
{
|
|
3288
|
-
"description": "The `display` property of the bottom divider. Must be either `block` or `none`. Set automatically by `daikin-accordion` component.",
|
|
3289
|
-
"name": "--divider-bottom-display",
|
|
3290
|
-
"default": "none"
|
|
3291
|
-
}
|
|
3292
|
-
],
|
|
3028
|
+
"description": "The accordion component serves as the parent element that organizes and manages the overall structure of the accordion.\nCurrently it only provides appropriate styles for individual accordion items.\n\nHierarchy:\n- `daikin-accordion` > `daikin-accordion-item`",
|
|
3029
|
+
"name": "DaikinAccordion",
|
|
3293
3030
|
"slots": [
|
|
3294
3031
|
{
|
|
3295
|
-
"description": "A slot for the accordion item
|
|
3032
|
+
"description": "A slot for the accordion items. Place `daikin-accordion-item` elements here.",
|
|
3296
3033
|
"name": ""
|
|
3297
|
-
},
|
|
3298
|
-
{
|
|
3299
|
-
"description": "A slot for the accordion item summary content.",
|
|
3300
|
-
"name": "summary"
|
|
3301
|
-
},
|
|
3302
|
-
{
|
|
3303
|
-
"description": "A slot for an icon to be placed to the left of the summary text. Place `daikin-icon` or something similar.",
|
|
3304
|
-
"name": "left-icon"
|
|
3305
3034
|
}
|
|
3306
3035
|
],
|
|
3307
3036
|
"members": [
|
|
3308
3037
|
{
|
|
3309
3038
|
"kind": "field",
|
|
3310
|
-
"name": "
|
|
3311
|
-
"privacy": "private"
|
|
3312
|
-
},
|
|
3313
|
-
{
|
|
3314
|
-
"kind": "field",
|
|
3315
|
-
"name": "_contentRef",
|
|
3316
|
-
"privacy": "private"
|
|
3317
|
-
},
|
|
3318
|
-
{
|
|
3319
|
-
"kind": "field",
|
|
3320
|
-
"name": "name",
|
|
3039
|
+
"name": "border",
|
|
3321
3040
|
"type": {
|
|
3322
|
-
"text": "
|
|
3041
|
+
"text": "\"vertical\" | \"all\" | \"none\""
|
|
3323
3042
|
},
|
|
3324
|
-
"
|
|
3325
|
-
"
|
|
3043
|
+
"default": "\"vertical\"",
|
|
3044
|
+
"description": "The border type of the accordion.\n- `vertical`: Display the top and bottom border style.\n- `all`: Box border style.\n- `none`: No border style.",
|
|
3045
|
+
"attribute": "border",
|
|
3326
3046
|
"reflects": true
|
|
3327
3047
|
},
|
|
3328
3048
|
{
|
|
3329
3049
|
"kind": "field",
|
|
3330
|
-
"name": "
|
|
3050
|
+
"name": "openItems",
|
|
3331
3051
|
"type": {
|
|
3332
|
-
"text": "
|
|
3052
|
+
"text": "string[]"
|
|
3333
3053
|
},
|
|
3334
|
-
"default": "
|
|
3335
|
-
"description": "
|
|
3336
|
-
"attribute": "open",
|
|
3337
|
-
"reflects": true
|
|
3054
|
+
"default": "[]",
|
|
3055
|
+
"description": "A list of the names of the open items.\nIf `exclusive` is true, the number of elements is 0 or 1.\nWhen the user toggles an accordion item, this property is updated and a `change` event is emitted.\nWhen controlling this property externally, listen to the `change` event and read the updated `openItems` from the component to keep your state in sync."
|
|
3338
3056
|
},
|
|
3339
3057
|
{
|
|
3340
3058
|
"kind": "field",
|
|
3341
|
-
"name": "
|
|
3059
|
+
"name": "exclusive",
|
|
3342
3060
|
"type": {
|
|
3343
3061
|
"text": "boolean"
|
|
3344
3062
|
},
|
|
3345
3063
|
"default": "false",
|
|
3346
|
-
"description": "Whether the accordion
|
|
3347
|
-
"attribute": "
|
|
3064
|
+
"description": "Whether or not to make the accordion exclusive.\nIf true, the number of items that can be open at once is limited to one.",
|
|
3065
|
+
"attribute": "exclusive",
|
|
3348
3066
|
"reflects": true
|
|
3349
3067
|
},
|
|
3068
|
+
{
|
|
3069
|
+
"kind": "field",
|
|
3070
|
+
"name": "_items",
|
|
3071
|
+
"type": {
|
|
3072
|
+
"text": "readonly DaikinAccordionItem[]"
|
|
3073
|
+
},
|
|
3074
|
+
"privacy": "private",
|
|
3075
|
+
"readonly": true
|
|
3076
|
+
},
|
|
3350
3077
|
{
|
|
3351
3078
|
"kind": "method",
|
|
3352
|
-
"name": "
|
|
3079
|
+
"name": "_handleMoveFocus",
|
|
3353
3080
|
"privacy": "private",
|
|
3081
|
+
"return": {
|
|
3082
|
+
"type": {
|
|
3083
|
+
"text": "void"
|
|
3084
|
+
}
|
|
3085
|
+
},
|
|
3354
3086
|
"parameters": [
|
|
3355
3087
|
{
|
|
3356
3088
|
"name": "event",
|
|
3357
3089
|
"type": {
|
|
3358
|
-
"text": "
|
|
3090
|
+
"text": "CustomEvent<{ direction: \"up\" | \"down\" }>"
|
|
3359
3091
|
}
|
|
3360
3092
|
}
|
|
3361
3093
|
]
|
|
3362
3094
|
},
|
|
3363
3095
|
{
|
|
3364
3096
|
"kind": "method",
|
|
3365
|
-
"name": "
|
|
3097
|
+
"name": "_handleToggle",
|
|
3366
3098
|
"privacy": "private",
|
|
3367
3099
|
"parameters": [
|
|
3368
3100
|
{
|
|
3369
3101
|
"name": "event",
|
|
3370
3102
|
"type": {
|
|
3371
|
-
"text": "
|
|
3103
|
+
"text": "Event"
|
|
3372
3104
|
}
|
|
3373
3105
|
}
|
|
3374
3106
|
]
|
|
3375
3107
|
},
|
|
3376
3108
|
{
|
|
3377
3109
|
"kind": "method",
|
|
3378
|
-
"name": "
|
|
3379
|
-
"
|
|
3380
|
-
"type": {
|
|
3381
|
-
"text": "void"
|
|
3382
|
-
}
|
|
3383
|
-
},
|
|
3384
|
-
"parameters": [
|
|
3385
|
-
{
|
|
3386
|
-
"name": "options",
|
|
3387
|
-
"optional": true,
|
|
3388
|
-
"type": {
|
|
3389
|
-
"text": "FocusOptions"
|
|
3390
|
-
},
|
|
3391
|
-
"description": "focus options"
|
|
3392
|
-
}
|
|
3393
|
-
],
|
|
3394
|
-
"description": "Focuses on the inner summary."
|
|
3110
|
+
"name": "_reflectItemOpen",
|
|
3111
|
+
"privacy": "private"
|
|
3395
3112
|
},
|
|
3396
3113
|
{
|
|
3397
3114
|
"kind": "field",
|
|
@@ -3476,85 +3193,71 @@
|
|
|
3476
3193
|
],
|
|
3477
3194
|
"events": [
|
|
3478
3195
|
{
|
|
3479
|
-
"name": "
|
|
3196
|
+
"name": "change",
|
|
3480
3197
|
"type": {
|
|
3481
3198
|
"text": "Event"
|
|
3482
3199
|
},
|
|
3483
|
-
"description": "
|
|
3484
|
-
},
|
|
3485
|
-
{
|
|
3486
|
-
"name": "accordion-move-focus",
|
|
3487
|
-
"type": {
|
|
3488
|
-
"text": "CustomEvent"
|
|
3489
|
-
}
|
|
3200
|
+
"description": "A custom event emitted when the open state of the accordion changes. The updated `openItems` can be read from the event target."
|
|
3490
3201
|
}
|
|
3491
3202
|
],
|
|
3492
3203
|
"attributes": [
|
|
3493
3204
|
{
|
|
3494
|
-
"name": "
|
|
3495
|
-
"type": {
|
|
3496
|
-
"text": "string"
|
|
3497
|
-
},
|
|
3498
|
-
"description": "A unique name for the accordion item within the accordion.",
|
|
3499
|
-
"fieldName": "name"
|
|
3500
|
-
},
|
|
3501
|
-
{
|
|
3502
|
-
"name": "open",
|
|
3205
|
+
"name": "border",
|
|
3503
3206
|
"type": {
|
|
3504
|
-
"text": "
|
|
3207
|
+
"text": "\"vertical\" | \"all\" | \"none\""
|
|
3505
3208
|
},
|
|
3506
|
-
"default": "
|
|
3507
|
-
"description": "
|
|
3508
|
-
"fieldName": "
|
|
3209
|
+
"default": "\"vertical\"",
|
|
3210
|
+
"description": "The border type of the accordion.\n- `vertical`: Display the top and bottom border style.\n- `all`: Box border style.\n- `none`: No border style.",
|
|
3211
|
+
"fieldName": "border"
|
|
3509
3212
|
},
|
|
3510
3213
|
{
|
|
3511
|
-
"name": "
|
|
3214
|
+
"name": "exclusive",
|
|
3512
3215
|
"type": {
|
|
3513
3216
|
"text": "boolean"
|
|
3514
3217
|
},
|
|
3515
3218
|
"default": "false",
|
|
3516
|
-
"description": "Whether the accordion
|
|
3517
|
-
"fieldName": "
|
|
3219
|
+
"description": "Whether or not to make the accordion exclusive.\nIf true, the number of items that can be open at once is limited to one.",
|
|
3220
|
+
"fieldName": "exclusive"
|
|
3518
3221
|
}
|
|
3519
3222
|
],
|
|
3520
3223
|
"superclass": {
|
|
3521
3224
|
"name": "DDSElement",
|
|
3522
3225
|
"module": "/src/base"
|
|
3523
3226
|
},
|
|
3524
|
-
"tagName": "daikin-accordion
|
|
3227
|
+
"tagName": "daikin-accordion",
|
|
3525
3228
|
"customElement": true
|
|
3526
3229
|
}
|
|
3527
3230
|
],
|
|
3528
3231
|
"exports": [
|
|
3529
3232
|
{
|
|
3530
3233
|
"kind": "js",
|
|
3531
|
-
"name": "
|
|
3234
|
+
"name": "DaikinAccordion",
|
|
3532
3235
|
"declaration": {
|
|
3533
|
-
"name": "
|
|
3534
|
-
"module": "src/components/accordion
|
|
3236
|
+
"name": "DaikinAccordion",
|
|
3237
|
+
"module": "src/components/accordion/daikin-accordion.ts"
|
|
3535
3238
|
}
|
|
3536
3239
|
},
|
|
3537
3240
|
{
|
|
3538
3241
|
"kind": "custom-element-definition",
|
|
3539
|
-
"name": "daikin-accordion
|
|
3242
|
+
"name": "daikin-accordion",
|
|
3540
3243
|
"declaration": {
|
|
3541
|
-
"name": "
|
|
3542
|
-
"module": "src/components/accordion
|
|
3244
|
+
"name": "DaikinAccordion",
|
|
3245
|
+
"module": "src/components/accordion/daikin-accordion.ts"
|
|
3543
3246
|
}
|
|
3544
3247
|
},
|
|
3545
3248
|
{
|
|
3546
3249
|
"kind": "js",
|
|
3547
3250
|
"name": "default",
|
|
3548
3251
|
"declaration": {
|
|
3549
|
-
"name": "
|
|
3550
|
-
"module": "src/components/accordion
|
|
3252
|
+
"name": "DaikinAccordion",
|
|
3253
|
+
"module": "src/components/accordion/daikin-accordion.ts"
|
|
3551
3254
|
}
|
|
3552
3255
|
}
|
|
3553
3256
|
]
|
|
3554
3257
|
},
|
|
3555
3258
|
{
|
|
3556
3259
|
"kind": "javascript-module",
|
|
3557
|
-
"path": "dist/es/components/accordion
|
|
3260
|
+
"path": "dist/es/components/accordion/index.js",
|
|
3558
3261
|
"declarations": [],
|
|
3559
3262
|
"exports": [
|
|
3560
3263
|
{
|
|
@@ -3562,105 +3265,113 @@
|
|
|
3562
3265
|
"name": "*",
|
|
3563
3266
|
"declaration": {
|
|
3564
3267
|
"name": "*",
|
|
3565
|
-
"module": "src/components/accordion
|
|
3268
|
+
"module": "src/components/accordion/daikin-accordion"
|
|
3566
3269
|
}
|
|
3567
3270
|
}
|
|
3568
3271
|
]
|
|
3569
3272
|
},
|
|
3570
3273
|
{
|
|
3571
3274
|
"kind": "javascript-module",
|
|
3572
|
-
"path": "dist/es/components/
|
|
3275
|
+
"path": "dist/es/components/accordion-item/daikin-accordion-item.js",
|
|
3573
3276
|
"declarations": [
|
|
3574
3277
|
{
|
|
3575
3278
|
"kind": "class",
|
|
3576
|
-
"description": "The
|
|
3577
|
-
"name": "
|
|
3279
|
+
"description": "The accordion item component is a child element within the `daikin-accordion` component.\nIt functions similarly to the HTML `<details>` and `<summary>` tag, allowing users to expand or collapse the associated content by clicking on the header.\nThis component is responsible for displaying the specific content within the accordion and allowing users to interact with each section independently.\n\nHierarchy:\n- `daikin-accordion` > `daikin-accordion-item`",
|
|
3280
|
+
"name": "DaikinAccordionItem",
|
|
3281
|
+
"cssProperties": [
|
|
3282
|
+
{
|
|
3283
|
+
"description": "The `display` property of the top divider. Must be either `block` or `none`. Set automatically by `daikin-accordion` component.",
|
|
3284
|
+
"name": "--divider-top-display",
|
|
3285
|
+
"default": "none"
|
|
3286
|
+
},
|
|
3287
|
+
{
|
|
3288
|
+
"description": "The `display` property of the bottom divider. Must be either `block` or `none`. Set automatically by `daikin-accordion` component.",
|
|
3289
|
+
"name": "--divider-bottom-display",
|
|
3290
|
+
"default": "none"
|
|
3291
|
+
}
|
|
3292
|
+
],
|
|
3293
|
+
"slots": [
|
|
3294
|
+
{
|
|
3295
|
+
"description": "A slot for the accordion item content.",
|
|
3296
|
+
"name": ""
|
|
3297
|
+
},
|
|
3298
|
+
{
|
|
3299
|
+
"description": "A slot for the accordion item summary content.",
|
|
3300
|
+
"name": "summary"
|
|
3301
|
+
},
|
|
3302
|
+
{
|
|
3303
|
+
"description": "A slot for an icon to be placed to the left of the summary text. Place `daikin-icon` or something similar.",
|
|
3304
|
+
"name": "left-icon"
|
|
3305
|
+
}
|
|
3306
|
+
],
|
|
3578
3307
|
"members": [
|
|
3579
3308
|
{
|
|
3580
3309
|
"kind": "field",
|
|
3581
|
-
"name": "
|
|
3582
|
-
"
|
|
3583
|
-
"text": "AvatarVariantProps[\"type\"]"
|
|
3584
|
-
},
|
|
3585
|
-
"description": "Replace the wrapping element.",
|
|
3586
|
-
"default": "\"icon\"",
|
|
3587
|
-
"attribute": "type",
|
|
3588
|
-
"reflects": true
|
|
3310
|
+
"name": "_summaryRef",
|
|
3311
|
+
"privacy": "private"
|
|
3589
3312
|
},
|
|
3590
3313
|
{
|
|
3591
3314
|
"kind": "field",
|
|
3592
|
-
"name": "
|
|
3593
|
-
"
|
|
3594
|
-
"text": "string | null"
|
|
3595
|
-
},
|
|
3596
|
-
"default": "null",
|
|
3597
|
-
"description": "Link `href`.\nOnly used if the `type` is `\"link\"`.\nIf omitted with `type=\"link\"`, the link will be treated type [a placeholder link](https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-a-element:~:text=If%20the%20a%20element%20has%20no%20href%20attribute) and rendered type disabled state.",
|
|
3598
|
-
"attribute": "href",
|
|
3599
|
-
"reflects": true
|
|
3315
|
+
"name": "_contentRef",
|
|
3316
|
+
"privacy": "private"
|
|
3600
3317
|
},
|
|
3601
3318
|
{
|
|
3602
3319
|
"kind": "field",
|
|
3603
|
-
"name": "
|
|
3320
|
+
"name": "name",
|
|
3604
3321
|
"type": {
|
|
3605
|
-
"text": "string
|
|
3322
|
+
"text": "string"
|
|
3606
3323
|
},
|
|
3607
|
-
"
|
|
3608
|
-
"
|
|
3609
|
-
"attribute": "alt",
|
|
3324
|
+
"description": "A unique name for the accordion item within the accordion.",
|
|
3325
|
+
"attribute": "name",
|
|
3610
3326
|
"reflects": true
|
|
3611
3327
|
},
|
|
3612
3328
|
{
|
|
3613
3329
|
"kind": "field",
|
|
3614
|
-
"name": "
|
|
3330
|
+
"name": "open",
|
|
3615
3331
|
"type": {
|
|
3616
3332
|
"text": "boolean"
|
|
3617
3333
|
},
|
|
3618
3334
|
"default": "false",
|
|
3619
|
-
"description": "
|
|
3620
|
-
"attribute": "
|
|
3621
|
-
"reflects": true
|
|
3622
|
-
},
|
|
3623
|
-
{
|
|
3624
|
-
"kind": "field",
|
|
3625
|
-
"name": "avatarAriaHaspopup",
|
|
3626
|
-
"type": {
|
|
3627
|
-
"text": "| \"false\"\n | \"true\"\n | \"menu\"\n | \"listbox\"\n | \"tree\"\n | \"grid\"\n | \"dialog\"\n | null"
|
|
3628
|
-
},
|
|
3629
|
-
"default": "null",
|
|
3630
|
-
"description": "The aria-haspopup of the avatar when `type=\"button\"`.\nWhen used within a daikin-menu component, this property is automatically assigned the value `buttonAriaHaspopup=\"menu\"`.",
|
|
3631
|
-
"attribute": "avatar-aria-haspopup",
|
|
3335
|
+
"description": "Whether the accordion item is open.\nIgnored if `disabled` is `true`.\nControlled by `daikin-accordion`. When using standalone (outside `daikin-accordion`) and controlling this property externally, listen to the `toggle` event and toggle `open` in your state to keep it in sync.",
|
|
3336
|
+
"attribute": "open",
|
|
3632
3337
|
"reflects": true
|
|
3633
3338
|
},
|
|
3634
3339
|
{
|
|
3635
3340
|
"kind": "field",
|
|
3636
|
-
"name": "
|
|
3341
|
+
"name": "disabled",
|
|
3637
3342
|
"type": {
|
|
3638
|
-
"text": "
|
|
3343
|
+
"text": "boolean"
|
|
3639
3344
|
},
|
|
3640
|
-
"default": "
|
|
3641
|
-
"description": "
|
|
3642
|
-
"attribute": "
|
|
3345
|
+
"default": "false",
|
|
3346
|
+
"description": "Whether the accordion item is disabled.\nIf this is set to `true`, the accordion item will always be closed.",
|
|
3347
|
+
"attribute": "disabled",
|
|
3643
3348
|
"reflects": true
|
|
3644
3349
|
},
|
|
3645
3350
|
{
|
|
3646
|
-
"kind": "
|
|
3647
|
-
"name": "
|
|
3648
|
-
"type": {
|
|
3649
|
-
"text": "| HTMLAnchorElement\n | HTMLButtonElement\n | null"
|
|
3650
|
-
},
|
|
3351
|
+
"kind": "method",
|
|
3352
|
+
"name": "_handleSummaryClick",
|
|
3651
3353
|
"privacy": "private",
|
|
3652
|
-
"
|
|
3354
|
+
"parameters": [
|
|
3355
|
+
{
|
|
3356
|
+
"name": "event",
|
|
3357
|
+
"type": {
|
|
3358
|
+
"text": "PointerEvent"
|
|
3359
|
+
}
|
|
3360
|
+
}
|
|
3361
|
+
]
|
|
3653
3362
|
},
|
|
3654
3363
|
{
|
|
3655
3364
|
"kind": "method",
|
|
3656
|
-
"name": "
|
|
3657
|
-
"
|
|
3658
|
-
|
|
3659
|
-
|
|
3365
|
+
"name": "_handleKeyDown",
|
|
3366
|
+
"privacy": "private",
|
|
3367
|
+
"parameters": [
|
|
3368
|
+
{
|
|
3369
|
+
"name": "event",
|
|
3370
|
+
"type": {
|
|
3371
|
+
"text": "KeyboardEvent"
|
|
3372
|
+
}
|
|
3660
3373
|
}
|
|
3661
|
-
|
|
3662
|
-
"description": "_Internal use._\nReturns the navigation target information.\nUsed by navigation handling utilities.",
|
|
3663
|
-
"privacy": "private"
|
|
3374
|
+
]
|
|
3664
3375
|
},
|
|
3665
3376
|
{
|
|
3666
3377
|
"kind": "method",
|
|
@@ -3680,7 +3391,7 @@
|
|
|
3680
3391
|
"description": "focus options"
|
|
3681
3392
|
}
|
|
3682
3393
|
],
|
|
3683
|
-
"description": "Focuses on the inner
|
|
3394
|
+
"description": "Focuses on the inner summary."
|
|
3684
3395
|
},
|
|
3685
3396
|
{
|
|
3686
3397
|
"kind": "field",
|
|
@@ -3765,96 +3476,85 @@
|
|
|
3765
3476
|
],
|
|
3766
3477
|
"events": [
|
|
3767
3478
|
{
|
|
3768
|
-
"
|
|
3769
|
-
"
|
|
3479
|
+
"name": "toggle",
|
|
3480
|
+
"type": {
|
|
3481
|
+
"text": "Event"
|
|
3482
|
+
},
|
|
3483
|
+
"description": "Fires when the summary is clicked. Used by `daikin-accordion`."
|
|
3484
|
+
},
|
|
3485
|
+
{
|
|
3486
|
+
"name": "accordion-move-focus",
|
|
3487
|
+
"type": {
|
|
3488
|
+
"text": "CustomEvent"
|
|
3489
|
+
}
|
|
3770
3490
|
}
|
|
3771
3491
|
],
|
|
3772
3492
|
"attributes": [
|
|
3773
3493
|
{
|
|
3774
|
-
"name": "
|
|
3494
|
+
"name": "name",
|
|
3775
3495
|
"type": {
|
|
3776
|
-
"text": "
|
|
3496
|
+
"text": "string"
|
|
3777
3497
|
},
|
|
3778
|
-
"description": "
|
|
3779
|
-
"
|
|
3780
|
-
"fieldName": "type"
|
|
3498
|
+
"description": "A unique name for the accordion item within the accordion.",
|
|
3499
|
+
"fieldName": "name"
|
|
3781
3500
|
},
|
|
3782
3501
|
{
|
|
3783
|
-
"name": "
|
|
3502
|
+
"name": "open",
|
|
3784
3503
|
"type": {
|
|
3785
|
-
"text": "
|
|
3504
|
+
"text": "boolean"
|
|
3786
3505
|
},
|
|
3787
|
-
"default": "
|
|
3788
|
-
"description": "
|
|
3789
|
-
"fieldName": "
|
|
3506
|
+
"default": "false",
|
|
3507
|
+
"description": "Whether the accordion item is open.\nIgnored if `disabled` is `true`.\nControlled by `daikin-accordion`. When using standalone (outside `daikin-accordion`) and controlling this property externally, listen to the `toggle` event and toggle `open` in your state to keep it in sync.",
|
|
3508
|
+
"fieldName": "open"
|
|
3790
3509
|
},
|
|
3791
3510
|
{
|
|
3792
|
-
"name": "
|
|
3511
|
+
"name": "disabled",
|
|
3793
3512
|
"type": {
|
|
3794
|
-
"text": "
|
|
3795
|
-
},
|
|
3796
|
-
"default": "null",
|
|
3797
|
-
"description": "Provides an accessible name of the avatar.",
|
|
3798
|
-
"fieldName": "alt"
|
|
3799
|
-
},
|
|
3800
|
-
{
|
|
3801
|
-
"name": "disabled",
|
|
3802
|
-
"type": {
|
|
3803
|
-
"text": "boolean"
|
|
3513
|
+
"text": "boolean"
|
|
3804
3514
|
},
|
|
3805
3515
|
"default": "false",
|
|
3806
|
-
"description": "
|
|
3516
|
+
"description": "Whether the accordion item is disabled.\nIf this is set to `true`, the accordion item will always be closed.",
|
|
3807
3517
|
"fieldName": "disabled"
|
|
3808
|
-
},
|
|
3809
|
-
{
|
|
3810
|
-
"name": "avatar-aria-haspopup",
|
|
3811
|
-
"type": {
|
|
3812
|
-
"text": "| \"false\"\n | \"true\"\n | \"menu\"\n | \"listbox\"\n | \"tree\"\n | \"grid\"\n | \"dialog\"\n | null"
|
|
3813
|
-
},
|
|
3814
|
-
"default": "null",
|
|
3815
|
-
"description": "The aria-haspopup of the avatar when `type=\"button\"`.\nWhen used within a daikin-menu component, this property is automatically assigned the value `buttonAriaHaspopup=\"menu\"`.",
|
|
3816
|
-
"fieldName": "avatarAriaHaspopup"
|
|
3817
|
-
},
|
|
3818
|
-
{
|
|
3819
|
-
"name": "avatar-aria-expanded",
|
|
3820
|
-
"type": {
|
|
3821
|
-
"text": "\"true\" | \"false\" | \"undefined\" | null"
|
|
3822
|
-
},
|
|
3823
|
-
"default": "null",
|
|
3824
|
-
"description": "The aria-expanded of avatar when `type=\"button\"`.\nWhen used within a daikin-menu component, this property will be controlled by daikin-menu, so you don't need to specify it explicitly.",
|
|
3825
|
-
"fieldName": "avatarAriaExpanded"
|
|
3826
3518
|
}
|
|
3827
3519
|
],
|
|
3828
3520
|
"superclass": {
|
|
3829
3521
|
"name": "DDSElement",
|
|
3830
3522
|
"module": "/src/base"
|
|
3831
3523
|
},
|
|
3832
|
-
"tagName": "daikin-
|
|
3524
|
+
"tagName": "daikin-accordion-item",
|
|
3833
3525
|
"customElement": true
|
|
3834
3526
|
}
|
|
3835
3527
|
],
|
|
3836
3528
|
"exports": [
|
|
3837
3529
|
{
|
|
3838
3530
|
"kind": "js",
|
|
3839
|
-
"name": "
|
|
3531
|
+
"name": "DaikinAccordionItem",
|
|
3840
3532
|
"declaration": {
|
|
3841
|
-
"name": "
|
|
3842
|
-
"module": "src/components/
|
|
3533
|
+
"name": "DaikinAccordionItem",
|
|
3534
|
+
"module": "src/components/accordion-item/daikin-accordion-item.ts"
|
|
3843
3535
|
}
|
|
3844
3536
|
},
|
|
3845
3537
|
{
|
|
3846
3538
|
"kind": "custom-element-definition",
|
|
3847
|
-
"name": "daikin-
|
|
3539
|
+
"name": "daikin-accordion-item",
|
|
3848
3540
|
"declaration": {
|
|
3849
|
-
"name": "
|
|
3850
|
-
"module": "src/components/
|
|
3541
|
+
"name": "DaikinAccordionItem",
|
|
3542
|
+
"module": "src/components/accordion-item/daikin-accordion-item.ts"
|
|
3543
|
+
}
|
|
3544
|
+
},
|
|
3545
|
+
{
|
|
3546
|
+
"kind": "js",
|
|
3547
|
+
"name": "default",
|
|
3548
|
+
"declaration": {
|
|
3549
|
+
"name": "DaikinAccordionItem",
|
|
3550
|
+
"module": "src/components/accordion-item/daikin-accordion-item.ts"
|
|
3851
3551
|
}
|
|
3852
3552
|
}
|
|
3853
3553
|
]
|
|
3854
3554
|
},
|
|
3855
3555
|
{
|
|
3856
3556
|
"kind": "javascript-module",
|
|
3857
|
-
"path": "dist/es/components/
|
|
3557
|
+
"path": "dist/es/components/accordion-item/index.js",
|
|
3858
3558
|
"declarations": [],
|
|
3859
3559
|
"exports": [
|
|
3860
3560
|
{
|
|
@@ -3862,113 +3562,126 @@
|
|
|
3862
3562
|
"name": "*",
|
|
3863
3563
|
"declaration": {
|
|
3864
3564
|
"name": "*",
|
|
3865
|
-
"module": "src/components/
|
|
3565
|
+
"module": "src/components/accordion-item/daikin-accordion-item"
|
|
3866
3566
|
}
|
|
3867
3567
|
}
|
|
3868
3568
|
]
|
|
3869
3569
|
},
|
|
3870
3570
|
{
|
|
3871
3571
|
"kind": "javascript-module",
|
|
3872
|
-
"path": "dist/es/components/
|
|
3572
|
+
"path": "dist/es/components/avatar/daikin-avatar.js",
|
|
3873
3573
|
"declarations": [
|
|
3874
3574
|
{
|
|
3875
3575
|
"kind": "class",
|
|
3876
|
-
"description": "
|
|
3877
|
-
"name": "
|
|
3878
|
-
"slots": [
|
|
3879
|
-
{
|
|
3880
|
-
"description": "A slot for anchoring element. Place `daikin-icon-button` here. This slot is only applicable when mode is \"anchored\". For standalone badges, do not include any content in the slot.",
|
|
3881
|
-
"name": ""
|
|
3882
|
-
}
|
|
3883
|
-
],
|
|
3576
|
+
"description": "The avatar is a UI element that represent a user",
|
|
3577
|
+
"name": "DaikinAvatar",
|
|
3884
3578
|
"members": [
|
|
3885
3579
|
{
|
|
3886
3580
|
"kind": "field",
|
|
3887
3581
|
"name": "type",
|
|
3888
3582
|
"type": {
|
|
3889
|
-
"text": "\"
|
|
3583
|
+
"text": "AvatarVariantProps[\"type\"]"
|
|
3890
3584
|
},
|
|
3891
|
-
"description": "
|
|
3892
|
-
"default": "\"
|
|
3585
|
+
"description": "Replace the wrapping element.",
|
|
3586
|
+
"default": "\"icon\"",
|
|
3893
3587
|
"attribute": "type",
|
|
3894
3588
|
"reflects": true
|
|
3895
3589
|
},
|
|
3896
3590
|
{
|
|
3897
3591
|
"kind": "field",
|
|
3898
|
-
"name": "
|
|
3899
|
-
"type": {
|
|
3900
|
-
"text": "\"anchored\" | \"standalone\""
|
|
3901
|
-
},
|
|
3902
|
-
"description": "Badge mode.\n- \"anchored\": The badge is anchored to a parent element.\n- \"standalone\": The badge is displayed independently. You can use this mode to display badges without an anchor, such as in a header or toolbar.",
|
|
3903
|
-
"default": "\"anchored\"",
|
|
3904
|
-
"attribute": "mode",
|
|
3905
|
-
"reflects": true
|
|
3906
|
-
},
|
|
3907
|
-
{
|
|
3908
|
-
"kind": "field",
|
|
3909
|
-
"name": "size",
|
|
3592
|
+
"name": "href",
|
|
3910
3593
|
"type": {
|
|
3911
|
-
"text": "
|
|
3594
|
+
"text": "string | null"
|
|
3912
3595
|
},
|
|
3913
|
-
"
|
|
3914
|
-
"
|
|
3915
|
-
"attribute": "
|
|
3596
|
+
"default": "null",
|
|
3597
|
+
"description": "Link `href`.\nOnly used if the `type` is `\"link\"`.\nIf omitted with `type=\"link\"`, the link will be treated type [a placeholder link](https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-a-element:~:text=If%20the%20a%20element%20has%20no%20href%20attribute) and rendered type disabled state.",
|
|
3598
|
+
"attribute": "href",
|
|
3916
3599
|
"reflects": true
|
|
3917
3600
|
},
|
|
3918
3601
|
{
|
|
3919
3602
|
"kind": "field",
|
|
3920
|
-
"name": "
|
|
3603
|
+
"name": "alt",
|
|
3921
3604
|
"type": {
|
|
3922
3605
|
"text": "string | null"
|
|
3923
3606
|
},
|
|
3924
3607
|
"default": "null",
|
|
3925
|
-
"description": "
|
|
3926
|
-
"attribute": "
|
|
3608
|
+
"description": "Provides an accessible name of the avatar.",
|
|
3609
|
+
"attribute": "alt",
|
|
3927
3610
|
"reflects": true
|
|
3928
3611
|
},
|
|
3929
3612
|
{
|
|
3930
3613
|
"kind": "field",
|
|
3931
|
-
"name": "
|
|
3614
|
+
"name": "disabled",
|
|
3932
3615
|
"type": {
|
|
3933
|
-
"text": "
|
|
3616
|
+
"text": "boolean"
|
|
3934
3617
|
},
|
|
3935
|
-
"default": "
|
|
3936
|
-
"description": "
|
|
3937
|
-
"attribute": "
|
|
3618
|
+
"default": "false",
|
|
3619
|
+
"description": "Specify the avatar disabled state.\nIgnored when the `type` is `\"icon\"`.",
|
|
3620
|
+
"attribute": "disabled",
|
|
3938
3621
|
"reflects": true
|
|
3939
3622
|
},
|
|
3940
3623
|
{
|
|
3941
3624
|
"kind": "field",
|
|
3942
|
-
"name": "
|
|
3625
|
+
"name": "avatarAriaHaspopup",
|
|
3943
3626
|
"type": {
|
|
3944
|
-
"text": "
|
|
3627
|
+
"text": "| \"false\"\n | \"true\"\n | \"menu\"\n | \"listbox\"\n | \"tree\"\n | \"grid\"\n | \"dialog\"\n | null"
|
|
3945
3628
|
},
|
|
3946
|
-
"default": "
|
|
3947
|
-
"description": "
|
|
3948
|
-
"attribute": "
|
|
3629
|
+
"default": "null",
|
|
3630
|
+
"description": "The aria-haspopup of the avatar when `type=\"button\"`.\nWhen used within a daikin-menu component, this property is automatically assigned the value `buttonAriaHaspopup=\"menu\"`.",
|
|
3631
|
+
"attribute": "avatar-aria-haspopup",
|
|
3949
3632
|
"reflects": true
|
|
3950
3633
|
},
|
|
3951
3634
|
{
|
|
3952
3635
|
"kind": "field",
|
|
3953
|
-
"name": "
|
|
3636
|
+
"name": "avatarAriaExpanded",
|
|
3954
3637
|
"type": {
|
|
3955
|
-
"text": "\"
|
|
3638
|
+
"text": "\"true\" | \"false\" | \"undefined\" | null"
|
|
3956
3639
|
},
|
|
3957
|
-
"
|
|
3958
|
-
"
|
|
3959
|
-
"attribute": "
|
|
3640
|
+
"default": "null",
|
|
3641
|
+
"description": "The aria-expanded of avatar when `type=\"button\"`.\nWhen used within a daikin-menu component, this property will be controlled by daikin-menu, so you don't need to specify it explicitly.",
|
|
3642
|
+
"attribute": "avatar-aria-expanded",
|
|
3960
3643
|
"reflects": true
|
|
3961
3644
|
},
|
|
3962
3645
|
{
|
|
3963
3646
|
"kind": "field",
|
|
3964
|
-
"name": "
|
|
3647
|
+
"name": "_focusableElement",
|
|
3965
3648
|
"type": {
|
|
3966
|
-
"text": "
|
|
3649
|
+
"text": "| HTMLAnchorElement\n | HTMLButtonElement\n | null"
|
|
3967
3650
|
},
|
|
3968
3651
|
"privacy": "private",
|
|
3969
|
-
"description": "Computes the actual number to display in the badge.\n- If count is null or invalid, displays \"0\".\n- If count exceeds maxCount, displays \"maxCount+\".\n- If maxCount is null, displays the actual count.\n- If maxCount is invalid, it will be treated as the default value (\"99\").\n- Otherwise, displays the actual number.",
|
|
3970
3652
|
"readonly": true
|
|
3971
3653
|
},
|
|
3654
|
+
{
|
|
3655
|
+
"kind": "method",
|
|
3656
|
+
"name": "getDDSNavigationTarget",
|
|
3657
|
+
"return": {
|
|
3658
|
+
"type": {
|
|
3659
|
+
"text": ""
|
|
3660
|
+
}
|
|
3661
|
+
},
|
|
3662
|
+
"description": "_Internal use._\nReturns the navigation target information.\nUsed by navigation handling utilities.",
|
|
3663
|
+
"privacy": "private"
|
|
3664
|
+
},
|
|
3665
|
+
{
|
|
3666
|
+
"kind": "method",
|
|
3667
|
+
"name": "focus",
|
|
3668
|
+
"return": {
|
|
3669
|
+
"type": {
|
|
3670
|
+
"text": "void"
|
|
3671
|
+
}
|
|
3672
|
+
},
|
|
3673
|
+
"parameters": [
|
|
3674
|
+
{
|
|
3675
|
+
"name": "options",
|
|
3676
|
+
"optional": true,
|
|
3677
|
+
"type": {
|
|
3678
|
+
"text": "FocusOptions"
|
|
3679
|
+
},
|
|
3680
|
+
"description": "focus options"
|
|
3681
|
+
}
|
|
3682
|
+
],
|
|
3683
|
+
"description": "Focuses on the inner button or link."
|
|
3684
|
+
},
|
|
3972
3685
|
{
|
|
3973
3686
|
"kind": "field",
|
|
3974
3687
|
"name": "version",
|
|
@@ -4050,101 +3763,98 @@
|
|
|
4050
3763
|
}
|
|
4051
3764
|
}
|
|
4052
3765
|
],
|
|
3766
|
+
"events": [
|
|
3767
|
+
{
|
|
3768
|
+
"description": "A retargeted event of a [click event](https://developer.mozilla.org/en-US/docs/Web/API/Element/click_event) emitted from the inner `<button>` element. Suppressed if `disabled` is true,",
|
|
3769
|
+
"name": "click"
|
|
3770
|
+
}
|
|
3771
|
+
],
|
|
4053
3772
|
"attributes": [
|
|
4054
3773
|
{
|
|
4055
3774
|
"name": "type",
|
|
4056
3775
|
"type": {
|
|
4057
|
-
"text": "\"
|
|
3776
|
+
"text": "AvatarVariantProps[\"type\"]"
|
|
4058
3777
|
},
|
|
4059
|
-
"description": "
|
|
4060
|
-
"default": "\"
|
|
3778
|
+
"description": "Replace the wrapping element.",
|
|
3779
|
+
"default": "\"icon\"",
|
|
4061
3780
|
"fieldName": "type"
|
|
4062
3781
|
},
|
|
4063
3782
|
{
|
|
4064
|
-
"name": "
|
|
4065
|
-
"type": {
|
|
4066
|
-
"text": "\"anchored\" | \"standalone\""
|
|
4067
|
-
},
|
|
4068
|
-
"description": "Badge mode.\n- \"anchored\": The badge is anchored to a parent element.\n- \"standalone\": The badge is displayed independently. You can use this mode to display badges without an anchor, such as in a header or toolbar.",
|
|
4069
|
-
"default": "\"anchored\"",
|
|
4070
|
-
"fieldName": "mode"
|
|
4071
|
-
},
|
|
4072
|
-
{
|
|
4073
|
-
"name": "size",
|
|
3783
|
+
"name": "href",
|
|
4074
3784
|
"type": {
|
|
4075
|
-
"text": "
|
|
3785
|
+
"text": "string | null"
|
|
4076
3786
|
},
|
|
4077
|
-
"
|
|
4078
|
-
"
|
|
4079
|
-
"fieldName": "
|
|
3787
|
+
"default": "null",
|
|
3788
|
+
"description": "Link `href`.\nOnly used if the `type` is `\"link\"`.\nIf omitted with `type=\"link\"`, the link will be treated type [a placeholder link](https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-a-element:~:text=If%20the%20a%20element%20has%20no%20href%20attribute) and rendered type disabled state.",
|
|
3789
|
+
"fieldName": "href"
|
|
4080
3790
|
},
|
|
4081
3791
|
{
|
|
4082
|
-
"name": "
|
|
3792
|
+
"name": "alt",
|
|
4083
3793
|
"type": {
|
|
4084
3794
|
"text": "string | null"
|
|
4085
3795
|
},
|
|
4086
3796
|
"default": "null",
|
|
4087
|
-
"description": "
|
|
4088
|
-
"fieldName": "
|
|
3797
|
+
"description": "Provides an accessible name of the avatar.",
|
|
3798
|
+
"fieldName": "alt"
|
|
4089
3799
|
},
|
|
4090
3800
|
{
|
|
4091
|
-
"name": "
|
|
3801
|
+
"name": "disabled",
|
|
4092
3802
|
"type": {
|
|
4093
|
-
"text": "
|
|
3803
|
+
"text": "boolean"
|
|
4094
3804
|
},
|
|
4095
|
-
"default": "
|
|
4096
|
-
"description": "
|
|
4097
|
-
"fieldName": "
|
|
3805
|
+
"default": "false",
|
|
3806
|
+
"description": "Specify the avatar disabled state.\nIgnored when the `type` is `\"icon\"`.",
|
|
3807
|
+
"fieldName": "disabled"
|
|
4098
3808
|
},
|
|
4099
3809
|
{
|
|
4100
|
-
"name": "
|
|
3810
|
+
"name": "avatar-aria-haspopup",
|
|
4101
3811
|
"type": {
|
|
4102
|
-
"text": "
|
|
3812
|
+
"text": "| \"false\"\n | \"true\"\n | \"menu\"\n | \"listbox\"\n | \"tree\"\n | \"grid\"\n | \"dialog\"\n | null"
|
|
4103
3813
|
},
|
|
4104
|
-
"default": "
|
|
4105
|
-
"description": "
|
|
4106
|
-
"fieldName": "
|
|
3814
|
+
"default": "null",
|
|
3815
|
+
"description": "The aria-haspopup of the avatar when `type=\"button\"`.\nWhen used within a daikin-menu component, this property is automatically assigned the value `buttonAriaHaspopup=\"menu\"`.",
|
|
3816
|
+
"fieldName": "avatarAriaHaspopup"
|
|
4107
3817
|
},
|
|
4108
3818
|
{
|
|
4109
|
-
"name": "
|
|
3819
|
+
"name": "avatar-aria-expanded",
|
|
4110
3820
|
"type": {
|
|
4111
|
-
"text": "\"
|
|
3821
|
+
"text": "\"true\" | \"false\" | \"undefined\" | null"
|
|
4112
3822
|
},
|
|
4113
|
-
"
|
|
4114
|
-
"
|
|
4115
|
-
"fieldName": "
|
|
3823
|
+
"default": "null",
|
|
3824
|
+
"description": "The aria-expanded of avatar when `type=\"button\"`.\nWhen used within a daikin-menu component, this property will be controlled by daikin-menu, so you don't need to specify it explicitly.",
|
|
3825
|
+
"fieldName": "avatarAriaExpanded"
|
|
4116
3826
|
}
|
|
4117
3827
|
],
|
|
4118
3828
|
"superclass": {
|
|
4119
3829
|
"name": "DDSElement",
|
|
4120
3830
|
"module": "/src/base"
|
|
4121
3831
|
},
|
|
4122
|
-
"tagName": "daikin-
|
|
3832
|
+
"tagName": "daikin-avatar",
|
|
4123
3833
|
"customElement": true
|
|
4124
3834
|
}
|
|
4125
3835
|
],
|
|
4126
3836
|
"exports": [
|
|
4127
3837
|
{
|
|
4128
3838
|
"kind": "js",
|
|
4129
|
-
"name": "
|
|
3839
|
+
"name": "DaikinAvatar",
|
|
4130
3840
|
"declaration": {
|
|
4131
|
-
"name": "
|
|
4132
|
-
"module": "src/components/
|
|
3841
|
+
"name": "DaikinAvatar",
|
|
3842
|
+
"module": "src/components/avatar/daikin-avatar.ts"
|
|
4133
3843
|
}
|
|
4134
3844
|
},
|
|
4135
3845
|
{
|
|
4136
3846
|
"kind": "custom-element-definition",
|
|
4137
|
-
"name": "daikin-
|
|
3847
|
+
"name": "daikin-avatar",
|
|
4138
3848
|
"declaration": {
|
|
4139
|
-
"name": "
|
|
4140
|
-
"module": "src/components/
|
|
3849
|
+
"name": "DaikinAvatar",
|
|
3850
|
+
"module": "src/components/avatar/daikin-avatar.ts"
|
|
4141
3851
|
}
|
|
4142
3852
|
}
|
|
4143
3853
|
]
|
|
4144
3854
|
},
|
|
4145
3855
|
{
|
|
4146
3856
|
"kind": "javascript-module",
|
|
4147
|
-
"path": "dist/es/components/
|
|
3857
|
+
"path": "dist/es/components/avatar/index.js",
|
|
4148
3858
|
"declarations": [],
|
|
4149
3859
|
"exports": [
|
|
4150
3860
|
{
|
|
@@ -4152,84 +3862,112 @@
|
|
|
4152
3862
|
"name": "*",
|
|
4153
3863
|
"declaration": {
|
|
4154
3864
|
"name": "*",
|
|
4155
|
-
"module": "src/components/
|
|
3865
|
+
"module": "src/components/avatar/daikin-avatar"
|
|
4156
3866
|
}
|
|
4157
3867
|
}
|
|
4158
3868
|
]
|
|
4159
3869
|
},
|
|
4160
3870
|
{
|
|
4161
3871
|
"kind": "javascript-module",
|
|
4162
|
-
"path": "dist/es/components/
|
|
3872
|
+
"path": "dist/es/components/badge/daikin-badge.js",
|
|
4163
3873
|
"declarations": [
|
|
4164
3874
|
{
|
|
4165
3875
|
"kind": "class",
|
|
4166
|
-
"description": "
|
|
4167
|
-
"name": "
|
|
3876
|
+
"description": "A badge is used to display notification counts, status indicators, or small dots in the UI—commonly for message alerts or status marking.",
|
|
3877
|
+
"name": "DaikinBadge",
|
|
4168
3878
|
"slots": [
|
|
4169
3879
|
{
|
|
4170
|
-
"description": "A slot for
|
|
3880
|
+
"description": "A slot for anchoring element. Place `daikin-icon-button` here. This slot is only applicable when mode is \"anchored\". For standalone badges, do not include any content in the slot.",
|
|
4171
3881
|
"name": ""
|
|
4172
3882
|
}
|
|
4173
3883
|
],
|
|
4174
3884
|
"members": [
|
|
4175
3885
|
{
|
|
4176
3886
|
"kind": "field",
|
|
4177
|
-
"name": "
|
|
3887
|
+
"name": "type",
|
|
4178
3888
|
"type": {
|
|
4179
|
-
"text": "
|
|
3889
|
+
"text": "\"number\" | \"dot\""
|
|
4180
3890
|
},
|
|
4181
|
-
"
|
|
4182
|
-
"
|
|
4183
|
-
"attribute": "
|
|
3891
|
+
"description": "Badge type.\n- \"number\": Displays a number (e.g., message count, quantity).\n- \"dot\": Displays only a small dot (e.g., status indicator).",
|
|
3892
|
+
"default": "\"dot\"",
|
|
3893
|
+
"attribute": "type",
|
|
4184
3894
|
"reflects": true
|
|
4185
3895
|
},
|
|
4186
3896
|
{
|
|
4187
3897
|
"kind": "field",
|
|
4188
|
-
"name": "
|
|
3898
|
+
"name": "mode",
|
|
4189
3899
|
"type": {
|
|
4190
|
-
"text": "
|
|
3900
|
+
"text": "\"anchored\" | \"standalone\""
|
|
4191
3901
|
},
|
|
4192
|
-
"description": "
|
|
4193
|
-
"default": "\"
|
|
4194
|
-
"attribute": "
|
|
3902
|
+
"description": "Badge mode.\n- \"anchored\": The badge is anchored to a parent element.\n- \"standalone\": The badge is displayed independently. You can use this mode to display badges without an anchor, such as in a header or toolbar.",
|
|
3903
|
+
"default": "\"anchored\"",
|
|
3904
|
+
"attribute": "mode",
|
|
4195
3905
|
"reflects": true
|
|
4196
3906
|
},
|
|
4197
3907
|
{
|
|
4198
3908
|
"kind": "field",
|
|
4199
|
-
"name": "
|
|
3909
|
+
"name": "size",
|
|
4200
3910
|
"type": {
|
|
4201
|
-
"text": "
|
|
3911
|
+
"text": "\"medium\" | \"large\""
|
|
4202
3912
|
},
|
|
4203
|
-
"
|
|
4204
|
-
"
|
|
3913
|
+
"description": "Badge size.\n- \"medium\": Displays a medium-sized badge.\n- \"large\": Displays a large-sized badge. When type=\"number\", this will not change the badge size.",
|
|
3914
|
+
"default": "\"medium\"",
|
|
3915
|
+
"attribute": "size",
|
|
3916
|
+
"reflects": true
|
|
4205
3917
|
},
|
|
4206
3918
|
{
|
|
4207
3919
|
"kind": "field",
|
|
4208
|
-
"name": "
|
|
3920
|
+
"name": "count",
|
|
4209
3921
|
"type": {
|
|
4210
|
-
"text": "
|
|
3922
|
+
"text": "string | null"
|
|
4211
3923
|
},
|
|
4212
|
-
"
|
|
4213
|
-
"
|
|
3924
|
+
"default": "null",
|
|
3925
|
+
"description": "The numeric content displayed in the badge.\nOnly effective when type=\"number\".\nAccepts a string (A half-width numeric string that can be parsed into a number.) or null; will be parsed as a number internally.",
|
|
3926
|
+
"attribute": "count",
|
|
3927
|
+
"reflects": true
|
|
4214
3928
|
},
|
|
4215
3929
|
{
|
|
4216
3930
|
"kind": "field",
|
|
4217
|
-
"name": "
|
|
3931
|
+
"name": "maxCount",
|
|
4218
3932
|
"type": {
|
|
4219
|
-
"text": "
|
|
3933
|
+
"text": "string | null"
|
|
4220
3934
|
},
|
|
4221
|
-
"
|
|
4222
|
-
"
|
|
3935
|
+
"default": "DEFAULT_MAX_COUNT",
|
|
3936
|
+
"description": "The maximum number to display in the badge.\nIf the count exceeds this value, it will display as \"maxCount+\", e.g., \"99+\".\nFor accessibility considerations, if maxCount is null or invalid, it will be treated as the default value (\"99\").\nOnly effective when type=\"number\".",
|
|
3937
|
+
"attribute": "max-count",
|
|
3938
|
+
"reflects": true
|
|
4223
3939
|
},
|
|
4224
3940
|
{
|
|
4225
|
-
"kind": "
|
|
4226
|
-
"name": "
|
|
4227
|
-
"
|
|
3941
|
+
"kind": "field",
|
|
3942
|
+
"name": "invisible",
|
|
3943
|
+
"type": {
|
|
3944
|
+
"text": "boolean"
|
|
3945
|
+
},
|
|
3946
|
+
"default": "false",
|
|
3947
|
+
"description": "Whether to hide the badge.\n- true: The badge is not displayed (slot content remains visible).\n- false: The badge is displayed normally.",
|
|
3948
|
+
"attribute": "invisible",
|
|
3949
|
+
"reflects": true
|
|
4228
3950
|
},
|
|
4229
3951
|
{
|
|
4230
|
-
"kind": "
|
|
4231
|
-
"name": "
|
|
4232
|
-
"
|
|
3952
|
+
"kind": "field",
|
|
3953
|
+
"name": "color",
|
|
3954
|
+
"type": {
|
|
3955
|
+
"text": "\"negative\" | \"alarm\" | \"warning\" | \"positive\" | \"information\""
|
|
3956
|
+
},
|
|
3957
|
+
"description": "Badge color.\nSupports predefined semantic color tokens (negative, alarm, warning, positive, information).",
|
|
3958
|
+
"default": "\"negative\"",
|
|
3959
|
+
"attribute": "color",
|
|
3960
|
+
"reflects": true
|
|
3961
|
+
},
|
|
3962
|
+
{
|
|
3963
|
+
"kind": "field",
|
|
3964
|
+
"name": "_count",
|
|
3965
|
+
"type": {
|
|
3966
|
+
"text": "string"
|
|
3967
|
+
},
|
|
3968
|
+
"privacy": "private",
|
|
3969
|
+
"description": "Computes the actual number to display in the badge.\n- If count is null or invalid, displays \"0\".\n- If count exceeds maxCount, displays \"maxCount+\".\n- If maxCount is null, displays the actual count.\n- If maxCount is invalid, it will be treated as the default value (\"99\").\n- Otherwise, displays the actual number.",
|
|
3970
|
+
"readonly": true
|
|
4233
3971
|
},
|
|
4234
3972
|
{
|
|
4235
3973
|
"kind": "field",
|
|
@@ -4314,54 +4052,99 @@
|
|
|
4314
4052
|
],
|
|
4315
4053
|
"attributes": [
|
|
4316
4054
|
{
|
|
4317
|
-
"name": "
|
|
4055
|
+
"name": "type",
|
|
4056
|
+
"type": {
|
|
4057
|
+
"text": "\"number\" | \"dot\""
|
|
4058
|
+
},
|
|
4059
|
+
"description": "Badge type.\n- \"number\": Displays a number (e.g., message count, quantity).\n- \"dot\": Displays only a small dot (e.g., status indicator).",
|
|
4060
|
+
"default": "\"dot\"",
|
|
4061
|
+
"fieldName": "type"
|
|
4062
|
+
},
|
|
4063
|
+
{
|
|
4064
|
+
"name": "mode",
|
|
4065
|
+
"type": {
|
|
4066
|
+
"text": "\"anchored\" | \"standalone\""
|
|
4067
|
+
},
|
|
4068
|
+
"description": "Badge mode.\n- \"anchored\": The badge is anchored to a parent element.\n- \"standalone\": The badge is displayed independently. You can use this mode to display badges without an anchor, such as in a header or toolbar.",
|
|
4069
|
+
"default": "\"anchored\"",
|
|
4070
|
+
"fieldName": "mode"
|
|
4071
|
+
},
|
|
4072
|
+
{
|
|
4073
|
+
"name": "size",
|
|
4074
|
+
"type": {
|
|
4075
|
+
"text": "\"medium\" | \"large\""
|
|
4076
|
+
},
|
|
4077
|
+
"description": "Badge size.\n- \"medium\": Displays a medium-sized badge.\n- \"large\": Displays a large-sized badge. When type=\"number\", this will not change the badge size.",
|
|
4078
|
+
"default": "\"medium\"",
|
|
4079
|
+
"fieldName": "size"
|
|
4080
|
+
},
|
|
4081
|
+
{
|
|
4082
|
+
"name": "count",
|
|
4083
|
+
"type": {
|
|
4084
|
+
"text": "string | null"
|
|
4085
|
+
},
|
|
4086
|
+
"default": "null",
|
|
4087
|
+
"description": "The numeric content displayed in the badge.\nOnly effective when type=\"number\".\nAccepts a string (A half-width numeric string that can be parsed into a number.) or null; will be parsed as a number internally.",
|
|
4088
|
+
"fieldName": "count"
|
|
4089
|
+
},
|
|
4090
|
+
{
|
|
4091
|
+
"name": "max-count",
|
|
4092
|
+
"type": {
|
|
4093
|
+
"text": "string | null"
|
|
4094
|
+
},
|
|
4095
|
+
"default": "DEFAULT_MAX_COUNT",
|
|
4096
|
+
"description": "The maximum number to display in the badge.\nIf the count exceeds this value, it will display as \"maxCount+\", e.g., \"99+\".\nFor accessibility considerations, if maxCount is null or invalid, it will be treated as the default value (\"99\").\nOnly effective when type=\"number\".",
|
|
4097
|
+
"fieldName": "maxCount"
|
|
4098
|
+
},
|
|
4099
|
+
{
|
|
4100
|
+
"name": "invisible",
|
|
4318
4101
|
"type": {
|
|
4319
4102
|
"text": "boolean"
|
|
4320
4103
|
},
|
|
4321
4104
|
"default": "false",
|
|
4322
|
-
"description": "Whether
|
|
4323
|
-
"fieldName": "
|
|
4105
|
+
"description": "Whether to hide the badge.\n- true: The badge is not displayed (slot content remains visible).\n- false: The badge is displayed normally.",
|
|
4106
|
+
"fieldName": "invisible"
|
|
4324
4107
|
},
|
|
4325
4108
|
{
|
|
4326
|
-
"name": "
|
|
4109
|
+
"name": "color",
|
|
4327
4110
|
"type": {
|
|
4328
|
-
"text": "
|
|
4111
|
+
"text": "\"negative\" | \"alarm\" | \"warning\" | \"positive\" | \"information\""
|
|
4329
4112
|
},
|
|
4330
|
-
"description": "
|
|
4331
|
-
"default": "\"
|
|
4332
|
-
"fieldName": "
|
|
4113
|
+
"description": "Badge color.\nSupports predefined semantic color tokens (negative, alarm, warning, positive, information).",
|
|
4114
|
+
"default": "\"negative\"",
|
|
4115
|
+
"fieldName": "color"
|
|
4333
4116
|
}
|
|
4334
4117
|
],
|
|
4335
4118
|
"superclass": {
|
|
4336
4119
|
"name": "DDSElement",
|
|
4337
4120
|
"module": "/src/base"
|
|
4338
4121
|
},
|
|
4339
|
-
"tagName": "daikin-
|
|
4122
|
+
"tagName": "daikin-badge",
|
|
4340
4123
|
"customElement": true
|
|
4341
4124
|
}
|
|
4342
4125
|
],
|
|
4343
4126
|
"exports": [
|
|
4344
4127
|
{
|
|
4345
4128
|
"kind": "js",
|
|
4346
|
-
"name": "
|
|
4129
|
+
"name": "DaikinBadge",
|
|
4347
4130
|
"declaration": {
|
|
4348
|
-
"name": "
|
|
4349
|
-
"module": "src/components/
|
|
4131
|
+
"name": "DaikinBadge",
|
|
4132
|
+
"module": "src/components/badge/daikin-badge.ts"
|
|
4350
4133
|
}
|
|
4351
4134
|
},
|
|
4352
4135
|
{
|
|
4353
4136
|
"kind": "custom-element-definition",
|
|
4354
|
-
"name": "daikin-
|
|
4137
|
+
"name": "daikin-badge",
|
|
4355
4138
|
"declaration": {
|
|
4356
|
-
"name": "
|
|
4357
|
-
"module": "src/components/
|
|
4139
|
+
"name": "DaikinBadge",
|
|
4140
|
+
"module": "src/components/badge/daikin-badge.ts"
|
|
4358
4141
|
}
|
|
4359
4142
|
}
|
|
4360
4143
|
]
|
|
4361
4144
|
},
|
|
4362
4145
|
{
|
|
4363
4146
|
"kind": "javascript-module",
|
|
4364
|
-
"path": "dist/es/components/
|
|
4147
|
+
"path": "dist/es/components/badge/index.js",
|
|
4365
4148
|
"declarations": [],
|
|
4366
4149
|
"exports": [
|
|
4367
4150
|
{
|
|
@@ -4369,116 +4152,333 @@
|
|
|
4369
4152
|
"name": "*",
|
|
4370
4153
|
"declaration": {
|
|
4371
4154
|
"name": "*",
|
|
4372
|
-
"module": "src/components/
|
|
4155
|
+
"module": "src/components/badge/daikin-badge"
|
|
4373
4156
|
}
|
|
4374
4157
|
}
|
|
4375
4158
|
]
|
|
4376
4159
|
},
|
|
4377
4160
|
{
|
|
4378
4161
|
"kind": "javascript-module",
|
|
4379
|
-
"path": "dist/es/components/breadcrumb
|
|
4162
|
+
"path": "dist/es/components/breadcrumb/daikin-breadcrumb.js",
|
|
4380
4163
|
"declarations": [
|
|
4381
4164
|
{
|
|
4382
4165
|
"kind": "class",
|
|
4383
|
-
"description": "
|
|
4384
|
-
"name": "
|
|
4166
|
+
"description": "`daikin-breadcrumb` is a component for representing a breadcrumb list, and is used together with the `daikin-breadcrumb-item` component.\n\nHierarchy:\n- `daikin-breadcrumb` > `daikin-breadcrumb-item`",
|
|
4167
|
+
"name": "DaikinBreadcrumb",
|
|
4385
4168
|
"slots": [
|
|
4386
4169
|
{
|
|
4387
|
-
"description": "A slot for
|
|
4170
|
+
"description": "A slot for breadcrumb items. Place `breadcrumb-item` elements here.",
|
|
4388
4171
|
"name": ""
|
|
4389
|
-
},
|
|
4390
|
-
{
|
|
4391
|
-
"description": "A slot for an icon to be placed to the left of the content. Place `daikin-icon` or something similar. This will only be displayed when `variant=\"normal\"` or `variant=\"current\"`.",
|
|
4392
|
-
"name": "left-icon"
|
|
4393
4172
|
}
|
|
4394
4173
|
],
|
|
4395
4174
|
"members": [
|
|
4396
4175
|
{
|
|
4397
4176
|
"kind": "field",
|
|
4398
|
-
"name": "
|
|
4177
|
+
"name": "showVisited",
|
|
4399
4178
|
"type": {
|
|
4400
|
-
"text": "
|
|
4179
|
+
"text": "boolean"
|
|
4401
4180
|
},
|
|
4402
|
-
"default": "
|
|
4403
|
-
"description": "
|
|
4404
|
-
"attribute": "
|
|
4181
|
+
"default": "false",
|
|
4182
|
+
"description": "Whether or not to change the color of visited links.",
|
|
4183
|
+
"attribute": "show-visited",
|
|
4405
4184
|
"reflects": true
|
|
4406
4185
|
},
|
|
4407
4186
|
{
|
|
4408
4187
|
"kind": "field",
|
|
4409
|
-
"name": "
|
|
4188
|
+
"name": "breadcrumbAriaLabel",
|
|
4410
4189
|
"type": {
|
|
4411
|
-
"text": "
|
|
4190
|
+
"text": "string"
|
|
4412
4191
|
},
|
|
4413
|
-
"description": "
|
|
4414
|
-
"default": "\"
|
|
4415
|
-
"attribute": "
|
|
4192
|
+
"description": "The aria-label of the breadcrumb.\nIt's recommended to provide a more specific aria-label for the breadcrumb, especially when there are multiple breadcrumb components on the same page, to help users distinguish between them.",
|
|
4193
|
+
"default": "\"Breadcrumb\"",
|
|
4194
|
+
"attribute": "breadcrumb-aria-label",
|
|
4416
4195
|
"reflects": true
|
|
4417
4196
|
},
|
|
4418
4197
|
{
|
|
4419
4198
|
"kind": "field",
|
|
4420
|
-
"name": "
|
|
4199
|
+
"name": "_items",
|
|
4421
4200
|
"type": {
|
|
4422
|
-
"text": "
|
|
4201
|
+
"text": "readonly DaikinBreadcrumbItem[]"
|
|
4423
4202
|
},
|
|
4424
|
-
"
|
|
4425
|
-
"
|
|
4426
|
-
"attribute": "target",
|
|
4427
|
-
"reflects": true
|
|
4203
|
+
"privacy": "private",
|
|
4204
|
+
"readonly": true
|
|
4428
4205
|
},
|
|
4429
4206
|
{
|
|
4430
4207
|
"kind": "field",
|
|
4431
|
-
"name": "
|
|
4208
|
+
"name": "_menus",
|
|
4432
4209
|
"type": {
|
|
4433
|
-
"text": "
|
|
4210
|
+
"text": "readonly DaikinMenu[]"
|
|
4434
4211
|
},
|
|
4435
|
-
"
|
|
4436
|
-
"
|
|
4437
|
-
"attribute": "show-visited",
|
|
4438
|
-
"reflects": true
|
|
4212
|
+
"privacy": "private",
|
|
4213
|
+
"readonly": true
|
|
4439
4214
|
},
|
|
4440
4215
|
{
|
|
4441
4216
|
"kind": "field",
|
|
4442
|
-
"name": "
|
|
4217
|
+
"name": "_rafId",
|
|
4443
4218
|
"type": {
|
|
4444
|
-
"text": "
|
|
4219
|
+
"text": "number | null"
|
|
4445
4220
|
},
|
|
4446
|
-
"default": "false",
|
|
4447
|
-
"description": "_Internal use._\nWhether or not to display the divider on the right.\nSet automatically by `daikin-breadcrumb`.",
|
|
4448
4221
|
"privacy": "private",
|
|
4449
|
-
"
|
|
4450
|
-
"reflects": true
|
|
4222
|
+
"default": "null"
|
|
4451
4223
|
},
|
|
4452
4224
|
{
|
|
4453
|
-
"kind": "
|
|
4454
|
-
"name": "
|
|
4455
|
-
"
|
|
4456
|
-
"text": "| \"false\"\n | \"true\"\n | \"menu\"\n | \"listbox\"\n | \"tree\"\n | \"grid\"\n | \"dialog\"\n | null"
|
|
4457
|
-
},
|
|
4458
|
-
"default": "null",
|
|
4459
|
-
"description": "The aria-haspopup of the breadcrumb item when `variant=\"ellipsis\"`.\nWhen used within a daikin-menu component, this property is automatically assigned the value `breadcrumbAriaHaspopup=\"menu\"`.",
|
|
4460
|
-
"attribute": "breadcrumb-aria-haspopup",
|
|
4461
|
-
"reflects": true
|
|
4225
|
+
"kind": "method",
|
|
4226
|
+
"name": "_updateBreadcrumbs",
|
|
4227
|
+
"privacy": "private"
|
|
4462
4228
|
},
|
|
4463
4229
|
{
|
|
4464
|
-
"kind": "
|
|
4465
|
-
"name": "
|
|
4466
|
-
"
|
|
4467
|
-
"text": "\"true\" | \"false\" | \"undefined\" | null"
|
|
4468
|
-
},
|
|
4469
|
-
"default": "null",
|
|
4470
|
-
"description": "The aria-expanded of breadcrumb item when `variant=\"ellipsis\"`.\nWhen used within a daikin-menu component, this property will be controlled by daikin-menu, so you don't need to specify it explicitly.",
|
|
4471
|
-
"attribute": "breadcrumb-aria-expanded",
|
|
4472
|
-
"reflects": true
|
|
4230
|
+
"kind": "method",
|
|
4231
|
+
"name": "_handleSlotChange",
|
|
4232
|
+
"privacy": "private"
|
|
4473
4233
|
},
|
|
4474
4234
|
{
|
|
4475
4235
|
"kind": "field",
|
|
4476
|
-
"name": "
|
|
4236
|
+
"name": "version",
|
|
4477
4237
|
"type": {
|
|
4478
|
-
"text": "
|
|
4238
|
+
"text": "string"
|
|
4479
4239
|
},
|
|
4480
|
-
"
|
|
4481
|
-
"readonly": true
|
|
4240
|
+
"static": true,
|
|
4241
|
+
"readonly": true,
|
|
4242
|
+
"default": "VERSION",
|
|
4243
|
+
"description": "The version of the DDS library",
|
|
4244
|
+
"inheritedFrom": {
|
|
4245
|
+
"name": "DDSElement",
|
|
4246
|
+
"module": "dist/es/base/dds-element.js"
|
|
4247
|
+
}
|
|
4248
|
+
},
|
|
4249
|
+
{
|
|
4250
|
+
"kind": "method",
|
|
4251
|
+
"name": "getPropertyDescriptor",
|
|
4252
|
+
"static": true,
|
|
4253
|
+
"return": {
|
|
4254
|
+
"type": {
|
|
4255
|
+
"text": ""
|
|
4256
|
+
}
|
|
4257
|
+
},
|
|
4258
|
+
"parameters": [
|
|
4259
|
+
{
|
|
4260
|
+
"name": "name",
|
|
4261
|
+
"type": {
|
|
4262
|
+
"text": "PropertyKey"
|
|
4263
|
+
},
|
|
4264
|
+
"description": "The property name (e.g., \"value\", \"disabled\")"
|
|
4265
|
+
},
|
|
4266
|
+
{
|
|
4267
|
+
"name": "key",
|
|
4268
|
+
"type": {
|
|
4269
|
+
"text": "string | symbol"
|
|
4270
|
+
},
|
|
4271
|
+
"description": "The backing property key used for internal storage (generated by Lit)"
|
|
4272
|
+
},
|
|
4273
|
+
{
|
|
4274
|
+
"name": "{ fallbackValue, isAllowedValue, ...options }",
|
|
4275
|
+
"type": {
|
|
4276
|
+
"text": "DDSPropertyDeclaration"
|
|
4277
|
+
}
|
|
4278
|
+
},
|
|
4279
|
+
{
|
|
4280
|
+
"description": "DDS property declaration options including fallbackValue and isAllowedValue",
|
|
4281
|
+
"name": "options"
|
|
4282
|
+
}
|
|
4283
|
+
],
|
|
4284
|
+
"description": "Override of LitElement's getPropertyDescriptor to add support for fallback values\nand property validation.",
|
|
4285
|
+
"inheritedFrom": {
|
|
4286
|
+
"name": "DDSElement",
|
|
4287
|
+
"module": "dist/es/base/dds-element.js"
|
|
4288
|
+
}
|
|
4289
|
+
},
|
|
4290
|
+
{
|
|
4291
|
+
"kind": "method",
|
|
4292
|
+
"name": "getBackingProperty",
|
|
4293
|
+
"privacy": "protected",
|
|
4294
|
+
"return": {
|
|
4295
|
+
"type": {
|
|
4296
|
+
"text": ""
|
|
4297
|
+
}
|
|
4298
|
+
},
|
|
4299
|
+
"parameters": [
|
|
4300
|
+
{
|
|
4301
|
+
"name": "name",
|
|
4302
|
+
"type": {
|
|
4303
|
+
"text": "T"
|
|
4304
|
+
},
|
|
4305
|
+
"description": "The property name to retrieve the backing value for"
|
|
4306
|
+
}
|
|
4307
|
+
],
|
|
4308
|
+
"description": "Retrieves the backing property value for a given property name.\nThis allows access to the underlying stored value before any fallback logic is applied.\n\nWhy is this needed?\n- The public property getter may return a fallback value when the actual value is undefined.\n- Sometimes we need to know if the property was explicitly set or if we're using a fallback.\n- This method provides access to the raw backing value stored by Lit.",
|
|
4309
|
+
"inheritedFrom": {
|
|
4310
|
+
"name": "DDSElement",
|
|
4311
|
+
"module": "dist/es/base/dds-element.js"
|
|
4312
|
+
}
|
|
4313
|
+
}
|
|
4314
|
+
],
|
|
4315
|
+
"attributes": [
|
|
4316
|
+
{
|
|
4317
|
+
"name": "show-visited",
|
|
4318
|
+
"type": {
|
|
4319
|
+
"text": "boolean"
|
|
4320
|
+
},
|
|
4321
|
+
"default": "false",
|
|
4322
|
+
"description": "Whether or not to change the color of visited links.",
|
|
4323
|
+
"fieldName": "showVisited"
|
|
4324
|
+
},
|
|
4325
|
+
{
|
|
4326
|
+
"name": "breadcrumb-aria-label",
|
|
4327
|
+
"type": {
|
|
4328
|
+
"text": "string"
|
|
4329
|
+
},
|
|
4330
|
+
"description": "The aria-label of the breadcrumb.\nIt's recommended to provide a more specific aria-label for the breadcrumb, especially when there are multiple breadcrumb components on the same page, to help users distinguish between them.",
|
|
4331
|
+
"default": "\"Breadcrumb\"",
|
|
4332
|
+
"fieldName": "breadcrumbAriaLabel"
|
|
4333
|
+
}
|
|
4334
|
+
],
|
|
4335
|
+
"superclass": {
|
|
4336
|
+
"name": "DDSElement",
|
|
4337
|
+
"module": "/src/base"
|
|
4338
|
+
},
|
|
4339
|
+
"tagName": "daikin-breadcrumb",
|
|
4340
|
+
"customElement": true
|
|
4341
|
+
}
|
|
4342
|
+
],
|
|
4343
|
+
"exports": [
|
|
4344
|
+
{
|
|
4345
|
+
"kind": "js",
|
|
4346
|
+
"name": "DaikinBreadcrumb",
|
|
4347
|
+
"declaration": {
|
|
4348
|
+
"name": "DaikinBreadcrumb",
|
|
4349
|
+
"module": "src/components/breadcrumb/daikin-breadcrumb.ts"
|
|
4350
|
+
}
|
|
4351
|
+
},
|
|
4352
|
+
{
|
|
4353
|
+
"kind": "custom-element-definition",
|
|
4354
|
+
"name": "daikin-breadcrumb",
|
|
4355
|
+
"declaration": {
|
|
4356
|
+
"name": "DaikinBreadcrumb",
|
|
4357
|
+
"module": "src/components/breadcrumb/daikin-breadcrumb.ts"
|
|
4358
|
+
}
|
|
4359
|
+
}
|
|
4360
|
+
]
|
|
4361
|
+
},
|
|
4362
|
+
{
|
|
4363
|
+
"kind": "javascript-module",
|
|
4364
|
+
"path": "dist/es/components/breadcrumb/index.js",
|
|
4365
|
+
"declarations": [],
|
|
4366
|
+
"exports": [
|
|
4367
|
+
{
|
|
4368
|
+
"kind": "js",
|
|
4369
|
+
"name": "*",
|
|
4370
|
+
"declaration": {
|
|
4371
|
+
"name": "*",
|
|
4372
|
+
"module": "src/components/breadcrumb/daikin-breadcrumb"
|
|
4373
|
+
}
|
|
4374
|
+
}
|
|
4375
|
+
]
|
|
4376
|
+
},
|
|
4377
|
+
{
|
|
4378
|
+
"kind": "javascript-module",
|
|
4379
|
+
"path": "dist/es/components/breadcrumb-item/daikin-breadcrumb-item.js",
|
|
4380
|
+
"declarations": [
|
|
4381
|
+
{
|
|
4382
|
+
"kind": "class",
|
|
4383
|
+
"description": "The `daikin-breadcrumb-item` is a component used to represent each item of the breadcrumb list, and is used as a child element of the `daikin-breadcrumb` component.\n\nHierarchy:\n- `daikin-breadcrumb` > `daikin-breadcrumb-item`",
|
|
4384
|
+
"name": "DaikinBreadcrumbItem",
|
|
4385
|
+
"slots": [
|
|
4386
|
+
{
|
|
4387
|
+
"description": "A slot for the breadcrumb item content.",
|
|
4388
|
+
"name": ""
|
|
4389
|
+
},
|
|
4390
|
+
{
|
|
4391
|
+
"description": "A slot for an icon to be placed to the left of the content. Place `daikin-icon` or something similar. This will only be displayed when `variant=\"normal\"` or `variant=\"current\"`.",
|
|
4392
|
+
"name": "left-icon"
|
|
4393
|
+
}
|
|
4394
|
+
],
|
|
4395
|
+
"members": [
|
|
4396
|
+
{
|
|
4397
|
+
"kind": "field",
|
|
4398
|
+
"name": "href",
|
|
4399
|
+
"type": {
|
|
4400
|
+
"text": "string | null"
|
|
4401
|
+
},
|
|
4402
|
+
"default": "null",
|
|
4403
|
+
"description": "Specify link href.",
|
|
4404
|
+
"attribute": "href",
|
|
4405
|
+
"reflects": true
|
|
4406
|
+
},
|
|
4407
|
+
{
|
|
4408
|
+
"kind": "field",
|
|
4409
|
+
"name": "variant",
|
|
4410
|
+
"type": {
|
|
4411
|
+
"text": "\"normal\" | \"current\" | \"ellipsis\""
|
|
4412
|
+
},
|
|
4413
|
+
"description": "Specifies the display content.\nIf `ellipsis`, the \"...\" will be displayed instead of the link.\nSet automatically by `daikin-breadcrumb`.",
|
|
4414
|
+
"default": "\"normal\"",
|
|
4415
|
+
"attribute": "variant",
|
|
4416
|
+
"reflects": true
|
|
4417
|
+
},
|
|
4418
|
+
{
|
|
4419
|
+
"kind": "field",
|
|
4420
|
+
"name": "target",
|
|
4421
|
+
"type": {
|
|
4422
|
+
"text": "string | null"
|
|
4423
|
+
},
|
|
4424
|
+
"default": "null",
|
|
4425
|
+
"description": "Specify the link target.",
|
|
4426
|
+
"attribute": "target",
|
|
4427
|
+
"reflects": true
|
|
4428
|
+
},
|
|
4429
|
+
{
|
|
4430
|
+
"kind": "field",
|
|
4431
|
+
"name": "showVisited",
|
|
4432
|
+
"type": {
|
|
4433
|
+
"text": "boolean"
|
|
4434
|
+
},
|
|
4435
|
+
"default": "false",
|
|
4436
|
+
"description": "Whether or not to change the color of visited links.\nSet automatically by `daikin-breadcrumb`.",
|
|
4437
|
+
"attribute": "show-visited",
|
|
4438
|
+
"reflects": true
|
|
4439
|
+
},
|
|
4440
|
+
{
|
|
4441
|
+
"kind": "field",
|
|
4442
|
+
"name": "appendDivider",
|
|
4443
|
+
"type": {
|
|
4444
|
+
"text": "boolean"
|
|
4445
|
+
},
|
|
4446
|
+
"default": "false",
|
|
4447
|
+
"description": "_Internal use._\nWhether or not to display the divider on the right.\nSet automatically by `daikin-breadcrumb`.",
|
|
4448
|
+
"privacy": "private",
|
|
4449
|
+
"attribute": "append-divider",
|
|
4450
|
+
"reflects": true
|
|
4451
|
+
},
|
|
4452
|
+
{
|
|
4453
|
+
"kind": "field",
|
|
4454
|
+
"name": "breadcrumbAriaHaspopup",
|
|
4455
|
+
"type": {
|
|
4456
|
+
"text": "| \"false\"\n | \"true\"\n | \"menu\"\n | \"listbox\"\n | \"tree\"\n | \"grid\"\n | \"dialog\"\n | null"
|
|
4457
|
+
},
|
|
4458
|
+
"default": "null",
|
|
4459
|
+
"description": "The aria-haspopup of the breadcrumb item when `variant=\"ellipsis\"`.\nWhen used within a daikin-menu component, this property is automatically assigned the value `breadcrumbAriaHaspopup=\"menu\"`.",
|
|
4460
|
+
"attribute": "breadcrumb-aria-haspopup",
|
|
4461
|
+
"reflects": true
|
|
4462
|
+
},
|
|
4463
|
+
{
|
|
4464
|
+
"kind": "field",
|
|
4465
|
+
"name": "breadcrumbAriaExpanded",
|
|
4466
|
+
"type": {
|
|
4467
|
+
"text": "\"true\" | \"false\" | \"undefined\" | null"
|
|
4468
|
+
},
|
|
4469
|
+
"default": "null",
|
|
4470
|
+
"description": "The aria-expanded of breadcrumb item when `variant=\"ellipsis\"`.\nWhen used within a daikin-menu component, this property will be controlled by daikin-menu, so you don't need to specify it explicitly.",
|
|
4471
|
+
"attribute": "breadcrumb-aria-expanded",
|
|
4472
|
+
"reflects": true
|
|
4473
|
+
},
|
|
4474
|
+
{
|
|
4475
|
+
"kind": "field",
|
|
4476
|
+
"name": "_focusableRef",
|
|
4477
|
+
"type": {
|
|
4478
|
+
"text": "Ref<HTMLElement>"
|
|
4479
|
+
},
|
|
4480
|
+
"privacy": "private",
|
|
4481
|
+
"readonly": true
|
|
4482
4482
|
},
|
|
4483
4483
|
{
|
|
4484
4484
|
"kind": "method",
|
|
@@ -17292,155 +17292,173 @@
|
|
|
17292
17292
|
},
|
|
17293
17293
|
{
|
|
17294
17294
|
"kind": "javascript-module",
|
|
17295
|
-
"path": "dist/es/components/radio
|
|
17295
|
+
"path": "dist/es/components/radio/daikin-radio.js",
|
|
17296
17296
|
"declarations": [
|
|
17297
17297
|
{
|
|
17298
17298
|
"kind": "class",
|
|
17299
|
-
"description": "
|
|
17300
|
-
"name": "
|
|
17299
|
+
"description": "The radio button component is a UI element that allows users to select one options from a set of choices.\nIt functions similarly to the HTML `<input type=\"radio\">` tag. \\\nPlease note that **a radio group component is not yet available**, so you'll need to manually group radio buttons when using multiple instances.\n\nHierarchies:\n- `daikin-radio-group` > `daikin-radio`",
|
|
17300
|
+
"name": "DaikinRadio",
|
|
17301
17301
|
"slots": [
|
|
17302
17302
|
{
|
|
17303
|
-
"description": "A slot for
|
|
17303
|
+
"description": "A slot for the radio label content.",
|
|
17304
17304
|
"name": ""
|
|
17305
17305
|
}
|
|
17306
17306
|
],
|
|
17307
17307
|
"members": [
|
|
17308
17308
|
{
|
|
17309
17309
|
"kind": "field",
|
|
17310
|
-
"name": "
|
|
17310
|
+
"name": "label",
|
|
17311
17311
|
"type": {
|
|
17312
|
-
"text": "
|
|
17312
|
+
"text": "string"
|
|
17313
17313
|
},
|
|
17314
|
-
"
|
|
17315
|
-
"
|
|
17314
|
+
"description": "Label text for the radio button.",
|
|
17315
|
+
"attribute": "label",
|
|
17316
|
+
"reflects": true
|
|
17316
17317
|
},
|
|
17317
17318
|
{
|
|
17318
17319
|
"kind": "field",
|
|
17319
|
-
"name": "
|
|
17320
|
+
"name": "labelPosition",
|
|
17320
17321
|
"type": {
|
|
17321
|
-
"text": "
|
|
17322
|
+
"text": "\"right\" | \"hidden\""
|
|
17322
17323
|
},
|
|
17323
|
-
"description": "
|
|
17324
|
-
"default": "\"
|
|
17325
|
-
"attribute": "
|
|
17324
|
+
"description": "Label position.\n- `right` (default): The label will be placed to the right of the radio button.\n- `hidden`: The label will not be shown.",
|
|
17325
|
+
"default": "\"right\"",
|
|
17326
|
+
"attribute": "label-position",
|
|
17326
17327
|
"reflects": true
|
|
17327
17328
|
},
|
|
17328
17329
|
{
|
|
17329
17330
|
"kind": "field",
|
|
17330
|
-
"name": "
|
|
17331
|
+
"name": "checked",
|
|
17331
17332
|
"type": {
|
|
17332
|
-
"text": "
|
|
17333
|
+
"text": "boolean"
|
|
17333
17334
|
},
|
|
17334
|
-
"
|
|
17335
|
-
"
|
|
17335
|
+
"default": "false",
|
|
17336
|
+
"description": "Specify the radio button checked state.\nTo keep external state in sync, listen to the `change` event.",
|
|
17337
|
+
"attribute": "checked",
|
|
17336
17338
|
"reflects": true
|
|
17337
17339
|
},
|
|
17338
17340
|
{
|
|
17339
17341
|
"kind": "field",
|
|
17340
|
-
"name": "
|
|
17342
|
+
"name": "disabled",
|
|
17341
17343
|
"type": {
|
|
17342
|
-
"text": "
|
|
17344
|
+
"text": "boolean"
|
|
17343
17345
|
},
|
|
17344
|
-
"default": "
|
|
17345
|
-
"description": "
|
|
17346
|
-
"attribute": "
|
|
17346
|
+
"default": "false",
|
|
17347
|
+
"description": "Specify the radio button disabled state.",
|
|
17348
|
+
"attribute": "disabled",
|
|
17349
|
+
"reflects": true
|
|
17347
17350
|
},
|
|
17348
17351
|
{
|
|
17349
17352
|
"kind": "field",
|
|
17350
|
-
"name": "
|
|
17353
|
+
"name": "readonly",
|
|
17351
17354
|
"type": {
|
|
17352
17355
|
"text": "boolean"
|
|
17353
17356
|
},
|
|
17354
17357
|
"default": "false",
|
|
17355
|
-
"description": "
|
|
17356
|
-
"attribute": "
|
|
17358
|
+
"description": "Specify the radio button readonly state.\nWhen readonly, the user cannot change the checked state.",
|
|
17359
|
+
"attribute": "readonly",
|
|
17357
17360
|
"reflects": true
|
|
17358
17361
|
},
|
|
17359
17362
|
{
|
|
17360
17363
|
"kind": "field",
|
|
17361
|
-
"name": "
|
|
17364
|
+
"name": "disabledByParent",
|
|
17362
17365
|
"type": {
|
|
17363
17366
|
"text": "boolean"
|
|
17364
17367
|
},
|
|
17365
17368
|
"default": "false",
|
|
17366
|
-
"description": "
|
|
17367
|
-
"
|
|
17368
|
-
"reflects": true
|
|
17369
|
+
"description": "Specify the radio disabled state controlled by the parent component.\nControlled by `daikin-radio-group`.",
|
|
17370
|
+
"privacy": "private"
|
|
17369
17371
|
},
|
|
17370
17372
|
{
|
|
17371
17373
|
"kind": "field",
|
|
17372
|
-
"name": "
|
|
17374
|
+
"name": "readonlyByParent",
|
|
17373
17375
|
"type": {
|
|
17374
17376
|
"text": "boolean"
|
|
17375
17377
|
},
|
|
17376
17378
|
"default": "false",
|
|
17377
|
-
"description": "
|
|
17378
|
-
"
|
|
17379
|
-
"reflects": true
|
|
17379
|
+
"description": "Specify the radio readonly state controlled by the parent component.\nControlled by `daikin-radio-group`.",
|
|
17380
|
+
"privacy": "private"
|
|
17380
17381
|
},
|
|
17381
17382
|
{
|
|
17382
17383
|
"kind": "field",
|
|
17383
|
-
"name": "
|
|
17384
|
+
"name": "_disabled",
|
|
17384
17385
|
"type": {
|
|
17385
|
-
"text": "
|
|
17386
|
+
"text": "boolean"
|
|
17386
17387
|
},
|
|
17387
17388
|
"privacy": "private",
|
|
17388
|
-
"
|
|
17389
|
-
"
|
|
17389
|
+
"description": "The effective disabled state of the radio button.\nReturns `true` if either `disabled` or `disabledByParent` is `true`.",
|
|
17390
|
+
"readonly": true
|
|
17390
17391
|
},
|
|
17391
17392
|
{
|
|
17392
|
-
"kind": "
|
|
17393
|
-
"name": "
|
|
17393
|
+
"kind": "field",
|
|
17394
|
+
"name": "_readonly",
|
|
17395
|
+
"type": {
|
|
17396
|
+
"text": "boolean"
|
|
17397
|
+
},
|
|
17394
17398
|
"privacy": "private",
|
|
17395
|
-
"
|
|
17396
|
-
|
|
17397
|
-
"text": "void"
|
|
17398
|
-
}
|
|
17399
|
-
}
|
|
17399
|
+
"description": "The effective readonly state of the radio button.\nReturns `true` if either `readonly` or `readonlyByParent` is `true`.",
|
|
17400
|
+
"readonly": true
|
|
17400
17401
|
},
|
|
17401
17402
|
{
|
|
17402
|
-
"kind": "
|
|
17403
|
-
"name": "
|
|
17403
|
+
"kind": "field",
|
|
17404
|
+
"name": "skipTab",
|
|
17405
|
+
"type": {
|
|
17406
|
+
"text": "boolean"
|
|
17407
|
+
},
|
|
17408
|
+
"default": "false",
|
|
17409
|
+
"description": "Whether the radio button can be focused.\nAutomatically set by `daikin-radio-group` component."
|
|
17410
|
+
},
|
|
17411
|
+
{
|
|
17412
|
+
"kind": "field",
|
|
17413
|
+
"name": "_radio",
|
|
17414
|
+
"type": {
|
|
17415
|
+
"text": "HTMLInputElement | null"
|
|
17416
|
+
},
|
|
17404
17417
|
"privacy": "private"
|
|
17405
17418
|
},
|
|
17406
17419
|
{
|
|
17407
17420
|
"kind": "field",
|
|
17408
|
-
"name": "
|
|
17421
|
+
"name": "_labelHidden",
|
|
17422
|
+
"type": {
|
|
17423
|
+
"text": "boolean"
|
|
17424
|
+
},
|
|
17409
17425
|
"privacy": "private",
|
|
17410
17426
|
"readonly": true
|
|
17411
17427
|
},
|
|
17412
17428
|
{
|
|
17413
17429
|
"kind": "method",
|
|
17414
|
-
"name": "
|
|
17430
|
+
"name": "_updateFormValue",
|
|
17431
|
+
"privacy": "private"
|
|
17432
|
+
},
|
|
17433
|
+
{
|
|
17434
|
+
"kind": "method",
|
|
17435
|
+
"name": "_handleClick",
|
|
17415
17436
|
"privacy": "private",
|
|
17416
|
-
"
|
|
17417
|
-
|
|
17418
|
-
"
|
|
17437
|
+
"parameters": [
|
|
17438
|
+
{
|
|
17439
|
+
"name": "event",
|
|
17440
|
+
"type": {
|
|
17441
|
+
"text": "MouseEvent"
|
|
17442
|
+
}
|
|
17419
17443
|
}
|
|
17420
|
-
|
|
17444
|
+
]
|
|
17421
17445
|
},
|
|
17422
17446
|
{
|
|
17423
17447
|
"kind": "method",
|
|
17424
|
-
"name": "
|
|
17448
|
+
"name": "_handleChange",
|
|
17425
17449
|
"privacy": "private",
|
|
17426
|
-
"return": {
|
|
17427
|
-
"type": {
|
|
17428
|
-
"text": "void"
|
|
17429
|
-
}
|
|
17430
|
-
},
|
|
17431
17450
|
"parameters": [
|
|
17432
17451
|
{
|
|
17433
17452
|
"name": "event",
|
|
17434
17453
|
"type": {
|
|
17435
|
-
"text": "
|
|
17454
|
+
"text": "Event"
|
|
17436
17455
|
}
|
|
17437
17456
|
}
|
|
17438
|
-
]
|
|
17439
|
-
"description": "Handles keyboard interactions in the radio list.\nhttps://www.w3.org/WAI/ARIA/apg/patterns/radio/"
|
|
17457
|
+
]
|
|
17440
17458
|
},
|
|
17441
17459
|
{
|
|
17442
17460
|
"kind": "method",
|
|
17443
|
-
"name": "
|
|
17461
|
+
"name": "focus",
|
|
17444
17462
|
"return": {
|
|
17445
17463
|
"type": {
|
|
17446
17464
|
"text": "void"
|
|
@@ -17448,14 +17466,172 @@
|
|
|
17448
17466
|
},
|
|
17449
17467
|
"parameters": [
|
|
17450
17468
|
{
|
|
17451
|
-
"name": "
|
|
17469
|
+
"name": "options",
|
|
17470
|
+
"optional": true,
|
|
17452
17471
|
"type": {
|
|
17453
|
-
"text": "
|
|
17472
|
+
"text": "FocusOptions"
|
|
17473
|
+
},
|
|
17474
|
+
"description": "focus options"
|
|
17475
|
+
}
|
|
17476
|
+
],
|
|
17477
|
+
"description": "Focuses on the inner radio."
|
|
17478
|
+
},
|
|
17479
|
+
{
|
|
17480
|
+
"kind": "field",
|
|
17481
|
+
"name": "formAttr",
|
|
17482
|
+
"type": {
|
|
17483
|
+
"text": "string"
|
|
17484
|
+
},
|
|
17485
|
+
"description": "The form the component belongs to.",
|
|
17486
|
+
"attribute": "form",
|
|
17487
|
+
"reflects": true,
|
|
17488
|
+
"inheritedFrom": {
|
|
17489
|
+
"name": "DDSFormElement",
|
|
17490
|
+
"module": "dist/es/base/dds-form-element.js"
|
|
17491
|
+
}
|
|
17492
|
+
},
|
|
17493
|
+
{
|
|
17494
|
+
"kind": "field",
|
|
17495
|
+
"name": "name",
|
|
17496
|
+
"type": {
|
|
17497
|
+
"text": "string"
|
|
17498
|
+
},
|
|
17499
|
+
"description": "The form name, submitted as a name/value pair when submitting the form.",
|
|
17500
|
+
"attribute": "name",
|
|
17501
|
+
"reflects": true,
|
|
17502
|
+
"inheritedFrom": {
|
|
17503
|
+
"name": "DDSFormElement",
|
|
17504
|
+
"module": "dist/es/base/dds-form-element.js"
|
|
17505
|
+
}
|
|
17506
|
+
},
|
|
17507
|
+
{
|
|
17508
|
+
"kind": "field",
|
|
17509
|
+
"name": "value",
|
|
17510
|
+
"type": {
|
|
17511
|
+
"text": "string"
|
|
17512
|
+
},
|
|
17513
|
+
"default": "\"\"",
|
|
17514
|
+
"description": "The form value, submitted as a name/value pair when submitting the form.",
|
|
17515
|
+
"attribute": "value",
|
|
17516
|
+
"inheritedFrom": {
|
|
17517
|
+
"name": "DDSFormElement",
|
|
17518
|
+
"module": "dist/es/base/dds-form-element.js"
|
|
17519
|
+
}
|
|
17520
|
+
},
|
|
17521
|
+
{
|
|
17522
|
+
"kind": "field",
|
|
17523
|
+
"name": "formAssociated",
|
|
17524
|
+
"type": {
|
|
17525
|
+
"text": "boolean"
|
|
17526
|
+
},
|
|
17527
|
+
"static": true,
|
|
17528
|
+
"readonly": true,
|
|
17529
|
+
"default": "true",
|
|
17530
|
+
"inheritedFrom": {
|
|
17531
|
+
"name": "DDSFormElement",
|
|
17532
|
+
"module": "dist/es/base/dds-form-element.js"
|
|
17533
|
+
}
|
|
17534
|
+
},
|
|
17535
|
+
{
|
|
17536
|
+
"kind": "field",
|
|
17537
|
+
"name": "internals",
|
|
17538
|
+
"type": {
|
|
17539
|
+
"text": "ElementInternals | null | undefined"
|
|
17540
|
+
},
|
|
17541
|
+
"privacy": "protected",
|
|
17542
|
+
"inheritedFrom": {
|
|
17543
|
+
"name": "DDSFormElement",
|
|
17544
|
+
"module": "dist/es/base/dds-form-element.js"
|
|
17545
|
+
}
|
|
17546
|
+
},
|
|
17547
|
+
{
|
|
17548
|
+
"kind": "field",
|
|
17549
|
+
"name": "form",
|
|
17550
|
+
"type": {
|
|
17551
|
+
"text": "HTMLFormElement | null"
|
|
17552
|
+
},
|
|
17553
|
+
"description": "Returns the form object associated with the element, or null if none exists.",
|
|
17554
|
+
"privacy": "private",
|
|
17555
|
+
"readonly": true,
|
|
17556
|
+
"inheritedFrom": {
|
|
17557
|
+
"name": "DDSFormElement",
|
|
17558
|
+
"module": "dist/es/base/dds-form-element.js"
|
|
17559
|
+
}
|
|
17560
|
+
},
|
|
17561
|
+
{
|
|
17562
|
+
"kind": "method",
|
|
17563
|
+
"name": "setFormValue",
|
|
17564
|
+
"parameters": [
|
|
17565
|
+
{
|
|
17566
|
+
"name": "value",
|
|
17567
|
+
"type": {
|
|
17568
|
+
"text": "FormValueType"
|
|
17569
|
+
}
|
|
17570
|
+
},
|
|
17571
|
+
{
|
|
17572
|
+
"name": "state",
|
|
17573
|
+
"optional": true,
|
|
17574
|
+
"type": {
|
|
17575
|
+
"text": "FormValueType"
|
|
17454
17576
|
}
|
|
17455
17577
|
}
|
|
17456
17578
|
],
|
|
17457
|
-
"description": "
|
|
17458
|
-
"privacy": "private"
|
|
17579
|
+
"description": "Set the element's name and value within the current form.",
|
|
17580
|
+
"privacy": "private",
|
|
17581
|
+
"inheritedFrom": {
|
|
17582
|
+
"name": "DDSFormElement",
|
|
17583
|
+
"module": "dist/es/base/dds-form-element.js"
|
|
17584
|
+
}
|
|
17585
|
+
},
|
|
17586
|
+
{
|
|
17587
|
+
"kind": "method",
|
|
17588
|
+
"name": "reportValidity",
|
|
17589
|
+
"description": "A function that maps to the form control's `reportValidity()` function.\nReference: https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement/reportValidity",
|
|
17590
|
+
"privacy": "private",
|
|
17591
|
+
"inheritedFrom": {
|
|
17592
|
+
"name": "DDSFormElement",
|
|
17593
|
+
"module": "dist/es/base/dds-form-element.js"
|
|
17594
|
+
}
|
|
17595
|
+
},
|
|
17596
|
+
{
|
|
17597
|
+
"kind": "method",
|
|
17598
|
+
"name": "checkValidity",
|
|
17599
|
+
"description": "A function that maps to the form control's `checkValidity()` function.\nReference: https://developer.mozilla.org/en-US/docs/Web/API/HTMLSelectElement/checkValidity",
|
|
17600
|
+
"privacy": "private",
|
|
17601
|
+
"inheritedFrom": {
|
|
17602
|
+
"name": "DDSFormElement",
|
|
17603
|
+
"module": "dist/es/base/dds-form-element.js"
|
|
17604
|
+
}
|
|
17605
|
+
},
|
|
17606
|
+
{
|
|
17607
|
+
"kind": "method",
|
|
17608
|
+
"name": "hostConnected",
|
|
17609
|
+
"description": "TODO Enhance these functions to bring our components closer to native form components.",
|
|
17610
|
+
"privacy": "private",
|
|
17611
|
+
"inheritedFrom": {
|
|
17612
|
+
"name": "DDSFormElement",
|
|
17613
|
+
"module": "dist/es/base/dds-form-element.js"
|
|
17614
|
+
}
|
|
17615
|
+
},
|
|
17616
|
+
{
|
|
17617
|
+
"kind": "method",
|
|
17618
|
+
"name": "hostDisconnected",
|
|
17619
|
+
"description": "TODO Enhance these functions to bring our components closer to native form components.",
|
|
17620
|
+
"privacy": "private",
|
|
17621
|
+
"inheritedFrom": {
|
|
17622
|
+
"name": "DDSFormElement",
|
|
17623
|
+
"module": "dist/es/base/dds-form-element.js"
|
|
17624
|
+
}
|
|
17625
|
+
},
|
|
17626
|
+
{
|
|
17627
|
+
"kind": "method",
|
|
17628
|
+
"name": "hostUpdated",
|
|
17629
|
+
"description": "TODO Enhance these functions to bring our components closer to native form components.",
|
|
17630
|
+
"privacy": "private",
|
|
17631
|
+
"inheritedFrom": {
|
|
17632
|
+
"name": "DDSFormElement",
|
|
17633
|
+
"module": "dist/es/base/dds-form-element.js"
|
|
17634
|
+
}
|
|
17459
17635
|
},
|
|
17460
17636
|
{
|
|
17461
17637
|
"kind": "field",
|
|
@@ -17544,26 +17720,33 @@
|
|
|
17544
17720
|
"type": {
|
|
17545
17721
|
"text": "Event"
|
|
17546
17722
|
},
|
|
17547
|
-
"description": "A
|
|
17723
|
+
"description": "A cloned event of a [change event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/change_event) emitted from the inner `<input type=\"radio\">` element."
|
|
17548
17724
|
}
|
|
17549
17725
|
],
|
|
17550
17726
|
"attributes": [
|
|
17551
17727
|
{
|
|
17552
|
-
"name": "
|
|
17728
|
+
"name": "form",
|
|
17553
17729
|
"type": {
|
|
17554
|
-
"text": "
|
|
17730
|
+
"text": "string"
|
|
17555
17731
|
},
|
|
17556
|
-
"description": "
|
|
17557
|
-
"
|
|
17558
|
-
"
|
|
17732
|
+
"description": "The form the component belongs to.",
|
|
17733
|
+
"fieldName": "formAttr",
|
|
17734
|
+
"inheritedFrom": {
|
|
17735
|
+
"name": "DDSFormElement",
|
|
17736
|
+
"module": "dist/es/base/dds-form-element.js"
|
|
17737
|
+
}
|
|
17559
17738
|
},
|
|
17560
17739
|
{
|
|
17561
17740
|
"name": "name",
|
|
17562
17741
|
"type": {
|
|
17563
17742
|
"text": "string"
|
|
17564
17743
|
},
|
|
17565
|
-
"description": "The form name, submitted as a name/value pair when submitting the form
|
|
17566
|
-
"fieldName": "name"
|
|
17744
|
+
"description": "The form name, submitted as a name/value pair when submitting the form.",
|
|
17745
|
+
"fieldName": "name",
|
|
17746
|
+
"inheritedFrom": {
|
|
17747
|
+
"name": "DDSFormElement",
|
|
17748
|
+
"module": "dist/es/base/dds-form-element.js"
|
|
17749
|
+
}
|
|
17567
17750
|
},
|
|
17568
17751
|
{
|
|
17569
17752
|
"name": "value",
|
|
@@ -17571,17 +17754,38 @@
|
|
|
17571
17754
|
"text": "string"
|
|
17572
17755
|
},
|
|
17573
17756
|
"default": "\"\"",
|
|
17574
|
-
"description": "
|
|
17575
|
-
"fieldName": "value"
|
|
17757
|
+
"description": "The initial form value, submitted as a name/value pair when submitting the form.",
|
|
17758
|
+
"fieldName": "value",
|
|
17759
|
+
"inheritedFrom": {
|
|
17760
|
+
"name": "DDSFormElement",
|
|
17761
|
+
"module": "dist/es/base/dds-form-element.js"
|
|
17762
|
+
}
|
|
17576
17763
|
},
|
|
17577
17764
|
{
|
|
17578
|
-
"name": "
|
|
17765
|
+
"name": "label",
|
|
17766
|
+
"type": {
|
|
17767
|
+
"text": "string"
|
|
17768
|
+
},
|
|
17769
|
+
"description": "Label text for the radio button.",
|
|
17770
|
+
"fieldName": "label"
|
|
17771
|
+
},
|
|
17772
|
+
{
|
|
17773
|
+
"name": "label-position",
|
|
17774
|
+
"type": {
|
|
17775
|
+
"text": "\"right\" | \"hidden\""
|
|
17776
|
+
},
|
|
17777
|
+
"description": "Label position.\n- `right` (default): The label will be placed to the right of the radio button.\n- `hidden`: The label will not be shown.",
|
|
17778
|
+
"default": "\"right\"",
|
|
17779
|
+
"fieldName": "labelPosition"
|
|
17780
|
+
},
|
|
17781
|
+
{
|
|
17782
|
+
"name": "checked",
|
|
17579
17783
|
"type": {
|
|
17580
17784
|
"text": "boolean"
|
|
17581
17785
|
},
|
|
17582
17786
|
"default": "false",
|
|
17583
|
-
"description": "
|
|
17584
|
-
"fieldName": "
|
|
17787
|
+
"description": "Specify the radio button checked state.\nTo keep external state in sync, listen to the `change` event.",
|
|
17788
|
+
"fieldName": "checked"
|
|
17585
17789
|
},
|
|
17586
17790
|
{
|
|
17587
17791
|
"name": "disabled",
|
|
@@ -17589,7 +17793,7 @@
|
|
|
17589
17793
|
"text": "boolean"
|
|
17590
17794
|
},
|
|
17591
17795
|
"default": "false",
|
|
17592
|
-
"description": "
|
|
17796
|
+
"description": "Specify the radio button disabled state.",
|
|
17593
17797
|
"fieldName": "disabled"
|
|
17594
17798
|
},
|
|
17595
17799
|
{
|
|
@@ -17598,40 +17802,40 @@
|
|
|
17598
17802
|
"text": "boolean"
|
|
17599
17803
|
},
|
|
17600
17804
|
"default": "false",
|
|
17601
|
-
"description": "
|
|
17805
|
+
"description": "Specify the radio button readonly state.\nWhen readonly, the user cannot change the checked state.",
|
|
17602
17806
|
"fieldName": "readonly"
|
|
17603
17807
|
}
|
|
17604
17808
|
],
|
|
17605
17809
|
"superclass": {
|
|
17606
|
-
"name": "
|
|
17810
|
+
"name": "DDSFormElement",
|
|
17607
17811
|
"module": "/src/base"
|
|
17608
17812
|
},
|
|
17609
|
-
"tagName": "daikin-radio
|
|
17813
|
+
"tagName": "daikin-radio",
|
|
17610
17814
|
"customElement": true
|
|
17611
17815
|
}
|
|
17612
17816
|
],
|
|
17613
17817
|
"exports": [
|
|
17614
17818
|
{
|
|
17615
17819
|
"kind": "js",
|
|
17616
|
-
"name": "
|
|
17820
|
+
"name": "DaikinRadio",
|
|
17617
17821
|
"declaration": {
|
|
17618
|
-
"name": "
|
|
17619
|
-
"module": "src/components/radio
|
|
17822
|
+
"name": "DaikinRadio",
|
|
17823
|
+
"module": "src/components/radio/daikin-radio.ts"
|
|
17620
17824
|
}
|
|
17621
17825
|
},
|
|
17622
17826
|
{
|
|
17623
17827
|
"kind": "custom-element-definition",
|
|
17624
|
-
"name": "daikin-radio
|
|
17828
|
+
"name": "daikin-radio",
|
|
17625
17829
|
"declaration": {
|
|
17626
|
-
"name": "
|
|
17627
|
-
"module": "src/components/radio
|
|
17830
|
+
"name": "DaikinRadio",
|
|
17831
|
+
"module": "src/components/radio/daikin-radio.ts"
|
|
17628
17832
|
}
|
|
17629
17833
|
}
|
|
17630
17834
|
]
|
|
17631
17835
|
},
|
|
17632
17836
|
{
|
|
17633
17837
|
"kind": "javascript-module",
|
|
17634
|
-
"path": "dist/es/components/radio
|
|
17838
|
+
"path": "dist/es/components/radio/index.js",
|
|
17635
17839
|
"declarations": [],
|
|
17636
17840
|
"exports": [
|
|
17637
17841
|
{
|
|
@@ -17639,210 +17843,45 @@
|
|
|
17639
17843
|
"name": "*",
|
|
17640
17844
|
"declaration": {
|
|
17641
17845
|
"name": "*",
|
|
17642
|
-
"module": "src/components/radio
|
|
17846
|
+
"module": "src/components/radio/daikin-radio"
|
|
17643
17847
|
}
|
|
17644
17848
|
}
|
|
17645
17849
|
]
|
|
17646
17850
|
},
|
|
17647
17851
|
{
|
|
17648
17852
|
"kind": "javascript-module",
|
|
17649
|
-
"path": "dist/es/components/radio/daikin-radio.js",
|
|
17853
|
+
"path": "dist/es/components/radio-group/daikin-radio-group.js",
|
|
17650
17854
|
"declarations": [
|
|
17651
17855
|
{
|
|
17652
17856
|
"kind": "class",
|
|
17653
|
-
"description": "
|
|
17654
|
-
"name": "
|
|
17857
|
+
"description": "Radio groups are used to group multiple radio buttons so that make sure that only one will be selected in the group\n\nHierarchies:\n- `daikin-radio-group` > `daikin-radio`\n- `daikin-input-group` > `daikin-radio-group` > `daikin-radio`",
|
|
17858
|
+
"name": "DaikinRadioGroup",
|
|
17655
17859
|
"slots": [
|
|
17656
17860
|
{
|
|
17657
|
-
"description": "A slot for
|
|
17861
|
+
"description": "A slot for radio buttons. Place `daikin-radio` elements here.",
|
|
17658
17862
|
"name": ""
|
|
17659
17863
|
}
|
|
17660
17864
|
],
|
|
17661
17865
|
"members": [
|
|
17662
17866
|
{
|
|
17663
17867
|
"kind": "field",
|
|
17664
|
-
"name": "
|
|
17665
|
-
"type": {
|
|
17666
|
-
"text": "string"
|
|
17667
|
-
},
|
|
17668
|
-
"description": "Label text for the radio button.",
|
|
17669
|
-
"attribute": "label",
|
|
17670
|
-
"reflects": true
|
|
17671
|
-
},
|
|
17672
|
-
{
|
|
17673
|
-
"kind": "field",
|
|
17674
|
-
"name": "labelPosition",
|
|
17675
|
-
"type": {
|
|
17676
|
-
"text": "\"right\" | \"hidden\""
|
|
17677
|
-
},
|
|
17678
|
-
"description": "Label position.\n- `right` (default): The label will be placed to the right of the radio button.\n- `hidden`: The label will not be shown.",
|
|
17679
|
-
"default": "\"right\"",
|
|
17680
|
-
"attribute": "label-position",
|
|
17681
|
-
"reflects": true
|
|
17682
|
-
},
|
|
17683
|
-
{
|
|
17684
|
-
"kind": "field",
|
|
17685
|
-
"name": "checked",
|
|
17686
|
-
"type": {
|
|
17687
|
-
"text": "boolean"
|
|
17688
|
-
},
|
|
17689
|
-
"default": "false",
|
|
17690
|
-
"description": "Specify the radio button checked state.\nTo keep external state in sync, listen to the `change` event.",
|
|
17691
|
-
"attribute": "checked",
|
|
17692
|
-
"reflects": true
|
|
17693
|
-
},
|
|
17694
|
-
{
|
|
17695
|
-
"kind": "field",
|
|
17696
|
-
"name": "disabled",
|
|
17697
|
-
"type": {
|
|
17698
|
-
"text": "boolean"
|
|
17699
|
-
},
|
|
17700
|
-
"default": "false",
|
|
17701
|
-
"description": "Specify the radio button disabled state.",
|
|
17702
|
-
"attribute": "disabled",
|
|
17703
|
-
"reflects": true
|
|
17704
|
-
},
|
|
17705
|
-
{
|
|
17706
|
-
"kind": "field",
|
|
17707
|
-
"name": "readonly",
|
|
17708
|
-
"type": {
|
|
17709
|
-
"text": "boolean"
|
|
17710
|
-
},
|
|
17711
|
-
"default": "false",
|
|
17712
|
-
"description": "Specify the radio button readonly state.\nWhen readonly, the user cannot change the checked state.",
|
|
17713
|
-
"attribute": "readonly",
|
|
17714
|
-
"reflects": true
|
|
17715
|
-
},
|
|
17716
|
-
{
|
|
17717
|
-
"kind": "field",
|
|
17718
|
-
"name": "disabledByParent",
|
|
17719
|
-
"type": {
|
|
17720
|
-
"text": "boolean"
|
|
17721
|
-
},
|
|
17722
|
-
"default": "false",
|
|
17723
|
-
"description": "Specify the radio disabled state controlled by the parent component.\nControlled by `daikin-radio-group`.",
|
|
17724
|
-
"privacy": "private"
|
|
17725
|
-
},
|
|
17726
|
-
{
|
|
17727
|
-
"kind": "field",
|
|
17728
|
-
"name": "readonlyByParent",
|
|
17729
|
-
"type": {
|
|
17730
|
-
"text": "boolean"
|
|
17731
|
-
},
|
|
17732
|
-
"default": "false",
|
|
17733
|
-
"description": "Specify the radio readonly state controlled by the parent component.\nControlled by `daikin-radio-group`.",
|
|
17734
|
-
"privacy": "private"
|
|
17735
|
-
},
|
|
17736
|
-
{
|
|
17737
|
-
"kind": "field",
|
|
17738
|
-
"name": "_disabled",
|
|
17739
|
-
"type": {
|
|
17740
|
-
"text": "boolean"
|
|
17741
|
-
},
|
|
17742
|
-
"privacy": "private",
|
|
17743
|
-
"description": "The effective disabled state of the radio button.\nReturns `true` if either `disabled` or `disabledByParent` is `true`.",
|
|
17744
|
-
"readonly": true
|
|
17745
|
-
},
|
|
17746
|
-
{
|
|
17747
|
-
"kind": "field",
|
|
17748
|
-
"name": "_readonly",
|
|
17749
|
-
"type": {
|
|
17750
|
-
"text": "boolean"
|
|
17751
|
-
},
|
|
17752
|
-
"privacy": "private",
|
|
17753
|
-
"description": "The effective readonly state of the radio button.\nReturns `true` if either `readonly` or `readonlyByParent` is `true`.",
|
|
17754
|
-
"readonly": true
|
|
17755
|
-
},
|
|
17756
|
-
{
|
|
17757
|
-
"kind": "field",
|
|
17758
|
-
"name": "skipTab",
|
|
17759
|
-
"type": {
|
|
17760
|
-
"text": "boolean"
|
|
17761
|
-
},
|
|
17762
|
-
"default": "false",
|
|
17763
|
-
"description": "Whether the radio button can be focused.\nAutomatically set by `daikin-radio-group` component."
|
|
17764
|
-
},
|
|
17765
|
-
{
|
|
17766
|
-
"kind": "field",
|
|
17767
|
-
"name": "_radio",
|
|
17768
|
-
"type": {
|
|
17769
|
-
"text": "HTMLInputElement | null"
|
|
17770
|
-
},
|
|
17771
|
-
"privacy": "private"
|
|
17772
|
-
},
|
|
17773
|
-
{
|
|
17774
|
-
"kind": "field",
|
|
17775
|
-
"name": "_labelHidden",
|
|
17868
|
+
"name": "_radios",
|
|
17776
17869
|
"type": {
|
|
17777
|
-
"text": "
|
|
17870
|
+
"text": "Array<DaikinRadio>"
|
|
17778
17871
|
},
|
|
17779
17872
|
"privacy": "private",
|
|
17780
17873
|
"readonly": true
|
|
17781
17874
|
},
|
|
17782
|
-
{
|
|
17783
|
-
"kind": "method",
|
|
17784
|
-
"name": "_updateFormValue",
|
|
17785
|
-
"privacy": "private"
|
|
17786
|
-
},
|
|
17787
|
-
{
|
|
17788
|
-
"kind": "method",
|
|
17789
|
-
"name": "_handleClick",
|
|
17790
|
-
"privacy": "private",
|
|
17791
|
-
"parameters": [
|
|
17792
|
-
{
|
|
17793
|
-
"name": "event",
|
|
17794
|
-
"type": {
|
|
17795
|
-
"text": "MouseEvent"
|
|
17796
|
-
}
|
|
17797
|
-
}
|
|
17798
|
-
]
|
|
17799
|
-
},
|
|
17800
|
-
{
|
|
17801
|
-
"kind": "method",
|
|
17802
|
-
"name": "_handleChange",
|
|
17803
|
-
"privacy": "private",
|
|
17804
|
-
"parameters": [
|
|
17805
|
-
{
|
|
17806
|
-
"name": "event",
|
|
17807
|
-
"type": {
|
|
17808
|
-
"text": "Event"
|
|
17809
|
-
}
|
|
17810
|
-
}
|
|
17811
|
-
]
|
|
17812
|
-
},
|
|
17813
|
-
{
|
|
17814
|
-
"kind": "method",
|
|
17815
|
-
"name": "focus",
|
|
17816
|
-
"return": {
|
|
17817
|
-
"type": {
|
|
17818
|
-
"text": "void"
|
|
17819
|
-
}
|
|
17820
|
-
},
|
|
17821
|
-
"parameters": [
|
|
17822
|
-
{
|
|
17823
|
-
"name": "options",
|
|
17824
|
-
"optional": true,
|
|
17825
|
-
"type": {
|
|
17826
|
-
"text": "FocusOptions"
|
|
17827
|
-
},
|
|
17828
|
-
"description": "focus options"
|
|
17829
|
-
}
|
|
17830
|
-
],
|
|
17831
|
-
"description": "Focuses on the inner radio."
|
|
17832
|
-
},
|
|
17833
17875
|
{
|
|
17834
17876
|
"kind": "field",
|
|
17835
|
-
"name": "
|
|
17877
|
+
"name": "orientation",
|
|
17836
17878
|
"type": {
|
|
17837
|
-
"text": "
|
|
17879
|
+
"text": "RadioGroupProps[\"orientation\"]"
|
|
17838
17880
|
},
|
|
17839
|
-
"description": "
|
|
17840
|
-
"
|
|
17841
|
-
"
|
|
17842
|
-
"
|
|
17843
|
-
"name": "DDSFormElement",
|
|
17844
|
-
"module": "dist/es/base/dds-form-element.js"
|
|
17845
|
-
}
|
|
17881
|
+
"description": "Specify the radio group orientation",
|
|
17882
|
+
"default": "\"vertical\"",
|
|
17883
|
+
"attribute": "orientation",
|
|
17884
|
+
"reflects": true
|
|
17846
17885
|
},
|
|
17847
17886
|
{
|
|
17848
17887
|
"kind": "field",
|
|
@@ -17850,13 +17889,9 @@
|
|
|
17850
17889
|
"type": {
|
|
17851
17890
|
"text": "string"
|
|
17852
17891
|
},
|
|
17853
|
-
"description": "The form name, submitted as a name/value pair when submitting the form.",
|
|
17892
|
+
"description": "The form name, submitted as a name/value pair when submitting the form.\nWhen this value is set, all `daikin-radio` child components under it will be assigned this name.",
|
|
17854
17893
|
"attribute": "name",
|
|
17855
|
-
"reflects": true
|
|
17856
|
-
"inheritedFrom": {
|
|
17857
|
-
"name": "DDSFormElement",
|
|
17858
|
-
"module": "dist/es/base/dds-form-element.js"
|
|
17859
|
-
}
|
|
17894
|
+
"reflects": true
|
|
17860
17895
|
},
|
|
17861
17896
|
{
|
|
17862
17897
|
"kind": "field",
|
|
@@ -17865,127 +17900,120 @@
|
|
|
17865
17900
|
"text": "string"
|
|
17866
17901
|
},
|
|
17867
17902
|
"default": "\"\"",
|
|
17868
|
-
"description": "
|
|
17869
|
-
"attribute": "value"
|
|
17870
|
-
"inheritedFrom": {
|
|
17871
|
-
"name": "DDSFormElement",
|
|
17872
|
-
"module": "dist/es/base/dds-form-element.js"
|
|
17873
|
-
}
|
|
17903
|
+
"description": "`value` of the currently selected radio.\nSee the `value` property of `daikin-radio`.\nTo keep external state in sync, listen to the `change` event.",
|
|
17904
|
+
"attribute": "value"
|
|
17874
17905
|
},
|
|
17875
17906
|
{
|
|
17876
17907
|
"kind": "field",
|
|
17877
|
-
"name": "
|
|
17908
|
+
"name": "required",
|
|
17878
17909
|
"type": {
|
|
17879
17910
|
"text": "boolean"
|
|
17880
17911
|
},
|
|
17881
|
-
"
|
|
17882
|
-
"
|
|
17883
|
-
"
|
|
17884
|
-
"
|
|
17885
|
-
"name": "DDSFormElement",
|
|
17886
|
-
"module": "dist/es/base/dds-form-element.js"
|
|
17887
|
-
}
|
|
17912
|
+
"default": "false",
|
|
17913
|
+
"description": "Whether the radio group is required.\nControlled by `daikin-input-group` when used within `daikin-input-group`.",
|
|
17914
|
+
"attribute": "required",
|
|
17915
|
+
"reflects": true
|
|
17888
17916
|
},
|
|
17889
17917
|
{
|
|
17890
17918
|
"kind": "field",
|
|
17891
|
-
"name": "
|
|
17919
|
+
"name": "disabled",
|
|
17892
17920
|
"type": {
|
|
17893
|
-
"text": "
|
|
17921
|
+
"text": "boolean"
|
|
17894
17922
|
},
|
|
17895
|
-
"
|
|
17896
|
-
"
|
|
17897
|
-
|
|
17898
|
-
|
|
17899
|
-
}
|
|
17923
|
+
"default": "false",
|
|
17924
|
+
"description": "Whether the radio group is disabled.\nControlled by `daikin-input-group` when used within `daikin-input-group`.",
|
|
17925
|
+
"attribute": "disabled",
|
|
17926
|
+
"reflects": true
|
|
17900
17927
|
},
|
|
17901
17928
|
{
|
|
17902
17929
|
"kind": "field",
|
|
17903
|
-
"name": "
|
|
17930
|
+
"name": "readonly",
|
|
17904
17931
|
"type": {
|
|
17905
|
-
"text": "
|
|
17932
|
+
"text": "boolean"
|
|
17906
17933
|
},
|
|
17907
|
-
"
|
|
17908
|
-
"
|
|
17909
|
-
"
|
|
17910
|
-
"
|
|
17911
|
-
"name": "DDSFormElement",
|
|
17912
|
-
"module": "dist/es/base/dds-form-element.js"
|
|
17913
|
-
}
|
|
17934
|
+
"default": "false",
|
|
17935
|
+
"description": "Whether the radio group is readonly.",
|
|
17936
|
+
"attribute": "readonly",
|
|
17937
|
+
"reflects": true
|
|
17914
17938
|
},
|
|
17915
17939
|
{
|
|
17916
|
-
"kind": "
|
|
17917
|
-
"name": "
|
|
17918
|
-
"
|
|
17919
|
-
|
|
17920
|
-
|
|
17921
|
-
"type": {
|
|
17922
|
-
"text": "FormValueType"
|
|
17923
|
-
}
|
|
17924
|
-
},
|
|
17925
|
-
{
|
|
17926
|
-
"name": "state",
|
|
17927
|
-
"optional": true,
|
|
17928
|
-
"type": {
|
|
17929
|
-
"text": "FormValueType"
|
|
17930
|
-
}
|
|
17931
|
-
}
|
|
17932
|
-
],
|
|
17933
|
-
"description": "Set the element's name and value within the current form.",
|
|
17940
|
+
"kind": "field",
|
|
17941
|
+
"name": "_label",
|
|
17942
|
+
"type": {
|
|
17943
|
+
"text": "string | null"
|
|
17944
|
+
},
|
|
17934
17945
|
"privacy": "private",
|
|
17935
|
-
"
|
|
17936
|
-
|
|
17937
|
-
"module": "dist/es/base/dds-form-element.js"
|
|
17938
|
-
}
|
|
17946
|
+
"default": "null",
|
|
17947
|
+
"description": "The label text used as the value of aria-label.\nSet automatically by `reflectInputGroup` method."
|
|
17939
17948
|
},
|
|
17940
17949
|
{
|
|
17941
17950
|
"kind": "method",
|
|
17942
|
-
"name": "
|
|
17943
|
-
"description": "A function that maps to the form control's `reportValidity()` function.\nReference: https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement/reportValidity",
|
|
17951
|
+
"name": "_reflectSlotProperties",
|
|
17944
17952
|
"privacy": "private",
|
|
17945
|
-
"
|
|
17946
|
-
"
|
|
17947
|
-
|
|
17953
|
+
"return": {
|
|
17954
|
+
"type": {
|
|
17955
|
+
"text": "void"
|
|
17956
|
+
}
|
|
17948
17957
|
}
|
|
17949
17958
|
},
|
|
17950
17959
|
{
|
|
17951
17960
|
"kind": "method",
|
|
17952
|
-
"name": "
|
|
17953
|
-
"
|
|
17961
|
+
"name": "_updateRadios",
|
|
17962
|
+
"privacy": "private"
|
|
17963
|
+
},
|
|
17964
|
+
{
|
|
17965
|
+
"kind": "field",
|
|
17966
|
+
"name": "_handleRadioChange",
|
|
17954
17967
|
"privacy": "private",
|
|
17955
|
-
"
|
|
17956
|
-
"name": "DDSFormElement",
|
|
17957
|
-
"module": "dist/es/base/dds-form-element.js"
|
|
17958
|
-
}
|
|
17968
|
+
"readonly": true
|
|
17959
17969
|
},
|
|
17960
17970
|
{
|
|
17961
17971
|
"kind": "method",
|
|
17962
|
-
"name": "
|
|
17963
|
-
"description": "TODO Enhance these functions to bring our components closer to native form components.",
|
|
17972
|
+
"name": "_handleSlotChange",
|
|
17964
17973
|
"privacy": "private",
|
|
17965
|
-
"
|
|
17966
|
-
"
|
|
17967
|
-
|
|
17974
|
+
"return": {
|
|
17975
|
+
"type": {
|
|
17976
|
+
"text": "void"
|
|
17977
|
+
}
|
|
17968
17978
|
}
|
|
17969
17979
|
},
|
|
17970
17980
|
{
|
|
17971
17981
|
"kind": "method",
|
|
17972
|
-
"name": "
|
|
17973
|
-
"description": "TODO Enhance these functions to bring our components closer to native form components.",
|
|
17982
|
+
"name": "_handleKeyDown",
|
|
17974
17983
|
"privacy": "private",
|
|
17975
|
-
"
|
|
17976
|
-
"
|
|
17977
|
-
|
|
17978
|
-
|
|
17984
|
+
"return": {
|
|
17985
|
+
"type": {
|
|
17986
|
+
"text": "void"
|
|
17987
|
+
}
|
|
17988
|
+
},
|
|
17989
|
+
"parameters": [
|
|
17990
|
+
{
|
|
17991
|
+
"name": "event",
|
|
17992
|
+
"type": {
|
|
17993
|
+
"text": "KeyboardEvent"
|
|
17994
|
+
}
|
|
17995
|
+
}
|
|
17996
|
+
],
|
|
17997
|
+
"description": "Handles keyboard interactions in the radio list.\nhttps://www.w3.org/WAI/ARIA/apg/patterns/radio/"
|
|
17979
17998
|
},
|
|
17980
17999
|
{
|
|
17981
18000
|
"kind": "method",
|
|
17982
|
-
"name": "
|
|
17983
|
-
"
|
|
17984
|
-
|
|
17985
|
-
|
|
17986
|
-
|
|
17987
|
-
|
|
17988
|
-
|
|
18001
|
+
"name": "reflectInputGroup",
|
|
18002
|
+
"return": {
|
|
18003
|
+
"type": {
|
|
18004
|
+
"text": "void"
|
|
18005
|
+
}
|
|
18006
|
+
},
|
|
18007
|
+
"parameters": [
|
|
18008
|
+
{
|
|
18009
|
+
"name": "inputGroup",
|
|
18010
|
+
"type": {
|
|
18011
|
+
"text": "DaikinInputGroup"
|
|
18012
|
+
}
|
|
18013
|
+
}
|
|
18014
|
+
],
|
|
18015
|
+
"description": "This method is used by `daikin-input-group` to reflect it's attributes to this component.",
|
|
18016
|
+
"privacy": "private"
|
|
17989
18017
|
},
|
|
17990
18018
|
{
|
|
17991
18019
|
"kind": "field",
|
|
@@ -18074,33 +18102,26 @@
|
|
|
18074
18102
|
"type": {
|
|
18075
18103
|
"text": "Event"
|
|
18076
18104
|
},
|
|
18077
|
-
"description": "A
|
|
18105
|
+
"description": "A custom event emitted when current checked radio changed."
|
|
18078
18106
|
}
|
|
18079
18107
|
],
|
|
18080
18108
|
"attributes": [
|
|
18081
18109
|
{
|
|
18082
|
-
"name": "
|
|
18110
|
+
"name": "orientation",
|
|
18083
18111
|
"type": {
|
|
18084
|
-
"text": "
|
|
18112
|
+
"text": "RadioGroupProps[\"orientation\"]"
|
|
18085
18113
|
},
|
|
18086
|
-
"description": "
|
|
18087
|
-
"
|
|
18088
|
-
"
|
|
18089
|
-
"name": "DDSFormElement",
|
|
18090
|
-
"module": "dist/es/base/dds-form-element.js"
|
|
18091
|
-
}
|
|
18114
|
+
"description": "Specify the radio group orientation",
|
|
18115
|
+
"default": "\"vertical\"",
|
|
18116
|
+
"fieldName": "orientation"
|
|
18092
18117
|
},
|
|
18093
18118
|
{
|
|
18094
18119
|
"name": "name",
|
|
18095
18120
|
"type": {
|
|
18096
18121
|
"text": "string"
|
|
18097
18122
|
},
|
|
18098
|
-
"description": "The form name, submitted as a name/value pair when submitting the form.",
|
|
18099
|
-
"fieldName": "name"
|
|
18100
|
-
"inheritedFrom": {
|
|
18101
|
-
"name": "DDSFormElement",
|
|
18102
|
-
"module": "dist/es/base/dds-form-element.js"
|
|
18103
|
-
}
|
|
18123
|
+
"description": "The form name, submitted as a name/value pair when submitting the form.\nWhen this value is set, all `daikin-radio` child components under it will be assigned this name.",
|
|
18124
|
+
"fieldName": "name"
|
|
18104
18125
|
},
|
|
18105
18126
|
{
|
|
18106
18127
|
"name": "value",
|
|
@@ -18108,38 +18129,17 @@
|
|
|
18108
18129
|
"text": "string"
|
|
18109
18130
|
},
|
|
18110
18131
|
"default": "\"\"",
|
|
18111
|
-
"description": "
|
|
18112
|
-
"fieldName": "value"
|
|
18113
|
-
"inheritedFrom": {
|
|
18114
|
-
"name": "DDSFormElement",
|
|
18115
|
-
"module": "dist/es/base/dds-form-element.js"
|
|
18116
|
-
}
|
|
18117
|
-
},
|
|
18118
|
-
{
|
|
18119
|
-
"name": "label",
|
|
18120
|
-
"type": {
|
|
18121
|
-
"text": "string"
|
|
18122
|
-
},
|
|
18123
|
-
"description": "Label text for the radio button.",
|
|
18124
|
-
"fieldName": "label"
|
|
18125
|
-
},
|
|
18126
|
-
{
|
|
18127
|
-
"name": "label-position",
|
|
18128
|
-
"type": {
|
|
18129
|
-
"text": "\"right\" | \"hidden\""
|
|
18130
|
-
},
|
|
18131
|
-
"description": "Label position.\n- `right` (default): The label will be placed to the right of the radio button.\n- `hidden`: The label will not be shown.",
|
|
18132
|
-
"default": "\"right\"",
|
|
18133
|
-
"fieldName": "labelPosition"
|
|
18132
|
+
"description": "`value` of the currently selected radio.\nSee the `value` property of `daikin-radio`.\nTo keep external state in sync, listen to the `change` event.",
|
|
18133
|
+
"fieldName": "value"
|
|
18134
18134
|
},
|
|
18135
18135
|
{
|
|
18136
|
-
"name": "
|
|
18136
|
+
"name": "required",
|
|
18137
18137
|
"type": {
|
|
18138
18138
|
"text": "boolean"
|
|
18139
18139
|
},
|
|
18140
18140
|
"default": "false",
|
|
18141
|
-
"description": "
|
|
18142
|
-
"fieldName": "
|
|
18141
|
+
"description": "Whether the radio group is required.\nControlled by `daikin-input-group` when used within `daikin-input-group`.",
|
|
18142
|
+
"fieldName": "required"
|
|
18143
18143
|
},
|
|
18144
18144
|
{
|
|
18145
18145
|
"name": "disabled",
|
|
@@ -18147,7 +18147,7 @@
|
|
|
18147
18147
|
"text": "boolean"
|
|
18148
18148
|
},
|
|
18149
18149
|
"default": "false",
|
|
18150
|
-
"description": "
|
|
18150
|
+
"description": "Whether the radio group is disabled.\nControlled by `daikin-input-group` when used within `daikin-input-group`.",
|
|
18151
18151
|
"fieldName": "disabled"
|
|
18152
18152
|
},
|
|
18153
18153
|
{
|
|
@@ -18156,40 +18156,40 @@
|
|
|
18156
18156
|
"text": "boolean"
|
|
18157
18157
|
},
|
|
18158
18158
|
"default": "false",
|
|
18159
|
-
"description": "
|
|
18159
|
+
"description": "Whether the radio group is readonly.",
|
|
18160
18160
|
"fieldName": "readonly"
|
|
18161
18161
|
}
|
|
18162
18162
|
],
|
|
18163
18163
|
"superclass": {
|
|
18164
|
-
"name": "
|
|
18164
|
+
"name": "DDSElement",
|
|
18165
18165
|
"module": "/src/base"
|
|
18166
18166
|
},
|
|
18167
|
-
"tagName": "daikin-radio",
|
|
18167
|
+
"tagName": "daikin-radio-group",
|
|
18168
18168
|
"customElement": true
|
|
18169
18169
|
}
|
|
18170
18170
|
],
|
|
18171
18171
|
"exports": [
|
|
18172
18172
|
{
|
|
18173
18173
|
"kind": "js",
|
|
18174
|
-
"name": "
|
|
18174
|
+
"name": "DaikinRadioGroup",
|
|
18175
18175
|
"declaration": {
|
|
18176
|
-
"name": "
|
|
18177
|
-
"module": "src/components/radio/daikin-radio.ts"
|
|
18176
|
+
"name": "DaikinRadioGroup",
|
|
18177
|
+
"module": "src/components/radio-group/daikin-radio-group.ts"
|
|
18178
18178
|
}
|
|
18179
18179
|
},
|
|
18180
18180
|
{
|
|
18181
18181
|
"kind": "custom-element-definition",
|
|
18182
|
-
"name": "daikin-radio",
|
|
18182
|
+
"name": "daikin-radio-group",
|
|
18183
18183
|
"declaration": {
|
|
18184
|
-
"name": "
|
|
18185
|
-
"module": "src/components/radio/daikin-radio.ts"
|
|
18184
|
+
"name": "DaikinRadioGroup",
|
|
18185
|
+
"module": "src/components/radio-group/daikin-radio-group.ts"
|
|
18186
18186
|
}
|
|
18187
18187
|
}
|
|
18188
18188
|
]
|
|
18189
18189
|
},
|
|
18190
18190
|
{
|
|
18191
18191
|
"kind": "javascript-module",
|
|
18192
|
-
"path": "dist/es/components/radio/index.js",
|
|
18192
|
+
"path": "dist/es/components/radio-group/index.js",
|
|
18193
18193
|
"declarations": [],
|
|
18194
18194
|
"exports": [
|
|
18195
18195
|
{
|
|
@@ -18197,7 +18197,7 @@
|
|
|
18197
18197
|
"name": "*",
|
|
18198
18198
|
"declaration": {
|
|
18199
18199
|
"name": "*",
|
|
18200
|
-
"module": "src/components/radio/daikin-radio"
|
|
18200
|
+
"module": "src/components/radio-group/daikin-radio-group"
|
|
18201
18201
|
}
|
|
18202
18202
|
}
|
|
18203
18203
|
]
|
|
@@ -26058,9 +26058,8 @@
|
|
|
26058
26058
|
"name": "DaikinTooltip",
|
|
26059
26059
|
"cssProperties": [
|
|
26060
26060
|
{
|
|
26061
|
-
"description": "Spacing between the tooltip and the trigger.",
|
|
26062
|
-
"name": "--ddc-tooltip-spacing"
|
|
26063
|
-
"default": "20px"
|
|
26061
|
+
"description": "Spacing between the tooltip and the trigger. The default value refers to the `--dds-space-300` design token.",
|
|
26062
|
+
"name": "--ddc-tooltip-spacing"
|
|
26064
26063
|
}
|
|
26065
26064
|
],
|
|
26066
26065
|
"cssParts": [
|
|
@@ -26097,7 +26096,7 @@
|
|
|
26097
26096
|
"text": "\"top\" | \"bottom\" | \"left\" | \"right\""
|
|
26098
26097
|
},
|
|
26099
26098
|
"description": "Specifies the position of the tooltip relative to the trigger.",
|
|
26100
|
-
"default": "\"
|
|
26099
|
+
"default": "\"top\"",
|
|
26101
26100
|
"attribute": "placement",
|
|
26102
26101
|
"reflects": true
|
|
26103
26102
|
},
|
|
@@ -26367,7 +26366,7 @@
|
|
|
26367
26366
|
"text": "\"top\" | \"bottom\" | \"left\" | \"right\""
|
|
26368
26367
|
},
|
|
26369
26368
|
"description": "Specifies the position of the tooltip relative to the trigger.",
|
|
26370
|
-
"default": "\"
|
|
26369
|
+
"default": "\"top\"",
|
|
26371
26370
|
"fieldName": "placement"
|
|
26372
26371
|
},
|
|
26373
26372
|
{
|