@ukic/web-components 3.11.0 → 3.12.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/dist/cjs/{constants-8354f6e6.js → constants-3a9ba64a.js} +3 -1
- package/dist/cjs/constants-3a9ba64a.js.map +1 -0
- package/dist/cjs/core.cjs.js +1 -1
- package/dist/cjs/{helpers-ffe1c2d9.js → helpers-478d1107.js} +2 -2
- package/dist/cjs/helpers-478d1107.js.map +1 -0
- package/dist/cjs/ic-accordion-group.cjs.entry.js +2 -2
- package/dist/cjs/ic-accordion.cjs.entry.js +2 -2
- package/dist/cjs/ic-action-chip.cjs.entry.js +2 -2
- package/dist/cjs/ic-alert.cjs.entry.js +2 -2
- package/dist/cjs/ic-back-to-top.cjs.entry.js +2 -2
- package/dist/cjs/ic-badge.cjs.entry.js +2 -2
- package/dist/cjs/ic-breadcrumb-group.cjs.entry.js +2 -2
- package/dist/cjs/ic-breadcrumb.cjs.entry.js +2 -2
- package/dist/cjs/ic-button_3.cjs.entry.js +2 -2
- package/dist/cjs/ic-card-vertical.cjs.entry.js +2 -2
- package/dist/cjs/ic-checkbox-group.cjs.entry.js +8 -5
- package/dist/cjs/ic-checkbox-group.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-checkbox.cjs.entry.js +2 -2
- package/dist/cjs/ic-chip.cjs.entry.js +7 -6
- package/dist/cjs/ic-chip.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-data-row.cjs.entry.js +2 -2
- package/dist/cjs/ic-dialog.cjs.entry.js +2 -2
- package/dist/cjs/ic-divider.cjs.entry.js +2 -2
- package/dist/cjs/ic-empty-state.cjs.entry.js +2 -2
- package/dist/cjs/ic-footer-link-group.cjs.entry.js +2 -2
- package/dist/cjs/ic-footer-link.cjs.entry.js +2 -2
- package/dist/cjs/ic-footer.cjs.entry.js +2 -2
- package/dist/cjs/ic-hero.cjs.entry.js +2 -2
- package/dist/cjs/ic-horizontal-scroll.cjs.entry.js +2 -2
- package/dist/cjs/ic-input-component-container_3.cjs.entry.js +1381 -6
- package/dist/cjs/ic-input-component-container_3.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-input-label_2.cjs.entry.js +8 -7
- package/dist/cjs/ic-input-label_2.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-link.cjs.entry.js +2 -2
- package/dist/cjs/ic-menu-group.cjs.entry.js +2 -2
- package/dist/cjs/ic-menu-item.cjs.entry.js +2 -2
- package/dist/cjs/ic-navigation-button.cjs.entry.js +2 -2
- package/dist/cjs/ic-navigation-group.cjs.entry.js +2 -2
- package/dist/cjs/ic-navigation-item.cjs.entry.js +2 -2
- package/dist/cjs/ic-navigation-menu.cjs.entry.js +2 -2
- package/dist/cjs/ic-page-header.cjs.entry.js +2 -2
- package/dist/cjs/ic-pagination-item.cjs.entry.js +2 -2
- package/dist/cjs/ic-pagination.cjs.entry.js +2 -2
- package/dist/cjs/ic-popover-menu.cjs.entry.js +2 -2
- package/dist/cjs/ic-radio-group.cjs.entry.js +15 -8
- package/dist/cjs/ic-radio-group.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-radio-option.cjs.entry.js +3 -3
- package/dist/cjs/ic-radio-option.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-search-bar.cjs.entry.js +2 -2
- package/dist/cjs/ic-select.cjs.entry.js +17 -10
- package/dist/cjs/ic-select.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-side-navigation.cjs.entry.js +2 -2
- package/dist/cjs/ic-status-tag.cjs.entry.js +2 -2
- package/dist/cjs/ic-step.cjs.entry.js +67 -55
- package/dist/cjs/ic-step.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-stepper.cjs.entry.js +21 -4
- package/dist/cjs/ic-stepper.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-switch.cjs.entry.js +2 -2
- package/dist/cjs/ic-tab-group.cjs.entry.js +2 -2
- package/dist/cjs/ic-tab.cjs.entry.js +2 -2
- package/dist/cjs/ic-text-field.cjs.entry.js +9 -9
- package/dist/cjs/ic-text-field.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-theme.cjs.entry.js +2 -2
- package/dist/cjs/ic-toast.cjs.entry.js +2 -2
- package/dist/cjs/ic-toggle-button-group.cjs.entry.js +2 -2
- package/dist/cjs/ic-toggle-button.cjs.entry.js +2 -2
- package/dist/cjs/ic-top-navigation.cjs.entry.js +2 -2
- package/dist/cjs/ic-typography.cjs.entry.js +2 -2
- package/dist/cjs/index.cjs.js +2 -1
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.css +3 -3
- package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.js +5 -2
- package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.js.map +1 -1
- package/dist/collection/components/ic-chip/ic-chip.css +4 -0
- package/dist/collection/components/ic-chip/ic-chip.js +4 -3
- package/dist/collection/components/ic-chip/ic-chip.js.map +1 -1
- package/dist/collection/components/ic-input-validation/ic-input-validation.css +4 -1
- package/dist/collection/components/ic-input-validation/ic-input-validation.js +9 -8
- package/dist/collection/components/ic-input-validation/ic-input-validation.js.map +1 -1
- package/dist/collection/components/ic-menu/ic-menu.js +5 -4
- package/dist/collection/components/ic-menu/ic-menu.js.map +1 -1
- package/dist/collection/components/ic-radio-group/ic-radio-group.css +2 -2
- package/dist/collection/components/ic-radio-group/ic-radio-group.js +40 -7
- package/dist/collection/components/ic-radio-group/ic-radio-group.js.map +1 -1
- package/dist/collection/components/ic-radio-group/ic-radio-group.stories.js +164 -0
- package/dist/collection/components/ic-radio-option/ic-radio-option.css +37 -1
- package/dist/collection/components/ic-select/ic-select.js +41 -8
- package/dist/collection/components/ic-select/ic-select.js.map +1 -1
- package/dist/collection/components/ic-select/ic-select_(multi).stories.js +14 -2
- package/dist/collection/components/ic-select/ic-select_(searchable).stories.js +10 -0
- package/dist/collection/components/ic-select/ic-select_(single).stories.js +111 -4
- package/dist/collection/components/ic-step/ic-step.js +89 -53
- package/dist/collection/components/ic-step/ic-step.js.map +1 -1
- package/dist/collection/components/ic-step/ic-step.types.js.map +1 -1
- package/dist/collection/components/ic-stepper/ic-stepper.js +43 -2
- package/dist/collection/components/ic-stepper/ic-stepper.js.map +1 -1
- package/dist/collection/components/ic-stepper/ic-stepper.stories.js +75 -0
- package/dist/collection/components/ic-text-field/ic-text-field.css +2 -2
- package/dist/collection/components/ic-text-field/ic-text-field.js +32 -32
- package/dist/collection/components/ic-text-field/ic-text-field.js.map +1 -1
- package/dist/collection/utils/common-helpers.js +17 -0
- package/dist/collection/utils/common-helpers.js.map +1 -0
- package/dist/collection/utils/constants.js +1 -0
- package/dist/collection/utils/constants.js.map +1 -1
- package/dist/collection/utils/types.js.map +1 -1
- package/dist/components/constants.js +2 -1
- package/dist/components/constants.js.map +1 -1
- package/dist/components/helpers.js.map +1 -1
- package/dist/components/ic-checkbox-group.js +6 -3
- package/dist/components/ic-checkbox-group.js.map +1 -1
- package/dist/components/ic-chip.js +5 -4
- package/dist/components/ic-chip.js.map +1 -1
- package/dist/components/ic-input-validation2.js +7 -6
- package/dist/components/ic-input-validation2.js.map +1 -1
- package/dist/components/ic-menu2.js +1380 -4
- package/dist/components/ic-menu2.js.map +1 -1
- package/dist/components/ic-radio-group.js +14 -6
- package/dist/components/ic-radio-group.js.map +1 -1
- package/dist/components/ic-radio-option.js +1 -1
- package/dist/components/ic-radio-option.js.map +1 -1
- package/dist/components/ic-select.js +17 -9
- package/dist/components/ic-select.js.map +1 -1
- package/dist/components/ic-side-navigation.js.map +1 -1
- package/dist/components/ic-step.js +66 -53
- package/dist/components/ic-step.js.map +1 -1
- package/dist/components/ic-stepper.js +20 -2
- package/dist/components/ic-stepper.js.map +1 -1
- package/dist/components/ic-text-field.js +8 -8
- package/dist/components/ic-text-field.js.map +1 -1
- package/dist/components/index.js +1 -1
- package/dist/core/core.esm.js +1 -1
- package/dist/core/core.esm.js.map +1 -1
- package/dist/core/index.esm.js +1 -1
- package/dist/core/{p-52a2f800.entry.js → p-0123dde7.entry.js} +2 -2
- package/dist/core/{p-23b223bf.entry.js → p-01e018cb.entry.js} +2 -2
- package/dist/core/{p-1ab63899.entry.js → p-02af2b59.entry.js} +2 -2
- package/dist/core/p-05036675.entry.js +2 -0
- package/dist/core/p-05036675.entry.js.map +1 -0
- package/dist/core/{p-1d4dfef1.entry.js → p-0c36ce84.entry.js} +2 -2
- package/dist/core/{p-f78f34ce.entry.js → p-0ec76cff.entry.js} +2 -2
- package/dist/core/{p-35ee7c53.entry.js → p-13e093d0.entry.js} +2 -2
- package/dist/core/{p-a48b581a.entry.js → p-1423bd4a.entry.js} +2 -2
- package/dist/core/{p-3f55bb5b.entry.js → p-2126d37b.entry.js} +2 -2
- package/dist/core/{p-515ded3f.entry.js → p-228bc12d.entry.js} +2 -2
- package/dist/core/{p-d27e46ac.entry.js → p-25bef09d.entry.js} +2 -2
- package/dist/core/{p-eddc5517.entry.js → p-27e67d45.entry.js} +2 -2
- package/dist/core/{p-4dd8add9.entry.js → p-2800fc30.entry.js} +2 -2
- package/dist/core/{p-f045f59d.entry.js → p-33582352.entry.js} +2 -2
- package/dist/core/p-33789b23.entry.js +3 -0
- package/dist/core/p-33789b23.entry.js.map +1 -0
- package/dist/core/{p-4a2c02b2.entry.js → p-3e36f281.entry.js} +2 -2
- package/dist/core/{p-58b8d154.entry.js → p-45097448.entry.js} +2 -2
- package/dist/core/p-514daffe.entry.js +2 -0
- package/dist/core/p-514daffe.entry.js.map +1 -0
- package/dist/core/{p-3a78bf6e.entry.js → p-54803e3b.entry.js} +2 -2
- package/dist/core/{p-0201abbf.entry.js → p-6058d4c9.entry.js} +2 -2
- package/dist/core/{p-8d29c0fa.entry.js → p-675bb3e4.entry.js} +2 -2
- package/dist/core/{p-75e0278a.entry.js → p-6dbe70f1.entry.js} +2 -2
- package/dist/core/{p-b9018261.entry.js → p-6e139e6e.entry.js} +2 -2
- package/dist/core/{p-aab838e5.entry.js → p-80317cd1.entry.js} +2 -2
- package/dist/core/{p-d35f8bd4.entry.js → p-80e0f66e.entry.js} +2 -2
- package/dist/core/{p-02c2c31f.entry.js → p-813ad03c.entry.js} +2 -2
- package/dist/core/{p-69412f61.entry.js → p-8558b9b7.entry.js} +2 -2
- package/dist/core/{p-a468df37.entry.js → p-8684efeb.entry.js} +2 -2
- package/dist/core/{p-ffc608a1.entry.js → p-8b99a806.entry.js} +2 -2
- package/dist/core/{p-19366be6.entry.js → p-93479c36.entry.js} +2 -2
- package/dist/core/{p-69cc0f7d.entry.js → p-95d3d1a7.entry.js} +2 -2
- package/dist/core/p-99793b64.entry.js +2 -0
- package/dist/core/p-99793b64.entry.js.map +1 -0
- package/dist/core/{p-57803949.entry.js → p-a06c1e4e.entry.js} +2 -2
- package/dist/core/p-a1857d24.entry.js +2 -0
- package/dist/core/p-a1857d24.entry.js.map +1 -0
- package/dist/core/{p-f17e1525.entry.js → p-a1e2e029.entry.js} +2 -2
- package/dist/core/{p-abb9dccb.entry.js → p-abd88929.entry.js} +2 -2
- package/dist/core/{p-cdd04ec2.entry.js → p-b0376079.entry.js} +2 -2
- package/dist/core/{p-fd488ed7.entry.js → p-b1838ad8.entry.js} +2 -2
- package/dist/core/p-b1838ad8.entry.js.map +1 -0
- package/dist/core/{p-6ceedfa8.js → p-b57e59b7.js} +2 -2
- package/dist/core/p-b57e59b7.js.map +1 -0
- package/dist/core/p-b9bdd9a9.entry.js +2 -0
- package/dist/core/p-b9bdd9a9.entry.js.map +1 -0
- package/dist/core/{p-641c26c4.js → p-bddf799a.js} +2 -2
- package/dist/core/p-bddf799a.js.map +1 -0
- package/dist/core/{p-0809aff4.entry.js → p-c04e1fab.entry.js} +2 -2
- package/dist/core/p-c2d5e301.entry.js +2 -0
- package/dist/core/p-c2d5e301.entry.js.map +1 -0
- package/dist/core/{p-65a3c216.entry.js → p-c975cced.entry.js} +2 -2
- package/dist/core/p-cc00cbce.entry.js +2 -0
- package/dist/core/p-cc00cbce.entry.js.map +1 -0
- package/dist/core/{p-a4e67ab8.entry.js → p-cf868a24.entry.js} +2 -2
- package/dist/core/p-cf868a24.entry.js.map +1 -0
- package/dist/core/{p-01aeffca.entry.js → p-d58ad080.entry.js} +2 -2
- package/dist/core/{p-f086d6df.entry.js → p-de32a223.entry.js} +2 -2
- package/dist/core/{p-46423f42.entry.js → p-e6dacbe2.entry.js} +2 -2
- package/dist/core/{p-8af9413c.entry.js → p-e9d28e02.entry.js} +2 -2
- package/dist/core/{p-1dab47b1.entry.js → p-ea06792a.entry.js} +2 -2
- package/dist/core/{p-5c6efed3.entry.js → p-eb0e7153.entry.js} +2 -2
- package/dist/core/{p-402813c9.entry.js → p-f609ca37.entry.js} +2 -2
- package/dist/core/{p-8d1fbbeb.entry.js → p-fb69fbc0.entry.js} +2 -2
- package/dist/core/{p-cd63bcf2.entry.js → p-fb734a59.entry.js} +2 -2
- package/dist/esm/{constants-48759bda.js → constants-7960cba4.js} +3 -2
- package/dist/esm/constants-7960cba4.js.map +1 -0
- package/dist/esm/core.js +1 -1
- package/dist/esm/{helpers-d8189e9d.js → helpers-4ddac6ed.js} +2 -2
- package/dist/esm/helpers-4ddac6ed.js.map +1 -0
- package/dist/esm/ic-accordion-group.entry.js +2 -2
- package/dist/esm/ic-accordion.entry.js +2 -2
- package/dist/esm/ic-action-chip.entry.js +2 -2
- package/dist/esm/ic-alert.entry.js +2 -2
- package/dist/esm/ic-back-to-top.entry.js +2 -2
- package/dist/esm/ic-badge.entry.js +2 -2
- package/dist/esm/ic-breadcrumb-group.entry.js +2 -2
- package/dist/esm/ic-breadcrumb.entry.js +2 -2
- package/dist/esm/ic-button_3.entry.js +2 -2
- package/dist/esm/ic-card-vertical.entry.js +2 -2
- package/dist/esm/ic-checkbox-group.entry.js +8 -5
- package/dist/esm/ic-checkbox-group.entry.js.map +1 -1
- package/dist/esm/ic-checkbox.entry.js +2 -2
- package/dist/esm/ic-chip.entry.js +7 -6
- package/dist/esm/ic-chip.entry.js.map +1 -1
- package/dist/esm/ic-data-row.entry.js +2 -2
- package/dist/esm/ic-dialog.entry.js +2 -2
- package/dist/esm/ic-divider.entry.js +2 -2
- package/dist/esm/ic-empty-state.entry.js +2 -2
- package/dist/esm/ic-footer-link-group.entry.js +2 -2
- package/dist/esm/ic-footer-link.entry.js +2 -2
- package/dist/esm/ic-footer.entry.js +2 -2
- package/dist/esm/ic-hero.entry.js +2 -2
- package/dist/esm/ic-horizontal-scroll.entry.js +2 -2
- package/dist/esm/ic-input-component-container_3.entry.js +1381 -6
- package/dist/esm/ic-input-component-container_3.entry.js.map +1 -1
- package/dist/esm/ic-input-label_2.entry.js +8 -7
- package/dist/esm/ic-input-label_2.entry.js.map +1 -1
- package/dist/esm/ic-link.entry.js +2 -2
- package/dist/esm/ic-menu-group.entry.js +2 -2
- package/dist/esm/ic-menu-item.entry.js +2 -2
- package/dist/esm/ic-navigation-button.entry.js +2 -2
- package/dist/esm/ic-navigation-group.entry.js +2 -2
- package/dist/esm/ic-navigation-item.entry.js +2 -2
- package/dist/esm/ic-navigation-menu.entry.js +2 -2
- package/dist/esm/ic-page-header.entry.js +2 -2
- package/dist/esm/ic-pagination-item.entry.js +2 -2
- package/dist/esm/ic-pagination.entry.js +2 -2
- package/dist/esm/ic-popover-menu.entry.js +2 -2
- package/dist/esm/ic-radio-group.entry.js +15 -8
- package/dist/esm/ic-radio-group.entry.js.map +1 -1
- package/dist/esm/ic-radio-option.entry.js +3 -3
- package/dist/esm/ic-radio-option.entry.js.map +1 -1
- package/dist/esm/ic-search-bar.entry.js +2 -2
- package/dist/esm/ic-select.entry.js +17 -10
- package/dist/esm/ic-select.entry.js.map +1 -1
- package/dist/esm/ic-side-navigation.entry.js +2 -2
- package/dist/esm/ic-status-tag.entry.js +2 -2
- package/dist/esm/ic-step.entry.js +67 -55
- package/dist/esm/ic-step.entry.js.map +1 -1
- package/dist/esm/ic-stepper.entry.js +21 -4
- package/dist/esm/ic-stepper.entry.js.map +1 -1
- package/dist/esm/ic-switch.entry.js +2 -2
- package/dist/esm/ic-tab-group.entry.js +2 -2
- package/dist/esm/ic-tab.entry.js +2 -2
- package/dist/esm/ic-text-field.entry.js +9 -9
- package/dist/esm/ic-text-field.entry.js.map +1 -1
- package/dist/esm/ic-theme.entry.js +2 -2
- package/dist/esm/ic-toast.entry.js +2 -2
- package/dist/esm/ic-toggle-button-group.entry.js +2 -2
- package/dist/esm/ic-toggle-button.entry.js +2 -2
- package/dist/esm/ic-top-navigation.entry.js +2 -2
- package/dist/esm/ic-typography.entry.js +2 -2
- package/dist/esm/index.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/types/components/ic-input-validation/ic-input-validation.d.ts +2 -3
- package/dist/types/components/ic-radio-group/ic-radio-group.d.ts +6 -2
- package/dist/types/components/ic-select/ic-select.d.ts +5 -1
- package/dist/types/components/ic-step/ic-step.d.ts +5 -1
- package/dist/types/components/ic-step/ic-step.types.d.ts +10 -0
- package/dist/types/components/ic-stepper/ic-stepper.d.ts +5 -1
- package/dist/types/components/ic-text-field/ic-text-field.d.ts +4 -4
- package/dist/types/components.d.ts +39 -9
- package/dist/types/interface.d.ts +0 -1
- package/dist/types/utils/common-helpers.d.ts +2 -0
- package/dist/types/utils/constants.d.ts +1 -0
- package/dist/types/utils/types.d.ts +1 -0
- package/hydrate/index.js +1522 -94
- package/hydrate/index.mjs +1522 -94
- package/package.json +4 -3
- package/vscode-data.json +30 -0
- package/dist/cjs/constants-8354f6e6.js.map +0 -1
- package/dist/cjs/helpers-ffe1c2d9.js.map +0 -1
- package/dist/collection/components/ic-input-validation/ic-input-validation.types.js +0 -2
- package/dist/collection/components/ic-input-validation/ic-input-validation.types.js.map +0 -1
- package/dist/core/p-402c2455.entry.js +0 -2
- package/dist/core/p-402c2455.entry.js.map +0 -1
- package/dist/core/p-641c26c4.js.map +0 -1
- package/dist/core/p-6ceedfa8.js.map +0 -1
- package/dist/core/p-75a9b2e4.entry.js +0 -2
- package/dist/core/p-75a9b2e4.entry.js.map +0 -1
- package/dist/core/p-8326db29.entry.js +0 -2
- package/dist/core/p-8326db29.entry.js.map +0 -1
- package/dist/core/p-a4e67ab8.entry.js.map +0 -1
- package/dist/core/p-b80d408f.entry.js +0 -2
- package/dist/core/p-b80d408f.entry.js.map +0 -1
- package/dist/core/p-c81ffadd.entry.js +0 -2
- package/dist/core/p-c81ffadd.entry.js.map +0 -1
- package/dist/core/p-d6b3e02f.entry.js +0 -2
- package/dist/core/p-d6b3e02f.entry.js.map +0 -1
- package/dist/core/p-d7bd5aa0.entry.js +0 -2
- package/dist/core/p-d7bd5aa0.entry.js.map +0 -1
- package/dist/core/p-ed69f110.entry.js +0 -2
- package/dist/core/p-ed69f110.entry.js.map +0 -1
- package/dist/core/p-fd488ed7.entry.js.map +0 -1
- package/dist/esm/constants-48759bda.js.map +0 -1
- package/dist/esm/helpers-d8189e9d.js.map +0 -1
- package/dist/types/components/ic-input-validation/ic-input-validation.types.d.ts +0 -1
- /package/dist/core/{p-52a2f800.entry.js.map → p-0123dde7.entry.js.map} +0 -0
- /package/dist/core/{p-23b223bf.entry.js.map → p-01e018cb.entry.js.map} +0 -0
- /package/dist/core/{p-1ab63899.entry.js.map → p-02af2b59.entry.js.map} +0 -0
- /package/dist/core/{p-1d4dfef1.entry.js.map → p-0c36ce84.entry.js.map} +0 -0
- /package/dist/core/{p-f78f34ce.entry.js.map → p-0ec76cff.entry.js.map} +0 -0
- /package/dist/core/{p-35ee7c53.entry.js.map → p-13e093d0.entry.js.map} +0 -0
- /package/dist/core/{p-a48b581a.entry.js.map → p-1423bd4a.entry.js.map} +0 -0
- /package/dist/core/{p-3f55bb5b.entry.js.map → p-2126d37b.entry.js.map} +0 -0
- /package/dist/core/{p-515ded3f.entry.js.map → p-228bc12d.entry.js.map} +0 -0
- /package/dist/core/{p-d27e46ac.entry.js.map → p-25bef09d.entry.js.map} +0 -0
- /package/dist/core/{p-eddc5517.entry.js.map → p-27e67d45.entry.js.map} +0 -0
- /package/dist/core/{p-4dd8add9.entry.js.map → p-2800fc30.entry.js.map} +0 -0
- /package/dist/core/{p-f045f59d.entry.js.map → p-33582352.entry.js.map} +0 -0
- /package/dist/core/{p-4a2c02b2.entry.js.map → p-3e36f281.entry.js.map} +0 -0
- /package/dist/core/{p-58b8d154.entry.js.map → p-45097448.entry.js.map} +0 -0
- /package/dist/core/{p-3a78bf6e.entry.js.map → p-54803e3b.entry.js.map} +0 -0
- /package/dist/core/{p-0201abbf.entry.js.map → p-6058d4c9.entry.js.map} +0 -0
- /package/dist/core/{p-8d29c0fa.entry.js.map → p-675bb3e4.entry.js.map} +0 -0
- /package/dist/core/{p-75e0278a.entry.js.map → p-6dbe70f1.entry.js.map} +0 -0
- /package/dist/core/{p-b9018261.entry.js.map → p-6e139e6e.entry.js.map} +0 -0
- /package/dist/core/{p-aab838e5.entry.js.map → p-80317cd1.entry.js.map} +0 -0
- /package/dist/core/{p-d35f8bd4.entry.js.map → p-80e0f66e.entry.js.map} +0 -0
- /package/dist/core/{p-02c2c31f.entry.js.map → p-813ad03c.entry.js.map} +0 -0
- /package/dist/core/{p-69412f61.entry.js.map → p-8558b9b7.entry.js.map} +0 -0
- /package/dist/core/{p-a468df37.entry.js.map → p-8684efeb.entry.js.map} +0 -0
- /package/dist/core/{p-ffc608a1.entry.js.map → p-8b99a806.entry.js.map} +0 -0
- /package/dist/core/{p-19366be6.entry.js.map → p-93479c36.entry.js.map} +0 -0
- /package/dist/core/{p-69cc0f7d.entry.js.map → p-95d3d1a7.entry.js.map} +0 -0
- /package/dist/core/{p-57803949.entry.js.map → p-a06c1e4e.entry.js.map} +0 -0
- /package/dist/core/{p-f17e1525.entry.js.map → p-a1e2e029.entry.js.map} +0 -0
- /package/dist/core/{p-abb9dccb.entry.js.map → p-abd88929.entry.js.map} +0 -0
- /package/dist/core/{p-cdd04ec2.entry.js.map → p-b0376079.entry.js.map} +0 -0
- /package/dist/core/{p-0809aff4.entry.js.map → p-c04e1fab.entry.js.map} +0 -0
- /package/dist/core/{p-65a3c216.entry.js.map → p-c975cced.entry.js.map} +0 -0
- /package/dist/core/{p-01aeffca.entry.js.map → p-d58ad080.entry.js.map} +0 -0
- /package/dist/core/{p-f086d6df.entry.js.map → p-de32a223.entry.js.map} +0 -0
- /package/dist/core/{p-46423f42.entry.js.map → p-e6dacbe2.entry.js.map} +0 -0
- /package/dist/core/{p-8af9413c.entry.js.map → p-e9d28e02.entry.js.map} +0 -0
- /package/dist/core/{p-1dab47b1.entry.js.map → p-ea06792a.entry.js.map} +0 -0
- /package/dist/core/{p-5c6efed3.entry.js.map → p-eb0e7153.entry.js.map} +0 -0
- /package/dist/core/{p-402813c9.entry.js.map → p-f609ca37.entry.js.map} +0 -0
- /package/dist/core/{p-8d1fbbeb.entry.js.map → p-fb69fbc0.entry.js.map} +0 -0
- /package/dist/core/{p-cd63bcf2.entry.js.map → p-fb734a59.entry.js.map} +0 -0
@@ -1,5 +1,4 @@
|
|
1
|
-
import { IcInformationStatusOrEmpty } from "../../utils/types";
|
2
|
-
import { IcAriaLiveModeVariants } from "./ic-input-validation.types";
|
1
|
+
import { IcAriaLive, IcInformationStatusOrEmpty } from "../../utils/types";
|
3
2
|
/**
|
4
3
|
* @slot validation-message-adornment - Content will be placed to the right of the validation message.
|
5
4
|
*/
|
@@ -9,7 +8,7 @@ export declare class InputValidation {
|
|
9
8
|
/**
|
10
9
|
* The ARIA live mode to apply to the message.
|
11
10
|
*/
|
12
|
-
ariaLiveMode?:
|
11
|
+
ariaLiveMode?: IcAriaLive;
|
13
12
|
/**
|
14
13
|
* The ID of the form element the validation is bound to.
|
15
14
|
*/
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { EventEmitter } from "../../stencil-public-runtime";
|
2
|
-
import { IcInformationStatusOrEmpty, IcOrientation, IcSizesNoLarge, IcThemeMode, IcValueEventDetail } from "../../utils/types";
|
2
|
+
import { IcAriaLive, IcInformationStatusOrEmpty, IcOrientation, IcSizesNoLarge, IcThemeMode, IcValueEventDetail } from "../../utils/types";
|
3
3
|
import { IcChangeEventDetail } from "./ic-radio-group.types";
|
4
4
|
/**
|
5
5
|
* @slot helper-text - Content is set as the helper text for the radio group.
|
@@ -49,6 +49,10 @@ export declare class RadioGroup {
|
|
49
49
|
* The size of the radio group component.
|
50
50
|
*/
|
51
51
|
size?: IcSizesNoLarge;
|
52
|
+
/**
|
53
|
+
* The value of the `aria-live` attribute on the validation message.
|
54
|
+
*/
|
55
|
+
validationAriaLive: IcAriaLive;
|
52
56
|
/**
|
53
57
|
* The validation status - e.g. 'error' | 'warning' | 'success'.
|
54
58
|
*/
|
@@ -56,7 +60,7 @@ export declare class RadioGroup {
|
|
56
60
|
/**
|
57
61
|
* The text to display as the validation message.
|
58
62
|
*/
|
59
|
-
validationText
|
63
|
+
validationText: string;
|
60
64
|
orientationChangeHandler(): void;
|
61
65
|
/**
|
62
66
|
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { EventEmitter } from "../../stencil-public-runtime";
|
2
|
-
import { IcInformationStatusOrEmpty, IcMenuOption, IcSearchMatchPositions, IcMultiValueEventDetail, IcSizes, IcThemeMode } from "../../utils/types";
|
2
|
+
import { IcAriaLive, IcInformationStatusOrEmpty, IcMenuOption, IcSearchMatchPositions, IcMultiValueEventDetail, IcSizes, IcThemeMode } from "../../utils/types";
|
3
3
|
import { IcOptionSelectEventDetail } from "../ic-menu/ic-menu.types";
|
4
4
|
/**
|
5
5
|
* @slot helper-text - Content is set as the helper text for the select.
|
@@ -132,6 +132,10 @@ export declare class Select {
|
|
132
132
|
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
133
133
|
*/
|
134
134
|
theme: IcThemeMode;
|
135
|
+
/**
|
136
|
+
* The value of the `aria-live` attribute on the validation message.
|
137
|
+
*/
|
138
|
+
validationAriaLive: IcAriaLive;
|
135
139
|
/**
|
136
140
|
* The validation status - e.g. 'error' | 'warning' | 'success'.
|
137
141
|
*/
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { IcStepVariants, IcStepStatuses, IcStepTypes } from "./ic-step.types";
|
1
|
+
import { IcStepVariants, IcStepStatuses, IcStepTypes, IcStepI18n } from "./ic-step.types";
|
2
2
|
import { IcThemeMode } from "../../utils/types";
|
3
3
|
export declare class Step {
|
4
4
|
el: HTMLIcStepElement;
|
@@ -10,6 +10,10 @@ export declare class Step {
|
|
10
10
|
* @internal If `true`, and a compact stepper is being used, the current step will be the only step in view.
|
11
11
|
*/
|
12
12
|
current?: boolean;
|
13
|
+
/**
|
14
|
+
* Words within the component that can be replaced to translate the component into a different language
|
15
|
+
*/
|
16
|
+
icI18n: IcStepI18n;
|
13
17
|
/**
|
14
18
|
* @internal If `true`, the step will be marked as being the last one in the series. This is managed by ic-stepper.
|
15
19
|
*/
|
@@ -1,3 +1,13 @@
|
|
1
1
|
export type IcStepVariants = "default" | "compact";
|
2
2
|
export type IcStepStatuses = "optional" | "required";
|
3
3
|
export type IcStepTypes = "active" | "current" | "completed" | "disabled";
|
4
|
+
export type IcStepI18n = {
|
5
|
+
next: string;
|
6
|
+
step: string;
|
7
|
+
of: string;
|
8
|
+
lastStep: string;
|
9
|
+
completed: string;
|
10
|
+
notRequired: string;
|
11
|
+
required: string;
|
12
|
+
optional: string;
|
13
|
+
};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { IcStepperAlignment } from "./ic-stepper.types";
|
2
|
-
import { IcStepTypes, IcStepVariants } from "../ic-step/ic-step.types";
|
2
|
+
import { IcStepTypes, IcStepVariants, IcStepI18n } from "../ic-step/ic-step.types";
|
3
3
|
import { IcThemeMode } from "../../utils/types";
|
4
4
|
export declare class Stepper {
|
5
5
|
private resizeObserver;
|
@@ -26,6 +26,10 @@ export declare class Stepper {
|
|
26
26
|
* If `true`, the information about each step, i.e. step title, step subtitle and step status, will be hidden on all default steps. The information about each step will still be visible in the compact variant of the stepper.
|
27
27
|
*/
|
28
28
|
hideStepInfo?: boolean;
|
29
|
+
/**
|
30
|
+
* Provide alternative values for text in all child steps. For the purpose of translating the application into other languages.
|
31
|
+
*/
|
32
|
+
icI18n?: IcStepI18n;
|
29
33
|
/**
|
30
34
|
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
31
35
|
*/
|
@@ -39,10 +39,6 @@ export declare class TextField {
|
|
39
39
|
* @internal Used to identify any related child component
|
40
40
|
*/
|
41
41
|
ariaOwns?: string;
|
42
|
-
/**
|
43
|
-
* The value of the `aria-live` attribute on the validation message. When set to "default", the `aria-live` value will be handled automatically, e.g. "assertive" for `validation-status="error"`.
|
44
|
-
*/
|
45
|
-
validationAriaLive: IcValidationAriaLive;
|
46
42
|
/**
|
47
43
|
* The automatic capitalisation of the text value as it is entered/edited by the user.
|
48
44
|
* Available options: "off", "none", "on", "sentences", "words", "characters".
|
@@ -180,6 +176,10 @@ export declare class TextField {
|
|
180
176
|
* The type of control to display. The default type is text.
|
181
177
|
*/
|
182
178
|
type: IcTextFieldTypes;
|
179
|
+
/**
|
180
|
+
* The value of the `aria-live` attribute on the validation message. When set to "default", the `aria-live` value will be handled automatically, e.g. "assertive" for `validation-status="error"`.
|
181
|
+
*/
|
182
|
+
validationAriaLive: IcValidationAriaLive;
|
183
183
|
/**
|
184
184
|
* If `true`, the icon in input control will be displayed - only applies when validationStatus ='success'.
|
185
185
|
*/
|
@@ -5,7 +5,7 @@
|
|
5
5
|
* It contains typing information for all components that exist in this project.
|
6
6
|
*/
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
8
|
-
import { IcActivationTypes, IcAdditionalFieldTypes, IcAlignment, IcAutocompleteTypes, IcAutocorrectStates, IcBlurEventDetail, IcBrand, IcBrandForeground, IcButtonTooltipPlacement, IcColor, IcDeviceSizes, IcEmphasisType, IcIconPlacementOptions, IcInformationStatusOrEmpty, IcMenuOption, IcMultiValueEventDetail, IcOrientation, IcSearchMatchPositions, IcSelectMethodTypes, IcSelectTypes, IcSizes, IcSizesNoLarge, IcStatusVariants, IcThemeMode, IcThemeSettings, IcTypographyVariants, IcValidationAriaLive, IcValueEventDetail } from "./utils/types";
|
8
|
+
import { IcActivationTypes, IcAdditionalFieldTypes, IcAlignment, IcAriaLive, IcAutocompleteTypes, IcAutocorrectStates, IcBlurEventDetail, IcBrand, IcBrandForeground, IcButtonTooltipPlacement, IcColor, IcDeviceSizes, IcEmphasisType, IcIconPlacementOptions, IcInformationStatusOrEmpty, IcMenuOption, IcMultiValueEventDetail, IcOrientation, IcSearchMatchPositions, IcSelectMethodTypes, IcSelectTypes, IcSizes, IcSizesNoLarge, IcStatusVariants, IcThemeMode, IcThemeSettings, IcTypographyVariants, IcValidationAriaLive, IcValueEventDetail } from "./utils/types";
|
9
9
|
import { IcButtonTypes, IcButtonVariants } from "./components/ic-button/ic-button.types";
|
10
10
|
import { IcBackToTopPositions, IcBackToTopVariants } from "./components/ic-back-to-top/ic-back-to-top.types";
|
11
11
|
import { IcBadgePositions, IcBadgeTypes, IcBadgeVariants } from "./components/ic-badge/ic-badge.types";
|
@@ -15,7 +15,6 @@ import { IcDividerLabelPlacement, IcDividerStyles, IcDividerWeights } from "./co
|
|
15
15
|
import { IcEmptyStateAlignment } from "./components/ic-empty-state/ic-empty-state.types";
|
16
16
|
import { IcFooterBreakpoints } from "./components/ic-footer/ic-footer.types";
|
17
17
|
import { IcHeroContentAlignments } from "./components/ic-hero/ic-hero.types";
|
18
|
-
import { IcAriaLiveModeVariants } from "./components/ic-input-validation/ic-input-validation.types";
|
19
18
|
import { IcGridBreakpoints, IcGridType } from "./components/ic-layout-grid/ic-layout-grid.types";
|
20
19
|
import { IcLoadingSizes, IcLoadingTypes } from "./components/ic-loading-indicator/ic-loading-indicator.types";
|
21
20
|
import { IcSearchBarBlurEventDetail, IcSearchBarSearchModes } from "./components/ic-search-bar/ic-search-bar.types";
|
@@ -29,14 +28,14 @@ import { IcChangeEventDetail as IcChangeEventDetail2 } from "./components/ic-rad
|
|
29
28
|
import { IcExpandedDetail } from "./components/ic-side-navigation/ic-side-navigation.types";
|
30
29
|
import { IcSkeletonVariants } from "./components/ic-skeleton/ic-skeleton.types";
|
31
30
|
import { IcStatusTagStatuses } from "./components/ic-status-tag/ic-status-tag.types";
|
32
|
-
import { IcStepStatuses, IcStepTypes, IcStepVariants } from "./components/ic-step/ic-step.types";
|
31
|
+
import { IcStepI18n, IcStepStatuses, IcStepTypes, IcStepVariants } from "./components/ic-step/ic-step.types";
|
33
32
|
import { IcStepperAlignment } from "./components/ic-stepper/ic-stepper.types";
|
34
33
|
import { IcSwitchChangeEventDetail } from "./components/ic-switch/ic-switch.types";
|
35
34
|
import { IcTabClickEventDetail, IcTabSelectEventDetail } from "./components/ic-tab/ic-tab.types";
|
36
35
|
import { IcAriaAutocompleteTypes, IcTextFieldInputModes, IcTextFieldTypes } from "./components/ic-text-field/ic-text-field.types";
|
37
36
|
import { IcChangeEventDetail as IcChangeEventDetail3 } from "./components/ic-toggle-button-group/ic-toggle-button-group.types";
|
38
37
|
import { IcTooltipPlacements } from "./components/ic-tooltip/ic-tooltip.types";
|
39
|
-
export { IcActivationTypes, IcAdditionalFieldTypes, IcAlignment, IcAutocompleteTypes, IcAutocorrectStates, IcBlurEventDetail, IcBrand, IcBrandForeground, IcButtonTooltipPlacement, IcColor, IcDeviceSizes, IcEmphasisType, IcIconPlacementOptions, IcInformationStatusOrEmpty, IcMenuOption, IcMultiValueEventDetail, IcOrientation, IcSearchMatchPositions, IcSelectMethodTypes, IcSelectTypes, IcSizes, IcSizesNoLarge, IcStatusVariants, IcThemeMode, IcThemeSettings, IcTypographyVariants, IcValidationAriaLive, IcValueEventDetail } from "./utils/types";
|
38
|
+
export { IcActivationTypes, IcAdditionalFieldTypes, IcAlignment, IcAriaLive, IcAutocompleteTypes, IcAutocorrectStates, IcBlurEventDetail, IcBrand, IcBrandForeground, IcButtonTooltipPlacement, IcColor, IcDeviceSizes, IcEmphasisType, IcIconPlacementOptions, IcInformationStatusOrEmpty, IcMenuOption, IcMultiValueEventDetail, IcOrientation, IcSearchMatchPositions, IcSelectMethodTypes, IcSelectTypes, IcSizes, IcSizesNoLarge, IcStatusVariants, IcThemeMode, IcThemeSettings, IcTypographyVariants, IcValidationAriaLive, IcValueEventDetail } from "./utils/types";
|
40
39
|
export { IcButtonTypes, IcButtonVariants } from "./components/ic-button/ic-button.types";
|
41
40
|
export { IcBackToTopPositions, IcBackToTopVariants } from "./components/ic-back-to-top/ic-back-to-top.types";
|
42
41
|
export { IcBadgePositions, IcBadgeTypes, IcBadgeVariants } from "./components/ic-badge/ic-badge.types";
|
@@ -46,7 +45,6 @@ export { IcDividerLabelPlacement, IcDividerStyles, IcDividerWeights } from "./co
|
|
46
45
|
export { IcEmptyStateAlignment } from "./components/ic-empty-state/ic-empty-state.types";
|
47
46
|
export { IcFooterBreakpoints } from "./components/ic-footer/ic-footer.types";
|
48
47
|
export { IcHeroContentAlignments } from "./components/ic-hero/ic-hero.types";
|
49
|
-
export { IcAriaLiveModeVariants } from "./components/ic-input-validation/ic-input-validation.types";
|
50
48
|
export { IcGridBreakpoints, IcGridType } from "./components/ic-layout-grid/ic-layout-grid.types";
|
51
49
|
export { IcLoadingSizes, IcLoadingTypes } from "./components/ic-loading-indicator/ic-loading-indicator.types";
|
52
50
|
export { IcSearchBarBlurEventDetail, IcSearchBarSearchModes } from "./components/ic-search-bar/ic-search-bar.types";
|
@@ -60,7 +58,7 @@ export { IcChangeEventDetail as IcChangeEventDetail2 } from "./components/ic-rad
|
|
60
58
|
export { IcExpandedDetail } from "./components/ic-side-navigation/ic-side-navigation.types";
|
61
59
|
export { IcSkeletonVariants } from "./components/ic-skeleton/ic-skeleton.types";
|
62
60
|
export { IcStatusTagStatuses } from "./components/ic-status-tag/ic-status-tag.types";
|
63
|
-
export { IcStepStatuses, IcStepTypes, IcStepVariants } from "./components/ic-step/ic-step.types";
|
61
|
+
export { IcStepI18n, IcStepStatuses, IcStepTypes, IcStepVariants } from "./components/ic-step/ic-step.types";
|
64
62
|
export { IcStepperAlignment } from "./components/ic-stepper/ic-stepper.types";
|
65
63
|
export { IcSwitchChangeEventDetail } from "./components/ic-switch/ic-switch.types";
|
66
64
|
export { IcTabClickEventDetail, IcTabSelectEventDetail } from "./components/ic-tab/ic-tab.types";
|
@@ -1040,7 +1038,7 @@ export namespace Components {
|
|
1040
1038
|
/**
|
1041
1039
|
* The ARIA live mode to apply to the message.
|
1042
1040
|
*/
|
1043
|
-
"ariaLiveMode"?:
|
1041
|
+
"ariaLiveMode"?: IcAriaLive;
|
1044
1042
|
/**
|
1045
1043
|
* The ID of the form element the validation is bound to.
|
1046
1044
|
*/
|
@@ -1649,6 +1647,10 @@ export namespace Components {
|
|
1649
1647
|
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
1650
1648
|
*/
|
1651
1649
|
"theme"?: IcThemeMode;
|
1650
|
+
/**
|
1651
|
+
* The value of the `aria-live` attribute on the validation message.
|
1652
|
+
*/
|
1653
|
+
"validationAriaLive": IcAriaLive;
|
1652
1654
|
/**
|
1653
1655
|
* The validation status - e.g. 'error' | 'warning' | 'success'.
|
1654
1656
|
*/
|
@@ -1656,7 +1658,7 @@ export namespace Components {
|
|
1656
1658
|
/**
|
1657
1659
|
* The text to display as the validation message.
|
1658
1660
|
*/
|
1659
|
-
"validationText"
|
1661
|
+
"validationText": string;
|
1660
1662
|
}
|
1661
1663
|
interface IcRadioOption {
|
1662
1664
|
/**
|
@@ -1962,6 +1964,10 @@ export namespace Components {
|
|
1962
1964
|
* If using external filtering, set a timeout for when loading takes too long.
|
1963
1965
|
*/
|
1964
1966
|
"timeout"?: number;
|
1967
|
+
/**
|
1968
|
+
* The value of the `aria-live` attribute on the validation message.
|
1969
|
+
*/
|
1970
|
+
"validationAriaLive": IcAriaLive;
|
1965
1971
|
/**
|
1966
1972
|
* The validation status - e.g. 'error' | 'warning' | 'success'.
|
1967
1973
|
*/
|
@@ -2103,6 +2109,10 @@ export namespace Components {
|
|
2103
2109
|
* The title of the step within the stepper.
|
2104
2110
|
*/
|
2105
2111
|
"heading"?: string;
|
2112
|
+
/**
|
2113
|
+
* Words within the component that can be replaced to translate the component into a different language
|
2114
|
+
*/
|
2115
|
+
"icI18n": IcStepI18n;
|
2106
2116
|
"lastStep": boolean;
|
2107
2117
|
"lastStepNum"?: number;
|
2108
2118
|
"nextStepHeading"?: string;
|
@@ -2136,6 +2146,10 @@ export namespace Components {
|
|
2136
2146
|
* If `true`, the information about each step, i.e. step title, step subtitle and step status, will be hidden on all default steps. The information about each step will still be visible in the compact variant of the stepper.
|
2137
2147
|
*/
|
2138
2148
|
"hideStepInfo"?: boolean;
|
2149
|
+
/**
|
2150
|
+
* Provide alternative values for text in all child steps. For the purpose of translating the application into other languages.
|
2151
|
+
*/
|
2152
|
+
"icI18n"?: IcStepI18n;
|
2139
2153
|
/**
|
2140
2154
|
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
2141
2155
|
*/
|
@@ -4680,7 +4694,7 @@ declare namespace LocalJSX {
|
|
4680
4694
|
/**
|
4681
4695
|
* The ARIA live mode to apply to the message.
|
4682
4696
|
*/
|
4683
|
-
"ariaLiveMode"?:
|
4697
|
+
"ariaLiveMode"?: IcAriaLive;
|
4684
4698
|
/**
|
4685
4699
|
* The ID of the form element the validation is bound to.
|
4686
4700
|
*/
|
@@ -5255,6 +5269,10 @@ declare namespace LocalJSX {
|
|
5255
5269
|
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
5256
5270
|
*/
|
5257
5271
|
"theme"?: IcThemeMode;
|
5272
|
+
/**
|
5273
|
+
* The value of the `aria-live` attribute on the validation message.
|
5274
|
+
*/
|
5275
|
+
"validationAriaLive"?: IcAriaLive;
|
5258
5276
|
/**
|
5259
5277
|
* The validation status - e.g. 'error' | 'warning' | 'success'.
|
5260
5278
|
*/
|
@@ -5643,6 +5661,10 @@ declare namespace LocalJSX {
|
|
5643
5661
|
* If using external filtering, set a timeout for when loading takes too long.
|
5644
5662
|
*/
|
5645
5663
|
"timeout"?: number;
|
5664
|
+
/**
|
5665
|
+
* The value of the `aria-live` attribute on the validation message.
|
5666
|
+
*/
|
5667
|
+
"validationAriaLive"?: IcAriaLive;
|
5646
5668
|
/**
|
5647
5669
|
* The validation status - e.g. 'error' | 'warning' | 'success'.
|
5648
5670
|
*/
|
@@ -5781,6 +5803,10 @@ declare namespace LocalJSX {
|
|
5781
5803
|
* The title of the step within the stepper.
|
5782
5804
|
*/
|
5783
5805
|
"heading"?: string;
|
5806
|
+
/**
|
5807
|
+
* Words within the component that can be replaced to translate the component into a different language
|
5808
|
+
*/
|
5809
|
+
"icI18n"?: IcStepI18n;
|
5784
5810
|
/**
|
5785
5811
|
* The status of the step. Use this prop to display a status message on the step if it is required or optional.
|
5786
5812
|
*/
|
@@ -5807,6 +5833,10 @@ declare namespace LocalJSX {
|
|
5807
5833
|
* If `true`, the information about each step, i.e. step title, step subtitle and step status, will be hidden on all default steps. The information about each step will still be visible in the compact variant of the stepper.
|
5808
5834
|
*/
|
5809
5835
|
"hideStepInfo"?: boolean;
|
5836
|
+
/**
|
5837
|
+
* Provide alternative values for text in all child steps. For the purpose of translating the application into other languages.
|
5838
|
+
*/
|
5839
|
+
"icI18n"?: IcStepI18n;
|
5810
5840
|
/**
|
5811
5841
|
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
5812
5842
|
*/
|
@@ -7,7 +7,6 @@ export * from "./components/ic-button/ic-button.types";
|
|
7
7
|
export * from "./components/ic-classification-banner/ic-classification-banner.types";
|
8
8
|
export * from "./components/ic-footer/ic-footer.types";
|
9
9
|
export * from "./components/ic-hero/ic-hero.types";
|
10
|
-
export * from "./components/ic-input-validation/ic-input-validation.types";
|
11
10
|
export * from "./components/ic-loading-indicator/ic-loading-indicator.types";
|
12
11
|
export * from "./components/ic-navigation-button/ic-navigation-button.types";
|
13
12
|
export * from "./components/ic-skeleton/ic-skeleton.types";
|
@@ -41,3 +41,4 @@ export declare const IC_BLOCK_COLOR_EXCEPTIONS: IcColorExceptions;
|
|
41
41
|
export declare const BLACK_MIN_COLOR_BRIGHTNESS = 136.701;
|
42
42
|
export declare const WHITE_MAX_COLOR_BRIGHTNESS = 130;
|
43
43
|
export declare const IGNORED_KEYBOARD_CHARACTERS: string[];
|
44
|
+
export declare const IC_CUSTOM_ALLOWED_COMPONENTS: string[];
|
@@ -89,5 +89,6 @@ export type IcColor = RGB | RGBA | HEX;
|
|
89
89
|
export type IcIconPlacementOptions = "left" | "right" | "top";
|
90
90
|
export type IcButtonTooltipPlacement = "top" | "right" | "bottom" | "left";
|
91
91
|
export type IcThemeSettings = "dark" | "light" | "system";
|
92
|
+
export type IcAriaLive = "polite" | "assertive" | "off";
|
92
93
|
export type IcValidationAriaLive = "default" | "polite" | "assertive" | "off";
|
93
94
|
export {};
|