@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
package/hydrate/index.mjs
CHANGED
@@ -3277,6 +3277,7 @@ const IGNORED_KEYBOARD_CHARACTERS = [
|
|
3277
3277
|
"Shift",
|
3278
3278
|
"Tab",
|
3279
3279
|
];
|
3280
|
+
const IC_CUSTOM_ALLOWED_COMPONENTS = [];
|
3280
3281
|
|
3281
3282
|
const DARK_MODE_THRESHOLD = 133.3505;
|
3282
3283
|
const ANYWHERE_SEARCH_POSITION = "anywhere";
|
@@ -5877,7 +5878,7 @@ class Checkbox {
|
|
5877
5878
|
}; }
|
5878
5879
|
}
|
5879
5880
|
|
5880
|
-
const icCheckboxGroupCss = "/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%;}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=\"button\"],[type=\"reset\"],[type=\"submit\"]{-webkit-appearance:button}button::-moz-focus-inner,[type=\"button\"]::-moz-focus-inner,[type=\"reset\"]::-moz-focus-inner,[type=\"submit\"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=\"button\"]:-moz-focusring,[type=\"reset\"]:-moz-focusring,[type=\"submit\"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=\"checkbox\"],[type=\"radio\"]{box-sizing:border-box;padding:0;}[type=\"number\"]::-webkit-inner-spin-button,[type=\"number\"]::-webkit-outer-spin-button{height:auto}[type=\"search\"]{-webkit-appearance:textfield;outline-offset:-2px;}[type=\"search\"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font-style:inherit;vertical-align:baseline}:host{display:block;--ic-input-label-text-color:var(--ic-checkbox-group-label);--ic-input-label-helper-text-color:var(--ic-checkbox-group-subtitle);--ic-input-validation-error:var(--ic-checkbox-state-icon-error);--ic-input-validation-status-text-color:var(--ic-checkbox-state-text)}:host(.ic-checkbox-group-disabled){--ic-input-label-text-color:var(--ic-checkbox-group-label-disabled);--ic-input-label-helper-text-color:var(\n --ic-checkbox-group-subtitle-disabled\n )}ic-input-label.error{color:var(--ic-checkbox-group-label-error);--ic-typography-color:var(--ic-checkbox-group-label-error);--ic-input-label-helper-text-color:var(--ic-checkbox-group-subtitle-error)}ic-input-label:not(.with-helper) .ic-typography-label,ic-input-label .helpertext{margin-bottom:var(--ic-space-sm)}:host(.ic-checkbox-group-small) ic-input-label:not(.with-helper) .ic-typography-label,:host(.ic-checkbox-group-small) ic-input-label .helpertext{margin-bottom:calc(var(--ic-space-sm) / 2)}:host(.ic-checkbox-group-large) ic-input-label:not(.with-helper) .ic-typography-label,:host(.ic-checkbox-group-large) ic-input-label .helpertext{margin-bottom:calc(var(--ic-space-sm) * 1.5)}ic-input-label .helpertext{display:block}ic-input-validation{margin-top:var(--ic-space-sm)}:host(.ic-checkbox-group-small) ic-input-validation{margin-top:calc(var(--ic-space-sm) / 2)}:host(.ic-checkbox-group-large) ic-input-validation{margin-top:calc(var(--ic-space-sm) * 1.5)}.checkboxes-container{margin-bottom:calc(-1 * var(--ic-space-xxs))}:host(.ic-checkbox-group-small) .checkboxes-container{margin-bottom:calc(-1 * var(--ic-space-xxxs))}.screen-reader-only-text{position:absolute;left:-9999px;background-color:#fff;color:#000;text-transform:none}.screen-reader-only-text:dir(rtl){right:-9999px}";
|
5881
|
+
const icCheckboxGroupCss = "/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%;}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=\"button\"],[type=\"reset\"],[type=\"submit\"]{-webkit-appearance:button}button::-moz-focus-inner,[type=\"button\"]::-moz-focus-inner,[type=\"reset\"]::-moz-focus-inner,[type=\"submit\"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=\"button\"]:-moz-focusring,[type=\"reset\"]:-moz-focusring,[type=\"submit\"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=\"checkbox\"],[type=\"radio\"]{box-sizing:border-box;padding:0;}[type=\"number\"]::-webkit-inner-spin-button,[type=\"number\"]::-webkit-outer-spin-button{height:auto}[type=\"search\"]{-webkit-appearance:textfield;outline-offset:-2px;}[type=\"search\"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font-style:inherit;vertical-align:baseline}:host{display:block;--ic-input-label-text-color:var(--ic-checkbox-group-label);--ic-input-label-helper-text-color:var(--ic-checkbox-group-subtitle);--ic-input-validation-error:var(--ic-checkbox-state-icon-error);--ic-input-validation-status-text-color:var(--ic-checkbox-state-text)}:host(.ic-checkbox-group-disabled){--ic-input-label-text-color:var(--ic-checkbox-group-label-disabled);--ic-input-label-helper-text-color:var(\n --ic-checkbox-group-subtitle-disabled\n )}ic-input-label.error{color:var(--ic-checkbox-group-label-error);--ic-typography-color:var(--ic-checkbox-group-label-error);--ic-input-label-helper-text-color:var(--ic-checkbox-group-subtitle-error)}ic-input-label:not(.with-helper) .ic-typography-label,ic-input-label .helpertext{margin-bottom:var(--ic-space-sm)}:host(.ic-checkbox-group-small) ic-input-label:not(.with-helper) .ic-typography-label,:host(.ic-checkbox-group-small) ic-input-label .helpertext{margin-bottom:calc(var(--ic-space-sm) / 2)}:host(.ic-checkbox-group-large) ic-input-label:not(.with-helper) .ic-typography-label,:host(.ic-checkbox-group-large) ic-input-label .helpertext{margin-bottom:calc(var(--ic-space-sm) * 1.5)}ic-input-label .helpertext{display:block}ic-input-validation.show-validation{margin-top:var(--ic-space-sm)}:host(.ic-checkbox-group-small) ic-input-validation.show-validation{margin-top:calc(var(--ic-space-sm) / 2)}:host(.ic-checkbox-group-large) ic-input-validation.show-validation{margin-top:calc(var(--ic-space-sm) * 1.5)}.checkboxes-container{margin-bottom:calc(-1 * var(--ic-space-xxs))}:host(.ic-checkbox-group-small) .checkboxes-container{margin-bottom:calc(-1 * var(--ic-space-xxxs))}.screen-reader-only-text{position:absolute;left:-9999px;background-color:#fff;color:#000;text-transform:none}.screen-reader-only-text:dir(rtl){right:-9999px}";
|
5881
5882
|
var IcCheckboxGroupStyle0 = icCheckboxGroupCss;
|
5882
5883
|
|
5883
5884
|
const CHECKBOX_SELECTOR = "ic-checkbox";
|
@@ -5975,11 +5976,14 @@ class CheckboxGroup {
|
|
5975
5976
|
const { disabled, helperText, hideLabel, label, name, required, size, theme, validationStatus, validationText, } = this;
|
5976
5977
|
const describedBy = getInputDescribedByText(this.el, name, helperText !== "", validationStatus !== "");
|
5977
5978
|
const renderSRText = validationStatus === "error" || required || hideLabel;
|
5978
|
-
|
5979
|
+
const showValidation = hasValidationStatus(validationStatus, disabled);
|
5980
|
+
return (hAsync(Host, { key: '6d5ed4db589400cd64aeed3bccd46087858d2902', class: {
|
5979
5981
|
"ic-checkbox-group-disabled": !!disabled,
|
5980
5982
|
[`ic-checkbox-group-${size}`]: true,
|
5981
5983
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
5982
|
-
} }, renderSRText && (hAsync("span", { key: '
|
5984
|
+
} }, renderSRText && (hAsync("span", { key: '2fc368a571755ad3125067498b17b52ce8933e8f', id: "screenReaderOnlyText", class: "screen-reader-only-text", "aria-hidden": "true" }, label, " ", validationStatus === "error" ? "invalid data " : null, " ", required ? "required" : null)), hAsync("fieldset", { key: '6b7d3155fa0479fbd51c5e5100945ee4995dfadf', id: name, "aria-labelledby": `${renderSRText ? "screenReaderOnlyText" : ""} ${describedBy}`.trim(), disabled: disabled }, !hideLabel && (hAsync("legend", { key: '469a466275aa307d6ca876ec18a79bb5d29167b8' }, hAsync("ic-input-label", { key: '4cd2e89ab463ea9c7438fb1759faddf6df8750d1', class: { [`${validationStatus}`]: true }, label: label, helperText: helperText, required: required, disabled: disabled, useLabelTag: false }, hAsync("slot", { key: '0b0b0a5028039ef6d487d441ebd28f47f32200b7', name: "helper-text", slot: "helper-text" })))), hAsync("div", { key: '747fea859cd5a3bbd474454b408f648169b5fe45', class: "checkboxes-container" }, hAsync("slot", { key: '200a6c033ff1243e8778aec3c91a22213f5082f5' }))), showValidation && (hAsync("ic-input-validation", { key: 'df907eeb4348050b37357f27405b3ef548990163', class: {
|
5985
|
+
"show-validation": showValidation,
|
5986
|
+
}, for: name, ariaLiveMode: "polite", status: validationStatus, message: validationText }))));
|
5983
5987
|
}
|
5984
5988
|
get el() { return getElement(this); }
|
5985
5989
|
static get watchers() { return {
|
@@ -6015,7 +6019,7 @@ var dismissIcon = `<svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org
|
|
6015
6019
|
</svg>
|
6016
6020
|
`;
|
6017
6021
|
|
6018
|
-
const icChipCss = "/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%;}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=\"button\"],[type=\"reset\"],[type=\"submit\"]{-webkit-appearance:button}button::-moz-focus-inner,[type=\"button\"]::-moz-focus-inner,[type=\"reset\"]::-moz-focus-inner,[type=\"submit\"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=\"button\"]:-moz-focusring,[type=\"reset\"]:-moz-focusring,[type=\"submit\"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=\"checkbox\"],[type=\"radio\"]{box-sizing:border-box;padding:0;}[type=\"number\"]::-webkit-inner-spin-button,[type=\"number\"]::-webkit-outer-spin-button{height:auto}[type=\"search\"]{-webkit-appearance:textfield;outline-offset:-2px;}[type=\"search\"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font-style:inherit;vertical-align:baseline}:host{display:inline-block;max-width:100%;vertical-align:middle}.chip{--chip-bg-color:transparent;--chip-hover-bg:var(--ic-chip-action-hover);--chip-pressed-bg:var(--ic-chip-action-pressed);display:flex;padding:calc(var(--ic-space-xxs) - var(--ic-space-1px)) var(--ic-space-xxs);font-size:0.875rem;border-radius:var(--ic-space-md);text-align:left;text-decoration:none;position:relative;background-color:var(--chip-bg-color);border:var(--ic-border-width) solid transparent;justify-content:space-between}@media (prefers-reduced-motion: no-preference){.chip{transition:var(--ic-easing-transition-fast)}}.chip.small{padding:var(--ic-space-1px) var(--ic-space-xxxs);border-radius:calc(var(--ic-space-md) - var(--ic-space-xxxs))}.chip.large{padding:calc(var(--ic-space-xs) - var(--ic-space-1px)) var(--ic-space-xs);border-radius:calc(var(--ic-space-md) + var(--ic-space-xxs))}.label{padding:0 var(--ic-space-xs)}.chip:focus-within{box-shadow:var(--ic-border-focus);outline:var(--ic-hc-focus-outline);z-index:1}ic-tooltip:focus-within{z-index:1}.filled{--chip-bg-color:var(\n --chip-custom-color,\n var(--ic-chip-background-filled-default)\n );--ic-typography-color:var(\n --chip-custom-foreground-color,\n var(--ic-chip-label)\n );color:var(--chip-custom-foreground-color, var(--ic-chip-label))}.filled.disabled{--chip-bg-color:var(--ic-chip-background-filled-inactive)}:host(.ic-chip-dark-text){--chip-custom-foreground-color:var(--ic-architectural-black)}:host(.ic-chip-light-text){--chip-custom-foreground-color:var(--ic-architectural-white)}:host(.ic-chip-dark-text) .chip.filled.hovered:not(:focus-within){--chip-hover-bg:var(--ic-action-dark-bg-hover)}:host(.ic-chip-dark-text) .chip.filled:focus-within{--chip-pressed-bg:var(--ic-action-dark-bg-pressed)}:host(.ic-chip-light-text) .chip.filled.hovered:not(:focus-within){--chip-hover-bg:var(--ic-action-light-bg-hover)}:host(.ic-chip-light-text) .chip.filled:focus-within{--chip-pressed-bg:var(--ic-action-light-bg-pressed)}.outlined{color:var(--ic-chip-outline-label);border-color:var(--chip-custom-color, var(--ic-chip-outline));padding:calc(var(--ic-space-xxs));--ic-typography-color:var(--ic-chip-outline-label)}.outlined.disabled{border:var(--ic-border-disabled);border-color:var(--ic-chip-outline-inactive)}.chip.disabled ic-typography{--ic-typography-color:var(--ic-chip-label-inactive)}.dismiss-icon{border:none;border-radius:50%;padding:0;color:currentcolor;background:none;cursor:pointer;margin:var(--ic-space-xxxs);height:calc(var(--ic-space-lg) - var(--ic-space-xxs));width:calc(var(--ic-space-lg) - var(--ic-space-xxs))}.dismiss-icon:focus{outline:var(--ic-hc-focus-outline)}.dismiss-icon[disabled]{pointer-events:none;color:var(--ic-chip-icon-inactive)}.icon{padding:var(--ic-space-xxxs);box-sizing:border-box}.icon,ic-tooltip{width:var(--ic-space-lg);height:var(--ic-space-lg)}.chip.disabled path,.chip.disabled ::slotted(svg){fill:var(--ic-chip-icon-inactive)}.outlined.non-transparent{background-color:var(--ic-chip-outline-background)}:host .chip.hovered:not(:focus-within){background-image:linear-gradient(var(--chip-hover-bg) 0 0)}:host .chip:focus-within{background-image:linear-gradient(var(--chip-pressed-bg) 0 0)}.sr-only{position:absolute;left:-9999px}.sr-only:dir(rtl){right:-9999px}@media (forced-colors: active){.chip{border:var(--ic-border-hc)}.chip.disabled{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-color:GrayText}.chip.disabled ic-typography{--ic-typography-color:GrayText}.chip.disabled path,.chip.disabled ::slotted(svg){fill:GrayText}.chip:focus-within{outline:none;border-color:Highlight}}";
|
6022
|
+
const icChipCss = "/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%;}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=\"button\"],[type=\"reset\"],[type=\"submit\"]{-webkit-appearance:button}button::-moz-focus-inner,[type=\"button\"]::-moz-focus-inner,[type=\"reset\"]::-moz-focus-inner,[type=\"submit\"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=\"button\"]:-moz-focusring,[type=\"reset\"]:-moz-focusring,[type=\"submit\"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=\"checkbox\"],[type=\"radio\"]{box-sizing:border-box;padding:0;}[type=\"number\"]::-webkit-inner-spin-button,[type=\"number\"]::-webkit-outer-spin-button{height:auto}[type=\"search\"]{-webkit-appearance:textfield;outline-offset:-2px;}[type=\"search\"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font-style:inherit;vertical-align:baseline}:host{display:inline-block;max-width:100%;vertical-align:middle}:host(.ic-chip-dismissed){display:none}.chip{--chip-bg-color:transparent;--chip-hover-bg:var(--ic-chip-action-hover);--chip-pressed-bg:var(--ic-chip-action-pressed);display:flex;padding:calc(var(--ic-space-xxs) - var(--ic-space-1px)) var(--ic-space-xxs);font-size:0.875rem;border-radius:var(--ic-space-md);text-align:left;text-decoration:none;position:relative;background-color:var(--chip-bg-color);border:var(--ic-border-width) solid transparent;justify-content:space-between}@media (prefers-reduced-motion: no-preference){.chip{transition:var(--ic-easing-transition-fast)}}.chip.small{padding:var(--ic-space-1px) var(--ic-space-xxxs);border-radius:calc(var(--ic-space-md) - var(--ic-space-xxxs))}.chip.large{padding:calc(var(--ic-space-xs) - var(--ic-space-1px)) var(--ic-space-xs);border-radius:calc(var(--ic-space-md) + var(--ic-space-xxs))}.label{padding:0 var(--ic-space-xs)}.chip:focus-within{box-shadow:var(--ic-border-focus);outline:var(--ic-hc-focus-outline);z-index:1}ic-tooltip:focus-within{z-index:1}.filled{--chip-bg-color:var(\n --chip-custom-color,\n var(--ic-chip-background-filled-default)\n );--ic-typography-color:var(\n --chip-custom-foreground-color,\n var(--ic-chip-label)\n );color:var(--chip-custom-foreground-color, var(--ic-chip-label))}.filled.disabled{--chip-bg-color:var(--ic-chip-background-filled-inactive)}:host(.ic-chip-dark-text){--chip-custom-foreground-color:var(--ic-architectural-black)}:host(.ic-chip-light-text){--chip-custom-foreground-color:var(--ic-architectural-white)}:host(.ic-chip-dark-text) .chip.filled.hovered:not(:focus-within){--chip-hover-bg:var(--ic-action-dark-bg-hover)}:host(.ic-chip-dark-text) .chip.filled:focus-within{--chip-pressed-bg:var(--ic-action-dark-bg-pressed)}:host(.ic-chip-light-text) .chip.filled.hovered:not(:focus-within){--chip-hover-bg:var(--ic-action-light-bg-hover)}:host(.ic-chip-light-text) .chip.filled:focus-within{--chip-pressed-bg:var(--ic-action-light-bg-pressed)}.outlined{color:var(--ic-chip-outline-label);border-color:var(--chip-custom-color, var(--ic-chip-outline));padding:calc(var(--ic-space-xxs));--ic-typography-color:var(--ic-chip-outline-label)}.outlined.disabled{border:var(--ic-border-disabled);border-color:var(--ic-chip-outline-inactive)}.chip.disabled ic-typography{--ic-typography-color:var(--ic-chip-label-inactive)}.dismiss-icon{border:none;border-radius:50%;padding:0;color:currentcolor;background:none;cursor:pointer;margin:var(--ic-space-xxxs);height:calc(var(--ic-space-lg) - var(--ic-space-xxs));width:calc(var(--ic-space-lg) - var(--ic-space-xxs))}.dismiss-icon:focus{outline:var(--ic-hc-focus-outline)}.dismiss-icon[disabled]{pointer-events:none;color:var(--ic-chip-icon-inactive)}.icon{padding:var(--ic-space-xxxs);box-sizing:border-box}.icon,ic-tooltip{width:var(--ic-space-lg);height:var(--ic-space-lg)}.chip.disabled path,.chip.disabled ::slotted(svg){fill:var(--ic-chip-icon-inactive)}.outlined.non-transparent{background-color:var(--ic-chip-outline-background)}:host .chip.hovered:not(:focus-within){background-image:linear-gradient(var(--chip-hover-bg) 0 0)}:host .chip:focus-within{background-image:linear-gradient(var(--chip-pressed-bg) 0 0)}.sr-only{position:absolute;left:-9999px}.sr-only:dir(rtl){right:-9999px}@media (forced-colors: active){.chip{border:var(--ic-border-hc)}.chip.disabled{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-color:GrayText}.chip.disabled ic-typography{--ic-typography-color:GrayText}.chip.disabled path,.chip.disabled ::slotted(svg){fill:GrayText}.chip:focus-within{outline:none;border-color:Highlight}}";
|
6019
6023
|
var IcChipStyle0 = icChipCss;
|
6020
6024
|
|
6021
6025
|
/**
|
@@ -6109,10 +6113,11 @@ class Chip {
|
|
6109
6113
|
render() {
|
6110
6114
|
const { label, variant, size, dismissible, visible, disabled, hovered, theme, foregroundColor, dismissLabel, transparentBackground, } = this;
|
6111
6115
|
const ariaLabel = `${label} chip`;
|
6112
|
-
return (hAsync(Host, { key: '
|
6116
|
+
return (hAsync(Host, { key: 'c7b88d4999b6de5004edc4bd27e185b9232fdaf9', class: {
|
6117
|
+
"ic-chip-dismissed": !visible,
|
6113
6118
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
6114
6119
|
[`ic-chip-${foregroundColor}-text`]: variant === "filled" && !!foregroundColor,
|
6115
|
-
} }, visible && (hAsync("div", { key: '
|
6120
|
+
} }, visible && (hAsync("div", { key: 'dbbb2bd77adea5e65d61e11b6c4b2b06fadbb9b1', class: {
|
6116
6121
|
chip: true,
|
6117
6122
|
[`${variant}`]: true,
|
6118
6123
|
[`${size}`]: true,
|
@@ -6120,7 +6125,7 @@ class Chip {
|
|
6120
6125
|
dismissible,
|
6121
6126
|
hovered,
|
6122
6127
|
"non-transparent": variant === "outlined" && !transparentBackground,
|
6123
|
-
} }, isSlotUsed(this.el, "icon") && (hAsync("div", { key: '
|
6128
|
+
} }, isSlotUsed(this.el, "icon") && (hAsync("div", { key: '443ef9dc619483da883171e367ac9541aaf61a38', class: "icon" }, hAsync("slot", { key: '3d5f5e0db37a1d2c0b8d2f25e0af2801cc52598e', name: "icon" }))), hAsync("ic-typography", { key: '23603177321e0a67c86da4720574592e3db8db80', variant: "label", "apply-vertical-margins": false, class: { label: true, "in-ag-grid": isElInAGGrid(this.el) } }, hAsync("span", { key: '2d55524b494e17a0ee3c8a7441ffbc1a5d47f6a4' }, label)), dismissible && (hAsync("ic-tooltip", { key: '2def11f340b2b51518caebdf0e87b61e87d9baeb', label: dismissLabel, target: "dismiss-icon", class: { "tooltip-disabled": disabled } }, hAsync("button", { key: 'c437a1dc096b14ba3bb2fa5723fa0044e83a9b3a', id: "dismiss-icon", class: "dismiss-icon", ref: (el) => (this.buttonEl = el), "aria-label": `${dismissLabel} ${ariaLabel}`, disabled: disabled, tabindex: disabled ? -1 : 0, onClick: this.dismissAction, onMouseEnter: this.mouseEnterHandler, onMouseLeave: this.mouseLeaveHandler, innerHTML: dismissIcon }))), isSlotUsed(this.el, "badge") && hAsync("slot", { key: '9b3fec37d1d44def4248cf53ae2916d9f62e1a08', name: "badge" }))), dismissible && (hAsync("div", { key: 'bc8d8601488092dde7dae7db5f0f36b802f6df9f', class: "sr-only", "aria-live": "polite" }, !visible ? `Dismissed ${ariaLabel}` : ""))));
|
6124
6129
|
}
|
6125
6130
|
static get delegatesFocus() { return true; }
|
6126
6131
|
get el() { return getElement(this); }
|
@@ -7746,7 +7751,7 @@ class InputLabel {
|
|
7746
7751
|
}; }
|
7747
7752
|
}
|
7748
7753
|
|
7749
|
-
const icInputValidationCss = "ic-input-validation{width:var(--input-width, 20rem);margin-top:var(--ic-space-xs)
|
7754
|
+
const icInputValidationCss = "ic-input-validation{width:var(--input-width, 20rem);display:flex}ic-input-validation.ic-input-validation-with-status{margin-top:var(--ic-space-xs)}ic-input-validation.ic-input-validation-full-width{width:100%}ic-input-validation span.status-icon{padding-right:var(--ic-space-xxs)}ic-input-validation span.status-icon>svg{height:1.25rem;width:1.25rem}ic-input-validation span.icon-success>svg{fill:var(--ic-input-validation-success-icon-color)}ic-input-validation span.icon-error>svg{fill:var(--ic-input-validation-error, var(--ic-atoms-status-icon-error))}ic-input-validation span.icon-warning>svg{fill:var(--ic-input-validation-warning-icon-color)}ic-input-validation .statustext{flex-grow:1;color:var(\n --ic-input-validation-status-text-color,\n var(--ic-color-text-primary)\n );--ic-typography-color:var(\n --ic-input-validation-status-text-color,\n var(--ic-color-text-primary)\n )}ic-input-validation .sr-only{position:absolute;left:-9999px}";
|
7750
7755
|
var IcInputValidationStyle0 = icInputValidationCss;
|
7751
7756
|
|
7752
7757
|
const ICON = {
|
@@ -7780,7 +7785,7 @@ class InputValidation {
|
|
7780
7785
|
this.messageEl.textContent = INVISIBLE_CHAR;
|
7781
7786
|
setTimeout(() => {
|
7782
7787
|
this.messageEl.textContent = newValue;
|
7783
|
-
},
|
7788
|
+
}, 200); // Delay to help ensure screen readers detect change
|
7784
7789
|
}
|
7785
7790
|
componentDidLoad() {
|
7786
7791
|
onComponentRequiredPropUndefined([{ prop: this.message, propName: "message" }], "Input Validation");
|
@@ -7789,13 +7794,14 @@ class InputValidation {
|
|
7789
7794
|
render() {
|
7790
7795
|
const { ariaLiveMode, fullWidth, status, message } = this;
|
7791
7796
|
const displayIcon = status !== "" ? ICON[status] : "";
|
7792
|
-
return (hAsync(Host, { key: '
|
7797
|
+
return (hAsync(Host, { key: 'f1ba7e992a65cbd63d86411844668a0db4944cf2', class: {
|
7793
7798
|
[`ic-input-validation-${status}`]: status !== "",
|
7794
7799
|
"ic-input-validation-full-width": !!fullWidth,
|
7795
|
-
|
7800
|
+
"ic-input-validation-with-status": status !== "",
|
7801
|
+
} }, displayIcon !== "" && (hAsync("span", { key: '43bf05c319e9f4cdb7f6e5affd403d745b7dac00', class: {
|
7796
7802
|
"status-icon": true,
|
7797
7803
|
[`icon-${status}`]: true,
|
7798
|
-
}, innerHTML: displayIcon })), hAsync("ic-typography", { key: '
|
7804
|
+
}, innerHTML: displayIcon })), hAsync("ic-typography", { key: '8d0f570e79158d1add1410653c8bbdb5e052aaa3', variant: "caption", class: "statustext" }, hAsync("span", { key: 'c363e60a30ef571a63779ed77a7e4e8358444d5f', id: this.for && getInputValidationTextID(this.for) }, message), hAsync("span", { key: '53959e2fb2d6b51aaa5eca1f9526f0a6e55b5bea', ref: (el) => (this.messageEl = el), class: "sr-only", "aria-live": ariaLiveMode })), hAsync("slot", { key: '861c3d827e89d6e4c917cb6d584e7d3ec6a5c27a', name: "validation-message-adornment" })));
|
7799
7805
|
}
|
7800
7806
|
get el() { return getElement(this); }
|
7801
7807
|
static get watchers() { return {
|
@@ -10211,6 +10217,1381 @@ var checkIcon = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2
|
|
10211
10217
|
</svg>
|
10212
10218
|
`;
|
10213
10219
|
|
10220
|
+
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
10221
|
+
|
10222
|
+
var purify = {exports: {}};
|
10223
|
+
|
10224
|
+
/*! @license DOMPurify 3.2.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.6/LICENSE */
|
10225
|
+
|
10226
|
+
(function (module, exports) {
|
10227
|
+
(function (global, factory) {
|
10228
|
+
module.exports = factory() ;
|
10229
|
+
})(commonjsGlobal, (function () {
|
10230
|
+
const {
|
10231
|
+
entries,
|
10232
|
+
setPrototypeOf,
|
10233
|
+
isFrozen,
|
10234
|
+
getPrototypeOf,
|
10235
|
+
getOwnPropertyDescriptor
|
10236
|
+
} = Object;
|
10237
|
+
let {
|
10238
|
+
freeze,
|
10239
|
+
seal,
|
10240
|
+
create
|
10241
|
+
} = Object; // eslint-disable-line import/no-mutable-exports
|
10242
|
+
let {
|
10243
|
+
apply,
|
10244
|
+
construct
|
10245
|
+
} = typeof Reflect !== 'undefined' && Reflect;
|
10246
|
+
if (!freeze) {
|
10247
|
+
freeze = function freeze(x) {
|
10248
|
+
return x;
|
10249
|
+
};
|
10250
|
+
}
|
10251
|
+
if (!seal) {
|
10252
|
+
seal = function seal(x) {
|
10253
|
+
return x;
|
10254
|
+
};
|
10255
|
+
}
|
10256
|
+
if (!apply) {
|
10257
|
+
apply = function apply(fun, thisValue, args) {
|
10258
|
+
return fun.apply(thisValue, args);
|
10259
|
+
};
|
10260
|
+
}
|
10261
|
+
if (!construct) {
|
10262
|
+
construct = function construct(Func, args) {
|
10263
|
+
return new Func(...args);
|
10264
|
+
};
|
10265
|
+
}
|
10266
|
+
const arrayForEach = unapply(Array.prototype.forEach);
|
10267
|
+
const arrayLastIndexOf = unapply(Array.prototype.lastIndexOf);
|
10268
|
+
const arrayPop = unapply(Array.prototype.pop);
|
10269
|
+
const arrayPush = unapply(Array.prototype.push);
|
10270
|
+
const arraySplice = unapply(Array.prototype.splice);
|
10271
|
+
const stringToLowerCase = unapply(String.prototype.toLowerCase);
|
10272
|
+
const stringToString = unapply(String.prototype.toString);
|
10273
|
+
const stringMatch = unapply(String.prototype.match);
|
10274
|
+
const stringReplace = unapply(String.prototype.replace);
|
10275
|
+
const stringIndexOf = unapply(String.prototype.indexOf);
|
10276
|
+
const stringTrim = unapply(String.prototype.trim);
|
10277
|
+
const objectHasOwnProperty = unapply(Object.prototype.hasOwnProperty);
|
10278
|
+
const regExpTest = unapply(RegExp.prototype.test);
|
10279
|
+
const typeErrorCreate = unconstruct(TypeError);
|
10280
|
+
/**
|
10281
|
+
* Creates a new function that calls the given function with a specified thisArg and arguments.
|
10282
|
+
*
|
10283
|
+
* @param func - The function to be wrapped and called.
|
10284
|
+
* @returns A new function that calls the given function with a specified thisArg and arguments.
|
10285
|
+
*/
|
10286
|
+
function unapply(func) {
|
10287
|
+
return function (thisArg) {
|
10288
|
+
if (thisArg instanceof RegExp) {
|
10289
|
+
thisArg.lastIndex = 0;
|
10290
|
+
}
|
10291
|
+
for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
|
10292
|
+
args[_key - 1] = arguments[_key];
|
10293
|
+
}
|
10294
|
+
return apply(func, thisArg, args);
|
10295
|
+
};
|
10296
|
+
}
|
10297
|
+
/**
|
10298
|
+
* Creates a new function that constructs an instance of the given constructor function with the provided arguments.
|
10299
|
+
*
|
10300
|
+
* @param func - The constructor function to be wrapped and called.
|
10301
|
+
* @returns A new function that constructs an instance of the given constructor function with the provided arguments.
|
10302
|
+
*/
|
10303
|
+
function unconstruct(func) {
|
10304
|
+
return function () {
|
10305
|
+
for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
|
10306
|
+
args[_key2] = arguments[_key2];
|
10307
|
+
}
|
10308
|
+
return construct(func, args);
|
10309
|
+
};
|
10310
|
+
}
|
10311
|
+
/**
|
10312
|
+
* Add properties to a lookup table
|
10313
|
+
*
|
10314
|
+
* @param set - The set to which elements will be added.
|
10315
|
+
* @param array - The array containing elements to be added to the set.
|
10316
|
+
* @param transformCaseFunc - An optional function to transform the case of each element before adding to the set.
|
10317
|
+
* @returns The modified set with added elements.
|
10318
|
+
*/
|
10319
|
+
function addToSet(set, array) {
|
10320
|
+
let transformCaseFunc = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : stringToLowerCase;
|
10321
|
+
if (setPrototypeOf) {
|
10322
|
+
// Make 'in' and truthy checks like Boolean(set.constructor)
|
10323
|
+
// independent of any properties defined on Object.prototype.
|
10324
|
+
// Prevent prototype setters from intercepting set as a this value.
|
10325
|
+
setPrototypeOf(set, null);
|
10326
|
+
}
|
10327
|
+
let l = array.length;
|
10328
|
+
while (l--) {
|
10329
|
+
let element = array[l];
|
10330
|
+
if (typeof element === 'string') {
|
10331
|
+
const lcElement = transformCaseFunc(element);
|
10332
|
+
if (lcElement !== element) {
|
10333
|
+
// Config presets (e.g. tags.js, attrs.js) are immutable.
|
10334
|
+
if (!isFrozen(array)) {
|
10335
|
+
array[l] = lcElement;
|
10336
|
+
}
|
10337
|
+
element = lcElement;
|
10338
|
+
}
|
10339
|
+
}
|
10340
|
+
set[element] = true;
|
10341
|
+
}
|
10342
|
+
return set;
|
10343
|
+
}
|
10344
|
+
/**
|
10345
|
+
* Clean up an array to harden against CSPP
|
10346
|
+
*
|
10347
|
+
* @param array - The array to be cleaned.
|
10348
|
+
* @returns The cleaned version of the array
|
10349
|
+
*/
|
10350
|
+
function cleanArray(array) {
|
10351
|
+
for (let index = 0; index < array.length; index++) {
|
10352
|
+
const isPropertyExist = objectHasOwnProperty(array, index);
|
10353
|
+
if (!isPropertyExist) {
|
10354
|
+
array[index] = null;
|
10355
|
+
}
|
10356
|
+
}
|
10357
|
+
return array;
|
10358
|
+
}
|
10359
|
+
/**
|
10360
|
+
* Shallow clone an object
|
10361
|
+
*
|
10362
|
+
* @param object - The object to be cloned.
|
10363
|
+
* @returns A new object that copies the original.
|
10364
|
+
*/
|
10365
|
+
function clone(object) {
|
10366
|
+
const newObject = create(null);
|
10367
|
+
for (const [property, value] of entries(object)) {
|
10368
|
+
const isPropertyExist = objectHasOwnProperty(object, property);
|
10369
|
+
if (isPropertyExist) {
|
10370
|
+
if (Array.isArray(value)) {
|
10371
|
+
newObject[property] = cleanArray(value);
|
10372
|
+
} else if (value && typeof value === 'object' && value.constructor === Object) {
|
10373
|
+
newObject[property] = clone(value);
|
10374
|
+
} else {
|
10375
|
+
newObject[property] = value;
|
10376
|
+
}
|
10377
|
+
}
|
10378
|
+
}
|
10379
|
+
return newObject;
|
10380
|
+
}
|
10381
|
+
/**
|
10382
|
+
* This method automatically checks if the prop is function or getter and behaves accordingly.
|
10383
|
+
*
|
10384
|
+
* @param object - The object to look up the getter function in its prototype chain.
|
10385
|
+
* @param prop - The property name for which to find the getter function.
|
10386
|
+
* @returns The getter function found in the prototype chain or a fallback function.
|
10387
|
+
*/
|
10388
|
+
function lookupGetter(object, prop) {
|
10389
|
+
while (object !== null) {
|
10390
|
+
const desc = getOwnPropertyDescriptor(object, prop);
|
10391
|
+
if (desc) {
|
10392
|
+
if (desc.get) {
|
10393
|
+
return unapply(desc.get);
|
10394
|
+
}
|
10395
|
+
if (typeof desc.value === 'function') {
|
10396
|
+
return unapply(desc.value);
|
10397
|
+
}
|
10398
|
+
}
|
10399
|
+
object = getPrototypeOf(object);
|
10400
|
+
}
|
10401
|
+
function fallbackValue() {
|
10402
|
+
return null;
|
10403
|
+
}
|
10404
|
+
return fallbackValue;
|
10405
|
+
}
|
10406
|
+
|
10407
|
+
const html$1 = freeze(['a', 'abbr', 'acronym', 'address', 'area', 'article', 'aside', 'audio', 'b', 'bdi', 'bdo', 'big', 'blink', 'blockquote', 'body', 'br', 'button', 'canvas', 'caption', 'center', 'cite', 'code', 'col', 'colgroup', 'content', 'data', 'datalist', 'dd', 'decorator', 'del', 'details', 'dfn', 'dialog', 'dir', 'div', 'dl', 'dt', 'element', 'em', 'fieldset', 'figcaption', 'figure', 'font', 'footer', 'form', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'head', 'header', 'hgroup', 'hr', 'html', 'i', 'img', 'input', 'ins', 'kbd', 'label', 'legend', 'li', 'main', 'map', 'mark', 'marquee', 'menu', 'menuitem', 'meter', 'nav', 'nobr', 'ol', 'optgroup', 'option', 'output', 'p', 'picture', 'pre', 'progress', 'q', 'rp', 'rt', 'ruby', 's', 'samp', 'section', 'select', 'shadow', 'small', 'source', 'spacer', 'span', 'strike', 'strong', 'style', 'sub', 'summary', 'sup', 'table', 'tbody', 'td', 'template', 'textarea', 'tfoot', 'th', 'thead', 'time', 'tr', 'track', 'tt', 'u', 'ul', 'var', 'video', 'wbr']);
|
10408
|
+
const svg$1 = freeze(['svg', 'a', 'altglyph', 'altglyphdef', 'altglyphitem', 'animatecolor', 'animatemotion', 'animatetransform', 'circle', 'clippath', 'defs', 'desc', 'ellipse', 'filter', 'font', 'g', 'glyph', 'glyphref', 'hkern', 'image', 'line', 'lineargradient', 'marker', 'mask', 'metadata', 'mpath', 'path', 'pattern', 'polygon', 'polyline', 'radialgradient', 'rect', 'stop', 'style', 'switch', 'symbol', 'text', 'textpath', 'title', 'tref', 'tspan', 'view', 'vkern']);
|
10409
|
+
const svgFilters = freeze(['feBlend', 'feColorMatrix', 'feComponentTransfer', 'feComposite', 'feConvolveMatrix', 'feDiffuseLighting', 'feDisplacementMap', 'feDistantLight', 'feDropShadow', 'feFlood', 'feFuncA', 'feFuncB', 'feFuncG', 'feFuncR', 'feGaussianBlur', 'feImage', 'feMerge', 'feMergeNode', 'feMorphology', 'feOffset', 'fePointLight', 'feSpecularLighting', 'feSpotLight', 'feTile', 'feTurbulence']);
|
10410
|
+
// List of SVG elements that are disallowed by default.
|
10411
|
+
// We still need to know them so that we can do namespace
|
10412
|
+
// checks properly in case one wants to add them to
|
10413
|
+
// allow-list.
|
10414
|
+
const svgDisallowed = freeze(['animate', 'color-profile', 'cursor', 'discard', 'font-face', 'font-face-format', 'font-face-name', 'font-face-src', 'font-face-uri', 'foreignobject', 'hatch', 'hatchpath', 'mesh', 'meshgradient', 'meshpatch', 'meshrow', 'missing-glyph', 'script', 'set', 'solidcolor', 'unknown', 'use']);
|
10415
|
+
const mathMl$1 = freeze(['math', 'menclose', 'merror', 'mfenced', 'mfrac', 'mglyph', 'mi', 'mlabeledtr', 'mmultiscripts', 'mn', 'mo', 'mover', 'mpadded', 'mphantom', 'mroot', 'mrow', 'ms', 'mspace', 'msqrt', 'mstyle', 'msub', 'msup', 'msubsup', 'mtable', 'mtd', 'mtext', 'mtr', 'munder', 'munderover', 'mprescripts']);
|
10416
|
+
// Similarly to SVG, we want to know all MathML elements,
|
10417
|
+
// even those that we disallow by default.
|
10418
|
+
const mathMlDisallowed = freeze(['maction', 'maligngroup', 'malignmark', 'mlongdiv', 'mscarries', 'mscarry', 'msgroup', 'mstack', 'msline', 'msrow', 'semantics', 'annotation', 'annotation-xml', 'mprescripts', 'none']);
|
10419
|
+
const text = freeze(['#text']);
|
10420
|
+
|
10421
|
+
const html = freeze(['accept', 'action', 'align', 'alt', 'autocapitalize', 'autocomplete', 'autopictureinpicture', 'autoplay', 'background', 'bgcolor', 'border', 'capture', 'cellpadding', 'cellspacing', 'checked', 'cite', 'class', 'clear', 'color', 'cols', 'colspan', 'controls', 'controlslist', 'coords', 'crossorigin', 'datetime', 'decoding', 'default', 'dir', 'disabled', 'disablepictureinpicture', 'disableremoteplayback', 'download', 'draggable', 'enctype', 'enterkeyhint', 'face', 'for', 'headers', 'height', 'hidden', 'high', 'href', 'hreflang', 'id', 'inputmode', 'integrity', 'ismap', 'kind', 'label', 'lang', 'list', 'loading', 'loop', 'low', 'max', 'maxlength', 'media', 'method', 'min', 'minlength', 'multiple', 'muted', 'name', 'nonce', 'noshade', 'novalidate', 'nowrap', 'open', 'optimum', 'pattern', 'placeholder', 'playsinline', 'popover', 'popovertarget', 'popovertargetaction', 'poster', 'preload', 'pubdate', 'radiogroup', 'readonly', 'rel', 'required', 'rev', 'reversed', 'role', 'rows', 'rowspan', 'spellcheck', 'scope', 'selected', 'shape', 'size', 'sizes', 'span', 'srclang', 'start', 'src', 'srcset', 'step', 'style', 'summary', 'tabindex', 'title', 'translate', 'type', 'usemap', 'valign', 'value', 'width', 'wrap', 'xmlns', 'slot']);
|
10422
|
+
const svg = freeze(['accent-height', 'accumulate', 'additive', 'alignment-baseline', 'amplitude', 'ascent', 'attributename', 'attributetype', 'azimuth', 'basefrequency', 'baseline-shift', 'begin', 'bias', 'by', 'class', 'clip', 'clippathunits', 'clip-path', 'clip-rule', 'color', 'color-interpolation', 'color-interpolation-filters', 'color-profile', 'color-rendering', 'cx', 'cy', 'd', 'dx', 'dy', 'diffuseconstant', 'direction', 'display', 'divisor', 'dur', 'edgemode', 'elevation', 'end', 'exponent', 'fill', 'fill-opacity', 'fill-rule', 'filter', 'filterunits', 'flood-color', 'flood-opacity', 'font-family', 'font-size', 'font-size-adjust', 'font-stretch', 'font-style', 'font-variant', 'font-weight', 'fx', 'fy', 'g1', 'g2', 'glyph-name', 'glyphref', 'gradientunits', 'gradienttransform', 'height', 'href', 'id', 'image-rendering', 'in', 'in2', 'intercept', 'k', 'k1', 'k2', 'k3', 'k4', 'kerning', 'keypoints', 'keysplines', 'keytimes', 'lang', 'lengthadjust', 'letter-spacing', 'kernelmatrix', 'kernelunitlength', 'lighting-color', 'local', 'marker-end', 'marker-mid', 'marker-start', 'markerheight', 'markerunits', 'markerwidth', 'maskcontentunits', 'maskunits', 'max', 'mask', 'media', 'method', 'mode', 'min', 'name', 'numoctaves', 'offset', 'operator', 'opacity', 'order', 'orient', 'orientation', 'origin', 'overflow', 'paint-order', 'path', 'pathlength', 'patterncontentunits', 'patterntransform', 'patternunits', 'points', 'preservealpha', 'preserveaspectratio', 'primitiveunits', 'r', 'rx', 'ry', 'radius', 'refx', 'refy', 'repeatcount', 'repeatdur', 'restart', 'result', 'rotate', 'scale', 'seed', 'shape-rendering', 'slope', 'specularconstant', 'specularexponent', 'spreadmethod', 'startoffset', 'stddeviation', 'stitchtiles', 'stop-color', 'stop-opacity', 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap', 'stroke-linejoin', 'stroke-miterlimit', 'stroke-opacity', 'stroke', 'stroke-width', 'style', 'surfacescale', 'systemlanguage', 'tabindex', 'tablevalues', 'targetx', 'targety', 'transform', 'transform-origin', 'text-anchor', 'text-decoration', 'text-rendering', 'textlength', 'type', 'u1', 'u2', 'unicode', 'values', 'viewbox', 'visibility', 'version', 'vert-adv-y', 'vert-origin-x', 'vert-origin-y', 'width', 'word-spacing', 'wrap', 'writing-mode', 'xchannelselector', 'ychannelselector', 'x', 'x1', 'x2', 'xmlns', 'y', 'y1', 'y2', 'z', 'zoomandpan']);
|
10423
|
+
const mathMl = freeze(['accent', 'accentunder', 'align', 'bevelled', 'close', 'columnsalign', 'columnlines', 'columnspan', 'denomalign', 'depth', 'dir', 'display', 'displaystyle', 'encoding', 'fence', 'frame', 'height', 'href', 'id', 'largeop', 'length', 'linethickness', 'lspace', 'lquote', 'mathbackground', 'mathcolor', 'mathsize', 'mathvariant', 'maxsize', 'minsize', 'movablelimits', 'notation', 'numalign', 'open', 'rowalign', 'rowlines', 'rowspacing', 'rowspan', 'rspace', 'rquote', 'scriptlevel', 'scriptminsize', 'scriptsizemultiplier', 'selection', 'separator', 'separators', 'stretchy', 'subscriptshift', 'supscriptshift', 'symmetric', 'voffset', 'width', 'xmlns']);
|
10424
|
+
const xml = freeze(['xlink:href', 'xml:id', 'xlink:title', 'xml:space', 'xmlns:xlink']);
|
10425
|
+
|
10426
|
+
// eslint-disable-next-line unicorn/better-regex
|
10427
|
+
const MUSTACHE_EXPR = seal(/\{\{[\w\W]*|[\w\W]*\}\}/gm); // Specify template detection regex for SAFE_FOR_TEMPLATES mode
|
10428
|
+
const ERB_EXPR = seal(/<%[\w\W]*|[\w\W]*%>/gm);
|
10429
|
+
const TMPLIT_EXPR = seal(/\$\{[\w\W]*/gm); // eslint-disable-line unicorn/better-regex
|
10430
|
+
const DATA_ATTR = seal(/^data-[\-\w.\u00B7-\uFFFF]+$/); // eslint-disable-line no-useless-escape
|
10431
|
+
const ARIA_ATTR = seal(/^aria-[\-\w]+$/); // eslint-disable-line no-useless-escape
|
10432
|
+
const IS_ALLOWED_URI = seal(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i // eslint-disable-line no-useless-escape
|
10433
|
+
);
|
10434
|
+
const IS_SCRIPT_OR_DATA = seal(/^(?:\w+script|data):/i);
|
10435
|
+
const ATTR_WHITESPACE = seal(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g // eslint-disable-line no-control-regex
|
10436
|
+
);
|
10437
|
+
const DOCTYPE_NAME = seal(/^html$/i);
|
10438
|
+
const CUSTOM_ELEMENT = seal(/^[a-z][.\w]*(-[.\w]+)+$/i);
|
10439
|
+
|
10440
|
+
var EXPRESSIONS = /*#__PURE__*/Object.freeze({
|
10441
|
+
__proto__: null,
|
10442
|
+
ARIA_ATTR: ARIA_ATTR,
|
10443
|
+
ATTR_WHITESPACE: ATTR_WHITESPACE,
|
10444
|
+
CUSTOM_ELEMENT: CUSTOM_ELEMENT,
|
10445
|
+
DATA_ATTR: DATA_ATTR,
|
10446
|
+
DOCTYPE_NAME: DOCTYPE_NAME,
|
10447
|
+
ERB_EXPR: ERB_EXPR,
|
10448
|
+
IS_ALLOWED_URI: IS_ALLOWED_URI,
|
10449
|
+
IS_SCRIPT_OR_DATA: IS_SCRIPT_OR_DATA,
|
10450
|
+
MUSTACHE_EXPR: MUSTACHE_EXPR,
|
10451
|
+
TMPLIT_EXPR: TMPLIT_EXPR
|
10452
|
+
});
|
10453
|
+
|
10454
|
+
/* eslint-disable @typescript-eslint/indent */
|
10455
|
+
// https://developer.mozilla.org/en-US/docs/Web/API/Node/nodeType
|
10456
|
+
const NODE_TYPE = {
|
10457
|
+
element: 1,
|
10458
|
+
attribute: 2,
|
10459
|
+
text: 3,
|
10460
|
+
cdataSection: 4,
|
10461
|
+
entityReference: 5,
|
10462
|
+
// Deprecated
|
10463
|
+
entityNode: 6,
|
10464
|
+
// Deprecated
|
10465
|
+
progressingInstruction: 7,
|
10466
|
+
comment: 8,
|
10467
|
+
document: 9,
|
10468
|
+
documentType: 10,
|
10469
|
+
documentFragment: 11,
|
10470
|
+
notation: 12 // Deprecated
|
10471
|
+
};
|
10472
|
+
const getGlobal = function getGlobal() {
|
10473
|
+
return typeof window === 'undefined' ? null : window;
|
10474
|
+
};
|
10475
|
+
/**
|
10476
|
+
* Creates a no-op policy for internal use only.
|
10477
|
+
* Don't export this function outside this module!
|
10478
|
+
* @param trustedTypes The policy factory.
|
10479
|
+
* @param purifyHostElement The Script element used to load DOMPurify (to determine policy name suffix).
|
10480
|
+
* @return The policy created (or null, if Trusted Types
|
10481
|
+
* are not supported or creating the policy failed).
|
10482
|
+
*/
|
10483
|
+
const _createTrustedTypesPolicy = function _createTrustedTypesPolicy(trustedTypes, purifyHostElement) {
|
10484
|
+
if (typeof trustedTypes !== 'object' || typeof trustedTypes.createPolicy !== 'function') {
|
10485
|
+
return null;
|
10486
|
+
}
|
10487
|
+
// Allow the callers to control the unique policy name
|
10488
|
+
// by adding a data-tt-policy-suffix to the script element with the DOMPurify.
|
10489
|
+
// Policy creation with duplicate names throws in Trusted Types.
|
10490
|
+
let suffix = null;
|
10491
|
+
const ATTR_NAME = 'data-tt-policy-suffix';
|
10492
|
+
if (purifyHostElement && purifyHostElement.hasAttribute(ATTR_NAME)) {
|
10493
|
+
suffix = purifyHostElement.getAttribute(ATTR_NAME);
|
10494
|
+
}
|
10495
|
+
const policyName = 'dompurify' + (suffix ? '#' + suffix : '');
|
10496
|
+
try {
|
10497
|
+
return trustedTypes.createPolicy(policyName, {
|
10498
|
+
createHTML(html) {
|
10499
|
+
return html;
|
10500
|
+
},
|
10501
|
+
createScriptURL(scriptUrl) {
|
10502
|
+
return scriptUrl;
|
10503
|
+
}
|
10504
|
+
});
|
10505
|
+
} catch (_) {
|
10506
|
+
// Policy creation failed (most likely another DOMPurify script has
|
10507
|
+
// already run). Skip creating the policy, as this will only cause errors
|
10508
|
+
// if TT are enforced.
|
10509
|
+
console.warn('TrustedTypes policy ' + policyName + ' could not be created.');
|
10510
|
+
return null;
|
10511
|
+
}
|
10512
|
+
};
|
10513
|
+
const _createHooksMap = function _createHooksMap() {
|
10514
|
+
return {
|
10515
|
+
afterSanitizeAttributes: [],
|
10516
|
+
afterSanitizeElements: [],
|
10517
|
+
afterSanitizeShadowDOM: [],
|
10518
|
+
beforeSanitizeAttributes: [],
|
10519
|
+
beforeSanitizeElements: [],
|
10520
|
+
beforeSanitizeShadowDOM: [],
|
10521
|
+
uponSanitizeAttribute: [],
|
10522
|
+
uponSanitizeElement: [],
|
10523
|
+
uponSanitizeShadowNode: []
|
10524
|
+
};
|
10525
|
+
};
|
10526
|
+
function createDOMPurify() {
|
10527
|
+
let window = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : getGlobal();
|
10528
|
+
const DOMPurify = root => createDOMPurify(root);
|
10529
|
+
DOMPurify.version = '3.2.6';
|
10530
|
+
DOMPurify.removed = [];
|
10531
|
+
if (!window || !window.document || window.document.nodeType !== NODE_TYPE.document || !window.Element) {
|
10532
|
+
// Not running in a browser, provide a factory function
|
10533
|
+
// so that you can pass your own Window
|
10534
|
+
DOMPurify.isSupported = false;
|
10535
|
+
return DOMPurify;
|
10536
|
+
}
|
10537
|
+
let {
|
10538
|
+
document
|
10539
|
+
} = window;
|
10540
|
+
const originalDocument = document;
|
10541
|
+
const currentScript = originalDocument.currentScript;
|
10542
|
+
const {
|
10543
|
+
DocumentFragment,
|
10544
|
+
HTMLTemplateElement,
|
10545
|
+
Node,
|
10546
|
+
Element,
|
10547
|
+
NodeFilter,
|
10548
|
+
NamedNodeMap = window.NamedNodeMap || window.MozNamedAttrMap,
|
10549
|
+
HTMLFormElement,
|
10550
|
+
DOMParser,
|
10551
|
+
trustedTypes
|
10552
|
+
} = window;
|
10553
|
+
const ElementPrototype = Element.prototype;
|
10554
|
+
const cloneNode = lookupGetter(ElementPrototype, 'cloneNode');
|
10555
|
+
const remove = lookupGetter(ElementPrototype, 'remove');
|
10556
|
+
const getNextSibling = lookupGetter(ElementPrototype, 'nextSibling');
|
10557
|
+
const getChildNodes = lookupGetter(ElementPrototype, 'childNodes');
|
10558
|
+
const getParentNode = lookupGetter(ElementPrototype, 'parentNode');
|
10559
|
+
// As per issue #47, the web-components registry is inherited by a
|
10560
|
+
// new document created via createHTMLDocument. As per the spec
|
10561
|
+
// (http://w3c.github.io/webcomponents/spec/custom/#creating-and-passing-registries)
|
10562
|
+
// a new empty registry is used when creating a template contents owner
|
10563
|
+
// document, so we use that as our parent document to ensure nothing
|
10564
|
+
// is inherited.
|
10565
|
+
if (typeof HTMLTemplateElement === 'function') {
|
10566
|
+
const template = document.createElement('template');
|
10567
|
+
if (template.content && template.content.ownerDocument) {
|
10568
|
+
document = template.content.ownerDocument;
|
10569
|
+
}
|
10570
|
+
}
|
10571
|
+
let trustedTypesPolicy;
|
10572
|
+
let emptyHTML = '';
|
10573
|
+
const {
|
10574
|
+
implementation,
|
10575
|
+
createNodeIterator,
|
10576
|
+
createDocumentFragment,
|
10577
|
+
getElementsByTagName
|
10578
|
+
} = document;
|
10579
|
+
const {
|
10580
|
+
importNode
|
10581
|
+
} = originalDocument;
|
10582
|
+
let hooks = _createHooksMap();
|
10583
|
+
/**
|
10584
|
+
* Expose whether this browser supports running the full DOMPurify.
|
10585
|
+
*/
|
10586
|
+
DOMPurify.isSupported = typeof entries === 'function' && typeof getParentNode === 'function' && implementation && implementation.createHTMLDocument !== undefined;
|
10587
|
+
const {
|
10588
|
+
MUSTACHE_EXPR,
|
10589
|
+
ERB_EXPR,
|
10590
|
+
TMPLIT_EXPR,
|
10591
|
+
DATA_ATTR,
|
10592
|
+
ARIA_ATTR,
|
10593
|
+
IS_SCRIPT_OR_DATA,
|
10594
|
+
ATTR_WHITESPACE,
|
10595
|
+
CUSTOM_ELEMENT
|
10596
|
+
} = EXPRESSIONS;
|
10597
|
+
let {
|
10598
|
+
IS_ALLOWED_URI: IS_ALLOWED_URI$1
|
10599
|
+
} = EXPRESSIONS;
|
10600
|
+
/**
|
10601
|
+
* We consider the elements and attributes below to be safe. Ideally
|
10602
|
+
* don't add any new ones but feel free to remove unwanted ones.
|
10603
|
+
*/
|
10604
|
+
/* allowed element names */
|
10605
|
+
let ALLOWED_TAGS = null;
|
10606
|
+
const DEFAULT_ALLOWED_TAGS = addToSet({}, [...html$1, ...svg$1, ...svgFilters, ...mathMl$1, ...text]);
|
10607
|
+
/* Allowed attribute names */
|
10608
|
+
let ALLOWED_ATTR = null;
|
10609
|
+
const DEFAULT_ALLOWED_ATTR = addToSet({}, [...html, ...svg, ...mathMl, ...xml]);
|
10610
|
+
/*
|
10611
|
+
* Configure how DOMPurify should handle custom elements and their attributes as well as customized built-in elements.
|
10612
|
+
* @property {RegExp|Function|null} tagNameCheck one of [null, regexPattern, predicate]. Default: `null` (disallow any custom elements)
|
10613
|
+
* @property {RegExp|Function|null} attributeNameCheck one of [null, regexPattern, predicate]. Default: `null` (disallow any attributes not on the allow list)
|
10614
|
+
* @property {boolean} allowCustomizedBuiltInElements allow custom elements derived from built-ins if they pass CUSTOM_ELEMENT_HANDLING.tagNameCheck. Default: `false`.
|
10615
|
+
*/
|
10616
|
+
let CUSTOM_ELEMENT_HANDLING = Object.seal(create(null, {
|
10617
|
+
tagNameCheck: {
|
10618
|
+
writable: true,
|
10619
|
+
configurable: false,
|
10620
|
+
enumerable: true,
|
10621
|
+
value: null
|
10622
|
+
},
|
10623
|
+
attributeNameCheck: {
|
10624
|
+
writable: true,
|
10625
|
+
configurable: false,
|
10626
|
+
enumerable: true,
|
10627
|
+
value: null
|
10628
|
+
},
|
10629
|
+
allowCustomizedBuiltInElements: {
|
10630
|
+
writable: true,
|
10631
|
+
configurable: false,
|
10632
|
+
enumerable: true,
|
10633
|
+
value: false
|
10634
|
+
}
|
10635
|
+
}));
|
10636
|
+
/* Explicitly forbidden tags (overrides ALLOWED_TAGS/ADD_TAGS) */
|
10637
|
+
let FORBID_TAGS = null;
|
10638
|
+
/* Explicitly forbidden attributes (overrides ALLOWED_ATTR/ADD_ATTR) */
|
10639
|
+
let FORBID_ATTR = null;
|
10640
|
+
/* Decide if ARIA attributes are okay */
|
10641
|
+
let ALLOW_ARIA_ATTR = true;
|
10642
|
+
/* Decide if custom data attributes are okay */
|
10643
|
+
let ALLOW_DATA_ATTR = true;
|
10644
|
+
/* Decide if unknown protocols are okay */
|
10645
|
+
let ALLOW_UNKNOWN_PROTOCOLS = false;
|
10646
|
+
/* Decide if self-closing tags in attributes are allowed.
|
10647
|
+
* Usually removed due to a mXSS issue in jQuery 3.0 */
|
10648
|
+
let ALLOW_SELF_CLOSE_IN_ATTR = true;
|
10649
|
+
/* Output should be safe for common template engines.
|
10650
|
+
* This means, DOMPurify removes data attributes, mustaches and ERB
|
10651
|
+
*/
|
10652
|
+
let SAFE_FOR_TEMPLATES = false;
|
10653
|
+
/* Output should be safe even for XML used within HTML and alike.
|
10654
|
+
* This means, DOMPurify removes comments when containing risky content.
|
10655
|
+
*/
|
10656
|
+
let SAFE_FOR_XML = true;
|
10657
|
+
/* Decide if document with <html>... should be returned */
|
10658
|
+
let WHOLE_DOCUMENT = false;
|
10659
|
+
/* Track whether config is already set on this instance of DOMPurify. */
|
10660
|
+
let SET_CONFIG = false;
|
10661
|
+
/* Decide if all elements (e.g. style, script) must be children of
|
10662
|
+
* document.body. By default, browsers might move them to document.head */
|
10663
|
+
let FORCE_BODY = false;
|
10664
|
+
/* Decide if a DOM `HTMLBodyElement` should be returned, instead of a html
|
10665
|
+
* string (or a TrustedHTML object if Trusted Types are supported).
|
10666
|
+
* If `WHOLE_DOCUMENT` is enabled a `HTMLHtmlElement` will be returned instead
|
10667
|
+
*/
|
10668
|
+
let RETURN_DOM = false;
|
10669
|
+
/* Decide if a DOM `DocumentFragment` should be returned, instead of a html
|
10670
|
+
* string (or a TrustedHTML object if Trusted Types are supported) */
|
10671
|
+
let RETURN_DOM_FRAGMENT = false;
|
10672
|
+
/* Try to return a Trusted Type object instead of a string, return a string in
|
10673
|
+
* case Trusted Types are not supported */
|
10674
|
+
let RETURN_TRUSTED_TYPE = false;
|
10675
|
+
/* Output should be free from DOM clobbering attacks?
|
10676
|
+
* This sanitizes markups named with colliding, clobberable built-in DOM APIs.
|
10677
|
+
*/
|
10678
|
+
let SANITIZE_DOM = true;
|
10679
|
+
/* Achieve full DOM Clobbering protection by isolating the namespace of named
|
10680
|
+
* properties and JS variables, mitigating attacks that abuse the HTML/DOM spec rules.
|
10681
|
+
*
|
10682
|
+
* HTML/DOM spec rules that enable DOM Clobbering:
|
10683
|
+
* - Named Access on Window (§7.3.3)
|
10684
|
+
* - DOM Tree Accessors (§3.1.5)
|
10685
|
+
* - Form Element Parent-Child Relations (§4.10.3)
|
10686
|
+
* - Iframe srcdoc / Nested WindowProxies (§4.8.5)
|
10687
|
+
* - HTMLCollection (§4.2.10.2)
|
10688
|
+
*
|
10689
|
+
* Namespace isolation is implemented by prefixing `id` and `name` attributes
|
10690
|
+
* with a constant string, i.e., `user-content-`
|
10691
|
+
*/
|
10692
|
+
let SANITIZE_NAMED_PROPS = false;
|
10693
|
+
const SANITIZE_NAMED_PROPS_PREFIX = 'user-content-';
|
10694
|
+
/* Keep element content when removing element? */
|
10695
|
+
let KEEP_CONTENT = true;
|
10696
|
+
/* If a `Node` is passed to sanitize(), then performs sanitization in-place instead
|
10697
|
+
* of importing it into a new Document and returning a sanitized copy */
|
10698
|
+
let IN_PLACE = false;
|
10699
|
+
/* Allow usage of profiles like html, svg and mathMl */
|
10700
|
+
let USE_PROFILES = {};
|
10701
|
+
/* Tags to ignore content of when KEEP_CONTENT is true */
|
10702
|
+
let FORBID_CONTENTS = null;
|
10703
|
+
const DEFAULT_FORBID_CONTENTS = addToSet({}, ['annotation-xml', 'audio', 'colgroup', 'desc', 'foreignobject', 'head', 'iframe', 'math', 'mi', 'mn', 'mo', 'ms', 'mtext', 'noembed', 'noframes', 'noscript', 'plaintext', 'script', 'style', 'svg', 'template', 'thead', 'title', 'video', 'xmp']);
|
10704
|
+
/* Tags that are safe for data: URIs */
|
10705
|
+
let DATA_URI_TAGS = null;
|
10706
|
+
const DEFAULT_DATA_URI_TAGS = addToSet({}, ['audio', 'video', 'img', 'source', 'image', 'track']);
|
10707
|
+
/* Attributes safe for values like "javascript:" */
|
10708
|
+
let URI_SAFE_ATTRIBUTES = null;
|
10709
|
+
const DEFAULT_URI_SAFE_ATTRIBUTES = addToSet({}, ['alt', 'class', 'for', 'id', 'label', 'name', 'pattern', 'placeholder', 'role', 'summary', 'title', 'value', 'style', 'xmlns']);
|
10710
|
+
const MATHML_NAMESPACE = 'http://www.w3.org/1998/Math/MathML';
|
10711
|
+
const SVG_NAMESPACE = 'http://www.w3.org/2000/svg';
|
10712
|
+
const HTML_NAMESPACE = 'http://www.w3.org/1999/xhtml';
|
10713
|
+
/* Document namespace */
|
10714
|
+
let NAMESPACE = HTML_NAMESPACE;
|
10715
|
+
let IS_EMPTY_INPUT = false;
|
10716
|
+
/* Allowed XHTML+XML namespaces */
|
10717
|
+
let ALLOWED_NAMESPACES = null;
|
10718
|
+
const DEFAULT_ALLOWED_NAMESPACES = addToSet({}, [MATHML_NAMESPACE, SVG_NAMESPACE, HTML_NAMESPACE], stringToString);
|
10719
|
+
let MATHML_TEXT_INTEGRATION_POINTS = addToSet({}, ['mi', 'mo', 'mn', 'ms', 'mtext']);
|
10720
|
+
let HTML_INTEGRATION_POINTS = addToSet({}, ['annotation-xml']);
|
10721
|
+
// Certain elements are allowed in both SVG and HTML
|
10722
|
+
// namespace. We need to specify them explicitly
|
10723
|
+
// so that they don't get erroneously deleted from
|
10724
|
+
// HTML namespace.
|
10725
|
+
const COMMON_SVG_AND_HTML_ELEMENTS = addToSet({}, ['title', 'style', 'font', 'a', 'script']);
|
10726
|
+
/* Parsing of strict XHTML documents */
|
10727
|
+
let PARSER_MEDIA_TYPE = null;
|
10728
|
+
const SUPPORTED_PARSER_MEDIA_TYPES = ['application/xhtml+xml', 'text/html'];
|
10729
|
+
const DEFAULT_PARSER_MEDIA_TYPE = 'text/html';
|
10730
|
+
let transformCaseFunc = null;
|
10731
|
+
/* Keep a reference to config to pass to hooks */
|
10732
|
+
let CONFIG = null;
|
10733
|
+
/* Ideally, do not touch anything below this line */
|
10734
|
+
/* ______________________________________________ */
|
10735
|
+
const formElement = document.createElement('form');
|
10736
|
+
const isRegexOrFunction = function isRegexOrFunction(testValue) {
|
10737
|
+
return testValue instanceof RegExp || testValue instanceof Function;
|
10738
|
+
};
|
10739
|
+
/**
|
10740
|
+
* _parseConfig
|
10741
|
+
*
|
10742
|
+
* @param cfg optional config literal
|
10743
|
+
*/
|
10744
|
+
// eslint-disable-next-line complexity
|
10745
|
+
const _parseConfig = function _parseConfig() {
|
10746
|
+
let cfg = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
10747
|
+
if (CONFIG && CONFIG === cfg) {
|
10748
|
+
return;
|
10749
|
+
}
|
10750
|
+
/* Shield configuration object from tampering */
|
10751
|
+
if (!cfg || typeof cfg !== 'object') {
|
10752
|
+
cfg = {};
|
10753
|
+
}
|
10754
|
+
/* Shield configuration object from prototype pollution */
|
10755
|
+
cfg = clone(cfg);
|
10756
|
+
PARSER_MEDIA_TYPE =
|
10757
|
+
// eslint-disable-next-line unicorn/prefer-includes
|
10758
|
+
SUPPORTED_PARSER_MEDIA_TYPES.indexOf(cfg.PARSER_MEDIA_TYPE) === -1 ? DEFAULT_PARSER_MEDIA_TYPE : cfg.PARSER_MEDIA_TYPE;
|
10759
|
+
// HTML tags and attributes are not case-sensitive, converting to lowercase. Keeping XHTML as is.
|
10760
|
+
transformCaseFunc = PARSER_MEDIA_TYPE === 'application/xhtml+xml' ? stringToString : stringToLowerCase;
|
10761
|
+
/* Set configuration parameters */
|
10762
|
+
ALLOWED_TAGS = objectHasOwnProperty(cfg, 'ALLOWED_TAGS') ? addToSet({}, cfg.ALLOWED_TAGS, transformCaseFunc) : DEFAULT_ALLOWED_TAGS;
|
10763
|
+
ALLOWED_ATTR = objectHasOwnProperty(cfg, 'ALLOWED_ATTR') ? addToSet({}, cfg.ALLOWED_ATTR, transformCaseFunc) : DEFAULT_ALLOWED_ATTR;
|
10764
|
+
ALLOWED_NAMESPACES = objectHasOwnProperty(cfg, 'ALLOWED_NAMESPACES') ? addToSet({}, cfg.ALLOWED_NAMESPACES, stringToString) : DEFAULT_ALLOWED_NAMESPACES;
|
10765
|
+
URI_SAFE_ATTRIBUTES = objectHasOwnProperty(cfg, 'ADD_URI_SAFE_ATTR') ? addToSet(clone(DEFAULT_URI_SAFE_ATTRIBUTES), cfg.ADD_URI_SAFE_ATTR, transformCaseFunc) : DEFAULT_URI_SAFE_ATTRIBUTES;
|
10766
|
+
DATA_URI_TAGS = objectHasOwnProperty(cfg, 'ADD_DATA_URI_TAGS') ? addToSet(clone(DEFAULT_DATA_URI_TAGS), cfg.ADD_DATA_URI_TAGS, transformCaseFunc) : DEFAULT_DATA_URI_TAGS;
|
10767
|
+
FORBID_CONTENTS = objectHasOwnProperty(cfg, 'FORBID_CONTENTS') ? addToSet({}, cfg.FORBID_CONTENTS, transformCaseFunc) : DEFAULT_FORBID_CONTENTS;
|
10768
|
+
FORBID_TAGS = objectHasOwnProperty(cfg, 'FORBID_TAGS') ? addToSet({}, cfg.FORBID_TAGS, transformCaseFunc) : clone({});
|
10769
|
+
FORBID_ATTR = objectHasOwnProperty(cfg, 'FORBID_ATTR') ? addToSet({}, cfg.FORBID_ATTR, transformCaseFunc) : clone({});
|
10770
|
+
USE_PROFILES = objectHasOwnProperty(cfg, 'USE_PROFILES') ? cfg.USE_PROFILES : false;
|
10771
|
+
ALLOW_ARIA_ATTR = cfg.ALLOW_ARIA_ATTR !== false; // Default true
|
10772
|
+
ALLOW_DATA_ATTR = cfg.ALLOW_DATA_ATTR !== false; // Default true
|
10773
|
+
ALLOW_UNKNOWN_PROTOCOLS = cfg.ALLOW_UNKNOWN_PROTOCOLS || false; // Default false
|
10774
|
+
ALLOW_SELF_CLOSE_IN_ATTR = cfg.ALLOW_SELF_CLOSE_IN_ATTR !== false; // Default true
|
10775
|
+
SAFE_FOR_TEMPLATES = cfg.SAFE_FOR_TEMPLATES || false; // Default false
|
10776
|
+
SAFE_FOR_XML = cfg.SAFE_FOR_XML !== false; // Default true
|
10777
|
+
WHOLE_DOCUMENT = cfg.WHOLE_DOCUMENT || false; // Default false
|
10778
|
+
RETURN_DOM = cfg.RETURN_DOM || false; // Default false
|
10779
|
+
RETURN_DOM_FRAGMENT = cfg.RETURN_DOM_FRAGMENT || false; // Default false
|
10780
|
+
RETURN_TRUSTED_TYPE = cfg.RETURN_TRUSTED_TYPE || false; // Default false
|
10781
|
+
FORCE_BODY = cfg.FORCE_BODY || false; // Default false
|
10782
|
+
SANITIZE_DOM = cfg.SANITIZE_DOM !== false; // Default true
|
10783
|
+
SANITIZE_NAMED_PROPS = cfg.SANITIZE_NAMED_PROPS || false; // Default false
|
10784
|
+
KEEP_CONTENT = cfg.KEEP_CONTENT !== false; // Default true
|
10785
|
+
IN_PLACE = cfg.IN_PLACE || false; // Default false
|
10786
|
+
IS_ALLOWED_URI$1 = cfg.ALLOWED_URI_REGEXP || IS_ALLOWED_URI;
|
10787
|
+
NAMESPACE = cfg.NAMESPACE || HTML_NAMESPACE;
|
10788
|
+
MATHML_TEXT_INTEGRATION_POINTS = cfg.MATHML_TEXT_INTEGRATION_POINTS || MATHML_TEXT_INTEGRATION_POINTS;
|
10789
|
+
HTML_INTEGRATION_POINTS = cfg.HTML_INTEGRATION_POINTS || HTML_INTEGRATION_POINTS;
|
10790
|
+
CUSTOM_ELEMENT_HANDLING = cfg.CUSTOM_ELEMENT_HANDLING || {};
|
10791
|
+
if (cfg.CUSTOM_ELEMENT_HANDLING && isRegexOrFunction(cfg.CUSTOM_ELEMENT_HANDLING.tagNameCheck)) {
|
10792
|
+
CUSTOM_ELEMENT_HANDLING.tagNameCheck = cfg.CUSTOM_ELEMENT_HANDLING.tagNameCheck;
|
10793
|
+
}
|
10794
|
+
if (cfg.CUSTOM_ELEMENT_HANDLING && isRegexOrFunction(cfg.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)) {
|
10795
|
+
CUSTOM_ELEMENT_HANDLING.attributeNameCheck = cfg.CUSTOM_ELEMENT_HANDLING.attributeNameCheck;
|
10796
|
+
}
|
10797
|
+
if (cfg.CUSTOM_ELEMENT_HANDLING && typeof cfg.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements === 'boolean') {
|
10798
|
+
CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements = cfg.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements;
|
10799
|
+
}
|
10800
|
+
if (SAFE_FOR_TEMPLATES) {
|
10801
|
+
ALLOW_DATA_ATTR = false;
|
10802
|
+
}
|
10803
|
+
if (RETURN_DOM_FRAGMENT) {
|
10804
|
+
RETURN_DOM = true;
|
10805
|
+
}
|
10806
|
+
/* Parse profile info */
|
10807
|
+
if (USE_PROFILES) {
|
10808
|
+
ALLOWED_TAGS = addToSet({}, text);
|
10809
|
+
ALLOWED_ATTR = [];
|
10810
|
+
if (USE_PROFILES.html === true) {
|
10811
|
+
addToSet(ALLOWED_TAGS, html$1);
|
10812
|
+
addToSet(ALLOWED_ATTR, html);
|
10813
|
+
}
|
10814
|
+
if (USE_PROFILES.svg === true) {
|
10815
|
+
addToSet(ALLOWED_TAGS, svg$1);
|
10816
|
+
addToSet(ALLOWED_ATTR, svg);
|
10817
|
+
addToSet(ALLOWED_ATTR, xml);
|
10818
|
+
}
|
10819
|
+
if (USE_PROFILES.svgFilters === true) {
|
10820
|
+
addToSet(ALLOWED_TAGS, svgFilters);
|
10821
|
+
addToSet(ALLOWED_ATTR, svg);
|
10822
|
+
addToSet(ALLOWED_ATTR, xml);
|
10823
|
+
}
|
10824
|
+
if (USE_PROFILES.mathMl === true) {
|
10825
|
+
addToSet(ALLOWED_TAGS, mathMl$1);
|
10826
|
+
addToSet(ALLOWED_ATTR, mathMl);
|
10827
|
+
addToSet(ALLOWED_ATTR, xml);
|
10828
|
+
}
|
10829
|
+
}
|
10830
|
+
/* Merge configuration parameters */
|
10831
|
+
if (cfg.ADD_TAGS) {
|
10832
|
+
if (ALLOWED_TAGS === DEFAULT_ALLOWED_TAGS) {
|
10833
|
+
ALLOWED_TAGS = clone(ALLOWED_TAGS);
|
10834
|
+
}
|
10835
|
+
addToSet(ALLOWED_TAGS, cfg.ADD_TAGS, transformCaseFunc);
|
10836
|
+
}
|
10837
|
+
if (cfg.ADD_ATTR) {
|
10838
|
+
if (ALLOWED_ATTR === DEFAULT_ALLOWED_ATTR) {
|
10839
|
+
ALLOWED_ATTR = clone(ALLOWED_ATTR);
|
10840
|
+
}
|
10841
|
+
addToSet(ALLOWED_ATTR, cfg.ADD_ATTR, transformCaseFunc);
|
10842
|
+
}
|
10843
|
+
if (cfg.ADD_URI_SAFE_ATTR) {
|
10844
|
+
addToSet(URI_SAFE_ATTRIBUTES, cfg.ADD_URI_SAFE_ATTR, transformCaseFunc);
|
10845
|
+
}
|
10846
|
+
if (cfg.FORBID_CONTENTS) {
|
10847
|
+
if (FORBID_CONTENTS === DEFAULT_FORBID_CONTENTS) {
|
10848
|
+
FORBID_CONTENTS = clone(FORBID_CONTENTS);
|
10849
|
+
}
|
10850
|
+
addToSet(FORBID_CONTENTS, cfg.FORBID_CONTENTS, transformCaseFunc);
|
10851
|
+
}
|
10852
|
+
/* Add #text in case KEEP_CONTENT is set to true */
|
10853
|
+
if (KEEP_CONTENT) {
|
10854
|
+
ALLOWED_TAGS['#text'] = true;
|
10855
|
+
}
|
10856
|
+
/* Add html, head and body to ALLOWED_TAGS in case WHOLE_DOCUMENT is true */
|
10857
|
+
if (WHOLE_DOCUMENT) {
|
10858
|
+
addToSet(ALLOWED_TAGS, ['html', 'head', 'body']);
|
10859
|
+
}
|
10860
|
+
/* Add tbody to ALLOWED_TAGS in case tables are permitted, see #286, #365 */
|
10861
|
+
if (ALLOWED_TAGS.table) {
|
10862
|
+
addToSet(ALLOWED_TAGS, ['tbody']);
|
10863
|
+
delete FORBID_TAGS.tbody;
|
10864
|
+
}
|
10865
|
+
if (cfg.TRUSTED_TYPES_POLICY) {
|
10866
|
+
if (typeof cfg.TRUSTED_TYPES_POLICY.createHTML !== 'function') {
|
10867
|
+
throw typeErrorCreate('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');
|
10868
|
+
}
|
10869
|
+
if (typeof cfg.TRUSTED_TYPES_POLICY.createScriptURL !== 'function') {
|
10870
|
+
throw typeErrorCreate('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');
|
10871
|
+
}
|
10872
|
+
// Overwrite existing TrustedTypes policy.
|
10873
|
+
trustedTypesPolicy = cfg.TRUSTED_TYPES_POLICY;
|
10874
|
+
// Sign local variables required by `sanitize`.
|
10875
|
+
emptyHTML = trustedTypesPolicy.createHTML('');
|
10876
|
+
} else {
|
10877
|
+
// Uninitialized policy, attempt to initialize the internal dompurify policy.
|
10878
|
+
if (trustedTypesPolicy === undefined) {
|
10879
|
+
trustedTypesPolicy = _createTrustedTypesPolicy(trustedTypes, currentScript);
|
10880
|
+
}
|
10881
|
+
// If creating the internal policy succeeded sign internal variables.
|
10882
|
+
if (trustedTypesPolicy !== null && typeof emptyHTML === 'string') {
|
10883
|
+
emptyHTML = trustedTypesPolicy.createHTML('');
|
10884
|
+
}
|
10885
|
+
}
|
10886
|
+
// Prevent further manipulation of configuration.
|
10887
|
+
// Not available in IE8, Safari 5, etc.
|
10888
|
+
if (freeze) {
|
10889
|
+
freeze(cfg);
|
10890
|
+
}
|
10891
|
+
CONFIG = cfg;
|
10892
|
+
};
|
10893
|
+
/* Keep track of all possible SVG and MathML tags
|
10894
|
+
* so that we can perform the namespace checks
|
10895
|
+
* correctly. */
|
10896
|
+
const ALL_SVG_TAGS = addToSet({}, [...svg$1, ...svgFilters, ...svgDisallowed]);
|
10897
|
+
const ALL_MATHML_TAGS = addToSet({}, [...mathMl$1, ...mathMlDisallowed]);
|
10898
|
+
/**
|
10899
|
+
* @param element a DOM element whose namespace is being checked
|
10900
|
+
* @returns Return false if the element has a
|
10901
|
+
* namespace that a spec-compliant parser would never
|
10902
|
+
* return. Return true otherwise.
|
10903
|
+
*/
|
10904
|
+
const _checkValidNamespace = function _checkValidNamespace(element) {
|
10905
|
+
let parent = getParentNode(element);
|
10906
|
+
// In JSDOM, if we're inside shadow DOM, then parentNode
|
10907
|
+
// can be null. We just simulate parent in this case.
|
10908
|
+
if (!parent || !parent.tagName) {
|
10909
|
+
parent = {
|
10910
|
+
namespaceURI: NAMESPACE,
|
10911
|
+
tagName: 'template'
|
10912
|
+
};
|
10913
|
+
}
|
10914
|
+
const tagName = stringToLowerCase(element.tagName);
|
10915
|
+
const parentTagName = stringToLowerCase(parent.tagName);
|
10916
|
+
if (!ALLOWED_NAMESPACES[element.namespaceURI]) {
|
10917
|
+
return false;
|
10918
|
+
}
|
10919
|
+
if (element.namespaceURI === SVG_NAMESPACE) {
|
10920
|
+
// The only way to switch from HTML namespace to SVG
|
10921
|
+
// is via <svg>. If it happens via any other tag, then
|
10922
|
+
// it should be killed.
|
10923
|
+
if (parent.namespaceURI === HTML_NAMESPACE) {
|
10924
|
+
return tagName === 'svg';
|
10925
|
+
}
|
10926
|
+
// The only way to switch from MathML to SVG is via`
|
10927
|
+
// svg if parent is either <annotation-xml> or MathML
|
10928
|
+
// text integration points.
|
10929
|
+
if (parent.namespaceURI === MATHML_NAMESPACE) {
|
10930
|
+
return tagName === 'svg' && (parentTagName === 'annotation-xml' || MATHML_TEXT_INTEGRATION_POINTS[parentTagName]);
|
10931
|
+
}
|
10932
|
+
// We only allow elements that are defined in SVG
|
10933
|
+
// spec. All others are disallowed in SVG namespace.
|
10934
|
+
return Boolean(ALL_SVG_TAGS[tagName]);
|
10935
|
+
}
|
10936
|
+
if (element.namespaceURI === MATHML_NAMESPACE) {
|
10937
|
+
// The only way to switch from HTML namespace to MathML
|
10938
|
+
// is via <math>. If it happens via any other tag, then
|
10939
|
+
// it should be killed.
|
10940
|
+
if (parent.namespaceURI === HTML_NAMESPACE) {
|
10941
|
+
return tagName === 'math';
|
10942
|
+
}
|
10943
|
+
// The only way to switch from SVG to MathML is via
|
10944
|
+
// <math> and HTML integration points
|
10945
|
+
if (parent.namespaceURI === SVG_NAMESPACE) {
|
10946
|
+
return tagName === 'math' && HTML_INTEGRATION_POINTS[parentTagName];
|
10947
|
+
}
|
10948
|
+
// We only allow elements that are defined in MathML
|
10949
|
+
// spec. All others are disallowed in MathML namespace.
|
10950
|
+
return Boolean(ALL_MATHML_TAGS[tagName]);
|
10951
|
+
}
|
10952
|
+
if (element.namespaceURI === HTML_NAMESPACE) {
|
10953
|
+
// The only way to switch from SVG to HTML is via
|
10954
|
+
// HTML integration points, and from MathML to HTML
|
10955
|
+
// is via MathML text integration points
|
10956
|
+
if (parent.namespaceURI === SVG_NAMESPACE && !HTML_INTEGRATION_POINTS[parentTagName]) {
|
10957
|
+
return false;
|
10958
|
+
}
|
10959
|
+
if (parent.namespaceURI === MATHML_NAMESPACE && !MATHML_TEXT_INTEGRATION_POINTS[parentTagName]) {
|
10960
|
+
return false;
|
10961
|
+
}
|
10962
|
+
// We disallow tags that are specific for MathML
|
10963
|
+
// or SVG and should never appear in HTML namespace
|
10964
|
+
return !ALL_MATHML_TAGS[tagName] && (COMMON_SVG_AND_HTML_ELEMENTS[tagName] || !ALL_SVG_TAGS[tagName]);
|
10965
|
+
}
|
10966
|
+
// For XHTML and XML documents that support custom namespaces
|
10967
|
+
if (PARSER_MEDIA_TYPE === 'application/xhtml+xml' && ALLOWED_NAMESPACES[element.namespaceURI]) {
|
10968
|
+
return true;
|
10969
|
+
}
|
10970
|
+
// The code should never reach this place (this means
|
10971
|
+
// that the element somehow got namespace that is not
|
10972
|
+
// HTML, SVG, MathML or allowed via ALLOWED_NAMESPACES).
|
10973
|
+
// Return false just in case.
|
10974
|
+
return false;
|
10975
|
+
};
|
10976
|
+
/**
|
10977
|
+
* _forceRemove
|
10978
|
+
*
|
10979
|
+
* @param node a DOM node
|
10980
|
+
*/
|
10981
|
+
const _forceRemove = function _forceRemove(node) {
|
10982
|
+
arrayPush(DOMPurify.removed, {
|
10983
|
+
element: node
|
10984
|
+
});
|
10985
|
+
try {
|
10986
|
+
// eslint-disable-next-line unicorn/prefer-dom-node-remove
|
10987
|
+
getParentNode(node).removeChild(node);
|
10988
|
+
} catch (_) {
|
10989
|
+
remove(node);
|
10990
|
+
}
|
10991
|
+
};
|
10992
|
+
/**
|
10993
|
+
* _removeAttribute
|
10994
|
+
*
|
10995
|
+
* @param name an Attribute name
|
10996
|
+
* @param element a DOM node
|
10997
|
+
*/
|
10998
|
+
const _removeAttribute = function _removeAttribute(name, element) {
|
10999
|
+
try {
|
11000
|
+
arrayPush(DOMPurify.removed, {
|
11001
|
+
attribute: element.getAttributeNode(name),
|
11002
|
+
from: element
|
11003
|
+
});
|
11004
|
+
} catch (_) {
|
11005
|
+
arrayPush(DOMPurify.removed, {
|
11006
|
+
attribute: null,
|
11007
|
+
from: element
|
11008
|
+
});
|
11009
|
+
}
|
11010
|
+
element.removeAttribute(name);
|
11011
|
+
// We void attribute values for unremovable "is" attributes
|
11012
|
+
if (name === 'is') {
|
11013
|
+
if (RETURN_DOM || RETURN_DOM_FRAGMENT) {
|
11014
|
+
try {
|
11015
|
+
_forceRemove(element);
|
11016
|
+
} catch (_) {}
|
11017
|
+
} else {
|
11018
|
+
try {
|
11019
|
+
element.setAttribute(name, '');
|
11020
|
+
} catch (_) {}
|
11021
|
+
}
|
11022
|
+
}
|
11023
|
+
};
|
11024
|
+
/**
|
11025
|
+
* _initDocument
|
11026
|
+
*
|
11027
|
+
* @param dirty - a string of dirty markup
|
11028
|
+
* @return a DOM, filled with the dirty markup
|
11029
|
+
*/
|
11030
|
+
const _initDocument = function _initDocument(dirty) {
|
11031
|
+
/* Create a HTML document */
|
11032
|
+
let doc = null;
|
11033
|
+
let leadingWhitespace = null;
|
11034
|
+
if (FORCE_BODY) {
|
11035
|
+
dirty = '<remove></remove>' + dirty;
|
11036
|
+
} else {
|
11037
|
+
/* If FORCE_BODY isn't used, leading whitespace needs to be preserved manually */
|
11038
|
+
const matches = stringMatch(dirty, /^[\r\n\t ]+/);
|
11039
|
+
leadingWhitespace = matches && matches[0];
|
11040
|
+
}
|
11041
|
+
if (PARSER_MEDIA_TYPE === 'application/xhtml+xml' && NAMESPACE === HTML_NAMESPACE) {
|
11042
|
+
// Root of XHTML doc must contain xmlns declaration (see https://www.w3.org/TR/xhtml1/normative.html#strict)
|
11043
|
+
dirty = '<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>' + dirty + '</body></html>';
|
11044
|
+
}
|
11045
|
+
const dirtyPayload = trustedTypesPolicy ? trustedTypesPolicy.createHTML(dirty) : dirty;
|
11046
|
+
/*
|
11047
|
+
* Use the DOMParser API by default, fallback later if needs be
|
11048
|
+
* DOMParser not work for svg when has multiple root element.
|
11049
|
+
*/
|
11050
|
+
if (NAMESPACE === HTML_NAMESPACE) {
|
11051
|
+
try {
|
11052
|
+
doc = new DOMParser().parseFromString(dirtyPayload, PARSER_MEDIA_TYPE);
|
11053
|
+
} catch (_) {}
|
11054
|
+
}
|
11055
|
+
/* Use createHTMLDocument in case DOMParser is not available */
|
11056
|
+
if (!doc || !doc.documentElement) {
|
11057
|
+
doc = implementation.createDocument(NAMESPACE, 'template', null);
|
11058
|
+
try {
|
11059
|
+
doc.documentElement.innerHTML = IS_EMPTY_INPUT ? emptyHTML : dirtyPayload;
|
11060
|
+
} catch (_) {
|
11061
|
+
// Syntax error if dirtyPayload is invalid xml
|
11062
|
+
}
|
11063
|
+
}
|
11064
|
+
const body = doc.body || doc.documentElement;
|
11065
|
+
if (dirty && leadingWhitespace) {
|
11066
|
+
body.insertBefore(document.createTextNode(leadingWhitespace), body.childNodes[0] || null);
|
11067
|
+
}
|
11068
|
+
/* Work on whole document or just its body */
|
11069
|
+
if (NAMESPACE === HTML_NAMESPACE) {
|
11070
|
+
return getElementsByTagName.call(doc, WHOLE_DOCUMENT ? 'html' : 'body')[0];
|
11071
|
+
}
|
11072
|
+
return WHOLE_DOCUMENT ? doc.documentElement : body;
|
11073
|
+
};
|
11074
|
+
/**
|
11075
|
+
* Creates a NodeIterator object that you can use to traverse filtered lists of nodes or elements in a document.
|
11076
|
+
*
|
11077
|
+
* @param root The root element or node to start traversing on.
|
11078
|
+
* @return The created NodeIterator
|
11079
|
+
*/
|
11080
|
+
const _createNodeIterator = function _createNodeIterator(root) {
|
11081
|
+
return createNodeIterator.call(root.ownerDocument || root, root,
|
11082
|
+
// eslint-disable-next-line no-bitwise
|
11083
|
+
NodeFilter.SHOW_ELEMENT | NodeFilter.SHOW_COMMENT | NodeFilter.SHOW_TEXT | NodeFilter.SHOW_PROCESSING_INSTRUCTION | NodeFilter.SHOW_CDATA_SECTION, null);
|
11084
|
+
};
|
11085
|
+
/**
|
11086
|
+
* _isClobbered
|
11087
|
+
*
|
11088
|
+
* @param element element to check for clobbering attacks
|
11089
|
+
* @return true if clobbered, false if safe
|
11090
|
+
*/
|
11091
|
+
const _isClobbered = function _isClobbered(element) {
|
11092
|
+
return element instanceof HTMLFormElement && (typeof element.nodeName !== 'string' || typeof element.textContent !== 'string' || typeof element.removeChild !== 'function' || !(element.attributes instanceof NamedNodeMap) || typeof element.removeAttribute !== 'function' || typeof element.setAttribute !== 'function' || typeof element.namespaceURI !== 'string' || typeof element.insertBefore !== 'function' || typeof element.hasChildNodes !== 'function');
|
11093
|
+
};
|
11094
|
+
/**
|
11095
|
+
* Checks whether the given object is a DOM node.
|
11096
|
+
*
|
11097
|
+
* @param value object to check whether it's a DOM node
|
11098
|
+
* @return true is object is a DOM node
|
11099
|
+
*/
|
11100
|
+
const _isNode = function _isNode(value) {
|
11101
|
+
return typeof Node === 'function' && value instanceof Node;
|
11102
|
+
};
|
11103
|
+
function _executeHooks(hooks, currentNode, data) {
|
11104
|
+
arrayForEach(hooks, hook => {
|
11105
|
+
hook.call(DOMPurify, currentNode, data, CONFIG);
|
11106
|
+
});
|
11107
|
+
}
|
11108
|
+
/**
|
11109
|
+
* _sanitizeElements
|
11110
|
+
*
|
11111
|
+
* @protect nodeName
|
11112
|
+
* @protect textContent
|
11113
|
+
* @protect removeChild
|
11114
|
+
* @param currentNode to check for permission to exist
|
11115
|
+
* @return true if node was killed, false if left alive
|
11116
|
+
*/
|
11117
|
+
const _sanitizeElements = function _sanitizeElements(currentNode) {
|
11118
|
+
let content = null;
|
11119
|
+
/* Execute a hook if present */
|
11120
|
+
_executeHooks(hooks.beforeSanitizeElements, currentNode, null);
|
11121
|
+
/* Check if element is clobbered or can clobber */
|
11122
|
+
if (_isClobbered(currentNode)) {
|
11123
|
+
_forceRemove(currentNode);
|
11124
|
+
return true;
|
11125
|
+
}
|
11126
|
+
/* Now let's check the element's type and name */
|
11127
|
+
const tagName = transformCaseFunc(currentNode.nodeName);
|
11128
|
+
/* Execute a hook if present */
|
11129
|
+
_executeHooks(hooks.uponSanitizeElement, currentNode, {
|
11130
|
+
tagName,
|
11131
|
+
allowedTags: ALLOWED_TAGS
|
11132
|
+
});
|
11133
|
+
/* Detect mXSS attempts abusing namespace confusion */
|
11134
|
+
if (SAFE_FOR_XML && currentNode.hasChildNodes() && !_isNode(currentNode.firstElementChild) && regExpTest(/<[/\w!]/g, currentNode.innerHTML) && regExpTest(/<[/\w!]/g, currentNode.textContent)) {
|
11135
|
+
_forceRemove(currentNode);
|
11136
|
+
return true;
|
11137
|
+
}
|
11138
|
+
/* Remove any occurrence of processing instructions */
|
11139
|
+
if (currentNode.nodeType === NODE_TYPE.progressingInstruction) {
|
11140
|
+
_forceRemove(currentNode);
|
11141
|
+
return true;
|
11142
|
+
}
|
11143
|
+
/* Remove any kind of possibly harmful comments */
|
11144
|
+
if (SAFE_FOR_XML && currentNode.nodeType === NODE_TYPE.comment && regExpTest(/<[/\w]/g, currentNode.data)) {
|
11145
|
+
_forceRemove(currentNode);
|
11146
|
+
return true;
|
11147
|
+
}
|
11148
|
+
/* Remove element if anything forbids its presence */
|
11149
|
+
if (!ALLOWED_TAGS[tagName] || FORBID_TAGS[tagName]) {
|
11150
|
+
/* Check if we have a custom element to handle */
|
11151
|
+
if (!FORBID_TAGS[tagName] && _isBasicCustomElement(tagName)) {
|
11152
|
+
if (CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.tagNameCheck, tagName)) {
|
11153
|
+
return false;
|
11154
|
+
}
|
11155
|
+
if (CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof Function && CUSTOM_ELEMENT_HANDLING.tagNameCheck(tagName)) {
|
11156
|
+
return false;
|
11157
|
+
}
|
11158
|
+
}
|
11159
|
+
/* Keep content except for bad-listed elements */
|
11160
|
+
if (KEEP_CONTENT && !FORBID_CONTENTS[tagName]) {
|
11161
|
+
const parentNode = getParentNode(currentNode) || currentNode.parentNode;
|
11162
|
+
const childNodes = getChildNodes(currentNode) || currentNode.childNodes;
|
11163
|
+
if (childNodes && parentNode) {
|
11164
|
+
const childCount = childNodes.length;
|
11165
|
+
for (let i = childCount - 1; i >= 0; --i) {
|
11166
|
+
const childClone = cloneNode(childNodes[i], true);
|
11167
|
+
childClone.__removalCount = (currentNode.__removalCount || 0) + 1;
|
11168
|
+
parentNode.insertBefore(childClone, getNextSibling(currentNode));
|
11169
|
+
}
|
11170
|
+
}
|
11171
|
+
}
|
11172
|
+
_forceRemove(currentNode);
|
11173
|
+
return true;
|
11174
|
+
}
|
11175
|
+
/* Check whether element has a valid namespace */
|
11176
|
+
if (currentNode instanceof Element && !_checkValidNamespace(currentNode)) {
|
11177
|
+
_forceRemove(currentNode);
|
11178
|
+
return true;
|
11179
|
+
}
|
11180
|
+
/* Make sure that older browsers don't get fallback-tag mXSS */
|
11181
|
+
if ((tagName === 'noscript' || tagName === 'noembed' || tagName === 'noframes') && regExpTest(/<\/no(script|embed|frames)/i, currentNode.innerHTML)) {
|
11182
|
+
_forceRemove(currentNode);
|
11183
|
+
return true;
|
11184
|
+
}
|
11185
|
+
/* Sanitize element content to be template-safe */
|
11186
|
+
if (SAFE_FOR_TEMPLATES && currentNode.nodeType === NODE_TYPE.text) {
|
11187
|
+
/* Get the element's text content */
|
11188
|
+
content = currentNode.textContent;
|
11189
|
+
arrayForEach([MUSTACHE_EXPR, ERB_EXPR, TMPLIT_EXPR], expr => {
|
11190
|
+
content = stringReplace(content, expr, ' ');
|
11191
|
+
});
|
11192
|
+
if (currentNode.textContent !== content) {
|
11193
|
+
arrayPush(DOMPurify.removed, {
|
11194
|
+
element: currentNode.cloneNode()
|
11195
|
+
});
|
11196
|
+
currentNode.textContent = content;
|
11197
|
+
}
|
11198
|
+
}
|
11199
|
+
/* Execute a hook if present */
|
11200
|
+
_executeHooks(hooks.afterSanitizeElements, currentNode, null);
|
11201
|
+
return false;
|
11202
|
+
};
|
11203
|
+
/**
|
11204
|
+
* _isValidAttribute
|
11205
|
+
*
|
11206
|
+
* @param lcTag Lowercase tag name of containing element.
|
11207
|
+
* @param lcName Lowercase attribute name.
|
11208
|
+
* @param value Attribute value.
|
11209
|
+
* @return Returns true if `value` is valid, otherwise false.
|
11210
|
+
*/
|
11211
|
+
// eslint-disable-next-line complexity
|
11212
|
+
const _isValidAttribute = function _isValidAttribute(lcTag, lcName, value) {
|
11213
|
+
/* Make sure attribute cannot clobber */
|
11214
|
+
if (SANITIZE_DOM && (lcName === 'id' || lcName === 'name') && (value in document || value in formElement)) {
|
11215
|
+
return false;
|
11216
|
+
}
|
11217
|
+
/* Allow valid data-* attributes: At least one character after "-"
|
11218
|
+
(https://html.spec.whatwg.org/multipage/dom.html#embedding-custom-non-visible-data-with-the-data-*-attributes)
|
11219
|
+
XML-compatible (https://html.spec.whatwg.org/multipage/infrastructure.html#xml-compatible and http://www.w3.org/TR/xml/#d0e804)
|
11220
|
+
We don't need to check the value; it's always URI safe. */
|
11221
|
+
if (ALLOW_DATA_ATTR && !FORBID_ATTR[lcName] && regExpTest(DATA_ATTR, lcName)) ; else if (ALLOW_ARIA_ATTR && regExpTest(ARIA_ATTR, lcName)) ; else if (!ALLOWED_ATTR[lcName] || FORBID_ATTR[lcName]) {
|
11222
|
+
if (
|
11223
|
+
// First condition does a very basic check if a) it's basically a valid custom element tagname AND
|
11224
|
+
// b) if the tagName passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
|
11225
|
+
// and c) if the attribute name passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.attributeNameCheck
|
11226
|
+
_isBasicCustomElement(lcTag) && (CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.tagNameCheck, lcTag) || CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof Function && CUSTOM_ELEMENT_HANDLING.tagNameCheck(lcTag)) && (CUSTOM_ELEMENT_HANDLING.attributeNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.attributeNameCheck, lcName) || CUSTOM_ELEMENT_HANDLING.attributeNameCheck instanceof Function && CUSTOM_ELEMENT_HANDLING.attributeNameCheck(lcName)) ||
|
11227
|
+
// Alternative, second condition checks if it's an `is`-attribute, AND
|
11228
|
+
// the value passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
|
11229
|
+
lcName === 'is' && CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements && (CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.tagNameCheck, value) || CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof Function && CUSTOM_ELEMENT_HANDLING.tagNameCheck(value))) ; else {
|
11230
|
+
return false;
|
11231
|
+
}
|
11232
|
+
/* Check value is safe. First, is attr inert? If so, is safe */
|
11233
|
+
} else if (URI_SAFE_ATTRIBUTES[lcName]) ; else if (regExpTest(IS_ALLOWED_URI$1, stringReplace(value, ATTR_WHITESPACE, ''))) ; else if ((lcName === 'src' || lcName === 'xlink:href' || lcName === 'href') && lcTag !== 'script' && stringIndexOf(value, 'data:') === 0 && DATA_URI_TAGS[lcTag]) ; else if (ALLOW_UNKNOWN_PROTOCOLS && !regExpTest(IS_SCRIPT_OR_DATA, stringReplace(value, ATTR_WHITESPACE, ''))) ; else if (value) {
|
11234
|
+
return false;
|
11235
|
+
} else ;
|
11236
|
+
return true;
|
11237
|
+
};
|
11238
|
+
/**
|
11239
|
+
* _isBasicCustomElement
|
11240
|
+
* checks if at least one dash is included in tagName, and it's not the first char
|
11241
|
+
* for more sophisticated checking see https://github.com/sindresorhus/validate-element-name
|
11242
|
+
*
|
11243
|
+
* @param tagName name of the tag of the node to sanitize
|
11244
|
+
* @returns Returns true if the tag name meets the basic criteria for a custom element, otherwise false.
|
11245
|
+
*/
|
11246
|
+
const _isBasicCustomElement = function _isBasicCustomElement(tagName) {
|
11247
|
+
return tagName !== 'annotation-xml' && stringMatch(tagName, CUSTOM_ELEMENT);
|
11248
|
+
};
|
11249
|
+
/**
|
11250
|
+
* _sanitizeAttributes
|
11251
|
+
*
|
11252
|
+
* @protect attributes
|
11253
|
+
* @protect nodeName
|
11254
|
+
* @protect removeAttribute
|
11255
|
+
* @protect setAttribute
|
11256
|
+
*
|
11257
|
+
* @param currentNode to sanitize
|
11258
|
+
*/
|
11259
|
+
const _sanitizeAttributes = function _sanitizeAttributes(currentNode) {
|
11260
|
+
/* Execute a hook if present */
|
11261
|
+
_executeHooks(hooks.beforeSanitizeAttributes, currentNode, null);
|
11262
|
+
const {
|
11263
|
+
attributes
|
11264
|
+
} = currentNode;
|
11265
|
+
/* Check if we have attributes; if not we might have a text node */
|
11266
|
+
if (!attributes || _isClobbered(currentNode)) {
|
11267
|
+
return;
|
11268
|
+
}
|
11269
|
+
const hookEvent = {
|
11270
|
+
attrName: '',
|
11271
|
+
attrValue: '',
|
11272
|
+
keepAttr: true,
|
11273
|
+
allowedAttributes: ALLOWED_ATTR,
|
11274
|
+
forceKeepAttr: undefined
|
11275
|
+
};
|
11276
|
+
let l = attributes.length;
|
11277
|
+
/* Go backwards over all attributes; safely remove bad ones */
|
11278
|
+
while (l--) {
|
11279
|
+
const attr = attributes[l];
|
11280
|
+
const {
|
11281
|
+
name,
|
11282
|
+
namespaceURI,
|
11283
|
+
value: attrValue
|
11284
|
+
} = attr;
|
11285
|
+
const lcName = transformCaseFunc(name);
|
11286
|
+
const initValue = attrValue;
|
11287
|
+
let value = name === 'value' ? initValue : stringTrim(initValue);
|
11288
|
+
/* Execute a hook if present */
|
11289
|
+
hookEvent.attrName = lcName;
|
11290
|
+
hookEvent.attrValue = value;
|
11291
|
+
hookEvent.keepAttr = true;
|
11292
|
+
hookEvent.forceKeepAttr = undefined; // Allows developers to see this is a property they can set
|
11293
|
+
_executeHooks(hooks.uponSanitizeAttribute, currentNode, hookEvent);
|
11294
|
+
value = hookEvent.attrValue;
|
11295
|
+
/* Full DOM Clobbering protection via namespace isolation,
|
11296
|
+
* Prefix id and name attributes with `user-content-`
|
11297
|
+
*/
|
11298
|
+
if (SANITIZE_NAMED_PROPS && (lcName === 'id' || lcName === 'name')) {
|
11299
|
+
// Remove the attribute with this value
|
11300
|
+
_removeAttribute(name, currentNode);
|
11301
|
+
// Prefix the value and later re-create the attribute with the sanitized value
|
11302
|
+
value = SANITIZE_NAMED_PROPS_PREFIX + value;
|
11303
|
+
}
|
11304
|
+
/* Work around a security issue with comments inside attributes */
|
11305
|
+
if (SAFE_FOR_XML && regExpTest(/((--!?|])>)|<\/(style|title)/i, value)) {
|
11306
|
+
_removeAttribute(name, currentNode);
|
11307
|
+
continue;
|
11308
|
+
}
|
11309
|
+
/* Did the hooks approve of the attribute? */
|
11310
|
+
if (hookEvent.forceKeepAttr) {
|
11311
|
+
continue;
|
11312
|
+
}
|
11313
|
+
/* Did the hooks approve of the attribute? */
|
11314
|
+
if (!hookEvent.keepAttr) {
|
11315
|
+
_removeAttribute(name, currentNode);
|
11316
|
+
continue;
|
11317
|
+
}
|
11318
|
+
/* Work around a security issue in jQuery 3.0 */
|
11319
|
+
if (!ALLOW_SELF_CLOSE_IN_ATTR && regExpTest(/\/>/i, value)) {
|
11320
|
+
_removeAttribute(name, currentNode);
|
11321
|
+
continue;
|
11322
|
+
}
|
11323
|
+
/* Sanitize attribute content to be template-safe */
|
11324
|
+
if (SAFE_FOR_TEMPLATES) {
|
11325
|
+
arrayForEach([MUSTACHE_EXPR, ERB_EXPR, TMPLIT_EXPR], expr => {
|
11326
|
+
value = stringReplace(value, expr, ' ');
|
11327
|
+
});
|
11328
|
+
}
|
11329
|
+
/* Is `value` valid for this attribute? */
|
11330
|
+
const lcTag = transformCaseFunc(currentNode.nodeName);
|
11331
|
+
if (!_isValidAttribute(lcTag, lcName, value)) {
|
11332
|
+
_removeAttribute(name, currentNode);
|
11333
|
+
continue;
|
11334
|
+
}
|
11335
|
+
/* Handle attributes that require Trusted Types */
|
11336
|
+
if (trustedTypesPolicy && typeof trustedTypes === 'object' && typeof trustedTypes.getAttributeType === 'function') {
|
11337
|
+
if (namespaceURI) ; else {
|
11338
|
+
switch (trustedTypes.getAttributeType(lcTag, lcName)) {
|
11339
|
+
case 'TrustedHTML':
|
11340
|
+
{
|
11341
|
+
value = trustedTypesPolicy.createHTML(value);
|
11342
|
+
break;
|
11343
|
+
}
|
11344
|
+
case 'TrustedScriptURL':
|
11345
|
+
{
|
11346
|
+
value = trustedTypesPolicy.createScriptURL(value);
|
11347
|
+
break;
|
11348
|
+
}
|
11349
|
+
}
|
11350
|
+
}
|
11351
|
+
}
|
11352
|
+
/* Handle invalid data-* attribute set by try-catching it */
|
11353
|
+
if (value !== initValue) {
|
11354
|
+
try {
|
11355
|
+
if (namespaceURI) {
|
11356
|
+
currentNode.setAttributeNS(namespaceURI, name, value);
|
11357
|
+
} else {
|
11358
|
+
/* Fallback to setAttribute() for browser-unrecognized namespaces e.g. "x-schema". */
|
11359
|
+
currentNode.setAttribute(name, value);
|
11360
|
+
}
|
11361
|
+
if (_isClobbered(currentNode)) {
|
11362
|
+
_forceRemove(currentNode);
|
11363
|
+
} else {
|
11364
|
+
arrayPop(DOMPurify.removed);
|
11365
|
+
}
|
11366
|
+
} catch (_) {
|
11367
|
+
_removeAttribute(name, currentNode);
|
11368
|
+
}
|
11369
|
+
}
|
11370
|
+
}
|
11371
|
+
/* Execute a hook if present */
|
11372
|
+
_executeHooks(hooks.afterSanitizeAttributes, currentNode, null);
|
11373
|
+
};
|
11374
|
+
/**
|
11375
|
+
* _sanitizeShadowDOM
|
11376
|
+
*
|
11377
|
+
* @param fragment to iterate over recursively
|
11378
|
+
*/
|
11379
|
+
const _sanitizeShadowDOM = function _sanitizeShadowDOM(fragment) {
|
11380
|
+
let shadowNode = null;
|
11381
|
+
const shadowIterator = _createNodeIterator(fragment);
|
11382
|
+
/* Execute a hook if present */
|
11383
|
+
_executeHooks(hooks.beforeSanitizeShadowDOM, fragment, null);
|
11384
|
+
while (shadowNode = shadowIterator.nextNode()) {
|
11385
|
+
/* Execute a hook if present */
|
11386
|
+
_executeHooks(hooks.uponSanitizeShadowNode, shadowNode, null);
|
11387
|
+
/* Sanitize tags and elements */
|
11388
|
+
_sanitizeElements(shadowNode);
|
11389
|
+
/* Check attributes next */
|
11390
|
+
_sanitizeAttributes(shadowNode);
|
11391
|
+
/* Deep shadow DOM detected */
|
11392
|
+
if (shadowNode.content instanceof DocumentFragment) {
|
11393
|
+
_sanitizeShadowDOM(shadowNode.content);
|
11394
|
+
}
|
11395
|
+
}
|
11396
|
+
/* Execute a hook if present */
|
11397
|
+
_executeHooks(hooks.afterSanitizeShadowDOM, fragment, null);
|
11398
|
+
};
|
11399
|
+
// eslint-disable-next-line complexity
|
11400
|
+
DOMPurify.sanitize = function (dirty) {
|
11401
|
+
let cfg = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
11402
|
+
let body = null;
|
11403
|
+
let importedNode = null;
|
11404
|
+
let currentNode = null;
|
11405
|
+
let returnNode = null;
|
11406
|
+
/* Make sure we have a string to sanitize.
|
11407
|
+
DO NOT return early, as this will return the wrong type if
|
11408
|
+
the user has requested a DOM object rather than a string */
|
11409
|
+
IS_EMPTY_INPUT = !dirty;
|
11410
|
+
if (IS_EMPTY_INPUT) {
|
11411
|
+
dirty = '<!-->';
|
11412
|
+
}
|
11413
|
+
/* Stringify, in case dirty is an object */
|
11414
|
+
if (typeof dirty !== 'string' && !_isNode(dirty)) {
|
11415
|
+
if (typeof dirty.toString === 'function') {
|
11416
|
+
dirty = dirty.toString();
|
11417
|
+
if (typeof dirty !== 'string') {
|
11418
|
+
throw typeErrorCreate('dirty is not a string, aborting');
|
11419
|
+
}
|
11420
|
+
} else {
|
11421
|
+
throw typeErrorCreate('toString is not a function');
|
11422
|
+
}
|
11423
|
+
}
|
11424
|
+
/* Return dirty HTML if DOMPurify cannot run */
|
11425
|
+
if (!DOMPurify.isSupported) {
|
11426
|
+
return dirty;
|
11427
|
+
}
|
11428
|
+
/* Assign config vars */
|
11429
|
+
if (!SET_CONFIG) {
|
11430
|
+
_parseConfig(cfg);
|
11431
|
+
}
|
11432
|
+
/* Clean up removed elements */
|
11433
|
+
DOMPurify.removed = [];
|
11434
|
+
/* Check if dirty is correctly typed for IN_PLACE */
|
11435
|
+
if (typeof dirty === 'string') {
|
11436
|
+
IN_PLACE = false;
|
11437
|
+
}
|
11438
|
+
if (IN_PLACE) {
|
11439
|
+
/* Do some early pre-sanitization to avoid unsafe root nodes */
|
11440
|
+
if (dirty.nodeName) {
|
11441
|
+
const tagName = transformCaseFunc(dirty.nodeName);
|
11442
|
+
if (!ALLOWED_TAGS[tagName] || FORBID_TAGS[tagName]) {
|
11443
|
+
throw typeErrorCreate('root node is forbidden and cannot be sanitized in-place');
|
11444
|
+
}
|
11445
|
+
}
|
11446
|
+
} else if (dirty instanceof Node) {
|
11447
|
+
/* If dirty is a DOM element, append to an empty document to avoid
|
11448
|
+
elements being stripped by the parser */
|
11449
|
+
body = _initDocument('<!---->');
|
11450
|
+
importedNode = body.ownerDocument.importNode(dirty, true);
|
11451
|
+
if (importedNode.nodeType === NODE_TYPE.element && importedNode.nodeName === 'BODY') {
|
11452
|
+
/* Node is already a body, use as is */
|
11453
|
+
body = importedNode;
|
11454
|
+
} else if (importedNode.nodeName === 'HTML') {
|
11455
|
+
body = importedNode;
|
11456
|
+
} else {
|
11457
|
+
// eslint-disable-next-line unicorn/prefer-dom-node-append
|
11458
|
+
body.appendChild(importedNode);
|
11459
|
+
}
|
11460
|
+
} else {
|
11461
|
+
/* Exit directly if we have nothing to do */
|
11462
|
+
if (!RETURN_DOM && !SAFE_FOR_TEMPLATES && !WHOLE_DOCUMENT &&
|
11463
|
+
// eslint-disable-next-line unicorn/prefer-includes
|
11464
|
+
dirty.indexOf('<') === -1) {
|
11465
|
+
return trustedTypesPolicy && RETURN_TRUSTED_TYPE ? trustedTypesPolicy.createHTML(dirty) : dirty;
|
11466
|
+
}
|
11467
|
+
/* Initialize the document to work on */
|
11468
|
+
body = _initDocument(dirty);
|
11469
|
+
/* Check we have a DOM node from the data */
|
11470
|
+
if (!body) {
|
11471
|
+
return RETURN_DOM ? null : RETURN_TRUSTED_TYPE ? emptyHTML : '';
|
11472
|
+
}
|
11473
|
+
}
|
11474
|
+
/* Remove first element node (ours) if FORCE_BODY is set */
|
11475
|
+
if (body && FORCE_BODY) {
|
11476
|
+
_forceRemove(body.firstChild);
|
11477
|
+
}
|
11478
|
+
/* Get node iterator */
|
11479
|
+
const nodeIterator = _createNodeIterator(IN_PLACE ? dirty : body);
|
11480
|
+
/* Now start iterating over the created document */
|
11481
|
+
while (currentNode = nodeIterator.nextNode()) {
|
11482
|
+
/* Sanitize tags and elements */
|
11483
|
+
_sanitizeElements(currentNode);
|
11484
|
+
/* Check attributes next */
|
11485
|
+
_sanitizeAttributes(currentNode);
|
11486
|
+
/* Shadow DOM detected, sanitize it */
|
11487
|
+
if (currentNode.content instanceof DocumentFragment) {
|
11488
|
+
_sanitizeShadowDOM(currentNode.content);
|
11489
|
+
}
|
11490
|
+
}
|
11491
|
+
/* If we sanitized `dirty` in-place, return it. */
|
11492
|
+
if (IN_PLACE) {
|
11493
|
+
return dirty;
|
11494
|
+
}
|
11495
|
+
/* Return sanitized string or DOM */
|
11496
|
+
if (RETURN_DOM) {
|
11497
|
+
if (RETURN_DOM_FRAGMENT) {
|
11498
|
+
returnNode = createDocumentFragment.call(body.ownerDocument);
|
11499
|
+
while (body.firstChild) {
|
11500
|
+
// eslint-disable-next-line unicorn/prefer-dom-node-append
|
11501
|
+
returnNode.appendChild(body.firstChild);
|
11502
|
+
}
|
11503
|
+
} else {
|
11504
|
+
returnNode = body;
|
11505
|
+
}
|
11506
|
+
if (ALLOWED_ATTR.shadowroot || ALLOWED_ATTR.shadowrootmode) {
|
11507
|
+
/*
|
11508
|
+
AdoptNode() is not used because internal state is not reset
|
11509
|
+
(e.g. the past names map of a HTMLFormElement), this is safe
|
11510
|
+
in theory but we would rather not risk another attack vector.
|
11511
|
+
The state that is cloned by importNode() is explicitly defined
|
11512
|
+
by the specs.
|
11513
|
+
*/
|
11514
|
+
returnNode = importNode.call(originalDocument, returnNode, true);
|
11515
|
+
}
|
11516
|
+
return returnNode;
|
11517
|
+
}
|
11518
|
+
let serializedHTML = WHOLE_DOCUMENT ? body.outerHTML : body.innerHTML;
|
11519
|
+
/* Serialize doctype if allowed */
|
11520
|
+
if (WHOLE_DOCUMENT && ALLOWED_TAGS['!doctype'] && body.ownerDocument && body.ownerDocument.doctype && body.ownerDocument.doctype.name && regExpTest(DOCTYPE_NAME, body.ownerDocument.doctype.name)) {
|
11521
|
+
serializedHTML = '<!DOCTYPE ' + body.ownerDocument.doctype.name + '>\n' + serializedHTML;
|
11522
|
+
}
|
11523
|
+
/* Sanitize final string template-safe */
|
11524
|
+
if (SAFE_FOR_TEMPLATES) {
|
11525
|
+
arrayForEach([MUSTACHE_EXPR, ERB_EXPR, TMPLIT_EXPR], expr => {
|
11526
|
+
serializedHTML = stringReplace(serializedHTML, expr, ' ');
|
11527
|
+
});
|
11528
|
+
}
|
11529
|
+
return trustedTypesPolicy && RETURN_TRUSTED_TYPE ? trustedTypesPolicy.createHTML(serializedHTML) : serializedHTML;
|
11530
|
+
};
|
11531
|
+
DOMPurify.setConfig = function () {
|
11532
|
+
let cfg = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
11533
|
+
_parseConfig(cfg);
|
11534
|
+
SET_CONFIG = true;
|
11535
|
+
};
|
11536
|
+
DOMPurify.clearConfig = function () {
|
11537
|
+
CONFIG = null;
|
11538
|
+
SET_CONFIG = false;
|
11539
|
+
};
|
11540
|
+
DOMPurify.isValidAttribute = function (tag, attr, value) {
|
11541
|
+
/* Initialize shared config vars if necessary. */
|
11542
|
+
if (!CONFIG) {
|
11543
|
+
_parseConfig({});
|
11544
|
+
}
|
11545
|
+
const lcTag = transformCaseFunc(tag);
|
11546
|
+
const lcName = transformCaseFunc(attr);
|
11547
|
+
return _isValidAttribute(lcTag, lcName, value);
|
11548
|
+
};
|
11549
|
+
DOMPurify.addHook = function (entryPoint, hookFunction) {
|
11550
|
+
if (typeof hookFunction !== 'function') {
|
11551
|
+
return;
|
11552
|
+
}
|
11553
|
+
arrayPush(hooks[entryPoint], hookFunction);
|
11554
|
+
};
|
11555
|
+
DOMPurify.removeHook = function (entryPoint, hookFunction) {
|
11556
|
+
if (hookFunction !== undefined) {
|
11557
|
+
const index = arrayLastIndexOf(hooks[entryPoint], hookFunction);
|
11558
|
+
return index === -1 ? undefined : arraySplice(hooks[entryPoint], index, 1)[0];
|
11559
|
+
}
|
11560
|
+
return arrayPop(hooks[entryPoint]);
|
11561
|
+
};
|
11562
|
+
DOMPurify.removeHooks = function (entryPoint) {
|
11563
|
+
hooks[entryPoint] = [];
|
11564
|
+
};
|
11565
|
+
DOMPurify.removeAllHooks = function () {
|
11566
|
+
hooks = _createHooksMap();
|
11567
|
+
};
|
11568
|
+
return DOMPurify;
|
11569
|
+
}
|
11570
|
+
var purify = createDOMPurify();
|
11571
|
+
|
11572
|
+
return purify;
|
11573
|
+
|
11574
|
+
}));
|
11575
|
+
|
11576
|
+
}(purify));
|
11577
|
+
|
11578
|
+
var purifier = purify.exports;
|
11579
|
+
|
11580
|
+
/* istanbul ignore next */
|
11581
|
+
const getCustomElementHandling = (allowICPrefix) => ({
|
11582
|
+
CUSTOM_ELEMENT_HANDLING: {
|
11583
|
+
tagNameCheck: (tagName) => (allowICPrefix && tagName.startsWith("ic-")) ||
|
11584
|
+
IC_CUSTOM_ALLOWED_COMPONENTS.includes(tagName),
|
11585
|
+
attributeNameCheck: /.*/,
|
11586
|
+
},
|
11587
|
+
});
|
11588
|
+
const sanitizeHTMLString = (html) => {
|
11589
|
+
return purifier.sanitize(html, getCustomElementHandling(true));
|
11590
|
+
};
|
11591
|
+
const sanitizeHTMLIconString = (html) => {
|
11592
|
+
return purifier.sanitize(html, getCustomElementHandling(false));
|
11593
|
+
};
|
11594
|
+
|
10214
11595
|
const icMenuCss = "html.sc-ic-menu{line-height:1.15;-webkit-text-size-adjust:100%}body.sc-ic-menu{margin:0}main.sc-ic-menu{display:block}h1.sc-ic-menu{font-size:2em;margin:0.67em 0}hr.sc-ic-menu{box-sizing:content-box;height:0;overflow:visible}pre.sc-ic-menu{font-family:monospace, monospace;font-size:1em}a.sc-ic-menu{background-color:transparent}abbr[title].sc-ic-menu{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b.sc-ic-menu,strong.sc-ic-menu{font-weight:bolder}code.sc-ic-menu,kbd.sc-ic-menu,samp.sc-ic-menu{font-family:monospace, monospace;font-size:1em}small.sc-ic-menu{font-size:80%}sub.sc-ic-menu,sup.sc-ic-menu{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub.sc-ic-menu{bottom:-0.25em}sup.sc-ic-menu{top:-0.5em}img.sc-ic-menu{border-style:none}button.sc-ic-menu,input.sc-ic-menu,optgroup.sc-ic-menu,select.sc-ic-menu,textarea.sc-ic-menu{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button.sc-ic-menu,input.sc-ic-menu{overflow:visible}button.sc-ic-menu,select.sc-ic-menu{text-transform:none}button.sc-ic-menu,[type=\"button\"].sc-ic-menu,[type=\"reset\"].sc-ic-menu,[type=\"submit\"].sc-ic-menu{-webkit-appearance:button}button.sc-ic-menu::-moz-focus-inner,[type=\"button\"].sc-ic-menu::-moz-focus-inner,[type=\"reset\"].sc-ic-menu::-moz-focus-inner,[type=\"submit\"].sc-ic-menu::-moz-focus-inner{border-style:none;padding:0}button.sc-ic-menu:-moz-focusring,[type=\"button\"].sc-ic-menu:-moz-focusring,[type=\"reset\"].sc-ic-menu:-moz-focusring,[type=\"submit\"].sc-ic-menu:-moz-focusring{outline:1px dotted ButtonText}fieldset.sc-ic-menu{padding:0.35em 0.75em 0.625em}legend.sc-ic-menu{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress.sc-ic-menu{vertical-align:baseline}textarea.sc-ic-menu{overflow:auto}[type=\"checkbox\"].sc-ic-menu,[type=\"radio\"].sc-ic-menu{box-sizing:border-box;padding:0}[type=\"number\"].sc-ic-menu::-webkit-inner-spin-button,[type=\"number\"].sc-ic-menu::-webkit-outer-spin-button{height:auto}[type=\"search\"].sc-ic-menu{-webkit-appearance:textfield;outline-offset:-2px}[type=\"search\"].sc-ic-menu::-webkit-search-decoration{-webkit-appearance:none}.sc-ic-menu::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details.sc-ic-menu{display:block}summary.sc-ic-menu{display:list-item}template.sc-ic-menu{display:none}[hidden].sc-ic-menu{display:none}html.sc-ic-menu,body.sc-ic-menu,div.sc-ic-menu,span.sc-ic-menu,applet.sc-ic-menu,object.sc-ic-menu,iframe.sc-ic-menu,h1.sc-ic-menu,h2.sc-ic-menu,h3.sc-ic-menu,h4.sc-ic-menu,h5.sc-ic-menu,h6.sc-ic-menu,p.sc-ic-menu,blockquote.sc-ic-menu,pre.sc-ic-menu,a.sc-ic-menu,abbr.sc-ic-menu,acronym.sc-ic-menu,address.sc-ic-menu,big.sc-ic-menu,cite.sc-ic-menu,code.sc-ic-menu,del.sc-ic-menu,dfn.sc-ic-menu,em.sc-ic-menu,img.sc-ic-menu,ins.sc-ic-menu,kbd.sc-ic-menu,q.sc-ic-menu,s.sc-ic-menu,samp.sc-ic-menu,small.sc-ic-menu,strike.sc-ic-menu,strong.sc-ic-menu,sub.sc-ic-menu,sup.sc-ic-menu,tt.sc-ic-menu,var.sc-ic-menu,b.sc-ic-menu,u.sc-ic-menu,i.sc-ic-menu,center.sc-ic-menu,dl.sc-ic-menu,dt.sc-ic-menu,dd.sc-ic-menu,ol.sc-ic-menu,ul.sc-ic-menu,li.sc-ic-menu,fieldset.sc-ic-menu,form.sc-ic-menu,label.sc-ic-menu,legend.sc-ic-menu,table.sc-ic-menu,caption.sc-ic-menu,tbody.sc-ic-menu,tfoot.sc-ic-menu,thead.sc-ic-menu,tr.sc-ic-menu,th.sc-ic-menu,td.sc-ic-menu,article.sc-ic-menu,aside.sc-ic-menu,canvas.sc-ic-menu,details.sc-ic-menu,embed.sc-ic-menu,figure.sc-ic-menu,figcaption.sc-ic-menu,footer.sc-ic-menu,header.sc-ic-menu,hgroup.sc-ic-menu,menu.sc-ic-menu,nav.sc-ic-menu,output.sc-ic-menu,ruby.sc-ic-menu,section.sc-ic-menu,summary.sc-ic-menu,time.sc-ic-menu,mark.sc-ic-menu,audio.sc-ic-menu,video.sc-ic-menu{margin:0;padding:0;border:0;font-size:100%;font-style:inherit;vertical-align:baseline}@media (prefers-reduced-motion: no-preference){.ic-menu-open.sc-ic-menu-h .menu.sc-ic-menu{transition:max-height var(--ic-transition-duration-slow)}}.sc-ic-menu-h{max-height:0;width:var(--menu-width, var(--input-width, 20rem));color:var(--menu-item-text-color, var(--ic-menu-list-option-text-color));--ic-typography-color:var(\n --menu-item-text-color,\n var(--ic-menu-list-option-text-color)\n );background-color:var(\n --menu-bg-color,\n var(--ic-menu-list-option-background-color)\n );position:relative;z-index:var(--ic-z-index-menu);box-sizing:border-box;box-shadow:var(--ic-elevation-overlay);border-radius:var(--ic-border-radius)}.ic-menu-open.sc-ic-menu-h:not(.ic-menu-no-focus):focus-within{box-shadow:var(--ic-border-focus);outline:var(--ic-hc-focus-outline)}.ic-select-select-all-focused.sc-ic-menu-h{box-shadow:var(--ic-elevation-overlay) !important}#retry-button.sc-ic-menu::part(button){height:var(--ic-space-lg)}.small.sc-ic-menu #retry-button.sc-ic-menu::part(button){height:var(--ic-space-md)}.on-dialog.sc-ic-menu-h{inset:auto !important}.menu.sc-ic-menu{text-decoration:none;list-style-type:none;border-radius:1px;background-color:var(\n --menu-bg-color,\n var(--ic-menu-list-option-background-color)\n );visibility:hidden;max-height:0;overflow-y:hidden}.menu.sc-ic-menu:has(+.option-bar).sc-ic-menu{border-radius:0 0 1px 1px}.menu-scroll.sc-ic-menu{overflow-y:auto}.menu.sc-ic-menu:focus-visible{outline:none}.ic-menu-open.sc-ic-menu-h{max-height:none;display:flex;flex-direction:column-reverse;border:var(--ic-border-width) solid\n var(--menu-border-color, var(--ic-menu-border-color));transition:box-shadow var(--ic-easing-transition-fast)}.ic-menu-open.sc-ic-menu-h .menu.sc-ic-menu{visibility:visible;max-height:calc(var(--ic-space-xl) * 10 + var(--ic-space-xxxs))}.ic-menu-open.sc-ic-menu-h .option-bar.sc-ic-menu{visibility:visible}.ic-menu-open.sc-ic-menu-h .select-all-button.sc-ic-menu{display:block}.ic-menu-full-width.sc-ic-menu-h{width:100%}.option.sc-ic-menu{padding:var(--ic-space-xs) calc(var(--ic-space-xs) - var(--ic-space-1px));cursor:pointer;display:flex;align-items:center;gap:var(--ic-space-xs)}.loading-option.sc-ic-menu p.sc-ic-menu{margin-bottom:0 !important}.option.sc-ic-menu:not(.loading-option){justify-content:space-between}.ic-menu-small.sc-ic-menu-h .option.sc-ic-menu{padding:var(--ic-space-xxs) calc(var(--ic-space-xs) - var(--ic-space-1px))}.ic-menu-large.sc-ic-menu-h .option.sc-ic-menu{padding:var(--ic-space-sm) calc(var(--ic-space-xs) - var(--ic-space-1px))}.option.sc-ic-menu:last-child{border-radius:0 0 1px 1px}.sc-ic-menu:not(.menu:has(+.option-bar)).sc-ic-menu .option.sc-ic-menu:first-child{border-radius:1px 1px 0 0}.option.sc-ic-menu:not(.disabled-option):hover{background-color:var(--ic-menu-list-option-hover-background-color)}.option.sc-ic-menu:not(.disabled-option):active{background-color:var(--ic-menu-list-option-pressed-background-color)}.option.sc-ic-menu:focus-visible{outline:var(--ic-hc-focus-outline)}.option.sc-ic-menu:not(.disabled-option) .option-description.sc-ic-menu{--ic-typography-color:var(\n --menu-item-desc-text-color,\n var(--ic-menu-list-option-description-text-color)\n )}.option.sc-ic-menu .option-label.sc-ic-menu{display:flex;flex-direction:row;align-items:top}.option.sc-ic-menu .option-label.sc-ic-menu ic-typography.sc-ic-menu{max-width:100%;word-wrap:break-word}.option.sc-ic-menu .option-element.sc-ic-menu{margin-top:var(--ic-space-xxs)}.option.sc-ic-menu .option-icon.sc-ic-menu{height:var(--ic-space-md);width:var(--ic-space-md);margin-top:var(--ic-space-xxs);margin-right:var(--ic-space-xxxs)}.option-text-container.sc-ic-menu{pointer-events:none;width:100%}.option-text-container.show-check-icon.sc-ic-menu{flex-grow:1}.option.loading-option.sc-ic-menu .option-text-container.sc-ic-menu{margin-left:calc(var(--ic-space-xs) + var(--ic-space-xxxs));color:var(--ic-menu-loading-list-option-text-color);--ic-typography-color:var(--ic-menu-loading-list-option-text-color)}.error-icon-svg.sc-ic-menu{height:var(--ic-space-md);width:var(--ic-space-md);fill:var(--ic-atoms-status-icon-error);align-self:center;display:flex;margin-right:calc(var(--ic-space-xxs) * 1.2)}.loading-error-info.sc-ic-menu{display:flex}.check-icon.sc-ic-menu{height:var(--ic-space-lg);min-width:var(--ic-space-lg);width:var(--ic-space-lg);pointer-events:none}.focused-option.sc-ic-menu .check-icon.sc-ic-menu *.sc-ic-menu{fill:currentcolor}.option-group-title.sc-ic-menu{padding:var(--ic-space-lg) calc(var(--ic-space-xs) - var(--ic-space-1px))\n var(--ic-space-xs);--ic-typography-color:var(--ic-menu-option-group-label-text-color)}.ic-menu-small.sc-ic-menu-h .option-group-title.sc-ic-menu{padding:var(--ic-space-sm) calc(var(--ic-space-xs) - var(--ic-space-1px))\n var(--ic-space-xxs)}.last-recommended-option.sc-ic-menu{border-bottom:var(--ic-menu-last-recommended-option-border)}.disabled-option.sc-ic-menu{color:var(--ic-atoms-list-option-text-disabled-light);--ic-typography-color:var(--ic-atoms-list-option-text-disabled-light);cursor:default;pointer-events:none}.focused-option.sc-ic-menu,.focused-option.sc-ic-menu .option-description.sc-ic-menu{background-color:var(--ic-color-focus-inner) !important;color:var(--ic-atoms-list-option-text-focused-light) !important;--ic-typography-color:var(\n --ic-atoms-list-option-text-focused-light\n ) !important}.no-results.sc-ic-menu-h li.sc-ic-menu{cursor:no-drop}.no-results.sc-ic-menu-h li.sc-ic-menu:hover{background-color:transparent}.option-bar.sc-ic-menu{padding:var(--ic-space-xxs) var(--ic-space-xs);display:flex;align-items:center;justify-content:space-between;background-color:var(--ic-menu-option-bar-background-color);visibility:hidden;border-bottom:var(--ic-border-width) solid\n var(--ic-menu-option-bar-divider-color);border-radius:1px 1px 0 0}.option-bar.sc-ic-menu p.sc-ic-menu{margin-bottom:0 !important}.ic-menu-large.sc-ic-menu-h .option-bar.sc-ic-menu{padding:var(--ic-space-xs)}.select-all-button.sc-ic-menu{display:none}.select-all-button.sc-ic-menu:focus{z-index:calc(var(--ic-z-index-menu) + 1)}@media (forced-colors: active){.focused-option.sc-ic-menu:focus{outline:none;border:0.125rem solid transparent}.disabled-option.sc-ic-menu{color:GrayText;--ic-typography-color:GrayText}}";
|
10215
11596
|
var IcMenuStyle0 = icMenuCss;
|
10216
11597
|
|
@@ -10945,7 +12326,7 @@ class Menu {
|
|
10945
12326
|
return (hAsync(Fragment, null, option.loading && hAsync("ic-loading-indicator", { size: "icon" }), hAsync("div", { class: {
|
10946
12327
|
"option-text-container": true,
|
10947
12328
|
"show-check-icon": showCheckIcon,
|
10948
|
-
} }, hAsync("div", { class: "option-label" }, option.icon && (hAsync("div", { class: "option-icon", innerHTML: option.icon, "aria-hidden": "true" })), hAsync("ic-typography", { variant: "body", "aria-hidden": "true" }, option[this.labelField])), option.description && (hAsync("ic-typography", { id: `${this.getOptionId(option[this.valueField])}-description`, class: "option-description", variant: "caption", "aria-hidden": "true" }, hAsync("p", null, option.description))), option.element && (hAsync("div", { class: "option-element", innerHTML: option.element.component, "aria-hidden": "true" }))), showCheckIcon && hAsync("span", { class: "check-icon", innerHTML: checkIcon })));
|
12329
|
+
} }, hAsync("div", { class: "option-label" }, option.icon && (hAsync("div", { class: "option-icon", innerHTML: sanitizeHTMLIconString(option.icon), "aria-hidden": "true" })), hAsync("ic-typography", { variant: "body", "aria-hidden": "true" }, option[this.labelField])), option.description && (hAsync("ic-typography", { id: `${this.getOptionId(option[this.valueField])}-description`, class: "option-description", variant: "caption", "aria-hidden": "true" }, hAsync("p", null, option.description))), option.element && (hAsync("div", { class: "option-element", innerHTML: sanitizeHTMLString(option.element.component), "aria-hidden": "true" }))), showCheckIcon && hAsync("span", { class: "check-icon", innerHTML: checkIcon })));
|
10949
12330
|
};
|
10950
12331
|
this.displayOption = (option, selected, index, parentOption) => {
|
10951
12332
|
const { open, keyboardNav, isManualMode, initialOptionsListRender, optionHighlighted, options, } = this;
|
@@ -11134,7 +12515,7 @@ class Menu {
|
|
11134
12515
|
const { inputLabel, options, menuId, value, fullWidth, hasTimedOut, isLoading, size, open, inputEl, keyboardNav, parentEl, SEARCH_BAR_TAG, multiSelect, } = this;
|
11135
12516
|
const selectAllButtonText = `${(value === null || value === void 0 ? void 0 : value.length) === this.ungroupedOptions.length ? "Clear" : "Select"} all`;
|
11136
12517
|
const hasNoResults = this.host.classList.contains("no-results");
|
11137
|
-
return (hAsync(Host, { key: '
|
12518
|
+
return (hAsync(Host, { key: 'e17a70bcf59709dd5b9d0cc7b404520ff06bcf35', class: {
|
11138
12519
|
"ic-menu-full-width": !!fullWidth,
|
11139
12520
|
"ic-menu-no-focus": ((inputEl === null || inputEl === void 0 ? void 0 : inputEl.tagName) === "INPUT" &&
|
11140
12521
|
(parentEl === null || parentEl === void 0 ? void 0 : parentEl.tagName) !== SEARCH_BAR_TAG) ||
|
@@ -11143,7 +12524,7 @@ class Menu {
|
|
11143
12524
|
[`ic-menu-${size}`]: true,
|
11144
12525
|
"ic-menu-open": open && options.length !== 0,
|
11145
12526
|
"ic-menu-multiple": multiSelect,
|
11146
|
-
} }, options.length !== 0 && (hAsync("ul", { key: '
|
12527
|
+
} }, options.length !== 0 && (hAsync("ul", { key: '438cd6126c1296a14e216edc0a5d790a4705b143', id: menuId, class: "menu", role: "listbox", "aria-label": `${inputLabel} pop-up`, "aria-multiselectable": multiSelect ? "true" : "false", tabindex: open &&
|
11147
12528
|
!keyboardNav &&
|
11148
12529
|
((inputEl === null || inputEl === void 0 ? void 0 : inputEl.tagName) !== "INPUT" ||
|
11149
12530
|
(parentEl === null || parentEl === void 0 ? void 0 : parentEl.tagName) === SEARCH_BAR_TAG)
|
@@ -11171,7 +12552,7 @@ class Menu {
|
|
11171
12552
|
multiSelect &&
|
11172
12553
|
!isLoading &&
|
11173
12554
|
!hasTimedOut &&
|
11174
|
-
!hasNoResults && (hAsync("div", { key: '
|
12555
|
+
!hasNoResults && (hAsync("div", { key: '5732c5ac4fa70ff249a7851d61aee8ccf46082d1', class: "option-bar" }, hAsync("ic-typography", { key: '48ce8543a189cad706804715a077575b3774e490' }, hAsync("p", { key: '63537752e580815f650c3d9bbf38b23267c5229c' }, `${value ? value.length : 0}/${getOptionsWithoutGroupTitlesCount(this.options)} selected`)), hAsync("ic-button", { key: '60c446e5303a3939494284b9ce7772feb1fe547c', class: "select-all-button", "aria-label": `${selectAllButtonText} options for ${inputLabel}`, ref: (el) => (this.selectAllButton = el), variant: "tertiary", onClick: this.handleSelectAllClick, onMouseDown: this.handleSelectAllMouseDown, onBlur: this.handleSelectAllBlur, onFocus: this.handleSelectAllFocus, size: size === "small" ? "small" : "medium" }, selectAllButtonText)))));
|
11175
12556
|
}
|
11176
12557
|
get host() { return getElement(this); }
|
11177
12558
|
static get watchers() { return {
|
@@ -13089,7 +14470,7 @@ class PopoverMenu {
|
|
13089
14470
|
}; }
|
13090
14471
|
}
|
13091
14472
|
|
13092
|
-
const icRadioGroupCss = "/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%;}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=\"button\"],[type=\"reset\"],[type=\"submit\"]{-webkit-appearance:button}button::-moz-focus-inner,[type=\"button\"]::-moz-focus-inner,[type=\"reset\"]::-moz-focus-inner,[type=\"submit\"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=\"button\"]:-moz-focusring,[type=\"reset\"]:-moz-focusring,[type=\"submit\"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=\"checkbox\"],[type=\"radio\"]{box-sizing:border-box;padding:0;}[type=\"number\"]::-webkit-inner-spin-button,[type=\"number\"]::-webkit-outer-spin-button{height:auto}[type=\"search\"]{-webkit-appearance:textfield;outline-offset:-2px;}[type=\"search\"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font-style:inherit;vertical-align:baseline}:host{display:block;--ic-input-label-text-color:var(--ic-radio-button-input-field-label);--ic-input-label-helper-text-color:var(\n --ic-radio-button-input-field-subtitle\n );--ic-input-validation-status-text-color:var(--ic-radio-button-state-text);--ic-input-validation-error:var(--ic-radio-button-state-icon-error)}ic-input-label.error{--ic-input-label-text-color:var(--ic-radio-button-input-field-label-error)}ic-input-label.disabled{--ic-input-label-text-color:var(\n --ic-radio-button-input-field-label-disabled\n );--ic-input-label-helper-text-color:var(\n --ic-radio-button-input-field-subtitle-disabled\n )}ic-input-validation{margin-top:var(--ic-space-sm)}:host(.ic-radio-group-small) ic-input-validation{margin-top:calc(var(--ic-space-sm) / 2)}ic-input-label:not(.with-helper) .ic-typography-label,ic-input-label .helpertext{margin-bottom:var(--ic-space-sm)}:host(.ic-radio-group-small) ic-input-label:not(.with-helper) .ic-typography-label,:host(.ic-radio-group-small) ic-input-label .helpertext{margin-bottom:calc(var(--ic-space-sm) / 2)}ic-input-label .helpertext{display:block}:host .radio-buttons-container{display:flex;flex-direction:column;gap:var(--ic-space-xxs)}:host(.ic-radio-group-small) .radio-buttons-container{gap:var(--ic-space-xxxs)}:host .radio-buttons-container.horizontal{display:flex;flex-direction:row;gap:calc(var(--ic-space-xl) + var(--ic-space-xs))}:host(.ic-radio-group-small) .radio-buttons-container.horizontal{gap:var(--ic-space-xl)}";
|
14473
|
+
const icRadioGroupCss = "/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%;}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=\"button\"],[type=\"reset\"],[type=\"submit\"]{-webkit-appearance:button}button::-moz-focus-inner,[type=\"button\"]::-moz-focus-inner,[type=\"reset\"]::-moz-focus-inner,[type=\"submit\"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=\"button\"]:-moz-focusring,[type=\"reset\"]:-moz-focusring,[type=\"submit\"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=\"checkbox\"],[type=\"radio\"]{box-sizing:border-box;padding:0;}[type=\"number\"]::-webkit-inner-spin-button,[type=\"number\"]::-webkit-outer-spin-button{height:auto}[type=\"search\"]{-webkit-appearance:textfield;outline-offset:-2px;}[type=\"search\"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font-style:inherit;vertical-align:baseline}:host{display:block;--ic-input-label-text-color:var(--ic-radio-button-input-field-label);--ic-input-label-helper-text-color:var(\n --ic-radio-button-input-field-subtitle\n );--ic-input-validation-status-text-color:var(--ic-radio-button-state-text);--ic-input-validation-error:var(--ic-radio-button-state-icon-error)}ic-input-label.error{--ic-input-label-text-color:var(--ic-radio-button-input-field-label-error)}ic-input-label.disabled{--ic-input-label-text-color:var(\n --ic-radio-button-input-field-label-disabled\n );--ic-input-label-helper-text-color:var(\n --ic-radio-button-input-field-subtitle-disabled\n )}ic-input-validation.show-validation{margin-top:var(--ic-space-sm)}:host(.ic-radio-group-small) ic-input-validation.show-validation{margin-top:calc(var(--ic-space-sm) / 2)}ic-input-label:not(.with-helper) .ic-typography-label,ic-input-label .helpertext{margin-bottom:var(--ic-space-sm)}:host(.ic-radio-group-small) ic-input-label:not(.with-helper) .ic-typography-label,:host(.ic-radio-group-small) ic-input-label .helpertext{margin-bottom:calc(var(--ic-space-sm) / 2)}ic-input-label .helpertext{display:block}:host .radio-buttons-container{display:flex;flex-direction:column;gap:var(--ic-space-xxs)}:host(.ic-radio-group-small) .radio-buttons-container{gap:var(--ic-space-xxxs)}:host .radio-buttons-container.horizontal{display:flex;flex-direction:row;gap:calc(var(--ic-space-xl) + var(--ic-space-xs))}:host(.ic-radio-group-small) .radio-buttons-container.horizontal{gap:var(--ic-space-xl)}";
|
13093
14474
|
var IcRadioGroupStyle0 = icRadioGroupCss;
|
13094
14475
|
|
13095
14476
|
/**
|
@@ -13125,6 +14506,10 @@ class RadioGroup {
|
|
13125
14506
|
* The size of the radio group component.
|
13126
14507
|
*/
|
13127
14508
|
this.size = "medium";
|
14509
|
+
/**
|
14510
|
+
* The value of the `aria-live` attribute on the validation message.
|
14511
|
+
*/
|
14512
|
+
this.validationAriaLive = "polite";
|
13128
14513
|
/**
|
13129
14514
|
* The validation status - e.g. 'error' | 'warning' | 'success'.
|
13130
14515
|
*/
|
@@ -13318,17 +14703,20 @@ class RadioGroup {
|
|
13318
14703
|
}
|
13319
14704
|
}
|
13320
14705
|
render() {
|
13321
|
-
const { currentOrientation, disabled, handleKeyDown, helperText, hideLabel, label, required, size, validationStatus, validationText, theme, } = this;
|
13322
|
-
|
14706
|
+
const { currentOrientation, disabled, handleKeyDown, helperText, hideLabel, label, required, size, validationAriaLive, validationStatus, validationText, theme, } = this;
|
14707
|
+
const showValidation = hasValidationStatus(validationStatus, disabled);
|
14708
|
+
return (hAsync(Host, { key: '4ea2e0ca7614fb4ce6563ea146f86d72707a399a', onKeyDown: handleKeyDown, class: {
|
13323
14709
|
"ic-radio-group-small": size === "small",
|
13324
14710
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
13325
|
-
} }, hAsync("fieldset", { key: '
|
14711
|
+
} }, hAsync("fieldset", { key: 'ebad7a878454455a15892bf53c43bdcb914b77c4', role: "radiogroup", id: this.name, "aria-required": `${required}` }, !hideLabel && (hAsync("legend", { key: 'aac1f37c7b1d4d5bc621bd3030dc9eef60417659' }, hAsync("ic-input-label", { key: 'fd04e3f74c89b633996eb22e60902e988a8ac8ef', class: {
|
13326
14712
|
[`${validationStatus}`]: true,
|
13327
14713
|
["disabled"]: !!disabled,
|
13328
|
-
}, label: label, helperText: helperText, required: required, disabled: disabled }, hAsync("slot", { key: '
|
14714
|
+
}, label: label, helperText: helperText, required: required, disabled: disabled }, hAsync("slot", { key: '66325d58018dff189c975e3e4fc01249b51b6b9f', name: "helper-text", slot: "helper-text" })))), hAsync("div", { key: '6d2d332396c87b798d5d160bdb5977c0a8ad6751', class: {
|
13329
14715
|
"radio-buttons-container": true,
|
13330
14716
|
horizontal: currentOrientation === this.RADIO_HORIZONTAL,
|
13331
|
-
}, ref: (el) => (this.radioContainer = el) }, hAsync("slot", { key: '
|
14717
|
+
}, ref: (el) => (this.radioContainer = el) }, hAsync("slot", { key: 'fb0a1b41503ba88ce9bda3c0bc8236ae0a7e3795' }))), hAsync("ic-input-validation", { key: 'f9f7c2bdffd83d705149f74fe2caad93e57dd85b', class: {
|
14718
|
+
"show-validation": showValidation,
|
14719
|
+
}, ariaLiveMode: validationAriaLive, status: showValidation ? validationStatus : "", message: showValidation ? validationText : "" })));
|
13332
14720
|
}
|
13333
14721
|
get el() { return getElement(this); }
|
13334
14722
|
static get watchers() { return {
|
@@ -13349,6 +14737,7 @@ class RadioGroup {
|
|
13349
14737
|
"orientation": [1],
|
13350
14738
|
"required": [4],
|
13351
14739
|
"size": [1],
|
14740
|
+
"validationAriaLive": [1, "validation-aria-live"],
|
13352
14741
|
"validationStatus": [1, "validation-status"],
|
13353
14742
|
"validationText": [1, "validation-text"],
|
13354
14743
|
"theme": [1],
|
@@ -13363,7 +14752,7 @@ class RadioGroup {
|
|
13363
14752
|
}; }
|
13364
14753
|
}
|
13365
14754
|
|
13366
|
-
const icRadioOptionCss = "/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%;}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=\"button\"],[type=\"reset\"],[type=\"submit\"]{-webkit-appearance:button}button::-moz-focus-inner,[type=\"button\"]::-moz-focus-inner,[type=\"reset\"]::-moz-focus-inner,[type=\"submit\"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=\"button\"]:-moz-focusring,[type=\"reset\"]:-moz-focusring,[type=\"submit\"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=\"checkbox\"],[type=\"radio\"]{box-sizing:border-box;padding:0;}[type=\"number\"]::-webkit-inner-spin-button,[type=\"number\"]::-webkit-outer-spin-button{height:auto}[type=\"search\"]{-webkit-appearance:textfield;outline-offset:-2px;}[type=\"search\"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font-style:inherit;vertical-align:baseline}ic-radio-option{display:flex;flex-direction:column;width:-moz-fit-content;width:fit-content}.additional-field-wrapper [slot=\"additional-field\"]{margin-top:calc(var(--ic-space-sm) / 2);margin-left:var(--ic-space-xl)}ic-radio-option.ic-radio-option-disabled,ic-radio-option.ic-radio-option-disabled .radio-label{--ic-typography-color:var(--ic-radio-button-text-option-disabled)}.container input:focus+span.checkmark,.container:hover input:focus+span.checkmark,.container:active input:focus+span.checkmark,:host(:focus) .container input:checked+span.checkmark{box-shadow:var(--ic-border-focus)}.container{display:grid;grid-template-columns:min-content auto;position:relative;cursor:pointer;align-items:center;margin:var(--ic-space-xxs) 0 var(--ic-space-xxs) var(--ic-space-xxs)}.container.disabled,.container.disabled input:disabled{cursor:default}.container input{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;position:absolute;cursor:pointer;height:var(--ic-space-lg);width:var(--ic-space-lg);border-radius:50%;border:none}.checkmark{display:block;position:relative;top:0;left:0;height:var(--ic-space-lg);width:var(--ic-space-lg);background-color:var(--ic-radio-button-background-default);border:var(--ic-space-1px) solid var(--ic-radio-button-border-default);border-radius:50%;transition:var(--ic-easing-transition-fast);box-sizing:border-box}.container input:checked~.checkmark::after{display:inline-block}.container:hover input~.checkmark{box-shadow:0 0 0 0.25rem var(--ic-radio-button-active-hover);border:var(--ic-border-width) solid var(--ic-radio-button-default-hover)}.container:hover input:checked~.checkmark{box-shadow:0 0 0 0.25rem var(--ic-radio-button-active-hover);border:0.125rem solid var(--ic-radio-button-default-hover)}.container:hover:not(.disabled) input:checked~.checkmark::after{background-color:var(--ic-radio-button-default-hover)}.container:active input~.checkmark{box-shadow:0 0 0 0.25rem var(--ic-radio-button-active-pressed);border:var(--ic-border-width) solid var(--ic-radio-button-default-pressed)}.container:active input:checked~.checkmark{border:0.125rem solid var(--ic-radio-button-default-pressed);box-shadow:0 0 0 0.25rem var(--ic-radio-button-active-pressed)}.container:active input:checked~.checkmark::after{background-color:var(--ic-radio-button-default-pressed)}.container input:checked~.checkmark{border:0.125rem solid var(--ic-radio-button-default-active)}.container input:checked:disabled~.checkmark{border:0.125rem solid var(--ic-radio-button-border-disabled)}.container input:disabled~.checkmark{border:var(--ic-border-width) dashed var(--ic-radio-button-border-disabled)}.container input:disabled~.checkmark::after{background:var(--ic-radio-button-disabled)}.container:hover input:disabled~.checkmark{box-shadow:none;border:0.125rem solid none}.container:active input:disabled~.checkmark::after{background-color:var(--ic-radio-button-disabled)}.container .checkmark::after{content:\"\";position:absolute;display:none;top:calc(50% - var(--ic-space-xs));left:calc(50% - var(--ic-space-xs));width:var(--ic-space-md);height:var(--ic-space-md);border-radius:50%;background:var(--ic-radio-button-default-active)}.radio-label{margin-left:var(--ic-space-md);--ic-typography-color:var(--ic-radio-button-text-option)}.additional-field-wrapper{margin-left:var(--ic-space-xs)}.branch-corner{color:var(--ic-radio-button-required-bar);height:var(--ic-space-md);width:var(--ic-space-xl);border-radius:0 0 0 0.188rem;border-bottom:0.125rem solid var(--ic-radio-button-required-bar);border-left:0.125rem solid var(--ic-radio-button-required-bar);margin-left:calc(-1 * var(--ic-space-1px))}.dynamic-container{display:flex;position:relative;margin:var(--ic-space-
|
14755
|
+
const icRadioOptionCss = "/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%;}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=\"button\"],[type=\"reset\"],[type=\"submit\"]{-webkit-appearance:button}button::-moz-focus-inner,[type=\"button\"]::-moz-focus-inner,[type=\"reset\"]::-moz-focus-inner,[type=\"submit\"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=\"button\"]:-moz-focusring,[type=\"reset\"]:-moz-focusring,[type=\"submit\"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=\"checkbox\"],[type=\"radio\"]{box-sizing:border-box;padding:0;}[type=\"number\"]::-webkit-inner-spin-button,[type=\"number\"]::-webkit-outer-spin-button{height:auto}[type=\"search\"]{-webkit-appearance:textfield;outline-offset:-2px;}[type=\"search\"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font-style:inherit;vertical-align:baseline}ic-radio-option{display:flex;flex-direction:column;width:-moz-fit-content;width:fit-content}.additional-field-wrapper [slot=\"additional-field\"]{margin-top:calc(var(--ic-space-sm) / 2);margin-left:var(--ic-space-xl)}ic-radio-option.ic-radio-option-disabled,ic-radio-option.ic-radio-option-disabled .radio-label{--ic-typography-color:var(--ic-radio-button-text-option-disabled)}.container input:focus+span.checkmark,.container:hover input:focus+span.checkmark,.container:active input:focus+span.checkmark,:host(:focus) .container input:checked+span.checkmark{box-shadow:var(--ic-border-focus)}.container{display:grid;grid-template-columns:min-content auto;position:relative;cursor:pointer;align-items:center;margin:var(--ic-space-xxs) 0 var(--ic-space-xxs) var(--ic-space-xxs)}.ic-radio-group-small .container{margin:0 0 0 var(--ic-space-xxs)}.container.disabled,.container.disabled input:disabled{cursor:default}.container input{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;position:absolute;cursor:pointer;height:var(--ic-space-lg);width:var(--ic-space-lg);border-radius:50%;border:none}.ic-radio-group-small .container input{height:var(--ic-space-md);width:var(--ic-space-md)}.checkmark{display:block;position:relative;top:0;left:0;height:var(--ic-space-lg);width:var(--ic-space-lg);background-color:var(--ic-radio-button-background-default);border:var(--ic-space-1px) solid var(--ic-radio-button-border-default);border-radius:50%;transition:var(--ic-easing-transition-fast);box-sizing:border-box}.ic-radio-group-small .checkmark{height:var(--ic-space-md);width:var(--ic-space-md)}.container input:checked~.checkmark::after{display:inline-block}.container:hover input~.checkmark{box-shadow:0 0 0 0.25rem var(--ic-radio-button-active-hover);border:var(--ic-border-width) solid var(--ic-radio-button-default-hover)}.container:hover input:checked~.checkmark{box-shadow:0 0 0 0.25rem var(--ic-radio-button-active-hover);border:0.125rem solid var(--ic-radio-button-default-hover)}.container:hover:not(.disabled) input:checked~.checkmark::after{background-color:var(--ic-radio-button-default-hover)}.container:active input~.checkmark{box-shadow:0 0 0 0.25rem var(--ic-radio-button-active-pressed);border:var(--ic-border-width) solid var(--ic-radio-button-default-pressed)}.container:active input:checked~.checkmark{border:0.125rem solid var(--ic-radio-button-default-pressed);box-shadow:0 0 0 0.25rem var(--ic-radio-button-active-pressed)}.ic-radio-group-small .container input:checked~.checkmark{border-width:var(--ic-space-1px)}.container:active input:checked~.checkmark::after{background-color:var(--ic-radio-button-default-pressed)}.container input:checked~.checkmark{border:0.125rem solid var(--ic-radio-button-default-active)}.container input:checked:disabled~.checkmark{border:0.125rem solid var(--ic-radio-button-border-disabled)}.container input:disabled~.checkmark{border:var(--ic-border-width) dashed var(--ic-radio-button-border-disabled)}.container input:disabled~.checkmark::after{background:var(--ic-radio-button-disabled)}.container:hover input:disabled~.checkmark{box-shadow:none;border:0.125rem solid none}.container:active input:disabled~.checkmark::after{background-color:var(--ic-radio-button-disabled)}.container .checkmark::after{content:\"\";position:absolute;display:none;top:calc(50% - var(--ic-space-xs));left:calc(50% - var(--ic-space-xs));width:var(--ic-space-md);height:var(--ic-space-md);border-radius:50%;background:var(--ic-radio-button-default-active)}.ic-radio-group-small .container .checkmark::after{top:50%;left:50%;width:0.625rem;height:0.625rem;border-radius:50%;background:var(--ic-radio-button-default-active);transform:translate(-50%, -50%)}.radio-label{margin-left:var(--ic-space-md);--ic-typography-color:var(--ic-radio-button-text-option)}.ic-radio-group-small .radio-label{margin-left:var(--ic-space-xs)}.additional-field-wrapper{margin-left:var(--ic-space-xs)}.branch-corner{color:var(--ic-radio-button-required-bar);height:var(--ic-space-md);width:var(--ic-space-xl);border-radius:0 0 0 0.188rem;border-bottom:0.125rem solid var(--ic-radio-button-required-bar);border-left:0.125rem solid var(--ic-radio-button-required-bar);margin-left:calc(-1 * var(--ic-space-1px))}.dynamic-container{display:flex;position:relative;margin:var(--ic-space-xxs) 0 var(--ic-space-xxs) var(--ic-space-md);gap:var(--ic-space-xs)}.ic-radio-group-small .dynamic-container{margin-left:12px}.dynamic-container.hidden{display:none}.dynamic-text{color:var(--ic-radio-button-required-text);--ic-typography-color:var(--ic-radio-button-required-text);margin-top:calc(var(--ic-space-sm) / 2);margin-bottom:var(--ic-space-xs);border-radius:2%}@media (max-width: 576px){ic-text-field{--input-width:100%}}@media (forced-colors: active){.container input:checked~.checkmark,.container:active input:checked~.checkmark{border-color:Highlight}.container input:checked~.checkmark::after,.container:active input:checked~.checkmark::after{background-color:Highlight}.container input:disabled~.checkmark,.container input:checked:disabled~.checkmark{border-color:GrayText}.container input:disabled~.checkmark::after,.container:active input:disabled~.checkmark::after{background-color:GrayText}}input[type=\"radio\"]:dir(rtl){right:0}.radio-label:dir(rtl){padding-right:var(--ic-space-sm);padding-left:0}.branch-corner:dir(rtl){border-radius:0 0 0.188rem;border-right:0.125rem solid var(--ic-action-default);border-left:none}.dynamic-container:dir(rtl){margin:var(--ic-space-xxxs) var(--ic-space-sm) var(--ic-space-xxs) 0}";
|
13367
14756
|
var IcRadioOptionStyle0 = icRadioOptionCss;
|
13368
14757
|
|
13369
14758
|
const ADDITIONAL_FIELD = "additional-field";
|
@@ -14368,6 +15757,10 @@ class Select {
|
|
14368
15757
|
* 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.
|
14369
15758
|
*/
|
14370
15759
|
this.theme = "inherit";
|
15760
|
+
/**
|
15761
|
+
* The value of the `aria-live` attribute on the validation message.
|
15762
|
+
*/
|
15763
|
+
this.validationAriaLive = "polite";
|
14371
15764
|
/**
|
14372
15765
|
* The validation status - e.g. 'error' | 'warning' | 'success'.
|
14373
15766
|
*/
|
@@ -15022,12 +16415,13 @@ class Select {
|
|
15022
16415
|
}
|
15023
16416
|
render() {
|
15024
16417
|
var _a;
|
15025
|
-
const { size, disabled, fullWidth, helperText, hideLabel, label, menuId, multiple, name, options, placeholder, readonly, required, searchable, showClearButton, validationStatus, validationText, currValue, theme, hiddenInputValue, open, inputId, searchableSelectInputValue, loading, value, emptyOptionListText, uniqueOptions, selectOnEnter, form, inheritedAttributes, ariaActiveDescendant, hasTimedOut, noOptions, filteredOptions, clearButtonFocused, } = this;
|
16418
|
+
const { size, disabled, fullWidth, helperText, hideLabel, label, menuId, multiple, name, options, placeholder, readonly, required, searchable, showClearButton, validationAriaLive, validationStatus, validationText, currValue, theme, hiddenInputValue, open, inputId, searchableSelectInputValue, loading, value, emptyOptionListText, uniqueOptions, selectOnEnter, form, inheritedAttributes, ariaActiveDescendant, hasTimedOut, noOptions, filteredOptions, clearButtonFocused, } = this;
|
15026
16419
|
// HTML inputs only accept 'string' for their value
|
15027
16420
|
// Does not cause errors when it is a multi-select - sets value correctly, to a comma-separated string
|
15028
16421
|
renderHiddenInput(this.el, searchable ? hiddenInputValue : currValue, name || inputId, disabled);
|
15029
16422
|
const invalid = `${validationStatus === IcInformationStatus.Error}`;
|
15030
|
-
const
|
16423
|
+
const showValidation = hasValidationStatus(validationStatus, !!disabled);
|
16424
|
+
const describedBy = getInputDescribedByText(this.el, inputId, helperText !== "", showValidation).trim();
|
15031
16425
|
const valueLabelString = multiple
|
15032
16426
|
? this.getMultipleOptionsString(currValue)
|
15033
16427
|
: this.getLabelFromValue(currValue);
|
@@ -15035,18 +16429,18 @@ class Select {
|
|
15035
16429
|
(searchable
|
15036
16430
|
? !!searchableSelectInputValue
|
15037
16431
|
: !!currValue && !loading && showClearButton);
|
15038
|
-
return (hAsync(Host, { key: '
|
16432
|
+
return (hAsync(Host, { key: 'd4771b458b86fdf5e8fd7242b0faa34c641dc1fd', class: {
|
15039
16433
|
"ic-select-disabled": disabled,
|
15040
16434
|
"ic-select-searchable": searchable,
|
15041
16435
|
[`ic-select-${size}`]: size !== "medium",
|
15042
16436
|
"ic-select-full-width": fullWidth,
|
15043
16437
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
15044
|
-
}, onBlur: this.onBlur }, hAsync("ic-input-container", { key: '
|
16438
|
+
}, onBlur: this.onBlur }, hAsync("ic-input-container", { key: '085e9b190479932161c56015ed340dda3e94bd20', readonly: readonly }, !hideLabel && (hAsync("ic-input-label", { key: '7ed1f56a30c8ba83b5c5f21291221d8910310fbd', for: inputId, label: label, helperText: helperText, required: required, disabled: disabled, readonly: readonly }, hAsync("slot", { key: '1d3aac656b887c2a553f425e310d3be2fcc0a570', name: "helper-text", slot: "helper-text" }))), hAsync("ic-input-component-container", { key: '7f6973e971e7b892717e72d8420346d8951751ca', ref: (el) => (this.anchorEl = el), class: { "menu-open": open }, size: size, fullWidth: fullWidth, disabled: disabled, readonly: readonly, validationStatus: validationStatus }, isSlotUsed(this.el, "icon") &&
|
15045
16439
|
!disabled &&
|
15046
|
-
(!readonly || !!value) && (hAsync("span", { key: '
|
16440
|
+
(!readonly || !!value) && (hAsync("span", { key: '208359e9a4b4c92823fa924ce0e7b0e5419c0cef', slot: "left-icon", class: {
|
15047
16441
|
readonly,
|
15048
16442
|
"has-value": !!value,
|
15049
|
-
} }, hAsync("slot", { key: '
|
16443
|
+
} }, hAsync("slot", { key: '462c17f5f746f3d54eaff493c990e6527ed7c381', name: "icon" }))), readonly ? (hAsync("ic-typography", null, hAsync("p", null, valueLabelString))) : isMobileOrTablet() && !multiple ? (hAsync("select", Object.assign({ ref: (el) => (this.nativeSelectElement = el), disabled: disabled, onChange: this.handleNativeSelectChange, required: required, id: inputId, "aria-label": label, "aria-describedby": describedBy, "aria-invalid": invalid, onBlur: this.onBlur, onFocus: this.onFocus, onKeyDown: this.handleNativeSelectKeyDown, form: form }, inheritedAttributes), hAsync("option", { value: "", selected: true, disabled: !showClearButton }, placeholder), options.map((option) => option.children ? (hAsync("optgroup", { label: option.label }, option.children.map((child) => this.renderNativeOption(child)))) : (this.renderNativeOption(option))))) : searchable ? (hAsync("div", { class: "searchable-select-container" }, hAsync("input", { class: {
|
15050
16444
|
"value-text": true,
|
15051
16445
|
"select-input": true,
|
15052
16446
|
"with-clear-button": !!searchableSelectInputValue,
|
@@ -15067,13 +16461,15 @@ class Select {
|
|
15067
16461
|
} }, valueLabelString || placeholder), hAsync("div", { class: "select-input-end" }, isClearable && hAsync("div", { class: "divider" }), hAsync("span", { class: {
|
15068
16462
|
"expand-icon": true,
|
15069
16463
|
"expand-icon-open": open,
|
15070
|
-
}, innerHTML: Expand, "aria-hidden": "true" }))), isClearable && (hAsync("ic-button", { id: "clear-button", "aria-label": "Clear selection", class: "clear-button", innerHTML: Clear, onClick: this.handleClear, onFocus: this.handleClearButtonFocus, onBlur: this.handleClearButtonBlur, size: size, variant: "icon-tertiary", theme: clearButtonFocused ? "light" : "dark" }))))), (!isMobileOrTablet() || multiple) && (hAsync("ic-menu", { key: '
|
16464
|
+
}, innerHTML: Expand, "aria-hidden": "true" }))), isClearable && (hAsync("ic-button", { id: "clear-button", "aria-label": "Clear selection", class: "clear-button", innerHTML: Clear, onClick: this.handleClear, onFocus: this.handleClearButtonFocus, onBlur: this.handleClearButtonBlur, size: size, variant: "icon-tertiary", theme: clearButtonFocused ? "light" : "dark" }))))), (!isMobileOrTablet() || multiple) && (hAsync("ic-menu", { key: '4daeee28961203c0b190687229c0f9f2b4a1d66e', class: {
|
15071
16465
|
"no-results": loading ||
|
15072
16466
|
hasTimedOut ||
|
15073
16467
|
((_a = noOptions === null || noOptions === void 0 ? void 0 : noOptions[0]) === null || _a === void 0 ? void 0 : _a.label) === emptyOptionListText,
|
15074
16468
|
}, ref: (el) => (this.menu = el), inputEl: searchable
|
15075
16469
|
? this.searchableSelectElement
|
15076
|
-
: this.customSelectElement, inputLabel: label, anchorEl: this.anchorEl, size: size, menuId: menuId, open: open, options: searchable ? filteredOptions : uniqueOptions, value: multiple ? currValue : currValue, fullWidth: fullWidth, selectOnEnter: selectOnEnter, onMenuStateChange: this.handleMenuChange, onMenuOptionSelect: this.handleCustomSelectChange, onMenuOptionSelectAll: this.handleSelectAllChange, onMenuKeyPress: this.handleMenuKeyPress, onUngroupedOptionsSet: this.setUngroupedOptions, onRetryButtonClicked: this.handleRetry, parentEl: this.el, onTimeoutBlur: this.onTimeoutBlur, activationType: searchable || multiple || selectOnEnter ? "manual" : "automatic", closeOnSelect: !multiple, multiSelect: multiple ? true : false, searchableSelect: searchable ? true : false })), multiple && (hAsync("div", { key: '
|
16470
|
+
: this.customSelectElement, inputLabel: label, anchorEl: this.anchorEl, size: size, menuId: menuId, open: open, options: searchable ? filteredOptions : uniqueOptions, value: multiple ? currValue : currValue, fullWidth: fullWidth, selectOnEnter: selectOnEnter, onMenuStateChange: this.handleMenuChange, onMenuOptionSelect: this.handleCustomSelectChange, onMenuOptionSelectAll: this.handleSelectAllChange, onMenuKeyPress: this.handleMenuKeyPress, onUngroupedOptionsSet: this.setUngroupedOptions, onRetryButtonClicked: this.handleRetry, parentEl: this.el, onTimeoutBlur: this.onTimeoutBlur, activationType: searchable || multiple || selectOnEnter ? "manual" : "automatic", closeOnSelect: !multiple, multiSelect: multiple ? true : false, searchableSelect: searchable ? true : false })), multiple && (hAsync("div", { key: '87993e273df521157bb8101f5f96639b0cb3503b', "aria-live": "polite", role: "status", class: "multi-select-selected-count" })), hAsync("ic-input-validation", { key: 'c0248fb27e0d97f885c8227ffda4534ab65561ec', class: {
|
16471
|
+
"menu-open": open,
|
16472
|
+
}, ariaLiveMode: validationAriaLive, status: showValidation ? validationStatus : "", message: showValidation ? validationText : "", for: inputId }))));
|
15077
16473
|
}
|
15078
16474
|
static get delegatesFocus() { return true; }
|
15079
16475
|
get el() { return getElement(this); }
|
@@ -15114,6 +16510,7 @@ class Select {
|
|
15114
16510
|
"size": [1],
|
15115
16511
|
"timeout": [2],
|
15116
16512
|
"theme": [1],
|
16513
|
+
"validationAriaLive": [1, "validation-aria-live"],
|
15117
16514
|
"validationStatus": [1, "validation-status"],
|
15118
16515
|
"validationText": [1, "validation-text"],
|
15119
16516
|
"loading": [1028],
|
@@ -15847,6 +17244,19 @@ class Step {
|
|
15847
17244
|
* @internal If `true`, and a compact stepper is being used, the current step will be the only step in view.
|
15848
17245
|
*/
|
15849
17246
|
this.current = false;
|
17247
|
+
/**
|
17248
|
+
* Words within the component that can be replaced to translate the component into a different language
|
17249
|
+
*/
|
17250
|
+
this.icI18n = {
|
17251
|
+
next: "Next",
|
17252
|
+
step: "Step",
|
17253
|
+
of: "of",
|
17254
|
+
lastStep: "Last step",
|
17255
|
+
completed: "Completed",
|
17256
|
+
notRequired: "Not required",
|
17257
|
+
required: "Required",
|
17258
|
+
optional: "Optional",
|
17259
|
+
};
|
15850
17260
|
/**
|
15851
17261
|
* @internal 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.
|
15852
17262
|
*/
|
@@ -15866,96 +17276,95 @@ class Step {
|
|
15866
17276
|
}
|
15867
17277
|
render() {
|
15868
17278
|
var _a, _b;
|
17279
|
+
const { compactStepStyling, current, heading, icI18n, lastStep, lastStepNum, nextStepHeading, progress, status, stepNum, subheading, theme, type, variant, } = this;
|
15869
17280
|
// ARIA LABEL
|
15870
17281
|
let ariaLabel = "";
|
15871
|
-
if (
|
15872
|
-
ariaLabel =
|
17282
|
+
if (type === "completed") {
|
17283
|
+
ariaLabel = `. ${icI18n.completed}`;
|
15873
17284
|
}
|
15874
|
-
else if (
|
15875
|
-
ariaLabel =
|
17285
|
+
else if (type === "disabled") {
|
17286
|
+
ariaLabel = `. ${icI18n.notRequired}`;
|
15876
17287
|
}
|
15877
|
-
else if (
|
15878
|
-
ariaLabel =
|
17288
|
+
else if (status === "required") {
|
17289
|
+
ariaLabel = `. ${icI18n.required}`;
|
15879
17290
|
}
|
15880
|
-
else if (
|
15881
|
-
ariaLabel =
|
17291
|
+
else if (status === "optional") {
|
17292
|
+
ariaLabel = `. ${icI18n.optional}`;
|
15882
17293
|
}
|
15883
17294
|
// STEP STATUS
|
15884
17295
|
let stepStatus;
|
15885
|
-
if (
|
15886
|
-
stepStatus =
|
17296
|
+
if (status && isPropDefined(status)) {
|
17297
|
+
stepStatus = status[0].toUpperCase() + status.slice(1);
|
15887
17298
|
}
|
15888
17299
|
// STEP TYPE
|
15889
17300
|
let stepType;
|
15890
|
-
if (
|
15891
|
-
stepType =
|
17301
|
+
if (type === "disabled" || compactStepStyling === "disabled") {
|
17302
|
+
stepType = icI18n.notRequired;
|
15892
17303
|
}
|
15893
|
-
else if (
|
15894
|
-
stepType =
|
17304
|
+
else if (compactStepStyling === "completed") {
|
17305
|
+
stepType = icI18n.completed;
|
15895
17306
|
}
|
15896
17307
|
// STATUS ICON FOR COMPACT STEP
|
15897
17308
|
let statusIcon;
|
15898
|
-
if (
|
15899
|
-
statusIcon = (hAsync("span", { key: '
|
17309
|
+
if (type === "completed" || compactStepStyling === "completed") {
|
17310
|
+
statusIcon = (hAsync("span", { key: '8c76808f7d75f2d9ae6293209ef86bae0e79716d', class: "check-icon step-icon", "aria-hidden": "true", innerHTML: checkIcon }));
|
15900
17311
|
}
|
15901
|
-
else if (
|
15902
|
-
|
15903
|
-
statusIcon = (hAsync("span", { key: '6f4911859d103732d5f2133a26dc4e05cd6a3d22', class: "warning-icon step-icon", "aria-hidden": "true", innerHTML: warningIcon }));
|
17312
|
+
else if (type === "disabled" || compactStepStyling === "disabled") {
|
17313
|
+
statusIcon = (hAsync("span", { key: '16ba6a8045db3f5694f7546a5458b6f91261d814', class: "warning-icon step-icon", "aria-hidden": "true", innerHTML: warningIcon }));
|
15904
17314
|
}
|
15905
17315
|
// COMPACT STEP COMPONENT
|
15906
|
-
const compactStep = (hAsync("div", { key: '
|
17316
|
+
const compactStep = (hAsync("div", { key: '914fd4dade3b6900052b9ac08f665610f10ee467', class: {
|
15907
17317
|
["step"]: true,
|
15908
|
-
["current"]: !!
|
15909
|
-
[`compact-step-${
|
15910
|
-
["disabled"]:
|
15911
|
-
} }, hAsync("ic-loading-indicator", { key: '
|
17318
|
+
["current"]: !!current,
|
17319
|
+
[`compact-step-${compactStepStyling}`]: !!compactStepStyling,
|
17320
|
+
["disabled"]: type === "disabled" || compactStepStyling === "disabled",
|
17321
|
+
} }, hAsync("ic-loading-indicator", { key: '4679914758455a299e8bab80e4640fa3fcdb6a18', class: {
|
15912
17322
|
"compact-step-progress-indicator": true,
|
15913
|
-
"not-required":
|
15914
|
-
|
15915
|
-
|
15916
|
-
|
15917
|
-
this.type === "disabled" ||
|
17323
|
+
"not-required": type === "disabled" || compactStepStyling === "disabled",
|
17324
|
+
}, "aria-hidden": "true", size: "small", "inner-label": stepNum, progress: progress }), hAsync("div", { key: '7666cfe7acb4966bcb1baa07f457dba6b21120b5', class: "heading-area" }, hAsync("ic-typography", { key: '247088bc17d4ed998e5d04150e4a2e0c0a0185b2', variant: "h4", class: "heading" }, heading), hAsync("div", { key: 'bf63017723f6db8ccbb27583a2f04a548c596ea9', class: "info-line" }, hAsync("ic-typography", { key: '621c958bc31df3631b808a8055d964d71ba97388', variant: "caption", class: "step-num" }, `${stepNum} ${icI18n.of} ${lastStepNum}`, hAsync("span", { key: 'e08ea47dd3a11327ca6ee4b8e0d75f292c8c812f', class: "visually-hidden" }, " steps")), (this.subheading ||
|
17325
|
+
type === "completed" ||
|
17326
|
+
type === "disabled" ||
|
15918
17327
|
(this.variant === "compact" &&
|
15919
|
-
!!
|
15920
|
-
|
15921
|
-
!!
|
15922
|
-
?
|
15923
|
-
:
|
15924
|
-
(
|
15925
|
-
|
15926
|
-
|
15927
|
-
(
|
15928
|
-
|
17328
|
+
!!compactStepStyling &&
|
17329
|
+
compactStepStyling !== "active") ||
|
17330
|
+
!!status) && (hAsync("div", { key: '7614152c3bfad5b936e206e3ab9c295763f2569c', class: "step-status" }, statusIcon !== undefined && statusIcon, (subheading || stepType) && (hAsync("ic-typography", { key: '8c1e5c2b326a40237d5e3ef5ed1bcdec7c8f8132', variant: "caption" }, subheading !== null && isPropDefined(subheading)
|
17331
|
+
? subheading
|
17332
|
+
: type === "disabled" ||
|
17333
|
+
(variant === "compact" &&
|
17334
|
+
compactStepStyling === "disabled") ||
|
17335
|
+
type === "completed" ||
|
17336
|
+
(variant === "compact" &&
|
17337
|
+
compactStepStyling === "completed")
|
15929
17338
|
? stepType
|
15930
|
-
:
|
17339
|
+
: status && stepStatus))))), lastStep ? (hAsync("ic-typography", { variant: "subtitle-small", class: "next-step" }, icI18n.lastStep)) : (isPropDefined(nextStepHeading) && (hAsync("ic-typography", { variant: "subtitle-small", class: "next-step" }, icI18n.next, hAsync("span", { class: "visually-hidden" }, " ", icI18n.step), ":", " ", this.nextStepHeading))))));
|
15931
17340
|
// ICON FOR DEFAULT STEP
|
15932
17341
|
let icon;
|
15933
|
-
if (
|
15934
|
-
icon = (hAsync("ic-typography", { key: '
|
17342
|
+
if (type !== "completed") {
|
17343
|
+
icon = (hAsync("ic-typography", { key: 'ffa20478aed6b35a92c1cc1f16ebcebb97492553', variant: "subtitle-small" }, hAsync("span", { key: 'ed4a75d2aab01948cd6417c697a0c150d9f1d262', class: "step-icon-inner", "aria-hidden": "true" }, this.stepNum)));
|
15935
17344
|
}
|
15936
17345
|
else {
|
15937
|
-
icon = (hAsync("div", { key: '
|
17346
|
+
icon = (hAsync("div", { key: 'b50a1c3094e7f1328d0f86ab10892afcd8a3c41a', class: "step-icon-inner", "aria-hidden": "true" }, hAsync("span", { key: '8c277146b4a653097a7e8ec5ceff6112e667ac38', class: "check-icon", innerHTML: checkIcon })));
|
15938
17347
|
}
|
15939
17348
|
// STEP CONNECT FOR DEFAULT STEP
|
15940
|
-
const partialBar =
|
15941
|
-
const finalStep = !
|
17349
|
+
const partialBar = type === "current" && (hAsync("div", { key: '5bc99a6129f3dfffc9b57175a2a18fd589a07557', class: "step-connect-inner" }));
|
17350
|
+
const finalStep = !lastStep && (hAsync("div", { key: 'e16d56443005483e87a58164452d57fe93ccbaca', class: {
|
15942
17351
|
["step-connect"]: true,
|
15943
17352
|
["aligned-full-width"]: !!(((_a = this.el.parentElement) === null || _a === void 0 ? void 0 : _a.classList.contains("ic-stepper-default")) &&
|
15944
17353
|
!this.el.parentElement.classList.contains("ic-stepper-aligned-left")),
|
15945
17354
|
} }, partialBar));
|
15946
17355
|
// DEFAULT STEP COMPONENT
|
15947
|
-
const defaultStep = (hAsync("div", { key: '
|
17356
|
+
const defaultStep = (hAsync("div", { key: 'd50917250a7ce0866f877bf7b957a45789059240', class: {
|
15948
17357
|
["step"]: true,
|
15949
|
-
[`${
|
15950
|
-
} }, hAsync("div", { key: '
|
15951
|
-
?
|
17358
|
+
[`${type}`]: true,
|
17359
|
+
} }, hAsync("div", { key: 'c90e98efccf917d2327958e5bd0a722561e3e661', class: "step-top" }, hAsync("div", { key: '2ae403e7604d97633da0f5df80665626312e6d98', class: "step-icon" }, icon), finalStep), (heading || subheading || status) && (hAsync("div", { key: '0b028ca96dd4ba62da9a77327575af1178b95e87', class: "heading-area" }, heading && (hAsync("ic-typography", { key: '19127034e751855cf6b817d4afe4e4b6e1542321', variant: "subtitle-large", class: "heading" }, heading)), heading && (subheading || status) && (hAsync("ic-typography", { key: '1faa4f2dfc841105d9989e442360c44d0b162f4d', variant: "caption", class: "subheading" }, subheading !== null && isPropDefined(subheading)
|
17360
|
+
? subheading
|
15952
17361
|
: stepStatus))))));
|
15953
|
-
return (hAsync(Host, { key: '
|
17362
|
+
return (hAsync(Host, { key: '05bb1106d2259fca749c197e79caa408dc237326', role: "listitem", "aria-label": `${icI18n.step} ${stepNum}${ariaLabel}`, "aria-current": (current || type === "current") && "step", class: {
|
15954
17363
|
["aligned-full-width"]: !!(((_b = this.el.parentElement) === null || _b === void 0 ? void 0 : _b.classList.contains("ic-stepper-default")) &&
|
15955
17364
|
!this.el.parentElement.classList.contains("ic-stepper-aligned-left")),
|
15956
|
-
[`ic-step-${
|
15957
|
-
[`ic-theme-${
|
15958
|
-
} },
|
17365
|
+
[`ic-step-${variant}`]: true,
|
17366
|
+
[`ic-theme-${theme}`]: this.theme !== "inherit",
|
17367
|
+
} }, variant === "compact" ? compactStep : defaultStep));
|
15959
17368
|
}
|
15960
17369
|
get el() { return getElement(this); }
|
15961
17370
|
static get watchers() { return {
|
@@ -15968,6 +17377,7 @@ class Step {
|
|
15968
17377
|
"$members$": {
|
15969
17378
|
"compactStepStyling": [1, "compact-step-styling"],
|
15970
17379
|
"current": [1028],
|
17380
|
+
"icI18n": [16],
|
15971
17381
|
"lastStep": [4, "last-step"],
|
15972
17382
|
"lastStepNum": [2, "last-step-num"],
|
15973
17383
|
"nextStepHeading": [1, "next-step-heading"],
|
@@ -16015,6 +17425,19 @@ class Stepper {
|
|
16015
17425
|
* 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.
|
16016
17426
|
*/
|
16017
17427
|
this.hideStepInfo = false;
|
17428
|
+
/**
|
17429
|
+
* Provide alternative values for text in all child steps. For the purpose of translating the application into other languages.
|
17430
|
+
*/
|
17431
|
+
this.icI18n = {
|
17432
|
+
next: "Next",
|
17433
|
+
step: "Step",
|
17434
|
+
of: "of",
|
17435
|
+
lastStep: "Last step",
|
17436
|
+
completed: "Completed",
|
17437
|
+
notRequired: "Not required",
|
17438
|
+
required: "Required",
|
17439
|
+
optional: "Optional",
|
17440
|
+
};
|
16018
17441
|
/**
|
16019
17442
|
* 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.
|
16020
17443
|
*/
|
@@ -16060,6 +17483,10 @@ class Stepper {
|
|
16060
17483
|
this.initialiseStepStates = () => {
|
16061
17484
|
this.steps.forEach((step, index) => {
|
16062
17485
|
var _a, _b, _c;
|
17486
|
+
// Set language
|
17487
|
+
if (this.icI18n !== undefined) {
|
17488
|
+
step.icI18n = this.icI18n;
|
17489
|
+
}
|
16063
17490
|
// Set variant
|
16064
17491
|
step.variant = this.variant;
|
16065
17492
|
// Assign stepNum to each step
|
@@ -16231,11 +17658,11 @@ class Stepper {
|
|
16231
17658
|
checkResizeObserver(this.runResizeObserver);
|
16232
17659
|
}
|
16233
17660
|
render() {
|
16234
|
-
return (hAsync(Host, { key: '
|
17661
|
+
return (hAsync(Host, { key: 'a5ec9b8d778ba54adf1b3034455e64df0a51fd7c', class: {
|
16235
17662
|
[`ic-stepper-${this.variant}`]: true,
|
16236
17663
|
["ic-stepper-aligned-left"]: this.variant === "default" && this.aligned === "left",
|
16237
17664
|
[`ic-theme-${this.theme}`]: this.theme !== "inherit",
|
16238
|
-
} }, hAsync("ul", { key: '
|
17665
|
+
} }, hAsync("ul", { key: '4140f5cb20325ee4c5c98c855c4b822a448294e8', class: "step-item-list" }, hAsync("slot", { key: 'cda080de502e7760bb3f9a1519f0261b554b0b77' }))));
|
16239
17666
|
}
|
16240
17667
|
get el() { return getElement(this); }
|
16241
17668
|
static get watchers() { return {
|
@@ -16251,6 +17678,7 @@ class Stepper {
|
|
16251
17678
|
"aligned": [1],
|
16252
17679
|
"connectorWidth": [2, "connector-width"],
|
16253
17680
|
"hideStepInfo": [4, "hide-step-info"],
|
17681
|
+
"icI18n": [16],
|
16254
17682
|
"theme": [1],
|
16255
17683
|
"variant": [1025],
|
16256
17684
|
"alignedFullWidth": [32],
|
@@ -16878,7 +18306,7 @@ class TabPanel {
|
|
16878
18306
|
}; }
|
16879
18307
|
}
|
16880
18308
|
|
16881
|
-
const icTextFieldCss = "/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%;}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=\"button\"],[type=\"reset\"],[type=\"submit\"]{-webkit-appearance:button}button::-moz-focus-inner,[type=\"button\"]::-moz-focus-inner,[type=\"reset\"]::-moz-focus-inner,[type=\"submit\"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=\"button\"]:-moz-focusring,[type=\"reset\"]:-moz-focusring,[type=\"submit\"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=\"checkbox\"],[type=\"radio\"]{box-sizing:border-box;padding:0;}[type=\"number\"]::-webkit-inner-spin-button,[type=\"number\"]::-webkit-outer-spin-button{height:auto}[type=\"search\"]{-webkit-appearance:textfield;outline-offset:-2px;}[type=\"search\"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font-style:inherit;vertical-align:baseline}:host{display:block;--ic-input-label-helpertext-padding:var(--ic-space-xs);--border-color:var(--ic-text-field-border-neutral);--border-color-hover:var(--ic-text-field-border-neutral-hover);--border-color-pressed:var(--ic-text-field-border-neutral-pressed);--border-color-disabled:var(--ic-text-field-border-disabled);--border-color-error:var(--ic-text-field-border-error);--border-color-error-hover:var(--ic-text-field-border-error-hover);--border-color-error-pressed:var(--ic-text-field-border-error-pressed);--border-color-success:var(--ic-text-field-border-success);--border-color-success-hover:var(--ic-text-field-border-success-hover);--border-color-success-pressed:var(--ic-text-field-border-success-pressed);--border-color-warning:var(--ic-text-field-border-warning);--border-color-warning-hover:var(--ic-text-field-border-warning-hover);--border-color-warning-pressed:var(--ic-text-field-border-warning-pressed);--ic-input-label-text-color:var(--ic-text-field-label);--ic-input-label-helper-text-color:var(--ic-text-field-subtitle);--ic-input-validation-status-text-color:var(--ic-text-field-state-text);--ic-input-validation-error:var(--ic-text-field-state-icon-error);--ic-input-validation-warning-icon-color:var(\n --ic-text-field-state-icon-warning\n );--ic-input-validation-success-icon-color:var(\n --ic-text-field-state-icon-success\n );--ic-input-component-container-success-icon-inline-color:var(\n --ic-text-field-state-icon-success\n )}:host(.ic-text-field-disabled){--ic-input-label-text-color:var(--ic-text-field-label-disabled);--ic-input-label-helper-text-color:var(--ic-text-field-subtitle-disabled);--text-field-placeholder-color:var(\n --ic-text-field-text-area-placeholder-text-disabled\n )}:host(.ic-text-field-full-width){width:100%}::-moz-placeholder{color:var(\n --text-field-placeholder-color,\n var(--ic-text-field-placeholder-text)\n );opacity:1}::placeholder{color:var(\n --text-field-placeholder-color,\n var(--ic-text-field-placeholder-text)\n );opacity:1}input,textarea{border:0;border-radius:var(--ic-border-radius);color:var(--text-field-text-color, var(--ic-text-field-text));background-color:var(--input-bg-color, var(--ic-text-field-background));line-height:1.5rem;letter-spacing:0.005rem;width:100%;padding-right:var(--ic-space-xs);padding-left:var(--ic-space-xs);caret-color:var(\n --text-field-typing-cursor,\n var(--ic-text-field-typing-cursor)\n )}textarea{min-height:var(--ic-space-lg);resize:vertical;padding-top:0.375rem}input:focus,textarea:focus{border:0;outline:0}input:disabled,textarea:disabled{color:var(\n --text-field-disabled-text-color,\n var(--ic-text-field-text-disabled)\n )}input.readonly,textarea.readonly{color:var(--ic-text-field-read-only-input-text-internal);background:transparent}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=\"number\"]{-moz-appearance:textfield}textarea.no-resize{resize:none}.char-count-text{--ic-typography-color:var(--ic-text-field-character-limit);padding-right:var(--ic-space-xxxs)}:host(.ic-text-field-disabled) .char-count-text{--ic-typography-color:var(--ic-text-field-character-limit-disabled)}.no-left-pad{padding-left:0}::slotted([slot=\"icon\"]){fill:var(--ic-text-field-text-disabled)}.has-value ::slotted([slot=\"icon\"]){fill:var(--ic-text-field-input-internal-icon)}.char-count{margin-right:calc(-1 * var(--ic-space-xxxs))}.remaining-char-count-desc{position:absolute;left:-9999px}.
|
18309
|
+
const icTextFieldCss = "/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%;}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=\"button\"],[type=\"reset\"],[type=\"submit\"]{-webkit-appearance:button}button::-moz-focus-inner,[type=\"button\"]::-moz-focus-inner,[type=\"reset\"]::-moz-focus-inner,[type=\"submit\"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=\"button\"]:-moz-focusring,[type=\"reset\"]:-moz-focusring,[type=\"submit\"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=\"checkbox\"],[type=\"radio\"]{box-sizing:border-box;padding:0;}[type=\"number\"]::-webkit-inner-spin-button,[type=\"number\"]::-webkit-outer-spin-button{height:auto}[type=\"search\"]{-webkit-appearance:textfield;outline-offset:-2px;}[type=\"search\"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font-style:inherit;vertical-align:baseline}:host{display:block;--ic-input-label-helpertext-padding:var(--ic-space-xs);--border-color:var(--ic-text-field-border-neutral);--border-color-hover:var(--ic-text-field-border-neutral-hover);--border-color-pressed:var(--ic-text-field-border-neutral-pressed);--border-color-disabled:var(--ic-text-field-border-disabled);--border-color-error:var(--ic-text-field-border-error);--border-color-error-hover:var(--ic-text-field-border-error-hover);--border-color-error-pressed:var(--ic-text-field-border-error-pressed);--border-color-success:var(--ic-text-field-border-success);--border-color-success-hover:var(--ic-text-field-border-success-hover);--border-color-success-pressed:var(--ic-text-field-border-success-pressed);--border-color-warning:var(--ic-text-field-border-warning);--border-color-warning-hover:var(--ic-text-field-border-warning-hover);--border-color-warning-pressed:var(--ic-text-field-border-warning-pressed);--ic-input-label-text-color:var(--ic-text-field-label);--ic-input-label-helper-text-color:var(--ic-text-field-subtitle);--ic-input-validation-status-text-color:var(--ic-text-field-state-text);--ic-input-validation-error:var(--ic-text-field-state-icon-error);--ic-input-validation-warning-icon-color:var(\n --ic-text-field-state-icon-warning\n );--ic-input-validation-success-icon-color:var(\n --ic-text-field-state-icon-success\n );--ic-input-component-container-success-icon-inline-color:var(\n --ic-text-field-state-icon-success\n )}:host(.ic-text-field-disabled){--ic-input-label-text-color:var(--ic-text-field-label-disabled);--ic-input-label-helper-text-color:var(--ic-text-field-subtitle-disabled);--text-field-placeholder-color:var(\n --ic-text-field-text-area-placeholder-text-disabled\n )}:host(.ic-text-field-full-width){width:100%}::-moz-placeholder{color:var(\n --text-field-placeholder-color,\n var(--ic-text-field-placeholder-text)\n );opacity:1}::placeholder{color:var(\n --text-field-placeholder-color,\n var(--ic-text-field-placeholder-text)\n );opacity:1}input,textarea{border:0;border-radius:var(--ic-border-radius);color:var(--text-field-text-color, var(--ic-text-field-text));background-color:var(--input-bg-color, var(--ic-text-field-background));line-height:1.5rem;letter-spacing:0.005rem;width:100%;padding-right:var(--ic-space-xs);padding-left:var(--ic-space-xs);caret-color:var(\n --text-field-typing-cursor,\n var(--ic-text-field-typing-cursor)\n )}textarea{min-height:var(--ic-space-lg);resize:vertical;padding-top:0.375rem}input:focus,textarea:focus{border:0;outline:0}input:disabled,textarea:disabled{color:var(\n --text-field-disabled-text-color,\n var(--ic-text-field-text-disabled)\n )}input.readonly,textarea.readonly{color:var(--ic-text-field-read-only-input-text-internal);background:transparent}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=\"number\"]{-moz-appearance:textfield}textarea.no-resize{resize:none}.char-count-text{--ic-typography-color:var(--ic-text-field-character-limit);padding-right:var(--ic-space-xxxs)}:host(.ic-text-field-disabled) .char-count-text{--ic-typography-color:var(--ic-text-field-character-limit-disabled)}.no-left-pad{padding-left:0}::slotted([slot=\"icon\"]){fill:var(--ic-text-field-text-disabled)}.has-value ::slotted([slot=\"icon\"]){fill:var(--ic-text-field-input-internal-icon)}.char-count{margin-right:calc(-1 * var(--ic-space-xxxs))}.remaining-char-count-desc{position:absolute;left:-9999px}.show-validation{margin-top:var(--ic-space-xs)}input[type=\"search\"]::-webkit-search-cancel-button,input[type=\"search\"]::-webkit-search-decoration,input[type=\"search\"]::-webkit-search-results-button,input[type=\"search\"]::-webkit-search-results-decoration{display:none}input[type=\"search\"].truncate-value{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media (forced-colors: active){input.readonly,textarea.readonly{color:canvastext}.has-value ::slotted([slot=\"icon\"]){fill:currentcolor}}";
|
16882
18310
|
var IcTextFieldStyle0 = icTextFieldCss;
|
16883
18311
|
|
16884
18312
|
let inputIds = 0;
|
@@ -16906,10 +18334,6 @@ class TextField {
|
|
16906
18334
|
this.maxValueExceeded = false;
|
16907
18335
|
this.minValueUnattained = false;
|
16908
18336
|
this.isFocussed = false;
|
16909
|
-
/**
|
16910
|
-
* 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"`.
|
16911
|
-
*/
|
16912
|
-
this.validationAriaLive = "default";
|
16913
18337
|
/**
|
16914
18338
|
* The automatic capitalisation of the text value as it is entered/edited by the user.
|
16915
18339
|
* Available options: "off", "none", "on", "sentences", "words", "characters".
|
@@ -17032,6 +18456,10 @@ class TextField {
|
|
17032
18456
|
* The type of control to display. The default type is text.
|
17033
18457
|
*/
|
17034
18458
|
this.type = "text";
|
18459
|
+
/**
|
18460
|
+
* 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"`.
|
18461
|
+
*/
|
18462
|
+
this.validationAriaLive = "default";
|
17035
18463
|
/**
|
17036
18464
|
* If `true`, the icon in input control will be displayed - only applies when validationStatus ='success'.
|
17037
18465
|
*/
|
@@ -17278,12 +18706,12 @@ class TextField {
|
|
17278
18706
|
"no-resize": resize === false || !!readonly,
|
17279
18707
|
"no-left-pad": !showLeftIcon && !!readonly,
|
17280
18708
|
readonly: !!readonly,
|
17281
|
-
}, name: name, ref: (el) => (this.inputEl = el), value: value, rows: rows, required: required, disabled: disabledMode, placeholder: placeholder, readonly: readonly, onInput: this.onInput, onBlur: this.onBlur, onFocus: this.onFocus, onScroll: this.onTextAreaScroll, "aria-label": label, "aria-describedby": describedBy, "aria-invalid": invalid, autocomplete: autocomplete, autocapitalize: autocapitalize, spellcheck: spellcheck, inputmode: inputmode, maxlength: maxCharactersReached ? maxCharacters : undefined, minlength: minCharactersUnattained ? minCharacters : undefined }, inheritedAttributes))), isSlotUsed(el, "clear-button") && (hAsync("slot", { key: 'e02f69a6fd4c654b7f3b5f1593f7a29c7412d10f', name: "clear-button" })), isSlotUsed(el, "search-submit-button") && (hAsync("slot", { key: '2e32b1afd58a382a804a356537489efa523009ce', name: "search-submit-button" }))), isSlotUsed(el, "menu") && hAsync("slot", { key: '1cbac8ded359309907e51f16033b03d266eb8828', name: "menu" }), hAsync("ic-input-validation", { key: '
|
18709
|
+
}, name: name, ref: (el) => (this.inputEl = el), value: value, rows: rows, required: required, disabled: disabledMode, placeholder: placeholder, readonly: readonly, onInput: this.onInput, onBlur: this.onBlur, onFocus: this.onFocus, onScroll: this.onTextAreaScroll, "aria-label": label, "aria-describedby": describedBy, "aria-invalid": invalid, autocomplete: autocomplete, autocapitalize: autocapitalize, spellcheck: spellcheck, inputmode: inputmode, maxlength: maxCharactersReached ? maxCharacters : undefined, minlength: minCharactersUnattained ? minCharacters : undefined }, inheritedAttributes))), isSlotUsed(el, "clear-button") && (hAsync("slot", { key: 'e02f69a6fd4c654b7f3b5f1593f7a29c7412d10f', name: "clear-button" })), isSlotUsed(el, "search-submit-button") && (hAsync("slot", { key: '2e32b1afd58a382a804a356537489efa523009ce', name: "search-submit-button" }))), isSlotUsed(el, "menu") && hAsync("slot", { key: '1cbac8ded359309907e51f16033b03d266eb8828', name: "menu" }), hAsync("ic-input-validation", { key: '55a5e1762111cb2715679f6263719924b098acd4', class: { "show-validation": this.showValidationMargin() }, status: this.hasStatus(currentStatus) === false ||
|
17282
18710
|
(currentStatus === IcInformationStatus.Success &&
|
17283
18711
|
validationInline) ||
|
17284
18712
|
validationInlineInternal
|
17285
18713
|
? ""
|
17286
|
-
: currentStatus, message: showStatusText ? currentValidationText : "", ariaLiveMode: messageAriaLive, for: inputId, fullWidth: fullWidth }, !readonly && maxNumChars > 0 && (hAsync("div", { key: '
|
18714
|
+
: currentStatus, message: showStatusText ? currentValidationText : "", ariaLiveMode: messageAriaLive, for: inputId, fullWidth: fullWidth }, !readonly && maxNumChars > 0 && (hAsync("div", { key: 'ce76d39f556c5cf5ab0e97abb93e243cb0153f54', slot: "validation-message-adornment" }, !hideCharCount && (hAsync("ic-typography", { key: '49a4898f4b336ca7e1ced4550a9494c5505a78a6', variant: "caption", class: "char-count-text" }, hAsync("span", { key: '2b714b46208c477500494f1f43d919f972501f9b', class: "char-count" }, numChars, "/", maxNumChars))), hAsync("span", { key: '3559afb42041b8bb3080ae5bd015bc76a9af3b2d', class: "remaining-char-count-desc", "aria-live": "polite", hidden: !isFocussed, id: remainingCharCountDescId }, remainingCharCountDesc), hAsync("span", { key: '9f98def180554d1dc13e05d6cefac85fd91638bb', hidden: true, id: hiddenCharCountDescId }, "Field can contain a maximum of ", maxNumChars, " characters.")))))));
|
17287
18715
|
}
|
17288
18716
|
get el() { return getElement(this); }
|
17289
18717
|
static get watchers() { return {
|
@@ -17300,7 +18728,6 @@ class TextField {
|
|
17300
18728
|
"ariaAutocomplete": [1, "aria-autocomplete"],
|
17301
18729
|
"ariaExpanded": [1, "aria-expanded"],
|
17302
18730
|
"ariaOwns": [1, "aria-owns"],
|
17303
|
-
"validationAriaLive": [1, "validation-aria-live"],
|
17304
18731
|
"autocapitalize": [1],
|
17305
18732
|
"autocomplete": [1],
|
17306
18733
|
"autocorrect": [1],
|
@@ -17334,6 +18761,7 @@ class TextField {
|
|
17334
18761
|
"theme": [1],
|
17335
18762
|
"truncateValue": [4, "truncate-value"],
|
17336
18763
|
"type": [1],
|
18764
|
+
"validationAriaLive": [1, "validation-aria-live"],
|
17337
18765
|
"validationInline": [4, "validation-inline"],
|
17338
18766
|
"validationInlineInternal": [4, "validation-inline-internal"],
|
17339
18767
|
"validationStatus": [1, "validation-status"],
|