cax-design-system 2.8.5 → 3.0.1

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 (1307) hide show
  1. package/README.md +46 -46
  2. package/accordion/index.d.ts +286 -3
  3. package/animate/index.d.ts +41 -3
  4. package/animateonscroll/index.d.ts +75 -3
  5. package/api/index.d.ts +1849 -3
  6. package/autocomplete/index.d.ts +817 -3
  7. package/autofocus/index.d.ts +29 -3
  8. package/avatar/index.d.ts +102 -3
  9. package/avatargroup/index.d.ts +30 -3
  10. package/badge/index.d.ts +71 -5
  11. package/baseicon/index.d.ts +18 -5
  12. package/blockui/index.d.ts +77 -3
  13. package/breadcrumb/index.d.ts +105 -3
  14. package/button/index.d.ts +179 -3
  15. package/buttongroup/index.d.ts +14 -5
  16. package/calendar/index.d.ts +957 -3
  17. package/card/index.d.ts +88 -3
  18. package/carousel/index.d.ts +290 -3
  19. package/cascadeselect/index.d.ts +594 -3
  20. package/categorycard/index.d.ts +20 -0
  21. package/chart/index.d.ts +88 -3
  22. package/checkbox/index.d.ts +204 -3
  23. package/chip/index.d.ts +63 -3
  24. package/colorpicker/index.d.ts +265 -3
  25. package/commentbox/index.d.ts +138 -5
  26. package/comments/index.d.ts +91 -0
  27. package/comparecard/index.d.ts +57 -0
  28. package/confirmdialog/index.d.ts +327 -3
  29. package/confirmpopup/index.d.ts +148 -3
  30. package/contextmenu/index.d.ts +261 -3
  31. package/dataview/index.d.ts +457 -3
  32. package/defer/index.d.ts +40 -3
  33. package/dialog/index.d.ts +411 -3
  34. package/divider/index.d.ts +64 -3
  35. package/dock/index.d.ts +136 -3
  36. package/dom/index.d.ts +105 -3
  37. package/dragdrop/index.d.ts +120 -3
  38. package/dropdown/index.d.ts +841 -3
  39. package/dynamicdialog/index.d.ts +490 -3
  40. package/editor/index.d.ts +182 -3
  41. package/fesm2022/cax-design-system-accordion.mjs +22 -17
  42. package/fesm2022/cax-design-system-accordion.mjs.map +1 -1
  43. package/fesm2022/cax-design-system-animate.mjs +7 -7
  44. package/fesm2022/cax-design-system-animate.mjs.map +1 -1
  45. package/fesm2022/cax-design-system-animateonscroll.mjs +7 -7
  46. package/fesm2022/cax-design-system-animateonscroll.mjs.map +1 -1
  47. package/fesm2022/cax-design-system-api.mjs +39 -39
  48. package/fesm2022/cax-design-system-api.mjs.map +1 -1
  49. package/fesm2022/cax-design-system-autocomplete.mjs +107 -53
  50. package/fesm2022/cax-design-system-autocomplete.mjs.map +1 -1
  51. package/fesm2022/cax-design-system-autofocus.mjs +7 -7
  52. package/fesm2022/cax-design-system-autofocus.mjs.map +1 -1
  53. package/fesm2022/cax-design-system-avatar.mjs +39 -8
  54. package/fesm2022/cax-design-system-avatar.mjs.map +1 -1
  55. package/fesm2022/cax-design-system-avatargroup.mjs +8 -8
  56. package/fesm2022/cax-design-system-avatargroup.mjs.map +1 -1
  57. package/fesm2022/cax-design-system-badge.mjs +16 -12
  58. package/fesm2022/cax-design-system-badge.mjs.map +1 -1
  59. package/fesm2022/cax-design-system-baseicon.mjs +3 -3
  60. package/fesm2022/cax-design-system-baseicon.mjs.map +1 -1
  61. package/fesm2022/cax-design-system-blockui.mjs +7 -7
  62. package/fesm2022/cax-design-system-blockui.mjs.map +1 -1
  63. package/fesm2022/cax-design-system-breadcrumb.mjs +10 -11
  64. package/fesm2022/cax-design-system-breadcrumb.mjs.map +1 -1
  65. package/fesm2022/cax-design-system-button.mjs +93 -39
  66. package/fesm2022/cax-design-system-button.mjs.map +1 -1
  67. package/fesm2022/cax-design-system-buttongroup.mjs +7 -7
  68. package/fesm2022/cax-design-system-buttongroup.mjs.map +1 -1
  69. package/fesm2022/cax-design-system-calendar.mjs +388 -100
  70. package/fesm2022/cax-design-system-calendar.mjs.map +1 -1
  71. package/fesm2022/cax-design-system-card.mjs +13 -26
  72. package/fesm2022/cax-design-system-card.mjs.map +1 -1
  73. package/fesm2022/cax-design-system-carousel.mjs +7 -7
  74. package/fesm2022/cax-design-system-carousel.mjs.map +1 -1
  75. package/fesm2022/cax-design-system-cascadeselect.mjs +95 -35
  76. package/fesm2022/cax-design-system-cascadeselect.mjs.map +1 -1
  77. package/fesm2022/cax-design-system-categorycard.mjs +57 -0
  78. package/fesm2022/cax-design-system-categorycard.mjs.map +1 -0
  79. package/fesm2022/cax-design-system-chart.mjs +7 -7
  80. package/fesm2022/cax-design-system-chart.mjs.map +1 -1
  81. package/fesm2022/cax-design-system-checkbox.mjs +15 -14
  82. package/fesm2022/cax-design-system-checkbox.mjs.map +1 -1
  83. package/fesm2022/cax-design-system-chip.mjs +14 -12
  84. package/fesm2022/cax-design-system-chip.mjs.map +1 -1
  85. package/fesm2022/cax-design-system-colorpicker.mjs +8 -8
  86. package/fesm2022/cax-design-system-colorpicker.mjs.map +1 -1
  87. package/fesm2022/cax-design-system-commentbox.mjs +8 -8
  88. package/fesm2022/cax-design-system-commentbox.mjs.map +1 -1
  89. package/fesm2022/cax-design-system-comments.mjs +385 -0
  90. package/fesm2022/cax-design-system-comments.mjs.map +1 -0
  91. package/fesm2022/cax-design-system-comparecard.mjs +143 -0
  92. package/fesm2022/cax-design-system-comparecard.mjs.map +1 -0
  93. package/fesm2022/cax-design-system-confirmdialog.mjs +54 -50
  94. package/fesm2022/cax-design-system-confirmdialog.mjs.map +1 -1
  95. package/fesm2022/cax-design-system-confirmpopup.mjs +8 -8
  96. package/fesm2022/cax-design-system-confirmpopup.mjs.map +1 -1
  97. package/fesm2022/cax-design-system-contextmenu.mjs +14 -14
  98. package/fesm2022/cax-design-system-contextmenu.mjs.map +1 -1
  99. package/fesm2022/cax-design-system-dataview.mjs +10 -10
  100. package/fesm2022/cax-design-system-dataview.mjs.map +1 -1
  101. package/fesm2022/cax-design-system-defer.mjs +7 -7
  102. package/fesm2022/cax-design-system-defer.mjs.map +1 -1
  103. package/fesm2022/cax-design-system-dialog.mjs +12 -13
  104. package/fesm2022/cax-design-system-dialog.mjs.map +1 -1
  105. package/fesm2022/cax-design-system-divider.mjs +21 -11
  106. package/fesm2022/cax-design-system-divider.mjs.map +1 -1
  107. package/fesm2022/cax-design-system-dock.mjs +7 -7
  108. package/fesm2022/cax-design-system-dock.mjs.map +1 -1
  109. package/fesm2022/cax-design-system-dom.mjs +16 -6
  110. package/fesm2022/cax-design-system-dom.mjs.map +1 -1
  111. package/fesm2022/cax-design-system-dragdrop.mjs +10 -10
  112. package/fesm2022/cax-design-system-dragdrop.mjs.map +1 -1
  113. package/fesm2022/cax-design-system-dropdown.mjs +67 -32
  114. package/fesm2022/cax-design-system-dropdown.mjs.map +1 -1
  115. package/fesm2022/cax-design-system-dynamicdialog.mjs +15 -15
  116. package/fesm2022/cax-design-system-dynamicdialog.mjs.map +1 -1
  117. package/fesm2022/cax-design-system-editor.mjs +55 -15
  118. package/fesm2022/cax-design-system-editor.mjs.map +1 -1
  119. package/fesm2022/cax-design-system-fieldset.mjs +8 -8
  120. package/fesm2022/cax-design-system-fieldset.mjs.map +1 -1
  121. package/fesm2022/cax-design-system-fileupload.mjs +7 -7
  122. package/fesm2022/cax-design-system-fileupload.mjs.map +1 -1
  123. package/fesm2022/cax-design-system-floatlabel.mjs +7 -7
  124. package/fesm2022/cax-design-system-floatlabel.mjs.map +1 -1
  125. package/fesm2022/cax-design-system-focustrap.mjs +7 -7
  126. package/fesm2022/cax-design-system-focustrap.mjs.map +1 -1
  127. package/fesm2022/cax-design-system-galleria.mjs +19 -19
  128. package/fesm2022/cax-design-system-galleria.mjs.map +1 -1
  129. package/fesm2022/cax-design-system-iconfield.mjs +7 -7
  130. package/fesm2022/cax-design-system-iconfield.mjs.map +1 -1
  131. package/fesm2022/cax-design-system-icons-angledoubledown.mjs +3 -3
  132. package/fesm2022/cax-design-system-icons-angledoubledown.mjs.map +1 -1
  133. package/fesm2022/cax-design-system-icons-angledoubleleft.mjs +3 -3
  134. package/fesm2022/cax-design-system-icons-angledoubleleft.mjs.map +1 -1
  135. package/fesm2022/cax-design-system-icons-angledoubleright.mjs +3 -3
  136. package/fesm2022/cax-design-system-icons-angledoubleright.mjs.map +1 -1
  137. package/fesm2022/cax-design-system-icons-angledoubleup.mjs +3 -3
  138. package/fesm2022/cax-design-system-icons-angledoubleup.mjs.map +1 -1
  139. package/fesm2022/cax-design-system-icons-angledown.mjs +4 -4
  140. package/fesm2022/cax-design-system-icons-angledown.mjs.map +1 -1
  141. package/fesm2022/cax-design-system-icons-angleleft.mjs +3 -3
  142. package/fesm2022/cax-design-system-icons-angleleft.mjs.map +1 -1
  143. package/fesm2022/cax-design-system-icons-angleright.mjs +3 -3
  144. package/fesm2022/cax-design-system-icons-angleright.mjs.map +1 -1
  145. package/fesm2022/cax-design-system-icons-angleup.mjs +4 -4
  146. package/fesm2022/cax-design-system-icons-angleup.mjs.map +1 -1
  147. package/fesm2022/cax-design-system-icons-arrowdown.mjs +4 -4
  148. package/fesm2022/cax-design-system-icons-arrowdown.mjs.map +1 -1
  149. package/fesm2022/cax-design-system-icons-arrowdownleft.mjs +3 -3
  150. package/fesm2022/cax-design-system-icons-arrowdownleft.mjs.map +1 -1
  151. package/fesm2022/cax-design-system-icons-arrowdownright.mjs +3 -3
  152. package/fesm2022/cax-design-system-icons-arrowdownright.mjs.map +1 -1
  153. package/fesm2022/cax-design-system-icons-arrowleft.mjs +3 -3
  154. package/fesm2022/cax-design-system-icons-arrowleft.mjs.map +1 -1
  155. package/fesm2022/cax-design-system-icons-arrowright.mjs +3 -3
  156. package/fesm2022/cax-design-system-icons-arrowright.mjs.map +1 -1
  157. package/fesm2022/cax-design-system-icons-arrowup.mjs +4 -4
  158. package/fesm2022/cax-design-system-icons-arrowup.mjs.map +1 -1
  159. package/fesm2022/cax-design-system-icons-ban.mjs +3 -3
  160. package/fesm2022/cax-design-system-icons-ban.mjs.map +1 -1
  161. package/fesm2022/cax-design-system-icons-bars.mjs +3 -3
  162. package/fesm2022/cax-design-system-icons-bars.mjs.map +1 -1
  163. package/fesm2022/cax-design-system-icons-blank.mjs +4 -4
  164. package/fesm2022/cax-design-system-icons-blank.mjs.map +1 -1
  165. package/fesm2022/cax-design-system-icons-calendar.mjs +4 -4
  166. package/fesm2022/cax-design-system-icons-calendar.mjs.map +1 -1
  167. package/fesm2022/cax-design-system-icons-caretleft.mjs +3 -3
  168. package/fesm2022/cax-design-system-icons-caretleft.mjs.map +1 -1
  169. package/fesm2022/cax-design-system-icons-caretright.mjs +3 -3
  170. package/fesm2022/cax-design-system-icons-caretright.mjs.map +1 -1
  171. package/fesm2022/cax-design-system-icons-check.mjs +4 -4
  172. package/fesm2022/cax-design-system-icons-check.mjs.map +1 -1
  173. package/fesm2022/cax-design-system-icons-chevrondown.mjs +4 -4
  174. package/fesm2022/cax-design-system-icons-chevrondown.mjs.map +1 -1
  175. package/fesm2022/cax-design-system-icons-chevronleft.mjs +3 -3
  176. package/fesm2022/cax-design-system-icons-chevronleft.mjs.map +1 -1
  177. package/fesm2022/cax-design-system-icons-chevronright.mjs +4 -4
  178. package/fesm2022/cax-design-system-icons-chevronright.mjs.map +1 -1
  179. package/fesm2022/cax-design-system-icons-chevronup.mjs +4 -4
  180. package/fesm2022/cax-design-system-icons-chevronup.mjs.map +1 -1
  181. package/fesm2022/cax-design-system-icons-exclamationtriangle.mjs +3 -3
  182. package/fesm2022/cax-design-system-icons-exclamationtriangle.mjs.map +1 -1
  183. package/fesm2022/cax-design-system-icons-eye.mjs +4 -4
  184. package/fesm2022/cax-design-system-icons-eye.mjs.map +1 -1
  185. package/fesm2022/cax-design-system-icons-eyeslash.mjs +3 -3
  186. package/fesm2022/cax-design-system-icons-eyeslash.mjs.map +1 -1
  187. package/fesm2022/cax-design-system-icons-filter.mjs +3 -3
  188. package/fesm2022/cax-design-system-icons-filter.mjs.map +1 -1
  189. package/fesm2022/cax-design-system-icons-filterslash.mjs +4 -4
  190. package/fesm2022/cax-design-system-icons-filterslash.mjs.map +1 -1
  191. package/fesm2022/cax-design-system-icons-home.mjs +3 -3
  192. package/fesm2022/cax-design-system-icons-home.mjs.map +1 -1
  193. package/fesm2022/cax-design-system-icons-infocircle.mjs +3 -3
  194. package/fesm2022/cax-design-system-icons-infocircle.mjs.map +1 -1
  195. package/fesm2022/cax-design-system-icons-minus.mjs +3 -3
  196. package/fesm2022/cax-design-system-icons-minus.mjs.map +1 -1
  197. package/fesm2022/cax-design-system-icons-pencil.mjs +3 -3
  198. package/fesm2022/cax-design-system-icons-pencil.mjs.map +1 -1
  199. package/fesm2022/cax-design-system-icons-plus.mjs +4 -4
  200. package/fesm2022/cax-design-system-icons-plus.mjs.map +1 -1
  201. package/fesm2022/cax-design-system-icons-refresh.mjs +4 -4
  202. package/fesm2022/cax-design-system-icons-refresh.mjs.map +1 -1
  203. package/fesm2022/cax-design-system-icons-search.mjs +4 -4
  204. package/fesm2022/cax-design-system-icons-search.mjs.map +1 -1
  205. package/fesm2022/cax-design-system-icons-searchminus.mjs +4 -4
  206. package/fesm2022/cax-design-system-icons-searchminus.mjs.map +1 -1
  207. package/fesm2022/cax-design-system-icons-searchplus.mjs +4 -4
  208. package/fesm2022/cax-design-system-icons-searchplus.mjs.map +1 -1
  209. package/fesm2022/cax-design-system-icons-sortalt.mjs +3 -3
  210. package/fesm2022/cax-design-system-icons-sortalt.mjs.map +1 -1
  211. package/fesm2022/cax-design-system-icons-sortamountdown.mjs +3 -3
  212. package/fesm2022/cax-design-system-icons-sortamountdown.mjs.map +1 -1
  213. package/fesm2022/cax-design-system-icons-sortamountupalt.mjs +3 -3
  214. package/fesm2022/cax-design-system-icons-sortamountupalt.mjs.map +1 -1
  215. package/fesm2022/cax-design-system-icons-spinner.mjs +4 -4
  216. package/fesm2022/cax-design-system-icons-spinner.mjs.map +1 -1
  217. package/fesm2022/cax-design-system-icons-star.mjs +3 -3
  218. package/fesm2022/cax-design-system-icons-star.mjs.map +1 -1
  219. package/fesm2022/cax-design-system-icons-starfill.mjs +3 -3
  220. package/fesm2022/cax-design-system-icons-starfill.mjs.map +1 -1
  221. package/fesm2022/cax-design-system-icons-thlarge.mjs +3 -3
  222. package/fesm2022/cax-design-system-icons-thlarge.mjs.map +1 -1
  223. package/fesm2022/cax-design-system-icons-times.mjs +4 -4
  224. package/fesm2022/cax-design-system-icons-times.mjs.map +1 -1
  225. package/fesm2022/cax-design-system-icons-timescircle.mjs +4 -4
  226. package/fesm2022/cax-design-system-icons-timescircle.mjs.map +1 -1
  227. package/fesm2022/cax-design-system-icons-trash.mjs +4 -4
  228. package/fesm2022/cax-design-system-icons-trash.mjs.map +1 -1
  229. package/fesm2022/cax-design-system-icons-undo.mjs +4 -4
  230. package/fesm2022/cax-design-system-icons-undo.mjs.map +1 -1
  231. package/fesm2022/cax-design-system-icons-upload.mjs +3 -3
  232. package/fesm2022/cax-design-system-icons-upload.mjs.map +1 -1
  233. package/fesm2022/cax-design-system-icons-windowmaximize.mjs +3 -3
  234. package/fesm2022/cax-design-system-icons-windowmaximize.mjs.map +1 -1
  235. package/fesm2022/cax-design-system-icons-windowminimize.mjs +3 -3
  236. package/fesm2022/cax-design-system-icons-windowminimize.mjs.map +1 -1
  237. package/fesm2022/cax-design-system-image.mjs +8 -8
  238. package/fesm2022/cax-design-system-image.mjs.map +1 -1
  239. package/fesm2022/cax-design-system-inplace.mjs +13 -13
  240. package/fesm2022/cax-design-system-inplace.mjs.map +1 -1
  241. package/fesm2022/{cax-design-system-chips.mjs → cax-design-system-inputchips.mjs} +66 -27
  242. package/fesm2022/cax-design-system-inputchips.mjs.map +1 -0
  243. package/fesm2022/cax-design-system-inputgroup.mjs +54 -10
  244. package/fesm2022/cax-design-system-inputgroup.mjs.map +1 -1
  245. package/fesm2022/cax-design-system-inputgroupaddon.mjs +8 -8
  246. package/fesm2022/cax-design-system-inputgroupaddon.mjs.map +1 -1
  247. package/fesm2022/cax-design-system-inputicon.mjs +7 -7
  248. package/fesm2022/cax-design-system-inputicon.mjs.map +1 -1
  249. package/fesm2022/cax-design-system-inputmask.mjs +33 -20
  250. package/fesm2022/cax-design-system-inputmask.mjs.map +1 -1
  251. package/fesm2022/cax-design-system-inputnumber.mjs +64 -30
  252. package/fesm2022/cax-design-system-inputnumber.mjs.map +1 -1
  253. package/fesm2022/cax-design-system-inputotp.mjs +7 -7
  254. package/fesm2022/cax-design-system-inputotp.mjs.map +1 -1
  255. package/fesm2022/cax-design-system-inputswitch.mjs +7 -7
  256. package/fesm2022/cax-design-system-inputswitch.mjs.map +1 -1
  257. package/fesm2022/cax-design-system-inputtext.mjs +30 -14
  258. package/fesm2022/cax-design-system-inputtext.mjs.map +1 -1
  259. package/fesm2022/cax-design-system-inputtextarea.mjs +49 -18
  260. package/fesm2022/cax-design-system-inputtextarea.mjs.map +1 -1
  261. package/fesm2022/cax-design-system-keyfilter.mjs +7 -7
  262. package/fesm2022/cax-design-system-keyfilter.mjs.map +1 -1
  263. package/fesm2022/cax-design-system-knob.mjs +7 -7
  264. package/fesm2022/cax-design-system-knob.mjs.map +1 -1
  265. package/fesm2022/cax-design-system-listbox.mjs +45 -375
  266. package/fesm2022/cax-design-system-listbox.mjs.map +1 -1
  267. package/fesm2022/cax-design-system-logo.mjs +8 -8
  268. package/fesm2022/cax-design-system-logo.mjs.map +1 -1
  269. package/fesm2022/cax-design-system-logocard.mjs +37 -0
  270. package/fesm2022/cax-design-system-logocard.mjs.map +1 -0
  271. package/fesm2022/cax-design-system-megamenu.mjs +12 -12
  272. package/fesm2022/cax-design-system-megamenu.mjs.map +1 -1
  273. package/fesm2022/cax-design-system-menu.mjs +18 -18
  274. package/fesm2022/cax-design-system-menu.mjs.map +1 -1
  275. package/fesm2022/cax-design-system-menubar.mjs +16 -16
  276. package/fesm2022/cax-design-system-menubar.mjs.map +1 -1
  277. package/fesm2022/cax-design-system-message.mjs +7 -7
  278. package/fesm2022/cax-design-system-message.mjs.map +1 -1
  279. package/fesm2022/cax-design-system-messages.mjs +17 -44
  280. package/fesm2022/cax-design-system-messages.mjs.map +1 -1
  281. package/fesm2022/cax-design-system-metergroup.mjs +10 -10
  282. package/fesm2022/cax-design-system-metergroup.mjs.map +1 -1
  283. package/fesm2022/cax-design-system-multiselect.mjs +67 -33
  284. package/fesm2022/cax-design-system-multiselect.mjs.map +1 -1
  285. package/fesm2022/cax-design-system-navigation.mjs +206 -106
  286. package/fesm2022/cax-design-system-navigation.mjs.map +1 -1
  287. package/fesm2022/cax-design-system-orderlist.mjs +8 -8
  288. package/fesm2022/cax-design-system-orderlist.mjs.map +1 -1
  289. package/fesm2022/cax-design-system-organizationchart.mjs +11 -11
  290. package/fesm2022/cax-design-system-organizationchart.mjs.map +1 -1
  291. package/fesm2022/cax-design-system-overlay.mjs +8 -8
  292. package/fesm2022/cax-design-system-overlay.mjs.map +1 -1
  293. package/fesm2022/cax-design-system-overlaypanel.mjs +17 -11
  294. package/fesm2022/cax-design-system-overlaypanel.mjs.map +1 -1
  295. package/fesm2022/cax-design-system-paginator.mjs +8 -8
  296. package/fesm2022/cax-design-system-paginator.mjs.map +1 -1
  297. package/fesm2022/cax-design-system-panel.mjs +8 -8
  298. package/fesm2022/cax-design-system-panel.mjs.map +1 -1
  299. package/fesm2022/cax-design-system-panelmenu.mjs +19 -19
  300. package/fesm2022/cax-design-system-panelmenu.mjs.map +1 -1
  301. package/fesm2022/cax-design-system-password.mjs +14 -14
  302. package/fesm2022/cax-design-system-password.mjs.map +1 -1
  303. package/fesm2022/cax-design-system-picklist.mjs +8 -8
  304. package/fesm2022/cax-design-system-picklist.mjs.map +1 -1
  305. package/fesm2022/cax-design-system-productcard.mjs +90 -0
  306. package/fesm2022/cax-design-system-productcard.mjs.map +1 -0
  307. package/fesm2022/cax-design-system-progressbar.mjs +31 -9
  308. package/fesm2022/cax-design-system-progressbar.mjs.map +1 -1
  309. package/fesm2022/cax-design-system-progressspinner.mjs +17 -15
  310. package/fesm2022/cax-design-system-progressspinner.mjs.map +1 -1
  311. package/fesm2022/cax-design-system-radiobutton.mjs +27 -15
  312. package/fesm2022/cax-design-system-radiobutton.mjs.map +1 -1
  313. package/fesm2022/cax-design-system-rating.mjs +8 -8
  314. package/fesm2022/cax-design-system-rating.mjs.map +1 -1
  315. package/fesm2022/cax-design-system-ripple.mjs +7 -7
  316. package/fesm2022/cax-design-system-ripple.mjs.map +1 -1
  317. package/fesm2022/cax-design-system-scroller.mjs +8 -8
  318. package/fesm2022/cax-design-system-scroller.mjs.map +1 -1
  319. package/fesm2022/cax-design-system-scrollpanel.mjs +7 -7
  320. package/fesm2022/cax-design-system-scrollpanel.mjs.map +1 -1
  321. package/fesm2022/cax-design-system-scrolltop.mjs +8 -8
  322. package/fesm2022/cax-design-system-scrolltop.mjs.map +1 -1
  323. package/fesm2022/cax-design-system-selectbutton.mjs +79 -9
  324. package/fesm2022/cax-design-system-selectbutton.mjs.map +1 -1
  325. package/fesm2022/cax-design-system-sidebar.mjs +10 -10
  326. package/fesm2022/cax-design-system-sidebar.mjs.map +1 -1
  327. package/fesm2022/cax-design-system-skeleton.mjs +11 -10
  328. package/fesm2022/cax-design-system-skeleton.mjs.map +1 -1
  329. package/fesm2022/cax-design-system-slidemenu.mjs +13 -13
  330. package/fesm2022/cax-design-system-slidemenu.mjs.map +1 -1
  331. package/fesm2022/cax-design-system-slider.mjs +14 -199
  332. package/fesm2022/cax-design-system-slider.mjs.map +1 -1
  333. package/fesm2022/cax-design-system-speeddial.mjs +17 -10
  334. package/fesm2022/cax-design-system-speeddial.mjs.map +1 -1
  335. package/fesm2022/cax-design-system-spinner.mjs +7 -7
  336. package/fesm2022/cax-design-system-spinner.mjs.map +1 -1
  337. package/fesm2022/cax-design-system-splitbutton.mjs +11 -14
  338. package/fesm2022/cax-design-system-splitbutton.mjs.map +1 -1
  339. package/fesm2022/cax-design-system-splitter.mjs +8 -8
  340. package/fesm2022/cax-design-system-splitter.mjs.map +1 -1
  341. package/fesm2022/cax-design-system-stepper.mjs +20 -20
  342. package/fesm2022/cax-design-system-stepper.mjs.map +1 -1
  343. package/fesm2022/cax-design-system-steps.mjs +30 -11
  344. package/fesm2022/cax-design-system-steps.mjs.map +1 -1
  345. package/fesm2022/cax-design-system-styleclass.mjs +7 -7
  346. package/fesm2022/cax-design-system-styleclass.mjs.map +1 -1
  347. package/fesm2022/cax-design-system-subscriptioncard.mjs +97 -0
  348. package/fesm2022/cax-design-system-subscriptioncard.mjs.map +1 -0
  349. package/fesm2022/cax-design-system-table-paginator.mjs +128 -0
  350. package/fesm2022/cax-design-system-table-paginator.mjs.map +1 -0
  351. package/fesm2022/cax-design-system-table.mjs +284 -400
  352. package/fesm2022/cax-design-system-table.mjs.map +1 -1
  353. package/fesm2022/cax-design-system-tableconfiguration.mjs +19 -10
  354. package/fesm2022/cax-design-system-tableconfiguration.mjs.map +1 -1
  355. package/fesm2022/cax-design-system-tabmenu.mjs +8 -8
  356. package/fesm2022/cax-design-system-tabmenu.mjs.map +1 -1
  357. package/fesm2022/cax-design-system-tabview.mjs +168 -95
  358. package/fesm2022/cax-design-system-tabview.mjs.map +1 -1
  359. package/fesm2022/cax-design-system-tag.mjs +71 -15
  360. package/fesm2022/cax-design-system-tag.mjs.map +1 -1
  361. package/fesm2022/cax-design-system-terminal.mjs +14 -14
  362. package/fesm2022/cax-design-system-terminal.mjs.map +1 -1
  363. package/fesm2022/cax-design-system-tieredmenu.mjs +26 -19
  364. package/fesm2022/cax-design-system-tieredmenu.mjs.map +1 -1
  365. package/fesm2022/cax-design-system-timeline.mjs +8 -8
  366. package/fesm2022/cax-design-system-timeline.mjs.map +1 -1
  367. package/fesm2022/cax-design-system-toast.mjs +13 -25
  368. package/fesm2022/cax-design-system-toast.mjs.map +1 -1
  369. package/fesm2022/cax-design-system-togglebutton.mjs +9 -9
  370. package/fesm2022/cax-design-system-togglebutton.mjs.map +1 -1
  371. package/fesm2022/cax-design-system-toggleswitch.mjs +26 -8
  372. package/fesm2022/cax-design-system-toggleswitch.mjs.map +1 -1
  373. package/fesm2022/cax-design-system-toolbar.mjs +7 -7
  374. package/fesm2022/cax-design-system-toolbar.mjs.map +1 -1
  375. package/fesm2022/cax-design-system-tooltip.mjs +40 -20
  376. package/fesm2022/cax-design-system-tooltip.mjs.map +1 -1
  377. package/fesm2022/cax-design-system-tree.mjs +12 -12
  378. package/fesm2022/cax-design-system-tree.mjs.map +1 -1
  379. package/fesm2022/cax-design-system-treeselect.mjs +8 -8
  380. package/fesm2022/cax-design-system-treeselect.mjs.map +1 -1
  381. package/fesm2022/cax-design-system-treetable.mjs +55 -55
  382. package/fesm2022/cax-design-system-treetable.mjs.map +1 -1
  383. package/fesm2022/cax-design-system-tristatecheckbox.mjs +8 -8
  384. package/fesm2022/cax-design-system-tristatecheckbox.mjs.map +1 -1
  385. package/fesm2022/cax-design-system-upload.mjs +209 -96
  386. package/fesm2022/cax-design-system-upload.mjs.map +1 -1
  387. package/fesm2022/cax-design-system-utils.mjs.map +1 -1
  388. package/fesm2022/cax-design-system-virtualscroller.mjs +7 -7
  389. package/fesm2022/cax-design-system-virtualscroller.mjs.map +1 -1
  390. package/fieldset/index.d.ts +140 -3
  391. package/fileupload/index.d.ts +606 -3
  392. package/floatlabel/index.d.ts +19 -3
  393. package/focustrap/index.d.ts +35 -3
  394. package/fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf +0 -0
  395. package/fonts/Inter/Inter-VariableFont_opsz,wght.ttf +0 -0
  396. package/fonts/Inter/OFL.txt +93 -0
  397. package/fonts/Inter/README.txt +118 -0
  398. package/fonts/Inter/static/Inter_18pt-Black.ttf +0 -0
  399. package/fonts/Inter/static/Inter_18pt-BlackItalic.ttf +0 -0
  400. package/fonts/Inter/static/Inter_18pt-Bold.ttf +0 -0
  401. package/fonts/Inter/static/Inter_18pt-BoldItalic.ttf +0 -0
  402. package/fonts/Inter/static/Inter_18pt-ExtraBold.ttf +0 -0
  403. package/fonts/Inter/static/Inter_18pt-ExtraBoldItalic.ttf +0 -0
  404. package/fonts/Inter/static/Inter_18pt-ExtraLight.ttf +0 -0
  405. package/fonts/Inter/static/Inter_18pt-ExtraLightItalic.ttf +0 -0
  406. package/fonts/Inter/static/Inter_18pt-Italic.ttf +0 -0
  407. package/fonts/Inter/static/Inter_18pt-Light.ttf +0 -0
  408. package/fonts/Inter/static/Inter_18pt-LightItalic.ttf +0 -0
  409. package/fonts/Inter/static/Inter_18pt-Medium.ttf +0 -0
  410. package/fonts/Inter/static/Inter_18pt-MediumItalic.ttf +0 -0
  411. package/fonts/Inter/static/Inter_18pt-Regular.ttf +0 -0
  412. package/fonts/Inter/static/Inter_18pt-SemiBold.ttf +0 -0
  413. package/fonts/Inter/static/Inter_18pt-SemiBoldItalic.ttf +0 -0
  414. package/fonts/Inter/static/Inter_18pt-Thin.ttf +0 -0
  415. package/fonts/Inter/static/Inter_18pt-ThinItalic.ttf +0 -0
  416. package/fonts/Inter/static/Inter_24pt-Black.ttf +0 -0
  417. package/fonts/Inter/static/Inter_24pt-BlackItalic.ttf +0 -0
  418. package/fonts/Inter/static/Inter_24pt-Bold.ttf +0 -0
  419. package/fonts/Inter/static/Inter_24pt-BoldItalic.ttf +0 -0
  420. package/fonts/Inter/static/Inter_24pt-ExtraBold.ttf +0 -0
  421. package/fonts/Inter/static/Inter_24pt-ExtraBoldItalic.ttf +0 -0
  422. package/fonts/Inter/static/Inter_24pt-ExtraLight.ttf +0 -0
  423. package/fonts/Inter/static/Inter_24pt-ExtraLightItalic.ttf +0 -0
  424. package/fonts/Inter/static/Inter_24pt-Italic.ttf +0 -0
  425. package/fonts/Inter/static/Inter_24pt-Light.ttf +0 -0
  426. package/fonts/Inter/static/Inter_24pt-LightItalic.ttf +0 -0
  427. package/fonts/Inter/static/Inter_24pt-Medium.ttf +0 -0
  428. package/fonts/Inter/static/Inter_24pt-MediumItalic.ttf +0 -0
  429. package/fonts/Inter/static/Inter_24pt-Regular.ttf +0 -0
  430. package/fonts/Inter/static/Inter_24pt-SemiBold.ttf +0 -0
  431. package/fonts/Inter/static/Inter_24pt-SemiBoldItalic.ttf +0 -0
  432. package/fonts/Inter/static/Inter_24pt-Thin.ttf +0 -0
  433. package/fonts/Inter/static/Inter_24pt-ThinItalic.ttf +0 -0
  434. package/fonts/Inter/static/Inter_28pt-Black.ttf +0 -0
  435. package/fonts/Inter/static/Inter_28pt-BlackItalic.ttf +0 -0
  436. package/fonts/Inter/static/Inter_28pt-Bold.ttf +0 -0
  437. package/fonts/Inter/static/Inter_28pt-BoldItalic.ttf +0 -0
  438. package/fonts/Inter/static/Inter_28pt-ExtraBold.ttf +0 -0
  439. package/fonts/Inter/static/Inter_28pt-ExtraBoldItalic.ttf +0 -0
  440. package/fonts/Inter/static/Inter_28pt-ExtraLight.ttf +0 -0
  441. package/fonts/Inter/static/Inter_28pt-ExtraLightItalic.ttf +0 -0
  442. package/fonts/Inter/static/Inter_28pt-Italic.ttf +0 -0
  443. package/fonts/Inter/static/Inter_28pt-Light.ttf +0 -0
  444. package/fonts/Inter/static/Inter_28pt-LightItalic.ttf +0 -0
  445. package/fonts/Inter/static/Inter_28pt-Medium.ttf +0 -0
  446. package/fonts/Inter/static/Inter_28pt-MediumItalic.ttf +0 -0
  447. package/fonts/Inter/static/Inter_28pt-Regular.ttf +0 -0
  448. package/fonts/Inter/static/Inter_28pt-SemiBold.ttf +0 -0
  449. package/fonts/Inter/static/Inter_28pt-SemiBoldItalic.ttf +0 -0
  450. package/fonts/Inter/static/Inter_28pt-Thin.ttf +0 -0
  451. package/fonts/Inter/static/Inter_28pt-ThinItalic.ttf +0 -0
  452. package/galleria/index.d.ts +502 -3
  453. package/iconfield/index.d.ts +26 -3
  454. package/icons/angledoubledown/index.d.ts +9 -5
  455. package/icons/angledoubleleft/index.d.ts +9 -5
  456. package/icons/angledoubleright/index.d.ts +9 -5
  457. package/icons/angledoubleup/index.d.ts +9 -5
  458. package/icons/angledown/index.d.ts +9 -5
  459. package/icons/angleleft/index.d.ts +9 -5
  460. package/icons/angleright/index.d.ts +9 -5
  461. package/icons/angleup/index.d.ts +9 -5
  462. package/icons/arrowdown/index.d.ts +12 -5
  463. package/icons/arrowdownleft/index.d.ts +9 -5
  464. package/icons/arrowdownright/index.d.ts +9 -5
  465. package/icons/arrowleft/index.d.ts +11 -5
  466. package/icons/arrowright/index.d.ts +9 -5
  467. package/icons/arrowup/index.d.ts +11 -5
  468. package/icons/ban/index.d.ts +11 -5
  469. package/icons/bars/index.d.ts +9 -5
  470. package/icons/blank/index.d.ts +9 -5
  471. package/icons/calendar/index.d.ts +9 -5
  472. package/icons/caretleft/index.d.ts +9 -5
  473. package/icons/caretright/index.d.ts +9 -5
  474. package/icons/check/index.d.ts +9 -5
  475. package/icons/chevrondown/index.d.ts +9 -5
  476. package/icons/chevronleft/index.d.ts +9 -5
  477. package/icons/chevronright/index.d.ts +9 -5
  478. package/icons/chevronup/index.d.ts +9 -5
  479. package/icons/exclamationtriangle/index.d.ts +12 -5
  480. package/icons/eye/index.d.ts +9 -5
  481. package/icons/eyeslash/index.d.ts +11 -5
  482. package/icons/filter/index.d.ts +11 -5
  483. package/icons/filterslash/index.d.ts +11 -5
  484. package/icons/home/index.d.ts +11 -5
  485. package/icons/infocircle/index.d.ts +11 -5
  486. package/icons/minus/index.d.ts +9 -5
  487. package/icons/pencil/index.d.ts +11 -5
  488. package/icons/plus/index.d.ts +11 -5
  489. package/icons/refresh/index.d.ts +11 -5
  490. package/icons/search/index.d.ts +11 -5
  491. package/icons/searchminus/index.d.ts +11 -5
  492. package/icons/searchplus/index.d.ts +11 -5
  493. package/icons/sortalt/index.d.ts +11 -5
  494. package/icons/sortamountdown/index.d.ts +11 -5
  495. package/icons/sortamountupalt/index.d.ts +11 -5
  496. package/icons/spinner/index.d.ts +11 -5
  497. package/icons/star/index.d.ts +11 -5
  498. package/icons/starfill/index.d.ts +11 -5
  499. package/icons/thlarge/index.d.ts +11 -5
  500. package/icons/times/index.d.ts +9 -5
  501. package/icons/timescircle/index.d.ts +11 -5
  502. package/icons/trash/index.d.ts +11 -5
  503. package/icons/undo/index.d.ts +11 -5
  504. package/icons/upload/index.d.ts +11 -5
  505. package/icons/windowmaximize/index.d.ts +11 -5
  506. package/icons/windowminimize/index.d.ts +11 -5
  507. package/image/index.d.ts +228 -3
  508. package/index.d.ts +2 -5
  509. package/inplace/index.d.ts +130 -3
  510. package/{chips/chips.d.ts → inputchips/index.d.ts} +101 -9
  511. package/inputgroup/index.d.ts +79 -3
  512. package/inputgroupaddon/index.d.ts +35 -3
  513. package/inputicon/index.d.ts +22 -3
  514. package/inputmask/index.d.ts +310 -3
  515. package/inputnumber/index.d.ts +469 -3
  516. package/inputotp/index.d.ts +189 -3
  517. package/inputswitch/index.d.ts +123 -3
  518. package/inputtext/index.d.ts +79 -5
  519. package/inputtextarea/index.d.ts +130 -3
  520. package/keyfilter/index.d.ts +65 -3
  521. package/knob/index.d.ts +179 -3
  522. package/listbox/index.d.ts +631 -3
  523. package/logo/index.d.ts +20 -5
  524. package/logocard/index.d.ts +15 -0
  525. package/megamenu/index.d.ts +230 -3
  526. package/menu/index.d.ts +222 -3
  527. package/menubar/index.d.ts +290 -3
  528. package/message/index.d.ts +53 -3
  529. package/messages/index.d.ts +129 -3
  530. package/metergroup/index.d.ts +224 -3
  531. package/multiselect/index.d.ts +1000 -3
  532. package/navigation/index.d.ts +110 -5
  533. package/orderlist/index.d.ts +381 -3
  534. package/organizationchart/index.d.ts +192 -3
  535. package/overlay/index.d.ts +246 -3
  536. package/overlaypanel/index.d.ts +175 -3
  537. package/package.json +255 -235
  538. package/paginator/index.d.ts +249 -3
  539. package/panel/index.d.ts +185 -3
  540. package/panelmenu/index.d.ts +249 -3
  541. package/password/index.d.ts +342 -3
  542. package/picklist/index.d.ts +696 -3
  543. package/productcard/index.d.ts +28 -0
  544. package/progressbar/index.d.ts +76 -3
  545. package/progressspinner/index.d.ts +58 -3
  546. package/radiobutton/index.d.ts +174 -3
  547. package/rating/index.d.ts +181 -3
  548. package/resources/cax.min.scss +6351 -1
  549. package/resources/cax.scss +11281 -12539
  550. package/resources/components/accordion/accordion.scss +0 -46
  551. package/resources/components/autocomplete/autocomplete.scss +249 -184
  552. package/resources/components/avatar/avatar.scss +30 -34
  553. package/resources/components/avatargroup/avatargroup.scss +10 -10
  554. package/resources/components/badge/badge.scss +68 -67
  555. package/resources/components/blockui/blockui.css +26 -26
  556. package/resources/components/breadcrumb/breadcrumb.scss +36 -33
  557. package/resources/components/button/button.scss +160 -163
  558. package/resources/components/calendar/calendar.scss +368 -231
  559. package/resources/components/card/card.scss +9 -50
  560. package/resources/components/carousel/carousel.css +71 -71
  561. package/resources/components/cascadeselect/cascadeselect.scss +104 -105
  562. package/resources/components/categorycard/categorycard.scss +46 -0
  563. package/resources/components/checkbox/checkbox.scss +30 -30
  564. package/resources/components/chip/chip.scss +6 -6
  565. package/resources/components/colorpicker/colorpicker-images.scss +7 -7
  566. package/resources/components/colorpicker/colorpicker.scss +82 -82
  567. package/resources/components/commentbox/commentbox.scss +621 -611
  568. package/resources/components/comments/comments.scss +0 -0
  569. package/resources/components/common/common.scss +183 -183
  570. package/resources/components/comparecard/comparecard.component.scss +50 -0
  571. package/resources/components/confirmpopup/confirmpopup.css +53 -53
  572. package/resources/components/contextmenu/contextmenu.css +42 -42
  573. package/resources/components/dataview/dataview.css +13 -13
  574. package/resources/components/dialog/dialog.scss +193 -171
  575. package/resources/components/divider/divider.scss +0 -86
  576. package/resources/components/dock/dock.css +107 -107
  577. package/resources/components/dropdown/dropdown.scss +93 -94
  578. package/resources/components/editor/editor.scss +97 -4
  579. package/resources/components/fieldset/fieldset.css +30 -30
  580. package/resources/components/fileupload/fileupload.css +47 -47
  581. package/resources/components/galleria/galleria.css +281 -281
  582. package/resources/components/iconfield/iconfield.css +5 -5
  583. package/resources/components/image/image.scss +97 -92
  584. package/resources/components/inplace/inplace.css +19 -19
  585. package/resources/components/{chips/chips.scss → inputchips/inputchips.scss} +181 -205
  586. package/resources/components/inputicon/inputicon.css +6 -6
  587. package/resources/components/inputmask/inputmask.scss +48 -12
  588. package/resources/components/inputnumber/inputnumber.scss +109 -109
  589. package/resources/components/inputotp/inputotp.css +2 -2
  590. package/resources/components/inputswitch/inputswitch.css +23 -23
  591. package/resources/components/inputtext/inputtext.scss +138 -145
  592. package/resources/components/inputtextarea/inputtextarea.scss +15 -10
  593. package/resources/components/knob/knob.css +20 -20
  594. package/resources/components/listbox/listbox.scss +49 -0
  595. package/resources/components/logocard/logocard.scss +6 -0
  596. package/resources/components/megamenu/megamenu.css +108 -108
  597. package/resources/components/menu/menu.scss +31 -31
  598. package/resources/components/menubar/menubar.css +81 -81
  599. package/resources/components/message/message.css +17 -17
  600. package/resources/components/messages/messages.scss +53 -55
  601. package/resources/components/multiselect/multiselect.scss +132 -132
  602. package/resources/components/navigation/navigation.scss +236 -197
  603. package/resources/components/orderlist/orderlist.css +78 -78
  604. package/resources/components/organizationchart/organizationchart.css +62 -62
  605. package/resources/components/overlay/overlay.scss +80 -80
  606. package/resources/components/overlaypanel/overlaypanel.scss +84 -66
  607. package/resources/components/paginator/paginator.scss +41 -41
  608. package/resources/components/panel/panel.css +29 -29
  609. package/resources/components/panelmenu/panelmenu.css +45 -45
  610. package/resources/components/password/password.css +54 -54
  611. package/resources/components/picklist/picklist.css +60 -60
  612. package/resources/components/productcard/productcard.scss +95 -0
  613. package/resources/components/progressbar/progressbar.scss +107 -107
  614. package/resources/components/progressspinner/progressspinner.scss +0 -94
  615. package/resources/components/radiobutton/radiobutton.scss +34 -34
  616. package/resources/components/rating/rating.css +15 -15
  617. package/resources/components/ripple/ripple.scss +29 -29
  618. package/resources/components/scroller/scroller.scss +58 -58
  619. package/resources/components/scrollpanel/scrollpanel.css +50 -50
  620. package/resources/components/scrolltop/scrolltop.css +18 -18
  621. package/resources/components/sidebar/sidebar.scss +117 -117
  622. package/resources/components/skeleton/skeleton.scss +24 -25
  623. package/resources/components/slidemenu/slidemenu.css +100 -100
  624. package/resources/components/slider/{slider.css → slider.scss} +41 -41
  625. package/resources/components/speeddial/speeddial.scss +131 -122
  626. package/resources/components/spinner/spinner.css +63 -63
  627. package/resources/components/splitbutton/splitbutton.scss +57 -53
  628. package/resources/components/splitter/splitter.scss +73 -73
  629. package/resources/components/stepper/stepper.css +9 -9
  630. package/resources/components/steps/steps.scss +49 -50
  631. package/resources/components/subscriptioncard/subscriptioncard.component.scss +65 -0
  632. package/resources/components/table/table.scss +511 -458
  633. package/resources/components/table-paginator/table-paginator.component.scss +72 -0
  634. package/resources/components/tableconfiguration/tableconfiguration.scss +3 -125
  635. package/resources/components/tabmenu/tabmenu.css +80 -80
  636. package/resources/components/tabview/tabview.scss +206 -198
  637. package/resources/components/tag/tag.scss +7 -23
  638. package/resources/components/terminal/terminal.css +24 -24
  639. package/resources/components/tieredmenu/tieredmenu.scss +55 -55
  640. package/resources/components/timeline/timeline.scss +128 -128
  641. package/resources/components/toast/toast.scss +78 -87
  642. package/resources/components/toggleswitch/toggleswitch.scss +45 -36
  643. package/resources/components/toolbar/toolbar.css +19 -19
  644. package/resources/components/tooltip/tooltip.scss +124 -124
  645. package/resources/components/tree/tree.scss +154 -154
  646. package/resources/components/treeselect/treeselect.scss +114 -114
  647. package/resources/components/treetable/treetable.css +205 -205
  648. package/resources/components/upload/upload.component.scss +84 -145
  649. package/resources/fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf +0 -0
  650. package/resources/fonts/Inter/Inter-VariableFont_opsz,wght.ttf +0 -0
  651. package/resources/fonts/Inter/OFL.txt +93 -0
  652. package/resources/fonts/Inter/README.txt +118 -0
  653. package/resources/fonts/Inter/static/Inter_18pt-Black.ttf +0 -0
  654. package/resources/fonts/Inter/static/Inter_18pt-BlackItalic.ttf +0 -0
  655. package/resources/fonts/Inter/static/Inter_18pt-Bold.ttf +0 -0
  656. package/resources/fonts/Inter/static/Inter_18pt-BoldItalic.ttf +0 -0
  657. package/resources/fonts/Inter/static/Inter_18pt-ExtraBold.ttf +0 -0
  658. package/resources/fonts/Inter/static/Inter_18pt-ExtraBoldItalic.ttf +0 -0
  659. package/resources/fonts/Inter/static/Inter_18pt-ExtraLight.ttf +0 -0
  660. package/resources/fonts/Inter/static/Inter_18pt-ExtraLightItalic.ttf +0 -0
  661. package/resources/fonts/Inter/static/Inter_18pt-Italic.ttf +0 -0
  662. package/resources/fonts/Inter/static/Inter_18pt-Light.ttf +0 -0
  663. package/resources/fonts/Inter/static/Inter_18pt-LightItalic.ttf +0 -0
  664. package/resources/fonts/Inter/static/Inter_18pt-Medium.ttf +0 -0
  665. package/resources/fonts/Inter/static/Inter_18pt-MediumItalic.ttf +0 -0
  666. package/resources/fonts/Inter/static/Inter_18pt-Regular.ttf +0 -0
  667. package/resources/fonts/Inter/static/Inter_18pt-SemiBold.ttf +0 -0
  668. package/resources/fonts/Inter/static/Inter_18pt-SemiBoldItalic.ttf +0 -0
  669. package/resources/fonts/Inter/static/Inter_18pt-Thin.ttf +0 -0
  670. package/resources/fonts/Inter/static/Inter_18pt-ThinItalic.ttf +0 -0
  671. package/resources/fonts/Inter/static/Inter_24pt-Black.ttf +0 -0
  672. package/resources/fonts/Inter/static/Inter_24pt-BlackItalic.ttf +0 -0
  673. package/resources/fonts/Inter/static/Inter_24pt-Bold.ttf +0 -0
  674. package/resources/fonts/Inter/static/Inter_24pt-BoldItalic.ttf +0 -0
  675. package/resources/fonts/Inter/static/Inter_24pt-ExtraBold.ttf +0 -0
  676. package/resources/fonts/Inter/static/Inter_24pt-ExtraBoldItalic.ttf +0 -0
  677. package/resources/fonts/Inter/static/Inter_24pt-ExtraLight.ttf +0 -0
  678. package/resources/fonts/Inter/static/Inter_24pt-ExtraLightItalic.ttf +0 -0
  679. package/resources/fonts/Inter/static/Inter_24pt-Italic.ttf +0 -0
  680. package/resources/fonts/Inter/static/Inter_24pt-Light.ttf +0 -0
  681. package/resources/fonts/Inter/static/Inter_24pt-LightItalic.ttf +0 -0
  682. package/resources/fonts/Inter/static/Inter_24pt-Medium.ttf +0 -0
  683. package/resources/fonts/Inter/static/Inter_24pt-MediumItalic.ttf +0 -0
  684. package/resources/fonts/Inter/static/Inter_24pt-Regular.ttf +0 -0
  685. package/resources/fonts/Inter/static/Inter_24pt-SemiBold.ttf +0 -0
  686. package/resources/fonts/Inter/static/Inter_24pt-SemiBoldItalic.ttf +0 -0
  687. package/resources/fonts/Inter/static/Inter_24pt-Thin.ttf +0 -0
  688. package/resources/fonts/Inter/static/Inter_24pt-ThinItalic.ttf +0 -0
  689. package/resources/fonts/Inter/static/Inter_28pt-Black.ttf +0 -0
  690. package/resources/fonts/Inter/static/Inter_28pt-BlackItalic.ttf +0 -0
  691. package/resources/fonts/Inter/static/Inter_28pt-Bold.ttf +0 -0
  692. package/resources/fonts/Inter/static/Inter_28pt-BoldItalic.ttf +0 -0
  693. package/resources/fonts/Inter/static/Inter_28pt-ExtraBold.ttf +0 -0
  694. package/resources/fonts/Inter/static/Inter_28pt-ExtraBoldItalic.ttf +0 -0
  695. package/resources/fonts/Inter/static/Inter_28pt-ExtraLight.ttf +0 -0
  696. package/resources/fonts/Inter/static/Inter_28pt-ExtraLightItalic.ttf +0 -0
  697. package/resources/fonts/Inter/static/Inter_28pt-Italic.ttf +0 -0
  698. package/resources/fonts/Inter/static/Inter_28pt-Light.ttf +0 -0
  699. package/resources/fonts/Inter/static/Inter_28pt-LightItalic.ttf +0 -0
  700. package/resources/fonts/Inter/static/Inter_28pt-Medium.ttf +0 -0
  701. package/resources/fonts/Inter/static/Inter_28pt-MediumItalic.ttf +0 -0
  702. package/resources/fonts/Inter/static/Inter_28pt-Regular.ttf +0 -0
  703. package/resources/fonts/Inter/static/Inter_28pt-SemiBold.ttf +0 -0
  704. package/resources/fonts/Inter/static/Inter_28pt-SemiBoldItalic.ttf +0 -0
  705. package/resources/fonts/Inter/static/Inter_28pt-Thin.ttf +0 -0
  706. package/resources/fonts/Inter/static/Inter_28pt-ThinItalic.ttf +0 -0
  707. package/resources/logo/cax-intro-logo.svg +75 -0
  708. package/resources/logo/cax-sidebar-logo.svg +6 -0
  709. package/resources/logo/dataX-dark.svg +12 -12
  710. package/resources/logo/dataX-icon-dark.svg +5 -5
  711. package/resources/logo/dataX-icon.svg +5 -5
  712. package/resources/logo/dataX.svg +12 -12
  713. package/resources/styles/colors.scss +568 -397
  714. package/resources/styles/fonts.scss +15 -0
  715. package/resources/styles/transitions.scss +23 -0
  716. package/resources/styles/typography.scss +555 -116
  717. package/resources/styles/variables.scss +85 -0
  718. package/ripple/index.d.ts +37 -3
  719. package/scroller/index.d.ts +528 -3
  720. package/scrollpanel/index.d.ts +116 -3
  721. package/scrolltop/index.d.ts +117 -3
  722. package/selectbutton/index.d.ts +233 -3
  723. package/sidebar/index.d.ts +213 -3
  724. package/skeleton/index.d.ts +69 -3
  725. package/slidemenu/index.d.ts +339 -3
  726. package/slider/index.d.ts +215 -3
  727. package/speeddial/index.d.ts +324 -3
  728. package/spinner/index.d.ts +93 -5
  729. package/splitbutton/index.d.ts +264 -3
  730. package/splitter/index.d.ts +201 -3
  731. package/stepper/index.d.ts +145 -3
  732. package/steps/index.d.ts +95 -3
  733. package/styleclass/index.d.ts +109 -3
  734. package/subscriptioncard/index.d.ts +46 -0
  735. package/table/index.d.ts +2530 -3
  736. package/table-paginator/index.d.ts +61 -0
  737. package/tableconfiguration/index.d.ts +27 -5
  738. package/tabmenu/index.d.ts +160 -3
  739. package/tabview/index.d.ts +360 -3
  740. package/tag/index.d.ts +120 -3
  741. package/terminal/index.d.ts +68 -3
  742. package/tieredmenu/index.d.ts +312 -3
  743. package/timeline/index.d.ts +100 -3
  744. package/toast/index.d.ts +194 -3
  745. package/togglebutton/index.d.ts +150 -3
  746. package/toggleswitch/index.d.ts +30 -5
  747. package/toolbar/index.d.ts +64 -3
  748. package/tooltip/index.d.ts +218 -3
  749. package/tree/index.d.ts +673 -3
  750. package/treeselect/index.d.ts +517 -3
  751. package/treetable/index.d.ts +1461 -3
  752. package/tristatecheckbox/index.d.ts +155 -3
  753. package/ts-helpers/index.d.ts +6 -5
  754. package/upload/index.d.ts +113 -5
  755. package/utils/index.d.ts +35 -5
  756. package/virtualscroller/index.d.ts +161 -3
  757. package/accordion/accordion.d.ts +0 -224
  758. package/accordion/accordion.interface.d.ts +0 -49
  759. package/accordion/accordion.module.d.ts +0 -13
  760. package/accordion/public_api.d.ts +0 -3
  761. package/animate/animate.d.ts +0 -40
  762. package/animate/public_api.d.ts +0 -1
  763. package/animateonscroll/animateonscroll.d.ts +0 -75
  764. package/animateonscroll/public_api.d.ts +0 -1
  765. package/api/blockableui.d.ts +0 -10
  766. package/api/caxconfig.d.ts +0 -24
  767. package/api/confirmaeventtype.d.ts +0 -8
  768. package/api/confirmation.d.ts +0 -96
  769. package/api/confirmationservice.d.ts +0 -30
  770. package/api/contextmenuservice.d.ts +0 -11
  771. package/api/filtermatchmode.d.ts +0 -22
  772. package/api/filtermetadata.d.ts +0 -18
  773. package/api/filteroperator.d.ts +0 -4
  774. package/api/filterservice.d.ts +0 -10
  775. package/api/lazyloadevent.d.ts +0 -47
  776. package/api/lazyloadmeta.d.ts +0 -19
  777. package/api/megamenuitem.d.ts +0 -130
  778. package/api/menuitem.d.ts +0 -176
  779. package/api/message.d.ts +0 -30
  780. package/api/messageservice.d.ts +0 -32
  781. package/api/overlayoptions.d.ts +0 -188
  782. package/api/overlayservice.d.ts +0 -9
  783. package/api/primeicons.d.ts +0 -313
  784. package/api/public_api.d.ts +0 -34
  785. package/api/scrolleroptions.d.ts +0 -116
  786. package/api/selectitem.d.ts +0 -12
  787. package/api/selectitemgroup.d.ts +0 -10
  788. package/api/shared.d.ts +0 -24
  789. package/api/sortevent.d.ts +0 -12
  790. package/api/sortmeta.d.ts +0 -8
  791. package/api/tablestate.d.ts +0 -60
  792. package/api/themegeneratorservice.d.ts +0 -12
  793. package/api/tooltipoptions.d.ts +0 -69
  794. package/api/translation.d.ts +0 -135
  795. package/api/translationkeys.d.ts +0 -50
  796. package/api/treedragdropservice.d.ts +0 -12
  797. package/api/treenode.d.ts +0 -91
  798. package/api/treenodedragevent.d.ts +0 -27
  799. package/api/treetablenode.d.ts +0 -36
  800. package/autocomplete/autocomplete.d.ts +0 -616
  801. package/autocomplete/autocomplete.interface.d.ts +0 -164
  802. package/autocomplete/autocomplete.module.d.ts +0 -20
  803. package/autocomplete/public_api.d.ts +0 -3
  804. package/autofocus/autofocus.d.ts +0 -28
  805. package/autofocus/public_api.d.ts +0 -1
  806. package/avatar/avatar.d.ts +0 -73
  807. package/avatar/avatar.module.d.ts +0 -7
  808. package/avatar/public_api.d.ts +0 -2
  809. package/avatargroup/avatargroup.d.ts +0 -21
  810. package/avatargroup/avatargroup.module.d.ts +0 -9
  811. package/avatargroup/public_api.d.ts +0 -2
  812. package/badge/badge.d.ts +0 -21
  813. package/badge/badge.directive.d.ts +0 -35
  814. package/badge/badge.module.d.ts +0 -10
  815. package/badge/public_api.d.ts +0 -3
  816. package/baseicon/baseicon.d.ts +0 -15
  817. package/baseicon/public_api.d.ts +0 -1
  818. package/blockui/blockui.d.ts +0 -64
  819. package/blockui/blockui.interface.d.ts +0 -11
  820. package/blockui/public_api.d.ts +0 -2
  821. package/breadcrumb/breadcrumb.d.ts +0 -55
  822. package/breadcrumb/breadcrumb.interface.d.ts +0 -38
  823. package/breadcrumb/breadcrumb.module.d.ts +0 -13
  824. package/breadcrumb/public_api.d.ts +0 -3
  825. package/button/button.d.ts +0 -85
  826. package/button/button.directive.d.ts +0 -49
  827. package/button/button.interface.d.ts +0 -30
  828. package/button/button.module.d.ts +0 -9
  829. package/button/public_api.d.ts +0 -4
  830. package/buttongroup/buttongroup.d.ts +0 -11
  831. package/buttongroup/public_api.d.ts +0 -1
  832. package/calendar/calendar.d.ts +0 -722
  833. package/calendar/calendar.interface.d.ts +0 -204
  834. package/calendar/calendar.module.d.ts +0 -9
  835. package/calendar/public_api.d.ts +0 -3
  836. package/card/card.d.ts +0 -53
  837. package/card/card.interface.d.ts +0 -27
  838. package/card/card.module.d.ts +0 -11
  839. package/card/public_api.d.ts +0 -3
  840. package/carousel/carousel.d.ts +0 -227
  841. package/carousel/carousel.interface.d.ts +0 -63
  842. package/carousel/public_api.d.ts +0 -2
  843. package/cascadeselect/cascadeselect.d.ts +0 -435
  844. package/cascadeselect/cascadeselect.interface.d.ts +0 -115
  845. package/cascadeselect/cascadeselect.module.d.ts +0 -15
  846. package/cascadeselect/public_api.d.ts +0 -3
  847. package/chart/chart.d.ts +0 -87
  848. package/chart/public_api.d.ts +0 -1
  849. package/checkbox/checkbox.d.ts +0 -168
  850. package/checkbox/checkbox.interface.d.ts +0 -26
  851. package/checkbox/checkbox.module.d.ts +0 -10
  852. package/checkbox/public_api.d.ts +0 -3
  853. package/chip/chip.d.ts +0 -38
  854. package/chip/chip.interface.d.ts +0 -15
  855. package/chip/chip.module.d.ts +0 -10
  856. package/chip/public_api.d.ts +0 -3
  857. package/chips/chips.interface.d.ts +0 -58
  858. package/chips/chips.module.d.ts +0 -14
  859. package/chips/index.d.ts +0 -5
  860. package/chips/public_api.d.ts +0 -3
  861. package/colorpicker/colorpicker.d.ts +0 -240
  862. package/colorpicker/colorpicker.interface.d.ts +0 -15
  863. package/colorpicker/colorpicker.module.d.ts +0 -9
  864. package/colorpicker/public_api.d.ts +0 -3
  865. package/commentbox/commentbox.d.ts +0 -120
  866. package/commentbox/commentbox.module.d.ts +0 -17
  867. package/commentbox/public_api.d.ts +0 -2
  868. package/confirmdialog/confirmdialog.d.ts +0 -281
  869. package/confirmdialog/confirmdialog.interface.d.ts +0 -39
  870. package/confirmdialog/confirmdialog.module.d.ts +0 -15
  871. package/confirmdialog/public_api.d.ts +0 -3
  872. package/confirmpopup/confirmpopup.d.ts +0 -119
  873. package/confirmpopup/confirmpopup.interface.d.ts +0 -27
  874. package/confirmpopup/public_api.d.ts +0 -2
  875. package/contextmenu/contextmenu.d.ts +0 -260
  876. package/contextmenu/public_api.d.ts +0 -1
  877. package/dataview/dataview.d.ts +0 -274
  878. package/dataview/dataview.interface.d.ts +0 -183
  879. package/dataview/public_api.d.ts +0 -2
  880. package/defer/defer.d.ts +0 -39
  881. package/defer/public_api.d.ts +0 -1
  882. package/dialog/dialog.d.ts +0 -364
  883. package/dialog/dialog.interface.d.ts +0 -31
  884. package/dialog/dialog.module.d.ts +0 -15
  885. package/dialog/public_api.d.ts +0 -3
  886. package/divider/divider.d.ts +0 -49
  887. package/divider/divider.module.d.ts +0 -7
  888. package/divider/public_api.d.ts +0 -2
  889. package/dock/dock.d.ts +0 -115
  890. package/dock/dock.interface.d.ts +0 -19
  891. package/dock/public_api.d.ts +0 -2
  892. package/dom/connectedoverlayscrollhandler.d.ts +0 -9
  893. package/dom/domhandler.d.ts +0 -95
  894. package/dom/public_api.d.ts +0 -2
  895. package/dragdrop/dragdrop.d.ts +0 -112
  896. package/dragdrop/dragdrop.module.d.ts +0 -8
  897. package/dragdrop/public_api.d.ts +0 -2
  898. package/dropdown/dropdown-item.d.ts +0 -30
  899. package/dropdown/dropdown.d.ts +0 -628
  900. package/dropdown/dropdown.interface.d.ts +0 -154
  901. package/dropdown/dropdown.module.d.ts +0 -11
  902. package/dropdown/public_api.d.ts +0 -4
  903. package/dynamicdialog/dialogservice.d.ts +0 -35
  904. package/dynamicdialog/dynamicdialog-config.d.ts +0 -221
  905. package/dynamicdialog/dynamicdialog-injector.d.ts +0 -7
  906. package/dynamicdialog/dynamicdialog-ref.d.ts +0 -101
  907. package/dynamicdialog/dynamicdialog.d.ts +0 -124
  908. package/dynamicdialog/dynamicdialogcontent.d.ts +0 -8
  909. package/dynamicdialog/public_api.d.ts +0 -6
  910. package/editor/editor.d.ts +0 -104
  911. package/editor/editor.interface.d.ts +0 -64
  912. package/editor/editor.module.d.ts +0 -9
  913. package/editor/public_api.d.ts +0 -3
  914. package/fesm2022/cax-design-system-chips.mjs.map +0 -1
  915. package/fieldset/fieldset.d.ts +0 -93
  916. package/fieldset/fieldset.interface.d.ts +0 -46
  917. package/fieldset/public_api.d.ts +0 -2
  918. package/fileupload/fileupload.d.ts +0 -380
  919. package/fileupload/fileupload.interface.d.ts +0 -226
  920. package/fileupload/public_api.d.ts +0 -2
  921. package/floatlabel/floatlabel.d.ts +0 -9
  922. package/floatlabel/floatlabel.module.d.ts +0 -10
  923. package/floatlabel/public_api.d.ts +0 -2
  924. package/focustrap/focustrap.d.ts +0 -34
  925. package/focustrap/public_api.d.ts +0 -1
  926. package/galleria/galleria.d.ts +0 -404
  927. package/galleria/galleria.interface.d.ts +0 -97
  928. package/galleria/public_api.d.ts +0 -2
  929. package/iconfield/iconfield.d.ts +0 -25
  930. package/iconfield/public_api.d.ts +0 -1
  931. package/icons/angledoubledown/angledoubledown.d.ts +0 -6
  932. package/icons/angledoubledown/public_api.d.ts +0 -1
  933. package/icons/angledoubleleft/angledoubleleft.d.ts +0 -6
  934. package/icons/angledoubleleft/public_api.d.ts +0 -1
  935. package/icons/angledoubleright/angledoubleright.d.ts +0 -6
  936. package/icons/angledoubleright/public_api.d.ts +0 -1
  937. package/icons/angledoubleup/angledoubleup.d.ts +0 -6
  938. package/icons/angledoubleup/public_api.d.ts +0 -1
  939. package/icons/angledown/angledown.d.ts +0 -6
  940. package/icons/angledown/public_api.d.ts +0 -1
  941. package/icons/angleleft/angleleft.d.ts +0 -6
  942. package/icons/angleleft/public_api.d.ts +0 -1
  943. package/icons/angleright/angleright.d.ts +0 -6
  944. package/icons/angleright/public_api.d.ts +0 -1
  945. package/icons/angleup/angleup.d.ts +0 -6
  946. package/icons/angleup/public_api.d.ts +0 -1
  947. package/icons/arrowdown/arrowdown.d.ts +0 -9
  948. package/icons/arrowdown/public_api.d.ts +0 -1
  949. package/icons/arrowdownleft/arrowdownleft.d.ts +0 -6
  950. package/icons/arrowdownleft/public_api.d.ts +0 -1
  951. package/icons/arrowdownright/arrowdownright.d.ts +0 -6
  952. package/icons/arrowdownright/public_api.d.ts +0 -1
  953. package/icons/arrowleft/arrowleft.d.ts +0 -8
  954. package/icons/arrowleft/public_api.d.ts +0 -1
  955. package/icons/arrowright/arrowright.d.ts +0 -6
  956. package/icons/arrowright/public_api.d.ts +0 -1
  957. package/icons/arrowup/arrowup.d.ts +0 -8
  958. package/icons/arrowup/public_api.d.ts +0 -1
  959. package/icons/ban/ban.d.ts +0 -8
  960. package/icons/ban/public_api.d.ts +0 -1
  961. package/icons/bars/bars.d.ts +0 -6
  962. package/icons/bars/public_api.d.ts +0 -1
  963. package/icons/blank/blank.d.ts +0 -6
  964. package/icons/blank/public_api.d.ts +0 -1
  965. package/icons/calendar/calendar.d.ts +0 -6
  966. package/icons/calendar/public_api.d.ts +0 -1
  967. package/icons/caretleft/caretleft.d.ts +0 -6
  968. package/icons/caretleft/public_api.d.ts +0 -1
  969. package/icons/caretright/caretright.d.ts +0 -6
  970. package/icons/caretright/public_api.d.ts +0 -1
  971. package/icons/check/check.d.ts +0 -6
  972. package/icons/check/public_api.d.ts +0 -1
  973. package/icons/chevrondown/chevrondown.d.ts +0 -6
  974. package/icons/chevrondown/public_api.d.ts +0 -1
  975. package/icons/chevronleft/chevronleft.d.ts +0 -6
  976. package/icons/chevronleft/public_api.d.ts +0 -1
  977. package/icons/chevronright/chevronright.d.ts +0 -6
  978. package/icons/chevronright/public_api.d.ts +0 -1
  979. package/icons/chevronup/chevronup.d.ts +0 -6
  980. package/icons/chevronup/public_api.d.ts +0 -1
  981. package/icons/exclamationtriangle/exclamationtriangle.d.ts +0 -9
  982. package/icons/exclamationtriangle/public_api.d.ts +0 -1
  983. package/icons/eye/eye.d.ts +0 -6
  984. package/icons/eye/public_api.d.ts +0 -1
  985. package/icons/eyeslash/eyeslash.d.ts +0 -8
  986. package/icons/eyeslash/public_api.d.ts +0 -1
  987. package/icons/filter/filter.d.ts +0 -8
  988. package/icons/filter/public_api.d.ts +0 -1
  989. package/icons/filterslash/filterslash.d.ts +0 -8
  990. package/icons/filterslash/public_api.d.ts +0 -1
  991. package/icons/home/home.d.ts +0 -8
  992. package/icons/home/public_api.d.ts +0 -1
  993. package/icons/infocircle/infocircle.d.ts +0 -8
  994. package/icons/infocircle/public_api.d.ts +0 -1
  995. package/icons/minus/minus.d.ts +0 -6
  996. package/icons/minus/public_api.d.ts +0 -1
  997. package/icons/pencil/pencil.d.ts +0 -8
  998. package/icons/pencil/public_api.d.ts +0 -1
  999. package/icons/plus/plus.d.ts +0 -8
  1000. package/icons/plus/public_api.d.ts +0 -1
  1001. package/icons/refresh/public_api.d.ts +0 -1
  1002. package/icons/refresh/refresh.d.ts +0 -8
  1003. package/icons/search/public_api.d.ts +0 -1
  1004. package/icons/search/search.d.ts +0 -8
  1005. package/icons/searchminus/public_api.d.ts +0 -1
  1006. package/icons/searchminus/searchminus.d.ts +0 -8
  1007. package/icons/searchplus/public_api.d.ts +0 -1
  1008. package/icons/searchplus/searchplus.d.ts +0 -8
  1009. package/icons/sortalt/public_api.d.ts +0 -1
  1010. package/icons/sortalt/sortalt.d.ts +0 -8
  1011. package/icons/sortamountdown/public_api.d.ts +0 -1
  1012. package/icons/sortamountdown/sortamountdown.d.ts +0 -8
  1013. package/icons/sortamountupalt/public_api.d.ts +0 -1
  1014. package/icons/sortamountupalt/sortamountupalt.d.ts +0 -8
  1015. package/icons/spinner/public_api.d.ts +0 -1
  1016. package/icons/spinner/spinner.d.ts +0 -8
  1017. package/icons/star/public_api.d.ts +0 -1
  1018. package/icons/star/star.d.ts +0 -8
  1019. package/icons/starfill/public_api.d.ts +0 -1
  1020. package/icons/starfill/starfill.d.ts +0 -8
  1021. package/icons/thlarge/public_api.d.ts +0 -1
  1022. package/icons/thlarge/thlarge.d.ts +0 -8
  1023. package/icons/times/public_api.d.ts +0 -1
  1024. package/icons/times/times.d.ts +0 -6
  1025. package/icons/timescircle/public_api.d.ts +0 -1
  1026. package/icons/timescircle/timescircle.d.ts +0 -8
  1027. package/icons/trash/public_api.d.ts +0 -1
  1028. package/icons/trash/trash.d.ts +0 -8
  1029. package/icons/undo/public_api.d.ts +0 -1
  1030. package/icons/undo/undo.d.ts +0 -8
  1031. package/icons/upload/public_api.d.ts +0 -1
  1032. package/icons/upload/upload.d.ts +0 -8
  1033. package/icons/windowmaximize/public_api.d.ts +0 -1
  1034. package/icons/windowmaximize/windowmaximize.d.ts +0 -8
  1035. package/icons/windowminimize/public_api.d.ts +0 -1
  1036. package/icons/windowminimize/windowminimize.d.ts +0 -8
  1037. package/image/image.d.ts +0 -188
  1038. package/image/image.interface.d.ts +0 -31
  1039. package/image/image.module.d.ts +0 -8
  1040. package/image/public_api.d.ts +0 -3
  1041. package/inplace/inplace.d.ts +0 -109
  1042. package/inplace/inplace.interface.d.ts +0 -19
  1043. package/inplace/public_api.d.ts +0 -2
  1044. package/inputgroup/inputgroup.d.ts +0 -33
  1045. package/inputgroup/inputgroup.module.d.ts +0 -15
  1046. package/inputgroup/public_api.d.ts +0 -2
  1047. package/inputgroupaddon/inputgroupaddon.d.ts +0 -21
  1048. package/inputgroupaddon/inputgroupaddon.module.d.ts +0 -14
  1049. package/inputgroupaddon/public_api.d.ts +0 -2
  1050. package/inputicon/inputicon.d.ts +0 -21
  1051. package/inputicon/public_api.d.ts +0 -1
  1052. package/inputmask/inputmask.d.ts +0 -273
  1053. package/inputmask/inputmask.interface.d.ts +0 -19
  1054. package/inputmask/inputmask.module.d.ts +0 -12
  1055. package/inputmask/public_api.d.ts +0 -3
  1056. package/inputnumber/inputnumber.d.ts +0 -397
  1057. package/inputnumber/inputnumber.interface.d.ts +0 -38
  1058. package/inputnumber/inputnumber.module.d.ts +0 -8
  1059. package/inputnumber/public_api.d.ts +0 -3
  1060. package/inputotp/inputotp.d.ts +0 -123
  1061. package/inputotp/inputotp.interface.d.ts +0 -65
  1062. package/inputotp/public_api.d.ts +0 -2
  1063. package/inputswitch/inputswitch.d.ts +0 -106
  1064. package/inputswitch/inputswitch.interface.d.ts +0 -15
  1065. package/inputswitch/public_api.d.ts +0 -2
  1066. package/inputtext/inputtext.component.d.ts +0 -43
  1067. package/inputtext/inputtext.directive.d.ts +0 -25
  1068. package/inputtext/inputtext.module.d.ts +0 -10
  1069. package/inputtext/public_api.d.ts +0 -3
  1070. package/inputtextarea/inputtextarea.component.d.ts +0 -57
  1071. package/inputtextarea/inputtextarea.directive.d.ts +0 -47
  1072. package/inputtextarea/inputtextarea.module.d.ts +0 -10
  1073. package/inputtextarea/public_api.d.ts +0 -3
  1074. package/keyfilter/keyfilter.d.ts +0 -58
  1075. package/keyfilter/keyfilter.interface.d.ts +0 -5
  1076. package/keyfilter/public_api.d.ts +0 -2
  1077. package/knob/knob.d.ts +0 -178
  1078. package/knob/public_api.d.ts +0 -1
  1079. package/listbox/listbox.d.ts +0 -463
  1080. package/listbox/listbox.interface.d.ts +0 -156
  1081. package/listbox/public_api.d.ts +0 -2
  1082. package/logo/logo.d.ts +0 -11
  1083. package/logo/logo.module.d.ts +0 -7
  1084. package/logo/public_api.d.ts +0 -2
  1085. package/megamenu/megamenu.d.ts +0 -198
  1086. package/megamenu/megamenu.interface.d.ts +0 -31
  1087. package/megamenu/public_api.d.ts +0 -2
  1088. package/menu/menu.d.ts +0 -210
  1089. package/menu/menu.module.d.ts +0 -12
  1090. package/menu/public_api.d.ts +0 -2
  1091. package/menubar/menubar.d.ts +0 -248
  1092. package/menubar/menubar.interface.d.ts +0 -40
  1093. package/menubar/public_api.d.ts +0 -2
  1094. package/message/message.d.ts +0 -52
  1095. package/message/public_api.d.ts +0 -1
  1096. package/messages/messages.d.ts +0 -115
  1097. package/messages/messages.interface.d.ts +0 -18
  1098. package/messages/messages.module.d.ts +0 -8
  1099. package/messages/public_api.d.ts +0 -3
  1100. package/metergroup/metergroup.d.ts +0 -101
  1101. package/metergroup/metergroup.interface.d.ts +0 -122
  1102. package/metergroup/public_api.d.ts +0 -2
  1103. package/multiselect/multiselect.d.ts +0 -710
  1104. package/multiselect/multiselect.interface.d.ts +0 -247
  1105. package/multiselect/multiselect.module.d.ts +0 -20
  1106. package/multiselect/public_api.d.ts +0 -3
  1107. package/navigation/navigation.d.ts +0 -70
  1108. package/navigation/navigation.interface.d.ts +0 -26
  1109. package/navigation/navigation.module.d.ts +0 -7
  1110. package/navigation/public_api.d.ts +0 -2
  1111. package/orderlist/orderlist.d.ts +0 -270
  1112. package/orderlist/orderlist.interface.d.ts +0 -110
  1113. package/orderlist/public_api.d.ts +0 -2
  1114. package/organizationchart/organizationchart.d.ts +0 -132
  1115. package/organizationchart/organizationchart.interface.d.ts +0 -59
  1116. package/organizationchart/public_api.d.ts +0 -2
  1117. package/overlay/overlay.d.ts +0 -238
  1118. package/overlay/overlay.module.d.ts +0 -8
  1119. package/overlay/public_api.d.ts +0 -2
  1120. package/overlaypanel/overlaypanel.d.ts +0 -162
  1121. package/overlaypanel/overlaypanel.module.d.ts +0 -8
  1122. package/overlaypanel/public_api.d.ts +0 -2
  1123. package/paginator/paginator.d.ts +0 -195
  1124. package/paginator/paginator.interface.d.ts +0 -37
  1125. package/paginator/paginator.module.d.ts +0 -17
  1126. package/paginator/public_api.d.ts +0 -3
  1127. package/panel/panel.d.ts +0 -126
  1128. package/panel/panel.interface.d.ts +0 -58
  1129. package/panel/public_api.d.ts +0 -2
  1130. package/panelmenu/panelmenu.d.ts +0 -225
  1131. package/panelmenu/panelmenu.interface.d.ts +0 -23
  1132. package/panelmenu/public_api.d.ts +0 -2
  1133. package/password/password.d.ts +0 -342
  1134. package/password/public_api.d.ts +0 -1
  1135. package/picklist/picklist.d.ts +0 -453
  1136. package/picklist/picklist.interface.d.ts +0 -242
  1137. package/picklist/public_api.d.ts +0 -2
  1138. package/progressbar/progressbar.d.ts +0 -54
  1139. package/progressbar/progressbar.module.d.ts +0 -8
  1140. package/progressbar/public_api.d.ts +0 -2
  1141. package/progressspinner/progressspinner.d.ts +0 -50
  1142. package/progressspinner/progressspinner.module.d.ts +0 -8
  1143. package/progressspinner/public_api.d.ts +0 -2
  1144. package/public_api.d.ts +0 -2
  1145. package/radiobutton/public_api.d.ts +0 -3
  1146. package/radiobutton/radiobutton.d.ts +0 -150
  1147. package/radiobutton/radiobutton.interface.d.ts +0 -15
  1148. package/radiobutton/radiobutton.module.d.ts +0 -7
  1149. package/rating/public_api.d.ts +0 -2
  1150. package/rating/rating.d.ts +0 -146
  1151. package/rating/rating.interface.d.ts +0 -34
  1152. package/resources/components/listbox/listbox.css +0 -40
  1153. package/resources/styles/shadow-blur.scss +0 -22
  1154. package/resources/styles/space-radius-border.scss +0 -49
  1155. package/ripple/public_api.d.ts +0 -2
  1156. package/ripple/ripple.d.ts +0 -30
  1157. package/ripple/ripple.module.d.ts +0 -7
  1158. package/scroller/public_api.d.ts +0 -3
  1159. package/scroller/scroller.d.ts +0 -343
  1160. package/scroller/scroller.interface.d.ts +0 -177
  1161. package/scroller/scroller.module.d.ts +0 -8
  1162. package/scrollpanel/public_api.d.ts +0 -2
  1163. package/scrollpanel/scrollpanel.d.ts +0 -103
  1164. package/scrollpanel/scrollpanel.interface.d.ts +0 -11
  1165. package/scrolltop/public_api.d.ts +0 -2
  1166. package/scrolltop/scrolltop.d.ts +0 -97
  1167. package/scrolltop/scrolltop.interface.d.ts +0 -18
  1168. package/selectbutton/public_api.d.ts +0 -3
  1169. package/selectbutton/selectbutton.d.ts +0 -128
  1170. package/selectbutton/selectbutton.interface.d.ts +0 -45
  1171. package/selectbutton/selectbutton.module.d.ts +0 -11
  1172. package/sidebar/public_api.d.ts +0 -3
  1173. package/sidebar/sidebar.d.ts +0 -173
  1174. package/sidebar/sidebar.interface.d.ts +0 -27
  1175. package/sidebar/sidebar.module.d.ts +0 -12
  1176. package/skeleton/public_api.d.ts +0 -2
  1177. package/skeleton/skeleton.d.ts +0 -61
  1178. package/skeleton/skeleton.module.d.ts +0 -8
  1179. package/slidemenu/public_api.d.ts +0 -2
  1180. package/slidemenu/slidemenu.d.ts +0 -322
  1181. package/slidemenu/slidemenu.interface.d.ts +0 -15
  1182. package/slider/public_api.d.ts +0 -2
  1183. package/slider/slider.d.ts +0 -174
  1184. package/slider/slider.interface.d.ts +0 -38
  1185. package/speeddial/public_api.d.ts +0 -3
  1186. package/speeddial/speeddial.d.ts +0 -277
  1187. package/speeddial/speeddial.interface.d.ts +0 -28
  1188. package/speeddial/speeddial.module.d.ts +0 -14
  1189. package/spinner/public_api.d.ts +0 -1
  1190. package/spinner/spinner.d.ts +0 -90
  1191. package/splitbutton/public_api.d.ts +0 -3
  1192. package/splitbutton/splitbutton.d.ts +0 -222
  1193. package/splitbutton/splitbutton.interface.d.ts +0 -30
  1194. package/splitbutton/splitbutton.module.d.ts +0 -13
  1195. package/splitter/public_api.d.ts +0 -3
  1196. package/splitter/splitter.d.ts +0 -158
  1197. package/splitter/splitter.interface.d.ts +0 -34
  1198. package/splitter/splitter.module.d.ts +0 -9
  1199. package/stepper/public_api.d.ts +0 -2
  1200. package/stepper/stepper.d.ts +0 -117
  1201. package/stepper/stepper.interface.d.ts +0 -26
  1202. package/steps/public_api.d.ts +0 -2
  1203. package/steps/steps.d.ts +0 -77
  1204. package/steps/steps.module.d.ts +0 -10
  1205. package/styleclass/public_api.d.ts +0 -1
  1206. package/styleclass/styleclass.d.ts +0 -108
  1207. package/table/columnfilter.interface.d.ts +0 -247
  1208. package/table/components/cell-editor/cell-editor.d.ts +0 -20
  1209. package/table/components/column-filter/column-filter.d.ts +0 -291
  1210. package/table/components/column-filter-form-element/column-filter-form-element.d.ts +0 -37
  1211. package/table/components/sort-icon/sort-icon.d.ts +0 -22
  1212. package/table/components/table-body/table-body.d.ts +0 -36
  1213. package/table/components/table-checkbox/table-checkbox.d.ts +0 -32
  1214. package/table/components/table-header-checkbox/table-header-checkbox.d.ts +0 -29
  1215. package/table/components/table-radio-button/table-radio-button.d.ts +0 -29
  1216. package/table/directives/cancel-editable-row.directive.d.ts +0 -11
  1217. package/table/directives/cell-highlight.directive.d.ts +0 -14
  1218. package/table/directives/content-menu-row.directive.d.ts +0 -22
  1219. package/table/directives/dynamic-column-width.directive.d.ts +0 -12
  1220. package/table/directives/editable-column.directive.d.ts +0 -40
  1221. package/table/directives/editable-row.directive.d.ts +0 -12
  1222. package/table/directives/frozen-column.directive.d.ts +0 -16
  1223. package/table/directives/init-editable-row.directive.d.ts +0 -11
  1224. package/table/directives/reorderable-column.directive.d.ts +0 -32
  1225. package/table/directives/reorderable-row-handle.directive.d.ts +0 -9
  1226. package/table/directives/reorderable-row.directive.d.ts +0 -34
  1227. package/table/directives/resizable-column.directive.d.ts +0 -35
  1228. package/table/directives/row-group-header.directive.d.ts +0 -9
  1229. package/table/directives/row-toggler.directive.d.ts +0 -13
  1230. package/table/directives/save-editable-row.directive.d.ts +0 -11
  1231. package/table/directives/selectable-row-double-click.directive.d.ts +0 -22
  1232. package/table/directives/selectable-row.directive.d.ts +0 -37
  1233. package/table/directives/sortable-column.directive.d.ts +0 -24
  1234. package/table/public_api.d.ts +0 -30
  1235. package/table/table.d.ts +0 -871
  1236. package/table/table.interface.d.ts +0 -623
  1237. package/table/table.module.d.ts +0 -34
  1238. package/table/table.service.d.ts +0 -24
  1239. package/tableconfiguration/public_api.d.ts +0 -2
  1240. package/tableconfiguration/tableconfiguration.d.ts +0 -16
  1241. package/tableconfiguration/tableconfiguration.module.d.ts +0 -7
  1242. package/tabmenu/public_api.d.ts +0 -2
  1243. package/tabmenu/tabmenu.d.ts +0 -126
  1244. package/tabmenu/tabmenu.interface.d.ts +0 -32
  1245. package/tabview/public_api.d.ts +0 -3
  1246. package/tabview/tabview.d.ts +0 -293
  1247. package/tabview/tabview.interface.d.ts +0 -49
  1248. package/tabview/tabview.module.d.ts +0 -15
  1249. package/tag/public_api.d.ts +0 -3
  1250. package/tag/tag.d.ts +0 -61
  1251. package/tag/tag.interface.d.ts +0 -11
  1252. package/tag/tag.module.d.ts +0 -9
  1253. package/terminal/public_api.d.ts +0 -2
  1254. package/terminal/terminal.d.ts +0 -56
  1255. package/terminal/terminalservice.d.ts +0 -11
  1256. package/tieredmenu/public_api.d.ts +0 -3
  1257. package/tieredmenu/tieredmenu.d.ts +0 -266
  1258. package/tieredmenu/tieredmenu.interface.d.ts +0 -27
  1259. package/tieredmenu/tiredmenu.module.d.ts +0 -13
  1260. package/timeline/public_api.d.ts +0 -3
  1261. package/timeline/timeline.d.ts +0 -47
  1262. package/timeline/timeline.interface.d.ts +0 -43
  1263. package/timeline/timeline.module.d.ts +0 -9
  1264. package/toast/public_api.d.ts +0 -3
  1265. package/toast/toast.d.ts +0 -142
  1266. package/toast/toast.interface.d.ts +0 -52
  1267. package/toast/toast.module.d.ts +0 -9
  1268. package/toast/toastitem.d.ts +0 -37
  1269. package/togglebutton/public_api.d.ts +0 -2
  1270. package/togglebutton/togglebutton.d.ts +0 -115
  1271. package/togglebutton/togglebutton.interface.d.ts +0 -34
  1272. package/toggleswitch/public_api.d.ts +0 -2
  1273. package/toggleswitch/toggleswitch.d.ts +0 -14
  1274. package/toggleswitch/toggleswitch.module.d.ts +0 -9
  1275. package/toolbar/public_api.d.ts +0 -2
  1276. package/toolbar/toolbar.d.ts +0 -43
  1277. package/toolbar/toolbar.interface.d.ts +0 -19
  1278. package/tooltip/public_api.d.ts +0 -2
  1279. package/tooltip/tooltip.d.ts +0 -208
  1280. package/tooltip/tooltip.module.d.ts +0 -10
  1281. package/tree/public_api.d.ts +0 -3
  1282. package/tree/tree.d.ts +0 -461
  1283. package/tree/tree.interface.d.ts +0 -193
  1284. package/tree/tree.module.d.ts +0 -21
  1285. package/treeselect/public_api.d.ts +0 -3
  1286. package/treeselect/treeselect.d.ts +0 -394
  1287. package/treeselect/treeselect.interface.d.ts +0 -108
  1288. package/treeselect/treeselect.module.d.ts +0 -16
  1289. package/treetable/public_api.d.ts +0 -2
  1290. package/treetable/treetable.d.ts +0 -988
  1291. package/treetable/treetable.interface.d.ts +0 -472
  1292. package/tristatecheckbox/public_api.d.ts +0 -3
  1293. package/tristatecheckbox/tristatecheckbox.d.ts +0 -117
  1294. package/tristatecheckbox/tristatecheckbox.interface.d.ts +0 -30
  1295. package/tristatecheckbox/tristatecheckbox.module.d.ts +0 -8
  1296. package/ts-helpers/public_api.d.ts +0 -1
  1297. package/ts-helpers/ts-helpers.d.ts +0 -4
  1298. package/upload/public_api.d.ts +0 -2
  1299. package/upload/upload.component.d.ts +0 -67
  1300. package/upload/upload.component.module.d.ts +0 -11
  1301. package/utils/objectutils.d.ts +0 -24
  1302. package/utils/public_api.d.ts +0 -4
  1303. package/utils/uniquecomponentid.d.ts +0 -2
  1304. package/utils/zindexutils.d.ts +0 -7
  1305. package/virtualscroller/public_api.d.ts +0 -2
  1306. package/virtualscroller/virtualscroller.d.ts +0 -89
  1307. package/virtualscroller/virtualscroller.interface.d.ts +0 -72
