@lucca-front/ng 16.4.1 → 16.4.3

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 (536) hide show
  1. package/esm2022/a11y/public-api.mjs +1 -1
  2. package/esm2022/a11y/skip-links/skip-links.component.mjs +3 -3
  3. package/esm2022/a11y/skip-links/skip-links.translate.mjs +1 -1
  4. package/esm2022/animations/animation.factory.mjs +1 -1
  5. package/esm2022/animations/fade.animation.mjs +1 -1
  6. package/esm2022/animations/public-api.mjs +1 -1
  7. package/esm2022/animations/scale.animation.mjs +1 -1
  8. package/esm2022/animations/slide.animation.mjs +1 -1
  9. package/esm2022/api/api.model.mjs +1 -1
  10. package/esm2022/api/api.module.mjs +1 -1
  11. package/esm2022/api/public-api.mjs +1 -1
  12. package/esm2022/api/select/api-select.module.mjs +1 -1
  13. package/esm2022/api/select/feeder/api-feeder.component.mjs +1 -1
  14. package/esm2022/api/select/feeder/api-feeder.model.mjs +1 -1
  15. package/esm2022/api/select/feeder/api-feeder.module.mjs +1 -1
  16. package/esm2022/api/select/feeder/index.mjs +1 -1
  17. package/esm2022/api/select/index.mjs +1 -1
  18. package/esm2022/api/select/input/api-select-input.component.mjs +3 -3
  19. package/esm2022/api/select/input/api-select-input.module.mjs +1 -1
  20. package/esm2022/api/select/input/index.mjs +1 -1
  21. package/esm2022/api/select/pager/api-pager.component.mjs +1 -1
  22. package/esm2022/api/select/pager/api-pager.model.mjs +1 -1
  23. package/esm2022/api/select/pager/api-pager.module.mjs +1 -1
  24. package/esm2022/api/select/pager/index.mjs +1 -1
  25. package/esm2022/api/select/searcher/api-searcher.component.mjs +5 -5
  26. package/esm2022/api/select/searcher/api-searcher.model.mjs +1 -1
  27. package/esm2022/api/select/searcher/api-searcher.module.mjs +1 -1
  28. package/esm2022/api/select/searcher/index.mjs +1 -1
  29. package/esm2022/api/service/api-hybrid.service.mjs +1 -1
  30. package/esm2022/api/service/api-service.model.mjs +1 -1
  31. package/esm2022/api/service/api-v3.service.mjs +1 -1
  32. package/esm2022/api/service/api-v4.service.mjs +1 -1
  33. package/esm2022/api/service/index.mjs +1 -1
  34. package/esm2022/callout/callout.component.mjs +3 -3
  35. package/esm2022/callout/callout.translate.mjs +1 -1
  36. package/esm2022/callout/public-api.mjs +1 -1
  37. package/esm2022/core/date/date-adapter.class.mjs +1 -1
  38. package/esm2022/core/date/date-adapter.interface.mjs +1 -1
  39. package/esm2022/core/date/date-granularity.enum.mjs +1 -1
  40. package/esm2022/core/date/index.mjs +1 -1
  41. package/esm2022/core/date/native/index.mjs +1 -1
  42. package/esm2022/core/date/native/native-date.adapter.mjs +1 -1
  43. package/esm2022/core/date/native/native-date.option.mjs +1 -1
  44. package/esm2022/core/date/string/index.mjs +1 -1
  45. package/esm2022/core/date/string/string-date.adapter.mjs +1 -1
  46. package/esm2022/core/event/index.mjs +1 -1
  47. package/esm2022/core/event/on-close.subscriber.mjs +1 -1
  48. package/esm2022/core/event/on-open.subscriber.mjs +1 -1
  49. package/esm2022/core/event/on-scroll-bottom.subscriber.mjs +1 -1
  50. package/esm2022/core/group/group.interface.mjs +1 -1
  51. package/esm2022/core/group/index.mjs +1 -1
  52. package/esm2022/core/id/id.generator.mjs +1 -1
  53. package/esm2022/core/id/index.mjs +1 -1
  54. package/esm2022/core/public-api.mjs +1 -1
  55. package/esm2022/core/tools/ng-clazz.directive.mjs +1 -1
  56. package/esm2022/core/translate/index.mjs +1 -1
  57. package/esm2022/core/translate/intl.model.mjs +1 -1
  58. package/esm2022/core/translate/translation.model.mjs +1 -1
  59. package/esm2022/core/tree/index.mjs +1 -1
  60. package/esm2022/core/tree/tree.model.mjs +1 -1
  61. package/esm2022/core/type/index.mjs +1 -1
  62. package/esm2022/core/type/style.mjs +1 -1
  63. package/esm2022/core-select/displayer/displayer.directive.mjs +1 -1
  64. package/esm2022/core-select/displayer/index.mjs +1 -1
  65. package/esm2022/core-select/input/index.mjs +1 -1
  66. package/esm2022/core-select/input/select-input.component.mjs +1 -1
  67. package/esm2022/core-select/input/select-input.models.mjs +1 -1
  68. package/esm2022/core-select/option/default-option.component.mjs +1 -1
  69. package/esm2022/core-select/option/disabled.directive.mjs +1 -1
  70. package/esm2022/core-select/option/index.mjs +1 -1
  71. package/esm2022/core-select/option/option-outlet.directive.mjs +1 -1
  72. package/esm2022/core-select/option/option.component.mjs +3 -3
  73. package/esm2022/core-select/option/option.directive.mjs +1 -1
  74. package/esm2022/core-select/option/option.token.mjs +1 -1
  75. package/esm2022/core-select/panel/index.mjs +1 -1
  76. package/esm2022/core-select/panel/panel.models.mjs +1 -1
  77. package/esm2022/core-select/public-api.mjs +1 -1
  78. package/esm2022/core-select/select.model.mjs +1 -1
  79. package/esm2022/date/adapter/date-adapter.module.mjs +1 -1
  80. package/esm2022/date/adapter/date-adapter.pipe.mjs +1 -1
  81. package/esm2022/date/adapter/index.mjs +1 -1
  82. package/esm2022/date/calendar/calendar-input.component.mjs +3 -3
  83. package/esm2022/date/calendar/calendar-input.module.mjs +1 -1
  84. package/esm2022/date/calendar/calendar-item.class.mjs +1 -1
  85. package/esm2022/date/calendar/calendar-item.factory.mjs +1 -1
  86. package/esm2022/date/calendar/calendar-item.interface.mjs +1 -1
  87. package/esm2022/date/calendar/index.mjs +1 -1
  88. package/esm2022/date/date.module.mjs +1 -1
  89. package/esm2022/date/input/date-input.directive.mjs +1 -1
  90. package/esm2022/date/input/date-input.module.mjs +1 -1
  91. package/esm2022/date/input/date-input.translate.mjs +1 -1
  92. package/esm2022/date/input/index.mjs +1 -1
  93. package/esm2022/date/picker/date-picker.component.mjs +3 -3
  94. package/esm2022/date/picker/date-picker.module.mjs +1 -1
  95. package/esm2022/date/picker/index.mjs +1 -1
  96. package/esm2022/date/public-api.mjs +1 -1
  97. package/esm2022/date/select/date-select-input.component.mjs +3 -3
  98. package/esm2022/date/select/date-select-input.module.mjs +1 -1
  99. package/esm2022/date/select/date-select-input.translate.mjs +1 -1
  100. package/esm2022/date/select/index.mjs +1 -1
  101. package/esm2022/department/department.model.mjs +1 -1
  102. package/esm2022/department/department.module.mjs +1 -1
  103. package/esm2022/department/public-api.mjs +1 -1
  104. package/esm2022/department/select/department-select.module.mjs +1 -1
  105. package/esm2022/department/select/feeder/department-feeder.component.mjs +1 -1
  106. package/esm2022/department/select/feeder/department-feeder.module.mjs +1 -1
  107. package/esm2022/department/select/feeder/index.mjs +1 -1
  108. package/esm2022/department/select/index.mjs +1 -1
  109. package/esm2022/department/select/input/department-select-input.component.mjs +3 -3
  110. package/esm2022/department/select/input/department-select-input.module.mjs +1 -1
  111. package/esm2022/department/select/input/department-select-input.translate.mjs +1 -1
  112. package/esm2022/department/select/input/index.mjs +1 -1
  113. package/esm2022/department/service/department-service.model.mjs +1 -1
  114. package/esm2022/department/service/department-v3.service.mjs +1 -1
  115. package/esm2022/department/service/index.mjs +1 -1
  116. package/esm2022/dropdown/dropdown.module.mjs +1 -1
  117. package/esm2022/dropdown/item/dropdown-item.directive.mjs +1 -1
  118. package/esm2022/dropdown/item/dropdown-item.model.mjs +1 -1
  119. package/esm2022/dropdown/item/dropdown-item.module.mjs +1 -1
  120. package/esm2022/dropdown/item/index.mjs +1 -1
  121. package/esm2022/dropdown/panel/dropdown-panel.component.mjs +3 -3
  122. package/esm2022/dropdown/panel/dropdown-panel.model.mjs +1 -1
  123. package/esm2022/dropdown/panel/dropdown-panel.module.mjs +1 -1
  124. package/esm2022/dropdown/panel/index.mjs +1 -1
  125. package/esm2022/dropdown/public-api.mjs +1 -1
  126. package/esm2022/dropdown/trigger/dropdown-trigger.directive.mjs +1 -1
  127. package/esm2022/dropdown/trigger/dropdown-trigger.module.mjs +1 -1
  128. package/esm2022/dropdown/trigger/index.mjs +1 -1
  129. package/esm2022/establishment/establishment.model.mjs +1 -1
  130. package/esm2022/establishment/establishment.module.mjs +1 -1
  131. package/esm2022/establishment/public-api.mjs +1 -1
  132. package/esm2022/establishment/select/establishment-select.module.mjs +1 -1
  133. package/esm2022/establishment/select/for-legal-units/for-legal-units.directive.mjs +1 -1
  134. package/esm2022/establishment/select/for-legal-units/for-legal-units.module.mjs +1 -1
  135. package/esm2022/establishment/select/for-legal-units/index.mjs +1 -1
  136. package/esm2022/establishment/select/index.mjs +1 -1
  137. package/esm2022/establishment/select/input/establishment-select-input.component.mjs +3 -3
  138. package/esm2022/establishment/select/input/establishment-select-input.module.mjs +1 -1
  139. package/esm2022/establishment/select/input/establishment-select-input.translate.mjs +1 -1
  140. package/esm2022/establishment/select/input/index.mjs +1 -1
  141. package/esm2022/establishment/select/legal-unit-selector/index.mjs +1 -1
  142. package/esm2022/establishment/select/legal-unit-selector/legal-unit-selector.directive.mjs +1 -1
  143. package/esm2022/establishment/select/legal-unit-selector/legal-unit-selector.module.mjs +1 -1
  144. package/esm2022/establishment/select/searcher/establishment-searcher.component.mjs +3 -3
  145. package/esm2022/establishment/select/searcher/establishment-searcher.module.mjs +1 -1
  146. package/esm2022/establishment/select/searcher/index.mjs +1 -1
  147. package/esm2022/establishment/select/select-all/establishment-select-all.component.mjs +3 -3
  148. package/esm2022/establishment/select/select-all/establishment-select-all.module.mjs +1 -1
  149. package/esm2022/establishment/select/select-all/establishment-select-all.translate.mjs +1 -1
  150. package/esm2022/establishment/select/select-all/index.mjs +1 -1
  151. package/esm2022/establishment/service/establishment-service.model.mjs +1 -1
  152. package/esm2022/establishment/service/establishment.service.mjs +1 -1
  153. package/esm2022/establishment/service/index.mjs +1 -1
  154. package/esm2022/establishment/service/legal-unit-service.model.mjs +1 -1
  155. package/esm2022/establishment/service/legal-unit.service.mjs +1 -1
  156. package/esm2022/form-field/form-field-size.mjs +1 -1
  157. package/esm2022/form-field/form-field.component.mjs +3 -3
  158. package/esm2022/form-field/input.directive.mjs +1 -1
  159. package/esm2022/form-field/public-api.mjs +1 -1
  160. package/esm2022/formly/formly.config.mjs +1 -1
  161. package/esm2022/formly/formly.module.mjs +1 -1
  162. package/esm2022/formly/formly.utils.mjs +1 -1
  163. package/esm2022/formly/public-api.mjs +1 -1
  164. package/esm2022/formly/types/api.mjs +3 -3
  165. package/esm2022/formly/types/checkbox.mjs +3 -3
  166. package/esm2022/formly/types/date.mjs +3 -3
  167. package/esm2022/formly/types/department.mjs +3 -3
  168. package/esm2022/formly/types/establishment.mjs +3 -3
  169. package/esm2022/formly/types/index.mjs +1 -1
  170. package/esm2022/formly/types/input.mjs +3 -3
  171. package/esm2022/formly/types/qualification.mjs +3 -3
  172. package/esm2022/formly/types/radios.mjs +3 -3
  173. package/esm2022/formly/types/select.mjs +3 -3
  174. package/esm2022/formly/types/textarea.mjs +3 -3
  175. package/esm2022/formly/types/user.mjs +3 -3
  176. package/esm2022/formly/wrappers/checkbox-layout.mjs +3 -3
  177. package/esm2022/formly/wrappers/error.mjs +7 -7
  178. package/esm2022/formly/wrappers/helper.mjs +3 -3
  179. package/esm2022/formly/wrappers/icon.mjs +3 -3
  180. package/esm2022/formly/wrappers/index.mjs +1 -1
  181. package/esm2022/formly/wrappers/radiosfield-layout.mjs +3 -3
  182. package/esm2022/formly/wrappers/suffix.mjs +3 -3
  183. package/esm2022/formly/wrappers/textfield-layout.mjs +3 -3
  184. package/esm2022/forms/abstract-field-component.mjs +1 -1
  185. package/esm2022/forms/checkboxfield/checkboxfield.component.mjs +3 -3
  186. package/esm2022/forms/form-field-id.directive.mjs +1 -1
  187. package/esm2022/forms/inject-ng-control.mjs +1 -1
  188. package/esm2022/forms/noop-value-accessor.directive.mjs +1 -1
  189. package/esm2022/forms/public-api.mjs +1 -1
  190. package/esm2022/forms/switchfield/switchfield.component.mjs +3 -3
  191. package/esm2022/forms/textfield/textfield-addon.mjs +1 -1
  192. package/esm2022/forms/textfield/textfield.component.mjs +3 -3
  193. package/esm2022/forms/textfield/textfield.translate.mjs +1 -1
  194. package/esm2022/icon/icon.component.mjs +3 -3
  195. package/esm2022/icon/public-api.mjs +1 -1
  196. package/esm2022/inline-message/inline-message-state.mjs +1 -1
  197. package/esm2022/inline-message/inline-message.component.mjs +3 -3
  198. package/esm2022/inline-message/public-api.mjs +1 -1
  199. package/esm2022/input/clearer/clearer.component.mjs +3 -3
  200. package/esm2022/input/clearer/clearer.model.mjs +1 -1
  201. package/esm2022/input/clearer/clearer.module.mjs +1 -1
  202. package/esm2022/input/clearer/index.mjs +1 -1
  203. package/esm2022/input/displayer/index.mjs +1 -1
  204. package/esm2022/input/displayer/input-displayer.directive.mjs +1 -1
  205. package/esm2022/input/displayer/input-displayer.model.mjs +1 -1
  206. package/esm2022/input/displayer/input-displayer.module.mjs +1 -1
  207. package/esm2022/input/input.directive.mjs +1 -1
  208. package/esm2022/input/input.model.mjs +1 -1
  209. package/esm2022/input/input.module.mjs +1 -1
  210. package/esm2022/input/public-api.mjs +1 -1
  211. package/esm2022/modal/modal-config.default.mjs +1 -1
  212. package/esm2022/modal/modal-config.model.mjs +1 -1
  213. package/esm2022/modal/modal-panel.component.mjs +5 -5
  214. package/esm2022/modal/modal-ref.factory.mjs +1 -1
  215. package/esm2022/modal/modal-ref.model.mjs +1 -1
  216. package/esm2022/modal/modal.model.mjs +1 -1
  217. package/esm2022/modal/modal.module.mjs +1 -1
  218. package/esm2022/modal/modal.service.mjs +1 -1
  219. package/esm2022/modal/modal.token.mjs +1 -1
  220. package/esm2022/modal/modal.translate.mjs +1 -1
  221. package/esm2022/modal/modal.utils.mjs +1 -1
  222. package/esm2022/modal/public-api.mjs +1 -1
  223. package/esm2022/multi-select/displayer/default-displayer.component.mjs +45 -45
  224. package/esm2022/multi-select/displayer/default-displayer.translate.mjs +1 -1
  225. package/esm2022/multi-select/displayer/displayer.directive.mjs +1 -1
  226. package/esm2022/multi-select/displayer/index.mjs +1 -1
  227. package/esm2022/multi-select/input/index.mjs +1 -1
  228. package/esm2022/multi-select/input/panel-ref.factory.mjs +1 -1
  229. package/esm2022/multi-select/input/panel.model.mjs +1 -1
  230. package/esm2022/multi-select/input/select-input.component.mjs +3 -3
  231. package/esm2022/multi-select/panel/index.mjs +1 -1
  232. package/esm2022/multi-select/panel/option-selected.pipe.mjs +1 -1
  233. package/esm2022/multi-select/panel/panel.component.mjs +3 -3
  234. package/esm2022/multi-select/panel/selected-chip.directive.mjs +1 -1
  235. package/esm2022/multi-select/public-api.mjs +1 -1
  236. package/esm2022/multi-select/select.model.mjs +1 -1
  237. package/esm2022/multi-select/select.translate.mjs +1 -1
  238. package/esm2022/new-badge/new-badge.component.mjs +3 -3
  239. package/esm2022/new-badge/public-api.mjs +1 -1
  240. package/esm2022/number/number.module.mjs +1 -1
  241. package/esm2022/number/number.pipe.mjs +1 -1
  242. package/esm2022/number/public-api.mjs +1 -1
  243. package/esm2022/numeric-badge/numeric-badge/numeric-badge.component.mjs +3 -3
  244. package/esm2022/numeric-badge/public-api.mjs +1 -1
  245. package/esm2022/option/item/index.mjs +1 -1
  246. package/esm2022/option/item/option-item.component.mjs +3 -3
  247. package/esm2022/option/item/option-item.model.mjs +1 -1
  248. package/esm2022/option/item/option-item.module.mjs +1 -1
  249. package/esm2022/option/item/tree-option-item.component.mjs +3 -3
  250. package/esm2022/option/item/tree-option-item.model.mjs +1 -1
  251. package/esm2022/option/item/tree-option-item.module.mjs +1 -1
  252. package/esm2022/option/item/tree-option-item.translate.mjs +1 -1
  253. package/esm2022/option/operator/feeder/index.mjs +1 -1
  254. package/esm2022/option/operator/feeder/option-feeder.component.mjs +1 -1
  255. package/esm2022/option/operator/feeder/option-feeder.module.mjs +1 -1
  256. package/esm2022/option/operator/feeder/tree-option-feeder.component.mjs +1 -1
  257. package/esm2022/option/operator/feeder/tree-option-feeder.module.mjs +1 -1
  258. package/esm2022/option/operator/for-groups/for-groups.directive.mjs +1 -1
  259. package/esm2022/option/operator/for-groups/for-groups.module.mjs +1 -1
  260. package/esm2022/option/operator/for-groups/index.mjs +1 -1
  261. package/esm2022/option/operator/for-options/for-options.directive.mjs +1 -1
  262. package/esm2022/option/operator/for-options/for-options.module.mjs +1 -1
  263. package/esm2022/option/operator/for-options/for-tree-options.directive.mjs +1 -1
  264. package/esm2022/option/operator/for-options/for-tree-options.module.mjs +1 -1
  265. package/esm2022/option/operator/for-options/index.mjs +1 -1
  266. package/esm2022/option/operator/index.mjs +1 -1
  267. package/esm2022/option/operator/option-operator.model.mjs +1 -1
  268. package/esm2022/option/operator/option-operator.module.mjs +1 -1
  269. package/esm2022/option/operator/pager/index.mjs +1 -1
  270. package/esm2022/option/operator/pager/option-pager.component.mjs +1 -1
  271. package/esm2022/option/operator/pager/option-pager.module.mjs +1 -1
  272. package/esm2022/option/operator/pager/tree-option-pager.component.mjs +1 -1
  273. package/esm2022/option/operator/pager/tree-option-pager.module.mjs +1 -1
  274. package/esm2022/option/operator/searcher/index.mjs +1 -1
  275. package/esm2022/option/operator/searcher/option-searcher.component.mjs +3 -3
  276. package/esm2022/option/operator/searcher/option-searcher.module.mjs +1 -1
  277. package/esm2022/option/operator/searcher/tree-option-searcher.component.mjs +3 -3
  278. package/esm2022/option/operator/searcher/tree-option-searcher.module.mjs +1 -1
  279. package/esm2022/option/operator/tree-option-operator.model.mjs +1 -1
  280. package/esm2022/option/operator/tree-option-operator.module.mjs +1 -1
  281. package/esm2022/option/option.module.mjs +1 -1
  282. package/esm2022/option/picker/index.mjs +1 -1
  283. package/esm2022/option/picker/option-picker-advanced.component.mjs +3 -3
  284. package/esm2022/option/picker/option-picker.component.mjs +3 -3
  285. package/esm2022/option/picker/option-picker.model.mjs +1 -1
  286. package/esm2022/option/picker/option-picker.module.mjs +1 -1
  287. package/esm2022/option/picker/tree-option-picker-advanced.component.mjs +3 -3
  288. package/esm2022/option/picker/tree-option-picker.component.mjs +3 -3
  289. package/esm2022/option/picker/tree-option-picker.model.mjs +1 -1
  290. package/esm2022/option/picker/tree-option-picker.module.mjs +1 -1
  291. package/esm2022/option/placeholder/index.mjs +1 -1
  292. package/esm2022/option/placeholder/option-placeholder.component.mjs +3 -3
  293. package/esm2022/option/placeholder/option-placeholder.module.mjs +1 -1
  294. package/esm2022/option/placeholder/option-placeholder.translate.mjs +1 -1
  295. package/esm2022/option/public-api.mjs +1 -1
  296. package/esm2022/option/selector/all/index.mjs +1 -1
  297. package/esm2022/option/selector/all/select-all.component.mjs +3 -3
  298. package/esm2022/option/selector/all/select-all.module.mjs +1 -1
  299. package/esm2022/option/selector/all/select-all.translate.mjs +1 -1
  300. package/esm2022/option/selector/all/tree-select-all.component.mjs +3 -3
  301. package/esm2022/option/selector/all/tree-select-all.module.mjs +1 -1
  302. package/esm2022/option/selector/index.mjs +1 -1
  303. package/esm2022/option/selector/option-selector.model.mjs +1 -1
  304. package/esm2022/option/selector/option-selector.module.mjs +1 -1
  305. package/esm2022/option/selector/tree-option-selector.model.mjs +1 -1
  306. package/esm2022/option/selector/tree-option-selector.module.mjs +1 -1
  307. package/esm2022/option/tree-option.module.mjs +1 -1
  308. package/esm2022/picker/input-picker.model.mjs +1 -1
  309. package/esm2022/picker/public-api.mjs +1 -1
  310. package/esm2022/popover/animation/index.mjs +1 -1
  311. package/esm2022/popover/animation/popover.animation.mjs +1 -1
  312. package/esm2022/popover/panel/index.mjs +1 -1
  313. package/esm2022/popover/panel/popover-panel.component.mjs +3 -3
  314. package/esm2022/popover/panel/popover-panel.model.mjs +1 -1
  315. package/esm2022/popover/panel/popover-panel.module.mjs +1 -1
  316. package/esm2022/popover/popover.module.mjs +1 -1
  317. package/esm2022/popover/public-api.mjs +1 -1
  318. package/esm2022/popover/target/index.mjs +1 -1
  319. package/esm2022/popover/target/popover-target.directive.mjs +1 -1
  320. package/esm2022/popover/target/popover-target.model.mjs +3 -3
  321. package/esm2022/popover/target/popover-target.module.mjs +1 -1
  322. package/esm2022/popover/trigger/index.mjs +1 -1
  323. package/esm2022/popover/trigger/popover-trigger.directive.mjs +1 -1
  324. package/esm2022/popover/trigger/popover-trigger.model.mjs +4 -4
  325. package/esm2022/popover/trigger/popover-trigger.module.mjs +1 -1
  326. package/esm2022/popup/popup-config.default.mjs +1 -1
  327. package/esm2022/popup/popup-config.model.mjs +1 -1
  328. package/esm2022/popup/popup-ref.factory.mjs +1 -1
  329. package/esm2022/popup/popup-ref.model.mjs +1 -1
  330. package/esm2022/popup/popup.module.mjs +1 -1
  331. package/esm2022/popup/popup.service.mjs +1 -1
  332. package/esm2022/popup/popup.token.mjs +1 -1
  333. package/esm2022/popup/public-api.mjs +1 -1
  334. package/esm2022/public_api.mjs +1 -1
  335. package/esm2022/qualification/public-api.mjs +1 -1
  336. package/esm2022/qualification/qualification.model.mjs +1 -1
  337. package/esm2022/qualification/qualification.module.mjs +1 -1
  338. package/esm2022/qualification/select/index.mjs +1 -1
  339. package/esm2022/qualification/select/input/index.mjs +1 -1
  340. package/esm2022/qualification/select/input/qualification-select-input.component.mjs +3 -3
  341. package/esm2022/qualification/select/input/qualification-select-input.module.mjs +1 -1
  342. package/esm2022/qualification/select/input/qualification-select-input.translate.mjs +1 -1
  343. package/esm2022/qualification/select/qualification-select.module.mjs +1 -1
  344. package/esm2022/safe-content/public-api.mjs +1 -1
  345. package/esm2022/safe-content/safe-content.module.mjs +1 -1
  346. package/esm2022/safe-content/safe-html.pipe.mjs +1 -1
  347. package/esm2022/scroll/public-api.mjs +1 -1
  348. package/esm2022/scroll/scroll.directive.mjs +1 -1
  349. package/esm2022/scroll/scroll.model.mjs +1 -1
  350. package/esm2022/scroll/scroll.module.mjs +1 -1
  351. package/esm2022/select/input/index.mjs +1 -1
  352. package/esm2022/select/input/select-input.component.mjs +3 -3
  353. package/esm2022/select/input/select-input.model.mjs +1 -1
  354. package/esm2022/select/input/select-input.module.mjs +1 -1
  355. package/esm2022/select/public-api.mjs +1 -1
  356. package/esm2022/select/select.module.mjs +1 -1
  357. package/esm2022/sidepanel/public-api.mjs +1 -1
  358. package/esm2022/sidepanel/sidepanel.model.mjs +1 -1
  359. package/esm2022/sidepanel/sidepanel.module.mjs +1 -1
  360. package/esm2022/sidepanel/sidepanel.service.mjs +1 -1
  361. package/esm2022/simple-select/api/api-v3.directive.mjs +1 -1
  362. package/esm2022/simple-select/api/api-v4.directive.mjs +1 -1
  363. package/esm2022/simple-select/api/api.directive.mjs +1 -1
  364. package/esm2022/simple-select/api/public-api.mjs +1 -1
  365. package/esm2022/simple-select/input/index.mjs +1 -1
  366. package/esm2022/simple-select/input/panel-ref.factory.mjs +1 -1
  367. package/esm2022/simple-select/input/select-input.component.mjs +3 -3
  368. package/esm2022/simple-select/panel/index.mjs +1 -1
  369. package/esm2022/simple-select/panel/panel.component.mjs +3 -3
  370. package/esm2022/simple-select/public-api.mjs +1 -1
  371. package/esm2022/simple-select/select.model.mjs +1 -1
  372. package/esm2022/simple-select/select.translate.mjs +1 -1
  373. package/esm2022/title/public-api.mjs +1 -1
  374. package/esm2022/title/title-translate.service.mjs +1 -1
  375. package/esm2022/title/title.model.mjs +1 -1
  376. package/esm2022/title/title.module.mjs +1 -1
  377. package/esm2022/title/title.service.mjs +1 -1
  378. package/esm2022/title/title.strategy.mjs +1 -1
  379. package/esm2022/toast/public-api.mjs +1 -1
  380. package/esm2022/toast/toasts.component.mjs +3 -3
  381. package/esm2022/toast/toasts.model.mjs +1 -1
  382. package/esm2022/toast/toasts.module.mjs +1 -1
  383. package/esm2022/toast/toasts.service.mjs +1 -1
  384. package/esm2022/toast/toasts.translate.mjs +1 -1
  385. package/esm2022/tooltip/animation/index.mjs +1 -1
  386. package/esm2022/tooltip/animation/tooltip.animation.mjs +1 -1
  387. package/esm2022/tooltip/panel/index.mjs +1 -1
  388. package/esm2022/tooltip/panel/tooltip-panel.component.mjs +3 -3
  389. package/esm2022/tooltip/panel/tooltip-panel.module.mjs +1 -1
  390. package/esm2022/tooltip/public-api.mjs +1 -1
  391. package/esm2022/tooltip/tooltip.module.mjs +1 -1
  392. package/esm2022/tooltip/trigger/index.mjs +1 -1
  393. package/esm2022/tooltip/trigger/tooltip-trigger.directive.mjs +1 -1
  394. package/esm2022/tooltip/trigger/tooltip-trigger.module.mjs +1 -1
  395. package/esm2022/user/display/display-format.model.mjs +1 -1
  396. package/esm2022/user/display/index.mjs +1 -1
  397. package/esm2022/user/display/user-display.module.mjs +1 -1
  398. package/esm2022/user/display/user-display.pipe.mjs +1 -1
  399. package/esm2022/user/picture/index.mjs +1 -1
  400. package/esm2022/user/picture/user-picture.component.mjs +3 -3
  401. package/esm2022/user/picture/user-picture.module.mjs +1 -1
  402. package/esm2022/user/public-api.mjs +1 -1
  403. package/esm2022/user/select/homonyms/index.mjs +1 -1
  404. package/esm2022/user/select/homonyms/user-homonyms.component.mjs +1 -1
  405. package/esm2022/user/select/homonyms/user-homonyms.module.mjs +1 -1
  406. package/esm2022/user/select/homonyms/user-homonyms.service.mjs +1 -1
  407. package/esm2022/user/select/index.mjs +1 -1
  408. package/esm2022/user/select/input/index.mjs +1 -1
  409. package/esm2022/user/select/input/user-select-input.component.mjs +3 -3
  410. package/esm2022/user/select/input/user-select-input.module.mjs +1 -1
  411. package/esm2022/user/select/input/user-select-input.translate.mjs +1 -1
  412. package/esm2022/user/select/me/index.mjs +1 -1
  413. package/esm2022/user/select/me/me-option.directive.mjs +1 -1
  414. package/esm2022/user/select/me/me-option.module.mjs +1 -1
  415. package/esm2022/user/select/searcher/index.mjs +1 -1
  416. package/esm2022/user/select/searcher/user-searcher.component.mjs +3 -3
  417. package/esm2022/user/select/searcher/user-searcher.module.mjs +1 -1
  418. package/esm2022/user/select/searcher/user-searcher.translate.mjs +1 -1
  419. package/esm2022/user/select/user-select.module.mjs +1 -1
  420. package/esm2022/user/service/index.mjs +1 -1
  421. package/esm2022/user/service/user-service.model.mjs +1 -1
  422. package/esm2022/user/service/user-v3.service.mjs +1 -1
  423. package/esm2022/user/tile/index.mjs +1 -1
  424. package/esm2022/user/tile/user-tile.component.mjs +3 -3
  425. package/esm2022/user/tile/user-tile.module.mjs +1 -1
  426. package/esm2022/user/user.model.mjs +1 -1
  427. package/esm2022/user/user.module.mjs +1 -1
  428. package/fesm2022/lucca-front-ng-a11y.mjs +2 -2
  429. package/fesm2022/lucca-front-ng-a11y.mjs.map +1 -1
  430. package/fesm2022/lucca-front-ng-animations.mjs.map +1 -1
  431. package/fesm2022/lucca-front-ng-api.mjs +6 -6
  432. package/fesm2022/lucca-front-ng-api.mjs.map +1 -1
  433. package/fesm2022/lucca-front-ng-callout.mjs +2 -2
  434. package/fesm2022/lucca-front-ng-callout.mjs.map +1 -1
  435. package/fesm2022/lucca-front-ng-core-select.mjs +2 -2
  436. package/fesm2022/lucca-front-ng-core-select.mjs.map +1 -1
  437. package/fesm2022/lucca-front-ng-core.mjs.map +1 -1
  438. package/fesm2022/lucca-front-ng-date.mjs +6 -6
  439. package/fesm2022/lucca-front-ng-date.mjs.map +1 -1
  440. package/fesm2022/lucca-front-ng-department.mjs +2 -2
  441. package/fesm2022/lucca-front-ng-department.mjs.map +1 -1
  442. package/fesm2022/lucca-front-ng-dropdown.mjs +2 -2
  443. package/fesm2022/lucca-front-ng-dropdown.mjs.map +1 -1
  444. package/fesm2022/lucca-front-ng-establishment.mjs +6 -6
  445. package/fesm2022/lucca-front-ng-establishment.mjs.map +1 -1
  446. package/fesm2022/lucca-front-ng-form-field.mjs +2 -2
  447. package/fesm2022/lucca-front-ng-form-field.mjs.map +1 -1
  448. package/fesm2022/lucca-front-ng-formly.mjs +40 -40
  449. package/fesm2022/lucca-front-ng-formly.mjs.map +1 -1
  450. package/fesm2022/lucca-front-ng-forms.mjs +6 -6
  451. package/fesm2022/lucca-front-ng-forms.mjs.map +1 -1
  452. package/fesm2022/lucca-front-ng-icon.mjs +2 -2
  453. package/fesm2022/lucca-front-ng-icon.mjs.map +1 -1
  454. package/fesm2022/lucca-front-ng-inline-message.mjs +2 -2
  455. package/fesm2022/lucca-front-ng-inline-message.mjs.map +1 -1
  456. package/fesm2022/lucca-front-ng-input.mjs +2 -2
  457. package/fesm2022/lucca-front-ng-input.mjs.map +1 -1
  458. package/fesm2022/lucca-front-ng-modal.mjs +4 -4
  459. package/fesm2022/lucca-front-ng-modal.mjs.map +1 -1
  460. package/fesm2022/lucca-front-ng-multi-select.mjs +48 -48
  461. package/fesm2022/lucca-front-ng-multi-select.mjs.map +1 -1
  462. package/fesm2022/lucca-front-ng-new-badge.mjs +2 -2
  463. package/fesm2022/lucca-front-ng-new-badge.mjs.map +1 -1
  464. package/fesm2022/lucca-front-ng-number.mjs.map +1 -1
  465. package/fesm2022/lucca-front-ng-numeric-badge.mjs +2 -2
  466. package/fesm2022/lucca-front-ng-numeric-badge.mjs.map +1 -1
  467. package/fesm2022/lucca-front-ng-option.mjs +22 -22
  468. package/fesm2022/lucca-front-ng-option.mjs.map +1 -1
  469. package/fesm2022/lucca-front-ng-picker.mjs.map +1 -1
  470. package/fesm2022/lucca-front-ng-popover.mjs +7 -7
  471. package/fesm2022/lucca-front-ng-popover.mjs.map +1 -1
  472. package/fesm2022/lucca-front-ng-popup.mjs.map +1 -1
  473. package/fesm2022/lucca-front-ng-qualification.mjs +2 -2
  474. package/fesm2022/lucca-front-ng-qualification.mjs.map +1 -1
  475. package/fesm2022/lucca-front-ng-safe-content.mjs.map +1 -1
  476. package/fesm2022/lucca-front-ng-scroll.mjs.map +1 -1
  477. package/fesm2022/lucca-front-ng-select.mjs +2 -2
  478. package/fesm2022/lucca-front-ng-select.mjs.map +1 -1
  479. package/fesm2022/lucca-front-ng-sidepanel.mjs.map +1 -1
  480. package/fesm2022/lucca-front-ng-simple-select-api.mjs.map +1 -1
  481. package/fesm2022/lucca-front-ng-simple-select.mjs +4 -4
  482. package/fesm2022/lucca-front-ng-simple-select.mjs.map +1 -1
  483. package/fesm2022/lucca-front-ng-title.mjs.map +1 -1
  484. package/fesm2022/lucca-front-ng-toast.mjs +2 -2
  485. package/fesm2022/lucca-front-ng-toast.mjs.map +1 -1
  486. package/fesm2022/lucca-front-ng-tooltip.mjs +2 -2
  487. package/fesm2022/lucca-front-ng-tooltip.mjs.map +1 -1
  488. package/fesm2022/lucca-front-ng-user.mjs +8 -8
  489. package/fesm2022/lucca-front-ng-user.mjs.map +1 -1
  490. package/fesm2022/lucca-front-ng.mjs.map +1 -1
  491. package/formly/style/_components.scss +13 -13
  492. package/formly/style/main.scss +2 -2
  493. package/material/style/_components.scss +13 -13
  494. package/material/style/components/_autocomplete.scss +15 -15
  495. package/material/style/components/_buttons.scss +5 -5
  496. package/material/style/components/_datepicker.scss +124 -124
  497. package/material/style/components/_dialog.scss +34 -34
  498. package/material/style/components/_input.scss +5 -5
  499. package/material/style/components/_menu.scss +23 -23
  500. package/material/style/components/_mixins.scss +10 -10
  501. package/material/style/components/_options.scss +26 -26
  502. package/material/style/components/_select.scss +46 -46
  503. package/material/style/components/_tooltip.scss +11 -11
  504. package/material/style/main.scss +12 -12
  505. package/package.json +19 -19
  506. package/schematics/collection.json +9 -9
  507. package/schematics/lib/local-deps/package-lock.json +189 -189
  508. package/schematics/lib/local-deps/package.json +23 -23
  509. package/schematics/migrations.json +10 -10
  510. package/schematics/ng-add/file-content.js +12 -12
  511. package/simple-select/README.md +9 -9
  512. package/src/_components.scss +12 -12
  513. package/src/_definitions.scss +9 -9
  514. package/src/components/_calendar.scss +4 -4
  515. package/src/components/_dropdown.scss +77 -77
  516. package/src/components/_input.scss +57 -57
  517. package/src/components/_picker.scss +70 -70
  518. package/src/components/_popover.scss +58 -58
  519. package/src/components/_popup.scss +164 -164
  520. package/src/components/_sidepanel.scss +60 -60
  521. package/src/components/cdk/_dragDrop.scss +60 -60
  522. package/src/components/cdk/_global.scss +20 -20
  523. package/src/components/cdk/_misc.scss +12 -12
  524. package/src/components/cdk/_overlay.scss +72 -72
  525. package/src/components/cdk/_textarea.scss +17 -17
  526. package/src/definitions/option/_option-item.scss +165 -165
  527. package/src/definitions/option/_option-placeholder.scss +8 -8
  528. package/src/definitions/option/_option-searcher.scss +16 -16
  529. package/src/definitions/option/_option-selector.scss +11 -11
  530. package/src/definitions/select/_select-clearer.scss +14 -14
  531. package/src/definitions/select/_select-input.scss +322 -322
  532. package/src/definitions/tooltip/_tooltip.scss +36 -36
  533. package/src/definitions/user/user-picture.scss +100 -100
  534. package/src/definitions/user/user-tile.scss +82 -82
  535. package/src/main.scss +2 -2
  536. package/title/README.md +114 -114
