@infineon/infineon-design-system-stencil 31.0.0--canary.1697.223df0ff1431a5398fd1261ed013c9dd2a89e7a0.0 → 31.0.0--canary.1640.0cb387dc208aadd19f988395e2eb1027e7e7f343.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 (290) 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 +25 -27
  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 +4 -4
  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-table.cjs.entry.js +22 -20
  20. package/dist/cjs/ifx-table.cjs.entry.js.map +1 -1
  21. package/dist/cjs/ifx-tabs.cjs.entry.js +6 -6
  22. package/dist/cjs/ifx-tabs.cjs.entry.js.map +1 -1
  23. package/dist/cjs/infineon-design-system-stencil.cjs.js +1 -1
  24. package/dist/cjs/loader.cjs.js +1 -1
  25. package/dist/collection/components/accordion/accordion.js +2 -2
  26. package/dist/collection/components/accordion/accordion.js.map +1 -1
  27. package/dist/collection/components/accordion/accordion.stories.js +81 -7
  28. package/dist/collection/components/accordion/accordion.stories.js.map +1 -1
  29. package/dist/collection/components/accordion/accordionItem.js +10 -10
  30. package/dist/collection/components/accordion/accordionItem.js.map +1 -1
  31. package/dist/collection/components/alert/alert.stories.js +45 -12
  32. package/dist/collection/components/alert/alert.stories.js.map +1 -1
  33. package/dist/collection/components/badge/badge.stories.js +28 -7
  34. package/dist/collection/components/badge/badge.stories.js.map +1 -1
  35. package/dist/collection/components/breadcrumb/breadcrumb-item-label.js +3 -3
  36. package/dist/collection/components/breadcrumb/breadcrumb-item-label.js.map +1 -1
  37. package/dist/collection/components/breadcrumb/breadcrumb.js +3 -3
  38. package/dist/collection/components/breadcrumb/breadcrumb.js.map +1 -1
  39. package/dist/collection/components/breadcrumb/breadcrumb.stories.js +87 -13
  40. package/dist/collection/components/breadcrumb/breadcrumb.stories.js.map +1 -1
  41. package/dist/collection/components/button/button.stories.js +101 -9
  42. package/dist/collection/components/button/button.stories.js.map +1 -1
  43. package/dist/collection/components/card/card.stories.js +85 -4
  44. package/dist/collection/components/card/card.stories.js.map +1 -1
  45. package/dist/collection/components/checkbox/checkbox.stories.js +72 -14
  46. package/dist/collection/components/checkbox/checkbox.stories.js.map +1 -1
  47. package/dist/collection/components/chip/chip-item/chip-item.js +4 -4
  48. package/dist/collection/components/chip/chip-item/chip-item.js.map +1 -1
  49. package/dist/collection/components/chip/chip.js +15 -15
  50. package/dist/collection/components/chip/chip.js.map +1 -1
  51. package/dist/collection/components/chip/chip.stories.js +21 -26
  52. package/dist/collection/components/chip/chip.stories.js.map +1 -1
  53. package/dist/collection/components/chip/interfaces.js.map +1 -1
  54. package/dist/collection/components/content-switcher/content-switcher.stories.js +65 -3
  55. package/dist/collection/components/content-switcher/content-switcher.stories.js.map +1 -1
  56. package/dist/collection/components/date-picker/date-picker.stories.js +97 -7
  57. package/dist/collection/components/date-picker/date-picker.stories.js.map +1 -1
  58. package/dist/collection/components/dropdown/dropdown.stories.js +222 -64
  59. package/dist/collection/components/dropdown/dropdown.stories.js.map +1 -1
  60. package/dist/collection/components/footer/footer.stories.js +31 -1
  61. package/dist/collection/components/footer/footer.stories.js.map +1 -1
  62. package/dist/collection/components/icon/infineonIconStencil.stories.js +7 -2
  63. package/dist/collection/components/icon/infineonIconStencil.stories.js.map +1 -1
  64. package/dist/collection/components/icon-button/icon-button.stories.js +61 -5
  65. package/dist/collection/components/icon-button/icon-button.stories.js.map +1 -1
  66. package/dist/collection/components/link/link.stories.js +53 -4
  67. package/dist/collection/components/link/link.stories.js.map +1 -1
  68. package/dist/collection/components/modal/modal.js +10 -10
  69. package/dist/collection/components/modal/modal.js.map +1 -1
  70. package/dist/collection/components/modal/modal.stories.js +96 -19
  71. package/dist/collection/components/modal/modal.stories.js.map +1 -1
  72. package/dist/collection/components/navigation/navbar/navbar.js +4 -4
  73. package/dist/collection/components/navigation/navbar/navbar.js.map +1 -1
  74. package/dist/collection/components/navigation/navbar/navbar.stories.js +176 -12
  75. package/dist/collection/components/navigation/navbar/navbar.stories.js.map +1 -1
  76. package/dist/collection/components/navigation/sidebar/sidebar-item.js +11 -32
  77. package/dist/collection/components/navigation/sidebar/sidebar-item.js.map +1 -1
  78. package/dist/collection/components/navigation/sidebar/sidebar.stories.js +184 -19
  79. package/dist/collection/components/navigation/sidebar/sidebar.stories.js.map +1 -1
  80. package/dist/collection/components/notification/notification.stories.js +55 -8
  81. package/dist/collection/components/notification/notification.stories.js.map +1 -1
  82. package/dist/collection/components/number-indicator/number-indicator.stories.js +19 -0
  83. package/dist/collection/components/number-indicator/number-indicator.stories.js.map +1 -1
  84. package/dist/collection/components/pagination/pagination.js +8 -57
  85. package/dist/collection/components/pagination/pagination.js.map +1 -1
  86. package/dist/collection/components/pagination/pagination.stories.js +19 -16
  87. package/dist/collection/components/pagination/pagination.stories.js.map +1 -1
  88. package/dist/collection/components/progress-bar/progress-bar.stories.js +31 -8
  89. package/dist/collection/components/progress-bar/progress-bar.stories.js.map +1 -1
  90. package/dist/collection/components/radio-button/radio-button.stories.js +66 -13
  91. package/dist/collection/components/radio-button/radio-button.stories.js.map +1 -1
  92. package/dist/collection/components/search-bar/search-bar.js +6 -6
  93. package/dist/collection/components/search-bar/search-bar.js.map +1 -1
  94. package/dist/collection/components/search-bar/search-bar.stories.js +58 -9
  95. package/dist/collection/components/search-bar/search-bar.stories.js.map +1 -1
  96. package/dist/collection/components/search-field/search-field.stories.js +54 -8
  97. package/dist/collection/components/search-field/search-field.stories.js.map +1 -1
  98. package/dist/collection/components/segmented-control/segmented-control.stories.js +1 -10
  99. package/dist/collection/components/segmented-control/segmented-control.stories.js.map +1 -1
  100. package/dist/collection/components/select/multi-select/multiselect.js +5 -5
  101. package/dist/collection/components/select/multi-select/multiselect.js.map +1 -1
  102. package/dist/collection/components/select/multi-select/multiselect.stories.js +131 -5
  103. package/dist/collection/components/select/multi-select/multiselect.stories.js.map +1 -1
  104. package/dist/collection/components/select/single-select/select.stories.js +83 -26
  105. package/dist/collection/components/select/single-select/select.stories.js.map +1 -1
  106. package/dist/collection/components/slider/slider.stories.js +97 -13
  107. package/dist/collection/components/slider/slider.stories.js.map +1 -1
  108. package/dist/collection/components/spinner/spinner.stories.js +34 -2
  109. package/dist/collection/components/spinner/spinner.stories.js.map +1 -1
  110. package/dist/collection/components/status/status.stories.js +25 -1
  111. package/dist/collection/components/status/status.stories.js.map +1 -1
  112. package/dist/collection/components/stepper/stepper.stories.js +54 -25
  113. package/dist/collection/components/stepper/stepper.stories.js.map +1 -1
  114. package/dist/collection/components/switch/switch.stories.js +51 -4
  115. package/dist/collection/components/switch/switch.stories.js.map +1 -1
  116. package/dist/collection/components/table-advanced-version/table.js +23 -21
  117. package/dist/collection/components/table-advanced-version/table.js.map +1 -1
  118. package/dist/collection/components/table-advanced-version/table.stories.js +124 -39
  119. package/dist/collection/components/table-advanced-version/table.stories.js.map +1 -1
  120. package/dist/collection/components/table-basic-version/table.stories.js +31 -4
  121. package/dist/collection/components/table-basic-version/table.stories.js.map +1 -1
  122. package/dist/collection/components/tabs/tabs.js +7 -7
  123. package/dist/collection/components/tabs/tabs.js.map +1 -1
  124. package/dist/collection/components/tabs/tabs.stories.js +104 -29
  125. package/dist/collection/components/tabs/tabs.stories.js.map +1 -1
  126. package/dist/collection/components/tag/tag.stories.js +18 -0
  127. package/dist/collection/components/tag/tag.stories.js.map +1 -1
  128. package/dist/collection/components/text-field/text-field.stories.js +116 -13
  129. package/dist/collection/components/text-field/text-field.stories.js.map +1 -1
  130. package/dist/collection/components/textarea/textarea.stories.js +1 -3
  131. package/dist/collection/components/textarea/textarea.stories.js.map +1 -1
  132. package/dist/collection/components/tooltip/tooltip.stories.js +48 -4
  133. package/dist/collection/components/tooltip/tooltip.stories.js.map +1 -1
  134. package/dist/components/ifx-accordion-item.js +1 -1
  135. package/dist/components/ifx-accordion.js +1 -1
  136. package/dist/components/ifx-breadcrumb-item-label.js +2 -2
  137. package/dist/components/ifx-breadcrumb-item-label.js.map +1 -1
  138. package/dist/components/ifx-breadcrumb.js +3 -3
  139. package/dist/components/ifx-breadcrumb.js.map +1 -1
  140. package/dist/components/ifx-chip-item.js +1 -1
  141. package/dist/components/ifx-chip.js +1 -1
  142. package/dist/components/ifx-faq.js +2 -2
  143. package/dist/components/ifx-modal.js +8 -8
  144. package/dist/components/ifx-modal.js.map +1 -1
  145. package/dist/components/ifx-multiselect.js +1 -1
  146. package/dist/components/ifx-navbar.js +4 -4
  147. package/dist/components/ifx-navbar.js.map +1 -1
  148. package/dist/components/ifx-pagination.js +1 -1
  149. package/dist/components/ifx-search-bar.js +5 -5
  150. package/dist/components/ifx-search-bar.js.map +1 -1
  151. package/dist/components/ifx-set-filter.js +1 -1
  152. package/dist/components/ifx-sidebar-item.js +11 -13
  153. package/dist/components/ifx-sidebar-item.js.map +1 -1
  154. package/dist/components/ifx-table.js +26 -24
  155. package/dist/components/ifx-table.js.map +1 -1
  156. package/dist/components/ifx-tabs.js +6 -6
  157. package/dist/components/ifx-tabs.js.map +1 -1
  158. package/dist/components/{p-654ff7d8.js → p-120f0d27.js} +3 -3
  159. package/dist/components/{p-654ff7d8.js.map → p-120f0d27.js.map} +1 -1
  160. package/dist/components/{p-a7e5035e.js → p-62a4b616.js} +9 -12
  161. package/dist/components/p-62a4b616.js.map +1 -0
  162. package/dist/components/{p-e57d6c00.js → p-6a284649.js} +5 -5
  163. package/dist/components/p-6a284649.js.map +1 -0
  164. package/dist/components/{p-0fce434b.js → p-7c1f2252.js} +15 -15
  165. package/dist/components/p-7c1f2252.js.map +1 -0
  166. package/dist/components/{p-ff48962a.js → p-a51cb7b6.js} +8 -8
  167. package/dist/components/{p-ff48962a.js.map → p-a51cb7b6.js.map} +1 -1
  168. package/dist/components/{p-d3904b2f.js → p-bb48fe64.js} +5 -5
  169. package/dist/components/p-bb48fe64.js.map +1 -0
  170. package/dist/esm/ifx-accordion_2.entry.js +7 -7
  171. package/dist/esm/ifx-accordion_2.entry.js.map +1 -1
  172. package/dist/esm/ifx-breadcrumb-item-label.entry.js +1 -1
  173. package/dist/esm/ifx-breadcrumb-item-label.entry.js.map +1 -1
  174. package/dist/esm/ifx-breadcrumb.entry.js +3 -3
  175. package/dist/esm/ifx-breadcrumb.entry.js.map +1 -1
  176. package/dist/esm/ifx-chip_3.entry.js +25 -27
  177. package/dist/esm/ifx-chip_3.entry.js.map +1 -1
  178. package/dist/esm/ifx-modal.entry.js +8 -8
  179. package/dist/esm/ifx-modal.entry.js.map +1 -1
  180. package/dist/esm/ifx-multiselect_2.entry.js +4 -4
  181. package/dist/esm/ifx-multiselect_2.entry.js.map +1 -1
  182. package/dist/esm/ifx-navbar.entry.js +3 -3
  183. package/dist/esm/ifx-navbar.entry.js.map +1 -1
  184. package/dist/esm/ifx-search-bar.entry.js +5 -5
  185. package/dist/esm/ifx-search-bar.entry.js.map +1 -1
  186. package/dist/esm/ifx-sidebar-item.entry.js +9 -10
  187. package/dist/esm/ifx-sidebar-item.entry.js.map +1 -1
  188. package/dist/esm/ifx-table.entry.js +22 -20
  189. package/dist/esm/ifx-table.entry.js.map +1 -1
  190. package/dist/esm/ifx-tabs.entry.js +6 -6
  191. package/dist/esm/ifx-tabs.entry.js.map +1 -1
  192. package/dist/esm/infineon-design-system-stencil.js +1 -1
  193. package/dist/esm/loader.js +1 -1
  194. package/dist/infineon-design-system-stencil/infineon-design-system-stencil.esm.js +1 -1
  195. package/dist/infineon-design-system-stencil/infineon-design-system-stencil.esm.js.map +1 -1
  196. package/dist/infineon-design-system-stencil/p-0a03645f.entry.js +2 -0
  197. package/dist/infineon-design-system-stencil/p-0a03645f.entry.js.map +1 -0
  198. package/dist/infineon-design-system-stencil/p-0b90ce9a.entry.js +2 -0
  199. package/dist/infineon-design-system-stencil/p-0b90ce9a.entry.js.map +1 -0
  200. package/dist/infineon-design-system-stencil/p-1da58025.entry.js +2 -0
  201. package/dist/infineon-design-system-stencil/p-1da58025.entry.js.map +1 -0
  202. package/dist/infineon-design-system-stencil/p-3e68969c.entry.js +2 -0
  203. package/dist/infineon-design-system-stencil/{p-500bc0ed.entry.js.map → p-3e68969c.entry.js.map} +1 -1
  204. package/dist/infineon-design-system-stencil/{p-258c4e35.entry.js → p-68dd9fa2.entry.js} +2 -2
  205. package/dist/infineon-design-system-stencil/p-68dd9fa2.entry.js.map +1 -0
  206. package/dist/infineon-design-system-stencil/p-75d5418a.entry.js +2 -0
  207. package/dist/infineon-design-system-stencil/p-75d5418a.entry.js.map +1 -0
  208. package/dist/infineon-design-system-stencil/p-88f484ee.entry.js +2 -0
  209. package/dist/infineon-design-system-stencil/p-88f484ee.entry.js.map +1 -0
  210. package/dist/infineon-design-system-stencil/{p-1f004047.entry.js → p-8953e0ef.entry.js} +2 -2
  211. package/dist/infineon-design-system-stencil/p-8953e0ef.entry.js.map +1 -0
  212. package/dist/infineon-design-system-stencil/{p-7cc1beed.entry.js → p-aebfd7f8.entry.js} +2 -2
  213. package/dist/infineon-design-system-stencil/p-aebfd7f8.entry.js.map +1 -0
  214. package/dist/infineon-design-system-stencil/p-e67e7cbc.entry.js +2 -0
  215. package/dist/infineon-design-system-stencil/p-e67e7cbc.entry.js.map +1 -0
  216. package/dist/infineon-design-system-stencil/{p-6c18926e.entry.js → p-fd0474f3.entry.js} +2 -2
  217. package/dist/infineon-design-system-stencil/p-fd0474f3.entry.js.map +1 -0
  218. package/dist/types/components/accordion/accordion.stories.d.ts +67 -1
  219. package/dist/types/components/accordion/accordionItem.d.ts +3 -3
  220. package/dist/types/components/alert/alert.stories.d.ts +38 -11
  221. package/dist/types/components/badge/badge.stories.d.ts +23 -3
  222. package/dist/types/components/breadcrumb/breadcrumb-item-label.d.ts +1 -1
  223. package/dist/types/components/breadcrumb/breadcrumb.stories.d.ts +83 -1
  224. package/dist/types/components/button/button.stories.d.ts +92 -16
  225. package/dist/types/components/card/card.stories.d.ts +95 -1
  226. package/dist/types/components/checkbox/checkbox.stories.d.ts +65 -10
  227. package/dist/types/components/chip/chip-item/chip-item.d.ts +1 -1
  228. package/dist/types/components/chip/chip.d.ts +1 -1
  229. package/dist/types/components/chip/chip.stories.d.ts +11 -4
  230. package/dist/types/components/chip/interfaces.d.ts +1 -1
  231. package/dist/types/components/content-switcher/content-switcher.stories.d.ts +66 -0
  232. package/dist/types/components/date-picker/date-picker.stories.d.ts +89 -2
  233. package/dist/types/components/dropdown/dropdown.stories.d.ts +90 -33
  234. package/dist/types/components/footer/footer.stories.d.ts +26 -0
  235. package/dist/types/components/icon/infineonIconStencil.stories.d.ts +5 -0
  236. package/dist/types/components/icon-button/icon-button.stories.d.ts +56 -8
  237. package/dist/types/components/link/link.stories.d.ts +49 -6
  238. package/dist/types/components/modal/modal.d.ts +2 -2
  239. package/dist/types/components/modal/modal.stories.d.ts +77 -3
  240. package/dist/types/components/navigation/navbar/navbar.stories.d.ts +222 -6
  241. package/dist/types/components/navigation/sidebar/sidebar-item.d.ts +2 -3
  242. package/dist/types/components/navigation/sidebar/sidebar.stories.d.ts +161 -7
  243. package/dist/types/components/notification/notification.stories.d.ts +46 -2
  244. package/dist/types/components/number-indicator/number-indicator.stories.d.ts +19 -0
  245. package/dist/types/components/pagination/pagination.d.ts +1 -4
  246. package/dist/types/components/pagination/pagination.stories.d.ts +12 -8
  247. package/dist/types/components/progress-bar/progress-bar.stories.d.ts +25 -4
  248. package/dist/types/components/radio-button/radio-button.stories.d.ts +59 -8
  249. package/dist/types/components/search-bar/search-bar.d.ts +1 -1
  250. package/dist/types/components/search-bar/search-bar.stories.d.ts +60 -3
  251. package/dist/types/components/search-field/search-field.stories.d.ts +45 -6
  252. package/dist/types/components/segmented-control/segmented-control.stories.d.ts +0 -3
  253. package/dist/types/components/select/multi-select/multiselect.d.ts +1 -1
  254. package/dist/types/components/select/multi-select/multiselect.stories.d.ts +125 -0
  255. package/dist/types/components/select/single-select/select.stories.d.ts +67 -24
  256. package/dist/types/components/slider/slider.stories.d.ts +110 -0
  257. package/dist/types/components/spinner/spinner.stories.d.ts +32 -0
  258. package/dist/types/components/status/status.stories.d.ts +24 -2
  259. package/dist/types/components/stepper/stepper.stories.d.ts +30 -6
  260. package/dist/types/components/switch/switch.stories.d.ts +47 -1
  261. package/dist/types/components/table-advanced-version/table.stories.d.ts +50 -11
  262. package/dist/types/components/table-basic-version/table.stories.d.ts +21 -1
  263. package/dist/types/components/tabs/tabs.d.ts +1 -1
  264. package/dist/types/components/tabs/tabs.stories.d.ts +88 -9
  265. package/dist/types/components/tag/tag.stories.d.ts +20 -0
  266. package/dist/types/components/text-field/text-field.stories.d.ts +106 -10
  267. package/dist/types/components/tooltip/tooltip.stories.d.ts +41 -6
  268. package/dist/types/components.d.ts +20 -28
  269. package/package.json +3 -2
  270. package/dist/components/p-0fce434b.js.map +0 -1
  271. package/dist/components/p-a7e5035e.js.map +0 -1
  272. package/dist/components/p-d3904b2f.js.map +0 -1
  273. package/dist/components/p-e57d6c00.js.map +0 -1
  274. package/dist/infineon-design-system-stencil/p-1f004047.entry.js.map +0 -1
  275. package/dist/infineon-design-system-stencil/p-258c4e35.entry.js.map +0 -1
  276. package/dist/infineon-design-system-stencil/p-500bc0ed.entry.js +0 -2
  277. package/dist/infineon-design-system-stencil/p-5acdecf6.entry.js +0 -2
  278. package/dist/infineon-design-system-stencil/p-5acdecf6.entry.js.map +0 -1
  279. package/dist/infineon-design-system-stencil/p-6c18926e.entry.js.map +0 -1
  280. package/dist/infineon-design-system-stencil/p-77a8fc5e.entry.js +0 -2
  281. package/dist/infineon-design-system-stencil/p-77a8fc5e.entry.js.map +0 -1
  282. package/dist/infineon-design-system-stencil/p-7cc1beed.entry.js.map +0 -1
  283. package/dist/infineon-design-system-stencil/p-98c50956.entry.js +0 -2
  284. package/dist/infineon-design-system-stencil/p-98c50956.entry.js.map +0 -1
  285. package/dist/infineon-design-system-stencil/p-c6ff49d7.entry.js +0 -2
  286. package/dist/infineon-design-system-stencil/p-c6ff49d7.entry.js.map +0 -1
  287. package/dist/infineon-design-system-stencil/p-d61ab729.entry.js +0 -2
  288. package/dist/infineon-design-system-stencil/p-d61ab729.entry.js.map +0 -1
  289. package/dist/infineon-design-system-stencil/p-f63ce1bc.entry.js +0 -2
  290. package/dist/infineon-design-system-stencil/p-f63ce1bc.entry.js.map +0 -1