@@ -4,7 +4,7 @@ import * as i0 from '@angular/core';
4
4
  import { EventEmitter, Output, Input, Component, ContentChildren, ViewEncapsulation, ChangeDetectionStrategy, NgModule } from '@angular/core';
5
5
  import { CaxTemplate, SharedModule } from 'cax-design-system/api';
6
6
  import { UniqueComponentId } from 'cax-design-system/utils';
7
- import { trigger, state, transition, style, animate } from '@angular/animations';
7
+ import { trigger, state, style, transition, animate } from '@angular/animations';
8
8
 
9
9
  class StepperHeader {
10
10
  id;
@@ -17,8 +17,8 @@ class StepperHeader {
17
17
  getStepProp;
18
18
  ariaControls;
19
19
  onClick = new EventEmitter();
20
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: StepperHeader, deps: [], target: i0.ɵɵFactoryTarget.Component });
21
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: StepperHeader, isStandalone: false, selector: "p-stepperHeader", inputs: { id: "id", template: "template", stepperPanel: "stepperPanel", index: "index", disabled: "disabled", active: "active", highlighted: "highlighted", getStepProp: "getStepProp", ariaControls: "ariaControls" }, outputs: { onClick: "onClick" }, host: { classAttribute: "cax-element" }, ngImport: i0, template: `
20
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StepperHeader, deps: [], target: i0.ɵɵFactoryTarget.Component });
21
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: StepperHeader, isStandalone: false, selector: "p-stepperHeader", inputs: { id: "id", template: "template", stepperPanel: "stepperPanel", index: "index", disabled: "disabled", active: "active", highlighted: "highlighted", getStepProp: "getStepProp", ariaControls: "ariaControls" }, outputs: { onClick: "onClick" }, host: { classAttribute: "cax-element" }, ngImport: i0, template: `
22
22
  <ng-container *ngIf="template; else buttonRef">
