@duetds/components 6.0.4 → 6.0.6
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 +33 -34
- package/lib/cjs/duet-action-button.cjs.entry.js +1 -1
- package/lib/cjs/duet-alert.cjs.entry.js +1 -1
- package/lib/cjs/duet-badge.cjs.entry.js +1 -1
- package/lib/cjs/duet-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 +1 -1
- package/lib/cjs/duet-card.cjs.entry.js +1 -1
- package/lib/cjs/duet-checkbox.cjs.entry.js +1 -1
- package/lib/cjs/duet-choice_2.cjs.entry.js +9 -8
- package/lib/cjs/duet-collapsible.cjs.entry.js +1 -1
- 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 +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 +1 -1
- package/lib/cjs/duet-hero.cjs.entry.js +1 -1
- package/lib/cjs/duet-icon.cjs.entry.js +1 -1
- package/lib/cjs/duet-input_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-layout.cjs.entry.js +1 -1
- package/lib/cjs/duet-list_2.cjs.entry.js +1 -1
- package/lib/cjs/duet-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 +1 -1
- 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 +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 +1 -1
- package/lib/cjs/{focus-utils-8a615003.js → focus-utils-dd4ce1de.js} +1 -1
- package/lib/cjs/{index-d106d801.js → index-e4517eb5.js} +1 -1
- package/lib/cjs/loader.cjs.js +1 -1
- package/lib/collection/components/duet-button/duet-button.css +5 -1
- package/lib/collection/components/duet-button/duet-button.js +1 -1
- package/lib/collection/components/duet-choice/duet-choice.js +4 -4
- package/lib/collection/components/duet-choice-group/duet-choice-group.js +3 -2
- package/lib/collection/components/duet-range-stepper/duet-range-stepper.js +25 -27
- package/lib/dist-custom-elements/duet-action-button.js +1 -1
- package/lib/dist-custom-elements/duet-alert.js +1 -1
- package/lib/dist-custom-elements/duet-badge.js +1 -1
- package/lib/dist-custom-elements/duet-breadcrumb.js +2 -2
- package/lib/dist-custom-elements/duet-breadcrumbs.js +2 -2
- package/lib/dist-custom-elements/duet-button.js +1 -1
- package/lib/dist-custom-elements/duet-caption.js +1 -1
- package/lib/dist-custom-elements/duet-card.js +3 -3
- package/lib/dist-custom-elements/duet-checkbox.js +1 -1
- package/lib/dist-custom-elements/duet-choice-group.js +9 -8
- package/lib/dist-custom-elements/duet-choice.js +9 -9
- package/lib/dist-custom-elements/duet-collapsible.js +2 -2
- package/lib/dist-custom-elements/duet-combobox.js +3 -3
- package/lib/dist-custom-elements/duet-cookie-consent.js +6 -6
- package/lib/dist-custom-elements/duet-date-picker.js +8 -8
- package/lib/dist-custom-elements/duet-divider.js +1 -1
- package/lib/dist-custom-elements/duet-editable-table.js +1 -1
- package/lib/dist-custom-elements/duet-empty-state.js +1 -1
- package/lib/dist-custom-elements/duet-fieldset.js +1 -1
- package/lib/dist-custom-elements/duet-footer.js +4 -4
- package/lib/dist-custom-elements/duet-grid-item.js +1 -1
- package/lib/dist-custom-elements/duet-grid.js +1 -1
- package/lib/dist-custom-elements/duet-header.js +8 -8
- package/lib/dist-custom-elements/duet-heading.js +1 -1
- package/lib/dist-custom-elements/duet-hero.js +9 -9
- package/lib/dist-custom-elements/duet-icon.js +1 -1
- package/lib/dist-custom-elements/duet-input.js +1 -1
- package/lib/dist-custom-elements/duet-label.js +1 -1
- package/lib/dist-custom-elements/duet-layout.js +1 -1
- package/lib/dist-custom-elements/duet-link.js +1 -1
- package/lib/dist-custom-elements/duet-list-item.js +1 -1
- package/lib/dist-custom-elements/duet-list.js +1 -1
- package/lib/dist-custom-elements/duet-logo.js +1 -1
- package/lib/dist-custom-elements/duet-modal.js +7 -7
- package/lib/dist-custom-elements/duet-notification-drawer.js +4 -4
- package/lib/dist-custom-elements/duet-notification.js +2 -2
- package/lib/dist-custom-elements/duet-number-input.js +7 -7
- package/lib/dist-custom-elements/duet-pagination.js +7 -7
- package/lib/dist-custom-elements/duet-paragraph.js +1 -1
- package/lib/dist-custom-elements/duet-progress.js +1 -1
- package/lib/dist-custom-elements/duet-radio-group.js +6 -6
- package/lib/dist-custom-elements/duet-radio.js +1 -1
- package/lib/dist-custom-elements/duet-range-slider.js +2 -2
- package/lib/dist-custom-elements/duet-range-stepper.js +28 -30
- package/lib/dist-custom-elements/duet-scrollable.js +1 -1
- package/lib/dist-custom-elements/duet-select.js +1 -1
- package/lib/dist-custom-elements/duet-spacer.js +1 -1
- package/lib/dist-custom-elements/duet-spinner.js +1 -1
- package/lib/dist-custom-elements/duet-step.js +4 -4
- package/lib/dist-custom-elements/duet-stepper.js +2 -2
- package/lib/dist-custom-elements/duet-tab-group.js +8 -8
- package/lib/dist-custom-elements/duet-tab.js +1 -1
- package/lib/dist-custom-elements/duet-table.js +1 -1
- package/lib/dist-custom-elements/duet-textarea.js +8 -8
- package/lib/dist-custom-elements/duet-toggle.js +2 -2
- package/lib/dist-custom-elements/duet-tooltip.js +1 -1
- package/lib/dist-custom-elements/duet-tray.js +3 -3
- package/lib/dist-custom-elements/duet-upload-aria-status.js +1 -1
- package/lib/dist-custom-elements/duet-upload.js +18 -18
- package/lib/dist-custom-elements/duet-visually-hidden.js +1 -1
- package/lib/dist-custom-elements/index.js +1 -1
- package/lib/dist-custom-elements/{p-3d987b87.js → p-082654a0.js} +1 -1
- package/lib/dist-custom-elements/{p-e294c0fb.js → p-199c2f56.js} +6 -6
- package/lib/dist-custom-elements/{p-16d518fd.js → p-28011c52.js} +1 -1
- package/lib/dist-custom-elements/{p-bd4b92c4.js → p-29eb2df5.js} +1 -1
- package/lib/dist-custom-elements/{p-ef8eff22.js → p-3a9cfcc9.js} +1 -1
- package/lib/dist-custom-elements/{p-4717744e.js → p-4945e262.js} +3 -3
- package/lib/dist-custom-elements/{p-d96debb6.js → p-4f279f53.js} +7 -7
- package/lib/dist-custom-elements/{p-fc5362e7.js → p-592779ce.js} +1 -1
- package/lib/dist-custom-elements/{p-9c732bb9.js → p-64632357.js} +2 -2
- package/lib/dist-custom-elements/{p-09ed1ffa.js → p-7289badb.js} +5 -5
- package/lib/dist-custom-elements/{p-6886544b.js → p-7576d4ff.js} +1 -1
- package/lib/dist-custom-elements/{p-acdba2db.js → p-7c13db02.js} +2 -2
- package/lib/dist-custom-elements/{p-e5c8a58f.js → p-7f15884f.js} +1 -1
- package/lib/dist-custom-elements/{p-65d3ead5.js → p-80931556.js} +6 -6
- package/lib/dist-custom-elements/{p-01de0640.js → p-87a6b2d6.js} +1 -1
- package/lib/dist-custom-elements/{p-81c9b244.js → p-8cd228d4.js} +1 -1
- package/lib/dist-custom-elements/{p-213ef84c.js → p-9f0235d2.js} +1 -1
- package/lib/dist-custom-elements/{p-c70f3ccb.js → p-a379b2d3.js} +2 -2
- package/lib/dist-custom-elements/{p-da03a443.js → p-a426557f.js} +1 -1
- package/lib/dist-custom-elements/{p-b08e57cf.js → p-aa0d2da3.js} +1 -1
- package/lib/dist-custom-elements/{p-f7db7c40.js → p-aa492620.js} +1 -1
- package/lib/dist-custom-elements/{p-565779f5.js → p-b32fb567.js} +1 -1
- package/lib/dist-custom-elements/{p-88511d7a.js → p-b39ebe64.js} +3 -3
- package/lib/dist-custom-elements/{p-08cfe544.js → p-b74969f0.js} +2 -2
- package/lib/dist-custom-elements/{p-14dcd82b.js → p-bf5314b7.js} +1 -1
- package/lib/dist-custom-elements/{p-6e74e660.js → p-c04225ed.js} +6 -6
- package/lib/dist-custom-elements/{p-e4d5fbc0.js → p-cb00b1f9.js} +2 -2
- package/lib/dist-custom-elements/{p-0a928609.js → p-d00cffea.js} +3 -3
- package/lib/dist-custom-elements/{p-3fc2d124.js → p-d7e59b1c.js} +1 -1
- package/lib/dist-custom-elements/{p-7739604d.js → p-e0a69099.js} +1 -1
- package/lib/duet/duet.esm.js +1 -1
- package/lib/duet/duet.js +1 -1
- package/lib/duet/{p-5f6452ce.system.entry.js → p-0213ed5d.system.entry.js} +1 -1
- package/lib/duet/{p-ccb0de84.system.entry.js → p-0285b819.system.entry.js} +1 -1
- package/lib/duet/p-0366aa94.entry.js +4 -0
- package/lib/duet/{p-5af6d9e2.entry.js → p-039fc9c3.entry.js} +1 -1
- package/lib/duet/{p-1e0d7680.system.entry.js → p-05737119.system.entry.js} +1 -1
- package/lib/duet/{p-9094fcf8.entry.js → p-16ce8d7a.entry.js} +1 -1
- package/lib/duet/{p-4f1fe415.system.entry.js → p-19727bc9.system.entry.js} +1 -1
- package/lib/duet/p-1bd40aae.entry.js +4 -0
- package/lib/duet/{p-5e1d64d8.entry.js → p-2070fce5.entry.js} +1 -1
- package/lib/duet/{p-751f6957.system.entry.js → p-20f35cdc.system.entry.js} +1 -1
- package/lib/duet/{p-1ebd7945.system.entry.js → p-2248cea0.system.entry.js} +1 -1
- package/lib/duet/{p-09e2ff96.system.entry.js → p-24df277b.system.entry.js} +1 -1
- package/lib/duet/{p-01c551f1.system.entry.js → p-251a5aac.system.entry.js} +1 -1
- package/lib/duet/{p-ab89d948.system.entry.js → p-27264236.system.entry.js} +1 -1
- package/lib/duet/p-2aa13286.entry.js +4 -0
- package/lib/duet/{p-aef02083.entry.js → p-2f82c49d.entry.js} +1 -1
- package/lib/duet/{p-2b320481.system.entry.js → p-2f94a10d.system.entry.js} +1 -1
- package/lib/duet/{p-c5f6ea62.system.entry.js → p-34c60dae.system.entry.js} +1 -1
- package/lib/duet/{p-033bfa67.entry.js → p-35a057b3.entry.js} +1 -1
- package/lib/duet/{p-6e5f2016.system.entry.js → p-37ed2dff.system.entry.js} +1 -1
- package/lib/duet/{p-73c6e5fb.entry.js → p-38ebcf7c.entry.js} +1 -1
- package/lib/duet/{p-0b74af40.entry.js → p-42b60815.entry.js} +1 -1
- package/lib/duet/{p-ece47184.entry.js → p-42fd968a.entry.js} +1 -1
- package/lib/duet/{p-988a781d.entry.js → p-440ab681.entry.js} +1 -1
- package/lib/duet/{p-6f93638a.system.entry.js → p-45695a2f.system.entry.js} +1 -1
- package/lib/duet/{p-3b173cbd.entry.js → p-45b515be.entry.js} +1 -1
- package/lib/duet/{p-264a0e0c.system.entry.js → p-45d3e7f3.system.entry.js} +1 -1
- package/lib/duet/{p-bbe1a2cd.entry.js → p-46c15952.entry.js} +1 -1
- package/lib/duet/{p-07a850a5.system.entry.js → p-48d64315.system.entry.js} +1 -1
- package/lib/duet/{p-c863a0d1.entry.js → p-48ebc2b0.entry.js} +1 -1
- package/lib/duet/{p-4d767c61.system.entry.js → p-4b297926.system.entry.js} +1 -1
- package/lib/duet/{p-0c9f0b8a.system.entry.js → p-4f74dcb0.system.entry.js} +1 -1
- package/lib/duet/{p-23943f39.entry.js → p-52c056db.entry.js} +1 -1
- package/lib/duet/{p-4463946b.system.entry.js → p-52c6ae14.system.entry.js} +1 -1
- package/lib/duet/{p-f97776be.entry.js → p-53e9db65.entry.js} +1 -1
- package/lib/duet/{p-eb74c96e.entry.js → p-59b50ef3.entry.js} +1 -1
- package/lib/duet/{p-e9862947.entry.js → p-5a996bf9.entry.js} +1 -1
- package/lib/duet/{p-bec16aea.system.entry.js → p-5c0b7a57.system.entry.js} +1 -1
- package/lib/duet/{p-fe8fc877.system.entry.js → p-5cdddc36.system.entry.js} +1 -1
- package/lib/duet/{p-1999f503.system.js → p-605d7b1b.system.js} +1 -1
- package/lib/duet/{p-7ad2cb10.system.entry.js → p-65ee3b0a.system.entry.js} +1 -1
- package/lib/duet/{p-a585113b.entry.js → p-678e8cbb.entry.js} +1 -1
- package/lib/duet/{p-86cb85b9.system.entry.js → p-6c762845.system.entry.js} +1 -1
- package/lib/duet/{p-44e9b1c8.system.entry.js → p-6d95f910.system.entry.js} +1 -1
- package/lib/duet/{p-430acad4.system.entry.js → p-6e39375e.system.entry.js} +1 -1
- package/lib/duet/{p-2a3b1a2e.entry.js → p-71d5f97d.entry.js} +1 -1
- package/lib/duet/p-76bd1cd1.js +4 -0
- package/lib/duet/{p-f09f968c.entry.js → p-79f628fc.entry.js} +1 -1
- package/lib/duet/{p-787f9eba.entry.js → p-7b41013a.entry.js} +1 -1
- package/lib/duet/{p-afdc57da.entry.js → p-7c667e8f.entry.js} +1 -1
- package/lib/duet/{p-8e8f8b29.entry.js → p-7fa21213.entry.js} +1 -1
- package/lib/duet/{p-8b09a46f.entry.js → p-8177d52d.entry.js} +1 -1
- package/lib/duet/{p-a395d4bc.system.entry.js → p-8f3a0c72.system.entry.js} +1 -1
- package/lib/duet/{p-df785776.system.js → p-8fbe317b.system.js} +1 -1
- package/lib/duet/{p-bd3c926c.system.entry.js → p-9128d8c9.system.entry.js} +1 -1
- package/lib/duet/{p-aa8973fc.entry.js → p-939a6cc1.entry.js} +1 -1
- package/lib/duet/{p-55fd512b.system.entry.js → p-995aaa93.system.entry.js} +1 -1
- package/lib/duet/{p-1bd57792.system.entry.js → p-9af0bc52.system.entry.js} +1 -1
- package/lib/duet/{p-c6d05091.entry.js → p-9b3a36e6.entry.js} +1 -1
- package/lib/duet/{p-61444a3d.system.entry.js → p-9b991fcc.system.entry.js} +1 -1
- package/lib/duet/{p-0e98f667.system.entry.js → p-a090cc23.system.entry.js} +1 -1
- package/lib/duet/{p-caa49454.entry.js → p-a4bec573.entry.js} +1 -1
- package/lib/duet/{p-ab7f4070.entry.js → p-a59437ad.entry.js} +1 -1
- package/lib/duet/{p-77ca874f.system.entry.js → p-adf1ecbf.system.entry.js} +1 -1
- package/lib/duet/p-ae11885c.system.entry.js +4 -0
- package/lib/duet/{p-bbc91480.system.entry.js → p-b38311d2.system.entry.js} +1 -1
- package/lib/duet/{p-c986532d.entry.js → p-b719d692.entry.js} +1 -1
- package/lib/duet/{p-0c2a51ac.entry.js → p-bd5e1712.entry.js} +1 -1
- package/lib/duet/{p-77600ed7.system.js → p-bee31561.system.js} +1 -1
- package/lib/duet/{p-613c4099.system.entry.js → p-c468a3a5.system.entry.js} +1 -1
- package/lib/duet/{p-7de4d97d.entry.js → p-c530394c.entry.js} +1 -1
- package/lib/duet/{p-b55e55b5.entry.js → p-c6a32c19.entry.js} +1 -1
- package/lib/duet/{p-875ae637.js → p-cc2dcefa.js} +1 -1
- package/lib/duet/{p-27f72e70.entry.js → p-d02af930.entry.js} +1 -1
- package/lib/duet/{p-1a41550e.system.entry.js → p-d1433a6c.system.entry.js} +1 -1
- package/lib/duet/p-da33b001.entry.js +4 -0
- package/lib/duet/{p-0e48bca9.system.entry.js → p-dbbbfb36.system.entry.js} +1 -1
- package/lib/duet/{p-3620ded5.entry.js → p-de540d60.entry.js} +1 -1
- package/lib/duet/{p-71105750.entry.js → p-e79e0c89.entry.js} +1 -1
- package/lib/duet/{p-8107aeb5.system.entry.js → p-e9ac6c20.system.entry.js} +1 -1
- package/lib/duet/{p-c73a591d.system.entry.js → p-ef8288aa.system.entry.js} +1 -1
- package/lib/duet/{p-defba7cd.entry.js → p-f640cfa4.entry.js} +1 -1
- package/lib/duet/{p-21662682.entry.js → p-f75b852a.entry.js} +1 -1
- package/lib/duet/{p-4d6feeb5.system.entry.js → p-f9bbab0b.system.entry.js} +1 -1
- package/lib/duet/{p-60e29f52.system.entry.js → p-fafcae12.system.entry.js} +1 -1
- package/lib/duet/{p-c4217626.system.entry.js → p-fc7bff4b.system.entry.js} +1 -1
- package/lib/duet/{p-3904232a.entry.js → p-fe1b83c8.entry.js} +1 -1
- package/lib/duet/{p-23a8fa64.system.entry.js → p-fe5c5165.system.entry.js} +1 -1
- package/lib/duet/{p-8c08e7ba.entry.js → p-fe658814.entry.js} +1 -1
- package/lib/esm/duet-action-button.entry.js +1 -1
- package/lib/esm/duet-alert.entry.js +1 -1
- package/lib/esm/duet-badge.entry.js +1 -1
- package/lib/esm/duet-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 +1 -1
- 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 +9 -8
- package/lib/esm/duet-collapsible.entry.js +1 -1
- 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 +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 +1 -1
- package/lib/esm/duet-hero.entry.js +1 -1
- package/lib/esm/duet-icon.entry.js +1 -1
- package/lib/esm/duet-input_2.entry.js +1 -1
- package/lib/esm/duet-layout.entry.js +1 -1
- package/lib/esm/duet-list_2.entry.js +1 -1
- package/lib/esm/duet-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 +1 -1
- 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 +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 +1 -1
- package/lib/esm/{focus-utils-236f580e.js → focus-utils-d7f2dd58.js} +1 -1
- package/lib/esm/{index-b601aac1.js → index-5528c321.js} +1 -1
- package/lib/esm/loader.js +1 -1
- 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-236f580e.js → focus-utils-d7f2dd58.js} +1 -1
- package/lib/esm-es5/{index-b601aac1.js → index-5528c321.js} +1 -1
- package/lib/esm-es5/loader.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.d.ts +2 -2
- package/package.json +5 -5
- package/lib/duet/p-0d96924d.entry.js +0 -4
- package/lib/duet/p-49ce11a1.entry.js +0 -4
- package/lib/duet/p-6aca8584.js +0 -4
- package/lib/duet/p-8aafa8e7.system.entry.js +0 -4
- package/lib/duet/p-b2abaa9e.entry.js +0 -4
- package/lib/duet/p-bf59e11d.entry.js +0 -4
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7
7
|
|
|
8
|
-
const index = require('./index-
|
|
8
|
+
const index = require('./index-e4517eb5.js');
|
|
9
9
|
const tokens = require('./tokens-4c69b122.js');
|
|
10
10
|
const watchOptions = require('./watch-options-d88afac0.js');
|
|
11
11
|
const themeableComponent = require('./themeable-component-fdeaef9f.js');
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7
7
|
|
|
8
|
-
const index = require('./index-
|
|
8
|
+
const index = require('./index-e4517eb5.js');
|
|
9
9
|
const formSearch = require('./form-search-d61b2843.js');
|
|
10
10
|
const tokens = require('./tokens-4c69b122.js');
|
|
11
11
|
const bodyScrollLock_es6 = require('./bodyScrollLock.es6-6ef1142a.js');
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7
7
|
|
|
8
|
-
const index = require('./index-
|
|
8
|
+
const index = require('./index-e4517eb5.js');
|
|
9
9
|
const actionNewWindowSmall = require('./action-new-window-small-fa51dfb9.js');
|
|
10
10
|
const commonStrings = require('./common-strings-de17f887.js');
|
|
11
11
|
const themeableComponent = require('./themeable-component-fdeaef9f.js');
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7
7
|
|
|
8
|
-
const index = require('./index-
|
|
8
|
+
const index = require('./index-e4517eb5.js');
|
|
9
9
|
const themeableComponent = require('./themeable-component-fdeaef9f.js');
|
|
10
10
|
const tokenUtils = require('./token-utils-f6e2f4ef.js');
|
|
11
11
|
require('./tokens.module-1bb2d45e.js');
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7
7
|
|
|
8
|
-
const index = require('./index-
|
|
8
|
+
const index = require('./index-e4517eb5.js');
|
|
9
9
|
const formSearch = require('./form-search-d61b2843.js');
|
|
10
10
|
const themeableComponent = require('./themeable-component-fdeaef9f.js');
|
|
11
11
|
const createId = require('./create-id-c3b984b1.js');
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7
7
|
|
|
8
|
-
const index = require('./index-
|
|
8
|
+
const index = require('./index-e4517eb5.js');
|
|
9
9
|
const isInternetExplorer = require('./is-internet-explorer-91361c56.js');
|
|
10
10
|
|
|
11
11
|
const duetLayoutCss = "*,*::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;flex:1 0 auto;width:100%}:host(.duet-middle){display:flex}:host(.duet-middle) .duet-layout{padding:36px 28px !important}@media (min-width: 36em){:host(.duet-middle) .duet-layout{padding:48px 36px !important}}@media (min-width: 62em){:host(.duet-middle) .duet-layout{padding:56px !important}}:host(.duet-ie){height:100%}:host(.duet-middle.duet-ie){height:auto}.duet-layout{position:relative;padding:0 16px;margin:48px auto 36px}@media (min-width: 36em){.duet-layout{margin-top:72px}}.duet-layout.duet-layout-has-top{margin-top:0}.duet-layout.duet-m-0{margin-top:0 !important;margin-bottom:0 !important}.duet-layout.duet-center{display:flex;align-items:center;justify-content:center;width:100%;max-width:888px}@media (min-width: 36em){.duet-layout.duet-center{padding:0 48px}}@media (min-width: 48em){.duet-layout.duet-center{padding:0 72px}}@media (min-width: 62em){.duet-layout.duet-center{width:100%}}@media (min-width: 36em){.duet-layout{padding:0 28px}}@media (min-width: 62em){.duet-layout{display:flex;flex-direction:row;padding:0 56px;margin-bottom:48px}}@media (min-width: 76.25em){.duet-layout{max-width:1110px;padding:0}}.duet-main,.duet-sidebar,.duet-layout-top,.duet-layout-bottom{display:block;width:100%}.duet-layout-top{position:relative;display:block;width:100%;margin:72px auto 0}.duet-layout-top.duet-m-0{margin-top:0 !important;margin-bottom:0 !important}.duet-layout-top .duet-layout-top-wrapper{padding:0 20px;margin:0 auto}@media (min-width: 36em){.duet-layout-top .duet-layout-top-wrapper{padding:0 28px}}@media (min-width: 62em){.duet-layout-top .duet-layout-top-wrapper{padding:0 56px}}@media (min-width: 76.25em){.duet-layout-top .duet-layout-top-wrapper{max-width:1110px;padding:0}}.duet-center .duet-layout-top-wrapper{max-width:888px}@media (min-width: 36em){.duet-center .duet-layout-top-wrapper{padding:0 48px}}@media (min-width: 48em){.duet-center .duet-layout-top-wrapper{padding:0 72px}}@media (min-width: 62em){.duet-main{min-width:600px;margin:0 auto}.has-sidebar .duet-main{max-width:734px;margin-right:20px}}@media (min-width: 62em){.duet-sidebar{min-width:256px;max-width:356px}}@media (min-width: 62em){.duet-sidebar-container{width:auto;max-width:356px}}@media (min-width: 62em){.duet-sidebar-container.has-tabs{margin-top:89px}}@media (min-width: 62em){.duet-sidebar-container.sticky{position:sticky}.duet-sidebar-container.sticky.with-links{top:calc(3rem + 20px)}.duet-sidebar-container.sticky.without-links{top:calc(4rem + 20px)}}";
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7
7
|
|
|
8
|
-
const index = require('./index-
|
|
8
|
+
const index = require('./index-e4517eb5.js');
|
|
9
9
|
const themeableComponent = require('./themeable-component-fdeaef9f.js');
|
|
10
10
|
const watchOptions = require('./watch-options-d88afac0.js');
|
|
11
11
|
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7
7
|
|
|
8
|
-
const index = require('./index-
|
|
8
|
+
const index = require('./index-e4517eb5.js');
|
|
9
9
|
const bodyScrollLock_es6 = require('./bodyScrollLock.es6-6ef1142a.js');
|
|
10
10
|
const themeableComponent = require('./themeable-component-fdeaef9f.js');
|
|
11
11
|
const createId = require('./create-id-c3b984b1.js');
|
|
12
|
-
const focusUtils = require('./focus-utils-
|
|
12
|
+
const focusUtils = require('./focus-utils-dd4ce1de.js');
|
|
13
13
|
const keyboardUtils = require('./keyboard-utils-bb32119b.js');
|
|
14
14
|
const languageUtils = require('./language-utils-4f62a7db.js');
|
|
15
15
|
require('./string-utils-5cadd058.js');
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7
7
|
|
|
8
|
-
const index = require('./index-
|
|
8
|
+
const index = require('./index-e4517eb5.js');
|
|
9
9
|
const themeableComponent = require('./themeable-component-fdeaef9f.js');
|
|
10
10
|
const languageUtils = require('./language-utils-4f62a7db.js');
|
|
11
11
|
const actionArrowDownSmall = require('./action-arrow-down-small-ef77a2d1.js');
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7
7
|
|
|
8
|
-
const index = require('./index-
|
|
8
|
+
const index = require('./index-e4517eb5.js');
|
|
9
9
|
const themeableComponent = require('./themeable-component-fdeaef9f.js');
|
|
10
10
|
const createId = require('./create-id-c3b984b1.js');
|
|
11
11
|
const keyboardUtils = require('./keyboard-utils-bb32119b.js');
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7
7
|
|
|
8
|
-
const index = require('./index-
|
|
8
|
+
const index = require('./index-e4517eb5.js');
|
|
9
9
|
const themeableComponent = require('./themeable-component-fdeaef9f.js');
|
|
10
10
|
const createId = require('./create-id-c3b984b1.js');
|
|
11
11
|
const jsUtils = require('./js-utils-134e0318.js');
|
|
@@ -345,7 +345,7 @@ const DuetRangeStepper = class {
|
|
|
345
345
|
this.stepIndex = 1;
|
|
346
346
|
/**
|
|
347
347
|
* How big is the step
|
|
348
|
-
* @default
|
|
348
|
+
* @default 50
|
|
349
349
|
*/
|
|
350
350
|
this.stepSize = 50;
|
|
351
351
|
/**
|
|
@@ -383,30 +383,33 @@ const DuetRangeStepper = class {
|
|
|
383
383
|
this.ariaControls = "";
|
|
384
384
|
this.handleClick = (e, direction) => {
|
|
385
385
|
e.preventDefault();
|
|
386
|
-
this.
|
|
386
|
+
this.stepIndex += direction;
|
|
387
|
+
this.clampStepIndex();
|
|
387
388
|
this.handleStepClick(e);
|
|
388
389
|
};
|
|
389
390
|
}
|
|
390
391
|
watchStepIndexStateHandler(newValue) {
|
|
391
|
-
if (
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
this.
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
392
|
+
if (this.element.shadowRoot.childElementCount > 0) {
|
|
393
|
+
if (newValue <= 1) {
|
|
394
|
+
this.leftBnRef.setAttribute("disabled", "");
|
|
395
|
+
this.rightBnRef.focus();
|
|
396
|
+
}
|
|
397
|
+
else {
|
|
398
|
+
this.leftBnRef.removeAttribute("disabled");
|
|
399
|
+
}
|
|
400
|
+
if (newValue >= this.total / this.stepSize) {
|
|
401
|
+
this.rightBnRef.setAttribute("disabled", "");
|
|
402
|
+
this.leftBnRef.focus();
|
|
403
|
+
}
|
|
404
|
+
else {
|
|
405
|
+
this.rightBnRef.removeAttribute("disabled");
|
|
406
|
+
}
|
|
404
407
|
}
|
|
405
408
|
}
|
|
406
409
|
watchStepSizeStateHandler(newValue, oldValue) {
|
|
407
410
|
if (newValue !== oldValue) {
|
|
408
411
|
if (this.stepIndex * newValue > this.total) {
|
|
409
|
-
this.stepIndex = this.total / newValue;
|
|
412
|
+
this.stepIndex = Math.ceil(this.total / newValue);
|
|
410
413
|
}
|
|
411
414
|
}
|
|
412
415
|
}
|
|
@@ -422,22 +425,17 @@ const DuetRangeStepper = class {
|
|
|
422
425
|
}
|
|
423
426
|
componentWillLoad() {
|
|
424
427
|
themeableComponent.inheritGlobalTheme(this);
|
|
428
|
+
this.clampStepIndex();
|
|
425
429
|
}
|
|
426
430
|
componentDidLoad() {
|
|
427
431
|
this.watchStepIndexStateHandler(this.stepIndex);
|
|
428
432
|
}
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
if (newIndex <= 0) {
|
|
433
|
+
clampStepIndex() {
|
|
434
|
+
if (this.stepIndex < 1) {
|
|
432
435
|
this.stepIndex = 1;
|
|
433
436
|
}
|
|
434
|
-
else {
|
|
435
|
-
|
|
436
|
-
this.stepIndex = newIndex;
|
|
437
|
-
}
|
|
438
|
-
else if (newIndex * this.stepSize > this.total + this.stepSize) {
|
|
439
|
-
this.stepIndex = Math.floor(this.total / this.stepSize);
|
|
440
|
-
}
|
|
437
|
+
else if (this.stepIndex * this.stepSize > this.total) {
|
|
438
|
+
this.stepIndex = Math.ceil(this.total / this.stepSize);
|
|
441
439
|
}
|
|
442
440
|
}
|
|
443
441
|
getTo() {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7
7
|
|
|
8
|
-
const index = require('./index-
|
|
8
|
+
const index = require('./index-e4517eb5.js');
|
|
9
9
|
const themeableComponent = require('./themeable-component-fdeaef9f.js');
|
|
10
10
|
const createId = require('./create-id-c3b984b1.js');
|
|
11
11
|
const languageUtils = require('./language-utils-4f62a7db.js');
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7
7
|
|
|
8
|
-
const index = require('./index-
|
|
8
|
+
const index = require('./index-e4517eb5.js');
|
|
9
9
|
const themeableComponent = require('./themeable-component-fdeaef9f.js');
|
|
10
10
|
const createId = require('./create-id-c3b984b1.js');
|
|
11
11
|
const watchOptions = require('./watch-options-d88afac0.js');
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7
7
|
|
|
8
|
-
const index = require('./index-
|
|
8
|
+
const index = require('./index-e4517eb5.js');
|
|
9
9
|
const tokens_module = require('./tokens.module-1bb2d45e.js');
|
|
10
10
|
const themeableComponent = require('./themeable-component-fdeaef9f.js');
|
|
11
11
|
const createId = require('./create-id-c3b984b1.js');
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7
7
|
|
|
8
|
-
const index = require('./index-
|
|
8
|
+
const index = require('./index-e4517eb5.js');
|
|
9
9
|
const themeableComponent = require('./themeable-component-fdeaef9f.js');
|
|
10
10
|
const languageUtils = require('./language-utils-4f62a7db.js');
|
|
11
11
|
const createId = require('./create-id-c3b984b1.js');
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7
7
|
|
|
8
|
-
const index = require('./index-
|
|
8
|
+
const index = require('./index-e4517eb5.js');
|
|
9
9
|
const themeableComponent = require('./themeable-component-fdeaef9f.js');
|
|
10
10
|
const createId = require('./create-id-c3b984b1.js');
|
|
11
11
|
const stringUtils = require('./string-utils-5cadd058.js');
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7
7
|
|
|
8
|
-
const index = require('./index-
|
|
8
|
+
const index = require('./index-e4517eb5.js');
|
|
9
9
|
const themeableComponent = require('./themeable-component-fdeaef9f.js');
|
|
10
10
|
const createId = require('./create-id-c3b984b1.js');
|
|
11
11
|
const keyboardUtils = require('./keyboard-utils-bb32119b.js');
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7
7
|
|
|
8
|
-
const index = require('./index-
|
|
8
|
+
const index = require('./index-e4517eb5.js');
|
|
9
9
|
const themeableComponent = require('./themeable-component-fdeaef9f.js');
|
|
10
10
|
const createId = require('./create-id-c3b984b1.js');
|
|
11
11
|
const inputUtils = require('./input-utils-b5e8f524.js');
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7
7
|
|
|
8
|
-
const index = require('./index-
|
|
8
|
+
const index = require('./index-e4517eb5.js');
|
|
9
9
|
const themeableComponent = require('./themeable-component-fdeaef9f.js');
|
|
10
10
|
const createId = require('./create-id-c3b984b1.js');
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7
7
|
|
|
8
|
-
const index = require('./index-
|
|
8
|
+
const index = require('./index-e4517eb5.js');
|
|
9
9
|
const themeableComponent = require('./themeable-component-fdeaef9f.js');
|
|
10
10
|
const createId = require('./create-id-c3b984b1.js');
|
|
11
11
|
const languageUtils = require('./language-utils-4f62a7db.js');
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7
7
|
|
|
8
|
-
const index = require('./index-
|
|
8
|
+
const index = require('./index-e4517eb5.js');
|
|
9
9
|
const tokens_module = require('./tokens.module-1bb2d45e.js');
|
|
10
10
|
const themeableComponent = require('./themeable-component-fdeaef9f.js');
|
|
11
11
|
const createId = require('./create-id-c3b984b1.js');
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7
7
|
|
|
8
|
-
const index = require('./index-
|
|
8
|
+
const index = require('./index-e4517eb5.js');
|
|
9
9
|
|
|
10
10
|
const duetVisuallyHiddenCss = ":host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;position:absolute !important;top:0;width:1px !important;height:1px !important;padding:0 !important;overflow:hidden !important;clip:rect(1px, 1px, 1px, 1px) !important;border:0 !important}";
|
|
11
11
|
|
package/lib/cjs/duet.cjs.js
CHANGED
|
@@ -24,7 +24,7 @@ function _interopNamespace(e) {
|
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
const NAMESPACE = 'duet';
|
|
27
|
-
const Env = /* duet */ {"cdnURILocal":"http://0.0.0.0:3334","cdnURIProd":"https://cdn.duetds.com/api","duetIconVersion":"3.0.
|
|
27
|
+
const Env = /* duet */ {"cdnURILocal":"http://0.0.0.0:3334","cdnURIProd":"https://cdn.duetds.com/api","duetIconVersion":"3.0.6"};
|
|
28
28
|
|
|
29
29
|
let scopeId;
|
|
30
30
|
let contentRef;
|
package/lib/cjs/loader.cjs.js
CHANGED
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
.duet-theme-turva .duet-button:focus {
|
|
219
219
|
box-shadow: 0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a;
|
|
220
220
|
}
|
|
221
|
-
.duet-button:active {
|
|
221
|
+
.duet-button:active:not([disabled]) {
|
|
222
222
|
opacity: 0.75;
|
|
223
223
|
transition: none;
|
|
224
224
|
}
|
|
@@ -422,11 +422,13 @@
|
|
|
422
422
|
}
|
|
423
423
|
.duet-button.plain[disabled] {
|
|
424
424
|
color: #657787 !important;
|
|
425
|
+
cursor: default;
|
|
425
426
|
background: transparent !important;
|
|
426
427
|
border-color: transparent !important;
|
|
427
428
|
}
|
|
428
429
|
.duet-theme-turva .duet-button.plain[disabled] {
|
|
429
430
|
color: transparent !important;
|
|
431
|
+
cursor: default;
|
|
430
432
|
background: transparent !important;
|
|
431
433
|
border-color: #e4e4e6 !important;
|
|
432
434
|
}
|
|
@@ -495,12 +497,14 @@
|
|
|
495
497
|
}
|
|
496
498
|
.duet-button[disabled], .duet-button[disabled]:hover, .duet-button.duet-button-negative[disabled], .duet-button.duet-button-negative[disabled]:hover {
|
|
497
499
|
color: #657787 !important;
|
|
500
|
+
cursor: default;
|
|
498
501
|
background: #e1e3e6 !important;
|
|
499
502
|
border-color: #e1e3e6 !important;
|
|
500
503
|
box-shadow: none !important;
|
|
501
504
|
}
|
|
502
505
|
.duet-theme-turva .duet-button[disabled], .duet-theme-turva .duet-button[disabled]:hover, .duet-theme-turva .duet-button.duet-button-negative [disabled], .duet-theme-turva .duet-button.duet-button-negative [disabled]:hover {
|
|
503
506
|
color: #747475 !important;
|
|
507
|
+
cursor: default;
|
|
504
508
|
background: #e4e4e6 !important;
|
|
505
509
|
border-color: #e4e4e6 !important;
|
|
506
510
|
}
|
|
@@ -257,7 +257,7 @@ export class DuetButton {
|
|
|
257
257
|
commonChildren,
|
|
258
258
|
this.external && h("duet-visually-hidden", null,
|
|
259
259
|
", ",
|
|
260
|
-
this.accessibleLabelExternal))) : (h("button", Object.assign({}, commonProps, { type: this.getButtonType(), disabled: this.disabled, name: this.name, value: this.value, "aria-pressed": this.accessiblePressed != null ? this.accessiblePressed.toString() : undefined, "aria-haspopup": this.accessiblePopup != null ? this.accessiblePopup.toString() : undefined }), commonChildren)),
|
|
260
|
+
this.accessibleLabelExternal))) : (h("button", Object.assign({}, commonProps, { type: this.getButtonType(), disabled: this.disabled, name: this.name, value: this.value, "aria-pressed": this.accessiblePressed != null ? this.accessiblePressed.toString() : undefined, "aria-haspopup": this.accessiblePopup != null ? this.accessiblePopup.toString() : undefined, "aria-disabled": this.disabled }), commonChildren)),
|
|
261
261
|
this.loading && h("duet-spinner", { color: "currentColor" }))));
|
|
262
262
|
}
|
|
263
263
|
static get is() { return "duet-button"; }
|
|
@@ -176,11 +176,13 @@ export class DuetChoice {
|
|
|
176
176
|
* Local methods
|
|
177
177
|
*/
|
|
178
178
|
this.toggleChecked = ev => {
|
|
179
|
+
ev.preventDefault();
|
|
180
|
+
ev.stopPropagation();
|
|
179
181
|
if (this.disabled || this.groupDisabled) {
|
|
180
182
|
return;
|
|
181
183
|
}
|
|
182
184
|
this.isInfoOpen = false;
|
|
183
|
-
// if it's a radio button and it's already checked
|
|
185
|
+
// if it's a radio button, and it's already checked
|
|
184
186
|
// we shouldn't fire an event, so exit early
|
|
185
187
|
if (this.type === "radio" && this.checked) {
|
|
186
188
|
return;
|
|
@@ -192,8 +194,6 @@ export class DuetChoice {
|
|
|
192
194
|
value: this.value,
|
|
193
195
|
component: "duet-choice",
|
|
194
196
|
});
|
|
195
|
-
ev.preventDefault();
|
|
196
|
-
ev.stopPropagation();
|
|
197
197
|
};
|
|
198
198
|
this.toggleInfo = () => {
|
|
199
199
|
this.isInfoOpen = !this.isInfoOpen;
|
|
@@ -923,7 +923,7 @@ export class DuetChoice {
|
|
|
923
923
|
"name": "duetChange",
|
|
924
924
|
"bubbles": true,
|
|
925
925
|
"cancelable": true,
|
|
926
|
-
"composed":
|
|
926
|
+
"composed": false,
|
|
927
927
|
"docs": {
|
|
928
928
|
"tags": [],
|
|
929
929
|
"text": "Emitted when the checked property has changed."
|
|
@@ -7,6 +7,7 @@ import { findCheckedOption, watchForOptions } from "../../utils/watch-options";
|
|
|
7
7
|
const duetChoiceSelector = ":scope duet-choice:not(:scope duet-choice duet-choice-group duet-choice):not(:scope duet-choice duet-fieldset duet-choice)";
|
|
8
8
|
export class DuetChoiceGroup {
|
|
9
9
|
constructor() {
|
|
10
|
+
this.choiceGroupName = "duet-choice-group";
|
|
10
11
|
/**
|
|
11
12
|
* Direction of the choice group.
|
|
12
13
|
*/
|
|
@@ -61,7 +62,7 @@ export class DuetChoiceGroup {
|
|
|
61
62
|
return;
|
|
62
63
|
}
|
|
63
64
|
const selectedChoice = ev.target;
|
|
64
|
-
if (selectedChoice) {
|
|
65
|
+
if (selectedChoice && selectedChoice.parentElement.classList.contains(this.choiceGroupName)) {
|
|
65
66
|
this.value = selectedChoice.value;
|
|
66
67
|
}
|
|
67
68
|
// Prevent events from bubbling up the DOM tree in case
|
|
@@ -154,7 +155,7 @@ export class DuetChoiceGroup {
|
|
|
154
155
|
return (h(Host, { onDuetChange: this.onSelect, class: { horizontal: this.direction === "horizontal" } },
|
|
155
156
|
h("duet-fieldset", { label: this.label, labelHidden: this.labelHidden, caption: this.caption, error: this.error, margin: this.margin, theme: this.theme },
|
|
156
157
|
this.tooltip && (h("duet-tooltip", { slot: "tooltip", direction: this.tooltipDirection, accessibleInputLabel: this.label }, this.tooltip)),
|
|
157
|
-
h("div", { class: {
|
|
158
|
+
h("div", { class: { [this.choiceGroupName]: true, "duet-no-stacking": !this.responsive } },
|
|
158
159
|
h("slot", null)))));
|
|
159
160
|
}
|
|
160
161
|
static get is() { return "duet-choice-group"; }
|
|
@@ -25,7 +25,7 @@ export class DuetRangeStepper {
|
|
|
25
25
|
this.stepIndex = 1;
|
|
26
26
|
/**
|
|
27
27
|
* How big is the step
|
|
28
|
-
* @default
|
|
28
|
+
* @default 50
|
|
29
29
|
*/
|
|
30
30
|
this.stepSize = 50;
|
|
31
31
|
/**
|
|
@@ -63,30 +63,33 @@ export class DuetRangeStepper {
|
|
|
63
63
|
this.ariaControls = "";
|
|
64
64
|
this.handleClick = (e, direction) => {
|
|
65
65
|
e.preventDefault();
|
|
66
|
-
this.
|
|
66
|
+
this.stepIndex += direction;
|
|
67
|
+
this.clampStepIndex();
|
|
67
68
|
this.handleStepClick(e);
|
|
68
69
|
};
|
|
69
70
|
}
|
|
70
71
|
watchStepIndexStateHandler(newValue) {
|
|
71
|
-
if (
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
this.
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
72
|
+
if (this.element.shadowRoot.childElementCount > 0) {
|
|
73
|
+
if (newValue <= 1) {
|
|
74
|
+
this.leftBnRef.setAttribute("disabled", "");
|
|
75
|
+
this.rightBnRef.focus();
|
|
76
|
+
}
|
|
77
|
+
else {
|
|
78
|
+
this.leftBnRef.removeAttribute("disabled");
|
|
79
|
+
}
|
|
80
|
+
if (newValue >= this.total / this.stepSize) {
|
|
81
|
+
this.rightBnRef.setAttribute("disabled", "");
|
|
82
|
+
this.leftBnRef.focus();
|
|
83
|
+
}
|
|
84
|
+
else {
|
|
85
|
+
this.rightBnRef.removeAttribute("disabled");
|
|
86
|
+
}
|
|
84
87
|
}
|
|
85
88
|
}
|
|
86
89
|
watchStepSizeStateHandler(newValue, oldValue) {
|
|
87
90
|
if (newValue !== oldValue) {
|
|
88
91
|
if (this.stepIndex * newValue > this.total) {
|
|
89
|
-
this.stepIndex = this.total / newValue;
|
|
92
|
+
this.stepIndex = Math.ceil(this.total / newValue);
|
|
90
93
|
}
|
|
91
94
|
}
|
|
92
95
|
}
|
|
@@ -102,22 +105,17 @@ export class DuetRangeStepper {
|
|
|
102
105
|
}
|
|
103
106
|
componentWillLoad() {
|
|
104
107
|
inheritGlobalTheme(this);
|
|
108
|
+
this.clampStepIndex();
|
|
105
109
|
}
|
|
106
110
|
componentDidLoad() {
|
|
107
111
|
this.watchStepIndexStateHandler(this.stepIndex);
|
|
108
112
|
}
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
if (newIndex <= 0) {
|
|
113
|
+
clampStepIndex() {
|
|
114
|
+
if (this.stepIndex < 1) {
|
|
112
115
|
this.stepIndex = 1;
|
|
113
116
|
}
|
|
114
|
-
else {
|
|
115
|
-
|
|
116
|
-
this.stepIndex = newIndex;
|
|
117
|
-
}
|
|
118
|
-
else if (newIndex * this.stepSize > this.total + this.stepSize) {
|
|
119
|
-
this.stepIndex = Math.floor(this.total / this.stepSize);
|
|
120
|
-
}
|
|
117
|
+
else if (this.stepIndex * this.stepSize > this.total) {
|
|
118
|
+
this.stepIndex = Math.ceil(this.total / this.stepSize);
|
|
121
119
|
}
|
|
122
120
|
}
|
|
123
121
|
getTo() {
|
|
@@ -241,7 +239,7 @@ export class DuetRangeStepper {
|
|
|
241
239
|
"docs": {
|
|
242
240
|
"tags": [{
|
|
243
241
|
"name": "default",
|
|
244
|
-
"text": "
|
|
242
|
+
"text": "50"
|
|
245
243
|
}],
|
|
246
244
|
"text": "How big is the step"
|
|
247
245
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { D as DuetActionButton$1, d as defineCustomElement$1 } from './p-
|
|
4
|
+
import { D as DuetActionButton$1, d as defineCustomElement$1 } from './p-d00cffea.js';
|
|
5
5
|
|
|
6
6
|
const DuetActionButton = DuetActionButton$1;
|
|
7
7
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { D as DuetAlert$1, d as defineCustomElement$1 } from './p-
|
|
4
|
+
import { D as DuetAlert$1, d as defineCustomElement$1 } from './p-7289badb.js';
|
|
5
5
|
|
|
6
6
|
const DuetAlert = DuetAlert$1;
|
|
7
7
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { D as DuetBadge$1, d as defineCustomElement$1 } from './p-
|
|
4
|
+
import { D as DuetBadge$1, d as defineCustomElement$1 } from './p-3a9cfcc9.js';
|
|
5
5
|
|
|
6
6
|
const DuetBadge = DuetBadge$1;
|
|
7
7
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { p as proxyCustomElement, H, h, b as Host } from './p-
|
|
4
|
+
import { p as proxyCustomElement, H, h, b as Host } from './p-d7e59b1c.js';
|
|
5
5
|
import { i as inheritGlobalTheme } from './p-4ebf1618.js';
|
|
6
|
-
import { d as defineCustomElement$2 } from './p-
|
|
6
|
+
import { d as defineCustomElement$2 } from './p-e0a69099.js';
|
|
7
7
|
|
|
8
8
|
const duetBreadcrumbCss = "*,*::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%}.duet-breadcrumb{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;height:100%;font-size:0.875rem;color:#00294d;text-decoration:none}.duet-breadcrumb:hover{color:#004d80}.duet-breadcrumb.duet-theme-turva{color:#171c3a}.duet-breadcrumb.duet-theme-turva:hover{color:#940925}.duet-breadcrumb:focus{outline:0}.duet-breadcrumb:active{opacity:0.75}:host(.user-is-tabbing) .duet-breadcrumb:focus{box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}:host(.user-is-tabbing) .duet-breadcrumb.duet-theme-turva:focus{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}";
|
|
9
9
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built with Duet Design System
|
|
3
3
|
*/
|
|
4
|
-
import { p as proxyCustomElement, H, h, F as Fragment, b as Host } from './p-
|
|
4
|
+
import { p as proxyCustomElement, H, h, F as Fragment, b as Host } from './p-d7e59b1c.js';
|
|
5
5
|
import { i as inheritGlobalTheme } from './p-4ebf1618.js';
|
|
6
6
|
import { g as getLocaleString } from './p-ede854e1.js';
|
|
7
|
-
import { d as defineCustomElement$2 } from './p-
|
|
7
|
+
import { d as defineCustomElement$2 } from './p-e0a69099.js';
|
|
8
8
|
|
|
9
9
|
var actionArrowRightSmall={"title":"action-arrow-right-small","tags":"action arrow right small caret","svg":"<svg fill=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" role=\"img\"><path d=\"M19.5 12a2.3 2.3 0 0 1-.78 1.729L7.568 23.54a1.847 1.847 0 0 1-2.439-2.773l9.752-8.579a.25.25 0 0 0 0-.376L5.129 3.233A1.847 1.847 0 0 1 7.568.46l11.148 9.808A2.31 2.31 0 0 1 19.5 12z\"/></svg>"};
|
|
10
10
|
|