@infineon/infineon-design-system-stencil 33.1.1--canary.1804.4db5a203a5155eeaa530f6fcf69f064532731762.0 → 33.1.1--canary.1824.75b5030250f4474f2c947b6e8dc7055bdc915c43.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-chip_3.cjs.entry.js +1 -1
- package/dist/cjs/ifx-faq.cjs.entry.js +1 -1
- package/dist/cjs/ifx-file-upload.cjs.entry.js +322 -0
- package/dist/cjs/ifx-file-upload.cjs.entry.js.map +1 -0
- 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 +5 -5
- 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-group.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 +1 -1
- package/dist/cjs/ifx-tooltip.cjs.entry.js +4 -4
- package/dist/cjs/index-c9480f70.js +12 -8
- 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/file-upload/file-upload.css +144 -0
- package/dist/collection/components/file-upload/file-upload.js +749 -0
- package/dist/collection/components/file-upload/file-upload.js.map +1 -0
- package/dist/collection/components/file-upload/file-upload.stories.js +144 -0
- package/dist/collection/components/file-upload/file-upload.stories.js.map +1 -0
- 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 +5 -5
- 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/radio-button-group/radio-button-group.js +1 -1
- 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 +1 -1
- 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.js +1 -1
- 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-date-picker.js +1 -1
- package/dist/components/ifx-download.js +1 -1
- package/dist/components/ifx-dropdown-item.js +1 -1
- package/dist/components/ifx-dropdown-trigger-button.js +1 -1
- package/dist/components/ifx-faq.js +3 -3
- package/dist/components/ifx-file-upload.d.ts +11 -0
- package/dist/components/ifx-file-upload.js +377 -0
- package/dist/components/ifx-file-upload.js.map +1 -0
- 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 +7 -7
- 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 -49
- package/dist/components/ifx-progress-bar.js.map +1 -1
- package/dist/components/ifx-radio-button-group.js +2 -2
- 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 +5 -5
- 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 +1 -1
- package/dist/components/ifx-tooltip.js +5 -5
- package/dist/components/{p-07bb50b8.js → p-05c79468.js} +6 -6
- package/dist/components/{p-07bb50b8.js.map → p-05c79468.js.map} +1 -1
- package/dist/components/{p-519cb249.js → p-0e277223.js} +3 -3
- package/dist/components/{p-519cb249.js.map → p-0e277223.js.map} +1 -1
- package/dist/components/{p-47b9635d.js → p-1678fee6.js} +3 -3
- package/dist/components/{p-47b9635d.js.map → p-1678fee6.js.map} +1 -1
- package/dist/components/{p-493b7a31.js → p-18b340af.js} +2 -2
- package/dist/components/{p-493b7a31.js.map → p-18b340af.js.map} +1 -1
- package/dist/components/{p-94e019a6.js → p-2bc9826e.js} +2 -2
- package/dist/components/{p-94e019a6.js.map → p-2bc9826e.js.map} +1 -1
- package/dist/components/{p-f579ea93.js → p-2c77bbe2.js} +6 -6
- package/dist/components/{p-f579ea93.js.map → p-2c77bbe2.js.map} +1 -1
- package/dist/components/{p-e7551b24.js → p-35d83f23.js} +2 -2
- package/dist/components/{p-e7551b24.js.map → p-35d83f23.js.map} +1 -1
- package/dist/components/{p-58a0ff65.js → p-461cf021.js} +3 -3
- package/dist/components/{p-58a0ff65.js.map → p-461cf021.js.map} +1 -1
- package/dist/components/{p-eadd0c22.js → p-48f52e18.js} +3 -3
- package/dist/components/{p-eadd0c22.js.map → p-48f52e18.js.map} +1 -1
- package/dist/components/{p-4ac265d2.js → p-846923e6.js} +2 -2
- package/dist/components/{p-4ac265d2.js.map → p-846923e6.js.map} +1 -1
- package/dist/components/{p-03acdbd0.js → p-9306088d.js} +2 -2
- package/dist/components/{p-03acdbd0.js.map → p-9306088d.js.map} +1 -1
- package/dist/components/{p-107fafa0.js → p-ab514a04.js} +5 -5
- package/dist/components/{p-107fafa0.js.map → p-ab514a04.js.map} +1 -1
- package/dist/components/{p-1718b5a9.js → p-bef5241a.js} +4 -4
- package/dist/components/{p-1718b5a9.js.map → p-bef5241a.js.map} +1 -1
- package/dist/components/{p-02830916.js → p-ccc83a43.js} +2 -2
- package/dist/components/{p-02830916.js.map → p-ccc83a43.js.map} +1 -1
- package/dist/components/{p-5853aeb8.js → p-cd9e4789.js} +3 -3
- package/dist/components/{p-5853aeb8.js.map → p-cd9e4789.js.map} +1 -1
- package/dist/components/p-cf1e2d94.js +53 -0
- package/dist/components/p-cf1e2d94.js.map +1 -0
- package/dist/components/{p-b024aa08.js → p-d1985f77.js} +3 -3
- package/dist/components/{p-b024aa08.js.map → p-d1985f77.js.map} +1 -1
- package/dist/components/{p-bf2666f8.js → p-fa58a72c.js} +5 -5
- package/dist/components/{p-bf2666f8.js.map → p-fa58a72c.js.map} +1 -1
- package/dist/components/{p-3954dc5f.js → p-fc183f8e.js} +3 -3
- package/dist/components/{p-3954dc5f.js.map → p-fc183f8e.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-chip_3.entry.js +1 -1
- package/dist/esm/ifx-faq.entry.js +1 -1
- package/dist/esm/ifx-file-upload.entry.js +318 -0
- package/dist/esm/ifx-file-upload.entry.js.map +1 -0
- 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 +5 -5
- 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-group.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 +1 -1
- package/dist/esm/ifx-tooltip.entry.js +4 -4
- package/dist/esm/index-c77e25a0.js +12 -8
- 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-021719f5.entry.js +2 -0
- package/dist/infineon-design-system-stencil/{p-e57f8890.entry.js → p-0306ed65.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-37e75e7c.entry.js → p-051f1f75.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-711d5051.entry.js → p-08ded326.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-67c63b48.entry.js → p-0be5bec9.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-95b48437.entry.js → p-13e47c02.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-68b06d9b.entry.js → p-1c80700d.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-1dbd5a8f.entry.js +2 -0
- package/dist/infineon-design-system-stencil/{p-8b21a331.entry.js → p-2170ccf1.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-1de4f93c.entry.js → p-31f3dba0.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-9feda3ff.entry.js → p-38a17a09.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-7abdbf1f.entry.js → p-38fd172b.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-a06f2543.entry.js → p-3d4c474f.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-a0d570a0.entry.js → p-3f5e136b.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-42234c99.entry.js +2 -0
- package/dist/infineon-design-system-stencil/{p-33b93a7c.entry.js → p-42964c5d.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-ecc58519.entry.js → p-44ffa393.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-5ba50092.entry.js → p-474b0bda.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-14b4d7f0.entry.js → p-51c067b1.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-e447fb1f.entry.js → p-534ef91b.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-3c039adc.entry.js → p-54d98fa9.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-582970ed.entry.js +2 -0
- package/dist/infineon-design-system-stencil/{p-1abbcdbc.entry.js → p-5bc7c9cc.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-5bef967e.entry.js +2 -0
- package/dist/infineon-design-system-stencil/p-5bef967e.entry.js.map +1 -0
- package/dist/infineon-design-system-stencil/{p-d08d3dd7.entry.js → p-5e300ee5.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-5536a9c8.entry.js → p-63679e7a.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-f99f62ec.entry.js → p-68f13949.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-1fca1eb2.entry.js → p-7103bb15.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-86ba198c.entry.js → p-81391688.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-dc49f3c8.entry.js → p-8319c8c5.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-6ee1b4e7.entry.js → p-89f8f8c7.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-a8eb23b6.entry.js → p-99a53e43.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-48ea6a67.entry.js → p-acf32338.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-58af50fc.entry.js → p-ad24c623.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-6b9ecace.entry.js → p-af1d9944.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-500f71cc.entry.js → p-bbc83759.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-bdb0e937.entry.js +2 -0
- package/dist/infineon-design-system-stencil/{p-e2d0ad64.entry.js → p-be9c2a02.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-59fb1317.entry.js → p-c950abaf.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-d30f4aed.entry.js → p-ca42aecb.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-b7057914.entry.js → p-ce55b323.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-b63754ff.entry.js → p-d097a48f.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-9e413f66.entry.js → p-d4a4c134.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-9fabb3bc.entry.js → p-d66fc7fa.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-e54766be.entry.js +2 -0
- package/dist/infineon-design-system-stencil/{p-8a0b4540.entry.js → p-e6f4865a.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-edf98dc3.entry.js +2 -0
- package/dist/types/components/file-upload/file-upload.d.ts +88 -0
- package/dist/types/components/file-upload/file-upload.stories.d.ts +7 -0
- package/dist/types/components.d.ts +68 -0
- package/package.json +1 -1
- package/dist/infineon-design-system-stencil/p-00c52c84.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-1b59a7f9.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-1c19f8ce.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-65d9faca.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-6f590954.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-8dbe0add.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-e4de8215.entry.js +0 -2
- /package/dist/infineon-design-system-stencil/{p-1b59a7f9.entry.js.map → p-021719f5.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-e57f8890.entry.js.map → p-0306ed65.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-37e75e7c.entry.js.map → p-051f1f75.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-711d5051.entry.js.map → p-08ded326.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-67c63b48.entry.js.map → p-0be5bec9.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-95b48437.entry.js.map → p-13e47c02.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-68b06d9b.entry.js.map → p-1c80700d.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-00c52c84.entry.js.map → p-1dbd5a8f.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-8b21a331.entry.js.map → p-2170ccf1.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-1de4f93c.entry.js.map → p-31f3dba0.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-9feda3ff.entry.js.map → p-38a17a09.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-7abdbf1f.entry.js.map → p-38fd172b.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-a06f2543.entry.js.map → p-3d4c474f.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-a0d570a0.entry.js.map → p-3f5e136b.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-8dbe0add.entry.js.map → p-42234c99.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-33b93a7c.entry.js.map → p-42964c5d.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-ecc58519.entry.js.map → p-44ffa393.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-5ba50092.entry.js.map → p-474b0bda.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-14b4d7f0.entry.js.map → p-51c067b1.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-e447fb1f.entry.js.map → p-534ef91b.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-3c039adc.entry.js.map → p-54d98fa9.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-e4de8215.entry.js.map → p-582970ed.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-1abbcdbc.entry.js.map → p-5bc7c9cc.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-d08d3dd7.entry.js.map → p-5e300ee5.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-5536a9c8.entry.js.map → p-63679e7a.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-f99f62ec.entry.js.map → p-68f13949.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-1fca1eb2.entry.js.map → p-7103bb15.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-86ba198c.entry.js.map → p-81391688.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-dc49f3c8.entry.js.map → p-8319c8c5.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-6ee1b4e7.entry.js.map → p-89f8f8c7.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-a8eb23b6.entry.js.map → p-99a53e43.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-48ea6a67.entry.js.map → p-acf32338.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-58af50fc.entry.js.map → p-ad24c623.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-6b9ecace.entry.js.map → p-af1d9944.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-500f71cc.entry.js.map → p-bbc83759.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-65d9faca.entry.js.map → p-bdb0e937.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-e2d0ad64.entry.js.map → p-be9c2a02.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-59fb1317.entry.js.map → p-c950abaf.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-d30f4aed.entry.js.map → p-ca42aecb.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-b7057914.entry.js.map → p-ce55b323.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-b63754ff.entry.js.map → p-d097a48f.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-9e413f66.entry.js.map → p-d4a4c134.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-9fabb3bc.entry.js.map → p-d66fc7fa.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-1c19f8ce.entry.js.map → p-e54766be.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-8a0b4540.entry.js.map → p-e6f4865a.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-6f590954.entry.js.map → p-edf98dc3.entry.js.map} +0 -0
@@ -148,7 +148,7 @@ export class Pagination {
|
|
148
148
|
this.initPagination(paginationElement);
|
149
149
|
}
|
150
150
|
render() {
|
151
|
-
return (h("div", { key: '
|
151
|
+
return (h("div", { key: '047acbff50fc5a5675d6f6d8a603c7e252d6b39c', "aria-label": 'a pagination', "aria-value": this.currentPage, class: "container" }, h("div", { key: 'a3b268b9c31899907cb3482fe85ce07fea1f41cd', class: 'items__per-page-wrapper' }, h("div", { key: 'f656c2de9e56caa9c5cc65f2a77246417bc8299c', class: 'items__per-page-label' }, "Results per Page"), h("div", { key: '709b4cdf496caf104e9e7b9c8536a1e91acd7347', class: 'items__per-page-field' }, h("ifx-select", { key: 'ba80a030e442f779174a2550fdcdc4caa90004a1', value: 'undefined', size: 's', placeholder: 'false', "show-search": 'false', "search-placeholder-value": 'Search...', disabled: false, error: false, "error-message": 'Error', label: '', "placeholder-value": 'Placeholder', options: this.filteredItemsPerPage }))), h("div", { key: '90de785f8a6b820dc8c637130c04c1bb2a15040c', class: 'items__total-wrapper' }, h("div", { key: '70a345e2ef50adbf50fcde5b904c52e233ccaf73', class: 'page__numbers-wrapper' }, h("div", { key: '9f8a403786df3e3b9cc762dc2c4a37daabf5d37d', class: "pagination" }, h("ifx-icon-button", { key: '81dba532c99afd848ab49029bc8dd20d17a766f1', variant: 'secondary', class: "prev", color: 'primary', icon: 'arrow-left-24' }), h("ol", { key: 'e0275ab45d41f17523fd44da14ac0183f35c0047' }, this.numberOfPages.map((item) => h("li", { class: `${this.internalPage === item ? 'active' : ""}` }, h("a", { href: undefined }, item)))), h("ifx-icon-button", { key: 'f12af4914fecb3e2fbea69d2a37ef5638fa8ecea', class: "next", variant: 'secondary', color: 'primary', icon: 'arrow-right-24' }))))));
|
152
152
|
}
|
153
153
|
static get is() { return "ifx-pagination"; }
|
154
154
|
static get encapsulation() { return "shadow"; }
|
@@ -13,7 +13,7 @@ export class ProgressBar {
|
|
13
13
|
this.internalValue = this.value;
|
14
14
|
}
|
15
15
|
render() {
|
16
|
-
return (h("div", { key: '
|
16
|
+
return (h("div", { key: '64f507df1eac5c53bd7d63fe189fbf56dc709c84', "aria-label": 'a progress bar', "aria-value": this.value, class: `progress-bar ${this.size}` }, h("div", { key: '4c5ad2468ad886bcdfb82b5bccf89ca7d12a92f4', class: "progress", style: { width: `${this.internalValue}%` } }, this.showLabel && this.size !== "s" && this.internalValue !== 0 && h("span", { key: 'dba659058f24981db9abd33f127a02ded4ae22b4', class: "label" }, `${this.internalValue}%`))));
|
17
17
|
}
|
18
18
|
static get is() { return "ifx-progress-bar"; }
|
19
19
|
static get encapsulation() { return "shadow"; }
|
@@ -87,10 +87,10 @@ export class RadioButton {
|
|
87
87
|
}
|
88
88
|
}
|
89
89
|
render() {
|
90
|
-
return (h("div", { key: '
|
90
|
+
return (h("div", { key: 'fb96cb8ec773d535c899a67b95367b9a41e9972e', role: "radio", "aria-checked": String(this.internalChecked), "aria-disabled": String(this.disabled), class: `radioButton__container ${this.size} ${this.disabled ? 'disabled' : ''}`, onClick: (e) => this.handleRadioButtonClick(e), tabindex: this.disabled ? -1 : 0 }, h("div", { key: 'aab931a5d17633db56b1427041441d59c17b9bca', class: `radioButton__wrapper
|
91
91
|
${this.internalChecked ? 'checked' : ''}
|
92
92
|
${this.disabled ? 'disabled' : ''}
|
93
|
-
${this.error ? 'error' : ''}` }, this.internalChecked && h("div", { key: '
|
93
|
+
${this.error ? 'error' : ''}` }, this.internalChecked && h("div", { key: '070abfb34203284052a23b123cacc902b6ec1b54', class: "radioButton__wrapper-mark" })), this.hasSlot && (h("div", { key: '029b22757a26ef835972e66f62c4bab458c495a1', class: `label ${this.size === "m" ? "label-m" : ""} ${this.disabled ? 'disabled' : ''}` }, h("slot", { key: '39ffad71bc767b82b98addecef6a95a5939b6e0c' }))), h("input", { key: '296c33ab1446e723d92d00c21fe91abb36461b87', type: "radio", hidden: true, ref: el => this.inputElement = el, name: this.name, value: this.value, checked: this.internalChecked, disabled: this.disabled, onClick: (e) => e.stopPropagation() })));
|
94
94
|
}
|
95
95
|
static get is() { return "ifx-radio-button"; }
|
96
96
|
static get encapsulation() { return "shadow"; }
|
@@ -40,7 +40,7 @@ export class RadioButtonGroup {
|
|
40
40
|
this.hasErrors = Array.from(this.errorStates.values()).some((error) => error);
|
41
41
|
}
|
42
42
|
render() {
|
43
|
-
return (h("div", { key: '
|
43
|
+
return (h("div", { key: '86189849ec52df99ab0d994016ec346e366125bd', class: 'radio-button-group-container' }, this.showGroupLabel ? h("div", { class: 'group-label' }, this.groupLabelText, " *") : '', h("div", { key: 'bcfebaea120d43a15f3a3384b3b66513c3fc9d81', class: `radio-button-group ${this.alignment} ${this.size}` }, h("slot", { key: '1b8d66770b3e86f74f7db221885aa5010c3fe340', onSlotchange: this.handleSlotChange })), this.showCaption ? (h("div", { class: `caption ${this.hasErrors ? 'error' : 'default'}` }, this.showCaptionIcon ? h("div", { class: 'caption-icon' }, h("ifx-icon", { icon: "c-info-16" })) : '', h("div", { class: 'caption-text' }, this.captionText))) : ''));
|
44
44
|
}
|
45
45
|
static get is() { return "ifx-radio-button-group"; }
|
46
46
|
static get encapsulation() { return "shadow"; }
|
@@ -30,7 +30,7 @@ export class SearchBar {
|
|
30
30
|
this.value = event.detail;
|
31
31
|
}
|
32
32
|
render() {
|
33
|
-
return (h("div", { key: '
|
33
|
+
return (h("div", { key: 'a55d4e65246eea46fddc5552b82baaee3a5d5145', "aria-label": 'a search bar', "aria-disabled": this.disabled, class: `search-bar ${this.internalState ? 'open' : 'closed'}` }, this.internalState ? (h("div", { class: "search-bar-wrapper" }, h("ifx-search-field", { autocomplete: this.autocomplete, disabled: this.disabled, value: this.value, maxlength: this.maxlength, onIfxInput: this.handleInput.bind(this) }, h("ifx-icon", { icon: "search-16", slot: "search-icon" })), h("a", { tabindex: "-1", href: 'javascript:void(0)', onClick: this.handleCloseButton }, "Close"))) : (h("div", { class: "search-bar__icon-wrapper", onClick: this.handleCloseButton }, h("ifx-icon", { icon: "search-16" })))));
|
34
34
|
}
|
35
35
|
static get is() { return "ifx-search-bar"; }
|
36
36
|
static get encapsulation() { return "shadow"; }
|
@@ -46,7 +46,7 @@ export class SearchField {
|
|
46
46
|
this.showDeleteIconInternalState = false;
|
47
47
|
}
|
48
48
|
render() {
|
49
|
-
return (h("div", { key: '
|
49
|
+
return (h("div", { key: 'f7e39651b1113f8344bc93a4675b2a67413bd4aa', "aria-label": "a search field for user input", "aria-disabled": this.disabled, "aria-value": this.value, class: 'search-field' }, h("div", { key: 'db17b6f0444655ca36f1c45e5ab2e6087059da72', class: this.getWrapperClassNames(), tabindex: 1, onFocus: () => this.focusInput(), onClick: () => this.focusInput() }, h("ifx-icon", { key: '6bd37c551588c707c8ea5e3df755b0a1acc4c120', icon: "search-16", class: "search-icon" }), h("input", { key: 'a5b176c77b7822a41e932aea15245f1f88e48db3', ref: (el) => (this.inputElement = el), type: "text", autocomplete: this.autocomplete, onInput: () => this.handleInput(), placeholder: this.placeholder, disabled: this.disabled, maxlength: this.maxlength, value: this.value }), this.showDeleteIcon && this.showDeleteIconInternalState ? (h("ifx-icon", { icon: "cremove16", class: "delete-icon", onClick: this.handleDelete })) : null)));
|
50
50
|
}
|
51
51
|
getSizeClass() {
|
52
52
|
return `${this.size}` === "s"
|
@@ -18,7 +18,7 @@ export class Segment {
|
|
18
18
|
}
|
19
19
|
}
|
20
20
|
render() {
|
21
|
-
return (h("div", { key: '
|
21
|
+
return (h("div", { key: 'b0e0c3be590edbecf7957839802f5f3fbecb4c00', class: `segment ${this.selected ? 'segment--selected' : ''}`, tabIndex: 0, onClick: () => { this.handleSegmentClick(); }, onKeyDown: (e) => { this.handleSegmentKeyDown(e); } }, h("ifx-icon", { key: '395449d5d173dcd61de6cd62fc1d494854c3172d', icon: this.icon }), " ", h("slot", { key: '8ef28870e7585df49a38f7d7525a0b21832f2dda' })));
|
22
22
|
}
|
23
23
|
static get is() { return "ifx-segment"; }
|
24
24
|
static get encapsulation() { return "shadow"; }
|
@@ -62,8 +62,8 @@ export class SegmentedControl {
|
|
62
62
|
this.setActiveSegment();
|
63
63
|
}
|
64
64
|
render() {
|
65
|
-
return (h("div", { key: '
|
66
|
-
h("div", { key: '
|
65
|
+
return (h("div", { key: '485d5854ee472ee281b5f5d2265e9ca9758e67b5', "aria-value": this.selectedValue, "aria-label": 'segmented control', class: 'group' }, h("div", { key: '688f90f36efb36beebd5c3b2d584c5ebbef37ba9', class: 'group__label' }, this.label.trim()), h("div", { key: '7eb4812bcf09729220a5e4816b3a90038b738c74', class: 'group__controls' }, h("slot", { key: '500001ba964000357ea760e7238f96efc5c00b30' })), this.caption.trim() &&
|
66
|
+
h("div", { key: '0064cafed88e72a7bc9bf0d28d168dbfc9a95e67', class: 'group__caption' }, h("ifx-icon", { key: '190548d6635d7d341d3a755aeef79abdfde3ac14', icon: 'cinfo16' }), " ", this.caption.trim())));
|
67
67
|
}
|
68
68
|
componentDidRender() {
|
69
69
|
this.setSegmentSize();
|
@@ -218,9 +218,9 @@ export class Choices {
|
|
218
218
|
// destroy choices element to restore previous dom structure
|
219
219
|
// so vdom can replace the element correctly
|
220
220
|
this.destroy();
|
221
|
-
return (h("div", { key: '
|
221
|
+
return (h("div", { key: 'd1084afed1846d9318dc8197686dba20012ae2a5', class: `ifx-select-container` }, this.label ? (h("div", { class: "ifx-label-wrapper" }, h("span", null, this.label))) : null, h("div", { key: 'bf90f1b486e2b0e85adcc1ec65cf5bb1851defc3', class: `${choicesWrapperClass}
|
222
222
|
${this.disabled ? 'disabled' : ''}
|
223
|
-
${this.error ? 'error' : ''}`, onClick: this.disabled ? undefined : (e) => this.handleWrapperClick(e), onKeyDown: event => this.handleKeyDown(event) }, h("select", Object.assign({ key: '
|
223
|
+
${this.error ? 'error' : ''}`, onClick: this.disabled ? undefined : (e) => this.handleWrapperClick(e), onKeyDown: event => this.handleKeyDown(event) }, h("select", Object.assign({ key: '285000685100dd8cf19f71fbf7b7796a99b6d925', class: 'single__select-input-field', disabled: this.disabled }, attributes, { "data-trigger": true, onChange: () => this.handleChange() }), this.createSelectOptions(this.options)), h("div", { key: '9046acceca10d77f7e3b944b6a08f0ebd7d5135b', class: "single__select-icon-container" }, this.optionIsSelected && (h("div", { key: '429c3bf05d709ed77af0b2428ea8cde1767c5c7a', class: "ifx-choices__icon-wrapper-delete" }, h("ifx-icon", { key: '2df6b18d6aa7ffdefc285931f8715b4e1c430845', icon: "cremove16", onClick: () => this.handleDeleteSelection() }))), h("div", { key: '45426b047419d3cc73085b998c5753bfd4ee36b7', class: "ifx-choices__icon-wrapper-up" }, h("ifx-icon", { key: "icon-up", icon: "chevronup-16" })), h("div", { key: 'fce02b9aab8cef05106c3da223019786821a6273', class: "ifx-choices__icon-wrapper-down" }, h("ifx-icon", { key: "icon-down", icon: "chevron-down-16" })))), this.error ? (h("div", { class: "ifx-error-message-wrapper" }, h("span", null, this.errorMessage))) : null));
|
224
224
|
}
|
225
225
|
toggleDropdown() {
|
226
226
|
const div = this.root.querySelector('.ifx-choices__wrapper');
|
@@ -136,10 +136,10 @@ export class IfxSlider {
|
|
136
136
|
this.updateValuePercent();
|
137
137
|
}
|
138
138
|
render() {
|
139
|
-
return (h("div", { key: '
|
139
|
+
return (h("div", { key: '67037beef09b2bd0c27b1e8e1b56f0dba3beafed', class: "ifx-slider" }, this.leftText && (h("span", { key: '13ea96c660418afa4427582a22e167b4e751eb8a', class: `left-text` }, this.leftText)), this.leftIcon && (h("ifx-icon", { key: '78cef60ca53df2cd8c38323a6bb815ff6fe8d7db', icon: this.leftIcon, class: `left-icon${this.disabled ? ' disabled' : ''}` })), (this.type !== 'double') ?
|
140
140
|
h("input", { type: "range", min: this.min, max: this.max, step: this.step, value: this.internalValue, disabled: this.disabled, ref: (el) => (this.inputRef = el), onInput: (event) => this.handleInputChange(event), "aria-label": 'a slider', "aria-value": this.value, "aria-disabled": this.disabled })
|
141
141
|
:
|
142
|
-
h("div", { class: 'range-slider__wrapper', "aria-label": 'a range slider', "aria-value": this.value, "aria-disabled": this.disabled }, h("input", { id: 'min-slider', type: 'range', min: this.min, max: this.max, step: this.step, value: this.internalMinValue, disabled: this.disabled, ref: (el) => (this.minInputRef = el), onInput: (event) => this.handleInputChangeOfRangeSlider(event), onMouseUp: (event) => this.handleOnMouseLeaveOfRangeSlider(event) }), h("input", { id: 'max-slider', type: 'range', min: this.min, max: this.max, step: this.step, value: this.internalMaxValue, disabled: this.disabled, ref: (el) => (this.maxInputRef = el), onInput: (event) => this.handleInputChangeOfRangeSlider(event), onMouseUp: (event) => this.handleOnMouseLeaveOfRangeSlider(event) })), this.rightIcon && (h("ifx-icon", { key: '
|
142
|
+
h("div", { class: 'range-slider__wrapper', "aria-label": 'a range slider', "aria-value": this.value, "aria-disabled": this.disabled }, h("input", { id: 'min-slider', type: 'range', min: this.min, max: this.max, step: this.step, value: this.internalMinValue, disabled: this.disabled, ref: (el) => (this.minInputRef = el), onInput: (event) => this.handleInputChangeOfRangeSlider(event), onMouseUp: (event) => this.handleOnMouseLeaveOfRangeSlider(event) }), h("input", { id: 'max-slider', type: 'range', min: this.min, max: this.max, step: this.step, value: this.internalMaxValue, disabled: this.disabled, ref: (el) => (this.maxInputRef = el), onInput: (event) => this.handleInputChangeOfRangeSlider(event), onMouseUp: (event) => this.handleOnMouseLeaveOfRangeSlider(event) })), this.rightIcon && (h("ifx-icon", { key: '8a0829ceb69a86dc0d1c16c12ba18340e461daf6', icon: this.rightIcon, class: `right-icon${this.disabled ? ' disabled' : ''}` })), this.rightText && (h("span", { key: 'bdc44d94b0002ea82a65fd41a75e3037122e12ec', class: `right-text${this.disabled ? ' disabled' : ''}` }, this.rightText)), this.showPercentage && (this.type !== "double") && (h("span", { key: '6f3b3e8e72622c13046afc9b62cbba3c077e07e9', class: `percentage-display${this.disabled ? ' disabled' : ''}` }, this.percentage, "%"))));
|
143
143
|
}
|
144
144
|
static get is() { return "ifx-slider"; }
|
145
145
|
static get encapsulation() { return "shadow"; }
|
@@ -5,8 +5,8 @@ export class Spinner {
|
|
5
5
|
this.inverted = false;
|
6
6
|
}
|
7
7
|
render() {
|
8
|
-
return (h("div", { key: '
|
9
|
-
&& h("div", { key: '
|
8
|
+
return (h("div", { key: '62c04f3edcd19f245768a00c304808f3a4972cf3', "aria-label": "spinner indicating a loading process", class: this.getClassNames() }, h("div", { key: '1aa7214da8a9293e56d8563578f5f522ae867a2d', class: `${this.variant !== 'brand' ? 'border' : ""} ${this.inverted ? 'inverted' : ""}` }), this.variant === 'brand'
|
9
|
+
&& h("div", { key: '53293c967ecdb480cec817cdcdf2eb93395ccd96', class: `semiconductor ${this.inverted ? 'inverted' : ""} ${this.getSizeClass()}` }, h("svg", { key: '3105c3ff1c486d7049eac8ae5e2fa3cfd98f1829', width: '40', height: '40', viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, h("g", { key: '2f3f900a042d7d333e28ce5f8f6641791b67fe50', id: "spinner/conductor" }, h("path", { key: '1aed9df8359e2f10efc9221d2aa4011ee6ba9d30', id: "Vector", d: "M38.75 18.75C39.4375 18.75 40 19.3125 40 20C40 20.6875 39.4409 21.25 38.75 21.25H35V26.25H38.75C39.4375 26.25 40 26.8125 40 27.5C40 28.1875 39.4409 28.75 38.75 28.75H35V30C35 32.7617 32.7617 35 30 35H28.75V38.75C28.75 39.4409 28.1875 40 27.5 40C26.8125 40 26.25 39.4409 26.25 38.75V35H21.25V38.75C21.25 39.4409 20.6875 40 20 40C19.3125 40 18.75 39.4409 18.75 38.75V35H13.75V38.75C13.75 39.4409 13.1875 40 12.5 40C11.8125 40 11.25 39.4409 11.25 38.75V35H10C7.23828 35 5 32.7617 5 30V28.75H1.25C0.559062 28.75 0 28.1875 0 27.5C0 26.8125 0.559062 26.25 1.25 26.25H5V21.25H1.25C0.559062 21.25 0 20.6875 0 20C0 19.3125 0.559062 18.75 1.25 18.75H5V13.75H1.25C0.559062 13.75 0 13.1875 0 12.5C0 11.8125 0.559062 11.25 1.25 11.25H5V10C5 7.23828 7.23828 5 10 5H11.25V1.25C11.25 0.5625 11.8125 0 12.5 0C13.1875 0 13.75 0.559063 13.75 1.25V5H18.75V1.25C18.75 0.559063 19.3091 0 20 0C20.6909 0 21.25 0.559063 21.25 1.25V5H26.25V1.25C26.25 0.559063 26.8091 0 27.5 0C28.1909 0 28.75 0.559063 28.75 1.25V5H30C32.7617 5 35 7.23828 35 10V11.25H38.75C39.4409 11.25 40 11.8091 40 12.5C40 13.1909 39.4409 13.75 38.75 13.75H35V18.75H38.75ZM32.5 10C32.5 8.62188 31.3781 7.5 30 7.5H10C8.62187 7.5 7.5 8.62188 7.5 10V30C7.5 31.3781 8.62187 32.5 10 32.5H30C31.3781 32.5 32.5 31.3781 32.5 30V10Z" }))))));
|
10
10
|
}
|
11
11
|
getSizeClass() {
|
12
12
|
return `${this.size}` === "s"
|
@@ -8,7 +8,7 @@ export class Status {
|
|
8
8
|
var _a;
|
9
9
|
const effectiveColor = ((_a = this.color) === null || _a === void 0 ? void 0 : _a.trim()) ? this.color : 'orange-500';
|
10
10
|
const containerClass = this.border ? `container border-${effectiveColor}` : 'container no-border';
|
11
|
-
return (h("div", { key: '
|
11
|
+
return (h("div", { key: '6834296bacdbbfc1fea1260ae364baf91f8de076', "aria-label": "a status indicator", "aria-value": this.label, class: containerClass }, h("span", { key: 'd6be4fd7099ed79da1984d6a01726172051bc630', class: `dot ${effectiveColor}` }), h("p", { key: '3ebcaa7ec097869ee5617806688d47c2acd0af82', class: "text" }, this.label)));
|
12
12
|
}
|
13
13
|
static get is() { return "ifx-status"; }
|
14
14
|
static get encapsulation() { return "shadow"; }
|
@@ -42,7 +42,7 @@ export class Step {
|
|
42
42
|
}
|
43
43
|
}
|
44
44
|
render() {
|
45
|
-
return (h("div", { key: '
|
45
|
+
return (h("div", { key: '173a7351d118916c22a39efe185f29e062c44ece', "aria-current": this.active ? 'step' : false, "aria-disabled": this.active || this.complete ? false : true, onClick: (e) => this.stopOnClickPropogation(e), class: `step-wrapper ${this.stepId === 1 ? 'first-step' : ''}
|
46
46
|
${this.error ? 'error' : ''}
|
47
47
|
${this.stepperState.variant}
|
48
48
|
${this.complete ? 'complete' : ''}
|
@@ -50,11 +50,11 @@ export class Step {
|
|
50
50
|
indicator-${this.stepperState.indicatorPosition}
|
51
51
|
${this.active ? 'active' : ''}
|
52
52
|
${this.clickable ? 'clickable' : ''}
|
53
|
-
${this.disabled ? 'disabled' : ''}` }, h("div", { key: '
|
54
|
-
h("div", { key: '
|
53
|
+
${this.disabled ? 'disabled' : ''}` }, h("div", { key: '3c26b8dd715c6f7d560ed688b04cb0ab7990e4c1', class: 'step-icon-wrapper' }, this.stepperState.variant !== 'compact' && h("span", { key: '82e7620d83f5aefd7b8ce261548979e4da382c22', class: 'step-connector-l' }), (this.stepperState.variant !== 'compact' && (!this.error || (this.error && this.active))) &&
|
54
|
+
h("div", { key: 'd09403e5470f5af1069200edc964e0c06be266bc', class: 'step-icon' }, (this.stepperState.showStepNumber && !this.complete && !this.active) ? this.stepId : '', (this.complete && !this.active) && h("ifx-icon", { key: 'b744e57aee0c02d59ea98245f38acf72e23b4cbf', icon: 'check16' }), this.active && h("span", { key: '0d517a738ed5a59d24498320eb6344b19c647173', class: 'active-indic' })), (this.stepperState.variant !== 'compact' && this.error && !this.active) && h("ifx-icon", { key: '995c9a34fd6443d914f441d06a38fb7cfde6947a', icon: 'warningf24' }), this.stepperState.variant !== 'compact' && h("span", { key: '3993117dd662fe56dc0111251f17e106c1cb4de7', class: `step-connector-r ${this.active ? 'active' : ''}` })),
|
55
55
|
/* Step labels */
|
56
56
|
(this.stepperState.variant !== 'compact' || (this.stepperState.variant === 'compact' && (this.active || this.stepId === this.stepperState.activeStep + 1))) &&
|
57
|
-
h("div", { key: '
|
57
|
+
h("div", { key: '9b6e0e25a6a60f1d19f3f6c5c9b6494d13be68d9', tabIndex: !this.disabled && this.complete && !this.active ? 0 : -1, class: `step-label ${this.stepperState.variant === 'compact' ? (this.active ? 'curr-label' : 'next-label') : ''}`, onClick: () => { this.handleStepClick(); }, onKeyDown: (e) => { this.handleStepKeyDown(e); } }, (this.stepperState.variant !== 'compact') && h("slot", { key: '95f500fcdb032677d534787100fe7eb32aa640a5' }), this.stepperState.variant === 'compact' && !this.active ? 'Next: ' : '', this.stepperState.variant === 'compact' && h("slot", { key: '0784d66658e06464a3748293e5ecf8e9fcd846e8' }))));
|
58
58
|
}
|
59
59
|
;
|
60
60
|
static get is() { return "ifx-step"; }
|
@@ -118,10 +118,10 @@ export class Stepper {
|
|
118
118
|
this.syncIfxSteps();
|
119
119
|
}
|
120
120
|
render() {
|
121
|
-
return (h("div", { key: '
|
121
|
+
return (h("div", { key: '632b6518d8c7b1e712865a9b499408a6540ca181', "aria-label": 'a stepper', role: 'navigation', class: `stepper ${(this.variant !== 'compact' && this.variant !== 'vertical') ? 'default' : this.variant} ${this.variant === 'compact' ? 'compact-' + this.indicatorPosition : ''}` },
|
122
122
|
/* Progress bar for compact variant. */
|
123
123
|
(this.variant === 'compact') &&
|
124
|
-
h("div", { key: '
|
124
|
+
h("div", { key: '2ee316cf71eebd5e8ff50b4d2c663f7675792814', class: 'stepper-progress' }, h("div", { key: '5ea016394d17a8421c4d0887b418b4f7e465564e', class: 'progress-detail' }, `${Math.min(this.activeStep, this.stepsCount)} of ${this.stepsCount}`)), h("div", { key: '546b32d8cbe09f652a95d723985ac68626835dfc', class: `stepper-wrapper` }, h("slot", { key: '7c2928e57aabf5121ce3e5fca3fca10de3e27a3b' }))));
|
125
125
|
}
|
126
126
|
;
|
127
127
|
componentDidRender() {
|
@@ -63,7 +63,7 @@ export class Switch {
|
|
63
63
|
this.internals.setFormValue(null);
|
64
64
|
}
|
65
65
|
render() {
|
66
|
-
return (h("div", { key: '
|
66
|
+
return (h("div", { key: 'fb71f5c8781e7ef86f62b0305d7e0e12772d77b2', class: "container", role: "switch", "aria-checked": this.internalChecked ? 'true' : 'false', "aria-label": this.name, onClick: () => this.toggleSwitch(), onKeyDown: (event) => this.handleKeyDown(event) }, h("div", { key: '7f8abc2a8b312f1ecda7ef925aaeff8d091799f4', class: `switch__checkbox-container ${this.internalChecked ? 'checked' : ''} ${this.disabled ? 'disabled' : ''}`, tabindex: "0" }, h("div", { key: 'a7f8066bc5da773ede8d64fe2ebe5ddf77c7f3f3', class: "switch__checkbox-wrapper" }, h("input", { key: '54dc044228d5a02f426656bc43f41d900df5cea9', type: "checkbox", hidden: true, name: this.name, disabled: this.disabled, checked: this.internalChecked, value: `${this.value}` }), h("div", { key: '6f89cdfa26287d56ea0df5fdca68939e21f044b0', class: `switch ${this.internalChecked ? 'checked' : ''} ${this.disabled ? 'disabled' : ''}` }))), h("div", { key: '75847b7a97e97847008ac8bec050b04432a546c9', class: `switch__label-wrapper ${this.disabled ? 'disabled' : ''}` }, h("label", { key: '664f7672abaffd7033e6e1ce8278c4ea9ad55611', htmlFor: "switch" }, h("slot", { key: 'cd1fefc9658b2203806d2248aba74db15cae4e96', onSlotchange: () => this.toggleLabelGap() })))));
|
67
67
|
}
|
68
68
|
static get is() { return "ifx-switch"; }
|
69
69
|
static get encapsulation() { return "shadow"; }
|
@@ -88,7 +88,7 @@ export class FilterBar {
|
|
88
88
|
// Calculate slotsToShow safely
|
89
89
|
const slotsToShow = Math.min(safeVisibleSlots, actualNumberOfComponents, Number.MAX_SAFE_INTEGER);
|
90
90
|
const slots = Array.from({ length: slotsToShow }, (_, i) => (h("div", { class: "filter-slot-wrapper" }, h("slot", { name: `filter-component-${i + 1}` }))));
|
91
|
-
return (h(Host, { key: '
|
91
|
+
return (h(Host, { key: '9772b1121362e8aba4a25de9236be8234e50ac67' }, h("div", { key: '86ad90a1c3111b5e7e3a91e2ec0eceb9aa2dbe29', class: "search-container" }, h("slot", { key: 'd0118e557061fdb3f00c63eab01099ecb6a0c99b', name: "filter-search" }), " "), h("div", { key: 'e594971eee2f5f2ad6192ca5dc6b5d27402229b1', class: "components-container" }, slots.length > 0 ? slots : h("slot", { name: "filter-component" }), this.showMoreFiltersButton && !this.showAllFilters && (h("div", { key: '69be0998679249bf2fac5150bf6cffce8ba6af75', class: "more-filters-wrapper", onClick: this.handleMoreFiltersClick }, h("ifx-button", { key: '2976dda03a0cde9bcc6e7f34d15575cbefee9239', type: "button", disabled: false, variant: "tertiary", size: "m", target: "_blank", theme: "default", "full-width": "false" }, h("ifx-icon", { key: 'afecb404bc32b7c0f831860613fbbfab2d51fbe7', icon: "filter-16" }), "More filters"))))));
|
92
92
|
}
|
93
93
|
static get is() { return "ifx-filter-bar"; }
|
94
94
|
static get encapsulation() { return "shadow"; }
|
@@ -31,8 +31,8 @@ export class FilterAccordion {
|
|
31
31
|
this.el.removeEventListener('ifxListUpdate', this.handleCheckedChange);
|
32
32
|
}
|
33
33
|
render() {
|
34
|
-
return (h("div", { key: '
|
35
|
-
h("div", { key: '
|
34
|
+
return (h("div", { key: '099f63d57e4c1fb4c14d228af3e9fdc20e7d7249', class: `accordion ${this.expanded ? 'expanded' : ''}` }, h("div", { key: 'de36ca16b253284129ef524e37194fd247742ce4', class: `header ${this.expanded ? 'expanded' : ''}`, onClick: this.toggleAccordion }, h("div", { key: 'bc5797a753df94bc421c6c91da3fab6698600d21', class: `text-and-icon ${this.expanded ? 'expanded' : ''}` }, h("div", { key: 'a97fe6a9f8f7569726d5c032eade4cb09a0e9a6a', class: "text" }, h("span", { key: 'eadfe0234c057ab7c1842a95fc8ae7e2b217f841' }, this.filterGroupName), h("ifx-number-indicator", { key: '764092da4893f0d3b1c151d5ef6c82b361ff9974' }, this.count)), h("ifx-icon", { key: '5588c2d8de2ba12f7feca1bd78a4ea60e24fd95d', class: this.expanded ? '' : 'hidden', icon: "minus-16", onClick: this.toggleAccordion }), h("ifx-icon", { key: 'ae0a733177800de32146eccf46454ee399193f74', class: this.expanded ? 'hidden' : '', icon: "plus-16", onClick: this.toggleAccordion }))), this.expanded &&
|
35
|
+
h("div", { key: '832ca96c1a581d458a6a84973a2067a824d16a3d', class: "filter-accordion-container" }, h("slot", { key: '84f321eb641add7f096e380fe69b61c1c49565e0', name: "list" }))));
|
36
36
|
}
|
37
37
|
static get is() { return "ifx-filter-accordion"; }
|
38
38
|
static get encapsulation() { return "shadow"; }
|
@@ -23,7 +23,7 @@ export class FilterSearch {
|
|
23
23
|
this.ifxFilterSearchChange.emit({ filterName: this.filterName, filterValue: this.filterValue, filterKey: this.filterKey }); // Emitting filterKey along with other properties
|
24
24
|
}
|
25
25
|
render() {
|
26
|
-
return (h("div", { key: '
|
26
|
+
return (h("div", { key: '57ca68c06d592927ca36802f54ffa360a229920e', class: `${this.filterOrientation === 'sidebar' ? 'sidebar-filter-search-wrapper' : 'topbar-filter-search-wrapper'}` }, h("div", { key: 'e8ae19b08b54cea64c6593b6386a21f1238c71ad', class: "filter-name" }, this.filterName), h("ifx-search-field", { key: 'fc321359859e5d3de5b62eb32fa6c564db7ded5b', placeholder: this.placeholder, "show-delete-icon": this.showDeleteIcon, disabled: this.disabled, value: this.filterValue })));
|
27
27
|
}
|
28
28
|
static get is() { return "ifx-filter-search"; }
|
29
29
|
static get encapsulation() { return "shadow"; }
|
package/dist/collection/components/table-advanced-version/filter-type-group/filter-type-group.js
CHANGED
@@ -119,7 +119,7 @@ export class IfxFilterTypeGroup {
|
|
119
119
|
window.removeEventListener('ifxResetFiltersEvent', this.handleResetEvent);
|
120
120
|
}
|
121
121
|
render() {
|
122
|
-
return (h(Host, { key: '
|
122
|
+
return (h(Host, { key: 'fd9f21eb5a99f7264b85adfc5f54e0bc7eac139b' }, h("div", { key: 'dfc6f20243a6188c7f5c7364eec3b34e2d61df67', class: "filter-type-group" }, h("slot", { key: 'd35d397a817b3cc6507ee914132ae0487680a6e3', name: "filter-search" }), h("slot", { key: '4261fcef77ee87a4d7659413d62b4cae64bb8b18', name: "filter-accordion" }))));
|
123
123
|
}
|
124
124
|
static get is() { return "ifx-filter-type-group"; }
|
125
125
|
static get encapsulation() { return "shadow"; }
|
@@ -13,7 +13,7 @@ export class ListEntry {
|
|
13
13
|
this.ifxListEntryChange.emit({ label: this.label, value: this.value, type: this.type });
|
14
14
|
}
|
15
15
|
render() {
|
16
|
-
return (h("div", { key: '
|
16
|
+
return (h("div", { key: 'a84c7fa0acf4345efcde44316dfd8267d41f2778', class: "wrapper" }, this.type === 'checkbox' ? (h("div", { class: "list-entry" }, h("ifx-checkbox", { size: "s", checked: this.value }, this.label))) : (h("div", { class: "list-entry" }, h("ifx-radio-button", { size: "s", checked: this.value }, this.label)))));
|
17
17
|
}
|
18
18
|
static get is() { return "ifx-list-entry"; }
|
19
19
|
static get encapsulation() { return "shadow"; }
|
@@ -355,12 +355,12 @@ export class Table {
|
|
355
355
|
};
|
356
356
|
}
|
357
357
|
const filterClass = this.filterOrientation === 'topbar' ? 'topbar-layout' : 'sidebar-layout';
|
358
|
-
return (h(Host, { key: '
|
358
|
+
return (h(Host, { key: '96f69d7cfa4075caaad2df3a10179597358ca6f9' }, h("div", { key: '2371ca3bc0c0e97e1170df0be1e7270780701699', class: "table-container" }, this.filterOrientation === 'sidebar' && (h("div", { key: '6ddbf9aad987e9f34bcb3be67cb21f9ef809fdd6', class: "sidebar-btn" }, h("ifx-button", { key: '491cd5b381c880177e14c2a9d27b56805dec85b8', type: "button", disabled: false, variant: "secondary", size: "m", target: "_blank", theme: "default", "full-width": "false", onClick: () => this.toggleSidebarFilters() }, h("ifx-icon", { key: '3b788923cd1690e6b7dff0e507f197bc306af302', icon: "cross-12" }), this.showSidebarFilters ? 'Hide Filters' : 'Show Filters'))), h("div", { key: 'e44b08272dcd7efafa46835878b0a8ebdd829a49', class: filterClass }, this.filterOrientation === 'sidebar' && this.showSidebarFilters && (h("div", { key: 'cba5cde8b3c272f7aa4a7f315e89f035c7897297', class: "sidebar-container" }, h("div", { key: '0f39832100fe44e9a241ff7c24f0a72465add27d', class: "filters-title-container" }, h("span", { key: '44f0c3829a91299dd578195df71ae982cedda802', class: "filters-title" }, "Filters")), h("div", { key: 'a1d9753d5791479befcfbdcf18e28331fe5b86a4', class: "set-filter-wrapper-sidebar" }, (this.filterOrientation !== 'sidebar' || this.showSidebarFilters) && (h("slot", { key: '3f29f14ae28a97ec33649b68de9c7900879ade3c', name: "sidebar-filter" }))))), this.filterOrientation !== 'none' && this.filterOrientation !== 'sidebar' && (h("div", { key: '5d5ec21394c1b4609c90c86c4b2ddd50b0f5b4aa', class: "set-filter-wrapper-topbar" }, (this.filterOrientation !== 'sidebar' || this.showSidebarFilters) && (h("slot", { key: '4daabd7a7e6cec4dd756aed053e79bb641d52de6', name: "topbar-filter" })))), h("div", { key: '17afd9c40459f45997f6e49e55f4e9060a27e007', class: "table-pagination-wrapper" }, h("div", { key: 'df11256ea2dafa4d7e37e2de8a8cf49cb9a34237', class: "filter-chips" }, this.filterOrientation !== 'none' && this.filterOrientation !== 'topbar' && this.showSidebarFilters && (Object.keys(this.currentFilters).map(name => {
|
359
359
|
const filter = this.currentFilters[name];
|
360
360
|
const filterValues = filter.filterValues;
|
361
361
|
const isMultiSelect = filter.type !== 'text';
|
362
362
|
return filterValues.length > 0 ? (h("ifx-chip", { placeholder: name, size: "large", variant: isMultiSelect ? "multi" : "single", readOnly: true, value: filterValues, key: name }, filterValues.map(filterValue => (h("ifx-chip-item", { value: filterValue, selected: true, key: filterValue }, filterValue))))) : null;
|
363
|
-
})), this.filterOrientation !== 'none' && this.filterOrientation === 'sidebar' && this.showSidebarFilters && Object.keys(this.currentFilters).length > 0 && (h("ifx-button", { key: '
|
363
|
+
})), this.filterOrientation !== 'none' && this.filterOrientation === 'sidebar' && this.showSidebarFilters && Object.keys(this.currentFilters).length > 0 && (h("ifx-button", { key: 'ecc8ace5a90190a34c8021b84cf2c1c903e4a186', type: "button", disabled: false, variant: "tertiary", size: "m", target: "_blank", theme: "default", "full-width": "false", onClick: () => this.handleResetButtonClick() }, h("ifx-icon", { key: 'e27acd28484b48f48832a3be61b2b1ad5bc1cf23', icon: "curved-arrow-left-16" }), "Reset all"))), this.filterOrientation !== 'none' && (h("div", { key: '031b6eb86ef63ed95664189f62e0714658ab5241', class: "matching-results-container" }, h("span", { key: 'a088988155b0a0336402f053588bf419240712ef', class: "matching-results-count" }, this.matchingResultsCount), h("span", { key: '19d0880b1a91c18ae47c559b7d1845d7e6041995', class: "matching-results-text" }, "matching results"))), h("div", { key: 'b28f02605d79195dbfb0f0da44fda9afe4b2b4a0', id: "table-wrapper", class: this.getTableClassNames() }, h("div", { key: 'c441c226a8d53d74023fa7add8a6babc65c22779', id: `ifxTable-${this.uniqueKey}`, class: `ifx-ag-grid ${this.variant === 'zebra' ? 'zebra' : ""}`, style: style, ref: (el) => this.container = el })), this.pagination ? h("ifx-pagination", { total: this.allRowData.length, "current-page": this.currentPage, "items-per-page": '[{"value":"ten","label":"10","selected":true}, {"value":"Twenty","label":"20","selected":false}, {"value":"Thirty","label":"30","selected":false}]' }) : null)))));
|
364
364
|
}
|
365
365
|
hasButtonCol() {
|
366
366
|
return this.getColData().some(column => column.field === 'button');
|
@@ -144,7 +144,7 @@ export class Table {
|
|
144
144
|
return {};
|
145
145
|
}
|
146
146
|
render() {
|
147
|
-
return (h(Host, { key: '
|
147
|
+
return (h(Host, { key: '60a5dfaf9dc43c60ae6394ae6262652f96143c0b' }, h("div", { key: '597c195bc82a85a0c2098e219733aabf9c489d19', id: "table-wrapper", class: this.getClassNames() }, h("div", { key: '2715221b1c1f8801b7fa75b1078c663d8332447a', id: `ifxTable-${this.uniqueKey}`, class: `ifx-ag-grid ${this.variant === 'zebra' ? 'zebra' : ""}`, style: this.getTableStyle(), ref: (el) => (this.container = el) }))));
|
148
148
|
}
|
149
149
|
static get is() { return "ifx-basic-table"; }
|
150
150
|
static get originalStyleUrls() {
|
@@ -8,7 +8,7 @@ export class IfxTab {
|
|
8
8
|
this.tabHeaderChange.emit(this.header);
|
9
9
|
}
|
10
10
|
render() {
|
11
|
-
return h("slot", { key: '
|
11
|
+
return h("slot", { key: '2de6f4e09db90539ece7dbd03c88d9e2e111b7d7' });
|
12
12
|
}
|
13
13
|
static get is() { return "ifx-tab"; }
|
14
14
|
static get originalStyleUrls() {
|
@@ -198,9 +198,9 @@ export class IfxTabs {
|
|
198
198
|
}
|
199
199
|
render() {
|
200
200
|
var _a;
|
201
|
-
return (h("div", { key: '
|
201
|
+
return (h("div", { key: '2dc218563355690b7566802dfa6672fda0fe630f', "aria-label": "navigation tabs", class: `tabs ${this.internalOrientation}` }, h("ul", { key: 'e274c1fc00b41f4ad3467a9b60a5b95a25c0b14d', role: "tablist", class: "tabs-list" }, (_a = this.tabObjects) === null || _a === void 0 ? void 0 :
|
202
202
|
_a.map((tab, index) => (h("li", { class: this.getTabItemClass(index), ref: (el) => (this.tabHeaderRefs[index] = el), onMouseDown: (event) => event.preventDefault(), onClick: () => this.handleClick(tab, index), "aria-selected": index === this.internalActiveTabIndex ? 'true' : 'false', "aria-disabled": tab.disabled ? 'true' : 'false', role: "tab" }, (tab === null || tab === void 0 ? void 0 : tab.icon) ? h("ifx-icon", { icon: tab.icon }) : '', tab === null || tab === void 0 ? void 0 :
|
203
|
-
tab.header))), h("div", { key: '
|
203
|
+
tab.header))), h("div", { key: 'ef3fd6f8134bc99422e15c49dc597e5eeae2c013', class: "active-border" })), h("div", { key: '7043bc3c6ffcc0dcabc72d3054b30fecf3ca7394', class: "tab-content" }, Array.from(this.tabObjects).map((_, index) => (h("div", { style: { display: index === this.internalActiveTabIndex ? 'block' : 'none' } }, h("slot", { name: `tab-${index}` })))))));
|
204
204
|
}
|
205
205
|
static get is() { return "ifx-tabs"; }
|
206
206
|
static get encapsulation() { return "shadow"; }
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { h } from "@stencil/core";
|
2
2
|
export class Tag {
|
3
3
|
render() {
|
4
|
-
return (h("div", { key: '
|
4
|
+
return (h("div", { key: '791fc14c6683c1f152c869bace97e91ee6c2f356', "aria-label": "a tag", class: "container" }, this.icon && (h("ifx-icon", { key: '6a0aba5d7e733f07b3ce02acf609a957bcae24c0', icon: this.icon })), h("a", { key: '5fdd0dbdae85e4b48ebebdab0dcab6f0c49c31df', href: "javascript:void(null);", class: "label-wrapper" }, h("p", { key: '12fb35248ea3ff84df0d0673f2195dad40a33fe1', class: "label" }, h("slot", { key: '2ba685a6fc9911152da6757579b80be39485aebb' })))));
|
5
5
|
}
|
6
6
|
static get is() { return "ifx-tag"; }
|
7
7
|
static get encapsulation() { return "shadow"; }
|
@@ -128,7 +128,7 @@ export class Template {
|
|
128
128
|
}
|
129
129
|
}
|
130
130
|
render() {
|
131
|
-
return (h("div", { key: '
|
131
|
+
return (h("div", { key: '5473617d1760579d37fcc11214352c8f7f80450c' }, this.isTemplatePage
|
132
132
|
?
|
133
133
|
h("div", { class: "template__page-wrapper" }, !this.repoUrl && !this.repoError &&
|
134
134
|
h("div", null, h("h3", null, "Your repository is getting ready.."), h("p", null, "This will only take a minute.")), this.isLoading && !this.repoError && h("div", null, h("ifx-spinner", { variant: 'default', size: 's' })), this.repoUrl && h("ifx-link", { href: this.repoUrl, target: "_parent", size: "m", variant: "underlined" }, "Your repository"), this.repoError && h("div", null, this.repoError))
|
@@ -40,7 +40,7 @@ export class TemplatesUI {
|
|
40
40
|
alertWrapper.classList.remove('show');
|
41
41
|
}
|
42
42
|
render() {
|
43
|
-
return (h("div", { key: '
|
43
|
+
return (h("div", { key: '5031ada4f1de85cc30c13f1d8ae03e7cb0721fd0', class: 'templates__container' }, h("div", { key: '8d5bd9e240b50de2b4e7a85cd9e369145ccf683f', class: "back__btn-wrapper" }, h("ifx-icon-button", { key: 'dab9c9865a4ceb090fe5d646d67fab0548b9a7a0', onClick: () => this.filterTemplates(false), shape: "round", variant: "tertiary", icon: "arrow-left-16", target: "_blank", size: "m" }), h("div", { key: '76285031eb6ecccb28730c8ff6e45f34596672b7', class: "alert__wrapper" }, h("ifx-alert", { key: '449ea656f35cace5c777439fadded0280ee8cb63', onClick: () => this.closeAlert(), "aria-live": "assertive", variant: "danger", icon: "c-info-24" }, "All fields are mandatory"))), h("h2", { key: 'c91798f4ce0b48a2ee814006c9d686e568276ac3', class: "templates__title" }, "Choose your template"), h("div", { key: '388370757fe848c1c5f3e4549391ee8b710753cb', class: "templates__wrapper" }, h("ifx-template", { key: '42fa6d595cff4eae5c6b7f2f4a58895a7d420cc0', name: 'template-01', thumbnail: this.tableTemplate }), h("ifx-template", { key: '8f772225a594a55435bdee7b82bc7dd50f36cc2d', name: 'template-02', thumbnail: this.wizardTemplate }))));
|
44
44
|
}
|
45
45
|
static get is() { return "ifx-templates-ui"; }
|
46
46
|
static get encapsulation() { return "shadow"; }
|
@@ -47,12 +47,12 @@ export class TextField {
|
|
47
47
|
this.handleTypeProp();
|
48
48
|
}
|
49
49
|
render() {
|
50
|
-
return (h("div", { key: '
|
50
|
+
return (h("div", { key: 'c9580a0e2e30e35a71f7810f1e535b219dc10771', "aria-label": "a text field for user input", "aria-value": this.value, "aria-disabled": this.disabled, class: `textInput__container ${this.disabled ? 'disabled' : ""}` }, h("div", { key: 'edf8a82ab658b7fc0ece12d71f09431c20e8124e', class: "textInput__top-wrapper" }, h("label", { key: '53ef3361722fd8f26b47e131e838dd8b07a20179', htmlFor: this.internalId }, h("slot", { key: '06161d10e10428e502afa42373098b44fe28a790' }), this.optional && this.required ? (h("span", { class: "optional-required" }, "(optional) *")) : this.optional ? (h("span", { class: "optional" }, "(optional)")) : this.required ? (h("span", { class: `required ${this.error ? 'error' : ""}` }, "*")) : null)), h("div", { key: 'cda50a74cb429848c089550d49913ebf558d4bb1', class: "textInput__bottom-wrapper" }, h("div", { key: '3d4ab56df1faef49eb916a579f2c3e8d40e560ba', class: "input-container" }, this.icon && (h("ifx-icon", { key: '0c5571455e251187b78e8c41aa7a4433b5b64898', class: 'input-icon', icon: this.icon })), h("input", { key: 'e980988c791c58205621e0298ae9f30b3492cb2d', ref: (el) => (this.inputElement = el), disabled: this.disabled, autocomplete: this.autocomplete, type: this.internalType, id: this.internalId, value: this.value, onInput: () => this.handleInput(), placeholder: this.placeholder, maxlength: this.maxlength, class: `${this.icon ? 'icon' : ""}
|
51
51
|
${this.error ? 'error' : ""}
|
52
52
|
${this.size === "s" ? "input-s" : ""}
|
53
|
-
${this.success ? "success" : ""}` }), (this.showDeleteIcon && this.value) && (h("ifx-icon", { key: '
|
54
|
-
h("div", { key: '
|
55
|
-
h("div", { key: '
|
53
|
+
${this.success ? "success" : ""}` }), (this.showDeleteIcon && this.value) && (h("ifx-icon", { key: 'b52019b0b09e108d1f3d059eb368129d2fbcaa08', class: "delete-icon", icon: "cremove16", onClick: () => this.handleDeleteContent() }))), this.caption && !this.error &&
|
54
|
+
h("div", { key: 'b1c7ca2f806618fd1f6bf4cb721ba0b98d5fa3cc', class: `textInput__bottom-wrapper-caption ${this.disabled} ? disabled : ""` }, this.caption), this.error &&
|
55
|
+
h("div", { key: '724371a463e174346770a005dd61bb8408601436', class: "textInput__bottom-wrapper-caption error" }, this.caption))));
|
56
56
|
}
|
57
57
|
static get is() { return "ifx-text-field"; }
|
58
58
|
static get encapsulation() { return "shadow"; }
|
@@ -44,7 +44,7 @@ export class TextArea {
|
|
44
44
|
}
|
45
45
|
render() {
|
46
46
|
var _a, _b;
|
47
|
-
return (h(Host, { key: '
|
47
|
+
return (h(Host, { key: '8624b0c2729df2bc0aa8c37ca8fe16b125a77495', class: `wrapper--${this.error ? 'error' : ''} wrapper--${this.disabled ? 'disabled' : ''}` }, h("label", { key: 'f6fc82b5a622b00bfa81333ba86d5953fe07c7f6', class: 'wrapper__label', htmlFor: this.inputId }, (_a = this.label) === null || _a === void 0 ? void 0 : _a.trim()), h("div", { key: 'cd43d8b2a0ba05366e3e1db56f973dbaa6900ff5', class: 'wrapper__textarea' }, h("textarea", { key: '014de6060ca76130b9dc4b7618f717ab2435499b', "aria-label": 'a textarea', "aria-value": this.value, "aria-disabled": this.disabled, id: this.inputId, style: { resize: this.resize }, name: this.name ? this.name : this.inputId, cols: this.cols, rows: this.rows, maxlength: this.maxlength, wrap: this.wrap, disabled: this.disabled, readonly: this.readOnly, placeholder: this.placeholder, value: this.value, onInput: (e) => this.handleOnInput(e) })), ((_b = this.caption) === null || _b === void 0 ? void 0 : _b.trim()) && (h("div", { key: 'e4d045a78b4e18345916bd3d3983b44f864b80d8', class: 'wrapper__caption' }, this.caption.trim()))));
|
48
48
|
}
|
49
49
|
static get is() { return "ifx-textarea"; }
|
50
50
|
static get encapsulation() { return "shadow"; }
|
@@ -148,10 +148,10 @@ export class Tooltip {
|
|
148
148
|
'tooltip-extended': true,
|
149
149
|
'visible': this.tooltipVisible,
|
150
150
|
};
|
151
|
-
return (h("div", { key: '
|
152
|
-
h("div", { key: '
|
153
|
-
h("div", { key: '
|
154
|
-
h("svg", { class: "extended_icon", xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, h("path", { stroke: "#fff", "stroke-linecap": "round", "stroke-linejoin": "round", d: "M20.5 2.5h-16a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-16a2 2 0 0 0-2-2Z" }), h("path", { stroke: "#fff", d: "M19 17H6l2.5-4 2.097 2.516.405.486.379-.506 4.118-5.49.003-.002L19 17Z" }), h("path", { fill: "#fff", d: "M10 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z" }))), h("div", { key: '
|
151
|
+
return (h("div", { key: 'eba915eb2c8e06a2a91185ce96354c8848d23a2d', "aria-label": "a tooltip showing important information", "aria-value": this.header, class: "tooltip__container" }, h("slot", { key: 'b40e214d27d3f5ee9737c04362370d8ef61750fb' }), this.variant.toLowerCase() === 'dismissible' && h("div", { key: '47787b754817d845f0cd0332ef6cf7a60cf253dd', class: tooltipDismissible }, h("button", { key: '40291aa2ed9bcf7fa1dc7f449dbcfe2140129bdb', "aria-label": "Close Tooltip", class: "close-button", onClick: this.onDismissClick }, h("ifx-icon", { key: '2e33bf3179ffe24f33e853cb7cbaa2591086f015', icon: "cross16" })), h("div", { key: '72657868b9044806f2e3b1a7d6c3c554e2e446aa', class: "tooltip-dismissible-content" }, this.header && h("div", { key: '04e123afe752a0b246aa63f2572d8317b09d4680', class: "tooltip-dismissible-header" }, this.header), h("div", { key: '05aa13b78433868380333e5450bf1e805e29eb63', class: "tooltip-dismissible-body" }, this.text)), h("svg", { key: '63d3209f546e2294e83b8c0c3e9ac904ac8faea5', class: "tooltip-arrow-svg", width: "12", height: "8", viewBox: "0 0 12 8", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, h("path", { key: '9f0d22dc7aa0b453bfe3f11ef782c66ad8389a7d', id: "Indicator", d: "M6 0L12 8L0 8L6 0Z", fill: "#1D1D1D" }))), this.variant.toLowerCase() === 'compact' &&
|
152
|
+
h("div", { key: '6d6564f853d8260959efb9100034bb08c567f3c4', class: tooltipCompact }, this.text, h("svg", { key: '32336e9b73366c4b0b4c4cc79e6f004b6cce354f', class: "tooltip-arrow-svg", width: "12", height: "8", viewBox: "0 0 12 8", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, h("path", { key: 'b74985579532b7e026a7dc020699607def7ccb68', id: "Indicator", d: "M6 0L12 8L0 8L6 0Z", fill: "#1D1D1D" }))), this.variant.toLowerCase() === 'extended' &&
|
153
|
+
h("div", { key: '2882752134d5aad554ea81af8a0e03ac2bcb663f', class: tooltipExtended }, h("slot", { key: 'db0bedece3f5708989a20f7d42bf392d4aab1847', name: "icon" }, this.icon ? h("div", { class: "extended_icon" }, h("ifx-icon", { icon: this.icon })) :
|
154
|
+
h("svg", { class: "extended_icon", xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, h("path", { stroke: "#fff", "stroke-linecap": "round", "stroke-linejoin": "round", d: "M20.5 2.5h-16a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-16a2 2 0 0 0-2-2Z" }), h("path", { stroke: "#fff", d: "M19 17H6l2.5-4 2.097 2.516.405.486.379-.506 4.118-5.49.003-.002L19 17Z" }), h("path", { fill: "#fff", d: "M10 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z" }))), h("div", { key: 'b70738a5739dfb9d540cdddd997fee3ac198eb53', class: "tooltip-extended-content" }, this.header && h("div", { key: '4e25ee763449a7daa8018dcad7eed78cf19fcaf1', class: "tooltip-extended-header" }, this.header), h("div", { key: '844fa769800ed8c2e0e55bdccdea8f0202900c28', class: "tooltip-extended-body" }, this.text)), h("svg", { key: '9f0db2fc78298b9763bc03e72aac26d79d8160ac', class: "tooltip-arrow-svg", width: "12", height: "8", viewBox: "0 0 12 8", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, h("path", { key: 'f68ca9d31f5733be55cd531a6a391875925237a6', id: "Indicator", d: "M6 0L12 8L0 8L6 0Z", fill: "#1D1D1D" })))));
|
155
155
|
}
|
156
156
|
static get is() { return "ifx-tooltip"; }
|
157
157
|
static get encapsulation() { return "shadow"; }
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { h } from "@stencil/core";
|
2
2
|
export class Faq {
|
3
3
|
render() {
|
4
|
-
return (h("div", { key: '
|
4
|
+
return (h("div", { key: 'b928d2815cf245bb06c56c43640204f443f25cf0', class: 'container' }, h("ifx-accordion", { key: 'fda9c230bf25223999d8776d15b00b28a6f39cdf' }, h("ifx-accordion-item", { key: 'c36c4b6bc64457232e64d5e15234306d70e383ec', caption: "What is the Infineon DDS?" }, "The Infineon Digital Design System consists of code components, design principles, tools and guidelines as well as a dedicated interdisciplinary team. Its purpose is to support internal and external colleagues create digital user interfaces with a high level of usability as well as a consistent expression of the Infineon brand. The DDS does not focus on the content of a web application but it describes how the design of the application\u2019s structure should be."), h("ifx-accordion-item", { key: '703569935c7f5fc12adc3bb187d89dc6b2b55d6b', caption: "How do I get access to the DDS?" }, "You can use the provided Figma file as a foundation for mockups and prototypes, use Storybook to view what UI components and variants are available and use code components provided via Storybook or Github."), h("ifx-accordion-item", { key: '1c389e91f6c73984a9993fe44d5a76218018213e', caption: "Can I integrate the Infineon DDS into my project?" }, "Yes, you can. We are happy to discuss with you which point in time and which scope of integration is bestsuited for updating your interface to the Infineon DDS. (To avoid that users get confused by a mixture of UI components, we recommend choosing larger updates or technology changes as opportunity to integrate the Infineon DDS.)"), h("ifx-accordion-item", { key: '6300f9e81e7eb1187ee98ffdab5fc13b1f387156', caption: "Are Infineon DDS components accessable?" }, "We have taken WCAG 2.0 Level AA as baseline level for all design decisions inside the Infineon Digital Design System. To make an online experience truly accessible you have to implement the specific code, content, and visual design according to the accessibility standard. Find an introduction to this topic here."), h("ifx-accordion-item", { key: 'a87958c2ed73c8ce22bca5ee9a3e7b324671020a', caption: "How to request a new component?" }, "Please contact us like described in the contribution section! We are planning to expand the number of components continually. If your component is also usable for multiple other projects, there is a good chance we might work together with you."))));
|
5
5
|
}
|
6
6
|
static get is() { return "ifx-faq"; }
|
7
7
|
static get encapsulation() { return "shadow"; }
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { I as IfxAccordionItem$1, d as defineCustomElement$1 } from './p-
|
1
|
+
import { I as IfxAccordionItem$1, d as defineCustomElement$1 } from './p-2bc9826e.js';
|
2
2
|
|
3
3
|
const IfxAccordionItem = IfxAccordionItem$1;
|
4
4
|
const defineCustomElement = defineCustomElement$1;
|
@@ -180,7 +180,7 @@ const Table = /*@__PURE__*/ proxyCustomElement(class Table extends H {
|
|
180
180
|
return {};
|
181
181
|
}
|
182
182
|
render() {
|
183
|
-
return (h(Host, { key: '
|
183
|
+
return (h(Host, { key: '60a5dfaf9dc43c60ae6394ae6262652f96143c0b' }, h("div", { key: '597c195bc82a85a0c2098e219733aabf9c489d19', id: "table-wrapper", class: this.getClassNames() }, h("div", { key: '2715221b1c1f8801b7fa75b1078c663d8332447a', id: `ifxTable-${this.uniqueKey}`, class: `ifx-ag-grid ${this.variant === 'zebra' ? 'zebra' : ""}`, style: this.getTableStyle(), ref: (el) => (this.container = el) }))));
|
184
184
|
}
|
185
185
|
get host() { return this; }
|
186
186
|
static get style() { return IfxBasicTableStyle0; }
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { p as proxyCustomElement, H, c as createEvent, h } from './p-2cc378b8.js';
|
2
|
-
import { d as defineCustomElement$2 } from './p-
|
2
|
+
import { d as defineCustomElement$2 } from './p-35d83f23.js';
|
3
3
|
|
4
4
|
const breadcrumbItemLabelCss = ":root{--ifx-font-family:\"Source Sans 3\";font-family:var(--ifx-font-family, sans-serif)}.breadcrumb-item-label-container{display:flex;align-items:center;gap:8px;text-decoration:none;color:#1D1D1D}.breadcrumb-item-label-container.margin{margin-left:16px}.breadcrumb-item-label-container ifx-icon:empty{display:none}.breadcrumb-item-label-container .label-icon-wrapper{display:inline-flex}.breadcrumb-item-label-container .menu-icon-wrapper{display:flex;justify-content:center;align-items:center;width:16px;height:16px}.breadcrumb-item-label-container .menu-icon-wrapper.hide{display:none}.breadcrumb-item-label-container .menu-icon-wrapper ifx-icon{transition:0.3s}.breadcrumb-item-label-container .menu-icon-wrapper.show ifx-icon{transition:0.3s;transform:rotate(180deg)}";
|
5
5
|
const IfxBreadcrumbItemLabelStyle0 = breadcrumbItemLabelCss;
|