@infineon/infineon-design-system-stencil 32.9.0--canary.1690.0fd1d4f3930adff7951d6ac8fa7cd8a2f129f926.0 → 32.9.0--canary.1690.068dfcbe53f27141aecedef167d7bc4258a4c9cf.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-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-icon.cjs.entry.js +78 -0
- package/dist/cjs/ifx-icon.cjs.entry.js.map +1 -0
- package/dist/cjs/ifx-list-entry.cjs.entry.js +1 -1
- package/dist/cjs/ifx-navbar-item.cjs.entry.js +351 -0
- package/dist/cjs/ifx-navbar-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ifx-navbar-profile.cjs.entry.js +4 -4
- package/dist/cjs/ifx-navbar-profile.cjs.entry.js.map +1 -1
- package/dist/cjs/{ifx-icon_6.cjs.entry.js → ifx-navbar.cjs.entry.js} +4 -562
- package/dist/cjs/ifx-navbar.cjs.entry.js.map +1 -0
- package/dist/cjs/ifx-notification.cjs.entry.js +2 -2
- package/dist/cjs/ifx-number-indicator.cjs.entry.js +31 -0
- package/dist/cjs/ifx-number-indicator.cjs.entry.js.map +1 -0
- 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 +55 -0
- package/dist/cjs/ifx-search-bar.cjs.entry.js.map +1 -0
- package/dist/cjs/ifx-search-field.cjs.entry.js +77 -0
- package/dist/cjs/ifx-search-field.cjs.entry.js.map +1 -0
- 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 +24 -4
- package/dist/cjs/infineon-design-system-stencil.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/components/navigation/navbar/navbar-item.css +16 -0
- package/dist/collection/components/navigation/navbar/navbar-item.js +32 -8
- package/dist/collection/components/navigation/navbar/navbar-item.js.map +1 -1
- package/dist/collection/components/navigation/navbar/navbar-profile.js +3 -3
- package/dist/collection/components/navigation/navbar/navbar.js +3 -13
- package/dist/collection/components/navigation/navbar/navbar.js.map +1 -1
- package/dist/collection/components/navigation/navbar/navbar.stories.js +27 -2
- package/dist/collection/components/navigation/navbar/navbar.stories.js.map +1 -1
- 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-basic-table.js +1 -1
- package/dist/components/ifx-chip.js +1 -1
- package/dist/components/ifx-faq.js +1 -1
- package/dist/components/ifx-filter-accordion.js +3 -3
- package/dist/components/ifx-filter-bar.js +1 -1
- package/dist/components/ifx-filter-search.js +2 -2
- package/dist/components/ifx-filter-type-group.js +1 -1
- package/dist/components/ifx-icons-preview.js +1 -1
- package/dist/components/ifx-list-entry.js +2 -2
- package/dist/components/ifx-navbar-item.js +15 -10
- package/dist/components/ifx-navbar-item.js.map +1 -1
- package/dist/components/ifx-navbar-profile.js +4 -4
- package/dist/components/ifx-navbar-profile.js.map +1 -1
- package/dist/components/ifx-navbar.js +3 -13
- package/dist/components/ifx-navbar.js.map +1 -1
- package/dist/components/ifx-notification.js +1 -1
- package/dist/components/ifx-number-indicator.js +1 -1
- package/dist/components/ifx-overview-table.js +2 -2
- package/dist/components/ifx-pagination.js +1 -1
- package/dist/components/ifx-progress-bar.js +1 -1
- package/dist/components/ifx-radio-button-group.js +1 -1
- package/dist/components/ifx-radio-button.js +1 -1
- package/dist/components/ifx-search-bar.js +2 -2
- package/dist/components/ifx-search-field.js +1 -1
- package/dist/components/ifx-segment.js +1 -1
- package/dist/components/ifx-segmented-control.js +2 -2
- package/dist/components/ifx-select.js +1 -1
- package/dist/components/ifx-set-filter.js +2 -2
- package/dist/components/ifx-sidebar-item.js +6 -6
- package/dist/components/ifx-sidebar-title.js +1 -1
- package/dist/components/ifx-sidebar.js +5 -5
- package/dist/components/ifx-slider.js +2 -2
- package/dist/components/ifx-spinner.js +1 -1
- package/dist/components/ifx-status.js +1 -1
- package/dist/components/ifx-step.js +4 -4
- 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 +6 -6
- package/dist/components/ifx-tabs.js +2 -2
- package/dist/components/ifx-tag.js +1 -1
- package/dist/components/ifx-template.js +1 -1
- package/dist/components/ifx-templates-ui.js +4 -4
- package/dist/components/ifx-text-field.js +1 -1
- package/dist/components/ifx-textarea.js +1 -1
- package/dist/components/ifx-tooltip.js +4 -4
- package/dist/components/{p-02993d59.js → p-03acdbd0.js} +2 -2
- package/dist/components/{p-02993d59.js.map → p-03acdbd0.js.map} +1 -1
- package/dist/components/{p-267a34e4.js → p-107fafa0.js} +3 -3
- package/dist/components/{p-267a34e4.js.map → p-107fafa0.js.map} +1 -1
- package/dist/components/{p-51411d26.js → p-1718b5a9.js} +3 -3
- package/dist/components/{p-51411d26.js.map → p-1718b5a9.js.map} +1 -1
- package/dist/components/{p-8d10b031.js → p-3857ac48.js} +5 -5
- package/dist/components/{p-8d10b031.js.map → p-3857ac48.js.map} +1 -1
- package/dist/components/{p-86dbec0b.js → p-519cb249.js} +3 -3
- package/dist/components/{p-86dbec0b.js.map → p-519cb249.js.map} +1 -1
- package/dist/components/{p-3228aac2.js → p-5853aeb8.js} +3 -3
- package/dist/components/{p-3228aac2.js.map → p-5853aeb8.js.map} +1 -1
- package/dist/components/{p-9765c4af.js → p-58a0ff65.js} +2 -2
- package/dist/components/{p-9765c4af.js.map → p-58a0ff65.js.map} +1 -1
- package/dist/components/{p-1f3ec3be.js → p-696ba960.js} +4 -4
- package/dist/components/{p-1f3ec3be.js.map → p-696ba960.js.map} +1 -1
- package/dist/components/{p-718f6082.js → p-b024aa08.js} +2 -2
- package/dist/components/{p-718f6082.js.map → p-b024aa08.js.map} +1 -1
- package/dist/components/{p-4d4f8f00.js → p-bf2666f8.js} +3 -3
- package/dist/components/{p-4d4f8f00.js.map → p-bf2666f8.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-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-icon.entry.js +74 -0
- package/dist/esm/ifx-icon.entry.js.map +1 -0
- package/dist/esm/ifx-list-entry.entry.js +1 -1
- package/dist/esm/ifx-navbar-item.entry.js +347 -0
- package/dist/esm/ifx-navbar-item.entry.js.map +1 -0
- package/dist/esm/ifx-navbar-profile.entry.js +4 -4
- package/dist/esm/ifx-navbar-profile.entry.js.map +1 -1
- package/dist/esm/{ifx-icon_6.entry.js → ifx-navbar.entry.js} +6 -559
- package/dist/esm/ifx-navbar.entry.js.map +1 -0
- package/dist/esm/ifx-notification.entry.js +2 -2
- package/dist/esm/ifx-number-indicator.entry.js +27 -0
- package/dist/esm/ifx-number-indicator.entry.js.map +1 -0
- 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 +51 -0
- package/dist/esm/ifx-search-bar.entry.js.map +1 -0
- package/dist/esm/ifx-search-field.entry.js +73 -0
- package/dist/esm/ifx-search-field.entry.js.map +1 -0
- 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 +24 -4
- 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-1e4bc2b9.entry.js → p-00c52c84.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-9ae3f322.entry.js → p-03752fe5.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-dd5d3a7e.entry.js → p-1abbcdbc.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-1b59a7f9.entry.js +2 -0
- package/dist/infineon-design-system-stencil/p-1c19f8ce.entry.js +2 -0
- package/dist/infineon-design-system-stencil/{p-32b1a855.entry.js → p-1de4f93c.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-1fca1eb2.entry.js +2 -0
- package/dist/infineon-design-system-stencil/p-1fca1eb2.entry.js.map +1 -0
- package/dist/infineon-design-system-stencil/p-33b93a7c.entry.js +2 -0
- package/dist/infineon-design-system-stencil/p-33b93a7c.entry.js.map +1 -0
- package/dist/infineon-design-system-stencil/{p-e76958fe.entry.js → p-37e75e7c.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-71abc76f.entry.js → p-3a682dbd.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-aa47ef1b.entry.js → p-3c039adc.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-04dd3ba0.entry.js → p-48ea6a67.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-35c6aaf9.entry.js → p-5536a9c8.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-cdf8f8c1.entry.js → p-59fb1317.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-5ba50092.entry.js +2 -0
- package/dist/infineon-design-system-stencil/p-5ba50092.entry.js.map +1 -0
- package/dist/infineon-design-system-stencil/{p-04295692.entry.js → p-5cf37e2a.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-65d9faca.entry.js +2 -0
- package/dist/infineon-design-system-stencil/{p-a3273feb.entry.js → p-67c63b48.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-3123e5e2.entry.js → p-68b06d9b.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-e43a687a.entry.js → p-6b9ecace.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-ed07daf7.entry.js → p-6ba8b5eb.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-711d5051.entry.js +2 -0
- package/dist/infineon-design-system-stencil/p-711d5051.entry.js.map +1 -0
- package/dist/infineon-design-system-stencil/{p-ccbeb030.entry.js → p-7abdbf1f.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-a9d22ce3.entry.js → p-86ba198c.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-945bae94.entry.js → p-8a0b4540.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-f7b3460c.entry.js → p-8dbe0add.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-e0cab72d.entry.js → p-9e413f66.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-d4d0a720.entry.js → p-9feda3ff.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-1d4e6390.entry.js → p-a0d570a0.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-7137962f.entry.js → p-b63754ff.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-23c72549.entry.js → p-b7057914.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-9bf471f5.entry.js → p-d08d3dd7.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-d30f4aed.entry.js +2 -0
- package/dist/infineon-design-system-stencil/p-d30f4aed.entry.js.map +1 -0
- package/dist/infineon-design-system-stencil/{p-010454e4.entry.js → p-dc49f3c8.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-e2d0ad64.entry.js +2 -0
- package/dist/infineon-design-system-stencil/{p-d829f880.entry.js → p-e447fb1f.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-e4de8215.entry.js +2 -0
- package/dist/infineon-design-system-stencil/p-e4de8215.entry.js.map +1 -0
- package/dist/infineon-design-system-stencil/p-e57f8890.entry.js +2 -0
- package/dist/infineon-design-system-stencil/{p-73c719bc.entry.js.map → p-e57f8890.entry.js.map} +1 -1
- package/dist/infineon-design-system-stencil/{p-ca2820fd.entry.js → p-ecc58519.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-f99f62ec.entry.js +2 -0
- package/dist/infineon-design-system-stencil/p-f99f62ec.entry.js.map +1 -0
- package/dist/types/components/navigation/navbar/navbar-item.d.ts +2 -1
- package/dist/types/components/navigation/navbar/navbar.d.ts +0 -1
- package/dist/types/components/navigation/navbar/navbar.stories.d.ts +31 -0
- package/dist/types/components.d.ts +2 -0
- package/package.json +1 -1
- package/dist/cjs/ifx-icon_6.cjs.entry.js.map +0 -1
- package/dist/esm/ifx-icon_6.entry.js.map +0 -1
- package/dist/infineon-design-system-stencil/p-408741e6.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-688baa7f.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-73c719bc.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-b1e7ffb5.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-bff428f4.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-bff428f4.entry.js.map +0 -1
- package/dist/infineon-design-system-stencil/p-e42e3390.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-e42e3390.entry.js.map +0 -1
- package/dist/infineon-design-system-stencil/p-fbdcd51a.entry.js +0 -2
- /package/dist/infineon-design-system-stencil/{p-1e4bc2b9.entry.js.map → p-00c52c84.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-9ae3f322.entry.js.map → p-03752fe5.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-dd5d3a7e.entry.js.map → p-1abbcdbc.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-688baa7f.entry.js.map → p-1b59a7f9.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-fbdcd51a.entry.js.map → p-1c19f8ce.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-32b1a855.entry.js.map → p-1de4f93c.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-e76958fe.entry.js.map → p-37e75e7c.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-71abc76f.entry.js.map → p-3a682dbd.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-aa47ef1b.entry.js.map → p-3c039adc.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-04dd3ba0.entry.js.map → p-48ea6a67.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-35c6aaf9.entry.js.map → p-5536a9c8.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-cdf8f8c1.entry.js.map → p-59fb1317.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-04295692.entry.js.map → p-5cf37e2a.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-b1e7ffb5.entry.js.map → p-65d9faca.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-a3273feb.entry.js.map → p-67c63b48.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-3123e5e2.entry.js.map → p-68b06d9b.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-e43a687a.entry.js.map → p-6b9ecace.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-ed07daf7.entry.js.map → p-6ba8b5eb.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-ccbeb030.entry.js.map → p-7abdbf1f.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-a9d22ce3.entry.js.map → p-86ba198c.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-945bae94.entry.js.map → p-8a0b4540.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-f7b3460c.entry.js.map → p-8dbe0add.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-e0cab72d.entry.js.map → p-9e413f66.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-d4d0a720.entry.js.map → p-9feda3ff.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-1d4e6390.entry.js.map → p-a0d570a0.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-7137962f.entry.js.map → p-b63754ff.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-23c72549.entry.js.map → p-b7057914.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-9bf471f5.entry.js.map → p-d08d3dd7.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-010454e4.entry.js.map → p-dc49f3c8.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-408741e6.entry.js.map → p-e2d0ad64.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-d829f880.entry.js.map → p-e447fb1f.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-ca2820fd.entry.js.map → p-ecc58519.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: 'b0c95fd2d1f3eff8c2a02773b7332fa8a0e8df4b', "aria-label": 'a pagination', "aria-value": this.currentPage, class: "container" }, h("div", { key: '5258c41927e8699f3abedd4e4cf127abc9b9d621', class: 'items__per-page-wrapper' }, h("div", { key: 'c1613e4f10bddd59733f92a18b02df25fb2bd41c', class: 'items__per-page-label' }, "Results per Page"), h("div", { key: 'c51981aec1cf851bba48ccac2bfdfc0d6889efdf', class: 'items__per-page-field' }, h("ifx-select", { key: 'df0af4e9e347a3bad00477d187df5dfa2336a3a8', 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: 'ef3a823246abfd7c22f4e3a214c87880491a97ce', class: 'items__total-wrapper' }, h("div", { key: 'd358a8c56ea8a2963b4de1cb0e3424e45bef5486', class: 'page__numbers-wrapper' }, h("div", { key: 'e0fd96bf52b67c9010f567bc11856f57f1fb9128', class: "pagination" }, h("ifx-icon-button", { key: '094f2b269326b82f332375bbf0bf94b25c895051', variant: 'secondary', class: "prev", color: 'primary', icon: 'arrow-left-24' }), h("ol", { key: '1cbe4f1104728aaf5c384d2328db1f2cfc10e6e5' }, this.numberOfPages.map((item) => h("li", { class: `${this.internalPage === item ? 'active' : ""}` }, h("a", { href: undefined }, item)))), h("ifx-icon-button", { key: '8befcf76b3fb5d7c349dbde7f45041b7cf661882', 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: 'e1978cda672a5b004cd0520c099041172ec5e819', "aria-label": 'a progress bar', "aria-value": this.value, class: `progress-bar ${this.size}` }, h("div", { key: '2e9094099e63479b88f5b832ec55f5eb51ab0d13', class: "progress", style: { width: `${this.internalValue}%` } }, this.showLabel && this.size !== "s" && this.internalValue !== 0 && h("span", { key: 'd7f1ecd1109f03379ffa36626e27f50f9ef7ca72', 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: '8b8ef83f01253deda3870317ac1899ea1e6d7bca', 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: '7668fa54b0682d512ef1af676dac8aee5575f8e8', 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: '5bd3bd3000434c1f0811534d0239b4b119e73f34', class: "radioButton__wrapper-mark" })), this.hasSlot && (h("div", { key: 'a4a533b20998726877f131d75f8477e41f7205e1', class: `label ${this.size === "m" ? "label-m" : ""} ${this.disabled ? 'disabled' : ''}` }, h("slot", { key: '5e097bb9d5048fd13d1a8a790ec3e0af666a24b4' }))), h("input", { key: '52c6fb892db708d17a460df3c31ea998d2528895', 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: '81ad6c9e3c9383011b89b8c5cbc0199a82731ede', class: 'radio-button-group-container' }, this.showGroupLabel ? h("div", { class: 'group-label' }, this.groupLabelText, " *") : '', h("div", { key: '7cff1f5f620a3d8a8b9942fa036e7da781365332', class: `radio-button-group ${this.alignment} ${this.size}` }, h("slot", { key: '379cb323140188aa43ad1677d05e81a6b6335b03', 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: 'c902f46ef9efab55d05e5f0c5bf24204e364f9f7', "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: '69bfbbbb91d0d918c9d62f1023babc630325882e', "aria-label": "a search field for user input", "aria-disabled": this.disabled, "aria-value": this.value, class: 'search-field' }, h("div", { key: '0bd284139b40d1c6b2288c74fb4f65235e470ab1', class: this.getWrapperClassNames(), tabindex: 1, onFocus: () => this.focusInput(), onClick: () => this.focusInput() }, h("ifx-icon", { key: 'a472e315073ad3d92fd55a5689f84e31bb57271c', icon: "search-16", class: "search-icon" }), h("input", { key: '0e4d8258fe7058ee1ad9b12605ccd7ba14f23ce2', 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: 'a2a4f876b6df7d82483690ab39a8eb2957f86b98', class: `segment ${this.selected ? 'segment--selected' : ''}`, tabIndex: 0, onClick: () => { this.handleSegmentClick(); }, onKeyDown: (e) => { this.handleSegmentKeyDown(e); } }, h("ifx-icon", { key: 'ebb49e6c61e102ef1b215c7210108af449a4533f', icon: this.icon }), " ", h("slot", { key: 'cbbb7945b5cfe90543b0ed3ddbe64f1799f1483c' })));
|
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: '440acc93eac2fe00fb0de05708e74361b47889e3', "aria-value": this.selectedValue, "aria-label": 'segmented control', class: 'group' }, h("div", { key: '0fbbe733af666f4da2684f7146cace877d43be18', class: 'group__label' }, this.label.trim()), h("div", { key: 'f4ddddb0f4870b5de51133e1d4f44b52aac091b6', class: 'group__controls' }, h("slot", { key: 'c89b3beba004ae66725b3fe82c588a9af2c1b645' })), this.caption.trim() &&
|
66
|
+
h("div", { key: '25e23614a9f8c980c7a96a6dff27ca9836b552ab', class: 'group__caption' }, h("ifx-icon", { key: '09766369503ef8aac9ea018b5eb3e547932b6121', 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: '4c8d53aa45b4271d4605d53fab95930cfa238e41', class: `ifx-select-container` }, this.label ? (h("div", { class: "ifx-label-wrapper" }, h("span", null, this.label))) : null, h("div", { key: 'dd8a78c93962d3a2c23cb9166b1790f1aa52b0d2', 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: '79659e3d6add1302f4b311f1b911dd8f6a472718', class: 'single__select-input-field', disabled: this.disabled }, attributes, { "data-trigger": true, onChange: () => this.handleChange() }), this.createSelectOptions(this.options)), h("div", { key: '8ed023feb5d55c75083dc43403c3c3365d58fcd2', class: "single__select-icon-container" }, this.optionIsSelected && (h("div", { key: '40b5fbb5bb07bd23aa49c2f0485855e6f9604cf7', class: "ifx-choices__icon-wrapper-delete" }, h("ifx-icon", { key: '81ecbe40f43c555df8990ce2a393170193e5c6d7', icon: "cremove16", onClick: () => this.handleDeleteSelection() }))), h("div", { key: '2aabe5ee5ecce1ff833e26c62b514f41209cef5b', class: "ifx-choices__icon-wrapper-up" }, h("ifx-icon", { key: "icon-up", icon: "chevronup-16" })), h("div", { key: 'b89f70067c4da987d24eb9da9835287e94819d3a', 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: '6d8a7acac67dff6fa16e5857d5d87ac1a230e708', class: "ifx-slider" }, this.leftText && (h("span", { key: '8fa50d852e012089fd2b918b093e87bf3c2f2c3a', class: `left-text` }, this.leftText)), this.leftIcon && (h("ifx-icon", { key: 'd84ba5ac7f08dd8dddca0c24143ba97bcfda374e', 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: '02911017ea076f62e13a55b98e8a723f40c9c75b', icon: this.rightIcon, class: `right-icon${this.disabled ? ' disabled' : ''}` })), this.rightText && (h("span", { key: 'e984e2322ff0fe2f8d2a2404a8e342c393a822e7', class: `right-text${this.disabled ? ' disabled' : ''}` }, this.rightText)), this.showPercentage && (this.type !== "double") && (h("span", { key: 'eb473d4ddcf6d10a3e01c474ffc76b916b0163e3', 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: '652c6fe6e0a08e3cf7238af351918a0c47fed005', "aria-label": "spinner indicating a loading process", class: this.getClassNames() }, h("div", { key: '03c1c7e9f20a988d3be881acf2e4e392e699fab2', class: `${this.variant !== 'brand' ? 'border' : ""} ${this.inverted ? 'inverted' : ""}` }), this.variant === 'brand'
|
9
|
+
&& h("div", { key: '84486975487322399e1558b7184827e958f68f36', class: `semiconductor ${this.inverted ? 'inverted' : ""} ${this.getSizeClass()}` }, h("svg", { key: '75095cf14fc4379ad614d19f3f17fbcc45522893', width: '40', height: '40', viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, h("g", { key: 'ac75f21b37bef789cac77fb0ba7ad32d137a059a', id: "spinner/conductor" }, h("path", { key: 'abec474d103c502e803abb0dc2b394200b6349bc', 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: 'f613dcda2a1cdf86cb9169937a3674b1f8d985f7', "aria-label": "a status indicator", "aria-value": this.label, class: containerClass }, h("span", { key: '17792fd234e467d0396d00f6e244a5842d08e1ce', class: `dot ${effectiveColor}` }), h("p", { key: '51261dabeec924c46a9a710c74de9bb7140bf927', 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: '9914ec28d308a59dae9f0f6117b2aece72ac6438', "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: '6017ac474bcbc1afa7ed1ec416bf0302fdbd5cdd', class: 'step-icon-wrapper' }, this.stepperState.variant !== 'compact' && h("span", { key: '0a90ed22e8b55a0a20d463347edd656ece131992', class: 'step-connector-l' }), (this.stepperState.variant !== 'compact' && (!this.error || (this.error && this.active))) &&
|
54
|
+
h("div", { key: 'c21888305852d7434847c329a7f7569ff2ac3b7d', class: 'step-icon' }, (this.stepperState.showStepNumber && !this.complete && !this.active) ? this.stepId : '', (this.complete && !this.active) && h("ifx-icon", { key: '1a97cd47db4fe64eda55a1418511bb1e78bc1332', icon: 'check16' }), this.active && h("span", { key: '2b918fa4f3052c7e6c5597f175956802ec2f34bb', class: 'active-indic' })), (this.stepperState.variant !== 'compact' && this.error && !this.active) && h("ifx-icon", { key: 'b515f8cab0008f14c9e1ba9a5f085792a440a2cc', icon: 'warningf24' }), this.stepperState.variant !== 'compact' && h("span", { key: '772ef8271ffb3398a7bcfedb732a12e43250ae98', 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: 'b16463d3fb54cafc520cb7799f647884f28989f0', 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: '81c8b0a1310dcb02c0c668c2ac7ed84902e31a8f' }), this.stepperState.variant === 'compact' && !this.active ? 'Next: ' : '', this.stepperState.variant === 'compact' && h("slot", { key: 'c20034f2bee0fea186754be2480b75552f4ea9e9' }))));
|
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: '797f8d8dcc699cfedf33c1a03d73d92fa452789e', "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: '809a1220c3920494be1e8ad0894d2e4eaf586823', class: 'stepper-progress' }, h("div", { key: 'ca02c1f0c34d24363f030b828d6d9807140687fe', class: 'progress-detail' }, `${Math.min(this.activeStep, this.stepsCount)} of ${this.stepsCount}`)), h("div", { key: 'dbed479b177e2535fcdf3ef7f5b1be04b6839074', class: `stepper-wrapper` }, h("slot", { key: 'ad74e85e68cb12d1737066d07274e00b04db7077' }))));
|
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: '00275ee24707ebf446476430fa4af6939bd017bf', 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: 'e15a531e43b1ccac07b4d8df4c91b44377c09ed4', class: `switch__checkbox-container ${this.internalChecked ? 'checked' : ''} ${this.disabled ? 'disabled' : ''}`, tabindex: "0" }, h("div", { key: 'bbbed47db3b07d7977b4ad29c08ba9d2b0bbce0a', class: "switch__checkbox-wrapper" }, h("input", { key: 'fd06dd4ccf3b45dc64d6d976ed2fb60dcf9134d4', type: "checkbox", hidden: true, name: this.name, disabled: this.disabled, checked: this.internalChecked, value: `${this.value}` }), h("div", { key: 'd3dc979f46b1f46cbbc3fa6df7d0b84852dddde7', class: `switch ${this.internalChecked ? 'checked' : ''} ${this.disabled ? 'disabled' : ''}` }))), h("div", { key: 'f3e47e690f6d87515f248fae689379b81fd6ff8a', class: `switch__label-wrapper ${this.disabled ? 'disabled' : ''}` }, h("label", { key: '4fef1d74b28e8b556f5364b6558047d1cf37eda1', htmlFor: "switch" }, h("slot", { key: 'acd83b37e36d11a0a2b7fd3a40bf1f0c584be42e', 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: '3918b1d231610b4f950c76a2ed07d925d7ba29e3' }, h("div", { key: 'd72e6b4183d5f89b28f837ffb7996a63d33f5c4f', class: "search-container" }, h("slot", { key: 'e01e5096996fe278288ca45a4556df6f887e95b2', name: "filter-search" }), " "), h("div", { key: 'd98c1aabedb706e1cd87329e1b5f223395692e01', class: "components-container" }, slots.length > 0 ? slots : h("slot", { name: "filter-component" }), this.showMoreFiltersButton && !this.showAllFilters && (h("div", { key: '655e3d96f5265ad5c2f412c27b715a083456e8b6', class: "more-filters-wrapper", onClick: this.handleMoreFiltersClick }, h("ifx-button", { key: '47dabee1d37f6c673b2d62de1547eaba96262e8a', type: "button", disabled: false, variant: "tertiary", size: "m", target: "_blank", theme: "default", "full-width": "false" }, h("ifx-icon", { key: 'de59be45b90578acde9c141129f4579562e348cf', 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: '04f5bf30e72842f9933b4e996d0f1f8fd05a7e20', class: `accordion ${this.expanded ? 'expanded' : ''}` }, h("div", { key: 'db74e70636d12b7eda258cd51b970efabca762b1', class: `header ${this.expanded ? 'expanded' : ''}`, onClick: this.toggleAccordion }, h("div", { key: '275bb4906b9bf54d3f7a3d92127c2b5f5929f66f', class: `text-and-icon ${this.expanded ? 'expanded' : ''}` }, h("div", { key: '196c8da9491b30ee1b9340f2d608dcc0fbc77e8d', class: "text" }, h("span", { key: 'ca7a0e16bdec5ad7c7712eacc663e93016745274' }, this.filterGroupName), h("ifx-number-indicator", { key: 'ded7fee1ddad870fd8ab71c552443b10c64fe16b' }, this.count)), h("ifx-icon", { key: 'bf3c7d0609df661cf80d2a54d6541f00ad12e4fe', class: this.expanded ? '' : 'hidden', icon: "minus-16", onClick: this.toggleAccordion }), h("ifx-icon", { key: 'e51d932d03376e78da2a7c7023b7a730c485735e', class: this.expanded ? 'hidden' : '', icon: "plus-16", onClick: this.toggleAccordion }))), this.expanded &&
|
35
|
+
h("div", { key: '9f918e904eac2a581a2964c151a968745ac947f3', class: "filter-accordion-container" }, h("slot", { key: 'dd76a13a2b0eacbdf472d80418b3c003c9a4fac5', 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: '53a34910aec55e31b40d2d2868481fea46dec401', class: `${this.filterOrientation === 'sidebar' ? 'sidebar-filter-search-wrapper' : 'topbar-filter-search-wrapper'}` }, h("div", { key: 'eb4451b33cf8815237b0543d22f0cabcc2129070', class: "filter-name" }, this.filterName), h("ifx-search-field", { key: '6240cf45bc67f23d9899ee67914974104801f632', 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: 'b3c13d48da96a74d05ba0af9f592fc4f4bf688fc' }, h("div", { key: 'd0bea155f2d083279710607bde2957fa7f2bdd41', class: "filter-type-group" }, h("slot", { key: '71c60c9cdc705fb1d845b93d9871f3257090b88f', name: "filter-search" }), h("slot", { key: 'd3ecbbd9e98a227cd2d6902e28ce13c1511bd451', 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: 'e7beb5ddc5e3493eac6f47d2eaf066a6f8a09add', 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"; }
|
@@ -354,12 +354,12 @@ export class Table {
|
|
354
354
|
};
|
355
355
|
}
|
356
356
|
const filterClass = this.filterOrientation === 'topbar' ? 'topbar-layout' : 'sidebar-layout';
|
357
|
-
return (h(Host, { key: '
|
357
|
+
return (h(Host, { key: '2ee3c03bd8c62ee4b12d6d5bd37f072321bb6fd3' }, h("div", { key: '47392ba547ca6be94aa5580ed7321468bfbab8e5', class: "table-container" }, this.filterOrientation === 'sidebar' && (h("div", { key: '855cc68ea75f80d10639f8cf14711dcc863dd65b', class: "sidebar-btn" }, h("ifx-button", { key: '3b9b5a68da7dbb24da61da6ad12cf6e783d1cd03', type: "button", disabled: false, variant: "secondary", size: "m", target: "_blank", theme: "default", "full-width": "false", onClick: () => this.toggleSidebarFilters() }, h("ifx-icon", { key: '9218c5a939cb15be75e227795e1cee82609719f2', icon: "cross-12" }), this.showSidebarFilters ? 'Hide Filters' : 'Show Filters'))), h("div", { key: '55f726cbb2b15f5f7448e1f3825fa47b2ef7cc19', class: filterClass }, this.filterOrientation === 'sidebar' && this.showSidebarFilters && (h("div", { key: 'd4f76aaed100c0c70c37eb20de31e4e2c290b492', class: "sidebar-container" }, h("div", { key: '0c75ba6a8ae08a2b8f8a8725ab192edd64e744ab', class: "filters-title-container" }, h("span", { key: '081ac7ba4efc433fe16f580f045d1aaea12b177c', class: "filters-title" }, "Filters")), h("div", { key: '4dd7c3d530d117888a161765f1d229e8c4f4a174', class: "set-filter-wrapper-sidebar" }, (this.filterOrientation !== 'sidebar' || this.showSidebarFilters) && (h("slot", { key: '6c2bed629abd9b62dbb5787238879d1d581c2bed', name: "sidebar-filter" }))))), this.filterOrientation !== 'none' && this.filterOrientation !== 'sidebar' && (h("div", { key: '60a9e8b490c6a86cb893252cac048d707ab42e89', class: "set-filter-wrapper-topbar" }, (this.filterOrientation !== 'sidebar' || this.showSidebarFilters) && (h("slot", { key: '1a17cd68a6b9c71fca6ce14a5c9cd8100aba87de', name: "topbar-filter" })))), h("div", { key: '790e93092fba4302659a41e438a00cae685d4367', class: "table-pagination-wrapper" }, h("div", { key: '7c08b8bbf4cf677f2c5b53e3ecb1c8ca020f2b62', class: "filter-chips" }, this.filterOrientation !== 'none' && this.filterOrientation !== 'topbar' && this.showSidebarFilters && (Object.keys(this.currentFilters).map(name => {
|
358
358
|
const filter = this.currentFilters[name];
|
359
359
|
const filterValues = filter.filterValues;
|
360
360
|
const isMultiSelect = filter.type !== 'text';
|
361
361
|
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;
|
362
|
-
})), this.filterOrientation !== 'none' && this.filterOrientation === 'sidebar' && this.showSidebarFilters && Object.keys(this.currentFilters).length > 0 && (h("ifx-button", { key: '
|
362
|
+
})), this.filterOrientation !== 'none' && this.filterOrientation === 'sidebar' && this.showSidebarFilters && Object.keys(this.currentFilters).length > 0 && (h("ifx-button", { key: '46d8fd4618d274dff6a37223d2731eb88c106bbb', type: "button", disabled: false, variant: "tertiary", size: "m", target: "_blank", theme: "default", "full-width": "false", onClick: () => this.handleResetButtonClick() }, h("ifx-icon", { key: 'c3b4fae732927d619f002e4a1e1ad90ee96eac5b', icon: "curved-arrow-left-16" }), "Reset all"))), this.filterOrientation !== 'none' && (h("div", { key: '8175ea0ccb78a1d9b1596ea0572013e91fa932da', class: "matching-results-container" }, h("span", { key: '73af3ee2aa9f56233a31fb139186388d1635ba00', class: "matching-results-count" }, this.matchingResultsCount), h("span", { key: 'dea17112552d90f53959668168a26bf095684097', class: "matching-results-text" }, "matching results"))), h("div", { key: 'eb8dfef68947a14b9ad9e973630c9f20adb2fb43', id: "table-wrapper", class: this.getTableClassNames() }, h("div", { key: '21a7b786fee18bfcec4cae3eb5c4490e65474b3b', id: `ifxTable-${this.uniqueKey}`, class: 'ifx-ag-grid', 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)))));
|
363
363
|
}
|
364
364
|
hasButtonCol() {
|
365
365
|
return this.getColData().some(column => column.field === 'button');
|
@@ -143,7 +143,7 @@ export class Table {
|
|
143
143
|
return {};
|
144
144
|
}
|
145
145
|
render() {
|
146
|
-
return (h(Host, { key: '
|
146
|
+
return (h(Host, { key: 'ad2d7535d94aba7f303088599101f365f077f65e' }, h("div", { key: 'ab6135affa957b20efc6fcd96be4e5308e767659', id: "table-wrapper", class: this.getClassNames() }, h("div", { key: '2aac286f7422d5c0106c1a13beab760abb3e03fe', id: `ifxTable-${this.uniqueKey}`, class: "ifx-ag-grid", style: this.getTableStyle(), ref: (el) => (this.container = el) }))));
|
147
147
|
}
|
148
148
|
static get is() { return "ifx-basic-table"; }
|
149
149
|
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: '9390db47c18accefa13e357fa4cbee278b984f40' });
|
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: '5611a3f319b0d8bd8eb135c5583e51a7ebbbdf14', "aria-label": "navigation tabs", class: `tabs ${this.internalOrientation}` }, h("ul", { key: 'e72b1eca9d9a9a1d74aea100b5400d8db7e0bc8d', 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: '2fcbbe0dbfd84095cc2050e96f71b97bfd2d3571', class: "active-border" })), h("div", { key: 'c788afab32a3b14eb58d4c195bbca3c83ef5fe4d', 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: '226762652cca543b0a1d18e5369522b4e3f8e439', "aria-label": "a tag", class: "container" }, this.icon && (h("ifx-icon", { key: 'fdbc2d0f9db2230d6a5dfa0c8bce6168c84be5ed', icon: this.icon })), h("a", { key: '4b0b1c215663bb98233e9f4a1839c039d5a62677', href: "javascript:void(null);", class: "label-wrapper" }, h("p", { key: '886e29da34a796cd03db982a9a189512c4a0a953', class: "label" }, h("slot", { key: 'e202efd131d0acb79b9d47a4dfaa8ba865598377' })))));
|
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: 'f65bcad4089f5c8b672184729dcdd17c6eda8cba' }, 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: '2839932de12b3ac02cf1bb01c535b544c79ffaba', class: 'templates__container' }, h("div", { key: 'e69da2fb658fa6d1026908bc183be10fb9ab3e06', class: "back__btn-wrapper" }, h("ifx-icon-button", { key: '26b0ee7071c26f39b7567839249e88ed2a78d78b', onClick: () => this.filterTemplates(false), shape: "round", variant: "tertiary", icon: "arrow-left-16", target: "_blank", size: "m" }), h("div", { key: 'b91f587d291208f5f67a2fc5ea19c9253e393860', class: "alert__wrapper" }, h("ifx-alert", { key: 'd0ee2491c8e52d39b05bd4ce5b9a21ba3300f5c2', onClick: () => this.closeAlert(), "aria-live": "assertive", variant: "danger", icon: "c-info-24" }, "All fields are mandatory"))), h("h2", { key: 'aaf1a750b6277f6644d05a9aefa27c3c36f7cf88', class: "templates__title" }, "Choose your template"), h("div", { key: 'f484bc4ba4f2f91ede04eb39f422b0a971b71113', class: "templates__wrapper" }, h("ifx-template", { key: '056c35bdd617a568c2dc012cb88762be7c8455c9', name: 'template-01', thumbnail: this.tableTemplate }), h("ifx-template", { key: 'd65ec2d5fe3f12e7a718d493abd3dbf5e22de531', name: 'template-02', thumbnail: this.wizardTemplate }))));
|
44
44
|
}
|
45
45
|
static get is() { return "ifx-templates-ui"; }
|
46
46
|
static get encapsulation() { return "shadow"; }
|
@@ -46,12 +46,12 @@ export class TextField {
|
|
46
46
|
this.handleTypeProp();
|
47
47
|
}
|
48
48
|
render() {
|
49
|
-
return (h("div", { key: '
|
49
|
+
return (h("div", { key: '86712b12b55ed4e472bb349e23c599a47a549c5c', "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: 'e4214d0b8ae5c903cf479f0efd7154267d7bdd80', class: "textInput__top-wrapper" }, h("label", { key: 'd385b297f339f3127d2aff8232fee554509e9243', htmlFor: "text-field" }, h("slot", { key: 'ba5bbc0cc791d34f94c40d5b258d0f1af42f9bf1' }), 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: '3b5bff7346734dfe80514d15f62017faa0e1b32a', class: "textInput__bottom-wrapper" }, h("div", { key: 'be2db37e7776bc58eaa235e6f0fc5b882f444ab5', class: "input-container" }, this.icon && (h("ifx-icon", { key: '8dbe69bef7a98abbfeee4cafe8dc3ece39824df8', class: 'input-icon', icon: this.icon })), h("input", { key: '8dbbaf7ad797df70a781311fcdb949059cdea4ed', ref: (el) => (this.inputElement = el), disabled: this.disabled, autocomplete: this.autocomplete, type: this.internalType, id: 'text-field', value: this.value, onInput: () => this.handleInput(), placeholder: this.placeholder, maxlength: this.maxlength, class: `${this.icon ? 'icon' : ""}
|
50
50
|
${this.error ? 'error' : ""}
|
51
51
|
${this.size === "s" ? "input-s" : ""}
|
52
|
-
${this.success ? "success" : ""}` }), (this.showDeleteIcon && this.value) && (h("ifx-icon", { key: '
|
53
|
-
h("div", { key: '
|
54
|
-
h("div", { key: '
|
52
|
+
${this.success ? "success" : ""}` }), (this.showDeleteIcon && this.value) && (h("ifx-icon", { key: 'da84395b471e3b15724058b814bacd5d8b4cdd16', class: "delete-icon", icon: "cremove16", onClick: () => this.handleDeleteContent() }))), this.caption && !this.error &&
|
53
|
+
h("div", { key: 'fc069368b47910abcfcfd969582041f0e36bd6fc', class: `textInput__bottom-wrapper-caption ${this.disabled} ? disabled : ""` }, this.caption), this.error &&
|
54
|
+
h("div", { key: '5030a2e7c08001b8a8a1a82a67d812d76153d470', class: "textInput__bottom-wrapper-caption error" }, this.caption))));
|
55
55
|
}
|
56
56
|
static get is() { return "ifx-text-field"; }
|
57
57
|
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: 'c04bd9f6eb75e14607f6b81fb32065752fd814ac', class: `wrapper--${this.error ? 'error' : ''} wrapper--${this.disabled ? 'disabled' : ''}` }, h("label", { key: 'bd270704eaedbd3fb127015dd5d9993839a75135', class: 'wrapper__label', htmlFor: this.inputId }, (_a = this.label) === null || _a === void 0 ? void 0 : _a.trim()), h("div", { key: '2ff0f414ce2209a5f7bdc9400b2c7c2356da39fd', class: 'wrapper__textarea' }, h("textarea", { key: '65007882cbf52104ee22af96beacb9d882bbf245', "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: 'c44b21fd8eef93920228267d9baf51a12bcf08ea', 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: '9c87ad898f047bf3fefbfeec39faa033d39e2860', "aria-label": "a tooltip showing important information", "aria-value": this.header, class: "tooltip__container" }, h("slot", { key: 'fc4ac4d2a09ccd8c038a180aeadce7fee2ab9b90' }), this.variant.toLowerCase() === 'dismissible' && h("div", { key: '9627cd1efe01ffcae8227920b0a59848c85ee5b7', class: tooltipDismissible }, h("button", { key: '96c225756217e4f5054c8b02fe0a20b848c845f5', "aria-label": "Close Tooltip", class: "close-button", onClick: this.onDismissClick }, h("ifx-icon", { key: 'f976619fb32729deb0be068b2c813b02bce37749', icon: "cross16" })), h("div", { key: 'e4219ce93a82ecd3534c8985cd62049cd23cbaa7', class: "tooltip-dismissible-content" }, this.header && h("div", { key: 'a168b26826aa857fce0f437023e5e18a956cee3d', class: "tooltip-dismissible-header" }, this.header), h("div", { key: '0bdfdce23226097d1f60a3d72032bcd9d7b709fe', class: "tooltip-dismissible-body" }, this.text)), h("svg", { key: '6c6efed9ed056040960a7928e93d0b6ff7f83b30', 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: 'f9de1eb1b04f276c3ca7176af1066e483a441b69', id: "Indicator", d: "M6 0L12 8L0 8L6 0Z", fill: "#1D1D1D" }))), this.variant.toLowerCase() === 'compact' &&
|
152
|
+
h("div", { key: '7cbd4ea98ec29eff71021b27cfd2696c5fa6cb68', class: tooltipCompact }, this.text, h("svg", { key: 'e75535c511eea6ea685cabd01f7646452699ecff', 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: 'f3c6a9710be713cac4e3322e68700423441bc007', id: "Indicator", d: "M6 0L12 8L0 8L6 0Z", fill: "#1D1D1D" }))), this.variant.toLowerCase() === 'extended' &&
|
153
|
+
h("div", { key: 'f04a640ab90d6f957bff270b7b170699634f3ee9', class: tooltipExtended }, h("slot", { key: 'aaab6713c93dbf5441ed8d83b1c8111076397404', 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: '723034136727fa51330c9f34fbfb4931f8af857e', class: "tooltip-extended-content" }, this.header && h("div", { key: '8bc34fd54d3e0a7abcd2f08145556c94dbde879b', class: "tooltip-extended-header" }, this.header), h("div", { key: 'e607a0953671b563f49921049a69ffe71c6d962e', class: "tooltip-extended-body" }, this.text)), h("svg", { key: 'a1aa6e39af3ecc50a5c8ee81c3f9fa826f88a446', 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: '9cd2e3ec0d0e5f1d3b4c58f7f85f5a3439638eae', 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: '38fe3ec5631fe45adcc35588f571cb04b9c2ff86', class: 'container' }, h("ifx-accordion", { key: '0a200c6d581b25df4d1ac5109a552fb03ce19248' }, h("ifx-accordion-item", { key: '817f3277cafe0434924c77df5f535a1aed24c31d', 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: 'c26ade22de3178d88f441dfeaf13af56b39a225e', 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: 'f294796deb5779d31b8d0436c0ebce363e17d51b', 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: '17996798e2b1a74e4ba64e0745cccc3de1af63dc', 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: 'f3246800892322c806e8710a8c7824b7dffa6a34', 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"; }
|
@@ -179,7 +179,7 @@ const Table = /*@__PURE__*/ proxyCustomElement(class Table extends H {
|
|
179
179
|
return {};
|
180
180
|
}
|
181
181
|
render() {
|
182
|
-
return (h(Host, { key: '
|
182
|
+
return (h(Host, { key: 'ad2d7535d94aba7f303088599101f365f077f65e' }, h("div", { key: 'ab6135affa957b20efc6fcd96be4e5308e767659', id: "table-wrapper", class: this.getClassNames() }, h("div", { key: '2aac286f7422d5c0106c1a13beab760abb3e03fe', id: `ifxTable-${this.uniqueKey}`, class: "ifx-ag-grid", style: this.getTableStyle(), ref: (el) => (this.container = el) }))));
|
183
183
|
}
|
184
184
|
get host() { return this; }
|
185
185
|
static get style() { return IfxBasicTableStyle0; }
|