@lucca-front/ng 18.1.1 → 18.1.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 (265) hide show
  1. package/a11y/public-api.d.ts +1 -0
  2. package/a11y/skip-links/skip-links.translate.d.ts +3 -3
  3. package/a11y/skip-links/translations.d.ts +50 -0
  4. package/callout/callout.translate.d.ts +3 -3
  5. package/callout/translations.d.ts +26 -0
  6. package/core/translate/intl.model.d.ts +2 -5
  7. package/core/translate/translation.model.d.ts +4 -0
  8. package/core-select/api/api-v3.directive.d.ts +1 -0
  9. package/core-select/api/api-v4.directive.d.ts +1 -0
  10. package/core-select/api/api.directive.d.ts +8 -0
  11. package/core-select/establishment/establishments.directive.d.ts +1 -0
  12. package/core-select/input/select-input.component.d.ts +2 -1
  13. package/core-select/job-qualification/job-qualifications.directive.d.ts +1 -0
  14. package/core-select/panel/index.d.ts +1 -0
  15. package/core-select/panel/key-manager.d.ts +23 -0
  16. package/core-select/public-api.d.ts +1 -0
  17. package/core-select/select.translate.d.ts +3 -3
  18. package/core-select/translations.d.ts +26 -0
  19. package/core-select/user/public-api.d.ts +1 -0
  20. package/core-select/user/translations.d.ts +26 -0
  21. package/core-select/user/user-homonym.service.d.ts +2 -2
  22. package/core-select/user/user.translate.d.ts +3 -3
  23. package/core-select/user/users.directive.d.ts +13 -2
  24. package/date/input/date-input.translate.d.ts +3 -4
  25. package/date/input/translations.d.ts +58 -0
  26. package/date/select/date-select-input.translate.d.ts +3 -4
  27. package/date/select/translations.d.ts +58 -0
  28. package/department/select/input/department-select-input.translate.d.ts +3 -3
  29. package/department/select/input/translations.d.ts +26 -0
  30. package/dialog/dialog-header/dialog-header.translate.d.ts +3 -3
  31. package/dialog/dialog-header/translations.d.ts +26 -0
  32. package/dialog/model/dialog-config.d.ts +4 -0
  33. package/dialog/public-api.d.ts +6 -5
  34. package/esm2022/a11y/public-api.mjs +2 -1
  35. package/esm2022/a11y/skip-links/skip-links.translate.mjs +3 -21
  36. package/esm2022/a11y/skip-links/translations.mjs +51 -0
  37. package/esm2022/api/select/input/api-select-input.component.mjs +3 -3
  38. package/esm2022/button/button.component.mjs +2 -2
  39. package/esm2022/callout/callout/callout.component.mjs +3 -3
  40. package/esm2022/callout/callout.translate.mjs +3 -12
  41. package/esm2022/callout/translations.mjs +27 -0
  42. package/esm2022/core/translate/intl.model.mjs +4 -7
  43. package/esm2022/core/translate/translation.model.mjs +1 -1
  44. package/esm2022/core-select/api/api-v3.directive.mjs +2 -1
  45. package/esm2022/core-select/api/api-v4.directive.mjs +2 -1
  46. package/esm2022/core-select/api/api.directive.mjs +12 -5
  47. package/esm2022/core-select/establishment/establishments.directive.mjs +3 -8
  48. package/esm2022/core-select/input/select-input.component.mjs +5 -2
  49. package/esm2022/core-select/job-qualification/job-qualifications.directive.mjs +3 -8
  50. package/esm2022/core-select/option/default-option.component.mjs +3 -2
  51. package/esm2022/core-select/option/option.component.mjs +3 -3
  52. package/esm2022/core-select/panel/index.mjs +2 -1
  53. package/esm2022/core-select/panel/key-manager.mjs +79 -0
  54. package/esm2022/core-select/public-api.mjs +2 -1
  55. package/esm2022/core-select/select.translate.mjs +3 -18
  56. package/esm2022/core-select/translations.mjs +27 -0
  57. package/esm2022/core-select/user/public-api.mjs +2 -1
  58. package/esm2022/core-select/user/translations.mjs +27 -0
  59. package/esm2022/core-select/user/user-homonym.service.mjs +9 -14
  60. package/esm2022/core-select/user/user.translate.mjs +3 -18
  61. package/esm2022/core-select/user/users.directive.mjs +32 -33
  62. package/esm2022/date/input/date-input.directive.mjs +2 -2
  63. package/esm2022/date/input/date-input.translate.mjs +3 -35
  64. package/esm2022/date/input/translations.mjs +59 -0
  65. package/esm2022/date/select/date-select-input.component.mjs +4 -4
  66. package/esm2022/date/select/date-select-input.translate.mjs +3 -27
  67. package/esm2022/date/select/translations.mjs +59 -0
  68. package/esm2022/department/select/input/department-select-input.component.mjs +3 -3
  69. package/esm2022/department/select/input/department-select-input.translate.mjs +3 -12
  70. package/esm2022/department/select/input/translations.mjs +27 -0
  71. package/esm2022/dialog/dialog/dialog.component.mjs +2 -2
  72. package/esm2022/dialog/dialog-footer/dialog-footer.component.mjs +2 -3
  73. package/esm2022/dialog/dialog-header/dialog-header.component.mjs +4 -5
  74. package/esm2022/dialog/dialog-header/dialog-header.translate.mjs +3 -18
  75. package/esm2022/dialog/dialog-header/translations.mjs +27 -0
  76. package/esm2022/dialog/dialog.service.mjs +4 -4
  77. package/esm2022/dialog/model/dialog-config.mjs +1 -1
  78. package/esm2022/dialog/public-api.mjs +7 -6
  79. package/esm2022/empty-state/empty-state-page/empty-state-page.component.mjs +3 -3
  80. package/esm2022/empty-state/empty-state-section/empty-state-section.component.mjs +3 -3
  81. package/esm2022/establishment/select/input/establishment-select-input.component.mjs +3 -3
  82. package/esm2022/establishment/select/input/establishment-select-input.translate.mjs +3 -12
  83. package/esm2022/establishment/select/input/translations.mjs +27 -0
  84. package/esm2022/establishment/select/select-all/index.mjs +1 -2
  85. package/esm2022/form-field/form-field.translate.mjs +3 -9
  86. package/esm2022/form-field/public-api.mjs +4 -3
  87. package/esm2022/form-field/translations.mjs +27 -0
  88. package/esm2022/forms/number-input/number-input.translate.mjs +3 -9
  89. package/esm2022/forms/number-input/translations.mjs +27 -0
  90. package/esm2022/forms/public-api.mjs +3 -1
  91. package/esm2022/forms/radio-group-input/radio/radio.component.mjs +3 -3
  92. package/esm2022/forms/text-input/text-input.translate.mjs +3 -11
  93. package/esm2022/forms/text-input/translations.mjs +35 -0
  94. package/esm2022/icon/icon.component.mjs +3 -3
  95. package/esm2022/modal/modal.translate.mjs +3 -28
  96. package/esm2022/modal/translations.mjs +43 -0
  97. package/esm2022/multi-select/displayer/default-displayer.translate.mjs +3 -33
  98. package/esm2022/multi-select/displayer/index.mjs +3 -2
  99. package/esm2022/multi-select/displayer/translations.mjs +51 -0
  100. package/esm2022/multi-select/input/panel-ref.factory.mjs +2 -2
  101. package/esm2022/multi-select/input/select-input.component.mjs +3 -3
  102. package/esm2022/multi-select/panel/panel.component.mjs +20 -28
  103. package/esm2022/multi-select/select.translate.mjs +3 -68
  104. package/esm2022/multi-select/translations.mjs +107 -0
  105. package/esm2022/new-badge/new-badge.component.mjs +2 -2
  106. package/esm2022/numeric-badge/numeric-badge.component.mjs +2 -2
  107. package/esm2022/option/item/option-item.component.mjs +3 -3
  108. package/esm2022/option/item/translations.mjs +35 -0
  109. package/esm2022/option/item/tree-option-item.component.mjs +3 -3
  110. package/esm2022/option/item/tree-option-item.translate.mjs +3 -11
  111. package/esm2022/option/picker/option-picker.component.mjs +2 -2
  112. package/esm2022/option/placeholder/option-placeholder.translate.mjs +3 -15
  113. package/esm2022/option/placeholder/translations.mjs +35 -0
  114. package/esm2022/option/selector/all/select-all.translate.mjs +3 -23
  115. package/esm2022/option/selector/all/translations.mjs +35 -0
  116. package/esm2022/popover2/content/popover-content/popover-content.component.mjs +3 -3
  117. package/esm2022/popover2/popover.directive.mjs +13 -11
  118. package/esm2022/popover2/popover.translate.mjs +3 -18
  119. package/esm2022/popover2/public-api.mjs +2 -1
  120. package/esm2022/popover2/translations.mjs +27 -0
  121. package/esm2022/popup-employee/card/panel/user-popover-panel.component.mjs +3 -3
  122. package/esm2022/popup-employee/popup-employee.translate.mjs +3 -68
  123. package/esm2022/popup-employee/public-api.mjs +2 -1
  124. package/esm2022/popup-employee/translations.mjs +107 -0
  125. package/esm2022/qualification/select/input/qualification-select-input.component.mjs +3 -3
  126. package/esm2022/qualification/select/input/qualification-select-input.translate.mjs +3 -12
  127. package/esm2022/qualification/select/input/translations.mjs +27 -0
  128. package/esm2022/select/input/select-input.component.mjs +2 -2
  129. package/esm2022/sidepanel/sidepanel.model.mjs +2 -2
  130. package/esm2022/simple-select/input/select-input.component.mjs +3 -3
  131. package/esm2022/simple-select/panel/panel.component.mjs +18 -32
  132. package/esm2022/simple-select/select.translate.mjs +3 -38
  133. package/esm2022/simple-select/translations.mjs +59 -0
  134. package/esm2022/skeleton/skeleton-button/skeleton-button.component.mjs +2 -2
  135. package/esm2022/time/duration-picker/duration-picker.translate.mjs +7 -0
  136. package/esm2022/time/duration-picker/translations.mjs +43 -0
  137. package/esm2022/time/public-api.mjs +3 -1
  138. package/esm2022/time/time-picker/time-picker.translate.mjs +3 -13
  139. package/esm2022/time/time-picker/translations.mjs +43 -0
  140. package/esm2022/toast/toasts.translate.mjs +3 -12
  141. package/esm2022/toast/translations.mjs +27 -0
  142. package/esm2022/user/picture/user-picture.component.mjs +2 -2
  143. package/esm2022/user/select/input/translations.mjs +35 -0
  144. package/esm2022/user/select/input/user-select-input.component.mjs +3 -3
  145. package/esm2022/user/select/input/user-select-input.translate.mjs +3 -19
  146. package/esm2022/user/select/searcher/translations.mjs +27 -0
  147. package/esm2022/user/select/searcher/user-searcher.translate.mjs +3 -15
  148. package/esm2022/user/tile/user-tile.component.mjs +2 -2
  149. package/establishment/select/input/establishment-select-input.translate.d.ts +3 -3
  150. package/establishment/select/input/translations.d.ts +26 -0
  151. package/establishment/select/select-all/index.d.ts +0 -1
  152. package/fesm2022/lucca-front-ng-a11y.mjs +42 -10
  153. package/fesm2022/lucca-front-ng-a11y.mjs.map +1 -1
  154. package/fesm2022/lucca-front-ng-api.mjs +2 -2
  155. package/fesm2022/lucca-front-ng-api.mjs.map +1 -1
  156. package/fesm2022/lucca-front-ng-button.mjs +2 -2
  157. package/fesm2022/lucca-front-ng-button.mjs.map +1 -1
  158. package/fesm2022/lucca-front-ng-callout.mjs +23 -6
  159. package/fesm2022/lucca-front-ng-callout.mjs.map +1 -1
  160. package/fesm2022/lucca-front-ng-core-select-api.mjs +14 -5
  161. package/fesm2022/lucca-front-ng-core-select-api.mjs.map +1 -1
  162. package/fesm2022/lucca-front-ng-core-select-establishment.mjs +2 -7
  163. package/fesm2022/lucca-front-ng-core-select-establishment.mjs.map +1 -1
  164. package/fesm2022/lucca-front-ng-core-select-job-qualification.mjs +2 -7
  165. package/fesm2022/lucca-front-ng-core-select-job-qualification.mjs.map +1 -1
  166. package/fesm2022/lucca-front-ng-core-select-user.mjs +72 -67
  167. package/fesm2022/lucca-front-ng-core-select-user.mjs.map +1 -1
  168. package/fesm2022/lucca-front-ng-core-select.mjs +105 -14
  169. package/fesm2022/lucca-front-ng-core-select.mjs.map +1 -1
  170. package/fesm2022/lucca-front-ng-core.mjs +3 -6
  171. package/fesm2022/lucca-front-ng-core.mjs.map +1 -1
  172. package/fesm2022/lucca-front-ng-date.mjs +96 -36
  173. package/fesm2022/lucca-front-ng-date.mjs.map +1 -1
  174. package/fesm2022/lucca-front-ng-department.mjs +23 -6
  175. package/fesm2022/lucca-front-ng-department.mjs.map +1 -1
  176. package/fesm2022/lucca-front-ng-dialog.mjs +139 -130
  177. package/fesm2022/lucca-front-ng-dialog.mjs.map +1 -1
  178. package/fesm2022/lucca-front-ng-empty-state.mjs +4 -4
  179. package/fesm2022/lucca-front-ng-empty-state.mjs.map +1 -1
  180. package/fesm2022/lucca-front-ng-establishment.mjs +25 -31
  181. package/fesm2022/lucca-front-ng-establishment.mjs.map +1 -1
  182. package/fesm2022/lucca-front-ng-form-field.mjs +27 -7
  183. package/fesm2022/lucca-front-ng-form-field.mjs.map +1 -1
  184. package/fesm2022/lucca-front-ng-forms.mjs +57 -11
  185. package/fesm2022/lucca-front-ng-forms.mjs.map +1 -1
  186. package/fesm2022/lucca-front-ng-icon.mjs +2 -2
  187. package/fesm2022/lucca-front-ng-icon.mjs.map +1 -1
  188. package/fesm2022/lucca-front-ng-modal.mjs +25 -8
  189. package/fesm2022/lucca-front-ng-modal.mjs.map +1 -1
  190. package/fesm2022/lucca-front-ng-multi-select.mjs +149 -95
  191. package/fesm2022/lucca-front-ng-multi-select.mjs.map +1 -1
  192. package/fesm2022/lucca-front-ng-new-badge.mjs +2 -2
  193. package/fesm2022/lucca-front-ng-new-badge.mjs.map +1 -1
  194. package/fesm2022/lucca-front-ng-numeric-badge.mjs +2 -2
  195. package/fesm2022/lucca-front-ng-numeric-badge.mjs.map +1 -1
  196. package/fesm2022/lucca-front-ng-option.mjs +88 -26
  197. package/fesm2022/lucca-front-ng-option.mjs.map +1 -1
  198. package/fesm2022/lucca-front-ng-popover2.mjs +32 -19
  199. package/fesm2022/lucca-front-ng-popover2.mjs.map +1 -1
  200. package/fesm2022/lucca-front-ng-popup-employee.mjs +64 -23
  201. package/fesm2022/lucca-front-ng-popup-employee.mjs.map +1 -1
  202. package/fesm2022/lucca-front-ng-qualification.mjs +24 -7
  203. package/fesm2022/lucca-front-ng-qualification.mjs.map +1 -1
  204. package/fesm2022/lucca-front-ng-select.mjs +2 -2
  205. package/fesm2022/lucca-front-ng-select.mjs.map +1 -1
  206. package/fesm2022/lucca-front-ng-sidepanel.mjs.map +1 -1
  207. package/fesm2022/lucca-front-ng-simple-select.mjs +52 -43
  208. package/fesm2022/lucca-front-ng-simple-select.mjs.map +1 -1
  209. package/fesm2022/lucca-front-ng-skeleton.mjs +2 -2
  210. package/fesm2022/lucca-front-ng-skeleton.mjs.map +1 -1
  211. package/fesm2022/lucca-front-ng-time.mjs +87 -7
  212. package/fesm2022/lucca-front-ng-time.mjs.map +1 -1
  213. package/fesm2022/lucca-front-ng-toast.mjs +21 -4
  214. package/fesm2022/lucca-front-ng-toast.mjs.map +1 -1
  215. package/fesm2022/lucca-front-ng-user.mjs +52 -20
  216. package/fesm2022/lucca-front-ng-user.mjs.map +1 -1
  217. package/form-field/form-field.translate.d.ts +3 -3
  218. package/form-field/public-api.d.ts +3 -2
  219. package/form-field/translations.d.ts +26 -0
  220. package/forms/number-input/number-input.translate.d.ts +3 -3
  221. package/forms/number-input/translations.d.ts +26 -0
  222. package/forms/public-api.d.ts +2 -0
  223. package/forms/text-input/text-input.translate.d.ts +3 -3
  224. package/forms/text-input/translations.d.ts +34 -0
  225. package/modal/modal.translate.d.ts +3 -3
  226. package/modal/translations.d.ts +42 -0
  227. package/multi-select/displayer/default-displayer.translate.d.ts +3 -3
  228. package/multi-select/displayer/index.d.ts +2 -1
  229. package/multi-select/displayer/translations.d.ts +50 -0
  230. package/multi-select/panel/panel.component.d.ts +6 -5
  231. package/multi-select/select.translate.d.ts +3 -3
  232. package/multi-select/translations.d.ts +106 -0
  233. package/option/item/translations.d.ts +34 -0
  234. package/option/item/tree-option-item.translate.d.ts +3 -3
  235. package/option/placeholder/option-placeholder.translate.d.ts +3 -3
  236. package/option/placeholder/translations.d.ts +34 -0
  237. package/option/selector/all/select-all.translate.d.ts +3 -3
  238. package/option/selector/all/translations.d.ts +34 -0
  239. package/package.json +15 -15
  240. package/popover2/popover.translate.d.ts +3 -3
  241. package/popover2/public-api.d.ts +1 -0
  242. package/popover2/translations.d.ts +26 -0
  243. package/popup-employee/popup-employee.translate.d.ts +3 -3
  244. package/popup-employee/public-api.d.ts +1 -0
  245. package/popup-employee/translations.d.ts +106 -0
  246. package/qualification/select/input/qualification-select-input.translate.d.ts +3 -3
  247. package/qualification/select/input/translations.d.ts +26 -0
  248. package/sidepanel/sidepanel.model.d.ts +3 -3
  249. package/simple-select/panel/panel.component.d.ts +6 -5
  250. package/simple-select/select.translate.d.ts +3 -3
  251. package/simple-select/translations.d.ts +58 -0
  252. package/src/definitions/user/user-tile.scss +1 -1
  253. package/time/duration-picker/duration-picker.translate.d.ts +9 -0
  254. package/time/duration-picker/translations.d.ts +42 -0
  255. package/time/public-api.d.ts +2 -0
  256. package/time/time-picker/time-picker.translate.d.ts +3 -3
  257. package/time/time-picker/translations.d.ts +42 -0
  258. package/toast/toasts.translate.d.ts +3 -3
  259. package/toast/translations.d.ts +26 -0
  260. package/user/select/input/translations.d.ts +34 -0
  261. package/user/select/input/user-select-input.translate.d.ts +3 -3
  262. package/user/select/searcher/translations.d.ts +26 -0
  263. package/user/select/searcher/user-searcher.translate.d.ts +3 -3
  264. package/esm2022/establishment/select/select-all/establishment-select-all.translate.mjs +0 -23
  265. package/establishment/select/select-all/establishment-select-all.translate.d.ts +0 -3
