@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
@@ -1,25 +1,42 @@
|
|
1
1
|
import { IcStepperAlignment } from "./ic-stepper.types";
|
2
|
-
|
2
|
+
import { IcStepTypes, IcStepVariants } from "../ic-step/ic-step.types";
|
3
|
+
export declare class Stepper {
|
3
4
|
el: HTMLIcStepperElement;
|
4
5
|
/**
|
5
|
-
*
|
6
|
+
* The alignment of the default stepper within its container.
|
6
7
|
*/
|
7
8
|
aligned?: IcStepperAlignment;
|
9
|
+
/**
|
10
|
+
* The variant of the stepper.
|
11
|
+
*/
|
12
|
+
variant?: IcStepVariants;
|
8
13
|
/**
|
9
14
|
* The length of the connnector between each step in pixels. Minimum length is 100px.
|
10
15
|
*/
|
11
16
|
connectorWidth?: number;
|
17
|
+
/**
|
18
|
+
* 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.
|
19
|
+
*/
|
20
|
+
hideStepInfo?: boolean;
|
12
21
|
stepperWidth: number;
|
13
22
|
lastStepWidth: number;
|
23
|
+
stepTypes: IcStepTypes[];
|
24
|
+
alignedFullWidth: boolean;
|
25
|
+
autoSetStepTitles: boolean;
|
26
|
+
variantOverride?: boolean;
|
27
|
+
noOfResizes?: number;
|
14
28
|
private steps;
|
29
|
+
private stepsWithStepTitles;
|
15
30
|
private resizeObserver;
|
16
|
-
/**
|
17
|
-
* Get all steps currently within this stepper
|
18
|
-
*/
|
19
31
|
private getChildren;
|
32
|
+
private checkStepTitles;
|
33
|
+
private setStepTypes;
|
34
|
+
private setStepperWidth;
|
20
35
|
private initialiseStepStates;
|
36
|
+
private overrideVariant;
|
37
|
+
private resizeObserverCallback;
|
21
38
|
private runResizeObserver;
|
22
|
-
|
39
|
+
componentWillLoad(): void;
|
23
40
|
componentDidLoad(): void;
|
24
41
|
disconnectedCallback(): void;
|
25
42
|
render(): any;
|
@@ -7,27 +7,27 @@ export declare class Switch {
|
|
7
7
|
private inputId;
|
8
8
|
el: HTMLIcSwitchElement;
|
9
9
|
/**
|
10
|
-
*
|
10
|
+
* The aria-label applied to the switch when no visual 'name' is provided.
|
11
11
|
*/
|
12
12
|
label: string;
|
13
13
|
/**
|
14
|
-
*
|
14
|
+
* If `true`, the label will be hidden and the required label value will be applied as an aria-label.
|
15
15
|
*/
|
16
16
|
hideLabel?: boolean;
|
17
17
|
/**
|
18
|
-
*
|
18
|
+
* The helper text that will be displayed for additional field guidance.
|
19
19
|
*/
|
20
20
|
helperText?: string;
|
21
21
|
/**
|
22
|
-
* If true
|
22
|
+
* If `true`, the switch will display as checked.
|
23
23
|
*/
|
24
24
|
checked?: boolean;
|
25
25
|
/**
|
26
|
-
* If true
|
26
|
+
* If `true`, the small styling will be applied to the switch.
|
27
27
|
*/
|
28
28
|
small?: boolean;
|
29
29
|
/**
|
30
|
-
* If true
|
30
|
+
* If `true`, the disabled state will be set.
|
31
31
|
*/
|
32
32
|
disabled?: boolean;
|
33
33
|
/**
|
@@ -35,7 +35,7 @@ export declare class Switch {
|
|
35
35
|
*/
|
36
36
|
name?: string;
|
37
37
|
/**
|
38
|
-
* If true
|
38
|
+
* If `true`, the switch will render the On/Off state text.
|
39
39
|
*/
|
40
40
|
showState?: boolean;
|
41
41
|
/**
|
@@ -6,13 +6,13 @@ import { IcThemeForegroundNoDefault } from "../../utils/types";
|
|
6
6
|
*/
|
7
7
|
export declare class Tab {
|
8
8
|
host: HTMLIcTabElement;
|
9
|
-
/** @internal
|
9
|
+
/** @internal The unique context needed if using multiple tabs inside one another i.e. rendering another tabs inside a tab panel. */
|
10
10
|
contextId?: string;
|
11
11
|
/**
|
12
|
-
*
|
12
|
+
* If `true`, the disabled state will be set.
|
13
13
|
*/
|
14
14
|
disabled?: boolean;
|
15
|
-
/** @internal
|
15
|
+
/** @internal If `true`, the tab will display with a selected indicator and tabIndex will be set. */
|
16
16
|
selected?: boolean;
|
17
17
|
/** @internal The shared ID between panel and tab. */
|
18
18
|
tabId?: string;
|
@@ -21,11 +21,11 @@ export declare class Tab {
|
|
21
21
|
/** @internal Determines whether the light or dark variant of the tabs should be displayed. */
|
22
22
|
appearance?: IcThemeForegroundNoDefault;
|
23
23
|
/**
|
24
|
-
*
|
24
|
+
* @internal Emitted when a tab is selected.
|
25
25
|
*/
|
26
26
|
tabClick: EventEmitter<IcTabClickEventDetail>;
|
27
27
|
/**
|
28
|
-
* @internal
|
28
|
+
* @internal Emitted when a tab is focussed.
|
29
29
|
*/
|
30
30
|
tabFocus: EventEmitter<IcTabClickEventDetail>;
|
31
31
|
private isInitialRender;
|
@@ -4,7 +4,7 @@ import { IcTabClickEventDetail, IcTabSelectEventDetail } from "../ic-tab/ic-tab.
|
|
4
4
|
export declare class TabContext {
|
5
5
|
host: HTMLIcTabContextElement;
|
6
6
|
/**
|
7
|
-
*
|
7
|
+
* The unique context needed if using multiple tabs inside one another i.e. rendering another set of tabs inside a tab panel.
|
8
8
|
*/
|
9
9
|
contextId?: string;
|
10
10
|
/**
|
@@ -12,19 +12,23 @@ export declare class TabContext {
|
|
12
12
|
*/
|
13
13
|
activationType?: IcActivationTypes;
|
14
14
|
/**
|
15
|
-
*
|
15
|
+
* The selected tab to be controlled by the user. Must be used alongside the icTabSelect event to manage tab selection.
|
16
16
|
*/
|
17
17
|
selectedTabIndex?: number;
|
18
18
|
/**
|
19
|
-
*
|
19
|
+
* The appearance of the tab context, e.g dark, or light.
|
20
20
|
*/
|
21
21
|
appearance?: IcThemeForegroundNoDefault;
|
22
22
|
selectedTab: number | null;
|
23
23
|
updateSelectedTab(newValue: number): void;
|
24
24
|
/**
|
25
|
-
*
|
25
|
+
* @deprecated This event should not be used anymore. Use icTabSelect instead.
|
26
26
|
*/
|
27
27
|
tabSelect: EventEmitter<IcTabSelectEventDetail>;
|
28
|
+
/**
|
29
|
+
* Emitted when a user selects a tab.
|
30
|
+
*/
|
31
|
+
icTabSelect: EventEmitter<IcTabSelectEventDetail>;
|
28
32
|
tabClickHandler(event: CustomEvent<IcTabClickEventDetail>): void;
|
29
33
|
private controlledMode;
|
30
34
|
private tabs;
|
@@ -3,18 +3,18 @@ import { IcThemeForegroundNoDefault } from "../../utils/types";
|
|
3
3
|
export declare class TabGroup {
|
4
4
|
host: HTMLIcTabGroupElement;
|
5
5
|
/**
|
6
|
-
*
|
6
|
+
* The unique context needed if using multiple tabs inside one another i.e. rendering another set of tabs inside a tab panel.
|
7
7
|
*/
|
8
8
|
contextId?: string;
|
9
9
|
/**
|
10
|
-
*
|
10
|
+
* If `true`, the tabs and tab panels will be positioned separately.
|
11
11
|
*/
|
12
12
|
inline?: boolean;
|
13
13
|
/**
|
14
|
-
*
|
14
|
+
* The label to describe the purpose of the set of tabs to screen reader users.
|
15
15
|
*/
|
16
16
|
label: string;
|
17
|
-
/** @internal
|
17
|
+
/** @internal The appearance of the tab group, e.g dark, or light. */
|
18
18
|
appearance?: IcThemeForegroundNoDefault;
|
19
19
|
firstTabVisible: boolean;
|
20
20
|
lastTabVisible: boolean;
|
@@ -2,7 +2,7 @@ import { IcThemeForegroundNoDefault } from "../../utils/types";
|
|
2
2
|
export declare class TabPanel {
|
3
3
|
host: HTMLIcTabPanelElement;
|
4
4
|
/**
|
5
|
-
*
|
5
|
+
* The unique context needed if using multiple tabs inside one another i.e. rendering another tabs inside a tab panel.
|
6
6
|
*/
|
7
7
|
contextId?: string;
|
8
8
|
/** @internal The position of the tab panel inside the tabs array in context. */
|
@@ -11,7 +11,7 @@ export declare class TabPanel {
|
|
11
11
|
panelId?: string;
|
12
12
|
/** @internal The shared ID of the currently selected tab. */
|
13
13
|
selectedTab?: string;
|
14
|
-
/** @internal
|
14
|
+
/** @internal The appearance of the tabs, e.g dark, or light. */
|
15
15
|
appearance?: IcThemeForegroundNoDefault;
|
16
16
|
render(): any;
|
17
17
|
}
|
@@ -9,98 +9,98 @@ export declare class TextField {
|
|
9
9
|
private inputEl;
|
10
10
|
private inheritedAttributes;
|
11
11
|
/**
|
12
|
-
* @slot clear-button - an ic-button clear component will render as an end adornment to the input
|
13
|
-
* @slot search-submit-button - an ic-button search submit component will render as an end adornment to the input
|
14
|
-
* @slot menu - an ic-menu component will appear below the input
|
12
|
+
* @slot clear-button - an ic-button clear component will render as an end adornment to the input.
|
13
|
+
* @slot search-submit-button - an ic-button search submit component will render as an end adornment to the input.
|
14
|
+
* @slot menu - an ic-menu component will appear below the input.
|
15
15
|
*/
|
16
16
|
/**
|
17
|
-
*
|
17
|
+
* The ID for the input.
|
18
18
|
*/
|
19
19
|
inputId?: string;
|
20
20
|
/**
|
21
|
-
*
|
21
|
+
* The label for the input.
|
22
22
|
*/
|
23
23
|
label: string;
|
24
24
|
/**
|
25
|
-
*
|
25
|
+
* If `true`, the input will require a value.
|
26
26
|
*/
|
27
27
|
required: boolean;
|
28
28
|
/**
|
29
|
-
*
|
29
|
+
* If `true`, the disabled state will be set.
|
30
30
|
*/
|
31
31
|
disabled: boolean;
|
32
32
|
/**
|
33
|
-
*
|
33
|
+
* If `true`, the read only state will be set.
|
34
34
|
*/
|
35
35
|
readonly: boolean;
|
36
36
|
/**
|
37
|
-
*
|
37
|
+
* The placeholder value to be displayed.
|
38
38
|
*/
|
39
39
|
placeholder: string;
|
40
40
|
/**
|
41
|
-
* Specify whether the
|
42
|
-
* If true
|
41
|
+
* Specify whether the text field fills the full width of the container.
|
42
|
+
* If `true`, this overrides the --input-width CSS variable.
|
43
43
|
*/
|
44
44
|
fullWidth: boolean;
|
45
45
|
/**
|
46
|
-
*
|
46
|
+
* If `true`, the label will be hidden and the required label value will be applied as an aria-label.
|
47
47
|
*/
|
48
48
|
hideLabel: boolean;
|
49
49
|
/**
|
50
|
-
*
|
50
|
+
* The helper text that will be displayed for additional field guidance.
|
51
51
|
*/
|
52
52
|
helperText: string;
|
53
53
|
/**
|
54
|
-
*
|
54
|
+
* The number of rows to transform the text field into a text area with a specific height.
|
55
55
|
*/
|
56
56
|
rows: number;
|
57
57
|
/**
|
58
|
-
*
|
58
|
+
* If `true`, the multiline text area will be resizeable.
|
59
59
|
*/
|
60
60
|
resize: boolean;
|
61
61
|
/**
|
62
|
-
*
|
62
|
+
* If `true`, the small styling will be applied to the text field.
|
63
63
|
*/
|
64
64
|
small: boolean;
|
65
65
|
/**
|
66
|
-
*
|
66
|
+
* The value of the text field.
|
67
67
|
*/
|
68
68
|
value: string;
|
69
69
|
/**
|
70
|
-
*
|
70
|
+
* The maximum number of characters that can be entered in the field.
|
71
71
|
*/
|
72
72
|
maxLength: number;
|
73
73
|
/**
|
74
|
-
*
|
74
|
+
* The validation state - e.g. 'error' | 'warning' | 'success'.
|
75
75
|
*/
|
76
76
|
validationStatus: IcInformationStatusOrEmpty;
|
77
77
|
/**
|
78
|
-
*
|
78
|
+
* The validation state - e.g. 'error' | 'warning' | 'success'.
|
79
79
|
*/
|
80
80
|
validationText: string;
|
81
81
|
/**
|
82
|
-
*
|
82
|
+
* If `true`, the icon in input control will be displayed - only applies when validationStatus ='success'.
|
83
83
|
*/
|
84
84
|
validationInline: boolean;
|
85
85
|
/**
|
86
|
-
*
|
86
|
+
* The automatic capitalisation of the text value as it is entered/edited by the user.
|
87
87
|
* Available options: "off", "none", "on", "sentences", "words", "characters".
|
88
88
|
*/
|
89
89
|
autocapitalize: string;
|
90
90
|
/**
|
91
|
-
*
|
91
|
+
* The state of autocompletion the browser can apply on the text value.
|
92
92
|
*/
|
93
93
|
autocomplete: IcAutocompleteTypes;
|
94
94
|
/**
|
95
|
-
*
|
95
|
+
* The state of autocorrection the browser can apply when the user is entering/editing the text value.
|
96
96
|
*/
|
97
97
|
autocorrect: IcAutocorrectStates;
|
98
98
|
/**
|
99
|
-
*
|
99
|
+
* If `true`, the form control will have input focus when the page loads.
|
100
100
|
*/
|
101
101
|
autoFocus: boolean;
|
102
102
|
/**
|
103
|
-
*
|
103
|
+
* The amount of time, in milliseconds, to wait to trigger the `icChange` event after each keystroke.
|
104
104
|
*/
|
105
105
|
debounce: number;
|
106
106
|
private showLeftIcon;
|
@@ -120,15 +120,15 @@ export declare class TextField {
|
|
120
120
|
*/
|
121
121
|
name: string;
|
122
122
|
/**
|
123
|
-
* If `true`, the
|
123
|
+
* If `true`, the value of the text field will have its spelling and grammar checked.
|
124
124
|
*/
|
125
125
|
spellcheck: boolean;
|
126
126
|
/**
|
127
|
-
* @internal
|
127
|
+
* @internal The active element when focus is on the ic-menu items.
|
128
128
|
*/
|
129
129
|
ariaActiveDescendant?: string;
|
130
130
|
/**
|
131
|
-
* @internal
|
131
|
+
* @internal If `true`, an ellipsis will be displayed at the end of the value if the value is longer than the container.
|
132
132
|
*/
|
133
133
|
truncateValue?: boolean;
|
134
134
|
/**
|
@@ -148,7 +148,7 @@ export declare class TextField {
|
|
148
148
|
*/
|
149
149
|
role: string;
|
150
150
|
/**
|
151
|
-
* @internal
|
151
|
+
* @internal If `true`, the hidden form input will stop rendering for form submission.
|
152
152
|
*/
|
153
153
|
hiddenInput: boolean;
|
154
154
|
numChars: number;
|
@@ -2,14 +2,14 @@ import { EventEmitter } from "../../stencil-public-runtime";
|
|
2
2
|
import { IcTheme } from "../../utils/types";
|
3
3
|
export declare class Theme {
|
4
4
|
/**
|
5
|
-
* The theme colour. Can be a hex value
|
5
|
+
* 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)".
|
6
6
|
*/
|
7
7
|
color?: string;
|
8
8
|
watchColorPropHandler(): void;
|
9
9
|
/**
|
10
|
-
* Emitted when the theme is changed.
|
10
|
+
* @internal Emitted when the theme is changed.
|
11
11
|
*/
|
12
|
-
|
12
|
+
themeChange: EventEmitter<IcTheme>;
|
13
13
|
private checkThemeColorContrast;
|
14
14
|
private setThemeColor;
|
15
15
|
private setThemeRGBA;
|
@@ -13,6 +13,10 @@ export declare class Tooltip {
|
|
13
13
|
* The text to display on the tooltip.
|
14
14
|
*/
|
15
15
|
label: string;
|
16
|
+
/**
|
17
|
+
* If `true`, the tooltip will not be displayed on hover, it will require a click.
|
18
|
+
*/
|
19
|
+
disableHover?: boolean;
|
16
20
|
updateLabel(newValue: string): void;
|
17
21
|
private toolTip;
|
18
22
|
private arrow;
|
@@ -10,27 +10,27 @@ import { IcAlignment, IcThemeForeground } from "../../utils/types";
|
|
10
10
|
export declare class TopNavigation {
|
11
11
|
el: HTMLIcTopNavigationElement;
|
12
12
|
/**
|
13
|
-
*
|
13
|
+
* The app title to be displayed.
|
14
14
|
*/
|
15
15
|
appTitle: string;
|
16
16
|
/**
|
17
|
-
* The
|
17
|
+
* The URL to navigate to when the app title is clicked.
|
18
18
|
*/
|
19
19
|
href: string;
|
20
20
|
/**
|
21
|
-
*
|
21
|
+
* The version info to be displayed.
|
22
22
|
*/
|
23
23
|
version: string;
|
24
24
|
/**
|
25
|
-
*
|
25
|
+
* The status info to be displayed.
|
26
26
|
*/
|
27
27
|
status: string;
|
28
28
|
/**
|
29
|
-
* The alignment of the top
|
29
|
+
* The alignment of the top navigation content.
|
30
30
|
*/
|
31
31
|
contentAligned: IcAlignment;
|
32
32
|
/**
|
33
|
-
* If true
|
33
|
+
* If `true`, the flyout navigation menu on small devices will be contained by the parent element.
|
34
34
|
*/
|
35
35
|
inline: boolean;
|
36
36
|
menuOpen: boolean;
|
@@ -6,7 +6,7 @@ export declare class Typography {
|
|
6
6
|
*/
|
7
7
|
variant?: IcTypographyVariants;
|
8
8
|
/**
|
9
|
-
*
|
9
|
+
* If `true`, appropriate top and bottom margins will be applied to the typography.
|
10
10
|
*/
|
11
11
|
applyVerticalMargins?: boolean;
|
12
12
|
render(): any;
|