@duetds/components 5.1.9 → 5.2.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 +216 -33
- package/lib/cjs/duet-action-button.cjs.entry.js +16 -8
- package/lib/cjs/duet-alert.cjs.entry.js +2 -2
- package/lib/cjs/duet-badge.cjs.entry.js +2 -2
- package/lib/cjs/duet-breadcrumb.cjs.entry.js +2 -2
- package/lib/cjs/duet-breadcrumbs.cjs.entry.js +2 -2
- package/lib/cjs/duet-button_2.cjs.entry.js +17 -2
- package/lib/cjs/duet-caption_4.cjs.entry.js +2 -2
- package/lib/cjs/duet-card.cjs.entry.js +2 -2
- package/lib/cjs/duet-checkbox.cjs.entry.js +15 -3
- package/lib/cjs/duet-choice_2.cjs.entry.js +16 -4
- package/lib/cjs/duet-collapsible.cjs.entry.js +2 -2
- package/lib/cjs/duet-combobox.cjs.entry.js +2 -2
- package/lib/cjs/duet-cookie-consent.cjs.entry.js +2 -2
- package/lib/cjs/duet-date-picker.cjs.entry.js +3 -4
- package/lib/cjs/duet-divider_2.cjs.entry.js +2 -2
- package/lib/cjs/duet-editable-table_3.cjs.entry.js +2 -2
- package/lib/cjs/duet-empty-state.cjs.entry.js +2 -2
- package/lib/cjs/duet-fieldset.cjs.entry.js +2 -2
- package/lib/cjs/duet-footer.cjs.entry.js +2 -2
- package/lib/cjs/duet-grid_2.cjs.entry.js +2 -2
- package/lib/cjs/duet-header_2.cjs.entry.js +3 -3
- package/lib/cjs/duet-hero.cjs.entry.js +2 -2
- package/lib/cjs/duet-icon.cjs.entry.js +2 -2
- package/lib/cjs/duet-input_2.cjs.entry.js +18 -4
- package/lib/cjs/duet-layout.cjs.entry.js +1 -1
- package/lib/cjs/duet-list_2.cjs.entry.js +2 -2
- package/lib/cjs/duet-modal.cjs.entry.js +12 -4
- package/lib/cjs/duet-notification_2.cjs.entry.js +2 -2
- package/lib/cjs/duet-number-input.cjs.entry.js +15 -3
- package/lib/cjs/duet-pagination_2.cjs.entry.js +19 -3
- package/lib/cjs/duet-progress.cjs.entry.js +15 -3
- package/lib/cjs/duet-radio_2.cjs.entry.js +15 -3
- package/lib/cjs/duet-range-slider.cjs.entry.js +2 -2
- package/lib/cjs/duet-scrollable_3.cjs.entry.js +2 -2
- package/lib/cjs/duet-select.cjs.entry.js +2 -2
- package/lib/cjs/duet-step_2.cjs.entry.js +2 -2
- package/lib/cjs/duet-textarea.cjs.entry.js +17 -3
- package/lib/cjs/duet-toggle.cjs.entry.js +15 -3
- package/lib/cjs/duet-tooltip.cjs.entry.js +2 -2
- package/lib/cjs/duet-tray.cjs.entry.js +2 -2
- package/lib/cjs/duet-upload-aria-status.cjs.entry.js +1 -1
- package/lib/cjs/duet-visually-hidden.cjs.entry.js +1 -1
- package/lib/cjs/duet.cjs.js +2 -2
- package/lib/cjs/{focus-utils-3ef68d4c.js → focus-utils-bfb10d32.js} +1 -1
- package/lib/cjs/{index-e1907091.js → index-a4844346.js} +1 -1
- package/lib/cjs/loader.cjs.js +2 -2
- package/lib/cjs/{themeable-component-940d3b50.js → themeable-component-fdeaef9f.js} +0 -0
- package/lib/collection/{utils/form-components.js → common/a11y-component.js} +0 -0
- package/lib/collection/common/form-components.js +4 -0
- package/lib/collection/common/index.js +4 -0
- package/lib/collection/{utils → common}/themeable-component.js +0 -0
- package/lib/collection/components/duet-action-button/duet-action-button.js +57 -13
- package/lib/collection/components/duet-alert/duet-alert.js +1 -1
- package/lib/collection/components/duet-badge/duet-badge.js +1 -1
- package/lib/collection/components/duet-breadcrumbs/duet-breadcrumb.js +1 -1
- package/lib/collection/components/duet-breadcrumbs/duet-breadcrumbs.js +1 -1
- package/lib/collection/components/duet-button/duet-button.js +70 -1
- package/lib/collection/components/duet-caption/duet-caption.js +1 -1
- package/lib/collection/components/duet-card/duet-card.js +1 -1
- package/lib/collection/components/duet-checkbox/duet-checkbox.js +68 -2
- package/lib/collection/components/duet-choice/duet-choice.js +68 -2
- package/lib/collection/components/duet-choice-group/duet-choice-group.js +1 -1
- package/lib/collection/components/duet-collapsible/duet-collapsible.js +1 -1
- package/lib/collection/components/duet-combobox/duet-combobox.js +1 -1
- package/lib/collection/components/duet-cookie-consent/duet-cookie-consent.js +1 -1
- package/lib/collection/components/duet-date-picker/duet-date-picker.js +1 -1
- package/lib/collection/components/duet-date-picker/utils.js +0 -1
- package/lib/collection/components/duet-divider/duet-divider.js +1 -1
- package/lib/collection/components/duet-editable-table/duet-editable-table.js +1 -1
- package/lib/collection/components/duet-empty-state/duet-empty-state.js +1 -1
- package/lib/collection/components/duet-fieldset/duet-fieldset.js +1 -1
- package/lib/collection/components/duet-footer/duet-footer.js +1 -1
- package/lib/collection/components/duet-grid-item/duet-grid-item.js +1 -1
- package/lib/collection/components/duet-header/duet-header.css +1 -1
- package/lib/collection/components/duet-header/duet-header.js +1 -1
- package/lib/collection/components/duet-heading/duet-heading.js +1 -1
- package/lib/collection/components/duet-hero/duet-hero.js +1 -1
- package/lib/collection/components/duet-icon/duet-icon.js +1 -1
- package/lib/collection/components/duet-input/duet-input.js +72 -4
- package/lib/collection/components/duet-label/duet-label.js +1 -1
- package/lib/collection/components/duet-link/duet-link.js +1 -1
- package/lib/collection/components/duet-list/duet-list.js +1 -1
- package/lib/collection/components/duet-logo/duet-logo.js +1 -1
- package/lib/collection/components/duet-modal/duet-modal.js +80 -2
- package/lib/collection/components/duet-notification/duet-notification.js +1 -1
- package/lib/collection/components/duet-notification-drawer/duet-notification-drawer.js +1 -1
- package/lib/collection/components/duet-number-input/duet-number-input.js +68 -2
- package/lib/collection/components/duet-pagination/duet-pagination.js +90 -2
- package/lib/collection/components/duet-paragraph/duet-paragraph.js +1 -1
- package/lib/collection/components/duet-progress/duet-progress.js +68 -2
- package/lib/collection/components/duet-radio/duet-radio.js +68 -2
- package/lib/collection/components/duet-radio-group/duet-radio-group.js +1 -1
- package/lib/collection/components/duet-range-slider/duet-range-slider.js +1 -1
- package/lib/collection/components/duet-range-stepper/duet-range-stepper.js +1 -1
- package/lib/collection/components/duet-scrollable/duet-scrollable.js +1 -1
- package/lib/collection/components/duet-select/duet-select.js +1 -1
- package/lib/collection/components/duet-spinner/duet-spinner.js +1 -1
- package/lib/collection/components/duet-step/duet-step.js +1 -1
- package/lib/collection/components/duet-stepper/duet-stepper.js +1 -1
- package/lib/collection/components/duet-tab-group/duet-tab-group.js +1 -1
- package/lib/collection/components/duet-table/duet-table.js +1 -1
- package/lib/collection/components/duet-textarea/duet-textarea.js +70 -2
- package/lib/collection/components/duet-toggle/duet-toggle.js +68 -2
- package/lib/collection/components/duet-tooltip/duet-tooltip.js +1 -1
- package/lib/collection/components/duet-tray/duet-tray.js +1 -1
- package/lib/collection/components/duet-upload/duet-upload.js +1 -1
- package/lib/custom-elements-bundle/index.js +187 -41
- package/lib/duet/duet.esm.js +1 -1
- package/lib/duet/duet.js +1 -1
- package/lib/duet/{p-d2c9bb5f.system.entry.js → p-00bf0bb9.system.entry.js} +1 -1
- package/lib/duet/{p-6d148390.system.entry.js → p-01478a01.system.entry.js} +2 -2
- package/lib/duet/{p-c23ef060.entry.js → p-030e20d7.entry.js} +1 -1
- package/lib/duet/{p-906e53f9.entry.js → p-03b6ce80.entry.js} +1 -1
- package/lib/duet/{p-007518fb.entry.js → p-04061cef.entry.js} +1 -1
- package/lib/duet/p-05e069d8.entry.js +4 -0
- package/lib/duet/{p-fbc61588.system.entry.js → p-071ebe1d.system.entry.js} +1 -1
- package/lib/duet/p-08eb2200.entry.js +4 -0
- package/lib/duet/{p-b5ef3764.entry.js → p-0ae816ee.entry.js} +1 -1
- package/lib/duet/{p-4fcde9bd.system.entry.js → p-0bee3151.system.entry.js} +1 -1
- package/lib/duet/{p-41ed75d0.system.entry.js → p-10585f06.system.entry.js} +1 -1
- package/lib/duet/{p-cce3f6c1.system.js → p-12c89686.system.js} +1 -1
- package/lib/duet/{p-d50a26ce.system.entry.js → p-19100783.system.entry.js} +2 -2
- package/lib/duet/{p-ca10ad5f.system.entry.js → p-1ff51ad8.system.entry.js} +1 -1
- package/lib/duet/{p-2d244cbb.system.entry.js → p-24721182.system.entry.js} +1 -1
- package/lib/duet/{p-0e3fad96.entry.js → p-271107d8.entry.js} +1 -1
- package/lib/duet/p-285714dd.entry.js +4 -0
- package/lib/duet/{p-fcf30d60.system.entry.js → p-30e901f2.system.entry.js} +1 -1
- package/lib/duet/p-3260eef0.entry.js +4 -0
- package/lib/duet/{p-ef5c2a47.system.entry.js → p-33388bf3.system.entry.js} +1 -1
- package/lib/duet/{p-6b03322b.system.js → p-33b3aba4.system.js} +0 -0
- package/lib/duet/p-360f8fff.system.entry.js +4 -0
- package/lib/duet/{p-56212fca.js → p-37dc064c.js} +1 -1
- package/lib/duet/{p-b32178af.entry.js → p-41cc3490.entry.js} +1 -1
- package/lib/duet/{p-cd158ec2.system.entry.js → p-423d4211.system.entry.js} +1 -1
- package/lib/duet/p-437fe50b.system.entry.js +4 -0
- package/lib/duet/{p-d7e383e1.system.entry.js → p-495a1326.system.entry.js} +1 -1
- package/lib/duet/p-4972c76e.system.js +4 -0
- package/lib/duet/p-4a7f290f.entry.js +4 -0
- package/lib/duet/{p-abf8eaf7.js → p-4ebf1618.js} +0 -0
- package/lib/duet/{p-4fb88265.entry.js → p-53ad61ed.entry.js} +1 -1
- package/lib/duet/{p-7f26e522.entry.js → p-56d3e64f.entry.js} +1 -1
- package/lib/duet/p-5a5d8fb1.entry.js +4 -0
- package/lib/duet/p-5b1cbe5b.entry.js +4 -0
- package/lib/duet/{p-c5b1e054.system.entry.js → p-5f009925.system.entry.js} +1 -1
- package/lib/duet/{p-f4bba24d.system.entry.js → p-641edb93.system.entry.js} +1 -1
- package/lib/duet/p-64685397.entry.js +4 -0
- package/lib/duet/{p-55376e66.system.entry.js → p-66536958.system.entry.js} +1 -1
- package/lib/duet/{p-1ce6c0c0.entry.js → p-68cbc3b7.entry.js} +1 -1
- package/lib/duet/{p-76dc3268.entry.js → p-6a843f9e.entry.js} +1 -1
- package/lib/duet/p-7021d0c6.system.entry.js +4 -0
- package/lib/duet/{p-86395c08.entry.js → p-72739cec.entry.js} +1 -1
- package/lib/duet/{p-f4b909bd.system.entry.js → p-73cd4f03.system.entry.js} +1 -1
- package/lib/duet/{p-fcb0ac03.system.entry.js → p-76e38bb2.system.entry.js} +2 -2
- package/lib/duet/{p-eeeadb94.entry.js → p-78de93b3.entry.js} +1 -1
- package/lib/duet/{p-36455aba.entry.js → p-790ee851.entry.js} +1 -1
- package/lib/duet/{p-8fa561be.system.entry.js → p-7a4764db.system.entry.js} +1 -1
- package/lib/duet/{p-43bdb5df.system.entry.js → p-7fe67436.system.entry.js} +2 -2
- package/lib/duet/p-88ffd1cc.entry.js +4 -0
- package/lib/duet/{p-5d2204fc.entry.js → p-9406ee60.entry.js} +1 -1
- package/lib/duet/p-9496d6d4.entry.js +4 -0
- package/lib/duet/{p-70f5c86d.entry.js → p-95a0db46.entry.js} +1 -1
- package/lib/duet/{p-2911128f.entry.js → p-95e1a336.entry.js} +1 -1
- package/lib/duet/p-971f42d6.system.entry.js +4 -0
- package/lib/duet/{p-5b0f15e4.entry.js → p-97f1e254.entry.js} +1 -1
- package/lib/duet/{p-3ed22b96.system.entry.js → p-98039227.system.entry.js} +1 -1
- package/lib/duet/p-98a9556f.js +4 -0
- package/lib/duet/p-9920ad3b.entry.js +4 -0
- package/lib/duet/{p-b67edf51.system.entry.js → p-99fe93c6.system.entry.js} +1 -1
- package/lib/duet/{p-5b609e18.entry.js → p-a2fa0049.entry.js} +1 -1
- package/lib/duet/{p-0a8cb1f2.system.entry.js → p-a509cc2b.system.entry.js} +1 -1
- package/lib/duet/{p-0fce5ee0.entry.js → p-a76bf729.entry.js} +1 -1
- package/lib/duet/{p-7772d2f3.system.entry.js → p-a843e579.system.entry.js} +1 -1
- package/lib/duet/{p-6b87a943.system.entry.js → p-afd34b6b.system.entry.js} +1 -1
- package/lib/duet/{p-00f69be4.entry.js → p-b08bb1fd.entry.js} +1 -1
- package/lib/duet/{p-080ce662.entry.js → p-b0a4dc6d.entry.js} +1 -1
- package/lib/duet/{p-2e68b854.system.entry.js → p-b16befbc.system.entry.js} +1 -1
- package/lib/duet/{p-f1f59897.system.entry.js → p-b35d6368.system.entry.js} +1 -1
- package/lib/duet/{p-d92b2eac.system.entry.js → p-b4ca3864.system.entry.js} +1 -1
- package/lib/duet/{p-b953aedb.system.entry.js → p-b51928dc.system.entry.js} +1 -1
- package/lib/duet/{p-3504f285.system.entry.js → p-b7462f8c.system.entry.js} +1 -1
- package/lib/duet/p-b8623ab8.entry.js +4 -0
- package/lib/duet/{p-7f705e70.entry.js → p-bb4d8e7b.entry.js} +1 -1
- package/lib/duet/p-bf87d801.entry.js +4 -0
- package/lib/duet/p-c0aca70c.entry.js +4 -0
- package/lib/duet/{p-43a54146.system.entry.js → p-c1d55269.system.entry.js} +1 -1
- package/lib/duet/{p-6fd465b3.entry.js → p-c7657242.entry.js} +1 -1
- package/lib/duet/{p-112c7cf4.entry.js → p-cb8ebdd7.entry.js} +1 -1
- package/lib/duet/{p-95be8318.system.entry.js → p-d33b5ac5.system.entry.js} +1 -1
- package/lib/duet/{p-1c315e22.system.entry.js → p-d4dba079.system.entry.js} +1 -1
- package/lib/duet/{p-d5b3feeb.system.entry.js → p-e75c7aa8.system.entry.js} +1 -1
- package/lib/duet/{p-1d87a095.system.js → p-e7b761c5.system.js} +1 -1
- package/lib/duet/{p-0da0c06d.system.entry.js → p-e8f8374b.system.entry.js} +2 -2
- package/lib/duet/{p-eda1280f.entry.js → p-ec6d63fc.entry.js} +1 -1
- package/lib/duet/{p-851b469e.system.entry.js → p-ee97a406.system.entry.js} +2 -2
- package/lib/duet/{p-8c372ef6.system.entry.js → p-f5613315.system.entry.js} +2 -2
- package/lib/duet/{p-ae5872e3.system.entry.js → p-f91e88e3.system.entry.js} +1 -1
- package/lib/duet/p-fbec1a47.entry.js +4 -0
- package/lib/duet/p-fd0a3ab7.entry.js +4 -0
- package/lib/duet/p-fe99b9cb.entry.js +4 -0
- package/lib/duet/p-fef3a403.system.entry.js +4 -0
- package/lib/esm/duet-action-button.entry.js +16 -8
- package/lib/esm/duet-alert.entry.js +2 -2
- package/lib/esm/duet-badge.entry.js +2 -2
- package/lib/esm/duet-breadcrumb.entry.js +2 -2
- package/lib/esm/duet-breadcrumbs.entry.js +2 -2
- package/lib/esm/duet-button_2.entry.js +17 -2
- package/lib/esm/duet-caption_4.entry.js +2 -2
- package/lib/esm/duet-card.entry.js +2 -2
- package/lib/esm/duet-checkbox.entry.js +15 -3
- package/lib/esm/duet-choice_2.entry.js +16 -4
- package/lib/esm/duet-collapsible.entry.js +2 -2
- package/lib/esm/duet-combobox.entry.js +2 -2
- package/lib/esm/duet-cookie-consent.entry.js +2 -2
- package/lib/esm/duet-date-picker.entry.js +3 -4
- package/lib/esm/duet-divider_2.entry.js +2 -2
- package/lib/esm/duet-editable-table_3.entry.js +2 -2
- package/lib/esm/duet-empty-state.entry.js +2 -2
- package/lib/esm/duet-fieldset.entry.js +2 -2
- package/lib/esm/duet-footer.entry.js +2 -2
- package/lib/esm/duet-grid_2.entry.js +2 -2
- package/lib/esm/duet-header_2.entry.js +3 -3
- package/lib/esm/duet-hero.entry.js +2 -2
- package/lib/esm/duet-icon.entry.js +2 -2
- package/lib/esm/duet-input_2.entry.js +18 -4
- package/lib/esm/duet-layout.entry.js +1 -1
- package/lib/esm/duet-list_2.entry.js +2 -2
- package/lib/esm/duet-modal.entry.js +12 -4
- package/lib/esm/duet-notification_2.entry.js +2 -2
- package/lib/esm/duet-number-input.entry.js +15 -3
- package/lib/esm/duet-pagination_2.entry.js +19 -3
- package/lib/esm/duet-progress.entry.js +15 -3
- package/lib/esm/duet-radio_2.entry.js +15 -3
- package/lib/esm/duet-range-slider.entry.js +2 -2
- package/lib/esm/duet-scrollable_3.entry.js +2 -2
- package/lib/esm/duet-select.entry.js +2 -2
- package/lib/esm/duet-step_2.entry.js +2 -2
- package/lib/esm/duet-textarea.entry.js +17 -3
- package/lib/esm/duet-toggle.entry.js +15 -3
- package/lib/esm/duet-tooltip.entry.js +2 -2
- package/lib/esm/duet-tray.entry.js +2 -2
- package/lib/esm/duet-upload-aria-status.entry.js +1 -1
- package/lib/esm/duet-visually-hidden.entry.js +1 -1
- package/lib/esm/duet.js +2 -2
- package/lib/esm/{focus-utils-dbdd6235.js → focus-utils-3af074ea.js} +1 -1
- package/lib/esm/{index-33a07cd5.js → index-ab2bfa68.js} +1 -1
- package/lib/esm/loader.js +2 -2
- package/lib/esm/{themeable-component-e8fc98bf.js → themeable-component-cb76be7c.js} +0 -0
- package/lib/esm-es5/duet-action-button.entry.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-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 +2 -2
- package/lib/esm-es5/duet-notification_2.entry.js +1 -1
- package/lib/esm-es5/duet-number-input.entry.js +2 -2
- package/lib/esm-es5/duet-pagination_2.entry.js +2 -2
- 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 +2 -2
- package/lib/esm-es5/duet-toggle.entry.js +2 -2
- 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-dbdd6235.js → focus-utils-3af074ea.js} +1 -1
- package/lib/esm-es5/{index-33a07cd5.js → index-ab2bfa68.js} +1 -1
- package/lib/esm-es5/loader.js +1 -1
- package/lib/esm-es5/{themeable-component-e8fc98bf.js → themeable-component-cb76be7c.js} +0 -0
- package/lib/types/common/a11y-component.d.ts +13 -0
- package/lib/types/{utils → common}/form-components.d.ts +0 -1
- package/lib/types/common/index.d.ts +3 -0
- package/lib/types/{utils → common}/themeable-component.d.ts +0 -0
- package/lib/types/components/duet-action-button/duet-action-button.d.ts +15 -7
- package/lib/types/components/duet-alert/duet-alert.d.ts +1 -1
- package/lib/types/components/duet-badge/duet-badge.d.ts +1 -1
- package/lib/types/components/duet-breadcrumbs/duet-breadcrumb.d.ts +1 -1
- package/lib/types/components/duet-breadcrumbs/duet-breadcrumbs.d.ts +1 -1
- package/lib/types/components/duet-button/duet-button.d.ts +14 -3
- package/lib/types/components/duet-caption/duet-caption.d.ts +1 -1
- package/lib/types/components/duet-card/duet-card.d.ts +1 -1
- package/lib/types/components/duet-checkbox/duet-checkbox.d.ts +14 -3
- package/lib/types/components/duet-choice/duet-choice.d.ts +14 -3
- package/lib/types/components/duet-choice-group/duet-choice-group.d.ts +1 -1
- package/lib/types/components/duet-collapsible/duet-collapsible.d.ts +1 -1
- package/lib/types/components/duet-combobox/duet-combobox.d.ts +1 -1
- package/lib/types/components/duet-cookie-consent/duet-cookie-consent.d.ts +1 -1
- package/lib/types/components/duet-date-picker/duet-date-picker.d.ts +2 -2
- package/lib/types/components/duet-divider/duet-divider.d.ts +1 -1
- package/lib/types/components/duet-editable-table/duet-editable-table.d.ts +1 -1
- package/lib/types/components/duet-empty-state/duet-empty-state.d.ts +1 -1
- package/lib/types/components/duet-fieldset/duet-fieldset.d.ts +1 -1
- package/lib/types/components/duet-footer/duet-footer.d.ts +1 -1
- package/lib/types/components/duet-grid-item/duet-grid-item.d.ts +1 -1
- package/lib/types/components/duet-header/duet-header.d.ts +1 -1
- package/lib/types/components/duet-heading/duet-heading.d.ts +1 -1
- package/lib/types/components/duet-hero/duet-hero.d.ts +1 -1
- package/lib/types/components/duet-icon/duet-icon.d.ts +1 -1
- package/lib/types/components/duet-input/duet-input.d.ts +15 -4
- package/lib/types/components/duet-label/duet-label.d.ts +1 -1
- package/lib/types/components/duet-link/duet-link.d.ts +1 -1
- package/lib/types/components/duet-list/duet-list.d.ts +1 -1
- package/lib/types/components/duet-logo/duet-logo.d.ts +1 -1
- package/lib/types/components/duet-modal/duet-modal.d.ts +18 -2
- package/lib/types/components/duet-notification/duet-notification.d.ts +1 -1
- package/lib/types/components/duet-notification-drawer/duet-notification-drawer.d.ts +1 -1
- package/lib/types/components/duet-number-input/duet-number-input.d.ts +14 -3
- package/lib/types/components/duet-pagination/duet-pagination.d.ts +18 -2
- package/lib/types/components/duet-paragraph/duet-paragraph.d.ts +1 -1
- package/lib/types/components/duet-progress/duet-progress.d.ts +14 -2
- package/lib/types/components/duet-radio/duet-radio.d.ts +14 -3
- package/lib/types/components/duet-radio-group/duet-radio-group.d.ts +1 -1
- package/lib/types/components/duet-range-slider/duet-range-slider.d.ts +2 -2
- package/lib/types/components/duet-range-stepper/duet-range-stepper.d.ts +1 -1
- package/lib/types/components/duet-scrollable/duet-scrollable.d.ts +1 -1
- package/lib/types/components/duet-select/duet-select.d.ts +2 -2
- package/lib/types/components/duet-spinner/duet-spinner.d.ts +1 -1
- package/lib/types/components/duet-step/duet-step.d.ts +1 -1
- package/lib/types/components/duet-stepper/duet-stepper.d.ts +1 -1
- package/lib/types/components/duet-tab-group/duet-tab-group.d.ts +1 -1
- package/lib/types/components/duet-table/duet-table.d.ts +1 -1
- package/lib/types/components/duet-textarea/duet-textarea.d.ts +14 -3
- package/lib/types/components/duet-toggle/duet-toggle.d.ts +14 -3
- package/lib/types/components/duet-tooltip/duet-tooltip.d.ts +1 -1
- package/lib/types/components/duet-tray/duet-tray.d.ts +1 -1
- package/lib/types/components/duet-upload/duet-upload.d.ts +2 -2
- package/lib/types/components.d.ts +328 -32
- package/package.json +5 -5
- package/lib/duet/p-14940019.entry.js +0 -4
- package/lib/duet/p-1a39ba08.entry.js +0 -4
- package/lib/duet/p-2c66423c.system.entry.js +0 -4
- package/lib/duet/p-356c2c34.entry.js +0 -4
- package/lib/duet/p-41e0b7a6.entry.js +0 -4
- package/lib/duet/p-46aab89e.entry.js +0 -4
- package/lib/duet/p-539f2a06.system.js +0 -4
- package/lib/duet/p-60931fe2.entry.js +0 -4
- package/lib/duet/p-65256911.entry.js +0 -4
- package/lib/duet/p-6d4f68c7.entry.js +0 -4
- package/lib/duet/p-80d48e3c.entry.js +0 -4
- package/lib/duet/p-934b6e46.entry.js +0 -4
- package/lib/duet/p-aa3a10db.system.entry.js +0 -4
- package/lib/duet/p-b97e1c6e.entry.js +0 -4
- package/lib/duet/p-c94d980f.system.entry.js +0 -4
- package/lib/duet/p-c953e685.entry.js +0 -4
- package/lib/duet/p-ce973d95.entry.js +0 -4
- package/lib/duet/p-da4808e6.entry.js +0 -4
- package/lib/duet/p-da6ec22c.js +0 -4
- package/lib/duet/p-e70200b0.entry.js +0 -4
- package/lib/duet/p-e93e4714.system.entry.js +0 -4
- package/lib/duet/p-fb9b713b.entry.js +0 -4
- package/lib/duet/p-fec90322.entry.js +0 -4
- package/lib/duet/p-ff54acdd.system.entry.js +0 -4
|
@@ -58,37 +58,45 @@ import { StatusMessage as StatusMessage1 } from "./components/duet-upload-aria-s
|
|
|
58
58
|
export namespace Components {
|
|
59
59
|
interface DuetActionButton {
|
|
60
60
|
/**
|
|
61
|
-
*
|
|
61
|
+
* Used to indicate which dom element with ID this element controls
|
|
62
62
|
*/
|
|
63
|
-
"
|
|
63
|
+
"accessibleControls": string;
|
|
64
64
|
/**
|
|
65
|
-
*
|
|
65
|
+
* Described By id
|
|
66
66
|
*/
|
|
67
|
-
"
|
|
67
|
+
"accessibleDescribedBy": string;
|
|
68
68
|
/**
|
|
69
|
-
*
|
|
69
|
+
* Aria description the button
|
|
70
70
|
*/
|
|
71
|
-
"
|
|
71
|
+
"accessibleDescription": string;
|
|
72
72
|
/**
|
|
73
|
-
*
|
|
73
|
+
* Details of the component
|
|
74
74
|
*/
|
|
75
|
-
"
|
|
75
|
+
"accessibleDetails": string;
|
|
76
76
|
/**
|
|
77
|
-
*
|
|
77
|
+
* String of id's that indicate alternative labels elements
|
|
78
78
|
*/
|
|
79
|
-
"
|
|
79
|
+
"accessibleLabelledBy": string;
|
|
80
80
|
/**
|
|
81
|
-
*
|
|
81
|
+
* Default pagination labels
|
|
82
82
|
*/
|
|
83
|
-
"
|
|
83
|
+
"accessibleLabels": Record<string, string>;
|
|
84
84
|
/**
|
|
85
85
|
* Default pagination labels
|
|
86
86
|
*/
|
|
87
|
-
"
|
|
87
|
+
"accessibleLabelsDefaults": DuetLangObject;
|
|
88
88
|
/**
|
|
89
|
-
*
|
|
89
|
+
* Name of id of action that was called being called
|
|
90
90
|
*/
|
|
91
|
-
"
|
|
91
|
+
"actionId": string;
|
|
92
|
+
/**
|
|
93
|
+
* Name of id of action that was called being called
|
|
94
|
+
*/
|
|
95
|
+
"actionMeta": Record<any, any> | string;
|
|
96
|
+
/**
|
|
97
|
+
* Name of action being called
|
|
98
|
+
*/
|
|
99
|
+
"actionName": string;
|
|
92
100
|
/**
|
|
93
101
|
* Custom color to be used for a background, as a design token entered in camelCase or kebab-case. Using this option the icon will always be resized to $size-icon-medium on mobile viewports. Example: "color-primary".
|
|
94
102
|
*/
|
|
@@ -213,6 +221,14 @@ export namespace Components {
|
|
|
213
221
|
* Indicates the id of a component that describes the button.
|
|
214
222
|
*/
|
|
215
223
|
"accessibleDescribedBy": string;
|
|
224
|
+
/**
|
|
225
|
+
* Aria description the button
|
|
226
|
+
*/
|
|
227
|
+
"accessibleDescription": string;
|
|
228
|
+
/**
|
|
229
|
+
* Details of the component
|
|
230
|
+
*/
|
|
231
|
+
"accessibleDetails": string;
|
|
216
232
|
/**
|
|
217
233
|
* If a button expands or collapses adjacent content, then use the ariaExpanded prop to add the aria-expanded attribute to the button. Set the value to convey the current expanded (true) or collapsed (false) state of the content.
|
|
218
234
|
*/
|
|
@@ -231,6 +247,10 @@ export namespace Components {
|
|
|
231
247
|
* @default {fi: "Avautuu uuteen ikkunaan",sv: "Öppnas i nytt fönster",en: "Opens in a new window"}
|
|
232
248
|
*/
|
|
233
249
|
"accessibleLabelExternalDefaults": DuetLangObject | string;
|
|
250
|
+
/**
|
|
251
|
+
* String of id's that indicate alternative labels elements
|
|
252
|
+
*/
|
|
253
|
+
"accessibleLabelledBy": string;
|
|
234
254
|
/**
|
|
235
255
|
* Indicates the id of a component owned by the button.
|
|
236
256
|
*/
|
|
@@ -440,10 +460,22 @@ export namespace Components {
|
|
|
440
460
|
* Indicates the id of a component that describes the checkbox.
|
|
441
461
|
*/
|
|
442
462
|
"accessibleDescribedBy": string;
|
|
463
|
+
/**
|
|
464
|
+
* Aria description the button
|
|
465
|
+
*/
|
|
466
|
+
"accessibleDescription": string;
|
|
467
|
+
/**
|
|
468
|
+
* Aria Details of the component
|
|
469
|
+
*/
|
|
470
|
+
"accessibleDetails": string;
|
|
443
471
|
/**
|
|
444
472
|
* Control the tabindex of checkbox. In most cases this should never be used! It exists only for Duet’s internal needs.
|
|
445
473
|
*/
|
|
446
474
|
"accessibleIndex": string;
|
|
475
|
+
/**
|
|
476
|
+
* String of id's that indicate alternative labels elements
|
|
477
|
+
*/
|
|
478
|
+
"accessibleLabelledBy": string;
|
|
447
479
|
/**
|
|
448
480
|
* Indicates the id of a component owned by the checkbox.
|
|
449
481
|
*/
|
|
@@ -510,6 +542,14 @@ export namespace Components {
|
|
|
510
542
|
* Indicates the id of a component that describes the choice. if this is set to an empty string it will prevent screenreaders from flowing to a collapsible content and can be used as an escape hatch if that behaviour is undesired.
|
|
511
543
|
*/
|
|
512
544
|
"accessibleDescribedBy": string;
|
|
545
|
+
/**
|
|
546
|
+
* Aria description the button
|
|
547
|
+
*/
|
|
548
|
+
"accessibleDescription": string;
|
|
549
|
+
/**
|
|
550
|
+
* Aria Details of the component
|
|
551
|
+
*/
|
|
552
|
+
"accessibleDetails": string;
|
|
513
553
|
/**
|
|
514
554
|
* Accessible label that is read for screen reader users in the info toggle trigger button. Not visible for normal users.
|
|
515
555
|
* @default {fi: "Avautuu uuteen ikkunaan",sv: "Öppnas i nytt fönster",en: "Opens in a new window"}
|
|
@@ -519,6 +559,10 @@ export namespace Components {
|
|
|
519
559
|
* Property to change accessibleLabelInfoButton defaults on the component. normally you would handle these strings on an application level and override @accessibleLabelInfoButton when needed
|
|
520
560
|
*/
|
|
521
561
|
"accessibleLabelInfoButtonDefaults": DuetLangObject | string;
|
|
562
|
+
/**
|
|
563
|
+
* String of id's that indicate alternative labels elements
|
|
564
|
+
*/
|
|
565
|
+
"accessibleLabelledBy": string;
|
|
522
566
|
/**
|
|
523
567
|
* Indicates the id of a component owned by the choice.
|
|
524
568
|
*/
|
|
@@ -1369,9 +1413,17 @@ export namespace Components {
|
|
|
1369
1413
|
*/
|
|
1370
1414
|
"accessibleControls": string;
|
|
1371
1415
|
/**
|
|
1372
|
-
* Indicates the id of a component that describes the input.
|
|
1416
|
+
* Indicates the id or a string of space seperated ids of a component(s) that describes the input.
|
|
1373
1417
|
*/
|
|
1374
1418
|
"accessibleDescribedBy": string;
|
|
1419
|
+
/**
|
|
1420
|
+
* Aria description the button
|
|
1421
|
+
*/
|
|
1422
|
+
"accessibleDescription": string;
|
|
1423
|
+
/**
|
|
1424
|
+
* Aria Details of the component
|
|
1425
|
+
*/
|
|
1426
|
+
"accessibleDetails": string;
|
|
1375
1427
|
/**
|
|
1376
1428
|
* Expanded state of the element, if needed
|
|
1377
1429
|
*/
|
|
@@ -1380,6 +1432,10 @@ export namespace Components {
|
|
|
1380
1432
|
* Indicates value of any popup element associated with the input.
|
|
1381
1433
|
*/
|
|
1382
1434
|
"accessibleHasPopup": string;
|
|
1435
|
+
/**
|
|
1436
|
+
* String of id's that indicate alternative labels elements
|
|
1437
|
+
*/
|
|
1438
|
+
"accessibleLabelledBy": string;
|
|
1383
1439
|
/**
|
|
1384
1440
|
* Indicates the id of a component owned by the input.
|
|
1385
1441
|
*/
|
|
@@ -1674,6 +1730,22 @@ export namespace Components {
|
|
|
1674
1730
|
* @default {fi: "Sulje ikkuna", sv: "Stäng fönstret", en: "Close the dialog", }
|
|
1675
1731
|
*/
|
|
1676
1732
|
"accessibleCloseLabelDefaults": DuetLangObject | string;
|
|
1733
|
+
/**
|
|
1734
|
+
* Indicates the id or a string of space seperated ids of a component(s) that describes the input.
|
|
1735
|
+
*/
|
|
1736
|
+
"accessibleDescribedBy": string;
|
|
1737
|
+
/**
|
|
1738
|
+
* Aria description the button
|
|
1739
|
+
*/
|
|
1740
|
+
"accessibleDescription": string;
|
|
1741
|
+
/**
|
|
1742
|
+
* Details of the component
|
|
1743
|
+
*/
|
|
1744
|
+
"accessibleDetails": string;
|
|
1745
|
+
/**
|
|
1746
|
+
* Indicates the id or a string of space seperated ids of a component(s) that labels the input.
|
|
1747
|
+
*/
|
|
1748
|
+
"accessibleLabelledBy": string;
|
|
1677
1749
|
/**
|
|
1678
1750
|
* Use this property when you need to have the modal dialog initially active.
|
|
1679
1751
|
*/
|
|
@@ -1841,6 +1913,18 @@ export namespace Components {
|
|
|
1841
1913
|
* Indicates the id of a component that describes the input.
|
|
1842
1914
|
*/
|
|
1843
1915
|
"accessibleDescribedBy": string;
|
|
1916
|
+
/**
|
|
1917
|
+
* Aria description the button
|
|
1918
|
+
*/
|
|
1919
|
+
"accessibleDescription": string;
|
|
1920
|
+
/**
|
|
1921
|
+
* Details of the component
|
|
1922
|
+
*/
|
|
1923
|
+
"accessibleDetails": string;
|
|
1924
|
+
/**
|
|
1925
|
+
* String of id's that indicate alternative labels elements
|
|
1926
|
+
*/
|
|
1927
|
+
"accessibleLabelledBy": string;
|
|
1844
1928
|
/**
|
|
1845
1929
|
* Format of message used to announce current amount when switching between amounts. The string {current} is replaced with the current amount.
|
|
1846
1930
|
* @default {fi: "{current} euroa valittuna", en: "{current} euros selected", sv: "{current} valda euro"}
|
|
@@ -1963,6 +2047,22 @@ export namespace Components {
|
|
|
1963
2047
|
"value": string;
|
|
1964
2048
|
}
|
|
1965
2049
|
interface DuetPagination {
|
|
2050
|
+
/**
|
|
2051
|
+
* Described By id
|
|
2052
|
+
*/
|
|
2053
|
+
"accessibleDescribedBy": string;
|
|
2054
|
+
/**
|
|
2055
|
+
* Aria description the button
|
|
2056
|
+
*/
|
|
2057
|
+
"accessibleDescription": string;
|
|
2058
|
+
/**
|
|
2059
|
+
* Details of the component
|
|
2060
|
+
*/
|
|
2061
|
+
"accessibleDetails": string;
|
|
2062
|
+
/**
|
|
2063
|
+
* String of id's that indicate alternative labels elements
|
|
2064
|
+
*/
|
|
2065
|
+
"accessibleLabelledBy": string;
|
|
1966
2066
|
/**
|
|
1967
2067
|
* Default pagination labels
|
|
1968
2068
|
*/
|
|
@@ -2035,6 +2135,14 @@ export namespace Components {
|
|
|
2035
2135
|
* Indicates the id of a component that describes the upload component.
|
|
2036
2136
|
*/
|
|
2037
2137
|
"accessibleDescribedBy": string;
|
|
2138
|
+
/**
|
|
2139
|
+
* Aria description the button
|
|
2140
|
+
*/
|
|
2141
|
+
"accessibleDescription": string;
|
|
2142
|
+
/**
|
|
2143
|
+
* Aria Details of the component
|
|
2144
|
+
*/
|
|
2145
|
+
"accessibleDetails": string;
|
|
2038
2146
|
/**
|
|
2039
2147
|
* Indicates the aria-label of the component - this will get combined with an label+uploading when uploading, and label+upload complete when upload is complete
|
|
2040
2148
|
*/
|
|
@@ -2048,6 +2156,10 @@ export namespace Components {
|
|
|
2048
2156
|
* Defaults for accessibleLabel
|
|
2049
2157
|
*/
|
|
2050
2158
|
"accessibleLabelUploadDefaults": DuetLangObject | string;
|
|
2159
|
+
/**
|
|
2160
|
+
* String of id's that indicate alternative labels elements
|
|
2161
|
+
*/
|
|
2162
|
+
"accessibleLabelledBy": string;
|
|
2051
2163
|
/**
|
|
2052
2164
|
* Caption (underneath label) that can be set as a way of adding extra information
|
|
2053
2165
|
*/
|
|
@@ -2078,10 +2190,22 @@ export namespace Components {
|
|
|
2078
2190
|
* Indicates the id of a component that describes the radio.
|
|
2079
2191
|
*/
|
|
2080
2192
|
"accessibleDescribedBy": string;
|
|
2193
|
+
/**
|
|
2194
|
+
* Aria description the button
|
|
2195
|
+
*/
|
|
2196
|
+
"accessibleDescription": string;
|
|
2197
|
+
/**
|
|
2198
|
+
* Aria Details of the component
|
|
2199
|
+
*/
|
|
2200
|
+
"accessibleDetails": string;
|
|
2081
2201
|
/**
|
|
2082
2202
|
* Control the tabindex of checkbox. In most cases this should never be used! It exists only for Duet’s internal needs.
|
|
2083
2203
|
*/
|
|
2084
2204
|
"accessibleIndex": string;
|
|
2205
|
+
/**
|
|
2206
|
+
* String of id's that indicate alternative labels elements
|
|
2207
|
+
*/
|
|
2208
|
+
"accessibleLabelledBy": string;
|
|
2085
2209
|
/**
|
|
2086
2210
|
* Indicates the id of a component owned by the radio.
|
|
2087
2211
|
*/
|
|
@@ -2625,6 +2749,18 @@ export namespace Components {
|
|
|
2625
2749
|
* Indicates the id of a component that describes the input.
|
|
2626
2750
|
*/
|
|
2627
2751
|
"accessibleDescribedBy": string;
|
|
2752
|
+
/**
|
|
2753
|
+
* Aria description the button
|
|
2754
|
+
*/
|
|
2755
|
+
"accessibleDescription": string;
|
|
2756
|
+
/**
|
|
2757
|
+
* Aria Details of the component
|
|
2758
|
+
*/
|
|
2759
|
+
"accessibleDetails": string;
|
|
2760
|
+
/**
|
|
2761
|
+
* String of id's that indicate alternative labels elements
|
|
2762
|
+
*/
|
|
2763
|
+
"accessibleLabelledBy": string;
|
|
2628
2764
|
/**
|
|
2629
2765
|
* Indicates the id of a component owned by the textarea.
|
|
2630
2766
|
*/
|
|
@@ -2735,6 +2871,18 @@ export namespace Components {
|
|
|
2735
2871
|
* Indicates the id of a component that describes the toggle.
|
|
2736
2872
|
*/
|
|
2737
2873
|
"accessibleDescribedBy": string;
|
|
2874
|
+
/**
|
|
2875
|
+
* Aria description the button
|
|
2876
|
+
*/
|
|
2877
|
+
"accessibleDescription": string;
|
|
2878
|
+
/**
|
|
2879
|
+
* Aria Details of the component
|
|
2880
|
+
*/
|
|
2881
|
+
"accessibleDetails": string;
|
|
2882
|
+
/**
|
|
2883
|
+
* String of id's that indicate alternative labels elements
|
|
2884
|
+
*/
|
|
2885
|
+
"accessibleLabelledBy": string;
|
|
2738
2886
|
/**
|
|
2739
2887
|
* Indicates the id of a component owned by the toggle.
|
|
2740
2888
|
*/
|
|
@@ -3548,37 +3696,45 @@ declare global {
|
|
|
3548
3696
|
declare namespace LocalJSX {
|
|
3549
3697
|
interface DuetActionButton {
|
|
3550
3698
|
/**
|
|
3551
|
-
*
|
|
3699
|
+
* Used to indicate which dom element with ID this element controls
|
|
3552
3700
|
*/
|
|
3553
|
-
"
|
|
3701
|
+
"accessibleControls"?: string;
|
|
3554
3702
|
/**
|
|
3555
|
-
*
|
|
3703
|
+
* Described By id
|
|
3556
3704
|
*/
|
|
3557
|
-
"
|
|
3705
|
+
"accessibleDescribedBy"?: string;
|
|
3558
3706
|
/**
|
|
3559
|
-
*
|
|
3707
|
+
* Aria description the button
|
|
3560
3708
|
*/
|
|
3561
|
-
"
|
|
3709
|
+
"accessibleDescription"?: string;
|
|
3562
3710
|
/**
|
|
3563
|
-
*
|
|
3711
|
+
* Details of the component
|
|
3564
3712
|
*/
|
|
3565
|
-
"
|
|
3713
|
+
"accessibleDetails"?: string;
|
|
3566
3714
|
/**
|
|
3567
|
-
*
|
|
3715
|
+
* String of id's that indicate alternative labels elements
|
|
3568
3716
|
*/
|
|
3569
|
-
"
|
|
3717
|
+
"accessibleLabelledBy"?: string;
|
|
3570
3718
|
/**
|
|
3571
|
-
*
|
|
3719
|
+
* Default pagination labels
|
|
3572
3720
|
*/
|
|
3573
|
-
"
|
|
3721
|
+
"accessibleLabels"?: Record<string, string>;
|
|
3574
3722
|
/**
|
|
3575
3723
|
* Default pagination labels
|
|
3576
3724
|
*/
|
|
3577
|
-
"
|
|
3725
|
+
"accessibleLabelsDefaults"?: DuetLangObject;
|
|
3578
3726
|
/**
|
|
3579
|
-
*
|
|
3727
|
+
* Name of id of action that was called being called
|
|
3580
3728
|
*/
|
|
3581
|
-
"
|
|
3729
|
+
"actionId"?: string;
|
|
3730
|
+
/**
|
|
3731
|
+
* Name of id of action that was called being called
|
|
3732
|
+
*/
|
|
3733
|
+
"actionMeta"?: Record<any, any> | string;
|
|
3734
|
+
/**
|
|
3735
|
+
* Name of action being called
|
|
3736
|
+
*/
|
|
3737
|
+
"actionName"?: string;
|
|
3582
3738
|
/**
|
|
3583
3739
|
* Custom color to be used for a background, as a design token entered in camelCase or kebab-case. Using this option the icon will always be resized to $size-icon-medium on mobile viewports. Example: "color-primary".
|
|
3584
3740
|
*/
|
|
@@ -3711,6 +3867,14 @@ declare namespace LocalJSX {
|
|
|
3711
3867
|
* Indicates the id of a component that describes the button.
|
|
3712
3868
|
*/
|
|
3713
3869
|
"accessibleDescribedBy"?: string;
|
|
3870
|
+
/**
|
|
3871
|
+
* Aria description the button
|
|
3872
|
+
*/
|
|
3873
|
+
"accessibleDescription"?: string;
|
|
3874
|
+
/**
|
|
3875
|
+
* Details of the component
|
|
3876
|
+
*/
|
|
3877
|
+
"accessibleDetails"?: string;
|
|
3714
3878
|
/**
|
|
3715
3879
|
* If a button expands or collapses adjacent content, then use the ariaExpanded prop to add the aria-expanded attribute to the button. Set the value to convey the current expanded (true) or collapsed (false) state of the content.
|
|
3716
3880
|
*/
|
|
@@ -3729,6 +3893,10 @@ declare namespace LocalJSX {
|
|
|
3729
3893
|
* @default {fi: "Avautuu uuteen ikkunaan",sv: "Öppnas i nytt fönster",en: "Opens in a new window"}
|
|
3730
3894
|
*/
|
|
3731
3895
|
"accessibleLabelExternalDefaults"?: DuetLangObject | string;
|
|
3896
|
+
/**
|
|
3897
|
+
* String of id's that indicate alternative labels elements
|
|
3898
|
+
*/
|
|
3899
|
+
"accessibleLabelledBy"?: string;
|
|
3732
3900
|
/**
|
|
3733
3901
|
* Indicates the id of a component owned by the button.
|
|
3734
3902
|
*/
|
|
@@ -3942,10 +4110,22 @@ declare namespace LocalJSX {
|
|
|
3942
4110
|
* Indicates the id of a component that describes the checkbox.
|
|
3943
4111
|
*/
|
|
3944
4112
|
"accessibleDescribedBy"?: string;
|
|
4113
|
+
/**
|
|
4114
|
+
* Aria description the button
|
|
4115
|
+
*/
|
|
4116
|
+
"accessibleDescription"?: string;
|
|
4117
|
+
/**
|
|
4118
|
+
* Aria Details of the component
|
|
4119
|
+
*/
|
|
4120
|
+
"accessibleDetails"?: string;
|
|
3945
4121
|
/**
|
|
3946
4122
|
* Control the tabindex of checkbox. In most cases this should never be used! It exists only for Duet’s internal needs.
|
|
3947
4123
|
*/
|
|
3948
4124
|
"accessibleIndex"?: string;
|
|
4125
|
+
/**
|
|
4126
|
+
* String of id's that indicate alternative labels elements
|
|
4127
|
+
*/
|
|
4128
|
+
"accessibleLabelledBy"?: string;
|
|
3949
4129
|
/**
|
|
3950
4130
|
* Indicates the id of a component owned by the checkbox.
|
|
3951
4131
|
*/
|
|
@@ -4020,6 +4200,14 @@ declare namespace LocalJSX {
|
|
|
4020
4200
|
* Indicates the id of a component that describes the choice. if this is set to an empty string it will prevent screenreaders from flowing to a collapsible content and can be used as an escape hatch if that behaviour is undesired.
|
|
4021
4201
|
*/
|
|
4022
4202
|
"accessibleDescribedBy"?: string;
|
|
4203
|
+
/**
|
|
4204
|
+
* Aria description the button
|
|
4205
|
+
*/
|
|
4206
|
+
"accessibleDescription"?: string;
|
|
4207
|
+
/**
|
|
4208
|
+
* Aria Details of the component
|
|
4209
|
+
*/
|
|
4210
|
+
"accessibleDetails"?: string;
|
|
4023
4211
|
/**
|
|
4024
4212
|
* Accessible label that is read for screen reader users in the info toggle trigger button. Not visible for normal users.
|
|
4025
4213
|
* @default {fi: "Avautuu uuteen ikkunaan",sv: "Öppnas i nytt fönster",en: "Opens in a new window"}
|
|
@@ -4029,6 +4217,10 @@ declare namespace LocalJSX {
|
|
|
4029
4217
|
* Property to change accessibleLabelInfoButton defaults on the component. normally you would handle these strings on an application level and override @accessibleLabelInfoButton when needed
|
|
4030
4218
|
*/
|
|
4031
4219
|
"accessibleLabelInfoButtonDefaults"?: DuetLangObject | string;
|
|
4220
|
+
/**
|
|
4221
|
+
* String of id's that indicate alternative labels elements
|
|
4222
|
+
*/
|
|
4223
|
+
"accessibleLabelledBy"?: string;
|
|
4032
4224
|
/**
|
|
4033
4225
|
* Indicates the id of a component owned by the choice.
|
|
4034
4226
|
*/
|
|
@@ -4961,9 +5153,17 @@ declare namespace LocalJSX {
|
|
|
4961
5153
|
*/
|
|
4962
5154
|
"accessibleControls"?: string;
|
|
4963
5155
|
/**
|
|
4964
|
-
* Indicates the id of a component that describes the input.
|
|
5156
|
+
* Indicates the id or a string of space seperated ids of a component(s) that describes the input.
|
|
4965
5157
|
*/
|
|
4966
5158
|
"accessibleDescribedBy"?: string;
|
|
5159
|
+
/**
|
|
5160
|
+
* Aria description the button
|
|
5161
|
+
*/
|
|
5162
|
+
"accessibleDescription"?: string;
|
|
5163
|
+
/**
|
|
5164
|
+
* Aria Details of the component
|
|
5165
|
+
*/
|
|
5166
|
+
"accessibleDetails"?: string;
|
|
4967
5167
|
/**
|
|
4968
5168
|
* Expanded state of the element, if needed
|
|
4969
5169
|
*/
|
|
@@ -4972,6 +5172,10 @@ declare namespace LocalJSX {
|
|
|
4972
5172
|
* Indicates value of any popup element associated with the input.
|
|
4973
5173
|
*/
|
|
4974
5174
|
"accessibleHasPopup"?: string;
|
|
5175
|
+
/**
|
|
5176
|
+
* String of id's that indicate alternative labels elements
|
|
5177
|
+
*/
|
|
5178
|
+
"accessibleLabelledBy"?: string;
|
|
4975
5179
|
/**
|
|
4976
5180
|
* Indicates the id of a component owned by the input.
|
|
4977
5181
|
*/
|
|
@@ -5266,6 +5470,22 @@ declare namespace LocalJSX {
|
|
|
5266
5470
|
* @default {fi: "Sulje ikkuna", sv: "Stäng fönstret", en: "Close the dialog", }
|
|
5267
5471
|
*/
|
|
5268
5472
|
"accessibleCloseLabelDefaults"?: DuetLangObject | string;
|
|
5473
|
+
/**
|
|
5474
|
+
* Indicates the id or a string of space seperated ids of a component(s) that describes the input.
|
|
5475
|
+
*/
|
|
5476
|
+
"accessibleDescribedBy"?: string;
|
|
5477
|
+
/**
|
|
5478
|
+
* Aria description the button
|
|
5479
|
+
*/
|
|
5480
|
+
"accessibleDescription"?: string;
|
|
5481
|
+
/**
|
|
5482
|
+
* Details of the component
|
|
5483
|
+
*/
|
|
5484
|
+
"accessibleDetails"?: string;
|
|
5485
|
+
/**
|
|
5486
|
+
* Indicates the id or a string of space seperated ids of a component(s) that labels the input.
|
|
5487
|
+
*/
|
|
5488
|
+
"accessibleLabelledBy"?: string;
|
|
5269
5489
|
/**
|
|
5270
5490
|
* Use this property when you need to have the modal dialog initially active.
|
|
5271
5491
|
*/
|
|
@@ -5418,6 +5638,18 @@ declare namespace LocalJSX {
|
|
|
5418
5638
|
* Indicates the id of a component that describes the input.
|
|
5419
5639
|
*/
|
|
5420
5640
|
"accessibleDescribedBy"?: string;
|
|
5641
|
+
/**
|
|
5642
|
+
* Aria description the button
|
|
5643
|
+
*/
|
|
5644
|
+
"accessibleDescription"?: string;
|
|
5645
|
+
/**
|
|
5646
|
+
* Details of the component
|
|
5647
|
+
*/
|
|
5648
|
+
"accessibleDetails"?: string;
|
|
5649
|
+
/**
|
|
5650
|
+
* String of id's that indicate alternative labels elements
|
|
5651
|
+
*/
|
|
5652
|
+
"accessibleLabelledBy"?: string;
|
|
5421
5653
|
/**
|
|
5422
5654
|
* Format of message used to announce current amount when switching between amounts. The string {current} is replaced with the current amount.
|
|
5423
5655
|
* @default {fi: "{current} euroa valittuna", en: "{current} euros selected", sv: "{current} valda euro"}
|
|
@@ -5552,6 +5784,22 @@ declare namespace LocalJSX {
|
|
|
5552
5784
|
"value"?: string;
|
|
5553
5785
|
}
|
|
5554
5786
|
interface DuetPagination {
|
|
5787
|
+
/**
|
|
5788
|
+
* Described By id
|
|
5789
|
+
*/
|
|
5790
|
+
"accessibleDescribedBy"?: string;
|
|
5791
|
+
/**
|
|
5792
|
+
* Aria description the button
|
|
5793
|
+
*/
|
|
5794
|
+
"accessibleDescription"?: string;
|
|
5795
|
+
/**
|
|
5796
|
+
* Details of the component
|
|
5797
|
+
*/
|
|
5798
|
+
"accessibleDetails"?: string;
|
|
5799
|
+
/**
|
|
5800
|
+
* String of id's that indicate alternative labels elements
|
|
5801
|
+
*/
|
|
5802
|
+
"accessibleLabelledBy"?: string;
|
|
5555
5803
|
/**
|
|
5556
5804
|
* Default pagination labels
|
|
5557
5805
|
*/
|
|
@@ -5628,6 +5876,14 @@ declare namespace LocalJSX {
|
|
|
5628
5876
|
* Indicates the id of a component that describes the upload component.
|
|
5629
5877
|
*/
|
|
5630
5878
|
"accessibleDescribedBy"?: string;
|
|
5879
|
+
/**
|
|
5880
|
+
* Aria description the button
|
|
5881
|
+
*/
|
|
5882
|
+
"accessibleDescription"?: string;
|
|
5883
|
+
/**
|
|
5884
|
+
* Aria Details of the component
|
|
5885
|
+
*/
|
|
5886
|
+
"accessibleDetails"?: string;
|
|
5631
5887
|
/**
|
|
5632
5888
|
* Indicates the aria-label of the component - this will get combined with an label+uploading when uploading, and label+upload complete when upload is complete
|
|
5633
5889
|
*/
|
|
@@ -5641,6 +5897,10 @@ declare namespace LocalJSX {
|
|
|
5641
5897
|
* Defaults for accessibleLabel
|
|
5642
5898
|
*/
|
|
5643
5899
|
"accessibleLabelUploadDefaults"?: DuetLangObject | string;
|
|
5900
|
+
/**
|
|
5901
|
+
* String of id's that indicate alternative labels elements
|
|
5902
|
+
*/
|
|
5903
|
+
"accessibleLabelledBy"?: string;
|
|
5644
5904
|
/**
|
|
5645
5905
|
* Caption (underneath label) that can be set as a way of adding extra information
|
|
5646
5906
|
*/
|
|
@@ -5671,10 +5931,22 @@ declare namespace LocalJSX {
|
|
|
5671
5931
|
* Indicates the id of a component that describes the radio.
|
|
5672
5932
|
*/
|
|
5673
5933
|
"accessibleDescribedBy"?: string;
|
|
5934
|
+
/**
|
|
5935
|
+
* Aria description the button
|
|
5936
|
+
*/
|
|
5937
|
+
"accessibleDescription"?: string;
|
|
5938
|
+
/**
|
|
5939
|
+
* Aria Details of the component
|
|
5940
|
+
*/
|
|
5941
|
+
"accessibleDetails"?: string;
|
|
5674
5942
|
/**
|
|
5675
5943
|
* Control the tabindex of checkbox. In most cases this should never be used! It exists only for Duet’s internal needs.
|
|
5676
5944
|
*/
|
|
5677
5945
|
"accessibleIndex"?: string;
|
|
5946
|
+
/**
|
|
5947
|
+
* String of id's that indicate alternative labels elements
|
|
5948
|
+
*/
|
|
5949
|
+
"accessibleLabelledBy"?: string;
|
|
5678
5950
|
/**
|
|
5679
5951
|
* Indicates the id of a component owned by the radio.
|
|
5680
5952
|
*/
|
|
@@ -6238,6 +6510,18 @@ declare namespace LocalJSX {
|
|
|
6238
6510
|
* Indicates the id of a component that describes the input.
|
|
6239
6511
|
*/
|
|
6240
6512
|
"accessibleDescribedBy"?: string;
|
|
6513
|
+
/**
|
|
6514
|
+
* Aria description the button
|
|
6515
|
+
*/
|
|
6516
|
+
"accessibleDescription"?: string;
|
|
6517
|
+
/**
|
|
6518
|
+
* Aria Details of the component
|
|
6519
|
+
*/
|
|
6520
|
+
"accessibleDetails"?: string;
|
|
6521
|
+
/**
|
|
6522
|
+
* String of id's that indicate alternative labels elements
|
|
6523
|
+
*/
|
|
6524
|
+
"accessibleLabelledBy"?: string;
|
|
6241
6525
|
/**
|
|
6242
6526
|
* Indicates the id of a component owned by the textarea.
|
|
6243
6527
|
*/
|
|
@@ -6360,6 +6644,18 @@ declare namespace LocalJSX {
|
|
|
6360
6644
|
* Indicates the id of a component that describes the toggle.
|
|
6361
6645
|
*/
|
|
6362
6646
|
"accessibleDescribedBy"?: string;
|
|
6647
|
+
/**
|
|
6648
|
+
* Aria description the button
|
|
6649
|
+
*/
|
|
6650
|
+
"accessibleDescription"?: string;
|
|
6651
|
+
/**
|
|
6652
|
+
* Aria Details of the component
|
|
6653
|
+
*/
|
|
6654
|
+
"accessibleDetails"?: string;
|
|
6655
|
+
/**
|
|
6656
|
+
* String of id's that indicate alternative labels elements
|
|
6657
|
+
*/
|
|
6658
|
+
"accessibleLabelledBy"?: string;
|
|
6363
6659
|
/**
|
|
6364
6660
|
* Indicates the id of a component owned by the toggle.
|
|
6365
6661
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@duetds/components",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.2.0",
|
|
4
4
|
"description": "This package includes Duet Design System Web Components and related utilities.",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"email": "duetdesignsystem@lahitapiola.fi"
|
|
@@ -50,11 +50,11 @@
|
|
|
50
50
|
"body-scroll-lock": "3.1.5"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@duetds/fonts": "1.4.
|
|
54
|
-
"@duetds/icons": "2.3.
|
|
53
|
+
"@duetds/fonts": "1.4.32",
|
|
54
|
+
"@duetds/icons": "2.3.9",
|
|
55
55
|
"@duetds/stencil-angular-output-target": "0.0.2",
|
|
56
56
|
"@duetds/stencil-react-output-target": "0.0.10",
|
|
57
|
-
"@duetds/tokens": "2.5.
|
|
57
|
+
"@duetds/tokens": "2.5.15",
|
|
58
58
|
"@koa/cors": "3.3.0",
|
|
59
59
|
"@rollup/plugin-replace": "3.1.0",
|
|
60
60
|
"@stencil/core": "2.15.0",
|
|
@@ -87,5 +87,5 @@
|
|
|
87
87
|
"collection": "lib/collection/collection-manifest.json",
|
|
88
88
|
"es2015": "lib/esm/index.js",
|
|
89
89
|
"es2017": "lib/esm/index.js",
|
|
90
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "e4c466afcff4b63acfc1caf3032ecc852cb51e57"
|
|
91
91
|
}
|