@lucca-front/ng 15.0.4-alpha1 → 15.1.0-rc.2

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 (325) hide show
  1. package/core/lib/date/string/string-date.adapter.d.ts +1 -1
  2. package/esm2020/a11y/lib/skip-links/skip-links.component.mjs +6 -5
  3. package/esm2020/api/lib/api.module.mjs +4 -4
  4. package/esm2020/api/lib/select/api-select.module.mjs +4 -4
  5. package/esm2020/api/lib/select/feeder/api-feeder.component.mjs +3 -3
  6. package/esm2020/api/lib/select/feeder/api-feeder.module.mjs +4 -4
  7. package/esm2020/api/lib/select/input/api-select-input.component.mjs +6 -6
  8. package/esm2020/api/lib/select/input/api-select-input.module.mjs +4 -4
  9. package/esm2020/api/lib/select/pager/api-pager.component.mjs +3 -3
  10. package/esm2020/api/lib/select/pager/api-pager.module.mjs +4 -4
  11. package/esm2020/api/lib/select/searcher/api-searcher.component.mjs +11 -11
  12. package/esm2020/api/lib/select/searcher/api-searcher.module.mjs +4 -4
  13. package/esm2020/api/lib/service/api-hybrid.service.mjs +3 -3
  14. package/esm2020/api/lib/service/api-v3.service.mjs +3 -3
  15. package/esm2020/api/lib/service/api-v4.service.mjs +3 -3
  16. package/esm2020/core/lib/date/native/native-date.adapter.mjs +5 -5
  17. package/esm2020/core/lib/date/string/string-date.adapter.mjs +6 -6
  18. package/esm2020/date/lib/adapter/date-adapter.module.mjs +4 -4
  19. package/esm2020/date/lib/adapter/date-adapter.pipe.mjs +3 -3
  20. package/esm2020/date/lib/calendar/calendar-input.component.mjs +6 -6
  21. package/esm2020/date/lib/calendar/calendar-input.module.mjs +4 -4
  22. package/esm2020/date/lib/calendar/calendar-item.factory.mjs +3 -3
  23. package/esm2020/date/lib/date.module.mjs +4 -4
  24. package/esm2020/date/lib/input/date-input.directive.mjs +3 -3
  25. package/esm2020/date/lib/input/date-input.module.mjs +4 -4
  26. package/esm2020/date/lib/picker/date-picker.component.mjs +3 -3
  27. package/esm2020/date/lib/picker/date-picker.module.mjs +4 -4
  28. package/esm2020/date/lib/select/date-select-input.component.mjs +6 -6
  29. package/esm2020/date/lib/select/date-select-input.module.mjs +4 -4
  30. package/esm2020/department/lib/department.module.mjs +4 -4
  31. package/esm2020/department/lib/select/department-select.module.mjs +4 -4
  32. package/esm2020/department/lib/select/feeder/department-feeder.component.mjs +3 -3
  33. package/esm2020/department/lib/select/feeder/department-feeder.module.mjs +4 -4
  34. package/esm2020/department/lib/select/input/department-select-input.component.mjs +6 -6
  35. package/esm2020/department/lib/select/input/department-select-input.module.mjs +4 -4
  36. package/esm2020/department/lib/service/department-v3.service.mjs +3 -3
  37. package/esm2020/dropdown/lib/dropdown.module.mjs +4 -4
  38. package/esm2020/dropdown/lib/item/dropdown-item.directive.mjs +3 -3
  39. package/esm2020/dropdown/lib/item/dropdown-item.module.mjs +4 -4
  40. package/esm2020/dropdown/lib/panel/dropdown-panel.component.mjs +3 -3
  41. package/esm2020/dropdown/lib/panel/dropdown-panel.module.mjs +4 -4
  42. package/esm2020/dropdown/lib/trigger/dropdown-trigger.directive.mjs +3 -3
  43. package/esm2020/dropdown/lib/trigger/dropdown-trigger.module.mjs +4 -4
  44. package/esm2020/establishment/lib/establishment.module.mjs +4 -4
  45. package/esm2020/establishment/lib/select/establishment-select.module.mjs +4 -4
  46. package/esm2020/establishment/lib/select/for-legal-units/for-legal-units.directive.mjs +3 -3
  47. package/esm2020/establishment/lib/select/for-legal-units/for-legal-units.module.mjs +4 -4
  48. package/esm2020/establishment/lib/select/input/establishment-select-input.component.mjs +6 -6
  49. package/esm2020/establishment/lib/select/input/establishment-select-input.module.mjs +4 -4
  50. package/esm2020/establishment/lib/select/legal-unit-selector/legal-unit-selector.directive.mjs +3 -3
  51. package/esm2020/establishment/lib/select/legal-unit-selector/legal-unit-selector.module.mjs +4 -4
  52. package/esm2020/establishment/lib/select/searcher/establishment-searcher.component.mjs +18 -20
  53. package/esm2020/establishment/lib/select/searcher/establishment-searcher.module.mjs +4 -4
  54. package/esm2020/establishment/lib/select/select-all/establishment-select-all.component.mjs +6 -6
  55. package/esm2020/establishment/lib/select/select-all/establishment-select-all.module.mjs +4 -4
  56. package/esm2020/establishment/lib/service/establishment.service.mjs +3 -3
  57. package/esm2020/establishment/lib/service/legal-unit.service.mjs +3 -3
  58. package/esm2020/formly/lib/formly.module.mjs +4 -4
  59. package/esm2020/formly/lib/types/api.mjs +3 -3
  60. package/esm2020/formly/lib/types/checkbox.mjs +3 -3
  61. package/esm2020/formly/lib/types/date.mjs +3 -3
  62. package/esm2020/formly/lib/types/department.mjs +3 -3
  63. package/esm2020/formly/lib/types/establishment.mjs +3 -3
  64. package/esm2020/formly/lib/types/input.mjs +3 -3
  65. package/esm2020/formly/lib/types/qualification.mjs +3 -3
  66. package/esm2020/formly/lib/types/radios.mjs +3 -3
  67. package/esm2020/formly/lib/types/select.mjs +3 -3
  68. package/esm2020/formly/lib/types/textarea.mjs +3 -3
  69. package/esm2020/formly/lib/types/user.mjs +3 -3
  70. package/esm2020/formly/lib/wrappers/checkbox-layout.mjs +3 -3
  71. package/esm2020/formly/lib/wrappers/error.mjs +6 -6
  72. package/esm2020/formly/lib/wrappers/helper.mjs +3 -3
  73. package/esm2020/formly/lib/wrappers/icon.mjs +3 -3
  74. package/esm2020/formly/lib/wrappers/radiosfield-layout.mjs +3 -3
  75. package/esm2020/formly/lib/wrappers/suffix.mjs +3 -3
  76. package/esm2020/formly/lib/wrappers/textfield-layout.mjs +3 -3
  77. package/esm2020/input/lib/clearer/clearer.component.mjs +6 -6
  78. package/esm2020/input/lib/clearer/clearer.module.mjs +4 -4
  79. package/esm2020/input/lib/displayer/input-displayer.directive.mjs +3 -3
  80. package/esm2020/input/lib/displayer/input-displayer.module.mjs +4 -4
  81. package/esm2020/input/lib/input.directive.mjs +3 -3
  82. package/esm2020/input/lib/input.module.mjs +4 -4
  83. package/esm2020/material/lib/module.mjs +4 -4
  84. package/esm2020/modal/lib/modal-panel.component.mjs +12 -12
  85. package/esm2020/modal/lib/modal-ref.factory.mjs +3 -3
  86. package/esm2020/modal/lib/modal.module.mjs +4 -4
  87. package/esm2020/modal/lib/modal.service.mjs +3 -3
  88. package/esm2020/number/lib/number.module.mjs +4 -4
  89. package/esm2020/number/lib/number.pipe.mjs +3 -3
  90. package/esm2020/option/lib/item/option-item.component.mjs +6 -6
  91. package/esm2020/option/lib/item/option-item.module.mjs +4 -4
  92. package/esm2020/option/lib/item/tree-option-item.component.mjs +6 -6
  93. package/esm2020/option/lib/item/tree-option-item.module.mjs +4 -4
  94. package/esm2020/option/lib/operator/feeder/option-feeder.component.mjs +3 -3
  95. package/esm2020/option/lib/operator/feeder/option-feeder.module.mjs +4 -4
  96. package/esm2020/option/lib/operator/feeder/tree-option-feeder.component.mjs +3 -3
  97. package/esm2020/option/lib/operator/feeder/tree-option-feeder.module.mjs +4 -4
  98. package/esm2020/option/lib/operator/for-groups/for-groups.directive.mjs +3 -3
  99. package/esm2020/option/lib/operator/for-groups/for-groups.module.mjs +4 -4
  100. package/esm2020/option/lib/operator/for-options/for-options.directive.mjs +3 -3
  101. package/esm2020/option/lib/operator/for-options/for-options.module.mjs +4 -4
  102. package/esm2020/option/lib/operator/for-options/for-tree-options.directive.mjs +3 -3
  103. package/esm2020/option/lib/operator/for-options/for-tree-options.module.mjs +4 -4
  104. package/esm2020/option/lib/operator/option-operator.module.mjs +4 -4
  105. package/esm2020/option/lib/operator/pager/option-pager.component.mjs +3 -3
  106. package/esm2020/option/lib/operator/pager/option-pager.module.mjs +4 -4
  107. package/esm2020/option/lib/operator/pager/tree-option-pager.component.mjs +3 -3
  108. package/esm2020/option/lib/operator/pager/tree-option-pager.module.mjs +4 -4
  109. package/esm2020/option/lib/operator/searcher/option-searcher.component.mjs +6 -6
  110. package/esm2020/option/lib/operator/searcher/option-searcher.module.mjs +4 -4
  111. package/esm2020/option/lib/operator/searcher/tree-option-searcher.component.mjs +6 -6
  112. package/esm2020/option/lib/operator/searcher/tree-option-searcher.module.mjs +4 -4
  113. package/esm2020/option/lib/operator/tree-option-operator.module.mjs +4 -4
  114. package/esm2020/option/lib/option.module.mjs +4 -4
  115. package/esm2020/option/lib/picker/option-picker-advanced.component.mjs +6 -6
  116. package/esm2020/option/lib/picker/option-picker.component.mjs +6 -6
  117. package/esm2020/option/lib/picker/option-picker.module.mjs +4 -4
  118. package/esm2020/option/lib/picker/tree-option-picker-advanced.component.mjs +6 -6
  119. package/esm2020/option/lib/picker/tree-option-picker.component.mjs +6 -6
  120. package/esm2020/option/lib/picker/tree-option-picker.module.mjs +4 -4
  121. package/esm2020/option/lib/placeholder/option-placeholder.component.mjs +5 -5
  122. package/esm2020/option/lib/placeholder/option-placeholder.module.mjs +4 -4
  123. package/esm2020/option/lib/selector/all/select-all.component.mjs +6 -6
  124. package/esm2020/option/lib/selector/all/select-all.module.mjs +4 -4
  125. package/esm2020/option/lib/selector/all/tree-select-all.component.mjs +6 -6
  126. package/esm2020/option/lib/selector/all/tree-select-all.module.mjs +4 -4
  127. package/esm2020/option/lib/selector/option-selector.module.mjs +4 -4
  128. package/esm2020/option/lib/selector/tree-option-selector.module.mjs +4 -4
  129. package/esm2020/option/lib/tree-option.module.mjs +4 -4
  130. package/esm2020/popover/lib/panel/popover-panel.component.mjs +3 -3
  131. package/esm2020/popover/lib/panel/popover-panel.module.mjs +4 -4
  132. package/esm2020/popover/lib/popover.module.mjs +4 -4
  133. package/esm2020/popover/lib/target/popover-target.directive.mjs +3 -3
  134. package/esm2020/popover/lib/target/popover-target.module.mjs +4 -4
  135. package/esm2020/popover/lib/trigger/popover-trigger.directive.mjs +3 -3
  136. package/esm2020/popover/lib/trigger/popover-trigger.module.mjs +4 -4
  137. package/esm2020/popup/lib/popup-ref.factory.mjs +3 -3
  138. package/esm2020/popup/lib/popup.module.mjs +4 -4
  139. package/esm2020/popup/lib/popup.service.mjs +3 -3
  140. package/esm2020/qualification/lib/qualification.module.mjs +4 -4
  141. package/esm2020/qualification/lib/select/input/qualification-select-input.component.mjs +6 -6
  142. package/esm2020/qualification/lib/select/input/qualification-select-input.module.mjs +4 -4
  143. package/esm2020/qualification/lib/select/qualification-select.module.mjs +4 -4
  144. package/esm2020/safe-content/lib/safe-content.module.mjs +4 -4
  145. package/esm2020/safe-content/lib/safe-html.pipe.mjs +3 -3
  146. package/esm2020/scroll/lib/scroll.directive.mjs +3 -3
  147. package/esm2020/scroll/lib/scroll.module.mjs +4 -4
  148. package/esm2020/select/lib/input/select-input.component.mjs +8 -8
  149. package/esm2020/select/lib/input/select-input.module.mjs +4 -4
  150. package/esm2020/select/lib/select.module.mjs +4 -4
  151. package/esm2020/sidepanel/lib/sidepanel-panel.component.mjs +9 -9
  152. package/esm2020/sidepanel/lib/sidepanel-ref.factory.mjs +3 -3
  153. package/esm2020/sidepanel/lib/sidepanel.module.mjs +4 -4
  154. package/esm2020/sidepanel/lib/sidepanel.service.mjs +3 -3
  155. package/esm2020/simple-select/lib/input/select-input.component.mjs +11 -10
  156. package/esm2020/simple-select/lib/option/displayer.directive.mjs +3 -3
  157. package/esm2020/simple-select/lib/option/option.component.mjs +5 -5
  158. package/esm2020/simple-select/lib/option/option.directive.mjs +3 -3
  159. package/esm2020/simple-select/lib/panel/panel.component.mjs +7 -6
  160. package/esm2020/title/lib/title.module.mjs +4 -4
  161. package/esm2020/title/lib/title.service.mjs +3 -3
  162. package/esm2020/title/lib/title.strategy.mjs +3 -3
  163. package/esm2020/toast/public-api.mjs +2 -2
  164. package/esm2020/toast/toasts.component.mjs +5 -5
  165. package/esm2020/toast/toasts.model.mjs +1 -1
  166. package/esm2020/toast/toasts.module.mjs +4 -4
  167. package/esm2020/toast/toasts.service.mjs +7 -7
  168. package/esm2020/tooltip/lib/panel/tooltip-panel.component.mjs +5 -5
  169. package/esm2020/tooltip/lib/panel/tooltip-panel.module.mjs +4 -4
  170. package/esm2020/tooltip/lib/tooltip.module.mjs +4 -4
  171. package/esm2020/tooltip/lib/trigger/tooltip-trigger.directive.mjs +3 -3
  172. package/esm2020/tooltip/lib/trigger/tooltip-trigger.module.mjs +4 -4
  173. package/esm2020/user/lib/display/display-format.model.mjs +4 -1
  174. package/esm2020/user/lib/display/user-display.module.mjs +4 -4
  175. package/esm2020/user/lib/display/user-display.pipe.mjs +61 -51
  176. package/esm2020/user/lib/picture/user-picture.component.mjs +4 -4
  177. package/esm2020/user/lib/picture/user-picture.module.mjs +4 -4
  178. package/esm2020/user/lib/select/homonyms/user-homonyms.component.mjs +3 -3
  179. package/esm2020/user/lib/select/homonyms/user-homonyms.module.mjs +4 -4
  180. package/esm2020/user/lib/select/homonyms/user-homonyms.service.mjs +3 -3
  181. package/esm2020/user/lib/select/input/user-select-input.component.mjs +6 -6
  182. package/esm2020/user/lib/select/input/user-select-input.module.mjs +4 -4
  183. package/esm2020/user/lib/select/me/me-option.directive.mjs +3 -3
  184. package/esm2020/user/lib/select/me/me-option.module.mjs +4 -4
  185. package/esm2020/user/lib/select/searcher/user-searcher.component.mjs +6 -6
  186. package/esm2020/user/lib/select/searcher/user-searcher.module.mjs +4 -4
  187. package/esm2020/user/lib/select/user-select.module.mjs +4 -4
  188. package/esm2020/user/lib/service/user-v3.service.mjs +3 -3
  189. package/esm2020/user/lib/tile/user-tile.component.mjs +4 -4
  190. package/esm2020/user/lib/tile/user-tile.module.mjs +4 -4
  191. package/esm2020/user/lib/user.module.mjs +4 -4
  192. package/establishment/lib/select/searcher/establishment-searcher.component.d.ts +6 -6
  193. package/fesm2015/lucca-front-ng-a11y.mjs +5 -4
  194. package/fesm2015/lucca-front-ng-a11y.mjs.map +1 -1
  195. package/fesm2015/lucca-front-ng-api.mjs +54 -54
  196. package/fesm2015/lucca-front-ng-api.mjs.map +1 -1
  197. package/fesm2015/lucca-front-ng-core.mjs +9 -9
  198. package/fesm2015/lucca-front-ng-core.mjs.map +1 -1
  199. package/fesm2015/lucca-front-ng-date.mjs +46 -46
  200. package/fesm2015/lucca-front-ng-date.mjs.map +1 -1
  201. package/fesm2015/lucca-front-ng-department.mjs +27 -27
  202. package/fesm2015/lucca-front-ng-department.mjs.map +1 -1
  203. package/fesm2015/lucca-front-ng-dropdown.mjs +25 -25
  204. package/fesm2015/lucca-front-ng-establishment.mjs +67 -69
  205. package/fesm2015/lucca-front-ng-establishment.mjs.map +1 -1
  206. package/fesm2015/lucca-front-ng-formly.mjs +61 -61
  207. package/fesm2015/lucca-front-ng-input.mjs +23 -23
  208. package/fesm2015/lucca-front-ng-input.mjs.map +1 -1
  209. package/fesm2015/lucca-front-ng-material.mjs +4 -4
  210. package/fesm2015/lucca-front-ng-modal.mjs +21 -21
  211. package/fesm2015/lucca-front-ng-modal.mjs.map +1 -1
  212. package/fesm2015/lucca-front-ng-number.mjs +7 -7
  213. package/fesm2015/lucca-front-ng-option.mjs +167 -167
  214. package/fesm2015/lucca-front-ng-option.mjs.map +1 -1
  215. package/fesm2015/lucca-front-ng-popover.mjs +25 -25
  216. package/fesm2015/lucca-front-ng-popup.mjs +10 -10
  217. package/fesm2015/lucca-front-ng-qualification.mjs +17 -17
  218. package/fesm2015/lucca-front-ng-qualification.mjs.map +1 -1
  219. package/fesm2015/lucca-front-ng-safe-content.mjs +7 -7
  220. package/fesm2015/lucca-front-ng-scroll.mjs +7 -7
  221. package/fesm2015/lucca-front-ng-select.mjs +16 -16
  222. package/fesm2015/lucca-front-ng-select.mjs.map +1 -1
  223. package/fesm2015/lucca-front-ng-sidepanel.mjs +18 -18
  224. package/fesm2015/lucca-front-ng-sidepanel.mjs.map +1 -1
  225. package/fesm2015/lucca-front-ng-simple-select.mjs +24 -23
  226. package/fesm2015/lucca-front-ng-simple-select.mjs.map +1 -1
  227. package/fesm2015/lucca-front-ng-title.mjs +10 -10
  228. package/fesm2015/lucca-front-ng-toast.mjs +15 -15
  229. package/fesm2015/lucca-front-ng-toast.mjs.map +1 -1
  230. package/fesm2015/lucca-front-ng-tooltip.mjs +19 -19
  231. package/fesm2015/lucca-front-ng-tooltip.mjs.map +1 -1
  232. package/fesm2015/lucca-front-ng-user.mjs +129 -117
  233. package/fesm2015/lucca-front-ng-user.mjs.map +1 -1
  234. package/fesm2020/lucca-front-ng-a11y.mjs +5 -4
  235. package/fesm2020/lucca-front-ng-a11y.mjs.map +1 -1
  236. package/fesm2020/lucca-front-ng-api.mjs +54 -54
  237. package/fesm2020/lucca-front-ng-api.mjs.map +1 -1
  238. package/fesm2020/lucca-front-ng-core.mjs +9 -9
  239. package/fesm2020/lucca-front-ng-core.mjs.map +1 -1
  240. package/fesm2020/lucca-front-ng-date.mjs +46 -46
  241. package/fesm2020/lucca-front-ng-date.mjs.map +1 -1
  242. package/fesm2020/lucca-front-ng-department.mjs +27 -27
  243. package/fesm2020/lucca-front-ng-department.mjs.map +1 -1
  244. package/fesm2020/lucca-front-ng-dropdown.mjs +25 -25
  245. package/fesm2020/lucca-front-ng-establishment.mjs +67 -69
  246. package/fesm2020/lucca-front-ng-establishment.mjs.map +1 -1
  247. package/fesm2020/lucca-front-ng-formly.mjs +61 -61
  248. package/fesm2020/lucca-front-ng-input.mjs +23 -23
  249. package/fesm2020/lucca-front-ng-input.mjs.map +1 -1
  250. package/fesm2020/lucca-front-ng-material.mjs +4 -4
  251. package/fesm2020/lucca-front-ng-modal.mjs +21 -21
  252. package/fesm2020/lucca-front-ng-modal.mjs.map +1 -1
  253. package/fesm2020/lucca-front-ng-number.mjs +7 -7
  254. package/fesm2020/lucca-front-ng-option.mjs +167 -167
  255. package/fesm2020/lucca-front-ng-option.mjs.map +1 -1
  256. package/fesm2020/lucca-front-ng-popover.mjs +25 -25
  257. package/fesm2020/lucca-front-ng-popup.mjs +10 -10
  258. package/fesm2020/lucca-front-ng-qualification.mjs +17 -17
  259. package/fesm2020/lucca-front-ng-qualification.mjs.map +1 -1
  260. package/fesm2020/lucca-front-ng-safe-content.mjs +7 -7
  261. package/fesm2020/lucca-front-ng-scroll.mjs +7 -7
  262. package/fesm2020/lucca-front-ng-select.mjs +16 -16
  263. package/fesm2020/lucca-front-ng-select.mjs.map +1 -1
  264. package/fesm2020/lucca-front-ng-sidepanel.mjs +18 -18
  265. package/fesm2020/lucca-front-ng-sidepanel.mjs.map +1 -1
  266. package/fesm2020/lucca-front-ng-simple-select.mjs +24 -23
  267. package/fesm2020/lucca-front-ng-simple-select.mjs.map +1 -1
  268. package/fesm2020/lucca-front-ng-title.mjs +10 -10
  269. package/fesm2020/lucca-front-ng-toast.mjs +15 -15
  270. package/fesm2020/lucca-front-ng-toast.mjs.map +1 -1
  271. package/fesm2020/lucca-front-ng-tooltip.mjs +19 -19
  272. package/fesm2020/lucca-front-ng-tooltip.mjs.map +1 -1
  273. package/fesm2020/lucca-front-ng-user.mjs +129 -117
  274. package/fesm2020/lucca-front-ng-user.mjs.map +1 -1
  275. package/material/style/components/_dialog.scss +2 -2
  276. package/material/style/components/_select.scss +4 -4
  277. package/material/style/components/_tooltip.scss +5 -5
  278. package/package.json +3 -3
  279. package/schematics/lib/local-deps/package-lock.json +54 -0
  280. package/schematics/lib/local-deps/package.json +1 -0
  281. package/schematics/lib/local-deps/postcss-selector-parser.js +5 -0
  282. package/schematics/lib/local-deps/postcss-value-parser.js +2 -5
  283. package/schematics/lib/local-deps/postcss.js +1 -24
  284. package/schematics/lib/migration-test.js +50 -0
  285. package/schematics/lib/schematics.js +19 -0
  286. package/schematics/lib/scss-ast.js +37 -3
  287. package/schematics/migrations/tshirt-size/index.js +43 -0
  288. package/schematics/migrations/tshirt-size/mapping.js +194 -0
  289. package/schematics/migrations/tshirt-size/migration.js +31 -0
  290. package/schematics/migrations/tshirt-size/migration.spec.js +43 -0
  291. package/schematics/migrations.json +4 -4
  292. package/src/components/_dropdown.scss +5 -5
  293. package/src/components/_picker.scss +1 -1
  294. package/src/components/_popup.scss +42 -45
  295. package/src/components/_sidepanel.scss +17 -14
  296. package/src/components/cdk/_dragDrop.scss +7 -7
  297. package/src/components/cdk/_textarea.scss +1 -1
  298. package/src/definitions/option/_option-item.scss +6 -6
  299. package/src/definitions/option/_option-searcher.scss +1 -1
  300. package/src/definitions/option/_option-selector.scss +1 -1
  301. package/src/definitions/select/_select-clearer.scss +1 -1
  302. package/src/definitions/select/_select-input.scss +29 -29
  303. package/src/definitions/tooltip/_tooltip.scss +4 -4
  304. package/src/definitions/user/user-picture.scss +34 -34
  305. package/src/definitions/user/user-tile.scss +26 -26
  306. package/toast/public-api.d.ts +1 -1
  307. package/toast/toasts.model.d.ts +10 -2
  308. package/toast/toasts.service.d.ts +1 -1
  309. package/user/lib/display/display-format.model.d.ts +3 -0
  310. package/user/lib/display/user-display.pipe.d.ts +6 -0
  311. package/schematics/migrations/css-vars/css-class-registry.js +0 -88
  312. package/schematics/migrations/css-vars/index.js +0 -109
  313. package/schematics/migrations/css-vars/migration.js +0 -149
  314. package/schematics/migrations/css-vars/migration.spec.js +0 -153
  315. package/schematics/migrations/css-vars/mixin-registry.js +0 -41
  316. package/schematics/migrations/css-vars/updaters/color.js +0 -95
  317. package/schematics/migrations/css-vars/updaters/elevation.js +0 -18
  318. package/schematics/migrations/css-vars/updaters/get-set.js +0 -26
  319. package/schematics/migrations/css-vars/updaters/icon-sizing.js +0 -17
  320. package/schematics/migrations/css-vars/updaters/ie11.js +0 -21
  321. package/schematics/migrations/css-vars/updaters/main-import.js +0 -40
  322. package/schematics/migrations/css-vars/updaters/mixins.js +0 -56
  323. package/schematics/migrations/css-vars/updaters/remove-scss-placeholder.js +0 -40
  324. package/schematics/migrations/css-vars/updaters/theme.js +0 -59
  325. package/schematics/migrations/css-vars/updaters/warning.js +0 -9
