@infineon/infineon-design-system-stencil 32.9.0--canary.1690.0fd1d4f3930adff7951d6ac8fa7cd8a2f129f926.0 → 32.9.0--canary.1690.0b04d2e768692eb0a6dff00bb4a8192404e39af6.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 (309) 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-icon.cjs.entry.js +78 -0
  10. package/dist/cjs/ifx-icon.cjs.entry.js.map +1 -0
  11. package/dist/cjs/ifx-list-entry.cjs.entry.js +1 -1
  12. package/dist/cjs/ifx-navbar-item.cjs.entry.js +351 -0
  13. package/dist/cjs/ifx-navbar-item.cjs.entry.js.map +1 -0
  14. package/dist/cjs/ifx-navbar-profile.cjs.entry.js +4 -4
  15. package/dist/cjs/ifx-navbar-profile.cjs.entry.js.map +1 -1
  16. package/dist/cjs/{ifx-icon_6.cjs.entry.js → ifx-navbar.cjs.entry.js} +4 -562
  17. package/dist/cjs/ifx-navbar.cjs.entry.js.map +1 -0
  18. package/dist/cjs/ifx-notification.cjs.entry.js +2 -2
  19. package/dist/cjs/ifx-number-indicator.cjs.entry.js +31 -0
  20. package/dist/cjs/ifx-number-indicator.cjs.entry.js.map +1 -0
  21. package/dist/cjs/ifx-overview-table.cjs.entry.js +1 -1
  22. package/dist/cjs/ifx-progress-bar.cjs.entry.js +1 -1
  23. package/dist/cjs/ifx-radio-button-group.cjs.entry.js +1 -1
  24. package/dist/cjs/ifx-radio-button.cjs.entry.js +2 -2
  25. package/dist/cjs/ifx-search-bar.cjs.entry.js +55 -0
  26. package/dist/cjs/ifx-search-bar.cjs.entry.js.map +1 -0
  27. package/dist/cjs/ifx-search-field.cjs.entry.js +77 -0
  28. package/dist/cjs/ifx-search-field.cjs.entry.js.map +1 -0
  29. package/dist/cjs/ifx-segment.cjs.entry.js +1 -1
  30. package/dist/cjs/ifx-segmented-control.cjs.entry.js +2 -2
  31. package/dist/cjs/ifx-select.cjs.entry.js +2 -2
  32. package/dist/cjs/ifx-sidebar-item.cjs.entry.js +5 -5
  33. package/dist/cjs/ifx-sidebar-title.cjs.entry.js +1 -1
  34. package/dist/cjs/ifx-sidebar.cjs.entry.js +5 -5
  35. package/dist/cjs/ifx-slider.cjs.entry.js +2 -2
  36. package/dist/cjs/ifx-spinner_2.cjs.entry.js +6 -6
  37. package/dist/cjs/ifx-status.cjs.entry.js +1 -1
  38. package/dist/cjs/ifx-step.cjs.entry.js +4 -4
  39. package/dist/cjs/ifx-stepper.cjs.entry.js +2 -2
  40. package/dist/cjs/ifx-switch.cjs.entry.js +1 -1
  41. package/dist/cjs/ifx-tab.cjs.entry.js +1 -1
  42. package/dist/cjs/ifx-table.cjs.entry.js +2 -2
  43. package/dist/cjs/ifx-tabs.cjs.entry.js +2 -2
  44. package/dist/cjs/ifx-tag.cjs.entry.js +1 -1
  45. package/dist/cjs/ifx-templates-ui.cjs.entry.js +1 -1
  46. package/dist/cjs/ifx-textarea.cjs.entry.js +1 -1
  47. package/dist/cjs/ifx-tooltip.cjs.entry.js +4 -4
  48. package/dist/cjs/index-c9480f70.js +24 -4
  49. package/dist/cjs/infineon-design-system-stencil.cjs.js +1 -1
  50. package/dist/cjs/loader.cjs.js +1 -1
  51. package/dist/collection/components/navigation/navbar/navbar-item.css +16 -0
  52. package/dist/collection/components/navigation/navbar/navbar-item.js +32 -8
  53. package/dist/collection/components/navigation/navbar/navbar-item.js.map +1 -1
  54. package/dist/collection/components/navigation/navbar/navbar-profile.js +3 -3
  55. package/dist/collection/components/navigation/navbar/navbar.js +3 -13
  56. package/dist/collection/components/navigation/navbar/navbar.js.map +1 -1
  57. package/dist/collection/components/navigation/navbar/navbar.stories.js +27 -2
  58. package/dist/collection/components/navigation/navbar/navbar.stories.js.map +1 -1
  59. package/dist/collection/components/navigation/sidebar/sidebar-item.js +5 -5
  60. package/dist/collection/components/navigation/sidebar/sidebar-title.js +1 -1
  61. package/dist/collection/components/navigation/sidebar/sidebar.js +5 -5
  62. package/dist/collection/components/notification/notification.js +2 -2
  63. package/dist/collection/components/number-indicator/number-indicator.js +1 -1
  64. package/dist/collection/components/overview-table/overview-table.js +1 -1
  65. package/dist/collection/components/pagination/pagination.js +1 -1
  66. package/dist/collection/components/progress-bar/progress-bar.js +1 -1
  67. package/dist/collection/components/radio-button/radio-button.js +2 -2
  68. package/dist/collection/components/radio-button-group/radio-button-group.js +1 -1
  69. package/dist/collection/components/search-bar/search-bar.js +1 -1
  70. package/dist/collection/components/search-field/search-field.js +1 -1
  71. package/dist/collection/components/segmented-control/segment/segment.js +1 -1
  72. package/dist/collection/components/segmented-control/segmented-control.js +2 -2
  73. package/dist/collection/components/select/single-select/select.js +2 -2
  74. package/dist/collection/components/slider/slider.js +2 -2
  75. package/dist/collection/components/spinner/spinner.js +2 -2
  76. package/dist/collection/components/status/status.js +1 -1
  77. package/dist/collection/components/stepper/step/step.js +4 -4
  78. package/dist/collection/components/stepper/stepper.js +2 -2
  79. package/dist/collection/components/switch/switch.js +1 -1
  80. package/dist/collection/components/table-advanced-version/filter-bar/filter-bar.js +1 -1
  81. package/dist/collection/components/table-advanced-version/filter-type-group/filter-accordion/filter-accordion.js +2 -2
  82. package/dist/collection/components/table-advanced-version/filter-type-group/filter-search/filter-search.js +1 -1
  83. package/dist/collection/components/table-advanced-version/filter-type-group/filter-type-group.js +1 -1
  84. package/dist/collection/components/table-advanced-version/list/list-entry/list-entry.js +1 -1
  85. package/dist/collection/components/table-advanced-version/table.js +2 -2
  86. package/dist/collection/components/table-basic-version/table.js +1 -1
  87. package/dist/collection/components/tabs/tab.js +1 -1
  88. package/dist/collection/components/tabs/tabs.js +2 -2
  89. package/dist/collection/components/tag/tag.js +1 -1
  90. package/dist/collection/components/templates/template/template.js +1 -1
  91. package/dist/collection/components/templates/templates-ui/templates-ui.js +1 -1
  92. package/dist/collection/components/text-field/text-field.js +4 -4
  93. package/dist/collection/components/textarea/textarea.js +1 -1
  94. package/dist/collection/components/tooltip/tooltip.js +4 -4
  95. package/dist/collection/stories/setup-and-installation/faq/faq.js +1 -1
  96. package/dist/components/ifx-basic-table.js +1 -1
  97. package/dist/components/ifx-chip.js +1 -1
  98. package/dist/components/ifx-faq.js +1 -1
  99. package/dist/components/ifx-filter-accordion.js +3 -3
  100. package/dist/components/ifx-filter-bar.js +1 -1
  101. package/dist/components/ifx-filter-search.js +2 -2
  102. package/dist/components/ifx-filter-type-group.js +1 -1
  103. package/dist/components/ifx-icons-preview.js +1 -1
  104. package/dist/components/ifx-list-entry.js +2 -2
  105. package/dist/components/ifx-navbar-item.js +15 -10
  106. package/dist/components/ifx-navbar-item.js.map +1 -1
  107. package/dist/components/ifx-navbar-profile.js +4 -4
  108. package/dist/components/ifx-navbar-profile.js.map +1 -1
  109. package/dist/components/ifx-navbar.js +3 -13
  110. package/dist/components/ifx-navbar.js.map +1 -1
  111. package/dist/components/ifx-notification.js +1 -1
  112. package/dist/components/ifx-number-indicator.js +1 -1
  113. package/dist/components/ifx-overview-table.js +2 -2
  114. package/dist/components/ifx-pagination.js +1 -1
  115. package/dist/components/ifx-progress-bar.js +1 -1
  116. package/dist/components/ifx-radio-button-group.js +1 -1
  117. package/dist/components/ifx-radio-button.js +1 -1
  118. package/dist/components/ifx-search-bar.js +2 -2
  119. package/dist/components/ifx-search-field.js +1 -1
  120. package/dist/components/ifx-segment.js +1 -1
  121. package/dist/components/ifx-segmented-control.js +2 -2
  122. package/dist/components/ifx-select.js +1 -1
  123. package/dist/components/ifx-set-filter.js +2 -2
  124. package/dist/components/ifx-sidebar-item.js +6 -6
  125. package/dist/components/ifx-sidebar-title.js +1 -1
  126. package/dist/components/ifx-sidebar.js +5 -5
  127. package/dist/components/ifx-slider.js +2 -2
  128. package/dist/components/ifx-spinner.js +1 -1
  129. package/dist/components/ifx-status.js +1 -1
  130. package/dist/components/ifx-step.js +4 -4
  131. package/dist/components/ifx-stepper.js +2 -2
  132. package/dist/components/ifx-switch.js +1 -1
  133. package/dist/components/ifx-tab.js +1 -1
  134. package/dist/components/ifx-table.js +6 -6
  135. package/dist/components/ifx-tabs.js +2 -2
  136. package/dist/components/ifx-tag.js +1 -1
  137. package/dist/components/ifx-template.js +1 -1
  138. package/dist/components/ifx-templates-ui.js +4 -4
  139. package/dist/components/ifx-text-field.js +1 -1
  140. package/dist/components/ifx-textarea.js +1 -1
  141. package/dist/components/ifx-tooltip.js +4 -4
  142. package/dist/components/{p-02993d59.js → p-03acdbd0.js} +2 -2
  143. package/dist/components/{p-02993d59.js.map → p-03acdbd0.js.map} +1 -1
  144. package/dist/components/{p-267a34e4.js → p-107fafa0.js} +3 -3
  145. package/dist/components/{p-267a34e4.js.map → p-107fafa0.js.map} +1 -1
  146. package/dist/components/{p-51411d26.js → p-1718b5a9.js} +3 -3
  147. package/dist/components/{p-51411d26.js.map → p-1718b5a9.js.map} +1 -1
  148. package/dist/components/{p-8d10b031.js → p-3857ac48.js} +5 -5
  149. package/dist/components/{p-8d10b031.js.map → p-3857ac48.js.map} +1 -1
  150. package/dist/components/{p-86dbec0b.js → p-519cb249.js} +3 -3
  151. package/dist/components/{p-86dbec0b.js.map → p-519cb249.js.map} +1 -1
  152. package/dist/components/{p-3228aac2.js → p-5853aeb8.js} +3 -3
  153. package/dist/components/{p-3228aac2.js.map → p-5853aeb8.js.map} +1 -1
  154. package/dist/components/{p-9765c4af.js → p-58a0ff65.js} +2 -2
  155. package/dist/components/{p-9765c4af.js.map → p-58a0ff65.js.map} +1 -1
  156. package/dist/components/{p-1f3ec3be.js → p-696ba960.js} +4 -4
  157. package/dist/components/{p-1f3ec3be.js.map → p-696ba960.js.map} +1 -1
  158. package/dist/components/{p-718f6082.js → p-b024aa08.js} +2 -2
  159. package/dist/components/{p-718f6082.js.map → p-b024aa08.js.map} +1 -1
  160. package/dist/components/{p-4d4f8f00.js → p-bf2666f8.js} +3 -3
  161. package/dist/components/{p-4d4f8f00.js.map → p-bf2666f8.js.map} +1 -1
  162. package/dist/esm/ifx-alert_2.entry.js +1 -1
  163. package/dist/esm/ifx-basic-table.entry.js +1 -1
  164. package/dist/esm/ifx-chip_3.entry.js +1 -1
  165. package/dist/esm/ifx-faq.entry.js +1 -1
  166. package/dist/esm/ifx-filter-accordion.entry.js +2 -2
  167. package/dist/esm/ifx-filter-bar.entry.js +1 -1
  168. package/dist/esm/ifx-filter-search.entry.js +1 -1
  169. package/dist/esm/ifx-filter-type-group.entry.js +1 -1
  170. package/dist/esm/ifx-icon.entry.js +74 -0
  171. package/dist/esm/ifx-icon.entry.js.map +1 -0
  172. package/dist/esm/ifx-list-entry.entry.js +1 -1
  173. package/dist/esm/ifx-navbar-item.entry.js +347 -0
  174. package/dist/esm/ifx-navbar-item.entry.js.map +1 -0
  175. package/dist/esm/ifx-navbar-profile.entry.js +4 -4
  176. package/dist/esm/ifx-navbar-profile.entry.js.map +1 -1
  177. package/dist/esm/{ifx-icon_6.entry.js → ifx-navbar.entry.js} +6 -559
  178. package/dist/esm/ifx-navbar.entry.js.map +1 -0
  179. package/dist/esm/ifx-notification.entry.js +2 -2
  180. package/dist/esm/ifx-number-indicator.entry.js +27 -0
  181. package/dist/esm/ifx-number-indicator.entry.js.map +1 -0
  182. package/dist/esm/ifx-overview-table.entry.js +1 -1
  183. package/dist/esm/ifx-progress-bar.entry.js +1 -1
  184. package/dist/esm/ifx-radio-button-group.entry.js +1 -1
  185. package/dist/esm/ifx-radio-button.entry.js +2 -2
  186. package/dist/esm/ifx-search-bar.entry.js +51 -0
  187. package/dist/esm/ifx-search-bar.entry.js.map +1 -0
  188. package/dist/esm/ifx-search-field.entry.js +73 -0
  189. package/dist/esm/ifx-search-field.entry.js.map +1 -0
  190. package/dist/esm/ifx-segment.entry.js +1 -1
  191. package/dist/esm/ifx-segmented-control.entry.js +2 -2
  192. package/dist/esm/ifx-select.entry.js +2 -2
  193. package/dist/esm/ifx-sidebar-item.entry.js +5 -5
  194. package/dist/esm/ifx-sidebar-title.entry.js +1 -1
  195. package/dist/esm/ifx-sidebar.entry.js +5 -5
  196. package/dist/esm/ifx-slider.entry.js +2 -2
  197. package/dist/esm/ifx-spinner_2.entry.js +6 -6
  198. package/dist/esm/ifx-status.entry.js +1 -1
  199. package/dist/esm/ifx-step.entry.js +4 -4
  200. package/dist/esm/ifx-stepper.entry.js +2 -2
  201. package/dist/esm/ifx-switch.entry.js +1 -1
  202. package/dist/esm/ifx-tab.entry.js +1 -1
  203. package/dist/esm/ifx-table.entry.js +2 -2
  204. package/dist/esm/ifx-tabs.entry.js +2 -2
  205. package/dist/esm/ifx-tag.entry.js +1 -1
  206. package/dist/esm/ifx-templates-ui.entry.js +1 -1
  207. package/dist/esm/ifx-textarea.entry.js +1 -1
  208. package/dist/esm/ifx-tooltip.entry.js +4 -4
  209. package/dist/esm/index-c77e25a0.js +24 -4
  210. package/dist/esm/infineon-design-system-stencil.js +1 -1
  211. package/dist/esm/loader.js +1 -1
  212. package/dist/infineon-design-system-stencil/infineon-design-system-stencil.esm.js +1 -1
  213. package/dist/infineon-design-system-stencil/infineon-design-system-stencil.esm.js.map +1 -1
  214. package/dist/infineon-design-system-stencil/{p-1e4bc2b9.entry.js → p-00c52c84.entry.js} +2 -2
  215. package/dist/infineon-design-system-stencil/{p-9ae3f322.entry.js → p-03752fe5.entry.js} +2 -2
  216. package/dist/infineon-design-system-stencil/{p-dd5d3a7e.entry.js → p-1abbcdbc.entry.js} +2 -2
  217. package/dist/infineon-design-system-stencil/p-1b59a7f9.entry.js +2 -0
  218. package/dist/infineon-design-system-stencil/p-1c19f8ce.entry.js +2 -0
  219. package/dist/infineon-design-system-stencil/{p-32b1a855.entry.js → p-1de4f93c.entry.js} +2 -2
  220. package/dist/infineon-design-system-stencil/p-1fca1eb2.entry.js +2 -0
  221. package/dist/infineon-design-system-stencil/p-1fca1eb2.entry.js.map +1 -0
  222. package/dist/infineon-design-system-stencil/p-33b93a7c.entry.js +2 -0
  223. package/dist/infineon-design-system-stencil/p-33b93a7c.entry.js.map +1 -0
  224. package/dist/infineon-design-system-stencil/{p-e76958fe.entry.js → p-37e75e7c.entry.js} +2 -2
  225. package/dist/infineon-design-system-stencil/{p-71abc76f.entry.js → p-3a682dbd.entry.js} +2 -2
  226. package/dist/infineon-design-system-stencil/{p-aa47ef1b.entry.js → p-3c039adc.entry.js} +2 -2
  227. package/dist/infineon-design-system-stencil/{p-04dd3ba0.entry.js → p-48ea6a67.entry.js} +2 -2
  228. package/dist/infineon-design-system-stencil/{p-35c6aaf9.entry.js → p-5536a9c8.entry.js} +2 -2
  229. package/dist/infineon-design-system-stencil/{p-cdf8f8c1.entry.js → p-59fb1317.entry.js} +2 -2
  230. package/dist/infineon-design-system-stencil/p-5ba50092.entry.js +2 -0
  231. package/dist/infineon-design-system-stencil/p-5ba50092.entry.js.map +1 -0
  232. package/dist/infineon-design-system-stencil/{p-04295692.entry.js → p-5cf37e2a.entry.js} +2 -2
  233. package/dist/infineon-design-system-stencil/p-65d9faca.entry.js +2 -0
  234. package/dist/infineon-design-system-stencil/{p-a3273feb.entry.js → p-67c63b48.entry.js} +2 -2
  235. package/dist/infineon-design-system-stencil/{p-3123e5e2.entry.js → p-68b06d9b.entry.js} +2 -2
  236. package/dist/infineon-design-system-stencil/{p-e43a687a.entry.js → p-6b9ecace.entry.js} +2 -2
  237. package/dist/infineon-design-system-stencil/{p-ed07daf7.entry.js → p-6ba8b5eb.entry.js} +2 -2
  238. package/dist/infineon-design-system-stencil/p-711d5051.entry.js +2 -0
  239. package/dist/infineon-design-system-stencil/p-711d5051.entry.js.map +1 -0
  240. package/dist/infineon-design-system-stencil/{p-ccbeb030.entry.js → p-7abdbf1f.entry.js} +2 -2
  241. package/dist/infineon-design-system-stencil/{p-a9d22ce3.entry.js → p-86ba198c.entry.js} +2 -2
  242. package/dist/infineon-design-system-stencil/{p-945bae94.entry.js → p-8a0b4540.entry.js} +2 -2
  243. package/dist/infineon-design-system-stencil/{p-f7b3460c.entry.js → p-8dbe0add.entry.js} +2 -2
  244. package/dist/infineon-design-system-stencil/{p-e0cab72d.entry.js → p-9e413f66.entry.js} +2 -2
  245. package/dist/infineon-design-system-stencil/{p-d4d0a720.entry.js → p-9feda3ff.entry.js} +2 -2
  246. package/dist/infineon-design-system-stencil/{p-1d4e6390.entry.js → p-a0d570a0.entry.js} +2 -2
  247. package/dist/infineon-design-system-stencil/{p-7137962f.entry.js → p-b63754ff.entry.js} +2 -2
  248. package/dist/infineon-design-system-stencil/{p-23c72549.entry.js → p-b7057914.entry.js} +2 -2
  249. package/dist/infineon-design-system-stencil/{p-9bf471f5.entry.js → p-d08d3dd7.entry.js} +2 -2
  250. package/dist/infineon-design-system-stencil/p-d30f4aed.entry.js +2 -0
  251. package/dist/infineon-design-system-stencil/p-d30f4aed.entry.js.map +1 -0
  252. package/dist/infineon-design-system-stencil/{p-010454e4.entry.js → p-dc49f3c8.entry.js} +2 -2
  253. package/dist/infineon-design-system-stencil/p-e2d0ad64.entry.js +2 -0
  254. package/dist/infineon-design-system-stencil/{p-d829f880.entry.js → p-e447fb1f.entry.js} +2 -2
  255. package/dist/infineon-design-system-stencil/p-e4de8215.entry.js +2 -0
  256. package/dist/infineon-design-system-stencil/p-e4de8215.entry.js.map +1 -0
  257. package/dist/infineon-design-system-stencil/p-e57f8890.entry.js +2 -0
  258. package/dist/infineon-design-system-stencil/{p-73c719bc.entry.js.map → p-e57f8890.entry.js.map} +1 -1
  259. package/dist/infineon-design-system-stencil/{p-ca2820fd.entry.js → p-ecc58519.entry.js} +2 -2
  260. package/dist/infineon-design-system-stencil/p-f99f62ec.entry.js +2 -0
  261. package/dist/infineon-design-system-stencil/p-f99f62ec.entry.js.map +1 -0
  262. package/dist/types/components/navigation/navbar/navbar-item.d.ts +2 -1
  263. package/dist/types/components/navigation/navbar/navbar.d.ts +0 -1
  264. package/dist/types/components/navigation/navbar/navbar.stories.d.ts +31 -0
  265. package/dist/types/components.d.ts +2 -0
  266. package/package.json +1 -1
  267. package/dist/cjs/ifx-icon_6.cjs.entry.js.map +0 -1
  268. package/dist/esm/ifx-icon_6.entry.js.map +0 -1
  269. package/dist/infineon-design-system-stencil/p-408741e6.entry.js +0 -2
  270. package/dist/infineon-design-system-stencil/p-688baa7f.entry.js +0 -2
  271. package/dist/infineon-design-system-stencil/p-73c719bc.entry.js +0 -2
  272. package/dist/infineon-design-system-stencil/p-b1e7ffb5.entry.js +0 -2
  273. package/dist/infineon-design-system-stencil/p-bff428f4.entry.js +0 -2
  274. package/dist/infineon-design-system-stencil/p-bff428f4.entry.js.map +0 -1
  275. package/dist/infineon-design-system-stencil/p-e42e3390.entry.js +0 -2
  276. package/dist/infineon-design-system-stencil/p-e42e3390.entry.js.map +0 -1
  277. package/dist/infineon-design-system-stencil/p-fbdcd51a.entry.js +0 -2
  278. /package/dist/infineon-design-system-stencil/{p-1e4bc2b9.entry.js.map → p-00c52c84.entry.js.map} +0 -0
  279. /package/dist/infineon-design-system-stencil/{p-9ae3f322.entry.js.map → p-03752fe5.entry.js.map} +0 -0
  280. /package/dist/infineon-design-system-stencil/{p-dd5d3a7e.entry.js.map → p-1abbcdbc.entry.js.map} +0 -0
  281. /package/dist/infineon-design-system-stencil/{p-688baa7f.entry.js.map → p-1b59a7f9.entry.js.map} +0 -0
  282. /package/dist/infineon-design-system-stencil/{p-fbdcd51a.entry.js.map → p-1c19f8ce.entry.js.map} +0 -0
  283. /package/dist/infineon-design-system-stencil/{p-32b1a855.entry.js.map → p-1de4f93c.entry.js.map} +0 -0
  284. /package/dist/infineon-design-system-stencil/{p-e76958fe.entry.js.map → p-37e75e7c.entry.js.map} +0 -0
  285. /package/dist/infineon-design-system-stencil/{p-71abc76f.entry.js.map → p-3a682dbd.entry.js.map} +0 -0
  286. /package/dist/infineon-design-system-stencil/{p-aa47ef1b.entry.js.map → p-3c039adc.entry.js.map} +0 -0
  287. /package/dist/infineon-design-system-stencil/{p-04dd3ba0.entry.js.map → p-48ea6a67.entry.js.map} +0 -0
  288. /package/dist/infineon-design-system-stencil/{p-35c6aaf9.entry.js.map → p-5536a9c8.entry.js.map} +0 -0
  289. /package/dist/infineon-design-system-stencil/{p-cdf8f8c1.entry.js.map → p-59fb1317.entry.js.map} +0 -0
  290. /package/dist/infineon-design-system-stencil/{p-04295692.entry.js.map → p-5cf37e2a.entry.js.map} +0 -0
  291. /package/dist/infineon-design-system-stencil/{p-b1e7ffb5.entry.js.map → p-65d9faca.entry.js.map} +0 -0
  292. /package/dist/infineon-design-system-stencil/{p-a3273feb.entry.js.map → p-67c63b48.entry.js.map} +0 -0
  293. /package/dist/infineon-design-system-stencil/{p-3123e5e2.entry.js.map → p-68b06d9b.entry.js.map} +0 -0
  294. /package/dist/infineon-design-system-stencil/{p-e43a687a.entry.js.map → p-6b9ecace.entry.js.map} +0 -0
  295. /package/dist/infineon-design-system-stencil/{p-ed07daf7.entry.js.map → p-6ba8b5eb.entry.js.map} +0 -0
  296. /package/dist/infineon-design-system-stencil/{p-ccbeb030.entry.js.map → p-7abdbf1f.entry.js.map} +0 -0
  297. /package/dist/infineon-design-system-stencil/{p-a9d22ce3.entry.js.map → p-86ba198c.entry.js.map} +0 -0
  298. /package/dist/infineon-design-system-stencil/{p-945bae94.entry.js.map → p-8a0b4540.entry.js.map} +0 -0
  299. /package/dist/infineon-design-system-stencil/{p-f7b3460c.entry.js.map → p-8dbe0add.entry.js.map} +0 -0
  300. /package/dist/infineon-design-system-stencil/{p-e0cab72d.entry.js.map → p-9e413f66.entry.js.map} +0 -0
  301. /package/dist/infineon-design-system-stencil/{p-d4d0a720.entry.js.map → p-9feda3ff.entry.js.map} +0 -0
  302. /package/dist/infineon-design-system-stencil/{p-1d4e6390.entry.js.map → p-a0d570a0.entry.js.map} +0 -0
  303. /package/dist/infineon-design-system-stencil/{p-7137962f.entry.js.map → p-b63754ff.entry.js.map} +0 -0
  304. /package/dist/infineon-design-system-stencil/{p-23c72549.entry.js.map → p-b7057914.entry.js.map} +0 -0
  305. /package/dist/infineon-design-system-stencil/{p-9bf471f5.entry.js.map → p-d08d3dd7.entry.js.map} +0 -0
  306. /package/dist/infineon-design-system-stencil/{p-010454e4.entry.js.map → p-dc49f3c8.entry.js.map} +0 -0
  307. /package/dist/infineon-design-system-stencil/{p-408741e6.entry.js.map → p-e2d0ad64.entry.js.map} +0 -0
  308. /package/dist/infineon-design-system-stencil/{p-d829f880.entry.js.map → p-e447fb1f.entry.js.map} +0 -0
  309. /package/dist/infineon-design-system-stencil/{p-ca2820fd.entry.js.map → p-ecc58519.entry.js.map} +0 -0
