@ukic/web-components 3.3.0 → 3.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/core.cjs.js +1 -1
- package/dist/cjs/ic-accordion.cjs.entry.js +9 -7
- package/dist/cjs/ic-accordion.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-alert.cjs.entry.js +1 -1
- package/dist/cjs/ic-alert.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-breadcrumb-group.cjs.entry.js +2 -2
- package/dist/cjs/ic-breadcrumb.cjs.entry.js +2 -2
- package/dist/cjs/ic-button_3.cjs.entry.js +8 -8
- package/dist/cjs/ic-button_3.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-card-vertical.cjs.entry.js +1 -1
- package/dist/cjs/ic-card-vertical.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-checkbox-group.cjs.entry.js +2 -2
- package/dist/cjs/ic-checkbox.cjs.entry.js +7 -12
- package/dist/cjs/ic-checkbox.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-data-list.cjs.entry.js +2 -2
- package/dist/cjs/ic-data-row.cjs.entry.js +2 -2
- package/dist/cjs/ic-dialog.cjs.entry.js +1 -1
- package/dist/cjs/ic-empty-state.cjs.entry.js +2 -2
- package/dist/cjs/ic-footer-link.cjs.entry.js +2 -2
- package/dist/cjs/ic-hero.cjs.entry.js +6 -5
- package/dist/cjs/ic-hero.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-horizontal-scroll.cjs.entry.js +5 -5
- package/dist/cjs/ic-input-component-container_3.cjs.entry.js +22 -21
- package/dist/cjs/ic-input-component-container_3.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-input-label_2.cjs.entry.js +7 -7
- package/dist/cjs/ic-link.cjs.entry.js +11 -21
- package/dist/cjs/ic-link.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-menu-group.cjs.entry.js +1 -1
- package/dist/cjs/ic-navigation-group.cjs.entry.js +115 -163
- package/dist/cjs/ic-navigation-group.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-navigation-item.cjs.entry.js +64 -61
- package/dist/cjs/ic-navigation-item.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-navigation-menu.cjs.entry.js +4 -4
- package/dist/cjs/ic-page-header.cjs.entry.js +6 -6
- package/dist/cjs/ic-pagination-item.cjs.entry.js +1 -1
- package/dist/cjs/ic-pagination.cjs.entry.js +4 -4
- package/dist/cjs/ic-popover-menu.cjs.entry.js +5 -5
- package/dist/cjs/ic-popover-menu.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-radio-group.cjs.entry.js +4 -4
- package/dist/cjs/ic-radio-option.cjs.entry.js +4 -4
- package/dist/cjs/ic-search-bar.cjs.entry.js +49 -31
- package/dist/cjs/ic-search-bar.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-section-container.cjs.entry.js +2 -2
- package/dist/cjs/ic-select.cjs.entry.js +141 -217
- package/dist/cjs/ic-select.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-side-navigation.cjs.entry.js +23 -4
- package/dist/cjs/ic-side-navigation.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-skeleton.cjs.entry.js +2 -2
- package/dist/cjs/ic-skip-link.cjs.entry.js +2 -2
- package/dist/cjs/ic-status-tag.cjs.entry.js +2 -2
- package/dist/cjs/ic-step.cjs.entry.js +13 -13
- package/dist/cjs/ic-stepper.cjs.entry.js +2 -2
- package/dist/cjs/ic-switch.cjs.entry.js +4 -4
- package/dist/cjs/ic-tab-context.cjs.entry.js +1 -1
- package/dist/cjs/ic-tab-group.cjs.entry.js +2 -2
- package/dist/cjs/ic-tab-panel.cjs.entry.js +2 -2
- package/dist/cjs/ic-text-field.cjs.entry.js +15 -10
- 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 +3 -3
- package/dist/cjs/ic-toggle-button-group.cjs.entry.js +53 -67
- package/dist/cjs/ic-toggle-button-group.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-toggle-button.cjs.entry.js +61 -63
- package/dist/cjs/ic-toggle-button.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-top-navigation.cjs.entry.js +64 -62
- package/dist/cjs/ic-top-navigation.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-typography.cjs.entry.js +2 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/components/ic-accordion/ic-accordion.js +9 -7
- package/dist/collection/components/ic-accordion/ic-accordion.js.map +1 -1
- package/dist/collection/components/ic-accordion/ic-accordion.stories.js +1 -1
- package/dist/collection/components/ic-alert/ic-alert.css +4 -0
- package/dist/collection/components/ic-breadcrumb/ic-breadcrumb.js +2 -2
- package/dist/collection/components/ic-breadcrumb-group/ic-breadcrumb-group.js +2 -2
- package/dist/collection/components/ic-button/ic-button.css +0 -8
- package/dist/collection/components/ic-button/ic-button.js +2 -2
- package/dist/collection/components/ic-button/ic-button.js.map +1 -1
- package/dist/collection/components/ic-card-vertical/ic-card-vertical.css +3 -0
- package/dist/collection/components/ic-checkbox/ic-checkbox.css +9 -1
- package/dist/collection/components/ic-checkbox/ic-checkbox.js +6 -11
- package/dist/collection/components/ic-checkbox/ic-checkbox.js.map +1 -1
- package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.js +2 -2
- package/dist/collection/components/ic-data-list/ic-data-list.js +2 -2
- package/dist/collection/components/ic-data-row/ic-data-row.js +2 -2
- package/dist/collection/components/ic-dialog/ic-dialog.js +1 -1
- package/dist/collection/components/ic-empty-state/ic-empty-state.js +2 -2
- package/dist/collection/components/ic-footer-link/ic-footer-link.js +2 -2
- package/dist/collection/components/ic-hero/ic-hero.css +13 -4
- package/dist/collection/components/ic-hero/ic-hero.js +5 -4
- package/dist/collection/components/ic-hero/ic-hero.js.map +1 -1
- package/dist/collection/components/ic-hero/ic-hero.stories.js +1 -0
- package/dist/collection/components/ic-horizontal-scroll/ic-horizontal-scroll.js +5 -5
- package/dist/collection/components/ic-input-component-container/ic-input-component-container.js +3 -3
- package/dist/collection/components/ic-input-container/ic-input-container.js +2 -2
- package/dist/collection/components/ic-input-label/ic-input-label.js +4 -4
- package/dist/collection/components/ic-input-validation/ic-input-validation.js +3 -3
- package/dist/collection/components/ic-link/ic-link.js +12 -25
- package/dist/collection/components/ic-link/ic-link.js.map +1 -1
- package/dist/collection/components/ic-loading-indicator/ic-loading-indicator.js +3 -3
- package/dist/collection/components/ic-menu/ic-menu.js +41 -40
- package/dist/collection/components/ic-menu/ic-menu.js.map +1 -1
- package/dist/collection/components/ic-menu-group/ic-menu-group.js +1 -1
- package/dist/collection/components/ic-navigation-group/ic-navigation-group.js +119 -167
- package/dist/collection/components/ic-navigation-group/ic-navigation-group.js.map +1 -1
- package/dist/collection/components/ic-navigation-item/ic-navigation-item.css +7 -13
- package/dist/collection/components/ic-navigation-item/ic-navigation-item.js +80 -74
- package/dist/collection/components/ic-navigation-item/ic-navigation-item.js.map +1 -1
- package/dist/collection/components/ic-navigation-menu/ic-navigation-menu.js +4 -4
- package/dist/collection/components/ic-page-header/ic-page-header.js +6 -6
- package/dist/collection/components/ic-pagination/ic-pagination.js +4 -4
- package/dist/collection/components/ic-pagination-item/ic-pagination-item.js +1 -1
- package/dist/collection/components/ic-popover-menu/ic-popover-menu.css +3 -0
- package/dist/collection/components/ic-popover-menu/ic-popover-menu.js +4 -4
- package/dist/collection/components/ic-radio-group/ic-radio-group.js +4 -4
- package/dist/collection/components/ic-radio-option/ic-radio-option.js +4 -4
- package/dist/collection/components/ic-search-bar/ic-search-bar.js +52 -32
- package/dist/collection/components/ic-search-bar/ic-search-bar.js.map +1 -1
- package/dist/collection/components/ic-search-bar/ic-search-bar.stories.js +9 -8
- package/dist/collection/components/ic-section-container/ic-section-container.js +2 -2
- package/dist/collection/components/ic-select/ic-select.js +196 -271
- package/dist/collection/components/ic-select/ic-select.js.map +1 -1
- package/dist/collection/components/ic-select/ic-select_(single).stories.js +30 -21
- package/dist/collection/components/ic-side-navigation/ic-side-navigation.js +43 -4
- package/dist/collection/components/ic-side-navigation/ic-side-navigation.js.map +1 -1
- package/dist/collection/components/ic-side-navigation/ic-side-navigation.stories.js +247 -0
- package/dist/collection/components/ic-skeleton/ic-skeleton.js +2 -2
- package/dist/collection/components/ic-skip-link/ic-skip-link.js +2 -2
- package/dist/collection/components/ic-status-tag/ic-status-tag.js +2 -2
- package/dist/collection/components/ic-step/ic-step.js +13 -13
- package/dist/collection/components/ic-stepper/ic-stepper.js +2 -2
- package/dist/collection/components/ic-switch/ic-switch.js +4 -4
- package/dist/collection/components/ic-tab-context/ic-tab-context.js +1 -1
- package/dist/collection/components/ic-tab-group/ic-tab-group.js +2 -2
- package/dist/collection/components/ic-tab-panel/ic-tab-panel.js +2 -2
- package/dist/collection/components/ic-text-field/ic-text-field.js +20 -14
- package/dist/collection/components/ic-text-field/ic-text-field.js.map +1 -1
- package/dist/collection/components/ic-theme/ic-theme.js +1 -1
- package/dist/collection/components/ic-toast/ic-toast.js +3 -3
- package/dist/collection/components/ic-toast-region/ic-toast-region.js +1 -1
- package/dist/collection/components/ic-toggle-button/ic-toggle-button.css +40 -7
- package/dist/collection/components/ic-toggle-button/ic-toggle-button.js +80 -82
- package/dist/collection/components/ic-toggle-button/ic-toggle-button.js.map +1 -1
- package/dist/collection/components/ic-toggle-button-group/ic-toggle-button-group.js +79 -88
- package/dist/collection/components/ic-toggle-button-group/ic-toggle-button-group.js.map +1 -1
- package/dist/collection/components/ic-tooltip/ic-tooltip.js +2 -2
- package/dist/collection/components/ic-top-navigation/ic-top-navigation.js +81 -79
- package/dist/collection/components/ic-top-navigation/ic-top-navigation.js.map +1 -1
- package/dist/collection/components/ic-typography/ic-typography.js +2 -2
- package/dist/components/ic-accordion.js +9 -7
- package/dist/components/ic-accordion.js.map +1 -1
- package/dist/components/ic-alert.js +1 -1
- package/dist/components/ic-alert.js.map +1 -1
- package/dist/components/ic-breadcrumb-group.js +2 -2
- package/dist/components/ic-breadcrumb2.js +2 -2
- package/dist/components/ic-button2.js +3 -3
- package/dist/components/ic-button2.js.map +1 -1
- package/dist/components/ic-card-vertical.js +1 -1
- package/dist/components/ic-card-vertical.js.map +1 -1
- package/dist/components/ic-checkbox-group.js +2 -2
- package/dist/components/ic-checkbox.js +7 -12
- package/dist/components/ic-checkbox.js.map +1 -1
- package/dist/components/ic-data-list.js +2 -2
- package/dist/components/ic-data-row.js +2 -2
- package/dist/components/ic-dialog.js +1 -1
- package/dist/components/ic-empty-state.js +2 -2
- package/dist/components/ic-footer-link.js +2 -2
- package/dist/components/ic-hero.js +6 -5
- package/dist/components/ic-hero.js.map +1 -1
- package/dist/components/ic-horizontal-scroll2.js +5 -5
- package/dist/components/ic-input-component-container2.js +3 -3
- package/dist/components/ic-input-container2.js +2 -2
- package/dist/components/ic-input-label2.js +4 -4
- package/dist/components/ic-input-validation2.js +3 -3
- package/dist/components/ic-link2.js +12 -24
- package/dist/components/ic-link2.js.map +1 -1
- package/dist/components/ic-loading-indicator2.js +3 -3
- package/dist/components/ic-menu-group.js +1 -1
- package/dist/components/ic-menu2.js +17 -16
- package/dist/components/ic-menu2.js.map +1 -1
- package/dist/components/ic-navigation-group.js +115 -163
- package/dist/components/ic-navigation-group.js.map +1 -1
- package/dist/components/ic-navigation-item.js +67 -62
- package/dist/components/ic-navigation-item.js.map +1 -1
- package/dist/components/ic-navigation-menu2.js +4 -4
- package/dist/components/ic-page-header.js +6 -6
- package/dist/components/ic-pagination-item2.js +1 -1
- package/dist/components/ic-pagination.js +4 -4
- package/dist/components/ic-popover-menu.js +5 -5
- package/dist/components/ic-popover-menu.js.map +1 -1
- package/dist/components/ic-radio-group.js +4 -4
- package/dist/components/ic-radio-group.js.map +1 -1
- package/dist/components/ic-radio-option.js +4 -4
- package/dist/components/ic-search-bar.js +50 -31
- package/dist/components/ic-search-bar.js.map +1 -1
- package/dist/components/ic-section-container2.js +2 -2
- package/dist/components/ic-select.js +141 -217
- package/dist/components/ic-select.js.map +1 -1
- package/dist/components/ic-side-navigation.js +24 -4
- package/dist/components/ic-side-navigation.js.map +1 -1
- package/dist/components/ic-skeleton.js +2 -2
- package/dist/components/ic-skip-link.js +2 -2
- package/dist/components/ic-status-tag.js +2 -2
- package/dist/components/ic-step.js +13 -13
- package/dist/components/ic-stepper.js +2 -2
- package/dist/components/ic-switch.js +4 -4
- package/dist/components/ic-tab-context.js +1 -1
- package/dist/components/ic-tab-group.js +2 -2
- package/dist/components/ic-tab-panel.js +2 -2
- package/dist/components/ic-text-field.js +16 -10
- package/dist/components/ic-text-field.js.map +1 -1
- package/dist/components/ic-theme.js +1 -1
- package/dist/components/ic-toast-region.js +1 -1
- package/dist/components/ic-toast.js +3 -3
- package/dist/components/ic-toggle-button-group.js +53 -67
- package/dist/components/ic-toggle-button-group.js.map +1 -1
- package/dist/components/ic-toggle-button.js +61 -63
- package/dist/components/ic-toggle-button.js.map +1 -1
- package/dist/components/ic-tooltip2.js +2 -2
- package/dist/components/ic-top-navigation.js +65 -63
- package/dist/components/ic-top-navigation.js.map +1 -1
- package/dist/components/ic-typography2.js +2 -2
- package/dist/core/core.esm.js +1 -1
- package/dist/core/core.esm.js.map +1 -1
- package/dist/core/p-0fb68b4f.entry.js +2 -0
- package/dist/core/p-0fb68b4f.entry.js.map +1 -0
- package/dist/core/{p-a0161990.entry.js → p-1d172032.entry.js} +2 -2
- package/dist/core/{p-f0388d68.entry.js → p-1d254b71.entry.js} +2 -2
- package/dist/core/p-1d254b71.entry.js.map +1 -0
- package/dist/core/{p-83764268.entry.js → p-23536595.entry.js} +2 -2
- package/dist/core/{p-ba600947.entry.js → p-3676ac4e.entry.js} +2 -2
- package/dist/core/{p-bc2ca778.entry.js → p-3cb4ecef.entry.js} +2 -2
- package/dist/core/{p-18714198.entry.js → p-432aeae0.entry.js} +2 -2
- package/dist/core/{p-2c17cc67.entry.js → p-4a2acb2e.entry.js} +2 -2
- package/dist/core/{p-c9a4fe37.entry.js → p-4dc97b03.entry.js} +2 -2
- package/dist/core/p-4dc97b03.entry.js.map +1 -0
- package/dist/core/{p-cdf56a5d.entry.js → p-4e48a671.entry.js} +2 -2
- package/dist/core/p-4e48a671.entry.js.map +1 -0
- package/dist/core/{p-1440847f.entry.js → p-51b49429.entry.js} +2 -2
- package/dist/core/p-554845c4.entry.js +2 -0
- package/dist/core/p-554845c4.entry.js.map +1 -0
- package/dist/core/{p-9479f272.entry.js → p-56e0de32.entry.js} +2 -2
- package/dist/core/{p-ebab7a9e.entry.js → p-56fb0298.entry.js} +2 -2
- package/dist/core/p-59b48450.entry.js +2 -0
- package/dist/core/p-59b48450.entry.js.map +1 -0
- package/dist/core/{p-10e1e227.entry.js → p-5aec3757.entry.js} +2 -2
- package/dist/core/{p-d45d66c0.entry.js → p-5eb2ac90.entry.js} +2 -2
- package/dist/core/{p-a4f9b5bf.entry.js → p-60aad45d.entry.js} +2 -2
- package/dist/core/p-6cd0b010.entry.js +2 -0
- package/dist/core/p-6cd0b010.entry.js.map +1 -0
- package/dist/core/{p-788c96ac.entry.js → p-6eea869b.entry.js} +2 -2
- package/dist/core/{p-70a6cff1.entry.js → p-7d2c07e2.entry.js} +2 -2
- package/dist/core/p-7d352865.entry.js +2 -0
- package/dist/core/p-7d352865.entry.js.map +1 -0
- package/dist/core/{p-b371a498.entry.js → p-7deaf128.entry.js} +2 -2
- package/dist/core/p-803f2eb8.entry.js +2 -0
- package/dist/core/p-803f2eb8.entry.js.map +1 -0
- package/dist/core/{p-16f55230.entry.js → p-87fa5add.entry.js} +2 -2
- package/dist/core/p-87fa5add.entry.js.map +1 -0
- package/dist/core/{p-b8da5c07.entry.js → p-887e00bb.entry.js} +2 -2
- package/dist/core/p-8958c60f.entry.js +2 -0
- package/dist/core/p-8958c60f.entry.js.map +1 -0
- package/dist/core/{p-1838d1e9.entry.js → p-8c77dd65.entry.js} +2 -2
- package/dist/core/{p-fbf57f0a.entry.js → p-9a6dc8b1.entry.js} +2 -2
- package/dist/core/p-9a6dc8b1.entry.js.map +1 -0
- package/dist/core/p-a140bcaa.entry.js +2 -0
- package/dist/core/p-aad2abbf.entry.js +2 -0
- package/dist/core/p-aad2abbf.entry.js.map +1 -0
- package/dist/core/p-bdcc79dd.entry.js +2 -0
- package/dist/core/p-bdcc79dd.entry.js.map +1 -0
- package/dist/core/{p-b9459ba2.entry.js → p-bf3b853e.entry.js} +2 -2
- package/dist/core/{p-9cfc2bac.entry.js → p-c59fd23e.entry.js} +2 -2
- package/dist/core/{p-72c117b6.entry.js → p-c5ffe2cf.entry.js} +2 -2
- package/dist/core/{p-c4663e1a.entry.js → p-cfa9ed7d.entry.js} +2 -2
- package/dist/core/{p-df88ff5b.entry.js → p-d4903dcd.entry.js} +2 -2
- package/dist/core/{p-8c4f7c63.entry.js → p-d82b27df.entry.js} +2 -2
- package/dist/core/{p-bdc72446.entry.js → p-d8ce39ac.entry.js} +2 -2
- package/dist/core/{p-42a7d0b6.entry.js → p-dcce0dfd.entry.js} +2 -2
- package/dist/core/{p-9ca147f3.entry.js → p-de1e04ac.entry.js} +2 -2
- package/dist/core/{p-8b5022bc.entry.js → p-dee21f6d.entry.js} +2 -2
- package/dist/core/{p-00bc353b.entry.js → p-dfc8cba6.entry.js} +2 -2
- package/dist/core/{p-1be17f22.entry.js → p-e2629bfe.entry.js} +2 -2
- package/dist/core/{p-1b2690b4.entry.js → p-e38fddbb.entry.js} +2 -2
- package/dist/core/p-e38fddbb.entry.js.map +1 -0
- package/dist/core/p-eca6e215.entry.js +2 -0
- package/dist/core/p-eca6e215.entry.js.map +1 -0
- package/dist/core/{p-0a436c47.entry.js → p-ef4b752c.entry.js} +2 -2
- package/dist/core/p-ef4b752c.entry.js.map +1 -0
- package/dist/core/{p-267a19d4.entry.js → p-fa38ad2e.entry.js} +2 -2
- package/dist/core/p-fc4f7180.entry.js +2 -0
- package/dist/core/p-fc4f7180.entry.js.map +1 -0
- package/dist/esm/core.js +1 -1
- package/dist/esm/ic-accordion.entry.js +9 -7
- package/dist/esm/ic-accordion.entry.js.map +1 -1
- package/dist/esm/ic-alert.entry.js +1 -1
- package/dist/esm/ic-alert.entry.js.map +1 -1
- package/dist/esm/ic-breadcrumb-group.entry.js +2 -2
- package/dist/esm/ic-breadcrumb.entry.js +2 -2
- package/dist/esm/ic-button_3.entry.js +8 -8
- package/dist/esm/ic-button_3.entry.js.map +1 -1
- package/dist/esm/ic-card-vertical.entry.js +1 -1
- package/dist/esm/ic-card-vertical.entry.js.map +1 -1
- package/dist/esm/ic-checkbox-group.entry.js +2 -2
- package/dist/esm/ic-checkbox.entry.js +7 -12
- package/dist/esm/ic-checkbox.entry.js.map +1 -1
- package/dist/esm/ic-data-list.entry.js +2 -2
- package/dist/esm/ic-data-row.entry.js +2 -2
- package/dist/esm/ic-dialog.entry.js +1 -1
- package/dist/esm/ic-empty-state.entry.js +2 -2
- package/dist/esm/ic-footer-link.entry.js +2 -2
- package/dist/esm/ic-hero.entry.js +6 -5
- package/dist/esm/ic-hero.entry.js.map +1 -1
- package/dist/esm/ic-horizontal-scroll.entry.js +5 -5
- package/dist/esm/ic-input-component-container_3.entry.js +22 -21
- package/dist/esm/ic-input-component-container_3.entry.js.map +1 -1
- package/dist/esm/ic-input-label_2.entry.js +7 -7
- package/dist/esm/ic-link.entry.js +11 -21
- package/dist/esm/ic-link.entry.js.map +1 -1
- package/dist/esm/ic-menu-group.entry.js +1 -1
- package/dist/esm/ic-navigation-group.entry.js +115 -163
- package/dist/esm/ic-navigation-group.entry.js.map +1 -1
- package/dist/esm/ic-navigation-item.entry.js +64 -61
- package/dist/esm/ic-navigation-item.entry.js.map +1 -1
- package/dist/esm/ic-navigation-menu.entry.js +4 -4
- package/dist/esm/ic-page-header.entry.js +6 -6
- package/dist/esm/ic-pagination-item.entry.js +1 -1
- package/dist/esm/ic-pagination.entry.js +4 -4
- package/dist/esm/ic-popover-menu.entry.js +5 -5
- package/dist/esm/ic-popover-menu.entry.js.map +1 -1
- package/dist/esm/ic-radio-group.entry.js +4 -4
- package/dist/esm/ic-radio-option.entry.js +4 -4
- package/dist/esm/ic-search-bar.entry.js +49 -31
- package/dist/esm/ic-search-bar.entry.js.map +1 -1
- package/dist/esm/ic-section-container.entry.js +2 -2
- package/dist/esm/ic-select.entry.js +142 -218
- package/dist/esm/ic-select.entry.js.map +1 -1
- package/dist/esm/ic-side-navigation.entry.js +23 -4
- package/dist/esm/ic-side-navigation.entry.js.map +1 -1
- package/dist/esm/ic-skeleton.entry.js +2 -2
- package/dist/esm/ic-skip-link.entry.js +2 -2
- package/dist/esm/ic-status-tag.entry.js +2 -2
- package/dist/esm/ic-step.entry.js +13 -13
- package/dist/esm/ic-stepper.entry.js +2 -2
- package/dist/esm/ic-switch.entry.js +4 -4
- package/dist/esm/ic-tab-context.entry.js +1 -1
- package/dist/esm/ic-tab-group.entry.js +2 -2
- package/dist/esm/ic-tab-panel.entry.js +2 -2
- package/dist/esm/ic-text-field.entry.js +15 -10
- 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 +3 -3
- package/dist/esm/ic-toggle-button-group.entry.js +53 -67
- package/dist/esm/ic-toggle-button-group.entry.js.map +1 -1
- package/dist/esm/ic-toggle-button.entry.js +61 -63
- package/dist/esm/ic-toggle-button.entry.js.map +1 -1
- package/dist/esm/ic-top-navigation.entry.js +65 -63
- package/dist/esm/ic-top-navigation.entry.js.map +1 -1
- package/dist/esm/ic-typography.entry.js +2 -2
- package/dist/esm/loader.js +1 -1
- package/dist/types/components/ic-link/ic-link.d.ts +2 -3
- package/dist/types/components/ic-menu/ic-menu.d.ts +12 -12
- package/dist/types/components/ic-navigation-group/ic-navigation-group.d.ts +4 -18
- package/dist/types/components/ic-navigation-item/ic-navigation-item.d.ts +9 -7
- package/dist/types/components/ic-search-bar/ic-search-bar.d.ts +2 -0
- package/dist/types/components/ic-select/ic-select.d.ts +36 -38
- package/dist/types/components/ic-side-navigation/ic-side-navigation.d.ts +5 -0
- package/dist/types/components/ic-text-field/ic-text-field.d.ts +3 -2
- package/dist/types/components/ic-toggle-button/ic-toggle-button.d.ts +10 -11
- package/dist/types/components/ic-toggle-button-group/ic-toggle-button-group.d.ts +10 -12
- package/dist/types/components/ic-top-navigation/ic-top-navigation.d.ts +9 -8
- package/dist/types/components.d.ts +89 -81
- package/hydrate/index.js +748 -850
- package/hydrate/index.mjs +748 -850
- package/package.json +2 -2
- package/vscode-data.json +8 -4
- package/dist/core/p-0a436c47.entry.js.map +0 -1
- package/dist/core/p-16f55230.entry.js.map +0 -1
- package/dist/core/p-1b2690b4.entry.js.map +0 -1
- package/dist/core/p-206c2a26.entry.js +0 -2
- package/dist/core/p-206c2a26.entry.js.map +0 -1
- package/dist/core/p-2e44cf53.entry.js +0 -2
- package/dist/core/p-2e44cf53.entry.js.map +0 -1
- package/dist/core/p-730d2f6e.entry.js +0 -2
- package/dist/core/p-730d2f6e.entry.js.map +0 -1
- package/dist/core/p-7fb79e87.entry.js +0 -2
- package/dist/core/p-7fb79e87.entry.js.map +0 -1
- package/dist/core/p-910f5f14.entry.js +0 -2
- package/dist/core/p-910f5f14.entry.js.map +0 -1
- package/dist/core/p-b7568944.entry.js +0 -2
- package/dist/core/p-b7568944.entry.js.map +0 -1
- package/dist/core/p-c45023b7.entry.js +0 -2
- package/dist/core/p-c45023b7.entry.js.map +0 -1
- package/dist/core/p-c9a4fe37.entry.js.map +0 -1
- package/dist/core/p-cdf56a5d.entry.js.map +0 -1
- package/dist/core/p-d6c50565.entry.js +0 -2
- package/dist/core/p-d6c50565.entry.js.map +0 -1
- package/dist/core/p-d975bf2f.entry.js +0 -2
- package/dist/core/p-d975bf2f.entry.js.map +0 -1
- package/dist/core/p-dede4974.entry.js +0 -2
- package/dist/core/p-dede4974.entry.js.map +0 -1
- package/dist/core/p-e86a6d2d.entry.js +0 -2
- package/dist/core/p-eeab3a2e.entry.js +0 -2
- package/dist/core/p-eeab3a2e.entry.js.map +0 -1
- package/dist/core/p-f0388d68.entry.js.map +0 -1
- package/dist/core/p-fbf57f0a.entry.js.map +0 -1
- /package/dist/core/{p-a0161990.entry.js.map → p-1d172032.entry.js.map} +0 -0
- /package/dist/core/{p-83764268.entry.js.map → p-23536595.entry.js.map} +0 -0
- /package/dist/core/{p-ba600947.entry.js.map → p-3676ac4e.entry.js.map} +0 -0
- /package/dist/core/{p-bc2ca778.entry.js.map → p-3cb4ecef.entry.js.map} +0 -0
- /package/dist/core/{p-18714198.entry.js.map → p-432aeae0.entry.js.map} +0 -0
- /package/dist/core/{p-2c17cc67.entry.js.map → p-4a2acb2e.entry.js.map} +0 -0
- /package/dist/core/{p-1440847f.entry.js.map → p-51b49429.entry.js.map} +0 -0
- /package/dist/core/{p-9479f272.entry.js.map → p-56e0de32.entry.js.map} +0 -0
- /package/dist/core/{p-ebab7a9e.entry.js.map → p-56fb0298.entry.js.map} +0 -0
- /package/dist/core/{p-10e1e227.entry.js.map → p-5aec3757.entry.js.map} +0 -0
- /package/dist/core/{p-d45d66c0.entry.js.map → p-5eb2ac90.entry.js.map} +0 -0
- /package/dist/core/{p-a4f9b5bf.entry.js.map → p-60aad45d.entry.js.map} +0 -0
- /package/dist/core/{p-788c96ac.entry.js.map → p-6eea869b.entry.js.map} +0 -0
- /package/dist/core/{p-70a6cff1.entry.js.map → p-7d2c07e2.entry.js.map} +0 -0
- /package/dist/core/{p-b371a498.entry.js.map → p-7deaf128.entry.js.map} +0 -0
- /package/dist/core/{p-b8da5c07.entry.js.map → p-887e00bb.entry.js.map} +0 -0
- /package/dist/core/{p-1838d1e9.entry.js.map → p-8c77dd65.entry.js.map} +0 -0
- /package/dist/core/{p-e86a6d2d.entry.js.map → p-a140bcaa.entry.js.map} +0 -0
- /package/dist/core/{p-b9459ba2.entry.js.map → p-bf3b853e.entry.js.map} +0 -0
- /package/dist/core/{p-9cfc2bac.entry.js.map → p-c59fd23e.entry.js.map} +0 -0
- /package/dist/core/{p-72c117b6.entry.js.map → p-c5ffe2cf.entry.js.map} +0 -0
- /package/dist/core/{p-c4663e1a.entry.js.map → p-cfa9ed7d.entry.js.map} +0 -0
- /package/dist/core/{p-df88ff5b.entry.js.map → p-d4903dcd.entry.js.map} +0 -0
- /package/dist/core/{p-8c4f7c63.entry.js.map → p-d82b27df.entry.js.map} +0 -0
- /package/dist/core/{p-bdc72446.entry.js.map → p-d8ce39ac.entry.js.map} +0 -0
- /package/dist/core/{p-42a7d0b6.entry.js.map → p-dcce0dfd.entry.js.map} +0 -0
- /package/dist/core/{p-9ca147f3.entry.js.map → p-de1e04ac.entry.js.map} +0 -0
- /package/dist/core/{p-8b5022bc.entry.js.map → p-dee21f6d.entry.js.map} +0 -0
- /package/dist/core/{p-00bc353b.entry.js.map → p-dfc8cba6.entry.js.map} +0 -0
- /package/dist/core/{p-1be17f22.entry.js.map → p-e2629bfe.entry.js.map} +0 -0
- /package/dist/core/{p-267a19d4.entry.js.map → p-fa38ad2e.entry.js.map} +0 -0
@@ -968,7 +968,7 @@ export namespace Components {
|
|
968
968
|
}
|
969
969
|
interface IcLink {
|
970
970
|
/**
|
971
|
-
* If `true`, the user can save the linked URL instead of navigating to it.
|
971
|
+
* If `true`, the user can save the linked URL instead of navigating to it. If the value is a string, it will be used as the filename for the download.
|
972
972
|
*/
|
973
973
|
"download"?: string | boolean;
|
974
974
|
/**
|
@@ -1055,20 +1055,20 @@ export namespace Components {
|
|
1055
1055
|
/**
|
1056
1056
|
* Determines whether options manually set as values (by pressing 'Enter') when they receive focus using keyboard navigation.
|
1057
1057
|
*/
|
1058
|
-
"activationType"
|
1058
|
+
"activationType": IcActivationTypes;
|
1059
1059
|
/**
|
1060
1060
|
* The reference to an anchor element the menu will position itself from when rendered.
|
1061
1061
|
*/
|
1062
|
-
"anchorEl"
|
1063
|
-
"autofocusOnSelected"
|
1062
|
+
"anchorEl"?: HTMLElement;
|
1063
|
+
"autofocusOnSelected": boolean;
|
1064
1064
|
/**
|
1065
1065
|
* If `true`, the menu will close when an option is selected.
|
1066
1066
|
*/
|
1067
|
-
"closeOnSelect"
|
1067
|
+
"closeOnSelect": boolean;
|
1068
1068
|
/**
|
1069
1069
|
* If `true`, the menu will fill the width of the container.
|
1070
1070
|
*/
|
1071
|
-
"fullWidth"
|
1071
|
+
"fullWidth": boolean;
|
1072
1072
|
"handleClickOpen": () => Promise<void>;
|
1073
1073
|
/**
|
1074
1074
|
* Used alongside activationType If menu is opened via keyboard navigation (i.e. Enter, ArrowUp or ArrowDown), emit optionSelect custom event.
|
@@ -1080,7 +1080,7 @@ export namespace Components {
|
|
1080
1080
|
/**
|
1081
1081
|
* The reference to the input element.
|
1082
1082
|
*/
|
1083
|
-
"inputEl"
|
1083
|
+
"inputEl"?: HTMLElement;
|
1084
1084
|
/**
|
1085
1085
|
* The label for the input element.
|
1086
1086
|
*/
|
@@ -1088,7 +1088,7 @@ export namespace Components {
|
|
1088
1088
|
/**
|
1089
1089
|
* The custom name for the label field for IcMenuOption.
|
1090
1090
|
*/
|
1091
|
-
"labelField"
|
1091
|
+
"labelField": string;
|
1092
1092
|
/**
|
1093
1093
|
* The ID of the menu.
|
1094
1094
|
*/
|
@@ -1105,12 +1105,12 @@ export namespace Components {
|
|
1105
1105
|
/**
|
1106
1106
|
* Specify the mode search bar uses to search. `navigation` allows for quick lookups of a set of values, `query` allows for more general searches.
|
1107
1107
|
*/
|
1108
|
-
"searchMode"
|
1109
|
-
"selectOnEnter"
|
1108
|
+
"searchMode": IcSearchBarSearchModes;
|
1109
|
+
"selectOnEnter": boolean;
|
1110
1110
|
/**
|
1111
1111
|
* The size of the menu.
|
1112
1112
|
*/
|
1113
|
-
"size"
|
1113
|
+
"size": IcSizes;
|
1114
1114
|
/**
|
1115
1115
|
* The value of the currently selected option - or array of values (if multiple options allowed).
|
1116
1116
|
*/
|
@@ -1118,7 +1118,7 @@ export namespace Components {
|
|
1118
1118
|
/**
|
1119
1119
|
* The custom name for the value field for IcMenuOption.
|
1120
1120
|
*/
|
1121
|
-
"valueField"
|
1121
|
+
"valueField": string;
|
1122
1122
|
}
|
1123
1123
|
interface IcMenuGroup {
|
1124
1124
|
/**
|
@@ -1218,7 +1218,7 @@ export namespace Components {
|
|
1218
1218
|
/**
|
1219
1219
|
* If `true`, the group will be expandable when in an ic-side-navigation component, or, when in an ic-top-navigation component, in the side menu displayed at small screen sizes.
|
1220
1220
|
*/
|
1221
|
-
"expandable"
|
1221
|
+
"expandable": boolean;
|
1222
1222
|
/**
|
1223
1223
|
* The label to display on the group.
|
1224
1224
|
*/
|
@@ -1230,20 +1230,20 @@ export namespace Components {
|
|
1230
1230
|
/**
|
1231
1231
|
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
1232
1232
|
*/
|
1233
|
-
"theme"
|
1233
|
+
"theme": IcThemeMode;
|
1234
1234
|
}
|
1235
1235
|
interface IcNavigationItem {
|
1236
|
-
"collapsedIconLabel"
|
1237
|
-
"displayNavigationTooltip"
|
1236
|
+
"collapsedIconLabel": boolean;
|
1237
|
+
"displayNavigationTooltip": boolean;
|
1238
1238
|
/**
|
1239
1239
|
* If `true`, the user can save the linked URL instead of navigating to it.
|
1240
1240
|
*/
|
1241
|
-
"download"
|
1242
|
-
"expandable"
|
1241
|
+
"download": string | boolean;
|
1242
|
+
"expandable": boolean;
|
1243
1243
|
/**
|
1244
1244
|
* The destination of the navigation item.
|
1245
1245
|
*/
|
1246
|
-
"href"
|
1246
|
+
"href": string;
|
1247
1247
|
/**
|
1248
1248
|
* The human language of the linked URL.
|
1249
1249
|
*/
|
@@ -1263,7 +1263,7 @@ export namespace Components {
|
|
1263
1263
|
/**
|
1264
1264
|
* If `true`, the navigation item will be set in a selected state.
|
1265
1265
|
*/
|
1266
|
-
"selected"
|
1266
|
+
"selected": boolean;
|
1267
1267
|
/**
|
1268
1268
|
* Sets focus on the nav item.
|
1269
1269
|
*/
|
@@ -1275,7 +1275,7 @@ export namespace Components {
|
|
1275
1275
|
/**
|
1276
1276
|
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
1277
1277
|
*/
|
1278
|
-
"theme"
|
1278
|
+
"theme": IcThemeMode;
|
1279
1279
|
}
|
1280
1280
|
interface IcNavigationMenu {
|
1281
1281
|
/**
|
@@ -1678,19 +1678,19 @@ export namespace Components {
|
|
1678
1678
|
/**
|
1679
1679
|
* The amount of time, in milliseconds, to wait to trigger the `icInput` event after each keystroke.
|
1680
1680
|
*/
|
1681
|
-
"debounce"
|
1681
|
+
"debounce": number;
|
1682
1682
|
/**
|
1683
1683
|
* If `true`, the built in filtering will be disabled for a searchable variant. For example, if options will already be filtered from external source.
|
1684
1684
|
*/
|
1685
|
-
"disableAutoFiltering"
|
1685
|
+
"disableAutoFiltering": boolean;
|
1686
1686
|
/**
|
1687
1687
|
* If `true`, the disabled state will be set.
|
1688
1688
|
*/
|
1689
|
-
"disabled"
|
1689
|
+
"disabled": boolean;
|
1690
1690
|
/**
|
1691
1691
|
* The text displayed when there are no options in the option list.
|
1692
1692
|
*/
|
1693
|
-
"emptyOptionListText"
|
1693
|
+
"emptyOptionListText": string;
|
1694
1694
|
/**
|
1695
1695
|
* The <form> element to associate the select with.
|
1696
1696
|
*/
|
@@ -1698,23 +1698,23 @@ export namespace Components {
|
|
1698
1698
|
/**
|
1699
1699
|
* If `true`, the select will fill the width of the container.
|
1700
1700
|
*/
|
1701
|
-
"fullWidth"
|
1701
|
+
"fullWidth": boolean;
|
1702
1702
|
/**
|
1703
1703
|
* The helper text that will be displayed for additional field guidance.
|
1704
1704
|
*/
|
1705
|
-
"helperText"
|
1705
|
+
"helperText": string;
|
1706
1706
|
/**
|
1707
1707
|
* If `true`, the label will be hidden and the required label value will be applied as an aria-label.
|
1708
1708
|
*/
|
1709
|
-
"hideLabel"
|
1709
|
+
"hideLabel": boolean;
|
1710
1710
|
/**
|
1711
1711
|
* If `true`, descriptions of options will be included when filtering options in a searchable select. Only applies to built in filtering.
|
1712
1712
|
*/
|
1713
|
-
"includeDescriptionsInSearch"
|
1713
|
+
"includeDescriptionsInSearch": boolean;
|
1714
1714
|
/**
|
1715
1715
|
* If `true`, group titles of grouped options will be included when filtering options in a searchable select. Only applies to built in filtering.
|
1716
1716
|
*/
|
1717
|
-
"includeGroupTitlesInSearch"
|
1717
|
+
"includeGroupTitlesInSearch": boolean;
|
1718
1718
|
/**
|
1719
1719
|
* The label for the select.
|
1720
1720
|
*/
|
@@ -1722,51 +1722,51 @@ export namespace Components {
|
|
1722
1722
|
/**
|
1723
1723
|
* If `true`, the loading state will be triggered when fetching options asynchronously.
|
1724
1724
|
*/
|
1725
|
-
"loading"
|
1725
|
+
"loading": boolean;
|
1726
1726
|
/**
|
1727
1727
|
* The message displayed when external loading times out.
|
1728
1728
|
*/
|
1729
|
-
"loadingErrorLabel"
|
1729
|
+
"loadingErrorLabel": string;
|
1730
1730
|
/**
|
1731
1731
|
* The message displayed whilst the options are being loaded externally.
|
1732
1732
|
*/
|
1733
|
-
"loadingLabel"
|
1733
|
+
"loadingLabel": string;
|
1734
1734
|
/**
|
1735
1735
|
* If `true`, multiple options can be selected.
|
1736
1736
|
*/
|
1737
|
-
"multiple"
|
1737
|
+
"multiple": boolean;
|
1738
1738
|
/**
|
1739
1739
|
* The name of the control, which is submitted with the form data.
|
1740
1740
|
*/
|
1741
|
-
"name"
|
1741
|
+
"name": string;
|
1742
1742
|
/**
|
1743
1743
|
* The possible selection options.
|
1744
1744
|
*/
|
1745
|
-
"options"
|
1745
|
+
"options": IcMenuOption[];
|
1746
1746
|
/**
|
1747
1747
|
* The placeholder value to be displayed.
|
1748
1748
|
*/
|
1749
|
-
"placeholder"
|
1749
|
+
"placeholder": string;
|
1750
1750
|
/**
|
1751
1751
|
* If `true`, the readonly state will be set.
|
1752
1752
|
*/
|
1753
|
-
"readonly"
|
1753
|
+
"readonly": boolean;
|
1754
1754
|
/**
|
1755
1755
|
* If `true`, the select will require a value.
|
1756
1756
|
*/
|
1757
|
-
"required"
|
1757
|
+
"required": boolean;
|
1758
1758
|
/**
|
1759
1759
|
* Whether the search string of the searchable select should match the start of or anywhere in the options. Only applies to built in filtering.
|
1760
1760
|
*/
|
1761
|
-
"searchMatchPosition"
|
1761
|
+
"searchMatchPosition": IcSearchMatchPositions;
|
1762
1762
|
/**
|
1763
1763
|
* If `true`, a searchable variant of the select will be displayed which can be typed in to filter options. This functionality is only available on the single-select variant of the select component.
|
1764
1764
|
*/
|
1765
|
-
"searchable"
|
1765
|
+
"searchable": boolean;
|
1766
1766
|
/**
|
1767
1767
|
* If `true`, the icOptionSelect event will be fired on enter instead of ArrowUp and ArrowDown on the single select.
|
1768
1768
|
*/
|
1769
|
-
"selectOnEnter"
|
1769
|
+
"selectOnEnter": boolean;
|
1770
1770
|
/**
|
1771
1771
|
* Sets focus on the input box.
|
1772
1772
|
*/
|
@@ -1774,15 +1774,15 @@ export namespace Components {
|
|
1774
1774
|
/**
|
1775
1775
|
* If `true`, a button which clears the select input when clicked will be displayed. The button will always appear on the searchable select.
|
1776
1776
|
*/
|
1777
|
-
"showClearButton"
|
1777
|
+
"showClearButton": boolean;
|
1778
1778
|
/**
|
1779
1779
|
* The size of the select.
|
1780
1780
|
*/
|
1781
|
-
"size"
|
1781
|
+
"size": IcSizes;
|
1782
1782
|
/**
|
1783
1783
|
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
1784
1784
|
*/
|
1785
|
-
"theme"
|
1785
|
+
"theme": IcThemeMode;
|
1786
1786
|
/**
|
1787
1787
|
* If using external filtering, set a timeout for when loading takes too long.
|
1788
1788
|
*/
|
@@ -1790,21 +1790,25 @@ export namespace Components {
|
|
1790
1790
|
/**
|
1791
1791
|
* The validation status - e.g. 'error' | 'warning' | 'success'.
|
1792
1792
|
*/
|
1793
|
-
"validationStatus"
|
1793
|
+
"validationStatus": IcInformationStatusOrEmpty;
|
1794
1794
|
/**
|
1795
1795
|
* The text to display as the validation message.
|
1796
1796
|
*/
|
1797
|
-
"validationText"
|
1797
|
+
"validationText": string;
|
1798
1798
|
/**
|
1799
1799
|
* The value of the select, reflected by the value of the currently selected option. For the searchable variant, the value is also reflected by the user input. For the multi-select variant, the value must be an array of option values.
|
1800
1800
|
*/
|
1801
|
-
"value"
|
1801
|
+
"value": string | string[] | null;
|
1802
1802
|
}
|
1803
1803
|
interface IcSideNavigation {
|
1804
1804
|
/**
|
1805
1805
|
* The app title to be displayed. This is required, unless a slotted app title link is used.
|
1806
1806
|
*/
|
1807
1807
|
"appTitle"?: string;
|
1808
|
+
/**
|
1809
|
+
* If `true`, the side navigation will close when a navigation item is clicked. This behaviour is only applicable on larger device sizes.
|
1810
|
+
*/
|
1811
|
+
"closeOnNavItemClick"?: boolean;
|
1808
1812
|
/**
|
1809
1813
|
* If `true`, the icon and label will appear when side navigation is collapsed.
|
1810
1814
|
*/
|
@@ -2070,7 +2074,7 @@ export namespace Components {
|
|
2070
2074
|
interface IcTextField {
|
2071
2075
|
"ariaActiveDescendant"?: string;
|
2072
2076
|
"ariaAutocomplete"?: IcAriaAutocompleteTypes;
|
2073
|
-
"ariaExpanded": string |
|
2077
|
+
"ariaExpanded": string | null;
|
2074
2078
|
"ariaOwns"?: string;
|
2075
2079
|
/**
|
2076
2080
|
* The automatic capitalisation of the text value as it is entered/edited by the user. Available options: "off", "none", "on", "sentences", "words", "characters".
|
@@ -2177,7 +2181,7 @@ export namespace Components {
|
|
2177
2181
|
* If `true`, the multiline text area will be resizeable.
|
2178
2182
|
*/
|
2179
2183
|
"resize": boolean;
|
2180
|
-
"role": string |
|
2184
|
+
"role": string | null;
|
2181
2185
|
/**
|
2182
2186
|
* The number of rows to transform the text field into a text area with a specific height.
|
2183
2187
|
*/
|
@@ -2279,19 +2283,19 @@ export namespace Components {
|
|
2279
2283
|
/**
|
2280
2284
|
* If `true`, the toggle button will be in a checked state.
|
2281
2285
|
*/
|
2282
|
-
"checked"
|
2286
|
+
"checked": boolean;
|
2283
2287
|
/**
|
2284
2288
|
* If `true`, the toggle button will be in disabled state.
|
2285
2289
|
*/
|
2286
|
-
"disabled"
|
2290
|
+
"disabled": boolean;
|
2287
2291
|
/**
|
2288
2292
|
* If `true`, the toggle button will fill the width of the container.
|
2289
2293
|
*/
|
2290
|
-
"fullWidth"
|
2294
|
+
"fullWidth": boolean;
|
2291
2295
|
/**
|
2292
2296
|
* The placement of the icon in relation to the toggle button label.
|
2293
2297
|
*/
|
2294
|
-
"iconPlacement"
|
2298
|
+
"iconPlacement": IcIconPlacementOptions;
|
2295
2299
|
/**
|
2296
2300
|
* The label to display in the toggle button. This is required for the default variant of toggle buttons.
|
2297
2301
|
*/
|
@@ -2299,33 +2303,33 @@ export namespace Components {
|
|
2299
2303
|
/**
|
2300
2304
|
* If `true`, the toggle button will be in loading state.
|
2301
2305
|
*/
|
2302
|
-
"loading"
|
2306
|
+
"loading": boolean;
|
2303
2307
|
/**
|
2304
2308
|
* If `true`, the toggle button will display as black in the light theme, and white in dark theme.
|
2305
2309
|
*/
|
2306
|
-
"monochrome"
|
2310
|
+
"monochrome": boolean;
|
2307
2311
|
/**
|
2308
2312
|
* The size of the toggle button to be displayed.
|
2309
2313
|
*/
|
2310
|
-
"size"
|
2314
|
+
"size": IcSizes;
|
2311
2315
|
/**
|
2312
2316
|
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
2313
2317
|
*/
|
2314
|
-
"theme"
|
2318
|
+
"theme": IcThemeMode;
|
2315
2319
|
/**
|
2316
2320
|
* The position of the tooltip in relation to the toggle button.
|
2317
2321
|
*/
|
2318
|
-
"tooltipPlacement"
|
2322
|
+
"tooltipPlacement": IcButtonTooltipPlacement;
|
2319
2323
|
/**
|
2320
2324
|
* The variant of the toggle button.
|
2321
2325
|
*/
|
2322
|
-
"variant"
|
2326
|
+
"variant": "default" | "icon";
|
2323
2327
|
}
|
2324
2328
|
interface IcToggleButtonGroup {
|
2325
2329
|
/**
|
2326
2330
|
* The accessible label of the toggle button group component to provide context for screen reader users.
|
2327
2331
|
*/
|
2328
|
-
"accessibleLabel"
|
2332
|
+
"accessibleLabel": string;
|
2329
2333
|
/**
|
2330
2334
|
* If `true`, the toggle button group will be set to the disabled state.
|
2331
2335
|
*/
|
@@ -2333,35 +2337,35 @@ export namespace Components {
|
|
2333
2337
|
/**
|
2334
2338
|
* If `true`, the toggle button group will fill the width of the container.
|
2335
2339
|
*/
|
2336
|
-
"fullWidth"
|
2340
|
+
"fullWidth": boolean;
|
2337
2341
|
/**
|
2338
2342
|
* The placement of the icons in relation to the toggle button labels.
|
2339
2343
|
*/
|
2340
|
-
"iconPlacement"?:
|
2344
|
+
"iconPlacement"?: IcIconPlacementOptions;
|
2341
2345
|
/**
|
2342
2346
|
* If `true`, the toggle button group will be in loading state.
|
2343
2347
|
*/
|
2344
|
-
"loading"
|
2348
|
+
"loading": boolean;
|
2345
2349
|
/**
|
2346
2350
|
* If `true`, the toggle button group will display as black in the light theme, and white in dark theme.
|
2347
2351
|
*/
|
2348
|
-
"monochrome"
|
2352
|
+
"monochrome": boolean;
|
2349
2353
|
/**
|
2350
2354
|
* If `auto`, controls are toggled automatically when navigated to. If `manual`, the controls must be actioned to change their toggled state. The value of this prop is ignored if `selectType` is set to`multi`.
|
2351
2355
|
*/
|
2352
|
-
"selectMethod"
|
2356
|
+
"selectMethod": IcSelectMethodTypes;
|
2353
2357
|
/**
|
2354
2358
|
* Sets whether single or multiple options can be toggled. If `multi`, then the `selectMethod` is always `manual`.
|
2355
2359
|
*/
|
2356
|
-
"selectType"
|
2360
|
+
"selectType": IcSelectTypes;
|
2357
2361
|
/**
|
2358
2362
|
* The size of the toggle buttons to be displayed. This does not affect the font size of the accessible label.
|
2359
2363
|
*/
|
2360
|
-
"size"
|
2364
|
+
"size": IcSizes;
|
2361
2365
|
/**
|
2362
2366
|
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
2363
2367
|
*/
|
2364
|
-
"theme"
|
2368
|
+
"theme": IcThemeMode;
|
2365
2369
|
/**
|
2366
2370
|
* The position of the tooltip in relation to the toggle buttons.
|
2367
2371
|
*/
|
@@ -2421,35 +2425,35 @@ export namespace Components {
|
|
2421
2425
|
/**
|
2422
2426
|
* The alignment of the top navigation content.
|
2423
2427
|
*/
|
2424
|
-
"contentAligned"
|
2428
|
+
"contentAligned": IcAlignment;
|
2425
2429
|
/**
|
2426
2430
|
* Can set a custom breakpoint for the top navigation to switch to mobile mode. Must be one of our specified breakpoints in px: `0`, `576`, `768`, `992`, `1200`.
|
2427
2431
|
*/
|
2428
|
-
"customMobileBreakpoint"
|
2432
|
+
"customMobileBreakpoint": IcDeviceSizes;
|
2429
2433
|
/**
|
2430
2434
|
* The URL to navigate to when the app title is clicked.
|
2431
2435
|
*/
|
2432
|
-
"href"
|
2436
|
+
"href": string;
|
2433
2437
|
/**
|
2434
2438
|
* If `true`, the flyout navigation menu on small devices will be contained by the parent element.
|
2435
2439
|
*/
|
2436
|
-
"inline"
|
2440
|
+
"inline": boolean;
|
2437
2441
|
/**
|
2438
2442
|
* The short title of the app to be displayed at small screen sizes in place of the app title.
|
2439
2443
|
*/
|
2440
|
-
"shortAppTitle"
|
2444
|
+
"shortAppTitle": string;
|
2441
2445
|
/**
|
2442
2446
|
* The status info to be displayed.
|
2443
2447
|
*/
|
2444
|
-
"status"
|
2448
|
+
"status": string;
|
2445
2449
|
/**
|
2446
2450
|
* Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
|
2447
2451
|
*/
|
2448
|
-
"theme"
|
2452
|
+
"theme": IcThemeMode;
|
2449
2453
|
/**
|
2450
2454
|
* The version info to be displayed.
|
2451
2455
|
*/
|
2452
|
-
"version"
|
2456
|
+
"version": string;
|
2453
2457
|
}
|
2454
2458
|
interface IcTypography {
|
2455
2459
|
/**
|
@@ -4394,7 +4398,7 @@ declare namespace LocalJSX {
|
|
4394
4398
|
}
|
4395
4399
|
interface IcLink {
|
4396
4400
|
/**
|
4397
|
-
* If `true`, the user can save the linked URL instead of navigating to it.
|
4401
|
+
* If `true`, the user can save the linked URL instead of navigating to it. If the value is a string, it will be used as the filename for the download.
|
4398
4402
|
*/
|
4399
4403
|
"download"?: string | boolean;
|
4400
4404
|
/**
|
@@ -4480,7 +4484,7 @@ declare namespace LocalJSX {
|
|
4480
4484
|
/**
|
4481
4485
|
* The reference to an anchor element the menu will position itself from when rendered.
|
4482
4486
|
*/
|
4483
|
-
"anchorEl"
|
4487
|
+
"anchorEl"?: HTMLElement;
|
4484
4488
|
/**
|
4485
4489
|
* If `true`, the menu will close when an option is selected.
|
4486
4490
|
*/
|
@@ -4492,7 +4496,7 @@ declare namespace LocalJSX {
|
|
4492
4496
|
/**
|
4493
4497
|
* The reference to the input element.
|
4494
4498
|
*/
|
4495
|
-
"inputEl"
|
4499
|
+
"inputEl"?: HTMLElement;
|
4496
4500
|
/**
|
4497
4501
|
* The label for the input element.
|
4498
4502
|
*/
|
@@ -5283,6 +5287,10 @@ declare namespace LocalJSX {
|
|
5283
5287
|
* The app title to be displayed. This is required, unless a slotted app title link is used.
|
5284
5288
|
*/
|
5285
5289
|
"appTitle"?: string;
|
5290
|
+
/**
|
5291
|
+
* If `true`, the side navigation will close when a navigation item is clicked. This behaviour is only applicable on larger device sizes.
|
5292
|
+
*/
|
5293
|
+
"closeOnNavItemClick"?: boolean;
|
5286
5294
|
/**
|
5287
5295
|
* If `true`, the icon and label will appear when side navigation is collapsed.
|
5288
5296
|
*/
|
@@ -5820,7 +5828,7 @@ declare namespace LocalJSX {
|
|
5820
5828
|
/**
|
5821
5829
|
* The placement of the icons in relation to the toggle button labels.
|
5822
5830
|
*/
|
5823
|
-
"iconPlacement"?:
|
5831
|
+
"iconPlacement"?: IcIconPlacementOptions;
|
5824
5832
|
/**
|
5825
5833
|
* If `true`, the toggle button group will be in loading state.
|
5826
5834
|
*/
|