@@ -87,9 +87,9 @@ class LuApiV3Service extends ALuApiService {
87
87
  return `name=like,${urlSafeClue}`;
88
88
  }
89
89
  }
90
- LuApiV3Service.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuApiV3Service, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
91
- LuApiV3Service.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuApiV3Service });
92
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuApiV3Service, decorators: [{
90
+ LuApiV3Service.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuApiV3Service, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
91
+ LuApiV3Service.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuApiV3Service });
92
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuApiV3Service, decorators: [{
93
93
  type: Injectable
94
94
  }], ctorParameters: function () { return [{ type: i1.HttpClient }]; } });
95
95
 
@@ -153,9 +153,9 @@ class LuApiV4Service extends ALuApiService {
153
153
  return this._http.get(url).pipe(map((res) => res.count));
154
154
  }
155
155
  }
156
- LuApiV4Service.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuApiV4Service, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
157
- LuApiV4Service.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuApiV4Service });
158
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuApiV4Service, decorators: [{
156
+ LuApiV4Service.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuApiV4Service, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
157
+ LuApiV4Service.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuApiV4Service });
158
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuApiV4Service, decorators: [{
159
159
  type: Injectable
160
160
  }], ctorParameters: function () { return [{ type: i1.HttpClient }]; } });
161
161
 
