@ukic/web-components 2.1.0-beta.1 → 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-back-to-top.cjs.entry.js +18 -8
- package/dist/cjs/ic-back-to-top.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-breadcrumb-group.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-breadcrumb.cjs.entry.js +1 -1
- package/dist/cjs/ic-breadcrumb.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-button_3.cjs.entry.js +29 -11
- 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-classification-banner.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-data-entity.cjs.entry.js.map +1 -1
- 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 +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 +19 -18
- package/dist/cjs/ic-input-component-container_3.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-input-label_2.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-page-header.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 -1
- package/dist/cjs/ic-radio-option.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-search-bar.cjs.entry.js +16 -2
- package/dist/cjs/ic-search-bar.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-section-container.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-select.cjs.entry.js +2 -7
- package/dist/cjs/ic-select.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-side-navigation.cjs.entry.js +8 -4
- package/dist/cjs/ic-side-navigation.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-skeleton.cjs.entry.js +1 -1
- package/dist/cjs/ic-skeleton.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-status-tag.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-switch.cjs.entry.js +1 -1
- package/dist/cjs/ic-switch.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-group.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-tab-panel.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/ic-typography.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 +27 -8
- package/dist/collection/components/ic-alert/ic-alert.js.map +1 -1
- package/dist/collection/components/ic-back-to-top/ic-back-to-top.css +1 -1
- package/dist/collection/components/ic-back-to-top/ic-back-to-top.js +17 -7
- package/dist/collection/components/ic-back-to-top/ic-back-to-top.js.map +1 -1
- package/dist/collection/components/ic-breadcrumb/ic-breadcrumb.css +1 -1
- package/dist/collection/components/ic-breadcrumb/ic-breadcrumb.js +4 -4
- package/dist/collection/components/ic-breadcrumb/ic-breadcrumb.js.map +1 -1
- package/dist/collection/components/ic-breadcrumb-group/ic-breadcrumb-group.js +2 -2
- package/dist/collection/components/ic-breadcrumb-group/ic-breadcrumb-group.js.map +1 -1
- package/dist/collection/components/ic-button/ic-button.js +13 -13
- package/dist/collection/components/ic-button/ic-button.js.map +1 -1
- package/dist/collection/components/ic-card/ic-card.js +10 -10
- package/dist/collection/components/ic-card/ic-card.js.map +1 -1
- package/dist/collection/components/ic-checkbox/ic-checkbox.js +29 -10
- package/dist/collection/components/ic-checkbox/ic-checkbox.js.map +1 -1
- package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.js +10 -10
- 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-classification-banner/ic-classification-banner.js +5 -5
- package/dist/collection/components/ic-classification-banner/ic-classification-banner.js.map +1 -1
- package/dist/collection/components/ic-data-entity/ic-data-entity.js +2 -2
- package/dist/collection/components/ic-data-entity/ic-data-entity.js.map +1 -1
- package/dist/collection/components/ic-data-row/ic-data-row.css +12 -0
- package/dist/collection/components/ic-data-row/ic-data-row.js +3 -3
- package/dist/collection/components/ic-data-row/ic-data-row.js.map +1 -1
- 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 +19 -16
- package/dist/collection/components/ic-footer/ic-footer.js.map +1 -1
- package/dist/collection/components/ic-footer-link/ic-footer-link.css +7 -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 +3 -3
- 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 +10 -10
- 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-input-component-container/ic-input-component-container.js +8 -8
- package/dist/collection/components/ic-input-component-container/ic-input-component-container.js.map +1 -1
- package/dist/collection/components/ic-input-container/ic-input-container.js +2 -2
- package/dist/collection/components/ic-input-container/ic-input-container.js.map +1 -1
- package/dist/collection/components/ic-input-label/ic-input-label.js +8 -8
- package/dist/collection/components/ic-input-label/ic-input-label.js.map +1 -1
- package/dist/collection/components/ic-input-validation/ic-input-validation.js +5 -5
- package/dist/collection/components/ic-input-validation/ic-input-validation.js.map +1 -1
- package/dist/collection/components/ic-link/ic-link.js +7 -7
- 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 +45 -9
- package/dist/collection/components/ic-loading-indicator/ic-loading-indicator.js.map +1 -1
- package/dist/collection/components/ic-menu/ic-menu.css +1 -1
- package/dist/collection/components/ic-menu/ic-menu.js +35 -31
- package/dist/collection/components/ic-menu/ic-menu.js.map +1 -1
- package/dist/collection/components/ic-navigation-button/ic-navigation-button.js +5 -5
- 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 +4 -4
- 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 +10 -10
- 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 +3 -3
- package/dist/collection/components/ic-navigation-menu/ic-navigation-menu.js.map +1 -1
- package/dist/collection/components/ic-page-header/ic-page-header.css +1 -0
- package/dist/collection/components/ic-page-header/ic-page-header.js +8 -8
- package/dist/collection/components/ic-page-header/ic-page-header.js.map +1 -1
- package/dist/collection/components/ic-radio-group/ic-radio-group.js +10 -10
- 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 +34 -17
- 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 +51 -30
- package/dist/collection/components/ic-search-bar/ic-search-bar.js.map +1 -1
- package/dist/collection/components/ic-section-container/ic-section-container.js +2 -2
- package/dist/collection/components/ic-section-container/ic-section-container.js.map +1 -1
- package/dist/collection/components/ic-select/ic-select.css +1 -1
- package/dist/collection/components/ic-select/ic-select.js +19 -24
- package/dist/collection/components/ic-select/ic-select.js.map +1 -1
- package/dist/collection/components/ic-side-navigation/ic-side-navigation.css +5 -13
- package/dist/collection/components/ic-side-navigation/ic-side-navigation.js +24 -17
- package/dist/collection/components/ic-side-navigation/ic-side-navigation.js.map +1 -1
- package/dist/collection/components/ic-skeleton/ic-skeleton.css +1 -1
- package/dist/collection/components/ic-skeleton/ic-skeleton.js +2 -2
- package/dist/collection/components/ic-skeleton/ic-skeleton.js.map +1 -1
- package/dist/collection/components/ic-status-tag/ic-status-tag.js +1 -1
- package/dist/collection/components/ic-status-tag/ic-status-tag.js.map +1 -1
- package/dist/collection/components/ic-step/ic-step.css +120 -24
- package/dist/collection/components/ic-step/ic-step.js +269 -28
- 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-switch/ic-switch.css +1 -1
- package/dist/collection/components/ic-switch/ic-switch.js +7 -7
- package/dist/collection/components/ic-switch/ic-switch.js.map +1 -1
- package/dist/collection/components/ic-tab/ic-tab.js +9 -6
- package/dist/collection/components/ic-tab/ic-tab.js.map +1 -1
- package/dist/collection/components/ic-tab-context/ic-tab-context.js +31 -4
- package/dist/collection/components/ic-tab-context/ic-tab-context.js.map +1 -1
- package/dist/collection/components/ic-tab-group/ic-tab-group.js +4 -4
- package/dist/collection/components/ic-tab-group/ic-tab-group.js.map +1 -1
- package/dist/collection/components/ic-tab-panel/ic-tab-panel.js +2 -2
- package/dist/collection/components/ic-tab-panel/ic-tab-panel.js.map +1 -1
- package/dist/collection/components/ic-text-field/ic-text-field.js +28 -28
- package/dist/collection/components/ic-text-field/ic-text-field.js.map +1 -1
- package/dist/collection/components/ic-theme/ic-theme.js +9 -6
- 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 +7 -7
- package/dist/collection/components/ic-top-navigation/ic-top-navigation.js.map +1 -1
- package/dist/collection/components/ic-typography/ic-typography.js +1 -1
- package/dist/collection/components/ic-typography/ic-typography.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-back-to-top.js +18 -8
- package/dist/components/ic-back-to-top.js.map +1 -1
- package/dist/components/ic-breadcrumb-group.js.map +1 -1
- package/dist/components/ic-breadcrumb2.js +1 -1
- package/dist/components/ic-breadcrumb2.js.map +1 -1
- package/dist/components/ic-button2.js +3 -3
- 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-classification-banner.js.map +1 -1
- package/dist/components/ic-data-entity.js.map +1 -1
- 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 +2 -2
- 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-input-container2.js.map +1 -1
- package/dist/components/ic-input-label2.js.map +1 -1
- package/dist/components/ic-input-validation2.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 +24 -7
- package/dist/components/ic-loading-indicator2.js.map +1 -1
- package/dist/components/ic-menu2.js +18 -17
- 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-page-header.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 -1
- package/dist/components/ic-radio-option.js.map +1 -1
- package/dist/components/ic-search-bar.js +18 -3
- package/dist/components/ic-search-bar.js.map +1 -1
- package/dist/components/ic-section-container2.js.map +1 -1
- package/dist/components/ic-select.js +2 -7
- package/dist/components/ic-select.js.map +1 -1
- package/dist/components/ic-side-navigation.js +9 -5
- package/dist/components/ic-side-navigation.js.map +1 -1
- package/dist/components/ic-skeleton.js +1 -1
- package/dist/components/ic-skeleton.js.map +1 -1
- package/dist/components/ic-status-tag.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-switch.js +1 -1
- package/dist/components/ic-switch.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-group.js.map +1 -1
- package/dist/components/ic-tab-panel.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/ic-typography2.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-0118400b.entry.js.map +1 -1
- package/dist/core/p-07cd789d.entry.js.map +1 -1
- package/dist/core/p-0b125f26.entry.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-10da19d2.entry.js.map +1 -1
- package/dist/core/p-272c7abd.entry.js.map +1 -1
- package/dist/core/p-2b5c9143.entry.js +2 -0
- package/dist/core/p-2b5c9143.entry.js.map +1 -0
- package/dist/core/p-2f114521.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-e590f1d2.entry.js → p-4c72f3a9.entry.js} +2 -2
- package/dist/core/{p-e590f1d2.entry.js.map → p-4c72f3a9.entry.js.map} +1 -1
- package/dist/core/{p-ae81dffa.entry.js → p-5831bb8e.entry.js} +2 -2
- package/dist/core/p-5831bb8e.entry.js.map +1 -0
- package/dist/core/p-5d76bbad.entry.js +2 -0
- package/dist/core/p-5d76bbad.entry.js.map +1 -0
- package/dist/core/p-5e261268.entry.js.map +1 -1
- 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-6be5e06b.entry.js.map +1 -1
- package/dist/core/p-6d0eaaeb.entry.js.map +1 -1
- package/dist/core/p-6f6bd657.entry.js.map +1 -1
- package/dist/core/{p-1337db5e.entry.js → p-6fba90ee.entry.js} +2 -2
- package/dist/core/p-6fba90ee.entry.js.map +1 -0
- 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-8ddeb574.entry.js → p-7f04e382.entry.js} +2 -2
- package/dist/core/{p-8ddeb574.entry.js.map → p-7f04e382.entry.js.map} +1 -1
- 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-df5caf13.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-02799e26.entry.js → p-a2d3e955.entry.js} +2 -2
- package/dist/core/{p-02799e26.entry.js.map → p-a2d3e955.entry.js.map} +1 -1
- package/dist/core/{p-1721bcf3.entry.js → p-b24145f7.entry.js} +2 -2
- 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-e93e9aa3.entry.js.map +1 -1
- package/dist/core/p-ecfb2e6b.entry.js.map +1 -1
- package/dist/core/p-fa7bc907.entry.js +2 -0
- 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-back-to-top.entry.js +18 -8
- package/dist/esm/ic-back-to-top.entry.js.map +1 -1
- package/dist/esm/ic-breadcrumb-group.entry.js.map +1 -1
- package/dist/esm/ic-breadcrumb.entry.js +1 -1
- package/dist/esm/ic-breadcrumb.entry.js.map +1 -1
- package/dist/esm/ic-button_3.entry.js +29 -11
- 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-classification-banner.entry.js.map +1 -1
- package/dist/esm/ic-data-entity.entry.js.map +1 -1
- 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 +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 +19 -18
- package/dist/esm/ic-input-component-container_3.entry.js.map +1 -1
- package/dist/esm/ic-input-label_2.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-page-header.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 -1
- package/dist/esm/ic-radio-option.entry.js.map +1 -1
- package/dist/esm/ic-search-bar.entry.js +16 -2
- package/dist/esm/ic-search-bar.entry.js.map +1 -1
- package/dist/esm/ic-section-container.entry.js.map +1 -1
- package/dist/esm/ic-select.entry.js +2 -7
- package/dist/esm/ic-select.entry.js.map +1 -1
- package/dist/esm/ic-side-navigation.entry.js +8 -4
- package/dist/esm/ic-side-navigation.entry.js.map +1 -1
- package/dist/esm/ic-skeleton.entry.js +1 -1
- package/dist/esm/ic-skeleton.entry.js.map +1 -1
- package/dist/esm/ic-status-tag.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-switch.entry.js +1 -1
- package/dist/esm/ic-switch.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-group.entry.js.map +1 -1
- package/dist/esm/ic-tab-panel.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/ic-typography.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 +12 -8
- package/dist/types/components/ic-back-to-top/ic-back-to-top.d.ts +1 -0
- package/dist/types/components/ic-breadcrumb/ic-breadcrumb.d.ts +5 -5
- package/dist/types/components/ic-breadcrumb-group/ic-breadcrumb-group.d.ts +2 -2
- package/dist/types/components/ic-button/ic-button.d.ts +10 -10
- package/dist/types/components/ic-card/ic-card.d.ts +8 -8
- package/dist/types/components/ic-checkbox/ic-checkbox.d.ts +14 -10
- package/dist/types/components/ic-checkbox-group/ic-checkbox-group.d.ts +9 -9
- 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-classification-banner/ic-classification-banner.d.ts +5 -5
- package/dist/types/components/ic-data-entity/ic-data-entity.d.ts +2 -2
- package/dist/types/components/ic-data-row/ic-data-row.d.ts +3 -3
- package/dist/types/components/ic-footer/ic-footer.d.ts +12 -12
- package/dist/types/components/ic-footer-link-group/ic-footer-link-group.d.ts +1 -1
- package/dist/types/components/ic-hero/ic-hero.d.ts +9 -9
- package/dist/types/components/ic-input-component-container/ic-input-component-container.d.ts +8 -8
- package/dist/types/components/ic-input-container/ic-input-container.d.ts +2 -2
- package/dist/types/components/ic-input-label/ic-input-label.d.ts +8 -8
- package/dist/types/components/ic-input-validation/ic-input-validation.d.ts +5 -5
- package/dist/types/components/ic-link/ic-link.d.ts +6 -6
- package/dist/types/components/ic-loading-indicator/ic-loading-indicator.d.ts +8 -3
- package/dist/types/components/ic-menu/ic-menu.d.ts +14 -14
- package/dist/types/components/ic-navigation-button/ic-navigation-button.d.ts +5 -5
- package/dist/types/components/ic-navigation-group/ic-navigation-group.d.ts +2 -2
- package/dist/types/components/ic-navigation-item/ic-navigation-item.d.ts +7 -7
- package/dist/types/components/ic-navigation-menu/ic-navigation-menu.d.ts +2 -2
- package/dist/types/components/ic-page-header/ic-page-header.d.ts +10 -8
- package/dist/types/components/ic-radio-group/ic-radio-group.d.ts +10 -10
- package/dist/types/components/ic-radio-option/ic-radio-option.d.ts +13 -11
- package/dist/types/components/ic-search-bar/ic-search-bar.d.ts +28 -25
- package/dist/types/components/ic-section-container/ic-section-container.d.ts +2 -2
- package/dist/types/components/ic-select/ic-select.d.ts +18 -18
- package/dist/types/components/ic-side-navigation/ic-side-navigation.d.ts +12 -12
- package/dist/types/components/ic-skeleton/ic-skeleton.d.ts +2 -2
- package/dist/types/components/ic-status-tag/ic-status-tag.d.ts +1 -1
- package/dist/types/components/ic-step/ic-step.d.ts +37 -8
- 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-switch/ic-switch.d.ts +7 -7
- package/dist/types/components/ic-tab/ic-tab.d.ts +5 -5
- package/dist/types/components/ic-tab-context/ic-tab-context.d.ts +8 -4
- package/dist/types/components/ic-tab-group/ic-tab-group.d.ts +4 -4
- package/dist/types/components/ic-tab-panel/ic-tab-panel.d.ts +2 -2
- package/dist/types/components/ic-text-field/ic-text-field.d.ts +30 -30
- package/dist/types/components/ic-theme/ic-theme.d.ts +3 -3
- package/dist/types/components/ic-tooltip/ic-tooltip.d.ts +4 -0
- package/dist/types/components/ic-top-navigation/ic-top-navigation.d.ts +6 -6
- package/dist/types/components/ic-typography/ic-typography.d.ts +1 -1
- package/dist/types/components.d.ts +625 -535
- package/dist/types/testspec.setup.d.ts +1 -0
- package/hydrate/index.js +574 -212
- package/package.json +3 -3
- package/dist/core/p-1337db5e.entry.js.map +0 -1
- package/dist/core/p-1721bcf3.entry.js.map +0 -1
- package/dist/core/p-33a45ace.entry.js +0 -2
- package/dist/core/p-33a45ace.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-7b11e1dc.entry.js +0 -2
- package/dist/core/p-7b11e1dc.entry.js.map +0 -1
- package/dist/core/p-7b39977f.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-ae81dffa.entry.js.map +0 -1
- package/dist/core/p-b5a988c0.entry.js +0 -2
- package/dist/core/p-b5a988c0.entry.js.map +0 -1
- package/dist/core/p-c6dd4f47.entry.js.map +0 -1
- package/dist/core/p-df5caf13.entry.js.map +0 -1
- package/dist/core/p-e106305b.entry.js +0 -2
- package/dist/core/p-e106305b.entry.js.map +0 -1
@@ -6,27 +6,27 @@ import { IcNavType } from "../../utils/types";
|
|
6
6
|
export declare class NavigationItem {
|
7
7
|
el: HTMLIcNavigationItemElement;
|
8
8
|
/**
|
9
|
-
*
|
9
|
+
* The label of the navigation item.
|
10
10
|
*/
|
11
11
|
label: string;
|
12
12
|
/**
|
13
|
-
*
|
13
|
+
* The destination of the navigation item.
|
14
14
|
*/
|
15
15
|
href: string;
|
16
16
|
/**
|
17
|
-
* If true
|
17
|
+
* If `true`, the navigation item will be set in a selected state.
|
18
18
|
*/
|
19
19
|
selected: boolean;
|
20
20
|
/**
|
21
|
-
* @internal
|
21
|
+
* @internal If `true`, the navigation item will be expandable.
|
22
22
|
*/
|
23
23
|
expandable: boolean;
|
24
24
|
/**
|
25
|
-
* @internal
|
25
|
+
* @internal If `true`, the navigation item will be displayed within a tooltip.
|
26
26
|
*/
|
27
27
|
displayNavigationTooltip: boolean;
|
28
28
|
/**
|
29
|
-
* @internal
|
29
|
+
* @internal If `true`, the icon and label will be displayed when side navigation is collapsed.
|
30
30
|
*/
|
31
31
|
collapsedIconLabel: boolean;
|
32
32
|
isTopNavChild: boolean;
|
@@ -46,7 +46,7 @@ export declare class NavigationItem {
|
|
46
46
|
/**
|
47
47
|
* @internal - Emitted when navigation item clicked.
|
48
48
|
*/
|
49
|
-
|
49
|
+
navItemClicked: EventEmitter<void>;
|
50
50
|
themeChangeHandler(ev: CustomEvent): void;
|
51
51
|
private topNavResizedHandler;
|
52
52
|
private sideNavExpandHandler;
|
@@ -6,11 +6,11 @@ import { EventEmitter } from "../../stencil-public-runtime";
|
|
6
6
|
export declare class NavigationMenu {
|
7
7
|
el: HTMLIcNavigationMenuElement;
|
8
8
|
/**
|
9
|
-
*
|
9
|
+
* The version info to display.
|
10
10
|
*/
|
11
11
|
version: string;
|
12
12
|
/**
|
13
|
-
*
|
13
|
+
* The status info to display.
|
14
14
|
*/
|
15
15
|
status: string;
|
16
16
|
/**
|
@@ -12,33 +12,35 @@ import { IcAlignment } from "../../utils/types";
|
|
12
12
|
export declare class PageHeader {
|
13
13
|
el: HTMLIcPageHeaderElement;
|
14
14
|
/**
|
15
|
-
* The title to render on the
|
15
|
+
* The title to render on the page header.
|
16
16
|
*/
|
17
17
|
heading?: string;
|
18
18
|
/**
|
19
|
-
* The subtitle to render on the
|
19
|
+
* The subtitle to render on the page header.
|
20
20
|
*/
|
21
21
|
subheading?: string;
|
22
22
|
/**
|
23
|
-
*
|
23
|
+
* The alignment of the page header.
|
24
24
|
*/
|
25
25
|
aligned?: IcAlignment;
|
26
26
|
/**
|
27
|
-
*
|
27
|
+
* If `true`, the small styling will be applied to the page header.
|
28
28
|
*/
|
29
29
|
small?: boolean;
|
30
30
|
/**
|
31
|
-
*
|
31
|
+
* If `true`, a border will be displayed along the bottom of the page header.
|
32
32
|
*/
|
33
33
|
border?: boolean;
|
34
34
|
/**
|
35
|
-
*
|
35
|
+
* If `true`, the page header will be sticky at all breakpoints.
|
36
36
|
*/
|
37
37
|
sticky?: boolean;
|
38
|
-
/**
|
38
|
+
/**
|
39
|
+
* If `true`, the page header will only be sticky for viewport widths of 992px and above.
|
39
40
|
*/
|
40
41
|
stickyDesktopOnly?: boolean;
|
41
|
-
/**
|
42
|
+
/**
|
43
|
+
* If `true`, the reading pattern and tab order will change in the action area for viewport widths of above 576px and when actions have not wrapped.
|
42
44
|
*/
|
43
45
|
reverseOrder?: boolean;
|
44
46
|
deviceSize: number;
|
@@ -5,43 +5,43 @@ export declare class RadioGroup {
|
|
5
5
|
private radioOptions;
|
6
6
|
host: HTMLIcRadioGroupElement;
|
7
7
|
/**
|
8
|
-
*
|
8
|
+
* The label for the radio group to be displayed.
|
9
9
|
*/
|
10
10
|
label: string;
|
11
11
|
/**
|
12
|
-
*
|
12
|
+
* The name for the radio group to differentiate from other groups.
|
13
13
|
*/
|
14
14
|
name: string;
|
15
15
|
/**
|
16
|
-
*
|
16
|
+
* If `true`, the radio group will require a value.
|
17
17
|
*/
|
18
18
|
required: boolean;
|
19
19
|
/**
|
20
|
-
*
|
20
|
+
* If `true`, the label will be hidden and the required label value will be applied as an aria-label.
|
21
21
|
*/
|
22
22
|
hideLabel: boolean;
|
23
23
|
/**
|
24
|
-
*
|
24
|
+
* If `true`, the disabled state will be set.
|
25
25
|
*/
|
26
26
|
disabled: boolean;
|
27
27
|
/**
|
28
|
-
*
|
28
|
+
* The helper text that will be displayed for additional field guidance.
|
29
29
|
*/
|
30
30
|
helperText: string;
|
31
31
|
/**
|
32
|
-
*
|
32
|
+
* If `true`, the small styling will be applied to the radio group.
|
33
33
|
*/
|
34
34
|
small: boolean;
|
35
35
|
/**
|
36
|
-
*
|
36
|
+
* The validation status - e.g. 'error' | 'warning' | 'success'.
|
37
37
|
*/
|
38
38
|
validationStatus: IcInformationStatusOrEmpty;
|
39
39
|
/**
|
40
|
-
*
|
40
|
+
* The validation text - e.g. 'error' | 'warning' | 'success'.
|
41
41
|
*/
|
42
42
|
validationText: string;
|
43
43
|
/**
|
44
|
-
*
|
44
|
+
* The checked state.
|
45
45
|
*/
|
46
46
|
checkedValue: string;
|
47
47
|
selectedChild: number;
|
@@ -4,45 +4,47 @@ import { IcValueEventDetail } from "../../interface";
|
|
4
4
|
export declare class RadioOption {
|
5
5
|
private radioElement;
|
6
6
|
/**
|
7
|
-
*
|
7
|
+
* If `true`, the radio option will be displayed in a selected state.
|
8
8
|
*/
|
9
9
|
selected?: boolean;
|
10
10
|
/**
|
11
|
-
*
|
11
|
+
* If `true`, the disabled state will be set.
|
12
12
|
*/
|
13
13
|
disabled?: boolean;
|
14
14
|
/**
|
15
|
-
*
|
15
|
+
* The label for the radio option.
|
16
16
|
*/
|
17
17
|
label?: string;
|
18
18
|
/**
|
19
|
-
*
|
19
|
+
* The value for the radio option.
|
20
20
|
*/
|
21
21
|
value: string;
|
22
22
|
/**
|
23
|
-
*
|
23
|
+
* The name for the radio option.
|
24
24
|
*/
|
25
25
|
name: string;
|
26
26
|
/**
|
27
|
-
*
|
27
|
+
* The group label for the radio option.
|
28
28
|
*/
|
29
29
|
groupLabel: string;
|
30
30
|
/**
|
31
|
-
*
|
31
|
+
* The text to be displayed when dynamic.
|
32
32
|
*/
|
33
33
|
dynamicText: string;
|
34
|
-
/**
|
34
|
+
/**
|
35
|
+
* The style of additionalField that will be displayed if used.
|
36
|
+
*/
|
35
37
|
additionalFieldDisplay: IcAdditionalFieldTypes;
|
36
38
|
initiallySelected: boolean;
|
37
39
|
host: HTMLIcRadioOptionElement;
|
38
40
|
/**
|
39
|
-
*
|
41
|
+
* @deprecated This event should not be used anymore. Use icCheck instead.
|
40
42
|
*/
|
41
|
-
|
43
|
+
radioOptionSelect: EventEmitter<IcValueEventDetail>;
|
42
44
|
/**
|
43
45
|
* Emitted when a radio is selected.
|
44
46
|
*/
|
45
|
-
|
47
|
+
icCheck: EventEmitter<IcValueEventDetail>;
|
46
48
|
selectedChangeHandler(selected: boolean): void;
|
47
49
|
private defaultRadioValue;
|
48
50
|
private skipFocus;
|
@@ -16,70 +16,70 @@ export declare class SearchBar {
|
|
16
16
|
private assistiveHintEl;
|
17
17
|
private preventSubmit;
|
18
18
|
/**
|
19
|
-
*
|
19
|
+
* The label for the search bar.
|
20
20
|
*/
|
21
21
|
label: string;
|
22
22
|
/**
|
23
|
-
*
|
23
|
+
* If `true`, the search bar will require a value.
|
24
24
|
*/
|
25
25
|
required?: boolean;
|
26
26
|
/**
|
27
|
-
*
|
27
|
+
* If `true`, the disabled state will be set.
|
28
28
|
*/
|
29
29
|
disabled?: boolean;
|
30
30
|
/**
|
31
|
-
*
|
31
|
+
* If `true`, the readonly state will be set.
|
32
32
|
*/
|
33
33
|
readonly?: boolean;
|
34
34
|
/**
|
35
|
-
*
|
35
|
+
* The placeholder value to display.
|
36
36
|
*/
|
37
37
|
placeholder?: string;
|
38
38
|
/**
|
39
|
-
* Specify whether the
|
40
|
-
* If true
|
39
|
+
* Specify whether the search bar fills the full width of the container.
|
40
|
+
* If `true`, this overrides the --input-width CSS variable.
|
41
41
|
*/
|
42
42
|
fullWidth?: boolean;
|
43
43
|
/**
|
44
44
|
* Specify whether to disable the built in filtering. For example, if options will already be filtered from external source.
|
45
|
-
* If true
|
45
|
+
* If `true`, all options provided will be displayed.
|
46
46
|
*/
|
47
47
|
disableFilter?: boolean;
|
48
48
|
/**
|
49
|
-
*
|
49
|
+
* If `true`, the label will be hidden and the required label value will be applied as an aria-label.
|
50
50
|
*/
|
51
51
|
hideLabel?: boolean;
|
52
52
|
/**
|
53
|
-
*
|
53
|
+
* The helper text that will be displayed for additional field guidance.
|
54
54
|
*/
|
55
55
|
helperText?: string;
|
56
56
|
/**
|
57
|
-
*
|
57
|
+
* If `true`, the small styling will be applied to the search bar.
|
58
58
|
*/
|
59
59
|
small?: boolean;
|
60
60
|
/**
|
61
|
-
*
|
61
|
+
* The value of the search input.
|
62
62
|
*/
|
63
63
|
value: string;
|
64
64
|
/**
|
65
|
-
*
|
65
|
+
* The automatic capitalisation of the text value as it is entered/edited by the user.
|
66
66
|
* Available options: "off", "none", "on", "sentences", "words", "characters".
|
67
67
|
*/
|
68
68
|
autocapitalize: string;
|
69
69
|
/**
|
70
|
-
*
|
70
|
+
* The state of autocompletion the browser can apply on the text value.
|
71
71
|
*/
|
72
72
|
autocomplete?: IcAutocompleteTypes;
|
73
73
|
/**
|
74
|
-
*
|
74
|
+
* The state of autocorrection the browser can apply when the user is entering/editing the text value.
|
75
75
|
*/
|
76
76
|
autocorrect?: IcAutocorrectStates;
|
77
77
|
/**
|
78
|
-
*
|
78
|
+
* If `true`, the form control will have input focus when the page loads.
|
79
79
|
*/
|
80
80
|
autofocus: boolean;
|
81
81
|
/**
|
82
|
-
*
|
82
|
+
* The amount of time, in milliseconds, to wait to trigger the `icChange` event after each keystroke.
|
83
83
|
*/
|
84
84
|
debounce?: number;
|
85
85
|
private debounceChanged;
|
@@ -88,28 +88,28 @@ export declare class SearchBar {
|
|
88
88
|
*/
|
89
89
|
name: string;
|
90
90
|
/**
|
91
|
-
* If `true`, the
|
91
|
+
* If `true`, the value of the search will have its spelling and grammar checked.
|
92
92
|
*/
|
93
93
|
spellcheck: boolean;
|
94
94
|
/**
|
95
|
-
*
|
95
|
+
* The suggested search options.
|
96
96
|
*/
|
97
97
|
options?: IcMenuOption[];
|
98
98
|
watchOptionsHandler(newOptions: IcMenuOption[]): void;
|
99
99
|
/**
|
100
|
-
*
|
100
|
+
* If `true`, the search bar will be focused when component loaded.
|
101
101
|
*/
|
102
102
|
focusOnLoad?: boolean;
|
103
103
|
/**
|
104
|
-
*
|
104
|
+
* The hint text for the hidden assistive description element.
|
105
105
|
*/
|
106
106
|
hintText?: string;
|
107
107
|
/**
|
108
|
-
*
|
108
|
+
* The text displayed when there are no options in the option list.
|
109
109
|
*/
|
110
110
|
emptyOptionListText: string;
|
111
111
|
/**
|
112
|
-
*
|
112
|
+
* The number of characters until suggestions appear.
|
113
113
|
*/
|
114
114
|
charactersUntilSuggestion: number;
|
115
115
|
watchValueHandler(newValue: string): void;
|
@@ -120,6 +120,7 @@ export declare class SearchBar {
|
|
120
120
|
handleKeyDown(ev: CustomEvent): void;
|
121
121
|
handleKeyUp(ev: KeyboardEvent): void;
|
122
122
|
private handleSubmitSearch;
|
123
|
+
private handleSubmitSearchKeyDown;
|
123
124
|
/**
|
124
125
|
* Emitted when a keyboard input occurred.
|
125
126
|
*/
|
@@ -127,12 +128,12 @@ export declare class SearchBar {
|
|
127
128
|
private onInput;
|
128
129
|
private debounceAriaLiveUpdate;
|
129
130
|
/**
|
130
|
-
*
|
131
|
+
* @deprecated This event should not be used anymore. Use icSearchBarBlur instead.
|
131
132
|
*/
|
132
133
|
icInputBlur: EventEmitter<IcSearchBarBlurEventDetail>;
|
133
134
|
private onInputBlur;
|
134
135
|
/**
|
135
|
-
*
|
136
|
+
* @deprecated This event should not be used anymore. Use icSearchBarFocus instead.
|
136
137
|
*/
|
137
138
|
icInputFocus: EventEmitter<IcValueEventDetail>;
|
138
139
|
private onInputFocus;
|
@@ -183,7 +184,9 @@ export declare class SearchBar {
|
|
183
184
|
clearButtonFocused: boolean;
|
184
185
|
searchSubmitFocused: boolean;
|
185
186
|
prevNoOption: boolean;
|
187
|
+
highlightedValue: string;
|
186
188
|
private handleOptionSelect;
|
189
|
+
private handleMenuOptionHighlight;
|
187
190
|
private handleMenuChange;
|
188
191
|
private setMenuChange;
|
189
192
|
private handleHostFocus;
|
@@ -1,11 +1,11 @@
|
|
1
1
|
import { IcAlignment } from "../../utils/types";
|
2
2
|
export declare class SectionContainer {
|
3
3
|
/**
|
4
|
-
*
|
4
|
+
* The alignment of the container.
|
5
5
|
*/
|
6
6
|
aligned?: IcAlignment;
|
7
7
|
/**
|
8
|
-
*
|
8
|
+
* If `true`, the standard vertical padding from the container will be removed.
|
9
9
|
*/
|
10
10
|
fullHeight?: boolean;
|
11
11
|
render(): any;
|
@@ -13,51 +13,51 @@ export declare class Select {
|
|
13
13
|
private inheritedAttributes;
|
14
14
|
private debounce;
|
15
15
|
/**
|
16
|
-
*
|
16
|
+
* The label for the select.
|
17
17
|
*/
|
18
18
|
label: string;
|
19
19
|
/**
|
20
|
-
*
|
20
|
+
* The possible selection options.
|
21
21
|
*/
|
22
22
|
options?: IcMenuOption[];
|
23
23
|
/**
|
24
|
-
*
|
24
|
+
* If `true`, the select will require a value.
|
25
25
|
*/
|
26
26
|
required?: boolean;
|
27
27
|
/**
|
28
|
-
*
|
28
|
+
* If `true`, the label will be hidden and the required label value will be applied as an aria-label.
|
29
29
|
*/
|
30
30
|
hideLabel?: boolean;
|
31
31
|
/**
|
32
|
-
*
|
32
|
+
* If `true`, the disabled state will be set.
|
33
33
|
*/
|
34
34
|
disabled?: boolean;
|
35
35
|
/**
|
36
|
-
*
|
36
|
+
* If `true`, the readonly state will be set.
|
37
37
|
*/
|
38
38
|
readonly?: boolean;
|
39
39
|
/**
|
40
|
-
*
|
40
|
+
* The placeholder value to be displayed.
|
41
41
|
*/
|
42
42
|
placeholder?: string;
|
43
43
|
/**
|
44
|
-
*
|
44
|
+
* The helper text that will be displayed for additional field guidance.
|
45
45
|
*/
|
46
46
|
helperText?: string;
|
47
47
|
/**
|
48
|
-
*
|
48
|
+
* If `true`, the small styling will be applied to the select.
|
49
49
|
*/
|
50
50
|
small?: boolean;
|
51
51
|
/**
|
52
|
-
* If true
|
52
|
+
* If `true`, the select element will fill the width of the container.
|
53
53
|
*/
|
54
54
|
fullWidth: boolean;
|
55
55
|
/**
|
56
|
-
*
|
56
|
+
* The validation status - e.g. 'error' | 'warning' | 'success'.
|
57
57
|
*/
|
58
58
|
validationStatus?: IcInformationStatusOrEmpty;
|
59
59
|
/**
|
60
|
-
*
|
60
|
+
* The text to display as the validation message.
|
61
61
|
*/
|
62
62
|
validationText?: string;
|
63
63
|
/**
|
@@ -69,19 +69,19 @@ export declare class Select {
|
|
69
69
|
*/
|
70
70
|
name?: string;
|
71
71
|
/**
|
72
|
-
*
|
72
|
+
* If `true`, a button which clears the select input when clicked will be displayed. The button will always appear on the searchable select.
|
73
73
|
*/
|
74
74
|
showClearButton?: boolean;
|
75
75
|
/**
|
76
|
-
* If true
|
76
|
+
* If `true`, a searchable variant of the select will be displayed which can be typed in to filter options.
|
77
77
|
*/
|
78
78
|
searchable?: boolean;
|
79
79
|
/**
|
80
|
-
* If true
|
80
|
+
* If `true`, descriptions of options will be included when filtering options in a searchable select.
|
81
81
|
*/
|
82
82
|
includeDescriptionsInSearch?: boolean;
|
83
83
|
/**
|
84
|
-
* If true
|
84
|
+
* If `true`, group titles of grouped options will be included when filtering options in a searchable select.
|
85
85
|
*/
|
86
86
|
includeGroupTitlesInSearch?: boolean;
|
87
87
|
/**
|
@@ -89,11 +89,11 @@ export declare class Select {
|
|
89
89
|
*/
|
90
90
|
searchMatchPosition?: IcSearchMatchPositions;
|
91
91
|
/**
|
92
|
-
*
|
92
|
+
* The number of characters until suggestions appear for a searchable select.
|
93
93
|
*/
|
94
94
|
charactersUntilSuggestions?: number;
|
95
95
|
/**
|
96
|
-
*
|
96
|
+
* The text displayed when there are no options in the option list.
|
97
97
|
*/
|
98
98
|
emptyOptionListText: string;
|
99
99
|
open: boolean;
|
@@ -1,45 +1,45 @@
|
|
1
1
|
import { IcThemeForeground } from "../../utils/types";
|
2
2
|
/**
|
3
|
-
* @slot app-icon - Content will be rendered adjacent to the
|
4
|
-
* @slot primary-navigation - Content will be rendered at the top of the side navigation
|
5
|
-
* @slot secondary-navigation - Content will be rendered at the bottom of the side navigation
|
3
|
+
* @slot app-icon - Content will be rendered adjacent to the app title at the very top of the side navigation.
|
4
|
+
* @slot primary-navigation - Content will be rendered at the top of the side navigation.
|
5
|
+
* @slot secondary-navigation - Content will be rendered at the bottom of the side navigation.
|
6
6
|
*/
|
7
7
|
export declare class SideNavigation {
|
8
8
|
el: HTMLIcSideNavigationElement;
|
9
9
|
/**
|
10
|
-
*
|
10
|
+
* The title of the app to be displayed.
|
11
11
|
*/
|
12
12
|
appTitle: string;
|
13
13
|
/**
|
14
|
-
*
|
14
|
+
* The status of the app to be displayed.
|
15
15
|
*/
|
16
16
|
status: string;
|
17
17
|
/**
|
18
|
-
*
|
18
|
+
* The version of the app to be displayed.
|
19
19
|
*/
|
20
20
|
version: string;
|
21
21
|
/**
|
22
|
-
* If true
|
22
|
+
* If `true`, the side navigation will load in an expanded state.
|
23
23
|
*/
|
24
24
|
expanded: boolean;
|
25
25
|
/**
|
26
|
-
*
|
26
|
+
* The URL that the app title link points to.
|
27
27
|
*/
|
28
28
|
href: string;
|
29
29
|
/**
|
30
|
-
* If true
|
30
|
+
* If `true`, the menu expand button will be removed (PLEASE NOTE: This takes effect on screen sizes 992px and above).
|
31
31
|
*/
|
32
32
|
static: boolean;
|
33
33
|
/**
|
34
|
-
* If true
|
34
|
+
* If `true`, the icon and label will appear when side navigation is collapsed.
|
35
35
|
*/
|
36
36
|
collapsedIconLabels: boolean;
|
37
37
|
/**
|
38
|
-
* If true
|
38
|
+
* @internal If `true`, side navigation will be contained by its parent element.
|
39
39
|
*/
|
40
40
|
inline: boolean;
|
41
41
|
/**
|
42
|
-
* If true
|
42
|
+
* If `true`, automatic parent wrapper styling will be disabled.
|
43
43
|
*/
|
44
44
|
disableAutoParentStyling: boolean;
|
45
45
|
foregroundColor: IcThemeForeground;
|
@@ -2,11 +2,11 @@ import { IcSkeletonVariants } from "./ic-skeleton.types";
|
|
2
2
|
export declare class Skeleton {
|
3
3
|
el: HTMLIcSkeletonElement;
|
4
4
|
/**
|
5
|
-
* The variant of the skeleton that will be displayed
|
5
|
+
* The variant of the skeleton that will be displayed.
|
6
6
|
*/
|
7
7
|
variant?: IcSkeletonVariants;
|
8
8
|
/**
|
9
|
-
*
|
9
|
+
* If `true`, the skeleton will be set to the light variant.
|
10
10
|
*/
|
11
11
|
light?: boolean;
|
12
12
|
hasChild: boolean;
|
@@ -1,25 +1,54 @@
|
|
1
|
-
import { IcStepTypes } from "./ic-step.types";
|
1
|
+
import { IcStepVariants, IcStepStatuses, IcStepTypes } from "./ic-step.types";
|
2
2
|
export declare class Step {
|
3
3
|
el: HTMLIcStepElement;
|
4
4
|
/**
|
5
|
-
*
|
5
|
+
* @internal The variant of the step. This is managed by ic-stepper.
|
6
6
|
*/
|
7
|
-
|
7
|
+
variant: IcStepVariants;
|
8
8
|
/**
|
9
|
-
*
|
9
|
+
* The title of the step within the stepper.
|
10
10
|
*/
|
11
11
|
stepTitle?: string;
|
12
12
|
/**
|
13
|
-
* Additional information about step
|
13
|
+
* Additional information about the step. Use this prop to override the default step status messaging displayed when selecting a step type or step status.
|
14
14
|
*/
|
15
15
|
stepSubtitle?: string;
|
16
16
|
/**
|
17
|
-
*
|
17
|
+
* The status of the step. Use this prop to display a status message on the step if it is required or optional.
|
18
|
+
*/
|
19
|
+
stepStatus?: IcStepStatuses;
|
20
|
+
/**
|
21
|
+
* The state of the step within the stepper.
|
22
|
+
*/
|
23
|
+
stepType?: IcStepTypes;
|
24
|
+
/**
|
25
|
+
* @internal If `true`, and a compact stepper is being used, the current step will be the only step in view.
|
26
|
+
*/
|
27
|
+
current?: boolean;
|
28
|
+
/**
|
29
|
+
* @internal If a compact stepper is being used, this sets the styling of the step.
|
30
|
+
*/
|
31
|
+
compactStepStyling?: IcStepTypes;
|
32
|
+
/**
|
33
|
+
* @internal The step number, managed by ic-stepper.
|
18
34
|
*/
|
19
35
|
stepNum?: number;
|
20
36
|
/**
|
21
|
-
* @internal
|
37
|
+
* @internal If `true`, the step will be marked as being the last one in the series. This is managed by ic-stepper.
|
38
|
+
*/
|
39
|
+
lastStep: boolean;
|
40
|
+
/**
|
41
|
+
* @internal The step number of the final step. This is managed by ic-stepper.
|
42
|
+
*/
|
43
|
+
lastStepNum?: number;
|
44
|
+
/**
|
45
|
+
* @internal The name of the next step. This is managed by ic-stepper.
|
46
|
+
*/
|
47
|
+
nextStepTitle?: string;
|
48
|
+
/**
|
49
|
+
* @internal The progress of the next step, calculated by dividing the current step number by the total number of steps. This is managed by ic-stepper.
|
22
50
|
*/
|
23
|
-
|
51
|
+
progress?: number;
|
52
|
+
stepTypeChangeHandler(): void;
|
24
53
|
render(): any;
|
25
54
|
}
|
@@ -0,0 +1,4 @@
|
|
1
|
+
export declare const defaultStepper = "\n <ic-stepper>\n <ic-step step-title=\"First\"></ic-step>\n <ic-step\n step-title=\"Second With a Very Long Title\"\n step-subtitle=\"Optional Subtitle\"\n step-type=\"current\"\n ></ic-step>\n <ic-step step-title=\"Third\" step-type=\"disabled\"></ic-step>\n <ic-step\n step-title=\"Fourth\"\n step-subtitle=\"Optional Subtitle\"\n step-type=\"completed\"\n ></ic-step>\n </ic-stepper>";
|
2
|
+
export declare const customConnectorWidthStepper = "\n <ic-stepper aligned=\"left\" connector-width=\"150\">\n <ic-step step-title=\"First\"></ic-step>\n <ic-step\n step-title=\"Second With a Very Long Title\"\n step-subtitle=\"Optional Subtitle\"\n step-type=\"current\"\n ></ic-step>\n <ic-step step-title=\"Third\" step-type=\"disabled\"></ic-step>\n <ic-step\n step-title=\"Fourth\"\n step-subtitle=\"Optional Subtitle\"\n step-type=\"completed\"\n ></ic-step>\n </ic-stepper>";
|
3
|
+
export declare const invalidConnectorWidthStepper = "\n <ic-stepper aligned=\"left\" connector-width=\"96\">\n <ic-step step-title=\"First\"></ic-step>\n <ic-step\n step-title=\"Second With a Very Long Title\"\n step-subtitle=\"Optional Subtitle\"\n step-type=\"current\"\n ></ic-step>\n <ic-step step-title=\"Third\" step-type=\"disabled\"></ic-step>\n <ic-step\n step-title=\"Fourth\"\n step-subtitle=\"Optional Subtitle\"\n step-type=\"completed\"\n ></ic-step>\n </ic-stepper>";
|
4
|
+
export declare const compactStepper = "\n <ic-stepper variant=\"compact\" id=\"custom-compact-stepper\">\n <ic-step \n step-title=\"First\"\n ></ic-step>\n <ic-step\n step-title=\"Second With a Very Long Title\"\n step-subtitle=\"Optional subtitle that is long and should wrap\"\n current\n step-type=\"current\"\n ></ic-step>\n <ic-step\n step-title=\"Third\"\n step-type=\"disabled\"\n ></ic-step>\n <ic-step\n step-title=\"Fourth title that is long and should wrap\"\n step-subtitle=\"Optional Subtitle\"\n step-type=\"completed\"\n ></ic-step>\n <ic-step\n step-title=\"Fifth and final step\"\n step-subtitle=\"Optional Subtitle\"\n icon\n step-status=\"optional\"\n step-type=\"completed\"\n ></ic-step>\n </ic-stepper>";
|