@haiilo/catalyst 11.0.0 → 12.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (350) hide show
  1. package/dist/catalyst/catalyst.esm.js +1 -1
  2. package/dist/catalyst/catalyst.esm.js.map +1 -1
  3. package/dist/catalyst/index.esm.js +2 -2
  4. package/dist/catalyst/index.esm.js.map +1 -1
  5. package/dist/catalyst/loader.esm.js.map +1 -0
  6. package/dist/catalyst/p-6a54965a.entry.js +10 -0
  7. package/dist/catalyst/p-6a54965a.entry.js.map +1 -0
  8. package/dist/catalyst/p-B-m4GNf1.js +3 -0
  9. package/dist/catalyst/p-B-m4GNf1.js.map +1 -0
  10. package/dist/catalyst/p-DQuL1Twl.js +2 -0
  11. package/dist/catalyst/p-DQuL1Twl.js.map +1 -0
  12. package/dist/catalyst/p-LJZzaWFR.js +2 -0
  13. package/dist/catalyst/p-LJZzaWFR.js.map +1 -0
  14. package/dist/cjs/app-globals-V2Kpy_OQ.js +8 -0
  15. package/dist/cjs/app-globals-V2Kpy_OQ.js.map +1 -0
  16. package/dist/cjs/cat-alert_30.cjs.entry.js +1467 -1833
  17. package/dist/cjs/cat-alert_30.cjs.entry.js.map +1 -1
  18. package/dist/cjs/catalyst.cjs.js +8 -7
  19. package/dist/cjs/catalyst.cjs.js.map +1 -1
  20. package/dist/cjs/index-DNLT6JC9.js +10178 -0
  21. package/dist/cjs/index-DNLT6JC9.js.map +1 -0
  22. package/dist/cjs/{index-1094f0fc.js → index-jGQAsDy6.js} +528 -358
  23. package/dist/cjs/index-jGQAsDy6.js.map +1 -0
  24. package/dist/cjs/index.cjs.js +461 -453
  25. package/dist/cjs/index.cjs.js.map +1 -1
  26. package/dist/cjs/loader.cjs.js +4 -5
  27. package/dist/cjs/loader.cjs.js.map +1 -1
  28. package/dist/collection/collection-manifest.json +2 -2
  29. package/dist/collection/components/cat-alert/cat-alert.js +15 -4
  30. package/dist/collection/components/cat-alert/cat-alert.js.map +1 -1
  31. package/dist/collection/components/cat-avatar/cat-avatar.js +33 -14
  32. package/dist/collection/components/cat-avatar/cat-avatar.js.map +1 -1
  33. package/dist/collection/components/cat-badge/cat-badge.js +45 -9
  34. package/dist/collection/components/cat-badge/cat-badge.js.map +1 -1
  35. package/dist/collection/components/cat-button/cat-button.css +4 -2
  36. package/dist/collection/components/cat-button/cat-button.js +107 -35
  37. package/dist/collection/components/cat-button/cat-button.js.map +1 -1
  38. package/dist/collection/components/cat-button-group/cat-button-group.js +3 -2
  39. package/dist/collection/components/cat-button-group/cat-button-group.js.map +1 -1
  40. package/dist/collection/components/cat-checkbox/cat-checkbox.js +83 -24
  41. package/dist/collection/components/cat-checkbox/cat-checkbox.js.map +1 -1
  42. package/dist/collection/components/cat-date/cat-date.js +114 -39
  43. package/dist/collection/components/cat-date/cat-date.js.map +1 -1
  44. package/dist/collection/components/cat-date-inline/cat-date-inline.js +69 -19
  45. package/dist/collection/components/cat-date-inline/cat-date-inline.js.map +1 -1
  46. package/dist/collection/components/cat-datepicker/cat-datepicker.js +130 -42
  47. package/dist/collection/components/cat-datepicker/cat-datepicker.js.map +1 -1
  48. package/dist/collection/components/cat-datepicker-inline/cat-datepicker-inline.js +37 -12
  49. package/dist/collection/components/cat-datepicker-inline/cat-datepicker-inline.js.map +1 -1
  50. package/dist/collection/components/cat-dropdown/cat-dropdown.js +129 -17
  51. package/dist/collection/components/cat-dropdown/cat-dropdown.js.map +1 -1
  52. package/dist/collection/components/cat-form-group/cat-form-group.js +19 -4
  53. package/dist/collection/components/cat-form-group/cat-form-group.js.map +1 -1
  54. package/dist/collection/components/cat-icon/cat-icon.js +15 -7
  55. package/dist/collection/components/cat-icon/cat-icon.js.map +1 -1
  56. package/dist/collection/components/cat-input/cat-input.js +143 -51
  57. package/dist/collection/components/cat-input/cat-input.js.map +1 -1
  58. package/dist/collection/components/cat-pagination/cat-pagination.js +60 -10
  59. package/dist/collection/components/cat-pagination/cat-pagination.js.map +1 -1
  60. package/dist/collection/components/cat-radio/cat-radio.js +65 -18
  61. package/dist/collection/components/cat-radio/cat-radio.js.map +1 -1
  62. package/dist/collection/components/cat-radio-group/cat-radio-group.js +21 -8
  63. package/dist/collection/components/cat-radio-group/cat-radio-group.js.map +1 -1
  64. package/dist/collection/components/cat-scrollable/cat-scrollable.js +32 -7
  65. package/dist/collection/components/cat-scrollable/cat-scrollable.js.map +1 -1
  66. package/dist/collection/components/cat-select/cat-select.js +105 -34
  67. package/dist/collection/components/cat-select/cat-select.js.map +1 -1
  68. package/dist/collection/components/cat-skeleton/cat-skeleton.js +22 -5
  69. package/dist/collection/components/cat-skeleton/cat-skeleton.js.map +1 -1
  70. package/dist/collection/components/cat-spinner/cat-spinner.js +15 -4
  71. package/dist/collection/components/cat-spinner/cat-spinner.js.map +1 -1
  72. package/dist/collection/components/cat-tab/cat-tab.js +84 -17
  73. package/dist/collection/components/cat-tab/cat-tab.js.map +1 -1
  74. package/dist/collection/components/cat-tabs/cat-tabs.css +29 -12
  75. package/dist/collection/components/cat-tabs/cat-tabs.js +189 -8
  76. package/dist/collection/components/cat-tabs/cat-tabs.js.map +1 -1
  77. package/dist/collection/components/cat-tag/cat-tag.js +84 -25
  78. package/dist/collection/components/cat-tag/cat-tag.js.map +1 -1
  79. package/dist/collection/components/cat-textarea/cat-textarea.js +90 -32
  80. package/dist/collection/components/cat-textarea/cat-textarea.js.map +1 -1
  81. package/dist/collection/components/cat-time/cat-time.js +120 -39
  82. package/dist/collection/components/cat-time/cat-time.js.map +1 -1
  83. package/dist/collection/components/cat-toggle/cat-toggle.js +71 -22
  84. package/dist/collection/components/cat-toggle/cat-toggle.js.map +1 -1
  85. package/dist/collection/components/cat-tooltip/cat-tooltip.js +49 -8
  86. package/dist/collection/components/cat-tooltip/cat-tooltip.js.map +1 -1
  87. package/dist/components/cat-alert.js +8 -3
  88. package/dist/components/cat-alert.js.map +1 -1
  89. package/dist/components/cat-avatar.js +1 -0
  90. package/dist/components/cat-avatar2.js +11 -8
  91. package/dist/components/cat-avatar2.js.map +1 -1
  92. package/dist/components/cat-badge.js +23 -3
  93. package/dist/components/cat-badge.js.map +1 -1
  94. package/dist/components/cat-button-group.js +2 -3
  95. package/dist/components/cat-button-group.js.map +1 -1
  96. package/dist/components/cat-button.js +1 -0
  97. package/dist/components/cat-button2.js +41 -17
  98. package/dist/components/cat-button2.js.map +1 -1
  99. package/dist/components/cat-card.js +2 -2
  100. package/dist/components/cat-card.js.map +1 -1
  101. package/dist/components/cat-checkbox.js +1 -0
  102. package/dist/components/cat-checkbox2.js +34 -10
  103. package/dist/components/cat-checkbox2.js.map +1 -1
  104. package/dist/components/cat-date-inline.js +1 -0
  105. package/dist/components/cat-date-inline2.js +29 -7
  106. package/dist/components/cat-date-inline2.js.map +1 -1
  107. package/dist/components/cat-date.js +41 -17
  108. package/dist/components/cat-date.js.map +1 -1
  109. package/dist/components/cat-datepicker-inline.js +16 -8
  110. package/dist/components/cat-datepicker-inline.js.map +1 -1
  111. package/dist/components/cat-datepicker.js +50 -20
  112. package/dist/components/cat-datepicker.js.map +1 -1
  113. package/dist/components/cat-datepicker.locale.js +110 -99
  114. package/dist/components/cat-datepicker.locale.js.map +1 -1
  115. package/dist/components/cat-dropdown.js +1 -0
  116. package/dist/components/cat-dropdown2.js +70 -13
  117. package/dist/components/cat-dropdown2.js.map +1 -1
  118. package/dist/components/cat-form-group.js +12 -3
  119. package/dist/components/cat-form-group.js.map +1 -1
  120. package/dist/components/cat-form-hint.js +1 -0
  121. package/dist/components/cat-form-hint.js.map +1 -1
  122. package/dist/components/cat-i18n-registry.js +1 -0
  123. package/dist/components/cat-i18n-registry.js.map +1 -1
  124. package/dist/components/cat-icon-registry.js +22 -21
  125. package/dist/components/cat-icon-registry.js.map +1 -1
  126. package/dist/components/cat-icon.js +1 -0
  127. package/dist/components/cat-icon2.js +5 -5
  128. package/dist/components/cat-icon2.js.map +1 -1
  129. package/dist/components/cat-input.js +1 -0
  130. package/dist/components/cat-input2.js +50 -25
  131. package/dist/components/cat-input2.js.map +1 -1
  132. package/dist/components/cat-pagination.js +32 -2
  133. package/dist/components/cat-pagination.js.map +1 -1
  134. package/dist/components/cat-radio-group.js +8 -5
  135. package/dist/components/cat-radio-group.js.map +1 -1
  136. package/dist/components/cat-radio.js +28 -8
  137. package/dist/components/cat-radio.js.map +1 -1
  138. package/dist/components/cat-scrollable.js +1 -0
  139. package/dist/components/cat-scrollable2.js +322 -542
  140. package/dist/components/cat-scrollable2.js.map +1 -1
  141. package/dist/components/cat-select-demo.js +27 -49
  142. package/dist/components/cat-select-demo.js.map +1 -1
  143. package/dist/components/cat-select.js +1 -0
  144. package/dist/components/cat-select2.js +135 -316
  145. package/dist/components/cat-select2.js.map +1 -1
  146. package/dist/components/cat-skeleton.js +1 -0
  147. package/dist/components/cat-skeleton2.js +12 -3
  148. package/dist/components/cat-skeleton2.js.map +1 -1
  149. package/dist/components/cat-spinner.js +1 -0
  150. package/dist/components/cat-spinner2.js +8 -3
  151. package/dist/components/cat-spinner2.js.map +1 -1
  152. package/dist/components/cat-tab.js +34 -9
  153. package/dist/components/cat-tab.js.map +1 -1
  154. package/dist/components/cat-tabs.js +140 -11
  155. package/dist/components/cat-tabs.js.map +1 -1
  156. package/dist/components/cat-tag.js +35 -13
  157. package/dist/components/cat-tag.js.map +1 -1
  158. package/dist/components/cat-textarea.js +33 -16
  159. package/dist/components/cat-textarea.js.map +1 -1
  160. package/dist/components/cat-time.js +44 -16
  161. package/dist/components/cat-time.js.map +1 -1
  162. package/dist/components/cat-toggle.js +28 -10
  163. package/dist/components/cat-toggle.js.map +1 -1
  164. package/dist/components/cat-tooltip.js +28 -3
  165. package/dist/components/cat-tooltip.js.map +1 -1
  166. package/dist/components/coerce.js +1 -0
  167. package/dist/components/coerce.js.map +1 -1
  168. package/dist/components/first-tabbable.js +1 -0
  169. package/dist/components/first-tabbable.js.map +1 -1
  170. package/dist/components/{floating-ui.dom.esm.js → floating-ui.dom.js} +3 -492
  171. package/dist/components/floating-ui.dom.js.map +1 -0
  172. package/dist/components/index.js +460 -450
  173. package/dist/components/index.js.map +1 -1
  174. package/dist/components/index2.js +9456 -0
  175. package/dist/components/index2.js.map +1 -0
  176. package/dist/components/loglevel.js +368 -356
  177. package/dist/components/loglevel.js.map +1 -1
  178. package/dist/components/media-matcher.js +1 -0
  179. package/dist/components/media-matcher.js.map +1 -1
  180. package/dist/esm/app-globals-DQuL1Twl.js +6 -0
  181. package/dist/esm/app-globals-DQuL1Twl.js.map +1 -0
  182. package/dist/esm/cat-alert_30.entry.js +1428 -1792
  183. package/dist/esm/cat-alert_30.entry.js.map +1 -1
  184. package/dist/esm/catalyst.js +7 -5
  185. package/dist/esm/catalyst.js.map +1 -1
  186. package/dist/esm/{index-e8c0ddf2.js → index-B-m4GNf1.js} +528 -338
  187. package/dist/esm/index-B-m4GNf1.js.map +1 -0
  188. package/dist/esm/index-LJZzaWFR.js +10057 -0
  189. package/dist/esm/index-LJZzaWFR.js.map +1 -0
  190. package/dist/esm/index.js +458 -448
  191. package/dist/esm/index.js.map +1 -1
  192. package/dist/esm/loader.js +5 -4
  193. package/dist/esm/loader.js.map +1 -1
  194. package/dist/types/components/cat-dropdown/cat-dropdown.d.ts +11 -1
  195. package/dist/types/components/cat-tab/cat-tab.d.ts +6 -0
  196. package/dist/types/components/cat-tabs/cat-tabs.d.ts +18 -0
  197. package/dist/types/components.d.ts +46 -0
  198. package/dist/types/stencil-public-runtime.d.ts +28 -2
  199. package/loader/index.d.ts +3 -0
  200. package/package.json +3 -3
  201. package/dist/catalyst/p-59e2ada2.entry.js +0 -10
  202. package/dist/catalyst/p-59e2ada2.entry.js.map +0 -1
  203. package/dist/catalyst/p-7f3bcfb9.js +0 -3
  204. package/dist/catalyst/p-7f3bcfb9.js.map +0 -1
  205. package/dist/catalyst/p-9500d6fb.js +0 -2
  206. package/dist/catalyst/p-9500d6fb.js.map +0 -1
  207. package/dist/catalyst/p-e1255160.js +0 -2
  208. package/dist/catalyst/p-e1255160.js.map +0 -1
  209. package/dist/cjs/app-globals-3a1e7e63.js +0 -7
  210. package/dist/cjs/app-globals-3a1e7e63.js.map +0 -1
  211. package/dist/cjs/index-1094f0fc.js.map +0 -1
  212. package/dist/cjs/of-958251e4.js +0 -1549
  213. package/dist/cjs/of-958251e4.js.map +0 -1
  214. package/dist/collection/components/cat-alert/cat-alert.e2e.js +0 -11
  215. package/dist/collection/components/cat-alert/cat-alert.e2e.js.map +0 -1
  216. package/dist/collection/components/cat-alert/cat-alert.spec.js +0 -14
  217. package/dist/collection/components/cat-alert/cat-alert.spec.js.map +0 -1
  218. package/dist/collection/components/cat-avatar/cat-avatar.e2e.js +0 -10
  219. package/dist/collection/components/cat-avatar/cat-avatar.e2e.js.map +0 -1
  220. package/dist/collection/components/cat-avatar/cat-avatar.spec.js +0 -14
  221. package/dist/collection/components/cat-avatar/cat-avatar.spec.js.map +0 -1
  222. package/dist/collection/components/cat-badge/cat-badge.e2e.js +0 -10
  223. package/dist/collection/components/cat-badge/cat-badge.e2e.js.map +0 -1
  224. package/dist/collection/components/cat-badge/cat-badge.spec.js +0 -14
  225. package/dist/collection/components/cat-badge/cat-badge.spec.js.map +0 -1
  226. package/dist/collection/components/cat-button/cat-button.e2e.js +0 -10
  227. package/dist/collection/components/cat-button/cat-button.e2e.js.map +0 -1
  228. package/dist/collection/components/cat-button/cat-button.spec.js +0 -20
  229. package/dist/collection/components/cat-button/cat-button.spec.js.map +0 -1
  230. package/dist/collection/components/cat-button-group/cat-button-group.e2e.js +0 -10
  231. package/dist/collection/components/cat-button-group/cat-button-group.e2e.js.map +0 -1
  232. package/dist/collection/components/cat-button-group/cat-button-group.spec.js +0 -14
  233. package/dist/collection/components/cat-button-group/cat-button-group.spec.js.map +0 -1
  234. package/dist/collection/components/cat-card/cat-card.e2e.js +0 -10
  235. package/dist/collection/components/cat-card/cat-card.e2e.js.map +0 -1
  236. package/dist/collection/components/cat-card/cat-card.spec.js +0 -14
  237. package/dist/collection/components/cat-card/cat-card.spec.js.map +0 -1
  238. package/dist/collection/components/cat-checkbox/cat-checkbox.e2e.js +0 -10
  239. package/dist/collection/components/cat-checkbox/cat-checkbox.e2e.js.map +0 -1
  240. package/dist/collection/components/cat-checkbox/cat-checkbox.spec.js +0 -14
  241. package/dist/collection/components/cat-checkbox/cat-checkbox.spec.js.map +0 -1
  242. package/dist/collection/components/cat-date/cat-date.e2e.js +0 -11
  243. package/dist/collection/components/cat-date/cat-date.e2e.js.map +0 -1
  244. package/dist/collection/components/cat-date/cat-date.spec.js +0 -17
  245. package/dist/collection/components/cat-date/cat-date.spec.js.map +0 -1
  246. package/dist/collection/components/cat-date-inline/cat-date-inline.e2e.js +0 -11
  247. package/dist/collection/components/cat-date-inline/cat-date-inline.e2e.js.map +0 -1
  248. package/dist/collection/components/cat-date-inline/cat-date-inline.spec.js +0 -16
  249. package/dist/collection/components/cat-date-inline/cat-date-inline.spec.js.map +0 -1
  250. package/dist/collection/components/cat-datepicker/cat-datepicker.e2e.js +0 -11
  251. package/dist/collection/components/cat-datepicker/cat-datepicker.e2e.js.map +0 -1
  252. package/dist/collection/components/cat-datepicker/cat-datepicker.spec.js +0 -15
  253. package/dist/collection/components/cat-datepicker/cat-datepicker.spec.js.map +0 -1
  254. package/dist/collection/components/cat-datepicker-inline/cat-datepicker-inline.e2e.js +0 -11
  255. package/dist/collection/components/cat-datepicker-inline/cat-datepicker-inline.e2e.js.map +0 -1
  256. package/dist/collection/components/cat-datepicker-inline/cat-datepicker-inline.spec.js +0 -15
  257. package/dist/collection/components/cat-datepicker-inline/cat-datepicker-inline.spec.js.map +0 -1
  258. package/dist/collection/components/cat-dropdown/cat-dropdown.e2e.js +0 -10
  259. package/dist/collection/components/cat-dropdown/cat-dropdown.e2e.js.map +0 -1
  260. package/dist/collection/components/cat-dropdown/cat-dropdown.spec.js +0 -21
  261. package/dist/collection/components/cat-dropdown/cat-dropdown.spec.js.map +0 -1
  262. package/dist/collection/components/cat-form-group/cat-form-group.e2e.js +0 -10
  263. package/dist/collection/components/cat-form-group/cat-form-group.e2e.js.map +0 -1
  264. package/dist/collection/components/cat-form-group/cat-form-group.spec.js +0 -14
  265. package/dist/collection/components/cat-form-group/cat-form-group.spec.js.map +0 -1
  266. package/dist/collection/components/cat-form-hint/cat-form-hint.spec.js +0 -15
  267. package/dist/collection/components/cat-form-hint/cat-form-hint.spec.js.map +0 -1
  268. package/dist/collection/components/cat-i18n/cat-i18n-registry.spec.js +0 -7
  269. package/dist/collection/components/cat-i18n/cat-i18n-registry.spec.js.map +0 -1
  270. package/dist/collection/components/cat-icon/cat-icon-registry.spec.js +0 -7
  271. package/dist/collection/components/cat-icon/cat-icon-registry.spec.js.map +0 -1
  272. package/dist/collection/components/cat-icon/cat-icon.e2e.js +0 -11
  273. package/dist/collection/components/cat-icon/cat-icon.e2e.js.map +0 -1
  274. package/dist/collection/components/cat-icon/cat-icon.spec.js +0 -15
  275. package/dist/collection/components/cat-icon/cat-icon.spec.js.map +0 -1
  276. package/dist/collection/components/cat-input/cat-input.e2e.js +0 -11
  277. package/dist/collection/components/cat-input/cat-input.e2e.js.map +0 -1
  278. package/dist/collection/components/cat-input/cat-input.spec.js +0 -15
  279. package/dist/collection/components/cat-input/cat-input.spec.js.map +0 -1
  280. package/dist/collection/components/cat-notification/cat-notification.spec.js +0 -7
  281. package/dist/collection/components/cat-notification/cat-notification.spec.js.map +0 -1
  282. package/dist/collection/components/cat-pagination/cat-pagination.e2e.js +0 -14
  283. package/dist/collection/components/cat-pagination/cat-pagination.e2e.js.map +0 -1
  284. package/dist/collection/components/cat-pagination/cat-pagination.spec.js +0 -15
  285. package/dist/collection/components/cat-pagination/cat-pagination.spec.js.map +0 -1
  286. package/dist/collection/components/cat-radio/cat-radio.e2e.js +0 -10
  287. package/dist/collection/components/cat-radio/cat-radio.e2e.js.map +0 -1
  288. package/dist/collection/components/cat-radio/cat-radio.spec.js +0 -14
  289. package/dist/collection/components/cat-radio/cat-radio.spec.js.map +0 -1
  290. package/dist/collection/components/cat-radio-group/cat-radio-group.e2e.js +0 -10
  291. package/dist/collection/components/cat-radio-group/cat-radio-group.e2e.js.map +0 -1
  292. package/dist/collection/components/cat-radio-group/cat-radio-group.spec.js +0 -14
  293. package/dist/collection/components/cat-radio-group/cat-radio-group.spec.js.map +0 -1
  294. package/dist/collection/components/cat-scrollable/cat-scrollable.e2e.js +0 -10
  295. package/dist/collection/components/cat-scrollable/cat-scrollable.e2e.js.map +0 -1
  296. package/dist/collection/components/cat-scrollable/cat-scrollable.spec.js +0 -14
  297. package/dist/collection/components/cat-scrollable/cat-scrollable.spec.js.map +0 -1
  298. package/dist/collection/components/cat-select/cat-select.e2e.js +0 -14
  299. package/dist/collection/components/cat-select/cat-select.e2e.js.map +0 -1
  300. package/dist/collection/components/cat-select/cat-select.spec.js +0 -15
  301. package/dist/collection/components/cat-select/cat-select.spec.js.map +0 -1
  302. package/dist/collection/components/cat-skeleton/cat-skeleton.e2e.js +0 -10
  303. package/dist/collection/components/cat-skeleton/cat-skeleton.e2e.js.map +0 -1
  304. package/dist/collection/components/cat-skeleton/cat-skeleton.spec.js +0 -14
  305. package/dist/collection/components/cat-skeleton/cat-skeleton.spec.js.map +0 -1
  306. package/dist/collection/components/cat-spinner/cat-spinner.e2e.js +0 -10
  307. package/dist/collection/components/cat-spinner/cat-spinner.e2e.js.map +0 -1
  308. package/dist/collection/components/cat-spinner/cat-spinner.spec.js +0 -18
  309. package/dist/collection/components/cat-spinner/cat-spinner.spec.js.map +0 -1
  310. package/dist/collection/components/cat-tab/cat-tab.e2e.js +0 -10
  311. package/dist/collection/components/cat-tab/cat-tab.e2e.js.map +0 -1
  312. package/dist/collection/components/cat-tab/cat-tab.spec.js +0 -14
  313. package/dist/collection/components/cat-tab/cat-tab.spec.js.map +0 -1
  314. package/dist/collection/components/cat-tabs/cat-tabs.e2e.js +0 -10
  315. package/dist/collection/components/cat-tabs/cat-tabs.e2e.js.map +0 -1
  316. package/dist/collection/components/cat-tabs/cat-tabs.spec.js +0 -14
  317. package/dist/collection/components/cat-tabs/cat-tabs.spec.js.map +0 -1
  318. package/dist/collection/components/cat-tag/cat-tag.e2e.js +0 -14
  319. package/dist/collection/components/cat-tag/cat-tag.e2e.js.map +0 -1
  320. package/dist/collection/components/cat-tag/cat-tag.spec.js +0 -23
  321. package/dist/collection/components/cat-tag/cat-tag.spec.js.map +0 -1
  322. package/dist/collection/components/cat-textarea/cat-textarea.e2e.js +0 -11
  323. package/dist/collection/components/cat-textarea/cat-textarea.e2e.js.map +0 -1
  324. package/dist/collection/components/cat-textarea/cat-textarea.spec.js +0 -15
  325. package/dist/collection/components/cat-textarea/cat-textarea.spec.js.map +0 -1
  326. package/dist/collection/components/cat-time/cat-time.e2e.js +0 -11
  327. package/dist/collection/components/cat-time/cat-time.e2e.js.map +0 -1
  328. package/dist/collection/components/cat-time/cat-time.spec.js +0 -16
  329. package/dist/collection/components/cat-time/cat-time.spec.js.map +0 -1
  330. package/dist/collection/components/cat-toggle/cat-toggle.e2e.js +0 -10
  331. package/dist/collection/components/cat-toggle/cat-toggle.e2e.js.map +0 -1
  332. package/dist/collection/components/cat-toggle/cat-toggle.spec.js +0 -14
  333. package/dist/collection/components/cat-toggle/cat-toggle.spec.js.map +0 -1
  334. package/dist/collection/components/cat-tooltip/cat-tooltip.e2e.js +0 -10
  335. package/dist/collection/components/cat-tooltip/cat-tooltip.e2e.js.map +0 -1
  336. package/dist/collection/components/cat-tooltip/cat-tooltip.spec.js +0 -20
  337. package/dist/collection/components/cat-tooltip/cat-tooltip.spec.js.map +0 -1
  338. package/dist/collection/utils/media-matcher.spec.js +0 -39
  339. package/dist/collection/utils/media-matcher.spec.js.map +0 -1
  340. package/dist/components/floating-ui.dom.esm.js.map +0 -1
  341. package/dist/components/from.js +0 -928
  342. package/dist/components/from.js.map +0 -1
  343. package/dist/components/of.js +0 -10
  344. package/dist/components/of.js.map +0 -1
  345. package/dist/esm/app-globals-0f993ce5.js +0 -5
  346. package/dist/esm/app-globals-0f993ce5.js.map +0 -1
  347. package/dist/esm/index-e8c0ddf2.js.map +0 -1
  348. package/dist/esm/of-e4ec2eb4.js +0 -1523
  349. package/dist/esm/of-e4ec2eb4.js.map +0 -1
  350. package/loader/package.json +0 -11
