@lucca-front/ng 15.3.0 → 16.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 (1492) hide show
  1. package/a11y/index.d.ts +5 -5
  2. package/a11y/lib/index.d.ts +1 -1
  3. package/a11y/lib/skip-links/skip-links.component.d.ts +9 -9
  4. package/a11y/lib/skip-links/skip-links.translate.d.ts +16 -16
  5. package/a11y/public-api.d.ts +1 -1
  6. package/animations/index.d.ts +5 -5
  7. package/animations/lib/animation.factory.d.ts +6 -6
  8. package/animations/lib/fade.animation.d.ts +2 -2
  9. package/animations/lib/index.d.ts +4 -4
  10. package/animations/lib/scale.animation.d.ts +2 -2
  11. package/animations/lib/slide.animation.d.ts +2 -2
  12. package/animations/public-api.d.ts +1 -1
  13. package/api/index.d.ts +5 -5
  14. package/api/lib/api.model.d.ts +14 -14
  15. package/api/lib/api.module.d.ts +7 -7
  16. package/api/lib/index.d.ts +4 -4
  17. package/api/lib/select/api-select.module.d.ts +10 -10
  18. package/api/lib/select/feeder/api-feeder.component.d.ts +19 -19
  19. package/api/lib/select/feeder/api-feeder.model.d.ts +14 -14
  20. package/api/lib/select/feeder/api-feeder.module.d.ts +7 -7
  21. package/api/lib/select/feeder/index.d.ts +3 -3
  22. package/api/lib/select/index.d.ts +5 -5
  23. package/api/lib/select/input/api-select-input.component.d.ts +32 -32
  24. package/api/lib/select/input/api-select-input.module.d.ts +7 -7
  25. package/api/lib/select/input/index.d.ts +2 -2
  26. package/api/lib/select/pager/api-pager.component.d.ts +18 -18
  27. package/api/lib/select/pager/api-pager.model.d.ts +33 -33
  28. package/api/lib/select/pager/api-pager.module.d.ts +7 -7
  29. package/api/lib/select/pager/index.d.ts +3 -3
  30. package/api/lib/select/searcher/api-searcher.component.d.ts +39 -39
  31. package/api/lib/select/searcher/api-searcher.model.d.ts +34 -34
  32. package/api/lib/select/searcher/api-searcher.module.d.ts +7 -7
  33. package/api/lib/select/searcher/index.d.ts +3 -3
  34. package/api/lib/service/api-hybrid.service.d.ts +25 -25
  35. package/api/lib/service/api-service.model.d.ts +13 -13
  36. package/api/lib/service/api-v3.service.d.ts +26 -26
  37. package/api/lib/service/api-v4.service.d.ts +23 -23
  38. package/api/lib/service/index.d.ts +4 -4
  39. package/api/public-api.d.ts +1 -1
  40. package/core/index.d.ts +5 -5
  41. package/core/lib/date/date-adapter.class.d.ts +18 -18
  42. package/core/lib/date/date-adapter.interface.d.ts +17 -17
  43. package/core/lib/date/date-granularity.enum.d.ts +6 -6
  44. package/core/lib/date/index.d.ts +5 -5
  45. package/core/lib/date/native/index.d.ts +2 -2
  46. package/core/lib/date/native/native-date.adapter.d.ts +29 -29
  47. package/core/lib/date/native/native-date.option.d.ts +6 -6
  48. package/core/lib/date/string/index.d.ts +1 -1
  49. package/core/lib/date/string/string-date.adapter.d.ts +28 -28
  50. package/core/lib/event/index.d.ts +3 -3
  51. package/core/lib/event/on-close.subscriber.d.ts +6 -6
  52. package/core/lib/event/on-open.subscriber.d.ts +6 -6
  53. package/core/lib/event/on-scroll-bottom.subscriber.d.ts +6 -6
  54. package/core/lib/group/group.interface.d.ts +4 -4
  55. package/core/lib/group/index.d.ts +1 -1
  56. package/core/lib/id/id.generator.d.ts +1 -1
  57. package/core/lib/id/index.d.ts +1 -1
  58. package/core/lib/index.d.ts +6 -6
  59. package/core/lib/translate/index.d.ts +2 -2
  60. package/core/lib/translate/intl.model.d.ts +6 -6
  61. package/core/lib/translate/translation.model.d.ts +9 -9
  62. package/core/lib/tree/index.d.ts +1 -1
  63. package/core/lib/tree/tree.model.d.ts +5 -5
  64. package/core/public-api.d.ts +1 -1
  65. package/date/index.d.ts +5 -5
  66. package/date/lib/adapter/date-adapter.module.d.ts +7 -7
  67. package/date/lib/adapter/date-adapter.pipe.d.ts +10 -10
  68. package/date/lib/adapter/index.d.ts +2 -2
  69. package/date/lib/calendar/calendar-input.component.d.ts +49 -49
  70. package/date/lib/calendar/calendar-input.module.d.ts +7 -7
  71. package/date/lib/calendar/calendar-item.class.d.ts +34 -34
  72. package/date/lib/calendar/calendar-item.factory.d.ts +13 -13
  73. package/date/lib/calendar/calendar-item.interface.d.ts +9 -9
  74. package/date/lib/calendar/index.d.ts +2 -2
  75. package/date/lib/date.module.d.ts +11 -11
  76. package/date/lib/index.d.ts +6 -6
  77. package/date/lib/input/date-input.directive.d.ts +24 -24
  78. package/date/lib/input/date-input.module.d.ts +7 -7
  79. package/date/lib/input/date-input.translate.d.ts +12 -12
  80. package/date/lib/input/index.d.ts +3 -3
  81. package/date/lib/picker/date-picker.component.d.ts +29 -29
  82. package/date/lib/picker/date-picker.module.d.ts +7 -7
  83. package/date/lib/picker/index.d.ts +2 -2
  84. package/date/lib/select/date-select-input.component.d.ts +27 -27
  85. package/date/lib/select/date-select-input.module.d.ts +7 -7
  86. package/date/lib/select/date-select-input.translate.d.ts +12 -12
  87. package/date/lib/select/index.d.ts +3 -3
  88. package/date/public-api.d.ts +1 -1
  89. package/department/index.d.ts +5 -5
  90. package/department/lib/department.model.d.ts +4 -4
  91. package/department/lib/department.module.d.ts +7 -7
  92. package/department/lib/index.d.ts +4 -4
  93. package/department/lib/select/department-select.module.d.ts +8 -8
  94. package/department/lib/select/feeder/department-feeder.component.d.ts +19 -19
  95. package/department/lib/select/feeder/department-feeder.module.d.ts +7 -7
  96. package/department/lib/select/feeder/index.d.ts +2 -2
  97. package/department/lib/select/index.d.ts +3 -3
  98. package/department/lib/select/input/department-select-input.component.d.ts +23 -23
  99. package/department/lib/select/input/department-select-input.module.d.ts +7 -7
  100. package/department/lib/select/input/department-select-input.translate.d.ts +7 -7
  101. package/department/lib/select/input/index.d.ts +3 -3
  102. package/department/lib/service/department-service.model.d.ts +10 -10
  103. package/department/lib/service/department-v3.service.d.ts +24 -24
  104. package/department/lib/service/index.d.ts +2 -2
  105. package/department/public-api.d.ts +1 -1
  106. package/dropdown/index.d.ts +5 -5
  107. package/dropdown/lib/dropdown.module.d.ts +9 -9
  108. package/dropdown/lib/index.d.ts +4 -4
  109. package/dropdown/lib/item/dropdown-item.directive.d.ts +14 -14
  110. package/dropdown/lib/item/dropdown-item.model.d.ts +9 -9
  111. package/dropdown/lib/item/dropdown-item.module.d.ts +7 -7
  112. package/dropdown/lib/item/index.d.ts +3 -3
  113. package/dropdown/lib/panel/dropdown-panel.component.d.ts +40 -40
  114. package/dropdown/lib/panel/dropdown-panel.model.d.ts +2 -2
  115. package/dropdown/lib/panel/dropdown-panel.module.d.ts +8 -8
  116. package/dropdown/lib/panel/index.d.ts +3 -3
  117. package/dropdown/lib/trigger/dropdown-trigger.directive.d.ts +42 -42
  118. package/dropdown/lib/trigger/dropdown-trigger.module.d.ts +8 -8
  119. package/dropdown/lib/trigger/index.d.ts +2 -2
  120. package/dropdown/public-api.d.ts +1 -1
  121. package/esm2022/a11y/lib/index.mjs +2 -0
  122. package/esm2022/a11y/lib/skip-links/skip-links.component.mjs +27 -0
  123. package/esm2022/a11y/lib/skip-links/skip-links.translate.mjs +27 -0
  124. package/esm2022/a11y/lucca-front-ng-a11y.mjs +5 -0
  125. package/esm2022/a11y/public-api.mjs +5 -0
  126. package/esm2022/animations/lib/animation.factory.mjs +15 -0
  127. package/esm2022/animations/lib/fade.animation.mjs +8 -0
  128. package/esm2022/animations/lib/index.mjs +5 -0
  129. package/esm2022/animations/lib/scale.animation.mjs +126 -0
  130. package/esm2022/animations/lib/slide.animation.mjs +110 -0
  131. package/esm2022/animations/lucca-front-ng-animations.mjs +5 -0
  132. package/esm2022/animations/public-api.mjs +5 -0
  133. package/esm2022/api/lib/api.model.mjs +2 -0
  134. package/esm2022/api/lib/api.module.mjs +17 -0
  135. package/esm2022/api/lib/index.mjs +5 -0
  136. package/esm2022/api/lib/select/api-select.module.mjs +20 -0
  137. package/esm2022/api/lib/select/feeder/api-feeder.component.mjs +94 -0
  138. package/esm2022/api/lib/select/feeder/api-feeder.model.mjs +11 -0
  139. package/esm2022/api/lib/select/feeder/api-feeder.module.mjs +17 -0
  140. package/esm2022/api/lib/select/feeder/index.mjs +4 -0
  141. package/esm2022/api/lib/select/index.mjs +6 -0
  142. package/esm2022/api/lib/select/input/api-select-input.component.mjs +53 -0
  143. package/esm2022/api/lib/select/input/api-select-input.module.mjs +17 -0
  144. package/esm2022/api/lib/select/input/index.mjs +3 -0
  145. package/esm2022/api/lib/select/pager/api-pager.component.mjs +100 -0
  146. package/esm2022/api/lib/select/pager/api-pager.model.mjs +56 -0
  147. package/esm2022/api/lib/select/pager/api-pager.module.mjs +17 -0
  148. package/esm2022/api/lib/select/pager/index.mjs +4 -0
  149. package/esm2022/api/lib/select/searcher/api-searcher.component.mjs +237 -0
  150. package/esm2022/api/lib/select/searcher/api-searcher.model.mjs +67 -0
  151. package/esm2022/api/lib/select/searcher/api-searcher.module.mjs +17 -0
  152. package/esm2022/api/lib/select/searcher/index.mjs +4 -0
  153. package/esm2022/api/lib/service/api-hybrid.service.mjs +66 -0
  154. package/esm2022/api/lib/service/api-service.model.mjs +3 -0
  155. package/esm2022/api/lib/service/api-v3.service.mjs +73 -0
  156. package/esm2022/api/lib/service/api-v4.service.mjs +72 -0
  157. package/esm2022/api/lib/service/index.mjs +5 -0
  158. package/esm2022/api/lucca-front-ng-api.mjs +5 -0
  159. package/esm2022/api/public-api.mjs +5 -0
  160. package/esm2022/core/lib/date/date-adapter.class.mjs +54 -0
  161. package/esm2022/core/lib/date/date-adapter.interface.mjs +2 -0
  162. package/esm2022/core/lib/date/date-granularity.enum.mjs +8 -0
  163. package/esm2022/core/lib/date/index.mjs +6 -0
  164. package/esm2022/core/lib/date/native/index.mjs +3 -0
  165. package/esm2022/core/lib/date/native/native-date.adapter.mjs +233 -0
  166. package/esm2022/core/lib/date/native/native-date.option.mjs +6 -0
  167. package/esm2022/core/lib/date/string/index.mjs +2 -0
  168. package/esm2022/core/lib/date/string/string-date.adapter.mjs +84 -0
  169. package/esm2022/core/lib/event/index.mjs +4 -0
  170. package/esm2022/core/lib/event/on-close.subscriber.mjs +3 -0
  171. package/esm2022/core/lib/event/on-open.subscriber.mjs +3 -0
  172. package/esm2022/core/lib/event/on-scroll-bottom.subscriber.mjs +3 -0
  173. package/esm2022/core/lib/group/group.interface.mjs +2 -0
  174. package/esm2022/core/lib/group/index.mjs +2 -0
  175. package/esm2022/core/lib/id/id.generator.mjs +9 -0
  176. package/esm2022/core/lib/id/index.mjs +2 -0
  177. package/esm2022/core/lib/index.mjs +7 -0
  178. package/esm2022/core/lib/translate/index.mjs +3 -0
  179. package/esm2022/core/lib/translate/intl.model.mjs +17 -0
  180. package/esm2022/core/lib/translate/translation.model.mjs +2 -0
  181. package/esm2022/core/lib/tree/index.mjs +2 -0
  182. package/esm2022/core/lib/tree/tree.model.mjs +2 -0
  183. package/esm2022/core/lucca-front-ng-core.mjs +5 -0
  184. package/esm2022/core/public-api.mjs +5 -0
  185. package/esm2022/date/lib/adapter/date-adapter.module.mjs +17 -0
  186. package/esm2022/date/lib/adapter/date-adapter.pipe.mjs +26 -0
  187. package/esm2022/date/lib/adapter/index.mjs +3 -0
  188. package/esm2022/date/lib/calendar/calendar-input.component.mjs +333 -0
  189. package/esm2022/date/lib/calendar/calendar-input.module.mjs +17 -0
  190. package/esm2022/date/lib/calendar/calendar-item.class.mjs +43 -0
  191. package/esm2022/date/lib/calendar/calendar-item.factory.mjs +38 -0
  192. package/esm2022/date/lib/calendar/calendar-item.interface.mjs +2 -0
  193. package/esm2022/date/lib/calendar/index.mjs +3 -0
  194. package/esm2022/date/lib/date.module.mjs +21 -0
  195. package/esm2022/date/lib/index.mjs +7 -0
  196. package/esm2022/date/lib/input/date-input.directive.mjs +138 -0
  197. package/esm2022/date/lib/input/date-input.module.mjs +17 -0
  198. package/esm2022/date/lib/input/date-input.translate.mjs +39 -0
  199. package/esm2022/date/lib/input/index.mjs +4 -0
  200. package/esm2022/date/lib/picker/date-picker.component.mjs +110 -0
  201. package/esm2022/date/lib/picker/date-picker.module.mjs +17 -0
  202. package/esm2022/date/lib/picker/index.mjs +3 -0
  203. package/esm2022/date/lib/select/date-select-input.component.mjs +101 -0
  204. package/esm2022/date/lib/select/date-select-input.module.mjs +17 -0
  205. package/esm2022/date/lib/select/date-select-input.translate.mjs +31 -0
  206. package/esm2022/date/lib/select/index.mjs +4 -0
  207. package/esm2022/date/lucca-front-ng-date.mjs +5 -0
  208. package/esm2022/date/public-api.mjs +5 -0
  209. package/esm2022/department/lib/department.model.mjs +2 -0
  210. package/esm2022/department/lib/department.module.mjs +17 -0
  211. package/esm2022/department/lib/index.mjs +5 -0
  212. package/esm2022/department/lib/select/department-select.module.mjs +18 -0
  213. package/esm2022/department/lib/select/feeder/department-feeder.component.mjs +83 -0
  214. package/esm2022/department/lib/select/feeder/department-feeder.module.mjs +17 -0
  215. package/esm2022/department/lib/select/feeder/index.mjs +3 -0
  216. package/esm2022/department/lib/select/index.mjs +4 -0
  217. package/esm2022/department/lib/select/input/department-select-input.component.mjs +68 -0
  218. package/esm2022/department/lib/select/input/department-select-input.module.mjs +17 -0
  219. package/esm2022/department/lib/select/input/department-select-input.translate.mjs +16 -0
  220. package/esm2022/department/lib/select/input/index.mjs +4 -0
  221. package/esm2022/department/lib/service/department-service.model.mjs +4 -0
  222. package/esm2022/department/lib/service/department-v3.service.mjs +44 -0
  223. package/esm2022/department/lib/service/index.mjs +3 -0
  224. package/esm2022/department/lucca-front-ng-department.mjs +5 -0
  225. package/esm2022/department/public-api.mjs +5 -0
  226. package/esm2022/dropdown/lib/dropdown.module.mjs +19 -0
  227. package/esm2022/dropdown/lib/index.mjs +5 -0
  228. package/esm2022/dropdown/lib/item/dropdown-item.directive.mjs +56 -0
  229. package/esm2022/dropdown/lib/item/dropdown-item.model.mjs +3 -0
  230. package/esm2022/dropdown/lib/item/dropdown-item.module.mjs +18 -0
  231. package/esm2022/dropdown/lib/item/index.mjs +4 -0
  232. package/esm2022/dropdown/lib/panel/dropdown-panel.component.mjs +112 -0
  233. package/esm2022/dropdown/lib/panel/dropdown-panel.model.mjs +2 -0
  234. package/esm2022/dropdown/lib/panel/dropdown-panel.module.mjs +19 -0
  235. package/esm2022/dropdown/lib/panel/index.mjs +4 -0
  236. package/esm2022/dropdown/lib/trigger/dropdown-trigger.directive.mjs +122 -0
  237. package/esm2022/dropdown/lib/trigger/dropdown-trigger.module.mjs +19 -0
  238. package/esm2022/dropdown/lib/trigger/index.mjs +3 -0
  239. package/esm2022/dropdown/lucca-front-ng-dropdown.mjs +5 -0
  240. package/esm2022/dropdown/public-api.mjs +5 -0
  241. package/esm2022/establishment/lib/establishment.model.mjs +2 -0
  242. package/esm2022/establishment/lib/establishment.module.mjs +17 -0
  243. package/esm2022/establishment/lib/index.mjs +5 -0
  244. package/esm2022/establishment/lib/select/establishment-select.module.mjs +21 -0
  245. package/esm2022/establishment/lib/select/for-legal-units/for-legal-units.directive.mjs +48 -0
  246. package/esm2022/establishment/lib/select/for-legal-units/for-legal-units.module.mjs +17 -0
  247. package/esm2022/establishment/lib/select/for-legal-units/index.mjs +3 -0
  248. package/esm2022/establishment/lib/select/index.mjs +7 -0
  249. package/esm2022/establishment/lib/select/input/establishment-select-input.component.mjs +127 -0
  250. package/esm2022/establishment/lib/select/input/establishment-select-input.module.mjs +17 -0
  251. package/esm2022/establishment/lib/select/input/establishment-select-input.translate.mjs +16 -0
  252. package/esm2022/establishment/lib/select/input/index.mjs +4 -0
  253. package/esm2022/establishment/lib/select/legal-unit-selector/index.mjs +3 -0
  254. package/esm2022/establishment/lib/select/legal-unit-selector/legal-unit-selector.directive.mjs +105 -0
  255. package/esm2022/establishment/lib/select/legal-unit-selector/legal-unit-selector.module.mjs +17 -0
  256. package/esm2022/establishment/lib/select/searcher/establishment-searcher.component.mjs +148 -0
  257. package/esm2022/establishment/lib/select/searcher/establishment-searcher.module.mjs +17 -0
  258. package/esm2022/establishment/lib/select/searcher/index.mjs +3 -0
  259. package/esm2022/establishment/lib/select/select-all/establishment-select-all.component.mjs +96 -0
  260. package/esm2022/establishment/lib/select/select-all/establishment-select-all.module.mjs +17 -0
  261. package/esm2022/establishment/lib/select/select-all/establishment-select-all.translate.mjs +23 -0
  262. package/esm2022/establishment/lib/select/select-all/index.mjs +4 -0
  263. package/esm2022/establishment/lib/service/establishment-service.model.mjs +4 -0
  264. package/esm2022/establishment/lib/service/establishment.service.mjs +38 -0
  265. package/esm2022/establishment/lib/service/index.mjs +5 -0
  266. package/esm2022/establishment/lib/service/legal-unit-service.model.mjs +4 -0
  267. package/esm2022/establishment/lib/service/legal-unit.service.mjs +38 -0
  268. package/esm2022/establishment/lucca-front-ng-establishment.mjs +5 -0
  269. package/esm2022/establishment/public-api.mjs +5 -0
  270. package/esm2022/formly/lib/formly.config.mjs +79 -0
  271. package/esm2022/formly/lib/formly.module.mjs +109 -0
  272. package/esm2022/formly/lib/formly.utils.mjs +10 -0
  273. package/esm2022/formly/lib/index.mjs +5 -0
  274. package/esm2022/formly/lib/types/api.mjs +37 -0
  275. package/esm2022/formly/lib/types/checkbox.mjs +22 -0
  276. package/esm2022/formly/lib/types/date.mjs +22 -0
  277. package/esm2022/formly/lib/types/department.mjs +22 -0
  278. package/esm2022/formly/lib/types/establishment.mjs +22 -0
  279. package/esm2022/formly/lib/types/index.mjs +12 -0
  280. package/esm2022/formly/lib/types/input.mjs +26 -0
  281. package/esm2022/formly/lib/types/qualification.mjs +22 -0
  282. package/esm2022/formly/lib/types/radios.mjs +25 -0
  283. package/esm2022/formly/lib/types/select.mjs +28 -0
  284. package/esm2022/formly/lib/types/textarea.mjs +22 -0
  285. package/esm2022/formly/lib/types/user.mjs +22 -0
  286. package/esm2022/formly/lib/wrappers/checkbox-layout.mjs +30 -0
  287. package/esm2022/formly/lib/wrappers/error.mjs +57 -0
  288. package/esm2022/formly/lib/wrappers/helper.mjs +19 -0
  289. package/esm2022/formly/lib/wrappers/icon.mjs +19 -0
  290. package/esm2022/formly/lib/wrappers/index.mjs +8 -0
  291. package/esm2022/formly/lib/wrappers/radiosfield-layout.mjs +30 -0
  292. package/esm2022/formly/lib/wrappers/suffix.mjs +19 -0
  293. package/esm2022/formly/lib/wrappers/textfield-layout.mjs +39 -0
  294. package/esm2022/formly/lucca-front-ng-formly.mjs +5 -0
  295. package/esm2022/formly/public-api.mjs +5 -0
  296. package/esm2022/input/lib/clearer/clearer.component.mjs +36 -0
  297. package/esm2022/input/lib/clearer/clearer.model.mjs +3 -0
  298. package/esm2022/input/lib/clearer/clearer.module.mjs +17 -0
  299. package/esm2022/input/lib/clearer/index.mjs +4 -0
  300. package/esm2022/input/lib/displayer/index.mjs +4 -0
  301. package/esm2022/input/lib/displayer/input-displayer.directive.mjs +60 -0
  302. package/esm2022/input/lib/displayer/input-displayer.model.mjs +6 -0
  303. package/esm2022/input/lib/displayer/input-displayer.module.mjs +17 -0
  304. package/esm2022/input/lib/index.mjs +6 -0
  305. package/esm2022/input/lib/input.directive.mjs +43 -0
  306. package/esm2022/input/lib/input.model.mjs +54 -0
  307. package/esm2022/input/lib/input.module.mjs +19 -0
  308. package/esm2022/input/lucca-front-ng-input.mjs +5 -0
  309. package/esm2022/input/public-api.mjs +5 -0
  310. package/esm2022/lucca-front-ng.mjs +5 -0
  311. package/esm2022/material/lib/index.mjs +2 -0
  312. package/esm2022/material/lib/module.mjs +13 -0
  313. package/esm2022/material/lucca-front-ng-material.mjs +5 -0
  314. package/esm2022/material/public-api.mjs +5 -0
  315. package/esm2022/modal/lib/index.mjs +12 -0
  316. package/esm2022/modal/lib/modal-config.default.mjs +17 -0
  317. package/esm2022/modal/lib/modal-config.model.mjs +5 -0
  318. package/esm2022/modal/lib/modal-panel.component.mjs +125 -0
  319. package/esm2022/modal/lib/modal-ref.factory.mjs +61 -0
  320. package/esm2022/modal/lib/modal-ref.model.mjs +11 -0
  321. package/esm2022/modal/lib/modal.model.mjs +2 -0
  322. package/esm2022/modal/lib/modal.module.mjs +27 -0
  323. package/esm2022/modal/lib/modal.service.mjs +22 -0
  324. package/esm2022/modal/lib/modal.token.mjs +9 -0
  325. package/esm2022/modal/lib/modal.translate.mjs +22 -0
  326. package/esm2022/modal/lib/modal.utils.mjs +9 -0
  327. package/esm2022/modal/lucca-front-ng-modal.mjs +5 -0
  328. package/esm2022/modal/public-api.mjs +5 -0
  329. package/esm2022/number/lib/index.mjs +3 -0
  330. package/esm2022/number/lib/number.module.mjs +17 -0
  331. package/esm2022/number/lib/number.pipe.mjs +37 -0
  332. package/esm2022/number/lucca-front-ng-number.mjs +5 -0
  333. package/esm2022/number/public-api.mjs +5 -0
  334. package/esm2022/option/lib/index.mjs +8 -0
  335. package/esm2022/option/lib/item/index.mjs +8 -0
  336. package/esm2022/option/lib/item/option-item.component.mjs +77 -0
  337. package/esm2022/option/lib/item/option-item.model.mjs +3 -0
  338. package/esm2022/option/lib/item/option-item.module.mjs +17 -0
  339. package/esm2022/option/lib/item/tree-option-item.component.mjs +137 -0
  340. package/esm2022/option/lib/item/tree-option-item.model.mjs +7 -0
  341. package/esm2022/option/lib/item/tree-option-item.module.mjs +17 -0
  342. package/esm2022/option/lib/item/tree-option-item.translate.mjs +15 -0
  343. package/esm2022/option/lib/operator/feeder/index.mjs +5 -0
  344. package/esm2022/option/lib/operator/feeder/option-feeder.component.mjs +34 -0
  345. package/esm2022/option/lib/operator/feeder/option-feeder.module.mjs +17 -0
  346. package/esm2022/option/lib/operator/feeder/tree-option-feeder.component.mjs +34 -0
  347. package/esm2022/option/lib/operator/feeder/tree-option-feeder.module.mjs +17 -0
  348. package/esm2022/option/lib/operator/for-groups/for-groups.directive.mjs +90 -0
  349. package/esm2022/option/lib/operator/for-groups/for-groups.module.mjs +17 -0
  350. package/esm2022/option/lib/operator/for-groups/index.mjs +3 -0
  351. package/esm2022/option/lib/operator/for-options/for-options.directive.mjs +51 -0
  352. package/esm2022/option/lib/operator/for-options/for-options.module.mjs +17 -0
  353. package/esm2022/option/lib/operator/for-options/for-tree-options.directive.mjs +30 -0
  354. package/esm2022/option/lib/operator/for-options/for-tree-options.module.mjs +17 -0
  355. package/esm2022/option/lib/operator/for-options/index.mjs +5 -0
  356. package/esm2022/option/lib/operator/index.mjs +10 -0
  357. package/esm2022/option/lib/operator/option-operator.model.mjs +3 -0
  358. package/esm2022/option/lib/operator/option-operator.module.mjs +21 -0
  359. package/esm2022/option/lib/operator/pager/index.mjs +5 -0
  360. package/esm2022/option/lib/operator/pager/option-pager.component.mjs +54 -0
  361. package/esm2022/option/lib/operator/pager/option-pager.module.mjs +17 -0
  362. package/esm2022/option/lib/operator/pager/tree-option-pager.component.mjs +72 -0
  363. package/esm2022/option/lib/operator/pager/tree-option-pager.module.mjs +17 -0
  364. package/esm2022/option/lib/operator/searcher/index.mjs +5 -0
  365. package/esm2022/option/lib/operator/searcher/option-searcher.component.mjs +67 -0
  366. package/esm2022/option/lib/operator/searcher/option-searcher.module.mjs +17 -0
  367. package/esm2022/option/lib/operator/searcher/tree-option-searcher.component.mjs +84 -0
  368. package/esm2022/option/lib/operator/searcher/tree-option-searcher.module.mjs +17 -0
  369. package/esm2022/option/lib/operator/tree-option-operator.model.mjs +4 -0
  370. package/esm2022/option/lib/operator/tree-option-operator.module.mjs +20 -0
  371. package/esm2022/option/lib/option.module.mjs +64 -0
  372. package/esm2022/option/lib/picker/index.mjs +9 -0
  373. package/esm2022/option/lib/picker/option-picker-advanced.component.mjs +152 -0
  374. package/esm2022/option/lib/picker/option-picker.component.mjs +316 -0
  375. package/esm2022/option/lib/picker/option-picker.model.mjs +69 -0
  376. package/esm2022/option/lib/picker/option-picker.module.mjs +19 -0
  377. package/esm2022/option/lib/picker/tree-option-picker-advanced.component.mjs +142 -0
  378. package/esm2022/option/lib/picker/tree-option-picker.component.mjs +171 -0
  379. package/esm2022/option/lib/picker/tree-option-picker.model.mjs +4 -0
  380. package/esm2022/option/lib/picker/tree-option-picker.module.mjs +22 -0
  381. package/esm2022/option/lib/placeholder/index.mjs +4 -0
  382. package/esm2022/option/lib/placeholder/option-placeholder.component.mjs +24 -0
  383. package/esm2022/option/lib/placeholder/option-placeholder.module.mjs +17 -0
  384. package/esm2022/option/lib/placeholder/option-placeholder.translate.mjs +19 -0
  385. package/esm2022/option/lib/selector/all/index.mjs +6 -0
  386. package/esm2022/option/lib/selector/all/select-all.component.mjs +62 -0
  387. package/esm2022/option/lib/selector/all/select-all.module.mjs +17 -0
  388. package/esm2022/option/lib/selector/all/select-all.translate.mjs +27 -0
  389. package/esm2022/option/lib/selector/all/tree-select-all.component.mjs +65 -0
  390. package/esm2022/option/lib/selector/all/tree-select-all.module.mjs +17 -0
  391. package/esm2022/option/lib/selector/index.mjs +6 -0
  392. package/esm2022/option/lib/selector/option-selector.model.mjs +3 -0
  393. package/esm2022/option/lib/selector/option-selector.module.mjs +17 -0
  394. package/esm2022/option/lib/selector/tree-option-selector.model.mjs +4 -0
  395. package/esm2022/option/lib/selector/tree-option-selector.module.mjs +17 -0
  396. package/esm2022/option/lib/tree-option.module.mjs +20 -0
  397. package/esm2022/option/lucca-front-ng-option.mjs +5 -0
  398. package/esm2022/option/public-api.mjs +5 -0
  399. package/esm2022/picker/lib/index.mjs +2 -0
  400. package/esm2022/picker/lib/input-picker.model.mjs +4 -0
  401. package/esm2022/picker/lucca-front-ng-picker.mjs +5 -0
  402. package/esm2022/picker/public-api.mjs +5 -0
  403. package/esm2022/popover/lib/animation/index.mjs +2 -0
  404. package/esm2022/popover/lib/animation/popover.animation.mjs +16 -0
  405. package/esm2022/popover/lib/index.mjs +6 -0
  406. package/esm2022/popover/lib/panel/index.mjs +4 -0
  407. package/esm2022/popover/lib/panel/popover-panel.component.mjs +127 -0
  408. package/esm2022/popover/lib/panel/popover-panel.model.mjs +120 -0
  409. package/esm2022/popover/lib/panel/popover-panel.module.mjs +17 -0
  410. package/esm2022/popover/lib/popover.module.mjs +19 -0
  411. package/esm2022/popover/lib/target/index.mjs +4 -0
  412. package/esm2022/popover/lib/target/popover-target.directive.mjs +54 -0
  413. package/esm2022/popover/lib/target/popover-target.model.mjs +65 -0
  414. package/esm2022/popover/lib/target/popover-target.module.mjs +17 -0
  415. package/esm2022/popover/lib/trigger/index.mjs +4 -0
  416. package/esm2022/popover/lib/trigger/popover-trigger.directive.mjs +187 -0
  417. package/esm2022/popover/lib/trigger/popover-trigger.model.mjs +469 -0
  418. package/esm2022/popover/lib/trigger/popover-trigger.module.mjs +18 -0
  419. package/esm2022/popover/lucca-front-ng-popover.mjs +5 -0
  420. package/esm2022/popover/public-api.mjs +5 -0
  421. package/esm2022/popup/lib/index.mjs +8 -0
  422. package/esm2022/popup/lib/popup-config.default.mjs +9 -0
  423. package/esm2022/popup/lib/popup-config.model.mjs +2 -0
  424. package/esm2022/popup/lib/popup-ref.factory.mjs +29 -0
  425. package/esm2022/popup/lib/popup-ref.model.mjs +139 -0
  426. package/esm2022/popup/lib/popup.module.mjs +22 -0
  427. package/esm2022/popup/lib/popup.service.mjs +22 -0
  428. package/esm2022/popup/lib/popup.token.mjs +8 -0
  429. package/esm2022/popup/lucca-front-ng-popup.mjs +5 -0
  430. package/esm2022/popup/public-api.mjs +5 -0
  431. package/esm2022/public_api.mjs +2 -0
  432. package/esm2022/qualification/lib/index.mjs +4 -0
  433. package/esm2022/qualification/lib/qualification.model.mjs +2 -0
  434. package/esm2022/qualification/lib/qualification.module.mjs +17 -0
  435. package/esm2022/qualification/lib/select/index.mjs +3 -0
  436. package/esm2022/qualification/lib/select/input/index.mjs +4 -0
  437. package/esm2022/qualification/lib/select/input/qualification-select-input.component.mjs +58 -0
  438. package/esm2022/qualification/lib/select/input/qualification-select-input.module.mjs +17 -0
  439. package/esm2022/qualification/lib/select/input/qualification-select-input.translate.mjs +16 -0
  440. package/esm2022/qualification/lib/select/qualification-select.module.mjs +17 -0
  441. package/esm2022/qualification/lucca-front-ng-qualification.mjs +5 -0
  442. package/esm2022/qualification/public-api.mjs +5 -0
  443. package/esm2022/safe-content/lib/index.mjs +3 -0
  444. package/esm2022/safe-content/lib/safe-content.module.mjs +20 -0
  445. package/esm2022/safe-content/lib/safe-html.pipe.mjs +20 -0
  446. package/esm2022/safe-content/lucca-front-ng-safe-content.mjs +5 -0
  447. package/esm2022/safe-content/public-api.mjs +5 -0
  448. package/esm2022/scroll/lib/index.mjs +4 -0
  449. package/esm2022/scroll/lib/scroll.directive.mjs +78 -0
  450. package/esm2022/scroll/lib/scroll.model.mjs +2 -0
  451. package/esm2022/scroll/lib/scroll.module.mjs +17 -0
  452. package/esm2022/scroll/lucca-front-ng-scroll.mjs +5 -0
  453. package/esm2022/scroll/public-api.mjs +5 -0
  454. package/esm2022/select/lib/index.mjs +3 -0
  455. package/esm2022/select/lib/input/index.mjs +4 -0
  456. package/esm2022/select/lib/input/select-input.component.mjs +249 -0
  457. package/esm2022/select/lib/input/select-input.model.mjs +179 -0
  458. package/esm2022/select/lib/input/select-input.module.mjs +17 -0
  459. package/esm2022/select/lib/select.module.mjs +17 -0
  460. package/esm2022/select/lucca-front-ng-select.mjs +5 -0
  461. package/esm2022/select/public-api.mjs +5 -0
  462. package/esm2022/sidepanel/lib/index.mjs +4 -0
  463. package/esm2022/sidepanel/lib/sidepanel.model.mjs +32 -0
  464. package/esm2022/sidepanel/lib/sidepanel.module.mjs +21 -0
  465. package/esm2022/sidepanel/lib/sidepanel.service.mjs +26 -0
  466. package/esm2022/sidepanel/lucca-front-ng-sidepanel.mjs +5 -0
  467. package/esm2022/sidepanel/public-api.mjs +5 -0
  468. package/esm2022/simple-select/api/lib/api-v3.directive.mjs +58 -0
  469. package/esm2022/simple-select/api/lib/api-v4.directive.mjs +51 -0
  470. package/esm2022/simple-select/api/lib/api.directive.mjs +41 -0
  471. package/esm2022/simple-select/api/lucca-front-ng-simple-select-api.mjs +5 -0
  472. package/esm2022/simple-select/api/public-api.mjs +4 -0
  473. package/esm2022/simple-select/lib/index.mjs +5 -0
  474. package/esm2022/simple-select/lib/input/index.mjs +2 -0
  475. package/esm2022/simple-select/lib/input/panel-ref.factory.mjs +91 -0
  476. package/esm2022/simple-select/lib/input/select-input.component.mjs +226 -0
  477. package/esm2022/simple-select/lib/input/select-input.models.mjs +60 -0
  478. package/esm2022/simple-select/lib/option/default-option.component.mjs +22 -0
  479. package/esm2022/simple-select/lib/option/disabled.directive.mjs +27 -0
  480. package/esm2022/simple-select/lib/option/displayer.directive.mjs +27 -0
  481. package/esm2022/simple-select/lib/option/index.mjs +6 -0
  482. package/esm2022/simple-select/lib/option/option-outlet.directive.mjs +71 -0
  483. package/esm2022/simple-select/lib/option/option.component.mjs +78 -0
  484. package/esm2022/simple-select/lib/option/option.directive.mjs +27 -0
  485. package/esm2022/simple-select/lib/option/option.token.mjs +22 -0
  486. package/esm2022/simple-select/lib/panel/index.mjs +3 -0
  487. package/esm2022/simple-select/lib/panel/panel.component.mjs +95 -0
  488. package/esm2022/simple-select/lib/panel/panel.models.mjs +23 -0
  489. package/esm2022/simple-select/lib/select.model.mjs +6 -0
  490. package/esm2022/simple-select/lib/select.translate.mjs +37 -0
  491. package/esm2022/simple-select/lucca-front-ng-simple-select.mjs +5 -0
  492. package/esm2022/simple-select/public-api.mjs +5 -0
  493. package/esm2022/title/lib/index.mjs +6 -0
  494. package/esm2022/title/lib/title-translate.service.mjs +3 -0
  495. package/esm2022/title/lib/title.model.mjs +2 -0
  496. package/esm2022/title/lib/title.module.mjs +21 -0
  497. package/esm2022/title/lib/title.service.mjs +56 -0
  498. package/esm2022/title/lib/title.strategy.mjs +61 -0
  499. package/esm2022/title/lucca-front-ng-title.mjs +5 -0
  500. package/esm2022/title/public-api.mjs +2 -0
  501. package/esm2022/toast/lucca-front-ng-toast.mjs +5 -0
  502. package/esm2022/toast/public-api.mjs +9 -0
  503. package/esm2022/toast/toasts.component.mjs +60 -0
  504. package/esm2022/toast/toasts.model.mjs +2 -0
  505. package/esm2022/toast/toasts.module.mjs +17 -0
  506. package/esm2022/toast/toasts.service.mjs +38 -0
  507. package/esm2022/toast/toasts.translate.mjs +16 -0
  508. package/esm2022/tooltip/lib/animation/index.mjs +2 -0
  509. package/esm2022/tooltip/lib/animation/tooltip.animation.mjs +16 -0
  510. package/esm2022/tooltip/lib/index.mjs +5 -0
  511. package/esm2022/tooltip/lib/panel/index.mjs +3 -0
  512. package/esm2022/tooltip/lib/panel/tooltip-panel.component.mjs +60 -0
  513. package/esm2022/tooltip/lib/panel/tooltip-panel.module.mjs +17 -0
  514. package/esm2022/tooltip/lib/tooltip.module.mjs +18 -0
  515. package/esm2022/tooltip/lib/trigger/index.mjs +3 -0
  516. package/esm2022/tooltip/lib/trigger/tooltip-trigger.directive.mjs +182 -0
  517. package/esm2022/tooltip/lib/trigger/tooltip-trigger.module.mjs +18 -0
  518. package/esm2022/tooltip/lucca-front-ng-tooltip.mjs +5 -0
  519. package/esm2022/tooltip/public-api.mjs +5 -0
  520. package/esm2022/user/lib/display/display-format.model.mjs +25 -0
  521. package/esm2022/user/lib/display/index.mjs +4 -0
  522. package/esm2022/user/lib/display/user-display.module.mjs +18 -0
  523. package/esm2022/user/lib/display/user-display.pipe.mjs +73 -0
  524. package/esm2022/user/lib/index.mjs +8 -0
  525. package/esm2022/user/lib/picture/index.mjs +3 -0
  526. package/esm2022/user/lib/picture/user-picture.component.mjs +69 -0
  527. package/esm2022/user/lib/picture/user-picture.module.mjs +20 -0
  528. package/esm2022/user/lib/select/homonyms/index.mjs +4 -0
  529. package/esm2022/user/lib/select/homonyms/user-homonyms.component.mjs +73 -0
  530. package/esm2022/user/lib/select/homonyms/user-homonyms.module.mjs +17 -0
  531. package/esm2022/user/lib/select/homonyms/user-homonyms.service.mjs +54 -0
  532. package/esm2022/user/lib/select/index.mjs +6 -0
  533. package/esm2022/user/lib/select/input/index.mjs +4 -0
  534. package/esm2022/user/lib/select/input/user-select-input.component.mjs +87 -0
  535. package/esm2022/user/lib/select/input/user-select-input.module.mjs +17 -0
  536. package/esm2022/user/lib/select/input/user-select-input.translate.mjs +19 -0
  537. package/esm2022/user/lib/select/me/index.mjs +3 -0
  538. package/esm2022/user/lib/select/me/me-option.directive.mjs +124 -0
  539. package/esm2022/user/lib/select/me/me-option.module.mjs +17 -0
  540. package/esm2022/user/lib/select/searcher/index.mjs +4 -0
  541. package/esm2022/user/lib/select/searcher/user-searcher.component.mjs +188 -0
  542. package/esm2022/user/lib/select/searcher/user-searcher.module.mjs +17 -0
  543. package/esm2022/user/lib/select/searcher/user-searcher.translate.mjs +16 -0
  544. package/esm2022/user/lib/select/user-select.module.mjs +20 -0
  545. package/esm2022/user/lib/service/index.mjs +3 -0
  546. package/esm2022/user/lib/service/user-service.model.mjs +4 -0
  547. package/esm2022/user/lib/service/user-v3.service.mjs +52 -0
  548. package/esm2022/user/lib/tile/index.mjs +3 -0
  549. package/esm2022/user/lib/tile/user-tile.component.mjs +68 -0
  550. package/esm2022/user/lib/tile/user-tile.module.mjs +21 -0
  551. package/esm2022/user/lib/user.model.mjs +2 -0
  552. package/esm2022/user/lib/user.module.mjs +20 -0
  553. package/esm2022/user/lucca-front-ng-user.mjs +5 -0
  554. package/esm2022/user/public-api.mjs +5 -0
  555. package/establishment/index.d.ts +5 -5
  556. package/establishment/lib/establishment.model.d.ts +9 -9
  557. package/establishment/lib/establishment.module.d.ts +7 -7
  558. package/establishment/lib/index.d.ts +4 -4
  559. package/establishment/lib/select/establishment-select.module.d.ts +11 -11
  560. package/establishment/lib/select/for-legal-units/for-legal-units.directive.d.ts +14 -14
  561. package/establishment/lib/select/for-legal-units/for-legal-units.module.d.ts +7 -7
  562. package/establishment/lib/select/for-legal-units/index.d.ts +2 -2
  563. package/establishment/lib/select/index.d.ts +6 -6
  564. package/establishment/lib/select/input/establishment-select-input.component.d.ts +32 -32
  565. package/establishment/lib/select/input/establishment-select-input.module.d.ts +7 -7
  566. package/establishment/lib/select/input/establishment-select-input.translate.d.ts +7 -7
  567. package/establishment/lib/select/input/index.d.ts +3 -3
  568. package/establishment/lib/select/legal-unit-selector/index.d.ts +2 -2
  569. package/establishment/lib/select/legal-unit-selector/legal-unit-selector.directive.d.ts +24 -24
  570. package/establishment/lib/select/legal-unit-selector/legal-unit-selector.module.d.ts +7 -7
  571. package/establishment/lib/select/searcher/establishment-searcher.component.d.ts +33 -33
  572. package/establishment/lib/select/searcher/establishment-searcher.module.d.ts +7 -7
  573. package/establishment/lib/select/searcher/index.d.ts +2 -2
  574. package/establishment/lib/select/select-all/establishment-select-all.component.d.ts +19 -19
  575. package/establishment/lib/select/select-all/establishment-select-all.module.d.ts +7 -7
  576. package/establishment/lib/select/select-all/establishment-select-all.translate.d.ts +3 -3
  577. package/establishment/lib/select/select-all/index.d.ts +3 -3
  578. package/establishment/lib/service/establishment-service.model.d.ts +5 -5
  579. package/establishment/lib/service/establishment.service.d.ts +17 -17
  580. package/establishment/lib/service/index.d.ts +4 -4
  581. package/establishment/lib/service/legal-unit-service.model.d.ts +5 -5
  582. package/establishment/lib/service/legal-unit.service.d.ts +17 -17
  583. package/establishment/public-api.d.ts +1 -1
  584. package/fesm2022/lucca-front-ng-a11y.mjs +62 -0
  585. package/fesm2022/lucca-front-ng-a11y.mjs.map +1 -0
  586. package/fesm2022/lucca-front-ng-animations.mjs +264 -0
  587. package/fesm2022/lucca-front-ng-api.mjs +870 -0
  588. package/fesm2022/lucca-front-ng-api.mjs.map +1 -0
  589. package/fesm2022/lucca-front-ng-core.mjs +419 -0
  590. package/fesm2022/lucca-front-ng-core.mjs.map +1 -0
  591. package/fesm2022/lucca-front-ng-date.mjs +903 -0
  592. package/fesm2022/lucca-front-ng-date.mjs.map +1 -0
  593. package/fesm2022/lucca-front-ng-department.mjs +263 -0
  594. package/fesm2022/lucca-front-ng-department.mjs.map +1 -0
  595. package/fesm2022/lucca-front-ng-dropdown.mjs +350 -0
  596. package/fesm2022/lucca-front-ng-dropdown.mjs.map +1 -0
  597. package/fesm2022/lucca-front-ng-establishment.mjs +701 -0
  598. package/fesm2022/lucca-front-ng-establishment.mjs.map +1 -0
  599. package/fesm2022/lucca-front-ng-formly.mjs +577 -0
  600. package/fesm2022/lucca-front-ng-formly.mjs.map +1 -0
  601. package/fesm2022/lucca-front-ng-input.mjs +243 -0
  602. package/fesm2022/lucca-front-ng-input.mjs.map +1 -0
  603. package/fesm2022/lucca-front-ng-material.mjs +23 -0
  604. package/fesm2022/lucca-front-ng-material.mjs.map +1 -0
  605. package/fesm2022/lucca-front-ng-modal.mjs +292 -0
  606. package/fesm2022/lucca-front-ng-modal.mjs.map +1 -0
  607. package/fesm2022/lucca-front-ng-number.mjs +60 -0
  608. package/fesm2022/lucca-front-ng-number.mjs.map +1 -0
  609. package/fesm2022/lucca-front-ng-option.mjs +2000 -0
  610. package/fesm2022/lucca-front-ng-option.mjs.map +1 -0
  611. package/fesm2022/lucca-front-ng-picker.mjs +15 -0
  612. package/fesm2022/lucca-front-ng-popover.mjs +1087 -0
  613. package/fesm2022/lucca-front-ng-popover.mjs.map +1 -0
  614. package/fesm2022/lucca-front-ng-popup.mjs +223 -0
  615. package/fesm2022/lucca-front-ng-popup.mjs.map +1 -0
  616. package/fesm2022/lucca-front-ng-qualification.mjs +121 -0
  617. package/fesm2022/lucca-front-ng-qualification.mjs.map +1 -0
  618. package/fesm2022/lucca-front-ng-safe-content.mjs +46 -0
  619. package/fesm2022/lucca-front-ng-safe-content.mjs.map +1 -0
  620. package/fesm2022/lucca-front-ng-scroll.mjs +101 -0
  621. package/fesm2022/lucca-front-ng-scroll.mjs.map +1 -0
  622. package/fesm2022/lucca-front-ng-select.mjs +462 -0
  623. package/fesm2022/lucca-front-ng-select.mjs.map +1 -0
  624. package/fesm2022/lucca-front-ng-sidepanel.mjs +77 -0
  625. package/fesm2022/lucca-front-ng-sidepanel.mjs.map +1 -0
  626. package/fesm2022/lucca-front-ng-simple-select-api.mjs +145 -0
  627. package/fesm2022/lucca-front-ng-simple-select-api.mjs.map +1 -0
  628. package/fesm2022/lucca-front-ng-simple-select.mjs +761 -0
  629. package/fesm2022/lucca-front-ng-simple-select.mjs.map +1 -0
  630. package/fesm2022/lucca-front-ng-title.mjs +132 -0
  631. package/fesm2022/lucca-front-ng-title.mjs.map +1 -0
  632. package/fesm2022/lucca-front-ng-toast.mjs +131 -0
  633. package/fesm2022/lucca-front-ng-toast.mjs.map +1 -0
  634. package/fesm2022/lucca-front-ng-tooltip.mjs +301 -0
  635. package/fesm2022/lucca-front-ng-tooltip.mjs.map +1 -0
  636. package/fesm2022/lucca-front-ng-user.mjs +917 -0
  637. package/fesm2022/lucca-front-ng-user.mjs.map +1 -0
  638. package/fesm2022/lucca-front-ng.mjs +6 -0
  639. package/formly/index.d.ts +5 -5
  640. package/formly/lib/formly.config.d.ts +2 -2
  641. package/formly/lib/formly.module.d.ts +39 -39
  642. package/formly/lib/formly.utils.d.ts +2 -0
  643. package/formly/lib/index.d.ts +4 -4
  644. package/formly/lib/types/api.d.ts +13 -15
  645. package/formly/lib/types/checkbox.d.ts +8 -10
  646. package/formly/lib/types/date.d.ts +8 -10
  647. package/formly/lib/types/department.d.ts +8 -10
  648. package/formly/lib/types/establishment.d.ts +8 -10
  649. package/formly/lib/types/index.d.ts +11 -11
  650. package/formly/lib/types/input.d.ts +9 -11
  651. package/formly/lib/types/qualification.d.ts +8 -10
  652. package/formly/lib/types/radios.d.ts +12 -14
  653. package/formly/lib/types/select.d.ts +13 -15
  654. package/formly/lib/types/textarea.d.ts +8 -10
  655. package/formly/lib/types/user.d.ts +8 -10
  656. package/formly/lib/wrappers/checkbox-layout.d.ts +12 -12
  657. package/formly/lib/wrappers/error.d.ts +20 -21
  658. package/formly/lib/wrappers/helper.d.ts +11 -11
  659. package/formly/lib/wrappers/icon.d.ts +11 -11
  660. package/formly/lib/wrappers/index.d.ts +7 -7
  661. package/formly/lib/wrappers/radiosfield-layout.d.ts +12 -12
  662. package/formly/lib/wrappers/suffix.d.ts +11 -11
  663. package/formly/lib/wrappers/textfield-layout.d.ts +15 -15
  664. package/formly/public-api.d.ts +1 -1
  665. package/index.d.ts +5 -5
  666. package/input/index.d.ts +5 -5
  667. package/input/lib/clearer/clearer.component.d.ts +9 -9
  668. package/input/lib/clearer/clearer.model.d.ts +7 -7
  669. package/input/lib/clearer/clearer.module.d.ts +7 -7
  670. package/input/lib/clearer/index.d.ts +3 -3
  671. package/input/lib/displayer/index.d.ts +3 -3
  672. package/input/lib/displayer/input-displayer.directive.d.ts +16 -16
  673. package/input/lib/displayer/input-displayer.model.d.ts +9 -9
  674. package/input/lib/displayer/input-displayer.module.d.ts +7 -7
  675. package/input/lib/index.d.ts +5 -5
  676. package/input/lib/input.directive.d.ts +17 -17
  677. package/input/lib/input.model.d.ts +23 -23
  678. package/input/lib/input.module.d.ts +9 -9
  679. package/input/public-api.d.ts +1 -1
  680. package/material/index.d.ts +5 -5
  681. package/material/lib/index.d.ts +1 -1
  682. package/material/lib/module.d.ts +6 -6
  683. package/material/public-api.d.ts +1 -1
  684. package/modal/index.d.ts +5 -5
  685. package/modal/lib/index.d.ts +11 -11
  686. package/modal/lib/modal-config.default.d.ts +3 -3
  687. package/modal/lib/modal-config.model.d.ts +25 -25
  688. package/modal/lib/modal-panel.component.d.ts +48 -48
  689. package/modal/lib/modal-ref.factory.d.ts +30 -30
  690. package/modal/lib/modal-ref.model.d.ts +15 -15
  691. package/modal/lib/modal.model.d.ts +13 -11
  692. package/modal/lib/modal.module.d.ts +13 -13
  693. package/modal/lib/modal.service.d.ts +12 -12
  694. package/modal/lib/modal.token.d.ts +7 -7
  695. package/modal/lib/modal.translate.d.ts +9 -9
  696. package/modal/lib/modal.utils.d.ts +2 -2
  697. package/modal/public-api.d.ts +1 -1
  698. package/number/index.d.ts +5 -5
  699. package/number/lib/index.d.ts +2 -2
  700. package/number/lib/number.module.d.ts +7 -7
  701. package/number/lib/number.pipe.d.ts +9 -9
  702. package/number/public-api.d.ts +1 -1
  703. package/option/index.d.ts +5 -5
  704. package/option/lib/index.d.ts +7 -7
  705. package/option/lib/item/index.d.ts +7 -7
  706. package/option/lib/item/option-item.component.d.ts +22 -22
  707. package/option/lib/item/option-item.model.d.ts +18 -18
  708. package/option/lib/item/option-item.module.d.ts +7 -7
  709. package/option/lib/item/tree-option-item.component.d.ts +39 -39
  710. package/option/lib/item/tree-option-item.model.d.ts +14 -14
  711. package/option/lib/item/tree-option-item.module.d.ts +7 -7
  712. package/option/lib/item/tree-option-item.translate.d.ts +8 -8
  713. package/option/lib/operator/feeder/index.d.ts +4 -4
  714. package/option/lib/operator/feeder/option-feeder.component.d.ts +9 -9
  715. package/option/lib/operator/feeder/option-feeder.module.d.ts +7 -7
  716. package/option/lib/operator/feeder/tree-option-feeder.component.d.ts +10 -10
  717. package/option/lib/operator/feeder/tree-option-feeder.module.d.ts +7 -7
  718. package/option/lib/operator/for-groups/for-groups.directive.d.ts +31 -31
  719. package/option/lib/operator/for-groups/for-groups.module.d.ts +7 -7
  720. package/option/lib/operator/for-groups/index.d.ts +2 -2
  721. package/option/lib/operator/for-options/for-options.directive.d.ts +16 -16
  722. package/option/lib/operator/for-options/for-options.module.d.ts +7 -7
  723. package/option/lib/operator/for-options/for-tree-options.directive.d.ts +9 -9
  724. package/option/lib/operator/for-options/for-tree-options.module.d.ts +7 -7
  725. package/option/lib/operator/for-options/index.d.ts +4 -4
  726. package/option/lib/operator/index.d.ts +9 -9
  727. package/option/lib/operator/option-operator.model.d.ts +9 -9
  728. package/option/lib/operator/option-operator.module.d.ts +11 -11
  729. package/option/lib/operator/pager/index.d.ts +4 -4
  730. package/option/lib/operator/pager/option-pager.component.d.ts +13 -13
  731. package/option/lib/operator/pager/option-pager.module.d.ts +7 -7
  732. package/option/lib/operator/pager/tree-option-pager.component.d.ts +16 -16
  733. package/option/lib/operator/pager/tree-option-pager.module.d.ts +7 -7
  734. package/option/lib/operator/searcher/index.d.ts +4 -4
  735. package/option/lib/operator/searcher/option-searcher.component.d.ts +19 -19
  736. package/option/lib/operator/searcher/option-searcher.module.d.ts +7 -7
  737. package/option/lib/operator/searcher/tree-option-searcher.component.d.ts +20 -20
  738. package/option/lib/operator/searcher/tree-option-searcher.module.d.ts +7 -7
  739. package/option/lib/operator/tree-option-operator.model.d.ts +5 -5
  740. package/option/lib/operator/tree-option-operator.module.d.ts +10 -10
  741. package/option/lib/option.module.d.ts +16 -16
  742. package/option/lib/picker/index.d.ts +8 -8
  743. package/option/lib/picker/option-picker-advanced.component.d.ts +40 -40
  744. package/option/lib/picker/option-picker.component.d.ts +67 -67
  745. package/option/lib/picker/option-picker.model.d.ts +22 -22
  746. package/option/lib/picker/option-picker.module.d.ts +9 -9
  747. package/option/lib/picker/tree-option-picker-advanced.component.d.ts +40 -40
  748. package/option/lib/picker/tree-option-picker.component.d.ts +35 -35
  749. package/option/lib/picker/tree-option-picker.model.d.ts +5 -5
  750. package/option/lib/picker/tree-option-picker.module.d.ts +12 -12
  751. package/option/lib/placeholder/index.d.ts +3 -3
  752. package/option/lib/placeholder/option-placeholder.component.d.ts +9 -9
  753. package/option/lib/placeholder/option-placeholder.module.d.ts +7 -7
  754. package/option/lib/placeholder/option-placeholder.translate.d.ts +8 -8
  755. package/option/lib/selector/all/index.d.ts +5 -5
  756. package/option/lib/selector/all/select-all.component.d.ts +19 -19
  757. package/option/lib/selector/all/select-all.module.d.ts +7 -7
  758. package/option/lib/selector/all/select-all.translate.d.ts +8 -8
  759. package/option/lib/selector/all/tree-select-all.component.d.ts +21 -21
  760. package/option/lib/selector/all/tree-select-all.module.d.ts +7 -7
  761. package/option/lib/selector/index.d.ts +5 -5
  762. package/option/lib/selector/option-selector.model.d.ts +11 -11
  763. package/option/lib/selector/option-selector.module.d.ts +7 -7
  764. package/option/lib/selector/tree-option-selector.model.d.ts +4 -4
  765. package/option/lib/selector/tree-option-selector.module.d.ts +7 -7
  766. package/option/lib/tree-option.module.d.ts +10 -10
  767. package/option/public-api.d.ts +1 -1
  768. package/package.json +100 -165
  769. package/picker/index.d.ts +5 -5
  770. package/picker/lib/index.d.ts +1 -1
  771. package/picker/lib/input-picker.model.d.ts +25 -25
  772. package/picker/public-api.d.ts +1 -1
  773. package/popover/index.d.ts +5 -5
  774. package/popover/lib/animation/index.d.ts +1 -1
  775. package/popover/lib/animation/popover.animation.d.ts +2 -2
  776. package/popover/lib/index.d.ts +5 -5
  777. package/popover/lib/panel/index.d.ts +3 -3
  778. package/popover/lib/panel/popover-panel.component.d.ts +54 -54
  779. package/popover/lib/panel/popover-panel.model.d.ts +84 -84
  780. package/popover/lib/panel/popover-panel.module.d.ts +7 -7
  781. package/popover/lib/popover.module.d.ts +9 -9
  782. package/popover/lib/target/index.d.ts +3 -3
  783. package/popover/lib/target/popover-target.directive.d.ts +16 -16
  784. package/popover/lib/target/popover-target.model.d.ts +44 -44
  785. package/popover/lib/target/popover-target.module.d.ts +7 -7
  786. package/popover/lib/trigger/index.d.ts +3 -3
  787. package/popover/lib/trigger/popover-trigger.directive.d.ts +57 -57
  788. package/popover/lib/trigger/popover-trigger.model.d.ts +163 -163
  789. package/popover/lib/trigger/popover-trigger.module.d.ts +8 -8
  790. package/popover/public-api.d.ts +1 -1
  791. package/popup/index.d.ts +5 -5
  792. package/popup/lib/index.d.ts +7 -7
  793. package/popup/lib/popup-config.default.d.ts +2 -2
  794. package/popup/lib/popup-config.model.d.ts +9 -9
  795. package/popup/lib/popup-ref.factory.d.ts +20 -20
  796. package/popup/lib/popup-ref.model.d.ts +54 -54
  797. package/popup/lib/popup.module.d.ts +7 -7
  798. package/popup/lib/popup.service.d.ts +11 -11
  799. package/popup/lib/popup.token.d.ts +7 -7
  800. package/popup/public-api.d.ts +1 -1
  801. package/public_api.d.ts +2 -2
  802. package/qualification/index.d.ts +5 -5
  803. package/qualification/lib/index.d.ts +3 -3
  804. package/qualification/lib/qualification.model.d.ts +7 -7
  805. package/qualification/lib/qualification.module.d.ts +7 -7
  806. package/qualification/lib/select/index.d.ts +2 -2
  807. package/qualification/lib/select/input/index.d.ts +3 -3
  808. package/qualification/lib/select/input/qualification-select-input.component.d.ts +25 -25
  809. package/qualification/lib/select/input/qualification-select-input.module.d.ts +7 -7
  810. package/qualification/lib/select/input/qualification-select-input.translate.d.ts +7 -7
  811. package/qualification/lib/select/qualification-select.module.d.ts +7 -7
  812. package/qualification/public-api.d.ts +1 -1
  813. package/safe-content/index.d.ts +5 -5
  814. package/safe-content/lib/index.d.ts +2 -2
  815. package/safe-content/lib/safe-content.module.d.ts +8 -8
  816. package/safe-content/lib/safe-html.pipe.d.ts +16 -16
  817. package/safe-content/public-api.d.ts +1 -1
  818. package/schematics/lib/angular-template.js +47 -47
  819. package/schematics/lib/file-update.js +18 -18
  820. package/schematics/lib/html-ast.js +132 -132
  821. package/schematics/lib/local-deps/postcss-scss.js +17 -17
  822. package/schematics/lib/local-deps/postcss-selector-parser.js +5 -5
  823. package/schematics/lib/local-deps/postcss-value-parser.js +5 -5
  824. package/schematics/lib/local-deps/postcss.js +4 -4
  825. package/schematics/lib/migration-test.js +50 -50
  826. package/schematics/lib/schematics.js +19 -19
  827. package/schematics/lib/scss-ast.js +217 -217
  828. package/schematics/lib/scss-value-ast.js +60 -60
  829. package/schematics/migrations/tshirt-size/index.js +42 -42
  830. package/schematics/migrations/tshirt-size/mapping.js +256 -256
  831. package/schematics/migrations/tshirt-size/migration.js +60 -60
  832. package/schematics/migrations/tshirt-size/migration.spec.js +49 -49
  833. package/schematics/ng-add/file-content.js +5 -5
  834. package/schematics/ng-add/index.js +20 -20
  835. package/schematics/ng-add/tasks.js +32 -32
  836. package/scroll/index.d.ts +5 -5
  837. package/scroll/lib/index.d.ts +3 -3
  838. package/scroll/lib/scroll.directive.d.ts +23 -23
  839. package/scroll/lib/scroll.model.d.ts +8 -8
  840. package/scroll/lib/scroll.module.d.ts +7 -7
  841. package/scroll/public-api.d.ts +1 -1
  842. package/select/index.d.ts +5 -5
  843. package/select/lib/index.d.ts +2 -2
  844. package/select/lib/input/index.d.ts +3 -3
  845. package/select/lib/input/select-input.component.d.ts +68 -68
  846. package/select/lib/input/select-input.model.d.ts +61 -61
  847. package/select/lib/input/select-input.module.d.ts +7 -7
  848. package/select/lib/select.module.d.ts +7 -7
  849. package/select/public-api.d.ts +1 -1
  850. package/sidepanel/index.d.ts +5 -5
  851. package/sidepanel/lib/index.d.ts +3 -3
  852. package/sidepanel/lib/sidepanel.model.d.ts +48 -48
  853. package/sidepanel/lib/sidepanel.module.d.ts +10 -10
  854. package/sidepanel/lib/sidepanel.service.d.ts +16 -16
  855. package/sidepanel/public-api.d.ts +1 -1
  856. package/simple-select/api/index.d.ts +5 -5
  857. package/simple-select/api/lib/api-v3.directive.d.ts +25 -25
  858. package/simple-select/api/lib/api-v4.directive.d.ts +22 -22
  859. package/simple-select/api/lib/api.directive.d.ts +32 -32
  860. package/simple-select/api/public-api.d.ts +3 -3
  861. package/simple-select/index.d.ts +5 -5
  862. package/simple-select/lib/index.d.ts +4 -4
  863. package/simple-select/lib/input/index.d.ts +1 -1
  864. package/simple-select/lib/input/panel-ref.factory.d.ts +16 -16
  865. package/simple-select/lib/input/select-input.component.d.ts +58 -58
  866. package/simple-select/lib/input/select-input.models.d.ts +3 -3
  867. package/simple-select/lib/option/default-option.component.d.ts +9 -9
  868. package/simple-select/lib/option/disabled.directive.d.ts +7 -7
  869. package/simple-select/lib/option/displayer.directive.d.ts +12 -12
  870. package/simple-select/lib/option/index.d.ts +5 -5
  871. package/simple-select/lib/option/option-outlet.directive.d.ts +19 -19
  872. package/simple-select/lib/option/option.component.d.ts +31 -31
  873. package/simple-select/lib/option/option.directive.d.ts +12 -12
  874. package/simple-select/lib/option/option.token.d.ts +9 -9
  875. package/simple-select/lib/panel/index.d.ts +2 -2
  876. package/simple-select/lib/panel/panel.component.d.ts +28 -28
  877. package/simple-select/lib/panel/panel.models.d.ts +13 -13
  878. package/simple-select/lib/select.model.d.ts +17 -17
  879. package/simple-select/lib/select.translate.d.ts +10 -10
  880. package/simple-select/public-api.d.ts +1 -1
  881. package/src/definitions/select/_select-input.scss +1 -1
  882. package/title/index.d.ts +5 -5
  883. package/title/lib/index.d.ts +5 -5
  884. package/title/lib/title-translate.service.d.ts +5 -5
  885. package/title/lib/title.model.d.ts +7 -8
  886. package/title/lib/title.module.d.ts +10 -10
  887. package/title/lib/title.service.d.ts +22 -22
  888. package/title/lib/title.strategy.d.ts +22 -22
  889. package/title/public-api.d.ts +1 -1
  890. package/toast/index.d.ts +5 -5
  891. package/toast/public-api.d.ts +5 -5
  892. package/toast/toasts.component.d.ts +22 -22
  893. package/toast/toasts.model.d.ts +22 -22
  894. package/toast/toasts.module.d.ts +7 -7
  895. package/toast/toasts.service.d.ts +13 -13
  896. package/toast/toasts.translate.d.ts +7 -7
  897. package/tooltip/index.d.ts +5 -5
  898. package/tooltip/lib/animation/index.d.ts +1 -1
  899. package/tooltip/lib/animation/tooltip.animation.d.ts +2 -2
  900. package/tooltip/lib/index.d.ts +4 -4
  901. package/tooltip/lib/panel/index.d.ts +2 -2
  902. package/tooltip/lib/panel/tooltip-panel.component.d.ts +21 -21
  903. package/tooltip/lib/panel/tooltip-panel.module.d.ts +7 -7
  904. package/tooltip/lib/tooltip.module.d.ts +8 -8
  905. package/tooltip/lib/trigger/index.d.ts +2 -2
  906. package/tooltip/lib/trigger/tooltip-trigger.directive.d.ts +48 -48
  907. package/tooltip/lib/trigger/tooltip-trigger.module.d.ts +8 -8
  908. package/tooltip/public-api.d.ts +1 -1
  909. package/user/index.d.ts +5 -5
  910. package/user/lib/display/display-format.model.d.ts +22 -22
  911. package/user/lib/display/index.d.ts +3 -3
  912. package/user/lib/display/user-display.module.d.ts +7 -7
  913. package/user/lib/display/user-display.pipe.d.ts +19 -19
  914. package/user/lib/index.d.ts +7 -7
  915. package/user/lib/picture/index.d.ts +2 -2
  916. package/user/lib/picture/user-picture.component.d.ts +31 -31
  917. package/user/lib/picture/user-picture.module.d.ts +9 -9
  918. package/user/lib/select/homonyms/index.d.ts +3 -3
  919. package/user/lib/select/homonyms/user-homonyms.component.d.ts +14 -14
  920. package/user/lib/select/homonyms/user-homonyms.module.d.ts +7 -7
  921. package/user/lib/select/homonyms/user-homonyms.service.d.ts +23 -23
  922. package/user/lib/select/index.d.ts +5 -5
  923. package/user/lib/select/input/index.d.ts +3 -3
  924. package/user/lib/select/input/user-select-input.component.d.ts +32 -32
  925. package/user/lib/select/input/user-select-input.module.d.ts +7 -7
  926. package/user/lib/select/input/user-select-input.translate.d.ts +8 -8
  927. package/user/lib/select/me/index.d.ts +2 -2
  928. package/user/lib/select/me/me-option.directive.d.ts +30 -30
  929. package/user/lib/select/me/me-option.module.d.ts +7 -7
  930. package/user/lib/select/searcher/index.d.ts +3 -3
  931. package/user/lib/select/searcher/user-searcher.component.d.ts +39 -39
  932. package/user/lib/select/searcher/user-searcher.module.d.ts +7 -7
  933. package/user/lib/select/searcher/user-searcher.translate.d.ts +7 -7
  934. package/user/lib/select/user-select.module.d.ts +10 -10
  935. package/user/lib/service/index.d.ts +2 -2
  936. package/user/lib/service/user-service.model.d.ts +9 -9
  937. package/user/lib/service/user-v3.service.d.ts +20 -20
  938. package/user/lib/tile/index.d.ts +2 -2
  939. package/user/lib/tile/user-tile.component.d.ts +31 -31
  940. package/user/lib/tile/user-tile.module.d.ts +10 -10
  941. package/user/lib/user.model.d.ts +11 -11
  942. package/user/lib/user.module.d.ts +10 -10
  943. package/user/public-api.d.ts +1 -1
  944. package/esm2020/a11y/lib/index.mjs +0 -2
  945. package/esm2020/a11y/lib/skip-links/skip-links.component.mjs +0 -26
  946. package/esm2020/a11y/lib/skip-links/skip-links.translate.mjs +0 -27
  947. package/esm2020/a11y/lucca-front-ng-a11y.mjs +0 -5
  948. package/esm2020/a11y/public-api.mjs +0 -5
  949. package/esm2020/animations/lib/animation.factory.mjs +0 -15
  950. package/esm2020/animations/lib/fade.animation.mjs +0 -8
  951. package/esm2020/animations/lib/index.mjs +0 -5
  952. package/esm2020/animations/lib/scale.animation.mjs +0 -126
  953. package/esm2020/animations/lib/slide.animation.mjs +0 -110
  954. package/esm2020/animations/lucca-front-ng-animations.mjs +0 -5
  955. package/esm2020/animations/public-api.mjs +0 -5
  956. package/esm2020/api/lib/api.model.mjs +0 -2
  957. package/esm2020/api/lib/api.module.mjs +0 -16
  958. package/esm2020/api/lib/index.mjs +0 -5
  959. package/esm2020/api/lib/select/api-select.module.mjs +0 -19
  960. package/esm2020/api/lib/select/feeder/api-feeder.component.mjs +0 -93
  961. package/esm2020/api/lib/select/feeder/api-feeder.model.mjs +0 -11
  962. package/esm2020/api/lib/select/feeder/api-feeder.module.mjs +0 -16
  963. package/esm2020/api/lib/select/feeder/index.mjs +0 -4
  964. package/esm2020/api/lib/select/index.mjs +0 -6
  965. package/esm2020/api/lib/select/input/api-select-input.component.mjs +0 -52
  966. package/esm2020/api/lib/select/input/api-select-input.module.mjs +0 -16
  967. package/esm2020/api/lib/select/input/index.mjs +0 -3
  968. package/esm2020/api/lib/select/pager/api-pager.component.mjs +0 -99
  969. package/esm2020/api/lib/select/pager/api-pager.model.mjs +0 -56
  970. package/esm2020/api/lib/select/pager/api-pager.module.mjs +0 -16
  971. package/esm2020/api/lib/select/pager/index.mjs +0 -4
  972. package/esm2020/api/lib/select/searcher/api-searcher.component.mjs +0 -235
  973. package/esm2020/api/lib/select/searcher/api-searcher.model.mjs +0 -67
  974. package/esm2020/api/lib/select/searcher/api-searcher.module.mjs +0 -16
  975. package/esm2020/api/lib/select/searcher/index.mjs +0 -4
  976. package/esm2020/api/lib/service/api-hybrid.service.mjs +0 -65
  977. package/esm2020/api/lib/service/api-service.model.mjs +0 -3
  978. package/esm2020/api/lib/service/api-v3.service.mjs +0 -72
  979. package/esm2020/api/lib/service/api-v4.service.mjs +0 -71
  980. package/esm2020/api/lib/service/index.mjs +0 -5
  981. package/esm2020/api/lucca-front-ng-api.mjs +0 -5
  982. package/esm2020/api/public-api.mjs +0 -5
  983. package/esm2020/core/lib/date/date-adapter.class.mjs +0 -54
  984. package/esm2020/core/lib/date/date-adapter.interface.mjs +0 -2
  985. package/esm2020/core/lib/date/date-granularity.enum.mjs +0 -8
  986. package/esm2020/core/lib/date/index.mjs +0 -6
  987. package/esm2020/core/lib/date/native/index.mjs +0 -3
  988. package/esm2020/core/lib/date/native/native-date.adapter.mjs +0 -232
  989. package/esm2020/core/lib/date/native/native-date.option.mjs +0 -6
  990. package/esm2020/core/lib/date/string/index.mjs +0 -2
  991. package/esm2020/core/lib/date/string/string-date.adapter.mjs +0 -83
  992. package/esm2020/core/lib/event/index.mjs +0 -4
  993. package/esm2020/core/lib/event/on-close.subscriber.mjs +0 -3
  994. package/esm2020/core/lib/event/on-open.subscriber.mjs +0 -3
  995. package/esm2020/core/lib/event/on-scroll-bottom.subscriber.mjs +0 -3
  996. package/esm2020/core/lib/group/group.interface.mjs +0 -2
  997. package/esm2020/core/lib/group/index.mjs +0 -2
  998. package/esm2020/core/lib/id/id.generator.mjs +0 -9
  999. package/esm2020/core/lib/id/index.mjs +0 -2
  1000. package/esm2020/core/lib/index.mjs +0 -7
  1001. package/esm2020/core/lib/translate/index.mjs +0 -3
  1002. package/esm2020/core/lib/translate/intl.model.mjs +0 -17
  1003. package/esm2020/core/lib/translate/translation.model.mjs +0 -2
  1004. package/esm2020/core/lib/tree/index.mjs +0 -2
  1005. package/esm2020/core/lib/tree/tree.model.mjs +0 -2
  1006. package/esm2020/core/lucca-front-ng-core.mjs +0 -5
  1007. package/esm2020/core/public-api.mjs +0 -5
  1008. package/esm2020/date/lib/adapter/date-adapter.module.mjs +0 -16
  1009. package/esm2020/date/lib/adapter/date-adapter.pipe.mjs +0 -25
  1010. package/esm2020/date/lib/adapter/index.mjs +0 -3
  1011. package/esm2020/date/lib/calendar/calendar-input.component.mjs +0 -332
  1012. package/esm2020/date/lib/calendar/calendar-input.module.mjs +0 -16
  1013. package/esm2020/date/lib/calendar/calendar-item.class.mjs +0 -43
  1014. package/esm2020/date/lib/calendar/calendar-item.factory.mjs +0 -37
  1015. package/esm2020/date/lib/calendar/calendar-item.interface.mjs +0 -2
  1016. package/esm2020/date/lib/calendar/index.mjs +0 -3
  1017. package/esm2020/date/lib/date.module.mjs +0 -20
  1018. package/esm2020/date/lib/index.mjs +0 -7
  1019. package/esm2020/date/lib/input/date-input.directive.mjs +0 -137
  1020. package/esm2020/date/lib/input/date-input.module.mjs +0 -16
  1021. package/esm2020/date/lib/input/date-input.translate.mjs +0 -39
  1022. package/esm2020/date/lib/input/index.mjs +0 -4
  1023. package/esm2020/date/lib/picker/date-picker.component.mjs +0 -109
  1024. package/esm2020/date/lib/picker/date-picker.module.mjs +0 -16
  1025. package/esm2020/date/lib/picker/index.mjs +0 -3
  1026. package/esm2020/date/lib/select/date-select-input.component.mjs +0 -100
  1027. package/esm2020/date/lib/select/date-select-input.module.mjs +0 -16
  1028. package/esm2020/date/lib/select/date-select-input.translate.mjs +0 -31
  1029. package/esm2020/date/lib/select/index.mjs +0 -4
  1030. package/esm2020/date/lucca-front-ng-date.mjs +0 -5
  1031. package/esm2020/date/public-api.mjs +0 -5
  1032. package/esm2020/department/lib/department.model.mjs +0 -2
  1033. package/esm2020/department/lib/department.module.mjs +0 -16
  1034. package/esm2020/department/lib/index.mjs +0 -5
  1035. package/esm2020/department/lib/select/department-select.module.mjs +0 -17
  1036. package/esm2020/department/lib/select/feeder/department-feeder.component.mjs +0 -82
  1037. package/esm2020/department/lib/select/feeder/department-feeder.module.mjs +0 -16
  1038. package/esm2020/department/lib/select/feeder/index.mjs +0 -3
  1039. package/esm2020/department/lib/select/index.mjs +0 -4
  1040. package/esm2020/department/lib/select/input/department-select-input.component.mjs +0 -67
  1041. package/esm2020/department/lib/select/input/department-select-input.module.mjs +0 -16
  1042. package/esm2020/department/lib/select/input/department-select-input.translate.mjs +0 -16
  1043. package/esm2020/department/lib/select/input/index.mjs +0 -4
  1044. package/esm2020/department/lib/service/department-service.model.mjs +0 -4
  1045. package/esm2020/department/lib/service/department-v3.service.mjs +0 -43
  1046. package/esm2020/department/lib/service/index.mjs +0 -3
  1047. package/esm2020/department/lucca-front-ng-department.mjs +0 -5
  1048. package/esm2020/department/public-api.mjs +0 -5
  1049. package/esm2020/dropdown/lib/dropdown.module.mjs +0 -18
  1050. package/esm2020/dropdown/lib/index.mjs +0 -5
  1051. package/esm2020/dropdown/lib/item/dropdown-item.directive.mjs +0 -55
  1052. package/esm2020/dropdown/lib/item/dropdown-item.model.mjs +0 -3
  1053. package/esm2020/dropdown/lib/item/dropdown-item.module.mjs +0 -17
  1054. package/esm2020/dropdown/lib/item/index.mjs +0 -4
  1055. package/esm2020/dropdown/lib/panel/dropdown-panel.component.mjs +0 -111
  1056. package/esm2020/dropdown/lib/panel/dropdown-panel.model.mjs +0 -2
  1057. package/esm2020/dropdown/lib/panel/dropdown-panel.module.mjs +0 -18
  1058. package/esm2020/dropdown/lib/panel/index.mjs +0 -4
  1059. package/esm2020/dropdown/lib/trigger/dropdown-trigger.directive.mjs +0 -121
  1060. package/esm2020/dropdown/lib/trigger/dropdown-trigger.module.mjs +0 -18
  1061. package/esm2020/dropdown/lib/trigger/index.mjs +0 -3
  1062. package/esm2020/dropdown/lucca-front-ng-dropdown.mjs +0 -5
  1063. package/esm2020/dropdown/public-api.mjs +0 -5
  1064. package/esm2020/establishment/lib/establishment.model.mjs +0 -2
  1065. package/esm2020/establishment/lib/establishment.module.mjs +0 -16
  1066. package/esm2020/establishment/lib/index.mjs +0 -5
  1067. package/esm2020/establishment/lib/select/establishment-select.module.mjs +0 -20
  1068. package/esm2020/establishment/lib/select/for-legal-units/for-legal-units.directive.mjs +0 -47
  1069. package/esm2020/establishment/lib/select/for-legal-units/for-legal-units.module.mjs +0 -16
  1070. package/esm2020/establishment/lib/select/for-legal-units/index.mjs +0 -3
  1071. package/esm2020/establishment/lib/select/index.mjs +0 -7
  1072. package/esm2020/establishment/lib/select/input/establishment-select-input.component.mjs +0 -126
  1073. package/esm2020/establishment/lib/select/input/establishment-select-input.module.mjs +0 -16
  1074. package/esm2020/establishment/lib/select/input/establishment-select-input.translate.mjs +0 -16
  1075. package/esm2020/establishment/lib/select/input/index.mjs +0 -4
  1076. package/esm2020/establishment/lib/select/legal-unit-selector/index.mjs +0 -3
  1077. package/esm2020/establishment/lib/select/legal-unit-selector/legal-unit-selector.directive.mjs +0 -104
  1078. package/esm2020/establishment/lib/select/legal-unit-selector/legal-unit-selector.module.mjs +0 -16
  1079. package/esm2020/establishment/lib/select/searcher/establishment-searcher.component.mjs +0 -147
  1080. package/esm2020/establishment/lib/select/searcher/establishment-searcher.module.mjs +0 -16
  1081. package/esm2020/establishment/lib/select/searcher/index.mjs +0 -3
  1082. package/esm2020/establishment/lib/select/select-all/establishment-select-all.component.mjs +0 -95
  1083. package/esm2020/establishment/lib/select/select-all/establishment-select-all.module.mjs +0 -16
  1084. package/esm2020/establishment/lib/select/select-all/establishment-select-all.translate.mjs +0 -23
  1085. package/esm2020/establishment/lib/select/select-all/index.mjs +0 -4
  1086. package/esm2020/establishment/lib/service/establishment-service.model.mjs +0 -4
  1087. package/esm2020/establishment/lib/service/establishment.service.mjs +0 -37
  1088. package/esm2020/establishment/lib/service/index.mjs +0 -5
  1089. package/esm2020/establishment/lib/service/legal-unit-service.model.mjs +0 -4
  1090. package/esm2020/establishment/lib/service/legal-unit.service.mjs +0 -37
  1091. package/esm2020/establishment/lucca-front-ng-establishment.mjs +0 -5
  1092. package/esm2020/establishment/public-api.mjs +0 -5
  1093. package/esm2020/formly/lib/formly.config.mjs +0 -81
  1094. package/esm2020/formly/lib/formly.module.mjs +0 -108
  1095. package/esm2020/formly/lib/index.mjs +0 -5
  1096. package/esm2020/formly/lib/types/api.mjs +0 -37
  1097. package/esm2020/formly/lib/types/checkbox.mjs +0 -22
  1098. package/esm2020/formly/lib/types/date.mjs +0 -22
  1099. package/esm2020/formly/lib/types/department.mjs +0 -22
  1100. package/esm2020/formly/lib/types/establishment.mjs +0 -22
  1101. package/esm2020/formly/lib/types/index.mjs +0 -12
  1102. package/esm2020/formly/lib/types/input.mjs +0 -26
  1103. package/esm2020/formly/lib/types/qualification.mjs +0 -22
  1104. package/esm2020/formly/lib/types/radios.mjs +0 -25
  1105. package/esm2020/formly/lib/types/select.mjs +0 -28
  1106. package/esm2020/formly/lib/types/textarea.mjs +0 -22
  1107. package/esm2020/formly/lib/types/user.mjs +0 -22
  1108. package/esm2020/formly/lib/wrappers/checkbox-layout.mjs +0 -30
  1109. package/esm2020/formly/lib/wrappers/error.mjs +0 -65
  1110. package/esm2020/formly/lib/wrappers/helper.mjs +0 -28
  1111. package/esm2020/formly/lib/wrappers/icon.mjs +0 -36
  1112. package/esm2020/formly/lib/wrappers/index.mjs +0 -8
  1113. package/esm2020/formly/lib/wrappers/radiosfield-layout.mjs +0 -30
  1114. package/esm2020/formly/lib/wrappers/suffix.mjs +0 -28
  1115. package/esm2020/formly/lib/wrappers/textfield-layout.mjs +0 -39
  1116. package/esm2020/formly/lucca-front-ng-formly.mjs +0 -5
  1117. package/esm2020/formly/public-api.mjs +0 -5
  1118. package/esm2020/input/lib/clearer/clearer.component.mjs +0 -35
  1119. package/esm2020/input/lib/clearer/clearer.model.mjs +0 -3
  1120. package/esm2020/input/lib/clearer/clearer.module.mjs +0 -16
  1121. package/esm2020/input/lib/clearer/index.mjs +0 -4
  1122. package/esm2020/input/lib/displayer/index.mjs +0 -4
  1123. package/esm2020/input/lib/displayer/input-displayer.directive.mjs +0 -59
  1124. package/esm2020/input/lib/displayer/input-displayer.model.mjs +0 -6
  1125. package/esm2020/input/lib/displayer/input-displayer.module.mjs +0 -16
  1126. package/esm2020/input/lib/index.mjs +0 -6
  1127. package/esm2020/input/lib/input.directive.mjs +0 -42
  1128. package/esm2020/input/lib/input.model.mjs +0 -54
  1129. package/esm2020/input/lib/input.module.mjs +0 -18
  1130. package/esm2020/input/lucca-front-ng-input.mjs +0 -5
  1131. package/esm2020/input/public-api.mjs +0 -5
  1132. package/esm2020/lucca-front-ng.mjs +0 -5
  1133. package/esm2020/material/lib/index.mjs +0 -2
  1134. package/esm2020/material/lib/module.mjs +0 -12
  1135. package/esm2020/material/lucca-front-ng-material.mjs +0 -5
  1136. package/esm2020/material/public-api.mjs +0 -5
  1137. package/esm2020/modal/lib/index.mjs +0 -12
  1138. package/esm2020/modal/lib/modal-config.default.mjs +0 -17
  1139. package/esm2020/modal/lib/modal-config.model.mjs +0 -5
  1140. package/esm2020/modal/lib/modal-panel.component.mjs +0 -123
  1141. package/esm2020/modal/lib/modal-ref.factory.mjs +0 -60
  1142. package/esm2020/modal/lib/modal-ref.model.mjs +0 -11
  1143. package/esm2020/modal/lib/modal.model.mjs +0 -2
  1144. package/esm2020/modal/lib/modal.module.mjs +0 -26
  1145. package/esm2020/modal/lib/modal.service.mjs +0 -21
  1146. package/esm2020/modal/lib/modal.token.mjs +0 -9
  1147. package/esm2020/modal/lib/modal.translate.mjs +0 -22
  1148. package/esm2020/modal/lib/modal.utils.mjs +0 -9
  1149. package/esm2020/modal/lucca-front-ng-modal.mjs +0 -5
  1150. package/esm2020/modal/public-api.mjs +0 -5
  1151. package/esm2020/number/lib/index.mjs +0 -3
  1152. package/esm2020/number/lib/number.module.mjs +0 -16
  1153. package/esm2020/number/lib/number.pipe.mjs +0 -36
  1154. package/esm2020/number/lucca-front-ng-number.mjs +0 -5
  1155. package/esm2020/number/public-api.mjs +0 -5
  1156. package/esm2020/option/lib/index.mjs +0 -8
  1157. package/esm2020/option/lib/item/index.mjs +0 -8
  1158. package/esm2020/option/lib/item/option-item.component.mjs +0 -76
  1159. package/esm2020/option/lib/item/option-item.model.mjs +0 -3
  1160. package/esm2020/option/lib/item/option-item.module.mjs +0 -16
  1161. package/esm2020/option/lib/item/tree-option-item.component.mjs +0 -136
  1162. package/esm2020/option/lib/item/tree-option-item.model.mjs +0 -7
  1163. package/esm2020/option/lib/item/tree-option-item.module.mjs +0 -16
  1164. package/esm2020/option/lib/item/tree-option-item.translate.mjs +0 -15
  1165. package/esm2020/option/lib/operator/feeder/index.mjs +0 -5
  1166. package/esm2020/option/lib/operator/feeder/option-feeder.component.mjs +0 -33
  1167. package/esm2020/option/lib/operator/feeder/option-feeder.module.mjs +0 -16
  1168. package/esm2020/option/lib/operator/feeder/tree-option-feeder.component.mjs +0 -33
  1169. package/esm2020/option/lib/operator/feeder/tree-option-feeder.module.mjs +0 -16
  1170. package/esm2020/option/lib/operator/for-groups/for-groups.directive.mjs +0 -89
  1171. package/esm2020/option/lib/operator/for-groups/for-groups.module.mjs +0 -16
  1172. package/esm2020/option/lib/operator/for-groups/index.mjs +0 -3
  1173. package/esm2020/option/lib/operator/for-options/for-options.directive.mjs +0 -50
  1174. package/esm2020/option/lib/operator/for-options/for-options.module.mjs +0 -16
  1175. package/esm2020/option/lib/operator/for-options/for-tree-options.directive.mjs +0 -29
  1176. package/esm2020/option/lib/operator/for-options/for-tree-options.module.mjs +0 -16
  1177. package/esm2020/option/lib/operator/for-options/index.mjs +0 -5
  1178. package/esm2020/option/lib/operator/index.mjs +0 -10
  1179. package/esm2020/option/lib/operator/option-operator.model.mjs +0 -3
  1180. package/esm2020/option/lib/operator/option-operator.module.mjs +0 -20
  1181. package/esm2020/option/lib/operator/pager/index.mjs +0 -5
  1182. package/esm2020/option/lib/operator/pager/option-pager.component.mjs +0 -53
  1183. package/esm2020/option/lib/operator/pager/option-pager.module.mjs +0 -16
  1184. package/esm2020/option/lib/operator/pager/tree-option-pager.component.mjs +0 -71
  1185. package/esm2020/option/lib/operator/pager/tree-option-pager.module.mjs +0 -16
  1186. package/esm2020/option/lib/operator/searcher/index.mjs +0 -5
  1187. package/esm2020/option/lib/operator/searcher/option-searcher.component.mjs +0 -66
  1188. package/esm2020/option/lib/operator/searcher/option-searcher.module.mjs +0 -16
  1189. package/esm2020/option/lib/operator/searcher/tree-option-searcher.component.mjs +0 -83
  1190. package/esm2020/option/lib/operator/searcher/tree-option-searcher.module.mjs +0 -16
  1191. package/esm2020/option/lib/operator/tree-option-operator.model.mjs +0 -4
  1192. package/esm2020/option/lib/operator/tree-option-operator.module.mjs +0 -19
  1193. package/esm2020/option/lib/option.module.mjs +0 -67
  1194. package/esm2020/option/lib/picker/index.mjs +0 -9
  1195. package/esm2020/option/lib/picker/option-picker-advanced.component.mjs +0 -150
  1196. package/esm2020/option/lib/picker/option-picker.component.mjs +0 -314
  1197. package/esm2020/option/lib/picker/option-picker.model.mjs +0 -69
  1198. package/esm2020/option/lib/picker/option-picker.module.mjs +0 -18
  1199. package/esm2020/option/lib/picker/tree-option-picker-advanced.component.mjs +0 -140
  1200. package/esm2020/option/lib/picker/tree-option-picker.component.mjs +0 -169
  1201. package/esm2020/option/lib/picker/tree-option-picker.model.mjs +0 -4
  1202. package/esm2020/option/lib/picker/tree-option-picker.module.mjs +0 -21
  1203. package/esm2020/option/lib/placeholder/index.mjs +0 -4
  1204. package/esm2020/option/lib/placeholder/option-placeholder.component.mjs +0 -23
  1205. package/esm2020/option/lib/placeholder/option-placeholder.module.mjs +0 -16
  1206. package/esm2020/option/lib/placeholder/option-placeholder.translate.mjs +0 -19
  1207. package/esm2020/option/lib/selector/all/index.mjs +0 -6
  1208. package/esm2020/option/lib/selector/all/select-all.component.mjs +0 -61
  1209. package/esm2020/option/lib/selector/all/select-all.module.mjs +0 -16
  1210. package/esm2020/option/lib/selector/all/select-all.translate.mjs +0 -27
  1211. package/esm2020/option/lib/selector/all/tree-select-all.component.mjs +0 -64
  1212. package/esm2020/option/lib/selector/all/tree-select-all.module.mjs +0 -16
  1213. package/esm2020/option/lib/selector/index.mjs +0 -6
  1214. package/esm2020/option/lib/selector/option-selector.model.mjs +0 -3
  1215. package/esm2020/option/lib/selector/option-selector.module.mjs +0 -16
  1216. package/esm2020/option/lib/selector/tree-option-selector.model.mjs +0 -4
  1217. package/esm2020/option/lib/selector/tree-option-selector.module.mjs +0 -16
  1218. package/esm2020/option/lib/tree-option.module.mjs +0 -19
  1219. package/esm2020/option/lucca-front-ng-option.mjs +0 -5
  1220. package/esm2020/option/public-api.mjs +0 -5
  1221. package/esm2020/picker/lib/index.mjs +0 -2
  1222. package/esm2020/picker/lib/input-picker.model.mjs +0 -4
  1223. package/esm2020/picker/lucca-front-ng-picker.mjs +0 -5
  1224. package/esm2020/picker/public-api.mjs +0 -5
  1225. package/esm2020/popover/lib/animation/index.mjs +0 -2
  1226. package/esm2020/popover/lib/animation/popover.animation.mjs +0 -16
  1227. package/esm2020/popover/lib/index.mjs +0 -6
  1228. package/esm2020/popover/lib/panel/index.mjs +0 -4
  1229. package/esm2020/popover/lib/panel/popover-panel.component.mjs +0 -126
  1230. package/esm2020/popover/lib/panel/popover-panel.model.mjs +0 -120
  1231. package/esm2020/popover/lib/panel/popover-panel.module.mjs +0 -16
  1232. package/esm2020/popover/lib/popover.module.mjs +0 -18
  1233. package/esm2020/popover/lib/target/index.mjs +0 -4
  1234. package/esm2020/popover/lib/target/popover-target.directive.mjs +0 -53
  1235. package/esm2020/popover/lib/target/popover-target.model.mjs +0 -65
  1236. package/esm2020/popover/lib/target/popover-target.module.mjs +0 -16
  1237. package/esm2020/popover/lib/trigger/index.mjs +0 -4
  1238. package/esm2020/popover/lib/trigger/popover-trigger.directive.mjs +0 -186
  1239. package/esm2020/popover/lib/trigger/popover-trigger.model.mjs +0 -469
  1240. package/esm2020/popover/lib/trigger/popover-trigger.module.mjs +0 -17
  1241. package/esm2020/popover/lucca-front-ng-popover.mjs +0 -5
  1242. package/esm2020/popover/public-api.mjs +0 -5
  1243. package/esm2020/popup/lib/index.mjs +0 -8
  1244. package/esm2020/popup/lib/popup-config.default.mjs +0 -9
  1245. package/esm2020/popup/lib/popup-config.model.mjs +0 -2
  1246. package/esm2020/popup/lib/popup-ref.factory.mjs +0 -28
  1247. package/esm2020/popup/lib/popup-ref.model.mjs +0 -139
  1248. package/esm2020/popup/lib/popup.module.mjs +0 -21
  1249. package/esm2020/popup/lib/popup.service.mjs +0 -21
  1250. package/esm2020/popup/lib/popup.token.mjs +0 -8
  1251. package/esm2020/popup/lucca-front-ng-popup.mjs +0 -5
  1252. package/esm2020/popup/public-api.mjs +0 -5
  1253. package/esm2020/public_api.mjs +0 -2
  1254. package/esm2020/qualification/lib/index.mjs +0 -4
  1255. package/esm2020/qualification/lib/qualification.model.mjs +0 -2
  1256. package/esm2020/qualification/lib/qualification.module.mjs +0 -16
  1257. package/esm2020/qualification/lib/select/index.mjs +0 -3
  1258. package/esm2020/qualification/lib/select/input/index.mjs +0 -4
  1259. package/esm2020/qualification/lib/select/input/qualification-select-input.component.mjs +0 -57
  1260. package/esm2020/qualification/lib/select/input/qualification-select-input.module.mjs +0 -16
  1261. package/esm2020/qualification/lib/select/input/qualification-select-input.translate.mjs +0 -16
  1262. package/esm2020/qualification/lib/select/qualification-select.module.mjs +0 -16
  1263. package/esm2020/qualification/lucca-front-ng-qualification.mjs +0 -5
  1264. package/esm2020/qualification/public-api.mjs +0 -5
  1265. package/esm2020/safe-content/lib/index.mjs +0 -3
  1266. package/esm2020/safe-content/lib/safe-content.module.mjs +0 -19
  1267. package/esm2020/safe-content/lib/safe-html.pipe.mjs +0 -19
  1268. package/esm2020/safe-content/lucca-front-ng-safe-content.mjs +0 -5
  1269. package/esm2020/safe-content/public-api.mjs +0 -5
  1270. package/esm2020/scroll/lib/index.mjs +0 -4
  1271. package/esm2020/scroll/lib/scroll.directive.mjs +0 -77
  1272. package/esm2020/scroll/lib/scroll.model.mjs +0 -2
  1273. package/esm2020/scroll/lib/scroll.module.mjs +0 -16
  1274. package/esm2020/scroll/lucca-front-ng-scroll.mjs +0 -5
  1275. package/esm2020/scroll/public-api.mjs +0 -5
  1276. package/esm2020/select/lib/index.mjs +0 -3
  1277. package/esm2020/select/lib/input/index.mjs +0 -4
  1278. package/esm2020/select/lib/input/select-input.component.mjs +0 -247
  1279. package/esm2020/select/lib/input/select-input.model.mjs +0 -179
  1280. package/esm2020/select/lib/input/select-input.module.mjs +0 -16
  1281. package/esm2020/select/lib/select.module.mjs +0 -16
  1282. package/esm2020/select/lucca-front-ng-select.mjs +0 -5
  1283. package/esm2020/select/public-api.mjs +0 -5
  1284. package/esm2020/sidepanel/lib/index.mjs +0 -4
  1285. package/esm2020/sidepanel/lib/sidepanel.model.mjs +0 -32
  1286. package/esm2020/sidepanel/lib/sidepanel.module.mjs +0 -20
  1287. package/esm2020/sidepanel/lib/sidepanel.service.mjs +0 -25
  1288. package/esm2020/sidepanel/lucca-front-ng-sidepanel.mjs +0 -5
  1289. package/esm2020/sidepanel/public-api.mjs +0 -5
  1290. package/esm2020/simple-select/api/lib/api-v3.directive.mjs +0 -57
  1291. package/esm2020/simple-select/api/lib/api-v4.directive.mjs +0 -50
  1292. package/esm2020/simple-select/api/lib/api.directive.mjs +0 -40
  1293. package/esm2020/simple-select/api/lucca-front-ng-simple-select-api.mjs +0 -5
  1294. package/esm2020/simple-select/api/public-api.mjs +0 -4
  1295. package/esm2020/simple-select/lib/index.mjs +0 -5
  1296. package/esm2020/simple-select/lib/input/index.mjs +0 -2
  1297. package/esm2020/simple-select/lib/input/panel-ref.factory.mjs +0 -90
  1298. package/esm2020/simple-select/lib/input/select-input.component.mjs +0 -225
  1299. package/esm2020/simple-select/lib/input/select-input.models.mjs +0 -60
  1300. package/esm2020/simple-select/lib/option/default-option.component.mjs +0 -21
  1301. package/esm2020/simple-select/lib/option/disabled.directive.mjs +0 -26
  1302. package/esm2020/simple-select/lib/option/displayer.directive.mjs +0 -26
  1303. package/esm2020/simple-select/lib/option/index.mjs +0 -6
  1304. package/esm2020/simple-select/lib/option/option-outlet.directive.mjs +0 -70
  1305. package/esm2020/simple-select/lib/option/option.component.mjs +0 -77
  1306. package/esm2020/simple-select/lib/option/option.directive.mjs +0 -26
  1307. package/esm2020/simple-select/lib/option/option.token.mjs +0 -22
  1308. package/esm2020/simple-select/lib/panel/index.mjs +0 -3
  1309. package/esm2020/simple-select/lib/panel/panel.component.mjs +0 -94
  1310. package/esm2020/simple-select/lib/panel/panel.models.mjs +0 -23
  1311. package/esm2020/simple-select/lib/select.model.mjs +0 -6
  1312. package/esm2020/simple-select/lib/select.translate.mjs +0 -37
  1313. package/esm2020/simple-select/lucca-front-ng-simple-select.mjs +0 -5
  1314. package/esm2020/simple-select/public-api.mjs +0 -5
  1315. package/esm2020/title/lib/index.mjs +0 -6
  1316. package/esm2020/title/lib/title-translate.service.mjs +0 -3
  1317. package/esm2020/title/lib/title.model.mjs +0 -6
  1318. package/esm2020/title/lib/title.module.mjs +0 -20
  1319. package/esm2020/title/lib/title.service.mjs +0 -55
  1320. package/esm2020/title/lib/title.strategy.mjs +0 -63
  1321. package/esm2020/title/lucca-front-ng-title.mjs +0 -5
  1322. package/esm2020/title/public-api.mjs +0 -2
  1323. package/esm2020/toast/lucca-front-ng-toast.mjs +0 -5
  1324. package/esm2020/toast/public-api.mjs +0 -9
  1325. package/esm2020/toast/toasts.component.mjs +0 -59
  1326. package/esm2020/toast/toasts.model.mjs +0 -2
  1327. package/esm2020/toast/toasts.module.mjs +0 -16
  1328. package/esm2020/toast/toasts.service.mjs +0 -37
  1329. package/esm2020/toast/toasts.translate.mjs +0 -16
  1330. package/esm2020/tooltip/lib/animation/index.mjs +0 -2
  1331. package/esm2020/tooltip/lib/animation/tooltip.animation.mjs +0 -16
  1332. package/esm2020/tooltip/lib/index.mjs +0 -5
  1333. package/esm2020/tooltip/lib/panel/index.mjs +0 -3
  1334. package/esm2020/tooltip/lib/panel/tooltip-panel.component.mjs +0 -59
  1335. package/esm2020/tooltip/lib/panel/tooltip-panel.module.mjs +0 -16
  1336. package/esm2020/tooltip/lib/tooltip.module.mjs +0 -17
  1337. package/esm2020/tooltip/lib/trigger/index.mjs +0 -3
  1338. package/esm2020/tooltip/lib/trigger/tooltip-trigger.directive.mjs +0 -181
  1339. package/esm2020/tooltip/lib/trigger/tooltip-trigger.module.mjs +0 -17
  1340. package/esm2020/tooltip/lucca-front-ng-tooltip.mjs +0 -5
  1341. package/esm2020/tooltip/public-api.mjs +0 -5
  1342. package/esm2020/user/lib/display/display-format.model.mjs +0 -25
  1343. package/esm2020/user/lib/display/index.mjs +0 -4
  1344. package/esm2020/user/lib/display/user-display.module.mjs +0 -17
  1345. package/esm2020/user/lib/display/user-display.pipe.mjs +0 -72
  1346. package/esm2020/user/lib/index.mjs +0 -8
  1347. package/esm2020/user/lib/picture/index.mjs +0 -3
  1348. package/esm2020/user/lib/picture/user-picture.component.mjs +0 -68
  1349. package/esm2020/user/lib/picture/user-picture.module.mjs +0 -19
  1350. package/esm2020/user/lib/select/homonyms/index.mjs +0 -4
  1351. package/esm2020/user/lib/select/homonyms/user-homonyms.component.mjs +0 -72
  1352. package/esm2020/user/lib/select/homonyms/user-homonyms.module.mjs +0 -16
  1353. package/esm2020/user/lib/select/homonyms/user-homonyms.service.mjs +0 -53
  1354. package/esm2020/user/lib/select/index.mjs +0 -6
  1355. package/esm2020/user/lib/select/input/index.mjs +0 -4
  1356. package/esm2020/user/lib/select/input/user-select-input.component.mjs +0 -86
  1357. package/esm2020/user/lib/select/input/user-select-input.module.mjs +0 -16
  1358. package/esm2020/user/lib/select/input/user-select-input.translate.mjs +0 -19
  1359. package/esm2020/user/lib/select/me/index.mjs +0 -3
  1360. package/esm2020/user/lib/select/me/me-option.directive.mjs +0 -123
  1361. package/esm2020/user/lib/select/me/me-option.module.mjs +0 -16
  1362. package/esm2020/user/lib/select/searcher/index.mjs +0 -4
  1363. package/esm2020/user/lib/select/searcher/user-searcher.component.mjs +0 -187
  1364. package/esm2020/user/lib/select/searcher/user-searcher.module.mjs +0 -16
  1365. package/esm2020/user/lib/select/searcher/user-searcher.translate.mjs +0 -16
  1366. package/esm2020/user/lib/select/user-select.module.mjs +0 -19
  1367. package/esm2020/user/lib/service/index.mjs +0 -3
  1368. package/esm2020/user/lib/service/user-service.model.mjs +0 -4
  1369. package/esm2020/user/lib/service/user-v3.service.mjs +0 -51
  1370. package/esm2020/user/lib/tile/index.mjs +0 -3
  1371. package/esm2020/user/lib/tile/user-tile.component.mjs +0 -67
  1372. package/esm2020/user/lib/tile/user-tile.module.mjs +0 -20
  1373. package/esm2020/user/lib/user.model.mjs +0 -2
  1374. package/esm2020/user/lib/user.module.mjs +0 -19
  1375. package/esm2020/user/lucca-front-ng-user.mjs +0 -5
  1376. package/esm2020/user/public-api.mjs +0 -5
  1377. package/fesm2015/lucca-front-ng-a11y.mjs +0 -64
  1378. package/fesm2015/lucca-front-ng-a11y.mjs.map +0 -1
  1379. package/fesm2015/lucca-front-ng-animations.mjs +0 -264
  1380. package/fesm2015/lucca-front-ng-animations.mjs.map +0 -1
  1381. package/fesm2015/lucca-front-ng-api.mjs +0 -878
  1382. package/fesm2015/lucca-front-ng-api.mjs.map +0 -1
  1383. package/fesm2015/lucca-front-ng-core.mjs +0 -423
  1384. package/fesm2015/lucca-front-ng-core.mjs.map +0 -1
  1385. package/fesm2015/lucca-front-ng-date.mjs +0 -905
  1386. package/fesm2015/lucca-front-ng-date.mjs.map +0 -1
  1387. package/fesm2015/lucca-front-ng-department.mjs +0 -267
  1388. package/fesm2015/lucca-front-ng-department.mjs.map +0 -1
  1389. package/fesm2015/lucca-front-ng-dropdown.mjs +0 -350
  1390. package/fesm2015/lucca-front-ng-dropdown.mjs.map +0 -1
  1391. package/fesm2015/lucca-front-ng-establishment.mjs +0 -711
  1392. package/fesm2015/lucca-front-ng-establishment.mjs.map +0 -1
  1393. package/fesm2015/lucca-front-ng-formly.mjs +0 -636
  1394. package/fesm2015/lucca-front-ng-formly.mjs.map +0 -1
  1395. package/fesm2015/lucca-front-ng-input.mjs +0 -243
  1396. package/fesm2015/lucca-front-ng-input.mjs.map +0 -1
  1397. package/fesm2015/lucca-front-ng-material.mjs +0 -23
  1398. package/fesm2015/lucca-front-ng-material.mjs.map +0 -1
  1399. package/fesm2015/lucca-front-ng-modal.mjs +0 -289
  1400. package/fesm2015/lucca-front-ng-modal.mjs.map +0 -1
  1401. package/fesm2015/lucca-front-ng-number.mjs +0 -62
  1402. package/fesm2015/lucca-front-ng-number.mjs.map +0 -1
  1403. package/fesm2015/lucca-front-ng-option.mjs +0 -2020
  1404. package/fesm2015/lucca-front-ng-option.mjs.map +0 -1
  1405. package/fesm2015/lucca-front-ng-picker.mjs +0 -15
  1406. package/fesm2015/lucca-front-ng-popover.mjs +0 -1087
  1407. package/fesm2015/lucca-front-ng-popover.mjs.map +0 -1
  1408. package/fesm2015/lucca-front-ng-popup.mjs +0 -223
  1409. package/fesm2015/lucca-front-ng-popup.mjs.map +0 -1
  1410. package/fesm2015/lucca-front-ng-qualification.mjs +0 -121
  1411. package/fesm2015/lucca-front-ng-qualification.mjs.map +0 -1
  1412. package/fesm2015/lucca-front-ng-safe-content.mjs +0 -46
  1413. package/fesm2015/lucca-front-ng-safe-content.mjs.map +0 -1
  1414. package/fesm2015/lucca-front-ng-scroll.mjs +0 -101
  1415. package/fesm2015/lucca-front-ng-scroll.mjs.map +0 -1
  1416. package/fesm2015/lucca-front-ng-select.mjs +0 -462
  1417. package/fesm2015/lucca-front-ng-select.mjs.map +0 -1
  1418. package/fesm2015/lucca-front-ng-sidepanel.mjs +0 -77
  1419. package/fesm2015/lucca-front-ng-sidepanel.mjs.map +0 -1
  1420. package/fesm2015/lucca-front-ng-simple-select-api.mjs +0 -137
  1421. package/fesm2015/lucca-front-ng-simple-select-api.mjs.map +0 -1
  1422. package/fesm2015/lucca-front-ng-simple-select.mjs +0 -767
  1423. package/fesm2015/lucca-front-ng-simple-select.mjs.map +0 -1
  1424. package/fesm2015/lucca-front-ng-title.mjs +0 -144
  1425. package/fesm2015/lucca-front-ng-title.mjs.map +0 -1
  1426. package/fesm2015/lucca-front-ng-toast.mjs +0 -132
  1427. package/fesm2015/lucca-front-ng-toast.mjs.map +0 -1
  1428. package/fesm2015/lucca-front-ng-tooltip.mjs +0 -302
  1429. package/fesm2015/lucca-front-ng-tooltip.mjs.map +0 -1
  1430. package/fesm2015/lucca-front-ng-user.mjs +0 -921
  1431. package/fesm2015/lucca-front-ng-user.mjs.map +0 -1
  1432. package/fesm2015/lucca-front-ng.mjs +0 -6
  1433. package/fesm2020/lucca-front-ng-a11y.mjs +0 -62
  1434. package/fesm2020/lucca-front-ng-a11y.mjs.map +0 -1
  1435. package/fesm2020/lucca-front-ng-animations.mjs +0 -264
  1436. package/fesm2020/lucca-front-ng-api.mjs +0 -870
  1437. package/fesm2020/lucca-front-ng-api.mjs.map +0 -1
  1438. package/fesm2020/lucca-front-ng-core.mjs +0 -419
  1439. package/fesm2020/lucca-front-ng-core.mjs.map +0 -1
  1440. package/fesm2020/lucca-front-ng-date.mjs +0 -903
  1441. package/fesm2020/lucca-front-ng-date.mjs.map +0 -1
  1442. package/fesm2020/lucca-front-ng-department.mjs +0 -263
  1443. package/fesm2020/lucca-front-ng-department.mjs.map +0 -1
  1444. package/fesm2020/lucca-front-ng-dropdown.mjs +0 -350
  1445. package/fesm2020/lucca-front-ng-dropdown.mjs.map +0 -1
  1446. package/fesm2020/lucca-front-ng-establishment.mjs +0 -701
  1447. package/fesm2020/lucca-front-ng-establishment.mjs.map +0 -1
  1448. package/fesm2020/lucca-front-ng-formly.mjs +0 -634
  1449. package/fesm2020/lucca-front-ng-formly.mjs.map +0 -1
  1450. package/fesm2020/lucca-front-ng-input.mjs +0 -243
  1451. package/fesm2020/lucca-front-ng-input.mjs.map +0 -1
  1452. package/fesm2020/lucca-front-ng-material.mjs +0 -23
  1453. package/fesm2020/lucca-front-ng-material.mjs.map +0 -1
  1454. package/fesm2020/lucca-front-ng-modal.mjs +0 -293
  1455. package/fesm2020/lucca-front-ng-modal.mjs.map +0 -1
  1456. package/fesm2020/lucca-front-ng-number.mjs +0 -60
  1457. package/fesm2020/lucca-front-ng-number.mjs.map +0 -1
  1458. package/fesm2020/lucca-front-ng-option.mjs +0 -2004
  1459. package/fesm2020/lucca-front-ng-option.mjs.map +0 -1
  1460. package/fesm2020/lucca-front-ng-picker.mjs +0 -15
  1461. package/fesm2020/lucca-front-ng-picker.mjs.map +0 -1
  1462. package/fesm2020/lucca-front-ng-popover.mjs +0 -1087
  1463. package/fesm2020/lucca-front-ng-popover.mjs.map +0 -1
  1464. package/fesm2020/lucca-front-ng-popup.mjs +0 -223
  1465. package/fesm2020/lucca-front-ng-popup.mjs.map +0 -1
  1466. package/fesm2020/lucca-front-ng-qualification.mjs +0 -121
  1467. package/fesm2020/lucca-front-ng-qualification.mjs.map +0 -1
  1468. package/fesm2020/lucca-front-ng-safe-content.mjs +0 -46
  1469. package/fesm2020/lucca-front-ng-safe-content.mjs.map +0 -1
  1470. package/fesm2020/lucca-front-ng-scroll.mjs +0 -101
  1471. package/fesm2020/lucca-front-ng-scroll.mjs.map +0 -1
  1472. package/fesm2020/lucca-front-ng-select.mjs +0 -462
  1473. package/fesm2020/lucca-front-ng-select.mjs.map +0 -1
  1474. package/fesm2020/lucca-front-ng-sidepanel.mjs +0 -77
  1475. package/fesm2020/lucca-front-ng-sidepanel.mjs.map +0 -1
  1476. package/fesm2020/lucca-front-ng-simple-select-api.mjs +0 -145
  1477. package/fesm2020/lucca-front-ng-simple-select-api.mjs.map +0 -1
  1478. package/fesm2020/lucca-front-ng-simple-select.mjs +0 -761
  1479. package/fesm2020/lucca-front-ng-simple-select.mjs.map +0 -1
  1480. package/fesm2020/lucca-front-ng-title.mjs +0 -139
  1481. package/fesm2020/lucca-front-ng-title.mjs.map +0 -1
  1482. package/fesm2020/lucca-front-ng-toast.mjs +0 -131
  1483. package/fesm2020/lucca-front-ng-toast.mjs.map +0 -1
  1484. package/fesm2020/lucca-front-ng-tooltip.mjs +0 -301
  1485. package/fesm2020/lucca-front-ng-tooltip.mjs.map +0 -1
  1486. package/fesm2020/lucca-front-ng-user.mjs +0 -917
  1487. package/fesm2020/lucca-front-ng-user.mjs.map +0 -1
  1488. package/fesm2020/lucca-front-ng.mjs +0 -6
  1489. package/fesm2020/lucca-front-ng.mjs.map +0 -1
  1490. /package/{fesm2020 → fesm2022}/lucca-front-ng-animations.mjs.map +0 -0
  1491. /package/{fesm2015 → fesm2022}/lucca-front-ng-picker.mjs.map +0 -0
  1492. /package/{fesm2015 → fesm2022}/lucca-front-ng.mjs.map +0 -0