@@ -48,11 +48,11 @@ class LuFormlyFieldApi extends FieldType {
48
48
  this.props['_isFocused'] = false;
49
49
  }
50
50
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldApi, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
51
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldApi, selector: "lu-formly-field-api", usesInheritance: true, ngImport: i0, template: "<lu-api-select\r\n\tclass=\"textfield-input\"\r\n\t[formControl]=\"formControl\"\r\n\t[formlyAttributes]=\"field\"\r\n\t[multiple]=\"props['multiple']\"\r\n\t(focus)=\"focus()\"\r\n\t(blur)=\"blur()\"\r\n\t[placeholder]=\"props.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\">{{ props.label }}</span>\r\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"], dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2.LuApiSelectInputComponent, selector: "lu-api-select", inputs: ["standard", "api", "fields", "filters", "orderBy", "sort"] }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
51
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldApi, selector: "lu-formly-field-api", usesInheritance: true, ngImport: i0, template: "<lu-api-select\n\tclass=\"textfield-input\"\n\t[formControl]=\"formControl\"\n\t[formlyAttributes]=\"field\"\n\t[multiple]=\"props['multiple']\"\n\t(focus)=\"focus()\"\n\t(blur)=\"blur()\"\n\t[placeholder]=\"props.placeholder\"\n\t[api]=\"_api\"\n\t[filters]=\"_filters\"\n\t[orderBy]=\"_orderBy\"\n\t[sort]=\"_sort\"\n\t[standard]=\"_standard\"\n>\n</lu-api-select>\n<span [attr.for]=\"id\" class=\"textfield-label\">{{ props.label }}</span>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"], dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2.LuApiSelectInputComponent, selector: "lu-api-select", inputs: ["standard", "api", "fields", "filters", "orderBy", "sort"] }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
52
52
  }