@@ -212,9 +212,9 @@ class LuApiHybridService extends ALuApiService {
212
212
  return this._service.searchPaged(clue, page, filters);
213
213
  }
214
214
  }
215
- LuApiHybridService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuApiHybridService, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
216
- LuApiHybridService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuApiHybridService });
217
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuApiHybridService, decorators: [{
215
+ LuApiHybridService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuApiHybridService, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
216
+ LuApiHybridService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuApiHybridService });
217
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuApiHybridService, decorators: [{
218
218
  type: Injectable
219
219
  }], ctorParameters: function () { return [{ type: i1.HttpClient }]; } });
220
220
 
@@ -239,8 +239,8 @@ class LuApiFeederComponent extends ALuApiOptionFeeder {
239
239
  this._service.orderBy = orderBy;
240
240
  }
241
241
  }
242
- LuApiFeederComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuApiFeederComponent, deps: [{ token: ALuApiService, optional: true, skipSelf: true }, { token: ALuApiService, self: true }], target: i0.ɵɵFactoryTarget.Component });
243
- LuApiFeederComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.2", type: LuApiFeederComponent, isStandalone: true, selector: "lu-api-feeder", inputs: { standard: "standard", api: "api", fields: "fields", filters: "filters", orderBy: "orderBy" }, providers: [
242
+ LuApiFeederComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuApiFeederComponent, deps: [{ token: ALuApiService, optional: true, skipSelf: true }, { token: ALuApiService, self: true }], target: i0.ɵɵFactoryTarget.Component });
243
+ LuApiFeederComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.3", type: LuApiFeederComponent, isStandalone: true, selector: "lu-api-feeder", inputs: { standard: "standard", api: "api", fields: "fields", filters: "filters", orderBy: "orderBy" }, providers: [
244
244
  {
245
245
  provide: ALuOptionOperator,
246
246
  useExisting: forwardRef(() => LuApiFeederComponent),
@@ -256,7 +256,7 @@ LuApiFeederComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
256
256
  useClass: LuApiHybridService,
257
257
  },
258
258
  ], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
