@infineon/infineon-design-system-stencil 30.9.3--canary.1678.5b4a7e71bc0aa2e3f495f00864e3c9507193dd72.0 → 30.9.3--canary.1640.5ed5af060f6d294c39b0d509d73a088e1d9ffceb.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 (304) hide show
  1. package/dist/cjs/ifx-accordion_2.cjs.entry.js +7 -7
  2. package/dist/cjs/ifx-accordion_2.cjs.entry.js.map +1 -1
  3. package/dist/cjs/ifx-breadcrumb-item-label.cjs.entry.js +1 -1
  4. package/dist/cjs/ifx-breadcrumb-item-label.cjs.entry.js.map +1 -1
  5. package/dist/cjs/ifx-breadcrumb.cjs.entry.js +3 -3
  6. package/dist/cjs/ifx-breadcrumb.cjs.entry.js.map +1 -1
  7. package/dist/cjs/ifx-chip_3.cjs.entry.js +19 -21
  8. package/dist/cjs/ifx-chip_3.cjs.entry.js.map +1 -1
  9. package/dist/cjs/ifx-modal.cjs.entry.js +8 -8
  10. package/dist/cjs/ifx-modal.cjs.entry.js.map +1 -1
  11. package/dist/cjs/ifx-multiselect_2.cjs.entry.js +5 -5
  12. package/dist/cjs/ifx-multiselect_2.cjs.entry.js.map +1 -1
  13. package/dist/cjs/ifx-navbar.cjs.entry.js +3 -3
  14. package/dist/cjs/ifx-navbar.cjs.entry.js.map +1 -1
  15. package/dist/cjs/ifx-search-bar.cjs.entry.js +5 -5
  16. package/dist/cjs/ifx-search-bar.cjs.entry.js.map +1 -1
  17. package/dist/cjs/ifx-sidebar-item.cjs.entry.js +9 -10
  18. package/dist/cjs/ifx-sidebar-item.cjs.entry.js.map +1 -1
  19. package/dist/cjs/ifx-status.cjs.entry.js +3 -3
  20. package/dist/cjs/ifx-status.cjs.entry.js.map +1 -1
  21. package/dist/cjs/ifx-table.cjs.entry.js +22 -20
  22. package/dist/cjs/ifx-table.cjs.entry.js.map +1 -1
  23. package/dist/cjs/ifx-tabs.cjs.entry.js +6 -6
  24. package/dist/cjs/ifx-tabs.cjs.entry.js.map +1 -1
  25. package/dist/cjs/infineon-design-system-stencil.cjs.js +1 -1
  26. package/dist/cjs/loader.cjs.js +1 -1
  27. package/dist/collection/components/accordion/accordion.js +2 -2
  28. package/dist/collection/components/accordion/accordion.js.map +1 -1
  29. package/dist/collection/components/accordion/accordion.stories.js +81 -7
  30. package/dist/collection/components/accordion/accordion.stories.js.map +1 -1
  31. package/dist/collection/components/accordion/accordionItem.js +10 -10
  32. package/dist/collection/components/accordion/accordionItem.js.map +1 -1
  33. package/dist/collection/components/alert/alert.stories.js +45 -12
  34. package/dist/collection/components/alert/alert.stories.js.map +1 -1
  35. package/dist/collection/components/badge/badge.stories.js +28 -7
  36. package/dist/collection/components/badge/badge.stories.js.map +1 -1
  37. package/dist/collection/components/breadcrumb/breadcrumb-item-label.js +3 -3
  38. package/dist/collection/components/breadcrumb/breadcrumb-item-label.js.map +1 -1
  39. package/dist/collection/components/breadcrumb/breadcrumb.js +3 -3
  40. package/dist/collection/components/breadcrumb/breadcrumb.js.map +1 -1
  41. package/dist/collection/components/breadcrumb/breadcrumb.stories.js +87 -13
  42. package/dist/collection/components/breadcrumb/breadcrumb.stories.js.map +1 -1
  43. package/dist/collection/components/button/button.stories.js +101 -9
  44. package/dist/collection/components/button/button.stories.js.map +1 -1
  45. package/dist/collection/components/card/card.stories.js +85 -4
  46. package/dist/collection/components/card/card.stories.js.map +1 -1
  47. package/dist/collection/components/checkbox/checkbox.stories.js +72 -14
  48. package/dist/collection/components/checkbox/checkbox.stories.js.map +1 -1
  49. package/dist/collection/components/chip/chip-item/chip-item.js +4 -4
  50. package/dist/collection/components/chip/chip-item/chip-item.js.map +1 -1
  51. package/dist/collection/components/chip/chip.js +15 -15
  52. package/dist/collection/components/chip/chip.js.map +1 -1
  53. package/dist/collection/components/chip/chip.stories.js +21 -26
  54. package/dist/collection/components/chip/chip.stories.js.map +1 -1
  55. package/dist/collection/components/chip/interfaces.js.map +1 -1
  56. package/dist/collection/components/content-switcher/content-switcher.stories.js +65 -3
  57. package/dist/collection/components/content-switcher/content-switcher.stories.js.map +1 -1
  58. package/dist/collection/components/date-picker/date-picker.stories.js +97 -7
  59. package/dist/collection/components/date-picker/date-picker.stories.js.map +1 -1
  60. package/dist/collection/components/dropdown/dropdown.stories.js +222 -64
  61. package/dist/collection/components/dropdown/dropdown.stories.js.map +1 -1
  62. package/dist/collection/components/footer/footer.stories.js +31 -1
  63. package/dist/collection/components/footer/footer.stories.js.map +1 -1
  64. package/dist/collection/components/icon/infineonIconStencil.stories.js +7 -2
  65. package/dist/collection/components/icon/infineonIconStencil.stories.js.map +1 -1
  66. package/dist/collection/components/icon-button/icon-button.stories.js +61 -5
  67. package/dist/collection/components/icon-button/icon-button.stories.js.map +1 -1
  68. package/dist/collection/components/link/link.stories.js +53 -4
  69. package/dist/collection/components/link/link.stories.js.map +1 -1
  70. package/dist/collection/components/modal/modal.js +10 -10
  71. package/dist/collection/components/modal/modal.js.map +1 -1
  72. package/dist/collection/components/modal/modal.stories.js +96 -19
  73. package/dist/collection/components/modal/modal.stories.js.map +1 -1
  74. package/dist/collection/components/navigation/navbar/navbar.js +4 -4
  75. package/dist/collection/components/navigation/navbar/navbar.js.map +1 -1
  76. package/dist/collection/components/navigation/navbar/navbar.stories.js +176 -12
  77. package/dist/collection/components/navigation/navbar/navbar.stories.js.map +1 -1
  78. package/dist/collection/components/navigation/sidebar/sidebar-item.js +11 -32
  79. package/dist/collection/components/navigation/sidebar/sidebar-item.js.map +1 -1
  80. package/dist/collection/components/navigation/sidebar/sidebar.stories.js +184 -19
  81. package/dist/collection/components/navigation/sidebar/sidebar.stories.js.map +1 -1
  82. package/dist/collection/components/notification/notification.stories.js +55 -8
  83. package/dist/collection/components/notification/notification.stories.js.map +1 -1
  84. package/dist/collection/components/number-indicator/number-indicator.stories.js +19 -0
  85. package/dist/collection/components/number-indicator/number-indicator.stories.js.map +1 -1
  86. package/dist/collection/components/pagination/pagination.js +1 -31
  87. package/dist/collection/components/pagination/pagination.js.map +1 -1
  88. package/dist/collection/components/pagination/pagination.stories.js +19 -14
  89. package/dist/collection/components/pagination/pagination.stories.js.map +1 -1
  90. package/dist/collection/components/progress-bar/progress-bar.stories.js +31 -8
  91. package/dist/collection/components/progress-bar/progress-bar.stories.js.map +1 -1
  92. package/dist/collection/components/radio-button/radio-button.stories.js +66 -13
  93. package/dist/collection/components/radio-button/radio-button.stories.js.map +1 -1
  94. package/dist/collection/components/search-bar/search-bar.js +6 -6
  95. package/dist/collection/components/search-bar/search-bar.js.map +1 -1
  96. package/dist/collection/components/search-bar/search-bar.stories.js +58 -9
  97. package/dist/collection/components/search-bar/search-bar.stories.js.map +1 -1
  98. package/dist/collection/components/search-field/search-field.stories.js +54 -8
  99. package/dist/collection/components/search-field/search-field.stories.js.map +1 -1
  100. package/dist/collection/components/segmented-control/segmented-control.stories.js +1 -10
  101. package/dist/collection/components/segmented-control/segmented-control.stories.js.map +1 -1
  102. package/dist/collection/components/select/multi-select/multiselect.js +6 -6
  103. package/dist/collection/components/select/multi-select/multiselect.js.map +1 -1
  104. package/dist/collection/components/select/multi-select/multiselect.stories.js +131 -5
  105. package/dist/collection/components/select/multi-select/multiselect.stories.js.map +1 -1
  106. package/dist/collection/components/select/single-select/select.stories.js +83 -26
  107. package/dist/collection/components/select/single-select/select.stories.js.map +1 -1
  108. package/dist/collection/components/slider/slider.stories.js +97 -13
  109. package/dist/collection/components/slider/slider.stories.js.map +1 -1
  110. package/dist/collection/components/spinner/spinner.stories.js +34 -2
  111. package/dist/collection/components/spinner/spinner.stories.js.map +1 -1
  112. package/dist/collection/components/status/status.css +20 -140
  113. package/dist/collection/components/status/status.js +5 -5
  114. package/dist/collection/components/status/status.js.map +1 -1
  115. package/dist/collection/components/status/status.stories.js +27 -3
  116. package/dist/collection/components/status/status.stories.js.map +1 -1
  117. package/dist/collection/components/stepper/stepper.stories.js +54 -25
  118. package/dist/collection/components/stepper/stepper.stories.js.map +1 -1
  119. package/dist/collection/components/switch/switch.stories.js +51 -4
  120. package/dist/collection/components/switch/switch.stories.js.map +1 -1
  121. package/dist/collection/components/table-advanced-version/table.js +23 -21
  122. package/dist/collection/components/table-advanced-version/table.js.map +1 -1
  123. package/dist/collection/components/table-advanced-version/table.stories.js +124 -39
  124. package/dist/collection/components/table-advanced-version/table.stories.js.map +1 -1
  125. package/dist/collection/components/table-basic-version/table.stories.js +31 -4
  126. package/dist/collection/components/table-basic-version/table.stories.js.map +1 -1
  127. package/dist/collection/components/tabs/tabs.js +7 -7
  128. package/dist/collection/components/tabs/tabs.js.map +1 -1
  129. package/dist/collection/components/tabs/tabs.stories.js +104 -29
  130. package/dist/collection/components/tabs/tabs.stories.js.map +1 -1
  131. package/dist/collection/components/tag/tag.stories.js +18 -0
  132. package/dist/collection/components/tag/tag.stories.js.map +1 -1
  133. package/dist/collection/components/text-field/text-field.stories.js +116 -13
  134. package/dist/collection/components/text-field/text-field.stories.js.map +1 -1
  135. package/dist/collection/components/textarea/textarea.stories.js +1 -3
  136. package/dist/collection/components/textarea/textarea.stories.js.map +1 -1
  137. package/dist/collection/components/tooltip/tooltip.stories.js +48 -4
  138. package/dist/collection/components/tooltip/tooltip.stories.js.map +1 -1
  139. package/dist/components/ifx-accordion-item.js +1 -1
  140. package/dist/components/ifx-accordion.js +1 -1
  141. package/dist/components/ifx-breadcrumb-item-label.js +2 -2
  142. package/dist/components/ifx-breadcrumb-item-label.js.map +1 -1
  143. package/dist/components/ifx-breadcrumb.js +3 -3
  144. package/dist/components/ifx-breadcrumb.js.map +1 -1
  145. package/dist/components/ifx-chip-item.js +1 -1
  146. package/dist/components/ifx-chip.js +1 -1
  147. package/dist/components/ifx-faq.js +2 -2
  148. package/dist/components/ifx-modal.js +8 -8
  149. package/dist/components/ifx-modal.js.map +1 -1
  150. package/dist/components/ifx-multiselect.js +1 -1
  151. package/dist/components/ifx-navbar.js +4 -4
  152. package/dist/components/ifx-navbar.js.map +1 -1
  153. package/dist/components/ifx-pagination.js +1 -1
  154. package/dist/components/ifx-search-bar.js +5 -5
  155. package/dist/components/ifx-search-bar.js.map +1 -1
  156. package/dist/components/ifx-set-filter.js +1 -1
  157. package/dist/components/ifx-sidebar-item.js +11 -13
  158. package/dist/components/ifx-sidebar-item.js.map +1 -1
  159. package/dist/components/ifx-status.js +3 -3
  160. package/dist/components/ifx-status.js.map +1 -1
  161. package/dist/components/ifx-table.js +26 -24
  162. package/dist/components/ifx-table.js.map +1 -1
  163. package/dist/components/ifx-tabs.js +6 -6
  164. package/dist/components/ifx-tabs.js.map +1 -1
  165. package/dist/components/{p-ecfb353b.js → p-28a8736e.js} +2 -4
  166. package/dist/components/p-28a8736e.js.map +1 -0
  167. package/dist/components/{p-9f15ef5a.js → p-61ecfa9a.js} +15 -15
  168. package/dist/components/p-61ecfa9a.js.map +1 -0
  169. package/dist/components/{p-474e011d.js → p-62eff23e.js} +8 -8
  170. package/dist/components/{p-474e011d.js.map → p-62eff23e.js.map} +1 -1
  171. package/dist/components/{p-2167e98c.js → p-a6310ccf.js} +3 -3
  172. package/dist/components/{p-2167e98c.js.map → p-a6310ccf.js.map} +1 -1
  173. package/dist/components/{p-6613f3b4.js → p-dd91260d.js} +5 -5
  174. package/dist/components/p-dd91260d.js.map +1 -0
  175. package/dist/components/{p-f0953b8a.js → p-fce5491f.js} +6 -6
  176. package/dist/components/p-fce5491f.js.map +1 -0
  177. package/dist/esm/ifx-accordion_2.entry.js +7 -7
  178. package/dist/esm/ifx-accordion_2.entry.js.map +1 -1
  179. package/dist/esm/ifx-breadcrumb-item-label.entry.js +1 -1
  180. package/dist/esm/ifx-breadcrumb-item-label.entry.js.map +1 -1
  181. package/dist/esm/ifx-breadcrumb.entry.js +3 -3
  182. package/dist/esm/ifx-breadcrumb.entry.js.map +1 -1
  183. package/dist/esm/ifx-chip_3.entry.js +19 -21
  184. package/dist/esm/ifx-chip_3.entry.js.map +1 -1
  185. package/dist/esm/ifx-modal.entry.js +8 -8
  186. package/dist/esm/ifx-modal.entry.js.map +1 -1
  187. package/dist/esm/ifx-multiselect_2.entry.js +5 -5
  188. package/dist/esm/ifx-multiselect_2.entry.js.map +1 -1
  189. package/dist/esm/ifx-navbar.entry.js +3 -3
  190. package/dist/esm/ifx-navbar.entry.js.map +1 -1
  191. package/dist/esm/ifx-search-bar.entry.js +5 -5
  192. package/dist/esm/ifx-search-bar.entry.js.map +1 -1
  193. package/dist/esm/ifx-sidebar-item.entry.js +9 -10
  194. package/dist/esm/ifx-sidebar-item.entry.js.map +1 -1
  195. package/dist/esm/ifx-status.entry.js +3 -3
  196. package/dist/esm/ifx-status.entry.js.map +1 -1
  197. package/dist/esm/ifx-table.entry.js +22 -20
  198. package/dist/esm/ifx-table.entry.js.map +1 -1
  199. package/dist/esm/ifx-tabs.entry.js +6 -6
  200. package/dist/esm/ifx-tabs.entry.js.map +1 -1
  201. package/dist/esm/infineon-design-system-stencil.js +1 -1
  202. package/dist/esm/loader.js +1 -1
  203. package/dist/infineon-design-system-stencil/infineon-design-system-stencil.esm.js +1 -1
  204. package/dist/infineon-design-system-stencil/infineon-design-system-stencil.esm.js.map +1 -1
  205. package/dist/infineon-design-system-stencil/p-134d043c.entry.js +2 -0
  206. package/dist/infineon-design-system-stencil/p-134d043c.entry.js.map +1 -0
  207. package/dist/infineon-design-system-stencil/{p-ef68ce70.entry.js → p-23978a74.entry.js} +2 -2
  208. package/dist/infineon-design-system-stencil/p-23978a74.entry.js.map +1 -0
  209. package/dist/infineon-design-system-stencil/p-45e42392.entry.js +2 -0
  210. package/dist/infineon-design-system-stencil/p-45e42392.entry.js.map +1 -0
  211. package/dist/infineon-design-system-stencil/{p-f0884a54.entry.js → p-520ddc60.entry.js} +2 -2
  212. package/dist/infineon-design-system-stencil/p-520ddc60.entry.js.map +1 -0
  213. package/dist/infineon-design-system-stencil/p-56e92d85.entry.js +2 -0
  214. package/dist/infineon-design-system-stencil/p-56e92d85.entry.js.map +1 -0
  215. package/dist/infineon-design-system-stencil/p-73505b17.entry.js +2 -0
  216. package/dist/infineon-design-system-stencil/{p-56426c94.entry.js.map → p-73505b17.entry.js.map} +1 -1
  217. package/dist/infineon-design-system-stencil/p-7fbfd8a9.entry.js +2 -0
  218. package/dist/infineon-design-system-stencil/p-7fbfd8a9.entry.js.map +1 -0
  219. package/dist/infineon-design-system-stencil/p-878db58b.entry.js +2 -0
  220. package/dist/infineon-design-system-stencil/p-878db58b.entry.js.map +1 -0
  221. package/dist/infineon-design-system-stencil/{p-aaada3f2.entry.js → p-8e416f0e.entry.js} +2 -2
  222. package/dist/infineon-design-system-stencil/p-8e416f0e.entry.js.map +1 -0
  223. package/dist/infineon-design-system-stencil/{p-19a2740f.entry.js → p-ae1791a8.entry.js} +2 -2
  224. package/dist/infineon-design-system-stencil/p-ae1791a8.entry.js.map +1 -0
  225. package/dist/infineon-design-system-stencil/p-c27f4f95.entry.js +2 -0
  226. package/dist/infineon-design-system-stencil/p-c27f4f95.entry.js.map +1 -0
  227. package/dist/infineon-design-system-stencil/p-f6a9f419.entry.js +2 -0
  228. package/dist/infineon-design-system-stencil/p-f6a9f419.entry.js.map +1 -0
  229. package/dist/types/components/accordion/accordion.stories.d.ts +67 -1
  230. package/dist/types/components/accordion/accordionItem.d.ts +3 -3
  231. package/dist/types/components/alert/alert.stories.d.ts +38 -11
  232. package/dist/types/components/badge/badge.stories.d.ts +23 -3
  233. package/dist/types/components/breadcrumb/breadcrumb-item-label.d.ts +1 -1
  234. package/dist/types/components/breadcrumb/breadcrumb.stories.d.ts +83 -1
  235. package/dist/types/components/button/button.stories.d.ts +92 -16
  236. package/dist/types/components/card/card.stories.d.ts +95 -1
  237. package/dist/types/components/checkbox/checkbox.stories.d.ts +65 -10
  238. package/dist/types/components/chip/chip-item/chip-item.d.ts +1 -1
  239. package/dist/types/components/chip/chip.d.ts +1 -1
  240. package/dist/types/components/chip/chip.stories.d.ts +11 -4
  241. package/dist/types/components/chip/interfaces.d.ts +1 -1
  242. package/dist/types/components/content-switcher/content-switcher.stories.d.ts +66 -0
  243. package/dist/types/components/date-picker/date-picker.stories.d.ts +89 -2
  244. package/dist/types/components/dropdown/dropdown.stories.d.ts +90 -33
  245. package/dist/types/components/footer/footer.stories.d.ts +26 -0
  246. package/dist/types/components/icon/infineonIconStencil.stories.d.ts +5 -0
  247. package/dist/types/components/icon-button/icon-button.stories.d.ts +56 -8
  248. package/dist/types/components/link/link.stories.d.ts +49 -6
  249. package/dist/types/components/modal/modal.d.ts +2 -2
  250. package/dist/types/components/modal/modal.stories.d.ts +77 -3
  251. package/dist/types/components/navigation/navbar/navbar.stories.d.ts +222 -6
  252. package/dist/types/components/navigation/sidebar/sidebar-item.d.ts +2 -3
  253. package/dist/types/components/navigation/sidebar/sidebar.stories.d.ts +161 -7
  254. package/dist/types/components/notification/notification.stories.d.ts +46 -2
  255. package/dist/types/components/number-indicator/number-indicator.stories.d.ts +19 -0
  256. package/dist/types/components/pagination/pagination.d.ts +0 -2
  257. package/dist/types/components/pagination/pagination.stories.d.ts +12 -7
  258. package/dist/types/components/progress-bar/progress-bar.stories.d.ts +25 -4
  259. package/dist/types/components/radio-button/radio-button.stories.d.ts +59 -8
  260. package/dist/types/components/search-bar/search-bar.d.ts +1 -1
  261. package/dist/types/components/search-bar/search-bar.stories.d.ts +60 -3
  262. package/dist/types/components/search-field/search-field.stories.d.ts +45 -6
  263. package/dist/types/components/segmented-control/segmented-control.stories.d.ts +0 -3
  264. package/dist/types/components/select/multi-select/multiselect.d.ts +1 -1
  265. package/dist/types/components/select/multi-select/multiselect.stories.d.ts +125 -0
  266. package/dist/types/components/select/single-select/select.stories.d.ts +67 -24
  267. package/dist/types/components/slider/slider.stories.d.ts +110 -0
  268. package/dist/types/components/spinner/spinner.stories.d.ts +32 -0
  269. package/dist/types/components/status/status.d.ts +1 -1
  270. package/dist/types/components/status/status.stories.d.ts +24 -2
  271. package/dist/types/components/stepper/stepper.stories.d.ts +30 -6
  272. package/dist/types/components/switch/switch.stories.d.ts +47 -1
  273. package/dist/types/components/table-advanced-version/table.stories.d.ts +50 -11
  274. package/dist/types/components/table-basic-version/table.stories.d.ts +21 -1
  275. package/dist/types/components/tabs/tabs.d.ts +1 -1
  276. package/dist/types/components/tabs/tabs.stories.d.ts +88 -9
  277. package/dist/types/components/tag/tag.stories.d.ts +20 -0
  278. package/dist/types/components/text-field/text-field.stories.d.ts +106 -10
  279. package/dist/types/components/tooltip/tooltip.stories.d.ts +41 -6
  280. package/dist/types/components.d.ts +22 -28
  281. package/package.json +3 -2
  282. package/dist/components/p-6613f3b4.js.map +0 -1
  283. package/dist/components/p-9f15ef5a.js.map +0 -1
  284. package/dist/components/p-ecfb353b.js.map +0 -1
  285. package/dist/components/p-f0953b8a.js.map +0 -1
  286. package/dist/infineon-design-system-stencil/p-022dbe8b.entry.js +0 -2
  287. package/dist/infineon-design-system-stencil/p-022dbe8b.entry.js.map +0 -1
  288. package/dist/infineon-design-system-stencil/p-19a2740f.entry.js.map +0 -1
  289. package/dist/infineon-design-system-stencil/p-1c5c318c.entry.js +0 -2
  290. package/dist/infineon-design-system-stencil/p-1c5c318c.entry.js.map +0 -1
  291. package/dist/infineon-design-system-stencil/p-56426c94.entry.js +0 -2
  292. package/dist/infineon-design-system-stencil/p-5a83ef48.entry.js +0 -2
  293. package/dist/infineon-design-system-stencil/p-5a83ef48.entry.js.map +0 -1
  294. package/dist/infineon-design-system-stencil/p-7c9ca144.entry.js +0 -2
  295. package/dist/infineon-design-system-stencil/p-7c9ca144.entry.js.map +0 -1
  296. package/dist/infineon-design-system-stencil/p-974829c7.entry.js +0 -2
  297. package/dist/infineon-design-system-stencil/p-974829c7.entry.js.map +0 -1
  298. package/dist/infineon-design-system-stencil/p-9a013f52.entry.js +0 -2
  299. package/dist/infineon-design-system-stencil/p-9a013f52.entry.js.map +0 -1
  300. package/dist/infineon-design-system-stencil/p-a6c07e60.entry.js +0 -2
  301. package/dist/infineon-design-system-stencil/p-a6c07e60.entry.js.map +0 -1
  302. package/dist/infineon-design-system-stencil/p-aaada3f2.entry.js.map +0 -1
  303. package/dist/infineon-design-system-stencil/p-ef68ce70.entry.js.map +0 -1
  304. package/dist/infineon-design-system-stencil/p-f0884a54.entry.js.map +0 -1