53
53
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldApi, decorators: [{
54
54
  type: Component,
55
- args: [{ selector: 'lu-formly-field-api', changeDetection: ChangeDetectionStrategy.OnPush, template: "<lu-api-select\r\n\tclass=\"textfield-input\"\r\n\t[formControl]=\"formControl\"\r\n\t[formlyAttributes]=\"field\"\r\n\t[multiple]=\"props['multiple']\"\r\n\t(focus)=\"focus()\"\r\n\t(blur)=\"blur()\"\r\n\t[placeholder]=\"props.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\">{{ props.label }}</span>\r\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"] }]
55
+ args: [{ selector: 'lu-formly-field-api', changeDetection: ChangeDetectionStrategy.OnPush, template: "<lu-api-select\n\tclass=\"textfield-input\"\n\t[formControl]=\"formControl\"\n\t[formlyAttributes]=\"field\"\n\t[multiple]=\"props['multiple']\"\n\t(focus)=\"focus()\"\n\t(blur)=\"blur()\"\n\t[placeholder]=\"props.placeholder\"\n\t[api]=\"_api\"\n\t[filters]=\"_filters\"\n\t[orderBy]=\"_orderBy\"\n\t[sort]=\"_sort\"\n\t[standard]=\"_standard\"\n>\n</lu-api-select>\n<span [attr.for]=\"id\" class=\"textfield-label\">{{ props.label }}</span>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"] }]
56
56
  }] });
