@infineon/infineon-design-system-stencil 30.0.0--canary.1626.ffb29ef0579b15bc19c3bb02e9b882c9b0e882e1.0 → 30.0.0--canary.1626.aeec3483953b238b8058a8bc41c443ffa47eb680.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 (234) hide show
  1. package/dist/cjs/ifx-basic-table.cjs.entry.js +1 -1
  2. package/dist/cjs/ifx-chip_3.cjs.entry.js +7 -2
  3. package/dist/cjs/ifx-chip_3.cjs.entry.js.map +1 -1
  4. package/dist/cjs/ifx-date-picker.cjs.entry.js +4 -2
  5. package/dist/cjs/ifx-date-picker.cjs.entry.js.map +1 -1
  6. package/dist/cjs/ifx-faq.cjs.entry.js +1 -1
  7. package/dist/cjs/ifx-filter-accordion.cjs.entry.js +2 -2
  8. package/dist/cjs/ifx-filter-bar.cjs.entry.js +1 -1
  9. package/dist/cjs/ifx-filter-search.cjs.entry.js +1 -1
  10. package/dist/cjs/ifx-filter-type-group.cjs.entry.js +1 -1
  11. package/dist/cjs/ifx-list-entry.cjs.entry.js +1 -1
  12. package/dist/cjs/ifx-multiselect_2.cjs.entry.js +4 -4
  13. package/dist/cjs/ifx-navbar.cjs.entry.js +6 -4
  14. package/dist/cjs/ifx-navbar.cjs.entry.js.map +1 -1
  15. package/dist/cjs/ifx-overview-table.cjs.entry.js +1 -1
  16. package/dist/cjs/ifx-overview-table.cjs.entry.js.map +1 -1
  17. package/dist/cjs/ifx-progress-bar.cjs.entry.js +1 -1
  18. package/dist/cjs/ifx-radio-button.cjs.entry.js +2 -2
  19. package/dist/cjs/ifx-search-bar.cjs.entry.js +1 -1
  20. package/dist/cjs/ifx-search-field.cjs.entry.js +1 -1
  21. package/dist/cjs/ifx-segment.cjs.entry.js +1 -1
  22. package/dist/cjs/ifx-segmented-control.cjs.entry.js +2 -2
  23. package/dist/cjs/ifx-select.cjs.entry.js +58 -3
  24. package/dist/cjs/ifx-select.cjs.entry.js.map +1 -1
  25. package/dist/cjs/ifx-slider.cjs.entry.js +2 -2
  26. package/dist/cjs/ifx-spinner.cjs.entry.js +2 -2
  27. package/dist/cjs/ifx-status.cjs.entry.js +1 -1
  28. package/dist/cjs/ifx-step.cjs.entry.js +4 -4
  29. package/dist/cjs/ifx-stepper.cjs.entry.js +2 -2
  30. package/dist/cjs/ifx-switch.cjs.entry.js +1 -1
  31. package/dist/cjs/ifx-tab.cjs.entry.js +1 -1
  32. package/dist/cjs/ifx-table.cjs.entry.js +2 -2
  33. package/dist/cjs/ifx-tabs.cjs.entry.js +2 -2
  34. package/dist/cjs/ifx-tag.cjs.entry.js +1 -1
  35. package/dist/cjs/ifx-textarea.cjs.entry.js +2 -2
  36. package/dist/cjs/ifx-tooltip.cjs.entry.js +4 -4
  37. package/dist/cjs/infineon-design-system-stencil.cjs.js +1 -1
  38. package/dist/cjs/loader.cjs.js +1 -1
  39. package/dist/collection/components/date-picker/date-picker.css +7 -0
  40. package/dist/collection/components/date-picker/date-picker.js +3 -1
  41. package/dist/collection/components/date-picker/date-picker.js.map +1 -1
  42. package/dist/collection/components/navigation/navbar/navbar.js +6 -4
  43. package/dist/collection/components/navigation/navbar/navbar.js.map +1 -1
  44. package/dist/collection/components/overview-table/overview-table.js +1 -1
  45. package/dist/collection/components/overview-table/overview-table.js.map +1 -1
  46. package/dist/collection/components/pagination/pagination.js +7 -2
  47. package/dist/collection/components/pagination/pagination.js.map +1 -1
  48. package/dist/collection/components/progress-bar/progress-bar.js +1 -1
  49. package/dist/collection/components/radio-button/radio-button.js +2 -2
  50. package/dist/collection/components/search-bar/search-bar.js +1 -1
  51. package/dist/collection/components/search-field/search-field.js +1 -1
  52. package/dist/collection/components/segmented-control/segment/segment.js +1 -1
  53. package/dist/collection/components/segmented-control/segmented-control.js +2 -2
  54. package/dist/collection/components/select/single-select/select.css +3 -0
  55. package/dist/collection/components/select/single-select/select.js +76 -3
  56. package/dist/collection/components/select/single-select/select.js.map +1 -1
  57. package/dist/collection/components/slider/slider.js +2 -2
  58. package/dist/collection/components/spinner/spinner.js +2 -2
  59. package/dist/collection/components/status/status.js +1 -1
  60. package/dist/collection/components/stepper/step/step.js +4 -4
  61. package/dist/collection/components/stepper/stepper.js +2 -2
  62. package/dist/collection/components/switch/switch.js +1 -1
  63. package/dist/collection/components/table-advanced-version/filter-bar/filter-bar.js +1 -1
  64. package/dist/collection/components/table-advanced-version/filter-type-group/filter-accordion/filter-accordion.js +2 -2
  65. package/dist/collection/components/table-advanced-version/filter-type-group/filter-search/filter-search.js +1 -1
  66. package/dist/collection/components/table-advanced-version/filter-type-group/filter-type-group.js +1 -1
  67. package/dist/collection/components/table-advanced-version/list/list-entry/list-entry.js +1 -1
  68. package/dist/collection/components/table-advanced-version/table.js +2 -2
  69. package/dist/collection/components/table-basic-version/table.js +1 -1
  70. package/dist/collection/components/tabs/tab.js +1 -1
  71. package/dist/collection/components/tabs/tabs.js +2 -2
  72. package/dist/collection/components/tag/tag.js +1 -1
  73. package/dist/collection/components/text-field/text-field.js +4 -4
  74. package/dist/collection/components/textarea/textarea.js +2 -2
  75. package/dist/collection/components/tooltip/tooltip.js +4 -4
  76. package/dist/collection/stories/setup-and-installation/faq/faq.js +1 -1
  77. package/dist/components/ifx-basic-table.js +1 -1
  78. package/dist/components/ifx-date-picker.js +4 -2
  79. package/dist/components/ifx-date-picker.js.map +1 -1
  80. package/dist/components/ifx-faq.js +1 -1
  81. package/dist/components/ifx-filter-accordion.js +2 -2
  82. package/dist/components/ifx-filter-bar.js +1 -1
  83. package/dist/components/ifx-filter-search.js +2 -2
  84. package/dist/components/ifx-filter-type-group.js +1 -1
  85. package/dist/components/ifx-list-entry.js +2 -2
  86. package/dist/components/ifx-navbar.js +6 -4
  87. package/dist/components/ifx-navbar.js.map +1 -1
  88. package/dist/components/ifx-overview-table.js +1 -1
  89. package/dist/components/ifx-overview-table.js.map +1 -1
  90. package/dist/components/ifx-pagination.js +1 -1
  91. package/dist/components/ifx-progress-bar.js +1 -1
  92. package/dist/components/ifx-radio-button.js +1 -1
  93. package/dist/components/ifx-search-bar.js +2 -2
  94. package/dist/components/ifx-search-field.js +1 -1
  95. package/dist/components/ifx-segment.js +1 -1
  96. package/dist/components/ifx-segmented-control.js +2 -2
  97. package/dist/components/ifx-select.js +1 -1
  98. package/dist/components/ifx-set-filter.js +2 -2
  99. package/dist/components/ifx-slider.js +2 -2
  100. package/dist/components/ifx-spinner.js +2 -2
  101. package/dist/components/ifx-status.js +1 -1
  102. package/dist/components/ifx-step.js +4 -4
  103. package/dist/components/ifx-stepper.js +2 -2
  104. package/dist/components/ifx-switch.js +1 -1
  105. package/dist/components/ifx-tab.js +1 -1
  106. package/dist/components/ifx-table.js +4 -4
  107. package/dist/components/ifx-tabs.js +2 -2
  108. package/dist/components/ifx-tag.js +1 -1
  109. package/dist/components/ifx-text-field.js +1 -1
  110. package/dist/components/ifx-textarea.js +2 -2
  111. package/dist/components/ifx-tooltip.js +4 -4
  112. package/dist/components/{p-07b492d8.js → p-81357e99.js} +9 -4
  113. package/dist/components/p-81357e99.js.map +1 -0
  114. package/dist/components/{p-4adbcde3.js → p-b9024e1a.js} +62 -5
  115. package/dist/components/p-b9024e1a.js.map +1 -0
  116. package/dist/components/{p-64f0fdf0.js → p-d0f74c7f.js} +3 -3
  117. package/dist/components/{p-64f0fdf0.js.map → p-d0f74c7f.js.map} +1 -1
  118. package/dist/components/{p-975b1a84.js → p-d5a199fb.js} +5 -5
  119. package/dist/components/{p-975b1a84.js.map → p-d5a199fb.js.map} +1 -1
  120. package/dist/components/{p-8ef3226f.js → p-f64f5f8d.js} +2 -2
  121. package/dist/components/{p-8ef3226f.js.map → p-f64f5f8d.js.map} +1 -1
  122. package/dist/esm/ifx-basic-table.entry.js +1 -1
  123. package/dist/esm/ifx-chip_3.entry.js +7 -2
  124. package/dist/esm/ifx-chip_3.entry.js.map +1 -1
  125. package/dist/esm/ifx-date-picker.entry.js +4 -2
  126. package/dist/esm/ifx-date-picker.entry.js.map +1 -1
  127. package/dist/esm/ifx-faq.entry.js +1 -1
  128. package/dist/esm/ifx-filter-accordion.entry.js +2 -2
  129. package/dist/esm/ifx-filter-bar.entry.js +1 -1
  130. package/dist/esm/ifx-filter-search.entry.js +1 -1
  131. package/dist/esm/ifx-filter-type-group.entry.js +1 -1
  132. package/dist/esm/ifx-list-entry.entry.js +1 -1
  133. package/dist/esm/ifx-multiselect_2.entry.js +4 -4
  134. package/dist/esm/ifx-navbar.entry.js +6 -4
  135. package/dist/esm/ifx-navbar.entry.js.map +1 -1
  136. package/dist/esm/ifx-overview-table.entry.js +1 -1
  137. package/dist/esm/ifx-overview-table.entry.js.map +1 -1
  138. package/dist/esm/ifx-progress-bar.entry.js +1 -1
  139. package/dist/esm/ifx-radio-button.entry.js +2 -2
  140. package/dist/esm/ifx-search-bar.entry.js +1 -1
  141. package/dist/esm/ifx-search-field.entry.js +1 -1
  142. package/dist/esm/ifx-segment.entry.js +1 -1
  143. package/dist/esm/ifx-segmented-control.entry.js +2 -2
  144. package/dist/esm/ifx-select.entry.js +58 -3
  145. package/dist/esm/ifx-select.entry.js.map +1 -1
  146. package/dist/esm/ifx-slider.entry.js +2 -2
  147. package/dist/esm/ifx-spinner.entry.js +2 -2
  148. package/dist/esm/ifx-status.entry.js +1 -1
  149. package/dist/esm/ifx-step.entry.js +4 -4
  150. package/dist/esm/ifx-stepper.entry.js +2 -2
  151. package/dist/esm/ifx-switch.entry.js +1 -1
  152. package/dist/esm/ifx-tab.entry.js +1 -1
  153. package/dist/esm/ifx-table.entry.js +2 -2
  154. package/dist/esm/ifx-tabs.entry.js +2 -2
  155. package/dist/esm/ifx-tag.entry.js +1 -1
  156. package/dist/esm/ifx-textarea.entry.js +2 -2
  157. package/dist/esm/ifx-tooltip.entry.js +4 -4
  158. package/dist/esm/infineon-design-system-stencil.js +1 -1
  159. package/dist/esm/loader.js +1 -1
  160. package/dist/infineon-design-system-stencil/infineon-design-system-stencil.esm.js +1 -1
  161. package/dist/infineon-design-system-stencil/infineon-design-system-stencil.esm.js.map +1 -1
  162. package/dist/infineon-design-system-stencil/{p-2afb8620.entry.js → p-02be14a9.entry.js} +2 -2
  163. package/dist/infineon-design-system-stencil/{p-c90f337e.entry.js → p-0ddf85fc.entry.js} +2 -2
  164. package/dist/infineon-design-system-stencil/p-16f9a47c.entry.js +2 -0
  165. package/dist/infineon-design-system-stencil/{p-2ea18356.entry.js → p-1f329979.entry.js} +2 -2
  166. package/dist/infineon-design-system-stencil/{p-5ab7bd95.entry.js → p-208b28b1.entry.js} +2 -2
  167. package/dist/infineon-design-system-stencil/{p-a9a1fc54.entry.js → p-25bf54c9.entry.js} +2 -2
  168. package/dist/infineon-design-system-stencil/{p-849b1812.entry.js → p-2e8c0115.entry.js} +2 -2
  169. package/dist/infineon-design-system-stencil/p-2fbad873.entry.js +2 -0
  170. package/dist/infineon-design-system-stencil/p-2fbad873.entry.js.map +1 -0
  171. package/dist/infineon-design-system-stencil/{p-1e07a44d.entry.js → p-30640970.entry.js} +2 -2
  172. package/dist/infineon-design-system-stencil/p-31e9d4f8.entry.js +2 -0
  173. package/dist/infineon-design-system-stencil/{p-18d07164.entry.js.map → p-31e9d4f8.entry.js.map} +1 -1
  174. package/dist/infineon-design-system-stencil/{p-e21ab79f.entry.js → p-336778c3.entry.js} +2 -2
  175. package/dist/infineon-design-system-stencil/{p-9f1ab459.entry.js → p-37ecac74.entry.js} +2 -2
  176. package/dist/infineon-design-system-stencil/{p-9ecb5401.entry.js → p-39697853.entry.js} +2 -2
  177. package/dist/infineon-design-system-stencil/{p-7d11833b.entry.js → p-49872432.entry.js} +2 -2
  178. package/dist/infineon-design-system-stencil/{p-4631ff84.entry.js → p-4af08129.entry.js} +2 -2
  179. package/dist/infineon-design-system-stencil/{p-4631ff84.entry.js.map → p-4af08129.entry.js.map} +1 -1
  180. package/dist/infineon-design-system-stencil/{p-45c14df8.entry.js → p-50e122c4.entry.js} +2 -2
  181. package/dist/infineon-design-system-stencil/{p-d2749c43.entry.js → p-5edfe317.entry.js} +2 -2
  182. package/dist/infineon-design-system-stencil/{p-ba22e912.entry.js → p-666e0ea0.entry.js} +2 -2
  183. package/dist/infineon-design-system-stencil/{p-9910fa06.entry.js → p-7378190d.entry.js} +2 -2
  184. package/dist/infineon-design-system-stencil/{p-b4d2f129.entry.js → p-75436967.entry.js} +2 -2
  185. package/dist/infineon-design-system-stencil/{p-661d19d6.entry.js → p-8b089cd1.entry.js} +2 -2
  186. package/dist/infineon-design-system-stencil/{p-73a92169.entry.js → p-a10f9b3c.entry.js} +2 -2
  187. package/dist/infineon-design-system-stencil/{p-e65cee48.entry.js → p-b010bfcb.entry.js} +2 -2
  188. package/dist/infineon-design-system-stencil/p-b010bfcb.entry.js.map +1 -0
  189. package/dist/infineon-design-system-stencil/{p-57671542.entry.js → p-b30b66e5.entry.js} +2 -2
  190. package/dist/infineon-design-system-stencil/{p-10ae176f.entry.js → p-bc40ad21.entry.js} +2 -2
  191. package/dist/infineon-design-system-stencil/{p-a4f220c4.entry.js → p-c2e6cbdb.entry.js} +2 -2
  192. package/dist/infineon-design-system-stencil/{p-9b77f2ec.entry.js → p-cdad5d2c.entry.js} +2 -2
  193. package/dist/infineon-design-system-stencil/{p-19565224.entry.js → p-ce9e5451.entry.js} +2 -2
  194. package/dist/infineon-design-system-stencil/{p-100ec922.entry.js → p-db4a364b.entry.js} +2 -2
  195. package/dist/infineon-design-system-stencil/{p-100ec922.entry.js.map → p-db4a364b.entry.js.map} +1 -1
  196. package/dist/infineon-design-system-stencil/p-ea74d7ab.entry.js +2 -0
  197. package/dist/infineon-design-system-stencil/{p-85e4c1c2.entry.js → p-f121e197.entry.js} +2 -2
  198. package/dist/infineon-design-system-stencil/{p-85e4c1c2.entry.js.map → p-f121e197.entry.js.map} +1 -1
  199. package/dist/types/components/select/single-select/select.d.ts +7 -0
  200. package/dist/types/components.d.ts +1 -0
  201. package/package.json +1 -1
  202. package/dist/components/p-07b492d8.js.map +0 -1
  203. package/dist/components/p-4adbcde3.js.map +0 -1
  204. package/dist/infineon-design-system-stencil/p-18d07164.entry.js +0 -2
  205. package/dist/infineon-design-system-stencil/p-6c6ddeb1.entry.js +0 -2
  206. package/dist/infineon-design-system-stencil/p-9518ef02.entry.js +0 -2
  207. package/dist/infineon-design-system-stencil/p-9518ef02.entry.js.map +0 -1
  208. package/dist/infineon-design-system-stencil/p-d868e967.entry.js +0 -2
  209. package/dist/infineon-design-system-stencil/p-e65cee48.entry.js.map +0 -1
  210. /package/dist/infineon-design-system-stencil/{p-2afb8620.entry.js.map → p-02be14a9.entry.js.map} +0 -0
  211. /package/dist/infineon-design-system-stencil/{p-c90f337e.entry.js.map → p-0ddf85fc.entry.js.map} +0 -0
  212. /package/dist/infineon-design-system-stencil/{p-d868e967.entry.js.map → p-16f9a47c.entry.js.map} +0 -0
  213. /package/dist/infineon-design-system-stencil/{p-2ea18356.entry.js.map → p-1f329979.entry.js.map} +0 -0
  214. /package/dist/infineon-design-system-stencil/{p-5ab7bd95.entry.js.map → p-208b28b1.entry.js.map} +0 -0
  215. /package/dist/infineon-design-system-stencil/{p-a9a1fc54.entry.js.map → p-25bf54c9.entry.js.map} +0 -0
  216. /package/dist/infineon-design-system-stencil/{p-849b1812.entry.js.map → p-2e8c0115.entry.js.map} +0 -0
  217. /package/dist/infineon-design-system-stencil/{p-1e07a44d.entry.js.map → p-30640970.entry.js.map} +0 -0
  218. /package/dist/infineon-design-system-stencil/{p-e21ab79f.entry.js.map → p-336778c3.entry.js.map} +0 -0
  219. /package/dist/infineon-design-system-stencil/{p-9f1ab459.entry.js.map → p-37ecac74.entry.js.map} +0 -0
  220. /package/dist/infineon-design-system-stencil/{p-9ecb5401.entry.js.map → p-39697853.entry.js.map} +0 -0
  221. /package/dist/infineon-design-system-stencil/{p-7d11833b.entry.js.map → p-49872432.entry.js.map} +0 -0
  222. /package/dist/infineon-design-system-stencil/{p-45c14df8.entry.js.map → p-50e122c4.entry.js.map} +0 -0
  223. /package/dist/infineon-design-system-stencil/{p-d2749c43.entry.js.map → p-5edfe317.entry.js.map} +0 -0
  224. /package/dist/infineon-design-system-stencil/{p-ba22e912.entry.js.map → p-666e0ea0.entry.js.map} +0 -0
  225. /package/dist/infineon-design-system-stencil/{p-9910fa06.entry.js.map → p-7378190d.entry.js.map} +0 -0
  226. /package/dist/infineon-design-system-stencil/{p-b4d2f129.entry.js.map → p-75436967.entry.js.map} +0 -0
  227. /package/dist/infineon-design-system-stencil/{p-661d19d6.entry.js.map → p-8b089cd1.entry.js.map} +0 -0
  228. /package/dist/infineon-design-system-stencil/{p-73a92169.entry.js.map → p-a10f9b3c.entry.js.map} +0 -0
  229. /package/dist/infineon-design-system-stencil/{p-57671542.entry.js.map → p-b30b66e5.entry.js.map} +0 -0
  230. /package/dist/infineon-design-system-stencil/{p-10ae176f.entry.js.map → p-bc40ad21.entry.js.map} +0 -0
  231. /package/dist/infineon-design-system-stencil/{p-a4f220c4.entry.js.map → p-c2e6cbdb.entry.js.map} +0 -0
  232. /package/dist/infineon-design-system-stencil/{p-9b77f2ec.entry.js.map → p-cdad5d2c.entry.js.map} +0 -0
  233. /package/dist/infineon-design-system-stencil/{p-19565224.entry.js.map → p-ce9e5451.entry.js.map} +0 -0
  234. /package/dist/infineon-design-system-stencil/{p-6c6ddeb1.entry.js.map → p-ea74d7ab.entry.js.map} +0 -0
