@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
|
@@ -5,18 +5,22 @@
|
|
|
5
5
|
* It contains typing information for all components that exist in this project.
|
|
6
6
|
*/
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
|
-
import { IcActivationTypes, IcAdditionalFieldTypes, IcAlignment, IcAutocompleteTypes, IcAutocorrectStates, IcInformationStatusOrEmpty, IcMenuOption, IcOrientation, IcSearchMatchPositions, IcStatusVariants, IcTheme, IcThemeForeground, IcThemeForegroundNoDefault, IcTypographyVariants } from "./utils/types";
|
|
9
|
-
import {
|
|
8
|
+
import { IcActivationTypes, IcAdditionalFieldTypes, IcAlignment, IcAutocompleteTypes, IcAutocorrectStates, IcBlurEventDetail, IcInformationStatusOrEmpty, IcMenuOption, IcOrientation, IcSearchMatchPositions, IcSizes, IcStatusVariants, IcTheme, IcThemeForeground, IcThemeForegroundNoDefault, IcTypographyVariants, IcValueEventDetail } from "./utils/types";
|
|
9
|
+
import { IcButtonTooltipPlacement, IcButtonTypes, IcButtonVariants } from "./components/ic-button/ic-button.types";
|
|
10
10
|
import { IcChangeEventDetail } from "./components/ic-checkbox-group/ic-checkbox-group.types";
|
|
11
|
-
import { IcChipAppearance
|
|
11
|
+
import { IcChipAppearance } from "./components/ic-chip/ic-chip.types";
|
|
12
12
|
import { IcProtectiveMarkings } from "./components/ic-classification-banner/ic-classification-banner.types";
|
|
13
|
+
import { IcEmptyStateAlignment } from "./components/ic-empty-state/ic-empty-state.types";
|
|
13
14
|
import { IcFooterBreakpoints } from "./components/ic-footer/ic-footer.types";
|
|
14
15
|
import { IcHeroContentAlignments } from "./components/ic-hero/ic-hero.types";
|
|
15
16
|
import { IcAriaLiveModeVariants } from "./components/ic-input-validation/ic-input-validation.types";
|
|
16
17
|
import { IcLoadingSizes, IcLoadingTypes } from "./components/ic-loading-indicator/ic-loading-indicator.types";
|
|
18
|
+
import { IcSearchBarBlurEventDetail, IcSearchBarSearchModes } from "./components/ic-search-bar/ic-search-bar.types";
|
|
17
19
|
import { IcMenuChangeEventDetail, IcMenuOptionIdEventDetail, IcOptionSelectEventDetail } from "./components/ic-menu/ic-menu.types";
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
+
import { IcMenuItemVariants } from "./components/ic-menu-item/ic-menu-item.types";
|
|
21
|
+
import { IcChangeEventDetail as IcChangeEventDetail1, IcPaginationTypes } from "./components/ic-pagination/ic-pagination.types";
|
|
22
|
+
import { IcPaginationItemType } from "./components/ic-pagination-item/ic-pagination-item.types";
|
|
23
|
+
import { IcChangeEventDetail as IcChangeEventDetail2 } from "./components/ic-radio-group/ic-radio-group.types";
|
|
20
24
|
import { IcSkeletonVariants } from "./components/ic-skeleton/ic-skeleton.types";
|
|
21
25
|
import { IcStatusTagAppearance, IcStatusTagStatuses } from "./components/ic-status-tag/ic-status-tag.types";
|
|
22
26
|
import { IcStepStatuses, IcStepTypes, IcStepVariants } from "./components/ic-step/ic-step.types";
|
|
@@ -25,6 +29,30 @@ import { IcSwitchChangeEventDetail } from "./components/ic-switch/ic-switch.type
|
|
|
25
29
|
import { IcTabClickEventDetail, IcTabSelectEventDetail } from "./components/ic-tab/ic-tab.types";
|
|
26
30
|
import { IcAriaAutocompleteTypes, IcTextFieldInputModes, IcTextFieldTypes } from "./components/ic-text-field/ic-text-field.types";
|
|
27
31
|
import { IcTooltipPlacements } from "./components/ic-tooltip/ic-tooltip.types";
|
|
32
|
+
export { IcActivationTypes, IcAdditionalFieldTypes, IcAlignment, IcAutocompleteTypes, IcAutocorrectStates, IcBlurEventDetail, IcInformationStatusOrEmpty, IcMenuOption, IcOrientation, IcSearchMatchPositions, IcSizes, IcStatusVariants, IcTheme, IcThemeForeground, IcThemeForegroundNoDefault, IcTypographyVariants, IcValueEventDetail } from "./utils/types";
|
|
33
|
+
export { IcButtonTooltipPlacement, IcButtonTypes, IcButtonVariants } from "./components/ic-button/ic-button.types";
|
|
34
|
+
export { IcChangeEventDetail } from "./components/ic-checkbox-group/ic-checkbox-group.types";
|
|
35
|
+
export { IcChipAppearance } from "./components/ic-chip/ic-chip.types";
|
|
36
|
+
export { IcProtectiveMarkings } from "./components/ic-classification-banner/ic-classification-banner.types";
|
|
37
|
+
export { IcEmptyStateAlignment } from "./components/ic-empty-state/ic-empty-state.types";
|
|
38
|
+
export { IcFooterBreakpoints } from "./components/ic-footer/ic-footer.types";
|
|
39
|
+
export { IcHeroContentAlignments } from "./components/ic-hero/ic-hero.types";
|
|
40
|
+
export { IcAriaLiveModeVariants } from "./components/ic-input-validation/ic-input-validation.types";
|
|
41
|
+
export { IcLoadingSizes, IcLoadingTypes } from "./components/ic-loading-indicator/ic-loading-indicator.types";
|
|
42
|
+
export { IcSearchBarBlurEventDetail, IcSearchBarSearchModes } from "./components/ic-search-bar/ic-search-bar.types";
|
|
43
|
+
export { IcMenuChangeEventDetail, IcMenuOptionIdEventDetail, IcOptionSelectEventDetail } from "./components/ic-menu/ic-menu.types";
|
|
44
|
+
export { IcMenuItemVariants } from "./components/ic-menu-item/ic-menu-item.types";
|
|
45
|
+
export { IcChangeEventDetail as IcChangeEventDetail1, IcPaginationTypes } from "./components/ic-pagination/ic-pagination.types";
|
|
46
|
+
export { IcPaginationItemType } from "./components/ic-pagination-item/ic-pagination-item.types";
|
|
47
|
+
export { IcChangeEventDetail as IcChangeEventDetail2 } from "./components/ic-radio-group/ic-radio-group.types";
|
|
48
|
+
export { IcSkeletonVariants } from "./components/ic-skeleton/ic-skeleton.types";
|
|
49
|
+
export { IcStatusTagAppearance, IcStatusTagStatuses } from "./components/ic-status-tag/ic-status-tag.types";
|
|
50
|
+
export { IcStepStatuses, IcStepTypes, IcStepVariants } from "./components/ic-step/ic-step.types";
|
|
51
|
+
export { IcStepperAlignment } from "./components/ic-stepper/ic-stepper.types";
|
|
52
|
+
export { IcSwitchChangeEventDetail } from "./components/ic-switch/ic-switch.types";
|
|
53
|
+
export { IcTabClickEventDetail, IcTabSelectEventDetail } from "./components/ic-tab/ic-tab.types";
|
|
54
|
+
export { IcAriaAutocompleteTypes, IcTextFieldInputModes, IcTextFieldTypes } from "./components/ic-text-field/ic-text-field.types";
|
|
55
|
+
export { IcTooltipPlacements } from "./components/ic-tooltip/ic-tooltip.types";
|
|
28
56
|
export namespace Components {
|
|
29
57
|
interface IcAlert {
|
|
30
58
|
/**
|
|
@@ -44,7 +72,7 @@ export namespace Components {
|
|
|
44
72
|
*/
|
|
45
73
|
"message"?: string;
|
|
46
74
|
/**
|
|
47
|
-
* If `true`, the title and message will appear
|
|
75
|
+
* If `true`, the title and message will appear above and below instead of inline.
|
|
48
76
|
*/
|
|
49
77
|
"titleAbove"?: boolean;
|
|
50
78
|
/**
|
|
@@ -104,6 +132,30 @@ export namespace Components {
|
|
|
104
132
|
* If `true`, the user can save the linked URL instead of navigating to it.
|
|
105
133
|
*/
|
|
106
134
|
"download"?: string | boolean;
|
|
135
|
+
/**
|
|
136
|
+
* The <form> element to associate the button with.
|
|
137
|
+
*/
|
|
138
|
+
"form"?: string;
|
|
139
|
+
/**
|
|
140
|
+
* The URL that processes the information submitted by the button. It overrides the action attribute of the button's form owner. Does nothing if there is no form owner.
|
|
141
|
+
*/
|
|
142
|
+
"formaction"?: string;
|
|
143
|
+
/**
|
|
144
|
+
* The way the submitted form data is encoded.
|
|
145
|
+
*/
|
|
146
|
+
"formenctype"?: string;
|
|
147
|
+
/**
|
|
148
|
+
* The HTTP method used to submit the form.
|
|
149
|
+
*/
|
|
150
|
+
"formmethod"?: string;
|
|
151
|
+
/**
|
|
152
|
+
* If `true`, the form will not be validated when submitted.
|
|
153
|
+
*/
|
|
154
|
+
"formnovalidate"?: boolean;
|
|
155
|
+
/**
|
|
156
|
+
* The place to display the response from submitting the form. It overrides the target attribute of the button's form owner.
|
|
157
|
+
*/
|
|
158
|
+
"formtarget"?: string;
|
|
107
159
|
/**
|
|
108
160
|
* If `true`, the button will fill the width of the container.
|
|
109
161
|
*/
|
|
@@ -135,7 +187,7 @@ export namespace Components {
|
|
|
135
187
|
/**
|
|
136
188
|
* The size of the button to be displayed.
|
|
137
189
|
*/
|
|
138
|
-
"size"?:
|
|
190
|
+
"size"?: IcSizes;
|
|
139
191
|
/**
|
|
140
192
|
* The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).
|
|
141
193
|
*/
|
|
@@ -245,6 +297,14 @@ export namespace Components {
|
|
|
245
297
|
* Sets focus on the checkbox.
|
|
246
298
|
*/
|
|
247
299
|
"setFocus": () => Promise<void>;
|
|
300
|
+
/**
|
|
301
|
+
* The size of the checkbox to be displayed. This does not affect the font size of the label. If a checkbox is contained in a checkbox group, this will override the size set on checkbox group.
|
|
302
|
+
*/
|
|
303
|
+
"size"?: IcSizes;
|
|
304
|
+
/**
|
|
305
|
+
* @deprecated This prop should not be used anymore. Set prop `size` to "small" instead.
|
|
306
|
+
*/
|
|
307
|
+
"small"?: boolean;
|
|
248
308
|
/**
|
|
249
309
|
* The value for the checkbox.
|
|
250
310
|
*/
|
|
@@ -276,7 +336,11 @@ export namespace Components {
|
|
|
276
336
|
*/
|
|
277
337
|
"required": boolean;
|
|
278
338
|
/**
|
|
279
|
-
*
|
|
339
|
+
* The size of the checkboxes to be displayed. This does not affect the font size of the label.
|
|
340
|
+
*/
|
|
341
|
+
"size"?: IcSizes;
|
|
342
|
+
/**
|
|
343
|
+
* @deprecated This prop should not be used anymore. Set prop `size` to "small" instead.
|
|
280
344
|
*/
|
|
281
345
|
"small": boolean;
|
|
282
346
|
/**
|
|
@@ -312,7 +376,7 @@ export namespace Components {
|
|
|
312
376
|
/**
|
|
313
377
|
* The size of the chip.
|
|
314
378
|
*/
|
|
315
|
-
"size"?:
|
|
379
|
+
"size"?: IcSizes;
|
|
316
380
|
}
|
|
317
381
|
interface IcClassificationBanner {
|
|
318
382
|
/**
|
|
@@ -360,8 +424,96 @@ export namespace Components {
|
|
|
360
424
|
*/
|
|
361
425
|
"value": string;
|
|
362
426
|
}
|
|
427
|
+
interface IcDialog {
|
|
428
|
+
/**
|
|
429
|
+
* If a status is set, sets the heading for the displayed alert.
|
|
430
|
+
*/
|
|
431
|
+
"alertHeading"?: string;
|
|
432
|
+
/**
|
|
433
|
+
* If a status is set, sets the message for the displayed alert.
|
|
434
|
+
*/
|
|
435
|
+
"alertMessage"?: string;
|
|
436
|
+
/**
|
|
437
|
+
* Sets the label and onclick functions for default buttons.
|
|
438
|
+
*/
|
|
439
|
+
"buttonProps"?: { label: string; onclick: string }[];
|
|
440
|
+
/**
|
|
441
|
+
* If set to `false`, dialog controls will not be displayed overriding buttonProps or slotted dialog controls.
|
|
442
|
+
*/
|
|
443
|
+
"buttons"?: boolean;
|
|
444
|
+
/**
|
|
445
|
+
* Cancels the dialog. Used by the default 'Cancel' button or can be called manually to trigger cancelling of dialog.
|
|
446
|
+
*/
|
|
447
|
+
"cancelDialog": () => Promise<void>;
|
|
448
|
+
/**
|
|
449
|
+
* If set to `true`, the dialog will not close when the backdrop is clicked.
|
|
450
|
+
*/
|
|
451
|
+
"closeOnBackdropClick"?: boolean;
|
|
452
|
+
/**
|
|
453
|
+
* Confirms the dialog. Used by the default 'Confirm' button or can be called manually to trigger confirming of dialog.
|
|
454
|
+
*/
|
|
455
|
+
"confirmDialog": () => Promise<void>;
|
|
456
|
+
/**
|
|
457
|
+
* If default buttons are displayed, sets the 'primary' or rightmost button to the destructive variant. Stops initial focus being set on the 'primary' or rightmost default or slotted button.
|
|
458
|
+
*/
|
|
459
|
+
"destructive"?: boolean;
|
|
460
|
+
/**
|
|
461
|
+
* Sets the dismiss label tooltip and aria label.
|
|
462
|
+
*/
|
|
463
|
+
"dismissLabel"?: string;
|
|
464
|
+
/**
|
|
465
|
+
* Sets the heading for the dialog.
|
|
466
|
+
*/
|
|
467
|
+
"heading": string;
|
|
468
|
+
/**
|
|
469
|
+
* Use to hide the dialog.
|
|
470
|
+
*/
|
|
471
|
+
"hideDialog": () => Promise<void>;
|
|
472
|
+
/**
|
|
473
|
+
* Sets the optional label for the dialog which appears above the heading.
|
|
474
|
+
*/
|
|
475
|
+
"label"?: string;
|
|
476
|
+
/**
|
|
477
|
+
* Use to show the dialog.
|
|
478
|
+
*/
|
|
479
|
+
"showDialog": () => Promise<void>;
|
|
480
|
+
/**
|
|
481
|
+
* Sets the maximum and minimum height and width for the dialog.
|
|
482
|
+
*/
|
|
483
|
+
"size"?: "small" | "medium" | "large";
|
|
484
|
+
/**
|
|
485
|
+
* If set, displays an alert of the corresponding variant below the heading.
|
|
486
|
+
*/
|
|
487
|
+
"status"?: "neutral" | "info" | "warning" | "error" | "success";
|
|
488
|
+
}
|
|
363
489
|
interface IcDivider {
|
|
364
490
|
}
|
|
491
|
+
interface IcEmptyState {
|
|
492
|
+
/**
|
|
493
|
+
* The alignment of the empty state container.
|
|
494
|
+
*/
|
|
495
|
+
"aligned"?: IcEmptyStateAlignment;
|
|
496
|
+
/**
|
|
497
|
+
* The body text rendered in the empty state container.
|
|
498
|
+
*/
|
|
499
|
+
"body"?: string;
|
|
500
|
+
/**
|
|
501
|
+
* The number of lines of body text to display before truncating.
|
|
502
|
+
*/
|
|
503
|
+
"bodyMaxLines"?: number;
|
|
504
|
+
/**
|
|
505
|
+
* The title rendered in the empty state container.
|
|
506
|
+
*/
|
|
507
|
+
"heading": string;
|
|
508
|
+
/**
|
|
509
|
+
* The size of the image or icon used in the image slot.
|
|
510
|
+
*/
|
|
511
|
+
"imageSize"?: IcSizes;
|
|
512
|
+
/**
|
|
513
|
+
* The subtitle rendered in the empty state container.
|
|
514
|
+
*/
|
|
515
|
+
"subheading"?: string;
|
|
516
|
+
}
|
|
365
517
|
interface IcFooter {
|
|
366
518
|
/**
|
|
367
519
|
* The alignment of the section containers used within the footer.
|
|
@@ -389,10 +541,30 @@ export namespace Components {
|
|
|
389
541
|
"groupLinks"?: boolean;
|
|
390
542
|
}
|
|
391
543
|
interface IcFooterLink {
|
|
544
|
+
/**
|
|
545
|
+
* If `true`, the user can save the linked URL instead of navigating to it.
|
|
546
|
+
*/
|
|
547
|
+
"download"?: string | boolean;
|
|
392
548
|
/**
|
|
393
549
|
* The URL that the link points to.
|
|
394
550
|
*/
|
|
395
551
|
"href"?: string;
|
|
552
|
+
/**
|
|
553
|
+
* The human language of the linked URL.
|
|
554
|
+
*/
|
|
555
|
+
"hreflang"?: string;
|
|
556
|
+
/**
|
|
557
|
+
* How much of the referrer to send when following the link.
|
|
558
|
+
*/
|
|
559
|
+
"referrerpolicy"?: ReferrerPolicy;
|
|
560
|
+
/**
|
|
561
|
+
* The relationship of the linked URL as space-separated link types.
|
|
562
|
+
*/
|
|
563
|
+
"rel"?: string;
|
|
564
|
+
/**
|
|
565
|
+
* The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).
|
|
566
|
+
*/
|
|
567
|
+
"target"?: string;
|
|
396
568
|
}
|
|
397
569
|
interface IcFooterLinkGroup {
|
|
398
570
|
/**
|
|
@@ -575,7 +747,7 @@ export namespace Components {
|
|
|
575
747
|
*/
|
|
576
748
|
"setFocus": () => Promise<void>;
|
|
577
749
|
/**
|
|
578
|
-
*
|
|
750
|
+
* @deprecated This prop should not be used anymore. The 'open in new tab/window' icon will display automatically if target="_blank".
|
|
579
751
|
*/
|
|
580
752
|
"showIcon"?: boolean;
|
|
581
753
|
/**
|
|
@@ -668,6 +840,10 @@ export namespace Components {
|
|
|
668
840
|
*/
|
|
669
841
|
"options": IcMenuOption[];
|
|
670
842
|
"parentEl"?: HTMLElement;
|
|
843
|
+
/**
|
|
844
|
+
* Specify the mode search bar uses to search. `navigation` allows for quick lookups of a set of values, `query` allows for more general searches.
|
|
845
|
+
*/
|
|
846
|
+
"searchMode"?: IcSearchBarSearchModes;
|
|
671
847
|
/**
|
|
672
848
|
* If `true`, the small styling will be applied to the menu.
|
|
673
849
|
*/
|
|
@@ -677,6 +853,58 @@ export namespace Components {
|
|
|
677
853
|
*/
|
|
678
854
|
"value": string;
|
|
679
855
|
}
|
|
856
|
+
interface IcMenuGroup {
|
|
857
|
+
/**
|
|
858
|
+
* The label to display as the title of the menu group.
|
|
859
|
+
*/
|
|
860
|
+
"label"?: string;
|
|
861
|
+
}
|
|
862
|
+
interface IcMenuItem {
|
|
863
|
+
/**
|
|
864
|
+
* The description displayed in the menu item, below the label.
|
|
865
|
+
*/
|
|
866
|
+
"description"?: string;
|
|
867
|
+
/**
|
|
868
|
+
* If `true`, the menu item will be in disabled state.
|
|
869
|
+
*/
|
|
870
|
+
"disabled"?: boolean;
|
|
871
|
+
/**
|
|
872
|
+
* The URL that the link points to. This will render the menu item as an "a" tag.
|
|
873
|
+
*/
|
|
874
|
+
"href"?: string;
|
|
875
|
+
/**
|
|
876
|
+
* The human language of the linked URL.
|
|
877
|
+
*/
|
|
878
|
+
"hreflang"?: string;
|
|
879
|
+
/**
|
|
880
|
+
* The label describing the keyboard shortcut for a menu item's action.
|
|
881
|
+
*/
|
|
882
|
+
"keyboardShortcut"?: string;
|
|
883
|
+
/**
|
|
884
|
+
* The label to display in the menu item.
|
|
885
|
+
*/
|
|
886
|
+
"label": string;
|
|
887
|
+
/**
|
|
888
|
+
* How much of the referrer to send when following the link.
|
|
889
|
+
*/
|
|
890
|
+
"referrerpolicy"?: ReferrerPolicy;
|
|
891
|
+
/**
|
|
892
|
+
* The relationship of the linked URL as space-separated link types.
|
|
893
|
+
*/
|
|
894
|
+
"rel"?: string;
|
|
895
|
+
/**
|
|
896
|
+
* This references the popover menu instance that the menu item is a trigger for. If this prop is set, then the variant will always be default.
|
|
897
|
+
*/
|
|
898
|
+
"submenuTriggerFor"?: string;
|
|
899
|
+
/**
|
|
900
|
+
* The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).
|
|
901
|
+
*/
|
|
902
|
+
"target"?: string;
|
|
903
|
+
/**
|
|
904
|
+
* The variant of the menu item.
|
|
905
|
+
*/
|
|
906
|
+
"variant": IcMenuItemVariants;
|
|
907
|
+
}
|
|
680
908
|
interface IcNavigationButton {
|
|
681
909
|
/**
|
|
682
910
|
* If `true`, the user can save the linked URL instead of navigating to it.
|
|
@@ -728,15 +956,31 @@ export namespace Components {
|
|
|
728
956
|
interface IcNavigationItem {
|
|
729
957
|
"collapsedIconLabel": boolean;
|
|
730
958
|
"displayNavigationTooltip": boolean;
|
|
959
|
+
/**
|
|
960
|
+
* If `true`, the user can save the linked URL instead of navigating to it.
|
|
961
|
+
*/
|
|
962
|
+
"download"?: string | boolean;
|
|
731
963
|
"expandable": boolean;
|
|
732
964
|
/**
|
|
733
965
|
* The destination of the navigation item.
|
|
734
966
|
*/
|
|
735
967
|
"href": string;
|
|
968
|
+
/**
|
|
969
|
+
* The human language of the linked URL.
|
|
970
|
+
*/
|
|
971
|
+
"hreflang"?: string;
|
|
736
972
|
/**
|
|
737
973
|
* The label of the navigation item.
|
|
738
974
|
*/
|
|
739
975
|
"label": string;
|
|
976
|
+
/**
|
|
977
|
+
* How much of the referrer to send when following the link.
|
|
978
|
+
*/
|
|
979
|
+
"referrerpolicy"?: ReferrerPolicy;
|
|
980
|
+
/**
|
|
981
|
+
* The relationship of the linked URL as space-separated link types.
|
|
982
|
+
*/
|
|
983
|
+
"rel"?: string;
|
|
740
984
|
/**
|
|
741
985
|
* If `true`, the navigation item will be set in a selected state.
|
|
742
986
|
*/
|
|
@@ -745,6 +989,10 @@ export namespace Components {
|
|
|
745
989
|
* Sets focus on the nav item.
|
|
746
990
|
*/
|
|
747
991
|
"setFocus": () => Promise<void>;
|
|
992
|
+
/**
|
|
993
|
+
* The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).
|
|
994
|
+
*/
|
|
995
|
+
"target"?: string;
|
|
748
996
|
}
|
|
749
997
|
interface IcNavigationMenu {
|
|
750
998
|
/**
|
|
@@ -790,6 +1038,109 @@ export namespace Components {
|
|
|
790
1038
|
*/
|
|
791
1039
|
"subheading"?: string;
|
|
792
1040
|
}
|
|
1041
|
+
interface IcPagination {
|
|
1042
|
+
/**
|
|
1043
|
+
* The number of pages displayed adjacent to the current page when using 'complex' type pagination. Accepted values are 0, 1 & 2.
|
|
1044
|
+
*/
|
|
1045
|
+
"adjacentCount": number;
|
|
1046
|
+
/**
|
|
1047
|
+
* The appearance of the pagination, e.g. dark, light or the default.
|
|
1048
|
+
*/
|
|
1049
|
+
"appearance": IcThemeForeground;
|
|
1050
|
+
/**
|
|
1051
|
+
* The number of pages displayed as boundary items to the current page when using 'complex' type pagination. Accepted values are 0, 1 & 2.
|
|
1052
|
+
*/
|
|
1053
|
+
"boundaryCount": number;
|
|
1054
|
+
/**
|
|
1055
|
+
* The current page displayed by the pagination.
|
|
1056
|
+
*/
|
|
1057
|
+
"currentPage": number;
|
|
1058
|
+
/**
|
|
1059
|
+
* The default page to display.
|
|
1060
|
+
*/
|
|
1061
|
+
"defaultPage": number;
|
|
1062
|
+
/**
|
|
1063
|
+
* If `true`, the pagination will not allow interaction.
|
|
1064
|
+
*/
|
|
1065
|
+
"disabled": boolean;
|
|
1066
|
+
/**
|
|
1067
|
+
* If `true`, the current page of the simple pagination will not be displayed.
|
|
1068
|
+
*/
|
|
1069
|
+
"hideCurrentPage": boolean;
|
|
1070
|
+
/**
|
|
1071
|
+
* If `true`, the first and last page buttons will not be displayed.
|
|
1072
|
+
*/
|
|
1073
|
+
"hideFirstAndLastPageButton": boolean;
|
|
1074
|
+
/**
|
|
1075
|
+
* The label for the pagination item (applicable when simple pagination is being used).
|
|
1076
|
+
*/
|
|
1077
|
+
"label": string;
|
|
1078
|
+
/**
|
|
1079
|
+
* The total number of pages.
|
|
1080
|
+
*/
|
|
1081
|
+
"pages": number;
|
|
1082
|
+
/**
|
|
1083
|
+
* Sets the currently displayed page.
|
|
1084
|
+
*/
|
|
1085
|
+
"setCurrentPage": (page: number) => Promise<void>;
|
|
1086
|
+
/**
|
|
1087
|
+
* The type of pagination to be used.
|
|
1088
|
+
*/
|
|
1089
|
+
"type": IcPaginationTypes;
|
|
1090
|
+
}
|
|
1091
|
+
interface IcPaginationItem {
|
|
1092
|
+
/**
|
|
1093
|
+
* The appearance of the pagination, e.g. dark, light or the default.
|
|
1094
|
+
*/
|
|
1095
|
+
"appearance": IcThemeForeground;
|
|
1096
|
+
/**
|
|
1097
|
+
* If true the aria-label will be set to `Page X of Y`, where X is the current page and Y is the page count.
|
|
1098
|
+
*/
|
|
1099
|
+
"ariaOverride": boolean;
|
|
1100
|
+
/**
|
|
1101
|
+
* If `true`, the pagination item will be disabled.
|
|
1102
|
+
*/
|
|
1103
|
+
"disabled": boolean;
|
|
1104
|
+
/**
|
|
1105
|
+
* The label for the pagination item (applicable when simple pagination is being used).
|
|
1106
|
+
*/
|
|
1107
|
+
"label": string;
|
|
1108
|
+
/**
|
|
1109
|
+
* The current page number.
|
|
1110
|
+
*/
|
|
1111
|
+
"page": number | null;
|
|
1112
|
+
/**
|
|
1113
|
+
* The total number of pages.
|
|
1114
|
+
*/
|
|
1115
|
+
"pages": number;
|
|
1116
|
+
/**
|
|
1117
|
+
* If `true`, the pagination item will be selected.
|
|
1118
|
+
*/
|
|
1119
|
+
"selected": boolean;
|
|
1120
|
+
/**
|
|
1121
|
+
* The type of pagination item - 'page' or 'ellipsis'.
|
|
1122
|
+
*/
|
|
1123
|
+
"type": IcPaginationItemType;
|
|
1124
|
+
}
|
|
1125
|
+
interface IcPopoverMenu {
|
|
1126
|
+
/**
|
|
1127
|
+
* The ID of the element the popover menu will anchor itself to. This is required unless the popover is a submenu.
|
|
1128
|
+
*/
|
|
1129
|
+
"anchor": string;
|
|
1130
|
+
/**
|
|
1131
|
+
* If `true`, the popover menu will be displayed.
|
|
1132
|
+
*/
|
|
1133
|
+
"open": boolean;
|
|
1134
|
+
"openFromChild": () => Promise<void>;
|
|
1135
|
+
"openFromParent": () => Promise<void>;
|
|
1136
|
+
"parentLabel"?: string;
|
|
1137
|
+
"parentPopover"?: HTMLIcPopoverMenuElement;
|
|
1138
|
+
/**
|
|
1139
|
+
* The unique identifier for a popover submenu.
|
|
1140
|
+
*/
|
|
1141
|
+
"submenuId"?: string;
|
|
1142
|
+
"submenuLevel": number;
|
|
1143
|
+
}
|
|
793
1144
|
interface IcRadioGroup {
|
|
794
1145
|
/**
|
|
795
1146
|
* If `true`, the disabled state will be set.
|
|
@@ -888,7 +1239,7 @@ export namespace Components {
|
|
|
888
1239
|
*/
|
|
889
1240
|
"autofocus": boolean;
|
|
890
1241
|
/**
|
|
891
|
-
* The number of characters until suggestions appear.
|
|
1242
|
+
* 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.
|
|
892
1243
|
*/
|
|
893
1244
|
"charactersUntilSuggestion": number;
|
|
894
1245
|
/**
|
|
@@ -931,6 +1282,18 @@ export namespace Components {
|
|
|
931
1282
|
* The label for the search bar.
|
|
932
1283
|
*/
|
|
933
1284
|
"label": string;
|
|
1285
|
+
/**
|
|
1286
|
+
* Trigger loading state when fetching options asyncronously
|
|
1287
|
+
*/
|
|
1288
|
+
"loading"?: boolean;
|
|
1289
|
+
/**
|
|
1290
|
+
* Change the message displayed when external loading times out.
|
|
1291
|
+
*/
|
|
1292
|
+
"loadingErrorLabel"?: string;
|
|
1293
|
+
/**
|
|
1294
|
+
* Change the message displayed whilst the options are being loaded externally.
|
|
1295
|
+
*/
|
|
1296
|
+
"loadingLabel"?: string;
|
|
934
1297
|
/**
|
|
935
1298
|
* The name of the control, which is submitted with the form data.
|
|
936
1299
|
*/
|
|
@@ -951,6 +1314,10 @@ export namespace Components {
|
|
|
951
1314
|
* If `true`, the search bar will require a value.
|
|
952
1315
|
*/
|
|
953
1316
|
"required"?: boolean;
|
|
1317
|
+
/**
|
|
1318
|
+
* Specify the mode search bar uses to search. `navigation` allows for quick lookups of a set of values, `query` allows for more general searches.
|
|
1319
|
+
*/
|
|
1320
|
+
"searchMode"?: IcSearchBarSearchModes;
|
|
954
1321
|
/**
|
|
955
1322
|
* Sets focus on the native `input`.
|
|
956
1323
|
*/
|
|
@@ -963,6 +1330,10 @@ export namespace Components {
|
|
|
963
1330
|
* If `true`, the value of the search will have its spelling and grammar checked.
|
|
964
1331
|
*/
|
|
965
1332
|
"spellcheck": boolean;
|
|
1333
|
+
/**
|
|
1334
|
+
* If using external filtering, set a timeout for when loading takes too long.
|
|
1335
|
+
*/
|
|
1336
|
+
"timeout"?: number;
|
|
966
1337
|
/**
|
|
967
1338
|
* The value of the search input.
|
|
968
1339
|
*/
|
|
@@ -980,7 +1351,7 @@ export namespace Components {
|
|
|
980
1351
|
}
|
|
981
1352
|
interface IcSelect {
|
|
982
1353
|
/**
|
|
983
|
-
*
|
|
1354
|
+
* @deprecated This prop should not be used anymore.
|
|
984
1355
|
*/
|
|
985
1356
|
"charactersUntilSuggestions"?: number;
|
|
986
1357
|
/**
|
|
@@ -988,7 +1359,7 @@ export namespace Components {
|
|
|
988
1359
|
*/
|
|
989
1360
|
"debounce"?: number;
|
|
990
1361
|
/**
|
|
991
|
-
*
|
|
1362
|
+
* If `true`, the built in filtering will be disabled for a searchable variant. For example, if options will already be filtered from external source.
|
|
992
1363
|
*/
|
|
993
1364
|
"disableFilter"?: boolean;
|
|
994
1365
|
/**
|
|
@@ -1023,6 +1394,18 @@ export namespace Components {
|
|
|
1023
1394
|
* The label for the select.
|
|
1024
1395
|
*/
|
|
1025
1396
|
"label": string;
|
|
1397
|
+
/**
|
|
1398
|
+
* If `true`, the loading state will be triggered when fetching options asyncronously.
|
|
1399
|
+
*/
|
|
1400
|
+
"loading"?: boolean;
|
|
1401
|
+
/**
|
|
1402
|
+
* The message displayed when external loading times out.
|
|
1403
|
+
*/
|
|
1404
|
+
"loadingErrorLabel"?: string;
|
|
1405
|
+
/**
|
|
1406
|
+
* The message displayed whilst the options are being loaded externally.
|
|
1407
|
+
*/
|
|
1408
|
+
"loadingLabel"?: string;
|
|
1026
1409
|
/**
|
|
1027
1410
|
* The name of the control, which is submitted with the form data.
|
|
1028
1411
|
*/
|
|
@@ -1063,6 +1446,10 @@ export namespace Components {
|
|
|
1063
1446
|
* If `true`, the small styling will be applied to the select.
|
|
1064
1447
|
*/
|
|
1065
1448
|
"small"?: boolean;
|
|
1449
|
+
/**
|
|
1450
|
+
* If using external filtering, set a timeout for when loading takes too long.
|
|
1451
|
+
*/
|
|
1452
|
+
"timeout"?: number;
|
|
1066
1453
|
/**
|
|
1067
1454
|
* The validation status - e.g. 'error' | 'warning' | 'success'.
|
|
1068
1455
|
*/
|
|
@@ -1072,7 +1459,7 @@ export namespace Components {
|
|
|
1072
1459
|
*/
|
|
1073
1460
|
"validationText"?: string;
|
|
1074
1461
|
/**
|
|
1075
|
-
* The value of the currently selected option.
|
|
1462
|
+
* The value of the select, reflected by the value of the currently selected option. For the searchable variant, the value is also reflected by the user input.
|
|
1076
1463
|
*/
|
|
1077
1464
|
"value"?: string;
|
|
1078
1465
|
}
|
|
@@ -1098,6 +1485,10 @@ export namespace Components {
|
|
|
1098
1485
|
*/
|
|
1099
1486
|
"href": string;
|
|
1100
1487
|
"inline": boolean;
|
|
1488
|
+
/**
|
|
1489
|
+
* The short title of the app to be displayed at small screen sizes in place of the app title.
|
|
1490
|
+
*/
|
|
1491
|
+
"shortAppTitle": string;
|
|
1101
1492
|
/**
|
|
1102
1493
|
* If `true`, the menu expand button will be removed (PLEASE NOTE: This takes effect on screen sizes 992px and above).
|
|
1103
1494
|
*/
|
|
@@ -1261,11 +1652,12 @@ export namespace Components {
|
|
|
1261
1652
|
* The selected tab to be controlled by the user. Must be used alongside the icTabSelect event to manage tab selection.
|
|
1262
1653
|
*/
|
|
1263
1654
|
"selectedTabIndex"?: number;
|
|
1655
|
+
"tabRemovedHandler": (hadFocus?: boolean) => Promise<void>;
|
|
1264
1656
|
}
|
|
1265
1657
|
interface IcTabGroup {
|
|
1266
1658
|
"appearance"?: IcThemeForegroundNoDefault;
|
|
1267
1659
|
/**
|
|
1268
|
-
*
|
|
1660
|
+
* @deprecated This is no longer required. The context id is passed down from `ic-tab-context`
|
|
1269
1661
|
*/
|
|
1270
1662
|
"contextId"?: string;
|
|
1271
1663
|
/**
|
|
@@ -1280,7 +1672,7 @@ export namespace Components {
|
|
|
1280
1672
|
interface IcTabPanel {
|
|
1281
1673
|
"appearance"?: IcThemeForegroundNoDefault;
|
|
1282
1674
|
/**
|
|
1283
|
-
*
|
|
1675
|
+
* @deprecated This is no longer required. The context id is passed down from `ic-tab-context`
|
|
1284
1676
|
*/
|
|
1285
1677
|
"contextId"?: string;
|
|
1286
1678
|
"panelId"?: string;
|
|
@@ -1303,11 +1695,11 @@ export namespace Components {
|
|
|
1303
1695
|
/**
|
|
1304
1696
|
* The state of autocompletion the browser can apply on the text value.
|
|
1305
1697
|
*/
|
|
1306
|
-
"autocomplete":
|
|
1698
|
+
"autocomplete": IcAutocompleteTypes;
|
|
1307
1699
|
/**
|
|
1308
1700
|
* The state of autocorrection the browser can apply when the user is entering/editing the text value.
|
|
1309
1701
|
*/
|
|
1310
|
-
"autocorrect":
|
|
1702
|
+
"autocorrect": IcAutocorrectStates;
|
|
1311
1703
|
/**
|
|
1312
1704
|
* The amount of time, in milliseconds, to wait to trigger the `icChange` event after each keystroke.
|
|
1313
1705
|
*/
|
|
@@ -1341,10 +1733,18 @@ export namespace Components {
|
|
|
1341
1733
|
* The label for the input.
|
|
1342
1734
|
*/
|
|
1343
1735
|
"label": string;
|
|
1736
|
+
/**
|
|
1737
|
+
* The maximum number that can be accepted as a value, when `type` is `number` and `rows` is `1`. (NOTE: Ensure to include visual indication of max value in `helperText` or `label`)
|
|
1738
|
+
*/
|
|
1739
|
+
"max": string | number;
|
|
1344
1740
|
/**
|
|
1345
1741
|
* The maximum number of characters that can be entered in the field.
|
|
1346
1742
|
*/
|
|
1347
1743
|
"maxLength": number;
|
|
1744
|
+
/**
|
|
1745
|
+
* The minimum number that can be accepted as a value, when `type` is `number` and `rows` is `1`. (NOTE: Ensure to include visual indication of min value in `helperText` or `label`)
|
|
1746
|
+
*/
|
|
1747
|
+
"min": string | number;
|
|
1348
1748
|
/**
|
|
1349
1749
|
* The name of the control, which is submitted with the form data.
|
|
1350
1750
|
*/
|
|
@@ -1391,10 +1791,11 @@ export namespace Components {
|
|
|
1391
1791
|
* If `true`, the icon in input control will be displayed - only applies when validationStatus ='success'.
|
|
1392
1792
|
*/
|
|
1393
1793
|
"validationInline": boolean;
|
|
1794
|
+
"validationInlineInternal": boolean;
|
|
1394
1795
|
/**
|
|
1395
1796
|
* The validation state - e.g. 'error' | 'warning' | 'success'.
|
|
1396
1797
|
*/
|
|
1397
|
-
"validationStatus":
|
|
1798
|
+
"validationStatus": IcInformationStatusOrEmpty;
|
|
1398
1799
|
/**
|
|
1399
1800
|
* The validation state - e.g. 'error' | 'warning' | 'success'.
|
|
1400
1801
|
*/
|
|
@@ -1457,6 +1858,12 @@ export namespace Components {
|
|
|
1457
1858
|
* If `true`, the tooltip will not be displayed on hover, it will require a click.
|
|
1458
1859
|
*/
|
|
1459
1860
|
"disableHover"?: boolean;
|
|
1861
|
+
/**
|
|
1862
|
+
* Method to programmatically show/hide the tooltip without needing to interact with an anchor element
|
|
1863
|
+
* @param show Whether to show or hide the tooltip
|
|
1864
|
+
* @param persistTooltip Whether the tooltip should stay on the screen when actions are performed that would previously dismiss the tooltip, such as on hover
|
|
1865
|
+
*/
|
|
1866
|
+
"displayTooltip": (show: boolean, persistTooltip?: boolean) => Promise<void>;
|
|
1460
1867
|
/**
|
|
1461
1868
|
* The text to display on the tooltip.
|
|
1462
1869
|
*/
|
|
@@ -1487,6 +1894,10 @@ export namespace Components {
|
|
|
1487
1894
|
* If `true`, the flyout navigation menu on small devices will be contained by the parent element.
|
|
1488
1895
|
*/
|
|
1489
1896
|
"inline": boolean;
|
|
1897
|
+
/**
|
|
1898
|
+
* The short title of the app to be displayed at small screen sizes in place of the app title.
|
|
1899
|
+
*/
|
|
1900
|
+
"shortAppTitle": string;
|
|
1490
1901
|
/**
|
|
1491
1902
|
* The status info to be displayed.
|
|
1492
1903
|
*/
|
|
@@ -1501,6 +1912,26 @@ export namespace Components {
|
|
|
1501
1912
|
* If `true`, appropriate top and bottom margins will be applied to the typography.
|
|
1502
1913
|
*/
|
|
1503
1914
|
"applyVerticalMargins"?: boolean;
|
|
1915
|
+
/**
|
|
1916
|
+
* If `true`, the typography will have a bold font weight. Note: This will have no impact on variants that already use an equivalent or higher font weight (h1, h2, and subtitle-large).
|
|
1917
|
+
*/
|
|
1918
|
+
"bold"?: boolean;
|
|
1919
|
+
/**
|
|
1920
|
+
* If `true`, the typography will have an italic font style.
|
|
1921
|
+
*/
|
|
1922
|
+
"italic"?: boolean;
|
|
1923
|
+
/**
|
|
1924
|
+
* The number of lines to display before truncating the text, only used for the 'body' variant.
|
|
1925
|
+
*/
|
|
1926
|
+
"maxLines"?: number;
|
|
1927
|
+
/**
|
|
1928
|
+
* If `true`, the typography will have a line through it.
|
|
1929
|
+
*/
|
|
1930
|
+
"strikethrough"?: boolean;
|
|
1931
|
+
/**
|
|
1932
|
+
* If `true`, the typography will have a line under it.
|
|
1933
|
+
*/
|
|
1934
|
+
"underline"?: boolean;
|
|
1504
1935
|
/**
|
|
1505
1936
|
* The ICDS typography style to use.
|
|
1506
1937
|
*/
|
|
@@ -1527,6 +1958,10 @@ export interface IcChipCustomEvent<T> extends CustomEvent<T> {
|
|
|
1527
1958
|
detail: T;
|
|
1528
1959
|
target: HTMLIcChipElement;
|
|
1529
1960
|
}
|
|
1961
|
+
export interface IcDialogCustomEvent<T> extends CustomEvent<T> {
|
|
1962
|
+
detail: T;
|
|
1963
|
+
target: HTMLIcDialogElement;
|
|
1964
|
+
}
|
|
1530
1965
|
export interface IcFooterCustomEvent<T> extends CustomEvent<T> {
|
|
1531
1966
|
detail: T;
|
|
1532
1967
|
target: HTMLIcFooterElement;
|
|
@@ -1535,6 +1970,10 @@ export interface IcMenuCustomEvent<T> extends CustomEvent<T> {
|
|
|
1535
1970
|
detail: T;
|
|
1536
1971
|
target: HTMLIcMenuElement;
|
|
1537
1972
|
}
|
|
1973
|
+
export interface IcMenuItemCustomEvent<T> extends CustomEvent<T> {
|
|
1974
|
+
detail: T;
|
|
1975
|
+
target: HTMLIcMenuItemElement;
|
|
1976
|
+
}
|
|
1538
1977
|
export interface IcNavigationItemCustomEvent<T> extends CustomEvent<T> {
|
|
1539
1978
|
detail: T;
|
|
1540
1979
|
target: HTMLIcNavigationItemElement;
|
|
@@ -1543,6 +1982,14 @@ export interface IcNavigationMenuCustomEvent<T> extends CustomEvent<T> {
|
|
|
1543
1982
|
detail: T;
|
|
1544
1983
|
target: HTMLIcNavigationMenuElement;
|
|
1545
1984
|
}
|
|
1985
|
+
export interface IcPaginationCustomEvent<T> extends CustomEvent<T> {
|
|
1986
|
+
detail: T;
|
|
1987
|
+
target: HTMLIcPaginationElement;
|
|
1988
|
+
}
|
|
1989
|
+
export interface IcPaginationItemCustomEvent<T> extends CustomEvent<T> {
|
|
1990
|
+
detail: T;
|
|
1991
|
+
target: HTMLIcPaginationItemElement;
|
|
1992
|
+
}
|
|
1546
1993
|
export interface IcRadioGroupCustomEvent<T> extends CustomEvent<T> {
|
|
1547
1994
|
detail: T;
|
|
1548
1995
|
target: HTMLIcRadioGroupElement;
|
|
@@ -1571,6 +2018,10 @@ export interface IcTabContextCustomEvent<T> extends CustomEvent<T> {
|
|
|
1571
2018
|
detail: T;
|
|
1572
2019
|
target: HTMLIcTabContextElement;
|
|
1573
2020
|
}
|
|
2021
|
+
export interface IcTabPanelCustomEvent<T> extends CustomEvent<T> {
|
|
2022
|
+
detail: T;
|
|
2023
|
+
target: HTMLIcTabPanelElement;
|
|
2024
|
+
}
|
|
1574
2025
|
export interface IcTextFieldCustomEvent<T> extends CustomEvent<T> {
|
|
1575
2026
|
detail: T;
|
|
1576
2027
|
target: HTMLIcTextFieldElement;
|
|
@@ -1660,12 +2111,24 @@ declare global {
|
|
|
1660
2111
|
prototype: HTMLIcDataRowElement;
|
|
1661
2112
|
new (): HTMLIcDataRowElement;
|
|
1662
2113
|
};
|
|
2114
|
+
interface HTMLIcDialogElement extends Components.IcDialog, HTMLStencilElement {
|
|
2115
|
+
}
|
|
2116
|
+
var HTMLIcDialogElement: {
|
|
2117
|
+
prototype: HTMLIcDialogElement;
|
|
2118
|
+
new (): HTMLIcDialogElement;
|
|
2119
|
+
};
|
|
1663
2120
|
interface HTMLIcDividerElement extends Components.IcDivider, HTMLStencilElement {
|
|
1664
2121
|
}
|
|
1665
2122
|
var HTMLIcDividerElement: {
|
|
1666
2123
|
prototype: HTMLIcDividerElement;
|
|
1667
2124
|
new (): HTMLIcDividerElement;
|
|
1668
2125
|
};
|
|
2126
|
+
interface HTMLIcEmptyStateElement extends Components.IcEmptyState, HTMLStencilElement {
|
|
2127
|
+
}
|
|
2128
|
+
var HTMLIcEmptyStateElement: {
|
|
2129
|
+
prototype: HTMLIcEmptyStateElement;
|
|
2130
|
+
new (): HTMLIcEmptyStateElement;
|
|
2131
|
+
};
|
|
1669
2132
|
interface HTMLIcFooterElement extends Components.IcFooter, HTMLStencilElement {
|
|
1670
2133
|
}
|
|
1671
2134
|
var HTMLIcFooterElement: {
|
|
@@ -1738,6 +2201,18 @@ declare global {
|
|
|
1738
2201
|
prototype: HTMLIcMenuElement;
|
|
1739
2202
|
new (): HTMLIcMenuElement;
|
|
1740
2203
|
};
|
|
2204
|
+
interface HTMLIcMenuGroupElement extends Components.IcMenuGroup, HTMLStencilElement {
|
|
2205
|
+
}
|
|
2206
|
+
var HTMLIcMenuGroupElement: {
|
|
2207
|
+
prototype: HTMLIcMenuGroupElement;
|
|
2208
|
+
new (): HTMLIcMenuGroupElement;
|
|
2209
|
+
};
|
|
2210
|
+
interface HTMLIcMenuItemElement extends Components.IcMenuItem, HTMLStencilElement {
|
|
2211
|
+
}
|
|
2212
|
+
var HTMLIcMenuItemElement: {
|
|
2213
|
+
prototype: HTMLIcMenuItemElement;
|
|
2214
|
+
new (): HTMLIcMenuItemElement;
|
|
2215
|
+
};
|
|
1741
2216
|
interface HTMLIcNavigationButtonElement extends Components.IcNavigationButton, HTMLStencilElement {
|
|
1742
2217
|
}
|
|
1743
2218
|
var HTMLIcNavigationButtonElement: {
|
|
@@ -1764,9 +2239,27 @@ declare global {
|
|
|
1764
2239
|
};
|
|
1765
2240
|
interface HTMLIcPageHeaderElement extends Components.IcPageHeader, HTMLStencilElement {
|
|
1766
2241
|
}
|
|
1767
|
-
var HTMLIcPageHeaderElement: {
|
|
1768
|
-
prototype: HTMLIcPageHeaderElement;
|
|
1769
|
-
new (): HTMLIcPageHeaderElement;
|
|
2242
|
+
var HTMLIcPageHeaderElement: {
|
|
2243
|
+
prototype: HTMLIcPageHeaderElement;
|
|
2244
|
+
new (): HTMLIcPageHeaderElement;
|
|
2245
|
+
};
|
|
2246
|
+
interface HTMLIcPaginationElement extends Components.IcPagination, HTMLStencilElement {
|
|
2247
|
+
}
|
|
2248
|
+
var HTMLIcPaginationElement: {
|
|
2249
|
+
prototype: HTMLIcPaginationElement;
|
|
2250
|
+
new (): HTMLIcPaginationElement;
|
|
2251
|
+
};
|
|
2252
|
+
interface HTMLIcPaginationItemElement extends Components.IcPaginationItem, HTMLStencilElement {
|
|
2253
|
+
}
|
|
2254
|
+
var HTMLIcPaginationItemElement: {
|
|
2255
|
+
prototype: HTMLIcPaginationItemElement;
|
|
2256
|
+
new (): HTMLIcPaginationItemElement;
|
|
2257
|
+
};
|
|
2258
|
+
interface HTMLIcPopoverMenuElement extends Components.IcPopoverMenu, HTMLStencilElement {
|
|
2259
|
+
}
|
|
2260
|
+
var HTMLIcPopoverMenuElement: {
|
|
2261
|
+
prototype: HTMLIcPopoverMenuElement;
|
|
2262
|
+
new (): HTMLIcPopoverMenuElement;
|
|
1770
2263
|
};
|
|
1771
2264
|
interface HTMLIcRadioGroupElement extends Components.IcRadioGroup, HTMLStencilElement {
|
|
1772
2265
|
}
|
|
@@ -1913,7 +2406,9 @@ declare global {
|
|
|
1913
2406
|
"ic-classification-banner": HTMLIcClassificationBannerElement;
|
|
1914
2407
|
"ic-data-entity": HTMLIcDataEntityElement;
|
|
1915
2408
|
"ic-data-row": HTMLIcDataRowElement;
|
|
2409
|
+
"ic-dialog": HTMLIcDialogElement;
|
|
1916
2410
|
"ic-divider": HTMLIcDividerElement;
|
|
2411
|
+
"ic-empty-state": HTMLIcEmptyStateElement;
|
|
1917
2412
|
"ic-footer": HTMLIcFooterElement;
|
|
1918
2413
|
"ic-footer-link": HTMLIcFooterLinkElement;
|
|
1919
2414
|
"ic-footer-link-group": HTMLIcFooterLinkGroupElement;
|
|
@@ -1926,11 +2421,16 @@ declare global {
|
|
|
1926
2421
|
"ic-link": HTMLIcLinkElement;
|
|
1927
2422
|
"ic-loading-indicator": HTMLIcLoadingIndicatorElement;
|
|
1928
2423
|
"ic-menu": HTMLIcMenuElement;
|
|
2424
|
+
"ic-menu-group": HTMLIcMenuGroupElement;
|
|
2425
|
+
"ic-menu-item": HTMLIcMenuItemElement;
|
|
1929
2426
|
"ic-navigation-button": HTMLIcNavigationButtonElement;
|
|
1930
2427
|
"ic-navigation-group": HTMLIcNavigationGroupElement;
|
|
1931
2428
|
"ic-navigation-item": HTMLIcNavigationItemElement;
|
|
1932
2429
|
"ic-navigation-menu": HTMLIcNavigationMenuElement;
|
|
1933
2430
|
"ic-page-header": HTMLIcPageHeaderElement;
|
|
2431
|
+
"ic-pagination": HTMLIcPaginationElement;
|
|
2432
|
+
"ic-pagination-item": HTMLIcPaginationItemElement;
|
|
2433
|
+
"ic-popover-menu": HTMLIcPopoverMenuElement;
|
|
1934
2434
|
"ic-radio-group": HTMLIcRadioGroupElement;
|
|
1935
2435
|
"ic-radio-option": HTMLIcRadioOptionElement;
|
|
1936
2436
|
"ic-search-bar": HTMLIcSearchBarElement;
|
|
@@ -1982,7 +2482,7 @@ declare namespace LocalJSX {
|
|
|
1982
2482
|
*/
|
|
1983
2483
|
"onIcDismiss"?: (event: IcAlertCustomEvent<void>) => void;
|
|
1984
2484
|
/**
|
|
1985
|
-
* If `true`, the title and message will appear
|
|
2485
|
+
* If `true`, the title and message will appear above and below instead of inline.
|
|
1986
2486
|
*/
|
|
1987
2487
|
"titleAbove"?: boolean;
|
|
1988
2488
|
/**
|
|
@@ -2037,6 +2537,30 @@ declare namespace LocalJSX {
|
|
|
2037
2537
|
* If `true`, the user can save the linked URL instead of navigating to it.
|
|
2038
2538
|
*/
|
|
2039
2539
|
"download"?: string | boolean;
|
|
2540
|
+
/**
|
|
2541
|
+
* The <form> element to associate the button with.
|
|
2542
|
+
*/
|
|
2543
|
+
"form"?: string;
|
|
2544
|
+
/**
|
|
2545
|
+
* The URL that processes the information submitted by the button. It overrides the action attribute of the button's form owner. Does nothing if there is no form owner.
|
|
2546
|
+
*/
|
|
2547
|
+
"formaction"?: string;
|
|
2548
|
+
/**
|
|
2549
|
+
* The way the submitted form data is encoded.
|
|
2550
|
+
*/
|
|
2551
|
+
"formenctype"?: string;
|
|
2552
|
+
/**
|
|
2553
|
+
* The HTTP method used to submit the form.
|
|
2554
|
+
*/
|
|
2555
|
+
"formmethod"?: string;
|
|
2556
|
+
/**
|
|
2557
|
+
* If `true`, the form will not be validated when submitted.
|
|
2558
|
+
*/
|
|
2559
|
+
"formnovalidate"?: boolean;
|
|
2560
|
+
/**
|
|
2561
|
+
* The place to display the response from submitting the form. It overrides the target attribute of the button's form owner.
|
|
2562
|
+
*/
|
|
2563
|
+
"formtarget"?: string;
|
|
2040
2564
|
/**
|
|
2041
2565
|
* If `true`, the button will fill the width of the container.
|
|
2042
2566
|
*/
|
|
@@ -2072,7 +2596,7 @@ declare namespace LocalJSX {
|
|
|
2072
2596
|
/**
|
|
2073
2597
|
* The size of the button to be displayed.
|
|
2074
2598
|
*/
|
|
2075
|
-
"size"?:
|
|
2599
|
+
"size"?: IcSizes;
|
|
2076
2600
|
/**
|
|
2077
2601
|
* The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).
|
|
2078
2602
|
*/
|
|
@@ -2181,6 +2705,14 @@ declare namespace LocalJSX {
|
|
|
2181
2705
|
* Emitted when a checkbox has been checked.
|
|
2182
2706
|
*/
|
|
2183
2707
|
"onIcCheck"?: (event: IcCheckboxCustomEvent<void>) => void;
|
|
2708
|
+
/**
|
|
2709
|
+
* The size of the checkbox to be displayed. This does not affect the font size of the label. If a checkbox is contained in a checkbox group, this will override the size set on checkbox group.
|
|
2710
|
+
*/
|
|
2711
|
+
"size"?: IcSizes;
|
|
2712
|
+
/**
|
|
2713
|
+
* @deprecated This prop should not be used anymore. Set prop `size` to "small" instead.
|
|
2714
|
+
*/
|
|
2715
|
+
"small"?: boolean;
|
|
2184
2716
|
/**
|
|
2185
2717
|
* The value for the checkbox.
|
|
2186
2718
|
*/
|
|
@@ -2216,7 +2748,11 @@ declare namespace LocalJSX {
|
|
|
2216
2748
|
*/
|
|
2217
2749
|
"required"?: boolean;
|
|
2218
2750
|
/**
|
|
2219
|
-
*
|
|
2751
|
+
* The size of the checkboxes to be displayed. This does not affect the font size of the label.
|
|
2752
|
+
*/
|
|
2753
|
+
"size"?: IcSizes;
|
|
2754
|
+
/**
|
|
2755
|
+
* @deprecated This prop should not be used anymore. Set prop `size` to "small" instead.
|
|
2220
2756
|
*/
|
|
2221
2757
|
"small"?: boolean;
|
|
2222
2758
|
/**
|
|
@@ -2256,7 +2792,7 @@ declare namespace LocalJSX {
|
|
|
2256
2792
|
/**
|
|
2257
2793
|
* The size of the chip.
|
|
2258
2794
|
*/
|
|
2259
|
-
"size"?:
|
|
2795
|
+
"size"?: IcSizes;
|
|
2260
2796
|
}
|
|
2261
2797
|
interface IcClassificationBanner {
|
|
2262
2798
|
/**
|
|
@@ -2304,8 +2840,96 @@ declare namespace LocalJSX {
|
|
|
2304
2840
|
*/
|
|
2305
2841
|
"value"?: string;
|
|
2306
2842
|
}
|
|
2843
|
+
interface IcDialog {
|
|
2844
|
+
/**
|
|
2845
|
+
* If a status is set, sets the heading for the displayed alert.
|
|
2846
|
+
*/
|
|
2847
|
+
"alertHeading"?: string;
|
|
2848
|
+
/**
|
|
2849
|
+
* If a status is set, sets the message for the displayed alert.
|
|
2850
|
+
*/
|
|
2851
|
+
"alertMessage"?: string;
|
|
2852
|
+
/**
|
|
2853
|
+
* Sets the label and onclick functions for default buttons.
|
|
2854
|
+
*/
|
|
2855
|
+
"buttonProps"?: { label: string; onclick: string }[];
|
|
2856
|
+
/**
|
|
2857
|
+
* If set to `false`, dialog controls will not be displayed overriding buttonProps or slotted dialog controls.
|
|
2858
|
+
*/
|
|
2859
|
+
"buttons"?: boolean;
|
|
2860
|
+
/**
|
|
2861
|
+
* If set to `true`, the dialog will not close when the backdrop is clicked.
|
|
2862
|
+
*/
|
|
2863
|
+
"closeOnBackdropClick"?: boolean;
|
|
2864
|
+
/**
|
|
2865
|
+
* If default buttons are displayed, sets the 'primary' or rightmost button to the destructive variant. Stops initial focus being set on the 'primary' or rightmost default or slotted button.
|
|
2866
|
+
*/
|
|
2867
|
+
"destructive"?: boolean;
|
|
2868
|
+
/**
|
|
2869
|
+
* Sets the dismiss label tooltip and aria label.
|
|
2870
|
+
*/
|
|
2871
|
+
"dismissLabel"?: string;
|
|
2872
|
+
/**
|
|
2873
|
+
* Sets the heading for the dialog.
|
|
2874
|
+
*/
|
|
2875
|
+
"heading": string;
|
|
2876
|
+
/**
|
|
2877
|
+
* Sets the optional label for the dialog which appears above the heading.
|
|
2878
|
+
*/
|
|
2879
|
+
"label"?: string;
|
|
2880
|
+
/**
|
|
2881
|
+
* Cancelation event emitted when default 'Cancel' button clicked or 'cancelDialog' method is called.
|
|
2882
|
+
*/
|
|
2883
|
+
"onIcDialogCancelled"?: (event: IcDialogCustomEvent<void>) => void;
|
|
2884
|
+
/**
|
|
2885
|
+
* Emitted when dialog has closed.
|
|
2886
|
+
*/
|
|
2887
|
+
"onIcDialogClosed"?: (event: IcDialogCustomEvent<void>) => void;
|
|
2888
|
+
/**
|
|
2889
|
+
* Confirmation event emitted when default 'Confirm' primary button clicked or 'confirmDialog' method is called.
|
|
2890
|
+
*/
|
|
2891
|
+
"onIcDialogConfirmed"?: (event: IcDialogCustomEvent<void>) => void;
|
|
2892
|
+
/**
|
|
2893
|
+
* Emitted when dialog has opened.
|
|
2894
|
+
*/
|
|
2895
|
+
"onIcDialogOpened"?: (event: IcDialogCustomEvent<void>) => void;
|
|
2896
|
+
/**
|
|
2897
|
+
* Sets the maximum and minimum height and width for the dialog.
|
|
2898
|
+
*/
|
|
2899
|
+
"size"?: "small" | "medium" | "large";
|
|
2900
|
+
/**
|
|
2901
|
+
* If set, displays an alert of the corresponding variant below the heading.
|
|
2902
|
+
*/
|
|
2903
|
+
"status"?: "neutral" | "info" | "warning" | "error" | "success";
|
|
2904
|
+
}
|
|
2307
2905
|
interface IcDivider {
|
|
2308
2906
|
}
|
|
2907
|
+
interface IcEmptyState {
|
|
2908
|
+
/**
|
|
2909
|
+
* The alignment of the empty state container.
|
|
2910
|
+
*/
|
|
2911
|
+
"aligned"?: IcEmptyStateAlignment;
|
|
2912
|
+
/**
|
|
2913
|
+
* The body text rendered in the empty state container.
|
|
2914
|
+
*/
|
|
2915
|
+
"body"?: string;
|
|
2916
|
+
/**
|
|
2917
|
+
* The number of lines of body text to display before truncating.
|
|
2918
|
+
*/
|
|
2919
|
+
"bodyMaxLines"?: number;
|
|
2920
|
+
/**
|
|
2921
|
+
* The title rendered in the empty state container.
|
|
2922
|
+
*/
|
|
2923
|
+
"heading": string;
|
|
2924
|
+
/**
|
|
2925
|
+
* The size of the image or icon used in the image slot.
|
|
2926
|
+
*/
|
|
2927
|
+
"imageSize"?: IcSizes;
|
|
2928
|
+
/**
|
|
2929
|
+
* The subtitle rendered in the empty state container.
|
|
2930
|
+
*/
|
|
2931
|
+
"subheading"?: string;
|
|
2932
|
+
}
|
|
2309
2933
|
interface IcFooter {
|
|
2310
2934
|
/**
|
|
2311
2935
|
* The alignment of the section containers used within the footer.
|
|
@@ -2333,10 +2957,30 @@ declare namespace LocalJSX {
|
|
|
2333
2957
|
"groupLinks"?: boolean;
|
|
2334
2958
|
}
|
|
2335
2959
|
interface IcFooterLink {
|
|
2960
|
+
/**
|
|
2961
|
+
* If `true`, the user can save the linked URL instead of navigating to it.
|
|
2962
|
+
*/
|
|
2963
|
+
"download"?: string | boolean;
|
|
2336
2964
|
/**
|
|
2337
2965
|
* The URL that the link points to.
|
|
2338
2966
|
*/
|
|
2339
2967
|
"href"?: string;
|
|
2968
|
+
/**
|
|
2969
|
+
* The human language of the linked URL.
|
|
2970
|
+
*/
|
|
2971
|
+
"hreflang"?: string;
|
|
2972
|
+
/**
|
|
2973
|
+
* How much of the referrer to send when following the link.
|
|
2974
|
+
*/
|
|
2975
|
+
"referrerpolicy"?: ReferrerPolicy;
|
|
2976
|
+
/**
|
|
2977
|
+
* The relationship of the linked URL as space-separated link types.
|
|
2978
|
+
*/
|
|
2979
|
+
"rel"?: string;
|
|
2980
|
+
/**
|
|
2981
|
+
* The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).
|
|
2982
|
+
*/
|
|
2983
|
+
"target"?: string;
|
|
2340
2984
|
}
|
|
2341
2985
|
interface IcFooterLinkGroup {
|
|
2342
2986
|
/**
|
|
@@ -2514,7 +3158,7 @@ declare namespace LocalJSX {
|
|
|
2514
3158
|
*/
|
|
2515
3159
|
"rel"?: string;
|
|
2516
3160
|
/**
|
|
2517
|
-
*
|
|
3161
|
+
* @deprecated This prop should not be used anymore. The 'open in new tab/window' icon will display automatically if target="_blank".
|
|
2518
3162
|
*/
|
|
2519
3163
|
"showIcon"?: boolean;
|
|
2520
3164
|
/**
|
|
@@ -2597,6 +3241,10 @@ declare namespace LocalJSX {
|
|
|
2597
3241
|
* The possible menu selection options.
|
|
2598
3242
|
*/
|
|
2599
3243
|
"options": IcMenuOption[];
|
|
3244
|
+
/**
|
|
3245
|
+
* Specify the mode search bar uses to search. `navigation` allows for quick lookups of a set of values, `query` allows for more general searches.
|
|
3246
|
+
*/
|
|
3247
|
+
"searchMode"?: IcSearchBarSearchModes;
|
|
2600
3248
|
/**
|
|
2601
3249
|
* If `true`, the small styling will be applied to the menu.
|
|
2602
3250
|
*/
|
|
@@ -2606,6 +3254,58 @@ declare namespace LocalJSX {
|
|
|
2606
3254
|
*/
|
|
2607
3255
|
"value": string;
|
|
2608
3256
|
}
|
|
3257
|
+
interface IcMenuGroup {
|
|
3258
|
+
/**
|
|
3259
|
+
* The label to display as the title of the menu group.
|
|
3260
|
+
*/
|
|
3261
|
+
"label"?: string;
|
|
3262
|
+
}
|
|
3263
|
+
interface IcMenuItem {
|
|
3264
|
+
/**
|
|
3265
|
+
* The description displayed in the menu item, below the label.
|
|
3266
|
+
*/
|
|
3267
|
+
"description"?: string;
|
|
3268
|
+
/**
|
|
3269
|
+
* If `true`, the menu item will be in disabled state.
|
|
3270
|
+
*/
|
|
3271
|
+
"disabled"?: boolean;
|
|
3272
|
+
/**
|
|
3273
|
+
* The URL that the link points to. This will render the menu item as an "a" tag.
|
|
3274
|
+
*/
|
|
3275
|
+
"href"?: string;
|
|
3276
|
+
/**
|
|
3277
|
+
* The human language of the linked URL.
|
|
3278
|
+
*/
|
|
3279
|
+
"hreflang"?: string;
|
|
3280
|
+
/**
|
|
3281
|
+
* The label describing the keyboard shortcut for a menu item's action.
|
|
3282
|
+
*/
|
|
3283
|
+
"keyboardShortcut"?: string;
|
|
3284
|
+
/**
|
|
3285
|
+
* The label to display in the menu item.
|
|
3286
|
+
*/
|
|
3287
|
+
"label": string;
|
|
3288
|
+
/**
|
|
3289
|
+
* How much of the referrer to send when following the link.
|
|
3290
|
+
*/
|
|
3291
|
+
"referrerpolicy"?: ReferrerPolicy;
|
|
3292
|
+
/**
|
|
3293
|
+
* The relationship of the linked URL as space-separated link types.
|
|
3294
|
+
*/
|
|
3295
|
+
"rel"?: string;
|
|
3296
|
+
/**
|
|
3297
|
+
* This references the popover menu instance that the menu item is a trigger for. If this prop is set, then the variant will always be default.
|
|
3298
|
+
*/
|
|
3299
|
+
"submenuTriggerFor"?: string;
|
|
3300
|
+
/**
|
|
3301
|
+
* The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).
|
|
3302
|
+
*/
|
|
3303
|
+
"target"?: string;
|
|
3304
|
+
/**
|
|
3305
|
+
* The variant of the menu item.
|
|
3306
|
+
*/
|
|
3307
|
+
"variant"?: IcMenuItemVariants;
|
|
3308
|
+
}
|
|
2609
3309
|
interface IcNavigationButton {
|
|
2610
3310
|
/**
|
|
2611
3311
|
* If `true`, the user can save the linked URL instead of navigating to it.
|
|
@@ -2647,18 +3347,38 @@ declare namespace LocalJSX {
|
|
|
2647
3347
|
"label"?: string;
|
|
2648
3348
|
}
|
|
2649
3349
|
interface IcNavigationItem {
|
|
3350
|
+
/**
|
|
3351
|
+
* If `true`, the user can save the linked URL instead of navigating to it.
|
|
3352
|
+
*/
|
|
3353
|
+
"download"?: string | boolean;
|
|
2650
3354
|
/**
|
|
2651
3355
|
* The destination of the navigation item.
|
|
2652
3356
|
*/
|
|
2653
3357
|
"href"?: string;
|
|
3358
|
+
/**
|
|
3359
|
+
* The human language of the linked URL.
|
|
3360
|
+
*/
|
|
3361
|
+
"hreflang"?: string;
|
|
2654
3362
|
/**
|
|
2655
3363
|
* The label of the navigation item.
|
|
2656
3364
|
*/
|
|
2657
3365
|
"label"?: string;
|
|
3366
|
+
/**
|
|
3367
|
+
* How much of the referrer to send when following the link.
|
|
3368
|
+
*/
|
|
3369
|
+
"referrerpolicy"?: ReferrerPolicy;
|
|
3370
|
+
/**
|
|
3371
|
+
* The relationship of the linked URL as space-separated link types.
|
|
3372
|
+
*/
|
|
3373
|
+
"rel"?: string;
|
|
2658
3374
|
/**
|
|
2659
3375
|
* If `true`, the navigation item will be set in a selected state.
|
|
2660
3376
|
*/
|
|
2661
3377
|
"selected"?: boolean;
|
|
3378
|
+
/**
|
|
3379
|
+
* The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).
|
|
3380
|
+
*/
|
|
3381
|
+
"target"?: string;
|
|
2662
3382
|
}
|
|
2663
3383
|
interface IcNavigationMenu {
|
|
2664
3384
|
/**
|
|
@@ -2704,6 +3424,104 @@ declare namespace LocalJSX {
|
|
|
2704
3424
|
*/
|
|
2705
3425
|
"subheading"?: string;
|
|
2706
3426
|
}
|
|
3427
|
+
interface IcPagination {
|
|
3428
|
+
/**
|
|
3429
|
+
* The number of pages displayed adjacent to the current page when using 'complex' type pagination. Accepted values are 0, 1 & 2.
|
|
3430
|
+
*/
|
|
3431
|
+
"adjacentCount"?: number;
|
|
3432
|
+
/**
|
|
3433
|
+
* The appearance of the pagination, e.g. dark, light or the default.
|
|
3434
|
+
*/
|
|
3435
|
+
"appearance"?: IcThemeForeground;
|
|
3436
|
+
/**
|
|
3437
|
+
* The number of pages displayed as boundary items to the current page when using 'complex' type pagination. Accepted values are 0, 1 & 2.
|
|
3438
|
+
*/
|
|
3439
|
+
"boundaryCount"?: number;
|
|
3440
|
+
/**
|
|
3441
|
+
* The current page displayed by the pagination.
|
|
3442
|
+
*/
|
|
3443
|
+
"currentPage"?: number;
|
|
3444
|
+
/**
|
|
3445
|
+
* The default page to display.
|
|
3446
|
+
*/
|
|
3447
|
+
"defaultPage"?: number;
|
|
3448
|
+
/**
|
|
3449
|
+
* If `true`, the pagination will not allow interaction.
|
|
3450
|
+
*/
|
|
3451
|
+
"disabled"?: boolean;
|
|
3452
|
+
/**
|
|
3453
|
+
* If `true`, the current page of the simple pagination will not be displayed.
|
|
3454
|
+
*/
|
|
3455
|
+
"hideCurrentPage"?: boolean;
|
|
3456
|
+
/**
|
|
3457
|
+
* If `true`, the first and last page buttons will not be displayed.
|
|
3458
|
+
*/
|
|
3459
|
+
"hideFirstAndLastPageButton"?: boolean;
|
|
3460
|
+
/**
|
|
3461
|
+
* The label for the pagination item (applicable when simple pagination is being used).
|
|
3462
|
+
*/
|
|
3463
|
+
"label"?: string;
|
|
3464
|
+
/**
|
|
3465
|
+
* Emitted when a page is selected.
|
|
3466
|
+
*/
|
|
3467
|
+
"onIcPageChange"?: (event: IcPaginationCustomEvent<IcChangeEventDetail1>) => void;
|
|
3468
|
+
/**
|
|
3469
|
+
* The total number of pages.
|
|
3470
|
+
*/
|
|
3471
|
+
"pages": number;
|
|
3472
|
+
/**
|
|
3473
|
+
* The type of pagination to be used.
|
|
3474
|
+
*/
|
|
3475
|
+
"type"?: IcPaginationTypes;
|
|
3476
|
+
}
|
|
3477
|
+
interface IcPaginationItem {
|
|
3478
|
+
/**
|
|
3479
|
+
* The appearance of the pagination, e.g. dark, light or the default.
|
|
3480
|
+
*/
|
|
3481
|
+
"appearance"?: IcThemeForeground;
|
|
3482
|
+
/**
|
|
3483
|
+
* If true the aria-label will be set to `Page X of Y`, where X is the current page and Y is the page count.
|
|
3484
|
+
*/
|
|
3485
|
+
"ariaOverride"?: boolean;
|
|
3486
|
+
/**
|
|
3487
|
+
* If `true`, the pagination item will be disabled.
|
|
3488
|
+
*/
|
|
3489
|
+
"disabled"?: boolean;
|
|
3490
|
+
/**
|
|
3491
|
+
* The label for the pagination item (applicable when simple pagination is being used).
|
|
3492
|
+
*/
|
|
3493
|
+
"label"?: string;
|
|
3494
|
+
/**
|
|
3495
|
+
* The current page number.
|
|
3496
|
+
*/
|
|
3497
|
+
"page"?: number | null;
|
|
3498
|
+
/**
|
|
3499
|
+
* The total number of pages.
|
|
3500
|
+
*/
|
|
3501
|
+
"pages"?: number;
|
|
3502
|
+
/**
|
|
3503
|
+
* If `true`, the pagination item will be selected.
|
|
3504
|
+
*/
|
|
3505
|
+
"selected"?: boolean;
|
|
3506
|
+
/**
|
|
3507
|
+
* The type of pagination item - 'page' or 'ellipsis'.
|
|
3508
|
+
*/
|
|
3509
|
+
"type"?: IcPaginationItemType;
|
|
3510
|
+
}
|
|
3511
|
+
interface IcPopoverMenu {
|
|
3512
|
+
/**
|
|
3513
|
+
* The ID of the element the popover menu will anchor itself to. This is required unless the popover is a submenu.
|
|
3514
|
+
*/
|
|
3515
|
+
"anchor"?: string;
|
|
3516
|
+
/**
|
|
3517
|
+
* If `true`, the popover menu will be displayed.
|
|
3518
|
+
*/
|
|
3519
|
+
"open"?: boolean;
|
|
3520
|
+
/**
|
|
3521
|
+
* The unique identifier for a popover submenu.
|
|
3522
|
+
*/
|
|
3523
|
+
"submenuId"?: string;
|
|
3524
|
+
}
|
|
2707
3525
|
interface IcRadioGroup {
|
|
2708
3526
|
/**
|
|
2709
3527
|
* If `true`, the disabled state will be set.
|
|
@@ -2728,7 +3546,7 @@ declare namespace LocalJSX {
|
|
|
2728
3546
|
/**
|
|
2729
3547
|
* Emitted when a user selects a radio.
|
|
2730
3548
|
*/
|
|
2731
|
-
"onIcChange"?: (event: IcRadioGroupCustomEvent<
|
|
3549
|
+
"onIcChange"?: (event: IcRadioGroupCustomEvent<IcChangeEventDetail2>) => void;
|
|
2732
3550
|
/**
|
|
2733
3551
|
* The orientation of the radio buttons in the radio group. If there are more than two radio buttons in a radio group or either of the radio buttons use the `additional-field` slot, then the orientation will always be vertical.
|
|
2734
3552
|
*/
|
|
@@ -2776,9 +3594,13 @@ declare namespace LocalJSX {
|
|
|
2776
3594
|
*/
|
|
2777
3595
|
"name"?: string;
|
|
2778
3596
|
/**
|
|
2779
|
-
* Emitted when
|
|
3597
|
+
* Emitted when the radio option is selected.
|
|
2780
3598
|
*/
|
|
2781
3599
|
"onIcCheck"?: (event: IcRadioOptionCustomEvent<IcValueEventDetail>) => void;
|
|
3600
|
+
/**
|
|
3601
|
+
* Emitted when the radio option is selected or deselected.
|
|
3602
|
+
*/
|
|
3603
|
+
"onIcSelectedChange"?: (event: IcRadioOptionCustomEvent<void>) => void;
|
|
2782
3604
|
/**
|
|
2783
3605
|
* @deprecated This event should not be used anymore. Use icCheck instead.
|
|
2784
3606
|
*/
|
|
@@ -2810,7 +3632,7 @@ declare namespace LocalJSX {
|
|
|
2810
3632
|
*/
|
|
2811
3633
|
"autofocus"?: boolean;
|
|
2812
3634
|
/**
|
|
2813
|
-
* The number of characters until suggestions appear.
|
|
3635
|
+
* 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.
|
|
2814
3636
|
*/
|
|
2815
3637
|
"charactersUntilSuggestion"?: number;
|
|
2816
3638
|
/**
|
|
@@ -2853,6 +3675,18 @@ declare namespace LocalJSX {
|
|
|
2853
3675
|
* The label for the search bar.
|
|
2854
3676
|
*/
|
|
2855
3677
|
"label": string;
|
|
3678
|
+
/**
|
|
3679
|
+
* Trigger loading state when fetching options asyncronously
|
|
3680
|
+
*/
|
|
3681
|
+
"loading"?: boolean;
|
|
3682
|
+
/**
|
|
3683
|
+
* Change the message displayed when external loading times out.
|
|
3684
|
+
*/
|
|
3685
|
+
"loadingErrorLabel"?: string;
|
|
3686
|
+
/**
|
|
3687
|
+
* Change the message displayed whilst the options are being loaded externally.
|
|
3688
|
+
*/
|
|
3689
|
+
"loadingLabel"?: string;
|
|
2856
3690
|
/**
|
|
2857
3691
|
* The name of the control, which is submitted with the form data.
|
|
2858
3692
|
*/
|
|
@@ -2885,6 +3719,10 @@ declare namespace LocalJSX {
|
|
|
2885
3719
|
* Emitted when option is highlighted within the menu
|
|
2886
3720
|
*/
|
|
2887
3721
|
"onIcOptionSelect"?: (event: IcSearchBarCustomEvent<IcOptionSelectEventDetail>) => void;
|
|
3722
|
+
/**
|
|
3723
|
+
* Emitted when the 'retry loading' button is clicked
|
|
3724
|
+
*/
|
|
3725
|
+
"onIcRetryLoad"?: (event: IcSearchBarCustomEvent<IcValueEventDetail>) => void;
|
|
2888
3726
|
/**
|
|
2889
3727
|
* Emitted when blur is invoked from ic-search-bar
|
|
2890
3728
|
*/
|
|
@@ -2913,6 +3751,10 @@ declare namespace LocalJSX {
|
|
|
2913
3751
|
* If `true`, the search bar will require a value.
|
|
2914
3752
|
*/
|
|
2915
3753
|
"required"?: boolean;
|
|
3754
|
+
/**
|
|
3755
|
+
* Specify the mode search bar uses to search. `navigation` allows for quick lookups of a set of values, `query` allows for more general searches.
|
|
3756
|
+
*/
|
|
3757
|
+
"searchMode"?: IcSearchBarSearchModes;
|
|
2916
3758
|
/**
|
|
2917
3759
|
* If `true`, the small styling will be applied to the search bar.
|
|
2918
3760
|
*/
|
|
@@ -2921,6 +3763,10 @@ declare namespace LocalJSX {
|
|
|
2921
3763
|
* If `true`, the value of the search will have its spelling and grammar checked.
|
|
2922
3764
|
*/
|
|
2923
3765
|
"spellcheck"?: boolean;
|
|
3766
|
+
/**
|
|
3767
|
+
* If using external filtering, set a timeout for when loading takes too long.
|
|
3768
|
+
*/
|
|
3769
|
+
"timeout"?: number;
|
|
2924
3770
|
/**
|
|
2925
3771
|
* The value of the search input.
|
|
2926
3772
|
*/
|
|
@@ -2938,7 +3784,7 @@ declare namespace LocalJSX {
|
|
|
2938
3784
|
}
|
|
2939
3785
|
interface IcSelect {
|
|
2940
3786
|
/**
|
|
2941
|
-
*
|
|
3787
|
+
* @deprecated This prop should not be used anymore.
|
|
2942
3788
|
*/
|
|
2943
3789
|
"charactersUntilSuggestions"?: number;
|
|
2944
3790
|
/**
|
|
@@ -2946,7 +3792,7 @@ declare namespace LocalJSX {
|
|
|
2946
3792
|
*/
|
|
2947
3793
|
"debounce"?: number;
|
|
2948
3794
|
/**
|
|
2949
|
-
*
|
|
3795
|
+
* If `true`, the built in filtering will be disabled for a searchable variant. For example, if options will already be filtered from external source.
|
|
2950
3796
|
*/
|
|
2951
3797
|
"disableFilter"?: boolean;
|
|
2952
3798
|
/**
|
|
@@ -2981,12 +3827,24 @@ declare namespace LocalJSX {
|
|
|
2981
3827
|
* The label for the select.
|
|
2982
3828
|
*/
|
|
2983
3829
|
"label": string;
|
|
3830
|
+
/**
|
|
3831
|
+
* If `true`, the loading state will be triggered when fetching options asyncronously.
|
|
3832
|
+
*/
|
|
3833
|
+
"loading"?: boolean;
|
|
3834
|
+
/**
|
|
3835
|
+
* The message displayed when external loading times out.
|
|
3836
|
+
*/
|
|
3837
|
+
"loadingErrorLabel"?: string;
|
|
3838
|
+
/**
|
|
3839
|
+
* The message displayed whilst the options are being loaded externally.
|
|
3840
|
+
*/
|
|
3841
|
+
"loadingLabel"?: string;
|
|
2984
3842
|
/**
|
|
2985
3843
|
* The name of the control, which is submitted with the form data.
|
|
2986
3844
|
*/
|
|
2987
3845
|
"name"?: string;
|
|
2988
3846
|
/**
|
|
2989
|
-
* Emitted when select loses focus.
|
|
3847
|
+
* Emitted when the select loses focus.
|
|
2990
3848
|
*/
|
|
2991
3849
|
"onIcBlur"?: (event: IcSelectCustomEvent<void>) => void;
|
|
2992
3850
|
/**
|
|
@@ -2994,11 +3852,11 @@ declare namespace LocalJSX {
|
|
|
2994
3852
|
*/
|
|
2995
3853
|
"onIcChange"?: (event: IcSelectCustomEvent<IcValueEventDetail>) => void;
|
|
2996
3854
|
/**
|
|
2997
|
-
* Emitted when clear button clicked.
|
|
3855
|
+
* Emitted when the clear button is clicked.
|
|
2998
3856
|
*/
|
|
2999
3857
|
"onIcClear"?: (event: IcSelectCustomEvent<void>) => void;
|
|
3000
3858
|
/**
|
|
3001
|
-
* Emitted when select gains focus.
|
|
3859
|
+
* Emitted when the select gains focus.
|
|
3002
3860
|
*/
|
|
3003
3861
|
"onIcFocus"?: (event: IcSelectCustomEvent<void>) => void;
|
|
3004
3862
|
/**
|
|
@@ -3006,9 +3864,13 @@ declare namespace LocalJSX {
|
|
|
3006
3864
|
*/
|
|
3007
3865
|
"onIcInput"?: (event: IcSelectCustomEvent<IcValueEventDetail>) => void;
|
|
3008
3866
|
/**
|
|
3009
|
-
* Emitted when option is highlighted within the menu. Highlighting a menu item will trigger an `icChange/onIcChange` due to the value being updated.
|
|
3867
|
+
* Emitted when an option is highlighted within the menu. Highlighting a menu item will also trigger an `icChange/onIcChange` due to the value being updated.
|
|
3010
3868
|
*/
|
|
3011
3869
|
"onIcOptionSelect"?: (event: IcSelectCustomEvent<IcOptionSelectEventDetail>) => void;
|
|
3870
|
+
/**
|
|
3871
|
+
* Emitted when the 'retry loading' button is clicked for a searchable variant.
|
|
3872
|
+
*/
|
|
3873
|
+
"onIcRetryLoad"?: (event: IcSelectCustomEvent<IcValueEventDetail>) => void;
|
|
3012
3874
|
/**
|
|
3013
3875
|
* The possible selection options.
|
|
3014
3876
|
*/
|
|
@@ -3041,6 +3903,10 @@ declare namespace LocalJSX {
|
|
|
3041
3903
|
* If `true`, the small styling will be applied to the select.
|
|
3042
3904
|
*/
|
|
3043
3905
|
"small"?: boolean;
|
|
3906
|
+
/**
|
|
3907
|
+
* If using external filtering, set a timeout for when loading takes too long.
|
|
3908
|
+
*/
|
|
3909
|
+
"timeout"?: number;
|
|
3044
3910
|
/**
|
|
3045
3911
|
* The validation status - e.g. 'error' | 'warning' | 'success'.
|
|
3046
3912
|
*/
|
|
@@ -3050,7 +3916,7 @@ declare namespace LocalJSX {
|
|
|
3050
3916
|
*/
|
|
3051
3917
|
"validationText"?: string;
|
|
3052
3918
|
/**
|
|
3053
|
-
* The value of the currently selected option.
|
|
3919
|
+
* The value of the select, reflected by the value of the currently selected option. For the searchable variant, the value is also reflected by the user input.
|
|
3054
3920
|
*/
|
|
3055
3921
|
"value"?: string;
|
|
3056
3922
|
}
|
|
@@ -3075,6 +3941,10 @@ declare namespace LocalJSX {
|
|
|
3075
3941
|
* The URL that the app title link points to.
|
|
3076
3942
|
*/
|
|
3077
3943
|
"href"?: string;
|
|
3944
|
+
/**
|
|
3945
|
+
* The short title of the app to be displayed at small screen sizes in place of the app title.
|
|
3946
|
+
*/
|
|
3947
|
+
"shortAppTitle"?: string;
|
|
3078
3948
|
/**
|
|
3079
3949
|
* If `true`, the menu expand button will be removed (PLEASE NOTE: This takes effect on screen sizes 992px and above).
|
|
3080
3950
|
*/
|
|
@@ -3240,7 +4110,7 @@ declare namespace LocalJSX {
|
|
|
3240
4110
|
}
|
|
3241
4111
|
interface IcTabGroup {
|
|
3242
4112
|
/**
|
|
3243
|
-
*
|
|
4113
|
+
* @deprecated This is no longer required. The context id is passed down from `ic-tab-context`
|
|
3244
4114
|
*/
|
|
3245
4115
|
"contextId"?: string;
|
|
3246
4116
|
/**
|
|
@@ -3254,7 +4124,7 @@ declare namespace LocalJSX {
|
|
|
3254
4124
|
}
|
|
3255
4125
|
interface IcTabPanel {
|
|
3256
4126
|
/**
|
|
3257
|
-
*
|
|
4127
|
+
* @deprecated This is no longer required. The context id is passed down from `ic-tab-context`
|
|
3258
4128
|
*/
|
|
3259
4129
|
"contextId"?: string;
|
|
3260
4130
|
}
|
|
@@ -3270,11 +4140,11 @@ declare namespace LocalJSX {
|
|
|
3270
4140
|
/**
|
|
3271
4141
|
* The state of autocompletion the browser can apply on the text value.
|
|
3272
4142
|
*/
|
|
3273
|
-
"autocomplete"?:
|
|
4143
|
+
"autocomplete"?: IcAutocompleteTypes;
|
|
3274
4144
|
/**
|
|
3275
4145
|
* The state of autocorrection the browser can apply when the user is entering/editing the text value.
|
|
3276
4146
|
*/
|
|
3277
|
-
"autocorrect"?:
|
|
4147
|
+
"autocorrect"?: IcAutocorrectStates;
|
|
3278
4148
|
/**
|
|
3279
4149
|
* The amount of time, in milliseconds, to wait to trigger the `icChange` event after each keystroke.
|
|
3280
4150
|
*/
|
|
@@ -3307,10 +4177,18 @@ declare namespace LocalJSX {
|
|
|
3307
4177
|
* The label for the input.
|
|
3308
4178
|
*/
|
|
3309
4179
|
"label": string;
|
|
4180
|
+
/**
|
|
4181
|
+
* The maximum number that can be accepted as a value, when `type` is `number` and `rows` is `1`. (NOTE: Ensure to include visual indication of max value in `helperText` or `label`)
|
|
4182
|
+
*/
|
|
4183
|
+
"max"?: string | number;
|
|
3310
4184
|
/**
|
|
3311
4185
|
* The maximum number of characters that can be entered in the field.
|
|
3312
4186
|
*/
|
|
3313
4187
|
"maxLength"?: number;
|
|
4188
|
+
/**
|
|
4189
|
+
* The minimum number that can be accepted as a value, when `type` is `number` and `rows` is `1`. (NOTE: Ensure to include visual indication of min value in `helperText` or `label`)
|
|
4190
|
+
*/
|
|
4191
|
+
"min"?: string | number;
|
|
3314
4192
|
/**
|
|
3315
4193
|
* The name of the control, which is submitted with the form data.
|
|
3316
4194
|
*/
|
|
@@ -3374,7 +4252,7 @@ declare namespace LocalJSX {
|
|
|
3374
4252
|
/**
|
|
3375
4253
|
* The validation state - e.g. 'error' | 'warning' | 'success'.
|
|
3376
4254
|
*/
|
|
3377
|
-
"validationStatus"?:
|
|
4255
|
+
"validationStatus"?: IcInformationStatusOrEmpty;
|
|
3378
4256
|
/**
|
|
3379
4257
|
* The validation state - e.g. 'error' | 'warning' | 'success'.
|
|
3380
4258
|
*/
|
|
@@ -3461,6 +4339,10 @@ declare namespace LocalJSX {
|
|
|
3461
4339
|
* If `true`, the flyout navigation menu on small devices will be contained by the parent element.
|
|
3462
4340
|
*/
|
|
3463
4341
|
"inline"?: boolean;
|
|
4342
|
+
/**
|
|
4343
|
+
* The short title of the app to be displayed at small screen sizes in place of the app title.
|
|
4344
|
+
*/
|
|
4345
|
+
"shortAppTitle"?: string;
|
|
3464
4346
|
/**
|
|
3465
4347
|
* The status info to be displayed.
|
|
3466
4348
|
*/
|
|
@@ -3475,6 +4357,26 @@ declare namespace LocalJSX {
|
|
|
3475
4357
|
* If `true`, appropriate top and bottom margins will be applied to the typography.
|
|
3476
4358
|
*/
|
|
3477
4359
|
"applyVerticalMargins"?: boolean;
|
|
4360
|
+
/**
|
|
4361
|
+
* If `true`, the typography will have a bold font weight. Note: This will have no impact on variants that already use an equivalent or higher font weight (h1, h2, and subtitle-large).
|
|
4362
|
+
*/
|
|
4363
|
+
"bold"?: boolean;
|
|
4364
|
+
/**
|
|
4365
|
+
* If `true`, the typography will have an italic font style.
|
|
4366
|
+
*/
|
|
4367
|
+
"italic"?: boolean;
|
|
4368
|
+
/**
|
|
4369
|
+
* The number of lines to display before truncating the text, only used for the 'body' variant.
|
|
4370
|
+
*/
|
|
4371
|
+
"maxLines"?: number;
|
|
4372
|
+
/**
|
|
4373
|
+
* If `true`, the typography will have a line through it.
|
|
4374
|
+
*/
|
|
4375
|
+
"strikethrough"?: boolean;
|
|
4376
|
+
/**
|
|
4377
|
+
* If `true`, the typography will have a line under it.
|
|
4378
|
+
*/
|
|
4379
|
+
"underline"?: boolean;
|
|
3478
4380
|
/**
|
|
3479
4381
|
* The ICDS typography style to use.
|
|
3480
4382
|
*/
|
|
@@ -3493,7 +4395,9 @@ declare namespace LocalJSX {
|
|
|
3493
4395
|
"ic-classification-banner": IcClassificationBanner;
|
|
3494
4396
|
"ic-data-entity": IcDataEntity;
|
|
3495
4397
|
"ic-data-row": IcDataRow;
|
|
4398
|
+
"ic-dialog": IcDialog;
|
|
3496
4399
|
"ic-divider": IcDivider;
|
|
4400
|
+
"ic-empty-state": IcEmptyState;
|
|
3497
4401
|
"ic-footer": IcFooter;
|
|
3498
4402
|
"ic-footer-link": IcFooterLink;
|
|
3499
4403
|
"ic-footer-link-group": IcFooterLinkGroup;
|
|
@@ -3506,11 +4410,16 @@ declare namespace LocalJSX {
|
|
|
3506
4410
|
"ic-link": IcLink;
|
|
3507
4411
|
"ic-loading-indicator": IcLoadingIndicator;
|
|
3508
4412
|
"ic-menu": IcMenu;
|
|
4413
|
+
"ic-menu-group": IcMenuGroup;
|
|
4414
|
+
"ic-menu-item": IcMenuItem;
|
|
3509
4415
|
"ic-navigation-button": IcNavigationButton;
|
|
3510
4416
|
"ic-navigation-group": IcNavigationGroup;
|
|
3511
4417
|
"ic-navigation-item": IcNavigationItem;
|
|
3512
4418
|
"ic-navigation-menu": IcNavigationMenu;
|
|
3513
4419
|
"ic-page-header": IcPageHeader;
|
|
4420
|
+
"ic-pagination": IcPagination;
|
|
4421
|
+
"ic-pagination-item": IcPaginationItem;
|
|
4422
|
+
"ic-popover-menu": IcPopoverMenu;
|
|
3514
4423
|
"ic-radio-group": IcRadioGroup;
|
|
3515
4424
|
"ic-radio-option": IcRadioOption;
|
|
3516
4425
|
"ic-search-bar": IcSearchBar;
|
|
@@ -3551,7 +4460,9 @@ declare module "@stencil/core" {
|
|
|
3551
4460
|
"ic-classification-banner": LocalJSX.IcClassificationBanner & JSXBase.HTMLAttributes<HTMLIcClassificationBannerElement>;
|
|
3552
4461
|
"ic-data-entity": LocalJSX.IcDataEntity & JSXBase.HTMLAttributes<HTMLIcDataEntityElement>;
|
|
3553
4462
|
"ic-data-row": LocalJSX.IcDataRow & JSXBase.HTMLAttributes<HTMLIcDataRowElement>;
|
|
4463
|
+
"ic-dialog": LocalJSX.IcDialog & JSXBase.HTMLAttributes<HTMLIcDialogElement>;
|
|
3554
4464
|
"ic-divider": LocalJSX.IcDivider & JSXBase.HTMLAttributes<HTMLIcDividerElement>;
|
|
4465
|
+
"ic-empty-state": LocalJSX.IcEmptyState & JSXBase.HTMLAttributes<HTMLIcEmptyStateElement>;
|
|
3555
4466
|
"ic-footer": LocalJSX.IcFooter & JSXBase.HTMLAttributes<HTMLIcFooterElement>;
|
|
3556
4467
|
"ic-footer-link": LocalJSX.IcFooterLink & JSXBase.HTMLAttributes<HTMLIcFooterLinkElement>;
|
|
3557
4468
|
"ic-footer-link-group": LocalJSX.IcFooterLinkGroup & JSXBase.HTMLAttributes<HTMLIcFooterLinkGroupElement>;
|
|
@@ -3564,11 +4475,16 @@ declare module "@stencil/core" {
|
|
|
3564
4475
|
"ic-link": LocalJSX.IcLink & JSXBase.HTMLAttributes<HTMLIcLinkElement>;
|
|
3565
4476
|
"ic-loading-indicator": LocalJSX.IcLoadingIndicator & JSXBase.HTMLAttributes<HTMLIcLoadingIndicatorElement>;
|
|
3566
4477
|
"ic-menu": LocalJSX.IcMenu & JSXBase.HTMLAttributes<HTMLIcMenuElement>;
|
|
4478
|
+
"ic-menu-group": LocalJSX.IcMenuGroup & JSXBase.HTMLAttributes<HTMLIcMenuGroupElement>;
|
|
4479
|
+
"ic-menu-item": LocalJSX.IcMenuItem & JSXBase.HTMLAttributes<HTMLIcMenuItemElement>;
|
|
3567
4480
|
"ic-navigation-button": LocalJSX.IcNavigationButton & JSXBase.HTMLAttributes<HTMLIcNavigationButtonElement>;
|
|
3568
4481
|
"ic-navigation-group": LocalJSX.IcNavigationGroup & JSXBase.HTMLAttributes<HTMLIcNavigationGroupElement>;
|
|
3569
4482
|
"ic-navigation-item": LocalJSX.IcNavigationItem & JSXBase.HTMLAttributes<HTMLIcNavigationItemElement>;
|
|
3570
4483
|
"ic-navigation-menu": LocalJSX.IcNavigationMenu & JSXBase.HTMLAttributes<HTMLIcNavigationMenuElement>;
|
|
3571
4484
|
"ic-page-header": LocalJSX.IcPageHeader & JSXBase.HTMLAttributes<HTMLIcPageHeaderElement>;
|
|
4485
|
+
"ic-pagination": LocalJSX.IcPagination & JSXBase.HTMLAttributes<HTMLIcPaginationElement>;
|
|
4486
|
+
"ic-pagination-item": LocalJSX.IcPaginationItem & JSXBase.HTMLAttributes<HTMLIcPaginationItemElement>;
|
|
4487
|
+
"ic-popover-menu": LocalJSX.IcPopoverMenu & JSXBase.HTMLAttributes<HTMLIcPopoverMenuElement>;
|
|
3572
4488
|
"ic-radio-group": LocalJSX.IcRadioGroup & JSXBase.HTMLAttributes<HTMLIcRadioGroupElement>;
|
|
3573
4489
|
"ic-radio-option": LocalJSX.IcRadioOption & JSXBase.HTMLAttributes<HTMLIcRadioOptionElement>;
|
|
3574
4490
|
"ic-search-bar": LocalJSX.IcSearchBar & JSXBase.HTMLAttributes<HTMLIcSearchBarElement>;
|