57
57
 
58
58
  class LuFormlyFieldEstablishment extends FieldType {
@@ -63,11 +63,11 @@ class LuFormlyFieldEstablishment extends FieldType {
63
63
  this.props['_isFocused'] = false;
64
64
  }
65
65
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldEstablishment, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
66
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldEstablishment, selector: "lu-formly-field-establishment", usesInheritance: true, ngImport: i0, template: "<lu-establishment-select\r\n\tclass=\"textfield-input\"\r\n\t[formControl]=\"formControl\"\r\n\t[formlyAttributes]=\"field\"\r\n\t[multiple]=\"props['multiple']\"\r\n\t(focus)=\"focus()\"\r\n\t(blur)=\"blur()\"\r\n\t[placeholder]=\"props.placeholder\"\r\n\t[filters]=\"props['filters']\"\r\n\t[appInstanceId]=\"props['appInstanceId']\"\r\n\t[operations]=\"props['operations']\"\r\n>\r\n</lu-establishment-select>\r\n<span class=\"textfield-label\">{{ props.label }}</span>\r\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"], dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2$1.LuEstablishmentSelectInputComponent, selector: "lu-establishment-select", inputs: ["filters", "appInstanceId", "operations"] }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
66
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldEstablishment, selector: "lu-formly-field-establishment", usesInheritance: true, ngImport: i0, template: "<lu-establishment-select\n\tclass=\"textfield-input\"\n\t[formControl]=\"formControl\"\n\t[formlyAttributes]=\"field\"\n\t[multiple]=\"props['multiple']\"\n\t(focus)=\"focus()\"\n\t(blur)=\"blur()\"\n\t[placeholder]=\"props.placeholder\"\n\t[filters]=\"props['filters']\"\n\t[appInstanceId]=\"props['appInstanceId']\"\n\t[operations]=\"props['operations']\"\n>\n</lu-establishment-select>\n<span class=\"textfield-label\">{{ props.label }}</span>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"], dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2$1.LuEstablishmentSelectInputComponent, selector: "lu-establishment-select", inputs: ["filters", "appInstanceId", "operations"] }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
67
67
  }