@@ -24,7 +24,7 @@ const ProgressBar = class {
24
24
  this.internalValue = this.value;
25
25
  }
26
26
  render() {
27
- return (index.h("div", { key: '0ff795929756b1595746d14884de3a3d867cd1a3', "aria-label": 'a progress bar', "aria-value": this.value, class: `progress-bar ${this.size}` }, index.h("div", { key: '07a41eb8ad3b9a7447ff267c844585c386f9a0fd', class: "progress", style: { width: `${this.internalValue}%` } }, this.showLabel && this.size !== "s" && this.internalValue !== 0 && index.h("span", { key: 'e5f1e82c316f7cf7a35ae1f7c85a16c4a7fd7236', class: "label" }, `${this.internalValue}%`))));
27
+ return (index.h("div", { key: 'c222329efb633757b013203285668579d0844786', "aria-label": 'a progress bar', "aria-value": this.value, class: `progress-bar ${this.size}` }, index.h("div", { key: 'bd5235aa565957461162fe913960b491c1486768', class: "progress", style: { width: `${this.internalValue}%` } }, this.showLabel && this.size !== "s" && this.internalValue !== 0 && index.h("span", { key: '6294c5ae3aff2295b65d2e66631794b1bafe369d', class: "label" }, `${this.internalValue}%`))));
28
28
  }
