@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
@@ -34,15 +34,15 @@ export class LuQualificationSelectInputComponent extends ALuSelectInputComponent
34
34
  return qualification.job.name;
35
35
  }
36
36
  }
37
- LuQualificationSelectInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuQualificationSelectInputComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.Overlay }, { token: i0.ElementRef }, { token: i0.ViewContainerRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
38
- LuQualificationSelectInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.3", type: LuQualificationSelectInputComponent, isStandalone: true, selector: "lu-qualification-select", inputs: { filters: "filters" }, providers: [
37
+ LuQualificationSelectInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuQualificationSelectInputComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.Overlay }, { token: i0.ElementRef }, { token: i0.ViewContainerRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
38
+ LuQualificationSelectInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: LuQualificationSelectInputComponent, isStandalone: true, selector: "lu-qualification-select", inputs: { filters: "filters" }, providers: [
39
39
  {
40
40
  provide: NG_VALUE_ACCESSOR,
41
41
  useExisting: forwardRef(() => LuQualificationSelectInputComponent),
42
42
  multi: true,
43
43
  },
44
- ], 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\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.qualifications }}</span\r\n\t>\r\n\t<ng-template #singleView>{{ (values[0] || values).name }}</ng-template>\r\n</ng-template>\r\n\r\n<lu-option-picker-advanced [option-comparer]=\"byId\">\r\n\t<lu-api-paged-searcher\r\n\t\tapi=\"/organization/structure/api/job-qualifications\"\r\n\t\tstandard=\"v4\"\r\n\t\t[filters]=\"filters\"\r\n\t\tsort=\"job.name,level.position\"\r\n\t></lu-api-paged-searcher>\r\n\t<ng-template luForGroups let-group [luForGroupsGroupBy]=\"groupByJobName\">\r\n\t\t<h4 class=\"optionItem-groupKey\">{{ group.key }}</h4>\r\n\t\t<lu-option *ngFor=\"let qualification of group.items; trackBy: trackById\" [value]=\"qualification\"> {{ qualification.name }} </lu-option>\r\n\t</ng-template>\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)}.optionItem-groupKey{padding:var(--components-options-item-padding-vertical) var(--components-options-item-padding-horizontal);margin:0;border-top:var(--commons-divider-width) solid var(--commons-divider-color);font-size:var(--sizes-S-fontSize);width:100%;text-align:left;text-decoration:underline}.optionItem-groupKey:first-of-type{border-top-color:transparent;margin-top:0}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { 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: "component", type: LuOptionPickerAdvancedComponent, selector: "lu-option-picker-advanced", exportAs: ["LuOptionPickerAdvanced"] }, { kind: "component", type: LuApiPagedSearcherComponent, selector: "lu-api-paged-searcher", inputs: ["standard", "api", "fields", "filters", "orderBy", "sort", "debounceTime"] }, { kind: "component", type: LuOptionItemComponent, selector: "lu-option", inputs: ["selected", "highlighted", "value", "disabled"], outputs: ["onSelect"] }, { kind: "directive", type: LuForGroupsDirective, selector: "[luForGroups]", inputs: ["luForGroupsGroupBy"] }, { kind: "directive", type: LuInputDisplayerDirective, selector: "[luDisplayer]", inputs: ["luDisplayerMultiple", "multiple"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
45
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuQualificationSelectInputComponent, decorators: [{
44
+ ], 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\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.qualifications }}</span\r\n\t>\r\n\t<ng-template #singleView>{{ (values[0] || values).name }}</ng-template>\r\n</ng-template>\r\n\r\n<lu-option-picker-advanced [option-comparer]=\"byId\">\r\n\t<lu-api-paged-searcher\r\n\t\tapi=\"/organization/structure/api/job-qualifications\"\r\n\t\tstandard=\"v4\"\r\n\t\t[filters]=\"filters\"\r\n\t\tsort=\"job.name,level.position\"\r\n\t></lu-api-paged-searcher>\r\n\t<ng-template luForGroups let-group [luForGroupsGroupBy]=\"groupByJobName\">\r\n\t\t<h4 class=\"optionItem-groupKey\">{{ group.key }}</h4>\r\n\t\t<lu-option *ngFor=\"let qualification of group.items; trackBy: trackById\" [value]=\"qualification\"> {{ qualification.name }} </lu-option>\r\n\t</ng-template>\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)}.optionItem-groupKey{padding:var(--components-options-item-padding-vertical) var(--components-options-item-padding-horizontal);margin:0;border-top:var(--commons-divider-width) solid var(--commons-divider-color);font-size:var(--sizes-S-fontSize);width:100%;text-align:left;text-decoration:underline}.optionItem-groupKey:first-of-type{border-top-color:transparent;margin-top:0}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { 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: "component", type: LuOptionPickerAdvancedComponent, selector: "lu-option-picker-advanced", exportAs: ["LuOptionPickerAdvanced"] }, { kind: "component", type: LuApiPagedSearcherComponent, selector: "lu-api-paged-searcher", inputs: ["standard", "api", "fields", "filters", "orderBy", "sort", "debounceTime"] }, { kind: "component", type: LuOptionItemComponent, selector: "lu-option", inputs: ["selected", "highlighted", "value", "disabled"], outputs: ["onSelect"] }, { kind: "directive", type: LuForGroupsDirective, selector: "[luForGroups]", inputs: ["luForGroupsGroupBy"] }, { kind: "directive", type: LuInputDisplayerDirective, selector: "[luDisplayer]", inputs: ["luDisplayerMultiple", "multiple"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
45
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuQualificationSelectInputComponent, decorators: [{
46
46
  type: Component,
47
47
  args: [{ selector: 'lu-qualification-select', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [CommonModule, OverlayModule, LuInputClearerComponent, LuOptionPickerAdvancedComponent, LuApiPagedSearcherComponent, LuOptionItemComponent, LuForGroupsDirective, LuInputDisplayerDirective], providers: [
48
48
  {
@@ -50,8 +50,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImpor
50
50
  useExisting: forwardRef(() => LuQualificationSelectInputComponent),
51
51
  multi: true,
52
52
  },
53
- ], 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\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.qualifications }}</span\r\n\t>\r\n\t<ng-template #singleView>{{ (values[0] || values).name }}</ng-template>\r\n</ng-template>\r\n\r\n<lu-option-picker-advanced [option-comparer]=\"byId\">\r\n\t<lu-api-paged-searcher\r\n\t\tapi=\"/organization/structure/api/job-qualifications\"\r\n\t\tstandard=\"v4\"\r\n\t\t[filters]=\"filters\"\r\n\t\tsort=\"job.name,level.position\"\r\n\t></lu-api-paged-searcher>\r\n\t<ng-template luForGroups let-group [luForGroupsGroupBy]=\"groupByJobName\">\r\n\t\t<h4 class=\"optionItem-groupKey\">{{ group.key }}</h4>\r\n\t\t<lu-option *ngFor=\"let qualification of group.items; trackBy: trackById\" [value]=\"qualification\"> {{ qualification.name }} </lu-option>\r\n\t</ng-template>\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)}.optionItem-groupKey{padding:var(--components-options-item-padding-vertical) var(--components-options-item-padding-horizontal);margin:0;border-top:var(--commons-divider-width) solid var(--commons-divider-color);font-size:var(--sizes-S-fontSize);width:100%;text-align:left;text-decoration:underline}.optionItem-groupKey:first-of-type{border-top-color:transparent;margin-top:0}\n"] }]
53
+ ], 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\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.qualifications }}</span\r\n\t>\r\n\t<ng-template #singleView>{{ (values[0] || values).name }}</ng-template>\r\n</ng-template>\r\n\r\n<lu-option-picker-advanced [option-comparer]=\"byId\">\r\n\t<lu-api-paged-searcher\r\n\t\tapi=\"/organization/structure/api/job-qualifications\"\r\n\t\tstandard=\"v4\"\r\n\t\t[filters]=\"filters\"\r\n\t\tsort=\"job.name,level.position\"\r\n\t></lu-api-paged-searcher>\r\n\t<ng-template luForGroups let-group [luForGroupsGroupBy]=\"groupByJobName\">\r\n\t\t<h4 class=\"optionItem-groupKey\">{{ group.key }}</h4>\r\n\t\t<lu-option *ngFor=\"let qualification of group.items; trackBy: trackById\" [value]=\"qualification\"> {{ qualification.name }} </lu-option>\r\n\t</ng-template>\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)}.optionItem-groupKey{padding:var(--components-options-item-padding-vertical) var(--components-options-item-padding-horizontal);margin:0;border-top:var(--commons-divider-width) solid var(--commons-divider-color);font-size:var(--sizes-S-fontSize);width:100%;text-align:left;text-decoration:underline}.optionItem-groupKey:first-of-type{border-top-color:transparent;margin-top:0}\n"] }]
54
54
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i1.Overlay }, { type: i0.ElementRef }, { type: i0.ViewContainerRef }, { type: i0.Renderer2 }]; }, propDecorators: { filters: [{
55
55
  type: Input
56
56
  }] } });
