@lucca-front/ng 15.2.4 → 15.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (282) hide show
  1. package/esm2020/a11y/lib/skip-links/skip-links.component.mjs +3 -3
  2. package/esm2020/api/lib/api.module.mjs +4 -4
  3. package/esm2020/api/lib/select/api-select.module.mjs +4 -4
  4. package/esm2020/api/lib/select/feeder/api-feeder.component.mjs +3 -3
  5. package/esm2020/api/lib/select/feeder/api-feeder.module.mjs +4 -4
  6. package/esm2020/api/lib/select/input/api-select-input.component.mjs +6 -6
  7. package/esm2020/api/lib/select/input/api-select-input.module.mjs +4 -4
  8. package/esm2020/api/lib/select/pager/api-pager.component.mjs +3 -3
  9. package/esm2020/api/lib/select/pager/api-pager.module.mjs +4 -4
  10. package/esm2020/api/lib/select/searcher/api-searcher.component.mjs +6 -6
  11. package/esm2020/api/lib/select/searcher/api-searcher.module.mjs +4 -4
  12. package/esm2020/api/lib/service/api-hybrid.service.mjs +3 -3
  13. package/esm2020/api/lib/service/api-v3.service.mjs +3 -3
  14. package/esm2020/api/lib/service/api-v4.service.mjs +3 -3
  15. package/esm2020/core/lib/date/native/native-date.adapter.mjs +3 -3
  16. package/esm2020/core/lib/date/string/string-date.adapter.mjs +3 -3
  17. package/esm2020/date/lib/adapter/date-adapter.module.mjs +4 -4
  18. package/esm2020/date/lib/adapter/date-adapter.pipe.mjs +3 -3
  19. package/esm2020/date/lib/calendar/calendar-input.component.mjs +3 -3
  20. package/esm2020/date/lib/calendar/calendar-input.module.mjs +4 -4
  21. package/esm2020/date/lib/calendar/calendar-item.factory.mjs +3 -3
  22. package/esm2020/date/lib/date.module.mjs +4 -4
  23. package/esm2020/date/lib/input/date-input.directive.mjs +3 -3
  24. package/esm2020/date/lib/input/date-input.module.mjs +4 -4
  25. package/esm2020/date/lib/picker/date-picker.component.mjs +3 -3
  26. package/esm2020/date/lib/picker/date-picker.module.mjs +4 -4
  27. package/esm2020/date/lib/select/date-select-input.component.mjs +6 -6
  28. package/esm2020/date/lib/select/date-select-input.module.mjs +4 -4
  29. package/esm2020/department/lib/department.module.mjs +4 -4
  30. package/esm2020/department/lib/select/department-select.module.mjs +4 -4
  31. package/esm2020/department/lib/select/feeder/department-feeder.component.mjs +3 -3
  32. package/esm2020/department/lib/select/feeder/department-feeder.module.mjs +4 -4
  33. package/esm2020/department/lib/select/input/department-select-input.component.mjs +6 -6
  34. package/esm2020/department/lib/select/input/department-select-input.module.mjs +4 -4
  35. package/esm2020/department/lib/service/department-v3.service.mjs +3 -3
  36. package/esm2020/dropdown/lib/dropdown.module.mjs +4 -4
  37. package/esm2020/dropdown/lib/item/dropdown-item.directive.mjs +3 -3
  38. package/esm2020/dropdown/lib/item/dropdown-item.module.mjs +4 -4
  39. package/esm2020/dropdown/lib/panel/dropdown-panel.component.mjs +3 -3
  40. package/esm2020/dropdown/lib/panel/dropdown-panel.module.mjs +4 -4
  41. package/esm2020/dropdown/lib/trigger/dropdown-trigger.directive.mjs +3 -3
  42. package/esm2020/dropdown/lib/trigger/dropdown-trigger.module.mjs +4 -4
  43. package/esm2020/establishment/lib/establishment.module.mjs +4 -4
  44. package/esm2020/establishment/lib/select/establishment-select.module.mjs +4 -4
  45. package/esm2020/establishment/lib/select/for-legal-units/for-legal-units.directive.mjs +3 -3
  46. package/esm2020/establishment/lib/select/for-legal-units/for-legal-units.module.mjs +4 -4
  47. package/esm2020/establishment/lib/select/input/establishment-select-input.component.mjs +6 -6
  48. package/esm2020/establishment/lib/select/input/establishment-select-input.module.mjs +4 -4
  49. package/esm2020/establishment/lib/select/legal-unit-selector/legal-unit-selector.directive.mjs +3 -3
  50. package/esm2020/establishment/lib/select/legal-unit-selector/legal-unit-selector.module.mjs +4 -4
  51. package/esm2020/establishment/lib/select/searcher/establishment-searcher.component.mjs +3 -3
  52. package/esm2020/establishment/lib/select/searcher/establishment-searcher.module.mjs +4 -4
  53. package/esm2020/establishment/lib/select/select-all/establishment-select-all.component.mjs +3 -3
  54. package/esm2020/establishment/lib/select/select-all/establishment-select-all.module.mjs +4 -4
  55. package/esm2020/establishment/lib/service/establishment.service.mjs +3 -3
  56. package/esm2020/establishment/lib/service/legal-unit.service.mjs +3 -3
  57. package/esm2020/formly/lib/formly.module.mjs +4 -4
  58. package/esm2020/formly/lib/types/api.mjs +3 -3
  59. package/esm2020/formly/lib/types/checkbox.mjs +3 -3
  60. package/esm2020/formly/lib/types/date.mjs +3 -3
  61. package/esm2020/formly/lib/types/department.mjs +3 -3
  62. package/esm2020/formly/lib/types/establishment.mjs +3 -3
  63. package/esm2020/formly/lib/types/input.mjs +3 -3
  64. package/esm2020/formly/lib/types/qualification.mjs +3 -3
  65. package/esm2020/formly/lib/types/radios.mjs +3 -3
  66. package/esm2020/formly/lib/types/select.mjs +3 -3
  67. package/esm2020/formly/lib/types/textarea.mjs +3 -3
  68. package/esm2020/formly/lib/types/user.mjs +3 -3
  69. package/esm2020/formly/lib/wrappers/checkbox-layout.mjs +3 -3
  70. package/esm2020/formly/lib/wrappers/error.mjs +6 -6
  71. package/esm2020/formly/lib/wrappers/helper.mjs +3 -3
  72. package/esm2020/formly/lib/wrappers/icon.mjs +3 -3
  73. package/esm2020/formly/lib/wrappers/radiosfield-layout.mjs +3 -3
  74. package/esm2020/formly/lib/wrappers/suffix.mjs +3 -3
  75. package/esm2020/formly/lib/wrappers/textfield-layout.mjs +3 -3
  76. package/esm2020/input/lib/clearer/clearer.component.mjs +3 -3
  77. package/esm2020/input/lib/clearer/clearer.module.mjs +4 -4
  78. package/esm2020/input/lib/displayer/input-displayer.directive.mjs +3 -3
  79. package/esm2020/input/lib/displayer/input-displayer.module.mjs +4 -4
  80. package/esm2020/input/lib/input.directive.mjs +3 -3
  81. package/esm2020/input/lib/input.module.mjs +4 -4
  82. package/esm2020/material/lib/module.mjs +4 -4
  83. package/esm2020/modal/lib/modal-panel.component.mjs +9 -9
  84. package/esm2020/modal/lib/modal-ref.factory.mjs +4 -4
  85. package/esm2020/modal/lib/modal-ref.model.mjs +1 -1
  86. package/esm2020/modal/lib/modal.model.mjs +1 -1
  87. package/esm2020/modal/lib/modal.module.mjs +4 -4
  88. package/esm2020/modal/lib/modal.service.mjs +4 -4
  89. package/esm2020/number/lib/number.module.mjs +4 -4
  90. package/esm2020/number/lib/number.pipe.mjs +3 -3
  91. package/esm2020/option/lib/item/option-item.component.mjs +3 -3
  92. package/esm2020/option/lib/item/option-item.module.mjs +4 -4
  93. package/esm2020/option/lib/item/tree-option-item.component.mjs +3 -3
  94. package/esm2020/option/lib/item/tree-option-item.module.mjs +4 -4
  95. package/esm2020/option/lib/operator/feeder/option-feeder.component.mjs +3 -3
  96. package/esm2020/option/lib/operator/feeder/option-feeder.module.mjs +4 -4
  97. package/esm2020/option/lib/operator/feeder/tree-option-feeder.component.mjs +3 -3
  98. package/esm2020/option/lib/operator/feeder/tree-option-feeder.module.mjs +4 -4
  99. package/esm2020/option/lib/operator/for-groups/for-groups.directive.mjs +3 -3
  100. package/esm2020/option/lib/operator/for-groups/for-groups.module.mjs +4 -4
  101. package/esm2020/option/lib/operator/for-options/for-options.directive.mjs +3 -3
  102. package/esm2020/option/lib/operator/for-options/for-options.module.mjs +4 -4
  103. package/esm2020/option/lib/operator/for-options/for-tree-options.directive.mjs +3 -3
  104. package/esm2020/option/lib/operator/for-options/for-tree-options.module.mjs +4 -4
  105. package/esm2020/option/lib/operator/option-operator.module.mjs +4 -4
  106. package/esm2020/option/lib/operator/pager/option-pager.component.mjs +3 -3
  107. package/esm2020/option/lib/operator/pager/option-pager.module.mjs +4 -4
  108. package/esm2020/option/lib/operator/pager/tree-option-pager.component.mjs +3 -3
  109. package/esm2020/option/lib/operator/pager/tree-option-pager.module.mjs +4 -4
  110. package/esm2020/option/lib/operator/searcher/option-searcher.component.mjs +3 -3
  111. package/esm2020/option/lib/operator/searcher/option-searcher.module.mjs +4 -4
  112. package/esm2020/option/lib/operator/searcher/tree-option-searcher.component.mjs +3 -3
  113. package/esm2020/option/lib/operator/searcher/tree-option-searcher.module.mjs +4 -4
  114. package/esm2020/option/lib/operator/tree-option-operator.module.mjs +4 -4
  115. package/esm2020/option/lib/option.module.mjs +4 -4
  116. package/esm2020/option/lib/picker/option-picker-advanced.component.mjs +6 -6
  117. package/esm2020/option/lib/picker/option-picker.component.mjs +6 -6
  118. package/esm2020/option/lib/picker/option-picker.module.mjs +4 -4
  119. package/esm2020/option/lib/picker/tree-option-picker-advanced.component.mjs +6 -6
  120. package/esm2020/option/lib/picker/tree-option-picker.component.mjs +6 -6
  121. package/esm2020/option/lib/picker/tree-option-picker.module.mjs +4 -4
  122. package/esm2020/option/lib/placeholder/option-placeholder.component.mjs +3 -3
  123. package/esm2020/option/lib/placeholder/option-placeholder.module.mjs +4 -4
  124. package/esm2020/option/lib/selector/all/select-all.component.mjs +3 -3
  125. package/esm2020/option/lib/selector/all/select-all.module.mjs +4 -4
  126. package/esm2020/option/lib/selector/all/tree-select-all.component.mjs +3 -3
  127. package/esm2020/option/lib/selector/all/tree-select-all.module.mjs +4 -4
  128. package/esm2020/option/lib/selector/option-selector.module.mjs +4 -4
  129. package/esm2020/option/lib/selector/tree-option-selector.module.mjs +4 -4
  130. package/esm2020/option/lib/tree-option.module.mjs +4 -4
  131. package/esm2020/popover/lib/panel/popover-panel.component.mjs +3 -3
  132. package/esm2020/popover/lib/panel/popover-panel.module.mjs +4 -4
  133. package/esm2020/popover/lib/popover.module.mjs +4 -4
  134. package/esm2020/popover/lib/target/popover-target.directive.mjs +3 -3
  135. package/esm2020/popover/lib/target/popover-target.module.mjs +4 -4
  136. package/esm2020/popover/lib/trigger/popover-trigger.directive.mjs +3 -3
  137. package/esm2020/popover/lib/trigger/popover-trigger.module.mjs +4 -4
  138. package/esm2020/popup/lib/popup-ref.factory.mjs +3 -3
  139. package/esm2020/popup/lib/popup-ref.model.mjs +1 -1
  140. package/esm2020/popup/lib/popup.module.mjs +4 -4
  141. package/esm2020/popup/lib/popup.service.mjs +4 -4
  142. package/esm2020/qualification/lib/qualification.module.mjs +4 -4
  143. package/esm2020/qualification/lib/select/input/qualification-select-input.component.mjs +6 -6
  144. package/esm2020/qualification/lib/select/input/qualification-select-input.module.mjs +4 -4
  145. package/esm2020/qualification/lib/select/qualification-select.module.mjs +4 -4
  146. package/esm2020/safe-content/lib/safe-content.module.mjs +4 -4
  147. package/esm2020/safe-content/lib/safe-html.pipe.mjs +3 -3
  148. package/esm2020/scroll/lib/scroll.directive.mjs +3 -3
  149. package/esm2020/scroll/lib/scroll.module.mjs +4 -4
  150. package/esm2020/select/lib/input/select-input.component.mjs +8 -8
  151. package/esm2020/select/lib/input/select-input.module.mjs +4 -4
  152. package/esm2020/select/lib/select.module.mjs +4 -4
  153. package/esm2020/sidepanel/lib/sidepanel.model.mjs +1 -1
  154. package/esm2020/sidepanel/lib/sidepanel.module.mjs +4 -4
  155. package/esm2020/sidepanel/lib/sidepanel.service.mjs +4 -4
  156. package/esm2020/simple-select/api/lib/api-v3.directive.mjs +3 -3
  157. package/esm2020/simple-select/api/lib/api-v4.directive.mjs +3 -3
  158. package/esm2020/simple-select/api/lib/api.directive.mjs +3 -3
  159. package/esm2020/simple-select/lib/input/panel-ref.factory.mjs +3 -3
  160. package/esm2020/simple-select/lib/input/select-input.component.mjs +6 -6
  161. package/esm2020/simple-select/lib/input/select-input.models.mjs +3 -3
  162. package/esm2020/simple-select/lib/option/default-option.component.mjs +3 -3
  163. package/esm2020/simple-select/lib/option/disabled.directive.mjs +3 -3
  164. package/esm2020/simple-select/lib/option/displayer.directive.mjs +3 -3
  165. package/esm2020/simple-select/lib/option/option-outlet.directive.mjs +3 -3
  166. package/esm2020/simple-select/lib/option/option.component.mjs +3 -3
  167. package/esm2020/simple-select/lib/option/option.directive.mjs +3 -3
  168. package/esm2020/simple-select/lib/panel/panel.component.mjs +3 -3
  169. package/esm2020/title/lib/title.module.mjs +4 -4
  170. package/esm2020/title/lib/title.service.mjs +3 -3
  171. package/esm2020/title/lib/title.strategy.mjs +3 -3
  172. package/esm2020/toast/toasts.component.mjs +3 -3
  173. package/esm2020/toast/toasts.module.mjs +4 -4
  174. package/esm2020/toast/toasts.service.mjs +3 -3
  175. package/esm2020/tooltip/lib/panel/tooltip-panel.component.mjs +3 -3
  176. package/esm2020/tooltip/lib/panel/tooltip-panel.module.mjs +4 -4
  177. package/esm2020/tooltip/lib/tooltip.module.mjs +4 -4
  178. package/esm2020/tooltip/lib/trigger/tooltip-trigger.directive.mjs +3 -3
  179. package/esm2020/tooltip/lib/trigger/tooltip-trigger.module.mjs +4 -4
  180. package/esm2020/user/lib/display/user-display.module.mjs +4 -4
  181. package/esm2020/user/lib/display/user-display.pipe.mjs +3 -3
  182. package/esm2020/user/lib/picture/user-picture.component.mjs +3 -3
  183. package/esm2020/user/lib/picture/user-picture.module.mjs +4 -4
  184. package/esm2020/user/lib/select/homonyms/user-homonyms.component.mjs +3 -3
  185. package/esm2020/user/lib/select/homonyms/user-homonyms.module.mjs +4 -4
  186. package/esm2020/user/lib/select/homonyms/user-homonyms.service.mjs +3 -3
  187. package/esm2020/user/lib/select/input/user-select-input.component.mjs +6 -6
  188. package/esm2020/user/lib/select/input/user-select-input.module.mjs +4 -4
  189. package/esm2020/user/lib/select/me/me-option.directive.mjs +3 -3
  190. package/esm2020/user/lib/select/me/me-option.module.mjs +4 -4
  191. package/esm2020/user/lib/select/searcher/user-searcher.component.mjs +3 -3
  192. package/esm2020/user/lib/select/searcher/user-searcher.module.mjs +4 -4
  193. package/esm2020/user/lib/select/user-select.module.mjs +4 -4
  194. package/esm2020/user/lib/service/user-v3.service.mjs +3 -3
  195. package/esm2020/user/lib/tile/user-tile.component.mjs +3 -3
  196. package/esm2020/user/lib/tile/user-tile.module.mjs +4 -4
  197. package/esm2020/user/lib/user.module.mjs +4 -4
  198. package/fesm2015/lucca-front-ng-a11y.mjs +3 -3
  199. package/fesm2015/lucca-front-ng-api.mjs +50 -50
  200. package/fesm2015/lucca-front-ng-api.mjs.map +1 -1
  201. package/fesm2015/lucca-front-ng-core.mjs +6 -6
  202. package/fesm2015/lucca-front-ng-date.mjs +44 -44
  203. package/fesm2015/lucca-front-ng-date.mjs.map +1 -1
  204. package/fesm2015/lucca-front-ng-department.mjs +27 -27
  205. package/fesm2015/lucca-front-ng-department.mjs.map +1 -1
  206. package/fesm2015/lucca-front-ng-dropdown.mjs +25 -25
  207. package/fesm2015/lucca-front-ng-establishment.mjs +51 -51
  208. package/fesm2015/lucca-front-ng-establishment.mjs.map +1 -1
  209. package/fesm2015/lucca-front-ng-formly.mjs +61 -61
  210. package/fesm2015/lucca-front-ng-input.mjs +21 -21
  211. package/fesm2015/lucca-front-ng-material.mjs +4 -4
  212. package/fesm2015/lucca-front-ng-modal.mjs +19 -19
  213. package/fesm2015/lucca-front-ng-modal.mjs.map +1 -1
  214. package/fesm2015/lucca-front-ng-number.mjs +7 -7
  215. package/fesm2015/lucca-front-ng-option.mjs +154 -154
  216. package/fesm2015/lucca-front-ng-popover.mjs +25 -25
  217. package/fesm2015/lucca-front-ng-popup.mjs +10 -10
  218. package/fesm2015/lucca-front-ng-popup.mjs.map +1 -1
  219. package/fesm2015/lucca-front-ng-qualification.mjs +17 -17
  220. package/fesm2015/lucca-front-ng-qualification.mjs.map +1 -1
  221. package/fesm2015/lucca-front-ng-safe-content.mjs +7 -7
  222. package/fesm2015/lucca-front-ng-scroll.mjs +7 -7
  223. package/fesm2015/lucca-front-ng-select.mjs +16 -16
  224. package/fesm2015/lucca-front-ng-select.mjs.map +1 -1
  225. package/fesm2015/lucca-front-ng-sidepanel.mjs +7 -7
  226. package/fesm2015/lucca-front-ng-sidepanel.mjs.map +1 -1
  227. package/fesm2015/lucca-front-ng-simple-select-api.mjs +9 -9
  228. package/fesm2015/lucca-front-ng-simple-select.mjs +32 -32
  229. package/fesm2015/lucca-front-ng-simple-select.mjs.map +1 -1
  230. package/fesm2015/lucca-front-ng-title.mjs +10 -10
  231. package/fesm2015/lucca-front-ng-toast.mjs +10 -10
  232. package/fesm2015/lucca-front-ng-tooltip.mjs +18 -18
  233. package/fesm2015/lucca-front-ng-user.mjs +65 -65
  234. package/fesm2015/lucca-front-ng-user.mjs.map +1 -1
  235. package/fesm2020/lucca-front-ng-a11y.mjs +3 -3
  236. package/fesm2020/lucca-front-ng-api.mjs +50 -50
  237. package/fesm2020/lucca-front-ng-api.mjs.map +1 -1
  238. package/fesm2020/lucca-front-ng-core.mjs +6 -6
  239. package/fesm2020/lucca-front-ng-date.mjs +44 -44
  240. package/fesm2020/lucca-front-ng-date.mjs.map +1 -1
  241. package/fesm2020/lucca-front-ng-department.mjs +27 -27
  242. package/fesm2020/lucca-front-ng-department.mjs.map +1 -1
  243. package/fesm2020/lucca-front-ng-dropdown.mjs +25 -25
  244. package/fesm2020/lucca-front-ng-establishment.mjs +51 -51
  245. package/fesm2020/lucca-front-ng-establishment.mjs.map +1 -1
  246. package/fesm2020/lucca-front-ng-formly.mjs +61 -61
  247. package/fesm2020/lucca-front-ng-input.mjs +21 -21
  248. package/fesm2020/lucca-front-ng-material.mjs +4 -4
  249. package/fesm2020/lucca-front-ng-modal.mjs +19 -19
  250. package/fesm2020/lucca-front-ng-modal.mjs.map +1 -1
  251. package/fesm2020/lucca-front-ng-number.mjs +7 -7
  252. package/fesm2020/lucca-front-ng-option.mjs +154 -154
  253. package/fesm2020/lucca-front-ng-popover.mjs +25 -25
  254. package/fesm2020/lucca-front-ng-popup.mjs +10 -10
  255. package/fesm2020/lucca-front-ng-popup.mjs.map +1 -1
  256. package/fesm2020/lucca-front-ng-qualification.mjs +17 -17
  257. package/fesm2020/lucca-front-ng-qualification.mjs.map +1 -1
  258. package/fesm2020/lucca-front-ng-safe-content.mjs +7 -7
  259. package/fesm2020/lucca-front-ng-scroll.mjs +7 -7
  260. package/fesm2020/lucca-front-ng-select.mjs +16 -16
  261. package/fesm2020/lucca-front-ng-select.mjs.map +1 -1
  262. package/fesm2020/lucca-front-ng-sidepanel.mjs +7 -7
  263. package/fesm2020/lucca-front-ng-sidepanel.mjs.map +1 -1
  264. package/fesm2020/lucca-front-ng-simple-select-api.mjs +9 -9
  265. package/fesm2020/lucca-front-ng-simple-select.mjs +32 -32
  266. package/fesm2020/lucca-front-ng-simple-select.mjs.map +1 -1
  267. package/fesm2020/lucca-front-ng-title.mjs +10 -10
  268. package/fesm2020/lucca-front-ng-toast.mjs +10 -10
  269. package/fesm2020/lucca-front-ng-tooltip.mjs +18 -18
  270. package/fesm2020/lucca-front-ng-user.mjs +65 -65
  271. package/fesm2020/lucca-front-ng-user.mjs.map +1 -1
  272. package/modal/lib/modal-ref.factory.d.ts +1 -1
  273. package/modal/lib/modal-ref.model.d.ts +5 -5
  274. package/modal/lib/modal.model.d.ts +1 -0
  275. package/modal/lib/modal.service.d.ts +3 -3
  276. package/modal/lib/modal.token.d.ts +1 -1
  277. package/package.json +3 -3
  278. package/popup/lib/popup-ref.model.d.ts +3 -3
  279. package/popup/lib/popup.service.d.ts +1 -1
  280. package/sidepanel/lib/sidepanel.model.d.ts +1 -1
  281. package/sidepanel/lib/sidepanel.service.d.ts +2 -2
  282. package/src/definitions/select/_select-input.scss +4 -0
