@ardium-ui/ui 4.4.1 → 5.0.0-alpha.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 (354) hide show
  1. package/fesm2022/ardium-ui-ui.mjs +2525 -2413
  2. package/fesm2022/ardium-ui-ui.mjs.map +1 -1
  3. package/lib/_internal/boolean-component.d.ts +1 -1
  4. package/lib/_internal/disablable-component.d.ts +1 -1
  5. package/lib/_internal/focusable-component.d.ts +1 -1
  6. package/lib/_internal/form-field-component.d.ts +1 -1
  7. package/lib/_internal/ngmodel-component.d.ts +2 -2
  8. package/lib/_internal/selectable-list-component.d.ts +1 -1
  9. package/lib/_internal/utils/date.utils.d.ts +3 -0
  10. package/lib/buttons/_button-base.d.ts +1 -1
  11. package/lib/calendar/calendar.component.d.ts +8 -2
  12. package/lib/file-inputs/file-input-base.d.ts +7 -3
  13. package/lib/form-field/form-field-base.d.ts +1 -1
  14. package/lib/inputs/_simple-input-base.d.ts +3 -3
  15. package/lib/inputs/autocomplete-input/autocomplete-input.component.d.ts +66 -0
  16. package/lib/inputs/autocomplete-input/autocomplete-input.defaults.d.ts +15 -0
  17. package/lib/inputs/autocomplete-input/autocomplete-input.directives.d.ts +33 -0
  18. package/lib/inputs/autocomplete-input/autocomplete-input.module.d.ts +13 -0
  19. package/lib/inputs/autocomplete-input/index.d.ts +3 -0
  20. package/lib/inputs/date-input/date-input.component.d.ts +5 -2
  21. package/lib/inputs/input/index.d.ts +2 -1
  22. package/lib/inputs/input/input.component.d.ts +3 -56
  23. package/lib/inputs/input/input.defaults.d.ts +1 -10
  24. package/lib/inputs/input/input.directives.d.ts +0 -13
  25. package/lib/inputs/input/input.module.d.ts +3 -5
  26. package/lib/inputs/input-utils.d.ts +8 -8
  27. package/lib/inputs/number-input/number-input.component.d.ts +1 -0
  28. package/lib/option/option.component.d.ts +1 -1
  29. package/lib/slider/abstract-slider.d.ts +1 -1
  30. package/package.json +1 -3
  31. package/prebuilt-themes/default/inputs/{simple-input.css → autocomplete-input.css} +40 -15
  32. package/prebuilt-themes/default/inputs/autocomplete-input.css.map +1 -0
  33. package/prebuilt-themes/default/inputs/file-input.css +9 -4
  34. package/prebuilt-themes/default/inputs/file-input.css.map +1 -1
  35. package/prebuilt-themes/default/inputs/input.css +0 -25
  36. package/prebuilt-themes/default/inputs/input.css.map +1 -1
  37. package/public-api.d.ts +1 -1
  38. package/themes/default/inputs/autocomplete-input.scss +46 -0
  39. package/themes/default/inputs/file-input.scss +10 -2
  40. package/themes/default/inputs/input.scss +0 -34
  41. package/esm2022/ardium-ui-ui.mjs +0 -5
  42. package/esm2022/lib/_internal/boolean-component.mjs +0 -95
  43. package/esm2022/lib/_internal/clear-button/clear-button.component.mjs +0 -15
  44. package/esm2022/lib/_internal/clear-button/clear-button.module.mjs +0 -18
  45. package/esm2022/lib/_internal/disablable-component.mjs +0 -51
  46. package/esm2022/lib/_internal/focusable-component.mjs +0 -85
  47. package/esm2022/lib/_internal/form-field-component.mjs +0 -33
  48. package/esm2022/lib/_internal/item-storages/dropdown-item-storage.mjs +0 -453
  49. package/esm2022/lib/_internal/item-storages/simple-item-storage.mjs +0 -370
  50. package/esm2022/lib/_internal/item-storages/simplest-item-storage.mjs +0 -157
  51. package/esm2022/lib/_internal/models/pagination.model.mjs +0 -90
  52. package/esm2022/lib/_internal/models/queue.mjs +0 -59
  53. package/esm2022/lib/_internal/ngmodel-component.mjs +0 -99
  54. package/esm2022/lib/_internal/public-api.mjs +0 -2
  55. package/esm2022/lib/_internal/selectable-list-component.mjs +0 -271
  56. package/esm2022/lib/badge/badge.defaults.mjs +0 -20
  57. package/esm2022/lib/badge/badge.directive.mjs +0 -97
  58. package/esm2022/lib/badge/badge.module.mjs +0 -18
  59. package/esm2022/lib/badge/badge.types.mjs +0 -16
  60. package/esm2022/lib/badge/index.mjs +0 -5
  61. package/esm2022/lib/buttons/_button-base.defaults.mjs +0 -17
  62. package/esm2022/lib/buttons/_button-base.mjs +0 -26
  63. package/esm2022/lib/buttons/button/button.component.mjs +0 -38
  64. package/esm2022/lib/buttons/button/button.defaults.mjs +0 -17
  65. package/esm2022/lib/buttons/button/button.module.mjs +0 -18
  66. package/esm2022/lib/buttons/button/index.mjs +0 -4
  67. package/esm2022/lib/buttons/fab/fab.component.mjs +0 -33
  68. package/esm2022/lib/buttons/fab/fab.defaults.mjs +0 -17
  69. package/esm2022/lib/buttons/fab/fab.module.mjs +0 -18
  70. package/esm2022/lib/buttons/fab/index.mjs +0 -4
  71. package/esm2022/lib/buttons/general-button.types.mjs +0 -55
  72. package/esm2022/lib/buttons/icon-button/icon-button.component.mjs +0 -39
  73. package/esm2022/lib/buttons/icon-button/icon-button.defaults.mjs +0 -9
  74. package/esm2022/lib/buttons/icon-button/icon-button.module.mjs +0 -18
  75. package/esm2022/lib/buttons/icon-button/index.mjs +0 -4
  76. package/esm2022/lib/calendar/calendar.component.mjs +0 -466
  77. package/esm2022/lib/calendar/calendar.defaults.mjs +0 -26
  78. package/esm2022/lib/calendar/calendar.directives.mjs +0 -107
  79. package/esm2022/lib/calendar/calendar.internal-directives.mjs +0 -22
  80. package/esm2022/lib/calendar/calendar.internal-types.mjs +0 -2
  81. package/esm2022/lib/calendar/calendar.module.mjs +0 -71
  82. package/esm2022/lib/calendar/calendar.types.mjs +0 -6
  83. package/esm2022/lib/calendar/index.mjs +0 -6
  84. package/esm2022/lib/calendar/views/days-view/days-view.component.mjs +0 -282
  85. package/esm2022/lib/calendar/views/days-view/days-view.helpers.mjs +0 -65
  86. package/esm2022/lib/calendar/views/months-view/months-view.component.mjs +0 -245
  87. package/esm2022/lib/calendar/views/months-view/months-view.helpers.mjs +0 -22
  88. package/esm2022/lib/calendar/views/years-view/years-view.component.mjs +0 -244
  89. package/esm2022/lib/calendar/views/years-view/years-view.helpers.mjs +0 -14
  90. package/esm2022/lib/card/card.children.mjs +0 -96
  91. package/esm2022/lib/card/card.component.mjs +0 -38
  92. package/esm2022/lib/card/card.defaults.mjs +0 -17
  93. package/esm2022/lib/card/card.module.mjs +0 -59
  94. package/esm2022/lib/card/card.types.mjs +0 -9
  95. package/esm2022/lib/card/index.mjs +0 -6
  96. package/esm2022/lib/checkbox/checkbox.component.mjs +0 -68
  97. package/esm2022/lib/checkbox/checkbox.defaults.mjs +0 -17
  98. package/esm2022/lib/checkbox/checkbox.directives.mjs +0 -14
  99. package/esm2022/lib/checkbox/checkbox.internal-directives.mjs +0 -15
  100. package/esm2022/lib/checkbox/checkbox.module.mjs +0 -20
  101. package/esm2022/lib/checkbox/checkbox.types.mjs +0 -6
  102. package/esm2022/lib/checkbox/index.mjs +0 -6
  103. package/esm2022/lib/checkbox-list/checkbox-list.component.mjs +0 -116
  104. package/esm2022/lib/checkbox-list/checkbox-list.defaults.mjs +0 -25
  105. package/esm2022/lib/checkbox-list/checkbox-list.directives.mjs +0 -14
  106. package/esm2022/lib/checkbox-list/checkbox-list.module.mjs +0 -21
  107. package/esm2022/lib/checkbox-list/checkbox-list.types.mjs +0 -7
  108. package/esm2022/lib/checkbox-list/index.mjs +0 -6
  109. package/esm2022/lib/chip/chip.component.mjs +0 -36
  110. package/esm2022/lib/chip/chip.defaults.mjs +0 -20
  111. package/esm2022/lib/chip/chip.module.mjs +0 -21
  112. package/esm2022/lib/chip/deletable-chip/deletable-chip.component.mjs +0 -53
  113. package/esm2022/lib/chip/deletable-chip/deletable-chip.defaults.mjs +0 -17
  114. package/esm2022/lib/chip/index.mjs +0 -8
  115. package/esm2022/lib/chip/selectable-chip/selectable-chip.component.mjs +0 -53
  116. package/esm2022/lib/chip/selectable-chip/selectable-chip.defaults.mjs +0 -18
  117. package/esm2022/lib/dialog/dialog.component.mjs +0 -109
  118. package/esm2022/lib/dialog/dialog.defaults.mjs +0 -26
  119. package/esm2022/lib/dialog/dialog.directives.mjs +0 -25
  120. package/esm2022/lib/dialog/dialog.module.mjs +0 -21
  121. package/esm2022/lib/dialog/dialog.types.mjs +0 -10
  122. package/esm2022/lib/dialog/index.mjs +0 -6
  123. package/esm2022/lib/divider/divider.component.mjs +0 -19
  124. package/esm2022/lib/divider/divider.defaults.mjs +0 -13
  125. package/esm2022/lib/divider/divider.module.mjs +0 -18
  126. package/esm2022/lib/divider/index.mjs +0 -4
  127. package/esm2022/lib/dropdown-panel/dropdown-panel.component.mjs +0 -112
  128. package/esm2022/lib/dropdown-panel/dropdown-panel.defaults.mjs +0 -17
  129. package/esm2022/lib/dropdown-panel/dropdown-panel.module.mjs +0 -18
  130. package/esm2022/lib/dropdown-panel/dropdown-panel.types.mjs +0 -10
  131. package/esm2022/lib/dropdown-panel/index.mjs +0 -5
  132. package/esm2022/lib/file-inputs/file-drop-area/file-drop-area.component.mjs +0 -70
  133. package/esm2022/lib/file-inputs/file-drop-area/file-drop-area.defaults.mjs +0 -18
  134. package/esm2022/lib/file-inputs/file-drop-area/file-drop-area.directives.mjs +0 -42
  135. package/esm2022/lib/file-inputs/file-drop-area/file-drop-area.module.mjs +0 -52
  136. package/esm2022/lib/file-inputs/file-drop-area/index.mjs +0 -5
  137. package/esm2022/lib/file-inputs/file-input/file-input.component.mjs +0 -120
  138. package/esm2022/lib/file-inputs/file-input/file-input.defaults.mjs +0 -23
  139. package/esm2022/lib/file-inputs/file-input/file-input.directives.mjs +0 -86
  140. package/esm2022/lib/file-inputs/file-input/file-input.module.mjs +0 -55
  141. package/esm2022/lib/file-inputs/file-input/index.mjs +0 -5
  142. package/esm2022/lib/file-inputs/file-input-base.defaults.mjs +0 -8
  143. package/esm2022/lib/file-inputs/file-input-base.mjs +0 -333
  144. package/esm2022/lib/file-inputs/file-input-types.mjs +0 -8
  145. package/esm2022/lib/form-field/error/error.component.mjs +0 -17
  146. package/esm2022/lib/form-field/error/error.directive.mjs +0 -17
  147. package/esm2022/lib/form-field/form-field-base.mjs +0 -53
  148. package/esm2022/lib/form-field/form-field-child.token.mjs +0 -3
  149. package/esm2022/lib/form-field/form-field-native-inputs.mjs +0 -80
  150. package/esm2022/lib/form-field/form-field.component.mjs +0 -12
  151. package/esm2022/lib/form-field/form-field.defaults.mjs +0 -17
  152. package/esm2022/lib/form-field/form-field.module.mjs +0 -49
  153. package/esm2022/lib/form-field/hint/hint.component.mjs +0 -17
  154. package/esm2022/lib/form-field/hint/hint.directive.mjs +0 -30
  155. package/esm2022/lib/form-field/horizontal-form-field.component.mjs +0 -12
  156. package/esm2022/lib/form-field/index.mjs +0 -10
  157. package/esm2022/lib/form-field/label/label.component.mjs +0 -27
  158. package/esm2022/lib/form-field-frame/form-field-frame.component.mjs +0 -58
  159. package/esm2022/lib/form-field-frame/form-field-frame.defaults.mjs +0 -18
  160. package/esm2022/lib/form-field-frame/form-field-frame.directives.mjs +0 -25
  161. package/esm2022/lib/form-field-frame/form-field-frame.module.mjs +0 -19
  162. package/esm2022/lib/form-field-frame/index.mjs +0 -5
  163. package/esm2022/lib/icon/icon.component.mjs +0 -52
  164. package/esm2022/lib/icon/icon.defaults.mjs +0 -17
  165. package/esm2022/lib/icon/icon.module.mjs +0 -19
  166. package/esm2022/lib/icon/icon.pipe.mjs +0 -18
  167. package/esm2022/lib/icon/index.mjs +0 -5
  168. package/esm2022/lib/inputs/_simple-input-base.mjs +0 -153
  169. package/esm2022/lib/inputs/date-input/date-input.component.mjs +0 -375
  170. package/esm2022/lib/inputs/date-input/date-input.defaults.mjs +0 -38
  171. package/esm2022/lib/inputs/date-input/date-input.directive.mjs +0 -163
  172. package/esm2022/lib/inputs/date-input/date-input.module.mjs +0 -108
  173. package/esm2022/lib/inputs/date-input/date-input.serializers.mjs +0 -49
  174. package/esm2022/lib/inputs/date-input/date-input.types.mjs +0 -5
  175. package/esm2022/lib/inputs/date-input/index.mjs +0 -6
  176. package/esm2022/lib/inputs/digit-input/digit-input.component.mjs +0 -265
  177. package/esm2022/lib/inputs/digit-input/digit-input.defaults.mjs +0 -24
  178. package/esm2022/lib/inputs/digit-input/digit-input.model.mjs +0 -267
  179. package/esm2022/lib/inputs/digit-input/digit-input.module.mjs +0 -19
  180. package/esm2022/lib/inputs/digit-input/digit-input.types.mjs +0 -15
  181. package/esm2022/lib/inputs/digit-input/digit-input.utils.mjs +0 -8
  182. package/esm2022/lib/inputs/digit-input/index.mjs +0 -5
  183. package/esm2022/lib/inputs/hex-input/hex-input.component.mjs +0 -180
  184. package/esm2022/lib/inputs/hex-input/hex-input.defaults.mjs +0 -26
  185. package/esm2022/lib/inputs/hex-input/hex-input.directives.mjs +0 -36
  186. package/esm2022/lib/inputs/hex-input/hex-input.model.mjs +0 -97
  187. package/esm2022/lib/inputs/hex-input/hex-input.module.mjs +0 -37
  188. package/esm2022/lib/inputs/hex-input/index.mjs +0 -5
  189. package/esm2022/lib/inputs/input/index.mjs +0 -4
  190. package/esm2022/lib/inputs/input/input.component.mjs +0 -278
  191. package/esm2022/lib/inputs/input/input.defaults.mjs +0 -21
  192. package/esm2022/lib/inputs/input/input.directives.mjs +0 -58
  193. package/esm2022/lib/inputs/input/input.module.mjs +0 -61
  194. package/esm2022/lib/inputs/input-transformers.mjs +0 -66
  195. package/esm2022/lib/inputs/input-types.mjs +0 -6
  196. package/esm2022/lib/inputs/input-utils.mjs +0 -186
  197. package/esm2022/lib/inputs/number-input/index.mjs +0 -5
  198. package/esm2022/lib/inputs/number-input/number-input.component.mjs +0 -245
  199. package/esm2022/lib/inputs/number-input/number-input.defaults.mjs +0 -27
  200. package/esm2022/lib/inputs/number-input/number-input.directives.mjs +0 -14
  201. package/esm2022/lib/inputs/number-input/number-input.module.mjs +0 -21
  202. package/esm2022/lib/inputs/password-input/index.mjs +0 -6
  203. package/esm2022/lib/inputs/password-input/password-input.component.mjs +0 -167
  204. package/esm2022/lib/inputs/password-input/password-input.defaults.mjs +0 -24
  205. package/esm2022/lib/inputs/password-input/password-input.directives.mjs +0 -49
  206. package/esm2022/lib/inputs/password-input/password-input.module.mjs +0 -41
  207. package/esm2022/lib/inputs/password-input/password-input.types.mjs +0 -2
  208. package/esm2022/lib/inputs/simple-input/index.mjs +0 -5
  209. package/esm2022/lib/inputs/simple-input/simple-input.component.mjs +0 -50
  210. package/esm2022/lib/inputs/simple-input/simple-input.defaults.mjs +0 -25
  211. package/esm2022/lib/inputs/simple-input/simple-input.directives.mjs +0 -36
  212. package/esm2022/lib/inputs/simple-input/simple-input.module.mjs +0 -37
  213. package/esm2022/lib/kbd/index.mjs +0 -6
  214. package/esm2022/lib/kbd/kbd.component.mjs +0 -30
  215. package/esm2022/lib/kbd/kbd.defaults.mjs +0 -15
  216. package/esm2022/lib/kbd/kbd.directive.mjs +0 -33
  217. package/esm2022/lib/kbd/kbd.module.mjs +0 -20
  218. package/esm2022/lib/kbd/kbd.pipe.mjs +0 -21
  219. package/esm2022/lib/kbd-shortcut/index.mjs +0 -4
  220. package/esm2022/lib/kbd-shortcut/kbd-shortcut.component.mjs +0 -36
  221. package/esm2022/lib/kbd-shortcut/kbd-shortcut.defaults.mjs +0 -8
  222. package/esm2022/lib/kbd-shortcut/kbd-shortcut.module.mjs +0 -19
  223. package/esm2022/lib/modal/index.mjs +0 -5
  224. package/esm2022/lib/modal/modal.component.mjs +0 -95
  225. package/esm2022/lib/modal/modal.defaults.mjs +0 -20
  226. package/esm2022/lib/modal/modal.directives.mjs +0 -14
  227. package/esm2022/lib/modal/modal.module.mjs +0 -22
  228. package/esm2022/lib/option/index.mjs +0 -3
  229. package/esm2022/lib/option/option.component.mjs +0 -55
  230. package/esm2022/lib/option/option.module.mjs +0 -18
  231. package/esm2022/lib/progress-bar/index.mjs +0 -6
  232. package/esm2022/lib/progress-bar/progress-bar.component.mjs +0 -58
  233. package/esm2022/lib/progress-bar/progress-bar.defaults.mjs +0 -21
  234. package/esm2022/lib/progress-bar/progress-bar.directive.mjs +0 -14
  235. package/esm2022/lib/progress-bar/progress-bar.module.mjs +0 -19
  236. package/esm2022/lib/progress-bar/progress-bar.types.mjs +0 -19
  237. package/esm2022/lib/progress-circle/index.mjs +0 -6
  238. package/esm2022/lib/progress-circle/progress-circle.component.mjs +0 -45
  239. package/esm2022/lib/progress-circle/progress-circle.defaults.mjs +0 -21
  240. package/esm2022/lib/progress-circle/progress-circle.directive.mjs +0 -14
  241. package/esm2022/lib/progress-circle/progress-circle.module.mjs +0 -19
  242. package/esm2022/lib/progress-circle/progress-circle.types.mjs +0 -10
  243. package/esm2022/lib/radio/index.mjs +0 -5
  244. package/esm2022/lib/radio/radio/radio.component.mjs +0 -119
  245. package/esm2022/lib/radio/radio/radio.defaults.mjs +0 -16
  246. package/esm2022/lib/radio/radio-group.component.mjs +0 -203
  247. package/esm2022/lib/radio/radio.module.mjs +0 -19
  248. package/esm2022/lib/search-functions.mjs +0 -64
  249. package/esm2022/lib/segment/index.mjs +0 -6
  250. package/esm2022/lib/segment/segment.component.mjs +0 -125
  251. package/esm2022/lib/segment/segment.defaults.mjs +0 -26
  252. package/esm2022/lib/segment/segment.directives.mjs +0 -14
  253. package/esm2022/lib/segment/segment.module.mjs +0 -19
  254. package/esm2022/lib/segment/segment.types.mjs +0 -13
  255. package/esm2022/lib/select/index.mjs +0 -6
  256. package/esm2022/lib/select/select.component.mjs +0 -836
  257. package/esm2022/lib/select/select.defaults.mjs +0 -53
  258. package/esm2022/lib/select/select.directive.mjs +0 -171
  259. package/esm2022/lib/select/select.module.mjs +0 -112
  260. package/esm2022/lib/select/select.types.mjs +0 -2
  261. package/esm2022/lib/slide-toggle/index.mjs +0 -5
  262. package/esm2022/lib/slide-toggle/slide-toggle.component.mjs +0 -43
  263. package/esm2022/lib/slide-toggle/slide-toggle.defaults.mjs +0 -21
  264. package/esm2022/lib/slide-toggle/slide-toggle.module.mjs +0 -18
  265. package/esm2022/lib/slide-toggle/slide-toggle.types.mjs +0 -5
  266. package/esm2022/lib/slider/abstract-slider.mjs +0 -251
  267. package/esm2022/lib/slider/index.mjs +0 -8
  268. package/esm2022/lib/slider/range-slider/range-slider.component.mjs +0 -151
  269. package/esm2022/lib/slider/range-slider/range-slider.module.mjs +0 -18
  270. package/esm2022/lib/slider/slider.component.mjs +0 -100
  271. package/esm2022/lib/slider/slider.defaults.mjs +0 -14
  272. package/esm2022/lib/slider/slider.directive.mjs +0 -16
  273. package/esm2022/lib/slider/slider.module.mjs +0 -20
  274. package/esm2022/lib/slider/slider.types.mjs +0 -10
  275. package/esm2022/lib/snackbar/index.mjs +0 -5
  276. package/esm2022/lib/snackbar/snackbar-ref.mjs +0 -51
  277. package/esm2022/lib/snackbar/snackbar.component.mjs +0 -48
  278. package/esm2022/lib/snackbar/snackbar.service.mjs +0 -224
  279. package/esm2022/lib/snackbar/snackbar.token.mjs +0 -26
  280. package/esm2022/lib/snackbar/snackbar.types.mjs +0 -25
  281. package/esm2022/lib/spinner/index.mjs +0 -4
  282. package/esm2022/lib/spinner/spinner.component.mjs +0 -19
  283. package/esm2022/lib/spinner/spinner.defaults.mjs +0 -14
  284. package/esm2022/lib/spinner/spinner.module.mjs +0 -18
  285. package/esm2022/lib/star/index.mjs +0 -6
  286. package/esm2022/lib/star/rating-display/index.mjs +0 -6
  287. package/esm2022/lib/star/rating-display/rating-display.component.mjs +0 -71
  288. package/esm2022/lib/star/rating-display/rating-display.defaults.mjs +0 -16
  289. package/esm2022/lib/star/rating-display/rating-display.directives.mjs +0 -16
  290. package/esm2022/lib/star/rating-display/rating-display.module.mjs +0 -20
  291. package/esm2022/lib/star/rating-display/rating-display.types.mjs +0 -2
  292. package/esm2022/lib/star/rating-input/index.mjs +0 -6
  293. package/esm2022/lib/star/rating-input/rating-input.component.mjs +0 -191
  294. package/esm2022/lib/star/rating-input/rating-input.defaults.mjs +0 -17
  295. package/esm2022/lib/star/rating-input/rating-input.directives.mjs +0 -16
  296. package/esm2022/lib/star/rating-input/rating-input.module.mjs +0 -20
  297. package/esm2022/lib/star/rating-input/rating-input.types.mjs +0 -2
  298. package/esm2022/lib/star/star-button/index.mjs +0 -6
  299. package/esm2022/lib/star/star-button/star-button.component.mjs +0 -55
  300. package/esm2022/lib/star/star-button/star-button.defaults.mjs +0 -18
  301. package/esm2022/lib/star/star-button/star-button.directives.mjs +0 -16
  302. package/esm2022/lib/star/star-button/star-button.module.mjs +0 -20
  303. package/esm2022/lib/star/star-button/star-button.types.mjs +0 -2
  304. package/esm2022/lib/star/star.component.mjs +0 -36
  305. package/esm2022/lib/star/star.defaults.mjs +0 -15
  306. package/esm2022/lib/star/star.directives.mjs +0 -16
  307. package/esm2022/lib/star/star.module.mjs +0 -20
  308. package/esm2022/lib/star/star.types.mjs +0 -23
  309. package/esm2022/lib/statebox/index.mjs +0 -4
  310. package/esm2022/lib/statebox/statebox.component.mjs +0 -114
  311. package/esm2022/lib/statebox/statebox.defaults.mjs +0 -20
  312. package/esm2022/lib/statebox/statebox.module.mjs +0 -18
  313. package/esm2022/lib/statebox/statebox.types.mjs +0 -2
  314. package/esm2022/lib/tabber/index.mjs +0 -6
  315. package/esm2022/lib/tabber/tab/tab.component.mjs +0 -44
  316. package/esm2022/lib/tabber/tab/tab.defaults.mjs +0 -13
  317. package/esm2022/lib/tabber/tabber.component.mjs +0 -90
  318. package/esm2022/lib/tabber/tabber.defaults.mjs +0 -19
  319. package/esm2022/lib/tabber/tabber.module.mjs +0 -19
  320. package/esm2022/lib/table/index.mjs +0 -6
  321. package/esm2022/lib/table/table-item-storage.mjs +0 -564
  322. package/esm2022/lib/table/table.component.mjs +0 -367
  323. package/esm2022/lib/table/table.defaults.mjs +0 -53
  324. package/esm2022/lib/table/table.directives.mjs +0 -62
  325. package/esm2022/lib/table/table.module.mjs +0 -47
  326. package/esm2022/lib/table/table.types.mjs +0 -30
  327. package/esm2022/lib/table/utils.mjs +0 -18
  328. package/esm2022/lib/table-from-csv/index.mjs +0 -4
  329. package/esm2022/lib/table-from-csv/table-from-csv.component.mjs +0 -120
  330. package/esm2022/lib/table-from-csv/table-from-csv.defaults.mjs +0 -15
  331. package/esm2022/lib/table-from-csv/table-from-csv.module.mjs +0 -19
  332. package/esm2022/lib/table-pagination/index.mjs +0 -5
  333. package/esm2022/lib/table-pagination/table-pagination.component.mjs +0 -108
  334. package/esm2022/lib/table-pagination/table-pagination.defaults.mjs +0 -25
  335. package/esm2022/lib/table-pagination/table-pagination.module.mjs +0 -21
  336. package/esm2022/lib/table-pagination/table-pagination.types.mjs +0 -7
  337. package/esm2022/lib/text-list/index.mjs +0 -4
  338. package/esm2022/lib/text-list/text-list.component.mjs +0 -18
  339. package/esm2022/lib/text-list/text-list.module.mjs +0 -19
  340. package/esm2022/lib/text-list/text-list.pipe.mjs +0 -16
  341. package/esm2022/lib/types/alignment.types.mjs +0 -10
  342. package/esm2022/lib/types/button.types.mjs +0 -6
  343. package/esm2022/lib/types/colors.types.mjs +0 -43
  344. package/esm2022/lib/types/item-storage.types.mjs +0 -6
  345. package/esm2022/lib/types/theming.types.mjs +0 -48
  346. package/esm2022/lib/types/utility.types.mjs +0 -5
  347. package/esm2022/public-api.mjs +0 -74
  348. package/lib/inputs/simple-input/index.d.ts +0 -4
  349. package/lib/inputs/simple-input/simple-input.component.d.ts +0 -13
  350. package/lib/inputs/simple-input/simple-input.defaults.d.ts +0 -6
  351. package/lib/inputs/simple-input/simple-input.directives.d.ts +0 -20
  352. package/lib/inputs/simple-input/simple-input.module.d.ts +0 -11
  353. package/prebuilt-themes/default/inputs/simple-input.css.map +0 -1
  354. package/themes/default/inputs/simple-input.scss +0 -12