23
23
  <ng-container
24
24
  *ngTemplateOutlet="
@@ -44,7 +44,7 @@ class StepperHeader {
44
44
  </ng-template>
45
45
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
46
46
  }
47
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: StepperHeader, decorators: [{
47
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StepperHeader, decorators: [{
48
48
  type: Component,
49
49
  args: [{
50
50
  selector: 'p-stepperHeader',
@@ -106,8 +106,8 @@ class StepperSeparator {
106
106
  index;
107
107
  active;
108
108
  highlighted;
109
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: StepperSeparator, deps: [], target: i0.ɵɵFactoryTarget.Component });
110
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: StepperSeparator, isStandalone: false, selector: "p-stepperSeparator", inputs: { template: "template", separatorClass: "separatorClass", stepperPanel: "stepperPanel", index: "index", active: "active", highlighted: "highlighted" }, host: { classAttribute: "p-stepper-separator" }, ngImport: i0, template: `
109
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StepperSeparator, deps: [], target: i0.ɵɵFactoryTarget.Component });
110
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: StepperSeparator, isStandalone: false, selector: "p-stepperSeparator", inputs: { template: "template", separatorClass: "separatorClass", stepperPanel: "stepperPanel", index: "index", active: "active", highlighted: "highlighted" }, host: { classAttribute: "p-stepper-separator" }, ngImport: i0, template: `
111
111
  <ng-container *ngIf="template; else span">
112
112
  <ng-container *ngTemplateOutlet="template; context: { index: index, active: active, highlighted: highlighted, class: separatorClass }"></ng-container>
113
113
  </ng-container>
@@ -116,7 +116,7 @@ class StepperSeparator {
116
116
  </ng-template>
117
117
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
118
118
  }
119
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: StepperSeparator, decorators: [{
119
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StepperSeparator, decorators: [{
120
120
  type: Component,
121
121
  args: [{
122
122
  selector: 'p-stepperSeparator',
@@ -158,8 +158,8 @@ class StepperContent {
158
158
  onClick = new EventEmitter();
159
159
  prevCallback = new EventEmitter();
160
160
  nextCallback = new EventEmitter();
161
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: StepperContent, deps: [], target: i0.ɵɵFactoryTarget.Component });
162
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: StepperContent, isStandalone: false, selector: "p-stepperContent", inputs: { id: "id", orientation: "orientation", template: "template", ariaLabelledby: "ariaLabelledby", stepperPanel: "stepperPanel", index: "index", active: "active", highlighted: "highlighted" }, outputs: { onClick: "onClick", prevCallback: "prevCallback", nextCallback: "nextCallback" }, host: { properties: { "class.p-stepper-content": "true", "class.cax-element": "true", "class.p-toggleable-content": "orientation === 'vertical'" } }, ngImport: i0, template: ` <div [id]="id" role="tabpanel" data-pc-name="stepperpanel" [attr.data-pc-index]="index" [attr.data-p-active]="active" [attr.aria-labelledby]="ariaLabelledby">
161
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StepperContent, deps: [], target: i0.ɵɵFactoryTarget.Component });
162
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: StepperContent, isStandalone: false, selector: "p-stepperContent", inputs: { id: "id", orientation: "orientation", template: "template", ariaLabelledby: "ariaLabelledby", stepperPanel: "stepperPanel", index: "index", active: "active", highlighted: "highlighted" }, outputs: { onClick: "onClick", prevCallback: "prevCallback", nextCallback: "nextCallback" }, host: { properties: { "class.p-stepper-content": "true", "class.cax-element": "true", "class.p-toggleable-content": "orientation === 'vertical'" } }, ngImport: i0, template: ` <div [id]="id" role="tabpanel" data-pc-name="stepperpanel" [attr.data-pc-index]="index" [attr.data-p-active]="active" [attr.aria-labelledby]="ariaLabelledby">
163
163
  <ng-container *ngIf="template">
164
164
  <ng-container *ngTemplateOutlet="template; context: { index: index, active: active, highlighted: highlighted, onClick: onClick, prevCallback: prevCallback, nextCallback: nextCallback }"></ng-container>
165
165
  </ng-container>
@@ -170,7 +170,7 @@ class StepperContent {
170
170
  </ng-template>
171
171
  </div>`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
172
172
  }
173
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: StepperContent, decorators: [{
173
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StepperContent, decorators: [{
174
174
  type: Component,
175
175
  args: [{
176
176
  selector: 'p-stepperContent',
@@ -237,10 +237,10 @@ class StepperPanel {
237
237
  }
238
238
  });
239
239
  }
240
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: StepperPanel, deps: [], target: i0.ɵɵFactoryTarget.Component });
241
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: StepperPanel, isStandalone: false, selector: "p-stepperPanel", inputs: { header: "header" }, host: { classAttribute: "cax-element" }, queries: [{ propertyName: "templates", predicate: CaxTemplate }], ngImport: i0, template: ` <ng-content></ng-content> `, isInline: true });
240
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StepperPanel, deps: [], target: i0.ɵɵFactoryTarget.Component });
241
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: StepperPanel, isStandalone: false, selector: "p-stepperPanel", inputs: { header: "header" }, host: { classAttribute: "cax-element" }, queries: [{ propertyName: "templates", predicate: CaxTemplate }], ngImport: i0, template: ` <ng-content></ng-content> `, isInline: true });
242
242
  }
243
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: StepperPanel, decorators: [{
243
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StepperPanel, decorators: [{
244
244
  type: Component,
245
245
  args: [{
246
246
  selector: 'p-stepperPanel',
@@ -361,8 +361,8 @@ class Stepper {
361
361
  }
362
362
  });
363
363
  }
364
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: Stepper, deps: [], target: i0.ɵɵFactoryTarget.Component });
365
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: Stepper, isStandalone: false, selector: "p-stepper", inputs: { activeStep: "activeStep", orientation: "orientation", linear: "linear", transitionOptions: "transitionOptions" }, outputs: { onClick: "onClick", activeStepChange: "activeStepChange" }, host: { properties: { "class.p-stepper": "true", "class.p-component": "true", "class.p-stepper-vertical": "orientation === 'vertical'" } }, queries: [{ propertyName: "stepperPanels", predicate: StepperPanel }, { propertyName: "templates", predicate: CaxTemplate }], ngImport: i0, template: `
364
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: Stepper, deps: [], target: i0.ɵɵFactoryTarget.Component });
365
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: Stepper, isStandalone: false, selector: "p-stepper", inputs: { activeStep: "activeStep", orientation: "orientation", linear: "linear", transitionOptions: "transitionOptions" }, outputs: { onClick: "onClick", activeStepChange: "activeStepChange" }, host: { properties: { "class.p-stepper": "true", "class.p-component": "true", "class.p-stepper-vertical": "orientation === 'vertical'" } }, queries: [{ propertyName: "stepperPanels", predicate: StepperPanel }, { propertyName: "templates", predicate: CaxTemplate }], ngImport: i0, template: `
366
366
  <div role="tablist">
367
367
  <ng-container *ngIf="startTemplate">
368
368
  <ng-container *ngTemplateOutlet="startTemplate"></ng-container>
@@ -502,7 +502,7 @@ class Stepper {
502
502
  ])
503
503
  ], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
504
504
  }
505
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: Stepper, decorators: [{
505
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: Stepper, decorators: [{
506
506
  type: Component,
507
507
  args: [{ selector: 'p-stepper', template: `
508
508
  <div role="tablist">
@@ -667,11 +667,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
667
667
  type: Output
668
668
  }] } });
669
669
  class StepperModule {
670
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: StepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
671
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.17", ngImport: i0, type: StepperModule, declarations: [Stepper, StepperPanel, StepperPanel, StepperContent, StepperHeader, StepperSeparator], imports: [CommonModule, SharedModule], exports: [Stepper, StepperPanel, StepperContent, StepperHeader, StepperSeparator, SharedModule] });
672
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: StepperModule, imports: [CommonModule, SharedModule, SharedModule] });
670
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
671
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.25", ngImport: i0, type: StepperModule, declarations: [Stepper, StepperPanel, StepperPanel, StepperContent, StepperHeader, StepperSeparator], imports: [CommonModule, SharedModule], exports: [Stepper, StepperPanel, StepperContent, StepperHeader, StepperSeparator, SharedModule] });
672
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StepperModule, imports: [CommonModule, SharedModule, SharedModule] });
673
673
  }