@@ -1 +0,0 @@
1
- {"version":3,"file":"lucca-front-ng-formly.mjs","sources":["../../../packages/ng/formly/src/lib/types/api.ts","../../../packages/ng/formly/src/lib/types/api.html","../../../packages/ng/formly/src/lib/types/establishment.ts","../../../packages/ng/formly/src/lib/types/establishment.html","../../../packages/ng/formly/src/lib/types/checkbox.ts","../../../packages/ng/formly/src/lib/types/checkbox.html","../../../packages/ng/formly/src/lib/types/date.ts","../../../packages/ng/formly/src/lib/types/date.html","../../../packages/ng/formly/src/lib/types/department.ts","../../../packages/ng/formly/src/lib/types/department.html","../../../packages/ng/formly/src/lib/types/input.ts","../../../packages/ng/formly/src/lib/types/input.html","../../../packages/ng/formly/src/lib/types/radios.ts","../../../packages/ng/formly/src/lib/types/radios.html","../../../packages/ng/formly/src/lib/types/select.ts","../../../packages/ng/formly/src/lib/types/select.html","../../../packages/ng/formly/src/lib/types/textarea.ts","../../../packages/ng/formly/src/lib/types/textarea.html","../../../packages/ng/formly/src/lib/types/user.ts","../../../packages/ng/formly/src/lib/types/user.html","../../../packages/ng/formly/src/lib/types/qualification.ts","../../../packages/ng/formly/src/lib/types/qualification.html","../../../packages/ng/formly/src/lib/wrappers/error.ts","../../../packages/ng/formly/src/lib/wrappers/error.html","../../../packages/ng/formly/src/lib/wrappers/helper.ts","../../../packages/ng/formly/src/lib/wrappers/helper.html","../../../packages/ng/formly/src/lib/wrappers/icon.ts","../../../packages/ng/formly/src/lib/wrappers/icon.html","../../../packages/ng/formly/src/lib/wrappers/radiosfield-layout.ts","../../../packages/ng/formly/src/lib/wrappers/radiosfield-layout.html","../../../packages/ng/formly/src/lib/wrappers/suffix.ts","../../../packages/ng/formly/src/lib/wrappers/suffix.html","../../../packages/ng/formly/src/lib/wrappers/textfield-layout.ts","../../../packages/ng/formly/src/lib/wrappers/textfield-layout.html","../../../packages/ng/formly/src/lib/wrappers/checkbox-layout.ts","../../../packages/ng/formly/src/lib/wrappers/checkbox-layout.html","../../../packages/ng/formly/src/lib/formly.config.ts","../../../packages/ng/formly/src/lib/formly.module.ts","../../../packages/ng/formly/src/public-api.ts","../../../packages/ng/formly/src/lucca-front-ng-formly.ts"],"sourcesContent":["import { Component } from '@angular/core';\r\nimport { FormControl } from '@angular/forms';\r\nimport { FieldType } from '@ngx-formly/core';\r\n\r\n@Component({\r\n\tselector: 'lu-formly-field-api',\r\n\tstyleUrls: ['formly-field.common.scss', 'select.scss'],\r\n\ttemplateUrl: './api.html',\r\n\t// changeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\n// eslint-disable-next-line @angular-eslint/component-class-suffix\r\nexport class LuFormlyFieldApi extends FieldType {\r\n\tget _api() {\r\n\t\treturn this.to['api'] as string;\r\n\t}\r\n\tget _filters() {\r\n\t\treturn (this.to['filters'] || []) as string[];\r\n\t}\r\n\tget _orderBy() {\r\n\t\treturn this.to['orderBy'] as string;\r\n\t}\r\n\tget _sort() {\r\n\t\treturn this.to['sort'] as string;\r\n\t}\r\n\tget _standard() {\r\n\t\treturn (this.to['standard'] || 'v3') as 'v3' | 'v4';\r\n\t}\r\n\toverride readonly formControl: FormControl;\r\n\tfocus() {\r\n\t\tthis.to['_isFocused'] = true;\r\n\t}\r\n\tblur() {\r\n\t\tthis.to['_isFocused'] = false;\r\n\t}\r\n}\r\n","<lu-api-select\r\n\tclass=\"textfield-input\"\r\n\t[formControl]=\"formControl\"\r\n\t[formlyAttributes]=\"field\"\r\n\t[multiple]=\"to['multiple']\"\r\n\t(focus)=\"focus()\"\r\n\t(blur)=\"blur()\"\r\n\t[placeholder]=\"to.placeholder\"\r\n\t[api]=\"_api\"\r\n\t[filters]=\"_filters\"\r\n\t[orderBy]=\"_orderBy\"\r\n\t[sort]=\"_sort\"\r\n\t[standard]=\"_standard\"\r\n>\r\n</lu-api-select>\r\n<span [attr.for]=\"id\" class=\"textfield-label\">{{ to.label }}</span>\r\n","import { Component } from '@angular/core';\r\nimport { FormControl } from '@angular/forms';\r\nimport { FieldType } from '@ngx-formly/core';\r\n\r\n@Component({\r\n\tselector: 'lu-formly-field-establishment',\r\n\tstyleUrls: ['formly-field.common.scss', 'select.scss'],\r\n\ttemplateUrl: './establishment.html',\r\n})\r\n// eslint-disable-next-line @angular-eslint/component-class-suffix\r\nexport class LuFormlyFieldEstablishment extends FieldType {\r\n\toverride readonly formControl: FormControl;\r\n\tfocus() {\r\n\t\tthis.to['_isFocused'] = true;\r\n\t}\r\n\tblur() {\r\n\t\tthis.to['_isFocused'] = false;\r\n\t}\r\n}\r\n","<lu-establishment-select\r\n\tclass=\"textfield-input\"\r\n\t[formControl]=\"formControl\"\r\n\t[formlyAttributes]=\"field\"\r\n\t[multiple]=\"to['multiple']\"\r\n\t(focus)=\"focus()\"\r\n\t(blur)=\"blur()\"\r\n\t[placeholder]=\"to.placeholder\"\r\n\t[filters]=\"to['filters']\"\r\n\t[appInstanceId]=\"to['appInstanceId']\"\r\n\t[operations]=\"to['operations']\"\r\n>\r\n</lu-establishment-select>\r\n<span class=\"textfield-label\">{{ to.label }}</span>\r\n","import { Component } from '@angular/core';\r\nimport { FormControl } from '@angular/forms';\r\nimport { FieldType } from '@ngx-formly/core';\r\n\r\n@Component({\r\n\tselector: 'lu-formly-field-checkbox',\r\n\tstyleUrls: ['formly-field.common.scss'],\r\n\ttemplateUrl: './checkbox.html',\r\n\t// changeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\n// eslint-disable-next-line @angular-eslint/component-class-suffix\r\nexport class LuFormlyFieldCheckbox extends FieldType {\r\n\toverride readonly formControl: FormControl;\r\n\tfocus() {\r\n\t\tthis.to['_isFocused'] = true;\r\n\t}\r\n\tblur() {\r\n\t\tthis.to['_isFocused'] = false;\r\n\t}\r\n}\r\n","<label class=\"checkbox\" [ngClass]=\"to['mod']\">\r\n\t<input class=\"checkbox-input\" type=\"checkbox\" [name]=\"to['name']\" [id]=\"id\" [formControl]=\"formControl\" [formlyAttributes]=\"field\" />\r\n\t<span class=\"checkbox-label\">{{to.label}}</span>\r\n</label>\r\n","import { Component } from '@angular/core';\r\nimport { FormControl } from '@angular/forms';\r\nimport { FieldType } from '@ngx-formly/core';\r\n\r\n@Component({\r\n\tselector: 'lu-formly-field-date',\r\n\tstyleUrls: ['formly-field.common.scss', 'select.scss'],\r\n\ttemplateUrl: './date.html',\r\n\t// changeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\n// eslint-disable-next-line @angular-eslint/component-class-suffix\r\nexport class LuFormlyFieldDate extends FieldType {\r\n\toverride readonly formControl: FormControl;\r\n\tfocus() {\r\n\t\tthis.to['_isFocused'] = true;\r\n\t}\r\n\tblur() {\r\n\t\tthis.to['_isFocused'] = false;\r\n\t}\r\n}\r\n","<lu-date-select\r\n\tclass=\"textfield-input\"\r\n\t[formControl]=\"formControl\"\r\n\t[formlyAttributes]=\"field\"\r\n\t(focus)=\"focus()\"\r\n\t(blur)=\"blur()\"\r\n\t[placeholder]=\"to.placeholder\"\r\n\t[min]=\"to.min\"\r\n\t[max]=\"to.max\"\r\n></lu-date-select>\r\n<span class=\"textfield-label\">{{ to.label }}</span>\r\n","import { Component } from '@angular/core';\r\nimport { FormControl } from '@angular/forms';\r\nimport { FieldType } from '@ngx-formly/core';\r\n\r\n@Component({\r\n\tselector: 'lu-formly-field-department',\r\n\tstyleUrls: ['formly-field.common.scss', 'select.scss'],\r\n\ttemplateUrl: './department.html',\r\n\t// changeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\n// eslint-disable-next-line @angular-eslint/component-class-suffix\r\nexport class LuFormlyFieldDepartment extends FieldType {\r\n\toverride readonly formControl: FormControl;\r\n\tfocus() {\r\n\t\tthis.to['_isFocused'] = true;\r\n\t}\r\n\tblur() {\r\n\t\tthis.to['_isFocused'] = false;\r\n\t}\r\n}\r\n","<lu-department-select\r\n\tclass=\"textfield-input\"\r\n\t[formControl]=\"formControl\"\r\n\t[formlyAttributes]=\"field\"\r\n\t[multiple]=\"to['multiple']\"\r\n\t(focus)=\"focus()\"\r\n\t(blur)=\"blur()\"\r\n\t[placeholder]=\"to.placeholder\"\r\n\t[filters]=\"to['filters']\"\r\n\t[appInstanceId]=\"to['appInstanceId']\"\r\n\t[operations]=\"to['operations']\"\r\n>\r\n</lu-department-select>\r\n<span class=\"textfield-label\">{{ to.label }}</span>\r\n","import { Component } from '@angular/core';\r\nimport { FormControl } from '@angular/forms';\r\nimport { FieldType } from '@ngx-formly/core';\r\n@Component({\r\n\tselector: 'lu-formly-field-input',\r\n\tstyleUrls: ['formly-field.common.scss'],\r\n\ttemplateUrl: './input.html',\r\n\t// changeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\n// eslint-disable-next-line @angular-eslint/component-class-suffix\r\nexport class LuFormlyFieldInput extends FieldType {\r\n\tget type() {\r\n\t\treturn this.to.type || 'text';\r\n\t}\r\n\toverride readonly formControl: FormControl;\r\n\tfocus() {\r\n\t\tthis.to['_isFocused'] = true;\r\n\t}\r\n\tblur() {\r\n\t\tthis.to['_isFocused'] = false;\r\n\t}\r\n}\r\n","<ng-template [ngIf]=\"type !== 'number'\" [ngIfElse]=\"numberInput\">\r\n\t<input\r\n\t\t[type]=\"type\"\r\n\t\tclass=\"textfield-input\"\r\n\t\t[name]=\"to['name']\"\r\n\t\t[formControl]=\"formControl\"\r\n\t\t[formlyAttributes]=\"field\"\r\n\t\tluInput\r\n\t\t(focus)=\"focus()\"\r\n\t\t(blur)=\"blur()\"\r\n\t\t[placeholder]=\"to.placeholder\"\r\n\t/>\r\n</ng-template>\r\n<!-- type=\"number\" has to be static in order to have NumberValueAccessor instead of DefaultValueAccessor -->\r\n<ng-template #numberInput>\r\n\t<input\r\n\t\ttype=\"number\"\r\n\t\tclass=\"textfield-input\"\r\n\t\t[name]=\"to['name']\"\r\n\t\t[formControl]=\"formControl\"\r\n\t\t[formlyAttributes]=\"field\"\r\n\t\tluInput\r\n\t\t(focus)=\"focus()\"\r\n\t\t(blur)=\"blur()\"\r\n\t\t[placeholder]=\"to.placeholder\"\r\n\t/>\r\n</ng-template>\r\n<span class=\"textfield-label\">{{ to.label }}</span>\r\n","import { Component } from '@angular/core';\r\nimport { FormControl } from '@angular/forms';\r\nimport { FieldType } from '@ngx-formly/core';\r\n\r\n@Component({\r\n\tselector: 'lu-formly-field-radios',\r\n\tstyleUrls: ['formly-field.common.scss'],\r\n\ttemplateUrl: './radios.html',\r\n\t// changeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\n// eslint-disable-next-line @angular-eslint/component-class-suffix\r\nexport class LuFormlyFieldRadios extends FieldType {\r\n\tget _options() {\r\n\t\treturn (this.to.options || []) as { value: unknown; label: unknown }[];\r\n\t}\r\n\toverride readonly formControl: FormControl;\r\n\tfocus() {\r\n\t\tthis.to['_isFocused'] = true;\r\n\t}\r\n\tblur() {\r\n\t\tthis.to['_isFocused'] = false;\r\n\t}\r\n}\r\n","<legend class=\"radiosfield-label\">{{to.label}}</legend>\r\n<div class=\"radiosfield-input\">\r\n\t<label *ngFor=\"let option of _options, let i = index\" class=\"radio\">\r\n\t\t<input\r\n\t\t\tclass=\"radio-input\"\r\n\t\t\ttype=\"radio\"\r\n\t\t\t[name]=\"to['name']\"\r\n\t\t\t[value]=\"option.value\"\r\n\t\t\t[id]=\"id + '_'+ i\"\r\n\t\t\t[formControl]=\"formControl\"\r\n\t\t\t[formlyAttributes]=\"field\"\r\n\t\t/>\r\n\t\t<span class=\"radio-label\">{{option.label}}</span>\r\n\t</label>\r\n</div>\r\n","import { Component } from '@angular/core';\r\nimport { FormControl } from '@angular/forms';\r\nimport { FieldType } from '@ngx-formly/core';\r\n\r\n@Component({\r\n\tselector: 'lu-formly-field-select',\r\n\tstyleUrls: ['formly-field.common.scss', 'select.scss'],\r\n\ttemplateUrl: './select.html',\r\n\t// changeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\n// eslint-disable-next-line @angular-eslint/component-class-suffix\r\nexport class LuFormlyFieldSelect extends FieldType {\r\n\tget _options() {\r\n\t\treturn (this.to.options || []) as { value: unknown; label: unknown; name: string }[];\r\n\t}\r\n\toverride readonly formControl: FormControl;\r\n\tfocus() {\r\n\t\tthis.to['_isFocused'] = true;\r\n\t}\r\n\tblur() {\r\n\t\tthis.to['_isFocused'] = false;\r\n\t}\r\n}\r\n","<lu-select\r\n\tclass=\"textfield-input\"\r\n\t[formControl]=\"formControl\"\r\n\t[formlyAttributes]=\"field\"\r\n\t(focus)=\"focus()\"\r\n\t(blur)=\"blur()\"\r\n\t[multiple]=\"to['multiple']\"\r\n\t[placeholder]=\"to.placeholder\"\r\n>\r\n\t<ng-container *luDisplayer=\"let option\">\r\n\t\t<span [class.chip]=\"to['multiple']\" [class.mod-unkillable]=\"to['multiple']\">{{ option.name }}</span>\r\n\t</ng-container>\r\n\t<lu-option-picker>\r\n\t\t<lu-option *ngFor=\"let option of _options\" [value]=\"option\"> {{ option.name }} </lu-option>\r\n\t</lu-option-picker>\r\n\t<lu-input-clearer *ngIf=\"!to.required && !to['multiple']\"></lu-input-clearer>\r\n</lu-select>\r\n<span class=\"textfield-label\">{{ to.label }}</span>\r\n","import { Component } from '@angular/core';\r\nimport { FormControl } from '@angular/forms';\r\nimport { FieldType } from '@ngx-formly/core';\r\n\r\n@Component({\r\n\tselector: 'lu-formly-field-input',\r\n\tstyleUrls: ['formly-field.common.scss'],\r\n\ttemplateUrl: './textarea.html',\r\n\t// changeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\n// eslint-disable-next-line @angular-eslint/component-class-suffix\r\nexport class LuFormlyFieldTextarea extends FieldType {\r\n\toverride readonly formControl: FormControl;\r\n\tfocus() {\r\n\t\tthis.to['_isFocused'] = true;\r\n\t}\r\n\tblur() {\r\n\t\tthis.to['_isFocused'] = false;\r\n\t}\r\n}\r\n","<textarea\r\n\tclass=\"textfield-input\"\r\n\t[name]=\"to['name']\"\r\n\t[formControl]=\"formControl\"\r\n\t[formlyAttributes]=\"field\"\r\n\tluInput\r\n\t(focus)=\"focus()\"\r\n\t(blur)=\"blur()\"\r\n\t[placeholder]=\"to.placeholder\"\r\n></textarea>\r\n<span class=\"textfield-label\">{{ to.label }}</span>\r\n","import { Component } from '@angular/core';\r\nimport { FormControl } from '@angular/forms';\r\nimport { FieldType } from '@ngx-formly/core';\r\n\r\n@Component({\r\n\tselector: 'lu-formly-field-user',\r\n\tstyleUrls: ['formly-field.common.scss', 'select.scss'],\r\n\ttemplateUrl: './user.html',\r\n\t// changeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\n// eslint-disable-next-line @angular-eslint/component-class-suffix\r\nexport class LuFormlyFieldUser extends FieldType {\r\n\toverride readonly formControl: FormControl;\r\n\r\n\tfocus() {\r\n\t\tthis.to['_isFocused'] = true;\r\n\t}\r\n\tblur() {\r\n\t\tthis.to['_isFocused'] = false;\r\n\t}\r\n}\r\n","<lu-user-select\r\n\tclass=\"textfield-input\"\r\n\t[formControl]=\"formControl\"\r\n\t[formlyAttributes]=\"field\"\r\n\t[multiple]=\"to['multiple']\"\r\n\t(focus)=\"focus()\"\r\n\t(blur)=\"blur()\"\r\n\t[placeholder]=\"to.placeholder\"\r\n>\r\n</lu-user-select>\r\n<span class=\"textfield-label\">{{ to.label }}</span>\r\n","import { Component } from '@angular/core';\r\nimport { FormControl } from '@angular/forms';\r\nimport { FieldType } from '@ngx-formly/core';\r\n\r\n@Component({\r\n\tselector: 'lu-formly-field-qualification',\r\n\tstyleUrls: ['formly-field.common.scss', 'select.scss'],\r\n\ttemplateUrl: './qualification.html',\r\n})\r\n// eslint-disable-next-line @angular-eslint/component-class-suffix\r\nexport class LuFormlyFieldQualification extends FieldType {\r\n\toverride readonly formControl: FormControl;\r\n\tfocus() {\r\n\t\tthis.to['_isFocused'] = true;\r\n\t}\r\n\tblur() {\r\n\t\tthis.to['_isFocused'] = false;\r\n\t}\r\n}\r\n","<lu-qualification-select\r\n\tclass=\"textfield-input\"\r\n\t[formControl]=\"formControl\"\r\n\t[formlyAttributes]=\"field\"\r\n\t[multiple]=\"to['multiple']\"\r\n\t(focus)=\"focus()\"\r\n\t(blur)=\"blur()\"\r\n\t[placeholder]=\"to.placeholder\"\r\n\t[filters]=\"to['filters']\"\r\n>\r\n</lu-qualification-select>\r\n<span class=\"textfield-label\">{{ to.label }}</span>\r\n","import { ChangeDetectionStrategy, Component, Input, ViewChild, ViewContainerRef } from '@angular/core';\r\nimport { FormControl } from '@angular/forms';\r\nimport { FieldWrapper, FormlyConfig, FormlyFieldConfig } from '@ngx-formly/core';\r\n\r\n// wrapper\r\n@Component({\r\n\tselector: 'lu-formly-wrapper-error',\r\n\tstyleUrls: ['flex-layout.scss'],\r\n\ttemplateUrl: './error.html',\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\n// eslint-disable-next-line @angular-eslint/component-class-suffix\r\nexport class LuFormlyWrapperError extends FieldWrapper {\r\n\t@ViewChild('fieldComponent', { read: ViewContainerRef, static: true })\r\n\toverride fieldComponent: ViewContainerRef;\r\n\r\n\toverride readonly formControl: FormControl;\r\n\r\n\tget validationId() {\r\n\t\treturn this.field.id + '-message';\r\n\t}\r\n}\r\n\r\n// component that display the right error message\r\n@Component({\r\n\tselector: 'lu-formly-error-message',\r\n\ttemplate: `<div class=\"textfield-messages-error\" *ngFor=\"let message of errorMessages\">\r\n\t\t{{ message }}\r\n\t</div>`,\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\n// eslint-disable-next-line @angular-eslint/component-class-suffix\r\nexport class LuFormlyErrorMessage {\r\n\t@Input() fieldForm: FormControl;\r\n\t@Input() field: FormlyFieldConfig;\r\n\r\n\tget errorMessages(): string[] {\r\n\t\tconst messages: string[] = [];\r\n\t\tif (this.fieldForm.errors) {\r\n\t\t\tObject.keys(this.fieldForm.errors).forEach((key) => {\r\n\t\t\t\tif (this.field.validation?.messages?.[key]) {\r\n\t\t\t\t\tmessages.push(this.field.validation.messages[key] as string);\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t}\r\n\t\treturn messages;\r\n\t}\r\n}\r\n\r\n// run to know when to add said wrapper\r\nexport class TemplateError {\r\n\trun(fc: FormlyConfig) {\r\n\t\tfc.templateManipulators.postWrapper.push((field: FormlyFieldConfig) => {\r\n\t\t\tif (field && field.validation) {\r\n\t\t\t\treturn 'error';\r\n\t\t\t}\r\n\t\t\treturn '';\r\n\t\t});\r\n\t}\r\n}\r\n","<ng-container #fieldComponent></ng-container>\r\n<div class=\"textfield-messages\" *ngIf=\"formControl.touched && formControl.invalid\" [id]=\"validationId\">\r\n\t<lu-formly-error-message [fieldForm]=\"formControl\" [field]=\"field\"></lu-formly-error-message>\r\n</div>\r\n","import { ChangeDetectionStrategy, Component, ViewChild, ViewContainerRef } from '@angular/core';\r\nimport { FieldWrapper, FormlyConfig, FormlyFieldConfig } from '@ngx-formly/core';\r\n\r\n// wrapper component\r\n@Component({\r\n\tselector: 'lu-formly-wrapper-helper',\r\n\tstyleUrls: ['flex-layout.scss'],\r\n\ttemplateUrl: './helper.html',\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\n// eslint-disable-next-line @angular-eslint/component-class-suffix\r\nexport class LuFormlyWrapperHelper extends FieldWrapper {\r\n\t@ViewChild('fieldComponent', { read: ViewContainerRef, static: true })\r\n\toverride fieldComponent: ViewContainerRef;\r\n}\r\n// run to know when to add said wrapper\r\nexport class TemplateHelper {\r\n\trun(fc: FormlyConfig) {\r\n\t\tfc.templateManipulators.postWrapper.push((field: FormlyFieldConfig) => {\r\n\t\t\tif (field && field.templateOptions && field.templateOptions['helper']) {\r\n\t\t\t\treturn 'helper';\r\n\t\t\t}\r\n\t\t\treturn '';\r\n\t\t});\r\n\t}\r\n}\r\n","<ng-container #fieldComponent></ng-container>\r\n<div class=\"textfield-messages mod-helper\">\r\n\t<div class=\"textfield-messages-helper\">{{ to['helper'] }}</div>\r\n</div>\r\n","import { ChangeDetectionStrategy, Component, ViewChild, ViewContainerRef } from '@angular/core';\r\nimport { FieldWrapper, FormlyConfig, FormlyFieldConfig } from '@ngx-formly/core';\r\n\r\n// wrapper component\r\n@Component({\r\n\tselector: 'lu-formly-wrapper-suffix',\r\n\tstyleUrls: ['flex-layout.scss', 'suffixes.common.scss'],\r\n\ttemplateUrl: './icon.html',\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\n// eslint-disable-next-line @angular-eslint/component-class-suffix\r\nexport class LuFormlyWrapperIcon extends FieldWrapper {\r\n\t@ViewChild('fieldComponent', { read: ViewContainerRef, static: true })\r\n\toverride fieldComponent: ViewContainerRef;\r\n}\r\n// run to know when to add said wrapper\r\nexport class TemplateIcon {\r\n\trun(fc: FormlyConfig) {\r\n\t\tfc.templateManipulators.postWrapper.push((field: FormlyFieldConfig) => {\r\n\t\t\t// if (field && field.type === 'date') {\r\n\t\t\t// \tfield.templateOptions.icon = 'calendar';\r\n\t\t\t// \treturn 'icon';\r\n\t\t\t// }\r\n\t\t\t// if (field && field.type === 'api') {\r\n\t\t\t// \tfield.templateOptions.icon = 'search';\r\n\t\t\t// \treturn 'icon';\r\n\t\t\t// }\r\n\t\t\tif (field && field.templateOptions && field.templateOptions['icon']) {\r\n\t\t\t\treturn 'icon';\r\n\t\t\t}\r\n\t\t\treturn '';\r\n\t\t});\r\n\t}\r\n}\r\n","<ng-container #fieldComponent></ng-container>\r\n<span aria-hidden=\"true\" class=\"textfield-suffix mod-icon lucca-icon\">{{ to['icon'] }}</span>\r\n","import { ChangeDetectionStrategy, Component, ViewChild, ViewContainerRef } from '@angular/core';\r\nimport { FieldWrapper } from '@ngx-formly/core';\r\n\r\n// wrapper component\r\n@Component({\r\n\tselector: 'lu-formly-wrapper-radiosfield-layout',\r\n\tstyleUrls: ['flex-layout.scss'],\r\n\ttemplateUrl: './radiosfield-layout.html',\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\n// eslint-disable-next-line @angular-eslint/component-class-suffix\r\nexport class LuFormlyWrapperRadiosfieldLayout extends FieldWrapper {\r\n\t@ViewChild('fieldComponent', { read: ViewContainerRef, static: true })\r\n\toverride fieldComponent: ViewContainerRef;\r\n\r\n\tget mod() {\r\n\t\treturn (this.to['mod'] || '') as string;\r\n\t}\r\n\r\n\tget isRequired() {\r\n\t\treturn !!this.to && !!this.to.required ? 'is-required' : '';\r\n\t}\r\n\r\n\tget isFocused() {\r\n\t\treturn !!this.to && this.to['_isFocused'] ? 'is-focused' : '';\r\n\t}\r\n\r\n\tget isError() {\r\n\t\treturn this.formControl.invalid && this.formControl.touched ? 'is-error' : '';\r\n\t}\r\n}\r\n","<div class=\"fieldsetWrapper\">\r\n\t<fieldset class=\"radiosfield\" [ngClass]=\"[mod, isRequired, isFocused, isError]\">\r\n\t\t<ng-container #fieldComponent></ng-container>\r\n\t</fieldset>\r\n</div>\r\n","import { ChangeDetectionStrategy, Component, ViewChild, ViewContainerRef } from '@angular/core';\r\nimport { FieldWrapper, FormlyConfig, FormlyFieldConfig } from '@ngx-formly/core';\r\n\r\n// wrapper component\r\n@Component({\r\n\tselector: 'lu-formly-wrapper-suffix',\r\n\tstyleUrls: ['flex-layout.scss', 'suffixes.common.scss'],\r\n\ttemplateUrl: './suffix.html',\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\n// eslint-disable-next-line @angular-eslint/component-class-suffix\r\nexport class LuFormlyWrapperSuffix extends FieldWrapper {\r\n\t@ViewChild('fieldComponent', { read: ViewContainerRef, static: true })\r\n\toverride fieldComponent: ViewContainerRef;\r\n}\r\n// run to know when to add said wrapper\r\nexport class TemplateSuffix {\r\n\trun(fc: FormlyConfig) {\r\n\t\tfc.templateManipulators.postWrapper.push((field: FormlyFieldConfig) => {\r\n\t\t\tif (field?.templateOptions?.['suffix'] && !field?.templateOptions?.['icon']) {\r\n\t\t\t\treturn 'suffix';\r\n\t\t\t}\r\n\t\t\treturn '';\r\n\t\t});\r\n\t}\r\n}\r\n","<ng-container #fieldComponent></ng-container>\r\n<span class=\"textfield-suffix\">{{ to['suffix'] }}</span>\r\n","import { ChangeDetectionStrategy, Component, ViewChild, ViewContainerRef } from '@angular/core';\r\nimport { FieldWrapper } from '@ngx-formly/core';\r\n\r\n// wrapper component\r\n@Component({\r\n\tselector: 'lu-formly-wrapper-layout',\r\n\tstyleUrls: ['flex-layout.scss'],\r\n\ttemplateUrl: './textfield-layout.html',\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\n// eslint-disable-next-line @angular-eslint/component-class-suffix\r\nexport class LuFormlyWrapperTextfieldLayout extends FieldWrapper {\r\n\t@ViewChild('fieldComponent', { read: ViewContainerRef, static: true })\r\n\toverride fieldComponent: ViewContainerRef;\r\n\r\n\tget mod() {\r\n\t\treturn (this.to['mod'] || '') as string;\r\n\t}\r\n\r\n\tget modMultiline() {\r\n\t\treturn !!this.field && this.field.type === 'textarea' ? 'mod-multiline' : '';\r\n\t}\r\n\r\n\tget modWithSuffix() {\r\n\t\treturn !!this.to && !!this.to['suffix'] ? 'mod-withSuffix' : '';\r\n\t}\r\n\r\n\tget isRequired() {\r\n\t\treturn !!this.to && !!this.to.required ? 'is-required' : '';\r\n\t}\r\n\r\n\tget isDisabled() {\r\n\t\treturn !!this.to && !!this.to.disabled ? 'is-disabled' : '';\r\n\t}\r\n\r\n\tget isFocused() {\r\n\t\treturn !!this.to && this.to['_isFocused'] ? 'is-focused' : '';\r\n\t}\r\n\r\n\tget isError() {\r\n\t\treturn this.formControl.invalid && this.formControl.touched ? 'is-error' : '';\r\n\t}\r\n}\r\n","<label class=\"textfield\" [ngClass]=\"[mod, modWithSuffix, modMultiline, isRequired, isFocused, isError, isDisabled]\">\r\n\t<ng-container #fieldComponent></ng-container>\r\n</label>\r\n","import { ChangeDetectionStrategy, Component, ViewChild, ViewContainerRef } from '@angular/core';\r\nimport { FieldWrapper } from '@ngx-formly/core';\r\n\r\n// wrapper component\r\n@Component({\r\n\tselector: 'lu-formly-wrapper-checkbox-layout',\r\n\tstyleUrls: ['flex-layout.scss'],\r\n\ttemplateUrl: './checkbox-layout.html',\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\n// eslint-disable-next-line @angular-eslint/component-class-suffix\r\nexport class LuFormlyWrapperCheckboxLayout extends FieldWrapper {\r\n\t@ViewChild('fieldComponent', { read: ViewContainerRef, static: true })\r\n\toverride fieldComponent: ViewContainerRef;\r\n\r\n\tget mod() {\r\n\t\treturn (this.to['mod'] || '') as string;\r\n\t}\r\n\r\n\tget isRequired() {\r\n\t\treturn !!this.to && !!this.to.required ? 'is-required' : '';\r\n\t}\r\n\r\n\tget isFocused() {\r\n\t\treturn !!this.to && this.to['_isFocused'] ? 'is-focused' : '';\r\n\t}\r\n\r\n\tget isError() {\r\n\t\treturn this.formControl.invalid && this.formControl.touched ? 'is-error' : '';\r\n\t}\r\n}\r\n","<div class=\"fieldsetWrapper\">\r\n\t<fieldset class=\"checkboxesfield\" [ngClass]=\"[mod, isRequired, isFocused, isError]\">\r\n\t\t<ng-container #fieldComponent></ng-container>\r\n\t</fieldset>\r\n</div>\r\n","import { ConfigOption } from '@ngx-formly/core';\r\n// inputs\r\nimport {\r\n\tLuFormlyFieldApi,\r\n\tLuFormlyFieldCheckbox,\r\n\tLuFormlyFieldDate,\r\n\tLuFormlyFieldDepartment,\r\n\tLuFormlyFieldEstablishment,\r\n\tLuFormlyFieldInput,\r\n\tLuFormlyFieldQualification,\r\n\tLuFormlyFieldRadios,\r\n\tLuFormlyFieldSelect,\r\n\tLuFormlyFieldTextarea,\r\n\tLuFormlyFieldUser,\r\n} from './types/index';\r\n// wrappers\r\nimport {\r\n\tLuFormlyWrapperCheckboxLayout,\r\n\tLuFormlyWrapperError,\r\n\tLuFormlyWrapperHelper,\r\n\tLuFormlyWrapperIcon,\r\n\t// LuFormlyErrorMessage,\r\n\tLuFormlyWrapperRadiosfieldLayout,\r\n\tLuFormlyWrapperSuffix,\r\n\tLuFormlyWrapperTextfieldLayout,\r\n\tTemplateError,\r\n\tTemplateHelper,\r\n\tTemplateIcon,\r\n\tTemplateSuffix,\r\n} from './wrappers/index';\r\n\r\nexport const LU_FORMLY_CONFIG: ConfigOption = {\r\n\ttypes: [\r\n\t\t{\r\n\t\t\tname: 'input',\r\n\t\t\tcomponent: LuFormlyFieldInput,\r\n\t\t\twrappers: ['textfield-layout'],\r\n\t\t},\r\n\t\t{\r\n\t\t\tname: 'radio',\r\n\t\t\tcomponent: LuFormlyFieldRadios,\r\n\t\t\twrappers: ['radiosfield-layout'],\r\n\t\t},\r\n\t\t{\r\n\t\t\tname: 'checkbox',\r\n\t\t\tcomponent: LuFormlyFieldCheckbox,\r\n\t\t\twrappers: ['checkbox-layout'],\r\n\t\t},\r\n\t\t{\r\n\t\t\tname: 'date',\r\n\t\t\tcomponent: LuFormlyFieldDate,\r\n\t\t\twrappers: ['textfield-layout'],\r\n\t\t},\r\n\t\t{\r\n\t\t\tname: 'textarea',\r\n\t\t\tcomponent: LuFormlyFieldTextarea,\r\n\t\t\twrappers: ['textfield-layout'],\r\n\t\t},\r\n\t\t{\r\n\t\t\tname: 'select',\r\n\t\t\tcomponent: LuFormlyFieldSelect,\r\n\t\t\twrappers: ['textfield-layout'],\r\n\t\t},\r\n\t\t{\r\n\t\t\tname: 'user',\r\n\t\t\tcomponent: LuFormlyFieldUser,\r\n\t\t\twrappers: ['textfield-layout'],\r\n\t\t},\r\n\t\t{\r\n\t\t\tname: 'api',\r\n\t\t\tcomponent: LuFormlyFieldApi,\r\n\t\t\twrappers: ['textfield-layout'],\r\n\t\t},\r\n\t\t{\r\n\t\t\tname: 'department',\r\n\t\t\tcomponent: LuFormlyFieldDepartment,\r\n\t\t\twrappers: ['textfield-layout'],\r\n\t\t},\r\n\t\t{\r\n\t\t\tname: 'establishment',\r\n\t\t\tcomponent: LuFormlyFieldEstablishment,\r\n\t\t\twrappers: ['textfield-layout'],\r\n\t\t},\r\n\t\t{\r\n\t\t\tname: 'qualification',\r\n\t\t\tcomponent: LuFormlyFieldQualification,\r\n\t\t\twrappers: ['textfield-layout'],\r\n\t\t},\r\n\t],\r\n\twrappers: [\r\n\t\t{ name: 'helper', component: LuFormlyWrapperHelper },\r\n\t\t{ name: 'checkbox-layout', component: LuFormlyWrapperCheckboxLayout },\r\n\t\t{ name: 'radiosfield-layout', component: LuFormlyWrapperRadiosfieldLayout },\r\n\t\t{ name: 'textfield-layout', component: LuFormlyWrapperTextfieldLayout },\r\n\t\t{ name: 'suffix', component: LuFormlyWrapperSuffix },\r\n\t\t{ name: 'icon', component: LuFormlyWrapperIcon },\r\n\t\t{ name: 'error', component: LuFormlyWrapperError },\r\n\t],\r\n\tmanipulators: [\r\n\t\t{ class: TemplateError, method: 'run' }, // fifth\r\n\t\t{ class: TemplateHelper, method: 'run' }, // fourth\r\n\t\t{ class: TemplateSuffix, method: 'run' }, // third\r\n\t\t{ class: TemplateIcon, method: 'run' }, // second\r\n\t],\r\n};\r\n","import { CommonModule } from '@angular/common';\r\nimport { NgModule } from '@angular/core';\r\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\r\nimport { LuApiModule } from '@lucca-front/ng/api';\r\nimport { LuDateModule } from '@lucca-front/ng/date';\r\nimport { LuDepartmentModule } from '@lucca-front/ng/department';\r\nimport { LuEstablishmentModule } from '@lucca-front/ng/establishment';\r\nimport { LuInputModule } from '@lucca-front/ng/input';\r\nimport { LuOptionModule } from '@lucca-front/ng/option';\r\nimport { LuQualificationModule } from '@lucca-front/ng/qualification';\r\nimport { LuSelectModule } from '@lucca-front/ng/select';\r\nimport { LuUserModule } from '@lucca-front/ng/user';\r\nimport { FormlyModule } from '@ngx-formly/core';\r\nimport { LU_FORMLY_CONFIG } from './formly.config';\r\nimport {\r\n\tLuFormlyFieldApi,\r\n\tLuFormlyFieldCheckbox,\r\n\tLuFormlyFieldDate,\r\n\tLuFormlyFieldDepartment,\r\n\tLuFormlyFieldEstablishment,\r\n\tLuFormlyFieldInput,\r\n\tLuFormlyFieldRadios,\r\n\tLuFormlyFieldSelect,\r\n\tLuFormlyFieldTextarea,\r\n\tLuFormlyFieldUser,\r\n\tLuFormlyFieldQualification,\r\n} from './types/index';\r\nimport {\r\n\tLuFormlyErrorMessage,\r\n\tLuFormlyWrapperCheckboxLayout,\r\n\tLuFormlyWrapperError,\r\n\tLuFormlyWrapperHelper,\r\n\tLuFormlyWrapperIcon,\r\n\tLuFormlyWrapperRadiosfieldLayout,\r\n\tLuFormlyWrapperSuffix,\r\n\tLuFormlyWrapperTextfieldLayout,\r\n} from './wrappers/index';\r\n\r\n/** HACK to avoid a 'Function calls are not supported in decorators' error */\r\nexport const LuFormlyChild = FormlyModule.forChild(LU_FORMLY_CONFIG);\r\n\r\n@NgModule({\r\n\tdeclarations: [\r\n\t\tLuFormlyErrorMessage,\r\n\r\n\t\tLuFormlyFieldInput,\r\n\t\tLuFormlyFieldDate,\r\n\t\tLuFormlyFieldTextarea,\r\n\t\tLuFormlyFieldSelect,\r\n\t\tLuFormlyFieldUser,\r\n\t\tLuFormlyFieldApi,\r\n\t\tLuFormlyFieldDepartment,\r\n\t\tLuFormlyFieldEstablishment,\r\n\t\tLuFormlyFieldQualification,\r\n\t\tLuFormlyFieldRadios,\r\n\t\tLuFormlyFieldCheckbox,\r\n\r\n\t\tLuFormlyWrapperHelper,\r\n\t\tLuFormlyWrapperCheckboxLayout,\r\n\t\tLuFormlyWrapperTextfieldLayout,\r\n\t\tLuFormlyWrapperRadiosfieldLayout,\r\n\t\tLuFormlyWrapperSuffix,\r\n\t\tLuFormlyWrapperIcon,\r\n\t\tLuFormlyWrapperError,\r\n\t],\r\n\timports: [\r\n\t\tCommonModule,\r\n\t\tFormsModule,\r\n\t\tReactiveFormsModule,\r\n\r\n\t\tLuSelectModule,\r\n\t\tLuOptionModule,\r\n\t\tLuUserModule,\r\n\t\tLuInputModule,\r\n\t\tLuApiModule,\r\n\t\tLuDepartmentModule,\r\n\t\tLuEstablishmentModule,\r\n\t\tLuQualificationModule,\r\n\t\tLuDateModule,\r\n\r\n\t\tLuFormlyChild,\r\n\t],\r\n})\r\nexport class LuFormlyModule {}\r\n","/*\r\n * Public API Surface of formly\r\n */\r\n\r\nexport * from './lib/index';\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["i2","i1","i3","i4","i6"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAUA;AACM,MAAO,gBAAiB,SAAQ,SAAS,CAAA;AAC9C,IAAA,IAAI,IAAI,GAAA;AACP,QAAA,OAAO,IAAI,CAAC,EAAE,CAAC,KAAK,CAAW,CAAC;KAChC;AACD,IAAA,IAAI,QAAQ,GAAA;QACX,QAAQ,IAAI,CAAC,EAAE,CAAC,SAAS,CAAC,IAAI,EAAE,EAAc;KAC9C;AACD,IAAA,IAAI,QAAQ,GAAA;AACX,QAAA,OAAO,IAAI,CAAC,EAAE,CAAC,SAAS,CAAW,CAAC;KACpC;AACD,IAAA,IAAI,KAAK,GAAA;AACR,QAAA,OAAO,IAAI,CAAC,EAAE,CAAC,MAAM,CAAW,CAAC;KACjC;AACD,IAAA,IAAI,SAAS,GAAA;QACZ,QAAQ,IAAI,CAAC,EAAE,CAAC,UAAU,CAAC,IAAI,IAAI,EAAiB;KACpD;IAED,KAAK,GAAA;AACJ,QAAA,IAAI,CAAC,EAAE,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC;KAC7B;IACD,IAAI,GAAA;AACH,QAAA,IAAI,CAAC,EAAE,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC;KAC9B;;6GAtBW,gBAAgB,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAhB,gBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,gBAAgB,kFCX7B,qdAgBA,EAAA,MAAA,EAAA,CAAA,gFAAA,EAAA,4RAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,eAAA,EAAA,QAAA,EAAA,2CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,oBAAA,EAAA,QAAA,EAAA,eAAA,EAAA,MAAA,EAAA,CAAA,aAAA,EAAA,UAAA,EAAA,SAAA,CAAA,EAAA,OAAA,EAAA,CAAA,eAAA,CAAA,EAAA,QAAA,EAAA,CAAA,QAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,yBAAA,EAAA,QAAA,EAAA,eAAA,EAAA,MAAA,EAAA,CAAA,UAAA,EAAA,KAAA,EAAA,QAAA,EAAA,SAAA,EAAA,SAAA,EAAA,MAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,CAAA,kBAAA,EAAA,IAAA,CAAA,EAAA,CAAA,EAAA,CAAA,CAAA;2FDLa,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAP5B,SAAS;+BACC,qBAAqB,EAAA,QAAA,EAAA,qdAAA,EAAA,MAAA,EAAA,CAAA,gFAAA,EAAA,4RAAA,CAAA,EAAA,CAAA;;;AEIhC;AACM,MAAO,0BAA2B,SAAQ,SAAS,CAAA;IAExD,KAAK,GAAA;AACJ,QAAA,IAAI,CAAC,EAAE,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC;KAC7B;IACD,IAAI,GAAA;AACH,QAAA,IAAI,CAAC,EAAE,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC;KAC9B;;uHAPW,0BAA0B,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAA1B,0BAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,0BAA0B,4FCVvC,4cAcA,EAAA,MAAA,EAAA,CAAA,gFAAA,EAAA,4RAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,eAAA,EAAA,QAAA,EAAA,2CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,oBAAA,EAAA,QAAA,EAAA,eAAA,EAAA,MAAA,EAAA,CAAA,aAAA,EAAA,UAAA,EAAA,SAAA,CAAA,EAAA,OAAA,EAAA,CAAA,eAAA,CAAA,EAAA,QAAA,EAAA,CAAA,QAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,IAAA,CAAA,mCAAA,EAAA,QAAA,EAAA,yBAAA,EAAA,MAAA,EAAA,CAAA,SAAA,EAAA,eAAA,EAAA,YAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,CAAA,kBAAA,EAAA,IAAA,CAAA,EAAA,CAAA,EAAA,CAAA,CAAA;2FDJa,0BAA0B,EAAA,UAAA,EAAA,CAAA;kBANtC,SAAS;+BACC,+BAA+B,EAAA,QAAA,EAAA,4cAAA,EAAA,MAAA,EAAA,CAAA,gFAAA,EAAA,4RAAA,CAAA,EAAA,CAAA;;;AEK1C;AACM,MAAO,qBAAsB,SAAQ,SAAS,CAAA;IAEnD,KAAK,GAAA;AACJ,QAAA,IAAI,CAAC,EAAE,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC;KAC7B;IACD,IAAI,GAAA;AACH,QAAA,IAAI,CAAC,EAAE,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC;KAC9B;;kHAPW,qBAAqB,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAArB,qBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,qBAAqB,uFCXlC,mRAIA,EAAA,MAAA,EAAA,CAAA,gFAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAC,IAAA,CAAA,OAAA,EAAA,QAAA,EAAA,WAAA,EAAA,MAAA,EAAA,CAAA,OAAA,EAAA,SAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAD,EAAA,CAAA,4BAAA,EAAA,QAAA,EAAA,uGAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,EAAA,CAAA,eAAA,EAAA,QAAA,EAAA,2CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,EAAA,CAAA,oBAAA,EAAA,QAAA,EAAA,eAAA,EAAA,MAAA,EAAA,CAAA,aAAA,EAAA,UAAA,EAAA,SAAA,CAAA,EAAA,OAAA,EAAA,CAAA,eAAA,CAAA,EAAA,QAAA,EAAA,CAAA,QAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,CAAA,kBAAA,EAAA,IAAA,CAAA,EAAA,CAAA,EAAA,CAAA,CAAA;2FDOa,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBAPjC,SAAS;+BACC,0BAA0B,EAAA,QAAA,EAAA,mRAAA,EAAA,MAAA,EAAA,CAAA,gFAAA,CAAA,EAAA,CAAA;;;AEKrC;AACM,MAAO,iBAAkB,SAAQ,SAAS,CAAA;IAE/C,KAAK,GAAA;AACJ,QAAA,IAAI,CAAC,EAAE,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC;KAC7B;IACD,IAAI,GAAA;AACH,QAAA,IAAI,CAAC,EAAE,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC;KAC9B;;8GAPW,iBAAiB,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAjB,iBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,iBAAiB,mFCX9B,0UAWA,EAAA,MAAA,EAAA,CAAA,gFAAA,EAAA,4RAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,eAAA,EAAA,QAAA,EAAA,2CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,oBAAA,EAAA,QAAA,EAAA,eAAA,EAAA,MAAA,EAAA,CAAA,aAAA,EAAA,UAAA,EAAA,SAAA,CAAA,EAAA,OAAA,EAAA,CAAA,eAAA,CAAA,EAAA,QAAA,EAAA,CAAA,QAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,IAAA,CAAA,0BAAA,EAAA,QAAA,EAAA,gBAAA,EAAA,MAAA,EAAA,CAAA,KAAA,EAAA,KAAA,EAAA,aAAA,EAAA,aAAA,EAAA,aAAA,EAAA,SAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,CAAA,kBAAA,EAAA,IAAA,CAAA,EAAA,CAAA,EAAA,CAAA,CAAA;2FDAa,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAP7B,SAAS;+BACC,sBAAsB,EAAA,QAAA,EAAA,0UAAA,EAAA,MAAA,EAAA,CAAA,gFAAA,EAAA,4RAAA,CAAA,EAAA,CAAA;;;AEKjC;AACM,MAAO,uBAAwB,SAAQ,SAAS,CAAA;IAErD,KAAK,GAAA;AACJ,QAAA,IAAI,CAAC,EAAE,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC;KAC7B;IACD,IAAI,GAAA;AACH,QAAA,IAAI,CAAC,EAAE,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC;KAC9B;;oHAPW,uBAAuB,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAvB,uBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,uBAAuB,yFCXpC,scAcA,EAAA,MAAA,EAAA,CAAA,gFAAA,EAAA,4RAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,eAAA,EAAA,QAAA,EAAA,2CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,oBAAA,EAAA,QAAA,EAAA,eAAA,EAAA,MAAA,EAAA,CAAA,aAAA,EAAA,UAAA,EAAA,SAAA,CAAA,EAAA,OAAA,EAAA,CAAA,eAAA,CAAA,EAAA,QAAA,EAAA,CAAA,QAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,IAAA,CAAA,gCAAA,EAAA,QAAA,EAAA,sBAAA,EAAA,MAAA,EAAA,CAAA,eAAA,EAAA,YAAA,EAAA,SAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,CAAA,kBAAA,EAAA,IAAA,CAAA,EAAA,CAAA,EAAA,CAAA,CAAA;2FDHa,uBAAuB,EAAA,UAAA,EAAA,CAAA;kBAPnC,SAAS;+BACC,4BAA4B,EAAA,QAAA,EAAA,scAAA,EAAA,MAAA,EAAA,CAAA,gFAAA,EAAA,4RAAA,CAAA,EAAA,CAAA;;;AEIvC;AACM,MAAO,kBAAmB,SAAQ,SAAS,CAAA;AAChD,IAAA,IAAI,IAAI,GAAA;AACP,QAAA,OAAO,IAAI,CAAC,EAAE,CAAC,IAAI,IAAI,MAAM,CAAC;KAC9B;IAED,KAAK,GAAA;AACJ,QAAA,IAAI,CAAC,EAAE,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC;KAC7B;IACD,IAAI,GAAA;AACH,QAAA,IAAI,CAAC,EAAE,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC;KAC9B;;+GAVW,kBAAkB,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAlB,kBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,kBAAkB,oFCV/B,k3BA4BA,EAAA,MAAA,EAAA,CAAA,gFAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAC,IAAA,CAAA,IAAA,EAAA,QAAA,EAAA,QAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,UAAA,EAAA,UAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAD,EAAA,CAAA,oBAAA,EAAA,QAAA,EAAA,8MAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,EAAA,CAAA,mBAAA,EAAA,QAAA,EAAA,iGAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,EAAA,CAAA,eAAA,EAAA,QAAA,EAAA,2CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,EAAA,CAAA,oBAAA,EAAA,QAAA,EAAA,eAAA,EAAA,MAAA,EAAA,CAAA,aAAA,EAAA,UAAA,EAAA,SAAA,CAAA,EAAA,OAAA,EAAA,CAAA,eAAA,CAAA,EAAA,QAAA,EAAA,CAAA,QAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAE,EAAA,CAAA,gBAAA,EAAA,QAAA,EAAA,WAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAC,EAAA,CAAA,gBAAA,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,CAAA,kBAAA,EAAA,IAAA,CAAA,EAAA,CAAA,EAAA,CAAA,CAAA;2FDlBa,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAP9B,SAAS;+BACC,uBAAuB,EAAA,QAAA,EAAA,k3BAAA,EAAA,MAAA,EAAA,CAAA,gFAAA,CAAA,EAAA,CAAA;;;AEMlC;AACM,MAAO,mBAAoB,SAAQ,SAAS,CAAA;AACjD,IAAA,IAAI,QAAQ,GAAA;QACX,QAAQ,IAAI,CAAC,EAAE,CAAC,OAAO,IAAI,EAAE,EAA0C;KACvE;IAED,KAAK,GAAA;AACJ,QAAA,IAAI,CAAC,EAAE,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC;KAC7B;IACD,IAAI,GAAA;AACH,QAAA,IAAI,CAAC,EAAE,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC;KAC9B;;gHAVW,mBAAmB,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAnB,mBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,mBAAmB,qFCXhC,ggBAeA,EAAA,MAAA,EAAA,CAAA,gFAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAF,IAAA,CAAA,OAAA,EAAA,QAAA,EAAA,kBAAA,EAAA,MAAA,EAAA,CAAA,SAAA,EAAA,cAAA,EAAA,eAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAD,EAAA,CAAA,oBAAA,EAAA,QAAA,EAAA,8MAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,EAAA,CAAA,yBAAA,EAAA,QAAA,EAAA,8FAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,iBAAA,EAAA,OAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,EAAA,CAAA,eAAA,EAAA,QAAA,EAAA,2CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,EAAA,CAAA,oBAAA,EAAA,QAAA,EAAA,eAAA,EAAA,MAAA,EAAA,CAAA,aAAA,EAAA,UAAA,EAAA,SAAA,CAAA,EAAA,OAAA,EAAA,CAAA,eAAA,CAAA,EAAA,QAAA,EAAA,CAAA,QAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,CAAA,kBAAA,EAAA,IAAA,CAAA,EAAA,CAAA,EAAA,CAAA,CAAA;2FDJa,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAP/B,SAAS;+BACC,wBAAwB,EAAA,QAAA,EAAA,ggBAAA,EAAA,MAAA,EAAA,CAAA,gFAAA,CAAA,EAAA,CAAA;;;AEKnC;AACM,MAAO,mBAAoB,SAAQ,SAAS,CAAA;AACjD,IAAA,IAAI,QAAQ,GAAA;QACX,QAAQ,IAAI,CAAC,EAAE,CAAC,OAAO,IAAI,EAAE,EAAwD;KACrF;IAED,KAAK,GAAA;AACJ,QAAA,IAAI,CAAC,EAAE,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC;KAC7B;IACD,IAAI,GAAA;AACH,QAAA,IAAI,CAAC,EAAE,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC;KAC9B;;gHAVW,mBAAmB,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAnB,mBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,mBAAmB,qFCXhC,6tBAkBA,EAAA,MAAA,EAAA,CAAA,gFAAA,EAAA,4RAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAC,IAAA,CAAA,OAAA,EAAA,QAAA,EAAA,kBAAA,EAAA,MAAA,EAAA,CAAA,SAAA,EAAA,cAAA,EAAA,eAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,IAAA,CAAA,IAAA,EAAA,QAAA,EAAA,QAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,UAAA,EAAA,UAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAD,EAAA,CAAA,eAAA,EAAA,QAAA,EAAA,2CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,EAAA,CAAA,oBAAA,EAAA,QAAA,EAAA,eAAA,EAAA,MAAA,EAAA,CAAA,aAAA,EAAA,UAAA,EAAA,SAAA,CAAA,EAAA,OAAA,EAAA,CAAA,eAAA,CAAA,EAAA,QAAA,EAAA,CAAA,QAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAE,IAAA,CAAA,sBAAA,EAAA,QAAA,EAAA,WAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,qBAAA,EAAA,QAAA,EAAA,WAAA,EAAA,MAAA,EAAA,CAAA,UAAA,EAAA,aAAA,EAAA,OAAA,EAAA,UAAA,CAAA,EAAA,OAAA,EAAA,CAAA,UAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,uBAAA,EAAA,QAAA,EAAA,kBAAA,EAAA,QAAA,EAAA,CAAA,gBAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,yBAAA,EAAA,QAAA,EAAA,eAAA,EAAA,MAAA,EAAA,CAAA,qBAAA,EAAA,UAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,uBAAA,EAAA,QAAA,EAAA,kBAAA,EAAA,OAAA,EAAA,CAAA,SAAA,CAAA,EAAA,QAAA,EAAA,CAAA,WAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAE,EAAA,CAAA,gBAAA,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,CAAA,kBAAA,EAAA,IAAA,CAAA,EAAA,CAAA,EAAA,CAAA,CAAA;2FDPa,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAP/B,SAAS;+BACC,wBAAwB,EAAA,QAAA,EAAA,6tBAAA,EAAA,MAAA,EAAA,CAAA,gFAAA,EAAA,4RAAA,CAAA,EAAA,CAAA;;;AEKnC;AACM,MAAO,qBAAsB,SAAQ,SAAS,CAAA;IAEnD,KAAK,GAAA;AACJ,QAAA,IAAI,CAAC,EAAE,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC;KAC7B;IACD,IAAI,GAAA;AACH,QAAA,IAAI,CAAC,EAAE,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC;KAC9B;;kHAPW,qBAAqB,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAArB,qBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,qBAAqB,oFCXlC,0TAWA,EAAA,MAAA,EAAA,CAAA,gFAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,oBAAA,EAAA,QAAA,EAAA,8MAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,eAAA,EAAA,QAAA,EAAA,2CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,oBAAA,EAAA,QAAA,EAAA,eAAA,EAAA,MAAA,EAAA,CAAA,aAAA,EAAA,UAAA,EAAA,SAAA,CAAA,EAAA,OAAA,EAAA,CAAA,eAAA,CAAA,EAAA,QAAA,EAAA,CAAA,QAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAJ,EAAA,CAAA,gBAAA,EAAA,QAAA,EAAA,WAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,CAAA,kBAAA,EAAA,IAAA,CAAA,EAAA,CAAA,EAAA,CAAA,CAAA;2FDAa,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBAPjC,SAAS;+BACC,uBAAuB,EAAA,QAAA,EAAA,0TAAA,EAAA,MAAA,EAAA,CAAA,gFAAA,CAAA,EAAA,CAAA;;;AEKlC;AACM,MAAO,iBAAkB,SAAQ,SAAS,CAAA;IAG/C,KAAK,GAAA;AACJ,QAAA,IAAI,CAAC,EAAE,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC;KAC7B;IACD,IAAI,GAAA;AACH,QAAA,IAAI,CAAC,EAAE,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC;KAC9B;;8GARW,iBAAiB,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAjB,iBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,iBAAiB,mFCX9B,qUAWA,EAAA,MAAA,EAAA,CAAA,gFAAA,EAAA,4RAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,eAAA,EAAA,QAAA,EAAA,2CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,oBAAA,EAAA,QAAA,EAAA,eAAA,EAAA,MAAA,EAAA,CAAA,aAAA,EAAA,UAAA,EAAA,SAAA,CAAA,EAAA,OAAA,EAAA,CAAA,eAAA,CAAA,EAAA,QAAA,EAAA,CAAA,QAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,IAAA,CAAA,0BAAA,EAAA,QAAA,EAAA,gBAAA,EAAA,MAAA,EAAA,CAAA,aAAA,EAAA,QAAA,EAAA,SAAA,EAAA,SAAA,EAAA,eAAA,EAAA,YAAA,EAAA,uBAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,CAAA,kBAAA,EAAA,IAAA,CAAA,EAAA,CAAA,EAAA,CAAA,CAAA;2FDAa,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAP7B,SAAS;+BACC,sBAAsB,EAAA,QAAA,EAAA,qUAAA,EAAA,MAAA,EAAA,CAAA,gFAAA,EAAA,4RAAA,CAAA,EAAA,CAAA;;;AEIjC;AACM,MAAO,0BAA2B,SAAQ,SAAS,CAAA;IAExD,KAAK,GAAA;AACJ,QAAA,IAAI,CAAC,EAAE,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC;KAC7B;IACD,IAAI,GAAA;AACH,QAAA,IAAI,CAAC,EAAE,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC;KAC9B;;uHAPW,0BAA0B,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAA1B,0BAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,0BAA0B,4FCVvC,wXAYA,EAAA,MAAA,EAAA,CAAA,gFAAA,EAAA,4RAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,eAAA,EAAA,QAAA,EAAA,2CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,oBAAA,EAAA,QAAA,EAAA,eAAA,EAAA,MAAA,EAAA,CAAA,aAAA,EAAA,UAAA,EAAA,SAAA,CAAA,EAAA,OAAA,EAAA,CAAA,eAAA,CAAA,EAAA,QAAA,EAAA,CAAA,QAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,IAAA,CAAA,mCAAA,EAAA,QAAA,EAAA,yBAAA,EAAA,MAAA,EAAA,CAAA,SAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,CAAA,kBAAA,EAAA,IAAA,CAAA,EAAA,CAAA,EAAA,CAAA,CAAA;2FDFa,0BAA0B,EAAA,UAAA,EAAA,CAAA;kBANtC,SAAS;+BACC,+BAA+B,EAAA,QAAA,EAAA,wXAAA,EAAA,MAAA,EAAA,CAAA,gFAAA,EAAA,4RAAA,CAAA,EAAA,CAAA;;;AED1C;AAOA;AACM,MAAO,oBAAqB,SAAQ,YAAY,CAAA;AAMrD,IAAA,IAAI,YAAY,GAAA;AACf,QAAA,OAAO,IAAI,CAAC,KAAK,CAAC,EAAE,GAAG,UAAU,CAAC;KAClC;;iHARW,oBAAoB,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAApB,oBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,oBAAoB,EACK,QAAA,EAAA,yBAAA,EAAA,WAAA,EAAA,CAAA,EAAA,YAAA,EAAA,gBAAA,EAAA,KAAA,EAAA,IAAA,EAAA,SAAA,EAAA,CAAA,gBAAA,CAAA,EAAA,WAAA,EAAA,IAAA,EAAA,IAAA,EAAA,gBAAgB,ECbtD,MAAA,EAAA,IAAA,EAAA,CAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAAA,qRAIA,kTD4Ba,oBAAoB,CAAA,EAAA,CAAA,EAAA,QAAA,EAAA,yBAAA,EAAA,MAAA,EAAA,CAAA,WAAA,EAAA,OAAA,CAAA,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;2FApBpB,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBAPhC,SAAS;+BACC,yBAAyB,EAAA,eAAA,EAGlB,uBAAuB,CAAC,MAAM,EAAA,QAAA,EAAA,qRAAA,EAAA,MAAA,EAAA,CAAA,0EAAA,CAAA,EAAA,CAAA;8BAKtC,cAAc,EAAA,CAAA;sBADtB,SAAS;uBAAC,gBAAgB,EAAE,EAAE,IAAI,EAAE,gBAAgB,EAAE,MAAM,EAAE,IAAI,EAAE,CAAA;;AAUtE;AAQA;MACa,oBAAoB,CAAA;AAIhC,IAAA,IAAI,aAAa,GAAA;QAChB,MAAM,QAAQ,GAAa,EAAE,CAAC;AAC9B,QAAA,IAAI,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE;AAC1B,YAAA,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,CAAC,GAAG,KAAI;gBAClD,IAAI,IAAI,CAAC,KAAK,CAAC,UAAU,EAAE,QAAQ,GAAG,GAAG,CAAC,EAAE;AAC3C,oBAAA,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,UAAU,CAAC,QAAQ,CAAC,GAAG,CAAW,CAAC,CAAC;AAC7D,iBAAA;AACF,aAAC,CAAC,CAAC;AACH,SAAA;AACD,QAAA,OAAO,QAAQ,CAAC;KAChB;;iHAdW,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAApB,oBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,oBAAoB,EANtB,QAAA,EAAA,yBAAA,EAAA,MAAA,EAAA,EAAA,SAAA,EAAA,WAAA,EAAA,KAAA,EAAA,OAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAAA,CAAA;;AAEH,OAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAC,IAAA,CAAA,OAAA,EAAA,QAAA,EAAA,kBAAA,EAAA,MAAA,EAAA,CAAA,SAAA,EAAA,cAAA,EAAA,eAAA,CAAA,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;2FAIK,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBARhC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACV,oBAAA,QAAQ,EAAE,yBAAyB;AACnC,oBAAA,QAAQ,EAAE,CAAA;;AAEH,OAAA,CAAA;oBACP,eAAe,EAAE,uBAAuB,CAAC,MAAM;AAC/C,iBAAA,CAAA;8BAGS,SAAS,EAAA,CAAA;sBAAjB,KAAK;gBACG,KAAK,EAAA,CAAA;sBAAb,KAAK;;AAeP;MACa,aAAa,CAAA;AACzB,IAAA,GAAG,CAAC,EAAgB,EAAA;QACnB,EAAE,CAAC,oBAAoB,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,KAAwB,KAAI;AACrE,YAAA,IAAI,KAAK,IAAI,KAAK,CAAC,UAAU,EAAE;AAC9B,gBAAA,OAAO,OAAO,CAAC;AACf,aAAA;AACD,YAAA,OAAO,EAAE,CAAC;AACX,SAAC,CAAC,CAAC;KACH;AACD;;AExDD;AAOA;AACM,MAAO,qBAAsB,SAAQ,YAAY,CAAA;;kHAA1C,qBAAqB,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;sGAArB,qBAAqB,EAAA,QAAA,EAAA,0BAAA,EAAA,WAAA,EAAA,CAAA,EAAA,YAAA,EAAA,gBAAA,EAAA,KAAA,EAAA,IAAA,EAAA,SAAA,EAAA,CAAA,gBAAA,CAAA,EAAA,WAAA,EAAA,IAAA,EAAA,IAAA,EACI,gBAAgB,EAAA,MAAA,EAAA,IAAA,EAAA,CAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECZtD,qLAIA,EAAA,MAAA,EAAA,CAAA,0EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;2FDOa,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBAPjC,SAAS;+BACC,0BAA0B,EAAA,eAAA,EAGnB,uBAAuB,CAAC,MAAM,EAAA,QAAA,EAAA,qLAAA,EAAA,MAAA,EAAA,CAAA,0EAAA,CAAA,EAAA,CAAA;8BAKtC,cAAc,EAAA,CAAA;sBADtB,SAAS;uBAAC,gBAAgB,EAAE,EAAE,IAAI,EAAE,gBAAgB,EAAE,MAAM,EAAE,IAAI,EAAE,CAAA;;AAGtE;MACa,cAAc,CAAA;AAC1B,IAAA,GAAG,CAAC,EAAgB,EAAA;QACnB,EAAE,CAAC,oBAAoB,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,KAAwB,KAAI;AACrE,YAAA,IAAI,KAAK,IAAI,KAAK,CAAC,eAAe,IAAI,KAAK,CAAC,eAAe,CAAC,QAAQ,CAAC,EAAE;AACtE,gBAAA,OAAO,QAAQ,CAAC;AAChB,aAAA;AACD,YAAA,OAAO,EAAE,CAAC;AACX,SAAC,CAAC,CAAC;KACH;AACD;;AEtBD;AAOA;AACM,MAAO,mBAAoB,SAAQ,YAAY,CAAA;;gHAAxC,mBAAmB,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;oGAAnB,mBAAmB,EAAA,QAAA,EAAA,0BAAA,EAAA,WAAA,EAAA,CAAA,EAAA,YAAA,EAAA,gBAAA,EAAA,KAAA,EAAA,IAAA,EAAA,SAAA,EAAA,CAAA,gBAAA,CAAA,EAAA,WAAA,EAAA,IAAA,EAAA,IAAA,EACM,gBAAgB,EAAA,MAAA,EAAA,IAAA,EAAA,CAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECZtD,wJAEA,EAAA,MAAA,EAAA,CAAA,0EAAA,EAAA,gDAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;2FDSa,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAP/B,SAAS;+BACC,0BAA0B,EAAA,eAAA,EAGnB,uBAAuB,CAAC,MAAM,EAAA,QAAA,EAAA,wJAAA,EAAA,MAAA,EAAA,CAAA,0EAAA,EAAA,gDAAA,CAAA,EAAA,CAAA;8BAKtC,cAAc,EAAA,CAAA;sBADtB,SAAS;uBAAC,gBAAgB,EAAE,EAAE,IAAI,EAAE,gBAAgB,EAAE,MAAM,EAAE,IAAI,EAAE,CAAA;;AAGtE;MACa,YAAY,CAAA;AACxB,IAAA,GAAG,CAAC,EAAgB,EAAA;QACnB,EAAE,CAAC,oBAAoB,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,KAAwB,KAAI;;;;;;;;;AASrE,YAAA,IAAI,KAAK,IAAI,KAAK,CAAC,eAAe,IAAI,KAAK,CAAC,eAAe,CAAC,MAAM,CAAC,EAAE;AACpE,gBAAA,OAAO,MAAM,CAAC;AACd,aAAA;AACD,YAAA,OAAO,EAAE,CAAC;AACX,SAAC,CAAC,CAAC;KACH;AACD;;AE9BD;AAOA;AACM,MAAO,gCAAiC,SAAQ,YAAY,CAAA;AAIjE,IAAA,IAAI,GAAG,GAAA;QACN,QAAQ,IAAI,CAAC,EAAE,CAAC,KAAK,CAAC,IAAI,EAAE,EAAY;KACxC;AAED,IAAA,IAAI,UAAU,GAAA;QACb,OAAO,CAAC,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC,QAAQ,GAAG,aAAa,GAAG,EAAE,CAAC;KAC5D;AAED,IAAA,IAAI,SAAS,GAAA;QACZ,OAAO,CAAC,CAAC,IAAI,CAAC,EAAE,IAAI,IAAI,CAAC,EAAE,CAAC,YAAY,CAAC,GAAG,YAAY,GAAG,EAAE,CAAC;KAC9D;AAED,IAAA,IAAI,OAAO,GAAA;AACV,QAAA,OAAO,IAAI,CAAC,WAAW,CAAC,OAAO,IAAI,IAAI,CAAC,WAAW,CAAC,OAAO,GAAG,UAAU,GAAG,EAAE,CAAC;KAC9E;;6HAlBW,gCAAgC,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;iHAAhC,gCAAgC,EAAA,QAAA,EAAA,sCAAA,EAAA,WAAA,EAAA,CAAA,EAAA,YAAA,EAAA,gBAAA,EAAA,KAAA,EAAA,IAAA,EAAA,SAAA,EAAA,CAAA,gBAAA,CAAA,EAAA,WAAA,EAAA,IAAA,EAAA,IAAA,EACP,gBAAgB,EAAA,MAAA,EAAA,IAAA,EAAA,CAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECZtD,+MAKA,EAAA,MAAA,EAAA,CAAA,0EAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,IAAA,CAAA,OAAA,EAAA,QAAA,EAAA,WAAA,EAAA,MAAA,EAAA,CAAA,OAAA,EAAA,SAAA,CAAA,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;2FDMa,gCAAgC,EAAA,UAAA,EAAA,CAAA;kBAP5C,SAAS;+BACC,sCAAsC,EAAA,eAAA,EAG/B,uBAAuB,CAAC,MAAM,EAAA,QAAA,EAAA,+MAAA,EAAA,MAAA,EAAA,CAAA,0EAAA,CAAA,EAAA,CAAA;8BAKtC,cAAc,EAAA,CAAA;sBADtB,SAAS;uBAAC,gBAAgB,EAAE,EAAE,IAAI,EAAE,gBAAgB,EAAE,MAAM,EAAE,IAAI,EAAE,CAAA;;;AETtE;AAOA;AACM,MAAO,qBAAsB,SAAQ,YAAY,CAAA;;kHAA1C,qBAAqB,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;sGAArB,qBAAqB,EAAA,QAAA,EAAA,0BAAA,EAAA,WAAA,EAAA,CAAA,EAAA,YAAA,EAAA,gBAAA,EAAA,KAAA,EAAA,IAAA,EAAA,SAAA,EAAA,CAAA,gBAAA,CAAA,EAAA,WAAA,EAAA,IAAA,EAAA,IAAA,EACI,gBAAgB,EAAA,MAAA,EAAA,IAAA,EAAA,CAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECZtD,iHAEA,EAAA,MAAA,EAAA,CAAA,0EAAA,EAAA,gDAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;2FDSa,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBAPjC,SAAS;+BACC,0BAA0B,EAAA,eAAA,EAGnB,uBAAuB,CAAC,MAAM,EAAA,QAAA,EAAA,iHAAA,EAAA,MAAA,EAAA,CAAA,0EAAA,EAAA,gDAAA,CAAA,EAAA,CAAA;8BAKtC,cAAc,EAAA,CAAA;sBADtB,SAAS;uBAAC,gBAAgB,EAAE,EAAE,IAAI,EAAE,gBAAgB,EAAE,MAAM,EAAE,IAAI,EAAE,CAAA;;AAGtE;MACa,cAAc,CAAA;AAC1B,IAAA,GAAG,CAAC,EAAgB,EAAA;QACnB,EAAE,CAAC,oBAAoB,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,KAAwB,KAAI;AACrE,YAAA,IAAI,KAAK,EAAE,eAAe,GAAG,QAAQ,CAAC,IAAI,CAAC,KAAK,EAAE,eAAe,GAAG,MAAM,CAAC,EAAE;AAC5E,gBAAA,OAAO,QAAQ,CAAC;AAChB,aAAA;AACD,YAAA,OAAO,EAAE,CAAC;AACX,SAAC,CAAC,CAAC;KACH;AACD;;AEtBD;AAOA;AACM,MAAO,8BAA+B,SAAQ,YAAY,CAAA;AAI/D,IAAA,IAAI,GAAG,GAAA;QACN,QAAQ,IAAI,CAAC,EAAE,CAAC,KAAK,CAAC,IAAI,EAAE,EAAY;KACxC;AAED,IAAA,IAAI,YAAY,GAAA;QACf,OAAO,CAAC,CAAC,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,KAAK,CAAC,IAAI,KAAK,UAAU,GAAG,eAAe,GAAG,EAAE,CAAC;KAC7E;AAED,IAAA,IAAI,aAAa,GAAA;QAChB,OAAO,CAAC,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC,QAAQ,CAAC,GAAG,gBAAgB,GAAG,EAAE,CAAC;KAChE;AAED,IAAA,IAAI,UAAU,GAAA;QACb,OAAO,CAAC,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC,QAAQ,GAAG,aAAa,GAAG,EAAE,CAAC;KAC5D;AAED,IAAA,IAAI,UAAU,GAAA;QACb,OAAO,CAAC,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC,QAAQ,GAAG,aAAa,GAAG,EAAE,CAAC;KAC5D;AAED,IAAA,IAAI,SAAS,GAAA;QACZ,OAAO,CAAC,CAAC,IAAI,CAAC,EAAE,IAAI,IAAI,CAAC,EAAE,CAAC,YAAY,CAAC,GAAG,YAAY,GAAG,EAAE,CAAC;KAC9D;AAED,IAAA,IAAI,OAAO,GAAA;AACV,QAAA,OAAO,IAAI,CAAC,WAAW,CAAC,OAAO,IAAI,IAAI,CAAC,WAAW,CAAC,OAAO,GAAG,UAAU,GAAG,EAAE,CAAC;KAC9E;;2HA9BW,8BAA8B,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;+GAA9B,8BAA8B,EAAA,QAAA,EAAA,0BAAA,EAAA,WAAA,EAAA,CAAA,EAAA,YAAA,EAAA,gBAAA,EAAA,KAAA,EAAA,IAAA,EAAA,SAAA,EAAA,CAAA,gBAAA,CAAA,EAAA,WAAA,EAAA,IAAA,EAAA,IAAA,EACL,gBAAgB,EAAA,MAAA,EAAA,IAAA,EAAA,CAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECZtD,6LAGA,EAAA,MAAA,EAAA,CAAA,0EAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,IAAA,CAAA,OAAA,EAAA,QAAA,EAAA,WAAA,EAAA,MAAA,EAAA,CAAA,OAAA,EAAA,SAAA,CAAA,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;2FDQa,8BAA8B,EAAA,UAAA,EAAA,CAAA;kBAP1C,SAAS;+BACC,0BAA0B,EAAA,eAAA,EAGnB,uBAAuB,CAAC,MAAM,EAAA,QAAA,EAAA,6LAAA,EAAA,MAAA,EAAA,CAAA,0EAAA,CAAA,EAAA,CAAA;8BAKtC,cAAc,EAAA,CAAA;sBADtB,SAAS;uBAAC,gBAAgB,EAAE,EAAE,IAAI,EAAE,gBAAgB,EAAE,MAAM,EAAE,IAAI,EAAE,CAAA;;;AETtE;AAOA;AACM,MAAO,6BAA8B,SAAQ,YAAY,CAAA;AAI9D,IAAA,IAAI,GAAG,GAAA;QACN,QAAQ,IAAI,CAAC,EAAE,CAAC,KAAK,CAAC,IAAI,EAAE,EAAY;KACxC;AAED,IAAA,IAAI,UAAU,GAAA;QACb,OAAO,CAAC,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC,QAAQ,GAAG,aAAa,GAAG,EAAE,CAAC;KAC5D;AAED,IAAA,IAAI,SAAS,GAAA;QACZ,OAAO,CAAC,CAAC,IAAI,CAAC,EAAE,IAAI,IAAI,CAAC,EAAE,CAAC,YAAY,CAAC,GAAG,YAAY,GAAG,EAAE,CAAC;KAC9D;AAED,IAAA,IAAI,OAAO,GAAA;AACV,QAAA,OAAO,IAAI,CAAC,WAAW,CAAC,OAAO,IAAI,IAAI,CAAC,WAAW,CAAC,OAAO,GAAG,UAAU,GAAG,EAAE,CAAC;KAC9E;;0HAlBW,6BAA6B,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;8GAA7B,6BAA6B,EAAA,QAAA,EAAA,mCAAA,EAAA,WAAA,EAAA,CAAA,EAAA,YAAA,EAAA,gBAAA,EAAA,KAAA,EAAA,IAAA,EAAA,SAAA,EAAA,CAAA,gBAAA,CAAA,EAAA,WAAA,EAAA,IAAA,EAAA,IAAA,EACJ,gBAAgB,EAAA,MAAA,EAAA,IAAA,EAAA,CAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECZtD,mNAKA,EAAA,MAAA,EAAA,CAAA,0EAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,IAAA,CAAA,OAAA,EAAA,QAAA,EAAA,WAAA,EAAA,MAAA,EAAA,CAAA,OAAA,EAAA,SAAA,CAAA,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;2FDMa,6BAA6B,EAAA,UAAA,EAAA,CAAA;kBAPzC,SAAS;+BACC,mCAAmC,EAAA,eAAA,EAG5B,uBAAuB,CAAC,MAAM,EAAA,QAAA,EAAA,mNAAA,EAAA,MAAA,EAAA,CAAA,0EAAA,CAAA,EAAA,CAAA;8BAKtC,cAAc,EAAA,CAAA;sBADtB,SAAS;uBAAC,gBAAgB,EAAE,EAAE,IAAI,EAAE,gBAAgB,EAAE,MAAM,EAAE,IAAI,EAAE,CAAA;;;AEXtE;AA8Ba,MAAA,gBAAgB,GAAiB;AAC7C,IAAA,KAAK,EAAE;AACN,QAAA;AACC,YAAA,IAAI,EAAE,OAAO;AACb,YAAA,SAAS,EAAE,kBAAkB;YAC7B,QAAQ,EAAE,CAAC,kBAAkB,CAAC;AAC9B,SAAA;AACD,QAAA;AACC,YAAA,IAAI,EAAE,OAAO;AACb,YAAA,SAAS,EAAE,mBAAmB;YAC9B,QAAQ,EAAE,CAAC,oBAAoB,CAAC;AAChC,SAAA;AACD,QAAA;AACC,YAAA,IAAI,EAAE,UAAU;AAChB,YAAA,SAAS,EAAE,qBAAqB;YAChC,QAAQ,EAAE,CAAC,iBAAiB,CAAC;AAC7B,SAAA;AACD,QAAA;AACC,YAAA,IAAI,EAAE,MAAM;AACZ,YAAA,SAAS,EAAE,iBAAiB;YAC5B,QAAQ,EAAE,CAAC,kBAAkB,CAAC;AAC9B,SAAA;AACD,QAAA;AACC,YAAA,IAAI,EAAE,UAAU;AAChB,YAAA,SAAS,EAAE,qBAAqB;YAChC,QAAQ,EAAE,CAAC,kBAAkB,CAAC;AAC9B,SAAA;AACD,QAAA;AACC,YAAA,IAAI,EAAE,QAAQ;AACd,YAAA,SAAS,EAAE,mBAAmB;YAC9B,QAAQ,EAAE,CAAC,kBAAkB,CAAC;AAC9B,SAAA;AACD,QAAA;AACC,YAAA,IAAI,EAAE,MAAM;AACZ,YAAA,SAAS,EAAE,iBAAiB;YAC5B,QAAQ,EAAE,CAAC,kBAAkB,CAAC;AAC9B,SAAA;AACD,QAAA;AACC,YAAA,IAAI,EAAE,KAAK;AACX,YAAA,SAAS,EAAE,gBAAgB;YAC3B,QAAQ,EAAE,CAAC,kBAAkB,CAAC;AAC9B,SAAA;AACD,QAAA;AACC,YAAA,IAAI,EAAE,YAAY;AAClB,YAAA,SAAS,EAAE,uBAAuB;YAClC,QAAQ,EAAE,CAAC,kBAAkB,CAAC;AAC9B,SAAA;AACD,QAAA;AACC,YAAA,IAAI,EAAE,eAAe;AACrB,YAAA,SAAS,EAAE,0BAA0B;YACrC,QAAQ,EAAE,CAAC,kBAAkB,CAAC;AAC9B,SAAA;AACD,QAAA;AACC,YAAA,IAAI,EAAE,eAAe;AACrB,YAAA,SAAS,EAAE,0BAA0B;YACrC,QAAQ,EAAE,CAAC,kBAAkB,CAAC;AAC9B,SAAA;AACD,KAAA;AACD,IAAA,QAAQ,EAAE;AACT,QAAA,EAAE,IAAI,EAAE,QAAQ,EAAE,SAAS,EAAE,qBAAqB,EAAE;AACpD,QAAA,EAAE,IAAI,EAAE,iBAAiB,EAAE,SAAS,EAAE,6BAA6B,EAAE;AACrE,QAAA,EAAE,IAAI,EAAE,oBAAoB,EAAE,SAAS,EAAE,gCAAgC,EAAE;AAC3E,QAAA,EAAE,IAAI,EAAE,kBAAkB,EAAE,SAAS,EAAE,8BAA8B,EAAE;AACvE,QAAA,EAAE,IAAI,EAAE,QAAQ,EAAE,SAAS,EAAE,qBAAqB,EAAE;AACpD,QAAA,EAAE,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,mBAAmB,EAAE;AAChD,QAAA,EAAE,IAAI,EAAE,OAAO,EAAE,SAAS,EAAE,oBAAoB,EAAE;AAClD,KAAA;AACD,IAAA,YAAY,EAAE;AACb,QAAA,EAAE,KAAK,EAAE,aAAa,EAAE,MAAM,EAAE,KAAK,EAAE;AACvC,QAAA,EAAE,KAAK,EAAE,cAAc,EAAE,MAAM,EAAE,KAAK,EAAE;AACxC,QAAA,EAAE,KAAK,EAAE,cAAc,EAAE,MAAM,EAAE,KAAK,EAAE;QACxC,EAAE,KAAK,EAAE,YAAY,EAAE,MAAM,EAAE,KAAK,EAAE;AACtC,KAAA;;;ACjEF;AACa,MAAA,aAAa,GAAG,YAAY,CAAC,QAAQ,CAAC,gBAAgB,EAAE;MA4CxD,cAAc,CAAA;;2GAAd,cAAc,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAd,cAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,cAAc,iBAxCzB,oBAAoB;QAEpB,kBAAkB;QAClB,iBAAiB;QACjB,qBAAqB;QACrB,mBAAmB;QACnB,iBAAiB;QACjB,gBAAgB;QAChB,uBAAuB;QACvB,0BAA0B;QAC1B,0BAA0B;QAC1B,mBAAmB;QACnB,qBAAqB;QAErB,qBAAqB;QACrB,6BAA6B;QAC7B,8BAA8B;QAC9B,gCAAgC;QAChC,qBAAqB;QACrB,mBAAmB;AACnB,QAAA,oBAAoB,aAGpB,YAAY;QACZ,WAAW;QACX,mBAAmB;QAEnB,cAAc;QACd,cAAc;QACd,YAAY;QACZ,aAAa;QACb,WAAW;QACX,kBAAkB;QAClB,qBAAqB;QACrB,qBAAqB;QACrB,YAAY,EAAAA,EAAA,CAAA,YAAA,CAAA,EAAA,CAAA,CAAA;AAKD,cAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,cAAc,YAjBzB,YAAY;QACZ,WAAW;QACX,mBAAmB;QAEnB,cAAc;QACd,cAAc;QACd,YAAY;QACZ,aAAa;QACb,WAAW;QACX,kBAAkB;QAClB,qBAAqB;QACrB,qBAAqB;QACrB,YAAY;QAEZ,aAAa,CAAA,EAAA,CAAA,CAAA;2FAGF,cAAc,EAAA,UAAA,EAAA,CAAA;kBA1C1B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,YAAY,EAAE;wBACb,oBAAoB;wBAEpB,kBAAkB;wBAClB,iBAAiB;wBACjB,qBAAqB;wBACrB,mBAAmB;wBACnB,iBAAiB;wBACjB,gBAAgB;wBAChB,uBAAuB;wBACvB,0BAA0B;wBAC1B,0BAA0B;wBAC1B,mBAAmB;wBACnB,qBAAqB;wBAErB,qBAAqB;wBACrB,6BAA6B;wBAC7B,8BAA8B;wBAC9B,gCAAgC;wBAChC,qBAAqB;wBACrB,mBAAmB;wBACnB,oBAAoB;AACpB,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACR,YAAY;wBACZ,WAAW;wBACX,mBAAmB;wBAEnB,cAAc;wBACd,cAAc;wBACd,YAAY;wBACZ,aAAa;wBACb,WAAW;wBACX,kBAAkB;wBAClB,qBAAqB;wBACrB,qBAAqB;wBACrB,YAAY;wBAEZ,aAAa;AACb,qBAAA;AACD,iBAAA,CAAA;;;AClFD;;AAEG;;ACFH;;AAEG;;;;"}
@@ -1,243 +0,0 @@
1
- import { CommonModule } from '@angular/common';
2
- import * as i0 from '@angular/core';
3
- import { EventEmitter, forwardRef, Component, ChangeDetectionStrategy, Output, NgModule, Directive, Input } from '@angular/core';
4
- import * as i1 from '@angular/forms';
5
-
6
- class ALuClearer {
7
- }
8
-
9
- class LuInputClearerComponent extends ALuClearer {
10
- constructor() {
11
- super(...arguments);
12
- // eslint-disable-next-line @angular-eslint/no-output-on-prefix
13
- this.onClear = new EventEmitter();
14
- }
15
- onClick($event) {
16
- this.onClear.emit();
17
- $event.preventDefault();
18
- $event.stopPropagation();
19
- }
20
- }
21
- LuInputClearerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuInputClearerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
22
- LuInputClearerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: LuInputClearerComponent, isStandalone: true, selector: "lu-input-clearer", outputs: { onClear: "onClear" }, providers: [
23
- {
24
- provide: ALuClearer,
25
- useExisting: forwardRef(() => LuInputClearerComponent),
26
- },
27
- ], exportAs: ["luClearer"], usesInheritance: true, ngImport: i0, template: "<a href=\"#\" role=\"button\" class=\"actionIcon\" (click)=\"onClick($event)\">\r\n\t<span aria-hidden=\"true\" class=\"lucca-icon\">thin_cross</span>\r\n\t<span class=\"u-mask\">Clear</span>\r\n</a>\r\n", styles: [":root{--components-options-item-padding-vertical: var(--spacings-XS);--components-options-item-padding-horizontal: var(--spacings-XS);--components-options-item-multiple-padding: var(--spacings-L);--components-options-item-icon-color: var(--palettes-grey-800);--components-options-checkbox-left: .5rem;--components-options-checkbox-size: 1rem;--components-options-checkbox-color: var(--palettes-primary-700);--components-options-checkbox-border-radius: var(--commons-borderRadius-M);--components-options-checkbox-border-color: var(--palettes-grey-700);--components-options-establishment-multiple-padding: var(--spacings-M)}:host{display:none}:host-context(.textfield-input.is-filled){display:inline-block}.actionIcon{height:1.5rem;width:1.5rem;padding:0;color:var(--palettes-700, var(--palettes-primary-700))}.actionIcon:hover{background-color:var(--palettes-50, var(--palettes-primary-50));color:var(--palettes-800, var(--palettes-primary-800))}.actionIcon:focus{background-color:var(--palettes-50, var(--palettes-primary-50));box-shadow:0 2px 8px rgba(var(--colors-grey-900-rgb),.04),0 1px 2px rgba(var(--colors-grey-900-rgb),.06),0 0 0 4px var(--palettes-200, var(--palettes-primary-200))}:host-context(.textfield.mod-outlined) .actionIcon{color:var(--palettes-grey-700)}:host-context(.textfield.mod-outlined) .actionIcon:hover{background-color:var(--palettes-grey-50);color:var(--palettes-grey-800)}:host-context(.textfield.mod-outlined) .actionIcon:focus{background-color:var(--palettes-grey-50);box-shadow:0 2px 8px rgba(var(--colors-grey-900-rgb),.04),0 1px 2px rgba(var(--colors-grey-900-rgb),.06),0 0 0 4px var(--palettes-grey-200)}.lucca-icon{display:block}:host-context(.textfield.mod-material) .actionIcon{color:var(--palettes-grey-500)}:host-context(.textfield.mod-framed) .actionIcon{color:var(--palettes-grey-500)}:host-context(.textfield-input.is-error) .actionIcon{color:var(--palettes-error-700)}:host-context(.textfield-input.is-error) .actionIcon:hover{background-color:var(--palettes-error-50);color:var(--palettes-error-800)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]){display:none}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuInputClearerComponent, decorators: [{
29
- type: Component,
30
- args: [{ selector: 'lu-input-clearer', changeDetection: ChangeDetectionStrategy.OnPush, exportAs: 'luClearer', standalone: true, imports: [CommonModule], providers: [
31
- {
32
- provide: ALuClearer,
33
- useExisting: forwardRef(() => LuInputClearerComponent),
34
- },
35
- ], template: "<a href=\"#\" role=\"button\" class=\"actionIcon\" (click)=\"onClick($event)\">\r\n\t<span aria-hidden=\"true\" class=\"lucca-icon\">thin_cross</span>\r\n\t<span class=\"u-mask\">Clear</span>\r\n</a>\r\n", styles: [":root{--components-options-item-padding-vertical: var(--spacings-XS);--components-options-item-padding-horizontal: var(--spacings-XS);--components-options-item-multiple-padding: var(--spacings-L);--components-options-item-icon-color: var(--palettes-grey-800);--components-options-checkbox-left: .5rem;--components-options-checkbox-size: 1rem;--components-options-checkbox-color: var(--palettes-primary-700);--components-options-checkbox-border-radius: var(--commons-borderRadius-M);--components-options-checkbox-border-color: var(--palettes-grey-700);--components-options-establishment-multiple-padding: var(--spacings-M)}:host{display:none}:host-context(.textfield-input.is-filled){display:inline-block}.actionIcon{height:1.5rem;width:1.5rem;padding:0;color:var(--palettes-700, var(--palettes-primary-700))}.actionIcon:hover{background-color:var(--palettes-50, var(--palettes-primary-50));color:var(--palettes-800, var(--palettes-primary-800))}.actionIcon:focus{background-color:var(--palettes-50, var(--palettes-primary-50));box-shadow:0 2px 8px rgba(var(--colors-grey-900-rgb),.04),0 1px 2px rgba(var(--colors-grey-900-rgb),.06),0 0 0 4px var(--palettes-200, var(--palettes-primary-200))}:host-context(.textfield.mod-outlined) .actionIcon{color:var(--palettes-grey-700)}:host-context(.textfield.mod-outlined) .actionIcon:hover{background-color:var(--palettes-grey-50);color:var(--palettes-grey-800)}:host-context(.textfield.mod-outlined) .actionIcon:focus{background-color:var(--palettes-grey-50);box-shadow:0 2px 8px rgba(var(--colors-grey-900-rgb),.04),0 1px 2px rgba(var(--colors-grey-900-rgb),.06),0 0 0 4px var(--palettes-grey-200)}.lucca-icon{display:block}:host-context(.textfield.mod-material) .actionIcon{color:var(--palettes-grey-500)}:host-context(.textfield.mod-framed) .actionIcon{color:var(--palettes-grey-500)}:host-context(.textfield-input.is-error) .actionIcon{color:var(--palettes-error-700)}:host-context(.textfield-input.is-error) .actionIcon:hover{background-color:var(--palettes-error-50);color:var(--palettes-error-800)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]){display:none}\n"] }]
36
- }], propDecorators: { onClear: [{
37
- type: Output
38
- }] } });
39
-
40
- class LuInputClearerModule {
41
- }
42
- LuInputClearerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuInputClearerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
43
- LuInputClearerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: LuInputClearerModule, imports: [LuInputClearerComponent], exports: [LuInputClearerComponent] });
44
- LuInputClearerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuInputClearerModule, imports: [LuInputClearerComponent] });
45
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuInputClearerModule, decorators: [{
46
- type: NgModule,
47
- args: [{
48
- imports: [LuInputClearerComponent],
49
- exports: [LuInputClearerComponent],
50
- }]
51
- }] });
52
-
53
- class ALuInputDisplayer {
54
- constructor() {
55
- this.multiple = false;
56
- }
57
- }
58
-
59
- class LuInputDisplayerDirective extends ALuInputDisplayer {
60
- constructor(template) {
61
- super();
62
- this.template = template;
63
- }
64
- set argMultiple(m) {
65
- this.multiple = !!m;
66
- }
67
- set inputMultiple(m) {
68
- if (m === '') {
69
- // allows to have multiple = true when writing
70
- // <ng-template luDisplayer multiple>
71
- this.multiple = true;
72
- }
73
- else {
74
- this.multiple = !!m;
75
- }
76
- }
77
- getViewRef(value) {
78
- return this.template.createEmbeddedView({ $implicit: value });
79
- }
80
- }
81
- LuInputDisplayerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuInputDisplayerDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
82
- LuInputDisplayerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.7", type: LuInputDisplayerDirective, isStandalone: true, selector: "[luDisplayer]", inputs: { argMultiple: ["luDisplayerMultiple", "argMultiple"], inputMultiple: ["multiple", "inputMultiple"] }, providers: [
83
- {
84
- provide: ALuInputDisplayer,
85
- useExisting: forwardRef(() => LuInputDisplayerDirective),
86
- multi: true,
87
- },
88
- ], usesInheritance: true, ngImport: i0 });
89
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuInputDisplayerDirective, decorators: [{
90
- type: Directive,
91
- args: [{
92
- selector: '[luDisplayer]',
93
- standalone: true,
94
- providers: [
95
- {
96
- provide: ALuInputDisplayer,
97
- useExisting: forwardRef(() => LuInputDisplayerDirective),
98
- multi: true,
99
- },
100
- ],
101
- }]
102
- }], ctorParameters: function () { return [{ type: i0.TemplateRef }]; }, propDecorators: { argMultiple: [{
103
- type: Input,
104
- args: ['luDisplayerMultiple']
105
- }], inputMultiple: [{
106
- type: Input,
107
- args: ['multiple']
108
- }] } });
109
- class LuInputDisplayerContext {
110
- constructor($implicit) {
111
- this.$implicit = $implicit;
112
- }
113
- }
114
-
115
- class LuInputDisplayerModule {
116
- }
117
- LuInputDisplayerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuInputDisplayerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
118
- LuInputDisplayerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: LuInputDisplayerModule, imports: [LuInputDisplayerDirective], exports: [LuInputDisplayerDirective] });
119
- LuInputDisplayerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuInputDisplayerModule });
120
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuInputDisplayerModule, decorators: [{
121
- type: NgModule,
122
- args: [{
123
- imports: [LuInputDisplayerDirective],
124
- exports: [LuInputDisplayerDirective],
125
- }]
126
- }] });
127
-
128
- class ALuInput {
129
- constructor(_changeDetectorRef, _elementRef, _renderer) {
130
- this._changeDetectorRef = _changeDetectorRef;
131
- this._elementRef = _elementRef;
132
- this._renderer = _renderer;
133
- // From ControlValueAccessor interface
134
- this._cvaOnChange = () => {
135
- return;
136
- };
137
- // From ControlValueAccessor interface
138
- this._onTouched = () => {
139
- return;
140
- };
141
- }
142
- get placeholder() {
143
- return this._placeholder;
144
- }
145
- setValue(value) {
146
- this.value = value;
147
- this._cvaOnChange(value);
148
- this._onTouched();
149
- }
150
- get value() {
151
- return this._value;
152
- }
153
- set value(value) {
154
- this._value = value;
155
- this.render();
156
- this.applyClasses();
157
- this._changeDetectorRef.markForCheck();
158
- }
159
- // From ControlValueAccessor interface
160
- writeValue(value) {
161
- this.value = value;
162
- }
163
- registerOnChange(fn) {
164
- this._cvaOnChange = fn;
165
- }
166
- registerOnTouched(fn) {
167
- this._onTouched = fn;
168
- }
169
- isEmpty() {
170
- return this.value === null || this.value === undefined;
171
- }
172
- applyClasses() {
173
- if (this.isEmpty()) {
174
- this._renderer.removeClass(this._elementRef.nativeElement, 'is-filled');
175
- }
176
- else {
177
- this._renderer.addClass(this._elementRef.nativeElement, 'is-filled');
178
- }
179
- }
180
- }
181
-
182
- /**
183
- * adds class is-filled when model is empty
184
- */
185
- class LuInputDirective {
186
- constructor(_elementRef, _renderer, _ngControl) {
187
- this._elementRef = _elementRef;
188
- this._renderer = _renderer;
189
- this._ngControl = _ngControl;
190
- }
191
- isEmpty(value) {
192
- if (typeof value === 'string') {
193
- return value === '';
194
- }
195
- return value === null || value === undefined;
196
- }
197
- applyClasses(value) {
198
- if (this.isEmpty(value)) {
199
- this._renderer.removeClass(this._elementRef.nativeElement, 'is-filled');
200
- }
201
- else {
202
- this._renderer.addClass(this._elementRef.nativeElement, 'is-filled');
203
- }
204
- }
205
- ngOnInit() {
206
- this._ngControl.valueChanges.subscribe((v) => this.applyClasses(v));
207
- const val = this._ngControl.value;
208
- this.applyClasses(val);
209
- }
210
- }
211
- LuInputDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuInputDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.NgControl }], target: i0.ɵɵFactoryTarget.Directive });
212
- LuInputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.7", type: LuInputDirective, isStandalone: true, selector: "[luInput]", ngImport: i0 });
213
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuInputDirective, decorators: [{
214
- type: Directive,
215
- args: [{
216
- selector: '[luInput]',
217
- standalone: true,
218
- }]
219
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.NgControl }]; } });
220
-
221
- class LuInputModule {
222
- }
223
- LuInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
224
- LuInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: LuInputModule, imports: [LuInputDirective, LuInputDisplayerDirective, LuInputClearerComponent], exports: [LuInputDirective, LuInputDisplayerDirective, LuInputClearerComponent] });
225
- LuInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuInputModule, imports: [LuInputClearerComponent] });
226
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuInputModule, decorators: [{
227
- type: NgModule,
228
- args: [{
229
- imports: [LuInputDirective, LuInputDisplayerDirective, LuInputClearerComponent],
230
- exports: [LuInputDirective, LuInputDisplayerDirective, LuInputClearerComponent],
231
- }]
232
- }] });
233
-
234
- /*
235
- * Public API Surface of input
236
- */
237
-
238
- /**
239
- * Generated bundle index. Do not edit.
240
- */
241
-
242
- export { ALuClearer, ALuInput, ALuInputDisplayer, LuInputClearerComponent, LuInputClearerModule, LuInputDirective, LuInputDisplayerContext, LuInputDisplayerDirective, LuInputDisplayerModule, LuInputModule };
243
- //# sourceMappingURL=lucca-front-ng-input.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"lucca-front-ng-input.mjs","sources":["../../../packages/ng/input/src/lib/clearer/clearer.model.ts","../../../packages/ng/input/src/lib/clearer/clearer.component.ts","../../../packages/ng/input/src/lib/clearer/clearer.component.html","../../../packages/ng/input/src/lib/clearer/clearer.module.ts","../../../packages/ng/input/src/lib/displayer/input-displayer.model.ts","../../../packages/ng/input/src/lib/displayer/input-displayer.directive.ts","../../../packages/ng/input/src/lib/displayer/input-displayer.module.ts","../../../packages/ng/input/src/lib/input.model.ts","../../../packages/ng/input/src/lib/input.directive.ts","../../../packages/ng/input/src/lib/input.module.ts","../../../packages/ng/input/src/public-api.ts","../../../packages/ng/input/src/lucca-front-ng-input.ts"],"sourcesContent":["import { Observable } from 'rxjs';\r\n\r\nexport interface ILuClearer<T> {\r\n\tonClear: Observable<T>;\r\n}\r\nexport abstract class ALuClearer<T> implements ILuClearer<T> {\r\n\tonClear: Observable<T>;\r\n}\r\n","import { CommonModule } from '@angular/common';\r\nimport { ChangeDetectionStrategy, Component, EventEmitter, forwardRef, Output } from '@angular/core';\r\nimport { ALuClearer, ILuClearer } from './clearer.model';\r\n\r\n@Component({\r\n\tselector: 'lu-input-clearer',\r\n\ttemplateUrl: './clearer.component.html',\r\n\tstyleUrls: ['./clearer.component.scss'],\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n\texportAs: 'luClearer',\r\n\tstandalone: true,\r\n\timports: [CommonModule],\r\n\tproviders: [\r\n\t\t{\r\n\t\t\tprovide: ALuClearer,\r\n\t\t\tuseExisting: forwardRef(() => LuInputClearerComponent),\r\n\t\t},\r\n\t],\r\n})\r\nexport class LuInputClearerComponent<T> extends ALuClearer<T> implements ILuClearer<T> {\r\n\t// eslint-disable-next-line @angular-eslint/no-output-on-prefix\r\n\t@Output() override onClear = new EventEmitter<T>();\r\n\tonClick($event: Event) {\r\n\t\tthis.onClear.emit();\r\n\t\t$event.preventDefault();\r\n\t\t$event.stopPropagation();\r\n\t}\r\n}\r\n","<a href=\"#\" role=\"button\" class=\"actionIcon\" (click)=\"onClick($event)\">\r\n\t<span aria-hidden=\"true\" class=\"lucca-icon\">thin_cross</span>\r\n\t<span class=\"u-mask\">Clear</span>\r\n</a>\r\n","import { NgModule } from '@angular/core';\r\nimport { LuInputClearerComponent } from './clearer.component';\r\n\r\n@NgModule({\r\n\timports: [LuInputClearerComponent],\r\n\texports: [LuInputClearerComponent],\r\n})\r\nexport class LuInputClearerModule {}\r\n","import { ViewRef } from '@angular/core';\r\n\r\nexport interface ILuInputDisplayer<T> {\r\n\tmultiple: boolean;\r\n\tgetViewRef(value: T | T[]): ViewRef;\r\n}\r\nexport abstract class ALuInputDisplayer<T> implements ILuInputDisplayer<T> {\r\n\tmultiple = false;\r\n\tabstract getViewRef(value: T | T[]): ViewRef;\r\n}\r\n","import { Directive, forwardRef, Input, TemplateRef, ViewRef } from '@angular/core';\r\nimport { ALuInputDisplayer, ILuInputDisplayer } from './input-displayer.model';\r\n\r\n@Directive({\r\n\tselector: '[luDisplayer]',\r\n\tstandalone: true,\r\n\tproviders: [\r\n\t\t{\r\n\t\t\tprovide: ALuInputDisplayer,\r\n\t\t\tuseExisting: forwardRef(() => LuInputDisplayerDirective),\r\n\t\t\tmulti: true,\r\n\t\t},\r\n\t],\r\n})\r\nexport class LuInputDisplayerDirective<T> extends ALuInputDisplayer<T> implements ILuInputDisplayer<T> {\r\n\t@Input('luDisplayerMultiple') set argMultiple(m: boolean) {\r\n\t\tthis.multiple = !!m;\r\n\t}\r\n\t@Input('multiple') set inputMultiple(m: boolean | string) {\r\n\t\tif (m === '') {\r\n\t\t\t// allows to have multiple = true when writing\r\n\t\t\t// <ng-template luDisplayer multiple>\r\n\t\t\tthis.multiple = true;\r\n\t\t} else {\r\n\t\t\tthis.multiple = !!m;\r\n\t\t}\r\n\t}\r\n\tconstructor(protected template: TemplateRef<LuInputDisplayerContext<T>>) {\r\n\t\tsuper();\r\n\t}\r\n\tgetViewRef(value: T | T[]): ViewRef {\r\n\t\treturn this.template.createEmbeddedView({ $implicit: value });\r\n\t}\r\n}\r\n\r\nexport class LuInputDisplayerContext<T> {\r\n\tconstructor(public $implicit: T | T[]) {}\r\n}\r\n","import { NgModule } from '@angular/core';\r\nimport { LuInputDisplayerDirective } from './input-displayer.directive';\r\n\r\n@NgModule({\r\n\timports: [LuInputDisplayerDirective],\r\n\texports: [LuInputDisplayerDirective],\r\n})\r\nexport class LuInputDisplayerModule {}\r\n","import { ChangeDetectorRef, ElementRef, Renderer2 } from '@angular/core';\r\nimport { ControlValueAccessor } from '@angular/forms';\r\n\r\nexport type ILuInput = ControlValueAccessor;\r\n\r\nexport abstract class ALuInput<T, U extends HTMLElement = HTMLElement> implements ILuInput {\r\n\tprotected _placeholder: string;\r\n\tget placeholder() {\r\n\t\treturn this._placeholder;\r\n\t}\r\n\tprotected _value: T;\r\n\tconstructor(protected _changeDetectorRef: ChangeDetectorRef, protected _elementRef: ElementRef<U>, protected _renderer: Renderer2) {}\r\n\tsetValue(value: T) {\r\n\t\tthis.value = value;\r\n\t\tthis._cvaOnChange(value);\r\n\t\tthis._onTouched();\r\n\t}\r\n\tget value(): T {\r\n\t\treturn this._value;\r\n\t}\r\n\tset value(value: T) {\r\n\t\tthis._value = value;\r\n\t\tthis.render();\r\n\t\tthis.applyClasses();\r\n\t\tthis._changeDetectorRef.markForCheck();\r\n\t}\r\n\t// From ControlValueAccessor interface\r\n\twriteValue(value: T) {\r\n\t\tthis.value = value;\r\n\t}\r\n\t// From ControlValueAccessor interface\r\n\tprotected _cvaOnChange: (value: T) => void = () => {\r\n\t\treturn;\r\n\t};\r\n\tregisterOnChange(fn: (value: T) => void) {\r\n\t\tthis._cvaOnChange = fn;\r\n\t}\r\n\t// From ControlValueAccessor interface\r\n\tprotected _onTouched: () => void = () => {\r\n\t\treturn;\r\n\t};\r\n\tregisterOnTouched(fn: () => void) {\r\n\t\tthis._onTouched = fn;\r\n\t}\r\n\tprotected isEmpty() {\r\n\t\treturn this.value === null || this.value === undefined;\r\n\t}\r\n\tprotected applyClasses() {\r\n\t\tif (this.isEmpty()) {\r\n\t\t\tthis._renderer.removeClass(this._elementRef.nativeElement, 'is-filled');\r\n\t\t} else {\r\n\t\t\tthis._renderer.addClass(this._elementRef.nativeElement, 'is-filled');\r\n\t\t}\r\n\t}\r\n\r\n\tprotected abstract render(): void;\r\n}\r\n","import { Directive, ElementRef, OnInit, Renderer2 } from '@angular/core';\r\nimport { NgControl } from '@angular/forms';\r\n\r\n/**\r\n * adds class is-filled when model is empty\r\n */\r\n@Directive({\r\n\tselector: '[luInput]',\r\n\tstandalone: true,\r\n})\r\nexport class LuInputDirective implements OnInit {\r\n\tconstructor(protected _elementRef: ElementRef, protected _renderer: Renderer2, protected _ngControl: NgControl) {}\r\n\tprotected isEmpty(value) {\r\n\t\tif (typeof value === 'string') {\r\n\t\t\treturn value === '';\r\n\t\t}\r\n\t\treturn value === null || value === undefined;\r\n\t}\r\n\tprotected applyClasses(value) {\r\n\t\tif (this.isEmpty(value)) {\r\n\t\t\tthis._renderer.removeClass(this._elementRef.nativeElement, 'is-filled');\r\n\t\t} else {\r\n\t\t\tthis._renderer.addClass(this._elementRef.nativeElement, 'is-filled');\r\n\t\t}\r\n\t}\r\n\tngOnInit() {\r\n\t\tthis._ngControl.valueChanges.subscribe((v) => this.applyClasses(v));\r\n\t\tconst val: unknown = this._ngControl.value;\r\n\t\tthis.applyClasses(val);\r\n\t}\r\n}\r\n","import { NgModule } from '@angular/core';\r\nimport { LuInputClearerComponent } from './clearer/index';\r\nimport { LuInputDisplayerDirective } from './displayer/index';\r\nimport { LuInputDirective } from './input.directive';\r\n\r\n@NgModule({\r\n\timports: [LuInputDirective, LuInputDisplayerDirective, LuInputClearerComponent],\r\n\texports: [LuInputDirective, LuInputDisplayerDirective, LuInputClearerComponent],\r\n})\r\nexport class LuInputModule {}\r\n","/*\r\n * Public API Surface of input\r\n */\r\n\r\nexport * from './lib/index';\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
@@ -1,23 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import { NgModule } from '@angular/core';
3
-
4
- class LuMaterialModule {
5
- }
6
- LuMaterialModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuMaterialModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- LuMaterialModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: LuMaterialModule });
8
- LuMaterialModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuMaterialModule });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuMaterialModule, decorators: [{
10
- type: NgModule,
11
- args: [{}]
12
- }] });
13
-
14
- /*
15
- * Public API Surface of material
16
- */
17
-
18
- /**
19
- * Generated bundle index. Do not edit.
20
- */
21
-
22
- export { LuMaterialModule };
23
- //# sourceMappingURL=lucca-front-ng-material.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"lucca-front-ng-material.mjs","sources":["../../../packages/ng/material/src/lib/module.ts","../../../packages/ng/material/src/public-api.ts","../../../packages/ng/material/src/lucca-front-ng-material.ts"],"sourcesContent":["import { NgModule } from '@angular/core';\r\n\r\n@NgModule({})\r\nexport class LuMaterialModule {}\r\n","/*\r\n * Public API Surface of material\r\n */\r\n\r\nexport * from './lib/index';\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;MAGa,gBAAgB,CAAA;;6GAAhB,gBAAgB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;8GAAhB,gBAAgB,EAAA,CAAA,CAAA;8GAAhB,gBAAgB,EAAA,CAAA,CAAA;2FAAhB,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAD5B,QAAQ;mBAAC,EAAE,CAAA;;;ACFZ;;AAEG;;ACFH;;AAEG;;;;"}