68
68
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldEstablishment, decorators: [{
69
69
  type: Component,
70
- args: [{ selector: 'lu-formly-field-establishment', changeDetection: ChangeDetectionStrategy.OnPush, template: "<lu-establishment-select\r\n\tclass=\"textfield-input\"\r\n\t[formControl]=\"formControl\"\r\n\t[formlyAttributes]=\"field\"\r\n\t[multiple]=\"props['multiple']\"\r\n\t(focus)=\"focus()\"\r\n\t(blur)=\"blur()\"\r\n\t[placeholder]=\"props.placeholder\"\r\n\t[filters]=\"props['filters']\"\r\n\t[appInstanceId]=\"props['appInstanceId']\"\r\n\t[operations]=\"props['operations']\"\r\n>\r\n</lu-establishment-select>\r\n<span class=\"textfield-label\">{{ props.label }}</span>\r\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"] }]
70
+ args: [{ selector: 'lu-formly-field-establishment', changeDetection: ChangeDetectionStrategy.OnPush, template: "<lu-establishment-select\n\tclass=\"textfield-input\"\n\t[formControl]=\"formControl\"\n\t[formlyAttributes]=\"field\"\n\t[multiple]=\"props['multiple']\"\n\t(focus)=\"focus()\"\n\t(blur)=\"blur()\"\n\t[placeholder]=\"props.placeholder\"\n\t[filters]=\"props['filters']\"\n\t[appInstanceId]=\"props['appInstanceId']\"\n\t[operations]=\"props['operations']\"\n>\n</lu-establishment-select>\n<span class=\"textfield-label\">{{ props.label }}</span>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"] }]
71
71
  }] });
72
72
 
73
73
  class LuFormlyFieldCheckbox extends FieldType {
@@ -78,11 +78,11 @@ class LuFormlyFieldCheckbox extends FieldType {
78
78
  this.props['_isFocused'] = false;
79
79
  }
80
80
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldCheckbox, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
81
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldCheckbox, selector: "lu-formly-field-checkbox", usesInheritance: true, ngImport: i0, template: "<label class=\"checkbox\" [ngClass]=\"props['mod']\">\r\n\t<input\r\n\t\tclass=\"checkbox-input\"\r\n\t\ttype=\"checkbox\"\r\n\t\t[name]=\"props['name']\"\r\n\t\t[id]=\"id\"\r\n\t\t[formControl]=\"formControl\"\r\n\t\t[formlyAttributes]=\"field\"\r\n\t\t(focus)=\"focus()\"\r\n\t\t(blur)=\"blur()\"\r\n\t/>\r\n\t<span class=\"checkbox-label\">{{props.label}}</span>\r\n</label>\r\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n"], dependencies: [{ kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
81
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldCheckbox, selector: "lu-formly-field-checkbox", usesInheritance: true, ngImport: i0, template: "<label class=\"checkbox\" [ngClass]=\"props['mod']\">\n\t<input\n\t\tclass=\"checkbox-input\"\n\t\ttype=\"checkbox\"\n\t\t[name]=\"props['name']\"\n\t\t[id]=\"id\"\n\t\t[formControl]=\"formControl\"\n\t\t[formlyAttributes]=\"field\"\n\t\t(focus)=\"focus()\"\n\t\t(blur)=\"blur()\"\n\t/>\n\t<span class=\"checkbox-label\">{{props.label}}</span>\n</label>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n"], dependencies: [{ kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
82
82
  }
83
83
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldCheckbox, decorators: [{
84
84
  type: Component,
85
- args: [{ selector: 'lu-formly-field-checkbox', changeDetection: ChangeDetectionStrategy.OnPush, template: "<label class=\"checkbox\" [ngClass]=\"props['mod']\">\r\n\t<input\r\n\t\tclass=\"checkbox-input\"\r\n\t\ttype=\"checkbox\"\r\n\t\t[name]=\"props['name']\"\r\n\t\t[id]=\"id\"\r\n\t\t[formControl]=\"formControl\"\r\n\t\t[formlyAttributes]=\"field\"\r\n\t\t(focus)=\"focus()\"\r\n\t\t(blur)=\"blur()\"\r\n\t/>\r\n\t<span class=\"checkbox-label\">{{props.label}}</span>\r\n</label>\r\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n"] }]
85
+ args: [{ selector: 'lu-formly-field-checkbox', changeDetection: ChangeDetectionStrategy.OnPush, template: "<label class=\"checkbox\" [ngClass]=\"props['mod']\">\n\t<input\n\t\tclass=\"checkbox-input\"\n\t\ttype=\"checkbox\"\n\t\t[name]=\"props['name']\"\n\t\t[id]=\"id\"\n\t\t[formControl]=\"formControl\"\n\t\t[formlyAttributes]=\"field\"\n\t\t(focus)=\"focus()\"\n\t\t(blur)=\"blur()\"\n\t/>\n\t<span class=\"checkbox-label\">{{props.label}}</span>\n</label>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n"] }]
86
86
  }] });
87
87
 
88
88
  class LuFormlyFieldDate extends FieldType {
@@ -93,11 +93,11 @@ class LuFormlyFieldDate extends FieldType {
93
93
  this.props['_isFocused'] = false;
94
94
  }
95
95
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldDate, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
96
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldDate, selector: "lu-formly-field-date", usesInheritance: true, ngImport: i0, template: "<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]=\"props.placeholder\"\r\n\t[min]=\"props.min\"\r\n\t[max]=\"props.max\"\r\n></lu-date-select>\r\n<span class=\"textfield-label\">{{ props.label }}</span>\r\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"], dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2$2.LuDateSelectInputComponent, selector: "lu-date-select", inputs: ["min", "max", "granularity", "placeholder", "hideClearer", "startOn"] }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
96
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldDate, selector: "lu-formly-field-date", usesInheritance: true, ngImport: i0, template: "<lu-date-select\n\tclass=\"textfield-input\"\n\t[formControl]=\"formControl\"\n\t[formlyAttributes]=\"field\"\n\t(focus)=\"focus()\"\n\t(blur)=\"blur()\"\n\t[placeholder]=\"props.placeholder\"\n\t[min]=\"props.min\"\n\t[max]=\"props.max\"\n></lu-date-select>\n<span class=\"textfield-label\">{{ props.label }}</span>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"], dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2$2.LuDateSelectInputComponent, selector: "lu-date-select", inputs: ["min", "max", "granularity", "placeholder", "hideClearer", "startOn"] }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
97
97
  }
98
98
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldDate, decorators: [{
99
99
  type: Component,
100
- args: [{ selector: 'lu-formly-field-date', changeDetection: ChangeDetectionStrategy.OnPush, template: "<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]=\"props.placeholder\"\r\n\t[min]=\"props.min\"\r\n\t[max]=\"props.max\"\r\n></lu-date-select>\r\n<span class=\"textfield-label\">{{ props.label }}</span>\r\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"] }]
100
+ args: [{ selector: 'lu-formly-field-date', changeDetection: ChangeDetectionStrategy.OnPush, template: "<lu-date-select\n\tclass=\"textfield-input\"\n\t[formControl]=\"formControl\"\n\t[formlyAttributes]=\"field\"\n\t(focus)=\"focus()\"\n\t(blur)=\"blur()\"\n\t[placeholder]=\"props.placeholder\"\n\t[min]=\"props.min\"\n\t[max]=\"props.max\"\n></lu-date-select>\n<span class=\"textfield-label\">{{ props.label }}</span>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"] }]
101
101
  }] });
102
102
 
103
103
  class LuFormlyFieldDepartment extends FieldType {
@@ -108,11 +108,11 @@ class LuFormlyFieldDepartment extends FieldType {
108
108
  this.props['_isFocused'] = false;
109
109
  }
110
110
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldDepartment, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
111
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldDepartment, selector: "lu-formly-field-department", usesInheritance: true, ngImport: i0, template: "<lu-department-select\r\n\tclass=\"textfield-input\"\r\n\t[formControl]=\"formControl\"\r\n\t[formlyAttributes]=\"field\"\r\n\t[multiple]=\"props['multiple']\"\r\n\t(focus)=\"focus()\"\r\n\t(blur)=\"blur()\"\r\n\t[placeholder]=\"props.placeholder\"\r\n\t[filters]=\"props['filters']\"\r\n\t[appInstanceId]=\"props['appInstanceId']\"\r\n\t[operations]=\"props['operations']\"\r\n>\r\n</lu-department-select>\r\n<span class=\"textfield-label\">{{ props.label }}</span>\r\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"], dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2$3.LuDepartmentSelectInputComponent, selector: "lu-department-select", inputs: ["appInstanceId", "operations", "filters"] }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
111
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldDepartment, selector: "lu-formly-field-department", usesInheritance: true, ngImport: i0, template: "<lu-department-select\n\tclass=\"textfield-input\"\n\t[formControl]=\"formControl\"\n\t[formlyAttributes]=\"field\"\n\t[multiple]=\"props['multiple']\"\n\t(focus)=\"focus()\"\n\t(blur)=\"blur()\"\n\t[placeholder]=\"props.placeholder\"\n\t[filters]=\"props['filters']\"\n\t[appInstanceId]=\"props['appInstanceId']\"\n\t[operations]=\"props['operations']\"\n>\n</lu-department-select>\n<span class=\"textfield-label\">{{ props.label }}</span>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"], dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2$3.LuDepartmentSelectInputComponent, selector: "lu-department-select", inputs: ["appInstanceId", "operations", "filters"] }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
112
112
  }
113
113
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldDepartment, decorators: [{
114
114
  type: Component,
115
- args: [{ selector: 'lu-formly-field-department', changeDetection: ChangeDetectionStrategy.OnPush, template: "<lu-department-select\r\n\tclass=\"textfield-input\"\r\n\t[formControl]=\"formControl\"\r\n\t[formlyAttributes]=\"field\"\r\n\t[multiple]=\"props['multiple']\"\r\n\t(focus)=\"focus()\"\r\n\t(blur)=\"blur()\"\r\n\t[placeholder]=\"props.placeholder\"\r\n\t[filters]=\"props['filters']\"\r\n\t[appInstanceId]=\"props['appInstanceId']\"\r\n\t[operations]=\"props['operations']\"\r\n>\r\n</lu-department-select>\r\n<span class=\"textfield-label\">{{ props.label }}</span>\r\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"] }]
115
+ args: [{ selector: 'lu-formly-field-department', changeDetection: ChangeDetectionStrategy.OnPush, template: "<lu-department-select\n\tclass=\"textfield-input\"\n\t[formControl]=\"formControl\"\n\t[formlyAttributes]=\"field\"\n\t[multiple]=\"props['multiple']\"\n\t(focus)=\"focus()\"\n\t(blur)=\"blur()\"\n\t[placeholder]=\"props.placeholder\"\n\t[filters]=\"props['filters']\"\n\t[appInstanceId]=\"props['appInstanceId']\"\n\t[operations]=\"props['operations']\"\n>\n</lu-department-select>\n<span class=\"textfield-label\">{{ props.label }}</span>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"] }]
116
116
  }] });
117
117
 
