@infineon/infineon-design-system-stencil 32.8.3--canary.1801.9e100fbdf7acebdfe2817708727a43d1a0b9be13.0 → 32.9.0--canary.1690.ef94902073425116647c9c7d684cb0b9cb0173a2.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.
Files changed (285) hide show
  1. package/dist/cjs/ifx-alert_2.cjs.entry.js +1 -1
  2. package/dist/cjs/ifx-basic-table.cjs.entry.js +1 -1
  3. package/dist/cjs/ifx-chip_3.cjs.entry.js +1 -1
  4. package/dist/cjs/ifx-faq.cjs.entry.js +1 -1
  5. package/dist/cjs/ifx-filter-accordion.cjs.entry.js +2 -2
  6. package/dist/cjs/ifx-filter-bar.cjs.entry.js +1 -1
  7. package/dist/cjs/ifx-filter-search.cjs.entry.js +1 -1
  8. package/dist/cjs/ifx-filter-type-group.cjs.entry.js +1 -1
  9. package/dist/cjs/ifx-list-entry.cjs.entry.js +1 -1
  10. package/dist/cjs/ifx-navbar-item.cjs.entry.js +16 -3
  11. package/dist/cjs/ifx-navbar-item.cjs.entry.js.map +1 -1
  12. package/dist/cjs/ifx-navbar-profile.cjs.entry.js +4 -4
  13. package/dist/cjs/ifx-navbar-profile.cjs.entry.js.map +1 -1
  14. package/dist/cjs/ifx-navbar.cjs.entry.js +3 -3
  15. package/dist/cjs/ifx-notification.cjs.entry.js +2 -2
  16. package/dist/cjs/ifx-number-indicator.cjs.entry.js +1 -1
  17. package/dist/cjs/ifx-overview-table.cjs.entry.js +1 -1
  18. package/dist/cjs/ifx-progress-bar.cjs.entry.js +1 -1
  19. package/dist/cjs/ifx-radio-button-group.cjs.entry.js +1 -1
  20. package/dist/cjs/ifx-radio-button.cjs.entry.js +2 -2
  21. package/dist/cjs/ifx-search-bar.cjs.entry.js +1 -1
  22. package/dist/cjs/ifx-search-field.cjs.entry.js +1 -1
  23. package/dist/cjs/ifx-segment.cjs.entry.js +1 -1
  24. package/dist/cjs/ifx-segmented-control.cjs.entry.js +2 -2
  25. package/dist/cjs/ifx-select.cjs.entry.js +2 -2
  26. package/dist/cjs/ifx-sidebar-item.cjs.entry.js +5 -5
  27. package/dist/cjs/ifx-sidebar-title.cjs.entry.js +1 -1
  28. package/dist/cjs/ifx-sidebar.cjs.entry.js +5 -5
  29. package/dist/cjs/ifx-slider.cjs.entry.js +2 -2
  30. package/dist/cjs/ifx-spinner_2.cjs.entry.js +6 -6
  31. package/dist/cjs/ifx-status.cjs.entry.js +1 -1
  32. package/dist/cjs/ifx-step.cjs.entry.js +4 -4
  33. package/dist/cjs/ifx-stepper.cjs.entry.js +2 -2
  34. package/dist/cjs/ifx-switch.cjs.entry.js +1 -1
  35. package/dist/cjs/ifx-tab.cjs.entry.js +1 -1
  36. package/dist/cjs/ifx-table.cjs.entry.js +2 -2
  37. package/dist/cjs/ifx-tabs.cjs.entry.js +2 -2
  38. package/dist/cjs/ifx-tag.cjs.entry.js +1 -1
  39. package/dist/cjs/ifx-templates-ui.cjs.entry.js +1 -1
  40. package/dist/cjs/ifx-textarea.cjs.entry.js +1 -1
  41. package/dist/cjs/ifx-tooltip.cjs.entry.js +4 -4
  42. package/dist/cjs/infineon-design-system-stencil.cjs.js +1 -1
  43. package/dist/cjs/loader.cjs.js +1 -1
  44. package/dist/collection/components/navigation/navbar/navbar-item.css +5 -0
  45. package/dist/collection/components/navigation/navbar/navbar-item.js +34 -2
  46. package/dist/collection/components/navigation/navbar/navbar-item.js.map +1 -1
  47. package/dist/collection/components/navigation/navbar/navbar-profile.js +3 -3
  48. package/dist/collection/components/navigation/navbar/navbar.js +3 -3
  49. package/dist/collection/components/navigation/sidebar/sidebar-item.js +5 -5
  50. package/dist/collection/components/navigation/sidebar/sidebar-title.js +1 -1
  51. package/dist/collection/components/navigation/sidebar/sidebar.js +5 -5
  52. package/dist/collection/components/notification/notification.js +2 -2
  53. package/dist/collection/components/number-indicator/number-indicator.js +1 -1
  54. package/dist/collection/components/overview-table/overview-table.js +1 -1
  55. package/dist/collection/components/pagination/pagination.js +1 -1
  56. package/dist/collection/components/progress-bar/progress-bar.js +1 -1
  57. package/dist/collection/components/radio-button/radio-button.js +2 -2
  58. package/dist/collection/components/radio-button-group/radio-button-group.js +1 -1
  59. package/dist/collection/components/search-bar/search-bar.js +1 -1
  60. package/dist/collection/components/search-field/search-field.js +1 -1
  61. package/dist/collection/components/segmented-control/segment/segment.js +1 -1
  62. package/dist/collection/components/segmented-control/segmented-control.js +2 -2
  63. package/dist/collection/components/select/single-select/select.js +2 -2
  64. package/dist/collection/components/slider/slider.js +2 -2
  65. package/dist/collection/components/spinner/spinner.js +2 -2
  66. package/dist/collection/components/status/status.js +1 -1
  67. package/dist/collection/components/stepper/step/step.js +4 -4
  68. package/dist/collection/components/stepper/stepper.js +2 -2
  69. package/dist/collection/components/switch/switch.js +1 -1
  70. package/dist/collection/components/table-advanced-version/filter-bar/filter-bar.js +1 -1
  71. package/dist/collection/components/table-advanced-version/filter-type-group/filter-accordion/filter-accordion.js +2 -2
  72. package/dist/collection/components/table-advanced-version/filter-type-group/filter-search/filter-search.js +1 -1
  73. package/dist/collection/components/table-advanced-version/filter-type-group/filter-type-group.js +1 -1
  74. package/dist/collection/components/table-advanced-version/list/list-entry/list-entry.js +1 -1
  75. package/dist/collection/components/table-advanced-version/table.js +2 -2
  76. package/dist/collection/components/table-basic-version/table.js +1 -1
  77. package/dist/collection/components/tabs/tab.js +1 -1
  78. package/dist/collection/components/tabs/tabs.js +2 -2
  79. package/dist/collection/components/tag/tag.js +1 -1
  80. package/dist/collection/components/templates/template/template.js +1 -1
  81. package/dist/collection/components/templates/templates-ui/templates-ui.js +1 -1
  82. package/dist/collection/components/text-field/text-field.js +4 -4
  83. package/dist/collection/components/textarea/textarea.js +1 -1
  84. package/dist/collection/components/tooltip/tooltip.js +4 -4
  85. package/dist/collection/stories/setup-and-installation/faq/faq.js +1 -1
  86. package/dist/components/ifx-basic-table.js +1 -1
  87. package/dist/components/ifx-chip.js +1 -1
  88. package/dist/components/ifx-faq.js +1 -1
  89. package/dist/components/ifx-filter-accordion.js +3 -3
  90. package/dist/components/ifx-filter-bar.js +1 -1
  91. package/dist/components/ifx-filter-search.js +2 -2
  92. package/dist/components/ifx-filter-type-group.js +1 -1
  93. package/dist/components/ifx-icons-preview.js +1 -1
  94. package/dist/components/ifx-list-entry.js +2 -2
  95. package/dist/components/ifx-navbar-item.js +25 -5
  96. package/dist/components/ifx-navbar-item.js.map +1 -1
  97. package/dist/components/ifx-navbar-profile.js +4 -4
  98. package/dist/components/ifx-navbar-profile.js.map +1 -1
  99. package/dist/components/ifx-navbar.js +3 -3
  100. package/dist/components/ifx-notification.js +1 -1
  101. package/dist/components/ifx-number-indicator.js +1 -1
  102. package/dist/components/ifx-overview-table.js +2 -2
  103. package/dist/components/ifx-pagination.js +1 -1
  104. package/dist/components/ifx-progress-bar.js +1 -1
  105. package/dist/components/ifx-radio-button-group.js +1 -1
  106. package/dist/components/ifx-radio-button.js +1 -1
  107. package/dist/components/ifx-search-bar.js +2 -2
  108. package/dist/components/ifx-search-field.js +1 -1
  109. package/dist/components/ifx-segment.js +1 -1
  110. package/dist/components/ifx-segmented-control.js +2 -2
  111. package/dist/components/ifx-select.js +1 -1
  112. package/dist/components/ifx-set-filter.js +2 -2
  113. package/dist/components/ifx-sidebar-item.js +6 -6
  114. package/dist/components/ifx-sidebar-title.js +1 -1
  115. package/dist/components/ifx-sidebar.js +5 -5
  116. package/dist/components/ifx-slider.js +2 -2
  117. package/dist/components/ifx-spinner.js +1 -1
  118. package/dist/components/ifx-status.js +1 -1
  119. package/dist/components/ifx-step.js +4 -4
  120. package/dist/components/ifx-stepper.js +2 -2
  121. package/dist/components/ifx-switch.js +1 -1
  122. package/dist/components/ifx-tab.js +1 -1
  123. package/dist/components/ifx-table.js +6 -6
  124. package/dist/components/ifx-tabs.js +2 -2
  125. package/dist/components/ifx-tag.js +1 -1
  126. package/dist/components/ifx-template.js +1 -1
  127. package/dist/components/ifx-templates-ui.js +4 -4
  128. package/dist/components/ifx-text-field.js +1 -1
  129. package/dist/components/ifx-textarea.js +1 -1
  130. package/dist/components/ifx-tooltip.js +4 -4
  131. package/dist/components/{p-c50f3c5c.js → p-427dec58.js} +2 -2
  132. package/dist/components/{p-c50f3c5c.js.map → p-427dec58.js.map} +1 -1
  133. package/dist/components/{p-d0978a2a.js → p-7cf5a49e.js} +2 -2
  134. package/dist/components/{p-d0978a2a.js.map → p-7cf5a49e.js.map} +1 -1
  135. package/dist/components/{p-29acebf4.js → p-92e8b476.js} +3 -3
  136. package/dist/components/{p-29acebf4.js.map → p-92e8b476.js.map} +1 -1
  137. package/dist/components/{p-d4a3a47a.js → p-943667cc.js} +3 -3
  138. package/dist/components/{p-d4a3a47a.js.map → p-943667cc.js.map} +1 -1
  139. package/dist/components/{p-094fbb51.js → p-ab1c7bfa.js} +4 -4
  140. package/dist/components/{p-094fbb51.js.map → p-ab1c7bfa.js.map} +1 -1
  141. package/dist/components/{p-650841dc.js → p-b654ca64.js} +2 -2
  142. package/dist/components/{p-650841dc.js.map → p-b654ca64.js.map} +1 -1
  143. package/dist/components/{p-957b910f.js → p-b902ae49.js} +5 -5
  144. package/dist/components/{p-957b910f.js.map → p-b902ae49.js.map} +1 -1
  145. package/dist/components/{p-b13e8e96.js → p-d092c793.js} +3 -3
  146. package/dist/components/{p-b13e8e96.js.map → p-d092c793.js.map} +1 -1
  147. package/dist/components/{p-62623d25.js → p-db280209.js} +3 -3
  148. package/dist/components/{p-62623d25.js.map → p-db280209.js.map} +1 -1
  149. package/dist/components/{p-e7707c2b.js → p-fc09ad6e.js} +3 -3
  150. package/dist/components/{p-e7707c2b.js.map → p-fc09ad6e.js.map} +1 -1
  151. package/dist/esm/ifx-alert_2.entry.js +1 -1
  152. package/dist/esm/ifx-basic-table.entry.js +1 -1
  153. package/dist/esm/ifx-chip_3.entry.js +1 -1
  154. package/dist/esm/ifx-faq.entry.js +1 -1
  155. package/dist/esm/ifx-filter-accordion.entry.js +2 -2
  156. package/dist/esm/ifx-filter-bar.entry.js +1 -1
  157. package/dist/esm/ifx-filter-search.entry.js +1 -1
  158. package/dist/esm/ifx-filter-type-group.entry.js +1 -1
  159. package/dist/esm/ifx-list-entry.entry.js +1 -1
  160. package/dist/esm/ifx-navbar-item.entry.js +16 -3
  161. package/dist/esm/ifx-navbar-item.entry.js.map +1 -1
  162. package/dist/esm/ifx-navbar-profile.entry.js +4 -4
  163. package/dist/esm/ifx-navbar-profile.entry.js.map +1 -1
  164. package/dist/esm/ifx-navbar.entry.js +3 -3
  165. package/dist/esm/ifx-notification.entry.js +2 -2
  166. package/dist/esm/ifx-number-indicator.entry.js +1 -1
  167. package/dist/esm/ifx-overview-table.entry.js +1 -1
  168. package/dist/esm/ifx-progress-bar.entry.js +1 -1
  169. package/dist/esm/ifx-radio-button-group.entry.js +1 -1
  170. package/dist/esm/ifx-radio-button.entry.js +2 -2
  171. package/dist/esm/ifx-search-bar.entry.js +1 -1
  172. package/dist/esm/ifx-search-field.entry.js +1 -1
  173. package/dist/esm/ifx-segment.entry.js +1 -1
  174. package/dist/esm/ifx-segmented-control.entry.js +2 -2
  175. package/dist/esm/ifx-select.entry.js +2 -2
  176. package/dist/esm/ifx-sidebar-item.entry.js +5 -5
  177. package/dist/esm/ifx-sidebar-title.entry.js +1 -1
  178. package/dist/esm/ifx-sidebar.entry.js +5 -5
  179. package/dist/esm/ifx-slider.entry.js +2 -2
  180. package/dist/esm/ifx-spinner_2.entry.js +6 -6
  181. package/dist/esm/ifx-status.entry.js +1 -1
  182. package/dist/esm/ifx-step.entry.js +4 -4
  183. package/dist/esm/ifx-stepper.entry.js +2 -2
  184. package/dist/esm/ifx-switch.entry.js +1 -1
  185. package/dist/esm/ifx-tab.entry.js +1 -1
  186. package/dist/esm/ifx-table.entry.js +2 -2
  187. package/dist/esm/ifx-tabs.entry.js +2 -2
  188. package/dist/esm/ifx-tag.entry.js +1 -1
  189. package/dist/esm/ifx-templates-ui.entry.js +1 -1
  190. package/dist/esm/ifx-textarea.entry.js +1 -1
  191. package/dist/esm/ifx-tooltip.entry.js +4 -4
  192. package/dist/esm/infineon-design-system-stencil.js +1 -1
  193. package/dist/esm/loader.js +1 -1
  194. package/dist/infineon-design-system-stencil/infineon-design-system-stencil.esm.js +1 -1
  195. package/dist/infineon-design-system-stencil/infineon-design-system-stencil.esm.js.map +1 -1
  196. package/dist/infineon-design-system-stencil/{p-98519765.entry.js → p-02be5ab9.entry.js} +2 -2
  197. package/dist/infineon-design-system-stencil/{p-b6ae0c91.entry.js → p-04635411.entry.js} +2 -2
  198. package/dist/infineon-design-system-stencil/{p-656866fe.entry.js → p-056f186a.entry.js} +2 -2
  199. package/dist/infineon-design-system-stencil/p-0849e856.entry.js +2 -0
  200. package/dist/infineon-design-system-stencil/p-0849e856.entry.js.map +1 -0
  201. package/dist/infineon-design-system-stencil/{p-b4575d17.entry.js → p-10d807f6.entry.js} +2 -2
  202. package/dist/infineon-design-system-stencil/{p-6d4a707f.entry.js → p-1254ab3c.entry.js} +2 -2
  203. package/dist/infineon-design-system-stencil/p-12cb570e.entry.js +2 -0
  204. package/dist/infineon-design-system-stencil/p-12cb570e.entry.js.map +1 -0
  205. package/dist/infineon-design-system-stencil/{p-8e67f319.entry.js → p-154970c5.entry.js} +2 -2
  206. package/dist/infineon-design-system-stencil/{p-8cc3350c.entry.js → p-17c09c0a.entry.js} +2 -2
  207. package/dist/infineon-design-system-stencil/{p-a68c871e.entry.js → p-1b22b4d8.entry.js} +2 -2
  208. package/dist/infineon-design-system-stencil/{p-269945bf.entry.js → p-200c7e84.entry.js} +2 -2
  209. package/dist/infineon-design-system-stencil/p-201a45a5.entry.js +2 -0
  210. package/dist/infineon-design-system-stencil/{p-ab39ded7.entry.js → p-22a4c8c4.entry.js} +2 -2
  211. package/dist/infineon-design-system-stencil/{p-bad7e525.entry.js → p-25345daf.entry.js} +2 -2
  212. package/dist/infineon-design-system-stencil/{p-7ac2b811.entry.js → p-356090be.entry.js} +2 -2
  213. package/dist/infineon-design-system-stencil/{p-5d95f0ae.entry.js → p-3b441f53.entry.js} +2 -2
  214. package/dist/infineon-design-system-stencil/{p-fe429115.entry.js → p-3ec800c4.entry.js} +2 -2
  215. package/dist/infineon-design-system-stencil/{p-dd9c0632.entry.js → p-4b7999b1.entry.js} +2 -2
  216. package/dist/infineon-design-system-stencil/{p-c6763898.entry.js → p-521f359a.entry.js} +2 -2
  217. package/dist/infineon-design-system-stencil/{p-2808962f.entry.js → p-6d51087d.entry.js} +2 -2
  218. package/dist/infineon-design-system-stencil/{p-2f6c8f67.entry.js → p-73b3fc77.entry.js} +2 -2
  219. package/dist/infineon-design-system-stencil/{p-3ce4557a.entry.js → p-7f8dc92f.entry.js} +2 -2
  220. package/dist/infineon-design-system-stencil/{p-2689a620.entry.js → p-866b642e.entry.js} +2 -2
  221. package/dist/infineon-design-system-stencil/p-872b46dc.entry.js +2 -0
  222. package/dist/infineon-design-system-stencil/{p-c91baf92.entry.js.map → p-872b46dc.entry.js.map} +1 -1
  223. package/dist/infineon-design-system-stencil/{p-afb6adad.entry.js → p-a7d0b38b.entry.js} +2 -2
  224. package/dist/infineon-design-system-stencil/{p-2fff9de8.entry.js → p-adab0e00.entry.js} +2 -2
  225. package/dist/infineon-design-system-stencil/{p-d05223b3.entry.js → p-b462b9a4.entry.js} +2 -2
  226. package/dist/infineon-design-system-stencil/p-b668b20f.entry.js +2 -0
  227. package/dist/infineon-design-system-stencil/{p-434662e2.entry.js → p-bb504875.entry.js} +2 -2
  228. package/dist/infineon-design-system-stencil/p-c1bf7c39.entry.js +2 -0
  229. package/dist/infineon-design-system-stencil/{p-bec01a8f.entry.js → p-c7c179ab.entry.js} +2 -2
  230. package/dist/infineon-design-system-stencil/{p-48dd1a20.entry.js → p-cc348b0e.entry.js} +2 -2
  231. package/dist/infineon-design-system-stencil/{p-2b7c0f41.entry.js → p-e263b392.entry.js} +2 -2
  232. package/dist/infineon-design-system-stencil/{p-1a2897fe.entry.js → p-e26ef455.entry.js} +2 -2
  233. package/dist/infineon-design-system-stencil/{p-20233fb3.entry.js → p-f1ad5aa4.entry.js} +2 -2
  234. package/dist/infineon-design-system-stencil/{p-9c98a7d8.entry.js → p-f3f22585.entry.js} +2 -2
  235. package/dist/infineon-design-system-stencil/p-f7d2e0db.entry.js +2 -0
  236. package/dist/infineon-design-system-stencil/{p-e01f000f.entry.js → p-f8db500e.entry.js} +2 -2
  237. package/dist/infineon-design-system-stencil/{p-1b948549.entry.js → p-fab3d40c.entry.js} +2 -2
  238. package/dist/types/components/navigation/navbar/navbar-item.d.ts +2 -0
  239. package/dist/types/components.d.ts +2 -0
  240. package/package.json +1 -1
  241. package/dist/infineon-design-system-stencil/p-349ffeb7.entry.js +0 -2
  242. package/dist/infineon-design-system-stencil/p-59fa3f74.entry.js +0 -2
  243. package/dist/infineon-design-system-stencil/p-7cbabd63.entry.js +0 -2
  244. package/dist/infineon-design-system-stencil/p-7cbabd63.entry.js.map +0 -1
  245. package/dist/infineon-design-system-stencil/p-a873bf27.entry.js +0 -2
  246. package/dist/infineon-design-system-stencil/p-a873bf27.entry.js.map +0 -1
  247. package/dist/infineon-design-system-stencil/p-b38e93bf.entry.js +0 -2
  248. package/dist/infineon-design-system-stencil/p-c91baf92.entry.js +0 -2
  249. package/dist/infineon-design-system-stencil/p-ca748298.entry.js +0 -2
  250. /package/dist/infineon-design-system-stencil/{p-98519765.entry.js.map → p-02be5ab9.entry.js.map} +0 -0
  251. /package/dist/infineon-design-system-stencil/{p-b6ae0c91.entry.js.map → p-04635411.entry.js.map} +0 -0
  252. /package/dist/infineon-design-system-stencil/{p-656866fe.entry.js.map → p-056f186a.entry.js.map} +0 -0
  253. /package/dist/infineon-design-system-stencil/{p-b4575d17.entry.js.map → p-10d807f6.entry.js.map} +0 -0
  254. /package/dist/infineon-design-system-stencil/{p-6d4a707f.entry.js.map → p-1254ab3c.entry.js.map} +0 -0
  255. /package/dist/infineon-design-system-stencil/{p-8e67f319.entry.js.map → p-154970c5.entry.js.map} +0 -0
  256. /package/dist/infineon-design-system-stencil/{p-8cc3350c.entry.js.map → p-17c09c0a.entry.js.map} +0 -0
  257. /package/dist/infineon-design-system-stencil/{p-a68c871e.entry.js.map → p-1b22b4d8.entry.js.map} +0 -0
  258. /package/dist/infineon-design-system-stencil/{p-269945bf.entry.js.map → p-200c7e84.entry.js.map} +0 -0
  259. /package/dist/infineon-design-system-stencil/{p-349ffeb7.entry.js.map → p-201a45a5.entry.js.map} +0 -0
  260. /package/dist/infineon-design-system-stencil/{p-ab39ded7.entry.js.map → p-22a4c8c4.entry.js.map} +0 -0
  261. /package/dist/infineon-design-system-stencil/{p-bad7e525.entry.js.map → p-25345daf.entry.js.map} +0 -0
  262. /package/dist/infineon-design-system-stencil/{p-7ac2b811.entry.js.map → p-356090be.entry.js.map} +0 -0
  263. /package/dist/infineon-design-system-stencil/{p-5d95f0ae.entry.js.map → p-3b441f53.entry.js.map} +0 -0
  264. /package/dist/infineon-design-system-stencil/{p-fe429115.entry.js.map → p-3ec800c4.entry.js.map} +0 -0
  265. /package/dist/infineon-design-system-stencil/{p-dd9c0632.entry.js.map → p-4b7999b1.entry.js.map} +0 -0
  266. /package/dist/infineon-design-system-stencil/{p-c6763898.entry.js.map → p-521f359a.entry.js.map} +0 -0
  267. /package/dist/infineon-design-system-stencil/{p-2808962f.entry.js.map → p-6d51087d.entry.js.map} +0 -0
  268. /package/dist/infineon-design-system-stencil/{p-2f6c8f67.entry.js.map → p-73b3fc77.entry.js.map} +0 -0
  269. /package/dist/infineon-design-system-stencil/{p-3ce4557a.entry.js.map → p-7f8dc92f.entry.js.map} +0 -0
  270. /package/dist/infineon-design-system-stencil/{p-2689a620.entry.js.map → p-866b642e.entry.js.map} +0 -0
  271. /package/dist/infineon-design-system-stencil/{p-afb6adad.entry.js.map → p-a7d0b38b.entry.js.map} +0 -0
  272. /package/dist/infineon-design-system-stencil/{p-2fff9de8.entry.js.map → p-adab0e00.entry.js.map} +0 -0
  273. /package/dist/infineon-design-system-stencil/{p-d05223b3.entry.js.map → p-b462b9a4.entry.js.map} +0 -0
  274. /package/dist/infineon-design-system-stencil/{p-ca748298.entry.js.map → p-b668b20f.entry.js.map} +0 -0
  275. /package/dist/infineon-design-system-stencil/{p-434662e2.entry.js.map → p-bb504875.entry.js.map} +0 -0
  276. /package/dist/infineon-design-system-stencil/{p-59fa3f74.entry.js.map → p-c1bf7c39.entry.js.map} +0 -0
  277. /package/dist/infineon-design-system-stencil/{p-bec01a8f.entry.js.map → p-c7c179ab.entry.js.map} +0 -0
  278. /package/dist/infineon-design-system-stencil/{p-48dd1a20.entry.js.map → p-cc348b0e.entry.js.map} +0 -0
  279. /package/dist/infineon-design-system-stencil/{p-2b7c0f41.entry.js.map → p-e263b392.entry.js.map} +0 -0
  280. /package/dist/infineon-design-system-stencil/{p-1a2897fe.entry.js.map → p-e26ef455.entry.js.map} +0 -0
  281. /package/dist/infineon-design-system-stencil/{p-20233fb3.entry.js.map → p-f1ad5aa4.entry.js.map} +0 -0
  282. /package/dist/infineon-design-system-stencil/{p-9c98a7d8.entry.js.map → p-f3f22585.entry.js.map} +0 -0
  283. /package/dist/infineon-design-system-stencil/{p-b38e93bf.entry.js.map → p-f7d2e0db.entry.js.map} +0 -0
  284. /package/dist/infineon-design-system-stencil/{p-e01f000f.entry.js.map → p-f8db500e.entry.js.map} +0 -0
  285. /package/dist/infineon-design-system-stencil/{p-1b948549.entry.js.map → p-fab3d40c.entry.js.map} +0 -0