@@ -0,0 +1,43 @@
1
+ export const Translations = {
2
+ en: {
3
+ timePickerHours: 'hours',
4
+ timePickerTimeSeparator: ':',
5
+ timePickerMinutes: 'minutes',
6
+ },
7
+ de: {
8
+ timePickerHours: 'Stunden',
9
+ timePickerTimeSeparator: ':',
10
+ timePickerMinutes: 'Minuten',
11
+ },
12
+ fr: {
13
+ timePickerHours: 'heures',
14
+ timePickerTimeSeparator: ':',
15
+ timePickerMinutes: 'minutes',
16
+ },
17
+ it: {
18
+ timePickerHours: 'ore',
19
+ timePickerTimeSeparator: ':',
20
+ timePickerMinutes: 'minuti',
21
+ },
22
+ nl: {
23
+ timePickerHours: 'uren',
24
+ timePickerTimeSeparator: ':',
25
+ timePickerMinutes: 'minuten',
26
+ },
27
+ 'nl-BE': {
28
+ timePickerHours: 'uren',
29
+ timePickerTimeSeparator: ':',
30
+ timePickerMinutes: 'minuten',
31
+ },
32
+ es: {
33
+ timePickerHours: 'horas',
34
+ timePickerTimeSeparator: ':',
35
+ timePickerMinutes: 'minutos',
36
+ },
37
+ pt: {
38
+ timePickerHours: 'horas',
39
+ timePickerTimeSeparator: ':',
40
+ timePickerMinutes: 'minutos',
41
+ },
42
+ };
43
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNsYXRpb25zLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvdGltZS90aW1lLXBpY2tlci90cmFuc2xhdGlvbnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsTUFBTSxDQUFDLE1BQU0sWUFBWSxHQUFHO0lBQzNCLEVBQUUsRUFBRTtRQUNILGVBQWUsRUFBRSxPQUFPO1FBQ3hCLHVCQUF1QixFQUFFLEdBQUc7UUFDNUIsaUJBQWlCLEVBQUUsU0FBUztLQUM1QjtJQUNELEVBQUUsRUFBRTtRQUNILGVBQWUsRUFBRSxTQUFTO1FBQzFCLHVCQUF1QixFQUFFLEdBQUc7UUFDNUIsaUJBQWlCLEVBQUUsU0FBUztLQUM1QjtJQUNELEVBQUUsRUFBRTtRQUNILGVBQWUsRUFBRSxRQUFRO1FBQ3pCLHVCQUF1QixFQUFFLEdBQUc7UUFDNUIsaUJBQWlCLEVBQUUsU0FBUztLQUM1QjtJQUNELEVBQUUsRUFBRTtRQUNILGVBQWUsRUFBRSxLQUFLO1FBQ3RCLHVCQUF1QixFQUFFLEdBQUc7UUFDNUIsaUJBQWlCLEVBQUUsUUFBUTtLQUMzQjtJQUNELEVBQUUsRUFBRTtRQUNILGVBQWUsRUFBRSxNQUFNO1FBQ3ZCLHVCQUF1QixFQUFFLEdBQUc7UUFDNUIsaUJBQWlCLEVBQUUsU0FBUztLQUM1QjtJQUNELE9BQU8sRUFBRTtRQUNSLGVBQWUsRUFBRSxNQUFNO1FBQ3ZCLHVCQUF1QixFQUFFLEdBQUc7UUFDNUIsaUJBQWlCLEVBQUUsU0FBUztLQUM1QjtJQUNELEVBQUUsRUFBRTtRQUNILGVBQWUsRUFBRSxPQUFPO1FBQ3hCLHVCQUF1QixFQUFFLEdBQUc7UUFDNUIsaUJBQWlCLEVBQUUsU0FBUztLQUM1QjtJQUNELEVBQUUsRUFBRTtRQUNILGVBQWUsRUFBRSxPQUFPO1FBQ3hCLHVCQUF1QixFQUFFLEdBQUc7UUFDNUIsaUJBQWlCLEVBQUUsU0FBUztLQUM1QjtDQUNELENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY29uc3QgVHJhbnNsYXRpb25zID0ge1xuXHRlbjoge1xuXHRcdHRpbWVQaWNrZXJIb3VyczogJ2hvdXJzJyxcblx0XHR0aW1lUGlja2VyVGltZVNlcGFyYXRvcjogJzonLFxuXHRcdHRpbWVQaWNrZXJNaW51dGVzOiAnbWludXRlcycsXG5cdH0sXG5cdGRlOiB7XG5cdFx0dGltZVBpY2tlckhvdXJzOiAnU3R1bmRlbicsXG5cdFx0dGltZVBpY2tlclRpbWVTZXBhcmF0b3I6ICc6Jyxcblx0XHR0aW1lUGlja2VyTWludXRlczogJ01pbnV0ZW4nLFxuXHR9LFxuXHRmcjoge1xuXHRcdHRpbWVQaWNrZXJIb3VyczogJ2hldXJlcycsXG5cdFx0dGltZVBpY2tlclRpbWVTZXBhcmF0b3I6ICc6Jyxcblx0XHR0aW1lUGlja2VyTWludXRlczogJ21pbnV0ZXMnLFxuXHR9LFxuXHRpdDoge1xuXHRcdHRpbWVQaWNrZXJIb3VyczogJ29yZScsXG5cdFx0dGltZVBpY2tlclRpbWVTZXBhcmF0b3I6ICc6Jyxcblx0XHR0aW1lUGlja2VyTWludXRlczogJ21pbnV0aScsXG5cdH0sXG5cdG5sOiB7XG5cdFx0dGltZVBpY2tlckhvdXJzOiAndXJlbicsXG5cdFx0dGltZVBpY2tlclRpbWVTZXBhcmF0b3I6ICc6Jyxcblx0XHR0aW1lUGlja2VyTWludXRlczogJ21pbnV0ZW4nLFxuXHR9LFxuXHQnbmwtQkUnOiB7XG5cdFx0dGltZVBpY2tlckhvdXJzOiAndXJlbicsXG5cdFx0dGltZVBpY2tlclRpbWVTZXBhcmF0b3I6ICc6Jyxcblx0XHR0aW1lUGlja2VyTWludXRlczogJ21pbnV0ZW4nLFxuXHR9LFxuXHRlczoge1xuXHRcdHRpbWVQaWNrZXJIb3VyczogJ2hvcmFzJyxcblx0XHR0aW1lUGlja2VyVGltZVNlcGFyYXRvcjogJzonLFxuXHRcdHRpbWVQaWNrZXJNaW51dGVzOiAnbWludXRvcycsXG5cdH0sXG5cdHB0OiB7XG5cdFx0dGltZVBpY2tlckhvdXJzOiAnaG9yYXMnLFxuXHRcdHRpbWVQaWNrZXJUaW1lU2VwYXJhdG9yOiAnOicsXG5cdFx0dGltZVBpY2tlck1pbnV0ZXM6ICdtaW51dG9zJyxcblx0fSxcbn07XG4iXX0=
@@ -1,16 +1,7 @@
1
1
  import { InjectionToken } from '@angular/core';
2
+ import { Translations } from './translations';
2
3
  export const LU_TOAST_TRANSLATIONS = new InjectionToken('LuToastTranslations', {
3
4
  factory: () => luToastTranslations,
4
5
  });
5
- export const luToastTranslations = {
6
- en: {
7
- close: 'Close',
8
- },
9
- fr: {
10
- close: 'Fermer',
11
- },
12
- es: {
13
- close: 'Cerrar',
14
- },
15
- };
16
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9hc3RzLnRyYW5zbGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3BhY2thZ2VzL25nL3RvYXN0L3RvYXN0cy50cmFuc2xhdGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUcvQyxNQUFNLENBQUMsTUFBTSxxQkFBcUIsR0FBRyxJQUFJLGNBQWMsQ0FBQyxxQkFBcUIsRUFBRTtJQUM5RSxPQUFPLEVBQUUsR0FBRyxFQUFFLENBQUMsbUJBQW1CO0NBQ2xDLENBQUMsQ0FBQztBQU1ILE1BQU0sQ0FBQyxNQUFNLG1CQUFtQixHQUFrQztJQUNqRSxFQUFFLEVBQUU7UUFDSCxLQUFLLEVBQUUsT0FBTztLQUNkO0lBQ0QsRUFBRSxFQUFFO1FBQ0gsS0FBSyxFQUFFLFFBQVE7S0FDZjtJQUNELEVBQUUsRUFBRTtRQUNILEtBQUssRUFBRSxRQUFRO0tBQ2Y7Q0FDRCxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0aW9uVG9rZW4gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElMdVRyYW5zbGF0aW9uIH0gZnJvbSAnQGx1Y2NhLWZyb250L25nL2NvcmUnO1xuXG5leHBvcnQgY29uc3QgTFVfVE9BU1RfVFJBTlNMQVRJT05TID0gbmV3IEluamVjdGlvblRva2VuKCdMdVRvYXN0VHJhbnNsYXRpb25zJywge1xuXHRmYWN0b3J5OiAoKSA9PiBsdVRvYXN0VHJhbnNsYXRpb25zLFxufSk7XG5cbmV4cG9ydCBpbnRlcmZhY2UgSUx1VG9hc3RMYWJlbCB7XG5cdGNsb3NlOiBzdHJpbmc7XG59XG5cbmV4cG9ydCBjb25zdCBsdVRvYXN0VHJhbnNsYXRpb25zOiBJTHVUcmFuc2xhdGlvbjxJTHVUb2FzdExhYmVsPiA9IHtcblx0ZW46IHtcblx0XHRjbG9zZTogJ0Nsb3NlJyxcblx0fSxcblx0ZnI6IHtcblx0XHRjbG9zZTogJ0Zlcm1lcicsXG5cdH0sXG5cdGVzOiB7XG5cdFx0Y2xvc2U6ICdDZXJyYXInLFxuXHR9LFxufTtcbiJdfQ==
6
+ export const luToastTranslations = Translations;
7
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9hc3RzLnRyYW5zbGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3BhY2thZ2VzL25nL3RvYXN0L3RvYXN0cy50cmFuc2xhdGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUUvQyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFFOUMsTUFBTSxDQUFDLE1BQU0scUJBQXFCLEdBQUcsSUFBSSxjQUFjLENBQUMscUJBQXFCLEVBQUU7SUFDOUUsT0FBTyxFQUFFLEdBQUcsRUFBRSxDQUFDLG1CQUFtQjtDQUNsQyxDQUFDLENBQUM7QUFNSCxNQUFNLENBQUMsTUFBTSxtQkFBbUIsR0FBaUMsWUFBWSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0aW9uVG9rZW4gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEx1VHJhbnNsYXRpb24gfSBmcm9tICdAbHVjY2EtZnJvbnQvbmcvY29yZSc7XG5pbXBvcnQgeyBUcmFuc2xhdGlvbnMgfSBmcm9tICcuL3RyYW5zbGF0aW9ucyc7XG5cbmV4cG9ydCBjb25zdCBMVV9UT0FTVF9UUkFOU0xBVElPTlMgPSBuZXcgSW5qZWN0aW9uVG9rZW4oJ0x1VG9hc3RUcmFuc2xhdGlvbnMnLCB7XG5cdGZhY3Rvcnk6ICgpID0+IGx1VG9hc3RUcmFuc2xhdGlvbnMsXG59KTtcblxuZXhwb3J0IGludGVyZmFjZSBJTHVUb2FzdExhYmVsIHtcblx0Y2xvc2U6IHN0cmluZztcbn1cblxuZXhwb3J0IGNvbnN0IGx1VG9hc3RUcmFuc2xhdGlvbnM6IEx1VHJhbnNsYXRpb248SUx1VG9hc3RMYWJlbD4gPSBUcmFuc2xhdGlvbnM7XG4iXX0=
@@ -0,0 +1,27 @@
1
+ export const Translations = {
2
+ en: {
3
+ close: 'Close',
4
+ },
5
+ de: {
6
+ close: 'Schließen',
7
+ },
8
+ fr: {
9
+ close: 'Fermer',
10
+ },
11
+ it: {
12
+ close: 'Chiudere',
13
+ },
14
+ nl: {
15
+ close: 'Sluiten',
16
+ },
17
+ 'nl-BE': {
18
+ close: 'Sluiten',
19
+ },
20
+ es: {
21
+ close: 'Cerrar',
22
+ },
23
+ pt: {
24
+ close: 'Fechar',
25
+ },
26
+ };
27
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNsYXRpb25zLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvdG9hc3QvdHJhbnNsYXRpb25zLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sQ0FBQyxNQUFNLFlBQVksR0FBRztJQUMzQixFQUFFLEVBQUU7UUFDSCxLQUFLLEVBQUUsT0FBTztLQUNkO0lBQ0QsRUFBRSxFQUFFO1FBQ0gsS0FBSyxFQUFFLFdBQVc7S0FDbEI7SUFDRCxFQUFFLEVBQUU7UUFDSCxLQUFLLEVBQUUsUUFBUTtLQUNmO0lBQ0QsRUFBRSxFQUFFO1FBQ0gsS0FBSyxFQUFFLFVBQVU7S0FDakI7SUFDRCxFQUFFLEVBQUU7UUFDSCxLQUFLLEVBQUUsU0FBUztLQUNoQjtJQUNELE9BQU8sRUFBRTtRQUNSLEtBQUssRUFBRSxTQUFTO0tBQ2hCO0lBQ0QsRUFBRSxFQUFFO1FBQ0gsS0FBSyxFQUFFLFFBQVE7S0FDZjtJQUNELEVBQUUsRUFBRTtRQUNILEtBQUssRUFBRSxRQUFRO0tBQ2Y7Q0FDRCxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGNvbnN0IFRyYW5zbGF0aW9ucyA9IHtcblx0ZW46IHtcblx0XHRjbG9zZTogJ0Nsb3NlJyxcblx0fSxcblx0ZGU6IHtcblx0XHRjbG9zZTogJ1NjaGxpZcOfZW4nLFxuXHR9LFxuXHRmcjoge1xuXHRcdGNsb3NlOiAnRmVybWVyJyxcblx0fSxcblx0aXQ6IHtcblx0XHRjbG9zZTogJ0NoaXVkZXJlJyxcblx0fSxcblx0bmw6IHtcblx0XHRjbG9zZTogJ1NsdWl0ZW4nLFxuXHR9LFxuXHQnbmwtQkUnOiB7XG5cdFx0Y2xvc2U6ICdTbHVpdGVuJyxcblx0fSxcblx0ZXM6IHtcblx0XHRjbG9zZTogJ0NlcnJhcicsXG5cdH0sXG5cdHB0OiB7XG5cdFx0Y2xvc2U6ICdGZWNoYXInLFxuXHR9LFxufTtcbiJdfQ==
@@ -68,11 +68,11 @@ export class LuUserPictureComponent {
68
68
  return charSum % 360;
69
69
  }