@@ -1,85 +0,0 @@
1
- import { computed, Directive, input, output, signal, ViewChildren } from '@angular/core';
2
- import { coerceNumberProperty } from '@ardium-ui/devkit';
3
- import { _DisablableComponentBase, _disablableComponentDefaults } from './disablable-component';
4
- import * as i0 from "@angular/core";
5
- export const _focusableComponentDefaults = {
6
- ..._disablableComponentDefaults,
7
- tabIndex: 0,
8
- };
9
- export class _FocusableComponentBase extends _DisablableComponentBase {
10
- constructor() {
11
- super(...arguments);
12
- //! tabindex
13
- /**
14
- * The component's overall tab index. If the component is disabled, it is always `-1`. Coercible into a number, defaults to `0`.
15
- */
16
- this.tabIndex = computed(() => (this.disabled() ? -1 : this._tabIndex()));
17
- this._tabIndex = input(this._DEFAULTS.tabIndex, {
18
- alias: 'tabIndex',
19
- transform: v => coerceNumberProperty(v, 0),
20
- });
21
- //! events
22
- /**
23
- * The event emitter responsible for firing `focus` events.
24
- */
25
- this.focusEvent = output({ alias: 'focus' });
26
- /**
27
- * The event emitter responsible for firing `blur` events.
28
- */
29
- this.blurEvent = output({ alias: 'blur' });
30
- //! focus event handlers
31
- /**
32
- * Whether the component is currently focused.
33
- */
34
- this.isFocused = signal(false);
35
- }
36
- /**
37
- * Focuses the correct element in the component.
38
- */
39
- focus() {
40
- this._focusableElement?.first?.nativeElement.focus();
41
- }
42
- /**
43
- * Focuses the first of all available elements in the component.
44
- */
45
- focusFirst() {
46
- this.focus();
47
- }
48
- /**
49
- * Focuses the last of all available elements in the component.
50
- */
51
- focusLast() {
52
- this._focusableElement?.last?.nativeElement.focus();
53
- }
54
- /**
55
- * Blurs all focusable elements in the component.
56
- */
57
- blur() {
58
- this._focusableElement?.forEach(el => el.nativeElement.blur());
59
- }
60
- /**
61
- * Function to handle when an element is focused. Sets `isFocused` and fires the `focus` event.
62
- * @param event The focus event to emit.
63
- */
64
- onFocus(event) {
65
- this.isFocused.set(true);
66
- this.focusEvent.emit(event);
67
- }
68
- /**
69
- * Function to handle when an element is blurred. Sets `isFocused` and fires the `blur` event.
70
- * @param event The focus event to emit.
71
- */
72
- onBlur(event) {
73
- this.isFocused.set(false);
74
- this.blurEvent.emit(event);
75
- }
76
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: _FocusableComponentBase, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
77
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.2.13", type: _FocusableComponentBase, inputs: { _tabIndex: { classPropertyName: "_tabIndex", publicName: "tabIndex", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { focusEvent: "focus", blurEvent: "blur" }, viewQueries: [{ propertyName: "_focusableElement", predicate: ["focusableElement"], descendants: true }], usesInheritance: true, ngImport: i0 }); }
78
- }
79
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: _FocusableComponentBase, decorators: [{
80
- type: Directive
81
- }], propDecorators: { _focusableElement: [{
82
- type: ViewChildren,
83
- args: ['focusableElement']
84
- }] } });
85
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9jdXNhYmxlLWNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3VpL3NyYy9saWIvX2ludGVybmFsL2ZvY3VzYWJsZS1jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxTQUFTLEVBQWMsS0FBSyxFQUFFLE1BQU0sRUFBYSxNQUFNLEVBQUUsWUFBWSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2hILE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLG1CQUFtQixDQUFDO0FBQ3pELE9BQU8sRUFBRSx3QkFBd0IsRUFBRSw0QkFBNEIsRUFBZ0MsTUFBTSx3QkFBd0IsQ0FBQzs7QUFLOUgsTUFBTSxDQUFDLE1BQU0sMkJBQTJCLEdBQWdDO0lBQ3RFLEdBQUcsNEJBQTRCO0lBQy9CLFFBQVEsRUFBRSxDQUFDO0NBQ1osQ0FBQztBQUdGLE1BQU0sT0FBZ0IsdUJBQXdCLFNBQVEsd0JBQXdCO0lBRDlFOztRQWlDRSxZQUFZO1FBQ1o7O1dBRUc7UUFDTSxhQUFRLEdBQUcsUUFBUSxDQUFDLEdBQUcsRUFBRSxDQUFDLENBQUMsSUFBSSxDQUFDLFFBQVEsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFNBQVMsRUFBRSxDQUFDLENBQUMsQ0FBQztRQUNyRSxjQUFTLEdBQUcsS0FBSyxDQUFjLElBQUksQ0FBQyxTQUFTLENBQUMsUUFBUSxFQUFFO1lBQy9ELEtBQUssRUFBRSxVQUFVO1lBQ2pCLFNBQVMsRUFBRSxDQUFDLENBQUMsRUFBRSxDQUFDLG9CQUFvQixDQUFDLENBQUMsRUFBRSxDQUFDLENBQUM7U0FDM0MsQ0FBQyxDQUFDO1FBRUgsVUFBVTtRQUNWOztXQUVHO1FBQ00sZUFBVSxHQUFHLE1BQU0sQ0FBYSxFQUFFLEtBQUssRUFBRSxPQUFPLEVBQUUsQ0FBQyxDQUFDO1FBQzdEOztXQUVHO1FBQ00sY0FBUyxHQUFHLE1BQU0sQ0FBYSxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsQ0FBQyxDQUFDO1FBRTNELHdCQUF3QjtRQUN4Qjs7V0FFRztRQUNNLGNBQVMsR0FBRyxNQUFNLENBQVUsS0FBSyxDQUFDLENBQUM7S0FrQjdDO0lBbkVDOztPQUVHO0lBQ0ksS0FBSztRQUNWLElBQUksQ0FBQyxpQkFBaUIsRUFBRSxLQUFLLEVBQUUsYUFBYSxDQUFDLEtBQUssRUFBRSxDQUFDO0lBQ3ZELENBQUM7SUFDRDs7T0FFRztJQUNJLFVBQVU7UUFDZixJQUFJLENBQUMsS0FBSyxFQUFFLENBQUM7SUFDZixDQUFDO0lBQ0Q7O09BRUc7SUFDSSxTQUFTO1FBQ2QsSUFBSSxDQUFDLGlCQUFpQixFQUFFLElBQUksRUFBRSxhQUFhLENBQUMsS0FBSyxFQUFFLENBQUM7SUFDdEQsQ0FBQztJQUNEOztPQUVHO0lBQ0ksSUFBSTtRQUNULElBQUksQ0FBQyxpQkFBaUIsRUFBRSxPQUFPLENBQUMsRUFBRSxDQUFDLEVBQUUsQ0FBQyxFQUFFLENBQUMsYUFBYSxDQUFDLElBQUksRUFBRSxDQUFDLENBQUM7SUFDakUsQ0FBQztJQTRCRDs7O09BR0c7SUFDSCxPQUFPLENBQUMsS0FBaUI7UUFDdkIsSUFBSSxDQUFDLFNBQVMsQ0FBQyxHQUFHLENBQUMsSUFBSSxDQUFDLENBQUM7UUFDekIsSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDOUIsQ0FBQztJQUNEOzs7T0FHRztJQUNILE1BQU0sQ0FBQyxLQUFpQjtRQUN0QixJQUFJLENBQUMsU0FBUyxDQUFDLEdBQUcsQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUMxQixJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUM3QixDQUFDOytHQXpFbUIsdUJBQXVCO21HQUF2Qix1QkFBdUI7OzRGQUF2Qix1QkFBdUI7a0JBRDVDLFNBQVM7OEJBTVMsaUJBQWlCO3NCQURqQyxZQUFZO3VCQUFDLGtCQUFrQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNvbXB1dGVkLCBEaXJlY3RpdmUsIEVsZW1lbnRSZWYsIGlucHV0LCBvdXRwdXQsIFF1ZXJ5TGlzdCwgc2lnbmFsLCBWaWV3Q2hpbGRyZW4gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgY29lcmNlTnVtYmVyUHJvcGVydHkgfSBmcm9tICdAYXJkaXVtLXVpL2RldmtpdCc7XHJcbmltcG9ydCB7IF9EaXNhYmxhYmxlQ29tcG9uZW50QmFzZSwgX2Rpc2FibGFibGVDb21wb25lbnREZWZhdWx0cywgX0Rpc2FibGFibGVDb21wb25lbnREZWZhdWx0cyB9IGZyb20gJy4vZGlzYWJsYWJsZS1jb21wb25lbnQnO1xyXG5cclxuZXhwb3J0IGludGVyZmFjZSBfRm9jdXNhYmxlQ29tcG9uZW50RGVmYXVsdHMgZXh0ZW5kcyBfRGlzYWJsYWJsZUNvbXBvbmVudERlZmF1bHRzIHtcclxuICB0YWJJbmRleDogbnVtYmVyO1xyXG59XHJcbmV4cG9ydCBjb25zdCBfZm9jdXNhYmxlQ29tcG9uZW50RGVmYXVsdHM6IF9Gb2N1c2FibGVDb21wb25lbnREZWZhdWx0cyA9IHtcclxuICAuLi5fZGlzYWJsYWJsZUNvbXBvbmVudERlZmF1bHRzLFxyXG4gIHRhYkluZGV4OiAwLFxyXG59O1xyXG5cclxuQERpcmVjdGl2ZSgpXHJcbmV4cG9ydCBhYnN0cmFjdCBjbGFzcyBfRm9jdXNhYmxlQ29tcG9uZW50QmFzZSBleHRlbmRzIF9EaXNhYmxhYmxlQ29tcG9uZW50QmFzZSB7XHJcbiAgcHJvdGVjdGVkIG92ZXJyaWRlIHJlYWRvbmx5IF9ERUZBVUxUUyE6IF9Gb2N1c2FibGVDb21wb25lbnREZWZhdWx0cztcclxuXHJcbiAgLy8hIG1ha2UgdGhlIGNvbXBvbmVudCBmb2N1c2FibGUgcHJvZ3JhbW1hdGljYWxseVxyXG4gIEBWaWV3Q2hpbGRyZW4oJ2ZvY3VzYWJsZUVsZW1lbnQnKVxyXG4gIHByaXZhdGUgcmVhZG9ubHkgX2ZvY3VzYWJsZUVsZW1lbnQhOiBRdWVyeUxpc3Q8RWxlbWVudFJlZjxIVE1MRWxlbWVudD4+O1xyXG5cclxuICAvKipcclxuICAgKiBGb2N1c2VzIHRoZSBjb3JyZWN0IGVsZW1lbnQgaW4gdGhlIGNvbXBvbmVudC5cclxuICAgKi9cclxuICBwdWJsaWMgZm9jdXMoKTogdm9pZCB7XHJcbiAgICB0aGlzLl9mb2N1c2FibGVFbGVtZW50Py5maXJzdD8ubmF0aXZlRWxlbWVudC5mb2N1cygpO1xyXG4gIH1cclxuICAvKipcclxuICAgKiBGb2N1c2VzIHRoZSBmaXJzdCBvZiBhbGwgYXZhaWxhYmxlIGVsZW1lbnRzIGluIHRoZSBjb21wb25lbnQuXHJcbiAgICovXHJcbiAgcHVibGljIGZvY3VzRmlyc3QoKTogdm9pZCB7XHJcbiAgICB0aGlzLmZvY3VzKCk7XHJcbiAgfVxyXG4gIC8qKlxyXG4gICAqIEZvY3VzZXMgdGhlIGxhc3Qgb2YgYWxsIGF2YWlsYWJsZSBlbGVtZW50cyBpbiB0aGUgY29tcG9uZW50LlxyXG4gICAqL1xyXG4gIHB1YmxpYyBmb2N1c0xhc3QoKTogdm9pZCB7XHJcbiAgICB0aGlzLl9mb2N1c2FibGVFbGVtZW50Py5sYXN0Py5uYXRpdmVFbGVtZW50LmZvY3VzKCk7XHJcbiAgfVxyXG4gIC8qKlxyXG4gICAqIEJsdXJzIGFsbCBmb2N1c2FibGUgZWxlbWVudHMgaW4gdGhlIGNvbXBvbmVudC5cclxuICAgKi9cclxuICBwdWJsaWMgYmx1cigpOiB2b2lkIHtcclxuICAgIHRoaXMuX2ZvY3VzYWJsZUVsZW1lbnQ/LmZvckVhY2goZWwgPT4gZWwubmF0aXZlRWxlbWVudC5ibHVyKCkpO1xyXG4gIH1cclxuXHJcbiAgLy8hIHRhYmluZGV4XHJcbiAgLyoqXHJcbiAgICogVGhlIGNvbXBvbmVudCdzIG92ZXJhbGwgdGFiIGluZGV4LiBJZiB0aGUgY29tcG9uZW50IGlzIGRpc2FibGVkLCBpdCBpcyBhbHdheXMgYC0xYC4gQ29lcmNpYmxlIGludG8gYSBudW1iZXIsIGRlZmF1bHRzIHRvIGAwYC5cclxuICAgKi9cclxuICByZWFkb25seSB0YWJJbmRleCA9IGNvbXB1dGVkKCgpID0+ICh0aGlzLmRpc2FibGVkKCkgPyAtMSA6IHRoaXMuX3RhYkluZGV4KCkpKTtcclxuICByZWFkb25seSBfdGFiSW5kZXggPSBpbnB1dDxudW1iZXIsIGFueT4odGhpcy5fREVGQVVMVFMudGFiSW5kZXgsIHtcclxuICAgIGFsaWFzOiAndGFiSW5kZXgnLFxyXG4gICAgdHJhbnNmb3JtOiB2ID0+IGNvZXJjZU51bWJlclByb3BlcnR5KHYsIDApLFxyXG4gIH0pO1xyXG5cclxuICAvLyEgZXZlbnRzXHJcbiAgLyoqXHJcbiAgICogVGhlIGV2ZW50IGVtaXR0ZXIgcmVzcG9uc2libGUgZm9yIGZpcmluZyBgZm9jdXNgIGV2ZW50cy5cclxuICAgKi9cclxuICByZWFkb25seSBmb2N1c0V2ZW50ID0gb3V0cHV0PEZvY3VzRXZlbnQ+KHsgYWxpYXM6ICdmb2N1cycgfSk7XHJcbiAgLyoqXHJcbiAgICogVGhlIGV2ZW50IGVtaXR0ZXIgcmVzcG9uc2libGUgZm9yIGZpcmluZyBgYmx1cmAgZXZlbnRzLlxyXG4gICAqL1xyXG4gIHJlYWRvbmx5IGJsdXJFdmVudCA9IG91dHB1dDxGb2N1c0V2ZW50Pih7IGFsaWFzOiAnYmx1cicgfSk7XHJcblxyXG4gIC8vISBmb2N1cyBldmVudCBoYW5kbGVyc1xyXG4gIC8qKlxyXG4gICAqIFdoZXRoZXIgdGhlIGNvbXBvbmVudCBpcyBjdXJyZW50bHkgZm9jdXNlZC5cclxuICAgKi9cclxuICByZWFkb25seSBpc0ZvY3VzZWQgPSBzaWduYWw8Ym9vbGVhbj4oZmFsc2UpO1xyXG5cclxuICAvKipcclxuICAgKiBGdW5jdGlvbiB0byBoYW5kbGUgd2hlbiBhbiBlbGVtZW50IGlzIGZvY3VzZWQuIFNldHMgYGlzRm9jdXNlZGAgYW5kIGZpcmVzIHRoZSBgZm9jdXNgIGV2ZW50LlxyXG4gICAqIEBwYXJhbSBldmVudCBUaGUgZm9jdXMgZXZlbnQgdG8gZW1pdC5cclxuICAgKi9cclxuICBvbkZvY3VzKGV2ZW50OiBGb2N1c0V2ZW50KSB7XHJcbiAgICB0aGlzLmlzRm9jdXNlZC5zZXQodHJ1ZSk7XHJcbiAgICB0aGlzLmZvY3VzRXZlbnQuZW1pdChldmVudCk7XHJcbiAgfVxyXG4gIC8qKlxyXG4gICAqIEZ1bmN0aW9uIHRvIGhhbmRsZSB3aGVuIGFuIGVsZW1lbnQgaXMgYmx1cnJlZC4gU2V0cyBgaXNGb2N1c2VkYCBhbmQgZmlyZXMgdGhlIGBibHVyYCBldmVudC5cclxuICAgKiBAcGFyYW0gZXZlbnQgVGhlIGZvY3VzIGV2ZW50IHRvIGVtaXQuXHJcbiAgICovXHJcbiAgb25CbHVyKGV2ZW50OiBGb2N1c0V2ZW50KSB7XHJcbiAgICB0aGlzLmlzRm9jdXNlZC5zZXQoZmFsc2UpO1xyXG4gICAgdGhpcy5ibHVyRXZlbnQuZW1pdChldmVudCk7XHJcbiAgfVxyXG59XHJcbiJdfQ==
@@ -1,33 +0,0 @@
1
- import { Directive, input } from '@angular/core';
2
- import { Validators } from '@angular/forms';
3
- import { coerceBooleanProperty } from '@ardium-ui/devkit';
4
- import { _NgModelComponentBase, _ngModelComponentDefaults } from './ngmodel-component';
5
- import * as i0 from "@angular/core";
6
- export const _formFieldComponentDefaults = {
7
- ..._ngModelComponentDefaults,
8
- required: undefined,
9
- };
10
- /**
11
- * Common code for components which implement the ControlValueAccessor.
12
- *
13
- * **Warning**: `writeValue` function should be implemented on the child component!
14
- */
15
- export class _FormFieldComponentBase extends _NgModelComponentBase {
16
- constructor() {
17
- super(...arguments);
18
- this._required = input(undefined, {
19
- transform: v => coerceBooleanProperty(v),
20
- alias: 'required',
21
- });
22
- this.isSuccess = input(false, { transform: v => coerceBooleanProperty(v) });
23
- }
24
- get required() {
25
- return this._required() ?? !!this._ngControl?.control?.hasValidator(Validators.required);
26
- }
27
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: _FormFieldComponentBase, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
28
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.2.13", type: _FormFieldComponentBase, inputs: { _required: { classPropertyName: "_required", publicName: "required", isSignal: true, isRequired: false, transformFunction: null }, isSuccess: { classPropertyName: "isSuccess", publicName: "isSuccess", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 }); }
29
- }
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: _FormFieldComponentBase, decorators: [{
31
- type: Directive
32
- }] });
33
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybS1maWVsZC1jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy91aS9zcmMvbGliL19pbnRlcm5hbC9mb3JtLWZpZWxkLWNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNqRCxPQUFPLEVBQXdCLFVBQVUsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ2xFLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLG1CQUFtQixDQUFDO0FBRTFELE9BQU8sRUFBRSxxQkFBcUIsRUFBNkIseUJBQXlCLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQzs7QUFNbEgsTUFBTSxDQUFDLE1BQU0sMkJBQTJCLEdBQWdDO0lBQ3RFLEdBQUcseUJBQXlCO0lBQzVCLFFBQVEsRUFBRSxTQUFTO0NBQ3BCLENBQUM7QUFFRjs7OztHQUlHO0FBRUgsTUFBTSxPQUFnQix1QkFBd0IsU0FBUSxxQkFBcUI7SUFEM0U7O1FBSVcsY0FBUyxHQUFHLEtBQUssQ0FBMkIsU0FBUyxFQUFFO1lBQzlELFNBQVMsRUFBRSxDQUFDLENBQUMsRUFBRSxDQUFDLHFCQUFxQixDQUFDLENBQUMsQ0FBQztZQUN4QyxLQUFLLEVBQUUsVUFBVTtTQUNsQixDQUFDLENBQUM7UUFLTSxjQUFTLEdBQUcsS0FBSyxDQUFlLEtBQUssRUFBRSxFQUFFLFNBQVMsRUFBRSxDQUFDLENBQUMsRUFBRSxDQUFDLHFCQUFxQixDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQztLQUMvRjtJQUxDLElBQUksUUFBUTtRQUNWLE9BQU8sSUFBSSxDQUFDLFNBQVMsRUFBRSxJQUFJLENBQUMsQ0FBQyxJQUFJLENBQUMsVUFBVSxFQUFFLE9BQU8sRUFBRSxZQUFZLENBQUMsVUFBVSxDQUFDLFFBQVEsQ0FBQyxDQUFDO0lBQzNGLENBQUM7K0dBVG1CLHVCQUF1QjttR0FBdkIsdUJBQXVCOzs0RkFBdkIsdUJBQXVCO2tCQUQ1QyxTQUFTIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBpbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBDb250cm9sVmFsdWVBY2Nlc3NvciwgVmFsaWRhdG9ycyB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcclxuaW1wb3J0IHsgY29lcmNlQm9vbGVhblByb3BlcnR5IH0gZnJvbSAnQGFyZGl1bS11aS9kZXZraXQnO1xyXG5pbXBvcnQgeyBBcmRGb3JtRmllbGRDb250cm9sIH0gZnJvbSAnLi4vZm9ybS1maWVsZC9mb3JtLWZpZWxkLWNoaWxkLnRva2VuJztcclxuaW1wb3J0IHsgX05nTW9kZWxDb21wb25lbnRCYXNlLCBfTmdNb2RlbENvbXBvbmVudERlZmF1bHRzLCBfbmdNb2RlbENvbXBvbmVudERlZmF1bHRzIH0gZnJvbSAnLi9uZ21vZGVsLWNvbXBvbmVudCc7XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIF9Gb3JtRmllbGRDb21wb25lbnREZWZhdWx0cyBleHRlbmRzIF9OZ01vZGVsQ29tcG9uZW50RGVmYXVsdHMge1xyXG4gIHJlcXVpcmVkOiBib29sZWFuIHwgdW5kZWZpbmVkO1xyXG59XHJcblxyXG5leHBvcnQgY29uc3QgX2Zvcm1GaWVsZENvbXBvbmVudERlZmF1bHRzOiBfRm9ybUZpZWxkQ29tcG9uZW50RGVmYXVsdHMgPSB7XHJcbiAgLi4uX25nTW9kZWxDb21wb25lbnREZWZhdWx0cyxcclxuICByZXF1aXJlZDogdW5kZWZpbmVkLFxyXG59O1xyXG5cclxuLyoqXHJcbiAqIENvbW1vbiBjb2RlIGZvciBjb21wb25lbnRzIHdoaWNoIGltcGxlbWVudCB0aGUgQ29udHJvbFZhbHVlQWNjZXNzb3IuXHJcbiAqXHJcbiAqICoqV2FybmluZyoqOiBgd3JpdGVWYWx1ZWAgZnVuY3Rpb24gc2hvdWxkIGJlIGltcGxlbWVudGVkIG9uIHRoZSBjaGlsZCBjb21wb25lbnQhXHJcbiAqL1xyXG5ARGlyZWN0aXZlKClcclxuZXhwb3J0IGFic3RyYWN0IGNsYXNzIF9Gb3JtRmllbGRDb21wb25lbnRCYXNlIGV4dGVuZHMgX05nTW9kZWxDb21wb25lbnRCYXNlIGltcGxlbWVudHMgQ29udHJvbFZhbHVlQWNjZXNzb3IsIEFyZEZvcm1GaWVsZENvbnRyb2wge1xyXG4gIHByb3RlY3RlZCBvdmVycmlkZSByZWFkb25seSBfREVGQVVMVFMhOiBfRm9ybUZpZWxkQ29tcG9uZW50RGVmYXVsdHM7XHJcblxyXG4gIHJlYWRvbmx5IF9yZXF1aXJlZCA9IGlucHV0PGJvb2xlYW4gfCB1bmRlZmluZWQsIGFueT4odW5kZWZpbmVkLCB7XHJcbiAgICB0cmFuc2Zvcm06IHYgPT4gY29lcmNlQm9vbGVhblByb3BlcnR5KHYpLFxyXG4gICAgYWxpYXM6ICdyZXF1aXJlZCcsXHJcbiAgfSk7XHJcbiAgZ2V0IHJlcXVpcmVkKCkge1xyXG4gICAgcmV0dXJuIHRoaXMuX3JlcXVpcmVkKCkgPz8gISF0aGlzLl9uZ0NvbnRyb2w/LmNvbnRyb2w/Lmhhc1ZhbGlkYXRvcihWYWxpZGF0b3JzLnJlcXVpcmVkKTtcclxuICB9XHJcblxyXG4gIHJlYWRvbmx5IGlzU3VjY2VzcyA9IGlucHV0PGJvb2xlYW4sIGFueT4oZmFsc2UsIHsgdHJhbnNmb3JtOiB2ID0+IGNvZXJjZUJvb2xlYW5Qcm9wZXJ0eSh2KSB9KTtcclxufVxyXG4iXX0=