@@ -1,13 +1,14 @@
1
1
  declare const _default: {
2
2
  title: string;
3
3
  args: {
4
- activeStep: number;
5
4
  amountOfSteps: number;
6
- errorStep: number;
5
+ activeStep: number;
7
6
  disabled: boolean;
8
7
  indicatorPosition: string;
9
8
  showStepNumber: boolean;
10
9
  variant: string;
10
+ error: boolean;
11
+ completeStep: boolean;
11
12
  };
12
13
  argTypes: {
13
14
  activeStep: {
@@ -17,6 +18,7 @@ declare const _default: {
17
18
  };
18
19
  description: string;
19
20
  table: {
21
+ category: string;
20
22
  defaultValue: {
21
23
  summary: number;
22
24
  };
@@ -26,11 +28,19 @@ declare const _default: {
26
28
  name: string;
27
29
  control: string;
28
30
  description: string;
31
+ table: {
32
+ category: string;
33
+ defaultValue: {
34
+ summary: number;
35
+ };
36
+ };
29
37
  };
30
38
  completeStep: {
31
39
  name: string;
32
40
  description: string;
41
+ control: string;
33
42
  table: {
43
+ category: string;
34
44
  defaultValue: {
35
45
  summary: boolean;
36
46
  };
@@ -44,6 +54,7 @@ declare const _default: {
44
54
  control: string;
45
55
  description: string;
46
56
  table: {
57
+ category: string;
47
58
  defaultValue: {
48
59
  summary: boolean;
49
60
  };
@@ -56,13 +67,13 @@ declare const _default: {
56
67
  eq: string;
57
68
  };
58
69
  };
59
- errorStep: {
60
- name: string;
70
+ error: {
61
71
  control: string;
62
72
  description: string;
63
73
  table: {
64
- defaultValue: {
65
- summary: boolean;
74
+ category: string;
75
+ type: {
76
+ summary: string;
66
77
  };
67
78
  };
68
79
  };
@@ -77,6 +88,9 @@ declare const _default: {
77
88
  arg: string;
78
89
  eq: string;
79
90
  };
91
+ table: {
92
+ category: string;
93
+ };
80
94
  };
81
95
  showStepNumber: {
82
96
  control: string;
@@ -88,6 +102,9 @@ declare const _default: {
88
102
  arg: string;
89
103
  eq: string;
90
104
  };
105
+ table: {
106
+ category: string;
107
+ };
91
108
  };
92
109
  variant: {
93
110
  options: string[];
@@ -96,11 +113,18 @@ declare const _default: {
96
113
  };
97
114
  description: string;
98
115
  control: string;
116
+ table: {
117
+ category: string;
118
+ type: {
119
+ summary: string;
120
+ };
121
+ };
99
122
  };
100
123
  ifxChange: {
101
124
  action: string;
102
125
  description: string;
103
126
  table: {
127
+ category: string;
104
128
  type: {
105
129
  summary: string;
106
130
  detail: string;
@@ -2,21 +2,67 @@ declare const _default: {
2
2
  title: string;
3
3
  tags: string[];
4
4
  args: {
5
- checked: boolean;
6
5
  label: string;
6
+ checked: boolean;
7
7
  name: string;
8
8
  value: string;
9
+ disabled: boolean;
9
10
  };
10
11
  argTypes: {
12
+ label: {
13
+ name: string;
14
+ description: string;
15
+ table: {
16
+ category: string;
17
+ };
18
+ };
11
19
  name: {
12
20
  description: string;
21
+ table: {
22
+ category: string;
23
+ type: {
24
+ summary: string;
25
+ };
26
+ };
27
+ };
28
+ checked: {
29
+ name: string;
30
+ description: string;
31
+ table: {
32
+ category: string;
33
+ defaultValue: {
34
+ summary: string;
35
+ };
36
+ type: {
37
+ summary: string;
38
+ };
39
+ };
13
40
  };
14
41
  value: {
15
42
  description: string;
43
+ table: {
44
+ category: string;
45
+ type: {
46
+ summary: string;
47
+ };
48
+ };
49
+ };
50
+ disabled: {
51
+ description: string;
52
+ table: {
53
+ category: string;
54
+ defaultValue: {
55
+ summary: string;
56
+ };
57
+ type: {
58
+ summary: string;
59
+ };
60
+ };
16
61
  };
17
62
  ifxChange: {
18
63
  description: string;
19
64
  table: {
65
+ category: string;
20
66
  type: {
21
67
  summary: string;
22
68
  detail: string;
@@ -4,22 +4,35 @@ declare const _default: {
4
4
  tableHeight: string;
5
5
  pagination: boolean;
6
6
  paginationPageSize: number;
7
- currentPage: number;
8
7
  rowHeight: number;
9
8
  showLoading: boolean;
10
- buttonRendererOptions: {
11
- onButtonClick: (params: any, event: any) => void;
12
- };
13
9
  };
14
10
  argTypes: {
15
11
  tableHeight: {
12
+ description: string;
16
13
  table: {
14
+ category: string;
17
15
  type: {
18
16
  summary: string;
19
17
  detail: string;
20
18
  };
21
19
  };
22
20
  };
21
+ pagination: {
22
+ description: string;
23
+ control: {
24
+ type: string;
25
+ };
26
+ table: {
27
+ category: string;
28
+ defaultValue: {
29
+ summary: boolean;
30
+ };
31
+ type: {
32
+ summary: string;
33
+ };
34
+ };
35
+ };
23
36
  paginationPageSize: {
24
37
  description: string;
25
38
  control: {
@@ -28,45 +41,71 @@ declare const _default: {
28
41
  max: number;
29
42
  step: number;
30
43
  };
44
+ table: {
45
+ category: string;
46
+ defaultValue: {
47
+ summary: number;
48
+ };
49
+ type: {
50
+ summary: string;
51
+ };
52
+ };
31
53
  };
32
54
  showLoading: {
55
+ description: string;
33
56
  options: boolean[];
34
57
  control: {
35
58
  type: string;
36
59
  };
60
+ table: {
61
+ category: string;
62
+ defaultValue: {
63
+ summary: boolean;
64
+ };
65
+ };
37
66
  };
38
67
  rowHeight: {
68
+ description: string;
39
69
  options: string[];
40
70
  control: {
41
71
  type: string;
42
72
  };
73
+ table: {
74
+ category: string;
75
+ defaultValue: {
76
+ summary: string;
77
+ };
78
+ };
43
79
  };
44
80
  filterOrientation: {
81
+ description: string;
45
82
  options: string[];
46
83
  control: {
47
84
  type: string;
48
85
  };
49
- };
50
- columnDefs: {
51
86
  table: {
52
- type: {
87
+ category: string;
88
+ defaultValue: {
53
89
  summary: string;
54
- detail: string;
55
90
  };
56
91
  };
57
92
  };
58
- rowData: {
93
+ columnDefs: {
94
+ description: string;
95
+ name: string;
59
96
  table: {
97
+ category: string;
60
98
  type: {
61
99
  summary: string;
62
100
  detail: string;
63
101
  };
64
102
  };
65
103
  };
66
- buttonRendererOptions: {
67
- control: string;
104
+ rowData: {
68
105
  description: string;
106
+ name: string;
69
107
  table: {
108
+ category: string;
70
109
  type: {
71
110
  summary: string;
72
111
  detail: string;
@@ -2,11 +2,16 @@ declare const _default: {
2
2
  title: string;
3
3
  args: {
4
4
  tableHeight: string;
5
- rowHeight: number;
5
+ rowHeight: string;
6
6
  };
7
7
  argTypes: {
8
8
  tableHeight: {
9
+ description: string;
9
10
  table: {
11
+ category: string;
12
+ defaultValue: {
13
+ summary: string;
14
+ };
10
15
  type: {
11
16
  summary: string;
12
17
  detail: string;
@@ -14,13 +19,26 @@ declare const _default: {
14
19
  };
15
20
  };
16
21
  rowHeight: {
22
+ description: string;
23
+ table: {
24
+ category: string;
25
+ defaultValue: {
26
+ summary: string;
27
+ };
28
+ type: {
29
+ summary: string;
30
+ detail: string;
31
+ };
32
+ };
17
33
  options: string[];
18
34
  control: {
19
35
  type: string;
20
36
  };
21
37
  };
22
38
  cols: {
39
+ description: string;
23
40
  table: {
41
+ category: string;
24
42
  type: {
25
43
  summary: string;
26
44
  detail: string;
@@ -28,7 +46,9 @@ declare const _default: {
28
46
  };
29
47
  };
30
48
  rows: {
49
+ description: string;
31
50
  table: {
51
+ category: string;
32
52
  type: {
33
53
  summary: string;
34
54
  detail: string;
@@ -11,7 +11,7 @@ export declare class IfxTabs {
11
11
  tabHeaderRefs: HTMLElement[];
12
12
  disabledTabs: string[];
13
13
  tabObjects: any[];
14
- ifxTabChange: EventEmitter;
14
+ ifxChange: EventEmitter;
15
15
  updateBorderOnWindowResize(): void;
16
16
  setActiveAndFocusedTab(index: number): void;
17
17
  handleTabHeaderChange(e: any): void;
@@ -2,50 +2,130 @@ declare const _default: {
2
2
  title: string;
3
3
  tags: string[];
4
4
  component: string;
5
+ args: {
6
+ amountOfTabs: number;
7
+ orientation: string;
8
+ icon: string;
9
+ header: string;
10
+ disabled: boolean;
11
+ fullWidth: boolean;
12
+ };
5
13
  argTypes: {
6
14
  amountOfTabs: {
7
15
  name: string;
8
16
  control: string;
17
+ description: string;
18
+ table: {
19
+ category: string;
20
+ type: {
21
+ summary: string;
22
+ };
23
+ };
9
24
  };
10
25
  orientation: {
11
- name: string;
12
26
  options: string[];
13
27
  control: {
14
28
  type: string;
15
29
  };
30
+ description: string;
31
+ table: {
32
+ category: string;
33
+ defaultValue: {
34
+ summary: string;
35
+ };
36
+ type: {
37
+ summary: string;
38
+ };
39
+ };
16
40
  };
17
41
  icon: {
18
42
  name: string;
19
43
  control: {
20
44
  type: string;
21
45
  };
46
+ options: any[];
47
+ description: string;
48
+ table: {
49
+ category: string;
50
+ defaultValue: {
51
+ summary: string;
52
+ };
53
+ type: {
54
+ summary: string;
55
+ };
56
+ };
22
57
  };
23
58
  fullWidth: {
24
- name: string;
25
59
  control: {
26
60
  type: string;
27
61
  };
28
62
  description: string;
63
+ table: {
64
+ category: string;
65
+ defaultValue: {
66
+ summary: string;
67
+ };
68
+ type: {
69
+ summary: string;
70
+ };
71
+ };
29
72
  };
30
73
  iconPosition: {
31
- name: string;
32
74
  options: string[];
33
75
  control: {
34
76
  type: string;
35
77
  };
36
- if: {
37
- arg: string;
38
- eq: boolean;
78
+ description: string;
79
+ table: {
80
+ category: string;
81
+ defaultValue: {
82
+ summary: string;
83
+ };
84
+ type: {
85
+ summary: string;
86
+ };
39
87
  };
40
88
  };
41
89
  activeTabIndex: {
42
- name: string;
43
90
  description: string;
91
+ table: {
92
+ category: string;
93
+ defaultValue: {
94
+ summary: string;
95
+ };
96
+ type: {
97
+ summary: string;
98
+ };
99
+ };
100
+ };
101
+ header: {
102
+ control: string;
103
+ description: string;
104
+ table: {
105
+ defaultValue: {
106
+ summary: string;
107
+ };
108
+ category: string;
109
+ type: {
110
+ summary: string;
111
+ };
112
+ };
113
+ };
114
+ disabled: {
115
+ control: string;
116
+ description: string;
117
+ table: {
118
+ category: string;
119
+ defaultValue: {
120
+ summary: string;
121
+ };
122
+ };
44
123
  };
45
- ifxTabChange: {
124
+ ifxChange: {
46
125
  action: string;
47
126
  description: string;
48
127
  table: {
128
+ category: string;
49
129
  type: {
50
130
  summary: string;
51
131
  detail: string;
@@ -56,4 +136,3 @@ declare const _default: {
56
136
  };
57
137
  export default _default;
58
138
  export declare const Default: any;
59
- export declare const Disabled: any;
@@ -6,11 +6,31 @@ declare const _default: {
6
6
  icon: string;
7
7
  };
8
8
  argTypes: {
9
+ label: {
10
+ name: string;
11
+ control: {
12
+ type: string;
13
+ };
14
+ description: string;
15
+ table: {
16
+ category: string;
17
+ type: {
18
+ summary: string;
19
+ };
20
+ };
21
+ };
9
22
  icon: {
10
23
  options: any[];
11
24
  control: {
12
25
  type: string;
13
26
  };
27
+ description: string;
28
+ table: {
29
+ category: string;
30
+ type: {
31
+ summary: string;
32
+ };
33
+ };
14
34
  };
15
35
  };
16
36
  };
@@ -1,49 +1,145 @@
1
1
  declare const _default: {
2
2
  title: string;
3
3
  args: {
4
+ label: string;
5
+ error: boolean;
4
6
  disabled: boolean;
5
7
  size: string;
8
+ icon: string;
6
9
  success: boolean;
7
- label: string;
8
10
  placeholder: string;
9
- error: boolean;
10
11
  caption: string;
11
12
  required: boolean;
12
13
  optional: boolean;
13
- icon: string;
14
14
  name: string;
15
15
  showDeleteIcon: boolean;
16
+ maxlength: string;
17
+ value: string;
16
18
  };
17
19
  argTypes: {
20
+ label: {
21
+ name: string;
22
+ description: string;
23
+ table: {
24
+ category: string;
25
+ };
26
+ };
27
+ error: {
28
+ description: string;
29
+ table: {
30
+ category: string;
31
+ defaultValue: {
32
+ summary: boolean;
33
+ };
34
+ };
35
+ };
36
+ disabled: {
37
+ description: string;
38
+ table: {
39
+ category: string;
40
+ defaultValue: {
41
+ summary: boolean;
42
+ };
43
+ };
44
+ };
18
45
  size: {
19
46
  description: string;
20
47
  options: string[];
21
- control: {
22
- type: string;
48
+ control: string;
49
+ table: {
50
+ category: string;
51
+ defaultValue: {
52
+ summary: string;
53
+ };
23
54
  };
24
55
  };
25
56
  icon: {
57
+ description: string;
26
58
  options: any[];
27
- control: {
28
- type: string;
59
+ control: string;
60
+ table: {
61
+ category: string;
62
+ defaultValue: {
63
+ summary: string;
64
+ };
65
+ };
66
+ };
67
+ success: {
68
+ description: string;
69
+ table: {
70
+ category: string;
71
+ defaultValue: {
72
+ summary: boolean;
73
+ };
74
+ };
75
+ };
76
+ placeholder: {
77
+ description: string;
78
+ table: {
79
+ category: string;
80
+ };
81
+ };
82
+ caption: {
83
+ description: string;
84
+ table: {
85
+ category: string;
86
+ };
87
+ };
88
+ required: {
89
+ description: string;
90
+ table: {
91
+ category: string;
92
+ defaultValue: {
93
+ summary: boolean;
94
+ };
95
+ };
96
+ };
97
+ optional: {
98
+ description: string;
99
+ table: {
100
+ category: string;
101
+ defaultValue: {
102
+ summary: boolean;
103
+ };
29
104
  };
30
105
  };
31
106
  name: {
32
107
  description: string;
108
+ table: {
109
+ category: string;
110
+ };
111
+ };
112
+ showDeleteIcon: {
113
+ description: string;
114
+ table: {
115
+ category: string;
116
+ defaultValue: {
117
+ summary: boolean;
118
+ };
119
+ };
33
120
  };
34
121
  maxlength: {
35
122
  description: string;
36
- control: {
37
- type: string;
123
+ control: string;
124
+ table: {
125
+ category: string;
38
126
  };
39
127
  };
40
- showDeleteIcon: {
128
+ value: {
41
129
  description: string;
130
+ control: string;
131
+ table: {
132
+ category: string;
133
+ type: {
134
+ summary: string;
135
+ };
136
+ };
42
137
  };
43
138
  ifxInput: {
44
139
  action: string;
45
140
  description: string;
46
141
  table: {
142
+ category: string;
47
143
  type: {
48
144
  summary: string;
49
145
  detail: string;