70
70
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: LuUserPictureComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
71
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: LuUserPictureComponent, selector: "lu-user-picture", inputs: { displayFormat: "displayFormat", imageLoadingAttribute: "imageLoadingAttribute", user: "user" }, usesOnChanges: true, ngImport: i0, template: "<ng-container *ngIf=\"hasPicture; else displayInitials\">\n\t<img class=\"picture\" [src]=\"pictureHref\" alt=\"\" (error)=\"pictureError()\" [loading]=\"imageLoadingAttribute\" />\n</ng-container>\n\n<ng-template #displayInitials>\n\t<div class=\"picture\" [ngStyle]=\"style\">\n\t\t<span class=\"userPicture-initials\">{{ initials }}</span>\n\t</div>\n</ng-template>\n", styles: ["@charset \"UTF-8\";:root{--components-options-item-padding-vertical: var(--pr-t-spacings-50);--components-options-item-padding-horizontal: var(--pr-t-spacings-100);--components-options-item-multiple-padding: 2.25rem;--components-options-item-icon-color: var(--palettes-neutral-800);--components-options-checkbox-size: 1.25rem;--components-options-checkbox-color: var(--palettes-product-700);--components-options-checkbox-border-radius: 6px;--components-options-checkbox-border-color: var(--palettes-neutral-700);--components-options-establishment-multiple-padding: 2rem}:host{--components-userPicture-XS-image: 1.5rem;--components-userPicture-XS-fontSize: .75rem;--components-userPicture-XS-placeholder: .75rem;--components-userPicture-S-image: 2rem;--components-userPicture-S-fontSize: .875rem;--components-userPicture-S-placeholder: 1rem;--components-userPicture-M-image: 2.5rem;--components-userPicture-M-fontSize: 1rem;--components-userPicture-M-placeholder: 1.25rem;--components-userPicture-L-image: 3rem;--components-userPicture-L-fontSize: 1.125rem;--components-userPicture-L-placeholder: 1.5rem;--components-userPicture-XL-image: 4rem;--components-userPicture-XL-fontSize: 1.25rem;--components-userPicture-XL-placeholder: 2rem;--components-userPicture-XXL-image: 5rem;--components-userPicture-XXL-fontSize: 1.5rem;--components-userPicture-XXL-placeholder: 2.25rem;--components-userPicture-XXXL-image: 6rem;--components-userPicture-XXXL-fontSize: 1.75rem;--components-userPicture-XXXL-placeholder: 2.5rem;--components-userPicture-XXS-image: 1rem;--components-userPicture-XXS-fontSize: .5625rem;display:inline-block;vertical-align:middle}:host .picture{align-items:center;aspect-ratio:1;border-radius:var(--commons-borderRadius-full);background-color:var(--palettes-neutral-50);background-position:center;background-size:cover;background-repeat:no-repeat;color:var(--colors-white-color);display:flex;font-size:var(--components-user-picture-font-size, var(--components-userPicture-M-fontSize));font-weight:600;line-height:1;justify-content:center;object-fit:cover;object-position:center;width:var(--components-user-picture-image-size, var(--components-userPicture-M-image))}:host.mod-XXS{--components-user-picture-image-size: var(--components-userPicture-XXS-image);--components-user-picture-font-size: var(--components-userPicture-XXS-fontSize)}:host.mod-XS{--components-user-picture-image-size: var(--components-userPicture-XS-image);--components-user-picture-font-size: var(--components-userPicture-XS-fontSize);--components-user-picture-placeholder: var(--components-userPicture-XS-placeholder)}:host.mod-S{--components-user-picture-image-size: var(--components-userPicture-S-image);--components-user-picture-font-size: var(--components-userPicture-S-fontSize);--components-user-picture-placeholder: var(--components-userPicture-S-placeholder)}:host.mod-L{--components-user-picture-image-size: var(--components-userPicture-L-image);--components-user-picture-font-size: var(--components-userPicture-L-fontSize);--components-user-picture-placeholder: var(--components-userPicture-L-placeholder)}:host.mod-XL{--components-user-picture-image-size: var(--components-userPicture-XL-image);--components-user-picture-font-size: var(--components-userPicture-XL-fontSize);--components-user-picture-placeholder: var(--components-userPicture-XL-placeholder)}:host.mod-XXL{--components-user-picture-image-size: var(--components-userPicture-XXL-image);--components-user-picture-font-size: var(--components-userPicture-XXL-fontSize);--components-user-picture-placeholder: var(--components-userPicture-XXL-placeholder)}:host.mod-XXXL{--components-user-picture-image-size: var(--components-userPicture-XXXL-image);--components-user-picture-font-size: var(--components-userPicture-XXXL-fontSize);--components-user-picture-placeholder: var(--components-userPicture-XXXL-placeholder)}:host.mod-border{box-shadow:0 0 0 2px var(--colors-white-color)}:host.mod-placeholder .picture{background:var(--palettes-neutral-200)!important}:host.mod-placeholder .picture:before{--icon-content: \"\\e990\";display:inline-block;vertical-align:text-bottom;font-style:normal;font-family:Lucca icons;content:var(--icon-content);color:var(--palettes-neutral-600);font-weight:400;font-size:var(--components-user-picture-placeholder, var(--components-userPicture-M-placeholder))}:host.mod-placeholder .userPicture-initials{display:none}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
71
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: LuUserPictureComponent, selector: "lu-user-picture", inputs: { displayFormat: "displayFormat", imageLoadingAttribute: "imageLoadingAttribute", user: "user" }, usesOnChanges: true, ngImport: i0, template: "<ng-container *ngIf=\"hasPicture; else displayInitials\">\n\t<img class=\"picture\" [src]=\"pictureHref\" alt=\"\" (error)=\"pictureError()\" [loading]=\"imageLoadingAttribute\" />\n</ng-container>\n\n<ng-template #displayInitials>\n\t<div class=\"picture\" [ngStyle]=\"style\">\n\t\t<span class=\"userPicture-initials\">{{ initials }}</span>\n\t</div>\n</ng-template>\n", styles: ["@charset \"UTF-8\";:root{--components-options-item-padding-vertical: var(--pr-t-spacings-50);--components-options-item-padding-horizontal: var(--pr-t-spacings-100);--components-options-item-multiple-padding: 2.25rem;--components-options-item-icon-color: var(--palettes-neutral-800);--components-options-checkbox-size: 1.25rem;--components-options-checkbox-color: var(--palettes-product-700);--components-options-checkbox-border-radius: 6px;--components-options-checkbox-border-color: var(--palettes-neutral-700);--components-options-establishment-multiple-padding: 2rem}:host{--components-userPicture-XS-image: 1.5rem;--components-userPicture-XS-fontSize: .75rem;--components-userPicture-XS-placeholder: .75rem;--components-userPicture-S-image: 2rem;--components-userPicture-S-fontSize: .875rem;--components-userPicture-S-placeholder: 1rem;--components-userPicture-M-image: 2.5rem;--components-userPicture-M-fontSize: 1rem;--components-userPicture-M-placeholder: 1.25rem;--components-userPicture-L-image: 3rem;--components-userPicture-L-fontSize: 1.125rem;--components-userPicture-L-placeholder: 1.5rem;--components-userPicture-XL-image: 4rem;--components-userPicture-XL-fontSize: 1.25rem;--components-userPicture-XL-placeholder: 2rem;--components-userPicture-XXL-image: 5rem;--components-userPicture-XXL-fontSize: 1.5rem;--components-userPicture-XXL-placeholder: 2.25rem;--components-userPicture-XXXL-image: 6rem;--components-userPicture-XXXL-fontSize: 1.75rem;--components-userPicture-XXXL-placeholder: 2.5rem;--components-userPicture-XXS-image: 1rem;--components-userPicture-XXS-fontSize: .5625rem;display:inline-block;vertical-align:middle}:host .picture{align-items:center;aspect-ratio:1;border-radius:var(--commons-borderRadius-full);background-color:var(--palettes-neutral-50);background-position:center;background-size:cover;background-repeat:no-repeat;color:var(--colors-white-color);display:flex;font-size:var(--components-user-picture-font-size, var(--components-userPicture-M-fontSize));font-weight:600;line-height:1;justify-content:center;object-fit:cover;object-position:center;width:var(--components-user-picture-image-size, var(--components-userPicture-M-image))}:host.mod-XXS{--components-user-picture-image-size: var(--components-userPicture-XXS-image);--components-user-picture-font-size: var(--components-userPicture-XXS-fontSize)}:host.mod-XS{--components-user-picture-image-size: var(--components-userPicture-XS-image);--components-user-picture-font-size: var(--components-userPicture-XS-fontSize);--components-user-picture-placeholder: var(--components-userPicture-XS-placeholder)}:host.mod-S{--components-user-picture-image-size: var(--components-userPicture-S-image);--components-user-picture-font-size: var(--components-userPicture-S-fontSize);--components-user-picture-placeholder: var(--components-userPicture-S-placeholder)}:host.mod-L{--components-user-picture-image-size: var(--components-userPicture-L-image);--components-user-picture-font-size: var(--components-userPicture-L-fontSize);--components-user-picture-placeholder: var(--components-userPicture-L-placeholder)}:host.mod-XL{--components-user-picture-image-size: var(--components-userPicture-XL-image);--components-user-picture-font-size: var(--components-userPicture-XL-fontSize);--components-user-picture-placeholder: var(--components-userPicture-XL-placeholder)}:host.mod-XXL{--components-user-picture-image-size: var(--components-userPicture-XXL-image);--components-user-picture-font-size: var(--components-userPicture-XXL-fontSize);--components-user-picture-placeholder: var(--components-userPicture-XXL-placeholder)}:host.mod-XXXL{--components-user-picture-image-size: var(--components-userPicture-XXXL-image);--components-user-picture-font-size: var(--components-userPicture-XXXL-fontSize);--components-user-picture-placeholder: var(--components-userPicture-XXXL-placeholder)}:host.mod-border{box-shadow:0 0 0 2px var(--colors-white-color)}:host.mod-placeholder .picture{background:var(--palettes-neutral-200)!important}:host.mod-placeholder .picture:before{--icon-content: \"\\e990\";display:inline-block;vertical-align:text-bottom;font-style:normal;font-family:Lucca icons;content:var(--icon-content);-webkit-font-smoothing:antialiased;text-transform:none;color:var(--palettes-neutral-600);font-weight:400;font-size:var(--components-user-picture-placeholder, var(--components-userPicture-M-placeholder))}:host.mod-placeholder .userPicture-initials{display:none}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
72
72
  }
73
73
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: LuUserPictureComponent, decorators: [{
74
74
  type: Component,
75
- args: [{ selector: 'lu-user-picture', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container *ngIf=\"hasPicture; else displayInitials\">\n\t<img class=\"picture\" [src]=\"pictureHref\" alt=\"\" (error)=\"pictureError()\" [loading]=\"imageLoadingAttribute\" />\n</ng-container>\n\n<ng-template #displayInitials>\n\t<div class=\"picture\" [ngStyle]=\"style\">\n\t\t<span class=\"userPicture-initials\">{{ initials }}</span>\n\t</div>\n</ng-template>\n", styles: ["@charset \"UTF-8\";:root{--components-options-item-padding-vertical: var(--pr-t-spacings-50);--components-options-item-padding-horizontal: var(--pr-t-spacings-100);--components-options-item-multiple-padding: 2.25rem;--components-options-item-icon-color: var(--palettes-neutral-800);--components-options-checkbox-size: 1.25rem;--components-options-checkbox-color: var(--palettes-product-700);--components-options-checkbox-border-radius: 6px;--components-options-checkbox-border-color: var(--palettes-neutral-700);--components-options-establishment-multiple-padding: 2rem}:host{--components-userPicture-XS-image: 1.5rem;--components-userPicture-XS-fontSize: .75rem;--components-userPicture-XS-placeholder: .75rem;--components-userPicture-S-image: 2rem;--components-userPicture-S-fontSize: .875rem;--components-userPicture-S-placeholder: 1rem;--components-userPicture-M-image: 2.5rem;--components-userPicture-M-fontSize: 1rem;--components-userPicture-M-placeholder: 1.25rem;--components-userPicture-L-image: 3rem;--components-userPicture-L-fontSize: 1.125rem;--components-userPicture-L-placeholder: 1.5rem;--components-userPicture-XL-image: 4rem;--components-userPicture-XL-fontSize: 1.25rem;--components-userPicture-XL-placeholder: 2rem;--components-userPicture-XXL-image: 5rem;--components-userPicture-XXL-fontSize: 1.5rem;--components-userPicture-XXL-placeholder: 2.25rem;--components-userPicture-XXXL-image: 6rem;--components-userPicture-XXXL-fontSize: 1.75rem;--components-userPicture-XXXL-placeholder: 2.5rem;--components-userPicture-XXS-image: 1rem;--components-userPicture-XXS-fontSize: .5625rem;display:inline-block;vertical-align:middle}:host .picture{align-items:center;aspect-ratio:1;border-radius:var(--commons-borderRadius-full);background-color:var(--palettes-neutral-50);background-position:center;background-size:cover;background-repeat:no-repeat;color:var(--colors-white-color);display:flex;font-size:var(--components-user-picture-font-size, var(--components-userPicture-M-fontSize));font-weight:600;line-height:1;justify-content:center;object-fit:cover;object-position:center;width:var(--components-user-picture-image-size, var(--components-userPicture-M-image))}:host.mod-XXS{--components-user-picture-image-size: var(--components-userPicture-XXS-image);--components-user-picture-font-size: var(--components-userPicture-XXS-fontSize)}:host.mod-XS{--components-user-picture-image-size: var(--components-userPicture-XS-image);--components-user-picture-font-size: var(--components-userPicture-XS-fontSize);--components-user-picture-placeholder: var(--components-userPicture-XS-placeholder)}:host.mod-S{--components-user-picture-image-size: var(--components-userPicture-S-image);--components-user-picture-font-size: var(--components-userPicture-S-fontSize);--components-user-picture-placeholder: var(--components-userPicture-S-placeholder)}:host.mod-L{--components-user-picture-image-size: var(--components-userPicture-L-image);--components-user-picture-font-size: var(--components-userPicture-L-fontSize);--components-user-picture-placeholder: var(--components-userPicture-L-placeholder)}:host.mod-XL{--components-user-picture-image-size: var(--components-userPicture-XL-image);--components-user-picture-font-size: var(--components-userPicture-XL-fontSize);--components-user-picture-placeholder: var(--components-userPicture-XL-placeholder)}:host.mod-XXL{--components-user-picture-image-size: var(--components-userPicture-XXL-image);--components-user-picture-font-size: var(--components-userPicture-XXL-fontSize);--components-user-picture-placeholder: var(--components-userPicture-XXL-placeholder)}:host.mod-XXXL{--components-user-picture-image-size: var(--components-userPicture-XXXL-image);--components-user-picture-font-size: var(--components-userPicture-XXXL-fontSize);--components-user-picture-placeholder: var(--components-userPicture-XXXL-placeholder)}:host.mod-border{box-shadow:0 0 0 2px var(--colors-white-color)}:host.mod-placeholder .picture{background:var(--palettes-neutral-200)!important}:host.mod-placeholder .picture:before{--icon-content: \"\\e990\";display:inline-block;vertical-align:text-bottom;font-style:normal;font-family:Lucca icons;content:var(--icon-content);color:var(--palettes-neutral-600);font-weight:400;font-size:var(--components-user-picture-placeholder, var(--components-userPicture-M-placeholder))}:host.mod-placeholder .userPicture-initials{display:none}\n"] }]
75
+ args: [{ selector: 'lu-user-picture', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container *ngIf=\"hasPicture; else displayInitials\">\n\t<img class=\"picture\" [src]=\"pictureHref\" alt=\"\" (error)=\"pictureError()\" [loading]=\"imageLoadingAttribute\" />\n</ng-container>\n\n<ng-template #displayInitials>\n\t<div class=\"picture\" [ngStyle]=\"style\">\n\t\t<span class=\"userPicture-initials\">{{ initials }}</span>\n\t</div>\n</ng-template>\n", styles: ["@charset \"UTF-8\";:root{--components-options-item-padding-vertical: var(--pr-t-spacings-50);--components-options-item-padding-horizontal: var(--pr-t-spacings-100);--components-options-item-multiple-padding: 2.25rem;--components-options-item-icon-color: var(--palettes-neutral-800);--components-options-checkbox-size: 1.25rem;--components-options-checkbox-color: var(--palettes-product-700);--components-options-checkbox-border-radius: 6px;--components-options-checkbox-border-color: var(--palettes-neutral-700);--components-options-establishment-multiple-padding: 2rem}:host{--components-userPicture-XS-image: 1.5rem;--components-userPicture-XS-fontSize: .75rem;--components-userPicture-XS-placeholder: .75rem;--components-userPicture-S-image: 2rem;--components-userPicture-S-fontSize: .875rem;--components-userPicture-S-placeholder: 1rem;--components-userPicture-M-image: 2.5rem;--components-userPicture-M-fontSize: 1rem;--components-userPicture-M-placeholder: 1.25rem;--components-userPicture-L-image: 3rem;--components-userPicture-L-fontSize: 1.125rem;--components-userPicture-L-placeholder: 1.5rem;--components-userPicture-XL-image: 4rem;--components-userPicture-XL-fontSize: 1.25rem;--components-userPicture-XL-placeholder: 2rem;--components-userPicture-XXL-image: 5rem;--components-userPicture-XXL-fontSize: 1.5rem;--components-userPicture-XXL-placeholder: 2.25rem;--components-userPicture-XXXL-image: 6rem;--components-userPicture-XXXL-fontSize: 1.75rem;--components-userPicture-XXXL-placeholder: 2.5rem;--components-userPicture-XXS-image: 1rem;--components-userPicture-XXS-fontSize: .5625rem;display:inline-block;vertical-align:middle}:host .picture{align-items:center;aspect-ratio:1;border-radius:var(--commons-borderRadius-full);background-color:var(--palettes-neutral-50);background-position:center;background-size:cover;background-repeat:no-repeat;color:var(--colors-white-color);display:flex;font-size:var(--components-user-picture-font-size, var(--components-userPicture-M-fontSize));font-weight:600;line-height:1;justify-content:center;object-fit:cover;object-position:center;width:var(--components-user-picture-image-size, var(--components-userPicture-M-image))}:host.mod-XXS{--components-user-picture-image-size: var(--components-userPicture-XXS-image);--components-user-picture-font-size: var(--components-userPicture-XXS-fontSize)}:host.mod-XS{--components-user-picture-image-size: var(--components-userPicture-XS-image);--components-user-picture-font-size: var(--components-userPicture-XS-fontSize);--components-user-picture-placeholder: var(--components-userPicture-XS-placeholder)}:host.mod-S{--components-user-picture-image-size: var(--components-userPicture-S-image);--components-user-picture-font-size: var(--components-userPicture-S-fontSize);--components-user-picture-placeholder: var(--components-userPicture-S-placeholder)}:host.mod-L{--components-user-picture-image-size: var(--components-userPicture-L-image);--components-user-picture-font-size: var(--components-userPicture-L-fontSize);--components-user-picture-placeholder: var(--components-userPicture-L-placeholder)}:host.mod-XL{--components-user-picture-image-size: var(--components-userPicture-XL-image);--components-user-picture-font-size: var(--components-userPicture-XL-fontSize);--components-user-picture-placeholder: var(--components-userPicture-XL-placeholder)}:host.mod-XXL{--components-user-picture-image-size: var(--components-userPicture-XXL-image);--components-user-picture-font-size: var(--components-userPicture-XXL-fontSize);--components-user-picture-placeholder: var(--components-userPicture-XXL-placeholder)}:host.mod-XXXL{--components-user-picture-image-size: var(--components-userPicture-XXXL-image);--components-user-picture-font-size: var(--components-userPicture-XXXL-fontSize);--components-user-picture-placeholder: var(--components-userPicture-XXXL-placeholder)}:host.mod-border{box-shadow:0 0 0 2px var(--colors-white-color)}:host.mod-placeholder .picture{background:var(--palettes-neutral-200)!important}:host.mod-placeholder .picture:before{--icon-content: \"\\e990\";display:inline-block;vertical-align:text-bottom;font-style:normal;font-family:Lucca icons;content:var(--icon-content);-webkit-font-smoothing:antialiased;text-transform:none;color:var(--palettes-neutral-600);font-weight:400;font-size:var(--components-user-picture-placeholder, var(--components-userPicture-M-placeholder))}:host.mod-placeholder .userPicture-initials{display:none}\n"] }]
76
76
  }], propDecorators: { displayFormat: [{
77
77
  type: Input
78
78
  }, {
@@ -0,0 +1,35 @@
1
+ export const Translations = {
2
+ en: {
3
+ users: 'users',
4
+ me: 'Me:',
5
+ },
6
+ de: {
7
+ users: 'Benutzer',
8
+ me: 'Ich:',
9
+ },
10
+ fr: {
11
+ users: 'utilisateurs',
12
+ me: 'Moi :',
13
+ },
14
+ it: {
15
+ users: 'utenti',
16
+ me: 'Io:',
17
+ },
18
+ nl: {
19
+ users: 'gebruikers',
20
+ me: 'Ik:',
21
+ },
22
+ 'nl-BE': {
23
+ users: 'gebruikers',
24
+ me: 'Ik:',
25
+ },
26
+ es: {
27
+ users: 'usuarios',
28
+ me: 'Yo :',
29
+ },
30
+ pt: {
31
+ users: 'utilizadores',
32
+ me: 'Eu:',
33
+ },
34
+ };
35
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNsYXRpb25zLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvdXNlci9zZWxlY3QvaW5wdXQvdHJhbnNsYXRpb25zLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sQ0FBQyxNQUFNLFlBQVksR0FBRztJQUMzQixFQUFFLEVBQUU7UUFDSCxLQUFLLEVBQUUsT0FBTztRQUNkLEVBQUUsRUFBRSxLQUFLO0tBQ1Q7SUFDRCxFQUFFLEVBQUU7UUFDSCxLQUFLLEVBQUUsVUFBVTtRQUNqQixFQUFFLEVBQUUsTUFBTTtLQUNWO0lBQ0QsRUFBRSxFQUFFO1FBQ0gsS0FBSyxFQUFFLGNBQWM7UUFDckIsRUFBRSxFQUFFLE9BQU87S0FDWDtJQUNELEVBQUUsRUFBRTtRQUNILEtBQUssRUFBRSxRQUFRO1FBQ2YsRUFBRSxFQUFFLEtBQUs7S0FDVDtJQUNELEVBQUUsRUFBRTtRQUNILEtBQUssRUFBRSxZQUFZO1FBQ25CLEVBQUUsRUFBRSxLQUFLO0tBQ1Q7SUFDRCxPQUFPLEVBQUU7UUFDUixLQUFLLEVBQUUsWUFBWTtRQUNuQixFQUFFLEVBQUUsS0FBSztLQUNUO0lBQ0QsRUFBRSxFQUFFO1FBQ0gsS0FBSyxFQUFFLFVBQVU7UUFDakIsRUFBRSxFQUFFLE1BQU07S0FDVjtJQUNELEVBQUUsRUFBRTtRQUNILEtBQUssRUFBRSxjQUFjO1FBQ3JCLEVBQUUsRUFBRSxLQUFLO0tBQ1Q7Q0FDRCxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGNvbnN0IFRyYW5zbGF0aW9ucyA9IHtcblx0ZW46IHtcblx0XHR1c2VyczogJ3VzZXJzJyxcblx0XHRtZTogJ01lOicsXG5cdH0sXG5cdGRlOiB7XG5cdFx0dXNlcnM6ICdCZW51dHplcicsXG5cdFx0bWU6ICdJY2g6Jyxcblx0fSxcblx0ZnI6IHtcblx0XHR1c2VyczogJ3V0aWxpc2F0ZXVycycsXG5cdFx0bWU6ICdNb2kgOicsXG5cdH0sXG5cdGl0OiB7XG5cdFx0dXNlcnM6ICd1dGVudGknLFxuXHRcdG1lOiAnSW86Jyxcblx0fSxcblx0bmw6IHtcblx0XHR1c2VyczogJ2dlYnJ1aWtlcnMnLFxuXHRcdG1lOiAnSWs6Jyxcblx0fSxcblx0J25sLUJFJzoge1xuXHRcdHVzZXJzOiAnZ2VicnVpa2VycycsXG5cdFx0bWU6ICdJazonLFxuXHR9LFxuXHRlczoge1xuXHRcdHVzZXJzOiAndXN1YXJpb3MnLFxuXHRcdG1lOiAnWW8gOicsXG5cdH0sXG5cdHB0OiB7XG5cdFx0dXNlcnM6ICd1dGlsaXphZG9yZXMnLFxuXHRcdG1lOiAnRXU6Jyxcblx0fSxcbn07XG4iXX0=
@@ -43,7 +43,7 @@ export class LuUserSelectInputComponent extends ALuSelectInputComponent {
43
43
  useExisting: forwardRef(() => LuUserSelectInputComponent),
44
44
  multi: true,
45
45
  },
46
- ], usesInheritance: true, ngImport: i0, template: "<div class=\"lu-select-placeholder\">{{ placeholder }}</div>\n<div class=\"lu-select-value\">\n\t<div class=\"lu-select-display-wrapper\">\n\t\t<ng-container #display></ng-container>\n\t</div>\n</div>\n<div class=\"lu-select-suffix\">\n\t<lu-input-clearer></lu-input-clearer>\n</div>\n<ng-template luDisplayer [luDisplayerMultiple]=\"true\" let-values>\n\t<span *ngIf=\"multiple && values?.length > 1; else singleView\"\n\t\t><span class=\"numericBadge\">{{ values.length }}</span> {{ intl.users }}</span\n\t>\n\t<ng-template #singleView>{{ values[0] || values | luUserDisplay }}</ng-template>\n</ng-template>\n<lu-option-picker-advanced [option-comparer]=\"byId\">\n\t<header class=\"lu-picker-header\">\n\t\t<lu-user-paged-searcher\n\t\t\t[fields]=\"fields\"\n\t\t\t[filters]=\"filters\"\n\t\t\t[orderBy]=\"orderBy\"\n\t\t\t[appInstanceId]=\"appInstanceId\"\n\t\t\t[operations]=\"operations\"\n\t\t\t[enableFormerEmployees]=\"enableFormerEmployees\"\n\t\t\t(clueChange)=\"clue = $event\"\n\t\t></lu-user-paged-searcher>\n\t</header>\n\t<lu-user-homonyms></lu-user-homonyms>\n\t<ng-container *ngIf=\"!disablePrincipal\">\n\t\t<lu-option\n\t\t\t*luUserMeOption=\"\n\t\t\tlet user;\n\t\t\tfields: fields;\n\t\t\tfilters: filters;\n\t\t\torderBy: orderBy;\n\t\t\tappInstanceId: appInstanceId;\n\t\t\toperations: operations;\n\t\t\tclue: clue\n\t\t\"\n\t\t\t[value]=\"user\"\n\t\t>\n\t\t\t<div>\n\t\t\t\t<b>{{ intl.me }} {{ user | luUserDisplay: searchFormat }}</b>\n\t\t\t</div>\n\t\t\t<div class=\"lu-select-additionalInformation\" *ngIf=\"user.additionalInformation\">({{ user.additionalInformation }})</div>\n\t\t</lu-option>\n\t</ng-container>\n\n\t<lu-option *luForOptions=\"let user\" [value]=\"user\">\n\t\t<div>{{ user | luUserDisplay: searchFormat }}</div>\n\t\t<div class=\"lu-select-additionalInformation\" *ngIf=\"user.additionalInformation\">({{ user.additionalInformation }})</div>\n\t</lu-option>\n</lu-option-picker-advanced>\n", styles: ["@charset \"UTF-8\";:root{--components-options-item-padding-vertical: var(--pr-t-spacings-50);--components-options-item-padding-horizontal: var(--pr-t-spacings-100);--components-options-item-multiple-padding: 2.25rem;--components-options-item-icon-color: var(--palettes-neutral-800);--components-options-checkbox-size: 1.25rem;--components-options-checkbox-color: var(--palettes-product-700);--components-options-checkbox-border-radius: 6px;--components-options-checkbox-border-color: var(--palettes-neutral-700);--components-options-establishment-multiple-padding: 2rem}:host{--components-select-input-padding-horizontal: var(--pr-t-spacings-100);--components-select-input-padding-vertical: var(--pr-t-spacings-100);--components-select-framed-color: var(--palettes-neutral-500);--components-select-framed-color50: var(--palettes-neutral-50);--components-select-framed-see-through: var(--palettes-neutral-50);--components-select-framed-text: var(--palettes-neutral-800);--components-select-framed-placeholder: #cccccc;--components-select-framed-side-padding: var(--pr-t-spacings-200);--components-select-framed-top-padding: var(--pr-t-spacings-400);--components-select-framed-bottom-padding: var(--pr-t-spacings-200);--components-select-framed-label-top-offset: var(--pr-t-spacings-100);cursor:pointer;outline:none;padding:0;gap:0}:host:after{--icon-content: \"\\e97c\";display:inline-block;vertical-align:text-bottom;font-style:normal;font-family:Lucca icons;content:var(--icon-content);color:var(--palettes-neutral-600);bottom:var(--components-select-input-padding-vertical);font-size:var(--sizes-M-lineHeight);line-height:var(--sizes-M-lineHeight);pointer-events:none;position:absolute;right:var(--components-select-input-padding-horizontal);transition:transform var(--commons-animations-durations-standard) ease}:host[disabled],:host.is-disabled{cursor:not-allowed;pointer-events:all}.lu-select-display-wrapper{display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.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) 3.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-neutral-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) 3.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,.lu-select-clearer{position:absolute;bottom:var(--pr-t-spacings-150);right:2.25rem}::ng-deep .lu-select-value .chip{vertical-align:baseline;max-width:100%;margin:0 var(--pr-t-spacings-50) var(--pr-t-spacings-50) 0;text-overflow:ellipsis;overflow:hidden;vertical-align:top;white-space:nowrap}:host-context(.textfield.mod-S){padding:0}: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) .lu-select-clearer{bottom:var(--pr-t-spacings-100)}:host-context(.textfield.mod-S):after{line-height:var(--sizes-XS-lineHeight);font-size:var(--sizes-S-lineHeight)}:host-context(.textfield.mod-S) .lu-select-suffix{bottom:.5rem;right:2rem}: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);padding-left:var(--pr-t-spacings-50);padding-right:var(--pr-t-spacings-50);gap:var(--pr-t-spacings-50)}:host-context(.textfield.mod-S) ::ng-deep .lu-select-value .numericBadge{--components-numericBadge-size: 1.25rem;--components-numericBadge-borderRadius: 6px;--components-numericBadge-fontSize: var(--sizes-XS-fontSize);--components-numericBadge-lineHeight: var(--sizes-XS-lineHeight)}: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-neutral-500);bottom:var(--components-select-framed-bottom-padding);right:var(--pr-t-spacings-100)}: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-neutral-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(--pr-t-spacings-200);color:var(--palettes-neutral-800)}:host-context(.textfield.mod-material):after{color:var(--palettes-neutral-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:visible;white-space:normal;margin-bottom:calc(var(--pr-t-spacings-50) * -1)}:host-context(.textfield.mod-outlined).textfield-input:after{color:var(--palettes-neutral-600)}:host-context(.textfield.mod-outlined).textfield-input .lu-select-placeholder{color:var(--palettes-neutral-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:flex-start}:host-context(.textfield .textfield-input.is-focused):after{transform:rotate(-180deg)}:host-context(.textfield-input.is-clearable) .lu-select-value{padding-right:3.5rem}:host-context(.textfield-input.is-error,.textfield-input.is-invalid,.textfield-input.ng-invalid.ng-touched) .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:3.5rem}.lu-select-additionalInformation{font-size:80%;font-style:italic;margin-top:-.25em}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: OverlayModule }, { kind: "component", type: LuInputClearerComponent, selector: "lu-input-clearer", outputs: ["onClear"], exportAs: ["luClearer"] }, { kind: "directive", type: LuInputDisplayerDirective, selector: "[luDisplayer]", inputs: ["luDisplayerMultiple", "multiple"] }, { kind: "component", type: LuOptionPickerAdvancedComponent, selector: "lu-option-picker-advanced", exportAs: ["LuOptionPickerAdvanced"] }, { kind: "component", type: LuUserPagedSearcherComponent, selector: "lu-user-paged-searcher", inputs: ["fields", "filters", "orderBy", "appInstanceId", "operations", "enableFormerEmployees"], outputs: ["clueChange"] }, { kind: "component", type: LuUserHomonymsComponent, selector: "lu-user-homonyms" }, { kind: "component", type: LuOptionItemComponent, selector: "lu-option", inputs: ["selected", "highlighted", "value", "disabled"], outputs: ["onSelect"] }, { kind: "directive", type: LuUserMeOptionDirective, selector: "[luUserMeOption]", inputs: ["luUserMeOptionFields", "luUserMeOptionFilters", "luUserMeOptionOrderBy", "luUserMeOptionAppInstanceId", "luUserMeOptionOperations", "luUserMeOptionClue"] }, { kind: "directive", type: LuForOptionsDirective, selector: "[luForOptions]", inputs: ["luForOptionsTrackBy"] }, { kind: "pipe", type: LuUserDisplayPipe, name: "luUserDisplay" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
46
+ ], usesInheritance: true, ngImport: i0, template: "<div class=\"lu-select-placeholder\">{{ placeholder }}</div>\n<div class=\"lu-select-value\">\n\t<div class=\"lu-select-display-wrapper\">\n\t\t<ng-container #display></ng-container>\n\t</div>\n</div>\n<div class=\"lu-select-suffix\">\n\t<lu-input-clearer></lu-input-clearer>\n</div>\n<ng-template luDisplayer [luDisplayerMultiple]=\"true\" let-values>\n\t<span *ngIf=\"multiple && values?.length > 1; else singleView\"\n\t\t><span class=\"numericBadge\">{{ values.length }}</span> {{ intl.users }}</span\n\t>\n\t<ng-template #singleView>{{ values[0] || values | luUserDisplay }}</ng-template>\n</ng-template>\n<lu-option-picker-advanced [option-comparer]=\"byId\">\n\t<header class=\"lu-picker-header\">\n\t\t<lu-user-paged-searcher\n\t\t\t[fields]=\"fields\"\n\t\t\t[filters]=\"filters\"\n\t\t\t[orderBy]=\"orderBy\"\n\t\t\t[appInstanceId]=\"appInstanceId\"\n\t\t\t[operations]=\"operations\"\n\t\t\t[enableFormerEmployees]=\"enableFormerEmployees\"\n\t\t\t(clueChange)=\"clue = $event\"\n\t\t></lu-user-paged-searcher>\n\t</header>\n\t<lu-user-homonyms></lu-user-homonyms>\n\t<ng-container *ngIf=\"!disablePrincipal\">\n\t\t<lu-option\n\t\t\t*luUserMeOption=\"\n\t\t\tlet user;\n\t\t\tfields: fields;\n\t\t\tfilters: filters;\n\t\t\torderBy: orderBy;\n\t\t\tappInstanceId: appInstanceId;\n\t\t\toperations: operations;\n\t\t\tclue: clue\n\t\t\"\n\t\t\t[value]=\"user\"\n\t\t>\n\t\t\t<div>\n\t\t\t\t<b>{{ intl.me }} {{ user | luUserDisplay: searchFormat }}</b>\n\t\t\t</div>\n\t\t\t<div class=\"lu-select-additionalInformation\" *ngIf=\"user.additionalInformation\">({{ user.additionalInformation }})</div>\n\t\t</lu-option>\n\t</ng-container>\n\n\t<lu-option *luForOptions=\"let user\" [value]=\"user\">\n\t\t<div>{{ user | luUserDisplay: searchFormat }}</div>\n\t\t<div class=\"lu-select-additionalInformation\" *ngIf=\"user.additionalInformation\">({{ user.additionalInformation }})</div>\n\t</lu-option>\n</lu-option-picker-advanced>\n", styles: ["@charset \"UTF-8\";:root{--components-options-item-padding-vertical: var(--pr-t-spacings-50);--components-options-item-padding-horizontal: var(--pr-t-spacings-100);--components-options-item-multiple-padding: 2.25rem;--components-options-item-icon-color: var(--palettes-neutral-800);--components-options-checkbox-size: 1.25rem;--components-options-checkbox-color: var(--palettes-product-700);--components-options-checkbox-border-radius: 6px;--components-options-checkbox-border-color: var(--palettes-neutral-700);--components-options-establishment-multiple-padding: 2rem}:host{--components-select-input-padding-horizontal: var(--pr-t-spacings-100);--components-select-input-padding-vertical: var(--pr-t-spacings-100);--components-select-framed-color: var(--palettes-neutral-500);--components-select-framed-color50: var(--palettes-neutral-50);--components-select-framed-see-through: var(--palettes-neutral-50);--components-select-framed-text: var(--palettes-neutral-800);--components-select-framed-placeholder: #cccccc;--components-select-framed-side-padding: var(--pr-t-spacings-200);--components-select-framed-top-padding: var(--pr-t-spacings-400);--components-select-framed-bottom-padding: var(--pr-t-spacings-200);--components-select-framed-label-top-offset: var(--pr-t-spacings-100);cursor:pointer;outline:none;padding:0;gap:0}:host:after{--icon-content: \"\\e97c\";font-weight:400;display:inline-block;vertical-align:text-bottom;font-style:normal;font-family:Lucca icons;content:var(--icon-content);-webkit-font-smoothing:antialiased;text-transform:none;color:var(--palettes-neutral-600);bottom:var(--components-select-input-padding-vertical);font-size:var(--sizes-M-lineHeight);line-height:var(--sizes-M-lineHeight);pointer-events:none;position:absolute;right:var(--components-select-input-padding-horizontal);transition:transform var(--commons-animations-durations-standard) ease}:host[disabled],:host.is-disabled{cursor:not-allowed;pointer-events:all}.lu-select-display-wrapper{display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.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) 3.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-neutral-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) 3.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,.lu-select-clearer{position:absolute;bottom:var(--pr-t-spacings-150);right:2.25rem}::ng-deep .lu-select-value .chip{vertical-align:baseline;max-width:100%;margin:0 var(--pr-t-spacings-50) var(--pr-t-spacings-50) 0;text-overflow:ellipsis;overflow:hidden;vertical-align:top;white-space:nowrap}:host-context(.textfield.mod-S){padding:0}: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) .lu-select-clearer{bottom:var(--pr-t-spacings-100)}:host-context(.textfield.mod-S):after{line-height:var(--sizes-XS-lineHeight);font-size:var(--sizes-S-lineHeight)}:host-context(.textfield.mod-S) .lu-select-suffix{bottom:.5rem;right:2rem}: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);padding-left:var(--pr-t-spacings-50);padding-right:var(--pr-t-spacings-50);gap:var(--pr-t-spacings-50)}:host-context(.textfield.mod-S) ::ng-deep .lu-select-value .numericBadge{--components-numericBadge-size: 1.25rem;--components-numericBadge-borderRadius: 6px;--components-numericBadge-fontSize: var(--sizes-XS-fontSize);--components-numericBadge-lineHeight: var(--sizes-XS-lineHeight)}: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-neutral-500);bottom:var(--components-select-framed-bottom-padding);right:var(--pr-t-spacings-100)}: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-neutral-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(--pr-t-spacings-200);color:var(--palettes-neutral-800)}:host-context(.textfield.mod-material):after{color:var(--palettes-neutral-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:visible;white-space:normal;margin-bottom:calc(var(--pr-t-spacings-50) * -1)}:host-context(.textfield.mod-outlined).textfield-input:after{color:var(--palettes-neutral-600)}:host-context(.textfield.mod-outlined).textfield-input .lu-select-placeholder{color:var(--palettes-neutral-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:flex-start}:host-context(.textfield .textfield-input.is-focused):after{transform:rotate(-180deg)}:host-context(.textfield-input.is-clearable) .lu-select-value{padding-right:3.5rem}:host-context(.textfield-input.is-error,.textfield-input.is-invalid,.textfield-input.ng-invalid.ng-touched) .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:3.5rem}.lu-select-additionalInformation{font-size:80%;font-style:italic;margin-top:-.25em}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: OverlayModule }, { kind: "component", type: LuInputClearerComponent, selector: "lu-input-clearer", outputs: ["onClear"], exportAs: ["luClearer"] }, { kind: "directive", type: LuInputDisplayerDirective, selector: "[luDisplayer]", inputs: ["luDisplayerMultiple", "multiple"] }, { kind: "component", type: LuOptionPickerAdvancedComponent, selector: "lu-option-picker-advanced", exportAs: ["LuOptionPickerAdvanced"] }, { kind: "component", type: LuUserPagedSearcherComponent, selector: "lu-user-paged-searcher", inputs: ["fields", "filters", "orderBy", "appInstanceId", "operations", "enableFormerEmployees"], outputs: ["clueChange"] }, { kind: "component", type: LuUserHomonymsComponent, selector: "lu-user-homonyms" }, { kind: "component", type: LuOptionItemComponent, selector: "lu-option", inputs: ["selected", "highlighted", "value", "disabled"], outputs: ["onSelect"] }, { kind: "directive", type: LuUserMeOptionDirective, selector: "[luUserMeOption]", inputs: ["luUserMeOptionFields", "luUserMeOptionFilters", "luUserMeOptionOrderBy", "luUserMeOptionAppInstanceId", "luUserMeOptionOperations", "luUserMeOptionClue"] }, { kind: "directive", type: LuForOptionsDirective, selector: "[luForOptions]", inputs: ["luForOptionsTrackBy"] }, { kind: "pipe", type: LuUserDisplayPipe, name: "luUserDisplay" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
47
47
  }
48
48
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: LuUserSelectInputComponent, decorators: [{
49
49
  type: Component,
@@ -67,7 +67,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImpor
67
67
  useExisting: forwardRef(() => LuUserSelectInputComponent),
68
68
  multi: true,
69
69
  },
70
- ], template: "<div class=\"lu-select-placeholder\">{{ placeholder }}</div>\n<div class=\"lu-select-value\">\n\t<div class=\"lu-select-display-wrapper\">\n\t\t<ng-container #display></ng-container>\n\t</div>\n</div>\n<div class=\"lu-select-suffix\">\n\t<lu-input-clearer></lu-input-clearer>\n</div>\n<ng-template luDisplayer [luDisplayerMultiple]=\"true\" let-values>\n\t<span *ngIf=\"multiple && values?.length > 1; else singleView\"\n\t\t><span class=\"numericBadge\">{{ values.length }}</span> {{ intl.users }}</span\n\t>\n\t<ng-template #singleView>{{ values[0] || values | luUserDisplay }}</ng-template>\n</ng-template>\n<lu-option-picker-advanced [option-comparer]=\"byId\">\n\t<header class=\"lu-picker-header\">\n\t\t<lu-user-paged-searcher\n\t\t\t[fields]=\"fields\"\n\t\t\t[filters]=\"filters\"\n\t\t\t[orderBy]=\"orderBy\"\n\t\t\t[appInstanceId]=\"appInstanceId\"\n\t\t\t[operations]=\"operations\"\n\t\t\t[enableFormerEmployees]=\"enableFormerEmployees\"\n\t\t\t(clueChange)=\"clue = $event\"\n\t\t></lu-user-paged-searcher>\n\t</header>\n\t<lu-user-homonyms></lu-user-homonyms>\n\t<ng-container *ngIf=\"!disablePrincipal\">\n\t\t<lu-option\n\t\t\t*luUserMeOption=\"\n\t\t\tlet user;\n\t\t\tfields: fields;\n\t\t\tfilters: filters;\n\t\t\torderBy: orderBy;\n\t\t\tappInstanceId: appInstanceId;\n\t\t\toperations: operations;\n\t\t\tclue: clue\n\t\t\"\n\t\t\t[value]=\"user\"\n\t\t>\n\t\t\t<div>\n\t\t\t\t<b>{{ intl.me }} {{ user | luUserDisplay: searchFormat }}</b>\n\t\t\t</div>\n\t\t\t<div class=\"lu-select-additionalInformation\" *ngIf=\"user.additionalInformation\">({{ user.additionalInformation }})</div>\n\t\t</lu-option>\n\t</ng-container>\n\n\t<lu-option *luForOptions=\"let user\" [value]=\"user\">\n\t\t<div>{{ user | luUserDisplay: searchFormat }}</div>\n\t\t<div class=\"lu-select-additionalInformation\" *ngIf=\"user.additionalInformation\">({{ user.additionalInformation }})</div>\n\t</lu-option>\n</lu-option-picker-advanced>\n", styles: ["@charset \"UTF-8\";:root{--components-options-item-padding-vertical: var(--pr-t-spacings-50);--components-options-item-padding-horizontal: var(--pr-t-spacings-100);--components-options-item-multiple-padding: 2.25rem;--components-options-item-icon-color: var(--palettes-neutral-800);--components-options-checkbox-size: 1.25rem;--components-options-checkbox-color: var(--palettes-product-700);--components-options-checkbox-border-radius: 6px;--components-options-checkbox-border-color: var(--palettes-neutral-700);--components-options-establishment-multiple-padding: 2rem}:host{--components-select-input-padding-horizontal: var(--pr-t-spacings-100);--components-select-input-padding-vertical: var(--pr-t-spacings-100);--components-select-framed-color: var(--palettes-neutral-500);--components-select-framed-color50: var(--palettes-neutral-50);--components-select-framed-see-through: var(--palettes-neutral-50);--components-select-framed-text: var(--palettes-neutral-800);--components-select-framed-placeholder: #cccccc;--components-select-framed-side-padding: var(--pr-t-spacings-200);--components-select-framed-top-padding: var(--pr-t-spacings-400);--components-select-framed-bottom-padding: var(--pr-t-spacings-200);--components-select-framed-label-top-offset: var(--pr-t-spacings-100);cursor:pointer;outline:none;padding:0;gap:0}:host:after{--icon-content: \"\\e97c\";display:inline-block;vertical-align:text-bottom;font-style:normal;font-family:Lucca icons;content:var(--icon-content);color:var(--palettes-neutral-600);bottom:var(--components-select-input-padding-vertical);font-size:var(--sizes-M-lineHeight);line-height:var(--sizes-M-lineHeight);pointer-events:none;position:absolute;right:var(--components-select-input-padding-horizontal);transition:transform var(--commons-animations-durations-standard) ease}:host[disabled],:host.is-disabled{cursor:not-allowed;pointer-events:all}.lu-select-display-wrapper{display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.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) 3.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-neutral-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) 3.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,.lu-select-clearer{position:absolute;bottom:var(--pr-t-spacings-150);right:2.25rem}::ng-deep .lu-select-value .chip{vertical-align:baseline;max-width:100%;margin:0 var(--pr-t-spacings-50) var(--pr-t-spacings-50) 0;text-overflow:ellipsis;overflow:hidden;vertical-align:top;white-space:nowrap}:host-context(.textfield.mod-S){padding:0}: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) .lu-select-clearer{bottom:var(--pr-t-spacings-100)}:host-context(.textfield.mod-S):after{line-height:var(--sizes-XS-lineHeight);font-size:var(--sizes-S-lineHeight)}:host-context(.textfield.mod-S) .lu-select-suffix{bottom:.5rem;right:2rem}: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);padding-left:var(--pr-t-spacings-50);padding-right:var(--pr-t-spacings-50);gap:var(--pr-t-spacings-50)}:host-context(.textfield.mod-S) ::ng-deep .lu-select-value .numericBadge{--components-numericBadge-size: 1.25rem;--components-numericBadge-borderRadius: 6px;--components-numericBadge-fontSize: var(--sizes-XS-fontSize);--components-numericBadge-lineHeight: var(--sizes-XS-lineHeight)}: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-neutral-500);bottom:var(--components-select-framed-bottom-padding);right:var(--pr-t-spacings-100)}: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-neutral-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(--pr-t-spacings-200);color:var(--palettes-neutral-800)}:host-context(.textfield.mod-material):after{color:var(--palettes-neutral-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:visible;white-space:normal;margin-bottom:calc(var(--pr-t-spacings-50) * -1)}:host-context(.textfield.mod-outlined).textfield-input:after{color:var(--palettes-neutral-600)}:host-context(.textfield.mod-outlined).textfield-input .lu-select-placeholder{color:var(--palettes-neutral-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:flex-start}:host-context(.textfield .textfield-input.is-focused):after{transform:rotate(-180deg)}:host-context(.textfield-input.is-clearable) .lu-select-value{padding-right:3.5rem}:host-context(.textfield-input.is-error,.textfield-input.is-invalid,.textfield-input.ng-invalid.ng-touched) .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:3.5rem}.lu-select-additionalInformation{font-size:80%;font-style:italic;margin-top:-.25em}\n"] }]
70
+ ], template: "<div class=\"lu-select-placeholder\">{{ placeholder }}</div>\n<div class=\"lu-select-value\">\n\t<div class=\"lu-select-display-wrapper\">\n\t\t<ng-container #display></ng-container>\n\t</div>\n</div>\n<div class=\"lu-select-suffix\">\n\t<lu-input-clearer></lu-input-clearer>\n</div>\n<ng-template luDisplayer [luDisplayerMultiple]=\"true\" let-values>\n\t<span *ngIf=\"multiple && values?.length > 1; else singleView\"\n\t\t><span class=\"numericBadge\">{{ values.length }}</span> {{ intl.users }}</span\n\t>\n\t<ng-template #singleView>{{ values[0] || values | luUserDisplay }}</ng-template>\n</ng-template>\n<lu-option-picker-advanced [option-comparer]=\"byId\">\n\t<header class=\"lu-picker-header\">\n\t\t<lu-user-paged-searcher\n\t\t\t[fields]=\"fields\"\n\t\t\t[filters]=\"filters\"\n\t\t\t[orderBy]=\"orderBy\"\n\t\t\t[appInstanceId]=\"appInstanceId\"\n\t\t\t[operations]=\"operations\"\n\t\t\t[enableFormerEmployees]=\"enableFormerEmployees\"\n\t\t\t(clueChange)=\"clue = $event\"\n\t\t></lu-user-paged-searcher>\n\t</header>\n\t<lu-user-homonyms></lu-user-homonyms>\n\t<ng-container *ngIf=\"!disablePrincipal\">\n\t\t<lu-option\n\t\t\t*luUserMeOption=\"\n\t\t\tlet user;\n\t\t\tfields: fields;\n\t\t\tfilters: filters;\n\t\t\torderBy: orderBy;\n\t\t\tappInstanceId: appInstanceId;\n\t\t\toperations: operations;\n\t\t\tclue: clue\n\t\t\"\n\t\t\t[value]=\"user\"\n\t\t>\n\t\t\t<div>\n\t\t\t\t<b>{{ intl.me }} {{ user | luUserDisplay: searchFormat }}</b>\n\t\t\t</div>\n\t\t\t<div class=\"lu-select-additionalInformation\" *ngIf=\"user.additionalInformation\">({{ user.additionalInformation }})</div>\n\t\t</lu-option>\n\t</ng-container>\n\n\t<lu-option *luForOptions=\"let user\" [value]=\"user\">\n\t\t<div>{{ user | luUserDisplay: searchFormat }}</div>\n\t\t<div class=\"lu-select-additionalInformation\" *ngIf=\"user.additionalInformation\">({{ user.additionalInformation }})</div>\n\t</lu-option>\n</lu-option-picker-advanced>\n", styles: ["@charset \"UTF-8\";:root{--components-options-item-padding-vertical: var(--pr-t-spacings-50);--components-options-item-padding-horizontal: var(--pr-t-spacings-100);--components-options-item-multiple-padding: 2.25rem;--components-options-item-icon-color: var(--palettes-neutral-800);--components-options-checkbox-size: 1.25rem;--components-options-checkbox-color: var(--palettes-product-700);--components-options-checkbox-border-radius: 6px;--components-options-checkbox-border-color: var(--palettes-neutral-700);--components-options-establishment-multiple-padding: 2rem}:host{--components-select-input-padding-horizontal: var(--pr-t-spacings-100);--components-select-input-padding-vertical: var(--pr-t-spacings-100);--components-select-framed-color: var(--palettes-neutral-500);--components-select-framed-color50: var(--palettes-neutral-50);--components-select-framed-see-through: var(--palettes-neutral-50);--components-select-framed-text: var(--palettes-neutral-800);--components-select-framed-placeholder: #cccccc;--components-select-framed-side-padding: var(--pr-t-spacings-200);--components-select-framed-top-padding: var(--pr-t-spacings-400);--components-select-framed-bottom-padding: var(--pr-t-spacings-200);--components-select-framed-label-top-offset: var(--pr-t-spacings-100);cursor:pointer;outline:none;padding:0;gap:0}:host:after{--icon-content: \"\\e97c\";font-weight:400;display:inline-block;vertical-align:text-bottom;font-style:normal;font-family:Lucca icons;content:var(--icon-content);-webkit-font-smoothing:antialiased;text-transform:none;color:var(--palettes-neutral-600);bottom:var(--components-select-input-padding-vertical);font-size:var(--sizes-M-lineHeight);line-height:var(--sizes-M-lineHeight);pointer-events:none;position:absolute;right:var(--components-select-input-padding-horizontal);transition:transform var(--commons-animations-durations-standard) ease}:host[disabled],:host.is-disabled{cursor:not-allowed;pointer-events:all}.lu-select-display-wrapper{display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.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) 3.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-neutral-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) 3.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,.lu-select-clearer{position:absolute;bottom:var(--pr-t-spacings-150);right:2.25rem}::ng-deep .lu-select-value .chip{vertical-align:baseline;max-width:100%;margin:0 var(--pr-t-spacings-50) var(--pr-t-spacings-50) 0;text-overflow:ellipsis;overflow:hidden;vertical-align:top;white-space:nowrap}:host-context(.textfield.mod-S){padding:0}: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) .lu-select-clearer{bottom:var(--pr-t-spacings-100)}:host-context(.textfield.mod-S):after{line-height:var(--sizes-XS-lineHeight);font-size:var(--sizes-S-lineHeight)}:host-context(.textfield.mod-S) .lu-select-suffix{bottom:.5rem;right:2rem}: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);padding-left:var(--pr-t-spacings-50);padding-right:var(--pr-t-spacings-50);gap:var(--pr-t-spacings-50)}:host-context(.textfield.mod-S) ::ng-deep .lu-select-value .numericBadge{--components-numericBadge-size: 1.25rem;--components-numericBadge-borderRadius: 6px;--components-numericBadge-fontSize: var(--sizes-XS-fontSize);--components-numericBadge-lineHeight: var(--sizes-XS-lineHeight)}: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-neutral-500);bottom:var(--components-select-framed-bottom-padding);right:var(--pr-t-spacings-100)}: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-neutral-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(--pr-t-spacings-200);color:var(--palettes-neutral-800)}:host-context(.textfield.mod-material):after{color:var(--palettes-neutral-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:visible;white-space:normal;margin-bottom:calc(var(--pr-t-spacings-50) * -1)}:host-context(.textfield.mod-outlined).textfield-input:after{color:var(--palettes-neutral-600)}:host-context(.textfield.mod-outlined).textfield-input .lu-select-placeholder{color:var(--palettes-neutral-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:flex-start}:host-context(.textfield .textfield-input.is-focused):after{transform:rotate(-180deg)}:host-context(.textfield-input.is-clearable) .lu-select-value{padding-right:3.5rem}:host-context(.textfield-input.is-error,.textfield-input.is-invalid,.textfield-input.ng-invalid.ng-touched) .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:3.5rem}.lu-select-additionalInformation{font-size:80%;font-style:italic;margin-top:-.25em}\n"] }]
71
71
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i1.Overlay }, { type: i0.ElementRef }, { type: i0.ViewContainerRef }, { type: i0.Renderer2 }], propDecorators: { inputPlaceholder: [{
72
72
  type: Input,
73
73
  args: ['placeholder']
@@ -86,4 +86,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImpor
86
86
  }], disablePrincipal: [{
87
87
  type: Input
88
88
  }] } });