118
118
  class LuFormlyFieldInput extends FieldType {
@@ -126,11 +126,11 @@ class LuFormlyFieldInput extends FieldType {
126
126
  this.props['_isFocused'] = false;
127
127
  }
128
128
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldInput, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
129
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldInput, selector: "lu-formly-field-input", usesInheritance: true, ngImport: i0, template: "<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]=\"props['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]=\"props.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]=\"props['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]=\"props.placeholder\"\r\n\t/>\r\n</ng-template>\r\n<span class=\"textfield-label\">{{ props.label }}</span>\r\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n"], dependencies: [{ kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NumberValueAccessor, selector: "input[type=number][formControlName],input[type=number][formControl],input[type=number][ngModel]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i5.LuInputDirective, selector: "[luInput]" }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
129
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldInput, selector: "lu-formly-field-input", usesInheritance: true, ngImport: i0, template: "<ng-template [ngIf]=\"type !== 'number'\" [ngIfElse]=\"numberInput\">\n\t<input\n\t\t[type]=\"type\"\n\t\tclass=\"textfield-input\"\n\t\t[name]=\"props['name']\"\n\t\t[formControl]=\"formControl\"\n\t\t[formlyAttributes]=\"field\"\n\t\tluInput\n\t\t(focus)=\"focus()\"\n\t\t(blur)=\"blur()\"\n\t\t[placeholder]=\"props.placeholder\"\n\t/>\n</ng-template>\n<!-- type=\"number\" has to be static in order to have NumberValueAccessor instead of DefaultValueAccessor -->\n<ng-template #numberInput>\n\t<input\n\t\ttype=\"number\"\n\t\tclass=\"textfield-input\"\n\t\t[name]=\"props['name']\"\n\t\t[formControl]=\"formControl\"\n\t\t[formlyAttributes]=\"field\"\n\t\tluInput\n\t\t(focus)=\"focus()\"\n\t\t(blur)=\"blur()\"\n\t\t[placeholder]=\"props.placeholder\"\n\t/>\n</ng-template>\n<span class=\"textfield-label\">{{ props.label }}</span>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n"], dependencies: [{ kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NumberValueAccessor, selector: "input[type=number][formControlName],input[type=number][formControl],input[type=number][ngModel]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i5.LuInputDirective, selector: "[luInput]" }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
130
130
  }
131
131
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldInput, decorators: [{
132
132
  type: Component,
133
- args: [{ selector: 'lu-formly-field-input', changeDetection: ChangeDetectionStrategy.OnPush, template: "<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]=\"props['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]=\"props.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]=\"props['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]=\"props.placeholder\"\r\n\t/>\r\n</ng-template>\r\n<span class=\"textfield-label\">{{ props.label }}</span>\r\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n"] }]
133
+ args: [{ selector: 'lu-formly-field-input', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-template [ngIf]=\"type !== 'number'\" [ngIfElse]=\"numberInput\">\n\t<input\n\t\t[type]=\"type\"\n\t\tclass=\"textfield-input\"\n\t\t[name]=\"props['name']\"\n\t\t[formControl]=\"formControl\"\n\t\t[formlyAttributes]=\"field\"\n\t\tluInput\n\t\t(focus)=\"focus()\"\n\t\t(blur)=\"blur()\"\n\t\t[placeholder]=\"props.placeholder\"\n\t/>\n</ng-template>\n<!-- type=\"number\" has to be static in order to have NumberValueAccessor instead of DefaultValueAccessor -->\n<ng-template #numberInput>\n\t<input\n\t\ttype=\"number\"\n\t\tclass=\"textfield-input\"\n\t\t[name]=\"props['name']\"\n\t\t[formControl]=\"formControl\"\n\t\t[formlyAttributes]=\"field\"\n\t\tluInput\n\t\t(focus)=\"focus()\"\n\t\t(blur)=\"blur()\"\n\t\t[placeholder]=\"props.placeholder\"\n\t/>\n</ng-template>\n<span class=\"textfield-label\">{{ props.label }}</span>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n"] }]
134
134
  }] });
135
135
 
136
136
  class LuFormlyFieldRadios extends FieldType {
@@ -144,11 +144,11 @@ class LuFormlyFieldRadios extends FieldType {
144
144
  this.props['_isFocused'] = false;
145
145
  }
146
146
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldRadios, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
147
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldRadios, selector: "lu-formly-field-radios", usesInheritance: true, ngImport: i0, template: "<legend class=\"radiosfield-label\">{{props.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]=\"props['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", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n"], dependencies: [{ kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.RadioControlValueAccessor, selector: "input[type=radio][formControlName],input[type=radio][formControl],input[type=radio][ngModel]", inputs: ["name", "formControlName", "value"] }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
147
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldRadios, selector: "lu-formly-field-radios", usesInheritance: true, ngImport: i0, template: "<legend class=\"radiosfield-label\">{{props.label}}</legend>\n<div class=\"radiosfield-input\">\n\t<label *ngFor=\"let option of _options, let i = index\" class=\"radio\">\n\t\t<input\n\t\t\tclass=\"radio-input\"\n\t\t\ttype=\"radio\"\n\t\t\t[name]=\"props['name']\"\n\t\t\t[value]=\"option.value\"\n\t\t\t[id]=\"id + '_'+ i\"\n\t\t\t[formControl]=\"formControl\"\n\t\t\t[formlyAttributes]=\"field\"\n\t\t/>\n\t\t<span class=\"radio-label\">{{option.label}}</span>\n\t</label>\n</div>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n"], dependencies: [{ kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.RadioControlValueAccessor, selector: "input[type=radio][formControlName],input[type=radio][formControl],input[type=radio][ngModel]", inputs: ["name", "formControlName", "value"] }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
148
148
  }
149
149
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldRadios, decorators: [{
150
150
  type: Component,
151
- args: [{ selector: 'lu-formly-field-radios', changeDetection: ChangeDetectionStrategy.OnPush, template: "<legend class=\"radiosfield-label\">{{props.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]=\"props['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", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n"] }]
151
+ args: [{ selector: 'lu-formly-field-radios', changeDetection: ChangeDetectionStrategy.OnPush, template: "<legend class=\"radiosfield-label\">{{props.label}}</legend>\n<div class=\"radiosfield-input\">\n\t<label *ngFor=\"let option of _options, let i = index\" class=\"radio\">\n\t\t<input\n\t\t\tclass=\"radio-input\"\n\t\t\ttype=\"radio\"\n\t\t\t[name]=\"props['name']\"\n\t\t\t[value]=\"option.value\"\n\t\t\t[id]=\"id + '_'+ i\"\n\t\t\t[formControl]=\"formControl\"\n\t\t\t[formlyAttributes]=\"field\"\n\t\t/>\n\t\t<span class=\"radio-label\">{{option.label}}</span>\n\t</label>\n</div>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n"] }]
152
152
  }] });
153
153
 
154
154
  class LuFormlyFieldSelect extends FieldType {
@@ -162,11 +162,11 @@ class LuFormlyFieldSelect extends FieldType {
162
162
  this.props['_isFocused'] = false;
163
163
  }
164
164
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldSelect, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
165
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldSelect, selector: "lu-formly-field-select", usesInheritance: true, ngImport: i0, template: "<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]=\"props['multiple']\"\r\n\t[placeholder]=\"props.placeholder\"\r\n>\r\n\t<ng-container *luDisplayer=\"let option\">\r\n\t\t<span [class.chip]=\"props['multiple']\" [class.mod-unkillable]=\"props['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=\"!props.required && !props['multiple']\"></lu-input-clearer>\r\n</lu-select>\r\n<span class=\"textfield-label\">{{ props.label }}</span>\r\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"], dependencies: [{ kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i3$1.LuSelectInputComponent, selector: "lu-select" }, { kind: "component", type: i4.LuOptionItemComponent, selector: "lu-option", inputs: ["selected", "highlighted", "value", "disabled"], outputs: ["onSelect"] }, { kind: "component", type: i4.LuOptionPickerComponent, selector: "lu-option-picker", exportAs: ["LuOptionPicker"] }, { kind: "directive", type: i5.LuInputDisplayerDirective, selector: "[luDisplayer]", inputs: ["luDisplayerMultiple", "multiple"] }, { kind: "component", type: i5.LuInputClearerComponent, selector: "lu-input-clearer", outputs: ["onClear"], exportAs: ["luClearer"] }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
165
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldSelect, selector: "lu-formly-field-select", usesInheritance: true, ngImport: i0, template: "<lu-select\n\tclass=\"textfield-input\"\n\t[formControl]=\"formControl\"\n\t[formlyAttributes]=\"field\"\n\t(focus)=\"focus()\"\n\t(blur)=\"blur()\"\n\t[multiple]=\"props['multiple']\"\n\t[placeholder]=\"props.placeholder\"\n>\n\t<ng-container *luDisplayer=\"let option\">\n\t\t<span [class.chip]=\"props['multiple']\" [class.mod-unkillable]=\"props['multiple']\">{{ option.name }}</span>\n\t</ng-container>\n\t<lu-option-picker>\n\t\t<lu-option *ngFor=\"let option of _options\" [value]=\"option\"> {{ option.name }} </lu-option>\n\t</lu-option-picker>\n\t<lu-input-clearer *ngIf=\"!props.required && !props['multiple']\"></lu-input-clearer>\n</lu-select>\n<span class=\"textfield-label\">{{ props.label }}</span>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"], dependencies: [{ kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i3$1.LuSelectInputComponent, selector: "lu-select" }, { kind: "component", type: i4.LuOptionItemComponent, selector: "lu-option", inputs: ["selected", "highlighted", "value", "disabled"], outputs: ["onSelect"] }, { kind: "component", type: i4.LuOptionPickerComponent, selector: "lu-option-picker", exportAs: ["LuOptionPicker"] }, { kind: "directive", type: i5.LuInputDisplayerDirective, selector: "[luDisplayer]", inputs: ["luDisplayerMultiple", "multiple"] }, { kind: "component", type: i5.LuInputClearerComponent, selector: "lu-input-clearer", outputs: ["onClear"], exportAs: ["luClearer"] }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
166
166
  }
167
167
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldSelect, decorators: [{
168
168
  type: Component,
169
- args: [{ selector: 'lu-formly-field-select', changeDetection: ChangeDetectionStrategy.OnPush, template: "<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]=\"props['multiple']\"\r\n\t[placeholder]=\"props.placeholder\"\r\n>\r\n\t<ng-container *luDisplayer=\"let option\">\r\n\t\t<span [class.chip]=\"props['multiple']\" [class.mod-unkillable]=\"props['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=\"!props.required && !props['multiple']\"></lu-input-clearer>\r\n</lu-select>\r\n<span class=\"textfield-label\">{{ props.label }}</span>\r\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"] }]
169
+ args: [{ selector: 'lu-formly-field-select', changeDetection: ChangeDetectionStrategy.OnPush, template: "<lu-select\n\tclass=\"textfield-input\"\n\t[formControl]=\"formControl\"\n\t[formlyAttributes]=\"field\"\n\t(focus)=\"focus()\"\n\t(blur)=\"blur()\"\n\t[multiple]=\"props['multiple']\"\n\t[placeholder]=\"props.placeholder\"\n>\n\t<ng-container *luDisplayer=\"let option\">\n\t\t<span [class.chip]=\"props['multiple']\" [class.mod-unkillable]=\"props['multiple']\">{{ option.name }}</span>\n\t</ng-container>\n\t<lu-option-picker>\n\t\t<lu-option *ngFor=\"let option of _options\" [value]=\"option\"> {{ option.name }} </lu-option>\n\t</lu-option-picker>\n\t<lu-input-clearer *ngIf=\"!props.required && !props['multiple']\"></lu-input-clearer>\n</lu-select>\n<span class=\"textfield-label\">{{ props.label }}</span>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"] }]
170
170
  }] });
171
171
 
172
172
  class LuFormlyFieldTextarea extends FieldType {
@@ -177,11 +177,11 @@ class LuFormlyFieldTextarea extends FieldType {
177
177
  this.props['_isFocused'] = false;
178
178
  }
179
179
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldTextarea, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
180
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldTextarea, selector: "lu-formly-field-input", usesInheritance: true, ngImport: i0, template: "<textarea\r\n\tclass=\"textfield-input\"\r\n\t[name]=\"props['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]=\"props.placeholder\"\r\n></textarea>\r\n<span class=\"textfield-label\">{{ props.label }}</span>\r\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n"], dependencies: [{ kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i5.LuInputDirective, selector: "[luInput]" }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
180
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldTextarea, selector: "lu-formly-field-input", usesInheritance: true, ngImport: i0, template: "<textarea\n\tclass=\"textfield-input\"\n\t[name]=\"props['name']\"\n\t[formControl]=\"formControl\"\n\t[formlyAttributes]=\"field\"\n\tluInput\n\t(focus)=\"focus()\"\n\t(blur)=\"blur()\"\n\t[placeholder]=\"props.placeholder\"\n></textarea>\n<span class=\"textfield-label\">{{ props.label }}</span>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n"], dependencies: [{ kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i5.LuInputDirective, selector: "[luInput]" }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
181
181
  }