@@ -1,4 +1,4 @@
1
- import { P as Pagination, d as defineCustomElement$1 } from './p-62623d25.js';
1
+ import { P as Pagination, d as defineCustomElement$1 } from './p-db280209.js';
2
2
 
3
3
  const IfxPagination = Pagination;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -20,7 +20,7 @@ const ProgressBar = /*@__PURE__*/ proxyCustomElement(class ProgressBar extends H
20
20
  this.internalValue = this.value;
21
21
  }
22
22
  render() {
23
- return (h("div", { key: 'dbca8c4b413f06cffe00828250b904b7f012e3e2', "aria-label": 'a progress bar', "aria-value": this.value, class: `progress-bar ${this.size}` }, h("div", { key: '7b5ca791c98572bbf870b35e84ae75886a6a8f21', class: "progress", style: { width: `${this.internalValue}%` } }, this.showLabel && this.size !== "s" && this.internalValue !== 0 && h("span", { key: '6b30d72565bbcd61addcc1e4ff96a311c681dd28', class: "label" }, `${this.internalValue}%`))));
23
+ return (h("div", { key: '35f55b670cd2e086fbc44f05c98e616453bd407f', "aria-label": 'a progress bar', "aria-value": this.value, class: `progress-bar ${this.size}` }, h("div", { key: '43e8ef3422aa2f73ea3edaed7beaec41a19ba7a0', class: "progress", style: { width: `${this.internalValue}%` } }, this.showLabel && this.size !== "s" && this.internalValue !== 0 && h("span", { key: '4af5e3572e58c6567ddd5ab98c84bc11c8a7be58', class: "label" }, `${this.internalValue}%`))));
24
24
  }
25
25
  static get watchers() { return {
26
26
  "value": ["valueChanged"]
@@ -48,7 +48,7 @@ const RadioButtonGroup = /*@__PURE__*/ proxyCustomElement(class RadioButtonGroup
48
48
  this.hasErrors = Array.from(this.errorStates.values()).some((error) => error);
49
49
  }
50
50
  render() {
51
- return (h("div", { key: '8316d55cd2188e39adc39b4ae2cff2a6a00645d7', class: 'radio-button-group-container' }, this.showGroupLabel ? h("div", { class: 'group-label' }, this.groupLabelText, " *") : '', h("div", { key: '2d173aa92a70454f51e5cc51832a6c6dee190bca', class: `radio-button-group ${this.alignment} ${this.size}` }, h("slot", { key: '5d0743555c2c7f8575bdfde588b8e60fa705103c', 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))) : ''));
51
+ return (h("div", { key: 'b1d28133968f11f1dd607c8718b3ac78b81a30ce', class: 'radio-button-group-container' }, this.showGroupLabel ? h("div", { class: 'group-label' }, this.groupLabelText, " *") : '', h("div", { key: 'aabf1ce17c5a30806b57d146f9fb28456501f778', class: `radio-button-group ${this.alignment} ${this.size}` }, h("slot", { key: '75e5714f78f22f04a0f994e2051b995635d8d799', 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))) : ''));
52
52
  }
53
53
  static get formAssociated() { return true; }
54
54
  get el() { return this; }
@@ -1,4 +1,4 @@
1
- import { R as RadioButton, d as defineCustomElement$1 } from './p-d4a3a47a.js';
1
+ import { R as RadioButton, d as defineCustomElement$1 } from './p-943667cc.js';
2
2
 
3
3
  const IfxRadioButton = RadioButton;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, h } from './p-2cc378b8.js';
2
2
  import { d as defineCustomElement$3 } from './p-e7551b24.js';
3
- import { d as defineCustomElement$2 } from './p-c50f3c5c.js';
3
+ import { d as defineCustomElement$2 } from './p-427dec58.js';
4
4
 
5
5
  const searchBarCss = ":root{--ifx-font-family:\"Source Sans 3\";font-family:var(--ifx-font-family, sans-serif)}:host{width:100%;display:flex}.search-bar{box-sizing:border-box;height:40px;background-color:#FFFFFF;display:flex;flex-direction:row;align-items:center;width:100%;font-family:var(--ifx-font-family)}.search-bar.closed{display:flex;width:auto;justify-content:flex-start}.search-bar .search-bar-wrapper{display:flex;align-items:center;gap:16px;width:100%}.search-bar .search-bar-wrapper a{text-decoration:none;font-size:1rem;font-style:normal;font-weight:600;line-height:1.5rem;color:#0A8276;cursor:pointer}.search-bar .search-bar-wrapper ifx-search-field{width:100%}.search-bar .search-bar__icon-wrapper{display:none;flex-direction:row;align-items:center}.search-bar .search-bar__icon-wrapper ifx-icon:hover{cursor:pointer}.search-bar.closed .search-bar__icon-wrapper{display:flex}.search-bar.closed .search-bar-wrapper{display:none}";
6
6
  const IfxSearchBarStyle0 = searchBarCss;
@@ -41,7 +41,7 @@ const SearchBar = /*@__PURE__*/ proxyCustomElement(class SearchBar extends H {
41
41
  this.value = event.detail;
42
42
  }
43
43
  render() {
44
- return (h("div", { key: '833ac768dc2ce63caa5826c96c451ca3e33da8a5', "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" })))));
44
+ return (h("div", { key: '4cef8e7a043f1e0f47211da11f53c4142a465665', "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" })))));
45
45
  }
