@ukic/web-components 3.14.0 → 3.15.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/core.cjs.js +1 -1
- package/dist/cjs/ic-button_3.cjs.entry.js +5 -5
- package/dist/cjs/ic-button_3.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-checkbox-group.cjs.entry.js +2 -2
- package/dist/cjs/ic-checkbox.cjs.entry.js +31 -8
- package/dist/cjs/ic-checkbox.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-data-list.cjs.entry.js +2 -2
- package/dist/cjs/ic-data-row.cjs.entry.js +2 -2
- package/dist/cjs/ic-dialog.cjs.entry.js +1 -1
- package/dist/cjs/ic-empty-state.cjs.entry.js +2 -2
- package/dist/cjs/ic-footer-link.cjs.entry.js +2 -2
- package/dist/cjs/ic-hero.cjs.entry.js +11 -6
- package/dist/cjs/ic-hero.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-horizontal-scroll.cjs.entry.js +5 -5
- package/dist/cjs/ic-input-component-container_3.cjs.entry.js +8 -8
- package/dist/cjs/ic-input-label_2.cjs.entry.js +5 -5
- package/dist/cjs/ic-layout-grid-item.cjs.entry.js +2 -2
- package/dist/cjs/ic-layout-grid.cjs.entry.js +2 -2
- package/dist/cjs/ic-link.cjs.entry.js +1 -1
- package/dist/cjs/ic-menu-group.cjs.entry.js +1 -1
- package/dist/cjs/ic-navigation-group.cjs.entry.js +1 -1
- package/dist/cjs/ic-navigation-menu.cjs.entry.js +4 -4
- package/dist/cjs/ic-page-header.cjs.entry.js +6 -6
- package/dist/cjs/ic-pagination-item.cjs.entry.js +1 -1
- package/dist/cjs/ic-pagination.cjs.entry.js +4 -4
- package/dist/cjs/ic-popover-menu.cjs.entry.js +4 -4
- package/dist/cjs/ic-radio-group.cjs.entry.js +4 -4
- package/dist/cjs/ic-radio-option.cjs.entry.js +4 -4
- package/dist/cjs/ic-search-bar.cjs.entry.js +9 -9
- package/dist/cjs/ic-section-container.cjs.entry.js +2 -2
- package/dist/cjs/ic-select.cjs.entry.js +7 -7
- package/dist/cjs/ic-select.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-side-navigation.cjs.entry.js +4 -4
- package/dist/cjs/ic-skeleton.cjs.entry.js +2 -2
- package/dist/cjs/ic-skip-link.cjs.entry.js +2 -2
- package/dist/cjs/ic-status-tag.cjs.entry.js +2 -2
- package/dist/cjs/ic-step.cjs.entry.js +13 -13
- package/dist/cjs/ic-stepper.cjs.entry.js +2 -2
- package/dist/cjs/ic-switch.cjs.entry.js +4 -4
- package/dist/cjs/ic-tab-context.cjs.entry.js +1 -1
- package/dist/cjs/ic-tab-group.cjs.entry.js +2 -2
- package/dist/cjs/ic-tab-panel.cjs.entry.js +2 -2
- package/dist/cjs/ic-text-field.cjs.entry.js +6 -6
- package/dist/cjs/ic-text-field.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-theme.cjs.entry.js +1 -1
- package/dist/cjs/ic-toast-region.cjs.entry.js +1 -1
- package/dist/cjs/ic-toast.cjs.entry.js +4 -4
- 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/loader.cjs.js +1 -1
- package/dist/collection/components/ic-checkbox/ic-checkbox.css +9 -2
- package/dist/collection/components/ic-checkbox/ic-checkbox.js +31 -7
- package/dist/collection/components/ic-checkbox/ic-checkbox.js.map +1 -1
- package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.js +2 -2
- package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.stories.js +52 -0
- package/dist/collection/components/ic-data-list/ic-data-list.js +2 -2
- package/dist/collection/components/ic-data-row/ic-data-row.js +2 -2
- package/dist/collection/components/ic-dialog/ic-dialog.js +1 -1
- package/dist/collection/components/ic-empty-state/ic-empty-state.js +2 -2
- package/dist/collection/components/ic-footer-link/ic-footer-link.js +2 -2
- package/dist/collection/components/ic-hero/ic-hero.css +21 -0
- package/dist/collection/components/ic-hero/ic-hero.js +36 -5
- package/dist/collection/components/ic-hero/ic-hero.js.map +1 -1
- package/dist/collection/components/ic-hero/ic-hero.stories.js +15 -0
- package/dist/collection/components/ic-horizontal-scroll/ic-horizontal-scroll.js +5 -5
- package/dist/collection/components/ic-input-component-container/ic-input-component-container.js +3 -3
- package/dist/collection/components/ic-input-container/ic-input-container.js +2 -2
- package/dist/collection/components/ic-input-label/ic-input-label.js +2 -2
- package/dist/collection/components/ic-input-validation/ic-input-validation.js +3 -3
- package/dist/collection/components/ic-layout-grid/ic-layout-grid.js +2 -2
- package/dist/collection/components/ic-layout-grid-item/ic-layout-grid-item.js +2 -2
- package/dist/collection/components/ic-link/ic-link.js +1 -1
- package/dist/collection/components/ic-loading-indicator/ic-loading-indicator.js +5 -5
- package/dist/collection/components/ic-menu/ic-menu.js +3 -3
- package/dist/collection/components/ic-menu-group/ic-menu-group.js +1 -1
- package/dist/collection/components/ic-navigation-group/ic-navigation-group.js +1 -1
- package/dist/collection/components/ic-navigation-menu/ic-navigation-menu.js +4 -4
- package/dist/collection/components/ic-page-header/ic-page-header.js +6 -6
- package/dist/collection/components/ic-pagination/ic-pagination.js +4 -4
- package/dist/collection/components/ic-pagination-item/ic-pagination-item.js +1 -1
- package/dist/collection/components/ic-popover-menu/ic-popover-menu.js +4 -4
- package/dist/collection/components/ic-radio-group/ic-radio-group.js +4 -4
- package/dist/collection/components/ic-radio-option/ic-radio-option.js +4 -4
- package/dist/collection/components/ic-search-bar/ic-search-bar.js +9 -9
- package/dist/collection/components/ic-section-container/ic-section-container.js +2 -2
- package/dist/collection/components/ic-select/ic-select.css +1 -1
- package/dist/collection/components/ic-select/ic-select.js +6 -6
- package/dist/collection/components/ic-select/ic-select_(single).stories.js +21 -5
- package/dist/collection/components/ic-side-navigation/ic-side-navigation.js +4 -4
- package/dist/collection/components/ic-skeleton/ic-skeleton.js +2 -2
- package/dist/collection/components/ic-skip-link/ic-skip-link.js +2 -2
- package/dist/collection/components/ic-status-tag/ic-status-tag.js +2 -2
- package/dist/collection/components/ic-step/ic-step.js +13 -13
- package/dist/collection/components/ic-stepper/ic-stepper.js +2 -2
- package/dist/collection/components/ic-stepper/ic-stepper.stories.js +16 -6
- package/dist/collection/components/ic-switch/ic-switch.js +4 -4
- package/dist/collection/components/ic-tab-context/ic-tab-context.js +1 -1
- package/dist/collection/components/ic-tab-group/ic-tab-group.js +2 -2
- package/dist/collection/components/ic-tab-panel/ic-tab-panel.js +2 -2
- package/dist/collection/components/ic-text-field/ic-text-field.js +6 -6
- package/dist/collection/components/ic-text-field/ic-text-field.js.map +1 -1
- package/dist/collection/components/ic-text-field/ic-text-field.stories.js +14 -0
- package/dist/collection/components/ic-theme/ic-theme.js +1 -1
- package/dist/collection/components/ic-toast/ic-toast.js +4 -4
- package/dist/collection/components/ic-toast-region/ic-toast-region.js +1 -1
- package/dist/collection/components/ic-toggle-button/ic-toggle-button.js +2 -2
- package/dist/collection/components/ic-toggle-button-group/ic-toggle-button-group.js +2 -2
- package/dist/components/ic-checkbox-group.js +2 -2
- package/dist/components/ic-checkbox.js +31 -8
- package/dist/components/ic-checkbox.js.map +1 -1
- package/dist/components/ic-data-list.js +2 -2
- package/dist/components/ic-data-row.js +2 -2
- package/dist/components/ic-dialog.js +1 -1
- package/dist/components/ic-empty-state.js +2 -2
- package/dist/components/ic-footer-link.js +2 -2
- package/dist/components/ic-hero.js +12 -6
- package/dist/components/ic-hero.js.map +1 -1
- package/dist/components/ic-horizontal-scroll2.js +5 -5
- package/dist/components/ic-input-component-container2.js +3 -3
- package/dist/components/ic-input-container2.js +2 -2
- package/dist/components/ic-input-label2.js +2 -2
- package/dist/components/ic-input-validation2.js +3 -3
- package/dist/components/ic-layout-grid-item.js +2 -2
- package/dist/components/ic-layout-grid.js +2 -2
- package/dist/components/ic-link2.js +1 -1
- package/dist/components/ic-loading-indicator2.js +5 -5
- package/dist/components/ic-menu-group.js +1 -1
- package/dist/components/ic-menu2.js +3 -3
- package/dist/components/ic-navigation-group.js +1 -1
- package/dist/components/ic-navigation-item.js.map +1 -1
- package/dist/components/ic-navigation-menu2.js +4 -4
- package/dist/components/ic-page-header.js +6 -6
- package/dist/components/ic-pagination-item2.js +1 -1
- package/dist/components/ic-pagination.js +4 -4
- package/dist/components/ic-popover-menu.js +4 -4
- package/dist/components/ic-popover-menu.js.map +1 -1
- package/dist/components/ic-radio-group.js +4 -4
- package/dist/components/ic-radio-group.js.map +1 -1
- package/dist/components/ic-radio-option.js +4 -4
- package/dist/components/ic-search-bar.js +9 -9
- package/dist/components/ic-section-container2.js +2 -2
- package/dist/components/ic-select.js +7 -7
- package/dist/components/ic-select.js.map +1 -1
- package/dist/components/ic-side-navigation.js +4 -4
- package/dist/components/ic-skeleton.js +2 -2
- package/dist/components/ic-skeleton.js.map +1 -1
- package/dist/components/ic-skip-link.js +2 -2
- package/dist/components/ic-status-tag.js +2 -2
- package/dist/components/ic-step.js +13 -13
- package/dist/components/ic-stepper.js +2 -2
- package/dist/components/ic-switch.js +4 -4
- package/dist/components/ic-tab-context.js +1 -1
- package/dist/components/ic-tab-group.js +2 -2
- package/dist/components/ic-tab-panel.js +2 -2
- package/dist/components/ic-text-field.js +6 -6
- package/dist/components/ic-text-field.js.map +1 -1
- package/dist/components/ic-theme.js +1 -1
- package/dist/components/ic-toast-region.js +1 -1
- package/dist/components/ic-toast.js +4 -4
- package/dist/components/ic-toggle-button-group.js +2 -2
- package/dist/components/ic-toggle-button.js +2 -2
- package/dist/core/core.css +21 -9
- package/dist/core/core.esm.js +1 -1
- package/dist/core/core.esm.js.map +1 -1
- package/dist/core/{p-889bb8db.entry.js → p-04cb17d7.entry.js} +2 -2
- package/dist/core/{p-d20a61a7.entry.js → p-06c950a3.entry.js} +2 -2
- package/dist/core/{p-6e61c48a.entry.js → p-0c4ceed9.entry.js} +2 -2
- package/dist/core/{p-6f60262e.entry.js → p-11d8a504.entry.js} +3 -3
- package/dist/core/{p-f4e2e41f.entry.js → p-12c30491.entry.js} +2 -2
- package/dist/core/{p-109e7fce.entry.js → p-14d43f64.entry.js} +2 -2
- package/dist/core/p-1ca4a5ed.entry.js +2 -0
- package/dist/core/p-1ca4a5ed.entry.js.map +1 -0
- package/dist/core/{p-efc97f21.entry.js → p-1f41818b.entry.js} +2 -2
- package/dist/core/{p-5cf704e3.entry.js → p-319e3d5b.entry.js} +2 -2
- package/dist/core/{p-d1cce122.entry.js → p-33e35173.entry.js} +2 -2
- package/dist/core/{p-eb1823b3.entry.js → p-34407b13.entry.js} +2 -2
- package/dist/core/p-34407b13.entry.js.map +1 -0
- package/dist/core/{p-4a358f09.entry.js → p-3680f22c.entry.js} +2 -2
- package/dist/core/{p-ab26beed.entry.js → p-3d23ce54.entry.js} +2 -2
- package/dist/core/{p-ef397b6f.entry.js → p-42d35fc4.entry.js} +2 -2
- package/dist/core/{p-0b1ea961.entry.js → p-4d3b219c.entry.js} +2 -2
- package/dist/core/{p-93e1ba0a.entry.js → p-5254a078.entry.js} +2 -2
- package/dist/core/{p-9c2e9189.entry.js → p-53740194.entry.js} +2 -2
- package/dist/core/{p-614953c5.entry.js → p-601d4e3f.entry.js} +2 -2
- package/dist/core/{p-0257d59e.entry.js → p-6329ddcb.entry.js} +2 -2
- package/dist/core/{p-d8200098.entry.js → p-67c3985d.entry.js} +2 -2
- package/dist/core/{p-a8dc3162.entry.js → p-703f3de1.entry.js} +2 -2
- package/dist/core/{p-f7706ff7.entry.js → p-762ea31a.entry.js} +2 -2
- package/dist/core/{p-2969b5c9.entry.js → p-7d0d85c4.entry.js} +2 -2
- package/dist/core/p-8abcc114.entry.js +2 -0
- package/dist/core/p-8abcc114.entry.js.map +1 -0
- package/dist/core/{p-b00efb15.entry.js → p-9674b63f.entry.js} +2 -2
- package/dist/core/{p-fb43abd6.entry.js → p-9ca147f3.entry.js} +2 -2
- package/dist/core/{p-8c7d6a85.entry.js → p-a5415f6c.entry.js} +2 -2
- package/dist/core/{p-4637c326.entry.js → p-a7583faf.entry.js} +2 -2
- package/dist/core/{p-6996e94f.entry.js → p-a8e4258f.entry.js} +2 -2
- package/dist/core/{p-6996e94f.entry.js.map → p-a8e4258f.entry.js.map} +1 -1
- package/dist/core/{p-09c31ac6.entry.js → p-adde6c66.entry.js} +2 -2
- package/dist/core/{p-6fb29846.entry.js → p-ae11583f.entry.js} +2 -2
- package/dist/core/{p-053ed367.entry.js → p-b3cb1e35.entry.js} +2 -2
- package/dist/core/{p-f098e531.entry.js → p-b4a2f6fa.entry.js} +2 -2
- package/dist/core/{p-0cbd0967.entry.js → p-cce398e1.entry.js} +2 -2
- package/dist/core/{p-06b3ae40.entry.js → p-d3223b89.entry.js} +2 -2
- package/dist/core/{p-bba25812.entry.js → p-e7af1e2d.entry.js} +2 -2
- package/dist/core/{p-3b13d191.entry.js → p-eca43f7d.entry.js} +2 -2
- package/dist/core/{p-44fbe8c2.entry.js → p-f4e3bb5b.entry.js} +2 -2
- package/dist/core/p-f51c609d.entry.js +2 -0
- package/dist/core/{p-296a41ce.entry.js → p-f57729b8.entry.js} +2 -2
- package/dist/core/{p-091a7fbf.entry.js → p-f6bb691a.entry.js} +2 -2
- package/dist/core/{p-ad6632a9.entry.js → p-f7105cf9.entry.js} +2 -2
- package/dist/core/p-ffd0d9d1.entry.js +2 -0
- package/dist/core/p-ffd0d9d1.entry.js.map +1 -0
- package/dist/esm/core.js +1 -1
- package/dist/esm/ic-button_3.entry.js +5 -5
- package/dist/esm/ic-button_3.entry.js.map +1 -1
- package/dist/esm/ic-checkbox-group.entry.js +2 -2
- package/dist/esm/ic-checkbox.entry.js +31 -8
- package/dist/esm/ic-checkbox.entry.js.map +1 -1
- package/dist/esm/ic-data-list.entry.js +2 -2
- package/dist/esm/ic-data-row.entry.js +2 -2
- package/dist/esm/ic-dialog.entry.js +1 -1
- package/dist/esm/ic-empty-state.entry.js +2 -2
- package/dist/esm/ic-footer-link.entry.js +2 -2
- package/dist/esm/ic-hero.entry.js +11 -6
- package/dist/esm/ic-hero.entry.js.map +1 -1
- package/dist/esm/ic-horizontal-scroll.entry.js +5 -5
- package/dist/esm/ic-input-component-container_3.entry.js +8 -8
- package/dist/esm/ic-input-label_2.entry.js +5 -5
- package/dist/esm/ic-layout-grid-item.entry.js +2 -2
- package/dist/esm/ic-layout-grid.entry.js +2 -2
- package/dist/esm/ic-link.entry.js +1 -1
- package/dist/esm/ic-menu-group.entry.js +1 -1
- package/dist/esm/ic-navigation-group.entry.js +1 -1
- package/dist/esm/ic-navigation-menu.entry.js +4 -4
- package/dist/esm/ic-page-header.entry.js +6 -6
- package/dist/esm/ic-pagination-item.entry.js +1 -1
- package/dist/esm/ic-pagination.entry.js +4 -4
- package/dist/esm/ic-popover-menu.entry.js +4 -4
- package/dist/esm/ic-radio-group.entry.js +4 -4
- package/dist/esm/ic-radio-option.entry.js +4 -4
- package/dist/esm/ic-search-bar.entry.js +9 -9
- package/dist/esm/ic-section-container.entry.js +2 -2
- package/dist/esm/ic-select.entry.js +7 -7
- package/dist/esm/ic-select.entry.js.map +1 -1
- package/dist/esm/ic-side-navigation.entry.js +4 -4
- package/dist/esm/ic-skeleton.entry.js +2 -2
- package/dist/esm/ic-skip-link.entry.js +2 -2
- package/dist/esm/ic-status-tag.entry.js +2 -2
- package/dist/esm/ic-step.entry.js +13 -13
- package/dist/esm/ic-stepper.entry.js +2 -2
- package/dist/esm/ic-switch.entry.js +4 -4
- package/dist/esm/ic-tab-context.entry.js +1 -1
- package/dist/esm/ic-tab-group.entry.js +2 -2
- package/dist/esm/ic-tab-panel.entry.js +2 -2
- package/dist/esm/ic-text-field.entry.js +6 -6
- package/dist/esm/ic-text-field.entry.js.map +1 -1
- package/dist/esm/ic-theme.entry.js +1 -1
- package/dist/esm/ic-toast-region.entry.js +1 -1
- package/dist/esm/ic-toast.entry.js +4 -4
- package/dist/esm/ic-toggle-button-group.entry.js +2 -2
- package/dist/esm/ic-toggle-button.entry.js +2 -2
- package/dist/esm/loader.js +1 -1
- package/dist/types/components/ic-checkbox/ic-checkbox.d.ts +5 -0
- package/dist/types/components/ic-hero/ic-hero.d.ts +5 -1
- package/dist/types/components.d.ts +8 -0
- package/hydrate/index.js +180 -150
- package/hydrate/index.mjs +180 -150
- package/package.json +2 -2
- package/vscode-data.json +15 -0
- package/dist/core/p-24d46cab.entry.js +0 -2
- package/dist/core/p-24d46cab.entry.js.map +0 -1
- package/dist/core/p-48eb7299.entry.js +0 -2
- package/dist/core/p-48eb7299.entry.js.map +0 -1
- package/dist/core/p-7970cbed.entry.js +0 -2
- package/dist/core/p-7970cbed.entry.js.map +0 -1
- package/dist/core/p-b29e325f.entry.js +0 -2
- package/dist/core/p-eb1823b3.entry.js.map +0 -1
- /package/dist/core/{p-889bb8db.entry.js.map → p-04cb17d7.entry.js.map} +0 -0
- /package/dist/core/{p-d20a61a7.entry.js.map → p-06c950a3.entry.js.map} +0 -0
- /package/dist/core/{p-6e61c48a.entry.js.map → p-0c4ceed9.entry.js.map} +0 -0
- /package/dist/core/{p-6f60262e.entry.js.map → p-11d8a504.entry.js.map} +0 -0
- /package/dist/core/{p-f4e2e41f.entry.js.map → p-12c30491.entry.js.map} +0 -0
- /package/dist/core/{p-109e7fce.entry.js.map → p-14d43f64.entry.js.map} +0 -0
- /package/dist/core/{p-efc97f21.entry.js.map → p-1f41818b.entry.js.map} +0 -0
- /package/dist/core/{p-5cf704e3.entry.js.map → p-319e3d5b.entry.js.map} +0 -0
- /package/dist/core/{p-d1cce122.entry.js.map → p-33e35173.entry.js.map} +0 -0
- /package/dist/core/{p-4a358f09.entry.js.map → p-3680f22c.entry.js.map} +0 -0
- /package/dist/core/{p-ab26beed.entry.js.map → p-3d23ce54.entry.js.map} +0 -0
- /package/dist/core/{p-ef397b6f.entry.js.map → p-42d35fc4.entry.js.map} +0 -0
- /package/dist/core/{p-0b1ea961.entry.js.map → p-4d3b219c.entry.js.map} +0 -0
- /package/dist/core/{p-93e1ba0a.entry.js.map → p-5254a078.entry.js.map} +0 -0
- /package/dist/core/{p-9c2e9189.entry.js.map → p-53740194.entry.js.map} +0 -0
- /package/dist/core/{p-614953c5.entry.js.map → p-601d4e3f.entry.js.map} +0 -0
- /package/dist/core/{p-0257d59e.entry.js.map → p-6329ddcb.entry.js.map} +0 -0
- /package/dist/core/{p-d8200098.entry.js.map → p-67c3985d.entry.js.map} +0 -0
- /package/dist/core/{p-a8dc3162.entry.js.map → p-703f3de1.entry.js.map} +0 -0
- /package/dist/core/{p-f7706ff7.entry.js.map → p-762ea31a.entry.js.map} +0 -0
- /package/dist/core/{p-2969b5c9.entry.js.map → p-7d0d85c4.entry.js.map} +0 -0
- /package/dist/core/{p-b00efb15.entry.js.map → p-9674b63f.entry.js.map} +0 -0
- /package/dist/core/{p-fb43abd6.entry.js.map → p-9ca147f3.entry.js.map} +0 -0
- /package/dist/core/{p-8c7d6a85.entry.js.map → p-a5415f6c.entry.js.map} +0 -0
- /package/dist/core/{p-4637c326.entry.js.map → p-a7583faf.entry.js.map} +0 -0
- /package/dist/core/{p-09c31ac6.entry.js.map → p-adde6c66.entry.js.map} +0 -0
- /package/dist/core/{p-6fb29846.entry.js.map → p-ae11583f.entry.js.map} +0 -0
- /package/dist/core/{p-053ed367.entry.js.map → p-b3cb1e35.entry.js.map} +0 -0
- /package/dist/core/{p-f098e531.entry.js.map → p-b4a2f6fa.entry.js.map} +0 -0
- /package/dist/core/{p-0cbd0967.entry.js.map → p-cce398e1.entry.js.map} +0 -0
- /package/dist/core/{p-06b3ae40.entry.js.map → p-d3223b89.entry.js.map} +0 -0
- /package/dist/core/{p-bba25812.entry.js.map → p-e7af1e2d.entry.js.map} +0 -0
- /package/dist/core/{p-3b13d191.entry.js.map → p-eca43f7d.entry.js.map} +0 -0
- /package/dist/core/{p-44fbe8c2.entry.js.map → p-f4e3bb5b.entry.js.map} +0 -0
- /package/dist/core/{p-b29e325f.entry.js.map → p-f51c609d.entry.js.map} +0 -0
- /package/dist/core/{p-296a41ce.entry.js.map → p-f57729b8.entry.js.map} +0 -0
- /package/dist/core/{p-091a7fbf.entry.js.map → p-f6bb691a.entry.js.map} +0 -0
- /package/dist/core/{p-ad6632a9.entry.js.map → p-f7105cf9.entry.js.map} +0 -0
package/hydrate/index.js
CHANGED
|
@@ -5754,11 +5754,12 @@ class CardVertical {
|
|
|
5754
5754
|
}; }
|
|
5755
5755
|
}
|
|
5756
5756
|
|
|
5757
|
-
const icCheckboxCss = "/*! 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(.ic-checkbox-disabled){pointer-events:none}.container{display:flex;width:-moz-fit-content;width:fit-content;padding:var(--ic-space-xxs) 0 var(--ic-space-xxs) var(--ic-space-xxs);margin-bottom:var(--ic-space-xxs);align-items:center}:host(.ic-data-table-checkbox) .container{padding:0;margin-bottom:0}:host(.ic-checkbox-small) .container{margin-bottom:var(--ic-space-xxxs)}.checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;position:relative;top:0;left:0;height:var(--ic-space-lg);width:var(--ic-space-lg);background-color:var(--ic-checkbox-background-unselected);border:var(--ic-border-width) solid var(--ic-checkbox-border-unselected);border-radius:var(--ic-border-radius);outline:none;cursor:pointer;transition:var(--ic-easing-transition-fast);flex-shrink:0}:host .container svg{width:var(--ic-space-lg);height:var(--ic-space-lg)}:host(.ic-checkbox-small) .checkbox,:host(.ic-checkbox-small) .container svg{width:var(--ic-space-md);height:var(--ic-space-md)}:host(.ic-checkbox-large) .checkbox,:host(.ic-checkbox-large) .container svg{width:var(--ic-space-xl);height:var(--ic-space-xl)}.checkbox:checked{background-color:var(--ic-checkbox-background-selected);border:var(--ic-border-width) solid var(--ic-checkbox-background-selected);transition:var(--ic-easing-transition-slow)}.checkbox:checked:disabled{background-color:var(--ic-checkbox-background-selected-disabled);border:var(--ic-border-width) solid\n var(--ic-checkbox-background-selected-disabled)}.checkbox:indeterminate,.checkbox.indeterminate:checked{background-color:var(--ic-checkbox-background-indeterminate);border:0.125rem solid var(--ic-checkbox-background-indeterminate)}.checkbox:indeterminate:disabled,.checkbox.indeterminate:checked:disabled{background-color:var(--ic-checkbox-background-indeterminate-disabled);border:0.125rem solid var(--ic-checkbox-background-indeterminate-disabled)}.checkbox:checked:hover{background-color:var(--ic-checkbox-background-selected-hover)}.checkbox:indeterminate:hover,.checkbox.indeterminate:checked:hover{background-color:var(--ic-checkbox-background-indeterminate-hover);border:0.125rem solid var(--ic-checkbox-background-indeterminate-hover)}.checkbox:checked:active{background-color:var(--ic-checkbox-background-selected-pressed)}.checkbox:indeterminate:active,.checkbox.indeterminate:checked:active{background-color:var(--ic-checkbox-background-indeterminate-pressed);border:0.125rem solid var(--ic-checkbox-background-indeterminate-pressed)}.checkbox:hover{box-shadow:0 0 0 0.25rem var(--ic-checkbox-action-background-hover);border:var(--ic-border-width) solid\n var(--ic-checkbox-border-unselected-hover)}.checkbox:active{box-shadow:0 0 0 0.25rem var(--ic-checkbox-action-background-pressed);border:var(--ic-border-width) solid\n var(--ic-checkbox-border-unselected-pressed)}.checkbox:focus{box-shadow:var(--ic-border-focus)}.checkbox:disabled{border:var(--ic-border-width) dashed\n var(--ic-checkbox-border-unselected-disabled)}.checkbox-label{
|
|
5757
|
+
const icCheckboxCss = "/*! 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(.ic-checkbox-disabled){pointer-events:none}.container{display:flex;width:-moz-fit-content;width:fit-content;padding:var(--ic-space-xxs) 0 var(--ic-space-xxs) var(--ic-space-xxs);margin-bottom:var(--ic-space-xxs);align-items:center}:host(.ic-data-table-checkbox) .container{padding:0;margin-bottom:0}:host(.ic-checkbox-small) .container{margin-bottom:var(--ic-space-xxxs)}.checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;position:relative;top:0;left:0;height:var(--ic-space-lg);width:var(--ic-space-lg);background-color:var(--ic-checkbox-background-unselected);border:var(--ic-border-width) solid var(--ic-checkbox-border-unselected);border-radius:var(--ic-border-radius);outline:none;cursor:pointer;transition:var(--ic-easing-transition-fast);flex-shrink:0}:host .container svg{width:var(--ic-space-lg);height:var(--ic-space-lg)}:host(.ic-checkbox-small) .checkbox,:host(.ic-checkbox-small) .container svg{width:var(--ic-space-md);height:var(--ic-space-md)}:host(.ic-checkbox-large) .checkbox,:host(.ic-checkbox-large) .container svg{width:var(--ic-space-xl);height:var(--ic-space-xl)}.checkbox:checked{background-color:var(--ic-checkbox-background-selected);border:var(--ic-border-width) solid var(--ic-checkbox-background-selected);transition:var(--ic-easing-transition-slow)}.checkbox:checked:disabled{background-color:var(--ic-checkbox-background-selected-disabled);border:var(--ic-border-width) solid\n var(--ic-checkbox-background-selected-disabled)}.checkbox:indeterminate,.checkbox.indeterminate:checked{background-color:var(--ic-checkbox-background-indeterminate);border:0.125rem solid var(--ic-checkbox-background-indeterminate)}.checkbox:indeterminate:disabled,.checkbox.indeterminate:checked:disabled{background-color:var(--ic-checkbox-background-indeterminate-disabled);border:0.125rem solid var(--ic-checkbox-background-indeterminate-disabled)}.checkbox:checked:hover{background-color:var(--ic-checkbox-background-selected-hover)}.checkbox:indeterminate:hover,.checkbox.indeterminate:checked:hover{background-color:var(--ic-checkbox-background-indeterminate-hover);border:0.125rem solid var(--ic-checkbox-background-indeterminate-hover)}.checkbox:checked:active{background-color:var(--ic-checkbox-background-selected-pressed)}.checkbox:indeterminate:active,.checkbox.indeterminate:checked:active{background-color:var(--ic-checkbox-background-indeterminate-pressed);border:0.125rem solid var(--ic-checkbox-background-indeterminate-pressed)}.checkbox:hover{box-shadow:0 0 0 0.25rem var(--ic-checkbox-action-background-hover);border:var(--ic-border-width) solid\n var(--ic-checkbox-border-unselected-hover)}.checkbox:active{box-shadow:0 0 0 0.25rem var(--ic-checkbox-action-background-pressed);border:var(--ic-border-width) solid\n var(--ic-checkbox-border-unselected-pressed)}.checkbox:focus{box-shadow:var(--ic-border-focus)}.checkbox:disabled{border:var(--ic-border-width) dashed\n var(--ic-checkbox-border-unselected-disabled)}.checkbox-label{--ic-typography-color:var(--ic-checkbox-text)}.checkbox-label>label{padding-left:var(--ic-space-sm);display:inline-block}::slotted([slot=\"label\"]){padding-left:var(--ic-space-sm) !important;color:var(--ic-checkbox-text)}:host(.ic-checkbox-disabled) .checkbox-label{color:var(--ic-checkbox-text-disabled);--ic-typography-color:var(--ic-checkbox-text-disabled)}:host(.ic-checkbox-disabled) ::slotted([slot=\"label\"]){color:var(--ic-checkbox-text-disabled);--ic-typography-color:var(--ic-checkbox-text-disabled)}.checkbox-label:hover{cursor:pointer}.checkmark{position:relative;right:calc(-1 * var(--ic-space-lg));margin-left:calc(-1 * var(--ic-space-lg));fill:var(--ic-checkbox-icon-pressed);z-index:1;background-color:transparent;pointer-events:none;flex-shrink:0}:host(.ic-checkbox-small) .checkmark{margin-left:calc(-1 * var(--ic-space-md));right:calc(-1 * var(--ic-space-md))}:host(.ic-checkbox-large) .checkmark{margin-left:calc(-1 * var(--ic-space-xl));right:calc(-1 * var(--ic-space-xl))}.indeterminate-symbol{position:relative;width:0.875rem;height:var(--ic-space-xxxs);right:-1.188rem;margin-left:-0.875rem;z-index:1;background-color:var(--ic-checkbox-icon-indeterminate);pointer-events:none;flex-shrink:0}:host(.ic-checkbox-small) .indeterminate-symbol{width:0.6rem;right:-0.8rem;margin-left:-0.6rem}:host(.ic-checkbox-large) .indeterminate-symbol{width:1.25rem;right:-1.625rem;margin-left:-1.25rem}.additional-field-wrapper{margin-left:calc(var(--ic-space-md) + var(--ic-space-lg));margin-top:calc(var(--ic-space-sm) / 2)}.branch-corner{height:var(--ic-space-md);width:var(--ic-space-xl);border-radius:0 0 0 0.188rem;border-bottom:0.125rem solid var(--ic-checkbox-required-bar);border-left:0.125rem solid var(--ic-checkbox-required-bar)}.dynamic-container{display:flex;position:relative;margin:var(--ic-space-xxxs) 0 var(--ic-space-xxs) var(--ic-space-md);gap:var(--ic-space-xs)}.dynamic-text{color:var(--ic-checkbox-required-text);--ic-typography-color:var(--ic-checkbox-required-text);margin-top:calc(var(--ic-space-sm) / 2);margin-bottom:var(--ic-space-xs);border-radius:2%}.dynamic-field-container{flex:100%}.sr-only{position:absolute;left:-9999px}@media (max-width: 576px){::slotted(*){--input-width:100%}.dynamic-field-container{flex:initial}}@media (forced-colors: active){.checkbox{-webkit-appearance:revert;-moz-appearance:revert;appearance:revert;transition:none}.checkbox:checked{transition:none}.checkbox:focus-visible{outline:0.125rem solid highlight}.checkbox:disabled:not(:checked){-webkit-appearance:none;-moz-appearance:none;appearance:none;border-color:GrayText}.checkmark{fill:none}.indeterminate-symbol{display:none}}.checkmark:dir(rtl){right:0}.checkbox-label:dir(rtl){padding-right:var(--ic-space-sm);padding-left:0}.indeterminate-symbol:dir(rtl){right:0.288rem}.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}";
|
|
5758
5758
|
var IcCheckboxStyle0 = icCheckboxCss;
|
|
5759
5759
|
|
|
5760
5760
|
/**
|
|
5761
5761
|
* @slot additional-field - Content to be displayed alongside a checkbox.
|
|
5762
|
+
* @slot label - Label for the checkbox.
|
|
5762
5763
|
*/
|
|
5763
5764
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
5764
5765
|
class Checkbox {
|
|
@@ -5834,7 +5835,12 @@ class Checkbox {
|
|
|
5834
5835
|
}
|
|
5835
5836
|
}
|
|
5836
5837
|
componentDidLoad() {
|
|
5837
|
-
|
|
5838
|
+
if (this.hasLabelSlot()) {
|
|
5839
|
+
this.arrangeLabel();
|
|
5840
|
+
}
|
|
5841
|
+
else {
|
|
5842
|
+
onComponentRequiredPropUndefined([{ prop: this.label, propName: "label" }], "Checkbox");
|
|
5843
|
+
}
|
|
5838
5844
|
}
|
|
5839
5845
|
componentDidRender() {
|
|
5840
5846
|
if (this.additionalFieldDisplay === "static") {
|
|
@@ -5858,24 +5864,42 @@ class Checkbox {
|
|
|
5858
5864
|
var _a;
|
|
5859
5865
|
(_a = this.checkboxEl) === null || _a === void 0 ? void 0 : _a.focus();
|
|
5860
5866
|
}
|
|
5867
|
+
getCheckboxGroupId() {
|
|
5868
|
+
return `ic-checkbox-${this.label}-${this.groupLabel}`.replace(/ /g, "-");
|
|
5869
|
+
}
|
|
5870
|
+
hasLabelSlot() {
|
|
5871
|
+
this.labelSlot = this.el.querySelector('[slot="label"]');
|
|
5872
|
+
return !!this.labelSlot;
|
|
5873
|
+
}
|
|
5874
|
+
arrangeLabel() {
|
|
5875
|
+
var _a;
|
|
5876
|
+
if (this.labelSlot) {
|
|
5877
|
+
this.label = ((_a = this.labelSlot.textContent) === null || _a === void 0 ? void 0 : _a.trim()) || "";
|
|
5878
|
+
this.labelSlot.setAttribute("for", this.getCheckboxGroupId());
|
|
5879
|
+
if (this.disabled) {
|
|
5880
|
+
this.labelSlot.setAttribute("aria-disabled", "true");
|
|
5881
|
+
}
|
|
5882
|
+
}
|
|
5883
|
+
}
|
|
5861
5884
|
render() {
|
|
5862
|
-
const { additionalFieldDisplay, checked, disabled, displayIndeterminate, dynamicText, el, form,
|
|
5863
|
-
const
|
|
5885
|
+
const { additionalFieldDisplay, checked, disabled, displayIndeterminate, dynamicText, el, form, handleClick, hideLabel, label, name, size, theme, value, } = this;
|
|
5886
|
+
const inputId = this.getCheckboxGroupId();
|
|
5864
5887
|
const isDynamicAdditionalField = additionalFieldDisplay === "dynamic";
|
|
5865
5888
|
checked
|
|
5866
5889
|
? renderHiddenInput(el, value, name, disabled)
|
|
5867
5890
|
: removeHiddenInput(el);
|
|
5868
|
-
|
|
5891
|
+
const LabelContent = () => this.hasLabelSlot() ? (hAsync("slot", { name: "label" })) : (hAsync("ic-typography", { class: "checkbox-label", variant: "body" }, hAsync("label", { htmlFor: inputId }, label)));
|
|
5892
|
+
return (hAsync(Host, { key: 'b9aee197d23b8380b224aaa9f332d24c20406518', class: {
|
|
5869
5893
|
"ic-checkbox-disabled": disabled,
|
|
5870
5894
|
[`ic-checkbox-${size}`]: !!size,
|
|
5871
5895
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
5872
|
-
} }, hAsync("div", { key: '
|
|
5896
|
+
} }, hAsync("div", { key: 'a027b311fa8a9cc5ef753a426fc3f73e8d6f97a4', class: "container" }, displayIndeterminate ? (hAsync("div", { class: "indeterminate-symbol" })) : (checked && (hAsync("svg", { class: "checkmark", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "fill-rule": "evenodd", "clip-rule": "evenodd" }, hAsync("title", null, "checkmark icon"), hAsync("path", { d: "M21 6.285l-11.16 12.733-6.84-6.018 1.319-1.49 5.341 4.686 9.865-11.196 1.475 1.285z" })))), hAsync("input", { key: '5f3ce7e559134302640a03d2312782552e9ab018', role: "checkbox", class: {
|
|
5873
5897
|
checkbox: true,
|
|
5874
5898
|
checked,
|
|
5875
5899
|
indeterminate: displayIndeterminate,
|
|
5876
|
-
}, ref: (el) => (this.checkboxEl = el), type: "checkbox", name: name, id:
|
|
5900
|
+
}, ref: (el) => (this.checkboxEl = el), type: "checkbox", name: name, id: inputId, value: value, disabled: disabled, checked: checked, indeterminate: displayIndeterminate, onClick: handleClick, form: form, "aria-label": hideLabel || this.hasLabelSlot() ? label : undefined }), !hideLabel && hAsync(LabelContent, { key: 'e75420d60d9fdc9170a7f54c96575936c8da122d' })), hAsync("span", { key: 'c3fccdab4f27feaeab35df33734723d9f14487cc', id: `${inputId}-additional-field-description`, role: "alert", class: "sr-only" }, isDynamicAdditionalField && checked ? dynamicText : ""), isSlotUsed(el, "additional-field") && (hAsync("div", { key: 'ceb57398c6a3dea8cec4eb4a8e0ba940f6f15c0a', class: "dynamic-container", ref: (el) => (this.additionalFieldContainer = el) }, isDynamicAdditionalField && hAsync("div", { key: '41f097eb38e5dfd739b7de22cffb03ff3043d3e6', class: "branch-corner" }), hAsync("div", { key: '15b7e382cf7c9bf23a68016f5f2a449ae92dc03b', class: "dynamic-field-container" }, isDynamicAdditionalField && (hAsync("ic-typography", { key: 'd0551674a9d5d6d6d01cf842aff133072ce4d1be', variant: "caption" }, hAsync("p", { key: '81f3345ea6625aa9d8644d5c410c7b24c1365975', class: "dynamic-text" }, isDynamicAdditionalField && checked ? dynamicText : ""))), hAsync("div", { key: '970766071c9e70042e87e243e3415b73c189b51f', class: {
|
|
5877
5901
|
"additional-field-wrapper": !isDynamicAdditionalField,
|
|
5878
|
-
} }, hAsync("slot", { key: '
|
|
5902
|
+
} }, hAsync("slot", { key: '3ff910a1d7a01312baeb70a965aaaa157ae66e6e', name: "additional-field" })))))));
|
|
5879
5903
|
}
|
|
5880
5904
|
static get delegatesFocus() { return true; }
|
|
5881
5905
|
get el() { return getElement(this); }
|
|
@@ -6015,11 +6039,11 @@ class CheckboxGroup {
|
|
|
6015
6039
|
const describedBy = getInputDescribedByText(this.el, name, helperText !== "", validationStatus !== "");
|
|
6016
6040
|
const renderSRText = validationStatus === "error" || required || hideLabel;
|
|
6017
6041
|
const showValidation = hasValidationStatus(validationStatus, disabled);
|
|
6018
|
-
return (hAsync(Host, { key: '
|
|
6042
|
+
return (hAsync(Host, { key: 'ee4fc914d346b2f35dd8d44ff73a44b479caee95', class: {
|
|
6019
6043
|
"ic-checkbox-group-disabled": !!disabled,
|
|
6020
6044
|
[`ic-checkbox-group-${size}`]: true,
|
|
6021
6045
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
6022
|
-
} }, renderSRText && (hAsync("span", { key: '
|
|
6046
|
+
} }, renderSRText && (hAsync("span", { key: '3718d5e6fce1597c836d01050ed17bcd01c97e6e', id: "screenReaderOnlyText", class: "screen-reader-only-text", "aria-hidden": "true" }, label, " ", validationStatus === "error" ? "invalid data " : null, " ", required ? "required" : null)), hAsync("fieldset", { key: '318e6c61787f136916d39acdd2823fa644c8d865', id: name, "aria-labelledby": `${renderSRText ? "screenReaderOnlyText" : ""} ${describedBy}`.trim(), disabled: disabled }, !hideLabel && (hAsync("legend", { key: '6348eb25d5a2de666033441d694b407f72ae834b' }, hAsync("ic-input-label", { key: '96ef66ab6b4e3a02a2385eb9b8f5936c1fc57ad0', class: { [`${validationStatus}`]: true }, label: label, helperText: helperText, required: required, disabled: disabled, useLabelTag: false }, hAsync("slot", { key: 'f9f0532834d50a57dbc2f075a9f94788071cceb6', name: "helper-text", slot: "helper-text" })))), hAsync("div", { key: '9b72caba2adb5951814689ef5c8b1fa5d7ea11ed', class: "checkboxes-container" }, hAsync("slot", { key: '5cf045069c87416b7889e7b29b44e6f137ca0b4f' }))), hAsync("ic-input-validation", { key: '4b9680fcb5468fbf6e9c2e1eb6d45f929b2b09dc', class: {
|
|
6023
6047
|
"show-validation": showValidation,
|
|
6024
6048
|
}, for: name, ariaLiveMode: validationAriaLive, status: showValidation ? validationStatus : "", message: showValidation ? validationText : "" })));
|
|
6025
6049
|
}
|
|
@@ -6292,10 +6316,10 @@ class DataList {
|
|
|
6292
6316
|
if (size === "small") {
|
|
6293
6317
|
Array.from(el.children).forEach((child) => child.setAttribute("size", "small"));
|
|
6294
6318
|
}
|
|
6295
|
-
return (hAsync(Host, { key: '
|
|
6319
|
+
return (hAsync(Host, { key: 'a050ac5764ea9496f33d53abdd27f1a193185cbb', class: {
|
|
6296
6320
|
"ic-data-list-small": size === "small",
|
|
6297
6321
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
6298
|
-
} }, hAsync("div", { key: '
|
|
6322
|
+
} }, hAsync("div", { key: '41836f9dce80428fe7f266601c779255195f2a1a', class: "heading", id: "data-list-heading" }, hAsync("slot", { key: '0bd2c17f6dc9767364dc021695ac5839acb3040f', name: "heading" }, hAsync("ic-typography", { key: '65c4dd118e264af61e6494a81b60e573361ea9d3', variant: "h3" }, heading))), hAsync("div", { key: '5be1cea50a4d8beef81c14da5e13a74a75347244', class: "divider" }), hAsync("ul", { key: '9b71c57f882aec9aecb018e4a1fb98ff66c6aaf1', "aria-labelledby": "data-list-heading", class: "rows" }, hAsync("slot", { key: '729e8422e911d6dc7a64e568af78f9e7e1ba32c7' }))));
|
|
6299
6323
|
}
|
|
6300
6324
|
get el() { return getElement(this); }
|
|
6301
6325
|
static get style() { return IcDataListStyle0; }
|
|
@@ -6385,12 +6409,12 @@ class DataRow {
|
|
|
6385
6409
|
}
|
|
6386
6410
|
render() {
|
|
6387
6411
|
const { el, listSize, hasEndComponent, label, renderCellContent, size, theme, value, } = this;
|
|
6388
|
-
return (hAsync(Host, { key: '
|
|
6412
|
+
return (hAsync(Host, { key: '8a70c9ceda7aebc616eb335f08e626952c87ddf3', class: {
|
|
6389
6413
|
["ic-data-row-small"]: size === "small",
|
|
6390
6414
|
["breakpoint-medium"]: listSize === "m",
|
|
6391
6415
|
["breakpoint-xs"]: listSize === "xs",
|
|
6392
6416
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
6393
|
-
}, role: "listitem" }, hAsync("div", { key: '
|
|
6417
|
+
}, role: "listitem" }, hAsync("div", { key: 'b2f75779fb6392023c42d9c1f8bf58a98b431797', class: "data" }, hAsync("div", { key: '059aa84f8a91c9a7cdaea4e118287ea460f1bcdd', class: "text-cells" }, (isSlotUsed(el, "label") || label) && renderCellContent("label"), (isSlotUsed(el, "value") || value) && renderCellContent("value")), hasEndComponent && (hAsync("div", { key: '3bcb9b239d836434ceae03ecd35c1bdc42d73699', class: "end-component" }, hAsync("slot", { key: '453e0c7e4d6b875ddfc319a12dc173913057b8bd', name: "end-component" })))), hAsync("div", { key: 'f16fd733c8ffd0e8ed8e7461099a3b9b81809cb3', class: "divider" })));
|
|
6394
6418
|
}
|
|
6395
6419
|
get el() { return getElement(this); }
|
|
6396
6420
|
static get style() { return IcDataRowStyle0; }
|
|
@@ -6779,7 +6803,7 @@ class Dialog {
|
|
|
6779
6803
|
}
|
|
6780
6804
|
render() {
|
|
6781
6805
|
const { dialogRendered, disableHeightConstraint, fadeIn, theme, size } = this;
|
|
6782
|
-
return (hAsync(Host, { key: '
|
|
6806
|
+
return (hAsync(Host, { key: 'b7042e156db6ea72797e7e83ce6af29747c40d6a', class: {
|
|
6783
6807
|
"ic-dialog-hidden": !dialogRendered,
|
|
6784
6808
|
"ic-dialog-fade-in": fadeIn,
|
|
6785
6809
|
"disable-height-constraint": !!disableHeightConstraint,
|
|
@@ -6981,11 +7005,11 @@ class EmptyState {
|
|
|
6981
7005
|
}
|
|
6982
7006
|
render() {
|
|
6983
7007
|
const { aligned, body, maxLines, heading, imageSize, subheading, theme } = this;
|
|
6984
|
-
return (hAsync(Host, { key: '
|
|
7008
|
+
return (hAsync(Host, { key: '4bb35d1c3476b88cc58e952b1b8785e4425d5339', class: {
|
|
6985
7009
|
[`ic-empty-state-${aligned}`]: true,
|
|
6986
7010
|
[`image-${imageSize}`]: isSlotUsed(this.el, "image"),
|
|
6987
7011
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
6988
|
-
} }, isSlotUsed(this.el, "image") && hAsync("slot", { key: '
|
|
7012
|
+
} }, isSlotUsed(this.el, "image") && hAsync("slot", { key: '9e87ed9f746d37f57505a75c62b10279b31ef54e', name: "image" }), hAsync("div", { key: '4f94dc11d843660d3fecd976fa71f9c57644c89b' }, hAsync("slot", { key: 'be23c55a8dc832904fbae342890d2a3d2d74ae85', name: "heading" }, hAsync("ic-typography", { key: '52bf3dca695fecff3e5d650bd81db23d09665258', variant: "h4", class: "empty-state-heading" }, heading)), hAsync("slot", { key: '7ed10d78475ac8b9c3f5a084a1294ad1be180f15', name: "subheading" }, hAsync("ic-typography", { key: '5772d056578a64a951178c3c3026b36d4b316496', variant: "subtitle-small", class: "empty-state-subheading" }, subheading)), hAsync("slot", { key: '14a8815b51a06521642921f09fa8346483522e84', name: "body" }, hAsync("ic-typography", { key: 'bca780cc2275e81d4e25bae45f5065f6fab3bcd5', maxLines: maxLines, class: "empty-state-body" }, body))), isSlotUsed(this.el, "actions") && (hAsync("div", { key: 'd6c0f61a358c1d0c86c4da922ed0504ffdc8228f', class: "action-area" }, hAsync("slot", { key: 'ac150a34e883376bfee43a6edbeb8992c3bc3f96', name: "actions" })))));
|
|
6989
7013
|
}
|
|
6990
7014
|
get el() { return getElement(this); }
|
|
6991
7015
|
static get style() { return IcEmptyStateStyle0; }
|
|
@@ -7178,12 +7202,12 @@ class FooterLink {
|
|
|
7178
7202
|
const { footerConfig, href, hreflang, referrerpolicy, rel, target, download, } = this;
|
|
7179
7203
|
const { small, grouped } = footerConfig;
|
|
7180
7204
|
const isLogoLink = !!this.el.closest("div[slot='logo']");
|
|
7181
|
-
return (hAsync(Host, { key: '
|
|
7205
|
+
return (hAsync(Host, { key: 'b8797484e397b1a952f2df6f644c985deec5be65', class: {
|
|
7182
7206
|
"footer-link": true,
|
|
7183
7207
|
[`footer-link-${grouped ? "grouped" : "ungrouped"}-${small ? "small" : "sparse"}`]: true,
|
|
7184
7208
|
[`footer-link-${this.foregroundColor}`]: true,
|
|
7185
7209
|
"footer-logo-link": isLogoLink,
|
|
7186
|
-
}, role: "listitem" }, hAsync("ic-link", { key: '
|
|
7210
|
+
}, role: "listitem" }, hAsync("ic-link", { key: '1cd559f7c768a70d2bc0c92845ad6ae6761b584a', class: "footer-link", href: href, hreflang: hreflang, referrerpolicy: referrerpolicy, rel: rel, download: download !== false ? download : undefined, target: target }, hAsync("slot", { key: 'f2104f33d9651f96414a4963b30ea2e6c2414b18' }))));
|
|
7187
7211
|
}
|
|
7188
7212
|
static get delegatesFocus() { return true; }
|
|
7189
7213
|
get el() { return getElement(this); }
|
|
@@ -7281,7 +7305,7 @@ class FooterLinkGroup {
|
|
|
7281
7305
|
}; }
|
|
7282
7306
|
}
|
|
7283
7307
|
|
|
7284
|
-
const icHeroCss = "/*! 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;background-color:var(--ic-hero-background);--hero-heading-bottom-margin:var(--ic-space-md);--hero-keyline:var(--ic-hero-keyline)}:host(.ic-hero-dark){background-color:var(--ic-brand-color-secondary);--ic-hero-heading:var(--ic-color-text-primary-light);--ic-hero-body:var(--ic-color-text-primary-light);--ic-hero-secondary-heading:var(--ic-color-text-primary-light);--hero-keyline:var(--ic-brand-text-color)}.heading{--ic-typography-color:var(--ic-hero-heading)}.subheading{--ic-typography-color:var(--ic-hero-body)}.secondary-container{--ic-typography-color:var(--ic-hero-secondary-heading);display:flex;flex-direction:column;justify-content:center;border-left:var(--ic-space-xxxs) solid var(--hero-keyline)}:host(.has-background-image){background-repeat:no-repeat;background-position:right -6.25rem;background-size:auto calc(100% + 6.25rem);box-shadow:var(--ic-elevation-inset)}@media (prefers-reduced-motion){:host(.has-background-image){background-position:right -6.25rem !important}}ic-typography.heading-bottom-spacing{margin-bottom:var(--hero-heading-bottom-margin)}.section-container{display:flex;align-items:center;height:100%}.left-container{padding:var(--ic-space-xl) 0}.left-container:not(.left-container-full-width){flex-basis:50%}.left-container-full-width{width:100%}.right-container{flex-basis:50%}.interaction-container{display:flex;gap:var(--ic-space-md);margin-top:var(--ic-space-lg);flex-wrap:wrap}.secondary-subheading{margin-top:var(--ic-space-xxs)}:host(.ic-hero-content-aligned-left) .left-container,:host(.ic-hero-content-aligned-left) .interaction-container{justify-content:flex-start;text-align:left}:host(.ic-hero-content-aligned-center) .left-container,:host(.ic-hero-content-aligned-center) .interaction-container{justify-content:center;text-align:center}@media (min-width: 992px){.left-container-full-width{width:66.6%}}@media (min-width: 1044px){:host,.section-container{min-height:13rem}:host(.ic-hero-small),:host(.ic-hero-small) .section-container{min-height:10.813rem}.left-container:not(.left-container-full-width){flex-basis:66.6%}.left-container{min-height:9rem}.right-container{flex-basis:33.3%;margin-left:3.125rem}.secondary-container{min-height:9rem}.secondary-heading,.secondary-subheading{margin-left:3.938rem}}@media (min-width: 801px) and (max-width: 1043px){:host(.has-background-image){background-image:none !important}:host,.section-container{min-height:16rem}:host(.ic-hero-small),:host(.ic-hero-small) .section-container{min-height:15rem}:host(.secondary-heading),:host(.secondary-heading) .section-container{min-height:14rem}.left-container{min-height:10rem}.secondary-container{min-height:10rem}.secondary-heading,.secondary-subheading{margin-left:5.922rem}.right-container{margin-left:3.125rem}}@media (min-width: 641px) and (max-width: 800px){:host(.has-background-image){background-image:none !important}:host(.has-right-content) .section-container{flex-wrap:wrap}:host(.has-right-content) .left-container{flex-basis:100%}:host(.has-right-content) .right-container{flex-basis:100%;margin-bottom:2.5rem}:host,.section-container{min-height:16rem}:host(.ic-hero-small),:host(.ic-hero-small) .section-container{min-height:15rem}:host(.secondary-heading),:host(.secondary-heading) .section-container{min-height:14rem}.left-container{min-height:10rem}.secondary-container{min-height:10rem}.secondary-heading,.secondary-subheading{margin-left:2.125rem}}@media (min-width: 481px) and (max-width: 640px){:host(.has-background-image){background-image:none !important}:host,.section-container{min-height:13rem}:host(.ic-hero-small),:host(.ic-hero-small) .section-container{min-height:10.813rem}:host(.secondary-heading),:host(.secondary-heading) .section-container{min-height:17.5rem}:host(.secondary-heading) .section-container,:host(.ic-hero-small) .section-container,.section-container{flex-direction:column;align-items:flex-start}.left-container{height:-moz-fit-content;height:fit-content}.secondary-container{height:-moz-fit-content;height:fit-content;border:none}.right-container{margin-bottom:2.5rem}}@media (max-width: 480px){:host(.has-background-image){background-image:none !important}:host,.section-container{min-height:12rem}:host,.right-container{margin-bottom:var(--ic-space-md)}:host(.ic-hero-small),:host(.ic-hero-small) .section-container{min-height:10.813rem}:host(.secondary-heading),:host(.secondary-heading) .section-container{min-height:16.5rem}:host(.secondary-heading) .section-container,:host(.ic-hero-small) .section-container,.section-container{flex-direction:column;align-items:flex-start}.left-container{height:-moz-fit-content;height:fit-content}.secondary-container{height:-moz-fit-content;height:fit-content;border:none}}";
|
|
7308
|
+
const icHeroCss = "/*! 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;background-color:var(--ic-hero-background);--hero-heading-bottom-margin:var(--ic-space-md);--hero-keyline:var(--ic-hero-keyline)}:host(.ic-hero-dark){background-color:var(--ic-brand-color-secondary);--ic-hero-heading:var(--ic-color-text-primary-light);--ic-hero-body:var(--ic-color-text-primary-light);--ic-hero-secondary-heading:var(--ic-color-text-primary-light);--hero-keyline:var(--ic-brand-text-color)}.heading{--ic-typography-color:var(--ic-hero-heading)}.subheading{--ic-typography-color:var(--ic-hero-body)}.secondary-container{--ic-typography-color:var(--ic-hero-secondary-heading);display:flex;flex-direction:column;justify-content:center;border-left:var(--ic-space-xxxs) solid var(--hero-keyline)}:host(.has-background-image){background-repeat:no-repeat;background-position:right -6.25rem;background-size:auto calc(100% + 6.25rem);box-shadow:var(--ic-elevation-inset)}@media (prefers-reduced-motion){:host(.has-background-image){background-position:right -6.25rem !important}}ic-typography.heading-bottom-spacing{margin-bottom:var(--hero-heading-bottom-margin)}.section-container{display:flex;align-items:center;height:100%}.left-container{padding:var(--ic-space-xl) 0}.left-container:not(.left-container-full-width){flex-basis:50%}.left-container-full-width{width:100%}.right-container{flex-basis:50%}.interaction-container{display:flex;gap:var(--ic-space-md);margin-top:var(--ic-space-lg);flex-wrap:wrap;--ic-date-input-label:var(--ic-brand-text-color);--ic-time-picker-label:var(--ic-brand-text-color);--ic-checkbox-group-label:var(--ic-brand-text-color);--ic-radio-button-input-field-label:var(--ic-brand-text-color);--ic-search-bar-label:var(--ic-brand-text-color);--ic-select-field-label:var(--ic-brand-text-color);--ic-switch-label:var(--ic-brand-text-color);--ic-text-field-label:var(--ic-brand-text-color);--ic-date-input-subtitle:var(--ic-brand-text-color);--ic-time-picker-subtitle:var(--ic-brand-text-color);--ic-checkbox-group-subtitle:var(--ic-brand-text-color);--ic-radio-button-input-field-subtitle:var(--ic-brand-text-color);--ic-search-bar-subtitle:var(--ic-brand-text-color);--ic-select-input-field-label-subtitle:var(--ic-brand-text-color);--ic-switch-subtitle:var(--ic-brand-text-color);--ic-text-field-subtitle:var(--ic-brand-text-color);--ic-checkbox-text:var(--ic-brand-text-color);--ic-radio-button-text-option:var(--ic-brand-text-color)}.secondary-subheading{margin-top:var(--ic-space-xxs)}:host(.ic-hero-content-aligned-left) .left-container,:host(.ic-hero-content-aligned-left) .interaction-container{justify-content:flex-start;text-align:left}:host(.ic-hero-content-aligned-center) .left-container,:host(.ic-hero-content-aligned-center) .interaction-container{justify-content:center;text-align:center}@media (min-width: 992px){.left-container-full-width{width:66.6%}}@media (min-width: 1044px){:host,.section-container{min-height:13rem}:host(.ic-hero-small),:host(.ic-hero-small) .section-container{min-height:10.813rem}.left-container:not(.left-container-full-width){flex-basis:66.6%}.left-container{min-height:9rem}.right-container{flex-basis:33.3%;margin-left:3.125rem}.secondary-container{min-height:9rem}.secondary-heading,.secondary-subheading{margin-left:3.938rem}}@media (min-width: 801px) and (max-width: 1043px){:host(.has-background-image){background-image:none !important}:host,.section-container{min-height:16rem}:host(.ic-hero-small),:host(.ic-hero-small) .section-container{min-height:15rem}:host(.secondary-heading),:host(.secondary-heading) .section-container{min-height:14rem}.left-container{min-height:10rem}.secondary-container{min-height:10rem}.secondary-heading,.secondary-subheading{margin-left:5.922rem}.right-container{margin-left:3.125rem}}@media (min-width: 641px) and (max-width: 800px){:host(.has-background-image){background-image:none !important}:host(.has-right-content) .section-container{flex-wrap:wrap}:host(.has-right-content) .left-container{flex-basis:100%}:host(.has-right-content) .right-container{flex-basis:100%;margin-bottom:2.5rem}:host,.section-container{min-height:16rem}:host(.ic-hero-small),:host(.ic-hero-small) .section-container{min-height:15rem}:host(.secondary-heading),:host(.secondary-heading) .section-container{min-height:14rem}.left-container{min-height:10rem}.secondary-container{min-height:10rem}.secondary-heading,.secondary-subheading{margin-left:2.125rem}}@media (min-width: 481px) and (max-width: 640px){:host(.has-background-image){background-image:none !important}:host,.section-container{min-height:13rem}:host(.ic-hero-small),:host(.ic-hero-small) .section-container{min-height:10.813rem}:host(.secondary-heading),:host(.secondary-heading) .section-container{min-height:17.5rem}:host(.secondary-heading) .section-container,:host(.ic-hero-small) .section-container,.section-container{flex-direction:column;align-items:flex-start}.left-container{height:-moz-fit-content;height:fit-content}.secondary-container{height:-moz-fit-content;height:fit-content;border:none}.right-container{margin-bottom:2.5rem}}@media (max-width: 480px){:host(.has-background-image){background-image:none !important}:host,.section-container{min-height:12rem}:host,.right-container{margin-bottom:var(--ic-space-md)}:host(.ic-hero-small),:host(.ic-hero-small) .section-container{min-height:10.813rem}:host(.secondary-heading),:host(.secondary-heading) .section-container{min-height:16.5rem}:host(.secondary-heading) .section-container,:host(.ic-hero-small) .section-container,.section-container{flex-direction:column;align-items:flex-start}.left-container{height:-moz-fit-content;height:fit-content}.secondary-container{height:-moz-fit-content;height:fit-content;border:none}}";
|
|
7285
7309
|
var IcHeroStyle0 = icHeroCss;
|
|
7286
7310
|
|
|
7287
7311
|
/**
|
|
@@ -7315,6 +7339,10 @@ class Hero {
|
|
|
7315
7339
|
* The size of the hero component.
|
|
7316
7340
|
*/
|
|
7317
7341
|
this.size = "medium";
|
|
7342
|
+
/**
|
|
7343
|
+
* 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.
|
|
7344
|
+
*/
|
|
7345
|
+
this.theme = "inherit";
|
|
7318
7346
|
}
|
|
7319
7347
|
disconnectedCallback() {
|
|
7320
7348
|
var _a;
|
|
@@ -7350,7 +7378,7 @@ class Hero {
|
|
|
7350
7378
|
}
|
|
7351
7379
|
}
|
|
7352
7380
|
render() {
|
|
7353
|
-
const { aligned, size, heading, subheading, secondaryHeading, secondarySubheading, foregroundColor, backgroundImage, scrollFactor, contentAligned, } = this;
|
|
7381
|
+
const { aligned, size, heading, subheading, secondaryHeading, secondarySubheading, foregroundColor, backgroundImage, scrollFactor, contentAligned, theme, } = this;
|
|
7354
7382
|
let style = {};
|
|
7355
7383
|
if (isPropDefined(backgroundImage)) {
|
|
7356
7384
|
style = {
|
|
@@ -7358,19 +7386,20 @@ class Hero {
|
|
|
7358
7386
|
"background-position": scrollFactor,
|
|
7359
7387
|
};
|
|
7360
7388
|
}
|
|
7361
|
-
return (hAsync(Host, { key: '
|
|
7389
|
+
return (hAsync(Host, { key: '34d3c839d5827d5dadfdc1a160c4b6b2ae965cdf', class: {
|
|
7362
7390
|
[`ic-hero-${IcBrandForegroundEnum.Dark}`]: foregroundColor === IcBrandForegroundEnum.Dark,
|
|
7363
7391
|
["has-background-image"]: backgroundImage !== undefined,
|
|
7364
7392
|
["has-right-content"]: this.rightContent,
|
|
7365
7393
|
["ic-hero-small"]: size === "small",
|
|
7366
7394
|
["secondary-heading"]: !!secondaryHeading,
|
|
7367
7395
|
[`ic-hero-content-aligned-${contentAligned}`]: contentAligned !== undefined,
|
|
7368
|
-
|
|
7396
|
+
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
7397
|
+
}, style: style }, hAsync("ic-section-container", { key: '92c885c6bb0532ed6d5adbea3927ff56c88ccf00', aligned: aligned, fullHeight: true, class: "section-container" }, hAsync("div", { key: '808e287fe214793b21c2da1d4db8410a0fecdcb9', class: {
|
|
7369
7398
|
["left-container"]: true,
|
|
7370
7399
|
["left-container-full-width"]: this.leftContentFullWidth,
|
|
7371
|
-
} }, hAsync("div", { key: '
|
|
7400
|
+
} }, hAsync("div", { key: '09267f66de926f237092d55372f34ee75b3b1bb5', class: "heading" }, hAsync("slot", { key: 'b30e4be509093aa6f7b2dbe906eb63c8ed1f70da', name: "heading" }, hAsync("ic-typography", { key: 'a59edf905e413ecd324b09807acb4efc7730b1ef', variant: size === "small" ? "h2" : "h1", class: {
|
|
7372
7401
|
["heading-bottom-spacing"]: size !== "small",
|
|
7373
|
-
} }, hAsync("h2", { key: '
|
|
7402
|
+
} }, hAsync("h2", { key: 'f3d705dcea394926d050c5e9a518aa6d23e61c74' }, heading)))), hAsync("div", { key: 'e67892b909d8d59b9714c9c39b07f5fbaa47cd5f', class: "subheading" }, hAsync("slot", { key: '94601527aad82e6da4a1723f435b26221f562d3c', name: "subheading" }, hAsync("ic-typography", { key: 'd10d05ad2ecbc02f3cc9612c5e5cd8507c95e7ba', variant: "body" }, subheading))), hAsync("div", { key: '12ea9178058e547b57fd1ca454a00a9bdf542f41', class: "interaction-container" }, hAsync("slot", { key: '8b3e37943fb688843dfcc6f28f7aab2d42c66454', name: "interaction" }))), (isPropDefined(secondaryHeading) || this.rightContent) && (hAsync("div", { key: '2783784a47d8a7667959b6bc0a102e0536050cab', class: "right-container" }, hAsync("slot", { key: 'ad168f0963f7950cf70b8a77abd4390a0585ddff', name: "secondary" }, secondaryHeading && (hAsync("div", { key: 'faa3a3a6f23962c99eab8d1e81e2fa5d96b8f6c2', class: "secondary-container" }, hAsync("div", { key: '147945f65e18d6d3ade2342057e1cdaf68faca50', class: "secondary-heading" }, hAsync("ic-typography", { key: '78a22d379cb17ec183b4f320f652696cf46155b4', variant: "h4" }, hAsync("h3", { key: '87619d7363588a0887f4c704011d824d51f3caa2' }, secondaryHeading))), hAsync("div", { key: '0cc920336ef6d241361f095317391c296ce81e81', class: "secondary-subheading" }, hAsync("ic-typography", { key: '19db9e9c8c392b26e698427048de8ad1bf2b7a5a', variant: "subtitle-small" }, secondarySubheading))))))))));
|
|
7374
7403
|
}
|
|
7375
7404
|
get el() { return getElement(this); }
|
|
7376
7405
|
static get style() { return IcHeroStyle0; }
|
|
@@ -7387,6 +7416,7 @@ class Hero {
|
|
|
7387
7416
|
"secondarySubheading": [1, "secondary-subheading"],
|
|
7388
7417
|
"size": [1],
|
|
7389
7418
|
"subheading": [1],
|
|
7419
|
+
"theme": [1],
|
|
7390
7420
|
"foregroundColor": [32],
|
|
7391
7421
|
"rightContent": [32],
|
|
7392
7422
|
"leftContentFullWidth": [32],
|
|
@@ -7561,22 +7591,22 @@ class HorizontalScroll {
|
|
|
7561
7591
|
}
|
|
7562
7592
|
render() {
|
|
7563
7593
|
const { firstItemVisible, lastItemVisible, itemOverflow } = this;
|
|
7564
|
-
return (hAsync(Host, { key: '
|
|
7594
|
+
return (hAsync(Host, { key: '5c313665e71e0abc91a19f204ccf08d7b017f46b', class: {
|
|
7565
7595
|
["ic-horizontal-scroll-visible"]: itemOverflow,
|
|
7566
7596
|
["ic-horizontal-scroll-dark"]: this.appearance === IcBrandForegroundEnum.Dark,
|
|
7567
7597
|
["ic-horizontal-scroll-light"]: this.appearance === IcBrandForegroundEnum.Light,
|
|
7568
7598
|
[`ic-theme-${this.theme}`]: this.theme !== "inherit",
|
|
7569
|
-
} }, hAsync("div", { key: '
|
|
7599
|
+
} }, hAsync("div", { key: '7a65d56af26a6bfe660c3e923beaf7b512f77de8', "aria-hidden": "true", class: {
|
|
7570
7600
|
["scroll-container-left"]: true,
|
|
7571
7601
|
["hidden"]: !itemOverflow,
|
|
7572
7602
|
["disabled"]: firstItemVisible,
|
|
7573
|
-
}, role: "tab" }, hAsync("ic-button", { key: '
|
|
7603
|
+
}, role: "tab" }, hAsync("ic-button", { key: '0203d6acdde7444d03038b3ec86f3e318615030d', class: "scroll-arrow", variant: "icon-tertiary", "aria-label": "Scroll left", theme: this.theme === "light" || this.theme === "inherit"
|
|
7574
7604
|
? "dark"
|
|
7575
|
-
: "light", monochrome: this.monochrome, innerHTML: LeftArrow, disabled: firstItemVisible, tabindex: "-1", onClick: this.scrollLeft, onMouseDown: this.leftArrowMouseDownHandler }), hAsync("span", { key: '
|
|
7605
|
+
: "light", monochrome: this.monochrome, innerHTML: LeftArrow, disabled: firstItemVisible, tabindex: "-1", onClick: this.scrollLeft, onMouseDown: this.leftArrowMouseDownHandler }), hAsync("span", { key: 'dffb5fee1c17005205216d0901141317e2dc4aa6', class: "scroll-splitter-left" })), hAsync("slot", { key: 'f637c15f3020e1572a61179c2132dece11d0699a' }), hAsync("div", { key: 'c563d5ca6d07a66f2111bea5aebe7d36ae481770', "aria-hidden": "true", class: {
|
|
7576
7606
|
["scroll-container-right"]: true,
|
|
7577
7607
|
["hidden"]: !itemOverflow,
|
|
7578
7608
|
["disabled"]: lastItemVisible,
|
|
7579
|
-
}, role: "tab" }, hAsync("span", { key: '
|
|
7609
|
+
}, role: "tab" }, hAsync("span", { key: 'd8afe9aaf2304d13909815aeb8e60ac4f8952f7f', class: "scroll-splitter-right" }), hAsync("ic-button", { key: '4f3be747e736a50705793742b0a1e9fab44d56db', class: "scroll-arrow", variant: "icon-tertiary", "aria-label": "Scroll right", theme: this.theme === "light" || this.theme === "inherit"
|
|
7580
7610
|
? "dark"
|
|
7581
7611
|
: "light", monochrome: this.monochrome, innerHTML: RightArrow, disabled: lastItemVisible, tabindex: "-1", onClick: this.scrollRight, onMouseDown: this.rightArrowMouseDownHandler }))));
|
|
7582
7612
|
}
|
|
@@ -7651,15 +7681,15 @@ class InputComponentContainer {
|
|
|
7651
7681
|
}
|
|
7652
7682
|
render() {
|
|
7653
7683
|
const { size, validationStatus, disabled, readonly, multiLine, fullWidth, validationInline, } = this;
|
|
7654
|
-
return (hAsync(Host, { key: '
|
|
7684
|
+
return (hAsync(Host, { key: 'c33ebfd9dd18101fb9161259538e8e0046f77a3d', class: {
|
|
7655
7685
|
[`ic-input-component-container-${size}`]: true,
|
|
7656
7686
|
[`ic-input-component-container-${validationStatus}`]: validationStatus !== "" && !disabled && !readonly,
|
|
7657
7687
|
"ic-input-component-container-disabled": !!disabled,
|
|
7658
7688
|
"ic-input-component-container-readonly": !!readonly,
|
|
7659
7689
|
"ic-input-component-container-multiline": !!multiLine,
|
|
7660
7690
|
"ic-input-component-container-full-width": !!fullWidth,
|
|
7661
|
-
}, "aria-disabled": disabled ? "true" : null }, hAsync("div", { key: '
|
|
7662
|
-
validationStatus === IcInformationStatus.Success && (hAsync("span", { key: '
|
|
7691
|
+
}, "aria-disabled": disabled ? "true" : null }, hAsync("div", { key: 'a70f27a3235ac0edb9d9c5a18983ae3c02de2a48', class: "focus-indicator" }, slotHasContent(this.el, "left-icon") && (hAsync("div", { key: 'aa0b233280382bd0e95a8ff932bf60a63603b7bf', class: "icon-container" }, hAsync("slot", { key: 'ceb8ec9b420073ac2ecd5d6793ad4342ab9ebbdd', name: "left-icon" }))), hAsync("slot", { key: '1850c6ed04510e678600c653a36e2114f982e561' }), validationInline &&
|
|
7692
|
+
validationStatus === IcInformationStatus.Success && (hAsync("span", { key: '58d228c595577c1cc9a0fe2b10538cc3efff53ab', class: "inline-success", innerHTML: successIcon })))));
|
|
7663
7693
|
}
|
|
7664
7694
|
get el() { return getElement(this); }
|
|
7665
7695
|
static get watchers() { return {
|
|
@@ -7700,11 +7730,11 @@ class InputContainer {
|
|
|
7700
7730
|
this.readonly = false;
|
|
7701
7731
|
}
|
|
7702
7732
|
render() {
|
|
7703
|
-
return (hAsync(Host, { key: '
|
|
7733
|
+
return (hAsync(Host, { key: '32ae22db5e182cc2c092c8f48e61d42a318284a0' }, hAsync("div", { key: 'bae9ef74f7f92004ec99c387a213822315c505ba', class: {
|
|
7704
7734
|
["component-container"]: true,
|
|
7705
7735
|
["disabled"]: !!this.disabled,
|
|
7706
7736
|
["readonly"]: !!this.readonly,
|
|
7707
|
-
} }, hAsync("slot", { key: '
|
|
7737
|
+
} }, hAsync("slot", { key: 'acca571eaa0d8f19b0e3379d2592409aacf9dd95' }))));
|
|
7708
7738
|
}
|
|
7709
7739
|
static get style() { return IcInputContainerStyle0; }
|
|
7710
7740
|
static get cmpMeta() { return {
|
|
@@ -7787,11 +7817,11 @@ class InputLabel {
|
|
|
7787
7817
|
"helpertext-readonly": readonly,
|
|
7788
7818
|
};
|
|
7789
7819
|
const helperTextSlot = this.el.querySelector("slot[name='helper-text']");
|
|
7790
|
-
return (hAsync(Host, { key: '
|
|
7820
|
+
return (hAsync(Host, { key: 'da58fe3cac026661d1c624c69c56c6e64ff3c07a', class: {
|
|
7791
7821
|
"ic-input-label-disabled": !!disabled,
|
|
7792
7822
|
"ic-input-label-readonly": readonly,
|
|
7793
7823
|
"with-helper": this.isHelperTextSlotUsed(helperTextSlot) || helperText !== "",
|
|
7794
|
-
} }, !hideLabel && (hAsync("ic-typography", { key: '
|
|
7824
|
+
} }, !hideLabel && (hAsync("ic-typography", { key: 'bb221e5f51681a0caa721c66f03fd475e4e08749', variant: "label", class: {
|
|
7795
7825
|
"readonly-label": readonly,
|
|
7796
7826
|
"error-label": status === "error" && !(readonly || disabled),
|
|
7797
7827
|
} }, readonly || !useLabelTag ? (`${labelText}`) : (hAsync("label", { htmlFor: this.for }, labelText)))), this.isHelperTextSlotUsed(helperTextSlot) ? (hAsync("span", { id: helperTextId, class: helperTextClass }, hAsync("slot", { name: "helper-text" }))) : (helperText !== "" && (hAsync("ic-typography", { variant: "caption", class: helperTextClass }, hAsync("span", { id: helperTextId }, helperText))))));
|
|
@@ -7861,14 +7891,14 @@ class InputValidation {
|
|
|
7861
7891
|
render() {
|
|
7862
7892
|
const { ariaLiveMode, fullWidth, status, message } = this;
|
|
7863
7893
|
const displayIcon = status !== "" ? ICON[status] : "";
|
|
7864
|
-
return (hAsync(Host, { key: '
|
|
7894
|
+
return (hAsync(Host, { key: '0513b4d21426f48a3751fbb4f16786d8cdde6f30', class: {
|
|
7865
7895
|
[`ic-input-validation-${status}`]: status !== "",
|
|
7866
7896
|
"ic-input-validation-full-width": !!fullWidth,
|
|
7867
7897
|
"ic-input-validation-with-status": status !== "",
|
|
7868
|
-
} }, displayIcon !== "" && (hAsync("span", { key: '
|
|
7898
|
+
} }, displayIcon !== "" && (hAsync("span", { key: '3e6de247d788f9836f338e109d7be5914fa2f320', class: {
|
|
7869
7899
|
"status-icon": true,
|
|
7870
7900
|
[`icon-${status}`]: true,
|
|
7871
|
-
}, innerHTML: displayIcon })), hAsync("ic-typography", { key: '
|
|
7901
|
+
}, innerHTML: displayIcon })), hAsync("ic-typography", { key: '5ee4e673c1f2934d74eafbc08241cdfae1aa5f9f', variant: "caption", class: "statustext" }, hAsync("span", { key: '850149ffb8c4cdab21ab0c05a8787747e399ca41', id: this.for && getInputValidationTextID(this.for) }, message), hAsync("span", { key: 'a26f5aa58e81cf3e9d982d86b75b3ab7e14897ad', ref: (el) => (this.messageEl = el), class: "sr-only", "aria-live": ariaLiveMode })), hAsync("slot", { key: '4dba13235c6ec27d634b0dd38523963798676b36', name: "validation-message-adornment" })));
|
|
7872
7902
|
}
|
|
7873
7903
|
get el() { return getElement(this); }
|
|
7874
7904
|
static get watchers() { return {
|
|
@@ -8020,10 +8050,10 @@ class LayoutGrid {
|
|
|
8020
8050
|
}
|
|
8021
8051
|
render() {
|
|
8022
8052
|
const { aligned, fullHeight } = this;
|
|
8023
|
-
return (hAsync(Host, { key: '
|
|
8053
|
+
return (hAsync(Host, { key: 'fa862e7110426cb032982c8743b7ad3024f06f9a', class: {
|
|
8024
8054
|
[`ic-layout-grid-aligned-${aligned}`]: true,
|
|
8025
8055
|
["ic-layout-grid-no-vertical-padding"]: !!fullHeight,
|
|
8026
|
-
} }, hAsync("slot", { key: '
|
|
8056
|
+
} }, hAsync("slot", { key: '716c4137c338797b4ce17c9dd946f8902064606f' })));
|
|
8027
8057
|
}
|
|
8028
8058
|
get el() { return getElement(this); }
|
|
8029
8059
|
static get watchers() { return {
|
|
@@ -8103,9 +8133,9 @@ class LayoutGridItem {
|
|
|
8103
8133
|
}
|
|
8104
8134
|
render() {
|
|
8105
8135
|
const { hideInMobileMode } = this;
|
|
8106
|
-
return (hAsync(Host, { key: '
|
|
8136
|
+
return (hAsync(Host, { key: '9e96a528f70c414a5728a7fd0773d0adb4063020', class: {
|
|
8107
8137
|
"ic-layout-grid-hide-in-mobile": !!hideInMobileMode,
|
|
8108
|
-
} }, hAsync("slot", { key: '
|
|
8138
|
+
} }, hAsync("slot", { key: '43b2b4891f8b1241fad2fb707016cd927632bdfd' })));
|
|
8109
8139
|
}
|
|
8110
8140
|
get el() { return getElement(this); }
|
|
8111
8141
|
static get watchers() { return {
|
|
@@ -8218,7 +8248,7 @@ class Link {
|
|
|
8218
8248
|
}
|
|
8219
8249
|
render() {
|
|
8220
8250
|
const { download, href, hreflang, referrerpolicy, rel, target, monochrome, theme, } = this;
|
|
8221
|
-
return (hAsync(Host, { key: '
|
|
8251
|
+
return (hAsync(Host, { key: '1d3ba1effcfab3255ea567c475e2252bd17de507', class: {
|
|
8222
8252
|
["ic-link"]: true,
|
|
8223
8253
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
8224
8254
|
["ic-link-monochrome"]: !!monochrome,
|
|
@@ -8433,24 +8463,24 @@ class LoadingIndicator {
|
|
|
8433
8463
|
}
|
|
8434
8464
|
render() {
|
|
8435
8465
|
const { circularDiameter, circularDimensions: { x, y, r, dashArray, dashOffset }, description, fullWidth, indicatorLabel, innerLabel, label, max, min, monochrome, progress, size, theme, type, } = this;
|
|
8436
|
-
return (hAsync(Host, { key: '
|
|
8466
|
+
return (hAsync(Host, { key: '8f3a698fc177a9ff0c42efa2cb0d6fde7d09f2cb', class: {
|
|
8437
8467
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
8438
8468
|
"ic-loading-indicator-full-width": fullWidth,
|
|
8439
8469
|
"ic-loading-indicator-label": !!label,
|
|
8440
8470
|
"ic-loading-indicator-monochrome": monochrome,
|
|
8441
8471
|
[`ic-loading-indicator-size-${size}`]: true,
|
|
8442
|
-
} }, hAsync("div", { key: '
|
|
8472
|
+
} }, hAsync("div", { key: '947ed45a2a33bb3efc98be184d144c7022a99341', class: "ic-loading-container", part: "ic-loading-container" }, hAsync("div", { key: '07cfd1daad6714aa3f0a9aa6639c62f07cd51319', ref: (el) => (this.outerElement = el), class: {
|
|
8443
8473
|
[`ic-loading-${type}-outer`]: true,
|
|
8444
8474
|
[progress === undefined ? "indeterminate" : "determinate"]: true,
|
|
8445
|
-
}, role: "progressbar", "aria-labelledby": label && size !== "icon" && "ic-loading-label", "aria-label": description, "aria-valuenow": progress, "aria-valuemin": min, "aria-valuemax": max }, hAsync("div", { key: '
|
|
8475
|
+
}, role: "progressbar", "aria-labelledby": label && size !== "icon" && "ic-loading-label", "aria-label": description, "aria-valuenow": progress, "aria-valuemin": min, "aria-valuemax": max }, hAsync("div", { key: '784dc31419e98ce922fc71941f22a063c26ab249', ref: (el) => (this.innerElement = el), class: {
|
|
8446
8476
|
[`ic-loading-${type}-inner`]: true,
|
|
8447
8477
|
"inner-label": !!innerLabel,
|
|
8448
|
-
} }, innerLabel && size === "small" && (hAsync("ic-typography", { key: '
|
|
8478
|
+
} }, innerLabel && size === "small" && (hAsync("ic-typography", { key: '8f55830d3c41595cecfdfdb3630af8ad2b93fc1e', variant: "subtitle-small", class: "inner-text" }, innerLabel)), type === "circular" && (hAsync("svg", { key: '5505faa38e257e69a988217685c9a466f622489b', class: "ic-loading-circular-svg", viewBox: `0 0 ${circularDiameter} ${circularDiameter}` }, hAsync("circle", { key: 'c2f46bcb23d2af900f8b6dbfabb317172b3fdb22', cx: x, cy: y, r: r }), hAsync("circle", { key: 'f0d9f105bda3e40c78cba1a3a2986b31ccc0327a', style: {
|
|
8449
8479
|
"--circular-steps-max": progress ? `${max}` : undefined,
|
|
8450
8480
|
"--progress-value": progress !== undefined ? `${progress}` : undefined,
|
|
8451
8481
|
"--stroke-dasharray": dashArray,
|
|
8452
8482
|
"--stroke-dashoffset": dashOffset,
|
|
8453
|
-
}, cx: x, cy: y, r: r }))))), label && size !== "icon" && (hAsync("ic-typography", { key: '
|
|
8483
|
+
}, cx: x, cy: y, r: r }))))), label && size !== "icon" && (hAsync("ic-typography", { key: '15d34b2712a2961d2e1b8a63ab6f65a82fa68d67', id: "ic-loading-label", class: "ic-loading-label", role: "alert", variant: this.getLabelVariant() }, hAsync("p", { key: '25130595c4008fdd8acd8c47a6729d3aef5cf70c' }, indicatorLabel))))));
|
|
8454
8484
|
}
|
|
8455
8485
|
get el() { return getElement(this); }
|
|
8456
8486
|
static get watchers() { return {
|
|
@@ -12586,7 +12616,7 @@ class Menu {
|
|
|
12586
12616
|
const { inputLabel, options, menuId, value, fullWidth, hasTimedOut, isLoading, size, open, inputEl, keyboardNav, parentEl, SEARCH_BAR_TAG, multiSelect, } = this;
|
|
12587
12617
|
const selectAllButtonText = `${(value === null || value === void 0 ? void 0 : value.length) === this.ungroupedOptions.length ? "Clear" : "Select"} all`;
|
|
12588
12618
|
const hasNoResults = this.host.classList.contains("no-results");
|
|
12589
|
-
return (hAsync(Host, { key: '
|
|
12619
|
+
return (hAsync(Host, { key: '8dad972db607187821f9063a35f75768df5adcc1', class: {
|
|
12590
12620
|
"ic-menu-full-width": !!fullWidth,
|
|
12591
12621
|
"ic-menu-no-focus": ((inputEl === null || inputEl === void 0 ? void 0 : inputEl.tagName) === "INPUT" &&
|
|
12592
12622
|
(parentEl === null || parentEl === void 0 ? void 0 : parentEl.tagName) !== SEARCH_BAR_TAG) ||
|
|
@@ -12595,7 +12625,7 @@ class Menu {
|
|
|
12595
12625
|
[`ic-menu-${size}`]: true,
|
|
12596
12626
|
"ic-menu-open": open && options.length !== 0,
|
|
12597
12627
|
"ic-menu-multiple": multiSelect,
|
|
12598
|
-
} }, options.length !== 0 && (hAsync("ul", { key: '
|
|
12628
|
+
} }, options.length !== 0 && (hAsync("ul", { key: 'bbdb630e801155ddb22240206eac4f919807ec2d', id: menuId, class: "menu", role: "listbox", "aria-label": `${inputLabel} pop-up`, "aria-multiselectable": multiSelect ? "true" : "false", tabindex: open &&
|
|
12599
12629
|
!keyboardNav &&
|
|
12600
12630
|
((inputEl === null || inputEl === void 0 ? void 0 : inputEl.tagName) !== "INPUT" ||
|
|
12601
12631
|
(parentEl === null || parentEl === void 0 ? void 0 : parentEl.tagName) === SEARCH_BAR_TAG)
|
|
@@ -12623,7 +12653,7 @@ class Menu {
|
|
|
12623
12653
|
multiSelect &&
|
|
12624
12654
|
!isLoading &&
|
|
12625
12655
|
!hasTimedOut &&
|
|
12626
|
-
!hasNoResults && (hAsync("div", { key: '
|
|
12656
|
+
!hasNoResults && (hAsync("div", { key: '2806fdd383f3450d651e681a0156c47cd98689c5', class: "option-bar" }, hAsync("ic-typography", { key: 'dd2e0b74622eb359e4e53cc5c7b0f031ef577ca2' }, hAsync("p", { key: 'f6132822d0bf66e869b4c2bceba7dfcf93e697be' }, `${value ? value.length : 0}/${getOptionsWithoutGroupTitlesCount(this.options)} selected`)), hAsync("ic-button", { key: 'e233f3ac017ce08d46d1973406a4bb99bcfa2cf6', 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)))));
|
|
12627
12657
|
}
|
|
12628
12658
|
get host() { return getElement(this); }
|
|
12629
12659
|
static get watchers() { return {
|
|
@@ -12683,7 +12713,7 @@ class MenuGroup {
|
|
|
12683
12713
|
}
|
|
12684
12714
|
render() {
|
|
12685
12715
|
const parentMenu = this.el.closest("ic-popover-menu");
|
|
12686
|
-
return (hAsync(Host, { key: '
|
|
12716
|
+
return (hAsync(Host, { key: '384be493b4b4148e4a09f0395bb1db6b651bfc2f', role: "group", "aria-label": this.label !== null ? this.label : "" }, isPropDefined(this.label) && (hAsync("ic-typography", { key: '46982951ac8573a5ee8c5733043e109f268859f8', variant: "subtitle-small" }, this.label)), hAsync("span", { key: 'd5a5fe976b9f88e61df589c1ddc105c31b8639e2', class: "menu-items-wrapper" }, hAsync("slot", { key: '3b6cab53fde94c5a9cbc0a6a323c0aff28975a1c' })), this.el !== (parentMenu === null || parentMenu === void 0 ? void 0 : parentMenu.querySelector("ic-menu-group:last-child")) && (hAsync("hr", { key: '60412dd9914569ad72a6160787b48d8b3239cebb' }))));
|
|
12687
12717
|
}
|
|
12688
12718
|
get el() { return getElement(this); }
|
|
12689
12719
|
static get style() { return IcMenuGroupStyle0; }
|
|
@@ -13231,7 +13261,7 @@ class NavigationGroup {
|
|
|
13231
13261
|
const isTopNav = this.navigationType === "top";
|
|
13232
13262
|
const isTopNavDesktop = !inTopNavSideMenu && isTopNav;
|
|
13233
13263
|
const ariaExpanded = (isSideNav && expanded) || (isTopNav && dropdownOpen);
|
|
13234
|
-
return (hAsync(Host, { key: '
|
|
13264
|
+
return (hAsync(Host, { key: '4d9f64e96f0e60b2e120ef1ff3ead8fc9eeba8ff', class: {
|
|
13235
13265
|
"in-side-menu": inTopNavSideMenu,
|
|
13236
13266
|
"ic-navigation-group-expandable": expandable,
|
|
13237
13267
|
"ic-navigation-group-side-nav": isSideNav,
|
|
@@ -13656,16 +13686,16 @@ class NavigationMenu {
|
|
|
13656
13686
|
}
|
|
13657
13687
|
}
|
|
13658
13688
|
render() {
|
|
13659
|
-
return (hAsync(Host, { key: '
|
|
13689
|
+
return (hAsync(Host, { key: '3e06550714484b8a9d157e0391697e303fbf8259', class: { [`ic-theme-${this.theme}`]: this.theme !== "inherit" } }, hAsync("div", { key: 'b56300f2817a5a42401570a56f5b29c90e37e336', class: "popout-modal", onClick: this.closeMenu }), hAsync("div", { key: '081658f80afaa6d7f39971cc0f566068166b6688', class: "popout-menu", role: "dialog", "aria-modal": "true", "aria-label": `${this.hasNavigation ? "Navigation" : "App"} menu` }, hAsync("span", { key: '67841c0d0cfb29fba7e3c722436c7e87bca1842d', "aria-hidden": "true", id: "navigation-landmark-text", class: "navigation-landmark-text" }, "Main navigation"), hAsync("nav", { key: 'cb5aa473a04868d6af4dcd2ebc2b61ef5d785904', "aria-labelledby": "navigation-landmark-text", "aria-hidden": this.hasNavigation ? "false" : "true" }, hAsync("div", { key: '2551b868b4c932b5fcff041bdae690e748d40430', class: {
|
|
13660
13690
|
["menu-close-button-container"]: true,
|
|
13661
13691
|
["nav-group-first"]: this.navGroupFirst,
|
|
13662
|
-
} }, hAsync("ic-button", { key: '
|
|
13692
|
+
} }, hAsync("ic-button", { key: '6f2a95a7824e18fa2f83a297984a7677110e887f', ref: (el) => (this.closeButton = el), id: "menu-close-button", class: "menu-close-button", variant: "icon-tertiary", size: "large", "aria-label": `Close ${this.hasNavigation ? "navigation" : "app"} menu`, onClick: this.closeMenu }, hAsync("svg", { key: '2d4918dc6b797eb6f245dd531387cbb0370eb687', width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, hAsync("path", { key: '51a063a29957f6992294ed31dae13570dc0ecd8c', d: "M14 1.41L12.59 0L7 5.59L1.41 0L0 1.41L5.59 7L0 12.59L1.41 14L7 8.41L12.59 14L14 12.59L8.41 7L14 1.41Z" })))), this.hasNavigation && hAsync("slot", { key: '70ef3173a42a47e1bb13042dc41c53313ee42697', name: "navigation" })), this.hasButtons && (hAsync("div", { key: '95384803c8ab3a87492552b613cb53f95adacd52', class: {
|
|
13663
13693
|
["menu-buttons-container"]: true,
|
|
13664
13694
|
["menu-buttons-container-nav-item-above"]: this.navItemAboveButtons,
|
|
13665
|
-
} }, hAsync("slot", { key: '
|
|
13695
|
+
} }, hAsync("slot", { key: '9bdde63f875fe678742dff04018e562ec37eb500', name: "buttons" }))), (this.status !== "" || this.version !== "") && (hAsync("div", { key: '502dd0df2ce93217d9a642e4a6b36dcd72229e70', class: {
|
|
13666
13696
|
["menu-status-version-container"]: true,
|
|
13667
13697
|
["status-version-no-buttons"]: !this.hasButtons,
|
|
13668
|
-
} }, this.status !== "" && (hAsync("div", { key: '
|
|
13698
|
+
} }, this.status !== "" && (hAsync("div", { key: 'a0b154b7307de42c92c9e26f9cd552dcc556b21d', class: "menu-status" }, hAsync("ic-typography", { key: 'af91a5c0c556c8ac0faa29998e126de1ab86c0bc', variant: "label-uppercase", "aria-label": "app tag", class: "menu-status-text" }, this.status))), this.version !== "" && (hAsync("div", { key: 'b16dec612bce0fe83c888b0a3e74d8f205710633', class: "menu-version" }, hAsync("ic-typography", { key: '74d7e31b0126f240fa7bbc410a8b71268ca027a1', variant: "label", class: "menu-version-text", "aria-label": "app version" }, this.version))))))));
|
|
13669
13699
|
}
|
|
13670
13700
|
get el() { return getElement(this); }
|
|
13671
13701
|
static get style() { return IcNavigationMenuStyle0; }
|
|
@@ -13798,19 +13828,19 @@ class PageHeader {
|
|
|
13798
13828
|
const navAriaLabel = `${isSlotUsed(this.el, "heading")
|
|
13799
13829
|
? (_b = (_a = this.el.querySelector('[slot="heading"]')) === null || _a === void 0 ? void 0 : _a.textContent) !== null && _b !== void 0 ? _b : ""
|
|
13800
13830
|
: heading !== null && heading !== void 0 ? heading : ""} page sections`;
|
|
13801
|
-
return (hAsync(Host, { key: '
|
|
13831
|
+
return (hAsync(Host, { key: '17bc798fc01d1a70de9fed3da746d8e39a88e96c', class: {
|
|
13802
13832
|
["ic-page-header-sticky"]: !!sticky,
|
|
13803
13833
|
["ic-page-header-sticky-desktop"]: !sticky && !!stickyDesktopOnly,
|
|
13804
13834
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
13805
|
-
}, "aria-label": this.el.ariaLabel || "page header" }, hAsync("header", { key: '
|
|
13835
|
+
}, "aria-label": this.el.ariaLabel || "page header" }, hAsync("header", { key: '1dadcdce3f21efe0f196171330cb5774be34075e', class: {
|
|
13806
13836
|
["border-bottom"]: !!border,
|
|
13807
13837
|
["tabs"]: isSlotUsed(this.el, "tabs"),
|
|
13808
|
-
}, role: "presentation" }, hAsync("ic-section-container", { key: '
|
|
13838
|
+
}, role: "presentation" }, hAsync("ic-section-container", { key: '9f0855c0310d29f5381c12665aad41ee1656ccdb', aligned: aligned, fullHeight: isSlotUsed(this.el, "tabs") }, isSlotUsed(this.el, "breadcrumbs") && (hAsync("div", { key: '3b1fe9729e1d62e72a432fd039db40c1c5da22da', class: "breadcrumb-area" }, hAsync("slot", { key: 'e5055a9f7def4018e2046dae4687ae1945235bf7', name: "breadcrumbs" }))), hAsync("div", { key: '70acf27823b39d41d9c2f3dbe3e89d71096e7daf', class: "main-content" }, hAsync("div", { key: 'b924bba3df8954b9f314c1eff6ffe4443d0e53f1', class: "title-area" }, hAsync("div", { key: '5a60bb74557d37b33be8312d177e75ce77210998', class: "header-content" }, hAsync("slot", { key: 'e4c7c70b13eac0944bba1a1f2ddd320f3e1c2659', name: "heading" }, hAsync("ic-typography", { key: 'eb98510ca2b55a81c1b91bbabc4bfe7d5e28bdde', variant: size === "small" ? "h4" : "h2", class: "heading" }, hAsync("h2", { key: '9bc94aa414b9514f0e349faa521804682f22f85b' }, heading))), hAsync("slot", { key: '47b147656f0fe7436d233bb669c4462faab353db', name: "heading-adornment" })), hAsync("div", { key: '1456f12fba38ec4cd05706ccb92d72adf12ae623', class: {
|
|
13809
13839
|
["subheading-content"]: !!subheading || isSlotUsed(this.el, "subheading"),
|
|
13810
13840
|
["small"]: size === "small",
|
|
13811
|
-
} }, hAsync("slot", { key: '
|
|
13812
|
-
isSlotUsed(this.el, "tabs")) && (hAsync("div", { key: '
|
|
13813
|
-
!isSlotUsed(this.el, "tabs") && hAsync("slot", { key: '
|
|
13841
|
+
} }, hAsync("slot", { key: 'a82707ce4abf37e4e8a965a39a5cc6e50d634647', name: "subheading" }, hAsync("ic-typography", { key: '9f77da962becb04b244f3df0dceb7dad9dc122d8', variant: "body" }, subheading)))), isSlotUsed(this.el, "actions") && (hAsync("div", { key: '792df65e46b45a50514a1967866dd72f6f72e683', class: "action-area" }, hAsync("slot", { key: '0cd5fd825254df4815fe2d3e788946de88cbaae1', name: "actions" }))), isSlotUsed(this.el, "input") && (hAsync("div", { key: 'e030cb3067c544b3d3496146e25d511a30ca97b2', class: "input-area" }, hAsync("slot", { key: '8c9f722a205eded36526a4bc926e7a92c43626af', name: "input" })))), (isSlotUsed(this.el, "stepper") ||
|
|
13842
|
+
isSlotUsed(this.el, "tabs")) && (hAsync("div", { key: 'deeb8c5520db91c494215d1adf90bebcc96fbbb5', class: "navigation-area" }, isSlotUsed(this.el, "stepper") &&
|
|
13843
|
+
!isSlotUsed(this.el, "tabs") && hAsync("slot", { key: 'd9201c158069b054c3903ea4c0647d96de9d0930', name: "stepper" }), isSlotUsed(this.el, "tabs") && (hAsync("nav", { key: 'a0cdbb20f507dd783536b0a60ae7fa2d391be85f', "aria-label": navAriaLabel }, hAsync("ic-horizontal-scroll", { key: 'f3c15e0d61db5990108d86c5540d4f69b9477a9e' }, hAsync("ul", { key: '6e7aded64c14703b5b4f141fa11f0f9eac247bce', class: "tabs-slot" }, hAsync("slot", { key: 'eee6cfc3a09856108574b715163cc645f9eae627', name: "tabs" })))))))))));
|
|
13814
13844
|
}
|
|
13815
13845
|
get el() { return getElement(this); }
|
|
13816
13846
|
static get style() { return IcPageHeaderStyle0; }
|
|
@@ -14088,14 +14118,14 @@ class Pagination {
|
|
|
14088
14118
|
}
|
|
14089
14119
|
render() {
|
|
14090
14120
|
const { type, currentPage, hideCurrentPage, disabled, hideFirstAndLastPageButton, label, theme, monochrome, } = this;
|
|
14091
|
-
return (hAsync(Host, { key: '
|
|
14121
|
+
return (hAsync(Host, { key: '9f9c0ceb1629ebff96c677d7b4ad9995bbe480cd', class: {
|
|
14092
14122
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
14093
14123
|
["ic-pagination-monochrome"]: !!monochrome,
|
|
14094
|
-
} }, type === "simple" && (hAsync("nav", { key: '
|
|
14124
|
+
} }, type === "simple" && (hAsync("nav", { key: '4d24ed30438c6755a1717454ee83e2a1b58d93c5', class: {
|
|
14095
14125
|
["disabled"]: !!disabled,
|
|
14096
|
-
}, role: "navigation", "aria-label": "Pagination Navigation" }, hideFirstAndLastPageButton ? null : this.firstButton(), this.previousButton(), hAsync("ic-pagination-item", { key: '
|
|
14126
|
+
}, role: "navigation", "aria-label": "Pagination Navigation" }, hideFirstAndLastPageButton ? null : this.firstButton(), this.previousButton(), hAsync("ic-pagination-item", { key: '784f99d1fa32d4f48c6de793707825333e45651a', theme: this.theme, monochrome: this.monochrome, type: "simple-current", page: currentPage, label: label, class: { ["hide-current-page"]: !!hideCurrentPage }, disabled: disabled }), this.nextButton(), hideFirstAndLastPageButton ? null : this.lastButton())), type === "complex" && (hAsync("nav", { key: 'ce6061fcee8e202cb895e2919525b64c6a1c1114', class: {
|
|
14097
14127
|
["disabled"]: !!disabled,
|
|
14098
|
-
}, role: "navigation", "aria-label": "Pagination Navigation" }, hideFirstAndLastPageButton ? null : this.firstButton(), this.previousButton(), this.renderStartItems(), this.startEllipsis && this.renderStartEllipsis(), this.renderMiddleItems(), this.endEllipsis && this.renderEndEllipsis(), this.renderEndItems(), this.nextButton(), hideFirstAndLastPageButton ? null : this.lastButton())), type === "complex" && (hAsync("span", { key: '
|
|
14128
|
+
}, role: "navigation", "aria-label": "Pagination Navigation" }, hideFirstAndLastPageButton ? null : this.firstButton(), this.previousButton(), this.renderStartItems(), this.startEllipsis && this.renderStartEllipsis(), this.renderMiddleItems(), this.endEllipsis && this.renderEndEllipsis(), this.renderEndItems(), this.nextButton(), hideFirstAndLastPageButton ? null : this.lastButton())), type === "complex" && (hAsync("span", { key: '4980f1fd9ebd31a5b8835876479e12a8a0f5d54d', class: "sr-only", "aria-live": "polite" }, "Page ", this.currentPage))));
|
|
14099
14129
|
}
|
|
14100
14130
|
get el() { return getElement(this); }
|
|
14101
14131
|
static get watchers() { return {
|
|
@@ -14179,7 +14209,7 @@ class PaginationItem {
|
|
|
14179
14209
|
}
|
|
14180
14210
|
render() {
|
|
14181
14211
|
const { page, selected, type, disabled, label, capitalizedLabel, monochrome, } = this;
|
|
14182
|
-
return (hAsync("a", { key: '
|
|
14212
|
+
return (hAsync("a", { key: 'c067a0e35e2a92dff8d7f24d135a06a686d74a7d', class: { ["monochrome"]: !!monochrome } }, type === "ellipsis" ? (hAsync("div", { class: {
|
|
14183
14213
|
["item-container"]: true,
|
|
14184
14214
|
["ellipsis"]: true,
|
|
14185
14215
|
["disabled"]: !!disabled,
|
|
@@ -14498,17 +14528,17 @@ class PopoverMenu {
|
|
|
14498
14528
|
this.popperProps = props;
|
|
14499
14529
|
}
|
|
14500
14530
|
render() {
|
|
14501
|
-
return (hAsync(Host, { key: '
|
|
14531
|
+
return (hAsync(Host, { key: '4d5467e45b173b365eba3fe507480bc87a0001f7', class: {
|
|
14502
14532
|
["ic-popover-menu-open"]: !!this.open,
|
|
14503
14533
|
[`ic-theme-${this.theme}`]: this.theme !== "inherit",
|
|
14504
|
-
} }, hAsync("div", { key: '
|
|
14534
|
+
} }, hAsync("div", { key: '96ffeae7beede0b8a48e96dcbb262a5092974fd0', id: this.parentPopover === undefined
|
|
14505
14535
|
? `ic-popover-submenu-${this.submenuId}`
|
|
14506
14536
|
: "", class: {
|
|
14507
14537
|
menu: true,
|
|
14508
|
-
} }, hAsync("span", { key: '
|
|
14538
|
+
} }, hAsync("span", { key: '84b9c30b0377109233bb0135c68acd6419b1aa55', class: {
|
|
14509
14539
|
"opening-from-parent": this.openingFromParent,
|
|
14510
14540
|
"opening-from-child": this.openingFromChild,
|
|
14511
|
-
} }, isPropDefined(this.submenuId) && (hAsync("span", { key: '
|
|
14541
|
+
} }, isPropDefined(this.submenuId) && (hAsync("span", { key: 'cd6eaf24a7e6ea400614da471083aaa75f164b98' }, hAsync("span", { key: 'b7be64cdfaf3a94fcd36f3ea0e5c6bf475418268', role: "menu" }, hAsync("ic-menu-item", { key: '9868fd30a311aadfe9663ce8617c620940760549', class: "ic-popover-submenu-back-button", ref: (el) => (this.backButton = el), label: "Back", onClick: this.handleBackButtonClick, id: `ic-popover-submenu-back-button-${this.submenuLevel}` }, hAsync("svg", { key: '5655f052a203d6b0d0c5c2182ec6339741691311', slot: "icon", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", class: "submenu-back-icon" }, hAsync("path", { key: 'b804bfa5d3cbfcf37322e19d5978875088e85d97', d: "M20 11H7.83L13.42 5.41L12 4L4 12L12 20L13.41 18.59L7.83 13H20V11Z", fill: "currentColor" })))), hAsync("ic-typography", { key: '3cd5e496d8af145ebb77fe49f4637826dbf4c2ff', variant: "subtitle-small", class: "parent-label" }, this.parentLabel))), hAsync("div", { key: '6249765618e71a536ed2ea67bc9ef31ba24cf7ff', class: "menu-body", "aria-label": this.getMenuAriaLabel(), role: "menu" }, hAsync("slot", { key: 'c175948ff00694bad8419f4738bc82a469c2b53a' }))))));
|
|
14512
14542
|
}
|
|
14513
14543
|
static get delegatesFocus() { return true; }
|
|
14514
14544
|
get el() { return getElement(this); }
|
|
@@ -14777,16 +14807,16 @@ class RadioGroup {
|
|
|
14777
14807
|
render() {
|
|
14778
14808
|
const { currentOrientation, disabled, handleKeyDown, helperText, hideLabel, label, required, size, validationAriaLive, validationStatus, validationText, theme, } = this;
|
|
14779
14809
|
const showValidation = hasValidationStatus(validationStatus, disabled);
|
|
14780
|
-
return (hAsync(Host, { key: '
|
|
14810
|
+
return (hAsync(Host, { key: '4ea2e0ca7614fb4ce6563ea146f86d72707a399a', onKeyDown: handleKeyDown, class: {
|
|
14781
14811
|
"ic-radio-group-small": size === "small",
|
|
14782
14812
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
14783
|
-
} }, hAsync("fieldset", { key: '
|
|
14813
|
+
} }, hAsync("fieldset", { key: 'ebad7a878454455a15892bf53c43bdcb914b77c4', role: "radiogroup", id: this.name, "aria-required": `${required}` }, !hideLabel && (hAsync("legend", { key: 'aac1f37c7b1d4d5bc621bd3030dc9eef60417659' }, hAsync("ic-input-label", { key: 'fd04e3f74c89b633996eb22e60902e988a8ac8ef', class: {
|
|
14784
14814
|
[`${validationStatus}`]: true,
|
|
14785
14815
|
["disabled"]: !!disabled,
|
|
14786
|
-
}, label: label, helperText: helperText, required: required, disabled: disabled }, hAsync("slot", { key: '
|
|
14816
|
+
}, label: label, helperText: helperText, required: required, disabled: disabled }, hAsync("slot", { key: '66325d58018dff189c975e3e4fc01249b51b6b9f', name: "helper-text", slot: "helper-text" })))), hAsync("div", { key: '6d2d332396c87b798d5d160bdb5977c0a8ad6751', class: {
|
|
14787
14817
|
"radio-buttons-container": true,
|
|
14788
14818
|
horizontal: currentOrientation === this.RADIO_HORIZONTAL,
|
|
14789
|
-
}, ref: (el) => (this.radioContainer = el) }, hAsync("slot", { key: '
|
|
14819
|
+
}, ref: (el) => (this.radioContainer = el) }, hAsync("slot", { key: 'fb0a1b41503ba88ce9bda3c0bc8236ae0a7e3795' }))), hAsync("ic-input-validation", { key: 'f9f7c2bdffd83d705149f74fe2caad93e57dd85b', class: {
|
|
14790
14820
|
"show-validation": showValidation,
|
|
14791
14821
|
}, ariaLiveMode: validationAriaLive, status: showValidation ? validationStatus : "", message: showValidation ? validationText : "" })));
|
|
14792
14822
|
}
|
|
@@ -14969,15 +14999,15 @@ class RadioOption {
|
|
|
14969
14999
|
render() {
|
|
14970
15000
|
const { additionalFieldDisplay, disabled, dynamicText, form, groupLabel, handleClick, handleKeyDown, hasAdditionalField, label, name, selected, value, theme, } = this;
|
|
14971
15001
|
const id = `ic-radio-option-${isPropDefined(label) || value}-${groupLabel}`;
|
|
14972
|
-
return (hAsync(Host, { key: '
|
|
15002
|
+
return (hAsync(Host, { key: '3d233946c372788a34128912099c47d6858d7ea9', onClick: handleClick, onKeyDown: handleKeyDown, class: {
|
|
14973
15003
|
["ic-radio-option-disabled"]: !!disabled,
|
|
14974
15004
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
14975
|
-
} }, hAsync("div", { key: '
|
|
15005
|
+
} }, hAsync("div", { key: 'e932a0827c6b0620522f9f3df3f5a06316098949', class: { container: true, disabled: !!disabled } }, hAsync("div", { key: '64eeea95469af9831655f56701e2332255bf6669' }, hAsync("input", { key: '32f7a8840d8a14a89f1a79b9c61890e0e2fe23a0', tabindex: selected ? "0" : "-1", type: "radio", name: name, id: id, value: value, disabled: disabled, checked: selected, ref: (el) => (this.radioElement = el), form: form }), hAsync("span", { key: '6cbea9714c51eb75b7be07a509049f0c330ffca5', class: "checkmark" })), hAsync("ic-typography", { key: '55164cf8d231d449267b74389f9d7cd8193ab6db', class: "radio-label", variant: "body" }, hAsync("label", { key: '54014827aa5c16641bc3fa864974382bf0715335', htmlFor: id }, label))), hasAdditionalField && (hAsync("div", { key: '5f3e1054494365c3fafdfd421bed64523307406b', class: {
|
|
14976
15006
|
"dynamic-container": true,
|
|
14977
15007
|
hidden: additionalFieldDisplay === "dynamic" && !selected,
|
|
14978
|
-
} }, additionalFieldDisplay === "dynamic" && (hAsync("div", { key: '
|
|
15008
|
+
} }, additionalFieldDisplay === "dynamic" && (hAsync("div", { key: 'd9c292dd502569650dcf327a3e48716cde723593', class: "branch-corner" })), hAsync("div", { key: '3994230df8af7e9c5215646a1c5c3d5687961637' }, additionalFieldDisplay === "dynamic" && (hAsync("ic-typography", { key: '0b92403d743c4517ca099586a2845e71d528c329', variant: "caption", role: "alert" }, hAsync("p", { key: '0b689ea686ff2cb08b27858920a2f0548c197aa7', class: "dynamic-text" }, dynamicText))), hAsync("div", { key: '7e023eb75b14dd0a75acbe5321ecd676de0a67d4', class: {
|
|
14979
15009
|
"additional-field-wrapper": additionalFieldDisplay === "static",
|
|
14980
|
-
} }, hAsync("slot", { key: '
|
|
15010
|
+
} }, hAsync("slot", { key: 'b3f82b1650ef67a732b35a32c5088745f31d1f31', name: ADDITIONAL_FIELD })))))));
|
|
14981
15011
|
}
|
|
14982
15012
|
get el() { return getElement(this); }
|
|
14983
15013
|
static get watchers() { return {
|
|
@@ -15560,39 +15590,39 @@ class SearchBar {
|
|
|
15560
15590
|
const menuRendered = menuOpen && value.length >= charactersUntilSuggestion;
|
|
15561
15591
|
const labelValue = getLabelFromValue(value, options, valueField, labelField);
|
|
15562
15592
|
renderHiddenInput(this.el, value, name, disabledMode);
|
|
15563
|
-
return (hAsync(Host, { key: '
|
|
15593
|
+
return (hAsync(Host, { key: '71d9a6e7a555373e98a3ee7ea114fc1f69f06570', class: {
|
|
15564
15594
|
"ic-search-bar-search": true,
|
|
15565
15595
|
"ic-search-bar-full-width": fullWidth,
|
|
15566
15596
|
"ic-search-bar-disabled": disabled,
|
|
15567
15597
|
"ic-search-bar-small": size === "small",
|
|
15568
15598
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
15569
|
-
}, onFocus: this.handleHostFocus, onBlur: this.handleHostBlur }, hAsync("ic-input-container", { key: '
|
|
15599
|
+
}, onFocus: this.handleHostFocus, onBlur: this.handleHostBlur }, hAsync("ic-input-container", { key: '23dfe2a04d5c039174366f85fa42df074fd30c98', readonly: readonly, disabled: disabledMode }, !hideLabel && (hAsync("ic-input-label", { key: '1c222b2269cbab7436dc225b75e09568d323a1f0', for: inputId, label: label, helperText: helperText, required: required, disabled: disabledMode && !readonly, readonly: readonly }, hAsync("slot", { key: 'e38a00e300ddc76daaf3c52332adab4ac16038c4', name: "helper-text", slot: "helper-text" }))), hAsync("ic-input-component-container", { key: '17dff32cab5a5b34673c1255f0a1d696b9df84b4', ref: (el) => (this.anchorEl = el), size: size, disabled: disabledMode, readonly: readonly, fullWidth: fullWidth }, hAsync("input", { key: 'e5d666c8a1609a1683b735940afd707e67b7eaa6', id: inputId, name: name, ref: (el) => (this.inputEl = el), value: options && !!labelValue ? labelValue : value, class: {
|
|
15570
15600
|
"no-left-pad": readonly,
|
|
15571
15601
|
readonly,
|
|
15572
15602
|
"truncate-value": truncateValue,
|
|
15573
|
-
}, placeholder: placeholder, required: required, disabled: disabledMode, readonly: readonly, onInput: this.onInput, onBlur: this.onInputBlur, onFocus: this.onInputFocus, "aria-label": hideLabel ? label : undefined, "aria-activedescendant": ariaActiveDescendant, "aria-expanded": options.length > 0 && menuRendered ? `${menuOpen}` : undefined, "aria-owns": menuRendered ? menuId : undefined, "aria-describedby": describedById, "aria-controls": menuRendered ? menuId : undefined, "aria-haspopup": options.length > 0 ? "listbox" : undefined, "aria-autocomplete": hasSuggestedSearch ? "list" : undefined, role: options.length > 0 && menuRendered ? "combobox" : undefined, autocomplete: autocomplete, autocapitalize: autocapitalize, autoFocus: autofocus, spellcheck: spellcheck, inputmode: "search" }), hAsync("div", { key: '
|
|
15603
|
+
}, placeholder: placeholder, required: required, disabled: disabledMode, readonly: readonly, onInput: this.onInput, onBlur: this.onInputBlur, onFocus: this.onInputFocus, "aria-label": hideLabel ? label : undefined, "aria-activedescendant": ariaActiveDescendant, "aria-expanded": options.length > 0 && menuRendered ? `${menuOpen}` : undefined, "aria-owns": menuRendered ? menuId : undefined, "aria-describedby": describedById, "aria-controls": menuRendered ? menuId : undefined, "aria-haspopup": options.length > 0 ? "listbox" : undefined, "aria-autocomplete": hasSuggestedSearch ? "list" : undefined, role: options.length > 0 && menuRendered ? "combobox" : undefined, autocomplete: autocomplete, autocapitalize: autocapitalize, autoFocus: autofocus, spellcheck: spellcheck, inputmode: "search" }), hAsync("div", { key: '98887c2626a05e3ddc15c7ddad3a756262c197e8', class: {
|
|
15574
15604
|
"clear-button-container": true,
|
|
15575
15605
|
"clear-button-visible": !!value && !disabledMode && showClearButton,
|
|
15576
|
-
} }, hAsync("ic-button", { key: '
|
|
15606
|
+
} }, hAsync("ic-button", { key: '119b7ae17e8c7cbd8a56e6bd8136340c269958e3', id: "clear-button", class: {
|
|
15577
15607
|
"clear-button": true,
|
|
15578
15608
|
"clear-button-unfocused": !clearButtonFocused,
|
|
15579
|
-
}, "aria-label": "Clear", innerHTML: clearIcon, onClick: this.handleClear, onMouseDown: this.handleMouseDown, size: size, onFocus: this.handleFocusClearButton, onBlur: this.handleClearBlur, onKeyDown: this.handleClear, type: "button", variant: "icon-tertiary", theme: clearButtonFocused ? "light" : "dark" }), hAsync("div", { key: '
|
|
15609
|
+
}, "aria-label": "Clear", innerHTML: clearIcon, onClick: this.handleClear, onMouseDown: this.handleMouseDown, size: size, onFocus: this.handleFocusClearButton, onBlur: this.handleClearBlur, onKeyDown: this.handleClear, type: "button", variant: "icon-tertiary", theme: clearButtonFocused ? "light" : "dark" }), hAsync("div", { key: 'bf3e848c1e275217c686f3aab3b10a09396d6b4e', class: "divider" })), hAsync("div", { key: '4075cd96e0274043b8da4e25d32a5cee5d4bb0e5', class: {
|
|
15580
15610
|
"search-submit-button-container": true,
|
|
15581
15611
|
"search-submit-button-disabled": this.isSubmitDisabled(),
|
|
15582
|
-
} }, hAsync("ic-button", { key: '
|
|
15612
|
+
} }, hAsync("ic-button", { key: '77e1e8bfef4ce5304dbf877b5ecfc440d37d864c', id: "search-submit-button", "aria-label": "Search", ref: (el) => (this.searchSubmitButton = el), class: {
|
|
15583
15613
|
"search-submit-button": true,
|
|
15584
15614
|
"search-submit-button-small": size === "small",
|
|
15585
15615
|
"search-submit-button-unfocused": !searchSubmitFocused,
|
|
15586
15616
|
"search-submit-button-disabled": this.isSubmitDisabled(),
|
|
15587
|
-
}, disabled: this.isSubmitDisabled(), innerHTML: searchIcon, size: size, onClick: this.handleSubmitSearch, onMouseDown: this.handleMouseDown, onBlur: this.handleSubmitSearchBlur, onFocus: this.handleSubmitSearchFocus, onKeyDown: this.handleSubmitSearchKeyDown, type: searchButtonType, variant: "icon-tertiary", theme: searchSubmitFocused ? "light" : "dark" }))), hAsync("div", { key: '
|
|
15617
|
+
}, disabled: this.isSubmitDisabled(), innerHTML: searchIcon, size: size, onClick: this.handleSubmitSearch, onMouseDown: this.handleMouseDown, onBlur: this.handleSubmitSearchBlur, onFocus: this.handleSubmitSearchFocus, onKeyDown: this.handleSubmitSearchKeyDown, type: searchButtonType, variant: "icon-tertiary", theme: searchSubmitFocused ? "light" : "dark" }))), hAsync("div", { key: '20e98815de9ec0c35fa247026de3d9e273161ea6', class: {
|
|
15588
15618
|
"menu-container": true,
|
|
15589
15619
|
fullwidth: fullWidth,
|
|
15590
|
-
} }, menuRendered && this.anchorEl && this.inputEl && (hAsync("ic-menu", { key: '
|
|
15620
|
+
} }, menuRendered && this.anchorEl && this.inputEl && (hAsync("ic-menu", { key: 'b2f7d74335c27d93e9f5dc5b63bab80daeb3eeae', class: {
|
|
15591
15621
|
"no-results": this.hadNoOptions() ||
|
|
15592
15622
|
(filteredOptions.length === 1 &&
|
|
15593
15623
|
(filteredOptions[0][labelField] === loadingLabel ||
|
|
15594
15624
|
filteredOptions[0][labelField] === loadingErrorLabel)),
|
|
15595
|
-
}, activationType: "manual", anchorEl: this.anchorEl, autofocusOnSelected: false, searchMode: searchMode, inputEl: this.inputEl, inputLabel: label, ref: (el) => (this.menu = el), fullWidth: fullWidth, menuId: menuId, open: true, options: filteredOptions, onMenuOptionSelect: this.handleOptionSelect, onMenuStateChange: this.handleMenuChange, onMenuOptionId: this.handleMenuOptionHighlight, onRetryButtonClicked: this.handleRetry, parentEl: this.el, value: value, labelField: labelField, valueField: valueField, searchBar: true })))), hAsync("div", { key: '
|
|
15625
|
+
}, activationType: "manual", anchorEl: this.anchorEl, autofocusOnSelected: false, searchMode: searchMode, inputEl: this.inputEl, inputLabel: label, ref: (el) => (this.menu = el), fullWidth: fullWidth, menuId: menuId, open: true, options: filteredOptions, onMenuOptionSelect: this.handleOptionSelect, onMenuStateChange: this.handleMenuChange, onMenuOptionId: this.handleMenuOptionHighlight, onRetryButtonClicked: this.handleRetry, parentEl: this.el, value: value, labelField: labelField, valueField: valueField, searchBar: true })))), hAsync("div", { key: 'f76306ff99a2c103fdea197759f6036d479dc51f', "aria-live": "polite", role: "status", class: "search-results-status" })));
|
|
15596
15626
|
}
|
|
15597
15627
|
static get delegatesFocus() { return true; }
|
|
15598
15628
|
get el() { return getElement(this); }
|
|
@@ -15676,12 +15706,12 @@ class SectionContainer {
|
|
|
15676
15706
|
}
|
|
15677
15707
|
render() {
|
|
15678
15708
|
const { aligned, fullHeight } = this;
|
|
15679
|
-
return (hAsync(Host, { key: '
|
|
15709
|
+
return (hAsync(Host, { key: '67c1b4b2afe62fc53812421ee49c01bf689e05b4', class: {
|
|
15680
15710
|
["aligned-left"]: aligned === "left" || aligned === null,
|
|
15681
15711
|
["aligned-center"]: aligned === "center",
|
|
15682
15712
|
["aligned-full-width"]: aligned === "full-width",
|
|
15683
15713
|
["no-vertical-padding"]: !!fullHeight,
|
|
15684
|
-
} }, hAsync("slot", { key: '
|
|
15714
|
+
} }, hAsync("slot", { key: 'cb21cb372b6131cfb990ac0a016f6c64641749f9' })));
|
|
15685
15715
|
}
|
|
15686
15716
|
static get style() { return IcSectionContainerStyle0; }
|
|
15687
15717
|
static get cmpMeta() { return {
|
|
@@ -15707,7 +15737,7 @@ var Clear = `<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w
|
|
|
15707
15737
|
</svg>
|
|
15708
15738
|
`;
|
|
15709
15739
|
|
|
15710
|
-
const icSelectCss = "/*! 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;position:relative;--ic-input-label-helpertext-padding:var(--ic-space-xs);--menu-max-height:100px;--border-color:var(--ic-select-field-border);--border-color-hover:var(--ic-select-field-border-hover);--border-color-pressed:var(--ic-select-field-border-pressed);--border-color-disabled:var(--ic-select-field-border-disabled);--border-color-error:var(--ic-select-field-border-error);--border-color-error-hover:var(--ic-select-field-border-error-hover);--border-color-error-pressed:var(--ic-select-field-border-error-pressed);--border-color-success:var(--ic-select-field-border-success);--border-color-success-hover:var(--ic-select-field-border-success-hover);--border-color-success-pressed:var(--ic-select-field-border-success-pressed);--border-color-warning:var(--ic-select-field-border-warning);--border-color-warning-hover:var(--ic-select-field-border-warning-hover);--border-color-warning-pressed:var(--ic-select-field-border-warning-pressed);--ic-input-label-text-color:var(--ic-select-field-
|
|
15740
|
+
const icSelectCss = "/*! 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;position:relative;--ic-input-label-helpertext-padding:var(--ic-space-xs);--menu-max-height:100px;--border-color:var(--ic-select-field-border);--border-color-hover:var(--ic-select-field-border-hover);--border-color-pressed:var(--ic-select-field-border-pressed);--border-color-disabled:var(--ic-select-field-border-disabled);--border-color-error:var(--ic-select-field-border-error);--border-color-error-hover:var(--ic-select-field-border-error-hover);--border-color-error-pressed:var(--ic-select-field-border-error-pressed);--border-color-success:var(--ic-select-field-border-success);--border-color-success-hover:var(--ic-select-field-border-success-hover);--border-color-success-pressed:var(--ic-select-field-border-success-pressed);--border-color-warning:var(--ic-select-field-border-warning);--border-color-warning-hover:var(--ic-select-field-border-warning-hover);--border-color-warning-pressed:var(--ic-select-field-border-warning-pressed);--ic-input-label-text-color:var(--ic-select-field-label);--ic-input-label-helper-text-color:var(\n --ic-select-input-field-label-subtitle\n );--ic-input-validation-status-text-color:var(--ic-select-state-text);--ic-input-validation-error:var(--ic-select-state-icon-error);--ic-input-validation-warning-icon-color:var(--ic-select-state-icon-warning);--ic-input-validation-success-icon-color:var(--ic-select-state-icon-success);--menu-item-text-color:var(--ic-select-list-option-text);--menu-bg-color:var(--ic-select-list-option-background);--menu-border-color:var(--ic-select-dropdown-list-border)}:host(.ic-select-disabled){--ic-input-label-text-color:var(--ic-select-field-label-disabled);--ic-input-label-helper-text-color:var(\n --ic-select-input-field-label-subtitle-disabled\n )}:host(.ic-select-full-width){width:100%}ic-input-component-container.menu-open{--border-color:var(--ic-select-field-border-pressed)}ic-input-validation .status-icon,ic-input-validation .statustext{visibility:visible}ic-input-validation.menu-open .status-icon,ic-input-validation.menu-open .statustext{visibility:hidden;transition:visibility 0s}ic-input-label{margin-bottom:var(--ic-space-xs)}select{border:0;border-radius:var(--ic-border-radius);background-color:var(--ic-select-field-background);color:var(--ic-select-content-text);line-height:1.5rem;letter-spacing:0.005rem;width:100%;height:100%;padding-left:0.375rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-repeat:no-repeat;background-position:right 0.375rem center;background-image:var(--ic-select-mobile-dropdown-icon);caret-color:var(--ic-select-input-field-text-cursor)}select option,.select-option-selected{color:var(--ic-select-list-option-text)}select:disabled{color:var(--ic-select-content-text-disabled);background-image:var(--ic-select-mobile-dropdown-icon-disabled)}select:focus{border:0;outline:0}select:not([disabled]){cursor:pointer}.select-container{width:100%;display:flex;align-items:center;position:relative}.select-input{width:100%;height:100%;padding:0 0.375rem;display:flex;cursor:pointer;align-items:center;justify-content:space-between;background:none;border:none;background-color:var(--ic-select-field-background);color:var(--ic-select-content-text)}.select-input:focus{outline:none}.select-input[disabled]{pointer-events:none}:host(.ic-select-searchable) .select-input{cursor:auto}.select-input.with-clear-button{padding-right:0}.value-text{max-width:calc(100% - (var(--ic-space-lg) + var(--ic-space-xxs)));box-sizing:border-box;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-bottom:0 !important}.value-text.with-clear-button{padding-right:calc(var(--ic-space-xl) + var(--ic-space-xs))}.searchable-select-container{align-items:center;display:flex;width:100%;position:relative}.expand-icon{height:var(--ic-space-lg);padding-left:var(--ic-space-xxs);color:var(--ic-select-expand-icon-color)}.expand-icon>svg{display:inline-block;width:var(--ic-space-lg);height:var(--ic-space-lg)}:host(.ic-select-disabled) .expand-icon,:host(.ic-select-disabled) .expand-icon>svg>path{color:var(--ic-select-disabled-expand-icon-color)}:host(.ic-select-searchable) .expand-icon{padding-left:0;height:2.25rem}:host(.ic-select-searchable) .expand-icon>svg{height:2.25rem;padding:0 calc(var(--ic-space-xxxs) + var(--ic-space-xxs)) 0\n var(--ic-space-xxs)}:host(.ic-select-searchable:not(.ic-select-disabled)) .expand-icon>svg{cursor:pointer}.expand-icon-open{color:var(--ic-select-expand-icon-color)}.expand-icon-open,:host(.ic-select-searchable) .expand-icon-open{transform:rotateX(180deg)}.placeholder{color:var(--ic-select-content-placeholder-text)}:host(.ic-select-disabled.ic-select-searchable) .select-input::-moz-placeholder{color:var(--ic-select-content-text-disabled)}:host(.ic-select-disabled) .value-text,:host(.ic-select-disabled) .select-input,:host(.ic-select-disabled) .placeholder,:host(.ic-select-disabled.ic-select-searchable) .select-input::placeholder{color:var(--ic-select-content-text-disabled)}.select-input-end{display:flex;align-items:center}.clear-button-container{display:flex;align-items:center}.divider{width:var(--ic-space-1px);background-color:var(--ic-select-content-divider);margin:var(--ic-space-xxs) 0;border-radius:var(--ic-space-1px);height:var(--ic-space-lg)}:host(.ic-select-small) .divider{height:var(--ic-space-md)}:host(.ic-select-large) .divider{height:var(--ic-space-xl)}.clear-button{color:var(--ic-select-clear-button);position:absolute;right:calc(var(--ic-space-xl) + var(--ic-space-xxs) - var(--ic-space-1px));border-radius:var(--ic-border-radius);transition:box-shadow var(--ic-easing-transition),\n border-radius var(--ic-easing-transition)}.clear-button:focus,.clear-button:active{background-color:var(--ic-color-focus-inner);box-shadow:inset 0 0 0 0.125rem var(--ic-color-focus-outer);border-radius:0.25rem}.clear-button:focus,.clear-button:active *{fill:var(--ic-atoms-input-clear-button-focus)}.clear-button.searchable{position:static}.searchable-select-results-status,.multi-select-selected-count{border:0;clip:rect(0, 0, 0, 0, 0);height:var(--ic-space-1px);overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:var(--ic-space-1px)}::slotted([slot=\"icon\"]){fill:var(--ic-select-content-placeholder-text)}.has-value ::slotted([slot=\"icon\"]){fill:var(--ic-select-content-text)}.readonly ::slotted([slot=\"icon\"]){padding:0.375rem;margin-bottom:0.75rem}@media (forced-colors: active){.has-value ::slotted([slot=\"icon\"]){fill:currentcolor}}";
|
|
15711
15741
|
var IcSelectStyle0 = icSelectCss;
|
|
15712
15742
|
|
|
15713
15743
|
let inputIds$2 = 0;
|
|
@@ -16506,18 +16536,18 @@ class Select {
|
|
|
16506
16536
|
(searchable
|
|
16507
16537
|
? !!searchableSelectInputValue
|
|
16508
16538
|
: !!currValue && !loading && showClearButton);
|
|
16509
|
-
return (hAsync(Host, { key: '
|
|
16539
|
+
return (hAsync(Host, { key: 'beb04e2fdc2db5765b24622f4d31bfdf36c61ba6', class: {
|
|
16510
16540
|
"ic-select-disabled": disabled,
|
|
16511
16541
|
"ic-select-searchable": searchable,
|
|
16512
16542
|
[`ic-select-${size}`]: size !== "medium",
|
|
16513
16543
|
"ic-select-full-width": fullWidth,
|
|
16514
16544
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
16515
|
-
}, onBlur: this.onBlur }, hAsync("ic-input-container", { key: '
|
|
16545
|
+
}, onBlur: this.onBlur }, hAsync("ic-input-container", { key: 'e85323a8778251dca9d78ccc76906c7523a8f02a', readonly: readonly }, !hideLabel && (hAsync("ic-input-label", { key: '9bd3a6662c29157c323beee7355ec0983a0a83e9', for: inputId, label: label, helperText: helperText, required: required, disabled: disabled, readonly: readonly }, hAsync("slot", { key: 'ba0fc93028a2ff25112730a950381a25bee23b54', name: "helper-text", slot: "helper-text" }))), hAsync("ic-input-component-container", { key: 'c7d54f4d61bcb41cfbb3c4af1600a783e696121f', ref: (el) => (this.anchorEl = el), class: { "menu-open": open }, size: size, fullWidth: fullWidth, disabled: disabled, readonly: readonly, validationStatus: validationStatus }, isSlotUsed(this.el, "icon") &&
|
|
16516
16546
|
!disabled &&
|
|
16517
|
-
(!readonly || !!value) && (hAsync("span", { key: '
|
|
16547
|
+
(!readonly || !!value) && (hAsync("span", { key: '891b11b3008d52ac3db2197c372b21a12a9f431e', slot: "left-icon", class: {
|
|
16518
16548
|
readonly,
|
|
16519
16549
|
"has-value": !!value,
|
|
16520
|
-
} }, hAsync("slot", { key: '
|
|
16550
|
+
} }, hAsync("slot", { key: '9fc291a9f0b756bf31331260ea3c313cdecf8fa2', 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: {
|
|
16521
16551
|
"value-text": true,
|
|
16522
16552
|
"select-input": true,
|
|
16523
16553
|
"with-clear-button": !!searchableSelectInputValue,
|
|
@@ -16538,7 +16568,7 @@ class Select {
|
|
|
16538
16568
|
} }, valueLabelString || placeholder), hAsync("div", { class: "select-input-end" }, isClearable && hAsync("div", { class: "divider" }), hAsync("span", { class: {
|
|
16539
16569
|
"expand-icon": true,
|
|
16540
16570
|
"expand-icon-open": open,
|
|
16541
|
-
}, 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: '
|
|
16571
|
+
}, 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: 'b56cf5adc26838ad0f873aa16df8da7fd7b83d22', class: {
|
|
16542
16572
|
"no-results": loading ||
|
|
16543
16573
|
hasTimedOut ||
|
|
16544
16574
|
(searchable &&
|
|
@@ -16547,7 +16577,7 @@ class Select {
|
|
|
16547
16577
|
((_d = (_c = this.uniqueOptions) === null || _c === void 0 ? void 0 : _c[0]) === null || _d === void 0 ? void 0 : _d.label) === emptyOptionListText),
|
|
16548
16578
|
}, ref: (el) => (this.menu = el), inputEl: searchable
|
|
16549
16579
|
? this.searchableSelectElement
|
|
16550
|
-
: 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: '
|
|
16580
|
+
: 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: 'c4e7606e119c8658e590716ff02dcaf45f30ae89', "aria-live": "polite", role: "status", class: "multi-select-selected-count" })), hAsync("ic-input-validation", { key: 'b74ff136f8b758c400d9c0262a227f2286b301d5', class: {
|
|
16551
16581
|
"menu-open": open,
|
|
16552
16582
|
}, ariaLiveMode: validationAriaLive, status: showValidation ? validationStatus : "", message: showValidation ? validationText : "", for: inputId }))));
|
|
16553
16583
|
}
|
|
@@ -17078,7 +17108,7 @@ class SideNavigation {
|
|
|
17078
17108
|
isAppNameSubtitleVariant,
|
|
17079
17109
|
appTitle: appTitle || "",
|
|
17080
17110
|
};
|
|
17081
|
-
return (hAsync(Host, { key: '
|
|
17111
|
+
return (hAsync(Host, { key: '2742b166ab7c1b3dadd63ca46597082f57b4a93c', class: {
|
|
17082
17112
|
"xs-menu-open": menuOpen && isSDevice,
|
|
17083
17113
|
"xs-menu-close": !menuOpen && isSDevice,
|
|
17084
17114
|
"sm-collapsed": !isSDevice && !menuExpanded,
|
|
@@ -17087,12 +17117,12 @@ class SideNavigation {
|
|
|
17087
17117
|
[`ic-side-navigation-${IcBrandForegroundEnum.Dark}`]: foregroundColor === IcBrandForegroundEnum.Dark,
|
|
17088
17118
|
["collapsed-labels"]: !isSDevice && !menuExpanded && !!collapsedIconLabels,
|
|
17089
17119
|
["ic-side-navigation-inline"]: !!inline,
|
|
17090
|
-
} }, isSDevice && this.renderTopBar(Object.assign({}, topBarProps)), hAsync("div", { key: '
|
|
17120
|
+
} }, isSDevice && this.renderTopBar(Object.assign({}, topBarProps)), hAsync("div", { key: '9c893c2c7dea96389a45a16f527070d6e3de5368', class: "side-navigation", id: "side-navigation" }, !isSDevice && this.renderTopBar(Object.assign({}, topBarProps)), hAsync("div", { key: 'dbd2108ad31efee6d38a03c3dc6eb09648d19f11', class: "side-navigation-inner" }, isSlotUsed(this.el, "primary-navigation") && (hAsync("nav", { key: 'ecd7bb4e1e16ddc4eb7602cdf307e6a28f16e853', class: "primary-navigation", "aria-labelledby": "primary-navigation-landmark" }, hAsync("span", { key: '4dcc53007366eddf432ab265e5a246fd94ca5911', "aria-hidden": "true", class: "navigation-landmark-title", id: "primary-navigation-landmark" }, "Primary"), hAsync("ul", { key: '88796e6410e8359878b43c1f517fbd4cb4513e3f', class: "navigation-list" }, hAsync("slot", { key: '8e83a35ead924765f96919d274b65ed09d5e929f', name: "primary-navigation" }))))), hAsync("div", { key: '5574dd7d0b1f5269fd9db2be0e82eab01189f484', class: {
|
|
17091
17121
|
["bottom-wrapper"]: true,
|
|
17092
17122
|
["classification-spacing"]: hasClassificationBanner(),
|
|
17093
|
-
} }, isSlotUsed(this.el, "secondary-navigation") && (hAsync("nav", { key: '
|
|
17123
|
+
} }, isSlotUsed(this.el, "secondary-navigation") && (hAsync("nav", { key: '2f53e21f14b1b2bac7984a39a372004eae05532d', class: "secondary-navigation", "aria-labelledby": "secondary-navigation-landmark" }, hAsync("span", { key: '892d0c1292c15c558ade91896d610ed75714d3f4', "aria-hidden": "true", class: "navigation-landmark-title", id: "secondary-navigation-landmark" }, "Secondary"), hAsync("ul", { key: '795f0ba505bb550fe9b61a39e2f7020d03d9dbba', class: "navigation-list" }, hAsync("slot", { key: 'ebdd3da64163638ddf46509f56627de51ac17825', name: "secondary-navigation" })))), hAsync("div", { key: '50ea370bfce079ca1073f8ef676879141a4dc00c', class: "bottom-side-nav" }, this.hasSecondaryNavigation && hAsync("ic-divider", { key: '3897e3e6deac28eb1656a753b438def9e3d6ee75' }), displayExpandBtn && (hAsync("button", { key: '8ccbcb422d4c753b5490d6ef83798540626936da', class: "menu-expand-button", innerHTML: chevronIcon, onClick: () => this.toggleMenuExpanded(!this.menuExpanded), "aria-label": `${menuExpanded ? "Collapse" : "Expand"} side navigation` })), hAsync("div", { key: '200fc21381180858eab9e3d7ead4b426c9ae4b6d', class: "app-status-wrapper" }, status && (hAsync("div", { key: '2642ffbf3a021736cacfb9653a265e003a6cc7f9', class: {
|
|
17094
17124
|
["app-status"]: true,
|
|
17095
|
-
} }, hAsync("ic-typography", { key: '
|
|
17125
|
+
} }, hAsync("ic-typography", { key: 'aaa321854c75f56d1d606d4d43f320fa6f9569a4', "aria-label": "app tag", variant: "label-uppercase", class: "app-status-text" }, status))), version && (hAsync("ic-typography", { key: '1b53325edb44a3d0466f6fe74d76720b47af6ad6', variant: "label", class: "app-version", "aria-label": "app version" }, version))))))));
|
|
17096
17126
|
}
|
|
17097
17127
|
get el() { return getElement(this); }
|
|
17098
17128
|
static get watchers() { return {
|
|
@@ -17156,11 +17186,11 @@ class Skeleton {
|
|
|
17156
17186
|
width: el.style.width || (variant === "circle" ? "25px" : "260px"),
|
|
17157
17187
|
}
|
|
17158
17188
|
: undefined;
|
|
17159
|
-
return (hAsync(Host, { key: '
|
|
17189
|
+
return (hAsync(Host, { key: '2f2a4aaef02912dae3994346722c17a7bb7862c4', class: {
|
|
17160
17190
|
skeleton: true,
|
|
17161
17191
|
"ic-skeleton-circle": variant === "circle",
|
|
17162
17192
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
17163
|
-
}, style: style, "aria-disabled": "true" }, hAsync("slot", { key: '
|
|
17193
|
+
}, style: style, "aria-disabled": "true" }, hAsync("slot", { key: 'f483005261989c75b36bd880d09f855aa4152ca3' })));
|
|
17164
17194
|
}
|
|
17165
17195
|
get el() { return getElement(this); }
|
|
17166
17196
|
static get style() { return IcSkeletonStyle0; }
|
|
@@ -17217,9 +17247,9 @@ class SkipLink {
|
|
|
17217
17247
|
}
|
|
17218
17248
|
render() {
|
|
17219
17249
|
const { fullWidth, inline, label, monochrome, target, theme, transparentBackground, } = this;
|
|
17220
|
-
return (hAsync(Host, { key: '
|
|
17250
|
+
return (hAsync(Host, { key: '354579354254bfa9b0a1c314dd57226f2e1e4208', class: {
|
|
17221
17251
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
17222
|
-
} }, hAsync("ic-link", { key: '
|
|
17252
|
+
} }, hAsync("ic-link", { key: '22276d114cc1d15a68eb675f6680b7388a76974a', class: {
|
|
17223
17253
|
"display-top": !inline,
|
|
17224
17254
|
"full-width": !!fullWidth,
|
|
17225
17255
|
"show-background": !transparentBackground,
|
|
@@ -17284,12 +17314,12 @@ class StatusTag {
|
|
|
17284
17314
|
}
|
|
17285
17315
|
render() {
|
|
17286
17316
|
const { label, status, variant, size, announced, theme, uppercase } = this;
|
|
17287
|
-
return (hAsync(Host, { key: '
|
|
17317
|
+
return (hAsync(Host, { key: '2bbbf4341010538d3ce41795e2fdd7db95c6f403', class: { [`ic-theme-${theme}`]: theme !== "inherit" }, role: announced ? "status" : null, "aria-label": "Status" }, hAsync("strong", { key: 'd603275aeec1bbe93bf1273b460ee655f45263d0', class: {
|
|
17288
17318
|
["tag"]: true,
|
|
17289
17319
|
[`${variant}-${status}`]: true,
|
|
17290
17320
|
["outlined"]: variant === "outlined",
|
|
17291
17321
|
[`${size}`]: true,
|
|
17292
|
-
} }, hAsync("ic-typography", { key: '
|
|
17322
|
+
} }, hAsync("ic-typography", { key: 'b7e19ed18a1cced7c36e380df711599a17048736', variant: uppercase ? "label-uppercase" : "label", "apply-vertical-margins": false }, hAsync("span", { key: '5dd5bf12423220d8c453fa32413e5910b578d4c9' }, label)))));
|
|
17293
17323
|
}
|
|
17294
17324
|
static get style() { return IcStatusTagStyle0; }
|
|
17295
17325
|
static get cmpMeta() { return {
|
|
@@ -17388,27 +17418,27 @@ class Step {
|
|
|
17388
17418
|
// STATUS ICON FOR COMPACT STEP
|
|
17389
17419
|
let statusIcon;
|
|
17390
17420
|
if (type === "completed" || compactStepStyling === "completed") {
|
|
17391
|
-
statusIcon = (hAsync("span", { key: '
|
|
17421
|
+
statusIcon = (hAsync("span", { key: '864d4561a571389ff3128b00ffb529010930b4b5', class: "check-icon step-icon", "aria-hidden": "true", innerHTML: checkIcon }));
|
|
17392
17422
|
}
|
|
17393
17423
|
else if (type === "disabled" || compactStepStyling === "disabled") {
|
|
17394
|
-
statusIcon = (hAsync("span", { key: '
|
|
17424
|
+
statusIcon = (hAsync("span", { key: '7bf14abf049e8e5d3fc870c574393adb49e68b8c', class: "warning-icon step-icon", "aria-hidden": "true", innerHTML: warningIcon }));
|
|
17395
17425
|
}
|
|
17396
17426
|
// COMPACT STEP COMPONENT
|
|
17397
|
-
const compactStep = (hAsync("div", { key: '
|
|
17427
|
+
const compactStep = (hAsync("div", { key: '4f3ac82fbcc83d16b72393415b08bb383b3844e1', class: {
|
|
17398
17428
|
["step"]: true,
|
|
17399
17429
|
["current"]: !!current,
|
|
17400
17430
|
[`compact-step-${compactStepStyling}`]: !!compactStepStyling,
|
|
17401
17431
|
["disabled"]: type === "disabled" || compactStepStyling === "disabled",
|
|
17402
|
-
} }, hAsync("ic-loading-indicator", { key: '
|
|
17432
|
+
} }, hAsync("ic-loading-indicator", { key: '53ebcdba2a35459adeb1ac198e7a48620eb5ed8f', class: {
|
|
17403
17433
|
"compact-step-progress-indicator": true,
|
|
17404
17434
|
"not-required": type === "disabled" || compactStepStyling === "disabled",
|
|
17405
|
-
}, "aria-hidden": "true", size: "small", "inner-label": stepNum, progress: progress }), hAsync("div", { key: '
|
|
17435
|
+
}, "aria-hidden": "true", size: "small", "inner-label": stepNum, progress: progress }), hAsync("div", { key: '1206ec1c72eafac85fa94f936db215fd6d66a9da', class: "heading-area" }, hAsync("ic-typography", { key: 'ecd033d92e805fc2538f92253f43a667594d30da', variant: "h4", class: "heading" }, heading), hAsync("div", { key: '98f5a4369ed8e41271c9e5121d6ef4e68191e766', class: "info-line" }, hAsync("ic-typography", { key: '5b58bcbe7124d039d41e6cddd1c737a82e689f46', variant: "caption", class: "step-num" }, `${stepNum} ${icI18n.of} ${lastStepNum}`, hAsync("span", { key: '86b332b0596baaa8f14e6232ca4742fca349b401', class: "visually-hidden" }, ` ${icI18n.steps}`)), (this.subheading ||
|
|
17406
17436
|
type === "completed" ||
|
|
17407
17437
|
type === "disabled" ||
|
|
17408
17438
|
(this.variant === "compact" &&
|
|
17409
17439
|
!!compactStepStyling &&
|
|
17410
17440
|
compactStepStyling !== "active") ||
|
|
17411
|
-
!!status) && (hAsync("div", { key: '
|
|
17441
|
+
!!status) && (hAsync("div", { key: 'e7348cf5cb486de2bd35047429b8baedb64e7945', class: "step-status" }, statusIcon !== undefined && statusIcon, (subheading || stepType) && (hAsync("ic-typography", { key: '1e636d26071c9274b29b3e9fbd5edcff666bf650', variant: "caption" }, subheading !== null && isPropDefined(subheading)
|
|
17412
17442
|
? subheading
|
|
17413
17443
|
: type === "disabled" ||
|
|
17414
17444
|
(variant === "compact" &&
|
|
@@ -17421,26 +17451,26 @@ class Step {
|
|
|
17421
17451
|
// ICON FOR DEFAULT STEP
|
|
17422
17452
|
let icon;
|
|
17423
17453
|
if (type !== "completed") {
|
|
17424
|
-
icon = (hAsync("ic-typography", { key: '
|
|
17454
|
+
icon = (hAsync("ic-typography", { key: '11944edb6340175b2619cd7bf1a92a077c2581e7', variant: "subtitle-small" }, hAsync("span", { key: '5636bdbab2cbae08c7122adae7376b380d2c0e6b', class: "step-icon-inner", "aria-hidden": "true" }, this.stepNum)));
|
|
17425
17455
|
}
|
|
17426
17456
|
else {
|
|
17427
|
-
icon = (hAsync("div", { key: '
|
|
17457
|
+
icon = (hAsync("div", { key: 'b479680a69976f4a1fecff4944fe49d6ad7a1803', class: "step-icon-inner", "aria-hidden": "true" }, hAsync("span", { key: 'f147fc626a8a1ee01f7a00e642353f0393f2a9bf', class: "check-icon", innerHTML: checkIcon })));
|
|
17428
17458
|
}
|
|
17429
17459
|
// STEP CONNECT FOR DEFAULT STEP
|
|
17430
|
-
const partialBar = type === "current" && (hAsync("div", { key: '
|
|
17431
|
-
const finalStep = !lastStep && (hAsync("div", { key: '
|
|
17460
|
+
const partialBar = type === "current" && (hAsync("div", { key: '38562e1d3953a8e3fad8a666be017c6eb8b023d8', class: "step-connect-inner" }));
|
|
17461
|
+
const finalStep = !lastStep && (hAsync("div", { key: '92355de2de8a20e3efd244e90181ed4728908396', class: {
|
|
17432
17462
|
["step-connect"]: true,
|
|
17433
17463
|
["aligned-full-width"]: !!(((_a = this.el.parentElement) === null || _a === void 0 ? void 0 : _a.classList.contains("ic-stepper-default")) &&
|
|
17434
17464
|
!this.el.parentElement.classList.contains("ic-stepper-aligned-left")),
|
|
17435
17465
|
} }, partialBar));
|
|
17436
17466
|
// DEFAULT STEP COMPONENT
|
|
17437
|
-
const defaultStep = (hAsync("div", { key: '
|
|
17467
|
+
const defaultStep = (hAsync("div", { key: '26938dd799f54d8440d45c9d9615a4831f7cab98', class: {
|
|
17438
17468
|
["step"]: true,
|
|
17439
17469
|
[`${type}`]: true,
|
|
17440
|
-
} }, hAsync("div", { key: '
|
|
17470
|
+
} }, hAsync("div", { key: '34aca5fbe4025940b5226476d1da17725831a7db', class: "step-top" }, hAsync("div", { key: 'e59c7c95a9b32b9e897a6dc6d37000cd45294caf', class: "step-icon" }, icon), finalStep), (heading || subheading || status) && (hAsync("div", { key: '568405e10345dfe382fd78d096391cc870914f6a', class: "heading-area" }, heading && (hAsync("ic-typography", { key: '6dcac8ec5550fe94c80e75c65ecec33dee7b4157', variant: "subtitle-large", class: "heading" }, heading)), heading && (subheading || status) && (hAsync("ic-typography", { key: 'efe9c1f647e25a84eded6c390ff1b487e0ea5a0d', variant: "caption", class: "subheading" }, subheading !== null && isPropDefined(subheading)
|
|
17441
17471
|
? subheading
|
|
17442
17472
|
: stepStatus))))));
|
|
17443
|
-
return (hAsync(Host, { key: '
|
|
17473
|
+
return (hAsync(Host, { key: '359b602ab02607c5ec02673283f99172c3b4a924', role: "listitem", "aria-label": `${icI18n.step} ${stepNum}${ariaLabel}`, "aria-current": (current || type === "current") && "step", class: {
|
|
17444
17474
|
["aligned-full-width"]: !!(((_b = this.el.parentElement) === null || _b === void 0 ? void 0 : _b.classList.contains("ic-stepper-default")) &&
|
|
17445
17475
|
!this.el.parentElement.classList.contains("ic-stepper-aligned-left")),
|
|
17446
17476
|
[`ic-step-${variant}`]: true,
|
|
@@ -17740,11 +17770,11 @@ class Stepper {
|
|
|
17740
17770
|
checkResizeObserver(this.runResizeObserver);
|
|
17741
17771
|
}
|
|
17742
17772
|
render() {
|
|
17743
|
-
return (hAsync(Host, { key: '
|
|
17773
|
+
return (hAsync(Host, { key: '8905befe9177785369ef0d277f7f21d823cd727b', class: {
|
|
17744
17774
|
[`ic-stepper-${this.variant}`]: true,
|
|
17745
17775
|
["ic-stepper-aligned-left"]: this.variant === "default" && this.aligned === "left",
|
|
17746
17776
|
[`ic-theme-${this.theme}`]: this.theme !== "inherit",
|
|
17747
|
-
} }, hAsync("ul", { key: '
|
|
17777
|
+
} }, hAsync("ul", { key: '19d67dcea521d17802c2d98946ce24254ef4969a', class: "step-item-list" }, hAsync("slot", { key: 'fe75a601beeed1e3dbfc9df495909af26ad11523' }))));
|
|
17748
17778
|
}
|
|
17749
17779
|
get el() { return getElement(this); }
|
|
17750
17780
|
static get watchers() { return {
|
|
@@ -17875,16 +17905,16 @@ class Switch {
|
|
|
17875
17905
|
const { label, checkedState, size, disabled, name, value, hideLabel, helperText, inputId, theme, } = this;
|
|
17876
17906
|
const isSmall = size === "small";
|
|
17877
17907
|
renderHiddenInput(this.el, checkedState ? value : "", name, disabled);
|
|
17878
|
-
return (hAsync(Host, { key: '
|
|
17908
|
+
return (hAsync(Host, { key: '83cfaa808706cfbd930349b19264611eeb9eb7a1', class: {
|
|
17879
17909
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
17880
|
-
} }, hAsync("label", { key: '
|
|
17910
|
+
} }, hAsync("label", { key: '3952a6e8d7bd6778f6e72bd714f3413fb32ce43c', class: {
|
|
17881
17911
|
"ic-switch-container": true,
|
|
17882
17912
|
"ic-switch-disabled": !!disabled,
|
|
17883
17913
|
"ic-switch-small": isSmall,
|
|
17884
|
-
}, htmlFor: inputId }, !hideLabel && (hAsync("ic-input-label", { key: '
|
|
17914
|
+
}, htmlFor: inputId }, !hideLabel && (hAsync("ic-input-label", { key: 'da48a174f9dd1a8ec052f102424cecfe39b629f1', for: inputId, label: label, helperText: helperText, readonly: false, disabled: disabled, class: {
|
|
17885
17915
|
"ic-switch-label": true,
|
|
17886
17916
|
"ic-switch-label-small": isSmall,
|
|
17887
|
-
} }, hAsync("slot", { key: '
|
|
17917
|
+
} }, hAsync("slot", { key: 'f80f2d947f1ef1c448152a54878e00ca8ad93733', name: "helper-text", slot: "helper-text" }))), !hideLabel && hAsync("span", { key: '3c56f4c0fb5e15be23d11931b95d9abfe6dc56f0', class: "ic-switch-line-break" }), hAsync("input", { key: '2f23a8d5ef4aed9348bae49cf1d65d27d6af7f50', checked: checkedState, disabled: disabled, "aria-label": label, "aria-checked": checkedState ? "true" : "false", "aria-describedby": getInputDescribedByText(this.el, inputId, helperText !== "", false), role: "switch", class: "ic-switch-input", type: "checkbox", name: "toggle", id: inputId, onFocus: this.onFocus, onBlur: this.onBlur, onChange: this.handleChange }), hAsync("span", { key: '1799cf9b15ba7f41ecdd5846c874313270b005d7', class: "ic-switch-toggle" }, hAsync("svg", { key: 'dfdd27f600056edb4f0c21dc52c9c5b316a58749', class: "ic-switch-icon", "aria-hidden": "true", focusable: "false", viewBox: "0 0 10 10", xmlns: "http://www.w3.org/2000/svg" }, hAsync("line", { key: 'e1fc26ba3d5ffe9901f5ded149c6783e5e897951', class: "ic-switch-icon-line", x1: "9", y1: isSmall ? "2" : "1", x2: "9", y2: isSmall ? "8" : "9" })), hAsync("svg", { key: 'dbe0ba812d70c2ced199a5fbdfd2637a67477f3c', class: "ic-switch-icon", "aria-hidden": "true", focusable: "false", viewBox: "0 0 10 10", xmlns: "http://www.w3.org/2000/svg" }, hAsync("circle", { key: '41fab06f91865db47d4c82b44eb913cb566a965c', class: "ic-switch-icon-circle", fill: "none", cx: "5", cy: "5", r: isSmall ? "3.335" : "4.445" }))), hAsync("slot", { key: '26b7e9ad4067d5571b676872dd506371c03766b2', name: "right-adornment" }))));
|
|
17888
17918
|
}
|
|
17889
17919
|
static get delegatesFocus() { return true; }
|
|
17890
17920
|
get el() { return getElement(this); }
|
|
@@ -18270,7 +18300,7 @@ class TabContext {
|
|
|
18270
18300
|
}
|
|
18271
18301
|
}
|
|
18272
18302
|
render() {
|
|
18273
|
-
return hAsync("slot", { key: '
|
|
18303
|
+
return hAsync("slot", { key: '10bbbe55408243a3a5665b6f079a2b88912abb61' });
|
|
18274
18304
|
}
|
|
18275
18305
|
get el() { return getElement(this); }
|
|
18276
18306
|
static get watchers() { return {
|
|
@@ -18317,11 +18347,11 @@ class TabGroup {
|
|
|
18317
18347
|
}
|
|
18318
18348
|
render() {
|
|
18319
18349
|
const { inline, theme, label, monochrome } = this;
|
|
18320
|
-
return (hAsync(Host, { key: '
|
|
18350
|
+
return (hAsync(Host, { key: '6d47bc467418bb3448bc201c2903c1729d0b218c', role: "tablist", "aria-label": label, class: {
|
|
18321
18351
|
["ic-tab-group-inline"]: !!inline,
|
|
18322
18352
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
18323
18353
|
["ic-tab-group-monochrome"]: !!monochrome,
|
|
18324
|
-
} }, hAsync("ic-horizontal-scroll", { key: '
|
|
18354
|
+
} }, hAsync("ic-horizontal-scroll", { key: '4cd7ad023ed041945dd0ea53ea30ef471c4dc87a', theme: theme, "focus-trigger": "tabFocus", monochrome: monochrome }, hAsync("div", { key: '7b755ee071f940a648289a38cf792a86b19ee0f5', class: "tabs-container" }, hAsync("slot", { key: 'c28ac4504330b33bc6809e8cc4bb8646eb0545e9' })))));
|
|
18325
18355
|
}
|
|
18326
18356
|
static get delegatesFocus() { return true; }
|
|
18327
18357
|
static get style() { return IcTabGroupStyle0; }
|
|
@@ -18364,10 +18394,10 @@ class TabPanel {
|
|
|
18364
18394
|
}
|
|
18365
18395
|
render() {
|
|
18366
18396
|
const { active, theme } = this;
|
|
18367
|
-
return (hAsync(Host, { key: '
|
|
18397
|
+
return (hAsync(Host, { key: 'aa17ab5e82e7692328cfa063e5666edfd65b1c9c', class: {
|
|
18368
18398
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
18369
18399
|
"ic-tab-panel-hidden": !active,
|
|
18370
|
-
}, role: "tabpanel", "aria-hidden": `${!active}` }, hAsync("div", { key: '
|
|
18400
|
+
}, role: "tabpanel", "aria-hidden": `${!active}` }, hAsync("div", { key: '719d420b5a75b8fcc722c7e510f86411e18afade' }, hAsync("slot", { key: 'bec1ba48c3e0ced13c339f31f9af1663c068144d' }))));
|
|
18371
18401
|
}
|
|
18372
18402
|
get el() { return getElement(this); }
|
|
18373
18403
|
static get style() { return IcTabPanelStyle0; }
|
|
@@ -18771,21 +18801,21 @@ class TextField {
|
|
|
18771
18801
|
const charsRemaining = maxNumChars - numChars;
|
|
18772
18802
|
const remainingCharCountDescId = maxCharacters > 0 ? `${inputId}-remaining-char-count-desc` : "";
|
|
18773
18803
|
const remainingCharCountDesc = `${charsRemaining} character${charsRemaining === 1 ? "" : "s"} remaining.`;
|
|
18774
|
-
const describedBy = `${
|
|
18804
|
+
const describedBy = `${getInputDescribedByText(this.el, inputId, helperText !== "", showStatusText)} ${hiddenCharCountDescId} ${numChars > 0 ? remainingCharCountDescId : ""}`.trim();
|
|
18775
18805
|
const disabledText = disabledMode && !readonly;
|
|
18776
18806
|
const showLeftIcon = !!this.el.querySelector(`[slot="icon"]`) && !disabledText;
|
|
18777
18807
|
const invalid = `${currentStatus === IcInformationStatus.Error}`;
|
|
18778
18808
|
hiddenInput
|
|
18779
18809
|
? renderHiddenInput(this.el, value, name, disabledMode)
|
|
18780
18810
|
: removeHiddenInput(this.el);
|
|
18781
|
-
return (hAsync(Host, { key: '
|
|
18811
|
+
return (hAsync(Host, { key: '4a38a5d8bd42f37b2ab1e9f3af485695b6185a8a', class: {
|
|
18782
18812
|
"ic-text-field-full-width": fullWidth,
|
|
18783
18813
|
"ic-text-field-disabled": disabledMode,
|
|
18784
18814
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
18785
|
-
} }, hAsync("ic-input-container", { key: '
|
|
18815
|
+
} }, hAsync("ic-input-container", { key: 'a7da6f94bac334322b00b223cfb3462d026fbba1', readonly: readonly, disabled: disabledMode }, !hideLabel && (hAsync("ic-input-label", { key: '97a5cc41a79cfc56c3e8e309154cbcc015bbadad', for: inputId, label: label, helperText: helperText, required: required, disabled: disabledText, readonly: readonly }, hAsync("slot", { key: 'd9994cb1bb7218712bbed976057a3ca8d9ad3c2b', name: "helper-text", slot: "helper-text" }))), hAsync("ic-input-component-container", { key: '0d3a988b563b2f9f2033b52a75f4fd5e27056ba8', size: size, validationStatus: currentStatus, multiLine: multiline, disabled: disabledMode, readonly: readonly, validationInline: validationInline, fullWidth: fullWidth }, showLeftIcon && (hAsync("span", { key: '319fa22903ab0b2c2315377abb9f9e7bad15f221', class: {
|
|
18786
18816
|
readonly,
|
|
18787
18817
|
"has-value": this.getNumberOfCharacters(value) > 0,
|
|
18788
|
-
}, slot: "left-icon" }, hAsync("slot", { key: '
|
|
18818
|
+
}, slot: "left-icon" }, hAsync("slot", { key: '1224a807133d300df0a6070c998260ece29e8c80', name: "icon" }))), !multiline ? (hAsync("input", Object.assign({ id: inputId, name: name, ref: (el) => (this.inputEl = el), type: type, min: min, max: max, value: value, class: {
|
|
18789
18819
|
"no-left-pad": !showLeftIcon && readonly,
|
|
18790
18820
|
readonly,
|
|
18791
18821
|
"truncate-value": truncateValue,
|
|
@@ -18793,12 +18823,12 @@ class TextField {
|
|
|
18793
18823
|
"no-resize": resize === false || !!readonly,
|
|
18794
18824
|
"no-left-pad": !showLeftIcon && !!readonly,
|
|
18795
18825
|
readonly: !!readonly,
|
|
18796
|
-
}, 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: '
|
|
18826
|
+
}, 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: 'e50c8194546e08898e7ef0ed4dd940a881ffd5c4', name: "clear-button" })), isSlotUsed(el, "search-submit-button") && (hAsync("slot", { key: 'e2ba7a0f555593f767ff1c93c4c58b71967da1a7', name: "search-submit-button" }))), isSlotUsed(el, "menu") && hAsync("slot", { key: '7b22fe423951f0f38c5419ff3c35e9f32a72735d', name: "menu" }), hAsync("ic-input-validation", { key: '85aec8ebd4633fa36585e3253e1cc8107c374495', class: { "show-validation": this.showValidationMargin() }, status: this.hasStatus(currentStatus) === false ||
|
|
18797
18827
|
(currentStatus === IcInformationStatus.Success &&
|
|
18798
18828
|
validationInline) ||
|
|
18799
18829
|
validationInlineInternal
|
|
18800
18830
|
? ""
|
|
18801
|
-
: currentStatus, message: showStatusText ? currentValidationText : "", ariaLiveMode: messageAriaLive, for: inputId, fullWidth: fullWidth }, !readonly && maxNumChars > 0 && (hAsync("div", { key: '
|
|
18831
|
+
: currentStatus, message: showStatusText ? currentValidationText : "", ariaLiveMode: messageAriaLive, for: inputId, fullWidth: fullWidth }, !readonly && maxNumChars > 0 && (hAsync("div", { key: 'f857927758c96f735592e7af679dba91c333fbf1', slot: "validation-message-adornment" }, !hideCharCount && (hAsync("ic-typography", { key: 'eed01e87433155c8311c5ef958145d484c65264a', variant: "caption", class: "char-count-text" }, hAsync("span", { key: '1752a0a453ed7dd28b909029f847330ffbff406c', class: "char-count" }, numChars, "/", maxNumChars))), hAsync("span", { key: 'cd708a611a6133a7cf3b892d8f83cbf592791907', class: "remaining-char-count-desc", "aria-live": "polite", hidden: !isFocussed, id: remainingCharCountDescId }, remainingCharCountDesc), hAsync("span", { key: 'ebe5600dece8662d9966667308e79872793b098c', hidden: true, id: hiddenCharCountDescId }, "Field can contain a maximum of ", maxNumChars, " characters.")))))));
|
|
18802
18832
|
}
|
|
18803
18833
|
get el() { return getElement(this); }
|
|
18804
18834
|
static get watchers() { return {
|
|
@@ -18937,7 +18967,7 @@ class Theme {
|
|
|
18937
18967
|
}
|
|
18938
18968
|
render() {
|
|
18939
18969
|
const { themeClass } = this;
|
|
18940
|
-
return (hAsync(Host, { key: '
|
|
18970
|
+
return (hAsync(Host, { key: '603b695aae6f29ef4f3d89d4e1995221b3324753', class: themeClass }, hAsync("slot", { key: '0b4c3bd3f4b078775ff13677feb3f0fbc080d810' })));
|
|
18941
18971
|
}
|
|
18942
18972
|
static get watchers() { return {
|
|
18943
18973
|
"brandColor": ["watchBrandColorPropHandler"],
|
|
@@ -19162,16 +19192,16 @@ class Toast {
|
|
|
19162
19192
|
}
|
|
19163
19193
|
render() {
|
|
19164
19194
|
const { variant, heading, message, visible, isManual, dismissButtonAriaLabel, } = this;
|
|
19165
|
-
return (hAsync(Host, { key: '
|
|
19195
|
+
return (hAsync(Host, { key: '55d26c71146d769a0b652ddb3d9b5eb02229a209', class: {
|
|
19166
19196
|
["ic-toast-hidden"]: !visible,
|
|
19167
19197
|
[`ic-toast-variant-${variant}`]: variant !== undefined,
|
|
19168
|
-
}, tabindex: "0", onFocus: this.onFocus, onBlur: this.onBlur, role: isManual ? "dialog" : "alert", "aria-live": isManual ? null : "polite" }, hAsync("div", { key: '
|
|
19198
|
+
}, tabindex: "0", onFocus: this.onFocus, onBlur: this.onBlur, role: isManual ? "dialog" : "alert", "aria-live": isManual ? null : "polite" }, hAsync("div", { key: 'a5129ddaeadff62ac431dbfb8e985223fddd429e', class: "container" }, variant && visible && (hAsync("div", { key: '401b3a7a01b672455ec261ad4bf3898b803bc406', class: "toast-icon-container" }, hAsync("div", { key: '3eeae38b6e8ae5b190cb3ced2205b5a4395c017b', class: {
|
|
19169
19199
|
["divider"]: true,
|
|
19170
19200
|
[`divider-${variant}`]: true,
|
|
19171
|
-
} }), variant === "neutral" ? (hAsync("slot", { name: "neutral-icon" })) : (hAsync("span", { class: "toast-icon", innerHTML: VARIANT_ICONS[variant].icon })))), hAsync("div", { key: '
|
|
19201
|
+
} }), variant === "neutral" ? (hAsync("slot", { name: "neutral-icon" })) : (hAsync("span", { class: "toast-icon", innerHTML: VARIANT_ICONS[variant].icon })))), hAsync("div", { key: 'dc83b42b58d37a5c5cdd338f6d17ea8138eb8b1b', class: {
|
|
19172
19202
|
["toast-content"]: true,
|
|
19173
19203
|
["no-icon"]: variant === "neutral" && !isSlotUsed(this.el, "neutral-icon"),
|
|
19174
|
-
} }, hAsync("div", { key: '
|
|
19204
|
+
} }, hAsync("div", { key: '80eac70ac19f219cc1ae6c3c0d3aac1bf9748768', class: "toast-text" }, hAsync("ic-typography", { key: '02bb286b55ae5b5fe3024560f97f42857a964223', variant: "subtitle-large", class: "toast-heading" }, visible && (isManual ? hAsync("h5", null, heading) : hAsync("p", null, heading))), message && (hAsync("ic-typography", { key: 'b730941336f3dc5fdb50d8a153167f2d7509b6a7', variant: "body", class: "toast-message" }, visible && hAsync("p", { key: '5be56cff443e472fe6ed6649936075d4eadc5d17' }, message)))), isSlotUsed(this.el, "action") && (hAsync("div", { key: '0131809b3d15fb6deb0f754f435847fc6d2a641d', class: "toast-action-container" }, hAsync("slot", { key: '976eb515b8bcb269ec810b4dd5f5519edce3f215', name: "action" })))), !isManual ? (hAsync("ic-loading-indicator", { class: "toast-dismiss-timer", theme: "dark", monochrome: true, size: "icon", progress: this.timerProgress, description: "Dismiss timer" })) : (hAsync("ic-button", { id: "dismiss-button", innerHTML: closeIcon, onClick: this.dismissAction, variant: "icon-tertiary", "aria-label": dismissButtonAriaLabel })))));
|
|
19175
19205
|
}
|
|
19176
19206
|
get el() { return getElement(this); }
|
|
19177
19207
|
static get watchers() { return {
|
|
@@ -19243,7 +19273,7 @@ class ToastRegion {
|
|
|
19243
19273
|
}
|
|
19244
19274
|
}
|
|
19245
19275
|
render() {
|
|
19246
|
-
return hAsync("slot", { key: '
|
|
19276
|
+
return hAsync("slot", { key: 'fbb8173202304d09e434a726e85fad986cb79a9f' });
|
|
19247
19277
|
}
|
|
19248
19278
|
get el() { return getElement(this); }
|
|
19249
19279
|
static get watchers() { return {
|
|
@@ -19416,7 +19446,7 @@ class ToggleButton {
|
|
|
19416
19446
|
render() {
|
|
19417
19447
|
const { accessibleLabel, checked, disabled, fullWidth, iconPlacement, monochrome, label, loading, outline, size, theme, tooltipPlacement, variant, } = this;
|
|
19418
19448
|
const iconVariant = variant === "icon";
|
|
19419
|
-
return (hAsync(Host, { key: '
|
|
19449
|
+
return (hAsync(Host, { key: '74d882ab9a0ea86b7f1b1eaa74a40ee32fd44800', class: {
|
|
19420
19450
|
"ic-toggle-button-checked": checked,
|
|
19421
19451
|
"ic-toggle-button-disabled": disabled,
|
|
19422
19452
|
"ic-toggle-button-icon": iconVariant,
|
|
@@ -19426,7 +19456,7 @@ class ToggleButton {
|
|
|
19426
19456
|
"ic-toggle-button-hide-outline": !outline,
|
|
19427
19457
|
[`ic-toggle-button-${size}`]: true,
|
|
19428
19458
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
19429
|
-
}, onFocus: this.handleFocus }, hAsync("ic-button", { key: '
|
|
19459
|
+
}, onFocus: this.handleFocus }, hAsync("ic-button", { key: '067df9f2c2b9a6f6a21d1a70ddac41b7ae1c9f13', "aria-pressed": `${checked}`, variant: iconVariant ? "icon-tertiary" : "secondary", onClick: this.handleClick, title: accessibleLabel, "aria-label": `${accessibleLabel ? accessibleLabel : label}, ${checked ? "ticked" : "unticked"}`, disabled: disabled, size: size, fullWidth: fullWidth, loading: loading, tooltipPlacement: tooltipPlacement }, !iconVariant && label, hAsync("slot", { key: 'e6b0d906bda4695ab9e64da852a99da851001974' }), isSlotUsed(this.el, "icon") && (hAsync("slot", { key: '70b5c83cca0a126ab9eafa9d84327c83e6936ce8', name: "icon", slot: `${iconPlacement}-icon` })), isSlotUsed(this.el, "badge") && (hAsync("slot", { key: 'c43ead3695a0f7a019b3eb0aa4b396f85c0e96eb', name: "badge", slot: "badge" })))));
|
|
19430
19460
|
}
|
|
19431
19461
|
static get delegatesFocus() { return true; }
|
|
19432
19462
|
get el() { return getElement(this); }
|
|
@@ -19691,14 +19721,14 @@ class ToggleButtonGroup {
|
|
|
19691
19721
|
}
|
|
19692
19722
|
render() {
|
|
19693
19723
|
const { accessibleLabel, disabled, fullWidth, loading, monochrome, outline, theme, } = this;
|
|
19694
|
-
return (hAsync(Host, { key: '
|
|
19724
|
+
return (hAsync(Host, { key: '57a5273a71510ce0c22fec40fa9bd924b475c185', role: "group", "aria-label": accessibleLabel, tabindex: disabled ? -1 : 0, class: {
|
|
19695
19725
|
"ic-toggle-button-group-disabled": disabled,
|
|
19696
19726
|
"ic-toggle-button-group-full-width": fullWidth,
|
|
19697
19727
|
"ic-toggle-button-group-loading": loading,
|
|
19698
19728
|
"ic-toggle-button-group-monochrome": monochrome,
|
|
19699
19729
|
"ic-toggle-button-group-hide-outline": !outline,
|
|
19700
19730
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
19701
|
-
}, onFocus: this.handleHostFocus }, hAsync("slot", { key: '
|
|
19731
|
+
}, onFocus: this.handleHostFocus }, hAsync("slot", { key: '2d957f4dec7d5c097a39be86538c2dcea68cffdc' })));
|
|
19702
19732
|
}
|
|
19703
19733
|
get el() { return getElement(this); }
|
|
19704
19734
|
static get watchers() { return {
|