182
182
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldTextarea, decorators: [{
183
183
  type: Component,
184
- args: [{ selector: 'lu-formly-field-input', changeDetection: ChangeDetectionStrategy.OnPush, template: "<textarea\r\n\tclass=\"textfield-input\"\r\n\t[name]=\"props['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]=\"props.placeholder\"\r\n></textarea>\r\n<span class=\"textfield-label\">{{ props.label }}</span>\r\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n"] }]
184
+ args: [{ selector: 'lu-formly-field-input', changeDetection: ChangeDetectionStrategy.OnPush, template: "<textarea\n\tclass=\"textfield-input\"\n\t[name]=\"props['name']\"\n\t[formControl]=\"formControl\"\n\t[formlyAttributes]=\"field\"\n\tluInput\n\t(focus)=\"focus()\"\n\t(blur)=\"blur()\"\n\t[placeholder]=\"props.placeholder\"\n></textarea>\n<span class=\"textfield-label\">{{ props.label }}</span>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n"] }]
185
185
  }] });
186
186
 
187
187
  class LuFormlyFieldUser extends FieldType {
@@ -192,11 +192,11 @@ class LuFormlyFieldUser extends FieldType {
192
192
  this.props['_isFocused'] = false;
193
193
  }
194
194
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldUser, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
195
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldUser, selector: "lu-formly-field-user", usesInheritance: true, ngImport: i0, template: "<lu-user-select\r\n\tclass=\"textfield-input\"\r\n\t[formControl]=\"formControl\"\r\n\t[formlyAttributes]=\"field\"\r\n\t[multiple]=\"props['multiple']\"\r\n\t(focus)=\"focus()\"\r\n\t(blur)=\"blur()\"\r\n\t[placeholder]=\"props.placeholder\"\r\n>\r\n</lu-user-select>\r\n<span class=\"textfield-label\">{{ props.label }}</span>\r\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"], dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2$4.LuUserSelectInputComponent, selector: "lu-user-select", inputs: ["placeholder", "fields", "filters", "orderBy", "appInstanceId", "operations", "enableFormerEmployees"] }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
195
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldUser, selector: "lu-formly-field-user", usesInheritance: true, ngImport: i0, template: "<lu-user-select\n\tclass=\"textfield-input\"\n\t[formControl]=\"formControl\"\n\t[formlyAttributes]=\"field\"\n\t[multiple]=\"props['multiple']\"\n\t(focus)=\"focus()\"\n\t(blur)=\"blur()\"\n\t[placeholder]=\"props.placeholder\"\n>\n</lu-user-select>\n<span class=\"textfield-label\">{{ props.label }}</span>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"], dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2$4.LuUserSelectInputComponent, selector: "lu-user-select", inputs: ["placeholder", "fields", "filters", "orderBy", "appInstanceId", "operations", "enableFormerEmployees"] }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
196
196
  }
197
197
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldUser, decorators: [{
198
198
  type: Component,
199
- args: [{ selector: 'lu-formly-field-user', changeDetection: ChangeDetectionStrategy.OnPush, template: "<lu-user-select\r\n\tclass=\"textfield-input\"\r\n\t[formControl]=\"formControl\"\r\n\t[formlyAttributes]=\"field\"\r\n\t[multiple]=\"props['multiple']\"\r\n\t(focus)=\"focus()\"\r\n\t(blur)=\"blur()\"\r\n\t[placeholder]=\"props.placeholder\"\r\n>\r\n</lu-user-select>\r\n<span class=\"textfield-label\">{{ props.label }}</span>\r\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"] }]
199
+ args: [{ selector: 'lu-formly-field-user', changeDetection: ChangeDetectionStrategy.OnPush, template: "<lu-user-select\n\tclass=\"textfield-input\"\n\t[formControl]=\"formControl\"\n\t[formlyAttributes]=\"field\"\n\t[multiple]=\"props['multiple']\"\n\t(focus)=\"focus()\"\n\t(blur)=\"blur()\"\n\t[placeholder]=\"props.placeholder\"\n>\n</lu-user-select>\n<span class=\"textfield-label\">{{ props.label }}</span>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"] }]
200
200
  }] });
201
201
 
202
202
  class LuFormlyFieldQualification extends FieldType {
@@ -207,11 +207,11 @@ class LuFormlyFieldQualification extends FieldType {
207
207
  this.props['_isFocused'] = false;
208
208
  }
209
209
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldQualification, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
210
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldQualification, selector: "lu-formly-field-qualification", usesInheritance: true, ngImport: i0, template: "<lu-qualification-select\r\n\tclass=\"textfield-input\"\r\n\t[formControl]=\"formControl\"\r\n\t[formlyAttributes]=\"field\"\r\n\t[multiple]=\"props['multiple']\"\r\n\t(focus)=\"focus()\"\r\n\t(blur)=\"blur()\"\r\n\t[placeholder]=\"props.placeholder\"\r\n\t[filters]=\"props['filters']\"\r\n>\r\n</lu-qualification-select>\r\n<span class=\"textfield-label\">{{ props.label }}</span>\r\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"], dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2$5.LuQualificationSelectInputComponent, selector: "lu-qualification-select", inputs: ["filters"] }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
210
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldQualification, selector: "lu-formly-field-qualification", usesInheritance: true, ngImport: i0, template: "<lu-qualification-select\n\tclass=\"textfield-input\"\n\t[formControl]=\"formControl\"\n\t[formlyAttributes]=\"field\"\n\t[multiple]=\"props['multiple']\"\n\t(focus)=\"focus()\"\n\t(blur)=\"blur()\"\n\t[placeholder]=\"props.placeholder\"\n\t[filters]=\"props['filters']\"\n>\n</lu-qualification-select>\n<span class=\"textfield-label\">{{ props.label }}</span>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"], dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2$5.LuQualificationSelectInputComponent, selector: "lu-qualification-select", inputs: ["filters"] }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
211
211
  }
212
212
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldQualification, decorators: [{
213
213
  type: Component,
214
- args: [{ selector: 'lu-formly-field-qualification', changeDetection: ChangeDetectionStrategy.OnPush, template: "<lu-qualification-select\r\n\tclass=\"textfield-input\"\r\n\t[formControl]=\"formControl\"\r\n\t[formlyAttributes]=\"field\"\r\n\t[multiple]=\"props['multiple']\"\r\n\t(focus)=\"focus()\"\r\n\t(blur)=\"blur()\"\r\n\t[placeholder]=\"props.placeholder\"\r\n\t[filters]=\"props['filters']\"\r\n>\r\n</lu-qualification-select>\r\n<span class=\"textfield-label\">{{ props.label }}</span>\r\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"] }]
214
+ args: [{ selector: 'lu-formly-field-qualification', changeDetection: ChangeDetectionStrategy.OnPush, template: "<lu-qualification-select\n\tclass=\"textfield-input\"\n\t[formControl]=\"formControl\"\n\t[formlyAttributes]=\"field\"\n\t[multiple]=\"props['multiple']\"\n\t(focus)=\"focus()\"\n\t(blur)=\"blur()\"\n\t[placeholder]=\"props.placeholder\"\n\t[filters]=\"props['filters']\"\n>\n</lu-qualification-select>\n<span class=\"textfield-label\">{{ props.label }}</span>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"] }]
215
215
  }] });
216
216
 
