@ukic/web-components 2.1.0-beta.12 → 2.1.0-beta.14
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/core.cjs.js +2 -2
- package/dist/cjs/ic-alert.cjs.entry.js +1 -1
- package/dist/cjs/ic-back-to-top.cjs.entry.js +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 +16 -5
- package/dist/cjs/ic-button_3.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-card.cjs.entry.js +2 -2
- package/dist/cjs/ic-card.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-checkbox-group.cjs.entry.js +14 -16
- package/dist/cjs/ic-checkbox-group.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-checkbox.cjs.entry.js +9 -3
- package/dist/cjs/ic-checkbox.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-chip.cjs.entry.js +1 -1
- package/dist/cjs/ic-classification-banner.cjs.entry.js +1 -1
- package/dist/cjs/ic-data-entity.cjs.entry.js +1 -1
- package/dist/cjs/ic-data-row.cjs.entry.js +1 -1
- package/dist/cjs/ic-divider.cjs.entry.js +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 +4 -2
- package/dist/cjs/ic-footer.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-hero.cjs.entry.js +1 -1
- package/dist/cjs/ic-horizontal-scroll.cjs.entry.js +1 -1
- package/dist/cjs/ic-input-component-container_3.cjs.entry.js +145 -64
- 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 +1 -1
- package/dist/cjs/ic-navigation-group.cjs.entry.js +1 -1
- package/dist/cjs/ic-navigation-item.cjs.entry.js +1 -1
- package/dist/cjs/ic-navigation-menu.cjs.entry.js +1 -1
- package/dist/cjs/ic-page-header.cjs.entry.js +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 +1 -1
- package/dist/cjs/ic-popover-menu.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-radio-group.cjs.entry.js +1 -1
- package/dist/cjs/ic-radio-option.cjs.entry.js +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 +152 -44
- 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 +1 -1
- package/dist/cjs/ic-step.cjs.entry.js +1 -1
- package/dist/cjs/ic-stepper.cjs.entry.js +1 -1
- package/dist/cjs/ic-switch.cjs.entry.js +1 -1
- package/dist/cjs/ic-tab-context.cjs.entry.js +1 -1
- package/dist/cjs/ic-tab-group.cjs.entry.js +1 -1
- package/dist/cjs/ic-tab-panel.cjs.entry.js +1 -1
- package/dist/cjs/ic-tab.cjs.entry.js +1 -1
- package/dist/cjs/ic-text-field.cjs.entry.js +18 -7
- 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 +1 -1
- package/dist/cjs/ic-top-navigation.cjs.entry.js +3 -5
- package/dist/cjs/ic-top-navigation.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-typography.cjs.entry.js +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-button/ic-button.css +11 -1
- package/dist/collection/components/ic-card/ic-card.css +3 -0
- package/dist/collection/components/ic-checkbox/ic-checkbox.css +4 -1
- package/dist/collection/components/ic-checkbox/ic-checkbox.js +8 -1
- package/dist/collection/components/ic-checkbox/ic-checkbox.js.map +1 -1
- package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.js +14 -20
- 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-footer/ic-footer.js +4 -2
- package/dist/collection/components/ic-footer/ic-footer.js.map +1 -1
- package/dist/collection/components/ic-menu/ic-menu.css +30 -1
- package/dist/collection/components/ic-menu/ic-menu.js +188 -63
- 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-pagination/ic-pagination.css +486 -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-search-bar/ic-search-bar.css +0 -4
- 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.js +247 -44
- package/dist/collection/components/ic-select/ic-select.js.map +1 -1
- package/dist/collection/components/ic-side-navigation/ic-side-navigation.css +36 -16
- 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-text-field/ic-text-field.js +66 -12
- package/dist/collection/components/ic-text-field/ic-text-field.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 +9 -0
- package/dist/collection/components/ic-top-navigation/ic-top-navigation.js +1 -3
- package/dist/collection/components/ic-top-navigation/ic-top-navigation.js.map +1 -1
- package/dist/collection/utils/types.js.map +1 -1
- package/dist/components/ic-button2.js +1 -1
- 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 +14 -17
- package/dist/components/ic-checkbox-group.js.map +1 -1
- package/dist/components/ic-checkbox.js +8 -2
- package/dist/components/ic-checkbox.js.map +1 -1
- package/dist/components/ic-footer.js +4 -2
- package/dist/components/ic-footer.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 -66
- package/dist/components/ic-menu2.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 +1 -2
- package/dist/components/ic-popover-menu.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 +157 -43
- 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-text-field2.js +20 -8
- package/dist/components/ic-text-field2.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 +2 -4
- package/dist/components/ic-top-navigation.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.esm.js +1 -1
- package/dist/core/core.esm.js.map +1 -1
- package/dist/core/{p-0f0dfa16.entry.js → p-002a63e9.entry.js} +2 -2
- package/dist/core/{p-759c80a3.entry.js → p-0575a77f.entry.js} +2 -2
- package/dist/core/{p-3453aa9c.entry.js → p-0a41c3cb.entry.js} +2 -2
- package/dist/core/{p-b7fc1f35.entry.js → p-100dbcec.entry.js} +2 -2
- package/dist/core/{p-1bd4d07e.entry.js → p-14835d6f.entry.js} +2 -2
- package/dist/core/{p-28b2158b.entry.js → p-1eb0992b.entry.js} +2 -2
- 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-2e949135.entry.js +2 -0
- package/dist/core/p-2e949135.entry.js.map +1 -0
- 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-74a768bc.entry.js → p-3dc2ff7b.entry.js} +2 -2
- 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-4595f48f.entry.js +2 -0
- package/dist/core/p-4595f48f.entry.js.map +1 -0
- package/dist/core/{p-7e309c50.entry.js → p-47b0ed42.entry.js} +2 -2
- package/dist/core/{p-68c84039.entry.js → p-4b87445b.entry.js} +2 -2
- 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-dc4ba6a0.entry.js → p-5d077cf7.entry.js} +2 -2
- package/dist/core/{p-8c9cc4d5.entry.js → p-6a77992e.entry.js} +2 -2
- package/dist/core/{p-d27dbb63.entry.js → p-6b39f8b4.entry.js} +2 -2
- 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-9e578e82.entry.js → p-8780890e.entry.js} +2 -2
- package/dist/core/{p-ff15c756.entry.js → p-895bda21.entry.js} +2 -2
- package/dist/core/{p-08535d97.entry.js → p-92c4fa7f.entry.js} +2 -2
- package/dist/core/{p-41459307.entry.js → p-9413d639.entry.js} +2 -2
- package/dist/core/{p-e17eea34.entry.js → p-a0f4e641.entry.js} +2 -2
- package/dist/core/{p-4d8392fe.entry.js → p-a33a04b2.entry.js} +2 -2
- package/dist/core/{p-65b94ddb.entry.js → p-a5bee11f.entry.js} +2 -2
- package/dist/core/p-a7fdb9a8.entry.js +2 -0
- package/dist/core/p-a7fdb9a8.entry.js.map +1 -0
- package/dist/core/{p-eeefddb5.entry.js → p-b61e76e2.entry.js} +2 -2
- 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-b5b03f86.entry.js → p-cb437317.entry.js} +2 -2
- package/dist/core/p-d5d9923a.entry.js +2 -0
- package/dist/core/p-d5d9923a.entry.js.map +1 -0
- package/dist/core/{p-6c9ce0ec.entry.js → p-dc0b9e80.entry.js} +2 -2
- package/dist/core/{p-1e0174dc.entry.js → p-de45134c.entry.js} +2 -2
- package/dist/core/{p-9daae2ae.entry.js → p-de891d3d.entry.js} +2 -2
- 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-977af213.entry.js → p-e41e701a.entry.js} +2 -2
- package/dist/core/{p-deada16f.entry.js → p-e839e5dc.entry.js} +2 -2
- package/dist/core/{p-186ecccd.entry.js → p-ea526b54.entry.js} +2 -2
- package/dist/core/{p-eb7599cc.entry.js → p-ec8b228c.entry.js} +2 -2
- package/dist/core/{p-eb7599cc.entry.js.map → p-ec8b228c.entry.js.map} +1 -1
- package/dist/core/{p-4269584a.entry.js → p-f3e10149.entry.js} +2 -2
- package/dist/core/{p-ad2477d8.entry.js → p-fc7dce3d.entry.js} +2 -2
- package/dist/esm/core.js +2 -2
- package/dist/esm/ic-alert.entry.js +1 -1
- package/dist/esm/ic-back-to-top.entry.js +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 +16 -5
- package/dist/esm/ic-button_3.entry.js.map +1 -1
- package/dist/esm/ic-card.entry.js +2 -2
- package/dist/esm/ic-card.entry.js.map +1 -1
- package/dist/esm/ic-checkbox-group.entry.js +14 -16
- package/dist/esm/ic-checkbox-group.entry.js.map +1 -1
- package/dist/esm/ic-checkbox.entry.js +9 -3
- package/dist/esm/ic-checkbox.entry.js.map +1 -1
- package/dist/esm/ic-chip.entry.js +1 -1
- package/dist/esm/ic-classification-banner.entry.js +1 -1
- package/dist/esm/ic-data-entity.entry.js +1 -1
- package/dist/esm/ic-data-row.entry.js +1 -1
- package/dist/esm/ic-divider.entry.js +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 +5 -3
- package/dist/esm/ic-footer.entry.js.map +1 -1
- package/dist/esm/ic-hero.entry.js +1 -1
- package/dist/esm/ic-horizontal-scroll.entry.js +1 -1
- package/dist/esm/ic-input-component-container_3.entry.js +145 -64
- 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 +1 -1
- package/dist/esm/ic-navigation-group.entry.js +1 -1
- package/dist/esm/ic-navigation-item.entry.js +1 -1
- package/dist/esm/ic-navigation-menu.entry.js +1 -1
- package/dist/esm/ic-page-header.entry.js +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 +1 -1
- package/dist/esm/ic-popover-menu.entry.js.map +1 -1
- package/dist/esm/ic-radio-group.entry.js +1 -1
- package/dist/esm/ic-radio-option.entry.js +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 +152 -44
- 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 +1 -1
- package/dist/esm/ic-step.entry.js +1 -1
- package/dist/esm/ic-stepper.entry.js +1 -1
- package/dist/esm/ic-switch.entry.js +1 -1
- package/dist/esm/ic-tab-context.entry.js +1 -1
- package/dist/esm/ic-tab-group.entry.js +1 -1
- package/dist/esm/ic-tab-panel.entry.js +1 -1
- package/dist/esm/ic-tab.entry.js +1 -1
- package/dist/esm/ic-text-field.entry.js +18 -7
- 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 +1 -1
- package/dist/esm/ic-top-navigation.entry.js +3 -5
- package/dist/esm/ic-top-navigation.entry.js.map +1 -1
- package/dist/esm/ic-typography.entry.js +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-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-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 -1
- package/dist/types/components/ic-side-navigation/ic-side-navigation.d.ts +2 -1
- package/dist/types/components/ic-text-field/ic-text-field.d.ts +11 -2
- package/dist/types/components/ic-tooltip/ic-tooltip.d.ts +7 -0
- package/dist/types/components.d.ts +282 -19
- package/dist/types/utils/types.d.ts +3 -0
- package/hydrate/index.js +746 -160
- 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-0d4ccf6a.entry.js +0 -2
- package/dist/core/p-0d4ccf6a.entry.js.map +0 -1
- package/dist/core/p-5450cebf.js.map +0 -1
- package/dist/core/p-6e1f5022.entry.js +0 -2
- package/dist/core/p-6e1f5022.entry.js.map +0 -1
- package/dist/core/p-7c2b09c8.entry.js +0 -2
- package/dist/core/p-7c2b09c8.entry.js.map +0 -1
- package/dist/core/p-8959dd7d.entry.js +0 -2
- package/dist/core/p-8959dd7d.entry.js.map +0 -1
- package/dist/core/p-90d6dbd6.entry.js +0 -2
- package/dist/core/p-90d6dbd6.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-bb505d2a.entry.js +0 -2
- package/dist/core/p-bb505d2a.entry.js.map +0 -1
- package/dist/core/p-ce96a494.entry.js +0 -2
- package/dist/core/p-ce96a494.entry.js.map +0 -1
- package/dist/core/p-e4390415.entry.js +0 -2
- package/dist/core/p-e4390415.entry.js.map +0 -1
- package/dist/core/p-eeefddb5.entry.js.map +0 -1
- package/dist/core/p-f0244b5a.entry.js +0 -2
- package/dist/core/p-f0244b5a.entry.js.map +0 -1
- package/dist/core/p-f777679c.entry.js +0 -2
- package/dist/core/p-f777679c.entry.js.map +0 -1
- package/dist/esm/index-90721b3c.js.map +0 -1
- /package/dist/core/{p-0f0dfa16.entry.js.map → p-002a63e9.entry.js.map} +0 -0
- /package/dist/core/{p-759c80a3.entry.js.map → p-0575a77f.entry.js.map} +0 -0
- /package/dist/core/{p-3453aa9c.entry.js.map → p-0a41c3cb.entry.js.map} +0 -0
- /package/dist/core/{p-b7fc1f35.entry.js.map → p-100dbcec.entry.js.map} +0 -0
- /package/dist/core/{p-1bd4d07e.entry.js.map → p-14835d6f.entry.js.map} +0 -0
- /package/dist/core/{p-28b2158b.entry.js.map → p-1eb0992b.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-74a768bc.entry.js.map → p-3dc2ff7b.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-7e309c50.entry.js.map → p-47b0ed42.entry.js.map} +0 -0
- /package/dist/core/{p-68c84039.entry.js.map → p-4b87445b.entry.js.map} +0 -0
- /package/dist/core/{p-0a463a65.entry.js.map → p-546b620e.entry.js.map} +0 -0
- /package/dist/core/{p-dc4ba6a0.entry.js.map → p-5d077cf7.entry.js.map} +0 -0
- /package/dist/core/{p-8c9cc4d5.entry.js.map → p-6a77992e.entry.js.map} +0 -0
- /package/dist/core/{p-d27dbb63.entry.js.map → p-6b39f8b4.entry.js.map} +0 -0
- /package/dist/core/{p-9e578e82.entry.js.map → p-8780890e.entry.js.map} +0 -0
- /package/dist/core/{p-ff15c756.entry.js.map → p-895bda21.entry.js.map} +0 -0
- /package/dist/core/{p-08535d97.entry.js.map → p-92c4fa7f.entry.js.map} +0 -0
- /package/dist/core/{p-41459307.entry.js.map → p-9413d639.entry.js.map} +0 -0
- /package/dist/core/{p-e17eea34.entry.js.map → p-a0f4e641.entry.js.map} +0 -0
- /package/dist/core/{p-4d8392fe.entry.js.map → p-a33a04b2.entry.js.map} +0 -0
- /package/dist/core/{p-65b94ddb.entry.js.map → p-a5bee11f.entry.js.map} +0 -0
- /package/dist/core/{p-b5b03f86.entry.js.map → p-cb437317.entry.js.map} +0 -0
- /package/dist/core/{p-6c9ce0ec.entry.js.map → p-dc0b9e80.entry.js.map} +0 -0
- /package/dist/core/{p-1e0174dc.entry.js.map → p-de45134c.entry.js.map} +0 -0
- /package/dist/core/{p-9daae2ae.entry.js.map → p-de891d3d.entry.js.map} +0 -0
- /package/dist/core/{p-741b4ea3.entry.js.map → p-e384aaee.entry.js.map} +0 -0
- /package/dist/core/{p-977af213.entry.js.map → p-e41e701a.entry.js.map} +0 -0
- /package/dist/core/{p-deada16f.entry.js.map → p-e839e5dc.entry.js.map} +0 -0
- /package/dist/core/{p-186ecccd.entry.js.map → p-ea526b54.entry.js.map} +0 -0
- /package/dist/core/{p-4269584a.entry.js.map → p-f3e10149.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";
|
@@ -911,6 +913,82 @@ export namespace Components {
|
|
911
913
|
*/
|
912
914
|
"subheading"?: string;
|
913
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
|
+
}
|
914
992
|
interface IcPopoverMenu {
|
915
993
|
/**
|
916
994
|
* The ID of the element the popover menu will anchor itself to. This is required unless the popover is a submenu.
|
@@ -1071,6 +1149,18 @@ export namespace Components {
|
|
1071
1149
|
* The label for the search bar.
|
1072
1150
|
*/
|
1073
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;
|
1074
1164
|
/**
|
1075
1165
|
* The name of the control, which is submitted with the form data.
|
1076
1166
|
*/
|
@@ -1103,6 +1193,10 @@ export namespace Components {
|
|
1103
1193
|
* If `true`, the value of the search will have its spelling and grammar checked.
|
1104
1194
|
*/
|
1105
1195
|
"spellcheck": boolean;
|
1196
|
+
/**
|
1197
|
+
* If using external filtering, set a timeout for when loading takes too long.
|
1198
|
+
*/
|
1199
|
+
"timeout"?: number;
|
1106
1200
|
/**
|
1107
1201
|
* The value of the search input.
|
1108
1202
|
*/
|
@@ -1163,6 +1257,18 @@ export namespace Components {
|
|
1163
1257
|
* The label for the select.
|
1164
1258
|
*/
|
1165
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;
|
1166
1272
|
/**
|
1167
1273
|
* The name of the control, which is submitted with the form data.
|
1168
1274
|
*/
|
@@ -1203,6 +1309,10 @@ export namespace Components {
|
|
1203
1309
|
* If `true`, the small styling will be applied to the select.
|
1204
1310
|
*/
|
1205
1311
|
"small"?: boolean;
|
1312
|
+
/**
|
1313
|
+
* If using external filtering, set a timeout for when loading takes too long.
|
1314
|
+
*/
|
1315
|
+
"timeout"?: number;
|
1206
1316
|
/**
|
1207
1317
|
* The validation status - e.g. 'error' | 'warning' | 'success'.
|
1208
1318
|
*/
|
@@ -1485,7 +1595,7 @@ export namespace Components {
|
|
1485
1595
|
/**
|
1486
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`)
|
1487
1597
|
*/
|
1488
|
-
"max": number;
|
1598
|
+
"max": string | number;
|
1489
1599
|
/**
|
1490
1600
|
* The maximum number of characters that can be entered in the field.
|
1491
1601
|
*/
|
@@ -1493,7 +1603,7 @@ export namespace Components {
|
|
1493
1603
|
/**
|
1494
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`)
|
1495
1605
|
*/
|
1496
|
-
"min": number;
|
1606
|
+
"min": string | number;
|
1497
1607
|
/**
|
1498
1608
|
* The name of the control, which is submitted with the form data.
|
1499
1609
|
*/
|
@@ -1540,6 +1650,7 @@ export namespace Components {
|
|
1540
1650
|
* If `true`, the icon in input control will be displayed - only applies when validationStatus ='success'.
|
1541
1651
|
*/
|
1542
1652
|
"validationInline": boolean;
|
1653
|
+
"validationInlineInternal": boolean;
|
1543
1654
|
/**
|
1544
1655
|
* The validation state - e.g. 'error' | 'warning' | 'success'.
|
1545
1656
|
*/
|
@@ -1606,6 +1717,12 @@ export namespace Components {
|
|
1606
1717
|
* If `true`, the tooltip will not be displayed on hover, it will require a click.
|
1607
1718
|
*/
|
1608
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>;
|
1609
1726
|
/**
|
1610
1727
|
* The text to display on the tooltip.
|
1611
1728
|
*/
|
@@ -1696,6 +1813,14 @@ export interface IcNavigationMenuCustomEvent<T> extends CustomEvent<T> {
|
|
1696
1813
|
detail: T;
|
1697
1814
|
target: HTMLIcNavigationMenuElement;
|
1698
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
|
+
}
|
1699
1824
|
export interface IcRadioGroupCustomEvent<T> extends CustomEvent<T> {
|
1700
1825
|
detail: T;
|
1701
1826
|
target: HTMLIcRadioGroupElement;
|
@@ -1937,6 +2062,18 @@ declare global {
|
|
1937
2062
|
prototype: HTMLIcPageHeaderElement;
|
1938
2063
|
new (): HTMLIcPageHeaderElement;
|
1939
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
|
+
};
|
1940
2077
|
interface HTMLIcPopoverMenuElement extends Components.IcPopoverMenu, HTMLStencilElement {
|
1941
2078
|
}
|
1942
2079
|
var HTMLIcPopoverMenuElement: {
|
@@ -2108,6 +2245,8 @@ declare global {
|
|
2108
2245
|
"ic-navigation-item": HTMLIcNavigationItemElement;
|
2109
2246
|
"ic-navigation-menu": HTMLIcNavigationMenuElement;
|
2110
2247
|
"ic-page-header": HTMLIcPageHeaderElement;
|
2248
|
+
"ic-pagination": HTMLIcPaginationElement;
|
2249
|
+
"ic-pagination-item": HTMLIcPaginationItemElement;
|
2111
2250
|
"ic-popover-menu": HTMLIcPopoverMenuElement;
|
2112
2251
|
"ic-radio-group": HTMLIcRadioGroupElement;
|
2113
2252
|
"ic-radio-option": HTMLIcRadioOptionElement;
|
@@ -3002,6 +3141,86 @@ declare namespace LocalJSX {
|
|
3002
3141
|
*/
|
3003
3142
|
"subheading"?: string;
|
3004
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
|
+
}
|
3005
3224
|
interface IcPopoverMenu {
|
3006
3225
|
/**
|
3007
3226
|
* The ID of the element the popover menu will anchor itself to. This is required unless the popover is a submenu.
|
@@ -3040,7 +3259,7 @@ declare namespace LocalJSX {
|
|
3040
3259
|
/**
|
3041
3260
|
* Emitted when a user selects a radio.
|
3042
3261
|
*/
|
3043
|
-
"onIcChange"?: (event: IcRadioGroupCustomEvent<
|
3262
|
+
"onIcChange"?: (event: IcRadioGroupCustomEvent<IcValueEventDetail1>) => void;
|
3044
3263
|
/**
|
3045
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.
|
3046
3265
|
*/
|
@@ -3090,11 +3309,11 @@ declare namespace LocalJSX {
|
|
3090
3309
|
/**
|
3091
3310
|
* Emitted when a radio is selected.
|
3092
3311
|
*/
|
3093
|
-
"onIcCheck"?: (event: IcRadioOptionCustomEvent<
|
3312
|
+
"onIcCheck"?: (event: IcRadioOptionCustomEvent<IcValueEventDetail1>) => void;
|
3094
3313
|
/**
|
3095
3314
|
* @deprecated This event should not be used anymore. Use icCheck instead.
|
3096
3315
|
*/
|
3097
|
-
"onRadioOptionSelect"?: (event: IcRadioOptionCustomEvent<
|
3316
|
+
"onRadioOptionSelect"?: (event: IcRadioOptionCustomEvent<IcValueEventDetail1>) => void;
|
3098
3317
|
/**
|
3099
3318
|
* If `true`, the radio option will be displayed in a selected state.
|
3100
3319
|
*/
|
@@ -3165,6 +3384,18 @@ declare namespace LocalJSX {
|
|
3165
3384
|
* The label for the search bar.
|
3166
3385
|
*/
|
3167
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;
|
3168
3399
|
/**
|
3169
3400
|
* The name of the control, which is submitted with the form data.
|
3170
3401
|
*/
|
@@ -3172,7 +3403,7 @@ declare namespace LocalJSX {
|
|
3172
3403
|
/**
|
3173
3404
|
* Emitted when the value has changed.
|
3174
3405
|
*/
|
3175
|
-
"onIcChange"?: (event: IcSearchBarCustomEvent<
|
3406
|
+
"onIcChange"?: (event: IcSearchBarCustomEvent<IcValueEventDetail1>) => void;
|
3176
3407
|
/**
|
3177
3408
|
* Emitted when value is cleared with clear button
|
3178
3409
|
*/
|
@@ -3180,7 +3411,7 @@ declare namespace LocalJSX {
|
|
3180
3411
|
/**
|
3181
3412
|
* Emitted when a keyboard input occurred.
|
3182
3413
|
*/
|
3183
|
-
"onIcInput"?: (event: IcSearchBarCustomEvent<
|
3414
|
+
"onIcInput"?: (event: IcSearchBarCustomEvent<IcValueEventDetail1>) => void;
|
3184
3415
|
/**
|
3185
3416
|
* @deprecated This event should not be used anymore. Use icSearchBarBlur instead.
|
3186
3417
|
*/
|
@@ -3188,7 +3419,7 @@ declare namespace LocalJSX {
|
|
3188
3419
|
/**
|
3189
3420
|
* @deprecated This event should not be used anymore. Use icSearchBarFocus instead.
|
3190
3421
|
*/
|
3191
|
-
"onIcInputFocus"?: (event: IcSearchBarCustomEvent<
|
3422
|
+
"onIcInputFocus"?: (event: IcSearchBarCustomEvent<IcValueEventDetail1>) => void;
|
3192
3423
|
/**
|
3193
3424
|
* Emitted when the state of the menu changes (i.e. open or close)
|
3194
3425
|
*/
|
@@ -3197,6 +3428,10 @@ declare namespace LocalJSX {
|
|
3197
3428
|
* Emitted when option is highlighted within the menu
|
3198
3429
|
*/
|
3199
3430
|
"onIcOptionSelect"?: (event: IcSearchBarCustomEvent<IcOptionSelectEventDetail>) => void;
|
3431
|
+
/**
|
3432
|
+
* Emitted when the 'retry loading' button is clicked
|
3433
|
+
*/
|
3434
|
+
"onIcRetryLoad"?: (event: IcSearchBarCustomEvent<IcValueEventDetail1>) => void;
|
3200
3435
|
/**
|
3201
3436
|
* Emitted when blur is invoked from ic-search-bar
|
3202
3437
|
*/
|
@@ -3208,7 +3443,7 @@ declare namespace LocalJSX {
|
|
3208
3443
|
/**
|
3209
3444
|
* Emitted when the search value has been submitted
|
3210
3445
|
*/
|
3211
|
-
"onIcSubmitSearch"?: (event: IcSearchBarCustomEvent<
|
3446
|
+
"onIcSubmitSearch"?: (event: IcSearchBarCustomEvent<IcValueEventDetail1>) => void;
|
3212
3447
|
/**
|
3213
3448
|
* The suggested search options.
|
3214
3449
|
*/
|
@@ -3233,6 +3468,10 @@ declare namespace LocalJSX {
|
|
3233
3468
|
* If `true`, the value of the search will have its spelling and grammar checked.
|
3234
3469
|
*/
|
3235
3470
|
"spellcheck"?: boolean;
|
3471
|
+
/**
|
3472
|
+
* If using external filtering, set a timeout for when loading takes too long.
|
3473
|
+
*/
|
3474
|
+
"timeout"?: number;
|
3236
3475
|
/**
|
3237
3476
|
* The value of the search input.
|
3238
3477
|
*/
|
@@ -3293,6 +3532,18 @@ declare namespace LocalJSX {
|
|
3293
3532
|
* The label for the select.
|
3294
3533
|
*/
|
3295
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;
|
3296
3547
|
/**
|
3297
3548
|
* The name of the control, which is submitted with the form data.
|
3298
3549
|
*/
|
@@ -3304,7 +3555,7 @@ declare namespace LocalJSX {
|
|
3304
3555
|
/**
|
3305
3556
|
* Emitted when the value changes.
|
3306
3557
|
*/
|
3307
|
-
"onIcChange"?: (event: IcSelectCustomEvent<
|
3558
|
+
"onIcChange"?: (event: IcSelectCustomEvent<IcValueEventDetail1>) => void;
|
3308
3559
|
/**
|
3309
3560
|
* Emitted when clear button clicked.
|
3310
3561
|
*/
|
@@ -3316,11 +3567,15 @@ declare namespace LocalJSX {
|
|
3316
3567
|
/**
|
3317
3568
|
* Emitted when a keyboard input occurred.
|
3318
3569
|
*/
|
3319
|
-
"onIcInput"?: (event: IcSelectCustomEvent<
|
3570
|
+
"onIcInput"?: (event: IcSelectCustomEvent<IcValueEventDetail1>) => void;
|
3320
3571
|
/**
|
3321
3572
|
* Emitted when option is highlighted within the menu. Highlighting a menu item will trigger an `icChange/onIcChange` due to the value being updated.
|
3322
3573
|
*/
|
3323
3574
|
"onIcOptionSelect"?: (event: IcSelectCustomEvent<IcOptionSelectEventDetail>) => void;
|
3575
|
+
/**
|
3576
|
+
* Emitted when the 'retry loading' button is clicked
|
3577
|
+
*/
|
3578
|
+
"onIcRetryLoad"?: (event: IcSelectCustomEvent<IcValueEventDetail1>) => void;
|
3324
3579
|
/**
|
3325
3580
|
* The possible selection options.
|
3326
3581
|
*/
|
@@ -3353,6 +3608,10 @@ declare namespace LocalJSX {
|
|
3353
3608
|
* If `true`, the small styling will be applied to the select.
|
3354
3609
|
*/
|
3355
3610
|
"small"?: boolean;
|
3611
|
+
/**
|
3612
|
+
* If using external filtering, set a timeout for when loading takes too long.
|
3613
|
+
*/
|
3614
|
+
"timeout"?: number;
|
3356
3615
|
/**
|
3357
3616
|
* The validation status - e.g. 'error' | 'warning' | 'success'.
|
3358
3617
|
*/
|
@@ -3622,7 +3881,7 @@ declare namespace LocalJSX {
|
|
3622
3881
|
/**
|
3623
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`)
|
3624
3883
|
*/
|
3625
|
-
"max"?: number;
|
3884
|
+
"max"?: string | number;
|
3626
3885
|
/**
|
3627
3886
|
* The maximum number of characters that can be entered in the field.
|
3628
3887
|
*/
|
@@ -3630,7 +3889,7 @@ declare namespace LocalJSX {
|
|
3630
3889
|
/**
|
3631
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`)
|
3632
3891
|
*/
|
3633
|
-
"min"?: number;
|
3892
|
+
"min"?: string | number;
|
3634
3893
|
/**
|
3635
3894
|
* The name of the control, which is submitted with the form data.
|
3636
3895
|
*/
|
@@ -3638,19 +3897,19 @@ declare namespace LocalJSX {
|
|
3638
3897
|
/**
|
3639
3898
|
* Emitted when input loses focus.
|
3640
3899
|
*/
|
3641
|
-
"onIcBlur"?: (event: IcTextFieldCustomEvent<
|
3900
|
+
"onIcBlur"?: (event: IcTextFieldCustomEvent<IcValueEventDetail1>) => void;
|
3642
3901
|
/**
|
3643
3902
|
* Emitted when the value has changed.
|
3644
3903
|
*/
|
3645
|
-
"onIcChange"?: (event: IcTextFieldCustomEvent<
|
3904
|
+
"onIcChange"?: (event: IcTextFieldCustomEvent<IcValueEventDetail1>) => void;
|
3646
3905
|
/**
|
3647
3906
|
* Emitted when input gains focus.
|
3648
3907
|
*/
|
3649
|
-
"onIcFocus"?: (event: IcTextFieldCustomEvent<
|
3908
|
+
"onIcFocus"?: (event: IcTextFieldCustomEvent<IcValueEventDetail1>) => void;
|
3650
3909
|
/**
|
3651
3910
|
* Emitted when a keyboard input occurred.
|
3652
3911
|
*/
|
3653
|
-
"onIcInput"?: (event: IcTextFieldCustomEvent<
|
3912
|
+
"onIcInput"?: (event: IcTextFieldCustomEvent<IcValueEventDetail1>) => void;
|
3654
3913
|
/**
|
3655
3914
|
* Emitted when a keydown event occurred.
|
3656
3915
|
*/
|
@@ -3833,6 +4092,8 @@ declare namespace LocalJSX {
|
|
3833
4092
|
"ic-navigation-item": IcNavigationItem;
|
3834
4093
|
"ic-navigation-menu": IcNavigationMenu;
|
3835
4094
|
"ic-page-header": IcPageHeader;
|
4095
|
+
"ic-pagination": IcPagination;
|
4096
|
+
"ic-pagination-item": IcPaginationItem;
|
3836
4097
|
"ic-popover-menu": IcPopoverMenu;
|
3837
4098
|
"ic-radio-group": IcRadioGroup;
|
3838
4099
|
"ic-radio-option": IcRadioOption;
|
@@ -3894,6 +4155,8 @@ declare module "@stencil/core" {
|
|
3894
4155
|
"ic-navigation-item": LocalJSX.IcNavigationItem & JSXBase.HTMLAttributes<HTMLIcNavigationItemElement>;
|
3895
4156
|
"ic-navigation-menu": LocalJSX.IcNavigationMenu & JSXBase.HTMLAttributes<HTMLIcNavigationMenuElement>;
|
3896
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>;
|
3897
4160
|
"ic-popover-menu": LocalJSX.IcPopoverMenu & JSXBase.HTMLAttributes<HTMLIcPopoverMenuElement>;
|
3898
4161
|
"ic-radio-group": LocalJSX.IcRadioGroup & JSXBase.HTMLAttributes<HTMLIcRadioGroupElement>;
|
3899
4162
|
"ic-radio-option": LocalJSX.IcRadioOption & JSXBase.HTMLAttributes<HTMLIcRadioOptionElement>;
|
@@ -43,6 +43,8 @@ export interface IcMenuOption {
|
|
43
43
|
disabled?: boolean;
|
44
44
|
recommended?: boolean;
|
45
45
|
children?: IcMenuOption[];
|
46
|
+
loading?: boolean;
|
47
|
+
timedOut?: boolean;
|
46
48
|
}
|
47
49
|
export declare type IcSearchMatchPositions = "start" | "anywhere";
|
48
50
|
export declare type IcCallbackFunctionNoReturn = (...args: unknown[]) => void;
|
@@ -55,6 +57,7 @@ export declare type IcRelatedTarget = EventTarget | undefined;
|
|
55
57
|
export declare type IcOrientation = "horizontal" | "vertical";
|
56
58
|
export interface IcValueEventDetail {
|
57
59
|
value: string;
|
60
|
+
keyPressed?: string;
|
58
61
|
}
|
59
62
|
export interface IcBlurEventDetail {
|
60
63
|
relatedTarget: IcRelatedTarget;
|