57
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXVhbGlmaWNhdGlvbi1zZWxlY3QtaW5wdXQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvcXVhbGlmaWNhdGlvbi9zcmMvbGliL3NlbGVjdC9pbnB1dC9xdWFsaWZpY2F0aW9uLXNlbGVjdC1pbnB1dC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9xdWFsaWZpY2F0aW9uL3NyYy9saWIvc2VsZWN0L2lucHV0L3F1YWxpZmljYXRpb24tc2VsZWN0LWlucHV0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBVyxhQUFhLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUM5RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFpQix1QkFBdUIsRUFBcUIsU0FBUyxFQUFjLFVBQVUsRUFBRSxLQUFLLEVBQStCLE1BQU0sZUFBZSxDQUFDO0FBQ2pLLE9BQU8sRUFBd0IsaUJBQWlCLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUN6RSxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUNsRSxPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFDL0MsT0FBTyxFQUFFLHVCQUF1QixFQUFFLHlCQUF5QixFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDM0YsT0FBTyxFQUF3QixvQkFBb0IsRUFBb0IscUJBQXFCLEVBQUUsK0JBQStCLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUU5SixPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUVqRSxPQUFPLEVBQUUsMENBQTBDLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQzs7OztBQWlCcEcsTUFBTSxPQUFPLG1DQUlaLFNBQVEsdUJBQTZCO0lBV3JDLFlBQ29CLGtCQUFxQyxFQUNyQyxRQUFpQixFQUNqQixXQUFvQyxFQUNwQyxpQkFBbUMsRUFDbkMsU0FBb0I7UUFFdkMsS0FBSyxDQUFDLGtCQUFrQixFQUFFLFFBQVEsRUFBRSxXQUFXLEVBQUUsaUJBQWlCLEVBQUUsU0FBUyxDQUFDLENBQUM7UUFONUQsdUJBQWtCLEdBQWxCLGtCQUFrQixDQUFtQjtRQUNyQyxhQUFRLEdBQVIsUUFBUSxDQUFTO1FBQ2pCLGdCQUFXLEdBQVgsV0FBVyxDQUF5QjtRQUNwQyxzQkFBaUIsR0FBakIsaUJBQWlCLENBQWtCO1FBQ25DLGNBQVMsR0FBVCxTQUFTLENBQVc7UUFieEMsU0FBSSxHQUF3QixDQUFDLE9BQVUsRUFBRSxPQUFVLEVBQUUsRUFBRSxDQUFDLE9BQU8sSUFBSSxPQUFPLElBQUksT0FBTyxDQUFDLEVBQUUsS0FBSyxPQUFPLENBQUMsRUFBRSxDQUFDO1FBSXhHLGdCQUFXLEdBQUcsS0FBSyxDQUFDO1FBRWIsU0FBSSxHQUFHLE9BQU8sQ0FBQywwQ0FBMEMsQ0FBQyxDQUFDO0lBVWxFLENBQUM7SUFFRCxvQkFBb0IsQ0FBQyxXQUFvQjtRQUN4QyxJQUFJLENBQUMsV0FBVyxHQUFHLFdBQVcsQ0FBQztRQUMvQixJQUFJLENBQUMsa0JBQWtCLENBQUMsYUFBYSxFQUFFLENBQUM7SUFDekMsQ0FBQztJQUVELFNBQVMsQ0FBQyxDQUFTLEVBQUUsSUFBc0I7UUFDMUMsT0FBTyxJQUFJLENBQUMsRUFBRSxDQUFDO0lBQ2hCLENBQUM7SUFFRCxjQUFjLENBQUMsYUFBK0I7UUFDN0MsT0FBTyxhQUFhLENBQUMsR0FBRyxDQUFDLElBQUksQ0FBQztJQUMvQixDQUFDOztnSUFwQ1csbUNBQW1DO29IQUFuQyxtQ0FBbUMsc0dBUnBDO1FBQ1Y7WUFDQyxPQUFPLEVBQUUsaUJBQWlCO1lBQzFCLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsbUNBQW1DLENBQUM7WUFDbEUsS0FBSyxFQUFFLElBQUk7U0FDWDtLQUNELGlEQzFCRix1dkNBNkJBLGlsUURWVyxZQUFZLCtQQUFFLGFBQWEsK0JBQUUsdUJBQXVCLDRHQUFFLCtCQUErQiw0R0FBRSwyQkFBMkIsdUpBQUUscUJBQXFCLHVJQUFFLG9CQUFvQiwwRkFBRSx5QkFBeUI7MkZBU3hMLG1DQUFtQztrQkFmL0MsU0FBUzsrQkFDQyx5QkFBeUIsbUJBR2xCLHVCQUF1QixDQUFDLE1BQU0sY0FDbkMsSUFBSSxXQUNQLENBQUMsWUFBWSxFQUFFLGFBQWEsRUFBRSx1QkFBdUIsRUFBRSwrQkFBK0IsRUFBRSwyQkFBMkIsRUFBRSxxQkFBcUIsRUFBRSxvQkFBb0IsRUFBRSx5QkFBeUIsQ0FBQyxhQUMxTDt3QkFDVjs0QkFDQyxPQUFPLEVBQUUsaUJBQWlCOzRCQUMxQixXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxvQ0FBb0MsQ0FBQzs0QkFDbEUsS0FBSyxFQUFFLElBQUk7eUJBQ1g7cUJBQ0Q7OE1BV1EsT0FBTztzQkFBZixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgT3ZlcmxheSwgT3ZlcmxheU1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9vdmVybGF5JztcclxuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgQWZ0ZXJWaWV3SW5pdCwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENoYW5nZURldGVjdG9yUmVmLCBDb21wb25lbnQsIEVsZW1lbnRSZWYsIGZvcndhcmRSZWYsIElucHV0LCBSZW5kZXJlcjIsIFZpZXdDb250YWluZXJSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgQ29udHJvbFZhbHVlQWNjZXNzb3IsIE5HX1ZBTFVFX0FDQ0VTU09SIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xyXG5pbXBvcnQgeyBMdUFwaVBhZ2VkU2VhcmNoZXJDb21wb25lbnQgfSBmcm9tICdAbHVjY2EtZnJvbnQvbmcvYXBpJztcclxuaW1wb3J0IHsgZ2V0SW50bCB9IGZyb20gJ0BsdWNjYS1mcm9udC9uZy9jb3JlJztcclxuaW1wb3J0IHsgTHVJbnB1dENsZWFyZXJDb21wb25lbnQsIEx1SW5wdXREaXNwbGF5ZXJEaXJlY3RpdmUgfSBmcm9tICdAbHVjY2EtZnJvbnQvbmcvaW5wdXQnO1xyXG5pbXBvcnQgeyBJTHVPcHRpb25QaWNrZXJQYW5lbCwgTHVGb3JHcm91cHNEaXJlY3RpdmUsIEx1T3B0aW9uQ29tcGFyZXIsIEx1T3B0aW9uSXRlbUNvbXBvbmVudCwgTHVPcHRpb25QaWNrZXJBZHZhbmNlZENvbXBvbmVudCB9IGZyb20gJ0BsdWNjYS1mcm9udC9uZy9vcHRpb24nO1xyXG5pbXBvcnQgeyBJTHVJbnB1dFdpdGhQaWNrZXIgfSBmcm9tICdAbHVjY2EtZnJvbnQvbmcvcGlja2VyJztcclxuaW1wb3J0IHsgQUx1U2VsZWN0SW5wdXRDb21wb25lbnQgfSBmcm9tICdAbHVjY2EtZnJvbnQvbmcvc2VsZWN0JztcclxuaW1wb3J0IHsgSUx1UXVhbGlmaWNhdGlvbiB9IGZyb20gJy4uLy4uL3F1YWxpZmljYXRpb24ubW9kZWwnO1xyXG5pbXBvcnQgeyBMVV9RVUFMSUZJQ0FUSU9OX1NFTEVDVF9JTlBVVF9UUkFOU0xBVElPTlMgfSBmcm9tICcuL3F1YWxpZmljYXRpb24tc2VsZWN0LWlucHV0LnRyYW5zbGF0ZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuXHRzZWxlY3RvcjogJ2x1LXF1YWxpZmljYXRpb24tc2VsZWN0JyxcclxuXHR0ZW1wbGF0ZVVybDogJy4vcXVhbGlmaWNhdGlvbi1zZWxlY3QtaW5wdXQuY29tcG9uZW50Lmh0bWwnLFxyXG5cdHN0eWxlVXJsczogWycuL3F1YWxpZmljYXRpb24tc2VsZWN0LWlucHV0LmNvbXBvbmVudC5zY3NzJ10sXHJcblx0Y2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXHJcblx0c3RhbmRhbG9uZTogdHJ1ZSxcclxuXHRpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBPdmVybGF5TW9kdWxlLCBMdUlucHV0Q2xlYXJlckNvbXBvbmVudCwgTHVPcHRpb25QaWNrZXJBZHZhbmNlZENvbXBvbmVudCwgTHVBcGlQYWdlZFNlYXJjaGVyQ29tcG9uZW50LCBMdU9wdGlvbkl0ZW1Db21wb25lbnQsIEx1Rm9yR3JvdXBzRGlyZWN0aXZlLCBMdUlucHV0RGlzcGxheWVyRGlyZWN0aXZlXSxcclxuXHRwcm92aWRlcnM6IFtcclxuXHRcdHtcclxuXHRcdFx0cHJvdmlkZTogTkdfVkFMVUVfQUNDRVNTT1IsXHJcblx0XHRcdHVzZUV4aXN0aW5nOiBmb3J3YXJkUmVmKCgpID0+IEx1UXVhbGlmaWNhdGlvblNlbGVjdElucHV0Q29tcG9uZW50KSxcclxuXHRcdFx0bXVsdGk6IHRydWUsXHJcblx0XHR9LFxyXG5cdF0sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBMdVF1YWxpZmljYXRpb25TZWxlY3RJbnB1dENvbXBvbmVudDxcclxuXHRcdEQgZXh0ZW5kcyBpbXBvcnQoJy4uLy4uL3F1YWxpZmljYXRpb24ubW9kZWwnKS5JTHVRdWFsaWZpY2F0aW9uID0gaW1wb3J0KCcuLi8uLi9xdWFsaWZpY2F0aW9uLm1vZGVsJykuSUx1UXVhbGlmaWNhdGlvbixcclxuXHRcdFAgZXh0ZW5kcyBJTHVPcHRpb25QaWNrZXJQYW5lbDxEPiA9IElMdU9wdGlvblBpY2tlclBhbmVsPEQ+LFxyXG5cdD5cclxuXHRleHRlbmRzIEFMdVNlbGVjdElucHV0Q29tcG9uZW50PEQsIFA+XHJcblx0aW1wbGVtZW50cyBDb250cm9sVmFsdWVBY2Nlc3NvciwgSUx1SW5wdXRXaXRoUGlja2VyPEQ+LCBBZnRlclZpZXdJbml0XHJcbntcclxuXHRieUlkOiBMdU9wdGlvbkNvbXBhcmVyPEQ+ID0gKG9wdGlvbjE6IEQsIG9wdGlvbjI6IEQpID0+IG9wdGlvbjEgJiYgb3B0aW9uMiAmJiBvcHRpb24xLmlkID09PSBvcHRpb24yLmlkO1xyXG5cclxuXHRASW5wdXQoKSBmaWx0ZXJzOiBzdHJpbmdbXTtcclxuXHJcblx0aXNTZWFyY2hpbmcgPSBmYWxzZTtcclxuXHJcblx0cHVibGljIGludGwgPSBnZXRJbnRsKExVX1FVQUxJRklDQVRJT05fU0VMRUNUX0lOUFVUX1RSQU5TTEFUSU9OUyk7XHJcblxyXG5cdGNvbnN0cnVjdG9yKFxyXG5cdFx0cHJvdGVjdGVkIG92ZXJyaWRlIF9jaGFuZ2VEZXRlY3RvclJlZjogQ2hhbmdlRGV0ZWN0b3JSZWYsXHJcblx0XHRwcm90ZWN0ZWQgb3ZlcnJpZGUgX292ZXJsYXk6IE92ZXJsYXksXHJcblx0XHRwcm90ZWN0ZWQgb3ZlcnJpZGUgX2VsZW1lbnRSZWY6IEVsZW1lbnRSZWY8SFRNTEVsZW1lbnQ+LFxyXG5cdFx0cHJvdGVjdGVkIG92ZXJyaWRlIF92aWV3Q29udGFpbmVyUmVmOiBWaWV3Q29udGFpbmVyUmVmLFxyXG5cdFx0cHJvdGVjdGVkIG92ZXJyaWRlIF9yZW5kZXJlcjogUmVuZGVyZXIyLFxyXG5cdCkge1xyXG5cdFx0c3VwZXIoX2NoYW5nZURldGVjdG9yUmVmLCBfb3ZlcmxheSwgX2VsZW1lbnRSZWYsIF92aWV3Q29udGFpbmVyUmVmLCBfcmVuZGVyZXIpO1xyXG5cdH1cclxuXHJcblx0b25Jc1NlYXJjaGluZ0NoYW5nZWQoaXNTZWFyY2hpbmc6IGJvb2xlYW4pIHtcclxuXHRcdHRoaXMuaXNTZWFyY2hpbmcgPSBpc1NlYXJjaGluZztcclxuXHRcdHRoaXMuX2NoYW5nZURldGVjdG9yUmVmLmRldGVjdENoYW5nZXMoKTtcclxuXHR9XHJcblxyXG5cdHRyYWNrQnlJZChfOiBudW1iZXIsIGl0ZW06IElMdVF1YWxpZmljYXRpb24pOiBudW1iZXIge1xyXG5cdFx0cmV0dXJuIGl0ZW0uaWQ7XHJcblx0fVxyXG5cclxuXHRncm91cEJ5Sm9iTmFtZShxdWFsaWZpY2F0aW9uOiBJTHVRdWFsaWZpY2F0aW9uKTogc3RyaW5nIHtcclxuXHRcdHJldHVybiBxdWFsaWZpY2F0aW9uLmpvYi5uYW1lO1xyXG5cdH1cclxufVxyXG4iLCI8ZGl2IGNsYXNzPVwibHUtc2VsZWN0LXBsYWNlaG9sZGVyXCI+e3sgcGxhY2Vob2xkZXIgfX08L2Rpdj5cclxuPGRpdiBjbGFzcz1cImx1LXNlbGVjdC12YWx1ZVwiPlxyXG5cdDxkaXYgY2xhc3M9XCJsdS1zZWxlY3QtZGlzcGxheS13cmFwcGVyXCI+XHJcblx0XHQ8bmctY29udGFpbmVyICNkaXNwbGF5PjwvbmctY29udGFpbmVyPlxyXG5cdDwvZGl2PlxyXG48L2Rpdj5cclxuPGRpdiBjbGFzcz1cImx1LXNlbGVjdC1zdWZmaXhcIj5cclxuXHQ8bHUtaW5wdXQtY2xlYXJlcj48L2x1LWlucHV0LWNsZWFyZXI+XHJcbjwvZGl2PlxyXG5cclxuPG5nLXRlbXBsYXRlIGx1RGlzcGxheWVyIFtsdURpc3BsYXllck11bHRpcGxlXT1cInRydWVcIiBsZXQtdmFsdWVzPlxyXG5cdDxzcGFuICpuZ0lmPVwibXVsdGlwbGUgJiYgdmFsdWVzPy5sZW5ndGggPiAxOyBlbHNlIHNpbmdsZVZpZXdcIlxyXG5cdFx0PjxzcGFuIGNsYXNzPVwiY2hpcCBtb2QtdW5raWxsYWJsZVwiPnt7IHZhbHVlcy5sZW5ndGggfX08L3NwYW4+IHt7IGludGwucXVhbGlmaWNhdGlvbnMgfX08L3NwYW5cclxuXHQ+XHJcblx0PG5nLXRlbXBsYXRlICNzaW5nbGVWaWV3Pnt7ICh2YWx1ZXNbMF0gfHwgdmFsdWVzKS5uYW1lIH19PC9uZy10ZW1wbGF0ZT5cclxuPC9uZy10ZW1wbGF0ZT5cclxuXHJcbjxsdS1vcHRpb24tcGlja2VyLWFkdmFuY2VkIFtvcHRpb24tY29tcGFyZXJdPVwiYnlJZFwiPlxyXG5cdDxsdS1hcGktcGFnZWQtc2VhcmNoZXJcclxuXHRcdGFwaT1cIi9vcmdhbml6YXRpb24vc3RydWN0dXJlL2FwaS9qb2ItcXVhbGlmaWNhdGlvbnNcIlxyXG5cdFx0c3RhbmRhcmQ9XCJ2NFwiXHJcblx0XHRbZmlsdGVyc109XCJmaWx0ZXJzXCJcclxuXHRcdHNvcnQ9XCJqb2IubmFtZSxsZXZlbC5wb3NpdGlvblwiXHJcblx0PjwvbHUtYXBpLXBhZ2VkLXNlYXJjaGVyPlxyXG5cdDxuZy10ZW1wbGF0ZSBsdUZvckdyb3VwcyBsZXQtZ3JvdXAgW2x1Rm9yR3JvdXBzR3JvdXBCeV09XCJncm91cEJ5Sm9iTmFtZVwiPlxyXG5cdFx0PGg0IGNsYXNzPVwib3B0aW9uSXRlbS1ncm91cEtleVwiPnt7IGdyb3VwLmtleSB9fTwvaDQ+XHJcblx0XHQ8bHUtb3B0aW9uICpuZ0Zvcj1cImxldCBxdWFsaWZpY2F0aW9uIG9mIGdyb3VwLml0ZW1zOyB0cmFja0J5OiB0cmFja0J5SWRcIiBbdmFsdWVdPVwicXVhbGlmaWNhdGlvblwiPiB7eyBxdWFsaWZpY2F0aW9uLm5hbWUgfX0gPC9sdS1vcHRpb24+XHJcblx0PC9uZy10ZW1wbGF0ZT5cclxuPC9sdS1vcHRpb24tcGlja2VyLWFkdmFuY2VkPlxyXG4iXX0=
57
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXVhbGlmaWNhdGlvbi1zZWxlY3QtaW5wdXQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvcXVhbGlmaWNhdGlvbi9zcmMvbGliL3NlbGVjdC9pbnB1dC9xdWFsaWZpY2F0aW9uLXNlbGVjdC1pbnB1dC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9xdWFsaWZpY2F0aW9uL3NyYy9saWIvc2VsZWN0L2lucHV0L3F1YWxpZmljYXRpb24tc2VsZWN0LWlucHV0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBVyxhQUFhLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUM5RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFpQix1QkFBdUIsRUFBcUIsU0FBUyxFQUFjLFVBQVUsRUFBRSxLQUFLLEVBQStCLE1BQU0sZUFBZSxDQUFDO0FBQ2pLLE9BQU8sRUFBd0IsaUJBQWlCLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUN6RSxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUNsRSxPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFDL0MsT0FBTyxFQUFFLHVCQUF1QixFQUFFLHlCQUF5QixFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDM0YsT0FBTyxFQUF3QixvQkFBb0IsRUFBb0IscUJBQXFCLEVBQUUsK0JBQStCLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUU5SixPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUVqRSxPQUFPLEVBQUUsMENBQTBDLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQzs7OztBQWlCcEcsTUFBTSxPQUFPLG1DQUlaLFNBQVEsdUJBQTZCO0lBV3JDLFlBQ29CLGtCQUFxQyxFQUNyQyxRQUFpQixFQUNqQixXQUFvQyxFQUNwQyxpQkFBbUMsRUFDbkMsU0FBb0I7UUFFdkMsS0FBSyxDQUFDLGtCQUFrQixFQUFFLFFBQVEsRUFBRSxXQUFXLEVBQUUsaUJBQWlCLEVBQUUsU0FBUyxDQUFDLENBQUM7UUFONUQsdUJBQWtCLEdBQWxCLGtCQUFrQixDQUFtQjtRQUNyQyxhQUFRLEdBQVIsUUFBUSxDQUFTO1FBQ2pCLGdCQUFXLEdBQVgsV0FBVyxDQUF5QjtRQUNwQyxzQkFBaUIsR0FBakIsaUJBQWlCLENBQWtCO1FBQ25DLGNBQVMsR0FBVCxTQUFTLENBQVc7UUFieEMsU0FBSSxHQUF3QixDQUFDLE9BQVUsRUFBRSxPQUFVLEVBQUUsRUFBRSxDQUFDLE9BQU8sSUFBSSxPQUFPLElBQUksT0FBTyxDQUFDLEVBQUUsS0FBSyxPQUFPLENBQUMsRUFBRSxDQUFDO1FBSXhHLGdCQUFXLEdBQUcsS0FBSyxDQUFDO1FBRWIsU0FBSSxHQUFHLE9BQU8sQ0FBQywwQ0FBMEMsQ0FBQyxDQUFDO0lBVWxFLENBQUM7SUFFRCxvQkFBb0IsQ0FBQyxXQUFvQjtRQUN4QyxJQUFJLENBQUMsV0FBVyxHQUFHLFdBQVcsQ0FBQztRQUMvQixJQUFJLENBQUMsa0JBQWtCLENBQUMsYUFBYSxFQUFFLENBQUM7SUFDekMsQ0FBQztJQUVELFNBQVMsQ0FBQyxDQUFTLEVBQUUsSUFBc0I7UUFDMUMsT0FBTyxJQUFJLENBQUMsRUFBRSxDQUFDO0lBQ2hCLENBQUM7SUFFRCxjQUFjLENBQUMsYUFBK0I7UUFDN0MsT0FBTyxhQUFhLENBQUMsR0FBRyxDQUFDLElBQUksQ0FBQztJQUMvQixDQUFDOztnSUFwQ1csbUNBQW1DO29IQUFuQyxtQ0FBbUMsc0dBUnBDO1FBQ1Y7WUFDQyxPQUFPLEVBQUUsaUJBQWlCO1lBQzFCLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsbUNBQW1DLENBQUM7WUFDbEUsS0FBSyxFQUFFLElBQUk7U0FDWDtLQUNELGlEQzFCRix1dkNBNkJBLDhwUURWVyxZQUFZLCtQQUFFLGFBQWEsK0JBQUUsdUJBQXVCLDRHQUFFLCtCQUErQiw0R0FBRSwyQkFBMkIsdUpBQUUscUJBQXFCLHVJQUFFLG9CQUFvQiwwRkFBRSx5QkFBeUI7MkZBU3hMLG1DQUFtQztrQkFmL0MsU0FBUzsrQkFDQyx5QkFBeUIsbUJBR2xCLHVCQUF1QixDQUFDLE1BQU0sY0FDbkMsSUFBSSxXQUNQLENBQUMsWUFBWSxFQUFFLGFBQWEsRUFBRSx1QkFBdUIsRUFBRSwrQkFBK0IsRUFBRSwyQkFBMkIsRUFBRSxxQkFBcUIsRUFBRSxvQkFBb0IsRUFBRSx5QkFBeUIsQ0FBQyxhQUMxTDt3QkFDVjs0QkFDQyxPQUFPLEVBQUUsaUJBQWlCOzRCQUMxQixXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxvQ0FBb0MsQ0FBQzs0QkFDbEUsS0FBSyxFQUFFLElBQUk7eUJBQ1g7cUJBQ0Q7OE1BV1EsT0FBTztzQkFBZixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgT3ZlcmxheSwgT3ZlcmxheU1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9vdmVybGF5JztcclxuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgQWZ0ZXJWaWV3SW5pdCwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENoYW5nZURldGVjdG9yUmVmLCBDb21wb25lbnQsIEVsZW1lbnRSZWYsIGZvcndhcmRSZWYsIElucHV0LCBSZW5kZXJlcjIsIFZpZXdDb250YWluZXJSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgQ29udHJvbFZhbHVlQWNjZXNzb3IsIE5HX1ZBTFVFX0FDQ0VTU09SIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xyXG5pbXBvcnQgeyBMdUFwaVBhZ2VkU2VhcmNoZXJDb21wb25lbnQgfSBmcm9tICdAbHVjY2EtZnJvbnQvbmcvYXBpJztcclxuaW1wb3J0IHsgZ2V0SW50bCB9IGZyb20gJ0BsdWNjYS1mcm9udC9uZy9jb3JlJztcclxuaW1wb3J0IHsgTHVJbnB1dENsZWFyZXJDb21wb25lbnQsIEx1SW5wdXREaXNwbGF5ZXJEaXJlY3RpdmUgfSBmcm9tICdAbHVjY2EtZnJvbnQvbmcvaW5wdXQnO1xyXG5pbXBvcnQgeyBJTHVPcHRpb25QaWNrZXJQYW5lbCwgTHVGb3JHcm91cHNEaXJlY3RpdmUsIEx1T3B0aW9uQ29tcGFyZXIsIEx1T3B0aW9uSXRlbUNvbXBvbmVudCwgTHVPcHRpb25QaWNrZXJBZHZhbmNlZENvbXBvbmVudCB9IGZyb20gJ0BsdWNjYS1mcm9udC9uZy9vcHRpb24nO1xyXG5pbXBvcnQgeyBJTHVJbnB1dFdpdGhQaWNrZXIgfSBmcm9tICdAbHVjY2EtZnJvbnQvbmcvcGlja2VyJztcclxuaW1wb3J0IHsgQUx1U2VsZWN0SW5wdXRDb21wb25lbnQgfSBmcm9tICdAbHVjY2EtZnJvbnQvbmcvc2VsZWN0JztcclxuaW1wb3J0IHsgSUx1UXVhbGlmaWNhdGlvbiB9IGZyb20gJy4uLy4uL3F1YWxpZmljYXRpb24ubW9kZWwnO1xyXG5pbXBvcnQgeyBMVV9RVUFMSUZJQ0FUSU9OX1NFTEVDVF9JTlBVVF9UUkFOU0xBVElPTlMgfSBmcm9tICcuL3F1YWxpZmljYXRpb24tc2VsZWN0LWlucHV0LnRyYW5zbGF0ZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuXHRzZWxlY3RvcjogJ2x1LXF1YWxpZmljYXRpb24tc2VsZWN0JyxcclxuXHR0ZW1wbGF0ZVVybDogJy4vcXVhbGlmaWNhdGlvbi1zZWxlY3QtaW5wdXQuY29tcG9uZW50Lmh0bWwnLFxyXG5cdHN0eWxlVXJsczogWycuL3F1YWxpZmljYXRpb24tc2VsZWN0LWlucHV0LmNvbXBvbmVudC5zY3NzJ10sXHJcblx0Y2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXHJcblx0c3RhbmRhbG9uZTogdHJ1ZSxcclxuXHRpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBPdmVybGF5TW9kdWxlLCBMdUlucHV0Q2xlYXJlckNvbXBvbmVudCwgTHVPcHRpb25QaWNrZXJBZHZhbmNlZENvbXBvbmVudCwgTHVBcGlQYWdlZFNlYXJjaGVyQ29tcG9uZW50LCBMdU9wdGlvbkl0ZW1Db21wb25lbnQsIEx1Rm9yR3JvdXBzRGlyZWN0aXZlLCBMdUlucHV0RGlzcGxheWVyRGlyZWN0aXZlXSxcclxuXHRwcm92aWRlcnM6IFtcclxuXHRcdHtcclxuXHRcdFx0cHJvdmlkZTogTkdfVkFMVUVfQUNDRVNTT1IsXHJcblx0XHRcdHVzZUV4aXN0aW5nOiBmb3J3YXJkUmVmKCgpID0+IEx1UXVhbGlmaWNhdGlvblNlbGVjdElucHV0Q29tcG9uZW50KSxcclxuXHRcdFx0bXVsdGk6IHRydWUsXHJcblx0XHR9LFxyXG5cdF0sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBMdVF1YWxpZmljYXRpb25TZWxlY3RJbnB1dENvbXBvbmVudDxcclxuXHRcdEQgZXh0ZW5kcyBpbXBvcnQoJy4uLy4uL3F1YWxpZmljYXRpb24ubW9kZWwnKS5JTHVRdWFsaWZpY2F0aW9uID0gaW1wb3J0KCcuLi8uLi9xdWFsaWZpY2F0aW9uLm1vZGVsJykuSUx1UXVhbGlmaWNhdGlvbixcclxuXHRcdFAgZXh0ZW5kcyBJTHVPcHRpb25QaWNrZXJQYW5lbDxEPiA9IElMdU9wdGlvblBpY2tlclBhbmVsPEQ+LFxyXG5cdD5cclxuXHRleHRlbmRzIEFMdVNlbGVjdElucHV0Q29tcG9uZW50PEQsIFA+XHJcblx0aW1wbGVtZW50cyBDb250cm9sVmFsdWVBY2Nlc3NvciwgSUx1SW5wdXRXaXRoUGlja2VyPEQ+LCBBZnRlclZpZXdJbml0XHJcbntcclxuXHRieUlkOiBMdU9wdGlvbkNvbXBhcmVyPEQ+ID0gKG9wdGlvbjE6IEQsIG9wdGlvbjI6IEQpID0+IG9wdGlvbjEgJiYgb3B0aW9uMiAmJiBvcHRpb24xLmlkID09PSBvcHRpb24yLmlkO1xyXG5cclxuXHRASW5wdXQoKSBmaWx0ZXJzOiBzdHJpbmdbXTtcclxuXHJcblx0aXNTZWFyY2hpbmcgPSBmYWxzZTtcclxuXHJcblx0cHVibGljIGludGwgPSBnZXRJbnRsKExVX1FVQUxJRklDQVRJT05fU0VMRUNUX0lOUFVUX1RSQU5TTEFUSU9OUyk7XHJcblxyXG5cdGNvbnN0cnVjdG9yKFxyXG5cdFx0cHJvdGVjdGVkIG92ZXJyaWRlIF9jaGFuZ2VEZXRlY3RvclJlZjogQ2hhbmdlRGV0ZWN0b3JSZWYsXHJcblx0XHRwcm90ZWN0ZWQgb3ZlcnJpZGUgX292ZXJsYXk6IE92ZXJsYXksXHJcblx0XHRwcm90ZWN0ZWQgb3ZlcnJpZGUgX2VsZW1lbnRSZWY6IEVsZW1lbnRSZWY8SFRNTEVsZW1lbnQ+LFxyXG5cdFx0cHJvdGVjdGVkIG92ZXJyaWRlIF92aWV3Q29udGFpbmVyUmVmOiBWaWV3Q29udGFpbmVyUmVmLFxyXG5cdFx0cHJvdGVjdGVkIG92ZXJyaWRlIF9yZW5kZXJlcjogUmVuZGVyZXIyLFxyXG5cdCkge1xyXG5cdFx0c3VwZXIoX2NoYW5nZURldGVjdG9yUmVmLCBfb3ZlcmxheSwgX2VsZW1lbnRSZWYsIF92aWV3Q29udGFpbmVyUmVmLCBfcmVuZGVyZXIpO1xyXG5cdH1cclxuXHJcblx0b25Jc1NlYXJjaGluZ0NoYW5nZWQoaXNTZWFyY2hpbmc6IGJvb2xlYW4pIHtcclxuXHRcdHRoaXMuaXNTZWFyY2hpbmcgPSBpc1NlYXJjaGluZztcclxuXHRcdHRoaXMuX2NoYW5nZURldGVjdG9yUmVmLmRldGVjdENoYW5nZXMoKTtcclxuXHR9XHJcblxyXG5cdHRyYWNrQnlJZChfOiBudW1iZXIsIGl0ZW06IElMdVF1YWxpZmljYXRpb24pOiBudW1iZXIge1xyXG5cdFx0cmV0dXJuIGl0ZW0uaWQ7XHJcblx0fVxyXG5cclxuXHRncm91cEJ5Sm9iTmFtZShxdWFsaWZpY2F0aW9uOiBJTHVRdWFsaWZpY2F0aW9uKTogc3RyaW5nIHtcclxuXHRcdHJldHVybiBxdWFsaWZpY2F0aW9uLmpvYi5uYW1lO1xyXG5cdH1cclxufVxyXG4iLCI8ZGl2IGNsYXNzPVwibHUtc2VsZWN0LXBsYWNlaG9sZGVyXCI+e3sgcGxhY2Vob2xkZXIgfX08L2Rpdj5cclxuPGRpdiBjbGFzcz1cImx1LXNlbGVjdC12YWx1ZVwiPlxyXG5cdDxkaXYgY2xhc3M9XCJsdS1zZWxlY3QtZGlzcGxheS13cmFwcGVyXCI+XHJcblx0XHQ8bmctY29udGFpbmVyICNkaXNwbGF5PjwvbmctY29udGFpbmVyPlxyXG5cdDwvZGl2PlxyXG48L2Rpdj5cclxuPGRpdiBjbGFzcz1cImx1LXNlbGVjdC1zdWZmaXhcIj5cclxuXHQ8bHUtaW5wdXQtY2xlYXJlcj48L2x1LWlucHV0LWNsZWFyZXI+XHJcbjwvZGl2PlxyXG5cclxuPG5nLXRlbXBsYXRlIGx1RGlzcGxheWVyIFtsdURpc3BsYXllck11bHRpcGxlXT1cInRydWVcIiBsZXQtdmFsdWVzPlxyXG5cdDxzcGFuICpuZ0lmPVwibXVsdGlwbGUgJiYgdmFsdWVzPy5sZW5ndGggPiAxOyBlbHNlIHNpbmdsZVZpZXdcIlxyXG5cdFx0PjxzcGFuIGNsYXNzPVwiY2hpcCBtb2QtdW5raWxsYWJsZVwiPnt7IHZhbHVlcy5sZW5ndGggfX08L3NwYW4+IHt7IGludGwucXVhbGlmaWNhdGlvbnMgfX08L3NwYW5cclxuXHQ+XHJcblx0PG5nLXRlbXBsYXRlICNzaW5nbGVWaWV3Pnt7ICh2YWx1ZXNbMF0gfHwgdmFsdWVzKS5uYW1lIH19PC9uZy10ZW1wbGF0ZT5cclxuPC9uZy10ZW1wbGF0ZT5cclxuXHJcbjxsdS1vcHRpb24tcGlja2VyLWFkdmFuY2VkIFtvcHRpb24tY29tcGFyZXJdPVwiYnlJZFwiPlxyXG5cdDxsdS1hcGktcGFnZWQtc2VhcmNoZXJcclxuXHRcdGFwaT1cIi9vcmdhbml6YXRpb24vc3RydWN0dXJlL2FwaS9qb2ItcXVhbGlmaWNhdGlvbnNcIlxyXG5cdFx0c3RhbmRhcmQ9XCJ2NFwiXHJcblx0XHRbZmlsdGVyc109XCJmaWx0ZXJzXCJcclxuXHRcdHNvcnQ9XCJqb2IubmFtZSxsZXZlbC5wb3NpdGlvblwiXHJcblx0PjwvbHUtYXBpLXBhZ2VkLXNlYXJjaGVyPlxyXG5cdDxuZy10ZW1wbGF0ZSBsdUZvckdyb3VwcyBsZXQtZ3JvdXAgW2x1Rm9yR3JvdXBzR3JvdXBCeV09XCJncm91cEJ5Sm9iTmFtZVwiPlxyXG5cdFx0PGg0IGNsYXNzPVwib3B0aW9uSXRlbS1ncm91cEtleVwiPnt7IGdyb3VwLmtleSB9fTwvaDQ+XHJcblx0XHQ8bHUtb3B0aW9uICpuZ0Zvcj1cImxldCBxdWFsaWZpY2F0aW9uIG9mIGdyb3VwLml0ZW1zOyB0cmFja0J5OiB0cmFja0J5SWRcIiBbdmFsdWVdPVwicXVhbGlmaWNhdGlvblwiPiB7eyBxdWFsaWZpY2F0aW9uLm5hbWUgfX0gPC9sdS1vcHRpb24+XHJcblx0PC9uZy10ZW1wbGF0ZT5cclxuPC9sdS1vcHRpb24tcGlja2VyLWFkdmFuY2VkPlxyXG4iXX0=
@@ -3,10 +3,10 @@ import { LuQualificationSelectInputComponent } from './qualification-select-inpu
3
3
  import * as i0 from "@angular/core";