217
217
  function buildAddWrapperExtension(wrapperName, predicate) {
@@ -230,11 +230,11 @@ class LuFormlyWrapperError extends FieldWrapper {
230
230
  return this.field.id + '-message';
231
231
  }
232
232
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyWrapperError, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
233
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyWrapperError, selector: "lu-formly-wrapper-error", viewQueries: [{ propertyName: "fieldComponent", first: true, predicate: ["fieldComponent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: "<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 [formControl]=\"formControl\" [field]=\"field\"></lu-formly-error-message>\r\n</div>\r\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"], dependencies: [{ kind: "directive", type: i0.forwardRef(function () { return i1$1.NgIf; }), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i0.forwardRef(function () { return i1.NgControlStatus; }), selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i0.forwardRef(function () { return i1.FormControlDirective; }), selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i0.forwardRef(function () { return LuFormlyErrorMessage; }), selector: "lu-formly-error-message", inputs: ["formControl", "field"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
233
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyWrapperError, selector: "lu-formly-wrapper-error", viewQueries: [{ propertyName: "fieldComponent", first: true, predicate: ["fieldComponent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: "<ng-container #fieldComponent></ng-container>\n<div class=\"textfield-messages\" *ngIf=\"formControl.touched && formControl.invalid\" [id]=\"validationId\">\n\t<lu-formly-error-message [formControl]=\"formControl\" [field]=\"field\"></lu-formly-error-message>\n</div>\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"], dependencies: [{ kind: "directive", type: i0.forwardRef(function () { return i1$1.NgIf; }), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i0.forwardRef(function () { return i1.NgControlStatus; }), selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i0.forwardRef(function () { return i1.FormControlDirective; }), selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i0.forwardRef(function () { return LuFormlyErrorMessage; }), selector: "lu-formly-error-message", inputs: ["formControl", "field"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
234
234
  }
235
235
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyWrapperError, decorators: [{
236
236
  type: Component,
237
- args: [{ selector: 'lu-formly-wrapper-error', changeDetection: ChangeDetectionStrategy.OnPush, template: "<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 [formControl]=\"formControl\" [field]=\"field\"></lu-formly-error-message>\r\n</div>\r\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"] }]
237
+ args: [{ selector: 'lu-formly-wrapper-error', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container #fieldComponent></ng-container>\n<div class=\"textfield-messages\" *ngIf=\"formControl.touched && formControl.invalid\" [id]=\"validationId\">\n\t<lu-formly-error-message [formControl]=\"formControl\" [field]=\"field\"></lu-formly-error-message>\n</div>\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"] }]
238
238
  }], propDecorators: { fieldComponent: [{
239
239
  type: ViewChild,
240
240
  args: ['fieldComponent', { read: ViewContainerRef, static: true }]
@@ -253,16 +253,16 @@ class LuFormlyErrorMessage {
253
253
  return messages;
254
254
  }
255
255
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyErrorMessage, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
256
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyErrorMessage, selector: "lu-formly-error-message", inputs: { formControl: "formControl", field: "field" }, ngImport: i0, template: `<div class="textfield-messages-error" *ngFor="let message of errorMessages">
257
- {{ message }}
256
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyErrorMessage, selector: "lu-formly-error-message", inputs: { formControl: "formControl", field: "field" }, ngImport: i0, template: `<div class="textfield-messages-error" *ngFor="let message of errorMessages">
257
+ {{ message }}
258
258
  </div>`, isInline: true, dependencies: [{ kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
259
259
  }
260
260
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyErrorMessage, decorators: [{
261
261
  type: Component,
262
262
  args: [{
263
263
  selector: 'lu-formly-error-message',
264
- template: `<div class="textfield-messages-error" *ngFor="let message of errorMessages">
265
- {{ message }}
264
+ template: `<div class="textfield-messages-error" *ngFor="let message of errorMessages">
265
+ {{ message }}
266
266
  </div>`,
267
267
  changeDetection: ChangeDetectionStrategy.OnPush,
268
268
  }]
@@ -276,11 +276,11 @@ const templateErrorExtension = buildAddWrapperExtension('error', (field) => !!fi
276
276
  // wrapper component
277
277
  class LuFormlyWrapperHelper extends FieldWrapper {
278
278
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyWrapperHelper, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
279
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyWrapperHelper, selector: "lu-formly-wrapper-helper", viewQueries: [{ propertyName: "fieldComponent", first: true, predicate: ["fieldComponent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: "<ng-container #fieldComponent></ng-container>\r\n<div class=\"textfield-messages mod-helper\">\r\n\t<div class=\"textfield-messages-helper\">{{ props['helper'] }}</div>\r\n</div>\r\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
279
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyWrapperHelper, selector: "lu-formly-wrapper-helper", viewQueries: [{ propertyName: "fieldComponent", first: true, predicate: ["fieldComponent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: "<ng-container #fieldComponent></ng-container>\n<div class=\"textfield-messages mod-helper\">\n\t<div class=\"textfield-messages-helper\">{{ props['helper'] }}</div>\n</div>\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
280
280
  }
281
281
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyWrapperHelper, decorators: [{
282
282
  type: Component,
283
- args: [{ selector: 'lu-formly-wrapper-helper', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container #fieldComponent></ng-container>\r\n<div class=\"textfield-messages mod-helper\">\r\n\t<div class=\"textfield-messages-helper\">{{ props['helper'] }}</div>\r\n</div>\r\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"] }]
283
+ args: [{ selector: 'lu-formly-wrapper-helper', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container #fieldComponent></ng-container>\n<div class=\"textfield-messages mod-helper\">\n\t<div class=\"textfield-messages-helper\">{{ props['helper'] }}</div>\n</div>\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"] }]
284
284
  }], propDecorators: { fieldComponent: [{
285
285
  type: ViewChild,
286
286
  args: ['fieldComponent', { read: ViewContainerRef, static: true }]
@@ -290,11 +290,11 @@ const templateHelperExtension = buildAddWrapperExtension('helper', (field) => !!
290
290
  // wrapper component
291
291
  class LuFormlyWrapperIcon extends FieldWrapper {
292
292
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyWrapperIcon, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
293
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyWrapperIcon, selector: "lu-formly-wrapper-suffix", viewQueries: [{ propertyName: "fieldComponent", first: true, predicate: ["fieldComponent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: "<ng-container #fieldComponent></ng-container>\r\n<span aria-hidden=\"true\" class=\"textfield-suffix mod-icon lucca-icon\">{{ props['icon'] }}</span>\r\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n", ":host .textfield-suffix{pointer-events:none}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
293
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyWrapperIcon, selector: "lu-formly-wrapper-suffix", viewQueries: [{ propertyName: "fieldComponent", first: true, predicate: ["fieldComponent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: "<ng-container #fieldComponent></ng-container>\n<span aria-hidden=\"true\" class=\"textfield-suffix mod-icon lucca-icon\">{{ props['icon'] }}</span>\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n", ":host .textfield-suffix{pointer-events:none}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
294
294
  }
295
295
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyWrapperIcon, decorators: [{
296
296
  type: Component,
297
- args: [{ selector: 'lu-formly-wrapper-suffix', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container #fieldComponent></ng-container>\r\n<span aria-hidden=\"true\" class=\"textfield-suffix mod-icon lucca-icon\">{{ props['icon'] }}</span>\r\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n", ":host .textfield-suffix{pointer-events:none}\n"] }]
297
+ args: [{ selector: 'lu-formly-wrapper-suffix', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container #fieldComponent></ng-container>\n<span aria-hidden=\"true\" class=\"textfield-suffix mod-icon lucca-icon\">{{ props['icon'] }}</span>\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n", ":host .textfield-suffix{pointer-events:none}\n"] }]
298
298
  }], propDecorators: { fieldComponent: [{
299
299
  type: ViewChild,
300
300
  args: ['fieldComponent', { read: ViewContainerRef, static: true }]
@@ -316,11 +316,11 @@ class LuFormlyWrapperRadiosfieldLayout extends FieldWrapper {
316
316
  return this.formControl.invalid && this.formControl.touched ? 'is-error' : '';
317
317
  }
318
318
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyWrapperRadiosfieldLayout, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
319
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyWrapperRadiosfieldLayout, selector: "lu-formly-wrapper-radiosfield-layout", viewQueries: [{ propertyName: "fieldComponent", first: true, predicate: ["fieldComponent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: "<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", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"], dependencies: [{ kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
319
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyWrapperRadiosfieldLayout, selector: "lu-formly-wrapper-radiosfield-layout", viewQueries: [{ propertyName: "fieldComponent", first: true, predicate: ["fieldComponent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: "<div class=\"fieldsetWrapper\">\n\t<fieldset class=\"radiosfield\" [ngClass]=\"[mod, isRequired, isFocused, isError]\">\n\t\t<ng-container #fieldComponent></ng-container>\n\t</fieldset>\n</div>\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"], dependencies: [{ kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
320
320
  }
321
321
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyWrapperRadiosfieldLayout, decorators: [{
322
322
  type: Component,
323
- args: [{ selector: 'lu-formly-wrapper-radiosfield-layout', changeDetection: ChangeDetectionStrategy.OnPush, template: "<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", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"] }]
323
+ args: [{ selector: 'lu-formly-wrapper-radiosfield-layout', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"fieldsetWrapper\">\n\t<fieldset class=\"radiosfield\" [ngClass]=\"[mod, isRequired, isFocused, isError]\">\n\t\t<ng-container #fieldComponent></ng-container>\n\t</fieldset>\n</div>\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"] }]
324
324
  }], propDecorators: { fieldComponent: [{
325
325
  type: ViewChild,
326
326
  args: ['fieldComponent', { read: ViewContainerRef, static: true }]
@@ -329,11 +329,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImpor
329
329
  // wrapper component
330
330
  class LuFormlyWrapperSuffix extends FieldWrapper {
331
331
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyWrapperSuffix, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
332
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyWrapperSuffix, selector: "lu-formly-wrapper-suffix", viewQueries: [{ propertyName: "fieldComponent", first: true, predicate: ["fieldComponent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: "<ng-container #fieldComponent></ng-container>\r\n<span class=\"textfield-suffix\">{{ props['suffix'] }}</span>\r\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n", ":host .textfield-suffix{pointer-events:none}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
332
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyWrapperSuffix, selector: "lu-formly-wrapper-suffix", viewQueries: [{ propertyName: "fieldComponent", first: true, predicate: ["fieldComponent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: "<ng-container #fieldComponent></ng-container>\n<span class=\"textfield-suffix\">{{ props['suffix'] }}</span>\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n", ":host .textfield-suffix{pointer-events:none}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
333
333
  }
334
334
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyWrapperSuffix, decorators: [{
335
335
  type: Component,
336
- args: [{ selector: 'lu-formly-wrapper-suffix', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container #fieldComponent></ng-container>\r\n<span class=\"textfield-suffix\">{{ props['suffix'] }}</span>\r\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n", ":host .textfield-suffix{pointer-events:none}\n"] }]
336
+ args: [{ selector: 'lu-formly-wrapper-suffix', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container #fieldComponent></ng-container>\n<span class=\"textfield-suffix\">{{ props['suffix'] }}</span>\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n", ":host .textfield-suffix{pointer-events:none}\n"] }]
337
337
  }], propDecorators: { fieldComponent: [{
338
338
  type: ViewChild,
339
339
  args: ['fieldComponent', { read: ViewContainerRef, static: true }]
@@ -364,11 +364,11 @@ class LuFormlyWrapperTextfieldLayout extends FieldWrapper {
364
364
  return this.formControl.invalid && this.formControl.touched ? 'is-error' : '';
365
365
  }
366
366
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyWrapperTextfieldLayout, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
367
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyWrapperTextfieldLayout, selector: "lu-formly-wrapper-layout", viewQueries: [{ propertyName: "fieldComponent", first: true, predicate: ["fieldComponent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: "<label class=\"textfield\" [ngClass]=\"[mod, modWithSuffix, modMultiline, isRequired, isFocused, isError, isDisabled]\">\r\n\t<ng-container #fieldComponent></ng-container>\r\n</label>\r\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"], dependencies: [{ kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
367
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyWrapperTextfieldLayout, selector: "lu-formly-wrapper-layout", viewQueries: [{ propertyName: "fieldComponent", first: true, predicate: ["fieldComponent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: "<label class=\"textfield\" [ngClass]=\"[mod, modWithSuffix, modMultiline, isRequired, isFocused, isError, isDisabled]\">\n\t<ng-container #fieldComponent></ng-container>\n</label>\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"], dependencies: [{ kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
368
368
  }
369
369
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyWrapperTextfieldLayout, decorators: [{
370
370
  type: Component,
371
- args: [{ selector: 'lu-formly-wrapper-layout', changeDetection: ChangeDetectionStrategy.OnPush, template: "<label class=\"textfield\" [ngClass]=\"[mod, modWithSuffix, modMultiline, isRequired, isFocused, isError, isDisabled]\">\r\n\t<ng-container #fieldComponent></ng-container>\r\n</label>\r\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"] }]
371
+ args: [{ selector: 'lu-formly-wrapper-layout', changeDetection: ChangeDetectionStrategy.OnPush, template: "<label class=\"textfield\" [ngClass]=\"[mod, modWithSuffix, modMultiline, isRequired, isFocused, isError, isDisabled]\">\n\t<ng-container #fieldComponent></ng-container>\n</label>\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"] }]
372
372
  }], propDecorators: { fieldComponent: [{
373
373
  type: ViewChild,
374
374
  args: ['fieldComponent', { read: ViewContainerRef, static: true }]
@@ -389,11 +389,11 @@ class LuFormlyWrapperCheckboxLayout extends FieldWrapper {
389
389
  return this.formControl.invalid && this.formControl.touched ? 'is-error' : '';
390
390
  }
391
391
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyWrapperCheckboxLayout, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
392
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyWrapperCheckboxLayout, selector: "lu-formly-wrapper-checkbox-layout", viewQueries: [{ propertyName: "fieldComponent", first: true, predicate: ["fieldComponent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: "<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", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"], dependencies: [{ kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
392
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyWrapperCheckboxLayout, selector: "lu-formly-wrapper-checkbox-layout", viewQueries: [{ propertyName: "fieldComponent", first: true, predicate: ["fieldComponent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: "<div class=\"fieldsetWrapper\">\n\t<fieldset class=\"checkboxesfield\" [ngClass]=\"[mod, isRequired, isFocused, isError]\">\n\t\t<ng-container #fieldComponent></ng-container>\n\t</fieldset>\n</div>\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"], dependencies: [{ kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
393
393
  }
394
394
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyWrapperCheckboxLayout, decorators: [{
395
395
  type: Component,
396
- args: [{ selector: 'lu-formly-wrapper-checkbox-layout', changeDetection: ChangeDetectionStrategy.OnPush, template: "<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", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"] }]
396
+ args: [{ selector: 'lu-formly-wrapper-checkbox-layout', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"fieldsetWrapper\">\n\t<fieldset class=\"checkboxesfield\" [ngClass]=\"[mod, isRequired, isFocused, isError]\">\n\t\t<ng-container #fieldComponent></ng-container>\n\t</fieldset>\n</div>\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"] }]
397
397
  }], propDecorators: { fieldComponent: [{
398
398
  type: ViewChild,
399
399
  args: ['fieldComponent', { read: ViewContainerRef, static: true }]