89
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXNlci1zZWxlY3QtaW5wdXQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvdXNlci9zZWxlY3QvaW5wdXQvdXNlci1zZWxlY3QtaW5wdXQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvdXNlci9zZWxlY3QvaW5wdXQvdXNlci1zZWxlY3QtaW5wdXQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFXLGFBQWEsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQzlELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQWlCLHVCQUF1QixFQUFxQixTQUFTLEVBQWMsVUFBVSxFQUFFLEtBQUssRUFBK0IsTUFBTSxlQUFlLENBQUM7QUFDakssT0FBTyxFQUF3QixpQkFBaUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ3pFLE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUMvQyxPQUFPLEVBQUUsdUJBQXVCLEVBQUUseUJBQXlCLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUMzRixPQUFPLEVBQUUscUJBQXFCLEVBQW9CLHFCQUFxQixFQUFFLCtCQUErQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFFekksT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDakUsT0FBTyxFQUFFLGlCQUFpQixFQUFFLGlCQUFpQixFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLGFBQWEsQ0FBQztBQUN0RCxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSxPQUFPLENBQUM7QUFDaEQsT0FBTyxFQUFFLDRCQUE0QixFQUFFLE1BQU0sYUFBYSxDQUFDO0FBQzNELE9BQU8sRUFBRSxpQ0FBaUMsRUFBRSxNQUFNLCtCQUErQixDQUFDOzs7O0FBRWxGOztHQUVHO0FBOEJILE1BQU0sT0FBTywwQkFDWixTQUFRLHVCQUEwQjtJQUtsQyxJQUNhLGdCQUFnQixDQUFDLENBQVM7UUFDdEMsSUFBSSxDQUFDLFlBQVksR0FBRyxDQUFDLENBQUM7SUFDdkIsQ0FBQztJQWdCRCxZQUNvQixrQkFBcUMsRUFDckMsUUFBaUIsRUFDakIsV0FBb0MsRUFDcEMsaUJBQW1DLEVBQ25DLFNBQW9CO1FBRXZDLEtBQUssQ0FBQyxrQkFBa0IsRUFBRSxRQUFRLEVBQUUsV0FBVyxFQUFFLGlCQUFpQixFQUFFLFNBQVMsQ0FBQyxDQUFDO1FBTjVELHVCQUFrQixHQUFsQixrQkFBa0IsQ0FBbUI7UUFDckMsYUFBUSxHQUFSLFFBQVEsQ0FBUztRQUNqQixnQkFBVyxHQUFYLFdBQVcsQ0FBeUI7UUFDcEMsc0JBQWlCLEdBQWpCLGlCQUFpQixDQUFrQjtRQUNuQyxjQUFTLEdBQVQsU0FBUyxDQUFXO1FBMUJ4QyxpQkFBWSxHQUFHLGlCQUFpQixDQUFDLFNBQVMsQ0FBQztRQVlsQywwQkFBcUIsR0FBRyxLQUFLLENBQUM7UUFDOUIscUJBQWdCLEdBQUcsS0FBSyxDQUFDO1FBRWxDLFNBQUksR0FBRyxFQUFFLENBQUM7UUFFVixTQUFJLEdBQXdCLENBQUMsT0FBVSxFQUFFLE9BQVUsRUFBRSxFQUFFLENBQUMsT0FBTyxJQUFJLE9BQU8sSUFBSSxPQUFPLENBQUMsRUFBRSxLQUFLLE9BQU8sQ0FBQyxFQUFFLENBQUM7UUFFakcsU0FBSSxHQUFHLE9BQU8sQ0FBQyxpQ0FBaUMsQ0FBQyxDQUFDO0lBVXpELENBQUM7OEdBakNXLDBCQUEwQjtrR0FBMUIsMEJBQTBCLDBVQVQzQjtZQUNWLGlCQUFpQjtZQUNqQjtnQkFDQyxPQUFPLEVBQUUsaUJBQWlCO2dCQUMxQixXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLDBCQUEwQixDQUFDO2dCQUN6RCxLQUFLLEVBQUUsSUFBSTthQUNYO1NBQ0QsaURDN0NGLHU1REFxREEsMjRQRDVCRSxZQUFZLGtJQUNaLGFBQWEsK0JBQ2IsdUJBQXVCLDRHQUN2Qix5QkFBeUIsdUdBQ3pCLCtCQUErQiw0R0FDL0IsNEJBQTRCLDhMQUM1Qix1QkFBdUIsNkRBQ3ZCLHFCQUFxQix1SUFFckIsdUJBQXVCLGtPQUN2QixxQkFBcUIsdUZBQ3JCLGlCQUFpQjs7MkZBV04sMEJBQTBCO2tCQTdCdEMsU0FBUzsrQkFDQyxnQkFBZ0IsbUJBR1QsdUJBQXVCLENBQUMsTUFBTSxjQUNuQyxJQUFJLFdBQ1A7d0JBQ1IsWUFBWTt3QkFDWixhQUFhO3dCQUNiLHVCQUF1Qjt3QkFDdkIseUJBQXlCO3dCQUN6QiwrQkFBK0I7d0JBQy9CLDRCQUE0Qjt3QkFDNUIsdUJBQXVCO3dCQUN2QixxQkFBcUI7d0JBQ3JCLCtCQUErQjt3QkFDL0IsdUJBQXVCO3dCQUN2QixxQkFBcUI7d0JBQ3JCLGlCQUFpQjtxQkFDakIsYUFDVTt3QkFDVixpQkFBaUI7d0JBQ2pCOzRCQUNDLE9BQU8sRUFBRSxpQkFBaUI7NEJBQzFCLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLDJCQUEyQixDQUFDOzRCQUN6RCxLQUFLLEVBQUUsSUFBSTt5QkFDWDtxQkFDRDs0TEFTWSxnQkFBZ0I7c0JBRDVCLEtBQUs7dUJBQUMsYUFBYTtnQkFLWCxNQUFNO3NCQUFkLEtBQUs7Z0JBQ0csT0FBTztzQkFBZixLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSztnQkFDRyxhQUFhO3NCQUFyQixLQUFLO2dCQUNHLFVBQVU7c0JBQWxCLEtBQUs7Z0JBQ0cscUJBQXFCO3NCQUE3QixLQUFLO2dCQUNHLGdCQUFnQjtzQkFBeEIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE92ZXJsYXksIE92ZXJsYXlNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jZGsvb3ZlcmxheSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQWZ0ZXJWaWV3SW5pdCwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENoYW5nZURldGVjdG9yUmVmLCBDb21wb25lbnQsIEVsZW1lbnRSZWYsIGZvcndhcmRSZWYsIElucHV0LCBSZW5kZXJlcjIsIFZpZXdDb250YWluZXJSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbnRyb2xWYWx1ZUFjY2Vzc29yLCBOR19WQUxVRV9BQ0NFU1NPUiB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IGdldEludGwgfSBmcm9tICdAbHVjY2EtZnJvbnQvbmcvY29yZSc7XG5pbXBvcnQgeyBMdUlucHV0Q2xlYXJlckNvbXBvbmVudCwgTHVJbnB1dERpc3BsYXllckRpcmVjdGl2ZSB9IGZyb20gJ0BsdWNjYS1mcm9udC9uZy9pbnB1dCc7XG5pbXBvcnQgeyBMdUZvck9wdGlvbnNEaXJlY3RpdmUsIEx1T3B0aW9uQ29tcGFyZXIsIEx1T3B0aW9uSXRlbUNvbXBvbmVudCwgTHVPcHRpb25QaWNrZXJBZHZhbmNlZENvbXBvbmVudCB9IGZyb20gJ0BsdWNjYS1mcm9udC9uZy9vcHRpb24nO1xuaW1wb3J0IHsgSUx1SW5wdXRXaXRoUGlja2VyIH0gZnJvbSAnQGx1Y2NhLWZyb250L25nL3BpY2tlcic7XG5pbXBvcnQgeyBBTHVTZWxlY3RJbnB1dENvbXBvbmVudCB9IGZyb20gJ0BsdWNjYS1mcm9udC9uZy9zZWxlY3QnO1xuaW1wb3J0IHsgTHVEaXNwbGF5RnVsbG5hbWUsIEx1VXNlckRpc3BsYXlQaXBlIH0gZnJvbSAnLi4vLi4vZGlzcGxheSc7XG5pbXBvcnQgeyBMdVVzZXJIb21vbnltc0NvbXBvbmVudCB9IGZyb20gJy4uL2hvbW9ueW1zJztcbmltcG9ydCB7IEx1VXNlck1lT3B0aW9uRGlyZWN0aXZlIH0gZnJvbSAnLi4vbWUnO1xuaW1wb3J0IHsgTHVVc2VyUGFnZWRTZWFyY2hlckNvbXBvbmVudCB9IGZyb20gJy4uL3NlYXJjaGVyJztcbmltcG9ydCB7IExVX1VTRVJfU0VMRUNUX0lOUFVUX1RSQU5TTEFUSU9OUyB9IGZyb20gJy4vdXNlci1zZWxlY3QtaW5wdXQudHJhbnNsYXRlJztcblxuLyoqXG4gKiBAZGVwcmVjYXRlZCBwcmVmZXIgU2ltcGxlU2VsZWN0IG9yIE11bHRpcGxlU2VsZWN0IHdpdGggbHVDdXN0b21Vc2VycyBkaXJlY3RpdmVcbiAqL1xuQENvbXBvbmVudCh7XG5cdHNlbGVjdG9yOiAnbHUtdXNlci1zZWxlY3QnLFxuXHR0ZW1wbGF0ZVVybDogJy4vdXNlci1zZWxlY3QtaW5wdXQuY29tcG9uZW50Lmh0bWwnLFxuXHRzdHlsZVVybHM6IFsnLi91c2VyLXNlbGVjdC1pbnB1dC5jb21wb25lbnQuc2NzcyddLFxuXHRjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcblx0c3RhbmRhbG9uZTogdHJ1ZSxcblx0aW1wb3J0czogW1xuXHRcdENvbW1vbk1vZHVsZSxcblx0XHRPdmVybGF5TW9kdWxlLFxuXHRcdEx1SW5wdXRDbGVhcmVyQ29tcG9uZW50LFxuXHRcdEx1SW5wdXREaXNwbGF5ZXJEaXJlY3RpdmUsXG5cdFx0THVPcHRpb25QaWNrZXJBZHZhbmNlZENvbXBvbmVudCxcblx0XHRMdVVzZXJQYWdlZFNlYXJjaGVyQ29tcG9uZW50LFxuXHRcdEx1VXNlckhvbW9ueW1zQ29tcG9uZW50LFxuXHRcdEx1T3B0aW9uSXRlbUNvbXBvbmVudCxcblx0XHRMdU9wdGlvblBpY2tlckFkdmFuY2VkQ29tcG9uZW50LFxuXHRcdEx1VXNlck1lT3B0aW9uRGlyZWN0aXZlLFxuXHRcdEx1Rm9yT3B0aW9uc0RpcmVjdGl2ZSxcblx0XHRMdVVzZXJEaXNwbGF5UGlwZSxcblx0XSxcblx0cHJvdmlkZXJzOiBbXG5cdFx0THVVc2VyRGlzcGxheVBpcGUsXG5cdFx0e1xuXHRcdFx0cHJvdmlkZTogTkdfVkFMVUVfQUNDRVNTT1IsXG5cdFx0XHR1c2VFeGlzdGluZzogZm9yd2FyZFJlZigoKSA9PiBMdVVzZXJTZWxlY3RJbnB1dENvbXBvbmVudCksXG5cdFx0XHRtdWx0aTogdHJ1ZSxcblx0XHR9LFxuXHRdLFxufSlcbmV4cG9ydCBjbGFzcyBMdVVzZXJTZWxlY3RJbnB1dENvbXBvbmVudDxVIGV4dGVuZHMgaW1wb3J0KCcuLi8uLi91c2VyLm1vZGVsJykuSUx1VXNlciA9IGltcG9ydCgnLi4vLi4vdXNlci5tb2RlbCcpLklMdVVzZXI+XG5cdGV4dGVuZHMgQUx1U2VsZWN0SW5wdXRDb21wb25lbnQ8VT5cblx0aW1wbGVtZW50cyBDb250cm9sVmFsdWVBY2Nlc3NvciwgSUx1SW5wdXRXaXRoUGlja2VyPFU+LCBBZnRlclZpZXdJbml0XG57XG5cdHNlYXJjaEZvcm1hdCA9IEx1RGlzcGxheUZ1bGxuYW1lLmxhc3RmaXJzdDtcblxuXHRASW5wdXQoJ3BsYWNlaG9sZGVyJylcblx0b3ZlcnJpZGUgc2V0IGlucHV0UGxhY2Vob2xkZXIocDogc3RyaW5nKSB7XG5cdFx0dGhpcy5fcGxhY2Vob2xkZXIgPSBwO1xuXHR9XG5cblx0QElucHV0KCkgZmllbGRzOiBzdHJpbmc7XG5cdEBJbnB1dCgpIGZpbHRlcnM6IHN0cmluZ1tdO1xuXHRASW5wdXQoKSBvcmRlckJ5OiBzdHJpbmc7XG5cdEBJbnB1dCgpIGFwcEluc3RhbmNlSWQ6IG51bWJlciB8IHN0cmluZztcblx0QElucHV0KCkgb3BlcmF0aW9uczogbnVtYmVyW107XG5cdEBJbnB1dCgpIGVuYWJsZUZvcm1lckVtcGxveWVlcyA9IGZhbHNlO1xuXHRASW5wdXQoKSBkaXNhYmxlUHJpbmNpcGFsID0gZmFsc2U7XG5cblx0Y2x1ZSA9ICcnO1xuXG5cdGJ5SWQ6IEx1T3B0aW9uQ29tcGFyZXI8VT4gPSAob3B0aW9uMTogVSwgb3B0aW9uMjogVSkgPT4gb3B0aW9uMSAmJiBvcHRpb24yICYmIG9wdGlvbjEuaWQgPT09IG9wdGlvbjIuaWQ7XG5cblx0cHVibGljIGludGwgPSBnZXRJbnRsKExVX1VTRVJfU0VMRUNUX0lOUFVUX1RSQU5TTEFUSU9OUyk7XG5cblx0Y29uc3RydWN0b3IoXG5cdFx0cHJvdGVjdGVkIG92ZXJyaWRlIF9jaGFuZ2VEZXRlY3RvclJlZjogQ2hhbmdlRGV0ZWN0b3JSZWYsXG5cdFx0cHJvdGVjdGVkIG92ZXJyaWRlIF9vdmVybGF5OiBPdmVybGF5LFxuXHRcdHByb3RlY3RlZCBvdmVycmlkZSBfZWxlbWVudFJlZjogRWxlbWVudFJlZjxIVE1MRWxlbWVudD4sXG5cdFx0cHJvdGVjdGVkIG92ZXJyaWRlIF92aWV3Q29udGFpbmVyUmVmOiBWaWV3Q29udGFpbmVyUmVmLFxuXHRcdHByb3RlY3RlZCBvdmVycmlkZSBfcmVuZGVyZXI6IFJlbmRlcmVyMixcblx0KSB7XG5cdFx0c3VwZXIoX2NoYW5nZURldGVjdG9yUmVmLCBfb3ZlcmxheSwgX2VsZW1lbnRSZWYsIF92aWV3Q29udGFpbmVyUmVmLCBfcmVuZGVyZXIpO1xuXHR9XG59XG4iLCI8ZGl2IGNsYXNzPVwibHUtc2VsZWN0LXBsYWNlaG9sZGVyXCI+e3sgcGxhY2Vob2xkZXIgfX08L2Rpdj5cbjxkaXYgY2xhc3M9XCJsdS1zZWxlY3QtdmFsdWVcIj5cblx0PGRpdiBjbGFzcz1cImx1LXNlbGVjdC1kaXNwbGF5LXdyYXBwZXJcIj5cblx0XHQ8bmctY29udGFpbmVyICNkaXNwbGF5PjwvbmctY29udGFpbmVyPlxuXHQ8L2Rpdj5cbjwvZGl2PlxuPGRpdiBjbGFzcz1cImx1LXNlbGVjdC1zdWZmaXhcIj5cblx0PGx1LWlucHV0LWNsZWFyZXI+PC9sdS1pbnB1dC1jbGVhcmVyPlxuPC9kaXY+XG48bmctdGVtcGxhdGUgbHVEaXNwbGF5ZXIgW2x1RGlzcGxheWVyTXVsdGlwbGVdPVwidHJ1ZVwiIGxldC12YWx1ZXM+XG5cdDxzcGFuICpuZ0lmPVwibXVsdGlwbGUgJiYgdmFsdWVzPy5sZW5ndGggPiAxOyBlbHNlIHNpbmdsZVZpZXdcIlxuXHRcdD48c3BhbiBjbGFzcz1cIm51bWVyaWNCYWRnZVwiPnt7IHZhbHVlcy5sZW5ndGggfX08L3NwYW4+IHt7IGludGwudXNlcnMgfX08L3NwYW5cblx0PlxuXHQ8bmctdGVtcGxhdGUgI3NpbmdsZVZpZXc+e3sgdmFsdWVzWzBdIHx8IHZhbHVlcyB8IGx1VXNlckRpc3BsYXkgfX08L25nLXRlbXBsYXRlPlxuPC9uZy10ZW1wbGF0ZT5cbjxsdS1vcHRpb24tcGlja2VyLWFkdmFuY2VkIFtvcHRpb24tY29tcGFyZXJdPVwiYnlJZFwiPlxuXHQ8aGVhZGVyIGNsYXNzPVwibHUtcGlja2VyLWhlYWRlclwiPlxuXHRcdDxsdS11c2VyLXBhZ2VkLXNlYXJjaGVyXG5cdFx0XHRbZmllbGRzXT1cImZpZWxkc1wiXG5cdFx0XHRbZmlsdGVyc109XCJmaWx0ZXJzXCJcblx0XHRcdFtvcmRlckJ5XT1cIm9yZGVyQnlcIlxuXHRcdFx0W2FwcEluc3RhbmNlSWRdPVwiYXBwSW5zdGFuY2VJZFwiXG5cdFx0XHRbb3BlcmF0aW9uc109XCJvcGVyYXRpb25zXCJcblx0XHRcdFtlbmFibGVGb3JtZXJFbXBsb3llZXNdPVwiZW5hYmxlRm9ybWVyRW1wbG95ZWVzXCJcblx0XHRcdChjbHVlQ2hhbmdlKT1cImNsdWUgPSAkZXZlbnRcIlxuXHRcdD48L2x1LXVzZXItcGFnZWQtc2VhcmNoZXI+XG5cdDwvaGVhZGVyPlxuXHQ8bHUtdXNlci1ob21vbnltcz48L2x1LXVzZXItaG9tb255bXM+XG5cdDxuZy1jb250YWluZXIgKm5nSWY9XCIhZGlzYWJsZVByaW5jaXBhbFwiPlxuXHRcdDxsdS1vcHRpb25cblx0XHRcdCpsdVVzZXJNZU9wdGlvbj1cIlxuXHRcdFx0bGV0IHVzZXI7XG5cdFx0XHRmaWVsZHM6IGZpZWxkcztcblx0XHRcdGZpbHRlcnM6IGZpbHRlcnM7XG5cdFx0XHRvcmRlckJ5OiBvcmRlckJ5O1xuXHRcdFx0YXBwSW5zdGFuY2VJZDogYXBwSW5zdGFuY2VJZDtcblx0XHRcdG9wZXJhdGlvbnM6IG9wZXJhdGlvbnM7XG5cdFx0XHRjbHVlOiBjbHVlXG5cdFx0XCJcblx0XHRcdFt2YWx1ZV09XCJ1c2VyXCJcblx0XHQ+XG5cdFx0XHQ8ZGl2PlxuXHRcdFx0XHQ8Yj57eyBpbnRsLm1lIH19IHt7IHVzZXIgfCBsdVVzZXJEaXNwbGF5OiBzZWFyY2hGb3JtYXQgfX08L2I+XG5cdFx0XHQ8L2Rpdj5cblx0XHRcdDxkaXYgY2xhc3M9XCJsdS1zZWxlY3QtYWRkaXRpb25hbEluZm9ybWF0aW9uXCIgKm5nSWY9XCJ1c2VyLmFkZGl0aW9uYWxJbmZvcm1hdGlvblwiPih7eyB1c2VyLmFkZGl0aW9uYWxJbmZvcm1hdGlvbiB9fSk8L2Rpdj5cblx0XHQ8L2x1LW9wdGlvbj5cblx0PC9uZy1jb250YWluZXI+XG5cblx0PGx1LW9wdGlvbiAqbHVGb3JPcHRpb25zPVwibGV0IHVzZXJcIiBbdmFsdWVdPVwidXNlclwiPlxuXHRcdDxkaXY+e3sgdXNlciB8IGx1VXNlckRpc3BsYXk6IHNlYXJjaEZvcm1hdCB9fTwvZGl2PlxuXHRcdDxkaXYgY2xhc3M9XCJsdS1zZWxlY3QtYWRkaXRpb25hbEluZm9ybWF0aW9uXCIgKm5nSWY9XCJ1c2VyLmFkZGl0aW9uYWxJbmZvcm1hdGlvblwiPih7eyB1c2VyLmFkZGl0aW9uYWxJbmZvcm1hdGlvbiB9fSk8L2Rpdj5cblx0PC9sdS1vcHRpb24+XG48L2x1LW9wdGlvbi1waWNrZXItYWR2YW5jZWQ+XG4iXX0=
89
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXNlci1zZWxlY3QtaW5wdXQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvdXNlci9zZWxlY3QvaW5wdXQvdXNlci1zZWxlY3QtaW5wdXQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvdXNlci9zZWxlY3QvaW5wdXQvdXNlci1zZWxlY3QtaW5wdXQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFXLGFBQWEsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQzlELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQWlCLHVCQUF1QixFQUFxQixTQUFTLEVBQWMsVUFBVSxFQUFFLEtBQUssRUFBK0IsTUFBTSxlQUFlLENBQUM7QUFDakssT0FBTyxFQUF3QixpQkFBaUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ3pFLE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUMvQyxPQUFPLEVBQUUsdUJBQXVCLEVBQUUseUJBQXlCLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUMzRixPQUFPLEVBQUUscUJBQXFCLEVBQW9CLHFCQUFxQixFQUFFLCtCQUErQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFFekksT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDakUsT0FBTyxFQUFFLGlCQUFpQixFQUFFLGlCQUFpQixFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLGFBQWEsQ0FBQztBQUN0RCxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSxPQUFPLENBQUM7QUFDaEQsT0FBTyxFQUFFLDRCQUE0QixFQUFFLE1BQU0sYUFBYSxDQUFDO0FBQzNELE9BQU8sRUFBRSxpQ0FBaUMsRUFBRSxNQUFNLCtCQUErQixDQUFDOzs7O0FBRWxGOztHQUVHO0FBOEJILE1BQU0sT0FBTywwQkFDWixTQUFRLHVCQUEwQjtJQUtsQyxJQUNhLGdCQUFnQixDQUFDLENBQVM7UUFDdEMsSUFBSSxDQUFDLFlBQVksR0FBRyxDQUFDLENBQUM7SUFDdkIsQ0FBQztJQWdCRCxZQUNvQixrQkFBcUMsRUFDckMsUUFBaUIsRUFDakIsV0FBb0MsRUFDcEMsaUJBQW1DLEVBQ25DLFNBQW9CO1FBRXZDLEtBQUssQ0FBQyxrQkFBa0IsRUFBRSxRQUFRLEVBQUUsV0FBVyxFQUFFLGlCQUFpQixFQUFFLFNBQVMsQ0FBQyxDQUFDO1FBTjVELHVCQUFrQixHQUFsQixrQkFBa0IsQ0FBbUI7UUFDckMsYUFBUSxHQUFSLFFBQVEsQ0FBUztRQUNqQixnQkFBVyxHQUFYLFdBQVcsQ0FBeUI7UUFDcEMsc0JBQWlCLEdBQWpCLGlCQUFpQixDQUFrQjtRQUNuQyxjQUFTLEdBQVQsU0FBUyxDQUFXO1FBMUJ4QyxpQkFBWSxHQUFHLGlCQUFpQixDQUFDLFNBQVMsQ0FBQztRQVlsQywwQkFBcUIsR0FBRyxLQUFLLENBQUM7UUFDOUIscUJBQWdCLEdBQUcsS0FBSyxDQUFDO1FBRWxDLFNBQUksR0FBRyxFQUFFLENBQUM7UUFFVixTQUFJLEdBQXdCLENBQUMsT0FBVSxFQUFFLE9BQVUsRUFBRSxFQUFFLENBQUMsT0FBTyxJQUFJLE9BQU8sSUFBSSxPQUFPLENBQUMsRUFBRSxLQUFLLE9BQU8sQ0FBQyxFQUFFLENBQUM7UUFFakcsU0FBSSxHQUFHLE9BQU8sQ0FBQyxpQ0FBaUMsQ0FBQyxDQUFDO0lBVXpELENBQUM7OEdBakNXLDBCQUEwQjtrR0FBMUIsMEJBQTBCLDBVQVQzQjtZQUNWLGlCQUFpQjtZQUNqQjtnQkFDQyxPQUFPLEVBQUUsaUJBQWlCO2dCQUMxQixXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLDBCQUEwQixDQUFDO2dCQUN6RCxLQUFLLEVBQUUsSUFBSTthQUNYO1NBQ0QsaURDN0NGLHU1REFxREEsazlQRDVCRSxZQUFZLGtJQUNaLGFBQWEsK0JBQ2IsdUJBQXVCLDRHQUN2Qix5QkFBeUIsdUdBQ3pCLCtCQUErQiw0R0FDL0IsNEJBQTRCLDhMQUM1Qix1QkFBdUIsNkRBQ3ZCLHFCQUFxQix1SUFFckIsdUJBQXVCLGtPQUN2QixxQkFBcUIsdUZBQ3JCLGlCQUFpQjs7MkZBV04sMEJBQTBCO2tCQTdCdEMsU0FBUzsrQkFDQyxnQkFBZ0IsbUJBR1QsdUJBQXVCLENBQUMsTUFBTSxjQUNuQyxJQUFJLFdBQ1A7d0JBQ1IsWUFBWTt3QkFDWixhQUFhO3dCQUNiLHVCQUF1Qjt3QkFDdkIseUJBQXlCO3dCQUN6QiwrQkFBK0I7d0JBQy9CLDRCQUE0Qjt3QkFDNUIsdUJBQXVCO3dCQUN2QixxQkFBcUI7d0JBQ3JCLCtCQUErQjt3QkFDL0IsdUJBQXVCO3dCQUN2QixxQkFBcUI7d0JBQ3JCLGlCQUFpQjtxQkFDakIsYUFDVTt3QkFDVixpQkFBaUI7d0JBQ2pCOzRCQUNDLE9BQU8sRUFBRSxpQkFBaUI7NEJBQzFCLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLDJCQUEyQixDQUFDOzRCQUN6RCxLQUFLLEVBQUUsSUFBSTt5QkFDWDtxQkFDRDs0TEFTWSxnQkFBZ0I7c0JBRDVCLEtBQUs7dUJBQUMsYUFBYTtnQkFLWCxNQUFNO3NCQUFkLEtBQUs7Z0JBQ0csT0FBTztzQkFBZixLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSztnQkFDRyxhQUFhO3NCQUFyQixLQUFLO2dCQUNHLFVBQVU7c0JBQWxCLEtBQUs7Z0JBQ0cscUJBQXFCO3NCQUE3QixLQUFLO2dCQUNHLGdCQUFnQjtzQkFBeEIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE92ZXJsYXksIE92ZXJsYXlNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jZGsvb3ZlcmxheSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQWZ0ZXJWaWV3SW5pdCwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENoYW5nZURldGVjdG9yUmVmLCBDb21wb25lbnQsIEVsZW1lbnRSZWYsIGZvcndhcmRSZWYsIElucHV0LCBSZW5kZXJlcjIsIFZpZXdDb250YWluZXJSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbnRyb2xWYWx1ZUFjY2Vzc29yLCBOR19WQUxVRV9BQ0NFU1NPUiB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IGdldEludGwgfSBmcm9tICdAbHVjY2EtZnJvbnQvbmcvY29yZSc7XG5pbXBvcnQgeyBMdUlucHV0Q2xlYXJlckNvbXBvbmVudCwgTHVJbnB1dERpc3BsYXllckRpcmVjdGl2ZSB9IGZyb20gJ0BsdWNjYS1mcm9udC9uZy9pbnB1dCc7XG5pbXBvcnQgeyBMdUZvck9wdGlvbnNEaXJlY3RpdmUsIEx1T3B0aW9uQ29tcGFyZXIsIEx1T3B0aW9uSXRlbUNvbXBvbmVudCwgTHVPcHRpb25QaWNrZXJBZHZhbmNlZENvbXBvbmVudCB9IGZyb20gJ0BsdWNjYS1mcm9udC9uZy9vcHRpb24nO1xuaW1wb3J0IHsgSUx1SW5wdXRXaXRoUGlja2VyIH0gZnJvbSAnQGx1Y2NhLWZyb250L25nL3BpY2tlcic7XG5pbXBvcnQgeyBBTHVTZWxlY3RJbnB1dENvbXBvbmVudCB9IGZyb20gJ0BsdWNjYS1mcm9udC9uZy9zZWxlY3QnO1xuaW1wb3J0IHsgTHVEaXNwbGF5RnVsbG5hbWUsIEx1VXNlckRpc3BsYXlQaXBlIH0gZnJvbSAnLi4vLi4vZGlzcGxheSc7XG5pbXBvcnQgeyBMdVVzZXJIb21vbnltc0NvbXBvbmVudCB9IGZyb20gJy4uL2hvbW9ueW1zJztcbmltcG9ydCB7IEx1VXNlck1lT3B0aW9uRGlyZWN0aXZlIH0gZnJvbSAnLi4vbWUnO1xuaW1wb3J0IHsgTHVVc2VyUGFnZWRTZWFyY2hlckNvbXBvbmVudCB9IGZyb20gJy4uL3NlYXJjaGVyJztcbmltcG9ydCB7IExVX1VTRVJfU0VMRUNUX0lOUFVUX1RSQU5TTEFUSU9OUyB9IGZyb20gJy4vdXNlci1zZWxlY3QtaW5wdXQudHJhbnNsYXRlJztcblxuLyoqXG4gKiBAZGVwcmVjYXRlZCBwcmVmZXIgU2ltcGxlU2VsZWN0IG9yIE11bHRpcGxlU2VsZWN0IHdpdGggbHVDdXN0b21Vc2VycyBkaXJlY3RpdmVcbiAqL1xuQENvbXBvbmVudCh7XG5cdHNlbGVjdG9yOiAnbHUtdXNlci1zZWxlY3QnLFxuXHR0ZW1wbGF0ZVVybDogJy4vdXNlci1zZWxlY3QtaW5wdXQuY29tcG9uZW50Lmh0bWwnLFxuXHRzdHlsZVVybHM6IFsnLi91c2VyLXNlbGVjdC1pbnB1dC5jb21wb25lbnQuc2NzcyddLFxuXHRjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcblx0c3RhbmRhbG9uZTogdHJ1ZSxcblx0aW1wb3J0czogW1xuXHRcdENvbW1vbk1vZHVsZSxcblx0XHRPdmVybGF5TW9kdWxlLFxuXHRcdEx1SW5wdXRDbGVhcmVyQ29tcG9uZW50LFxuXHRcdEx1SW5wdXREaXNwbGF5ZXJEaXJlY3RpdmUsXG5cdFx0THVPcHRpb25QaWNrZXJBZHZhbmNlZENvbXBvbmVudCxcblx0XHRMdVVzZXJQYWdlZFNlYXJjaGVyQ29tcG9uZW50LFxuXHRcdEx1VXNlckhvbW9ueW1zQ29tcG9uZW50LFxuXHRcdEx1T3B0aW9uSXRlbUNvbXBvbmVudCxcblx0XHRMdU9wdGlvblBpY2tlckFkdmFuY2VkQ29tcG9uZW50LFxuXHRcdEx1VXNlck1lT3B0aW9uRGlyZWN0aXZlLFxuXHRcdEx1Rm9yT3B0aW9uc0RpcmVjdGl2ZSxcblx0XHRMdVVzZXJEaXNwbGF5UGlwZSxcblx0XSxcblx0cHJvdmlkZXJzOiBbXG5cdFx0THVVc2VyRGlzcGxheVBpcGUsXG5cdFx0e1xuXHRcdFx0cHJvdmlkZTogTkdfVkFMVUVfQUNDRVNTT1IsXG5cdFx0XHR1c2VFeGlzdGluZzogZm9yd2FyZFJlZigoKSA9PiBMdVVzZXJTZWxlY3RJbnB1dENvbXBvbmVudCksXG5cdFx0XHRtdWx0aTogdHJ1ZSxcblx0XHR9LFxuXHRdLFxufSlcbmV4cG9ydCBjbGFzcyBMdVVzZXJTZWxlY3RJbnB1dENvbXBvbmVudDxVIGV4dGVuZHMgaW1wb3J0KCcuLi8uLi91c2VyLm1vZGVsJykuSUx1VXNlciA9IGltcG9ydCgnLi4vLi4vdXNlci5tb2RlbCcpLklMdVVzZXI+XG5cdGV4dGVuZHMgQUx1U2VsZWN0SW5wdXRDb21wb25lbnQ8VT5cblx0aW1wbGVtZW50cyBDb250cm9sVmFsdWVBY2Nlc3NvciwgSUx1SW5wdXRXaXRoUGlja2VyPFU+LCBBZnRlclZpZXdJbml0XG57XG5cdHNlYXJjaEZvcm1hdCA9IEx1RGlzcGxheUZ1bGxuYW1lLmxhc3RmaXJzdDtcblxuXHRASW5wdXQoJ3BsYWNlaG9sZGVyJylcblx0b3ZlcnJpZGUgc2V0IGlucHV0UGxhY2Vob2xkZXIocDogc3RyaW5nKSB7XG5cdFx0dGhpcy5fcGxhY2Vob2xkZXIgPSBwO1xuXHR9XG5cblx0QElucHV0KCkgZmllbGRzOiBzdHJpbmc7XG5cdEBJbnB1dCgpIGZpbHRlcnM6IHN0cmluZ1tdO1xuXHRASW5wdXQoKSBvcmRlckJ5OiBzdHJpbmc7XG5cdEBJbnB1dCgpIGFwcEluc3RhbmNlSWQ6IG51bWJlciB8IHN0cmluZztcblx0QElucHV0KCkgb3BlcmF0aW9uczogbnVtYmVyW107XG5cdEBJbnB1dCgpIGVuYWJsZUZvcm1lckVtcGxveWVlcyA9IGZhbHNlO1xuXHRASW5wdXQoKSBkaXNhYmxlUHJpbmNpcGFsID0gZmFsc2U7XG5cblx0Y2x1ZSA9ICcnO1xuXG5cdGJ5SWQ6IEx1T3B0aW9uQ29tcGFyZXI8VT4gPSAob3B0aW9uMTogVSwgb3B0aW9uMjogVSkgPT4gb3B0aW9uMSAmJiBvcHRpb24yICYmIG9wdGlvbjEuaWQgPT09IG9wdGlvbjIuaWQ7XG5cblx0cHVibGljIGludGwgPSBnZXRJbnRsKExVX1VTRVJfU0VMRUNUX0lOUFVUX1RSQU5TTEFUSU9OUyk7XG5cblx0Y29uc3RydWN0b3IoXG5cdFx0cHJvdGVjdGVkIG92ZXJyaWRlIF9jaGFuZ2VEZXRlY3RvclJlZjogQ2hhbmdlRGV0ZWN0b3JSZWYsXG5cdFx0cHJvdGVjdGVkIG92ZXJyaWRlIF9vdmVybGF5OiBPdmVybGF5LFxuXHRcdHByb3RlY3RlZCBvdmVycmlkZSBfZWxlbWVudFJlZjogRWxlbWVudFJlZjxIVE1MRWxlbWVudD4sXG5cdFx0cHJvdGVjdGVkIG92ZXJyaWRlIF92aWV3Q29udGFpbmVyUmVmOiBWaWV3Q29udGFpbmVyUmVmLFxuXHRcdHByb3RlY3RlZCBvdmVycmlkZSBfcmVuZGVyZXI6IFJlbmRlcmVyMixcblx0KSB7XG5cdFx0c3VwZXIoX2NoYW5nZURldGVjdG9yUmVmLCBfb3ZlcmxheSwgX2VsZW1lbnRSZWYsIF92aWV3Q29udGFpbmVyUmVmLCBfcmVuZGVyZXIpO1xuXHR9XG59XG4iLCI8ZGl2IGNsYXNzPVwibHUtc2VsZWN0LXBsYWNlaG9sZGVyXCI+e3sgcGxhY2Vob2xkZXIgfX08L2Rpdj5cbjxkaXYgY2xhc3M9XCJsdS1zZWxlY3QtdmFsdWVcIj5cblx0PGRpdiBjbGFzcz1cImx1LXNlbGVjdC1kaXNwbGF5LXdyYXBwZXJcIj5cblx0XHQ8bmctY29udGFpbmVyICNkaXNwbGF5PjwvbmctY29udGFpbmVyPlxuXHQ8L2Rpdj5cbjwvZGl2PlxuPGRpdiBjbGFzcz1cImx1LXNlbGVjdC1zdWZmaXhcIj5cblx0PGx1LWlucHV0LWNsZWFyZXI+PC9sdS1pbnB1dC1jbGVhcmVyPlxuPC9kaXY+XG48bmctdGVtcGxhdGUgbHVEaXNwbGF5ZXIgW2x1RGlzcGxheWVyTXVsdGlwbGVdPVwidHJ1ZVwiIGxldC12YWx1ZXM+XG5cdDxzcGFuICpuZ0lmPVwibXVsdGlwbGUgJiYgdmFsdWVzPy5sZW5ndGggPiAxOyBlbHNlIHNpbmdsZVZpZXdcIlxuXHRcdD48c3BhbiBjbGFzcz1cIm51bWVyaWNCYWRnZVwiPnt7IHZhbHVlcy5sZW5ndGggfX08L3NwYW4+IHt7IGludGwudXNlcnMgfX08L3NwYW5cblx0PlxuXHQ8bmctdGVtcGxhdGUgI3NpbmdsZVZpZXc+e3sgdmFsdWVzWzBdIHx8IHZhbHVlcyB8IGx1VXNlckRpc3BsYXkgfX08L25nLXRlbXBsYXRlPlxuPC9uZy10ZW1wbGF0ZT5cbjxsdS1vcHRpb24tcGlja2VyLWFkdmFuY2VkIFtvcHRpb24tY29tcGFyZXJdPVwiYnlJZFwiPlxuXHQ8aGVhZGVyIGNsYXNzPVwibHUtcGlja2VyLWhlYWRlclwiPlxuXHRcdDxsdS11c2VyLXBhZ2VkLXNlYXJjaGVyXG5cdFx0XHRbZmllbGRzXT1cImZpZWxkc1wiXG5cdFx0XHRbZmlsdGVyc109XCJmaWx0ZXJzXCJcblx0XHRcdFtvcmRlckJ5XT1cIm9yZGVyQnlcIlxuXHRcdFx0W2FwcEluc3RhbmNlSWRdPVwiYXBwSW5zdGFuY2VJZFwiXG5cdFx0XHRbb3BlcmF0aW9uc109XCJvcGVyYXRpb25zXCJcblx0XHRcdFtlbmFibGVGb3JtZXJFbXBsb3llZXNdPVwiZW5hYmxlRm9ybWVyRW1wbG95ZWVzXCJcblx0XHRcdChjbHVlQ2hhbmdlKT1cImNsdWUgPSAkZXZlbnRcIlxuXHRcdD48L2x1LXVzZXItcGFnZWQtc2VhcmNoZXI+XG5cdDwvaGVhZGVyPlxuXHQ8bHUtdXNlci1ob21vbnltcz48L2x1LXVzZXItaG9tb255bXM+XG5cdDxuZy1jb250YWluZXIgKm5nSWY9XCIhZGlzYWJsZVByaW5jaXBhbFwiPlxuXHRcdDxsdS1vcHRpb25cblx0XHRcdCpsdVVzZXJNZU9wdGlvbj1cIlxuXHRcdFx0bGV0IHVzZXI7XG5cdFx0XHRmaWVsZHM6IGZpZWxkcztcblx0XHRcdGZpbHRlcnM6IGZpbHRlcnM7XG5cdFx0XHRvcmRlckJ5OiBvcmRlckJ5O1xuXHRcdFx0YXBwSW5zdGFuY2VJZDogYXBwSW5zdGFuY2VJZDtcblx0XHRcdG9wZXJhdGlvbnM6IG9wZXJhdGlvbnM7XG5cdFx0XHRjbHVlOiBjbHVlXG5cdFx0XCJcblx0XHRcdFt2YWx1ZV09XCJ1c2VyXCJcblx0XHQ+XG5cdFx0XHQ8ZGl2PlxuXHRcdFx0XHQ8Yj57eyBpbnRsLm1lIH19IHt7IHVzZXIgfCBsdVVzZXJEaXNwbGF5OiBzZWFyY2hGb3JtYXQgfX08L2I+XG5cdFx0XHQ8L2Rpdj5cblx0XHRcdDxkaXYgY2xhc3M9XCJsdS1zZWxlY3QtYWRkaXRpb25hbEluZm9ybWF0aW9uXCIgKm5nSWY9XCJ1c2VyLmFkZGl0aW9uYWxJbmZvcm1hdGlvblwiPih7eyB1c2VyLmFkZGl0aW9uYWxJbmZvcm1hdGlvbiB9fSk8L2Rpdj5cblx0XHQ8L2x1LW9wdGlvbj5cblx0PC9uZy1jb250YWluZXI+XG5cblx0PGx1LW9wdGlvbiAqbHVGb3JPcHRpb25zPVwibGV0IHVzZXJcIiBbdmFsdWVdPVwidXNlclwiPlxuXHRcdDxkaXY+e3sgdXNlciB8IGx1VXNlckRpc3BsYXk6IHNlYXJjaEZvcm1hdCB9fTwvZGl2PlxuXHRcdDxkaXYgY2xhc3M9XCJsdS1zZWxlY3QtYWRkaXRpb25hbEluZm9ybWF0aW9uXCIgKm5nSWY9XCJ1c2VyLmFkZGl0aW9uYWxJbmZvcm1hdGlvblwiPih7eyB1c2VyLmFkZGl0aW9uYWxJbmZvcm1hdGlvbiB9fSk8L2Rpdj5cblx0PC9sdS1vcHRpb24+XG48L2x1LW9wdGlvbi1waWNrZXItYWR2YW5jZWQ+XG4iXX0=
@@ -1,23 +1,7 @@
1
1
  import { InjectionToken } from '@angular/core';
