@duetds/components 6.0.3 → 6.0.5
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 +77 -70
- 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-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-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-choice_2.cjs.entry.js +10 -9
- package/lib/cjs/duet-collapsible.cjs.entry.js +2 -2
- package/lib/cjs/duet-combobox.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 +17 -14
- 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 +2 -2
- package/lib/cjs/duet-header_2.cjs.entry.js +3 -3
- package/lib/cjs/duet-hero.cjs.entry.js +1 -1
- 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-modal.cjs.entry.js +2 -2
- 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-pagination_2.cjs.entry.js +25 -27
- package/lib/cjs/duet-progress.cjs.entry.js +1 -1
- 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-select.cjs.entry.js +1 -1
- package/lib/cjs/duet-step_2.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-tooltip.cjs.entry.js +1 -1
- 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-visually-hidden.cjs.entry.js +1 -1
- package/lib/cjs/duet.cjs.js +1 -1
- package/lib/cjs/{focus-utils-15207057.js → focus-utils-bbba1f98.js} +1 -1
- package/lib/cjs/{index-28a9133b.js → index-af927d29.js} +1 -1
- package/lib/cjs/loader.cjs.js +1 -1
- package/lib/cjs/{token-utils-fef5b4eb.js → token-utils-f6e2f4ef.js} +1 -1
- package/lib/cjs/{tokens-29450bcb.js → tokens-4c69b122.js} +18 -15
- package/lib/cjs/{tokens.module-ef598645.js → tokens.module-1bb2d45e.js} +12 -10
- package/lib/collection/components/duet-choice/duet-choice.js +4 -4
- package/lib/collection/components/duet-choice-group/duet-choice-group.js +4 -3
- package/lib/collection/components/duet-range-stepper/duet-range-stepper.js +25 -27
- package/lib/collection/components/duet-upload/duet-upload.js +18 -15
- package/lib/dist-custom-elements/duet-action-button.d.ts +11 -0
- package/lib/dist-custom-elements/duet-action-button.js +9 -0
- package/lib/dist-custom-elements/duet-alert.d.ts +11 -0
- package/lib/dist-custom-elements/duet-alert.js +9 -0
- package/lib/dist-custom-elements/duet-badge.d.ts +11 -0
- package/lib/dist-custom-elements/duet-badge.js +9 -0
- package/lib/dist-custom-elements/duet-breadcrumb.d.ts +11 -0
- package/lib/dist-custom-elements/duet-breadcrumb.js +73 -0
- package/lib/dist-custom-elements/duet-breadcrumbs.d.ts +11 -0
- package/lib/dist-custom-elements/duet-breadcrumbs.js +90 -0
- package/lib/dist-custom-elements/duet-button.d.ts +11 -0
- package/lib/dist-custom-elements/duet-button.js +9 -0
- package/lib/dist-custom-elements/duet-caption.d.ts +11 -0
- package/lib/dist-custom-elements/duet-caption.js +9 -0
- package/lib/dist-custom-elements/duet-card.d.ts +11 -0
- package/lib/dist-custom-elements/duet-card.js +190 -0
- package/lib/dist-custom-elements/duet-checkbox.d.ts +11 -0
- package/lib/dist-custom-elements/duet-checkbox.js +163 -0
- package/lib/dist-custom-elements/duet-choice-group.d.ts +11 -0
- package/lib/dist-custom-elements/duet-choice-group.js +227 -0
- package/lib/dist-custom-elements/duet-choice.d.ts +11 -0
- package/lib/dist-custom-elements/duet-choice.js +390 -0
- package/lib/dist-custom-elements/duet-collapsible.d.ts +11 -0
- package/lib/dist-custom-elements/duet-collapsible.js +170 -0
- package/lib/dist-custom-elements/duet-combobox.d.ts +11 -0
- package/lib/dist-custom-elements/duet-combobox.js +432 -0
- package/lib/dist-custom-elements/duet-cookie-consent.d.ts +11 -0
- package/lib/dist-custom-elements/duet-cookie-consent.js +94 -0
- package/lib/dist-custom-elements/duet-date-picker.d.ts +11 -0
- package/lib/dist-custom-elements/duet-date-picker.js +906 -0
- package/lib/dist-custom-elements/duet-divider.d.ts +11 -0
- package/lib/dist-custom-elements/duet-divider.js +9 -0
- package/lib/dist-custom-elements/duet-editable-table.d.ts +11 -0
- package/lib/dist-custom-elements/duet-editable-table.js +9 -0
- package/lib/dist-custom-elements/duet-empty-state.d.ts +11 -0
- package/lib/dist-custom-elements/duet-empty-state.js +9 -0
- package/lib/dist-custom-elements/duet-fieldset.d.ts +11 -0
- package/lib/dist-custom-elements/duet-fieldset.js +9 -0
- package/lib/dist-custom-elements/duet-footer.d.ts +11 -0
- package/lib/dist-custom-elements/duet-footer.js +199 -0
- package/lib/dist-custom-elements/duet-grid-item.d.ts +11 -0
- package/lib/dist-custom-elements/duet-grid-item.js +9 -0
- package/lib/dist-custom-elements/duet-grid.d.ts +11 -0
- package/lib/dist-custom-elements/duet-grid.js +9 -0
- package/lib/dist-custom-elements/duet-header.d.ts +11 -0
- package/lib/dist-custom-elements/duet-header.js +764 -0
- package/lib/dist-custom-elements/duet-heading.d.ts +11 -0
- package/lib/dist-custom-elements/duet-heading.js +9 -0
- package/lib/dist-custom-elements/duet-hero.d.ts +11 -0
- package/lib/dist-custom-elements/duet-hero.js +314 -0
- package/lib/dist-custom-elements/duet-icon.d.ts +11 -0
- package/lib/dist-custom-elements/duet-icon.js +9 -0
- package/lib/dist-custom-elements/duet-input.d.ts +11 -0
- package/lib/dist-custom-elements/duet-input.js +9 -0
- package/lib/dist-custom-elements/duet-label.d.ts +11 -0
- package/lib/dist-custom-elements/duet-label.js +9 -0
- package/lib/dist-custom-elements/duet-layout.d.ts +11 -0
- package/lib/dist-custom-elements/duet-layout.js +107 -0
- package/lib/dist-custom-elements/duet-link.d.ts +11 -0
- package/lib/dist-custom-elements/duet-link.js +9 -0
- package/lib/dist-custom-elements/duet-list-item.d.ts +11 -0
- package/lib/dist-custom-elements/duet-list-item.js +9 -0
- package/lib/dist-custom-elements/duet-list.d.ts +11 -0
- package/lib/dist-custom-elements/duet-list.js +9 -0
- package/lib/dist-custom-elements/duet-logo.d.ts +11 -0
- package/lib/dist-custom-elements/duet-logo.js +9 -0
- package/lib/dist-custom-elements/duet-modal.d.ts +11 -0
- package/lib/dist-custom-elements/duet-modal.js +331 -0
- package/lib/dist-custom-elements/duet-notification-drawer.d.ts +11 -0
- package/lib/dist-custom-elements/duet-notification-drawer.js +194 -0
- package/lib/dist-custom-elements/duet-notification.d.ts +11 -0
- package/lib/dist-custom-elements/duet-notification.js +114 -0
- package/lib/dist-custom-elements/duet-number-input.d.ts +11 -0
- package/lib/dist-custom-elements/duet-number-input.js +516 -0
- package/lib/dist-custom-elements/duet-pagination.d.ts +11 -0
- package/lib/dist-custom-elements/duet-pagination.js +396 -0
- package/lib/dist-custom-elements/duet-paragraph.d.ts +11 -0
- package/lib/dist-custom-elements/duet-paragraph.js +9 -0
- package/lib/dist-custom-elements/duet-progress.d.ts +11 -0
- package/lib/dist-custom-elements/duet-progress.js +9 -0
- package/lib/dist-custom-elements/duet-radio-group.d.ts +11 -0
- package/lib/dist-custom-elements/duet-radio-group.js +216 -0
- package/lib/dist-custom-elements/duet-radio.d.ts +11 -0
- package/lib/dist-custom-elements/duet-radio.js +167 -0
- package/lib/dist-custom-elements/duet-range-slider.d.ts +11 -0
- package/lib/dist-custom-elements/duet-range-slider.js +209 -0
- package/lib/dist-custom-elements/duet-range-stepper.d.ts +11 -0
- package/lib/dist-custom-elements/duet-range-stepper.js +223 -0
- package/lib/dist-custom-elements/duet-scrollable.d.ts +11 -0
- package/lib/dist-custom-elements/duet-scrollable.js +9 -0
- package/lib/dist-custom-elements/duet-select.d.ts +11 -0
- package/lib/dist-custom-elements/duet-select.js +9 -0
- package/lib/dist-custom-elements/duet-spacer.d.ts +11 -0
- package/lib/dist-custom-elements/duet-spacer.js +9 -0
- package/lib/dist-custom-elements/duet-spinner.d.ts +11 -0
- package/lib/dist-custom-elements/duet-spinner.js +9 -0
- package/lib/dist-custom-elements/duet-step.d.ts +11 -0
- package/lib/dist-custom-elements/duet-step.js +150 -0
- package/lib/dist-custom-elements/duet-stepper.d.ts +11 -0
- package/lib/dist-custom-elements/duet-stepper.js +164 -0
- package/lib/dist-custom-elements/duet-tab-group.d.ts +11 -0
- package/lib/dist-custom-elements/duet-tab-group.js +301 -0
- package/lib/dist-custom-elements/duet-tab.d.ts +11 -0
- package/lib/dist-custom-elements/duet-tab.js +59 -0
- package/lib/dist-custom-elements/duet-table.d.ts +11 -0
- package/lib/dist-custom-elements/duet-table.js +9 -0
- package/lib/dist-custom-elements/duet-textarea.d.ts +11 -0
- package/lib/dist-custom-elements/duet-textarea.js +297 -0
- package/lib/dist-custom-elements/duet-toggle.d.ts +11 -0
- package/lib/dist-custom-elements/duet-toggle.js +150 -0
- package/lib/dist-custom-elements/duet-tooltip.d.ts +11 -0
- package/lib/dist-custom-elements/duet-tooltip.js +9 -0
- package/lib/dist-custom-elements/duet-tray.d.ts +11 -0
- package/lib/dist-custom-elements/duet-tray.js +175 -0
- package/lib/dist-custom-elements/duet-upload-aria-status.d.ts +11 -0
- package/lib/dist-custom-elements/duet-upload-aria-status.js +9 -0
- package/lib/dist-custom-elements/duet-upload.d.ts +11 -0
- package/lib/dist-custom-elements/duet-upload.js +1514 -0
- package/lib/dist-custom-elements/duet-visually-hidden.d.ts +11 -0
- package/lib/dist-custom-elements/duet-visually-hidden.js +9 -0
- package/lib/dist-custom-elements/index.d.ts +26 -0
- package/lib/dist-custom-elements/index.js +37 -0
- package/lib/{esm/tokens-8ff8c570.js → dist-custom-elements/p-02305a1e.js} +18 -15
- package/lib/dist-custom-elements/p-0b3f675e.js +47 -0
- package/lib/{esm/focus-utils-559691b3.js → dist-custom-elements/p-0b8f16f1.js} +1 -1
- package/lib/dist-custom-elements/p-0ce83b83.js +154 -0
- package/lib/dist-custom-elements/p-0f5b2dfe.js +287 -0
- package/lib/dist-custom-elements/p-115c79b6.js +6 -0
- package/lib/dist-custom-elements/p-12721178.js +57 -0
- package/lib/dist-custom-elements/p-166d7b9c.js +199 -0
- package/lib/dist-custom-elements/p-1ad6b04e.js +1666 -0
- package/lib/dist-custom-elements/p-21887c28.js +275 -0
- package/lib/dist-custom-elements/p-24c2ac51.js +114 -0
- package/lib/dist-custom-elements/p-266411cf.js +307 -0
- package/lib/dist-custom-elements/p-2bb345c0.js +193 -0
- package/lib/dist-custom-elements/p-32a67b55.js +87 -0
- package/lib/dist-custom-elements/p-4c52333e.js +341 -0
- package/lib/dist-custom-elements/p-4ebf1618.js +13 -0
- package/lib/dist-custom-elements/p-4f516732.js +214 -0
- package/lib/dist-custom-elements/p-53a0c93d.js +37 -0
- package/lib/dist-custom-elements/p-544d933d.js +61 -0
- package/lib/dist-custom-elements/p-56118313.js +53 -0
- package/lib/dist-custom-elements/p-56b5945f.js +160 -0
- package/lib/dist-custom-elements/p-5a9d75e1.js +55 -0
- package/lib/dist-custom-elements/p-692cc270.js +125 -0
- package/lib/dist-custom-elements/p-6cae0682.js +75 -0
- package/lib/dist-custom-elements/p-704245ef.js +9 -0
- package/lib/dist-custom-elements/p-76f00bd5.js +10 -0
- package/lib/dist-custom-elements/p-7a003d73.js +37 -0
- package/lib/dist-custom-elements/p-7f5ad01d.js +64 -0
- package/lib/{esm/token-utils-df78f4d8.js → dist-custom-elements/p-86faf728.js} +1 -1
- package/lib/dist-custom-elements/p-8f69f7ca.js +428 -0
- package/lib/dist-custom-elements/p-92012dcc.js +71 -0
- package/lib/dist-custom-elements/p-9af8e9da.js +70 -0
- package/lib/dist-custom-elements/p-a087e30a.js +86 -0
- package/lib/dist-custom-elements/p-b9058029.js +138 -0
- package/lib/dist-custom-elements/p-bd779757.js +184 -0
- package/lib/dist-custom-elements/p-c0469b33.js +133 -0
- package/lib/dist-custom-elements/p-c1325e35.js +11 -0
- package/lib/dist-custom-elements/p-c8d44e6d.js +87 -0
- package/lib/dist-custom-elements/p-cfab50b5.js +110 -0
- package/lib/dist-custom-elements/p-d004da5f.js +6 -0
- package/lib/dist-custom-elements/p-d11287e1.js +129 -0
- package/lib/dist-custom-elements/p-d4c234ed.js +390 -0
- package/lib/dist-custom-elements/p-d8549efe.js +20 -0
- package/lib/dist-custom-elements/p-db91a981.js +98 -0
- package/lib/dist-custom-elements/p-e121eb6d.js +241 -0
- package/lib/dist-custom-elements/p-ede854e1.js +92 -0
- package/lib/dist-custom-elements/p-ee9a63c3.js +65 -0
- package/lib/dist-custom-elements/p-f11208c3.js +6 -0
- package/lib/dist-custom-elements/p-f1d0dca7.js +275 -0
- package/lib/dist-custom-elements/p-fb6be4e4.js +66 -0
- package/lib/duet/duet.esm.js +1 -1
- package/lib/duet/duet.js +1 -1
- package/lib/duet/{p-4c93a18e.system.entry.js → p-01ec746a.system.entry.js} +1 -1
- package/lib/duet/p-02305a1e.js +4 -0
- package/lib/duet/{p-674e546f.system.entry.js → p-02a0c4f6.system.entry.js} +1 -1
- package/lib/duet/{p-b01e2523.entry.js → p-02fec3bd.entry.js} +1 -1
- package/lib/duet/{p-300147ad.entry.js → p-032a5071.entry.js} +1 -1
- package/lib/duet/{p-0626271f.entry.js → p-08fe21b1.entry.js} +1 -1
- package/lib/duet/{p-d0cee171.entry.js → p-0b0c7f09.entry.js} +1 -1
- package/lib/duet/{p-1931d33f.system.js → p-100c6ed7.system.js} +1 -1
- package/lib/duet/{p-dab594cf.system.entry.js → p-168a22df.system.entry.js} +1 -1
- package/lib/duet/p-1fc60a60.system.js +4 -0
- package/lib/duet/{p-bb9624c3.entry.js → p-24dafa59.entry.js} +1 -1
- package/lib/duet/{p-d444107c.system.entry.js → p-28fcab59.system.entry.js} +1 -1
- package/lib/duet/{p-db15d420.system.entry.js → p-292ab686.system.entry.js} +1 -1
- package/lib/duet/{p-de986d77.system.entry.js → p-293b8c58.system.entry.js} +1 -1
- package/lib/duet/{p-9308c1e6.entry.js → p-2c698aec.entry.js} +1 -1
- package/lib/duet/p-32f7178a.system.js +4 -0
- package/lib/duet/{p-92d95bde.system.entry.js → p-3967595b.system.entry.js} +1 -1
- package/lib/duet/{p-72443e94.system.entry.js → p-414b1ba7.system.entry.js} +1 -1
- package/lib/duet/{p-ae515c54.entry.js → p-422d7157.entry.js} +1 -1
- package/lib/duet/{p-9fcac068.system.entry.js → p-4df190b5.system.entry.js} +1 -1
- package/lib/duet/{p-c41b07d7.entry.js → p-50eb1959.entry.js} +1 -1
- package/lib/duet/{p-de3c0f4d.js → p-532e9db7.js} +1 -1
- package/lib/duet/{p-16521f2d.entry.js → p-552ce747.entry.js} +1 -1
- package/lib/duet/{p-398a79a0.js → p-588be556.js} +1 -1
- package/lib/duet/{p-b008fe25.entry.js → p-58c58219.entry.js} +1 -1
- package/lib/duet/{p-2bd79d6b.entry.js → p-5b7db3d5.entry.js} +1 -1
- package/lib/duet/{p-5d967d15.entry.js → p-5bb6f856.entry.js} +1 -1
- package/lib/duet/{p-20271117.entry.js → p-62ff683a.entry.js} +1 -1
- package/lib/duet/{p-e1654a8b.system.entry.js → p-65206bf2.system.entry.js} +1 -1
- package/lib/duet/{p-2bba6489.entry.js → p-66bb00c2.entry.js} +1 -1
- package/lib/duet/{p-49db53a1.system.entry.js → p-6cc35a71.system.entry.js} +1 -1
- package/lib/duet/{p-63dbd5af.system.entry.js → p-7431ad27.system.entry.js} +1 -1
- package/lib/duet/{p-df11c241.system.entry.js → p-74bcd39f.system.entry.js} +1 -1
- package/lib/duet/{p-e2ac0727.system.entry.js → p-76fd11ff.system.entry.js} +1 -1
- package/lib/duet/{p-339e5901.system.js → p-7871ef0a.system.js} +1 -1
- package/lib/duet/{p-1aca544d.entry.js → p-79160b90.entry.js} +1 -1
- package/lib/duet/{p-23ad5f8a.entry.js → p-7d71fd3b.entry.js} +1 -1
- package/lib/duet/{p-946aa901.system.entry.js → p-7d866e2a.system.entry.js} +1 -1
- package/lib/duet/{p-9e54127f.system.entry.js → p-83120829.system.entry.js} +1 -1
- package/lib/duet/{p-d0f72f22.js → p-85c3f82e.js} +1 -1
- package/lib/duet/{p-06ab2787.system.entry.js → p-85df6ff1.system.entry.js} +1 -1
- package/lib/duet/{p-68c3b19f.entry.js → p-86567f28.entry.js} +1 -1
- package/lib/duet/{p-104bf1b5.entry.js → p-8669b09e.entry.js} +1 -1
- package/lib/duet/{p-9f18afd6.entry.js → p-88819152.entry.js} +1 -1
- package/lib/duet/{p-5d1787cb.entry.js → p-89dc739e.entry.js} +1 -1
- package/lib/duet/{p-6c875cfa.system.entry.js → p-8a4d7ae9.system.entry.js} +1 -1
- package/lib/duet/{p-571440c7.system.entry.js → p-8edd208a.system.entry.js} +1 -1
- package/lib/duet/{p-691f609b.entry.js → p-8efd9495.entry.js} +1 -1
- package/lib/duet/{p-c5499bc3.entry.js → p-8f222a1b.entry.js} +1 -1
- package/lib/duet/{p-6b0a4b3b.entry.js → p-98ba3424.entry.js} +1 -1
- package/lib/duet/{p-31004a7b.system.entry.js → p-996ba330.system.entry.js} +1 -1
- package/lib/duet/{p-de815460.system.entry.js → p-9999e5fa.system.entry.js} +1 -1
- package/lib/duet/{p-de146ffa.system.entry.js → p-9bae46c2.system.entry.js} +1 -1
- package/lib/duet/{p-ab2f08b3.system.entry.js → p-9cb366b1.system.entry.js} +1 -1
- package/lib/duet/{p-8c409ffe.system.entry.js → p-a3de163c.system.entry.js} +1 -1
- package/lib/duet/{p-064dd5fd.entry.js → p-a40a7074.entry.js} +1 -1
- package/lib/duet/{p-1010fb94.entry.js → p-a463d7ba.entry.js} +1 -1
- package/lib/duet/{p-087d72dd.system.entry.js → p-a755f378.system.entry.js} +1 -1
- package/lib/duet/{p-b066a6b7.entry.js → p-a78c751d.entry.js} +1 -1
- package/lib/duet/{p-c8d9da51.entry.js → p-aae486b1.entry.js} +1 -1
- package/lib/duet/{p-0f7f7e7d.system.entry.js → p-ade95c1a.system.entry.js} +1 -1
- package/lib/duet/{p-9f8a51b4.system.entry.js → p-ae270d5c.system.entry.js} +1 -1
- package/lib/duet/{p-94c07a46.system.entry.js → p-afd48ab5.system.entry.js} +1 -1
- package/lib/duet/{p-f2eaad1e.js → p-b1931fae.js} +1 -1
- package/lib/duet/{p-e3983bfe.entry.js → p-b1b6bfaf.entry.js} +1 -1
- package/lib/duet/{p-6eecfced.system.entry.js → p-bcaa46bc.system.entry.js} +1 -1
- package/lib/duet/{p-eb54474f.system.entry.js → p-bd95bbac.system.entry.js} +1 -1
- package/lib/duet/{p-09364233.entry.js → p-c14e364f.entry.js} +1 -1
- package/lib/duet/{p-074bfd45.entry.js → p-cd24ed34.entry.js} +1 -1
- package/lib/duet/{p-8157e5bb.system.entry.js → p-ceaefc71.system.entry.js} +1 -1
- package/lib/duet/{p-18cc5627.system.js → p-d209191d.system.js} +1 -1
- package/lib/duet/{p-5658ac20.system.entry.js → p-d33ad700.system.entry.js} +1 -1
- package/lib/duet/{p-41cb95cb.entry.js → p-d5700477.entry.js} +1 -1
- package/lib/duet/{p-b3dc55a6.system.entry.js → p-d8c1e717.system.entry.js} +1 -1
- package/lib/duet/{p-cca9c605.system.entry.js → p-d8e4683f.system.entry.js} +1 -1
- package/lib/duet/{p-0ae59d7c.entry.js → p-db5582e2.entry.js} +1 -1
- package/lib/duet/{p-f7ac05dd.system.entry.js → p-dc3379cf.system.entry.js} +1 -1
- package/lib/duet/{p-cfa50753.system.js → p-ddc42b65.system.js} +1 -1
- package/lib/duet/{p-3cc55c8a.system.entry.js → p-e1c35023.system.entry.js} +1 -1
- package/lib/duet/p-e6d75fab.entry.js +4 -0
- package/lib/duet/{p-89048c6f.entry.js → p-e99cfa9a.entry.js} +1 -1
- package/lib/duet/{p-4034b322.system.entry.js → p-ec08089e.system.entry.js} +1 -1
- package/lib/duet/{p-bec24271.system.entry.js → p-ec45b5c6.system.entry.js} +1 -1
- package/lib/duet/{p-5beb69ac.entry.js → p-ed41265b.entry.js} +1 -1
- package/lib/duet/{p-744ce6ce.entry.js → p-ed985877.entry.js} +1 -1
- package/lib/duet/p-f5cac1af.entry.js +4 -0
- package/lib/duet/{p-e0f6ebf4.system.entry.js → p-f6725c7b.system.entry.js} +1 -1
- package/lib/duet/{p-c2e37fb4.entry.js → p-f7012b1f.entry.js} +1 -1
- package/lib/duet/{p-23ba48a5.system.entry.js → p-f7856429.system.entry.js} +1 -1
- package/lib/duet/{p-97a369d6.entry.js → p-f9d05a5c.entry.js} +1 -1
- package/lib/duet/{p-ef4b4f35.entry.js → p-fb798cb8.entry.js} +1 -1
- package/lib/duet/{p-47ed8218.entry.js → p-fcbf70a6.entry.js} +1 -1
- package/lib/duet/{p-3d029dce.system.entry.js → p-fcc58f66.system.entry.js} +1 -1
- package/lib/duet/{p-db115036.entry.js → p-fdd0a7df.entry.js} +1 -1
- package/lib/duet/{p-6841adb8.system.entry.js → p-feae179e.system.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-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-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-choice_2.entry.js +10 -9
- package/lib/esm/duet-collapsible.entry.js +2 -2
- package/lib/esm/duet-combobox.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 +17 -14
- 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 +2 -2
- package/lib/esm/duet-header_2.entry.js +3 -3
- package/lib/esm/duet-hero.entry.js +1 -1
- 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-modal.entry.js +2 -2
- package/lib/esm/duet-notification_2.entry.js +1 -1
- package/lib/esm/duet-number-input.entry.js +1 -1
- package/lib/esm/duet-pagination_2.entry.js +25 -27
- package/lib/esm/duet-progress.entry.js +1 -1
- 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-select.entry.js +1 -1
- package/lib/esm/duet-step_2.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-tooltip.entry.js +1 -1
- package/lib/esm/duet-tray.entry.js +2 -2
- package/lib/esm/duet-upload-aria-status.entry.js +1 -1
- package/lib/esm/duet-visually-hidden.entry.js +1 -1
- package/lib/esm/duet.js +1 -1
- package/lib/esm/focus-utils-b515b88b.js +18 -0
- package/lib/esm/{index-f600b8dc.js → index-d8c3ba71.js} +1 -1
- package/lib/esm/loader.js +1 -1
- package/lib/esm/token-utils-ebf797ab.js +92 -0
- package/lib/esm/tokens-b9d87fda.js +459 -0
- package/lib/esm/{tokens.module-f4572ed7.js → tokens.module-385c4cf8.js} +12 -10
- 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-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-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-choice_2.entry.js +1 -1
- package/lib/esm-es5/duet-collapsible.entry.js +2 -2
- package/lib/esm-es5/duet-combobox.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 +1 -1
- 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-modal.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-pagination_2.entry.js +1 -1
- package/lib/esm-es5/duet-progress.entry.js +1 -1
- package/lib/esm-es5/duet-radio_2.entry.js +1 -1
- 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-select.entry.js +1 -1
- package/lib/esm-es5/duet-step_2.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-tooltip.entry.js +1 -1
- 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-visually-hidden.entry.js +1 -1
- package/lib/esm-es5/duet.js +1 -1
- package/lib/esm-es5/{focus-utils-559691b3.js → focus-utils-b515b88b.js} +1 -1
- package/lib/esm-es5/{index-f600b8dc.js → index-d8c3ba71.js} +1 -1
- package/lib/esm-es5/loader.js +1 -1
- package/lib/esm-es5/{token-utils-df78f4d8.js → token-utils-ebf797ab.js} +1 -1
- package/lib/esm-es5/tokens-b9d87fda.js +4 -0
- package/lib/esm-es5/{tokens.module-f4572ed7.js → tokens.module-385c4cf8.js} +1 -1
- package/lib/types/components/duet-choice-group/duet-choice-group.d.ts +1 -0
- package/lib/types/components/duet-range-stepper/duet-range-stepper.d.ts +2 -2
- package/lib/types/components/duet-upload/duet-upload.d.ts +8 -8
- package/lib/types/components.d.ts +6 -6
- package/package.json +5 -5
- package/lib/custom-elements-bundle/index.d.ts +0 -399
- package/lib/custom-elements-bundle/index.js +0 -14110
- package/lib/duet/p-6002f3d2.system.js +0 -4
- package/lib/duet/p-7c198c75.entry.js +0 -4
- package/lib/duet/p-a93a04b9.system.js +0 -4
- package/lib/duet/p-d1746325.js +0 -4
- package/lib/duet/p-f2ab3e5c.entry.js +0 -4
- package/lib/esm-es5/tokens-8ff8c570.js +0 -4
|
@@ -0,0 +1,428 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Built with Duet Design System
|
|
3
|
+
*/
|
|
4
|
+
import { p as proxyCustomElement, H, c as createEvent, h, b as Host } from './p-1ad6b04e.js';
|
|
5
|
+
import { f as formSearch } from './p-d004da5f.js';
|
|
6
|
+
import { i as inheritGlobalTheme } from './p-4ebf1618.js';
|
|
7
|
+
import { c as createID } from './p-c1325e35.js';
|
|
8
|
+
import { c as cleanValue, r as resetCursor } from './p-56118313.js';
|
|
9
|
+
import { b as isEscapeKey } from './p-d8549efe.js';
|
|
10
|
+
import { g as getLocaleString } from './p-ede854e1.js';
|
|
11
|
+
import { d as defineCustomElement$5 } from './p-92012dcc.js';
|
|
12
|
+
import { d as defineCustomElement$4 } from './p-4f516732.js';
|
|
13
|
+
import { d as defineCustomElement$3 } from './p-fb6be4e4.js';
|
|
14
|
+
import { d as defineCustomElement$2 } from './p-f1d0dca7.js';
|
|
15
|
+
import { d as defineCustomElement$1 } from './p-53a0c93d.js';
|
|
16
|
+
|
|
17
|
+
var formEmail={"title":"form-email","tags":"form email","svg":"<svg fill=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" role=\"img\"><path d=\"M12 23.999c-3.205 0-6.218-1.248-8.484-3.514S.001 15.206.001 12.001s1.248-6.218 3.514-8.485C5.782 1.25 8.795.001 12 .001s6.218 1.248 8.485 3.514A11.92 11.92 0 0 1 24 12v2.25A3.754 3.754 0 0 1 20.25 18a3.77 3.77 0 0 1-3.48-2.365A6.009 6.009 0 0 1 12 18c-3.308 0-6-2.692-6-6s2.692-6 6-6 6 2.692 6 6v2.25c0 1.241 1.009 2.25 2.25 2.25s2.25-1.009 2.25-2.25V12c0-2.804-1.092-5.441-3.075-7.424A10.433 10.433 0 0 0 12 1.501c-2.804 0-5.441 1.092-7.424 3.075S1.501 9.196 1.501 12c0 2.805 1.092 5.441 3.075 7.424s4.619 3.074 7.423 3.074c2.257 0 4.494-.746 6.299-2.1a.749.749 0 1 1 .9 1.199A12.049 12.049 0 0 1 12 23.999zM12 7.5c-2.481 0-4.5 2.019-4.5 4.5s2.019 4.5 4.5 4.5 4.5-2.019 4.5-4.5-2.019-4.5-4.5-4.5z\"/></svg>"};
|
|
18
|
+
|
|
19
|
+
const duetInputCss = "*.sc-duet-input,*.sc-duet-input::after,*.sc-duet-input::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}.sc-duet-input-h{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;display:inline-flex;width:100%;min-width:calc(33.333% - 8px);max-width:100%;text-align:left;vertical-align:bottom}.sc-duet-input-h:last-child,.sc-duet-input-h:last-of-type{margin-right:0 !important}@media (min-width: 36em){.sc-duet-input-h{width:calc(50% - 16px - 3px)}}.duet-expand.sc-duet-input-h{width:100% !important}.duet-m-0.sc-duet-input-h{margin:0 !important}duet-tooltip.sc-duet-input{position:absolute;top:12px;right:0}@media (min-width: 48em){duet-tooltip.sc-duet-input{position:relative;top:4px;right:auto}}duet-caption.sc-duet-input:not(:last-of-type){margin-bottom:0}.duet-input-placeholder.sc-duet-input{position:absolute;top:-9px;left:9px;z-index:200;display:block;width:auto;max-width:60%;padding:0 0.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:white}.duet-input-icon.sc-duet-input{position:absolute;top:50%;right:16px;z-index:200;width:20px;height:20px;font-size:0;line-height:normal;color:#00294d;pointer-events:none;transform:translateY(-50%)}.duet-theme-turva.sc-duet-input .duet-input-icon.sc-duet-input{color:#171c3a}.duet-input-container.sc-duet-input{position:relative;width:100%;height:100%}.duet-input-container.has-clear.sc-duet-input .duet-input-clear-icon.sc-duet-input{position:relative;z-index:250}.duet-input-container.has-clear.sc-duet-input .duet-input-clear-icon.sc-duet-input button.sc-duet-input{position:absolute;top:-24px;right:0;min-width:48px;min-height:48px}.duet-input-container.has-clear.sc-duet-input .duet-input-clear-icon.sc-duet-input button.sc-duet-input:focus{outline:0;box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}.duet-theme-turva.sc-duet-input .duet-input-container.has-clear.sc-duet-input .duet-input-clear-icon.sc-duet-input button.sc-duet-input:focus{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.duet-input-container.has-clear.sc-duet-input .duet-input-clear-icon.sc-duet-input button.sc-duet-input:active{opacity:0.75;transition:none}.duet-input-container.has-clear.has-icon.sc-duet-input .duet-input-clear-icon.sc-duet-input{top:-24px;right:24px}.duet-input.sc-duet-input{position:relative;z-index:100;display:block !important;width:100% !important;min-width:8rem;max-width:initial !important;height:auto !important;padding:12px 14px !important;margin:initial !important;margin-bottom:initial !important;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 !important;font-variant-numeric:tabular-nums;line-height:1.5 !important;color:#00294d !important;cursor:initial !important;background:white !important;background-clip:initial !important;border:1px solid #909599 !important;border-radius:4px !important;box-shadow:initial !important;transition:box-shadow 150ms ease, border 150ms ease !important}.duet-input.is-number.sc-duet-input{padding-right:112px !important}.duet-input.is-date.sc-duet-input{padding-right:64px !important}.has-error.sc-duet-input .duet-input.sc-duet-input{border-color:#de2362 !important}.has-error.sc-duet-input .duet-input.sc-duet-input+.duet-input-icon.sc-duet-input{color:#de2362 !important}.duet-theme-turva.has-error.sc-duet-input .duet-input.sc-duet-input{border-color:#e02a0d !important}.duet-theme-turva.has-error.sc-duet-input .duet-input.sc-duet-input+.duet-input-icon.sc-duet-input{color:#e02a0d !important}.has-icon.sc-duet-input .duet-input.sc-duet-input{padding-right:48px !important}.duet-theme-turva.sc-duet-input .duet-input.sc-duet-input{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";color:#171c3a !important;border-color:#747475 !important}.duet-input.sc-duet-input::-ms-clear{display:none}.duet-input.sc-duet-input::-webkit-contacts-auto-fill-button{display:none !important}.duet-input.sc-duet-input::-webkit-input-placeholder{color:#657787;opacity:1 !important;transition:color 300ms ease}.duet-theme-turva.sc-duet-input .duet-input.sc-duet-input::-webkit-input-placeholder{color:#747475}.duet-input.sc-duet-input:focus::-webkit-input-placeholder{color:#cfd2d4}.duet-theme-turva.sc-duet-input .duet-input.sc-duet-input:focus::-webkit-input-placeholder{color:#cfcfd1}.duet-input.sc-duet-input::-moz-placeholder{color:#657787;opacity:1 !important}.duet-theme-turva.sc-duet-input .duet-input.sc-duet-input::-moz-placeholder{color:#747475}.duet-input.sc-duet-input:focus::-moz-placeholder{color:#cfd2d4}.duet-theme-turva.sc-duet-input .duet-input.sc-duet-input:focus::-moz-placeholder{color:#cfcfd1}.duet-input.sc-duet-input:-ms-input-placeholder{color:#657787}.duet-theme-turva.sc-duet-input .duet-input.sc-duet-input:-ms-input-placeholder{color:#747475}.duet-input.sc-duet-input:focus:-ms-input-placeholder{color:#cfd2d4}.duet-theme-turva.sc-duet-input .duet-input.sc-duet-input:focus:-ms-input-placeholder{color:#cfcfd1}.duet-input[disabled].sc-duet-input{color:#00294d !important;cursor:text !important;background:#f5f8fa !important;border-color:#f5f8fa !important;box-shadow:none !important;opacity:1 !important;-webkit-text-fill-color:#00294d !important}.duet-theme-turva.sc-duet-input .duet-input[disabled].sc-duet-input{color:#171c3a !important;background:#f5f5f7 !important;border-color:#f5f5f7 !important;-webkit-text-fill-color:#171c3a !important}.duet-input.sc-duet-input:hover:not(:disabled){box-shadow:0 0 0 1px #909599 !important}.duet-theme-turva.sc-duet-input .duet-input.sc-duet-input:hover:not(:disabled){box-shadow:0 0 0 1px #747475 !important}.has-error.sc-duet-input .duet-input.sc-duet-input:hover:not(:disabled){box-shadow:0 0 0 1px #de2362}.duet-theme-turva.has-error.sc-duet-input .duet-input.sc-duet-input:hover:not(:disabled){box-shadow:0 0 0 1px #e02a0d}.duet-input.sc-duet-input:focus{border-color:#0077b3 !important;outline:0;box-shadow:0 0 0 1px #0077b3 !important;transition:none}.duet-theme-turva.sc-duet-input .duet-input.sc-duet-input:focus{border-color:#171c3a !important;box-shadow:0 0 0 1px #171c3a !important}.duet-theme-turva.sc-duet-input .duet-input.sc-duet-input:focus+.duet-input-icon.sc-duet-input{color:#171c3a}.has-error.sc-duet-input .duet-input.sc-duet-input:focus{box-shadow:0 0 0 1px #de2362}.duet-theme-turva.has-error.sc-duet-input .duet-input.sc-duet-input:focus{box-shadow:0 0 0 1px #e02a0d}.duet-input.sc-duet-input:focus+.duet-input-icon.sc-duet-input{color:#0077b3}.duet-input[type=search].sc-duet-input:not(:placeholder-shown):focus+.duet-input-icon.sc-duet-input{display:none}.duet-input.sc-duet-input:not(:focus):not(:hover):invalid{box-shadow:none !important}.duet-input[type=number].sc-duet-input::-webkit-inner-spin-button,.duet-input[type=number].sc-duet-input::-webkit-outer-spin-button,.duet-input[type=time].sc-duet-input::-webkit-inner-spin-button,.duet-input[type=time].sc-duet-input::-webkit-outer-spin-button{display:none;margin:0;-webkit-appearance:none}.duet-input.sc-duet-input::-webkit-search-cancel-button{margin-right:-28px}.duet-input-help.sc-duet-input{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:0.875rem;font-weight:400;line-height:1.25;color:#657787;border-radius:4px}.duet-input-help.sc-duet-input span.sc-duet-input{display:block;margin-top:8px}.duet-theme-turva.sc-duet-input .duet-input-help.sc-duet-input{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";color:#747475}.has-error.sc-duet-input .duet-input-help.sc-duet-input{color:#de2362}.duet-theme-turva.has-error.sc-duet-input .duet-input-help.sc-duet-input{color:#e02a0d}.duet-label-hidden.sc-duet-input duet-label.sc-duet-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0}.duet-input-relative.sc-duet-input{position:relative;width:100%}.duet-input-variation-button.sc-duet-input{position:relative;width:100%}.duet-input-variation-button.sc-duet-input .duet-input-relative.sc-duet-input{display:flex;flex-direction:row;flex-wrap:nowrap;align-content:center;align-items:center;justify-content:flex-start;width:auto}.duet-input-variation-button.sc-duet-input .duet-input-relative.sc-duet-input duet-button.sc-duet-input{z-index:250;margin-bottom:0}.duet-input-variation-button.sc-duet-input .duet-input-relative.sc-duet-input .duet-input.sc-duet-input{border-right-width:0 !important;border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}";
|
|
20
|
+
|
|
21
|
+
const icons = {
|
|
22
|
+
search: formSearch,
|
|
23
|
+
email: formEmail,
|
|
24
|
+
};
|
|
25
|
+
const DuetInput = /*@__PURE__*/ proxyCustomElement(class extends H {
|
|
26
|
+
constructor() {
|
|
27
|
+
super();
|
|
28
|
+
this.__registerHost();
|
|
29
|
+
this.duetInput = createEvent(this, "duetInput", 7);
|
|
30
|
+
this.duetChange = createEvent(this, "duetChange", 3);
|
|
31
|
+
this.duetBlur = createEvent(this, "duetBlur", 7);
|
|
32
|
+
this.duetClear = createEvent(this, "duetClear", 7);
|
|
33
|
+
this.duetFocus = createEvent(this, "duetFocus", 7);
|
|
34
|
+
/**
|
|
35
|
+
* Own Properties
|
|
36
|
+
*/
|
|
37
|
+
this.inputId = createID("DuetInput");
|
|
38
|
+
this.clearId = createID("DuetInputClear");
|
|
39
|
+
this.labelId = createID("DuetLabel");
|
|
40
|
+
this.topCaptionId = createID("DuetCaptionTop");
|
|
41
|
+
this.topCaptionPlaceholderId = createID("DuetCaptionPlaceholderTop");
|
|
42
|
+
this.errorId = createID("DuetError");
|
|
43
|
+
this.disallowPatternRegex = null;
|
|
44
|
+
this.clearLabel = getLocaleString({
|
|
45
|
+
en: "Clear",
|
|
46
|
+
fi: "Tyhjennä",
|
|
47
|
+
sv: "Rensa",
|
|
48
|
+
});
|
|
49
|
+
this.timeAnnouncement = getLocaleString({
|
|
50
|
+
en: "Time",
|
|
51
|
+
fi: "Aika",
|
|
52
|
+
sv: "Tid",
|
|
53
|
+
});
|
|
54
|
+
/**
|
|
55
|
+
* Indicates the id or a string of space seperated ids of a component(s) that describes the input.
|
|
56
|
+
*/
|
|
57
|
+
this.accessibleDescribedBy = "";
|
|
58
|
+
/**
|
|
59
|
+
* Indicates value of any popup element associated with the input.
|
|
60
|
+
*/
|
|
61
|
+
this.accessibleHasPopup = undefined;
|
|
62
|
+
/**
|
|
63
|
+
* Aria Details of the component
|
|
64
|
+
*/
|
|
65
|
+
this.accessibleDetails = undefined;
|
|
66
|
+
/**
|
|
67
|
+
* String of id's that indicate alternative labels elements
|
|
68
|
+
*/
|
|
69
|
+
this.accessibleLabelledBy = undefined;
|
|
70
|
+
/**
|
|
71
|
+
* Aria description the button
|
|
72
|
+
*/
|
|
73
|
+
this.accessibleDescription = undefined;
|
|
74
|
+
/**
|
|
75
|
+
* Set the amount of time, in milliseconds, to wait to trigger the duetChange
|
|
76
|
+
* event after each keystroke.
|
|
77
|
+
*/
|
|
78
|
+
this.debounce = 0;
|
|
79
|
+
/**
|
|
80
|
+
* If set, the input field will display a clear button that can be accessed with tabbing.
|
|
81
|
+
*/
|
|
82
|
+
this.clear = false;
|
|
83
|
+
/**
|
|
84
|
+
* If form input field has a placeholder text, and user types anything (causing the placeholder text to disappear),
|
|
85
|
+
* settings this to true will "echo" it into the caption slot - this option will be false by default for the next few versions, but will eventually be true by default (scheduled for 4.30.0)
|
|
86
|
+
*/
|
|
87
|
+
this.echoPlaceholder = false;
|
|
88
|
+
/**
|
|
89
|
+
* Theme of the input.
|
|
90
|
+
*/
|
|
91
|
+
this.theme = "";
|
|
92
|
+
/**
|
|
93
|
+
* Expands the input to fill 100% of the container width.
|
|
94
|
+
*/
|
|
95
|
+
this.expand = false;
|
|
96
|
+
/**
|
|
97
|
+
* Makes the input component disabled. This prevents users from being able to
|
|
98
|
+
* interact with the input, and conveys its inactive state to assistive technologies.
|
|
99
|
+
*/
|
|
100
|
+
this.disabled = false;
|
|
101
|
+
/**
|
|
102
|
+
* Controls the margin of the component.
|
|
103
|
+
*/
|
|
104
|
+
this.margin = "auto";
|
|
105
|
+
/**
|
|
106
|
+
* Set whether the input is required or not. Please note that this is necessary for
|
|
107
|
+
* accessible inputs when the user is required to fill them. When using this property
|
|
108
|
+
* you need to also set “novalidate” attribute to your form element to prevent
|
|
109
|
+
* browser from displaying its own validation errors.
|
|
110
|
+
*/
|
|
111
|
+
this.required = false;
|
|
112
|
+
/**
|
|
113
|
+
* Type of the input.
|
|
114
|
+
*/
|
|
115
|
+
this.type = "text";
|
|
116
|
+
/**
|
|
117
|
+
* Variation of button.
|
|
118
|
+
*/
|
|
119
|
+
this.variation = "default";
|
|
120
|
+
/**
|
|
121
|
+
* Label for the input.
|
|
122
|
+
*/
|
|
123
|
+
this.label = "label";
|
|
124
|
+
/**
|
|
125
|
+
* Display the input in error state along with an error message.
|
|
126
|
+
*/
|
|
127
|
+
this.error = "";
|
|
128
|
+
/**
|
|
129
|
+
* Visually hide the label, but still show it to screen readers.
|
|
130
|
+
*/
|
|
131
|
+
this.labelHidden = false;
|
|
132
|
+
/**
|
|
133
|
+
* Enable numeric keyboard for the input.
|
|
134
|
+
*/
|
|
135
|
+
this.numericKeyboard = false;
|
|
136
|
+
/**
|
|
137
|
+
* Used internally in Duet to adjust whether this component acts as e.g. number input.
|
|
138
|
+
*/
|
|
139
|
+
this.component = "input";
|
|
140
|
+
/**
|
|
141
|
+
* Enable or disable automatic completion by the browser
|
|
142
|
+
*/
|
|
143
|
+
this.autoComplete = "on";
|
|
144
|
+
/**
|
|
145
|
+
* A regular expression that matches any characters which should be *disallowed*.
|
|
146
|
+
* This differs from `pattern`, as it actively prevents users entering any characters which match the regular expression.
|
|
147
|
+
* e.g. the following will disallow any non-numeric characters `[^0-9]`
|
|
148
|
+
*/
|
|
149
|
+
this.disallowPattern = null;
|
|
150
|
+
/**
|
|
151
|
+
* Tooltip to display next to the label of the input.
|
|
152
|
+
*/
|
|
153
|
+
this.tooltip = "";
|
|
154
|
+
/**
|
|
155
|
+
* With direction setting you can force the tooltip to always open towards left
|
|
156
|
+
* or right instead of automatically determining the direction.
|
|
157
|
+
*/
|
|
158
|
+
this.tooltipDirection = "auto";
|
|
159
|
+
/**
|
|
160
|
+
* Component event handling.
|
|
161
|
+
*/
|
|
162
|
+
this.onInput = (ev) => {
|
|
163
|
+
if (this.disallowPatternRegex) {
|
|
164
|
+
cleanValue(this.nativeInput, this.disallowPatternRegex);
|
|
165
|
+
}
|
|
166
|
+
this.value = this.nativeInput.value || "";
|
|
167
|
+
this.duetInput.emit({
|
|
168
|
+
originalEvent: ev,
|
|
169
|
+
value: this.value,
|
|
170
|
+
component: "duet-input",
|
|
171
|
+
});
|
|
172
|
+
};
|
|
173
|
+
this.onBlur = (ev) => {
|
|
174
|
+
this.duetBlur.emit({
|
|
175
|
+
originalEvent: ev,
|
|
176
|
+
value: this.value,
|
|
177
|
+
component: "duet-input",
|
|
178
|
+
});
|
|
179
|
+
};
|
|
180
|
+
this.onFocus = (ev) => {
|
|
181
|
+
this.duetFocus.emit({
|
|
182
|
+
originalEvent: ev,
|
|
183
|
+
value: this.value,
|
|
184
|
+
component: "duet-input",
|
|
185
|
+
});
|
|
186
|
+
};
|
|
187
|
+
this.onClear = (ev) => {
|
|
188
|
+
this.duetFocus.emit({
|
|
189
|
+
originalEvent: ev,
|
|
190
|
+
value: this.value,
|
|
191
|
+
component: "duet-input",
|
|
192
|
+
});
|
|
193
|
+
};
|
|
194
|
+
/** Private functions
|
|
195
|
+
*
|
|
196
|
+
*/
|
|
197
|
+
this.getDescribedBy = () => {
|
|
198
|
+
let describedBy = "";
|
|
199
|
+
if (this.isCaptionVisible && this.topCaptionId) {
|
|
200
|
+
describedBy = this.topCaptionId;
|
|
201
|
+
if (this.accessibleDescribedBy) {
|
|
202
|
+
describedBy += " " + this.accessibleDescribedBy;
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
else if (this.accessibleDescribedBy.length > 0) {
|
|
206
|
+
describedBy = this.accessibleDescribedBy;
|
|
207
|
+
}
|
|
208
|
+
else {
|
|
209
|
+
describedBy = undefined;
|
|
210
|
+
}
|
|
211
|
+
return describedBy;
|
|
212
|
+
};
|
|
213
|
+
this.handleClearClick = event => {
|
|
214
|
+
const clearing = this.clearInput();
|
|
215
|
+
this.onClear(event);
|
|
216
|
+
return clearing;
|
|
217
|
+
};
|
|
218
|
+
this.keyHandler = event => {
|
|
219
|
+
if (isEscapeKey(event) && this.clear) {
|
|
220
|
+
this.handleClearClick(event);
|
|
221
|
+
}
|
|
222
|
+
return event;
|
|
223
|
+
};
|
|
224
|
+
}
|
|
225
|
+
disallowedPatternChange() {
|
|
226
|
+
this.disallowPatternRegex = this.disallowPattern ? new RegExp(this.disallowPattern, "g") : null;
|
|
227
|
+
}
|
|
228
|
+
valueChanged() {
|
|
229
|
+
var _a;
|
|
230
|
+
if (((_a = this === null || this === void 0 ? void 0 : this.nativeInput) === null || _a === void 0 ? void 0 : _a.value) !== this.value) {
|
|
231
|
+
const restoreCursor = resetCursor(this.nativeInput);
|
|
232
|
+
this.nativeInput.value = this.value;
|
|
233
|
+
// restore selection position after having set value
|
|
234
|
+
// (in webkit based browsers settings value trigger cursor position and will set it to EndOfText)
|
|
235
|
+
restoreCursor();
|
|
236
|
+
}
|
|
237
|
+
this.isCaptionVisible = !!this.caption;
|
|
238
|
+
const emitEvent = () => this.duetChange.emit({
|
|
239
|
+
value: this.value,
|
|
240
|
+
component: "duet-input",
|
|
241
|
+
});
|
|
242
|
+
if (this.debounce === 0) {
|
|
243
|
+
emitEvent();
|
|
244
|
+
}
|
|
245
|
+
else {
|
|
246
|
+
clearTimeout(this.timeoutId);
|
|
247
|
+
this.timeoutId = setTimeout(emitEvent, this.debounce);
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
/**
|
|
251
|
+
* Component lifecycle events.
|
|
252
|
+
*/
|
|
253
|
+
componentWillLoad() {
|
|
254
|
+
inheritGlobalTheme(this);
|
|
255
|
+
this.disallowedPatternChange();
|
|
256
|
+
this.isCaptionVisible = !!this.caption;
|
|
257
|
+
}
|
|
258
|
+
/**
|
|
259
|
+
* Sets focus on the specified `duet-input`. Use this method instead of the global
|
|
260
|
+
* `input.focus()`.
|
|
261
|
+
*/
|
|
262
|
+
async setFocus(options) {
|
|
263
|
+
if (this.nativeInput) {
|
|
264
|
+
this.nativeInput.focus(options);
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
/**
|
|
268
|
+
* Reset the cursor position on the native element
|
|
269
|
+
* `input.resetCursor()`.
|
|
270
|
+
*/
|
|
271
|
+
async resetCursor() {
|
|
272
|
+
if (this.nativeInput) {
|
|
273
|
+
const restoreCursor = resetCursor(this.nativeInput);
|
|
274
|
+
this.nativeInput.value = this.value;
|
|
275
|
+
restoreCursor();
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
/**
|
|
279
|
+
* Reset the cursor position on the native element
|
|
280
|
+
* `input.resetCursor()`.
|
|
281
|
+
*/
|
|
282
|
+
async clearInput() {
|
|
283
|
+
if (this.nativeInput) {
|
|
284
|
+
this.nativeInput.value = "";
|
|
285
|
+
this.value = "";
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
/**
|
|
289
|
+
* render() function
|
|
290
|
+
* Always the last one in the class.
|
|
291
|
+
*/
|
|
292
|
+
render() {
|
|
293
|
+
const identifier = this.identifier || this.inputId;
|
|
294
|
+
const inputProps = {};
|
|
295
|
+
if (this.numericKeyboard) {
|
|
296
|
+
inputProps.inputmode = "numeric";
|
|
297
|
+
}
|
|
298
|
+
// Set validation regexes
|
|
299
|
+
if (this.pattern && this.type !== "tel") {
|
|
300
|
+
inputProps.pattern = this.pattern;
|
|
301
|
+
}
|
|
302
|
+
else if (!this.pattern && this.type === "tel") {
|
|
303
|
+
inputProps.pattern = "[0-9+ ]+";
|
|
304
|
+
}
|
|
305
|
+
let selectedTime;
|
|
306
|
+
if (this.value) {
|
|
307
|
+
selectedTime = new Date();
|
|
308
|
+
try {
|
|
309
|
+
selectedTime.setHours(Number(this.value.slice(0, 2)), Number(this.value.slice(3, 5)), 0, 0);
|
|
310
|
+
}
|
|
311
|
+
catch (e) {
|
|
312
|
+
selectedTime = undefined;
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
return (h(Host, { class: { "duet-expand": this.expand, "duet-m-0": this.margin === "none" }, onKeyUp: e => this.keyHandler(e) }, this.type === "time" && (h("duet-visually-hidden", { "aria-live": "polite", "aria-atomic": "true" }, selectedTime ? `${this.timeAnnouncement} ${selectedTime.toLocaleTimeString()}` : "")), h("div", { class: {
|
|
316
|
+
"duet-input-container": true,
|
|
317
|
+
"duet-theme-turva": this.theme === "turva",
|
|
318
|
+
[`duet-input-variation-${this.variation}`]: true,
|
|
319
|
+
"duet-label-hidden": this.labelHidden,
|
|
320
|
+
"duet-input-top-caption-shown": this.isCaptionVisible,
|
|
321
|
+
"has-icon": !!this.icon ||
|
|
322
|
+
(this.type !== "text" && this.type !== "tel" && this.type !== "password" && this.type !== "time"),
|
|
323
|
+
"has-error": !!this.error,
|
|
324
|
+
"has-clear": this.clear,
|
|
325
|
+
} }, h("duet-label", { theme: this.theme === "turva" ? "turva" : "default", class: { "duet-has-tooltip": !!this.tooltip }, margin: this.isCaptionVisible ? "small" : "auto", id: this.labelId, for: identifier }, this.label), this.tooltip && (h("duet-tooltip", { direction: this.tooltipDirection, accessibleInputLabel: this.label }, this.tooltip)), this.caption && (h("duet-caption", { id: this.topCaptionId, size: "medium" }, this.caption)), h("div", { class: "duet-input-relative" }, this.placeholder && this.echoPlaceholder && (this.value || this.type === "time") && (h("duet-caption", { id: this.topCaptionPlaceholderId, class: "duet-input-placeholder", margin: "none", size: "small" }, this.placeholder)), h("input", Object.assign({ ref: input => (this.nativeInput = input), onInput: this.onInput, onBlur: this.onBlur, onFocus: this.onFocus, type: this.type, class: {
|
|
326
|
+
"duet-input": true,
|
|
327
|
+
disabled: this.disabled,
|
|
328
|
+
"is-number": this.component === "number",
|
|
329
|
+
"is-date": this.component === "date",
|
|
330
|
+
}, value: this.value, disabled: this.disabled, "aria-invalid": this.error ? "true" : "false", "aria-labelledby": this.accessibleLabelledBy
|
|
331
|
+
? `${this.labelId} ${this.errorId} ${this.accessibleLabelledBy}`
|
|
332
|
+
: `${this.labelId} ${this.errorId}`, "aria-controls": this.accessibleControls, "aria-autocomplete": this.accessibleAutocomplete, "aria-activedescendant": this.accessibleActiveDescendant, "aria-details": this.accessibleDetails, "aria-description": this.accessibleDescription, "aria-expanded": this.accessibleExpanded, "aria-haspopup": this.accessibleHasPopup, "aria-owns": this.accessibleOwns, "aria-describedby": this.getDescribedBy(), placeholder: this.placeholder, spellcheck: "false", minlength: this.minlength, maxlength: this.maxlength, autocomplete: this.autoComplete, required: this.required, role: this.role, name: this.name, id: identifier }, inputProps)), !this.icon &&
|
|
333
|
+
this.type !== "text" &&
|
|
334
|
+
this.type !== "tel" &&
|
|
335
|
+
this.type !== "password" &&
|
|
336
|
+
this.type !== "time" &&
|
|
337
|
+
this.variation !== "button" && (h("div", { class: "duet-input-icon" }, h("duet-icon", { margin: "none", size: "small", icon: icons[this.type].svg, color: "currentColor" }))), this.clear && this.value && (h("div", { class: "duet-input-clear-icon" }, h("button", { onClick: this.handleClearClick, id: this.clearId, "aria-label": this.clearLabel, "aria-keyshortcuts": "Escape" }, h("duet-icon", { margin: "none", size: "xx-small", name: "activity-close", color: "currentColor" })))), this.icon && this.variation !== "button" && (h("div", { class: "duet-input-icon" }, h("duet-icon", { margin: "none", size: "small", name: this.icon, color: "currentColor" }))), this.variation === "button" && h("slot", { name: "button" }), h("slot", null)), h("span", { class: "duet-input-help", id: this.errorId, "aria-live": "assertive", "aria-relevant": "additions removals" }, this.error && h("span", { class: "duet-input-error" }, this.error)))));
|
|
338
|
+
}
|
|
339
|
+
get element() { return this; }
|
|
340
|
+
static get watchers() { return {
|
|
341
|
+
"disallowPattern": ["disallowedPatternChange"],
|
|
342
|
+
"value": ["valueChanged"]
|
|
343
|
+
}; }
|
|
344
|
+
static get style() { return duetInputCss; }
|
|
345
|
+
}, [6, "duet-input", {
|
|
346
|
+
"accessibleActiveDescendant": [1, "accessible-active-descendant"],
|
|
347
|
+
"accessibleAutocomplete": [1, "accessible-autocomplete"],
|
|
348
|
+
"accessibleControls": [1, "accessible-controls"],
|
|
349
|
+
"accessibleOwns": [1, "accessible-owns"],
|
|
350
|
+
"accessibleExpanded": [1, "accessible-expanded"],
|
|
351
|
+
"accessibleDescribedBy": [1, "accessible-described-by"],
|
|
352
|
+
"accessibleHasPopup": [1, "accessible-has-popup"],
|
|
353
|
+
"accessibleDetails": [1, "accessible-details"],
|
|
354
|
+
"accessibleLabelledBy": [1, "accessible-labelled-by"],
|
|
355
|
+
"accessibleDescription": [1, "accessible-description"],
|
|
356
|
+
"debounce": [2],
|
|
357
|
+
"clear": [4],
|
|
358
|
+
"caption": [1],
|
|
359
|
+
"echoPlaceholder": [4, "echo-placeholder"],
|
|
360
|
+
"theme": [1025],
|
|
361
|
+
"expand": [4],
|
|
362
|
+
"disabled": [516],
|
|
363
|
+
"identifier": [1],
|
|
364
|
+
"margin": [1],
|
|
365
|
+
"required": [4],
|
|
366
|
+
"type": [1],
|
|
367
|
+
"variation": [1],
|
|
368
|
+
"label": [1],
|
|
369
|
+
"error": [1],
|
|
370
|
+
"labelHidden": [4, "label-hidden"],
|
|
371
|
+
"numericKeyboard": [4, "numeric-keyboard"],
|
|
372
|
+
"name": [1],
|
|
373
|
+
"pattern": [1],
|
|
374
|
+
"maxlength": [2],
|
|
375
|
+
"minlength": [2],
|
|
376
|
+
"placeholder": [1],
|
|
377
|
+
"component": [1],
|
|
378
|
+
"role": [1],
|
|
379
|
+
"icon": [1],
|
|
380
|
+
"autoComplete": [1, "auto-complete"],
|
|
381
|
+
"disallowPattern": [1, "disallow-pattern"],
|
|
382
|
+
"value": [1025],
|
|
383
|
+
"tooltip": [1],
|
|
384
|
+
"tooltipDirection": [1, "tooltip-direction"],
|
|
385
|
+
"setFocus": [64],
|
|
386
|
+
"resetCursor": [64],
|
|
387
|
+
"clearInput": [64]
|
|
388
|
+
}]);
|
|
389
|
+
function defineCustomElement() {
|
|
390
|
+
if (typeof customElements === "undefined") {
|
|
391
|
+
return;
|
|
392
|
+
}
|
|
393
|
+
const components = ["duet-input", "duet-caption", "duet-icon", "duet-label", "duet-tooltip", "duet-visually-hidden"];
|
|
394
|
+
components.forEach(tagName => { switch (tagName) {
|
|
395
|
+
case "duet-input":
|
|
396
|
+
if (!customElements.get(tagName)) {
|
|
397
|
+
customElements.define(tagName, DuetInput);
|
|
398
|
+
}
|
|
399
|
+
break;
|
|
400
|
+
case "duet-caption":
|
|
401
|
+
if (!customElements.get(tagName)) {
|
|
402
|
+
defineCustomElement$5();
|
|
403
|
+
}
|
|
404
|
+
break;
|
|
405
|
+
case "duet-icon":
|
|
406
|
+
if (!customElements.get(tagName)) {
|
|
407
|
+
defineCustomElement$4();
|
|
408
|
+
}
|
|
409
|
+
break;
|
|
410
|
+
case "duet-label":
|
|
411
|
+
if (!customElements.get(tagName)) {
|
|
412
|
+
defineCustomElement$3();
|
|
413
|
+
}
|
|
414
|
+
break;
|
|
415
|
+
case "duet-tooltip":
|
|
416
|
+
if (!customElements.get(tagName)) {
|
|
417
|
+
defineCustomElement$2();
|
|
418
|
+
}
|
|
419
|
+
break;
|
|
420
|
+
case "duet-visually-hidden":
|
|
421
|
+
if (!customElements.get(tagName)) {
|
|
422
|
+
defineCustomElement$1();
|
|
423
|
+
}
|
|
424
|
+
break;
|
|
425
|
+
} });
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
export { DuetInput as D, defineCustomElement as d };
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Built with Duet Design System
|
|
3
|
+
*/
|
|
4
|
+
import { p as proxyCustomElement, H, h, b as Host } from './p-1ad6b04e.js';
|
|
5
|
+
import { i as inheritGlobalTheme } from './p-4ebf1618.js';
|
|
6
|
+
|
|
7
|
+
const duetCaptionCss = ":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:flex;flex:0 0 100%;width: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:400;line-height:1.5;color:#657787;vertical-align:top}:host.duet-p-0{padding:0 !important}:host.duet-m-0{margin:0 !important}:host(.duet-caption-small){font-size:0.875rem;line-height:1.25}: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:#747475}:host(.duet-caption-selected){color:#0077b3}:host(.duet-caption-selected.duet-theme-turva){color:#171c3a}:host(.duet-m-0){margin:0 !important}";
|
|
8
|
+
|
|
9
|
+
const DuetCaption = /*@__PURE__*/ proxyCustomElement(class extends H {
|
|
10
|
+
constructor() {
|
|
11
|
+
super();
|
|
12
|
+
this.__registerHost();
|
|
13
|
+
this.__attachShadow();
|
|
14
|
+
/**
|
|
15
|
+
* Theme of the caption.
|
|
16
|
+
*/
|
|
17
|
+
this.theme = "";
|
|
18
|
+
/**
|
|
19
|
+
* Controls the margin of the component.
|
|
20
|
+
*/
|
|
21
|
+
this.margin = "auto";
|
|
22
|
+
/**
|
|
23
|
+
* Selected state of the caption. Used inside Choice component.
|
|
24
|
+
*/
|
|
25
|
+
this.selected = false;
|
|
26
|
+
/**
|
|
27
|
+
* Controls the size of the caption.
|
|
28
|
+
*/
|
|
29
|
+
this.size = "medium";
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Component lifecycle events.
|
|
33
|
+
*/
|
|
34
|
+
componentWillLoad() {
|
|
35
|
+
inheritGlobalTheme(this);
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* render() function
|
|
39
|
+
* Always the last one in the class.
|
|
40
|
+
*/
|
|
41
|
+
render() {
|
|
42
|
+
return (h(Host, { class: {
|
|
43
|
+
"duet-caption": true,
|
|
44
|
+
"duet-caption-selected": this.selected,
|
|
45
|
+
"duet-caption-small": this.size === "small",
|
|
46
|
+
"duet-theme-turva": this.theme === "turva",
|
|
47
|
+
"duet-m-0": this.margin === "none",
|
|
48
|
+
} }, h("slot", null)));
|
|
49
|
+
}
|
|
50
|
+
static get style() { return duetCaptionCss; }
|
|
51
|
+
}, [1, "duet-caption", {
|
|
52
|
+
"theme": [1025],
|
|
53
|
+
"margin": [1],
|
|
54
|
+
"selected": [4],
|
|
55
|
+
"size": [1]
|
|
56
|
+
}]);
|
|
57
|
+
function defineCustomElement() {
|
|
58
|
+
if (typeof customElements === "undefined") {
|
|
59
|
+
return;
|
|
60
|
+
}
|
|
61
|
+
const components = ["duet-caption"];
|
|
62
|
+
components.forEach(tagName => { switch (tagName) {
|
|
63
|
+
case "duet-caption":
|
|
64
|
+
if (!customElements.get(tagName)) {
|
|
65
|
+
customElements.define(tagName, DuetCaption);
|
|
66
|
+
}
|
|
67
|
+
break;
|
|
68
|
+
} });
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
export { DuetCaption as D, defineCustomElement as d };
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Built with Duet Design System
|
|
3
|
+
*/
|
|
4
|
+
import { p as proxyCustomElement, H, h, b as Host } from './p-1ad6b04e.js';
|
|
5
|
+
import { i as inheritGlobalTheme } from './p-4ebf1618.js';
|
|
6
|
+
import { d as defineCustomElement$1 } from './p-4f516732.js';
|
|
7
|
+
|
|
8
|
+
const duetEmptyStateCss = "*,*::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;display:block;width:100%;height:100%}.duet-empty-state{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;width:100%;height:100%;padding:48px;color:#00294d;text-align:center;background:#f5f8fa;border-radius:4px}.duet-empty-state.duet-theme-turva{color:#171c3a;background:#f5f5f7}";
|
|
9
|
+
|
|
10
|
+
const DuetEmptyState = /*@__PURE__*/ proxyCustomElement(class extends H {
|
|
11
|
+
constructor() {
|
|
12
|
+
super();
|
|
13
|
+
this.__registerHost();
|
|
14
|
+
this.__attachShadow();
|
|
15
|
+
/**
|
|
16
|
+
* Theme of the empty state component.
|
|
17
|
+
*/
|
|
18
|
+
this.theme = "";
|
|
19
|
+
/**
|
|
20
|
+
* Icon shown in the empty state component.
|
|
21
|
+
*/
|
|
22
|
+
this.icon = "messaging-question";
|
|
23
|
+
/**
|
|
24
|
+
* The size of the empty state message.
|
|
25
|
+
*/
|
|
26
|
+
this.size = "medium";
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Component lifecycle events.
|
|
30
|
+
*/
|
|
31
|
+
componentWillLoad() {
|
|
32
|
+
inheritGlobalTheme(this);
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* render() function
|
|
36
|
+
* Always the last one in the class.
|
|
37
|
+
*/
|
|
38
|
+
render() {
|
|
39
|
+
return (h(Host, null, h("div", { class: {
|
|
40
|
+
"duet-empty-state": true,
|
|
41
|
+
"duet-theme-turva": this.theme === "turva",
|
|
42
|
+
"duet-is-small": this.size === "small",
|
|
43
|
+
} }, h("duet-icon", { color: "currentColor", name: this.icon, size: this.size === "small" ? "large" : "x-large" }), h("div", null, h("slot", null)))));
|
|
44
|
+
}
|
|
45
|
+
static get style() { return duetEmptyStateCss; }
|
|
46
|
+
}, [1, "duet-empty-state", {
|
|
47
|
+
"theme": [1025],
|
|
48
|
+
"icon": [1],
|
|
49
|
+
"size": [1]
|
|
50
|
+
}]);
|
|
51
|
+
function defineCustomElement() {
|
|
52
|
+
if (typeof customElements === "undefined") {
|
|
53
|
+
return;
|
|
54
|
+
}
|
|
55
|
+
const components = ["duet-empty-state", "duet-icon"];
|
|
56
|
+
components.forEach(tagName => { switch (tagName) {
|
|
57
|
+
case "duet-empty-state":
|
|
58
|
+
if (!customElements.get(tagName)) {
|
|
59
|
+
customElements.define(tagName, DuetEmptyState);
|
|
60
|
+
}
|
|
61
|
+
break;
|
|
62
|
+
case "duet-icon":
|
|
63
|
+
if (!customElements.get(tagName)) {
|
|
64
|
+
defineCustomElement$1();
|
|
65
|
+
}
|
|
66
|
+
break;
|
|
67
|
+
} });
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
export { DuetEmptyState as D, defineCustomElement as d };
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Built with Duet Design System
|
|
3
|
+
*/
|
|
4
|
+
import { p as proxyCustomElement, H, h, b as Host } from './p-1ad6b04e.js';
|
|
5
|
+
import { i as inheritGlobalTheme } from './p-4ebf1618.js';
|
|
6
|
+
|
|
7
|
+
const duetGridItemCss = ".sc-duet-grid-item-h{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;margin-bottom:16px !important;min-width:0;max-width:100%;flex:0 0 auto;padding-right:8px;padding-left: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-style:normal;font-weight:400;line-height:1.5;color:#00294d}.sc-duet-grid-item-h:first-child,.sc-duet-grid-item-h:first-of-type{padding-left:0}.sc-duet-grid-item-h:last-child,.sc-duet-grid-item-h:last-of-type{padding-right:0}@media (max-width: 35.9375em){.duet-grid-item-responsive.sc-duet-grid-item-h{width:100% !important;min-width:0 !important;max-width:100% !important;padding-right:0;padding-left:0}}@media screen and (max-width: 47.9375em){.duet-grid-item-br-medium.sc-duet-grid-item-h{width:100% !important;min-width:0 !important;max-width:100% !important}}@media screen and (max-width: 47.9375em){.duet-grid-item-responsive.duet-grid-item-br-medium.sc-duet-grid-item-h{padding-right:0;padding-left:0}}@media screen and (max-width: 64em){.duet-grid-item-br-x-large.sc-duet-grid-item-h{width:100% !important;min-width:0 !important;max-width:100% !important}}@media screen and (max-width: 64em){.duet-grid-item-responsive.duet-grid-item-br-x-large.sc-duet-grid-item-h{padding-right:0;padding-left:0}}.duet-grid-item-fill.sc-duet-grid-item-h{flex:1 1 auto;width:100%}.duet-theme-turva.sc-duet-grid-item-h{font-family:\"turva-sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";color:#171c3a}.duet-m-0.sc-duet-grid-item-h{padding:0 !important;margin:0 !important}";
|
|
8
|
+
|
|
9
|
+
const DuetGridItem = /*@__PURE__*/ proxyCustomElement(class extends H {
|
|
10
|
+
constructor() {
|
|
11
|
+
super();
|
|
12
|
+
this.__registerHost();
|
|
13
|
+
/**
|
|
14
|
+
* Make the grid item fill the remaining available grid space.
|
|
15
|
+
*/
|
|
16
|
+
this.fill = false;
|
|
17
|
+
/**
|
|
18
|
+
* Theme of the grid item.
|
|
19
|
+
*/
|
|
20
|
+
this.theme = "";
|
|
21
|
+
/**
|
|
22
|
+
* Controls the margin of the component.
|
|
23
|
+
*/
|
|
24
|
+
this.margin = "auto";
|
|
25
|
+
/**
|
|
26
|
+
* @internal
|
|
27
|
+
* Enable or disable the automatic responsive behaviour of the grid item.
|
|
28
|
+
* This property is used internally by Grid, and should not be set by the developer.
|
|
29
|
+
*/
|
|
30
|
+
this.responsive = false;
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
* Switch the breakpoint used to trigger the content stacking.
|
|
34
|
+
* This property is used internally by Grid, and should not be set by the developer.
|
|
35
|
+
*/
|
|
36
|
+
this.breakpoint = "small";
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Component lifecycle events.
|
|
40
|
+
*/
|
|
41
|
+
componentWillLoad() {
|
|
42
|
+
inheritGlobalTheme(this);
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* render() function
|
|
46
|
+
* Always the last one in the class.
|
|
47
|
+
*/
|
|
48
|
+
render() {
|
|
49
|
+
return (h(Host, { style: {
|
|
50
|
+
"min-width": this.minWidth,
|
|
51
|
+
"max-width": this.maxWidth,
|
|
52
|
+
}, class: {
|
|
53
|
+
"duet-m-0": this.margin === "none",
|
|
54
|
+
"duet-theme-turva": this.theme === "turva",
|
|
55
|
+
"duet-grid-item": true,
|
|
56
|
+
"duet-grid-item-fill": this.fill,
|
|
57
|
+
"duet-grid-item-responsive": this.responsive,
|
|
58
|
+
"duet-grid-item-br-medium": this.breakpoint === "medium",
|
|
59
|
+
"duet-grid-item-br-x-large": this.breakpoint === "x-large",
|
|
60
|
+
} }));
|
|
61
|
+
}
|
|
62
|
+
static get style() { return duetGridItemCss; }
|
|
63
|
+
}, [2, "duet-grid-item", {
|
|
64
|
+
"fill": [4],
|
|
65
|
+
"maxWidth": [1, "max-width"],
|
|
66
|
+
"minWidth": [1, "min-width"],
|
|
67
|
+
"theme": [1025],
|
|
68
|
+
"margin": [1],
|
|
69
|
+
"responsive": [4],
|
|
70
|
+
"breakpoint": [1]
|
|
71
|
+
}]);
|
|
72
|
+
function defineCustomElement() {
|
|
73
|
+
if (typeof customElements === "undefined") {
|
|
74
|
+
return;
|
|
75
|
+
}
|
|
76
|
+
const components = ["duet-grid-item"];
|
|
77
|
+
components.forEach(tagName => { switch (tagName) {
|
|
78
|
+
case "duet-grid-item":
|
|
79
|
+
if (!customElements.get(tagName)) {
|
|
80
|
+
customElements.define(tagName, DuetGridItem);
|
|
81
|
+
}
|
|
82
|
+
break;
|
|
83
|
+
} });
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
export { DuetGridItem as D, defineCustomElement as d };
|