@ukic/web-components 2.1.0-beta.2 → 2.1.0-beta.3
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/core.cjs.js +1 -1
- package/dist/cjs/ic-alert.cjs.entry.js +2 -0
- package/dist/cjs/ic-alert.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-button_3.cjs.entry.js +25 -9
- package/dist/cjs/ic-button_3.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-card.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-checkbox-group.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-checkbox.cjs.entry.js +2 -0
- package/dist/cjs/ic-checkbox.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-chip.cjs.entry.js +66 -0
- package/dist/cjs/ic-chip.cjs.entry.js.map +1 -0
- package/dist/cjs/ic-data-row.cjs.entry.js +1 -1
- package/dist/cjs/ic-data-row.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-divider.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-footer-link-group.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-footer-link.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-footer.cjs.entry.js +2 -2
- package/dist/cjs/ic-footer.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-hero.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-input-component-container_3.cjs.entry.js +16 -16
- package/dist/cjs/ic-input-component-container_3.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-link.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-navigation-button.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-navigation-group.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-navigation-item.cjs.entry.js +2 -2
- package/dist/cjs/ic-navigation-item.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-navigation-menu.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-radio-group.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-radio-option.cjs.entry.js +10 -0
- package/dist/cjs/ic-radio-option.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-search-bar.cjs.entry.js +1 -1
- package/dist/cjs/ic-search-bar.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-select.cjs.entry.js +2 -2
- package/dist/cjs/ic-select.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-side-navigation.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-step.cjs.entry.js +101 -13
- package/dist/cjs/ic-step.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-stepper.cjs.entry.js +161 -40
- package/dist/cjs/ic-stepper.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-tab-context.cjs.entry.js +6 -1
- package/dist/cjs/ic-tab-context.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-tab.cjs.entry.js.map +1 -1
- 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-top-navigation.cjs.entry.js.map +1 -1
- package/dist/cjs/index-3ef30d9d.js +4 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/assets/dismiss-icon.svg +3 -0
- package/dist/collection/assets/warning-icon-outline.svg +3 -0
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/ic-alert/ic-alert.js +20 -1
- package/dist/collection/components/ic-alert/ic-alert.js.map +1 -1
- package/dist/collection/components/ic-button/ic-button.js +2 -2
- package/dist/collection/components/ic-button/ic-button.js.map +1 -1
- package/dist/collection/components/ic-card/ic-card.js +2 -2
- package/dist/collection/components/ic-card/ic-card.js.map +1 -1
- package/dist/collection/components/ic-checkbox/ic-checkbox.js +20 -1
- package/dist/collection/components/ic-checkbox/ic-checkbox.js.map +1 -1
- package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.js +1 -1
- package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.js.map +1 -1
- package/dist/collection/components/ic-chip/ic-chip.css +595 -0
- package/dist/collection/components/ic-chip/ic-chip.js +199 -0
- package/dist/collection/components/ic-chip/ic-chip.js.map +1 -0
- package/dist/collection/components/ic-chip/ic-chip.test.a11y.js +11 -0
- package/dist/collection/components/ic-chip/ic-chip.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-chip/ic-chip.types.js +2 -0
- package/dist/collection/components/ic-chip/ic-chip.types.js.map +1 -0
- package/dist/collection/components/ic-data-row/ic-data-row.css +12 -0
- package/dist/collection/components/ic-divider/ic-divider.js +1 -1
- package/dist/collection/components/ic-divider/ic-divider.js.map +1 -1
- package/dist/collection/components/ic-footer/ic-footer.js +9 -6
- package/dist/collection/components/ic-footer/ic-footer.js.map +1 -1
- package/dist/collection/components/ic-footer-link/ic-footer-link.js +2 -2
- package/dist/collection/components/ic-footer-link/ic-footer-link.js.map +1 -1
- package/dist/collection/components/ic-footer-link-group/ic-footer-link-group.js +2 -2
- package/dist/collection/components/ic-footer-link-group/ic-footer-link-group.js.map +1 -1
- package/dist/collection/components/ic-hero/ic-hero.js +1 -1
- package/dist/collection/components/ic-hero/ic-hero.js.map +1 -1
- package/dist/collection/components/ic-input-component-container/ic-input-component-container.css +0 -2
- package/dist/collection/components/ic-link/ic-link.js +1 -1
- package/dist/collection/components/ic-link/ic-link.js.map +1 -1
- package/dist/collection/components/ic-loading-indicator/ic-loading-indicator.css +38 -2
- package/dist/collection/components/ic-loading-indicator/ic-loading-indicator.js +39 -5
- package/dist/collection/components/ic-loading-indicator/ic-loading-indicator.js.map +1 -1
- package/dist/collection/components/ic-menu/ic-menu.js +23 -20
- package/dist/collection/components/ic-menu/ic-menu.js.map +1 -1
- package/dist/collection/components/ic-navigation-button/ic-navigation-button.js +1 -1
- package/dist/collection/components/ic-navigation-button/ic-navigation-button.js.map +1 -1
- package/dist/collection/components/ic-navigation-group/ic-navigation-group.js +2 -2
- package/dist/collection/components/ic-navigation-group/ic-navigation-group.js.map +1 -1
- package/dist/collection/components/ic-navigation-item/ic-navigation-item.js +4 -4
- package/dist/collection/components/ic-navigation-item/ic-navigation-item.js.map +1 -1
- package/dist/collection/components/ic-navigation-menu/ic-navigation-menu.js +1 -1
- package/dist/collection/components/ic-navigation-menu/ic-navigation-menu.js.map +1 -1
- package/dist/collection/components/ic-radio-group/ic-radio-group.js +1 -1
- package/dist/collection/components/ic-radio-group/ic-radio-group.js.map +1 -1
- package/dist/collection/components/ic-radio-option/ic-radio-option.js +32 -0
- package/dist/collection/components/ic-radio-option/ic-radio-option.js.map +1 -1
- package/dist/collection/components/ic-search-bar/ic-search-bar.js +12 -6
- package/dist/collection/components/ic-search-bar/ic-search-bar.js.map +1 -1
- package/dist/collection/components/ic-select/ic-select.css +1 -1
- package/dist/collection/components/ic-select/ic-select.js +1 -1
- package/dist/collection/components/ic-select/ic-select.js.map +1 -1
- package/dist/collection/components/ic-side-navigation/ic-side-navigation.js +6 -3
- package/dist/collection/components/ic-side-navigation/ic-side-navigation.js.map +1 -1
- package/dist/collection/components/ic-step/ic-step.css +120 -24
- package/dist/collection/components/ic-step/ic-step.js +268 -27
- package/dist/collection/components/ic-step/ic-step.js.map +1 -1
- package/dist/collection/components/ic-step/ic-step.types.js.map +1 -1
- package/dist/collection/components/ic-stepper/ic-stepper-test-examples.js +74 -0
- package/dist/collection/components/ic-stepper/ic-stepper-test-examples.js.map +1 -0
- package/dist/collection/components/ic-stepper/ic-stepper.css +15 -1
- package/dist/collection/components/ic-stepper/ic-stepper.js +206 -39
- package/dist/collection/components/ic-stepper/ic-stepper.js.map +1 -1
- package/dist/collection/components/ic-stepper/ic-stepper.test.a11y.js +13 -1
- package/dist/collection/components/ic-stepper/ic-stepper.test.a11y.js.map +1 -1
- package/dist/collection/components/ic-tab/ic-tab.js +5 -2
- package/dist/collection/components/ic-tab/ic-tab.js.map +1 -1
- package/dist/collection/components/ic-tab-context/ic-tab-context.js +29 -2
- package/dist/collection/components/ic-tab-context/ic-tab-context.js.map +1 -1
- package/dist/collection/components/ic-text-field/ic-text-field.js +2 -2
- package/dist/collection/components/ic-text-field/ic-text-field.js.map +1 -1
- package/dist/collection/components/ic-theme/ic-theme.js +8 -5
- package/dist/collection/components/ic-theme/ic-theme.js.map +1 -1
- package/dist/collection/components/ic-tooltip/ic-tooltip.css +1 -1
- package/dist/collection/components/ic-tooltip/ic-tooltip.js +22 -1
- package/dist/collection/components/ic-tooltip/ic-tooltip.js.map +1 -1
- package/dist/collection/components/ic-top-navigation/ic-top-navigation.css +1 -1
- package/dist/collection/components/ic-top-navigation/ic-top-navigation.js +1 -1
- package/dist/collection/components/ic-top-navigation/ic-top-navigation.js.map +1 -1
- package/dist/collection/testspec.setup.js +8 -0
- package/dist/collection/testspec.setup.js.map +1 -1
- package/dist/components/ic-alert.js +3 -1
- package/dist/components/ic-alert.js.map +1 -1
- package/dist/components/ic-button2.js +2 -2
- package/dist/components/ic-button2.js.map +1 -1
- package/dist/components/ic-card.js +1 -1
- package/dist/components/ic-card.js.map +1 -1
- package/dist/components/ic-checkbox-group.js +1 -1
- package/dist/components/ic-checkbox-group.js.map +1 -1
- package/dist/components/ic-checkbox.js +2 -0
- package/dist/components/ic-checkbox.js.map +1 -1
- package/dist/components/ic-chip.d.ts +11 -0
- package/dist/components/ic-chip.js +99 -0
- package/dist/components/ic-chip.js.map +1 -0
- package/dist/components/ic-data-row.js +1 -1
- package/dist/components/ic-data-row.js.map +1 -1
- package/dist/components/ic-divider2.js +1 -1
- package/dist/components/ic-divider2.js.map +1 -1
- package/dist/components/ic-footer-link-group.js +1 -1
- package/dist/components/ic-footer-link-group.js.map +1 -1
- package/dist/components/ic-footer-link.js +1 -1
- package/dist/components/ic-footer-link.js.map +1 -1
- package/dist/components/ic-footer.js +3 -3
- package/dist/components/ic-footer.js.map +1 -1
- package/dist/components/ic-hero.js +1 -1
- package/dist/components/ic-hero.js.map +1 -1
- package/dist/components/ic-input-component-container2.js +1 -1
- package/dist/components/ic-input-component-container2.js.map +1 -1
- package/dist/components/ic-link2.js +1 -1
- package/dist/components/ic-link2.js.map +1 -1
- package/dist/components/ic-loading-indicator2.js +21 -6
- package/dist/components/ic-loading-indicator2.js.map +1 -1
- package/dist/components/ic-menu2.js +15 -15
- package/dist/components/ic-menu2.js.map +1 -1
- package/dist/components/ic-navigation-button.js +1 -1
- package/dist/components/ic-navigation-button.js.map +1 -1
- package/dist/components/ic-navigation-group.js +1 -1
- package/dist/components/ic-navigation-group.js.map +1 -1
- package/dist/components/ic-navigation-item.js +3 -3
- package/dist/components/ic-navigation-item.js.map +1 -1
- package/dist/components/ic-navigation-menu2.js +1 -1
- package/dist/components/ic-navigation-menu2.js.map +1 -1
- package/dist/components/ic-radio-group.js +1 -1
- package/dist/components/ic-radio-group.js.map +1 -1
- package/dist/components/ic-radio-option.js +10 -0
- package/dist/components/ic-radio-option.js.map +1 -1
- package/dist/components/ic-search-bar.js +2 -2
- package/dist/components/ic-search-bar.js.map +1 -1
- package/dist/components/ic-select.js +2 -2
- package/dist/components/ic-select.js.map +1 -1
- package/dist/components/ic-side-navigation.js +1 -1
- package/dist/components/ic-side-navigation.js.map +1 -1
- package/dist/components/ic-step.js +117 -16
- package/dist/components/ic-step.js.map +1 -1
- package/dist/components/ic-stepper.js +169 -41
- package/dist/components/ic-stepper.js.map +1 -1
- package/dist/components/ic-tab-context.js +6 -1
- package/dist/components/ic-tab-context.js.map +1 -1
- package/dist/components/ic-tab.js.map +1 -1
- package/dist/components/ic-text-field2.js +2 -2
- 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-tooltip2.js +7 -3
- package/dist/components/ic-tooltip2.js.map +1 -1
- package/dist/components/ic-top-navigation.js +1 -1
- package/dist/components/ic-top-navigation.js.map +1 -1
- package/dist/components/index.d.ts +2 -1
- package/dist/components/index.js +1 -0
- package/dist/components/index.js.map +1 -1
- package/dist/core/core.esm.js +1 -1
- package/dist/core/core.esm.js.map +1 -1
- package/dist/core/p-0d77bd0c.entry.js +2 -0
- package/dist/core/p-0d77bd0c.entry.js.map +1 -0
- package/dist/core/p-2b5c9143.entry.js.map +1 -1
- package/dist/core/p-31a8595f.entry.js.map +1 -1
- package/dist/core/{p-7b39977f.entry.js → p-3a068a45.entry.js} +2 -2
- package/dist/core/p-3a068a45.entry.js.map +1 -0
- package/dist/core/p-5831bb8e.entry.js.map +1 -1
- package/dist/core/p-5d76bbad.entry.js +2 -0
- package/dist/core/p-5d76bbad.entry.js.map +1 -0
- package/dist/core/p-60ffb73e.entry.js.map +1 -1
- package/dist/core/p-6308f1f2.entry.js +2 -0
- package/dist/core/p-6308f1f2.entry.js.map +1 -0
- package/dist/core/{p-c6dd4f47.entry.js → p-66f3f02b.entry.js} +2 -2
- package/dist/core/p-66f3f02b.entry.js.map +1 -0
- package/dist/core/p-69650186.entry.js.map +1 -1
- package/dist/core/p-6b34d98f.entry.js.map +1 -1
- package/dist/core/p-6f6bd657.entry.js.map +1 -1
- package/dist/core/{p-558552f8.entry.js → p-7881b94e.entry.js} +2 -2
- package/dist/core/p-7881b94e.entry.js.map +1 -0
- package/dist/core/p-7f632414.entry.js.map +1 -1
- package/dist/core/p-80cd0a2d.entry.js +2 -0
- package/dist/core/p-80cd0a2d.entry.js.map +1 -0
- package/dist/core/{p-e4551421.entry.js → p-8144e941.entry.js} +2 -2
- package/dist/core/p-8144e941.entry.js.map +1 -0
- package/dist/core/p-9cd04875.entry.js.map +1 -1
- package/dist/core/p-9e684c58.entry.js +2 -0
- package/dist/core/p-9e684c58.entry.js.map +1 -0
- package/dist/core/p-b24145f7.entry.js +2 -0
- package/dist/core/p-b24145f7.entry.js.map +1 -0
- package/dist/core/p-b3dec76d.entry.js.map +1 -1
- package/dist/core/{p-347ec49e.entry.js → p-bf89bcd3.entry.js} +2 -2
- package/dist/core/p-bf89bcd3.entry.js.map +1 -0
- package/dist/core/p-c4d3c18c.entry.js.map +1 -1
- package/dist/core/p-c85689e3.entry.js +2 -0
- package/dist/core/p-c85689e3.entry.js.map +1 -0
- package/dist/core/p-c8ce6147.entry.js +2 -0
- package/dist/core/p-c8ce6147.entry.js.map +1 -0
- package/dist/core/p-cadb531f.entry.js.map +1 -1
- package/dist/core/p-cc83692e.entry.js.map +1 -1
- package/dist/core/p-dd3c3e3c.entry.js.map +1 -1
- package/dist/core/p-ecfb2e6b.entry.js.map +1 -1
- package/dist/core/{p-001651fc.entry.js → p-fa7bc907.entry.js} +2 -2
- package/dist/core/p-fa7bc907.entry.js.map +1 -0
- package/dist/core/p-fbde8a26.entry.js +2 -0
- package/dist/core/p-fbde8a26.entry.js.map +1 -0
- package/dist/esm/core.js +1 -1
- package/dist/esm/ic-alert.entry.js +2 -0
- package/dist/esm/ic-alert.entry.js.map +1 -1
- package/dist/esm/ic-button_3.entry.js +25 -9
- package/dist/esm/ic-button_3.entry.js.map +1 -1
- package/dist/esm/ic-card.entry.js.map +1 -1
- package/dist/esm/ic-checkbox-group.entry.js.map +1 -1
- package/dist/esm/ic-checkbox.entry.js +2 -0
- package/dist/esm/ic-checkbox.entry.js.map +1 -1
- package/dist/esm/ic-chip.entry.js +62 -0
- package/dist/esm/ic-chip.entry.js.map +1 -0
- package/dist/esm/ic-data-row.entry.js +1 -1
- package/dist/esm/ic-data-row.entry.js.map +1 -1
- package/dist/esm/ic-divider.entry.js.map +1 -1
- package/dist/esm/ic-footer-link-group.entry.js.map +1 -1
- package/dist/esm/ic-footer-link.entry.js.map +1 -1
- package/dist/esm/ic-footer.entry.js +2 -2
- package/dist/esm/ic-footer.entry.js.map +1 -1
- package/dist/esm/ic-hero.entry.js.map +1 -1
- package/dist/esm/ic-input-component-container_3.entry.js +16 -16
- package/dist/esm/ic-input-component-container_3.entry.js.map +1 -1
- package/dist/esm/ic-link.entry.js.map +1 -1
- package/dist/esm/ic-navigation-button.entry.js.map +1 -1
- package/dist/esm/ic-navigation-group.entry.js.map +1 -1
- package/dist/esm/ic-navigation-item.entry.js +2 -2
- package/dist/esm/ic-navigation-item.entry.js.map +1 -1
- package/dist/esm/ic-navigation-menu.entry.js.map +1 -1
- package/dist/esm/ic-radio-group.entry.js.map +1 -1
- package/dist/esm/ic-radio-option.entry.js +10 -0
- package/dist/esm/ic-radio-option.entry.js.map +1 -1
- package/dist/esm/ic-search-bar.entry.js +1 -1
- package/dist/esm/ic-search-bar.entry.js.map +1 -1
- package/dist/esm/ic-select.entry.js +2 -2
- package/dist/esm/ic-select.entry.js.map +1 -1
- package/dist/esm/ic-side-navigation.entry.js.map +1 -1
- package/dist/esm/ic-step.entry.js +101 -13
- package/dist/esm/ic-step.entry.js.map +1 -1
- package/dist/esm/ic-stepper.entry.js +161 -40
- package/dist/esm/ic-stepper.entry.js.map +1 -1
- package/dist/esm/ic-tab-context.entry.js +6 -1
- package/dist/esm/ic-tab-context.entry.js.map +1 -1
- package/dist/esm/ic-tab.entry.js.map +1 -1
- 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-top-navigation.entry.js.map +1 -1
- package/dist/esm/index-1500de1f.js +4 -0
- package/dist/esm/loader.js +1 -1
- package/dist/types/components/ic-alert/ic-alert.d.ts +5 -1
- package/dist/types/components/ic-checkbox/ic-checkbox.d.ts +5 -1
- package/dist/types/components/ic-chip/ic-chip.d.ts +40 -0
- package/dist/types/components/ic-chip/ic-chip.test.a11y.d.ts +1 -0
- package/dist/types/components/ic-chip/ic-chip.types.d.ts +2 -0
- package/dist/types/components/ic-footer/ic-footer.d.ts +2 -2
- package/dist/types/components/ic-loading-indicator/ic-loading-indicator.d.ts +5 -0
- package/dist/types/components/ic-menu/ic-menu.d.ts +4 -4
- package/dist/types/components/ic-navigation-item/ic-navigation-item.d.ts +1 -1
- package/dist/types/components/ic-radio-option/ic-radio-option.d.ts +5 -1
- package/dist/types/components/ic-search-bar/ic-search-bar.d.ts +2 -2
- package/dist/types/components/ic-side-navigation/ic-side-navigation.d.ts +1 -1
- package/dist/types/components/ic-step/ic-step.d.ts +35 -6
- package/dist/types/components/ic-step/ic-step.types.d.ts +2 -0
- package/dist/types/components/ic-stepper/ic-stepper-test-examples.d.ts +4 -0
- package/dist/types/components/ic-stepper/ic-stepper.d.ts +23 -6
- package/dist/types/components/ic-tab/ic-tab.d.ts +1 -1
- package/dist/types/components/ic-tab-context/ic-tab-context.d.ts +6 -2
- package/dist/types/components/ic-theme/ic-theme.d.ts +2 -2
- package/dist/types/components/ic-tooltip/ic-tooltip.d.ts +4 -0
- package/dist/types/components.d.ts +134 -40
- package/dist/types/testspec.setup.d.ts +1 -0
- package/hydrate/index.js +512 -176
- package/package.json +3 -3
- package/dist/core/p-001651fc.entry.js.map +0 -1
- package/dist/core/p-2e9f3011.entry.js +0 -2
- package/dist/core/p-2e9f3011.entry.js.map +0 -1
- package/dist/core/p-347ec49e.entry.js.map +0 -1
- package/dist/core/p-39ae284e.entry.js +0 -2
- package/dist/core/p-39ae284e.entry.js.map +0 -1
- package/dist/core/p-558552f8.entry.js.map +0 -1
- package/dist/core/p-7093d214.entry.js +0 -2
- package/dist/core/p-7093d214.entry.js.map +0 -1
- package/dist/core/p-7577c6a3.entry.js +0 -2
- package/dist/core/p-7577c6a3.entry.js.map +0 -1
- package/dist/core/p-7b39977f.entry.js.map +0 -1
- package/dist/core/p-88b15005.entry.js +0 -2
- package/dist/core/p-88b15005.entry.js.map +0 -1
- package/dist/core/p-898607d0.entry.js +0 -2
- package/dist/core/p-898607d0.entry.js.map +0 -1
- package/dist/core/p-ac43322e.entry.js +0 -2
- package/dist/core/p-ac43322e.entry.js.map +0 -1
- package/dist/core/p-c6dd4f47.entry.js.map +0 -1
- package/dist/core/p-cf5e8a55.entry.js +0 -2
- package/dist/core/p-cf5e8a55.entry.js.map +0 -1
- package/dist/core/p-e4551421.entry.js.map +0 -1
@@ -9,6 +9,7 @@ import { IcAlertVariants } from "./components/ic-alert/ic-alert.types";
|
|
9
9
|
import { IcButtonSizes, IcButtonTooltipPlacement, IcButtonTypes, IcButtonVariants } from "./components/ic-button/ic-button.types";
|
10
10
|
import { IcActivationTypes, IcAdditionalFieldTypes, IcAlignment, IcAutocompleteTypes, IcAutocorrectStates, IcInformationStatusOrEmpty, IcMenuOption, IcSearchMatchPositions, IcTheme, IcThemeForeground, IcThemeForegroundNoDefault, IcTypographyVariants } from "./utils/types";
|
11
11
|
import { IcChangeEventDetail } from "./components/ic-checkbox-group/ic-checkbox-group.types";
|
12
|
+
import { IcChipAppearance, IcChipSizes } from "./components/ic-chip/ic-chip.types";
|
12
13
|
import { IcProtectiveMarkings } from "./components/ic-classification-banner/ic-classification-banner.types";
|
13
14
|
import { IcFooterBreakpoints } from "./components/ic-footer/ic-footer.types";
|
14
15
|
import { IcHeroContentAlignments } from "./components/ic-hero/ic-hero.types";
|
@@ -19,7 +20,7 @@ import { IcAutocompleteTypes as IcAutocompleteTypes1, IcAutocorrectStates as IcA
|
|
19
20
|
import { IcSearchBarBlurEventDetail } from "./components/ic-search-bar/ic-search-bar.types";
|
20
21
|
import { IcSkeletonVariants } from "./components/ic-skeleton/ic-skeleton.types";
|
21
22
|
import { IcStatusTagAppearance, IcStatusTagStatuses } from "./components/ic-status-tag/ic-status-tag.types";
|
22
|
-
import { IcStepTypes } from "./components/ic-step/ic-step.types";
|
23
|
+
import { IcStepStatuses, IcStepTypes, IcStepVariants } from "./components/ic-step/ic-step.types";
|
23
24
|
import { IcStepperAlignment } from "./components/ic-stepper/ic-stepper.types";
|
24
25
|
import { IcSwitchChangeEventDetail } from "./components/ic-switch/ic-switch.types";
|
25
26
|
import { IcTabClickEventDetail, IcTabSelectEventDetail } from "./components/ic-tab/ic-tab.types";
|
@@ -268,6 +269,28 @@ export namespace Components {
|
|
268
269
|
*/
|
269
270
|
"validationText": string;
|
270
271
|
}
|
272
|
+
interface IcChip {
|
273
|
+
/**
|
274
|
+
* The emphasis of the chip.
|
275
|
+
*/
|
276
|
+
"appearance"?: IcChipAppearance;
|
277
|
+
/**
|
278
|
+
* If `true`, the chip will appear disabled.
|
279
|
+
*/
|
280
|
+
"disabled"?: boolean;
|
281
|
+
/**
|
282
|
+
* If `true`, the chip will have a close button at the end to dismiss it.
|
283
|
+
*/
|
284
|
+
"dismissible"?: boolean;
|
285
|
+
/**
|
286
|
+
* The text rendered within the chip.
|
287
|
+
*/
|
288
|
+
"label": string;
|
289
|
+
/**
|
290
|
+
* The size of the chip.
|
291
|
+
*/
|
292
|
+
"size"?: IcChipSizes;
|
293
|
+
}
|
271
294
|
interface IcClassificationBanner {
|
272
295
|
/**
|
273
296
|
* The additional information that will be displayed after the classification.
|
@@ -539,6 +562,7 @@ export namespace Components {
|
|
539
562
|
* If `true`, when linear, the full-width variant (i.e. without a border radius) will be displayed.
|
540
563
|
*/
|
541
564
|
"fullWidth"?: boolean;
|
565
|
+
"innerLabel"?: number;
|
542
566
|
/**
|
543
567
|
* The label to be displayed beneath the loading indicator. Display a changing label by separating multiple messages with forward slashes.
|
544
568
|
*/
|
@@ -583,7 +607,7 @@ export namespace Components {
|
|
583
607
|
*/
|
584
608
|
"fullWidth": boolean;
|
585
609
|
/**
|
586
|
-
* If menu is opened with the mouse, emit
|
610
|
+
* If menu is opened with the mouse, emit icMenuStateChange custom event.
|
587
611
|
*/
|
588
612
|
"handleClickOpen": () => Promise<void>;
|
589
613
|
/**
|
@@ -1026,9 +1050,6 @@ export namespace Components {
|
|
1026
1050
|
* The URL that the app title link points to.
|
1027
1051
|
*/
|
1028
1052
|
"href": string;
|
1029
|
-
/**
|
1030
|
-
* If `true`, side navigation will be contained by its parent element.
|
1031
|
-
*/
|
1032
1053
|
"inline": boolean;
|
1033
1054
|
/**
|
1034
1055
|
* If `true`, the menu expand button will be removed (PLEASE NOTE: This takes effect on screen sizes 992px and above).
|
@@ -1072,30 +1093,48 @@ export namespace Components {
|
|
1072
1093
|
"status"?: IcStatusTagStatuses;
|
1073
1094
|
}
|
1074
1095
|
interface IcStep {
|
1075
|
-
"
|
1096
|
+
"compactStepStyling"?: IcStepTypes;
|
1097
|
+
"current"?: boolean;
|
1098
|
+
"lastStep": boolean;
|
1099
|
+
"lastStepNum"?: number;
|
1100
|
+
"nextStepTitle"?: string;
|
1101
|
+
"progress"?: number;
|
1076
1102
|
"stepNum"?: number;
|
1077
1103
|
/**
|
1078
|
-
* The
|
1104
|
+
* The status of the step. Use this prop to display a status message on the step if it is required or optional.
|
1105
|
+
*/
|
1106
|
+
"stepStatus"?: IcStepStatuses;
|
1107
|
+
/**
|
1108
|
+
* Additional information about the step. Use this prop to override the default step status messaging displayed when selecting a step type or step status.
|
1079
1109
|
*/
|
1080
1110
|
"stepSubtitle"?: string;
|
1081
1111
|
/**
|
1082
|
-
* The
|
1112
|
+
* The title of the step within the stepper.
|
1083
1113
|
*/
|
1084
1114
|
"stepTitle"?: string;
|
1085
1115
|
/**
|
1086
1116
|
* The state of the step within the stepper.
|
1087
1117
|
*/
|
1088
1118
|
"stepType"?: IcStepTypes;
|
1119
|
+
"variant": IcStepVariants;
|
1089
1120
|
}
|
1090
1121
|
interface IcStepper {
|
1091
1122
|
/**
|
1092
|
-
* The alignment of the stepper within its container.
|
1123
|
+
* The alignment of the default stepper within its container.
|
1093
1124
|
*/
|
1094
1125
|
"aligned"?: IcStepperAlignment;
|
1095
1126
|
/**
|
1096
1127
|
* The length of the connnector between each step in pixels. Minimum length is 100px.
|
1097
1128
|
*/
|
1098
1129
|
"connectorWidth"?: number;
|
1130
|
+
/**
|
1131
|
+
* If `true`, the information about each step, i.e. step title, step subtitle and step status, will be hidden on all default steps. The information about each step will still be visible in the compact variant of the stepper.
|
1132
|
+
*/
|
1133
|
+
"hideStepInfo"?: boolean;
|
1134
|
+
/**
|
1135
|
+
* The variant of the stepper.
|
1136
|
+
*/
|
1137
|
+
"variant"?: IcStepVariants;
|
1099
1138
|
}
|
1100
1139
|
interface IcSwitch {
|
1101
1140
|
/**
|
@@ -1160,7 +1199,7 @@ export namespace Components {
|
|
1160
1199
|
*/
|
1161
1200
|
"contextId"?: string;
|
1162
1201
|
/**
|
1163
|
-
* The selected tab to be controlled by the user. Must be used alongside the
|
1202
|
+
* The selected tab to be controlled by the user. Must be used alongside the icTabSelect event to manage tab selection.
|
1164
1203
|
*/
|
1165
1204
|
"selectedTabIndex"?: number;
|
1166
1205
|
}
|
@@ -1314,6 +1353,10 @@ export namespace Components {
|
|
1314
1353
|
"color"?: string;
|
1315
1354
|
}
|
1316
1355
|
interface IcTooltip {
|
1356
|
+
/**
|
1357
|
+
* If `true`, the tooltip will not be displayed on hover, it will require a click.
|
1358
|
+
*/
|
1359
|
+
"disableHover"?: boolean;
|
1317
1360
|
/**
|
1318
1361
|
* The text to display on the tooltip.
|
1319
1362
|
*/
|
@@ -1380,6 +1423,10 @@ export interface IcCheckboxGroupCustomEvent<T> extends CustomEvent<T> {
|
|
1380
1423
|
detail: T;
|
1381
1424
|
target: HTMLIcCheckboxGroupElement;
|
1382
1425
|
}
|
1426
|
+
export interface IcChipCustomEvent<T> extends CustomEvent<T> {
|
1427
|
+
detail: T;
|
1428
|
+
target: HTMLIcChipElement;
|
1429
|
+
}
|
1383
1430
|
export interface IcFooterCustomEvent<T> extends CustomEvent<T> {
|
1384
1431
|
detail: T;
|
1385
1432
|
target: HTMLIcFooterElement;
|
@@ -1485,6 +1532,12 @@ declare global {
|
|
1485
1532
|
prototype: HTMLIcCheckboxGroupElement;
|
1486
1533
|
new (): HTMLIcCheckboxGroupElement;
|
1487
1534
|
};
|
1535
|
+
interface HTMLIcChipElement extends Components.IcChip, HTMLStencilElement {
|
1536
|
+
}
|
1537
|
+
var HTMLIcChipElement: {
|
1538
|
+
prototype: HTMLIcChipElement;
|
1539
|
+
new (): HTMLIcChipElement;
|
1540
|
+
};
|
1488
1541
|
interface HTMLIcClassificationBannerElement extends Components.IcClassificationBanner, HTMLStencilElement {
|
1489
1542
|
}
|
1490
1543
|
var HTMLIcClassificationBannerElement: {
|
@@ -1734,6 +1787,7 @@ declare global {
|
|
1734
1787
|
"ic-card": HTMLIcCardElement;
|
1735
1788
|
"ic-checkbox": HTMLIcCheckboxElement;
|
1736
1789
|
"ic-checkbox-group": HTMLIcCheckboxGroupElement;
|
1790
|
+
"ic-chip": HTMLIcChipElement;
|
1737
1791
|
"ic-classification-banner": HTMLIcClassificationBannerElement;
|
1738
1792
|
"ic-data-entity": HTMLIcDataEntityElement;
|
1739
1793
|
"ic-data-row": HTMLIcDataRowElement;
|
@@ -1795,9 +1849,13 @@ declare namespace LocalJSX {
|
|
1795
1849
|
*/
|
1796
1850
|
"message"?: string;
|
1797
1851
|
/**
|
1798
|
-
*
|
1852
|
+
* @deprecated This event should not be used anymore. Use icDismiss instead.
|
1799
1853
|
*/
|
1800
1854
|
"onDismiss"?: (event: IcAlertCustomEvent<void>) => void;
|
1855
|
+
/**
|
1856
|
+
* Is emitted when the user dismisses the alert.
|
1857
|
+
*/
|
1858
|
+
"onIcDismiss"?: (event: IcAlertCustomEvent<void>) => void;
|
1801
1859
|
/**
|
1802
1860
|
* If `true`, the title and message will appear inline instead of above and below.
|
1803
1861
|
*/
|
@@ -1983,9 +2041,13 @@ declare namespace LocalJSX {
|
|
1983
2041
|
*/
|
1984
2042
|
"name"?: string;
|
1985
2043
|
/**
|
1986
|
-
*
|
2044
|
+
* @deprecated This event should not be used anymore. Use icCheck instead.
|
1987
2045
|
*/
|
1988
2046
|
"onCheckboxChecked"?: (event: IcCheckboxCustomEvent<void>) => void;
|
2047
|
+
/**
|
2048
|
+
* Emitted when a checkbox has been checked.
|
2049
|
+
*/
|
2050
|
+
"onIcCheck"?: (event: IcCheckboxCustomEvent<void>) => void;
|
1989
2051
|
/**
|
1990
2052
|
* The value for the checkbox.
|
1991
2053
|
*/
|
@@ -2033,6 +2095,32 @@ declare namespace LocalJSX {
|
|
2033
2095
|
*/
|
2034
2096
|
"validationText"?: string;
|
2035
2097
|
}
|
2098
|
+
interface IcChip {
|
2099
|
+
/**
|
2100
|
+
* The emphasis of the chip.
|
2101
|
+
*/
|
2102
|
+
"appearance"?: IcChipAppearance;
|
2103
|
+
/**
|
2104
|
+
* If `true`, the chip will appear disabled.
|
2105
|
+
*/
|
2106
|
+
"disabled"?: boolean;
|
2107
|
+
/**
|
2108
|
+
* If `true`, the chip will have a close button at the end to dismiss it.
|
2109
|
+
*/
|
2110
|
+
"dismissible"?: boolean;
|
2111
|
+
/**
|
2112
|
+
* The text rendered within the chip.
|
2113
|
+
*/
|
2114
|
+
"label": string;
|
2115
|
+
/**
|
2116
|
+
* Is emitted when the user dismisses the chip.
|
2117
|
+
*/
|
2118
|
+
"onDismiss"?: (event: IcChipCustomEvent<void>) => void;
|
2119
|
+
/**
|
2120
|
+
* The size of the chip.
|
2121
|
+
*/
|
2122
|
+
"size"?: IcChipSizes;
|
2123
|
+
}
|
2036
2124
|
interface IcClassificationBanner {
|
2037
2125
|
/**
|
2038
2126
|
* The additional information that will be displayed after the classification.
|
@@ -2106,10 +2194,6 @@ declare namespace LocalJSX {
|
|
2106
2194
|
* If `true`, the footer will be set up to handle link groups instead of standalone links.
|
2107
2195
|
*/
|
2108
2196
|
"groupLinks"?: boolean;
|
2109
|
-
/**
|
2110
|
-
* Triggers on page resize and triggers style changes in footer links and link groups
|
2111
|
-
*/
|
2112
|
-
"onIcFooterResized"?: (event: IcFooterCustomEvent<void>) => void;
|
2113
2197
|
}
|
2114
2198
|
interface IcFooterLink {
|
2115
2199
|
/**
|
@@ -2365,15 +2449,11 @@ declare namespace LocalJSX {
|
|
2365
2449
|
/**
|
2366
2450
|
* Emitted when state of menu changes (i.e. open or close).
|
2367
2451
|
*/
|
2368
|
-
"
|
2369
|
-
/**
|
2370
|
-
* Emitted when an option has been highlighted
|
2371
|
-
*/
|
2372
|
-
"onMenuOptionId"?: (event: IcMenuCustomEvent<IcMenuOptionIdEventDetail>) => void;
|
2452
|
+
"onIcMenuStateChange"?: (event: IcMenuCustomEvent<IcMenuChangeEventDetail>) => void;
|
2373
2453
|
/**
|
2374
2454
|
* Emitted when an option is selected.
|
2375
2455
|
*/
|
2376
|
-
"
|
2456
|
+
"onIcOptionSelect"?: (event: IcMenuCustomEvent<IcOptionSelectEventDetail>) => void;
|
2377
2457
|
/**
|
2378
2458
|
* If `true`, the menu will be displayed open.
|
2379
2459
|
*/
|
@@ -2559,6 +2639,10 @@ declare namespace LocalJSX {
|
|
2559
2639
|
/**
|
2560
2640
|
* Emitted when a radio is selected.
|
2561
2641
|
*/
|
2642
|
+
"onIcCheck"?: (event: IcRadioOptionCustomEvent<IcValueEventDetail>) => void;
|
2643
|
+
/**
|
2644
|
+
* @deprecated This event should not be used anymore. Use icCheck instead.
|
2645
|
+
*/
|
2562
2646
|
"onRadioOptionSelect"?: (event: IcRadioOptionCustomEvent<IcValueEventDetail>) => void;
|
2563
2647
|
/**
|
2564
2648
|
* If `true`, the radio option will be displayed in a selected state.
|
@@ -2647,11 +2731,11 @@ declare namespace LocalJSX {
|
|
2647
2731
|
*/
|
2648
2732
|
"onIcInput"?: (event: IcSearchBarCustomEvent<IcValueEventDetail>) => void;
|
2649
2733
|
/**
|
2650
|
-
*
|
2734
|
+
* @deprecated This event should not be used anymore. Use icSearchBarBlur instead.
|
2651
2735
|
*/
|
2652
2736
|
"onIcInputBlur"?: (event: IcSearchBarCustomEvent<IcSearchBarBlurEventDetail>) => void;
|
2653
2737
|
/**
|
2654
|
-
*
|
2738
|
+
* @deprecated This event should not be used anymore. Use icSearchBarFocus instead.
|
2655
2739
|
*/
|
2656
2740
|
"onIcInputFocus"?: (event: IcSearchBarCustomEvent<IcValueEventDetail>) => void;
|
2657
2741
|
/**
|
@@ -2832,10 +2916,6 @@ declare namespace LocalJSX {
|
|
2832
2916
|
* The URL that the app title link points to.
|
2833
2917
|
*/
|
2834
2918
|
"href"?: string;
|
2835
|
-
/**
|
2836
|
-
* If `true`, side navigation will be contained by its parent element.
|
2837
|
-
*/
|
2838
|
-
"inline"?: boolean;
|
2839
2919
|
/**
|
2840
2920
|
* If `true`, the menu expand button will be removed (PLEASE NOTE: This takes effect on screen sizes 992px and above).
|
2841
2921
|
*/
|
@@ -2879,11 +2959,15 @@ declare namespace LocalJSX {
|
|
2879
2959
|
}
|
2880
2960
|
interface IcStep {
|
2881
2961
|
/**
|
2882
|
-
* The
|
2962
|
+
* The status of the step. Use this prop to display a status message on the step if it is required or optional.
|
2963
|
+
*/
|
2964
|
+
"stepStatus"?: IcStepStatuses;
|
2965
|
+
/**
|
2966
|
+
* Additional information about the step. Use this prop to override the default step status messaging displayed when selecting a step type or step status.
|
2883
2967
|
*/
|
2884
2968
|
"stepSubtitle"?: string;
|
2885
2969
|
/**
|
2886
|
-
* The
|
2970
|
+
* The title of the step within the stepper.
|
2887
2971
|
*/
|
2888
2972
|
"stepTitle"?: string;
|
2889
2973
|
/**
|
@@ -2893,13 +2977,21 @@ declare namespace LocalJSX {
|
|
2893
2977
|
}
|
2894
2978
|
interface IcStepper {
|
2895
2979
|
/**
|
2896
|
-
* The alignment of the stepper within its container.
|
2980
|
+
* The alignment of the default stepper within its container.
|
2897
2981
|
*/
|
2898
2982
|
"aligned"?: IcStepperAlignment;
|
2899
2983
|
/**
|
2900
2984
|
* The length of the connnector between each step in pixels. Minimum length is 100px.
|
2901
2985
|
*/
|
2902
2986
|
"connectorWidth"?: number;
|
2987
|
+
/**
|
2988
|
+
* If `true`, the information about each step, i.e. step title, step subtitle and step status, will be hidden on all default steps. The information about each step will still be visible in the compact variant of the stepper.
|
2989
|
+
*/
|
2990
|
+
"hideStepInfo"?: boolean;
|
2991
|
+
/**
|
2992
|
+
* The variant of the stepper.
|
2993
|
+
*/
|
2994
|
+
"variant"?: IcStepVariants;
|
2903
2995
|
}
|
2904
2996
|
interface IcSwitch {
|
2905
2997
|
/**
|
@@ -2956,10 +3048,6 @@ declare namespace LocalJSX {
|
|
2956
3048
|
* If `true`, the disabled state will be set.
|
2957
3049
|
*/
|
2958
3050
|
"disabled"?: boolean;
|
2959
|
-
/**
|
2960
|
-
* Emitted when a tab is selected.
|
2961
|
-
*/
|
2962
|
-
"onTabClick"?: (event: IcTabCustomEvent<IcTabClickEventDetail>) => void;
|
2963
3051
|
}
|
2964
3052
|
interface IcTabContext {
|
2965
3053
|
/**
|
@@ -2977,9 +3065,13 @@ declare namespace LocalJSX {
|
|
2977
3065
|
/**
|
2978
3066
|
* Emitted when a user selects a tab.
|
2979
3067
|
*/
|
3068
|
+
"onIcTabSelect"?: (event: IcTabContextCustomEvent<IcTabSelectEventDetail>) => void;
|
3069
|
+
/**
|
3070
|
+
* @deprecated This event should not be used anymore. Use icTabSelect instead.
|
3071
|
+
*/
|
2980
3072
|
"onTabSelect"?: (event: IcTabContextCustomEvent<IcTabSelectEventDetail>) => void;
|
2981
3073
|
/**
|
2982
|
-
* The selected tab to be controlled by the user. Must be used alongside the
|
3074
|
+
* The selected tab to be controlled by the user. Must be used alongside the icTabSelect event to manage tab selection.
|
2983
3075
|
*/
|
2984
3076
|
"selectedTabIndex"?: number;
|
2985
3077
|
}
|
@@ -3134,12 +3226,12 @@ declare namespace LocalJSX {
|
|
3134
3226
|
* The theme colour. Can be a hex value e.g. "#ff0000", RGB e.g. "rgb(255, 0, 0)", or RGBA e.g. "rgba(255, 0, 0, 1)".
|
3135
3227
|
*/
|
3136
3228
|
"color"?: string;
|
3137
|
-
/**
|
3138
|
-
* Emitted when the theme is changed.
|
3139
|
-
*/
|
3140
|
-
"onIcThemeChange"?: (event: IcThemeCustomEvent<IcTheme>) => void;
|
3141
3229
|
}
|
3142
3230
|
interface IcTooltip {
|
3231
|
+
/**
|
3232
|
+
* If `true`, the tooltip will not be displayed on hover, it will require a click.
|
3233
|
+
*/
|
3234
|
+
"disableHover"?: boolean;
|
3143
3235
|
/**
|
3144
3236
|
* The text to display on the tooltip.
|
3145
3237
|
*/
|
@@ -3198,6 +3290,7 @@ declare namespace LocalJSX {
|
|
3198
3290
|
"ic-card": IcCard;
|
3199
3291
|
"ic-checkbox": IcCheckbox;
|
3200
3292
|
"ic-checkbox-group": IcCheckboxGroup;
|
3293
|
+
"ic-chip": IcChip;
|
3201
3294
|
"ic-classification-banner": IcClassificationBanner;
|
3202
3295
|
"ic-data-entity": IcDataEntity;
|
3203
3296
|
"ic-data-row": IcDataRow;
|
@@ -3252,6 +3345,7 @@ declare module "@stencil/core" {
|
|
3252
3345
|
"ic-card": LocalJSX.IcCard & JSXBase.HTMLAttributes<HTMLIcCardElement>;
|
3253
3346
|
"ic-checkbox": LocalJSX.IcCheckbox & JSXBase.HTMLAttributes<HTMLIcCheckboxElement>;
|
3254
3347
|
"ic-checkbox-group": LocalJSX.IcCheckboxGroup & JSXBase.HTMLAttributes<HTMLIcCheckboxGroupElement>;
|
3348
|
+
"ic-chip": LocalJSX.IcChip & JSXBase.HTMLAttributes<HTMLIcChipElement>;
|
3255
3349
|
"ic-classification-banner": LocalJSX.IcClassificationBanner & JSXBase.HTMLAttributes<HTMLIcClassificationBannerElement>;
|
3256
3350
|
"ic-data-entity": LocalJSX.IcDataEntity & JSXBase.HTMLAttributes<HTMLIcDataEntityElement>;
|
3257
3351
|
"ic-data-row": LocalJSX.IcDataRow & JSXBase.HTMLAttributes<HTMLIcDataRowElement>;
|
@@ -1,3 +1,4 @@
|
|
1
1
|
export declare const waitForTimeout: (ms: number) => Promise<void>;
|
2
2
|
export declare const mockDeviceSize: (size: number) => void;
|
3
3
|
export declare const waitForNavGroupLoad: () => Promise<void>;
|
4
|
+
export declare const resizeTo: (windowObj: typeof window, width: number, height: number) => void;
|