29
29
  static get watchers() { return {
30
30
  "value": ["valueChanged"]
@@ -64,10 +64,10 @@ const RadioButton = class {
64
64
  }
65
65
  }
66
66
  render() {
67
- return (index.h("div", { key: 'adbc1e3cd0d1b07cebc552cabf82b98fe8d6d90f', "aria-label": 'a radio button', "aria-value": this.value, "aria-disabled": this.disabled, class: `radioButton__container ${this.size} ${this.disabled ? 'disabled' : ''}`, onClick: this.handleRadioButtonClick.bind(this) }, index.h("div", { key: 'e879a477842a0e81d9d336761722f71ac1c1b933', class: `radioButton__wrapper
67
+ return (index.h("div", { key: '7539ce1d49d368b2058d560004414eff39dbf5bd', "aria-label": 'a radio button', "aria-value": this.value, "aria-disabled": this.disabled, class: `radioButton__container ${this.size} ${this.disabled ? 'disabled' : ''}`, onClick: this.handleRadioButtonClick.bind(this) }, index.h("div", { key: '62e50981447a6e61b2f5d04ff5800cb726350aa5', class: `radioButton__wrapper
68
68
  ${this.internalChecked ? 'checked' : ''}
69
69
  ${this.disabled ? 'disabled' : ''}
70
- ${this.error ? 'error' : ''}`, tabIndex: this.disabled ? -1 : 0 }, this.internalChecked && index.h("div", { key: '81625e73c7c2b9faef955a5a787b6c80dc955b00', class: "radioButton__wrapper-mark" })), this.hasSlot && (index.h("div", { key: '9ea8933266a9ba8e3e56d26173cd5e42c4e264f8', class: `label ${this.size === "m" ? "label-m" : ""} ${this.disabled ? 'disabled' : ''}` }, index.h("slot", { key: '40dd116cf1a9501f3bd1c019dedf73571c93558e' }))), index.h("input", { key: '502a972c7e29b310778c387b3164218b2d109349', type: "radio", hidden: true, ref: el => this.inputElement = el, name: this.name, value: this.value, checked: this.internalChecked, disabled: this.disabled, onClick: (e) => e.stopPropagation() })));
70
+ ${this.error ? 'error' : ''}`, tabIndex: this.disabled ? -1 : 0 }, this.internalChecked && index.h("div", { key: '52ba94878760826c60d77860788732dbb854285b', class: "radioButton__wrapper-mark" })), this.hasSlot && (index.h("div", { key: 'ea499531c8a51124d46146edf1e6c05cc06095ef', class: `label ${this.size === "m" ? "label-m" : ""} ${this.disabled ? 'disabled' : ''}` }, index.h("slot", { key: '84db2093fc6adf5f7f583fee18cabbe6cf078373' }))), index.h("input", { key: '5a273fb554e67d8ac98c7bd2dc81effb24d18767', type: "radio", hidden: true, ref: el => this.inputElement = el, name: this.name, value: this.value, checked: this.internalChecked, disabled: this.disabled, onClick: (e) => e.stopPropagation() })));
71
71
  }
72
72
  get el() { return index.getElement(this); }
73
73
  };
