@ukic/web-components 2.1.0-beta.12 → 2.1.0-beta.13
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 +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 +5 -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-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 +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-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-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-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-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-864b46bf.entry.js +2 -0
- package/dist/core/p-864b46bf.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-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-f777679c.entry.js → p-db7131b6.entry.js} +2 -2
- 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/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 +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 +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 +743 -159
- 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/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-f777679c.entry.js.map → p-db7131b6.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,6 +5,7 @@ import { IcInformationStatus, IcThemeForegroundEnum, } from "../../utils/types";
|
|
5
5
|
import Expand from "./assets/Expand.svg";
|
6
6
|
import Clear from "./assets/Clear.svg";
|
7
7
|
let inputIds = 0;
|
8
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
8
9
|
export class Select {
|
9
10
|
constructor() {
|
10
11
|
this.inputId = `ic-select-input-${inputIds++}`;
|
@@ -13,8 +14,19 @@ export class Select {
|
|
13
14
|
this.inheritedAttributes = {};
|
14
15
|
this.hasSetDefaultValue = false;
|
15
16
|
this.initialOptionsEmpty = false;
|
17
|
+
this.handleRetry = (ev) => {
|
18
|
+
var _a;
|
19
|
+
if (ev.detail.keyPressed)
|
20
|
+
(_a = this.searchableSelectElement) === null || _a === void 0 ? void 0 : _a.focus();
|
21
|
+
this.blurredBecauseButtonPressed = true;
|
22
|
+
this.retryButtonClick = true;
|
23
|
+
this.hasSetDefaultValue = true;
|
24
|
+
this.icRetryLoad.emit({ value: this.hiddenInputValue });
|
25
|
+
};
|
16
26
|
this.emitIcChange = (value) => {
|
17
|
-
this.
|
27
|
+
if (!this.searchable) {
|
28
|
+
this.value = value;
|
29
|
+
}
|
18
30
|
clearTimeout(this.debounceIcChange);
|
19
31
|
this.debounceIcChange = window.setTimeout(() => {
|
20
32
|
this.icChange.emit({ value: value });
|
@@ -57,11 +69,6 @@ export class Select {
|
|
57
69
|
this.getLabelFromValue = (value) => {
|
58
70
|
return getLabelFromValue(value, this.options);
|
59
71
|
};
|
60
|
-
this.getValueFromLabel = (label) => {
|
61
|
-
var _a;
|
62
|
-
const value = (_a = this.options.find((option) => option.label === label)) === null || _a === void 0 ? void 0 : _a.value;
|
63
|
-
return value;
|
64
|
-
};
|
65
72
|
this.getFilteredChildMenuOptions = (option) => {
|
66
73
|
let children = option.children;
|
67
74
|
if (this.searchable) {
|
@@ -85,7 +92,13 @@ export class Select {
|
|
85
92
|
return;
|
86
93
|
}
|
87
94
|
if (this.searchable) {
|
88
|
-
this.
|
95
|
+
this.value = event.detail.value;
|
96
|
+
// After editing the input, if selecting the same option as before, set the input value to label again
|
97
|
+
if (this.value === this.currValue) {
|
98
|
+
this.searchableSelectInputValue = this.getLabelFromValue(this.value);
|
99
|
+
}
|
100
|
+
this.inputValueToFilter = null;
|
101
|
+
this.hiddenInputValue = this.getValueFromLabel(this.searchableSelectInputValue);
|
89
102
|
}
|
90
103
|
this.ariaActiveDescendant = event.detail.optionId;
|
91
104
|
this.icOptionSelect.emit({ value: event.detail.value });
|
@@ -122,8 +135,10 @@ export class Select {
|
|
122
135
|
this.menu.options = this.filteredOptions;
|
123
136
|
}
|
124
137
|
else {
|
125
|
-
this.
|
126
|
-
|
138
|
+
if (!this.hasTimedOut && !this.loading) {
|
139
|
+
this.noOptions = null;
|
140
|
+
this.menu.options = this.options;
|
141
|
+
}
|
127
142
|
}
|
128
143
|
if (event.detail !== 0 && this.isMenuEnabled()) {
|
129
144
|
this.menu.handleClickOpen();
|
@@ -138,13 +153,15 @@ export class Select {
|
|
138
153
|
};
|
139
154
|
this.handleClear = (event) => {
|
140
155
|
event.stopPropagation();
|
156
|
+
this.hasTimedOut = false;
|
141
157
|
this.noOptions = null;
|
142
158
|
this.emitImmediateIcChange(null);
|
143
159
|
this.icClear.emit();
|
144
160
|
if (this.searchable) {
|
145
161
|
this.searchableSelectElement.value = null;
|
146
162
|
this.searchableSelectInputValue = null;
|
147
|
-
this.
|
163
|
+
this.filteredOptions = this.options;
|
164
|
+
this.hiddenInputValue = null;
|
148
165
|
this.searchableSelectElement.focus();
|
149
166
|
if (!this.isMenuEnabled()) {
|
150
167
|
this.setMenuChange(false);
|
@@ -156,7 +173,11 @@ export class Select {
|
|
156
173
|
};
|
157
174
|
this.handleCharacterKeyDown = (key) => {
|
158
175
|
// Only close menu when space is pressed if not being used alongside character keys to quickly select options
|
159
|
-
if (this.open &&
|
176
|
+
if (this.open &&
|
177
|
+
key === " " &&
|
178
|
+
this.pressedCharacters.length === 0 &&
|
179
|
+
!this.hasTimedOut &&
|
180
|
+
!this.loading) {
|
160
181
|
this.setMenuChange(false);
|
161
182
|
}
|
162
183
|
if (key.length === 1 && !this.searchable) {
|
@@ -184,8 +205,10 @@ export class Select {
|
|
184
205
|
this.menu.options = this.filteredOptions;
|
185
206
|
}
|
186
207
|
else {
|
187
|
-
this.
|
188
|
-
|
208
|
+
if (!this.hasTimedOut) {
|
209
|
+
this.noOptions = null;
|
210
|
+
this.menu.options = this.options;
|
211
|
+
}
|
189
212
|
}
|
190
213
|
}
|
191
214
|
if (this.open && event.key === "Enter") {
|
@@ -194,6 +217,7 @@ export class Select {
|
|
194
217
|
else {
|
195
218
|
if (!(isArrowKey && this.noOptions !== null) && this.isMenuEnabled()) {
|
196
219
|
if (!(event.key === " " && this.pressedCharacters.length > 0)) {
|
220
|
+
// Keyboard events get passed onto ic-menu
|
197
221
|
this.menu.handleKeyboardOpen(event);
|
198
222
|
}
|
199
223
|
this.handleCharacterKeyDown(event.key);
|
@@ -203,7 +227,15 @@ export class Select {
|
|
203
227
|
this.handleClearButtonFocus = () => {
|
204
228
|
this.clearButtonFocused = true;
|
205
229
|
};
|
206
|
-
this.handleClearButtonBlur = () => {
|
230
|
+
this.handleClearButtonBlur = (ev) => {
|
231
|
+
var _a;
|
232
|
+
const retryButton = (_a = this.menu) === null || _a === void 0 ? void 0 : _a.querySelector("#retry-button");
|
233
|
+
if (!(this.searchableSelectElement &&
|
234
|
+
ev.relatedTarget === this.searchableSelectElement) &&
|
235
|
+
!(retryButton && ev.relatedTarget === retryButton)) {
|
236
|
+
this.setMenuChange(false);
|
237
|
+
this.handleFocusIndicatorDisplay();
|
238
|
+
}
|
207
239
|
this.clearButtonFocused = false;
|
208
240
|
};
|
209
241
|
this.handleFilter = () => {
|
@@ -216,7 +248,7 @@ export class Select {
|
|
216
248
|
});
|
217
249
|
let menuOptionsFiltered;
|
218
250
|
if (this.searchable) {
|
219
|
-
menuOptionsFiltered = getFilteredMenuOptions(options, this.includeDescriptionsInSearch, this.
|
251
|
+
menuOptionsFiltered = getFilteredMenuOptions(options, this.includeDescriptionsInSearch, this.inputValueToFilter, this.searchMatchPosition);
|
220
252
|
}
|
221
253
|
else {
|
222
254
|
menuOptionsFiltered = getFilteredMenuOptions(options, false, this.pressedCharacters, "start");
|
@@ -258,15 +290,37 @@ export class Select {
|
|
258
290
|
this.filteredOptions = this.noOptions;
|
259
291
|
}
|
260
292
|
};
|
293
|
+
this.triggerLoading = () => {
|
294
|
+
this.hasTimedOut = false;
|
295
|
+
this.noOptions = [{ label: this.loadingLabel, value: "", loading: true }];
|
296
|
+
if (this.filteredOptions !== this.noOptions && this.searchable)
|
297
|
+
this.filteredOptions = this.noOptions;
|
298
|
+
else if (!this.searchable && this.options !== this.noOptions)
|
299
|
+
this.options = this.noOptions;
|
300
|
+
if (this.timeout) {
|
301
|
+
this.timeoutTimer = window.setTimeout(() => {
|
302
|
+
this.loading = false;
|
303
|
+
this.hasTimedOut = true;
|
304
|
+
this.noOptions = [
|
305
|
+
{ label: this.loadingErrorLabel, value: "", timedOut: true },
|
306
|
+
];
|
307
|
+
this.filteredOptions = this.noOptions;
|
308
|
+
if (!this.searchable)
|
309
|
+
this.options = this.noOptions;
|
310
|
+
}, this.timeout);
|
311
|
+
}
|
312
|
+
};
|
313
|
+
this.getValueFromLabel = (label) => {
|
314
|
+
var _a;
|
315
|
+
const value = (_a = this.options.find((option) => option.label === label)) === null || _a === void 0 ? void 0 : _a.value;
|
316
|
+
return value;
|
317
|
+
};
|
261
318
|
this.handleSearchableSelectInput = (event) => {
|
262
319
|
this.searchableSelectInputValue = event.target.value;
|
263
320
|
this.icInput.emit({ value: this.searchableSelectInputValue });
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
else if (this.getValueFromLabel(this.searchableSelectInputValue) === undefined) {
|
268
|
-
this.emitIcChange(null);
|
269
|
-
}
|
321
|
+
this.emitIcChange(this.searchableSelectInputValue);
|
322
|
+
this.hiddenInputValue = this.searchableSelectInputValue;
|
323
|
+
this.inputValueToFilter = this.searchableSelectInputValue;
|
270
324
|
if (this.isMenuEnabled()) {
|
271
325
|
this.setMenuChange(true);
|
272
326
|
}
|
@@ -294,20 +348,43 @@ export class Select {
|
|
294
348
|
this.icFocus.emit();
|
295
349
|
};
|
296
350
|
this.onBlur = (event) => {
|
351
|
+
var _a;
|
352
|
+
const target = event.relatedTarget;
|
353
|
+
if (target !== null &&
|
354
|
+
target.tagName === "UL" &&
|
355
|
+
target.className.includes("menu")) {
|
356
|
+
return;
|
357
|
+
}
|
358
|
+
const retryButton = (_a = this.menu) === null || _a === void 0 ? void 0 : _a.querySelector("#retry-button");
|
297
359
|
const isSearchableAndNoFocusedInternalElements = this.searchable &&
|
298
360
|
event.relatedTarget !== this.menu &&
|
299
361
|
!Array.from(this.menu.querySelectorAll("[role='option']")).includes(event.relatedTarget) &&
|
300
|
-
!(this.clearButton && event.relatedTarget === this.clearButton)
|
362
|
+
!(this.clearButton && event.relatedTarget === this.clearButton) &&
|
363
|
+
!(retryButton && event.relatedTarget === retryButton);
|
301
364
|
if (isSearchableAndNoFocusedInternalElements) {
|
302
|
-
this.
|
365
|
+
if (!this.retryButtonClick) {
|
366
|
+
this.setMenuChange(false);
|
367
|
+
}
|
303
368
|
this.handleFocusIndicatorDisplay();
|
304
369
|
}
|
370
|
+
this.retryButtonClick = false;
|
305
371
|
this.icBlur.emit();
|
306
372
|
};
|
373
|
+
this.onTimeoutBlur = (ev) => {
|
374
|
+
if (ev.detail.ev.relatedTarget !==
|
375
|
+
this.searchableSelectElement &&
|
376
|
+
!this.blurredBecauseButtonPressed) {
|
377
|
+
this.setMenuChange(false);
|
378
|
+
this.handleFocusIndicatorDisplay();
|
379
|
+
this.icBlur.emit();
|
380
|
+
}
|
381
|
+
this.blurredBecauseButtonPressed = false;
|
382
|
+
};
|
307
383
|
this.handleFormReset = () => {
|
308
384
|
this.value = this.initialValue;
|
309
385
|
if (this.searchable) {
|
310
386
|
this.searchableSelectInputValue = this.getDefaultValue(this.value);
|
387
|
+
this.hiddenInputValue = this.value;
|
311
388
|
}
|
312
389
|
};
|
313
390
|
this.label = undefined;
|
@@ -333,6 +410,10 @@ export class Select {
|
|
333
410
|
this.charactersUntilSuggestions = 0;
|
334
411
|
this.emptyOptionListText = "No results found";
|
335
412
|
this.disableFilter = false;
|
413
|
+
this.timeout = undefined;
|
414
|
+
this.loadingLabel = "Loading...";
|
415
|
+
this.loadingErrorLabel = "Loading Error";
|
416
|
+
this.loading = false;
|
336
417
|
this.open = false;
|
337
418
|
this.clearButtonFocused = false;
|
338
419
|
this.searchableSelectInputValue = null;
|
@@ -344,28 +425,41 @@ export class Select {
|
|
344
425
|
this.currValue = this.value;
|
345
426
|
this.debounceIcChange = undefined;
|
346
427
|
this.pressedCharacters = "";
|
428
|
+
this.hiddenInputValue = undefined;
|
429
|
+
this.inputValueToFilter = this.value;
|
430
|
+
}
|
431
|
+
loadingHandler(newValue) {
|
432
|
+
newValue && this.triggerLoading();
|
347
433
|
}
|
348
434
|
watchOptionsHandler() {
|
349
|
-
if (this.
|
350
|
-
|
435
|
+
if (!this.hasTimedOut) {
|
436
|
+
this.loading = false;
|
437
|
+
clearTimeout(this.timeoutTimer);
|
438
|
+
if (this.isExternalFiltering()) {
|
439
|
+
if (this.options.length > 0) {
|
440
|
+
this.setOptionsValuesFromLabels();
|
441
|
+
this.noOptions = null;
|
442
|
+
this.filteredOptions = this.options;
|
443
|
+
}
|
444
|
+
else if (this.isMenuEnabled()) {
|
445
|
+
this.noOptions = [{ label: this.emptyOptionListText, value: "" }];
|
446
|
+
this.filteredOptions = this.noOptions;
|
447
|
+
}
|
448
|
+
this.updateSearchableSelectResultAriaLive();
|
449
|
+
this.setDefaultValue();
|
450
|
+
}
|
451
|
+
else {
|
351
452
|
this.setOptionsValuesFromLabels();
|
352
|
-
this.noOptions = null;
|
353
453
|
this.filteredOptions = this.options;
|
454
|
+
if (this.initialOptionsEmpty) {
|
455
|
+
this.setDefaultValue();
|
456
|
+
this.initialOptionsEmpty = false;
|
457
|
+
}
|
354
458
|
}
|
355
|
-
else if (this.isMenuEnabled()) {
|
356
|
-
this.noOptions = [{ label: this.emptyOptionListText, value: "" }];
|
357
|
-
this.filteredOptions = this.noOptions;
|
358
|
-
}
|
359
|
-
this.updateSearchableSelectResultAriaLive();
|
360
|
-
this.setDefaultValue();
|
361
459
|
}
|
362
460
|
else {
|
363
|
-
this.
|
364
|
-
|
365
|
-
if (this.initialOptionsEmpty) {
|
366
|
-
this.setDefaultValue();
|
367
|
-
this.initialOptionsEmpty = false;
|
368
|
-
}
|
461
|
+
if (!this.searchable)
|
462
|
+
this.options = this.noOptions;
|
369
463
|
}
|
370
464
|
}
|
371
465
|
debounceChangedHandler(newValue) {
|
@@ -375,6 +469,10 @@ export class Select {
|
|
375
469
|
if (this.value !== this.currValue) {
|
376
470
|
this.currValue = this.value;
|
377
471
|
}
|
472
|
+
if (this.searchable && !!this.currValue) {
|
473
|
+
this.searchableSelectInputValue =
|
474
|
+
this.getLabelFromValue(this.currValue) || this.currValue;
|
475
|
+
}
|
378
476
|
}
|
379
477
|
/**
|
380
478
|
* Sets focus on the input box.
|
@@ -419,7 +517,7 @@ export class Select {
|
|
419
517
|
if (!this.options.length) {
|
420
518
|
this.initialOptionsEmpty = true;
|
421
519
|
}
|
422
|
-
else
|
520
|
+
else {
|
423
521
|
this.setDefaultValue();
|
424
522
|
}
|
425
523
|
}
|
@@ -430,13 +528,22 @@ export class Select {
|
|
430
528
|
}
|
431
529
|
componentDidLoad() {
|
432
530
|
onComponentRequiredPropUndefined([{ prop: this.label, propName: "label" }], "Select");
|
531
|
+
if (this.loading)
|
532
|
+
this.triggerLoading();
|
533
|
+
this.hiddenInputValue = this.searchable && this.currValue;
|
433
534
|
}
|
434
535
|
disconnectedCallback() {
|
435
536
|
removeFormResetListener(this.host, this.handleFormReset);
|
436
537
|
}
|
437
538
|
render() {
|
539
|
+
var _a, _b;
|
438
540
|
const { small, disabled, fullWidth, helperText, hideLabel, label, menuId, name, options, placeholder, readonly, required, searchable, showClearButton, validationStatus, validationText, currValue, } = this;
|
439
|
-
|
541
|
+
const isOrHasLoaded = ((_a = (searchable ? this.filteredOptions : options)[0]) === null || _a === void 0 ? void 0 : _a.label) ===
|
542
|
+
this.loadingLabel ||
|
543
|
+
((_b = (searchable ? this.filteredOptions : options)[0]) === null || _b === void 0 ? void 0 : _b.label) ===
|
544
|
+
this.loadingErrorLabel;
|
545
|
+
const inputValue = this.searchable ? this.hiddenInputValue : currValue;
|
546
|
+
renderHiddenInput(true, this.host, name, inputValue, disabled);
|
440
547
|
const invalid = validationStatus === IcInformationStatus.Error ? "true" : "false";
|
441
548
|
const describedBy = getInputDescribedByText(this.inputId, helperText !== "", hasValidationStatus(this.validationStatus, this.disabled)).trim();
|
442
549
|
return (h(Host, { class: {
|
@@ -444,7 +551,7 @@ export class Select {
|
|
444
551
|
searchable: searchable,
|
445
552
|
small: small,
|
446
553
|
"full-width": fullWidth,
|
447
|
-
} }, h("ic-input-container", { readonly: readonly }, !hideLabel && (h("ic-input-label", { for: this.inputId, label: label, helperText: helperText, required: required, disabled: disabled, readonly: readonly })), h("ic-input-component-container", { ref: (el) => (this.anchorEl = el), class: { "menu-open": this.open }, small: small, fullWidth: fullWidth, disabled: disabled, readonly: readonly, validationStatus: validationStatus }, readonly ? (h("ic-typography", null, h("p", null, this.getLabelFromValue(currValue)))) : isMobileOrTablet() ? (h("select", Object.assign({ ref: (el) => (this.nativeSelectElement = el), disabled: disabled, onChange: this.handleNativeSelectChange, required: required, id: this.inputId, "aria-label": label, "aria-describedby": describedBy, "aria-invalid": invalid, onBlur: this.onBlur, onFocus: this.onFocus, onKeyDown: this.handleNativeSelectKeyDown }, this.inheritedAttributes), h("option", { value: "", selected: true, disabled: !showClearButton }, placeholder), options.map((option) => {
|
554
|
+
}, onBlur: this.onBlur }, h("ic-input-container", { readonly: readonly }, !hideLabel && (h("ic-input-label", { for: this.inputId, label: label, helperText: helperText, required: required, disabled: disabled, readonly: readonly })), h("ic-input-component-container", { ref: (el) => (this.anchorEl = el), class: { "menu-open": this.open }, small: small, fullWidth: fullWidth, disabled: disabled, readonly: readonly, validationStatus: validationStatus }, readonly ? (h("ic-typography", null, h("p", null, this.getLabelFromValue(currValue)))) : isMobileOrTablet() ? (h("select", Object.assign({ ref: (el) => (this.nativeSelectElement = el), disabled: disabled, onChange: this.handleNativeSelectChange, required: required, id: this.inputId, "aria-label": label, "aria-describedby": describedBy, "aria-invalid": invalid, onBlur: this.onBlur, onFocus: this.onFocus, onKeyDown: this.handleNativeSelectKeyDown }, this.inheritedAttributes), h("option", { value: "", selected: true, disabled: !showClearButton }, placeholder), options.map((option) => {
|
448
555
|
if (option.children) {
|
449
556
|
return (h("optgroup", { label: option.label }, option.children.map((option) => (h("option", { value: option.value, disabled: option.disabled, selected: option.value === currValue }, option.label)))));
|
450
557
|
}
|
@@ -470,10 +577,10 @@ export class Select {
|
|
470
577
|
}, innerHTML: Expand, "aria-hidden": "true" }))), currValue && showClearButton && (h("ic-button", { id: "clear-button", "aria-label": "Clear selection", class: "clear-button", innerHTML: Clear, onClick: this.handleClear, onFocus: this.handleClearButtonFocus, onBlur: this.handleClearButtonBlur, size: small ? "small" : "default", variant: "icon", appearance: this.clearButtonFocused
|
471
578
|
? IcThemeForegroundEnum.Light
|
472
579
|
: IcThemeForegroundEnum.Dark }))))), !isMobileOrTablet() && (h("ic-menu", { class: {
|
473
|
-
"no-results": this.noOptions !== null
|
580
|
+
"no-results": this.noOptions !== null || isOrHasLoaded,
|
474
581
|
}, ref: (el) => (this.menu = el), inputEl: searchable
|
475
582
|
? this.searchableSelectElement
|
476
|
-
: this.customSelectElement, inputLabel: label, anchorEl: this.anchorEl, small: small, menuId: menuId, open: this.open, options: searchable ? this.filteredOptions : options, value: currValue, fullWidth: fullWidth, onMenuStateChange: this.handleMenuChange, onMenuOptionSelect: this.handleCustomSelectChange, onMenuKeyPress: this.handleMenuKeyPress, onUngroupedOptionsSet: this.setUngroupedOptions, parentEl: this.host })), hasValidationStatus(this.validationStatus, this.disabled) && (h("ic-input-validation", { class: { "menu-open": this.open }, ariaLiveMode: "polite", status: validationStatus, message: validationText, for: this.inputId })))));
|
583
|
+
: this.customSelectElement, inputLabel: label, anchorEl: this.anchorEl, small: small, menuId: menuId, open: this.open, options: searchable ? this.filteredOptions : options, value: currValue, fullWidth: fullWidth, onMenuStateChange: this.handleMenuChange, onMenuOptionSelect: this.handleCustomSelectChange, onMenuKeyPress: this.handleMenuKeyPress, onUngroupedOptionsSet: this.setUngroupedOptions, onRetryButtonClicked: this.handleRetry, parentEl: this.host, onTimeoutBlur: this.onTimeoutBlur, activationType: this.searchable ? "manual" : "automatic" })), hasValidationStatus(this.validationStatus, this.disabled) && (h("ic-input-validation", { class: { "menu-open": this.open }, ariaLiveMode: "polite", status: validationStatus, message: validationText, for: this.inputId })))));
|
477
584
|
}
|
478
585
|
static get is() { return "ic-select"; }
|
479
586
|
static get encapsulation() { return "shadow"; }
|
@@ -917,6 +1024,77 @@ export class Select {
|
|
917
1024
|
"attribute": "disable-filter",
|
918
1025
|
"reflect": false,
|
919
1026
|
"defaultValue": "false"
|
1027
|
+
},
|
1028
|
+
"timeout": {
|
1029
|
+
"type": "number",
|
1030
|
+
"mutable": false,
|
1031
|
+
"complexType": {
|
1032
|
+
"original": "number",
|
1033
|
+
"resolved": "number",
|
1034
|
+
"references": {}
|
1035
|
+
},
|
1036
|
+
"required": false,
|
1037
|
+
"optional": true,
|
1038
|
+
"docs": {
|
1039
|
+
"tags": [],
|
1040
|
+
"text": "If using external filtering, set a timeout for when loading takes too long."
|
1041
|
+
},
|
1042
|
+
"attribute": "timeout",
|
1043
|
+
"reflect": false
|
1044
|
+
},
|
1045
|
+
"loadingLabel": {
|
1046
|
+
"type": "string",
|
1047
|
+
"mutable": false,
|
1048
|
+
"complexType": {
|
1049
|
+
"original": "string",
|
1050
|
+
"resolved": "string",
|
1051
|
+
"references": {}
|
1052
|
+
},
|
1053
|
+
"required": false,
|
1054
|
+
"optional": true,
|
1055
|
+
"docs": {
|
1056
|
+
"tags": [],
|
1057
|
+
"text": "Change the message displayed whilst the options are being loaded externally."
|
1058
|
+
},
|
1059
|
+
"attribute": "loading-label",
|
1060
|
+
"reflect": false,
|
1061
|
+
"defaultValue": "\"Loading...\""
|
1062
|
+
},
|
1063
|
+
"loadingErrorLabel": {
|
1064
|
+
"type": "string",
|
1065
|
+
"mutable": false,
|
1066
|
+
"complexType": {
|
1067
|
+
"original": "string",
|
1068
|
+
"resolved": "string",
|
1069
|
+
"references": {}
|
1070
|
+
},
|
1071
|
+
"required": false,
|
1072
|
+
"optional": true,
|
1073
|
+
"docs": {
|
1074
|
+
"tags": [],
|
1075
|
+
"text": "Change the message displayed when external loading times out."
|
1076
|
+
},
|
1077
|
+
"attribute": "loading-error-label",
|
1078
|
+
"reflect": false,
|
1079
|
+
"defaultValue": "\"Loading Error\""
|
1080
|
+
},
|
1081
|
+
"loading": {
|
1082
|
+
"type": "boolean",
|
1083
|
+
"mutable": true,
|
1084
|
+
"complexType": {
|
1085
|
+
"original": "boolean",
|
1086
|
+
"resolved": "boolean",
|
1087
|
+
"references": {}
|
1088
|
+
},
|
1089
|
+
"required": false,
|
1090
|
+
"optional": true,
|
1091
|
+
"docs": {
|
1092
|
+
"tags": [],
|
1093
|
+
"text": "Trigger loading state when fetching options asyncronously"
|
1094
|
+
},
|
1095
|
+
"attribute": "loading",
|
1096
|
+
"reflect": false,
|
1097
|
+
"defaultValue": "false"
|
920
1098
|
}
|
921
1099
|
};
|
922
1100
|
}
|
@@ -932,7 +1110,9 @@ export class Select {
|
|
932
1110
|
"currDebounce": {},
|
933
1111
|
"currValue": {},
|
934
1112
|
"debounceIcChange": {},
|
935
|
-
"pressedCharacters": {}
|
1113
|
+
"pressedCharacters": {},
|
1114
|
+
"hiddenInputValue": {},
|
1115
|
+
"inputValueToFilter": {}
|
936
1116
|
};
|
937
1117
|
}
|
938
1118
|
static get events() {
|
@@ -1041,6 +1221,26 @@ export class Select {
|
|
1041
1221
|
}
|
1042
1222
|
}
|
1043
1223
|
}
|
1224
|
+
}, {
|
1225
|
+
"method": "icRetryLoad",
|
1226
|
+
"name": "icRetryLoad",
|
1227
|
+
"bubbles": true,
|
1228
|
+
"cancelable": true,
|
1229
|
+
"composed": true,
|
1230
|
+
"docs": {
|
1231
|
+
"tags": [],
|
1232
|
+
"text": "Emitted when the 'retry loading' button is clicked"
|
1233
|
+
},
|
1234
|
+
"complexType": {
|
1235
|
+
"original": "IcValueEventDetail",
|
1236
|
+
"resolved": "IcValueEventDetail",
|
1237
|
+
"references": {
|
1238
|
+
"IcValueEventDetail": {
|
1239
|
+
"location": "import",
|
1240
|
+
"path": "../../interface"
|
1241
|
+
}
|
1242
|
+
}
|
1243
|
+
}
|
1044
1244
|
}];
|
1045
1245
|
}
|
1046
1246
|
static get methods() {
|
@@ -1066,6 +1266,9 @@ export class Select {
|
|
1066
1266
|
static get elementRef() { return "host"; }
|
1067
1267
|
static get watchers() {
|
1068
1268
|
return [{
|
1269
|
+
"propName": "loading",
|
1270
|
+
"methodName": "loadingHandler"
|
1271
|
+
}, {
|
1069
1272
|
"propName": "options",
|
1070
1273
|
"methodName": "watchOptionsHandler"
|
1071
1274
|
}, {
|