@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
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-
|
|
4
|
+
import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-215e9694.js';
|
|
5
5
|
import { i as inheritGlobalTheme } from './p-4ebf1618.js';
|
|
6
6
|
import { c as createID } from './p-c1325e35.js';
|
|
7
|
-
import { d as defineCustomElement$2 } from './p-
|
|
7
|
+
import { d as defineCustomElement$2 } from './p-7be4444a.js';
|
|
8
8
|
|
|
9
9
|
const duetChipCss = "*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}:host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;margin-right:16px !important;margin-bottom:12px !important;position:relative;display:inline-block;width:auto;max-width:100%;vertical-align:bottom;-webkit-tap-highlight-color:transparent}:host:last-child,:host:last-of-type{margin-right:0 !important}.duet-chip-container{-webkit-user-select:none;user-select:none;position:relative;z-index:100;display:block;width:100%;hyphens:none;line-height:1.1;color:rgb(0, 41, 77) !important;text-align:center;cursor:pointer;background:rgb(255, 255, 255);border-style:solid;border-width:1px;border-radius:8px;transition:background-color 300ms ease, color 300ms ease, border-color 300ms ease, padding 300ms ease}.duet-chip-container.duet-p-0{padding:0 !important}.duet-chip-container.duet-m-0{margin:0 !important}.duet-chip-container.duet-theme-turva{color:rgb(23, 28, 58) !important;background:rgb(255, 255, 255);border-color:rgb(23, 28, 58)}.duet-chip-container.duet-theme-turva:hover{color:rgb(198, 12, 48) !important;border-color:rgb(198, 12, 48)}.duet-chip-container.duet-theme-turva:hover button,.duet-chip-container.duet-theme-turva:hover label{color:rgb(23, 28, 58) !important}.duet-chip-container:hover{color:rgb(0, 119, 179) !important;border-color:rgb(0, 119, 179)}.duet-chip-container:hover button,.duet-chip-container:hover label{color:rgb(0, 119, 179) !important}.duet-chip-container:hover.duet-theme-turva button,.duet-chip-container:hover.duet-theme-turva label{color:rgb(198, 12, 48) !important}.duet-chip-container button,.duet-chip-container label{display:flex;align-items:center;width:100%;height:100%;padding:7px 16px;font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-size:0.875rem;font-weight:600;color:rgb(0, 41, 77) !important;cursor:pointer}.duet-chip-container button:focus,.duet-chip-container label:focus{outline:none}.duet-chip-container button:hover,.duet-chip-container label:hover{color:rgb(0, 119, 179) !important}.duet-chip-container .duet-chip-icon-container{display:flex;align-items:center;height:16px;padding:0;transition:padding 300ms ease}.duet-chip-container.duet-chip-has-icon .duet-chip-icon-container{width:24px;height:16px;padding-right:8px}.duet-chip-container.duet-chip-has-icon.duet-chip-filter-checked .duet-chip-icon-container{padding-right:11px;padding-left:3px}.duet-chip-container duet-icon:not(.check-mark){width:auto;transition:width 300ms ease, transform 300ms ease;transform:scaleX(1)}.duet-chip-container duet-icon.check-mark{width:0;overflow:hidden;transition:width 300ms ease, transform 300ms ease;transform:scaleX(0)}.duet-chip-container.duet-chip-filter-checked{background:rgb(230, 242, 248);border-color:rgb(230, 242, 248)}.duet-chip-container.duet-chip-filter-checked .duet-chip-icon-container{padding-right:8px}.duet-chip-container.duet-chip-filter-checked .duet-chip-icon-container duet-icon:not(.check-mark){width:0;overflow:hidden;transition:width 300ms ease, transform 300ms ease;transform:scaleX(0)}.duet-chip-container.duet-chip-filter-checked .duet-chip-icon-container duet-icon.check-mark{width:auto;transition:width 300ms ease, transform 300ms ease;transform:scaleX(1)}.duet-chip-container.duet-chip-filter-checked.duet-theme-turva{background:rgb(245, 245, 247);border-color:rgb(245, 245, 247)}.duet-chip-container div.duet-chip-popup-disclosure{padding-left:8px}.duet-chip-container div.duet-chip-popup-disclosure duet-icon{transition:transform 300ms ease}.duet-chip-container.duet-chip-filter-popup-open{background:rgb(243, 249, 252);border-color:rgb(243, 249, 252)}.duet-chip-container.duet-chip-filter-popup-open.duet-theme-turva{background:rgb(245, 245, 247);border-color:rgb(245, 245, 247)}.duet-chip-container.duet-chip-filter-popup-open .duet-chip-popup-disclosure duet-icon{transform:rotate(180deg)}.duet-chip-container.duet-chip-input{display:flex;align-items:center;padding-right:0 !important}.duet-chip-container.duet-chip-input .duet-chip-input-button{flex-grow:1}.duet-chip-container.duet-chip-input .duet-chip-remove-button{width:26px;padding:8px 16px 8px 0;margin:-8px 0}:host(.user-is-tabbing) .duet-chip-focus{box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px rgb(0, 119, 179)}:host(.user-is-tabbing) .duet-chip-focus.duet-theme-turva{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px rgb(23, 28, 58)}.duet-chip-container input{position:absolute !important;top:0;left:0;z-index:-1;width:100%;height:100%;cursor:pointer;opacity:0}";
|
|
10
10
|
|
|
@@ -142,6 +142,12 @@ const DuetChip$1 = /*@__PURE__*/ proxyCustomElement(class extends H {
|
|
|
142
142
|
inheritGlobalTheme(this);
|
|
143
143
|
this.popupSetUp();
|
|
144
144
|
}
|
|
145
|
+
/**
|
|
146
|
+
* Sets focus. Use this method instead of the global focus().
|
|
147
|
+
*/
|
|
148
|
+
async setFocus(options) {
|
|
149
|
+
setTimeout(() => this.focusableElement.focus(options), 200);
|
|
150
|
+
}
|
|
145
151
|
render() {
|
|
146
152
|
var _a;
|
|
147
153
|
const identifier = this.identifier || this.chipId;
|
|
@@ -157,6 +163,7 @@ const DuetChip$1 = /*@__PURE__*/ proxyCustomElement(class extends H {
|
|
|
157
163
|
const focusHandlers = {
|
|
158
164
|
onFocus: this.onFocus,
|
|
159
165
|
onBlur: this.onBlur,
|
|
166
|
+
ref: el => (this.focusableElement = el),
|
|
160
167
|
};
|
|
161
168
|
return (h(Host, null, this.variation === "button" && (h("div", { class: classes }, h("button", Object.assign({ id: identifier, "aria-label": this.accessibleLabel }, focusHandlers), h("div", { class: "duet-chip-icon-container" }, this.icon && (h("duet-icon", { name: this.icon, size: "x-small", margin: "none", color: "currentColor" }))), h("slot", null)))), this.variation === "input" && (h("div", { class: classes }, h("button", Object.assign({ id: identifier, class: "duet-chip-input-button", "aria-label": this.accessibleLabel }, focusHandlers), h("div", { class: "duet-chip-icon-container" }, this.icon && (h("duet-icon", { name: this.icon, size: "x-small", margin: "none", color: "currentColor" }))), h("slot", null)), h("button", { class: "duet-chip-remove-button", onClick: this.onRemoveClick }, h("duet-icon", { name: "activity-close", size: "xx-small", margin: "none", color: "currentColor" })))), this.variation === "filter" && (h("div", { class: classes }, h("input", Object.assign({ "aria-haspopup": this.popup && "menu", "aria-controls": (_a = this.popup) === null || _a === void 0 ? void 0 : _a.id, "aria-expanded": this.popup ? (this.popupOpen ? "true" : "false") : undefined, id: identifier, type: "checkbox", name: this.name, value: this.value, checked: this.checked, onClick: this.onFilterClick, onChange: this.onFilterChange }, focusHandlers)), h("label", { htmlFor: identifier }, h("div", { class: "duet-chip-icon-container" }, this.icon && (h("duet-icon", { name: this.icon, size: "x-small", margin: "none", color: "currentColor" })), h("duet-icon", { name: "messaging-checked-small", size: "xx-small", margin: "none", color: "currentColor", class: "check-mark" })), h("slot", null), this.popup && (h("div", { class: "duet-chip-popup-disclosure" }, h("duet-icon", { name: "action-arrow-down-small", size: "xx-small", margin: "none", color: "currentColor" }))))))));
|
|
162
169
|
}
|
|
@@ -173,7 +180,8 @@ const DuetChip$1 = /*@__PURE__*/ proxyCustomElement(class extends H {
|
|
|
173
180
|
"checked": [1540],
|
|
174
181
|
"focus": [32],
|
|
175
182
|
"popup": [32],
|
|
176
|
-
"popupOpen": [32]
|
|
183
|
+
"popupOpen": [32],
|
|
184
|
+
"setFocus": [64]
|
|
177
185
|
}]);
|
|
178
186
|
function defineCustomElement$1() {
|
|
179
187
|
if (typeof customElements === "undefined") {
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { p as proxyCustomElement, H, h, d as Host } from './p-
|
|
4
|
+
import { p as proxyCustomElement, H, h, d as Host } from './p-215e9694.js';
|
|
5
5
|
import { i as inheritGlobalTheme } from './p-4ebf1618.js';
|
|
6
6
|
import { f as findCheckedOption, w as watchForOptions } from './p-12721178.js';
|
|
7
|
-
import { d as defineCustomElement$
|
|
8
|
-
import { d as defineCustomElement$
|
|
9
|
-
import { d as defineCustomElement$
|
|
10
|
-
import { d as defineCustomElement$
|
|
11
|
-
import { d as defineCustomElement$
|
|
7
|
+
import { d as defineCustomElement$7 } from './p-98bca605.js';
|
|
8
|
+
import { d as defineCustomElement$6 } from './p-5db7fd87.js';
|
|
9
|
+
import { d as defineCustomElement$5 } from './p-7be4444a.js';
|
|
10
|
+
import { d as defineCustomElement$4 } from './p-37f86174.js';
|
|
11
|
+
import { d as defineCustomElement$3 } from './p-d6238b66.js';
|
|
12
|
+
import { d as defineCustomElement$2 } from './p-67064f22.js';
|
|
12
13
|
|
|
13
14
|
const duetChoiceGroupCss = "*.sc-duet-choice-group,*.sc-duet-choice-group::after,*.sc-duet-choice-group::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}.sc-duet-choice-group-h{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;display:block;width:100%}.horizontal.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group{display:block;margin-bottom:-12px}.horizontal.sc-duet-choice-group-h .duet-choice-group.duet-no-stacking.sc-duet-choice-group{display:flex}@media (min-width: 48em){.horizontal.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group{margin-bottom:0}}@media (max-width: 35.9375em){.horizontal.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group{display:flex}}.horizontal.duet-choice-group-breakpoint-x-small.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group:not(.duet-no-stacking){display:flex}@media (max-width: 22.5em){.horizontal.duet-choice-group-breakpoint-x-small.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group:not(.duet-no-stacking){display:block}}.horizontal.duet-choice-group-breakpoint-small.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group:not(.duet-no-stacking){display:block}@media (min-width: 36em){.horizontal.duet-choice-group-breakpoint-small.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group:not(.duet-no-stacking){display:flex}}.horizontal.duet-choice-group-breakpoint-medium.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group:not(.duet-no-stacking){display:block}@media (min-width: 48em){.horizontal.duet-choice-group-breakpoint-medium.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group:not(.duet-no-stacking){display:flex}}.horizontal.duet-choice-group-breakpoint-large.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group:not(.duet-no-stacking){display:block}@media (min-width: 62em){.horizontal.duet-choice-group-breakpoint-large.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group:not(.duet-no-stacking){display:flex}}.horizontal.duet-choice-group-breakpoint-x-large.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group:not(.duet-no-stacking){display:block}@media (min-width: 64.0625em){.horizontal.duet-choice-group-breakpoint-x-large.sc-duet-choice-group-h .duet-choice-group.sc-duet-choice-group:not(.duet-no-stacking){display:flex}}.duet-choice-group.sc-duet-choice-group{position:relative;width:100%;margin-bottom:-12px}";
|
|
14
15
|
|
|
@@ -167,7 +168,7 @@ function defineCustomElement$1() {
|
|
|
167
168
|
if (typeof customElements === "undefined") {
|
|
168
169
|
return;
|
|
169
170
|
}
|
|
170
|
-
const components = ["duet-choice-group", "duet-caption", "duet-fieldset", "duet-icon", "duet-tooltip", "duet-visually-hidden"];
|
|
171
|
+
const components = ["duet-choice-group", "duet-caption", "duet-fieldset", "duet-icon", "duet-tooltip", "duet-tooltip-popup", "duet-visually-hidden"];
|
|
171
172
|
components.forEach(tagName => { switch (tagName) {
|
|
172
173
|
case "duet-choice-group":
|
|
173
174
|
if (!customElements.get(tagName)) {
|
|
@@ -176,20 +177,25 @@ function defineCustomElement$1() {
|
|
|
176
177
|
break;
|
|
177
178
|
case "duet-caption":
|
|
178
179
|
if (!customElements.get(tagName)) {
|
|
179
|
-
defineCustomElement$
|
|
180
|
+
defineCustomElement$7();
|
|
180
181
|
}
|
|
181
182
|
break;
|
|
182
183
|
case "duet-fieldset":
|
|
183
184
|
if (!customElements.get(tagName)) {
|
|
184
|
-
defineCustomElement$
|
|
185
|
+
defineCustomElement$6();
|
|
185
186
|
}
|
|
186
187
|
break;
|
|
187
188
|
case "duet-icon":
|
|
188
189
|
if (!customElements.get(tagName)) {
|
|
189
|
-
defineCustomElement$
|
|
190
|
+
defineCustomElement$5();
|
|
190
191
|
}
|
|
191
192
|
break;
|
|
192
193
|
case "duet-tooltip":
|
|
194
|
+
if (!customElements.get(tagName)) {
|
|
195
|
+
defineCustomElement$4();
|
|
196
|
+
}
|
|
197
|
+
break;
|
|
198
|
+
case "duet-tooltip-popup":
|
|
193
199
|
if (!customElements.get(tagName)) {
|
|
194
200
|
defineCustomElement$3();
|
|
195
201
|
}
|
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-
|
|
4
|
+
import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-215e9694.js';
|
|
5
5
|
import { i as inheritGlobalTheme } from './p-4ebf1618.js';
|
|
6
|
+
import { h as hasSlot } from './p-9d915d45.js';
|
|
6
7
|
import { D as DuetStringsExternalDefaults } from './p-76f00bd5.js';
|
|
7
8
|
import { c as createID } from './p-c1325e35.js';
|
|
8
|
-
import { F as FocusGuard } from './p-
|
|
9
|
+
import { F as FocusGuard } from './p-061830ef.js';
|
|
9
10
|
import { i as isKeyboardClick, a as isQuestionKey, b as isEscapeKey } from './p-d8549efe.js';
|
|
10
11
|
import { g as getLanguage, a as getLocaleString, c as connectLanguageChangeObserver, d as disconnectLanguageChangeObserver } from './p-076452be.js';
|
|
11
|
-
import { d as defineCustomElement$5 } from './p-
|
|
12
|
-
import { d as defineCustomElement$4 } from './p-
|
|
13
|
-
import { d as defineCustomElement$3 } from './p-
|
|
14
|
-
import { d as defineCustomElement$2 } from './p-
|
|
12
|
+
import { d as defineCustomElement$5 } from './p-98bca605.js';
|
|
13
|
+
import { d as defineCustomElement$4 } from './p-7be4444a.js';
|
|
14
|
+
import { d as defineCustomElement$3 } from './p-1888263b.js';
|
|
15
|
+
import { d as defineCustomElement$2 } from './p-67064f22.js';
|
|
15
16
|
|
|
16
17
|
var messagingInfo={"title":"messaging-info","tags":"messaging info information circle","svg":"<svg fill=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" role=\"img\"><path d=\"M13.5 17.25A2.252 2.252 0 0 1 11.25 15v-3.75h-.75a.75.75 0 0 1 0-1.5h.75c.827 0 1.5.673 1.5 1.5V15c0 .414.336.75.75.75h.75a.75.75 0 0 1 0 1.5z\"/><circle cx=\"11.625\" cy=\"7.125\" r=\"1.125\"/><path d=\"M12 24C5.383 24 0 18.617 0 12S5.383 0 12 0s12 5.383 12 12-5.383 12-12 12zm0-22.5C6.21 1.5 1.5 6.21 1.5 12S6.21 22.5 12 22.5 22.5 17.79 22.5 12 17.79 1.5 12 1.5z\"/></svg>"};
|
|
17
18
|
|
|
@@ -148,11 +149,11 @@ const DuetChoice$1 = /*@__PURE__*/ proxyCustomElement(class extends H {
|
|
|
148
149
|
*/
|
|
149
150
|
componentWillLoad() {
|
|
150
151
|
inheritGlobalTheme(this);
|
|
151
|
-
this.hasInfo =
|
|
152
|
-
this.hasHeader =
|
|
153
|
-
this.hasAdditional =
|
|
154
|
-
this.hasLabel =
|
|
155
|
-
this.hasBeforeText =
|
|
152
|
+
this.hasInfo = hasSlot(this.element, "info");
|
|
153
|
+
this.hasHeader = hasSlot(this.element, "header");
|
|
154
|
+
this.hasAdditional = hasSlot(this.element, "additional");
|
|
155
|
+
this.hasLabel = hasSlot(this.element, "label");
|
|
156
|
+
this.hasBeforeText = hasSlot(this.element, "before-text");
|
|
156
157
|
}
|
|
157
158
|
connectedCallback() {
|
|
158
159
|
connectLanguageChangeObserver(this);
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-
|
|
4
|
+
import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-215e9694.js';
|
|
5
5
|
import { a as actionArrowDownSmall } from './p-115c79b6.js';
|
|
6
6
|
import { f as font_size_medium, t as tokens } from './p-b519ac77.js';
|
|
7
7
|
import { i as inheritGlobalTheme } from './p-4ebf1618.js';
|
|
8
|
+
import { h as hasSlot } from './p-9d915d45.js';
|
|
8
9
|
import { c as createID } from './p-c1325e35.js';
|
|
9
10
|
import { i as isKeyboardClick } from './p-d8549efe.js';
|
|
10
11
|
import { s as sanitizeString } from './p-5a9d75e1.js';
|
|
11
|
-
import { d as defineCustomElement$2 } from './p-
|
|
12
|
+
import { d as defineCustomElement$2 } from './p-7be4444a.js';
|
|
12
13
|
|
|
13
14
|
const duetCollapsibleCss = "*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}::slotted([slot=after-heading]){display:inline-block}:host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;margin-bottom:16px !important;display:block;font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-size:1rem;font-weight:600;line-height:1.5;color:rgb(0, 41, 77)}:host(.duet-theme-turva){font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";color:rgb(23, 28, 58)}:host(.duet-m-0){margin:0 !important}.duet-collapsible-content{display:none;padding-left:18px;margin-top:8px;font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-size:1rem;font-weight:400;font-variant-numeric:tabular-nums;-webkit-hyphens:auto;hyphens:auto;line-height:1.5;color:rgb(0, 41, 77)}@media (max-width: 35.9375em){.duet-collapsible-content{font-size:0.875rem}}.duet-collapsible-content.duet-theme-turva{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";color:rgb(23, 28, 58)}:host([open])>.duet-collapsible-content{display:block}.duet-collapsible-heading{-webkit-user-select:none;user-select:none;display:flex;align-items:center;font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-size:1rem;font-weight:600;line-height:1.5;color:rgb(0, 41, 77);text-align:left;cursor:pointer;border-radius:4px}.duet-collapsible-heading.full-width{width:100%}.duet-collapsible-heading.duet-collapsible-heading-centered{margin:auto}.duet-collapsible-heading.duet-collapsible-normal-weight{font-weight:400}.duet-collapsible-heading.duet-theme-turva{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";color:rgb(23, 28, 58)}.duet-collapsible-heading .duet-collapsible-heading-content{min-width:0}.duet-collapsible-heading.has-after-heading .duet-collapsible-heading-content+div{margin-left:16px}.duet-collapsible-heading.has-after-heading .duet-collapsible-heading-content+div.float-right{margin-left:auto}.duet-collapsible-heading:focus{outline:0}:host(.user-is-tabbing) .duet-collapsible-heading:focus{border-radius:4px;box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px rgb(0, 119, 179)}:host(.user-is-tabbing) .duet-collapsible-heading.duet-theme-turva:focus{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px rgb(23, 28, 58)}.duet-collapsible-heading-icon{margin-right:8px !important;display:flex;align-items:center;justify-content:center;color:rgb(0, 41, 77);transition:transform 300ms ease}.duet-collapsible-heading-icon:last-child,.duet-collapsible-heading-icon:last-of-type{margin-right:0 !important}[aria-expanded=true] .duet-collapsible-heading-icon{transform:rotate(180deg)}";
|
|
14
15
|
|
|
@@ -81,7 +82,7 @@ const DuetCollapsible$1 = /*@__PURE__*/ proxyCustomElement(class extends H {
|
|
|
81
82
|
*/
|
|
82
83
|
componentWillLoad() {
|
|
83
84
|
inheritGlobalTheme(this);
|
|
84
|
-
this.hasAfterHeading =
|
|
85
|
+
this.hasAfterHeading = hasSlot(this.element, "after-heading");
|
|
85
86
|
}
|
|
86
87
|
/**
|
|
87
88
|
* Sets focus on the specified `duet-collapsible`. Use this method instead of the global
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { p as proxyCustomElement, H, c as createEvent, h as h$1, d as Host } from './p-
|
|
4
|
+
import { p as proxyCustomElement, H, c as createEvent, h as h$1, d as Host } from './p-215e9694.js';
|
|
5
5
|
import { i as inheritGlobalTheme } from './p-4ebf1618.js';
|
|
6
6
|
import { d as debounce } from './p-0b3f675e.js';
|
|
7
7
|
import { c as isEnterKey, b as isEscapeKey, d as isTabKey, e as isArrowUpKey, f as isArrowDownKey } from './p-d8549efe.js';
|
|
8
8
|
import { g as getLanguage, a as getLocaleString, c as connectLanguageChangeObserver, d as disconnectLanguageChangeObserver } from './p-076452be.js';
|
|
9
9
|
import { p as parsePossibleJSON } from './p-5a9d75e1.js';
|
|
10
|
-
import { h, F as Fragment } from './p-
|
|
11
|
-
import { d as defineCustomElement$2 } from './p-
|
|
10
|
+
import { h, F as Fragment } from './p-ec4d603d.js';
|
|
11
|
+
import { d as defineCustomElement$2 } from './p-7be4444a.js';
|
|
12
12
|
|
|
13
13
|
const SelectSingle = ({ item, search = "", selected }) => {
|
|
14
14
|
const regEx = search !== "" ? new RegExp("(" + search.split(" ").join("|") + ")", "gi") : undefined;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { p as proxyCustomElement, H, h, d as Host } from './p-
|
|
4
|
+
import { p as proxyCustomElement, H, h, d as Host } from './p-215e9694.js';
|
|
5
5
|
import { i as inheritGlobalTheme } from './p-4ebf1618.js';
|
|
6
6
|
import { g as getLanguage, c as connectLanguageChangeObserver, d as disconnectLanguageChangeObserver } from './p-076452be.js';
|
|
7
|
-
import { d as defineCustomElement$8 } from './p-
|
|
8
|
-
import { d as defineCustomElement$7 } from './p-
|
|
9
|
-
import { d as defineCustomElement$6 } from './p-
|
|
10
|
-
import { d as defineCustomElement$5 } from './p-
|
|
11
|
-
import { d as defineCustomElement$4 } from './p-
|
|
12
|
-
import { d as defineCustomElement$3 } from './p-
|
|
13
|
-
import { d as defineCustomElement$2 } from './p-
|
|
7
|
+
import { d as defineCustomElement$8 } from './p-f3b91052.js';
|
|
8
|
+
import { d as defineCustomElement$7 } from './p-0d04d137.js';
|
|
9
|
+
import { d as defineCustomElement$6 } from './p-7be4444a.js';
|
|
10
|
+
import { d as defineCustomElement$5 } from './p-74b72454.js';
|
|
11
|
+
import { d as defineCustomElement$4 } from './p-8badaab4.js';
|
|
12
|
+
import { d as defineCustomElement$3 } from './p-841f9d02.js';
|
|
13
|
+
import { d as defineCustomElement$2 } from './p-67064f22.js';
|
|
14
14
|
|
|
15
15
|
const duetContactCardCss = "*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}:host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;margin-bottom:12px !important;display:block}:host(.duet-m-0){margin:0 !important}::slotted(*){padding-top:1.5rem}@media (min-width: 48em){::slotted(*){grid-column:2/span 2;padding-top:0}}.duet-contact-card{display:grid;grid-template-columns:100%;font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-size:1rem;font-weight:600;line-height:1.5;color:rgb(0, 41, 77)}.duet-contact-card.duet-theme-turva{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";color:rgb(23, 28, 58)}@media (min-width: 48em){.duet-contact-card{grid-template-columns:min-content minmax(0, 1fr) auto;gap:20px}}.duet-contact-card .image{width:4rem;height:4rem;margin-bottom:8px;border-radius:4px}@media (min-width: 48em){.duet-contact-card .image{width:6rem;height:6rem;padding-bottom:0}}.duet-contact-card .description{padding-bottom:8px}.duet-contact-card .email,.duet-contact-card .phone{display:grid;grid-template-columns:min-content auto;gap:8px;align-items:center;justify-content:flex-start;padding-bottom:8px;word-break:break-all}";
|
|
16
16
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-
|
|
4
|
+
import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-215e9694.js';
|
|
5
5
|
import { i as inheritGlobalTheme } from './p-4ebf1618.js';
|
|
6
|
-
import { d as defineCustomElement$6 } from './p-
|
|
7
|
-
import { d as defineCustomElement$5 } from './p-
|
|
8
|
-
import { d as defineCustomElement$4 } from './p-
|
|
9
|
-
import { d as defineCustomElement$3 } from './p-
|
|
10
|
-
import { d as defineCustomElement$2 } from './p-
|
|
6
|
+
import { d as defineCustomElement$6 } from './p-f3b91052.js';
|
|
7
|
+
import { d as defineCustomElement$5 } from './p-7be4444a.js';
|
|
8
|
+
import { d as defineCustomElement$4 } from './p-1888263b.js';
|
|
9
|
+
import { d as defineCustomElement$3 } from './p-841f9d02.js';
|
|
10
|
+
import { d as defineCustomElement$2 } from './p-67064f22.js';
|
|
11
11
|
|
|
12
12
|
const duetCookieConsentCss = "*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}:host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;position:fixed;right:0;bottom:0;left:0;z-index:950;display:block;width:100%;box-shadow:0 2px 20px 0 rgba(0, 0, 0, 0.2)}@media (min-width: 48em){:host{right:28px;bottom:28px;left:auto;width:25rem}}:host(:focus){outline:0}:host(.user-is-tabbing:focus){border-radius:4px;box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px rgb(0, 119, 179)}:host(.user-is-tabbing.duet-theme-turva:focus){box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px rgb(23, 28, 58)}.duet-cookie-consent{padding:20px;font-family:\"localtapiola-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-size:0.875rem;color:rgb(255, 255, 255) !important;background-color:rgba(0, 21, 39, 0.9)}@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none){.duet-cookie-consent{background:rgba(0, 21, 39, 0.8);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}}.duet-cookie-consent.duet-theme-turva{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";background-color:rgba(12, 14, 29, 0.9)}@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none){.duet-cookie-consent.duet-theme-turva{background:rgba(12, 14, 29, 0.8)}}@media (min-width: 48em){.duet-cookie-consent{padding:20px;border-radius:4px}}.duet-cookie-consent-content{display:flex;align-items:center;max-width:1110px;margin:0 auto}.duet-cookie-consent-content .expand{flex:1}::slotted(a){font-weight:600;color:rgb(255, 255, 255) !important;text-decoration:underline;white-space:nowrap}::slotted(a[target=_blank]){padding-right:16px;background:url(\"data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjUgMmExLjUgMS41IDAgMDEuMTQgM0gzLjc1Yy0uMzggMC0uNy4yOC0uNzQuNjVsLS4wMS4xdjE0LjVjMCAuMzguMjguNy42NS43NGwuMS4wMWgxNC41Yy4zOCAwIC43LS4yOC43NC0uNjVsLjAxLS4xdi02Ljg5YTEuNSAxLjUgMCAwMTMgMHY2Ljg5QTMuNzUgMy43NSAwIDAxMTguMjUgMjRIMy43NUEzLjc1IDMuNzUgMCAwMTAgMjAuMjVWNS43NUEzLjc1IDMuNzUgMCAwMTMuNzUgMnptMTItMmMuNzggMCAxLjQyLjYgMS41IDEuMzZWNy41YTEuNSAxLjUgMCAwMS0zIC4xNFY1LjEybC01LjQ0IDUuNDRhMS41IDEuNSAwIDAxLTIuMjItMmwuMS0uMTJMMTguODggM0gxNi41QTEuNSAxLjUgMCAwMTE1IDEuNjRWMS41YzAtLjc4LjYtMS40MiAxLjM2LTEuNWguMTR6Ii8+PC9zdmc+\") no-repeat right 50%;background-size:12px 10px}::slotted(a:focus){outline:0;box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px rgb(0, 119, 179)}.duet-theme-turva ::slotted(a:focus){outline:0;box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px rgb(23, 28, 58)}";
|
|
13
13
|
|
|
@@ -1,21 +1,22 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { p as proxyCustomElement, H, c as createEvent, h as h$1, d as Host } from './p-
|
|
4
|
+
import { p as proxyCustomElement, H, c as createEvent, h as h$1, d as Host } from './p-215e9694.js';
|
|
5
5
|
import { i as inheritGlobalTheme } from './p-4ebf1618.js';
|
|
6
6
|
import { c as createID } from './p-c1325e35.js';
|
|
7
|
-
import { F as FocusGuard } from './p-
|
|
7
|
+
import { F as FocusGuard } from './p-061830ef.js';
|
|
8
8
|
import { g as getLanguage, a as getLocaleString, c as connectLanguageChangeObserver, d as disconnectLanguageChangeObserver } from './p-076452be.js';
|
|
9
|
-
import { h } from './p-
|
|
10
|
-
import { d as defineCustomElement$
|
|
11
|
-
import { d as defineCustomElement$
|
|
12
|
-
import { d as defineCustomElement$
|
|
13
|
-
import { d as defineCustomElement$
|
|
14
|
-
import { d as defineCustomElement$
|
|
15
|
-
import { d as defineCustomElement$
|
|
16
|
-
import { d as defineCustomElement$
|
|
17
|
-
import { d as defineCustomElement$
|
|
18
|
-
import { d as defineCustomElement$
|
|
9
|
+
import { h } from './p-ec4d603d.js';
|
|
10
|
+
import { d as defineCustomElement$b } from './p-fa37a369.js';
|
|
11
|
+
import { d as defineCustomElement$a } from './p-f3b91052.js';
|
|
12
|
+
import { d as defineCustomElement$9 } from './p-98bca605.js';
|
|
13
|
+
import { d as defineCustomElement$8 } from './p-7be4444a.js';
|
|
14
|
+
import { d as defineCustomElement$7 } from './p-48b731bc.js';
|
|
15
|
+
import { d as defineCustomElement$6 } from './p-4fb34519.js';
|
|
16
|
+
import { d as defineCustomElement$5 } from './p-841f9d02.js';
|
|
17
|
+
import { d as defineCustomElement$4 } from './p-37f86174.js';
|
|
18
|
+
import { d as defineCustomElement$3 } from './p-d6238b66.js';
|
|
19
|
+
import { d as defineCustomElement$2 } from './p-67064f22.js';
|
|
19
20
|
|
|
20
21
|
const formatOptionsShort = { day: "numeric", month: "long" };
|
|
21
22
|
const formatOptionsLong = { day: "numeric", month: "long", year: "numeric" };
|
|
@@ -798,7 +799,7 @@ function defineCustomElement$1() {
|
|
|
798
799
|
if (typeof customElements === "undefined") {
|
|
799
800
|
return;
|
|
800
801
|
}
|
|
801
|
-
const components = ["duet-date-picker", "duet-action-button", "duet-button", "duet-caption", "duet-icon", "duet-input", "duet-label", "duet-spinner", "duet-tooltip", "duet-visually-hidden"];
|
|
802
|
+
const components = ["duet-date-picker", "duet-action-button", "duet-button", "duet-caption", "duet-icon", "duet-input", "duet-label", "duet-spinner", "duet-tooltip", "duet-tooltip-popup", "duet-visually-hidden"];
|
|
802
803
|
components.forEach(tagName => { switch (tagName) {
|
|
803
804
|
case "duet-date-picker":
|
|
804
805
|
if (!customElements.get(tagName)) {
|
|
@@ -807,40 +808,45 @@ function defineCustomElement$1() {
|
|
|
807
808
|
break;
|
|
808
809
|
case "duet-action-button":
|
|
809
810
|
if (!customElements.get(tagName)) {
|
|
810
|
-
defineCustomElement$
|
|
811
|
+
defineCustomElement$b();
|
|
811
812
|
}
|
|
812
813
|
break;
|
|
813
814
|
case "duet-button":
|
|
814
815
|
if (!customElements.get(tagName)) {
|
|
815
|
-
defineCustomElement$
|
|
816
|
+
defineCustomElement$a();
|
|
816
817
|
}
|
|
817
818
|
break;
|
|
818
819
|
case "duet-caption":
|
|
819
820
|
if (!customElements.get(tagName)) {
|
|
820
|
-
defineCustomElement$
|
|
821
|
+
defineCustomElement$9();
|
|
821
822
|
}
|
|
822
823
|
break;
|
|
823
824
|
case "duet-icon":
|
|
824
825
|
if (!customElements.get(tagName)) {
|
|
825
|
-
defineCustomElement$
|
|
826
|
+
defineCustomElement$8();
|
|
826
827
|
}
|
|
827
828
|
break;
|
|
828
829
|
case "duet-input":
|
|
829
830
|
if (!customElements.get(tagName)) {
|
|
830
|
-
defineCustomElement$
|
|
831
|
+
defineCustomElement$7();
|
|
831
832
|
}
|
|
832
833
|
break;
|
|
833
834
|
case "duet-label":
|
|
834
835
|
if (!customElements.get(tagName)) {
|
|
835
|
-
defineCustomElement$
|
|
836
|
+
defineCustomElement$6();
|
|
836
837
|
}
|
|
837
838
|
break;
|
|
838
839
|
case "duet-spinner":
|
|
839
840
|
if (!customElements.get(tagName)) {
|
|
840
|
-
defineCustomElement$
|
|
841
|
+
defineCustomElement$5();
|
|
841
842
|
}
|
|
842
843
|
break;
|
|
843
844
|
case "duet-tooltip":
|
|
845
|
+
if (!customElements.get(tagName)) {
|
|
846
|
+
defineCustomElement$4();
|
|
847
|
+
}
|
|
848
|
+
break;
|
|
849
|
+
case "duet-tooltip-popup":
|
|
844
850
|
if (!customElements.get(tagName)) {
|
|
845
851
|
defineCustomElement$3();
|
|
846
852
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { D as DuetDivider$1, d as defineCustomElement$1 } from './p-
|
|
4
|
+
import { D as DuetDivider$1, d as defineCustomElement$1 } from './p-184261b3.js';
|
|
5
5
|
|
|
6
6
|
const DuetDivider = DuetDivider$1;
|
|
7
7
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { p as proxyCustomElement, H, c as createEvent, h as h$1, d as Host } from './p-
|
|
4
|
+
import { p as proxyCustomElement, H, c as createEvent, h as h$1, d as Host } from './p-215e9694.js';
|
|
5
5
|
import { i as inheritGlobalTheme } from './p-4ebf1618.js';
|
|
6
6
|
import { f as fieldSorter } from './p-0b3f675e.js';
|
|
7
7
|
import { i as isKeyboardClick } from './p-d8549efe.js';
|
|
8
8
|
import { g as getLanguage, c as connectLanguageChangeObserver, d as disconnectLanguageChangeObserver, a as getLocaleString } from './p-076452be.js';
|
|
9
|
-
import { h } from './p-
|
|
10
|
-
import { d as defineCustomElement$7 } from './p-
|
|
11
|
-
import { d as defineCustomElement$6 } from './p-
|
|
12
|
-
import { d as defineCustomElement$5 } from './p-
|
|
13
|
-
import { d as defineCustomElement$4 } from './p-
|
|
14
|
-
import { d as defineCustomElement$3 } from './p-
|
|
15
|
-
import { d as defineCustomElement$2 } from './p-
|
|
9
|
+
import { h } from './p-ec4d603d.js';
|
|
10
|
+
import { d as defineCustomElement$7 } from './p-fa37a369.js';
|
|
11
|
+
import { d as defineCustomElement$6 } from './p-f3b91052.js';
|
|
12
|
+
import { d as defineCustomElement$5 } from './p-7be4444a.js';
|
|
13
|
+
import { d as defineCustomElement$4 } from './p-841f9d02.js';
|
|
14
|
+
import { d as defineCustomElement$3 } from './p-95109364.js';
|
|
15
|
+
import { d as defineCustomElement$2 } from './p-67064f22.js';
|
|
16
16
|
|
|
17
17
|
//simple functional component that renders the data in the table
|
|
18
18
|
const TableData = ({ data, groupId, alignment }, _children) => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { D as DuetEmptyState$1, d as defineCustomElement$1 } from './p-
|
|
4
|
+
import { D as DuetEmptyState$1, d as defineCustomElement$1 } from './p-b1c2af98.js';
|
|
5
5
|
|
|
6
6
|
const DuetEmptyState = DuetEmptyState$1;
|
|
7
7
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { D as DuetFieldset$1, d as defineCustomElement$1 } from './p-
|
|
4
|
+
import { D as DuetFieldset$1, d as defineCustomElement$1 } from './p-5db7fd87.js';
|
|
5
5
|
|
|
6
6
|
const DuetFieldset = DuetFieldset$1;
|
|
7
7
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { p as proxyCustomElement, H, c as createEvent$1, h, F as Fragment } from './p-
|
|
4
|
+
import { p as proxyCustomElement, H, c as createEvent$1, h, F as Fragment } from './p-215e9694.js';
|
|
5
5
|
import { a as actionArrowRight } from './p-6fa39608.js';
|
|
6
6
|
import { a as actionNewWindowSmall } from './p-f11208c3.js';
|
|
7
7
|
import { D as DuetStringsExternalDefaults } from './p-76f00bd5.js';
|
|
8
8
|
import { i as inheritGlobalTheme } from './p-4ebf1618.js';
|
|
9
9
|
import { g as getLanguage, a as getLocaleString, c as connectLanguageChangeObserver, d as disconnectLanguageChangeObserver } from './p-076452be.js';
|
|
10
10
|
import { p as parsePossibleJSON } from './p-5a9d75e1.js';
|
|
11
|
-
import { d as defineCustomElement$4 } from './p-
|
|
12
|
-
import { d as defineCustomElement$3 } from './p-
|
|
13
|
-
import { d as defineCustomElement$2 } from './p-
|
|
11
|
+
import { d as defineCustomElement$4 } from './p-7be4444a.js';
|
|
12
|
+
import { d as defineCustomElement$3 } from './p-841186f0.js';
|
|
13
|
+
import { d as defineCustomElement$2 } from './p-67064f22.js';
|
|
14
14
|
|
|
15
15
|
var actionNewWindow={"title":"action-new-window","tags":"arrow open new window tab external link square box rectangle action","svg":"<svg fill=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" role=\"img\"><path d=\"M10.25 2a.75.75 0 1 1 0 1.5h-6.5A2.252 2.252 0 0 0 1.5 5.75v14.5a2.252 2.252 0 0 0 2.25 2.25h14.5a2.252 2.252 0 0 0 2.25-2.25v-6.5a.75.75 0 0 1 1.5 0v6.5A3.754 3.754 0 0 1 18.25 24H3.75A3.754 3.754 0 0 1 0 20.25V5.75A3.754 3.754 0 0 1 3.75 2zm12.985-2c.1 0 .198.02.29.058l.025.011a.726.726 0 0 1 .15.091l.066.059a.755.755 0 0 1 .109.138l.051.1c.04.092.06.192.06.293l-.001 6.363c0 .2-.078.389-.22.53a.743.743 0 0 1-.53.22.743.743 0 0 1-.53-.22.743.743 0 0 1-.22-.53V2.559L15.28 9.764a.75.75 0 0 1-1.06-1.06l7.204-7.205h-4.553a.744.744 0 0 1-.75-.75c0-.2.078-.388.22-.53A.743.743 0 0 1 16.87 0z\"/></svg>"};
|
|
16
16
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { D as DuetGridItem$1, d as defineCustomElement$1 } from './p-
|
|
4
|
+
import { D as DuetGridItem$1, d as defineCustomElement$1 } from './p-95d44d0f.js';
|
|
5
5
|
|
|
6
6
|
const DuetGridItem = DuetGridItem$1;
|
|
7
7
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { D as DuetGrid$1, d as defineCustomElement$1 } from './p-
|
|
4
|
+
import { D as DuetGrid$1, d as defineCustomElement$1 } from './p-09ac696c.js';
|
|
5
5
|
|
|
6
6
|
const DuetGrid = DuetGrid$1;
|
|
7
7
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { p as proxyCustomElement, H, c as createEvent$1, B as Build, h as h$1, d as Host, F as Fragment } from './p-
|
|
4
|
+
import { p as proxyCustomElement, H, c as createEvent$1, B as Build, h as h$1, d as Host, F as Fragment } from './p-215e9694.js';
|
|
5
5
|
import { f as formSearch } from './p-d004da5f.js';
|
|
6
6
|
import { a as media_query_large } from './p-b519ac77.js';
|
|
7
7
|
import { d as disableBodyScroll, e as enableBodyScroll } from './p-bd779757.js';
|
|
@@ -11,14 +11,14 @@ import { b as isEscapeKey, g as isSpaceKey, h as isArrowLeftKey, e as isArrowUpK
|
|
|
11
11
|
import { g as getLanguage, a as getLocaleString, c as connectLanguageChangeObserver, d as disconnectLanguageChangeObserver } from './p-076452be.js';
|
|
12
12
|
import { p as parsePossibleJSON } from './p-5a9d75e1.js';
|
|
13
13
|
import { a as actionArrowDownSmall } from './p-115c79b6.js';
|
|
14
|
-
import { h } from './p-
|
|
15
|
-
import { d as defineCustomElement$8 } from './p-
|
|
16
|
-
import { d as defineCustomElement$7 } from './p-
|
|
17
|
-
import { d as defineCustomElement$6 } from './p-
|
|
18
|
-
import { d as defineCustomElement$5 } from './p-
|
|
19
|
-
import { d as defineCustomElement$4 } from './p-
|
|
20
|
-
import { d as defineCustomElement$3 } from './p-
|
|
21
|
-
import { d as defineCustomElement$2 } from './p-
|
|
14
|
+
import { h } from './p-ec4d603d.js';
|
|
15
|
+
import { d as defineCustomElement$8 } from './p-f3b91052.js';
|
|
16
|
+
import { d as defineCustomElement$7 } from './p-184261b3.js';
|
|
17
|
+
import { d as defineCustomElement$6 } from './p-7be4444a.js';
|
|
18
|
+
import { d as defineCustomElement$5 } from './p-841186f0.js';
|
|
19
|
+
import { d as defineCustomElement$4 } from './p-1888263b.js';
|
|
20
|
+
import { d as defineCustomElement$3 } from './p-841f9d02.js';
|
|
21
|
+
import { d as defineCustomElement$2 } from './p-67064f22.js';
|
|
22
22
|
|
|
23
23
|
var navigationContactDropdown={"title":"navigation-contact-dropdown","tags":"navigation contact dropdown speech bubbles","svg":"<svg fill=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" role=\"img\"><path d=\"M20.247 24a.743.743 0 0 1-.53-.22l-4.28-4.28h-.439c-3.308 0-6-2.692-6-6s2.692-6 6-6h3c3.309.001 6 2.692 6 6a5.974 5.974 0 0 1-3 5.179v4.571a.75.75 0 0 1-.751.75zm-5.25-15c-2.481 0-4.5 2.019-4.5 4.5s2.019 4.5 4.5 4.5h.75c.198 0 .391.08.53.22l3.22 3.22v-3.213c0-.289.169-.555.429-.678a4.51 4.51 0 0 0 2.571-4.049 4.504 4.504 0 0 0-4.498-4.499h-3.002z\"/><path d=\"M3.747 16.5a.747.747 0 0 1-.75-.75v-4.57a5.967 5.967 0 0 1-2.65-3.171A5.948 5.948 0 0 1 .57 3.431 6.014 6.014 0 0 1 5.985 0h3.012a6.04 6.04 0 0 1 5.752 4.286.751.751 0 0 1-.718.964.755.755 0 0 1-.719-.536A4.531 4.531 0 0 0 8.997 1.5h-3a4.511 4.511 0 0 0-4.071 2.572c-.512 1.084-.571 2.302-.167 3.431s1.224 2.032 2.308 2.545c.261.123.43.39.43.678v3.214l1.72-1.72a.744.744 0 0 1 1.06 0 .752.752 0 0 1 0 1.061l-3 3a.744.744 0 0 1-.53.219z\"/></svg>"};
|
|
24
24
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { D as DuetHeading$1, d as defineCustomElement$1 } from './p-
|
|
4
|
+
import { D as DuetHeading$1, d as defineCustomElement$1 } from './p-0d04d137.js';
|
|
5
5
|
|
|
6
6
|
const DuetHeading = DuetHeading$1;
|
|
7
7
|
const defineCustomElement = defineCustomElement$1;
|