@@ -3,10 +3,10 @@ import { LuTooltipPanelComponent } from './tooltip-panel.component';
3
3
  import * as i0 from "@angular/core";
4
4
  export class LuTooltipPanelModule {
5
5
  }
6
- LuTooltipPanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuTooltipPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- LuTooltipPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.3", ngImport: i0, type: LuTooltipPanelModule, imports: [LuTooltipPanelComponent], exports: [LuTooltipPanelComponent] });
8
- LuTooltipPanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuTooltipPanelModule, imports: [LuTooltipPanelComponent] });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuTooltipPanelModule, decorators: [{
6
+ LuTooltipPanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuTooltipPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ LuTooltipPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: LuTooltipPanelModule, imports: [LuTooltipPanelComponent], exports: [LuTooltipPanelComponent] });
8
+ LuTooltipPanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuTooltipPanelModule, imports: [LuTooltipPanelComponent] });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuTooltipPanelModule, decorators: [{
10
10
  type: NgModule,
11
11
  args: [{
12
12
  imports: [LuTooltipPanelComponent],
@@ -4,10 +4,10 @@ import { LuTooltipTriggerModule } from './trigger/index';
4
4
  import * as i0 from "@angular/core";
5
5
  export class LuTooltipModule {
6
6
  }
7
- LuTooltipModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuTooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- LuTooltipModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.3", ngImport: i0, type: LuTooltipModule, imports: [LuTooltipTriggerModule, LuTooltipPanelModule], exports: [LuTooltipTriggerModule, LuTooltipPanelModule] });
9
- LuTooltipModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuTooltipModule, imports: [LuTooltipTriggerModule, LuTooltipPanelModule, LuTooltipTriggerModule, LuTooltipPanelModule] });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuTooltipModule, decorators: [{
7
+ LuTooltipModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuTooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ LuTooltipModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: LuTooltipModule, imports: [LuTooltipTriggerModule, LuTooltipPanelModule], exports: [LuTooltipTriggerModule, LuTooltipPanelModule] });
9
+ LuTooltipModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuTooltipModule, imports: [LuTooltipTriggerModule, LuTooltipPanelModule, LuTooltipTriggerModule, LuTooltipPanelModule] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuTooltipModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  imports: [LuTooltipTriggerModule, LuTooltipPanelModule],
@@ -127,9 +127,9 @@ export class LuTooltipTriggerDirective extends ALuPopoverTrigger {
127
127
  this._elementRef.nativeElement.setAttribute('tabindex', `${i}`);
128
128
  }
129
129
  }
130
- LuTooltipTriggerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuTooltipTriggerDirective, deps: [{ token: i1.Overlay }, { token: i0.ElementRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
131
- LuTooltipTriggerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.3", type: LuTooltipTriggerDirective, isStandalone: true, selector: "[luTooltip]", inputs: { tooltipContent: ["luTooltip", "tooltipContent"], inputEnterDelay: ["luTooltipEnterDelay", "inputEnterDelay"], inputLeaveDelay: ["luTooltipLeaveDelay", "inputLeaveDelay"], inputDisabled: ["luTooltipDisabled", "inputDisabled"], inputPosition: ["luTooltipPosition", "inputPosition"], inputWhenEllipsis: ["luTooltipWhenEllipsis", "inputWhenEllipsis"] }, outputs: { onOpen: "luTooltipOnOpen", onClose: "luTooltipOnClose" }, host: { listeners: { "mouseenter": "onMouseEnter()", "mouseleave": "onMouseLeave()", "focus": "onFocus()", "blur": "onBlur()" }, properties: { "attr.id": "this._attrId", "attr.aria-describedby": "this._attrAriaDescribedBy" } }, usesInheritance: true, ngImport: i0 });
132
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuTooltipTriggerDirective, decorators: [{
130
+ LuTooltipTriggerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuTooltipTriggerDirective, deps: [{ token: i1.Overlay }, { token: i0.ElementRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
131
+ LuTooltipTriggerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.7", type: LuTooltipTriggerDirective, isStandalone: true, selector: "[luTooltip]", inputs: { tooltipContent: ["luTooltip", "tooltipContent"], inputEnterDelay: ["luTooltipEnterDelay", "inputEnterDelay"], inputLeaveDelay: ["luTooltipLeaveDelay", "inputLeaveDelay"], inputDisabled: ["luTooltipDisabled", "inputDisabled"], inputPosition: ["luTooltipPosition", "inputPosition"], inputWhenEllipsis: ["luTooltipWhenEllipsis", "inputWhenEllipsis"] }, outputs: { onOpen: "luTooltipOnOpen", onClose: "luTooltipOnClose" }, host: { listeners: { "mouseenter": "onMouseEnter()", "mouseleave": "onMouseLeave()", "focus": "onFocus()", "blur": "onBlur()" }, properties: { "attr.id": "this._attrId", "attr.aria-describedby": "this._attrAriaDescribedBy" } }, usesInheritance: true, ngImport: i0 });
132
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuTooltipTriggerDirective, decorators: [{
133
133
  type: Directive,
134
134
  args: [{
135
135
  selector: '[luTooltip]',
@@ -4,10 +4,10 @@ import { OverlayModule } from '@angular/cdk/overlay';
4
4
  import * as i0 from "@angular/core";
5
5
  export class LuTooltipTriggerModule {
6
6
  }
7
- LuTooltipTriggerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuTooltipTriggerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- LuTooltipTriggerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.3", ngImport: i0, type: LuTooltipTriggerModule, imports: [LuTooltipTriggerDirective, OverlayModule], exports: [LuTooltipTriggerDirective] });
9
- LuTooltipTriggerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuTooltipTriggerModule, imports: [OverlayModule] });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuTooltipTriggerModule, decorators: [{
7
+ LuTooltipTriggerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuTooltipTriggerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ LuTooltipTriggerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: LuTooltipTriggerModule, imports: [LuTooltipTriggerDirective, OverlayModule], exports: [LuTooltipTriggerDirective] });
9
+ LuTooltipTriggerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuTooltipTriggerModule, imports: [OverlayModule] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuTooltipTriggerModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  imports: [LuTooltipTriggerDirective, OverlayModule],
@@ -3,10 +3,10 @@ import { LuUserDisplayPipe } from './user-display.pipe';
3
3
  import * as i0 from "@angular/core";
4
4
  export class LuUserDisplayModule {
5
5
  }
6
- LuUserDisplayModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserDisplayModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- LuUserDisplayModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.3", ngImport: i0, type: LuUserDisplayModule, imports: [LuUserDisplayPipe], exports: [LuUserDisplayPipe] });
8
- LuUserDisplayModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserDisplayModule, providers: [LuUserDisplayPipe] });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserDisplayModule, decorators: [{
6
+ LuUserDisplayModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserDisplayModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ LuUserDisplayModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: LuUserDisplayModule, imports: [LuUserDisplayPipe], exports: [LuUserDisplayPipe] });
8
+ LuUserDisplayModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserDisplayModule, providers: [LuUserDisplayPipe] });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserDisplayModule, decorators: [{
10
10
  type: NgModule,
11
11
  args: [{
12
12
  imports: [LuUserDisplayPipe],
@@ -63,9 +63,9 @@ export class LuUserDisplayPipe {
63
63
  return luUserDisplay(user, format);
64
64
  }
65
65
  }
66
- LuUserDisplayPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserDisplayPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
67
- LuUserDisplayPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.1.3", ngImport: i0, type: LuUserDisplayPipe, isStandalone: true, name: "luUserDisplay" });
68
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserDisplayPipe, decorators: [{
66
+ LuUserDisplayPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserDisplayPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
67
+ LuUserDisplayPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: LuUserDisplayPipe, isStandalone: true, name: "luUserDisplay" });
68
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserDisplayPipe, decorators: [{
69
69
  type: Pipe,
70
70
  args: [{ name: 'luUserDisplay', standalone: true }]
71
71
  }] });
@@ -53,9 +53,9 @@ export class LuUserPictureComponent {
53
53
  return hue;
54
54
  }
55
55
  }
56
- LuUserPictureComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserPictureComponent, deps: [{ token: i1.LuUserDisplayPipe }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
57
- LuUserPictureComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.3", type: LuUserPictureComponent, selector: "lu-user-picture", inputs: { displayFormat: "displayFormat", user: "user" }, ngImport: i0, template: "<div class=\"picture\" [ngStyle]=\"style\">\r\n\t<span *ngIf=\"!hasPicture\">{{ initials }}</span>\r\n</div>\r\n", styles: [":root{--components-options-item-padding-vertical: var(--spacings-XS);--components-options-item-padding-horizontal: var(--spacings-XS);--components-options-item-multiple-padding: var(--spacings-L);--components-options-item-icon-color: var(--palettes-grey-800);--components-options-checkbox-left: .5rem;--components-options-checkbox-size: 1rem;--components-options-checkbox-color: var(--palettes-primary-700);--components-options-checkbox-border-radius: var(--commons-borderRadius-M);--components-options-checkbox-border-color: var(--palettes-grey-700);--components-options-establishment-multiple-padding: var(--spacings-M)}:host{--components-userPicture-XXS-image: 1rem;--components-userPicture-XXS-fontSize: .5625rem;--components-userPicture-XS-image: 1.5rem;--components-userPicture-XS-fontSize: .75rem;--components-userPicture-S-image: 2rem;--components-userPicture-S-fontSize: .875rem;--components-userPicture-M-image: 2.5rem;--components-userPicture-M-fontSize: 1.125rem;--components-userPicture-L-image: 3rem;--components-userPicture-L-fontSize: 1.375rem;--components-userPicture-XL-image: 4.5rem;--components-userPicture-XL-fontSize: 1.8rem;--components-userPicture-XXL-image: 7.5rem;--components-userPicture-XXL-fontSize: 3rem;display:inline-block;vertical-align:middle}:host .picture{align-items:center;aspect-ratio:1;border-radius:50%;background-color:var(--palettes-grey-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));line-height:1;justify-content: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)}: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-border{box-shadow:0 0 0 2px var(--colors-white-color)}\n"], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
58
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserPictureComponent, decorators: [{
56
+ LuUserPictureComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserPictureComponent, deps: [{ token: i1.LuUserDisplayPipe }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
57
+ LuUserPictureComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: LuUserPictureComponent, selector: "lu-user-picture", inputs: { displayFormat: "displayFormat", user: "user" }, ngImport: i0, template: "<div class=\"picture\" [ngStyle]=\"style\">\r\n\t<span *ngIf=\"!hasPicture\">{{ initials }}</span>\r\n</div>\r\n", styles: [":root{--components-options-item-padding-vertical: var(--spacings-XS);--components-options-item-padding-horizontal: var(--spacings-XS);--components-options-item-multiple-padding: var(--spacings-L);--components-options-item-icon-color: var(--palettes-grey-800);--components-options-checkbox-left: .5rem;--components-options-checkbox-size: 1rem;--components-options-checkbox-color: var(--palettes-primary-700);--components-options-checkbox-border-radius: var(--commons-borderRadius-M);--components-options-checkbox-border-color: var(--palettes-grey-700);--components-options-establishment-multiple-padding: var(--spacings-M)}:host{--components-userPicture-XXS-image: 1rem;--components-userPicture-XXS-fontSize: .5625rem;--components-userPicture-XS-image: 1.5rem;--components-userPicture-XS-fontSize: .75rem;--components-userPicture-S-image: 2rem;--components-userPicture-S-fontSize: .875rem;--components-userPicture-M-image: 2.5rem;--components-userPicture-M-fontSize: 1.125rem;--components-userPicture-L-image: 3rem;--components-userPicture-L-fontSize: 1.375rem;--components-userPicture-XL-image: 4.5rem;--components-userPicture-XL-fontSize: 1.8rem;--components-userPicture-XXL-image: 7.5rem;--components-userPicture-XXL-fontSize: 3rem;display:inline-block;vertical-align:middle}:host .picture{align-items:center;aspect-ratio:1;border-radius:50%;background-color:var(--palettes-grey-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));line-height:1;justify-content: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)}: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-border{box-shadow:0 0 0 2px var(--colors-white-color)}\n"], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
58
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserPictureComponent, decorators: [{
59
59
  type: Component,
60
60
  args: [{ selector: 'lu-user-picture', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"picture\" [ngStyle]=\"style\">\r\n\t<span *ngIf=\"!hasPicture\">{{ initials }}</span>\r\n</div>\r\n", styles: [":root{--components-options-item-padding-vertical: var(--spacings-XS);--components-options-item-padding-horizontal: var(--spacings-XS);--components-options-item-multiple-padding: var(--spacings-L);--components-options-item-icon-color: var(--palettes-grey-800);--components-options-checkbox-left: .5rem;--components-options-checkbox-size: 1rem;--components-options-checkbox-color: var(--palettes-primary-700);--components-options-checkbox-border-radius: var(--commons-borderRadius-M);--components-options-checkbox-border-color: var(--palettes-grey-700);--components-options-establishment-multiple-padding: var(--spacings-M)}:host{--components-userPicture-XXS-image: 1rem;--components-userPicture-XXS-fontSize: .5625rem;--components-userPicture-XS-image: 1.5rem;--components-userPicture-XS-fontSize: .75rem;--components-userPicture-S-image: 2rem;--components-userPicture-S-fontSize: .875rem;--components-userPicture-M-image: 2.5rem;--components-userPicture-M-fontSize: 1.125rem;--components-userPicture-L-image: 3rem;--components-userPicture-L-fontSize: 1.375rem;--components-userPicture-XL-image: 4.5rem;--components-userPicture-XL-fontSize: 1.8rem;--components-userPicture-XXL-image: 7.5rem;--components-userPicture-XXL-fontSize: 3rem;display:inline-block;vertical-align:middle}:host .picture{align-items:center;aspect-ratio:1;border-radius:50%;background-color:var(--palettes-grey-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));line-height:1;justify-content: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)}: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-border{box-shadow:0 0 0 2px var(--colors-white-color)}\n"] }]
61
61
  }], ctorParameters: function () { return [{ type: i1.LuUserDisplayPipe }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { displayFormat: [{
@@ -5,10 +5,10 @@ import { LuUserPictureComponent } from './user-picture.component';
5
5
  import * as i0 from "@angular/core";
6
6
  export class LuUserPictureModule {
7
7
  }
8
- LuUserPictureModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserPictureModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- LuUserPictureModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.3", ngImport: i0, type: LuUserPictureModule, declarations: [LuUserPictureComponent], imports: [CommonModule, LuUserDisplayModule], exports: [LuUserPictureComponent] });
10
- LuUserPictureModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserPictureModule, imports: [CommonModule, LuUserDisplayModule] });
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserPictureModule, decorators: [{
8
+ LuUserPictureModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserPictureModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ LuUserPictureModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: LuUserPictureModule, declarations: [LuUserPictureComponent], imports: [CommonModule, LuUserDisplayModule], exports: [LuUserPictureComponent] });
10
+ LuUserPictureModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserPictureModule, imports: [CommonModule, LuUserDisplayModule] });
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserPictureModule, decorators: [{
12
12
  type: NgModule,
13
13
  args: [{
14
14
  imports: [CommonModule, LuUserDisplayModule],
@@ -23,8 +23,8 @@ export class LuUserHomonymsComponent {
23
23
  return this._outOptions$;
24
24
  }
25
25
  }
26
- LuUserHomonymsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserHomonymsComponent, deps: [{ token: ALuUserHomonymsService, optional: true, skipSelf: true }, { token: ALuUserHomonymsService, self: true }], target: i0.ɵɵFactoryTarget.Component });
27
- LuUserHomonymsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.3", type: LuUserHomonymsComponent, isStandalone: true, selector: "lu-user-homonyms", providers: [
26
+ LuUserHomonymsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserHomonymsComponent, deps: [{ token: ALuUserHomonymsService, optional: true, skipSelf: true }, { token: ALuUserHomonymsService, self: true }], target: i0.ɵɵFactoryTarget.Component });
27
+ LuUserHomonymsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: LuUserHomonymsComponent, isStandalone: true, selector: "lu-user-homonyms", providers: [
28
28
  LuUserDisplayPipe,
29
29
  {
30
30
  provide: ALuOptionOperator,
@@ -36,7 +36,7 @@ LuUserHomonymsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
36
36
  useClass: LuUserHomonymsService,
37
37
  },
38
38
  ], ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserHomonymsComponent, decorators: [{
39
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserHomonymsComponent, decorators: [{
40
40
  type: Component,
41
41
  args: [{
42
42
  selector: 'lu-user-homonyms',
@@ -3,10 +3,10 @@ import { LuUserHomonymsComponent } from './user-homonyms.component';
3
3
  import * as i0 from "@angular/core";
4
4
  export class LuUserHomonymsModule {
5
5
  }
6
- LuUserHomonymsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserHomonymsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- LuUserHomonymsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.3", ngImport: i0, type: LuUserHomonymsModule, imports: [LuUserHomonymsComponent], exports: [LuUserHomonymsComponent] });
8
- LuUserHomonymsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserHomonymsModule, imports: [LuUserHomonymsComponent] });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserHomonymsModule, decorators: [{
6
+ LuUserHomonymsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserHomonymsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ LuUserHomonymsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: LuUserHomonymsModule, imports: [LuUserHomonymsComponent], exports: [LuUserHomonymsComponent] });
8
+ LuUserHomonymsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserHomonymsModule, imports: [LuUserHomonymsComponent] });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserHomonymsModule, decorators: [{
10
10
  type: NgModule,
11
11
  args: [{
12
12
  imports: [LuUserHomonymsComponent],
@@ -45,9 +45,9 @@ export class LuUserHomonymsService extends ALuUserHomonymsService {
45
45
  })), catchError(() => of([])));
46
46
  }
47
47
  }
48
- LuUserHomonymsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserHomonymsService, deps: [{ token: i1.LuUserDisplayPipe }, { token: i2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
49
- LuUserHomonymsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserHomonymsService });
50
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserHomonymsService, decorators: [{
48
+ LuUserHomonymsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserHomonymsService, deps: [{ token: i1.LuUserDisplayPipe }, { token: i2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
49
+ LuUserHomonymsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserHomonymsService });
50
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserHomonymsService, decorators: [{
51
51
  type: Injectable
52
52
  }], ctorParameters: function () { return [{ type: i1.LuUserDisplayPipe }, { type: i2.HttpClient }]; } });
53
53
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXNlci1ob21vbnltcy5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvdXNlci9zcmMvbGliL3NlbGVjdC9ob21vbnltcy91c2VyLWhvbW9ueW1zLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMzQyxPQUFPLEVBQWMsRUFBRSxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQ3RDLE9BQU8sRUFBRSxVQUFVLEVBQUUsR0FBRyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDakQsT0FBTyxFQUFFLGlCQUFpQixFQUFxQixNQUFNLHFCQUFxQixDQUFDOzs7O0FBWTNFLE1BQU0sT0FBZ0Isc0JBQXNCO0NBRzNDO0FBRUQsTUFBTSxPQUFPLHFCQUFtRCxTQUFRLHNCQUF5QjtJQXlDaEcsWUFBb0IsS0FBd0IsRUFBVSxLQUFpQjtRQUN0RSxLQUFLLEVBQUUsQ0FBQztRQURXLFVBQUssR0FBTCxLQUFLLENBQW1CO1FBQVUsVUFBSyxHQUFMLEtBQUssQ0FBWTtRQXhDL0QsWUFBTyxHQUFHLGlCQUFpQixDQUFDLFNBQVMsQ0FBQztJQTBDOUMsQ0FBQztJQXpDRCxlQUFlLENBQUMsS0FBVTtRQUN6QixNQUFNLFdBQVcsR0FBRyxFQUE0QixDQUFDO1FBQ2pELEtBQUssQ0FBQyxPQUFPLENBQUMsQ0FBQyxJQUFJLEVBQUUsRUFBRTtZQUN0QixNQUFNLElBQUksR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLFNBQVMsQ0FBQyxJQUFJLEVBQUUsSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDO1lBQ3RELFdBQVcsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLEdBQUcsQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLElBQUksRUFBRSxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUM7UUFDMUQsQ0FBQyxDQUFDLENBQUM7UUFFSCxNQUFNLFlBQVksR0FBRyxNQUFNLENBQUMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxDQUFDLEdBQUcsRUFBRSxFQUFFLENBQUMsV0FBVyxDQUFDLEdBQUcsQ0FBQyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsQ0FBQztRQUUzRixNQUFNLFFBQVEsR0FBUSxFQUFFLENBQUM7UUFDekIsWUFBWSxDQUFDLE9BQU8sQ0FBQyxDQUFDLElBQUksRUFBRSxFQUFFLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxHQUFHLFdBQVcsQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLENBQUM7UUFDcEUsT0FBTyxRQUFRLENBQUM7SUFDakIsQ0FBQztJQUVELGNBQWMsQ0FBQyxRQUFhO1FBQzNCLElBQUksQ0FBQyxRQUFRLElBQUksUUFBUSxDQUFDLE1BQU0sS0FBSyxDQUFDLEVBQUU7WUFDdkMsT0FBTyxFQUFFLENBQUMsRUFBRSxDQUFvQixDQUFDO1NBQ2pDO1FBQ0QsT0FBTyxJQUFJLENBQUMsS0FBSzthQUNmLEdBQUcsQ0FBc0UsZUFBZSxFQUFFO1lBQzFGLE1BQU0sRUFBRTtnQkFDUCxFQUFFLEVBQUUsUUFBUSxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUM7Z0JBQ3ZDLE1BQU0sRUFBRSxvQkFBb0I7YUFDNUI7U0FDRCxDQUFDO2FBQ0QsSUFBSSxDQUNKLEdBQUcsQ0FBQyxDQUFDLEdBQUcsRUFBRSxFQUFFLENBQUMsR0FBRyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsRUFDNUIsR0FBRyxDQUFDLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FDYixLQUFLLENBQUMsR0FBRyxDQUFDLENBQUMsSUFBSSxFQUFFLEVBQUU7WUFDbEIsTUFBTSxPQUFPLEdBQUcsUUFBUSxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDLEVBQUUsS0FBSyxJQUFJLENBQUMsRUFBRSxDQUFDLENBQUM7WUFDdkQsT0FBTztnQkFDTixHQUFHLE9BQU87Z0JBQ1YscUJBQXFCLEVBQUUsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLEVBQUU7YUFDN0QsQ0FBQztRQUNSLENBQUMsQ0FBQyxDQUNGLEVBQ0QsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUN4QixDQUFDO0lBQ0osQ0FBQzs7a0hBeENXLHFCQUFxQjtzSEFBckIscUJBQXFCOzJGQUFyQixxQkFBcUI7a0JBRGpDLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBIdHRwQ2xpZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uL2h0dHAnO1xyXG5pbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IE9ic2VydmFibGUsIG9mIH0gZnJvbSAncnhqcyc7XHJcbmltcG9ydCB7IGNhdGNoRXJyb3IsIG1hcCB9IGZyb20gJ3J4anMvb3BlcmF0b3JzJztcclxuaW1wb3J0IHsgTHVEaXNwbGF5RnVsbG5hbWUsIEx1VXNlckRpc3BsYXlQaXBlIH0gZnJvbSAnLi4vLi4vZGlzcGxheS9pbmRleCc7XHJcbmltcG9ydCB7IElMdVVzZXIgfSBmcm9tICcuLi8uLi91c2VyLm1vZGVsJztcclxuXHJcbmludGVyZmFjZSBJVjNDb2xsZWN0aW9uUmVzcG9uc2U8VD4ge1xyXG5cdGRhdGE6IHsgaXRlbXM6IFRbXSB9O1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIElMdVVzZXJIb21vbnltc1NlcnZpY2U8VSBleHRlbmRzIElMdVVzZXIgPSBJTHVVc2VyPiB7XHJcblx0ZXh0cmFjdEhvbW9ueW1zKHVzZXJzOiBVW10pOiBVW107XHJcblx0ZW5yaWNoSG9tb255bXMoaG9tb255bXM6IFVbXSk6IE9ic2VydmFibGU8VVtdPjtcclxufVxyXG5cclxuZXhwb3J0IGFic3RyYWN0IGNsYXNzIEFMdVVzZXJIb21vbnltc1NlcnZpY2U8VSBleHRlbmRzIElMdVVzZXIgPSBJTHVVc2VyPiBpbXBsZW1lbnRzIElMdVVzZXJIb21vbnltc1NlcnZpY2U8VT4ge1xyXG5cdGFic3RyYWN0IGV4dHJhY3RIb21vbnltcyh1c2VyczogVVtdKTogVVtdO1xyXG5cdGFic3RyYWN0IGVucmljaEhvbW9ueW1zKGhvbW9ueW1zOiBVW10pOiBPYnNlcnZhYmxlPFVbXT47XHJcbn1cclxuQEluamVjdGFibGUoKVxyXG5leHBvcnQgY2xhc3MgTHVVc2VySG9tb255bXNTZXJ2aWNlPFUgZXh0ZW5kcyBJTHVVc2VyID0gSUx1VXNlcj4gZXh0ZW5kcyBBTHVVc2VySG9tb255bXNTZXJ2aWNlPFU+IGltcGxlbWVudHMgSUx1VXNlckhvbW9ueW1zU2VydmljZTxVPiB7XHJcblx0cHJpdmF0ZSBfZm9ybWF0ID0gTHVEaXNwbGF5RnVsbG5hbWUubGFzdGZpcnN0O1xyXG5cdGV4dHJhY3RIb21vbnltcyh1c2VyczogVVtdKTogVVtdIHtcclxuXHRcdGNvbnN0IHVzZXJzQnlOYW1lID0ge30gYXMgeyBba2V5OiBzdHJpbmddOiBVW10gfTtcclxuXHRcdHVzZXJzLmZvckVhY2goKHVzZXIpID0+IHtcclxuXHRcdFx0Y29uc3QgbmFtZSA9IHRoaXMuX3BpcGUudHJhbnNmb3JtKHVzZXIsIHRoaXMuX2Zvcm1hdCk7XHJcblx0XHRcdHVzZXJzQnlOYW1lW25hbWVdID0gWy4uLih1c2Vyc0J5TmFtZVtuYW1lXSB8fCBbXSksIHVzZXJdO1xyXG5cdFx0fSk7XHJcblxyXG5cdFx0Y29uc3Qgbm9uVW5pcU5hbWVzID0gT2JqZWN0LmtleXModXNlcnNCeU5hbWUpLmZpbHRlcigoa2V5KSA9PiB1c2Vyc0J5TmFtZVtrZXldLmxlbmd0aCA+IDEpO1xyXG5cclxuXHRcdGNvbnN0IGhvbW9ueW1zOiBVW10gPSBbXTtcclxuXHRcdG5vblVuaXFOYW1lcy5mb3JFYWNoKChuYW1lKSA9PiBob21vbnltcy5wdXNoKC4uLnVzZXJzQnlOYW1lW25hbWVdKSk7XHJcblx0XHRyZXR1cm4gaG9tb255bXM7XHJcblx0fVxyXG5cclxuXHRlbnJpY2hIb21vbnltcyhob21vbnltczogVVtdKTogT2JzZXJ2YWJsZTxVW10+IHtcclxuXHRcdGlmICghaG9tb255bXMgfHwgaG9tb255bXMubGVuZ3RoID09PSAwKSB7XHJcblx0XHRcdHJldHVybiBvZihbXSkgYXMgT2JzZXJ2YWJsZTxVW10+O1xyXG5cdFx0fVxyXG5cdFx0cmV0dXJuIHRoaXMuX2h0dHBcclxuXHRcdFx0LmdldDxJVjNDb2xsZWN0aW9uUmVzcG9uc2U8eyBpZDogbnVtYmVyOyBkZXBhcnRtZW50OiB7IG5hbWU6IHN0cmluZyB9IH0+PihgL2FwaS92My91c2Vyc2AsIHtcclxuXHRcdFx0XHRwYXJhbXM6IHtcclxuXHRcdFx0XHRcdGlkOiBob21vbnltcy5tYXAoKHUpID0+IHUuaWQpLmpvaW4oJywnKSxcclxuXHRcdFx0XHRcdGZpZWxkczogJ2lkLGRlcGFydG1lbnQubmFtZScsXHJcblx0XHRcdFx0fSxcclxuXHRcdFx0fSlcclxuXHRcdFx0LnBpcGUoXHJcblx0XHRcdFx0bWFwKChyZXMpID0+IHJlcy5kYXRhLml0ZW1zKSxcclxuXHRcdFx0XHRtYXAoKGluZm9zKSA9PlxyXG5cdFx0XHRcdFx0aW5mb3MubWFwKChpbmZvKSA9PiB7XHJcblx0XHRcdFx0XHRcdGNvbnN0IGhvbW9ueW0gPSBob21vbnltcy5maW5kKChoKSA9PiBoLmlkID09PSBpbmZvLmlkKTtcclxuXHRcdFx0XHRcdFx0cmV0dXJuIHtcclxuXHRcdFx0XHRcdFx0XHQuLi5ob21vbnltLFxyXG5cdFx0XHRcdFx0XHRcdGFkZGl0aW9uYWxJbmZvcm1hdGlvbjogaW5mby5kZXBhcnRtZW50ID8gaW5mby5kZXBhcnRtZW50Lm5hbWUgOiAnJyxcclxuXHRcdFx0XHRcdFx0fSBhcyBVO1xyXG5cdFx0XHRcdFx0fSksXHJcblx0XHRcdFx0KSxcclxuXHRcdFx0XHRjYXRjaEVycm9yKCgpID0+IG9mKFtdKSksXHJcblx0XHRcdCk7XHJcblx0fVxyXG5cdGNvbnN0cnVjdG9yKHByaXZhdGUgX3BpcGU6IEx1VXNlckRpc3BsYXlQaXBlLCBwcml2YXRlIF9odHRwOiBIdHRwQ2xpZW50KSB7XHJcblx0XHRzdXBlcigpO1xyXG5cdH1cclxufVxyXG4iXX0=
@@ -35,16 +35,16 @@ export class LuUserSelectInputComponent extends ALuSelectInputComponent {
35
35
  this._placeholder = p;
36
36
  }
37
37
  }
38
- LuUserSelectInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserSelectInputComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.Overlay }, { token: i0.ElementRef }, { token: i0.ViewContainerRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
39
- LuUserSelectInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.3", type: LuUserSelectInputComponent, isStandalone: true, selector: "lu-user-select", inputs: { inputPlaceholder: ["placeholder", "inputPlaceholder"], fields: "fields", filters: "filters", orderBy: "orderBy", appInstanceId: "appInstanceId", operations: "operations", enableFormerEmployees: "enableFormerEmployees" }, providers: [
38
+ LuUserSelectInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserSelectInputComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.Overlay }, { token: i0.ElementRef }, { token: i0.ViewContainerRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
39
+ LuUserSelectInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: LuUserSelectInputComponent, isStandalone: true, selector: "lu-user-select", inputs: { inputPlaceholder: ["placeholder", "inputPlaceholder"], fields: "fields", filters: "filters", orderBy: "orderBy", appInstanceId: "appInstanceId", operations: "operations", enableFormerEmployees: "enableFormerEmployees" }, providers: [
40
40
  LuUserDisplayPipe,
41
41
  {
42
42
  provide: NG_VALUE_ACCESSOR,
43
43
  useExisting: forwardRef(() => LuUserSelectInputComponent),
44
44
  multi: true,
45
45
  },
46
- ], usesInheritance: true, ngImport: i0, template: "<div class=\"lu-select-placeholder\">{{ placeholder }}</div>\r\n<div class=\"lu-select-value\">\r\n\t<div class=\"lu-select-display-wrapper\">\r\n\t\t<ng-container #display></ng-container>\r\n\t</div>\r\n</div>\r\n<div class=\"lu-select-suffix\">\r\n\t<lu-input-clearer></lu-input-clearer>\r\n</div>\r\n<ng-template luDisplayer [luDisplayerMultiple]=\"true\" let-values>\r\n\t<span *ngIf=\"multiple && values?.length > 1; else singleView\"\r\n\t\t><span class=\"chip mod-unkillable\">{{ values.length }}</span> {{ intl.users }}</span\r\n\t>\r\n\t<ng-template #singleView>{{ values[0] || values | luUserDisplay }}</ng-template>\r\n</ng-template>\r\n<lu-option-picker-advanced [option-comparer]=\"byId\">\r\n\t<header class=\"lu-picker-header\">\r\n\t\t<lu-user-paged-searcher\r\n\t\t\t[fields]=\"fields\"\r\n\t\t\t[filters]=\"filters\"\r\n\t\t\t[orderBy]=\"orderBy\"\r\n\t\t\t[appInstanceId]=\"appInstanceId\"\r\n\t\t\t[operations]=\"operations\"\r\n\t\t\t[enableFormerEmployees]=\"enableFormerEmployees\"\r\n\t\t\t(clueChange)=\"clue = $event\"\r\n\t\t></lu-user-paged-searcher>\r\n\t</header>\r\n\t<lu-user-homonyms></lu-user-homonyms>\r\n\t<lu-option\r\n\t\t*luUserMeOption=\"\r\n\t\t\tlet user;\r\n\t\t\tfields: fields;\r\n\t\t\tfilters: filters;\r\n\t\t\torderBy: orderBy;\r\n\t\t\tappInstanceId: appInstanceId;\r\n\t\t\toperations: operations;\r\n\t\t\tclue: clue\r\n\t\t\"\r\n\t\t[value]=\"user\"\r\n\t>\r\n\t\t<div>\r\n\t\t\t<b>{{ intl.me }} {{ user | luUserDisplay: searchFormat }}</b>\r\n\t\t</div>\r\n\t\t<div class=\"lu-select-additionalInformation\" *ngIf=\"user.additionalInformation\">({{ user.additionalInformation }})</div>\r\n\t</lu-option>\r\n\r\n\t<lu-option *luForOptions=\"let user\" [value]=\"user\">\r\n\t\t<div>{{ user | luUserDisplay: searchFormat }}</div>\r\n\t\t<div class=\"lu-select-additionalInformation\" *ngIf=\"user.additionalInformation\">({{ user.additionalInformation }})</div>\r\n\t</lu-option>\r\n</lu-option-picker-advanced>\r\n", styles: [":root{--components-options-item-padding-vertical: var(--spacings-XS);--components-options-item-padding-horizontal: var(--spacings-XS);--components-options-item-multiple-padding: var(--spacings-L);--components-options-item-icon-color: var(--palettes-grey-800);--components-options-checkbox-left: .5rem;--components-options-checkbox-size: 1rem;--components-options-checkbox-color: var(--palettes-primary-700);--components-options-checkbox-border-radius: var(--commons-borderRadius-M);--components-options-checkbox-border-color: var(--palettes-grey-700);--components-options-establishment-multiple-padding: var(--spacings-M)}:host{--components-select-chip-background: var(--palettes-primary-700);--components-select-chip-text: var(--colors-white-color);--components-select-input-padding-horizontal: var(--spacings-XS);--components-select-input-padding-vertical: var(--spacings-XS);--components-select-framed-color: var(--palettes-grey-500);--components-select-framed-color50: var(--palettes-grey-50);--components-select-framed-see-through: var(--palettes-grey-50);--components-select-framed-text: var(--palettes-grey-800);--components-select-framed-placeholder: #cccccc;--components-select-framed-side-padding: var(--spacings-S);--components-select-framed-top-padding: var(--spacings-L);--components-select-framed-bottom-padding: var(--spacings-S);--components-select-framed-label-top-offset: var(--spacings-XS);cursor:pointer;outline:none;padding:0}:host:after{display:inline-block;vertical-align:text-bottom;font-style:normal;font-family:Lucca icons;color:var(--palettes-700, var(--palettes-primary-700));bottom:var(--components-select-input-padding-vertical);font-size:1.2rem;line-height:1.4rem;pointer-events:none;position:absolute;right:var(--components-select-input-padding-horizontal)}@supports (content: \"*\"/\"\"){:host:after{content:\"\\e97c\"/\"\"}}@supports not (content: \"*\"/\"\"){:host:after{content:\"\\e97c\"}}:host[disabled]{cursor:not-allowed;pointer-events:all}:host.is-disabled{cursor:not-allowed;pointer-events:all}.lu-select-display-wrapper{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lu-select-value{line-height:var(--sizes-M-lineHeight);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-M-lineHeight));padding:var(--components-select-input-padding-vertical) 3rem var(--components-select-input-padding-vertical) var(--components-select-input-padding-horizontal);transition:all var(--commons-animations-durations-standard);display:none}.lu-select-placeholder{color:var(--palettes-400, var(--palettes-primary-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) 3rem var(--components-select-input-padding-vertical) var(--components-select-input-padding-horizontal);transition:all var(--commons-animations-durations-standard);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lu-select-suffix{position:absolute;bottom:var(--spacings-XS);right:1.6rem}::ng-deep .lu-select-value .label{padding:var(--spacings-XXS) var(--spacings-XS);margin-left:0}::ng-deep .lu-select-value .chip{background-color:var(--components-select-chip-background);color:var(--components-select-chip-text);vertical-align:baseline;max-width:100%;height:var(--sizes-M-lineHeight);line-height:var(--sizes-M-lineHeight);padding:0 var(--spacings-XS);margin:0 var(--spacings-XXS) var(--spacings-XXS) 0;text-overflow:ellipsis;overflow:hidden;vertical-align:top;white-space:nowrap}:host-context(.textfield.mod-S) .lu-select-value,:host-context(.textfield.mod-S) .lu-select-placeholder{font-size:var(--sizes-S-fontSize);line-height:var(--sizes-XS-lineHeight);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-XS-lineHeight))}:host-context(.textfield.mod-S):after{line-height:var(--sizes-XS-lineHeight)}:host-context(.textfield.mod-S) ::ng-deep .lu-select-value .label{font-size:var(--sizes-S-fontSize);line-height:var(--sizes-S-lineHeight);font-weight:600;margin:0;padding:0;background-color:transparent}:host-context(.textfield.mod-S) ::ng-deep .lu-select-value .chip{height:var(--sizes-XS-lineHeight);line-height:var(--sizes-XS-lineHeight);font-size:var(--sizes-XS-fontSize)}:host-context(.textfield.mod-framed).textfield-input,:host-context(.form.mod-framed).textfield-input{padding:var(--components-select-framed-top-padding) 0 0}:host-context(.textfield.mod-framed).textfield-input:after,:host-context(.form.mod-framed).textfield-input:after{color:var(--palettes-grey-500);bottom:var(--components-select-framed-bottom-padding);right:var(--spacings-XS)}:host-context(.textfield.mod-framed).textfield-input .lu-select-value,:host-context(.form.mod-framed).textfield-input .lu-select-value{padding:0 calc(var(--components-select-framed-side-padding) * 3) var(--components-select-framed-bottom-padding) var(--components-select-framed-side-padding)}:host-context(.textfield.mod-framed).textfield-input .lu-select-placeholder,:host-context(.form.mod-framed).textfield-input .lu-select-placeholder{color:var(--palettes-grey-400);padding:0 calc(var(--components-select-framed-side-padding) * 3) var(--components-select-framed-bottom-padding) var(--components-select-framed-side-padding)}:host-context(.textfield.mod-framed).textfield-input .lu-select-suffix,:host-context(.form.mod-framed).textfield-input .lu-select-suffix{bottom:var(--components-select-framed-bottom-padding);right:1.7rem}:host-context(.textfield.mod-filter) .lu-select-value,:host-context(.textfield.mod-filter) .lu-select-placeholder{padding:0;height:auto;padding-top:var(--spacings-S);color:var(--palettes-grey-800)}:host-context(.textfield.mod-filter) .lu-select-suffix{bottom:.4rem}:host-context(.textfield.mod-material):after{color:var(--palettes-grey-500);bottom:.6rem;right:0}:host-context(.textfield.mod-material) .lu-select-value,:host-context(.textfield.mod-material) .lu-select-placeholder{padding-left:0;padding-right:.8rem}:host-context(.textfield.mod-material) .lu-select-suffix{right:calc(2 * var(--components-select-input-padding-horizontal))}:host-context(.textfield.mod-material).is-select .lu-select-placeholder{display:none}:host-context(.textfield.mod-material).mod-search:after{bottom:0}:host-context(.textfield.mod-material).mod-search .lu-select-suffix{right:calc(2.75 * var(--components-select-input-padding-horizontal))}:host-context(.textfield.mod-material .textfield-input.is-focused) .lu-select-placeholder{display:none}:host(.mod-multiple) .lu-select-value{height:auto;align-items:center}:host(.mod-multiple) .lu-select-display-wrapper{overflow:hidden;white-space:normal;margin-bottom:calc(var(--spacings-XXS) * -1)}:host-context(.textfield.mod-outlined).textfield-input:after{color:var(--palettes-grey-600)}:host-context(.textfield.mod-outlined).textfield-input .lu-select-placeholder{color:var(--palettes-grey-400)}:host-context(.textfield.mod-outlined) :host-context(.textfield-input.is-error):after{color:var(--palettes-error-600)}:host-context(.textfield.mod-outlined) :host-context(.textfield-input.is-error) .lu-select-placeholder{color:var(--palettes-error-400)}:host-context(.textfield-input.is-filled) .lu-select-placeholder{display:none}:host-context(.textfield-input.is-filled) .lu-select-value{display:flex;align-items:start}:host-context(.textfield-input.is-clearable) .lu-select-value{padding-right:3rem}:host-context(.textfield-input.is-error):after{color:var(--palettes-error-700)}:host-context(.textfield-input.is-error) .lu-select-placeholder{color:var(--palettes-error-400)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]):after{color:var(--commons-disabled-color)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]) .lu-select-placeholder{color:var(--commons-disabled-placeholder)}.lu-select-value{padding-right:3rem}.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
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserSelectInputComponent, decorators: [{
46
+ ], usesInheritance: true, ngImport: i0, template: "<div class=\"lu-select-placeholder\">{{ placeholder }}</div>\r\n<div class=\"lu-select-value\">\r\n\t<div class=\"lu-select-display-wrapper\">\r\n\t\t<ng-container #display></ng-container>\r\n\t</div>\r\n</div>\r\n<div class=\"lu-select-suffix\">\r\n\t<lu-input-clearer></lu-input-clearer>\r\n</div>\r\n<ng-template luDisplayer [luDisplayerMultiple]=\"true\" let-values>\r\n\t<span *ngIf=\"multiple && values?.length > 1; else singleView\"\r\n\t\t><span class=\"chip mod-unkillable\">{{ values.length }}</span> {{ intl.users }}</span\r\n\t>\r\n\t<ng-template #singleView>{{ values[0] || values | luUserDisplay }}</ng-template>\r\n</ng-template>\r\n<lu-option-picker-advanced [option-comparer]=\"byId\">\r\n\t<header class=\"lu-picker-header\">\r\n\t\t<lu-user-paged-searcher\r\n\t\t\t[fields]=\"fields\"\r\n\t\t\t[filters]=\"filters\"\r\n\t\t\t[orderBy]=\"orderBy\"\r\n\t\t\t[appInstanceId]=\"appInstanceId\"\r\n\t\t\t[operations]=\"operations\"\r\n\t\t\t[enableFormerEmployees]=\"enableFormerEmployees\"\r\n\t\t\t(clueChange)=\"clue = $event\"\r\n\t\t></lu-user-paged-searcher>\r\n\t</header>\r\n\t<lu-user-homonyms></lu-user-homonyms>\r\n\t<lu-option\r\n\t\t*luUserMeOption=\"\r\n\t\t\tlet user;\r\n\t\t\tfields: fields;\r\n\t\t\tfilters: filters;\r\n\t\t\torderBy: orderBy;\r\n\t\t\tappInstanceId: appInstanceId;\r\n\t\t\toperations: operations;\r\n\t\t\tclue: clue\r\n\t\t\"\r\n\t\t[value]=\"user\"\r\n\t>\r\n\t\t<div>\r\n\t\t\t<b>{{ intl.me }} {{ user | luUserDisplay: searchFormat }}</b>\r\n\t\t</div>\r\n\t\t<div class=\"lu-select-additionalInformation\" *ngIf=\"user.additionalInformation\">({{ user.additionalInformation }})</div>\r\n\t</lu-option>\r\n\r\n\t<lu-option *luForOptions=\"let user\" [value]=\"user\">\r\n\t\t<div>{{ user | luUserDisplay: searchFormat }}</div>\r\n\t\t<div class=\"lu-select-additionalInformation\" *ngIf=\"user.additionalInformation\">({{ user.additionalInformation }})</div>\r\n\t</lu-option>\r\n</lu-option-picker-advanced>\r\n", styles: [":root{--components-options-item-padding-vertical: var(--spacings-XS);--components-options-item-padding-horizontal: var(--spacings-XS);--components-options-item-multiple-padding: var(--spacings-L);--components-options-item-icon-color: var(--palettes-grey-800);--components-options-checkbox-left: .5rem;--components-options-checkbox-size: 1rem;--components-options-checkbox-color: var(--palettes-primary-700);--components-options-checkbox-border-radius: var(--commons-borderRadius-M);--components-options-checkbox-border-color: var(--palettes-grey-700);--components-options-establishment-multiple-padding: var(--spacings-M)}:host{--components-select-chip-background: var(--palettes-primary-700);--components-select-chip-text: var(--colors-white-color);--components-select-input-padding-horizontal: var(--spacings-XS);--components-select-input-padding-vertical: var(--spacings-XS);--components-select-framed-color: var(--palettes-grey-500);--components-select-framed-color50: var(--palettes-grey-50);--components-select-framed-see-through: var(--palettes-grey-50);--components-select-framed-text: var(--palettes-grey-800);--components-select-framed-placeholder: #cccccc;--components-select-framed-side-padding: var(--spacings-S);--components-select-framed-top-padding: var(--spacings-L);--components-select-framed-bottom-padding: var(--spacings-S);--components-select-framed-label-top-offset: var(--spacings-XS);cursor:pointer;outline:none;padding:0}:host:after{display:inline-block;vertical-align:text-bottom;font-style:normal;font-family:Lucca icons;color:var(--palettes-700, var(--palettes-primary-700));bottom:var(--components-select-input-padding-vertical);font-size:1.2rem;line-height:1.4rem;pointer-events:none;position:absolute;right:var(--components-select-input-padding-horizontal)}@supports (content: \"*\"/\"\"){:host:after{content:\"\\e97c\"/\"\"}}@supports not (content: \"*\"/\"\"){:host:after{content:\"\\e97c\"}}:host[disabled]{cursor:not-allowed;pointer-events:all}:host.is-disabled{cursor:not-allowed;pointer-events:all}.lu-select-display-wrapper{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lu-select-value{line-height:var(--sizes-M-lineHeight);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-M-lineHeight));padding:var(--components-select-input-padding-vertical) 3rem var(--components-select-input-padding-vertical) var(--components-select-input-padding-horizontal);transition:all var(--commons-animations-durations-standard);display:none}.lu-select-placeholder{color:var(--palettes-400, var(--palettes-primary-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) 3rem var(--components-select-input-padding-vertical) var(--components-select-input-padding-horizontal);transition:all var(--commons-animations-durations-standard);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lu-select-suffix{position:absolute;bottom:var(--spacings-XS);right:1.6rem}::ng-deep .lu-select-value .label{padding:var(--spacings-XXS) var(--spacings-XS);margin-left:0}::ng-deep .lu-select-value .chip{background-color:var(--components-select-chip-background);color:var(--components-select-chip-text);vertical-align:baseline;max-width:100%;height:var(--sizes-M-lineHeight);line-height:var(--sizes-M-lineHeight);padding:0 var(--spacings-XS);margin:0 var(--spacings-XXS) var(--spacings-XXS) 0;text-overflow:ellipsis;overflow:hidden;vertical-align:top;white-space:nowrap}:host-context(.textfield.mod-S) .lu-select-value,:host-context(.textfield.mod-S) .lu-select-placeholder{font-size:var(--sizes-S-fontSize);line-height:var(--sizes-XS-lineHeight);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-XS-lineHeight))}:host-context(.textfield.mod-S):after{line-height:var(--sizes-XS-lineHeight)}:host-context(.textfield.mod-S) .lu-select-suffix{bottom:var(--spacings-XXS)}:host-context(.textfield.mod-S) ::ng-deep .lu-select-value .label{font-size:var(--sizes-S-fontSize);line-height:var(--sizes-S-lineHeight);font-weight:600;margin:0;padding:0;background-color:transparent}:host-context(.textfield.mod-S) ::ng-deep .lu-select-value .chip{height:var(--sizes-XS-lineHeight);line-height:var(--sizes-XS-lineHeight);font-size:var(--sizes-XS-fontSize)}:host-context(.textfield.mod-framed).textfield-input,:host-context(.form.mod-framed).textfield-input{padding:var(--components-select-framed-top-padding) 0 0}:host-context(.textfield.mod-framed).textfield-input:after,:host-context(.form.mod-framed).textfield-input:after{color:var(--palettes-grey-500);bottom:var(--components-select-framed-bottom-padding);right:var(--spacings-XS)}:host-context(.textfield.mod-framed).textfield-input .lu-select-value,:host-context(.form.mod-framed).textfield-input .lu-select-value{padding:0 calc(var(--components-select-framed-side-padding) * 3) var(--components-select-framed-bottom-padding) var(--components-select-framed-side-padding)}:host-context(.textfield.mod-framed).textfield-input .lu-select-placeholder,:host-context(.form.mod-framed).textfield-input .lu-select-placeholder{color:var(--palettes-grey-400);padding:0 calc(var(--components-select-framed-side-padding) * 3) var(--components-select-framed-bottom-padding) var(--components-select-framed-side-padding)}:host-context(.textfield.mod-framed).textfield-input .lu-select-suffix,:host-context(.form.mod-framed).textfield-input .lu-select-suffix{bottom:var(--components-select-framed-bottom-padding);right:1.7rem}:host-context(.textfield.mod-filter) .lu-select-value,:host-context(.textfield.mod-filter) .lu-select-placeholder{padding:0;height:auto;padding-top:var(--spacings-S);color:var(--palettes-grey-800)}:host-context(.textfield.mod-filter) .lu-select-suffix{bottom:.4rem}:host-context(.textfield.mod-material):after{color:var(--palettes-grey-500);bottom:.6rem;right:0}:host-context(.textfield.mod-material) .lu-select-value,:host-context(.textfield.mod-material) .lu-select-placeholder{padding-left:0;padding-right:.8rem}:host-context(.textfield.mod-material) .lu-select-suffix{right:calc(2 * var(--components-select-input-padding-horizontal))}:host-context(.textfield.mod-material).is-select .lu-select-placeholder{display:none}:host-context(.textfield.mod-material).mod-search:after{bottom:0}:host-context(.textfield.mod-material).mod-search .lu-select-suffix{right:calc(2.75 * var(--components-select-input-padding-horizontal))}:host-context(.textfield.mod-material .textfield-input.is-focused) .lu-select-placeholder{display:none}:host(.mod-multiple) .lu-select-value{height:auto;align-items:center}:host(.mod-multiple) .lu-select-display-wrapper{overflow:hidden;white-space:normal;margin-bottom:calc(var(--spacings-XXS) * -1)}:host-context(.textfield.mod-outlined).textfield-input:after{color:var(--palettes-grey-600)}:host-context(.textfield.mod-outlined).textfield-input .lu-select-placeholder{color:var(--palettes-grey-400)}:host-context(.textfield.mod-outlined) :host-context(.textfield-input.is-error):after{color:var(--palettes-error-600)}:host-context(.textfield.mod-outlined) :host-context(.textfield-input.is-error) .lu-select-placeholder{color:var(--palettes-error-400)}:host-context(.textfield-input.is-filled) .lu-select-placeholder{display:none}:host-context(.textfield-input.is-filled) .lu-select-value{display:flex;align-items:start}:host-context(.textfield-input.is-clearable) .lu-select-value{padding-right:3rem}:host-context(.textfield-input.is-error):after{color:var(--palettes-error-700)}:host-context(.textfield-input.is-error) .lu-select-placeholder{color:var(--palettes-error-400)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]):after{color:var(--commons-disabled-color)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]) .lu-select-placeholder{color:var(--commons-disabled-placeholder)}.lu-select-value{padding-right:3rem}.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
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserSelectInputComponent, decorators: [{
48
48
  type: Component,
49
49
  args: [{ selector: 'lu-user-select', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [
50
50
  CommonModule,
@@ -66,7 +66,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImpor
66
66
  useExisting: forwardRef(() => LuUserSelectInputComponent),
67
67
  multi: true,
68
68
  },
69
- ], template: "<div class=\"lu-select-placeholder\">{{ placeholder }}</div>\r\n<div class=\"lu-select-value\">\r\n\t<div class=\"lu-select-display-wrapper\">\r\n\t\t<ng-container #display></ng-container>\r\n\t</div>\r\n</div>\r\n<div class=\"lu-select-suffix\">\r\n\t<lu-input-clearer></lu-input-clearer>\r\n</div>\r\n<ng-template luDisplayer [luDisplayerMultiple]=\"true\" let-values>\r\n\t<span *ngIf=\"multiple && values?.length > 1; else singleView\"\r\n\t\t><span class=\"chip mod-unkillable\">{{ values.length }}</span> {{ intl.users }}</span\r\n\t>\r\n\t<ng-template #singleView>{{ values[0] || values | luUserDisplay }}</ng-template>\r\n</ng-template>\r\n<lu-option-picker-advanced [option-comparer]=\"byId\">\r\n\t<header class=\"lu-picker-header\">\r\n\t\t<lu-user-paged-searcher\r\n\t\t\t[fields]=\"fields\"\r\n\t\t\t[filters]=\"filters\"\r\n\t\t\t[orderBy]=\"orderBy\"\r\n\t\t\t[appInstanceId]=\"appInstanceId\"\r\n\t\t\t[operations]=\"operations\"\r\n\t\t\t[enableFormerEmployees]=\"enableFormerEmployees\"\r\n\t\t\t(clueChange)=\"clue = $event\"\r\n\t\t></lu-user-paged-searcher>\r\n\t</header>\r\n\t<lu-user-homonyms></lu-user-homonyms>\r\n\t<lu-option\r\n\t\t*luUserMeOption=\"\r\n\t\t\tlet user;\r\n\t\t\tfields: fields;\r\n\t\t\tfilters: filters;\r\n\t\t\torderBy: orderBy;\r\n\t\t\tappInstanceId: appInstanceId;\r\n\t\t\toperations: operations;\r\n\t\t\tclue: clue\r\n\t\t\"\r\n\t\t[value]=\"user\"\r\n\t>\r\n\t\t<div>\r\n\t\t\t<b>{{ intl.me }} {{ user | luUserDisplay: searchFormat }}</b>\r\n\t\t</div>\r\n\t\t<div class=\"lu-select-additionalInformation\" *ngIf=\"user.additionalInformation\">({{ user.additionalInformation }})</div>\r\n\t</lu-option>\r\n\r\n\t<lu-option *luForOptions=\"let user\" [value]=\"user\">\r\n\t\t<div>{{ user | luUserDisplay: searchFormat }}</div>\r\n\t\t<div class=\"lu-select-additionalInformation\" *ngIf=\"user.additionalInformation\">({{ user.additionalInformation }})</div>\r\n\t</lu-option>\r\n</lu-option-picker-advanced>\r\n", styles: [":root{--components-options-item-padding-vertical: var(--spacings-XS);--components-options-item-padding-horizontal: var(--spacings-XS);--components-options-item-multiple-padding: var(--spacings-L);--components-options-item-icon-color: var(--palettes-grey-800);--components-options-checkbox-left: .5rem;--components-options-checkbox-size: 1rem;--components-options-checkbox-color: var(--palettes-primary-700);--components-options-checkbox-border-radius: var(--commons-borderRadius-M);--components-options-checkbox-border-color: var(--palettes-grey-700);--components-options-establishment-multiple-padding: var(--spacings-M)}:host{--components-select-chip-background: var(--palettes-primary-700);--components-select-chip-text: var(--colors-white-color);--components-select-input-padding-horizontal: var(--spacings-XS);--components-select-input-padding-vertical: var(--spacings-XS);--components-select-framed-color: var(--palettes-grey-500);--components-select-framed-color50: var(--palettes-grey-50);--components-select-framed-see-through: var(--palettes-grey-50);--components-select-framed-text: var(--palettes-grey-800);--components-select-framed-placeholder: #cccccc;--components-select-framed-side-padding: var(--spacings-S);--components-select-framed-top-padding: var(--spacings-L);--components-select-framed-bottom-padding: var(--spacings-S);--components-select-framed-label-top-offset: var(--spacings-XS);cursor:pointer;outline:none;padding:0}:host:after{display:inline-block;vertical-align:text-bottom;font-style:normal;font-family:Lucca icons;color:var(--palettes-700, var(--palettes-primary-700));bottom:var(--components-select-input-padding-vertical);font-size:1.2rem;line-height:1.4rem;pointer-events:none;position:absolute;right:var(--components-select-input-padding-horizontal)}@supports (content: \"*\"/\"\"){:host:after{content:\"\\e97c\"/\"\"}}@supports not (content: \"*\"/\"\"){:host:after{content:\"\\e97c\"}}:host[disabled]{cursor:not-allowed;pointer-events:all}:host.is-disabled{cursor:not-allowed;pointer-events:all}.lu-select-display-wrapper{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lu-select-value{line-height:var(--sizes-M-lineHeight);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-M-lineHeight));padding:var(--components-select-input-padding-vertical) 3rem var(--components-select-input-padding-vertical) var(--components-select-input-padding-horizontal);transition:all var(--commons-animations-durations-standard);display:none}.lu-select-placeholder{color:var(--palettes-400, var(--palettes-primary-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) 3rem var(--components-select-input-padding-vertical) var(--components-select-input-padding-horizontal);transition:all var(--commons-animations-durations-standard);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lu-select-suffix{position:absolute;bottom:var(--spacings-XS);right:1.6rem}::ng-deep .lu-select-value .label{padding:var(--spacings-XXS) var(--spacings-XS);margin-left:0}::ng-deep .lu-select-value .chip{background-color:var(--components-select-chip-background);color:var(--components-select-chip-text);vertical-align:baseline;max-width:100%;height:var(--sizes-M-lineHeight);line-height:var(--sizes-M-lineHeight);padding:0 var(--spacings-XS);margin:0 var(--spacings-XXS) var(--spacings-XXS) 0;text-overflow:ellipsis;overflow:hidden;vertical-align:top;white-space:nowrap}:host-context(.textfield.mod-S) .lu-select-value,:host-context(.textfield.mod-S) .lu-select-placeholder{font-size:var(--sizes-S-fontSize);line-height:var(--sizes-XS-lineHeight);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-XS-lineHeight))}:host-context(.textfield.mod-S):after{line-height:var(--sizes-XS-lineHeight)}:host-context(.textfield.mod-S) ::ng-deep .lu-select-value .label{font-size:var(--sizes-S-fontSize);line-height:var(--sizes-S-lineHeight);font-weight:600;margin:0;padding:0;background-color:transparent}:host-context(.textfield.mod-S) ::ng-deep .lu-select-value .chip{height:var(--sizes-XS-lineHeight);line-height:var(--sizes-XS-lineHeight);font-size:var(--sizes-XS-fontSize)}:host-context(.textfield.mod-framed).textfield-input,:host-context(.form.mod-framed).textfield-input{padding:var(--components-select-framed-top-padding) 0 0}:host-context(.textfield.mod-framed).textfield-input:after,:host-context(.form.mod-framed).textfield-input:after{color:var(--palettes-grey-500);bottom:var(--components-select-framed-bottom-padding);right:var(--spacings-XS)}:host-context(.textfield.mod-framed).textfield-input .lu-select-value,:host-context(.form.mod-framed).textfield-input .lu-select-value{padding:0 calc(var(--components-select-framed-side-padding) * 3) var(--components-select-framed-bottom-padding) var(--components-select-framed-side-padding)}:host-context(.textfield.mod-framed).textfield-input .lu-select-placeholder,:host-context(.form.mod-framed).textfield-input .lu-select-placeholder{color:var(--palettes-grey-400);padding:0 calc(var(--components-select-framed-side-padding) * 3) var(--components-select-framed-bottom-padding) var(--components-select-framed-side-padding)}:host-context(.textfield.mod-framed).textfield-input .lu-select-suffix,:host-context(.form.mod-framed).textfield-input .lu-select-suffix{bottom:var(--components-select-framed-bottom-padding);right:1.7rem}:host-context(.textfield.mod-filter) .lu-select-value,:host-context(.textfield.mod-filter) .lu-select-placeholder{padding:0;height:auto;padding-top:var(--spacings-S);color:var(--palettes-grey-800)}:host-context(.textfield.mod-filter) .lu-select-suffix{bottom:.4rem}:host-context(.textfield.mod-material):after{color:var(--palettes-grey-500);bottom:.6rem;right:0}:host-context(.textfield.mod-material) .lu-select-value,:host-context(.textfield.mod-material) .lu-select-placeholder{padding-left:0;padding-right:.8rem}:host-context(.textfield.mod-material) .lu-select-suffix{right:calc(2 * var(--components-select-input-padding-horizontal))}:host-context(.textfield.mod-material).is-select .lu-select-placeholder{display:none}:host-context(.textfield.mod-material).mod-search:after{bottom:0}:host-context(.textfield.mod-material).mod-search .lu-select-suffix{right:calc(2.75 * var(--components-select-input-padding-horizontal))}:host-context(.textfield.mod-material .textfield-input.is-focused) .lu-select-placeholder{display:none}:host(.mod-multiple) .lu-select-value{height:auto;align-items:center}:host(.mod-multiple) .lu-select-display-wrapper{overflow:hidden;white-space:normal;margin-bottom:calc(var(--spacings-XXS) * -1)}:host-context(.textfield.mod-outlined).textfield-input:after{color:var(--palettes-grey-600)}:host-context(.textfield.mod-outlined).textfield-input .lu-select-placeholder{color:var(--palettes-grey-400)}:host-context(.textfield.mod-outlined) :host-context(.textfield-input.is-error):after{color:var(--palettes-error-600)}:host-context(.textfield.mod-outlined) :host-context(.textfield-input.is-error) .lu-select-placeholder{color:var(--palettes-error-400)}:host-context(.textfield-input.is-filled) .lu-select-placeholder{display:none}:host-context(.textfield-input.is-filled) .lu-select-value{display:flex;align-items:start}:host-context(.textfield-input.is-clearable) .lu-select-value{padding-right:3rem}:host-context(.textfield-input.is-error):after{color:var(--palettes-error-700)}:host-context(.textfield-input.is-error) .lu-select-placeholder{color:var(--palettes-error-400)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]):after{color:var(--commons-disabled-color)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]) .lu-select-placeholder{color:var(--commons-disabled-placeholder)}.lu-select-value{padding-right:3rem}.lu-select-additionalInformation{font-size:80%;font-style:italic;margin-top:-.25em}\n"] }]
69
+ ], template: "<div class=\"lu-select-placeholder\">{{ placeholder }}</div>\r\n<div class=\"lu-select-value\">\r\n\t<div class=\"lu-select-display-wrapper\">\r\n\t\t<ng-container #display></ng-container>\r\n\t</div>\r\n</div>\r\n<div class=\"lu-select-suffix\">\r\n\t<lu-input-clearer></lu-input-clearer>\r\n</div>\r\n<ng-template luDisplayer [luDisplayerMultiple]=\"true\" let-values>\r\n\t<span *ngIf=\"multiple && values?.length > 1; else singleView\"\r\n\t\t><span class=\"chip mod-unkillable\">{{ values.length }}</span> {{ intl.users }}</span\r\n\t>\r\n\t<ng-template #singleView>{{ values[0] || values | luUserDisplay }}</ng-template>\r\n</ng-template>\r\n<lu-option-picker-advanced [option-comparer]=\"byId\">\r\n\t<header class=\"lu-picker-header\">\r\n\t\t<lu-user-paged-searcher\r\n\t\t\t[fields]=\"fields\"\r\n\t\t\t[filters]=\"filters\"\r\n\t\t\t[orderBy]=\"orderBy\"\r\n\t\t\t[appInstanceId]=\"appInstanceId\"\r\n\t\t\t[operations]=\"operations\"\r\n\t\t\t[enableFormerEmployees]=\"enableFormerEmployees\"\r\n\t\t\t(clueChange)=\"clue = $event\"\r\n\t\t></lu-user-paged-searcher>\r\n\t</header>\r\n\t<lu-user-homonyms></lu-user-homonyms>\r\n\t<lu-option\r\n\t\t*luUserMeOption=\"\r\n\t\t\tlet user;\r\n\t\t\tfields: fields;\r\n\t\t\tfilters: filters;\r\n\t\t\torderBy: orderBy;\r\n\t\t\tappInstanceId: appInstanceId;\r\n\t\t\toperations: operations;\r\n\t\t\tclue: clue\r\n\t\t\"\r\n\t\t[value]=\"user\"\r\n\t>\r\n\t\t<div>\r\n\t\t\t<b>{{ intl.me }} {{ user | luUserDisplay: searchFormat }}</b>\r\n\t\t</div>\r\n\t\t<div class=\"lu-select-additionalInformation\" *ngIf=\"user.additionalInformation\">({{ user.additionalInformation }})</div>\r\n\t</lu-option>\r\n\r\n\t<lu-option *luForOptions=\"let user\" [value]=\"user\">\r\n\t\t<div>{{ user | luUserDisplay: searchFormat }}</div>\r\n\t\t<div class=\"lu-select-additionalInformation\" *ngIf=\"user.additionalInformation\">({{ user.additionalInformation }})</div>\r\n\t</lu-option>\r\n</lu-option-picker-advanced>\r\n", styles: [":root{--components-options-item-padding-vertical: var(--spacings-XS);--components-options-item-padding-horizontal: var(--spacings-XS);--components-options-item-multiple-padding: var(--spacings-L);--components-options-item-icon-color: var(--palettes-grey-800);--components-options-checkbox-left: .5rem;--components-options-checkbox-size: 1rem;--components-options-checkbox-color: var(--palettes-primary-700);--components-options-checkbox-border-radius: var(--commons-borderRadius-M);--components-options-checkbox-border-color: var(--palettes-grey-700);--components-options-establishment-multiple-padding: var(--spacings-M)}:host{--components-select-chip-background: var(--palettes-primary-700);--components-select-chip-text: var(--colors-white-color);--components-select-input-padding-horizontal: var(--spacings-XS);--components-select-input-padding-vertical: var(--spacings-XS);--components-select-framed-color: var(--palettes-grey-500);--components-select-framed-color50: var(--palettes-grey-50);--components-select-framed-see-through: var(--palettes-grey-50);--components-select-framed-text: var(--palettes-grey-800);--components-select-framed-placeholder: #cccccc;--components-select-framed-side-padding: var(--spacings-S);--components-select-framed-top-padding: var(--spacings-L);--components-select-framed-bottom-padding: var(--spacings-S);--components-select-framed-label-top-offset: var(--spacings-XS);cursor:pointer;outline:none;padding:0}:host:after{display:inline-block;vertical-align:text-bottom;font-style:normal;font-family:Lucca icons;color:var(--palettes-700, var(--palettes-primary-700));bottom:var(--components-select-input-padding-vertical);font-size:1.2rem;line-height:1.4rem;pointer-events:none;position:absolute;right:var(--components-select-input-padding-horizontal)}@supports (content: \"*\"/\"\"){:host:after{content:\"\\e97c\"/\"\"}}@supports not (content: \"*\"/\"\"){:host:after{content:\"\\e97c\"}}:host[disabled]{cursor:not-allowed;pointer-events:all}:host.is-disabled{cursor:not-allowed;pointer-events:all}.lu-select-display-wrapper{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lu-select-value{line-height:var(--sizes-M-lineHeight);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-M-lineHeight));padding:var(--components-select-input-padding-vertical) 3rem var(--components-select-input-padding-vertical) var(--components-select-input-padding-horizontal);transition:all var(--commons-animations-durations-standard);display:none}.lu-select-placeholder{color:var(--palettes-400, var(--palettes-primary-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) 3rem var(--components-select-input-padding-vertical) var(--components-select-input-padding-horizontal);transition:all var(--commons-animations-durations-standard);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lu-select-suffix{position:absolute;bottom:var(--spacings-XS);right:1.6rem}::ng-deep .lu-select-value .label{padding:var(--spacings-XXS) var(--spacings-XS);margin-left:0}::ng-deep .lu-select-value .chip{background-color:var(--components-select-chip-background);color:var(--components-select-chip-text);vertical-align:baseline;max-width:100%;height:var(--sizes-M-lineHeight);line-height:var(--sizes-M-lineHeight);padding:0 var(--spacings-XS);margin:0 var(--spacings-XXS) var(--spacings-XXS) 0;text-overflow:ellipsis;overflow:hidden;vertical-align:top;white-space:nowrap}:host-context(.textfield.mod-S) .lu-select-value,:host-context(.textfield.mod-S) .lu-select-placeholder{font-size:var(--sizes-S-fontSize);line-height:var(--sizes-XS-lineHeight);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-XS-lineHeight))}:host-context(.textfield.mod-S):after{line-height:var(--sizes-XS-lineHeight)}:host-context(.textfield.mod-S) .lu-select-suffix{bottom:var(--spacings-XXS)}:host-context(.textfield.mod-S) ::ng-deep .lu-select-value .label{font-size:var(--sizes-S-fontSize);line-height:var(--sizes-S-lineHeight);font-weight:600;margin:0;padding:0;background-color:transparent}:host-context(.textfield.mod-S) ::ng-deep .lu-select-value .chip{height:var(--sizes-XS-lineHeight);line-height:var(--sizes-XS-lineHeight);font-size:var(--sizes-XS-fontSize)}:host-context(.textfield.mod-framed).textfield-input,:host-context(.form.mod-framed).textfield-input{padding:var(--components-select-framed-top-padding) 0 0}:host-context(.textfield.mod-framed).textfield-input:after,:host-context(.form.mod-framed).textfield-input:after{color:var(--palettes-grey-500);bottom:var(--components-select-framed-bottom-padding);right:var(--spacings-XS)}:host-context(.textfield.mod-framed).textfield-input .lu-select-value,:host-context(.form.mod-framed).textfield-input .lu-select-value{padding:0 calc(var(--components-select-framed-side-padding) * 3) var(--components-select-framed-bottom-padding) var(--components-select-framed-side-padding)}:host-context(.textfield.mod-framed).textfield-input .lu-select-placeholder,:host-context(.form.mod-framed).textfield-input .lu-select-placeholder{color:var(--palettes-grey-400);padding:0 calc(var(--components-select-framed-side-padding) * 3) var(--components-select-framed-bottom-padding) var(--components-select-framed-side-padding)}:host-context(.textfield.mod-framed).textfield-input .lu-select-suffix,:host-context(.form.mod-framed).textfield-input .lu-select-suffix{bottom:var(--components-select-framed-bottom-padding);right:1.7rem}:host-context(.textfield.mod-filter) .lu-select-value,:host-context(.textfield.mod-filter) .lu-select-placeholder{padding:0;height:auto;padding-top:var(--spacings-S);color:var(--palettes-grey-800)}:host-context(.textfield.mod-filter) .lu-select-suffix{bottom:.4rem}:host-context(.textfield.mod-material):after{color:var(--palettes-grey-500);bottom:.6rem;right:0}:host-context(.textfield.mod-material) .lu-select-value,:host-context(.textfield.mod-material) .lu-select-placeholder{padding-left:0;padding-right:.8rem}:host-context(.textfield.mod-material) .lu-select-suffix{right:calc(2 * var(--components-select-input-padding-horizontal))}:host-context(.textfield.mod-material).is-select .lu-select-placeholder{display:none}:host-context(.textfield.mod-material).mod-search:after{bottom:0}:host-context(.textfield.mod-material).mod-search .lu-select-suffix{right:calc(2.75 * var(--components-select-input-padding-horizontal))}:host-context(.textfield.mod-material .textfield-input.is-focused) .lu-select-placeholder{display:none}:host(.mod-multiple) .lu-select-value{height:auto;align-items:center}:host(.mod-multiple) .lu-select-display-wrapper{overflow:hidden;white-space:normal;margin-bottom:calc(var(--spacings-XXS) * -1)}:host-context(.textfield.mod-outlined).textfield-input:after{color:var(--palettes-grey-600)}:host-context(.textfield.mod-outlined).textfield-input .lu-select-placeholder{color:var(--palettes-grey-400)}:host-context(.textfield.mod-outlined) :host-context(.textfield-input.is-error):after{color:var(--palettes-error-600)}:host-context(.textfield.mod-outlined) :host-context(.textfield-input.is-error) .lu-select-placeholder{color:var(--palettes-error-400)}:host-context(.textfield-input.is-filled) .lu-select-placeholder{display:none}:host-context(.textfield-input.is-filled) .lu-select-value{display:flex;align-items:start}:host-context(.textfield-input.is-clearable) .lu-select-value{padding-right:3rem}:host-context(.textfield-input.is-error):after{color:var(--palettes-error-700)}:host-context(.textfield-input.is-error) .lu-select-placeholder{color:var(--palettes-error-400)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]):after{color:var(--commons-disabled-color)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]) .lu-select-placeholder{color:var(--commons-disabled-placeholder)}.lu-select-value{padding-right:3rem}.lu-select-additionalInformation{font-size:80%;font-style:italic;margin-top:-.25em}\n"] }]
70
70
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i1.Overlay }, { type: i0.ElementRef }, { type: i0.ViewContainerRef }, { type: i0.Renderer2 }]; }, propDecorators: { inputPlaceholder: [{
71
71
  type: Input,
72
72
  args: ['placeholder']
@@ -83,4 +83,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImpor
83
83
  }], enableFormerEmployees: [{
84
84
  type: Input
85
85
  }] } });
86
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXNlci1zZWxlY3QtaW5wdXQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvdXNlci9zcmMvbGliL3NlbGVjdC9pbnB1dC91c2VyLXNlbGVjdC1pbnB1dC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy91c2VyL3NyYy9saWIvc2VsZWN0L2lucHV0L3VzZXItc2VsZWN0LWlucHV0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBVyxhQUFhLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUM5RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFpQix1QkFBdUIsRUFBcUIsU0FBUyxFQUFjLFVBQVUsRUFBRSxLQUFLLEVBQStCLE1BQU0sZUFBZSxDQUFDO0FBQ2pLLE9BQU8sRUFBd0IsaUJBQWlCLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUN6RSxPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFDL0MsT0FBTyxFQUFFLHVCQUF1QixFQUFFLHlCQUF5QixFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDM0YsT0FBTyxFQUFFLHFCQUFxQixFQUFvQixxQkFBcUIsRUFBRSwrQkFBK0IsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBRXpJLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ2pFLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQzNFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLGFBQWEsQ0FBQztBQUN0RCxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSxPQUFPLENBQUM7QUFDaEQsT0FBTyxFQUFFLDRCQUE0QixFQUFFLE1BQU0sYUFBYSxDQUFDO0FBQzNELE9BQU8sRUFBRSxpQ0FBaUMsRUFBRSxNQUFNLCtCQUErQixDQUFDOzs7O0FBRWxGOztHQUVHO0FBOEJILE1BQU0sT0FBTywwQkFDWixTQUFRLHVCQUEwQjtJQXFCbEMsWUFDb0Isa0JBQXFDLEVBQ3JDLFFBQWlCLEVBQ2pCLFdBQW9DLEVBQ3BDLGlCQUFtQyxFQUNuQyxTQUFvQjtRQUV2QyxLQUFLLENBQUMsa0JBQWtCLEVBQUUsUUFBUSxFQUFFLFdBQVcsRUFBRSxpQkFBaUIsRUFBRSxTQUFTLENBQUMsQ0FBQztRQU41RCx1QkFBa0IsR0FBbEIsa0JBQWtCLENBQW1CO1FBQ3JDLGFBQVEsR0FBUixRQUFRLENBQVM7UUFDakIsZ0JBQVcsR0FBWCxXQUFXLENBQXlCO1FBQ3BDLHNCQUFpQixHQUFqQixpQkFBaUIsQ0FBa0I7UUFDbkMsY0FBUyxHQUFULFNBQVMsQ0FBVztRQXZCeEMsaUJBQVksR0FBRyxpQkFBaUIsQ0FBQyxTQUFTLENBQUM7UUFXbEMsMEJBQXFCLEdBQUcsS0FBSyxDQUFDO1FBRXZDLFNBQUksR0FBRyxFQUFFLENBQUM7UUFFVixTQUFJLEdBQXdCLENBQUMsT0FBVSxFQUFFLE9BQVUsRUFBRSxFQUFFLENBQUMsT0FBTyxJQUFJLE9BQU8sSUFBSSxPQUFPLENBQUMsRUFBRSxLQUFLLE9BQU8sQ0FBQyxFQUFFLENBQUM7UUFFakcsU0FBSSxHQUFHLE9BQU8sQ0FBQyxpQ0FBaUMsQ0FBQyxDQUFDO0lBU3pELENBQUM7SUF4QkQsSUFBbUMsZ0JBQWdCLENBQUMsQ0FBUztRQUM1RCxJQUFJLENBQUMsWUFBWSxHQUFHLENBQUMsQ0FBQztJQUN2QixDQUFDOzt1SEFSVywwQkFBMEI7MkdBQTFCLDBCQUEwQixvU0FUM0I7UUFDVixpQkFBaUI7UUFDakI7WUFDQyxPQUFPLEVBQUUsaUJBQWlCO1lBQzFCLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsMEJBQTBCLENBQUM7WUFDekQsS0FBSyxFQUFFLElBQUk7U0FDWDtLQUNELGlEQzdDRixpN0RBbURBLGkxUEQxQkUsWUFBWSxrSUFDWixhQUFhLCtCQUNiLHVCQUF1Qiw0R0FDdkIseUJBQXlCLHVHQUN6QiwrQkFBK0IsNEdBQy9CLDRCQUE0Qiw4TEFDNUIsdUJBQXVCLDZEQUN2QixxQkFBcUIsdUlBRXJCLHVCQUF1QixrT0FDdkIscUJBQXFCLHVGQUNyQixpQkFBaUI7MkZBV04sMEJBQTBCO2tCQTdCdEMsU0FBUzsrQkFDQyxnQkFBZ0IsbUJBR1QsdUJBQXVCLENBQUMsTUFBTSxjQUNuQyxJQUFJLFdBQ1A7d0JBQ1IsWUFBWTt3QkFDWixhQUFhO3dCQUNiLHVCQUF1Qjt3QkFDdkIseUJBQXlCO3dCQUN6QiwrQkFBK0I7d0JBQy9CLDRCQUE0Qjt3QkFDNUIsdUJBQXVCO3dCQUN2QixxQkFBcUI7d0JBQ3JCLCtCQUErQjt3QkFDL0IsdUJBQXVCO3dCQUN2QixxQkFBcUI7d0JBQ3JCLGlCQUFpQjtxQkFDakIsYUFDVTt3QkFDVixpQkFBaUI7d0JBQ2pCOzRCQUNDLE9BQU8sRUFBRSxpQkFBaUI7NEJBQzFCLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLDJCQUEyQixDQUFDOzRCQUN6RCxLQUFLLEVBQUUsSUFBSTt5QkFDWDtxQkFDRDs4TUFRa0MsZ0JBQWdCO3NCQUFsRCxLQUFLO3VCQUFDLGFBQWE7Z0JBSVgsTUFBTTtzQkFBZCxLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSztnQkFDRyxPQUFPO3NCQUFmLEtBQUs7Z0JBQ0csYUFBYTtzQkFBckIsS0FBSztnQkFDRyxVQUFVO3NCQUFsQixLQUFLO2dCQUNHLHFCQUFxQjtzQkFBN0IsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE92ZXJsYXksIE92ZXJsYXlNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jZGsvb3ZlcmxheSc7XHJcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IEFmdGVyVmlld0luaXQsIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDaGFuZ2VEZXRlY3RvclJlZiwgQ29tcG9uZW50LCBFbGVtZW50UmVmLCBmb3J3YXJkUmVmLCBJbnB1dCwgUmVuZGVyZXIyLCBWaWV3Q29udGFpbmVyUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IENvbnRyb2xWYWx1ZUFjY2Vzc29yLCBOR19WQUxVRV9BQ0NFU1NPUiB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcclxuaW1wb3J0IHsgZ2V0SW50bCB9IGZyb20gJ0BsdWNjYS1mcm9udC9uZy9jb3JlJztcclxuaW1wb3J0IHsgTHVJbnB1dENsZWFyZXJDb21wb25lbnQsIEx1SW5wdXREaXNwbGF5ZXJEaXJlY3RpdmUgfSBmcm9tICdAbHVjY2EtZnJvbnQvbmcvaW5wdXQnO1xyXG5pbXBvcnQgeyBMdUZvck9wdGlvbnNEaXJlY3RpdmUsIEx1T3B0aW9uQ29tcGFyZXIsIEx1T3B0aW9uSXRlbUNvbXBvbmVudCwgTHVPcHRpb25QaWNrZXJBZHZhbmNlZENvbXBvbmVudCB9IGZyb20gJ0BsdWNjYS1mcm9udC9uZy9vcHRpb24nO1xyXG5pbXBvcnQgeyBJTHVJbnB1dFdpdGhQaWNrZXIgfSBmcm9tICdAbHVjY2EtZnJvbnQvbmcvcGlja2VyJztcclxuaW1wb3J0IHsgQUx1U2VsZWN0SW5wdXRDb21wb25lbnQgfSBmcm9tICdAbHVjY2EtZnJvbnQvbmcvc2VsZWN0JztcclxuaW1wb3J0IHsgTHVEaXNwbGF5RnVsbG5hbWUsIEx1VXNlckRpc3BsYXlQaXBlIH0gZnJvbSAnLi4vLi4vZGlzcGxheS9pbmRleCc7XHJcbmltcG9ydCB7IEx1VXNlckhvbW9ueW1zQ29tcG9uZW50IH0gZnJvbSAnLi4vaG9tb255bXMnO1xyXG5pbXBvcnQgeyBMdVVzZXJNZU9wdGlvbkRpcmVjdGl2ZSB9IGZyb20gJy4uL21lJztcclxuaW1wb3J0IHsgTHVVc2VyUGFnZWRTZWFyY2hlckNvbXBvbmVudCB9IGZyb20gJy4uL3NlYXJjaGVyJztcclxuaW1wb3J0IHsgTFVfVVNFUl9TRUxFQ1RfSU5QVVRfVFJBTlNMQVRJT05TIH0gZnJvbSAnLi91c2VyLXNlbGVjdC1pbnB1dC50cmFuc2xhdGUnO1xyXG5cclxuLyoqXHJcbiAqIERpc3BsYXlzIHVzZXIncGljdHVyZSBvciBhIHBsYWNlaG9sZGVyIHdpdGggaGlzL2hlciBpbml0aWFscyBhbmQgcmFuZG9tIGJnIGNvbG9yJ1xyXG4gKi9cclxuQENvbXBvbmVudCh7XHJcblx0c2VsZWN0b3I6ICdsdS11c2VyLXNlbGVjdCcsXHJcblx0dGVtcGxhdGVVcmw6ICcuL3VzZXItc2VsZWN0LWlucHV0LmNvbXBvbmVudC5odG1sJyxcclxuXHRzdHlsZVVybHM6IFsnLi91c2VyLXNlbGVjdC1pbnB1dC5jb21wb25lbnQuc2NzcyddLFxyXG5cdGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxyXG5cdHN0YW5kYWxvbmU6IHRydWUsXHJcblx0aW1wb3J0czogW1xyXG5cdFx0Q29tbW9uTW9kdWxlLFxyXG5cdFx0T3ZlcmxheU1vZHVsZSxcclxuXHRcdEx1SW5wdXRDbGVhcmVyQ29tcG9uZW50LFxyXG5cdFx0THVJbnB1dERpc3BsYXllckRpcmVjdGl2ZSxcclxuXHRcdEx1T3B0aW9uUGlja2VyQWR2YW5jZWRDb21wb25lbnQsXHJcblx0XHRMdVVzZXJQYWdlZFNlYXJjaGVyQ29tcG9uZW50LFxyXG5cdFx0THVVc2VySG9tb255bXNDb21wb25lbnQsXHJcblx0XHRMdU9wdGlvbkl0ZW1Db21wb25lbnQsXHJcblx0XHRMdU9wdGlvblBpY2tlckFkdmFuY2VkQ29tcG9uZW50LFxyXG5cdFx0THVVc2VyTWVPcHRpb25EaXJlY3RpdmUsXHJcblx0XHRMdUZvck9wdGlvbnNEaXJlY3RpdmUsXHJcblx0XHRMdVVzZXJEaXNwbGF5UGlwZSxcclxuXHRdLFxyXG5cdHByb3ZpZGVyczogW1xyXG5cdFx0THVVc2VyRGlzcGxheVBpcGUsXHJcblx0XHR7XHJcblx0XHRcdHByb3ZpZGU6IE5HX1ZBTFVFX0FDQ0VTU09SLFxyXG5cdFx0XHR1c2VFeGlzdGluZzogZm9yd2FyZFJlZigoKSA9PiBMdVVzZXJTZWxlY3RJbnB1dENvbXBvbmVudCksXHJcblx0XHRcdG11bHRpOiB0cnVlLFxyXG5cdFx0fSxcclxuXHRdLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgTHVVc2VyU2VsZWN0SW5wdXRDb21wb25lbnQ8VSBleHRlbmRzIGltcG9ydCgnLi4vLi4vdXNlci5tb2RlbCcpLklMdVVzZXIgPSBpbXBvcnQoJy4uLy4uL3VzZXIubW9kZWwnKS5JTHVVc2VyPlxyXG5cdGV4dGVuZHMgQUx1U2VsZWN0SW5wdXRDb21wb25lbnQ8VT5cclxuXHRpbXBsZW1lbnRzIENvbnRyb2xWYWx1ZUFjY2Vzc29yLCBJTHVJbnB1dFdpdGhQaWNrZXI8VT4sIEFmdGVyVmlld0luaXRcclxue1xyXG5cdHNlYXJjaEZvcm1hdCA9IEx1RGlzcGxheUZ1bGxuYW1lLmxhc3RmaXJzdDtcclxuXHJcblx0QElucHV0KCdwbGFjZWhvbGRlcicpIG92ZXJyaWRlIHNldCBpbnB1dFBsYWNlaG9sZGVyKHA6IHN0cmluZykge1xyXG5cdFx0dGhpcy5fcGxhY2Vob2xkZXIgPSBwO1xyXG5cdH1cclxuXHJcblx0QElucHV0KCkgZmllbGRzOiBzdHJpbmc7XHJcblx0QElucHV0KCkgZmlsdGVyczogc3RyaW5nW107XHJcblx0QElucHV0KCkgb3JkZXJCeTogc3RyaW5nO1xyXG5cdEBJbnB1dCgpIGFwcEluc3RhbmNlSWQ6IG51bWJlciB8IHN0cmluZztcclxuXHRASW5wdXQoKSBvcGVyYXRpb25zOiBudW1iZXJbXTtcclxuXHRASW5wdXQoKSBlbmFibGVGb3JtZXJFbXBsb3llZXMgPSBmYWxzZTtcclxuXHJcblx0Y2x1ZSA9ICcnO1xyXG5cclxuXHRieUlkOiBMdU9wdGlvbkNvbXBhcmVyPFU+ID0gKG9wdGlvbjE6IFUsIG9wdGlvbjI6IFUpID0+IG9wdGlvbjEgJiYgb3B0aW9uMiAmJiBvcHRpb24xLmlkID09PSBvcHRpb24yLmlkO1xyXG5cclxuXHRwdWJsaWMgaW50bCA9IGdldEludGwoTFVfVVNFUl9TRUxFQ1RfSU5QVVRfVFJBTlNMQVRJT05TKTtcclxuXHRjb25zdHJ1Y3RvcihcclxuXHRcdHByb3RlY3RlZCBvdmVycmlkZSBfY2hhbmdlRGV0ZWN0b3JSZWY6IENoYW5nZURldGVjdG9yUmVmLFxyXG5cdFx0cHJvdGVjdGVkIG92ZXJyaWRlIF9vdmVybGF5OiBPdmVybGF5LFxyXG5cdFx0cHJvdGVjdGVkIG92ZXJyaWRlIF9lbGVtZW50UmVmOiBFbGVtZW50UmVmPEhUTUxFbGVtZW50PixcclxuXHRcdHByb3RlY3RlZCBvdmVycmlkZSBfdmlld0NvbnRhaW5lclJlZjogVmlld0NvbnRhaW5lclJlZixcclxuXHRcdHByb3RlY3RlZCBvdmVycmlkZSBfcmVuZGVyZXI6IFJlbmRlcmVyMixcclxuXHQpIHtcclxuXHRcdHN1cGVyKF9jaGFuZ2VEZXRlY3RvclJlZiwgX292ZXJsYXksIF9lbGVtZW50UmVmLCBfdmlld0NvbnRhaW5lclJlZiwgX3JlbmRlcmVyKTtcclxuXHR9XHJcbn1cclxuIiwiPGRpdiBjbGFzcz1cImx1LXNlbGVjdC1wbGFjZWhvbGRlclwiPnt7IHBsYWNlaG9sZGVyIH19PC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJsdS1zZWxlY3QtdmFsdWVcIj5cclxuXHQ8ZGl2IGNsYXNzPVwibHUtc2VsZWN0LWRpc3BsYXktd3JhcHBlclwiPlxyXG5cdFx0PG5nLWNvbnRhaW5lciAjZGlzcGxheT48L25nLWNvbnRhaW5lcj5cclxuXHQ8L2Rpdj5cclxuPC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJsdS1zZWxlY3Qtc3VmZml4XCI+XHJcblx0PGx1LWlucHV0LWNsZWFyZXI+PC9sdS1pbnB1dC1jbGVhcmVyPlxyXG48L2Rpdj5cclxuPG5nLXRlbXBsYXRlIGx1RGlzcGxheWVyIFtsdURpc3BsYXllck11bHRpcGxlXT1cInRydWVcIiBsZXQtdmFsdWVzPlxyXG5cdDxzcGFuICpuZ0lmPVwibXVsdGlwbGUgJiYgdmFsdWVzPy5sZW5ndGggPiAxOyBlbHNlIHNpbmdsZVZpZXdcIlxyXG5cdFx0PjxzcGFuIGNsYXNzPVwiY2hpcCBtb2QtdW5raWxsYWJsZVwiPnt7IHZhbHVlcy5sZW5ndGggfX08L3NwYW4+IHt7IGludGwudXNlcnMgfX08L3NwYW5cclxuXHQ+XHJcblx0PG5nLXRlbXBsYXRlICNzaW5nbGVWaWV3Pnt7IHZhbHVlc1swXSB8fCB2YWx1ZXMgfCBsdVVzZXJEaXNwbGF5IH19PC9uZy10ZW1wbGF0ZT5cclxuPC9uZy10ZW1wbGF0ZT5cclxuPGx1LW9wdGlvbi1waWNrZXItYWR2YW5jZWQgW29wdGlvbi1jb21wYXJlcl09XCJieUlkXCI+XHJcblx0PGhlYWRlciBjbGFzcz1cImx1LXBpY2tlci1oZWFkZXJcIj5cclxuXHRcdDxsdS11c2VyLXBhZ2VkLXNlYXJjaGVyXHJcblx0XHRcdFtmaWVsZHNdPVwiZmllbGRzXCJcclxuXHRcdFx0W2ZpbHRlcnNdPVwiZmlsdGVyc1wiXHJcblx0XHRcdFtvcmRlckJ5XT1cIm9yZGVyQnlcIlxyXG5cdFx0XHRbYXBwSW5zdGFuY2VJZF09XCJhcHBJbnN0YW5jZUlkXCJcclxuXHRcdFx0W29wZXJhdGlvbnNdPVwib3BlcmF0aW9uc1wiXHJcblx0XHRcdFtlbmFibGVGb3JtZXJFbXBsb3llZXNdPVwiZW5hYmxlRm9ybWVyRW1wbG95ZWVzXCJcclxuXHRcdFx0KGNsdWVDaGFuZ2UpPVwiY2x1ZSA9ICRldmVudFwiXHJcblx0XHQ+PC9sdS11c2VyLXBhZ2VkLXNlYXJjaGVyPlxyXG5cdDwvaGVhZGVyPlxyXG5cdDxsdS11c2VyLWhvbW9ueW1zPjwvbHUtdXNlci1ob21vbnltcz5cclxuXHQ8bHUtb3B0aW9uXHJcblx0XHQqbHVVc2VyTWVPcHRpb249XCJcclxuXHRcdFx0bGV0IHVzZXI7XHJcblx0XHRcdGZpZWxkczogZmllbGRzO1xyXG5cdFx0XHRmaWx0ZXJzOiBmaWx0ZXJzO1xyXG5cdFx0XHRvcmRlckJ5OiBvcmRlckJ5O1xyXG5cdFx0XHRhcHBJbnN0YW5jZUlkOiBhcHBJbnN0YW5jZUlkO1xyXG5cdFx0XHRvcGVyYXRpb25zOiBvcGVyYXRpb25zO1xyXG5cdFx0XHRjbHVlOiBjbHVlXHJcblx0XHRcIlxyXG5cdFx0W3ZhbHVlXT1cInVzZXJcIlxyXG5cdD5cclxuXHRcdDxkaXY+XHJcblx0XHRcdDxiPnt7IGludGwubWUgfX0ge3sgdXNlciB8IGx1VXNlckRpc3BsYXk6IHNlYXJjaEZvcm1hdCB9fTwvYj5cclxuXHRcdDwvZGl2PlxyXG5cdFx0PGRpdiBjbGFzcz1cImx1LXNlbGVjdC1hZGRpdGlvbmFsSW5mb3JtYXRpb25cIiAqbmdJZj1cInVzZXIuYWRkaXRpb25hbEluZm9ybWF0aW9uXCI+KHt7IHVzZXIuYWRkaXRpb25hbEluZm9ybWF0aW9uIH19KTwvZGl2PlxyXG5cdDwvbHUtb3B0aW9uPlxyXG5cclxuXHQ8bHUtb3B0aW9uICpsdUZvck9wdGlvbnM9XCJsZXQgdXNlclwiIFt2YWx1ZV09XCJ1c2VyXCI+XHJcblx0XHQ8ZGl2Pnt7IHVzZXIgfCBsdVVzZXJEaXNwbGF5OiBzZWFyY2hGb3JtYXQgfX08L2Rpdj5cclxuXHRcdDxkaXYgY2xhc3M9XCJsdS1zZWxlY3QtYWRkaXRpb25hbEluZm9ybWF0aW9uXCIgKm5nSWY9XCJ1c2VyLmFkZGl0aW9uYWxJbmZvcm1hdGlvblwiPih7eyB1c2VyLmFkZGl0aW9uYWxJbmZvcm1hdGlvbiB9fSk8L2Rpdj5cclxuXHQ8L2x1LW9wdGlvbj5cclxuPC9sdS1vcHRpb24tcGlja2VyLWFkdmFuY2VkPlxyXG4iXX0=
86
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXNlci1zZWxlY3QtaW5wdXQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvdXNlci9zcmMvbGliL3NlbGVjdC9pbnB1dC91c2VyLXNlbGVjdC1pbnB1dC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy91c2VyL3NyYy9saWIvc2VsZWN0L2lucHV0L3VzZXItc2VsZWN0LWlucHV0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBVyxhQUFhLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUM5RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFpQix1QkFBdUIsRUFBcUIsU0FBUyxFQUFjLFVBQVUsRUFBRSxLQUFLLEVBQStCLE1BQU0sZUFBZSxDQUFDO0FBQ2pLLE9BQU8sRUFBd0IsaUJBQWlCLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUN6RSxPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFDL0MsT0FBTyxFQUFFLHVCQUF1QixFQUFFLHlCQUF5QixFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDM0YsT0FBTyxFQUFFLHFCQUFxQixFQUFvQixxQkFBcUIsRUFBRSwrQkFBK0IsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBRXpJLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ2pFLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQzNFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLGFBQWEsQ0FBQztBQUN0RCxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSxPQUFPLENBQUM7QUFDaEQsT0FBTyxFQUFFLDRCQUE0QixFQUFFLE1BQU0sYUFBYSxDQUFDO0FBQzNELE9BQU8sRUFBRSxpQ0FBaUMsRUFBRSxNQUFNLCtCQUErQixDQUFDOzs7O0FBRWxGOztHQUVHO0FBOEJILE1BQU0sT0FBTywwQkFDWixTQUFRLHVCQUEwQjtJQXFCbEMsWUFDb0Isa0JBQXFDLEVBQ3JDLFFBQWlCLEVBQ2pCLFdBQW9DLEVBQ3BDLGlCQUFtQyxFQUNuQyxTQUFvQjtRQUV2QyxLQUFLLENBQUMsa0JBQWtCLEVBQUUsUUFBUSxFQUFFLFdBQVcsRUFBRSxpQkFBaUIsRUFBRSxTQUFTLENBQUMsQ0FBQztRQU41RCx1QkFBa0IsR0FBbEIsa0JBQWtCLENBQW1CO1FBQ3JDLGFBQVEsR0FBUixRQUFRLENBQVM7UUFDakIsZ0JBQVcsR0FBWCxXQUFXLENBQXlCO1FBQ3BDLHNCQUFpQixHQUFqQixpQkFBaUIsQ0FBa0I7UUFDbkMsY0FBUyxHQUFULFNBQVMsQ0FBVztRQXZCeEMsaUJBQVksR0FBRyxpQkFBaUIsQ0FBQyxTQUFTLENBQUM7UUFXbEMsMEJBQXFCLEdBQUcsS0FBSyxDQUFDO1FBRXZDLFNBQUksR0FBRyxFQUFFLENBQUM7UUFFVixTQUFJLEdBQXdCLENBQUMsT0FBVSxFQUFFLE9BQVUsRUFBRSxFQUFFLENBQUMsT0FBTyxJQUFJLE9BQU8sSUFBSSxPQUFPLENBQUMsRUFBRSxLQUFLLE9BQU8sQ0FBQyxFQUFFLENBQUM7UUFFakcsU0FBSSxHQUFHLE9BQU8sQ0FBQyxpQ0FBaUMsQ0FBQyxDQUFDO0lBU3pELENBQUM7SUF4QkQsSUFBbUMsZ0JBQWdCLENBQUMsQ0FBUztRQUM1RCxJQUFJLENBQUMsWUFBWSxHQUFHLENBQUMsQ0FBQztJQUN2QixDQUFDOzt1SEFSVywwQkFBMEI7MkdBQTFCLDBCQUEwQixvU0FUM0I7UUFDVixpQkFBaUI7UUFDakI7WUFDQyxPQUFPLEVBQUUsaUJBQWlCO1lBQzFCLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsMEJBQTBCLENBQUM7WUFDekQsS0FBSyxFQUFFLElBQUk7U0FDWDtLQUNELGlEQzdDRixpN0RBbURBLDg1UEQxQkUsWUFBWSxrSUFDWixhQUFhLCtCQUNiLHVCQUF1Qiw0R0FDdkIseUJBQXlCLHVHQUN6QiwrQkFBK0IsNEdBQy9CLDRCQUE0Qiw4TEFDNUIsdUJBQXVCLDZEQUN2QixxQkFBcUIsdUlBRXJCLHVCQUF1QixrT0FDdkIscUJBQXFCLHVGQUNyQixpQkFBaUI7MkZBV04sMEJBQTBCO2tCQTdCdEMsU0FBUzsrQkFDQyxnQkFBZ0IsbUJBR1QsdUJBQXVCLENBQUMsTUFBTSxjQUNuQyxJQUFJLFdBQ1A7d0JBQ1IsWUFBWTt3QkFDWixhQUFhO3dCQUNiLHVCQUF1Qjt3QkFDdkIseUJBQXlCO3dCQUN6QiwrQkFBK0I7d0JBQy9CLDRCQUE0Qjt3QkFDNUIsdUJBQXVCO3dCQUN2QixxQkFBcUI7d0JBQ3JCLCtCQUErQjt3QkFDL0IsdUJBQXVCO3dCQUN2QixxQkFBcUI7d0JBQ3JCLGlCQUFpQjtxQkFDakIsYUFDVTt3QkFDVixpQkFBaUI7d0JBQ2pCOzRCQUNDLE9BQU8sRUFBRSxpQkFBaUI7NEJBQzFCLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLDJCQUEyQixDQUFDOzRCQUN6RCxLQUFLLEVBQUUsSUFBSTt5QkFDWDtxQkFDRDs4TUFRa0MsZ0JBQWdCO3NCQUFsRCxLQUFLO3VCQUFDLGFBQWE7Z0JBSVgsTUFBTTtzQkFBZCxLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSztnQkFDRyxPQUFPO3NCQUFmLEtBQUs7Z0JBQ0csYUFBYTtzQkFBckIsS0FBSztnQkFDRyxVQUFVO3NCQUFsQixLQUFLO2dCQUNHLHFCQUFxQjtzQkFBN0IsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE92ZXJsYXksIE92ZXJsYXlNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jZGsvb3ZlcmxheSc7XHJcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IEFmdGVyVmlld0luaXQsIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDaGFuZ2VEZXRlY3RvclJlZiwgQ29tcG9uZW50LCBFbGVtZW50UmVmLCBmb3J3YXJkUmVmLCBJbnB1dCwgUmVuZGVyZXIyLCBWaWV3Q29udGFpbmVyUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IENvbnRyb2xWYWx1ZUFjY2Vzc29yLCBOR19WQUxVRV9BQ0NFU1NPUiB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcclxuaW1wb3J0IHsgZ2V0SW50bCB9IGZyb20gJ0BsdWNjYS1mcm9udC9uZy9jb3JlJztcclxuaW1wb3J0IHsgTHVJbnB1dENsZWFyZXJDb21wb25lbnQsIEx1SW5wdXREaXNwbGF5ZXJEaXJlY3RpdmUgfSBmcm9tICdAbHVjY2EtZnJvbnQvbmcvaW5wdXQnO1xyXG5pbXBvcnQgeyBMdUZvck9wdGlvbnNEaXJlY3RpdmUsIEx1T3B0aW9uQ29tcGFyZXIsIEx1T3B0aW9uSXRlbUNvbXBvbmVudCwgTHVPcHRpb25QaWNrZXJBZHZhbmNlZENvbXBvbmVudCB9IGZyb20gJ0BsdWNjYS1mcm9udC9uZy9vcHRpb24nO1xyXG5pbXBvcnQgeyBJTHVJbnB1dFdpdGhQaWNrZXIgfSBmcm9tICdAbHVjY2EtZnJvbnQvbmcvcGlja2VyJztcclxuaW1wb3J0IHsgQUx1U2VsZWN0SW5wdXRDb21wb25lbnQgfSBmcm9tICdAbHVjY2EtZnJvbnQvbmcvc2VsZWN0JztcclxuaW1wb3J0IHsgTHVEaXNwbGF5RnVsbG5hbWUsIEx1VXNlckRpc3BsYXlQaXBlIH0gZnJvbSAnLi4vLi4vZGlzcGxheS9pbmRleCc7XHJcbmltcG9ydCB7IEx1VXNlckhvbW9ueW1zQ29tcG9uZW50IH0gZnJvbSAnLi4vaG9tb255bXMnO1xyXG5pbXBvcnQgeyBMdVVzZXJNZU9wdGlvbkRpcmVjdGl2ZSB9IGZyb20gJy4uL21lJztcclxuaW1wb3J0IHsgTHVVc2VyUGFnZWRTZWFyY2hlckNvbXBvbmVudCB9IGZyb20gJy4uL3NlYXJjaGVyJztcclxuaW1wb3J0IHsgTFVfVVNFUl9TRUxFQ1RfSU5QVVRfVFJBTlNMQVRJT05TIH0gZnJvbSAnLi91c2VyLXNlbGVjdC1pbnB1dC50cmFuc2xhdGUnO1xyXG5cclxuLyoqXHJcbiAqIERpc3BsYXlzIHVzZXIncGljdHVyZSBvciBhIHBsYWNlaG9sZGVyIHdpdGggaGlzL2hlciBpbml0aWFscyBhbmQgcmFuZG9tIGJnIGNvbG9yJ1xyXG4gKi9cclxuQENvbXBvbmVudCh7XHJcblx0c2VsZWN0b3I6ICdsdS11c2VyLXNlbGVjdCcsXHJcblx0dGVtcGxhdGVVcmw6ICcuL3VzZXItc2VsZWN0LWlucHV0LmNvbXBvbmVudC5odG1sJyxcclxuXHRzdHlsZVVybHM6IFsnLi91c2VyLXNlbGVjdC1pbnB1dC5jb21wb25lbnQuc2NzcyddLFxyXG5cdGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxyXG5cdHN0YW5kYWxvbmU6IHRydWUsXHJcblx0aW1wb3J0czogW1xyXG5cdFx0Q29tbW9uTW9kdWxlLFxyXG5cdFx0T3ZlcmxheU1vZHVsZSxcclxuXHRcdEx1SW5wdXRDbGVhcmVyQ29tcG9uZW50LFxyXG5cdFx0THVJbnB1dERpc3BsYXllckRpcmVjdGl2ZSxcclxuXHRcdEx1T3B0aW9uUGlja2VyQWR2YW5jZWRDb21wb25lbnQsXHJcblx0XHRMdVVzZXJQYWdlZFNlYXJjaGVyQ29tcG9uZW50LFxyXG5cdFx0THVVc2VySG9tb255bXNDb21wb25lbnQsXHJcblx0XHRMdU9wdGlvbkl0ZW1Db21wb25lbnQsXHJcblx0XHRMdU9wdGlvblBpY2tlckFkdmFuY2VkQ29tcG9uZW50LFxyXG5cdFx0THVVc2VyTWVPcHRpb25EaXJlY3RpdmUsXHJcblx0XHRMdUZvck9wdGlvbnNEaXJlY3RpdmUsXHJcblx0XHRMdVVzZXJEaXNwbGF5UGlwZSxcclxuXHRdLFxyXG5cdHByb3ZpZGVyczogW1xyXG5cdFx0THVVc2VyRGlzcGxheVBpcGUsXHJcblx0XHR7XHJcblx0XHRcdHByb3ZpZGU6IE5HX1ZBTFVFX0FDQ0VTU09SLFxyXG5cdFx0XHR1c2VFeGlzdGluZzogZm9yd2FyZFJlZigoKSA9PiBMdVVzZXJTZWxlY3RJbnB1dENvbXBvbmVudCksXHJcblx0XHRcdG11bHRpOiB0cnVlLFxyXG5cdFx0fSxcclxuXHRdLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgTHVVc2VyU2VsZWN0SW5wdXRDb21wb25lbnQ8VSBleHRlbmRzIGltcG9ydCgnLi4vLi4vdXNlci5tb2RlbCcpLklMdVVzZXIgPSBpbXBvcnQoJy4uLy4uL3VzZXIubW9kZWwnKS5JTHVVc2VyPlxyXG5cdGV4dGVuZHMgQUx1U2VsZWN0SW5wdXRDb21wb25lbnQ8VT5cclxuXHRpbXBsZW1lbnRzIENvbnRyb2xWYWx1ZUFjY2Vzc29yLCBJTHVJbnB1dFdpdGhQaWNrZXI8VT4sIEFmdGVyVmlld0luaXRcclxue1xyXG5cdHNlYXJjaEZvcm1hdCA9IEx1RGlzcGxheUZ1bGxuYW1lLmxhc3RmaXJzdDtcclxuXHJcblx0QElucHV0KCdwbGFjZWhvbGRlcicpIG92ZXJyaWRlIHNldCBpbnB1dFBsYWNlaG9sZGVyKHA6IHN0cmluZykge1xyXG5cdFx0dGhpcy5fcGxhY2Vob2xkZXIgPSBwO1xyXG5cdH1cclxuXHJcblx0QElucHV0KCkgZmllbGRzOiBzdHJpbmc7XHJcblx0QElucHV0KCkgZmlsdGVyczogc3RyaW5nW107XHJcblx0QElucHV0KCkgb3JkZXJCeTogc3RyaW5nO1xyXG5cdEBJbnB1dCgpIGFwcEluc3RhbmNlSWQ6IG51bWJlciB8IHN0cmluZztcclxuXHRASW5wdXQoKSBvcGVyYXRpb25zOiBudW1iZXJbXTtcclxuXHRASW5wdXQoKSBlbmFibGVGb3JtZXJFbXBsb3llZXMgPSBmYWxzZTtcclxuXHJcblx0Y2x1ZSA9ICcnO1xyXG5cclxuXHRieUlkOiBMdU9wdGlvbkNvbXBhcmVyPFU+ID0gKG9wdGlvbjE6IFUsIG9wdGlvbjI6IFUpID0+IG9wdGlvbjEgJiYgb3B0aW9uMiAmJiBvcHRpb24xLmlkID09PSBvcHRpb24yLmlkO1xyXG5cclxuXHRwdWJsaWMgaW50bCA9IGdldEludGwoTFVfVVNFUl9TRUxFQ1RfSU5QVVRfVFJBTlNMQVRJT05TKTtcclxuXHRjb25zdHJ1Y3RvcihcclxuXHRcdHByb3RlY3RlZCBvdmVycmlkZSBfY2hhbmdlRGV0ZWN0b3JSZWY6IENoYW5nZURldGVjdG9yUmVmLFxyXG5cdFx0cHJvdGVjdGVkIG92ZXJyaWRlIF9vdmVybGF5OiBPdmVybGF5LFxyXG5cdFx0cHJvdGVjdGVkIG92ZXJyaWRlIF9lbGVtZW50UmVmOiBFbGVtZW50UmVmPEhUTUxFbGVtZW50PixcclxuXHRcdHByb3RlY3RlZCBvdmVycmlkZSBfdmlld0NvbnRhaW5lclJlZjogVmlld0NvbnRhaW5lclJlZixcclxuXHRcdHByb3RlY3RlZCBvdmVycmlkZSBfcmVuZGVyZXI6IFJlbmRlcmVyMixcclxuXHQpIHtcclxuXHRcdHN1cGVyKF9jaGFuZ2VEZXRlY3RvclJlZiwgX292ZXJsYXksIF9lbGVtZW50UmVmLCBfdmlld0NvbnRhaW5lclJlZiwgX3JlbmRlcmVyKTtcclxuXHR9XHJcbn1cclxuIiwiPGRpdiBjbGFzcz1cImx1LXNlbGVjdC1wbGFjZWhvbGRlclwiPnt7IHBsYWNlaG9sZGVyIH19PC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJsdS1zZWxlY3QtdmFsdWVcIj5cclxuXHQ8ZGl2IGNsYXNzPVwibHUtc2VsZWN0LWRpc3BsYXktd3JhcHBlclwiPlxyXG5cdFx0PG5nLWNvbnRhaW5lciAjZGlzcGxheT48L25nLWNvbnRhaW5lcj5cclxuXHQ8L2Rpdj5cclxuPC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJsdS1zZWxlY3Qtc3VmZml4XCI+XHJcblx0PGx1LWlucHV0LWNsZWFyZXI+PC9sdS1pbnB1dC1jbGVhcmVyPlxyXG48L2Rpdj5cclxuPG5nLXRlbXBsYXRlIGx1RGlzcGxheWVyIFtsdURpc3BsYXllck11bHRpcGxlXT1cInRydWVcIiBsZXQtdmFsdWVzPlxyXG5cdDxzcGFuICpuZ0lmPVwibXVsdGlwbGUgJiYgdmFsdWVzPy5sZW5ndGggPiAxOyBlbHNlIHNpbmdsZVZpZXdcIlxyXG5cdFx0PjxzcGFuIGNsYXNzPVwiY2hpcCBtb2QtdW5raWxsYWJsZVwiPnt7IHZhbHVlcy5sZW5ndGggfX08L3NwYW4+IHt7IGludGwudXNlcnMgfX08L3NwYW5cclxuXHQ+XHJcblx0PG5nLXRlbXBsYXRlICNzaW5nbGVWaWV3Pnt7IHZhbHVlc1swXSB8fCB2YWx1ZXMgfCBsdVVzZXJEaXNwbGF5IH19PC9uZy10ZW1wbGF0ZT5cclxuPC9uZy10ZW1wbGF0ZT5cclxuPGx1LW9wdGlvbi1waWNrZXItYWR2YW5jZWQgW29wdGlvbi1jb21wYXJlcl09XCJieUlkXCI+XHJcblx0PGhlYWRlciBjbGFzcz1cImx1LXBpY2tlci1oZWFkZXJcIj5cclxuXHRcdDxsdS11c2VyLXBhZ2VkLXNlYXJjaGVyXHJcblx0XHRcdFtmaWVsZHNdPVwiZmllbGRzXCJcclxuXHRcdFx0W2ZpbHRlcnNdPVwiZmlsdGVyc1wiXHJcblx0XHRcdFtvcmRlckJ5XT1cIm9yZGVyQnlcIlxyXG5cdFx0XHRbYXBwSW5zdGFuY2VJZF09XCJhcHBJbnN0YW5jZUlkXCJcclxuXHRcdFx0W29wZXJhdGlvbnNdPVwib3BlcmF0aW9uc1wiXHJcblx0XHRcdFtlbmFibGVGb3JtZXJFbXBsb3llZXNdPVwiZW5hYmxlRm9ybWVyRW1wbG95ZWVzXCJcclxuXHRcdFx0KGNsdWVDaGFuZ2UpPVwiY2x1ZSA9ICRldmVudFwiXHJcblx0XHQ+PC9sdS11c2VyLXBhZ2VkLXNlYXJjaGVyPlxyXG5cdDwvaGVhZGVyPlxyXG5cdDxsdS11c2VyLWhvbW9ueW1zPjwvbHUtdXNlci1ob21vbnltcz5cclxuXHQ8bHUtb3B0aW9uXHJcblx0XHQqbHVVc2VyTWVPcHRpb249XCJcclxuXHRcdFx0bGV0IHVzZXI7XHJcblx0XHRcdGZpZWxkczogZmllbGRzO1xyXG5cdFx0XHRmaWx0ZXJzOiBmaWx0ZXJzO1xyXG5cdFx0XHRvcmRlckJ5OiBvcmRlckJ5O1xyXG5cdFx0XHRhcHBJbnN0YW5jZUlkOiBhcHBJbnN0YW5jZUlkO1xyXG5cdFx0XHRvcGVyYXRpb25zOiBvcGVyYXRpb25zO1xyXG5cdFx0XHRjbHVlOiBjbHVlXHJcblx0XHRcIlxyXG5cdFx0W3ZhbHVlXT1cInVzZXJcIlxyXG5cdD5cclxuXHRcdDxkaXY+XHJcblx0XHRcdDxiPnt7IGludGwubWUgfX0ge3sgdXNlciB8IGx1VXNlckRpc3BsYXk6IHNlYXJjaEZvcm1hdCB9fTwvYj5cclxuXHRcdDwvZGl2PlxyXG5cdFx0PGRpdiBjbGFzcz1cImx1LXNlbGVjdC1hZGRpdGlvbmFsSW5mb3JtYXRpb25cIiAqbmdJZj1cInVzZXIuYWRkaXRpb25hbEluZm9ybWF0aW9uXCI+KHt7IHVzZXIuYWRkaXRpb25hbEluZm9ybWF0aW9uIH19KTwvZGl2PlxyXG5cdDwvbHUtb3B0aW9uPlxyXG5cclxuXHQ8bHUtb3B0aW9uICpsdUZvck9wdGlvbnM9XCJsZXQgdXNlclwiIFt2YWx1ZV09XCJ1c2VyXCI+XHJcblx0XHQ8ZGl2Pnt7IHVzZXIgfCBsdVVzZXJEaXNwbGF5OiBzZWFyY2hGb3JtYXQgfX08L2Rpdj5cclxuXHRcdDxkaXYgY2xhc3M9XCJsdS1zZWxlY3QtYWRkaXRpb25hbEluZm9ybWF0aW9uXCIgKm5nSWY9XCJ1c2VyLmFkZGl0aW9uYWxJbmZvcm1hdGlvblwiPih7eyB1c2VyLmFkZGl0aW9uYWxJbmZvcm1hdGlvbiB9fSk8L2Rpdj5cclxuXHQ8L2x1LW9wdGlvbj5cclxuPC9sdS1vcHRpb24tcGlja2VyLWFkdmFuY2VkPlxyXG4iXX0=
@@ -3,10 +3,10 @@ import { LuUserSelectInputComponent } from './user-select-input.component';
3
3
  import * as i0 from "@angular/core";
4
4
  export class LuUserSelectInputModule {
5
5
  }
6
- LuUserSelectInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserSelectInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- LuUserSelectInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.3", ngImport: i0, type: LuUserSelectInputModule, imports: [LuUserSelectInputComponent], exports: [LuUserSelectInputComponent] });
8
- LuUserSelectInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserSelectInputModule, imports: [LuUserSelectInputComponent] });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserSelectInputModule, decorators: [{
6
+ LuUserSelectInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserSelectInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ LuUserSelectInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: LuUserSelectInputModule, imports: [LuUserSelectInputComponent], exports: [LuUserSelectInputComponent] });
8
+ LuUserSelectInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserSelectInputModule, imports: [LuUserSelectInputComponent] });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserSelectInputModule, decorators: [{
10
10
  type: NgModule,
11
11
  args: [{
12
12
  imports: [LuUserSelectInputComponent],
@@ -56,8 +56,8 @@ export class LuUserMeOptionDirective {
56
56
  }
57
57
  }
58
58
  }
59
- LuUserMeOptionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserMeOptionDirective, deps: [{ token: ALuUserService, optional: true, skipSelf: true }, { token: ALuUserService, self: true }, { token: i0.ViewContainerRef }, { token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
60
- LuUserMeOptionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.3", type: LuUserMeOptionDirective, isStandalone: true, selector: "[luUserMeOption]", inputs: { luUserMeOptionFields: "luUserMeOptionFields", luUserMeOptionFilters: "luUserMeOptionFilters", luUserMeOptionOrderBy: "luUserMeOptionOrderBy", luUserMeOptionAppInstanceId: "luUserMeOptionAppInstanceId", luUserMeOptionOperations: "luUserMeOptionOperations", luUserMeOptionClue: "luUserMeOptionClue" }, providers: [
59
+ LuUserMeOptionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserMeOptionDirective, deps: [{ token: ALuUserService, optional: true, skipSelf: true }, { token: ALuUserService, self: true }, { token: i0.ViewContainerRef }, { token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
60
+ LuUserMeOptionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.7", type: LuUserMeOptionDirective, isStandalone: true, selector: "[luUserMeOption]", inputs: { luUserMeOptionFields: "luUserMeOptionFields", luUserMeOptionFilters: "luUserMeOptionFilters", luUserMeOptionOrderBy: "luUserMeOptionOrderBy", luUserMeOptionAppInstanceId: "luUserMeOptionAppInstanceId", luUserMeOptionOperations: "luUserMeOptionOperations", luUserMeOptionClue: "luUserMeOptionClue" }, providers: [
61
61
  {
62
62
  provide: ALuOptionOperator,
63
63
  useExisting: forwardRef(() => LuUserMeOptionDirective),
@@ -73,7 +73,7 @@ LuUserMeOptionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0"
73
73
  multi: true,
74
74
  },
75
75
  ], ngImport: i0 });
76
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserMeOptionDirective, decorators: [{
76
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserMeOptionDirective, decorators: [{
77
77
  type: Directive,
78
78
  args: [{
79
79
  selector: '[luUserMeOption]',
@@ -3,10 +3,10 @@ import { LuUserMeOptionDirective } from './me-option.directive';
3
3
  import * as i0 from "@angular/core";
4
4
  export class LuUserMeOptionModule {
5
5
  }
6
- LuUserMeOptionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserMeOptionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- LuUserMeOptionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.3", ngImport: i0, type: LuUserMeOptionModule, imports: [LuUserMeOptionDirective], exports: [LuUserMeOptionDirective] });
8
- LuUserMeOptionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserMeOptionModule });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserMeOptionModule, decorators: [{
6
+ LuUserMeOptionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserMeOptionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ LuUserMeOptionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: LuUserMeOptionModule, imports: [LuUserMeOptionDirective], exports: [LuUserMeOptionDirective] });
8
+ LuUserMeOptionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserMeOptionModule });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserMeOptionModule, decorators: [{
10
10
  type: NgModule,
11
11
  args: [{
12
12
  imports: [LuUserMeOptionDirective],
@@ -96,8 +96,8 @@ export class LuUserPagedSearcherComponent {
96
96
  }
97
97
  }
98
98
  }
99
- LuUserPagedSearcherComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserPagedSearcherComponent, deps: [{ token: ALuUserService, optional: true, skipSelf: true }, { token: ALuUserService, self: true }], target: i0.ɵɵFactoryTarget.Component });
100
- LuUserPagedSearcherComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.3", type: LuUserPagedSearcherComponent, isStandalone: true, selector: "lu-user-paged-searcher", inputs: { fields: "fields", filters: "filters", orderBy: "orderBy", appInstanceId: "appInstanceId", operations: "operations", enableFormerEmployees: "enableFormerEmployees" }, outputs: { clueChange: "clueChange" }, host: { properties: { "class.position-fixed": "this.fixed" } }, providers: [
99
+ LuUserPagedSearcherComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserPagedSearcherComponent, deps: [{ token: ALuUserService, optional: true, skipSelf: true }, { token: ALuUserService, self: true }], target: i0.ɵɵFactoryTarget.Component });
100
+ LuUserPagedSearcherComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: LuUserPagedSearcherComponent, isStandalone: true, selector: "lu-user-paged-searcher", inputs: { fields: "fields", filters: "filters", orderBy: "orderBy", appInstanceId: "appInstanceId", operations: "operations", enableFormerEmployees: "enableFormerEmployees" }, outputs: { clueChange: "clueChange" }, host: { properties: { "class.position-fixed": "this.fixed" } }, providers: [
101
101
  {
102
102
  provide: ALuOptionOperator,
103
103
  useExisting: forwardRef(() => LuUserPagedSearcherComponent),
@@ -123,7 +123,7 @@ LuUserPagedSearcherComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14
123
123
  useClass: LuUserV3Service,
124
124
  },
125
125
  ], viewQueries: [{ propertyName: "searchInput", first: true, predicate: ["searchInput"], descendants: true, read: ElementRef, static: true }], ngImport: i0, template: "<form [formGroup]=\"form\">\r\n\t<div class=\"textfield mod-search\" [class.is-loading]=\"loading$ | async\">\r\n\t\t<input #searchInput class=\"textfield-input\" formControlName=\"clue\" />\r\n\t</div>\r\n\r\n\t<label class=\"checkbox mod-formerEmployee mod-S\" *ngIf=\"enableFormerEmployees\">\r\n\t\t<input class=\"checkbox-input\" type=\"checkbox\" formControlName=\"formerEmployees\" />\r\n\t\t<span class=\"checkbox-label\">{{ intl.includeFormerEmployees }}</span>\r\n\t</label>\r\n</form>\r\n\r\n<lu-option-placeholder *ngIf=\"(empty$ | async) && (loading$ | async) === false\" (onClear)=\"reset()\"></lu-option-placeholder>\r\n", styles: [":root{--components-options-item-padding-vertical: var(--spacings-XS);--components-options-item-padding-horizontal: var(--spacings-XS);--components-options-item-multiple-padding: var(--spacings-L);--components-options-item-icon-color: var(--palettes-grey-800);--components-options-checkbox-left: .5rem;--components-options-checkbox-size: 1rem;--components-options-checkbox-color: var(--palettes-primary-700);--components-options-checkbox-border-radius: var(--commons-borderRadius-M);--components-options-checkbox-border-color: var(--palettes-grey-700);--components-options-establishment-multiple-padding: var(--spacings-M)}.textfield.mod-search{width:100%}.textfield-input{border-radius:0;box-shadow:none;background-color:var(--colors-white-color);border-bottom:var(--commons-divider-width) solid var(--commons-divider-color)}.textfield-input:hover{background-color:var(--palettes-grey-50)}.textfield-input:focus{background-color:var(--colors-white-color);border-bottom-color:var(--palettes-primary-600)}.checkbox.mod-formerEmployee{padding:var(--spacings-XXS) var(--components-options-item-padding-horizontal);border-bottom:var(--commons-divider-width) solid var(--commons-divider-color);background-color:var(--palettes-grey-50);font-style:italic}\n"], dependencies: [{ kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "component", type: LuOptionPlaceholderComponent, selector: "lu-option-placeholder", outputs: ["onClear"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
126
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserPagedSearcherComponent, decorators: [{
126
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserPagedSearcherComponent, decorators: [{
127
127
  type: Component,
128
128
  args: [{ selector: 'lu-user-paged-searcher', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [ReactiveFormsModule, CommonModule, LuOptionPlaceholderComponent], providers: [
129
129
  {
@@ -3,10 +3,10 @@ import { LuUserPagedSearcherComponent } from './user-searcher.component';
3
3
  import * as i0 from "@angular/core";
4
4
  export class LuUserSearcherModule {
5
5
  }
6
- LuUserSearcherModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserSearcherModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- LuUserSearcherModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.3", ngImport: i0, type: LuUserSearcherModule, imports: [LuUserPagedSearcherComponent], exports: [LuUserPagedSearcherComponent] });
8
- LuUserSearcherModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserSearcherModule, imports: [LuUserPagedSearcherComponent] });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserSearcherModule, decorators: [{
6
+ LuUserSearcherModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserSearcherModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ LuUserSearcherModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: LuUserSearcherModule, imports: [LuUserPagedSearcherComponent], exports: [LuUserPagedSearcherComponent] });
8
+ LuUserSearcherModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserSearcherModule, imports: [LuUserPagedSearcherComponent] });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserSearcherModule, decorators: [{
10
10
  type: NgModule,
11
11
  args: [{
12
12
  imports: [LuUserPagedSearcherComponent],
@@ -6,10 +6,10 @@ import { LuUserMeOptionModule } from './me/index';
6
6
  import * as i0 from "@angular/core";
7
7
  export class LuUserSelectModule {
8
8
  }
9
- LuUserSelectModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- LuUserSelectModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.3", ngImport: i0, type: LuUserSelectModule, imports: [LuUserSelectInputModule, LuUserSearcherModule, LuUserHomonymsModule, LuUserMeOptionModule], exports: [LuUserSelectInputModule, LuUserSearcherModule, LuUserHomonymsModule, LuUserMeOptionModule] });
11
- LuUserSelectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserSelectModule, imports: [LuUserSelectInputModule, LuUserSearcherModule, LuUserHomonymsModule, LuUserMeOptionModule, LuUserSelectInputModule, LuUserSearcherModule, LuUserHomonymsModule, LuUserMeOptionModule] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserSelectModule, decorators: [{
9
+ LuUserSelectModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
+ LuUserSelectModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: LuUserSelectModule, imports: [LuUserSelectInputModule, LuUserSearcherModule, LuUserHomonymsModule, LuUserMeOptionModule], exports: [LuUserSelectInputModule, LuUserSearcherModule, LuUserHomonymsModule, LuUserMeOptionModule] });
11
+ LuUserSelectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserSelectModule, imports: [LuUserSelectInputModule, LuUserSearcherModule, LuUserHomonymsModule, LuUserMeOptionModule, LuUserSelectInputModule, LuUserSearcherModule, LuUserHomonymsModule, LuUserMeOptionModule] });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserSelectModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  imports: [LuUserSelectInputModule, LuUserSearcherModule, LuUserHomonymsModule, LuUserMeOptionModule],
@@ -43,9 +43,9 @@ export class LuUserV3Service extends LuApiV3Service {
43
43
  return `clue=${urlSafeClue}`;
44
44
  }
45
45
  }
46
- LuUserV3Service.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserV3Service, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
47
- LuUserV3Service.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserV3Service });
48
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuUserV3Service, decorators: [{
46
+ LuUserV3Service.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserV3Service, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
47
+ LuUserV3Service.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserV3Service });
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuUserV3Service, decorators: [{
49
49
  type: Injectable
50
50
  }], ctorParameters: function () { return [{ type: i1.HttpClient }]; } });
51
51
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXNlci12My5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvdXNlci9zcmMvbGliL3NlcnZpY2UvdXNlci12My5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDM0MsT0FBTyxFQUFvQyxjQUFjLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUV2RixPQUFPLEVBQUUsR0FBRyxFQUFFLFNBQVMsRUFBRSxNQUFNLGdCQUFnQixDQUFDOzs7QUFLaEQsTUFBTSxPQUFPLGVBQTZDLFNBQVEsY0FBaUI7SUFVbEYsWUFBK0IsS0FBaUI7UUFDL0MsS0FBSyxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBRGlCLFVBQUssR0FBTCxLQUFLLENBQVk7UUFMdEMsZ0JBQVcsR0FBYSxFQUFFLENBQUM7UUFPcEMsSUFBSSxDQUFDLEdBQUcsR0FBRyxzQkFBc0IsQ0FBQztRQUNsQyxJQUFJLENBQUMsTUFBTSxHQUFHLHFDQUFxQyxDQUFDO1FBQ3BELElBQUksQ0FBQyxPQUFPLEdBQUcsNEJBQTRCLENBQUM7SUFDN0MsQ0FBQztJQWJELElBQUksYUFBYSxDQUFDLGFBQThCO1FBQy9DLElBQUksQ0FBQyxjQUFjLEdBQUcsYUFBYSxDQUFDO0lBQ3JDLENBQUM7SUFFRCxJQUFJLFVBQVUsQ0FBQyxVQUFvQjtRQUNsQyxJQUFJLENBQUMsV0FBVyxHQUFHLFVBQVUsQ0FBQztJQUMvQixDQUFDO0lBU0QsS0FBSztRQUNKLE9BQU8sSUFBSSxDQUFDLEtBQUssQ0FBQyxHQUFHLENBQTBCLDRCQUE0QixDQUFDLENBQUMsSUFBSSxDQUNoRixTQUFTLENBQUMsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsR0FBRyxPQUFPLENBQUMsQ0FBQyxJQUFJLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxFQUMxRCxHQUFHLENBQUMsQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUN4QixDQUFDO0lBQ0gsQ0FBQztJQUVELElBQWEsR0FBRztRQUNmLElBQUksQ0FBQyxJQUFJLENBQUMsY0FBYyxJQUFJLENBQUMsSUFBSSxDQUFDLFdBQVcsSUFBSSxDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsTUFBTSxFQUFFO1lBQzFFLE9BQU8sR0FBRyxJQUFJLENBQUMsSUFBSSxJQUFJLENBQUMsR0FBRyxJQUFJLENBQUMsUUFBUSxFQUFFLElBQUksQ0FBQyxRQUFRLEVBQUUsSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDO1NBQ3RHO2FBQU07WUFDTixPQUFPLDhCQUE4QixDQUFDLEdBQUcsSUFBSSxDQUFDLFFBQVEsRUFBRSxpQkFBaUIsSUFBSSxDQUFDLGNBQWMsRUFBRSxFQUFFLGNBQWMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLEVBQUUsRUFBRSxJQUFJLENBQUMsUUFBUSxFQUFFLElBQUksQ0FBQyxPQUFPLENBQUM7aUJBQ3RLLE1BQU0sQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQztpQkFDbEIsSUFBSSxDQUFDLEdBQUcsQ0FBQyxFQUFFLENBQUM7U0FDZDtJQUNGLENBQUM7SUFFRCxlQUFlO0lBQ0ksSUFBSSxDQUFDLEdBQVc7UUFDbEMsT0FBUSxLQUFLLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBa0QsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUMsV0FBVyxFQUFFLEVBQUUsQ0FBQyxXQUFXLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBc0IsRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsQ0FBQztJQUMxSixDQUFDO0lBRWtCLFdBQVcsQ0FBQyxJQUFZO1FBQzFDLE1BQU0sV0FBVyxHQUFHLElBQUk7YUFDdEIsS0FBSyxDQUFDLEdBQUcsQ0FBQzthQUNWLEdBQUcsQ0FBQyxDQUFDLENBQVMsRUFBRSxFQUFFLENBQUMsa0JBQWtCLENBQUMsQ0FBQyxDQUFDLENBQUM7YUFDekMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDO1FBQ1osT0FBTyxRQUFRLFdBQVcsRUFBRSxDQUFDO0lBQzlCLENBQUM7OzRHQTdDVyxlQUFlO2dIQUFmLGVBQWU7MkZBQWYsZUFBZTtrQkFEM0IsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEh0dHBDbGllbnQgfSBmcm9tICdAYW5ndWxhci9jb21tb24vaHR0cCc7XHJcbmltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgSUx1QXBpUmVzcG9uc2UsIElMdUFwaVN1Z2dlc3Rpb24sIEx1QXBpVjNTZXJ2aWNlIH0gZnJvbSAnQGx1Y2NhLWZyb250L25nL2FwaSc7XHJcbmltcG9ydCB7IE9ic2VydmFibGUgfSBmcm9tICdyeGpzJztcclxuaW1wb3J0IHsgbWFwLCBzd2l0Y2hNYXAgfSBmcm9tICdyeGpzL29wZXJhdG9ycyc7XHJcbmltcG9ydCB7IElMdVVzZXIgfSBmcm9tICcuLi91c2VyLm1vZGVsJztcclxuaW1wb3J0IHsgSUx1VXNlclNlcnZpY2UgfSBmcm9tICcuL3VzZXItc2VydmljZS5tb2RlbCc7XHJcblxyXG5ASW5qZWN0YWJsZSgpXHJcbmV4cG9ydCBjbGFzcyBMdVVzZXJWM1NlcnZpY2U8VSBleHRlbmRzIElMdVVzZXIgPSBJTHVVc2VyPiBleHRlbmRzIEx1QXBpVjNTZXJ2aWNlPFU+IGltcGxlbWVudHMgSUx1VXNlclNlcnZpY2U8VT4ge1xyXG5cdHByb3RlY3RlZCBfYXBwSW5zdGFuY2VJZDogbnVtYmVyIHwgc3RyaW5nO1xyXG5cdHNldCBhcHBJbnN0YW5jZUlkKGFwcEluc3RhbmNlSWQ6IG51bWJlciB8IHN0cmluZykge1xyXG5cdFx0dGhpcy5fYXBwSW5zdGFuY2VJZCA9IGFwcEluc3RhbmNlSWQ7XHJcblx0fVxyXG5cdHByb3RlY3RlZCBfb3BlcmF0aW9uczogbnVtYmVyW10gPSBbXTtcclxuXHRzZXQgb3BlcmF0aW9ucyhvcGVyYXRpb25zOiBudW1iZXJbXSkge1xyXG5cdFx0dGhpcy5fb3BlcmF0aW9ucyA9IG9wZXJhdGlvbnM7XHJcblx0fVxyXG5cclxuXHRjb25zdHJ1Y3Rvcihwcm90ZWN0ZWQgb3ZlcnJpZGUgX2h0dHA6IEh0dHBDbGllbnQpIHtcclxuXHRcdHN1cGVyKF9odHRwKTtcclxuXHRcdHRoaXMuYXBpID0gJy9hcGkvdjMvdXNlcnMvc2VhcmNoJztcclxuXHRcdHRoaXMuZmllbGRzID0gJ2lkLGZpcnN0bmFtZSxsYXN0bmFtZSxwaWN0dXJlW2hyZWZdJztcclxuXHRcdHRoaXMub3JkZXJCeSA9ICdsYXN0bmFtZSxhc2MsZmlyc3RuYW1lLGFzYyc7XHJcblx0fVxyXG5cclxuXHRnZXRNZSgpOiBPYnNlcnZhYmxlPFU+IHtcclxuXHRcdHJldHVybiB0aGlzLl9odHRwLmdldDxJTHVBcGlSZXNwb25zZTxJTHVVc2VyPj4oYC9hcGkvdjMvdXNlcnMvbWU/ZmllbGRzPWlkYCkucGlwZShcclxuXHRcdFx0c3dpdGNoTWFwKChyKSA9PiB0aGlzLl9nZXQodGhpcy51cmwgKyBgJmlkPSR7ci5kYXRhLmlkfWApKSxcclxuXHRcdFx0bWFwKCh1c2VycykgPT4gdXNlcnNbMF0pLFxyXG5cdFx0KTtcclxuXHR9XHJcblxyXG5cdG92ZXJyaWRlIGdldCB1cmwoKSB7XHJcblx0XHRpZiAoIXRoaXMuX2FwcEluc3RhbmNlSWQgfHwgIXRoaXMuX29wZXJhdGlvbnMgfHwgIXRoaXMuX29wZXJhdGlvbnMubGVuZ3RoKSB7XHJcblx0XHRcdHJldHVybiBgJHt0aGlzLl9hcGl9PyR7Wy4uLnRoaXMuX2ZpbHRlcnMsIHRoaXMuX29yZGVyQnksIHRoaXMuX2ZpZWxkc10uZmlsdGVyKChmKSA9PiAhIWYpLmpvaW4oJyYnKX1gO1xyXG5cdFx0fSBlbHNlIHtcclxuXHRcdFx0cmV0dXJuIGAvYXBpL3YzL3VzZXJzL3Njb3BlZHNlYXJjaD8ke1suLi50aGlzLl9maWx0ZXJzLCBgYXBwSW5zdGFuY2VJZD0ke3RoaXMuX2FwcEluc3RhbmNlSWR9YCwgYG9wZXJhdGlvbnM9JHt0aGlzLl9vcGVyYXRpb25zLmpvaW4oJywnKX1gLCB0aGlzLl9vcmRlckJ5LCB0aGlzLl9maWVsZHNdXHJcblx0XHRcdFx0LmZpbHRlcigoZikgPT4gISFmKVxyXG5cdFx0XHRcdC5qb2luKCcmJyl9YDtcclxuXHRcdH1cclxuXHR9XHJcblxyXG5cdC8vIEZJWE1FIHR5cGluZ1xyXG5cdHByb3RlY3RlZCBvdmVycmlkZSBfZ2V0KHVybDogc3RyaW5nKSB7XHJcblx0XHRyZXR1cm4gKHN1cGVyLl9nZXQodXJsKSBhcyB1bmtub3duIGFzIE9ic2VydmFibGU8SUx1QXBpU3VnZ2VzdGlvbjxVPltdPikucGlwZShtYXAoKHN1Z2dlc3Rpb25zKSA9PiBzdWdnZXN0aW9ucy5tYXAoKHM6IElMdUFwaVN1Z2dlc3Rpb248VT4pID0+IHMuaXRlbSkpKTtcclxuXHR9XHJcblxyXG5cdHByb3RlY3RlZCBvdmVycmlkZSBfY2x1ZUZpbHRlcihjbHVlOiBzdHJpbmcpIHtcclxuXHRcdGNvbnN0IHVybFNhZmVDbHVlID0gY2x1ZVxyXG5cdFx0XHQuc3BsaXQoJyAnKVxyXG5cdFx0XHQubWFwKChjOiBzdHJpbmcpID0+IGVuY29kZVVSSUNvbXBvbmVudChjKSlcclxuXHRcdFx0LmpvaW4oJywnKTtcclxuXHRcdHJldHVybiBgY2x1ZT0ke3VybFNhZmVDbHVlfWA7XHJcblx0fVxyXG59XHJcbiJdfQ==