@ukic/web-components 2.1.0-beta.11 → 2.1.0-beta.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/core.cjs.js +2 -2
- package/dist/cjs/ic-alert.cjs.entry.js +2 -2
- package/dist/cjs/ic-alert.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-back-to-top.cjs.entry.js +2 -2
- package/dist/cjs/ic-back-to-top.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-breadcrumb-group.cjs.entry.js +1 -1
- package/dist/cjs/ic-breadcrumb.cjs.entry.js +1 -1
- package/dist/cjs/ic-button_3.cjs.entry.js +44 -10
- package/dist/cjs/ic-button_3.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-card.cjs.entry.js +4 -4
- package/dist/cjs/ic-card.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-checkbox-group.cjs.entry.js +16 -18
- package/dist/cjs/ic-checkbox-group.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-checkbox.cjs.entry.js +11 -4
- package/dist/cjs/ic-checkbox.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-chip.cjs.entry.js +2 -2
- package/dist/cjs/ic-chip.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-classification-banner.cjs.entry.js +1 -1
- package/dist/cjs/ic-data-entity.cjs.entry.js +2 -2
- package/dist/cjs/ic-data-entity.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-data-row.cjs.entry.js +2 -2
- package/dist/cjs/ic-data-row.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-divider.cjs.entry.js +2 -2
- package/dist/cjs/ic-divider.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-footer-link-group.cjs.entry.js +1 -1
- package/dist/cjs/ic-footer-link.cjs.entry.js +1 -1
- package/dist/cjs/ic-footer.cjs.entry.js +1 -1
- package/dist/cjs/ic-hero.cjs.entry.js +4 -2
- package/dist/cjs/ic-hero.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-horizontal-scroll.cjs.entry.js +2 -2
- package/dist/cjs/ic-horizontal-scroll.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-input-component-container_3.cjs.entry.js +146 -63
- package/dist/cjs/ic-input-component-container_3.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-input-label_2.cjs.entry.js +1 -1
- package/dist/cjs/ic-link.cjs.entry.js +1 -1
- package/dist/cjs/ic-menu-group.cjs.entry.js +1 -1
- package/dist/cjs/ic-menu-item.cjs.entry.js +2 -2
- package/dist/cjs/ic-menu-item.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-navigation-button.cjs.entry.js +2 -2
- package/dist/cjs/ic-navigation-button.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-navigation-group.cjs.entry.js +2 -2
- package/dist/cjs/ic-navigation-group.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-navigation-item.cjs.entry.js +3 -2
- package/dist/cjs/ic-navigation-item.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-navigation-menu.cjs.entry.js +2 -2
- package/dist/cjs/ic-navigation-menu.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-page-header.cjs.entry.js +2 -2
- package/dist/cjs/ic-page-header.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-pagination-item.cjs.entry.js +51 -0
- package/dist/cjs/ic-pagination-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ic-pagination.cjs.entry.js +206 -0
- package/dist/cjs/ic-pagination.cjs.entry.js.map +1 -0
- package/dist/cjs/ic-popover-menu.cjs.entry.js +8 -7
- package/dist/cjs/ic-popover-menu.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-radio-group.cjs.entry.js +3 -3
- package/dist/cjs/ic-radio-group.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-radio-option.cjs.entry.js +3 -3
- package/dist/cjs/ic-radio-option.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-search-bar.cjs.entry.js +79 -12
- package/dist/cjs/ic-search-bar.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-section-container.cjs.entry.js +1 -1
- package/dist/cjs/ic-select.cjs.entry.js +153 -54
- package/dist/cjs/ic-select.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-side-navigation.cjs.entry.js +11 -3
- 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-status-tag.cjs.entry.js +2 -2
- package/dist/cjs/ic-status-tag.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-step.cjs.entry.js +2 -2
- package/dist/cjs/ic-step.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-stepper.cjs.entry.js +1 -1
- package/dist/cjs/ic-switch.cjs.entry.js +2 -2
- package/dist/cjs/ic-switch.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-tab-context.cjs.entry.js +42 -5
- package/dist/cjs/ic-tab-context.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-tab-group.cjs.entry.js +3 -2
- package/dist/cjs/ic-tab-group.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-tab-panel.cjs.entry.js +11 -2
- package/dist/cjs/ic-tab-panel.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-tab.cjs.entry.js +14 -2
- package/dist/cjs/ic-tab.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-text-field.cjs.entry.js +50 -11
- package/dist/cjs/ic-text-field.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-theme.cjs.entry.js +1 -1
- package/dist/cjs/ic-toast-region.cjs.entry.js +1 -1
- package/dist/cjs/ic-toast.cjs.entry.js +5 -1
- package/dist/cjs/ic-toast.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-top-navigation.cjs.entry.js +7 -5
- package/dist/cjs/ic-top-navigation.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-typography.cjs.entry.js +2 -2
- package/dist/cjs/ic-typography.cjs.entry.js.map +1 -1
- package/dist/cjs/{index-f79a4e53.js → index-a62312a7.js} +11 -1
- package/dist/cjs/index-a62312a7.js.map +1 -0
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/types-3eb02246.js.map +1 -1
- package/dist/collection/assets/pagination-first-last.svg +3 -0
- package/dist/collection/assets/pagination-next-previous.svg +3 -0
- package/dist/collection/collection-manifest.json +2 -0
- package/dist/collection/components/ic-alert/ic-alert.css +1 -1
- package/dist/collection/components/ic-back-to-top/ic-back-to-top.css +3 -3
- package/dist/collection/components/ic-button/ic-button.css +6 -2
- package/dist/collection/components/ic-button/ic-button.js +118 -1
- package/dist/collection/components/ic-button/ic-button.js.map +1 -1
- package/dist/collection/components/ic-card/ic-card.css +17 -7
- package/dist/collection/components/ic-card/ic-card.js +2 -2
- package/dist/collection/components/ic-card/ic-card.js.map +1 -1
- package/dist/collection/components/ic-checkbox/ic-checkbox.css +11 -8
- package/dist/collection/components/ic-checkbox/ic-checkbox.js +28 -2
- package/dist/collection/components/ic-checkbox/ic-checkbox.js.map +1 -1
- package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.css +3 -3
- package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.js +15 -21
- package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.js.map +1 -1
- package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.types.js.map +1 -1
- package/dist/collection/components/ic-chip/ic-chip.css +11 -10
- package/dist/collection/components/ic-data-entity/ic-data-entity.css +1 -1
- package/dist/collection/components/ic-data-row/ic-data-row.css +1 -1
- package/dist/collection/components/ic-divider/ic-divider.css +1 -1
- package/dist/collection/components/ic-hero/ic-hero.css +23 -22
- package/dist/collection/components/ic-hero/ic-hero.js +2 -0
- package/dist/collection/components/ic-hero/ic-hero.js.map +1 -1
- package/dist/collection/components/ic-horizontal-scroll/ic-horizontal-scroll.css +4 -8
- package/dist/collection/components/ic-input-component-container/ic-input-component-container.css +6 -5
- package/dist/collection/components/ic-loading-indicator/ic-loading-indicator.css +4 -4
- package/dist/collection/components/ic-loading-indicator/ic-loading-indicator.js +11 -3
- package/dist/collection/components/ic-loading-indicator/ic-loading-indicator.js.map +1 -1
- package/dist/collection/components/ic-menu/ic-menu.css +39 -10
- package/dist/collection/components/ic-menu/ic-menu.js +188 -61
- package/dist/collection/components/ic-menu/ic-menu.js.map +1 -1
- package/dist/collection/components/ic-menu-item/ic-menu-item.css +1 -6
- package/dist/collection/components/ic-navigation-button/ic-navigation-button.css +4 -0
- package/dist/collection/components/ic-navigation-group/ic-navigation-group.css +2 -2
- package/dist/collection/components/ic-navigation-item/ic-navigation-item.css +2 -2
- package/dist/collection/components/ic-navigation-item/ic-navigation-item.js +1 -0
- package/dist/collection/components/ic-navigation-item/ic-navigation-item.js.map +1 -1
- package/dist/collection/components/ic-navigation-menu/ic-navigation-menu.css +18 -14
- package/dist/collection/components/ic-page-header/ic-page-header.css +1 -1
- package/dist/collection/components/ic-pagination/ic-pagination.css +490 -0
- package/dist/collection/components/ic-pagination/ic-pagination.js +435 -0
- package/dist/collection/components/ic-pagination/ic-pagination.js.map +1 -0
- package/dist/collection/components/ic-pagination/ic-pagination.test.a11y.js +11 -0
- package/dist/collection/components/ic-pagination/ic-pagination.test.a11y.js.map +1 -0
- package/dist/collection/components/ic-pagination/ic-pagination.types.js +2 -0
- package/dist/collection/components/ic-pagination/ic-pagination.types.js.map +1 -0
- package/dist/collection/components/ic-pagination-item/ic-pagination-item.css +581 -0
- package/dist/collection/components/ic-pagination-item/ic-pagination-item.js +225 -0
- package/dist/collection/components/ic-pagination-item/ic-pagination-item.js.map +1 -0
- package/dist/collection/components/ic-pagination-item/ic-pagination-item.types.js +2 -0
- package/dist/collection/components/ic-pagination-item/ic-pagination-item.types.js.map +1 -0
- package/dist/collection/components/ic-popover-menu/ic-popover-menu.css +2 -1
- package/dist/collection/components/ic-popover-menu/ic-popover-menu.js +7 -6
- package/dist/collection/components/ic-popover-menu/ic-popover-menu.js.map +1 -1
- package/dist/collection/components/ic-radio-group/ic-radio-group.css +4 -4
- package/dist/collection/components/ic-radio-group/ic-radio-group.js +1 -1
- package/dist/collection/components/ic-radio-group/ic-radio-group.js.map +1 -1
- package/dist/collection/components/ic-radio-option/ic-radio-option.css +6 -6
- package/dist/collection/components/ic-radio-option/ic-radio-option.js +1 -1
- package/dist/collection/components/ic-radio-option/ic-radio-option.js.map +1 -1
- package/dist/collection/components/ic-search-bar/ic-search-bar.css +6 -10
- package/dist/collection/components/ic-search-bar/ic-search-bar.js +172 -11
- package/dist/collection/components/ic-search-bar/ic-search-bar.js.map +1 -1
- package/dist/collection/components/ic-select/ic-select.css +4 -4
- package/dist/collection/components/ic-select/ic-select.js +247 -53
- package/dist/collection/components/ic-select/ic-select.js.map +1 -1
- package/dist/collection/components/ic-side-navigation/ic-side-navigation.css +43 -20
- package/dist/collection/components/ic-side-navigation/ic-side-navigation.js +9 -1
- package/dist/collection/components/ic-side-navigation/ic-side-navigation.js.map +1 -1
- package/dist/collection/components/ic-status-tag/ic-status-tag.css +8 -7
- package/dist/collection/components/ic-step/ic-step.css +1 -1
- package/dist/collection/components/ic-switch/ic-switch.css +4 -4
- package/dist/collection/components/ic-tab/ic-tab.css +4 -4
- package/dist/collection/components/ic-tab/ic-tab.js +50 -0
- package/dist/collection/components/ic-tab/ic-tab.js.map +1 -1
- package/dist/collection/components/ic-tab-context/ic-tab-context.js +79 -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.css +1 -1
- package/dist/collection/components/ic-tab-group/ic-tab-group.js +6 -2
- package/dist/collection/components/ic-tab-group/ic-tab-group.js.map +1 -1
- package/dist/collection/components/ic-tab-panel/ic-tab-panel.css +0 -4
- package/dist/collection/components/ic-tab-panel/ic-tab-panel.js +56 -3
- package/dist/collection/components/ic-tab-panel/ic-tab-panel.js.map +1 -1
- package/dist/collection/components/ic-text-field/ic-text-field.css +2 -3
- package/dist/collection/components/ic-text-field/ic-text-field.js +129 -9
- package/dist/collection/components/ic-text-field/ic-text-field.js.map +1 -1
- package/dist/collection/components/ic-toast/ic-toast.js +7 -3
- package/dist/collection/components/ic-toast/ic-toast.js.map +1 -1
- package/dist/collection/components/ic-tooltip/ic-tooltip.js +53 -4
- package/dist/collection/components/ic-tooltip/ic-tooltip.js.map +1 -1
- package/dist/collection/components/ic-top-navigation/ic-top-navigation.css +21 -15
- package/dist/collection/components/ic-top-navigation/ic-top-navigation.js +5 -3
- package/dist/collection/components/ic-top-navigation/ic-top-navigation.js.map +1 -1
- package/dist/collection/components/ic-typography/ic-typography.css +19 -1
- package/dist/collection/components/ic-typography/ic-typography.js +1 -1
- package/dist/collection/utils/types.js.map +1 -1
- package/dist/components/ic-alert.js +1 -1
- package/dist/components/ic-alert.js.map +1 -1
- package/dist/components/ic-back-to-top.js +1 -1
- package/dist/components/ic-back-to-top.js.map +1 -1
- package/dist/components/ic-button2.js +23 -2
- package/dist/components/ic-button2.js.map +1 -1
- package/dist/components/ic-card.js +3 -3
- package/dist/components/ic-card.js.map +1 -1
- package/dist/components/ic-checkbox-group.js +16 -19
- package/dist/components/ic-checkbox-group.js.map +1 -1
- package/dist/components/ic-checkbox.js +11 -3
- package/dist/components/ic-checkbox.js.map +1 -1
- package/dist/components/ic-chip.js +1 -1
- package/dist/components/ic-chip.js.map +1 -1
- package/dist/components/ic-data-entity.js +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-hero.js +3 -1
- package/dist/components/ic-hero.js.map +1 -1
- package/dist/components/ic-horizontal-scroll2.js +1 -1
- package/dist/components/ic-horizontal-scroll2.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-loading-indicator2.js +12 -4
- package/dist/components/ic-loading-indicator2.js.map +1 -1
- package/dist/components/ic-menu-item2.js +1 -1
- package/dist/components/ic-menu-item2.js.map +1 -1
- package/dist/components/ic-menu2.js +164 -64
- 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 +2 -1
- 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 +1 -1
- package/dist/components/ic-page-header.js.map +1 -1
- package/dist/components/ic-pagination-item.d.ts +11 -0
- package/dist/components/ic-pagination-item.js +8 -0
- package/dist/components/ic-pagination-item.js.map +1 -0
- package/dist/components/ic-pagination-item2.js +77 -0
- package/dist/components/ic-pagination-item2.js.map +1 -0
- package/dist/components/ic-pagination.d.ts +11 -0
- package/dist/components/ic-pagination.js +266 -0
- package/dist/components/ic-pagination.js.map +1 -0
- package/dist/components/ic-popover-menu.js +8 -8
- package/dist/components/ic-popover-menu.js.map +1 -1
- package/dist/components/ic-radio-group.js +2 -2
- package/dist/components/ic-radio-group.js.map +1 -1
- package/dist/components/ic-radio-option.js +2 -2
- package/dist/components/ic-radio-option.js.map +1 -1
- package/dist/components/ic-search-bar.js +82 -12
- package/dist/components/ic-search-bar.js.map +1 -1
- package/dist/components/ic-select.js +158 -53
- package/dist/components/ic-select.js.map +1 -1
- package/dist/components/ic-side-navigation.js +10 -2
- package/dist/components/ic-side-navigation.js.map +1 -1
- package/dist/components/ic-status-tag.js +1 -1
- package/dist/components/ic-status-tag.js.map +1 -1
- package/dist/components/ic-step.js +1 -1
- package/dist/components/ic-step.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 +44 -6
- package/dist/components/ic-tab-context.js.map +1 -1
- package/dist/components/ic-tab-group.js +2 -1
- package/dist/components/ic-tab-group.js.map +1 -1
- package/dist/components/ic-tab-panel.js +11 -2
- package/dist/components/ic-tab-panel.js.map +1 -1
- package/dist/components/ic-tab.js +13 -1
- package/dist/components/ic-tab.js.map +1 -1
- package/dist/components/ic-text-field2.js +54 -10
- package/dist/components/ic-text-field2.js.map +1 -1
- package/dist/components/ic-toast.js +7 -3
- package/dist/components/ic-toast.js.map +1 -1
- package/dist/components/ic-tooltip2.js +1817 -8
- package/dist/components/ic-tooltip2.js.map +1 -1
- package/dist/components/ic-top-navigation.js +6 -4
- package/dist/components/ic-top-navigation.js.map +1 -1
- package/dist/components/ic-typography2.js +1 -1
- package/dist/components/ic-typography2.js.map +1 -1
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +2 -0
- package/dist/components/index.js.map +1 -1
- package/dist/components/types.js.map +1 -1
- package/dist/core/core.css +8 -3
- package/dist/core/core.esm.js +1 -1
- package/dist/core/core.esm.js.map +1 -1
- package/dist/core/{p-25b208ae.entry.js → p-002a63e9.entry.js} +2 -2
- package/dist/core/p-002a63e9.entry.js.map +1 -0
- package/dist/core/p-0575a77f.entry.js +2 -0
- package/dist/core/p-0575a77f.entry.js.map +1 -0
- package/dist/core/p-0a41c3cb.entry.js +2 -0
- package/dist/core/p-0a41c3cb.entry.js.map +1 -0
- package/dist/core/{p-b7fc1f35.entry.js → p-100dbcec.entry.js} +2 -2
- package/dist/core/{p-c9068822.entry.js → p-14835d6f.entry.js} +2 -2
- package/dist/core/p-14835d6f.entry.js.map +1 -0
- package/dist/core/p-1eb0992b.entry.js +2 -0
- package/dist/core/p-1eb0992b.entry.js.map +1 -0
- package/dist/core/{p-62b3516e.entry.js → p-223a214f.entry.js} +2 -2
- package/dist/core/{p-dd71a986.entry.js → p-276f7ecb.entry.js} +2 -2
- package/dist/core/{p-3d84a743.entry.js → p-28bc3bf0.entry.js} +2 -2
- package/dist/core/{p-8ffa00c9.entry.js → p-312c10b0.entry.js} +2 -2
- package/dist/core/p-3845b769.entry.js +2 -0
- package/dist/core/p-3845b769.entry.js.map +1 -0
- package/dist/core/{p-cc62d065.entry.js → p-3a67718c.entry.js} +2 -2
- package/dist/core/p-3c23f963.entry.js +2 -0
- package/dist/core/p-3c23f963.entry.js.map +1 -0
- package/dist/core/{p-ed6cf9b9.entry.js → p-3dc2ff7b.entry.js} +2 -2
- package/dist/core/p-3dc2ff7b.entry.js.map +1 -0
- package/dist/core/p-3e5eb873.entry.js +2 -0
- package/dist/core/p-3e5eb873.entry.js.map +1 -0
- package/dist/core/{p-58ff516f.entry.js → p-3fb307e6.entry.js} +2 -2
- package/dist/core/{p-d2508752.entry.js → p-454b1ecd.entry.js} +2 -2
- package/dist/core/{p-33a0aabe.entry.js → p-47b0ed42.entry.js} +2 -2
- package/dist/core/p-47b0ed42.entry.js.map +1 -0
- package/dist/core/p-4b87445b.entry.js +2 -0
- package/dist/core/p-4b87445b.entry.js.map +1 -0
- package/dist/core/p-4c8fcfe6.entry.js +2 -0
- package/dist/core/p-4c8fcfe6.entry.js.map +1 -0
- package/dist/core/p-52fd3533.entry.js +2 -0
- package/dist/core/p-52fd3533.entry.js.map +1 -0
- package/dist/core/{p-0a463a65.entry.js → p-546b620e.entry.js} +2 -2
- package/dist/core/p-56fe91ad.entry.js +2 -0
- package/dist/core/p-56fe91ad.entry.js.map +1 -0
- package/dist/core/{p-5450cebf.js → p-589f6dd3.js} +3 -3
- package/dist/core/p-589f6dd3.js.map +1 -0
- package/dist/core/p-5d077cf7.entry.js +2 -0
- package/dist/core/p-5d077cf7.entry.js.map +1 -0
- package/dist/core/{p-8c9cc4d5.entry.js → p-6a77992e.entry.js} +2 -2
- package/dist/core/{p-acb08809.entry.js → p-6b39f8b4.entry.js} +2 -2
- package/dist/core/p-6b39f8b4.entry.js.map +1 -0
- package/dist/core/p-6f57b13c.js.map +1 -1
- package/dist/core/p-80eff050.entry.js +2 -0
- package/dist/core/p-80eff050.entry.js.map +1 -0
- package/dist/core/p-864b46bf.entry.js +2 -0
- package/dist/core/p-864b46bf.entry.js.map +1 -0
- package/dist/core/p-8780890e.entry.js +2 -0
- package/dist/core/p-8780890e.entry.js.map +1 -0
- package/dist/core/p-895bda21.entry.js +2 -0
- package/dist/core/p-895bda21.entry.js.map +1 -0
- package/dist/core/p-92c4fa7f.entry.js +2 -0
- package/dist/core/p-92c4fa7f.entry.js.map +1 -0
- package/dist/core/{p-dbfdfa8a.entry.js → p-9413d639.entry.js} +2 -2
- package/dist/core/p-9413d639.entry.js.map +1 -0
- package/dist/core/{p-81652a98.entry.js → p-a0f4e641.entry.js} +2 -2
- package/dist/core/p-a0f4e641.entry.js.map +1 -0
- package/dist/core/{p-4d8392fe.entry.js → p-a33a04b2.entry.js} +2 -2
- package/dist/core/p-a5bee11f.entry.js +2 -0
- package/dist/core/p-a5bee11f.entry.js.map +1 -0
- package/dist/core/p-b61e76e2.entry.js +2 -0
- package/dist/core/p-b61e76e2.entry.js.map +1 -0
- package/dist/core/p-c0813424.entry.js +2 -0
- package/dist/core/p-c0813424.entry.js.map +1 -0
- package/dist/core/p-cb437317.entry.js +2 -0
- package/dist/core/p-cb437317.entry.js.map +1 -0
- package/dist/core/p-d5d9923a.entry.js +2 -0
- package/dist/core/p-d5d9923a.entry.js.map +1 -0
- package/dist/core/{p-f777679c.entry.js → p-db7131b6.entry.js} +2 -2
- package/dist/core/p-dc0b9e80.entry.js +2 -0
- package/dist/core/p-dc0b9e80.entry.js.map +1 -0
- package/dist/core/{p-7fd50355.entry.js → p-de45134c.entry.js} +2 -2
- package/dist/core/p-de45134c.entry.js.map +1 -0
- package/dist/core/p-de891d3d.entry.js +2 -0
- package/dist/core/p-de891d3d.entry.js.map +1 -0
- package/dist/core/p-e0f24ccd.entry.js +2 -0
- package/dist/core/p-e0f24ccd.entry.js.map +1 -0
- package/dist/core/{p-741b4ea3.entry.js → p-e384aaee.entry.js} +2 -2
- package/dist/core/{p-26c9e522.entry.js → p-e41e701a.entry.js} +2 -2
- package/dist/core/p-e41e701a.entry.js.map +1 -0
- package/dist/core/p-e839e5dc.entry.js +2 -0
- package/dist/core/p-e839e5dc.entry.js.map +1 -0
- package/dist/core/p-ea526b54.entry.js +2 -0
- package/dist/core/p-ea526b54.entry.js.map +1 -0
- package/dist/core/{p-4ee03271.entry.js → p-ec8b228c.entry.js} +2 -2
- package/dist/core/p-ec8b228c.entry.js.map +1 -0
- package/dist/core/p-f3e10149.entry.js +2 -0
- package/dist/core/p-f3e10149.entry.js.map +1 -0
- package/dist/core/{p-ad2477d8.entry.js → p-fc7dce3d.entry.js} +2 -2
- package/dist/core/p-ff6583e6.entry.js +2 -0
- package/dist/core/p-ff6583e6.entry.js.map +1 -0
- package/dist/esm/core.js +2 -2
- package/dist/esm/ic-alert.entry.js +2 -2
- package/dist/esm/ic-alert.entry.js.map +1 -1
- package/dist/esm/ic-back-to-top.entry.js +2 -2
- package/dist/esm/ic-back-to-top.entry.js.map +1 -1
- package/dist/esm/ic-breadcrumb-group.entry.js +1 -1
- package/dist/esm/ic-breadcrumb.entry.js +1 -1
- package/dist/esm/ic-button_3.entry.js +44 -10
- package/dist/esm/ic-button_3.entry.js.map +1 -1
- package/dist/esm/ic-card.entry.js +4 -4
- package/dist/esm/ic-card.entry.js.map +1 -1
- package/dist/esm/ic-checkbox-group.entry.js +16 -18
- package/dist/esm/ic-checkbox-group.entry.js.map +1 -1
- package/dist/esm/ic-checkbox.entry.js +11 -4
- package/dist/esm/ic-checkbox.entry.js.map +1 -1
- package/dist/esm/ic-chip.entry.js +2 -2
- package/dist/esm/ic-chip.entry.js.map +1 -1
- package/dist/esm/ic-classification-banner.entry.js +1 -1
- package/dist/esm/ic-data-entity.entry.js +2 -2
- package/dist/esm/ic-data-entity.entry.js.map +1 -1
- package/dist/esm/ic-data-row.entry.js +2 -2
- package/dist/esm/ic-data-row.entry.js.map +1 -1
- package/dist/esm/ic-divider.entry.js +2 -2
- package/dist/esm/ic-divider.entry.js.map +1 -1
- package/dist/esm/ic-footer-link-group.entry.js +1 -1
- package/dist/esm/ic-footer-link.entry.js +1 -1
- package/dist/esm/ic-footer.entry.js +1 -1
- package/dist/esm/ic-hero.entry.js +4 -2
- package/dist/esm/ic-hero.entry.js.map +1 -1
- package/dist/esm/ic-horizontal-scroll.entry.js +2 -2
- package/dist/esm/ic-horizontal-scroll.entry.js.map +1 -1
- package/dist/esm/ic-input-component-container_3.entry.js +146 -63
- package/dist/esm/ic-input-component-container_3.entry.js.map +1 -1
- package/dist/esm/ic-input-label_2.entry.js +1 -1
- package/dist/esm/ic-link.entry.js +1 -1
- package/dist/esm/ic-menu-group.entry.js +1 -1
- package/dist/esm/ic-menu-item.entry.js +2 -2
- package/dist/esm/ic-menu-item.entry.js.map +1 -1
- package/dist/esm/ic-navigation-button.entry.js +2 -2
- package/dist/esm/ic-navigation-button.entry.js.map +1 -1
- package/dist/esm/ic-navigation-group.entry.js +2 -2
- package/dist/esm/ic-navigation-group.entry.js.map +1 -1
- package/dist/esm/ic-navigation-item.entry.js +3 -2
- package/dist/esm/ic-navigation-item.entry.js.map +1 -1
- package/dist/esm/ic-navigation-menu.entry.js +2 -2
- package/dist/esm/ic-navigation-menu.entry.js.map +1 -1
- package/dist/esm/ic-page-header.entry.js +2 -2
- package/dist/esm/ic-page-header.entry.js.map +1 -1
- package/dist/esm/ic-pagination-item.entry.js +47 -0
- package/dist/esm/ic-pagination-item.entry.js.map +1 -0
- package/dist/esm/ic-pagination.entry.js +202 -0
- package/dist/esm/ic-pagination.entry.js.map +1 -0
- package/dist/esm/ic-popover-menu.entry.js +8 -7
- package/dist/esm/ic-popover-menu.entry.js.map +1 -1
- package/dist/esm/ic-radio-group.entry.js +3 -3
- package/dist/esm/ic-radio-group.entry.js.map +1 -1
- package/dist/esm/ic-radio-option.entry.js +3 -3
- package/dist/esm/ic-radio-option.entry.js.map +1 -1
- package/dist/esm/ic-search-bar.entry.js +79 -12
- package/dist/esm/ic-search-bar.entry.js.map +1 -1
- package/dist/esm/ic-section-container.entry.js +1 -1
- package/dist/esm/ic-select.entry.js +153 -54
- package/dist/esm/ic-select.entry.js.map +1 -1
- package/dist/esm/ic-side-navigation.entry.js +11 -3
- package/dist/esm/ic-side-navigation.entry.js.map +1 -1
- package/dist/esm/ic-skeleton.entry.js +1 -1
- package/dist/esm/ic-status-tag.entry.js +2 -2
- package/dist/esm/ic-status-tag.entry.js.map +1 -1
- package/dist/esm/ic-step.entry.js +2 -2
- package/dist/esm/ic-step.entry.js.map +1 -1
- package/dist/esm/ic-stepper.entry.js +1 -1
- package/dist/esm/ic-switch.entry.js +2 -2
- package/dist/esm/ic-switch.entry.js.map +1 -1
- package/dist/esm/ic-tab-context.entry.js +42 -5
- package/dist/esm/ic-tab-context.entry.js.map +1 -1
- package/dist/esm/ic-tab-group.entry.js +3 -2
- package/dist/esm/ic-tab-group.entry.js.map +1 -1
- package/dist/esm/ic-tab-panel.entry.js +11 -2
- package/dist/esm/ic-tab-panel.entry.js.map +1 -1
- package/dist/esm/ic-tab.entry.js +14 -2
- package/dist/esm/ic-tab.entry.js.map +1 -1
- package/dist/esm/ic-text-field.entry.js +50 -11
- package/dist/esm/ic-text-field.entry.js.map +1 -1
- package/dist/esm/ic-theme.entry.js +1 -1
- package/dist/esm/ic-toast-region.entry.js +1 -1
- package/dist/esm/ic-toast.entry.js +5 -1
- package/dist/esm/ic-toast.entry.js.map +1 -1
- package/dist/esm/ic-top-navigation.entry.js +7 -5
- package/dist/esm/ic-top-navigation.entry.js.map +1 -1
- package/dist/esm/ic-typography.entry.js +2 -2
- package/dist/esm/ic-typography.entry.js.map +1 -1
- package/dist/esm/{index-90721b3c.js → index-3b144b17.js} +11 -2
- package/dist/esm/index-3b144b17.js.map +1 -0
- package/dist/esm/loader.js +2 -2
- package/dist/esm/types-dd515332.js.map +1 -1
- package/dist/types/components/ic-button/ic-button.d.ts +24 -0
- package/dist/types/components/ic-checkbox/ic-checkbox.d.ts +4 -0
- package/dist/types/components/ic-checkbox-group/ic-checkbox-group.d.ts +1 -3
- package/dist/types/components/ic-checkbox-group/ic-checkbox-group.types.d.ts +5 -0
- package/dist/types/components/ic-loading-indicator/ic-loading-indicator.d.ts +2 -0
- package/dist/types/components/ic-menu/ic-menu.d.ts +26 -7
- package/dist/types/components/ic-pagination/ic-pagination.d.ts +74 -0
- package/dist/types/components/ic-pagination/ic-pagination.test.a11y.d.ts +1 -0
- package/dist/types/components/ic-pagination/ic-pagination.types.d.ts +4 -0
- package/dist/types/components/ic-pagination-item/ic-pagination-item.d.ts +46 -0
- package/dist/types/components/ic-pagination-item/ic-pagination-item.types.d.ts +1 -0
- package/dist/types/components/ic-search-bar/ic-search-bar.d.ts +30 -1
- package/dist/types/components/ic-select/ic-select.d.ts +31 -3
- package/dist/types/components/ic-side-navigation/ic-side-navigation.d.ts +2 -1
- package/dist/types/components/ic-tab/ic-tab.d.ts +11 -0
- package/dist/types/components/ic-tab-context/ic-tab-context.d.ts +13 -6
- package/dist/types/components/ic-tab-group/ic-tab-group.d.ts +2 -1
- package/dist/types/components/ic-tab-panel/ic-tab-panel.d.ts +25 -5
- package/dist/types/components/ic-text-field/ic-text-field.d.ts +19 -0
- package/dist/types/components/ic-toast/ic-toast.d.ts +1 -0
- package/dist/types/components/ic-tooltip/ic-tooltip.d.ts +7 -0
- package/dist/types/components.d.ts +359 -19
- package/dist/types/utils/types.d.ts +4 -1
- package/hydrate/index.js +931 -219
- package/package.json +3 -3
- package/dist/cjs/index-f79a4e53.js.map +0 -1
- package/dist/components/popper.js +0 -1801
- package/dist/components/popper.js.map +0 -1
- package/dist/core/p-037dfe9d.entry.js +0 -2
- package/dist/core/p-037dfe9d.entry.js.map +0 -1
- package/dist/core/p-05c5c6c4.entry.js +0 -2
- package/dist/core/p-05c5c6c4.entry.js.map +0 -1
- package/dist/core/p-0faf328a.entry.js +0 -2
- package/dist/core/p-0faf328a.entry.js.map +0 -1
- package/dist/core/p-102281fd.entry.js +0 -2
- package/dist/core/p-102281fd.entry.js.map +0 -1
- package/dist/core/p-1549adc1.entry.js +0 -2
- package/dist/core/p-1549adc1.entry.js.map +0 -1
- package/dist/core/p-25b208ae.entry.js.map +0 -1
- package/dist/core/p-26c9e522.entry.js.map +0 -1
- package/dist/core/p-31a595c1.entry.js +0 -2
- package/dist/core/p-31a595c1.entry.js.map +0 -1
- package/dist/core/p-33a0aabe.entry.js.map +0 -1
- package/dist/core/p-360adc51.entry.js +0 -2
- package/dist/core/p-360adc51.entry.js.map +0 -1
- package/dist/core/p-3fd4f8eb.entry.js +0 -2
- package/dist/core/p-3fd4f8eb.entry.js.map +0 -1
- package/dist/core/p-48a5c2a7.entry.js +0 -2
- package/dist/core/p-48a5c2a7.entry.js.map +0 -1
- package/dist/core/p-4ee03271.entry.js.map +0 -1
- package/dist/core/p-5450cebf.js.map +0 -1
- package/dist/core/p-73fddc63.entry.js +0 -2
- package/dist/core/p-73fddc63.entry.js.map +0 -1
- package/dist/core/p-7dcb9104.entry.js +0 -2
- package/dist/core/p-7dcb9104.entry.js.map +0 -1
- package/dist/core/p-7fd50355.entry.js.map +0 -1
- package/dist/core/p-81652a98.entry.js.map +0 -1
- package/dist/core/p-87c7ba3b.entry.js +0 -2
- package/dist/core/p-87c7ba3b.entry.js.map +0 -1
- package/dist/core/p-897e967a.entry.js +0 -2
- package/dist/core/p-897e967a.entry.js.map +0 -1
- package/dist/core/p-a2c7dc6c.entry.js +0 -2
- package/dist/core/p-a2c7dc6c.entry.js.map +0 -1
- package/dist/core/p-a3742d40.entry.js +0 -2
- package/dist/core/p-a3742d40.entry.js.map +0 -1
- package/dist/core/p-a44a0500.entry.js +0 -2
- package/dist/core/p-a44a0500.entry.js.map +0 -1
- package/dist/core/p-a8e969ea.entry.js +0 -2
- package/dist/core/p-a8e969ea.entry.js.map +0 -1
- package/dist/core/p-ac6ecdb6.entry.js +0 -2
- package/dist/core/p-ac6ecdb6.entry.js.map +0 -1
- package/dist/core/p-acb08809.entry.js.map +0 -1
- package/dist/core/p-affb42c7.entry.js +0 -2
- package/dist/core/p-affb42c7.entry.js.map +0 -1
- package/dist/core/p-b8b960a5.entry.js +0 -2
- package/dist/core/p-b8b960a5.entry.js.map +0 -1
- package/dist/core/p-b921bb19.entry.js +0 -2
- package/dist/core/p-b921bb19.entry.js.map +0 -1
- package/dist/core/p-c9068822.entry.js.map +0 -1
- package/dist/core/p-c996810e.entry.js +0 -2
- package/dist/core/p-c996810e.entry.js.map +0 -1
- package/dist/core/p-d28d7f24.entry.js +0 -2
- package/dist/core/p-d28d7f24.entry.js.map +0 -1
- package/dist/core/p-dbfdfa8a.entry.js.map +0 -1
- package/dist/core/p-e4547265.entry.js +0 -2
- package/dist/core/p-e4547265.entry.js.map +0 -1
- package/dist/core/p-ea0c4aca.entry.js +0 -2
- package/dist/core/p-ea0c4aca.entry.js.map +0 -1
- package/dist/core/p-ed6cf9b9.entry.js.map +0 -1
- package/dist/core/p-f6ddd32f.entry.js +0 -2
- package/dist/core/p-f6ddd32f.entry.js.map +0 -1
- package/dist/esm/index-90721b3c.js.map +0 -1
- /package/dist/core/{p-b7fc1f35.entry.js.map → p-100dbcec.entry.js.map} +0 -0
- /package/dist/core/{p-62b3516e.entry.js.map → p-223a214f.entry.js.map} +0 -0
- /package/dist/core/{p-dd71a986.entry.js.map → p-276f7ecb.entry.js.map} +0 -0
- /package/dist/core/{p-3d84a743.entry.js.map → p-28bc3bf0.entry.js.map} +0 -0
- /package/dist/core/{p-8ffa00c9.entry.js.map → p-312c10b0.entry.js.map} +0 -0
- /package/dist/core/{p-cc62d065.entry.js.map → p-3a67718c.entry.js.map} +0 -0
- /package/dist/core/{p-58ff516f.entry.js.map → p-3fb307e6.entry.js.map} +0 -0
- /package/dist/core/{p-d2508752.entry.js.map → p-454b1ecd.entry.js.map} +0 -0
- /package/dist/core/{p-0a463a65.entry.js.map → p-546b620e.entry.js.map} +0 -0
- /package/dist/core/{p-8c9cc4d5.entry.js.map → p-6a77992e.entry.js.map} +0 -0
- /package/dist/core/{p-4d8392fe.entry.js.map → p-a33a04b2.entry.js.map} +0 -0
- /package/dist/core/{p-f777679c.entry.js.map → p-db7131b6.entry.js.map} +0 -0
- /package/dist/core/{p-741b4ea3.entry.js.map → p-e384aaee.entry.js.map} +0 -0
- /package/dist/core/{p-ad2477d8.entry.js.map → p-fc7dce3d.entry.js.map} +0 -0
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* It contains typing information for all components that exist in this project.
|
|
6
6
|
*/
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
|
-
import { IcActivationTypes, IcAdditionalFieldTypes, IcAlignment, IcAutocompleteTypes, IcAutocorrectStates, IcInformationStatusOrEmpty, IcMenuOption, IcOrientation, IcSearchMatchPositions, IcStatusVariants, IcTheme, IcThemeForeground, IcThemeForegroundNoDefault, IcTypographyVariants } from "./utils/types";
|
|
8
|
+
import { IcActivationTypes, IcAdditionalFieldTypes, IcAlignment, IcAutocompleteTypes, IcAutocorrectStates, IcInformationStatusOrEmpty, IcMenuOption, IcOrientation, IcSearchMatchPositions, IcStatusVariants, IcTheme, IcThemeForeground, IcThemeForegroundNoDefault, IcTypographyVariants, IcValueEventDetail } from "./utils/types";
|
|
9
9
|
import { IcButtonSizes, IcButtonTooltipPlacement, IcButtonTypes, IcButtonVariants } from "./components/ic-button/ic-button.types";
|
|
10
10
|
import { IcChangeEventDetail } from "./components/ic-checkbox-group/ic-checkbox-group.types";
|
|
11
11
|
import { IcChipAppearance, IcChipSizes } from "./components/ic-chip/ic-chip.types";
|
|
@@ -16,7 +16,9 @@ import { IcAriaLiveModeVariants } from "./components/ic-input-validation/ic-inpu
|
|
|
16
16
|
import { IcLoadingSizes, IcLoadingTypes } from "./components/ic-loading-indicator/ic-loading-indicator.types";
|
|
17
17
|
import { IcMenuChangeEventDetail, IcMenuOptionIdEventDetail, IcOptionSelectEventDetail } from "./components/ic-menu/ic-menu.types";
|
|
18
18
|
import { IcMenuItemVariants } from "./components/ic-menu-item/ic-menu-item.types";
|
|
19
|
-
import {
|
|
19
|
+
import { IcChangeEventDetail as IcChangeEventDetail1, IcPaginationTypes } from "./components/ic-pagination/ic-pagination.types";
|
|
20
|
+
import { IcAutocompleteTypes as IcAutocompleteTypes1, IcAutocorrectStates as IcAutocorrectStates1, IcBlurEventDetail, IcInformationStatusOrEmpty as IcInformationStatusOrEmpty1, IcThemeForeground as IcThemeForeground1, IcValueEventDetail as IcValueEventDetail1 } from "./interface";
|
|
21
|
+
import { IcPaginationItemType } from "./components/ic-pagination-item/ic-pagination-item.types";
|
|
20
22
|
import { IcSearchBarBlurEventDetail } from "./components/ic-search-bar/ic-search-bar.types";
|
|
21
23
|
import { IcSkeletonVariants } from "./components/ic-skeleton/ic-skeleton.types";
|
|
22
24
|
import { IcStatusTagAppearance, IcStatusTagStatuses } from "./components/ic-status-tag/ic-status-tag.types";
|
|
@@ -105,6 +107,30 @@ export namespace Components {
|
|
|
105
107
|
* If `true`, the user can save the linked URL instead of navigating to it.
|
|
106
108
|
*/
|
|
107
109
|
"download"?: string | boolean;
|
|
110
|
+
/**
|
|
111
|
+
* The <form> element to associate the button with.
|
|
112
|
+
*/
|
|
113
|
+
"form"?: string;
|
|
114
|
+
/**
|
|
115
|
+
* The URL that processes the information submitted by the button. It overrides the action attribute of the button's form owner. Does nothing if there is no form owner.
|
|
116
|
+
*/
|
|
117
|
+
"formaction"?: string;
|
|
118
|
+
/**
|
|
119
|
+
* The way the submitted form data is encoded.
|
|
120
|
+
*/
|
|
121
|
+
"formenctype"?: string;
|
|
122
|
+
/**
|
|
123
|
+
* The HTTP method used to submit the form.
|
|
124
|
+
*/
|
|
125
|
+
"formmethod"?: string;
|
|
126
|
+
/**
|
|
127
|
+
* If `true`, the form will not be validated when submitted.
|
|
128
|
+
*/
|
|
129
|
+
"formnovalidate"?: boolean;
|
|
130
|
+
/**
|
|
131
|
+
* The place to display the response from submitting the form. It overrides the target attribute of the button's form owner.
|
|
132
|
+
*/
|
|
133
|
+
"formtarget"?: string;
|
|
108
134
|
/**
|
|
109
135
|
* If `true`, the button will fill the width of the container.
|
|
110
136
|
*/
|
|
@@ -246,6 +272,10 @@ export namespace Components {
|
|
|
246
272
|
* Sets focus on the checkbox.
|
|
247
273
|
*/
|
|
248
274
|
"setFocus": () => Promise<void>;
|
|
275
|
+
/**
|
|
276
|
+
* If true, the small styling will be applied to the checkbox.
|
|
277
|
+
*/
|
|
278
|
+
"small"?: boolean;
|
|
249
279
|
/**
|
|
250
280
|
* The value for the checkbox.
|
|
251
281
|
*/
|
|
@@ -883,6 +913,82 @@ export namespace Components {
|
|
|
883
913
|
*/
|
|
884
914
|
"subheading"?: string;
|
|
885
915
|
}
|
|
916
|
+
interface IcPagination {
|
|
917
|
+
/**
|
|
918
|
+
* The number of pages displayed adjacent to the current page when using 'complex' type pagination. Accepted values are 0, 1 & 2.
|
|
919
|
+
*/
|
|
920
|
+
"adjacentCount": number;
|
|
921
|
+
/**
|
|
922
|
+
* The appearance of the pagination, e.g. dark, light or the default.
|
|
923
|
+
*/
|
|
924
|
+
"appearance": IcThemeForeground1;
|
|
925
|
+
/**
|
|
926
|
+
* The number of pages displayed as boundary items to the current page when using 'complex' type pagination. Accepted values are 0, 1 & 2.
|
|
927
|
+
*/
|
|
928
|
+
"boundaryCount": number;
|
|
929
|
+
/**
|
|
930
|
+
* The default page to display.
|
|
931
|
+
*/
|
|
932
|
+
"defaultPage": number;
|
|
933
|
+
/**
|
|
934
|
+
* If `true`, the pagination will not allow interaction.
|
|
935
|
+
*/
|
|
936
|
+
"disabled": boolean;
|
|
937
|
+
/**
|
|
938
|
+
* If `true`, the current page of the simple pagination will not be displayed.
|
|
939
|
+
*/
|
|
940
|
+
"hideCurrentPage": boolean;
|
|
941
|
+
/**
|
|
942
|
+
* If `true`, the first and last page buttons will not be displayed.
|
|
943
|
+
*/
|
|
944
|
+
"hideFirstAndLastPageButton": boolean;
|
|
945
|
+
/**
|
|
946
|
+
* The label for the pagination item (applicable when simple pagination is being used).
|
|
947
|
+
*/
|
|
948
|
+
"label": string;
|
|
949
|
+
/**
|
|
950
|
+
* The total number of pages.
|
|
951
|
+
*/
|
|
952
|
+
"pages": number;
|
|
953
|
+
/**
|
|
954
|
+
* The type of pagination to be used.
|
|
955
|
+
*/
|
|
956
|
+
"type": IcPaginationTypes;
|
|
957
|
+
}
|
|
958
|
+
interface IcPaginationItem {
|
|
959
|
+
/**
|
|
960
|
+
* The appearance of the pagination, e.g. dark, light or the default.
|
|
961
|
+
*/
|
|
962
|
+
"appearance": IcThemeForeground1;
|
|
963
|
+
/**
|
|
964
|
+
* If true the aria-label will be set to `Page X of Y`, where X is the current page and Y is the page count.
|
|
965
|
+
*/
|
|
966
|
+
"ariaOverride": boolean;
|
|
967
|
+
/**
|
|
968
|
+
* If `true`, the pagination item will be disabled.
|
|
969
|
+
*/
|
|
970
|
+
"disabled": boolean;
|
|
971
|
+
/**
|
|
972
|
+
* The label for the pagination item (applicable when simple pagination is being used).
|
|
973
|
+
*/
|
|
974
|
+
"label": string;
|
|
975
|
+
/**
|
|
976
|
+
* The current page number.
|
|
977
|
+
*/
|
|
978
|
+
"page": number | null;
|
|
979
|
+
/**
|
|
980
|
+
* The total number of pages.
|
|
981
|
+
*/
|
|
982
|
+
"pages": number;
|
|
983
|
+
/**
|
|
984
|
+
* If `true`, the pagination item will be selected.
|
|
985
|
+
*/
|
|
986
|
+
"selected": boolean;
|
|
987
|
+
/**
|
|
988
|
+
* The type of pagination item - 'page' or 'ellipsis'.
|
|
989
|
+
*/
|
|
990
|
+
"type": IcPaginationItemType;
|
|
991
|
+
}
|
|
886
992
|
interface IcPopoverMenu {
|
|
887
993
|
/**
|
|
888
994
|
* The ID of the element the popover menu will anchor itself to. This is required unless the popover is a submenu.
|
|
@@ -1043,6 +1149,18 @@ export namespace Components {
|
|
|
1043
1149
|
* The label for the search bar.
|
|
1044
1150
|
*/
|
|
1045
1151
|
"label": string;
|
|
1152
|
+
/**
|
|
1153
|
+
* Trigger loading state when fetching options asyncronously
|
|
1154
|
+
*/
|
|
1155
|
+
"loading"?: boolean;
|
|
1156
|
+
/**
|
|
1157
|
+
* Change the message displayed when external loading times out.
|
|
1158
|
+
*/
|
|
1159
|
+
"loadingErrorLabel"?: string;
|
|
1160
|
+
/**
|
|
1161
|
+
* Change the message displayed whilst the options are being loaded externally.
|
|
1162
|
+
*/
|
|
1163
|
+
"loadingLabel"?: string;
|
|
1046
1164
|
/**
|
|
1047
1165
|
* The name of the control, which is submitted with the form data.
|
|
1048
1166
|
*/
|
|
@@ -1075,6 +1193,10 @@ export namespace Components {
|
|
|
1075
1193
|
* If `true`, the value of the search will have its spelling and grammar checked.
|
|
1076
1194
|
*/
|
|
1077
1195
|
"spellcheck": boolean;
|
|
1196
|
+
/**
|
|
1197
|
+
* If using external filtering, set a timeout for when loading takes too long.
|
|
1198
|
+
*/
|
|
1199
|
+
"timeout"?: number;
|
|
1078
1200
|
/**
|
|
1079
1201
|
* The value of the search input.
|
|
1080
1202
|
*/
|
|
@@ -1135,6 +1257,18 @@ export namespace Components {
|
|
|
1135
1257
|
* The label for the select.
|
|
1136
1258
|
*/
|
|
1137
1259
|
"label": string;
|
|
1260
|
+
/**
|
|
1261
|
+
* Trigger loading state when fetching options asyncronously
|
|
1262
|
+
*/
|
|
1263
|
+
"loading"?: boolean;
|
|
1264
|
+
/**
|
|
1265
|
+
* Change the message displayed when external loading times out.
|
|
1266
|
+
*/
|
|
1267
|
+
"loadingErrorLabel"?: string;
|
|
1268
|
+
/**
|
|
1269
|
+
* Change the message displayed whilst the options are being loaded externally.
|
|
1270
|
+
*/
|
|
1271
|
+
"loadingLabel"?: string;
|
|
1138
1272
|
/**
|
|
1139
1273
|
* The name of the control, which is submitted with the form data.
|
|
1140
1274
|
*/
|
|
@@ -1175,6 +1309,10 @@ export namespace Components {
|
|
|
1175
1309
|
* If `true`, the small styling will be applied to the select.
|
|
1176
1310
|
*/
|
|
1177
1311
|
"small"?: boolean;
|
|
1312
|
+
/**
|
|
1313
|
+
* If using external filtering, set a timeout for when loading takes too long.
|
|
1314
|
+
*/
|
|
1315
|
+
"timeout"?: number;
|
|
1178
1316
|
/**
|
|
1179
1317
|
* The validation status - e.g. 'error' | 'warning' | 'success'.
|
|
1180
1318
|
*/
|
|
@@ -1373,11 +1511,12 @@ export namespace Components {
|
|
|
1373
1511
|
* The selected tab to be controlled by the user. Must be used alongside the icTabSelect event to manage tab selection.
|
|
1374
1512
|
*/
|
|
1375
1513
|
"selectedTabIndex"?: number;
|
|
1514
|
+
"tabRemovedHandler": (hadFocus?: boolean) => Promise<void>;
|
|
1376
1515
|
}
|
|
1377
1516
|
interface IcTabGroup {
|
|
1378
1517
|
"appearance"?: IcThemeForegroundNoDefault;
|
|
1379
1518
|
/**
|
|
1380
|
-
*
|
|
1519
|
+
* @deprecated This is no longer required. The context id is passed down from `ic-tab-context`
|
|
1381
1520
|
*/
|
|
1382
1521
|
"contextId"?: string;
|
|
1383
1522
|
/**
|
|
@@ -1392,7 +1531,7 @@ export namespace Components {
|
|
|
1392
1531
|
interface IcTabPanel {
|
|
1393
1532
|
"appearance"?: IcThemeForegroundNoDefault;
|
|
1394
1533
|
/**
|
|
1395
|
-
*
|
|
1534
|
+
* @deprecated This is no longer required. The context id is passed down from `ic-tab-context`
|
|
1396
1535
|
*/
|
|
1397
1536
|
"contextId"?: string;
|
|
1398
1537
|
"panelId"?: string;
|
|
@@ -1453,10 +1592,18 @@ export namespace Components {
|
|
|
1453
1592
|
* The label for the input.
|
|
1454
1593
|
*/
|
|
1455
1594
|
"label": string;
|
|
1595
|
+
/**
|
|
1596
|
+
* The maximum number that can be accepted as a value, when `type` is `number` and `rows` is `1`. (NOTE: Ensure to include visual indication of max value in `helperText` or `label`)
|
|
1597
|
+
*/
|
|
1598
|
+
"max": string | number;
|
|
1456
1599
|
/**
|
|
1457
1600
|
* The maximum number of characters that can be entered in the field.
|
|
1458
1601
|
*/
|
|
1459
1602
|
"maxLength": number;
|
|
1603
|
+
/**
|
|
1604
|
+
* The minimum number that can be accepted as a value, when `type` is `number` and `rows` is `1`. (NOTE: Ensure to include visual indication of min value in `helperText` or `label`)
|
|
1605
|
+
*/
|
|
1606
|
+
"min": string | number;
|
|
1460
1607
|
/**
|
|
1461
1608
|
* The name of the control, which is submitted with the form data.
|
|
1462
1609
|
*/
|
|
@@ -1503,6 +1650,7 @@ export namespace Components {
|
|
|
1503
1650
|
* If `true`, the icon in input control will be displayed - only applies when validationStatus ='success'.
|
|
1504
1651
|
*/
|
|
1505
1652
|
"validationInline": boolean;
|
|
1653
|
+
"validationInlineInternal": boolean;
|
|
1506
1654
|
/**
|
|
1507
1655
|
* The validation state - e.g. 'error' | 'warning' | 'success'.
|
|
1508
1656
|
*/
|
|
@@ -1569,6 +1717,12 @@ export namespace Components {
|
|
|
1569
1717
|
* If `true`, the tooltip will not be displayed on hover, it will require a click.
|
|
1570
1718
|
*/
|
|
1571
1719
|
"disableHover"?: boolean;
|
|
1720
|
+
/**
|
|
1721
|
+
* Method to programmatically show/hide the tooltip without needing to interact with an anchor element
|
|
1722
|
+
* @param show Whether to show or hide the tooltip
|
|
1723
|
+
* @param persistTooltip Whether the tooltip should stay on the screen when actions are performed that would previously dismiss the tooltip, such as on hover
|
|
1724
|
+
*/
|
|
1725
|
+
"displayTooltip": (show: boolean, persistTooltip?: boolean) => Promise<void>;
|
|
1572
1726
|
/**
|
|
1573
1727
|
* The text to display on the tooltip.
|
|
1574
1728
|
*/
|
|
@@ -1659,6 +1813,14 @@ export interface IcNavigationMenuCustomEvent<T> extends CustomEvent<T> {
|
|
|
1659
1813
|
detail: T;
|
|
1660
1814
|
target: HTMLIcNavigationMenuElement;
|
|
1661
1815
|
}
|
|
1816
|
+
export interface IcPaginationCustomEvent<T> extends CustomEvent<T> {
|
|
1817
|
+
detail: T;
|
|
1818
|
+
target: HTMLIcPaginationElement;
|
|
1819
|
+
}
|
|
1820
|
+
export interface IcPaginationItemCustomEvent<T> extends CustomEvent<T> {
|
|
1821
|
+
detail: T;
|
|
1822
|
+
target: HTMLIcPaginationItemElement;
|
|
1823
|
+
}
|
|
1662
1824
|
export interface IcRadioGroupCustomEvent<T> extends CustomEvent<T> {
|
|
1663
1825
|
detail: T;
|
|
1664
1826
|
target: HTMLIcRadioGroupElement;
|
|
@@ -1687,6 +1849,10 @@ export interface IcTabContextCustomEvent<T> extends CustomEvent<T> {
|
|
|
1687
1849
|
detail: T;
|
|
1688
1850
|
target: HTMLIcTabContextElement;
|
|
1689
1851
|
}
|
|
1852
|
+
export interface IcTabPanelCustomEvent<T> extends CustomEvent<T> {
|
|
1853
|
+
detail: T;
|
|
1854
|
+
target: HTMLIcTabPanelElement;
|
|
1855
|
+
}
|
|
1690
1856
|
export interface IcTextFieldCustomEvent<T> extends CustomEvent<T> {
|
|
1691
1857
|
detail: T;
|
|
1692
1858
|
target: HTMLIcTextFieldElement;
|
|
@@ -1896,6 +2062,18 @@ declare global {
|
|
|
1896
2062
|
prototype: HTMLIcPageHeaderElement;
|
|
1897
2063
|
new (): HTMLIcPageHeaderElement;
|
|
1898
2064
|
};
|
|
2065
|
+
interface HTMLIcPaginationElement extends Components.IcPagination, HTMLStencilElement {
|
|
2066
|
+
}
|
|
2067
|
+
var HTMLIcPaginationElement: {
|
|
2068
|
+
prototype: HTMLIcPaginationElement;
|
|
2069
|
+
new (): HTMLIcPaginationElement;
|
|
2070
|
+
};
|
|
2071
|
+
interface HTMLIcPaginationItemElement extends Components.IcPaginationItem, HTMLStencilElement {
|
|
2072
|
+
}
|
|
2073
|
+
var HTMLIcPaginationItemElement: {
|
|
2074
|
+
prototype: HTMLIcPaginationItemElement;
|
|
2075
|
+
new (): HTMLIcPaginationItemElement;
|
|
2076
|
+
};
|
|
1899
2077
|
interface HTMLIcPopoverMenuElement extends Components.IcPopoverMenu, HTMLStencilElement {
|
|
1900
2078
|
}
|
|
1901
2079
|
var HTMLIcPopoverMenuElement: {
|
|
@@ -2067,6 +2245,8 @@ declare global {
|
|
|
2067
2245
|
"ic-navigation-item": HTMLIcNavigationItemElement;
|
|
2068
2246
|
"ic-navigation-menu": HTMLIcNavigationMenuElement;
|
|
2069
2247
|
"ic-page-header": HTMLIcPageHeaderElement;
|
|
2248
|
+
"ic-pagination": HTMLIcPaginationElement;
|
|
2249
|
+
"ic-pagination-item": HTMLIcPaginationItemElement;
|
|
2070
2250
|
"ic-popover-menu": HTMLIcPopoverMenuElement;
|
|
2071
2251
|
"ic-radio-group": HTMLIcRadioGroupElement;
|
|
2072
2252
|
"ic-radio-option": HTMLIcRadioOptionElement;
|
|
@@ -2174,6 +2354,30 @@ declare namespace LocalJSX {
|
|
|
2174
2354
|
* If `true`, the user can save the linked URL instead of navigating to it.
|
|
2175
2355
|
*/
|
|
2176
2356
|
"download"?: string | boolean;
|
|
2357
|
+
/**
|
|
2358
|
+
* The <form> element to associate the button with.
|
|
2359
|
+
*/
|
|
2360
|
+
"form"?: string;
|
|
2361
|
+
/**
|
|
2362
|
+
* The URL that processes the information submitted by the button. It overrides the action attribute of the button's form owner. Does nothing if there is no form owner.
|
|
2363
|
+
*/
|
|
2364
|
+
"formaction"?: string;
|
|
2365
|
+
/**
|
|
2366
|
+
* The way the submitted form data is encoded.
|
|
2367
|
+
*/
|
|
2368
|
+
"formenctype"?: string;
|
|
2369
|
+
/**
|
|
2370
|
+
* The HTTP method used to submit the form.
|
|
2371
|
+
*/
|
|
2372
|
+
"formmethod"?: string;
|
|
2373
|
+
/**
|
|
2374
|
+
* If `true`, the form will not be validated when submitted.
|
|
2375
|
+
*/
|
|
2376
|
+
"formnovalidate"?: boolean;
|
|
2377
|
+
/**
|
|
2378
|
+
* The place to display the response from submitting the form. It overrides the target attribute of the button's form owner.
|
|
2379
|
+
*/
|
|
2380
|
+
"formtarget"?: string;
|
|
2177
2381
|
/**
|
|
2178
2382
|
* If `true`, the button will fill the width of the container.
|
|
2179
2383
|
*/
|
|
@@ -2318,6 +2522,10 @@ declare namespace LocalJSX {
|
|
|
2318
2522
|
* Emitted when a checkbox has been checked.
|
|
2319
2523
|
*/
|
|
2320
2524
|
"onIcCheck"?: (event: IcCheckboxCustomEvent<void>) => void;
|
|
2525
|
+
/**
|
|
2526
|
+
* If true, the small styling will be applied to the checkbox.
|
|
2527
|
+
*/
|
|
2528
|
+
"small"?: boolean;
|
|
2321
2529
|
/**
|
|
2322
2530
|
* The value for the checkbox.
|
|
2323
2531
|
*/
|
|
@@ -2933,6 +3141,86 @@ declare namespace LocalJSX {
|
|
|
2933
3141
|
*/
|
|
2934
3142
|
"subheading"?: string;
|
|
2935
3143
|
}
|
|
3144
|
+
interface IcPagination {
|
|
3145
|
+
/**
|
|
3146
|
+
* The number of pages displayed adjacent to the current page when using 'complex' type pagination. Accepted values are 0, 1 & 2.
|
|
3147
|
+
*/
|
|
3148
|
+
"adjacentCount"?: number;
|
|
3149
|
+
/**
|
|
3150
|
+
* The appearance of the pagination, e.g. dark, light or the default.
|
|
3151
|
+
*/
|
|
3152
|
+
"appearance"?: IcThemeForeground1;
|
|
3153
|
+
/**
|
|
3154
|
+
* The number of pages displayed as boundary items to the current page when using 'complex' type pagination. Accepted values are 0, 1 & 2.
|
|
3155
|
+
*/
|
|
3156
|
+
"boundaryCount"?: number;
|
|
3157
|
+
/**
|
|
3158
|
+
* The default page to display.
|
|
3159
|
+
*/
|
|
3160
|
+
"defaultPage"?: number;
|
|
3161
|
+
/**
|
|
3162
|
+
* If `true`, the pagination will not allow interaction.
|
|
3163
|
+
*/
|
|
3164
|
+
"disabled"?: boolean;
|
|
3165
|
+
/**
|
|
3166
|
+
* If `true`, the current page of the simple pagination will not be displayed.
|
|
3167
|
+
*/
|
|
3168
|
+
"hideCurrentPage"?: boolean;
|
|
3169
|
+
/**
|
|
3170
|
+
* If `true`, the first and last page buttons will not be displayed.
|
|
3171
|
+
*/
|
|
3172
|
+
"hideFirstAndLastPageButton"?: boolean;
|
|
3173
|
+
/**
|
|
3174
|
+
* The label for the pagination item (applicable when simple pagination is being used).
|
|
3175
|
+
*/
|
|
3176
|
+
"label"?: string;
|
|
3177
|
+
/**
|
|
3178
|
+
* Emitted when a page is selected.
|
|
3179
|
+
*/
|
|
3180
|
+
"onIcPageChange"?: (event: IcPaginationCustomEvent<IcChangeEventDetail1>) => void;
|
|
3181
|
+
/**
|
|
3182
|
+
* The total number of pages.
|
|
3183
|
+
*/
|
|
3184
|
+
"pages": number;
|
|
3185
|
+
/**
|
|
3186
|
+
* The type of pagination to be used.
|
|
3187
|
+
*/
|
|
3188
|
+
"type"?: IcPaginationTypes;
|
|
3189
|
+
}
|
|
3190
|
+
interface IcPaginationItem {
|
|
3191
|
+
/**
|
|
3192
|
+
* The appearance of the pagination, e.g. dark, light or the default.
|
|
3193
|
+
*/
|
|
3194
|
+
"appearance"?: IcThemeForeground1;
|
|
3195
|
+
/**
|
|
3196
|
+
* If true the aria-label will be set to `Page X of Y`, where X is the current page and Y is the page count.
|
|
3197
|
+
*/
|
|
3198
|
+
"ariaOverride"?: boolean;
|
|
3199
|
+
/**
|
|
3200
|
+
* If `true`, the pagination item will be disabled.
|
|
3201
|
+
*/
|
|
3202
|
+
"disabled"?: boolean;
|
|
3203
|
+
/**
|
|
3204
|
+
* The label for the pagination item (applicable when simple pagination is being used).
|
|
3205
|
+
*/
|
|
3206
|
+
"label"?: string;
|
|
3207
|
+
/**
|
|
3208
|
+
* The current page number.
|
|
3209
|
+
*/
|
|
3210
|
+
"page"?: number | null;
|
|
3211
|
+
/**
|
|
3212
|
+
* The total number of pages.
|
|
3213
|
+
*/
|
|
3214
|
+
"pages"?: number;
|
|
3215
|
+
/**
|
|
3216
|
+
* If `true`, the pagination item will be selected.
|
|
3217
|
+
*/
|
|
3218
|
+
"selected"?: boolean;
|
|
3219
|
+
/**
|
|
3220
|
+
* The type of pagination item - 'page' or 'ellipsis'.
|
|
3221
|
+
*/
|
|
3222
|
+
"type"?: IcPaginationItemType;
|
|
3223
|
+
}
|
|
2936
3224
|
interface IcPopoverMenu {
|
|
2937
3225
|
/**
|
|
2938
3226
|
* The ID of the element the popover menu will anchor itself to. This is required unless the popover is a submenu.
|
|
@@ -2971,7 +3259,7 @@ declare namespace LocalJSX {
|
|
|
2971
3259
|
/**
|
|
2972
3260
|
* Emitted when a user selects a radio.
|
|
2973
3261
|
*/
|
|
2974
|
-
"onIcChange"?: (event: IcRadioGroupCustomEvent<
|
|
3262
|
+
"onIcChange"?: (event: IcRadioGroupCustomEvent<IcValueEventDetail1>) => void;
|
|
2975
3263
|
/**
|
|
2976
3264
|
* The orientation of the radio buttons in the radio group. If there are more than two radio buttons in a radio group or either of the radio buttons use the `additional-field` slot, then the orientation will always be vertical.
|
|
2977
3265
|
*/
|
|
@@ -3021,11 +3309,11 @@ declare namespace LocalJSX {
|
|
|
3021
3309
|
/**
|
|
3022
3310
|
* Emitted when a radio is selected.
|
|
3023
3311
|
*/
|
|
3024
|
-
"onIcCheck"?: (event: IcRadioOptionCustomEvent<
|
|
3312
|
+
"onIcCheck"?: (event: IcRadioOptionCustomEvent<IcValueEventDetail1>) => void;
|
|
3025
3313
|
/**
|
|
3026
3314
|
* @deprecated This event should not be used anymore. Use icCheck instead.
|
|
3027
3315
|
*/
|
|
3028
|
-
"onRadioOptionSelect"?: (event: IcRadioOptionCustomEvent<
|
|
3316
|
+
"onRadioOptionSelect"?: (event: IcRadioOptionCustomEvent<IcValueEventDetail1>) => void;
|
|
3029
3317
|
/**
|
|
3030
3318
|
* If `true`, the radio option will be displayed in a selected state.
|
|
3031
3319
|
*/
|
|
@@ -3096,6 +3384,18 @@ declare namespace LocalJSX {
|
|
|
3096
3384
|
* The label for the search bar.
|
|
3097
3385
|
*/
|
|
3098
3386
|
"label": string;
|
|
3387
|
+
/**
|
|
3388
|
+
* Trigger loading state when fetching options asyncronously
|
|
3389
|
+
*/
|
|
3390
|
+
"loading"?: boolean;
|
|
3391
|
+
/**
|
|
3392
|
+
* Change the message displayed when external loading times out.
|
|
3393
|
+
*/
|
|
3394
|
+
"loadingErrorLabel"?: string;
|
|
3395
|
+
/**
|
|
3396
|
+
* Change the message displayed whilst the options are being loaded externally.
|
|
3397
|
+
*/
|
|
3398
|
+
"loadingLabel"?: string;
|
|
3099
3399
|
/**
|
|
3100
3400
|
* The name of the control, which is submitted with the form data.
|
|
3101
3401
|
*/
|
|
@@ -3103,7 +3403,7 @@ declare namespace LocalJSX {
|
|
|
3103
3403
|
/**
|
|
3104
3404
|
* Emitted when the value has changed.
|
|
3105
3405
|
*/
|
|
3106
|
-
"onIcChange"?: (event: IcSearchBarCustomEvent<
|
|
3406
|
+
"onIcChange"?: (event: IcSearchBarCustomEvent<IcValueEventDetail1>) => void;
|
|
3107
3407
|
/**
|
|
3108
3408
|
* Emitted when value is cleared with clear button
|
|
3109
3409
|
*/
|
|
@@ -3111,7 +3411,7 @@ declare namespace LocalJSX {
|
|
|
3111
3411
|
/**
|
|
3112
3412
|
* Emitted when a keyboard input occurred.
|
|
3113
3413
|
*/
|
|
3114
|
-
"onIcInput"?: (event: IcSearchBarCustomEvent<
|
|
3414
|
+
"onIcInput"?: (event: IcSearchBarCustomEvent<IcValueEventDetail1>) => void;
|
|
3115
3415
|
/**
|
|
3116
3416
|
* @deprecated This event should not be used anymore. Use icSearchBarBlur instead.
|
|
3117
3417
|
*/
|
|
@@ -3119,7 +3419,7 @@ declare namespace LocalJSX {
|
|
|
3119
3419
|
/**
|
|
3120
3420
|
* @deprecated This event should not be used anymore. Use icSearchBarFocus instead.
|
|
3121
3421
|
*/
|
|
3122
|
-
"onIcInputFocus"?: (event: IcSearchBarCustomEvent<
|
|
3422
|
+
"onIcInputFocus"?: (event: IcSearchBarCustomEvent<IcValueEventDetail1>) => void;
|
|
3123
3423
|
/**
|
|
3124
3424
|
* Emitted when the state of the menu changes (i.e. open or close)
|
|
3125
3425
|
*/
|
|
@@ -3128,6 +3428,10 @@ declare namespace LocalJSX {
|
|
|
3128
3428
|
* Emitted when option is highlighted within the menu
|
|
3129
3429
|
*/
|
|
3130
3430
|
"onIcOptionSelect"?: (event: IcSearchBarCustomEvent<IcOptionSelectEventDetail>) => void;
|
|
3431
|
+
/**
|
|
3432
|
+
* Emitted when the 'retry loading' button is clicked
|
|
3433
|
+
*/
|
|
3434
|
+
"onIcRetryLoad"?: (event: IcSearchBarCustomEvent<IcValueEventDetail1>) => void;
|
|
3131
3435
|
/**
|
|
3132
3436
|
* Emitted when blur is invoked from ic-search-bar
|
|
3133
3437
|
*/
|
|
@@ -3139,7 +3443,7 @@ declare namespace LocalJSX {
|
|
|
3139
3443
|
/**
|
|
3140
3444
|
* Emitted when the search value has been submitted
|
|
3141
3445
|
*/
|
|
3142
|
-
"onIcSubmitSearch"?: (event: IcSearchBarCustomEvent<
|
|
3446
|
+
"onIcSubmitSearch"?: (event: IcSearchBarCustomEvent<IcValueEventDetail1>) => void;
|
|
3143
3447
|
/**
|
|
3144
3448
|
* The suggested search options.
|
|
3145
3449
|
*/
|
|
@@ -3164,6 +3468,10 @@ declare namespace LocalJSX {
|
|
|
3164
3468
|
* If `true`, the value of the search will have its spelling and grammar checked.
|
|
3165
3469
|
*/
|
|
3166
3470
|
"spellcheck"?: boolean;
|
|
3471
|
+
/**
|
|
3472
|
+
* If using external filtering, set a timeout for when loading takes too long.
|
|
3473
|
+
*/
|
|
3474
|
+
"timeout"?: number;
|
|
3167
3475
|
/**
|
|
3168
3476
|
* The value of the search input.
|
|
3169
3477
|
*/
|
|
@@ -3224,6 +3532,18 @@ declare namespace LocalJSX {
|
|
|
3224
3532
|
* The label for the select.
|
|
3225
3533
|
*/
|
|
3226
3534
|
"label": string;
|
|
3535
|
+
/**
|
|
3536
|
+
* Trigger loading state when fetching options asyncronously
|
|
3537
|
+
*/
|
|
3538
|
+
"loading"?: boolean;
|
|
3539
|
+
/**
|
|
3540
|
+
* Change the message displayed when external loading times out.
|
|
3541
|
+
*/
|
|
3542
|
+
"loadingErrorLabel"?: string;
|
|
3543
|
+
/**
|
|
3544
|
+
* Change the message displayed whilst the options are being loaded externally.
|
|
3545
|
+
*/
|
|
3546
|
+
"loadingLabel"?: string;
|
|
3227
3547
|
/**
|
|
3228
3548
|
* The name of the control, which is submitted with the form data.
|
|
3229
3549
|
*/
|
|
@@ -3235,7 +3555,7 @@ declare namespace LocalJSX {
|
|
|
3235
3555
|
/**
|
|
3236
3556
|
* Emitted when the value changes.
|
|
3237
3557
|
*/
|
|
3238
|
-
"onIcChange"?: (event: IcSelectCustomEvent<
|
|
3558
|
+
"onIcChange"?: (event: IcSelectCustomEvent<IcValueEventDetail1>) => void;
|
|
3239
3559
|
/**
|
|
3240
3560
|
* Emitted when clear button clicked.
|
|
3241
3561
|
*/
|
|
@@ -3247,11 +3567,15 @@ declare namespace LocalJSX {
|
|
|
3247
3567
|
/**
|
|
3248
3568
|
* Emitted when a keyboard input occurred.
|
|
3249
3569
|
*/
|
|
3250
|
-
"onIcInput"?: (event: IcSelectCustomEvent<
|
|
3570
|
+
"onIcInput"?: (event: IcSelectCustomEvent<IcValueEventDetail1>) => void;
|
|
3251
3571
|
/**
|
|
3252
3572
|
* Emitted when option is highlighted within the menu. Highlighting a menu item will trigger an `icChange/onIcChange` due to the value being updated.
|
|
3253
3573
|
*/
|
|
3254
3574
|
"onIcOptionSelect"?: (event: IcSelectCustomEvent<IcOptionSelectEventDetail>) => void;
|
|
3575
|
+
/**
|
|
3576
|
+
* Emitted when the 'retry loading' button is clicked
|
|
3577
|
+
*/
|
|
3578
|
+
"onIcRetryLoad"?: (event: IcSelectCustomEvent<IcValueEventDetail1>) => void;
|
|
3255
3579
|
/**
|
|
3256
3580
|
* The possible selection options.
|
|
3257
3581
|
*/
|
|
@@ -3284,6 +3608,10 @@ declare namespace LocalJSX {
|
|
|
3284
3608
|
* If `true`, the small styling will be applied to the select.
|
|
3285
3609
|
*/
|
|
3286
3610
|
"small"?: boolean;
|
|
3611
|
+
/**
|
|
3612
|
+
* If using external filtering, set a timeout for when loading takes too long.
|
|
3613
|
+
*/
|
|
3614
|
+
"timeout"?: number;
|
|
3287
3615
|
/**
|
|
3288
3616
|
* The validation status - e.g. 'error' | 'warning' | 'success'.
|
|
3289
3617
|
*/
|
|
@@ -3483,7 +3811,7 @@ declare namespace LocalJSX {
|
|
|
3483
3811
|
}
|
|
3484
3812
|
interface IcTabGroup {
|
|
3485
3813
|
/**
|
|
3486
|
-
*
|
|
3814
|
+
* @deprecated This is no longer required. The context id is passed down from `ic-tab-context`
|
|
3487
3815
|
*/
|
|
3488
3816
|
"contextId"?: string;
|
|
3489
3817
|
/**
|
|
@@ -3497,7 +3825,7 @@ declare namespace LocalJSX {
|
|
|
3497
3825
|
}
|
|
3498
3826
|
interface IcTabPanel {
|
|
3499
3827
|
/**
|
|
3500
|
-
*
|
|
3828
|
+
* @deprecated This is no longer required. The context id is passed down from `ic-tab-context`
|
|
3501
3829
|
*/
|
|
3502
3830
|
"contextId"?: string;
|
|
3503
3831
|
}
|
|
@@ -3550,10 +3878,18 @@ declare namespace LocalJSX {
|
|
|
3550
3878
|
* The label for the input.
|
|
3551
3879
|
*/
|
|
3552
3880
|
"label": string;
|
|
3881
|
+
/**
|
|
3882
|
+
* The maximum number that can be accepted as a value, when `type` is `number` and `rows` is `1`. (NOTE: Ensure to include visual indication of max value in `helperText` or `label`)
|
|
3883
|
+
*/
|
|
3884
|
+
"max"?: string | number;
|
|
3553
3885
|
/**
|
|
3554
3886
|
* The maximum number of characters that can be entered in the field.
|
|
3555
3887
|
*/
|
|
3556
3888
|
"maxLength"?: number;
|
|
3889
|
+
/**
|
|
3890
|
+
* The minimum number that can be accepted as a value, when `type` is `number` and `rows` is `1`. (NOTE: Ensure to include visual indication of min value in `helperText` or `label`)
|
|
3891
|
+
*/
|
|
3892
|
+
"min"?: string | number;
|
|
3557
3893
|
/**
|
|
3558
3894
|
* The name of the control, which is submitted with the form data.
|
|
3559
3895
|
*/
|
|
@@ -3561,19 +3897,19 @@ declare namespace LocalJSX {
|
|
|
3561
3897
|
/**
|
|
3562
3898
|
* Emitted when input loses focus.
|
|
3563
3899
|
*/
|
|
3564
|
-
"onIcBlur"?: (event: IcTextFieldCustomEvent<
|
|
3900
|
+
"onIcBlur"?: (event: IcTextFieldCustomEvent<IcValueEventDetail1>) => void;
|
|
3565
3901
|
/**
|
|
3566
3902
|
* Emitted when the value has changed.
|
|
3567
3903
|
*/
|
|
3568
|
-
"onIcChange"?: (event: IcTextFieldCustomEvent<
|
|
3904
|
+
"onIcChange"?: (event: IcTextFieldCustomEvent<IcValueEventDetail1>) => void;
|
|
3569
3905
|
/**
|
|
3570
3906
|
* Emitted when input gains focus.
|
|
3571
3907
|
*/
|
|
3572
|
-
"onIcFocus"?: (event: IcTextFieldCustomEvent<
|
|
3908
|
+
"onIcFocus"?: (event: IcTextFieldCustomEvent<IcValueEventDetail1>) => void;
|
|
3573
3909
|
/**
|
|
3574
3910
|
* Emitted when a keyboard input occurred.
|
|
3575
3911
|
*/
|
|
3576
|
-
"onIcInput"?: (event: IcTextFieldCustomEvent<
|
|
3912
|
+
"onIcInput"?: (event: IcTextFieldCustomEvent<IcValueEventDetail1>) => void;
|
|
3577
3913
|
/**
|
|
3578
3914
|
* Emitted when a keydown event occurred.
|
|
3579
3915
|
*/
|
|
@@ -3756,6 +4092,8 @@ declare namespace LocalJSX {
|
|
|
3756
4092
|
"ic-navigation-item": IcNavigationItem;
|
|
3757
4093
|
"ic-navigation-menu": IcNavigationMenu;
|
|
3758
4094
|
"ic-page-header": IcPageHeader;
|
|
4095
|
+
"ic-pagination": IcPagination;
|
|
4096
|
+
"ic-pagination-item": IcPaginationItem;
|
|
3759
4097
|
"ic-popover-menu": IcPopoverMenu;
|
|
3760
4098
|
"ic-radio-group": IcRadioGroup;
|
|
3761
4099
|
"ic-radio-option": IcRadioOption;
|
|
@@ -3817,6 +4155,8 @@ declare module "@stencil/core" {
|
|
|
3817
4155
|
"ic-navigation-item": LocalJSX.IcNavigationItem & JSXBase.HTMLAttributes<HTMLIcNavigationItemElement>;
|
|
3818
4156
|
"ic-navigation-menu": LocalJSX.IcNavigationMenu & JSXBase.HTMLAttributes<HTMLIcNavigationMenuElement>;
|
|
3819
4157
|
"ic-page-header": LocalJSX.IcPageHeader & JSXBase.HTMLAttributes<HTMLIcPageHeaderElement>;
|
|
4158
|
+
"ic-pagination": LocalJSX.IcPagination & JSXBase.HTMLAttributes<HTMLIcPaginationElement>;
|
|
4159
|
+
"ic-pagination-item": LocalJSX.IcPaginationItem & JSXBase.HTMLAttributes<HTMLIcPaginationItemElement>;
|
|
3820
4160
|
"ic-popover-menu": LocalJSX.IcPopoverMenu & JSXBase.HTMLAttributes<HTMLIcPopoverMenuElement>;
|
|
3821
4161
|
"ic-radio-group": LocalJSX.IcRadioGroup & JSXBase.HTMLAttributes<HTMLIcRadioGroupElement>;
|
|
3822
4162
|
"ic-radio-option": LocalJSX.IcRadioOption & JSXBase.HTMLAttributes<HTMLIcRadioOptionElement>;
|