@duetds/components 4.34.4 → 4.35.0
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 +247 -22
- 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 +2 -2
- package/lib/cjs/duet-caption_4.cjs.entry.js +2 -2
- package/lib/cjs/duet-card.cjs.entry.js +1 -1
- package/lib/cjs/duet-checkbox.cjs.entry.js +1 -1
- package/lib/cjs/duet-choice_2.cjs.entry.js +2 -2
- package/lib/cjs/duet-collapsible.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-button.cjs.entry.js +1 -1
- package/lib/cjs/duet-editable-table_4.cjs.entry.js +1 -1
- 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 +1 -1
- package/lib/cjs/duet-header_2.cjs.entry.js +2 -2
- 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-modal.cjs.entry.js +15 -3
- 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-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 +1 -1
- package/lib/cjs/duet-scrollable_3.cjs.entry.js +406 -0
- 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 +1 -1
- 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 +2 -2
- package/lib/cjs/{focus-utils-0e3a744a.js → focus-utils-adf0830f.js} +1 -1
- package/lib/cjs/{index-0bcb9cea.js → index-ebc216a6.js} +1 -1
- package/lib/cjs/loader.cjs.js +2 -2
- package/lib/collection/collection-manifest.json +8 -6
- package/lib/collection/components/duet-button/duet-button.js +1 -1
- package/lib/collection/components/duet-header/duet-header.css +3 -9
- package/lib/collection/components/duet-link/duet-link.js +1 -1
- package/lib/collection/components/duet-modal/duet-modal.js +33 -3
- package/lib/collection/components/duet-scrollable/duet-scrollable.css +83 -0
- package/lib/collection/components/duet-scrollable/duet-scrollable.js +218 -0
- package/lib/collection/components/duet-tab/duet-tab.js +63 -1
- package/lib/collection/components/duet-tab-group/duet-tab-group.css +2 -3
- package/lib/collection/components/duet-tab-group/duet-tab-group.js +79 -16
- package/lib/custom-elements-bundle/index.d.ts +6 -0
- package/lib/custom-elements-bundle/index.js +235 -26
- package/lib/duet/duet.esm.js +1 -1
- package/lib/duet/duet.js +1 -1
- package/lib/duet/{p-e96fca2b.system.entry.js → p-00d1f654.system.entry.js} +1 -1
- package/lib/duet/{p-8049159b.system.entry.js → p-04e69095.system.entry.js} +1 -1
- package/lib/duet/{p-9f6649ef.system.entry.js → p-085226d4.system.entry.js} +1 -1
- package/lib/duet/{p-07bec67d.system.entry.js → p-087794ce.system.entry.js} +1 -1
- package/lib/duet/{p-0a664450.system.entry.js → p-0af5a8c0.system.entry.js} +1 -1
- package/lib/duet/{p-236cb8b6.entry.js → p-0c2f5442.entry.js} +1 -1
- package/lib/duet/{p-927e83d1.entry.js → p-0e638e4d.entry.js} +1 -1
- package/lib/duet/{p-67798ed0.entry.js → p-0ed5a97c.entry.js} +1 -1
- package/lib/duet/{p-f16213de.entry.js → p-0fa24ad5.entry.js} +1 -1
- package/lib/duet/p-10632ef8.entry.js +4 -0
- package/lib/duet/{p-00b102b8.entry.js → p-14e42cd6.entry.js} +1 -1
- package/lib/duet/{p-db75f866.entry.js → p-17572919.entry.js} +1 -1
- package/lib/duet/{p-55ad1bfb.entry.js → p-1a30dc8e.entry.js} +1 -1
- package/lib/duet/{p-5818108d.system.entry.js → p-1bed3ddf.system.entry.js} +1 -1
- package/lib/duet/{p-db1a8956.system.entry.js → p-1f736745.system.entry.js} +1 -1
- package/lib/duet/{p-9c046b9a.entry.js → p-21faf286.entry.js} +1 -1
- package/lib/duet/{p-ded5548b.system.entry.js → p-24481f5b.system.entry.js} +1 -1
- package/lib/duet/{p-fe889838.system.js → p-29dc9ba4.system.js} +1 -1
- package/lib/duet/p-2a674d85.entry.js +4 -0
- package/lib/duet/p-2b3d4a87.entry.js +4 -0
- package/lib/duet/{p-ab6109d6.system.entry.js → p-3076d759.system.entry.js} +1 -1
- package/lib/duet/{p-cf886223.entry.js → p-36a2d533.entry.js} +1 -1
- package/lib/duet/{p-bb1271a8.system.entry.js → p-3b9a85ec.system.entry.js} +1 -1
- package/lib/duet/{p-a209e483.entry.js → p-3cb4e5c0.entry.js} +1 -1
- package/lib/duet/{p-a5b9f195.system.entry.js → p-3ccaf840.system.entry.js} +1 -1
- package/lib/duet/{p-ddf5ecf5.system.entry.js → p-407b0a9e.system.entry.js} +1 -1
- package/lib/duet/{p-36eae676.entry.js → p-48cc1039.entry.js} +1 -1
- package/lib/duet/{p-255bc205.system.entry.js → p-49f82fb6.system.entry.js} +1 -1
- package/lib/duet/{p-8ea50bd2.system.entry.js → p-50aa0600.system.entry.js} +1 -1
- package/lib/duet/{p-d701bd87.system.entry.js → p-59da6977.system.entry.js} +1 -1
- package/lib/duet/{p-f645b369.system.entry.js → p-5e1b47ae.system.entry.js} +1 -1
- package/lib/duet/{p-0cb07574.js → p-5fe48b92.js} +1 -1
- package/lib/duet/{p-a63537e8.entry.js → p-62ecba0c.entry.js} +1 -1
- package/lib/duet/{p-7c5b396c.system.entry.js → p-6450fb96.system.entry.js} +1 -1
- package/lib/duet/{p-4002454d.system.entry.js → p-674df722.system.entry.js} +1 -1
- package/lib/duet/{p-35133bc9.entry.js → p-684eca44.entry.js} +1 -1
- package/lib/duet/{p-b465ac62.entry.js → p-6c7d2e78.entry.js} +1 -1
- package/lib/duet/{p-5b409624.system.entry.js → p-73ee8a98.system.entry.js} +1 -1
- package/lib/duet/{p-ea232a29.entry.js → p-743a76fb.entry.js} +1 -1
- package/lib/duet/p-7471bf49.system.entry.js +4 -0
- package/lib/duet/{p-379e8ebb.system.entry.js → p-74f7726a.system.entry.js} +1 -1
- package/lib/duet/{p-3953b77a.system.entry.js → p-777ea91c.system.entry.js} +1 -1
- package/lib/duet/{p-9aa7cb17.entry.js → p-7983ec01.entry.js} +1 -1
- package/lib/duet/{p-4b7f998d.system.entry.js → p-7c42729a.system.entry.js} +1 -1
- package/lib/duet/p-7e87870b.js +4 -0
- package/lib/duet/{p-e90db543.system.entry.js → p-81d33c0d.system.entry.js} +1 -1
- package/lib/duet/{p-48ed41e6.system.entry.js → p-868cf1d0.system.entry.js} +1 -1
- package/lib/duet/{p-0945e0ac.entry.js → p-86cdd6ae.entry.js} +1 -1
- package/lib/duet/{p-1c38354b.system.entry.js → p-8825b949.system.entry.js} +1 -1
- package/lib/duet/{p-fab77260.system.entry.js → p-8b046f32.system.entry.js} +1 -1
- package/lib/duet/{p-e339cb4f.entry.js → p-8d49cfce.entry.js} +1 -1
- package/lib/duet/{p-5a9266c8.system.entry.js → p-8d4c1df6.system.entry.js} +1 -1
- package/lib/duet/{p-808101d8.entry.js → p-8dd65109.entry.js} +1 -1
- package/lib/duet/{p-1f08d290.system.entry.js → p-9628f617.system.entry.js} +1 -1
- package/lib/duet/p-98f7ed54.system.entry.js +4 -0
- package/lib/duet/{p-09845306.entry.js → p-99ab3ae7.entry.js} +1 -1
- package/lib/duet/{p-8bbdfac5.system.entry.js → p-99dd842a.system.entry.js} +1 -1
- package/lib/duet/{p-86013171.entry.js → p-9bdd6e13.entry.js} +1 -1
- package/lib/duet/{p-6d62cb90.entry.js → p-a69cec5c.entry.js} +1 -1
- package/lib/duet/{p-0d18269c.entry.js → p-ac3066a5.entry.js} +1 -1
- package/lib/duet/{p-c6c768b9.system.entry.js → p-b252dd83.system.entry.js} +1 -1
- package/lib/duet/{p-29000070.entry.js → p-b6914af6.entry.js} +1 -1
- package/lib/duet/{p-5ea30033.entry.js → p-b7e51d7d.entry.js} +1 -1
- package/lib/duet/{p-842a43e7.system.entry.js → p-bae4038e.system.entry.js} +1 -1
- package/lib/duet/{p-dc226f92.system.entry.js → p-c14a82ed.system.entry.js} +1 -1
- package/lib/duet/{p-ee58a262.entry.js → p-c16492e3.entry.js} +1 -1
- package/lib/duet/p-c4ccaaa2.system.js +4 -0
- package/lib/duet/{p-c6268af4.entry.js → p-cb35d64f.entry.js} +1 -1
- package/lib/duet/{p-d53bbad7.entry.js → p-cd2f9010.entry.js} +1 -1
- package/lib/duet/{p-6f7539a6.entry.js → p-d2d9c6ac.entry.js} +1 -1
- package/lib/duet/{p-719e38e3.system.entry.js → p-d8189d01.system.entry.js} +1 -1
- package/lib/duet/{p-ea934463.entry.js → p-dd26cd81.entry.js} +1 -1
- package/lib/duet/{p-aa379dec.system.entry.js → p-de7025f9.system.entry.js} +1 -1
- package/lib/duet/{p-98fabd8b.entry.js → p-e095b87c.entry.js} +1 -1
- package/lib/duet/{p-6d05eb8c.entry.js → p-e510911a.entry.js} +1 -1
- package/lib/duet/{p-3948a5c4.system.entry.js → p-e585efe8.system.entry.js} +1 -1
- package/lib/duet/{p-32488531.system.entry.js → p-e841a4f2.system.entry.js} +1 -1
- package/lib/duet/{p-addff36a.system.entry.js → p-ed346e6c.system.entry.js} +1 -1
- package/lib/duet/{p-1afec19f.entry.js → p-edcc923f.entry.js} +1 -1
- package/lib/duet/{p-fedad35b.system.entry.js → p-f485fdc9.system.entry.js} +1 -1
- package/lib/duet/{p-63ac5acd.entry.js → p-f4d70bbf.entry.js} +1 -1
- package/lib/duet/p-fa082925.entry.js +4 -0
- package/lib/duet/{p-51d5b428.system.js → p-fb116ef7.system.js} +1 -1
- package/lib/duet/{p-0aec7e4b.entry.js → p-fb142d09.entry.js} +1 -1
- package/lib/duet/{p-2f36de45.entry.js → p-fbef000c.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-breadcrumb.entry.js +1 -1
- package/lib/esm/duet-breadcrumbs.entry.js +1 -1
- package/lib/esm/duet-button_2.entry.js +2 -2
- package/lib/esm/duet-caption_4.entry.js +2 -2
- package/lib/esm/duet-card.entry.js +1 -1
- package/lib/esm/duet-checkbox.entry.js +1 -1
- package/lib/esm/duet-choice_2.entry.js +2 -2
- package/lib/esm/duet-collapsible.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-button.entry.js +1 -1
- package/lib/esm/duet-editable-table_4.entry.js +1 -1
- 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 +1 -1
- package/lib/esm/duet-header_2.entry.js +2 -2
- 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-modal.entry.js +15 -3
- package/lib/esm/duet-notification_2.entry.js +1 -1
- package/lib/esm/duet-number-input.entry.js +1 -1
- 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 +1 -1
- package/lib/esm/duet-scrollable_3.entry.js +400 -0
- 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 +1 -1
- 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 +2 -2
- package/lib/esm/{focus-utils-8d0688ae.js → focus-utils-6ed104b0.js} +1 -1
- package/lib/esm/{index-ff4326da.js → index-b7694cc6.js} +1 -1
- package/lib/esm/loader.js +2 -2
- 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 +2 -2
- package/lib/esm-es5/duet-collapsible.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-button.entry.js +1 -1
- package/lib/esm-es5/duet-editable-table_4.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-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 +4 -0
- 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-8d0688ae.js → focus-utils-6ed104b0.js} +1 -1
- package/lib/esm-es5/{index-ff4326da.js → index-b7694cc6.js} +1 -1
- package/lib/esm-es5/loader.js +1 -1
- package/lib/html.html-data.json +52 -1
- package/lib/types/components/duet-modal/duet-modal.d.ts +5 -1
- package/lib/types/components/duet-scrollable/duet-scrollable.d.ts +47 -0
- package/lib/types/components/duet-tab/duet-tab.d.ts +11 -0
- package/lib/types/components/duet-tab-group/duet-tab-group.d.ts +11 -0
- package/lib/types/components.d.ts +74 -1
- package/package.json +6 -5
- package/lib/cjs/duet-tab_2.cjs.entry.js +0 -213
- package/lib/duet/p-130476dc.entry.js +0 -4
- package/lib/duet/p-30410b67.system.js +0 -4
- package/lib/duet/p-4d30eee1.entry.js +0 -4
- package/lib/duet/p-56cda85e.system.entry.js +0 -4
- package/lib/duet/p-5e15d8f8.js +0 -4
- package/lib/duet/p-87804904.system.entry.js +0 -4
- package/lib/duet/p-b9fe29c7.entry.js +0 -4
- package/lib/duet/p-d9f076ed.entry.js +0 -4
- package/lib/esm/duet-tab_2.entry.js +0 -208
- package/lib/esm-es5/duet-tab_2.entry.js +0 -4
package/lib/esm-es5/loader.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import{p as promiseResolve,b as bootstrapLazy}from"./index-ff4326da.js";import{g as globalScripts}from"./app-globals-6641e444.js";var patchEsm=function(){return promiseResolve()};var defineCustomElements=function(e,a){if(typeof window==="undefined")return Promise.resolve();return patchEsm().then((function(){globalScripts();return bootstrapLazy(JSON.parse('[["duet-choice_2",[[6,"duet-choice-group",{"direction":[1],"margin":[1],"theme":[1025],"error":[1],"name":[1],"label":[1],"labelHidden":[4,"label-hidden"],"caption":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"responsive":[4],"value":[1537],"disabled":[4]}],[6,"duet-choice",{"theme":[1025],"label":[1],"accessibleLabelInfoButtonDefaults":[1,"accessible-label-info-default"],"accessibleLabelInfoButton":[1,"accessible-label-info-button"],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"caption":[1],"value":[1537],"type":[513],"name":[1],"checked":[1540],"collapsible":[4],"margin":[1],"icon":[1],"expand":[4],"padding":[1],"identifier":[1],"groupDirection":[1,"group-direction"],"groupDisabled":[4,"group-disabled"],"groupResponsive":[4,"group-responsive"],"disabled":[516],"required":[4],"infoLabelDefaults":[1,"accessible-label-info-default"],"infoLabel":[1,"info-label"],"isHovering":[32],"isInfoOpen":[32],"isBlurred":[32],"setFocus":[64]},[[2,"blur","handleHostBlur"],[2,"keydown","handleHostKeyDown"],[2,"keyup","handleHostKeyUp"]]]]],["duet-hero",[[1,"duet-hero",{"theme":[1025],"heading":[1],"preHeading":[1,"pre-heading"],"level":[1],"description":[1],"icon":[1],"iconSize":[1,"icon-size"],"iconRight":[4,"icon-right"],"categoryIcon":[1,"category-icon"],"categoryIconColor":[1,"category-icon-color"],"buttonLabel":[1,"button-label"],"language":[1025],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1,"accessible-label-external"],"buttonUrl":[1,"button-url"],"buttonId":[1,"button-id"],"buttonData":[16],"textCenter":[4,"text-center"],"leftAlign":[4,"left-align"],"image":[1],"variation":[1],"back":[8],"listItems":[8,"list-items"],"actions":[8],"processedListItems":[32],"processedActions":[32],"processedBack":[32]}]]],["duet-tab_2",[[6,"duet-tab-group",{"theme":[1025],"variation":[1],"language":[1025],"labelDefaults":[1,"label-default"],"label":[1],"labelHidden":[4,"label-hidden"],"margin":[1],"padding":[1],"tabs":[32],"selected":[32],"openTab":[64],"refresh":[64]}],[6,"duet-tab",{"label":[513],"selected":[516]}]]],["duet-date-picker",[[2,"duet-date-picker",{"theme":[1025],"expand":[4],"name":[1],"identifier":[1],"label":[1],"caption":[1],"margin":[1],"language":[1],"placeholderDefaults":[1,"placeholder-default"],"placeholder":[1],"echoPlaceholder":[1540,"echo-placeholder"],"disabled":[516],"error":[1],"labelHidden":[4,"label-hidden"],"role":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"required":[4],"direction":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"value":[1537],"min":[1],"max":[1],"validity":[1040],"open":[32],"focusedDay":[32],"inputValue":[32],"setFocus":[64],"show":[64],"hide":[64]},[[4,"click","handleDocumentClick"]]]]],["duet-number-input",[[2,"duet-number-input",{"language":[1025],"locale":[1],"unit":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleLiveDefaults":[1,"accessible-live-default"],"accessibleLive":[1,"accessible-live"],"accessibleLiveEnabled":[4,"accessible-live-enabled"],"accessibleAddDefaults":[1,"accessible-add-default"],"accessibleAdd":[1,"accessible-add"],"accessibleSubtractDefaults":[1,"accessible-subtract-defaults"],"accessibleSubtract":[1,"accessible-subtract"],"theme":[1025],"margin":[1],"expand":[4],"identifier":[1],"min":[2],"labelDefaults":[1,"label-default"],"label":[1],"labelHidden":[4,"label-hidden"],"max":[2],"name":[1],"error":[1],"tooltip":[1],"step":[2],"rounding":[4],"role":[1],"disabled":[516],"required":[4],"value":[1025],"focusedValue":[32],"setFocus":[64]}]]],["duet-radio_2",[[6,"duet-radio-group",{"direction":[1],"margin":[1],"theme":[1025],"error":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"name":[1],"label":[1],"labelHidden":[4,"label-hidden"],"caption":[1],"responsive":[4],"value":[1537],"disabled":[4]}],[2,"duet-radio",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleIndex":[1,"accessible-index"],"margin":[1],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"theme":[1025],"disabled":[516],"required":[4],"blockEvents":[4,"block-events"],"identifier":[1],"label":[1],"name":[1],"role":[1],"groupDisabled":[4,"group-disabled"],"groupDirection":[1,"group-direction"],"groupResponsive":[4,"group-responsive"],"checked":[1540],"value":[1537],"setFocus":[64]}]]],["duet-footer",[[1,"duet-footer",{"theme":[1025],"variation":[1],"margin":[1],"logoHref":[1,"logo-href"],"language":[1025],"items":[8],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1,"accessible-label-external"],"menu":[8],"processedItems":[32],"processedMenu":[32]}]]],["duet-card",[[1,"duet-card",{"accessibleLabel":[1,"accessible-label"],"heading":[1],"secondaryHeading":[1,"secondary-heading"],"variation":[1],"collapsible":[4],"open":[1540],"headingLevel":[1,"heading-level"],"icon":[1],"image":[1],"background":[1],"padding":[1],"margin":[1],"theme":[1025],"url":[1],"setFocus":[64]}]]],["duet-range-slider",[[2,"duet-range-slider",{"theme":[1025],"margin":[1],"expand":[4],"identifier":[1],"name":[1],"required":[4],"disabled":[516],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"min":[2],"label":[1],"labelHidden":[4,"label-hidden"],"unit":[1],"max":[2],"step":[2],"locale":[1],"value":[1026],"debounce":[2],"setFocus":[64]}]]],["duet-toggle",[[2,"duet-toggle",{"theme":[1025],"margin":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"label":[1],"required":[4],"disabled":[516],"checked":[1540],"value":[1537],"identifier":[1],"name":[1],"role":[1],"setFocus":[64]}]]],["duet-checkbox",[[2,"duet-checkbox",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"margin":[1],"accessibleControls":[1,"accessible-controls"],"accessibleIndex":[1,"accessible-index"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"required":[4],"theme":[1025],"disabled":[516],"identifier":[1],"label":[1],"labelHidden":[4,"label-hidden"],"name":[1],"role":[1],"checked":[1540],"value":[1537],"setFocus":[64]}]]],["duet-layout",[[1,"duet-layout",{"sticky":[4],"margin":[1],"stickyDistance":[1,"sticky-distance"],"center":[4],"tabs":[4],"middle":[4]}]]],["duet-divider_2",[[1,"duet-divider",{"theme":[1025],"margin":[1]}],[1,"duet-spacer",{"size":[1],"direction":[1],"breakpoint":[1]}]]],["duet-visually-hidden",[[1,"duet-visually-hidden"]]],["duet-icon",[[1,"duet-icon",{"theme":[1025],"icon":[1],"src":[1],"name":[1],"margin":[1],"responsive":[4],"color":[513],"background":[1],"size":[1],"outline":[1],"svgContent":[32]}]]],["duet-textarea",[[2,"duet-textarea",{"margin":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleAutocomplete":[1,"accessible-autocomplete"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"theme":[1025],"expand":[4],"disabled":[516],"identifier":[1],"required":[4],"label":[1],"labelHidden":[4,"label-hidden"],"name":[1],"placeholder":[1],"caption":[1],"echoPlaceholder":[4,"echo-placeholder"],"maxlength":[2],"minlength":[2],"error":[1],"role":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"value":[1025],"disallowPattern":[1,"disallow-pattern"],"counter":[4],"counterLabel":[1,"counter-label"],"setFocus":[64]}]]],["duet-modal",[[1,"duet-modal",{"language":[1025],"accessibleCloseLabelDefaults":[1,"accessible-close-label-default"],"accessibleCloseLabel":[1,"accessible-close-label"],"size":[1],"gutterSize":[1,"gutter-size"],"theme":[1025],"heading":[1],"headingLevel":[1,"heading-level"],"icon":[1],"color":[1],"active":[1540],"open":[32],"show":[64],"hide":[64]},[[8,"keyup","handleKeyUp"]]]]],["duet-cookie-consent",[[1,"duet-cookie-consent",{"accessibleLabel":[1,"accessible-label"],"theme":[1025]}]]],["duet-step_2",[[6,"duet-step",{"theme":[1025],"heading":[1],"headingLevel":[1,"heading-level"],"stepIndex":[2,"step-index"],"state":[1],"roundedTop":[4,"rounded-top"],"roundedBottom":[4,"rounded-bottom"],"setFocus":[64]}],[1,"duet-stepper",{"theme":[1025],"accessibleLive":[1,"accessible-live"],"margin":[1],"backDisabled":[4,"back-disabled"],"selected":[514]},[[0,"duetStepClick","onDuetStepClick"]]]]],["duet-tray",[[1,"duet-tray",{"language":[1025],"accessibleCloseLabelDefaults":[1,"accessible-close-label-default"],"accessibleCloseLabel":[1,"accessible-close-label"],"accessibleOpenLabelDefaults":[1,"accessible-open-label-default"],"accessibleOpenLabel":[1,"accessible-open-label"],"theme":[1025],"active":[516],"autoHide":[4,"auto-hide"],"responsive":[4],"expanded":[32],"hiddenState":[32]},[[9,"scroll","getFrame"],[16,"click","handleBodyClick"]]]]],["duet-breadcrumb",[[1,"duet-breadcrumb",{"theme":[1025],"href":[1025],"icon":[1025],"accessibleLabel":[1,"accessible-label"]}]]],["duet-collapsible",[[1,"duet-collapsible",{"theme":[1025],"heading":[1],"headingWeight":[1,"heading-weight"],"headingSize":[1,"heading-size"],"headingLevel":[1,"heading-level"],"margin":[1],"open":[1540],"setFocus":[64]}]]],["duet-caption_4",[[17,"duet-link",{"accessibleLabel":[1,"accessible-label"],"language":[1025],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1,"accessible-label-external"],"identifier":[1],"theme":[1025],"url":[513],"external":[4],"setFocus":[64]}],[1,"duet-heading",{"level":[513],"margin":[1],"visualLevel":[1,"visual-level"],"border":[8],"weight":[1],"color":[1],"theme":[1025],"hyphenate":[4]}],[1,"duet-paragraph",{"theme":[1025],"margin":[1],"size":[1],"weight":[1],"variation":[1],"color":[1]}],[1,"duet-caption",{"theme":[1025],"margin":[1],"selected":[4],"size":[1]}]]],["duet-select",[[2,"duet-select",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleDescribedBy":[1,"accessible-described-by"],"margin":[1],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"error":[1],"expand":[4],"value":[1537],"theme":[1025],"labelHidden":[4,"label-hidden"],"identifier":[1],"name":[1],"placeholder":[1],"caption":[1],"echoPlaceholder":[4,"echo-placeholder"],"items":[1],"disabled":[516],"required":[4],"label":[1],"role":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"processedItems":[32],"setFocus":[64]}]]],["duet-button_2",[[1,"duet-button",{"accessibleLabel":[1,"accessible-label"],"accessibleControls":[1,"accessible-controls"],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleExpanded":[4,"accessible-expanded"],"accessiblePressed":[4,"accessible-pressed"],"loading":[4],"variation":[1],"negative":[4],"theme":[1025],"margin":[1],"padding":[1],"wrapping":[1],"expand":[4],"fixed":[4],"disabled":[516],"name":[1],"value":[1],"identifier":[1],"submit":[516],"external":[4],"language":[1],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1,"accessible-label-external"],"icon":[1],"color":[1],"iconRight":[4,"icon-right"],"iconSize":[1,"icon-size"],"size":[1],"iconOnly":[4,"icon-only"],"url":[513],"setFocus":[64]}],[1,"duet-spinner",{"accessibleLabel":[1,"accessible-label"],"color":[1],"size":[1],"theme":[1025]}]]],["duet-alert",[[1,"duet-alert",{"theme":[1025],"accessibleLabelDefaults":[1,"accessible-label-default"],"accessibleLabel":[1,"accessible-label"],"announcements":[4],"icon":[1],"autoDismiss":[2,"auto-dismiss"],"margin":[1],"padding":[1],"variation":[1],"dismissible":[4],"isDismissed":[32],"timeoutID":[32]}]]],["duet-empty-state",[[1,"duet-empty-state",{"theme":[1025],"icon":[1],"size":[1]}]]],["duet-notification_2",[[1,"duet-notification-drawer",{"icon":[1],"label":[1],"language":[1],"accessibleLabelNotificationsDefaults":[1,"accessible-label-notification-default"],"accessibleLabelNotifications":[1,"accessible-label-notifications"],"badge":[4],"theme":[1025],"direction":[1],"isOpen":[32],"hasNotifications":[32],"setFocus":[64],"open":[64],"close":[64]},[[6,"focus","handleClickFocusOutside"],[6,"click","handleClickFocusOutside"]]],[1,"duet-notification",{"language":[1],"accessibleLabelUnreadDefaults":[16],"accessibleLabelUnread":[1,"accessible-label-unread"],"url":[1],"date":[1],"highlight":[4],"external":[4],"theme":[1025],"setFocus":[64]}]]],["duet-breadcrumbs",[[1,"duet-breadcrumbs",{"theme":[1025],"children":[32]}]]],["duet-progress",[[0,"duet-progress",{"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleLabel":[1,"accessible-label"],"accessibleLabelUploadDefaults":[1,"accessible-label-upload-defaults"],"accessibleLabelUpload":[1,"accessible-label-upload"],"progress":[1538],"caption":[1],"height":[1],"theme":[1025]}]]],["duet-upload-aria-status",[[1,"duet-upload-aria-status",{"statusMessageLabel":[16],"accessibleAriaLive":[1,"accessible-aria-live"],"valid":[2],"total":[2],"invalid":[2],"inprogress":[2],"statusMessage":[32]}]]],["duet-badge",[[1,"duet-badge",{"theme":[1025],"variation":[1],"margin":[1]}]]],["duet-header_2",[[1,"duet-header",{"theme":[1025],"language":[1025],"accessibleI18nLabelsDefaults":[1,"accessible-labels-default"],"accessibleI18nLabels":[16],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1,"accessible-label-external"],"accessibleLabelDefaults":[1,"accessible-label-default"],"accessibleLabel":[1,"accessible-label"],"user":[8],"logoHref":[1,"logo-href"],"currentHref":[1025,"current-href"],"skipToId":[1,"skip-to-id"],"items":[8],"region":[1],"session":[8],"search":[8],"back":[8],"contact":[1],"contactItems":[8,"contact-items"],"languageItems":[8,"language-items"],"isContactOpen":[32],"isLanguageOpen":[32],"isSlideOutOpen":[32],"isSegmentOpen":[32],"openMenu":[32],"closedActives":[32],"processedItems":[32],"processedLanguageItems":[32],"processedContactItems":[32],"processedSession":[32],"processedSearch":[32],"processedUser":[32],"processedBack":[32],"renderDesktopNav":[32],"closeMenus":[64],"setFocus":[64]},[[8,"keyup","handleKeyUp"],[8,"keydown","handleKeyDown"],[4,"focus","handleDocumentClick"],[4,"click","handleDocumentClick"]]],[1,"duet-logo",{"theme":[1025],"margin":[1],"inverse":[4],"size":[1],"href":[1537],"language":[1537],"setFocus":[64]}]]],["duet-grid_2",[[2,"duet-grid",{"responsive":[4],"breakpoint":[1],"direction":[1],"alignment":[1],"distribution":[1],"mobile":[1],"distributeFormElement":[32]}],[2,"duet-grid-item",{"fill":[4],"maxWidth":[1,"max-width"],"minWidth":[1,"min-width"],"theme":[1025],"margin":[1],"responsive":[4],"breakpoint":[1]}]]],["duet-list_2",[[1,"duet-list",{"theme":[1025],"margin":[1],"padding":[1],"mobile":[1],"breakpoint":[1],"variation":[1],"labelWidth":[1,"label-width"]}],[1,"duet-list-item"]]],["duet-editable-table-button",[[2,"duet-editable-table-button",{"theme":[1025],"actions":[16],"uid":[1],"group":[1],"keyName":[1,"key-name"],"isHovering":[32]}]]],["duet-fieldset",[[1,"duet-fieldset",{"theme":[1025],"margin":[1],"caption":[1],"label":[1],"error":[1],"labelHidden":[4,"label-hidden"],"hasTooltip":[32]}]]],["duet-editable-table_4",[[1,"duet-upload",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"external":[4],"hideButton":[4,"hide-upload-button"],"actions":[1],"uri":[1],"showLinks":[4,"show-links"],"caption":[1],"statusLabelDefaults":[1,"status-label-default"],"statusMessageLabel":[1,"status-message-label"],"buttonLabelDefaults":[1,"button-label-default"],"buttonLabel":[1,"button-label"],"accessibleButtonLabel":[1,"accessible-button-label"],"theme":[1025],"disabled":[516],"identifier":[1],"margin":[1],"required":[4],"groups":[1],"alignment":[1],"hideGroups":[4,"hide-table-labels"],"files":[1040],"valid":[1540],"labelDefaults":[1,"label-default"],"label":[1],"descriptionDefaults":[1,"description-default"],"description":[1],"fileListEmptyDefaults":[1,"list-empty-default"],"fileListEmpty":[1,"file-list-empty"],"error":[1],"name":[1],"maxBytes":[2,"max-bytes"],"maxBytesTotal":[2,"max-bytes-total"],"maxFiles":[2,"max-files"],"allowedExtensions":[1,"allowed-extensions"],"allowedMimetypes":[1,"allowed-mimetypes"],"multiple":[4],"limitSelection":[4,"limit-selection"],"value":[1025],"tick":[32],"setFocus":[64],"upload":[64],"refresh":[64],"getFiles":[64],"updateValue":[64]}],[1,"duet-editable-table",{"items":[1040],"alignment":[1],"groupsLabelDefaults":[16],"actionLabelDefaults":[16],"groups":[1],"actions":[1],"hideGroups":[4,"hide-table-labels"],"accessibleRole":[1,"accessible-role"],"theme":[1025],"tick":[32],"updateTable":[64]}],[1,"duet-editable-table-item",{"theme":[1025],"actions":[16],"groupId":[1,"group-id"],"alignment":[1],"keyName":[1,"key-name"],"data":[1040],"isHovering":[32]}],[4,"duet-table",{"theme":[1025],"margin":[1],"variation":[1],"sticky":[4],"stickyDistance":[1,"sticky-distance"],"breakpoint":[1],"matchesBreakpoint":[32]}]]],["duet-tooltip",[[1,"duet-tooltip",{"theme":[1025],"language":[1025],"accessibleLabelDefault":[1,"accessible-label-default"],"accessibleLabel":[1,"accessible-label"],"accessibleInputLabel":[1,"accessible-input-label"],"accessibleCloseLabelDefault":[1,"accessible-close-label-default"],"accessibleCloseLabel":[1,"accessible-close-label"],"label":[1],"breakpoint":[1],"direction":[1],"positionVertical":[513,"position-vertical"],"positionHorizontal":[513,"position-horizontal"],"active":[1540],"openDown":[32]},[[9,"scroll","onScroll"],[4,"click","handleDocumentClick"]]]]],["duet-input_2",[[6,"duet-input",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleAutocomplete":[1,"accessible-autocomplete"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"debounce":[2],"caption":[1],"echoPlaceholder":[4,"echo-placeholder"],"theme":[1025],"expand":[4],"disabled":[516],"identifier":[1],"margin":[1],"required":[4],"type":[1],"label":[1],"error":[1],"labelHidden":[4,"label-hidden"],"numericKeyboard":[4,"numeric-keyboard"],"name":[1],"pattern":[1],"maxlength":[2],"minlength":[2],"placeholder":[1],"component":[1],"role":[1],"icon":[1],"autoComplete":[1,"auto-complete"],"disallowPattern":[1,"disallow-pattern"],"value":[1025],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"setFocus":[64]}],[6,"duet-label",{"theme":[1025],"for":[1],"margin":[1],"size":[1]}]]]]'),a)}))};export{defineCustomElements};
|
|
4
|
+
import{p as promiseResolve,b as bootstrapLazy}from"./index-b7694cc6.js";import{g as globalScripts}from"./app-globals-6641e444.js";var patchEsm=function(){return promiseResolve()};var defineCustomElements=function(e,a){if(typeof window==="undefined")return Promise.resolve();return patchEsm().then((function(){globalScripts();return bootstrapLazy(JSON.parse('[["duet-choice_2",[[6,"duet-choice-group",{"direction":[1],"margin":[1],"theme":[1025],"error":[1],"name":[1],"label":[1],"labelHidden":[4,"label-hidden"],"caption":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"responsive":[4],"value":[1537],"disabled":[4]}],[6,"duet-choice",{"theme":[1025],"label":[1],"accessibleLabelInfoButtonDefaults":[1,"accessible-label-info-default"],"accessibleLabelInfoButton":[1,"accessible-label-info-button"],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"caption":[1],"value":[1537],"type":[513],"name":[1],"checked":[1540],"collapsible":[4],"margin":[1],"icon":[1],"expand":[4],"padding":[1],"identifier":[1],"groupDirection":[1,"group-direction"],"groupDisabled":[4,"group-disabled"],"groupResponsive":[4,"group-responsive"],"disabled":[516],"required":[4],"infoLabelDefaults":[1,"accessible-label-info-default"],"infoLabel":[1,"info-label"],"isHovering":[32],"isInfoOpen":[32],"isBlurred":[32],"setFocus":[64]},[[2,"blur","handleHostBlur"],[2,"keydown","handleHostKeyDown"],[2,"keyup","handleHostKeyUp"]]]]],["duet-hero",[[1,"duet-hero",{"theme":[1025],"heading":[1],"preHeading":[1,"pre-heading"],"level":[1],"description":[1],"icon":[1],"iconSize":[1,"icon-size"],"iconRight":[4,"icon-right"],"categoryIcon":[1,"category-icon"],"categoryIconColor":[1,"category-icon-color"],"buttonLabel":[1,"button-label"],"language":[1025],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1,"accessible-label-external"],"buttonUrl":[1,"button-url"],"buttonId":[1,"button-id"],"buttonData":[16],"textCenter":[4,"text-center"],"leftAlign":[4,"left-align"],"image":[1],"variation":[1],"back":[8],"listItems":[8,"list-items"],"actions":[8],"processedListItems":[32],"processedActions":[32],"processedBack":[32]}]]],["duet-date-picker",[[2,"duet-date-picker",{"theme":[1025],"expand":[4],"name":[1],"identifier":[1],"label":[1],"caption":[1],"margin":[1],"language":[1],"placeholderDefaults":[1,"placeholder-default"],"placeholder":[1],"echoPlaceholder":[1540,"echo-placeholder"],"disabled":[516],"error":[1],"labelHidden":[4,"label-hidden"],"role":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"required":[4],"direction":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"value":[1537],"min":[1],"max":[1],"validity":[1040],"open":[32],"focusedDay":[32],"inputValue":[32],"setFocus":[64],"show":[64],"hide":[64]},[[4,"click","handleDocumentClick"]]]]],["duet-number-input",[[2,"duet-number-input",{"language":[1025],"locale":[1],"unit":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleLiveDefaults":[1,"accessible-live-default"],"accessibleLive":[1,"accessible-live"],"accessibleLiveEnabled":[4,"accessible-live-enabled"],"accessibleAddDefaults":[1,"accessible-add-default"],"accessibleAdd":[1,"accessible-add"],"accessibleSubtractDefaults":[1,"accessible-subtract-defaults"],"accessibleSubtract":[1,"accessible-subtract"],"theme":[1025],"margin":[1],"expand":[4],"identifier":[1],"min":[2],"labelDefaults":[1,"label-default"],"label":[1],"labelHidden":[4,"label-hidden"],"max":[2],"name":[1],"error":[1],"tooltip":[1],"step":[2],"rounding":[4],"role":[1],"disabled":[516],"required":[4],"value":[1025],"focusedValue":[32],"setFocus":[64]}]]],["duet-radio_2",[[6,"duet-radio-group",{"direction":[1],"margin":[1],"theme":[1025],"error":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"name":[1],"label":[1],"labelHidden":[4,"label-hidden"],"caption":[1],"responsive":[4],"value":[1537],"disabled":[4]}],[2,"duet-radio",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleIndex":[1,"accessible-index"],"margin":[1],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"theme":[1025],"disabled":[516],"required":[4],"blockEvents":[4,"block-events"],"identifier":[1],"label":[1],"name":[1],"role":[1],"groupDisabled":[4,"group-disabled"],"groupDirection":[1,"group-direction"],"groupResponsive":[4,"group-responsive"],"checked":[1540],"value":[1537],"setFocus":[64]}]]],["duet-card",[[1,"duet-card",{"accessibleLabel":[1,"accessible-label"],"heading":[1],"secondaryHeading":[1,"secondary-heading"],"variation":[1],"collapsible":[4],"open":[1540],"headingLevel":[1,"heading-level"],"icon":[1],"image":[1],"background":[1],"padding":[1],"margin":[1],"theme":[1025],"url":[1],"setFocus":[64]}]]],["duet-range-slider",[[2,"duet-range-slider",{"theme":[1025],"margin":[1],"expand":[4],"identifier":[1],"name":[1],"required":[4],"disabled":[516],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"min":[2],"label":[1],"labelHidden":[4,"label-hidden"],"unit":[1],"max":[2],"step":[2],"locale":[1],"value":[1026],"debounce":[2],"setFocus":[64]}]]],["duet-toggle",[[2,"duet-toggle",{"theme":[1025],"margin":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"label":[1],"required":[4],"disabled":[516],"checked":[1540],"value":[1537],"identifier":[1],"name":[1],"role":[1],"setFocus":[64]}]]],["duet-checkbox",[[2,"duet-checkbox",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"margin":[1],"accessibleControls":[1,"accessible-controls"],"accessibleIndex":[1,"accessible-index"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"required":[4],"theme":[1025],"disabled":[516],"identifier":[1],"label":[1],"labelHidden":[4,"label-hidden"],"name":[1],"role":[1],"checked":[1540],"value":[1537],"setFocus":[64]}]]],["duet-layout",[[1,"duet-layout",{"sticky":[4],"margin":[1],"stickyDistance":[1,"sticky-distance"],"center":[4],"tabs":[4],"middle":[4]}]]],["duet-divider_2",[[1,"duet-divider",{"theme":[1025],"margin":[1]}],[1,"duet-spacer",{"size":[1],"direction":[1],"breakpoint":[1]}]]],["duet-visually-hidden",[[1,"duet-visually-hidden"]]],["duet-icon",[[1,"duet-icon",{"theme":[1025],"icon":[1],"src":[1],"name":[1],"margin":[1],"responsive":[4],"color":[513],"background":[1],"size":[1],"outline":[1],"svgContent":[32]}]]],["duet-caption_4",[[17,"duet-link",{"accessibleLabel":[1,"accessible-label"],"language":[1025],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1,"accessible-label-external"],"identifier":[1],"theme":[1025],"url":[513],"external":[4],"setFocus":[64]}],[1,"duet-heading",{"level":[513],"margin":[1],"visualLevel":[1,"visual-level"],"border":[8],"weight":[1],"color":[1],"theme":[1025],"hyphenate":[4]}],[1,"duet-paragraph",{"theme":[1025],"margin":[1],"size":[1],"weight":[1],"variation":[1],"color":[1]}],[1,"duet-caption",{"theme":[1025],"margin":[1],"selected":[4],"size":[1]}]]],["duet-textarea",[[2,"duet-textarea",{"margin":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleAutocomplete":[1,"accessible-autocomplete"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"theme":[1025],"expand":[4],"disabled":[516],"identifier":[1],"required":[4],"label":[1],"labelHidden":[4,"label-hidden"],"name":[1],"placeholder":[1],"caption":[1],"echoPlaceholder":[4,"echo-placeholder"],"maxlength":[2],"minlength":[2],"error":[1],"role":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"value":[1025],"disallowPattern":[1,"disallow-pattern"],"counter":[4],"counterLabel":[1,"counter-label"],"setFocus":[64]}]]],["duet-modal",[[1,"duet-modal",{"language":[1025],"accessibleCloseLabelDefaults":[1,"accessible-close-label-default"],"accessibleCloseLabel":[1,"accessible-close-label"],"size":[1],"gutterSize":[1,"gutter-size"],"theme":[1025],"heading":[1],"headingLevel":[1,"heading-level"],"icon":[1],"color":[1],"active":[1540],"closeOnBlur":[1028,"close-on-blur"],"open":[32],"show":[64],"hide":[64]},[[8,"keyup","handleKeyUp"]]]]],["duet-cookie-consent",[[1,"duet-cookie-consent",{"accessibleLabel":[1,"accessible-label"],"theme":[1025]}]]],["duet-notification_2",[[1,"duet-notification-drawer",{"icon":[1],"label":[1],"language":[1],"accessibleLabelNotificationsDefaults":[1,"accessible-label-notification-default"],"accessibleLabelNotifications":[1,"accessible-label-notifications"],"badge":[4],"theme":[1025],"direction":[1],"isOpen":[32],"hasNotifications":[32],"setFocus":[64],"open":[64],"close":[64]},[[6,"focus","handleClickFocusOutside"],[6,"click","handleClickFocusOutside"]]],[1,"duet-notification",{"language":[1],"accessibleLabelUnreadDefaults":[16],"accessibleLabelUnread":[1,"accessible-label-unread"],"url":[1],"date":[1],"highlight":[4],"external":[4],"theme":[1025],"setFocus":[64]}]]],["duet-step_2",[[6,"duet-step",{"theme":[1025],"heading":[1],"headingLevel":[1,"heading-level"],"stepIndex":[2,"step-index"],"state":[1],"roundedTop":[4,"rounded-top"],"roundedBottom":[4,"rounded-bottom"],"setFocus":[64]}],[1,"duet-stepper",{"theme":[1025],"accessibleLive":[1,"accessible-live"],"margin":[1],"backDisabled":[4,"back-disabled"],"selected":[514]},[[0,"duetStepClick","onDuetStepClick"]]]]],["duet-footer",[[1,"duet-footer",{"theme":[1025],"variation":[1],"margin":[1],"logoHref":[1,"logo-href"],"language":[1025],"items":[8],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1,"accessible-label-external"],"menu":[8],"processedItems":[32],"processedMenu":[32]}]]],["duet-tray",[[1,"duet-tray",{"language":[1025],"accessibleCloseLabelDefaults":[1,"accessible-close-label-default"],"accessibleCloseLabel":[1,"accessible-close-label"],"accessibleOpenLabelDefaults":[1,"accessible-open-label-default"],"accessibleOpenLabel":[1,"accessible-open-label"],"theme":[1025],"active":[516],"autoHide":[4,"auto-hide"],"responsive":[4],"expanded":[32],"hiddenState":[32]},[[9,"scroll","getFrame"],[16,"click","handleBodyClick"]]]]],["duet-breadcrumb",[[1,"duet-breadcrumb",{"theme":[1025],"href":[1025],"icon":[1025],"accessibleLabel":[1,"accessible-label"]}]]],["duet-breadcrumbs",[[1,"duet-breadcrumbs",{"theme":[1025],"children":[32]}]]],["duet-collapsible",[[1,"duet-collapsible",{"theme":[1025],"heading":[1],"headingWeight":[1,"heading-weight"],"headingSize":[1,"heading-size"],"headingLevel":[1,"heading-level"],"margin":[1],"open":[1540],"setFocus":[64]}]]],["duet-select",[[2,"duet-select",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleDescribedBy":[1,"accessible-described-by"],"margin":[1],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"error":[1],"expand":[4],"value":[1537],"theme":[1025],"labelHidden":[4,"label-hidden"],"identifier":[1],"name":[1],"placeholder":[1],"caption":[1],"echoPlaceholder":[4,"echo-placeholder"],"items":[1],"disabled":[516],"required":[4],"label":[1],"role":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"processedItems":[32],"setFocus":[64]}]]],["duet-scrollable_3",[[1,"duet-tab-group",{"theme":[1025],"scrolls":[4],"collapses":[4],"variation":[1],"language":[1025],"labelDefaults":[1,"label-default"],"label":[1],"labelHidden":[4,"label-hidden"],"margin":[1],"padding":[1],"tabs":[32],"selected":[32],"openTab":[64],"refresh":[64]}],[6,"duet-tab",{"label":[513],"selected":[516],"accessibleDescriptionDefault":[1,"accessible-description-defaults"],"accessibleDescription":[1,"accessible-description"]}],[1,"duet-scrollable",{"theme":[1025],"selected":[1026],"tablistAtStart":[32],"isTabContentSmallerThanWrapper":[32],"tablistAtEnd":[32],"childrenData":[32]}]]],["duet-button_2",[[1,"duet-button",{"accessibleLabel":[1,"accessible-label"],"accessibleControls":[1,"accessible-controls"],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleExpanded":[4,"accessible-expanded"],"accessiblePressed":[4,"accessible-pressed"],"loading":[4],"variation":[1],"negative":[4],"theme":[1025],"margin":[1],"padding":[1],"wrapping":[1],"expand":[4],"fixed":[4],"disabled":[516],"name":[1],"value":[1],"identifier":[1],"submit":[516],"external":[4],"language":[1],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1,"accessible-label-external"],"icon":[1],"color":[1],"iconRight":[4,"icon-right"],"iconSize":[1,"icon-size"],"size":[1],"iconOnly":[4,"icon-only"],"url":[513],"setFocus":[64]}],[1,"duet-spinner",{"accessibleLabel":[1,"accessible-label"],"color":[1],"size":[1],"theme":[1025]}]]],["duet-alert",[[1,"duet-alert",{"theme":[1025],"accessibleLabelDefaults":[1,"accessible-label-default"],"accessibleLabel":[1,"accessible-label"],"announcements":[4],"icon":[1],"autoDismiss":[2,"auto-dismiss"],"margin":[1],"padding":[1],"variation":[1],"dismissible":[4],"isDismissed":[32],"timeoutID":[32]}]]],["duet-empty-state",[[1,"duet-empty-state",{"theme":[1025],"icon":[1],"size":[1]}]]],["duet-progress",[[0,"duet-progress",{"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleLabel":[1,"accessible-label"],"accessibleLabelUploadDefaults":[1,"accessible-label-upload-defaults"],"accessibleLabelUpload":[1,"accessible-label-upload"],"progress":[1538],"caption":[1],"height":[1],"theme":[1025]}]]],["duet-upload-aria-status",[[1,"duet-upload-aria-status",{"statusMessageLabel":[16],"accessibleAriaLive":[1,"accessible-aria-live"],"valid":[2],"total":[2],"invalid":[2],"inprogress":[2],"statusMessage":[32]}]]],["duet-badge",[[1,"duet-badge",{"theme":[1025],"variation":[1],"margin":[1]}]]],["duet-header_2",[[1,"duet-header",{"theme":[1025],"language":[1025],"accessibleI18nLabelsDefaults":[1,"accessible-labels-default"],"accessibleI18nLabels":[16],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1,"accessible-label-external"],"accessibleLabelDefaults":[1,"accessible-label-default"],"accessibleLabel":[1,"accessible-label"],"user":[8],"logoHref":[1,"logo-href"],"currentHref":[1025,"current-href"],"skipToId":[1,"skip-to-id"],"items":[8],"region":[1],"session":[8],"search":[8],"back":[8],"contact":[1],"contactItems":[8,"contact-items"],"languageItems":[8,"language-items"],"isContactOpen":[32],"isLanguageOpen":[32],"isSlideOutOpen":[32],"isSegmentOpen":[32],"openMenu":[32],"closedActives":[32],"processedItems":[32],"processedLanguageItems":[32],"processedContactItems":[32],"processedSession":[32],"processedSearch":[32],"processedUser":[32],"processedBack":[32],"renderDesktopNav":[32],"closeMenus":[64],"setFocus":[64]},[[8,"keyup","handleKeyUp"],[8,"keydown","handleKeyDown"],[4,"focus","handleDocumentClick"],[4,"click","handleDocumentClick"]]],[1,"duet-logo",{"theme":[1025],"margin":[1],"inverse":[4],"size":[1],"href":[1537],"language":[1537],"setFocus":[64]}]]],["duet-grid_2",[[2,"duet-grid",{"responsive":[4],"breakpoint":[1],"direction":[1],"alignment":[1],"distribution":[1],"mobile":[1],"distributeFormElement":[32]}],[2,"duet-grid-item",{"fill":[4],"maxWidth":[1,"max-width"],"minWidth":[1,"min-width"],"theme":[1025],"margin":[1],"responsive":[4],"breakpoint":[1]}]]],["duet-list_2",[[1,"duet-list",{"theme":[1025],"margin":[1],"padding":[1],"mobile":[1],"breakpoint":[1],"variation":[1],"labelWidth":[1,"label-width"]}],[1,"duet-list-item"]]],["duet-editable-table-button",[[2,"duet-editable-table-button",{"theme":[1025],"actions":[16],"uid":[1],"group":[1],"keyName":[1,"key-name"],"isHovering":[32]}]]],["duet-fieldset",[[1,"duet-fieldset",{"theme":[1025],"margin":[1],"caption":[1],"label":[1],"error":[1],"labelHidden":[4,"label-hidden"],"hasTooltip":[32]}]]],["duet-editable-table_4",[[1,"duet-upload",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"external":[4],"hideButton":[4,"hide-upload-button"],"actions":[1],"uri":[1],"showLinks":[4,"show-links"],"caption":[1],"statusLabelDefaults":[1,"status-label-default"],"statusMessageLabel":[1,"status-message-label"],"buttonLabelDefaults":[1,"button-label-default"],"buttonLabel":[1,"button-label"],"accessibleButtonLabel":[1,"accessible-button-label"],"theme":[1025],"disabled":[516],"identifier":[1],"margin":[1],"required":[4],"groups":[1],"alignment":[1],"hideGroups":[4,"hide-table-labels"],"files":[1040],"valid":[1540],"labelDefaults":[1,"label-default"],"label":[1],"descriptionDefaults":[1,"description-default"],"description":[1],"fileListEmptyDefaults":[1,"list-empty-default"],"fileListEmpty":[1,"file-list-empty"],"error":[1],"name":[1],"maxBytes":[2,"max-bytes"],"maxBytesTotal":[2,"max-bytes-total"],"maxFiles":[2,"max-files"],"allowedExtensions":[1,"allowed-extensions"],"allowedMimetypes":[1,"allowed-mimetypes"],"multiple":[4],"limitSelection":[4,"limit-selection"],"value":[1025],"tick":[32],"setFocus":[64],"upload":[64],"refresh":[64],"getFiles":[64],"updateValue":[64]}],[1,"duet-editable-table",{"items":[1040],"alignment":[1],"groupsLabelDefaults":[16],"actionLabelDefaults":[16],"groups":[1],"actions":[1],"hideGroups":[4,"hide-table-labels"],"accessibleRole":[1,"accessible-role"],"theme":[1025],"tick":[32],"updateTable":[64]}],[1,"duet-editable-table-item",{"theme":[1025],"actions":[16],"groupId":[1,"group-id"],"alignment":[1],"keyName":[1,"key-name"],"data":[1040],"isHovering":[32]}],[4,"duet-table",{"theme":[1025],"margin":[1],"variation":[1],"sticky":[4],"stickyDistance":[1,"sticky-distance"],"breakpoint":[1],"matchesBreakpoint":[32]}]]],["duet-tooltip",[[1,"duet-tooltip",{"theme":[1025],"language":[1025],"accessibleLabelDefault":[1,"accessible-label-default"],"accessibleLabel":[1,"accessible-label"],"accessibleInputLabel":[1,"accessible-input-label"],"accessibleCloseLabelDefault":[1,"accessible-close-label-default"],"accessibleCloseLabel":[1,"accessible-close-label"],"label":[1],"breakpoint":[1],"direction":[1],"positionVertical":[513,"position-vertical"],"positionHorizontal":[513,"position-horizontal"],"active":[1540],"openDown":[32]},[[9,"scroll","onScroll"],[4,"click","handleDocumentClick"]]]]],["duet-input_2",[[6,"duet-input",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleAutocomplete":[1,"accessible-autocomplete"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"debounce":[2],"caption":[1],"echoPlaceholder":[4,"echo-placeholder"],"theme":[1025],"expand":[4],"disabled":[516],"identifier":[1],"margin":[1],"required":[4],"type":[1],"label":[1],"error":[1],"labelHidden":[4,"label-hidden"],"numericKeyboard":[4,"numeric-keyboard"],"name":[1],"pattern":[1],"maxlength":[2],"minlength":[2],"placeholder":[1],"component":[1],"role":[1],"icon":[1],"autoComplete":[1,"auto-complete"],"disallowPattern":[1,"disallow-pattern"],"value":[1025],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"setFocus":[64]}],[6,"duet-label",{"theme":[1025],"for":[1],"margin":[1],"size":[1]}]]]]'),a)}))};export{defineCustomElements};
|
package/lib/html.html-data.json
CHANGED
|
@@ -2868,6 +2868,10 @@
|
|
|
2868
2868
|
"name": "active",
|
|
2869
2869
|
"description": "Use this property when you need to have the modal dialog initially active."
|
|
2870
2870
|
},
|
|
2871
|
+
{
|
|
2872
|
+
"name": "close-on-blur",
|
|
2873
|
+
"description": "Use this property when you want the modal to close when clicked outside of modal."
|
|
2874
|
+
},
|
|
2871
2875
|
{
|
|
2872
2876
|
"name": "color",
|
|
2873
2877
|
"description": "Custom color to be used for the icon, as a design token entered in camelCase\nor kebab-case. Example: \"primary\"."
|
|
@@ -3745,6 +3749,37 @@
|
|
|
3745
3749
|
}
|
|
3746
3750
|
]
|
|
3747
3751
|
},
|
|
3752
|
+
{
|
|
3753
|
+
"name": "duet-scrollable",
|
|
3754
|
+
"description": {
|
|
3755
|
+
"kind": "markdown",
|
|
3756
|
+
"value": "---\ntitle: Scrollable\nname: duet-scrollable\nstatus: ready\nreleased: 2.6.8\naccessibility: Keyboard, Screen Reader\ninternationalization: Supported\nssr: Supported\ncategory: Navigation\nintro: Scrollable is used as a container for a series of elements that you want to scroll horizontally.\ndescription: The Scrollable component can take anything as long as they are a 1 dimensional series of buttons\nplatforms: Web only\nexamples:\n - name: Scrollable\n code: This first example creates the actual URL and DOCS, hence it needs to be here.\n - name: Scrollable as tab group\n file: fixtures/duet-scrollable_scrollable_group.html \n - name: Scrollable as tab group with aria-live\n file: fixtures/duet-scrollable_scrollable_group_alive.html\n - name: Scrollable list of images\n file: fixtures/duet-scrollable_scrollable_images.html \n - name: Scrollable list of images - dynamic arrow buttons\n file: fixtures/duet-scrollable_scrollable_dynamic_buttons.html\ntags:\n - docs-components\n\n---\n\n<!-- usage -->"
|
|
3757
|
+
},
|
|
3758
|
+
"attributes": [
|
|
3759
|
+
{
|
|
3760
|
+
"name": "selected",
|
|
3761
|
+
"description": "Selected element"
|
|
3762
|
+
},
|
|
3763
|
+
{
|
|
3764
|
+
"name": "theme",
|
|
3765
|
+
"description": "Theme of duet-tab-scrollable. When used this will override the color setting and\nuse \"primary\" or \"primary-turva\" as the color depending on which theme\nis chosen.",
|
|
3766
|
+
"values": [
|
|
3767
|
+
{
|
|
3768
|
+
"name": "default"
|
|
3769
|
+
},
|
|
3770
|
+
{
|
|
3771
|
+
"name": "turva"
|
|
3772
|
+
}
|
|
3773
|
+
]
|
|
3774
|
+
}
|
|
3775
|
+
],
|
|
3776
|
+
"references": [
|
|
3777
|
+
{
|
|
3778
|
+
"name": "Source code",
|
|
3779
|
+
"url": "./https:/lt-devtool.visualstudio.com/_git/Duet%20Design%20System?path=/packages/components/src/components/duet-scrollable/duet-scrollable.tsx"
|
|
3780
|
+
}
|
|
3781
|
+
]
|
|
3782
|
+
},
|
|
3748
3783
|
{
|
|
3749
3784
|
"name": "duet-select",
|
|
3750
3785
|
"description": {
|
|
@@ -4125,6 +4160,14 @@
|
|
|
4125
4160
|
"value": "---\ntitle: Tab\nname: duet-tab\nstatus: ready\nreleased: 2.6.8\naccessibility: Keyboard, Screen Reader\ninternationalization: Supported\nssr: Supported\ncategory: Navigation\nintro: Tab is a component used inside the Tab Group to generate panels that can\n be navigated using tabs. For concrete usage examples, please see <a\n href=\"/components/tab-group/\">Tab Group component</a>.\nplatforms: Web only\nexamples:\n - name: tab\n code: This first example creates the actual URL and DOCS, hence it needs to be\n here.\ntags:\n - docs-components\n\n---\n\n<!-- usage -->"
|
|
4126
4161
|
},
|
|
4127
4162
|
"attributes": [
|
|
4163
|
+
{
|
|
4164
|
+
"name": "accessible-description",
|
|
4165
|
+
"description": "String for AccessibleLabel"
|
|
4166
|
+
},
|
|
4167
|
+
{
|
|
4168
|
+
"name": "accessible-description-defaults",
|
|
4169
|
+
"description": "Defaults for AccessibleLabel"
|
|
4170
|
+
},
|
|
4128
4171
|
{
|
|
4129
4172
|
"name": "label",
|
|
4130
4173
|
"description": "Label for the tab."
|
|
@@ -4145,9 +4188,13 @@
|
|
|
4145
4188
|
"name": "duet-tab-group",
|
|
4146
4189
|
"description": {
|
|
4147
4190
|
"kind": "markdown",
|
|
4148
|
-
"value": "---\ntitle: Tab Group\nname: duet-tab-group\nstatus: ready\nreleased: 2.6.8\naccessibility: Keyboard, Screen Reader\ninternationalization: Supported\nssr: Supported\ncategory: Navigation\nintro: Tab Group is used as a graphical interface element that allows multiple\n panels to be contained within a single window, using tabs as a navigational\n element.\ndescription: When there are 4 or more navigation items in the Tab Group it’s\n automatically converted to a select menu on small viewports.\nplatforms: Web only\nexamples:\n - name: tab group\n code: This first example creates the actual URL and DOCS, hence it needs to be here.\n - name: Simple tab group\n file: fixtures/duet-tab-group_simple_tab_group.html\n - name: Tabs that switch between cards\n file: fixtures/duet-tab-group_tabs_that_switch_between_cards.html\n - name: Nested tab groups\n file: fixtures/duet-tab-group_nested_tab_groups.html\n - name: Tabs with a visible label on mobile\n file: fixtures/duet-tab-group_visible_label_on_mobile.html\n - name: Plain tab variation\n file: fixtures/duet-tab-group_plain_tab_variation.html\n - name: Plain tab variation with centered tabs\n file: fixtures/duet-tab-group_plain_tab_variation_with_centered_tabs.html\n - name: Plain tab variation with background color for tab content\n file: fixtures/duet-tab-group_plain_tab_variation_with_background_color_for_tab_content.html\ntags:\n - docs-components\n\n---\n\n<!-- usage -->"
|
|
4191
|
+
"value": "---\ntitle: Tab Group\nname: duet-tab-group\nstatus: ready\nreleased: 2.6.8\naccessibility: Keyboard, Screen Reader\ninternationalization: Supported\nssr: Supported\ncategory: Navigation\nintro: Tab Group is used as a graphical interface element that allows multiple\n panels to be contained within a single window, using tabs as a navigational\n element.\ndescription: When there are 4 or more navigation items in the Tab Group it’s\n automatically converted to a select menu on small viewports.\nplatforms: Web only\nexamples:\n - name: tab group\n code: This first example creates the actual URL and DOCS, hence it needs to be here.\n - name: Simple tab group\n file: fixtures/duet-tab-group_simple_tab_group.html\n - name: Tabs that switch between cards\n file: fixtures/duet-tab-group_tabs_that_switch_between_cards.html\n - name: Nested tab groups\n file: fixtures/duet-tab-group_nested_tab_groups.html\n - name: Tabs with a visible label on mobile\n file: fixtures/duet-tab-group_visible_label_on_mobile.html \n - name: Tabs with scrolling \n file: fixtures/duet-tab-group_scrolling_tabs.html\n - name: Plain tab variation\n file: fixtures/duet-tab-group_plain_tab_variation.html\n - name: Plain tab variation with centered tabs\n file: fixtures/duet-tab-group_plain_tab_variation_with_centered_tabs.html\n - name: Plain tab variation with background color for tab content\n file: fixtures/duet-tab-group_plain_tab_variation_with_background_color_for_tab_content.html\ntags:\n - docs-components\n\n---\n\n<!-- usage -->"
|
|
4149
4192
|
},
|
|
4150
4193
|
"attributes": [
|
|
4194
|
+
{
|
|
4195
|
+
"name": "collapses",
|
|
4196
|
+
"description": "Whether the tab-group collapses to a select dropwdown in minor breakpoints"
|
|
4197
|
+
},
|
|
4151
4198
|
{
|
|
4152
4199
|
"name": "label",
|
|
4153
4200
|
"description": "Label for the select element which gets shown on mobile."
|
|
@@ -4199,6 +4246,10 @@
|
|
|
4199
4246
|
}
|
|
4200
4247
|
]
|
|
4201
4248
|
},
|
|
4249
|
+
{
|
|
4250
|
+
"name": "scrolls",
|
|
4251
|
+
"description": "Controls whether the tab-group should scroll (by inflection this will disable collapsing to select box on small screens),\nif this is a number instead of true it will be used as \"amount of items to scroll\""
|
|
4252
|
+
},
|
|
4202
4253
|
{
|
|
4203
4254
|
"name": "theme",
|
|
4204
4255
|
"description": "Theme of the component.",
|
|
@@ -88,6 +88,10 @@ export declare class DuetModal implements ThemeableComponent {
|
|
|
88
88
|
*/
|
|
89
89
|
active: boolean;
|
|
90
90
|
activeChanged(): void;
|
|
91
|
+
/**
|
|
92
|
+
* Use this property when you want the modal to close when clicked outside of modal.
|
|
93
|
+
*/
|
|
94
|
+
closeOnBlur: boolean;
|
|
91
95
|
/**
|
|
92
96
|
* Emitted when the modal is opened.
|
|
93
97
|
*/
|
|
@@ -97,7 +101,7 @@ export declare class DuetModal implements ThemeableComponent {
|
|
|
97
101
|
*/
|
|
98
102
|
duetClose: EventEmitter;
|
|
99
103
|
/**
|
|
100
|
-
* Emitted
|
|
104
|
+
* Emitted before the modal is closed. To prevent the modal from actually closing, use ev.detail.originalEvent.preventDefault().
|
|
101
105
|
*/
|
|
102
106
|
duetBeforeClose: EventEmitter<DuetModalCloseEvent>;
|
|
103
107
|
/**
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { DuetTheme } from "../../common-types";
|
|
2
|
+
import { ThemeableComponent } from "../../utils/themeable-component";
|
|
3
|
+
export declare class DuetScrollable implements ThemeableComponent {
|
|
4
|
+
/**
|
|
5
|
+
* Private variables and constants index
|
|
6
|
+
*/
|
|
7
|
+
private currentIndex;
|
|
8
|
+
private tabListElement;
|
|
9
|
+
private tabListClass;
|
|
10
|
+
tablistAtStart: boolean;
|
|
11
|
+
isTabContentSmallerThanWrapper: boolean;
|
|
12
|
+
tablistAtEnd: boolean;
|
|
13
|
+
childrenData: any;
|
|
14
|
+
host: HTMLElement;
|
|
15
|
+
private resizeObserver;
|
|
16
|
+
/**
|
|
17
|
+
* Theme of duet-tab-scrollable. When used this will override the color setting and
|
|
18
|
+
* use "primary" or "primary-turva" as the color depending on which theme
|
|
19
|
+
* is chosen.
|
|
20
|
+
*/
|
|
21
|
+
theme: DuetTheme;
|
|
22
|
+
/**
|
|
23
|
+
* Selected element
|
|
24
|
+
*/
|
|
25
|
+
selected: number;
|
|
26
|
+
watchPropHandler(newValue: number): void;
|
|
27
|
+
/**
|
|
28
|
+
* Component lifecycle events.
|
|
29
|
+
*/
|
|
30
|
+
componentWillLoad(): void;
|
|
31
|
+
componentDidLoad(): void;
|
|
32
|
+
disconnectedCallback(): void;
|
|
33
|
+
/**
|
|
34
|
+
* Private methods.
|
|
35
|
+
*/
|
|
36
|
+
private getLastVisibleElement;
|
|
37
|
+
private getFirstVisibleElement;
|
|
38
|
+
private updateScrollButtons;
|
|
39
|
+
private scrollToTab;
|
|
40
|
+
private scrollLeft;
|
|
41
|
+
private scrollRight;
|
|
42
|
+
/**
|
|
43
|
+
* render() function
|
|
44
|
+
* Always the last one in the class.
|
|
45
|
+
*/
|
|
46
|
+
render(): any;
|
|
47
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ComponentInterface } from "../../stencil-public-runtime";
|
|
2
|
+
import { DuetLangObject } from "../../utils/language-utils";
|
|
2
3
|
export declare class DuetTab implements ComponentInterface {
|
|
3
4
|
/**
|
|
4
5
|
* Label for the tab.
|
|
@@ -8,6 +9,16 @@ export declare class DuetTab implements ComponentInterface {
|
|
|
8
9
|
* Selected state of the tab.
|
|
9
10
|
*/
|
|
10
11
|
selected: boolean;
|
|
12
|
+
/**
|
|
13
|
+
* Defaults for AccessibleLabel
|
|
14
|
+
* @default null
|
|
15
|
+
*/
|
|
16
|
+
accessibleDescriptionDefault: DuetLangObject | string;
|
|
17
|
+
/**
|
|
18
|
+
* String for AccessibleLabel
|
|
19
|
+
* @default null
|
|
20
|
+
*/
|
|
21
|
+
accessibleDescription: string;
|
|
11
22
|
/**
|
|
12
23
|
* render() function
|
|
13
24
|
* Always the last one in the class.
|
|
@@ -27,6 +27,15 @@ export declare class DuetTabGroup implements ThemeableComponent {
|
|
|
27
27
|
* Theme of the component.
|
|
28
28
|
*/
|
|
29
29
|
theme: DuetTheme;
|
|
30
|
+
/**
|
|
31
|
+
* Controls whether the tab-group should scroll (by inflection this will disable collapsing to select box on small screens),
|
|
32
|
+
* if this is a number instead of true it will be used as "amount of items to scroll"
|
|
33
|
+
*/
|
|
34
|
+
scrolls: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* Whether the tab-group collapses to a select dropwdown in minor breakpoints
|
|
37
|
+
*/
|
|
38
|
+
collapses: boolean;
|
|
30
39
|
/**
|
|
31
40
|
* Style variation of the tab group.
|
|
32
41
|
*/
|
|
@@ -93,8 +102,10 @@ export declare class DuetTabGroup implements ThemeableComponent {
|
|
|
93
102
|
/**
|
|
94
103
|
* Local methods.
|
|
95
104
|
*/
|
|
105
|
+
private getTabs;
|
|
96
106
|
private getButtonId;
|
|
97
107
|
private getTabId;
|
|
108
|
+
private getAccessibleDescription;
|
|
98
109
|
private updateTabs;
|
|
99
110
|
private renderTab;
|
|
100
111
|
/**
|
|
@@ -1564,6 +1564,10 @@ export namespace Components {
|
|
|
1564
1564
|
* Use this property when you need to have the modal dialog initially active.
|
|
1565
1565
|
*/
|
|
1566
1566
|
"active": boolean;
|
|
1567
|
+
/**
|
|
1568
|
+
* Use this property when you want the modal to close when clicked outside of modal.
|
|
1569
|
+
*/
|
|
1570
|
+
"closeOnBlur": boolean;
|
|
1567
1571
|
/**
|
|
1568
1572
|
* Custom color to be used for the icon, as a design token entered in camelCase or kebab-case. Example: "primary".
|
|
1569
1573
|
*/
|
|
@@ -2118,6 +2122,16 @@ export namespace Components {
|
|
|
2118
2122
|
*/
|
|
2119
2123
|
"value": number;
|
|
2120
2124
|
}
|
|
2125
|
+
interface DuetScrollable {
|
|
2126
|
+
/**
|
|
2127
|
+
* Selected element
|
|
2128
|
+
*/
|
|
2129
|
+
"selected": number;
|
|
2130
|
+
/**
|
|
2131
|
+
* Theme of duet-tab-scrollable. When used this will override the color setting and use "primary" or "primary-turva" as the color depending on which theme is chosen.
|
|
2132
|
+
*/
|
|
2133
|
+
"theme": DuetTheme;
|
|
2134
|
+
}
|
|
2121
2135
|
interface DuetSelect {
|
|
2122
2136
|
/**
|
|
2123
2137
|
* Indicates the id of a related component’s visually focused element.
|
|
@@ -2289,6 +2303,16 @@ export namespace Components {
|
|
|
2289
2303
|
"theme": DuetTheme;
|
|
2290
2304
|
}
|
|
2291
2305
|
interface DuetTab {
|
|
2306
|
+
/**
|
|
2307
|
+
* String for AccessibleLabel
|
|
2308
|
+
* @default null
|
|
2309
|
+
*/
|
|
2310
|
+
"accessibleDescription": string;
|
|
2311
|
+
/**
|
|
2312
|
+
* Defaults for AccessibleLabel
|
|
2313
|
+
* @default null
|
|
2314
|
+
*/
|
|
2315
|
+
"accessibleDescriptionDefault": DuetLangObject | string;
|
|
2292
2316
|
/**
|
|
2293
2317
|
* Label for the tab.
|
|
2294
2318
|
*/
|
|
@@ -2299,6 +2323,10 @@ export namespace Components {
|
|
|
2299
2323
|
"selected": boolean;
|
|
2300
2324
|
}
|
|
2301
2325
|
interface DuetTabGroup {
|
|
2326
|
+
/**
|
|
2327
|
+
* Whether the tab-group collapses to a select dropwdown in minor breakpoints
|
|
2328
|
+
*/
|
|
2329
|
+
"collapses": boolean;
|
|
2302
2330
|
/**
|
|
2303
2331
|
* Label for the select element which gets shown on mobile.
|
|
2304
2332
|
* @default {fi: "Valitse", en: "Choose", sv: "Välja"}
|
|
@@ -2336,6 +2364,10 @@ export namespace Components {
|
|
|
2336
2364
|
* @deprecated
|
|
2337
2365
|
*/
|
|
2338
2366
|
"refresh": () => Promise<void>;
|
|
2367
|
+
/**
|
|
2368
|
+
* Controls whether the tab-group should scroll (by inflection this will disable collapsing to select box on small screens), if this is a number instead of true it will be used as "amount of items to scroll"
|
|
2369
|
+
*/
|
|
2370
|
+
"scrolls": boolean;
|
|
2339
2371
|
/**
|
|
2340
2372
|
* Theme of the component.
|
|
2341
2373
|
*/
|
|
@@ -3129,6 +3161,12 @@ declare global {
|
|
|
3129
3161
|
prototype: HTMLDuetRangeSliderElement;
|
|
3130
3162
|
new (): HTMLDuetRangeSliderElement;
|
|
3131
3163
|
};
|
|
3164
|
+
interface HTMLDuetScrollableElement extends Components.DuetScrollable, HTMLStencilElement {
|
|
3165
|
+
}
|
|
3166
|
+
var HTMLDuetScrollableElement: {
|
|
3167
|
+
prototype: HTMLDuetScrollableElement;
|
|
3168
|
+
new (): HTMLDuetScrollableElement;
|
|
3169
|
+
};
|
|
3132
3170
|
interface HTMLDuetSelectElement extends Components.DuetSelect, HTMLStencilElement {
|
|
3133
3171
|
}
|
|
3134
3172
|
var HTMLDuetSelectElement: {
|
|
@@ -3262,6 +3300,7 @@ declare global {
|
|
|
3262
3300
|
"duet-radio": HTMLDuetRadioElement;
|
|
3263
3301
|
"duet-radio-group": HTMLDuetRadioGroupElement;
|
|
3264
3302
|
"duet-range-slider": HTMLDuetRangeSliderElement;
|
|
3303
|
+
"duet-scrollable": HTMLDuetScrollableElement;
|
|
3265
3304
|
"duet-select": HTMLDuetSelectElement;
|
|
3266
3305
|
"duet-spacer": HTMLDuetSpacerElement;
|
|
3267
3306
|
"duet-spinner": HTMLDuetSpinnerElement;
|
|
@@ -4865,6 +4904,10 @@ declare namespace LocalJSX {
|
|
|
4865
4904
|
* Use this property when you need to have the modal dialog initially active.
|
|
4866
4905
|
*/
|
|
4867
4906
|
"active"?: boolean;
|
|
4907
|
+
/**
|
|
4908
|
+
* Use this property when you want the modal to close when clicked outside of modal.
|
|
4909
|
+
*/
|
|
4910
|
+
"closeOnBlur"?: boolean;
|
|
4868
4911
|
/**
|
|
4869
4912
|
* Custom color to be used for the icon, as a design token entered in camelCase or kebab-case. Example: "primary".
|
|
4870
4913
|
*/
|
|
@@ -4892,7 +4935,7 @@ declare namespace LocalJSX {
|
|
|
4892
4935
|
*/
|
|
4893
4936
|
"language"?: DuetLanguage;
|
|
4894
4937
|
/**
|
|
4895
|
-
* Emitted
|
|
4938
|
+
* Emitted before the modal is closed. To prevent the modal from actually closing, use ev.detail.originalEvent.preventDefault().
|
|
4896
4939
|
*/
|
|
4897
4940
|
"onDuetBeforeClose"?: (event: CustomEvent<DuetModalCloseEvent>) => void;
|
|
4898
4941
|
/**
|
|
@@ -5425,6 +5468,16 @@ declare namespace LocalJSX {
|
|
|
5425
5468
|
*/
|
|
5426
5469
|
"value"?: number;
|
|
5427
5470
|
}
|
|
5471
|
+
interface DuetScrollable {
|
|
5472
|
+
/**
|
|
5473
|
+
* Selected element
|
|
5474
|
+
*/
|
|
5475
|
+
"selected"?: number;
|
|
5476
|
+
/**
|
|
5477
|
+
* Theme of duet-tab-scrollable. When used this will override the color setting and use "primary" or "primary-turva" as the color depending on which theme is chosen.
|
|
5478
|
+
*/
|
|
5479
|
+
"theme"?: DuetTheme;
|
|
5480
|
+
}
|
|
5428
5481
|
interface DuetSelect {
|
|
5429
5482
|
/**
|
|
5430
5483
|
* Indicates the id of a related component’s visually focused element.
|
|
@@ -5604,6 +5657,16 @@ declare namespace LocalJSX {
|
|
|
5604
5657
|
"theme"?: DuetTheme;
|
|
5605
5658
|
}
|
|
5606
5659
|
interface DuetTab {
|
|
5660
|
+
/**
|
|
5661
|
+
* String for AccessibleLabel
|
|
5662
|
+
* @default null
|
|
5663
|
+
*/
|
|
5664
|
+
"accessibleDescription"?: string;
|
|
5665
|
+
/**
|
|
5666
|
+
* Defaults for AccessibleLabel
|
|
5667
|
+
* @default null
|
|
5668
|
+
*/
|
|
5669
|
+
"accessibleDescriptionDefault"?: DuetLangObject | string;
|
|
5607
5670
|
/**
|
|
5608
5671
|
* Label for the tab.
|
|
5609
5672
|
*/
|
|
@@ -5614,6 +5677,10 @@ declare namespace LocalJSX {
|
|
|
5614
5677
|
"selected"?: boolean;
|
|
5615
5678
|
}
|
|
5616
5679
|
interface DuetTabGroup {
|
|
5680
|
+
/**
|
|
5681
|
+
* Whether the tab-group collapses to a select dropwdown in minor breakpoints
|
|
5682
|
+
*/
|
|
5683
|
+
"collapses"?: boolean;
|
|
5617
5684
|
/**
|
|
5618
5685
|
* Label for the select element which gets shown on mobile.
|
|
5619
5686
|
* @default {fi: "Valitse", en: "Choose", sv: "Välja"}
|
|
@@ -5650,6 +5717,10 @@ declare namespace LocalJSX {
|
|
|
5650
5717
|
* Controls the padding of the component.
|
|
5651
5718
|
*/
|
|
5652
5719
|
"padding"?: DuetPadding;
|
|
5720
|
+
/**
|
|
5721
|
+
* Controls whether the tab-group should scroll (by inflection this will disable collapsing to select box on small screens), if this is a number instead of true it will be used as "amount of items to scroll"
|
|
5722
|
+
*/
|
|
5723
|
+
"scrolls"?: boolean;
|
|
5653
5724
|
/**
|
|
5654
5725
|
* Theme of the component.
|
|
5655
5726
|
*/
|
|
@@ -6259,6 +6330,7 @@ declare namespace LocalJSX {
|
|
|
6259
6330
|
"duet-radio": DuetRadio;
|
|
6260
6331
|
"duet-radio-group": DuetRadioGroup;
|
|
6261
6332
|
"duet-range-slider": DuetRangeSlider;
|
|
6333
|
+
"duet-scrollable": DuetScrollable;
|
|
6262
6334
|
"duet-select": DuetSelect;
|
|
6263
6335
|
"duet-spacer": DuetSpacer;
|
|
6264
6336
|
"duet-spinner": DuetSpinner;
|
|
@@ -6322,6 +6394,7 @@ declare module "@stencil/core" {
|
|
|
6322
6394
|
"duet-radio": LocalJSX.DuetRadio & JSXBase.HTMLAttributes<HTMLDuetRadioElement>;
|
|
6323
6395
|
"duet-radio-group": LocalJSX.DuetRadioGroup & JSXBase.HTMLAttributes<HTMLDuetRadioGroupElement>;
|
|
6324
6396
|
"duet-range-slider": LocalJSX.DuetRangeSlider & JSXBase.HTMLAttributes<HTMLDuetRangeSliderElement>;
|
|
6397
|
+
"duet-scrollable": LocalJSX.DuetScrollable & JSXBase.HTMLAttributes<HTMLDuetScrollableElement>;
|
|
6325
6398
|
"duet-select": LocalJSX.DuetSelect & JSXBase.HTMLAttributes<HTMLDuetSelectElement>;
|
|
6326
6399
|
"duet-spacer": LocalJSX.DuetSpacer & JSXBase.HTMLAttributes<HTMLDuetSpacerElement>;
|
|
6327
6400
|
"duet-spinner": LocalJSX.DuetSpinner & JSXBase.HTMLAttributes<HTMLDuetSpinnerElement>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@duetds/components",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.35.0",
|
|
4
4
|
"description": "This package includes Duet Design System Web Components and related utilities.",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"email": "duetdesignsystem@lahitapiola.fi"
|
|
@@ -36,6 +36,7 @@
|
|
|
36
36
|
"version": "npm run build",
|
|
37
37
|
"build": "run-s stencil:build copy:vscode",
|
|
38
38
|
"stencil:build": "stencil build",
|
|
39
|
+
"stencil:build:dev": "stencil build --dev",
|
|
39
40
|
"stencil:stats": "stencil build --log --stats",
|
|
40
41
|
"stencil:dev": "stencil build --dev --watch --serve",
|
|
41
42
|
"stencil:koa": "stencil build --dev --watch",
|
|
@@ -52,11 +53,11 @@
|
|
|
52
53
|
"koa-colorful-logger": "0.0.3"
|
|
53
54
|
},
|
|
54
55
|
"devDependencies": {
|
|
55
|
-
"@duetds/fonts": "1.4.
|
|
56
|
-
"@duetds/icons": "2.2.
|
|
56
|
+
"@duetds/fonts": "1.4.11",
|
|
57
|
+
"@duetds/icons": "2.2.11",
|
|
57
58
|
"@duetds/stencil-angular-output-target": "0.0.2",
|
|
58
59
|
"@duetds/stencil-react-output-target": "0.0.10",
|
|
59
|
-
"@duetds/tokens": "2.4.
|
|
60
|
+
"@duetds/tokens": "2.4.11",
|
|
60
61
|
"@koa/cors": "3.1.0",
|
|
61
62
|
"@rollup/plugin-replace": "3.0.1",
|
|
62
63
|
"@stencil/core": "2.12.1",
|
|
@@ -95,5 +96,5 @@
|
|
|
95
96
|
"collection": "lib/collection/collection-manifest.json",
|
|
96
97
|
"es2015": "lib/esm/index.js",
|
|
97
98
|
"es2017": "lib/esm/index.js",
|
|
98
|
-
"gitHead": "
|
|
99
|
+
"gitHead": "82c1e6f02105189828663a62d980e570239f3e33"
|
|
99
100
|
}
|