2
+ import { Translations } from './translations';
2
3
  export const LU_USER_SELECT_INPUT_TRANSLATIONS = new InjectionToken('LuUserSelectTranslations', {
3
4
  factory: () => luUserSelectInputTranslations,
4
5
  });
5
- export const luUserSelectInputTranslations = {
6
- en: {
7
- users: 'users',
8
- me: 'Me:',
9
- },
10
- fr: {
11
- users: 'utilisateurs',
12
- me: 'Moi :',
13
- },
14
- es: {
15
- users: 'empleados',
16
- me: 'Yo :',
17
- },
18
- de: {
19
- users: 'Benutzer',
20
- me: 'Ich:',
21
- },
22
- };
23
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXNlci1zZWxlY3QtaW5wdXQudHJhbnNsYXRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvdXNlci9zZWxlY3QvaW5wdXQvdXNlci1zZWxlY3QtaW5wdXQudHJhbnNsYXRlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFHL0MsTUFBTSxDQUFDLE1BQU0saUNBQWlDLEdBQUcsSUFBSSxjQUFjLENBQUMsMEJBQTBCLEVBQUU7SUFDL0YsT0FBTyxFQUFFLEdBQUcsRUFBRSxDQUFDLDZCQUE2QjtDQUM1QyxDQUFDLENBQUM7QUFPSCxNQUFNLENBQUMsTUFBTSw2QkFBNkIsR0FBNEM7SUFDckYsRUFBRSxFQUFFO1FBQ0gsS0FBSyxFQUFFLE9BQU87UUFDZCxFQUFFLEVBQUUsS0FBSztLQUNUO0lBQ0QsRUFBRSxFQUFFO1FBQ0gsS0FBSyxFQUFFLGNBQWM7UUFDckIsRUFBRSxFQUFFLE9BQU87S0FDWDtJQUNELEVBQUUsRUFBRTtRQUNILEtBQUssRUFBRSxXQUFXO1FBQ2xCLEVBQUUsRUFBRSxNQUFNO0tBQ1Y7SUFDRCxFQUFFLEVBQUU7UUFDSCxLQUFLLEVBQUUsVUFBVTtRQUNqQixFQUFFLEVBQUUsTUFBTTtLQUNWO0NBQ0QsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGlvblRva2VuIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBJTHVUcmFuc2xhdGlvbiB9IGZyb20gJ0BsdWNjYS1mcm9udC9uZy9jb3JlJztcblxuZXhwb3J0IGNvbnN0IExVX1VTRVJfU0VMRUNUX0lOUFVUX1RSQU5TTEFUSU9OUyA9IG5ldyBJbmplY3Rpb25Ub2tlbignTHVVc2VyU2VsZWN0VHJhbnNsYXRpb25zJywge1xuXHRmYWN0b3J5OiAoKSA9PiBsdVVzZXJTZWxlY3RJbnB1dFRyYW5zbGF0aW9ucyxcbn0pO1xuXG5leHBvcnQgaW50ZXJmYWNlIElMdVVzZXJTZWxlY3RJbnB1dExhYmVsIHtcblx0dXNlcnM6IHN0cmluZztcblx0bWU6IHN0cmluZztcbn1cblxuZXhwb3J0IGNvbnN0IGx1VXNlclNlbGVjdElucHV0VHJhbnNsYXRpb25zOiBJTHVUcmFuc2xhdGlvbjxJTHVVc2VyU2VsZWN0SW5wdXRMYWJlbD4gPSB7XG5cdGVuOiB7XG5cdFx0dXNlcnM6ICd1c2VycycsXG5cdFx0bWU6ICdNZTonLFxuXHR9LFxuXHRmcjoge1xuXHRcdHVzZXJzOiAndXRpbGlzYXRldXJzJyxcblx0XHRtZTogJ01vaSA6Jyxcblx0fSxcblx0ZXM6IHtcblx0XHR1c2VyczogJ2VtcGxlYWRvcycsXG5cdFx0bWU6ICdZbyA6Jyxcblx0fSxcblx0ZGU6IHtcblx0XHR1c2VyczogJ0JlbnV0emVyJyxcblx0XHRtZTogJ0ljaDonLFxuXHR9LFxufTtcbiJdfQ==
6
+ export const luUserSelectInputTranslations = Translations;
7
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXNlci1zZWxlY3QtaW5wdXQudHJhbnNsYXRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvdXNlci9zZWxlY3QvaW5wdXQvdXNlci1zZWxlY3QtaW5wdXQudHJhbnNsYXRlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFL0MsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBRTlDLE1BQU0sQ0FBQyxNQUFNLGlDQUFpQyxHQUFHLElBQUksY0FBYyxDQUFDLDBCQUEwQixFQUFFO0lBQy9GLE9BQU8sRUFBRSxHQUFHLEVBQUUsQ0FBQyw2QkFBNkI7Q0FDNUMsQ0FBQyxDQUFDO0FBT0gsTUFBTSxDQUFDLE1BQU0sNkJBQTZCLEdBQTJDLFlBQVksQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGlvblRva2VuIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBMdVRyYW5zbGF0aW9uIH0gZnJvbSAnQGx1Y2NhLWZyb250L25nL2NvcmUnO1xuaW1wb3J0IHsgVHJhbnNsYXRpb25zIH0gZnJvbSAnLi90cmFuc2xhdGlvbnMnO1xuXG5leHBvcnQgY29uc3QgTFVfVVNFUl9TRUxFQ1RfSU5QVVRfVFJBTlNMQVRJT05TID0gbmV3IEluamVjdGlvblRva2VuKCdMdVVzZXJTZWxlY3RUcmFuc2xhdGlvbnMnLCB7XG5cdGZhY3Rvcnk6ICgpID0+IGx1VXNlclNlbGVjdElucHV0VHJhbnNsYXRpb25zLFxufSk7XG5cbmV4cG9ydCBpbnRlcmZhY2UgSUx1VXNlclNlbGVjdElucHV0TGFiZWwge1xuXHR1c2Vyczogc3RyaW5nO1xuXHRtZTogc3RyaW5nO1xufVxuXG5leHBvcnQgY29uc3QgbHVVc2VyU2VsZWN0SW5wdXRUcmFuc2xhdGlvbnM6IEx1VHJhbnNsYXRpb248SUx1VXNlclNlbGVjdElucHV0TGFiZWw+ID0gVHJhbnNsYXRpb25zO1xuIl19
@@ -0,0 +1,27 @@
1
+ export const Translations = {
2
+ en: {
3
+ includeFormerEmployees: 'Include former employees',
4
+ },
5
+ de: {
6
+ includeFormerEmployees: 'Ausgeschiedene Mitarbeitende einbeziehen ',
7
+ },
8
+ fr: {
9
+ includeFormerEmployees: 'Inclure les salariés partis',
10
+ },
11
+ it: {
12
+ includeFormerEmployees: 'Includere gli ex dipendenti',
13
+ },
14
+ nl: {
15
+ includeFormerEmployees: 'Inclusief medewerkers die zijn vertrokken',
16
+ },
17
+ 'nl-BE': {
18
+ includeFormerEmployees: 'Inclusief medewerkers die zijn vertrokken',
19
+ },
20
+ es: {
21
+ includeFormerEmployees: 'Incluir a los antiguos empleados',
22
+ },
23
+ pt: {
24
+ includeFormerEmployees: 'Incluir os trabalhadores que saíram',
25
+ },
26
+ };
27
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNsYXRpb25zLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvdXNlci9zZWxlY3Qvc2VhcmNoZXIvdHJhbnNsYXRpb25zLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sQ0FBQyxNQUFNLFlBQVksR0FBRztJQUMzQixFQUFFLEVBQUU7UUFDSCxzQkFBc0IsRUFBRSwwQkFBMEI7S0FDbEQ7SUFDRCxFQUFFLEVBQUU7UUFDSCxzQkFBc0IsRUFBRSwyQ0FBMkM7S0FDbkU7SUFDRCxFQUFFLEVBQUU7UUFDSCxzQkFBc0IsRUFBRSw2QkFBNkI7S0FDckQ7SUFDRCxFQUFFLEVBQUU7UUFDSCxzQkFBc0IsRUFBRSw2QkFBNkI7S0FDckQ7SUFDRCxFQUFFLEVBQUU7UUFDSCxzQkFBc0IsRUFBRSwyQ0FBMkM7S0FDbkU7SUFDRCxPQUFPLEVBQUU7UUFDUixzQkFBc0IsRUFBRSwyQ0FBMkM7S0FDbkU7SUFDRCxFQUFFLEVBQUU7UUFDSCxzQkFBc0IsRUFBRSxrQ0FBa0M7S0FDMUQ7SUFDRCxFQUFFLEVBQUU7UUFDSCxzQkFBc0IsRUFBRSxxQ0FBcUM7S0FDN0Q7Q0FDRCxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGNvbnN0IFRyYW5zbGF0aW9ucyA9IHtcblx0ZW46IHtcblx0XHRpbmNsdWRlRm9ybWVyRW1wbG95ZWVzOiAnSW5jbHVkZSBmb3JtZXIgZW1wbG95ZWVzJyxcblx0fSxcblx0ZGU6IHtcblx0XHRpbmNsdWRlRm9ybWVyRW1wbG95ZWVzOiAnQXVzZ2VzY2hpZWRlbmUgTWl0YXJiZWl0ZW5kZSBlaW5iZXppZWhlbiAnLFxuXHR9LFxuXHRmcjoge1xuXHRcdGluY2x1ZGVGb3JtZXJFbXBsb3llZXM6ICdJbmNsdXJlIGxlcyBzYWxhcmnDqXMgcGFydGlzJyxcblx0fSxcblx0aXQ6IHtcblx0XHRpbmNsdWRlRm9ybWVyRW1wbG95ZWVzOiAnSW5jbHVkZXJlIGdsaSBleCBkaXBlbmRlbnRpJyxcblx0fSxcblx0bmw6IHtcblx0XHRpbmNsdWRlRm9ybWVyRW1wbG95ZWVzOiAnSW5jbHVzaWVmIG1lZGV3ZXJrZXJzIGRpZSB6aWpuIHZlcnRyb2trZW4nLFxuXHR9LFxuXHQnbmwtQkUnOiB7XG5cdFx0aW5jbHVkZUZvcm1lckVtcGxveWVlczogJ0luY2x1c2llZiBtZWRld2Vya2VycyBkaWUgemlqbiB2ZXJ0cm9ra2VuJyxcblx0fSxcblx0ZXM6IHtcblx0XHRpbmNsdWRlRm9ybWVyRW1wbG95ZWVzOiAnSW5jbHVpciBhIGxvcyBhbnRpZ3VvcyBlbXBsZWFkb3MnLFxuXHR9LFxuXHRwdDoge1xuXHRcdGluY2x1ZGVGb3JtZXJFbXBsb3llZXM6ICdJbmNsdWlyIG9zIHRyYWJhbGhhZG9yZXMgcXVlIHNhw61yYW0nLFxuXHR9LFxufTtcbiJdfQ==
@@ -1,19 +1,7 @@
1
1
  import { InjectionToken } from '@angular/core';