674
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: StepperModule, decorators: [{
674
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StepperModule, decorators: [{
675
675
  type: NgModule,
676
676
  args: [{
677
677
  imports: [CommonModule, SharedModule],
@@ -1 +1 @@
1
- {"version":3,"file":"cax-design-system-stepper.mjs","sources":["../../src/app/components/stepper/stepper.ts","../../src/app/components/stepper/cax-design-system-stepper.ts"],"sourcesContent":["import { CommonModule } from '@angular/common';\nimport { AfterContentInit, ChangeDetectionStrategy, Component, ContentChildren, EventEmitter, Input, NgModule, Output, QueryList, TemplateRef, ViewEncapsulation } from '@angular/core';\nimport { CaxTemplate, SharedModule } from 'cax-design-system/api';\nimport { Nullable } from 'cax-design-system/ts-helpers';\nimport { UniqueComponentId } from 'cax-design-system/utils';\nimport { animate, state, style, transition, trigger } from '@angular/animations';\n\n@Component({\n selector: 'p-stepperHeader',\n template: `\n <ng-container *ngIf=\"template; else buttonRef\">\n <ng-container\n *ngTemplateOutlet=\"\n template;\n context: {\n index: index,\n active: active,\n highlighted: highlighted,\n class: 'p-stepper-action',\n headerClass: 'p-stepper-action',\n numberClass: 'p-stepper-number',\n titleClass: 'p-stepper-title',\n onClick: onClick\n }\n \"\n ></ng-container>\n </ng-container>\n <ng-template #buttonRef>\n <p-button [id]=\"id\" class=\"p-stepper-action\" role=\"tab\" [tabindex]=\"disabled ? -1 : undefined\" [aria-controls]=\"ariaControls\" (click)=\"onClick.emit($event, index)\">\n <span class=\"p-stepper-number\">{{ index + 1 }}</span>\n <span class=\"p-stepper-title\">{{ getStepProp }}</span>\n </p-button>\n </ng-template>\n `,\n host: {\n class: 'cax-element'\n },\n standalone: false\n})\nexport class StepperHeader {\n @Input() id: string | undefined;\n\n @Input() template: TemplateRef<any> | undefined;\n\n @Input() stepperPanel: StepperPanel;\n\n @Input() index: string | undefined;\n\n @Input() disabled: boolean | undefined;\n\n @Input() active: boolean | undefined;\n\n @Input() highlighted: boolean | undefined;\n\n @Input() getStepProp: string | undefined;\n\n @Input() ariaControls: string | undefined;\n\n @Output() onClick = new EventEmitter<void>();\n}\n\n@Component({\n selector: 'p-stepperSeparator',\n template: `\n <ng-container *ngIf=\"template; else span\">\n <ng-container *ngTemplateOutlet=\"template; context: { index: index, active: active, highlighted: highlighted, class: separatorClass }\"></ng-container>\n </ng-container>\n <ng-template #span>\n <span [class]=\"separatorClass\" aria-hidden=\"true\"></span>\n </ng-template>\n `,\n standalone: false,\n host: {\n class: 'p-stepper-separator'\n }\n})\nexport class StepperSeparator {\n @Input() template: TemplateRef<any> | undefined;\n\n @Input() separatorClass: string | undefined;\n\n @Input() stepperPanel: StepperPanel;\n\n @Input() index: string | undefined;\n\n @Input() active: boolean | undefined;\n\n @Input() highlighted: boolean | undefined;\n}\n\n@Component({\n selector: 'p-stepperContent',\n template: ` <div [id]=\"id\" role=\"tabpanel\" data-pc-name=\"stepperpanel\" [attr.data-pc-index]=\"index\" [attr.data-p-active]=\"active\" [attr.aria-labelledby]=\"ariaLabelledby\">\n <ng-container *ngIf=\"template\">\n <ng-container *ngTemplateOutlet=\"template; context: { index: index, active: active, highlighted: highlighted, onClick: onClick, prevCallback: prevCallback, nextCallback: nextCallback }\"></ng-container>\n </ng-container>\n <ng-template *ngIf=\"!template\">\n <ng-container *ngIf=\"stepperPanel\">\n <ng-container *ngTemplateOutlet=\"stepperPanel\"></ng-container>\n </ng-container>\n </ng-template>\n </div>`,\n\n host: {\n '[class.p-stepper-content]': 'true',\n '[class.cax-element]': 'true',\n '[class.p-toggleable-content]': \"orientation === 'vertical'\"\n },\n standalone: false\n})\nexport class StepperContent {\n @Input() id: string | undefined;\n\n @Input() orientation: 'vertical' | 'horizontal';\n\n @Input() template: TemplateRef<any> | undefined;\n\n @Input() ariaLabelledby: string | undefined;\n\n @Input() stepperPanel: StepperPanel;\n\n @Input() index: string | undefined;\n\n @Input() active: boolean | undefined;\n\n @Input() highlighted: boolean | undefined;\n\n @Output() onClick = new EventEmitter<void>();\n\n @Output() prevCallback = new EventEmitter<void>();\n\n @Output() nextCallback = new EventEmitter<void>();\n}\n\n@Component({\n selector: 'p-stepperPanel',\n template: ` <ng-content></ng-content> `,\n host: {\n class: 'cax-element'\n },\n standalone: false\n})\nexport class StepperPanel {\n @Input() header: string | undefined;\n\n @ContentChildren(CaxTemplate) templates: Nullable<QueryList<CaxTemplate>>;\n\n headerTemplate: Nullable<TemplateRef<any>>;\n\n startTemplate: Nullable<TemplateRef<any>>;\n\n contentTemplate: Nullable<TemplateRef<any>>;\n\n separatorTemplate: Nullable<TemplateRef<any>>;\n\n endTemplate: Nullable<TemplateRef<any>>;\n\n ngAfterContentInit() {\n (this.templates as QueryList<CaxTemplate>).forEach((item) => {\n switch (item.getType()) {\n case 'header':\n this.headerTemplate = item.template;\n break;\n case 'content':\n this.contentTemplate = item.template;\n break;\n case 'separator':\n this.separatorTemplate = item.template;\n break;\n }\n });\n }\n}\n\n/**\n * The Stepper component displays a wizard-like workflow by guiding users through the multi-step progression.\n * @group Components\n */\n@Component({\n selector: 'p-stepper',\n template: `\n <div role=\"tablist\">\n <ng-container *ngIf=\"startTemplate\">\n <ng-container *ngTemplateOutlet=\"startTemplate\"></ng-container>\n </ng-container>\n <ng-container *ngIf=\"orientation === 'horizontal'; else vertical\">\n <ul class=\"p-stepper-nav\">\n <ng-template ngFor let-step [ngForOf]=\"panels\" let-index=\"index\" [ngForTrackBy]=\"trackByFn\">\n <li\n [key]=\"getStepKey(step, index)\"\n class=\"p-stepper-header\"\n [ngClass]=\"{\n 'p-highlight': isStepActive(index),\n 'p-disabled': isItemDisabled(index)\n }\"\n [attr.aria-current]=\"isStepActive(index) ? 'step' : undefined\"\n role=\"presentation\"\n [data-pc-name]=\"stepperPanel\"\n [data-p-highlight]=\"isStepActive(index)\"\n [data-p-disabled]=\"isItemDisabled(index)\"\n [data-pc-index]=\"index\"\n [data-p-active]=\"isStepActive(index)\"\n >\n <p-stepperHeader\n [id]=\"getStepHeaderActionId(index)\"\n [template]=\"step.headerTemplate\"\n [stepperPanel]=\"step\"\n [getStepProp]=\"getStepProp(step, 'header')\"\n [index]=\"index\"\n [disabled]=\"isItemDisabled(index)\"\n [active]=\"isStepActive(index)\"\n [highlighted]=\"index < activeStep\"\n [class]=\"'p-stepper-action'\"\n [aria-controls]=\"getStepContentId(index)\"\n (onClick)=\"onItemClick($event, index)\"\n ></p-stepperHeader>\n\n <ng-container *ngIf=\"index !== stepperPanels.length - 1\">\n <p-stepperSeparator [template]=\"step.separatorTemplate\" [separatorClass]=\"'p-stepper-separator'\" [stepperPanel]=\"step\" [index]=\"index\" [active]=\"isStepActive(index)\" [highlighted]=\"index < activeStep\" />\n </ng-container>\n </li>\n </ng-template>\n </ul>\n <div class=\"p-stepper-panels\">\n <ng-template ngFor let-step [ngForOf]=\"panels\" let-index=\"index\" [ngForTrackBy]=\"trackByFn\">\n <ng-container *ngIf=\"isStepActive(index)\">\n <p-stepperContent\n [id]=\"getStepContentId(index)\"\n [template]=\"step.contentTemplate\"\n [orientation]=\"orientation\"\n [stepperPanel]=\"step\"\n [index]=\"index\"\n [active]=\"isStepActive(index)\"\n [highlighted]=\"index < activeStep\"\n [ariaLabelledby]=\"getStepHeaderActionId(index)\"\n (onClick)=\"onItemClick($event, index)\"\n (nextCallback)=\"nextCallback($event, index)\"\n (prevCallback)=\"prevCallback($event, index)\"\n />\n </ng-container>\n </ng-template>\n </div>\n </ng-container>\n <ng-template #vertical>\n <ng-template ngFor let-step [ngForOf]=\"panels\" let-index=\"index\" [ngForTrackBy]=\"trackByFn\">\n <div\n [key]=\"getStepKey(step, index)\"\n class=\"p-stepper-panel\"\n [ngClass]=\"{\n 'p-stepper-panel-active': orientation === 'vertical' && isStepActive(index)\n }\"\n [attr.aria-current]=\"isStepActive(index) ? 'step' : undefined\"\n [data-pc-name]=\"'stepperpanel'\"\n [data-p-highlight]=\"isStepActive(index)\"\n [data-p-disabled]=\"isItemDisabled(index)\"\n [data-pc-index]=\"index\"\n [data-p-active]=\"isStepActive(index)\"\n >\n <div\n class=\"p-stepper-header \"\n [ngClass]=\"{\n 'p-highlight': isStepActive(index),\n 'p-disabled': isItemDisabled(index)\n }\"\n >\n <p-stepperHeader\n [id]=\"getStepHeaderActionId(index)\"\n [template]=\"step.headerTemplate\"\n [stepperPanel]=\"step\"\n [getStepProp]=\"getStepProp(step, 'header')\"\n [index]=\"index\"\n [disabled]=\"isItemDisabled(index)\"\n [active]=\"isStepActive(index)\"\n [highlighted]=\"index < activeStep\"\n [class]=\"'p-stepper-action'\"\n [aria-controls]=\"getStepContentId(index)\"\n (onClick)=\"onItemClick($event, index)\"\n ></p-stepperHeader>\n </div>\n\n <div class=\"p-stepper-toggleable-content\" [@tabContent]=\"isStepActive(index) ? { value: 'visible', params: { transitionParams: transitionOptions } } : { value: 'hidden', params: { transitionParams: transitionOptions } }\">\n <ng-container *ngIf=\"index !== stepperPanels.length - 1\">\n <p-stepperSeparator [template]=\"step.separatorTemplate\" [separatorClass]=\"'p-stepper-separator'\" [stepperPanel]=\"step\" [index]=\"index\" [active]=\"isStepActive(index)\" [highlighted]=\"index < activeStep\" />\n </ng-container>\n <p-stepperContent\n [id]=\"getStepContentId(index)\"\n [template]=\"step.contentTemplate\"\n [orientation]=\"orientation\"\n [stepperPanel]=\"step\"\n [index]=\"index\"\n [active]=\"isStepActive(index)\"\n [highlighted]=\"index < activeStep\"\n [ariaLabelledby]=\"getStepHeaderActionId(index)\"\n (onClick)=\"onItemClick($event, index)\"\n (nextCallback)=\"nextCallback($event, index)\"\n (prevCallback)=\"prevCallback($event, index)\"\n />\n </div>\n </div>\n </ng-template>\n </ng-template>\n <ng-container *ngIf=\"endTemplate\">\n <ng-container *ngTemplateOutlet=\"endTemplate\"></ng-container>\n </ng-container>\n </div>\n `,\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n styleUrls: ['./stepper.css'],\n standalone: false,\n host: {\n '[class.p-stepper]': 'true',\n '[class.p-component]': 'true',\n '[class.p-stepper-vertical]': \"orientation === 'vertical'\"\n },\n animations: [\n trigger('tabContent', [\n state(\n 'hidden',\n style({\n height: '0',\n visibility: 'hidden'\n })\n ),\n state(\n 'visible',\n style({\n height: '*',\n visibility: 'visible'\n })\n ),\n transition('visible <=> hidden', [animate('250ms cubic-bezier(0.86, 0, 0.07, 1)')]),\n transition('void => *', animate(0))\n ])\n ]\n})\nexport class Stepper implements AfterContentInit {\n /**\n * Active step index of stepper.\n * @group Props\n */\n @Input() activeStep: number | undefined | null = 0;\n /**\n * Orientation of the stepper.\n * @group Props\n */\n @Input() orientation: 'vertical' | 'horizontal' = 'horizontal';\n /**\n * Whether the steps are clickable or not.\n * @group Props\n */\n @Input() linear: boolean = false;\n /**\n * Transition options of the animation.\n * @group Props\n */\n @Input() transitionOptions: string = '400ms cubic-bezier(0.86, 0, 0.07, 1)';\n\n @ContentChildren(StepperPanel) stepperPanels: QueryList<StepperPanel> | undefined;\n\n @ContentChildren(CaxTemplate) templates: QueryList<CaxTemplate> | undefined;\n\n @Output() onClick: EventEmitter<any> = new EventEmitter<any>();\n\n /**\n * Emitted when the value changes.\n * @param {ActiveStepChangeEvent} event - custom change event.\n * @group Emits\n */\n @Output() activeStepChange: EventEmitter<number> = new EventEmitter<number>();\n\n headerTemplate: Nullable<TemplateRef<any>>;\n\n startTemplate: Nullable<TemplateRef<any>>;\n\n separatorTemplate: Nullable<TemplateRef<any>>;\n\n endTemplate: Nullable<TemplateRef<any>>;\n\n id: string = UniqueComponentId();\n\n panels!: StepperPanel[];\n\n isStepActive(index: number) {\n return this.activeStep === index;\n }\n\n getStepProp(step) {\n if (step?.header) {\n return step.header;\n }\n\n if (step?.content) {\n return step.content;\n }\n return undefined;\n }\n\n getStepKey(step, index) {\n return this.getStepProp(step) || index;\n }\n\n getStepHeaderActionId(index) {\n return `${this.id}_${index}_header_action`;\n }\n\n getStepContentId(index) {\n return `${this.id}_${index}_content`;\n }\n\n updateActiveStep(event, index) {\n this.activeStep = index;\n\n this.activeStepChange.emit(this.activeStep);\n }\n\n onItemClick(event, index) {\n if (this.linear) {\n event.preventDefault();\n\n return;\n }\n if (index !== this.activeStep) {\n this.updateActiveStep(event, index);\n }\n }\n\n isItemDisabled(index) {\n return this.linear && !this.isStepActive(index);\n }\n\n prevCallback(event, index) {\n if (index !== 0) {\n this.updateActiveStep(event, index - 1);\n }\n }\n\n nextCallback(event, index) {\n if (index !== this.stepperPanels.length - 1) {\n this.updateActiveStep(event, index + 1);\n }\n }\n\n trackByFn(index: number): number {\n return index;\n }\n\n ngAfterContentInit() {\n this.panels = (this.stepperPanels as QueryList<StepperPanel>).toArray();\n (this.templates as QueryList<CaxTemplate>).forEach((item) => {\n switch (item.getType()) {\n case 'start':\n this.startTemplate = item.template;\n break;\n\n case 'end':\n this.endTemplate = item.template;\n break;\n\n default:\n break;\n }\n });\n }\n}\n\n@NgModule({\n imports: [CommonModule, SharedModule],\n exports: [Stepper, StepperPanel, StepperContent, StepperHeader, StepperSeparator, SharedModule],\n declarations: [Stepper, StepperPanel, StepperPanel, StepperContent, StepperHeader, StepperSeparator]\n})\nexport class StepperModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"cax-design-system-stepper.mjs","sources":["../../src/app/components/stepper/stepper.ts","../../src/app/components/stepper/cax-design-system-stepper.ts"],"sourcesContent":["import { CommonModule } from '@angular/common';\nimport { AfterContentInit, ChangeDetectionStrategy, Component, ContentChildren, EventEmitter, Input, NgModule, Output, QueryList, TemplateRef, ViewEncapsulation } from '@angular/core';\nimport { CaxTemplate, SharedModule } from 'cax-design-system/api';\nimport { Nullable } from 'cax-design-system/ts-helpers';\nimport { UniqueComponentId } from 'cax-design-system/utils';\nimport { animate, state, style, transition, trigger } from '@angular/animations';\n\n@Component({\n selector: 'p-stepperHeader',\n template: `\n <ng-container *ngIf=\"template; else buttonRef\">\n <ng-container\n *ngTemplateOutlet=\"\n template;\n context: {\n index: index,\n active: active,\n highlighted: highlighted,\n class: 'p-stepper-action',\n headerClass: 'p-stepper-action',\n numberClass: 'p-stepper-number',\n titleClass: 'p-stepper-title',\n onClick: onClick\n }\n \"\n ></ng-container>\n </ng-container>\n <ng-template #buttonRef>\n <p-button [id]=\"id\" class=\"p-stepper-action\" role=\"tab\" [tabindex]=\"disabled ? -1 : undefined\" [aria-controls]=\"ariaControls\" (click)=\"onClick.emit($event, index)\">\n <span class=\"p-stepper-number\">{{ index + 1 }}</span>\n <span class=\"p-stepper-title\">{{ getStepProp }}</span>\n </p-button>\n </ng-template>\n `,\n host: {\n class: 'cax-element'\n },\n standalone: false\n})\nexport class StepperHeader {\n @Input() id: string | undefined;\n\n @Input() template: TemplateRef<any> | undefined;\n\n @Input() stepperPanel: StepperPanel;\n\n @Input() index: string | undefined;\n\n @Input() disabled: boolean | undefined;\n\n @Input() active: boolean | undefined;\n\n @Input() highlighted: boolean | undefined;\n\n @Input() getStepProp: string | undefined;\n\n @Input() ariaControls: string | undefined;\n\n @Output() onClick = new EventEmitter<void>();\n}\n\n@Component({\n selector: 'p-stepperSeparator',\n template: `\n <ng-container *ngIf=\"template; else span\">\n <ng-container *ngTemplateOutlet=\"template; context: { index: index, active: active, highlighted: highlighted, class: separatorClass }\"></ng-container>\n </ng-container>\n <ng-template #span>\n <span [class]=\"separatorClass\" aria-hidden=\"true\"></span>\n </ng-template>\n `,\n standalone: false,\n host: {\n class: 'p-stepper-separator'\n }\n})\nexport class StepperSeparator {\n @Input() template: TemplateRef<any> | undefined;\n\n @Input() separatorClass: string | undefined;\n\n @Input() stepperPanel: StepperPanel;\n\n @Input() index: string | undefined;\n\n @Input() active: boolean | undefined;\n\n @Input() highlighted: boolean | undefined;\n}\n\n@Component({\n selector: 'p-stepperContent',\n template: ` <div [id]=\"id\" role=\"tabpanel\" data-pc-name=\"stepperpanel\" [attr.data-pc-index]=\"index\" [attr.data-p-active]=\"active\" [attr.aria-labelledby]=\"ariaLabelledby\">\n <ng-container *ngIf=\"template\">\n <ng-container *ngTemplateOutlet=\"template; context: { index: index, active: active, highlighted: highlighted, onClick: onClick, prevCallback: prevCallback, nextCallback: nextCallback }\"></ng-container>\n </ng-container>\n <ng-template *ngIf=\"!template\">\n <ng-container *ngIf=\"stepperPanel\">\n <ng-container *ngTemplateOutlet=\"stepperPanel\"></ng-container>\n </ng-container>\n </ng-template>\n </div>`,\n\n host: {\n '[class.p-stepper-content]': 'true',\n '[class.cax-element]': 'true',\n '[class.p-toggleable-content]': \"orientation === 'vertical'\"\n },\n standalone: false\n})\nexport class StepperContent {\n @Input() id: string | undefined;\n\n @Input() orientation: 'vertical' | 'horizontal';\n\n @Input() template: TemplateRef<any> | undefined;\n\n @Input() ariaLabelledby: string | undefined;\n\n @Input() stepperPanel: StepperPanel;\n\n @Input() index: string | undefined;\n\n @Input() active: boolean | undefined;\n\n @Input() highlighted: boolean | undefined;\n\n @Output() onClick = new EventEmitter<void>();\n\n @Output() prevCallback = new EventEmitter<void>();\n\n @Output() nextCallback = new EventEmitter<void>();\n}\n\n@Component({\n selector: 'p-stepperPanel',\n template: ` <ng-content></ng-content> `,\n host: {\n class: 'cax-element'\n },\n standalone: false\n})\nexport class StepperPanel {\n @Input() header: string | undefined;\n\n @ContentChildren(CaxTemplate) templates: Nullable<QueryList<CaxTemplate>>;\n\n headerTemplate: Nullable<TemplateRef<any>>;\n\n startTemplate: Nullable<TemplateRef<any>>;\n\n contentTemplate: Nullable<TemplateRef<any>>;\n\n separatorTemplate: Nullable<TemplateRef<any>>;\n\n endTemplate: Nullable<TemplateRef<any>>;\n\n ngAfterContentInit() {\n (this.templates as QueryList<CaxTemplate>).forEach((item) => {\n switch (item.getType()) {\n case 'header':\n this.headerTemplate = item.template;\n break;\n case 'content':\n this.contentTemplate = item.template;\n break;\n case 'separator':\n this.separatorTemplate = item.template;\n break;\n }\n });\n }\n}\n\n/**\n * The Stepper component displays a wizard-like workflow by guiding users through the multi-step progression.\n * @group Components\n */\n@Component({\n selector: 'p-stepper',\n template: `\n <div role=\"tablist\">\n <ng-container *ngIf=\"startTemplate\">\n <ng-container *ngTemplateOutlet=\"startTemplate\"></ng-container>\n </ng-container>\n <ng-container *ngIf=\"orientation === 'horizontal'; else vertical\">\n <ul class=\"p-stepper-nav\">\n <ng-template ngFor let-step [ngForOf]=\"panels\" let-index=\"index\" [ngForTrackBy]=\"trackByFn\">\n <li\n [key]=\"getStepKey(step, index)\"\n class=\"p-stepper-header\"\n [ngClass]=\"{\n 'p-highlight': isStepActive(index),\n 'p-disabled': isItemDisabled(index)\n }\"\n [attr.aria-current]=\"isStepActive(index) ? 'step' : undefined\"\n role=\"presentation\"\n [data-pc-name]=\"stepperPanel\"\n [data-p-highlight]=\"isStepActive(index)\"\n [data-p-disabled]=\"isItemDisabled(index)\"\n [data-pc-index]=\"index\"\n [data-p-active]=\"isStepActive(index)\"\n >\n <p-stepperHeader\n [id]=\"getStepHeaderActionId(index)\"\n [template]=\"step.headerTemplate\"\n [stepperPanel]=\"step\"\n [getStepProp]=\"getStepProp(step, 'header')\"\n [index]=\"index\"\n [disabled]=\"isItemDisabled(index)\"\n [active]=\"isStepActive(index)\"\n [highlighted]=\"index < activeStep\"\n [class]=\"'p-stepper-action'\"\n [aria-controls]=\"getStepContentId(index)\"\n (onClick)=\"onItemClick($event, index)\"\n ></p-stepperHeader>\n\n <ng-container *ngIf=\"index !== stepperPanels.length - 1\">\n <p-stepperSeparator [template]=\"step.separatorTemplate\" [separatorClass]=\"'p-stepper-separator'\" [stepperPanel]=\"step\" [index]=\"index\" [active]=\"isStepActive(index)\" [highlighted]=\"index < activeStep\" />\n </ng-container>\n </li>\n </ng-template>\n </ul>\n <div class=\"p-stepper-panels\">\n <ng-template ngFor let-step [ngForOf]=\"panels\" let-index=\"index\" [ngForTrackBy]=\"trackByFn\">\n <ng-container *ngIf=\"isStepActive(index)\">\n <p-stepperContent\n [id]=\"getStepContentId(index)\"\n [template]=\"step.contentTemplate\"\n [orientation]=\"orientation\"\n [stepperPanel]=\"step\"\n [index]=\"index\"\n [active]=\"isStepActive(index)\"\n [highlighted]=\"index < activeStep\"\n [ariaLabelledby]=\"getStepHeaderActionId(index)\"\n (onClick)=\"onItemClick($event, index)\"\n (nextCallback)=\"nextCallback($event, index)\"\n (prevCallback)=\"prevCallback($event, index)\"\n />\n </ng-container>\n </ng-template>\n </div>\n </ng-container>\n <ng-template #vertical>\n <ng-template ngFor let-step [ngForOf]=\"panels\" let-index=\"index\" [ngForTrackBy]=\"trackByFn\">\n <div\n [key]=\"getStepKey(step, index)\"\n class=\"p-stepper-panel\"\n [ngClass]=\"{\n 'p-stepper-panel-active': orientation === 'vertical' && isStepActive(index)\n }\"\n [attr.aria-current]=\"isStepActive(index) ? 'step' : undefined\"\n [data-pc-name]=\"'stepperpanel'\"\n [data-p-highlight]=\"isStepActive(index)\"\n [data-p-disabled]=\"isItemDisabled(index)\"\n [data-pc-index]=\"index\"\n [data-p-active]=\"isStepActive(index)\"\n >\n <div\n class=\"p-stepper-header \"\n [ngClass]=\"{\n 'p-highlight': isStepActive(index),\n 'p-disabled': isItemDisabled(index)\n }\"\n >\n <p-stepperHeader\n [id]=\"getStepHeaderActionId(index)\"\n [template]=\"step.headerTemplate\"\n [stepperPanel]=\"step\"\n [getStepProp]=\"getStepProp(step, 'header')\"\n [index]=\"index\"\n [disabled]=\"isItemDisabled(index)\"\n [active]=\"isStepActive(index)\"\n [highlighted]=\"index < activeStep\"\n [class]=\"'p-stepper-action'\"\n [aria-controls]=\"getStepContentId(index)\"\n (onClick)=\"onItemClick($event, index)\"\n ></p-stepperHeader>\n </div>\n\n <div class=\"p-stepper-toggleable-content\" [@tabContent]=\"isStepActive(index) ? { value: 'visible', params: { transitionParams: transitionOptions } } : { value: 'hidden', params: { transitionParams: transitionOptions } }\">\n <ng-container *ngIf=\"index !== stepperPanels.length - 1\">\n <p-stepperSeparator [template]=\"step.separatorTemplate\" [separatorClass]=\"'p-stepper-separator'\" [stepperPanel]=\"step\" [index]=\"index\" [active]=\"isStepActive(index)\" [highlighted]=\"index < activeStep\" />\n </ng-container>\n <p-stepperContent\n [id]=\"getStepContentId(index)\"\n [template]=\"step.contentTemplate\"\n [orientation]=\"orientation\"\n [stepperPanel]=\"step\"\n [index]=\"index\"\n [active]=\"isStepActive(index)\"\n [highlighted]=\"index < activeStep\"\n [ariaLabelledby]=\"getStepHeaderActionId(index)\"\n (onClick)=\"onItemClick($event, index)\"\n (nextCallback)=\"nextCallback($event, index)\"\n (prevCallback)=\"prevCallback($event, index)\"\n />\n </div>\n </div>\n </ng-template>\n </ng-template>\n <ng-container *ngIf=\"endTemplate\">\n <ng-container *ngTemplateOutlet=\"endTemplate\"></ng-container>\n </ng-container>\n </div>\n `,\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n styleUrls: ['./stepper.css'],\n standalone: false,\n host: {\n '[class.p-stepper]': 'true',\n '[class.p-component]': 'true',\n '[class.p-stepper-vertical]': \"orientation === 'vertical'\"\n },\n animations: [\n trigger('tabContent', [\n state(\n 'hidden',\n style({\n height: '0',\n visibility: 'hidden'\n })\n ),\n state(\n 'visible',\n style({\n height: '*',\n visibility: 'visible'\n })\n ),\n transition('visible <=> hidden', [animate('250ms cubic-bezier(0.86, 0, 0.07, 1)')]),\n transition('void => *', animate(0))\n ])\n ]\n})\nexport class Stepper implements AfterContentInit {\n /**\n * Active step index of stepper.\n * @group Props\n */\n @Input() activeStep: number | undefined | null = 0;\n /**\n * Orientation of the stepper.\n * @group Props\n */\n @Input() orientation: 'vertical' | 'horizontal' = 'horizontal';\n /**\n * Whether the steps are clickable or not.\n * @group Props\n */\n @Input() linear: boolean = false;\n /**\n * Transition options of the animation.\n * @group Props\n */\n @Input() transitionOptions: string = '400ms cubic-bezier(0.86, 0, 0.07, 1)';\n\n @ContentChildren(StepperPanel) stepperPanels: QueryList<StepperPanel> | undefined;\n\n @ContentChildren(CaxTemplate) templates: QueryList<CaxTemplate> | undefined;\n\n @Output() onClick: EventEmitter<any> = new EventEmitter<any>();\n\n /**\n * Emitted when the value changes.\n * @param {ActiveStepChangeEvent} event - custom change event.\n * @group Emits\n */\n @Output() activeStepChange: EventEmitter<number> = new EventEmitter<number>();\n\n headerTemplate: Nullable<TemplateRef<any>>;\n\n startTemplate: Nullable<TemplateRef<any>>;\n\n separatorTemplate: Nullable<TemplateRef<any>>;\n\n endTemplate: Nullable<TemplateRef<any>>;\n\n id: string = UniqueComponentId();\n\n panels!: StepperPanel[];\n\n isStepActive(index: number) {\n return this.activeStep === index;\n }\n\n getStepProp(step) {\n if (step?.header) {\n return step.header;\n }\n\n if (step?.content) {\n return step.content;\n }\n return undefined;\n }\n\n getStepKey(step, index) {\n return this.getStepProp(step) || index;\n }\n\n getStepHeaderActionId(index) {\n return `${this.id}_${index}_header_action`;\n }\n\n getStepContentId(index) {\n return `${this.id}_${index}_content`;\n }\n\n updateActiveStep(event, index) {\n this.activeStep = index;\n\n this.activeStepChange.emit(this.activeStep);\n }\n\n onItemClick(event, index) {\n if (this.linear) {\n event.preventDefault();\n\n return;\n }\n if (index !== this.activeStep) {\n this.updateActiveStep(event, index);\n }\n }\n\n isItemDisabled(index) {\n return this.linear && !this.isStepActive(index);\n }\n\n prevCallback(event, index) {\n if (index !== 0) {\n this.updateActiveStep(event, index - 1);\n }\n }\n\n nextCallback(event, index) {\n if (index !== this.stepperPanels.length - 1) {\n this.updateActiveStep(event, index + 1);\n }\n }\n\n trackByFn(index: number): number {\n return index;\n }\n\n ngAfterContentInit() {\n this.panels = (this.stepperPanels as QueryList<StepperPanel>).toArray();\n (this.templates as QueryList<CaxTemplate>).forEach((item) => {\n switch (item.getType()) {\n case 'start':\n this.startTemplate = item.template;\n break;\n\n case 'end':\n this.endTemplate = item.template;\n break;\n\n default:\n break;\n }\n });\n }\n}\n\n@NgModule({\n imports: [CommonModule, SharedModule],\n exports: [Stepper, StepperPanel, StepperContent, StepperHeader, StepperSeparator, SharedModule],\n declarations: [Stepper, StepperPanel, StepperPanel, StepperContent, StepperHeader, StepperSeparator]\n})\nexport class StepperModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;;;;;;MAuCa,aAAa,CAAA;AACb,IAAA,EAAE;AAEF,IAAA,QAAQ;AAER,IAAA,YAAY;AAEZ,IAAA,KAAK;AAEL,IAAA,QAAQ;AAER,IAAA,MAAM;AAEN,IAAA,WAAW;AAEX,IAAA,WAAW;AAEX,IAAA,YAAY;AAEX,IAAA,OAAO,GAAG,IAAI,YAAY,EAAQ;wGAnBnC,aAAa,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAb,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,aAAa,EAAA,YAAA,EAAA,KAAA,EAAA,QAAA,EAAA,iBAAA,EAAA,MAAA,EAAA,EAAA,EAAA,EAAA,IAAA,EAAA,QAAA,EAAA,UAAA,EAAA,YAAA,EAAA,cAAA,EAAA,KAAA,EAAA,OAAA,EAAA,QAAA,EAAA,UAAA,EAAA,MAAA,EAAA,QAAA,EAAA,WAAA,EAAA,aAAA,EAAA,WAAA,EAAA,aAAA,EAAA,YAAA,EAAA,cAAA,EAAA,EAAA,OAAA,EAAA,EAAA,OAAA,EAAA,SAAA,EAAA,EAAA,IAAA,EAAA,EAAA,cAAA,EAAA,aAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EA9BZ;;;;;;;;;;;;;;;;;;;;;;;;AAwBT,IAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,IAAA,EAAA,QAAA,EAAA,QAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,UAAA,EAAA,UAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,CAAA,yBAAA,EAAA,kBAAA,EAAA,0BAAA,CAAA,EAAA,CAAA,EAAA,CAAA;;4FAMQ,aAAa,EAAA,UAAA,EAAA,CAAA;kBAhCzB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,iBAAiB;AAC3B,oBAAA,QAAQ,EAAE;;;;;;;;;;;;;;;;;;;;;;;;AAwBT,IAAA,CAAA;AACD,oBAAA,IAAI,EAAE;AACF,wBAAA,KAAK,EAAE;AACV,qBAAA;AACD,oBAAA,UAAU,EAAE;AACf,iBAAA;;sBAEI;;sBAEA;;sBAEA;;sBAEA;;sBAEA;;sBAEA;;sBAEA;;sBAEA;;sBAEA;;sBAEA;;MAkBQ,gBAAgB,CAAA;AAChB,IAAA,QAAQ;AAER,IAAA,cAAc;AAEd,IAAA,YAAY;AAEZ,IAAA,KAAK;AAEL,IAAA,MAAM;AAEN,IAAA,WAAW;wGAXX,gBAAgB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAhB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,gBAAgB,EAAA,YAAA,EAAA,KAAA,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,EAAA,QAAA,EAAA,UAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,YAAA,EAAA,cAAA,EAAA,KAAA,EAAA,OAAA,EAAA,MAAA,EAAA,QAAA,EAAA,WAAA,EAAA,aAAA,EAAA,EAAA,IAAA,EAAA,EAAA,cAAA,EAAA,qBAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAbf;;;;;;;AAOT,IAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,IAAA,EAAA,QAAA,EAAA,QAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,UAAA,EAAA,UAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,CAAA,yBAAA,EAAA,kBAAA,EAAA,0BAAA,CAAA,EAAA,CAAA,EAAA,CAAA;;4FAMQ,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAf5B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,oBAAoB;AAC9B,oBAAA,QAAQ,EAAE;;;;;;;AAOT,IAAA,CAAA;AACD,oBAAA,UAAU,EAAE,KAAK;AACjB,oBAAA,IAAI,EAAE;AACF,wBAAA,KAAK,EAAE;AACV;AACJ,iBAAA;;sBAEI;;sBAEA;;sBAEA;;sBAEA;;sBAEA;;sBAEA;;MAuBQ,cAAc,CAAA;AACd,IAAA,EAAE;AAEF,IAAA,WAAW;AAEX,IAAA,QAAQ;AAER,IAAA,cAAc;AAEd,IAAA,YAAY;AAEZ,IAAA,KAAK;AAEL,IAAA,MAAM;AAEN,IAAA,WAAW;AAEV,IAAA,OAAO,GAAG,IAAI,YAAY,EAAQ;AAElC,IAAA,YAAY,GAAG,IAAI,YAAY,EAAQ;AAEvC,IAAA,YAAY,GAAG,IAAI,YAAY,EAAQ;wGArBxC,cAAc,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAd,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,cAAc,EAAA,YAAA,EAAA,KAAA,EAAA,QAAA,EAAA,kBAAA,EAAA,MAAA,EAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,aAAA,EAAA,QAAA,EAAA,UAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,YAAA,EAAA,cAAA,EAAA,KAAA,EAAA,OAAA,EAAA,MAAA,EAAA,QAAA,EAAA,WAAA,EAAA,aAAA,EAAA,EAAA,OAAA,EAAA,EAAA,OAAA,EAAA,SAAA,EAAA,YAAA,EAAA,cAAA,EAAA,YAAA,EAAA,cAAA,EAAA,EAAA,IAAA,EAAA,EAAA,UAAA,EAAA,EAAA,yBAAA,EAAA,MAAA,EAAA,mBAAA,EAAA,MAAA,EAAA,4BAAA,EAAA,4BAAA,EAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAlBb,CAAA;;;;;;;;;AASH,UAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,IAAA,EAAA,QAAA,EAAA,QAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,UAAA,EAAA,UAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,CAAA,yBAAA,EAAA,kBAAA,EAAA,0BAAA,CAAA,EAAA,CAAA,EAAA,CAAA;;4FASE,cAAc,EAAA,UAAA,EAAA,CAAA;kBApB1B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,kBAAkB;AAC5B,oBAAA,QAAQ,EAAE,CAAA;;;;;;;;;AASH,UAAA,CAAA;AAEP,oBAAA,IAAI,EAAE;AACF,wBAAA,2BAA2B,EAAE,MAAM;AACnC,wBAAA,qBAAqB,EAAE,MAAM;AAC7B,wBAAA,8BAA8B,EAAE;AACnC,qBAAA;AACD,oBAAA,UAAU,EAAE;AACf,iBAAA;;sBAEI;;sBAEA;;sBAEA;;sBAEA;;sBAEA;;sBAEA;;sBAEA;;sBAEA;;sBAEA;;sBAEA;;sBAEA;;MAWQ,YAAY,CAAA;AACZ,IAAA,MAAM;AAEe,IAAA,SAAS;AAEvC,IAAA,cAAc;AAEd,IAAA,aAAa;AAEb,IAAA,eAAe;AAEf,IAAA,iBAAiB;AAEjB,IAAA,WAAW;IAEX,kBAAkB,GAAA;QACb,IAAI,CAAC,SAAoC,CAAC,OAAO,CAAC,CAAC,IAAI,KAAI;AACxD,YAAA,QAAQ,IAAI,CAAC,OAAO,EAAE;AAClB,gBAAA,KAAK,QAAQ;AACT,oBAAA,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,QAAQ;oBACnC;AACJ,gBAAA,KAAK,SAAS;AACV,oBAAA,IAAI,CAAC,eAAe,GAAG,IAAI,CAAC,QAAQ;oBACpC;AACJ,gBAAA,KAAK,WAAW;AACZ,oBAAA,IAAI,CAAC,iBAAiB,GAAG,IAAI,CAAC,QAAQ;oBACtC;;AAEZ,QAAA,CAAC,CAAC;IACN;wGA7BS,YAAY,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;4FAAZ,YAAY,EAAA,YAAA,EAAA,KAAA,EAAA,QAAA,EAAA,gBAAA,EAAA,MAAA,EAAA,EAAA,MAAA,EAAA,QAAA,EAAA,EAAA,IAAA,EAAA,EAAA,cAAA,EAAA,aAAA,EAAA,EAAA,OAAA,EAAA,CAAA,EAAA,YAAA,EAAA,WAAA,EAAA,SAAA,EAGJ,WAAW,EAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EATlB,CAAA,2BAAA,CAA6B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA;;4FAM9B,YAAY,EAAA,UAAA,EAAA,CAAA;kBARxB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,gBAAgB;AAC1B,oBAAA,QAAQ,EAAE,CAAA,2BAAA,CAA6B;AACvC,oBAAA,IAAI,EAAE;AACF,wBAAA,KAAK,EAAE;AACV,qBAAA;AACD,oBAAA,UAAU,EAAE;AACf,iBAAA;;sBAEI;;sBAEA,eAAe;uBAAC,WAAW;;AA6BhC;;;AAGG;MA+JU,OAAO,CAAA;AAChB;;;AAGG;IACM,UAAU,GAA8B,CAAC;AAClD;;;AAGG;IACM,WAAW,GAA8B,YAAY;AAC9D;;;AAGG;IACM,MAAM,GAAY,KAAK;AAChC;;;AAGG;IACM,iBAAiB,GAAW,sCAAsC;AAE5C,IAAA,aAAa;AAEd,IAAA,SAAS;AAE7B,IAAA,OAAO,GAAsB,IAAI,YAAY,EAAO;AAE9D;;;;AAIG;AACO,IAAA,gBAAgB,GAAyB,IAAI,YAAY,EAAU;AAE7E,IAAA,cAAc;AAEd,IAAA,aAAa;AAEb,IAAA,iBAAiB;AAEjB,IAAA,WAAW;IAEX,EAAE,GAAW,iBAAiB,EAAE;AAEhC,IAAA,MAAM;AAEN,IAAA,YAAY,CAAC,KAAa,EAAA;AACtB,QAAA,OAAO,IAAI,CAAC,UAAU,KAAK,KAAK;IACpC;AAEA,IAAA,WAAW,CAAC,IAAI,EAAA;AACZ,QAAA,IAAI,IAAI,EAAE,MAAM,EAAE;YACd,OAAO,IAAI,CAAC,MAAM;QACtB;AAEA,QAAA,IAAI,IAAI,EAAE,OAAO,EAAE;YACf,OAAO,IAAI,CAAC,OAAO;QACvB;AACA,QAAA,OAAO,SAAS;IACpB;IAEA,UAAU,CAAC,IAAI,EAAE,KAAK,EAAA;QAClB,OAAO,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,KAAK;IAC1C;AAEA,IAAA,qBAAqB,CAAC,KAAK,EAAA;AACvB,QAAA,OAAO,GAAG,IAAI,CAAC,EAAE,CAAA,CAAA,EAAI,KAAK,gBAAgB;IAC9C;AAEA,IAAA,gBAAgB,CAAC,KAAK,EAAA;AAClB,QAAA,OAAO,GAAG,IAAI,CAAC,EAAE,CAAA,CAAA,EAAI,KAAK,UAAU;IACxC;IAEA,gBAAgB,CAAC,KAAK,EAAE,KAAK,EAAA;AACzB,QAAA,IAAI,CAAC,UAAU,GAAG,KAAK;QAEvB,IAAI,CAAC,gBAAgB,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC;IAC/C;IAEA,WAAW,CAAC,KAAK,EAAE,KAAK,EAAA;AACpB,QAAA,IAAI,IAAI,CAAC,MAAM,EAAE;YACb,KAAK,CAAC,cAAc,EAAE;YAEtB;QACJ;AACA,QAAA,IAAI,KAAK,KAAK,IAAI,CAAC,UAAU,EAAE;AAC3B,YAAA,IAAI,CAAC,gBAAgB,CAAC,KAAK,EAAE,KAAK,CAAC;QACvC;IACJ;AAEA,IAAA,cAAc,CAAC,KAAK,EAAA;QAChB,OAAO,IAAI,CAAC,MAAM,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,KAAK,CAAC;IACnD;IAEA,YAAY,CAAC,KAAK,EAAE,KAAK,EAAA;AACrB,QAAA,IAAI,KAAK,KAAK,CAAC,EAAE;YACb,IAAI,CAAC,gBAAgB,CAAC,KAAK,EAAE,KAAK,GAAG,CAAC,CAAC;QAC3C;IACJ;IAEA,YAAY,CAAC,KAAK,EAAE,KAAK,EAAA;QACrB,IAAI,KAAK,KAAK,IAAI,CAAC,aAAa,CAAC,MAAM,GAAG,CAAC,EAAE;YACzC,IAAI,CAAC,gBAAgB,CAAC,KAAK,EAAE,KAAK,GAAG,CAAC,CAAC;QAC3C;IACJ;AAEA,IAAA,SAAS,CAAC,KAAa,EAAA;AACnB,QAAA,OAAO,KAAK;IAChB;IAEA,kBAAkB,GAAA;QACd,IAAI,CAAC,MAAM,GAAI,IAAI,CAAC,aAAyC,CAAC,OAAO,EAAE;QACtE,IAAI,CAAC,SAAoC,CAAC,OAAO,CAAC,CAAC,IAAI,KAAI;AACxD,YAAA,QAAQ,IAAI,CAAC,OAAO,EAAE;AAClB,gBAAA,KAAK,OAAO;AACR,oBAAA,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,QAAQ;oBAClC;AAEJ,gBAAA,KAAK,KAAK;AACN,oBAAA,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,QAAQ;oBAChC;AAEJ,gBAAA;oBACI;;AAEZ,QAAA,CAAC,CAAC;IACN;wGA/HS,OAAO,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAP,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,OAAO,EAAA,YAAA,EAAA,KAAA,EAAA,QAAA,EAAA,WAAA,EAAA,MAAA,EAAA,EAAA,UAAA,EAAA,YAAA,EAAA,WAAA,EAAA,aAAA,EAAA,MAAA,EAAA,QAAA,EAAA,iBAAA,EAAA,mBAAA,EAAA,EAAA,OAAA,EAAA,EAAA,OAAA,EAAA,SAAA,EAAA,gBAAA,EAAA,kBAAA,EAAA,EAAA,IAAA,EAAA,EAAA,UAAA,EAAA,EAAA,iBAAA,EAAA,MAAA,EAAA,mBAAA,EAAA,MAAA,EAAA,0BAAA,EAAA,4BAAA,EAAA,EAAA,EAAA,OAAA,EAAA,CAAA,EAAA,YAAA,EAAA,eAAA,EAAA,SAAA,EAsBC,YAAY,EAAA,EAAA,EAAA,YAAA,EAAA,WAAA,EAAA,SAAA,EAEZ,WAAW,EAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EApLlB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6HT,IAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,MAAA,EAAA,CAAA,iNAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,OAAA,EAAA,QAAA,EAAA,WAAA,EAAA,MAAA,EAAA,CAAA,OAAA,EAAA,SAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,OAAA,EAAA,QAAA,EAAA,kBAAA,EAAA,MAAA,EAAA,CAAA,SAAA,EAAA,cAAA,EAAA,eAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,IAAA,EAAA,QAAA,EAAA,QAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,UAAA,EAAA,UAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,CAAA,yBAAA,EAAA,kBAAA,EAAA,0BAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAnMQ,cAAc,EAAA,QAAA,EAAA,kBAAA,EAAA,MAAA,EAAA,CAAA,IAAA,EAAA,aAAA,EAAA,UAAA,EAAA,gBAAA,EAAA,cAAA,EAAA,OAAA,EAAA,QAAA,EAAA,aAAA,CAAA,EAAA,OAAA,EAAA,CAAA,SAAA,EAAA,cAAA,EAAA,cAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAvEd,aAAa,EAAA,QAAA,EAAA,iBAAA,EAAA,MAAA,EAAA,CAAA,IAAA,EAAA,UAAA,EAAA,cAAA,EAAA,OAAA,EAAA,UAAA,EAAA,QAAA,EAAA,aAAA,EAAA,aAAA,EAAA,cAAA,CAAA,EAAA,OAAA,EAAA,CAAA,SAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAqCb,gBAAgB,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,CAAA,UAAA,EAAA,gBAAA,EAAA,cAAA,EAAA,OAAA,EAAA,QAAA,EAAA,aAAA,CAAA,EAAA,CAAA,EAAA,UAAA,EA+Ob;YACR,OAAO,CAAC,YAAY,EAAE;AAClB,gBAAA,KAAK,CACD,QAAQ,EACR,KAAK,CAAC;AACF,oBAAA,MAAM,EAAE,GAAG;AACX,oBAAA,UAAU,EAAE;AACf,iBAAA,CAAC,CACL;AACD,gBAAA,KAAK,CACD,SAAS,EACT,KAAK,CAAC;AACF,oBAAA,MAAM,EAAE,GAAG;AACX,oBAAA,UAAU,EAAE;AACf,iBAAA,CAAC,CACL;gBACD,UAAU,CAAC,oBAAoB,EAAE,CAAC,OAAO,CAAC,sCAAsC,CAAC,CAAC,CAAC;AACnF,gBAAA,UAAU,CAAC,WAAW,EAAE,OAAO,CAAC,CAAC,CAAC;aACrC;AACJ,SAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA;;4FAEQ,OAAO,EAAA,UAAA,EAAA,CAAA;kBA9JnB,SAAS;AACI,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,WAAW,EAAA,QAAA,EACX;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA6HT,EAAA,eAAA,EACgB,uBAAuB,CAAC,MAAM,EAAA,aAAA,EAChC,iBAAiB,CAAC,IAAI,EAAA,UAAA,EAEzB,KAAK,EAAA,IAAA,EACX;AACF,wBAAA,mBAAmB,EAAE,MAAM;AAC3B,wBAAA,qBAAqB,EAAE,MAAM;AAC7B,wBAAA,4BAA4B,EAAE;qBACjC,EAAA,UAAA,EACW;wBACR,OAAO,CAAC,YAAY,EAAE;AAClB,4BAAA,KAAK,CACD,QAAQ,EACR,KAAK,CAAC;AACF,gCAAA,MAAM,EAAE,GAAG;AACX,gCAAA,UAAU,EAAE;AACf,6BAAA,CAAC,CACL;AACD,4BAAA,KAAK,CACD,SAAS,EACT,KAAK,CAAC;AACF,gCAAA,MAAM,EAAE,GAAG;AACX,gCAAA,UAAU,EAAE;AACf,6BAAA,CAAC,CACL;4BACD,UAAU,CAAC,oBAAoB,EAAE,CAAC,OAAO,CAAC,sCAAsC,CAAC,CAAC,CAAC;AACnF,4BAAA,UAAU,CAAC,WAAW,EAAE,OAAO,CAAC,CAAC,CAAC;yBACrC;AACJ,qBAAA,EAAA,MAAA,EAAA,CAAA,iNAAA,CAAA,EAAA;;sBAOA;;sBAKA;;sBAKA;;sBAKA;;sBAEA,eAAe;uBAAC,YAAY;;sBAE5B,eAAe;uBAAC,WAAW;;sBAE3B;;sBAOA;;MAsGQ,aAAa,CAAA;wGAAb,aAAa,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;yGAAb,aAAa,EAAA,YAAA,EAAA,CAvIb,OAAO,EAlMP,YAAY,EAAZ,YAAY,EAhCZ,cAAc,EAvEd,aAAa,EAqCb,gBAAgB,CAAA,EAAA,OAAA,EAAA,CAuYf,YAAY,EAAE,YAAY,CAAA,EAAA,OAAA,EAAA,CAnI3B,OAAO,EAlMP,YAAY,EAhCZ,cAAc,EAvEd,aAAa,EAqCb,gBAAgB,EAwYyD,YAAY,CAAA,EAAA,CAAA;AAGrF,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,aAAa,EAAA,OAAA,EAAA,CAJZ,YAAY,EAAE,YAAY,EAC8C,YAAY,CAAA,EAAA,CAAA;;4FAGrF,aAAa,EAAA,UAAA,EAAA,CAAA;kBALzB,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACN,oBAAA,OAAO,EAAE,CAAC,YAAY,EAAE,YAAY,CAAC;AACrC,oBAAA,OAAO,EAAE,CAAC,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,aAAa,EAAE,gBAAgB,EAAE,YAAY,CAAC;AAC/F,oBAAA,YAAY,EAAE,CAAC,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,aAAa,EAAE,gBAAgB;AACtG,iBAAA;;;ACtdD;;AAEG;;;;"}
@@ -1,6 +1,7 @@
1
1
  import * as i0 from '@angular/core';
2
- import { EventEmitter, booleanAttribute, numberAttribute, ViewChild, Output, Input, ViewEncapsulation, ChangeDetectionStrategy, Component, NgModule } from '@angular/core';
2
+ import { EventEmitter, booleanAttribute, numberAttribute, ContentChildren, ViewChild, Output, Input, ViewEncapsulation, ChangeDetectionStrategy, Component, NgModule } from '@angular/core';
3
3
  import { DomHandler } from 'cax-design-system/dom';
4
+ import { CaxTemplate, SharedModule } from 'cax-design-system/api';
4
5
  import * as i1 from '@angular/router';
5
6
  import { RouterModule } from '@angular/router';
6
7
  import * as i2 from '@angular/common';
@@ -53,6 +54,12 @@ class Steps {
53
54
  */
54
55
  activeIndexChange = new EventEmitter();
55
56
  listViewChild;
57
+ /**
58
+ * Templates of the component.
59
+ * @group Props
60
+ */
61
+ templates;
62
+ stepTemplate;
56
63
  constructor(router, route, cd) {
57
64
  this.router = router;
58
65
  this.route = route;
@@ -62,6 +69,15 @@ class Steps {
62
69
  ngOnInit() {
63
70
  this.subscription = this.router.events.subscribe(() => this.cd.markForCheck());
64
71
  }
72
+ ngAfterContentInit() {
73
+ this.templates?.forEach((item) => {
74
+ switch (item.getType()) {
75
+ case 'step':
76
+ this.stepTemplate = item.template;
77
+ break;
78
+ }
79
+ });
80
+ }
65
81
  onItemClick(event, item, i) {
66
82
  if (this.readonly || item.disabled) {
67
83
  event.preventDefault();
@@ -179,14 +195,14 @@ class Steps {
179
195
  this.subscription.unsubscribe();
180
196
  }
181
197
  }
182
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: Steps, deps: [{ token: i1.Router }, { token: i1.ActivatedRoute }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
183
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.17", type: Steps, isStandalone: false, selector: "cax-steps", inputs: { activeIndex: ["activeIndex", "activeIndex", numberAttribute], model: "model", readonly: ["readonly", "readonly", booleanAttribute], style: "style", styleClass: "styleClass", exact: ["exact", "exact", booleanAttribute] }, outputs: { activeIndexChange: "activeIndexChange" }, host: { classAttribute: "cax-element" }, viewQueries: [{ propertyName: "listViewChild", first: true, predicate: ["list"], descendants: true }], ngImport: i0, template: "<nav [ngClass]=\"{ 'cax-steps cax-component': true, 'cax-readonly': readonly }\" [ngStyle]=\"style\" [class]=\"styleClass\" [attr.data-pc-name]=\"'steps'\">\r\n <ul #list [attr.data-pc-section]=\"'menu'\">\r\n <li\r\n *ngFor=\"let item of model; let i = index\"\r\n class=\"cax-steps-item\"\r\n #menuitem\r\n [ngStyle]=\"item.style\"\r\n [class]=\"item.styleClass\"\r\n [attr.aria-current]=\"isActive(item, i) ? 'step' : undefined\"\r\n [attr.id]=\"item.id\"\r\n caxTooltip\r\n [tooltipOptions]=\"item.tooltipOptions\"\r\n [ngClass]=\"{\r\n 'cax-highlight': i <= activeIndex, \r\n 'cax-steps-current': isActive(item, i),\r\n 'cax-disabled': item.disabled || (readonly && !isActive(item, i))\r\n }\"\r\n [attr.data-pc-section]=\"'menuitem'\"\r\n >\r\n <a\r\n role=\"link\"\r\n *ngIf=\"isClickableRouterLink(item); else elseBlock\"\r\n [routerLink]=\"item.routerLink\"\r\n [queryParams]=\"item.queryParams\"\r\n [routerLinkActive]=\"'cax-menuitem-link-active'\"\r\n [routerLinkActiveOptions]=\"item.routerLinkActiveOptions || { exact: false }\"\r\n class=\"cax-menuitem-link\"\r\n (click)=\"onItemClick($event, item, i)\"\r\n (keydown)=\"onItemKeydown($event, item, i)\"\r\n [target]=\"item.target\"\r\n [attr.tabindex]=\"getItemTabIndex(item, i)\"\r\n [attr.aria-disabled]=\"item.disabled || (readonly && i !== activeIndex)\"\r\n [fragment]=\"item.fragment\"\r\n [queryParamsHandling]=\"item.queryParamsHandling\"\r\n [preserveFragment]=\"item.preserveFragment\"\r\n [skipLocationChange]=\"item.skipLocationChange\"\r\n [replaceUrl]=\"item.replaceUrl\"\r\n [state]=\"item.state\"\r\n [attr.aria-current]=\"i === activeIndex ? 'step' : null\"\r\n >\r\n <span class=\"cax-steps-number\"> {{ i + 1 }}</span>\r\n <span class=\"cax-steps-title\" *ngIf=\"item.escape !== false; else htmlLabel\"> {{ item.label }}</span>\r\n <ng-template #htmlLabel><span class=\"cax-steps-title\" [innerHTML]=\"item.label\"></span></ng-template>\r\n </a>\r\n <ng-template #elseBlock>\r\n <a\r\n role=\"link\"\r\n [attr.href]=\"item.url\"\r\n class=\"cax-menuitem-link\"\r\n (click)=\"onItemClick($event, item, i)\"\r\n (keydown)=\"onItemKeydown($event, item, i)\"\r\n [target]=\"item.target\"\r\n [attr.tabindex]=\"getItemTabIndex(item, i)\"\r\n [attr.aria-disabled]=\"item.disabled || (readonly && i !== activeIndex)\"\r\n [attr.aria-current]=\"i === activeIndex ? 'step' : null\"\r\n >\r\n <span class=\"cax-steps-number\"> {{ i + 1 }} </span>\r\n <span class=\"cax-steps-title\" *ngIf=\"item.escape !== false; else htmlRouteLabel\">{{ item.label }}</span>\r\n <ng-template #htmlRouteLabel><span class=\"cax-steps-title\" [innerHTML]=\"item.label\"></span></ng-template>\r\n </a>\r\n </ng-template>\r\n </li>\r\n </ul>\r\n</nav>", styles: ["@layer cax{.cax-steps{position:relative}.cax-steps ul{padding:0;margin:0;list-style-type:none;display:flex}.cax-steps-item{position:relative;display:flex;justify-content:center;flex:1 1 auto}.cax-steps-item .cax-menuitem-link{display:inline-flex;flex-direction:column;align-items:center;overflow:hidden;text-decoration:none}.cax-steps.cax-steps-readonly .cax-steps-item{cursor:auto}.cax-steps-item.cax-steps-current .cax-menuitem-link{cursor:default}.cax-steps-title{white-space:nowrap}.cax-steps-number{display:flex;align-items:center;justify-content:center}.cax-steps-title{display:block}}\n"], dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i1.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "directive", type: i1.RouterLinkActive, selector: "[routerLinkActive]", inputs: ["routerLinkActiveOptions", "ariaCurrentWhenActive", "routerLinkActive"], outputs: ["isActiveChange"], exportAs: ["routerLinkActive"] }, { kind: "directive", type: i3.Tooltip, selector: "[caxTooltip]", inputs: ["tooltipPosition", "tooltipEvent", "appendTo", "positionStyle", "tooltipStyleClass", "tooltipZIndex", "escape", "showDelay", "hideDelay", "life", "positionTop", "positionLeft", "autoHide", "fitContent", "hideOnEscape", "caxTooltip", "tooltipDisabled", "tooltipOptions", "linkUrl", "linkText"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
198
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: Steps, deps: [{ token: i1.Router }, { token: i1.ActivatedRoute }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
199
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.25", type: Steps, isStandalone: false, selector: "cax-steps", inputs: { activeIndex: ["activeIndex", "activeIndex", numberAttribute], model: "model", readonly: ["readonly", "readonly", booleanAttribute], style: "style", styleClass: "styleClass", exact: ["exact", "exact", booleanAttribute] }, outputs: { activeIndexChange: "activeIndexChange" }, host: { classAttribute: "cax-element" }, queries: [{ propertyName: "templates", predicate: CaxTemplate }], viewQueries: [{ propertyName: "listViewChild", first: true, predicate: ["list"], descendants: true }], ngImport: i0, template: "<nav [ngClass]=\"{ 'cax-steps cax-component': true, 'cax-readonly': readonly }\" [ngStyle]=\"style\" [class]=\"styleClass\" [attr.data-pc-name]=\"'steps'\">\n <ul #list [attr.data-pc-section]=\"'menu'\">\n <li\n *ngFor=\"let item of model; let i = index\"\n class=\"cax-steps-item\"\n #menuitem\n [ngStyle]=\"item.style\"\n [class]=\"item.styleClass\"\n [attr.aria-current]=\"isActive(item, i) ? 'step' : undefined\"\n [attr.id]=\"item.id\"\n caxTooltip\n [tooltipOptions]=\"item.tooltipOptions\"\n [ngClass]=\"{\n 'cax-highlight': i <= activeIndex, \n 'cax-steps-current': isActive(item, i),\n 'cax-disabled': item.disabled || (readonly && !isActive(item, i))\n }\"\n [attr.data-pc-section]=\"'menuitem'\"\n >\n <a\n role=\"link\"\n *ngIf=\"isClickableRouterLink(item); else elseBlock\"\n [routerLink]=\"item.routerLink\"\n [queryParams]=\"item.queryParams\"\n [routerLinkActive]=\"'cax-menuitem-link-active'\"\n [routerLinkActiveOptions]=\"item.routerLinkActiveOptions || { exact: false }\"\n class=\"cax-menuitem-link\"\n (click)=\"onItemClick($event, item, i)\"\n (keydown)=\"onItemKeydown($event, item, i)\"\n [target]=\"item.target\"\n [attr.tabindex]=\"getItemTabIndex(item, i)\"\n [attr.aria-disabled]=\"item.disabled || (readonly && i !== activeIndex)\"\n [fragment]=\"item.fragment\"\n [queryParamsHandling]=\"item.queryParamsHandling\"\n [preserveFragment]=\"item.preserveFragment\"\n [skipLocationChange]=\"item.skipLocationChange\"\n [replaceUrl]=\"item.replaceUrl\"\n [state]=\"item.state\"\n [attr.aria-current]=\"i === activeIndex ? 'step' : null\"\n >\n <span class=\"cax-steps-number cax-text-body-xsm-semibold\">\n <ng-container *ngIf=\"!stepTemplate; else stepTemplateOutlet\"> {{ i + 1 }} </ng-container>\n <ng-template #stepTemplateOutlet>\n <ng-container *ngTemplateOutlet=\"stepTemplate; context: { $implicit: item, index: i }\"></ng-container>\n </ng-template>\n </span>\n <span class=\"cax-steps-title cax-text-body-sm-medium\" *ngIf=\"item.escape !== false; else htmlLabel\"> {{ item.label }}</span>\n <ng-template #htmlLabel><span class=\"cax-steps-title cax-text-body-sm-medium\" [innerHTML]=\"item.label\"></span></ng-template>\n </a>\n <ng-template #elseBlock>\n <a\n role=\"link\"\n [attr.href]=\"item.url\"\n class=\"cax-menuitem-link\"\n (click)=\"onItemClick($event, item, i)\"\n (keydown)=\"onItemKeydown($event, item, i)\"\n [target]=\"item.target\"\n [attr.tabindex]=\"getItemTabIndex(item, i)\"\n [attr.aria-disabled]=\"item.disabled || (readonly && i !== activeIndex)\"\n [attr.aria-current]=\"i === activeIndex ? 'step' : null\"\n >\n <span class=\"cax-steps-number cax-text-body-xsm-semibold\">\n <ng-container *ngIf=\"!stepTemplate; else stepTemplateOutlet\"> {{ i + 1 }} </ng-container>\n <ng-template #stepTemplateOutlet>\n <ng-container *ngTemplateOutlet=\"stepTemplate; context: { $implicit: item, index: i }\"></ng-container>\n </ng-template>\n </span>\n <span class=\"cax-steps-title cax-text-body-sm-medium\" *ngIf=\"item.escape !== false; else htmlRouteLabel\">{{ item.label }}</span>\n <ng-template #htmlRouteLabel><span class=\"cax-steps-title cax-text-body-sm-medium\" [innerHTML]=\"item.label\"></span></ng-template>\n </a>\n </ng-template>\n </li>\n </ul>\n</nav>\n", styles: ["@layer cax{.cax-steps{position:relative}.cax-steps ul{padding:0;margin:0;list-style-type:none;display:flex}.cax-steps-item{position:relative;display:flex;justify-content:center;flex:1 1 auto}.cax-steps-item .cax-menuitem-link{display:inline-flex;flex-direction:column;align-items:center;overflow:hidden;text-decoration:none}.cax-steps.cax-steps-readonly .cax-steps-item{cursor:auto}.cax-steps-item.cax-steps-current .cax-menuitem-link{cursor:default}.cax-steps-title{white-space:nowrap}.cax-steps-number{display:flex;align-items:center;justify-content:center}.cax-steps-title{display:block}}\n"], dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i1.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "directive", type: i1.RouterLinkActive, selector: "[routerLinkActive]", inputs: ["routerLinkActiveOptions", "ariaCurrentWhenActive", "routerLinkActive"], outputs: ["isActiveChange"], exportAs: ["routerLinkActive"] }, { kind: "directive", type: i3.Tooltip, selector: "[caxTooltip]", inputs: ["tooltipPosition", "tooltipEvent", "appendTo", "positionStyle", "tooltipStyleClass", "tooltipZIndex", "escape", "showDelay", "hideDelay", "life", "positionTop", "positionLeft", "autoHide", "fitContent", "hideOnEscape", "caxTooltip", "tooltipDisabled", "tooltipOptions", "linkUrl", "linkText"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
184
200
  }
185
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: Steps, decorators: [{
201
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: Steps, decorators: [{
186
202
  type: Component,
187
203
  args: [{ selector: 'cax-steps', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, standalone: false, host: {
188
204
  class: 'cax-element'
189
- }, template: "<nav [ngClass]=\"{ 'cax-steps cax-component': true, 'cax-readonly': readonly }\" [ngStyle]=\"style\" [class]=\"styleClass\" [attr.data-pc-name]=\"'steps'\">\r\n <ul #list [attr.data-pc-section]=\"'menu'\">\r\n <li\r\n *ngFor=\"let item of model; let i = index\"\r\n class=\"cax-steps-item\"\r\n #menuitem\r\n [ngStyle]=\"item.style\"\r\n [class]=\"item.styleClass\"\r\n [attr.aria-current]=\"isActive(item, i) ? 'step' : undefined\"\r\n [attr.id]=\"item.id\"\r\n caxTooltip\r\n [tooltipOptions]=\"item.tooltipOptions\"\r\n [ngClass]=\"{\r\n 'cax-highlight': i <= activeIndex, \r\n 'cax-steps-current': isActive(item, i),\r\n 'cax-disabled': item.disabled || (readonly && !isActive(item, i))\r\n }\"\r\n [attr.data-pc-section]=\"'menuitem'\"\r\n >\r\n <a\r\n role=\"link\"\r\n *ngIf=\"isClickableRouterLink(item); else elseBlock\"\r\n [routerLink]=\"item.routerLink\"\r\n [queryParams]=\"item.queryParams\"\r\n [routerLinkActive]=\"'cax-menuitem-link-active'\"\r\n [routerLinkActiveOptions]=\"item.routerLinkActiveOptions || { exact: false }\"\r\n class=\"cax-menuitem-link\"\r\n (click)=\"onItemClick($event, item, i)\"\r\n (keydown)=\"onItemKeydown($event, item, i)\"\r\n [target]=\"item.target\"\r\n [attr.tabindex]=\"getItemTabIndex(item, i)\"\r\n [attr.aria-disabled]=\"item.disabled || (readonly && i !== activeIndex)\"\r\n [fragment]=\"item.fragment\"\r\n [queryParamsHandling]=\"item.queryParamsHandling\"\r\n [preserveFragment]=\"item.preserveFragment\"\r\n [skipLocationChange]=\"item.skipLocationChange\"\r\n [replaceUrl]=\"item.replaceUrl\"\r\n [state]=\"item.state\"\r\n [attr.aria-current]=\"i === activeIndex ? 'step' : null\"\r\n >\r\n <span class=\"cax-steps-number\"> {{ i + 1 }}</span>\r\n <span class=\"cax-steps-title\" *ngIf=\"item.escape !== false; else htmlLabel\"> {{ item.label }}</span>\r\n <ng-template #htmlLabel><span class=\"cax-steps-title\" [innerHTML]=\"item.label\"></span></ng-template>\r\n </a>\r\n <ng-template #elseBlock>\r\n <a\r\n role=\"link\"\r\n [attr.href]=\"item.url\"\r\n class=\"cax-menuitem-link\"\r\n (click)=\"onItemClick($event, item, i)\"\r\n (keydown)=\"onItemKeydown($event, item, i)\"\r\n [target]=\"item.target\"\r\n [attr.tabindex]=\"getItemTabIndex(item, i)\"\r\n [attr.aria-disabled]=\"item.disabled || (readonly && i !== activeIndex)\"\r\n [attr.aria-current]=\"i === activeIndex ? 'step' : null\"\r\n >\r\n <span class=\"cax-steps-number\"> {{ i + 1 }} </span>\r\n <span class=\"cax-steps-title\" *ngIf=\"item.escape !== false; else htmlRouteLabel\">{{ item.label }}</span>\r\n <ng-template #htmlRouteLabel><span class=\"cax-steps-title\" [innerHTML]=\"item.label\"></span></ng-template>\r\n </a>\r\n </ng-template>\r\n </li>\r\n </ul>\r\n</nav>", styles: ["@layer cax{.cax-steps{position:relative}.cax-steps ul{padding:0;margin:0;list-style-type:none;display:flex}.cax-steps-item{position:relative;display:flex;justify-content:center;flex:1 1 auto}.cax-steps-item .cax-menuitem-link{display:inline-flex;flex-direction:column;align-items:center;overflow:hidden;text-decoration:none}.cax-steps.cax-steps-readonly .cax-steps-item{cursor:auto}.cax-steps-item.cax-steps-current .cax-menuitem-link{cursor:default}.cax-steps-title{white-space:nowrap}.cax-steps-number{display:flex;align-items:center;justify-content:center}.cax-steps-title{display:block}}\n"] }]
205
+ }, template: "<nav [ngClass]=\"{ 'cax-steps cax-component': true, 'cax-readonly': readonly }\" [ngStyle]=\"style\" [class]=\"styleClass\" [attr.data-pc-name]=\"'steps'\">\n <ul #list [attr.data-pc-section]=\"'menu'\">\n <li\n *ngFor=\"let item of model; let i = index\"\n class=\"cax-steps-item\"\n #menuitem\n [ngStyle]=\"item.style\"\n [class]=\"item.styleClass\"\n [attr.aria-current]=\"isActive(item, i) ? 'step' : undefined\"\n [attr.id]=\"item.id\"\n caxTooltip\n [tooltipOptions]=\"item.tooltipOptions\"\n [ngClass]=\"{\n 'cax-highlight': i <= activeIndex, \n 'cax-steps-current': isActive(item, i),\n 'cax-disabled': item.disabled || (readonly && !isActive(item, i))\n }\"\n [attr.data-pc-section]=\"'menuitem'\"\n >\n <a\n role=\"link\"\n *ngIf=\"isClickableRouterLink(item); else elseBlock\"\n [routerLink]=\"item.routerLink\"\n [queryParams]=\"item.queryParams\"\n [routerLinkActive]=\"'cax-menuitem-link-active'\"\n [routerLinkActiveOptions]=\"item.routerLinkActiveOptions || { exact: false }\"\n class=\"cax-menuitem-link\"\n (click)=\"onItemClick($event, item, i)\"\n (keydown)=\"onItemKeydown($event, item, i)\"\n [target]=\"item.target\"\n [attr.tabindex]=\"getItemTabIndex(item, i)\"\n [attr.aria-disabled]=\"item.disabled || (readonly && i !== activeIndex)\"\n [fragment]=\"item.fragment\"\n [queryParamsHandling]=\"item.queryParamsHandling\"\n [preserveFragment]=\"item.preserveFragment\"\n [skipLocationChange]=\"item.skipLocationChange\"\n [replaceUrl]=\"item.replaceUrl\"\n [state]=\"item.state\"\n [attr.aria-current]=\"i === activeIndex ? 'step' : null\"\n >\n <span class=\"cax-steps-number cax-text-body-xsm-semibold\">\n <ng-container *ngIf=\"!stepTemplate; else stepTemplateOutlet\"> {{ i + 1 }} </ng-container>\n <ng-template #stepTemplateOutlet>\n <ng-container *ngTemplateOutlet=\"stepTemplate; context: { $implicit: item, index: i }\"></ng-container>\n </ng-template>\n </span>\n <span class=\"cax-steps-title cax-text-body-sm-medium\" *ngIf=\"item.escape !== false; else htmlLabel\"> {{ item.label }}</span>\n <ng-template #htmlLabel><span class=\"cax-steps-title cax-text-body-sm-medium\" [innerHTML]=\"item.label\"></span></ng-template>\n </a>\n <ng-template #elseBlock>\n <a\n role=\"link\"\n [attr.href]=\"item.url\"\n class=\"cax-menuitem-link\"\n (click)=\"onItemClick($event, item, i)\"\n (keydown)=\"onItemKeydown($event, item, i)\"\n [target]=\"item.target\"\n [attr.tabindex]=\"getItemTabIndex(item, i)\"\n [attr.aria-disabled]=\"item.disabled || (readonly && i !== activeIndex)\"\n [attr.aria-current]=\"i === activeIndex ? 'step' : null\"\n >\n <span class=\"cax-steps-number cax-text-body-xsm-semibold\">\n <ng-container *ngIf=\"!stepTemplate; else stepTemplateOutlet\"> {{ i + 1 }} </ng-container>\n <ng-template #stepTemplateOutlet>\n <ng-container *ngTemplateOutlet=\"stepTemplate; context: { $implicit: item, index: i }\"></ng-container>\n </ng-template>\n </span>\n <span class=\"cax-steps-title cax-text-body-sm-medium\" *ngIf=\"item.escape !== false; else htmlRouteLabel\">{{ item.label }}</span>\n <ng-template #htmlRouteLabel><span class=\"cax-steps-title cax-text-body-sm-medium\" [innerHTML]=\"item.label\"></span></ng-template>\n </a>\n </ng-template>\n </li>\n </ul>\n</nav>\n", styles: ["@layer cax{.cax-steps{position:relative}.cax-steps ul{padding:0;margin:0;list-style-type:none;display:flex}.cax-steps-item{position:relative;display:flex;justify-content:center;flex:1 1 auto}.cax-steps-item .cax-menuitem-link{display:inline-flex;flex-direction:column;align-items:center;overflow:hidden;text-decoration:none}.cax-steps.cax-steps-readonly .cax-steps-item{cursor:auto}.cax-steps-item.cax-steps-current .cax-menuitem-link{cursor:default}.cax-steps-title{white-space:nowrap}.cax-steps-number{display:flex;align-items:center;justify-content:center}.cax-steps-title{display:block}}\n"] }]
190
206
  }], ctorParameters: () => [{ type: i1.Router }, { type: i1.ActivatedRoute }, { type: i0.ChangeDetectorRef }], propDecorators: { activeIndex: [{
191
207
  type: Input,
192
208
  args: [{ transform: numberAttribute }]
@@ -207,18 +223,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
207
223
  }], listViewChild: [{
208
224
  type: ViewChild,
209
225
  args: ['list', { static: false }]
226
+ }], templates: [{
227
+ type: ContentChildren,
228
+ args: [CaxTemplate]
210
229
  }] } });
211
230
 
212
231
  class StepsModule {
213
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: StepsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
214
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.17", ngImport: i0, type: StepsModule, declarations: [Steps], imports: [CommonModule, RouterModule, TooltipModule], exports: [Steps, RouterModule, TooltipModule] });
215
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: StepsModule, imports: [CommonModule, RouterModule, TooltipModule, RouterModule, TooltipModule] });
232
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StepsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
233
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.25", ngImport: i0, type: StepsModule, declarations: [Steps], imports: [CommonModule, RouterModule, TooltipModule, SharedModule], exports: [Steps, RouterModule, TooltipModule, SharedModule] });
234
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StepsModule, imports: [CommonModule, RouterModule, TooltipModule, SharedModule, RouterModule, TooltipModule, SharedModule] });
216
235
  }
217
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: StepsModule, decorators: [{
236
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StepsModule, decorators: [{
218
237
  type: NgModule,
219
238
  args: [{
220
- imports: [CommonModule, RouterModule, TooltipModule],
221
- exports: [Steps, RouterModule, TooltipModule],
239
+ imports: [CommonModule, RouterModule, TooltipModule, SharedModule],
240
+ exports: [Steps, RouterModule, TooltipModule, SharedModule],
222
241
  declarations: [Steps]
223
242
  }]
224
243
  }] });
@@ -1 +1 @@
1
- {"version":3,"file":"cax-design-system-steps.mjs","sources":["../../src/app/components/steps/steps.ts","../../src/app/components/steps/steps.html","../../src/app/components/steps/steps.module.ts","../../src/app/components/steps/cax-design-system-steps.ts"],"sourcesContent":["import { CommonModule } from '@angular/common';\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, EventEmitter, Input, NgModule, OnDestroy, OnInit, Output, ViewChild, ViewEncapsulation, booleanAttribute, numberAttribute } from '@angular/core';\nimport { ActivatedRoute, Router, RouterModule } from '@angular/router';\nimport { DomHandler } from 'cax-design-system/dom';\nimport { Nullable } from 'cax-design-system/ts-helpers';\nimport { MenuItem } from 'cax-design-system/api';\nimport { TooltipModule } from 'cax-design-system/tooltip';\nimport { Subscription } from 'rxjs';\n/**\n * Steps components is an indicator for the steps in a wizard workflow.\n * @group Components\n */\n@Component({\n selector: 'cax-steps',\n templateUrl: './steps.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n styleUrls: ['./steps.scss'],\n standalone: false,\n host: {\n class: 'cax-element'\n }\n})\nexport class Steps implements OnInit, OnDestroy {\n /**\n * Index of the active item.\n * @group Props\n */\n @Input({ transform: numberAttribute }) activeIndex: number = 0;\n /**\n * An array of menu items.\n * @group Props\n */\n @Input() model: MenuItem[] | undefined;\n /**\n * Whether the items are clickable or not.\n * @group Props\n */\n @Input({ transform: booleanAttribute }) readonly: boolean = true;\n /**\n * Inline style of the component.\n * @group Props\n */\n @Input() style: { [klass: string]: any } | null | undefined;\n /**\n * Style class of the component.\n * @group Props\n */\n @Input() styleClass: string | undefined;\n /**\n * Whether to apply 'router-link-active-exact' class if route exactly matches the item path.\n * @group Props\n */\n @Input({ transform: booleanAttribute }) exact: boolean = true;\n /**\n * Callback to invoke when the new step is selected.\n * @param {number} number - current index.\n * @group Emits\n */\n @Output() activeIndexChange: EventEmitter<number> = new EventEmitter<number>();\n\n @ViewChild('list', { static: false }) listViewChild: Nullable<ElementRef>;\n\n constructor(\n private router: Router,\n private route: ActivatedRoute,\n private cd: ChangeDetectorRef\n ) {}\n\n subscription: Subscription | undefined;\n\n ngOnInit() {\n this.subscription = this.router.events.subscribe(() => this.cd.markForCheck());\n }\n\n onItemClick(event: Event, item: MenuItem, i: number) {\n if (this.readonly || item.disabled) {\n event.preventDefault();\n return;\n }\n\n this.activeIndexChange.emit(i);\n\n if (!item.url && !item.routerLink) {\n event.preventDefault();\n }\n\n if (item.command) {\n item.command({\n originalEvent: event,\n item: item,\n index: i\n });\n }\n }\n\n onItemKeydown(event: KeyboardEvent, item: MenuItem, i: number) {\n switch (event.code) {\n case 'ArrowRight': {\n this.navigateToNextItem(event.target);\n event.preventDefault();\n break;\n }\n\n case 'ArrowLeft': {\n this.navigateToPrevItem(event.target);\n event.preventDefault();\n break;\n }\n\n case 'Home': {\n this.navigateToFirstItem(event.target);\n event.preventDefault();\n break;\n }\n\n case 'End': {\n this.navigateToLastItem(event.target);\n event.preventDefault();\n break;\n }\n\n case 'Tab':\n if (i !== this.activeIndex) {\n const siblings = DomHandler.find(this.listViewChild.nativeElement, '[data-pc-section=\"menuitem\"]');\n siblings[i].children[0].tabIndex = '-1';\n siblings[this.activeIndex].children[0].tabIndex = '0';\n }\n break;\n\n case 'Enter':\n case 'Space': {\n this.onItemClick(event, item, i);\n event.preventDefault();\n break;\n }\n\n default:\n break;\n }\n }\n\n navigateToNextItem(target) {\n const nextItem = this.findNextItem(target);\n\n nextItem && this.setFocusToMenuitem(target, nextItem);\n }\n navigateToPrevItem(target) {\n const prevItem = this.findPrevItem(target);\n\n prevItem && this.setFocusToMenuitem(target, prevItem);\n }\n navigateToFirstItem(target) {\n const firstItem = this.findFirstItem();\n\n firstItem && this.setFocusToMenuitem(target, firstItem);\n }\n navigateToLastItem(target) {\n const lastItem = this.findLastItem();\n\n lastItem && this.setFocusToMenuitem(target, lastItem);\n }\n findNextItem(item) {\n const nextItem = item.parentElement.nextElementSibling;\n\n return nextItem ? nextItem.children[0] : null;\n }\n findPrevItem(item) {\n const prevItem = item.parentElement.previousElementSibling;\n\n return prevItem ? prevItem.children[0] : null;\n }\n findFirstItem() {\n const firstSibling = DomHandler.findSingle(this.listViewChild.nativeElement, '[data-pc-section=\"menuitem\"]');\n\n return firstSibling ? firstSibling.children[0] : null;\n }\n findLastItem() {\n const siblings = DomHandler.find(this.listViewChild.nativeElement, '[data-pc-section=\"menuitem\"]');\n\n return siblings ? siblings[siblings.length - 1].children[0] : null;\n }\n setFocusToMenuitem(target, focusableItem) {\n target.tabIndex = '-1';\n focusableItem.tabIndex = '0';\n focusableItem.focus();\n }\n\n isClickableRouterLink(item: MenuItem) {\n return item.routerLink && !this.readonly && !item.disabled;\n }\n\n isActive(item: MenuItem, index: number) {\n if (item.routerLink) {\n let routerLink = Array.isArray(item.routerLink) ? item.routerLink : [item.routerLink];\n\n return this.router.isActive(this.router.createUrlTree(routerLink, { relativeTo: this.route }).toString(), false);\n }\n\n return index === this.activeIndex;\n }\n\n getItemTabIndex(item: MenuItem, index: number): string {\n if (item.disabled) {\n return '-1';\n }\n\n if (!item.disabled && this.activeIndex === index) {\n return item.tabindex || '0';\n }\n\n return item.tabindex ?? '-1';\n }\n\n ngOnDestroy() {\n if (this.subscription) {\n this.subscription.unsubscribe();\n }\n }\n}\n","<nav [ngClass]=\"{ 'cax-steps cax-component': true, 'cax-readonly': readonly }\" [ngStyle]=\"style\" [class]=\"styleClass\" [attr.data-pc-name]=\"'steps'\">\r\n <ul #list [attr.data-pc-section]=\"'menu'\">\r\n <li\r\n *ngFor=\"let item of model; let i = index\"\r\n class=\"cax-steps-item\"\r\n #menuitem\r\n [ngStyle]=\"item.style\"\r\n [class]=\"item.styleClass\"\r\n [attr.aria-current]=\"isActive(item, i) ? 'step' : undefined\"\r\n [attr.id]=\"item.id\"\r\n caxTooltip\r\n [tooltipOptions]=\"item.tooltipOptions\"\r\n [ngClass]=\"{\r\n 'cax-highlight': i <= activeIndex, \r\n 'cax-steps-current': isActive(item, i),\r\n 'cax-disabled': item.disabled || (readonly && !isActive(item, i))\r\n }\"\r\n [attr.data-pc-section]=\"'menuitem'\"\r\n >\r\n <a\r\n role=\"link\"\r\n *ngIf=\"isClickableRouterLink(item); else elseBlock\"\r\n [routerLink]=\"item.routerLink\"\r\n [queryParams]=\"item.queryParams\"\r\n [routerLinkActive]=\"'cax-menuitem-link-active'\"\r\n [routerLinkActiveOptions]=\"item.routerLinkActiveOptions || { exact: false }\"\r\n class=\"cax-menuitem-link\"\r\n (click)=\"onItemClick($event, item, i)\"\r\n (keydown)=\"onItemKeydown($event, item, i)\"\r\n [target]=\"item.target\"\r\n [attr.tabindex]=\"getItemTabIndex(item, i)\"\r\n [attr.aria-disabled]=\"item.disabled || (readonly && i !== activeIndex)\"\r\n [fragment]=\"item.fragment\"\r\n [queryParamsHandling]=\"item.queryParamsHandling\"\r\n [preserveFragment]=\"item.preserveFragment\"\r\n [skipLocationChange]=\"item.skipLocationChange\"\r\n [replaceUrl]=\"item.replaceUrl\"\r\n [state]=\"item.state\"\r\n [attr.aria-current]=\"i === activeIndex ? 'step' : null\"\r\n >\r\n <span class=\"cax-steps-number\"> {{ i + 1 }}</span>\r\n <span class=\"cax-steps-title\" *ngIf=\"item.escape !== false; else htmlLabel\"> {{ item.label }}</span>\r\n <ng-template #htmlLabel><span class=\"cax-steps-title\" [innerHTML]=\"item.label\"></span></ng-template>\r\n </a>\r\n <ng-template #elseBlock>\r\n <a\r\n role=\"link\"\r\n [attr.href]=\"item.url\"\r\n class=\"cax-menuitem-link\"\r\n (click)=\"onItemClick($event, item, i)\"\r\n (keydown)=\"onItemKeydown($event, item, i)\"\r\n [target]=\"item.target\"\r\n [attr.tabindex]=\"getItemTabIndex(item, i)\"\r\n [attr.aria-disabled]=\"item.disabled || (readonly && i !== activeIndex)\"\r\n [attr.aria-current]=\"i === activeIndex ? 'step' : null\"\r\n >\r\n <span class=\"cax-steps-number\"> {{ i + 1 }} </span>\r\n <span class=\"cax-steps-title\" *ngIf=\"item.escape !== false; else htmlRouteLabel\">{{ item.label }}</span>\r\n <ng-template #htmlRouteLabel><span class=\"cax-steps-title\" [innerHTML]=\"item.label\"></span></ng-template>\r\n </a>\r\n </ng-template>\r\n </li>\r\n </ul>\r\n</nav>","import { CommonModule } from '@angular/common';\nimport { RouterModule } from '@angular/router';\nimport { TooltipModule } from 'cax-design-system/tooltip';\nimport { Steps } from './steps';\nimport { NgModule } from '@angular/core';\n\n@NgModule({\n imports: [CommonModule, RouterModule, TooltipModule],\n exports: [Steps, RouterModule, TooltipModule],\n declarations: [Steps]\n})\nexport class StepsModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"cax-design-system-steps.mjs","sources":["../../src/app/components/steps/steps.ts","../../src/app/components/steps/steps.html","../../src/app/components/steps/steps.module.ts","../../src/app/components/steps/cax-design-system-steps.ts"],"sourcesContent":["import { CommonModule } from '@angular/common';\nimport {\n AfterContentInit,\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n ContentChildren,\n ElementRef,\n EventEmitter,\n Input,\n NgModule,\n OnDestroy,\n OnInit,\n Output,\n QueryList,\n TemplateRef,\n ViewChild,\n ViewEncapsulation,\n booleanAttribute,\n numberAttribute\n} from '@angular/core';\nimport { ActivatedRoute, Router, RouterModule } from '@angular/router';\nimport { DomHandler } from 'cax-design-system/dom';\nimport { Nullable } from 'cax-design-system/ts-helpers';\nimport { MenuItem, CaxTemplate } from 'cax-design-system/api';\nimport { TooltipModule } from 'cax-design-system/tooltip';\nimport { Subscription } from 'rxjs';\n/**\n * Steps components is an indicator for the steps in a wizard workflow.\n * @group Components\n */\n@Component({\n selector: 'cax-steps',\n templateUrl: './steps.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n styleUrls: ['./steps.scss'],\n standalone: false,\n host: {\n class: 'cax-element'\n }\n})\nexport class Steps implements OnInit, AfterContentInit, OnDestroy {\n /**\n * Index of the active item.\n * @group Props\n */\n @Input({ transform: numberAttribute }) activeIndex: number = 0;\n /**\n * An array of menu items.\n * @group Props\n */\n @Input() model: MenuItem[] | undefined;\n /**\n * Whether the items are clickable or not.\n * @group Props\n */\n @Input({ transform: booleanAttribute }) readonly: boolean = true;\n /**\n * Inline style of the component.\n * @group Props\n */\n @Input() style: { [klass: string]: any } | null | undefined;\n /**\n * Style class of the component.\n * @group Props\n */\n @Input() styleClass: string | undefined;\n /**\n * Whether to apply 'router-link-active-exact' class if route exactly matches the item path.\n * @group Props\n */\n @Input({ transform: booleanAttribute }) exact: boolean = true;\n /**\n * Callback to invoke when the new step is selected.\n * @param {number} number - current index.\n * @group Emits\n */\n @Output() activeIndexChange: EventEmitter<number> = new EventEmitter<number>();\n\n @ViewChild('list', { static: false }) listViewChild: Nullable<ElementRef>;\n /**\n * Templates of the component.\n * @group Props\n */\n @ContentChildren(CaxTemplate) templates: QueryList<CaxTemplate> | undefined;\n\n stepTemplate: TemplateRef<any> | undefined;\n\n constructor(\n private router: Router,\n private route: ActivatedRoute,\n private cd: ChangeDetectorRef\n ) {}\n\n subscription: Subscription | undefined;\n\n ngOnInit() {\n this.subscription = this.router.events.subscribe(() => this.cd.markForCheck());\n }\n\n ngAfterContentInit() {\n this.templates?.forEach((item) => {\n switch (item.getType()) {\n case 'step':\n this.stepTemplate = item.template;\n break;\n }\n });\n }\n\n onItemClick(event: Event, item: MenuItem, i: number) {\n if (this.readonly || item.disabled) {\n event.preventDefault();\n return;\n }\n\n this.activeIndexChange.emit(i);\n\n if (!item.url && !item.routerLink) {\n event.preventDefault();\n }\n\n if (item.command) {\n item.command({\n originalEvent: event,\n item: item,\n index: i\n });\n }\n }\n\n onItemKeydown(event: KeyboardEvent, item: MenuItem, i: number) {\n switch (event.code) {\n case 'ArrowRight': {\n this.navigateToNextItem(event.target);\n event.preventDefault();\n break;\n }\n\n case 'ArrowLeft': {\n this.navigateToPrevItem(event.target);\n event.preventDefault();\n break;\n }\n\n case 'Home': {\n this.navigateToFirstItem(event.target);\n event.preventDefault();\n break;\n }\n\n case 'End': {\n this.navigateToLastItem(event.target);\n event.preventDefault();\n break;\n }\n\n case 'Tab':\n if (i !== this.activeIndex) {\n const siblings = DomHandler.find(this.listViewChild.nativeElement, '[data-pc-section=\"menuitem\"]');\n siblings[i].children[0].tabIndex = '-1';\n siblings[this.activeIndex].children[0].tabIndex = '0';\n }\n break;\n\n case 'Enter':\n case 'Space': {\n this.onItemClick(event, item, i);\n event.preventDefault();\n break;\n }\n\n default:\n break;\n }\n }\n\n navigateToNextItem(target) {\n const nextItem = this.findNextItem(target);\n\n nextItem && this.setFocusToMenuitem(target, nextItem);\n }\n navigateToPrevItem(target) {\n const prevItem = this.findPrevItem(target);\n\n prevItem && this.setFocusToMenuitem(target, prevItem);\n }\n navigateToFirstItem(target) {\n const firstItem = this.findFirstItem();\n\n firstItem && this.setFocusToMenuitem(target, firstItem);\n }\n navigateToLastItem(target) {\n const lastItem = this.findLastItem();\n\n lastItem && this.setFocusToMenuitem(target, lastItem);\n }\n findNextItem(item) {\n const nextItem = item.parentElement.nextElementSibling;\n\n return nextItem ? nextItem.children[0] : null;\n }\n findPrevItem(item) {\n const prevItem = item.parentElement.previousElementSibling;\n\n return prevItem ? prevItem.children[0] : null;\n }\n findFirstItem() {\n const firstSibling = DomHandler.findSingle(this.listViewChild.nativeElement, '[data-pc-section=\"menuitem\"]');\n\n return firstSibling ? firstSibling.children[0] : null;\n }\n findLastItem() {\n const siblings = DomHandler.find(this.listViewChild.nativeElement, '[data-pc-section=\"menuitem\"]');\n\n return siblings ? siblings[siblings.length - 1].children[0] : null;\n }\n setFocusToMenuitem(target, focusableItem) {\n target.tabIndex = '-1';\n focusableItem.tabIndex = '0';\n focusableItem.focus();\n }\n\n isClickableRouterLink(item: MenuItem) {\n return item.routerLink && !this.readonly && !item.disabled;\n }\n\n isActive(item: MenuItem, index: number) {\n if (item.routerLink) {\n let routerLink = Array.isArray(item.routerLink) ? item.routerLink : [item.routerLink];\n\n return this.router.isActive(this.router.createUrlTree(routerLink, { relativeTo: this.route }).toString(), false);\n }\n\n return index === this.activeIndex;\n }\n\n getItemTabIndex(item: MenuItem, index: number): string {\n if (item.disabled) {\n return '-1';\n }\n\n if (!item.disabled && this.activeIndex === index) {\n return item.tabindex || '0';\n }\n\n return item.tabindex ?? '-1';\n }\n\n ngOnDestroy() {\n if (this.subscription) {\n this.subscription.unsubscribe();\n }\n }\n}\n","<nav [ngClass]=\"{ 'cax-steps cax-component': true, 'cax-readonly': readonly }\" [ngStyle]=\"style\" [class]=\"styleClass\" [attr.data-pc-name]=\"'steps'\">\n <ul #list [attr.data-pc-section]=\"'menu'\">\n <li\n *ngFor=\"let item of model; let i = index\"\n class=\"cax-steps-item\"\n #menuitem\n [ngStyle]=\"item.style\"\n [class]=\"item.styleClass\"\n [attr.aria-current]=\"isActive(item, i) ? 'step' : undefined\"\n [attr.id]=\"item.id\"\n caxTooltip\n [tooltipOptions]=\"item.tooltipOptions\"\n [ngClass]=\"{\n 'cax-highlight': i <= activeIndex, \n 'cax-steps-current': isActive(item, i),\n 'cax-disabled': item.disabled || (readonly && !isActive(item, i))\n }\"\n [attr.data-pc-section]=\"'menuitem'\"\n >\n <a\n role=\"link\"\n *ngIf=\"isClickableRouterLink(item); else elseBlock\"\n [routerLink]=\"item.routerLink\"\n [queryParams]=\"item.queryParams\"\n [routerLinkActive]=\"'cax-menuitem-link-active'\"\n [routerLinkActiveOptions]=\"item.routerLinkActiveOptions || { exact: false }\"\n class=\"cax-menuitem-link\"\n (click)=\"onItemClick($event, item, i)\"\n (keydown)=\"onItemKeydown($event, item, i)\"\n [target]=\"item.target\"\n [attr.tabindex]=\"getItemTabIndex(item, i)\"\n [attr.aria-disabled]=\"item.disabled || (readonly && i !== activeIndex)\"\n [fragment]=\"item.fragment\"\n [queryParamsHandling]=\"item.queryParamsHandling\"\n [preserveFragment]=\"item.preserveFragment\"\n [skipLocationChange]=\"item.skipLocationChange\"\n [replaceUrl]=\"item.replaceUrl\"\n [state]=\"item.state\"\n [attr.aria-current]=\"i === activeIndex ? 'step' : null\"\n >\n <span class=\"cax-steps-number cax-text-body-xsm-semibold\">\n <ng-container *ngIf=\"!stepTemplate; else stepTemplateOutlet\"> {{ i + 1 }} </ng-container>\n <ng-template #stepTemplateOutlet>\n <ng-container *ngTemplateOutlet=\"stepTemplate; context: { $implicit: item, index: i }\"></ng-container>\n </ng-template>\n </span>\n <span class=\"cax-steps-title cax-text-body-sm-medium\" *ngIf=\"item.escape !== false; else htmlLabel\"> {{ item.label }}</span>\n <ng-template #htmlLabel><span class=\"cax-steps-title cax-text-body-sm-medium\" [innerHTML]=\"item.label\"></span></ng-template>\n </a>\n <ng-template #elseBlock>\n <a\n role=\"link\"\n [attr.href]=\"item.url\"\n class=\"cax-menuitem-link\"\n (click)=\"onItemClick($event, item, i)\"\n (keydown)=\"onItemKeydown($event, item, i)\"\n [target]=\"item.target\"\n [attr.tabindex]=\"getItemTabIndex(item, i)\"\n [attr.aria-disabled]=\"item.disabled || (readonly && i !== activeIndex)\"\n [attr.aria-current]=\"i === activeIndex ? 'step' : null\"\n >\n <span class=\"cax-steps-number cax-text-body-xsm-semibold\">\n <ng-container *ngIf=\"!stepTemplate; else stepTemplateOutlet\"> {{ i + 1 }} </ng-container>\n <ng-template #stepTemplateOutlet>\n <ng-container *ngTemplateOutlet=\"stepTemplate; context: { $implicit: item, index: i }\"></ng-container>\n </ng-template>\n </span>\n <span class=\"cax-steps-title cax-text-body-sm-medium\" *ngIf=\"item.escape !== false; else htmlRouteLabel\">{{ item.label }}</span>\n <ng-template #htmlRouteLabel><span class=\"cax-steps-title cax-text-body-sm-medium\" [innerHTML]=\"item.label\"></span></ng-template>\n </a>\n </ng-template>\n </li>\n </ul>\n</nav>\n","import { CommonModule } from '@angular/common';\nimport { RouterModule } from '@angular/router';\nimport { SharedModule } from 'cax-design-system/api';\nimport { Steps } from './steps';\nimport { NgModule } from '@angular/core';\nimport { TooltipModule } from 'cax-design-system/tooltip';\n\n@NgModule({\n imports: [CommonModule, RouterModule, TooltipModule, SharedModule],\n exports: [Steps, RouterModule, TooltipModule, SharedModule],\n declarations: [Steps]\n})\nexport class StepsModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":"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"}
@@ -259,10 +259,10 @@ class StyleClass {
259
259
  this.unbindDocumentClickListener();
260
260
  this.unbindDocumentKeydownListener();
261
261
  }
262
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: StyleClass, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
263
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.2.17", type: StyleClass, isStandalone: false, selector: "[pStyleClass]", inputs: { selector: ["pStyleClass", "selector"], enterClass: "enterClass", enterFromClass: "enterFromClass", enterActiveClass: "enterActiveClass", enterToClass: "enterToClass", leaveClass: "leaveClass", leaveFromClass: "leaveFromClass", leaveActiveClass: "leaveActiveClass", leaveToClass: "leaveToClass", hideOnOutsideClick: ["hideOnOutsideClick", "hideOnOutsideClick", booleanAttribute], toggleClass: "toggleClass", hideOnEscape: ["hideOnEscape", "hideOnEscape", booleanAttribute] }, host: { listeners: { "click": "clickListener($event)" }, classAttribute: "cax-element" }, ngImport: i0 });
262
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StyleClass, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
263
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "20.3.25", type: StyleClass, isStandalone: false, selector: "[pStyleClass]", inputs: { selector: ["pStyleClass", "selector"], enterClass: "enterClass", enterFromClass: "enterFromClass", enterActiveClass: "enterActiveClass", enterToClass: "enterToClass", leaveClass: "leaveClass", leaveFromClass: "leaveFromClass", leaveActiveClass: "leaveActiveClass", leaveToClass: "leaveToClass", hideOnOutsideClick: ["hideOnOutsideClick", "hideOnOutsideClick", booleanAttribute], toggleClass: "toggleClass", hideOnEscape: ["hideOnEscape", "hideOnEscape", booleanAttribute] }, host: { listeners: { "click": "clickListener($event)" }, classAttribute: "cax-element" }, ngImport: i0 });
264
264
  }
265
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: StyleClass, decorators: [{
265
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StyleClass, decorators: [{
266
266
  type: Directive,
267
267
  args: [{
268
268
  selector: '[pStyleClass]',
@@ -303,11 +303,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
303
303
  args: ['click', ['$event']]
304
304
  }] } });
305
305
  class StyleClassModule {
306
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: StyleClassModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
307
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.17", ngImport: i0, type: StyleClassModule, declarations: [StyleClass], imports: [CommonModule], exports: [StyleClass] });
308
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: StyleClassModule, imports: [CommonModule] });
306
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StyleClassModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
307
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.25", ngImport: i0, type: StyleClassModule, declarations: [StyleClass], imports: [CommonModule], exports: [StyleClass] });
308
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StyleClassModule, imports: [CommonModule] });
309
309
  }
310
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: StyleClassModule, decorators: [{
310
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StyleClassModule, decorators: [{
311
311
  type: NgModule,
312
312
  args: [{
313
313
  imports: [CommonModule],