46
46
  get el() { return this; }
47
47
  static get watchers() { return {
@@ -1,4 +1,4 @@
1
- import { S as SearchField, d as defineCustomElement$1 } from './p-c50f3c5c.js';
1
+ import { S as SearchField, d as defineCustomElement$1 } from './p-427dec58.js';
2
2
 
3
3
  const IfxSearchField = SearchField;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -27,7 +27,7 @@ const Segment = /*@__PURE__*/ proxyCustomElement(class Segment extends H {
27
27
  }
28
28
  }
29
29
  render() {
30
- return (h("div", { key: 'e99e1a35e80b8d05a075416b97264c79feb1c43d', class: `segment ${this.selected ? 'segment--selected' : ''}`, tabIndex: 0, onClick: () => { this.handleSegmentClick(); }, onKeyDown: (e) => { this.handleSegmentKeyDown(e); } }, h("ifx-icon", { key: '5575b532732b647992d3cae14fe7ef82e91f9557', icon: this.icon }), " ", h("slot", { key: '479048280a0c85b6581eb6640190719508900f55' })));
30
+ return (h("div", { key: '24e29962777967caa13ca6fd67acef50bd35688f', class: `segment ${this.selected ? 'segment--selected' : ''}`, tabIndex: 0, onClick: () => { this.handleSegmentClick(); }, onKeyDown: (e) => { this.handleSegmentKeyDown(e); } }, h("ifx-icon", { key: '5b617d48bb3fb9a987f3c8c69b44e47203bd39d4', icon: this.icon }), " ", h("slot", { key: '3439ea0ed1b6c0afc18313c65da94a13eabffd39' })));
31
31
  }
32
32
  static get style() { return IfxSegmentStyle0; }
33
33
  }, [1, "ifx-segment", {
@@ -71,8 +71,8 @@ const SegmentedControl = /*@__PURE__*/ proxyCustomElement(class SegmentedControl
71
71
  this.setActiveSegment();
72
72
  }
73
73
  render() {
74
- return (h("div", { key: 'a88cbd45c79867e92a6f521e37ec07b603783925', "aria-value": this.selectedValue, "aria-label": 'segmented control', class: 'group' }, h("div", { key: '59d4a06dcf05290714f6debe80ff8b723f49b1ad', class: 'group__label' }, this.label.trim()), h("div", { key: 'ab2ea99cbb68237acadb0cb02397025aa8065686', class: 'group__controls' }, h("slot", { key: 'f029e1999e4102adef822c334fa5de6045ec15ae' })), this.caption.trim() &&
75
- h("div", { key: '0cd3c610e7fc38c664b47467547ec0b954a97e96', class: 'group__caption' }, h("ifx-icon", { key: '3608411e811c84bd601d8d5fdf5f1175c2fb15fa', icon: 'cinfo16' }), " ", this.caption.trim())));
74
+ return (h("div", { key: '44570e77a5bb69b2445f25210802bebef7ea4b16', "aria-value": this.selectedValue, "aria-label": 'segmented control', class: 'group' }, h("div", { key: '27df3d151a81f9c51573e7cda1213dc46fb3c996', class: 'group__label' }, this.label.trim()), h("div", { key: '54b3be7f83adcce926a32cd1b48bd060dec07911', class: 'group__controls' }, h("slot", { key: '1176e2079339ea84e448b94ccbcca7c46e188c41' })), this.caption.trim() &&
75
+ h("div", { key: '098012b21d8ddef63c8d2899f72d895d95ac672e', class: 'group__caption' }, h("ifx-icon", { key: 'cd65f60cc1be162739d9f9561dee9f8fe779d180', icon: 'cinfo16' }), " ", this.caption.trim())));
76
76
  }
77
77
  componentDidRender() {
78
78
  this.setSegmentSize();
@@ -1,4 +1,4 @@
1
- import { C as Choices, d as defineCustomElement$1 } from './p-b13e8e96.js';
1
+ import { C as Choices, d as defineCustomElement$1 } from './p-d092c793.js';
2
2
 
3
3
  const IfxSelect = Choices;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -3,8 +3,8 @@ import { d as defineCustomElement$7 } from './p-4ac265d2.js';
3
3
  import { d as defineCustomElement$6 } from './p-dd76064d.js';
4
4
  import { d as defineCustomElement$5 } from './p-e7551b24.js';
5
5
  import { d as defineCustomElement$4 } from './p-eadd0c22.js';
6
- import { d as defineCustomElement$3 } from './p-b13e8e96.js';
7
- import { d as defineCustomElement$2 } from './p-957b910f.js';
6
+ import { d as defineCustomElement$3 } from './p-d092c793.js';
7
+ import { d as defineCustomElement$2 } from './p-b902ae49.js';
8
8
 
9
9
  const setFilterCss = "";
10
10
  const IfxSetFilterStyle0 = setFilterCss;
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, h } from './p-2cc378b8.js';
2
2
  import { d as defineCustomElement$3 } from './p-e7551b24.js';
3
- import { d as defineCustomElement$2 } from './p-d0978a2a.js';
3
+ import { d as defineCustomElement$2 } from './p-7cf5a49e.js';
4
4
 
5
5
  const sidebarItemCss = ":root{--ifx-font-family:\"Source Sans 3\";font-family:var(--ifx-font-family, sans-serif)}:host{position:relative}.sidebar__nav-item:focus,.sidebar__nav-item.header__section:focus{outline:none}.sidebar__nav-item:focus .sidebar__nav-item-icon-wrapper,.sidebar__nav-item.header__section:focus .sidebar__nav-item-icon-wrapper{color:#08665C}.sidebar__nav-item:focus .sidebar__nav-item-label,.sidebar__nav-item.header__section:focus .sidebar__nav-item-label{outline:none;color:#08665C}.sidebar__nav-item:focus .sidebar__nav-item-indicator .item__arrow-wrapper ifx-icon,.sidebar__nav-item.header__section:focus .sidebar__nav-item-indicator .item__arrow-wrapper ifx-icon{color:#08665C}.sidebar__nav-item:hover,.sidebar__nav-item.header__section:hover{outline:none}.sidebar__nav-item:hover .sidebar__nav-item-icon-wrapper,.sidebar__nav-item.header__section:hover .sidebar__nav-item-icon-wrapper{color:#08665C}.sidebar__nav-item:hover .sidebar__nav-item-label,.sidebar__nav-item.header__section:hover .sidebar__nav-item-label{outline:none;color:#08665C}.sidebar__nav-item:hover .sidebar__nav-item-indicator .item__arrow-wrapper ifx-icon,.sidebar__nav-item.header__section:hover .sidebar__nav-item-indicator .item__arrow-wrapper ifx-icon{color:#08665C}.sidebar__nav-item{display:flex;flex-direction:row;align-items:center;width:100%;padding:8px 0px;gap:4px;flex:none;order:0;flex-grow:0;text-decoration:none;color:#1D1D1D;cursor:pointer;font-family:var(--ifx-font-family)}.sidebar__nav-item.extra-padding__bottom{padding:8px 0px 16px 0px}.sidebar__nav-item.active{color:#0A8276}.sidebar__nav-item.active-section::before{content:\"\";position:absolute;left:-32px;height:40px;width:2px;background:#0A8276}.sidebar__nav-item.open{padding:8px 0px}.sidebar__nav-item.open .sidebar__nav-item-label{font-size:16px;font-style:normal;font-weight:400;line-height:24px}.sidebar__nav-item.open .sidebar__nav-item-indicator .item__arrow-wrapper ifx-icon{transform:rotate(-180deg)}.sidebar__nav-item.header__section{box-sizing:padding-box;border-top:1px solid #EEEDED;padding:16px 0px;display:-webkit-flex;-webkit-line-clamp:1;-webkit-box-orient:horizontal;overflow:hidden;text-overflow:ellipsis}.sidebar__nav-item.header__section.no-top-border{border-top:none}.sidebar__nav-item.header__section.active-section::before{content:\"\";position:absolute;left:-32px;height:40px;width:2px;background:#0A8276}.sidebar__nav-item.header__section.open{padding:16px 0px 8px 0px}.sidebar__nav-item.header__section.open .sidebar__nav-item-indicator .item__arrow-wrapper ifx-icon{transform:rotate(-180deg)}.sidebar__nav-item.header__section .sidebar__nav-item-label{color:#1D1D1D;font-family:Source Sans 3;font-size:16px;font-style:normal;font-weight:600;line-height:24px}.sidebar__nav-item.submenu__item{padding:4px 0px}.sidebar__nav-item.submenu__item.extra-padding__bottom{padding:4px 0px 16px 0px}.sidebar__nav-item .sidebar__nav-item-icon-wrapper{display:flex;width:24px;height:24px;justify-content:center;align-items:center;gap:8px;flex-shrink:0}.sidebar__nav-item .sidebar__nav-item-icon-wrapper.noIcon{display:none}.sidebar__nav-item .sidebar__nav-item-icon-wrapper ifx-icon{width:16px;height:16px}.sidebar__nav-item .sidebar__nav-item-label{font-style:normal;font-weight:400;font-size:1rem;line-height:1.5rem;display:flex;align-items:center;flex:none;order:1;flex-grow:1;cursor:pointer}.sidebar__nav-item .sidebar__nav-item-indicator{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0px 4px;flex:none;order:2;flex-grow:0}.expandable__submenu{display:none;list-style-type:none;flex-direction:column;padding:0;margin:0;padding-left:40px}.expandable__submenu.open{display:flex}.header__section+.expandable__submenu{padding-left:0}";
6
6
  const IfxSidebarItemStyle0 = sidebarItemCss;
@@ -251,11 +251,11 @@ const SidebarItem = /*@__PURE__*/ proxyCustomElement(class SidebarItem extends H
251
251
  }
252
252
  }
253
253
  render() {
254
- return (h("div", { key: '08de1d4a1f8a5ce1e8e5c9b9bdc661a6ca920f45' }, h("a", { key: '837ff1f065497266813874d198b6607e8c90c340', tabIndex: 1, onKeyDown: (event) => this.handleKeyDown(event), href: this.internalHref, onClick: () => this.toggleSubmenu(), target: this.target, class: `sidebar__nav-item ${!this.isNested && this.isExpandable ? 'header__section' : ""} ${this.isSubMenuItem ? 'submenu__item' : ""}` }, this.icon &&
255
- h("div", { key: 'ae267e2ea854c72994311a2476245ccab7ac1926', class: `sidebar__nav-item-icon-wrapper ${!this.showIcon ? 'noIcon' : ""}` }, h("ifx-icon", { key: '3dc413bc7f8c3c04e8a1ae0e0ffd415d7da339c7', icon: this.icon })), h("div", { key: '8b39697aa8530e42dc8b6f54e4da50c8b7b5ca9b', class: "sidebar__nav-item-label" }, h("slot", { key: 'fd09e382ea845e155823e7fc5bab04d80ceb0d98' })), (this.isExpandable || !isNaN(this.numberIndicator)) &&
256
- h("div", { key: '5eb6f0ea5ea665e31dc488cadd16112aeb7c9b62', class: "sidebar__nav-item-indicator" }, this.isExpandable &&
257
- h("span", { key: 'ec9ed73554ffb13a925e3f4109320d6f12fc8d0e', class: 'item__arrow-wrapper' }, h("ifx-icon", { key: '56fccb57e6aec559415b25323df2dea119d6621f', icon: "chevron-down-12" })), !isNaN(this.numberIndicator) && !this.isExpandable && !this.isNested &&
258
- h("span", { key: 'a94d570a6f664742e8815dcd8084b5f96081c863', class: 'item__number-indicator' }, h("ifx-number-indicator", { key: '17854a9d7d3e5ebb1db46849f31040a8d1bcd01f' }, this.numberIndicator)))), this.isExpandable && h("ul", { key: '9b71c7ee0f03c66476c6c12b73dfb5b663c5bce7', class: 'expandable__submenu' })));
254
+ return (h("div", { key: '20fbd4b29ebfd0d25eae2e8898de936151c9be35' }, h("a", { key: '7fae0eb6020cb2e731c54aa4e31966b211f53317', tabIndex: 1, onKeyDown: (event) => this.handleKeyDown(event), href: this.internalHref, onClick: () => this.toggleSubmenu(), target: this.target, class: `sidebar__nav-item ${!this.isNested && this.isExpandable ? 'header__section' : ""} ${this.isSubMenuItem ? 'submenu__item' : ""}` }, this.icon &&
255
+ h("div", { key: '384ddb8ec5ea53898b16ea81f4bc5a4ca83a1a31', class: `sidebar__nav-item-icon-wrapper ${!this.showIcon ? 'noIcon' : ""}` }, h("ifx-icon", { key: 'cd51ed31b80a1e960ee1be409f59410d265e8dad', icon: this.icon })), h("div", { key: 'a1e2e4f9a50501b202e46a3ea36bda36d65e977a', class: "sidebar__nav-item-label" }, h("slot", { key: 'e13d9e33a4ddbf68a22b2796bf947c093feb2d18' })), (this.isExpandable || !isNaN(this.numberIndicator)) &&
256
+ h("div", { key: 'b2b06da5f500e3ea0b8710d30d7092945d77518d', class: "sidebar__nav-item-indicator" }, this.isExpandable &&
257
+ h("span", { key: '3c8904fec83d61d40651a4f210f4e92c370ab50c', class: 'item__arrow-wrapper' }, h("ifx-icon", { key: 'df2cdbbc7049aeae96362ede1d7d8673fe96b881', icon: "chevron-down-12" })), !isNaN(this.numberIndicator) && !this.isExpandable && !this.isNested &&
258
+ h("span", { key: '63f4913c48d93918444113a40a8d22f0015cecba', class: 'item__number-indicator' }, h("ifx-number-indicator", { key: '10d4c5868237971145e1a74c36a01745b273814f' }, this.numberIndicator)))), this.isExpandable && h("ul", { key: '554cdab68bc95443b0a05a3f48a3ef6aeff09fef', class: 'expandable__submenu' })));
259
259
  }
260
260
  get el() { return this; }
261
261
  static get watchers() { return {
@@ -10,7 +10,7 @@ const SidebarTitle = /*@__PURE__*/ proxyCustomElement(class SidebarTitle extends
10
10
  this.__attachShadow();
11
11
  }
12
12
  render() {
13
- return (h("div", { key: '3fe521a0c18ce703ae4c0ffb9b8ec0e3dbea3f85', class: 'sidebar__title' }, h("div", { key: '063fa89573af54f5ddbe49dcae2ff21aba08035f', class: 'sidebar__title-label' }, h("slot", { key: '135f2cb90180420ec4c4b74fed7ab2ee0f5919f7' }))));
13
+ return (h("div", { key: '45e44c4f4b8adb823b527e33cc59572391b93d94', class: 'sidebar__title' }, h("div", { key: 'bb2c12836a79c45dc503b7d1519135a7fc841077', class: 'sidebar__title-label' }, h("slot", { key: '83ec9affb5154b3df1bc415ba94fb2f43537ea2f' }))));
14
14
  }
15
15
  get el() { return this; }
16
16
  static get style() { return IfxSidebarTitleStyle0; }
@@ -315,11 +315,11 @@ const Sidebar = /*@__PURE__*/ proxyCustomElement(class Sidebar extends H {
315
315
  }
316
316
  }
317
317
  render() {
318
- return (h("div", { key: 'ece36416c90175c7638b2d47032229670976acca', "aria-label": "a navigation sidebar", "aria-value": this.applicationName, class: 'sidebar__container' }, h("div", { key: 'd6fabc0a618287ec029d11bdb31fc87bfa125f2e', class: 'sidebar__top-container' }, this.showHeader &&
319
- h("div", { key: '578a5bdd81025173c3afe238221c6855fe74016c', class: "sidebar__nav-bar" }, h("div", { key: '02e4c0a9e764bc5076552501f408fa5daf4736fb', class: "sidebar__nav-bar-logo" }, h("div", { key: '112923f2c657a871149c8b93040964be1887a55a', class: 'sidebar__nav-bar-logo-img' }, h("svg", { key: 'b5b2b1be20bc125af4c94bd457c8e2d5a795c154', width: "91", height: "40", viewBox: "0 0 91 40", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, h("g", { key: '10ff613f966504d98df21f5379d5554b32e78c05', "clip-path": "url(#clip0_2396_2480)" }, h("path", { key: 'd2d6ba12079621143ac085b985ba8380f1a9a742', d: "M67.691 26.7766C71.0884 26.7766 72.1461 23.1841 72.1461 19.8802C72.1461 15.4536 70.2871 13.1441 67.691 13.1441C64.4219 13.1441 63.2681 16.7367 63.3001 19.9443C63.3322 23.1199 64.2296 26.7766 67.691 26.7766ZM66.0244 19.8481C66.0244 18.533 66.0244 15.4536 67.691 15.4536C69.4859 15.4536 69.4218 18.5009 69.4218 19.9123C69.4218 21.2595 69.4218 24.5313 67.7551 24.5313C65.9603 24.4992 66.0244 21.2274 66.0244 19.8481ZM57.8195 26.7766C59.1976 26.7766 60.3835 26.2313 61.5053 25.0445L60.5117 23.1841C59.7425 24.018 58.9733 24.4671 58.0438 24.4671C57.2746 24.4671 56.6336 24.018 56.249 23.2482C55.9285 22.5746 55.8644 21.8048 55.8644 20.9708V20.7142H61.6335V20.1368C61.6335 17.282 61.2809 15.7102 60.3835 14.5234C59.7104 13.6253 58.7169 13.1441 57.499 13.1441C56.2169 13.1441 55.1593 13.7215 54.39 14.8442C53.5567 16.0631 53.2042 17.699 53.2042 19.9443C53.1721 24.2426 54.8708 26.7766 57.8195 26.7766ZM57.531 15.2612C58.172 15.2612 58.5566 15.614 58.813 16.1914C59.0053 16.7046 59.1015 17.5707 59.1015 18.5971H55.8644C55.8964 16.3197 56.3772 15.2612 57.531 15.2612ZM74.2614 26.4559H76.7614V16.8329C77.3703 16.0952 78.0754 15.6782 78.5882 15.6782C78.9087 15.6782 79.2292 15.7423 79.4215 15.9989C79.6138 16.2876 79.71 16.7046 79.71 17.699V26.4559H82.21V16.5442C82.21 15.6782 82.1138 14.8121 81.601 14.1706C81.1523 13.5932 80.4472 13.2404 79.5497 13.2404C78.3959 13.2404 77.2101 13.914 76.569 14.6838C76.537 14.0102 76.3126 13.3687 76.2485 13.1441L73.9089 13.7536C74.0371 14.4593 74.2294 15.3253 74.2294 16.8971V26.4559H74.2614ZM45.2236 14.6838C45.1915 14.0102 44.9672 13.3687 44.9031 13.1441L42.5634 13.7536C42.6916 14.4593 42.8839 15.3253 42.8839 16.8971V26.4238H45.3838V16.8008C45.9928 16.0631 46.6979 15.6461 47.2107 15.6461C47.5312 15.6461 47.8517 15.7102 48.044 15.9669C48.2363 16.2555 48.3325 16.6725 48.3325 17.6669V26.4238H50.8324V16.5442C50.8324 15.6782 50.7363 14.8121 50.2235 14.1706C49.7748 13.5932 49.0696 13.2404 48.1722 13.2404C47.0505 13.2404 45.8646 13.914 45.2236 14.6838ZM14.6473 9.07042C16.1216 9.07042 17.3075 7.88359 17.3075 6.40807C17.3075 4.93256 16.1216 3.74573 14.6473 3.74573C13.173 3.74573 11.9871 4.93256 11.9871 6.40807C11.9871 7.88359 13.173 9.07042 14.6473 9.07042ZM26.9227 26.4559V16.5442C26.9227 15.6782 26.8265 14.8121 26.3137 14.1706C25.865 13.5932 25.1599 13.2404 24.2625 13.2404C23.1087 13.2404 21.9228 13.914 21.2818 14.6838C21.2497 14.0102 21.0254 13.3687 20.9613 13.1441L18.6536 13.7857C18.7818 14.4913 18.9741 15.3574 18.9741 16.9291V26.4559H21.4741V16.8329C22.0831 16.0952 22.7882 15.6782 23.301 15.6782C23.6215 15.6782 23.942 15.7423 24.1343 15.9989C24.3266 16.2876 24.4227 16.7046 24.4227 17.699V26.4559H26.9227ZM38.4289 8.36474C37.4994 8.36474 36.7622 9.10249 36.7622 10.0327C36.7622 10.9629 37.4994 11.7007 38.3968 11.7007C39.3263 11.7007 40.0634 10.9629 40.0634 10.0327C40.0634 9.10249 39.3263 8.36474 38.4289 8.36474ZM13.4614 26.4559H15.9614V10.8346L13.4614 11.1554V26.4559ZM33.8777 9.90441C34.3264 9.90441 34.7751 10.0648 35.0635 10.2893L35.7687 8.33266C35.0956 7.85151 34.3584 7.62698 33.429 7.62698C32.788 7.62698 32.1149 7.78736 31.5059 8.26851C30.897 8.78173 30.256 9.80818 30.256 11.7328C30.256 12.5667 30.288 13.4328 30.288 13.4328H29.4226V15.6461H30.288V26.4238H32.8521V15.6782H34.743L35.2238 13.4649H32.8841V11.4762C32.8841 10.5139 33.2687 9.90441 33.8777 9.90441ZM37.1468 26.4559H39.6788V13.2404L37.1468 13.5611V26.4559Z", fill: "#005DA9" }), h("path", { key: '3ba2ec56de20fe302f532f80d9b238b08b85a411', d: "M77.0816 33.5126C68.6203 36.0146 58.3321 37.1052 48.2682 37.1052C22.7239 37.1052 6.24986 29.5993 5.09604 19.6877C4.67938 15.9668 7.59599 12.3422 12.4677 9.26285C11.6023 8.62132 11.0575 7.59488 11.0254 6.44012C3.97427 10.161 0 15.0366 0 19.9764C0 30.9145 19.5188 40.1525 48.5246 39.7676C58.6205 39.6393 67.0498 38.1958 74.6778 35.6939C83.7482 32.7428 89.4532 28.5087 90.8313 26.6483C89.1968 28.1238 85.3186 31.0748 77.0816 33.5126ZM23.2687 4.38723C24.9674 3.80985 27.3712 3.0721 27.3712 3.0721C34.1339 1.21166 41.6017 0.121063 48.5566 0.185215C40.544 -0.295931 33.2365 0.185215 26.8584 1.33997C26.8584 1.33997 24.743 1.69281 22.4675 2.27018C22.4675 2.27018 21.3777 2.55887 20.7047 2.75133C20.0316 2.94379 19.1021 3.2004 19.1021 3.2004C18.4611 3.39286 17.8201 3.6174 17.1791 3.84193C17.8201 4.48346 18.2047 5.31745 18.2368 6.27974C19.3586 5.76652 21.5059 4.99668 23.2687 4.38723Z", fill: "#E30034" })), h("defs", { key: '6bd942f37f968d54ce6a32dcf4c00af2e3b6c65c' }, h("clipPath", { key: '735dda1f93b2b093a1472e1947dbd58ec4255a54', id: "clip0_2396_2480" }, h("rect", { key: '03c2d06b9b2b3bd16d083e6b05d7cfe48fda5d94', width: "91", height: "40", fill: "white" })))), " "), h("div", { key: '676057714c2ed33686add7a88f537c7e8a150008', class: 'sidebar__nav-bar-logo-text' }, this.applicationName))), h("div", { key: '88690536568d9c09c9eb34ce05c9d967f624fcf9', class: "sidebar__nav-container" }, h("slot", { key: '5de47c63335f7dbad9625a916612aea209067b79' }))), this.internalShowFooter &&
320
- h("div", { key: '51d81a08d299b1ebe7c48f29ff37ef52c5dee698', class: 'sidebar__footer-container' }, h("div", { key: '96fd88d38b526975689d3c4af8e8ab22bf1e90bc', class: "sidebar__footer-wrapper" }, (this.internalTermsofUse || this.internalImprint || this.internalPrivacyPolicy) &&
321
- h("div", { key: 'e6f0f037e5d466933bb942e4b8d9e4d026622d5c', class: 'sidebar__footer-wrapper-top-links' }, this.internalTermsofUse !== '' && h("a", { key: '59891b4f9dda2b29f00a28864e20aea9da29cf17', target: this.target, href: this.internalTermsofUse }, "Terms of use"), this.internalImprint !== '' && h("a", { key: 'eb18d6493ea0c462416f76412d7317bfa3209585', target: this.target, href: this.internalImprint }, "Imprint"), this.internalPrivacyPolicy !== '' && h("a", { key: 'ede1b35be458fb9d62bf505f033fc592010342bd', target: this.target, href: this.internalPrivacyPolicy }, "Privacy policy")), this.copyrightText &&
322
- h("div", { key: '5e58c3a9e5ec46016005ed2525d81a383f188661', class: 'sidebar__footer-wrapper-bottom-links' }, h("span", { key: 'd9f4eecdb75c7f3f6c8a9dc4432da6fb9e4dd16b' }, this.copyrightText))))));
318
+ return (h("div", { key: 'd45b920cba2991e1176ecad6e6df6d5af35096e5', "aria-label": "a navigation sidebar", "aria-value": this.applicationName, class: 'sidebar__container' }, h("div", { key: 'fba4975d2496d8716a4ab5e8822a5cc01fb57193', class: 'sidebar__top-container' }, this.showHeader &&
319
+ h("div", { key: 'd75b2315c17d3d2ef8ee525c6e0fabe61a8e26e2', class: "sidebar__nav-bar" }, h("div", { key: '70703be10cf5382e6939ce66939644cbc8047386', class: "sidebar__nav-bar-logo" }, h("div", { key: '8fb995915a0605ae0b236cf0d50c9ca40564311a', class: 'sidebar__nav-bar-logo-img' }, h("svg", { key: '4c2f122bc2829d2b9cf935e9ea882992fb725874', width: "91", height: "40", viewBox: "0 0 91 40", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, h("g", { key: 'd1994c040035e30e6287dee35a3dec95d4d8117e', "clip-path": "url(#clip0_2396_2480)" }, h("path", { key: '1d166d514f7a4aba7aa0b6e1f57d29c538d05553', d: "M67.691 26.7766C71.0884 26.7766 72.1461 23.1841 72.1461 19.8802C72.1461 15.4536 70.2871 13.1441 67.691 13.1441C64.4219 13.1441 63.2681 16.7367 63.3001 19.9443C63.3322 23.1199 64.2296 26.7766 67.691 26.7766ZM66.0244 19.8481C66.0244 18.533 66.0244 15.4536 67.691 15.4536C69.4859 15.4536 69.4218 18.5009 69.4218 19.9123C69.4218 21.2595 69.4218 24.5313 67.7551 24.5313C65.9603 24.4992 66.0244 21.2274 66.0244 19.8481ZM57.8195 26.7766C59.1976 26.7766 60.3835 26.2313 61.5053 25.0445L60.5117 23.1841C59.7425 24.018 58.9733 24.4671 58.0438 24.4671C57.2746 24.4671 56.6336 24.018 56.249 23.2482C55.9285 22.5746 55.8644 21.8048 55.8644 20.9708V20.7142H61.6335V20.1368C61.6335 17.282 61.2809 15.7102 60.3835 14.5234C59.7104 13.6253 58.7169 13.1441 57.499 13.1441C56.2169 13.1441 55.1593 13.7215 54.39 14.8442C53.5567 16.0631 53.2042 17.699 53.2042 19.9443C53.1721 24.2426 54.8708 26.7766 57.8195 26.7766ZM57.531 15.2612C58.172 15.2612 58.5566 15.614 58.813 16.1914C59.0053 16.7046 59.1015 17.5707 59.1015 18.5971H55.8644C55.8964 16.3197 56.3772 15.2612 57.531 15.2612ZM74.2614 26.4559H76.7614V16.8329C77.3703 16.0952 78.0754 15.6782 78.5882 15.6782C78.9087 15.6782 79.2292 15.7423 79.4215 15.9989C79.6138 16.2876 79.71 16.7046 79.71 17.699V26.4559H82.21V16.5442C82.21 15.6782 82.1138 14.8121 81.601 14.1706C81.1523 13.5932 80.4472 13.2404 79.5497 13.2404C78.3959 13.2404 77.2101 13.914 76.569 14.6838C76.537 14.0102 76.3126 13.3687 76.2485 13.1441L73.9089 13.7536C74.0371 14.4593 74.2294 15.3253 74.2294 16.8971V26.4559H74.2614ZM45.2236 14.6838C45.1915 14.0102 44.9672 13.3687 44.9031 13.1441L42.5634 13.7536C42.6916 14.4593 42.8839 15.3253 42.8839 16.8971V26.4238H45.3838V16.8008C45.9928 16.0631 46.6979 15.6461 47.2107 15.6461C47.5312 15.6461 47.8517 15.7102 48.044 15.9669C48.2363 16.2555 48.3325 16.6725 48.3325 17.6669V26.4238H50.8324V16.5442C50.8324 15.6782 50.7363 14.8121 50.2235 14.1706C49.7748 13.5932 49.0696 13.2404 48.1722 13.2404C47.0505 13.2404 45.8646 13.914 45.2236 14.6838ZM14.6473 9.07042C16.1216 9.07042 17.3075 7.88359 17.3075 6.40807C17.3075 4.93256 16.1216 3.74573 14.6473 3.74573C13.173 3.74573 11.9871 4.93256 11.9871 6.40807C11.9871 7.88359 13.173 9.07042 14.6473 9.07042ZM26.9227 26.4559V16.5442C26.9227 15.6782 26.8265 14.8121 26.3137 14.1706C25.865 13.5932 25.1599 13.2404 24.2625 13.2404C23.1087 13.2404 21.9228 13.914 21.2818 14.6838C21.2497 14.0102 21.0254 13.3687 20.9613 13.1441L18.6536 13.7857C18.7818 14.4913 18.9741 15.3574 18.9741 16.9291V26.4559H21.4741V16.8329C22.0831 16.0952 22.7882 15.6782 23.301 15.6782C23.6215 15.6782 23.942 15.7423 24.1343 15.9989C24.3266 16.2876 24.4227 16.7046 24.4227 17.699V26.4559H26.9227ZM38.4289 8.36474C37.4994 8.36474 36.7622 9.10249 36.7622 10.0327C36.7622 10.9629 37.4994 11.7007 38.3968 11.7007C39.3263 11.7007 40.0634 10.9629 40.0634 10.0327C40.0634 9.10249 39.3263 8.36474 38.4289 8.36474ZM13.4614 26.4559H15.9614V10.8346L13.4614 11.1554V26.4559ZM33.8777 9.90441C34.3264 9.90441 34.7751 10.0648 35.0635 10.2893L35.7687 8.33266C35.0956 7.85151 34.3584 7.62698 33.429 7.62698C32.788 7.62698 32.1149 7.78736 31.5059 8.26851C30.897 8.78173 30.256 9.80818 30.256 11.7328C30.256 12.5667 30.288 13.4328 30.288 13.4328H29.4226V15.6461H30.288V26.4238H32.8521V15.6782H34.743L35.2238 13.4649H32.8841V11.4762C32.8841 10.5139 33.2687 9.90441 33.8777 9.90441ZM37.1468 26.4559H39.6788V13.2404L37.1468 13.5611V26.4559Z", fill: "#005DA9" }), h("path", { key: 'cbea43489560b2f19aa3ae1ea545b901b60cca90', d: "M77.0816 33.5126C68.6203 36.0146 58.3321 37.1052 48.2682 37.1052C22.7239 37.1052 6.24986 29.5993 5.09604 19.6877C4.67938 15.9668 7.59599 12.3422 12.4677 9.26285C11.6023 8.62132 11.0575 7.59488 11.0254 6.44012C3.97427 10.161 0 15.0366 0 19.9764C0 30.9145 19.5188 40.1525 48.5246 39.7676C58.6205 39.6393 67.0498 38.1958 74.6778 35.6939C83.7482 32.7428 89.4532 28.5087 90.8313 26.6483C89.1968 28.1238 85.3186 31.0748 77.0816 33.5126ZM23.2687 4.38723C24.9674 3.80985 27.3712 3.0721 27.3712 3.0721C34.1339 1.21166 41.6017 0.121063 48.5566 0.185215C40.544 -0.295931 33.2365 0.185215 26.8584 1.33997C26.8584 1.33997 24.743 1.69281 22.4675 2.27018C22.4675 2.27018 21.3777 2.55887 20.7047 2.75133C20.0316 2.94379 19.1021 3.2004 19.1021 3.2004C18.4611 3.39286 17.8201 3.6174 17.1791 3.84193C17.8201 4.48346 18.2047 5.31745 18.2368 6.27974C19.3586 5.76652 21.5059 4.99668 23.2687 4.38723Z", fill: "#E30034" })), h("defs", { key: '55a7986c9b4d490f4529b52b3e6bf23f9182f152' }, h("clipPath", { key: '216fe62d92a7d61ff9bed50aab2a1bc7b2ad37f5', id: "clip0_2396_2480" }, h("rect", { key: 'b7a4b28ce10805103dc07c29a39181c5df47cb4d', width: "91", height: "40", fill: "white" })))), " "), h("div", { key: '955b0b6cf66cf7841c8153cfbfead0c2de2f0387', class: 'sidebar__nav-bar-logo-text' }, this.applicationName))), h("div", { key: 'ad5f96fec1d03063b382a71f1f3f121fd4e37778', class: "sidebar__nav-container" }, h("slot", { key: '5f29275bee220c73da9d818f72b0f1ec0ed0c86d' }))), this.internalShowFooter &&
320
+ h("div", { key: '069060391a3142c53fc23115b642a65e53d42cd8', class: 'sidebar__footer-container' }, h("div", { key: '7954ac3e8e9b1229b5d70ead7db98a70ee4fee8f', class: "sidebar__footer-wrapper" }, (this.internalTermsofUse || this.internalImprint || this.internalPrivacyPolicy) &&
321
+ h("div", { key: '46ed76334c460b3e39ab9a9cd159d7de87071d4b', class: 'sidebar__footer-wrapper-top-links' }, this.internalTermsofUse !== '' && h("a", { key: '4d17f24dfc72062672dc2d342c430bdc61bc02c7', target: this.target, href: this.internalTermsofUse }, "Terms of use"), this.internalImprint !== '' && h("a", { key: 'a1fa230791f03554a0372b203f398aa2a84e6764', target: this.target, href: this.internalImprint }, "Imprint"), this.internalPrivacyPolicy !== '' && h("a", { key: '0a555860b55af94acc5b2c38299b516fffbbc5ce', target: this.target, href: this.internalPrivacyPolicy }, "Privacy policy")), this.copyrightText &&
322
+ h("div", { key: 'd1899155489efeea79a0798bd64e5cdc6a194158', class: 'sidebar__footer-wrapper-bottom-links' }, h("span", { key: '58ba478732d6c0f286defb24c10dd1b8eb5b7c79' }, this.copyrightText))))));
323
323
  }
324
324
  get el() { return this; }
325
325
  static get style() { return IfxSidebarStyle0; }
@@ -145,10 +145,10 @@ const IfxSlider$1 = /*@__PURE__*/ proxyCustomElement(class IfxSlider extends H {
145
145
  this.updateValuePercent();
146
146
  }
147
147
  render() {
148
- return (h("div", { key: '69946c370ab91e7f6c079bd843b32e1be44985bb', class: "ifx-slider" }, this.leftText && (h("span", { key: '20d1ec4c8689c9aa64817d33be5731636262d514', class: `left-text` }, this.leftText)), this.leftIcon && (h("ifx-icon", { key: '691b4f00af0cf47b2886a0553b7d3ee39a432092', icon: this.leftIcon, class: `left-icon${this.disabled ? ' disabled' : ''}` })), (this.type !== 'double') ?
148
+ return (h("div", { key: '0b3500d219fa3e3928d75493577f375f2c33d1c8', class: "ifx-slider" }, this.leftText && (h("span", { key: 'a56271cdbfd488eee15fa50e3a7187fbbb41f47c', class: `left-text` }, this.leftText)), this.leftIcon && (h("ifx-icon", { key: '8ee97fd4178a2382f5f9c660ef6082ba060864bf', icon: this.leftIcon, class: `left-icon${this.disabled ? ' disabled' : ''}` })), (this.type !== 'double') ?
149
149
  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 })
150
150
  :
151
- 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: '61f8eb88af993d11b384ed562f08fc1c00dbf2c8', icon: this.rightIcon, class: `right-icon${this.disabled ? ' disabled' : ''}` })), this.rightText && (h("span", { key: '01ddb91c8989f5c069671e411ffa1d2e788c9cd5', class: `right-text${this.disabled ? ' disabled' : ''}` }, this.rightText)), this.showPercentage && (this.type !== "double") && (h("span", { key: 'aecbab66dd57a9b716862a9c4a957ba35eb0856e', class: `percentage-display${this.disabled ? ' disabled' : ''}` }, this.percentage, "%"))));
151
+ 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: '281f1fc2711241144a4c112713dd75709be8876d', icon: this.rightIcon, class: `right-icon${this.disabled ? ' disabled' : ''}` })), this.rightText && (h("span", { key: 'c68dee426bc3e48ee02f3c00d6fc11f01c3095ad', class: `right-text${this.disabled ? ' disabled' : ''}` }, this.rightText)), this.showPercentage && (this.type !== "double") && (h("span", { key: '4a28abfc9b711a0269d1e2007dfcaa2507b54eed', class: `percentage-display${this.disabled ? ' disabled' : ''}` }, this.percentage, "%"))));
152
152
  }