@@ -1,4 +1,4 @@
1
- import { P as Pagination, d as defineCustomElement$1 } from './p-267a34e4.js';
1
+ import { P as Pagination, d as defineCustomElement$1 } from './p-107fafa0.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: '8d3535bc1f45800a7f0d9f5e04892795eec3f053', "aria-label": 'a progress bar', "aria-value": this.value, class: `progress-bar ${this.size}` }, h("div", { key: '14a297769a60c4babdf5b06cbaf502342c9bd5ba', class: "progress", style: { width: `${this.internalValue}%` } }, this.showLabel && this.size !== "s" && this.internalValue !== 0 && h("span", { key: 'd01ab4245ff33694d4eff377d1a0afbf8f201270', class: "label" }, `${this.internalValue}%`))));
23
+ return (h("div", { key: 'e1978cda672a5b004cd0520c099041172ec5e819', "aria-label": 'a progress bar', "aria-value": this.value, class: `progress-bar ${this.size}` }, h("div", { key: '2e9094099e63479b88f5b832ec55f5eb51ab0d13', class: "progress", style: { width: `${this.internalValue}%` } }, this.showLabel && this.size !== "s" && this.internalValue !== 0 && h("span", { key: 'd7f1ecd1109f03379ffa36626e27f50f9ef7ca72', class: "label" }, `${this.internalValue}%`))));
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: '76327c47cec7d7ca3ddfb8cb9b149af974c8523c', class: 'radio-button-group-container' }, this.showGroupLabel ? h("div", { class: 'group-label' }, this.groupLabelText, " *") : '', h("div", { key: 'b2c753a9135eceeafa1426578a215a183c53e677', class: `radio-button-group ${this.alignment} ${this.size}` }, h("slot", { key: '519668684f294a61b1520fa2c471a7be2926b8a7', 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: '81ad6c9e3c9383011b89b8c5cbc0199a82731ede', class: 'radio-button-group-container' }, this.showGroupLabel ? h("div", { class: 'group-label' }, this.groupLabelText, " *") : '', h("div", { key: '7cff1f5f620a3d8a8b9942fa036e7da781365332', class: `radio-button-group ${this.alignment} ${this.size}` }, h("slot", { key: '379cb323140188aa43ad1677d05e81a6b6335b03', onSlotchange: this.handleSlotChange })), this.showCaption ? (h("div", { class: `caption ${this.hasErrors ? 'error' : 'default'}` }, this.showCaptionIcon ? h("div", { class: 'caption-icon' }, h("ifx-icon", { icon: "c-info-16" })) : '', h("div", { class: 'caption-text' }, this.captionText))) : ''));
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-3228aac2.js';
1
+ import { R as RadioButton, d as defineCustomElement$1 } from './p-5853aeb8.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-9765c4af.js';
3
+ import { d as defineCustomElement$2 } from './p-58a0ff65.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: '76fd80cfb5009b8e965ee20f4c2193b0f9ec69b5', "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: 'c902f46ef9efab55d05e5f0c5bf24204e364f9f7', "aria-label": 'a search bar', "aria-disabled": this.disabled, class: `search-bar ${this.internalState ? 'open' : 'closed'}` }, this.internalState ? (h("div", { class: "search-bar-wrapper" }, h("ifx-search-field", { autocomplete: this.autocomplete, disabled: this.disabled, value: this.value, maxlength: this.maxlength, onIfxInput: this.handleInput.bind(this) }, h("ifx-icon", { icon: "search-16", slot: "search-icon" })), h("a", { tabindex: "-1", href: 'javascript:void(0)', onClick: this.handleCloseButton }, "Close"))) : (h("div", { class: "search-bar__icon-wrapper", onClick: this.handleCloseButton }, h("ifx-icon", { icon: "search-16" })))));
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-9765c4af.js';
1
+ import { S as SearchField, d as defineCustomElement$1 } from './p-58a0ff65.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: '3343752455e9a5480ade6343a96eb75d6852a53a', class: `segment ${this.selected ? 'segment--selected' : ''}`, tabIndex: 0, onClick: () => { this.handleSegmentClick(); }, onKeyDown: (e) => { this.handleSegmentKeyDown(e); } }, h("ifx-icon", { key: '12daacdb2174aaa7957e0f0bc43de3bbe77dc900', icon: this.icon }), " ", h("slot", { key: '0296479be77018a752cf356ce38eb62e8833352f' })));
30
+ return (h("div", { key: 'a2a4f876b6df7d82483690ab39a8eb2957f86b98', class: `segment ${this.selected ? 'segment--selected' : ''}`, tabIndex: 0, onClick: () => { this.handleSegmentClick(); }, onKeyDown: (e) => { this.handleSegmentKeyDown(e); } }, h("ifx-icon", { key: 'ebb49e6c61e102ef1b215c7210108af449a4533f', icon: this.icon }), " ", h("slot", { key: 'cbbb7945b5cfe90543b0ed3ddbe64f1799f1483c' })));
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: '755be179f21e78e76ab616646f098a0b31aae80c', "aria-value": this.selectedValue, "aria-label": 'segmented control', class: 'group' }, h("div", { key: '6f2e5154574c94e3886dba94c92bc465e58fd562', class: 'group__label' }, this.label.trim()), h("div", { key: 'a5962ae61646f507055d05d711de2d062d4aaf8a', class: 'group__controls' }, h("slot", { key: '47a3a75b79e767e3b50ea57737dd3256476e6643' })), this.caption.trim() &&
75
- h("div", { key: '36521f015968413909672bb9e226ad070bb75939', class: 'group__caption' }, h("ifx-icon", { key: '8c0edd064ba87041eef405d9836a0e037679c7da', icon: 'cinfo16' }), " ", this.caption.trim())));
74
+ return (h("div", { key: '440acc93eac2fe00fb0de05708e74361b47889e3', "aria-value": this.selectedValue, "aria-label": 'segmented control', class: 'group' }, h("div", { key: '0fbbe733af666f4da2684f7146cace877d43be18', class: 'group__label' }, this.label.trim()), h("div", { key: 'f4ddddb0f4870b5de51133e1d4f44b52aac091b6', class: 'group__controls' }, h("slot", { key: 'c89b3beba004ae66725b3fe82c588a9af2c1b645' })), this.caption.trim() &&
75
+ h("div", { key: '25e23614a9f8c980c7a96a6dff27ca9836b552ab', class: 'group__caption' }, h("ifx-icon", { key: '09766369503ef8aac9ea018b5eb3e547932b6121', 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-51411d26.js';
1
+ import { C as Choices, d as defineCustomElement$1 } from './p-1718b5a9.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-51411d26.js';
7
- import { d as defineCustomElement$2 } from './p-8d10b031.js';
6
+ import { d as defineCustomElement$3 } from './p-1718b5a9.js';
7
+ import { d as defineCustomElement$2 } from './p-3857ac48.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-02993d59.js';
3
+ import { d as defineCustomElement$2 } from './p-03acdbd0.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: 'fb9cefa5ea61adfcc43ca390f28bfeafbd940514' }, h("a", { key: '06ca05530359f148b1c3489faaafbe29ce54ceed', 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: 'db7bc6a583d6b1c54d01b8aec6f9a7051863e77d', class: `sidebar__nav-item-icon-wrapper ${!this.showIcon ? 'noIcon' : ""}` }, h("ifx-icon", { key: '1f9953fec913b1f976cc2c56ddf1ffb3382b6a32', icon: this.icon })), h("div", { key: 'f1628d65b2363e1961643a635fcb4d6bf6531f18', class: "sidebar__nav-item-label" }, h("slot", { key: '01cd4e05b040901b65692fa59c764f12fe9fe5cd' })), (this.isExpandable || !isNaN(this.numberIndicator)) &&
256
- h("div", { key: '5174905321f5a61626e7d6a377ee1707081009e0', class: "sidebar__nav-item-indicator" }, this.isExpandable &&
257
- h("span", { key: '55ed70d7076961a40950d198d7eea3be15b1f9e3', class: 'item__arrow-wrapper' }, h("ifx-icon", { key: '2b42cb82c5dea9e68d6ad05af26c8b1879dff1ca', icon: "chevron-down-12" })), !isNaN(this.numberIndicator) && !this.isExpandable && !this.isNested &&
258
- h("span", { key: 'a3e1712c0ad702344479d5966686958868ce3ca3', class: 'item__number-indicator' }, h("ifx-number-indicator", { key: 'ba0cc27f475d47f9af690cf8d0ca7e87cae6835c' }, this.numberIndicator)))), this.isExpandable && h("ul", { key: '9e00c8f5d8f214d199324a1b9aa3a9d0f83ae08f', class: 'expandable__submenu' })));
254
+ return (h("div", { key: '4d567c4fb4e0c134191704e344ebafd2aae893c0' }, h("a", { key: 'acc77eda245fb2cb3d5c1acfac075f118bbd4b06', 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: '36bdf7b1cd85292d828dab19dea67ada06dd6913', class: `sidebar__nav-item-icon-wrapper ${!this.showIcon ? 'noIcon' : ""}` }, h("ifx-icon", { key: 'f2cc84a0a8781ac95cd0f7f70c43c887406dddf4', icon: this.icon })), h("div", { key: '0b20dc5c96cae8fc8585635c4ca03bcf11962006', class: "sidebar__nav-item-label" }, h("slot", { key: 'cbe0d4023e85e78b0bedca04f0323d184a2cf9a6' })), (this.isExpandable || !isNaN(this.numberIndicator)) &&
256
+ h("div", { key: '31668a978abc83eeeb803b2577c0d78a4951d91e', class: "sidebar__nav-item-indicator" }, this.isExpandable &&
257
+ h("span", { key: 'd3d43cc1e259d5b18f02419e66467e08a893a3bc', class: 'item__arrow-wrapper' }, h("ifx-icon", { key: '53144b6f3b9d1295f7cccf7217fdab08af34cd00', icon: "chevron-down-12" })), !isNaN(this.numberIndicator) && !this.isExpandable && !this.isNested &&
258
+ h("span", { key: 'e76f00a03c36a6920a2e66b9cdd47e77a2f5518e', class: 'item__number-indicator' }, h("ifx-number-indicator", { key: 'a8c07a405b57431bd33f771b85d91e62d43d78ee' }, this.numberIndicator)))), this.isExpandable && h("ul", { key: '8998d8965446102f6f96a324e60443a14529aff0', 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: 'a54843d84f3b400675110f44b28e1a62e3898544', class: 'sidebar__title' }, h("div", { key: '1fa2b902559048d5ec73fa3b8ed95b4b8fb00c8a', class: 'sidebar__title-label' }, h("slot", { key: '0ca05b7db756b3e85cefd4dd2df6223ef1b7d31a' }))));
13
+ return (h("div", { key: 'd4d1bc27d0a9cf4cb1529c53b3264fe5fcb7b718', class: 'sidebar__title' }, h("div", { key: '3f33b4fa0aebf3f0a5ecdf1491831d4590ff27e5', class: 'sidebar__title-label' }, h("slot", { key: '9d9c3a5c7b896ebf49d27daf707c975f4f8f6207' }))));
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: 'e705415f7d096878d5d06187055f311bef1009fb', "aria-label": "a navigation sidebar", "aria-value": this.applicationName, class: 'sidebar__container' }, h("div", { key: '0d05817cf5b1694b032f42bbce57ed2ccfa52727', class: 'sidebar__top-container' }, this.showHeader &&
319
- h("div", { key: '8d1b56f1f88dd81d5c78782032177227ceb932bb', class: "sidebar__nav-bar" }, h("div", { key: '667abc469661e0f6770eefc0cd2ace40c06541a6', class: "sidebar__nav-bar-logo" }, h("div", { key: '2805624e17255f4bf57048d51c9af043bf9cbfd1', class: 'sidebar__nav-bar-logo-img' }, h("svg", { key: 'af02462f4ba721b289a3d21454f58d43e557b6b6', width: "91", height: "40", viewBox: "0 0 91 40", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, h("g", { key: '1102d0b46e79dd1ba83a44e9576e190ba2eda1ff', "clip-path": "url(#clip0_2396_2480)" }, h("path", { key: '9af9f653d5c49f095246949731f70aa576b471a4', 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: 'dc47c6c6b04445ff9cf0bddb6bc6bd067324e57b', 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: 'c220da4bc51c8b40f4e7a728865fa743112150f1' }, h("clipPath", { key: '5d9e496e59d423e3c6f2cdf9fbd440ddab9aa018', id: "clip0_2396_2480" }, h("rect", { key: 'cdae62af230b0bddc5f0553c56c6cad42d28ddca', width: "91", height: "40", fill: "white" })))), " "), h("div", { key: 'd9c9ce8cbc6745eb09db1b6b9e0af912106c742e', class: 'sidebar__nav-bar-logo-text' }, this.applicationName))), h("div", { key: '7f633070da3c0bcfc35f8602ab209e09f9b12335', class: "sidebar__nav-container" }, h("slot", { key: '3fffcf836330764a2a381069e74ecc5c160a102b' }))), this.internalShowFooter &&
320
- h("div", { key: 'bb85d21fb0be81b07fac534d3ac22b5835ecfc2d', class: 'sidebar__footer-container' }, h("div", { key: '7619949e227bcda20b696dbc528b34f5798fdec5', class: "sidebar__footer-wrapper" }, (this.internalTermsofUse || this.internalImprint || this.internalPrivacyPolicy) &&
321
- h("div", { key: '80a38c087f055792e0fde65e1681b8812f12a717', class: 'sidebar__footer-wrapper-top-links' }, this.internalTermsofUse !== '' && h("a", { key: 'ad4c8eb69571c4f70576d39afdba6905e338e7b5', target: this.target, href: this.internalTermsofUse }, "Terms of use"), this.internalImprint !== '' && h("a", { key: '9ff55831b94c2b899cd700df261a203ef1d5b8c0', target: this.target, href: this.internalImprint }, "Imprint"), this.internalPrivacyPolicy !== '' && h("a", { key: '90126a16de60459949f448f6ea4ae00d55f07df1', target: this.target, href: this.internalPrivacyPolicy }, "Privacy policy")), this.copyrightText &&
322
- h("div", { key: '6d65faf7d62f449701cade1631000733526a08ad', class: 'sidebar__footer-wrapper-bottom-links' }, h("span", { key: '3514d4aca037ff1f2c92038bcfb99ca63d2210e6' }, this.copyrightText))))));
318
+ return (h("div", { key: 'e29cd1c7bf8266a500d547b2a4200231d9bd4bc8', "aria-label": "a navigation sidebar", "aria-value": this.applicationName, class: 'sidebar__container' }, h("div", { key: '8055810a23fef774b058a0b3f905f16fce5b8e87', class: 'sidebar__top-container' }, this.showHeader &&
319
+ h("div", { key: 'd77baa74f0d675a8354ff024117f5c4ac369e6f7', class: "sidebar__nav-bar" }, h("div", { key: 'adee87ea5e2ca62935017363d03ddf7667c50670', class: "sidebar__nav-bar-logo" }, h("div", { key: '1d9bf12c702c43e717e024e3e6cb19814b3af206', class: 'sidebar__nav-bar-logo-img' }, h("svg", { key: '4d2d8098b29525ae6fa619fd086023e0fa28526c', width: "91", height: "40", viewBox: "0 0 91 40", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, h("g", { key: '54b0a272d955550fcc7bcdb35413ee5555e43de0', "clip-path": "url(#clip0_2396_2480)" }, h("path", { key: 'e9ad87013d166fe4d538a434d0a7f00867b63264', 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: '5602d3c181d3ad52ecb747ce5b52442d6b1b48f2', 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: 'b91857cf444cbcd3d108c08eecd32c74ffa7837f' }, h("clipPath", { key: '7549b3c5240d84a34cfb0eead8c7d7f421a0546d', id: "clip0_2396_2480" }, h("rect", { key: '2a008fbac65664328db9f6df3cf7a8a9d5cb3d01', width: "91", height: "40", fill: "white" })))), " "), h("div", { key: '3c51fa2fee76a24e9db0d254f49180960b988d12', class: 'sidebar__nav-bar-logo-text' }, this.applicationName))), h("div", { key: '4b5143c3cb3b107d6cd6c3a827bc9518a88fe923', class: "sidebar__nav-container" }, h("slot", { key: 'e1a182f2a1ede762b17b0080970c89a407a859c2' }))), this.internalShowFooter &&
320
+ h("div", { key: '0e4d5357b77d0de7ee0d1dc30b1bccd3bb09aa95', class: 'sidebar__footer-container' }, h("div", { key: 'da0cae5cd4e5cd78594615cf02d267171a83e07d', class: "sidebar__footer-wrapper" }, (this.internalTermsofUse || this.internalImprint || this.internalPrivacyPolicy) &&
321
+ h("div", { key: '491062e63c625ea6c8d4027ff7bf0fa9e631ce66', class: 'sidebar__footer-wrapper-top-links' }, this.internalTermsofUse !== '' && h("a", { key: 'd89e98392641d85d33d7421bf65362786c61e8c5', target: this.target, href: this.internalTermsofUse }, "Terms of use"), this.internalImprint !== '' && h("a", { key: '7d21252546491681736d30494c68a6fb0403edd0', target: this.target, href: this.internalImprint }, "Imprint"), this.internalPrivacyPolicy !== '' && h("a", { key: '36be4654f254fb07f0f46b3695e3c02807eb0c2e', target: this.target, href: this.internalPrivacyPolicy }, "Privacy policy")), this.copyrightText &&
322
+ h("div", { key: '51288cb0202cf73073de3d53e44ea773ee955b04', class: 'sidebar__footer-wrapper-bottom-links' }, h("span", { key: '4d751a9d66c85b97827c8f7562c78150d6d33801' }, 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: '7f428016cf97e39bd465639cf2bd215b3ef39fc0', class: "ifx-slider" }, this.leftText && (h("span", { key: '6d9cd242069548e6024644048e7d7dfdc2cedb41', class: `left-text` }, this.leftText)), this.leftIcon && (h("ifx-icon", { key: 'e3d64b6a83d398def80dfff34a97176d300e0436', icon: this.leftIcon, class: `left-icon${this.disabled ? ' disabled' : ''}` })), (this.type !== 'double') ?
148
+ return (h("div", { key: '6d8a7acac67dff6fa16e5857d5d87ac1a230e708', class: "ifx-slider" }, this.leftText && (h("span", { key: '8fa50d852e012089fd2b918b093e87bf3c2f2c3a', class: `left-text` }, this.leftText)), this.leftIcon && (h("ifx-icon", { key: 'd84ba5ac7f08dd8dddca0c24143ba97bcfda374e', icon: this.leftIcon, class: `left-icon${this.disabled ? ' disabled' : ''}` })), (this.type !== 'double') ?
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: '0cd3d8c4563c427410c2443030e0494ec62defd6', icon: this.rightIcon, class: `right-icon${this.disabled ? ' disabled' : ''}` })), this.rightText && (h("span", { key: 'd585e44e91309c47a52fd9f52322b83bb6766e5b', class: `right-text${this.disabled ? ' disabled' : ''}` }, this.rightText)), this.showPercentage && (this.type !== "double") && (h("span", { key: '91c4236eff00f2da3fca5cbbe5524faca6f0d6fd', 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: '02911017ea076f62e13a55b98e8a723f40c9c75b', icon: this.rightIcon, class: `right-icon${this.disabled ? ' disabled' : ''}` })), this.rightText && (h("span", { key: 'e984e2322ff0fe2f8d2a2404a8e342c393a822e7', class: `right-text${this.disabled ? ' disabled' : ''}` }, this.rightText)), this.showPercentage && (this.type !== "double") && (h("span", { key: 'eb473d4ddcf6d10a3e01c474ffc76b916b0163e3', class: `percentage-display${this.disabled ? ' disabled' : ''}` }, this.percentage, "%"))));
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-86dbec0b.js';
1
+ import { S as Spinner, d as defineCustomElement$1 } from './p-519cb249.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: '6bd9b1952c570662b77684ad91e8dd8cf7bcf192', "aria-label": "a status indicator", "aria-value": this.label, class: containerClass }, h("span", { key: 'e9676b5cee576c465b513825cc61c8086caf4124', class: `dot ${effectiveColor}` }), h("p", { key: '8a763bc013fe3af2c21af32e426616aafe6e8b9d', class: "text" }, this.label)));
18
+ return (h("div", { key: 'f613dcda2a1cdf86cb9169937a3674b1f8d985f7', "aria-label": "a status indicator", "aria-value": this.label, class: containerClass }, h("span", { key: '17792fd234e467d0396d00f6e244a5842d08e1ce', class: `dot ${effectiveColor}` }), h("p", { key: '51261dabeec924c46a9a710c74de9bb7140bf927', class: "text" }, this.label)));
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: '364a032e686431e9133a02a19e52862acc9b23b1', "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: '9914ec28d308a59dae9f0f6117b2aece72ac6438', "aria-current": this.active ? 'step' : false, "aria-disabled": this.active || this.complete ? false : true, onClick: (e) => this.stopOnClickPropogation(e), class: `step-wrapper ${this.stepId === 1 ? 'first-step' : ''}
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: '518a0ac21fe3528bdee9fafe1f467489bdaf5aed', class: 'step-icon-wrapper' }, this.stepperState.variant !== 'compact' && h("span", { key: 'b0552bdebbdfecc2b6d3f0151619af9260d77b80', class: 'step-connector-l' }), (this.stepperState.variant !== 'compact' && (!this.error || (this.error && this.active))) &&
62
- h("div", { key: '8d30112a289f31a2170db9c07f0395f59a1b0148', class: 'step-icon' }, (this.stepperState.showStepNumber && !this.complete && !this.active) ? this.stepId : '', (this.complete && !this.active) && h("ifx-icon", { key: '044f676e8df2d0fcc1f3b78afdbc6794d0c45e5b', icon: 'check16' }), this.active && h("span", { key: '5c53fc0e1b0f60c89897823cae0b1d78ee849060', class: 'active-indic' })), (this.stepperState.variant !== 'compact' && this.error && !this.active) && h("ifx-icon", { key: 'd23979508dd93d22f3fb3d233382a2d12a8dae4e', icon: 'warningf24' }), this.stepperState.variant !== 'compact' && h("span", { key: '6f526e33d4267627df881b5f7db3f13b4fb3b8f3', class: `step-connector-r ${this.active ? 'active' : ''}` })),
61
+ ${this.disabled ? 'disabled' : ''}` }, h("div", { key: '6017ac474bcbc1afa7ed1ec416bf0302fdbd5cdd', class: 'step-icon-wrapper' }, this.stepperState.variant !== 'compact' && h("span", { key: '0a90ed22e8b55a0a20d463347edd656ece131992', class: 'step-connector-l' }), (this.stepperState.variant !== 'compact' && (!this.error || (this.error && this.active))) &&
62
+ h("div", { key: 'c21888305852d7434847c329a7f7569ff2ac3b7d', class: 'step-icon' }, (this.stepperState.showStepNumber && !this.complete && !this.active) ? this.stepId : '', (this.complete && !this.active) && h("ifx-icon", { key: '1a97cd47db4fe64eda55a1418511bb1e78bc1332', icon: 'check16' }), this.active && h("span", { key: '2b918fa4f3052c7e6c5597f175956802ec2f34bb', class: 'active-indic' })), (this.stepperState.variant !== 'compact' && this.error && !this.active) && h("ifx-icon", { key: 'b515f8cab0008f14c9e1ba9a5f085792a440a2cc', icon: 'warningf24' }), this.stepperState.variant !== 'compact' && h("span", { key: '772ef8271ffb3398a7bcfedb732a12e43250ae98', class: `step-connector-r ${this.active ? 'active' : ''}` })),
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: '09e2b7c9a12e067578b8f21a4f0776ea6cef21be', 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: 'de42efe1e5494ae851c8166f10b13b139668a497' }), this.stepperState.variant === 'compact' && !this.active ? 'Next: ' : '', this.stepperState.variant === 'compact' && h("slot", { key: '57f8bf9ce42bea19041696d594dd5407cc1b4ed9' }))));
65
+ h("div", { key: 'b16463d3fb54cafc520cb7799f647884f28989f0', tabIndex: !this.disabled && this.complete && !this.active ? 0 : -1, class: `step-label ${this.stepperState.variant === 'compact' ? (this.active ? 'curr-label' : 'next-label') : ''}`, onClick: () => { this.handleStepClick(); }, onKeyDown: (e) => { this.handleStepKeyDown(e); } }, (this.stepperState.variant !== 'compact') && h("slot", { key: '81c8b0a1310dcb02c0c668c2ac7ed84902e31a8f' }), this.stepperState.variant === 'compact' && !this.active ? 'Next: ' : '', this.stepperState.variant === 'compact' && h("slot", { key: 'c20034f2bee0fea186754be2480b75552f4ea9e9' }))));
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: '71a0d50a0cf04915e3b0ef54bfcc2546a841e600', "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: '797f8d8dcc699cfedf33c1a03d73d92fa452789e', "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: '0d675bfccb228822a670b832474d0cbb46c09183', class: 'stepper-progress' }, h("div", { key: '5cf7e987d01cdd741a5b1d054fc8eadbbbe3f305', class: 'progress-detail' }, `${Math.min(this.activeStep, this.stepsCount)} of ${this.stepsCount}`)), h("div", { key: 'b544a4820f1740eb69528592f200dd4560d55f74', class: `stepper-wrapper` }, h("slot", { key: '76340c5965ba9976a988084dc6fe180652b4a99d' }))));
132
+ h("div", { key: '809a1220c3920494be1e8ad0894d2e4eaf586823', class: 'stepper-progress' }, h("div", { key: 'ca02c1f0c34d24363f030b828d6d9807140687fe', class: 'progress-detail' }, `${Math.min(this.activeStep, this.stepsCount)} of ${this.stepsCount}`)), h("div", { key: 'dbed479b177e2535fcdf3ef7f5b1be04b6839074', class: `stepper-wrapper` }, h("slot", { key: 'ad74e85e68cb12d1737066d07274e00b04db7077' }))));
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: '02580d4c85bc6d8ce6243d4a624f6b3442fe1ce9', 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: '9e40e3c9bcdf10812707b9b6b408be17cfafa8f2', class: `switch__checkbox-container ${this.internalChecked ? 'checked' : ''} ${this.disabled ? 'disabled' : ''}`, tabindex: "0" }, h("div", { key: 'f93ea50658129ef4087ca2cb9027934c58d3bf41', class: "switch__checkbox-wrapper" }, h("input", { key: 'af18293fc192cc220751aea38b198ba787748f4d', type: "checkbox", hidden: true, name: this.name, disabled: this.disabled, checked: this.internalChecked, value: `${this.value}` }), h("div", { key: '8b7e185c4ec9cf6076f32c9798e66b455d8e43aa', class: `switch ${this.internalChecked ? 'checked' : ''} ${this.disabled ? 'disabled' : ''}` }))), h("div", { key: 'cdbe16a344ab0b26669b57bd3c42299659ce1307', class: `switch__label-wrapper ${this.disabled ? 'disabled' : ''}` }, h("label", { key: '4d93875cea6a644180edf8b7b85bbe19058a6580', htmlFor: "switch" }, h("slot", { key: 'd6c7af73190a093a989ad4c998dbbe2dd580f533', onSlotchange: () => this.toggleLabelGap() })))));
75
+ return (h("div", { key: '00275ee24707ebf446476430fa4af6939bd017bf', class: "container", role: "switch", "aria-checked": this.internalChecked ? 'true' : 'false', "aria-label": this.name, onClick: () => this.toggleSwitch(), onKeyDown: (event) => this.handleKeyDown(event) }, h("div", { key: 'e15a531e43b1ccac07b4d8df4c91b44377c09ed4', class: `switch__checkbox-container ${this.internalChecked ? 'checked' : ''} ${this.disabled ? 'disabled' : ''}`, tabindex: "0" }, h("div", { key: 'bbbed47db3b07d7977b4ad29c08ba9d2b0bbce0a', class: "switch__checkbox-wrapper" }, h("input", { key: 'fd06dd4ccf3b45dc64d6d976ed2fb60dcf9134d4', type: "checkbox", hidden: true, name: this.name, disabled: this.disabled, checked: this.internalChecked, value: `${this.value}` }), h("div", { key: 'd3dc979f46b1f46cbbc3fa6df7d0b84852dddde7', class: `switch ${this.internalChecked ? 'checked' : ''} ${this.disabled ? 'disabled' : ''}` }))), h("div", { key: 'f3e47e690f6d87515f248fae689379b81fd6ff8a', class: `switch__label-wrapper ${this.disabled ? 'disabled' : ''}` }, h("label", { key: '4fef1d74b28e8b556f5364b6558047d1cf37eda1', htmlFor: "switch" }, h("slot", { key: 'acd83b37e36d11a0a2b7fd3a40bf1f0c584be42e', onSlotchange: () => this.toggleLabelGap() })))));
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: '1fa72262adace6312d7e2307b2ecca3bb0dc14f6' });
18
+ return h("slot", { key: '9390db47c18accefa13e357fa4cbee278b984f40' });
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-718f6082.js';
6
+ import { d as defineCustomElement$8 } from './p-b024aa08.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-02993d59.js';
11
- import { d as defineCustomElement$3 } from './p-267a34e4.js';
12
- import { d as defineCustomElement$2 } from './p-51411d26.js';
10
+ import { d as defineCustomElement$4 } from './p-03acdbd0.js';
11
+ import { d as defineCustomElement$3 } from './p-107fafa0.js';
12
+ import { d as defineCustomElement$2 } from './p-1718b5a9.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: '496a97461410144a37db0d918be78073d2a4d190' }, h("div", { key: '251e6ae2fba3cd3f9412e0768aac0c7a61ea4b48', class: "table-container" }, this.filterOrientation === 'sidebar' && (h("div", { key: 'a7a3e5a218336fa3e27aa664e990f67899ba65c9', class: "sidebar-btn" }, h("ifx-button", { key: 'f110212cbfdc9ef5b55dc6078a48cfdd279e28c5', type: "button", disabled: false, variant: "secondary", size: "m", target: "_blank", theme: "default", "full-width": "false", onClick: () => this.toggleSidebarFilters() }, h("ifx-icon", { key: 'b0235071318ab3499870cab78e1b76195e6ed4fd', icon: "cross-12" }), this.showSidebarFilters ? 'Hide Filters' : 'Show Filters'))), h("div", { key: '94f21d2b02b4371f8a8d08714b503ccd71f45e5f', class: filterClass }, this.filterOrientation === 'sidebar' && this.showSidebarFilters && (h("div", { key: '75c1863a05ea9a0730ca3fbec1dbc507cba9fe53', class: "sidebar-container" }, h("div", { key: 'fe9c0717d8903c80b995a2a6a31bbe74c720741d', class: "filters-title-container" }, h("span", { key: 'ff8e06afa3da78d397c3ffa97ebaf6ad8d7930a3', class: "filters-title" }, "Filters")), h("div", { key: 'ded18567707556a15520239609838452b53b5652', class: "set-filter-wrapper-sidebar" }, (this.filterOrientation !== 'sidebar' || this.showSidebarFilters) && (h("slot", { key: '61eddc94ba4b34fc4f049037c877e03d2fdd1667', name: "sidebar-filter" }))))), this.filterOrientation !== 'none' && this.filterOrientation !== 'sidebar' && (h("div", { key: '59cbffbe6de7c388156eb0e22298e591b2c2e9a2', class: "set-filter-wrapper-topbar" }, (this.filterOrientation !== 'sidebar' || this.showSidebarFilters) && (h("slot", { key: '64eca3ad6f00d81f7677df2a37104035804d17fd', name: "topbar-filter" })))), h("div", { key: '1b2f390f658a097f3afc6d458b820641cfd7de7c', class: "table-pagination-wrapper" }, h("div", { key: '97b37250cd0b7d1e8732570fe248ea4d79c1a4cf', class: "filter-chips" }, this.filterOrientation !== 'none' && this.filterOrientation !== 'topbar' && this.showSidebarFilters && (Object.keys(this.currentFilters).map(name => {
468
+ return (h(Host, { key: '2ee3c03bd8c62ee4b12d6d5bd37f072321bb6fd3' }, h("div", { key: '47392ba547ca6be94aa5580ed7321468bfbab8e5', class: "table-container" }, this.filterOrientation === 'sidebar' && (h("div", { key: '855cc68ea75f80d10639f8cf14711dcc863dd65b', class: "sidebar-btn" }, h("ifx-button", { key: '3b9b5a68da7dbb24da61da6ad12cf6e783d1cd03', type: "button", disabled: false, variant: "secondary", size: "m", target: "_blank", theme: "default", "full-width": "false", onClick: () => this.toggleSidebarFilters() }, h("ifx-icon", { key: '9218c5a939cb15be75e227795e1cee82609719f2', icon: "cross-12" }), this.showSidebarFilters ? 'Hide Filters' : 'Show Filters'))), h("div", { key: '55f726cbb2b15f5f7448e1f3825fa47b2ef7cc19', class: filterClass }, this.filterOrientation === 'sidebar' && this.showSidebarFilters && (h("div", { key: 'd4f76aaed100c0c70c37eb20de31e4e2c290b492', class: "sidebar-container" }, h("div", { key: '0c75ba6a8ae08a2b8f8a8725ab192edd64e744ab', class: "filters-title-container" }, h("span", { key: '081ac7ba4efc433fe16f580f045d1aaea12b177c', class: "filters-title" }, "Filters")), h("div", { key: '4dd7c3d530d117888a161765f1d229e8c4f4a174', class: "set-filter-wrapper-sidebar" }, (this.filterOrientation !== 'sidebar' || this.showSidebarFilters) && (h("slot", { key: '6c2bed629abd9b62dbb5787238879d1d581c2bed', name: "sidebar-filter" }))))), this.filterOrientation !== 'none' && this.filterOrientation !== 'sidebar' && (h("div", { key: '60a9e8b490c6a86cb893252cac048d707ab42e89', class: "set-filter-wrapper-topbar" }, (this.filterOrientation !== 'sidebar' || this.showSidebarFilters) && (h("slot", { key: '1a17cd68a6b9c71fca6ce14a5c9cd8100aba87de', name: "topbar-filter" })))), h("div", { key: '790e93092fba4302659a41e438a00cae685d4367', class: "table-pagination-wrapper" }, h("div", { key: '7c08b8bbf4cf677f2c5b53e3ecb1c8ca020f2b62', class: "filter-chips" }, this.filterOrientation !== 'none' && this.filterOrientation !== 'topbar' && this.showSidebarFilters && (Object.keys(this.currentFilters).map(name => {
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: '38dba1b6fa261edde461b381622f2637f3294ab5', type: "button", disabled: false, variant: "tertiary", size: "m", target: "_blank", theme: "default", "full-width": "false", onClick: () => this.handleResetButtonClick() }, h("ifx-icon", { key: '4dc43a15cda8b061a78d79b7074d74c4d529e39c', icon: "curved-arrow-left-16" }), "Reset all"))), this.filterOrientation !== 'none' && (h("div", { key: 'b6e6fe45ab245f696bb3f0015410efe7014e8c66', class: "matching-results-container" }, h("span", { key: 'afde6ce2e20fd4decfbf3b7cae0c919e8470f61e', class: "matching-results-count" }, this.matchingResultsCount), h("span", { key: 'd1cf82cab4039318bd7a38af660448ba2f69b7f5', class: "matching-results-text" }, "matching results"))), h("div", { key: '288a09aab7876db7e278e039c6119dd554732dc8', id: "table-wrapper", class: this.getTableClassNames() }, h("div", { key: '216cc69176c3d76f61db68f6ecc892efb230d97c', 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: '46d8fd4618d274dff6a37223d2731eb88c106bbb', type: "button", disabled: false, variant: "tertiary", size: "m", target: "_blank", theme: "default", "full-width": "false", onClick: () => this.handleResetButtonClick() }, h("ifx-icon", { key: 'c3b4fae732927d619f002e4a1e1ad90ee96eac5b', icon: "curved-arrow-left-16" }), "Reset all"))), this.filterOrientation !== 'none' && (h("div", { key: '8175ea0ccb78a1d9b1596ea0572013e91fa932da', class: "matching-results-container" }, h("span", { key: '73af3ee2aa9f56233a31fb139186388d1635ba00', class: "matching-results-count" }, this.matchingResultsCount), h("span", { key: 'dea17112552d90f53959668168a26bf095684097', class: "matching-results-text" }, "matching results"))), h("div", { key: 'eb8dfef68947a14b9ad9e973630c9f20adb2fb43', id: "table-wrapper", class: this.getTableClassNames() }, h("div", { key: '21a7b786fee18bfcec4cae3eb5c4490e65474b3b', id: `ifxTable-${this.uniqueKey}`, class: 'ifx-ag-grid', style: style, ref: (el) => this.container = el })), this.pagination ? h("ifx-pagination", { total: this.allRowData.length, "current-page": this.currentPage, "items-per-page": '[{"value":"ten","label":"10","selected":true}, {"value":"Twenty","label":"20","selected":false}, {"value":"Thirty","label":"30","selected":false}]' }) : null)))));
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: 'd87695de7d5edb1f29847255b2c75749e870183e', "aria-label": "navigation tabs", class: `tabs ${this.internalOrientation}` }, h("ul", { key: '4d40856f15705400bacec7f6bf1ec3b1c03d34d9', role: "tablist", class: "tabs-list" }, (_a = this.tabObjects) === null || _a === void 0 ? void 0 :
208
+ return (h("div", { key: '5611a3f319b0d8bd8eb135c5583e51a7ebbbdf14', "aria-label": "navigation tabs", class: `tabs ${this.internalOrientation}` }, h("ul", { key: 'e72b1eca9d9a9a1d74aea100b5400d8db7e0bc8d', role: "tablist", class: "tabs-list" }, (_a = this.tabObjects) === null || _a === void 0 ? void 0 :
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: 'f4a3a12e91e2837985521befbe3a5bc4b68327e9', class: "active-border" })), h("div", { key: '323e5aab8529415c7cb6b41842b90e7879eaf2f7', 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: '2fcbbe0dbfd84095cc2050e96f71b97bfd2d3571', class: "active-border" })), h("div", { key: 'c788afab32a3b14eb58d4c195bbca3c83ef5fe4d', class: "tab-content" }, Array.from(this.tabObjects).map((_, index) => (h("div", { style: { display: index === this.internalActiveTabIndex ? 'block' : 'none' } }, h("slot", { name: `tab-${index}` })))))));
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: '5e3497d8a7b64a17874718c43c80d32ac9610585', "aria-label": "a tag", class: "container" }, this.icon && (h("ifx-icon", { key: 'a5d6a3e5d9ef559a17efb9ec2eeb4164e08ff056', icon: this.icon })), h("a", { key: '7f4c777af080d94e107794b173f91c1111ec93a8', href: "javascript:void(null);", class: "label-wrapper" }, h("p", { key: '67d54cc6042a722d8f13f7d0cca655b8ce9aa8e6', class: "label" }, h("slot", { key: '8d05c17f82f904963f95904cba635daf429cff58' })))));
14
+ return (h("div", { key: '226762652cca543b0a1d18e5369522b4e3f8e439', "aria-label": "a tag", class: "container" }, this.icon && (h("ifx-icon", { key: 'fdbc2d0f9db2230d6a5dfa0c8bce6168c84be5ed', icon: this.icon })), h("a", { key: '4b0b1c215663bb98233e9f4a1839c039d5a62677', href: "javascript:void(null);", class: "label-wrapper" }, h("p", { key: '886e29da34a796cd03db982a9a189512c4a0a953', class: "label" }, h("slot", { key: 'e202efd131d0acb79b9d47a4dfaa8ba865598377' })))));
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-1f3ec3be.js';
1
+ import { T as Template, d as defineCustomElement$1 } from './p-696ba960.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-86dbec0b.js';
8
- import { d as defineCustomElement$3 } from './p-1f3ec3be.js';
9
- import { d as defineCustomElement$2 } from './p-8d10b031.js';
7
+ import { d as defineCustomElement$4 } from './p-519cb249.js';
8
+ import { d as defineCustomElement$3 } from './p-696ba960.js';
9
+ import { d as defineCustomElement$2 } from './p-3857ac48.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: 'd18326aa0e09452fa1eedf14ebe3ee44bff8535f', class: 'templates__container' }, h("div", { key: '034af57861550e164ad4ecef27e329b9b4201b79', class: "back__btn-wrapper" }, h("ifx-icon-button", { key: 'c63d9e0b64ecc94d7486a94ace36cd477964bfea', onClick: () => this.filterTemplates(false), shape: "round", variant: "tertiary", icon: "arrow-left-16", target: "_blank", size: "m" }), h("div", { key: '5a1b1727a1afe528595a78f0d30fbe370bee0cb9', class: "alert__wrapper" }, h("ifx-alert", { key: '7c1ea907c437f5fce9a6168623fd7ddd80e64df1', onClick: () => this.closeAlert(), "aria-live": "assertive", variant: "danger", icon: "c-info-24" }, "All fields are mandatory"))), h("h2", { key: '4c8049bf0efa2fbfc3df6c9a35fc70d8b2b3d4cb', class: "templates__title" }, "Choose your template"), h("div", { key: 'd78689d94c62c5202243c62f04ad4b0d751eb5e4', class: "templates__wrapper" }, h("ifx-template", { key: '3b2775d6f1388ab7ae776d0f4406529dabea1959', name: 'template-01', thumbnail: this.tableTemplate }), h("ifx-template", { key: 'bdd7ec380d2b2741132a9b63318bee9593d9999d', name: 'template-02', thumbnail: this.wizardTemplate }))));
58
+ return (h("div", { key: '2839932de12b3ac02cf1bb01c535b544c79ffaba', class: 'templates__container' }, h("div", { key: 'e69da2fb658fa6d1026908bc183be10fb9ab3e06', class: "back__btn-wrapper" }, h("ifx-icon-button", { key: '26b0ee7071c26f39b7567839249e88ed2a78d78b', onClick: () => this.filterTemplates(false), shape: "round", variant: "tertiary", icon: "arrow-left-16", target: "_blank", size: "m" }), h("div", { key: 'b91f587d291208f5f67a2fc5ea19c9253e393860', class: "alert__wrapper" }, h("ifx-alert", { key: 'd0ee2491c8e52d39b05bd4ce5b9a21ba3300f5c2', onClick: () => this.closeAlert(), "aria-live": "assertive", variant: "danger", icon: "c-info-24" }, "All fields are mandatory"))), h("h2", { key: 'aaf1a750b6277f6644d05a9aefa27c3c36f7cf88', class: "templates__title" }, "Choose your template"), h("div", { key: 'f484bc4ba4f2f91ede04eb39f422b0a971b71113', class: "templates__wrapper" }, h("ifx-template", { key: '056c35bdd617a568c2dc012cb88762be7c8455c9', name: 'template-01', thumbnail: this.tableTemplate }), h("ifx-template", { key: 'd65ec2d5fe3f12e7a718d493abd3dbf5e22de531', name: 'template-02', thumbnail: this.wizardTemplate }))));
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-8d10b031.js';
1
+ import { T as TextField, d as defineCustomElement$1 } from './p-3857ac48.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: '4321ccc70535544f5b5422cc0a432276d22fa804', class: `wrapper--${this.error ? 'error' : ''} wrapper--${this.disabled ? 'disabled' : ''}` }, h("label", { key: '5f06e6b9e7ae63fc2c8fbade4d7d8f8501e99b6d', class: 'wrapper__label', htmlFor: this.inputId }, (_a = this.label) === null || _a === void 0 ? void 0 : _a.trim()), h("div", { key: '95d1164b7aa3f6e32ddc0629b6347368d034d5cc', class: 'wrapper__textarea' }, h("textarea", { key: 'f57ec70aeb8b41dba2ac0e6d6f05517d8c473450', "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: 'addb351cb94b2f77d33b7288f05b2e31ea11c4ca', class: 'wrapper__caption' }, this.caption.trim()))));
56
+ return (h(Host, { key: 'c04bd9f6eb75e14607f6b81fb32065752fd814ac', class: `wrapper--${this.error ? 'error' : ''} wrapper--${this.disabled ? 'disabled' : ''}` }, h("label", { key: 'bd270704eaedbd3fb127015dd5d9993839a75135', class: 'wrapper__label', htmlFor: this.inputId }, (_a = this.label) === null || _a === void 0 ? void 0 : _a.trim()), h("div", { key: '2ff0f414ce2209a5f7bdc9400b2c7c2356da39fd', class: 'wrapper__textarea' }, h("textarea", { key: '65007882cbf52104ee22af96beacb9d882bbf245', "aria-label": 'a textarea', "aria-value": this.value, "aria-disabled": this.disabled, id: this.inputId, style: { resize: this.resize }, name: this.name ? this.name : this.inputId, cols: this.cols, rows: this.rows, maxlength: this.maxlength, wrap: this.wrap, disabled: this.disabled, readonly: this.readOnly, placeholder: this.placeholder, value: this.value, onInput: (e) => this.handleOnInput(e) })), ((_b = this.caption) === null || _b === void 0 ? void 0 : _b.trim()) && (h("div", { key: 'c44b21fd8eef93920228267d9baf51a12bcf08ea', class: 'wrapper__caption' }, this.caption.trim()))));
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: 'fa2652a0811415eb05a9eb60360fd0588cf1c4b9', "aria-label": "a tooltip showing important information", "aria-value": this.header, class: "tooltip__container" }, h("slot", { key: 'd3628049e555daa22cd7c3baa23580066ff2900d' }), this.variant.toLowerCase() === 'dismissible' && h("div", { key: 'ad4a3da8419165883c34b95f84246463e52609ec', class: tooltipDismissible }, h("button", { key: 'f432f1f3541d7716224789a56e9cac8e93d5ee6f', "aria-label": "Close Tooltip", class: "close-button", onClick: this.onDismissClick }, h("ifx-icon", { key: 'c32a417395c614f0615bb874bd3a1342a7cd49b8', icon: "cross16" })), h("div", { key: '1a3bde16181881a43b11ae6ab2c26645386e3f0f', class: "tooltip-dismissible-content" }, this.header && h("div", { key: '8088da0800eac44b1a286841f4565b47ef928029', class: "tooltip-dismissible-header" }, this.header), h("div", { key: 'b9aa0c3908f4d84cf0f90a4fb6e7bb870c9e4f5c', class: "tooltip-dismissible-body" }, this.text)), h("svg", { key: 'da770ce5aac77931bd4a269c7db5f93a791e252f', 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: '56a9cad5a565ae1f4c1da7b3b66d8b7474f9eb98', id: "Indicator", d: "M6 0L12 8L0 8L6 0Z", fill: "#1D1D1D" }))), this.variant.toLowerCase() === 'compact' &&
159
- h("div", { key: '8e371cfa637fe855aa68dd8d5df86c04f6c7266f', class: tooltipCompact }, this.text, h("svg", { key: '73d38819aefa8a15996652198dc868ead477cf32', 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: 'e2aeff98927da37ad1ab947e19060e3f9684f415', id: "Indicator", d: "M6 0L12 8L0 8L6 0Z", fill: "#1D1D1D" }))), this.variant.toLowerCase() === 'extended' &&
160
- h("div", { key: '748334efba15442e004b5e5081b3c7a135d47493', class: tooltipExtended }, h("slot", { key: '2578fa3ebf818f70e8dc52eeaf88fbd26a4efe27', 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: '38f2ab68579392dd8c91c370e4151ee56becf124', class: "tooltip-extended-content" }, this.header && h("div", { key: '657deebcb27878bdb9495515614134e6f6373160', class: "tooltip-extended-header" }, this.header), h("div", { key: '73408c5d5be088ca579b64b9550e79ee966943eb', class: "tooltip-extended-body" }, this.text)), h("svg", { key: '19d3530ce0d26f610e1badb529687087082e9d25', 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: '63dbeba0194f23e9773cf621a6298ab60c7e1aa0', id: "Indicator", d: "M6 0L12 8L0 8L6 0Z", fill: "#1D1D1D" })))));
158
+ return (h("div", { key: '9c87ad898f047bf3fefbfeec39faa033d39e2860', "aria-label": "a tooltip showing important information", "aria-value": this.header, class: "tooltip__container" }, h("slot", { key: 'fc4ac4d2a09ccd8c038a180aeadce7fee2ab9b90' }), this.variant.toLowerCase() === 'dismissible' && h("div", { key: '9627cd1efe01ffcae8227920b0a59848c85ee5b7', class: tooltipDismissible }, h("button", { key: '96c225756217e4f5054c8b02fe0a20b848c845f5', "aria-label": "Close Tooltip", class: "close-button", onClick: this.onDismissClick }, h("ifx-icon", { key: 'f976619fb32729deb0be068b2c813b02bce37749', icon: "cross16" })), h("div", { key: 'e4219ce93a82ecd3534c8985cd62049cd23cbaa7', class: "tooltip-dismissible-content" }, this.header && h("div", { key: 'a168b26826aa857fce0f437023e5e18a956cee3d', class: "tooltip-dismissible-header" }, this.header), h("div", { key: '0bdfdce23226097d1f60a3d72032bcd9d7b709fe', class: "tooltip-dismissible-body" }, this.text)), h("svg", { key: '6c6efed9ed056040960a7928e93d0b6ff7f83b30', class: "tooltip-arrow-svg", width: "12", height: "8", viewBox: "0 0 12 8", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, h("path", { key: 'f9de1eb1b04f276c3ca7176af1066e483a441b69', id: "Indicator", d: "M6 0L12 8L0 8L6 0Z", fill: "#1D1D1D" }))), this.variant.toLowerCase() === 'compact' &&
159
+ h("div", { key: '7cbd4ea98ec29eff71021b27cfd2696c5fa6cb68', class: tooltipCompact }, this.text, h("svg", { key: 'e75535c511eea6ea685cabd01f7646452699ecff', class: "tooltip-arrow-svg", width: "12", height: "8", viewBox: "0 0 12 8", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, h("path", { key: 'f3c6a9710be713cac4e3322e68700423441bc007', id: "Indicator", d: "M6 0L12 8L0 8L6 0Z", fill: "#1D1D1D" }))), this.variant.toLowerCase() === 'extended' &&
160
+ h("div", { key: 'f04a640ab90d6f957bff270b7b170699634f3ee9', class: tooltipExtended }, h("slot", { key: 'aaab6713c93dbf5441ed8d83b1c8111076397404', name: "icon" }, this.icon ? h("div", { class: "extended_icon" }, h("ifx-icon", { icon: this.icon })) :
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: '723034136727fa51330c9f34fbfb4931f8af857e', class: "tooltip-extended-content" }, this.header && h("div", { key: '8bc34fd54d3e0a7abcd2f08145556c94dbde879b', class: "tooltip-extended-header" }, this.header), h("div", { key: 'e607a0953671b563f49921049a69ffe71c6d962e', class: "tooltip-extended-body" }, this.text)), h("svg", { key: 'a1aa6e39af3ecc50a5c8ee81c3f9fa826f88a446', class: "tooltip-arrow-svg", width: "12", height: "8", viewBox: "0 0 12 8", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, h("path", { key: '9cd2e3ec0d0e5f1d3b4c58f7f85f5a3439638eae', id: "Indicator", d: "M6 0L12 8L0 8L6 0Z", fill: "#1D1D1D" })))));
162
162
  }
163
163
  get el() { return this; }
164
164
  static get watchers() { return {
@@ -18,7 +18,7 @@ const NumberIndicator = /*@__PURE__*/ proxyCustomElement(class NumberIndicator e
18
18
  this.displayValue = !isNaN(num) && num > 99 ? '99+' : num;
19
19
  }
20
20
  render() {
21
- return (h("div", { key: 'e8c57ce624bd377ab6a879fea41ca6f233ce3178', "aria-label": 'a number indicator', class: `numberIndicator__container ${this.inverted ? 'inverted' : ""}` }, h("span", { key: '9ea4b685c8956ad932201743b7cecc92cd39eb0d', class: "content-wrapper" }, h("slot", { key: 'bb79b04ffe525382da77a5e42a708a34950e685a', onSlotchange: (e) => this.handleSlotChange(e) })), h("span", { key: '1ae8260b65d910b77695d3d650dcbe768b835a78' }, this.displayValue)));
21
+ return (h("div", { key: '16c3170610d742a0a9fe387e82600d48a1a6f065', "aria-label": 'a number indicator', class: `numberIndicator__container ${this.inverted ? 'inverted' : ""}` }, h("span", { key: '044f49592dc0532bc0126697973f31b4c96c3dc8', class: "content-wrapper" }, h("slot", { key: 'b76b3e80fac9cf93e53d50400d6e1fb16fcfe2cd', onSlotchange: (e) => this.handleSlotChange(e) })), h("span", { key: 'ec745e545fae2a05db0204754af6889b04adc079' }, this.displayValue)));
22
22
  }
23
23
  get el() { return this; }
24
24
  static get style() { return IfxNumberIndicatorStyle0; }
@@ -42,4 +42,4 @@ function defineCustomElement() {
42
42
 
43
43
  export { NumberIndicator as N, defineCustomElement as d };
44
44
 
45
- //# sourceMappingURL=p-02993d59.js.map
45
+ //# sourceMappingURL=p-03acdbd0.js.map
@@ -1 +1 @@
1
- {"file":"p-02993d59.js","mappings":";;AAAA,MAAM,kBAAkB,GAAG,0kBAA0kB,CAAC;AACtmB,iCAAe,kBAAkB;;MCOpB,eAAe;IAL5B;;;;QAQU,aAAQ,GAAY,KAAK,CAAC;KAmBnC;IAjBS,gBAAgB,CAAC,CAAQ;;QAC/B,MAAM,IAAI,GAAG,CAAC,CAAC,MAAyB,CAAC;QACzC,MAAM,IAAI,GAAG,CAAA,MAAA,MAAA,IAAI,CAAC,aAAa,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC,CAAC,0CAAE,WAAW,0CAAE,IAAI,EAAE,KAAI,EAAE,CAAC;QACjF,MAAM,GAAG,GAAG,QAAQ,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;QAC/B,IAAI,CAAC,YAAY,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,GAAG,GAAG,EAAE,GAAG,KAAK,GAAG,GAAG,CAAC;KAC3D;IAED,MAAM;QACJ,QACE,0EAAgB,oBAAoB,EAAC,KAAK,EAAE,8BAA8B,IAAI,CAAC,QAAQ,GAAG,UAAU,GAAG,EAAE,EAAE,IACzG,6DAAM,KAAK,EAAC,iBAAiB,IAC3B,6DAAM,YAAY,EAAE,CAAC,CAAC,KAAK,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAI,CAClD,EACP,+DAAO,IAAI,CAAC,YAAY,CAAQ,CAC5B,EACN;KACH;;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/components/number-indicator/number-indicator.scss?tag=ifx-number-indicator&encapsulation=shadow","src/components/number-indicator/number-indicator.tsx"],"sourcesContent":["@use \"~@infineon/design-system-tokens/dist/tokens\";\n@use \"../../global/font.scss\";\n\n:host {\n display: inline-flex;\n}\n\n.numberIndicator__container {\n height: 16px;\n display: inline-flex;\n padding: 0; // Remove fixed padding\n min-width: 16px; // Ensure minimum size for small numbers\n justify-content: center;\n align-items: center;\n border-radius: 100px;\n background-color: tokens.$ifxColorOcean500;\n\n & span {\n padding: 0 4px;\n color: tokens.$ifxColorBaseWhite;\n text-align: center;\n font-size: tokens.$ifxFontSizeS;\n font-style: normal;\n font-weight: tokens.$ifxFontWeightSemibold;\n line-height: 16px;\n }\n\n &.inverted {\n background-color: tokens.$ifxColorBaseWhite;\n\n & span {\n color: tokens.$ifxColorOcean500;\n }\n }\n}\n\n.content-wrapper { \n display: none;\n}","import { Component, h, Prop, Element, State } from '@stencil/core';\n \n\n@Component({\n tag: 'ifx-number-indicator',\n styleUrl: 'number-indicator.scss',\n shadow: true\n})\nexport class NumberIndicator {\n @Element() el;\n @State() displayValue: string | number;\n @Prop() inverted: boolean = false;\n\n private handleSlotChange(e: Event) {\n const slot = e.target as HTMLSlotElement;\n const text = slot.assignedNodes({ flatten: true })[0]?.textContent?.trim() || '';\n const num = parseInt(text, 10);\n this.displayValue = !isNaN(num) && num > 99 ? '99+' : num;\n }\n\n render() {\n return (\n <div aria-label='a number indicator' class={`numberIndicator__container ${this.inverted ? 'inverted' : \"\"}`}>\n <span class=\"content-wrapper\">\n <slot onSlotchange={(e) => this.handleSlotChange(e)} />\n </span>\n <span>{this.displayValue}</span>\n </div>\n );\n }\n}"],"version":3}
1
+ {"file":"p-03acdbd0.js","mappings":";;AAAA,MAAM,kBAAkB,GAAG,0kBAA0kB,CAAC;AACtmB,iCAAe,kBAAkB;;MCOpB,eAAe;IAL5B;;;;QAQU,aAAQ,GAAY,KAAK,CAAC;KAmBnC;IAjBS,gBAAgB,CAAC,CAAQ;;QAC/B,MAAM,IAAI,GAAG,CAAC,CAAC,MAAyB,CAAC;QACzC,MAAM,IAAI,GAAG,CAAA,MAAA,MAAA,IAAI,CAAC,aAAa,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC,CAAC,0CAAE,WAAW,0CAAE,IAAI,EAAE,KAAI,EAAE,CAAC;QACjF,MAAM,GAAG,GAAG,QAAQ,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;QAC/B,IAAI,CAAC,YAAY,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,GAAG,GAAG,EAAE,GAAG,KAAK,GAAG,GAAG,CAAC;KAC3D;IAED,MAAM;QACJ,QACE,0EAAgB,oBAAoB,EAAC,KAAK,EAAE,8BAA8B,IAAI,CAAC,QAAQ,GAAG,UAAU,GAAG,EAAE,EAAE,IACzG,6DAAM,KAAK,EAAC,iBAAiB,IAC3B,6DAAM,YAAY,EAAE,CAAC,CAAC,KAAK,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAI,CAClD,EACP,+DAAO,IAAI,CAAC,YAAY,CAAQ,CAC5B,EACN;KACH;;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/components/number-indicator/number-indicator.scss?tag=ifx-number-indicator&encapsulation=shadow","src/components/number-indicator/number-indicator.tsx"],"sourcesContent":["@use \"~@infineon/design-system-tokens/dist/tokens\";\n@use \"../../global/font.scss\";\n\n:host {\n display: inline-flex;\n}\n\n.numberIndicator__container {\n height: 16px;\n display: inline-flex;\n padding: 0; // Remove fixed padding\n min-width: 16px; // Ensure minimum size for small numbers\n justify-content: center;\n align-items: center;\n border-radius: 100px;\n background-color: tokens.$ifxColorOcean500;\n\n & span {\n padding: 0 4px;\n color: tokens.$ifxColorBaseWhite;\n text-align: center;\n font-size: tokens.$ifxFontSizeS;\n font-style: normal;\n font-weight: tokens.$ifxFontWeightSemibold;\n line-height: 16px;\n }\n\n &.inverted {\n background-color: tokens.$ifxColorBaseWhite;\n\n & span {\n color: tokens.$ifxColorOcean500;\n }\n }\n}\n\n.content-wrapper { \n display: none;\n}","import { Component, h, Prop, Element, State } from '@stencil/core';\n \n\n@Component({\n tag: 'ifx-number-indicator',\n styleUrl: 'number-indicator.scss',\n shadow: true\n})\nexport class NumberIndicator {\n @Element() el;\n @State() displayValue: string | number;\n @Prop() inverted: boolean = false;\n\n private handleSlotChange(e: Event) {\n const slot = e.target as HTMLSlotElement;\n const text = slot.assignedNodes({ flatten: true })[0]?.textContent?.trim() || '';\n const num = parseInt(text, 10);\n this.displayValue = !isNaN(num) && num > 99 ? '99+' : num;\n }\n\n render() {\n return (\n <div aria-label='a number indicator' class={`numberIndicator__container ${this.inverted ? 'inverted' : \"\"}`}>\n <span class=\"content-wrapper\">\n <slot onSlotchange={(e) => this.handleSlotChange(e)} />\n </span>\n <span>{this.displayValue}</span>\n </div>\n );\n }\n}"],"version":3}