@@ -24,39 +24,64 @@ export class CatInput {
24
24
  this.hasSlottedHint = false;
25
25
  this.hasSlottedCounter = false;
26
26
  this.isPasswordShown = false;
27
- this.errorMap = undefined;
27
+ /**
28
+ * Whether the label need a marker to shown if the input is required or optional.
29
+ */
28
30
  this.requiredMarker = 'optional';
31
+ /**
32
+ * Whether the label is on top or left.
33
+ */
29
34
  this.horizontal = false;
30
- this.autoComplete = undefined;
35
+ /**
36
+ * Whether the input should show a clear button.
37
+ */
31
38
  this.clearable = false;
39
+ /**
40
+ * Whether the input should show a password toggle button for password inputs.
41
+ */
32
42
  this.togglePassword = false;
43
+ /**
44
+ * Whether the input is disabled.
45
+ */
33
46
  this.disabled = false;
47
+ /**
48
+ * Displays the input in a loading state with a spinner.
49
+ */
34
50
  this.loading = false;
35
- this.hint = undefined;
36
- this.icon = undefined;
51
+ /**
52
+ * Display the icon on the right.
53
+ */
37
54
  this.iconRight = false;
38
- this.identifier = undefined;
55
+ /**
56
+ * The label for the input.
57
+ */
39
58
  this.label = '';
59
+ /**
60
+ * Visually hide the label, but still show it to assistive technologies like screen readers.
61
+ */
40
62
  this.labelHidden = false;
41
- this.max = undefined;
42
- this.maxLength = undefined;
43
- this.min = undefined;
44
- this.minLength = undefined;
45
- this.name = undefined;
46
- this.placeholder = undefined;
47
- this.textPrefix = undefined;
48
- this.textSuffix = undefined;
63
+ /**
64
+ * The value is not editable.
65
+ */
49
66
  this.readonly = false;
67
+ /**
68
+ * A value is required or must be check for the form to be submittable.
69
+ */
50
70
  this.required = false;
71
+ /**
72
+ * Use round input edges.
73
+ */
51
74
  this.round = false;
75
+ /**
76
+ * Type of form control.
77
+ */
52
78
  this.type = 'text';
53
- this.value = undefined;
54
- this.errors = undefined;
79
+ /**
80
+ * Fine-grained control over when the errors are shown. Can be `false` to
81
+ * never show errors, `true` to show errors on blur, or a number to show
82
+ * errors change with the given delay in milliseconds or immediately on blur.
83
+ */
55
84
  this.errorUpdate = 0;
56
- this.nativeAttributes = undefined;
57
- this.testId = undefined;
58
- this.timeMaskOptions = undefined;
59
- this.dateMaskOptions = undefined;
60
85
  }