2
+ import { Translations } from './translations';
2
3
  export const LU_USER_SEARCHER_TRANSLATIONS = new InjectionToken('LuUserSearcherTranslations', {
3
4
  factory: () => luUserSearcherTranslations,
4
5
  });
5
- export const luUserSearcherTranslations = {
6
- en: {
7
- includeFormerEmployees: 'Include former employees',
8
- },
9
- fr: {
10
- includeFormerEmployees: 'Inclure les salariés partis',
11
- },
12
- es: {
13
- includeFormerEmployees: 'Incluir a los antiguos empleados',
14
- },
15
- de: {
16
- includeFormerEmployees: 'Ehemalige Mitarbeiter einbeziehen',
17
- },
18
- };
19
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXNlci1zZWFyY2hlci50cmFuc2xhdGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy91c2VyL3NlbGVjdC9zZWFyY2hlci91c2VyLXNlYXJjaGVyLnRyYW5zbGF0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRy9DLE1BQU0sQ0FBQyxNQUFNLDZCQUE2QixHQUFHLElBQUksY0FBYyxDQUFDLDRCQUE0QixFQUFFO0lBQzdGLE9BQU8sRUFBRSxHQUFHLEVBQUUsQ0FBQywwQkFBMEI7Q0FDekMsQ0FBQyxDQUFDO0FBTUgsTUFBTSxDQUFDLE1BQU0sMEJBQTBCLEdBQXlDO0lBQy9FLEVBQUUsRUFBRTtRQUNILHNCQUFzQixFQUFFLDBCQUEwQjtLQUNsRDtJQUNELEVBQUUsRUFBRTtRQUNILHNCQUFzQixFQUFFLDZCQUE2QjtLQUNyRDtJQUNELEVBQUUsRUFBRTtRQUNILHNCQUFzQixFQUFFLGtDQUFrQztLQUMxRDtJQUNELEVBQUUsRUFBRTtRQUNILHNCQUFzQixFQUFFLG1DQUFtQztLQUMzRDtDQUNELENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3Rpb25Ub2tlbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSUx1VHJhbnNsYXRpb24gfSBmcm9tICdAbHVjY2EtZnJvbnQvbmcvY29yZSc7XG5cbmV4cG9ydCBjb25zdCBMVV9VU0VSX1NFQVJDSEVSX1RSQU5TTEFUSU9OUyA9IG5ldyBJbmplY3Rpb25Ub2tlbignTHVVc2VyU2VhcmNoZXJUcmFuc2xhdGlvbnMnLCB7XG5cdGZhY3Rvcnk6ICgpID0+IGx1VXNlclNlYXJjaGVyVHJhbnNsYXRpb25zLFxufSk7XG5cbmV4cG9ydCBpbnRlcmZhY2UgSUx1VXNlclNlYXJjaGVyTGFiZWwge1xuXHRpbmNsdWRlRm9ybWVyRW1wbG95ZWVzOiBzdHJpbmc7XG59XG5cbmV4cG9ydCBjb25zdCBsdVVzZXJTZWFyY2hlclRyYW5zbGF0aW9uczogSUx1VHJhbnNsYXRpb248SUx1VXNlclNlYXJjaGVyTGFiZWw+ID0ge1xuXHRlbjoge1xuXHRcdGluY2x1ZGVGb3JtZXJFbXBsb3llZXM6ICdJbmNsdWRlIGZvcm1lciBlbXBsb3llZXMnLFxuXHR9LFxuXHRmcjoge1xuXHRcdGluY2x1ZGVGb3JtZXJFbXBsb3llZXM6ICdJbmNsdXJlIGxlcyBzYWxhcmnDqXMgcGFydGlzJyxcblx0fSxcblx0ZXM6IHtcblx0XHRpbmNsdWRlRm9ybWVyRW1wbG95ZWVzOiAnSW5jbHVpciBhIGxvcyBhbnRpZ3VvcyBlbXBsZWFkb3MnLFxuXHR9LFxuXHRkZToge1xuXHRcdGluY2x1ZGVGb3JtZXJFbXBsb3llZXM6ICdFaGVtYWxpZ2UgTWl0YXJiZWl0ZXIgZWluYmV6aWVoZW4nLFxuXHR9LFxufTtcbiJdfQ==
6
+ export const luUserSearcherTranslations = Translations;
7
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXNlci1zZWFyY2hlci50cmFuc2xhdGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy91c2VyL3NlbGVjdC9zZWFyY2hlci91c2VyLXNlYXJjaGVyLnRyYW5zbGF0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRS9DLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUU5QyxNQUFNLENBQUMsTUFBTSw2QkFBNkIsR0FBRyxJQUFJLGNBQWMsQ0FBQyw0QkFBNEIsRUFBRTtJQUM3RixPQUFPLEVBQUUsR0FBRyxFQUFFLENBQUMsMEJBQTBCO0NBQ3pDLENBQUMsQ0FBQztBQU1ILE1BQU0sQ0FBQyxNQUFNLDBCQUEwQixHQUF3QyxZQUFZLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3Rpb25Ub2tlbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTHVUcmFuc2xhdGlvbiB9IGZyb20gJ0BsdWNjYS1mcm9udC9uZy9jb3JlJztcbmltcG9ydCB7IFRyYW5zbGF0aW9ucyB9IGZyb20gJy4vdHJhbnNsYXRpb25zJztcblxuZXhwb3J0IGNvbnN0IExVX1VTRVJfU0VBUkNIRVJfVFJBTlNMQVRJT05TID0gbmV3IEluamVjdGlvblRva2VuKCdMdVVzZXJTZWFyY2hlclRyYW5zbGF0aW9ucycsIHtcblx0ZmFjdG9yeTogKCkgPT4gbHVVc2VyU2VhcmNoZXJUcmFuc2xhdGlvbnMsXG59KTtcblxuZXhwb3J0IGludGVyZmFjZSBJTHVVc2VyU2VhcmNoZXJMYWJlbCB7XG5cdGluY2x1ZGVGb3JtZXJFbXBsb3llZXM6IHN0cmluZztcbn1cblxuZXhwb3J0IGNvbnN0IGx1VXNlclNlYXJjaGVyVHJhbnNsYXRpb25zOiBMdVRyYW5zbGF0aW9uPElMdVVzZXJTZWFyY2hlckxhYmVsPiA9IFRyYW5zbGF0aW9ucztcbiJdfQ==
@@ -48,11 +48,11 @@ export class LuUserTileComponent {
48
48
  return this._role;
49
49
  }