4
4
  export class LuQualificationSelectInputModule {
5
5
  }
6
- LuQualificationSelectInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuQualificationSelectInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- LuQualificationSelectInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.3", ngImport: i0, type: LuQualificationSelectInputModule, imports: [LuQualificationSelectInputComponent], exports: [LuQualificationSelectInputComponent] });
8
- LuQualificationSelectInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuQualificationSelectInputModule, imports: [LuQualificationSelectInputComponent] });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuQualificationSelectInputModule, decorators: [{
6
+ LuQualificationSelectInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuQualificationSelectInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ LuQualificationSelectInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: LuQualificationSelectInputModule, imports: [LuQualificationSelectInputComponent], exports: [LuQualificationSelectInputComponent] });
8
+ LuQualificationSelectInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuQualificationSelectInputModule, imports: [LuQualificationSelectInputComponent] });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuQualificationSelectInputModule, decorators: [{
10
10
  type: NgModule,
11
11
  args: [{
12
12
  imports: [LuQualificationSelectInputComponent],
@@ -3,10 +3,10 @@ import { LuQualificationSelectInputModule } from './input/index';
3
3
  import * as i0 from "@angular/core";
4
4
  export class LuQualificationSelectModule {
5
5
  }
6
- LuQualificationSelectModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuQualificationSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- LuQualificationSelectModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.3", ngImport: i0, type: LuQualificationSelectModule, imports: [LuQualificationSelectInputModule], exports: [LuQualificationSelectInputModule] });
8
- LuQualificationSelectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuQualificationSelectModule, imports: [LuQualificationSelectInputModule, LuQualificationSelectInputModule] });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuQualificationSelectModule, decorators: [{
6
+ LuQualificationSelectModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuQualificationSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ LuQualificationSelectModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: LuQualificationSelectModule, imports: [LuQualificationSelectInputModule], exports: [LuQualificationSelectInputModule] });
8
+ LuQualificationSelectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuQualificationSelectModule, imports: [LuQualificationSelectInputModule, LuQualificationSelectInputModule] });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuQualificationSelectModule, decorators: [{
10
10
  type: NgModule,
11
11
  args: [{
12
12
  imports: [LuQualificationSelectInputModule],
@@ -4,10 +4,10 @@ import { LuSafeHtmlPipe } from './safe-html.pipe';
4
4
  import * as i0 from "@angular/core";
5
5
  export class LuSafeContentModule {
6
6
  }
7
- LuSafeContentModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuSafeContentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- LuSafeContentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.3", ngImport: i0, type: LuSafeContentModule, declarations: [LuSafeHtmlPipe], imports: [CommonModule], exports: [LuSafeHtmlPipe] });
9
- LuSafeContentModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuSafeContentModule, imports: [CommonModule] });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuSafeContentModule, decorators: [{
7
+ LuSafeContentModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuSafeContentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ LuSafeContentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: LuSafeContentModule, declarations: [LuSafeHtmlPipe], imports: [CommonModule], exports: [LuSafeHtmlPipe] });
9
+ LuSafeContentModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuSafeContentModule, imports: [CommonModule] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuSafeContentModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  imports: [CommonModule],
@@ -10,9 +10,9 @@ export class LuSafeHtmlPipe {
10
10
  return this.sanitizer.bypassSecurityTrustHtml(sanitize(value, config));
11
11
  }
12
12
  }
13
- LuSafeHtmlPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuSafeHtmlPipe, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
14
- LuSafeHtmlPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.1.3", ngImport: i0, type: LuSafeHtmlPipe, name: "luSafeHtml" });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuSafeHtmlPipe, decorators: [{
13
+ LuSafeHtmlPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuSafeHtmlPipe, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
14
+ LuSafeHtmlPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: LuSafeHtmlPipe, name: "luSafeHtml" });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuSafeHtmlPipe, decorators: [{
16
16
  type: Pipe,
17
17
  args: [{ name: 'luSafeHtml' }]
18
18
  }], ctorParameters: function () { return [{ type: i1.DomSanitizer }]; } });
