@duetds/components 6.10.4 → 6.11.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/hydrate/index.js +301 -60
- package/lib/cjs/duet-action-button.cjs.entry.js +3 -3
- package/lib/cjs/duet-alert.cjs.entry.js +1 -1
- package/lib/cjs/duet-badge.cjs.entry.js +1 -1
- package/lib/cjs/duet-banner.cjs.entry.js +3 -3
- package/lib/cjs/duet-breadcrumb.cjs.entry.js +1 -1
- package/lib/cjs/duet-breadcrumbs.cjs.entry.js +1 -1
- package/lib/cjs/duet-button_2.cjs.entry.js +3 -3
- package/lib/cjs/duet-callout.cjs.entry.js +1 -1
- package/lib/cjs/duet-caption_4.cjs.entry.js +3 -3
- package/lib/cjs/duet-card.cjs.entry.js +3 -3
- package/lib/cjs/duet-checkbox.cjs.entry.js +1 -1
- package/lib/cjs/duet-checkmark.cjs.entry.js +1 -1
- package/lib/cjs/duet-chip.cjs.entry.js +8 -1
- package/lib/cjs/duet-choice_2.cjs.entry.js +8 -7
- package/lib/cjs/duet-collapsible.cjs.entry.js +3 -2
- package/lib/cjs/duet-combobox.cjs.entry.js +1 -1
- package/lib/cjs/duet-contact-card.cjs.entry.js +1 -1
- package/lib/cjs/duet-cookie-consent.cjs.entry.js +1 -1
- package/lib/cjs/duet-date-picker.cjs.entry.js +2 -2
- package/lib/cjs/duet-divider_2.cjs.entry.js +3 -3
- package/lib/cjs/duet-editable-table_3.cjs.entry.js +3 -3
- package/lib/cjs/duet-empty-state.cjs.entry.js +1 -1
- package/lib/cjs/duet-fieldset.cjs.entry.js +3 -2
- package/lib/cjs/duet-footer.cjs.entry.js +1 -1
- package/lib/cjs/duet-grid_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-header_2.cjs.entry.js +2 -2
- package/lib/cjs/duet-hero.cjs.entry.js +2 -2
- package/lib/cjs/duet-icon.cjs.entry.js +3 -3
- package/lib/cjs/duet-input_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-layout.cjs.entry.js +1 -1
- package/lib/cjs/duet-list_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-menu-bar-button.cjs.entry.js +1 -1
- package/lib/cjs/duet-menu-bar-dropdown-link.cjs.entry.js +1 -1
- package/lib/cjs/duet-menu-bar-dropdown.cjs.entry.js +1 -1
- package/lib/cjs/duet-menu-bar-link.cjs.entry.js +1 -1
- package/lib/cjs/duet-menu-bar.cjs.entry.js +1 -1
- package/lib/cjs/duet-modal.cjs.entry.js +2 -2
- package/lib/cjs/duet-multiselect.cjs.entry.js +2 -2
- package/lib/cjs/duet-nav.cjs.entry.js +1 -1
- package/lib/cjs/duet-notification_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-number-input.cjs.entry.js +1 -1
- package/lib/cjs/duet-page-heading.cjs.entry.js +1 -1
- package/lib/cjs/duet-pagination_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-popup-menu-item.cjs.entry.js +33 -2
- package/lib/cjs/duet-popup-menu.cjs.entry.js +88 -2
- package/lib/cjs/duet-progress.cjs.entry.js +1 -1
- package/lib/cjs/duet-promo-card.cjs.entry.js +3 -3
- package/lib/cjs/duet-radio_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-range-slider.cjs.entry.js +2 -2
- package/lib/cjs/duet-scrollable_3.cjs.entry.js +1 -1
- package/lib/cjs/duet-section-layout.cjs.entry.js +1 -1
- package/lib/cjs/duet-select.cjs.entry.js +1 -1
- package/lib/cjs/duet-shaped-image.cjs.entry.js +1 -1
- package/lib/cjs/duet-show-more.cjs.entry.js +56 -27
- package/lib/cjs/duet-slideout-lang.cjs.entry.js +1 -1
- package/lib/cjs/duet-slideout-link.cjs.entry.js +1 -1
- package/lib/cjs/duet-slideout-panel-dropdown.cjs.entry.js +1 -1
- package/lib/cjs/duet-slideout-panel.cjs.entry.js +4 -4
- package/lib/cjs/duet-slideout.cjs.entry.js +4 -4
- package/lib/cjs/duet-step_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-submenu-bar-dropdown-link.cjs.entry.js +1 -1
- package/lib/cjs/duet-submenu-bar-dropdown.cjs.entry.js +1 -1
- package/lib/cjs/duet-submenu-bar-link.cjs.entry.js +1 -1
- package/lib/cjs/duet-submenu-bar.cjs.entry.js +2 -1
- package/lib/cjs/duet-textarea.cjs.entry.js +1 -1
- package/lib/cjs/duet-toggle.cjs.entry.js +1 -1
- package/lib/cjs/duet-toolbar-dropdown-link.cjs.entry.js +1 -1
- package/lib/cjs/duet-toolbar-dropdown.cjs.entry.js +1 -1
- package/lib/cjs/duet-toolbar-link.cjs.entry.js +1 -1
- package/lib/cjs/duet-toolbar.cjs.entry.js +1 -1
- package/lib/cjs/duet-tooltip-popup.cjs.entry.js +56 -0
- package/lib/cjs/duet-tooltip.cjs.entry.js +20 -15
- package/lib/cjs/duet-tray.cjs.entry.js +2 -2
- package/lib/cjs/duet-upload-aria-status.cjs.entry.js +1 -1
- package/lib/cjs/duet-upload-item.cjs.entry.js +1 -1
- package/lib/cjs/duet-visually-hidden.cjs.entry.js +1 -1
- package/lib/cjs/duet.cjs.js +6 -86
- package/lib/cjs/{focus-utils-a66763f4.js → focus-utils-832cb087.js} +1 -1
- package/lib/cjs/{index-4eb7ce33.js → index-f9a10385.js} +6 -19
- package/lib/cjs/loader.cjs.js +2 -2
- package/lib/cjs/slot-query-1624497e.js +10 -0
- package/lib/cjs/{token-utils-c1864408.js → token-utils-18a05118.js} +1 -1
- package/lib/cjs/{tokens.module-5fe478ed.js → tokens.module-d30fb52a.js} +1 -0
- package/lib/collection/collection-manifest.json +2 -1
- package/lib/collection/common/index.js +1 -0
- package/lib/collection/common/slot-query.js +9 -0
- package/lib/collection/components/duet-action-button/duet-action-button.js +2 -2
- package/lib/collection/components/duet-alert/duet-alert.js +1 -1
- package/lib/collection/components/duet-button/duet-button.js +5 -5
- package/lib/collection/components/duet-caption/duet-caption.js +1 -1
- package/lib/collection/components/duet-card/duet-card.js +3 -3
- package/lib/collection/components/duet-checkbox/duet-checkbox.js +3 -3
- package/lib/collection/components/duet-chip/duet-chip.js +37 -4
- package/lib/collection/components/duet-choice/duet-choice.js +10 -14
- package/lib/collection/components/duet-collapsible/duet-collapsible.js +6 -8
- package/lib/collection/components/duet-combobox/duet-combobox.js +3 -3
- package/lib/collection/components/duet-cookie-consent/duet-cookie-consent.js +1 -1
- package/lib/collection/components/duet-date-picker/duet-date-picker.js +4 -4
- package/lib/collection/components/duet-divider/duet-divider.js +1 -1
- package/lib/collection/components/duet-editable-table/duet-editable-table.js +5 -5
- package/lib/collection/components/duet-empty-state/duet-empty-state.js +1 -1
- package/lib/collection/components/duet-fieldset/duet-fieldset.js +2 -1
- package/lib/collection/components/duet-footer/duet-footer.js +7 -7
- package/lib/collection/components/duet-grid/duet-grid.js +3 -3
- package/lib/collection/components/duet-header/duet-header.js +15 -15
- package/lib/collection/components/duet-heading/duet-heading.js +1 -1
- package/lib/collection/components/duet-hero/duet-hero.css +6 -1
- package/lib/collection/components/duet-hero/duet-hero.js +5 -5
- package/lib/collection/components/duet-icon/duet-icon.js +1 -1
- package/lib/collection/components/duet-input/duet-input.js +8 -8
- package/lib/collection/components/duet-label/duet-label.js +2 -2
- package/lib/collection/components/duet-layout/duet-layout.js +1 -1
- package/lib/collection/components/duet-list/duet-list.js +3 -3
- package/lib/collection/components/duet-logo/duet-logo.js +1 -1
- package/lib/collection/components/duet-menu-bar/duet-menu-bar.js +1 -1
- package/lib/collection/components/duet-modal/duet-modal.js +3 -3
- package/lib/collection/components/duet-multiselect/duet-multiselect.css +1 -0
- package/lib/collection/components/duet-multiselect/duet-multiselect.js +5 -5
- package/lib/collection/components/duet-notification-drawer/duet-notification-drawer.js +1 -1
- package/lib/collection/components/duet-number-input/duet-number-input.js +4 -4
- package/lib/collection/components/duet-pagination/duet-pagination.js +2 -2
- package/lib/collection/components/duet-paragraph/duet-paragraph.js +3 -3
- package/lib/collection/components/duet-popup-menu/duet-popup-menu.js +70 -5
- package/lib/collection/components/duet-popup-menu-item/duet-popup-menu-item.js +120 -1
- package/lib/collection/components/duet-radio/duet-radio.js +3 -3
- package/lib/collection/components/duet-range-slider/duet-range-slider.js +2 -2
- package/lib/collection/components/duet-range-stepper/duet-range-stepper.js +1 -1
- package/lib/collection/components/duet-select/duet-select.js +5 -5
- package/lib/collection/components/duet-show-more/duet-show-more.js +220 -27
- package/lib/collection/components/duet-slideout/duet-slideout.js +1 -1
- package/lib/collection/components/duet-spacer/duet-spacer.js +2 -2
- package/lib/collection/components/duet-spinner/duet-spinner.js +1 -1
- package/lib/collection/components/duet-step/duet-step.js +2 -2
- package/lib/collection/components/duet-stepper/duet-stepper.js +1 -1
- package/lib/collection/components/duet-submenu-bar/duet-submenu-bar.js +1 -0
- package/lib/collection/components/duet-tab-group/duet-tab-group.js +5 -5
- package/lib/collection/components/duet-textarea/duet-textarea.js +4 -4
- package/lib/collection/components/duet-toggle/duet-toggle.js +1 -1
- package/lib/collection/components/duet-tooltip/duet-tooltip-popup.css +183 -0
- package/lib/collection/components/duet-tooltip/duet-tooltip-popup.js +251 -0
- package/lib/collection/components/duet-tooltip/duet-tooltip.css +0 -163
- package/lib/collection/components/duet-tooltip/duet-tooltip.js +25 -14
- package/lib/collection/components/duet-upload/duet-upload.js +14 -14
- package/lib/collection/components/duet-upload-item/duet-upload-item.js +1 -1
- package/lib/collection/utils/teleport.js +30 -0
- package/lib/dist-custom-elements/duet-action-button.js +1 -1
- package/lib/dist-custom-elements/duet-alert.js +1 -1
- package/lib/dist-custom-elements/duet-badge.js +1 -1
- package/lib/dist-custom-elements/duet-banner.js +5 -5
- package/lib/dist-custom-elements/duet-breadcrumb.js +2 -2
- package/lib/dist-custom-elements/duet-breadcrumbs.js +2 -2
- package/lib/dist-custom-elements/duet-button.js +1 -1
- package/lib/dist-custom-elements/duet-callout.js +3 -3
- package/lib/dist-custom-elements/duet-caption.js +1 -1
- package/lib/dist-custom-elements/duet-card.js +4 -4
- package/lib/dist-custom-elements/duet-checkbox.js +1 -1
- package/lib/dist-custom-elements/duet-checkmark.js +1 -1
- package/lib/dist-custom-elements/duet-chip.js +11 -3
- package/lib/dist-custom-elements/duet-choice-group.js +16 -10
- package/lib/dist-custom-elements/duet-choice.js +12 -11
- package/lib/dist-custom-elements/duet-collapsible.js +4 -3
- package/lib/dist-custom-elements/duet-combobox.js +3 -3
- package/lib/dist-custom-elements/duet-contact-card.js +8 -8
- package/lib/dist-custom-elements/duet-cookie-consent.js +6 -6
- package/lib/dist-custom-elements/duet-date-picker.js +26 -20
- package/lib/dist-custom-elements/duet-divider.js +1 -1
- package/lib/dist-custom-elements/duet-editable-table.js +8 -8
- package/lib/dist-custom-elements/duet-empty-state.js +1 -1
- package/lib/dist-custom-elements/duet-fieldset.js +1 -1
- package/lib/dist-custom-elements/duet-footer.js +4 -4
- package/lib/dist-custom-elements/duet-grid-item.js +1 -1
- package/lib/dist-custom-elements/duet-grid.js +1 -1
- package/lib/dist-custom-elements/duet-header.js +9 -9
- package/lib/dist-custom-elements/duet-heading.js +1 -1
- package/lib/dist-custom-elements/duet-hero.js +10 -10
- package/lib/dist-custom-elements/duet-icon.js +1 -1
- package/lib/dist-custom-elements/duet-input.js +1 -1
- package/lib/dist-custom-elements/duet-label.js +1 -1
- package/lib/dist-custom-elements/duet-layout.js +1 -1
- package/lib/dist-custom-elements/duet-link.js +1 -1
- package/lib/dist-custom-elements/duet-list-item.js +1 -1
- package/lib/dist-custom-elements/duet-list.js +1 -1
- package/lib/dist-custom-elements/duet-logo.js +1 -1
- package/lib/dist-custom-elements/duet-menu-bar-button.js +2 -2
- package/lib/dist-custom-elements/duet-menu-bar-dropdown-link.js +2 -2
- package/lib/dist-custom-elements/duet-menu-bar-dropdown.js +2 -2
- package/lib/dist-custom-elements/duet-menu-bar-link.js +2 -2
- package/lib/dist-custom-elements/duet-menu-bar.js +2 -2
- package/lib/dist-custom-elements/duet-modal.js +8 -8
- package/lib/dist-custom-elements/duet-multiselect.js +21 -15
- package/lib/dist-custom-elements/duet-nav.js +1 -1
- package/lib/dist-custom-elements/duet-notification-drawer.js +4 -4
- package/lib/dist-custom-elements/duet-notification.js +2 -2
- package/lib/dist-custom-elements/duet-number-input.js +22 -16
- package/lib/dist-custom-elements/duet-page-heading.js +2 -2
- package/lib/dist-custom-elements/duet-pagination.js +7 -7
- package/lib/dist-custom-elements/duet-paragraph.js +1 -1
- package/lib/dist-custom-elements/duet-popup-menu-item.js +38 -4
- package/lib/dist-custom-elements/duet-popup-menu.js +90 -4
- package/lib/dist-custom-elements/duet-progress.js +1 -1
- package/lib/dist-custom-elements/duet-promo-card.js +4 -4
- package/lib/dist-custom-elements/duet-radio-group.js +16 -10
- package/lib/dist-custom-elements/duet-radio.js +1 -1
- package/lib/dist-custom-elements/duet-range-slider.js +3 -3
- package/lib/dist-custom-elements/duet-range-stepper.js +4 -4
- package/lib/dist-custom-elements/duet-scrollable.js +1 -1
- package/lib/dist-custom-elements/duet-section-layout.js +1 -1
- package/lib/dist-custom-elements/duet-select.js +1 -1
- package/lib/dist-custom-elements/duet-shaped-image.js +1 -1
- package/lib/dist-custom-elements/duet-show-more.js +71 -33
- package/lib/dist-custom-elements/duet-slideout-lang.js +2 -2
- package/lib/dist-custom-elements/duet-slideout-link.js +2 -2
- package/lib/dist-custom-elements/duet-slideout-panel-dropdown.js +2 -2
- package/lib/dist-custom-elements/duet-slideout-panel.js +4 -4
- package/lib/dist-custom-elements/duet-slideout.js +4 -4
- package/lib/dist-custom-elements/duet-spacer.js +1 -1
- package/lib/dist-custom-elements/duet-spinner.js +1 -1
- package/lib/dist-custom-elements/duet-step.js +4 -4
- package/lib/dist-custom-elements/duet-stepper.js +2 -2
- package/lib/dist-custom-elements/duet-submenu-bar-dropdown-link.js +2 -2
- package/lib/dist-custom-elements/duet-submenu-bar-dropdown.js +2 -2
- package/lib/dist-custom-elements/duet-submenu-bar-link.js +2 -2
- package/lib/dist-custom-elements/duet-submenu-bar.js +3 -2
- package/lib/dist-custom-elements/duet-tab-group.js +26 -20
- package/lib/dist-custom-elements/duet-tab.js +1 -1
- package/lib/dist-custom-elements/duet-table.js +1 -1
- package/lib/dist-custom-elements/duet-textarea.js +20 -14
- package/lib/dist-custom-elements/duet-toggle.js +2 -2
- package/lib/dist-custom-elements/duet-toolbar-dropdown-link.js +2 -2
- package/lib/dist-custom-elements/duet-toolbar-dropdown.js +2 -2
- package/lib/dist-custom-elements/duet-toolbar-link.js +2 -2
- package/lib/dist-custom-elements/duet-toolbar.js +1 -1
- package/lib/dist-custom-elements/duet-tooltip-popup.d.ts +11 -0
- package/lib/dist-custom-elements/duet-tooltip-popup.js +9 -0
- package/lib/dist-custom-elements/duet-tooltip.js +1 -1
- package/lib/dist-custom-elements/duet-tray.js +4 -4
- package/lib/dist-custom-elements/duet-upload-aria-status.js +1 -1
- package/lib/dist-custom-elements/duet-upload-item.js +1 -1
- package/lib/dist-custom-elements/duet-upload.js +19 -19
- package/lib/dist-custom-elements/duet-visually-hidden.js +1 -1
- package/lib/dist-custom-elements/index.js +1 -1
- package/lib/dist-custom-elements/{p-80cd62f8.js → p-05ab48bf.js} +5 -5
- package/lib/dist-custom-elements/{p-efaad71c.js → p-061830ef.js} +1 -1
- package/lib/dist-custom-elements/{p-84a78894.js → p-09ac696c.js} +1 -1
- package/lib/dist-custom-elements/{p-2b8c0c2f.js → p-0c3282a0.js} +16 -10
- package/lib/dist-custom-elements/{p-226f50bb.js → p-0d04d137.js} +2 -2
- package/lib/dist-custom-elements/{p-b98f1d2a.js → p-184261b3.js} +2 -2
- package/lib/dist-custom-elements/{p-7681059e.js → p-1888263b.js} +1 -1
- package/lib/dist-custom-elements/{p-25fa826f.js → p-215e9694.js} +4 -18
- package/lib/dist-custom-elements/{p-08f20e44.js → p-217bb82f.js} +2 -2
- package/lib/dist-custom-elements/{p-a60259d1.js → p-3366d1ff.js} +1 -1
- package/lib/dist-custom-elements/{p-4c575cf4.js → p-37f86174.js} +30 -19
- package/lib/dist-custom-elements/{p-37255027.js → p-48b731bc.js} +20 -14
- package/lib/dist-custom-elements/{p-0f04ecb5.js → p-4fb34519.js} +1 -1
- package/lib/dist-custom-elements/{p-006d0fb1.js → p-5db7fd87.js} +4 -3
- package/lib/dist-custom-elements/{p-de68431d.js → p-661e7864.js} +1 -1
- package/lib/dist-custom-elements/{p-e467de13.js → p-67064f22.js} +1 -1
- package/lib/dist-custom-elements/{p-8a1632b1.js → p-74b72454.js} +3 -3
- package/lib/dist-custom-elements/{p-171c70e8.js → p-7be4444a.js} +2 -2
- package/lib/dist-custom-elements/{p-5c48ca92.js → p-8319ca94.js} +1 -1
- package/lib/dist-custom-elements/{p-25d3d458.js → p-841186f0.js} +2 -2
- package/lib/dist-custom-elements/{p-03297bf3.js → p-841f9d02.js} +2 -2
- package/lib/dist-custom-elements/{p-26a65533.js → p-8badaab4.js} +2 -2
- package/lib/dist-custom-elements/{p-d5e61aac.js → p-95109364.js} +3 -3
- package/lib/dist-custom-elements/{p-3e609785.js → p-95d44d0f.js} +1 -1
- package/lib/dist-custom-elements/{p-1f14a267.js → p-98bca605.js} +1 -1
- package/lib/dist-custom-elements/p-9d915d45.js +8 -0
- package/lib/dist-custom-elements/{p-265d42fd.js → p-a8b46969.js} +1 -1
- package/lib/dist-custom-elements/{p-5114f1bd.js → p-b1c2af98.js} +2 -2
- package/lib/dist-custom-elements/{p-e0afb5aa.js → p-b5568c37.js} +10 -10
- package/lib/dist-custom-elements/{p-7c2e755b.js → p-b7cc653b.js} +1 -1
- package/lib/dist-custom-elements/{p-661fee29.js → p-cb811b5c.js} +5 -5
- package/lib/dist-custom-elements/{p-e8475b3c.js → p-cd9b5f96.js} +1 -1
- package/lib/dist-custom-elements/p-d6238b66.js +88 -0
- package/lib/dist-custom-elements/{p-1b34adf1.js → p-e41a8579.js} +2 -2
- package/lib/dist-custom-elements/{p-ffc196f5.js → p-f3b91052.js} +5 -5
- package/lib/dist-custom-elements/{p-dbb9df4e.js → p-fa37a369.js} +4 -4
- package/lib/dist-custom-elements/{p-c85e7fbd.js → p-fc2fdeba.js} +1 -1
- package/lib/duet/duet.esm.js +1 -1
- package/lib/duet/duet.js +1 -1
- package/lib/duet/{p-6ee35830.entry.js → p-00215a97.entry.js} +1 -1
- package/lib/duet/{p-773268e7.system.entry.js → p-00fc5376.system.entry.js} +2 -2
- package/lib/duet/{p-dee73c08.system.entry.js → p-05bfc8ff.system.entry.js} +2 -2
- package/lib/duet/p-076452be.js +1 -1
- package/lib/duet/{p-38e24930.entry.js → p-08945ef7.entry.js} +1 -1
- package/lib/duet/{p-a5cf2316.entry.js → p-09f48cb9.entry.js} +1 -1
- package/lib/duet/{p-184ee980.system.entry.js → p-0c72528c.system.entry.js} +1 -1
- package/lib/duet/p-106940dd.js +5 -0
- package/lib/duet/{p-8c6e3c4f.system.js → p-10695d55.system.js} +1 -1
- package/lib/duet/{p-700cc5d1.entry.js → p-11090514.entry.js} +1 -1
- package/lib/duet/{p-3b33c459.entry.js → p-130d0e42.entry.js} +1 -1
- package/lib/duet/{p-c0c92199.system.entry.js → p-15e3eca0.system.entry.js} +1 -1
- package/lib/duet/p-1700211f.system.js +5 -0
- package/lib/duet/{p-d029f8dc.system.entry.js → p-1760b8d4.system.entry.js} +2 -2
- package/lib/duet/{p-a66ca0af.entry.js → p-17f95bce.entry.js} +1 -1
- package/lib/duet/{p-4667e5cc.entry.js → p-1830770c.entry.js} +1 -1
- package/lib/duet/{p-72d18d55.entry.js → p-1e161672.entry.js} +1 -1
- package/lib/duet/p-1ea89299.entry.js +4 -0
- package/lib/duet/{p-8862fec1.system.entry.js → p-1eada326.system.entry.js} +2 -2
- package/lib/duet/p-1ebe62cb.entry.js +4 -0
- package/lib/duet/{p-549a1ffd.system.entry.js → p-212651b5.system.entry.js} +2 -2
- package/lib/duet/{p-6e93b2f3.entry.js → p-222548cd.entry.js} +1 -1
- package/lib/duet/{p-7565b093.entry.js → p-22a436ef.entry.js} +1 -1
- package/lib/duet/{p-32d31570.entry.js → p-25aa9da5.entry.js} +1 -1
- package/lib/duet/{p-322f69c7.entry.js → p-26f8a5e3.entry.js} +1 -1
- package/lib/duet/{p-71a46879.system.js → p-277d9e45.system.js} +1 -1
- package/lib/duet/{p-20c19d2e.system.entry.js → p-27b9e751.system.entry.js} +1 -1
- package/lib/duet/{p-99a90b30.entry.js → p-293d6a2b.entry.js} +1 -1
- package/lib/duet/p-2a14f9c7.system.entry.js +4 -0
- package/lib/duet/{p-a2ddca83.system.entry.js → p-2a64f169.system.entry.js} +2 -2
- package/lib/duet/{p-40463065.system.entry.js → p-2ba628cc.system.entry.js} +2 -2
- package/lib/duet/p-2d68f259.entry.js +4 -0
- package/lib/duet/{p-f78e3197.system.entry.js → p-305f20a0.system.entry.js} +1 -1
- package/lib/duet/{p-15505723.system.entry.js → p-3117f16c.system.entry.js} +1 -1
- package/lib/duet/{p-c2ff6bb2.entry.js → p-312656b2.entry.js} +1 -1
- package/lib/duet/{p-4af3a90a.entry.js → p-31562410.entry.js} +1 -1
- package/lib/duet/p-340e36a8.system.js +4 -0
- package/lib/duet/{p-368e63a8.entry.js → p-34293dad.entry.js} +1 -1
- package/lib/duet/{p-5ed8969b.system.entry.js → p-34e93067.system.entry.js} +2 -2
- package/lib/duet/p-36fafe5f.entry.js +4 -0
- package/lib/duet/p-3a417fd2.entry.js +4 -0
- package/lib/duet/{p-2bd98cbe.system.entry.js → p-3cfd5322.system.entry.js} +1 -1
- package/lib/duet/{p-d42279cd.entry.js → p-3db4b9e1.entry.js} +1 -1
- package/lib/duet/{p-28b0deff.system.entry.js → p-3dc8596c.system.entry.js} +2 -2
- package/lib/duet/{p-0b696003.system.entry.js → p-419b1bec.system.entry.js} +1 -1
- package/lib/duet/{p-ca4d7a6d.system.entry.js → p-41c64229.system.entry.js} +2 -2
- package/lib/duet/p-42242eb4.entry.js +4 -0
- package/lib/duet/{p-b650e679.system.entry.js → p-45043c9d.system.entry.js} +2 -2
- package/lib/duet/{p-00355028.system.entry.js → p-47ec0bce.system.entry.js} +1 -1
- package/lib/duet/{p-c391b2a4.entry.js → p-4bae7f7e.entry.js} +1 -1
- package/lib/duet/{p-e8d8c7a2.system.entry.js → p-4ca5d008.system.entry.js} +2 -2
- package/lib/duet/{p-b594282a.entry.js → p-4e6ad0aa.entry.js} +1 -1
- package/lib/duet/{p-099119d3.system.entry.js → p-50180a44.system.entry.js} +1 -1
- package/lib/duet/{p-380ead38.system.entry.js → p-52fdd651.system.entry.js} +1 -1
- package/lib/duet/{p-d988f03a.entry.js → p-54589f3a.entry.js} +1 -1
- package/lib/duet/{p-604adb3e.entry.js → p-57708d82.entry.js} +1 -1
- package/lib/duet/{p-e6315f68.system.entry.js → p-5847fbcf.system.entry.js} +1 -1
- package/lib/duet/{p-8445fc10.entry.js → p-58491286.entry.js} +1 -1
- package/lib/duet/{p-13fa33f3.system.entry.js → p-59dde679.system.entry.js} +1 -1
- package/lib/duet/p-5a9d75e1.js +1 -1
- package/lib/duet/{p-110c2c76.system.entry.js → p-5b4e316c.system.entry.js} +1 -1
- package/lib/duet/p-5c37dda9.system.entry.js +4 -0
- package/lib/duet/p-5c8e5f29.system.js +4 -0
- package/lib/duet/{p-df213a66.system.entry.js → p-5cc44de5.system.entry.js} +2 -2
- package/lib/duet/p-5e2c8e38.entry.js +4 -0
- package/lib/duet/{p-60c99082.system.entry.js → p-5e965627.system.entry.js} +1 -1
- package/lib/duet/{p-e288bb38.system.entry.js → p-615a393c.system.entry.js} +2 -2
- package/lib/duet/{p-521b2f02.system.entry.js → p-617c03dc.system.entry.js} +1 -1
- package/lib/duet/{p-4f90dd0a.entry.js → p-61fb382d.entry.js} +1 -1
- package/lib/duet/{p-9ad6fc83.entry.js → p-6494c48e.entry.js} +1 -1
- package/lib/duet/{p-684b2d77.system.entry.js → p-653fd5d0.system.entry.js} +2 -2
- package/lib/duet/{p-3c43d0ee.entry.js → p-655275ec.entry.js} +1 -1
- package/lib/duet/{p-86e7a88a.entry.js → p-65bef373.entry.js} +1 -1
- package/lib/duet/{p-721bf508.entry.js → p-66cc34da.entry.js} +1 -1
- package/lib/duet/{p-7f588669.entry.js → p-66ce877b.entry.js} +1 -1
- package/lib/duet/{p-31155f08.entry.js → p-6910113f.entry.js} +1 -1
- package/lib/duet/{p-7e061e75.system.entry.js → p-69abe752.system.entry.js} +2 -2
- package/lib/duet/{p-8cf359d9.entry.js → p-6c24d8b4.entry.js} +1 -1
- package/lib/duet/p-6d9e809f.system.entry.js +4 -0
- package/lib/duet/{p-c9198461.entry.js → p-6fcc9de8.entry.js} +1 -1
- package/lib/duet/{p-26ed5006.system.entry.js → p-7084c7fa.system.entry.js} +2 -2
- package/lib/duet/{p-6baede6c.system.entry.js → p-732d4693.system.entry.js} +1 -1
- package/lib/duet/{p-a76ceaf6.js → p-75f7a572.js} +1 -1
- package/lib/duet/p-7649b95e.js +4 -0
- package/lib/duet/{p-da4f4b6c.entry.js → p-77cbe175.entry.js} +1 -1
- package/lib/duet/{p-be295e13.system.entry.js → p-78eb3378.system.entry.js} +2 -2
- package/lib/duet/{p-05dd0fb6.entry.js → p-7e64358b.entry.js} +1 -1
- package/lib/duet/{p-ffa34163.entry.js → p-7f9909ed.entry.js} +1 -1
- package/lib/duet/p-8040b3f3.system.entry.js +4 -0
- package/lib/duet/{p-ec796dfe.system.entry.js → p-81ef610a.system.entry.js} +2 -2
- package/lib/duet/p-82b5380b.system.js +1 -1
- package/lib/duet/{p-7a3071a5.system.entry.js → p-8548fc3a.system.entry.js} +1 -1
- package/lib/duet/{p-1483de5f.system.entry.js → p-86991900.system.entry.js} +2 -2
- package/lib/duet/p-86dc2ebb.entry.js +4 -0
- package/lib/duet/{p-e79c63b6.entry.js → p-88501e6a.entry.js} +1 -1
- package/lib/duet/{p-6bb42603.entry.js → p-889fc0c6.entry.js} +1 -1
- package/lib/duet/{p-e983ff0c.entry.js → p-896fff8f.entry.js} +1 -1
- package/lib/duet/p-8d288b4f.entry.js +4 -0
- package/lib/duet/{p-1616c51d.system.entry.js → p-90ad5759.system.entry.js} +2 -2
- package/lib/duet/{p-000a0a75.system.entry.js → p-9180e7f5.system.entry.js} +1 -1
- package/lib/duet/{p-699f593c.system.entry.js → p-930c8f3c.system.entry.js} +2 -2
- package/lib/duet/{p-ca2725cd.system.entry.js → p-933417e6.system.entry.js} +1 -1
- package/lib/duet/{p-7284cb09.system.entry.js → p-95dbb7e9.system.entry.js} +2 -2
- package/lib/duet/{p-c185ea87.system.entry.js → p-97162b31.system.entry.js} +2 -2
- package/lib/duet/{p-fd1dcee1.entry.js → p-9b5f71df.entry.js} +1 -1
- package/lib/duet/{p-6508eed1.system.entry.js → p-9bbda8a9.system.entry.js} +2 -2
- package/lib/duet/{p-b4b5f803.entry.js → p-9c464273.entry.js} +1 -1
- package/lib/duet/p-9d3deabb.system.entry.js +4 -0
- package/lib/duet/p-9d915d45.js +4 -0
- package/lib/duet/{p-32ee127a.system.entry.js → p-9fb4f41a.system.entry.js} +1 -1
- package/lib/duet/{p-c0874730.entry.js → p-a05fa71c.entry.js} +1 -1
- package/lib/duet/{p-c6b09397.js → p-a1057e50.js} +1 -1
- package/lib/duet/{p-8584bcfe.system.entry.js → p-a306b058.system.entry.js} +1 -1
- package/lib/duet/{p-1ff16557.system.entry.js → p-a6d18e87.system.entry.js} +1 -1
- package/lib/duet/{p-5e2af124.entry.js → p-a727e03a.entry.js} +1 -1
- package/lib/duet/{p-e368e194.entry.js → p-a7d43918.entry.js} +1 -1
- package/lib/duet/{p-b7fe2c37.system.entry.js → p-a7f9f585.system.entry.js} +1 -1
- package/lib/duet/{p-a6696d45.entry.js → p-a8af0ea4.entry.js} +1 -1
- package/lib/duet/{p-276da9b8.entry.js → p-ab07e9c2.entry.js} +1 -1
- package/lib/duet/{p-ccb08e8c.entry.js → p-b66706de.entry.js} +1 -1
- package/lib/duet/p-b6d51921.system.js +1 -1
- package/lib/duet/{p-a0f76a04.system.entry.js → p-b959ac63.system.entry.js} +1 -1
- package/lib/duet/{p-b134229a.system.entry.js → p-bb64f25d.system.entry.js} +2 -2
- package/lib/duet/p-bd751ea4.system.entry.js +4 -0
- package/lib/duet/{p-28cf3d78.entry.js → p-be7a7b77.entry.js} +1 -1
- package/lib/duet/{p-a7ed46e3.entry.js → p-bea6e5e0.entry.js} +1 -1
- package/lib/duet/{p-9ec0d197.entry.js → p-c1ec3ad4.entry.js} +1 -1
- package/lib/duet/{p-06969947.system.entry.js → p-c2a407e8.system.entry.js} +1 -1
- package/lib/duet/{p-d841291b.entry.js → p-c37c86ef.entry.js} +1 -1
- package/lib/duet/{p-cb4799d1.system.entry.js → p-c405af98.system.entry.js} +2 -2
- package/lib/duet/{p-35b74797.entry.js → p-c65b31df.entry.js} +1 -1
- package/lib/duet/{p-d0175269.entry.js → p-c7f097e8.entry.js} +1 -1
- package/lib/duet/p-c8dc599d.system.js +1 -1
- package/lib/duet/{p-77616680.entry.js → p-c905c010.entry.js} +1 -1
- package/lib/duet/{p-a61825d9.entry.js → p-cc70ab4a.entry.js} +1 -1
- package/lib/duet/{p-f58832f6.entry.js → p-ced4679a.entry.js} +1 -1
- package/lib/duet/p-d00f7632.system.entry.js +4 -0
- package/lib/duet/{p-d6dfa7c8.system.entry.js → p-d1ee4298.system.entry.js} +1 -1
- package/lib/duet/{p-a86ae0c3.entry.js → p-d2cbaed2.entry.js} +1 -1
- package/lib/duet/{p-d4bc7a19.entry.js → p-d3910688.entry.js} +1 -1
- package/lib/duet/{p-2a37e574.system.entry.js → p-d649d264.system.entry.js} +2 -2
- package/lib/duet/{p-4f321fb8.entry.js → p-d6e7f2d1.entry.js} +1 -1
- package/lib/duet/{p-6892546a.system.entry.js → p-d759b718.system.entry.js} +2 -2
- package/lib/duet/p-d7fa5f72.system.entry.js +4 -0
- package/lib/duet/{p-4956fa1c.system.entry.js → p-d9886ef0.system.entry.js} +2 -2
- package/lib/duet/{p-ae7602cb.entry.js → p-daa1595d.entry.js} +1 -1
- package/lib/duet/{p-c6122404.entry.js → p-daf609a8.entry.js} +1 -1
- package/lib/duet/{p-b77224fc.entry.js → p-df03f394.entry.js} +1 -1
- package/lib/duet/p-df10a767.js +1 -1
- package/lib/duet/p-e0cfe3d5.entry.js +4 -0
- package/lib/duet/{p-8275330c.system.entry.js → p-e2c354ef.system.entry.js} +2 -2
- package/lib/duet/p-e3d40270.entry.js +4 -0
- package/lib/duet/{p-a1978b4b.entry.js → p-e591257f.entry.js} +1 -1
- package/lib/duet/{p-c79f4b4b.entry.js → p-e73a1930.entry.js} +1 -1
- package/lib/duet/{p-8db6114f.system.entry.js → p-ebbb398a.system.entry.js} +2 -2
- package/lib/duet/{p-4fc64fe9.system.entry.js → p-f0173106.system.entry.js} +1 -1
- package/lib/duet/{p-dd1393e3.system.js → p-f22404fe.system.js} +1 -1
- package/lib/duet/{p-90f06b7a.system.entry.js → p-f23c11c2.system.entry.js} +2 -2
- package/lib/duet/{p-2a9b8270.system.entry.js → p-f2b11d36.system.entry.js} +2 -2
- package/lib/duet/p-f31b839f.system.entry.js +4 -0
- package/lib/duet/{p-c1c6a4f5.entry.js → p-f3a4805a.entry.js} +1 -1
- package/lib/duet/p-f3c3932d.system.entry.js +4 -0
- package/lib/duet/{p-bc541e97.system.entry.js → p-f75b8801.system.entry.js} +2 -2
- package/lib/duet/{p-11d01178.system.entry.js → p-f9625065.system.entry.js} +1 -1
- package/lib/duet/{p-f74e934b.system.entry.js → p-fda4e4a4.system.entry.js} +1 -1
- package/lib/duet/{p-45046cb8.system.entry.js → p-fde10739.system.entry.js} +1 -1
- package/lib/duet/{p-871eca43.entry.js → p-fe3dbb59.entry.js} +1 -1
- package/lib/duet/{p-82330774.system.entry.js → p-fe5705fe.system.entry.js} +2 -2
- package/lib/duet/{p-f90e86d3.entry.js → p-ff28d71a.entry.js} +1 -1
- package/lib/esm/duet-action-button.entry.js +3 -3
- package/lib/esm/duet-alert.entry.js +1 -1
- package/lib/esm/duet-badge.entry.js +1 -1
- package/lib/esm/duet-banner.entry.js +3 -3
- package/lib/esm/duet-breadcrumb.entry.js +1 -1
- package/lib/esm/duet-breadcrumbs.entry.js +1 -1
- package/lib/esm/duet-button_2.entry.js +3 -3
- package/lib/esm/duet-callout.entry.js +1 -1
- package/lib/esm/duet-caption_4.entry.js +3 -3
- package/lib/esm/duet-card.entry.js +3 -3
- package/lib/esm/duet-checkbox.entry.js +1 -1
- package/lib/esm/duet-checkmark.entry.js +1 -1
- package/lib/esm/duet-chip.entry.js +8 -1
- package/lib/esm/duet-choice_2.entry.js +8 -7
- package/lib/esm/duet-collapsible.entry.js +3 -2
- package/lib/esm/duet-combobox.entry.js +1 -1
- package/lib/esm/duet-contact-card.entry.js +1 -1
- package/lib/esm/duet-cookie-consent.entry.js +1 -1
- package/lib/esm/duet-date-picker.entry.js +2 -2
- package/lib/esm/duet-divider_2.entry.js +3 -3
- package/lib/esm/duet-editable-table_3.entry.js +3 -3
- package/lib/esm/duet-empty-state.entry.js +1 -1
- package/lib/esm/duet-fieldset.entry.js +3 -2
- package/lib/esm/duet-footer.entry.js +1 -1
- package/lib/esm/duet-grid_2.entry.js +1 -1
- package/lib/esm/duet-header_2.entry.js +2 -2
- package/lib/esm/duet-hero.entry.js +2 -2
- package/lib/esm/duet-icon.entry.js +3 -3
- package/lib/esm/duet-input_2.entry.js +1 -1
- package/lib/esm/duet-layout.entry.js +1 -1
- package/lib/esm/duet-list_2.entry.js +1 -1
- package/lib/esm/duet-menu-bar-button.entry.js +1 -1
- package/lib/esm/duet-menu-bar-dropdown-link.entry.js +1 -1
- package/lib/esm/duet-menu-bar-dropdown.entry.js +1 -1
- package/lib/esm/duet-menu-bar-link.entry.js +1 -1
- package/lib/esm/duet-menu-bar.entry.js +1 -1
- package/lib/esm/duet-modal.entry.js +2 -2
- package/lib/esm/duet-multiselect.entry.js +2 -2
- package/lib/esm/duet-nav.entry.js +1 -1
- package/lib/esm/duet-notification_2.entry.js +1 -1
- package/lib/esm/duet-number-input.entry.js +1 -1
- package/lib/esm/duet-page-heading.entry.js +1 -1
- package/lib/esm/duet-pagination_2.entry.js +1 -1
- package/lib/esm/duet-popup-menu-item.entry.js +33 -2
- package/lib/esm/duet-popup-menu.entry.js +89 -3
- package/lib/esm/duet-progress.entry.js +1 -1
- package/lib/esm/duet-promo-card.entry.js +3 -3
- package/lib/esm/duet-radio_2.entry.js +1 -1
- package/lib/esm/duet-range-slider.entry.js +2 -2
- package/lib/esm/duet-scrollable_3.entry.js +1 -1
- package/lib/esm/duet-section-layout.entry.js +1 -1
- package/lib/esm/duet-select.entry.js +1 -1
- package/lib/esm/duet-shaped-image.entry.js +1 -1
- package/lib/esm/duet-show-more.entry.js +57 -28
- package/lib/esm/duet-slideout-lang.entry.js +1 -1
- package/lib/esm/duet-slideout-link.entry.js +1 -1
- package/lib/esm/duet-slideout-panel-dropdown.entry.js +1 -1
- package/lib/esm/duet-slideout-panel.entry.js +4 -4
- package/lib/esm/duet-slideout.entry.js +4 -4
- package/lib/esm/duet-step_2.entry.js +1 -1
- package/lib/esm/duet-submenu-bar-dropdown-link.entry.js +1 -1
- package/lib/esm/duet-submenu-bar-dropdown.entry.js +1 -1
- package/lib/esm/duet-submenu-bar-link.entry.js +1 -1
- package/lib/esm/duet-submenu-bar.entry.js +2 -1
- package/lib/esm/duet-textarea.entry.js +1 -1
- package/lib/esm/duet-toggle.entry.js +1 -1
- package/lib/esm/duet-toolbar-dropdown-link.entry.js +1 -1
- package/lib/esm/duet-toolbar-dropdown.entry.js +1 -1
- package/lib/esm/duet-toolbar-link.entry.js +1 -1
- package/lib/esm/duet-toolbar.entry.js +1 -1
- package/lib/esm/duet-tooltip-popup.entry.js +52 -0
- package/lib/esm/duet-tooltip.entry.js +20 -15
- package/lib/esm/duet-tray.entry.js +2 -2
- package/lib/esm/duet-upload-aria-status.entry.js +1 -1
- package/lib/esm/duet-upload-item.entry.js +1 -1
- package/lib/esm/duet-visually-hidden.entry.js +1 -1
- package/lib/esm/duet.js +7 -87
- package/lib/esm/{focus-utils-e2239371.js → focus-utils-08d27c67.js} +1 -1
- package/lib/esm/{index-b67ea1f1.js → index-729ef6e7.js} +7 -18
- package/lib/esm/loader.js +3 -3
- package/lib/esm/slot-query-8c7dce21.js +8 -0
- package/lib/esm/{token-utils-a1dcaa4b.js → token-utils-058d6220.js} +1 -1
- package/lib/esm/{tokens.module-ed773027.js → tokens.module-f436c2cd.js} +1 -1
- package/lib/esm-es5/duet-action-button.entry.js +2 -2
- package/lib/esm-es5/duet-alert.entry.js +2 -2
- package/lib/esm-es5/duet-badge.entry.js +1 -1
- package/lib/esm-es5/duet-banner.entry.js +1 -1
- package/lib/esm-es5/duet-breadcrumb.entry.js +1 -1
- package/lib/esm-es5/duet-breadcrumbs.entry.js +1 -1
- package/lib/esm-es5/duet-button_2.entry.js +2 -2
- package/lib/esm-es5/duet-callout.entry.js +1 -1
- package/lib/esm-es5/duet-caption_4.entry.js +2 -2
- package/lib/esm-es5/duet-card.entry.js +2 -2
- package/lib/esm-es5/duet-checkbox.entry.js +2 -2
- package/lib/esm-es5/duet-checkmark.entry.js +1 -1
- package/lib/esm-es5/duet-chip.entry.js +2 -2
- package/lib/esm-es5/duet-choice_2.entry.js +2 -2
- package/lib/esm-es5/duet-collapsible.entry.js +2 -2
- package/lib/esm-es5/duet-combobox.entry.js +2 -2
- package/lib/esm-es5/duet-contact-card.entry.js +1 -1
- package/lib/esm-es5/duet-cookie-consent.entry.js +1 -1
- package/lib/esm-es5/duet-date-picker.entry.js +2 -2
- package/lib/esm-es5/duet-divider_2.entry.js +1 -1
- package/lib/esm-es5/duet-editable-table_3.entry.js +2 -2
- package/lib/esm-es5/duet-empty-state.entry.js +1 -1
- package/lib/esm-es5/duet-fieldset.entry.js +1 -1
- package/lib/esm-es5/duet-footer.entry.js +2 -2
- package/lib/esm-es5/duet-grid_2.entry.js +2 -2
- package/lib/esm-es5/duet-header_2.entry.js +2 -2
- package/lib/esm-es5/duet-hero.entry.js +2 -2
- package/lib/esm-es5/duet-icon.entry.js +2 -2
- package/lib/esm-es5/duet-input_2.entry.js +2 -2
- package/lib/esm-es5/duet-layout.entry.js +1 -1
- package/lib/esm-es5/duet-list_2.entry.js +2 -2
- package/lib/esm-es5/duet-menu-bar-button.entry.js +2 -2
- package/lib/esm-es5/duet-menu-bar-dropdown-link.entry.js +1 -1
- package/lib/esm-es5/duet-menu-bar-dropdown.entry.js +2 -2
- package/lib/esm-es5/duet-menu-bar-link.entry.js +1 -1
- package/lib/esm-es5/duet-menu-bar.entry.js +1 -1
- package/lib/esm-es5/duet-modal.entry.js +2 -2
- package/lib/esm-es5/duet-multiselect.entry.js +2 -2
- package/lib/esm-es5/duet-nav.entry.js +1 -1
- package/lib/esm-es5/duet-notification_2.entry.js +2 -2
- package/lib/esm-es5/duet-number-input.entry.js +2 -2
- package/lib/esm-es5/duet-page-heading.entry.js +1 -1
- package/lib/esm-es5/duet-pagination_2.entry.js +2 -2
- package/lib/esm-es5/duet-popup-menu-item.entry.js +2 -2
- package/lib/esm-es5/duet-popup-menu.entry.js +2 -2
- package/lib/esm-es5/duet-progress.entry.js +1 -1
- package/lib/esm-es5/duet-promo-card.entry.js +1 -1
- package/lib/esm-es5/duet-radio_2.entry.js +2 -2
- package/lib/esm-es5/duet-range-slider.entry.js +2 -2
- package/lib/esm-es5/duet-scrollable_3.entry.js +2 -2
- package/lib/esm-es5/duet-section-layout.entry.js +1 -1
- package/lib/esm-es5/duet-select.entry.js +2 -2
- package/lib/esm-es5/duet-shaped-image.entry.js +1 -1
- package/lib/esm-es5/duet-show-more.entry.js +1 -1
- package/lib/esm-es5/duet-slideout-lang.entry.js +1 -1
- package/lib/esm-es5/duet-slideout-link.entry.js +1 -1
- package/lib/esm-es5/duet-slideout-panel-dropdown.entry.js +2 -2
- package/lib/esm-es5/duet-slideout-panel.entry.js +2 -2
- package/lib/esm-es5/duet-slideout.entry.js +2 -2
- package/lib/esm-es5/duet-step_2.entry.js +2 -2
- package/lib/esm-es5/duet-submenu-bar-dropdown-link.entry.js +1 -1
- package/lib/esm-es5/duet-submenu-bar-dropdown.entry.js +2 -2
- package/lib/esm-es5/duet-submenu-bar-link.entry.js +1 -1
- package/lib/esm-es5/duet-submenu-bar.entry.js +2 -2
- package/lib/esm-es5/duet-textarea.entry.js +2 -2
- package/lib/esm-es5/duet-toggle.entry.js +2 -2
- package/lib/esm-es5/duet-toolbar-dropdown-link.entry.js +1 -1
- package/lib/esm-es5/duet-toolbar-dropdown.entry.js +2 -2
- package/lib/esm-es5/duet-toolbar-link.entry.js +1 -1
- package/lib/esm-es5/duet-toolbar.entry.js +1 -1
- package/lib/esm-es5/duet-tooltip-popup.entry.js +4 -0
- package/lib/esm-es5/duet-tooltip.entry.js +2 -2
- package/lib/esm-es5/duet-tray.entry.js +1 -1
- package/lib/esm-es5/duet-upload-aria-status.entry.js +1 -1
- package/lib/esm-es5/duet-upload-item.entry.js +2 -2
- package/lib/esm-es5/duet-visually-hidden.entry.js +1 -1
- package/lib/esm-es5/duet.js +1 -1
- package/lib/esm-es5/floating-ui.dom.esm-37dc174a.js +1 -1
- package/lib/esm-es5/focus-utils-08d27c67.js +4 -0
- package/lib/esm-es5/index-729ef6e7.js +5 -0
- package/lib/esm-es5/language-utils-6be16ff0.js +1 -1
- package/lib/esm-es5/loader.js +1 -1
- package/lib/esm-es5/slot-query-8c7dce21.js +4 -0
- package/lib/esm-es5/string-utils-5954f458.js +1 -1
- package/lib/esm-es5/{token-utils-a1dcaa4b.js → token-utils-058d6220.js} +1 -1
- package/lib/esm-es5/{tokens.module-ed773027.js → tokens.module-f436c2cd.js} +1 -1
- package/lib/types/common/index.d.ts +1 -0
- package/lib/types/common/slot-query.d.ts +1 -0
- package/lib/types/components/duet-chip/duet-chip.d.ts +5 -0
- package/lib/types/components/duet-collapsible/duet-collapsible.d.ts +1 -1
- package/lib/types/components/duet-popup-menu/duet-popup-menu.d.ts +8 -1
- package/lib/types/components/duet-popup-menu-item/duet-popup-menu-item.d.ts +26 -0
- package/lib/types/components/duet-show-more/duet-show-more.d.ts +36 -5
- package/lib/types/components/duet-tooltip/duet-tooltip-popup.d.ts +41 -0
- package/lib/types/components/duet-tooltip/duet-tooltip.d.ts +4 -4
- package/lib/types/components.d.ts +133 -2
- package/lib/types/utils/teleport.d.ts +15 -0
- package/package.json +5 -5
- package/lib/cjs/dom-c42e1019.js +0 -78
- package/lib/cjs/shadow-css-6c99270e.js +0 -392
- package/lib/dist-custom-elements/p-6ee53ac3.js +0 -390
- package/lib/duet/p-053be9dd.system.js +0 -5
- package/lib/duet/p-08c7360e.system.entry.js +0 -4
- package/lib/duet/p-101cc3fe.system.entry.js +0 -4
- package/lib/duet/p-19ea4e54.entry.js +0 -4
- package/lib/duet/p-2a9e5e4c.entry.js +0 -4
- package/lib/duet/p-434b31e9.system.js +0 -4
- package/lib/duet/p-540d7ed6.entry.js +0 -4
- package/lib/duet/p-6cf44bfa.system.js +0 -24
- package/lib/duet/p-6ee53ac3.js +0 -15
- package/lib/duet/p-756341c2.system.entry.js +0 -4
- package/lib/duet/p-8094e185.entry.js +0 -4
- package/lib/duet/p-8146f5d7.system.entry.js +0 -4
- package/lib/duet/p-8daa915d.system.entry.js +0 -4
- package/lib/duet/p-91b3d075.entry.js +0 -4
- package/lib/duet/p-9226aca2.entry.js +0 -4
- package/lib/duet/p-9c159fd4.js +0 -22
- package/lib/duet/p-9d9204af.system.js +0 -16
- package/lib/duet/p-9e72b23c.system.entry.js +0 -4
- package/lib/duet/p-b362d8f7.entry.js +0 -4
- package/lib/duet/p-c5efb3f6.entry.js +0 -4
- package/lib/duet/p-cff11c78.entry.js +0 -4
- package/lib/duet/p-f5b53f2f.system.entry.js +0 -4
- package/lib/duet/p-f9603b0d.entry.js +0 -4
- package/lib/duet/p-fbd0d098.js +0 -5
- package/lib/duet/p-fd4785ab.js +0 -4
- package/lib/duet/p-feaaff49.system.entry.js +0 -4
- package/lib/duet/p-ff5a9358.system.entry.js +0 -4
- package/lib/esm/dom-ae12a113.js +0 -76
- package/lib/esm/shadow-css-66bc7949.js +0 -390
- package/lib/esm-es5/dom-ae12a113.js +0 -24
- package/lib/esm-es5/focus-utils-e2239371.js +0 -4
- package/lib/esm-es5/index-b67ea1f1.js +0 -5
- package/lib/esm-es5/shadow-css-66bc7949.js +0 -15
- /package/lib/dist-custom-elements/{p-152ee893.js → p-ec4d603d.js} +0 -0
|
@@ -5,6 +5,26 @@ import { h, Host } from "@stencil/core";
|
|
|
5
5
|
import { inheritGlobalTheme } from "../../common/themeable-component";
|
|
6
6
|
export class DuetPopupMenuItem {
|
|
7
7
|
constructor() {
|
|
8
|
+
/**
|
|
9
|
+
* Component event handling.
|
|
10
|
+
*/
|
|
11
|
+
this.onFocus = (ev) => {
|
|
12
|
+
this.focus = true;
|
|
13
|
+
this.duetFocus.emit({
|
|
14
|
+
originalEvent: ev,
|
|
15
|
+
value: this.value,
|
|
16
|
+
component: "duet-popup-menu-item",
|
|
17
|
+
});
|
|
18
|
+
};
|
|
19
|
+
this.onBlur = (ev) => {
|
|
20
|
+
this.focus = false;
|
|
21
|
+
this.duetBlur.emit({
|
|
22
|
+
originalEvent: ev,
|
|
23
|
+
value: this.value,
|
|
24
|
+
component: "duet-popup-menu-item",
|
|
25
|
+
});
|
|
26
|
+
};
|
|
27
|
+
this.focus = false;
|
|
8
28
|
this.accessibleLabel = undefined;
|
|
9
29
|
this.theme = "";
|
|
10
30
|
this.url = undefined;
|
|
@@ -21,6 +41,15 @@ export class DuetPopupMenuItem {
|
|
|
21
41
|
componentWillLoad() {
|
|
22
42
|
inheritGlobalTheme(this);
|
|
23
43
|
}
|
|
44
|
+
/**
|
|
45
|
+
* Sets focus. Use this method instead of the global focus().
|
|
46
|
+
*/
|
|
47
|
+
async setFocus(options) {
|
|
48
|
+
setTimeout(() => this.itemElement.focus(options), 200);
|
|
49
|
+
}
|
|
50
|
+
async isFocused() {
|
|
51
|
+
return this.focus;
|
|
52
|
+
}
|
|
24
53
|
render() {
|
|
25
54
|
const TagName = this.url ? "a" : "button";
|
|
26
55
|
const classes = {
|
|
@@ -28,7 +57,7 @@ export class DuetPopupMenuItem {
|
|
|
28
57
|
active: this.active,
|
|
29
58
|
"duet-theme-turva": this.theme === "turva",
|
|
30
59
|
};
|
|
31
|
-
return (h(Host, null, h(TagName, { role: "menuitem", "aria-label": this.accessibleLabel, class: classes, value: this.value, href: this.url, target: this.external ? "_blank" : undefined, rel: this.external ? "noopener" : undefined }, this.leadingIcon && (h("duet-icon", { name: this.leadingIcon, size: "xx-small", color: "currentColor", class: "duet-popup-menu-item-leading", margin: "none" })), h("span", { class: "duet-popup-menu-item-label" }, h("slot", null)), this.trailingIcon && (h("duet-icon", { name: this.trailingIcon, size: "xx-small", color: "currentColor", class: "duet-popup-menu-item-trailing", margin: "none" })), this.trailingText && h("span", { class: "duet-popup-menu-item-trailing" }, this.trailingText))));
|
|
60
|
+
return (h(Host, null, h(TagName, { ref: element => (this.itemElement = element), tabIndex: -1, onFocus: this.onFocus, onBlur: this.onBlur, role: "menuitem", "aria-label": this.accessibleLabel, class: classes, value: this.value, href: this.url, target: this.external ? "_blank" : undefined, rel: this.external ? "noopener" : undefined }, this.leadingIcon && (h("duet-icon", { name: this.leadingIcon, size: "xx-small", color: "currentColor", class: "duet-popup-menu-item-leading", margin: "none" })), h("span", { class: "duet-popup-menu-item-label" }, h("slot", null)), this.trailingIcon && (h("duet-icon", { name: this.trailingIcon, size: "xx-small", color: "currentColor", class: "duet-popup-menu-item-trailing", margin: "none" })), this.trailingText && h("span", { class: "duet-popup-menu-item-trailing" }, this.trailingText))));
|
|
32
61
|
}
|
|
33
62
|
static get is() { return "duet-popup-menu-item"; }
|
|
34
63
|
static get encapsulation() { return "shadow"; }
|
|
@@ -221,5 +250,95 @@ export class DuetPopupMenuItem {
|
|
|
221
250
|
}
|
|
222
251
|
};
|
|
223
252
|
}
|
|
253
|
+
static get states() {
|
|
254
|
+
return {
|
|
255
|
+
"focus": {}
|
|
256
|
+
};
|
|
257
|
+
}
|
|
258
|
+
static get events() {
|
|
259
|
+
return [{
|
|
260
|
+
"method": "duetFocus",
|
|
261
|
+
"name": "duetFocus",
|
|
262
|
+
"bubbles": true,
|
|
263
|
+
"cancelable": true,
|
|
264
|
+
"composed": true,
|
|
265
|
+
"docs": {
|
|
266
|
+
"tags": [],
|
|
267
|
+
"text": "Emitted when the item receives focus."
|
|
268
|
+
},
|
|
269
|
+
"complexType": {
|
|
270
|
+
"original": "DuetPopupMenuItemEvent",
|
|
271
|
+
"resolved": "{ originalEvent?: Event; value: string; component: \"duet-popup-menu-item\"; }",
|
|
272
|
+
"references": {
|
|
273
|
+
"DuetPopupMenuItemEvent": {
|
|
274
|
+
"location": "local",
|
|
275
|
+
"path": "/Users/laaksju3/duetds/packages/components/src/components/duet-popup-menu-item/duet-popup-menu-item.tsx"
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
}, {
|
|
280
|
+
"method": "duetBlur",
|
|
281
|
+
"name": "duetBlur",
|
|
282
|
+
"bubbles": true,
|
|
283
|
+
"cancelable": true,
|
|
284
|
+
"composed": true,
|
|
285
|
+
"docs": {
|
|
286
|
+
"tags": [],
|
|
287
|
+
"text": "Emitted when the item loses focus."
|
|
288
|
+
},
|
|
289
|
+
"complexType": {
|
|
290
|
+
"original": "DuetPopupMenuItemEvent",
|
|
291
|
+
"resolved": "{ originalEvent?: Event; value: string; component: \"duet-popup-menu-item\"; }",
|
|
292
|
+
"references": {
|
|
293
|
+
"DuetPopupMenuItemEvent": {
|
|
294
|
+
"location": "local",
|
|
295
|
+
"path": "/Users/laaksju3/duetds/packages/components/src/components/duet-popup-menu-item/duet-popup-menu-item.tsx"
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
}];
|
|
300
|
+
}
|
|
301
|
+
static get methods() {
|
|
302
|
+
return {
|
|
303
|
+
"setFocus": {
|
|
304
|
+
"complexType": {
|
|
305
|
+
"signature": "(options?: FocusOptions) => Promise<void>",
|
|
306
|
+
"parameters": [{
|
|
307
|
+
"tags": [],
|
|
308
|
+
"text": ""
|
|
309
|
+
}],
|
|
310
|
+
"references": {
|
|
311
|
+
"Promise": {
|
|
312
|
+
"location": "global"
|
|
313
|
+
},
|
|
314
|
+
"FocusOptions": {
|
|
315
|
+
"location": "global"
|
|
316
|
+
}
|
|
317
|
+
},
|
|
318
|
+
"return": "Promise<void>"
|
|
319
|
+
},
|
|
320
|
+
"docs": {
|
|
321
|
+
"text": "Sets focus. Use this method instead of the global focus().",
|
|
322
|
+
"tags": []
|
|
323
|
+
}
|
|
324
|
+
},
|
|
325
|
+
"isFocused": {
|
|
326
|
+
"complexType": {
|
|
327
|
+
"signature": "() => Promise<boolean>",
|
|
328
|
+
"parameters": [],
|
|
329
|
+
"references": {
|
|
330
|
+
"Promise": {
|
|
331
|
+
"location": "global"
|
|
332
|
+
}
|
|
333
|
+
},
|
|
334
|
+
"return": "Promise<boolean>"
|
|
335
|
+
},
|
|
336
|
+
"docs": {
|
|
337
|
+
"text": "",
|
|
338
|
+
"tags": []
|
|
339
|
+
}
|
|
340
|
+
}
|
|
341
|
+
};
|
|
342
|
+
}
|
|
224
343
|
static get elementRef() { return "element"; }
|
|
225
344
|
}
|
|
@@ -540,7 +540,7 @@ export class DuetRadio {
|
|
|
540
540
|
"references": {
|
|
541
541
|
"DuetRadioEvent": {
|
|
542
542
|
"location": "local",
|
|
543
|
-
"path": "/Users/
|
|
543
|
+
"path": "/Users/laaksju3/duetds/packages/components/src/components/duet-radio/duet-radio.tsx"
|
|
544
544
|
}
|
|
545
545
|
}
|
|
546
546
|
}
|
|
@@ -560,7 +560,7 @@ export class DuetRadio {
|
|
|
560
560
|
"references": {
|
|
561
561
|
"DuetRadioEvent": {
|
|
562
562
|
"location": "local",
|
|
563
|
-
"path": "/Users/
|
|
563
|
+
"path": "/Users/laaksju3/duetds/packages/components/src/components/duet-radio/duet-radio.tsx"
|
|
564
564
|
}
|
|
565
565
|
}
|
|
566
566
|
}
|
|
@@ -580,7 +580,7 @@ export class DuetRadio {
|
|
|
580
580
|
"references": {
|
|
581
581
|
"DuetRadioEvent": {
|
|
582
582
|
"location": "local",
|
|
583
|
-
"path": "/Users/
|
|
583
|
+
"path": "/Users/laaksju3/duetds/packages/components/src/components/duet-radio/duet-radio.tsx"
|
|
584
584
|
}
|
|
585
585
|
}
|
|
586
586
|
}
|
|
@@ -512,7 +512,7 @@ export class DuetRangeSlider {
|
|
|
512
512
|
"references": {
|
|
513
513
|
"DuetRangeChangeEvent": {
|
|
514
514
|
"location": "local",
|
|
515
|
-
"path": "/Users/
|
|
515
|
+
"path": "/Users/laaksju3/duetds/packages/components/src/components/duet-range-slider/duet-range-slider.tsx"
|
|
516
516
|
}
|
|
517
517
|
}
|
|
518
518
|
}
|
|
@@ -532,7 +532,7 @@ export class DuetRangeSlider {
|
|
|
532
532
|
"references": {
|
|
533
533
|
"DuetRangeChangeEvent": {
|
|
534
534
|
"location": "local",
|
|
535
|
-
"path": "/Users/
|
|
535
|
+
"path": "/Users/laaksju3/duetds/packages/components/src/components/duet-range-slider/duet-range-slider.tsx"
|
|
536
536
|
}
|
|
537
537
|
}
|
|
538
538
|
}
|
|
@@ -357,7 +357,7 @@ export class DuetRangeStepper {
|
|
|
357
357
|
"references": {
|
|
358
358
|
"DuetRangeStepperUpdateEvent": {
|
|
359
359
|
"location": "local",
|
|
360
|
-
"path": "/Users/
|
|
360
|
+
"path": "/Users/laaksju3/duetds/packages/components/src/components/duet-range-stepper/duet-range-stepper.tsx"
|
|
361
361
|
}
|
|
362
362
|
}
|
|
363
363
|
}
|
|
@@ -184,7 +184,7 @@ export class DuetSelect {
|
|
|
184
184
|
"references": {
|
|
185
185
|
"DuetSelectVariation": {
|
|
186
186
|
"location": "local",
|
|
187
|
-
"path": "/Users/
|
|
187
|
+
"path": "/Users/laaksju3/duetds/packages/components/src/components/duet-select/duet-select.tsx"
|
|
188
188
|
}
|
|
189
189
|
}
|
|
190
190
|
},
|
|
@@ -497,7 +497,7 @@ export class DuetSelect {
|
|
|
497
497
|
"references": {
|
|
498
498
|
"DuetSelectItems": {
|
|
499
499
|
"location": "local",
|
|
500
|
-
"path": "/Users/
|
|
500
|
+
"path": "/Users/laaksju3/duetds/packages/components/src/components/duet-select/duet-select.tsx"
|
|
501
501
|
}
|
|
502
502
|
}
|
|
503
503
|
},
|
|
@@ -646,7 +646,7 @@ export class DuetSelect {
|
|
|
646
646
|
"references": {
|
|
647
647
|
"DuetSelectEvent": {
|
|
648
648
|
"location": "local",
|
|
649
|
-
"path": "/Users/
|
|
649
|
+
"path": "/Users/laaksju3/duetds/packages/components/src/components/duet-select/duet-select.tsx"
|
|
650
650
|
}
|
|
651
651
|
}
|
|
652
652
|
}
|
|
@@ -666,7 +666,7 @@ export class DuetSelect {
|
|
|
666
666
|
"references": {
|
|
667
667
|
"DuetSelectEvent": {
|
|
668
668
|
"location": "local",
|
|
669
|
-
"path": "/Users/
|
|
669
|
+
"path": "/Users/laaksju3/duetds/packages/components/src/components/duet-select/duet-select.tsx"
|
|
670
670
|
}
|
|
671
671
|
}
|
|
672
672
|
}
|
|
@@ -686,7 +686,7 @@ export class DuetSelect {
|
|
|
686
686
|
"references": {
|
|
687
687
|
"DuetSelectEvent": {
|
|
688
688
|
"location": "local",
|
|
689
|
-
"path": "/Users/
|
|
689
|
+
"path": "/Users/laaksju3/duetds/packages/components/src/components/duet-select/duet-select.tsx"
|
|
690
690
|
}
|
|
691
691
|
}
|
|
692
692
|
}
|
|
@@ -10,31 +10,6 @@ export class DuetShowMore {
|
|
|
10
10
|
constructor() {
|
|
11
11
|
this.contentId = createID("DuetShowMore");
|
|
12
12
|
this.buttonId = createID("DuetShowMoreButton");
|
|
13
|
-
this.showMoreLangObject = {
|
|
14
|
-
fi: "Näytä lisää",
|
|
15
|
-
sv: "Visa mer",
|
|
16
|
-
en: "Show more",
|
|
17
|
-
};
|
|
18
|
-
this.showLessLangObject = {
|
|
19
|
-
fi: "Näytä vähemmän",
|
|
20
|
-
sv: "Visa mindre",
|
|
21
|
-
en: "Show less",
|
|
22
|
-
};
|
|
23
|
-
this.showMoreContentAriaLangObject = {
|
|
24
|
-
fi: "Piilotettu sisältö",
|
|
25
|
-
sv: "Utökat innehåll",
|
|
26
|
-
en: "Hidden content",
|
|
27
|
-
};
|
|
28
|
-
this.showMoreAriaLangObject = {
|
|
29
|
-
fi: "Paljasta piilotettu sisältö ennen tätä painiketta",
|
|
30
|
-
sv: "Visa dolt innehåll före den här knappen",
|
|
31
|
-
en: "Reveal hidden content before this button",
|
|
32
|
-
};
|
|
33
|
-
this.showLessAriaLangObject = {
|
|
34
|
-
fi: "Piilota paljastettu sisältö ennen tätä painiketta",
|
|
35
|
-
sv: "Dölj innehåll före den här knappen",
|
|
36
|
-
en: "Hide revealed content before this button",
|
|
37
|
-
};
|
|
38
13
|
this.handleKeyDown = (e) => {
|
|
39
14
|
if (isKeyboardClick(e)) {
|
|
40
15
|
this.handleClick(e);
|
|
@@ -44,21 +19,72 @@ export class DuetShowMore {
|
|
|
44
19
|
e.preventDefault();
|
|
45
20
|
const open = !this.open;
|
|
46
21
|
this.open = open;
|
|
22
|
+
if (open) {
|
|
23
|
+
setTimeout(() => {
|
|
24
|
+
this.contentElement.focus();
|
|
25
|
+
}, 100);
|
|
26
|
+
setTimeout(() => {
|
|
27
|
+
this.buttonAriaOpen = open;
|
|
28
|
+
}, 500);
|
|
29
|
+
}
|
|
30
|
+
else {
|
|
31
|
+
this.buttonAriaOpen = open;
|
|
32
|
+
}
|
|
47
33
|
this.duetToggle.emit({
|
|
48
34
|
component: "duet-show-more",
|
|
49
35
|
originalEvent: e,
|
|
50
36
|
});
|
|
51
37
|
};
|
|
38
|
+
this.buttonAriaOpen = false;
|
|
52
39
|
this.theme = "";
|
|
53
40
|
this.language = getLanguage();
|
|
41
|
+
this.showMoreLabelDefaults = {
|
|
42
|
+
fi: "Näytä lisää",
|
|
43
|
+
sv: "Visa mer",
|
|
44
|
+
en: "Show more",
|
|
45
|
+
};
|
|
46
|
+
this.showMoreLabel = getLocaleString(this.showMoreLabelDefaults);
|
|
47
|
+
this.showLessLabelDefaults = {
|
|
48
|
+
fi: "Näytä vähemmän",
|
|
49
|
+
sv: "Visa mindre",
|
|
50
|
+
en: "Show less",
|
|
51
|
+
};
|
|
52
|
+
this.showLessLabel = getLocaleString(this.showLessLabelDefaults);
|
|
53
|
+
this.showMoreAccessibleLabelDefaults = {
|
|
54
|
+
fi: "Näytä lisää tästä aiheesta",
|
|
55
|
+
sv: "Visa mer om detta ämne",
|
|
56
|
+
en: "Show more about this subject",
|
|
57
|
+
};
|
|
58
|
+
this.showMoreAccessibleLabel = getLocaleString(this.showMoreAccessibleLabelDefaults);
|
|
59
|
+
this.showLessAccessibleLabelDefaults = {
|
|
60
|
+
fi: "Näytä vähemmän tästä aiheesta",
|
|
61
|
+
sv: "Visa mindre om detta ämne",
|
|
62
|
+
en: "Show less about this subject",
|
|
63
|
+
};
|
|
64
|
+
this.showLessAccessibleLabel = getLocaleString(this.showLessAccessibleLabelDefaults);
|
|
54
65
|
this.margin = "auto";
|
|
55
66
|
this.open = false;
|
|
56
67
|
}
|
|
68
|
+
watchLanguageStateHandler(newValue, oldValue) {
|
|
69
|
+
if (newValue !== oldValue && this.showMoreLabel === this.showMoreLabelDefaults[oldValue]) {
|
|
70
|
+
this.showMoreLabel = getLocaleString(this.showMoreLabelDefaults, newValue);
|
|
71
|
+
}
|
|
72
|
+
if (newValue !== oldValue && this.showLessLabel === this.showLessLabelDefaults[oldValue]) {
|
|
73
|
+
this.showLessLabel = getLocaleString(this.showLessLabelDefaults, newValue);
|
|
74
|
+
}
|
|
75
|
+
if (newValue !== oldValue && this.showMoreAccessibleLabel === this.showMoreAccessibleLabelDefaults[oldValue]) {
|
|
76
|
+
this.showMoreAccessibleLabel = getLocaleString(this.showMoreAccessibleLabelDefaults, newValue);
|
|
77
|
+
}
|
|
78
|
+
if (newValue !== oldValue && this.showLessAccessibleLabel === this.showLessAccessibleLabelDefaults[oldValue]) {
|
|
79
|
+
this.showLessAccessibleLabel = getLocaleString(this.showLessAccessibleLabelDefaults, newValue);
|
|
80
|
+
}
|
|
81
|
+
}
|
|
57
82
|
/**
|
|
58
83
|
* Component lifecycle events.
|
|
59
84
|
*/
|
|
60
85
|
componentWillLoad() {
|
|
61
86
|
inheritGlobalTheme(this);
|
|
87
|
+
this.buttonAriaOpen = this.open;
|
|
62
88
|
}
|
|
63
89
|
connectedCallback() {
|
|
64
90
|
connectLanguageChangeObserver(this);
|
|
@@ -76,7 +102,7 @@ export class DuetShowMore {
|
|
|
76
102
|
"duet-theme-turva": this.theme === "turva",
|
|
77
103
|
"duet-m-0": this.margin === "none",
|
|
78
104
|
open: this.open,
|
|
79
|
-
} }, h("div", {
|
|
105
|
+
} }, h("div", { ref: ref => (this.contentElement = ref), class: { content: true }, id: this.contentId, tabindex: this.open ? "0" : "" }, h("div", { class: { "slotted-content": true } }, h("slot", null))), h("duet-button", { id: this.buttonId, variation: "plain", "accessible-label": this.buttonAriaOpen ? this.showLessAccessibleLabel : this.showMoreAccessibleLabel, "accessible-expanded": this.buttonAriaOpen ? "true" : "false", "accessible-controls": this.contentId, onClick: this.handleClick, onKeyDown: this.handleKeyDown, "icon-right": true, icon: this.open ? "action-arrow-up-small" : "action-arrow-down-small", "icon-size": "medium-small", size: "small" }, this.open ? this.showLessLabel : this.showMoreLabel))));
|
|
80
106
|
}
|
|
81
107
|
static get is() { return "duet-show-more"; }
|
|
82
108
|
static get encapsulation() { return "shadow"; }
|
|
@@ -144,6 +170,162 @@ export class DuetShowMore {
|
|
|
144
170
|
"reflect": true,
|
|
145
171
|
"defaultValue": "getLanguage()"
|
|
146
172
|
},
|
|
173
|
+
"showMoreLabelDefaults": {
|
|
174
|
+
"type": "unknown",
|
|
175
|
+
"mutable": false,
|
|
176
|
+
"complexType": {
|
|
177
|
+
"original": "DuetLangObject",
|
|
178
|
+
"resolved": "DuetLangObject",
|
|
179
|
+
"references": {
|
|
180
|
+
"DuetLangObject": {
|
|
181
|
+
"location": "import",
|
|
182
|
+
"path": "../../utils/language-utils"
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
"required": false,
|
|
187
|
+
"optional": false,
|
|
188
|
+
"docs": {
|
|
189
|
+
"tags": [],
|
|
190
|
+
"text": "Default translations for show more label."
|
|
191
|
+
},
|
|
192
|
+
"defaultValue": "{\n fi: \"N\u00E4yt\u00E4 lis\u00E4\u00E4\",\n sv: \"Visa mer\",\n en: \"Show more\",\n }"
|
|
193
|
+
},
|
|
194
|
+
"showMoreLabel": {
|
|
195
|
+
"type": "string",
|
|
196
|
+
"mutable": true,
|
|
197
|
+
"complexType": {
|
|
198
|
+
"original": "string",
|
|
199
|
+
"resolved": "string",
|
|
200
|
+
"references": {}
|
|
201
|
+
},
|
|
202
|
+
"required": false,
|
|
203
|
+
"optional": false,
|
|
204
|
+
"docs": {
|
|
205
|
+
"tags": [],
|
|
206
|
+
"text": "Show more label. Defaults to what is in showMoreLabelDefaults prop."
|
|
207
|
+
},
|
|
208
|
+
"attribute": "show-more-label",
|
|
209
|
+
"reflect": true,
|
|
210
|
+
"defaultValue": "getLocaleString(this.showMoreLabelDefaults)"
|
|
211
|
+
},
|
|
212
|
+
"showLessLabelDefaults": {
|
|
213
|
+
"type": "unknown",
|
|
214
|
+
"mutable": false,
|
|
215
|
+
"complexType": {
|
|
216
|
+
"original": "DuetLangObject",
|
|
217
|
+
"resolved": "DuetLangObject",
|
|
218
|
+
"references": {
|
|
219
|
+
"DuetLangObject": {
|
|
220
|
+
"location": "import",
|
|
221
|
+
"path": "../../utils/language-utils"
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
"required": false,
|
|
226
|
+
"optional": false,
|
|
227
|
+
"docs": {
|
|
228
|
+
"tags": [],
|
|
229
|
+
"text": "Default translations for show less label."
|
|
230
|
+
},
|
|
231
|
+
"defaultValue": "{\n fi: \"N\u00E4yt\u00E4 v\u00E4hemm\u00E4n\",\n sv: \"Visa mindre\",\n en: \"Show less\",\n }"
|
|
232
|
+
},
|
|
233
|
+
"showLessLabel": {
|
|
234
|
+
"type": "string",
|
|
235
|
+
"mutable": true,
|
|
236
|
+
"complexType": {
|
|
237
|
+
"original": "string",
|
|
238
|
+
"resolved": "string",
|
|
239
|
+
"references": {}
|
|
240
|
+
},
|
|
241
|
+
"required": false,
|
|
242
|
+
"optional": false,
|
|
243
|
+
"docs": {
|
|
244
|
+
"tags": [],
|
|
245
|
+
"text": "Show less label. Defaults to what is in showLessLabelDefaults prop."
|
|
246
|
+
},
|
|
247
|
+
"attribute": "show-less-label",
|
|
248
|
+
"reflect": true,
|
|
249
|
+
"defaultValue": "getLocaleString(this.showLessLabelDefaults)"
|
|
250
|
+
},
|
|
251
|
+
"showMoreAccessibleLabelDefaults": {
|
|
252
|
+
"type": "unknown",
|
|
253
|
+
"mutable": false,
|
|
254
|
+
"complexType": {
|
|
255
|
+
"original": "DuetLangObject",
|
|
256
|
+
"resolved": "DuetLangObject",
|
|
257
|
+
"references": {
|
|
258
|
+
"DuetLangObject": {
|
|
259
|
+
"location": "import",
|
|
260
|
+
"path": "../../utils/language-utils"
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
},
|
|
264
|
+
"required": false,
|
|
265
|
+
"optional": false,
|
|
266
|
+
"docs": {
|
|
267
|
+
"tags": [],
|
|
268
|
+
"text": "Default translations for show more accessible label."
|
|
269
|
+
},
|
|
270
|
+
"defaultValue": "{\n fi: \"N\u00E4yt\u00E4 lis\u00E4\u00E4 t\u00E4st\u00E4 aiheesta\",\n sv: \"Visa mer om detta \u00E4mne\",\n en: \"Show more about this subject\",\n }"
|
|
271
|
+
},
|
|
272
|
+
"showMoreAccessibleLabel": {
|
|
273
|
+
"type": "string",
|
|
274
|
+
"mutable": true,
|
|
275
|
+
"complexType": {
|
|
276
|
+
"original": "string",
|
|
277
|
+
"resolved": "string",
|
|
278
|
+
"references": {}
|
|
279
|
+
},
|
|
280
|
+
"required": false,
|
|
281
|
+
"optional": false,
|
|
282
|
+
"docs": {
|
|
283
|
+
"tags": [],
|
|
284
|
+
"text": "Show more accessible label. Defaults to what is in showMoreAccessibleLabelDefaults prop."
|
|
285
|
+
},
|
|
286
|
+
"attribute": "show-more-accessible-label",
|
|
287
|
+
"reflect": true,
|
|
288
|
+
"defaultValue": "getLocaleString(\n this.showMoreAccessibleLabelDefaults\n )"
|
|
289
|
+
},
|
|
290
|
+
"showLessAccessibleLabelDefaults": {
|
|
291
|
+
"type": "unknown",
|
|
292
|
+
"mutable": false,
|
|
293
|
+
"complexType": {
|
|
294
|
+
"original": "DuetLangObject",
|
|
295
|
+
"resolved": "DuetLangObject",
|
|
296
|
+
"references": {
|
|
297
|
+
"DuetLangObject": {
|
|
298
|
+
"location": "import",
|
|
299
|
+
"path": "../../utils/language-utils"
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
},
|
|
303
|
+
"required": false,
|
|
304
|
+
"optional": false,
|
|
305
|
+
"docs": {
|
|
306
|
+
"tags": [],
|
|
307
|
+
"text": "Default translations for show less accessible label."
|
|
308
|
+
},
|
|
309
|
+
"defaultValue": "{\n fi: \"N\u00E4yt\u00E4 v\u00E4hemm\u00E4n t\u00E4st\u00E4 aiheesta\",\n sv: \"Visa mindre om detta \u00E4mne\",\n en: \"Show less about this subject\",\n }"
|
|
310
|
+
},
|
|
311
|
+
"showLessAccessibleLabel": {
|
|
312
|
+
"type": "string",
|
|
313
|
+
"mutable": true,
|
|
314
|
+
"complexType": {
|
|
315
|
+
"original": "string",
|
|
316
|
+
"resolved": "string",
|
|
317
|
+
"references": {}
|
|
318
|
+
},
|
|
319
|
+
"required": false,
|
|
320
|
+
"optional": false,
|
|
321
|
+
"docs": {
|
|
322
|
+
"tags": [],
|
|
323
|
+
"text": "Show less accessible label. Defaults to what is in showLessAccessibleLabelDefaults prop."
|
|
324
|
+
},
|
|
325
|
+
"attribute": "show-less-accessible-label",
|
|
326
|
+
"reflect": true,
|
|
327
|
+
"defaultValue": "getLocaleString(\n this.showLessAccessibleLabelDefaults\n )"
|
|
328
|
+
},
|
|
147
329
|
"margin": {
|
|
148
330
|
"type": "string",
|
|
149
331
|
"mutable": false,
|
|
@@ -187,6 +369,11 @@ export class DuetShowMore {
|
|
|
187
369
|
}
|
|
188
370
|
};
|
|
189
371
|
}
|
|
372
|
+
static get states() {
|
|
373
|
+
return {
|
|
374
|
+
"buttonAriaOpen": {}
|
|
375
|
+
};
|
|
376
|
+
}
|
|
190
377
|
static get events() {
|
|
191
378
|
return [{
|
|
192
379
|
"method": "duetToggle",
|
|
@@ -204,11 +391,17 @@ export class DuetShowMore {
|
|
|
204
391
|
"references": {
|
|
205
392
|
"DuetShowMoreToggleEvent": {
|
|
206
393
|
"location": "local",
|
|
207
|
-
"path": "/Users/
|
|
394
|
+
"path": "/Users/laaksju3/duetds/packages/components/src/components/duet-show-more/duet-show-more.tsx"
|
|
208
395
|
}
|
|
209
396
|
}
|
|
210
397
|
}
|
|
211
398
|
}];
|
|
212
399
|
}
|
|
213
400
|
static get elementRef() { return "element"; }
|
|
401
|
+
static get watchers() {
|
|
402
|
+
return [{
|
|
403
|
+
"propName": "language",
|
|
404
|
+
"methodName": "watchLanguageStateHandler"
|
|
405
|
+
}];
|
|
406
|
+
}
|
|
214
407
|
}
|
|
@@ -233,7 +233,7 @@ export class DuetSlideout {
|
|
|
233
233
|
"references": {
|
|
234
234
|
"DuetSlideoutEventDetails": {
|
|
235
235
|
"location": "local",
|
|
236
|
-
"path": "/Users/
|
|
236
|
+
"path": "/Users/laaksju3/duetds/packages/components/src/components/duet-slideout/duet-slideout.tsx"
|
|
237
237
|
}
|
|
238
238
|
}
|
|
239
239
|
}
|
|
@@ -49,7 +49,7 @@ export class DuetSpacer {
|
|
|
49
49
|
"references": {
|
|
50
50
|
"DuetSpacerSize": {
|
|
51
51
|
"location": "local",
|
|
52
|
-
"path": "/Users/
|
|
52
|
+
"path": "/Users/laaksju3/duetds/packages/components/src/components/duet-spacer/duet-spacer.tsx"
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
},
|
|
@@ -95,7 +95,7 @@ export class DuetSpacer {
|
|
|
95
95
|
"references": {
|
|
96
96
|
"DuetSpacerBreakpoint": {
|
|
97
97
|
"location": "local",
|
|
98
|
-
"path": "/Users/
|
|
98
|
+
"path": "/Users/laaksju3/duetds/packages/components/src/components/duet-spacer/duet-spacer.tsx"
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
101
|
},
|
|
@@ -95,7 +95,7 @@ export class DuetSpinner {
|
|
|
95
95
|
"references": {
|
|
96
96
|
"DuetSpinnerSize": {
|
|
97
97
|
"location": "local",
|
|
98
|
-
"path": "/Users/
|
|
98
|
+
"path": "/Users/laaksju3/duetds/packages/components/src/components/duet-spinner/duet-spinner.tsx"
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
101
|
},
|
|
@@ -193,7 +193,7 @@ export class DuetStep {
|
|
|
193
193
|
"references": {
|
|
194
194
|
"DuetStepState": {
|
|
195
195
|
"location": "local",
|
|
196
|
-
"path": "/Users/
|
|
196
|
+
"path": "/Users/laaksju3/duetds/packages/components/src/components/duet-step/duet-step.tsx"
|
|
197
197
|
}
|
|
198
198
|
}
|
|
199
199
|
},
|
|
@@ -270,7 +270,7 @@ export class DuetStep {
|
|
|
270
270
|
"references": {
|
|
271
271
|
"DuetStepClickEvent": {
|
|
272
272
|
"location": "local",
|
|
273
|
-
"path": "/Users/
|
|
273
|
+
"path": "/Users/laaksju3/duetds/packages/components/src/components/duet-step/duet-step.tsx"
|
|
274
274
|
}
|
|
275
275
|
}
|
|
276
276
|
}
|
|
@@ -223,7 +223,7 @@ export class DuetStepper {
|
|
|
223
223
|
"references": {
|
|
224
224
|
"DuetStepChangeEvent": {
|
|
225
225
|
"location": "local",
|
|
226
|
-
"path": "/Users/
|
|
226
|
+
"path": "/Users/laaksju3/duetds/packages/components/src/components/duet-stepper/duet-stepper.tsx"
|
|
227
227
|
}
|
|
228
228
|
}
|
|
229
229
|
}
|