259
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuApiFeederComponent, decorators: [{
259
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuApiFeederComponent, decorators: [{
260
260
  type: Component,
261
261
  args: [{ selector: 'lu-api-feeder', template: '', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, providers: [
262
262
  {
@@ -300,10 +300,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImpor
300
300
 
301
301
  class LuApiFeederModule {
302
302
  }
303
- LuApiFeederModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuApiFeederModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
304
- LuApiFeederModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.2", ngImport: i0, type: LuApiFeederModule, imports: [LuApiFeederComponent], exports: [LuApiFeederComponent] });
305
- LuApiFeederModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuApiFeederModule, imports: [LuApiFeederComponent] });
306
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuApiFeederModule, decorators: [{
303
+ LuApiFeederModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuApiFeederModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
304
+ LuApiFeederModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.3", ngImport: i0, type: LuApiFeederModule, imports: [LuApiFeederComponent], exports: [LuApiFeederComponent] });
305
+ LuApiFeederModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuApiFeederModule, imports: [LuApiFeederComponent] });
306
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuApiFeederModule, decorators: [{
307
307
  type: NgModule,
308
308
  args: [{
309
309
  imports: [LuApiFeederComponent],
@@ -412,8 +412,8 @@ class LuApiSearcherComponent extends ALuApiOptionSearcher {
412
412
  this.clueControl.setValue('');
413
413
  }
414
414
  }
415
- LuApiSearcherComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuApiSearcherComponent, deps: [{ token: ALuApiService, optional: true, skipSelf: true }, { token: ALuApiService, self: true }], target: i0.ɵɵFactoryTarget.Component });
416
- LuApiSearcherComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.2", type: LuApiSearcherComponent, isStandalone: true, selector: "lu-api-searcher", inputs: { standard: "standard", api: "api", fields: "fields", filters: "filters", orderBy: "orderBy", sort: "sort", debounceTime: "debounceTime" }, providers: [
415
+ LuApiSearcherComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuApiSearcherComponent, deps: [{ token: ALuApiService, optional: true, skipSelf: true }, { token: ALuApiService, self: true }], target: i0.ɵɵFactoryTarget.Component });
416
+ LuApiSearcherComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.3", type: LuApiSearcherComponent, isStandalone: true, selector: "lu-api-searcher", inputs: { standard: "standard", api: "api", fields: "fields", filters: "filters", orderBy: "orderBy", sort: "sort", debounceTime: "debounceTime" }, providers: [
417
417
  {
418
418
  provide: ALuOptionOperator,
419
419
  useExisting: forwardRef(() => LuApiSearcherComponent),
@@ -428,8 +428,8 @@ LuApiSearcherComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
428
428
  provide: ALuApiService,
429
429
  useClass: LuApiHybridService,
430
430
  },
431
- ], viewQueries: [{ propertyName: "searchInput", first: true, predicate: ["searchInput"], descendants: true, read: ElementRef, static: true }], usesInheritance: true, ngImport: i0, template: "<div class=\"textfield mod-search\" [class.is-loading]=\"loading$ | async\">\r\n\t<input #searchInput class=\"textfield-input\" [formControl]=\"clueControl\" />\r\n</div>\r\n<lu-option-placeholder *ngIf=\"(empty$ | async) && (loading$ | async) === false\" (onClear)=\"resetClue()\"></lu-option-placeholder>\r\n", styles: [":root{--components-options-item-padding-vertical: var(--spacings-smaller);--components-options-item-padding-horizontal: var(--spacings-smaller);--components-options-item-multiple-padding: var(--spacings-big);--components-options-item-icon-color: var(--palettes-grey-800);--components-options-checkbox-left: .5rem;--components-options-checkbox-size: 1rem;--components-options-checkbox-color: var(--palettes-primary-700);--components-options-checkbox-border-radius: var(--commons-border-radius);--components-options-checkbox-border-color: var(--palettes-grey-700);--components-options-establishment-multiple-padding: var(--spacings-standard)}.textfield.mod-search{width:100%}.textfield-input{border-radius:0;box-shadow:none;background-color:var(--colors-white-color);border-bottom:var(--commons-divider-width) solid var(--commons-divider-color)}.textfield-input:hover{background-color:var(--palettes-grey-50)}.textfield-input:focus{background-color:var(--colors-white-color);border-bottom-color:var(--palettes-primary-600)}.checkbox.mod-formerEmployee{padding:var(--spacings-smallest) var(--components-options-item-padding-horizontal);border-bottom:var(--commons-divider-width) solid var(--commons-divider-color);background-color:var(--palettes-grey-50);font-style:italic}\n"], dependencies: [{ kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1$1.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$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "component", type: LuOptionPlaceholderComponent, selector: "lu-option-placeholder", outputs: ["onClear"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
432
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuApiSearcherComponent, decorators: [{
431
+ ], viewQueries: [{ propertyName: "searchInput", first: true, predicate: ["searchInput"], descendants: true, read: ElementRef, static: true }], usesInheritance: true, ngImport: i0, template: "<div class=\"textfield mod-search\" [class.is-loading]=\"loading$ | async\">\r\n\t<input #searchInput class=\"textfield-input\" [formControl]=\"clueControl\" />\r\n</div>\r\n<lu-option-placeholder *ngIf=\"(empty$ | async) && (loading$ | async) === false\" (onClear)=\"resetClue()\"></lu-option-placeholder>\r\n", styles: [":root{--components-options-item-padding-vertical: var(--spacings-XS);--components-options-item-padding-horizontal: var(--spacings-XS);--components-options-item-multiple-padding: var(--spacings-L);--components-options-item-icon-color: var(--palettes-grey-800);--components-options-checkbox-left: .5rem;--components-options-checkbox-size: 1rem;--components-options-checkbox-color: var(--palettes-primary-700);--components-options-checkbox-border-radius: var(--commons-borderRadius-M);--components-options-checkbox-border-color: var(--palettes-grey-700);--components-options-establishment-multiple-padding: var(--spacings-M)}.textfield.mod-search{width:100%}.textfield-input{border-radius:0;box-shadow:none;background-color:var(--colors-white-color);border-bottom:var(--commons-divider-width) solid var(--commons-divider-color)}.textfield-input:hover{background-color:var(--palettes-grey-50)}.textfield-input:focus{background-color:var(--colors-white-color);border-bottom-color:var(--palettes-primary-600)}.checkbox.mod-formerEmployee{padding:var(--spacings-XXS) var(--components-options-item-padding-horizontal);border-bottom:var(--commons-divider-width) solid var(--commons-divider-color);background-color:var(--palettes-grey-50);font-style:italic}\n"], dependencies: [{ kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1$1.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$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "component", type: LuOptionPlaceholderComponent, selector: "lu-option-placeholder", outputs: ["onClear"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
432
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuApiSearcherComponent, decorators: [{
433
433
  type: Component,
434
434
  args: [{ selector: 'lu-api-searcher', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [ReactiveFormsModule, CommonModule, LuOptionPlaceholderComponent], providers: [
435
435
  {
@@ -446,7 +446,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImpor
446
446
  provide: ALuApiService,
447
447
  useClass: LuApiHybridService,
448
448
  },
449
- ], template: "<div class=\"textfield mod-search\" [class.is-loading]=\"loading$ | async\">\r\n\t<input #searchInput class=\"textfield-input\" [formControl]=\"clueControl\" />\r\n</div>\r\n<lu-option-placeholder *ngIf=\"(empty$ | async) && (loading$ | async) === false\" (onClear)=\"resetClue()\"></lu-option-placeholder>\r\n", styles: [":root{--components-options-item-padding-vertical: var(--spacings-smaller);--components-options-item-padding-horizontal: var(--spacings-smaller);--components-options-item-multiple-padding: var(--spacings-big);--components-options-item-icon-color: var(--palettes-grey-800);--components-options-checkbox-left: .5rem;--components-options-checkbox-size: 1rem;--components-options-checkbox-color: var(--palettes-primary-700);--components-options-checkbox-border-radius: var(--commons-border-radius);--components-options-checkbox-border-color: var(--palettes-grey-700);--components-options-establishment-multiple-padding: var(--spacings-standard)}.textfield.mod-search{width:100%}.textfield-input{border-radius:0;box-shadow:none;background-color:var(--colors-white-color);border-bottom:var(--commons-divider-width) solid var(--commons-divider-color)}.textfield-input:hover{background-color:var(--palettes-grey-50)}.textfield-input:focus{background-color:var(--colors-white-color);border-bottom-color:var(--palettes-primary-600)}.checkbox.mod-formerEmployee{padding:var(--spacings-smallest) var(--components-options-item-padding-horizontal);border-bottom:var(--commons-divider-width) solid var(--commons-divider-color);background-color:var(--palettes-grey-50);font-style:italic}\n"] }]
449
+ ], template: "<div class=\"textfield mod-search\" [class.is-loading]=\"loading$ | async\">\r\n\t<input #searchInput class=\"textfield-input\" [formControl]=\"clueControl\" />\r\n</div>\r\n<lu-option-placeholder *ngIf=\"(empty$ | async) && (loading$ | async) === false\" (onClear)=\"resetClue()\"></lu-option-placeholder>\r\n", styles: [":root{--components-options-item-padding-vertical: var(--spacings-XS);--components-options-item-padding-horizontal: var(--spacings-XS);--components-options-item-multiple-padding: var(--spacings-L);--components-options-item-icon-color: var(--palettes-grey-800);--components-options-checkbox-left: .5rem;--components-options-checkbox-size: 1rem;--components-options-checkbox-color: var(--palettes-primary-700);--components-options-checkbox-border-radius: var(--commons-borderRadius-M);--components-options-checkbox-border-color: var(--palettes-grey-700);--components-options-establishment-multiple-padding: var(--spacings-M)}.textfield.mod-search{width:100%}.textfield-input{border-radius:0;box-shadow:none;background-color:var(--colors-white-color);border-bottom:var(--commons-divider-width) solid var(--commons-divider-color)}.textfield-input:hover{background-color:var(--palettes-grey-50)}.textfield-input:focus{background-color:var(--colors-white-color);border-bottom-color:var(--palettes-primary-600)}.checkbox.mod-formerEmployee{padding:var(--spacings-XXS) var(--components-options-item-padding-horizontal);border-bottom:var(--commons-divider-width) solid var(--commons-divider-color);background-color:var(--palettes-grey-50);font-style:italic}\n"] }]
450
450
  }], ctorParameters: function () { return [{ type: LuApiHybridService, decorators: [{
451
451
  type: Inject,
452
452
  args: [ALuApiService]
@@ -513,8 +513,8 @@ class LuApiPagedSearcherComponent extends ALuApiOptionPagedSearcher {
513
513
  this.clueControl.reset('');
514
514
  }
515
515
  }
516
- LuApiPagedSearcherComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuApiPagedSearcherComponent, deps: [{ token: ALuApiService, optional: true, skipSelf: true }, { token: ALuApiService, self: true }], target: i0.ɵɵFactoryTarget.Component });
517
- LuApiPagedSearcherComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.2", type: LuApiPagedSearcherComponent, isStandalone: true, selector: "lu-api-paged-searcher", inputs: { standard: "standard", api: "api", fields: "fields", filters: "filters", orderBy: "orderBy", sort: "sort", debounceTime: "debounceTime" }, providers: [
516
+ LuApiPagedSearcherComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuApiPagedSearcherComponent, deps: [{ token: ALuApiService, optional: true, skipSelf: true }, { token: ALuApiService, self: true }], target: i0.ɵɵFactoryTarget.Component });
517
+ LuApiPagedSearcherComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.3", type: LuApiPagedSearcherComponent, isStandalone: true, selector: "lu-api-paged-searcher", inputs: { standard: "standard", api: "api", fields: "fields", filters: "filters", orderBy: "orderBy", sort: "sort", debounceTime: "debounceTime" }, providers: [
518
518
  {
519
519
  provide: ALuOptionOperator,
520
520
  useExisting: forwardRef(() => LuApiPagedSearcherComponent),
@@ -539,8 +539,8 @@ LuApiPagedSearcherComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.
539
539
  provide: ALuApiService,
540
540
  useClass: LuApiHybridService,
541
541
  },
542
- ], viewQueries: [{ propertyName: "searchInput", first: true, predicate: ["searchInput"], descendants: true, read: ElementRef, static: true }], usesInheritance: true, ngImport: i0, template: "<div class=\"textfield mod-search\" [class.is-loading]=\"loading$ | async\">\r\n\t<input #searchInput class=\"textfield-input\" [formControl]=\"clueControl\" />\r\n</div>\r\n<lu-option-placeholder *ngIf=\"(empty$ | async) && (loading$ | async) === false\" (onClear)=\"resetClue()\"></lu-option-placeholder>\r\n", styles: [":root{--components-options-item-padding-vertical: var(--spacings-smaller);--components-options-item-padding-horizontal: var(--spacings-smaller);--components-options-item-multiple-padding: var(--spacings-big);--components-options-item-icon-color: var(--palettes-grey-800);--components-options-checkbox-left: .5rem;--components-options-checkbox-size: 1rem;--components-options-checkbox-color: var(--palettes-primary-700);--components-options-checkbox-border-radius: var(--commons-border-radius);--components-options-checkbox-border-color: var(--palettes-grey-700);--components-options-establishment-multiple-padding: var(--spacings-standard)}.textfield.mod-search{width:100%}.textfield-input{border-radius:0;box-shadow:none;background-color:var(--colors-white-color);border-bottom:var(--commons-divider-width) solid var(--commons-divider-color)}.textfield-input:hover{background-color:var(--palettes-grey-50)}.textfield-input:focus{background-color:var(--colors-white-color);border-bottom-color:var(--palettes-primary-600)}.checkbox.mod-formerEmployee{padding:var(--spacings-smallest) var(--components-options-item-padding-horizontal);border-bottom:var(--commons-divider-width) solid var(--commons-divider-color);background-color:var(--palettes-grey-50);font-style:italic}\n"], dependencies: [{ kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1$1.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$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "component", type: LuOptionPlaceholderComponent, selector: "lu-option-placeholder", outputs: ["onClear"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
543
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuApiPagedSearcherComponent, decorators: [{
542
+ ], viewQueries: [{ propertyName: "searchInput", first: true, predicate: ["searchInput"], descendants: true, read: ElementRef, static: true }], usesInheritance: true, ngImport: i0, template: "<div class=\"textfield mod-search\" [class.is-loading]=\"loading$ | async\">\r\n\t<input #searchInput class=\"textfield-input\" [formControl]=\"clueControl\" />\r\n</div>\r\n<lu-option-placeholder *ngIf=\"(empty$ | async) && (loading$ | async) === false\" (onClear)=\"resetClue()\"></lu-option-placeholder>\r\n", styles: [":root{--components-options-item-padding-vertical: var(--spacings-XS);--components-options-item-padding-horizontal: var(--spacings-XS);--components-options-item-multiple-padding: var(--spacings-L);--components-options-item-icon-color: var(--palettes-grey-800);--components-options-checkbox-left: .5rem;--components-options-checkbox-size: 1rem;--components-options-checkbox-color: var(--palettes-primary-700);--components-options-checkbox-border-radius: var(--commons-borderRadius-M);--components-options-checkbox-border-color: var(--palettes-grey-700);--components-options-establishment-multiple-padding: var(--spacings-M)}.textfield.mod-search{width:100%}.textfield-input{border-radius:0;box-shadow:none;background-color:var(--colors-white-color);border-bottom:var(--commons-divider-width) solid var(--commons-divider-color)}.textfield-input:hover{background-color:var(--palettes-grey-50)}.textfield-input:focus{background-color:var(--colors-white-color);border-bottom-color:var(--palettes-primary-600)}.checkbox.mod-formerEmployee{padding:var(--spacings-XXS) var(--components-options-item-padding-horizontal);border-bottom:var(--commons-divider-width) solid var(--commons-divider-color);background-color:var(--palettes-grey-50);font-style:italic}\n"], dependencies: [{ kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1$1.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$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "component", type: LuOptionPlaceholderComponent, selector: "lu-option-placeholder", outputs: ["onClear"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
543
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuApiPagedSearcherComponent, decorators: [{
544
544
  type: Component,
545
545
  args: [{ selector: 'lu-api-paged-searcher', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [ReactiveFormsModule, CommonModule, LuOptionPlaceholderComponent], providers: [
546
546
  {
@@ -567,7 +567,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImpor
567
567
  provide: ALuApiService,
568
568
  useClass: LuApiHybridService,
569
569
  },
570
- ], template: "<div class=\"textfield mod-search\" [class.is-loading]=\"loading$ | async\">\r\n\t<input #searchInput class=\"textfield-input\" [formControl]=\"clueControl\" />\r\n</div>\r\n<lu-option-placeholder *ngIf=\"(empty$ | async) && (loading$ | async) === false\" (onClear)=\"resetClue()\"></lu-option-placeholder>\r\n", styles: [":root{--components-options-item-padding-vertical: var(--spacings-smaller);--components-options-item-padding-horizontal: var(--spacings-smaller);--components-options-item-multiple-padding: var(--spacings-big);--components-options-item-icon-color: var(--palettes-grey-800);--components-options-checkbox-left: .5rem;--components-options-checkbox-size: 1rem;--components-options-checkbox-color: var(--palettes-primary-700);--components-options-checkbox-border-radius: var(--commons-border-radius);--components-options-checkbox-border-color: var(--palettes-grey-700);--components-options-establishment-multiple-padding: var(--spacings-standard)}.textfield.mod-search{width:100%}.textfield-input{border-radius:0;box-shadow:none;background-color:var(--colors-white-color);border-bottom:var(--commons-divider-width) solid var(--commons-divider-color)}.textfield-input:hover{background-color:var(--palettes-grey-50)}.textfield-input:focus{background-color:var(--colors-white-color);border-bottom-color:var(--palettes-primary-600)}.checkbox.mod-formerEmployee{padding:var(--spacings-smallest) var(--components-options-item-padding-horizontal);border-bottom:var(--commons-divider-width) solid var(--commons-divider-color);background-color:var(--palettes-grey-50);font-style:italic}\n"] }]
570
+ ], template: "<div class=\"textfield mod-search\" [class.is-loading]=\"loading$ | async\">\r\n\t<input #searchInput class=\"textfield-input\" [formControl]=\"clueControl\" />\r\n</div>\r\n<lu-option-placeholder *ngIf=\"(empty$ | async) && (loading$ | async) === false\" (onClear)=\"resetClue()\"></lu-option-placeholder>\r\n", styles: [":root{--components-options-item-padding-vertical: var(--spacings-XS);--components-options-item-padding-horizontal: var(--spacings-XS);--components-options-item-multiple-padding: var(--spacings-L);--components-options-item-icon-color: var(--palettes-grey-800);--components-options-checkbox-left: .5rem;--components-options-checkbox-size: 1rem;--components-options-checkbox-color: var(--palettes-primary-700);--components-options-checkbox-border-radius: var(--commons-borderRadius-M);--components-options-checkbox-border-color: var(--palettes-grey-700);--components-options-establishment-multiple-padding: var(--spacings-M)}.textfield.mod-search{width:100%}.textfield-input{border-radius:0;box-shadow:none;background-color:var(--colors-white-color);border-bottom:var(--commons-divider-width) solid var(--commons-divider-color)}.textfield-input:hover{background-color:var(--palettes-grey-50)}.textfield-input:focus{background-color:var(--colors-white-color);border-bottom-color:var(--palettes-primary-600)}.checkbox.mod-formerEmployee{padding:var(--spacings-XXS) var(--components-options-item-padding-horizontal);border-bottom:var(--commons-divider-width) solid var(--commons-divider-color);background-color:var(--palettes-grey-50);font-style:italic}\n"] }]
571
571
  }], ctorParameters: function () { return [{ type: LuApiHybridService, decorators: [{
572
572
  type: Inject,
573
573
  args: [ALuApiService]
@@ -601,10 +601,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImpor
601
601
 
602
602
  class LuApiSearcherModule {
603
603
  }
604
- LuApiSearcherModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuApiSearcherModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
605
- LuApiSearcherModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.2", ngImport: i0, type: LuApiSearcherModule, imports: [LuApiPagedSearcherComponent, LuApiSearcherComponent], exports: [LuApiPagedSearcherComponent, LuApiSearcherComponent] });
606
- LuApiSearcherModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuApiSearcherModule, imports: [LuApiPagedSearcherComponent, LuApiSearcherComponent] });
607
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuApiSearcherModule, decorators: [{
604
+ LuApiSearcherModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuApiSearcherModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
605
+ LuApiSearcherModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.3", ngImport: i0, type: LuApiSearcherModule, imports: [LuApiPagedSearcherComponent, LuApiSearcherComponent], exports: [LuApiPagedSearcherComponent, LuApiSearcherComponent] });
606
+ LuApiSearcherModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuApiSearcherModule, imports: [LuApiPagedSearcherComponent, LuApiSearcherComponent] });
607
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuApiSearcherModule, decorators: [{
608
608
  type: NgModule,
609
609
  args: [{
610
610
  imports: [LuApiPagedSearcherComponent, LuApiSearcherComponent],
@@ -624,15 +624,15 @@ class LuApiSelectInputComponent extends ALuSelectInputComponent {
624
624
  this.byId = (option1, option2) => option1 && option2 && option1.id === option2.id;
625
625
  }
626
626
  }
627
- LuApiSelectInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuApiSelectInputComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1$2.Overlay }, { token: i0.ElementRef }, { token: i0.ViewContainerRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
628
- LuApiSelectInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.2", type: LuApiSelectInputComponent, isStandalone: true, selector: "lu-api-select", inputs: { standard: "standard", api: "api", fields: "fields", filters: "filters", orderBy: "orderBy", sort: "sort" }, providers: [
627
+ LuApiSelectInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuApiSelectInputComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1$2.Overlay }, { token: i0.ElementRef }, { token: i0.ViewContainerRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
628
+ LuApiSelectInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.3", type: LuApiSelectInputComponent, isStandalone: true, selector: "lu-api-select", inputs: { standard: "standard", api: "api", fields: "fields", filters: "filters", orderBy: "orderBy", sort: "sort" }, providers: [
629
629
  {
630
630
  provide: NG_VALUE_ACCESSOR,
631
631
  useExisting: forwardRef(() => LuApiSelectInputComponent),
632
632
  multi: true,
633
633
  },
634
- ], usesInheritance: true, ngImport: i0, template: "<div class=\"lu-select-placeholder\">{{ placeholder }}</div>\r\n<div class=\"lu-select-value\">\r\n\t<div class=\"lu-select-display-wrapper\">\r\n\t\t<ng-container #display></ng-container>\r\n\t</div>\r\n</div>\r\n<div class=\"lu-select-suffix\">\r\n\t<lu-input-clearer></lu-input-clearer>\r\n</div>\r\n<span [class.chip]=\"multiple\" *luDisplayer=\"let option\">{{ option.name }}</span>\r\n<lu-option-picker-advanced [option-comparer]=\"byId\">\r\n\t<header class=\"lu-picker-header\">\r\n\t\t<lu-api-paged-searcher\r\n\t\t\t[standard]=\"standard\"\r\n\t\t\t[api]=\"api\"\r\n\t\t\t[fields]=\"fields\"\r\n\t\t\t[filters]=\"filters\"\r\n\t\t\t[orderBy]=\"orderBy\"\r\n\t\t\t[sort]=\"sort\"\r\n\t\t></lu-api-paged-searcher>\r\n\t</header>\r\n\t<lu-option *luForOptions=\"let option\" [value]=\"option\">{{ option.name }}</lu-option>\r\n</lu-option-picker-advanced>\r\n", styles: [":root{--components-options-item-padding-vertical: var(--spacings-smaller);--components-options-item-padding-horizontal: var(--spacings-smaller);--components-options-item-multiple-padding: var(--spacings-big);--components-options-item-icon-color: var(--palettes-grey-800);--components-options-checkbox-left: .5rem;--components-options-checkbox-size: 1rem;--components-options-checkbox-color: var(--palettes-primary-700);--components-options-checkbox-border-radius: var(--commons-border-radius);--components-options-checkbox-border-color: var(--palettes-grey-700);--components-options-establishment-multiple-padding: var(--spacings-standard)}:host{--components-select-default-palette-50: var(--palettes-primary-50);--components-select-default-palette-100: var(--palettes-primary-100);--components-select-default-palette-200: var(--palettes-primary-200);--components-select-default-palette-300: var(--palettes-primary-300);--components-select-default-palette-400: var(--palettes-primary-400);--components-select-default-palette-500: var(--palettes-primary-500);--components-select-default-palette-600: var(--palettes-primary-600);--components-select-default-palette-700: var(--palettes-primary-700);--components-select-default-palette-800: var(--palettes-primary-800);--components-select-default-palette-900: var(--palettes-primary-900);--components-select-chip-background: var(--palettes-primary-700);--components-select-chip-text: var(--colors-white-color);--components-select-input-padding-horizontal: var(--spacings-smaller);--components-select-input-padding-vertical: var(--spacings-smaller);--components-select-framed-color: var(--palettes-grey-500);--components-select-framed-color50: var(--palettes-grey-50);--components-select-framed-see-through: var(--palettes-grey-50);--components-select-framed-text: var(--palettes-grey-800);--components-select-framed-placeholder: #cccccc;--components-select-framed-side-padding: var(--spacings-small);--components-select-framed-top-padding: var(--spacings-big);--components-select-framed-bottom-padding: var(--spacings-small);--components-select-framed-label-top-offset: var(--spacings-smaller);cursor:pointer;outline:none;padding:0}:host:after{display:inline-block;vertical-align:text-bottom;font-style:normal;font-family:Lucca icons;color:var(--palettes-700, var(--components-select-default-palette-700));bottom:var(--components-select-input-padding-vertical);font-size:1.2rem;line-height:1.4rem;pointer-events:none;position:absolute;right:var(--components-select-input-padding-horizontal)}@supports (content: \"*\"/\"\"){:host:after{content:\"\\e97c\"/\"\"}}@supports not (content: \"*\"/\"\"){:host:after{content:\"\\e97c\"}}:host[disabled]{cursor:not-allowed;pointer-events:all}:host.is-disabled{cursor:not-allowed;pointer-events:all}.lu-select-display-wrapper{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lu-select-value{line-height:var(--sizes-standard-line-height);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-standard-line-height));padding:var(--components-select-input-padding-vertical) 2.5rem var(--components-select-input-padding-vertical) var(--components-select-input-padding-horizontal);transition:all var(--commons-animations-durations-standard);display:none}.lu-select-placeholder{color:var(--palettes-400, var(--components-select-default-palette-400));line-height:var(--sizes-standard-line-height);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-standard-line-height));padding:var(--components-select-input-padding-vertical) 2.5rem var(--components-select-input-padding-vertical) var(--components-select-input-padding-horizontal);transition:all var(--commons-animations-durations-standard);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lu-select-suffix{position:absolute;bottom:var(--spacings-smaller);right:1.6rem}::ng-deep .lu-select-value .label{padding:var(--spacings-smallest) var(--spacings-smaller);margin-left:0}::ng-deep .lu-select-value .chip{background-color:var(--components-select-chip-background);color:var(--components-select-chip-text);vertical-align:baseline;max-width:100%;height:var(--sizes-standard-line-height);line-height:var(--sizes-standard-line-height);padding:0 var(--spacings-smaller);margin:0 var(--spacings-smallest) var(--spacings-smallest) 0;text-overflow:ellipsis;overflow:hidden;vertical-align:top;white-space:nowrap}:host-context(.textfield.mod-small) .lu-select-value,:host-context(.textfield.mod-small) .lu-select-placeholder{font-size:var(--sizes-small-font-size);line-height:var(--sizes-smaller-line-height);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-smaller-line-height))}:host-context(.textfield.mod-small):after{line-height:var(--sizes-smaller-line-height)}:host-context(.textfield.mod-small) ::ng-deep .lu-select-value .label{font-size:var(--sizes-small-font-size);line-height:var(--sizes-small-line-height);font-weight:600;margin:0;padding:0;background-color:transparent}:host-context(.textfield.mod-small) ::ng-deep .lu-select-value .chip{height:var(--sizes-smaller-line-height);line-height:var(--sizes-smaller-line-height);font-size:var(--sizes-smaller-font-size)}:host-context(.textfield.mod-framed).textfield-input,:host-context(.form.mod-framed).textfield-input{padding:var(--components-select-framed-top-padding) 0 0}:host-context(.textfield.mod-framed).textfield-input:after,:host-context(.form.mod-framed).textfield-input:after{color:var(--palettes-grey-500);bottom:var(--components-select-framed-bottom-padding);right:var(--spacings-smaller)}:host-context(.textfield.mod-framed).textfield-input .lu-select-value,:host-context(.form.mod-framed).textfield-input .lu-select-value{padding:0 calc(var(--components-select-framed-side-padding) * 3) var(--components-select-framed-bottom-padding) var(--components-select-framed-side-padding)}:host-context(.textfield.mod-framed).textfield-input .lu-select-placeholder,:host-context(.form.mod-framed).textfield-input .lu-select-placeholder{color:var(--palettes-grey-400);padding:0 calc(var(--components-select-framed-side-padding) * 3) var(--components-select-framed-bottom-padding) var(--components-select-framed-side-padding)}:host-context(.textfield.mod-framed).textfield-input .lu-select-suffix,:host-context(.form.mod-framed).textfield-input .lu-select-suffix{bottom:var(--components-select-framed-bottom-padding);right:1.7rem}:host-context(.textfield.mod-filter) .lu-select-value,:host-context(.textfield.mod-filter) .lu-select-placeholder{padding:0;height:auto;padding-top:var(--spacings-small);color:var(--palettes-grey-800)}:host-context(.textfield.mod-filter) .lu-select-suffix{bottom:.4rem}:host-context(.textfield.mod-material):after{color:var(--palettes-grey-500);bottom:.6rem;right:0}:host-context(.textfield.mod-material) .lu-select-value,:host-context(.textfield.mod-material) .lu-select-placeholder{padding-left:0;padding-right:.8rem}:host-context(.textfield.mod-material) .lu-select-suffix{right:calc(2 * var(--components-select-input-padding-horizontal))}:host-context(.textfield.mod-material).is-select .lu-select-placeholder{display:none}:host-context(.textfield.mod-material).mod-search:after{bottom:0}:host-context(.textfield.mod-material).mod-search .lu-select-suffix{right:calc(2.75 * var(--components-select-input-padding-horizontal))}:host-context(.textfield.mod-material .textfield-input.is-focused) .lu-select-placeholder{display:none}:host(.mod-multiple) .lu-select-value{height:auto;align-items:center}:host(.mod-multiple) .lu-select-display-wrapper{overflow:hidden;white-space:normal;margin-bottom:calc(var(--spacings-smallest) * -1)}:host-context(.textfield.mod-outlined).textfield-input:after{color:var(--palettes-grey-600)}:host-context(.textfield.mod-outlined).textfield-input .lu-select-placeholder{color:var(--palettes-grey-400)}:host-context(.textfield.mod-outlined) :host-context(.textfield-input.is-error):after{color:var(--palettes-error-600)}:host-context(.textfield.mod-outlined) :host-context(.textfield-input.is-error) .lu-select-placeholder{color:var(--palettes-error-400)}:host-context(.textfield-input.is-filled) .lu-select-placeholder{display:none}:host-context(.textfield-input.is-filled) .lu-select-value{display:flex;align-items:start}:host-context(.textfield-input.is-clearable) .lu-select-value{padding-right:2.5rem}:host-context(.textfield-input.is-error):after{color:var(--palettes-error-700)}:host-context(.textfield-input.is-error) .lu-select-placeholder{color:var(--palettes-error-400)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]):after{color:var(--commons-disabled-color)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]) .lu-select-placeholder{color:var(--commons-disabled-placeholder)}.lu-select-value{padding-right:2.5rem}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: LuInputClearerComponent, selector: "lu-input-clearer", outputs: ["onClear"], exportAs: ["luClearer"] }, { kind: "component", type: LuOptionPickerAdvancedComponent, selector: "lu-option-picker-advanced", exportAs: ["LuOptionPickerAdvanced"] }, { kind: "component", type: LuApiPagedSearcherComponent, selector: "lu-api-paged-searcher", inputs: ["standard", "api", "fields", "filters", "orderBy", "sort", "debounceTime"] }, { kind: "component", type: LuOptionItemComponent, selector: "lu-option", inputs: ["selected", "highlighted", "value", "disabled"], outputs: ["onSelect"] }, { kind: "directive", type: LuForOptionsDirective, selector: "[luForOptions]", inputs: ["luForOptionsTrackBy"] }, { kind: "directive", type: LuInputDisplayerDirective, selector: "[luDisplayer]", inputs: ["luDisplayerMultiple", "multiple"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
635
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuApiSelectInputComponent, decorators: [{
634
+ ], usesInheritance: true, ngImport: i0, template: "<div class=\"lu-select-placeholder\">{{ placeholder }}</div>\r\n<div class=\"lu-select-value\">\r\n\t<div class=\"lu-select-display-wrapper\">\r\n\t\t<ng-container #display></ng-container>\r\n\t</div>\r\n</div>\r\n<div class=\"lu-select-suffix\">\r\n\t<lu-input-clearer></lu-input-clearer>\r\n</div>\r\n<span [class.chip]=\"multiple\" *luDisplayer=\"let option\">{{ option.name }}</span>\r\n<lu-option-picker-advanced [option-comparer]=\"byId\">\r\n\t<header class=\"lu-picker-header\">\r\n\t\t<lu-api-paged-searcher\r\n\t\t\t[standard]=\"standard\"\r\n\t\t\t[api]=\"api\"\r\n\t\t\t[fields]=\"fields\"\r\n\t\t\t[filters]=\"filters\"\r\n\t\t\t[orderBy]=\"orderBy\"\r\n\t\t\t[sort]=\"sort\"\r\n\t\t></lu-api-paged-searcher>\r\n\t</header>\r\n\t<lu-option *luForOptions=\"let option\" [value]=\"option\">{{ option.name }}</lu-option>\r\n</lu-option-picker-advanced>\r\n", styles: [":root{--components-options-item-padding-vertical: var(--spacings-XS);--components-options-item-padding-horizontal: var(--spacings-XS);--components-options-item-multiple-padding: var(--spacings-L);--components-options-item-icon-color: var(--palettes-grey-800);--components-options-checkbox-left: .5rem;--components-options-checkbox-size: 1rem;--components-options-checkbox-color: var(--palettes-primary-700);--components-options-checkbox-border-radius: var(--commons-borderRadius-M);--components-options-checkbox-border-color: var(--palettes-grey-700);--components-options-establishment-multiple-padding: var(--spacings-M)}:host{--components-select-default-palette-50: var(--palettes-primary-50);--components-select-default-palette-100: var(--palettes-primary-100);--components-select-default-palette-200: var(--palettes-primary-200);--components-select-default-palette-300: var(--palettes-primary-300);--components-select-default-palette-400: var(--palettes-primary-400);--components-select-default-palette-500: var(--palettes-primary-500);--components-select-default-palette-600: var(--palettes-primary-600);--components-select-default-palette-700: var(--palettes-primary-700);--components-select-default-palette-800: var(--palettes-primary-800);--components-select-default-palette-900: var(--palettes-primary-900);--components-select-chip-background: var(--palettes-primary-700);--components-select-chip-text: var(--colors-white-color);--components-select-input-padding-horizontal: var(--spacings-XS);--components-select-input-padding-vertical: var(--spacings-XS);--components-select-framed-color: var(--palettes-grey-500);--components-select-framed-color50: var(--palettes-grey-50);--components-select-framed-see-through: var(--palettes-grey-50);--components-select-framed-text: var(--palettes-grey-800);--components-select-framed-placeholder: #cccccc;--components-select-framed-side-padding: var(--spacings-S);--components-select-framed-top-padding: var(--spacings-L);--components-select-framed-bottom-padding: var(--spacings-S);--components-select-framed-label-top-offset: var(--spacings-XS);cursor:pointer;outline:none;padding:0}:host:after{display:inline-block;vertical-align:text-bottom;font-style:normal;font-family:Lucca icons;color:var(--palettes-700, var(--components-select-default-palette-700));bottom:var(--components-select-input-padding-vertical);font-size:1.2rem;line-height:1.4rem;pointer-events:none;position:absolute;right:var(--components-select-input-padding-horizontal)}@supports (content: \"*\"/\"\"){:host:after{content:\"\\e97c\"/\"\"}}@supports not (content: \"*\"/\"\"){:host:after{content:\"\\e97c\"}}:host[disabled]{cursor:not-allowed;pointer-events:all}:host.is-disabled{cursor:not-allowed;pointer-events:all}.lu-select-display-wrapper{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lu-select-value{line-height:var(--sizes-M-lineHeight);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-M-lineHeight));padding:var(--components-select-input-padding-vertical) 2.5rem var(--components-select-input-padding-vertical) var(--components-select-input-padding-horizontal);transition:all var(--commons-animations-durations-standard);display:none}.lu-select-placeholder{color:var(--palettes-400, var(--components-select-default-palette-400));line-height:var(--sizes-M-lineHeight);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-M-lineHeight));padding:var(--components-select-input-padding-vertical) 2.5rem var(--components-select-input-padding-vertical) var(--components-select-input-padding-horizontal);transition:all var(--commons-animations-durations-standard);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lu-select-suffix{position:absolute;bottom:var(--spacings-XS);right:1.6rem}::ng-deep .lu-select-value .label{padding:var(--spacings-XXS) var(--spacings-XS);margin-left:0}::ng-deep .lu-select-value .chip{background-color:var(--components-select-chip-background);color:var(--components-select-chip-text);vertical-align:baseline;max-width:100%;height:var(--sizes-M-lineHeight);line-height:var(--sizes-M-lineHeight);padding:0 var(--spacings-XS);margin:0 var(--spacings-XXS) var(--spacings-XXS) 0;text-overflow:ellipsis;overflow:hidden;vertical-align:top;white-space:nowrap}:host-context(.textfield.mod-S) .lu-select-value,:host-context(.textfield.mod-S) .lu-select-placeholder{font-size:var(--sizes-S-fontSize);line-height:var(--sizes-XS-lineHeight);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-XS-lineHeight))}:host-context(.textfield.mod-S):after{line-height:var(--sizes-XS-lineHeight)}:host-context(.textfield.mod-S) ::ng-deep .lu-select-value .label{font-size:var(--sizes-S-fontSize);line-height:var(--sizes-S-lineHeight);font-weight:600;margin:0;padding:0;background-color:transparent}:host-context(.textfield.mod-S) ::ng-deep .lu-select-value .chip{height:var(--sizes-XS-lineHeight);line-height:var(--sizes-XS-lineHeight);font-size:var(--sizes-XS-fontSize)}:host-context(.textfield.mod-framed).textfield-input,:host-context(.form.mod-framed).textfield-input{padding:var(--components-select-framed-top-padding) 0 0}:host-context(.textfield.mod-framed).textfield-input:after,:host-context(.form.mod-framed).textfield-input:after{color:var(--palettes-grey-500);bottom:var(--components-select-framed-bottom-padding);right:var(--spacings-XS)}:host-context(.textfield.mod-framed).textfield-input .lu-select-value,:host-context(.form.mod-framed).textfield-input .lu-select-value{padding:0 calc(var(--components-select-framed-side-padding) * 3) var(--components-select-framed-bottom-padding) var(--components-select-framed-side-padding)}:host-context(.textfield.mod-framed).textfield-input .lu-select-placeholder,:host-context(.form.mod-framed).textfield-input .lu-select-placeholder{color:var(--palettes-grey-400);padding:0 calc(var(--components-select-framed-side-padding) * 3) var(--components-select-framed-bottom-padding) var(--components-select-framed-side-padding)}:host-context(.textfield.mod-framed).textfield-input .lu-select-suffix,:host-context(.form.mod-framed).textfield-input .lu-select-suffix{bottom:var(--components-select-framed-bottom-padding);right:1.7rem}:host-context(.textfield.mod-filter) .lu-select-value,:host-context(.textfield.mod-filter) .lu-select-placeholder{padding:0;height:auto;padding-top:var(--spacings-S);color:var(--palettes-grey-800)}:host-context(.textfield.mod-filter) .lu-select-suffix{bottom:.4rem}:host-context(.textfield.mod-material):after{color:var(--palettes-grey-500);bottom:.6rem;right:0}:host-context(.textfield.mod-material) .lu-select-value,:host-context(.textfield.mod-material) .lu-select-placeholder{padding-left:0;padding-right:.8rem}:host-context(.textfield.mod-material) .lu-select-suffix{right:calc(2 * var(--components-select-input-padding-horizontal))}:host-context(.textfield.mod-material).is-select .lu-select-placeholder{display:none}:host-context(.textfield.mod-material).mod-search:after{bottom:0}:host-context(.textfield.mod-material).mod-search .lu-select-suffix{right:calc(2.75 * var(--components-select-input-padding-horizontal))}:host-context(.textfield.mod-material .textfield-input.is-focused) .lu-select-placeholder{display:none}:host(.mod-multiple) .lu-select-value{height:auto;align-items:center}:host(.mod-multiple) .lu-select-display-wrapper{overflow:hidden;white-space:normal;margin-bottom:calc(var(--spacings-XXS) * -1)}:host-context(.textfield.mod-outlined).textfield-input:after{color:var(--palettes-grey-600)}:host-context(.textfield.mod-outlined).textfield-input .lu-select-placeholder{color:var(--palettes-grey-400)}:host-context(.textfield.mod-outlined) :host-context(.textfield-input.is-error):after{color:var(--palettes-error-600)}:host-context(.textfield.mod-outlined) :host-context(.textfield-input.is-error) .lu-select-placeholder{color:var(--palettes-error-400)}:host-context(.textfield-input.is-filled) .lu-select-placeholder{display:none}:host-context(.textfield-input.is-filled) .lu-select-value{display:flex;align-items:start}:host-context(.textfield-input.is-clearable) .lu-select-value{padding-right:2.5rem}:host-context(.textfield-input.is-error):after{color:var(--palettes-error-700)}:host-context(.textfield-input.is-error) .lu-select-placeholder{color:var(--palettes-error-400)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]):after{color:var(--commons-disabled-color)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]) .lu-select-placeholder{color:var(--commons-disabled-placeholder)}.lu-select-value{padding-right:2.5rem}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: LuInputClearerComponent, selector: "lu-input-clearer", outputs: ["onClear"], exportAs: ["luClearer"] }, { kind: "component", type: LuOptionPickerAdvancedComponent, selector: "lu-option-picker-advanced", exportAs: ["LuOptionPickerAdvanced"] }, { kind: "component", type: LuApiPagedSearcherComponent, selector: "lu-api-paged-searcher", inputs: ["standard", "api", "fields", "filters", "orderBy", "sort", "debounceTime"] }, { kind: "component", type: LuOptionItemComponent, selector: "lu-option", inputs: ["selected", "highlighted", "value", "disabled"], outputs: ["onSelect"] }, { kind: "directive", type: LuForOptionsDirective, selector: "[luForOptions]", inputs: ["luForOptionsTrackBy"] }, { kind: "directive", type: LuInputDisplayerDirective, selector: "[luDisplayer]", inputs: ["luDisplayerMultiple", "multiple"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
635
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuApiSelectInputComponent, decorators: [{
636
636
  type: Component,
637
637
  args: [{ selector: 'lu-api-select', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [CommonModule, LuInputClearerComponent, LuOptionPickerAdvancedComponent, LuApiPagedSearcherComponent, LuOptionItemComponent, LuForOptionsDirective, LuInputDisplayerDirective], providers: [
638
638
  {
@@ -640,7 +640,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImpor
640
640
  useExisting: forwardRef(() => LuApiSelectInputComponent),
641
641
  multi: true,
642
642
  },
643
- ], template: "<div class=\"lu-select-placeholder\">{{ placeholder }}</div>\r\n<div class=\"lu-select-value\">\r\n\t<div class=\"lu-select-display-wrapper\">\r\n\t\t<ng-container #display></ng-container>\r\n\t</div>\r\n</div>\r\n<div class=\"lu-select-suffix\">\r\n\t<lu-input-clearer></lu-input-clearer>\r\n</div>\r\n<span [class.chip]=\"multiple\" *luDisplayer=\"let option\">{{ option.name }}</span>\r\n<lu-option-picker-advanced [option-comparer]=\"byId\">\r\n\t<header class=\"lu-picker-header\">\r\n\t\t<lu-api-paged-searcher\r\n\t\t\t[standard]=\"standard\"\r\n\t\t\t[api]=\"api\"\r\n\t\t\t[fields]=\"fields\"\r\n\t\t\t[filters]=\"filters\"\r\n\t\t\t[orderBy]=\"orderBy\"\r\n\t\t\t[sort]=\"sort\"\r\n\t\t></lu-api-paged-searcher>\r\n\t</header>\r\n\t<lu-option *luForOptions=\"let option\" [value]=\"option\">{{ option.name }}</lu-option>\r\n</lu-option-picker-advanced>\r\n", styles: [":root{--components-options-item-padding-vertical: var(--spacings-smaller);--components-options-item-padding-horizontal: var(--spacings-smaller);--components-options-item-multiple-padding: var(--spacings-big);--components-options-item-icon-color: var(--palettes-grey-800);--components-options-checkbox-left: .5rem;--components-options-checkbox-size: 1rem;--components-options-checkbox-color: var(--palettes-primary-700);--components-options-checkbox-border-radius: var(--commons-border-radius);--components-options-checkbox-border-color: var(--palettes-grey-700);--components-options-establishment-multiple-padding: var(--spacings-standard)}:host{--components-select-default-palette-50: var(--palettes-primary-50);--components-select-default-palette-100: var(--palettes-primary-100);--components-select-default-palette-200: var(--palettes-primary-200);--components-select-default-palette-300: var(--palettes-primary-300);--components-select-default-palette-400: var(--palettes-primary-400);--components-select-default-palette-500: var(--palettes-primary-500);--components-select-default-palette-600: var(--palettes-primary-600);--components-select-default-palette-700: var(--palettes-primary-700);--components-select-default-palette-800: var(--palettes-primary-800);--components-select-default-palette-900: var(--palettes-primary-900);--components-select-chip-background: var(--palettes-primary-700);--components-select-chip-text: var(--colors-white-color);--components-select-input-padding-horizontal: var(--spacings-smaller);--components-select-input-padding-vertical: var(--spacings-smaller);--components-select-framed-color: var(--palettes-grey-500);--components-select-framed-color50: var(--palettes-grey-50);--components-select-framed-see-through: var(--palettes-grey-50);--components-select-framed-text: var(--palettes-grey-800);--components-select-framed-placeholder: #cccccc;--components-select-framed-side-padding: var(--spacings-small);--components-select-framed-top-padding: var(--spacings-big);--components-select-framed-bottom-padding: var(--spacings-small);--components-select-framed-label-top-offset: var(--spacings-smaller);cursor:pointer;outline:none;padding:0}:host:after{display:inline-block;vertical-align:text-bottom;font-style:normal;font-family:Lucca icons;color:var(--palettes-700, var(--components-select-default-palette-700));bottom:var(--components-select-input-padding-vertical);font-size:1.2rem;line-height:1.4rem;pointer-events:none;position:absolute;right:var(--components-select-input-padding-horizontal)}@supports (content: \"*\"/\"\"){:host:after{content:\"\\e97c\"/\"\"}}@supports not (content: \"*\"/\"\"){:host:after{content:\"\\e97c\"}}:host[disabled]{cursor:not-allowed;pointer-events:all}:host.is-disabled{cursor:not-allowed;pointer-events:all}.lu-select-display-wrapper{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lu-select-value{line-height:var(--sizes-standard-line-height);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-standard-line-height));padding:var(--components-select-input-padding-vertical) 2.5rem var(--components-select-input-padding-vertical) var(--components-select-input-padding-horizontal);transition:all var(--commons-animations-durations-standard);display:none}.lu-select-placeholder{color:var(--palettes-400, var(--components-select-default-palette-400));line-height:var(--sizes-standard-line-height);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-standard-line-height));padding:var(--components-select-input-padding-vertical) 2.5rem var(--components-select-input-padding-vertical) var(--components-select-input-padding-horizontal);transition:all var(--commons-animations-durations-standard);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lu-select-suffix{position:absolute;bottom:var(--spacings-smaller);right:1.6rem}::ng-deep .lu-select-value .label{padding:var(--spacings-smallest) var(--spacings-smaller);margin-left:0}::ng-deep .lu-select-value .chip{background-color:var(--components-select-chip-background);color:var(--components-select-chip-text);vertical-align:baseline;max-width:100%;height:var(--sizes-standard-line-height);line-height:var(--sizes-standard-line-height);padding:0 var(--spacings-smaller);margin:0 var(--spacings-smallest) var(--spacings-smallest) 0;text-overflow:ellipsis;overflow:hidden;vertical-align:top;white-space:nowrap}:host-context(.textfield.mod-small) .lu-select-value,:host-context(.textfield.mod-small) .lu-select-placeholder{font-size:var(--sizes-small-font-size);line-height:var(--sizes-smaller-line-height);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-smaller-line-height))}:host-context(.textfield.mod-small):after{line-height:var(--sizes-smaller-line-height)}:host-context(.textfield.mod-small) ::ng-deep .lu-select-value .label{font-size:var(--sizes-small-font-size);line-height:var(--sizes-small-line-height);font-weight:600;margin:0;padding:0;background-color:transparent}:host-context(.textfield.mod-small) ::ng-deep .lu-select-value .chip{height:var(--sizes-smaller-line-height);line-height:var(--sizes-smaller-line-height);font-size:var(--sizes-smaller-font-size)}:host-context(.textfield.mod-framed).textfield-input,:host-context(.form.mod-framed).textfield-input{padding:var(--components-select-framed-top-padding) 0 0}:host-context(.textfield.mod-framed).textfield-input:after,:host-context(.form.mod-framed).textfield-input:after{color:var(--palettes-grey-500);bottom:var(--components-select-framed-bottom-padding);right:var(--spacings-smaller)}:host-context(.textfield.mod-framed).textfield-input .lu-select-value,:host-context(.form.mod-framed).textfield-input .lu-select-value{padding:0 calc(var(--components-select-framed-side-padding) * 3) var(--components-select-framed-bottom-padding) var(--components-select-framed-side-padding)}:host-context(.textfield.mod-framed).textfield-input .lu-select-placeholder,:host-context(.form.mod-framed).textfield-input .lu-select-placeholder{color:var(--palettes-grey-400);padding:0 calc(var(--components-select-framed-side-padding) * 3) var(--components-select-framed-bottom-padding) var(--components-select-framed-side-padding)}:host-context(.textfield.mod-framed).textfield-input .lu-select-suffix,:host-context(.form.mod-framed).textfield-input .lu-select-suffix{bottom:var(--components-select-framed-bottom-padding);right:1.7rem}:host-context(.textfield.mod-filter) .lu-select-value,:host-context(.textfield.mod-filter) .lu-select-placeholder{padding:0;height:auto;padding-top:var(--spacings-small);color:var(--palettes-grey-800)}:host-context(.textfield.mod-filter) .lu-select-suffix{bottom:.4rem}:host-context(.textfield.mod-material):after{color:var(--palettes-grey-500);bottom:.6rem;right:0}:host-context(.textfield.mod-material) .lu-select-value,:host-context(.textfield.mod-material) .lu-select-placeholder{padding-left:0;padding-right:.8rem}:host-context(.textfield.mod-material) .lu-select-suffix{right:calc(2 * var(--components-select-input-padding-horizontal))}:host-context(.textfield.mod-material).is-select .lu-select-placeholder{display:none}:host-context(.textfield.mod-material).mod-search:after{bottom:0}:host-context(.textfield.mod-material).mod-search .lu-select-suffix{right:calc(2.75 * var(--components-select-input-padding-horizontal))}:host-context(.textfield.mod-material .textfield-input.is-focused) .lu-select-placeholder{display:none}:host(.mod-multiple) .lu-select-value{height:auto;align-items:center}:host(.mod-multiple) .lu-select-display-wrapper{overflow:hidden;white-space:normal;margin-bottom:calc(var(--spacings-smallest) * -1)}:host-context(.textfield.mod-outlined).textfield-input:after{color:var(--palettes-grey-600)}:host-context(.textfield.mod-outlined).textfield-input .lu-select-placeholder{color:var(--palettes-grey-400)}:host-context(.textfield.mod-outlined) :host-context(.textfield-input.is-error):after{color:var(--palettes-error-600)}:host-context(.textfield.mod-outlined) :host-context(.textfield-input.is-error) .lu-select-placeholder{color:var(--palettes-error-400)}:host-context(.textfield-input.is-filled) .lu-select-placeholder{display:none}:host-context(.textfield-input.is-filled) .lu-select-value{display:flex;align-items:start}:host-context(.textfield-input.is-clearable) .lu-select-value{padding-right:2.5rem}:host-context(.textfield-input.is-error):after{color:var(--palettes-error-700)}:host-context(.textfield-input.is-error) .lu-select-placeholder{color:var(--palettes-error-400)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]):after{color:var(--commons-disabled-color)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]) .lu-select-placeholder{color:var(--commons-disabled-placeholder)}.lu-select-value{padding-right:2.5rem}\n"] }]
643
+ ], template: "<div class=\"lu-select-placeholder\">{{ placeholder }}</div>\r\n<div class=\"lu-select-value\">\r\n\t<div class=\"lu-select-display-wrapper\">\r\n\t\t<ng-container #display></ng-container>\r\n\t</div>\r\n</div>\r\n<div class=\"lu-select-suffix\">\r\n\t<lu-input-clearer></lu-input-clearer>\r\n</div>\r\n<span [class.chip]=\"multiple\" *luDisplayer=\"let option\">{{ option.name }}</span>\r\n<lu-option-picker-advanced [option-comparer]=\"byId\">\r\n\t<header class=\"lu-picker-header\">\r\n\t\t<lu-api-paged-searcher\r\n\t\t\t[standard]=\"standard\"\r\n\t\t\t[api]=\"api\"\r\n\t\t\t[fields]=\"fields\"\r\n\t\t\t[filters]=\"filters\"\r\n\t\t\t[orderBy]=\"orderBy\"\r\n\t\t\t[sort]=\"sort\"\r\n\t\t></lu-api-paged-searcher>\r\n\t</header>\r\n\t<lu-option *luForOptions=\"let option\" [value]=\"option\">{{ option.name }}</lu-option>\r\n</lu-option-picker-advanced>\r\n", styles: [":root{--components-options-item-padding-vertical: var(--spacings-XS);--components-options-item-padding-horizontal: var(--spacings-XS);--components-options-item-multiple-padding: var(--spacings-L);--components-options-item-icon-color: var(--palettes-grey-800);--components-options-checkbox-left: .5rem;--components-options-checkbox-size: 1rem;--components-options-checkbox-color: var(--palettes-primary-700);--components-options-checkbox-border-radius: var(--commons-borderRadius-M);--components-options-checkbox-border-color: var(--palettes-grey-700);--components-options-establishment-multiple-padding: var(--spacings-M)}:host{--components-select-default-palette-50: var(--palettes-primary-50);--components-select-default-palette-100: var(--palettes-primary-100);--components-select-default-palette-200: var(--palettes-primary-200);--components-select-default-palette-300: var(--palettes-primary-300);--components-select-default-palette-400: var(--palettes-primary-400);--components-select-default-palette-500: var(--palettes-primary-500);--components-select-default-palette-600: var(--palettes-primary-600);--components-select-default-palette-700: var(--palettes-primary-700);--components-select-default-palette-800: var(--palettes-primary-800);--components-select-default-palette-900: var(--palettes-primary-900);--components-select-chip-background: var(--palettes-primary-700);--components-select-chip-text: var(--colors-white-color);--components-select-input-padding-horizontal: var(--spacings-XS);--components-select-input-padding-vertical: var(--spacings-XS);--components-select-framed-color: var(--palettes-grey-500);--components-select-framed-color50: var(--palettes-grey-50);--components-select-framed-see-through: var(--palettes-grey-50);--components-select-framed-text: var(--palettes-grey-800);--components-select-framed-placeholder: #cccccc;--components-select-framed-side-padding: var(--spacings-S);--components-select-framed-top-padding: var(--spacings-L);--components-select-framed-bottom-padding: var(--spacings-S);--components-select-framed-label-top-offset: var(--spacings-XS);cursor:pointer;outline:none;padding:0}:host:after{display:inline-block;vertical-align:text-bottom;font-style:normal;font-family:Lucca icons;color:var(--palettes-700, var(--components-select-default-palette-700));bottom:var(--components-select-input-padding-vertical);font-size:1.2rem;line-height:1.4rem;pointer-events:none;position:absolute;right:var(--components-select-input-padding-horizontal)}@supports (content: \"*\"/\"\"){:host:after{content:\"\\e97c\"/\"\"}}@supports not (content: \"*\"/\"\"){:host:after{content:\"\\e97c\"}}:host[disabled]{cursor:not-allowed;pointer-events:all}:host.is-disabled{cursor:not-allowed;pointer-events:all}.lu-select-display-wrapper{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lu-select-value{line-height:var(--sizes-M-lineHeight);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-M-lineHeight));padding:var(--components-select-input-padding-vertical) 2.5rem var(--components-select-input-padding-vertical) var(--components-select-input-padding-horizontal);transition:all var(--commons-animations-durations-standard);display:none}.lu-select-placeholder{color:var(--palettes-400, var(--components-select-default-palette-400));line-height:var(--sizes-M-lineHeight);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-M-lineHeight));padding:var(--components-select-input-padding-vertical) 2.5rem var(--components-select-input-padding-vertical) var(--components-select-input-padding-horizontal);transition:all var(--commons-animations-durations-standard);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lu-select-suffix{position:absolute;bottom:var(--spacings-XS);right:1.6rem}::ng-deep .lu-select-value .label{padding:var(--spacings-XXS) var(--spacings-XS);margin-left:0}::ng-deep .lu-select-value .chip{background-color:var(--components-select-chip-background);color:var(--components-select-chip-text);vertical-align:baseline;max-width:100%;height:var(--sizes-M-lineHeight);line-height:var(--sizes-M-lineHeight);padding:0 var(--spacings-XS);margin:0 var(--spacings-XXS) var(--spacings-XXS) 0;text-overflow:ellipsis;overflow:hidden;vertical-align:top;white-space:nowrap}:host-context(.textfield.mod-S) .lu-select-value,:host-context(.textfield.mod-S) .lu-select-placeholder{font-size:var(--sizes-S-fontSize);line-height:var(--sizes-XS-lineHeight);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-XS-lineHeight))}:host-context(.textfield.mod-S):after{line-height:var(--sizes-XS-lineHeight)}:host-context(.textfield.mod-S) ::ng-deep .lu-select-value .label{font-size:var(--sizes-S-fontSize);line-height:var(--sizes-S-lineHeight);font-weight:600;margin:0;padding:0;background-color:transparent}:host-context(.textfield.mod-S) ::ng-deep .lu-select-value .chip{height:var(--sizes-XS-lineHeight);line-height:var(--sizes-XS-lineHeight);font-size:var(--sizes-XS-fontSize)}:host-context(.textfield.mod-framed).textfield-input,:host-context(.form.mod-framed).textfield-input{padding:var(--components-select-framed-top-padding) 0 0}:host-context(.textfield.mod-framed).textfield-input:after,:host-context(.form.mod-framed).textfield-input:after{color:var(--palettes-grey-500);bottom:var(--components-select-framed-bottom-padding);right:var(--spacings-XS)}:host-context(.textfield.mod-framed).textfield-input .lu-select-value,:host-context(.form.mod-framed).textfield-input .lu-select-value{padding:0 calc(var(--components-select-framed-side-padding) * 3) var(--components-select-framed-bottom-padding) var(--components-select-framed-side-padding)}:host-context(.textfield.mod-framed).textfield-input .lu-select-placeholder,:host-context(.form.mod-framed).textfield-input .lu-select-placeholder{color:var(--palettes-grey-400);padding:0 calc(var(--components-select-framed-side-padding) * 3) var(--components-select-framed-bottom-padding) var(--components-select-framed-side-padding)}:host-context(.textfield.mod-framed).textfield-input .lu-select-suffix,:host-context(.form.mod-framed).textfield-input .lu-select-suffix{bottom:var(--components-select-framed-bottom-padding);right:1.7rem}:host-context(.textfield.mod-filter) .lu-select-value,:host-context(.textfield.mod-filter) .lu-select-placeholder{padding:0;height:auto;padding-top:var(--spacings-S);color:var(--palettes-grey-800)}:host-context(.textfield.mod-filter) .lu-select-suffix{bottom:.4rem}:host-context(.textfield.mod-material):after{color:var(--palettes-grey-500);bottom:.6rem;right:0}:host-context(.textfield.mod-material) .lu-select-value,:host-context(.textfield.mod-material) .lu-select-placeholder{padding-left:0;padding-right:.8rem}:host-context(.textfield.mod-material) .lu-select-suffix{right:calc(2 * var(--components-select-input-padding-horizontal))}:host-context(.textfield.mod-material).is-select .lu-select-placeholder{display:none}:host-context(.textfield.mod-material).mod-search:after{bottom:0}:host-context(.textfield.mod-material).mod-search .lu-select-suffix{right:calc(2.75 * var(--components-select-input-padding-horizontal))}:host-context(.textfield.mod-material .textfield-input.is-focused) .lu-select-placeholder{display:none}:host(.mod-multiple) .lu-select-value{height:auto;align-items:center}:host(.mod-multiple) .lu-select-display-wrapper{overflow:hidden;white-space:normal;margin-bottom:calc(var(--spacings-XXS) * -1)}:host-context(.textfield.mod-outlined).textfield-input:after{color:var(--palettes-grey-600)}:host-context(.textfield.mod-outlined).textfield-input .lu-select-placeholder{color:var(--palettes-grey-400)}:host-context(.textfield.mod-outlined) :host-context(.textfield-input.is-error):after{color:var(--palettes-error-600)}:host-context(.textfield.mod-outlined) :host-context(.textfield-input.is-error) .lu-select-placeholder{color:var(--palettes-error-400)}:host-context(.textfield-input.is-filled) .lu-select-placeholder{display:none}:host-context(.textfield-input.is-filled) .lu-select-value{display:flex;align-items:start}:host-context(.textfield-input.is-clearable) .lu-select-value{padding-right:2.5rem}:host-context(.textfield-input.is-error):after{color:var(--palettes-error-700)}:host-context(.textfield-input.is-error) .lu-select-placeholder{color:var(--palettes-error-400)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]):after{color:var(--commons-disabled-color)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]) .lu-select-placeholder{color:var(--commons-disabled-placeholder)}.lu-select-value{padding-right:2.5rem}\n"] }]
644
644
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i1$2.Overlay }, { type: i0.ElementRef }, { type: i0.ViewContainerRef }, { type: i0.Renderer2 }]; }, propDecorators: { standard: [{
645
645
  type: Input
646
646
  }], api: [{
@@ -657,10 +657,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImpor
657
657
 
658
658
  class LuApiSelectInputModule {
659
659
  }
660
- LuApiSelectInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuApiSelectInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
661
- LuApiSelectInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.2", ngImport: i0, type: LuApiSelectInputModule, imports: [LuApiSelectInputComponent], exports: [LuApiSelectInputComponent] });
662
- LuApiSelectInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuApiSelectInputModule, imports: [LuApiSelectInputComponent] });
663
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuApiSelectInputModule, decorators: [{
660
+ LuApiSelectInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuApiSelectInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
661
+ LuApiSelectInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.3", ngImport: i0, type: LuApiSelectInputModule, imports: [LuApiSelectInputComponent], exports: [LuApiSelectInputComponent] });
662
+ LuApiSelectInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuApiSelectInputModule, imports: [LuApiSelectInputComponent] });
663
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuApiSelectInputModule, decorators: [{
664
664
  type: NgModule,
665
665
  args: [{
666
666
  imports: [LuApiSelectInputComponent],
@@ -745,8 +745,8 @@ class LuApiPagerComponent extends ALuApiOptionPager {
745
745
  super.init();
746
746
  }
747
747
  }
748
- LuApiPagerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuApiPagerComponent, deps: [{ token: ALuApiService, optional: true, skipSelf: true }, { token: ALuApiService, self: true }], target: i0.ɵɵFactoryTarget.Component });
749
- LuApiPagerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.2", type: LuApiPagerComponent, isStandalone: true, selector: "lu-api-pager", inputs: { standard: "standard", api: "api", fields: "fields", filters: "filters", orderBy: "orderBy" }, providers: [
748
+ LuApiPagerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuApiPagerComponent, deps: [{ token: ALuApiService, optional: true, skipSelf: true }, { token: ALuApiService, self: true }], target: i0.ɵɵFactoryTarget.Component });
749
+ LuApiPagerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.3", type: LuApiPagerComponent, isStandalone: true, selector: "lu-api-pager", inputs: { standard: "standard", api: "api", fields: "fields", filters: "filters", orderBy: "orderBy" }, providers: [
750
750
  {
751
751
  provide: ALuOptionOperator,
752
752
  useExisting: forwardRef(() => LuApiPagerComponent),
@@ -767,7 +767,7 @@ LuApiPagerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
767
767
  multi: true,
768
768
  },
769
769
  ], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
770
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuApiPagerComponent, decorators: [{
770
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuApiPagerComponent, decorators: [{
771
771
  type: Component,
772
772
  args: [{ selector: 'lu-api-pager', template: '', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, providers: [
773
773
  {
@@ -816,10 +816,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImpor
816
816
 
817
817
  class LuApiPagerModule {
818
818
  }
819
- LuApiPagerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuApiPagerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
820
- LuApiPagerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.2", ngImport: i0, type: LuApiPagerModule, imports: [LuApiPagerComponent], exports: [LuApiPagerComponent] });
821
- LuApiPagerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuApiPagerModule, imports: [LuApiPagerComponent] });
822
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuApiPagerModule, decorators: [{
819
+ LuApiPagerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuApiPagerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
820
+ LuApiPagerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.3", ngImport: i0, type: LuApiPagerModule, imports: [LuApiPagerComponent], exports: [LuApiPagerComponent] });
821
+ LuApiPagerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuApiPagerModule, imports: [LuApiPagerComponent] });
822
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuApiPagerModule, decorators: [{
823
823
  type: NgModule,
824
824
  args: [{
825
825
  imports: [LuApiPagerComponent],
@@ -829,10 +829,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImpor
829
829
 
830
830
  class LuApiSelectModule {
831
831
  }
832
- LuApiSelectModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuApiSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
833
- LuApiSelectModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.2", ngImport: i0, type: LuApiSelectModule, imports: [LuApiFeederComponent, LuApiPagedSearcherComponent, LuApiSearcherComponent, LuApiPagerComponent, LuApiSelectInputComponent], exports: [LuApiFeederComponent, LuApiPagedSearcherComponent, LuApiSearcherComponent, LuApiPagerComponent, LuApiSelectInputComponent] });
834
- LuApiSelectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuApiSelectModule, imports: [LuApiFeederComponent, LuApiPagedSearcherComponent, LuApiSearcherComponent, LuApiPagerComponent, LuApiSelectInputComponent] });
835
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuApiSelectModule, decorators: [{
832
+ LuApiSelectModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuApiSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
833
+ LuApiSelectModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.3", ngImport: i0, type: LuApiSelectModule, imports: [LuApiFeederComponent, LuApiPagedSearcherComponent, LuApiSearcherComponent, LuApiPagerComponent, LuApiSelectInputComponent], exports: [LuApiFeederComponent, LuApiPagedSearcherComponent, LuApiSearcherComponent, LuApiPagerComponent, LuApiSelectInputComponent] });
834
+ LuApiSelectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuApiSelectModule, imports: [LuApiFeederComponent, LuApiPagedSearcherComponent, LuApiSearcherComponent, LuApiPagerComponent, LuApiSelectInputComponent] });
835
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuApiSelectModule, decorators: [{
836
836
  type: NgModule,
837
837
  args: [{
838
838
  imports: [LuApiFeederComponent, LuApiPagedSearcherComponent, LuApiSearcherComponent, LuApiPagerComponent, LuApiSelectInputComponent],
@@ -842,10 +842,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImpor
842
842
 
843
843
  class LuApiModule {
844
844
  }
845
- LuApiModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuApiModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
846
- LuApiModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.2", ngImport: i0, type: LuApiModule, imports: [LuApiSelectModule], exports: [LuApiSelectModule] });
847
- LuApiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuApiModule, imports: [LuApiSelectModule, LuApiSelectModule] });
848
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuApiModule, decorators: [{
845
+ LuApiModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuApiModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
846
+ LuApiModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.3", ngImport: i0, type: LuApiModule, imports: [LuApiSelectModule], exports: [LuApiSelectModule] });
847
+ LuApiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuApiModule, imports: [LuApiSelectModule, LuApiSelectModule] });
848
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuApiModule, decorators: [{
849
849
  type: NgModule,
850
850
  args: [{
851
851
  imports: [LuApiSelectModule],