61
86
  get id() {
62
87
  return this.identifier || this._id;
@@ -204,6 +229,7 @@ export class CatInput {
204
229
  return {
205
230
  "requiredMarker": {
206
231
  "type": "string",
232
+ "attribute": "required-marker",
207
233
  "mutable": false,
208
234
  "complexType": {
209
235
  "original": "'none' | 'required' | 'optional' | 'none!' | 'optional!' | 'required!'",
@@ -216,12 +242,14 @@ export class CatInput {
216
242
  "tags": [],
217
243
  "text": "Whether the label need a marker to shown if the input is required or optional."
218
244
  },
219
- "attribute": "required-marker",
245
+ "getter": false,
246
+ "setter": false,
220
247
  "reflect": false,
221
248
  "defaultValue": "'optional'"
222
249
  },
223
250
  "horizontal": {
224
251
  "type": "boolean",
252
+ "attribute": "horizontal",
225
253
  "mutable": false,
226
254
  "complexType": {
227
255
  "original": "boolean",
@@ -234,12 +262,14 @@ export class CatInput {
234
262
  "tags": [],
235
263
  "text": "Whether the label is on top or left."
236
264
  },
237
- "attribute": "horizontal",
265
+ "getter": false,
266
+ "setter": false,
238
267
  "reflect": false,
239
268
  "defaultValue": "false"
240
269
  },
241
270
  "autoComplete": {
242
271
  "type": "string",
272
+ "attribute": "auto-complete",
243
273
  "mutable": false,
244
274
  "complexType": {
245
275
  "original": "string",
@@ -252,11 +282,13 @@ export class CatInput {
252
282
  "tags": [],
253
283
  "text": "Hint for form autofill feature."
254
284
  },
255
- "attribute": "auto-complete",
285
+ "getter": false,
286
+ "setter": false,
256
287
  "reflect": false
257
288
  },
258
289
  "clearable": {
259
290
  "type": "boolean",
291
+ "attribute": "clearable",
260
292
  "mutable": false,
261
293
  "complexType": {
262
294
  "original": "boolean",
@@ -269,12 +301,14 @@ export class CatInput {
269
301
  "tags": [],
270
302
  "text": "Whether the input should show a clear button."
271
303
  },
272
- "attribute": "clearable",
304
+ "getter": false,
305
+ "setter": false,
273
306
  "reflect": false,
274
307
  "defaultValue": "false"
275
308
  },
276
309
  "togglePassword": {
277
310
  "type": "boolean",
311
+ "attribute": "toggle-password",
278
312
  "mutable": false,
279
313
  "complexType": {
280
314
  "original": "boolean",
@@ -287,12 +321,14 @@ export class CatInput {
287
321
  "tags": [],
288
322
  "text": "Whether the input should show a password toggle button for password inputs."
289
323
  },
290
- "attribute": "toggle-password",
324
+ "getter": false,
325
+ "setter": false,
291
326
  "reflect": false,
292
327
  "defaultValue": "false"
293
328
  },
294
329
  "disabled": {
295
330
  "type": "boolean",
331
+ "attribute": "disabled",
296
332
  "mutable": false,
297
333
  "complexType": {
298
334
  "original": "boolean",
@@ -305,12 +341,14 @@ export class CatInput {
305
341
  "tags": [],
306
342
  "text": "Whether the input is disabled."
307
343
  },
308
- "attribute": "disabled",
344
+ "getter": false,
345
+ "setter": false,
309
346
  "reflect": false,
310
347
  "defaultValue": "false"
311
348
  },
312
349
  "loading": {
313
350
  "type": "boolean",
351
+ "attribute": "loading",
314
352
  "mutable": false,
315
353
  "complexType": {
316
354
  "original": "boolean",
@@ -323,12 +361,14 @@ export class CatInput {
323
361
  "tags": [],
324
362
  "text": "Displays the input in a loading state with a spinner."
325
363
  },
326
- "attribute": "loading",
364
+ "getter": false,
365
+ "setter": false,
327
366
  "reflect": false,
328
367
  "defaultValue": "false"
329
368
  },
330
369
  "hint": {
331
370
  "type": "string",
371
+ "attribute": "hint",
332
372
  "mutable": false,
333
373
  "complexType": {
334
374
  "original": "string | string[]",
@@ -341,11 +381,13 @@ export class CatInput {
341
381
  "tags": [],
342
382
  "text": "Optional hint text(s) to be displayed with the input."
343
383
  },
344
- "attribute": "hint",
384
+ "getter": false,
385
+ "setter": false,
345
386
  "reflect": false
346
387
  },
347
388
  "icon": {
348
389
  "type": "string",
390
+ "attribute": "icon",
349
391
  "mutable": false,
350
392
  "complexType": {
351
393
  "original": "string",
@@ -358,11 +400,13 @@ export class CatInput {
358
400
  "tags": [],
359
401
  "text": "The name of an icon to be displayed in the input."
360
402
  },
361
- "attribute": "icon",
403
+ "getter": false,
404
+ "setter": false,
362
405
  "reflect": false
363
406
  },
364
407
  "iconRight": {
365
408
  "type": "boolean",
409
+ "attribute": "icon-right",
366
410
  "mutable": false,
367
411
  "complexType": {
368
412
  "original": "boolean",
@@ -375,12 +419,14 @@ export class CatInput {
375
419
  "tags": [],
376
420
  "text": "Display the icon on the right."
377
421
  },
378
- "attribute": "icon-right",
422
+ "getter": false,
423
+ "setter": false,
379
424
  "reflect": false,
380
425
  "defaultValue": "false"
381
426
  },
382
427
  "identifier": {
383
428
  "type": "string",
429
+ "attribute": "identifier",
384
430
  "mutable": false,
385
431
  "complexType": {
386
432
  "original": "string",
@@ -393,11 +439,13 @@ export class CatInput {
393
439
  "tags": [],
394
440
  "text": "A unique identifier for the input."
395
441
  },
396
- "attribute": "identifier",
442
+ "getter": false,
443
+ "setter": false,
397
444
  "reflect": false
398
445
  },
399
446
  "label": {
400
447
  "type": "string",
448
+ "attribute": "label",
401
449
  "mutable": false,
402
450
  "complexType": {
403
451
  "original": "string",
@@ -410,12 +458,14 @@ export class CatInput {
410
458
  "tags": [],
411
459
  "text": "The label for the input."
412
460
  },
413
- "attribute": "label",
461
+ "getter": false,
462
+ "setter": false,
414
463
  "reflect": false,
415
464
  "defaultValue": "''"
416
465
  },
417
466
  "labelHidden": {
418
467
  "type": "boolean",
468
+ "attribute": "label-hidden",
419
469
  "mutable": false,
420
470
  "complexType": {
421
471
  "original": "boolean",
@@ -428,12 +478,14 @@ export class CatInput {
428
478
  "tags": [],
429
479
  "text": "Visually hide the label, but still show it to assistive technologies like screen readers."
430
480
  },
431
- "attribute": "label-hidden",
481
+ "getter": false,
482
+ "setter": false,
432
483
  "reflect": false,
433
484
  "defaultValue": "false"
434
485
  },
435
486
  "max": {
436
487
  "type": "any",
488
+ "attribute": "max",
437
489
  "mutable": false,
438
490
  "complexType": {
439
491
  "original": "number | string",
@@ -446,11 +498,13 @@ export class CatInput {
446
498
  "tags": [],
447
499
  "text": "A maximum value for numeric values."
448
500
  },
449
- "attribute": "max",
501
+ "getter": false,
502
+ "setter": false,
450
503
  "reflect": false
451
504
  },
452
505
  "maxLength": {
453
506
  "type": "number",
507
+ "attribute": "max-length",
454
508
  "mutable": false,
455
509
  "complexType": {
456
510
  "original": "number",
@@ -463,11 +517,13 @@ export class CatInput {
463
517
  "tags": [],
464
518
  "text": "A maximum length (number of characters) for textual values."
465
519
  },
466
- "attribute": "max-length",
520
+ "getter": false,
521
+ "setter": false,
467
522
  "reflect": false
468
523
  },
469
524
  "min": {
470
525
  "type": "any",
526
+ "attribute": "min",
471
527
  "mutable": false,
472
528
  "complexType": {
473
529
  "original": "number | string",
@@ -480,11 +536,13 @@ export class CatInput {
480
536
  "tags": [],
481
537
  "text": "A minimum value for numeric values."
482
538
  },
483
- "attribute": "min",
539
+ "getter": false,
540
+ "setter": false,
484
541
  "reflect": false
485
542
  },
486
543
  "minLength": {
487
544
  "type": "number",
545
+ "attribute": "min-length",
488
546
  "mutable": false,
489
547
  "complexType": {
490
548
  "original": "number",
@@ -497,11 +555,13 @@ export class CatInput {
497
555
  "tags": [],
498
556
  "text": "A minimum length (number of characters) for textual values."
499
557
  },
500
- "attribute": "min-length",
558
+ "getter": false,
559
+ "setter": false,
501
560
  "reflect": false
502
561
  },
503
562
  "name": {
504
563
  "type": "string",
564
+ "attribute": "name",
505
565
  "mutable": false,
506
566
  "complexType": {
507
567
  "original": "string",
@@ -514,11 +574,13 @@ export class CatInput {
514
574
  "tags": [],
515
575
  "text": "The name of the form control. Submitted with the form as part of a name/value pair."
516
576
  },
517
- "attribute": "name",
577
+ "getter": false,
578
+ "setter": false,
518
579
  "reflect": false
519
580
  },
520
581
  "placeholder": {
521
582
  "type": "string",
583
+ "attribute": "placeholder",
522
584
  "mutable": false,
523
585
  "complexType": {
524
586
  "original": "string",
@@ -531,11 +593,13 @@ export class CatInput {
531
593
  "tags": [],
532
594
  "text": "The placeholder text to display within the input."
533
595
  },
534
- "attribute": "placeholder",
596
+ "getter": false,
597
+ "setter": false,
535
598
  "reflect": false
536
599
  },
537
600
  "textPrefix": {
538
601
  "type": "string",
602
+ "attribute": "text-prefix",
539
603
  "mutable": false,
540
604
  "complexType": {
541
605
  "original": "string",
@@ -548,11 +612,13 @@ export class CatInput {
548
612
  "tags": [],
549
613
  "text": "A textual prefix to be displayed in the input."
550
614
  },
551
- "attribute": "text-prefix",
615
+ "getter": false,
616
+ "setter": false,
552
617
  "reflect": false
553
618
  },
554
619
  "textSuffix": {
555
620
  "type": "string",
621
+ "attribute": "text-suffix",
556
622
  "mutable": false,
557
623
  "complexType": {
558
624
  "original": "string",
@@ -565,11 +631,13 @@ export class CatInput {
565
631
  "tags": [],
566
632
  "text": "A textual suffix to be displayed in the input."
567
633
  },
568
- "attribute": "text-suffix",
634
+ "getter": false,
635
+ "setter": false,
569
636
  "reflect": false
570
637
  },
571
638
  "readonly": {
572
639
  "type": "boolean",
640
+ "attribute": "readonly",
573
641
  "mutable": false,
574
642
  "complexType": {
575
643
  "original": "boolean",
@@ -582,12 +650,14 @@ export class CatInput {
582
650
  "tags": [],
583
651
  "text": "The value is not editable."
584
652
  },
585
- "attribute": "readonly",
653
+ "getter": false,
654
+ "setter": false,
586
655
  "reflect": false,
587
656
  "defaultValue": "false"
588
657
  },
589
658
  "required": {
590
659
  "type": "boolean",
660
+ "attribute": "required",
591
661
  "mutable": false,
592
662
  "complexType": {
593
663
  "original": "boolean",
@@ -600,12 +670,14 @@ export class CatInput {
600
670
  "tags": [],
601
671
  "text": "A value is required or must be check for the form to be submittable."
602
672
  },
603
- "attribute": "required",
673
+ "getter": false,
674
+ "setter": false,
604
675
  "reflect": false,
605
676
  "defaultValue": "false"
606
677
  },
607
678
  "round": {
608
679
  "type": "boolean",
680
+ "attribute": "round",
609
681
  "mutable": false,
610
682
  "complexType": {
611
683
  "original": "boolean",
@@ -618,12 +690,14 @@ export class CatInput {
618
690
  "tags": [],
619
691
  "text": "Use round input edges."
620
692
  },
621
- "attribute": "round",
693
+ "getter": false,
694
+ "setter": false,
622
695
  "reflect": false,
623
696
  "defaultValue": "false"
624
697
  },
625
698
  "type": {
626
699
  "type": "string",
700
+ "attribute": "type",
627
701
  "mutable": false,
628
702
  "complexType": {
629
703
  "original": "InputType",
@@ -642,12 +716,14 @@ export class CatInput {
642
716
  "tags": [],
643
717
  "text": "Type of form control."
644
718
  },
645
- "attribute": "type",
719
+ "getter": false,
720
+ "setter": false,
646
721
  "reflect": false,
647
722
  "defaultValue": "'text'"
648
723
  },
649
724
  "value": {
650
725
  "type": "string",
726
+ "attribute": "value",
651
727
  "mutable": true,
652
728
  "complexType": {
653
729
  "original": "string",
@@ -660,11 +736,13 @@ export class CatInput {
660
736
  "tags": [],
661
737
  "text": "The value of the control."
662
738
  },
663
- "attribute": "value",
739
+ "getter": false,
740
+ "setter": false,
664
741
  "reflect": false
665
742
  },
666
743
  "errors": {
667
744
  "type": "boolean",
745
+ "attribute": "errors",
668
746
  "mutable": false,
669
747
  "complexType": {
670
748
  "original": "boolean | string[] | ErrorMap",
@@ -683,11 +761,13 @@ export class CatInput {
683
761
  "tags": [],
684
762
  "text": "The validation errors for this input. Will render a hint under the input\nwith the translated error message(s) `error.${key}`. If an object is\npassed, the keys will be used as error keys and the values translation\nparameters.\nIf the value is `true`, the input will be marked as invalid without any\nhints under the input."
685
763
  },
686
- "attribute": "errors",
764
+ "getter": false,
765
+ "setter": false,
687
766
  "reflect": false
688
767
  },
689
768
  "errorUpdate": {
690
769
  "type": "any",
770
+ "attribute": "error-update",
691
771
  "mutable": false,
692
772
  "complexType": {
693
773
  "original": "boolean | number",
@@ -700,12 +780,14 @@ export class CatInput {
700
780
  "tags": [],
701
781
  "text": "Fine-grained control over when the errors are shown. Can be `false` to\nnever show errors, `true` to show errors on blur, or a number to show\nerrors change with the given delay in milliseconds or immediately on blur."
702
782
  },
703
- "attribute": "error-update",
783
+ "getter": false,
784
+ "setter": false,
704
785
  "reflect": false,
705
786
  "defaultValue": "0"
706
787
  },
707
788
  "nativeAttributes": {
708
789
  "type": "unknown",
790
+ "attribute": "native-attributes",
709
791
  "mutable": false,
710
792
  "complexType": {
711
793
  "original": "{ [key: string]: string }",
@@ -717,10 +799,13 @@ export class CatInput {
717
799
  "docs": {
718
800
  "tags": [],
719
801
  "text": "Attributes that will be added to the native HTML input element."
720
- }
802
+ },
803
+ "getter": false,
804
+ "setter": false
721
805
  },
722
806
  "testId": {
723
807
  "type": "string",
808
+ "attribute": "test-id",
724
809
  "mutable": false,
725
810
  "complexType": {
726
811
  "original": "string",
@@ -733,11 +818,13 @@ export class CatInput {
733
818
  "tags": [],
734
819
  "text": "A unique identifier for the underlying native element that is used for\ntesting purposes. The attribute is added as `data-test` attribute and acts\nas a shorthand for `nativeAttributes={ 'data-test': 'test-Id' }`."
735
820
  },
736
- "attribute": "test-id",
821
+ "getter": false,
822
+ "setter": false,
737
823
  "reflect": false
738
824
  },
739
825
  "timeMaskOptions": {
740
826
  "type": "unknown",
827
+ "attribute": "time-mask-options",
741
828
  "mutable": false,
742
829
  "complexType": {
743
830
  "original": "FormatTimeMaskOptions",
@@ -755,10 +842,13 @@ export class CatInput {
755
842
  "docs": {
756
843
  "tags": [],
757
844
  "text": "Activates cleave-zen time mask on input"
758
- }
845
+ },
846
+ "getter": false,
847
+ "setter": false
759
848
  },
760
849
  "dateMaskOptions": {
761
850
  "type": "unknown",
851
+ "attribute": "date-mask-options",
762
852
  "mutable": false,
763
853
  "complexType": {
764
854
  "original": "FormatDateMaskOptions",
@@ -776,7 +866,9 @@ export class CatInput {
776
866
  "docs": {
777
867
  "tags": [],
778
868
  "text": "Activates cleave-zen date mask on input"
779
- }
869
+ },
870
+ "getter": false,
871
+ "setter": false
780
872
  }
781
873
  };
782
874
  }