50
50
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: LuUserTileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
51
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: LuUserTileComponent, selector: "lu-user-tile", inputs: { user: "user", displayFormat: "displayFormat", role: "role" }, ngImport: i0, template: "<lu-user-picture [user]=\"user\" [displayFormat]=\"displayPictureFormat\"></lu-user-picture>\n<div class=\"user-info\">\n\t<div class=\"user-tile-label\">{{ role ? role : user?.jobTitle }}</div>\n\t<div class=\"user-tile-title\">{{ user | luUserDisplay: displayFormat }}</div>\n\t<div class=\"user-tile-footnote\"><ng-content></ng-content></div>\n</div>\n", styles: [":root{--components-options-item-padding-vertical: var(--pr-t-spacings-50);--components-options-item-padding-horizontal: var(--pr-t-spacings-100);--components-options-item-multiple-padding: 2.25rem;--components-options-item-icon-color: var(--palettes-neutral-800);--components-options-checkbox-size: 1.25rem;--components-options-checkbox-color: var(--palettes-product-700);--components-options-checkbox-border-radius: 6px;--components-options-checkbox-border-color: var(--palettes-neutral-700);--components-options-establishment-multiple-padding: 2rem}:host{--components-userPicture-XS-image: 1.5rem;--components-userPicture-XS-fontSize: .75rem;--components-userPicture-XS-placeholder: .75rem;--components-userPicture-S-image: 2rem;--components-userPicture-S-fontSize: .875rem;--components-userPicture-S-placeholder: 1rem;--components-userPicture-M-image: 2.5rem;--components-userPicture-M-fontSize: 1rem;--components-userPicture-M-placeholder: 1.25rem;--components-userPicture-L-image: 3rem;--components-userPicture-L-fontSize: 1.125rem;--components-userPicture-L-placeholder: 1.5rem;--components-userPicture-XL-image: 4rem;--components-userPicture-XL-fontSize: 1.25rem;--components-userPicture-XL-placeholder: 2rem;--components-userPicture-XXL-image: 5rem;--components-userPicture-XXL-fontSize: 1.5rem;--components-userPicture-XXL-placeholder: 2.25rem;--components-userPicture-XXXL-image: 6rem;--components-userPicture-XXXL-fontSize: 1.75rem;--components-userPicture-XXXL-placeholder: 2.5rem;--components-userPicture-XXS-image: 1rem;--components-userPicture-XXS-fontSize: .5625rem;display:flex;align-items:center;padding:var(--pr-t-spacings-100);gap:var(--pr-t-spacings-100)}:host .user-tile-title{font-size:var(--sizes-M-fontSize);line-height:var(--sizes-M-lineHeight);font-weight:600;margin:0}:host .user-tile-label{font-size:var(--sizes-S-fontSize);line-height:var(--sizes-XS-lineHeight);color:var(--palettes-neutral-600)}:host .user-tile-footnote{font-size:var(--sizes-S-fontSize);line-height:var(--sizes-S-lineHeight)}:host .user-info{margin:auto 0}:host.mod-wordBreak{word-break:break-all}:host.mod-nameOnly .user-tile-label,:host.mod-nameOnly .user-tile-footnote{display:none}:host.mod-vertical{flex-direction:column}:host.mod-vertical lu-user-picture{margin-right:0;margin-bottom:.8em}:host.mod-vertical .user-info{text-align:center}:host.mod-XXS{--components-user-picture-image-size: var(--components-userPicture-XXS-image);--components-user-picture-font-size: var(--components-userPicture-XXS-fontSize)}:host.mod-XS{--components-user-picture-image-size: var(--components-userPicture-XS-image);--components-user-picture-font-size: var(--components-userPicture-XS-fontSize)}:host.mod-S{--components-user-picture-image-size: var(--components-userPicture-S-image);--components-user-picture-font-size: var(--components-userPicture-S-fontSize)}:host.mod-L{--components-user-picture-image-size: var(--components-userPicture-L-image);--components-user-picture-font-size: var(--components-userPicture-L-fontSize)}:host.mod-XL{--components-user-picture-image-size: var(--components-userPicture-XL-image);--components-user-picture-font-size: var(--components-userPicture-XL-fontSize)}:host.mod-XXL{--components-user-picture-image-size: var(--components-userPicture-XXL-image);--components-user-picture-font-size: var(--components-userPicture-XXL-fontSize)}:host.mod-XXXL{--components-user-picture-image-size: var(--components-userPicture-XXXL-image);--components-user-picture-font-size: var(--components-userPicture-XXXL-fontSize)}\n"], dependencies: [{ kind: "component", type: i1.LuUserPictureComponent, selector: "lu-user-picture", inputs: ["displayFormat", "imageLoadingAttribute", "user"] }, { kind: "pipe", type: i2.LuUserDisplayPipe, name: "luUserDisplay" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
51
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: LuUserTileComponent, selector: "lu-user-tile", inputs: { user: "user", displayFormat: "displayFormat", role: "role" }, ngImport: i0, template: "<lu-user-picture [user]=\"user\" [displayFormat]=\"displayPictureFormat\"></lu-user-picture>\n<div class=\"user-info\">\n\t<div class=\"user-tile-label\">{{ role ? role : user?.jobTitle }}</div>\n\t<div class=\"user-tile-title\">{{ user | luUserDisplay: displayFormat }}</div>\n\t<div class=\"user-tile-footnote\"><ng-content></ng-content></div>\n</div>\n", styles: [":root{--components-options-item-padding-vertical: var(--pr-t-spacings-50);--components-options-item-padding-horizontal: var(--pr-t-spacings-100);--components-options-item-multiple-padding: 2.25rem;--components-options-item-icon-color: var(--palettes-neutral-800);--components-options-checkbox-size: 1.25rem;--components-options-checkbox-color: var(--palettes-product-700);--components-options-checkbox-border-radius: 6px;--components-options-checkbox-border-color: var(--palettes-neutral-700);--components-options-establishment-multiple-padding: 2rem}:host{--components-userPicture-XS-image: 1.5rem;--components-userPicture-XS-fontSize: .75rem;--components-userPicture-XS-placeholder: .75rem;--components-userPicture-S-image: 2rem;--components-userPicture-S-fontSize: .875rem;--components-userPicture-S-placeholder: 1rem;--components-userPicture-M-image: 2.5rem;--components-userPicture-M-fontSize: 1rem;--components-userPicture-M-placeholder: 1.25rem;--components-userPicture-L-image: 3rem;--components-userPicture-L-fontSize: 1.125rem;--components-userPicture-L-placeholder: 1.5rem;--components-userPicture-XL-image: 4rem;--components-userPicture-XL-fontSize: 1.25rem;--components-userPicture-XL-placeholder: 2rem;--components-userPicture-XXL-image: 5rem;--components-userPicture-XXL-fontSize: 1.5rem;--components-userPicture-XXL-placeholder: 2.25rem;--components-userPicture-XXXL-image: 6rem;--components-userPicture-XXXL-fontSize: 1.75rem;--components-userPicture-XXXL-placeholder: 2.5rem;--components-userPicture-XXS-image: 1rem;--components-userPicture-XXS-fontSize: .5625rem;display:flex;align-items:center;padding:var(--pr-t-spacings-100);gap:var(--pr-t-spacings-100)}:host .user-tile-title{font-size:var(--sizes-M-fontSize);line-height:var(--sizes-M-lineHeight);font-weight:600;margin:0}:host .user-tile-label{font-size:var(--sizes-S-fontSize);line-height:var(--sizes-XS-lineHeight);color:var(--palettes-neutral-600)}:host .user-tile-footnote{font-size:var(--sizes-S-fontSize);line-height:var(--sizes-S-lineHeight)}:host .user-info{margin:auto 0}:host.mod-wordBreak{overflow-wrap:break-word}:host.mod-nameOnly .user-tile-label,:host.mod-nameOnly .user-tile-footnote{display:none}:host.mod-vertical{flex-direction:column}:host.mod-vertical lu-user-picture{margin-right:0;margin-bottom:.8em}:host.mod-vertical .user-info{text-align:center}:host.mod-XXS{--components-user-picture-image-size: var(--components-userPicture-XXS-image);--components-user-picture-font-size: var(--components-userPicture-XXS-fontSize)}:host.mod-XS{--components-user-picture-image-size: var(--components-userPicture-XS-image);--components-user-picture-font-size: var(--components-userPicture-XS-fontSize)}:host.mod-S{--components-user-picture-image-size: var(--components-userPicture-S-image);--components-user-picture-font-size: var(--components-userPicture-S-fontSize)}:host.mod-L{--components-user-picture-image-size: var(--components-userPicture-L-image);--components-user-picture-font-size: var(--components-userPicture-L-fontSize)}:host.mod-XL{--components-user-picture-image-size: var(--components-userPicture-XL-image);--components-user-picture-font-size: var(--components-userPicture-XL-fontSize)}:host.mod-XXL{--components-user-picture-image-size: var(--components-userPicture-XXL-image);--components-user-picture-font-size: var(--components-userPicture-XXL-fontSize)}:host.mod-XXXL{--components-user-picture-image-size: var(--components-userPicture-XXXL-image);--components-user-picture-font-size: var(--components-userPicture-XXXL-fontSize)}\n"], dependencies: [{ kind: "component", type: i1.LuUserPictureComponent, selector: "lu-user-picture", inputs: ["displayFormat", "imageLoadingAttribute", "user"] }, { kind: "pipe", type: i2.LuUserDisplayPipe, name: "luUserDisplay" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
52
52
  }
53
53
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: LuUserTileComponent, decorators: [{
54
54
  type: Component,
55
- args: [{ selector: 'lu-user-tile', changeDetection: ChangeDetectionStrategy.OnPush, template: "<lu-user-picture [user]=\"user\" [displayFormat]=\"displayPictureFormat\"></lu-user-picture>\n<div class=\"user-info\">\n\t<div class=\"user-tile-label\">{{ role ? role : user?.jobTitle }}</div>\n\t<div class=\"user-tile-title\">{{ user | luUserDisplay: displayFormat }}</div>\n\t<div class=\"user-tile-footnote\"><ng-content></ng-content></div>\n</div>\n", styles: [":root{--components-options-item-padding-vertical: var(--pr-t-spacings-50);--components-options-item-padding-horizontal: var(--pr-t-spacings-100);--components-options-item-multiple-padding: 2.25rem;--components-options-item-icon-color: var(--palettes-neutral-800);--components-options-checkbox-size: 1.25rem;--components-options-checkbox-color: var(--palettes-product-700);--components-options-checkbox-border-radius: 6px;--components-options-checkbox-border-color: var(--palettes-neutral-700);--components-options-establishment-multiple-padding: 2rem}:host{--components-userPicture-XS-image: 1.5rem;--components-userPicture-XS-fontSize: .75rem;--components-userPicture-XS-placeholder: .75rem;--components-userPicture-S-image: 2rem;--components-userPicture-S-fontSize: .875rem;--components-userPicture-S-placeholder: 1rem;--components-userPicture-M-image: 2.5rem;--components-userPicture-M-fontSize: 1rem;--components-userPicture-M-placeholder: 1.25rem;--components-userPicture-L-image: 3rem;--components-userPicture-L-fontSize: 1.125rem;--components-userPicture-L-placeholder: 1.5rem;--components-userPicture-XL-image: 4rem;--components-userPicture-XL-fontSize: 1.25rem;--components-userPicture-XL-placeholder: 2rem;--components-userPicture-XXL-image: 5rem;--components-userPicture-XXL-fontSize: 1.5rem;--components-userPicture-XXL-placeholder: 2.25rem;--components-userPicture-XXXL-image: 6rem;--components-userPicture-XXXL-fontSize: 1.75rem;--components-userPicture-XXXL-placeholder: 2.5rem;--components-userPicture-XXS-image: 1rem;--components-userPicture-XXS-fontSize: .5625rem;display:flex;align-items:center;padding:var(--pr-t-spacings-100);gap:var(--pr-t-spacings-100)}:host .user-tile-title{font-size:var(--sizes-M-fontSize);line-height:var(--sizes-M-lineHeight);font-weight:600;margin:0}:host .user-tile-label{font-size:var(--sizes-S-fontSize);line-height:var(--sizes-XS-lineHeight);color:var(--palettes-neutral-600)}:host .user-tile-footnote{font-size:var(--sizes-S-fontSize);line-height:var(--sizes-S-lineHeight)}:host .user-info{margin:auto 0}:host.mod-wordBreak{word-break:break-all}:host.mod-nameOnly .user-tile-label,:host.mod-nameOnly .user-tile-footnote{display:none}:host.mod-vertical{flex-direction:column}:host.mod-vertical lu-user-picture{margin-right:0;margin-bottom:.8em}:host.mod-vertical .user-info{text-align:center}:host.mod-XXS{--components-user-picture-image-size: var(--components-userPicture-XXS-image);--components-user-picture-font-size: var(--components-userPicture-XXS-fontSize)}:host.mod-XS{--components-user-picture-image-size: var(--components-userPicture-XS-image);--components-user-picture-font-size: var(--components-userPicture-XS-fontSize)}:host.mod-S{--components-user-picture-image-size: var(--components-userPicture-S-image);--components-user-picture-font-size: var(--components-userPicture-S-fontSize)}:host.mod-L{--components-user-picture-image-size: var(--components-userPicture-L-image);--components-user-picture-font-size: var(--components-userPicture-L-fontSize)}:host.mod-XL{--components-user-picture-image-size: var(--components-userPicture-XL-image);--components-user-picture-font-size: var(--components-userPicture-XL-fontSize)}:host.mod-XXL{--components-user-picture-image-size: var(--components-userPicture-XXL-image);--components-user-picture-font-size: var(--components-userPicture-XXL-fontSize)}:host.mod-XXXL{--components-user-picture-image-size: var(--components-userPicture-XXXL-image);--components-user-picture-font-size: var(--components-userPicture-XXXL-fontSize)}\n"] }]
55
+ args: [{ selector: 'lu-user-tile', changeDetection: ChangeDetectionStrategy.OnPush, template: "<lu-user-picture [user]=\"user\" [displayFormat]=\"displayPictureFormat\"></lu-user-picture>\n<div class=\"user-info\">\n\t<div class=\"user-tile-label\">{{ role ? role : user?.jobTitle }}</div>\n\t<div class=\"user-tile-title\">{{ user | luUserDisplay: displayFormat }}</div>\n\t<div class=\"user-tile-footnote\"><ng-content></ng-content></div>\n</div>\n", styles: [":root{--components-options-item-padding-vertical: var(--pr-t-spacings-50);--components-options-item-padding-horizontal: var(--pr-t-spacings-100);--components-options-item-multiple-padding: 2.25rem;--components-options-item-icon-color: var(--palettes-neutral-800);--components-options-checkbox-size: 1.25rem;--components-options-checkbox-color: var(--palettes-product-700);--components-options-checkbox-border-radius: 6px;--components-options-checkbox-border-color: var(--palettes-neutral-700);--components-options-establishment-multiple-padding: 2rem}:host{--components-userPicture-XS-image: 1.5rem;--components-userPicture-XS-fontSize: .75rem;--components-userPicture-XS-placeholder: .75rem;--components-userPicture-S-image: 2rem;--components-userPicture-S-fontSize: .875rem;--components-userPicture-S-placeholder: 1rem;--components-userPicture-M-image: 2.5rem;--components-userPicture-M-fontSize: 1rem;--components-userPicture-M-placeholder: 1.25rem;--components-userPicture-L-image: 3rem;--components-userPicture-L-fontSize: 1.125rem;--components-userPicture-L-placeholder: 1.5rem;--components-userPicture-XL-image: 4rem;--components-userPicture-XL-fontSize: 1.25rem;--components-userPicture-XL-placeholder: 2rem;--components-userPicture-XXL-image: 5rem;--components-userPicture-XXL-fontSize: 1.5rem;--components-userPicture-XXL-placeholder: 2.25rem;--components-userPicture-XXXL-image: 6rem;--components-userPicture-XXXL-fontSize: 1.75rem;--components-userPicture-XXXL-placeholder: 2.5rem;--components-userPicture-XXS-image: 1rem;--components-userPicture-XXS-fontSize: .5625rem;display:flex;align-items:center;padding:var(--pr-t-spacings-100);gap:var(--pr-t-spacings-100)}:host .user-tile-title{font-size:var(--sizes-M-fontSize);line-height:var(--sizes-M-lineHeight);font-weight:600;margin:0}:host .user-tile-label{font-size:var(--sizes-S-fontSize);line-height:var(--sizes-XS-lineHeight);color:var(--palettes-neutral-600)}:host .user-tile-footnote{font-size:var(--sizes-S-fontSize);line-height:var(--sizes-S-lineHeight)}:host .user-info{margin:auto 0}:host.mod-wordBreak{overflow-wrap:break-word}:host.mod-nameOnly .user-tile-label,:host.mod-nameOnly .user-tile-footnote{display:none}:host.mod-vertical{flex-direction:column}:host.mod-vertical lu-user-picture{margin-right:0;margin-bottom:.8em}:host.mod-vertical .user-info{text-align:center}:host.mod-XXS{--components-user-picture-image-size: var(--components-userPicture-XXS-image);--components-user-picture-font-size: var(--components-userPicture-XXS-fontSize)}:host.mod-XS{--components-user-picture-image-size: var(--components-userPicture-XS-image);--components-user-picture-font-size: var(--components-userPicture-XS-fontSize)}:host.mod-S{--components-user-picture-image-size: var(--components-userPicture-S-image);--components-user-picture-font-size: var(--components-userPicture-S-fontSize)}:host.mod-L{--components-user-picture-image-size: var(--components-userPicture-L-image);--components-user-picture-font-size: var(--components-userPicture-L-fontSize)}:host.mod-XL{--components-user-picture-image-size: var(--components-userPicture-XL-image);--components-user-picture-font-size: var(--components-userPicture-XL-fontSize)}:host.mod-XXL{--components-user-picture-image-size: var(--components-userPicture-XXL-image);--components-user-picture-font-size: var(--components-userPicture-XXL-fontSize)}:host.mod-XXXL{--components-user-picture-image-size: var(--components-userPicture-XXXL-image);--components-user-picture-font-size: var(--components-userPicture-XXXL-fontSize)}\n"] }]
56
56
  }], propDecorators: { user: [{
57
57
  type: Input
58
58
  }], displayFormat: [{
@@ -1,7 +1,7 @@
1
1
  import { InjectionToken } from '@angular/core';
2
- import { ILuTranslation } from '@lucca-front/ng/core';
3
- export declare const LU_ESTABLISHMENT_SELECT_INPUT_TRANSLATIONS: InjectionToken<ILuTranslation<ILuEstablishmentSelectInputLabel>>;
2
+ import { LuTranslation } from '@lucca-front/ng/core';
3
+ export declare const LU_ESTABLISHMENT_SELECT_INPUT_TRANSLATIONS: InjectionToken<LuTranslation<ILuEstablishmentSelectInputLabel>>;
4
4
  export interface ILuEstablishmentSelectInputLabel {
5
5
  establishments: string;
6
6
  }
7
- export declare const luEstablishmentSelectInputTranslations: ILuTranslation<ILuEstablishmentSelectInputLabel>;
7
+ export declare const luEstablishmentSelectInputTranslations: LuTranslation<ILuEstablishmentSelectInputLabel>;
@@ -0,0 +1,26 @@
1
+ export declare const Translations: {
2
+ en: {
3
+ establishments: string;
4
+ };
5
+ de: {
6
+ establishments: string;
7
+ };
8
+ fr: {
9
+ establishments: string;
10
+ };
11
+ it: {
12
+ establishments: string;
13
+ };
14
+ nl: {
15
+ establishments: string;
16
+ };
17
+ 'nl-BE': {
18
+ establishments: string;
19
+ };
20
+ es: {
21
+ establishments: string;
22
+ };
23
+ pt: {
24
+ establishments: string;
25
+ };
26
+ };
@@ -1,3 +1,2 @@
1
1
  export * from './establishment-select-all.component';
2
- export * from './establishment-select-all.translate';
3
2
  export * from './establishment-select-all.module';