153
153
  get el() { return this; }
154
154
  static get watchers() { return {
@@ -1,4 +1,4 @@
1
- import { S as Spinner, d as defineCustomElement$1 } from './p-29acebf4.js';
1
+ import { S as Spinner, d as defineCustomElement$1 } from './p-92e8b476.js';
2
2
 
3
3
  const IfxSpinner = Spinner;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -15,7 +15,7 @@ const Status = /*@__PURE__*/ proxyCustomElement(class Status extends H {
15
15
  var _a;
16
16
  const effectiveColor = ((_a = this.color) === null || _a === void 0 ? void 0 : _a.trim()) ? this.color : 'orange-500';
17
17
  const containerClass = this.border ? `container border-${effectiveColor}` : 'container no-border';
18
- return (h("div", { key: '32138b75cf2a9197b92a5ee30d99ac81e4bc30bd', "aria-label": "a status indicator", "aria-value": this.label, class: containerClass }, h("span", { key: 'd7c16c274e33806d57ec7e0d869dada97a215816', class: `dot ${effectiveColor}` }), h("p", { key: 'db0fd997c2c6b5d6a07432f6284dce118beb2dd5', class: "text" }, this.label)));
18
+ return (h("div", { key: '49f15d024a1b074cf429cbd6fcece03f2638f030', "aria-label": "a status indicator", "aria-value": this.label, class: containerClass }, h("span", { key: '35d87db46e92d283f9a579deee40277703d0cf46', class: `dot ${effectiveColor}` }), h("p", { key: 'e9e5e431d26af9d54ac865a2abef34bee778e480', class: "text" }, this.label)));
19
19
  }
20
20
  static get style() { return IfxStatusStyle0; }
21
21
  }, [1, "ifx-status", {
@@ -50,7 +50,7 @@ const Step = /*@__PURE__*/ proxyCustomElement(class Step extends H {
50
50
  }
51
51
  }
52
52
  render() {
53
- return (h("div", { key: '925e6b06172fc6b6576d7b8b7306d9de36ea4560', "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' : ''}
53
+ return (h("div", { key: '83625c8ac09c90b3b1dcdf3ba2a8895a24edee2d', "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' : ''}
54
54
  ${this.error ? 'error' : ''}
55
55
  ${this.stepperState.variant}
56
56
  ${this.complete ? 'complete' : ''}
@@ -58,11 +58,11 @@ const Step = /*@__PURE__*/ proxyCustomElement(class Step extends H {
58
58
  indicator-${this.stepperState.indicatorPosition}
59
59
  ${this.active ? 'active' : ''}
60
60
  ${this.clickable ? 'clickable' : ''}
61
- ${this.disabled ? 'disabled' : ''}` }, h("div", { key: '2dc7d44a955791c966a55c6d670f76bacdb775da', class: 'step-icon-wrapper' }, this.stepperState.variant !== 'compact' && h("span", { key: '5058cf86d85cadb0d095fe11b0064c2ccff9c8c8', class: 'step-connector-l' }), (this.stepperState.variant !== 'compact' && (!this.error || (this.error && this.active))) &&
62
- h("div", { key: '00f6e392d71882be03be90041d8dd2b9d7f40ca9', class: 'step-icon' }, (this.stepperState.showStepNumber && !this.complete && !this.active) ? this.stepId : '', (this.complete && !this.active) && h("ifx-icon", { key: '09ba89006b6d827d6979884bd6103946519a1faf', icon: 'check16' }), this.active && h("span", { key: 'd6c39396f50e4c0823a1ef2768445e1a14c14e14', class: 'active-indic' })), (this.stepperState.variant !== 'compact' && this.error && !this.active) && h("ifx-icon", { key: '6da9cf7c09fa7c7fcfd9e126cbf4874e5f40a2e2', icon: 'warningf24' }), this.stepperState.variant !== 'compact' && h("span", { key: 'adeb9666136b01922591bbc8d4650b683f9bb5b6', class: `step-connector-r ${this.active ? 'active' : ''}` })),
61
+ ${this.disabled ? 'disabled' : ''}` }, h("div", { key: '9fae5aa155473b25469d15d2fc42acdd20b4cba4', class: 'step-icon-wrapper' }, this.stepperState.variant !== 'compact' && h("span", { key: 'a6882ef33898927e56295f569c1ccad141d6e14d', class: 'step-connector-l' }), (this.stepperState.variant !== 'compact' && (!this.error || (this.error && this.active))) &&
62
+ h("div", { key: '7658a779c447037d99fbfa03e13950ab73825da7', class: 'step-icon' }, (this.stepperState.showStepNumber && !this.complete && !this.active) ? this.stepId : '', (this.complete && !this.active) && h("ifx-icon", { key: 'cf34eec3375552270357f0254fdc5fc43dfd934d', icon: 'check16' }), this.active && h("span", { key: 'db9ded65bad4c621cc1754a7c693421fd07e9748', class: 'active-indic' })), (this.stepperState.variant !== 'compact' && this.error && !this.active) && h("ifx-icon", { key: '7797bbef426c2a4ec0767623cb9ea706ad7dae86', icon: 'warningf24' }), this.stepperState.variant !== 'compact' && h("span", { key: '7f28feb1ef0b579e6aee9c718e9432dc392f4d91', class: `step-connector-r ${this.active ? 'active' : ''}` })),
63
63
  /* Step labels */
64
64
  (this.stepperState.variant !== 'compact' || (this.stepperState.variant === 'compact' && (this.active || this.stepId === this.stepperState.activeStep + 1))) &&
65
- h("div", { key: 'ddc5d16dad728d310aa8a8fe2079c43f18422982', 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: '0f8d96f76f768883e890670daba9dd63d2a536de' }), this.stepperState.variant === 'compact' && !this.active ? 'Next: ' : '', this.stepperState.variant === 'compact' && h("slot", { key: '3cd6ca35c9bb4acddcc047bbec353d82749efb9d' }))));
65
+ h("div", { key: 'f2d2c5b537d44cdff090a73accd82c03fa640bde', 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: 'f15a1c53cdf08a5c73dda35db5c3175059ecc0fc' }), this.stepperState.variant === 'compact' && !this.active ? 'Next: ' : '', this.stepperState.variant === 'compact' && h("slot", { key: '553adaf01a95905408ba846361ab757f2d281280' }))));
66
66
  }
67
67
  ;
68
68
  static get watchers() { return {
@@ -126,10 +126,10 @@ const Stepper = /*@__PURE__*/ proxyCustomElement(class Stepper extends H {
126
126
  this.syncIfxSteps();
127
127
  }
128
128
  render() {
129
- return (h("div", { key: 'c58b6ea1f46c59c7210bc97d0839052924ac58d6', "aria-label": 'a stepper', role: 'navigation', class: `stepper ${(this.variant !== 'compact' && this.variant !== 'vertical') ? 'default' : this.variant} ${this.variant === 'compact' ? 'compact-' + this.indicatorPosition : ''}` },
129
+ return (h("div", { key: 'e34b9fb2761f7c4a06320b1554c4301c70708018', "aria-label": 'a stepper', role: 'navigation', class: `stepper ${(this.variant !== 'compact' && this.variant !== 'vertical') ? 'default' : this.variant} ${this.variant === 'compact' ? 'compact-' + this.indicatorPosition : ''}` },
130
130
  /* Progress bar for compact variant. */
131
131
  (this.variant === 'compact') &&
132
- h("div", { key: 'b31a74b397056e93cf1cd8f8bdad36e56f5b5d94', class: 'stepper-progress' }, h("div", { key: '22bb92c7c60ba685a631ac139109e13789095abd', class: 'progress-detail' }, `${Math.min(this.activeStep, this.stepsCount)} of ${this.stepsCount}`)), h("div", { key: '10bc8ec56ae8b480b5eda67abc2f51cbaae17881', class: `stepper-wrapper` }, h("slot", { key: 'd757e9a08b0e78f8f291d1df28770231fbb88395' }))));
132
+ h("div", { key: '84b0c55f95c480b8b412439e7f310106543649fd', class: 'stepper-progress' }, h("div", { key: '57fd2cf3637d1c6299fb0b7af2a4a922a0076b13', class: 'progress-detail' }, `${Math.min(this.activeStep, this.stepsCount)} of ${this.stepsCount}`)), h("div", { key: '0dcb9c3e62f301419859f32783a6e3c6762352e8', class: `stepper-wrapper` }, h("slot", { key: '59b1db2d183821acdda67c4cc3279e0882c13b8f' }))));
133
133
  }
134
134
  ;
135
135
  componentDidRender() {
@@ -72,7 +72,7 @@ const Switch = /*@__PURE__*/ proxyCustomElement(class Switch extends H {
72
72
  this.internals.setFormValue(null);
73
73
  }
74
74
  render() {
75
- return (h("div", { key: '6cd5f28243669bd65d9f668ff61b9659b5056b73', 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: '086ca771434f6a254392cf92dd5b6323c153c826', class: `switch__checkbox-container ${this.internalChecked ? 'checked' : ''} ${this.disabled ? 'disabled' : ''}`, tabindex: "0" }, h("div", { key: '28ee4d3a82dd61cb7f4fa4e7ae01f728f888d9d4', class: "switch__checkbox-wrapper" }, h("input", { key: '72fed887bf909b14323117bb7fa7d9e3e7323eaa', type: "checkbox", hidden: true, name: this.name, disabled: this.disabled, checked: this.internalChecked, value: `${this.value}` }), h("div", { key: 'f85c72e732dc1dca7fbedc5884307d786c17b7c4', class: `switch ${this.internalChecked ? 'checked' : ''} ${this.disabled ? 'disabled' : ''}` }))), h("div", { key: '4a9744ee98f93381c1c4aaa29c45a5b5784f2685', class: `switch__label-wrapper ${this.disabled ? 'disabled' : ''}` }, h("label", { key: '02a972e28a3626076cf6abcdad84369ce8a95da5', htmlFor: "switch" }, h("slot", { key: '64caeedd8735bb149bd0c30212c62b4023a123f0', onSlotchange: () => this.toggleLabelGap() })))));
75
+ return (h("div", { key: 'cbddeccd43fef5e18d0491b4a1ba4ef2cd4a638e', 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: 'a062194ef6d77a7a26680fbcbcc5df636791891a', class: `switch__checkbox-container ${this.internalChecked ? 'checked' : ''} ${this.disabled ? 'disabled' : ''}`, tabindex: "0" }, h("div", { key: '7165c7a00ef359de33627b4710b79accb602683b', class: "switch__checkbox-wrapper" }, h("input", { key: '8ed145f9f52edca0bb3b1eee6d27974156e3a27a', type: "checkbox", hidden: true, name: this.name, disabled: this.disabled, checked: this.internalChecked, value: `${this.value}` }), h("div", { key: 'e8c9510d1fa762c0116c013e387f730ee3c34c07', class: `switch ${this.internalChecked ? 'checked' : ''} ${this.disabled ? 'disabled' : ''}` }))), h("div", { key: 'da7f645a6dfc0c72c254f9a0947c7ff8c735e744', class: `switch__label-wrapper ${this.disabled ? 'disabled' : ''}` }, h("label", { key: '898e5e1fbb6c7ab6cc38397d82c3a6b70ec69a6a', htmlFor: "switch" }, h("slot", { key: '08a1e09c7a84348b5c830fb2b03c5ed019db8953', onSlotchange: () => this.toggleLabelGap() })))));
76
76
  }
77
77
  static get formAssociated() { return true; }
78
78
  get el() { return this; }
@@ -15,7 +15,7 @@ const IfxTab$1 = /*@__PURE__*/ proxyCustomElement(class IfxTab extends H {
15
15
  this.tabHeaderChange.emit(this.header);
16
16
  }
17
17
  render() {
18
- return h("slot", { key: 'fce1579da851555ddb9787dc6624dc31b15ec8ec' });
18
+ return h("slot", { key: '79995022d7fbf77ed5ff5fd1e30fbbf6fe1ece03' });
19
19
  }
20
20
  get el() { return this; }
21
21
  static get style() { return IfxTabStyle0; }
@@ -3,13 +3,13 @@ import { c as classNames } from './p-5cdc6210.js';
3
3
  import { c as createGrid } from './p-1429e9ea.js';
4
4
  import { d as defineCustomElement$a } from './p-c2b0bf22.js';
5
5
  import { d as defineCustomElement$9 } from './p-4ac265d2.js';
6
- import { d as defineCustomElement$8 } from './p-650841dc.js';
6
+ import { d as defineCustomElement$8 } from './p-b654ca64.js';
7
7
  import { d as defineCustomElement$7 } from './p-47b9635d.js';
8
8
  import { d as defineCustomElement$6 } from './p-e7551b24.js';
9
9
  import { d as defineCustomElement$5 } from './p-3954dc5f.js';
10
- import { d as defineCustomElement$4 } from './p-d0978a2a.js';
11
- import { d as defineCustomElement$3 } from './p-62623d25.js';
12
- import { d as defineCustomElement$2 } from './p-b13e8e96.js';
10
+ import { d as defineCustomElement$4 } from './p-7cf5a49e.js';
11
+ import { d as defineCustomElement$3 } from './p-db280209.js';
12
+ import { d as defineCustomElement$2 } from './p-d092c793.js';
13
13
 
14
14
  class ButtonCellRenderer {
15
15
  init(params) {
@@ -465,12 +465,12 @@ const Table = /*@__PURE__*/ proxyCustomElement(class Table extends H {
465
465
  };
466
466
  }
467
467
  const filterClass = this.filterOrientation === 'topbar' ? 'topbar-layout' : 'sidebar-layout';
468
- return (h(Host, { key: '6f260fea85a12b7b260cc1ceefe09254cfd1917a' }, h("div", { key: 'bfcbcee601d89d38c9a38172d62182893fd97865', class: "table-container" }, this.filterOrientation === 'sidebar' && (h("div", { key: '202b73c02cc3a95d98320dadf5b2e4592b14f9a1', class: "sidebar-btn" }, h("ifx-button", { key: 'b2b854568661fa9ce40945c44249233415aa52fa', type: "button", disabled: false, variant: "secondary", size: "m", target: "_blank", theme: "default", "full-width": "false", onClick: () => this.toggleSidebarFilters() }, h("ifx-icon", { key: 'bfec6fc8bac8fb7e13941413270bb57154ca3189', icon: "cross-12" }), this.showSidebarFilters ? 'Hide Filters' : 'Show Filters'))), h("div", { key: 'd9f1f522730746436d1196db24a230b00082f020', class: filterClass }, this.filterOrientation === 'sidebar' && this.showSidebarFilters && (h("div", { key: '62b21b69dd689f34b2e8c9f5ec4c7ba65184a14d', class: "sidebar-container" }, h("div", { key: '37889001862bf4a1e68087c2106755017791ec09', class: "filters-title-container" }, h("span", { key: '1fee3e3d1377bb20347fe478c29d130f412ed443', class: "filters-title" }, "Filters")), h("div", { key: '0380ff42c66254c0f0181db2409d4881d696a64e', class: "set-filter-wrapper-sidebar" }, (this.filterOrientation !== 'sidebar' || this.showSidebarFilters) && (h("slot", { key: '7a1a9daa6d018bb1925f0639166a1732566f39b1', name: "sidebar-filter" }))))), this.filterOrientation !== 'none' && this.filterOrientation !== 'sidebar' && (h("div", { key: '90199deb0c1a079249a7a0c00cd46d699c7c0c29', class: "set-filter-wrapper-topbar" }, (this.filterOrientation !== 'sidebar' || this.showSidebarFilters) && (h("slot", { key: 'dfe4575a69423c3b4c4cd3905fc60ffd6fe71533', name: "topbar-filter" })))), h("div", { key: 'e2209ef5304c97368d9671ca0ab02eb385754b91', class: "table-pagination-wrapper" }, h("div", { key: '0dc5845eb702c5da15239f3e54ad17db58fd436f', class: "filter-chips" }, this.filterOrientation !== 'none' && this.filterOrientation !== 'topbar' && this.showSidebarFilters && (Object.keys(this.currentFilters).map(name => {
468
+ return (h(Host, { key: 'f52cedb5536c5c76b9c13b87bc7e037ea1e57429' }, h("div", { key: 'c75dcacbb20da8b395b3054264c90d6571faae9c', class: "table-container" }, this.filterOrientation === 'sidebar' && (h("div", { key: '5dc68aaa74e81a6bb83262cc71ea89143650138f', class: "sidebar-btn" }, h("ifx-button", { key: 'b47af364bbcbdbcb846ae0f3ace19dd123f520a5', type: "button", disabled: false, variant: "secondary", size: "m", target: "_blank", theme: "default", "full-width": "false", onClick: () => this.toggleSidebarFilters() }, h("ifx-icon", { key: '4b64e1a1744320a0f7f90ce4961d874cec5ed15a', icon: "cross-12" }), this.showSidebarFilters ? 'Hide Filters' : 'Show Filters'))), h("div", { key: '606121283dad0974e17dca8e09ad160132bdcbd5', class: filterClass }, this.filterOrientation === 'sidebar' && this.showSidebarFilters && (h("div", { key: 'cb4d84685b6664a72e361e792ebcbe9b0504eb52', class: "sidebar-container" }, h("div", { key: '99ddeb1e990916d43568dd890169c6a6ba5676ac', class: "filters-title-container" }, h("span", { key: '6f7cdcfb9ff0d53d6200027e79dff8e80da16d0a', class: "filters-title" }, "Filters")), h("div", { key: '72d69db1172d8ef64881ecb276d8112fb688aadb', class: "set-filter-wrapper-sidebar" }, (this.filterOrientation !== 'sidebar' || this.showSidebarFilters) && (h("slot", { key: '586b2c92ecbc1c576a1084f1a2f12d20d8299841', name: "sidebar-filter" }))))), this.filterOrientation !== 'none' && this.filterOrientation !== 'sidebar' && (h("div", { key: '631bf50e06033bed8dc82e1c312e20e3d46067fd', class: "set-filter-wrapper-topbar" }, (this.filterOrientation !== 'sidebar' || this.showSidebarFilters) && (h("slot", { key: '36e8bce9cee982a3e90318ff88b0ea5e951a1be1', name: "topbar-filter" })))), h("div", { key: 'c72b84450c1a1f38c1d6f21dac3fcb2989e069b5', class: "table-pagination-wrapper" }, h("div", { key: 'cd5a8f61e035686d343ee47fbb1808e2aa78c77e', class: "filter-chips" }, this.filterOrientation !== 'none' && this.filterOrientation !== 'topbar' && this.showSidebarFilters && (Object.keys(this.currentFilters).map(name => {
469
469
  const filter = this.currentFilters[name];
470
470
  const filterValues = filter.filterValues;
471
471
  const isMultiSelect = filter.type !== 'text';
472
472
  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;
473
- })), this.filterOrientation !== 'none' && this.filterOrientation === 'sidebar' && this.showSidebarFilters && Object.keys(this.currentFilters).length > 0 && (h("ifx-button", { key: 'e62ffd51cc0b859a2f98fdc28ba70758b77411b8', type: "button", disabled: false, variant: "tertiary", size: "m", target: "_blank", theme: "default", "full-width": "false", onClick: () => this.handleResetButtonClick() }, h("ifx-icon", { key: '58359d5ba1d961cad9de5fba52398b770dd94e7f', icon: "curved-arrow-left-16" }), "Reset all"))), this.filterOrientation !== 'none' && (h("div", { key: 'a2bea9f689011cc2801eae67515b2ddb36119ea1', class: "matching-results-container" }, h("span", { key: '44d576a5cc8b9f368d38b6447c23c203d4daa3cb', class: "matching-results-count" }, this.matchingResultsCount), h("span", { key: 'fa17a37bd55c2d5bc2a57ac13a30bf39fe86e939', class: "matching-results-text" }, "matching results"))), h("div", { key: '65acff67c72a91c63029c5395b85581d2f749378', id: "table-wrapper", class: this.getTableClassNames() }, h("div", { key: '612d20948b224215e093cab8aed4262d7afa988e', 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)))));
473
+ })), this.filterOrientation !== 'none' && this.filterOrientation === 'sidebar' && this.showSidebarFilters && Object.keys(this.currentFilters).length > 0 && (h("ifx-button", { key: 'f1df6822abee9af6d7ed6c36b0935773c08b7661', type: "button", disabled: false, variant: "tertiary", size: "m", target: "_blank", theme: "default", "full-width": "false", onClick: () => this.handleResetButtonClick() }, h("ifx-icon", { key: '871d0cd91ea691127b02ca25ba7c4e69f2fe9b46', icon: "curved-arrow-left-16" }), "Reset all"))), this.filterOrientation !== 'none' && (h("div", { key: 'b2aff28769651943a46d80124138e84ec8b607db', class: "matching-results-container" }, h("span", { key: '6894e6025a35c432696f34cf281a718bdd0c8ea9', class: "matching-results-count" }, this.matchingResultsCount), h("span", { key: '46fda43c32c00853c836424e3d9a88161fae18ee', class: "matching-results-text" }, "matching results"))), h("div", { key: '8b4a6ccd339952cc5dbd051819d273644cf4212a', id: "table-wrapper", class: this.getTableClassNames() }, h("div", { key: 'd5aa8bba250f41da62ea9fd87afbcaef496d4c1a', 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)))));
474
474
  }
475
475
  hasButtonCol() {
476
476
  return this.getColData().some(column => column.field === 'button');
@@ -205,9 +205,9 @@ const IfxTabs$1 = /*@__PURE__*/ proxyCustomElement(class IfxTabs extends H {
205
205
  }
206
206
  render() {
207
207
  var _a;
208
- return (h("div", { key: 'c56317602ab79d473ba563081bd49e36a9021777', "aria-label": "navigation tabs", class: `tabs ${this.internalOrientation}` }, h("ul", { key: '9030e79e35bdcb506d94a855ec0b78c2d7b19180', role: "tablist", class: "tabs-list" }, (_a = this.tabObjects) === null || _a === void 0 ? void 0 :
208
+ return (h("div", { key: '9934354f1666e6b771cb0ac542818cf0df698441', "aria-label": "navigation tabs", class: `tabs ${this.internalOrientation}` }, h("ul", { key: 'b906e331627c99ca6d69d6794e1898611786544c', role: "tablist", class: "tabs-list" }, (_a = this.tabObjects) === null || _a === void 0 ? void 0 :
209
209
  _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 :
210
- tab.header))), h("div", { key: '14319bf812d826ffe8de27360f40b374a55799ed', class: "active-border" })), h("div", { key: '859599837007f4644dddc7ece388b635cf90b62d', class: "tab-content" }, Array.from(this.tabObjects).map((_, index) => (h("div", { style: { display: index === this.internalActiveTabIndex ? 'block' : 'none' } }, h("slot", { name: `tab-${index}` })))))));
210
+ tab.header))), h("div", { key: '3461724f72dc2e18f00b41cea138ac6865c78494', class: "active-border" })), h("div", { key: '56987efca5638597a7d1107a8b47b3de1cfcd650', class: "tab-content" }, Array.from(this.tabObjects).map((_, index) => (h("div", { style: { display: index === this.internalActiveTabIndex ? 'block' : 'none' } }, h("slot", { name: `tab-${index}` })))))));
211
211
  }
212
212
  get el() { return this; }
213
213
  static get watchers() { return {
@@ -11,7 +11,7 @@ const Tag = /*@__PURE__*/ proxyCustomElement(class Tag extends H {
11
11
  this.__attachShadow();
12
12
  }
13
13
  render() {
14
- return (h("div", { key: '209fdb856f30f922cb4253afb4ef4d7b70f6149f', "aria-label": "a tag", class: "container" }, this.icon && (h("ifx-icon", { key: 'fa7d3dbb497aba70804c37ef9f09219677e5cbd1', icon: this.icon })), h("a", { key: 'ebed1ae83eba47bb254e6fa7f85d49c717e34b98', href: "javascript:void(null);", class: "label-wrapper" }, h("p", { key: 'ea857f77b32f30833ee3899ee4147f910e9cf5ad', class: "label" }, h("slot", { key: 'fa2c754f7ae1d078529ae9cfae7f3ed3ec623573' })))));
14
+ return (h("div", { key: '694509b72889371a08b2b7be6e01fab05c0a33ae', "aria-label": "a tag", class: "container" }, this.icon && (h("ifx-icon", { key: 'ebadfd5e47defa3435ee4be99f5bf606fb8cf667', icon: this.icon })), h("a", { key: '7754a9467fbd485590f87ef0d16256cf8e6eac13', href: "javascript:void(null);", class: "label-wrapper" }, h("p", { key: 'e41ec8eb9b49b44547cae7434f3504423ad0a75c', class: "label" }, h("slot", { key: '5738677f27d87ea21ac65828884a37afbfaca56f' })))));
15
15
  }
16
16
  static get style() { return IfxTagStyle0; }
17
17
  }, [1, "ifx-tag", {
@@ -1,4 +1,4 @@
1
- import { T as Template, d as defineCustomElement$1 } from './p-094fbb51.js';
1
+ import { T as Template, d as defineCustomElement$1 } from './p-ab1c7bfa.js';
2
2
 
3
3
  const IfxTemplate = Template;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -4,9 +4,9 @@ import { d as defineCustomElement$8 } from './p-c2b0bf22.js';
4
4
  import { d as defineCustomElement$7 } from './p-e7551b24.js';
5
5
  import { d as defineCustomElement$6 } from './p-3954dc5f.js';
6
6
  import { d as defineCustomElement$5 } from './p-02830916.js';
7
- import { d as defineCustomElement$4 } from './p-29acebf4.js';
8
- import { d as defineCustomElement$3 } from './p-094fbb51.js';
9
- import { d as defineCustomElement$2 } from './p-957b910f.js';
7
+ import { d as defineCustomElement$4 } from './p-92e8b476.js';
8
+ import { d as defineCustomElement$3 } from './p-ab1c7bfa.js';
9
+ import { d as defineCustomElement$2 } from './p-b902ae49.js';
10
10
 
11
11
  const templatesUiCss = "*{padding:0;margin:0}.templates__container{display:flex;flex-direction:column;align-items:center}.templates__container .back__btn-wrapper{display:none}.templates__container .back__btn-wrapper.show{display:flex;justify-content:space-between;width:100%}.templates__container .back__btn-wrapper .alert__wrapper{display:none}.templates__container .back__btn-wrapper .alert__wrapper.show{display:block}.templates__container .templates__wrapper{display:flex;padding:20px 0px;gap:20px;flex-wrap:wrap}.templates__container .templates__title.hide{display:none}";
12
12
  const IfxTemplatesUiStyle0 = templatesUiCss;
@@ -55,7 +55,7 @@ const TemplatesUI = /*@__PURE__*/ proxyCustomElement(class TemplatesUI extends H
55
55
  alertWrapper.classList.remove('show');
56
56
  }
57
57
  render() {
58
- return (h("div", { key: '7f313f223e75698fb23569c5f1b638e2be7ed628', class: 'templates__container' }, h("div", { key: '60687101dda3ccc1074377f4ebb15ce17d00cdae', class: "back__btn-wrapper" }, h("ifx-icon-button", { key: '6709aa534550a3df90a5ebd7709e7c339268372d', onClick: () => this.filterTemplates(false), shape: "round", variant: "tertiary", icon: "arrow-left-16", target: "_blank", size: "m" }), h("div", { key: '0046b65d5ec12ca8541dd335fc08547738658017', class: "alert__wrapper" }, h("ifx-alert", { key: '9abff4236fc894cfd62ceaff8c31ede82cf619fd', onClick: () => this.closeAlert(), "aria-live": "assertive", variant: "danger", icon: "c-info-24" }, "All fields are mandatory"))), h("h2", { key: '92dae5ac00d3b350681cd38c1d1ae2b537fc2210', class: "templates__title" }, "Choose your template"), h("div", { key: '8742b6c129cbc0bcd4ce267d7b05520c0eddfda7', class: "templates__wrapper" }, h("ifx-template", { key: 'acdac4204ab3916114534e7941d2477257d03912', name: 'template-01', thumbnail: this.tableTemplate }), h("ifx-template", { key: 'a7e72c71310b5d8207ca1bf9ea27168215b0d5f9', name: 'template-02', thumbnail: this.wizardTemplate }))));
58
+ return (h("div", { key: '529052af159ca7cda55846cde6fd5c25a925aa9c', class: 'templates__container' }, h("div", { key: '47130a5357c4181e9b2bdf49ec57d378f8912bc3', class: "back__btn-wrapper" }, h("ifx-icon-button", { key: '825e7c1b650599c1be481d4155631fec72de32e3', onClick: () => this.filterTemplates(false), shape: "round", variant: "tertiary", icon: "arrow-left-16", target: "_blank", size: "m" }), h("div", { key: '901a999bf3ddd2ba95d06ba280f6483746601a67', class: "alert__wrapper" }, h("ifx-alert", { key: '8cc4870725b704b533414f35a2c69600e2fbde8a', onClick: () => this.closeAlert(), "aria-live": "assertive", variant: "danger", icon: "c-info-24" }, "All fields are mandatory"))), h("h2", { key: 'c4ffc447b64c939eabc261029378ec12783bb3a1', class: "templates__title" }, "Choose your template"), h("div", { key: 'd92d19ee098e75fbcae7c060e3b7e27236e9c949', class: "templates__wrapper" }, h("ifx-template", { key: '9797789aed9b2a2b90cc24d4c44ef9dce47f0c1d', name: 'template-01', thumbnail: this.tableTemplate }), h("ifx-template", { key: '488b0e53721ef44cca4afb5748aa19ff187964db', name: 'template-02', thumbnail: this.wizardTemplate }))));
59
59
  }
60
60
  static get assetsDirs() { return ["assets"]; }
61
61
  get el() { return this; }
@@ -1,4 +1,4 @@
1
- import { T as TextField, d as defineCustomElement$1 } from './p-957b910f.js';
1
+ import { T as TextField, d as defineCustomElement$1 } from './p-b902ae49.js';
2
2
 
3
3
  const IfxTextField = TextField;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -53,7 +53,7 @@ const TextArea = /*@__PURE__*/ proxyCustomElement(class TextArea extends H {
53
53
  }
54
54
  render() {
55
55
  var _a, _b;
56
- return (h(Host, { key: '0f5bf5d56ed26002f15ecc9582ee5a23b9f7c4c6', class: `wrapper--${this.error ? 'error' : ''} wrapper--${this.disabled ? 'disabled' : ''}` }, h("label", { key: '560e1678ddd02cb1bf0229ffa17a61ffa0c039b3', class: 'wrapper__label', htmlFor: this.inputId }, (_a = this.label) === null || _a === void 0 ? void 0 : _a.trim()), h("div", { key: '4e66c7c6a52428ef33dee14d4346ce9f9076e3c7', class: 'wrapper__textarea' }, h("textarea", { key: '9346dad809f595081723e77d18fd0b26c1653267', "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: '8946de96db794c98a5e004da191e8ca38921d403', class: 'wrapper__caption' }, this.caption.trim()))));
56
+ return (h(Host, { key: '8d8bf94b02d890cbeda65f235359dcd37c76db66', class: `wrapper--${this.error ? 'error' : ''} wrapper--${this.disabled ? 'disabled' : ''}` }, h("label", { key: '3b31a2e6438cd6a19baf98078b320faabddcf127', class: 'wrapper__label', htmlFor: this.inputId }, (_a = this.label) === null || _a === void 0 ? void 0 : _a.trim()), h("div", { key: 'eaec09275bc995c7fe306dadb3e6e19862eac48e', class: 'wrapper__textarea' }, h("textarea", { key: 'dcbcaeaf196f124cbe59308e6eabd544aa3a3d05', "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: 'c3704e46d9d28bca7a7a00ce7e81cb1b8af6ef3b', class: 'wrapper__caption' }, this.caption.trim()))));
57
57
  }
58
58
  static get formAssociated() { return true; }
59
59
  get el() { return this; }
@@ -155,10 +155,10 @@ const Tooltip = /*@__PURE__*/ proxyCustomElement(class Tooltip extends H {
155
155
  'tooltip-extended': true,
156
156
  'visible': this.tooltipVisible,
157
157
  };
158
- return (h("div", { key: '795261177635c90ede6d1995541ce8268f2e5262', "aria-label": "a tooltip showing important information", "aria-value": this.header, class: "tooltip__container" }, h("slot", { key: '29726682709195c97888e62b36d43f6244d22a2c' }), this.variant.toLowerCase() === 'dismissible' && h("div", { key: '54c229be4a0171c4b9e186f7628fce4ab3aeb5b9', class: tooltipDismissible }, h("button", { key: '374d309c74630b3f3e9f80294c0f363562ce65a9', "aria-label": "Close Tooltip", class: "close-button", onClick: this.onDismissClick }, h("ifx-icon", { key: '02efd77155cc94b6ecb367fcb375cbf600e234b0', icon: "cross16" })), h("div", { key: '3b96437efad72d370939ed08d70b84d404380874', class: "tooltip-dismissible-content" }, this.header && h("div", { key: 'fe62bcecd51d532b08568099bf96946b4eb9f611', class: "tooltip-dismissible-header" }, this.header), h("div", { key: '36579a2f1d9dd9c7c90c3dca8315e29dc5211437', class: "tooltip-dismissible-body" }, this.text)), h("svg", { key: '0044d3c563e9626f499b1907952e1815f27ca703', 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: 'd21890a5123322e1a7624490911b2a1004d64b8f', id: "Indicator", d: "M6 0L12 8L0 8L6 0Z", fill: "#1D1D1D" }))), this.variant.toLowerCase() === 'compact' &&
159
- h("div", { key: 'efee60a0cfe549c815acdd34cbfd06f181531c1c', class: tooltipCompact }, this.text, h("svg", { key: '0d992bbf5a4afc6f81769a00b8fcfff07eea54e1', 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: 'f029785003cf5b9ab72c9c97fa9288d27e6b1ac6', id: "Indicator", d: "M6 0L12 8L0 8L6 0Z", fill: "#1D1D1D" }))), this.variant.toLowerCase() === 'extended' &&
160
- h("div", { key: '095a979593f3ea948f92a191b316955d65e79871', class: tooltipExtended }, h("slot", { key: '8cd096bf58bf84f36eade7821029847553e52ab5', name: "icon" }, this.icon ? h("div", { class: "extended_icon" }, h("ifx-icon", { icon: this.icon })) :
161
- 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: '6839331b2b82599e8fffef8e1faab2c071f7eb3d', class: "tooltip-extended-content" }, this.header && h("div", { key: 'ab6e181488ed0f2b382b867d789a0a8824d306f1', class: "tooltip-extended-header" }, this.header), h("div", { key: '74c3fcb2d270f4d20d383434990667aa09f35894', class: "tooltip-extended-body" }, this.text)), h("svg", { key: '94616a0710484992a1289501d3d744ce6dc89020', 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: 'a261fb73ff98c22d389575ec8dd991aebbaaba90', id: "Indicator", d: "M6 0L12 8L0 8L6 0Z", fill: "#1D1D1D" })))));
158
+ return (h("div", { key: 'c733742aac15e3df1d68c8216cb9393f78576b7f', "aria-label": "a tooltip showing important information", "aria-value": this.header, class: "tooltip__container" }, h("slot", { key: '4e0859599b72562cc0de01b9b04370c9811af01d' }), this.variant.toLowerCase() === 'dismissible' && h("div", { key: '176a0a91c92c1ac76ba252e396a08a468e58efb9', class: tooltipDismissible }, h("button", { key: '144c678961d7dc4732c55e58df1e84dc31a2554b', "aria-label": "Close Tooltip", class: "close-button", onClick: this.onDismissClick }, h("ifx-icon", { key: '11cbfc406a3b61ef9f0d9fb41fc3b8d1dba32d16', icon: "cross16" })), h("div", { key: '0e4a414924ee7561e3663cecf84b17abe7da0ea0', class: "tooltip-dismissible-content" }, this.header && h("div", { key: '848d50adf71e813ca93ce2dafe0c94bd731c0323', class: "tooltip-dismissible-header" }, this.header), h("div", { key: '48427dda9bf556a6ed61397f6aa96b6264105f92', class: "tooltip-dismissible-body" }, this.text)), h("svg", { key: '28551a856ab20718eefae0c2790e2d18b76d5ae4', 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: 'a42ed89cbb70853e9c34e834a7d26d30d3d6a66f', id: "Indicator", d: "M6 0L12 8L0 8L6 0Z", fill: "#1D1D1D" }))), this.variant.toLowerCase() === 'compact' &&
159
+ h("div", { key: 'd903fe5ea87921e698769304f0d6123a57ab5ed6', class: tooltipCompact }, this.text, h("svg", { key: '99cee8ed96fb24171ef0b57ad82889d6cc68297b', 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: '6a120c31b6452939b4d5c3662a465cd98ca5417e', id: "Indicator", d: "M6 0L12 8L0 8L6 0Z", fill: "#1D1D1D" }))), this.variant.toLowerCase() === 'extended' &&
160
+ h("div", { key: 'f0ee16e7c5a647feef0f6fc0db1f7590ea0929ce', class: tooltipExtended }, h("slot", { key: '0fab2a03e19a2e700cfedfed0aa48d866911ee85', name: "icon" }, this.icon ? h("div", { class: "extended_icon" }, h("ifx-icon", { icon: this.icon })) :
161
+ 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: '537f27b2a930181e5889118910a5abdce2f29d73', class: "tooltip-extended-content" }, this.header && h("div", { key: '8e8ba83133b817b550467d64e94270426681e8f5', class: "tooltip-extended-header" }, this.header), h("div", { key: '75e760fb14a0ebb3228ff74e4649aa303166cbf4', class: "tooltip-extended-body" }, this.text)), h("svg", { key: 'b019e41475b7e6c54b184ce7eca57507ba78ab01', 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: '27e7af7de9a14174a75f16d0a0ffbc2d169616bf', id: "Indicator", d: "M6 0L12 8L0 8L6 0Z", fill: "#1D1D1D" })))));
162
162
  }
163
163
  get el() { return this; }
164
164
  static get watchers() { return {
@@ -55,7 +55,7 @@ const SearchField = /*@__PURE__*/ proxyCustomElement(class SearchField extends H
55
55
  this.showDeleteIconInternalState = false;
56
56
  }
57
57
  render() {
58
- return (h("div", { key: 'eb418cec54df93f23623038a45fa860c1d29b86e', "aria-label": "a search field for user input", "aria-disabled": this.disabled, "aria-value": this.value, class: 'search-field' }, h("div", { key: '3f8fbf4058553a636d970f4cb8e1740a089672fc', class: this.getWrapperClassNames(), tabindex: 1, onFocus: () => this.focusInput(), onClick: () => this.focusInput() }, h("ifx-icon", { key: '7b7c0894d05a2eeca97f6bb25019f2ca55ededa9', icon: "search-16", class: "search-icon" }), h("input", { key: '5141683d9335d5b6f81d1d9a1ba56d908e26ce54', 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)));
58
+ return (h("div", { key: '650ce5bb84569121de76a2903ee0a9f631d5d657', "aria-label": "a search field for user input", "aria-disabled": this.disabled, "aria-value": this.value, class: 'search-field' }, h("div", { key: '6ed9b4c8e90f1e249e3ee453990cc33e6c5f42fd', class: this.getWrapperClassNames(), tabindex: 1, onFocus: () => this.focusInput(), onClick: () => this.focusInput() }, h("ifx-icon", { key: 'dd2d019028006749b18b04ec8e1343f4b3580867', icon: "search-16", class: "search-icon" }), h("input", { key: 'c5d915f98c769073b357b1471333f5904ea34f78', 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)));
59
59
  }
60
60
  getSizeClass() {
61
61
  return `${this.size}` === "s"
@@ -104,4 +104,4 @@ function defineCustomElement() {
104
104
 
105
105
  export { SearchField as S, defineCustomElement as d };
106
106
 
107
- //# sourceMappingURL=p-c50f3c5c.js.map
107
+ //# sourceMappingURL=p-427dec58.js.map
@@ -1 +1 @@
1
- {"file":"p-c50f3c5c.js","mappings":"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","names":[],"sources":["src/components/search-field/search-field.scss?tag=ifx-search-field&encapsulation=shadow","src/components/search-field/search-field.tsx"],"sourcesContent":["@use \"~@infineon/design-system-tokens/dist/tokens\";\n@use \"../../global/font.scss\";\n\n:host {\n display: flex;\n}\n\n.search-field {\n box-sizing: border-box;\n background-color: tokens.$ifxColorBaseWhite;\n width: 100%;\n font-family: var(--ifx-font-family);\n\n\n .search-field__wrapper {\n box-sizing: border-box;\n height: tokens.$ifxSize500;\n display: flex;\n align-items: center;\n border: 1px solid #8D8786;\n border-radius: tokens.$ifxBorderRadius12;\n padding: tokens.$ifxSpace100 tokens.$ifxSpace200;\n gap: tokens.$ifxSpace150;\n flex: none;\n order: 0;\n align-self: stretch;\n flex-grow: 0;\n position: relative;\n width: 100%;\n outline: none;\n color: tokens.$ifxColorEngineering400;\n\n &.focused {\n border: 1px solid tokens.$ifxColorOcean500;\n\n & ifx-icon {\n color: tokens.$ifxColorEngineering500;\n }\n }\n\n &.search-field__wrapper-s {\n height: 36px;\n }\n\n\n &:hover:not(.focused, :focus) {\n border: 1px solid #3C3A39;\n }\n\n &:focus {\n outline: none;\n border: 1px solid #0A8276;\n }\n\n\n .delete-icon {\n right: 12px;\n cursor: pointer;\n }\n\n input[type='text'] {\n font-style: normal;\n font-weight: 400;\n font-size: 16px;\n //line-height: 24px;\n color: #8D8786;\n border: none;\n width: 100%;\n outline: none;\n //height: 100%;\n height: 16px;\n\n &:focus {\n outline: none;\n color: #1d1d1d;\n }\n\n &:disabled {\n background-color: #EEEDED;\n }\n }\n\n &:has(input[disabled]) {\n background-color: #EEEDED;\n }\n }\n}","import { Component, EventEmitter, h, Event, Prop, Watch, State, Listen } from '@stencil/core';\nimport classNames from 'classnames';\n \n\n\n@Component({\n tag: 'ifx-search-field',\n styleUrl: 'search-field.scss',\n shadow: true\n})\n\n\nexport class SearchField {\n private inputElement: HTMLInputElement;\n @Prop({ mutable: true }) value: string = '';\n\n @Event() ifxInput: EventEmitter<String>;\n @State() insideDropdown: boolean = false;\n\n @Prop() showDeleteIcon: boolean = false;\n @State() showDeleteIconInternalState: boolean = false;\n @Prop() disabled: boolean = false;\n @Prop() size: string = 'l';\n @State() isFocused: boolean = false;\n @Prop() placeholder: string = \"Search...\";\n @Prop() autocomplete: string = \"on\";\n @Prop() maxlength?: number = null; \n\n @Listen('mousedown', { target: 'document' })\n handleOutsideClick(event: MouseEvent) {\n const path = event.composedPath();\n if (!path.includes(this.inputElement)) {\n this.isFocused = false;\n }\n }\n\n @Watch('value')\n valueWatcher(newValue: string) {\n if (newValue !== this.inputElement.value) {\n this.inputElement.value = newValue;\n }\n }\n\n\n handleInput = () => {\n const query = this.inputElement.value;\n this.value = query; // update the value property when input changes\n this.ifxInput.emit(this.value);\n };\n\n handleDelete = () => {\n this.inputElement.value = '';\n this.value = \"\";\n this.ifxInput.emit(this.value);\n }\n\n focusInput() {\n this.inputElement.focus();\n this.isFocused = true;\n }\n \n\n\n\n componentWillUpdate() {\n if (this.value !== \"\") {\n this.showDeleteIconInternalState = true;\n } else this.showDeleteIconInternalState = false;\n }\n\n render() {\n return (\n <div aria-label=\"a search field for user input\" aria-disabled={this.disabled} aria-value={this.value} class='search-field'>\n <div class={this.getWrapperClassNames()}\n tabindex={1}\n onFocus={() => this.focusInput()}\n onClick={() => this.focusInput()}\n >\n <ifx-icon icon=\"search-16\" class=\"search-icon\"></ifx-icon>\n <input\n ref={(el) => (this.inputElement = el)}\n type=\"text\"\n autocomplete={this.autocomplete}\n onInput={() => this.handleInput()}\n placeholder={this.placeholder}\n disabled={this.disabled}\n maxlength={this.maxlength}\n value={this.value} // bind the value property to input element\n />\n {this.showDeleteIcon && this.showDeleteIconInternalState ? (\n <ifx-icon icon=\"cremove16\" class=\"delete-icon\" onClick={this.handleDelete}>\n </ifx-icon>\n ) : null}\n </div>\n </div>\n );\n }\n\n getSizeClass() {\n return `${this.size}` === \"s\"\n ? \"search-field__wrapper-s\"\n : \"\";\n }\n\n\n getWrapperClassNames() {\n return classNames(\n `search-field__wrapper`,\n `search-field__wrapper ${this.getSizeClass()}`,\n `${this.isFocused ? 'focused' : \"\"}`\n );\n }\n}"],"version":3}
1
+ {"file":"p-427dec58.js","mappings":";;;;AAAA,MAAM,cAAc,GAAG,81CAA81C,CAAC;AACt3C,6BAAe,cAAc;;MCWhB,WAAW;IAPxB;;;;;QAS2B,UAAK,GAAW,EAAE,CAAC;QAGnC,mBAAc,GAAY,KAAK,CAAC;QAEjC,mBAAc,GAAY,KAAK,CAAC;QAC/B,gCAA2B,GAAY,KAAK,CAAC;QAC9C,aAAQ,GAAY,KAAK,CAAC;QAC1B,SAAI,GAAW,GAAG,CAAC;QAClB,cAAS,GAAY,KAAK,CAAC;QAC5B,gBAAW,GAAW,WAAW,CAAC;QAClC,iBAAY,GAAW,IAAI,CAAC;QAC5B,cAAS,GAAY,IAAI,CAAC;QAkBlC,gBAAW,GAAG;YACZ,MAAM,KAAK,GAAG,IAAI,CAAC,YAAY,CAAC,KAAK,CAAC;YACtC,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;YACnB,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;SAChC,CAAC;QAEF,iBAAY,GAAG;YACb,IAAI,CAAC,YAAY,CAAC,KAAK,GAAG,EAAE,CAAC;YAC7B,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC;YAChB,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;SAChC,CAAA;KA0DF;IAnFC,kBAAkB,CAAC,KAAiB;QAClC,MAAM,IAAI,GAAG,KAAK,CAAC,YAAY,EAAE,CAAC;QAClC,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,YAAY,CAAC,EAAE;YACrC,IAAI,CAAC,SAAS,GAAG,KAAK,CAAC;SACxB;KACF;IAGD,YAAY,CAAC,QAAgB;QAC3B,IAAI,QAAQ,KAAK,IAAI,CAAC,YAAY,CAAC,KAAK,EAAE;YACxC,IAAI,CAAC,YAAY,CAAC,KAAK,GAAG,QAAQ,CAAC;SACpC;KACF;IAeD,UAAU;QACR,IAAI,CAAC,YAAY,CAAC,KAAK,EAAE,CAAC;QAC1B,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC;KACvB;IAKD,mBAAmB;QACjB,IAAI,IAAI,CAAC,KAAK,KAAK,EAAE,EAAE;YACrB,IAAI,CAAC,2BAA2B,GAAG,IAAI,CAAC;SACzC;;YAAM,IAAI,CAAC,2BAA2B,GAAG,KAAK,CAAC;KACjD;IAED,MAAM;QACJ,QACE,0EAAgB,+BAA+B,mBAAgB,IAAI,CAAC,QAAQ,gBAAc,IAAI,CAAC,KAAK,EAAE,KAAK,EAAC,cAAc,IACxH,4DAAK,KAAK,EAAE,IAAI,CAAC,oBAAoB,EAAE,EACrC,QAAQ,EAAE,CAAC,EACX,OAAO,EAAE,MAAM,IAAI,CAAC,UAAU,EAAE,EAChC,OAAO,EAAE,MAAM,IAAI,CAAC,UAAU,EAAE,IAEhC,iEAAU,IAAI,EAAC,WAAW,EAAC,KAAK,EAAC,aAAa,GAAY,EAC1D,8DACE,GAAG,EAAE,CAAC,EAAE,MAAM,IAAI,CAAC,YAAY,GAAG,EAAE,CAAC,EACrC,IAAI,EAAC,MAAM,EACX,YAAY,EAAE,IAAI,CAAC,YAAY,EAC/B,OAAO,EAAE,MAAM,IAAI,CAAC,WAAW,EAAE,EACjC,WAAW,EAAE,IAAI,CAAC,WAAW,EAC7B,QAAQ,EAAE,IAAI,CAAC,QAAQ,EACvB,SAAS,EAAE,IAAI,CAAC,SAAS,EACzB,KAAK,EAAE,IAAI,CAAC,KAAK,GACjB,EACD,IAAI,CAAC,cAAc,IAAI,IAAI,CAAC,2BAA2B,IACtD,gBAAU,IAAI,EAAC,WAAW,EAAC,KAAK,EAAC,aAAa,EAAC,OAAO,EAAE,IAAI,CAAC,YAAY,GAC9D,IACT,IAAI,CACJ,CACF,EACN;KACH;IAED,YAAY;QACV,OAAO,GAAG,IAAI,CAAC,IAAI,EAAE,KAAK,GAAG;cACzB,yBAAyB;cACzB,EAAE,CAAC;KACR;IAGD,oBAAoB;QAClB,OAAO,UAAU,CACf,uBAAuB,EACvB,yBAAyB,IAAI,CAAC,YAAY,EAAE,EAAE,EAC9C,GAAG,IAAI,CAAC,SAAS,GAAG,SAAS,GAAG,EAAE,EAAE,CACrC,CAAC;KACH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/components/search-field/search-field.scss?tag=ifx-search-field&encapsulation=shadow","src/components/search-field/search-field.tsx"],"sourcesContent":["@use \"~@infineon/design-system-tokens/dist/tokens\";\n@use \"../../global/font.scss\";\n\n:host {\n display: flex;\n}\n\n.search-field {\n box-sizing: border-box;\n background-color: tokens.$ifxColorBaseWhite;\n width: 100%;\n font-family: var(--ifx-font-family);\n\n\n .search-field__wrapper {\n box-sizing: border-box;\n height: tokens.$ifxSize500;\n display: flex;\n align-items: center;\n border: 1px solid #8D8786;\n border-radius: tokens.$ifxBorderRadius12;\n padding: tokens.$ifxSpace100 tokens.$ifxSpace200;\n gap: tokens.$ifxSpace150;\n flex: none;\n order: 0;\n align-self: stretch;\n flex-grow: 0;\n position: relative;\n width: 100%;\n outline: none;\n color: tokens.$ifxColorEngineering400;\n\n &.focused {\n border: 1px solid tokens.$ifxColorOcean500;\n\n & ifx-icon {\n color: tokens.$ifxColorEngineering500;\n }\n }\n\n &.search-field__wrapper-s {\n height: 36px;\n }\n\n\n &:hover:not(.focused, :focus) {\n border: 1px solid #3C3A39;\n }\n\n &:focus {\n outline: none;\n border: 1px solid #0A8276;\n }\n\n\n .delete-icon {\n right: 12px;\n cursor: pointer;\n }\n\n input[type='text'] {\n font-style: normal;\n font-weight: 400;\n font-size: 16px;\n //line-height: 24px;\n color: #8D8786;\n border: none;\n width: 100%;\n outline: none;\n //height: 100%;\n height: 16px;\n\n &:focus {\n outline: none;\n color: #1d1d1d;\n }\n\n &:disabled {\n background-color: #EEEDED;\n }\n }\n\n &:has(input[disabled]) {\n background-color: #EEEDED;\n }\n }\n}","import { Component, EventEmitter, h, Event, Prop, Watch, State, Listen } from '@stencil/core';\nimport classNames from 'classnames';\n \n\n\n@Component({\n tag: 'ifx-search-field',\n styleUrl: 'search-field.scss',\n shadow: true\n})\n\n\nexport class SearchField {\n private inputElement: HTMLInputElement;\n @Prop({ mutable: true }) value: string = '';\n\n @Event() ifxInput: EventEmitter<String>;\n @State() insideDropdown: boolean = false;\n\n @Prop() showDeleteIcon: boolean = false;\n @State() showDeleteIconInternalState: boolean = false;\n @Prop() disabled: boolean = false;\n @Prop() size: string = 'l';\n @State() isFocused: boolean = false;\n @Prop() placeholder: string = \"Search...\";\n @Prop() autocomplete: string = \"on\";\n @Prop() maxlength?: number = null; \n\n @Listen('mousedown', { target: 'document' })\n handleOutsideClick(event: MouseEvent) {\n const path = event.composedPath();\n if (!path.includes(this.inputElement)) {\n this.isFocused = false;\n }\n }\n\n @Watch('value')\n valueWatcher(newValue: string) {\n if (newValue !== this.inputElement.value) {\n this.inputElement.value = newValue;\n }\n }\n\n\n handleInput = () => {\n const query = this.inputElement.value;\n this.value = query; // update the value property when input changes\n this.ifxInput.emit(this.value);\n };\n\n handleDelete = () => {\n this.inputElement.value = '';\n this.value = \"\";\n this.ifxInput.emit(this.value);\n }\n\n focusInput() {\n this.inputElement.focus();\n this.isFocused = true;\n }\n \n\n\n\n componentWillUpdate() {\n if (this.value !== \"\") {\n this.showDeleteIconInternalState = true;\n } else this.showDeleteIconInternalState = false;\n }\n\n render() {\n return (\n <div aria-label=\"a search field for user input\" aria-disabled={this.disabled} aria-value={this.value} class='search-field'>\n <div class={this.getWrapperClassNames()}\n tabindex={1}\n onFocus={() => this.focusInput()}\n onClick={() => this.focusInput()}\n >\n <ifx-icon icon=\"search-16\" class=\"search-icon\"></ifx-icon>\n <input\n ref={(el) => (this.inputElement = el)}\n type=\"text\"\n autocomplete={this.autocomplete}\n onInput={() => this.handleInput()}\n placeholder={this.placeholder}\n disabled={this.disabled}\n maxlength={this.maxlength}\n value={this.value} // bind the value property to input element\n />\n {this.showDeleteIcon && this.showDeleteIconInternalState ? (\n <ifx-icon icon=\"cremove16\" class=\"delete-icon\" onClick={this.handleDelete}>\n </ifx-icon>\n ) : null}\n </div>\n </div>\n );\n }\n\n getSizeClass() {\n return `${this.size}` === \"s\"\n ? \"search-field__wrapper-s\"\n : \"\";\n }\n\n\n getWrapperClassNames() {\n return classNames(\n `search-field__wrapper`,\n `search-field__wrapper ${this.getSizeClass()}`,\n `${this.isFocused ? 'focused' : \"\"}`\n );\n }\n}"],"version":3}