@@ -43,7 +43,7 @@ const SearchBar = class {
43
43
  this.value = event.detail;
44
44
  }
45
45
  render() {
46
- return (index.h("div", { key: 'a0d45dc79e136db856db02b31a16eb3e93b516ae', "aria-label": 'a search bar', "aria-disabled": this.disabled, class: `search-bar ${this.internalState ? 'open' : 'closed'}` }, this.internalState ? (index.h("div", { class: "search-bar-wrapper" }, index.h("ifx-search-field", { disabled: this.disabled, value: this.value, maxlength: this.maxlength, onIfxInput: this.handleInput.bind(this) }, index.h("ifx-icon", { icon: "search-16", slot: "search-icon" })), index.h("a", { tabindex: "-1", href: 'javascript:void(0)', onClick: this.handleCloseButton }, "Close"))) : (index.h("div", { class: "search-bar__icon-wrapper", onClick: this.handleCloseButton }, index.h("ifx-icon", { icon: "search-16" })))));
46
+ return (index.h("div", { key: '06b4122a9df300f357050cd6b70cace1d2cfc4bd', "aria-label": 'a search bar', "aria-disabled": this.disabled, class: `search-bar ${this.internalState ? 'open' : 'closed'}` }, this.internalState ? (index.h("div", { class: "search-bar-wrapper" }, index.h("ifx-search-field", { disabled: this.disabled, value: this.value, maxlength: this.maxlength, onIfxInput: this.handleInput.bind(this) }, index.h("ifx-icon", { icon: "search-16", slot: "search-icon" })), index.h("a", { tabindex: "-1", href: 'javascript:void(0)', onClick: this.handleCloseButton }, "Close"))) : (index.h("div", { class: "search-bar__icon-wrapper", onClick: this.handleCloseButton }, index.h("ifx-icon", { icon: "search-16" })))));
47
47
  }
48
48
  get el() { return index.getElement(this); }