@@ -49,9 +49,9 @@ export class LuScrollDirective {
49
49
  }
50
50
  }
51
51
  }
52
- LuScrollDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuScrollDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
53
- LuScrollDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.3", type: LuScrollDirective, isStandalone: true, selector: "[luScroll]", inputs: { debounceTime: "debounceTime" }, outputs: { onScroll: "onScroll", onScrollTop: "onScrollTop", onScrollBottom: "onScrollBottom", onScrollLeft: "onScrollLeft", onScrollRight: "onScrollRight" }, host: { listeners: { "scroll": "_scroll($event)" } }, exportAs: ["luScroll"], ngImport: i0 });
54
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuScrollDirective, decorators: [{
52
+ LuScrollDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuScrollDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
53
+ LuScrollDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.7", type: LuScrollDirective, isStandalone: true, selector: "[luScroll]", inputs: { debounceTime: "debounceTime" }, outputs: { onScroll: "onScroll", onScrollTop: "onScrollTop", onScrollBottom: "onScrollBottom", onScrollLeft: "onScrollLeft", onScrollRight: "onScrollRight" }, host: { listeners: { "scroll": "_scroll($event)" } }, exportAs: ["luScroll"], ngImport: i0 });
54
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuScrollDirective, decorators: [{
55
55
  type: Directive,
56
56
  args: [{
57
57
  selector: '[luScroll]',
@@ -3,10 +3,10 @@ import { LuScrollDirective } from './scroll.directive';
3
3
  import * as i0 from "@angular/core";
4
4
  export class LuScrollModule {
5
5
  }
6
- LuScrollModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuScrollModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- LuScrollModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.3", ngImport: i0, type: LuScrollModule, imports: [LuScrollDirective], exports: [LuScrollDirective] });
8
- LuScrollModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuScrollModule });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuScrollModule, decorators: [{
6
+ LuScrollModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuScrollModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ LuScrollModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: LuScrollModule, imports: [LuScrollDirective], exports: [LuScrollDirective] });
8
+ LuScrollModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuScrollModule });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuScrollModule, decorators: [{
10
10
  type: NgModule,
11
11
  args: [{
12
12
  imports: [LuScrollDirective],
@@ -114,9 +114,9 @@ export class ALuSelectInputComponent extends ALuSelectInput {
114
114
  this.onClose.emit();
115
115
  }
116
116
  }
117
- ALuSelectInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: ALuSelectInputComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.Overlay }, { token: i0.ElementRef }, { token: i0.ViewContainerRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
118
- ALuSelectInputComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.3", type: ALuSelectInputComponent, inputs: { overlapInput: ["pickerOverlap", "overlapInput"], inputPlaceholder: ["placeholder", "inputPlaceholder"], inputMultiple: ["multiple", "inputMultiple"], inputDisabled: ["disabled", "inputDisabled"] }, outputs: { onOpen: "onOpen", onClose: "onClose" }, host: { listeners: { "click": "onClick()", "mouseenter": "onMouseEnter()", "mouseleave": "onMouseLeave()", "focus": "onFocus()", "blur": "onBlur()", "keydown.space": "onKeydown($event)", "keydown.enter": "onKeydown($event)" }, properties: { "tabindex": "this.tabindex", "class.is-disabled": "this.isDisabled", "class.is-focused": "this.isFocused", "class.mod-multiple": "this.modMultiple", "class.is-clearable": "this.isClearable" } }, queries: [{ propertyName: "ccPicker", first: true, predicate: ALuPickerPanel, descendants: true, static: true }, { propertyName: "ccDisplayer", first: true, predicate: ALuInputDisplayer, descendants: true, static: true }, { propertyName: "ccClearer", first: true, predicate: ALuClearer, descendants: true, static: true }], viewQueries: [{ propertyName: "_vcDisplayContainer", first: true, predicate: ["display"], descendants: true, read: ViewContainerRef, static: true }, { propertyName: "vcPicker", first: true, predicate: ALuPickerPanel, descendants: true, static: true }, { propertyName: "vcDisplayer", first: true, predicate: ALuInputDisplayer, descendants: true, static: true }, { propertyName: "vcClearer", first: true, predicate: ALuClearer, descendants: true, static: true }], usesInheritance: true, ngImport: i0 });
119
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: ALuSelectInputComponent, decorators: [{
117
+ ALuSelectInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: ALuSelectInputComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.Overlay }, { token: i0.ElementRef }, { token: i0.ViewContainerRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
118
+ ALuSelectInputComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.7", type: ALuSelectInputComponent, inputs: { overlapInput: ["pickerOverlap", "overlapInput"], inputPlaceholder: ["placeholder", "inputPlaceholder"], inputMultiple: ["multiple", "inputMultiple"], inputDisabled: ["disabled", "inputDisabled"] }, outputs: { onOpen: "onOpen", onClose: "onClose" }, host: { listeners: { "click": "onClick()", "mouseenter": "onMouseEnter()", "mouseleave": "onMouseLeave()", "focus": "onFocus()", "blur": "onBlur()", "keydown.space": "onKeydown($event)", "keydown.enter": "onKeydown($event)" }, properties: { "tabindex": "this.tabindex", "class.is-disabled": "this.isDisabled", "class.is-focused": "this.isFocused", "class.mod-multiple": "this.modMultiple", "class.is-clearable": "this.isClearable" } }, queries: [{ propertyName: "ccPicker", first: true, predicate: ALuPickerPanel, descendants: true, static: true }, { propertyName: "ccDisplayer", first: true, predicate: ALuInputDisplayer, descendants: true, static: true }, { propertyName: "ccClearer", first: true, predicate: ALuClearer, descendants: true, static: true }], viewQueries: [{ propertyName: "_vcDisplayContainer", first: true, predicate: ["display"], descendants: true, read: ViewContainerRef, static: true }, { propertyName: "vcPicker", first: true, predicate: ALuPickerPanel, descendants: true, static: true }, { propertyName: "vcDisplayer", first: true, predicate: ALuInputDisplayer, descendants: true, static: true }, { propertyName: "vcClearer", first: true, predicate: ALuClearer, descendants: true, static: true }], usesInheritance: true, ngImport: i0 });
119
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: ALuSelectInputComponent, decorators: [{
120
120
  type: Directive
121
121
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i1.Overlay }, { type: i0.ElementRef }, { type: i0.ViewContainerRef }, { type: i0.Renderer2 }]; }, propDecorators: { _vcDisplayContainer: [{
122
122
  type: ViewChild,
@@ -217,15 +217,15 @@ export class LuSelectInputComponent extends ALuSelectInputComponent {
217
217
  this.displayClearer(); // dont keep
218
218
  }
219
219
  }
220
- LuSelectInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuSelectInputComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.Overlay }, { token: i0.ElementRef }, { token: i0.ViewContainerRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
221
- LuSelectInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.3", type: LuSelectInputComponent, isStandalone: true, selector: "lu-select", host: { properties: { "class.mod-multipleView": "this.modMultipleView" } }, providers: [
220
+ LuSelectInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuSelectInputComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.Overlay }, { token: i0.ElementRef }, { token: i0.ViewContainerRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
221
+ LuSelectInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: LuSelectInputComponent, isStandalone: true, selector: "lu-select", host: { properties: { "class.mod-multipleView": "this.modMultipleView" } }, providers: [
222
222
  {
223
223
  provide: NG_VALUE_ACCESSOR,
224
224
  useExisting: forwardRef(() => LuSelectInputComponent),
225
225
  multi: true,
226
226
  },
227
- ], queries: [{ propertyName: "clearerEltRef", first: true, predicate: ALuClearer, descendants: true, read: ElementRef }], viewQueries: [{ propertyName: "suffixEltRef", first: true, predicate: ["suffix"], descendants: true, read: ElementRef, static: true }], 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 #suffix class=\"lu-select-suffix\"></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-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)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
228
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuSelectInputComponent, decorators: [{
227
+ ], queries: [{ propertyName: "clearerEltRef", first: true, predicate: ALuClearer, descendants: true, read: ElementRef }], viewQueries: [{ propertyName: "suffixEltRef", first: true, predicate: ["suffix"], descendants: true, read: ElementRef, static: true }], 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 #suffix class=\"lu-select-suffix\"></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-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)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
228
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuSelectInputComponent, decorators: [{
229
229
  type: Component,
230
230
  args: [{ selector: 'lu-select', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, providers: [
231
231
  {
@@ -233,7 +233,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImpor
233
233
  useExisting: forwardRef(() => LuSelectInputComponent),
234
234
  multi: true,
235
235
  },
236
- ], 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 #suffix class=\"lu-select-suffix\"></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-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)}\n"] }]
236
+ ], 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 #suffix class=\"lu-select-suffix\"></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-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)}\n"] }]
237
237
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i1.Overlay }, { type: i0.ElementRef }, { type: i0.ViewContainerRef }, { type: i0.Renderer2 }]; }, propDecorators: { modMultipleView: [{
238
238
  type: HostBinding,
239
239
  args: ['class.mod-multipleView']
@@ -3,10 +3,10 @@ import { LuSelectInputComponent } from './select-input.component';
3
3
  import * as i0 from "@angular/core";
4
4
  export class LuSelectInputModule {
5
5
  }
6
- LuSelectInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuSelectInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- LuSelectInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.3", ngImport: i0, type: LuSelectInputModule, imports: [LuSelectInputComponent], exports: [LuSelectInputComponent] });
8
- LuSelectInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuSelectInputModule, imports: [LuSelectInputComponent] });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuSelectInputModule, decorators: [{
6
+ LuSelectInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuSelectInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ LuSelectInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: LuSelectInputModule, imports: [LuSelectInputComponent], exports: [LuSelectInputComponent] });
8
+ LuSelectInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuSelectInputModule, imports: [LuSelectInputComponent] });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuSelectInputModule, decorators: [{
10
10
  type: NgModule,
11
11
  args: [{
12
12
  imports: [LuSelectInputComponent],
@@ -3,10 +3,10 @@ import { LuSelectInputModule } from './input/index';
3
3
  import * as i0 from "@angular/core";
4
4
  export class LuSelectModule {
5
5
  }
6
- LuSelectModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- LuSelectModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.3", ngImport: i0, type: LuSelectModule, imports: [LuSelectInputModule], exports: [LuSelectInputModule] });
8
- LuSelectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuSelectModule, imports: [LuSelectInputModule, LuSelectInputModule] });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuSelectModule, decorators: [{
6
+ LuSelectModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ LuSelectModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: LuSelectModule, imports: [LuSelectInputModule], exports: [LuSelectInputModule] });
8
+ LuSelectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuSelectModule, imports: [LuSelectInputModule, LuSelectInputModule] });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuSelectModule, decorators: [{
10
10
  type: NgModule,
11
11
  args: [{
12
12
  imports: [LuSelectInputModule],
@@ -29,4 +29,4 @@ export {
29
29
  * @deprecated Use ALuModalRef from @lucca-front/ng/modal instead.
30
30
  */
31
31
  ALuSidepanelRef, };
32
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2lkZXBhbmVsLm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvc2lkZXBhbmVsL3NyYy9saWIvc2lkZXBhbmVsLm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFL0MsT0FBTyxFQUFFLFdBQVcsSUFBSSxlQUFlLEVBQStDLHdCQUF3QixFQUFpQixtQkFBbUIsRUFBRSxhQUFhLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUVqTTs7O0dBR0c7QUFFSDs7R0FFRztBQUNILE1BQU0sQ0FBQyxNQUFNLG1CQUFtQixHQUFHLElBQUksY0FBYyxDQUFvQiwwQkFBMEIsRUFBRTtJQUNwRyxPQUFPLEVBQUUsR0FBRyxFQUFFLENBQUMsd0JBQXdCO0NBQ3ZDLENBQUMsQ0FBQztBQUVIOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0saUJBQWlCLEdBQUcsYUFBYSxDQUFDO0FBRS9DOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0seUJBQXlCLEdBQUcsSUFBSSxjQUFjLENBQUMseUJBQXlCLEVBQUU7SUFDdEYsT0FBTyxFQUFFLEdBQUcsRUFBRSxDQUFDLHVCQUF1QjtDQUN0QyxDQUFDLENBQUM7QUFPSDs7R0FFRztBQUNILE1BQU0sQ0FBQyxNQUFNLHVCQUF1QixHQUFzQyxtQkFBbUIsQ0FBQztBQXNCOUYsT0FBTztBQUNOOztHQUVHO0FBQ0gsZUFBZSxHQUNmLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3Rpb25Ub2tlbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBJTHVUcmFuc2xhdGlvbiB9IGZyb20gJ0BsdWNjYS1mcm9udC9uZy9jb3JlJztcclxuaW1wb3J0IHsgQUx1TW9kYWxSZWYgYXMgQUx1U2lkZXBhbmVsUmVmLCBJTHVNb2RhbENvbnRlbnQsIElMdU1vZGFsTGFiZWwsIElMdU1vZGFsUmVmLCBsdURlZmF1bHRTaWRlcGFuZWxDb25maWcsIEx1TW9kYWxDb25maWcsIGx1TW9kYWxUcmFuc2xhdGlvbnMsIExVX01PREFMX0RBVEEgfSBmcm9tICdAbHVjY2EtZnJvbnQvbmcvbW9kYWwnO1xyXG5cclxuLyoqXHJcbiAqIEZvciBiYWNrd2FyZCBjb21wYXRpYmlsaXR5LCB3ZSByZS1leHBvcnQgbW9kYWwgdG9rZW5zIGFzIHNpZGVwYW5lbCB0b2tlbnMuXHJcbiAqIFdlIHNob3VsZCByZW1vdmUgYWxsIHNpZGVwYW5lbCByZWxhdGVkIGZpbGVzIGluIHRoZSBuZXh0IG1ham9yIHZlcnNpb24gKDE2KykuXHJcbiAqL1xyXG5cclxuLyoqXHJcbiAqIEBkZXByZWNhdGVkIFVzZSBMVV9NT0RBTF9DT05GSUcgZnJvbSBAbHVjY2EtZnJvbnQvbmcvbW9kYWwgaW5zdGVhZC5cclxuICovXHJcbmV4cG9ydCBjb25zdCBMVV9TSURFUEFORUxfQ09ORklHID0gbmV3IEluamVjdGlvblRva2VuPEx1U2lkZXBhbmVsQ29uZmlnPignTHVTaWRlcGFuZWxEZWZhdWx0Q29uZmlnJywge1xyXG5cdGZhY3Rvcnk6ICgpID0+IGx1RGVmYXVsdFNpZGVwYW5lbENvbmZpZyxcclxufSk7XHJcblxyXG4vKipcclxuICogQGRlcHJlY2F0ZWQgVXNlIExVX01PREFMX0RBVEEgZnJvbSBAbHVjY2EtZnJvbnQvbmcvbW9kYWwgaW5zdGVhZC5cclxuICovXHJcbmV4cG9ydCBjb25zdCBMVV9TSURFUEFORUxfREFUQSA9IExVX01PREFMX0RBVEE7XHJcblxyXG4vKipcclxuICogQGRlcHJlY2F0ZWQgVXNlIExVX01PREFMX1RSQU5TTEFUSU9OUyBmcm9tIEBsdWNjYS1mcm9udC9uZy9tb2RhbCBpbnN0ZWFkLlxyXG4gKi9cclxuZXhwb3J0IGNvbnN0IExVX1NJREVQQU5FTF9UUkFOU0xBVElPTlMgPSBuZXcgSW5qZWN0aW9uVG9rZW4oJ0x1U2lkZXBhbmVsVHJhbnNsYXRpb25zJywge1xyXG5cdGZhY3Rvcnk6ICgpID0+IGx1U2lkZXBhbmVsVHJhbnNsYXRpb25zLFxyXG59KTtcclxuXHJcbi8qKlxyXG4gKiBAZGVwcmVjYXRlZCBVc2UgSUx1TW9kYWxMYWJlbCBmcm9tIEBsdWNjYS1mcm9udC9uZy9tb2RhbCBpbnN0ZWFkLlxyXG4gKi9cclxuZXhwb3J0IHR5cGUgSUx1U2lkZXBhbmVsTGFiZWwgPSBJTHVNb2RhbExhYmVsO1xyXG5cclxuLyoqXHJcbiAqIEBkZXByZWNhdGVkIFVzZSBsdU1vZGFsVHJhbnNsYXRpb25zIGZyb20gQGx1Y2NhLWZyb250L25nL21vZGFsIGluc3RlYWQuXHJcbiAqL1xyXG5leHBvcnQgY29uc3QgbHVTaWRlcGFuZWxUcmFuc2xhdGlvbnM6IElMdVRyYW5zbGF0aW9uPElMdVNpZGVwYW5lbExhYmVsPiA9IGx1TW9kYWxUcmFuc2xhdGlvbnM7XHJcblxyXG4vKipcclxuICogQGRlcHJlY2F0ZWQgVXNlIEx1TW9kYWxDb25maWcgZnJvbSBAbHVjY2EtZnJvbnQvbmcvbW9kYWwgaW5zdGVhZC5cclxuICovXHJcbmV4cG9ydCB0eXBlIEx1U2lkZXBhbmVsQ29uZmlnID0gTHVNb2RhbENvbmZpZztcclxuXHJcbi8qKlxyXG4gKiBAZGVwcmVjYXRlZCBVc2UgTHVNb2RhbENvbmZpZyBmcm9tIEBsdWNjYS1mcm9udC9uZy9tb2RhbCBpbnN0ZWFkLlxyXG4gKi9cclxuZXhwb3J0IHR5cGUgSUx1U2lkZXBhbmVsQ29uZmlnID0gTHVNb2RhbENvbmZpZztcclxuXHJcbi8qKlxyXG4gKiBAZGVwcmVjYXRlZCBVc2UgSUx1TW9kYWxDb250ZW50IGZyb20gQGx1Y2NhLWZyb250L25nL21vZGFsIGluc3RlYWQuXHJcbiAqL1xyXG5leHBvcnQgdHlwZSBJTHVTaWRlcGFuZWxDb250ZW50PFQgPSB1bmtub3duPiA9IElMdU1vZGFsQ29udGVudDxUPjtcclxuXHJcbi8qKlxyXG4gKiBAZGVwcmVjYXRlZCBVc2UgSUx1TW9kYWxSZWYgZnJvbSBAbHVjY2EtZnJvbnQvbmcvbW9kYWwgaW5zdGVhZC5cclxuICovXHJcbmV4cG9ydCB0eXBlIElMdVNpZGVwYW5lbFJlZjxUIGV4dGVuZHMgSUx1U2lkZXBhbmVsQ29udGVudCA9IElMdVNpZGVwYW5lbENvbnRlbnQsIEQgPSB1bmtub3duLCBSID0gdW5rbm93bj4gPSBJTHVNb2RhbFJlZjxULCBELCBSPjtcclxuXHJcbmV4cG9ydCB7XHJcblx0LyoqXHJcblx0ICogQGRlcHJlY2F0ZWQgVXNlIEFMdU1vZGFsUmVmIGZyb20gQGx1Y2NhLWZyb250L25nL21vZGFsIGluc3RlYWQuXHJcblx0ICovXHJcblx0QUx1U2lkZXBhbmVsUmVmLFxyXG59O1xyXG4iXX0=
32
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2lkZXBhbmVsLm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvc2lkZXBhbmVsL3NyYy9saWIvc2lkZXBhbmVsLm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFL0MsT0FBTyxFQUFFLFdBQVcsSUFBSSxlQUFlLEVBQStDLHdCQUF3QixFQUFpQixtQkFBbUIsRUFBRSxhQUFhLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUVqTTs7O0dBR0c7QUFFSDs7R0FFRztBQUNILE1BQU0sQ0FBQyxNQUFNLG1CQUFtQixHQUFHLElBQUksY0FBYyxDQUFvQiwwQkFBMEIsRUFBRTtJQUNwRyxPQUFPLEVBQUUsR0FBRyxFQUFFLENBQUMsd0JBQXdCO0NBQ3ZDLENBQUMsQ0FBQztBQUVIOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0saUJBQWlCLEdBQUcsYUFBYSxDQUFDO0FBRS9DOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0seUJBQXlCLEdBQUcsSUFBSSxjQUFjLENBQUMseUJBQXlCLEVBQUU7SUFDdEYsT0FBTyxFQUFFLEdBQUcsRUFBRSxDQUFDLHVCQUF1QjtDQUN0QyxDQUFDLENBQUM7QUFPSDs7R0FFRztBQUNILE1BQU0sQ0FBQyxNQUFNLHVCQUF1QixHQUFzQyxtQkFBbUIsQ0FBQztBQXNCOUYsT0FBTztBQUNOOztHQUVHO0FBQ0gsZUFBZSxHQUNmLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3Rpb25Ub2tlbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBJTHVUcmFuc2xhdGlvbiB9IGZyb20gJ0BsdWNjYS1mcm9udC9uZy9jb3JlJztcclxuaW1wb3J0IHsgQUx1TW9kYWxSZWYgYXMgQUx1U2lkZXBhbmVsUmVmLCBJTHVNb2RhbENvbnRlbnQsIElMdU1vZGFsTGFiZWwsIElMdU1vZGFsUmVmLCBsdURlZmF1bHRTaWRlcGFuZWxDb25maWcsIEx1TW9kYWxDb25maWcsIGx1TW9kYWxUcmFuc2xhdGlvbnMsIExVX01PREFMX0RBVEEgfSBmcm9tICdAbHVjY2EtZnJvbnQvbmcvbW9kYWwnO1xyXG5cclxuLyoqXHJcbiAqIEZvciBiYWNrd2FyZCBjb21wYXRpYmlsaXR5LCB3ZSByZS1leHBvcnQgbW9kYWwgdG9rZW5zIGFzIHNpZGVwYW5lbCB0b2tlbnMuXHJcbiAqIFdlIHNob3VsZCByZW1vdmUgYWxsIHNpZGVwYW5lbCByZWxhdGVkIGZpbGVzIGluIHRoZSBuZXh0IG1ham9yIHZlcnNpb24gKDE2KykuXHJcbiAqL1xyXG5cclxuLyoqXHJcbiAqIEBkZXByZWNhdGVkIFVzZSBMVV9NT0RBTF9DT05GSUcgZnJvbSBAbHVjY2EtZnJvbnQvbmcvbW9kYWwgaW5zdGVhZC5cclxuICovXHJcbmV4cG9ydCBjb25zdCBMVV9TSURFUEFORUxfQ09ORklHID0gbmV3IEluamVjdGlvblRva2VuPEx1U2lkZXBhbmVsQ29uZmlnPignTHVTaWRlcGFuZWxEZWZhdWx0Q29uZmlnJywge1xyXG5cdGZhY3Rvcnk6ICgpID0+IGx1RGVmYXVsdFNpZGVwYW5lbENvbmZpZyxcclxufSk7XHJcblxyXG4vKipcclxuICogQGRlcHJlY2F0ZWQgVXNlIExVX01PREFMX0RBVEEgZnJvbSBAbHVjY2EtZnJvbnQvbmcvbW9kYWwgaW5zdGVhZC5cclxuICovXHJcbmV4cG9ydCBjb25zdCBMVV9TSURFUEFORUxfREFUQSA9IExVX01PREFMX0RBVEE7XHJcblxyXG4vKipcclxuICogQGRlcHJlY2F0ZWQgVXNlIExVX01PREFMX1RSQU5TTEFUSU9OUyBmcm9tIEBsdWNjYS1mcm9udC9uZy9tb2RhbCBpbnN0ZWFkLlxyXG4gKi9cclxuZXhwb3J0IGNvbnN0IExVX1NJREVQQU5FTF9UUkFOU0xBVElPTlMgPSBuZXcgSW5qZWN0aW9uVG9rZW4oJ0x1U2lkZXBhbmVsVHJhbnNsYXRpb25zJywge1xyXG5cdGZhY3Rvcnk6ICgpID0+IGx1U2lkZXBhbmVsVHJhbnNsYXRpb25zLFxyXG59KTtcclxuXHJcbi8qKlxyXG4gKiBAZGVwcmVjYXRlZCBVc2UgSUx1TW9kYWxMYWJlbCBmcm9tIEBsdWNjYS1mcm9udC9uZy9tb2RhbCBpbnN0ZWFkLlxyXG4gKi9cclxuZXhwb3J0IHR5cGUgSUx1U2lkZXBhbmVsTGFiZWwgPSBJTHVNb2RhbExhYmVsO1xyXG5cclxuLyoqXHJcbiAqIEBkZXByZWNhdGVkIFVzZSBsdU1vZGFsVHJhbnNsYXRpb25zIGZyb20gQGx1Y2NhLWZyb250L25nL21vZGFsIGluc3RlYWQuXHJcbiAqL1xyXG5leHBvcnQgY29uc3QgbHVTaWRlcGFuZWxUcmFuc2xhdGlvbnM6IElMdVRyYW5zbGF0aW9uPElMdVNpZGVwYW5lbExhYmVsPiA9IGx1TW9kYWxUcmFuc2xhdGlvbnM7XHJcblxyXG4vKipcclxuICogQGRlcHJlY2F0ZWQgVXNlIEx1TW9kYWxDb25maWcgZnJvbSBAbHVjY2EtZnJvbnQvbmcvbW9kYWwgaW5zdGVhZC5cclxuICovXHJcbmV4cG9ydCB0eXBlIEx1U2lkZXBhbmVsQ29uZmlnID0gTHVNb2RhbENvbmZpZztcclxuXHJcbi8qKlxyXG4gKiBAZGVwcmVjYXRlZCBVc2UgTHVNb2RhbENvbmZpZyBmcm9tIEBsdWNjYS1mcm9udC9uZy9tb2RhbCBpbnN0ZWFkLlxyXG4gKi9cclxuZXhwb3J0IHR5cGUgSUx1U2lkZXBhbmVsQ29uZmlnID0gTHVNb2RhbENvbmZpZztcclxuXHJcbi8qKlxyXG4gKiBAZGVwcmVjYXRlZCBVc2UgSUx1TW9kYWxDb250ZW50IGZyb20gQGx1Y2NhLWZyb250L25nL21vZGFsIGluc3RlYWQuXHJcbiAqL1xyXG5leHBvcnQgdHlwZSBJTHVTaWRlcGFuZWxDb250ZW50PFQgPSB1bmtub3duPiA9IElMdU1vZGFsQ29udGVudDxUPjtcclxuXHJcbi8qKlxyXG4gKiBAZGVwcmVjYXRlZCBVc2UgSUx1TW9kYWxSZWYgZnJvbSBAbHVjY2EtZnJvbnQvbmcvbW9kYWwgaW5zdGVhZC5cclxuICovXHJcbmV4cG9ydCB0eXBlIElMdVNpZGVwYW5lbFJlZjxEID0gdW5rbm93biwgUiA9IHVua25vd24+ID0gSUx1TW9kYWxSZWY8RCwgUj47XHJcblxyXG5leHBvcnQge1xyXG5cdC8qKlxyXG5cdCAqIEBkZXByZWNhdGVkIFVzZSBBTHVNb2RhbFJlZiBmcm9tIEBsdWNjYS1mcm9udC9uZy9tb2RhbCBpbnN0ZWFkLlxyXG5cdCAqL1xyXG5cdEFMdVNpZGVwYW5lbFJlZixcclxufTtcclxuIl19
@@ -7,10 +7,10 @@ import * as i0 from "@angular/core";
7
7
  */
8
8
  export class LuSidepanelModule {
9
9
  }
10
- LuSidepanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuSidepanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- LuSidepanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.3", ngImport: i0, type: LuSidepanelModule, imports: [LuModalModule] });
12
- LuSidepanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuSidepanelModule, providers: [LuSidepanel], imports: [LuModalModule] });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuSidepanelModule, decorators: [{
10
+ LuSidepanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuSidepanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ LuSidepanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: LuSidepanelModule, imports: [LuModalModule] });
12
+ LuSidepanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuSidepanelModule, providers: [LuSidepanel], imports: [LuModalModule] });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuSidepanelModule, decorators: [{
14
14
  type: NgModule,
15
15
  args: [{
16
16
  imports: [LuModalModule],
@@ -17,9 +17,9 @@ export class LuSidepanel extends LuModal {
17
17
  return super.open(component, data, config);
18
18
  }
19
19
  }
20
- LuSidepanel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuSidepanel, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
21
- LuSidepanel.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuSidepanel });
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuSidepanel, decorators: [{
20
+ LuSidepanel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuSidepanel, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
21
+ LuSidepanel.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuSidepanel });
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuSidepanel, decorators: [{
23
23
  type: Injectable
24
24
  }] });
25
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2lkZXBhbmVsLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9zaWRlcGFuZWwvc3JjL2xpYi9zaWRlcGFuZWwuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQUUsTUFBTSxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuRCxPQUFPLEVBQW1CLE9BQU8sRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBQ2pFLE9BQU8sRUFBc0MsbUJBQW1CLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQzs7QUFFNUY7O0dBRUc7QUFFSCxNQUFNLE9BQU8sV0FBWSxTQUFRLE9BQU87SUFEeEM7O1FBRW9CLFlBQU8sR0FBRyxNQUFNLENBQUMsbUJBQW1CLENBQUMsQ0FBQztLQVF6RDtJQU5BOztPQUVHO0lBQ00sSUFBSSxDQUFxQyxTQUEyQixFQUFFLE9BQVUsU0FBUyxFQUFFLFNBQXFDLEVBQUU7UUFDMUksT0FBTyxLQUFLLENBQUMsSUFBSSxDQUFDLFNBQVMsRUFBRSxJQUFJLEVBQUUsTUFBTSxDQUFDLENBQUM7SUFDNUMsQ0FBQzs7d0dBUlcsV0FBVzs0R0FBWCxXQUFXOzJGQUFYLFdBQVc7a0JBRHZCLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnRUeXBlIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL292ZXJsYXknO1xyXG5pbXBvcnQgeyBpbmplY3QsIEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgSUx1TW9kYWxDb250ZW50LCBMdU1vZGFsIH0gZnJvbSAnQGx1Y2NhLWZyb250L25nL21vZGFsJztcclxuaW1wb3J0IHsgSUx1U2lkZXBhbmVsUmVmLCBMdVNpZGVwYW5lbENvbmZpZywgTFVfU0lERVBBTkVMX0NPTkZJRyB9IGZyb20gJy4vc2lkZXBhbmVsLm1vZGVsJztcclxuXHJcbi8qKlxyXG4gKiBAZGVwcmVjYXRlZCBVc2UgTHVNb2RhbCB3aXRoIGBtb2RhbC5vcGVuKGNvbXBvbmVudCwgZGF0YSwgeyBtb2RlOiAnc2lkZXBhbmVsJyB9KWAgaW5zdGVhZC5cclxuICovXHJcbkBJbmplY3RhYmxlKClcclxuZXhwb3J0IGNsYXNzIEx1U2lkZXBhbmVsIGV4dGVuZHMgTHVNb2RhbCB7XHJcblx0cHJvdGVjdGVkIG92ZXJyaWRlIF9jb25maWcgPSBpbmplY3QoTFVfU0lERVBBTkVMX0NPTkZJRyk7XHJcblxyXG5cdC8qKlxyXG5cdCAqIEBkZXByZWNhdGVkIFVzZSBMdU1vZGFsIHdpdGggYG1vZGFsLm9wZW4oY29tcG9uZW50LCBkYXRhLCB7IG1vZGU6ICdzaWRlcGFuZWwnIH0pYCBpbnN0ZWFkLlxyXG5cdCAqL1xyXG5cdG92ZXJyaWRlIG9wZW48VCBleHRlbmRzIElMdU1vZGFsQ29udGVudDxSPiwgRCwgUj4oY29tcG9uZW50OiBDb21wb25lbnRUeXBlPFQ+LCBkYXRhOiBEID0gdW5kZWZpbmVkLCBjb25maWc6IFBhcnRpYWw8THVTaWRlcGFuZWxDb25maWc+ID0ge30pOiBJTHVTaWRlcGFuZWxSZWY8VCwgRCwgUj4ge1xyXG5cdFx0cmV0dXJuIHN1cGVyLm9wZW4oY29tcG9uZW50LCBkYXRhLCBjb25maWcpO1xyXG5cdH1cclxufVxyXG4iXX0=
25
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2lkZXBhbmVsLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9zaWRlcGFuZWwvc3JjL2xpYi9zaWRlcGFuZWwuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQUUsTUFBTSxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuRCxPQUFPLEVBQW1CLE9BQU8sRUFBd0IsTUFBTSx1QkFBdUIsQ0FBQztBQUN2RixPQUFPLEVBQXNDLG1CQUFtQixFQUFFLE1BQU0sbUJBQW1CLENBQUM7O0FBRTVGOztHQUVHO0FBRUgsTUFBTSxPQUFPLFdBQVksU0FBUSxPQUFPO0lBRHhDOztRQUVvQixZQUFPLEdBQUcsTUFBTSxDQUFDLG1CQUFtQixDQUFDLENBQUM7S0FRekQ7SUFOQTs7T0FFRztJQUNNLElBQUksQ0FBK0IsU0FBMkIsRUFBRSxPQUFVLFNBQVMsRUFBRSxTQUFxQyxFQUFFO1FBQ3BJLE9BQU8sS0FBSyxDQUFDLElBQUksQ0FBQyxTQUFTLEVBQUUsSUFBSSxFQUFFLE1BQU0sQ0FBQyxDQUFDO0lBQzVDLENBQUM7O3dHQVJXLFdBQVc7NEdBQVgsV0FBVzsyRkFBWCxXQUFXO2tCQUR2QixVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50VHlwZSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9vdmVybGF5JztcclxuaW1wb3J0IHsgaW5qZWN0LCBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IElMdU1vZGFsQ29udGVudCwgTHVNb2RhbCwgTHVNb2RhbENvbnRlbnRSZXN1bHQgfSBmcm9tICdAbHVjY2EtZnJvbnQvbmcvbW9kYWwnO1xyXG5pbXBvcnQgeyBJTHVTaWRlcGFuZWxSZWYsIEx1U2lkZXBhbmVsQ29uZmlnLCBMVV9TSURFUEFORUxfQ09ORklHIH0gZnJvbSAnLi9zaWRlcGFuZWwubW9kZWwnO1xyXG5cclxuLyoqXHJcbiAqIEBkZXByZWNhdGVkIFVzZSBMdU1vZGFsIHdpdGggYG1vZGFsLm9wZW4oY29tcG9uZW50LCBkYXRhLCB7IG1vZGU6ICdzaWRlcGFuZWwnIH0pYCBpbnN0ZWFkLlxyXG4gKi9cclxuQEluamVjdGFibGUoKVxyXG5leHBvcnQgY2xhc3MgTHVTaWRlcGFuZWwgZXh0ZW5kcyBMdU1vZGFsIHtcclxuXHRwcm90ZWN0ZWQgb3ZlcnJpZGUgX2NvbmZpZyA9IGluamVjdChMVV9TSURFUEFORUxfQ09ORklHKTtcclxuXHJcblx0LyoqXHJcblx0ICogQGRlcHJlY2F0ZWQgVXNlIEx1TW9kYWwgd2l0aCBgbW9kYWwub3Blbihjb21wb25lbnQsIGRhdGEsIHsgbW9kZTogJ3NpZGVwYW5lbCcgfSlgIGluc3RlYWQuXHJcblx0ICovXHJcblx0b3ZlcnJpZGUgb3BlbjxUIGV4dGVuZHMgSUx1TW9kYWxDb250ZW50LCBEPihjb21wb25lbnQ6IENvbXBvbmVudFR5cGU8VD4sIGRhdGE6IEQgPSB1bmRlZmluZWQsIGNvbmZpZzogUGFydGlhbDxMdVNpZGVwYW5lbENvbmZpZz4gPSB7fSk6IElMdVNpZGVwYW5lbFJlZjxELCBMdU1vZGFsQ29udGVudFJlc3VsdDxUPj4ge1xyXG5cdFx0cmV0dXJuIHN1cGVyLm9wZW4oY29tcG9uZW50LCBkYXRhLCBjb25maWcpO1xyXG5cdH1cclxufVxyXG4iXX0=
@@ -35,9 +35,9 @@ export class LuSimpleSelectApiV3Directive extends ALuSimpleSelectApiDirective {
35
35
  return this.url$.pipe(take(1), switchMap((url) => this.httpClient.get(url, { params: { ...params, paging: `${page * this.pageSize},${this.pageSize}` } })), map((res) => res.data.items));
36
36
  }
37
37
  }
38
- LuSimpleSelectApiV3Directive.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuSimpleSelectApiV3Directive, deps: null, target: i0.ɵɵFactoryTarget.Directive });
39
- LuSimpleSelectApiV3Directive.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.3", type: LuSimpleSelectApiV3Directive, isStandalone: true, selector: "lu-simple-select[apiV3]", inputs: { apiV3: "apiV3", fields: "fields", orderBy: "orderBy", filters: "filters" }, usesInheritance: true, ngImport: i0 });
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuSimpleSelectApiV3Directive, decorators: [{
38
+ LuSimpleSelectApiV3Directive.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuSimpleSelectApiV3Directive, deps: null, target: i0.ɵɵFactoryTarget.Directive });
39
+ LuSimpleSelectApiV3Directive.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.7", type: LuSimpleSelectApiV3Directive, isStandalone: true, selector: "lu-simple-select[apiV3]", inputs: { apiV3: "apiV3", fields: "fields", orderBy: "orderBy", filters: "filters" }, usesInheritance: true, ngImport: i0 });
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuSimpleSelectApiV3Directive, decorators: [{
41
41
  type: Directive,
42
42
  args: [{
43
43
  // The attribute is already prefixed with "lu-simple-select"
@@ -30,9 +30,9 @@ export class LuSimpleSelectApiV4Directive extends ALuSimpleSelectApiDirective {
30
30
  return this.url$.pipe(take(1), switchMap((url) => this.httpClient.get(url, { params: { ...params, page: page + 1, limit: this.pageSize } })), map((res) => (Array.isArray(res) ? res : res?.items) ?? []));
31
31
  }
32
32
  }
33
- LuSimpleSelectApiV4Directive.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuSimpleSelectApiV4Directive, deps: null, target: i0.ɵɵFactoryTarget.Directive });
34
- LuSimpleSelectApiV4Directive.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.3", type: LuSimpleSelectApiV4Directive, isStandalone: true, selector: "lu-simple-select[apiV4]", inputs: { apiV4: "apiV4", sort: "sort", filters: "filters" }, usesInheritance: true, ngImport: i0 });
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuSimpleSelectApiV4Directive, decorators: [{
33
+ LuSimpleSelectApiV4Directive.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuSimpleSelectApiV4Directive, deps: null, target: i0.ɵɵFactoryTarget.Directive });
34
+ LuSimpleSelectApiV4Directive.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.7", type: LuSimpleSelectApiV4Directive, isStandalone: true, selector: "lu-simple-select[apiV4]", inputs: { apiV4: "apiV4", sort: "sort", filters: "filters" }, usesInheritance: true, ngImport: i0 });
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuSimpleSelectApiV4Directive, decorators: [{
36
36
  type: Directive,
37
37
  args: [{
38
38
  // The attribute is already prefixed with "lu-simple-select"
@@ -32,9 +32,9 @@ export class ALuSimpleSelectApiDirective {
32
32
  this.destroy$.complete();
33
33
  }
34
34
  }
35
- ALuSimpleSelectApiDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: ALuSimpleSelectApiDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
36
- ALuSimpleSelectApiDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.3", type: ALuSimpleSelectApiDirective, ngImport: i0 });
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: ALuSimpleSelectApiDirective, decorators: [{
35
+ ALuSimpleSelectApiDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: ALuSimpleSelectApiDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
36
+ ALuSimpleSelectApiDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.7", type: ALuSimpleSelectApiDirective, ngImport: i0 });
37
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: ALuSimpleSelectApiDirective, decorators: [{
38
38
  type: Directive
39
39
  }] });
40
40
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBpLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL25nL3NpbXBsZS1zZWxlY3QvYXBpL3NyYy9saWIvYXBpLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sRUFBcUIsTUFBTSxlQUFlLENBQUM7QUFDckUsT0FBTyxFQUFFLDRCQUE0QixFQUFFLE1BQU0sK0JBQStCLENBQUM7QUFDN0UsT0FBTyxFQUFFLGVBQWUsRUFBRSxVQUFVLEVBQUUsYUFBYSxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQWMsRUFBRSxFQUFFLElBQUksRUFBRSxTQUFTLEVBQUUsT0FBTyxFQUFFLFNBQVMsRUFBRSxTQUFTLEVBQUUsU0FBUyxFQUFFLEdBQUcsRUFBRSxNQUFNLE1BQU0sQ0FBQzs7QUFFM0ssTUFBTSxDQUFDLE1BQU0sZUFBZSxHQUFHLEVBQUUsQ0FBQztBQUNsQyxNQUFNLENBQUMsTUFBTSx1QkFBdUIsR0FBRyxHQUFHLENBQUM7QUFHM0MsTUFBTSxPQUFnQiwyQkFBMkI7SUFEakQ7UUFFVyxhQUFRLEdBQUcsSUFBSSxPQUFPLEVBQVEsQ0FBQztRQUMvQixhQUFRLEdBQUcsZUFBZSxDQUFDO1FBQzNCLHFCQUFnQixHQUFHLHVCQUF1QixDQUFDO1FBRTNDLFdBQU0sR0FBRyxNQUFNLENBQXdDLDRCQUE0QixDQUFDLENBQUM7UUFFckYsVUFBSyxHQUFHLElBQUksQ0FBQyxNQUFNLENBQUMsUUFBUSxDQUFDLElBQUksQ0FDMUMsSUFBSSxDQUFDLENBQUMsSUFBSSxFQUFFLEVBQUUsQ0FBQyxJQUFJLEdBQUcsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUMzQixTQUFTLENBQUMsQ0FBQyxDQUFDLENBQ1osQ0FBQztRQUVRLFVBQUssR0FBRyxJQUFJLENBQUMsTUFBTSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLEVBQUUsQ0FBQyxFQUFFLFlBQVksQ0FBQyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsQ0FBQyxDQUFDO1FBaUJ4RixhQUFRLEdBQUcsSUFBSSxlQUFlLENBQUMsS0FBSyxDQUFDLENBQUM7S0ErQmhEO0lBOUJPLFFBQVE7UUFDZCxJQUFJLENBQUMsTUFBTSxDQUFDLGNBQWMsR0FBRyxJQUFJLENBQUMsY0FBYyxDQUFDO1FBQ2pELElBQUksQ0FBQyxZQUFZLEVBQUUsQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDLFFBQVEsQ0FBQyxDQUFDO1FBQ25GLElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxDQUFDLENBQUMsRUFBRSxTQUFTLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsUUFBUSxDQUFDLENBQUM7SUFDL0YsQ0FBQztJQUVTLFlBQVk7UUFDckIsT0FBTyxhQUFhLENBQUMsQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxZQUFZLENBQUMsQ0FBQyxDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsTUFBTSxDQUFDLFlBQVksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUN4RixTQUFTLENBQUMsQ0FBQyxDQUFDLE1BQU0sRUFBRSxRQUFRLENBQUMsRUFBRSxFQUFFLENBQ2hDLFFBQVE7WUFDUCxDQUFDLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQ2YsU0FBUyxDQUFDLENBQUMsSUFBSSxFQUFFLEVBQUU7Z0JBQ2xCLElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO2dCQUN6QixPQUFPLElBQUksQ0FBQyxVQUFVLENBQUMsTUFBTSxFQUFFLElBQUksQ0FBQyxDQUFDLElBQUksQ0FDeEMsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLEVBQUUsQ0FBQyxFQUFlLENBQUMsQ0FBQyxFQUNyQyxHQUFHLENBQUMsR0FBRyxFQUFFLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FDcEMsQ0FBQztZQUNILENBQUMsQ0FBQyxFQUNGLFNBQVMsQ0FBQyxDQUFDLEtBQUssRUFBRSxFQUFFLENBQUMsS0FBSyxDQUFDLE1BQU0sS0FBSyxJQUFJLENBQUMsUUFBUSxFQUFFLElBQUksQ0FBQyxFQUMxRCxJQUFJLENBQUMsQ0FBQyxHQUFHLEVBQUUsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDLEdBQUcsR0FBRyxFQUFFLEdBQUcsS0FBSyxDQUFDLEVBQUUsRUFBZSxDQUFDLENBQ3hEO1lBQ0gsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxFQUFlLENBQUMsQ0FDdEIsQ0FDRCxDQUFDO0lBQ0gsQ0FBQztJQUVNLFdBQVc7UUFDakIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLEVBQUUsQ0FBQztRQUNyQixJQUFJLENBQUMsUUFBUSxDQUFDLFFBQVEsRUFBRSxDQUFDO0lBQzFCLENBQUM7O3dIQTNEb0IsMkJBQTJCOzRHQUEzQiwyQkFBMkI7MkZBQTNCLDJCQUEyQjtrQkFEaEQsU0FBUyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgaW5qZWN0LCBPbkRlc3Ryb3ksIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBMdVNpbXBsZVNlbGVjdElucHV0Q29tcG9uZW50IH0gZnJvbSAnQGx1Y2NhLWZyb250L25nL3NpbXBsZS1zZWxlY3QnO1xyXG5pbXBvcnQgeyBCZWhhdmlvclN1YmplY3QsIGNhdGNoRXJyb3IsIGNvbWJpbmVMYXRlc3QsIGNvbmNhdE1hcCwgZGVib3VuY2VUaW1lLCBPYnNlcnZhYmxlLCBvZiwgc2Nhbiwgc3RhcnRXaXRoLCBTdWJqZWN0LCBzd2l0Y2hNYXAsIHRha2VVbnRpbCwgdGFrZVdoaWxlLCB0YXAgfSBmcm9tICdyeGpzJztcclxuXHJcbmV4cG9ydCBjb25zdCBNQUdJQ19QQUdFX1NJWkUgPSAyMDtcclxuZXhwb3J0IGNvbnN0IE1BR0lDX0RFQk9VTkNFX0RVUkFUSU9OID0gMjUwO1xyXG5cclxuQERpcmVjdGl2ZSgpXHJcbmV4cG9ydCBhYnN0cmFjdCBjbGFzcyBBTHVTaW1wbGVTZWxlY3RBcGlEaXJlY3RpdmU8VE9wdGlvbiwgVFBhcmFtcyA9IFJlY29yZDxzdHJpbmcsIHN0cmluZyB8IG51bWJlciB8IGJvb2xlYW4+PiBpbXBsZW1lbnRzIE9uRGVzdHJveSwgT25Jbml0IHtcclxuXHRwcm90ZWN0ZWQgZGVzdHJveSQgPSBuZXcgU3ViamVjdDx2b2lkPigpO1xyXG5cdHByb3RlY3RlZCBwYWdlU2l6ZSA9IE1BR0lDX1BBR0VfU0laRTtcclxuXHRwcm90ZWN0ZWQgZGVib3VuY2VEdXJhdGlvbiA9IE1BR0lDX0RFQk9VTkNFX0RVUkFUSU9OO1xyXG5cclxuXHRwcm90ZWN0ZWQgc2VsZWN0ID0gaW5qZWN0PEx1U2ltcGxlU2VsZWN0SW5wdXRDb21wb25lbnQ8VE9wdGlvbj4+KEx1U2ltcGxlU2VsZWN0SW5wdXRDb21wb25lbnQpO1xyXG5cclxuXHRwcm90ZWN0ZWQgcGFnZSQgPSB0aGlzLnNlbGVjdC5uZXh0UGFnZS5waXBlKFxyXG5cdFx0c2NhbigocGFnZSkgPT4gcGFnZSArIDEsIDApLFxyXG5cdFx0c3RhcnRXaXRoKDApLFxyXG5cdCk7XHJcblxyXG5cdHByb3RlY3RlZCBjbHVlJCA9IHRoaXMuc2VsZWN0LmNsdWVDaGFuZ2UucGlwZShzdGFydFdpdGgoJycpLCBkZWJvdW5jZVRpbWUodGhpcy5kZWJvdW5jZUR1cmF0aW9uKSk7XHJcblxyXG5cdC8qKlxyXG5cdCAqIENyZWF0ZSBhbiBvYmplY3QgdGhhdCB3aWxsIGJlIHVzZWQgYXMgcGFyYW1zIGZvciB0aGUgYXBpIGNhbGxcclxuXHQgKi9cclxuXHRwcm90ZWN0ZWQgYWJzdHJhY3QgcGFyYW1zJDogT2JzZXJ2YWJsZTxUUGFyYW1zPjtcclxuXHJcblx0LyoqXHJcblx0ICogQ29tcGFyZSB0d28gb3B0aW9ucyB0byBrbm93IGlmIHRoZXkgYXJlIHRoZSBzYW1lLiBGb3IgZXhhbXBsZSwgY29tcGFyZSBieSBpZCBvciBieSBKU09OXHJcblx0ICovXHJcblx0cHJvdGVjdGVkIGFic3RyYWN0IG9wdGlvbkNvbXBhcmVyOiAoYTogVE9wdGlvbiwgYjogVE9wdGlvbikgPT4gYm9vbGVhbjtcclxuXHJcblx0LyoqXHJcblx0ICogUmV0dXJuIHRoZSBvcHRpb25zIGZvciB0aGUgZ2l2ZW4gcGFyYW1zIGFuZCBwYWdlXHJcblx0ICovXHJcblx0cHJvdGVjdGVkIGFic3RyYWN0IGdldE9wdGlvbnMocGFyYW1zOiBUUGFyYW1zLCBwYWdlOiBudW1iZXIpOiBPYnNlcnZhYmxlPFRPcHRpb25bXT47XHJcblxyXG5cdHByb3RlY3RlZCBsb2FkaW5nJCA9IG5ldyBCZWhhdmlvclN1YmplY3QoZmFsc2UpO1xyXG5cdHB1YmxpYyBuZ09uSW5pdCgpOiB2b2lkIHtcclxuXHRcdHRoaXMuc2VsZWN0Lm9wdGlvbkNvbXBhcmVyID0gdGhpcy5vcHRpb25Db21wYXJlcjtcclxuXHRcdHRoaXMuYnVpbGRPcHRpb25zKCkucGlwZSh0YWtlVW50aWwodGhpcy5kZXN0cm95JCkpLnN1YnNjcmliZSh0aGlzLnNlbGVjdC5vcHRpb25zJCk7XHJcblx0XHR0aGlzLmxvYWRpbmckLnBpcGUoZGVib3VuY2VUaW1lKDApLCB0YWtlVW50aWwodGhpcy5kZXN0cm95JCkpLnN1YnNjcmliZSh0aGlzLnNlbGVjdC5sb2FkaW5nJCk7XHJcblx0fVxyXG5cclxuXHRwcm90ZWN0ZWQgYnVpbGRPcHRpb25zKCk6IE9ic2VydmFibGU8VE9wdGlvbltdPiB7XHJcblx0XHRyZXR1cm4gY29tYmluZUxhdGVzdChbdGhpcy5wYXJhbXMkLnBpcGUoZGVib3VuY2VUaW1lKDApKSwgdGhpcy5zZWxlY3QuaXNQYW5lbE9wZW4kXSkucGlwZShcclxuXHRcdFx0c3dpdGNoTWFwKChbcGFyYW1zLCBpc09wZW5lZF0pID0+XHJcblx0XHRcdFx0aXNPcGVuZWRcclxuXHRcdFx0XHRcdD8gdGhpcy5wYWdlJC5waXBlKFxyXG5cdFx0XHRcdFx0XHRcdGNvbmNhdE1hcCgocGFnZSkgPT4ge1xyXG5cdFx0XHRcdFx0XHRcdFx0dGhpcy5sb2FkaW5nJC5uZXh0KHRydWUpO1xyXG5cdFx0XHRcdFx0XHRcdFx0cmV0dXJuIHRoaXMuZ2V0T3B0aW9ucyhwYXJhbXMsIHBhZ2UpLnBpcGUoXHJcblx0XHRcdFx0XHRcdFx0XHRcdGNhdGNoRXJyb3IoKCkgPT4gb2YoW10gYXMgVE9wdGlvbltdKSksXHJcblx0XHRcdFx0XHRcdFx0XHRcdHRhcCgoKSA9PiB0aGlzLmxvYWRpbmckLm5leHQoZmFsc2UpKSxcclxuXHRcdFx0XHRcdFx0XHRcdCk7XHJcblx0XHRcdFx0XHRcdFx0fSksXHJcblx0XHRcdFx0XHRcdFx0dGFrZVdoaWxlKChpdGVtcykgPT4gaXRlbXMubGVuZ3RoID09PSB0aGlzLnBhZ2VTaXplLCB0cnVlKSxcclxuXHRcdFx0XHRcdFx0XHRzY2FuKChhY2MsIGl0ZW1zKSA9PiBbLi4uYWNjLCAuLi5pdGVtc10sIFtdIGFzIFRPcHRpb25bXSksXHJcblx0XHRcdFx0XHQgIClcclxuXHRcdFx0XHRcdDogb2YoW10gYXMgVE9wdGlvbltdKSxcclxuXHRcdFx0KSxcclxuXHRcdCk7XHJcblx0fVxyXG5cclxuXHRwdWJsaWMgbmdPbkRlc3Ryb3koKTogdm9pZCB7XHJcblx0XHR0aGlzLmRlc3Ryb3kkLm5leHQoKTtcclxuXHRcdHRoaXMuZGVzdHJveSQuY29tcGxldGUoKTtcclxuXHR9XHJcbn1cclxuIl19