@ukic/web-components 2.1.0-beta.9 → 2.3.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/OpenInNew-f9958725.js +7 -0
- package/dist/cjs/OpenInNew-f9958725.js.map +1 -0
- package/dist/cjs/chevron-icon-2bb3a907.js +10 -0
- package/dist/cjs/chevron-icon-2bb3a907.js.map +1 -0
- package/dist/cjs/{close-icon-8ccb0163.js → close-icon-04be4880.js} +2 -2
- package/dist/cjs/close-icon-04be4880.js.map +1 -0
- package/dist/cjs/core.cjs.js +10 -3
- package/dist/cjs/core.cjs.js.map +1 -1
- package/dist/cjs/{helpers-6eb26e7a.js → helpers-3811d14b.js} +43 -37
- package/dist/cjs/helpers-3811d14b.js.map +1 -0
- package/dist/cjs/ic-alert.cjs.entry.js +12 -12
- package/dist/cjs/ic-alert.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-back-to-top.cjs.entry.js +5 -5
- package/dist/cjs/ic-back-to-top.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-breadcrumb-group.cjs.entry.js +39 -33
- package/dist/cjs/ic-breadcrumb-group.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-breadcrumb.cjs.entry.js +14 -13
- package/dist/cjs/ic-breadcrumb.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-button_3.cjs.entry.js +280 -120
- package/dist/cjs/ic-button_3.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-card.cjs.entry.js +46 -45
- package/dist/cjs/ic-card.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-checkbox-group.cjs.entry.js +25 -23
- package/dist/cjs/ic-checkbox-group.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-checkbox.cjs.entry.js +47 -29
- package/dist/cjs/ic-checkbox.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-chip.cjs.entry.js +18 -15
- package/dist/cjs/ic-chip.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-classification-banner.cjs.entry.js +1 -1
- package/dist/cjs/ic-data-entity.cjs.entry.js +2 -2
- package/dist/cjs/ic-data-entity.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-data-row.cjs.entry.js +38 -24
- package/dist/cjs/ic-data-row.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-dialog.cjs.entry.js +295 -0
- package/dist/cjs/ic-dialog.cjs.entry.js.map +1 -0
- package/dist/cjs/ic-divider.cjs.entry.js +3 -3
- package/dist/cjs/ic-divider.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-empty-state.cjs.entry.js +37 -0
- package/dist/cjs/ic-empty-state.cjs.entry.js.map +1 -0
- package/dist/cjs/ic-footer-link-group.cjs.entry.js +18 -18
- package/dist/cjs/ic-footer-link-group.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-footer-link.cjs.entry.js +23 -17
- package/dist/cjs/ic-footer-link.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-footer.cjs.entry.js +26 -21
- package/dist/cjs/ic-footer.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-hero.cjs.entry.js +23 -21
- package/dist/cjs/ic-hero.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-horizontal-scroll.cjs.entry.js +45 -26
- package/dist/cjs/ic-horizontal-scroll.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-input-component-container_3.cjs.entry.js +299 -159
- package/dist/cjs/ic-input-component-container_3.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-input-label_2.cjs.entry.js +11 -11
- package/dist/cjs/ic-input-label_2.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-link.cjs.entry.js +22 -23
- package/dist/cjs/ic-link.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-menu-group.cjs.entry.js +24 -0
- package/dist/cjs/ic-menu-group.cjs.entry.js.map +1 -0
- package/dist/cjs/ic-menu-item.cjs.entry.js +122 -0
- package/dist/cjs/ic-menu-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ic-navigation-button.cjs.entry.js +19 -19
- package/dist/cjs/ic-navigation-button.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-navigation-group.cjs.entry.js +113 -66
- package/dist/cjs/ic-navigation-group.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-navigation-item.cjs.entry.js +48 -42
- package/dist/cjs/ic-navigation-item.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-navigation-menu.cjs.entry.js +28 -34
- package/dist/cjs/ic-navigation-menu.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-page-header.cjs.entry.js +24 -27
- package/dist/cjs/ic-page-header.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-pagination-item.cjs.entry.js +56 -0
- package/dist/cjs/ic-pagination-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ic-pagination.cjs.entry.js +227 -0
- package/dist/cjs/ic-pagination.cjs.entry.js.map +1 -0
- package/dist/cjs/ic-popover-menu.cjs.entry.js +289 -0
- package/dist/cjs/ic-popover-menu.cjs.entry.js.map +1 -0
- package/dist/cjs/ic-radio-group.cjs.entry.js +43 -25
- package/dist/cjs/ic-radio-group.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-radio-option.cjs.entry.js +39 -38
- package/dist/cjs/ic-radio-option.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-search-bar.cjs.entry.js +181 -104
- package/dist/cjs/ic-search-bar.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-section-container.cjs.entry.js +1 -1
- package/dist/cjs/ic-select.cjs.entry.js +349 -190
- package/dist/cjs/ic-select.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-side-navigation.cjs.entry.js +129 -91
- package/dist/cjs/ic-side-navigation.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-skeleton.cjs.entry.js +4 -4
- package/dist/cjs/ic-skeleton.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-status-tag.cjs.entry.js +6 -6
- package/dist/cjs/ic-status-tag.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-step.cjs.entry.js +10 -10
- package/dist/cjs/ic-step.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-stepper.cjs.entry.js +15 -15
- package/dist/cjs/ic-stepper.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-switch.cjs.entry.js +20 -19
- package/dist/cjs/ic-switch.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-tab-context.cjs.entry.js +68 -32
- package/dist/cjs/ic-tab-context.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-tab-group.cjs.entry.js +5 -4
- package/dist/cjs/ic-tab-group.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-tab-panel.cjs.entry.js +15 -4
- package/dist/cjs/ic-tab-panel.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-tab.cjs.entry.js +32 -7
- package/dist/cjs/ic-tab.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-text-field.cjs.entry.js +102 -72
- package/dist/cjs/ic-text-field.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-theme.cjs.entry.js +2 -2
- package/dist/cjs/ic-theme.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-toast-region.cjs.entry.js +13 -13
- package/dist/cjs/ic-toast-region.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-toast.cjs.entry.js +61 -57
- package/dist/cjs/ic-toast.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-top-navigation.cjs.entry.js +49 -45
- package/dist/cjs/ic-top-navigation.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-typography.cjs.entry.js +105 -5
- package/dist/cjs/ic-typography.cjs.entry.js.map +1 -1
- package/dist/cjs/{index-f79a4e53.js → index-2a0c6769.js} +260 -43
- package/dist/cjs/index-2a0c6769.js.map +1 -0
- package/dist/cjs/loader.cjs.js +4 -3
- package/dist/cjs/loader.cjs.js.map +1 -1
- package/dist/cjs/{popper-11d5f714.js → popper-d7adcfc6.js} +10 -17
- package/dist/cjs/popper-d7adcfc6.js.map +1 -0
- package/dist/cjs/types-3eb02246.js.map +1 -1
- package/dist/collection/assets/close-icon.svg +1 -1
- package/dist/collection/assets/error-icon.svg +3 -2
- package/dist/collection/assets/hamburger-menu-icon.svg +1 -1
- package/dist/collection/assets/info-icon.svg +3 -2
- package/dist/collection/assets/neutral-icon.svg +4 -3
- package/dist/collection/assets/pagination-first-last.svg +3 -0
- package/dist/collection/assets/pagination-next-previous.svg +3 -0
- package/dist/collection/assets/success-icon.svg +3 -2
- package/dist/collection/assets/warning-icon.svg +3 -2
- package/dist/collection/collection-manifest.json +18 -11
- package/dist/collection/components/ic-alert/ic-alert.css +10 -10
- package/dist/collection/components/ic-alert/ic-alert.js +50 -50
- package/dist/collection/components/ic-alert/ic-alert.js.map +1 -1
- package/dist/collection/components/ic-alert/{ic-alert.test.a11y.js → test/a11y/ic-alert.test.a11y.js} +1 -1
- package/dist/collection/components/ic-alert/test/a11y/ic-alert.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-alert/test/basic/ic-alert.e2e.js +16 -0
- package/dist/collection/components/ic-alert/test/basic/ic-alert.e2e.js.map +1 -0
- package/dist/collection/components/ic-alert/test/basic/ic-alert.spec.js +182 -0
- package/dist/collection/components/ic-alert/test/basic/ic-alert.spec.js.map +1 -0
- package/dist/collection/components/ic-back-to-top/ic-back-to-top.css +3 -3
- package/dist/collection/components/ic-back-to-top/ic-back-to-top.js +4 -4
- package/dist/collection/components/ic-back-to-top/ic-back-to-top.js.map +1 -1
- package/dist/collection/components/ic-back-to-top/test/a11y/ic-back-to-top.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-back-to-top/test/basic/ic-back-to-top.e2e.js +68 -0
- package/dist/collection/components/ic-back-to-top/test/basic/ic-back-to-top.e2e.js.map +1 -0
- package/dist/collection/components/ic-back-to-top/test/basic/ic-back-to-top.spec.js +123 -0
- package/dist/collection/components/ic-back-to-top/test/basic/ic-back-to-top.spec.js.map +1 -0
- package/dist/collection/components/ic-breadcrumb/ic-breadcrumb.css +19 -4
- package/dist/collection/components/ic-breadcrumb/ic-breadcrumb.js +28 -27
- package/dist/collection/components/ic-breadcrumb/ic-breadcrumb.js.map +1 -1
- package/dist/collection/components/ic-breadcrumb/test/basic/ic-breadcrumb.spec.js +118 -0
- package/dist/collection/components/ic-breadcrumb/test/basic/ic-breadcrumb.spec.js.map +1 -0
- package/dist/collection/components/ic-breadcrumb-group/ic-breadcrumb-group.js +37 -31
- package/dist/collection/components/ic-breadcrumb-group/ic-breadcrumb-group.js.map +1 -1
- package/dist/collection/components/ic-breadcrumb-group/{ic-breadcrumb-group.test.a11y.js → test/a11y/ic-breadcrumb-group.test.a11y.js} +1 -1
- package/dist/collection/components/ic-breadcrumb-group/test/a11y/ic-breadcrumb-group.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-breadcrumb-group/test/basic/ic-breadcrumb-group-test-examples.js.map +1 -0
- package/dist/collection/components/ic-breadcrumb-group/test/basic/ic-breadcrumb-group.e2e.js +41 -0
- package/dist/collection/components/ic-breadcrumb-group/test/basic/ic-breadcrumb-group.e2e.js.map +1 -0
- package/dist/collection/components/ic-breadcrumb-group/test/basic/ic-breadcrumb-group.spec.js +181 -0
- package/dist/collection/components/ic-breadcrumb-group/test/basic/ic-breadcrumb-group.spec.js.map +1 -0
- package/dist/collection/components/ic-button/ic-button.css +42 -11
- package/dist/collection/components/ic-button/ic-button.js +291 -119
- package/dist/collection/components/ic-button/ic-button.js.map +1 -1
- package/dist/collection/components/ic-button/ic-button.types.js.map +1 -1
- package/dist/collection/components/ic-button/{ic-button.test.a11y.js → test/a11y/ic-button.test.a11y.js} +1 -1
- package/dist/collection/components/ic-button/test/a11y/ic-button.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-button/test/basic/ic-button.e2e.js +198 -0
- package/dist/collection/components/ic-button/test/basic/ic-button.e2e.js.map +1 -0
- package/dist/collection/components/ic-button/test/basic/ic-button.spec.js +271 -0
- package/dist/collection/components/ic-button/test/basic/ic-button.spec.js.map +1 -0
- package/dist/collection/components/ic-card/ic-card.css +35 -10
- package/dist/collection/components/ic-card/ic-card.js +123 -122
- package/dist/collection/components/ic-card/ic-card.js.map +1 -1
- package/dist/collection/components/ic-card/{ic-card.test.a11y.js → test/a11y/ic-card.test.a11y.js} +1 -1
- package/dist/collection/components/ic-card/test/a11y/ic-card.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-card/test/basic/ic-card.e2e.js +23 -0
- package/dist/collection/components/ic-card/test/basic/ic-card.e2e.js.map +1 -0
- package/dist/collection/components/ic-card/test/basic/ic-card.spec.js +152 -0
- package/dist/collection/components/ic-card/test/basic/ic-card.spec.js.map +1 -0
- package/dist/collection/components/ic-checkbox/ic-checkbox.css +45 -8
- package/dist/collection/components/ic-checkbox/ic-checkbox.js +128 -66
- package/dist/collection/components/ic-checkbox/ic-checkbox.js.map +1 -1
- package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.css +3 -3
- package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.js +88 -64
- package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.js.map +1 -1
- package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.types.js.map +1 -1
- package/dist/collection/components/ic-checkbox-group/{ic-checkbox-group.test.a11y.js → test/a11y/ic-checkbox-group.test.a11y.js} +1 -1
- package/dist/collection/components/ic-checkbox-group/test/a11y/ic-checkbox-group.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-checkbox-group/test/basic/ic-checkbox-group.e2e.js +201 -0
- package/dist/collection/components/ic-checkbox-group/test/basic/ic-checkbox-group.e2e.js.map +1 -0
- package/dist/collection/components/ic-checkbox-group/test/basic/ic-checkbox-group.spec.js +203 -0
- package/dist/collection/components/ic-checkbox-group/test/basic/ic-checkbox-group.spec.js.map +1 -0
- package/dist/collection/components/ic-chip/ic-chip.css +11 -10
- package/dist/collection/components/ic-chip/ic-chip.js +55 -52
- package/dist/collection/components/ic-chip/ic-chip.js.map +1 -1
- package/dist/collection/components/ic-chip/ic-chip.types.js.map +1 -1
- package/dist/collection/components/ic-chip/{ic-chip.test.a11y.js → test/a11y/ic-chip.test.a11y.js} +1 -1
- package/dist/collection/components/ic-chip/test/a11y/ic-chip.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-chip/test/basic/ic-chip.spec.js +110 -0
- package/dist/collection/components/ic-chip/test/basic/ic-chip.spec.js.map +1 -0
- package/dist/collection/components/ic-classification-banner/{ic-classification-banner.test.a11y.js → test/a11y/ic-classification-banner.test.a11y.js} +1 -1
- package/dist/collection/components/ic-classification-banner/test/a11y/ic-classification-banner.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-classification-banner/test/basic/ic-classification-banner.spec.js +140 -0
- package/dist/collection/components/ic-classification-banner/test/basic/ic-classification-banner.spec.js.map +1 -0
- package/dist/collection/components/ic-data-entity/ic-data-entity.css +1 -1
- package/dist/collection/components/ic-data-entity/{ic-data-entity.test.a11y.js → test/a11y/ic-data-entity.test.a11y.js} +1 -1
- package/dist/collection/components/ic-data-entity/test/a11y/ic-data-entity.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-data-entity/test/basic/ic-data-entity.spec.js +161 -0
- package/dist/collection/components/ic-data-entity/test/basic/ic-data-entity.spec.js.map +1 -0
- package/dist/collection/components/ic-data-row/ic-data-row.css +1 -1
- package/dist/collection/components/ic-data-row/ic-data-row.js +51 -37
- package/dist/collection/components/ic-data-row/ic-data-row.js.map +1 -1
- package/dist/collection/components/ic-data-row/{ic-data-row.test.a11y.js → test/a11y/ic-data-row.test.a11y.js} +1 -1
- package/dist/collection/components/ic-data-row/test/a11y/ic-data-row.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-data-row/test/basic/ic-data-row.spec.js +74 -0
- package/dist/collection/components/ic-data-row/test/basic/ic-data-row.spec.js.map +1 -0
- package/dist/collection/components/ic-dialog/ic-dialog.css +592 -0
- package/dist/collection/components/ic-dialog/ic-dialog.js +640 -0
- package/dist/collection/components/ic-dialog/ic-dialog.js.map +1 -0
- package/dist/collection/components/ic-dialog/test/a11y/ic-dialog.test.a11y.js +28 -0
- package/dist/collection/components/ic-dialog/test/a11y/ic-dialog.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-dialog/test/basic/ic-dialog.e2e.js +207 -0
- package/dist/collection/components/ic-dialog/test/basic/ic-dialog.e2e.js.map +1 -0
- package/dist/collection/components/ic-dialog/test/basic/ic-dialog.spec.js +520 -0
- package/dist/collection/components/ic-dialog/test/basic/ic-dialog.spec.js.map +1 -0
- package/dist/collection/components/ic-divider/ic-divider.css +1 -1
- package/dist/collection/components/ic-divider/test/basic/ic-divider.spec.js +24 -0
- package/dist/collection/components/ic-divider/test/basic/ic-divider.spec.js.map +1 -0
- package/dist/collection/components/ic-empty-state/ic-empty-state.css +49 -0
- package/dist/collection/components/ic-empty-state/ic-empty-state.js +158 -0
- package/dist/collection/components/ic-empty-state/ic-empty-state.js.map +1 -0
- package/dist/collection/components/ic-empty-state/ic-empty-state.types.js +2 -0
- package/dist/collection/components/ic-empty-state/ic-empty-state.types.js.map +1 -0
- package/dist/collection/components/ic-empty-state/test/a11y/ic-empty-state.test.a11y.js +38 -0
- package/dist/collection/components/ic-empty-state/test/a11y/ic-empty-state.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-empty-state/test/basic/ic-empty-state.spec.js +86 -0
- package/dist/collection/components/ic-empty-state/test/basic/ic-empty-state.spec.js.map +1 -0
- package/dist/collection/components/ic-footer/ic-footer.css +2 -2
- package/dist/collection/components/ic-footer/ic-footer.js +54 -49
- package/dist/collection/components/ic-footer/ic-footer.js.map +1 -1
- package/dist/collection/components/ic-footer/{ic-footer.test.a11y.js → test/a11y/ic-footer.test.a11y.js} +1 -1
- package/dist/collection/components/ic-footer/test/a11y/ic-footer.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-footer/test/basic/ic-footer.e2e.js +50 -0
- package/dist/collection/components/ic-footer/test/basic/ic-footer.e2e.js.map +1 -0
- package/dist/collection/components/ic-footer/test/basic/ic-footer.spec.js +140 -0
- package/dist/collection/components/ic-footer/test/basic/ic-footer.spec.js.map +1 -0
- package/dist/collection/components/ic-footer-link/ic-footer-link.css +36 -4
- package/dist/collection/components/ic-footer-link/ic-footer-link.js +111 -15
- package/dist/collection/components/ic-footer-link/ic-footer-link.js.map +1 -1
- package/dist/collection/components/ic-footer-link/{ic-footer-link.test.a11y.js → test/a11y/ic-footer-link.test.a11y.js} +1 -1
- package/dist/collection/components/ic-footer-link/test/a11y/ic-footer-link.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-footer-link/test/basic/ic-footer-link.spec.js +62 -0
- package/dist/collection/components/ic-footer-link/test/basic/ic-footer-link.spec.js.map +1 -0
- package/dist/collection/components/ic-footer-link-group/ic-footer-link-group.js +18 -18
- package/dist/collection/components/ic-footer-link-group/ic-footer-link-group.js.map +1 -1
- package/dist/collection/components/ic-footer-link-group/{ic-footer-link-group.test.a11y.js → test/a11y/ic-footer-link-group.test.a11y.js} +1 -1
- package/dist/collection/components/ic-footer-link-group/test/a11y/ic-footer-link-group.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-footer-link-group/test/basic/ic-footer-link-group.spec.js +98 -0
- package/dist/collection/components/ic-footer-link-group/test/basic/ic-footer-link-group.spec.js.map +1 -0
- package/dist/collection/components/ic-hero/ic-hero.css +23 -22
- package/dist/collection/components/ic-hero/ic-hero.js +97 -95
- package/dist/collection/components/ic-hero/ic-hero.js.map +1 -1
- package/dist/collection/components/ic-hero/{ic-hero.test.a11y.js → test/a11y/ic-hero.test.a11y.js} +1 -1
- package/dist/collection/components/ic-hero/test/a11y/ic-hero.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-hero/test/basic/ic-hero.spec.js +76 -0
- package/dist/collection/components/ic-hero/test/basic/ic-hero.spec.js.map +1 -0
- package/dist/collection/components/ic-horizontal-scroll/ic-horizontal-scroll.css +4 -8
- package/dist/collection/components/ic-horizontal-scroll/ic-horizontal-scroll.js +44 -25
- package/dist/collection/components/ic-horizontal-scroll/ic-horizontal-scroll.js.map +1 -1
- package/dist/collection/components/ic-horizontal-scroll/{ic-horizontal-scroll.test.a11y.js → test/a11y/ic-horizontal-scroll.test.a11y.js} +1 -1
- package/dist/collection/components/ic-horizontal-scroll/test/a11y/ic-horizontal-scroll.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-horizontal-scroll/test/basic/ic-horizontal-scroll.spec.js +180 -0
- package/dist/collection/components/ic-horizontal-scroll/test/basic/ic-horizontal-scroll.spec.js.map +1 -0
- package/dist/collection/components/ic-input-component-container/ic-input-component-container.css +38 -9
- package/dist/collection/components/ic-input-component-container/ic-input-component-container.js +45 -45
- package/dist/collection/components/ic-input-component-container/ic-input-component-container.js.map +1 -1
- package/dist/collection/components/ic-input-component-container/test/basic/ic-input-component-container.spec.js +117 -0
- package/dist/collection/components/ic-input-component-container/test/basic/ic-input-component-container.spec.js.map +1 -0
- package/dist/collection/components/ic-input-container/test/basic/ic-input-container.spec.js +38 -0
- package/dist/collection/components/ic-input-container/test/basic/ic-input-container.spec.js.map +1 -0
- package/dist/collection/components/ic-input-label/ic-input-label.css +0 -4
- package/dist/collection/components/ic-input-label/ic-input-label.js +51 -51
- package/dist/collection/components/ic-input-label/ic-input-label.js.map +1 -1
- package/dist/collection/components/ic-input-label/test/basic/ic-input-label.spec.js +98 -0
- package/dist/collection/components/ic-input-label/test/basic/ic-input-label.spec.js.map +1 -0
- package/dist/collection/components/ic-input-validation/ic-input-validation.css +1 -9
- package/dist/collection/components/ic-input-validation/ic-input-validation.js +41 -41
- package/dist/collection/components/ic-input-validation/ic-input-validation.js.map +1 -1
- package/dist/collection/components/ic-input-validation/test/basic/ic-input-validation.spec.js +89 -0
- package/dist/collection/components/ic-input-validation/test/basic/ic-input-validation.spec.js.map +1 -0
- package/dist/collection/components/ic-link/ic-link.css +16 -3
- package/dist/collection/components/ic-link/ic-link.js +55 -52
- package/dist/collection/components/ic-link/ic-link.js.map +1 -1
- package/dist/collection/components/ic-link/{ic-link.test.a11y.js → test/a11y/ic-link.test.a11y.js} +1 -1
- package/dist/collection/components/ic-link/test/a11y/ic-link.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-link/test/basic/ic-link.spec.js +203 -0
- package/dist/collection/components/ic-link/test/basic/ic-link.spec.js.map +1 -0
- package/dist/collection/components/ic-loading-indicator/ic-loading-indicator.css +5 -5
- package/dist/collection/components/ic-loading-indicator/ic-loading-indicator.js +97 -89
- package/dist/collection/components/ic-loading-indicator/ic-loading-indicator.js.map +1 -1
- package/dist/collection/components/ic-loading-indicator/{ic-loading-indicator.test.a11y.js → test/a11y/ic-loading-indicator.test.a11y.js} +1 -1
- package/dist/collection/components/ic-loading-indicator/test/a11y/ic-loading-indicator.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-loading-indicator/test/basic/ic-loading-indicator.e2e.js +34 -0
- package/dist/collection/components/ic-loading-indicator/test/basic/ic-loading-indicator.e2e.js.map +1 -0
- package/dist/collection/components/ic-loading-indicator/test/basic/ic-loading-indicator.spec.js +141 -0
- package/dist/collection/components/ic-loading-indicator/test/basic/ic-loading-indicator.spec.js.map +1 -0
- package/dist/collection/components/ic-menu/ic-menu.css +47 -10
- package/dist/collection/components/ic-menu/ic-menu.js +521 -268
- package/dist/collection/components/ic-menu/ic-menu.js.map +1 -1
- package/dist/collection/components/ic-menu/test/basic/ic-menu.spec.js +657 -0
- package/dist/collection/components/ic-menu/test/basic/ic-menu.spec.js.map +1 -0
- package/dist/collection/components/ic-menu-group/ic-menu-group.css +465 -0
- package/dist/collection/components/ic-menu-group/ic-menu-group.js +45 -0
- package/dist/collection/components/ic-menu-group/ic-menu-group.js.map +1 -0
- package/dist/collection/components/ic-menu-group/test/basic/ic-menu-group.spec.js +94 -0
- package/dist/collection/components/ic-menu-group/test/basic/ic-menu-group.spec.js.map +1 -0
- package/dist/collection/components/ic-menu-item/ic-menu-item.css +628 -0
- package/dist/collection/components/ic-menu-item/ic-menu-item.js +394 -0
- package/dist/collection/components/ic-menu-item/ic-menu-item.js.map +1 -0
- package/dist/collection/components/ic-menu-item/ic-menu-item.types.js +2 -0
- package/dist/collection/components/ic-menu-item/ic-menu-item.types.js.map +1 -0
- package/dist/collection/components/ic-menu-item/test/basic/ic-menu-item.spec.js +108 -0
- package/dist/collection/components/ic-menu-item/test/basic/ic-menu-item.spec.js.map +1 -0
- package/dist/collection/components/ic-navigation-button/ic-navigation-button.css +5 -0
- package/dist/collection/components/ic-navigation-button/ic-navigation-button.js +57 -57
- package/dist/collection/components/ic-navigation-button/ic-navigation-button.js.map +1 -1
- package/dist/collection/components/ic-navigation-button/test/basic/ic-navigation-button.spec.js +84 -0
- package/dist/collection/components/ic-navigation-button/test/basic/ic-navigation-button.spec.js.map +1 -0
- package/dist/collection/components/ic-navigation-group/ic-navigation-group.css +8 -12
- package/dist/collection/components/ic-navigation-group/ic-navigation-group.js +127 -80
- package/dist/collection/components/ic-navigation-group/ic-navigation-group.js.map +1 -1
- package/dist/collection/components/ic-navigation-group/{ic-navigation-group.test.a11y.js → test/a11y/ic-navigation-group.test.a11y.js} +1 -1
- package/dist/collection/components/ic-navigation-group/test/a11y/ic-navigation-group.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-navigation-group/test/basic/ic-navigation-group.spec.js +309 -0
- package/dist/collection/components/ic-navigation-group/test/basic/ic-navigation-group.spec.js.map +1 -0
- package/dist/collection/components/ic-navigation-item/ic-navigation-item.css +63 -17
- package/dist/collection/components/ic-navigation-item/ic-navigation-item.js +179 -83
- package/dist/collection/components/ic-navigation-item/ic-navigation-item.js.map +1 -1
- package/dist/collection/components/ic-navigation-item/{ic-navigation-item.test.a11y.js → test/a11y/ic-navigation-item.test.a11y.js} +1 -1
- package/dist/collection/components/ic-navigation-item/test/a11y/ic-navigation-item.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-navigation-item/test/basic/ic-navigation-item.spec.js +118 -0
- package/dist/collection/components/ic-navigation-item/test/basic/ic-navigation-item.spec.js.map +1 -0
- package/dist/collection/components/ic-navigation-menu/ic-navigation-menu.css +19 -18
- package/dist/collection/components/ic-navigation-menu/ic-navigation-menu.js +31 -37
- package/dist/collection/components/ic-navigation-menu/ic-navigation-menu.js.map +1 -1
- package/dist/collection/components/ic-navigation-menu/test/basic/ic-navigation-menu.e2e.js +29 -0
- package/dist/collection/components/ic-navigation-menu/test/basic/ic-navigation-menu.e2e.js.map +1 -0
- package/dist/collection/components/ic-navigation-menu/test/basic/ic-navigation-menu.spec.js +176 -0
- package/dist/collection/components/ic-navigation-menu/test/basic/ic-navigation-menu.spec.js.map +1 -0
- package/dist/collection/components/ic-page-header/ic-page-header.css +3 -1
- package/dist/collection/components/ic-page-header/ic-page-header.js +65 -68
- package/dist/collection/components/ic-page-header/ic-page-header.js.map +1 -1
- package/dist/collection/components/ic-page-header/{ic-page-header.test.a11y.js → test/a11y/ic-page-header.test.a11y.js} +1 -1
- package/dist/collection/components/ic-page-header/test/a11y/ic-page-header.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-page-header/test/basic/ic-page-header.e2e.js +177 -0
- package/dist/collection/components/ic-page-header/test/basic/ic-page-header.e2e.js.map +1 -0
- package/dist/collection/components/ic-page-header/test/basic/ic-page-header.spec.js +284 -0
- package/dist/collection/components/ic-page-header/test/basic/ic-page-header.spec.js.map +1 -0
- package/dist/collection/components/ic-pagination/ic-pagination.css +486 -0
- package/dist/collection/components/ic-pagination/ic-pagination.js +498 -0
- package/dist/collection/components/ic-pagination/ic-pagination.js.map +1 -0
- package/dist/collection/components/ic-pagination/ic-pagination.types.js +2 -0
- package/dist/collection/components/ic-pagination/ic-pagination.types.js.map +1 -0
- package/dist/collection/components/ic-pagination/test/a11y/ic-pagination.test.a11y.js +11 -0
- package/dist/collection/components/ic-pagination/test/a11y/ic-pagination.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-pagination/test/basic/ic-pagination.e2e.js +128 -0
- package/dist/collection/components/ic-pagination/test/basic/ic-pagination.e2e.js.map +1 -0
- package/dist/collection/components/ic-pagination/test/basic/ic-pagination.spec.js +335 -0
- package/dist/collection/components/ic-pagination/test/basic/ic-pagination.spec.js.map +1 -0
- package/dist/collection/components/ic-pagination-item/ic-pagination-item.css +581 -0
- package/dist/collection/components/ic-pagination-item/ic-pagination-item.js +229 -0
- package/dist/collection/components/ic-pagination-item/ic-pagination-item.js.map +1 -0
- package/dist/collection/components/ic-pagination-item/ic-pagination-item.types.js +2 -0
- package/dist/collection/components/ic-pagination-item/ic-pagination-item.types.js.map +1 -0
- package/dist/collection/components/ic-popover-menu/ic-popover-menu.css +548 -0
- package/dist/collection/components/ic-popover-menu/ic-popover-menu.js +485 -0
- package/dist/collection/components/ic-popover-menu/ic-popover-menu.js.map +1 -0
- package/dist/collection/components/ic-popover-menu/test/a11y/ic-popover-menu.test.a11y.js +13 -0
- package/dist/collection/components/ic-popover-menu/test/a11y/ic-popover-menu.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-popover-menu/test/basic/ic-popover-menu.e2e.js +30 -0
- package/dist/collection/components/ic-popover-menu/test/basic/ic-popover-menu.e2e.js.map +1 -0
- package/dist/collection/components/ic-popover-menu/test/basic/ic-popover-menu.spec.js +395 -0
- package/dist/collection/components/ic-popover-menu/test/basic/ic-popover-menu.spec.js.map +1 -0
- package/dist/collection/components/ic-radio-group/ic-radio-group.css +4 -4
- package/dist/collection/components/ic-radio-group/ic-radio-group.js +104 -80
- package/dist/collection/components/ic-radio-group/ic-radio-group.js.map +1 -1
- package/dist/collection/components/ic-radio-group/ic-radio-group.types.js +2 -0
- package/dist/collection/components/ic-radio-group/ic-radio-group.types.js.map +1 -0
- package/dist/collection/components/ic-radio-group/{ic-radio-group.test.a11y.js → test/a11y/ic-radio-group.test.a11y.js} +1 -1
- package/dist/collection/components/ic-radio-group/test/a11y/ic-radio-group.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-radio-group/test/basic/ic-radio-group.e2e.js +343 -0
- package/dist/collection/components/ic-radio-group/test/basic/ic-radio-group.e2e.js.map +1 -0
- package/dist/collection/components/ic-radio-group/test/basic/ic-radio-group.spec.js +303 -0
- package/dist/collection/components/ic-radio-group/test/basic/ic-radio-group.spec.js.map +1 -0
- package/dist/collection/components/ic-radio-option/ic-radio-option.css +6 -6
- package/dist/collection/components/ic-radio-option/ic-radio-option.js +111 -96
- package/dist/collection/components/ic-radio-option/ic-radio-option.js.map +1 -1
- package/dist/collection/components/ic-search-bar/ic-search-bar.css +6 -10
- package/dist/collection/components/ic-search-bar/ic-search-bar.js +495 -301
- package/dist/collection/components/ic-search-bar/ic-search-bar.js.map +1 -1
- package/dist/collection/components/ic-search-bar/ic-search-bar.types.js.map +1 -1
- package/dist/collection/components/ic-search-bar/{ic-search-bar.test.a11y.js → test/a11y/ic-search-bar.test.a11y.js} +1 -1
- package/dist/collection/components/ic-search-bar/test/a11y/ic-search-bar.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-search-bar/test/basic/ic-search-bar.e2e.js +1118 -0
- package/dist/collection/components/ic-search-bar/test/basic/ic-search-bar.e2e.js.map +1 -0
- package/dist/collection/components/ic-search-bar/test/basic/ic-search-bar.spec.js +584 -0
- package/dist/collection/components/ic-search-bar/test/basic/ic-search-bar.spec.js.map +1 -0
- package/dist/collection/components/ic-section-container/test/basic/ic-section-container.spec.js +69 -0
- package/dist/collection/components/ic-section-container/test/basic/ic-section-container.spec.js.map +1 -0
- package/dist/collection/components/ic-select/ic-select.css +17 -17
- package/dist/collection/components/ic-select/ic-select.js +630 -369
- package/dist/collection/components/ic-select/ic-select.js.map +1 -1
- package/dist/collection/components/ic-select/{ic-select.test.a11y.js → test/a11y/ic-select.test.a11y.js} +1 -1
- package/dist/collection/components/ic-select/test/a11y/ic-select.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-select/test/basic/ic-select.e2e.js +1768 -0
- package/dist/collection/components/ic-select/test/basic/ic-select.e2e.js.map +1 -0
- package/dist/collection/components/ic-select/test/basic/ic-select.spec.js +1296 -0
- package/dist/collection/components/ic-select/test/basic/ic-select.spec.js.map +1 -0
- package/dist/collection/components/ic-side-navigation/ic-side-navigation.css +51 -44
- package/dist/collection/components/ic-side-navigation/ic-side-navigation.js +185 -129
- package/dist/collection/components/ic-side-navigation/ic-side-navigation.js.map +1 -1
- package/dist/collection/components/ic-side-navigation/{ic-side-navigation.test.a11y.js → test/a11y/ic-side-navigation.test.a11y.js} +1 -1
- package/dist/collection/components/ic-side-navigation/test/a11y/ic-side-navigation.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-side-navigation/{ic-side-navigation-test-examples.js → test/basic/ic-side-navigation-test-examples.js} +90 -0
- package/dist/collection/components/ic-side-navigation/test/basic/ic-side-navigation-test-examples.js.map +1 -0
- package/dist/collection/components/ic-side-navigation/test/basic/ic-side-navigation.e2e.js +432 -0
- package/dist/collection/components/ic-side-navigation/test/basic/ic-side-navigation.e2e.js.map +1 -0
- package/dist/collection/components/ic-side-navigation/test/basic/ic-side-navigation.spec.js +470 -0
- package/dist/collection/components/ic-side-navigation/test/basic/ic-side-navigation.spec.js.map +1 -0
- package/dist/collection/components/ic-skeleton/ic-skeleton.js +22 -22
- package/dist/collection/components/ic-skeleton/ic-skeleton.js.map +1 -1
- package/dist/collection/components/ic-skeleton/{ic-skeleton.test.a11y.js → test/a11y/ic-skeleton.test.a11y.js} +1 -1
- package/dist/collection/components/ic-skeleton/test/a11y/ic-skeleton.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-skeleton/test/basic/ic-skeleton.spec.js +89 -0
- package/dist/collection/components/ic-skeleton/test/basic/ic-skeleton.spec.js.map +1 -0
- package/dist/collection/components/ic-status-tag/ic-status-tag.css +14 -17
- package/dist/collection/components/ic-status-tag/ic-status-tag.js +40 -40
- package/dist/collection/components/ic-status-tag/ic-status-tag.js.map +1 -1
- package/dist/collection/components/ic-status-tag/{ic-status-tag.test.a11y.js → test/a11y/ic-status-tag.test.a11y.js} +1 -1
- package/dist/collection/components/ic-status-tag/test/a11y/ic-status-tag.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-status-tag/test/basic/ic-status-tag.spec.js +43 -0
- package/dist/collection/components/ic-status-tag/test/basic/ic-status-tag.spec.js.map +1 -0
- package/dist/collection/components/ic-step/ic-step.css +6 -6
- package/dist/collection/components/ic-step/ic-step.js +127 -127
- package/dist/collection/components/ic-step/ic-step.js.map +1 -1
- package/dist/collection/components/ic-step/test/basic/ic-step.spec.js +176 -0
- package/dist/collection/components/ic-step/test/basic/ic-step.spec.js.map +1 -0
- package/dist/collection/components/ic-stepper/ic-stepper.js +41 -41
- package/dist/collection/components/ic-stepper/ic-stepper.js.map +1 -1
- package/dist/collection/components/ic-stepper/{ic-stepper.test.a11y.js → test/a11y/ic-stepper.test.a11y.js} +1 -1
- package/dist/collection/components/ic-stepper/test/a11y/ic-stepper.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-stepper/test/basic/ic-stepper-test-examples.js.map +1 -0
- package/dist/collection/components/ic-stepper/test/basic/ic-stepper.e2e.js +49 -0
- package/dist/collection/components/ic-stepper/test/basic/ic-stepper.e2e.js.map +1 -0
- package/dist/collection/components/ic-stepper/test/basic/ic-stepper.spec.js +706 -0
- package/dist/collection/components/ic-stepper/test/basic/ic-stepper.spec.js.map +1 -0
- package/dist/collection/components/ic-switch/ic-switch.css +5 -5
- package/dist/collection/components/ic-switch/ic-switch.js +74 -73
- package/dist/collection/components/ic-switch/ic-switch.js.map +1 -1
- package/dist/collection/components/ic-switch/{ic-switch.test.a11y.js → test/a11y/ic-switch.test.a11y.js} +1 -1
- package/dist/collection/components/ic-switch/test/a11y/ic-switch.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-switch/test/basic/ic-switch.spec.js +104 -0
- package/dist/collection/components/ic-switch/test/basic/ic-switch.spec.js.map +1 -0
- package/dist/collection/components/ic-tab/ic-tab.css +4 -4
- package/dist/collection/components/ic-tab/ic-tab.js +114 -31
- package/dist/collection/components/ic-tab/ic-tab.js.map +1 -1
- package/dist/collection/components/ic-tab/test/basic/ic-tab.e2e.js +32 -0
- package/dist/collection/components/ic-tab/test/basic/ic-tab.e2e.js.map +1 -0
- package/dist/collection/components/ic-tab/test/basic/ic-tab.spec.js +159 -0
- package/dist/collection/components/ic-tab/test/basic/ic-tab.spec.js.map +1 -0
- package/dist/collection/components/ic-tab-context/ic-tab-context.js +157 -77
- package/dist/collection/components/ic-tab-context/ic-tab-context.js.map +1 -1
- package/dist/collection/components/ic-tab-context/test/a11y/ic-tab-context.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-tab-context/test/basic/ic-tab-context.e2e.js +317 -0
- package/dist/collection/components/ic-tab-context/test/basic/ic-tab-context.e2e.js.map +1 -0
- package/dist/collection/components/ic-tab-context/test/basic/ic-tab-context.spec.js +390 -0
- package/dist/collection/components/ic-tab-context/test/basic/ic-tab-context.spec.js.map +1 -0
- package/dist/collection/components/ic-tab-group/ic-tab-group.css +3 -3
- package/dist/collection/components/ic-tab-group/ic-tab-group.js +33 -29
- package/dist/collection/components/ic-tab-group/ic-tab-group.js.map +1 -1
- package/dist/collection/components/ic-tab-panel/ic-tab-panel.css +0 -4
- package/dist/collection/components/ic-tab-panel/ic-tab-panel.js +89 -34
- package/dist/collection/components/ic-tab-panel/ic-tab-panel.js.map +1 -1
- package/dist/collection/components/ic-tab-panel/test/basic/ic-tab-panel.spec.js +65 -0
- package/dist/collection/components/ic-tab-panel/test/basic/ic-tab-panel.spec.js.map +1 -0
- package/dist/collection/components/ic-text-field/ic-text-field.css +1 -10
- package/dist/collection/components/ic-text-field/ic-text-field.js +456 -345
- package/dist/collection/components/ic-text-field/ic-text-field.js.map +1 -1
- package/dist/collection/components/ic-text-field/test/a11y/ic-text-field.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-text-field/test/basic/ic-text-field.e2e.js +98 -0
- package/dist/collection/components/ic-text-field/test/basic/ic-text-field.e2e.js.map +1 -0
- package/dist/collection/components/ic-text-field/test/basic/ic-text-field.input.spec.js +236 -0
- package/dist/collection/components/ic-text-field/test/basic/ic-text-field.input.spec.js.map +1 -0
- package/dist/collection/components/ic-text-field/test/basic/ic-text-field.textarea.spec.js +310 -0
- package/dist/collection/components/ic-text-field/test/basic/ic-text-field.textarea.spec.js.map +1 -0
- package/dist/collection/components/ic-theme/ic-theme.js.map +1 -1
- package/dist/collection/components/ic-theme/test/basic/ic-theme.e2e.js +72 -0
- package/dist/collection/components/ic-theme/test/basic/ic-theme.e2e.js.map +1 -0
- package/dist/collection/components/ic-theme/test/basic/ic-theme.spec.js +77 -0
- package/dist/collection/components/ic-theme/test/basic/ic-theme.spec.js.map +1 -0
- package/dist/collection/components/ic-toast/ic-toast.css +7 -2
- package/dist/collection/components/ic-toast/ic-toast.js +111 -107
- package/dist/collection/components/ic-toast/ic-toast.js.map +1 -1
- package/dist/collection/components/ic-toast/{ic-toast.test.a11y.js → test/a11y/ic-toast.test.a11y.js} +1 -1
- package/dist/collection/components/ic-toast/test/a11y/ic-toast.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-toast/test/basic/ic-toast.e2e.js +82 -0
- package/dist/collection/components/ic-toast/test/basic/ic-toast.e2e.js.map +1 -0
- package/dist/collection/components/ic-toast/test/basic/ic-toast.spec.js +278 -0
- package/dist/collection/components/ic-toast/test/basic/ic-toast.spec.js.map +1 -0
- package/dist/collection/components/ic-toast-region/ic-toast-region.js +12 -12
- package/dist/collection/components/ic-toast-region/ic-toast-region.js.map +1 -1
- package/dist/collection/components/ic-toast-region/test/basic/ic-toast-region.spec.js +62 -0
- package/dist/collection/components/ic-toast-region/test/basic/ic-toast-region.spec.js.map +1 -0
- package/dist/collection/components/ic-tooltip/ic-tooltip.css +31 -8
- package/dist/collection/components/ic-tooltip/ic-tooltip.js +218 -91
- package/dist/collection/components/ic-tooltip/ic-tooltip.js.map +1 -1
- package/dist/collection/components/ic-tooltip/{ic-tooltip.test.a11y.js → test/a11y/ic-tooltip.test.a11y.js} +1 -1
- package/dist/collection/components/ic-tooltip/test/a11y/ic-tooltip.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-tooltip/test/basic/ic-tooltip.e2e.js +117 -0
- package/dist/collection/components/ic-tooltip/test/basic/ic-tooltip.e2e.js.map +1 -0
- package/dist/collection/components/ic-tooltip/test/basic/ic-tooltip.spec.js +287 -0
- package/dist/collection/components/ic-tooltip/test/basic/ic-tooltip.spec.js.map +1 -0
- package/dist/collection/components/ic-top-navigation/ic-top-navigation.css +21 -15
- package/dist/collection/components/ic-top-navigation/ic-top-navigation.js +105 -83
- package/dist/collection/components/ic-top-navigation/ic-top-navigation.js.map +1 -1
- package/dist/collection/components/ic-top-navigation/{ic-top-navigation.test.a11y.js → test/a11y/ic-top-navigation.test.a11y.js} +8 -1
- package/dist/collection/components/ic-top-navigation/test/a11y/ic-top-navigation.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-top-navigation/test/basic/ic-top-navigation.e2e.js +61 -0
- package/dist/collection/components/ic-top-navigation/test/basic/ic-top-navigation.e2e.js.map +1 -0
- package/dist/collection/components/ic-top-navigation/test/basic/ic-top-navigation.mobile.e2e.js +242 -0
- package/dist/collection/components/ic-top-navigation/test/basic/ic-top-navigation.mobile.e2e.js.map +1 -0
- package/dist/collection/components/ic-top-navigation/test/basic/ic-top-navigation.spec.js +299 -0
- package/dist/collection/components/ic-top-navigation/test/basic/ic-top-navigation.spec.js.map +1 -0
- package/dist/collection/components/ic-typography/ic-typography.css +79 -2
- package/dist/collection/components/ic-typography/ic-typography.js +217 -19
- package/dist/collection/components/ic-typography/ic-typography.js.map +1 -1
- package/dist/collection/components/ic-typography/{ic-typography.test.a11y.js → test/a11y/ic-typography.test.a11y.js} +1 -1
- package/dist/collection/components/ic-typography/test/a11y/ic-typography.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-typography/test/basic/ic-typography.e2e.js +39 -0
- package/dist/collection/components/ic-typography/test/basic/ic-typography.e2e.js.map +1 -0
- package/dist/collection/components/ic-typography/test/basic/ic-typography.spec.js +324 -0
- package/dist/collection/components/ic-typography/test/basic/ic-typography.spec.js.map +1 -0
- package/dist/collection/testspec.setup.js +21 -0
- package/dist/collection/testspec.setup.js.map +1 -1
- package/dist/collection/utils/helpers.js +24 -25
- package/dist/collection/utils/helpers.js.map +1 -1
- package/dist/collection/utils/types.js.map +1 -1
- package/dist/components/OpenInNew.js +5 -0
- package/dist/components/OpenInNew.js.map +1 -0
- package/dist/components/close-icon.js +1 -1
- package/dist/components/helpers.js +41 -37
- package/dist/components/helpers.js.map +1 -1
- package/dist/components/ic-alert.js +1 -113
- package/dist/components/ic-alert.js.map +1 -1
- package/dist/components/ic-alert2.js +117 -0
- package/dist/components/ic-alert2.js.map +1 -0
- package/dist/components/ic-back-to-top.js +7 -7
- package/dist/components/ic-back-to-top.js.map +1 -1
- package/dist/components/ic-breadcrumb-group.js +39 -33
- package/dist/components/ic-breadcrumb-group.js.map +1 -1
- package/dist/components/ic-breadcrumb2.js +13 -12
- package/dist/components/ic-breadcrumb2.js.map +1 -1
- package/dist/components/ic-button2.js +115 -45
- package/dist/components/ic-button2.js.map +1 -1
- package/dist/components/ic-card.js +54 -53
- package/dist/components/ic-card.js.map +1 -1
- package/dist/components/ic-checkbox-group.js +30 -28
- package/dist/components/ic-checkbox-group.js.map +1 -1
- package/dist/components/ic-checkbox.js +54 -34
- package/dist/components/ic-checkbox.js.map +1 -1
- package/dist/components/ic-chip.js +22 -19
- package/dist/components/ic-chip.js.map +1 -1
- package/dist/components/ic-classification-banner.js +1 -1
- package/dist/components/ic-data-entity.js +2 -2
- package/dist/components/ic-data-entity.js.map +1 -1
- package/dist/components/ic-data-row.js +39 -25
- package/dist/components/ic-data-row.js.map +1 -1
- package/dist/components/ic-dialog.d.ts +11 -0
- package/dist/components/ic-dialog.js +356 -0
- package/dist/components/ic-dialog.js.map +1 -0
- package/dist/components/ic-divider2.js +3 -3
- package/dist/components/ic-divider2.js.map +1 -1
- package/dist/components/ic-empty-state.d.ts +11 -0
- package/dist/components/ic-empty-state.js +63 -0
- package/dist/components/ic-empty-state.js.map +1 -0
- package/dist/components/ic-footer-link-group.js +20 -20
- package/dist/components/ic-footer-link-group.js.map +1 -1
- package/dist/components/ic-footer-link.js +29 -18
- package/dist/components/ic-footer-link.js.map +1 -1
- package/dist/components/ic-footer.js +28 -23
- package/dist/components/ic-footer.js.map +1 -1
- package/dist/components/ic-hero.js +30 -28
- package/dist/components/ic-hero.js.map +1 -1
- package/dist/components/ic-horizontal-scroll2.js +46 -27
- package/dist/components/ic-horizontal-scroll2.js.map +1 -1
- package/dist/components/ic-input-component-container2.js +11 -11
- package/dist/components/ic-input-component-container2.js.map +1 -1
- package/dist/components/ic-input-container2.js +1 -1
- package/dist/components/ic-input-label2.js +11 -11
- package/dist/components/ic-input-label2.js.map +1 -1
- package/dist/components/ic-input-validation2.js +9 -9
- package/dist/components/ic-input-validation2.js.map +1 -1
- package/dist/components/ic-link2.js +24 -25
- package/dist/components/ic-link2.js.map +1 -1
- package/dist/components/ic-loading-indicator2.js +34 -26
- package/dist/components/ic-loading-indicator2.js.map +1 -1
- package/dist/components/ic-menu-group.d.ts +11 -0
- package/dist/components/ic-menu-group.js +46 -0
- package/dist/components/ic-menu-group.js.map +1 -0
- package/dist/components/ic-menu-item.d.ts +11 -0
- package/dist/components/ic-menu-item.js +8 -0
- package/dist/components/ic-menu-item.js.map +1 -0
- package/dist/components/ic-menu-item2.js +169 -0
- package/dist/components/ic-menu-item2.js.map +1 -0
- package/dist/components/ic-menu2.js +326 -169
- package/dist/components/ic-menu2.js.map +1 -1
- package/dist/components/ic-navigation-button.js +24 -24
- package/dist/components/ic-navigation-button.js.map +1 -1
- package/dist/components/ic-navigation-group.js +115 -68
- package/dist/components/ic-navigation-group.js.map +1 -1
- package/dist/components/ic-navigation-item.js +59 -48
- package/dist/components/ic-navigation-item.js.map +1 -1
- package/dist/components/ic-navigation-menu2.js +30 -36
- package/dist/components/ic-navigation-menu2.js.map +1 -1
- package/dist/components/ic-page-header.js +30 -33
- package/dist/components/ic-page-header.js.map +1 -1
- package/dist/components/ic-pagination-item.d.ts +11 -0
- package/dist/components/ic-pagination-item.js +8 -0
- package/dist/components/ic-pagination-item.js.map +1 -0
- package/dist/components/ic-pagination-item2.js +81 -0
- package/dist/components/ic-pagination-item2.js.map +1 -0
- package/dist/components/ic-pagination.d.ts +11 -0
- package/dist/components/ic-pagination.js +288 -0
- package/dist/components/ic-pagination.js.map +1 -0
- package/dist/components/ic-popover-menu.d.ts +11 -0
- package/dist/components/ic-popover-menu.js +342 -0
- package/dist/components/ic-popover-menu.js.map +1 -0
- package/dist/components/ic-radio-group.js +48 -30
- package/dist/components/ic-radio-group.js.map +1 -1
- package/dist/components/ic-radio-option.js +44 -43
- package/dist/components/ic-radio-option.js.map +1 -1
- package/dist/components/ic-search-bar.js +205 -124
- package/dist/components/ic-search-bar.js.map +1 -1
- package/dist/components/ic-section-container2.js +1 -1
- package/dist/components/ic-select.js +379 -212
- package/dist/components/ic-select.js.map +1 -1
- package/dist/components/ic-side-navigation.js +136 -97
- package/dist/components/ic-side-navigation.js.map +1 -1
- package/dist/components/ic-skeleton.js +6 -6
- package/dist/components/ic-skeleton.js.map +1 -1
- package/dist/components/ic-status-tag.js +9 -9
- package/dist/components/ic-status-tag.js.map +1 -1
- package/dist/components/ic-step.js +18 -18
- package/dist/components/ic-step.js.map +1 -1
- package/dist/components/ic-stepper.js +21 -21
- package/dist/components/ic-stepper.js.map +1 -1
- package/dist/components/ic-switch.js +24 -23
- package/dist/components/ic-switch.js.map +1 -1
- package/dist/components/ic-tab-context.js +73 -36
- package/dist/components/ic-tab-context.js.map +1 -1
- package/dist/components/ic-tab-group.js +7 -6
- package/dist/components/ic-tab-group.js.map +1 -1
- package/dist/components/ic-tab-panel.js +18 -7
- package/dist/components/ic-tab-panel.js.map +1 -1
- package/dist/components/ic-tab.js +33 -8
- package/dist/components/ic-tab.js.map +1 -1
- package/dist/components/ic-text-field2.js +132 -97
- package/dist/components/ic-text-field2.js.map +1 -1
- package/dist/components/ic-theme.js +2 -2
- package/dist/components/ic-theme.js.map +1 -1
- package/dist/components/ic-toast-region.js +13 -13
- package/dist/components/ic-toast-region.js.map +1 -1
- package/dist/components/ic-toast.js +65 -61
- package/dist/components/ic-toast.js.map +1 -1
- package/dist/components/ic-tooltip2.js +1955 -75
- package/dist/components/ic-tooltip2.js.map +1 -1
- package/dist/components/ic-top-navigation.js +59 -54
- package/dist/components/ic-top-navigation.js.map +1 -1
- package/dist/components/ic-typography2.js +113 -6
- package/dist/components/ic-typography2.js.map +1 -1
- package/dist/components/index.d.ts +9 -55
- package/dist/components/index.js +1 -53
- package/dist/components/index.js.map +1 -1
- package/dist/components/types.js.map +1 -1
- package/dist/core/core.css +47 -3
- package/dist/core/core.esm.js +1 -1
- package/dist/core/core.esm.js.map +1 -1
- package/dist/core/index.esm.js.map +1 -1
- package/dist/core/p-041604fc.entry.js +2 -0
- package/dist/core/p-041604fc.entry.js.map +1 -0
- package/dist/core/{p-24240e11.js → p-06321d19.js} +2 -2
- package/dist/core/p-06321d19.js.map +1 -0
- package/dist/core/p-07601b81.entry.js +2 -0
- package/dist/core/p-07601b81.entry.js.map +1 -0
- package/dist/core/p-07877eb8.entry.js +2 -0
- package/dist/core/p-07877eb8.entry.js.map +1 -0
- package/dist/core/p-103c761f.entry.js +2 -0
- package/dist/core/p-103c761f.entry.js.map +1 -0
- package/dist/core/p-14bea6c0.entry.js +2 -0
- package/dist/core/p-14bea6c0.entry.js.map +1 -0
- package/dist/core/p-1ac44a4e.entry.js +2 -0
- package/dist/core/p-1ac44a4e.entry.js.map +1 -0
- package/dist/core/p-1b1dbb53.entry.js +2 -0
- package/dist/core/p-1b1dbb53.entry.js.map +1 -0
- package/dist/core/p-20fafec4.entry.js +2 -0
- package/dist/core/p-20fafec4.entry.js.map +1 -0
- package/dist/core/p-24b88371.entry.js +2 -0
- package/dist/core/p-24b88371.entry.js.map +1 -0
- package/dist/core/p-2ae7687a.entry.js +2 -0
- package/dist/core/p-2ae7687a.entry.js.map +1 -0
- package/dist/core/p-2f5a9d91.entry.js +2 -0
- package/dist/core/p-2f5a9d91.entry.js.map +1 -0
- package/dist/core/p-389c3913.entry.js +2 -0
- package/dist/core/p-389c3913.entry.js.map +1 -0
- package/dist/core/{p-ad2477d8.entry.js → p-3adb1167.entry.js} +2 -2
- package/dist/core/p-3adb1167.entry.js.map +1 -0
- package/dist/core/p-43b529a5.entry.js +2 -0
- package/dist/core/p-43b529a5.entry.js.map +1 -0
- package/dist/core/{p-8ffa00c9.entry.js → p-441e7d98.entry.js} +2 -2
- package/dist/core/p-441e7d98.entry.js.map +1 -0
- package/dist/core/p-4dc6a83d.entry.js +2 -0
- package/dist/core/p-4dc6a83d.entry.js.map +1 -0
- package/dist/core/p-4fa9c6eb.entry.js +2 -0
- package/dist/core/p-4fa9c6eb.entry.js.map +1 -0
- package/dist/core/{p-284970bc.entry.js → p-50019c47.entry.js} +2 -2
- package/dist/core/p-50019c47.entry.js.map +1 -0
- package/dist/core/p-516fd246.entry.js +2 -0
- package/dist/core/p-516fd246.entry.js.map +1 -0
- package/dist/core/p-5e3a09d7.entry.js +2 -0
- package/dist/core/p-5e3a09d7.entry.js.map +1 -0
- package/dist/core/p-5e685037.entry.js +2 -0
- package/dist/core/p-5e685037.entry.js.map +1 -0
- package/dist/core/p-69920d86.js +3 -0
- package/dist/core/p-69920d86.js.map +1 -0
- package/dist/core/p-69c1f172.entry.js +2 -0
- package/dist/core/p-69c1f172.entry.js.map +1 -0
- package/dist/core/p-6bad30aa.entry.js +2 -0
- package/dist/core/p-6bad30aa.entry.js.map +1 -0
- package/dist/core/p-6f57b13c.js.map +1 -1
- package/dist/core/p-736489c6.entry.js +2 -0
- package/dist/core/p-736489c6.entry.js.map +1 -0
- package/dist/core/p-75ac2fbf.entry.js +2 -0
- package/dist/core/p-75ac2fbf.entry.js.map +1 -0
- package/dist/core/p-7c0dcd00.js +2 -0
- package/dist/core/p-7c0dcd00.js.map +1 -0
- package/dist/core/p-8acd7207.entry.js +2 -0
- package/dist/core/p-8acd7207.entry.js.map +1 -0
- package/dist/core/p-8c7f4343.js.map +1 -1
- package/dist/core/p-8ca80000.entry.js +2 -0
- package/dist/core/p-8ca80000.entry.js.map +1 -0
- package/dist/core/p-8d4f7027.js +2 -0
- package/dist/core/p-8d4f7027.js.map +1 -0
- package/dist/core/p-919059e8.entry.js +2 -0
- package/dist/core/p-919059e8.entry.js.map +1 -0
- package/dist/core/p-92868735.entry.js +2 -0
- package/dist/core/p-92868735.entry.js.map +1 -0
- package/dist/core/p-93ee130d.entry.js +2 -0
- package/dist/core/p-93ee130d.entry.js.map +1 -0
- package/dist/core/p-95992c98.entry.js +2 -0
- package/dist/core/p-95992c98.entry.js.map +1 -0
- package/dist/core/{p-d2508752.entry.js → p-96bcd466.entry.js} +2 -2
- package/dist/core/p-96bcd466.entry.js.map +1 -0
- package/dist/core/{p-c4a7c734.entry.js → p-98d488aa.entry.js} +2 -2
- package/dist/core/p-98d488aa.entry.js.map +1 -0
- package/dist/core/p-9bde930d.entry.js +2 -0
- package/dist/core/p-9bde930d.entry.js.map +1 -0
- package/dist/core/p-9e896463.entry.js +2 -0
- package/dist/core/p-9e896463.entry.js.map +1 -0
- package/dist/core/{p-7fd50355.entry.js → p-a29fe0c6.entry.js} +2 -2
- package/dist/core/p-a29fe0c6.entry.js.map +1 -0
- package/dist/core/p-ab4919d6.entry.js +2 -0
- package/dist/core/p-ab4919d6.entry.js.map +1 -0
- package/dist/core/{p-ba8d6c23.entry.js → p-adf65f4a.entry.js} +2 -2
- package/dist/core/p-adf65f4a.entry.js.map +1 -0
- package/dist/core/p-b5d084c2.entry.js +2 -0
- package/dist/core/p-b5d084c2.entry.js.map +1 -0
- package/dist/core/p-bbdd9770.entry.js +2 -0
- package/dist/core/p-bbdd9770.entry.js.map +1 -0
- package/dist/core/p-c2fc2b77.entry.js +2 -0
- package/dist/core/p-c2fc2b77.entry.js.map +1 -0
- package/dist/core/{p-35a03442.entry.js → p-c3da58eb.entry.js} +2 -2
- package/dist/core/p-c3da58eb.entry.js.map +1 -0
- package/dist/core/p-c4b81d32.entry.js +2 -0
- package/dist/core/p-c4b81d32.entry.js.map +1 -0
- package/dist/core/p-cfb87422.entry.js +2 -0
- package/dist/core/p-cfb87422.entry.js.map +1 -0
- package/dist/core/{p-7a9bc7f2.entry.js → p-d2994a71.entry.js} +2 -2
- package/dist/core/p-d2994a71.entry.js.map +1 -0
- package/dist/core/p-d592006b.entry.js +2 -0
- package/dist/core/p-d592006b.entry.js.map +1 -0
- package/dist/core/p-da3bd896.entry.js +2 -0
- package/dist/core/p-da3bd896.entry.js.map +1 -0
- package/dist/core/p-da5fc036.entry.js +2 -0
- package/dist/core/p-da5fc036.entry.js.map +1 -0
- package/dist/core/p-dd980be4.js +2 -0
- package/dist/core/p-dd980be4.js.map +1 -0
- package/dist/core/p-e14bc195.entry.js +2 -0
- package/dist/core/p-e14bc195.entry.js.map +1 -0
- package/dist/core/p-e2fdb944.entry.js +2 -0
- package/dist/core/p-e2fdb944.entry.js.map +1 -0
- package/dist/core/p-e328bd2d.entry.js +2 -0
- package/dist/core/p-e328bd2d.entry.js.map +1 -0
- package/dist/core/p-e9c864ac.entry.js +2 -0
- package/dist/core/p-e9c864ac.entry.js.map +1 -0
- package/dist/core/p-f2c6a143.js +2 -0
- package/dist/core/p-f2c6a143.js.map +1 -0
- package/dist/core/p-fb86da80.entry.js +2 -0
- package/dist/core/p-fb86da80.entry.js.map +1 -0
- package/dist/core/p-fbd3c432.entry.js +2 -0
- package/dist/core/p-fbd3c432.entry.js.map +1 -0
- package/dist/esm/OpenInNew-67a881e0.js +5 -0
- package/dist/esm/OpenInNew-67a881e0.js.map +1 -0
- package/dist/esm/chevron-icon-7927f709.js +8 -0
- package/dist/esm/chevron-icon-7927f709.js.map +1 -0
- package/dist/esm/{close-icon-2f02b42a.js → close-icon-2ce5d375.js} +2 -2
- package/dist/esm/close-icon-2ce5d375.js.map +1 -0
- package/dist/esm/core.js +7 -3
- package/dist/esm/core.js.map +1 -1
- package/dist/esm/{helpers-c332acf8.js → helpers-d7d5bd08.js} +42 -38
- package/dist/esm/helpers-d7d5bd08.js.map +1 -0
- package/dist/esm/ic-alert.entry.js +12 -12
- package/dist/esm/ic-alert.entry.js.map +1 -1
- package/dist/esm/ic-back-to-top.entry.js +5 -5
- package/dist/esm/ic-back-to-top.entry.js.map +1 -1
- package/dist/esm/ic-breadcrumb-group.entry.js +39 -33
- package/dist/esm/ic-breadcrumb-group.entry.js.map +1 -1
- package/dist/esm/ic-breadcrumb.entry.js +14 -13
- package/dist/esm/ic-breadcrumb.entry.js.map +1 -1
- package/dist/esm/ic-button_3.entry.js +280 -120
- package/dist/esm/ic-button_3.entry.js.map +1 -1
- package/dist/esm/ic-card.entry.js +46 -45
- package/dist/esm/ic-card.entry.js.map +1 -1
- package/dist/esm/ic-checkbox-group.entry.js +25 -23
- package/dist/esm/ic-checkbox-group.entry.js.map +1 -1
- package/dist/esm/ic-checkbox.entry.js +47 -29
- package/dist/esm/ic-checkbox.entry.js.map +1 -1
- package/dist/esm/ic-chip.entry.js +18 -15
- package/dist/esm/ic-chip.entry.js.map +1 -1
- package/dist/esm/ic-classification-banner.entry.js +1 -1
- package/dist/esm/ic-data-entity.entry.js +2 -2
- package/dist/esm/ic-data-entity.entry.js.map +1 -1
- package/dist/esm/ic-data-row.entry.js +38 -24
- package/dist/esm/ic-data-row.entry.js.map +1 -1
- package/dist/esm/ic-dialog.entry.js +291 -0
- package/dist/esm/ic-dialog.entry.js.map +1 -0
- package/dist/esm/ic-divider.entry.js +3 -3
- package/dist/esm/ic-divider.entry.js.map +1 -1
- package/dist/esm/ic-empty-state.entry.js +33 -0
- package/dist/esm/ic-empty-state.entry.js.map +1 -0
- package/dist/esm/ic-footer-link-group.entry.js +18 -18
- package/dist/esm/ic-footer-link-group.entry.js.map +1 -1
- package/dist/esm/ic-footer-link.entry.js +23 -17
- package/dist/esm/ic-footer-link.entry.js.map +1 -1
- package/dist/esm/ic-footer.entry.js +26 -21
- package/dist/esm/ic-footer.entry.js.map +1 -1
- package/dist/esm/ic-hero.entry.js +23 -21
- package/dist/esm/ic-hero.entry.js.map +1 -1
- package/dist/esm/ic-horizontal-scroll.entry.js +45 -26
- package/dist/esm/ic-horizontal-scroll.entry.js.map +1 -1
- package/dist/esm/ic-input-component-container_3.entry.js +299 -159
- package/dist/esm/ic-input-component-container_3.entry.js.map +1 -1
- package/dist/esm/ic-input-label_2.entry.js +11 -11
- package/dist/esm/ic-input-label_2.entry.js.map +1 -1
- package/dist/esm/ic-link.entry.js +22 -23
- package/dist/esm/ic-link.entry.js.map +1 -1
- package/dist/esm/ic-menu-group.entry.js +20 -0
- package/dist/esm/ic-menu-group.entry.js.map +1 -0
- package/dist/esm/ic-menu-item.entry.js +118 -0
- package/dist/esm/ic-menu-item.entry.js.map +1 -0
- package/dist/esm/ic-navigation-button.entry.js +19 -19
- package/dist/esm/ic-navigation-button.entry.js.map +1 -1
- package/dist/esm/ic-navigation-group.entry.js +113 -66
- package/dist/esm/ic-navigation-group.entry.js.map +1 -1
- package/dist/esm/ic-navigation-item.entry.js +48 -42
- package/dist/esm/ic-navigation-item.entry.js.map +1 -1
- package/dist/esm/ic-navigation-menu.entry.js +28 -34
- package/dist/esm/ic-navigation-menu.entry.js.map +1 -1
- package/dist/esm/ic-page-header.entry.js +24 -27
- package/dist/esm/ic-page-header.entry.js.map +1 -1
- package/dist/esm/ic-pagination-item.entry.js +52 -0
- package/dist/esm/ic-pagination-item.entry.js.map +1 -0
- package/dist/esm/ic-pagination.entry.js +223 -0
- package/dist/esm/ic-pagination.entry.js.map +1 -0
- package/dist/esm/ic-popover-menu.entry.js +285 -0
- package/dist/esm/ic-popover-menu.entry.js.map +1 -0
- package/dist/esm/ic-radio-group.entry.js +43 -25
- package/dist/esm/ic-radio-group.entry.js.map +1 -1
- package/dist/esm/ic-radio-option.entry.js +39 -38
- package/dist/esm/ic-radio-option.entry.js.map +1 -1
- package/dist/esm/ic-search-bar.entry.js +181 -104
- package/dist/esm/ic-search-bar.entry.js.map +1 -1
- package/dist/esm/ic-section-container.entry.js +1 -1
- package/dist/esm/ic-select.entry.js +349 -190
- package/dist/esm/ic-select.entry.js.map +1 -1
- package/dist/esm/ic-side-navigation.entry.js +129 -91
- package/dist/esm/ic-side-navigation.entry.js.map +1 -1
- package/dist/esm/ic-skeleton.entry.js +4 -4
- package/dist/esm/ic-skeleton.entry.js.map +1 -1
- package/dist/esm/ic-status-tag.entry.js +6 -6
- package/dist/esm/ic-status-tag.entry.js.map +1 -1
- package/dist/esm/ic-step.entry.js +10 -10
- package/dist/esm/ic-step.entry.js.map +1 -1
- package/dist/esm/ic-stepper.entry.js +15 -15
- package/dist/esm/ic-stepper.entry.js.map +1 -1
- package/dist/esm/ic-switch.entry.js +20 -19
- package/dist/esm/ic-switch.entry.js.map +1 -1
- package/dist/esm/ic-tab-context.entry.js +68 -32
- package/dist/esm/ic-tab-context.entry.js.map +1 -1
- package/dist/esm/ic-tab-group.entry.js +5 -4
- package/dist/esm/ic-tab-group.entry.js.map +1 -1
- package/dist/esm/ic-tab-panel.entry.js +15 -4
- package/dist/esm/ic-tab-panel.entry.js.map +1 -1
- package/dist/esm/ic-tab.entry.js +32 -7
- package/dist/esm/ic-tab.entry.js.map +1 -1
- package/dist/esm/ic-text-field.entry.js +102 -72
- package/dist/esm/ic-text-field.entry.js.map +1 -1
- package/dist/esm/ic-theme.entry.js +2 -2
- package/dist/esm/ic-theme.entry.js.map +1 -1
- package/dist/esm/ic-toast-region.entry.js +13 -13
- package/dist/esm/ic-toast-region.entry.js.map +1 -1
- package/dist/esm/ic-toast.entry.js +61 -57
- package/dist/esm/ic-toast.entry.js.map +1 -1
- package/dist/esm/ic-top-navigation.entry.js +49 -45
- package/dist/esm/ic-top-navigation.entry.js.map +1 -1
- package/dist/esm/ic-typography.entry.js +105 -5
- package/dist/esm/ic-typography.entry.js.map +1 -1
- package/dist/esm/{index-90721b3c.js → index-fd30b77e.js} +259 -44
- package/dist/esm/index-fd30b77e.js.map +1 -0
- package/dist/esm/loader.js +4 -3
- package/dist/esm/loader.js.map +1 -1
- package/dist/esm/polyfills/css-shim.js +1 -1
- package/dist/{components/popper.js → esm/popper-15e448b4.js} +10 -17
- package/dist/esm/popper-15e448b4.js.map +1 -0
- package/dist/esm/types-dd515332.js.map +1 -1
- package/dist/types/components/ic-alert/ic-alert.d.ts +13 -13
- package/dist/types/components/ic-back-to-top/ic-back-to-top.d.ts +8 -8
- package/dist/types/components/ic-breadcrumb/ic-breadcrumb.d.ts +6 -6
- package/dist/types/components/ic-breadcrumb/ic-breadcrumb.types.d.ts +1 -1
- package/dist/types/components/ic-breadcrumb-group/ic-breadcrumb-group.d.ts +16 -9
- package/dist/types/components/ic-button/ic-button.d.ts +70 -36
- package/dist/types/components/ic-button/ic-button.types.d.ts +3 -4
- package/dist/types/components/ic-card/ic-card.d.ts +32 -32
- package/dist/types/components/ic-checkbox/ic-checkbox.d.ts +34 -24
- package/dist/types/components/ic-checkbox-group/ic-checkbox-group.d.ts +18 -15
- package/dist/types/components/ic-checkbox-group/ic-checkbox-group.types.d.ts +5 -0
- package/dist/types/components/ic-chip/ic-chip.d.ts +18 -16
- package/dist/types/components/ic-chip/ic-chip.types.d.ts +1 -2
- package/dist/types/components/ic-classification-banner/ic-classification-banner.types.d.ts +1 -1
- package/dist/types/components/ic-data-row/ic-data-row.d.ts +17 -11
- package/dist/types/components/ic-dialog/ic-dialog.d.ts +123 -0
- package/dist/types/components/ic-empty-state/ic-empty-state.d.ts +35 -0
- package/dist/types/components/ic-empty-state/ic-empty-state.types.d.ts +1 -0
- package/dist/types/components/ic-footer/ic-footer.d.ts +20 -20
- package/dist/types/components/ic-footer/ic-footer.types.d.ts +1 -1
- package/dist/types/components/ic-footer-link/ic-footer-link.d.ts +26 -6
- package/dist/types/components/ic-footer-link-group/ic-footer-link-group.d.ts +8 -8
- package/dist/types/components/ic-hero/ic-hero.d.ts +24 -24
- package/dist/types/components/ic-hero/ic-hero.types.d.ts +1 -1
- package/dist/types/components/ic-horizontal-scroll/ic-horizontal-scroll.d.ts +15 -14
- package/dist/types/components/ic-input-component-container/ic-input-component-container.d.ts +15 -15
- package/dist/types/components/ic-input-label/ic-input-label.d.ts +14 -14
- package/dist/types/components/ic-input-validation/ic-input-validation.d.ts +8 -8
- package/dist/types/components/ic-input-validation/ic-input-validation.types.d.ts +1 -1
- package/dist/types/components/ic-link/ic-link.d.ts +9 -9
- package/dist/types/components/ic-loading-indicator/ic-loading-indicator.d.ts +38 -36
- package/dist/types/components/ic-loading-indicator/ic-loading-indicator.types.d.ts +2 -2
- package/dist/types/components/ic-menu/ic-menu.d.ts +89 -50
- package/dist/types/components/ic-menu-group/ic-menu-group.d.ts +8 -0
- package/dist/types/components/ic-menu-item/ic-menu-item.d.ts +74 -0
- package/dist/types/components/ic-menu-item/ic-menu-item.types.d.ts +1 -0
- package/dist/types/components/ic-navigation-button/ic-navigation-button.d.ts +21 -21
- package/dist/types/components/ic-navigation-button/ic-navigation-button.types.d.ts +1 -1
- package/dist/types/components/ic-navigation-group/ic-navigation-group.d.ts +25 -18
- package/dist/types/components/ic-navigation-item/ic-navigation-item.d.ts +47 -27
- package/dist/types/components/ic-navigation-menu/ic-navigation-menu.d.ts +14 -14
- package/dist/types/components/ic-page-header/ic-page-header.d.ts +19 -19
- package/dist/types/components/ic-pagination/ic-pagination.d.ts +82 -0
- package/dist/types/components/ic-pagination/ic-pagination.types.d.ts +4 -0
- package/dist/types/components/ic-pagination-item/ic-pagination-item.d.ts +47 -0
- package/dist/types/components/ic-pagination-item/ic-pagination-item.types.d.ts +1 -0
- package/dist/types/components/ic-popover-menu/ic-popover-menu.d.ts +62 -0
- package/dist/types/components/ic-radio-group/ic-radio-group.d.ts +22 -23
- package/dist/types/components/ic-radio-group/ic-radio-group.types.d.ts +7 -0
- package/dist/types/components/ic-radio-option/ic-radio-option.d.ts +32 -29
- package/dist/types/components/ic-search-bar/ic-search-bar.d.ts +120 -87
- package/dist/types/components/ic-search-bar/ic-search-bar.types.d.ts +2 -1
- package/dist/types/components/ic-select/ic-select.d.ts +116 -78
- package/dist/types/components/ic-side-navigation/ic-side-navigation.d.ts +35 -24
- package/dist/types/components/ic-side-navigation/{ic-side-navigation-test-examples.d.ts → test/basic/ic-side-navigation-test-examples.d.ts} +1 -0
- package/dist/types/components/ic-skeleton/ic-skeleton.d.ts +8 -8
- package/dist/types/components/ic-skeleton/ic-skeleton.types.d.ts +1 -1
- package/dist/types/components/ic-status-tag/ic-status-tag.d.ts +8 -8
- package/dist/types/components/ic-status-tag/ic-status-tag.types.d.ts +2 -2
- package/dist/types/components/ic-step/ic-step.d.ts +24 -24
- package/dist/types/components/ic-step/ic-step.types.d.ts +3 -3
- package/dist/types/components/ic-stepper/ic-stepper.d.ts +17 -17
- package/dist/types/components/ic-stepper/ic-stepper.types.d.ts +1 -1
- package/dist/types/components/ic-switch/ic-switch.d.ts +23 -23
- package/dist/types/components/ic-tab/ic-tab.d.ts +25 -8
- package/dist/types/components/ic-tab-context/ic-tab-context.d.ts +29 -20
- package/dist/types/components/ic-tab-group/ic-tab-group.d.ts +6 -5
- package/dist/types/components/ic-tab-panel/ic-tab-panel.d.ts +27 -7
- package/dist/types/components/ic-text-field/ic-text-field.d.ts +110 -91
- package/dist/types/components/ic-text-field/ic-text-field.types.d.ts +3 -3
- package/dist/types/components/ic-theme/ic-theme.d.ts +1 -1
- package/dist/types/components/ic-toast/ic-toast.d.ts +26 -26
- package/dist/types/components/ic-toast/ic-toast.types.d.ts +1 -1
- package/dist/types/components/ic-toast/test/a11y/ic-toast.test.a11y.d.ts +1 -0
- package/dist/types/components/ic-toast-region/ic-toast-region.d.ts +3 -3
- package/dist/types/components/ic-tooltip/ic-tooltip.d.ts +27 -15
- package/dist/types/components/ic-tooltip/ic-tooltip.types.d.ts +1 -1
- package/dist/types/components/ic-tooltip/test/a11y/ic-tooltip.test.a11y.d.ts +1 -0
- package/dist/types/components/ic-top-navigation/ic-top-navigation.d.ts +36 -32
- package/dist/types/components/ic-top-navigation/test/a11y/ic-top-navigation.test.a11y.d.ts +1 -0
- package/dist/types/components/ic-typography/ic-typography.d.ts +48 -4
- package/dist/types/components/ic-typography/test/a11y/ic-typography.test.a11y.d.ts +1 -0
- package/dist/types/components.d.ts +958 -42
- package/dist/types/stencil-public-runtime.d.ts +74 -15
- package/dist/types/testspec.setup.d.ts +11 -0
- package/dist/types/utils/helpers.d.ts +1 -0
- package/dist/types/utils/types.d.ts +26 -22
- package/hydrate/index.d.ts +17 -16
- package/hydrate/index.js +4093 -1979
- package/loader/index.d.ts +9 -0
- package/package.json +7 -6
- package/dist/cjs/chevron-icon-2645d6b0.js +0 -10
- package/dist/cjs/chevron-icon-2645d6b0.js.map +0 -1
- package/dist/cjs/close-icon-8ccb0163.js.map +0 -1
- package/dist/cjs/helpers-6eb26e7a.js.map +0 -1
- package/dist/cjs/index-f79a4e53.js.map +0 -1
- package/dist/cjs/popper-11d5f714.js.map +0 -1
- package/dist/collection/components/ic-alert/ic-alert.test.a11y.js.map +0 -1
- package/dist/collection/components/ic-back-to-top/ic-back-to-top.test.a11y.js.map +0 -1
- package/dist/collection/components/ic-breadcrumb-group/ic-breadcrumb-group-test-examples.js.map +0 -1
- package/dist/collection/components/ic-breadcrumb-group/ic-breadcrumb-group.test.a11y.js.map +0 -1
- package/dist/collection/components/ic-button/ic-button.test.a11y.js.map +0 -1
- package/dist/collection/components/ic-card/ic-card.test.a11y.js.map +0 -1
- package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.test.a11y.js.map +0 -1
- package/dist/collection/components/ic-chip/ic-chip.test.a11y.js.map +0 -1
- package/dist/collection/components/ic-classification-banner/ic-classification-banner.test.a11y.js.map +0 -1
- package/dist/collection/components/ic-data-entity/ic-data-entity.test.a11y.js.map +0 -1
- package/dist/collection/components/ic-data-row/ic-data-row.test.a11y.js.map +0 -1
- package/dist/collection/components/ic-footer/ic-footer.test.a11y.js.map +0 -1
- package/dist/collection/components/ic-footer-link/ic-footer-link.test.a11y.js.map +0 -1
- package/dist/collection/components/ic-footer-link-group/ic-footer-link-group.test.a11y.js.map +0 -1
- package/dist/collection/components/ic-hero/ic-hero.test.a11y.js.map +0 -1
- package/dist/collection/components/ic-horizontal-scroll/ic-horizontal-scroll.test.a11y.js.map +0 -1
- package/dist/collection/components/ic-link/ic-link.test.a11y.js.map +0 -1
- package/dist/collection/components/ic-loading-indicator/ic-loading-indicator.test.a11y.js.map +0 -1
- package/dist/collection/components/ic-navigation-group/ic-navigation-group.test.a11y.js.map +0 -1
- package/dist/collection/components/ic-navigation-item/ic-navigation-item.test.a11y.js.map +0 -1
- package/dist/collection/components/ic-page-header/ic-page-header.test.a11y.js.map +0 -1
- package/dist/collection/components/ic-radio-group/ic-radio-group.test.a11y.js.map +0 -1
- package/dist/collection/components/ic-search-bar/ic-search-bar.test.a11y.js.map +0 -1
- package/dist/collection/components/ic-select/ic-select.test.a11y.js.map +0 -1
- package/dist/collection/components/ic-side-navigation/ic-side-navigation-test-examples.js.map +0 -1
- package/dist/collection/components/ic-side-navigation/ic-side-navigation.test.a11y.js.map +0 -1
- package/dist/collection/components/ic-skeleton/ic-skeleton.test.a11y.js.map +0 -1
- package/dist/collection/components/ic-status-tag/ic-status-tag.test.a11y.js.map +0 -1
- package/dist/collection/components/ic-stepper/ic-stepper-test-examples.js.map +0 -1
- package/dist/collection/components/ic-stepper/ic-stepper.test.a11y.js.map +0 -1
- package/dist/collection/components/ic-switch/ic-switch.test.a11y.js.map +0 -1
- package/dist/collection/components/ic-tab-context/ic-tab-context.test.a11y.js.map +0 -1
- package/dist/collection/components/ic-text-field/ic-text-field.test.a11y.js.map +0 -1
- package/dist/collection/components/ic-toast/ic-toast.test.a11y.js.map +0 -1
- package/dist/collection/components/ic-tooltip/ic-tooltip.test.a11y.js.map +0 -1
- package/dist/collection/components/ic-top-navigation/ic-top-navigation.test.a11y.js.map +0 -1
- package/dist/collection/components/ic-typography/ic-typography.test.a11y.js.map +0 -1
- package/dist/components/popper.js.map +0 -1
- package/dist/core/p-1724000c.js +0 -2
- package/dist/core/p-1724000c.js.map +0 -1
- package/dist/core/p-17f91c94.entry.js +0 -2
- package/dist/core/p-17f91c94.entry.js.map +0 -1
- package/dist/core/p-18ae4b6d.entry.js +0 -2
- package/dist/core/p-18ae4b6d.entry.js.map +0 -1
- package/dist/core/p-18bf3cb0.entry.js +0 -2
- package/dist/core/p-18bf3cb0.entry.js.map +0 -1
- package/dist/core/p-24240e11.js.map +0 -1
- package/dist/core/p-2642f880.entry.js +0 -2
- package/dist/core/p-2642f880.entry.js.map +0 -1
- package/dist/core/p-284970bc.entry.js.map +0 -1
- package/dist/core/p-31a595c1.entry.js +0 -2
- package/dist/core/p-31a595c1.entry.js.map +0 -1
- package/dist/core/p-35a03442.entry.js.map +0 -1
- package/dist/core/p-360adc51.entry.js +0 -2
- package/dist/core/p-360adc51.entry.js.map +0 -1
- package/dist/core/p-3dda76db.entry.js +0 -2
- package/dist/core/p-3dda76db.entry.js.map +0 -1
- package/dist/core/p-41e239cb.entry.js +0 -2
- package/dist/core/p-41e239cb.entry.js.map +0 -1
- package/dist/core/p-44512ebe.js +0 -2
- package/dist/core/p-44512ebe.js.map +0 -1
- package/dist/core/p-44c9612c.entry.js +0 -2
- package/dist/core/p-44c9612c.entry.js.map +0 -1
- package/dist/core/p-521be4e2.entry.js +0 -2
- package/dist/core/p-521be4e2.entry.js.map +0 -1
- package/dist/core/p-5450cebf.js +0 -3
- package/dist/core/p-5450cebf.js.map +0 -1
- package/dist/core/p-55512a85.entry.js +0 -2
- package/dist/core/p-55512a85.entry.js.map +0 -1
- package/dist/core/p-560c06af.entry.js +0 -2
- package/dist/core/p-560c06af.entry.js.map +0 -1
- package/dist/core/p-57f2c81c.entry.js +0 -2
- package/dist/core/p-57f2c81c.entry.js.map +0 -1
- package/dist/core/p-5b083ce5.entry.js +0 -2
- package/dist/core/p-5b083ce5.entry.js.map +0 -1
- package/dist/core/p-62b3516e.entry.js +0 -2
- package/dist/core/p-62b3516e.entry.js.map +0 -1
- package/dist/core/p-691ea0f2.entry.js +0 -2
- package/dist/core/p-691ea0f2.entry.js.map +0 -1
- package/dist/core/p-7818d958.entry.js +0 -2
- package/dist/core/p-7818d958.entry.js.map +0 -1
- package/dist/core/p-7a0bf893.entry.js +0 -2
- package/dist/core/p-7a0bf893.entry.js.map +0 -1
- package/dist/core/p-7a9bc7f2.entry.js.map +0 -1
- package/dist/core/p-7fd50355.entry.js.map +0 -1
- package/dist/core/p-897e967a.entry.js +0 -2
- package/dist/core/p-897e967a.entry.js.map +0 -1
- package/dist/core/p-8f1176c6.entry.js +0 -2
- package/dist/core/p-8f1176c6.entry.js.map +0 -1
- package/dist/core/p-8ffa00c9.entry.js.map +0 -1
- package/dist/core/p-91a8db51.entry.js +0 -2
- package/dist/core/p-91a8db51.entry.js.map +0 -1
- package/dist/core/p-a09d853e.entry.js +0 -2
- package/dist/core/p-a09d853e.entry.js.map +0 -1
- package/dist/core/p-a667e329.entry.js +0 -2
- package/dist/core/p-a667e329.entry.js.map +0 -1
- package/dist/core/p-ad2477d8.entry.js.map +0 -1
- package/dist/core/p-b35ae170.entry.js +0 -2
- package/dist/core/p-b35ae170.entry.js.map +0 -1
- package/dist/core/p-b40bd77c.entry.js +0 -2
- package/dist/core/p-b40bd77c.entry.js.map +0 -1
- package/dist/core/p-b4234318.entry.js +0 -2
- package/dist/core/p-b4234318.entry.js.map +0 -1
- package/dist/core/p-ba8d6c23.entry.js.map +0 -1
- package/dist/core/p-bd819f68.entry.js +0 -2
- package/dist/core/p-bd819f68.entry.js.map +0 -1
- package/dist/core/p-c4a7c734.entry.js.map +0 -1
- package/dist/core/p-c72e4b75.entry.js +0 -2
- package/dist/core/p-c72e4b75.entry.js.map +0 -1
- package/dist/core/p-c7b86643.entry.js +0 -2
- package/dist/core/p-c7b86643.entry.js.map +0 -1
- package/dist/core/p-c8f07be6.entry.js +0 -2
- package/dist/core/p-c8f07be6.entry.js.map +0 -1
- package/dist/core/p-c9068822.entry.js +0 -2
- package/dist/core/p-c9068822.entry.js.map +0 -1
- package/dist/core/p-cccbf2bf.entry.js +0 -2
- package/dist/core/p-cccbf2bf.entry.js.map +0 -1
- package/dist/core/p-d2508752.entry.js.map +0 -1
- package/dist/core/p-d7bbace4.entry.js +0 -2
- package/dist/core/p-d7bbace4.entry.js.map +0 -1
- package/dist/core/p-d86b0d0e.entry.js +0 -2
- package/dist/core/p-d86b0d0e.entry.js.map +0 -1
- package/dist/core/p-e0d88c31.entry.js +0 -2
- package/dist/core/p-e0d88c31.entry.js.map +0 -1
- package/dist/core/p-e9202767.entry.js +0 -2
- package/dist/core/p-e9202767.entry.js.map +0 -1
- package/dist/core/p-eba373bf.entry.js +0 -2
- package/dist/core/p-eba373bf.entry.js.map +0 -1
- package/dist/core/p-ec26fc38.js +0 -2
- package/dist/core/p-ec26fc38.js.map +0 -1
- package/dist/core/p-ed6cf9b9.entry.js +0 -2
- package/dist/core/p-ed6cf9b9.entry.js.map +0 -1
- package/dist/esm/chevron-icon-98c98242.js +0 -8
- package/dist/esm/chevron-icon-98c98242.js.map +0 -1
- package/dist/esm/close-icon-2f02b42a.js.map +0 -1
- package/dist/esm/helpers-c332acf8.js.map +0 -1
- package/dist/esm/index-90721b3c.js.map +0 -1
- package/dist/esm/popper-f860750c.js +0 -1801
- package/dist/esm/popper-f860750c.js.map +0 -1
- /package/dist/collection/{components/ic-link/assets → assets}/OpenInNew.svg +0 -0
- /package/dist/collection/components/ic-back-to-top/{ic-back-to-top.test.a11y.js → test/a11y/ic-back-to-top.test.a11y.js} +0 -0
- /package/dist/collection/components/ic-breadcrumb-group/{ic-breadcrumb-group-test-examples.js → test/basic/ic-breadcrumb-group-test-examples.js} +0 -0
- /package/dist/collection/components/ic-stepper/{ic-stepper-test-examples.js → test/basic/ic-stepper-test-examples.js} +0 -0
- /package/dist/collection/components/ic-tab-context/{ic-tab-context.test.a11y.js → test/a11y/ic-tab-context.test.a11y.js} +0 -0
- /package/dist/collection/components/ic-text-field/{ic-text-field.test.a11y.js → test/a11y/ic-text-field.test.a11y.js} +0 -0
- /package/dist/types/components/ic-alert/{ic-alert.test.a11y.d.ts → test/a11y/ic-alert.test.a11y.d.ts} +0 -0
- /package/dist/types/components/ic-back-to-top/{ic-back-to-top.test.a11y.d.ts → test/a11y/ic-back-to-top.test.a11y.d.ts} +0 -0
- /package/dist/types/components/ic-breadcrumb-group/{ic-breadcrumb-group.test.a11y.d.ts → test/a11y/ic-breadcrumb-group.test.a11y.d.ts} +0 -0
- /package/dist/types/components/ic-breadcrumb-group/{ic-breadcrumb-group-test-examples.d.ts → test/basic/ic-breadcrumb-group-test-examples.d.ts} +0 -0
- /package/dist/types/components/ic-button/{ic-button.test.a11y.d.ts → test/a11y/ic-button.test.a11y.d.ts} +0 -0
- /package/dist/types/components/ic-card/{ic-card.test.a11y.d.ts → test/a11y/ic-card.test.a11y.d.ts} +0 -0
- /package/dist/types/components/ic-checkbox-group/{ic-checkbox-group.test.a11y.d.ts → test/a11y/ic-checkbox-group.test.a11y.d.ts} +0 -0
- /package/dist/types/components/ic-chip/{ic-chip.test.a11y.d.ts → test/a11y/ic-chip.test.a11y.d.ts} +0 -0
- /package/dist/types/components/ic-classification-banner/{ic-classification-banner.test.a11y.d.ts → test/a11y/ic-classification-banner.test.a11y.d.ts} +0 -0
- /package/dist/types/components/ic-data-entity/{ic-data-entity.test.a11y.d.ts → test/a11y/ic-data-entity.test.a11y.d.ts} +0 -0
- /package/dist/types/components/ic-data-row/{ic-data-row.test.a11y.d.ts → test/a11y/ic-data-row.test.a11y.d.ts} +0 -0
- /package/dist/types/components/{ic-footer-link-group/ic-footer-link-group.test.a11y.d.ts → ic-dialog/test/a11y/ic-dialog.test.a11y.d.ts} +0 -0
- /package/dist/types/components/{ic-footer-link/ic-footer-link.test.a11y.d.ts → ic-empty-state/test/a11y/ic-empty-state.test.a11y.d.ts} +0 -0
- /package/dist/types/components/{ic-horizontal-scroll/ic-horizontal-scroll.test.a11y.d.ts → ic-footer/test/a11y/ic-footer.test.a11y.d.ts} +0 -0
- /package/dist/types/components/{ic-hero/ic-hero.test.a11y.d.ts → ic-footer-link/test/a11y/ic-footer-link.test.a11y.d.ts} +0 -0
- /package/dist/types/components/{ic-footer/ic-footer.test.a11y.d.ts → ic-footer-link-group/test/a11y/ic-footer-link-group.test.a11y.d.ts} +0 -0
- /package/dist/types/components/{ic-link/ic-link.test.a11y.d.ts → ic-hero/test/a11y/ic-hero.test.a11y.d.ts} +0 -0
- /package/dist/types/components/{ic-loading-indicator/ic-loading-indicator.test.a11y.d.ts → ic-horizontal-scroll/test/a11y/ic-horizontal-scroll.test.a11y.d.ts} +0 -0
- /package/dist/types/components/{ic-navigation-group/ic-navigation-group.test.a11y.d.ts → ic-link/test/a11y/ic-link.test.a11y.d.ts} +0 -0
- /package/dist/types/components/{ic-navigation-item/ic-navigation-item.test.a11y.d.ts → ic-loading-indicator/test/a11y/ic-loading-indicator.test.a11y.d.ts} +0 -0
- /package/dist/types/components/{ic-page-header/ic-page-header.test.a11y.d.ts → ic-navigation-group/test/a11y/ic-navigation-group.test.a11y.d.ts} +0 -0
- /package/dist/types/components/{ic-radio-group/ic-radio-group.test.a11y.d.ts → ic-navigation-item/test/a11y/ic-navigation-item.test.a11y.d.ts} +0 -0
- /package/dist/types/components/{ic-search-bar/ic-search-bar.test.a11y.d.ts → ic-page-header/test/a11y/ic-page-header.test.a11y.d.ts} +0 -0
- /package/dist/types/components/{ic-select/ic-select.test.a11y.d.ts → ic-pagination/test/a11y/ic-pagination.test.a11y.d.ts} +0 -0
- /package/dist/types/components/{ic-side-navigation/ic-side-navigation.test.a11y.d.ts → ic-popover-menu/test/a11y/ic-popover-menu.test.a11y.d.ts} +0 -0
- /package/dist/types/components/{ic-skeleton/ic-skeleton.test.a11y.d.ts → ic-radio-group/test/a11y/ic-radio-group.test.a11y.d.ts} +0 -0
- /package/dist/types/components/{ic-status-tag/ic-status-tag.test.a11y.d.ts → ic-search-bar/test/a11y/ic-search-bar.test.a11y.d.ts} +0 -0
- /package/dist/types/components/{ic-stepper/ic-stepper.test.a11y.d.ts → ic-select/test/a11y/ic-select.test.a11y.d.ts} +0 -0
- /package/dist/types/components/{ic-switch/ic-switch.test.a11y.d.ts → ic-side-navigation/test/a11y/ic-side-navigation.test.a11y.d.ts} +0 -0
- /package/dist/types/components/{ic-tab-context/ic-tab-context.test.a11y.d.ts → ic-skeleton/test/a11y/ic-skeleton.test.a11y.d.ts} +0 -0
- /package/dist/types/components/{ic-text-field/ic-text-field.test.a11y.d.ts → ic-status-tag/test/a11y/ic-status-tag.test.a11y.d.ts} +0 -0
- /package/dist/types/components/{ic-toast/ic-toast.test.a11y.d.ts → ic-stepper/test/a11y/ic-stepper.test.a11y.d.ts} +0 -0
- /package/dist/types/components/ic-stepper/{ic-stepper-test-examples.d.ts → test/basic/ic-stepper-test-examples.d.ts} +0 -0
- /package/dist/types/components/{ic-tooltip/ic-tooltip.test.a11y.d.ts → ic-switch/test/a11y/ic-switch.test.a11y.d.ts} +0 -0
- /package/dist/types/components/{ic-top-navigation/ic-top-navigation.test.a11y.d.ts → ic-tab-context/test/a11y/ic-tab-context.test.a11y.d.ts} +0 -0
- /package/dist/types/components/{ic-typography/ic-typography.test.a11y.d.ts → ic-text-field/test/a11y/ic-text-field.test.a11y.d.ts} +0 -0
|
@@ -1,30 +1,37 @@
|
|
|
1
1
|
import { Host, h, } from "@stencil/core";
|
|
2
2
|
import { IcThemeForegroundEnum, } from "../../utils/types";
|
|
3
|
-
import { getInputDescribedByText, renderHiddenInput, handleHiddenFormButtonClick, getLabelFromValue, onComponentRequiredPropUndefined, getFilteredMenuOptions, } from "../../utils/helpers";
|
|
3
|
+
import { getInputDescribedByText, renderHiddenInput, handleHiddenFormButtonClick, getLabelFromValue, onComponentRequiredPropUndefined, getFilteredMenuOptions, removeDisabledFalse, } from "../../utils/helpers";
|
|
4
4
|
import clearIcon from "../../assets/clear-icon.svg";
|
|
5
5
|
import searchIcon from "../../assets/search-icon.svg";
|
|
6
6
|
let inputIds = 0;
|
|
7
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
7
8
|
export class SearchBar {
|
|
8
9
|
constructor() {
|
|
10
|
+
this.assistiveHintEl = null;
|
|
11
|
+
this.hasTimedOut = false;
|
|
9
12
|
this.inputId = `ic-search-bar-input-${inputIds++}`;
|
|
10
|
-
this.menuId = `${this.inputId}-menu`;
|
|
11
13
|
this.menuCloseFromMenuChangeEvent = false;
|
|
12
|
-
this.
|
|
13
|
-
this.
|
|
14
|
+
this.menuId = `${this.inputId}-menu`;
|
|
15
|
+
this.preLoad = true;
|
|
14
16
|
this.preventSubmit = false;
|
|
15
|
-
this.
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
const
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
17
|
+
this.prevNoOption = false;
|
|
18
|
+
this.retryButtonClick = false;
|
|
19
|
+
this.truncateValue = false;
|
|
20
|
+
this.handleClear = (ev) => {
|
|
21
|
+
const keyboardEvent = ev;
|
|
22
|
+
const mouseEvent = ev;
|
|
23
|
+
if (mouseEvent.type === "click" ||
|
|
24
|
+
keyboardEvent.code === "Enter" ||
|
|
25
|
+
keyboardEvent.code === "Space") {
|
|
26
|
+
this.value = "";
|
|
27
|
+
this.inputEl.value = "";
|
|
28
|
+
this.loading = false;
|
|
29
|
+
clearTimeout(this.timeoutTimer);
|
|
30
|
+
this.filteredOptions = this.options;
|
|
31
|
+
this.el.setFocus();
|
|
32
|
+
this.icClear.emit();
|
|
26
33
|
ev.preventDefault();
|
|
27
|
-
this.
|
|
34
|
+
this.preventSubmit = true;
|
|
28
35
|
}
|
|
29
36
|
};
|
|
30
37
|
this.onInput = (ev) => {
|
|
@@ -32,6 +39,7 @@ export class SearchBar {
|
|
|
32
39
|
const noOptions = [{ label: this.emptyOptionListText, value: "" }];
|
|
33
40
|
if (this.options.length > 0) {
|
|
34
41
|
this.setMenuChange(true);
|
|
42
|
+
this.preLoad = false;
|
|
35
43
|
if (this.disableFilter === false) {
|
|
36
44
|
const rawFilteredOptions = getFilteredMenuOptions(this.options, false, this.value, "anywhere");
|
|
37
45
|
this.filteredOptions =
|
|
@@ -53,23 +61,6 @@ export class SearchBar {
|
|
|
53
61
|
this.icInputFocus.emit({ value: value });
|
|
54
62
|
this.handleShowClearButton(true);
|
|
55
63
|
};
|
|
56
|
-
this.handleClear = (ev) => {
|
|
57
|
-
const keyboardEvent = ev;
|
|
58
|
-
const mouseEvent = ev;
|
|
59
|
-
if (mouseEvent.type === "click" ||
|
|
60
|
-
keyboardEvent.code === "Enter" ||
|
|
61
|
-
keyboardEvent.code === "Space") {
|
|
62
|
-
this.value = "";
|
|
63
|
-
this.inputEl.value = "";
|
|
64
|
-
this.el.setFocus();
|
|
65
|
-
this.icClear.emit();
|
|
66
|
-
ev.preventDefault();
|
|
67
|
-
this.preventSubmit = true;
|
|
68
|
-
}
|
|
69
|
-
};
|
|
70
|
-
this.handleMouseDown = (ev) => {
|
|
71
|
-
ev.preventDefault();
|
|
72
|
-
};
|
|
73
64
|
this.handleClearBlur = (ev) => {
|
|
74
65
|
const nextFocus = ev.relatedTarget;
|
|
75
66
|
this.icClearBlur.emit({ relatedTarget: nextFocus });
|
|
@@ -80,10 +71,47 @@ export class SearchBar {
|
|
|
80
71
|
this.icSubmitSearchBlur.emit({ relatedTarget: nextFocus });
|
|
81
72
|
this.searchSubmitFocused = false;
|
|
82
73
|
};
|
|
74
|
+
this.handleMouseDown = (ev) => {
|
|
75
|
+
ev.preventDefault();
|
|
76
|
+
};
|
|
83
77
|
this.handleSubmitSearchFocus = () => {
|
|
84
|
-
this.handleMenuCloseFromMenuChange(true);
|
|
85
78
|
this.searchSubmitFocused = true;
|
|
86
79
|
};
|
|
80
|
+
this.handleSubmitSearch = () => {
|
|
81
|
+
this.highlightedValue && (this.value = this.highlightedValue);
|
|
82
|
+
this.highlightedValue = undefined;
|
|
83
|
+
this.icSubmitSearch.emit({ value: this.value });
|
|
84
|
+
const form = this.el.closest("FORM");
|
|
85
|
+
if (this.searchSubmitButton && !!form && !this.preventSubmit) {
|
|
86
|
+
handleHiddenFormButtonClick(form, this.searchSubmitButton);
|
|
87
|
+
}
|
|
88
|
+
};
|
|
89
|
+
this.handleSubmitSearchKeyDown = (ev) => {
|
|
90
|
+
if (ev.key === " ") {
|
|
91
|
+
ev.preventDefault();
|
|
92
|
+
this.handleSubmitSearch();
|
|
93
|
+
}
|
|
94
|
+
};
|
|
95
|
+
this.handleRetry = (ev) => {
|
|
96
|
+
this.retryViaKeyPress = ev.detail.keyPressed === "Enter";
|
|
97
|
+
this.icRetryLoad.emit({ value: ev.detail.value });
|
|
98
|
+
this.triggerLoading();
|
|
99
|
+
this.retryButtonClick = true;
|
|
100
|
+
};
|
|
101
|
+
this.triggerLoading = () => {
|
|
102
|
+
const loadingOption = [
|
|
103
|
+
{ label: this.loadingLabel, value: "", loading: true },
|
|
104
|
+
];
|
|
105
|
+
if (this.filteredOptions !== loadingOption)
|
|
106
|
+
this.filteredOptions = loadingOption;
|
|
107
|
+
if (this.timeout) {
|
|
108
|
+
this.timeoutTimer = window.setTimeout(() => {
|
|
109
|
+
this.filteredOptions = [
|
|
110
|
+
{ label: this.loadingErrorLabel, value: "", timedOut: true },
|
|
111
|
+
];
|
|
112
|
+
}, this.timeout);
|
|
113
|
+
}
|
|
114
|
+
};
|
|
87
115
|
this.handleOptionSelect = (ev) => {
|
|
88
116
|
if (ev.detail.label === this.emptyOptionListText) {
|
|
89
117
|
this.el.setFocus();
|
|
@@ -127,13 +155,22 @@ export class SearchBar {
|
|
|
127
155
|
};
|
|
128
156
|
this.handleHostBlur = (ev) => {
|
|
129
157
|
const nextFocus = ev.relatedTarget;
|
|
130
|
-
if (this.open &&
|
|
158
|
+
if (this.open &&
|
|
159
|
+
this.options &&
|
|
160
|
+
nextFocus !== this.menu &&
|
|
161
|
+
!this.retryViaKeyPress &&
|
|
162
|
+
!this.retryButtonClick) {
|
|
131
163
|
this.setMenuChange(false);
|
|
132
164
|
}
|
|
165
|
+
if (this.retryButtonClick || this.retryViaKeyPress) {
|
|
166
|
+
this.inputEl.setFocus();
|
|
167
|
+
}
|
|
133
168
|
this.handleShowClearButton(false);
|
|
134
169
|
this.handleMenuCloseFromMenuChange(false);
|
|
135
170
|
this.handleTruncateValue(true);
|
|
136
171
|
this.icSearchBarBlur.emit({ relatedTarget: nextFocus, value: this.value });
|
|
172
|
+
this.retryViaKeyPress = false;
|
|
173
|
+
this.retryButtonClick = false;
|
|
137
174
|
};
|
|
138
175
|
this.handleShowClearButton = (visible) => {
|
|
139
176
|
this.showClearButton = visible;
|
|
@@ -173,7 +210,8 @@ export class SearchBar {
|
|
|
173
210
|
else if (this.hasOptionsOrFilterDisabled() &&
|
|
174
211
|
this.filteredOptions.length > 0 &&
|
|
175
212
|
this.open &&
|
|
176
|
-
searchResultsStatusEl
|
|
213
|
+
searchResultsStatusEl &&
|
|
214
|
+
!this.filteredOptions[0].loading) {
|
|
177
215
|
if (this.hadNoOptions()) {
|
|
178
216
|
searchResultsStatusEl.innerText = this.emptyOptionListText;
|
|
179
217
|
}
|
|
@@ -184,55 +222,79 @@ export class SearchBar {
|
|
|
184
222
|
};
|
|
185
223
|
this.hasOptionsOrFilterDisabled = () => this.options.length > 0 || this.disableFilter;
|
|
186
224
|
this.hadNoOptions = () => this.filteredOptions.length === 1 &&
|
|
187
|
-
this.filteredOptions[0].label === this.emptyOptionListText
|
|
225
|
+
this.filteredOptions[0].label === this.emptyOptionListText &&
|
|
226
|
+
this.searchMode === "navigation";
|
|
188
227
|
this.isSubmitDisabled = () => {
|
|
189
228
|
const valueNotSet = this.value === undefined || this.value === null || this.value === "";
|
|
190
|
-
|
|
229
|
+
const valueLengthLess = this.value.length < this.charactersUntilSuggestion;
|
|
230
|
+
return (valueNotSet ||
|
|
231
|
+
valueLengthLess ||
|
|
232
|
+
this.disabled ||
|
|
233
|
+
this.hadNoOptions() ||
|
|
234
|
+
this.hasTimedOut ||
|
|
235
|
+
this.loading);
|
|
191
236
|
};
|
|
192
237
|
this.highlightFirstOptionAfterNoResults = () => {
|
|
193
|
-
if (this.prevNoOption && this.menu) {
|
|
238
|
+
if (this.prevNoOption && this.menu && !this.hasTimedOut) {
|
|
194
239
|
this.menu.handleSetFirstOption();
|
|
195
240
|
this.prevNoOption = false;
|
|
196
241
|
}
|
|
197
|
-
const prevNoOptionsList = this.filteredOptions.find((filteredOption) => filteredOption.label === this.emptyOptionListText
|
|
242
|
+
const prevNoOptionsList = this.filteredOptions.find((filteredOption) => filteredOption.label === this.emptyOptionListText ||
|
|
243
|
+
filteredOption.label === this.loadingErrorLabel ||
|
|
244
|
+
filteredOption.label === this.loadingLabel);
|
|
198
245
|
if (prevNoOptionsList) {
|
|
199
246
|
this.prevNoOption = true;
|
|
200
247
|
}
|
|
201
248
|
};
|
|
202
|
-
this.
|
|
203
|
-
this.
|
|
204
|
-
this.
|
|
205
|
-
this.
|
|
206
|
-
this.
|
|
207
|
-
this.
|
|
208
|
-
this.disableFilter = false;
|
|
209
|
-
this.hideLabel = false;
|
|
210
|
-
this.helperText = "";
|
|
211
|
-
this.small = false;
|
|
212
|
-
this.value = "";
|
|
249
|
+
this.ariaActiveDescendant = undefined;
|
|
250
|
+
this.clearButtonFocused = false;
|
|
251
|
+
this.highlightedValue = undefined;
|
|
252
|
+
this.open = false;
|
|
253
|
+
this.searchSubmitFocused = false;
|
|
254
|
+
this.showClearButton = false;
|
|
213
255
|
this.autocapitalize = "off";
|
|
214
256
|
this.autocomplete = "off";
|
|
215
257
|
this.autocorrect = "off";
|
|
216
258
|
this.autofocus = false;
|
|
259
|
+
this.charactersUntilSuggestion = 2;
|
|
260
|
+
this.disabled = false;
|
|
261
|
+
this.disableFilter = false;
|
|
217
262
|
this.debounce = 0;
|
|
218
|
-
this.
|
|
219
|
-
this.spellcheck = false;
|
|
220
|
-
this.options = [];
|
|
263
|
+
this.emptyOptionListText = "No results found";
|
|
221
264
|
this.focusOnLoad = false;
|
|
265
|
+
this.fullWidth = false;
|
|
266
|
+
this.helperText = "";
|
|
267
|
+
this.hideLabel = false;
|
|
222
268
|
this.hintText = "When autocomplete results are available use the up and down arrows to choose and press enter to select";
|
|
223
|
-
this.
|
|
224
|
-
this.
|
|
225
|
-
this.
|
|
269
|
+
this.label = undefined;
|
|
270
|
+
this.loading = false;
|
|
271
|
+
this.loadingErrorLabel = "Loading Error";
|
|
272
|
+
this.loadingLabel = "Loading...";
|
|
273
|
+
this.name = this.inputId;
|
|
274
|
+
this.placeholder = "Search";
|
|
275
|
+
this.readonly = false;
|
|
276
|
+
this.required = false;
|
|
277
|
+
this.searchMode = "navigation";
|
|
278
|
+
this.small = false;
|
|
279
|
+
this.spellcheck = false;
|
|
280
|
+
this.timeout = undefined;
|
|
226
281
|
this.filteredOptions = [];
|
|
227
|
-
this.
|
|
228
|
-
this.
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
this.
|
|
232
|
-
|
|
282
|
+
this.options = [];
|
|
283
|
+
this.value = "";
|
|
284
|
+
}
|
|
285
|
+
loadingHandler(newValue) {
|
|
286
|
+
if (newValue && !this.hasTimedOut) {
|
|
287
|
+
this.preLoad = false;
|
|
288
|
+
this.triggerLoading();
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
filteredOptionsHandler(newOptions) {
|
|
292
|
+
this.hasTimedOut = newOptions.some((opt) => opt.timedOut);
|
|
233
293
|
}
|
|
234
294
|
watchOptionsHandler(newOptions) {
|
|
235
|
-
if (this.disableFilter) {
|
|
295
|
+
if (this.disableFilter && !this.hasTimedOut) {
|
|
296
|
+
this.loading = false;
|
|
297
|
+
clearTimeout(this.timeoutTimer);
|
|
236
298
|
if (newOptions.length > 0) {
|
|
237
299
|
this.filteredOptions = newOptions;
|
|
238
300
|
}
|
|
@@ -241,7 +303,11 @@ export class SearchBar {
|
|
|
241
303
|
return;
|
|
242
304
|
}
|
|
243
305
|
this.setMenuChange(true);
|
|
244
|
-
this.
|
|
306
|
+
!this.preLoad &&
|
|
307
|
+
(this.filteredOptions = [
|
|
308
|
+
{ label: this.emptyOptionListText, value: "" },
|
|
309
|
+
]);
|
|
310
|
+
this.preLoad = true;
|
|
245
311
|
}
|
|
246
312
|
}
|
|
247
313
|
this.debounceAriaLiveUpdate();
|
|
@@ -256,14 +322,33 @@ export class SearchBar {
|
|
|
256
322
|
this.inputEl.value = newValue;
|
|
257
323
|
}
|
|
258
324
|
}
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
325
|
+
disconnectedCallback() {
|
|
326
|
+
if (this.assistiveHintEl) {
|
|
327
|
+
this.assistiveHintEl.remove();
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
componentWillLoad() {
|
|
331
|
+
this.watchValueHandler(this.value);
|
|
332
|
+
removeDisabledFalse(this.disabled, this.el);
|
|
333
|
+
}
|
|
334
|
+
componentDidLoad() {
|
|
335
|
+
if (this.focusOnLoad) {
|
|
336
|
+
this.el.setFocus();
|
|
337
|
+
}
|
|
338
|
+
if (this.hasOptionsOrFilterDisabled()) {
|
|
339
|
+
this.renderAssistiveHintEl();
|
|
340
|
+
if (this.disableFilter) {
|
|
341
|
+
this.filteredOptions = this.options;
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
onComponentRequiredPropUndefined([{ prop: this.label, propName: "label" }], "Search Bar");
|
|
345
|
+
if (this.inputEl !== undefined) {
|
|
346
|
+
this.anchorEl = this.inputEl.shadowRoot.querySelector("ic-input-component-container");
|
|
265
347
|
}
|
|
266
348
|
}
|
|
349
|
+
componentWillRender() {
|
|
350
|
+
this.highlightFirstOptionAfterNoResults();
|
|
351
|
+
}
|
|
267
352
|
handleKeyDown(ev) {
|
|
268
353
|
const keyEv = ev.detail.event;
|
|
269
354
|
if (this.menu && this.open) {
|
|
@@ -285,36 +370,22 @@ export class SearchBar {
|
|
|
285
370
|
this.preventSubmit = false;
|
|
286
371
|
}
|
|
287
372
|
}
|
|
373
|
+
/**
|
|
374
|
+
* Sets focus on the native `input`.
|
|
375
|
+
*/
|
|
376
|
+
async setFocus() {
|
|
377
|
+
this.retryViaKeyPress = false;
|
|
378
|
+
this.retryButtonClick = false;
|
|
379
|
+
if (this.inputEl) {
|
|
380
|
+
this.inputEl.setFocus();
|
|
381
|
+
}
|
|
382
|
+
}
|
|
288
383
|
debounceAriaLiveUpdate() {
|
|
289
384
|
clearTimeout(this.debounceAriaLive);
|
|
290
385
|
this.debounceAriaLive = window.setTimeout(() => {
|
|
291
386
|
this.updateSearchResultAriaLive();
|
|
292
387
|
}, 500);
|
|
293
388
|
}
|
|
294
|
-
componentWillRender() {
|
|
295
|
-
this.highlightFirstOptionAfterNoResults();
|
|
296
|
-
}
|
|
297
|
-
componentWillLoad() {
|
|
298
|
-
this.watchValueHandler(this.value);
|
|
299
|
-
}
|
|
300
|
-
componentDidLoad() {
|
|
301
|
-
if (this.focusOnLoad) {
|
|
302
|
-
this.el.setFocus();
|
|
303
|
-
}
|
|
304
|
-
if (this.hasOptionsOrFilterDisabled()) {
|
|
305
|
-
this.renderAssistiveHintEl();
|
|
306
|
-
if (this.disableFilter) {
|
|
307
|
-
this.filteredOptions = this.options;
|
|
308
|
-
}
|
|
309
|
-
}
|
|
310
|
-
onComponentRequiredPropUndefined([{ prop: this.label, propName: "label" }], "Search Bar");
|
|
311
|
-
this.anchorEl = this.inputEl.shadowRoot.querySelector("ic-input-component-container");
|
|
312
|
-
}
|
|
313
|
-
disconnectedCallback() {
|
|
314
|
-
if (this.assistiveHintEl) {
|
|
315
|
-
this.assistiveHintEl.remove();
|
|
316
|
-
}
|
|
317
|
-
}
|
|
318
389
|
render() {
|
|
319
390
|
const { inputId, name, label, required, small, placeholder, helperText, disabled, value, readonly, spellcheck, fullWidth, options, open, hideLabel, menuId, ariaActiveDescendant, truncateValue, autofocus, autocapitalize, autocomplete, filteredOptions, } = this;
|
|
320
391
|
const disabledMode = readonly || disabled ? true : false;
|
|
@@ -335,6 +406,10 @@ export class SearchBar {
|
|
|
335
406
|
const disabledText = disabledMode && !readonly;
|
|
336
407
|
const hasSuggestedSearch = value && this.hasOptionsOrFilterDisabled();
|
|
337
408
|
const menuOpen = hasSuggestedSearch && open && filteredOptions.length > 0;
|
|
409
|
+
const menuRendered = menuOpen && value.length >= this.charactersUntilSuggestion;
|
|
410
|
+
const isOrHasLoaded = this.filteredOptions.length === 1 &&
|
|
411
|
+
(this.filteredOptions[0].label === this.loadingLabel ||
|
|
412
|
+
filteredOptions[0].label === this.loadingErrorLabel);
|
|
338
413
|
let expanded;
|
|
339
414
|
if (options.length > 0) {
|
|
340
415
|
if (menuOpen) {
|
|
@@ -355,7 +430,7 @@ export class SearchBar {
|
|
|
355
430
|
["small"]: small,
|
|
356
431
|
}, onFocus: this.handleHostFocus, onBlur: this.handleHostBlur }, h("ic-text-field", { ref: (el) => (this.inputEl = el), inputId: inputId, label: label, helperText: helperText, required: required, disabled: disabledText, readonly: readonly, small: small, hideLabel: hideLabel, fullWidth: fullWidth, name: name, truncateValue: truncateValue, value: options && !!getLabelFromValue(value, options)
|
|
357
432
|
? getLabelFromValue(value, options)
|
|
358
|
-
: value, placeholder: placeholder, onInput: this.onInput, onBlur: this.onInputBlur, onFocus: this.onInputFocus, "aria-label": hideLabel ? label : "", "aria-describedby": describedById, "aria-owns":
|
|
433
|
+
: value, placeholder: placeholder, onInput: this.onInput, onBlur: this.onInputBlur, onFocus: this.onInputFocus, "aria-label": hideLabel ? label : "", "aria-describedby": describedById, "aria-owns": menuRendered ? menuId : undefined, "aria-haspopup": options.length > 0 ? "listbox" : undefined, ariaExpanded: expanded, ariaActiveDescendant: ariaActiveDescendant, "aria-autocomplete": hasSuggestedSearch ? "list" : undefined, role: hasSuggestedSearch ? "combobox" : undefined, autocomplete: autocomplete, autocapitalize: autocapitalize, autoFocus: autofocus, spellcheck: spellcheck, inputmode: "search", debounce: this.debounce }, h("div", { class: {
|
|
359
434
|
"clear-button-container": true,
|
|
360
435
|
"clear-button-visible": value && !disabledMode && this.showClearButton,
|
|
361
436
|
}, slot: "clear-button" }, h("ic-button", { id: "clear-button", class: "clear-button", "aria-label": "Clear", innerHTML: clearIcon, onClick: this.handleClear, onMouseDown: this.handleMouseDown, size: small ? "small" : "default", onFocus: this.handleFocusClearButton, onBlur: this.handleClearBlur, onKeyDown: this.handleClear, type: "submit", variant: "icon", appearance: this.clearButtonFocused
|
|
@@ -371,9 +446,9 @@ export class SearchBar {
|
|
|
371
446
|
: IcThemeForegroundEnum.Default })), h("div", { class: {
|
|
372
447
|
"menu-container": true,
|
|
373
448
|
fullwidth: fullWidth,
|
|
374
|
-
}, slot: "menu" },
|
|
375
|
-
"no-results": this.hadNoOptions(),
|
|
376
|
-
}, activationType: "manual", anchorEl: this.anchorEl, autoFocusOnSelected: false, inputEl: this.inputEl, inputLabel: label, ref: (el) => (this.menu = el), small: small, fullWidth: fullWidth, menuId: menuId, open: true, options: filteredOptions, onMenuOptionSelect: this.handleOptionSelect, onMenuStateChange: this.handleMenuChange, onMenuOptionId: this.handleMenuOptionHighlight, parentEl: this.el, value: value })))), h("div", { "aria-live": "polite", role: "status", class: "search-results-status" })));
|
|
449
|
+
}, slot: "menu" }, menuRendered && (h("ic-menu", { class: {
|
|
450
|
+
"no-results": this.hadNoOptions() || isOrHasLoaded,
|
|
451
|
+
}, activationType: "manual", anchorEl: this.anchorEl, autoFocusOnSelected: false, searchMode: this.searchMode, inputEl: this.inputEl, inputLabel: label, ref: (el) => (this.menu = el), small: small, 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 })))), h("div", { "aria-live": "polite", role: "status", class: "search-results-status" })));
|
|
377
452
|
}
|
|
378
453
|
static get is() { return "ic-search-bar"; }
|
|
379
454
|
static get encapsulation() { return "shadow"; }
|
|
@@ -390,7 +465,7 @@ export class SearchBar {
|
|
|
390
465
|
}
|
|
391
466
|
static get properties() {
|
|
392
467
|
return {
|
|
393
|
-
"
|
|
468
|
+
"autocapitalize": {
|
|
394
469
|
"type": "string",
|
|
395
470
|
"mutable": false,
|
|
396
471
|
"complexType": {
|
|
@@ -398,52 +473,63 @@ export class SearchBar {
|
|
|
398
473
|
"resolved": "string",
|
|
399
474
|
"references": {}
|
|
400
475
|
},
|
|
401
|
-
"required":
|
|
476
|
+
"required": false,
|
|
402
477
|
"optional": false,
|
|
403
478
|
"docs": {
|
|
404
479
|
"tags": [],
|
|
405
|
-
"text": "The
|
|
480
|
+
"text": "The automatic capitalisation of the text value as it is entered/edited by the user.\nAvailable options: \"off\", \"none\", \"on\", \"sentences\", \"words\", \"characters\"."
|
|
406
481
|
},
|
|
407
|
-
"attribute": "
|
|
408
|
-
"reflect": false
|
|
482
|
+
"attribute": "autocapitalize",
|
|
483
|
+
"reflect": false,
|
|
484
|
+
"defaultValue": "\"off\""
|
|
409
485
|
},
|
|
410
|
-
"
|
|
411
|
-
"type": "
|
|
486
|
+
"autocomplete": {
|
|
487
|
+
"type": "string",
|
|
412
488
|
"mutable": false,
|
|
413
489
|
"complexType": {
|
|
414
|
-
"original": "
|
|
415
|
-
"resolved": "
|
|
416
|
-
"references": {
|
|
490
|
+
"original": "IcAutocompleteTypes",
|
|
491
|
+
"resolved": "\"name\" | \"on\" | \"off\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"email\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"url\" | \"photo\"",
|
|
492
|
+
"references": {
|
|
493
|
+
"IcAutocompleteTypes": {
|
|
494
|
+
"location": "import",
|
|
495
|
+
"path": "../../utils/types"
|
|
496
|
+
}
|
|
497
|
+
}
|
|
417
498
|
},
|
|
418
499
|
"required": false,
|
|
419
500
|
"optional": true,
|
|
420
501
|
"docs": {
|
|
421
502
|
"tags": [],
|
|
422
|
-
"text": "
|
|
503
|
+
"text": "The state of autocompletion the browser can apply on the text value."
|
|
423
504
|
},
|
|
424
|
-
"attribute": "
|
|
505
|
+
"attribute": "autocomplete",
|
|
425
506
|
"reflect": false,
|
|
426
|
-
"defaultValue": "
|
|
507
|
+
"defaultValue": "\"off\""
|
|
427
508
|
},
|
|
428
|
-
"
|
|
429
|
-
"type": "
|
|
509
|
+
"autocorrect": {
|
|
510
|
+
"type": "string",
|
|
430
511
|
"mutable": false,
|
|
431
512
|
"complexType": {
|
|
432
|
-
"original": "
|
|
433
|
-
"resolved": "
|
|
434
|
-
"references": {
|
|
513
|
+
"original": "IcAutocorrectStates",
|
|
514
|
+
"resolved": "\"off\" | \"on\"",
|
|
515
|
+
"references": {
|
|
516
|
+
"IcAutocorrectStates": {
|
|
517
|
+
"location": "import",
|
|
518
|
+
"path": "../../utils/types"
|
|
519
|
+
}
|
|
520
|
+
}
|
|
435
521
|
},
|
|
436
522
|
"required": false,
|
|
437
523
|
"optional": true,
|
|
438
524
|
"docs": {
|
|
439
525
|
"tags": [],
|
|
440
|
-
"text": "
|
|
526
|
+
"text": "The state of autocorrection the browser can apply when the user is entering/editing the text value."
|
|
441
527
|
},
|
|
442
|
-
"attribute": "
|
|
528
|
+
"attribute": "autocorrect",
|
|
443
529
|
"reflect": false,
|
|
444
|
-
"defaultValue": "
|
|
530
|
+
"defaultValue": "\"off\""
|
|
445
531
|
},
|
|
446
|
-
"
|
|
532
|
+
"autofocus": {
|
|
447
533
|
"type": "boolean",
|
|
448
534
|
"mutable": false,
|
|
449
535
|
"complexType": {
|
|
@@ -452,34 +538,34 @@ export class SearchBar {
|
|
|
452
538
|
"references": {}
|
|
453
539
|
},
|
|
454
540
|
"required": false,
|
|
455
|
-
"optional":
|
|
541
|
+
"optional": false,
|
|
456
542
|
"docs": {
|
|
457
543
|
"tags": [],
|
|
458
|
-
"text": "If `true`, the
|
|
544
|
+
"text": "If `true`, the form control will have input focus when the page loads."
|
|
459
545
|
},
|
|
460
|
-
"attribute": "
|
|
546
|
+
"attribute": "autofocus",
|
|
461
547
|
"reflect": false,
|
|
462
548
|
"defaultValue": "false"
|
|
463
549
|
},
|
|
464
|
-
"
|
|
465
|
-
"type": "
|
|
550
|
+
"charactersUntilSuggestion": {
|
|
551
|
+
"type": "number",
|
|
466
552
|
"mutable": false,
|
|
467
553
|
"complexType": {
|
|
468
|
-
"original": "
|
|
469
|
-
"resolved": "
|
|
554
|
+
"original": "number",
|
|
555
|
+
"resolved": "number",
|
|
470
556
|
"references": {}
|
|
471
557
|
},
|
|
472
558
|
"required": false,
|
|
473
|
-
"optional":
|
|
559
|
+
"optional": false,
|
|
474
560
|
"docs": {
|
|
475
561
|
"tags": [],
|
|
476
|
-
"text": "The
|
|
562
|
+
"text": "The number of characters until suggestions appear. The submit button will be disabled until the inputted value is equal to or greater than this number."
|
|
477
563
|
},
|
|
478
|
-
"attribute": "
|
|
564
|
+
"attribute": "characters-until-suggestion",
|
|
479
565
|
"reflect": false,
|
|
480
|
-
"defaultValue": "
|
|
566
|
+
"defaultValue": "2"
|
|
481
567
|
},
|
|
482
|
-
"
|
|
568
|
+
"disabled": {
|
|
483
569
|
"type": "boolean",
|
|
484
570
|
"mutable": false,
|
|
485
571
|
"complexType": {
|
|
@@ -491,9 +577,9 @@ export class SearchBar {
|
|
|
491
577
|
"optional": true,
|
|
492
578
|
"docs": {
|
|
493
579
|
"tags": [],
|
|
494
|
-
"text": "
|
|
580
|
+
"text": "If `true`, the disabled state will be set."
|
|
495
581
|
},
|
|
496
|
-
"attribute": "
|
|
582
|
+
"attribute": "disabled",
|
|
497
583
|
"reflect": false,
|
|
498
584
|
"defaultValue": "false"
|
|
499
585
|
},
|
|
@@ -515,7 +601,43 @@ export class SearchBar {
|
|
|
515
601
|
"reflect": false,
|
|
516
602
|
"defaultValue": "false"
|
|
517
603
|
},
|
|
518
|
-
"
|
|
604
|
+
"debounce": {
|
|
605
|
+
"type": "number",
|
|
606
|
+
"mutable": false,
|
|
607
|
+
"complexType": {
|
|
608
|
+
"original": "number",
|
|
609
|
+
"resolved": "number",
|
|
610
|
+
"references": {}
|
|
611
|
+
},
|
|
612
|
+
"required": false,
|
|
613
|
+
"optional": true,
|
|
614
|
+
"docs": {
|
|
615
|
+
"tags": [],
|
|
616
|
+
"text": "The amount of time, in milliseconds, to wait to trigger the `icChange` event after each keystroke."
|
|
617
|
+
},
|
|
618
|
+
"attribute": "debounce",
|
|
619
|
+
"reflect": false,
|
|
620
|
+
"defaultValue": "0"
|
|
621
|
+
},
|
|
622
|
+
"emptyOptionListText": {
|
|
623
|
+
"type": "string",
|
|
624
|
+
"mutable": false,
|
|
625
|
+
"complexType": {
|
|
626
|
+
"original": "string",
|
|
627
|
+
"resolved": "string",
|
|
628
|
+
"references": {}
|
|
629
|
+
},
|
|
630
|
+
"required": false,
|
|
631
|
+
"optional": false,
|
|
632
|
+
"docs": {
|
|
633
|
+
"tags": [],
|
|
634
|
+
"text": "The text displayed when there are no options in the option list."
|
|
635
|
+
},
|
|
636
|
+
"attribute": "empty-option-list-text",
|
|
637
|
+
"reflect": false,
|
|
638
|
+
"defaultValue": "\"No results found\""
|
|
639
|
+
},
|
|
640
|
+
"focusOnLoad": {
|
|
519
641
|
"type": "boolean",
|
|
520
642
|
"mutable": false,
|
|
521
643
|
"complexType": {
|
|
@@ -527,9 +649,27 @@ export class SearchBar {
|
|
|
527
649
|
"optional": true,
|
|
528
650
|
"docs": {
|
|
529
651
|
"tags": [],
|
|
530
|
-
"text": "If `true`, the
|
|
652
|
+
"text": "If `true`, the search bar will be focused when component loaded."
|
|
531
653
|
},
|
|
532
|
-
"attribute": "
|
|
654
|
+
"attribute": "focus-on-load",
|
|
655
|
+
"reflect": false,
|
|
656
|
+
"defaultValue": "false"
|
|
657
|
+
},
|
|
658
|
+
"fullWidth": {
|
|
659
|
+
"type": "boolean",
|
|
660
|
+
"mutable": false,
|
|
661
|
+
"complexType": {
|
|
662
|
+
"original": "boolean",
|
|
663
|
+
"resolved": "boolean",
|
|
664
|
+
"references": {}
|
|
665
|
+
},
|
|
666
|
+
"required": false,
|
|
667
|
+
"optional": true,
|
|
668
|
+
"docs": {
|
|
669
|
+
"tags": [],
|
|
670
|
+
"text": "Specify whether the search bar fills the full width of the container.\nIf `true`, this overrides the --input-width CSS variable."
|
|
671
|
+
},
|
|
672
|
+
"attribute": "full-width",
|
|
533
673
|
"reflect": false,
|
|
534
674
|
"defaultValue": "false"
|
|
535
675
|
},
|
|
@@ -551,7 +691,7 @@ export class SearchBar {
|
|
|
551
691
|
"reflect": false,
|
|
552
692
|
"defaultValue": "\"\""
|
|
553
693
|
},
|
|
554
|
-
"
|
|
694
|
+
"hideLabel": {
|
|
555
695
|
"type": "boolean",
|
|
556
696
|
"mutable": false,
|
|
557
697
|
"complexType": {
|
|
@@ -563,31 +703,31 @@ export class SearchBar {
|
|
|
563
703
|
"optional": true,
|
|
564
704
|
"docs": {
|
|
565
705
|
"tags": [],
|
|
566
|
-
"text": "If `true`, the
|
|
706
|
+
"text": "If `true`, the label will be hidden and the required label value will be applied as an aria-label."
|
|
567
707
|
},
|
|
568
|
-
"attribute": "
|
|
708
|
+
"attribute": "hide-label",
|
|
569
709
|
"reflect": false,
|
|
570
710
|
"defaultValue": "false"
|
|
571
711
|
},
|
|
572
|
-
"
|
|
712
|
+
"hintText": {
|
|
573
713
|
"type": "string",
|
|
574
|
-
"mutable":
|
|
714
|
+
"mutable": false,
|
|
575
715
|
"complexType": {
|
|
576
716
|
"original": "string",
|
|
577
717
|
"resolved": "string",
|
|
578
718
|
"references": {}
|
|
579
719
|
},
|
|
580
720
|
"required": false,
|
|
581
|
-
"optional":
|
|
721
|
+
"optional": true,
|
|
582
722
|
"docs": {
|
|
583
723
|
"tags": [],
|
|
584
|
-
"text": "The
|
|
724
|
+
"text": "The hint text for the hidden assistive description element."
|
|
585
725
|
},
|
|
586
|
-
"attribute": "
|
|
587
|
-
"reflect":
|
|
588
|
-
"defaultValue": "\"\""
|
|
726
|
+
"attribute": "hint-text",
|
|
727
|
+
"reflect": false,
|
|
728
|
+
"defaultValue": "\"When autocomplete results are available use the up and down arrows to choose and press enter to select\""
|
|
589
729
|
},
|
|
590
|
-
"
|
|
730
|
+
"label": {
|
|
591
731
|
"type": "string",
|
|
592
732
|
"mutable": false,
|
|
593
733
|
"complexType": {
|
|
@@ -595,117 +735,124 @@ export class SearchBar {
|
|
|
595
735
|
"resolved": "string",
|
|
596
736
|
"references": {}
|
|
597
737
|
},
|
|
598
|
-
"required":
|
|
738
|
+
"required": true,
|
|
599
739
|
"optional": false,
|
|
600
740
|
"docs": {
|
|
601
741
|
"tags": [],
|
|
602
|
-
"text": "The
|
|
742
|
+
"text": "The label for the search bar."
|
|
603
743
|
},
|
|
604
|
-
"attribute": "
|
|
744
|
+
"attribute": "label",
|
|
745
|
+
"reflect": false
|
|
746
|
+
},
|
|
747
|
+
"loading": {
|
|
748
|
+
"type": "boolean",
|
|
749
|
+
"mutable": true,
|
|
750
|
+
"complexType": {
|
|
751
|
+
"original": "boolean",
|
|
752
|
+
"resolved": "boolean",
|
|
753
|
+
"references": {}
|
|
754
|
+
},
|
|
755
|
+
"required": false,
|
|
756
|
+
"optional": true,
|
|
757
|
+
"docs": {
|
|
758
|
+
"tags": [],
|
|
759
|
+
"text": "Trigger loading state when fetching options asyncronously"
|
|
760
|
+
},
|
|
761
|
+
"attribute": "loading",
|
|
605
762
|
"reflect": false,
|
|
606
|
-
"defaultValue": "
|
|
763
|
+
"defaultValue": "false"
|
|
607
764
|
},
|
|
608
|
-
"
|
|
765
|
+
"loadingErrorLabel": {
|
|
609
766
|
"type": "string",
|
|
610
767
|
"mutable": false,
|
|
611
768
|
"complexType": {
|
|
612
|
-
"original": "
|
|
613
|
-
"resolved": "
|
|
614
|
-
"references": {
|
|
615
|
-
"IcAutocompleteTypes": {
|
|
616
|
-
"location": "import",
|
|
617
|
-
"path": "../../utils/types"
|
|
618
|
-
}
|
|
619
|
-
}
|
|
769
|
+
"original": "string",
|
|
770
|
+
"resolved": "string",
|
|
771
|
+
"references": {}
|
|
620
772
|
},
|
|
621
773
|
"required": false,
|
|
622
774
|
"optional": true,
|
|
623
775
|
"docs": {
|
|
624
776
|
"tags": [],
|
|
625
|
-
"text": "
|
|
777
|
+
"text": "Change the message displayed when external loading times out."
|
|
626
778
|
},
|
|
627
|
-
"attribute": "
|
|
779
|
+
"attribute": "loading-error-label",
|
|
628
780
|
"reflect": false,
|
|
629
|
-
"defaultValue": "\"
|
|
781
|
+
"defaultValue": "\"Loading Error\""
|
|
630
782
|
},
|
|
631
|
-
"
|
|
783
|
+
"loadingLabel": {
|
|
632
784
|
"type": "string",
|
|
633
785
|
"mutable": false,
|
|
634
786
|
"complexType": {
|
|
635
|
-
"original": "
|
|
636
|
-
"resolved": "
|
|
637
|
-
"references": {
|
|
638
|
-
"IcAutocorrectStates": {
|
|
639
|
-
"location": "import",
|
|
640
|
-
"path": "../../utils/types"
|
|
641
|
-
}
|
|
642
|
-
}
|
|
787
|
+
"original": "string",
|
|
788
|
+
"resolved": "string",
|
|
789
|
+
"references": {}
|
|
643
790
|
},
|
|
644
791
|
"required": false,
|
|
645
792
|
"optional": true,
|
|
646
793
|
"docs": {
|
|
647
794
|
"tags": [],
|
|
648
|
-
"text": "
|
|
795
|
+
"text": "Change the message displayed whilst the options are being loaded externally."
|
|
649
796
|
},
|
|
650
|
-
"attribute": "
|
|
797
|
+
"attribute": "loading-label",
|
|
651
798
|
"reflect": false,
|
|
652
|
-
"defaultValue": "\"
|
|
799
|
+
"defaultValue": "\"Loading...\""
|
|
653
800
|
},
|
|
654
|
-
"
|
|
655
|
-
"type": "
|
|
801
|
+
"name": {
|
|
802
|
+
"type": "string",
|
|
656
803
|
"mutable": false,
|
|
657
804
|
"complexType": {
|
|
658
|
-
"original": "
|
|
659
|
-
"resolved": "
|
|
805
|
+
"original": "string",
|
|
806
|
+
"resolved": "string",
|
|
660
807
|
"references": {}
|
|
661
808
|
},
|
|
662
809
|
"required": false,
|
|
663
810
|
"optional": false,
|
|
664
811
|
"docs": {
|
|
665
812
|
"tags": [],
|
|
666
|
-
"text": "
|
|
813
|
+
"text": "The name of the control, which is submitted with the form data."
|
|
667
814
|
},
|
|
668
|
-
"attribute": "
|
|
815
|
+
"attribute": "name",
|
|
669
816
|
"reflect": false,
|
|
670
|
-
"defaultValue": "
|
|
817
|
+
"defaultValue": "this.inputId"
|
|
671
818
|
},
|
|
672
|
-
"
|
|
673
|
-
"type": "
|
|
819
|
+
"placeholder": {
|
|
820
|
+
"type": "string",
|
|
674
821
|
"mutable": false,
|
|
675
822
|
"complexType": {
|
|
676
|
-
"original": "
|
|
677
|
-
"resolved": "
|
|
823
|
+
"original": "string",
|
|
824
|
+
"resolved": "string",
|
|
678
825
|
"references": {}
|
|
679
826
|
},
|
|
680
827
|
"required": false,
|
|
681
828
|
"optional": true,
|
|
682
829
|
"docs": {
|
|
683
830
|
"tags": [],
|
|
684
|
-
"text": "The
|
|
831
|
+
"text": "The placeholder value to display."
|
|
685
832
|
},
|
|
686
|
-
"attribute": "
|
|
833
|
+
"attribute": "placeholder",
|
|
687
834
|
"reflect": false,
|
|
688
|
-
"defaultValue": "
|
|
835
|
+
"defaultValue": "\"Search\""
|
|
689
836
|
},
|
|
690
|
-
"
|
|
691
|
-
"type": "
|
|
837
|
+
"readonly": {
|
|
838
|
+
"type": "boolean",
|
|
692
839
|
"mutable": false,
|
|
693
840
|
"complexType": {
|
|
694
|
-
"original": "
|
|
695
|
-
"resolved": "
|
|
841
|
+
"original": "boolean",
|
|
842
|
+
"resolved": "boolean",
|
|
696
843
|
"references": {}
|
|
697
844
|
},
|
|
698
845
|
"required": false,
|
|
699
|
-
"optional":
|
|
846
|
+
"optional": true,
|
|
700
847
|
"docs": {
|
|
701
848
|
"tags": [],
|
|
702
|
-
"text": "
|
|
849
|
+
"text": "If `true`, the readonly state will be set."
|
|
703
850
|
},
|
|
704
|
-
"attribute": "
|
|
851
|
+
"attribute": "readonly",
|
|
705
852
|
"reflect": false,
|
|
706
|
-
"defaultValue": "
|
|
853
|
+
"defaultValue": "false"
|
|
707
854
|
},
|
|
708
|
-
"
|
|
855
|
+
"required": {
|
|
709
856
|
"type": "boolean",
|
|
710
857
|
"mutable": false,
|
|
711
858
|
"complexType": {
|
|
@@ -714,25 +861,25 @@ export class SearchBar {
|
|
|
714
861
|
"references": {}
|
|
715
862
|
},
|
|
716
863
|
"required": false,
|
|
717
|
-
"optional":
|
|
864
|
+
"optional": true,
|
|
718
865
|
"docs": {
|
|
719
866
|
"tags": [],
|
|
720
|
-
"text": "If `true`, the
|
|
867
|
+
"text": "If `true`, the search bar will require a value."
|
|
721
868
|
},
|
|
722
|
-
"attribute": "
|
|
869
|
+
"attribute": "required",
|
|
723
870
|
"reflect": false,
|
|
724
871
|
"defaultValue": "false"
|
|
725
872
|
},
|
|
726
|
-
"
|
|
727
|
-
"type": "
|
|
873
|
+
"searchMode": {
|
|
874
|
+
"type": "string",
|
|
728
875
|
"mutable": false,
|
|
729
876
|
"complexType": {
|
|
730
|
-
"original": "
|
|
731
|
-
"resolved": "
|
|
877
|
+
"original": "IcSearchBarSearchModes",
|
|
878
|
+
"resolved": "\"navigation\" | \"query\"",
|
|
732
879
|
"references": {
|
|
733
|
-
"
|
|
880
|
+
"IcSearchBarSearchModes": {
|
|
734
881
|
"location": "import",
|
|
735
|
-
"path": "
|
|
882
|
+
"path": "./ic-search-bar.types"
|
|
736
883
|
}
|
|
737
884
|
}
|
|
738
885
|
},
|
|
@@ -740,11 +887,13 @@ export class SearchBar {
|
|
|
740
887
|
"optional": true,
|
|
741
888
|
"docs": {
|
|
742
889
|
"tags": [],
|
|
743
|
-
"text": "
|
|
890
|
+
"text": "Specify the mode search bar uses to search. `navigation` allows for quick lookups of a set of values, `query` allows for more general searches."
|
|
744
891
|
},
|
|
745
|
-
"
|
|
892
|
+
"attribute": "search-mode",
|
|
893
|
+
"reflect": false,
|
|
894
|
+
"defaultValue": "\"navigation\""
|
|
746
895
|
},
|
|
747
|
-
"
|
|
896
|
+
"small": {
|
|
748
897
|
"type": "boolean",
|
|
749
898
|
"mutable": false,
|
|
750
899
|
"complexType": {
|
|
@@ -756,90 +905,109 @@ export class SearchBar {
|
|
|
756
905
|
"optional": true,
|
|
757
906
|
"docs": {
|
|
758
907
|
"tags": [],
|
|
759
|
-
"text": "If `true`, the
|
|
908
|
+
"text": "If `true`, the small styling will be applied to the search bar."
|
|
760
909
|
},
|
|
761
|
-
"attribute": "
|
|
910
|
+
"attribute": "small",
|
|
762
911
|
"reflect": false,
|
|
763
912
|
"defaultValue": "false"
|
|
764
913
|
},
|
|
765
|
-
"
|
|
766
|
-
"type": "
|
|
914
|
+
"spellcheck": {
|
|
915
|
+
"type": "boolean",
|
|
767
916
|
"mutable": false,
|
|
768
917
|
"complexType": {
|
|
769
|
-
"original": "
|
|
770
|
-
"resolved": "
|
|
918
|
+
"original": "boolean",
|
|
919
|
+
"resolved": "boolean",
|
|
771
920
|
"references": {}
|
|
772
921
|
},
|
|
773
922
|
"required": false,
|
|
774
|
-
"optional":
|
|
923
|
+
"optional": false,
|
|
775
924
|
"docs": {
|
|
776
925
|
"tags": [],
|
|
777
|
-
"text": "
|
|
926
|
+
"text": "If `true`, the value of the search will have its spelling and grammar checked."
|
|
778
927
|
},
|
|
779
|
-
"attribute": "
|
|
928
|
+
"attribute": "spellcheck",
|
|
780
929
|
"reflect": false,
|
|
781
|
-
"defaultValue": "
|
|
930
|
+
"defaultValue": "false"
|
|
782
931
|
},
|
|
783
|
-
"
|
|
784
|
-
"type": "
|
|
932
|
+
"timeout": {
|
|
933
|
+
"type": "number",
|
|
785
934
|
"mutable": false,
|
|
786
935
|
"complexType": {
|
|
787
|
-
"original": "
|
|
788
|
-
"resolved": "
|
|
936
|
+
"original": "number",
|
|
937
|
+
"resolved": "number",
|
|
789
938
|
"references": {}
|
|
790
939
|
},
|
|
791
940
|
"required": false,
|
|
792
|
-
"optional":
|
|
941
|
+
"optional": true,
|
|
793
942
|
"docs": {
|
|
794
943
|
"tags": [],
|
|
795
|
-
"text": "
|
|
944
|
+
"text": "If using external filtering, set a timeout for when loading takes too long."
|
|
796
945
|
},
|
|
797
|
-
"attribute": "
|
|
798
|
-
"reflect": false
|
|
799
|
-
"defaultValue": "\"No results found\""
|
|
946
|
+
"attribute": "timeout",
|
|
947
|
+
"reflect": false
|
|
800
948
|
},
|
|
801
|
-
"
|
|
802
|
-
"type": "
|
|
949
|
+
"options": {
|
|
950
|
+
"type": "unknown",
|
|
803
951
|
"mutable": false,
|
|
804
952
|
"complexType": {
|
|
805
|
-
"original": "
|
|
806
|
-
"resolved": "
|
|
953
|
+
"original": "IcMenuOption[]",
|
|
954
|
+
"resolved": "IcMenuOption[]",
|
|
955
|
+
"references": {
|
|
956
|
+
"IcMenuOption": {
|
|
957
|
+
"location": "import",
|
|
958
|
+
"path": "../../utils/types"
|
|
959
|
+
}
|
|
960
|
+
}
|
|
961
|
+
},
|
|
962
|
+
"required": false,
|
|
963
|
+
"optional": true,
|
|
964
|
+
"docs": {
|
|
965
|
+
"tags": [],
|
|
966
|
+
"text": "The suggested search options."
|
|
967
|
+
},
|
|
968
|
+
"defaultValue": "[]"
|
|
969
|
+
},
|
|
970
|
+
"value": {
|
|
971
|
+
"type": "string",
|
|
972
|
+
"mutable": true,
|
|
973
|
+
"complexType": {
|
|
974
|
+
"original": "string",
|
|
975
|
+
"resolved": "string",
|
|
807
976
|
"references": {}
|
|
808
977
|
},
|
|
809
978
|
"required": false,
|
|
810
979
|
"optional": false,
|
|
811
980
|
"docs": {
|
|
812
981
|
"tags": [],
|
|
813
|
-
"text": "The
|
|
982
|
+
"text": "The value of the search input."
|
|
814
983
|
},
|
|
815
|
-
"attribute": "
|
|
816
|
-
"reflect":
|
|
817
|
-
"defaultValue": "
|
|
984
|
+
"attribute": "value",
|
|
985
|
+
"reflect": true,
|
|
986
|
+
"defaultValue": "\"\""
|
|
818
987
|
}
|
|
819
988
|
};
|
|
820
989
|
}
|
|
821
990
|
static get states() {
|
|
822
991
|
return {
|
|
823
|
-
"open": {},
|
|
824
|
-
"filteredOptions": {},
|
|
825
992
|
"ariaActiveDescendant": {},
|
|
826
|
-
"showClearButton": {},
|
|
827
993
|
"clearButtonFocused": {},
|
|
994
|
+
"highlightedValue": {},
|
|
995
|
+
"open": {},
|
|
828
996
|
"searchSubmitFocused": {},
|
|
829
|
-
"
|
|
830
|
-
"
|
|
997
|
+
"showClearButton": {},
|
|
998
|
+
"filteredOptions": {}
|
|
831
999
|
};
|
|
832
1000
|
}
|
|
833
1001
|
static get events() {
|
|
834
1002
|
return [{
|
|
835
|
-
"method": "
|
|
836
|
-
"name": "
|
|
1003
|
+
"method": "icChange",
|
|
1004
|
+
"name": "icChange",
|
|
837
1005
|
"bubbles": true,
|
|
838
1006
|
"cancelable": true,
|
|
839
1007
|
"composed": true,
|
|
840
1008
|
"docs": {
|
|
841
1009
|
"tags": [],
|
|
842
|
-
"text": "Emitted when
|
|
1010
|
+
"text": "Emitted when the value has changed."
|
|
843
1011
|
},
|
|
844
1012
|
"complexType": {
|
|
845
1013
|
"original": "IcValueEventDetail",
|
|
@@ -847,45 +1015,34 @@ export class SearchBar {
|
|
|
847
1015
|
"references": {
|
|
848
1016
|
"IcValueEventDetail": {
|
|
849
1017
|
"location": "import",
|
|
850
|
-
"path": "../../
|
|
1018
|
+
"path": "../../utils/types"
|
|
851
1019
|
}
|
|
852
1020
|
}
|
|
853
1021
|
}
|
|
854
1022
|
}, {
|
|
855
|
-
"method": "
|
|
856
|
-
"name": "
|
|
1023
|
+
"method": "icClear",
|
|
1024
|
+
"name": "icClear",
|
|
857
1025
|
"bubbles": true,
|
|
858
1026
|
"cancelable": true,
|
|
859
1027
|
"composed": true,
|
|
860
1028
|
"docs": {
|
|
861
|
-
"tags": [
|
|
862
|
-
|
|
863
|
-
"text": "This event should not be used anymore. Use icSearchBarBlur instead."
|
|
864
|
-
}],
|
|
865
|
-
"text": ""
|
|
1029
|
+
"tags": [],
|
|
1030
|
+
"text": "Emitted when value is cleared with clear button"
|
|
866
1031
|
},
|
|
867
1032
|
"complexType": {
|
|
868
|
-
"original": "
|
|
869
|
-
"resolved": "
|
|
870
|
-
"references": {
|
|
871
|
-
"IcSearchBarBlurEventDetail": {
|
|
872
|
-
"location": "import",
|
|
873
|
-
"path": "./ic-search-bar.types"
|
|
874
|
-
}
|
|
875
|
-
}
|
|
1033
|
+
"original": "void",
|
|
1034
|
+
"resolved": "void",
|
|
1035
|
+
"references": {}
|
|
876
1036
|
}
|
|
877
1037
|
}, {
|
|
878
|
-
"method": "
|
|
879
|
-
"name": "
|
|
1038
|
+
"method": "icInput",
|
|
1039
|
+
"name": "icInput",
|
|
880
1040
|
"bubbles": true,
|
|
881
1041
|
"cancelable": true,
|
|
882
1042
|
"composed": true,
|
|
883
1043
|
"docs": {
|
|
884
|
-
"tags": [
|
|
885
|
-
|
|
886
|
-
"text": "This event should not be used anymore. Use icSearchBarFocus instead."
|
|
887
|
-
}],
|
|
888
|
-
"text": ""
|
|
1044
|
+
"tags": [],
|
|
1045
|
+
"text": "Emitted when a keyboard input occurred."
|
|
889
1046
|
},
|
|
890
1047
|
"complexType": {
|
|
891
1048
|
"original": "IcValueEventDetail",
|
|
@@ -893,54 +1050,45 @@ export class SearchBar {
|
|
|
893
1050
|
"references": {
|
|
894
1051
|
"IcValueEventDetail": {
|
|
895
1052
|
"location": "import",
|
|
896
|
-
"path": "../../
|
|
1053
|
+
"path": "../../utils/types"
|
|
897
1054
|
}
|
|
898
1055
|
}
|
|
899
1056
|
}
|
|
900
1057
|
}, {
|
|
901
|
-
"method": "
|
|
902
|
-
"name": "
|
|
1058
|
+
"method": "icInputBlur",
|
|
1059
|
+
"name": "icInputBlur",
|
|
903
1060
|
"bubbles": true,
|
|
904
1061
|
"cancelable": true,
|
|
905
1062
|
"composed": true,
|
|
906
1063
|
"docs": {
|
|
907
|
-
"tags": [
|
|
908
|
-
|
|
1064
|
+
"tags": [{
|
|
1065
|
+
"name": "deprecated",
|
|
1066
|
+
"text": "This event should not be used anymore. Use icSearchBarBlur instead."
|
|
1067
|
+
}],
|
|
1068
|
+
"text": ""
|
|
909
1069
|
},
|
|
910
1070
|
"complexType": {
|
|
911
|
-
"original": "
|
|
912
|
-
"resolved": "
|
|
1071
|
+
"original": "IcSearchBarBlurEventDetail",
|
|
1072
|
+
"resolved": "IcSearchBarBlurEventDetail",
|
|
913
1073
|
"references": {
|
|
914
|
-
"
|
|
1074
|
+
"IcSearchBarBlurEventDetail": {
|
|
915
1075
|
"location": "import",
|
|
916
|
-
"path": "
|
|
1076
|
+
"path": "./ic-search-bar.types"
|
|
917
1077
|
}
|
|
918
1078
|
}
|
|
919
1079
|
}
|
|
920
1080
|
}, {
|
|
921
|
-
"method": "
|
|
922
|
-
"name": "
|
|
923
|
-
"bubbles": true,
|
|
924
|
-
"cancelable": true,
|
|
925
|
-
"composed": true,
|
|
926
|
-
"docs": {
|
|
927
|
-
"tags": [],
|
|
928
|
-
"text": "Emitted when value is cleared with clear button"
|
|
929
|
-
},
|
|
930
|
-
"complexType": {
|
|
931
|
-
"original": "void",
|
|
932
|
-
"resolved": "void",
|
|
933
|
-
"references": {}
|
|
934
|
-
}
|
|
935
|
-
}, {
|
|
936
|
-
"method": "icSubmitSearch",
|
|
937
|
-
"name": "icSubmitSearch",
|
|
1081
|
+
"method": "icInputFocus",
|
|
1082
|
+
"name": "icInputFocus",
|
|
938
1083
|
"bubbles": true,
|
|
939
1084
|
"cancelable": true,
|
|
940
1085
|
"composed": true,
|
|
941
1086
|
"docs": {
|
|
942
|
-
"tags": [
|
|
943
|
-
|
|
1087
|
+
"tags": [{
|
|
1088
|
+
"name": "deprecated",
|
|
1089
|
+
"text": "This event should not be used anymore. Use icSearchBarFocus instead."
|
|
1090
|
+
}],
|
|
1091
|
+
"text": ""
|
|
944
1092
|
},
|
|
945
1093
|
"complexType": {
|
|
946
1094
|
"original": "IcValueEventDetail",
|
|
@@ -948,7 +1096,7 @@ export class SearchBar {
|
|
|
948
1096
|
"references": {
|
|
949
1097
|
"IcValueEventDetail": {
|
|
950
1098
|
"location": "import",
|
|
951
|
-
"path": "../../
|
|
1099
|
+
"path": "../../utils/types"
|
|
952
1100
|
}
|
|
953
1101
|
}
|
|
954
1102
|
}
|
|
@@ -1011,7 +1159,47 @@ export class SearchBar {
|
|
|
1011
1159
|
"references": {
|
|
1012
1160
|
"IcBlurEventDetail": {
|
|
1013
1161
|
"location": "import",
|
|
1014
|
-
"path": "../../
|
|
1162
|
+
"path": "../../utils/types"
|
|
1163
|
+
}
|
|
1164
|
+
}
|
|
1165
|
+
}
|
|
1166
|
+
}, {
|
|
1167
|
+
"method": "icRetryLoad",
|
|
1168
|
+
"name": "icRetryLoad",
|
|
1169
|
+
"bubbles": true,
|
|
1170
|
+
"cancelable": true,
|
|
1171
|
+
"composed": true,
|
|
1172
|
+
"docs": {
|
|
1173
|
+
"tags": [],
|
|
1174
|
+
"text": "Emitted when the 'retry loading' button is clicked"
|
|
1175
|
+
},
|
|
1176
|
+
"complexType": {
|
|
1177
|
+
"original": "IcValueEventDetail",
|
|
1178
|
+
"resolved": "IcValueEventDetail",
|
|
1179
|
+
"references": {
|
|
1180
|
+
"IcValueEventDetail": {
|
|
1181
|
+
"location": "import",
|
|
1182
|
+
"path": "../../utils/types"
|
|
1183
|
+
}
|
|
1184
|
+
}
|
|
1185
|
+
}
|
|
1186
|
+
}, {
|
|
1187
|
+
"method": "icSubmitSearch",
|
|
1188
|
+
"name": "icSubmitSearch",
|
|
1189
|
+
"bubbles": true,
|
|
1190
|
+
"cancelable": true,
|
|
1191
|
+
"composed": true,
|
|
1192
|
+
"docs": {
|
|
1193
|
+
"tags": [],
|
|
1194
|
+
"text": "Emitted when the search value has been submitted"
|
|
1195
|
+
},
|
|
1196
|
+
"complexType": {
|
|
1197
|
+
"original": "IcValueEventDetail",
|
|
1198
|
+
"resolved": "IcValueEventDetail",
|
|
1199
|
+
"references": {
|
|
1200
|
+
"IcValueEventDetail": {
|
|
1201
|
+
"location": "import",
|
|
1202
|
+
"path": "../../utils/types"
|
|
1015
1203
|
}
|
|
1016
1204
|
}
|
|
1017
1205
|
}
|
|
@@ -1034,7 +1222,7 @@ export class SearchBar {
|
|
|
1034
1222
|
"references": {
|
|
1035
1223
|
"IcBlurEventDetail": {
|
|
1036
1224
|
"location": "import",
|
|
1037
|
-
"path": "../../
|
|
1225
|
+
"path": "../../utils/types"
|
|
1038
1226
|
}
|
|
1039
1227
|
}
|
|
1040
1228
|
}
|
|
@@ -1098,6 +1286,12 @@ export class SearchBar {
|
|
|
1098
1286
|
static get elementRef() { return "el"; }
|
|
1099
1287
|
static get watchers() {
|
|
1100
1288
|
return [{
|
|
1289
|
+
"propName": "loading",
|
|
1290
|
+
"methodName": "loadingHandler"
|
|
1291
|
+
}, {
|
|
1292
|
+
"propName": "filteredOptions",
|
|
1293
|
+
"methodName": "filteredOptionsHandler"
|
|
1294
|
+
}, {
|
|
1101
1295
|
"propName": "options",
|
|
1102
1296
|
"methodName": "watchOptionsHandler"
|
|
1103
1297
|
}, {
|