49
49
  static get watchers() { return {
@@ -55,7 +55,7 @@ const SearchField = class {
55
55
  this.showDeleteIconInternalState = false;
56
56
  }
57
57
  render() {
58
- return (index.h("div", { key: '35a7d21e49cc486f0ce3de499ef09beb85c62f77', "aria-label": "a search field for user input", "aria-disabled": this.disabled, "aria-value": this.value, class: 'search-field' }, index.h("div", { key: '4bfb711716fd01e5546edbe7b47605e6a075b284', class: this.getWrapperClassNames(), tabindex: 1, onFocus: () => this.focusInput(), onClick: () => this.focusInput() }, index.h("ifx-icon", { key: '419be07ffef581ef26d1acccf7b1d26483a96b3e', icon: "search-16", class: "search-icon" }), index.h("input", { key: '46e0d6434693c655bef6ad62da0ab70c803f3279', ref: (el) => (this.inputElement = el), type: "text", onInput: () => this.handleInput(), placeholder: this.placeholder, disabled: this.disabled, maxlength: this.maxlength, value: this.value }), this.showDeleteIcon && this.showDeleteIconInternalState ? (index.h("ifx-icon", { icon: "cremove16", class: "delete-icon", onClick: this.handleDelete })) : null)));
58
+ return (index.h("div", { key: '18c2ea8d58a2b4ad32ead8b20d6e49ffe4b7ce4a', "aria-label": "a search field for user input", "aria-disabled": this.disabled, "aria-value": this.value, class: 'search-field' }, index.h("div", { key: '1c3fe7676ae2cb0298d0cf62765c1629b47d4f60', class: this.getWrapperClassNames(), tabindex: 1, onFocus: () => this.focusInput(), onClick: () => this.focusInput() }, index.h("ifx-icon", { key: '47456570d79f9ec6d07c0eb0c73dfe0964d577a2', icon: "search-16", class: "search-icon" }), index.h("input", { key: '3587e8503f87b609afa36bb95b2f2fff645b73fd', ref: (el) => (this.inputElement = el), type: "text", onInput: () => this.handleInput(), placeholder: this.placeholder, disabled: this.disabled, maxlength: this.maxlength, value: this.value }), this.showDeleteIcon && this.showDeleteIconInternalState ? (index.h("ifx-icon", { icon: "cremove16", class: "delete-icon", onClick: this.handleDelete })) : null)));
59
59
  }
60
60
  getSizeClass() {
61
61
  return `${this.size}` === "s"
@@ -31,7 +31,7 @@ const Segment = class {
31
31
  }
32
32
  }
33
33
  render() {
34
- return (index.h("div", { key: 'd21c9af8c4d3e120a7ea69cceb89dbd6bbea3a50', class: `segment ${this.selected ? 'segment--selected' : ''}`, tabIndex: 0, onClick: () => { this.handleSegmentClick(); }, onKeyDown: (e) => { this.handleSegmentKeyDown(e); } }, index.h("ifx-icon", { key: '2a26824f3960ba1e14721edd21900c5a6a7bcec7', icon: this.icon }), " ", index.h("slot", { key: '173b327a36428d9136aafb4ccf8c66bb03755b3a' })));
34
+ return (index.h("div", { key: '0a115fe376c6484b9c301689ffdf81bc9645d5e3', class: `segment ${this.selected ? 'segment--selected' : ''}`, tabIndex: 0, onClick: () => { this.handleSegmentClick(); }, onKeyDown: (e) => { this.handleSegmentKeyDown(e); } }, index.h("ifx-icon", { key: '565df7e4a349afca13c80ee467f7199c18756e67', icon: this.icon }), " ", index.h("slot", { key: '3389c7d009e67542d3c4ba4ccbc32774cbd9b997' })));
35
35
  }
36
36
  };
37
37
  Segment.style = IfxSegmentStyle0;
@@ -72,8 +72,8 @@ const SegmentedControl = class {
72
72
  this.setActiveSegment();
73
73
  }
74
74
  render() {
75
- return (index.h("div", { key: '42d423ccf53e16757603b95584926e01ef05b9fe', "aria-value": this.selectedValue, "aria-label": 'segmented control', class: 'group' }, index.h("div", { key: '261921695c16c88d62564383590d3fa2c249a5f7', class: 'group__label' }, this.label.trim()), index.h("div", { key: '5acd2baa0945e9bfbb38feb4112d4cc7e1093c1c', class: 'group__controls' }, index.h("slot", { key: '2bb4ded58d002a67122eafb10c7f1969b8824822' })), this.caption.trim() &&
76
- index.h("div", { key: 'efc69ec956cf953c8fe07a46058b31158e2c2224', class: 'group__caption' }, index.h("ifx-icon", { key: 'b25e0f621f8eee2874c27eb5219c0367ba0da401', icon: 'cinfo16' }), " ", this.caption.trim())));
75
+ return (index.h("div", { key: '5ca0ee9243e0823492e12fe8b2630985f694fd69', "aria-value": this.selectedValue, "aria-label": 'segmented control', class: 'group' }, index.h("div", { key: 'b3675371fb2e67ceed8ace372b127b9e9113f939', class: 'group__label' }, this.label.trim()), index.h("div", { key: '917662be651673665491b329aa0b50b0cb40a2cd', class: 'group__controls' }, index.h("slot", { key: 'd4ce45676acc1fda36e03129756cf74b3bb1c939' })), this.caption.trim() &&
76
+ index.h("div", { key: '0881e270ba2a728c5800658f9f2a1eea0ffc2ae8', class: 'group__caption' }, index.h("ifx-icon", { key: '3279f97de64a7d2ae369c934c4f3ea9efecdbb5b', icon: 'cinfo16' }), " ", this.caption.trim())));
77
77
  }
78
78
  componentDidRender() {
79
79
  this.setSegmentSize();
@@ -6834,7 +6834,7 @@ function isJSONParseable(str) {
6834
6834
  }
6835
6835
  }
6836
6836
 
6837
- const selectCss = ":root{--ifx-font-family:\"Source Sans 3\";font-family:var(--ifx-font-family, sans-serif)}.ifx-select-container{box-sizing:border-box;font-family:var(--ifx-font-family);}.ifx-select-container.small-select{height:36px}.ifx-select-container.medium-select{height:40px}.ifx-select-container:hover{cursor:pointer}.ifx-select-container .ifx-label-wrapper{font-size:1rem;line-height:1.5rem;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:anywhere;max-width:100%;overflow:hidden}.ifx-select-container .ifx-error-message-wrapper{color:#CD002F;font-size:0.75rem;line-height:1rem;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:anywhere;max-width:100%;overflow:hidden}.ifx-select-container .ifx-choices__wrapper{background-color:#FFFFFF;box-sizing:border-box;position:relative;display:flex;align-items:center;border:1px solid #8D8786;border-radius:1px;font-weight:400;font-style:normal}.ifx-select-container .ifx-choices__wrapper.small-select{height:36px;line-height:20px;padding:8px 12px;font-size:0.875rem;line-height:1.25rem}.ifx-select-container .ifx-choices__wrapper.medium-select{height:40px;line-height:24px;padding:8px 16px;font-size:1rem;line-height:1.5rem}.ifx-select-container .ifx-choices__wrapper.disabled{background:#EEEDED;color:#575352;border-color:#575352;cursor:default;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ifx-select-container .ifx-choices__wrapper.disabled .ifx-choices__icon-wrapper-down:hover{cursor:default}.ifx-select-container .ifx-choices__wrapper.error{border-color:#CD002F}.ifx-select-container .ifx-choices__wrapper:hover:not(.focus,:focus){border-color:#575352}.ifx-select-container .ifx-choices__wrapper.active{border-color:#0A8276 !important}.ifx-select-container .ifx-choices__wrapper.active .ifx-choices__icon-wrapper-up{display:flex;align-items:center;justify-content:center;padding-left:8px}.ifx-select-container .ifx-choices__wrapper.active .ifx-choices__icon-wrapper-down{display:none}.ifx-select-container .ifx-choices__wrapper:focus-visible:not(.active):not(:active){outline:none}.ifx-select-container .ifx-choices__wrapper:focus-visible:not(.active):not(:active)::before{content:\"\";position:absolute;width:calc(100% + 4px);height:calc(100% + 4px);top:50%;left:50%;transform:translate(-50%, -50%);border:2px solid #0A8276;border-radius:2px}.ifx-select-container .ifx-choices__wrapper:focus:not(.active,:active):not(.disabled)::before{content:\"\";position:absolute;width:calc(100% + 4px);height:calc(100% + 4px);top:50%;left:50%;transform:translate(-50%, -50%)}.ifx-select-container .ifx-choices__wrapper .ifx-choices__icon-wrapper-up{display:none}.ifx-select-container .ifx-choices__wrapper .ifx-choices__icon-wrapper-up:hover{cursor:pointer}.ifx-select-container .ifx-choices__wrapper .ifx-choices__icon-wrapper-down{display:flex;align-items:center;justify-content:center;padding-left:8px}.ifx-select-container .ifx-choices__wrapper .ifx-choices__icon-wrapper-down:hover{cursor:pointer}.ifx-select-container .ifx-choices__wrapper .ifx-choices__icon-wrapper-delete{display:flex;align-items:center;justify-content:center}.ifx-select-container .choices{width:100%}.ifx-select-container .choices:focus{outline:none}.choices .ifx-select-container.is-focused{outline:none}.ifx-select-container .choices:last-child{margin-bottom:0}.ifx-select-container .choices.is-disabled .choices__inner,.ifx-select-container .choices.is-disabled .choices__input{cursor:default;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ifx-select-container .choices.is-disabled .choices__item{cursor:default;color:#575352}.ifx-select-container .choices [hidden]{display:none !important}.ifx-select-container .choices[data-type*=select-one]{cursor:pointer}.ifx-select-container .choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:8px 16px;border-bottom:1px solid #8D8786;background-color:#ffffff;margin:0;font-style:normal;font-weight:400}.ifx-select-container .choices[data-type*=select-one] .choices__input.small-select{font-size:0.875rem;line-height:1.25rem}.ifx-select-container .choices[data-type*=select-one] .choices__input.medium-select{font-size:1rem;line-height:1.5rem}.ifx-select-container .choices[data-type*=select-one] .choices__single-button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:0.5}.ifx-select-container .choices[data-type*=select-one] .choices__single-button:hover,.ifx-select-container .choices[data-type*=select-one] .choices__single-button:focus{opacity:1}.ifx-select-container .choices[data-type*=select-one] .choices__single-button:focus{box-shadow:0px 0px 0px 2px #0A8276}.ifx-select-container .choices[data-type*=select-one] .choices__item[data-value=\"\"] .choices__single-button{display:none}.ifx-select-container .choices[data-type*=select-one].is-open:after{margin-top:-7.5px}.ifx-select-container .choices[data-type*=select-one][dir=rtl]:after{left:11.5px;right:auto}.ifx-select-container .choices[data-type*=select-one][dir=rtl] .choices__single-button{right:auto;left:0;margin-left:25px;margin-right:0}.ifx-select-container .choices[data-type*=select-multiple]{cursor:pointer}.ifx-select-container .choices[data-type*=select-multiple] .choices__input{display:block;width:100%;margin:0}.ifx-select-container .choices[data-type*=select-multiple] .choices__inner,.ifx-select-container .choices[data-type*=text] .choices__inner{cursor:text}.ifx-select-container .choices[data-type*=select-multiple] .choices__button,.ifx-select-container .choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin-top:0;margin-right:-4px;margin-bottom:0;margin-left:8px;padding-left:16px;border-left:1px solid #0A8276;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:0.75;border-radius:0}.ifx-select-container .choices[data-type*=select-multiple] .choices__button:hover,.ifx-select-container .choices[data-type*=select-multiple] .choices__button:focus,.ifx-select-container .choices[data-type*=text] .choices__button:hover,.ifx-select-container .choices[data-type*=text] .choices__button:focus{opacity:1}.ifx-select-container .choices__inner{overflow:hidden}.ifx-select-container .is-focused .choices__inner,.ifx-select-container .is-open .choices__inner{border-color:#b7b7b7}.ifx-select-container .is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.ifx-select-container .is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.ifx-select-container .choices__list{margin:0;padding-left:0;list-style:none}.ifx-select-container .choices__list--single .choices__item{width:100%;display:flex;justify-content:space-between}.ifx-select-container .disabled>.choices__list--single .choices__item[data-value=\"\"]{color:#8D8786;}.ifx-select-container .choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:0.75rem;line-height:1rem;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#0A8276;border:1px solid #0A8276;color:#FFFFFF;word-break:break-all;box-sizing:border-box}.ifx-select-container .choices__list--multiple .choices__item[data-deletable]{padding-right:5px}.ifx-select-container [dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.ifx-select-container .choices__list--multiple .choices__item.is-highlighted{background-color:#EEEDED;border:1px solid #0A8276}.ifx-select-container .choices__list--dropdown{visibility:hidden;box-sizing:border-box;position:absolute;width:100%;background-color:#fff;top:100%;margin-top:-1px;overflow:hidden;word-break:break-all;will-change:visibility;box-shadow:0px 0px 16px rgba(29, 29, 29, 0.12);border-radius:1px;margin-top:8px;z-index:1000;left:0}.ifx-select-container .choices__list--dropdown.is-active{visibility:visible}.ifx-select-container .is-open .choices__list--dropdown{border-color:#b7b7b7}.ifx-select-container .is-flipped .choices__list--dropdown{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:0.25rem 0.25rem 0 0}.ifx-select-container .choices__list--dropdown .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.ifx-select-container .choices__list--dropdown .choices__item{position:relative;padding:8px 16px;gap:8px;align-items:center;display:flex;justify-content:space-between;font-style:normal;font-weight:400}.ifx-select-container .choices__list--dropdown .choices__item.small-select{font-size:0.875rem;line-height:1.25rem}.ifx-select-container .choices__list--dropdown .choices__item.medium-select{font-size:1rem;line-height:1.5rem}.ifx-select-container .choices__list--dropdown .choices__item.selected{color:#0A8276}.ifx-select-container [dir=rtl] .choices__list--dropdown .choices__item{text-align:right}@media (min-width: 640px){.ifx-select-container .choices__list--dropdown .choices__item--selectable:after{font-size:0.75rem;line-height:1rem;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.ifx-select-container [dir=rtl] .choices__list--dropdown .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}.ifx-select-container [dir=rtl] .choices__list--dropdown .choices__item--selectable:after{right:auto;left:10px}}.ifx-select-container .choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:#EEEDED}.ifx-select-container .choices__list--dropdown .choices__item--selectable.is-highlighted.selected{color:#0A8276}.ifx-select-container .choices__list--dropdown .choices__item--selectable:hover{background-color:#EEEDED}.ifx-select-container .choices__list--dropdown .choices__item--selectable:hover.selected{color:#0A8276}.ifx-select-container .choices__list--dropdown .choices__item--selectable.is-highlighted:after{opacity:0.5}.ifx-select-container .choices__item{cursor:default}.ifx-select-container .choices__item--selectable{cursor:pointer}.ifx-select-container .choices__item--disabled{cursor:default;-webkit-user-select:none;-ms-user-select:none;user-select:none;opacity:0.5}.ifx-select-container .choices__heading{font-weight:600;font-size:0.75rem;line-height:1rem;padding:10px;border-bottom:1px solid #f7f7f7;color:#1D1D1D}.ifx-select-container .choices__button{text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.ifx-select-container .choices__button:focus{outline:none}.ifx-select-container .choices__single-button{text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer;visibility:hidden}.ifx-select-container .choices__single-button:focus{outline:none}.ifx-select-container .choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:0.875rem;line-height:1.25rem;margin-bottom:5px;border:0;border-radius:0;max-width:100%}.ifx-select-container .choices__input--cloned{background-color:transparent}.ifx-select-container .choices__input::-ms-clear{display:none;width:0;height:0}.ifx-select-container .choices__input::-ms-reveal{display:none;width:0;height:0}.ifx-select-container .choices__input::-webkit-search-decoration,.ifx-select-container .choices__input::-webkit-search-cancel-button,.ifx-select-container .choices__input::-webkit-search-results-button,.ifx-select-container .choices__input::-webkit-search-results-decoration{display:none}.ifx-select-container .choices__input:focus{outline:0}.ifx-select-container [dir=rtl] .choices__input{padding-right:2px;padding-left:0}.ifx-select-container .choices__placeholder{opacity:0.5}";
6837
+ const selectCss = ":root{--ifx-font-family:\"Source Sans 3\";font-family:var(--ifx-font-family, sans-serif)}.ifx-select-container{box-sizing:border-box;font-family:var(--ifx-font-family);}.ifx-select-container.small-select{height:36px}.ifx-select-container.medium-select{height:40px}.ifx-select-container:hover{cursor:pointer}.ifx-select-container .ifx-label-wrapper{font-size:1rem;line-height:1.5rem;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:anywhere;max-width:100%;overflow:hidden}.ifx-select-container .ifx-error-message-wrapper{color:#CD002F;font-size:0.75rem;line-height:1rem;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:anywhere;max-width:100%;overflow:hidden}.ifx-select-container .ifx-choices__wrapper{background-color:#FFFFFF;box-sizing:border-box;position:relative;display:flex;align-items:center;border:1px solid #8D8786;border-radius:1px;font-weight:400;font-style:normal}.ifx-select-container .ifx-choices__wrapper.small-select{height:36px;line-height:20px;padding:8px 12px;font-size:0.875rem;line-height:1.25rem}.ifx-select-container .ifx-choices__wrapper.medium-select{height:40px;line-height:24px;padding:8px 16px;font-size:1rem;line-height:1.5rem}.ifx-select-container .ifx-choices__wrapper.disabled{background:#EEEDED;color:#575352;border-color:#575352;cursor:default;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ifx-select-container .ifx-choices__wrapper.disabled .ifx-choices__icon-wrapper-down:hover{cursor:default}.ifx-select-container .ifx-choices__wrapper.error{border-color:#CD002F}.ifx-select-container .ifx-choices__wrapper:hover:not(.focus,:focus){border-color:#575352}.ifx-select-container .ifx-choices__wrapper.active{border-color:#0A8276 !important}.ifx-select-container .ifx-choices__wrapper.active .ifx-choices__icon-wrapper-up{display:flex;align-items:center;justify-content:center;padding-left:8px}.ifx-select-container .ifx-choices__wrapper.active .ifx-choices__icon-wrapper-down{display:none}.ifx-select-container .ifx-choices__wrapper:focus-visible:not(.active):not(:active){outline:none}.ifx-select-container .ifx-choices__wrapper:focus-visible:not(.active):not(:active)::before{content:\"\";position:absolute;width:calc(100% + 4px);height:calc(100% + 4px);top:50%;left:50%;transform:translate(-50%, -50%);border:2px solid #0A8276;border-radius:2px}.ifx-select-container .ifx-choices__wrapper:focus:not(.active,:active):not(.disabled)::before{content:\"\";position:absolute;width:calc(100% + 4px);height:calc(100% + 4px);top:50%;left:50%;transform:translate(-50%, -50%)}.ifx-select-container .ifx-choices__wrapper .ifx-choices__icon-wrapper-up{display:none}.ifx-select-container .ifx-choices__wrapper .ifx-choices__icon-wrapper-up:hover{cursor:pointer}.ifx-select-container .ifx-choices__wrapper .ifx-choices__icon-wrapper-down{display:flex;align-items:center;justify-content:center;padding-left:8px}.ifx-select-container .ifx-choices__wrapper .ifx-choices__icon-wrapper-down:hover{cursor:pointer}.ifx-select-container .ifx-choices__wrapper .ifx-choices__icon-wrapper-delete{display:flex;align-items:center;justify-content:center}.ifx-select-container .ifx-choices__wrapper .ifx-choices__icon-wrapper-delete.hide{display:none}.ifx-select-container .choices{width:100%}.ifx-select-container .choices:focus{outline:none}.choices .ifx-select-container.is-focused{outline:none}.ifx-select-container .choices:last-child{margin-bottom:0}.ifx-select-container .choices.is-disabled .choices__inner,.ifx-select-container .choices.is-disabled .choices__input{cursor:default;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ifx-select-container .choices.is-disabled .choices__item{cursor:default;color:#575352}.ifx-select-container .choices [hidden]{display:none !important}.ifx-select-container .choices[data-type*=select-one]{cursor:pointer}.ifx-select-container .choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:8px 16px;border-bottom:1px solid #8D8786;background-color:#ffffff;margin:0;font-style:normal;font-weight:400}.ifx-select-container .choices[data-type*=select-one] .choices__input.small-select{font-size:0.875rem;line-height:1.25rem}.ifx-select-container .choices[data-type*=select-one] .choices__input.medium-select{font-size:1rem;line-height:1.5rem}.ifx-select-container .choices[data-type*=select-one] .choices__single-button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:0.5}.ifx-select-container .choices[data-type*=select-one] .choices__single-button:hover,.ifx-select-container .choices[data-type*=select-one] .choices__single-button:focus{opacity:1}.ifx-select-container .choices[data-type*=select-one] .choices__single-button:focus{box-shadow:0px 0px 0px 2px #0A8276}.ifx-select-container .choices[data-type*=select-one] .choices__item[data-value=\"\"] .choices__single-button{display:none}.ifx-select-container .choices[data-type*=select-one].is-open:after{margin-top:-7.5px}.ifx-select-container .choices[data-type*=select-one][dir=rtl]:after{left:11.5px;right:auto}.ifx-select-container .choices[data-type*=select-one][dir=rtl] .choices__single-button{right:auto;left:0;margin-left:25px;margin-right:0}.ifx-select-container .choices[data-type*=select-multiple]{cursor:pointer}.ifx-select-container .choices[data-type*=select-multiple] .choices__input{display:block;width:100%;margin:0}.ifx-select-container .choices[data-type*=select-multiple] .choices__inner,.ifx-select-container .choices[data-type*=text] .choices__inner{cursor:text}.ifx-select-container .choices[data-type*=select-multiple] .choices__button,.ifx-select-container .choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin-top:0;margin-right:-4px;margin-bottom:0;margin-left:8px;padding-left:16px;border-left:1px solid #0A8276;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:0.75;border-radius:0}.ifx-select-container .choices[data-type*=select-multiple] .choices__button:hover,.ifx-select-container .choices[data-type*=select-multiple] .choices__button:focus,.ifx-select-container .choices[data-type*=text] .choices__button:hover,.ifx-select-container .choices[data-type*=text] .choices__button:focus{opacity:1}.ifx-select-container .choices__inner{overflow:hidden}.ifx-select-container .is-focused .choices__inner,.ifx-select-container .is-open .choices__inner{border-color:#b7b7b7}.ifx-select-container .is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.ifx-select-container .is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.ifx-select-container .choices__list{margin:0;padding-left:0;list-style:none}.ifx-select-container .choices__list--single .choices__item{width:100%;display:flex;justify-content:space-between}.ifx-select-container .disabled>.choices__list--single .choices__item[data-value=\"\"]{color:#8D8786;}.ifx-select-container .choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:0.75rem;line-height:1rem;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#0A8276;border:1px solid #0A8276;color:#FFFFFF;word-break:break-all;box-sizing:border-box}.ifx-select-container .choices__list--multiple .choices__item[data-deletable]{padding-right:5px}.ifx-select-container [dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.ifx-select-container .choices__list--multiple .choices__item.is-highlighted{background-color:#EEEDED;border:1px solid #0A8276}.ifx-select-container .choices__list--dropdown{visibility:hidden;box-sizing:border-box;position:absolute;width:100%;background-color:#fff;top:100%;margin-top:-1px;overflow:hidden;word-break:break-all;will-change:visibility;box-shadow:0px 0px 16px rgba(29, 29, 29, 0.12);border-radius:1px;margin-top:8px;z-index:1000;left:0}.ifx-select-container .choices__list--dropdown.is-active{visibility:visible}.ifx-select-container .is-open .choices__list--dropdown{border-color:#b7b7b7}.ifx-select-container .is-flipped .choices__list--dropdown{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:0.25rem 0.25rem 0 0}.ifx-select-container .choices__list--dropdown .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.ifx-select-container .choices__list--dropdown .choices__item{position:relative;padding:8px 16px;gap:8px;align-items:center;display:flex;justify-content:space-between;font-style:normal;font-weight:400}.ifx-select-container .choices__list--dropdown .choices__item.small-select{font-size:0.875rem;line-height:1.25rem}.ifx-select-container .choices__list--dropdown .choices__item.medium-select{font-size:1rem;line-height:1.5rem}.ifx-select-container .choices__list--dropdown .choices__item.selected{color:#0A8276}.ifx-select-container [dir=rtl] .choices__list--dropdown .choices__item{text-align:right}@media (min-width: 640px){.ifx-select-container .choices__list--dropdown .choices__item--selectable:after{font-size:0.75rem;line-height:1rem;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.ifx-select-container [dir=rtl] .choices__list--dropdown .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}.ifx-select-container [dir=rtl] .choices__list--dropdown .choices__item--selectable:after{right:auto;left:10px}}.ifx-select-container .choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:#EEEDED}.ifx-select-container .choices__list--dropdown .choices__item--selectable.is-highlighted.selected{color:#0A8276}.ifx-select-container .choices__list--dropdown .choices__item--selectable:hover{background-color:#EEEDED}.ifx-select-container .choices__list--dropdown .choices__item--selectable:hover.selected{color:#0A8276}.ifx-select-container .choices__list--dropdown .choices__item--selectable.is-highlighted:after{opacity:0.5}.ifx-select-container .choices__item{cursor:default}.ifx-select-container .choices__item--selectable{cursor:pointer}.ifx-select-container .choices__item--disabled{cursor:default;-webkit-user-select:none;-ms-user-select:none;user-select:none;opacity:0.5}.ifx-select-container .choices__heading{font-weight:600;font-size:0.75rem;line-height:1rem;padding:10px;border-bottom:1px solid #f7f7f7;color:#1D1D1D}.ifx-select-container .choices__button{text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.ifx-select-container .choices__button:focus{outline:none}.ifx-select-container .choices__single-button{text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer;visibility:hidden}.ifx-select-container .choices__single-button:focus{outline:none}.ifx-select-container .choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:0.875rem;line-height:1.25rem;margin-bottom:5px;border:0;border-radius:0;max-width:100%}.ifx-select-container .choices__input--cloned{background-color:transparent}.ifx-select-container .choices__input::-ms-clear{display:none;width:0;height:0}.ifx-select-container .choices__input::-ms-reveal{display:none;width:0;height:0}.ifx-select-container .choices__input::-webkit-search-decoration,.ifx-select-container .choices__input::-webkit-search-cancel-button,.ifx-select-container .choices__input::-webkit-search-results-button,.ifx-select-container .choices__input::-webkit-search-results-decoration{display:none}.ifx-select-container .choices__input:focus{outline:0}.ifx-select-container [dir=rtl] .choices__input{padding-right:2px;padding-left:0}.ifx-select-container .choices__placeholder{opacity:0.5}";
6838
6838
  const IfxSelectStyle0 = selectCss;
6839
6839
 
6840
6840
  const Choices = class {
@@ -6892,6 +6892,7 @@ const Choices = class {
6892
6892
  this.options = undefined;
6893
6893
  this.size = 'medium (40px)';
6894
6894
  this.selectedOption = null;
6895
+ this.optionIsSelected = false;
6895
6896
  }
6896
6897
  watchDisabled(newValue) {
6897
6898
  if (newValue) {
@@ -6907,6 +6908,7 @@ const Choices = class {
6907
6908
  this.setPreSelected(null);
6908
6909
  this.closeDropdown();
6909
6910
  this.ifxSelect.emit(null);
6911
+ this.optionIsSelected = false;
6910
6912
  }
6911
6913
  async handleChange() {
6912
6914
  this.ifxSelect.emit(this.choice.getValue());
@@ -7003,15 +7005,68 @@ const Choices = class {
7003
7005
  this.choice.ajax(fn);
7004
7006
  return this;
7005
7007
  }
7008
+ async handleDeleteIcon() {
7009
+ const width = this.root.offsetWidth;
7010
+ const deleteIconWrapper = this.root.querySelector('.ifx-choices__icon-wrapper-delete');
7011
+ if (deleteIconWrapper) {
7012
+ if (width <= 180) {
7013
+ deleteIconWrapper.classList.add('hide');
7014
+ }
7015
+ else {
7016
+ deleteIconWrapper.classList.remove('hide');
7017
+ }
7018
+ }
7019
+ }
7020
+ handleCloseButton() {
7021
+ if (typeof this.options === 'string') {
7022
+ const optionsToArray = JSON.parse(this.options);
7023
+ const optionIsSelected = optionsToArray.find(option => option.selected === true);
7024
+ if (optionIsSelected) {
7025
+ this.optionIsSelected = true;
7026
+ }
7027
+ else {
7028
+ this.optionIsSelected = false;
7029
+ }
7030
+ }
7031
+ else if (this.options && Array.isArray(this.options)) {
7032
+ const optionIsSelected = this.options.find(option => option.selected === true);
7033
+ if (optionIsSelected) {
7034
+ this.optionIsSelected = true;
7035
+ }
7036
+ else {
7037
+ this.optionIsSelected = false;
7038
+ }
7039
+ }
7040
+ }
7041
+ componentWillLoad() {
7042
+ this.handleCloseButton();
7043
+ }
7044
+ componentWillUpdate() {
7045
+ this.handleCloseButton();
7046
+ }
7047
+ addResizeObserver() {
7048
+ this.resizeObserver = new ResizeObserver(() => {
7049
+ this.handleDeleteIcon();
7050
+ });
7051
+ const componentWrapper = this.root.querySelector('.ifx-choices__wrapper');
7052
+ this.resizeObserver.observe(componentWrapper);
7053
+ }
7006
7054
  componentDidLoad() {
7007
7055
  this.init();
7008
7056
  this.addEventListenersToHandleCustomFocusAndActiveState();
7057
+ this.handleDeleteIcon();
7058
+ this.addResizeObserver();
7009
7059
  }
7010
7060
  componentDidUpdate() {
7011
7061
  this.init();
7062
+ this.handleDeleteIcon();
7012
7063
  }
7013
7064
  disconnectedCallback() {
7014
7065
  this.destroy();
7066
+ if (this.resizeObserver) {
7067
+ this.resizeObserver.disconnect();
7068
+ this.resizeObserver = null;
7069
+ }
7015
7070
  }
7016
7071
  render() {
7017
7072
  const attributes = {
@@ -7023,9 +7078,9 @@ const Choices = class {
7023
7078
  // destroy choices element to restore previous dom structure
7024
7079
  // so vdom can replace the element correctly
7025
7080
  this.destroy();
7026
- return (index.h("div", { key: '8bf90f2bb33565fa51c4343b39041b80a53c57f2', class: `ifx-select-container` }, this.label ? (index.h("div", { class: "ifx-label-wrapper" }, index.h("span", null, this.label))) : null, index.h("div", { key: '3cad8bb3794b0b7e46298ee4fe1af4f27282afa9', class: `${choicesWrapperClass}
7081
+ return (index.h("div", { key: 'c41ec36261a1133b438648bc6a564107267c5b1a', class: `ifx-select-container` }, this.label ? (index.h("div", { class: "ifx-label-wrapper" }, index.h("span", null, this.label))) : null, index.h("div", { key: 'dae048e7ad4c6a40bf5c900fb5c2c2e01ea58a4e', class: `${choicesWrapperClass}
7027
7082
  ${this.disabled ? 'disabled' : ''}
7028
- ${this.error ? 'error' : ''}`, onClick: this.disabled ? undefined : () => this.toggleDropdown(), onKeyDown: event => this.handleKeyDown(event) }, index.h("select", Object.assign({ key: '0ff8d2f12c7c295589f845f2d53b643f12008cd8', disabled: this.disabled }, attributes, { "data-trigger": true, onChange: () => this.handleChange() }), this.createSelectOptions(this.options)), this.selectedOption && (index.h("div", { key: '9f17c962186b82512e77e21d13aefb62abeadb52', class: "ifx-choices__icon-wrapper-delete" }, index.h("ifx-icon", { key: '4ecbf2a8c7e3128fc6db64cba6394dbaa2b17e46', icon: "cremove16", onClick: () => this.handleDeleteSelection() }))), index.h("div", { key: 'c6cbcf2ebfdcef2858349905f8b79251e285f325', class: "ifx-choices__icon-wrapper-up" }, index.h("ifx-icon", { key: "icon-up", icon: "chevronup-16" })), index.h("div", { key: '20845297c5e70183c90887f95c039288151ac90d', class: "ifx-choices__icon-wrapper-down" }, index.h("ifx-icon", { key: "icon-down", icon: "chevron-down-16" }))), this.error ? (index.h("div", { class: "ifx-error-message-wrapper" }, index.h("span", null, this.errorMessage))) : null));
7083
+ ${this.error ? 'error' : ''}`, onClick: this.disabled ? undefined : () => this.toggleDropdown(), onKeyDown: event => this.handleKeyDown(event) }, index.h("select", Object.assign({ key: 'c2ae87cc9b9a9401b9a414acaf9cabd02a8c1a3a', disabled: this.disabled }, attributes, { "data-trigger": true, onChange: () => this.handleChange() }), this.createSelectOptions(this.options)), this.optionIsSelected && (index.h("div", { key: '19ef95cd95e990f2d8707428e5b5138db7a97a93', class: "ifx-choices__icon-wrapper-delete" }, index.h("ifx-icon", { key: '4457e333e2c96f26a48eb32978f8146be973c94d', icon: "cremove16", onClick: () => this.handleDeleteSelection() }))), index.h("div", { key: '0c30abd8c4446d05e05b1d4aa33c264b0b810a6f', class: "ifx-choices__icon-wrapper-up" }, index.h("ifx-icon", { key: "icon-up", icon: "chevronup-16" })), index.h("div", { key: '16472c10d36e48a4545d91d5a3431bb8bedeefb7', class: "ifx-choices__icon-wrapper-down" }, index.h("ifx-icon", { key: "icon-down", icon: "chevron-down-16" }))), this.error ? (index.h("div", { class: "ifx-error-message-wrapper" }, index.h("span", null, this.errorMessage))) : null));
7029
7084
  }
7030
7085
  toggleDropdown() {
7031
7086
  const div = this.root.querySelector('.ifx-choices__wrapper');