@infineon/infineon-design-system-stencil 31.3.2--canary.1723.e13d9ac6ca485d38dc3a3aa5f107a09bf248468b.0 → 31.4.0--canary.1681.9592b12da32b64b6c8ace449f71e3399531ff0ae.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/ifx-alert_2.cjs.entry.js +1 -1
- package/dist/cjs/ifx-basic-table.cjs.entry.js +1 -1
- package/dist/cjs/ifx-checkbox-group.cjs.entry.js +61 -0
- package/dist/cjs/ifx-checkbox-group.cjs.entry.js.map +1 -0
- package/dist/cjs/ifx-checkbox.cjs.entry.js +11 -4
- package/dist/cjs/ifx-checkbox.cjs.entry.js.map +1 -1
- package/dist/cjs/ifx-chip_3.cjs.entry.js +11 -11
- package/dist/cjs/ifx-content-switcher-item.cjs.entry.js +1 -1
- package/dist/cjs/ifx-content-switcher.cjs.entry.js +1 -1
- package/dist/cjs/ifx-date-picker.cjs.entry.js +1 -1
- package/dist/cjs/ifx-dropdown-header.cjs.entry.js +1 -1
- package/dist/cjs/ifx-dropdown-item.cjs.entry.js +1 -1
- package/dist/cjs/ifx-dropdown-menu.cjs.entry.js +2 -2
- package/dist/cjs/ifx-dropdown-separator.cjs.entry.js +1 -1
- package/dist/cjs/ifx-dropdown-trigger-button.cjs.entry.js +2 -2
- package/dist/cjs/ifx-dropdown-trigger.cjs.entry.js +1 -1
- package/dist/cjs/ifx-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/ifx-faq.cjs.entry.js +1 -1
- package/dist/cjs/ifx-filter-accordion.cjs.entry.js +2 -2
- package/dist/cjs/ifx-filter-bar.cjs.entry.js +1 -1
- package/dist/cjs/ifx-filter-search.cjs.entry.js +1 -1
- package/dist/cjs/ifx-filter-type-group.cjs.entry.js +1 -1
- package/dist/cjs/ifx-footer-column.cjs.entry.js +1 -1
- package/dist/cjs/ifx-footer.cjs.entry.js +4 -4
- package/dist/cjs/ifx-icon-button.cjs.entry.js +1 -1
- package/dist/cjs/ifx-icon.cjs.entry.js +1 -1
- package/dist/cjs/ifx-icons-preview.cjs.entry.js +1 -1
- package/dist/cjs/ifx-link.cjs.entry.js +1 -1
- package/dist/cjs/ifx-list-entry.cjs.entry.js +1 -1
- package/dist/cjs/ifx-modal.cjs.entry.js +2 -2
- package/dist/cjs/ifx-navbar-item.cjs.entry.js +2 -2
- package/dist/cjs/ifx-navbar-profile.cjs.entry.js +3 -3
- package/dist/cjs/ifx-navbar.cjs.entry.js +3 -3
- package/dist/cjs/ifx-notification.cjs.entry.js +2 -2
- package/dist/cjs/ifx-number-indicator.cjs.entry.js +1 -1
- package/dist/cjs/ifx-overview-table.cjs.entry.js +1 -1
- package/dist/cjs/ifx-progress-bar.cjs.entry.js +1 -1
- package/dist/cjs/ifx-radio-button.cjs.entry.js +2 -2
- package/dist/cjs/ifx-search-bar.cjs.entry.js +1 -1
- package/dist/cjs/ifx-search-field.cjs.entry.js +1 -1
- package/dist/cjs/ifx-segment.cjs.entry.js +1 -1
- package/dist/cjs/ifx-segmented-control.cjs.entry.js +2 -2
- package/dist/cjs/ifx-select.cjs.entry.js +2 -2
- package/dist/cjs/ifx-sidebar-item.cjs.entry.js +5 -5
- package/dist/cjs/ifx-sidebar-title.cjs.entry.js +1 -1
- package/dist/cjs/ifx-sidebar.cjs.entry.js +5 -5
- package/dist/cjs/ifx-slider.cjs.entry.js +2 -2
- package/dist/cjs/ifx-spinner_2.cjs.entry.js +6 -6
- package/dist/cjs/ifx-status.cjs.entry.js +1 -1
- package/dist/cjs/ifx-step.cjs.entry.js +4 -4
- package/dist/cjs/ifx-stepper.cjs.entry.js +2 -2
- package/dist/cjs/ifx-switch.cjs.entry.js +1 -1
- package/dist/cjs/ifx-tab.cjs.entry.js +1 -1
- package/dist/cjs/ifx-table.cjs.entry.js +2 -2
- package/dist/cjs/ifx-tabs.cjs.entry.js +2 -2
- package/dist/cjs/ifx-tag.cjs.entry.js +1 -1
- package/dist/cjs/ifx-templates-ui.cjs.entry.js +1 -1
- package/dist/cjs/ifx-textarea.cjs.entry.js +2 -2
- package/dist/cjs/ifx-tooltip.cjs.entry.js +4 -4
- package/dist/cjs/index-1ce5aae1.js +4 -0
- package/dist/cjs/infineon-design-system-stencil.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/checkbox/checkbox.css +1 -1
- package/dist/collection/components/checkbox/checkbox.js +26 -3
- package/dist/collection/components/checkbox/checkbox.js.map +1 -1
- package/dist/collection/components/checkbox/checkbox.stories.js +12 -3
- package/dist/collection/components/checkbox/checkbox.stories.js.map +1 -1
- package/dist/collection/components/checkbox-group/checkbox-group.css +59 -0
- package/dist/collection/components/checkbox-group/checkbox-group.js +238 -0
- package/dist/collection/components/checkbox-group/checkbox-group.js.map +1 -0
- package/dist/collection/components/checkbox-group/checkbox-group.stories.js +151 -0
- package/dist/collection/components/checkbox-group/checkbox-group.stories.js.map +1 -0
- package/dist/collection/components/chip/chip-item/chip-item.js +2 -2
- package/dist/collection/components/chip/chip.js +8 -8
- package/dist/collection/components/content-switcher/content-switcher-item.js +1 -1
- package/dist/collection/components/content-switcher/content-switcher.js +1 -1
- package/dist/collection/components/date-picker/date-picker.js +1 -1
- package/dist/collection/components/dropdown/dropdown-header/dropdown-header.js +1 -1
- package/dist/collection/components/dropdown/dropdown-item/dropdown-item.js +1 -1
- package/dist/collection/components/dropdown/dropdown-menu/dropdown-menu.js +2 -2
- package/dist/collection/components/dropdown/dropdown-seperator/dropdown-separator.js +1 -1
- package/dist/collection/components/dropdown/dropdown-trigger/dropdown-trigger.js +1 -1
- package/dist/collection/components/dropdown/dropdown-trigger-button/dropdown-trigger-button.js +2 -2
- package/dist/collection/components/dropdown/dropdown.js +1 -1
- package/dist/collection/components/footer/footer-column.js +1 -1
- package/dist/collection/components/footer/footer.js +4 -4
- package/dist/collection/components/icon/infineonIconStencil.js +1 -1
- package/dist/collection/components/icon-button/icon-button.js +1 -1
- package/dist/collection/components/icons-preview/icons-preview.js +1 -1
- package/dist/collection/components/link/link.js +1 -1
- package/dist/collection/components/modal/modal.js +2 -2
- package/dist/collection/components/navigation/navbar/navbar-item.js +2 -2
- package/dist/collection/components/navigation/navbar/navbar-profile.js +3 -3
- package/dist/collection/components/navigation/navbar/navbar.js +3 -3
- package/dist/collection/components/navigation/sidebar/sidebar-item.js +5 -5
- package/dist/collection/components/navigation/sidebar/sidebar-title.js +1 -1
- package/dist/collection/components/navigation/sidebar/sidebar.js +5 -5
- package/dist/collection/components/notification/notification.js +2 -2
- package/dist/collection/components/number-indicator/number-indicator.js +1 -1
- package/dist/collection/components/overview-table/overview-table.js +1 -1
- package/dist/collection/components/pagination/pagination.js +1 -1
- package/dist/collection/components/progress-bar/progress-bar.js +1 -1
- package/dist/collection/components/radio-button/radio-button.js +2 -2
- package/dist/collection/components/search-bar/search-bar.js +1 -1
- package/dist/collection/components/search-field/search-field.js +1 -1
- package/dist/collection/components/segmented-control/segment/segment.js +1 -1
- package/dist/collection/components/segmented-control/segmented-control.js +2 -2
- package/dist/collection/components/select/single-select/select.js +2 -2
- package/dist/collection/components/slider/slider.js +2 -2
- package/dist/collection/components/spinner/spinner.js +2 -2
- package/dist/collection/components/status/status.js +1 -1
- package/dist/collection/components/stepper/step/step.js +4 -4
- package/dist/collection/components/stepper/stepper.js +2 -2
- package/dist/collection/components/switch/switch.js +1 -1
- package/dist/collection/components/table-advanced-version/filter-bar/filter-bar.js +1 -1
- package/dist/collection/components/table-advanced-version/filter-type-group/filter-accordion/filter-accordion.js +2 -2
- package/dist/collection/components/table-advanced-version/filter-type-group/filter-search/filter-search.js +1 -1
- package/dist/collection/components/table-advanced-version/filter-type-group/filter-type-group.js +1 -1
- package/dist/collection/components/table-advanced-version/list/list-entry/list-entry.js +1 -1
- package/dist/collection/components/table-advanced-version/table.js +2 -2
- package/dist/collection/components/table-basic-version/table.js +1 -1
- package/dist/collection/components/tabs/tab.js +1 -1
- package/dist/collection/components/tabs/tabs.js +2 -2
- package/dist/collection/components/tag/tag.js +1 -1
- package/dist/collection/components/templates/template/template.js +1 -1
- package/dist/collection/components/templates/templates-ui/templates-ui.js +1 -1
- package/dist/collection/components/text-field/text-field.js +4 -4
- package/dist/collection/components/textarea/textarea.js +2 -2
- package/dist/collection/components/tooltip/tooltip.js +4 -4
- package/dist/collection/stories/setup-and-installation/faq/faq.js +1 -1
- package/dist/components/ifx-accordion-item.js +1 -1
- package/dist/components/ifx-alert.js +1 -1
- package/dist/components/ifx-basic-table.js +1 -1
- package/dist/components/ifx-breadcrumb-item-label.js +1 -1
- package/dist/components/ifx-checkbox-group.d.ts +11 -0
- package/dist/components/ifx-checkbox-group.js +91 -0
- package/dist/components/ifx-checkbox-group.js.map +1 -0
- package/dist/components/ifx-checkbox.js +1 -1
- package/dist/components/ifx-chip-item.js +1 -1
- package/dist/components/ifx-chip.js +1 -1
- package/dist/components/ifx-content-switcher-item.js +1 -1
- package/dist/components/ifx-content-switcher.js +1 -1
- package/dist/components/ifx-date-picker.js +2 -2
- package/dist/components/ifx-dropdown-header.js +1 -1
- package/dist/components/ifx-dropdown-item.js +2 -2
- package/dist/components/ifx-dropdown-menu.js +2 -2
- package/dist/components/ifx-dropdown-separator.js +1 -1
- package/dist/components/ifx-dropdown-trigger-button.js +3 -3
- package/dist/components/ifx-dropdown-trigger.js +1 -1
- package/dist/components/ifx-dropdown.js +1 -1
- package/dist/components/ifx-faq.js +3 -3
- package/dist/components/ifx-filter-accordion.js +4 -4
- package/dist/components/ifx-filter-bar.js +2 -2
- package/dist/components/ifx-filter-search.js +3 -3
- package/dist/components/ifx-filter-type-group.js +1 -1
- package/dist/components/ifx-footer-column.js +1 -1
- package/dist/components/ifx-footer.js +4 -4
- package/dist/components/ifx-icon-button.js +1 -1
- package/dist/components/ifx-icon.js +1 -1
- package/dist/components/ifx-icons-preview.js +4 -4
- package/dist/components/ifx-link.js +1 -1
- package/dist/components/ifx-list-entry.js +4 -4
- package/dist/components/ifx-list.js +2 -2
- package/dist/components/ifx-modal.js +4 -4
- package/dist/components/ifx-multiselect.js +1 -1
- package/dist/components/ifx-navbar-item.js +3 -3
- package/dist/components/ifx-navbar-profile.js +3 -3
- package/dist/components/ifx-navbar.js +4 -4
- package/dist/components/ifx-notification.js +1 -1
- package/dist/components/ifx-number-indicator.js +1 -1
- package/dist/components/ifx-overview-table.js +4 -4
- package/dist/components/ifx-pagination.js +1 -1
- package/dist/components/ifx-progress-bar.js +1 -1
- package/dist/components/ifx-radio-button.js +1 -1
- package/dist/components/ifx-search-bar.js +3 -3
- package/dist/components/ifx-search-field.js +1 -1
- package/dist/components/ifx-segment.js +2 -2
- package/dist/components/ifx-segmented-control.js +3 -3
- package/dist/components/ifx-select.js +1 -1
- package/dist/components/ifx-set-filter.js +6 -6
- package/dist/components/ifx-sidebar-item.js +7 -7
- package/dist/components/ifx-sidebar-title.js +1 -1
- package/dist/components/ifx-sidebar.js +5 -5
- package/dist/components/ifx-slider.js +3 -3
- package/dist/components/ifx-spinner.js +1 -1
- package/dist/components/ifx-status.js +1 -1
- package/dist/components/ifx-step.js +5 -5
- package/dist/components/ifx-stepper.js +2 -2
- package/dist/components/ifx-switch.js +1 -1
- package/dist/components/ifx-tab.js +1 -1
- package/dist/components/ifx-table.js +10 -10
- package/dist/components/ifx-tabs.js +3 -3
- package/dist/components/ifx-tag.js +2 -2
- package/dist/components/ifx-template.js +1 -1
- package/dist/components/ifx-templates-ui.js +8 -8
- package/dist/components/ifx-text-field.js +1 -1
- package/dist/components/ifx-textarea.js +2 -2
- package/dist/components/ifx-tooltip.js +5 -5
- package/dist/components/{p-df1ab648.js → p-15a737a8.js} +4 -4
- package/dist/components/{p-df1ab648.js.map → p-15a737a8.js.map} +1 -1
- package/dist/components/{p-711cfe1c.js → p-25dce5bf.js} +3 -3
- package/dist/components/{p-711cfe1c.js.map → p-25dce5bf.js.map} +1 -1
- package/dist/components/{p-4f70863f.js → p-27216109.js} +5 -5
- package/dist/components/{p-4f70863f.js.map → p-27216109.js.map} +1 -1
- package/dist/components/{p-e288bc05.js → p-2cb994f0.js} +5 -5
- package/dist/components/{p-e288bc05.js.map → p-2cb994f0.js.map} +1 -1
- package/dist/components/{p-0ca597ea.js → p-3d46d2af.js} +6 -6
- package/dist/components/{p-0ca597ea.js.map → p-3d46d2af.js.map} +1 -1
- package/dist/components/{p-f6eb75e8.js → p-47853a7b.js} +3 -3
- package/dist/components/{p-f6eb75e8.js.map → p-47853a7b.js.map} +1 -1
- package/dist/components/{p-dd2f84a3.js → p-4cd3a589.js} +2 -2
- package/dist/components/{p-dd2f84a3.js.map → p-4cd3a589.js.map} +1 -1
- package/dist/components/{p-8e549467.js → p-5f01ab1d.js} +3 -3
- package/dist/components/{p-8e549467.js.map → p-5f01ab1d.js.map} +1 -1
- package/dist/components/{p-3cbe73f9.js → p-5fe24279.js} +2 -2
- package/dist/components/{p-3cbe73f9.js.map → p-5fe24279.js.map} +1 -1
- package/dist/components/{p-bd0c2dc7.js → p-6925a52c.js} +2 -2
- package/dist/components/{p-bd0c2dc7.js.map → p-6925a52c.js.map} +1 -1
- package/dist/components/{p-7b91b0ec.js → p-80856f14.js} +6 -6
- package/dist/components/{p-7b91b0ec.js.map → p-80856f14.js.map} +1 -1
- package/dist/components/{p-0b116203.js → p-977668df.js} +3 -3
- package/dist/components/{p-0b116203.js.map → p-977668df.js.map} +1 -1
- package/dist/components/{p-a803e6b3.js → p-9c7d6c8c.js} +4 -4
- package/dist/components/{p-a803e6b3.js.map → p-9c7d6c8c.js.map} +1 -1
- package/dist/components/{p-82ea5424.js → p-b3918f07.js} +5 -5
- package/dist/components/{p-82ea5424.js.map → p-b3918f07.js.map} +1 -1
- package/dist/components/{p-aa905dcf.js → p-be22dd11.js} +2 -2
- package/dist/components/{p-aa905dcf.js.map → p-be22dd11.js.map} +1 -1
- package/dist/components/{p-6d91c497.js → p-d8045654.js} +14 -6
- package/dist/components/p-d8045654.js.map +1 -0
- package/dist/components/{p-9ef57ec1.js → p-dbf6be15.js} +2 -2
- package/dist/components/{p-9ef57ec1.js.map → p-dbf6be15.js.map} +1 -1
- package/dist/components/{p-c6d94a88.js → p-ec51e955.js} +2 -2
- package/dist/components/{p-c6d94a88.js.map → p-ec51e955.js.map} +1 -1
- package/dist/components/{p-a5768429.js → p-fd590059.js} +11 -11
- package/dist/components/{p-a5768429.js.map → p-fd590059.js.map} +1 -1
- package/dist/esm/ifx-alert_2.entry.js +1 -1
- package/dist/esm/ifx-basic-table.entry.js +1 -1
- package/dist/esm/ifx-checkbox-group.entry.js +57 -0
- package/dist/esm/ifx-checkbox-group.entry.js.map +1 -0
- package/dist/esm/ifx-checkbox.entry.js +11 -4
- package/dist/esm/ifx-checkbox.entry.js.map +1 -1
- package/dist/esm/ifx-chip_3.entry.js +11 -11
- package/dist/esm/ifx-content-switcher-item.entry.js +1 -1
- package/dist/esm/ifx-content-switcher.entry.js +1 -1
- package/dist/esm/ifx-date-picker.entry.js +1 -1
- package/dist/esm/ifx-dropdown-header.entry.js +1 -1
- package/dist/esm/ifx-dropdown-item.entry.js +1 -1
- package/dist/esm/ifx-dropdown-menu.entry.js +2 -2
- package/dist/esm/ifx-dropdown-separator.entry.js +1 -1
- package/dist/esm/ifx-dropdown-trigger-button.entry.js +2 -2
- package/dist/esm/ifx-dropdown-trigger.entry.js +1 -1
- package/dist/esm/ifx-dropdown.entry.js +1 -1
- package/dist/esm/ifx-faq.entry.js +1 -1
- package/dist/esm/ifx-filter-accordion.entry.js +2 -2
- package/dist/esm/ifx-filter-bar.entry.js +1 -1
- package/dist/esm/ifx-filter-search.entry.js +1 -1
- package/dist/esm/ifx-filter-type-group.entry.js +1 -1
- package/dist/esm/ifx-footer-column.entry.js +1 -1
- package/dist/esm/ifx-footer.entry.js +4 -4
- package/dist/esm/ifx-icon-button.entry.js +1 -1
- package/dist/esm/ifx-icon.entry.js +1 -1
- package/dist/esm/ifx-icons-preview.entry.js +1 -1
- package/dist/esm/ifx-link.entry.js +1 -1
- package/dist/esm/ifx-list-entry.entry.js +1 -1
- package/dist/esm/ifx-modal.entry.js +2 -2
- package/dist/esm/ifx-navbar-item.entry.js +2 -2
- package/dist/esm/ifx-navbar-profile.entry.js +3 -3
- package/dist/esm/ifx-navbar.entry.js +3 -3
- package/dist/esm/ifx-notification.entry.js +2 -2
- package/dist/esm/ifx-number-indicator.entry.js +1 -1
- package/dist/esm/ifx-overview-table.entry.js +1 -1
- package/dist/esm/ifx-progress-bar.entry.js +1 -1
- package/dist/esm/ifx-radio-button.entry.js +2 -2
- package/dist/esm/ifx-search-bar.entry.js +1 -1
- package/dist/esm/ifx-search-field.entry.js +1 -1
- package/dist/esm/ifx-segment.entry.js +1 -1
- package/dist/esm/ifx-segmented-control.entry.js +2 -2
- package/dist/esm/ifx-select.entry.js +2 -2
- package/dist/esm/ifx-sidebar-item.entry.js +5 -5
- package/dist/esm/ifx-sidebar-title.entry.js +1 -1
- package/dist/esm/ifx-sidebar.entry.js +5 -5
- package/dist/esm/ifx-slider.entry.js +2 -2
- package/dist/esm/ifx-spinner_2.entry.js +6 -6
- package/dist/esm/ifx-status.entry.js +1 -1
- package/dist/esm/ifx-step.entry.js +4 -4
- package/dist/esm/ifx-stepper.entry.js +2 -2
- package/dist/esm/ifx-switch.entry.js +1 -1
- package/dist/esm/ifx-tab.entry.js +1 -1
- package/dist/esm/ifx-table.entry.js +2 -2
- package/dist/esm/ifx-tabs.entry.js +2 -2
- package/dist/esm/ifx-tag.entry.js +1 -1
- package/dist/esm/ifx-templates-ui.entry.js +1 -1
- package/dist/esm/ifx-textarea.entry.js +2 -2
- package/dist/esm/ifx-tooltip.entry.js +4 -4
- package/dist/esm/index-b4eaf00e.js +4 -0
- package/dist/esm/infineon-design-system-stencil.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/infineon-design-system-stencil/infineon-design-system-stencil.esm.js +1 -1
- package/dist/infineon-design-system-stencil/infineon-design-system-stencil.esm.js.map +1 -1
- package/dist/infineon-design-system-stencil/{p-7032b693.entry.js → p-00baeb0a.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-facf8df6.entry.js → p-094349b2.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-b37da251.entry.js → p-0c747aac.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-a7c2fbdb.entry.js → p-16430d76.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-08c4de8b.entry.js → p-182854c8.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-98ffcc21.entry.js → p-188274f9.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-19ebd7a9.entry.js +2 -0
- package/dist/infineon-design-system-stencil/{p-b5fe7ee8.entry.js → p-1a93de53.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-1b5ebeef.entry.js +2 -0
- package/dist/infineon-design-system-stencil/{p-09597e91.entry.js → p-1b907dbd.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-95db9c5f.entry.js → p-1c869534.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-34182e4c.entry.js → p-1e44b494.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-ea52834a.entry.js → p-260c4f53.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-10d8c7e1.entry.js → p-272aab7f.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-09dfde13.entry.js → p-2ad3b594.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-99d8b86a.entry.js → p-2d8c79bc.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-fbed47fd.entry.js → p-35979bd9.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-3bd8af6b.entry.js → p-37e5b4b4.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-42ea3581.entry.js → p-386f62f0.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-4fb1282d.entry.js → p-40466219.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-4701832b.entry.js +2 -0
- package/dist/infineon-design-system-stencil/p-4701832b.entry.js.map +1 -0
- package/dist/infineon-design-system-stencil/{p-be8764ca.entry.js → p-4d1670ed.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-52c46b22.entry.js +2 -0
- package/dist/infineon-design-system-stencil/{p-2defb71b.entry.js → p-5c144c40.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-e675986f.entry.js → p-6167fe81.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-0c19661f.entry.js → p-65b50486.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-4afef8e3.entry.js → p-733bcf3d.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-44bd4a94.entry.js → p-757132ca.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-7721aa73.entry.js +2 -0
- package/dist/infineon-design-system-stencil/{p-b8471917.entry.js → p-7b9fd2df.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-e1be33ce.entry.js → p-7c1fe0b0.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-25f6f1ac.entry.js → p-84ae744c.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-88a3c2e8.entry.js +2 -0
- package/dist/infineon-design-system-stencil/p-89c4fae2.entry.js +2 -0
- package/dist/infineon-design-system-stencil/{p-bb1f03e1.entry.js → p-8ab52cac.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-caa2c40c.entry.js → p-8c0927d0.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-8edfc4d5.entry.js +2 -0
- package/dist/infineon-design-system-stencil/p-939f2f37.entry.js +2 -0
- package/dist/infineon-design-system-stencil/{p-025924da.entry.js.map → p-939f2f37.entry.js.map} +1 -1
- package/dist/infineon-design-system-stencil/{p-8332bfe5.entry.js → p-9901114e.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-a1d3859e.entry.js +2 -0
- package/dist/infineon-design-system-stencil/p-a1d3859e.entry.js.map +1 -0
- package/dist/infineon-design-system-stencil/{p-1f41961c.entry.js → p-b0156752.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-18c53271.entry.js → p-b1bd480b.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-247dff13.entry.js → p-b2535014.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-9fd021ff.entry.js → p-bb5fbeb8.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-bfd26211.entry.js +2 -0
- package/dist/infineon-design-system-stencil/{p-24f531ca.entry.js → p-c85dc125.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-12535be0.entry.js → p-c8fecc8e.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-ac14a8c6.entry.js → p-cc859294.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-45ed163c.entry.js → p-ccba569e.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-32c62437.entry.js → p-cffc5d17.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-c67f057e.entry.js → p-d2998185.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-0c34e7ab.entry.js → p-d3957af9.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-6e900d3f.entry.js → p-de532a77.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-011a8cce.entry.js → p-f9298124.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-f0bed0a7.entry.js → p-fc9a13fa.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-28961fb4.entry.js → p-fcec715a.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-be38376b.entry.js → p-fd866344.entry.js} +2 -2
- package/dist/types/components/checkbox/checkbox.d.ts +2 -0
- package/dist/types/components/checkbox/checkbox.stories.d.ts +10 -0
- package/dist/types/components/checkbox-group/checkbox-group.d.ts +19 -0
- package/dist/types/components/checkbox-group/checkbox-group.stories.d.ts +183 -0
- package/dist/types/components.d.ts +30 -0
- package/package.json +1 -1
- package/dist/components/p-6d91c497.js.map +0 -1
- package/dist/infineon-design-system-stencil/p-025924da.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-2fac384a.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-332afce9.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-5031d738.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-59888005.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-5b444517.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-d1efcac6.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-eb752024.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-eb78b152.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-ecd0640d.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-ecd0640d.entry.js.map +0 -1
- /package/dist/infineon-design-system-stencil/{p-7032b693.entry.js.map → p-00baeb0a.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-facf8df6.entry.js.map → p-094349b2.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-b37da251.entry.js.map → p-0c747aac.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-a7c2fbdb.entry.js.map → p-16430d76.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-08c4de8b.entry.js.map → p-182854c8.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-98ffcc21.entry.js.map → p-188274f9.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-eb752024.entry.js.map → p-19ebd7a9.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-b5fe7ee8.entry.js.map → p-1a93de53.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-d1efcac6.entry.js.map → p-1b5ebeef.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-09597e91.entry.js.map → p-1b907dbd.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-95db9c5f.entry.js.map → p-1c869534.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-34182e4c.entry.js.map → p-1e44b494.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-ea52834a.entry.js.map → p-260c4f53.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-10d8c7e1.entry.js.map → p-272aab7f.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-09dfde13.entry.js.map → p-2ad3b594.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-99d8b86a.entry.js.map → p-2d8c79bc.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-fbed47fd.entry.js.map → p-35979bd9.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-3bd8af6b.entry.js.map → p-37e5b4b4.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-42ea3581.entry.js.map → p-386f62f0.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-4fb1282d.entry.js.map → p-40466219.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-be8764ca.entry.js.map → p-4d1670ed.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-5031d738.entry.js.map → p-52c46b22.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-2defb71b.entry.js.map → p-5c144c40.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-e675986f.entry.js.map → p-6167fe81.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-0c19661f.entry.js.map → p-65b50486.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-4afef8e3.entry.js.map → p-733bcf3d.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-44bd4a94.entry.js.map → p-757132ca.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-2fac384a.entry.js.map → p-7721aa73.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-b8471917.entry.js.map → p-7b9fd2df.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-e1be33ce.entry.js.map → p-7c1fe0b0.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-25f6f1ac.entry.js.map → p-84ae744c.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-5b444517.entry.js.map → p-88a3c2e8.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-59888005.entry.js.map → p-89c4fae2.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-bb1f03e1.entry.js.map → p-8ab52cac.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-caa2c40c.entry.js.map → p-8c0927d0.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-332afce9.entry.js.map → p-8edfc4d5.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-8332bfe5.entry.js.map → p-9901114e.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-1f41961c.entry.js.map → p-b0156752.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-18c53271.entry.js.map → p-b1bd480b.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-247dff13.entry.js.map → p-b2535014.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-9fd021ff.entry.js.map → p-bb5fbeb8.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-eb78b152.entry.js.map → p-bfd26211.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-24f531ca.entry.js.map → p-c85dc125.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-12535be0.entry.js.map → p-c8fecc8e.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-ac14a8c6.entry.js.map → p-cc859294.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-45ed163c.entry.js.map → p-ccba569e.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-32c62437.entry.js.map → p-cffc5d17.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-c67f057e.entry.js.map → p-d2998185.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-0c34e7ab.entry.js.map → p-d3957af9.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-6e900d3f.entry.js.map → p-de532a77.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-011a8cce.entry.js.map → p-f9298124.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-f0bed0a7.entry.js.map → p-fc9a13fa.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-28961fb4.entry.js.map → p-fcec715a.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-be38376b.entry.js.map → p-fd866344.entry.js.map} +0 -0
@@ -0,0 +1,183 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
title: string;
|
3
|
+
tags: string[];
|
4
|
+
args: {
|
5
|
+
amountOfItems: number;
|
6
|
+
alignment: string;
|
7
|
+
checked: boolean;
|
8
|
+
disabled: boolean;
|
9
|
+
indeterminate: boolean;
|
10
|
+
error: boolean;
|
11
|
+
size: string;
|
12
|
+
showGroupLabel: boolean;
|
13
|
+
groupLabelText: string;
|
14
|
+
showCaption: boolean;
|
15
|
+
captionText: string;
|
16
|
+
showCaptionIcon: boolean;
|
17
|
+
};
|
18
|
+
argTypes: {
|
19
|
+
alignment: {
|
20
|
+
description: string;
|
21
|
+
options: string[];
|
22
|
+
control: {
|
23
|
+
type: string;
|
24
|
+
};
|
25
|
+
table: {
|
26
|
+
category: string;
|
27
|
+
defaultValue: {
|
28
|
+
summary: string;
|
29
|
+
};
|
30
|
+
};
|
31
|
+
};
|
32
|
+
size: {
|
33
|
+
description: string;
|
34
|
+
options: string[];
|
35
|
+
control: {
|
36
|
+
type: string;
|
37
|
+
};
|
38
|
+
table: {
|
39
|
+
category: string;
|
40
|
+
defaultValue: {
|
41
|
+
summary: string;
|
42
|
+
};
|
43
|
+
type: {
|
44
|
+
summary: string;
|
45
|
+
};
|
46
|
+
};
|
47
|
+
};
|
48
|
+
amountOfItems: {
|
49
|
+
name: string;
|
50
|
+
description: string;
|
51
|
+
control: {
|
52
|
+
type: string;
|
53
|
+
};
|
54
|
+
table: {
|
55
|
+
category: string;
|
56
|
+
defaultValue: {
|
57
|
+
summary: number;
|
58
|
+
};
|
59
|
+
};
|
60
|
+
};
|
61
|
+
checked: {
|
62
|
+
description: string;
|
63
|
+
control: {
|
64
|
+
type: string;
|
65
|
+
};
|
66
|
+
table: {
|
67
|
+
category: string;
|
68
|
+
defaultValue: {
|
69
|
+
summary: string;
|
70
|
+
};
|
71
|
+
};
|
72
|
+
};
|
73
|
+
disabled: {
|
74
|
+
description: string;
|
75
|
+
control: {
|
76
|
+
type: string;
|
77
|
+
};
|
78
|
+
table: {
|
79
|
+
category: string;
|
80
|
+
defaultValue: {
|
81
|
+
summary: string;
|
82
|
+
};
|
83
|
+
};
|
84
|
+
};
|
85
|
+
error: {
|
86
|
+
description: string;
|
87
|
+
control: {
|
88
|
+
type: string;
|
89
|
+
};
|
90
|
+
table: {
|
91
|
+
category: string;
|
92
|
+
defaultValue: {
|
93
|
+
summary: string;
|
94
|
+
};
|
95
|
+
};
|
96
|
+
};
|
97
|
+
indeterminate: {
|
98
|
+
description: string;
|
99
|
+
control: {
|
100
|
+
type: string;
|
101
|
+
};
|
102
|
+
table: {
|
103
|
+
category: string;
|
104
|
+
defaultValue: {
|
105
|
+
summary: string;
|
106
|
+
};
|
107
|
+
};
|
108
|
+
};
|
109
|
+
showGroupLabel: {
|
110
|
+
description: string;
|
111
|
+
control: {
|
112
|
+
type: string;
|
113
|
+
};
|
114
|
+
table: {
|
115
|
+
category: string;
|
116
|
+
defaultValue: {
|
117
|
+
summary: string;
|
118
|
+
};
|
119
|
+
};
|
120
|
+
};
|
121
|
+
groupLabelText: {
|
122
|
+
description: string;
|
123
|
+
control: {
|
124
|
+
type: string;
|
125
|
+
};
|
126
|
+
table: {
|
127
|
+
category: string;
|
128
|
+
defaultValue: {
|
129
|
+
summary: string;
|
130
|
+
};
|
131
|
+
};
|
132
|
+
};
|
133
|
+
showCaption: {
|
134
|
+
description: string;
|
135
|
+
control: {
|
136
|
+
type: string;
|
137
|
+
};
|
138
|
+
table: {
|
139
|
+
category: string;
|
140
|
+
defaultValue: {
|
141
|
+
summary: string;
|
142
|
+
};
|
143
|
+
};
|
144
|
+
};
|
145
|
+
captionText: {
|
146
|
+
description: string;
|
147
|
+
control: {
|
148
|
+
type: string;
|
149
|
+
};
|
150
|
+
table: {
|
151
|
+
category: string;
|
152
|
+
defaultValue: {
|
153
|
+
summary: string;
|
154
|
+
};
|
155
|
+
};
|
156
|
+
};
|
157
|
+
showCaptionIcon: {
|
158
|
+
description: string;
|
159
|
+
control: {
|
160
|
+
type: string;
|
161
|
+
};
|
162
|
+
table: {
|
163
|
+
category: string;
|
164
|
+
defaultValue: {
|
165
|
+
summary: string;
|
166
|
+
};
|
167
|
+
};
|
168
|
+
};
|
169
|
+
setGroupError: {
|
170
|
+
action: string;
|
171
|
+
description: string;
|
172
|
+
table: {
|
173
|
+
category: string;
|
174
|
+
type: {
|
175
|
+
summary: string;
|
176
|
+
detail: string;
|
177
|
+
};
|
178
|
+
};
|
179
|
+
};
|
180
|
+
};
|
181
|
+
};
|
182
|
+
export default _default;
|
183
|
+
export declare const Default: any;
|
@@ -92,6 +92,16 @@ export namespace Components {
|
|
92
92
|
"toggleCheckedState": (newVal: boolean) => Promise<void>;
|
93
93
|
"value": string;
|
94
94
|
}
|
95
|
+
interface IfxCheckboxGroup {
|
96
|
+
"alignment": 'horizontal' | 'vertical';
|
97
|
+
"captionText": string;
|
98
|
+
"groupLabelText": string;
|
99
|
+
"setGroupError": (error: boolean) => Promise<void>;
|
100
|
+
"showCaption": boolean;
|
101
|
+
"showCaptionIcon": boolean;
|
102
|
+
"showGroupLabel": boolean;
|
103
|
+
"size": string;
|
104
|
+
}
|
95
105
|
interface IfxChip {
|
96
106
|
"AriaLabel": string;
|
97
107
|
"placeholder": string;
|
@@ -852,6 +862,7 @@ declare global {
|
|
852
862
|
};
|
853
863
|
interface HTMLIfxCheckboxElementEventMap {
|
854
864
|
"ifxChange": any;
|
865
|
+
"ifxError": any;
|
855
866
|
}
|
856
867
|
interface HTMLIfxCheckboxElement extends Components.IfxCheckbox, HTMLStencilElement {
|
857
868
|
addEventListener<K extends keyof HTMLIfxCheckboxElementEventMap>(type: K, listener: (this: HTMLIfxCheckboxElement, ev: IfxCheckboxCustomEvent<HTMLIfxCheckboxElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
@@ -867,6 +878,12 @@ declare global {
|
|
867
878
|
prototype: HTMLIfxCheckboxElement;
|
868
879
|
new (): HTMLIfxCheckboxElement;
|
869
880
|
};
|
881
|
+
interface HTMLIfxCheckboxGroupElement extends Components.IfxCheckboxGroup, HTMLStencilElement {
|
882
|
+
}
|
883
|
+
var HTMLIfxCheckboxGroupElement: {
|
884
|
+
prototype: HTMLIfxCheckboxGroupElement;
|
885
|
+
new (): HTMLIfxCheckboxGroupElement;
|
886
|
+
};
|
870
887
|
interface HTMLIfxChipElementEventMap {
|
871
888
|
"ifxChange": { previousSelection: Array<ChipItemSelectEvent>, currentSelection: Array<ChipItemSelectEvent>, name: string };
|
872
889
|
}
|
@@ -1639,6 +1656,7 @@ declare global {
|
|
1639
1656
|
"ifx-card-overline": HTMLIfxCardOverlineElement;
|
1640
1657
|
"ifx-card-text": HTMLIfxCardTextElement;
|
1641
1658
|
"ifx-checkbox": HTMLIfxCheckboxElement;
|
1659
|
+
"ifx-checkbox-group": HTMLIfxCheckboxGroupElement;
|
1642
1660
|
"ifx-chip": HTMLIfxChipElement;
|
1643
1661
|
"ifx-chip-item": HTMLIfxChipItemElement;
|
1644
1662
|
"ifx-content-switcher": HTMLIfxContentSwitcherElement;
|
@@ -1774,9 +1792,19 @@ declare namespace LocalJSX {
|
|
1774
1792
|
"error"?: boolean;
|
1775
1793
|
"indeterminate"?: boolean;
|
1776
1794
|
"onIfxChange"?: (event: IfxCheckboxCustomEvent<any>) => void;
|
1795
|
+
"onIfxError"?: (event: IfxCheckboxCustomEvent<any>) => void;
|
1777
1796
|
"size"?: string;
|
1778
1797
|
"value"?: string;
|
1779
1798
|
}
|
1799
|
+
interface IfxCheckboxGroup {
|
1800
|
+
"alignment"?: 'horizontal' | 'vertical';
|
1801
|
+
"captionText"?: string;
|
1802
|
+
"groupLabelText"?: string;
|
1803
|
+
"showCaption"?: boolean;
|
1804
|
+
"showCaptionIcon"?: boolean;
|
1805
|
+
"showGroupLabel"?: boolean;
|
1806
|
+
"size"?: string;
|
1807
|
+
}
|
1780
1808
|
interface IfxChip {
|
1781
1809
|
"AriaLabel"?: string;
|
1782
1810
|
"onIfxChange"?: (event: IfxChipCustomEvent<{ previousSelection: Array<ChipItemSelectEvent>, currentSelection: Array<ChipItemSelectEvent>, name: string }>) => void;
|
@@ -2256,6 +2284,7 @@ declare namespace LocalJSX {
|
|
2256
2284
|
"ifx-card-overline": IfxCardOverline;
|
2257
2285
|
"ifx-card-text": IfxCardText;
|
2258
2286
|
"ifx-checkbox": IfxCheckbox;
|
2287
|
+
"ifx-checkbox-group": IfxCheckboxGroup;
|
2259
2288
|
"ifx-chip": IfxChip;
|
2260
2289
|
"ifx-chip-item": IfxChipItem;
|
2261
2290
|
"ifx-content-switcher": IfxContentSwitcher;
|
@@ -2338,6 +2367,7 @@ declare module "@stencil/core" {
|
|
2338
2367
|
"ifx-card-overline": LocalJSX.IfxCardOverline & JSXBase.HTMLAttributes<HTMLIfxCardOverlineElement>;
|
2339
2368
|
"ifx-card-text": LocalJSX.IfxCardText & JSXBase.HTMLAttributes<HTMLIfxCardTextElement>;
|
2340
2369
|
"ifx-checkbox": LocalJSX.IfxCheckbox & JSXBase.HTMLAttributes<HTMLIfxCheckboxElement>;
|
2370
|
+
"ifx-checkbox-group": LocalJSX.IfxCheckboxGroup & JSXBase.HTMLAttributes<HTMLIfxCheckboxGroupElement>;
|
2341
2371
|
"ifx-chip": LocalJSX.IfxChip & JSXBase.HTMLAttributes<HTMLIfxChipElement>;
|
2342
2372
|
"ifx-chip-item": LocalJSX.IfxChipItem & JSXBase.HTMLAttributes<HTMLIfxChipItemElement>;
|
2343
2373
|
"ifx-content-switcher": LocalJSX.IfxContentSwitcher & JSXBase.HTMLAttributes<HTMLIfxContentSwitcherElement>;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@infineon/infineon-design-system-stencil",
|
3
|
-
"version": "31.
|
3
|
+
"version": "31.4.0--canary.1681.9592b12da32b64b6c8ace449f71e3399531ff0ae.0",
|
4
4
|
"private": false,
|
5
5
|
"description": "Infineon design system Stencil web components",
|
6
6
|
"homepage": "https://infineon.github.io/infineon-design-system-stencil",
|
@@ -1 +0,0 @@
|
|
1
|
-
{"file":"p-6d91c497.js","mappings":"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","names":[],"sources":["src/components/checkbox/checkbox.scss?tag=ifx-checkbox&encapsulation=shadow","src/components/checkbox/checkbox.tsx"],"sourcesContent":["@use \"~@infineon/design-system-tokens/dist/tokens\";\n\n:host {\n display: inline-flex;\n vertical-align: top;\n}\n\n\n.checkbox__container {\n box-sizing: border-box;\n display: inline-flex;\n flex-direction: row;\n align-items: center;\n padding: 0px;\n gap: tokens.$ifxSpace100;\n font-family: var(--ifx-font-family);\n\n & .checkbox__wrapper {\n box-sizing: border-box;\n display: flex;\n position: relative; //needs to be added for the indeterminate state of the checkbox\n justify-content: center;\n align-items: center;\n width: tokens.$ifxSize250;\n height: tokens.$ifxSize250;\n background-color: tokens.$ifxColorBaseWhite;\n border: 1px solid #575352;\n border-radius: tokens.$ifxBorderRadius12;\n flex: none;\n order: 0;\n flex-grow: 0;\n align-self: flex-start;\n\n &.checkbox-m {\n height: tokens.$ifxSize300;\n width: tokens.$ifxSize300;\n }\n\n\n &.error {\n border-color: #CD002F;\n }\n\n &:focus-visible {\n border: 1px solid #575352;\n outline: 2px solid #0A8276;\n outline-offset: 2px;\n }\n\n &:hover {\n background-color: #EEEDED;\n border: 1px solid #575352;\n border-radius: tokens.$ifxBorderRadius12;\n flex: none;\n order: 0;\n flex-grow: 0;\n }\n\n &.disabled {\n background-color: #BFBBBB;\n border-color: #BFBBBB;\n border-radius: tokens.$ifxBorderRadius12;\n flex: none;\n order: 0;\n flex-grow: 0;\n }\n\n &.checked {\n background-color: #0A8276;\n border-radius: tokens.$ifxBorderRadius12;\n border-color: tokens.$ifxColorBaseTransparent;\n flex: none;\n order: 0;\n flex-grow: 0;\n color: tokens.$ifxColorBaseWhite;\n\n &.error {\n background-color: #CD002F;\n }\n\n &:focus-visible {\n border: 1px solid transparent;\n outline: 2px solid #0A8276;\n outline-offset: 2px;\n }\n\n &:hover {\n background-color: #08665C;\n border-radius: tokens.$ifxBorderRadius12;\n flex: none;\n order: 0;\n flex-grow: 0;\n }\n\n &.disabled {\n background: #BFBBBB;\n border-radius: tokens.$ifxBorderRadius12;\n flex: none;\n order: 0;\n flex-grow: 0;\n }\n }\n\n &.indeterminate {\n &:before {\n content: \"\";\n display: block;\n width: 70%; // Adjust as needed for the width of the minus sign\n height: 2px; // Adjust for thickness of the minus sign\n background-color: #08665C; // Color of the minus sign\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n }\n }\n\n }\n\n & .label {\n font-style: normal;\n font-weight: 400;\n font-size: tokens.$ifxFontSizeS;\n line-height: tokens.$ifxLineHeightS;\n color: tokens.$ifxColorBaseBlack;\n overflow-wrap: break-word;\n word-wrap: break-word;\n word-break: break-all;\n max-width: 100%;\n\n &.label-m {\n font-size: tokens.$ifxFontSizeM;\n line-height: tokens.$ifxLineHeightM;\n }\n\n &.disabled {\n color: #BFBBBB;\n }\n }\n\n & .checkbox__wrapper,\n & .label {\n &:hover {\n cursor: pointer;\n }\n }\n\n}","import { Component, h, Prop, Element, State, Event, EventEmitter, Watch, Method, AttachInternals } from '@stencil/core';\n \n\n@Component({\n tag: 'ifx-checkbox',\n styleUrl: 'checkbox.scss',\n shadow: true,\n formAssociated: true\n})\n\nexport class Checkbox {\n private inputElement: HTMLInputElement;\n\n @Element() el;\n @Prop() disabled: boolean = false;\n @Prop() checked: boolean = false;\n @Prop() error: boolean = false;\n @Prop() size: string = 'm';\n @Prop() indeterminate: boolean = false;\n @Prop() value: string;\n @State() internalChecked: boolean;\n @State() internalIndeterminate: boolean;\n\n @AttachInternals() internals: ElementInternals;\n\n @Event({ bubbles: true, composed: true }) ifxChange: EventEmitter;\n\n handleCheckbox() {\n if (!this.disabled) {\n if (this.inputElement.indeterminate) {\n this.internalChecked = true;\n this.internalIndeterminate = false;\n } else {\n this.internalChecked = !this.internalChecked;\n }\n \n if (this.internalChecked) {\n if (this.value !== undefined) {\n this.internals.setFormValue(this.value);\n } else {\n this.internals.setFormValue(\"on\")\n }\n } else {\n this.internals.setFormValue(null)\n }\n this.ifxChange.emit(this.internalChecked);\n }\n }\n\n @Method()\n async isChecked(): Promise<boolean> {\n return this.internalChecked;\n }\n\n @Method()\n async toggleCheckedState(newVal: boolean) {\n this.internalChecked = newVal;\n }\n\n @Watch('checked')\n valueChanged(newValue: boolean, oldValue: boolean) {\n if (newValue !== oldValue) {\n this.internalChecked = newValue;\n this.inputElement.checked = this.internalChecked; // update the checkbox's checked property\n }\n }\n\n\n @Watch('indeterminate')\n indeterminateChanged(newValue: boolean, oldValue: boolean) {\n if (newValue !== oldValue) {\n this.internalIndeterminate = newValue;\n this.inputElement.indeterminate = this.internalIndeterminate; // update the checkbox's indeterminate property\n }\n }\n\n handleKeydown(event) {\n // Keycode 32 corresponds to the Space key, 13 corresponds to the Enter key\n if (event.keyCode === 32 || event.keyCode === 13) {\n this.handleCheckbox();\n event.preventDefault(); // prevent the default action when space or enter is pressed\n }\n }\n\n componentWillLoad() {\n this.internalChecked = this.checked;\n this.internalIndeterminate = this.indeterminate;\n }\n\n componentDidRender() {\n this.inputElement.indeterminate = this.internalIndeterminate;\n }\n\n\n /**\n * Callback for form association.\n * Called whenever the form is reset.\n */\n formResetCallback() {\n this.internals.setFormValue(null);\n }\n\n getCheckedClassName() {\n if (this.error) {\n if (this.internalChecked) {\n return \"checked error\"\n } else {\n return \"error\"\n }\n } else if (this.internalChecked) {\n return \"checked\";\n } else return \"\"\n }\n\n render() {\n const slot = this.el.innerHTML;\n let hasSlot = false;\n\n if (slot) {\n hasSlot = true;\n }\n\n return (\n <div class=\"checkbox__container\">\n <input\n type=\"checkbox\"\n hidden\n ref={(el) => (this.inputElement = el)}\n checked={this.internalChecked}\n onChange={this.handleCheckbox.bind(this)} // Listen for changes here\n id='checkbox'\n value={`${this.value}`}\n disabled={this.disabled ? true : undefined}\n />\n\n <div\n tabindex=\"0\"\n onClick={this.handleCheckbox.bind(this)}\n onKeyDown={this.handleKeydown.bind(this)}\n role=\"checkbox\"\n aria-checked={this.indeterminate ? 'mixed' : this.internalChecked.toString()}\n aria-disabled={this.disabled}\n aria-labelledby=\"label\"\n class={`checkbox__wrapper \n ${this.getCheckedClassName()}\n ${this.size === \"m\" ? \"checkbox-m\" : \"\"}\n ${this.indeterminate ? 'indeterminate' : \"\"}\n ${this.disabled ? 'disabled' : \"\"}`}\n >\n {this.internalChecked && <ifx-icon icon=\"check-12\" aria-hidden=\"true\"></ifx-icon>}\n </div>\n {hasSlot &&\n <div id=\"label\" class={`label ${this.size === \"m\" ? \"label-m\" : \"\"} ${this.disabled ? 'disabled' : \"\"} `} onClick={this.handleCheckbox.bind(this)}>\n <slot />\n </div>}\n </div>\n );\n }\n}\n"],"version":3}
|
@@ -1,2 +0,0 @@
|
|
1
|
-
import{r as e,c,h as i,g as t}from"./p-c808c7d2.js";const s=':root{--ifx-font-family:"Source Sans 3";font-family:var(--ifx-font-family, sans-serif)}:host{display:inline-block;user-select:none}.container{display:flex;flex-direction:row;align-items:center}.container.gap{gap:16px}.switch__checkbox-container{padding:4px;display:flex;align-items:center;position:relative;width:32px;height:16px;background-color:#FFFFFF;border:1px solid #575352;border-radius:20px;cursor:pointer;transition:background-color 0.3s ease;outline:none}.switch__checkbox-container:focus{outline:4px solid #0A8276;outline-offset:2px}.switch__checkbox-container:focus:not(:focus-visible){outline:none}.switch__checkbox-container:focus-visible{outline:2px solid #0A8276;outline-offset:2px}.switch__checkbox-container.disabled{cursor:default;border-color:#BFBBBB}.switch__label-wrapper label:hover{cursor:pointer}.switch__label-wrapper.disabled{color:#BFBBBB}.switch__checkbox-wrapper .switch{width:16px;height:16px;background-color:#575352;border-radius:50%;transition:transform 0.3s ease, background-color 0.3s ease}.switch__checkbox-wrapper .switch.disabled{background-color:#BFBBBB;border-color:#BFBBBB;cursor:default}.switch__checkbox-wrapper .switch.checked{transform:translateX(16px);background-color:#FFFFFF}.switch__checkbox-wrapper .switch.checked.disabled{cursor:default}.switch__checkbox-container:hover .toggle-switch{box-shadow:0 0 5px rgba(0, 0, 0, 0.2)}.switch__checkbox-container.checked{background-color:#0A8276;border-color:#0A8276}.switch__checkbox-container.checked.disabled{background-color:#BFBBBB;border-color:#BFBBBB;cursor:default}';const o=s;const a=class{constructor(i){e(this,i);this.ifxChange=c(this,"ifxChange",7);if(i.$hostElement$["s-ei"]){this.internals=i.$hostElement$["s-ei"]}else{this.internals=i.$hostElement$.attachInternals();i.$hostElement$["s-ei"]=this.internals}this.checked=false;this.name="";this.disabled=false;this.internalChecked=false}async isChecked(){return this.internalChecked}componentWillLoad(){this.internalChecked=this.checked}toggleLabelGap(){const e=this.el.shadowRoot.querySelector("slot");const c=this.el.shadowRoot.querySelector(".container");if(e.assignedNodes().length){c.classList.add("gap")}else{c.classList.remove("gap")}}componentDidLoad(){this.toggleLabelGap()}valueChanged(e,c){if(e!==c){this.internalChecked=e}}toggleSwitch(){if(this.disabled)return;this.internalChecked=!this.internalChecked;if(this.internalChecked){if(this.value!==undefined){this.internals.setFormValue(this.value)}else{this.internals.setFormValue("on")}}else{this.internals.setFormValue(null)}this.ifxChange.emit(this.internalChecked)}handleKeyDown(e){if(this.disabled)return;if(e.key==="Enter"||e.key===" "){this.toggleSwitch()}}formResetCallback(){this.internals.setFormValue(null)}render(){return i("div",{key:"7e20607f16e9fcd47e30f1b851d5dddbaf90514a",class:"container",role:"switch","aria-checked":this.internalChecked?"true":"false","aria-label":this.name,onClick:()=>this.toggleSwitch(),onKeyDown:e=>this.handleKeyDown(e)},i("div",{key:"1154186734d042176d5d5843650b0cde4890be4c",class:`switch__checkbox-container ${this.internalChecked?"checked":""} ${this.disabled?"disabled":""}`,tabindex:"0"},i("div",{key:"b495c8cd62b3bd6a577f9942ddb88f7dbbc7ae29",class:"switch__checkbox-wrapper"},i("input",{key:"ba68653e86a3f801a77766625c2f303ba7098c9f",type:"checkbox",hidden:true,name:this.name,disabled:this.disabled,checked:this.internalChecked,value:`${this.value}`}),i("div",{key:"925e50cb39c9cdbef596db82a3f079471c7ef4fb",class:`switch ${this.internalChecked?"checked":""} ${this.disabled?"disabled":""}`}))),i("div",{key:"724eb84c9b3994d60339162392fe7df7a5dee5fe",class:`switch__label-wrapper ${this.disabled?"disabled":""}`},i("label",{key:"81b1b498725340c17cf069502fa4befcc8a3697b",htmlFor:"switch"},i("slot",{key:"3b3800a830e33c76a86adac325ba2cf6e57ecd44",onSlotchange:()=>this.toggleLabelGap()}))))}static get formAssociated(){return true}get el(){return t(this)}static get watchers(){return{checked:["valueChanged"]}}};a.style=o;export{a as ifx_switch};
|
2
|
-
//# sourceMappingURL=p-025924da.entry.js.map
|
@@ -1,2 +0,0 @@
|
|
1
|
-
import{r as i,c as t,h as e,g as o}from"./p-c808c7d2.js";const s=":host{position:relative;z-index:1000}.dropdown-menu{display:none;visibility:hidden;flex-direction:column;width:224px;max-height:289px;min-width:224px;overflow-y:auto;background:#FFFFFF;box-shadow:0px 6px 9px 0px rgba(29, 29, 29, 0.1019607843);border:1px solid #EEEDED;padding:8px 0px;font-family:var(--ifx-font-family)}.dropdown-menu.small{max-height:266px;max-width:186px;overflow-y:auto}.dropdown-menu.hideTopPadding{padding-top:0px}.dropdown-menu.show{display:flex;visibility:visible}";const d=s;const n=class{constructor(e){i(this,e);this.menuSize=t(this,"menuSize",7);this.ifxDropdownMenuItem=t(this,"ifxDropdownMenuItem",7);this.isOpen=false;this.size="l";this.hideTopPadding=false;this.filteredItems=[]}handleMenuFilter(i){const t=i.detail;this.filterDropdownItems(t)}handleDropdownItemValueEmission(i){this.ifxDropdownMenuItem.emit(i.detail)}filterDropdownItems(i){const t=Array.from(this.el.querySelectorAll("ifx-dropdown-item"));let e,o;let s=i.toUpperCase();for(let i=0;i<t.length;i++){e=t[i];o=e.textContent||e.innerText;if(o.toUpperCase().indexOf(s)>-1){e.setAttribute("hide",false)}else{e.setAttribute("hide",true)}}}componentWillUpdate(){this.menuSize.emit(this.size)}componentWillLoad(){this.filteredItems=Array.from(this.el.querySelectorAll("ifx-dropdown-item"));const i=this.el.querySelector("ifx-search-field");const t=this.el.querySelector("ifx-dropdown-header");if(i||t){this.hideTopPadding=true}else this.hideTopPadding=false}render(){return e("div",{key:"6a0875682a7dbdf9734794347bd64148b4f2c8b5",class:`dropdown-menu \n ${this.isOpen?"show":""} \n ${this.hideTopPadding?"hideTopPadding":""}\n ${this.size==="s"?"small":""}`},e("slot",{key:"0a89ee2b042f28395f977172d003575b1d080611"}))}get el(){return o(this)}};n.style=d;export{n as ifx_dropdown_menu};
|
2
|
-
//# sourceMappingURL=p-2fac384a.entry.js.map
|
@@ -1,2 +0,0 @@
|
|
1
|
-
import{r as a,h as o}from"./p-c808c7d2.js";const e=':root{--ifx-font-family:"Source Sans 3";font-family:var(--ifx-font-family, sans-serif)}.dropdown-header{display:flex;padding:8px 16px;align-items:center;gap:8px;align-self:stretch;border-bottom:1px solid #EEEDED;font-family:var(--ifx-font-family)}.dropdown-header span{color:#575352;font-family:var(--ifx-font-family);font-size:14px;font-style:normal;font-weight:400;line-height:20px;}';const d=e;const f=class{constructor(o){a(this,o)}render(){return o("div",{key:"b42dc08dabda81dd0e8e604d07c8409686a5f0fd",class:"dropdown-header"},o("span",{key:"9f699e2874688216d23da95c3b96d78caad78695"},o("slot",{key:"f8b69b6e6840fcc1c8f3b877a9361e192a1d76a0"})))}};f.style=d;export{f as ifx_dropdown_header};
|
2
|
-
//# sourceMappingURL=p-332afce9.entry.js.map
|
@@ -1,2 +0,0 @@
|
|
1
|
-
import{r,h as o}from"./p-c808c7d2.js";const c=".dropdown-separator{height:1px;background-color:#EEEDED;margin:8px 16px}";const s=c;const a=class{constructor(o){r(this,o)}render(){return o("div",{key:"2c7435f309112c640c3ff68a244d3c663ceb5b7a",class:"dropdown-separator"})}};a.style=s;export{a as ifx_dropdown_separator};
|
2
|
-
//# sourceMappingURL=p-5031d738.entry.js.map
|
@@ -1,2 +0,0 @@
|
|
1
|
-
import{r as t,c as s,h as c,g as e}from"./p-c808c7d2.js";const a=":host{display:block}";const o=a;const r=class{constructor(c){t(this,c);this.tabHeaderChange=s(this,"tabHeaderChange",7);this.icon="";this.iconPosition="left"}componentWillUpdate(){this.tabHeaderChange.emit(this.header)}render(){return c("slot",{key:"68fdfaa881c7619f208c32bf8f1ec579997fc7cf"})}get el(){return e(this)}};r.style=o;export{r as ifx_tab};
|
2
|
-
//# sourceMappingURL=p-59888005.entry.js.map
|
@@ -1,2 +0,0 @@
|
|
1
|
-
import{r,h as s}from"./p-c808c7d2.js";const o=":host{display:inline-block;cursor:pointer}";const c=o;const e=class{constructor(s){r(this,s);this.isOpen=false}render(){return s("slot",{key:"3e51ceb827b5c52cb850e6433d3235e9400fe5c0"})}};e.style=c;export{e as ifx_dropdown_trigger};
|
2
|
-
//# sourceMappingURL=p-5b444517.entry.js.map
|
@@ -1,2 +0,0 @@
|
|
1
|
-
import{r as t,h as s}from"./p-c808c7d2.js";const o=":host{display:inline-block}.rotate{transition:transform 0.2s ease-in-out;transform:rotate(-180deg);margin-top:0em}.icon{margin-top:0em;transition:transform 0.2s ease-in-out}";const i=o;const a=class{constructor(s){t(this,s);this.isOpen=false;this.theme="default";this.size="m";this.hideArrow=false}render(){return s("ifx-button",{key:"4dc468fdf8211511a97d58441059b0ca44bb880c",variant:this.variant,theme:this.theme,size:this.size,disabled:this.disabled,class:"dropdown-trigger-button"},s("slot",{key:"5e77a7b367905623309508c784233784685caf94"}),!this.hideArrow&&s("ifx-icon",{key:"c60c753f1d57a4ab819a680c48fa1664704dc42b",icon:"chevron-down-12",class:`icon${this.isOpen?" rotate":""}`}))}};a.style=i;export{a as ifx_dropdown_trigger_button};
|
2
|
-
//# sourceMappingURL=p-d1efcac6.entry.js.map
|