@ukic/web-components 3.18.0 → 3.19.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-chip.cjs.entry.js +12 -5
- package/dist/cjs/ic-chip.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-data-list.cjs.entry.js +4 -3
- package/dist/cjs/ic-data-list.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-data-row.cjs.entry.js +2 -2
- package/dist/cjs/ic-dialog.cjs.entry.js +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 +4 -4
- 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-input-label_2.cjs.entry.js.map +1 -1
- 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 +29 -4
- package/dist/cjs/ic-pagination.cjs.entry.js.map +1 -1
- 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 +6 -6
- 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 +5 -5
- 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 +5 -5
- package/dist/cjs/ic-toggle-button-group.cjs.entry.js +2 -2
- package/dist/cjs/ic-toggle-button.cjs.entry.js +2 -2
- package/dist/cjs/ic-top-navigation.cjs.entry.js +5 -2
- package/dist/cjs/ic-top-navigation.cjs.entry.js.map +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.stories.js +1 -1
- package/dist/collection/components/ic-chip/ic-chip.css +12 -0
- package/dist/collection/components/ic-chip/ic-chip.js +31 -4
- package/dist/collection/components/ic-chip/ic-chip.js.map +1 -1
- package/dist/collection/components/ic-chip/ic-chip.stories.js +15 -0
- package/dist/collection/components/ic-data-list/ic-data-list.css +4 -0
- package/dist/collection/components/ic-data-list/ic-data-list.js +3 -2
- package/dist/collection/components/ic-data-list/ic-data-list.js.map +1 -1
- 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.js +4 -4
- 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 +5 -4
- package/dist/collection/components/ic-input-validation/ic-input-validation.js.map +1 -1
- 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 +35 -4
- package/dist/collection/components/ic-pagination/ic-pagination.js.map +1 -1
- 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.js +6 -6
- 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-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 -5
- 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 +12 -1
- package/dist/collection/components/ic-theme/ic-theme.js +1 -1
- package/dist/collection/components/ic-toast/ic-toast.js +5 -5
- 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/collection/components/ic-top-navigation/ic-top-navigation.js +5 -2
- package/dist/collection/components/ic-top-navigation/ic-top-navigation.js.map +1 -1
- package/dist/components/ic-chip.js +13 -5
- package/dist/components/ic-chip.js.map +1 -1
- package/dist/components/ic-data-list.js +4 -3
- package/dist/components/ic-data-list.js.map +1 -1
- 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 +4 -4
- 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 +4 -4
- package/dist/components/ic-input-validation2.js.map +1 -1
- 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-menu2.js +4 -4
- package/dist/components/ic-page-header.js +6 -6
- package/dist/components/ic-page-header.js.map +1 -1
- package/dist/components/ic-pagination-item2.js +1 -1
- package/dist/components/ic-pagination.js +30 -5
- package/dist/components/ic-pagination.js.map +1 -1
- 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-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 +6 -6
- package/dist/components/ic-side-navigation.js +4 -4
- package/dist/components/ic-skeleton.js +2 -2
- 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 +5 -5
- 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 +5 -5
- package/dist/components/ic-toggle-button-group.js +2 -2
- package/dist/components/ic-toggle-button.js +2 -2
- package/dist/components/ic-top-navigation.js +5 -2
- package/dist/components/ic-top-navigation.js.map +1 -1
- package/dist/core/core.css +1 -1
- package/dist/core/core.esm.js +1 -1
- package/dist/core/core.esm.js.map +1 -1
- package/dist/core/{p-ed3aaa3a.entry.js → p-012e058a.entry.js} +3 -3
- package/dist/core/{p-6329ddcb.entry.js → p-0257d59e.entry.js} +2 -2
- package/dist/core/{p-d3223b89.entry.js → p-06b3ae40.entry.js} +2 -2
- package/dist/core/{p-f6bb691a.entry.js → p-091a7fbf.entry.js} +2 -2
- package/dist/core/{p-b4a2f6fa.entry.js → p-0eafbaa1.entry.js} +2 -2
- package/dist/core/p-0eafbaa1.entry.js.map +1 -0
- package/dist/core/{p-1ca4a5ed.entry.js → p-128e2cbb.entry.js} +2 -2
- package/dist/core/{p-af728534.entry.js → p-21efc36e.entry.js} +2 -2
- package/dist/core/{p-b9459ba2.entry.js → p-287e5c17.entry.js} +2 -2
- package/dist/core/{p-de630a9a.entry.js → p-28c9a6e4.entry.js} +2 -2
- package/dist/core/{p-f57729b8.entry.js → p-296a41ce.entry.js} +2 -2
- package/dist/core/p-34cc376c.entry.js +2 -0
- package/dist/core/p-34cc376c.entry.js.map +1 -0
- package/dist/core/{p-eca43f7d.entry.js → p-3b13d191.entry.js} +2 -2
- package/dist/core/{p-d376858f.entry.js → p-43356493.entry.js} +2 -2
- package/dist/core/{p-7dff646d.entry.js → p-44aaf454.entry.js} +2 -2
- package/dist/core/{p-f4e3bb5b.entry.js → p-44fbe8c2.entry.js} +2 -2
- package/dist/core/{p-a7583faf.entry.js → p-4637c326.entry.js} +2 -2
- package/dist/core/{p-049839cd.entry.js → p-4fa7fbc4.entry.js} +2 -2
- package/dist/core/{p-049839cd.entry.js.map → p-4fa7fbc4.entry.js.map} +1 -1
- package/dist/core/{p-2026f4fa.entry.js → p-52fa3eec.entry.js} +2 -2
- package/dist/core/{p-2026f4fa.entry.js.map → p-52fa3eec.entry.js.map} +1 -1
- package/dist/core/{p-9c52ee48.entry.js → p-539b975f.entry.js} +2 -2
- package/dist/core/{p-319e3d5b.entry.js → p-5cf704e3.entry.js} +2 -2
- package/dist/core/{p-5d2efd2d.entry.js → p-5e1a77aa.entry.js} +2 -2
- package/dist/core/{p-601d4e3f.entry.js → p-614953c5.entry.js} +2 -2
- package/dist/core/{p-a61fa6ad.entry.js → p-6b6c1491.entry.js} +2 -2
- package/dist/core/{p-1be17f22.entry.js → p-6e8ef73c.entry.js} +2 -2
- package/dist/core/{p-ae11583f.entry.js → p-6fb29846.entry.js} +2 -2
- package/dist/core/{p-e82d9a6f.entry.js → p-70e1dd4d.entry.js} +2 -2
- package/dist/core/{p-52c66bfe.entry.js → p-72ac8bb9.entry.js} +2 -2
- package/dist/core/{p-ffd0d9d1.entry.js → p-7552c8a1.entry.js} +2 -2
- package/dist/core/{p-a8e4258f.entry.js → p-8798cc6b.entry.js} +2 -2
- package/dist/core/p-8798cc6b.entry.js.map +1 -0
- package/dist/core/{p-ca82850f.entry.js → p-9452b9ac.entry.js} +2 -2
- package/dist/core/p-9452b9ac.entry.js.map +1 -0
- package/dist/core/p-a7645717.entry.js +2 -0
- package/dist/core/p-a7645717.entry.js.map +1 -0
- package/dist/core/{p-0648dd8e.entry.js → p-a86785dd.entry.js} +2 -2
- package/dist/core/{p-703f3de1.entry.js → p-a8dc3162.entry.js} +2 -2
- package/dist/core/{p-f7105cf9.entry.js → p-ad6632a9.entry.js} +2 -2
- package/dist/core/p-ae861bb8.entry.js +2 -0
- package/dist/core/{p-4631ac1b.entry.js → p-af02add9.entry.js} +2 -2
- package/dist/core/{p-9674b63f.entry.js → p-b00efb15.entry.js} +2 -2
- package/dist/core/{p-3238389a.entry.js → p-bb3a5130.entry.js} +2 -2
- package/dist/core/{p-a8310dfd.entry.js → p-bfd03fb4.entry.js} +2 -2
- package/dist/core/{p-67c3985d.entry.js → p-d8200098.entry.js} +2 -2
- package/dist/core/{p-6ed48c46.entry.js → p-dfc2a0b1.entry.js} +2 -2
- package/dist/core/{p-12c30491.entry.js → p-f4e2e41f.entry.js} +2 -2
- package/dist/core/{p-9ca147f3.entry.js → p-fb43abd6.entry.js} +2 -2
- 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-chip.entry.js +12 -5
- package/dist/esm/ic-chip.entry.js.map +1 -1
- package/dist/esm/ic-data-list.entry.js +4 -3
- package/dist/esm/ic-data-list.entry.js.map +1 -1
- 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 +4 -4
- 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 +6 -6
- package/dist/esm/ic-input-label_2.entry.js.map +1 -1
- 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 +29 -4
- package/dist/esm/ic-pagination.entry.js.map +1 -1
- 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 +6 -6
- 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 +5 -5
- 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 +5 -5
- package/dist/esm/ic-toggle-button-group.entry.js +2 -2
- package/dist/esm/ic-toggle-button.entry.js +2 -2
- package/dist/esm/ic-top-navigation.entry.js +5 -2
- package/dist/esm/ic-top-navigation.entry.js.map +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/types/components/ic-chip/ic-chip.d.ts +5 -0
- package/dist/types/components/ic-input-validation/ic-input-validation.d.ts +1 -0
- package/dist/types/components/ic-pagination/ic-pagination.d.ts +7 -0
- package/dist/types/components/ic-text-field/ic-text-field.d.ts +1 -0
- package/dist/types/components.d.ts +8 -0
- package/hydrate/index.js +185 -146
- package/hydrate/index.mjs +185 -146
- package/package.json +17 -23
- package/vscode-data.json +4 -0
- package/dist/core/p-177d3c2f.entry.js +0 -2
- package/dist/core/p-199c5ff6.entry.js +0 -2
- package/dist/core/p-199c5ff6.entry.js.map +0 -1
- package/dist/core/p-72e5eb70.entry.js +0 -2
- package/dist/core/p-72e5eb70.entry.js.map +0 -1
- package/dist/core/p-a8e4258f.entry.js.map +0 -1
- package/dist/core/p-b4a2f6fa.entry.js.map +0 -1
- package/dist/core/p-ca82850f.entry.js.map +0 -1
- /package/dist/core/{p-ed3aaa3a.entry.js.map → p-012e058a.entry.js.map} +0 -0
- /package/dist/core/{p-6329ddcb.entry.js.map → p-0257d59e.entry.js.map} +0 -0
- /package/dist/core/{p-d3223b89.entry.js.map → p-06b3ae40.entry.js.map} +0 -0
- /package/dist/core/{p-f6bb691a.entry.js.map → p-091a7fbf.entry.js.map} +0 -0
- /package/dist/core/{p-1ca4a5ed.entry.js.map → p-128e2cbb.entry.js.map} +0 -0
- /package/dist/core/{p-af728534.entry.js.map → p-21efc36e.entry.js.map} +0 -0
- /package/dist/core/{p-b9459ba2.entry.js.map → p-287e5c17.entry.js.map} +0 -0
- /package/dist/core/{p-de630a9a.entry.js.map → p-28c9a6e4.entry.js.map} +0 -0
- /package/dist/core/{p-f57729b8.entry.js.map → p-296a41ce.entry.js.map} +0 -0
- /package/dist/core/{p-eca43f7d.entry.js.map → p-3b13d191.entry.js.map} +0 -0
- /package/dist/core/{p-d376858f.entry.js.map → p-43356493.entry.js.map} +0 -0
- /package/dist/core/{p-7dff646d.entry.js.map → p-44aaf454.entry.js.map} +0 -0
- /package/dist/core/{p-f4e3bb5b.entry.js.map → p-44fbe8c2.entry.js.map} +0 -0
- /package/dist/core/{p-a7583faf.entry.js.map → p-4637c326.entry.js.map} +0 -0
- /package/dist/core/{p-9c52ee48.entry.js.map → p-539b975f.entry.js.map} +0 -0
- /package/dist/core/{p-319e3d5b.entry.js.map → p-5cf704e3.entry.js.map} +0 -0
- /package/dist/core/{p-5d2efd2d.entry.js.map → p-5e1a77aa.entry.js.map} +0 -0
- /package/dist/core/{p-601d4e3f.entry.js.map → p-614953c5.entry.js.map} +0 -0
- /package/dist/core/{p-a61fa6ad.entry.js.map → p-6b6c1491.entry.js.map} +0 -0
- /package/dist/core/{p-1be17f22.entry.js.map → p-6e8ef73c.entry.js.map} +0 -0
- /package/dist/core/{p-ae11583f.entry.js.map → p-6fb29846.entry.js.map} +0 -0
- /package/dist/core/{p-e82d9a6f.entry.js.map → p-70e1dd4d.entry.js.map} +0 -0
- /package/dist/core/{p-52c66bfe.entry.js.map → p-72ac8bb9.entry.js.map} +0 -0
- /package/dist/core/{p-ffd0d9d1.entry.js.map → p-7552c8a1.entry.js.map} +0 -0
- /package/dist/core/{p-0648dd8e.entry.js.map → p-a86785dd.entry.js.map} +0 -0
- /package/dist/core/{p-703f3de1.entry.js.map → p-a8dc3162.entry.js.map} +0 -0
- /package/dist/core/{p-f7105cf9.entry.js.map → p-ad6632a9.entry.js.map} +0 -0
- /package/dist/core/{p-177d3c2f.entry.js.map → p-ae861bb8.entry.js.map} +0 -0
- /package/dist/core/{p-4631ac1b.entry.js.map → p-af02add9.entry.js.map} +0 -0
- /package/dist/core/{p-9674b63f.entry.js.map → p-b00efb15.entry.js.map} +0 -0
- /package/dist/core/{p-3238389a.entry.js.map → p-bb3a5130.entry.js.map} +0 -0
- /package/dist/core/{p-a8310dfd.entry.js.map → p-bfd03fb4.entry.js.map} +0 -0
- /package/dist/core/{p-67c3985d.entry.js.map → p-d8200098.entry.js.map} +0 -0
- /package/dist/core/{p-6ed48c46.entry.js.map → p-dfc2a0b1.entry.js.map} +0 -0
- /package/dist/core/{p-12c30491.entry.js.map → p-f4e2e41f.entry.js.map} +0 -0
- /package/dist/core/{p-9ca147f3.entry.js.map → p-fb43abd6.entry.js.map} +0 -0
package/hydrate/index.js
CHANGED
|
@@ -6108,7 +6108,7 @@ var dismissIcon = `<svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org
|
|
|
6108
6108
|
</svg>
|
|
6109
6109
|
`;
|
|
6110
6110
|
|
|
6111
|
-
const icChipCss = "/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%;}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=\"button\"],[type=\"reset\"],[type=\"submit\"]{-webkit-appearance:button}button::-moz-focus-inner,[type=\"button\"]::-moz-focus-inner,[type=\"reset\"]::-moz-focus-inner,[type=\"submit\"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=\"button\"]:-moz-focusring,[type=\"reset\"]:-moz-focusring,[type=\"submit\"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=\"checkbox\"],[type=\"radio\"]{box-sizing:border-box;padding:0;}[type=\"number\"]::-webkit-inner-spin-button,[type=\"number\"]::-webkit-outer-spin-button{height:auto}[type=\"search\"]{-webkit-appearance:textfield;outline-offset:-2px;}[type=\"search\"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font-style:inherit;vertical-align:baseline}:host{display:inline-block;max-width:100%;vertical-align:middle}:host(.ic-chip-dismissed){display:none}.chip{--chip-bg-color:transparent;--chip-hover-bg:var(--ic-chip-action-hover);--chip-pressed-bg:var(--ic-chip-action-pressed);display:flex;padding:calc(var(--ic-space-xxs) - var(--ic-space-1px)) var(--ic-space-xxs);font-size:0.875rem;border-radius:var(--ic-space-md);text-align:left;text-decoration:none;position:relative;background-color:var(--chip-bg-color);border:var(--ic-border-width) solid transparent;justify-content:space-between}@media (prefers-reduced-motion: no-preference){.chip{transition:var(--ic-easing-transition-fast)}}.chip.small{padding:var(--ic-space-1px) var(--ic-space-xxxs);border-radius:calc(var(--ic-space-md) - var(--ic-space-xxxs))}.chip.large{padding:calc(var(--ic-space-xs) - var(--ic-space-1px)) var(--ic-space-xs);border-radius:calc(var(--ic-space-md) + var(--ic-space-xxs))}.label{padding:0 var(--ic-space-xs)}.chip:focus-within{box-shadow:var(--ic-border-focus);outline:var(--ic-hc-focus-outline);z-index:1}ic-tooltip:focus-within{z-index:1}.filled{--chip-bg-color:var(\n --chip-custom-color,\n var(--ic-chip-background-filled-default)\n );--ic-typography-color:var(\n --chip-custom-foreground-color,\n var(--ic-chip-label)\n );color:var(--chip-custom-foreground-color, var(--ic-chip-label))}.filled.disabled{--chip-bg-color:var(--ic-chip-background-filled-inactive)}:host(.ic-chip-dark-text){--chip-custom-foreground-color:var(--ic-architectural-black)}:host(.ic-chip-light-text){--chip-custom-foreground-color:var(--ic-architectural-white)}:host(.ic-chip-dark-text) .chip.filled.hovered:not(:focus-within){--chip-hover-bg:var(--ic-action-dark-bg-hover)}:host(.ic-chip-dark-text) .chip.filled:focus-within{--chip-pressed-bg:var(--ic-action-dark-bg-pressed)}:host(.ic-chip-light-text) .chip.filled.hovered:not(:focus-within){--chip-hover-bg:var(--ic-action-light-bg-hover)}:host(.ic-chip-light-text) .chip.filled:focus-within{--chip-pressed-bg:var(--ic-action-light-bg-pressed)}.outlined{color:var(--ic-chip-outline-label);border-color:var(--chip-custom-color, var(--ic-chip-outline));padding:calc(var(--ic-space-xxs));--ic-typography-color:var(--ic-chip-outline-label)}.outlined.disabled{border:var(--ic-border-disabled);border-color:var(--ic-chip-outline-inactive)}.chip.disabled ic-typography{--ic-typography-color:var(--ic-chip-label-inactive)}.dismiss-icon{border:none;border-radius:50%;padding:0;color:currentcolor;background:none;cursor:pointer;margin:var(--ic-space-xxxs);height:calc(var(--ic-space-lg) - var(--ic-space-xxs));width:calc(var(--ic-space-lg) - var(--ic-space-xxs))}.dismiss-icon:focus{outline:var(--ic-hc-focus-outline)}.dismiss-icon[disabled]{pointer-events:none;color:var(--ic-chip-icon-inactive)}.icon{padding:var(--ic-space-xxxs);box-sizing:border-box}.icon,ic-tooltip{width:var(--ic-space-lg);height:var(--ic-space-lg)}.chip.disabled path,.chip.disabled ::slotted(svg){fill:var(--ic-chip-icon-inactive)}.outlined.non-transparent{background-color:var(--ic-chip-outline-background)}:host .chip.hovered:not(:focus-within){background-image:linear-gradient(var(--chip-hover-bg) 0 0)}:host .chip:focus-within{background-image:linear-gradient(var(--chip-pressed-bg) 0 0)}.sr-only{position:absolute;left:-9999px}.sr-only:dir(rtl){right:-9999px}@media (forced-colors: active){.chip{border:var(--ic-border-hc)}.chip.disabled{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-color:GrayText}.chip.disabled ic-typography{--ic-typography-color:GrayText}.chip.disabled path,.chip.disabled ::slotted(svg){fill:GrayText}.chip:focus-within{outline:none;border-color:Highlight}}";
|
|
6111
|
+
const icChipCss = "/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%;}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=\"button\"],[type=\"reset\"],[type=\"submit\"]{-webkit-appearance:button}button::-moz-focus-inner,[type=\"button\"]::-moz-focus-inner,[type=\"reset\"]::-moz-focus-inner,[type=\"submit\"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=\"button\"]:-moz-focusring,[type=\"reset\"]:-moz-focusring,[type=\"submit\"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=\"checkbox\"],[type=\"radio\"]{box-sizing:border-box;padding:0;}[type=\"number\"]::-webkit-inner-spin-button,[type=\"number\"]::-webkit-outer-spin-button{height:auto}[type=\"search\"]{-webkit-appearance:textfield;outline-offset:-2px;}[type=\"search\"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font-style:inherit;vertical-align:baseline}:host{display:inline-block;max-width:100%;vertical-align:middle}:host(.ic-chip-dismissed){display:none}.chip{--chip-bg-color:transparent;--chip-hover-bg:var(--ic-chip-action-hover);--chip-pressed-bg:var(--ic-chip-action-pressed);display:flex;padding:calc(var(--ic-space-xxs) - var(--ic-space-1px)) var(--ic-space-xxs);font-size:0.875rem;border-radius:var(--ic-space-md);text-align:left;text-decoration:none;position:relative;background-color:var(--chip-bg-color);border:var(--ic-border-width) solid transparent;justify-content:space-between;width:-moz-fit-content;width:fit-content;box-sizing:border-box;max-width:100%}.chip.full-width{width:100%}:host(.ic-chip-full-width){width:100%}@media (prefers-reduced-motion: no-preference){.chip{transition:var(--ic-easing-transition-fast)}}.chip.small{padding:var(--ic-space-1px) var(--ic-space-xxxs);border-radius:calc(var(--ic-space-md) - var(--ic-space-xxxs))}.chip.large{padding:calc(var(--ic-space-xs) - var(--ic-space-1px)) var(--ic-space-xs);border-radius:calc(var(--ic-space-md) + var(--ic-space-xxs))}.label{padding:0 var(--ic-space-xs)}.chip:focus-within{box-shadow:var(--ic-border-focus);outline:var(--ic-hc-focus-outline);z-index:1}ic-tooltip:focus-within{z-index:1}.filled{--chip-bg-color:var(\n --chip-custom-color,\n var(--ic-chip-background-filled-default)\n );--ic-typography-color:var(\n --chip-custom-foreground-color,\n var(--ic-chip-label)\n );color:var(--chip-custom-foreground-color, var(--ic-chip-label))}.filled.disabled{--chip-bg-color:var(--ic-chip-background-filled-inactive)}:host(.ic-chip-dark-text){--chip-custom-foreground-color:var(--ic-architectural-black)}:host(.ic-chip-light-text){--chip-custom-foreground-color:var(--ic-architectural-white)}:host(.ic-chip-dark-text) .chip.filled.hovered:not(:focus-within){--chip-hover-bg:var(--ic-action-dark-bg-hover)}:host(.ic-chip-dark-text) .chip.filled:focus-within{--chip-pressed-bg:var(--ic-action-dark-bg-pressed)}:host(.ic-chip-light-text) .chip.filled.hovered:not(:focus-within){--chip-hover-bg:var(--ic-action-light-bg-hover)}:host(.ic-chip-light-text) .chip.filled:focus-within{--chip-pressed-bg:var(--ic-action-light-bg-pressed)}.outlined{color:var(--ic-chip-outline-label);border-color:var(--chip-custom-color, var(--ic-chip-outline));padding:calc(var(--ic-space-xxs));--ic-typography-color:var(--ic-chip-outline-label)}.outlined.disabled{border:var(--ic-border-disabled);border-color:var(--ic-chip-outline-inactive)}.chip.disabled ic-typography{--ic-typography-color:var(--ic-chip-label-inactive)}.dismiss-icon{border:none;border-radius:50%;padding:0;color:currentcolor;background:none;cursor:pointer;margin:var(--ic-space-xxxs);height:calc(var(--ic-space-lg) - var(--ic-space-xxs));width:calc(var(--ic-space-lg) - var(--ic-space-xxs))}.dismiss-icon:focus{outline:var(--ic-hc-focus-outline)}.dismiss-icon[disabled]{pointer-events:none;color:var(--ic-chip-icon-inactive)}.icon{padding:var(--ic-space-xxxs);box-sizing:border-box}.icon,ic-tooltip{width:var(--ic-space-lg);height:var(--ic-space-lg)}.chip.disabled path,.chip.disabled ::slotted(svg){fill:var(--ic-chip-icon-inactive)}.outlined.non-transparent{background-color:var(--ic-chip-outline-background)}:host .chip.hovered:not(:focus-within){background-image:linear-gradient(var(--chip-hover-bg) 0 0)}:host .chip:focus-within{background-image:linear-gradient(var(--chip-pressed-bg) 0 0)}.sr-only{position:absolute;left:-9999px}.sr-only:dir(rtl){right:-9999px}@media (forced-colors: active){.chip{border:var(--ic-border-hc)}.chip.disabled{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-color:GrayText}.chip.disabled ic-typography{--ic-typography-color:GrayText}.chip.disabled path,.chip.disabled ::slotted(svg){fill:GrayText}.chip:focus-within{outline:none;border-color:Highlight}}";
|
|
6112
6112
|
var IcChipStyle0 = icChipCss;
|
|
6113
6113
|
|
|
6114
6114
|
/**
|
|
@@ -6134,6 +6134,11 @@ class Chip {
|
|
|
6134
6134
|
* The text in the dismiss button tooltip and aria label. Makes the user aware of the action resulting from clicking the 'Dismiss chip' button.
|
|
6135
6135
|
*/
|
|
6136
6136
|
this.dismissLabel = "Dismiss";
|
|
6137
|
+
/**
|
|
6138
|
+
* Specify whether the chip fills the full width of the container.
|
|
6139
|
+
* If `true`, this overrides the --input-width CSS variable.
|
|
6140
|
+
*/
|
|
6141
|
+
this.fullWidth = false;
|
|
6137
6142
|
/**
|
|
6138
6143
|
* The size of the chip.
|
|
6139
6144
|
*/
|
|
@@ -6200,13 +6205,14 @@ class Chip {
|
|
|
6200
6205
|
(_a = this.buttonEl) === null || _a === void 0 ? void 0 : _a.focus();
|
|
6201
6206
|
}
|
|
6202
6207
|
render() {
|
|
6203
|
-
const { label, variant, size, dismissible, visible, disabled, hovered, theme, foregroundColor, dismissLabel, transparentBackground, } = this;
|
|
6208
|
+
const { label, variant, size, dismissible, visible, disabled, hovered, theme, foregroundColor, dismissLabel, transparentBackground, fullWidth, } = this;
|
|
6204
6209
|
const ariaLabel = `${label} chip`;
|
|
6205
|
-
return (hAsync(Host, { key: '
|
|
6210
|
+
return (hAsync(Host, { key: '5eddf76a82ea1c0589a664c6553dadbf4dbda7c1', class: {
|
|
6206
6211
|
"ic-chip-dismissed": !visible,
|
|
6207
6212
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
6208
6213
|
[`ic-chip-${foregroundColor}-text`]: variant === "filled" && !!foregroundColor,
|
|
6209
|
-
|
|
6214
|
+
"ic-chip-full-width": fullWidth,
|
|
6215
|
+
} }, visible && (hAsync("div", { key: 'c58c911f4373c48d04fe4f4f4295210bf32f6260', class: {
|
|
6210
6216
|
chip: true,
|
|
6211
6217
|
[`${variant}`]: true,
|
|
6212
6218
|
[`${size}`]: true,
|
|
@@ -6214,7 +6220,8 @@ class Chip {
|
|
|
6214
6220
|
dismissible,
|
|
6215
6221
|
hovered,
|
|
6216
6222
|
"non-transparent": variant === "outlined" && !transparentBackground,
|
|
6217
|
-
|
|
6223
|
+
"full-width": fullWidth,
|
|
6224
|
+
} }, isSlotUsed(this.el, "icon") && (hAsync("div", { key: '7eeadeb6eee49ac890dc1c52e39cd0cea4df7c01', class: "icon" }, hAsync("slot", { key: 'ea4df10a163a8c878a7f700696b4ddcc423a213a', name: "icon" }))), hAsync("ic-typography", { key: '2bbdbd7e1c5360a15616c52649dd7388fcaa417f', variant: "label", "apply-vertical-margins": false, class: { label: true, "in-ag-grid": isElInAGGrid(this.el) } }, hAsync("span", { key: '3085a661aaa96d6b955cc95240a3f5322e5fdf8a' }, label)), dismissible && (hAsync("ic-tooltip", { key: 'e876238e430c974fa1c3513f7dea201d44a36c8e', label: dismissLabel, target: "dismiss-icon", class: { "tooltip-disabled": disabled } }, hAsync("button", { key: '125f60aca78da345de3b1e03751af2b8b3e196d2', id: "dismiss-icon", class: "dismiss-icon", ref: (el) => (this.buttonEl = el), "aria-label": `${dismissLabel} ${ariaLabel}`, disabled: disabled, tabindex: disabled ? -1 : 0, onClick: this.dismissAction, onMouseEnter: this.mouseEnterHandler, onMouseLeave: this.mouseLeaveHandler, innerHTML: dismissIcon }))), isSlotUsed(this.el, "badge") && hAsync("slot", { key: '688e1ad7f6b8bfab9cfa4649d7f515c2d5ae37c1', name: "badge" }))), dismissible && (hAsync("div", { key: '45cb6d6e91a9e0d0c0715044ad40fa6da5cf100b', class: "sr-only", "aria-live": "polite" }, !visible ? `Dismissed ${ariaLabel}` : ""))));
|
|
6218
6225
|
}
|
|
6219
6226
|
static get delegatesFocus() { return true; }
|
|
6220
6227
|
get el() { return getElement(this); }
|
|
@@ -6231,6 +6238,7 @@ class Chip {
|
|
|
6231
6238
|
"disabled": [4],
|
|
6232
6239
|
"dismissible": [4],
|
|
6233
6240
|
"dismissLabel": [1, "dismiss-label"],
|
|
6241
|
+
"fullWidth": [4, "full-width"],
|
|
6234
6242
|
"label": [1],
|
|
6235
6243
|
"size": [1],
|
|
6236
6244
|
"theme": [1],
|
|
@@ -6319,7 +6327,7 @@ class ClassificationBanner {
|
|
|
6319
6327
|
}; }
|
|
6320
6328
|
}
|
|
6321
6329
|
|
|
6322
|
-
const icDataListCss = "/*! 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}.heading{--ic-typography-color:var(--ic-data-list-text-heading);color:var(--ic-data-list-text-heading)}.rows{display:flex;flex-direction:column;gap:var(--ic-space-md)}:host(.ic-data-list-small) .rows{gap:var(--ic-space-xs)}.divider{margin-top:var(--ic-space-lg);margin-bottom:var(--ic-space-md);height:var(--ic-border-width);background-color:var(--ic-data-list-keyline-heading)}:host(.ic-data-list-small) .divider{margin-top:var(--ic-space-sm);margin-bottom:var(--ic-space-xs)}@media (forced-colors: active){.divider{background-color:canvastext}}";
|
|
6330
|
+
const icDataListCss = "/*! 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}.heading{--ic-typography-color:var(--ic-data-list-text-heading);color:var(--ic-data-list-text-heading)}.rows{display:flex;flex-direction:column;gap:var(--ic-space-md)}:host(.ic-data-list-small) .rows{gap:var(--ic-space-xs)}.divider{margin-top:var(--ic-space-lg);margin-bottom:var(--ic-space-md);height:var(--ic-border-width);background-color:var(--ic-data-list-keyline-heading)}.divider-no-heading{margin-top:0}:host(.ic-data-list-small) .divider{margin-top:var(--ic-space-sm);margin-bottom:var(--ic-space-xs)}@media (forced-colors: active){.divider{background-color:canvastext}}";
|
|
6323
6331
|
var IcDataListStyle0 = icDataListCss;
|
|
6324
6332
|
|
|
6325
6333
|
/**
|
|
@@ -6342,10 +6350,11 @@ class DataList {
|
|
|
6342
6350
|
if (size === "small") {
|
|
6343
6351
|
Array.from(el.children).forEach((child) => child.setAttribute("size", "small"));
|
|
6344
6352
|
}
|
|
6345
|
-
|
|
6353
|
+
const hasHeading = heading || el.querySelector('[slot="heading"]');
|
|
6354
|
+
return (hAsync(Host, { key: '17c612682af529e83aa9e68f352e0def68e3ed1f', class: {
|
|
6346
6355
|
"ic-data-list-small": size === "small",
|
|
6347
6356
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
6348
|
-
} }, hAsync("div", { key: '
|
|
6357
|
+
} }, hAsync("div", { key: '35e939693c3be1a65b3773dc4cc777f934b0fbda', class: "heading", id: "data-list-heading" }, hAsync("slot", { key: '6adee6dde0c29913a75228719df88583586dfb6e', name: "heading" }, hAsync("ic-typography", { key: 'fc50ff9029cf0b6d4a327353dc930e6bd9d938da', variant: "h3" }, heading))), hAsync("div", { key: 'f04cf846e38231a4008687d55cdadd825222bbf9', class: { divider: true, "divider-no-heading": !hasHeading } }), hAsync("ul", { key: 'e23f726e29c9436d889e97494d1999208589f857', "aria-labelledby": "data-list-heading", class: "rows" }, hAsync("slot", { key: 'a5c323131aba38658d7b7406d5ee2bf9e3c415d7' }))));
|
|
6349
6358
|
}
|
|
6350
6359
|
get el() { return getElement(this); }
|
|
6351
6360
|
static get style() { return IcDataListStyle0; }
|
|
@@ -6435,12 +6444,12 @@ class DataRow {
|
|
|
6435
6444
|
}
|
|
6436
6445
|
render() {
|
|
6437
6446
|
const { el, listSize, hasEndComponent, label, renderCellContent, size, theme, value, } = this;
|
|
6438
|
-
return (hAsync(Host, { key: '
|
|
6447
|
+
return (hAsync(Host, { key: '3cfe27bfa3e8e0a563450e3842c31e50a78fcb28', class: {
|
|
6439
6448
|
["ic-data-row-small"]: size === "small",
|
|
6440
6449
|
["breakpoint-medium"]: listSize === "m",
|
|
6441
6450
|
["breakpoint-xs"]: listSize === "xs",
|
|
6442
6451
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
6443
|
-
}, role: "listitem" }, hAsync("div", { key: '
|
|
6452
|
+
}, role: "listitem" }, hAsync("div", { key: '348b7ebe1cec0baab24213e9cc468a7e2274ae31', class: "data" }, hAsync("div", { key: 'a2d9d409a312f20b259a40a85ce37b8928e8da06', class: "text-cells" }, (isSlotUsed(el, "label") || label) && renderCellContent("label"), (isSlotUsed(el, "value") || value) && renderCellContent("value")), hasEndComponent && (hAsync("div", { key: 'c7f9583403acf4041eebe4b26ff417b453fe07db', class: "end-component" }, hAsync("slot", { key: '837641d249f27635ece7e1eb6505d3e4dbf5492b', name: "end-component" })))), hAsync("div", { key: '9f39724a36e05428a979a589bbed4a09fa2043e0', class: "divider" })));
|
|
6444
6453
|
}
|
|
6445
6454
|
get el() { return getElement(this); }
|
|
6446
6455
|
static get style() { return IcDataRowStyle0; }
|
|
@@ -6829,7 +6838,7 @@ class Dialog {
|
|
|
6829
6838
|
}
|
|
6830
6839
|
render() {
|
|
6831
6840
|
const { dialogRendered, disableHeightConstraint, fadeIn, theme, size } = this;
|
|
6832
|
-
return (hAsync(Host, { key: '
|
|
6841
|
+
return (hAsync(Host, { key: 'fca8d5ed62295efef6630d45e8174331c4d99e48', class: {
|
|
6833
6842
|
"ic-dialog-hidden": !dialogRendered,
|
|
6834
6843
|
"ic-dialog-fade-in": fadeIn,
|
|
6835
6844
|
"disable-height-constraint": !!disableHeightConstraint,
|
|
@@ -7031,11 +7040,11 @@ class EmptyState {
|
|
|
7031
7040
|
}
|
|
7032
7041
|
render() {
|
|
7033
7042
|
const { aligned, body, maxLines, heading, imageSize, subheading, theme } = this;
|
|
7034
|
-
return (hAsync(Host, { key: '
|
|
7043
|
+
return (hAsync(Host, { key: 'a0dcd0b2fe385b4c2f1f4ffc346ac54b3e19565c', class: {
|
|
7035
7044
|
[`ic-empty-state-${aligned}`]: true,
|
|
7036
7045
|
[`image-${imageSize}`]: isSlotUsed(this.el, "image"),
|
|
7037
7046
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
7038
|
-
} }, isSlotUsed(this.el, "image") && hAsync("slot", { key: '
|
|
7047
|
+
} }, isSlotUsed(this.el, "image") && hAsync("slot", { key: 'e652b784ccd7b2af7ed0f9755547a9ddbbb4c5e7', name: "image" }), hAsync("div", { key: '1dfc5567a55de1301caec6d779ad60f851826a41' }, hAsync("slot", { key: '70b5a550c9650fcab692acbc53d035e114eaf09e', name: "heading" }, hAsync("ic-typography", { key: '043fc0ae7d4364442d75bb78bdbe3004fa1274f4', variant: "h4", class: "empty-state-heading" }, heading)), hAsync("slot", { key: '84dbde519a4b6cb0cd7ab03e8dbcb85931796a24', name: "subheading" }, hAsync("ic-typography", { key: 'a2d94ae6cba46c73212f2c688858ee56ceaa5a90', variant: "subtitle-small", class: "empty-state-subheading" }, subheading)), hAsync("slot", { key: 'aa1fc8130e5d4fb6a472f908a30fd319463b443f', name: "body" }, hAsync("ic-typography", { key: 'f73a7eb783dd049cb4de2510b977500d0fa47d52', maxLines: maxLines, class: "empty-state-body" }, body))), isSlotUsed(this.el, "actions") && (hAsync("div", { key: '3cb1e55fb552cf4177498d87e874d16a3f16d429', class: "action-area" }, hAsync("slot", { key: 'e25cb0c875f095825a512cea93c5ffe700072e71', name: "actions" })))));
|
|
7039
7048
|
}
|
|
7040
7049
|
get el() { return getElement(this); }
|
|
7041
7050
|
static get style() { return IcEmptyStateStyle0; }
|
|
@@ -7233,12 +7242,12 @@ class FooterLink {
|
|
|
7233
7242
|
const { footerConfig, href, hreflang, referrerpolicy, rel, target, download, } = this;
|
|
7234
7243
|
const { small, grouped } = footerConfig;
|
|
7235
7244
|
const isLogoLink = !!this.el.closest("div[slot='logo']");
|
|
7236
|
-
return (hAsync(Host, { key: '
|
|
7245
|
+
return (hAsync(Host, { key: '445c93b158bc2ac7958a7b9712ab29462acdce9e', class: {
|
|
7237
7246
|
"footer-link": true,
|
|
7238
7247
|
[`footer-link-${grouped ? "grouped" : "ungrouped"}-${small ? "small" : "sparse"}`]: true,
|
|
7239
7248
|
[`footer-link-${this.foregroundColor}`]: true,
|
|
7240
7249
|
"footer-logo-link": isLogoLink,
|
|
7241
|
-
}, role: "listitem" }, hAsync("ic-link", { key: '
|
|
7250
|
+
}, role: "listitem" }, hAsync("ic-link", { key: 'f6ae4e7d52fdebdd574efd3ff21c6d5e0dbc827b', class: "footer-link", href: href, hreflang: hreflang, referrerpolicy: referrerpolicy, rel: rel, download: download !== false ? download : undefined, target: target }, hAsync("slot", { key: '8d8cf6f52b51cd26b6faa02fb91889d674286b38' }))));
|
|
7242
7251
|
}
|
|
7243
7252
|
static get delegatesFocus() { return true; }
|
|
7244
7253
|
get el() { return getElement(this); }
|
|
@@ -7417,7 +7426,7 @@ class Hero {
|
|
|
7417
7426
|
"background-position": scrollFactor,
|
|
7418
7427
|
};
|
|
7419
7428
|
}
|
|
7420
|
-
return (hAsync(Host, { key: '
|
|
7429
|
+
return (hAsync(Host, { key: '0ae644324ec79f6f3b227626452353339c05272c', class: {
|
|
7421
7430
|
[`ic-hero-${IcBrandForegroundEnum.Dark}`]: foregroundColor === IcBrandForegroundEnum.Dark,
|
|
7422
7431
|
["has-background-image"]: backgroundImage !== undefined,
|
|
7423
7432
|
["has-right-content"]: this.rightContent,
|
|
@@ -7425,12 +7434,12 @@ class Hero {
|
|
|
7425
7434
|
["secondary-heading"]: !!secondaryHeading,
|
|
7426
7435
|
[`ic-hero-content-aligned-${contentAligned}`]: contentAligned !== undefined,
|
|
7427
7436
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
7428
|
-
}, style: style }, hAsync("ic-section-container", { key: '
|
|
7437
|
+
}, style: style }, hAsync("ic-section-container", { key: '5643bc58c2c704cd503a0933bdb795e181af98d9', aligned: aligned, fullHeight: true, class: "section-container" }, hAsync("div", { key: '1b81861076201ba5b3f643b6288b5bb10841fae4', class: {
|
|
7429
7438
|
["left-container"]: true,
|
|
7430
7439
|
["left-container-full-width"]: this.leftContentFullWidth,
|
|
7431
|
-
} }, hAsync("div", { key: '
|
|
7440
|
+
} }, hAsync("div", { key: '5a53dc54324f6f15170797ab81616ba2f83eee9b', class: "heading" }, hAsync("slot", { key: 'b535d7a5cf4e0551c7dcfe160fe5e8e735cbfec4', name: "heading" }, hAsync("ic-typography", { key: 'c8abd3f44bc9c5957a4103dd84ac388ccc09fdc8', variant: size === "small" ? "h2" : "h1", class: {
|
|
7432
7441
|
["heading-bottom-spacing"]: size !== "small",
|
|
7433
|
-
} }, hAsync("h2", { key: '
|
|
7442
|
+
} }, hAsync("h2", { key: '6e723202fd477bf488c5b6760bdbf6c4ec7e560d' }, heading)))), hAsync("div", { key: '091d301ed753366740c5d703f40f132f2aee25cf', class: "subheading" }, hAsync("slot", { key: 'ce39e48683e9ce91098b20f9f0e48b7f384cda68', name: "subheading" }, hAsync("ic-typography", { key: 'daeef6b852b0301c4938c803bf1176d739bff0c1', variant: "body" }, subheading))), hAsync("div", { key: '492dacd32aca9642eb52399d02e665fc86243486', class: "interaction-container" }, hAsync("slot", { key: 'e3f6ce704c0bdfac397753ec3d786f2768be4cc9', name: "interaction" }))), (isPropDefined(secondaryHeading) || this.rightContent) && (hAsync("div", { key: '446b6a7afe3ff99602127308142019e167943649', class: "right-container" }, hAsync("slot", { key: '6309a6e8edb1be8c0aae243dd893a732e305d6ca', name: "secondary" }, secondaryHeading && (hAsync("div", { key: 'd4ab8e694dd03bcedb5d3bd71f3c1f1bf63e5b8c', class: "secondary-container" }, hAsync("div", { key: '388608d5a191bafc5c11945c1e24a0a790fa8be8', class: "secondary-heading" }, hAsync("ic-typography", { key: 'bd607ed8f7581dfd58e1ac76c25ba7aca6b730ce', variant: "h4" }, hAsync("h3", { key: '20d2ae02e785decd0cfb86b24b262e19e57c8623' }, secondaryHeading))), hAsync("div", { key: 'cd22db2c0acb66dd4585f95b29ced4988e880276', class: "secondary-subheading" }, hAsync("ic-typography", { key: '43348f58372ffc4fa71f08519f881153bc6d4411', variant: "subtitle-small" }, secondarySubheading))))))))));
|
|
7434
7443
|
}
|
|
7435
7444
|
get el() { return getElement(this); }
|
|
7436
7445
|
static get style() { return IcHeroStyle0; }
|
|
@@ -7622,22 +7631,22 @@ class HorizontalScroll {
|
|
|
7622
7631
|
}
|
|
7623
7632
|
render() {
|
|
7624
7633
|
const { firstItemVisible, lastItemVisible, itemOverflow } = this;
|
|
7625
|
-
return (hAsync(Host, { key: '
|
|
7634
|
+
return (hAsync(Host, { key: '5f340f9d11d2ca42a17eacea2b9ce38b35614151', class: {
|
|
7626
7635
|
["ic-horizontal-scroll-visible"]: itemOverflow,
|
|
7627
7636
|
["ic-horizontal-scroll-dark"]: this.appearance === IcBrandForegroundEnum.Dark,
|
|
7628
7637
|
["ic-horizontal-scroll-light"]: this.appearance === IcBrandForegroundEnum.Light,
|
|
7629
7638
|
[`ic-theme-${this.theme}`]: this.theme !== "inherit",
|
|
7630
|
-
} }, hAsync("div", { key: '
|
|
7639
|
+
} }, hAsync("div", { key: '555d223168b83a595030b18c4d21874c1cf679bd', "aria-hidden": "true", class: {
|
|
7631
7640
|
["scroll-container-left"]: true,
|
|
7632
7641
|
["hidden"]: !itemOverflow,
|
|
7633
7642
|
["disabled"]: firstItemVisible,
|
|
7634
|
-
}, role: "tab" }, hAsync("ic-button", { key: '
|
|
7643
|
+
}, role: "tab" }, hAsync("ic-button", { key: '9196738f3d7d2c48b9173af7b152828a00c56edd', class: "scroll-arrow", variant: "icon-tertiary", "aria-label": "Scroll left", theme: this.theme === "light" || this.theme === "inherit"
|
|
7635
7644
|
? "dark"
|
|
7636
|
-
: "light", monochrome: this.monochrome, innerHTML: LeftArrow, disabled: firstItemVisible, tabindex: "-1", onClick: this.scrollLeft, onMouseDown: this.leftArrowMouseDownHandler }), hAsync("span", { key: '
|
|
7645
|
+
: "light", monochrome: this.monochrome, innerHTML: LeftArrow, disabled: firstItemVisible, tabindex: "-1", onClick: this.scrollLeft, onMouseDown: this.leftArrowMouseDownHandler }), hAsync("span", { key: '89c1dc4017ec5a5ccd691c16c47957d35067d0b5', class: "scroll-splitter-left" })), hAsync("slot", { key: 'bc45bafea5bad600701b74f097aae39c2e6b1e4d' }), hAsync("div", { key: 'b961e7d153dccb0187f0aa8c02f73494f4233649', "aria-hidden": "true", class: {
|
|
7637
7646
|
["scroll-container-right"]: true,
|
|
7638
7647
|
["hidden"]: !itemOverflow,
|
|
7639
7648
|
["disabled"]: lastItemVisible,
|
|
7640
|
-
}, role: "tab" }, hAsync("span", { key: '
|
|
7649
|
+
}, role: "tab" }, hAsync("span", { key: 'd0960807543d4513129f192ce975c7a0139a91a0', class: "scroll-splitter-right" }), hAsync("ic-button", { key: '4844fbcec6360b939a67c3878e36f4b812685c22', class: "scroll-arrow", variant: "icon-tertiary", "aria-label": "Scroll right", theme: this.theme === "light" || this.theme === "inherit"
|
|
7641
7650
|
? "dark"
|
|
7642
7651
|
: "light", monochrome: this.monochrome, innerHTML: RightArrow, disabled: lastItemVisible, tabindex: "-1", onClick: this.scrollRight, onMouseDown: this.rightArrowMouseDownHandler }))));
|
|
7643
7652
|
}
|
|
@@ -7712,15 +7721,15 @@ class InputComponentContainer {
|
|
|
7712
7721
|
}
|
|
7713
7722
|
render() {
|
|
7714
7723
|
const { size, validationStatus, disabled, readonly, multiLine, fullWidth, validationInline, } = this;
|
|
7715
|
-
return (hAsync(Host, { key: '
|
|
7724
|
+
return (hAsync(Host, { key: '20c111945d3fea6c2ec9ddcb70a0e5c74489fcd0', class: {
|
|
7716
7725
|
[`ic-input-component-container-${size}`]: true,
|
|
7717
7726
|
[`ic-input-component-container-${validationStatus}`]: validationStatus !== "" && !disabled && !readonly,
|
|
7718
7727
|
"ic-input-component-container-disabled": !!disabled,
|
|
7719
7728
|
"ic-input-component-container-readonly": !!readonly,
|
|
7720
7729
|
"ic-input-component-container-multiline": !!multiLine,
|
|
7721
7730
|
"ic-input-component-container-full-width": !!fullWidth,
|
|
7722
|
-
}, "aria-disabled": disabled ? "true" : null }, hAsync("div", { key: '
|
|
7723
|
-
validationStatus === IcInformationStatus.Success && (hAsync("span", { key: '
|
|
7731
|
+
}, "aria-disabled": disabled ? "true" : null }, hAsync("div", { key: '10974ddaa6b7e895645b50a73501ef8004036e8d', class: "focus-indicator" }, slotHasContent(this.el, "left-icon") && (hAsync("div", { key: '29b14de6450c67f924e6820cc4ef74f20abad132', class: "icon-container" }, hAsync("slot", { key: '9c35122ee4308cd2782cf405a80b4b986a4b3fe8', name: "left-icon" }))), hAsync("slot", { key: '71782b3c047c6bc14d63bb2218fc825ee644ed12' }), validationInline &&
|
|
7732
|
+
validationStatus === IcInformationStatus.Success && (hAsync("span", { key: 'e3ad09a64f224428e5a38127390751d86b5db914', class: "inline-success", innerHTML: successIcon })))));
|
|
7724
7733
|
}
|
|
7725
7734
|
get el() { return getElement(this); }
|
|
7726
7735
|
static get watchers() { return {
|
|
@@ -7761,11 +7770,11 @@ class InputContainer {
|
|
|
7761
7770
|
this.readonly = false;
|
|
7762
7771
|
}
|
|
7763
7772
|
render() {
|
|
7764
|
-
return (hAsync(Host, { key: '
|
|
7773
|
+
return (hAsync(Host, { key: '25d076eaba3bd1c7e469a5a3c44b26990dfcb43c' }, hAsync("div", { key: '77559c5ab0557c9d42eb30d4a6487962dc8d2462', class: {
|
|
7765
7774
|
["component-container"]: true,
|
|
7766
7775
|
["disabled"]: !!this.disabled,
|
|
7767
7776
|
["readonly"]: !!this.readonly,
|
|
7768
|
-
} }, hAsync("slot", { key: '
|
|
7777
|
+
} }, hAsync("slot", { key: '0b579f90ba6c9b7b5c515632b9e3f78a3a47c9a2' }))));
|
|
7769
7778
|
}
|
|
7770
7779
|
static get style() { return IcInputContainerStyle0; }
|
|
7771
7780
|
static get cmpMeta() { return {
|
|
@@ -7848,11 +7857,11 @@ class InputLabel {
|
|
|
7848
7857
|
"helpertext-readonly": readonly,
|
|
7849
7858
|
};
|
|
7850
7859
|
const helperTextSlot = this.el.querySelector("slot[name='helper-text']");
|
|
7851
|
-
return (hAsync(Host, { key: '
|
|
7860
|
+
return (hAsync(Host, { key: '632235f5528b1ee7cbdc981b1fd8f83f81317ac5', class: {
|
|
7852
7861
|
"ic-input-label-disabled": !!disabled,
|
|
7853
7862
|
"ic-input-label-readonly": readonly,
|
|
7854
7863
|
"with-helper": this.isHelperTextSlotUsed(helperTextSlot) || helperText !== "",
|
|
7855
|
-
} }, !hideLabel && (hAsync("ic-typography", { key: '
|
|
7864
|
+
} }, !hideLabel && (hAsync("ic-typography", { key: '4d5ffe88dcfd61697ac5c10bbfe72da69d6cd09e', variant: "label", class: {
|
|
7856
7865
|
"readonly-label": readonly,
|
|
7857
7866
|
"error-label": status === "error" && !(readonly || disabled),
|
|
7858
7867
|
} }, 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))))));
|
|
@@ -7890,6 +7899,7 @@ const ICON = {
|
|
|
7890
7899
|
const INVISIBLE_CHAR = "\u200B";
|
|
7891
7900
|
/**
|
|
7892
7901
|
* @slot validation-message-adornment - Content will be placed to the right of the validation message.
|
|
7902
|
+
* @slot validation-message - Content will be placed as the validation message.
|
|
7893
7903
|
*/
|
|
7894
7904
|
class InputValidation {
|
|
7895
7905
|
constructor(hostRef) {
|
|
@@ -7921,14 +7931,14 @@ class InputValidation {
|
|
|
7921
7931
|
render() {
|
|
7922
7932
|
const { ariaLiveMode, fullWidth, status, message } = this;
|
|
7923
7933
|
const displayIcon = status !== "" ? ICON[status] : "";
|
|
7924
|
-
return (hAsync(Host, { key: '
|
|
7934
|
+
return (hAsync(Host, { key: '96d572f2475891bb27613f8bdfc137fc5a5eeceb', class: {
|
|
7925
7935
|
[`ic-input-validation-${status}`]: status !== "",
|
|
7926
7936
|
"ic-input-validation-full-width": !!fullWidth,
|
|
7927
7937
|
"ic-input-validation-with-status": status !== "",
|
|
7928
|
-
} }, displayIcon !== "" && (hAsync("span", { key: '
|
|
7938
|
+
} }, displayIcon !== "" && (hAsync("span", { key: '8b8a9716ab6350d4959ba09254830e17d275258d', class: {
|
|
7929
7939
|
"status-icon": true,
|
|
7930
7940
|
[`icon-${status}`]: true,
|
|
7931
|
-
}, innerHTML: displayIcon })), hAsync("ic-typography", { key: '
|
|
7941
|
+
}, innerHTML: displayIcon })), hAsync("ic-typography", { key: '587682a13e0ef65b1fc31e7018827077728e1b5d', variant: "caption", class: "statustext" }, hAsync("span", { key: '6c398ad4c73d27b90a9df1485902dcb4d4ea1b49', id: this.for && getInputValidationTextID(this.for) }, isSlotUsed(this.el, "validation-message") ? (hAsync("slot", { name: "validation-message" })) : (message)), hAsync("span", { key: '542800ff7792e9bd075d2f682ca9e997ceb74fc2', ref: (el) => (this.messageEl = el), class: "sr-only", "aria-live": ariaLiveMode })), hAsync("slot", { key: 'edcd7ddf24ae842f40eada9fa221da19b9fb6c79', name: "validation-message-adornment" })));
|
|
7932
7942
|
}
|
|
7933
7943
|
get el() { return getElement(this); }
|
|
7934
7944
|
static get watchers() { return {
|
|
@@ -8080,10 +8090,10 @@ class LayoutGrid {
|
|
|
8080
8090
|
}
|
|
8081
8091
|
render() {
|
|
8082
8092
|
const { aligned, fullHeight } = this;
|
|
8083
|
-
return (hAsync(Host, { key: '
|
|
8093
|
+
return (hAsync(Host, { key: '47ece5b026e7e3c97ed38bfe3bab840c1f19ab7c', class: {
|
|
8084
8094
|
[`ic-layout-grid-aligned-${aligned}`]: true,
|
|
8085
8095
|
["ic-layout-grid-no-vertical-padding"]: !!fullHeight,
|
|
8086
|
-
} }, hAsync("slot", { key: '
|
|
8096
|
+
} }, hAsync("slot", { key: 'f60fbe3bcc6218cf7340513a1699c13b0db377a0' })));
|
|
8087
8097
|
}
|
|
8088
8098
|
get el() { return getElement(this); }
|
|
8089
8099
|
static get watchers() { return {
|
|
@@ -8163,9 +8173,9 @@ class LayoutGridItem {
|
|
|
8163
8173
|
}
|
|
8164
8174
|
render() {
|
|
8165
8175
|
const { hideInMobileMode } = this;
|
|
8166
|
-
return (hAsync(Host, { key: '
|
|
8176
|
+
return (hAsync(Host, { key: 'bf040e1b3ddbd7f275a026008bf6f011fa440b1d', class: {
|
|
8167
8177
|
"ic-layout-grid-hide-in-mobile": !!hideInMobileMode,
|
|
8168
|
-
} }, hAsync("slot", { key: '
|
|
8178
|
+
} }, hAsync("slot", { key: '0833ce81285ee10fdfb943fe7d54d0e7db210313' })));
|
|
8169
8179
|
}
|
|
8170
8180
|
get el() { return getElement(this); }
|
|
8171
8181
|
static get watchers() { return {
|
|
@@ -8278,7 +8288,7 @@ class Link {
|
|
|
8278
8288
|
}
|
|
8279
8289
|
render() {
|
|
8280
8290
|
const { download, href, hreflang, referrerpolicy, rel, target, monochrome, theme, } = this;
|
|
8281
|
-
return (hAsync(Host, { key: '
|
|
8291
|
+
return (hAsync(Host, { key: 'ca6343037bc5985cf5062b7797e71e0dd0184fb3', class: {
|
|
8282
8292
|
["ic-link"]: true,
|
|
8283
8293
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
8284
8294
|
["ic-link-monochrome"]: !!monochrome,
|
|
@@ -8504,24 +8514,24 @@ class LoadingIndicator {
|
|
|
8504
8514
|
}
|
|
8505
8515
|
render() {
|
|
8506
8516
|
const { circularDiameter, circularDimensions: { x, y, r, dashArray, dashOffset }, description, fullWidth, indicatorLabel, innerLabel, internalType, label, max, min, monochrome, progress, size, theme, } = this;
|
|
8507
|
-
return (hAsync(Host, { key: '
|
|
8517
|
+
return (hAsync(Host, { key: '1ffb79fd15c3e0593690a4804bb7fc71650b3c8b', class: {
|
|
8508
8518
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
8509
8519
|
"ic-loading-indicator-full-width": fullWidth,
|
|
8510
8520
|
"ic-loading-indicator-label": !!label,
|
|
8511
8521
|
"ic-loading-indicator-monochrome": monochrome,
|
|
8512
8522
|
[`ic-loading-indicator-size-${size}`]: true,
|
|
8513
|
-
} }, hAsync("div", { key: '
|
|
8523
|
+
} }, hAsync("div", { key: '2a8feaec441a5f127316a735ab5de75574a6f153', class: "ic-loading-container", part: "ic-loading-container" }, hAsync("div", { key: '1daa3ca4eff5bd9258a8ecd6a38bb65aa54f3b77', ref: (el) => (this.outerElement = el), class: {
|
|
8514
8524
|
[`ic-loading-${internalType}-outer`]: true,
|
|
8515
8525
|
[progress === undefined ? "indeterminate" : "determinate"]: true,
|
|
8516
|
-
}, 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: '
|
|
8526
|
+
}, 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: '904bdab934ef67e6d7a9e767022e663e3d0277e9', ref: (el) => (this.innerElement = el), class: {
|
|
8517
8527
|
[`ic-loading-${internalType}-inner`]: true,
|
|
8518
8528
|
"inner-label": !!innerLabel,
|
|
8519
|
-
} }, innerLabel && size === "small" && (hAsync("ic-typography", { key: '
|
|
8529
|
+
} }, innerLabel && size === "small" && (hAsync("ic-typography", { key: '15447231a4e4f64e1fba0de4cf85a6c6daadeb6e', variant: "subtitle-small", class: "inner-text" }, innerLabel)), internalType === "circular" && (hAsync("svg", { key: '1bf8ea4a7caf8abc6589bbc474151872d3e14360', class: "ic-loading-circular-svg", viewBox: `0 0 ${circularDiameter} ${circularDiameter}` }, hAsync("circle", { key: 'c75483f7699d92c66ff743c0d2afd99625d14c23', cx: x, cy: y, r: r }), hAsync("circle", { key: '9ace7b29af77992871d511417210923920f04549', style: {
|
|
8520
8530
|
"--circular-steps-max": progress ? `${max}` : undefined,
|
|
8521
8531
|
"--progress-value": progress !== undefined ? `${progress}` : undefined,
|
|
8522
8532
|
"--stroke-dasharray": dashArray,
|
|
8523
8533
|
"--stroke-dashoffset": dashOffset,
|
|
8524
|
-
}, cx: x, cy: y, r: r }))))), label && size !== "icon" && (hAsync("ic-typography", { key: '
|
|
8534
|
+
}, cx: x, cy: y, r: r }))))), label && size !== "icon" && (hAsync("ic-typography", { key: '7b3d223169a32fab46d3000d6d75ec09ad053518', id: "ic-loading-label", class: "ic-loading-label", role: "alert", variant: this.getLabelVariant() }, hAsync("p", { key: '447314a91e8979587dd40c4a6635512af86f7fe8' }, indicatorLabel))))));
|
|
8525
8535
|
}
|
|
8526
8536
|
get el() { return getElement(this); }
|
|
8527
8537
|
static get watchers() { return {
|
|
@@ -12659,7 +12669,7 @@ class Menu {
|
|
|
12659
12669
|
const { inputLabel, options, menuId, value, fullWidth, hasTimedOut, isLoading, size, open, inputEl, keyboardNav, parentEl, SEARCH_BAR_TAG, multiSelect, } = this;
|
|
12660
12670
|
const selectAllButtonText = `${(value === null || value === void 0 ? void 0 : value.length) === this.ungroupedOptions.length ? "Clear" : "Select"} all`;
|
|
12661
12671
|
const hasNoResults = this.host.classList.contains("no-results");
|
|
12662
|
-
return (hAsync(Host, { key: '
|
|
12672
|
+
return (hAsync(Host, { key: '1e4da9c2108dc9df947dcf92f558fcbc14c3f686', class: {
|
|
12663
12673
|
"ic-menu-full-width": !!fullWidth,
|
|
12664
12674
|
"ic-menu-no-focus": ((inputEl === null || inputEl === void 0 ? void 0 : inputEl.tagName) === "INPUT" &&
|
|
12665
12675
|
(parentEl === null || parentEl === void 0 ? void 0 : parentEl.tagName) !== SEARCH_BAR_TAG) ||
|
|
@@ -12668,7 +12678,7 @@ class Menu {
|
|
|
12668
12678
|
[`ic-menu-${size}`]: true,
|
|
12669
12679
|
"ic-menu-open": open && options.length !== 0,
|
|
12670
12680
|
"ic-menu-multiple": multiSelect,
|
|
12671
|
-
} }, options.length !== 0 && (hAsync("ul", { key: '
|
|
12681
|
+
} }, options.length !== 0 && (hAsync("ul", { key: '0861edb24bdb21aecd3b70ec4d7f11112d4ad3eb', id: menuId, class: "menu", role: "listbox", "aria-label": `${inputLabel} pop-up`, "aria-multiselectable": multiSelect ? "true" : "false", tabindex: open &&
|
|
12672
12682
|
!keyboardNav &&
|
|
12673
12683
|
((inputEl === null || inputEl === void 0 ? void 0 : inputEl.tagName) !== "INPUT" ||
|
|
12674
12684
|
(parentEl === null || parentEl === void 0 ? void 0 : parentEl.tagName) === SEARCH_BAR_TAG)
|
|
@@ -12696,7 +12706,7 @@ class Menu {
|
|
|
12696
12706
|
multiSelect &&
|
|
12697
12707
|
!isLoading &&
|
|
12698
12708
|
!hasTimedOut &&
|
|
12699
|
-
!hasNoResults && (hAsync("div", { key: '
|
|
12709
|
+
!hasNoResults && (hAsync("div", { key: 'aa5a9084985ac02f145acbc5d45ff726ae5d575e', class: "option-bar" }, hAsync("ic-typography", { key: 'c9854cfb8d9ddf6b54a4b66445020f1e437dece7' }, hAsync("p", { key: '47b9491c4332bc7d547df9a6edbd97290cdb9535' }, `${value ? value.length : 0}/${getOptionsWithoutGroupTitlesCount(this.options)} selected`)), hAsync("ic-button", { key: 'a07f28d90a7fd4efa5d3a0574f161a111a46c048', 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)))));
|
|
12700
12710
|
}
|
|
12701
12711
|
get host() { return getElement(this); }
|
|
12702
12712
|
static get watchers() { return {
|
|
@@ -12756,7 +12766,7 @@ class MenuGroup {
|
|
|
12756
12766
|
}
|
|
12757
12767
|
render() {
|
|
12758
12768
|
const parentMenu = this.el.closest("ic-popover-menu");
|
|
12759
|
-
return (hAsync(Host, { key: '
|
|
12769
|
+
return (hAsync(Host, { key: '979b8fb6d5820b0bedb7b5fd0695ae1d45f28ce7', role: "group", "aria-label": this.label !== null ? this.label : "" }, isPropDefined(this.label) && (hAsync("ic-typography", { key: '9ec6ec6fa6bb1eeeea72f74505bab6310e6d2e1f', variant: "subtitle-small" }, this.label)), hAsync("span", { key: '720be07138e658bbaa4ed5131c5ec0ebea15c110', class: "menu-items-wrapper" }, hAsync("slot", { key: 'd9740690e6caf5aaa3c54f96e6be45f38b6f1eea' })), this.el !== (parentMenu === null || parentMenu === void 0 ? void 0 : parentMenu.querySelector("ic-menu-group:last-child")) && (hAsync("hr", { key: '44bb82e43b7de2acf8f955d77666455de0ef67fa' }))));
|
|
12760
12770
|
}
|
|
12761
12771
|
get el() { return getElement(this); }
|
|
12762
12772
|
static get style() { return IcMenuGroupStyle0; }
|
|
@@ -13304,7 +13314,7 @@ class NavigationGroup {
|
|
|
13304
13314
|
const isTopNav = this.navigationType === "top";
|
|
13305
13315
|
const isTopNavDesktop = !inTopNavSideMenu && isTopNav;
|
|
13306
13316
|
const ariaExpanded = (isSideNav && expanded) || (isTopNav && dropdownOpen);
|
|
13307
|
-
return (hAsync(Host, { key: '
|
|
13317
|
+
return (hAsync(Host, { key: '15cdbd2b2ce19129b1ff6a845922036813e7ae99', class: {
|
|
13308
13318
|
"in-side-menu": inTopNavSideMenu,
|
|
13309
13319
|
"ic-navigation-group-expandable": expandable,
|
|
13310
13320
|
"ic-navigation-group-side-nav": isSideNav,
|
|
@@ -13729,16 +13739,16 @@ class NavigationMenu {
|
|
|
13729
13739
|
}
|
|
13730
13740
|
}
|
|
13731
13741
|
render() {
|
|
13732
|
-
return (hAsync(Host, { key: '
|
|
13742
|
+
return (hAsync(Host, { key: '5040ecf445a2131ca777cf9795f4fc25f9ee9d3f', class: { [`ic-theme-${this.theme}`]: this.theme !== "inherit" } }, hAsync("div", { key: '85b31d01281c8ea08c7fa09d37063fa6274ade9d', class: "popout-modal", onClick: this.closeMenu }), hAsync("div", { key: '336cf9892c7698a887a6a8fa6f287c40b441c2ab', class: "popout-menu", role: "dialog", "aria-modal": "true", "aria-label": `${this.hasNavigation ? "Navigation" : "App"} menu` }, hAsync("span", { key: 'd2367e40e87f65ef92225fb0240f049723de8eea', "aria-hidden": "true", id: "navigation-landmark-text", class: "navigation-landmark-text" }, "Main navigation"), hAsync("nav", { key: '665c9f21f3c81961edff4e959fa77a2c7479f475', "aria-labelledby": "navigation-landmark-text", "aria-hidden": this.hasNavigation ? "false" : "true" }, hAsync("div", { key: '3e9debb08e2efe3bc8b4a5266d1df14ee7ee3b8a', class: {
|
|
13733
13743
|
["menu-close-button-container"]: true,
|
|
13734
13744
|
["nav-group-first"]: this.navGroupFirst,
|
|
13735
|
-
} }, hAsync("ic-button", { key: '
|
|
13745
|
+
} }, hAsync("ic-button", { key: '8fa44a70222a765adbe21298f81d2a8d9507b5ec', 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: '9b5dc10d973f156783708c56f30e618db47a6de1', width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, hAsync("path", { key: '9fa87211d3c594f36b6a7b0bd1d5298f8d04d4f4', 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: 'f4ba3ba39a6c152d32fcfe4d67492effed09eae7', name: "navigation" })), this.hasButtons && (hAsync("div", { key: 'ac05566d1578abbf6377417130e3eb17b177e67d', class: {
|
|
13736
13746
|
["menu-buttons-container"]: true,
|
|
13737
13747
|
["menu-buttons-container-nav-item-above"]: this.navItemAboveButtons,
|
|
13738
|
-
} }, hAsync("slot", { key: '
|
|
13748
|
+
} }, hAsync("slot", { key: 'b41b238a5b9539d20fee6d1ef5d48e8318282e7b', name: "buttons" }))), (this.status !== "" || this.version !== "") && (hAsync("div", { key: 'f7e7f7ac77288dde96a92160e25cbe04e4762fc2', class: {
|
|
13739
13749
|
["menu-status-version-container"]: true,
|
|
13740
13750
|
["status-version-no-buttons"]: !this.hasButtons,
|
|
13741
|
-
} }, this.status !== "" && (hAsync("div", { key: '
|
|
13751
|
+
} }, this.status !== "" && (hAsync("div", { key: '7cff7f64f8040feb7605890db0131df0d854688a', class: "menu-status" }, hAsync("ic-typography", { key: 'cc5124ab4a9c02e5f412755012c60e42c9e8bc55', variant: "label-uppercase", "aria-label": "app tag", class: "menu-status-text" }, this.status))), this.version !== "" && (hAsync("div", { key: '3a72f8253064a565c543a504aef7bd6efe7cb2cb', class: "menu-version" }, hAsync("ic-typography", { key: 'e2060017d43524668f0da2e7b3385bb19ab3438e', variant: "label", class: "menu-version-text", "aria-label": "app version" }, this.version))))))));
|
|
13742
13752
|
}
|
|
13743
13753
|
get el() { return getElement(this); }
|
|
13744
13754
|
static get style() { return IcNavigationMenuStyle0; }
|
|
@@ -13871,19 +13881,19 @@ class PageHeader {
|
|
|
13871
13881
|
const navAriaLabel = `${isSlotUsed(this.el, "heading")
|
|
13872
13882
|
? (_b = (_a = this.el.querySelector('[slot="heading"]')) === null || _a === void 0 ? void 0 : _a.textContent) !== null && _b !== void 0 ? _b : ""
|
|
13873
13883
|
: heading !== null && heading !== void 0 ? heading : ""} page sections`;
|
|
13874
|
-
return (hAsync(Host, { key: '
|
|
13884
|
+
return (hAsync(Host, { key: '6839f2d164672f2aa33e05134c3426e5374d1f06', class: {
|
|
13875
13885
|
["ic-page-header-sticky"]: !!sticky,
|
|
13876
13886
|
["ic-page-header-sticky-desktop"]: !sticky && !!stickyDesktopOnly,
|
|
13877
13887
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
13878
|
-
}, "aria-label": this.el.ariaLabel || "page header" }, hAsync("header", { key: '
|
|
13888
|
+
}, "aria-label": this.el.ariaLabel || "page header" }, hAsync("header", { key: '7d5137cb542941699de9cc5721ae28a17861dbf0', class: {
|
|
13879
13889
|
["border-bottom"]: !!border,
|
|
13880
13890
|
["tabs"]: isSlotUsed(this.el, "tabs"),
|
|
13881
|
-
}, role: "presentation" }, hAsync("ic-section-container", { key: '
|
|
13891
|
+
}, role: "presentation" }, hAsync("ic-section-container", { key: '454a9621964544cff3503b6553e7a17c60da3832', aligned: aligned, fullHeight: isSlotUsed(this.el, "tabs") }, isSlotUsed(this.el, "breadcrumbs") && (hAsync("div", { key: '58cd2a99c294c0e74d7236dfadaed9df5a2e468a', class: "breadcrumb-area" }, hAsync("slot", { key: '02a27ba25893819a676272f7b5c99ba111cec39a', name: "breadcrumbs" }))), hAsync("div", { key: '252904de3b7c608bca4e42325880560ee7bdc431', class: "main-content" }, hAsync("div", { key: 'f9256d53398c537fe19e6b27ed777542650de68b', class: "title-area" }, hAsync("div", { key: 'a1d40860aa4a7191974e44f400b3b8d486e09bf4', class: "header-content" }, hAsync("slot", { key: '81f3ac92b61b9943166ae930c7ada3662e494a60', name: "heading" }, hAsync("ic-typography", { key: '78f00c7412b22c74b25db7ce1136edaa173c557b', variant: size === "small" ? "h4" : "h2", class: "heading" }, hAsync("h2", { key: '6e9608ec80c3f05482ac3a8e60ee27d2e6f683ad' }, heading))), hAsync("slot", { key: '59600cab7fe6df1e7fbb9786060c1338c1d24109', name: "heading-adornment" })), hAsync("div", { key: '8008f53d6ee65c3ac3bb849e136e417a85fb185a', class: {
|
|
13882
13892
|
["subheading-content"]: !!subheading || isSlotUsed(this.el, "subheading"),
|
|
13883
13893
|
["small"]: size === "small",
|
|
13884
|
-
} }, hAsync("slot", { key: '
|
|
13885
|
-
isSlotUsed(this.el, "tabs")) && (hAsync("div", { key: '
|
|
13886
|
-
!isSlotUsed(this.el, "tabs") && hAsync("slot", { key: '
|
|
13894
|
+
} }, hAsync("slot", { key: '2f7f52d845ac9ae2d4a7122c17dda2cd9439301d', name: "subheading" }, hAsync("ic-typography", { key: 'c0aea12079ad430c8fc80de47dbc36998c7dafde', variant: "body" }, subheading)))), isSlotUsed(this.el, "actions") && (hAsync("div", { key: '522be093d57e17bd669e6a00de00b5d762371464', class: "action-area" }, hAsync("slot", { key: '5044800dd45ad23bded19fb947103fc33fb224f9', name: "actions" }))), isSlotUsed(this.el, "input") && (hAsync("div", { key: 'c2ed3ac5f6683e17dff5e30bb4b0836c6882a62a', class: "input-area" }, hAsync("slot", { key: '7fa5429dde9cafd6cf7a91e6c018c137c4596cb8', name: "input" })))), (isSlotUsed(this.el, "stepper") ||
|
|
13895
|
+
isSlotUsed(this.el, "tabs")) && (hAsync("div", { key: '7adb7f57bb469ddb2f88303784c5bb4f47af3e7a', class: "navigation-area" }, isSlotUsed(this.el, "stepper") &&
|
|
13896
|
+
!isSlotUsed(this.el, "tabs") && hAsync("slot", { key: '523c906aff9a5dcf0911b99e58a49bae70f6dc1a', name: "stepper" }), isSlotUsed(this.el, "tabs") && (hAsync("nav", { key: '3d387ad3a2ca763d7837ad7604d7efbe46b3b2c9', "aria-label": navAriaLabel }, hAsync("ic-horizontal-scroll", { key: 'dee59ffc315702860977ca50ca8bdf90459a6a63' }, hAsync("ul", { key: 'ce68af19740fd60be9a08fa955643854eb5ac0c7', class: "tabs-slot" }, hAsync("slot", { key: 'd2297a18b03a95711ae20beaef363b39462c3866', name: "tabs" })))))))))));
|
|
13887
13897
|
}
|
|
13888
13898
|
get el() { return getElement(this); }
|
|
13889
13899
|
static get style() { return IcPageHeaderStyle0; }
|
|
@@ -14146,6 +14156,31 @@ class Pagination {
|
|
|
14146
14156
|
componentDidLoad() {
|
|
14147
14157
|
onComponentRequiredPropUndefined([{ prop: this.pages, propName: "pages" }], "Pagination");
|
|
14148
14158
|
}
|
|
14159
|
+
/**
|
|
14160
|
+
* Prevents focus lingering on a disabled element. If the currently
|
|
14161
|
+
* focused element is one of the back buttons (and we reach the first page),
|
|
14162
|
+
* move focus to "next" button, and vice versa.
|
|
14163
|
+
* @param ev
|
|
14164
|
+
*/
|
|
14165
|
+
icPageChangeHandler(ev) {
|
|
14166
|
+
var _a, _b, _c;
|
|
14167
|
+
const shadow = (_a = document.activeElement) === null || _a === void 0 ? void 0 : _a.shadowRoot;
|
|
14168
|
+
const activeEl = shadow ? shadow.activeElement : document.activeElement;
|
|
14169
|
+
if (!shadow || !activeEl) {
|
|
14170
|
+
return;
|
|
14171
|
+
}
|
|
14172
|
+
if (ev.detail.value === 1 &&
|
|
14173
|
+
["first-page-button", "previous-page-button"].some((id) => id === (activeEl === null || activeEl === void 0 ? void 0 : activeEl.id))) {
|
|
14174
|
+
const btn = (_b = shadow.querySelector("#next-page-button").shadowRoot) === null || _b === void 0 ? void 0 : _b.querySelector("button");
|
|
14175
|
+
// When navigating from firstPage->lastPage or vice versa, the to-be-selected element will be disabled. wait a tick so that it can receive focus.
|
|
14176
|
+
setTimeout(() => btn === null || btn === void 0 ? void 0 : btn.focus(), 10);
|
|
14177
|
+
}
|
|
14178
|
+
else if (ev.detail.value === this.pages &&
|
|
14179
|
+
["last-page-button", "next-page-button"].some((id) => id === (activeEl === null || activeEl === void 0 ? void 0 : activeEl.id))) {
|
|
14180
|
+
const btn = (_c = shadow.querySelector("#previous-page-button").shadowRoot) === null || _c === void 0 ? void 0 : _c.querySelector("button");
|
|
14181
|
+
setTimeout(() => btn === null || btn === void 0 ? void 0 : btn.focus(), 10);
|
|
14182
|
+
}
|
|
14183
|
+
}
|
|
14149
14184
|
paginationItemClickHandler(ev) {
|
|
14150
14185
|
const page = ev.detail.page;
|
|
14151
14186
|
this.currentPage = page;
|
|
@@ -14165,14 +14200,14 @@ class Pagination {
|
|
|
14165
14200
|
}
|
|
14166
14201
|
render() {
|
|
14167
14202
|
const { type, currentPage, hideCurrentPage, disabled, hideFirstAndLastPageButton, label, theme, monochrome, } = this;
|
|
14168
|
-
return (hAsync(Host, { key: '
|
|
14203
|
+
return (hAsync(Host, { key: '841c501b441241eae4281c4c2aea7f51d4e5b1e8', class: {
|
|
14169
14204
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
14170
14205
|
["ic-pagination-monochrome"]: !!monochrome,
|
|
14171
|
-
} }, type === "simple" && (hAsync("nav", { key: '
|
|
14206
|
+
} }, type === "simple" && (hAsync("nav", { key: '888a15822151817834e8f92a8a50f4d5fd37c715', class: {
|
|
14172
14207
|
["disabled"]: !!disabled,
|
|
14173
|
-
}, role: "navigation", "aria-label": this.accessibleLabel }, hideFirstAndLastPageButton ? null : this.firstButton(), this.previousButton(), hAsync("ic-pagination-item", { key: '
|
|
14208
|
+
}, role: "navigation", "aria-label": this.accessibleLabel }, hideFirstAndLastPageButton ? null : this.firstButton(), this.previousButton(), hAsync("ic-pagination-item", { key: 'f89f2dc683fa0c48dda8a9b8b0ae9fb041a93624', 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: 'edddd73145108a1ebd09ed068dee9c301a168365', class: {
|
|
14174
14209
|
["disabled"]: !!disabled,
|
|
14175
|
-
}, role: "navigation", "aria-label": this.accessibleLabel }, 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: '
|
|
14210
|
+
}, role: "navigation", "aria-label": this.accessibleLabel }, 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: 'a0dca70d2eb4840d1316ae4a4600fe03aeb0f710', class: "sr-only", "aria-live": "polite" }, "Page ", this.currentPage))));
|
|
14176
14211
|
}
|
|
14177
14212
|
get el() { return getElement(this); }
|
|
14178
14213
|
static get watchers() { return {
|
|
@@ -14208,7 +14243,7 @@ class Pagination {
|
|
|
14208
14243
|
"startItems": [32],
|
|
14209
14244
|
"setCurrentPage": [64]
|
|
14210
14245
|
},
|
|
14211
|
-
"$listeners$": [[0, "paginationItemClick", "paginationItemClickHandler"]],
|
|
14246
|
+
"$listeners$": [[0, "icPageChange", "icPageChangeHandler"], [0, "paginationItemClick", "paginationItemClickHandler"]],
|
|
14212
14247
|
"$lazyBundleId$": "-",
|
|
14213
14248
|
"$attrsToReflect$": []
|
|
14214
14249
|
}; }
|
|
@@ -14257,7 +14292,7 @@ class PaginationItem {
|
|
|
14257
14292
|
}
|
|
14258
14293
|
render() {
|
|
14259
14294
|
const { page, selected, type, disabled, label, capitalizedLabel, monochrome, } = this;
|
|
14260
|
-
return (hAsync("a", { key: '
|
|
14295
|
+
return (hAsync("a", { key: '89475a5ee9cb95171d34ae94ec68107c70e67248', class: { ["monochrome"]: !!monochrome } }, type === "ellipsis" ? (hAsync("div", { class: {
|
|
14261
14296
|
["item-container"]: true,
|
|
14262
14297
|
["ellipsis"]: true,
|
|
14263
14298
|
["disabled"]: !!disabled,
|
|
@@ -14576,17 +14611,17 @@ class PopoverMenu {
|
|
|
14576
14611
|
this.popperProps = props;
|
|
14577
14612
|
}
|
|
14578
14613
|
render() {
|
|
14579
|
-
return (hAsync(Host, { key: '
|
|
14614
|
+
return (hAsync(Host, { key: 'bbe8b532b3e08c777c35e0af55486b59b5b8e44c', class: {
|
|
14580
14615
|
["ic-popover-menu-open"]: !!this.open,
|
|
14581
14616
|
[`ic-theme-${this.theme}`]: this.theme !== "inherit",
|
|
14582
|
-
} }, hAsync("div", { key: '
|
|
14617
|
+
} }, hAsync("div", { key: 'a72a96633961efb668c7c8aae3fcb3b142c7b128', id: this.parentPopover === undefined
|
|
14583
14618
|
? `ic-popover-submenu-${this.submenuId}`
|
|
14584
14619
|
: "", class: {
|
|
14585
14620
|
menu: true,
|
|
14586
|
-
} }, hAsync("span", { key: '
|
|
14621
|
+
} }, hAsync("span", { key: '06b147e629909bbb74f4f1e01e825d39dcbab395', class: {
|
|
14587
14622
|
"opening-from-parent": this.openingFromParent,
|
|
14588
14623
|
"opening-from-child": this.openingFromChild,
|
|
14589
|
-
} }, isPropDefined(this.submenuId) && (hAsync("span", { key: '
|
|
14624
|
+
} }, isPropDefined(this.submenuId) && (hAsync("span", { key: '088ce8abcf89df38016507d521381e081ade4759' }, hAsync("span", { key: '1bebbc5854c2edd5207633c01bee4a6e887c03a0', role: "menu" }, hAsync("ic-menu-item", { key: '317fe27583c8bc0d41319ac634a4bff22b1c5e2d', 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: '02d9719c84180f8832a26d75cd652c55070b6289', slot: "icon", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", class: "submenu-back-icon" }, hAsync("path", { key: '906a7a797d99a3e8f0a7a3b30d3e33a52ca2582c', d: "M20 11H7.83L13.42 5.41L12 4L4 12L12 20L13.41 18.59L7.83 13H20V11Z", fill: "currentColor" })))), hAsync("ic-typography", { key: 'ee0152debc2b109787490b4a78e1de3f8186ae5e', variant: "subtitle-small", class: "parent-label" }, this.parentLabel))), hAsync("div", { key: 'f91d5f08c8142136b4bb2c1fbd513ee13fbbd263', class: "menu-body", "aria-label": this.getMenuAriaLabel(), role: "menu" }, hAsync("slot", { key: '55417e47588809089b7ba71e510336d79ba69ac3' }))))));
|
|
14590
14625
|
}
|
|
14591
14626
|
static get delegatesFocus() { return true; }
|
|
14592
14627
|
get el() { return getElement(this); }
|
|
@@ -14855,16 +14890,16 @@ class RadioGroup {
|
|
|
14855
14890
|
render() {
|
|
14856
14891
|
const { currentOrientation, disabled, handleKeyDown, helperText, hideLabel, label, required, size, validationAriaLive, validationStatus, validationText, theme, } = this;
|
|
14857
14892
|
const showValidation = hasValidationStatus(validationStatus, disabled);
|
|
14858
|
-
return (hAsync(Host, { key: '
|
|
14893
|
+
return (hAsync(Host, { key: 'aa0ff707b50765535bf74bb77f349b1fdf8ec5c2', onKeyDown: handleKeyDown, class: {
|
|
14859
14894
|
"ic-radio-group-small": size === "small",
|
|
14860
14895
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
14861
|
-
} }, hAsync("fieldset", { key: '
|
|
14896
|
+
} }, hAsync("fieldset", { key: '0c4dab92df1c01348afbe3ccdd6e66d32aaefef9', role: "radiogroup", id: this.name, "aria-required": `${required}` }, !hideLabel && (hAsync("legend", { key: '37ebeeb2b43fcb8628327deefb00ce2742c6a026' }, hAsync("ic-input-label", { key: '2a587dc242e293992e41bdbb523ac8414b8c4fac', class: {
|
|
14862
14897
|
[`${validationStatus}`]: true,
|
|
14863
14898
|
["disabled"]: !!disabled,
|
|
14864
|
-
}, label: label, helperText: helperText, required: required, disabled: disabled }, hAsync("slot", { key: '
|
|
14899
|
+
}, label: label, helperText: helperText, required: required, disabled: disabled }, hAsync("slot", { key: '28611e725b177c6b7f8456668c33d3162830eb29', name: "helper-text", slot: "helper-text" })))), hAsync("div", { key: 'd53f2e859088f0c208c2aab94442322d8a1bad0e', class: {
|
|
14865
14900
|
"radio-buttons-container": true,
|
|
14866
14901
|
horizontal: currentOrientation === this.RADIO_HORIZONTAL,
|
|
14867
|
-
}, ref: (el) => (this.radioContainer = el) }, hAsync("slot", { key: '
|
|
14902
|
+
}, ref: (el) => (this.radioContainer = el) }, hAsync("slot", { key: 'bbffd83c1b277c2ca55a7e97254ba0a322008c34' }))), hAsync("ic-input-validation", { key: '67ca41fbf8ce4265a5a979cdca100edb2f4e4c41', class: {
|
|
14868
14903
|
"show-validation": showValidation,
|
|
14869
14904
|
}, ariaLiveMode: validationAriaLive, status: showValidation ? validationStatus : "", message: showValidation ? validationText : "" })));
|
|
14870
14905
|
}
|
|
@@ -15048,17 +15083,17 @@ class RadioOption {
|
|
|
15048
15083
|
var _a, _b;
|
|
15049
15084
|
const { additionalFieldDisplay, disabled, dynamicText, form, groupLabel, handleClick, handleKeyDown, hasAdditionalField, label, name, selected, value, theme, } = this;
|
|
15050
15085
|
const id = `ic-radio-option-${isPropDefined(label) || value}-${groupLabel}`;
|
|
15051
|
-
return (hAsync(Host, { key: '
|
|
15086
|
+
return (hAsync(Host, { key: '842d6ee4010fd07100af0f2a7a5b22b4f3d836fb', onClick: handleClick, onKeyDown: handleKeyDown, class: {
|
|
15052
15087
|
["ic-radio-option-disabled"]: !!disabled,
|
|
15053
15088
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
15054
15089
|
["ic-radio-option-small"]: ((_a = this.el.parentElement) === null || _a === void 0 ? void 0 : _a.tagName) === "IC-RADIO-GROUP" &&
|
|
15055
15090
|
((_b = this.el.parentElement) === null || _b === void 0 ? void 0 : _b.className.includes("ic-radio-group-small")),
|
|
15056
|
-
} }, hAsync("div", { key: '
|
|
15091
|
+
} }, hAsync("div", { key: '24311226c7c0cbd0edc9c863a4a4dadcb58510dd', class: { "radio-option-container": true, disabled: !!disabled } }, hAsync("div", { key: '368c7613d16ba7c0d41af81ec0921acabd11e0ac' }, hAsync("input", { key: '9abba6cd1bc6837c28e4e3daff9d78030a855dc8', 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: '99b68e349ed11e7c01768b2bc2b38ee20cc8c736', class: "checkmark" })), hAsync("ic-typography", { key: '751eb546666f87c6bf64cb93ca1d77e8caf67d85', class: "radio-label", variant: "body" }, hAsync("label", { key: 'd02d6a7935bf2b6c145662bc553e6ef44f3c4c6a', htmlFor: id }, label))), hasAdditionalField && (hAsync("div", { key: '3e499a794defaac875630287978618da86056347', class: {
|
|
15057
15092
|
"dynamic-container": true,
|
|
15058
15093
|
hidden: additionalFieldDisplay === "dynamic" && !selected,
|
|
15059
|
-
} }, additionalFieldDisplay === "dynamic" && (hAsync("div", { key: '
|
|
15094
|
+
} }, additionalFieldDisplay === "dynamic" && (hAsync("div", { key: '763ee0f91c7d4c045db9b8dc21851fa9d58db461', class: "branch-corner" })), hAsync("div", { key: 'b44eb2a57738c64725b8abf508576e78ee81d58c' }, additionalFieldDisplay === "dynamic" && (hAsync("ic-typography", { key: '7055f52337754005334d29d7faba936eee41db56', variant: "caption", role: "alert" }, hAsync("p", { key: 'fb35ff368ed7b18196efe93be58105e0ab993c85', class: "dynamic-text" }, dynamicText))), hAsync("div", { key: 'f52cb49783fcf0d721534e2ff948b4f3098b81fb', class: {
|
|
15060
15095
|
[`additional-field-wrapper-${additionalFieldDisplay}`]: true,
|
|
15061
|
-
} }, hAsync("slot", { key: '
|
|
15096
|
+
} }, hAsync("slot", { key: '36ddd67708c686617463703a0fb765a517809062', name: ADDITIONAL_FIELD })))))));
|
|
15062
15097
|
}
|
|
15063
15098
|
get el() { return getElement(this); }
|
|
15064
15099
|
static get watchers() { return {
|
|
@@ -15641,39 +15676,39 @@ class SearchBar {
|
|
|
15641
15676
|
const menuRendered = menuOpen && value.length >= charactersUntilSuggestion;
|
|
15642
15677
|
const labelValue = getLabelFromValue(value, options, valueField, labelField);
|
|
15643
15678
|
renderHiddenInput(this.el, value, name, disabledMode);
|
|
15644
|
-
return (hAsync(Host, { key: '
|
|
15679
|
+
return (hAsync(Host, { key: '29effef90a1b301f50dd5e16cb00ed70eccab512', class: {
|
|
15645
15680
|
"ic-search-bar-search": true,
|
|
15646
15681
|
"ic-search-bar-full-width": fullWidth,
|
|
15647
15682
|
"ic-search-bar-disabled": disabled,
|
|
15648
15683
|
"ic-search-bar-small": size === "small",
|
|
15649
15684
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
15650
|
-
}, onFocus: this.handleHostFocus, onBlur: this.handleHostBlur }, hAsync("ic-input-container", { key: '
|
|
15685
|
+
}, onFocus: this.handleHostFocus, onBlur: this.handleHostBlur }, hAsync("ic-input-container", { key: 'e896aa115879948ea3f8c2431e93791ff1d833db', readonly: readonly, disabled: disabledMode }, !hideLabel && (hAsync("ic-input-label", { key: 'fd412bd32638354ff10f6653800921f2c15e8561', for: inputId, label: label, helperText: helperText, required: required, disabled: disabledMode && !readonly, readonly: readonly }, hAsync("slot", { key: 'cb13c54cb67e19ca0a275d3af1b0a5199e4ce89c', name: "helper-text", slot: "helper-text" }))), hAsync("ic-input-component-container", { key: '75b330a02def1ea7e43d353ffb1041bfe2d61b53', ref: (el) => (this.anchorEl = el), size: size, disabled: disabledMode, readonly: readonly, fullWidth: fullWidth }, hAsync("input", { key: '1b4dc1a0b79fdaad28b52238557e930c9ec02c30', id: inputId, name: name, ref: (el) => (this.inputEl = el), value: options && !!labelValue ? labelValue : value, class: {
|
|
15651
15686
|
"no-left-pad": readonly,
|
|
15652
15687
|
readonly,
|
|
15653
15688
|
"truncate-value": truncateValue,
|
|
15654
|
-
}, 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: '
|
|
15689
|
+
}, 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: 'ac9075acbae4855280df3a7927a325ee20ac5d82', class: {
|
|
15655
15690
|
"clear-button-container": true,
|
|
15656
15691
|
"clear-button-visible": !!value && !disabledMode && showClearButton,
|
|
15657
|
-
} }, hAsync("ic-button", { key: '
|
|
15692
|
+
} }, hAsync("ic-button", { key: 'd3b1a71ede9651edce18ef3c2e31d044518ea79a', id: "clear-button", class: {
|
|
15658
15693
|
"clear-button": true,
|
|
15659
15694
|
"clear-button-unfocused": !clearButtonFocused,
|
|
15660
|
-
}, "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: '
|
|
15695
|
+
}, "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: '4514b92f5f6ff11d6c4d296109eb768591490fce', class: "divider" })), hAsync("div", { key: 'c1507f41ba857730f14a74f4fb0c24480fed6ba2', class: {
|
|
15661
15696
|
"search-submit-button-container": true,
|
|
15662
15697
|
"search-submit-button-disabled": this.isSubmitDisabled(),
|
|
15663
|
-
} }, hAsync("ic-button", { key: '
|
|
15698
|
+
} }, hAsync("ic-button", { key: 'f48d2f2c3cec19bb4fb66be6024ec1d8b8f21e8d', id: "search-submit-button", "aria-label": "Search", ref: (el) => (this.searchSubmitButton = el), class: {
|
|
15664
15699
|
"search-submit-button": true,
|
|
15665
15700
|
"search-submit-button-small": size === "small",
|
|
15666
15701
|
"search-submit-button-unfocused": !searchSubmitFocused,
|
|
15667
15702
|
"search-submit-button-disabled": this.isSubmitDisabled(),
|
|
15668
|
-
}, 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: '
|
|
15703
|
+
}, 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: '408c068afb680a643752be6c04df27bf4ec010f0', class: {
|
|
15669
15704
|
"menu-container": true,
|
|
15670
15705
|
fullwidth: fullWidth,
|
|
15671
|
-
} }, menuRendered && this.anchorEl && this.inputEl && (hAsync("ic-menu", { key: '
|
|
15706
|
+
} }, menuRendered && this.anchorEl && this.inputEl && (hAsync("ic-menu", { key: 'e9a150bc0ead1db84cc63723acc7bf21bb5ba5fc', class: {
|
|
15672
15707
|
"no-results": this.hadNoOptions() ||
|
|
15673
15708
|
(filteredOptions.length === 1 &&
|
|
15674
15709
|
(filteredOptions[0][labelField] === loadingLabel ||
|
|
15675
15710
|
filteredOptions[0][labelField] === loadingErrorLabel)),
|
|
15676
|
-
}, 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: '
|
|
15711
|
+
}, 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: '41368646242aceb6f0e7bd8ba9ba6ff029cf8d7a', "aria-live": "polite", role: "status", class: "search-results-status" })));
|
|
15677
15712
|
}
|
|
15678
15713
|
static get delegatesFocus() { return true; }
|
|
15679
15714
|
get el() { return getElement(this); }
|
|
@@ -15757,12 +15792,12 @@ class SectionContainer {
|
|
|
15757
15792
|
}
|
|
15758
15793
|
render() {
|
|
15759
15794
|
const { aligned, fullHeight } = this;
|
|
15760
|
-
return (hAsync(Host, { key: '
|
|
15795
|
+
return (hAsync(Host, { key: '343b4d46f49af4458ad961d31de6118927b5e3ec', class: {
|
|
15761
15796
|
["aligned-left"]: aligned === "left" || aligned === null,
|
|
15762
15797
|
["aligned-center"]: aligned === "center",
|
|
15763
15798
|
["aligned-full-width"]: aligned === "full-width",
|
|
15764
15799
|
["no-vertical-padding"]: !!fullHeight,
|
|
15765
|
-
} }, hAsync("slot", { key: '
|
|
15800
|
+
} }, hAsync("slot", { key: '96932a21be0e230d9d15e05f09b8da67f772dd2b' })));
|
|
15766
15801
|
}
|
|
15767
15802
|
static get style() { return IcSectionContainerStyle0; }
|
|
15768
15803
|
static get cmpMeta() { return {
|
|
@@ -16587,18 +16622,18 @@ class Select {
|
|
|
16587
16622
|
(searchable
|
|
16588
16623
|
? !!searchableSelectInputValue
|
|
16589
16624
|
: !!currValue && !loading && showClearButton);
|
|
16590
|
-
return (hAsync(Host, { key: '
|
|
16625
|
+
return (hAsync(Host, { key: 'f4a2c999048b3813c72f19cb9d12b179a1aa2829', class: {
|
|
16591
16626
|
"ic-select-disabled": disabled,
|
|
16592
16627
|
"ic-select-searchable": searchable,
|
|
16593
16628
|
[`ic-select-${size}`]: size !== "medium",
|
|
16594
16629
|
"ic-select-full-width": fullWidth,
|
|
16595
16630
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
16596
|
-
}, onBlur: this.onBlur }, hAsync("ic-input-container", { key: '
|
|
16631
|
+
}, onBlur: this.onBlur }, hAsync("ic-input-container", { key: '26ca71ed868b6154ae6d85b12176cbd2c245a2a1', readonly: readonly }, !hideLabel && (hAsync("ic-input-label", { key: 'fbc267c35b7408673080578c7223713bbbc63487', for: inputId, label: label, helperText: helperText, required: required, disabled: disabled, readonly: readonly }, hAsync("slot", { key: '6614423a784d3c8afb82685721ac76044a541b2c', name: "helper-text", slot: "helper-text" }))), hAsync("ic-input-component-container", { key: '22f3497287a6dffa909d12ab7cf56dcc350580ff', ref: (el) => (this.anchorEl = el), class: { "menu-open": open }, size: size, fullWidth: fullWidth, disabled: disabled, readonly: readonly, validationStatus: validationStatus }, isSlotUsed(this.el, "icon") &&
|
|
16597
16632
|
!disabled &&
|
|
16598
|
-
(!readonly || !!value) && (hAsync("span", { key: '
|
|
16633
|
+
(!readonly || !!value) && (hAsync("span", { key: '2103e465e79ce43a400ab208cd3fa41f8d9a4897', slot: "left-icon", class: {
|
|
16599
16634
|
readonly,
|
|
16600
16635
|
"has-value": !!value,
|
|
16601
|
-
} }, hAsync("slot", { key: '
|
|
16636
|
+
} }, hAsync("slot", { key: '626f074a90189f115c112e179ffd5c1e28ac17c6', 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: {
|
|
16602
16637
|
"value-text": true,
|
|
16603
16638
|
"select-input": true,
|
|
16604
16639
|
"with-clear-button": !!searchableSelectInputValue,
|
|
@@ -16619,7 +16654,7 @@ class Select {
|
|
|
16619
16654
|
} }, valueLabelString || placeholder), hAsync("div", { class: "select-input-end" }, isClearable && hAsync("div", { class: "divider" }), hAsync("span", { class: {
|
|
16620
16655
|
"expand-icon": true,
|
|
16621
16656
|
"expand-icon-open": open,
|
|
16622
|
-
}, 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: '
|
|
16657
|
+
}, 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: 'e309813f2a75cf0eb862f6c1b06cf34a81ded8f1', class: {
|
|
16623
16658
|
"no-results": loading ||
|
|
16624
16659
|
hasTimedOut ||
|
|
16625
16660
|
(searchable &&
|
|
@@ -16628,7 +16663,7 @@ class Select {
|
|
|
16628
16663
|
((_d = (_c = this.uniqueOptions) === null || _c === void 0 ? void 0 : _c[0]) === null || _d === void 0 ? void 0 : _d.label) === emptyOptionListText),
|
|
16629
16664
|
}, ref: (el) => (this.menu = el), inputEl: searchable
|
|
16630
16665
|
? this.searchableSelectElement
|
|
16631
|
-
: 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: '
|
|
16666
|
+
: 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: '4d029c5c9543fe25438a856df7a6dcde941ed648', "aria-live": "polite", role: "status", class: "multi-select-selected-count" })), hAsync("ic-input-validation", { key: 'f709f7940485a6fa673a1fe7cb14a636e53fa151', class: {
|
|
16632
16667
|
"menu-open": open,
|
|
16633
16668
|
}, ariaLiveMode: validationAriaLive, status: showValidation ? validationStatus : "", message: showValidation ? validationText : "", for: inputId }))));
|
|
16634
16669
|
}
|
|
@@ -17159,7 +17194,7 @@ class SideNavigation {
|
|
|
17159
17194
|
isAppNameSubtitleVariant,
|
|
17160
17195
|
appTitle: appTitle || "",
|
|
17161
17196
|
};
|
|
17162
|
-
return (hAsync(Host, { key: '
|
|
17197
|
+
return (hAsync(Host, { key: 'dee98e8859e6935f7ce2775e95d32be82041ca0c', class: {
|
|
17163
17198
|
"xs-menu-open": menuOpen && isSDevice,
|
|
17164
17199
|
"xs-menu-close": !menuOpen && isSDevice,
|
|
17165
17200
|
"sm-collapsed": !isSDevice && !menuExpanded,
|
|
@@ -17168,12 +17203,12 @@ class SideNavigation {
|
|
|
17168
17203
|
[`ic-side-navigation-${IcBrandForegroundEnum.Dark}`]: foregroundColor === IcBrandForegroundEnum.Dark,
|
|
17169
17204
|
["collapsed-labels"]: !isSDevice && !menuExpanded && !!collapsedIconLabels,
|
|
17170
17205
|
["ic-side-navigation-inline"]: !!inline,
|
|
17171
|
-
} }, isSDevice && this.renderTopBar(Object.assign({}, topBarProps)), hAsync("div", { key: '
|
|
17206
|
+
} }, isSDevice && this.renderTopBar(Object.assign({}, topBarProps)), hAsync("div", { key: '7de065dd79a3633a0e2a0f2a5935c579e7d8cbd7', class: "side-navigation", id: "side-navigation" }, !isSDevice && this.renderTopBar(Object.assign({}, topBarProps)), hAsync("div", { key: 'a950c396e16fc7ccd6a47ce355f3c518beb4772d', class: "side-navigation-inner" }, isSlotUsed(this.el, "primary-navigation") && (hAsync("nav", { key: '2fe8cffb5411676a3a2aae321fc6f50c6f0db1a0', class: "primary-navigation", "aria-labelledby": "primary-navigation-landmark" }, hAsync("span", { key: '497dc28ccd564c1e98ca06ab0799ee5672356473', "aria-hidden": "true", class: "navigation-landmark-title", id: "primary-navigation-landmark" }, "Primary"), hAsync("ul", { key: '3f264d80dbbf56c1e7be38b7b3759b6b71daa246', class: "navigation-list" }, hAsync("slot", { key: 'a9d3c59225617b1505b8f176fe2013cb612ea8d1', name: "primary-navigation" }))))), hAsync("div", { key: 'd86b2683593cb26ba2f5486c467dca05d92f32ec', class: {
|
|
17172
17207
|
["bottom-wrapper"]: true,
|
|
17173
17208
|
["classification-spacing"]: hasClassificationBanner(),
|
|
17174
|
-
} }, isSlotUsed(this.el, "secondary-navigation") && (hAsync("nav", { key: '
|
|
17209
|
+
} }, isSlotUsed(this.el, "secondary-navigation") && (hAsync("nav", { key: '58e5fb4f988382c818d213d096bbdaca62d8401b', class: "secondary-navigation", "aria-labelledby": "secondary-navigation-landmark" }, hAsync("span", { key: '6458a76842e7c228cf73f0ca6bfaf6e50970417a', "aria-hidden": "true", class: "navigation-landmark-title", id: "secondary-navigation-landmark" }, "Secondary"), hAsync("ul", { key: '76e6c8ac16f803de44efb7dfe6f628dd665bce85', class: "navigation-list" }, hAsync("slot", { key: '1f54dbc9d285e8b1fd40933551bf37af146ecf97', name: "secondary-navigation" })))), hAsync("div", { key: 'd4eef9cdbe35d022243461147a9d5b3b80802a0a', class: "bottom-side-nav" }, this.hasSecondaryNavigation && hAsync("ic-divider", { key: '423f2e4f54c49d6daa45fd85c0d55f9467d08c74' }), displayExpandBtn && (hAsync("button", { key: '1460adecbbcf46743f3e3ef1ac984a5968f6f0f9', class: "menu-expand-button", innerHTML: chevronIcon, onClick: () => this.toggleMenuExpanded(!this.menuExpanded), "aria-label": `${menuExpanded ? "Collapse" : "Expand"} side navigation` })), hAsync("div", { key: 'b221957ba1badf6560239643624cbbc64a48c6c9', class: "app-status-wrapper" }, status && (hAsync("div", { key: '5be443d54b038e32832b8cbb95ad23046e4c3d04', class: {
|
|
17175
17210
|
["app-status"]: true,
|
|
17176
|
-
} }, hAsync("ic-typography", { key: '
|
|
17211
|
+
} }, hAsync("ic-typography", { key: '281b500e7b660a3cd8108748cbeaa9bcf0b856c7', "aria-label": "app tag", variant: "label-uppercase", class: "app-status-text" }, status))), version && (hAsync("ic-typography", { key: '506f7e34b3027bd1ea340b725a1857b42f797d03', variant: "label", class: "app-version", "aria-label": "app version" }, version))))))));
|
|
17177
17212
|
}
|
|
17178
17213
|
get el() { return getElement(this); }
|
|
17179
17214
|
static get watchers() { return {
|
|
@@ -17252,11 +17287,11 @@ class Skeleton {
|
|
|
17252
17287
|
width: el.style.width || width || DEFAULT_WIDTHS[variant],
|
|
17253
17288
|
}
|
|
17254
17289
|
: undefined;
|
|
17255
|
-
return (hAsync(Host, { key: '
|
|
17290
|
+
return (hAsync(Host, { key: '5224a4ba18bd361796ad59ece92368e59cbc9921', class: {
|
|
17256
17291
|
skeleton: true,
|
|
17257
17292
|
"ic-skeleton-circle": variant === "circle",
|
|
17258
17293
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
17259
|
-
}, style: style, "aria-disabled": "true" }, hAsync("slot", { key: '
|
|
17294
|
+
}, style: style, "aria-disabled": "true" }, hAsync("slot", { key: 'c8dea3ead035bc25aa9e888a05ab14e8ed746e7b' })));
|
|
17260
17295
|
}
|
|
17261
17296
|
get el() { return getElement(this); }
|
|
17262
17297
|
static get style() { return IcSkeletonStyle0; }
|
|
@@ -17315,9 +17350,9 @@ class SkipLink {
|
|
|
17315
17350
|
}
|
|
17316
17351
|
render() {
|
|
17317
17352
|
const { fullWidth, inline, label, monochrome, target, theme, transparentBackground, } = this;
|
|
17318
|
-
return (hAsync(Host, { key: '
|
|
17353
|
+
return (hAsync(Host, { key: '4924f9affadd29e8a5f58791d59fdee0a4b1a110', class: {
|
|
17319
17354
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
17320
|
-
} }, hAsync("ic-link", { key: '
|
|
17355
|
+
} }, hAsync("ic-link", { key: '9619dc1c10b2fbdeac0088f85eba6de095abceb4', class: {
|
|
17321
17356
|
"display-top": !inline,
|
|
17322
17357
|
"full-width": !!fullWidth,
|
|
17323
17358
|
"show-background": !transparentBackground,
|
|
@@ -17382,12 +17417,12 @@ class StatusTag {
|
|
|
17382
17417
|
}
|
|
17383
17418
|
render() {
|
|
17384
17419
|
const { label, status, variant, size, announced, theme, uppercase } = this;
|
|
17385
|
-
return (hAsync(Host, { key: '
|
|
17420
|
+
return (hAsync(Host, { key: '323e76e08750e7459a431c762e74c5490276d5fe', class: { [`ic-theme-${theme}`]: theme !== "inherit" }, role: announced ? "status" : null, "aria-label": "Status" }, hAsync("strong", { key: 'e71a302621590a1e5f5eb94a4e823f614e72d604', class: {
|
|
17386
17421
|
["tag"]: true,
|
|
17387
17422
|
[`${variant}-${status}`]: true,
|
|
17388
17423
|
["outlined"]: variant === "outlined",
|
|
17389
17424
|
[`${size}`]: true,
|
|
17390
|
-
} }, hAsync("ic-typography", { key: '
|
|
17425
|
+
} }, hAsync("ic-typography", { key: '842f8be2e88546b594f8af03d4cbab5bbeaaae03', variant: uppercase ? "label-uppercase" : "label", "apply-vertical-margins": false }, hAsync("span", { key: 'ae96c68b504376e9366cd7f712b3136b68677d07' }, label)))));
|
|
17391
17426
|
}
|
|
17392
17427
|
static get style() { return IcStatusTagStyle0; }
|
|
17393
17428
|
static get cmpMeta() { return {
|
|
@@ -17491,27 +17526,27 @@ class Step {
|
|
|
17491
17526
|
// STATUS ICON FOR COMPACT STEP
|
|
17492
17527
|
let statusIcon;
|
|
17493
17528
|
if (type === "completed" || compactStepStyling === "completed") {
|
|
17494
|
-
statusIcon = (hAsync("span", { key: '
|
|
17529
|
+
statusIcon = (hAsync("span", { key: 'f00988dead6559d428d05f7cad2dc3874c083b81', class: "check-icon step-icon", "aria-hidden": "true", innerHTML: checkIcon }));
|
|
17495
17530
|
}
|
|
17496
17531
|
else if (type === "disabled" || compactStepStyling === "disabled") {
|
|
17497
|
-
statusIcon = (hAsync("span", { key: '
|
|
17532
|
+
statusIcon = (hAsync("span", { key: '3bdca1321df04ccd4cdc164b75d73d317df4bbd9', class: "warning-icon step-icon", "aria-hidden": "true", innerHTML: warningIcon }));
|
|
17498
17533
|
}
|
|
17499
17534
|
// COMPACT STEP COMPONENT
|
|
17500
|
-
const compactStep = (hAsync("div", { key: '
|
|
17535
|
+
const compactStep = (hAsync("div", { key: '3f25b7b66363726dd2b5135f3429a344709866e9', class: {
|
|
17501
17536
|
["step"]: true,
|
|
17502
17537
|
["current"]: !!current,
|
|
17503
17538
|
[`compact-step-${compactStepStyling}`]: !!compactStepStyling,
|
|
17504
17539
|
["disabled"]: type === "disabled" || compactStepStyling === "disabled",
|
|
17505
|
-
} }, hAsync("ic-loading-indicator", { key: '
|
|
17540
|
+
} }, hAsync("ic-loading-indicator", { key: '75766eec3f516860b6b8be028bb6a0e4854300d8', class: {
|
|
17506
17541
|
"compact-step-progress-indicator": true,
|
|
17507
17542
|
"not-required": type === "disabled" || compactStepStyling === "disabled",
|
|
17508
|
-
}, "aria-hidden": "true", size: "small", "inner-label": stepNum, progress: progress }), hAsync("div", { key: '
|
|
17543
|
+
}, "aria-hidden": "true", size: "small", "inner-label": stepNum, progress: progress }), hAsync("div", { key: '4140264d827f0120fcd7525dc4f1942370c70e30', class: "heading-area" }, isSlotUsed(this.el, "heading") ? (hAsync("slot", { name: "heading" })) : (hAsync("ic-typography", { variant: "h4", class: "heading" }, heading)), hAsync("div", { key: '6c5b55bb5800586076bc7111905f2caf0e6236d3', class: "info-line" }, hAsync("ic-typography", { key: 'aeb427b1db840cab7acb4558e3037e886b6ed148', variant: "caption", class: "step-num" }, `${stepNum} ${icI18n.of} ${lastStepNum}`, hAsync("span", { key: '7ea25ca9263310b55e827f1f481c907a80143333', class: "visually-hidden" }, ` ${icI18n.steps}`)), (this.subheading ||
|
|
17509
17544
|
type === "completed" ||
|
|
17510
17545
|
type === "disabled" ||
|
|
17511
17546
|
(this.variant === "compact" &&
|
|
17512
17547
|
!!compactStepStyling &&
|
|
17513
17548
|
compactStepStyling !== "active") ||
|
|
17514
|
-
!!status) && (hAsync("div", { key: '
|
|
17549
|
+
!!status) && (hAsync("div", { key: 'fa72ca837d1540891cffe3d8f8b36e7a1dac9fd7', class: "step-status" }, statusIcon !== undefined && statusIcon, (subheading || stepType) && (hAsync("ic-typography", { key: '9b3ca7eb5950f1133f28dcd0b7ef003765c90493', variant: "caption" }, subheading !== null && isPropDefined(subheading)
|
|
17515
17550
|
? subheading
|
|
17516
17551
|
: type === "disabled" ||
|
|
17517
17552
|
(variant === "compact" &&
|
|
@@ -17524,26 +17559,26 @@ class Step {
|
|
|
17524
17559
|
// ICON FOR DEFAULT STEP
|
|
17525
17560
|
let icon;
|
|
17526
17561
|
if (type !== "completed") {
|
|
17527
|
-
icon = (hAsync("ic-typography", { key: '
|
|
17562
|
+
icon = (hAsync("ic-typography", { key: '6fb92b96a4ba63a95148e64e1f2800d10b19c08a', variant: "subtitle-small" }, hAsync("span", { key: '3a249db8c6dc0fb5d2f8f02c820845894888da46', class: "step-icon-inner", "aria-hidden": "true" }, this.stepNum)));
|
|
17528
17563
|
}
|
|
17529
17564
|
else {
|
|
17530
|
-
icon = (hAsync("div", { key: '
|
|
17565
|
+
icon = (hAsync("div", { key: 'f50a3bcd503d21345a156c7cede8385b38744325', class: "step-icon-inner", "aria-hidden": "true" }, hAsync("span", { key: '505fc3d70507b3d7156c7d646308af137de76eac', class: "check-icon", innerHTML: checkIcon })));
|
|
17531
17566
|
}
|
|
17532
17567
|
// STEP CONNECT FOR DEFAULT STEP
|
|
17533
|
-
const partialBar = type === "current" && (hAsync("div", { key: '
|
|
17534
|
-
const finalStep = !lastStep && (hAsync("div", { key: '
|
|
17568
|
+
const partialBar = type === "current" && (hAsync("div", { key: 'fc7efb490b654258f332bfa8baefff01e23a16b1', class: "step-connect-inner" }));
|
|
17569
|
+
const finalStep = !lastStep && (hAsync("div", { key: '948d526e77439d94ead70c9aeef4bd65f54ffe0e', class: {
|
|
17535
17570
|
["step-connect"]: true,
|
|
17536
17571
|
["aligned-full-width"]: !!(((_a = this.el.parentElement) === null || _a === void 0 ? void 0 : _a.classList.contains("ic-stepper-default")) &&
|
|
17537
17572
|
!this.el.parentElement.classList.contains("ic-stepper-aligned-left")),
|
|
17538
17573
|
} }, partialBar));
|
|
17539
17574
|
// DEFAULT STEP COMPONENT
|
|
17540
|
-
const defaultStep = (hAsync("div", { key: '
|
|
17575
|
+
const defaultStep = (hAsync("div", { key: '13d1b412c26e150291a7695556856edffff72c0b', class: {
|
|
17541
17576
|
["step"]: true,
|
|
17542
17577
|
[`${type}`]: true,
|
|
17543
|
-
} }, hAsync("div", { key: '
|
|
17578
|
+
} }, hAsync("div", { key: '6b3605667f7ddfd1ebc7e3f36851c1fa81a543c4', class: "step-top" }, hAsync("div", { key: '206915065c8674a4fb8b9a33854ea75a05270421', class: "step-icon" }, icon), finalStep), (hasHeading || subheading || status) && (hAsync("div", { key: 'd05f3e280508507b3a5fbe05c53d63e867cc3500', class: "heading-area" }, isSlotUsed(this.el, "heading") ? (hAsync("slot", { name: "heading" })) : (hAsync("ic-typography", { variant: "subtitle-large", class: "heading" }, heading)), hasHeading && (subheading || status) && (hAsync("ic-typography", { key: 'c8b0adb02467cf89be3577b44a0e70ca12136da9', variant: "caption", class: "subheading" }, subheading !== null && isPropDefined(subheading)
|
|
17544
17579
|
? subheading
|
|
17545
17580
|
: stepStatus))))));
|
|
17546
|
-
return (hAsync(Host, { key: '
|
|
17581
|
+
return (hAsync(Host, { key: '41bf288a82e0167529d35661adda1ec1ad1dcb71', role: "listitem", "aria-label": `${icI18n.step} ${stepNum}${ariaLabel}`, "aria-current": (current || type === "current") && "step", class: {
|
|
17547
17582
|
["aligned-full-width"]: !!(((_b = this.el.parentElement) === null || _b === void 0 ? void 0 : _b.classList.contains("ic-stepper-default")) &&
|
|
17548
17583
|
!this.el.parentElement.classList.contains("ic-stepper-aligned-left")),
|
|
17549
17584
|
[`ic-step-${variant}`]: true,
|
|
@@ -17863,11 +17898,11 @@ class Stepper {
|
|
|
17863
17898
|
checkResizeObserver(this.runResizeObserver);
|
|
17864
17899
|
}
|
|
17865
17900
|
render() {
|
|
17866
|
-
return (hAsync(Host, { key: '
|
|
17901
|
+
return (hAsync(Host, { key: 'e2ac3f9e87779cfd5582ab705cf7a4d1424f20b7', class: {
|
|
17867
17902
|
[`ic-stepper-${this.variant}`]: true,
|
|
17868
17903
|
["ic-stepper-aligned-left"]: this.variant === "default" && this.aligned === "left",
|
|
17869
17904
|
[`ic-theme-${this.theme}`]: this.theme !== "inherit",
|
|
17870
|
-
} }, hAsync("ul", { key: '
|
|
17905
|
+
} }, hAsync("ul", { key: '86ee53977017f83030114eaf2e78621d7f4c7f80', class: "step-item-list" }, hAsync("slot", { key: 'a296d57cb512552f97d35cd7a65ab3db644a6c62' }))));
|
|
17871
17906
|
}
|
|
17872
17907
|
get el() { return getElement(this); }
|
|
17873
17908
|
static get watchers() { return {
|
|
@@ -17998,16 +18033,16 @@ class Switch {
|
|
|
17998
18033
|
const { label, checkedState, size, disabled, name, value, hideLabel, helperText, inputId, theme, } = this;
|
|
17999
18034
|
const isSmall = size === "small";
|
|
18000
18035
|
renderHiddenInput(this.el, checkedState ? value : "", name, disabled);
|
|
18001
|
-
return (hAsync(Host, { key: '
|
|
18036
|
+
return (hAsync(Host, { key: '4d5830cca94b2dd699ad0f906dc1095f267675d4', class: {
|
|
18002
18037
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
18003
|
-
} }, hAsync("label", { key: '
|
|
18038
|
+
} }, hAsync("label", { key: '61c6e73d0435b8911566ac628313f6a44c67d297', class: {
|
|
18004
18039
|
"ic-switch-container": true,
|
|
18005
18040
|
"ic-switch-disabled": !!disabled,
|
|
18006
18041
|
"ic-switch-small": isSmall,
|
|
18007
|
-
}, htmlFor: inputId }, !hideLabel && (hAsync("ic-input-label", { key: '
|
|
18042
|
+
}, htmlFor: inputId }, !hideLabel && (hAsync("ic-input-label", { key: 'e8be8d74b3183a3b4a8ab53e7f38e0eda8d8b4e0', for: inputId, label: label, helperText: helperText, readonly: false, disabled: disabled, class: {
|
|
18008
18043
|
"ic-switch-label": true,
|
|
18009
18044
|
"ic-switch-label-small": isSmall,
|
|
18010
|
-
} }, hAsync("slot", { key: '
|
|
18045
|
+
} }, hAsync("slot", { key: 'c26f98190a6dac0fcbcac0e76d512de045ed728e', name: "helper-text", slot: "helper-text" }))), !hideLabel && hAsync("span", { key: '138bab016cba136f3f5bf5f8ed04fef823dfa7c1', class: "ic-switch-line-break" }), hAsync("input", { key: 'e1ee536f3683fbf23a874fa3b33099107df38636', 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: '1148ac346b57bac965f562511a4d05e480bddd6c', class: "ic-switch-toggle" }, hAsync("svg", { key: '78508c5b97bf67b0e9e3b23911bb53aaeeb7271c', class: "ic-switch-icon", "aria-hidden": "true", focusable: "false", viewBox: "0 0 10 10", xmlns: "http://www.w3.org/2000/svg" }, hAsync("line", { key: 'c32e2f0c7d95be778ba673085d95b03275e17d42', class: "ic-switch-icon-line", x1: "9", y1: isSmall ? "2" : "1", x2: "9", y2: isSmall ? "8" : "9" })), hAsync("svg", { key: 'ba5c613c591a7d1b7d9c11682b3db371449bf9e6', class: "ic-switch-icon", "aria-hidden": "true", focusable: "false", viewBox: "0 0 10 10", xmlns: "http://www.w3.org/2000/svg" }, hAsync("circle", { key: 'c15318f31f8b84ac4d38488ab90808ba8fd6886c', class: "ic-switch-icon-circle", fill: "none", cx: "5", cy: "5", r: isSmall ? "3.335" : "4.445" }))), hAsync("slot", { key: '9ea7ffdc5e061674be43b1f5a06e262acc7ebd3a', name: "right-adornment" }))));
|
|
18011
18046
|
}
|
|
18012
18047
|
static get delegatesFocus() { return true; }
|
|
18013
18048
|
get el() { return getElement(this); }
|
|
@@ -18393,7 +18428,7 @@ class TabContext {
|
|
|
18393
18428
|
}
|
|
18394
18429
|
}
|
|
18395
18430
|
render() {
|
|
18396
|
-
return hAsync("slot", { key: '
|
|
18431
|
+
return hAsync("slot", { key: 'a64045ed32f186e6117f25642dafab8efe17dd13' });
|
|
18397
18432
|
}
|
|
18398
18433
|
get el() { return getElement(this); }
|
|
18399
18434
|
static get watchers() { return {
|
|
@@ -18440,11 +18475,11 @@ class TabGroup {
|
|
|
18440
18475
|
}
|
|
18441
18476
|
render() {
|
|
18442
18477
|
const { inline, theme, label, monochrome } = this;
|
|
18443
|
-
return (hAsync(Host, { key: '
|
|
18478
|
+
return (hAsync(Host, { key: '907693650fa274e54826ca116016e8bea75aa29c', role: "tablist", "aria-label": label, class: {
|
|
18444
18479
|
["ic-tab-group-inline"]: !!inline,
|
|
18445
18480
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
18446
18481
|
["ic-tab-group-monochrome"]: !!monochrome,
|
|
18447
|
-
} }, hAsync("ic-horizontal-scroll", { key: '
|
|
18482
|
+
} }, hAsync("ic-horizontal-scroll", { key: '94a5fd18b222a07d6119c6bc291522b12aaf91f3', theme: theme, "focus-trigger": "tabFocus", monochrome: monochrome }, hAsync("div", { key: 'a81bf05bd2e9d2d079a9b05899da06c6a27cb231', class: "tabs-container" }, hAsync("slot", { key: '434bc2798a1f471d7365a9854254f82bafa3c2d5' })))));
|
|
18448
18483
|
}
|
|
18449
18484
|
static get delegatesFocus() { return true; }
|
|
18450
18485
|
static get style() { return IcTabGroupStyle0; }
|
|
@@ -18487,10 +18522,10 @@ class TabPanel {
|
|
|
18487
18522
|
}
|
|
18488
18523
|
render() {
|
|
18489
18524
|
const { active, theme } = this;
|
|
18490
|
-
return (hAsync(Host, { key: '
|
|
18525
|
+
return (hAsync(Host, { key: '51756c01996190f5a90e7018a2146f6e27e6185a', class: {
|
|
18491
18526
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
18492
18527
|
"ic-tab-panel-hidden": !active,
|
|
18493
|
-
}, role: "tabpanel", "aria-hidden": `${!active}` }, hAsync("div", { key: '
|
|
18528
|
+
}, role: "tabpanel", "aria-hidden": `${!active}` }, hAsync("div", { key: 'fbe0b579017645beeb19d419f1ccf2fcde4c51e1' }, hAsync("slot", { key: '482a66418dc7c89364da609e03f544f5b71d9849' }))));
|
|
18494
18529
|
}
|
|
18495
18530
|
get el() { return getElement(this); }
|
|
18496
18531
|
static get style() { return IcTabPanelStyle0; }
|
|
@@ -18518,6 +18553,7 @@ let inputIds = 0;
|
|
|
18518
18553
|
const MUTABLE_ATTRIBUTES = [...IC_INHERITED_ARIA, "title"];
|
|
18519
18554
|
/**
|
|
18520
18555
|
* @slot helper-text - Content is set as the helper text for the text field.
|
|
18556
|
+
* @slot validation-text - Content is set as validation text for the text field.
|
|
18521
18557
|
* @slot icon - Content will be placed to the left of the text input.
|
|
18522
18558
|
*/
|
|
18523
18559
|
class TextField {
|
|
@@ -18901,14 +18937,14 @@ class TextField {
|
|
|
18901
18937
|
hiddenInput
|
|
18902
18938
|
? renderHiddenInput(this.el, value, name, disabledMode)
|
|
18903
18939
|
: removeHiddenInput(this.el);
|
|
18904
|
-
return (hAsync(Host, { key: '
|
|
18940
|
+
return (hAsync(Host, { key: 'a098007f75d3bf05058679006000a305447a3f97', class: {
|
|
18905
18941
|
"ic-text-field-full-width": fullWidth,
|
|
18906
18942
|
"ic-text-field-disabled": disabledMode,
|
|
18907
18943
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
18908
|
-
} }, hAsync("ic-input-container", { key: '
|
|
18944
|
+
} }, hAsync("ic-input-container", { key: 'a75383406081d9f9dd9bf83b794713c8a8c33eff', readonly: readonly, disabled: disabledMode }, !hideLabel && (hAsync("ic-input-label", { key: '5e145b4a2b71e47d8a9600571666e8b18a1973bd', for: inputId, label: label, helperText: helperText, required: required, disabled: disabledText, readonly: readonly }, hAsync("slot", { key: 'fbde0ccff51839c9e8604b49ef2e5a0e42513f09', name: "helper-text", slot: "helper-text" }))), hAsync("ic-input-component-container", { key: '217ca703c97abad8551a4598ed33dee4af0a1ee3', size: size, validationStatus: currentStatus, multiLine: multiline, disabled: disabledMode, readonly: readonly, validationInline: validationInline, fullWidth: fullWidth }, showLeftIcon && (hAsync("span", { key: 'c76c20299561c6112ec484b8197bcf681584115d', class: {
|
|
18909
18945
|
readonly,
|
|
18910
18946
|
"has-value": this.getNumberOfCharacters(value) > 0,
|
|
18911
|
-
}, slot: "left-icon" }, hAsync("slot", { key: '
|
|
18947
|
+
}, slot: "left-icon" }, hAsync("slot", { key: '171169b5eb33513fda471e8de18a20c0ae040936', 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: {
|
|
18912
18948
|
"no-left-pad": !showLeftIcon && readonly,
|
|
18913
18949
|
readonly,
|
|
18914
18950
|
"truncate-value": truncateValue,
|
|
@@ -18916,12 +18952,12 @@ class TextField {
|
|
|
18916
18952
|
"no-resize": resize === false || !!readonly,
|
|
18917
18953
|
"no-left-pad": !showLeftIcon && !!readonly,
|
|
18918
18954
|
readonly: !!readonly,
|
|
18919
|
-
}, 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: '
|
|
18955
|
+
}, 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: '79c4833270e9e5d2ba5b235267f1f0e50195163d', name: "clear-button" })), isSlotUsed(el, "search-submit-button") && (hAsync("slot", { key: 'a3db17f9b067f54fcc4ddc4a47a7d794a7b627cb', name: "search-submit-button" }))), isSlotUsed(el, "menu") && hAsync("slot", { key: 'f9750f4141ff93b1a58401afc7bef74ded33b11f', name: "menu" }), hAsync("ic-input-validation", { key: 'd582922b6f50b5bf776f1a7b31fa743fbf2e97ca', class: { "show-validation": this.showValidationMargin() }, status: this.hasStatus(currentStatus) === false ||
|
|
18920
18956
|
(currentStatus === IcInformationStatus.Success &&
|
|
18921
18957
|
validationInline) ||
|
|
18922
18958
|
validationInlineInternal
|
|
18923
18959
|
? ""
|
|
18924
|
-
: currentStatus, message: showStatusText ? currentValidationText : "", ariaLiveMode: messageAriaLive, for: inputId, fullWidth: fullWidth }, !readonly && maxNumChars > 0 && (hAsync("div", { key: '
|
|
18960
|
+
: currentStatus, message: showStatusText ? currentValidationText : "", ariaLiveMode: messageAriaLive, for: inputId, fullWidth: fullWidth }, isSlotUsed(el, "validation-text") && (hAsync("slot", { key: '80fa88be4c45ce4355da0d1d62adae0dd56b021d', name: "validation-text", slot: "validation-message" })), !readonly && maxNumChars > 0 && (hAsync("div", { key: '575559f310a0cf1b953f9423efdaaa4a00ea1b94', slot: "validation-message-adornment" }, !hideCharCount && (hAsync("ic-typography", { key: 'b98ae8945e4528c5df4f100cd10359781b19f4b4', variant: "caption", class: "char-count-text" }, hAsync("span", { key: '9e70d0c79c6a69fcb08182487a612b55c493b37e', class: "char-count" }, numChars, "/", maxNumChars))), hAsync("span", { key: 'a598443cda020214b8d60285c1843ff47f40fda8', class: "remaining-char-count-desc", "aria-live": "polite", hidden: !isFocussed, id: remainingCharCountDescId }, remainingCharCountDesc), hAsync("span", { key: 'a1d6085adef0f94c8fbb8f85f0e5cff4d1f0eae9', hidden: true, id: hiddenCharCountDescId }, "Field can contain a maximum of ", maxNumChars, " characters.")))))));
|
|
18925
18961
|
}
|
|
18926
18962
|
get el() { return getElement(this); }
|
|
18927
18963
|
static get watchers() { return {
|
|
@@ -19060,7 +19096,7 @@ class Theme {
|
|
|
19060
19096
|
}
|
|
19061
19097
|
render() {
|
|
19062
19098
|
const { themeClass } = this;
|
|
19063
|
-
return (hAsync(Host, { key: '
|
|
19099
|
+
return (hAsync(Host, { key: 'ee89cdd36cb4cb7e0589dfea2dd5a60b5de40041', class: themeClass }, hAsync("slot", { key: 'e7803bf5fc0974bfcf9a2a52cb5870254453a1bd' })));
|
|
19064
19100
|
}
|
|
19065
19101
|
static get watchers() { return {
|
|
19066
19102
|
"brandColor": ["watchBrandColorPropHandler"],
|
|
@@ -19289,20 +19325,20 @@ class Toast {
|
|
|
19289
19325
|
}
|
|
19290
19326
|
render() {
|
|
19291
19327
|
const { variant, heading, message, visible, isManual, dismissButtonAriaLabel, theme, } = this;
|
|
19292
|
-
return (hAsync(Host, { key: '
|
|
19328
|
+
return (hAsync(Host, { key: '81a4c0dc1f855356533c93cdbf55445eacf0a91b', class: {
|
|
19293
19329
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
19294
19330
|
["ic-toast-hidden"]: !visible,
|
|
19295
19331
|
[`ic-toast-variant-${variant}`]: variant !== undefined,
|
|
19296
|
-
}, tabindex: "0", onFocus: this.onFocus, onBlur: this.onBlur, role: isManual ? "dialog" : "alert", "aria-live": isManual ? null : "polite" }, hAsync("div", { key: '
|
|
19332
|
+
}, tabindex: "0", onFocus: this.onFocus, onBlur: this.onBlur, role: isManual ? "dialog" : "alert", "aria-live": isManual ? null : "polite" }, hAsync("div", { key: '02f41e1e898f25542ea68b91997bdcb241e901f0', class: {
|
|
19297
19333
|
["container"]: true,
|
|
19298
19334
|
[`container-${variant}`]: variant !== undefined,
|
|
19299
|
-
} }, variant && visible && (hAsync("div", { key: '
|
|
19335
|
+
} }, variant && visible && (hAsync("div", { key: 'd7ebb7c524c6b81c1360afe78efa0e040459367b', class: "toast-icon-container" }, hAsync("div", { key: '7ce48b10412174ca212ed6454b6f29025b7b042a', class: {
|
|
19300
19336
|
["divider"]: true,
|
|
19301
19337
|
[`divider-${variant}`]: true,
|
|
19302
|
-
} }), variant === "neutral" ? (hAsync("slot", { name: "neutral-icon" })) : (hAsync("span", { class: "toast-icon", innerHTML: VARIANT_ICONS[variant].icon })))), hAsync("div", { key: '
|
|
19338
|
+
} }), variant === "neutral" ? (hAsync("slot", { name: "neutral-icon" })) : (hAsync("span", { class: "toast-icon", innerHTML: VARIANT_ICONS[variant].icon })))), hAsync("div", { key: '870be416a0620206a69fe4c9c3e461596e30bde0', class: {
|
|
19303
19339
|
["toast-content"]: true,
|
|
19304
19340
|
["no-icon"]: variant === "neutral" && !isSlotUsed(this.el, "neutral-icon"),
|
|
19305
|
-
} }, hAsync("div", { key: '
|
|
19341
|
+
} }, hAsync("div", { key: 'e00a6fbb9eaec0bcae79308771b809726f54aba9', class: "toast-text" }, hAsync("ic-typography", { key: '72e0b0f6c05e32535c37185cdae6d1e7090bd934', variant: "subtitle-large", class: "toast-heading" }, visible && (isManual ? hAsync("h5", null, heading) : hAsync("p", null, heading))), message && (hAsync("ic-typography", { key: 'f689173f4c0c50cf48cd29c416c317d572d50a41', variant: "body", class: "toast-message" }, visible && hAsync("p", { key: '761d3060c3b22eade0ed0143f3567185f135f578' }, message)))), isSlotUsed(this.el, "action") && (hAsync("div", { key: '182b0e6febcaefe93c4e0d0de4862068b46cc402', class: "toast-action-container" }, hAsync("slot", { key: 'e3cc30f20960eaf5d6280149defb41753661f4ff', 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 })))));
|
|
19306
19342
|
}
|
|
19307
19343
|
get el() { return getElement(this); }
|
|
19308
19344
|
static get watchers() { return {
|
|
@@ -19375,7 +19411,7 @@ class ToastRegion {
|
|
|
19375
19411
|
}
|
|
19376
19412
|
}
|
|
19377
19413
|
render() {
|
|
19378
|
-
return hAsync("slot", { key: '
|
|
19414
|
+
return hAsync("slot", { key: '5f8c46d718f868942c5b46b431b2cee136e215b4' });
|
|
19379
19415
|
}
|
|
19380
19416
|
get el() { return getElement(this); }
|
|
19381
19417
|
static get watchers() { return {
|
|
@@ -19548,7 +19584,7 @@ class ToggleButton {
|
|
|
19548
19584
|
render() {
|
|
19549
19585
|
const { accessibleLabel, checked, disabled, fullWidth, iconPlacement, monochrome, label, loading, outline, size, theme, tooltipPlacement, variant, } = this;
|
|
19550
19586
|
const iconVariant = variant === "icon";
|
|
19551
|
-
return (hAsync(Host, { key: '
|
|
19587
|
+
return (hAsync(Host, { key: 'ac4b415968c1efd66e8955a8c8af1aaa7fb674eb', class: {
|
|
19552
19588
|
"ic-toggle-button-checked": checked,
|
|
19553
19589
|
"ic-toggle-button-disabled": disabled,
|
|
19554
19590
|
"ic-toggle-button-icon": iconVariant,
|
|
@@ -19558,7 +19594,7 @@ class ToggleButton {
|
|
|
19558
19594
|
"ic-toggle-button-hide-outline": !outline,
|
|
19559
19595
|
[`ic-toggle-button-${size}`]: true,
|
|
19560
19596
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
19561
|
-
}, onFocus: this.handleFocus }, hAsync("ic-button", { key: '
|
|
19597
|
+
}, onFocus: this.handleFocus }, hAsync("ic-button", { key: 'b7b11f11ca70640ab0845f38a28d82783aa77bad', "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: 'cd66bf39a1ec558c0752f45b80d7121b84d064f2' }), isSlotUsed(this.el, "icon") && (hAsync("slot", { key: '7507e37283041039dab8b3d40045b9ce6fe0a7b4', name: "icon", slot: `${iconPlacement}-icon` })), isSlotUsed(this.el, "badge") && (hAsync("slot", { key: '34c6384a8cbc82f26af11b2ba61ab83a8e18ae03', name: "badge", slot: "badge" })))));
|
|
19562
19598
|
}
|
|
19563
19599
|
static get delegatesFocus() { return true; }
|
|
19564
19600
|
get el() { return getElement(this); }
|
|
@@ -19838,14 +19874,14 @@ class ToggleButtonGroup {
|
|
|
19838
19874
|
}
|
|
19839
19875
|
render() {
|
|
19840
19876
|
const { accessibleLabel, disabled, fullWidth, loading, monochrome, outline, theme, } = this;
|
|
19841
|
-
return (hAsync(Host, { key: '
|
|
19877
|
+
return (hAsync(Host, { key: 'd166c6c17f134bde60a09a1a2bf80cb1681e4c19', role: "group", "aria-label": accessibleLabel, tabindex: disabled ? -1 : 0, class: {
|
|
19842
19878
|
"ic-toggle-button-group-disabled": disabled,
|
|
19843
19879
|
"ic-toggle-button-group-full-width": fullWidth,
|
|
19844
19880
|
"ic-toggle-button-group-loading": loading,
|
|
19845
19881
|
"ic-toggle-button-group-monochrome": monochrome,
|
|
19846
19882
|
"ic-toggle-button-group-hide-outline": !outline,
|
|
19847
19883
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
19848
|
-
}, onFocus: this.handleHostFocus }, hAsync("slot", { key: '
|
|
19884
|
+
}, onFocus: this.handleHostFocus }, hAsync("slot", { key: '1f20b0c477f837e482fc15bf6632e56c82e5c825' })));
|
|
19849
19885
|
}
|
|
19850
19886
|
get el() { return getElement(this); }
|
|
19851
19887
|
static get watchers() { return {
|
|
@@ -20363,9 +20399,12 @@ class TopNavigation {
|
|
|
20363
20399
|
[`ic-theme-${theme}`]: theme !== "inherit",
|
|
20364
20400
|
} }, hAsync("div", { key: 'c0a641f02b5c568bcf2e75dd743f42bcacfa3df6', class: "top-navigation" }, hAsync("ic-section-container", { key: 'f31505caa30741b6ae5a7091d01735c6b0b2eb07', aligned: contentAligned, "full-height": true }, hAsync("header", { key: '6ab710016c32c632fefc7827114bba07cff300b1', role: "banner" }, hAsync("div", { key: 'a5b18754252754ecf8f577a113a5e7ffe6214efd', class: "top-panel-container" }, hAsync("div", { key: '473ebdef80637e47a30bf1f2570d9698ef819766', class: "app-details-container" }, (hasTitle || hasAppTitleSlot) && (hAsync(Component, Object.assign({ key: '8082824e0d859123195ed0cc076858e861ed6f83', class: "title-link" }, attrs), hasAppIcon && (hAsync("div", { key: '4e6846d703b47491d7867d993fc91c680bb7f965', class: "app-icon-container" }, hAsync("slot", { key: '5755567877527b6c4dea32d246295f13344a1116', name: "app-icon" }))), isSmallDeviceSize &&
|
|
20365
20401
|
(!isEmptyString(shortAppTitle) || shortAppTitleSlot) ? (hAsync("ic-typography", { variant: "subtitle-small", "aria-label": (!hasAppTitleSlot || !shortAppTitleSlot) &&
|
|
20366
|
-
`${appTitle} (${shortAppTitle})` }, hAsync("h1", null, shortAppTitleSlot ? (hAsync("slot", { name: "short-app-title" })) : (shortAppTitle)))) : (hAsync("ic-typography", { variant: appTitleVariant }, hAsync("h1", { class: "title-wrap" }, hasAppTitleSlot ? (hAsync("slot", { name: "app-title" })) : (appTitle)))))), hasStatus && (hAsync("div", { key: '0d1119c72ec12921b9d8ac4c753549b5266a0a77', class: "app-status" }, hAsync("ic-typography", { key: '0159177ab7abdf8ffacbc54fe2a00db8b51f4034', "aria-label": "app tag", variant: "label-uppercase", class: "app-status-text" }, status))), hasVersion && (hAsync("div", { key: 'f83651366bf13750e9c637643290d01d9158cbb3', class: "app-version" }, hAsync("ic-typography", { key: '61d5ddb22f858319246f352ea9db8cf2a380dbb7', variant: "label", class: "app-version-text", "aria-label": "app version" }, version)))), (hasSearchSlotContent || hasMenuContent) && (hAsync("div", { key: '38c8b6032287ae554d95affd0343d8e1a06e9672', class: "search-menu-container" }, hAsync("div", { key: '177f304cb5d52052c1595d90a313187f5faf7fb8', class: "search-actions-container" }, !overMobileBreakpoint ? (hAsync(Fragment, null, hAsync("slot", { name: "search" }), hasIconButtons && (hAsync("div", { class: "icon-buttons-container" }, hAsync("slot", { name: "buttons" }))))) : (hAsync(Fragment, null, hasSearchSlotContent && (hAsync("ic-button", { id: "search-toggle-button", ref: (el) => (this.mobileSearchButtonEl = el), onMouseDown: searchButtonMouseDownHandler, variant: "icon-tertiary", monochrome: true, size: searchButtonSize, "aria-label": mobileSearchButtonTitle, theme: foregroundColor, onClick: searchButtonClickHandler }, hAsync("slot", { name: "toggle-icon" }, hAsync("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "#ffffff" }, hAsync("path", { d: "M0 0h24v24H0V0z", fill: "none" }), hAsync("path", { d: "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z" }))))), hasMenuContent && (hAsync("div", { class: "menu-button-container" }, hAsync("span", { id: "navigation-landmark-button-text", class: "navigation-landmark-button-text", "aria-hidden": "true" }, "Main navigation button"), hAsync("nav", { "aria-labelledby": "navigation-landmark-button-text", "aria-hidden": `${navMenuVisible}` }, hAsync("ic-button", { id: "menu-button", ref: (el) => (this.menuButtonEl = el), theme: foregroundColor, variant: "secondary", monochrome: true, "aria-expanded": "false", "aria-haspopup": "true", "aria-label": `Open ${hasNavigation ? "navigation" : "app"} menu`, size: menuSize, onClick: menuButtonClick }, "Menu", hAsync("svg", { xmlns: "http://www.w3.org/2000/svg", height: "24px", viewBox: "0 0 24 24", width: "24px", fill: "#ffffff", slot: "left-icon" }, hAsync("path", { d: "M0 0h24v24H0V0z", fill: "none" }), hAsync("path", { d: "M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z" })))))))))))), mobileSearchBarVisible && (hAsync("div", { key: '2573f4f3d0c07b9a8189739e71b1280ee10db8b7', class: "search-bar-container" }, hAsync("slot", { key: '4ec2d201033b3f084a372a781d11a9171b7357db', name: "search" }))), hasNavigation && !overMobileBreakpoint && (hAsync("div", { key: '2ed8494ed944a24944535339faaf87ff50bc2666', class: "navigation-tabs" }, hAsync("span", { key: '8d4749293defd91560f3ed064a40b37ef7bef3f2', id: "navigation-landmark-text", class: "navigation-landmark-text", "aria-hidden": "true" }, "Main pages"), hAsync("nav", { key: '2f026275dcebbb493ab8dd2d337dc07e85fddd47', "aria-labelledby": "navigation-landmark-text", class: "nav-panel-container" }, hAsync("ic-horizontal-scroll", { key: '
|
|
20402
|
+
`${appTitle} (${shortAppTitle})` }, hAsync("h1", null, shortAppTitleSlot ? (hAsync("slot", { name: "short-app-title" })) : (shortAppTitle)))) : (hAsync("ic-typography", { variant: appTitleVariant }, hAsync("h1", { class: "title-wrap" }, hasAppTitleSlot ? (hAsync("slot", { name: "app-title" })) : (appTitle)))))), hasStatus && (hAsync("div", { key: '0d1119c72ec12921b9d8ac4c753549b5266a0a77', class: "app-status" }, hAsync("ic-typography", { key: '0159177ab7abdf8ffacbc54fe2a00db8b51f4034', "aria-label": "app tag", variant: "label-uppercase", class: "app-status-text" }, status))), hasVersion && (hAsync("div", { key: 'f83651366bf13750e9c637643290d01d9158cbb3', class: "app-version" }, hAsync("ic-typography", { key: '61d5ddb22f858319246f352ea9db8cf2a380dbb7', variant: "label", class: "app-version-text", "aria-label": "app version" }, version)))), (hasSearchSlotContent || hasMenuContent) && (hAsync("div", { key: '38c8b6032287ae554d95affd0343d8e1a06e9672', class: "search-menu-container" }, hAsync("div", { key: '177f304cb5d52052c1595d90a313187f5faf7fb8', class: "search-actions-container" }, !overMobileBreakpoint ? (hAsync(Fragment, null, hAsync("slot", { name: "search" }), hasIconButtons && (hAsync("div", { class: "icon-buttons-container" }, hAsync("slot", { name: "buttons" }))))) : (hAsync(Fragment, null, hasSearchSlotContent && (hAsync("ic-button", { id: "search-toggle-button", ref: (el) => (this.mobileSearchButtonEl = el), onMouseDown: searchButtonMouseDownHandler, variant: "icon-tertiary", monochrome: true, size: searchButtonSize, "aria-label": mobileSearchButtonTitle, theme: foregroundColor, onClick: searchButtonClickHandler }, hAsync("slot", { name: "toggle-icon" }, hAsync("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "#ffffff" }, hAsync("path", { d: "M0 0h24v24H0V0z", fill: "none" }), hAsync("path", { d: "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z" }))))), hasMenuContent && (hAsync("div", { class: "menu-button-container" }, hAsync("span", { id: "navigation-landmark-button-text", class: "navigation-landmark-button-text", "aria-hidden": "true" }, "Main navigation button"), hAsync("nav", { "aria-labelledby": "navigation-landmark-button-text", "aria-hidden": `${navMenuVisible}` }, hAsync("ic-button", { id: "menu-button", ref: (el) => (this.menuButtonEl = el), theme: foregroundColor, variant: "secondary", monochrome: true, "aria-expanded": "false", "aria-haspopup": "true", "aria-label": `Open ${hasNavigation ? "navigation" : "app"} menu`, size: menuSize, onClick: menuButtonClick }, "Menu", hAsync("svg", { xmlns: "http://www.w3.org/2000/svg", height: "24px", viewBox: "0 0 24 24", width: "24px", fill: "#ffffff", slot: "left-icon" }, hAsync("path", { d: "M0 0h24v24H0V0z", fill: "none" }), hAsync("path", { d: "M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z" })))))))))))), mobileSearchBarVisible && (hAsync("div", { key: '2573f4f3d0c07b9a8189739e71b1280ee10db8b7', class: "search-bar-container" }, hAsync("slot", { key: '4ec2d201033b3f084a372a781d11a9171b7357db', name: "search" }))), hasNavigation && !overMobileBreakpoint && (hAsync("div", { key: '2ed8494ed944a24944535339faaf87ff50bc2666', class: "navigation-tabs" }, hAsync("span", { key: '8d4749293defd91560f3ed064a40b37ef7bef3f2', id: "navigation-landmark-text", class: "navigation-landmark-text", "aria-hidden": "true" }, "Main pages"), hAsync("nav", { key: '2f026275dcebbb493ab8dd2d337dc07e85fddd47', "aria-labelledby": "navigation-landmark-text", class: "nav-panel-container" }, hAsync("ic-horizontal-scroll", { key: 'e33cbc8cd546a0fb563b8bdde108da0c2e80ef66',
|
|
20403
|
+
// eslint-disable-next-line
|
|
20404
|
+
// @ts-ignore
|
|
20405
|
+
monochrome: true, appearance: foregroundColor }, hAsync("ul", { key: '7512b3b85f91075faaaeccd96ebac66e068a849e', class: "navigation-item-list", tabindex: "-1" }, hAsync("slot", { key: 'e61779a3dbae4589b88209d8a93f30bda5f039b4', name: "navigation" }))))))))), navMenuVisible && (hAsync("ic-navigation-menu", { key: 'eb34ba01d4c4bb293e158f2fde8d01450fd74458', version: version, status: status, class: {
|
|
20367
20406
|
inline,
|
|
20368
|
-
} }, hasIconButtons && (hAsync("div", { key: '
|
|
20407
|
+
} }, hasIconButtons && (hAsync("div", { key: '996eda82c263a6d31a9ce7ec7aa56f529fe2fae9', class: "menu-buttons-slot", slot: "buttons" }, hAsync("slot", { key: 'ef23428fa633c02499144aff67d86dd5da8288e5', name: "buttons" }))), hAsync("ul", { key: '1e1fc74c7d084bcc7890cd8449f59112b8b013d9', slot: "navigation" }, hAsync("slot", { key: '7cd944be78c406c52085b9cd8d9f515007716103', name: "navigation" }))))));
|
|
20369
20408
|
}
|
|
20370
20409
|
get el() { return getElement(this); }
|
|
20371
20410
|
static get watchers() { return {
|