@@ -1,37 +1,88 @@
1
1
  declare const _default: {
2
2
  title: string;
3
3
  args: {
4
+ label: string;
4
5
  error: boolean;
5
6
  disabled: boolean;
6
7
  checked: boolean;
7
8
  size: string;
8
- label: string;
9
9
  name: string;
10
10
  value: string;
11
11
  };
12
12
  argTypes: {
13
- ifxChange: {
13
+ error: {
14
14
  description: string;
15
+ control: string;
15
16
  table: {
16
- type: {
17
- summary: string;
18
- detail: string;
17
+ category: string;
18
+ defaultValue: {
19
+ summary: boolean;
19
20
  };
20
21
  };
21
- action: string;
22
+ };
23
+ disabled: {
24
+ description: string;
25
+ control: string;
26
+ table: {
27
+ category: string;
28
+ defaultValue: {
29
+ summary: boolean;
30
+ };
31
+ };
32
+ };
33
+ checked: {
34
+ description: string;
35
+ control: string;
36
+ table: {
37
+ category: string;
38
+ defaultValue: {
39
+ summary: boolean;
40
+ };
41
+ };
42
+ };
43
+ label: {
44
+ name: string;
45
+ description: string;
46
+ table: {
47
+ category: string;
48
+ };
22
49
  };
23
50
  size: {
24
51
  description: string;
52
+ control: string;
25
53
  options: string[];
26
- control: {
27
- type: string;
54
+ table: {
55
+ category: string;
56
+ defaultValue: {
57
+ summary: string;
58
+ };
59
+ type: {
60
+ summary: string;
61
+ };
28
62
  };
29
63
  };
30
64
  name: {
31
65
  description: string;
66
+ table: {
67
+ category: string;
68
+ };
32
69
  };
33
70
  value: {
34
71
  description: string;
72
+ table: {
73
+ category: string;
74
+ };
75
+ };
76
+ ifxChange: {
77
+ description: string;
78
+ table: {
79
+ category: string;
80
+ type: {
81
+ summary: string;
82
+ detail: string;
83
+ };
84
+ };
85
+ action: string;
35
86
  };
36
87
  };
37
88
  };
@@ -6,7 +6,7 @@ export declare class SearchBar {
6
6
  value: string;
7
7
  maxlength?: number;
8
8
  ifxInput: EventEmitter;
9
- ifxSearchBarIsOpen: EventEmitter;
9
+ ifxOpen: EventEmitter;
10
10
  el: any;
11
11
  onNavbarMobile(): Promise<void>;
12
12
  handlePropChange(): void;
@@ -3,22 +3,79 @@ declare const _default: {
3
3
  args: {
4
4
  disabled: boolean;
5
5
  isOpen: boolean;
6
+ value: string;
6
7
  };
7
8
  argTypes: {
8
- ifxInput: {
9
- action: string;
9
+ isOpen: {
10
10
  description: string;
11
+ control: {
12
+ type: string;
13
+ };
14
+ table: {
15
+ defaultValue: {
16
+ summary: string;
17
+ };
18
+ category: string;
19
+ type: {
20
+ summary: string;
21
+ };
22
+ };
23
+ };
24
+ disabled: {
25
+ description: string;
26
+ control: {
27
+ type: string;
28
+ };
29
+ table: {
30
+ defaultValue: {
31
+ summary: string;
32
+ };
33
+ category: string;
34
+ type: {
35
+ summary: string;
36
+ };
37
+ };
38
+ };
39
+ value: {
40
+ description: string;
41
+ control: {
42
+ type: string;
43
+ };
44
+ table: {
45
+ category: string;
46
+ type: {
47
+ summary: string;
48
+ };
49
+ };
11
50
  };
12
51
  maxlength: {
13
52
  description: string;
14
53
  control: {
15
54
  type: string;
16
55
  };
56
+ table: {
57
+ category: string;
58
+ type: {
59
+ summary: string;
60
+ };
61
+ };
62
+ };
63
+ ifxInput: {
64
+ action: string;
65
+ description: string;
66
+ table: {
67
+ category: string;
68
+ type: {
69
+ summary: string;
70
+ detail: string;
71
+ };
72
+ };
17
73
  };
18
- ifxSearchBarIsOpen: {
74
+ ifxOpen: {
19
75
  action: string;
20
76
  description: string;
21
77
  table: {
78
+ category: string;
22
79
  type: {
23
80
  summary: string;
24
81
  detail: string;
@@ -4,31 +4,70 @@ declare const _default: {
4
4
  showDeleteIcon: boolean;
5
5
  disabled: boolean;
6
6
  size: string;
7
+ value: string;
8
+ placeholder: string;
7
9
  };
8
10
  argTypes: {
11
+ showDeleteIcon: {
12
+ description: string;
13
+ control: string;
14
+ table: {
15
+ category: string;
16
+ defaultValue: {
17
+ summary: boolean;
18
+ };
19
+ };
20
+ };
21
+ disabled: {
22
+ description: string;
23
+ control: string;
24
+ table: {
25
+ category: string;
26
+ defaultValue: {
27
+ summary: boolean;
28
+ };
29
+ };
30
+ };
9
31
  size: {
10
32
  description: string;
33
+ control: string;
11
34
  options: string[];
12
- control: {
13
- type: string;
35
+ table: {
36
+ category: string;
37
+ defaultValue: {
38
+ summary: string;
39
+ };
14
40
  };
15
41
  };
16
42
  placeholder: {
17
43
  description: string;
18
- control: {
19
- type: string;
44
+ control: string;
45
+ table: {
46
+ category: string;
47
+ defaultValue: {
48
+ summary: string;
49
+ };
20
50
  };
21
51
  };
22
52
  maxlength: {
23
53
  description: string;
24
- control: {
25
- type: string;
54
+ control: string;
55
+ table: {
56
+ category: string;
57
+ };
58
+ };
59
+ value: {
60
+ description: string;
61
+ control: string;
62
+ table: {
63
+ category: string;
26
64
  };
27
65
  };
28
66
  ifxInput: {
29
67
  action: string;
30
68
  description: string;
31
69
  table: {
70
+ category: string;
32
71
  type: {
33
72
  summary: string;
34
73
  detail: string;
@@ -31,9 +31,6 @@ declare const _default: {
31
31
  description: string;
32
32
  table: {
33
33
  category: string;
34
- type: {
35
- summary: string;
36
- };
37
34
  };
38
35
  };
39
36
  caption: {
@@ -27,7 +27,7 @@ export declare class Multiselect {
27
27
  optionCount: number;
28
28
  optionsProcessed: boolean;
29
29
  ifxSelect: EventEmitter;
30
- ifxMultiselectIsOpen: EventEmitter;
30
+ ifxOpen: EventEmitter;
31
31
  el: HTMLElement;
32
32
  dropdownElement: HTMLElement;
33
33
  internals: ElementInternals;
@@ -1,7 +1,9 @@
1
1
  declare const _default: {
2
2
  title: string;
3
3
  args: {
4
+ name: string;
4
5
  size: string;
6
+ disabled: boolean;
5
7
  batchSize: number;
6
8
  maxItemCount: number;
7
9
  showSearch: boolean;
@@ -13,6 +15,7 @@ declare const _default: {
13
15
  };
14
16
  argTypes: {
15
17
  size: {
18
+ description: string;
16
19
  options: {
17
20
  'small (36px)': string;
18
21
  'medium (40px)': string;
@@ -20,24 +23,84 @@ declare const _default: {
20
23
  control: {
21
24
  type: string;
22
25
  };
26
+ table: {
27
+ category: string;
28
+ defaultValue: {
29
+ summary: string;
30
+ };
31
+ type: {
32
+ summary: string;
33
+ };
34
+ };
35
+ };
36
+ disabled: {
37
+ description: string;
38
+ options: boolean[];
39
+ control: {
40
+ type: string;
41
+ };
42
+ table: {
43
+ category: string;
44
+ defaultValue: {
45
+ summary: string;
46
+ };
47
+ type: {
48
+ summary: string;
49
+ };
50
+ };
51
+ };
52
+ name: {
53
+ description: string;
54
+ control: string;
55
+ table: {
56
+ category: string;
57
+ type: {
58
+ summary: string;
59
+ };
60
+ };
23
61
  };
24
62
  batchSize: {
25
63
  description: string;
26
64
  control: {
27
65
  type: string;
28
66
  };
67
+ table: {
68
+ category: string;
69
+ defaultValue: {
70
+ summary: string;
71
+ };
72
+ type: {
73
+ summary: string;
74
+ };
75
+ };
29
76
  };
30
77
  maxItemCount: {
31
78
  control: {
32
79
  type: string;
33
80
  };
34
81
  description: string;
82
+ table: {
83
+ category: string;
84
+ type: {
85
+ summary: string;
86
+ };
87
+ };
35
88
  };
36
89
  showSearch: {
90
+ description: string;
37
91
  options: boolean[];
38
92
  control: {
39
93
  type: string;
40
94
  };
95
+ table: {
96
+ category: string;
97
+ defaultValue: {
98
+ summary: string;
99
+ };
100
+ type: {
101
+ summary: string;
102
+ };
103
+ };
41
104
  };
42
105
  showSelectAll: {
43
106
  description: string;
@@ -45,29 +108,91 @@ declare const _default: {
45
108
  control: {
46
109
  type: string;
47
110
  };
111
+ table: {
112
+ category: string;
113
+ defaultValue: {
114
+ summary: string;
115
+ };
116
+ type: {
117
+ summary: string;
118
+ };
119
+ };
48
120
  };
49
121
  error: {
122
+ description: string;
50
123
  options: boolean[];
51
124
  control: {
52
125
  type: string;
53
126
  };
127
+ table: {
128
+ category: string;
129
+ defaultValue: {
130
+ summary: string;
131
+ };
132
+ type: {
133
+ summary: string;
134
+ };
135
+ };
54
136
  };
55
137
  errorMessage: {
56
138
  control: string;
139
+ description: string;
140
+ table: {
141
+ category: string;
142
+ defaultValue: {
143
+ summary: string;
144
+ };
145
+ type: {
146
+ summary: string;
147
+ };
148
+ };
57
149
  };
58
150
  label: {
151
+ description: string;
59
152
  control: string;
153
+ table: {
154
+ category: string;
155
+ type: {
156
+ summary: string;
157
+ };
158
+ };
60
159
  };
61
160
  placeholder: {
161
+ description: string;
62
162
  control: string;
163
+ table: {
164
+ category: string;
165
+ type: {
166
+ summary: string;
167
+ };
168
+ };
63
169
  };
64
170
  options: {
65
171
  description: string;
172
+ table: {
173
+ category: string;
174
+ type: {
175
+ summary: string;
176
+ detail: string;
177
+ };
178
+ };
66
179
  };
67
180
  ifxSelect: {
68
181
  action: string;
69
182
  description: string;
70
183
  table: {
184
+ category: string;
185
+ type: {
186
+ summary: string;
187
+ detail: string;
188
+ };
189
+ };
190
+ };
191
+ ifxOpen: {
192
+ action: string;
193
+ description: string;
194
+ table: {
195
+ category: string;
71
196
  type: {
72
197
  summary: string;
73
198
  detail: string;
@@ -1,6 +1,7 @@
1
1
  declare const _default: {
2
2
  title: string;
3
3
  args: {
4
+ label: string;
4
5
  size: string;
5
6
  showSearch: boolean;
6
7
  searchPlaceholderValue: string;
@@ -8,64 +9,106 @@ declare const _default: {
8
9
  placeholderValue: string;
9
10
  error: boolean;
10
11
  errorMessage: string;
11
- label: string;
12
12
  disabled: boolean;
13
13
  };
14
14
  argTypes: {
15
15
  size: {
16
- options: {
17
- 'small (36px)': string;
18
- 'medium (40px)': string;
19
- };
20
- control: {
21
- type: string;
16
+ description: string;
17
+ control: string;
18
+ options: string[];
19
+ table: {
20
+ category: string;
21
+ defaultValue: {
22
+ summary: string;
23
+ };
22
24
  };
23
25
  };
24
26
  placeholder: {
25
- options: boolean[];
26
- control: {
27
- type: string;
27
+ description: string;
28
+ control: string;
29
+ table: {
30
+ category: string;
31
+ defaultValue: {
32
+ summary: boolean;
33
+ };
28
34
  };
29
35
  };
30
36
  placeholderValue: {
31
- control: string;
37
+ description: string;
38
+ table: {
39
+ category: string;
40
+ };
32
41
  };
33
42
  error: {
34
- options: boolean[];
35
- control: {
36
- type: string;
43
+ description: string;
44
+ control: string;
45
+ table: {
46
+ category: string;
47
+ defaultValue: {
48
+ summary: boolean;
49
+ };
37
50
  };
38
51
  };
39
52
  errorMessage: {
40
- control: string;
53
+ description: string;
54
+ table: {
55
+ category: string;
56
+ };
41
57
  };
42
58
  label: {
43
- control: string;
59
+ description: string;
60
+ table: {
61
+ category: string;
62
+ };
44
63
  };
45
64
  disabled: {
46
- options: boolean[];
47
- control: {
48
- type: string;
65
+ description: string;
66
+ control: string;
67
+ table: {
68
+ category: string;
69
+ defaultValue: {
70
+ summary: boolean;
71
+ };
49
72
  };
50
73
  };
51
74
  showSearch: {
52
- options: boolean[];
53
- control: {
54
- type: string;
75
+ description: string;
76
+ control: string;
77
+ table: {
78
+ category: string;
79
+ defaultValue: {
80
+ summary: boolean;
81
+ };
55
82
  };
56
83
  };
57
84
  searchPlaceholderValue: {
58
- control: {
59
- type: string;
85
+ description: string;
86
+ table: {
87
+ category: string;
60
88
  };
61
89
  };
62
90
  options: {
63
91
  description: string;
92
+ table: {
93
+ category: string;
94
+ };
64
95
  };
65
96
  ifxSelect: {
66
97
  action: string;
67
98
  description: string;
68
99
  table: {
100
+ category: string;
101
+ type: {
102
+ summary: string;
103
+ detail: string;
104
+ };
105
+ };
106
+ };
107
+ ifxInput: {
108
+ action: string;
109
+ description: string;
110
+ table: {
111
+ category: string;
69
112
  type: {
70
113
  summary: string;
71
114
  detail: string;