@duetds/components 6.10.2 → 6.10.4
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 +4370 -3798
- package/lib/cjs/duet-action-button.cjs.entry.js +1 -1
- 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 +1 -1
- 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 +1 -1
- package/lib/cjs/duet-callout.cjs.entry.js +1 -1
- package/lib/cjs/duet-caption_4.cjs.entry.js +1 -1
- package/lib/cjs/duet-card.cjs.entry.js +1 -1
- 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 +168 -0
- package/lib/cjs/duet-choice_2.cjs.entry.js +24 -11
- package/lib/cjs/duet-collapsible.cjs.entry.js +1 -1
- 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 +1 -1
- package/lib/cjs/duet-editable-table_3.cjs.entry.js +32 -135
- package/lib/cjs/duet-empty-state.cjs.entry.js +1 -1
- package/lib/cjs/duet-fieldset.cjs.entry.js +1 -1
- package/lib/cjs/duet-footer.cjs.entry.js +1 -1
- package/lib/cjs/duet-grid_2.cjs.entry.js +6 -3
- package/lib/cjs/duet-header_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-hero.cjs.entry.js +1 -1
- package/lib/cjs/duet-icon.cjs.entry.js +1 -1
- 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 +1 -1
- 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 +8 -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 +45 -0
- package/lib/cjs/duet-popup-menu.cjs.entry.js +113 -0
- package/lib/cjs/duet-progress.cjs.entry.js +1 -1
- package/lib/cjs/duet-promo-card.cjs.entry.js +1 -1
- package/lib/cjs/duet-radio_2.cjs.entry.js +5 -4
- package/lib/cjs/duet-range-slider.cjs.entry.js +1 -1
- package/lib/cjs/duet-scrollable_3.cjs.entry.js +2 -2
- 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 +95 -0
- 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 +2 -2
- package/lib/cjs/duet-slideout.cjs.entry.js +2 -2
- 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 +1 -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.cjs.entry.js +4 -1174
- package/lib/cjs/duet-tray.cjs.entry.js +1 -1
- package/lib/cjs/duet-upload-aria-status.cjs.entry.js +1 -1
- package/lib/cjs/duet-upload-item.cjs.entry.js +93 -0
- package/lib/cjs/duet-visually-hidden.cjs.entry.js +1 -1
- package/lib/cjs/duet.cjs.js +2 -2
- package/lib/cjs/errorcodes.utils-5deca818.js +39 -0
- package/lib/cjs/floating-ui.dom.esm-3801794e.js +1251 -0
- package/lib/cjs/{focus-utils-a7ec8d4d.js → focus-utils-a66763f4.js} +1 -1
- package/lib/cjs/{index-b91d0c7f.js → index-4eb7ce33.js} +1 -1
- package/lib/cjs/loader.cjs.js +2 -2
- package/lib/collection/collection-manifest.json +5 -0
- package/lib/collection/components/duet-chip/duet-chip.css +202 -0
- package/lib/collection/components/duet-chip/duet-chip.js +395 -0
- package/lib/collection/components/duet-choice/duet-choice.css +60 -33
- package/lib/collection/components/duet-choice/duet-choice.js +39 -8
- package/lib/collection/components/duet-editable-table/duet-editable-table.js +3 -1
- package/lib/collection/components/duet-grid/duet-grid.css +260 -116
- package/lib/collection/components/duet-grid/duet-grid.js +22 -1
- package/lib/collection/components/duet-number-input/duet-number-input.js +23 -0
- package/lib/collection/components/duet-popup-menu/duet-popup-menu.css +57 -0
- package/lib/collection/components/duet-popup-menu/duet-popup-menu.js +361 -0
- package/lib/collection/components/duet-popup-menu-item/duet-popup-menu-item.css +69 -0
- package/lib/collection/components/duet-popup-menu-item/duet-popup-menu-item.js +225 -0
- package/lib/collection/components/duet-radio/duet-radio.css +3 -3
- package/lib/collection/components/duet-radio/duet-radio.js +9 -3
- package/lib/collection/components/duet-scrollable/duet-scrollable.css +1 -1
- package/lib/collection/components/duet-show-more/duet-show-more.css +46 -0
- package/lib/collection/components/duet-show-more/duet-show-more.js +214 -0
- package/lib/collection/components/duet-upload/duet-upload.js +37 -13
- package/lib/collection/components/duet-upload-item/duet-upload-item.js +299 -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 +4 -4
- 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 +3 -3
- 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.d.ts +11 -0
- package/lib/dist-custom-elements/duet-chip.js +200 -0
- package/lib/dist-custom-elements/duet-choice-group.js +6 -6
- package/lib/dist-custom-elements/duet-choice.js +28 -14
- package/lib/dist-custom-elements/duet-collapsible.js +2 -2
- package/lib/dist-custom-elements/duet-combobox.js +2 -2
- 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 +10 -10
- package/lib/dist-custom-elements/duet-divider.js +1 -1
- package/lib/dist-custom-elements/duet-editable-table.js +10 -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 +8 -8
- package/lib/dist-custom-elements/duet-heading.js +1 -1
- package/lib/dist-custom-elements/duet-hero.js +9 -9
- 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 +7 -7
- package/lib/dist-custom-elements/duet-multiselect.js +8 -8
- 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 +18 -10
- 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.d.ts +11 -0
- package/lib/dist-custom-elements/duet-popup-menu-item.js +75 -0
- package/lib/dist-custom-elements/duet-popup-menu.d.ts +11 -0
- package/lib/dist-custom-elements/duet-popup-menu.js +142 -0
- package/lib/dist-custom-elements/duet-progress.js +1 -1
- package/lib/dist-custom-elements/duet-promo-card.js +3 -3
- package/lib/dist-custom-elements/duet-radio-group.js +6 -6
- package/lib/dist-custom-elements/duet-radio.js +6 -5
- package/lib/dist-custom-elements/duet-range-slider.js +2 -2
- 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.d.ts +11 -0
- package/lib/dist-custom-elements/duet-show-more.js +137 -0
- 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 +2 -2
- package/lib/dist-custom-elements/duet-slideout.js +2 -2
- 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 +2 -2
- package/lib/dist-custom-elements/duet-tab-group.js +11 -11
- 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 +8 -8
- 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.js +1 -1
- package/lib/dist-custom-elements/duet-tray.js +3 -3
- package/lib/dist-custom-elements/duet-upload-aria-status.js +1 -1
- package/lib/dist-custom-elements/duet-upload-item.d.ts +11 -0
- package/lib/dist-custom-elements/duet-upload-item.js +9 -0
- package/lib/dist-custom-elements/duet-upload.js +58 -158
- 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-4197b9ee.js → p-006d0fb1.js} +2 -2
- package/lib/dist-custom-elements/{p-05139591.js → p-03297bf3.js} +1 -1
- package/lib/dist-custom-elements/{p-e3acab40.js → p-08f20e44.js} +2 -2
- package/lib/dist-custom-elements/{p-39c6c68e.js → p-0f04ecb5.js} +1 -1
- package/lib/dist-custom-elements/{p-c202693f.js → p-171c70e8.js} +1 -1
- package/lib/dist-custom-elements/{p-8fb68cb1.js → p-1b34adf1.js} +2 -2
- package/lib/dist-custom-elements/{p-d6a6460a.js → p-1f14a267.js} +1 -1
- package/lib/dist-custom-elements/{p-f6b5ce88.js → p-226f50bb.js} +1 -1
- package/lib/dist-custom-elements/{p-1b3de4b8.js → p-25d3d458.js} +1 -1
- package/lib/dist-custom-elements/{p-2b132855.js → p-25fa826f.js} +1 -1
- package/lib/dist-custom-elements/{p-e6f6efa6.js → p-265d42fd.js} +1 -1
- package/lib/dist-custom-elements/{p-96b624ec.js → p-26a65533.js} +1 -1
- package/lib/dist-custom-elements/{p-419d2da0.js → p-2b8c0c2f.js} +6 -6
- package/lib/dist-custom-elements/{p-28658e20.js → p-37255027.js} +8 -8
- package/lib/dist-custom-elements/{p-58105b4f.js → p-3e609785.js} +1 -1
- package/lib/dist-custom-elements/p-4c575cf4.js +278 -0
- package/lib/dist-custom-elements/{p-9e83a449.js → p-5114f1bd.js} +2 -2
- package/lib/dist-custom-elements/{p-8638ba69.js → p-5c48ca92.js} +1 -1
- package/lib/dist-custom-elements/{p-ea756e9e.js → p-661fee29.js} +6 -6
- package/lib/dist-custom-elements/{p-3595aea9.js → p-7681059e.js} +1 -1
- package/lib/dist-custom-elements/{p-7d6d90bc.js → p-7c2e755b.js} +1 -1
- package/lib/dist-custom-elements/{p-e3ac121c.js → p-80cd62f8.js} +5 -5
- package/lib/dist-custom-elements/p-84a78894.js +187 -0
- package/lib/dist-custom-elements/{p-62f3b6cb.js → p-8a1632b1.js} +3 -3
- package/lib/dist-custom-elements/{p-eb29050b.js → p-a60259d1.js} +1 -1
- package/lib/dist-custom-elements/{p-227cc94f.js → p-b98f1d2a.js} +1 -1
- package/lib/dist-custom-elements/{p-6de01596.js → p-c85e7fbd.js} +1 -1
- package/lib/dist-custom-elements/{p-6f4b6168.js → p-d5e61aac.js} +1 -1
- package/lib/dist-custom-elements/{p-a0f68c00.js → p-dbb9df4e.js} +3 -3
- package/lib/dist-custom-elements/{p-38b3c30a.js → p-df10a767.js} +71 -274
- package/lib/dist-custom-elements/p-e0afb5aa.js +197 -0
- package/lib/dist-custom-elements/{p-beca0ced.js → p-e467de13.js} +1 -1
- package/lib/dist-custom-elements/{p-2747b8c6.js → p-ffc196f5.js} +4 -4
- package/lib/duet/duet.esm.js +1 -1
- package/lib/duet/duet.js +1 -1
- package/lib/duet/{p-d3323581.system.entry.js → p-000a0a75.system.entry.js} +1 -1
- package/lib/duet/{p-6766ef3d.system.entry.js → p-00355028.system.entry.js} +1 -1
- package/lib/duet/{p-62b68de6.system.js → p-053be9dd.system.js} +1 -1
- package/lib/duet/p-05dd0fb6.entry.js +4 -0
- package/lib/duet/{p-1e6f5e74.system.entry.js → p-06969947.system.entry.js} +1 -1
- package/lib/duet/p-08c7360e.system.entry.js +4 -0
- package/lib/duet/{p-5e7dc52a.system.entry.js → p-099119d3.system.entry.js} +1 -1
- package/lib/duet/{p-6ad538a7.system.entry.js → p-0b696003.system.entry.js} +1 -1
- package/lib/duet/p-101cc3fe.system.entry.js +4 -0
- package/lib/duet/{p-1df0bbf9.system.entry.js → p-110c2c76.system.entry.js} +1 -1
- package/lib/duet/{p-8c404f51.system.entry.js → p-11d01178.system.entry.js} +1 -1
- package/lib/duet/{p-87f85912.system.entry.js → p-13fa33f3.system.entry.js} +1 -1
- package/lib/duet/{p-91a5c4fd.system.entry.js → p-1483de5f.system.entry.js} +1 -1
- package/lib/duet/{p-62b435d1.system.entry.js → p-15505723.system.entry.js} +1 -1
- package/lib/duet/{p-89d9030e.system.entry.js → p-1616c51d.system.entry.js} +1 -1
- package/lib/duet/{p-1f3d12d2.system.entry.js → p-184ee980.system.entry.js} +1 -1
- package/lib/duet/p-19ea4e54.entry.js +4 -0
- package/lib/duet/{p-cfde4f9a.system.entry.js → p-1ff16557.system.entry.js} +1 -1
- package/lib/duet/{p-f88ac93f.system.entry.js → p-20c19d2e.system.entry.js} +1 -1
- package/lib/duet/p-26ed5006.system.entry.js +4 -0
- package/lib/duet/{p-72a2ff4d.entry.js → p-276da9b8.entry.js} +1 -1
- package/lib/duet/{p-94d448f9.system.entry.js → p-28b0deff.system.entry.js} +1 -1
- package/lib/duet/{p-03522bb4.entry.js → p-28cf3d78.entry.js} +1 -1
- package/lib/duet/{p-af3060c1.system.entry.js → p-2a37e574.system.entry.js} +1 -1
- package/lib/duet/{p-de31586c.system.entry.js → p-2a9b8270.system.entry.js} +1 -1
- package/lib/duet/{p-245a63f4.entry.js → p-2a9e5e4c.entry.js} +1 -1
- package/lib/duet/{p-17d2c223.system.entry.js → p-2bd98cbe.system.entry.js} +1 -1
- package/lib/duet/{p-c424c794.entry.js → p-31155f08.entry.js} +1 -1
- package/lib/duet/{p-8f7f4724.entry.js → p-322f69c7.entry.js} +1 -1
- package/lib/duet/{p-56b92797.entry.js → p-32d31570.entry.js} +1 -1
- package/lib/duet/{p-909e088e.system.entry.js → p-32ee127a.system.entry.js} +1 -1
- package/lib/duet/{p-d159787d.entry.js → p-35b74797.entry.js} +1 -1
- package/lib/duet/{p-058dfaad.entry.js → p-368e63a8.entry.js} +1 -1
- package/lib/duet/{p-e7af2cd8.system.entry.js → p-380ead38.system.entry.js} +1 -1
- package/lib/duet/{p-c7fbe38a.entry.js → p-38e24930.entry.js} +1 -1
- package/lib/duet/{p-6392cafe.entry.js → p-3b33c459.entry.js} +1 -1
- package/lib/duet/{p-2f8c7a7d.entry.js → p-3c43d0ee.entry.js} +1 -1
- package/lib/duet/{p-30551712.system.entry.js → p-40463065.system.entry.js} +1 -1
- package/lib/duet/p-434b31e9.system.js +4 -0
- package/lib/duet/{p-5c4a2f44.system.entry.js → p-45046cb8.system.entry.js} +1 -1
- package/lib/duet/{p-99a8b5f5.entry.js → p-4667e5cc.entry.js} +1 -1
- package/lib/duet/{p-bbadf525.system.entry.js → p-4956fa1c.system.entry.js} +1 -1
- package/lib/duet/{p-d18383cd.entry.js → p-4af3a90a.entry.js} +1 -1
- package/lib/duet/{p-b906790d.entry.js → p-4f321fb8.entry.js} +1 -1
- package/lib/duet/{p-29ce564d.entry.js → p-4f90dd0a.entry.js} +1 -1
- package/lib/duet/{p-a6917de1.system.entry.js → p-4fc64fe9.system.entry.js} +1 -1
- package/lib/duet/{p-6a42d57c.system.entry.js → p-521b2f02.system.entry.js} +1 -1
- package/lib/duet/p-540d7ed6.entry.js +4 -0
- package/lib/duet/p-549a1ffd.system.entry.js +4 -0
- package/lib/duet/{p-eb9c8e60.entry.js → p-5e2af124.entry.js} +1 -1
- package/lib/duet/{p-cad8060d.system.entry.js → p-5ed8969b.system.entry.js} +1 -1
- package/lib/duet/{p-420dfc2c.entry.js → p-604adb3e.entry.js} +1 -1
- package/lib/duet/{p-c085e346.system.entry.js → p-60c99082.system.entry.js} +1 -1
- package/lib/duet/{p-ef033a06.system.entry.js → p-6508eed1.system.entry.js} +1 -1
- package/lib/duet/{p-09daf29e.system.entry.js → p-684b2d77.system.entry.js} +1 -1
- package/lib/duet/{p-0738bb7d.system.entry.js → p-6892546a.system.entry.js} +1 -1
- package/lib/duet/{p-36edc06c.system.entry.js → p-699f593c.system.entry.js} +1 -1
- package/lib/duet/p-6b115b63.system.js +4 -0
- package/lib/duet/{p-ed78f6fe.system.entry.js → p-6baede6c.system.entry.js} +1 -1
- package/lib/duet/{p-42e270f3.entry.js → p-6bb42603.entry.js} +1 -1
- package/lib/duet/{p-0dda8331.entry.js → p-6e93b2f3.entry.js} +1 -1
- package/lib/duet/{p-dc9bf216.entry.js → p-6ee35830.entry.js} +1 -1
- package/lib/duet/{p-9c554b07.entry.js → p-700cc5d1.entry.js} +1 -1
- package/lib/duet/{p-ff5f4d38.entry.js → p-721bf508.entry.js} +1 -1
- package/lib/duet/{p-a4cc9386.system.entry.js → p-7284cb09.system.entry.js} +1 -1
- package/lib/duet/{p-d85d8db5.entry.js → p-72d18d55.entry.js} +1 -1
- package/lib/duet/p-756341c2.system.entry.js +4 -0
- package/lib/duet/{p-a31222e3.entry.js → p-7565b093.entry.js} +1 -1
- package/lib/duet/{p-673127ac.system.entry.js → p-773268e7.system.entry.js} +1 -1
- package/lib/duet/{p-30c684e8.entry.js → p-77616680.entry.js} +1 -1
- package/lib/duet/{p-f4799c34.system.entry.js → p-7a3071a5.system.entry.js} +1 -1
- package/lib/duet/{p-779be7c6.system.entry.js → p-7e061e75.system.entry.js} +1 -1
- package/lib/duet/{p-8ec5c49e.entry.js → p-7f588669.entry.js} +1 -1
- package/lib/duet/p-8094e185.entry.js +4 -0
- package/lib/duet/{p-7dea5e1a.system.entry.js → p-8146f5d7.system.entry.js} +1 -1
- package/lib/duet/{p-81668ed2.system.entry.js → p-82330774.system.entry.js} +1 -1
- package/lib/duet/{p-1d3647c6.system.entry.js → p-8275330c.system.entry.js} +1 -1
- package/lib/duet/p-82b5380b.system.js +4 -0
- package/lib/duet/{p-0fbdbb6a.entry.js → p-8445fc10.entry.js} +1 -1
- package/lib/duet/{p-0b34d9b5.system.entry.js → p-8584bcfe.system.entry.js} +1 -1
- package/lib/duet/{p-07300cb6.entry.js → p-86e7a88a.entry.js} +1 -1
- package/lib/duet/p-871eca43.entry.js +4 -0
- package/lib/duet/{p-72d1f618.system.entry.js → p-8862fec1.system.entry.js} +1 -1
- package/lib/duet/{p-1b11e540.entry.js → p-8cf359d9.entry.js} +1 -1
- package/lib/duet/{p-2528a411.system.entry.js → p-8daa915d.system.entry.js} +1 -1
- package/lib/duet/{p-379e2995.system.entry.js → p-8db6114f.system.entry.js} +1 -1
- package/lib/duet/p-90f06b7a.system.entry.js +4 -0
- package/lib/duet/p-91b3d075.entry.js +4 -0
- package/lib/duet/p-9226aca2.entry.js +4 -0
- package/lib/duet/{p-fd33eb2c.entry.js → p-99a90b30.entry.js} +1 -1
- package/lib/duet/{p-3b70cce3.entry.js → p-9ad6fc83.entry.js} +1 -1
- package/lib/duet/p-9e72b23c.system.entry.js +4 -0
- package/lib/duet/{p-13384099.entry.js → p-9ec0d197.entry.js} +1 -1
- package/lib/duet/{p-1a542b7c.system.entry.js → p-a0f76a04.system.entry.js} +1 -1
- package/lib/duet/p-a1978b4b.entry.js +4 -0
- package/lib/duet/p-a2ddca83.system.entry.js +4 -0
- package/lib/duet/{p-a7c64d94.entry.js → p-a5cf2316.entry.js} +1 -1
- package/lib/duet/{p-39496689.entry.js → p-a61825d9.entry.js} +1 -1
- package/lib/duet/{p-22dd2fab.entry.js → p-a6696d45.entry.js} +1 -1
- package/lib/duet/{p-7f8020bf.entry.js → p-a66ca0af.entry.js} +1 -1
- package/lib/duet/{p-62c70a95.entry.js → p-a7ed46e3.entry.js} +1 -1
- package/lib/duet/{p-85ad609f.entry.js → p-a86ae0c3.entry.js} +1 -1
- package/lib/duet/{p-9960de16.entry.js → p-ae7602cb.entry.js} +1 -1
- package/lib/duet/{p-cf9279b9.system.entry.js → p-b134229a.system.entry.js} +1 -1
- package/lib/duet/p-b362d8f7.entry.js +4 -0
- package/lib/duet/{p-65a5fdd5.entry.js → p-b4b5f803.entry.js} +1 -1
- package/lib/duet/{p-8cf1327e.entry.js → p-b594282a.entry.js} +1 -1
- package/lib/duet/{p-cb5ebe92.system.entry.js → p-b650e679.system.entry.js} +1 -1
- package/lib/duet/{p-6a07feba.entry.js → p-b77224fc.entry.js} +1 -1
- package/lib/duet/{p-6a89c7d0.system.entry.js → p-b7fe2c37.system.entry.js} +1 -1
- package/lib/duet/{p-931c3e1f.system.entry.js → p-bc541e97.system.entry.js} +1 -1
- package/lib/duet/{p-93ef4cc2.system.entry.js → p-be295e13.system.entry.js} +1 -1
- package/lib/duet/{p-98202339.entry.js → p-c0874730.entry.js} +1 -1
- package/lib/duet/{p-1d73a1d2.system.entry.js → p-c0c92199.system.entry.js} +1 -1
- package/lib/duet/p-c185ea87.system.entry.js +4 -0
- package/lib/duet/{p-fa400061.entry.js → p-c1c6a4f5.entry.js} +1 -1
- package/lib/duet/p-c2ff6bb2.entry.js +4 -0
- package/lib/duet/{p-637f635a.entry.js → p-c391b2a4.entry.js} +1 -1
- package/lib/duet/p-c5efb3f6.entry.js +4 -0
- package/lib/duet/p-c6122404.entry.js +4 -0
- package/lib/duet/p-c6b09397.js +4 -0
- package/lib/duet/p-c79f4b4b.entry.js +4 -0
- package/lib/duet/{p-32237f45.entry.js → p-c9198461.entry.js} +1 -1
- package/lib/duet/{p-770d0c35.system.entry.js → p-ca2725cd.system.entry.js} +1 -1
- package/lib/duet/{p-4a97ca92.system.entry.js → p-ca4d7a6d.system.entry.js} +1 -1
- package/lib/duet/{p-ee909d5f.system.entry.js → p-cb4799d1.system.entry.js} +1 -1
- package/lib/duet/{p-2a277fb6.entry.js → p-ccb08e8c.entry.js} +1 -1
- package/lib/duet/p-cf504df5.js +4 -0
- package/lib/duet/{p-b76ce62b.entry.js → p-cff11c78.entry.js} +1 -1
- package/lib/duet/{p-22e418ea.entry.js → p-d0175269.entry.js} +1 -1
- package/lib/duet/{p-91df8a4a.system.entry.js → p-d029f8dc.system.entry.js} +1 -1
- package/lib/duet/{p-5f2e386e.entry.js → p-d42279cd.entry.js} +1 -1
- package/lib/duet/{p-b3154717.entry.js → p-d4bc7a19.entry.js} +1 -1
- package/lib/duet/{p-1c7ad230.system.entry.js → p-d6dfa7c8.system.entry.js} +1 -1
- package/lib/duet/{p-ad3eba9a.entry.js → p-d841291b.entry.js} +1 -1
- package/lib/duet/{p-5048f9a7.entry.js → p-d988f03a.entry.js} +1 -1
- package/lib/duet/{p-a8a1d1f6.entry.js → p-da4f4b6c.entry.js} +1 -1
- package/lib/duet/{p-bd1d0640.system.js → p-dd1393e3.system.js} +1 -1
- package/lib/duet/{p-e9939ddb.system.entry.js → p-dee73c08.system.entry.js} +1 -1
- package/lib/duet/p-df10a767.js +4 -0
- package/lib/duet/{p-4f4ed95d.system.entry.js → p-df213a66.system.entry.js} +1 -1
- package/lib/duet/{p-e501bad4.system.entry.js → p-e288bb38.system.entry.js} +1 -1
- package/lib/duet/{p-5c444839.entry.js → p-e368e194.entry.js} +1 -1
- package/lib/duet/{p-f5728af6.system.entry.js → p-e6315f68.system.entry.js} +1 -1
- package/lib/duet/{p-1b426189.entry.js → p-e79c63b6.entry.js} +1 -1
- package/lib/duet/{p-2d3dbd85.system.entry.js → p-e8d8c7a2.system.entry.js} +1 -1
- package/lib/duet/{p-925f2b45.entry.js → p-e983ff0c.entry.js} +1 -1
- package/lib/duet/{p-17dc8da9.system.entry.js → p-ec796dfe.system.entry.js} +1 -1
- package/lib/duet/{p-d7425b07.entry.js → p-f58832f6.entry.js} +1 -1
- package/lib/duet/p-f5b53f2f.system.entry.js +4 -0
- package/lib/duet/{p-073221c9.system.entry.js → p-f74e934b.system.entry.js} +1 -1
- package/lib/duet/{p-c794bee3.system.entry.js → p-f78e3197.system.entry.js} +1 -1
- package/lib/duet/{p-6c1a2b16.entry.js → p-f90e86d3.entry.js} +1 -1
- package/lib/duet/p-f9603b0d.entry.js +4 -0
- package/lib/duet/{p-308b881b.js → p-fbd0d098.js} +1 -1
- package/lib/duet/{p-6486ab91.entry.js → p-fd1dcee1.entry.js} +1 -1
- package/lib/duet/{p-b4e863ee.system.entry.js → p-feaaff49.system.entry.js} +1 -1
- package/lib/duet/p-ff5a9358.system.entry.js +4 -0
- package/lib/duet/{p-d6a1c0de.entry.js → p-ffa34163.entry.js} +1 -1
- package/lib/esm/duet-action-button.entry.js +1 -1
- 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 +1 -1
- 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 +1 -1
- package/lib/esm/duet-callout.entry.js +1 -1
- package/lib/esm/duet-caption_4.entry.js +1 -1
- package/lib/esm/duet-card.entry.js +1 -1
- 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 +164 -0
- package/lib/esm/duet-choice_2.entry.js +24 -11
- package/lib/esm/duet-collapsible.entry.js +1 -1
- 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 +1 -1
- package/lib/esm/duet-editable-table_3.entry.js +24 -127
- package/lib/esm/duet-empty-state.entry.js +1 -1
- package/lib/esm/duet-fieldset.entry.js +1 -1
- package/lib/esm/duet-footer.entry.js +1 -1
- package/lib/esm/duet-grid_2.entry.js +6 -3
- package/lib/esm/duet-header_2.entry.js +1 -1
- package/lib/esm/duet-hero.entry.js +1 -1
- package/lib/esm/duet-icon.entry.js +1 -1
- 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 +1 -1
- 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 +8 -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 +41 -0
- package/lib/esm/duet-popup-menu.entry.js +109 -0
- package/lib/esm/duet-progress.entry.js +1 -1
- package/lib/esm/duet-promo-card.entry.js +1 -1
- package/lib/esm/duet-radio_2.entry.js +5 -4
- package/lib/esm/duet-range-slider.entry.js +1 -1
- package/lib/esm/duet-scrollable_3.entry.js +2 -2
- 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 +91 -0
- 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 +2 -2
- package/lib/esm/duet-slideout.entry.js +2 -2
- 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 +1 -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.entry.js +2 -1172
- package/lib/esm/duet-tray.entry.js +1 -1
- package/lib/esm/duet-upload-aria-status.entry.js +1 -1
- package/lib/esm/duet-upload-item.entry.js +89 -0
- package/lib/esm/duet-visually-hidden.entry.js +1 -1
- package/lib/esm/duet.js +3 -3
- package/lib/esm/errorcodes.utils-c0c33bce.js +36 -0
- package/lib/esm/floating-ui.dom.esm-37dc174a.js +1245 -0
- package/lib/esm/{focus-utils-552e67ed.js → focus-utils-e2239371.js} +1 -1
- package/lib/esm/{index-5aaf4b5b.js → index-b67ea1f1.js} +1 -1
- package/lib/esm/loader.js +3 -3
- package/lib/esm-es5/duet-action-button.entry.js +1 -1
- package/lib/esm-es5/duet-alert.entry.js +1 -1
- 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 +1 -1
- package/lib/esm-es5/duet-callout.entry.js +1 -1
- package/lib/esm-es5/duet-caption_4.entry.js +1 -1
- package/lib/esm-es5/duet-card.entry.js +1 -1
- package/lib/esm-es5/duet-checkbox.entry.js +1 -1
- package/lib/esm-es5/duet-checkmark.entry.js +1 -1
- package/lib/esm-es5/duet-chip.entry.js +4 -0
- package/lib/esm-es5/duet-choice_2.entry.js +2 -2
- package/lib/esm-es5/duet-collapsible.entry.js +1 -1
- package/lib/esm-es5/duet-combobox.entry.js +1 -1
- 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 +1 -1
- package/lib/esm-es5/duet-divider_2.entry.js +1 -1
- package/lib/esm-es5/duet-editable-table_3.entry.js +1 -1
- 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 +1 -1
- package/lib/esm-es5/duet-grid_2.entry.js +2 -2
- package/lib/esm-es5/duet-header_2.entry.js +1 -1
- package/lib/esm-es5/duet-hero.entry.js +1 -1
- package/lib/esm-es5/duet-icon.entry.js +1 -1
- package/lib/esm-es5/duet-input_2.entry.js +1 -1
- package/lib/esm-es5/duet-layout.entry.js +1 -1
- package/lib/esm-es5/duet-list_2.entry.js +1 -1
- package/lib/esm-es5/duet-menu-bar-button.entry.js +1 -1
- package/lib/esm-es5/duet-menu-bar-dropdown-link.entry.js +1 -1
- package/lib/esm-es5/duet-menu-bar-dropdown.entry.js +1 -1
- 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 +1 -1
- package/lib/esm-es5/duet-multiselect.entry.js +1 -1
- package/lib/esm-es5/duet-nav.entry.js +1 -1
- package/lib/esm-es5/duet-notification_2.entry.js +1 -1
- package/lib/esm-es5/duet-number-input.entry.js +1 -1
- package/lib/esm-es5/duet-page-heading.entry.js +1 -1
- package/lib/esm-es5/duet-pagination_2.entry.js +1 -1
- package/lib/esm-es5/duet-popup-menu-item.entry.js +4 -0
- package/lib/esm-es5/duet-popup-menu.entry.js +4 -0
- 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 +1 -1
- package/lib/esm-es5/duet-scrollable_3.entry.js +1 -1
- package/lib/esm-es5/duet-section-layout.entry.js +1 -1
- package/lib/esm-es5/duet-select.entry.js +1 -1
- package/lib/esm-es5/duet-shaped-image.entry.js +1 -1
- package/lib/esm-es5/duet-show-more.entry.js +4 -0
- 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 +1 -1
- package/lib/esm-es5/duet-slideout-panel.entry.js +1 -1
- package/lib/esm-es5/duet-slideout.entry.js +1 -1
- package/lib/esm-es5/duet-step_2.entry.js +1 -1
- package/lib/esm-es5/duet-submenu-bar-dropdown-link.entry.js +1 -1
- package/lib/esm-es5/duet-submenu-bar-dropdown.entry.js +1 -1
- package/lib/esm-es5/duet-submenu-bar-link.entry.js +1 -1
- package/lib/esm-es5/duet-submenu-bar.entry.js +1 -1
- package/lib/esm-es5/duet-textarea.entry.js +1 -1
- package/lib/esm-es5/duet-toggle.entry.js +1 -1
- package/lib/esm-es5/duet-toolbar-dropdown-link.entry.js +1 -1
- package/lib/esm-es5/duet-toolbar-dropdown.entry.js +1 -1
- 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.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 +4 -0
- package/lib/esm-es5/duet-visually-hidden.entry.js +1 -1
- package/lib/esm-es5/duet.js +1 -1
- package/lib/esm-es5/errorcodes.utils-c0c33bce.js +4 -0
- package/lib/esm-es5/floating-ui.dom.esm-37dc174a.js +4 -0
- package/lib/esm-es5/focus-utils-e2239371.js +4 -0
- package/lib/esm-es5/{index-5aaf4b5b.js → index-b67ea1f1.js} +1 -1
- package/lib/esm-es5/loader.js +1 -1
- package/lib/types/components/duet-chip/duet-chip.d.ts +97 -0
- package/lib/types/components/duet-choice/duet-choice.d.ts +7 -0
- package/lib/types/components/duet-editable-table/duet-editable-table.d.ts +1 -0
- package/lib/types/components/duet-grid/duet-grid.d.ts +4 -0
- package/lib/types/components/duet-number-input/duet-number-input.d.ts +4 -0
- package/lib/types/components/duet-popup-menu/duet-popup-menu.d.ts +77 -0
- package/lib/types/components/duet-popup-menu-item/duet-popup-menu-item.d.ts +51 -0
- package/lib/types/components/duet-radio/duet-radio.d.ts +4 -0
- package/lib/types/components/duet-show-more/duet-show-more.d.ts +53 -0
- package/lib/types/components/duet-upload/duet-upload.d.ts +2 -1
- package/lib/types/components/duet-upload-item/duet-upload-item.d.ts +29 -0
- package/lib/types/components.d.ts +417 -0
- package/package.json +11 -6
- package/lib/collection/components/duet-upload/upload-item.js +0 -44
- package/lib/dist-custom-elements/p-00f8d4bc.js +0 -183
- package/lib/duet/p-077edef7.entry.js +0 -4
- package/lib/duet/p-0952d4a4.system.entry.js +0 -4
- package/lib/duet/p-225d9dbe.js +0 -4
- package/lib/duet/p-2cab347d.system.entry.js +0 -4
- package/lib/duet/p-3a0676ab.entry.js +0 -4
- package/lib/duet/p-55952227.system.entry.js +0 -4
- package/lib/duet/p-5ad63594.entry.js +0 -4
- package/lib/duet/p-6a9319ad.system.entry.js +0 -4
- package/lib/duet/p-75898c81.entry.js +0 -4
- package/lib/duet/p-78cb4832.entry.js +0 -4
- package/lib/duet/p-80f4a443.system.js +0 -4
- package/lib/duet/p-8c9d67e4.entry.js +0 -4
- package/lib/duet/p-8faea849.entry.js +0 -4
- package/lib/duet/p-b17e6185.system.entry.js +0 -4
- package/lib/duet/p-c1ccc327.entry.js +0 -4
- package/lib/duet/p-c654f863.system.entry.js +0 -4
- package/lib/duet/p-f8d00821.entry.js +0 -4
- package/lib/esm-es5/focus-utils-552e67ed.js +0 -4
- package/lib/types/components/duet-upload/upload-item.d.ts +0 -20
|
@@ -14,6 +14,7 @@ import { DuetCaptionSize } from "./components/duet-caption/duet-caption";
|
|
|
14
14
|
import { DuetCardPadding, DuetCardToggleEvent, DuetCardVariation } from "./components/duet-card/duet-card";
|
|
15
15
|
import { DuetBreakpoints } from "./utils/token-utils";
|
|
16
16
|
import { DuetCheckboxEvent } from "./components/duet-checkbox/duet-checkbox";
|
|
17
|
+
import { DuetChipEvent, DuetChipVariation } from "./components/duet-chip/duet-chip";
|
|
17
18
|
import { DuetChoiceEvent } from "./components/duet-choice/duet-choice";
|
|
18
19
|
import { DuetCollapsibleHeadingFontSize, DuetCollapsibleToggleEvent, DuetCollapsibleWeight } from "./components/duet-collapsible/duet-collapsible";
|
|
19
20
|
import { DuetComboboxEvent, DuetComboboxItem } from "./components/duet-combobox/duet-combobox";
|
|
@@ -40,10 +41,12 @@ import { DuetNotificationDrawerDirection } from "./components/duet-notification-
|
|
|
40
41
|
import { DuetNumberInputEvent } from "./components/duet-number-input/duet-number-input";
|
|
41
42
|
import { DuetPaginationPageEvent, DuetPaginationVariation } from "./components/duet-pagination/duet-pagination";
|
|
42
43
|
import { DuetParagraphSize, DuetParagraphVariation, DuetParagraphWeight } from "./components/duet-paragraph/duet-paragraph";
|
|
44
|
+
import { DuetPopupMenuEvent } from "./components/duet-popup-menu/duet-popup-menu";
|
|
43
45
|
import { DuetRadioEvent } from "./components/duet-radio/duet-radio";
|
|
44
46
|
import { DuetRangeChangeEvent } from "./components/duet-range-slider/duet-range-slider";
|
|
45
47
|
import { DuetRangeStepperUpdateEvent } from "./components/duet-range-stepper/duet-range-stepper";
|
|
46
48
|
import { DuetSelectEvent, DuetSelectItems, DuetSelectVariation } from "./components/duet-select/duet-select";
|
|
49
|
+
import { DuetShowMoreToggleEvent } from "./components/duet-show-more/duet-show-more";
|
|
47
50
|
import { DuetSlideoutEventDetails } from "./components/duet-slideout/duet-slideout";
|
|
48
51
|
import { DuetSpacerBreakpoint, DuetSpacerSize } from "./components/duet-spacer/duet-spacer";
|
|
49
52
|
import { DuetSpinnerSize } from "./components/duet-spinner/duet-spinner";
|
|
@@ -56,6 +59,9 @@ import { DuetTooltipBreakpoint } from "./components/duet-tooltip/duet-tooltip";
|
|
|
56
59
|
import { DuetUploadEvent, DuetUploadTableGroupName, StringMap, XHRInternalMiddleWare } from "./components/duet-upload/duet-upload";
|
|
57
60
|
import { DuetEditableTableActions as DuetEditableTableActions1 } from "./components/duet-editable-table/duet-editable-table";
|
|
58
61
|
import { DuetUploadErrorCode } from "./components/duet-upload/errorcodes.utils";
|
|
62
|
+
import { DuetFileListItem, DuetUploadEvent as DuetUploadEvent1 } from "./components/duet-upload/duet-upload";
|
|
63
|
+
import { ItemType } from "./components/duet-upload-item/duet-upload-item";
|
|
64
|
+
import { EventEmitter } from "./stencil-public-runtime";
|
|
59
65
|
export { DuetCardHeadingLevel, DuetChoiceGroupBreakpoint, DuetChoiceType, DuetColor, DuetDirection, DuetGridBreakpoint, DuetHeadingLevel, DuetIconName, DuetLanguage, DuetLinkVariation, DuetListBreakpoint, DuetLocale, DuetMargin, DuetPadding, DuetStatus, DuetTableBreakpoint, DuetTableStickyDistance, DuetTableVariant, DuetTheme, DuetTooltipDirection, DuetVisualHeadingLevel, StatusMessage } from "./common-types";
|
|
60
66
|
export { DuetActionButtonEvent, DuetActionButtonIconSize } from "./components/duet-action-button/duet-action-button";
|
|
61
67
|
export { DuetLangObject } from "./utils/language-utils";
|
|
@@ -65,6 +71,7 @@ export { DuetCaptionSize } from "./components/duet-caption/duet-caption";
|
|
|
65
71
|
export { DuetCardPadding, DuetCardToggleEvent, DuetCardVariation } from "./components/duet-card/duet-card";
|
|
66
72
|
export { DuetBreakpoints } from "./utils/token-utils";
|
|
67
73
|
export { DuetCheckboxEvent } from "./components/duet-checkbox/duet-checkbox";
|
|
74
|
+
export { DuetChipEvent, DuetChipVariation } from "./components/duet-chip/duet-chip";
|
|
68
75
|
export { DuetChoiceEvent } from "./components/duet-choice/duet-choice";
|
|
69
76
|
export { DuetCollapsibleHeadingFontSize, DuetCollapsibleToggleEvent, DuetCollapsibleWeight } from "./components/duet-collapsible/duet-collapsible";
|
|
70
77
|
export { DuetComboboxEvent, DuetComboboxItem } from "./components/duet-combobox/duet-combobox";
|
|
@@ -91,10 +98,12 @@ export { DuetNotificationDrawerDirection } from "./components/duet-notification-
|
|
|
91
98
|
export { DuetNumberInputEvent } from "./components/duet-number-input/duet-number-input";
|
|
92
99
|
export { DuetPaginationPageEvent, DuetPaginationVariation } from "./components/duet-pagination/duet-pagination";
|
|
93
100
|
export { DuetParagraphSize, DuetParagraphVariation, DuetParagraphWeight } from "./components/duet-paragraph/duet-paragraph";
|
|
101
|
+
export { DuetPopupMenuEvent } from "./components/duet-popup-menu/duet-popup-menu";
|
|
94
102
|
export { DuetRadioEvent } from "./components/duet-radio/duet-radio";
|
|
95
103
|
export { DuetRangeChangeEvent } from "./components/duet-range-slider/duet-range-slider";
|
|
96
104
|
export { DuetRangeStepperUpdateEvent } from "./components/duet-range-stepper/duet-range-stepper";
|
|
97
105
|
export { DuetSelectEvent, DuetSelectItems, DuetSelectVariation } from "./components/duet-select/duet-select";
|
|
106
|
+
export { DuetShowMoreToggleEvent } from "./components/duet-show-more/duet-show-more";
|
|
98
107
|
export { DuetSlideoutEventDetails } from "./components/duet-slideout/duet-slideout";
|
|
99
108
|
export { DuetSpacerBreakpoint, DuetSpacerSize } from "./components/duet-spacer/duet-spacer";
|
|
100
109
|
export { DuetSpinnerSize } from "./components/duet-spinner/duet-spinner";
|
|
@@ -107,6 +116,9 @@ export { DuetTooltipBreakpoint } from "./components/duet-tooltip/duet-tooltip";
|
|
|
107
116
|
export { DuetUploadEvent, DuetUploadTableGroupName, StringMap, XHRInternalMiddleWare } from "./components/duet-upload/duet-upload";
|
|
108
117
|
export { DuetEditableTableActions as DuetEditableTableActions1 } from "./components/duet-editable-table/duet-editable-table";
|
|
109
118
|
export { DuetUploadErrorCode } from "./components/duet-upload/errorcodes.utils";
|
|
119
|
+
export { DuetFileListItem, DuetUploadEvent as DuetUploadEvent1 } from "./components/duet-upload/duet-upload";
|
|
120
|
+
export { ItemType } from "./components/duet-upload-item/duet-upload-item";
|
|
121
|
+
export { EventEmitter } from "./stencil-public-runtime";
|
|
110
122
|
export namespace Components {
|
|
111
123
|
interface DuetActionButton {
|
|
112
124
|
/**
|
|
@@ -692,6 +704,40 @@ export namespace Components {
|
|
|
692
704
|
*/
|
|
693
705
|
"type": DuetChoiceType;
|
|
694
706
|
}
|
|
707
|
+
interface DuetChip {
|
|
708
|
+
/**
|
|
709
|
+
* Adds accessible label for the chip that is only shown for screen readers. Typically, this label text replaces the visible text on the button for users who use assistive technology.
|
|
710
|
+
*/
|
|
711
|
+
"accessibleLabel": string;
|
|
712
|
+
/**
|
|
713
|
+
* Checked state of the filter chip.
|
|
714
|
+
*/
|
|
715
|
+
"checked": boolean;
|
|
716
|
+
/**
|
|
717
|
+
* Icon to display to the left of the chip content.
|
|
718
|
+
*/
|
|
719
|
+
"icon": DuetIconName;
|
|
720
|
+
/**
|
|
721
|
+
* Adds a unique identifier for the chip.
|
|
722
|
+
*/
|
|
723
|
+
"identifier": string;
|
|
724
|
+
/**
|
|
725
|
+
* Name attribute of the html input (filter) or button.
|
|
726
|
+
*/
|
|
727
|
+
"name": string;
|
|
728
|
+
/**
|
|
729
|
+
* Theme of the button.
|
|
730
|
+
*/
|
|
731
|
+
"theme": DuetTheme;
|
|
732
|
+
/**
|
|
733
|
+
* The value of the html input when used as filter, or the button's value.
|
|
734
|
+
*/
|
|
735
|
+
"value": string;
|
|
736
|
+
/**
|
|
737
|
+
* Variation of the chip. Button should be used to present a list of actions or suggestions. It behaves like a button and must be used together with a click handler. Filter acts like a checkbox, it can be toggled on or off, and it should be used with a value. Input represents items input by the user, and the chip can be removed with a click. WARNING: Input variation is still work-in-progress and subject to change.
|
|
738
|
+
*/
|
|
739
|
+
"variation": DuetChipVariation;
|
|
740
|
+
}
|
|
695
741
|
interface DuetChoice {
|
|
696
742
|
/**
|
|
697
743
|
* Indicates the id of a related component’s visually focused element.
|
|
@@ -742,6 +788,10 @@ export namespace Components {
|
|
|
742
788
|
* Makes the choice button open a new section underneath it when clicked or tapped. This new section can be used to show more options related to this choice. Please note that this feature can’t be used together with the "info" functionality and that it only accepts plain dom nodes (no shadow dom elements such as duet-paragraph can be used as this will break accessibility)
|
|
743
789
|
*/
|
|
744
790
|
"collapsible": boolean;
|
|
791
|
+
/**
|
|
792
|
+
* This attribute works only when the 'collapsible' attribute is set to true. It maintains the visibility of the additional content section, regardless of whether the input is checked or not.
|
|
793
|
+
*/
|
|
794
|
+
"collapsibleForceExpanded": boolean;
|
|
745
795
|
/**
|
|
746
796
|
* Makes the choice component disabled. This prevents users from being able to interact with the choice, and conveys its inactive state to assistive technologies.
|
|
747
797
|
*/
|
|
@@ -1323,6 +1373,10 @@ export namespace Components {
|
|
|
1323
1373
|
* Adjusts the horizontal distribution of the grid items.
|
|
1324
1374
|
*/
|
|
1325
1375
|
"distribution": DuetGridDistribution;
|
|
1376
|
+
/**
|
|
1377
|
+
* CSS grid based templates that can be used to create pre-defined layouts.
|
|
1378
|
+
*/
|
|
1379
|
+
"gridTemplate": "small" | "medium" | "large" | "sidebar-right" | "sidebar-left" | "two-columns" | "three-columns";
|
|
1326
1380
|
/**
|
|
1327
1381
|
* Adjusts the horizontal alignment of the grid items on mobile (575px and under).
|
|
1328
1382
|
*/
|
|
@@ -2481,6 +2535,10 @@ export namespace Components {
|
|
|
2481
2535
|
* Expands the input to fill 100% of the container width.
|
|
2482
2536
|
*/
|
|
2483
2537
|
"expand": boolean;
|
|
2538
|
+
/**
|
|
2539
|
+
* Returns a promise which resolves to the current input numeric value.
|
|
2540
|
+
*/
|
|
2541
|
+
"getValueAsNumber": () => Promise<number>;
|
|
2484
2542
|
/**
|
|
2485
2543
|
* Adds a unique identifier for the input.
|
|
2486
2544
|
*/
|
|
@@ -2660,6 +2718,98 @@ export namespace Components {
|
|
|
2660
2718
|
*/
|
|
2661
2719
|
"weight": DuetParagraphWeight;
|
|
2662
2720
|
}
|
|
2721
|
+
interface DuetPopupMenu {
|
|
2722
|
+
/**
|
|
2723
|
+
* Adds accessible label for the menu that is only presented for users of assistive technologies. A popup menu should always have an accessible label that describes the popup's function.
|
|
2724
|
+
*/
|
|
2725
|
+
"accessibleLabel": string;
|
|
2726
|
+
/**
|
|
2727
|
+
* Element controlling the opening and closing of the popup menu.
|
|
2728
|
+
*/
|
|
2729
|
+
"controller": HTMLElement;
|
|
2730
|
+
/**
|
|
2731
|
+
* Cross axis positioning offset of the popup menu relative to its controller. For "top" and "bottom" placements cross axis is horizontal, for "left" and "right" vertical.
|
|
2732
|
+
*/
|
|
2733
|
+
"crossAxisOffset": number;
|
|
2734
|
+
/**
|
|
2735
|
+
* Hide.
|
|
2736
|
+
*/
|
|
2737
|
+
"hide": () => Promise<void>;
|
|
2738
|
+
/**
|
|
2739
|
+
* isOpen.
|
|
2740
|
+
*/
|
|
2741
|
+
"isOpen": () => Promise<boolean>;
|
|
2742
|
+
/**
|
|
2743
|
+
* Main axis positioning offset of the popup menu relative to its controller. For "top" and "bottom" placements main axis is vertical, for "left" and "right" horizontal.
|
|
2744
|
+
*/
|
|
2745
|
+
"mainAxisOffset": number;
|
|
2746
|
+
/**
|
|
2747
|
+
* Placement of the popup menu relative to its controller. Possible values: "top", "bottom", "left" and "right", optionally combined with "-start" or "-end".
|
|
2748
|
+
*/
|
|
2749
|
+
"placement": | "top"
|
|
2750
|
+
| "right"
|
|
2751
|
+
| "bottom"
|
|
2752
|
+
| "left"
|
|
2753
|
+
| "top-start"
|
|
2754
|
+
| "top-end"
|
|
2755
|
+
| "right-start"
|
|
2756
|
+
| "right-end"
|
|
2757
|
+
| "bottom-start"
|
|
2758
|
+
| "bottom-end"
|
|
2759
|
+
| "left-start"
|
|
2760
|
+
| "left-end";
|
|
2761
|
+
"position": "absolute" | "fixed";
|
|
2762
|
+
/**
|
|
2763
|
+
* Show.
|
|
2764
|
+
*/
|
|
2765
|
+
"show": () => Promise<void>;
|
|
2766
|
+
/**
|
|
2767
|
+
* Theme.
|
|
2768
|
+
*/
|
|
2769
|
+
"theme": DuetTheme;
|
|
2770
|
+
/**
|
|
2771
|
+
* Toggle.
|
|
2772
|
+
*/
|
|
2773
|
+
"toggle": () => Promise<void>;
|
|
2774
|
+
}
|
|
2775
|
+
interface DuetPopupMenuItem {
|
|
2776
|
+
/**
|
|
2777
|
+
* Adds accessible label for the button or link that is only shown for screen readers. Typically, this label text replaces the visible text on the button for users who use assistive technology.
|
|
2778
|
+
*/
|
|
2779
|
+
"accessibleLabel": string;
|
|
2780
|
+
/**
|
|
2781
|
+
* Is the item currently active (e.g. selected)
|
|
2782
|
+
*/
|
|
2783
|
+
"active": boolean;
|
|
2784
|
+
/**
|
|
2785
|
+
* Forces URL to open in a new browser tab. Used together with URL prop.
|
|
2786
|
+
*/
|
|
2787
|
+
"external": boolean;
|
|
2788
|
+
/**
|
|
2789
|
+
* Left icon.
|
|
2790
|
+
*/
|
|
2791
|
+
"leadingIcon": DuetIconName;
|
|
2792
|
+
/**
|
|
2793
|
+
* Theme.
|
|
2794
|
+
*/
|
|
2795
|
+
"theme": DuetTheme;
|
|
2796
|
+
/**
|
|
2797
|
+
* Right icon.
|
|
2798
|
+
*/
|
|
2799
|
+
"trailingIcon": DuetIconName;
|
|
2800
|
+
/**
|
|
2801
|
+
* Short text to display after the label, e.g. keyboard shortcut.
|
|
2802
|
+
*/
|
|
2803
|
+
"trailingText": string;
|
|
2804
|
+
/**
|
|
2805
|
+
* A destination to link to, rendered in the href attribute of a link.
|
|
2806
|
+
*/
|
|
2807
|
+
"url": string;
|
|
2808
|
+
/**
|
|
2809
|
+
* Value
|
|
2810
|
+
*/
|
|
2811
|
+
"value": string;
|
|
2812
|
+
}
|
|
2663
2813
|
interface DuetProgress {
|
|
2664
2814
|
/**
|
|
2665
2815
|
* Indicates the id of a component that describes the upload component.
|
|
@@ -3152,6 +3302,26 @@ export namespace Components {
|
|
|
3152
3302
|
*/
|
|
3153
3303
|
"theme": DuetTheme;
|
|
3154
3304
|
}
|
|
3305
|
+
interface DuetShowMore {
|
|
3306
|
+
/**
|
|
3307
|
+
* The currently active language. This setting also changes the logo to match the chosen language.
|
|
3308
|
+
* @deprecated this is now handled via the html lang tag, and is no longer used - kept to avoid breaking changes and ease unit testing
|
|
3309
|
+
* @default "fi"
|
|
3310
|
+
*/
|
|
3311
|
+
"language": DuetLanguage;
|
|
3312
|
+
/**
|
|
3313
|
+
* Controls the margin of the component.
|
|
3314
|
+
*/
|
|
3315
|
+
"margin": DuetMargin;
|
|
3316
|
+
/**
|
|
3317
|
+
* Is the component expanded or collapsed.
|
|
3318
|
+
*/
|
|
3319
|
+
"open": boolean;
|
|
3320
|
+
/**
|
|
3321
|
+
* Theme.
|
|
3322
|
+
*/
|
|
3323
|
+
"theme": DuetTheme;
|
|
3324
|
+
}
|
|
3155
3325
|
interface DuetSlideout {
|
|
3156
3326
|
/**
|
|
3157
3327
|
* Background color. Use one of the color tokens.
|
|
@@ -4054,6 +4224,7 @@ export namespace Components {
|
|
|
4054
4224
|
* Map of string that contain list of uploaded files.
|
|
4055
4225
|
*/
|
|
4056
4226
|
"files": StringMap;
|
|
4227
|
+
"focusActionButton": (uid: string) => Promise<void>;
|
|
4057
4228
|
/**
|
|
4058
4229
|
* Get list of files, divided in errors and valid sections
|
|
4059
4230
|
*/
|
|
@@ -4211,6 +4382,22 @@ export namespace Components {
|
|
|
4211
4382
|
*/
|
|
4212
4383
|
"valid": number;
|
|
4213
4384
|
}
|
|
4385
|
+
interface DuetUploadItem {
|
|
4386
|
+
"actions": any;
|
|
4387
|
+
"categoryLabel"?: DuetLangObject;
|
|
4388
|
+
"data": DuetFileListItem;
|
|
4389
|
+
"errorCodes"?: DuetUploadErrorCode[];
|
|
4390
|
+
"focusActionButton": () => Promise<void>;
|
|
4391
|
+
"label"?: DuetLangObject;
|
|
4392
|
+
"linkClickEvent"?: EventEmitter<DuetUploadEvent1>;
|
|
4393
|
+
"showCategory"?: boolean;
|
|
4394
|
+
"showLinks": boolean;
|
|
4395
|
+
/**
|
|
4396
|
+
* Theme of the card. Can be one of: "default", "turva".
|
|
4397
|
+
*/
|
|
4398
|
+
"theme": DuetTheme;
|
|
4399
|
+
"type": ItemType;
|
|
4400
|
+
}
|
|
4214
4401
|
interface DuetVisuallyHidden {
|
|
4215
4402
|
}
|
|
4216
4403
|
}
|
|
@@ -4234,6 +4421,10 @@ export interface DuetCheckboxCustomEvent<T> extends CustomEvent<T> {
|
|
|
4234
4421
|
detail: T;
|
|
4235
4422
|
target: HTMLDuetCheckboxElement;
|
|
4236
4423
|
}
|
|
4424
|
+
export interface DuetChipCustomEvent<T> extends CustomEvent<T> {
|
|
4425
|
+
detail: T;
|
|
4426
|
+
target: HTMLDuetChipElement;
|
|
4427
|
+
}
|
|
4237
4428
|
export interface DuetChoiceCustomEvent<T> extends CustomEvent<T> {
|
|
4238
4429
|
detail: T;
|
|
4239
4430
|
target: HTMLDuetChoiceElement;
|
|
@@ -4294,6 +4485,10 @@ export interface DuetPaginationCustomEvent<T> extends CustomEvent<T> {
|
|
|
4294
4485
|
detail: T;
|
|
4295
4486
|
target: HTMLDuetPaginationElement;
|
|
4296
4487
|
}
|
|
4488
|
+
export interface DuetPopupMenuCustomEvent<T> extends CustomEvent<T> {
|
|
4489
|
+
detail: T;
|
|
4490
|
+
target: HTMLDuetPopupMenuElement;
|
|
4491
|
+
}
|
|
4297
4492
|
export interface DuetRadioCustomEvent<T> extends CustomEvent<T> {
|
|
4298
4493
|
detail: T;
|
|
4299
4494
|
target: HTMLDuetRadioElement;
|
|
@@ -4310,6 +4505,10 @@ export interface DuetSelectCustomEvent<T> extends CustomEvent<T> {
|
|
|
4310
4505
|
detail: T;
|
|
4311
4506
|
target: HTMLDuetSelectElement;
|
|
4312
4507
|
}
|
|
4508
|
+
export interface DuetShowMoreCustomEvent<T> extends CustomEvent<T> {
|
|
4509
|
+
detail: T;
|
|
4510
|
+
target: HTMLDuetShowMoreElement;
|
|
4511
|
+
}
|
|
4313
4512
|
export interface DuetSlideoutCustomEvent<T> extends CustomEvent<T> {
|
|
4314
4513
|
detail: T;
|
|
4315
4514
|
target: HTMLDuetSlideoutElement;
|
|
@@ -4411,6 +4610,12 @@ declare global {
|
|
|
4411
4610
|
prototype: HTMLDuetCheckmarkElement;
|
|
4412
4611
|
new (): HTMLDuetCheckmarkElement;
|
|
4413
4612
|
};
|
|
4613
|
+
interface HTMLDuetChipElement extends Components.DuetChip, HTMLStencilElement {
|
|
4614
|
+
}
|
|
4615
|
+
var HTMLDuetChipElement: {
|
|
4616
|
+
prototype: HTMLDuetChipElement;
|
|
4617
|
+
new (): HTMLDuetChipElement;
|
|
4618
|
+
};
|
|
4414
4619
|
interface HTMLDuetChoiceElement extends Components.DuetChoice, HTMLStencilElement {
|
|
4415
4620
|
}
|
|
4416
4621
|
var HTMLDuetChoiceElement: {
|
|
@@ -4645,6 +4850,18 @@ declare global {
|
|
|
4645
4850
|
prototype: HTMLDuetParagraphElement;
|
|
4646
4851
|
new (): HTMLDuetParagraphElement;
|
|
4647
4852
|
};
|
|
4853
|
+
interface HTMLDuetPopupMenuElement extends Components.DuetPopupMenu, HTMLStencilElement {
|
|
4854
|
+
}
|
|
4855
|
+
var HTMLDuetPopupMenuElement: {
|
|
4856
|
+
prototype: HTMLDuetPopupMenuElement;
|
|
4857
|
+
new (): HTMLDuetPopupMenuElement;
|
|
4858
|
+
};
|
|
4859
|
+
interface HTMLDuetPopupMenuItemElement extends Components.DuetPopupMenuItem, HTMLStencilElement {
|
|
4860
|
+
}
|
|
4861
|
+
var HTMLDuetPopupMenuItemElement: {
|
|
4862
|
+
prototype: HTMLDuetPopupMenuItemElement;
|
|
4863
|
+
new (): HTMLDuetPopupMenuItemElement;
|
|
4864
|
+
};
|
|
4648
4865
|
interface HTMLDuetProgressElement extends Components.DuetProgress, HTMLStencilElement {
|
|
4649
4866
|
}
|
|
4650
4867
|
var HTMLDuetProgressElement: {
|
|
@@ -4705,6 +4922,12 @@ declare global {
|
|
|
4705
4922
|
prototype: HTMLDuetShapedImageElement;
|
|
4706
4923
|
new (): HTMLDuetShapedImageElement;
|
|
4707
4924
|
};
|
|
4925
|
+
interface HTMLDuetShowMoreElement extends Components.DuetShowMore, HTMLStencilElement {
|
|
4926
|
+
}
|
|
4927
|
+
var HTMLDuetShowMoreElement: {
|
|
4928
|
+
prototype: HTMLDuetShowMoreElement;
|
|
4929
|
+
new (): HTMLDuetShowMoreElement;
|
|
4930
|
+
};
|
|
4708
4931
|
interface HTMLDuetSlideoutElement extends Components.DuetSlideout, HTMLStencilElement {
|
|
4709
4932
|
}
|
|
4710
4933
|
var HTMLDuetSlideoutElement: {
|
|
@@ -4861,6 +5084,12 @@ declare global {
|
|
|
4861
5084
|
prototype: HTMLDuetUploadAriaStatusElement;
|
|
4862
5085
|
new (): HTMLDuetUploadAriaStatusElement;
|
|
4863
5086
|
};
|
|
5087
|
+
interface HTMLDuetUploadItemElement extends Components.DuetUploadItem, HTMLStencilElement {
|
|
5088
|
+
}
|
|
5089
|
+
var HTMLDuetUploadItemElement: {
|
|
5090
|
+
prototype: HTMLDuetUploadItemElement;
|
|
5091
|
+
new (): HTMLDuetUploadItemElement;
|
|
5092
|
+
};
|
|
4864
5093
|
interface HTMLDuetVisuallyHiddenElement extends Components.DuetVisuallyHidden, HTMLStencilElement {
|
|
4865
5094
|
}
|
|
4866
5095
|
var HTMLDuetVisuallyHiddenElement: {
|
|
@@ -4880,6 +5109,7 @@ declare global {
|
|
|
4880
5109
|
"duet-card": HTMLDuetCardElement;
|
|
4881
5110
|
"duet-checkbox": HTMLDuetCheckboxElement;
|
|
4882
5111
|
"duet-checkmark": HTMLDuetCheckmarkElement;
|
|
5112
|
+
"duet-chip": HTMLDuetChipElement;
|
|
4883
5113
|
"duet-choice": HTMLDuetChoiceElement;
|
|
4884
5114
|
"duet-choice-group": HTMLDuetChoiceGroupElement;
|
|
4885
5115
|
"duet-collapsible": HTMLDuetCollapsibleElement;
|
|
@@ -4919,6 +5149,8 @@ declare global {
|
|
|
4919
5149
|
"duet-page-heading": HTMLDuetPageHeadingElement;
|
|
4920
5150
|
"duet-pagination": HTMLDuetPaginationElement;
|
|
4921
5151
|
"duet-paragraph": HTMLDuetParagraphElement;
|
|
5152
|
+
"duet-popup-menu": HTMLDuetPopupMenuElement;
|
|
5153
|
+
"duet-popup-menu-item": HTMLDuetPopupMenuItemElement;
|
|
4922
5154
|
"duet-progress": HTMLDuetProgressElement;
|
|
4923
5155
|
"duet-promo-card": HTMLDuetPromoCardElement;
|
|
4924
5156
|
"duet-radio": HTMLDuetRadioElement;
|
|
@@ -4929,6 +5161,7 @@ declare global {
|
|
|
4929
5161
|
"duet-section-layout": HTMLDuetSectionLayoutElement;
|
|
4930
5162
|
"duet-select": HTMLDuetSelectElement;
|
|
4931
5163
|
"duet-shaped-image": HTMLDuetShapedImageElement;
|
|
5164
|
+
"duet-show-more": HTMLDuetShowMoreElement;
|
|
4932
5165
|
"duet-slideout": HTMLDuetSlideoutElement;
|
|
4933
5166
|
"duet-slideout-lang": HTMLDuetSlideoutLangElement;
|
|
4934
5167
|
"duet-slideout-link": HTMLDuetSlideoutLinkElement;
|
|
@@ -4955,6 +5188,7 @@ declare global {
|
|
|
4955
5188
|
"duet-tray": HTMLDuetTrayElement;
|
|
4956
5189
|
"duet-upload": HTMLDuetUploadElement;
|
|
4957
5190
|
"duet-upload-aria-status": HTMLDuetUploadAriaStatusElement;
|
|
5191
|
+
"duet-upload-item": HTMLDuetUploadItemElement;
|
|
4958
5192
|
"duet-visually-hidden": HTMLDuetVisuallyHiddenElement;
|
|
4959
5193
|
}
|
|
4960
5194
|
}
|
|
@@ -5551,6 +5785,52 @@ declare namespace LocalJSX {
|
|
|
5551
5785
|
*/
|
|
5552
5786
|
"type"?: DuetChoiceType;
|
|
5553
5787
|
}
|
|
5788
|
+
interface DuetChip {
|
|
5789
|
+
/**
|
|
5790
|
+
* Adds accessible label for the chip that is only shown for screen readers. Typically, this label text replaces the visible text on the button for users who use assistive technology.
|
|
5791
|
+
*/
|
|
5792
|
+
"accessibleLabel"?: string;
|
|
5793
|
+
/**
|
|
5794
|
+
* Checked state of the filter chip.
|
|
5795
|
+
*/
|
|
5796
|
+
"checked"?: boolean;
|
|
5797
|
+
/**
|
|
5798
|
+
* Icon to display to the left of the chip content.
|
|
5799
|
+
*/
|
|
5800
|
+
"icon"?: DuetIconName;
|
|
5801
|
+
/**
|
|
5802
|
+
* Adds a unique identifier for the chip.
|
|
5803
|
+
*/
|
|
5804
|
+
"identifier"?: string;
|
|
5805
|
+
/**
|
|
5806
|
+
* Name attribute of the html input (filter) or button.
|
|
5807
|
+
*/
|
|
5808
|
+
"name"?: string;
|
|
5809
|
+
/**
|
|
5810
|
+
* Emitted when the chip loses focus.
|
|
5811
|
+
*/
|
|
5812
|
+
"onDuetBlur"?: (event: DuetChipCustomEvent<DuetChipEvent>) => void;
|
|
5813
|
+
/**
|
|
5814
|
+
* Emitted when the checked property has changed (applicable only for the filter variation).
|
|
5815
|
+
*/
|
|
5816
|
+
"onDuetChange"?: (event: DuetChipCustomEvent<DuetChipEvent>) => void;
|
|
5817
|
+
/**
|
|
5818
|
+
* Emitted when the chip receives focus.
|
|
5819
|
+
*/
|
|
5820
|
+
"onDuetFocus"?: (event: DuetChipCustomEvent<DuetChipEvent>) => void;
|
|
5821
|
+
/**
|
|
5822
|
+
* Theme of the button.
|
|
5823
|
+
*/
|
|
5824
|
+
"theme"?: DuetTheme;
|
|
5825
|
+
/**
|
|
5826
|
+
* The value of the html input when used as filter, or the button's value.
|
|
5827
|
+
*/
|
|
5828
|
+
"value"?: string;
|
|
5829
|
+
/**
|
|
5830
|
+
* Variation of the chip. Button should be used to present a list of actions or suggestions. It behaves like a button and must be used together with a click handler. Filter acts like a checkbox, it can be toggled on or off, and it should be used with a value. Input represents items input by the user, and the chip can be removed with a click. WARNING: Input variation is still work-in-progress and subject to change.
|
|
5831
|
+
*/
|
|
5832
|
+
"variation"?: DuetChipVariation;
|
|
5833
|
+
}
|
|
5554
5834
|
interface DuetChoice {
|
|
5555
5835
|
/**
|
|
5556
5836
|
* Indicates the id of a related component’s visually focused element.
|
|
@@ -5601,6 +5881,10 @@ declare namespace LocalJSX {
|
|
|
5601
5881
|
* Makes the choice button open a new section underneath it when clicked or tapped. This new section can be used to show more options related to this choice. Please note that this feature can’t be used together with the "info" functionality and that it only accepts plain dom nodes (no shadow dom elements such as duet-paragraph can be used as this will break accessibility)
|
|
5602
5882
|
*/
|
|
5603
5883
|
"collapsible"?: boolean;
|
|
5884
|
+
/**
|
|
5885
|
+
* This attribute works only when the 'collapsible' attribute is set to true. It maintains the visibility of the additional content section, regardless of whether the input is checked or not.
|
|
5886
|
+
*/
|
|
5887
|
+
"collapsibleForceExpanded"?: boolean;
|
|
5604
5888
|
/**
|
|
5605
5889
|
* Makes the choice component disabled. This prevents users from being able to interact with the choice, and conveys its inactive state to assistive technologies.
|
|
5606
5890
|
*/
|
|
@@ -6218,6 +6502,10 @@ declare namespace LocalJSX {
|
|
|
6218
6502
|
* Adjusts the horizontal distribution of the grid items.
|
|
6219
6503
|
*/
|
|
6220
6504
|
"distribution"?: DuetGridDistribution;
|
|
6505
|
+
/**
|
|
6506
|
+
* CSS grid based templates that can be used to create pre-defined layouts.
|
|
6507
|
+
*/
|
|
6508
|
+
"gridTemplate"?: "small" | "medium" | "large" | "sidebar-right" | "sidebar-left" | "two-columns" | "three-columns";
|
|
6221
6509
|
/**
|
|
6222
6510
|
* Adjusts the horizontal alignment of the grid items on mobile (575px and under).
|
|
6223
6511
|
*/
|
|
@@ -7605,6 +7893,86 @@ declare namespace LocalJSX {
|
|
|
7605
7893
|
*/
|
|
7606
7894
|
"weight"?: DuetParagraphWeight;
|
|
7607
7895
|
}
|
|
7896
|
+
interface DuetPopupMenu {
|
|
7897
|
+
/**
|
|
7898
|
+
* Adds accessible label for the menu that is only presented for users of assistive technologies. A popup menu should always have an accessible label that describes the popup's function.
|
|
7899
|
+
*/
|
|
7900
|
+
"accessibleLabel"?: string;
|
|
7901
|
+
/**
|
|
7902
|
+
* Element controlling the opening and closing of the popup menu.
|
|
7903
|
+
*/
|
|
7904
|
+
"controller"?: HTMLElement;
|
|
7905
|
+
/**
|
|
7906
|
+
* Cross axis positioning offset of the popup menu relative to its controller. For "top" and "bottom" placements cross axis is horizontal, for "left" and "right" vertical.
|
|
7907
|
+
*/
|
|
7908
|
+
"crossAxisOffset"?: number;
|
|
7909
|
+
/**
|
|
7910
|
+
* Main axis positioning offset of the popup menu relative to its controller. For "top" and "bottom" placements main axis is vertical, for "left" and "right" horizontal.
|
|
7911
|
+
*/
|
|
7912
|
+
"mainAxisOffset"?: number;
|
|
7913
|
+
/**
|
|
7914
|
+
* Emitted when the popup menu is opened or closed.
|
|
7915
|
+
*/
|
|
7916
|
+
"onDuetToggle"?: (event: DuetPopupMenuCustomEvent<DuetPopupMenuEvent>) => void;
|
|
7917
|
+
/**
|
|
7918
|
+
* Placement of the popup menu relative to its controller. Possible values: "top", "bottom", "left" and "right", optionally combined with "-start" or "-end".
|
|
7919
|
+
*/
|
|
7920
|
+
"placement"?: | "top"
|
|
7921
|
+
| "right"
|
|
7922
|
+
| "bottom"
|
|
7923
|
+
| "left"
|
|
7924
|
+
| "top-start"
|
|
7925
|
+
| "top-end"
|
|
7926
|
+
| "right-start"
|
|
7927
|
+
| "right-end"
|
|
7928
|
+
| "bottom-start"
|
|
7929
|
+
| "bottom-end"
|
|
7930
|
+
| "left-start"
|
|
7931
|
+
| "left-end";
|
|
7932
|
+
"position"?: "absolute" | "fixed";
|
|
7933
|
+
/**
|
|
7934
|
+
* Theme.
|
|
7935
|
+
*/
|
|
7936
|
+
"theme"?: DuetTheme;
|
|
7937
|
+
}
|
|
7938
|
+
interface DuetPopupMenuItem {
|
|
7939
|
+
/**
|
|
7940
|
+
* Adds accessible label for the button or link that is only shown for screen readers. Typically, this label text replaces the visible text on the button for users who use assistive technology.
|
|
7941
|
+
*/
|
|
7942
|
+
"accessibleLabel"?: string;
|
|
7943
|
+
/**
|
|
7944
|
+
* Is the item currently active (e.g. selected)
|
|
7945
|
+
*/
|
|
7946
|
+
"active"?: boolean;
|
|
7947
|
+
/**
|
|
7948
|
+
* Forces URL to open in a new browser tab. Used together with URL prop.
|
|
7949
|
+
*/
|
|
7950
|
+
"external"?: boolean;
|
|
7951
|
+
/**
|
|
7952
|
+
* Left icon.
|
|
7953
|
+
*/
|
|
7954
|
+
"leadingIcon"?: DuetIconName;
|
|
7955
|
+
/**
|
|
7956
|
+
* Theme.
|
|
7957
|
+
*/
|
|
7958
|
+
"theme"?: DuetTheme;
|
|
7959
|
+
/**
|
|
7960
|
+
* Right icon.
|
|
7961
|
+
*/
|
|
7962
|
+
"trailingIcon"?: DuetIconName;
|
|
7963
|
+
/**
|
|
7964
|
+
* Short text to display after the label, e.g. keyboard shortcut.
|
|
7965
|
+
*/
|
|
7966
|
+
"trailingText"?: string;
|
|
7967
|
+
/**
|
|
7968
|
+
* A destination to link to, rendered in the href attribute of a link.
|
|
7969
|
+
*/
|
|
7970
|
+
"url"?: string;
|
|
7971
|
+
/**
|
|
7972
|
+
* Value
|
|
7973
|
+
*/
|
|
7974
|
+
"value"?: string;
|
|
7975
|
+
}
|
|
7608
7976
|
interface DuetProgress {
|
|
7609
7977
|
/**
|
|
7610
7978
|
* Indicates the id of a component that describes the upload component.
|
|
@@ -8118,6 +8486,30 @@ declare namespace LocalJSX {
|
|
|
8118
8486
|
*/
|
|
8119
8487
|
"theme"?: DuetTheme;
|
|
8120
8488
|
}
|
|
8489
|
+
interface DuetShowMore {
|
|
8490
|
+
/**
|
|
8491
|
+
* The currently active language. This setting also changes the logo to match the chosen language.
|
|
8492
|
+
* @deprecated this is now handled via the html lang tag, and is no longer used - kept to avoid breaking changes and ease unit testing
|
|
8493
|
+
* @default "fi"
|
|
8494
|
+
*/
|
|
8495
|
+
"language"?: DuetLanguage;
|
|
8496
|
+
/**
|
|
8497
|
+
* Controls the margin of the component.
|
|
8498
|
+
*/
|
|
8499
|
+
"margin"?: DuetMargin;
|
|
8500
|
+
/**
|
|
8501
|
+
* Event emitted when opened/closed
|
|
8502
|
+
*/
|
|
8503
|
+
"onDuetToggle"?: (event: DuetShowMoreCustomEvent<DuetShowMoreToggleEvent>) => void;
|
|
8504
|
+
/**
|
|
8505
|
+
* Is the component expanded or collapsed.
|
|
8506
|
+
*/
|
|
8507
|
+
"open"?: boolean;
|
|
8508
|
+
/**
|
|
8509
|
+
* Theme.
|
|
8510
|
+
*/
|
|
8511
|
+
"theme"?: DuetTheme;
|
|
8512
|
+
}
|
|
8121
8513
|
interface DuetSlideout {
|
|
8122
8514
|
/**
|
|
8123
8515
|
* Background color. Use one of the color tokens.
|
|
@@ -9186,6 +9578,21 @@ declare namespace LocalJSX {
|
|
|
9186
9578
|
*/
|
|
9187
9579
|
"valid"?: number;
|
|
9188
9580
|
}
|
|
9581
|
+
interface DuetUploadItem {
|
|
9582
|
+
"actions"?: any;
|
|
9583
|
+
"categoryLabel"?: DuetLangObject;
|
|
9584
|
+
"data"?: DuetFileListItem;
|
|
9585
|
+
"errorCodes"?: DuetUploadErrorCode[];
|
|
9586
|
+
"label"?: DuetLangObject;
|
|
9587
|
+
"linkClickEvent"?: EventEmitter<DuetUploadEvent1>;
|
|
9588
|
+
"showCategory"?: boolean;
|
|
9589
|
+
"showLinks"?: boolean;
|
|
9590
|
+
/**
|
|
9591
|
+
* Theme of the card. Can be one of: "default", "turva".
|
|
9592
|
+
*/
|
|
9593
|
+
"theme"?: DuetTheme;
|
|
9594
|
+
"type"?: ItemType;
|
|
9595
|
+
}
|
|
9189
9596
|
interface DuetVisuallyHidden {
|
|
9190
9597
|
}
|
|
9191
9598
|
interface IntrinsicElements {
|
|
@@ -9201,6 +9608,7 @@ declare namespace LocalJSX {
|
|
|
9201
9608
|
"duet-card": DuetCard;
|
|
9202
9609
|
"duet-checkbox": DuetCheckbox;
|
|
9203
9610
|
"duet-checkmark": DuetCheckmark;
|
|
9611
|
+
"duet-chip": DuetChip;
|
|
9204
9612
|
"duet-choice": DuetChoice;
|
|
9205
9613
|
"duet-choice-group": DuetChoiceGroup;
|
|
9206
9614
|
"duet-collapsible": DuetCollapsible;
|
|
@@ -9240,6 +9648,8 @@ declare namespace LocalJSX {
|
|
|
9240
9648
|
"duet-page-heading": DuetPageHeading;
|
|
9241
9649
|
"duet-pagination": DuetPagination;
|
|
9242
9650
|
"duet-paragraph": DuetParagraph;
|
|
9651
|
+
"duet-popup-menu": DuetPopupMenu;
|
|
9652
|
+
"duet-popup-menu-item": DuetPopupMenuItem;
|
|
9243
9653
|
"duet-progress": DuetProgress;
|
|
9244
9654
|
"duet-promo-card": DuetPromoCard;
|
|
9245
9655
|
"duet-radio": DuetRadio;
|
|
@@ -9250,6 +9660,7 @@ declare namespace LocalJSX {
|
|
|
9250
9660
|
"duet-section-layout": DuetSectionLayout;
|
|
9251
9661
|
"duet-select": DuetSelect;
|
|
9252
9662
|
"duet-shaped-image": DuetShapedImage;
|
|
9663
|
+
"duet-show-more": DuetShowMore;
|
|
9253
9664
|
"duet-slideout": DuetSlideout;
|
|
9254
9665
|
"duet-slideout-lang": DuetSlideoutLang;
|
|
9255
9666
|
"duet-slideout-link": DuetSlideoutLink;
|
|
@@ -9276,6 +9687,7 @@ declare namespace LocalJSX {
|
|
|
9276
9687
|
"duet-tray": DuetTray;
|
|
9277
9688
|
"duet-upload": DuetUpload;
|
|
9278
9689
|
"duet-upload-aria-status": DuetUploadAriaStatus;
|
|
9690
|
+
"duet-upload-item": DuetUploadItem;
|
|
9279
9691
|
"duet-visually-hidden": DuetVisuallyHidden;
|
|
9280
9692
|
}
|
|
9281
9693
|
}
|
|
@@ -9295,6 +9707,7 @@ declare module "@stencil/core" {
|
|
|
9295
9707
|
"duet-card": LocalJSX.DuetCard & JSXBase.HTMLAttributes<HTMLDuetCardElement>;
|
|
9296
9708
|
"duet-checkbox": LocalJSX.DuetCheckbox & JSXBase.HTMLAttributes<HTMLDuetCheckboxElement>;
|
|
9297
9709
|
"duet-checkmark": LocalJSX.DuetCheckmark & JSXBase.HTMLAttributes<HTMLDuetCheckmarkElement>;
|
|
9710
|
+
"duet-chip": LocalJSX.DuetChip & JSXBase.HTMLAttributes<HTMLDuetChipElement>;
|
|
9298
9711
|
"duet-choice": LocalJSX.DuetChoice & JSXBase.HTMLAttributes<HTMLDuetChoiceElement>;
|
|
9299
9712
|
"duet-choice-group": LocalJSX.DuetChoiceGroup & JSXBase.HTMLAttributes<HTMLDuetChoiceGroupElement>;
|
|
9300
9713
|
"duet-collapsible": LocalJSX.DuetCollapsible & JSXBase.HTMLAttributes<HTMLDuetCollapsibleElement>;
|
|
@@ -9334,6 +9747,8 @@ declare module "@stencil/core" {
|
|
|
9334
9747
|
"duet-page-heading": LocalJSX.DuetPageHeading & JSXBase.HTMLAttributes<HTMLDuetPageHeadingElement>;
|
|
9335
9748
|
"duet-pagination": LocalJSX.DuetPagination & JSXBase.HTMLAttributes<HTMLDuetPaginationElement>;
|
|
9336
9749
|
"duet-paragraph": LocalJSX.DuetParagraph & JSXBase.HTMLAttributes<HTMLDuetParagraphElement>;
|
|
9750
|
+
"duet-popup-menu": LocalJSX.DuetPopupMenu & JSXBase.HTMLAttributes<HTMLDuetPopupMenuElement>;
|
|
9751
|
+
"duet-popup-menu-item": LocalJSX.DuetPopupMenuItem & JSXBase.HTMLAttributes<HTMLDuetPopupMenuItemElement>;
|
|
9337
9752
|
"duet-progress": LocalJSX.DuetProgress & JSXBase.HTMLAttributes<HTMLDuetProgressElement>;
|
|
9338
9753
|
"duet-promo-card": LocalJSX.DuetPromoCard & JSXBase.HTMLAttributes<HTMLDuetPromoCardElement>;
|
|
9339
9754
|
"duet-radio": LocalJSX.DuetRadio & JSXBase.HTMLAttributes<HTMLDuetRadioElement>;
|
|
@@ -9344,6 +9759,7 @@ declare module "@stencil/core" {
|
|
|
9344
9759
|
"duet-section-layout": LocalJSX.DuetSectionLayout & JSXBase.HTMLAttributes<HTMLDuetSectionLayoutElement>;
|
|
9345
9760
|
"duet-select": LocalJSX.DuetSelect & JSXBase.HTMLAttributes<HTMLDuetSelectElement>;
|
|
9346
9761
|
"duet-shaped-image": LocalJSX.DuetShapedImage & JSXBase.HTMLAttributes<HTMLDuetShapedImageElement>;
|
|
9762
|
+
"duet-show-more": LocalJSX.DuetShowMore & JSXBase.HTMLAttributes<HTMLDuetShowMoreElement>;
|
|
9347
9763
|
"duet-slideout": LocalJSX.DuetSlideout & JSXBase.HTMLAttributes<HTMLDuetSlideoutElement>;
|
|
9348
9764
|
"duet-slideout-lang": LocalJSX.DuetSlideoutLang & JSXBase.HTMLAttributes<HTMLDuetSlideoutLangElement>;
|
|
9349
9765
|
"duet-slideout-link": LocalJSX.DuetSlideoutLink & JSXBase.HTMLAttributes<HTMLDuetSlideoutLinkElement>;
|
|
@@ -9370,6 +9786,7 @@ declare module "@stencil/core" {
|
|
|
9370
9786
|
"duet-tray": LocalJSX.DuetTray & JSXBase.HTMLAttributes<HTMLDuetTrayElement>;
|
|
9371
9787
|
"duet-upload": LocalJSX.DuetUpload & JSXBase.HTMLAttributes<HTMLDuetUploadElement>;
|
|
9372
9788
|
"duet-upload-aria-status": LocalJSX.DuetUploadAriaStatus & JSXBase.HTMLAttributes<HTMLDuetUploadAriaStatusElement>;
|
|
9789
|
+
"duet-upload-item": LocalJSX.DuetUploadItem & JSXBase.HTMLAttributes<HTMLDuetUploadItemElement>;
|
|
9373
9790
|
"duet-visually-hidden": LocalJSX.DuetVisuallyHidden & JSXBase.HTMLAttributes<HTMLDuetVisuallyHiddenElement>;
|
|
9374
9791
|
}
|
|
9375
9792
|
}
|