@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
@@ -1 +1 @@
1
- {"version":3,"file":"lucca-front-ng-department.mjs","sources":["../../../packages/ng/department/src/lib/service/department-service.model.ts","../../../packages/ng/department/src/lib/service/department-v3.service.ts","../../../packages/ng/department/src/lib/select/feeder/department-feeder.component.ts","../../../packages/ng/department/src/lib/select/feeder/department-feeder.module.ts","../../../packages/ng/department/src/lib/select/input/department-select-input.translate.ts","../../../packages/ng/department/src/lib/select/input/department-select-input.component.ts","../../../packages/ng/department/src/lib/select/input/department-select-input.component.html","../../../packages/ng/department/src/lib/select/input/department-select-input.module.ts","../../../packages/ng/department/src/lib/select/department-select.module.ts","../../../packages/ng/department/src/lib/department.module.ts","../../../packages/ng/department/src/public-api.ts","../../../packages/ng/department/src/lucca-front-ng-department.ts"],"sourcesContent":["import { ILuTree } from '@lucca-front/ng/core';\r\nimport { ILuDepartment } from '../department.model';\r\nimport { Observable } from 'rxjs';\r\nimport { ILuApiService, ALuApiService } from '@lucca-front/ng/api';\r\n\r\nexport interface ILuDepartmentService<D extends ILuDepartment = ILuDepartment> extends ILuApiService<D> {\r\n\tgetTrees(): Observable<ILuTree<D>[]>;\r\n}\r\nexport abstract class ALuDepartmentService<D extends ILuDepartment = ILuDepartment> extends ALuApiService<D> implements ILuDepartmentService<D> {\r\n\tabstract getTrees(): Observable<ILuTree<D>[]>;\r\n}\r\n","import { HttpClient } from '@angular/common/http';\r\nimport { Injectable } from '@angular/core';\r\nimport { ILuApiResponse, LuApiV3Service } from '@lucca-front/ng/api';\r\nimport { ILuTree } from '@lucca-front/ng/core';\r\nimport { Observable } from 'rxjs';\r\nimport { map } from 'rxjs/operators';\r\nimport { ILuDepartment } from '../department.model';\r\nimport { ILuDepartmentService } from './department-service.model';\r\n\r\nexport interface IApiDepartment {\r\n\tnode: ILuDepartment;\r\n\tchildren: IApiDepartment[];\r\n}\r\n\r\n@Injectable()\r\nexport class LuDepartmentV3Service extends LuApiV3Service<ILuDepartment> implements ILuDepartmentService<ILuDepartment> {\r\n\tprotected override _api = `/api/v3/departments`;\r\n\tprotected _appInstanceId: number | string;\r\n\tset appInstanceId(appInstanceId: number | string) {\r\n\t\tif (appInstanceId) {\r\n\t\t\tthis._appInstanceId = appInstanceId;\r\n\t\t}\r\n\t}\r\n\tprotected _operations: number[] = [];\r\n\tset operations(operations: number[]) {\r\n\t\tthis._operations = operations;\r\n\t}\r\n\r\n\tconstructor(protected override _http: HttpClient) {\r\n\t\tsuper(_http);\r\n\t}\r\n\r\n\tgetTrees() {\r\n\t\tlet call: Observable<ILuApiResponse<IApiDepartment>>;\r\n\t\tif (this._appInstanceId && this._operations?.length) {\r\n\t\t\tcall = this._http.get<ILuApiResponse<IApiDepartment>>(\r\n\t\t\t\t`/api/v3/departments/scopedtree?fields=id,name&${[`appInstanceId=${this._appInstanceId}`, `operations=${this._operations.join(',')}`, this._filters.join(',')].filter((f) => !!f).join('&')}`,\r\n\t\t\t);\r\n\t\t} else {\r\n\t\t\tcall = this._http.get<ILuApiResponse<IApiDepartment>>(`/api/v3/departments/tree?fields=id,name&${this._filters.join(',')}`);\r\n\t\t}\r\n\t\treturn call.pipe(\r\n\t\t\tmap((response: ILuApiResponse<IApiDepartment>): ILuTree<ILuDepartment>[] => {\r\n\t\t\t\tconst tree = response.data;\r\n\t\t\t\treturn tree?.children.map((c) => this.format(c)) ?? [];\r\n\t\t\t}),\r\n\t\t);\r\n\t}\r\n\r\n\tprivate format(t: IApiDepartment): ILuTree<ILuDepartment> {\r\n\t\treturn { value: t.node, children: t.children.map((c) => this.format(c)) };\r\n\t}\r\n}\r\n","import { ChangeDetectionStrategy, Component, forwardRef, Inject, Input, Optional, Self, SkipSelf } from '@angular/core';\r\nimport { ALuOnOpenSubscriber, ILuOnOpenSubscriber, ILuTree } from '@lucca-front/ng/core';\r\nimport { ALuTreeOptionOperator, ILuTreeOptionOperator } from '@lucca-front/ng/option';\r\nimport { Observable, Subject } from 'rxjs';\r\nimport { ILuDepartment } from '../../department.model';\r\nimport { ALuDepartmentService, LuDepartmentV3Service } from '../../service/index';\r\n\r\n@Component({\r\n\tselector: 'lu-department-feeder',\r\n\ttemplate: '',\r\n\tstyleUrls: [],\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n\tstandalone: true,\r\n\tproviders: [\r\n\t\t{\r\n\t\t\tprovide: ALuTreeOptionOperator,\r\n\t\t\tuseExisting: forwardRef(() => LuDepartmentFeederComponent),\r\n\t\t\tmulti: true,\r\n\t\t},\r\n\t\t{\r\n\t\t\tprovide: ALuDepartmentService,\r\n\t\t\tuseClass: LuDepartmentV3Service,\r\n\t\t},\r\n\t\t{\r\n\t\t\tprovide: ALuOnOpenSubscriber,\r\n\t\t\tuseExisting: forwardRef(() => LuDepartmentFeederComponent),\r\n\t\t\tmulti: true,\r\n\t\t},\r\n\t],\r\n})\r\nexport class LuDepartmentFeederComponent extends ALuTreeOptionOperator<ILuDepartment> implements ILuTreeOptionOperator<ILuDepartment>, ILuOnOpenSubscriber {\r\n\tinOptions$: Observable<ILuTree<ILuDepartment>[]>;\r\n\toutOptions$: Observable<ILuTree<ILuDepartment>[]>;\r\n\tprotected _out$ = new Subject<ILuTree<ILuDepartment>[]>();\r\n\tprotected _service: LuDepartmentV3Service;\r\n\t@Input() set appInstanceId(appInstanceId: number | string) {\r\n\t\tthis._service.appInstanceId = appInstanceId;\r\n\t}\r\n\t@Input() set operations(operations: number[]) {\r\n\t\tthis._service.operations = operations;\r\n\t}\r\n\r\n\t@Input() set filters(filters: string[]) {\r\n\t\tthis._service.filters = filters;\r\n\t}\r\n\r\n\tconstructor(\r\n\t\t@Inject(ALuDepartmentService)\r\n\t\t@Optional()\r\n\t\t@SkipSelf()\r\n\t\thostService: LuDepartmentV3Service,\r\n\t\t@Inject(ALuDepartmentService) @Self() selfService: LuDepartmentV3Service,\r\n\t) {\r\n\t\tsuper();\r\n\t\tthis._service = hostService || selfService;\r\n\t\tthis.outOptions$ = this._out$.asObservable();\r\n\t}\r\n\tonOpen() {\r\n\t\tthis._service.getTrees().subscribe((trees) => this._out$.next(trees));\r\n\t}\r\n}\r\n","import { NgModule } from '@angular/core';\r\nimport { LuDepartmentFeederComponent } from './department-feeder.component';\r\n\r\n@NgModule({\r\n\timports: [LuDepartmentFeederComponent],\r\n\texports: [LuDepartmentFeederComponent],\r\n})\r\nexport class LuDepartmentFeederModule {}\r\n","import { InjectionToken } from '@angular/core';\r\nimport { ILuTranslation } from '@lucca-front/ng/core';\r\n\r\nexport const LU_DEPARTMENT_SELECT_INPUT_TRANSLATIONS = new InjectionToken('LuDepartmentSelectTranslations', {\r\n\tfactory: () => luDepartmentSelectInputTranslations,\r\n});\r\n\r\nexport interface ILuDepartmentSelectInputLabel {\r\n\tdepartments: string;\r\n}\r\n\r\nexport const luDepartmentSelectInputTranslations: ILuTranslation<ILuDepartmentSelectInputLabel> = {\r\n\ten: {\r\n\t\tdepartments: 'departments',\r\n\t},\r\n\tfr: {\r\n\t\tdepartments: 'départements',\r\n\t},\r\n\tes: {\r\n\t\tdepartments: 'departamentos',\r\n\t},\r\n};\r\n","import { A11yModule } from '@angular/cdk/a11y';\r\nimport { Overlay, OverlayModule } from '@angular/cdk/overlay';\r\nimport { CommonModule } from '@angular/common';\r\nimport { AfterViewInit, ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, forwardRef, Input, Renderer2, ViewContainerRef } from '@angular/core';\r\nimport { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';\r\nimport { getIntl } from '@lucca-front/ng/core';\r\nimport { LuInputClearerComponent, LuInputDisplayerDirective } from '@lucca-front/ng/input';\r\nimport {\r\n\tILuTreeOptionPickerPanel,\r\n\tLuForTreeOptionsDirective,\r\n\tLuOptionComparer,\r\n\tLuTreeOptionItemComponent,\r\n\tLuTreeOptionPickerAdvancedComponent,\r\n\tLuTreeOptionPickerComponent,\r\n\tLuTreeOptionSearcherComponent,\r\n\tLuTreeOptionSelectAllComponent,\r\n} from '@lucca-front/ng/option';\r\nimport { ILuInputWithPicker } from '@lucca-front/ng/picker';\r\nimport { ALuSelectInputComponent } from '@lucca-front/ng/select';\r\nimport { LuDepartmentFeederComponent } from '../feeder';\r\nimport { LU_DEPARTMENT_SELECT_INPUT_TRANSLATIONS } from './department-select-input.translate';\r\n\r\n@Component({\r\n\tselector: 'lu-department-select',\r\n\ttemplateUrl: './department-select-input.component.html',\r\n\tstyleUrls: ['./department-select-input.component.scss'],\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n\tstandalone: true,\r\n\timports: [\r\n\t\tCommonModule,\r\n\t\tOverlayModule,\r\n\t\tA11yModule,\r\n\t\tLuInputClearerComponent,\r\n\t\tLuTreeOptionPickerComponent,\r\n\t\tLuTreeOptionPickerAdvancedComponent,\r\n\t\tLuDepartmentFeederComponent,\r\n\t\tLuTreeOptionSearcherComponent,\r\n\t\tLuTreeOptionSelectAllComponent,\r\n\t\tLuTreeOptionItemComponent,\r\n\t\tLuForTreeOptionsDirective,\r\n\t\tLuInputDisplayerDirective,\r\n\t],\r\n\tproviders: [\r\n\t\t{\r\n\t\t\tprovide: NG_VALUE_ACCESSOR,\r\n\t\t\tuseExisting: forwardRef(() => LuDepartmentSelectInputComponent),\r\n\t\t\tmulti: true,\r\n\t\t},\r\n\t],\r\n})\r\nexport class LuDepartmentSelectInputComponent<\r\n\t\tD extends import('../../department.model').ILuDepartment = import('../../department.model').ILuDepartment,\r\n\t\tP extends ILuTreeOptionPickerPanel<D> = ILuTreeOptionPickerPanel<D>,\r\n\t>\r\n\textends ALuSelectInputComponent<D, P>\r\n\timplements ControlValueAccessor, ILuInputWithPicker<D>, AfterViewInit\r\n{\r\n\tbyId: LuOptionComparer<D> = (option1: D, option2: D) => option1 && option2 && option1.id === option2.id;\r\n\r\n\t@Input() appInstanceId: number | string;\r\n\t@Input() operations: number[];\r\n\t@Input() filters: string[];\r\n\r\n\tpublic intl = getIntl(LU_DEPARTMENT_SELECT_INPUT_TRANSLATIONS);\r\n\r\n\tconstructor(\r\n\t\tprotected override _changeDetectorRef: ChangeDetectorRef,\r\n\t\tprotected override _overlay: Overlay,\r\n\t\tprotected override _elementRef: ElementRef<HTMLElement>,\r\n\t\tprotected override _viewContainerRef: ViewContainerRef,\r\n\t\tprotected override _renderer: Renderer2,\r\n\t) {\r\n\t\tsuper(_changeDetectorRef, _overlay, _elementRef, _viewContainerRef, _renderer);\r\n\t}\r\n\r\n\tsearchFn(o: D, c: string): boolean {\r\n\t\treturn o.name.toLowerCase().includes(c.toLowerCase());\r\n\t}\r\n}\r\n","<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.departments }}</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-tree-option-picker-advanced [option-comparer]=\"byId\">\r\n\t<header class=\"lu-picker-header\" [class.mod-multiple]=\"multiple\">\r\n\t\t<lu-department-feeder [appInstanceId]=\"appInstanceId\" [operations]=\"operations\" [filters]=\"filters\"></lu-department-feeder>\r\n\t\t<lu-tree-option-searcher [searchFn]=\"searchFn\"></lu-tree-option-searcher>\r\n\t\t<lu-tree-option-select-all class=\"option-selector\"></lu-tree-option-select-all>\r\n\t</header>\r\n\t<!-- <lu-tree-option-pager></lu-tree-option-pager> -->\r\n\t<lu-tree-option *luForTreeOptions=\"let option\" [tree]=\"option\">\r\n\t\t<ng-container *luDisplayer=\"let value\">{{ value.name }}</ng-container>\r\n\t</lu-tree-option>\r\n</lu-tree-option-picker-advanced>\r\n","import { NgModule } from '@angular/core';\r\nimport { LuDepartmentSelectInputComponent } from './department-select-input.component';\r\n\r\n@NgModule({\r\n\timports: [LuDepartmentSelectInputComponent],\r\n\texports: [LuDepartmentSelectInputComponent],\r\n})\r\nexport class LuDepartmentSelectInputModule {}\r\n","import { NgModule } from '@angular/core';\r\nimport { LuDepartmentFeederComponent } from './feeder';\r\nimport { LuDepartmentSelectInputComponent } from './input';\r\n\r\n@NgModule({\r\n\timports: [LuDepartmentFeederComponent, LuDepartmentSelectInputComponent],\r\n\texports: [LuDepartmentFeederComponent, LuDepartmentSelectInputComponent],\r\n})\r\nexport class LuDepartmentSelectModule {}\r\n","import { NgModule } from '@angular/core';\r\nimport { LuDepartmentSelectModule } from './select/index';\r\n\r\n@NgModule({\r\n\timports: [LuDepartmentSelectModule],\r\n\texports: [LuDepartmentSelectModule],\r\n})\r\nexport class LuDepartmentModule {}\r\n","/*\r\n * Public API Surface of safe-content\r\n */\r\n\r\nexport * from './lib/index';\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["i1"],"mappings":"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"}
1
+ {"version":3,"file":"lucca-front-ng-department.mjs","sources":["../../../packages/ng/department/src/lib/service/department-service.model.ts","../../../packages/ng/department/src/lib/service/department-v3.service.ts","../../../packages/ng/department/src/lib/select/feeder/department-feeder.component.ts","../../../packages/ng/department/src/lib/select/feeder/department-feeder.module.ts","../../../packages/ng/department/src/lib/select/input/department-select-input.translate.ts","../../../packages/ng/department/src/lib/select/input/department-select-input.component.ts","../../../packages/ng/department/src/lib/select/input/department-select-input.component.html","../../../packages/ng/department/src/lib/select/input/department-select-input.module.ts","../../../packages/ng/department/src/lib/select/department-select.module.ts","../../../packages/ng/department/src/lib/department.module.ts","../../../packages/ng/department/src/public-api.ts","../../../packages/ng/department/src/lucca-front-ng-department.ts"],"sourcesContent":["import { ILuTree } from '@lucca-front/ng/core';\r\nimport { ILuDepartment } from '../department.model';\r\nimport { Observable } from 'rxjs';\r\nimport { ILuApiService, ALuApiService } from '@lucca-front/ng/api';\r\n\r\nexport interface ILuDepartmentService<D extends ILuDepartment = ILuDepartment> extends ILuApiService<D> {\r\n\tgetTrees(): Observable<ILuTree<D>[]>;\r\n}\r\nexport abstract class ALuDepartmentService<D extends ILuDepartment = ILuDepartment> extends ALuApiService<D> implements ILuDepartmentService<D> {\r\n\tabstract getTrees(): Observable<ILuTree<D>[]>;\r\n}\r\n","import { HttpClient } from '@angular/common/http';\r\nimport { Injectable } from '@angular/core';\r\nimport { ILuApiResponse, LuApiV3Service } from '@lucca-front/ng/api';\r\nimport { ILuTree } from '@lucca-front/ng/core';\r\nimport { Observable } from 'rxjs';\r\nimport { map } from 'rxjs/operators';\r\nimport { ILuDepartment } from '../department.model';\r\nimport { ILuDepartmentService } from './department-service.model';\r\n\r\nexport interface IApiDepartment {\r\n\tnode: ILuDepartment;\r\n\tchildren: IApiDepartment[];\r\n}\r\n\r\n@Injectable()\r\nexport class LuDepartmentV3Service extends LuApiV3Service<ILuDepartment> implements ILuDepartmentService<ILuDepartment> {\r\n\tprotected override _api = `/api/v3/departments`;\r\n\tprotected _appInstanceId: number | string;\r\n\tset appInstanceId(appInstanceId: number | string) {\r\n\t\tif (appInstanceId) {\r\n\t\t\tthis._appInstanceId = appInstanceId;\r\n\t\t}\r\n\t}\r\n\tprotected _operations: number[] = [];\r\n\tset operations(operations: number[]) {\r\n\t\tthis._operations = operations;\r\n\t}\r\n\r\n\tconstructor(protected override _http: HttpClient) {\r\n\t\tsuper(_http);\r\n\t}\r\n\r\n\tgetTrees() {\r\n\t\tlet call: Observable<ILuApiResponse<IApiDepartment>>;\r\n\t\tif (this._appInstanceId && this._operations?.length) {\r\n\t\t\tcall = this._http.get<ILuApiResponse<IApiDepartment>>(\r\n\t\t\t\t`/api/v3/departments/scopedtree?fields=id,name&${[`appInstanceId=${this._appInstanceId}`, `operations=${this._operations.join(',')}`, this._filters.join(',')].filter((f) => !!f).join('&')}`,\r\n\t\t\t);\r\n\t\t} else {\r\n\t\t\tcall = this._http.get<ILuApiResponse<IApiDepartment>>(`/api/v3/departments/tree?fields=id,name&${this._filters.join(',')}`);\r\n\t\t}\r\n\t\treturn call.pipe(\r\n\t\t\tmap((response: ILuApiResponse<IApiDepartment>): ILuTree<ILuDepartment>[] => {\r\n\t\t\t\tconst tree = response.data;\r\n\t\t\t\treturn tree?.children.map((c) => this.format(c)) ?? [];\r\n\t\t\t}),\r\n\t\t);\r\n\t}\r\n\r\n\tprivate format(t: IApiDepartment): ILuTree<ILuDepartment> {\r\n\t\treturn { value: t.node, children: t.children.map((c) => this.format(c)) };\r\n\t}\r\n}\r\n","import { ChangeDetectionStrategy, Component, forwardRef, Inject, Input, Optional, Self, SkipSelf } from '@angular/core';\r\nimport { ALuOnOpenSubscriber, ILuOnOpenSubscriber, ILuTree } from '@lucca-front/ng/core';\r\nimport { ALuTreeOptionOperator, ILuTreeOptionOperator } from '@lucca-front/ng/option';\r\nimport { Observable, Subject } from 'rxjs';\r\nimport { ILuDepartment } from '../../department.model';\r\nimport { ALuDepartmentService, LuDepartmentV3Service } from '../../service/index';\r\n\r\n@Component({\r\n\tselector: 'lu-department-feeder',\r\n\ttemplate: '',\r\n\tstyleUrls: [],\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n\tstandalone: true,\r\n\tproviders: [\r\n\t\t{\r\n\t\t\tprovide: ALuTreeOptionOperator,\r\n\t\t\tuseExisting: forwardRef(() => LuDepartmentFeederComponent),\r\n\t\t\tmulti: true,\r\n\t\t},\r\n\t\t{\r\n\t\t\tprovide: ALuDepartmentService,\r\n\t\t\tuseClass: LuDepartmentV3Service,\r\n\t\t},\r\n\t\t{\r\n\t\t\tprovide: ALuOnOpenSubscriber,\r\n\t\t\tuseExisting: forwardRef(() => LuDepartmentFeederComponent),\r\n\t\t\tmulti: true,\r\n\t\t},\r\n\t],\r\n})\r\nexport class LuDepartmentFeederComponent extends ALuTreeOptionOperator<ILuDepartment> implements ILuTreeOptionOperator<ILuDepartment>, ILuOnOpenSubscriber {\r\n\tinOptions$: Observable<ILuTree<ILuDepartment>[]>;\r\n\toutOptions$: Observable<ILuTree<ILuDepartment>[]>;\r\n\tprotected _out$ = new Subject<ILuTree<ILuDepartment>[]>();\r\n\tprotected _service: LuDepartmentV3Service;\r\n\t@Input() set appInstanceId(appInstanceId: number | string) {\r\n\t\tthis._service.appInstanceId = appInstanceId;\r\n\t}\r\n\t@Input() set operations(operations: number[]) {\r\n\t\tthis._service.operations = operations;\r\n\t}\r\n\r\n\t@Input() set filters(filters: string[]) {\r\n\t\tthis._service.filters = filters;\r\n\t}\r\n\r\n\tconstructor(\r\n\t\t@Inject(ALuDepartmentService)\r\n\t\t@Optional()\r\n\t\t@SkipSelf()\r\n\t\thostService: LuDepartmentV3Service,\r\n\t\t@Inject(ALuDepartmentService) @Self() selfService: LuDepartmentV3Service,\r\n\t) {\r\n\t\tsuper();\r\n\t\tthis._service = hostService || selfService;\r\n\t\tthis.outOptions$ = this._out$.asObservable();\r\n\t}\r\n\tonOpen() {\r\n\t\tthis._service.getTrees().subscribe((trees) => this._out$.next(trees));\r\n\t}\r\n}\r\n","import { NgModule } from '@angular/core';\r\nimport { LuDepartmentFeederComponent } from './department-feeder.component';\r\n\r\n@NgModule({\r\n\timports: [LuDepartmentFeederComponent],\r\n\texports: [LuDepartmentFeederComponent],\r\n})\r\nexport class LuDepartmentFeederModule {}\r\n","import { InjectionToken } from '@angular/core';\r\nimport { ILuTranslation } from '@lucca-front/ng/core';\r\n\r\nexport const LU_DEPARTMENT_SELECT_INPUT_TRANSLATIONS = new InjectionToken('LuDepartmentSelectTranslations', {\r\n\tfactory: () => luDepartmentSelectInputTranslations,\r\n});\r\n\r\nexport interface ILuDepartmentSelectInputLabel {\r\n\tdepartments: string;\r\n}\r\n\r\nexport const luDepartmentSelectInputTranslations: ILuTranslation<ILuDepartmentSelectInputLabel> = {\r\n\ten: {\r\n\t\tdepartments: 'departments',\r\n\t},\r\n\tfr: {\r\n\t\tdepartments: 'départements',\r\n\t},\r\n\tes: {\r\n\t\tdepartments: 'departamentos',\r\n\t},\r\n};\r\n","import { A11yModule } from '@angular/cdk/a11y';\r\nimport { Overlay, OverlayModule } from '@angular/cdk/overlay';\r\nimport { CommonModule } from '@angular/common';\r\nimport { AfterViewInit, ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, forwardRef, Input, Renderer2, ViewContainerRef } from '@angular/core';\r\nimport { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';\r\nimport { getIntl } from '@lucca-front/ng/core';\r\nimport { LuInputClearerComponent, LuInputDisplayerDirective } from '@lucca-front/ng/input';\r\nimport {\r\n\tILuTreeOptionPickerPanel,\r\n\tLuForTreeOptionsDirective,\r\n\tLuOptionComparer,\r\n\tLuTreeOptionItemComponent,\r\n\tLuTreeOptionPickerAdvancedComponent,\r\n\tLuTreeOptionPickerComponent,\r\n\tLuTreeOptionSearcherComponent,\r\n\tLuTreeOptionSelectAllComponent,\r\n} from '@lucca-front/ng/option';\r\nimport { ILuInputWithPicker } from '@lucca-front/ng/picker';\r\nimport { ALuSelectInputComponent } from '@lucca-front/ng/select';\r\nimport { LuDepartmentFeederComponent } from '../feeder';\r\nimport { LU_DEPARTMENT_SELECT_INPUT_TRANSLATIONS } from './department-select-input.translate';\r\n\r\n@Component({\r\n\tselector: 'lu-department-select',\r\n\ttemplateUrl: './department-select-input.component.html',\r\n\tstyleUrls: ['./department-select-input.component.scss'],\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n\tstandalone: true,\r\n\timports: [\r\n\t\tCommonModule,\r\n\t\tOverlayModule,\r\n\t\tA11yModule,\r\n\t\tLuInputClearerComponent,\r\n\t\tLuTreeOptionPickerComponent,\r\n\t\tLuTreeOptionPickerAdvancedComponent,\r\n\t\tLuDepartmentFeederComponent,\r\n\t\tLuTreeOptionSearcherComponent,\r\n\t\tLuTreeOptionSelectAllComponent,\r\n\t\tLuTreeOptionItemComponent,\r\n\t\tLuForTreeOptionsDirective,\r\n\t\tLuInputDisplayerDirective,\r\n\t],\r\n\tproviders: [\r\n\t\t{\r\n\t\t\tprovide: NG_VALUE_ACCESSOR,\r\n\t\t\tuseExisting: forwardRef(() => LuDepartmentSelectInputComponent),\r\n\t\t\tmulti: true,\r\n\t\t},\r\n\t],\r\n})\r\nexport class LuDepartmentSelectInputComponent<\r\n\t\tD extends import('../../department.model').ILuDepartment = import('../../department.model').ILuDepartment,\r\n\t\tP extends ILuTreeOptionPickerPanel<D> = ILuTreeOptionPickerPanel<D>,\r\n\t>\r\n\textends ALuSelectInputComponent<D, P>\r\n\timplements ControlValueAccessor, ILuInputWithPicker<D>, AfterViewInit\r\n{\r\n\tbyId: LuOptionComparer<D> = (option1: D, option2: D) => option1 && option2 && option1.id === option2.id;\r\n\r\n\t@Input() appInstanceId: number | string;\r\n\t@Input() operations: number[];\r\n\t@Input() filters: string[];\r\n\r\n\tpublic intl = getIntl(LU_DEPARTMENT_SELECT_INPUT_TRANSLATIONS);\r\n\r\n\tconstructor(\r\n\t\tprotected override _changeDetectorRef: ChangeDetectorRef,\r\n\t\tprotected override _overlay: Overlay,\r\n\t\tprotected override _elementRef: ElementRef<HTMLElement>,\r\n\t\tprotected override _viewContainerRef: ViewContainerRef,\r\n\t\tprotected override _renderer: Renderer2,\r\n\t) {\r\n\t\tsuper(_changeDetectorRef, _overlay, _elementRef, _viewContainerRef, _renderer);\r\n\t}\r\n\r\n\tsearchFn(o: D, c: string): boolean {\r\n\t\treturn o.name.toLowerCase().includes(c.toLowerCase());\r\n\t}\r\n}\r\n","<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.departments }}</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-tree-option-picker-advanced [option-comparer]=\"byId\">\r\n\t<header class=\"lu-picker-header\" [class.mod-multiple]=\"multiple\">\r\n\t\t<lu-department-feeder [appInstanceId]=\"appInstanceId\" [operations]=\"operations\" [filters]=\"filters\"></lu-department-feeder>\r\n\t\t<lu-tree-option-searcher [searchFn]=\"searchFn\"></lu-tree-option-searcher>\r\n\t\t<lu-tree-option-select-all class=\"option-selector\"></lu-tree-option-select-all>\r\n\t</header>\r\n\t<!-- <lu-tree-option-pager></lu-tree-option-pager> -->\r\n\t<lu-tree-option *luForTreeOptions=\"let option\" [tree]=\"option\">\r\n\t\t<ng-container *luDisplayer=\"let value\">{{ value.name }}</ng-container>\r\n\t</lu-tree-option>\r\n</lu-tree-option-picker-advanced>\r\n","import { NgModule } from '@angular/core';\r\nimport { LuDepartmentSelectInputComponent } from './department-select-input.component';\r\n\r\n@NgModule({\r\n\timports: [LuDepartmentSelectInputComponent],\r\n\texports: [LuDepartmentSelectInputComponent],\r\n})\r\nexport class LuDepartmentSelectInputModule {}\r\n","import { NgModule } from '@angular/core';\r\nimport { LuDepartmentFeederComponent } from './feeder';\r\nimport { LuDepartmentSelectInputComponent } from './input';\r\n\r\n@NgModule({\r\n\timports: [LuDepartmentFeederComponent, LuDepartmentSelectInputComponent],\r\n\texports: [LuDepartmentFeederComponent, LuDepartmentSelectInputComponent],\r\n})\r\nexport class LuDepartmentSelectModule {}\r\n","import { NgModule } from '@angular/core';\r\nimport { LuDepartmentSelectModule } from './select/index';\r\n\r\n@NgModule({\r\n\timports: [LuDepartmentSelectModule],\r\n\texports: [LuDepartmentSelectModule],\r\n})\r\nexport class LuDepartmentModule {}\r\n","/*\r\n * Public API Surface of safe-content\r\n */\r\n\r\nexport * from './lib/index';\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["i1"],"mappings":"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"}
@@ -82,9 +82,9 @@ class LuDropdownTriggerDirective extends ALuPopoverTrigger {
82
82
  this.onClose.emit();
83
83
  }
84
84
  }
85
- LuDropdownTriggerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuDropdownTriggerDirective, deps: [{ token: i1.Overlay }, { token: i0.ElementRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
86
- LuDropdownTriggerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.3", type: LuDropdownTriggerDirective, selector: "[luDropdown]", inputs: { inputPanel: ["luDropdown", "inputPanel"], inputPosition: ["luDropdownPosition", "inputPosition"], inputAlignment: ["luDropdownAlignment", "inputAlignment"], inputDisabled: ["luDropdownDisabled", "inputDisabled"], inputOverlap: ["luDropdownOverlap", "inputOverlap"] }, outputs: { onOpen: "luDropdownOnOpen", onClose: "luDropdownOnClose" }, host: { listeners: { "click": "onClick()" }, properties: { "attr.aria-expanded": "this._attrAriaExpanded", "attr.id": "this._attrId", "attr.aria-controls": "this._attrAriaControls" } }, exportAs: ["LuDropdownTrigger"], usesInheritance: true, ngImport: i0 });
87
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuDropdownTriggerDirective, decorators: [{
85
+ LuDropdownTriggerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuDropdownTriggerDirective, deps: [{ token: i1.Overlay }, { token: i0.ElementRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
86
+ LuDropdownTriggerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.7", type: LuDropdownTriggerDirective, selector: "[luDropdown]", inputs: { inputPanel: ["luDropdown", "inputPanel"], inputPosition: ["luDropdownPosition", "inputPosition"], inputAlignment: ["luDropdownAlignment", "inputAlignment"], inputDisabled: ["luDropdownDisabled", "inputDisabled"], inputOverlap: ["luDropdownOverlap", "inputOverlap"] }, outputs: { onOpen: "luDropdownOnOpen", onClose: "luDropdownOnClose" }, host: { listeners: { "click": "onClick()" }, properties: { "attr.aria-expanded": "this._attrAriaExpanded", "attr.id": "this._attrId", "attr.aria-controls": "this._attrAriaControls" } }, exportAs: ["LuDropdownTrigger"], usesInheritance: true, ngImport: i0 });
87
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuDropdownTriggerDirective, decorators: [{
88
88
  type: Directive,
89
89
  args: [{
90
90
  selector: '[luDropdown]',
@@ -127,10 +127,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImpor
127
127
 
128
128
  class LuDropdownTriggerModule {
129
129
  }
130
- LuDropdownTriggerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuDropdownTriggerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
131
- LuDropdownTriggerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.3", ngImport: i0, type: LuDropdownTriggerModule, declarations: [LuDropdownTriggerDirective], imports: [OverlayModule], exports: [LuDropdownTriggerDirective] });
132
- LuDropdownTriggerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuDropdownTriggerModule, imports: [OverlayModule] });
133
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuDropdownTriggerModule, decorators: [{
130
+ LuDropdownTriggerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuDropdownTriggerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
131
+ LuDropdownTriggerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: LuDropdownTriggerModule, declarations: [LuDropdownTriggerDirective], imports: [OverlayModule], exports: [LuDropdownTriggerDirective] });
132
+ LuDropdownTriggerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuDropdownTriggerModule, imports: [OverlayModule] });
133
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuDropdownTriggerModule, decorators: [{
134
134
  type: NgModule,
135
135
  args: [{
136
136
  declarations: [LuDropdownTriggerDirective],
@@ -163,15 +163,15 @@ class LuDropdownItemDirective extends ALuDropdownItem {
163
163
  this.onSelect.complete();
164
164
  }
165
165
  }
166
- LuDropdownItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuDropdownItemDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
167
- LuDropdownItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.3", type: LuDropdownItemDirective, selector: "[luDropdownItem]", outputs: { onSelect: "onSelect" }, host: { listeners: { "click": "onClick($event)", "keydown.enter": "onEnter($event)" } }, providers: [
166
+ LuDropdownItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuDropdownItemDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
167
+ LuDropdownItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.7", type: LuDropdownItemDirective, selector: "[luDropdownItem]", outputs: { onSelect: "onSelect" }, host: { listeners: { "click": "onClick($event)", "keydown.enter": "onEnter($event)" } }, providers: [
168
168
  {
169
169
  provide: ALuDropdownItem,
170
170
  useExisting: forwardRef(() => LuDropdownItemDirective),
171
171
  multi: true,
172
172
  },
173
173
  ], exportAs: ["LuDropdownItem"], usesInheritance: true, ngImport: i0 });
174
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuDropdownItemDirective, decorators: [{
174
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuDropdownItemDirective, decorators: [{
175
175
  type: Directive,
176
176
  args: [{
177
177
  selector: '[luDropdownItem]',
@@ -196,10 +196,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImpor
196
196
 
197
197
  class LuDropdownItemModule {
198
198
  }
199
- LuDropdownItemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuDropdownItemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
200
- LuDropdownItemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.3", ngImport: i0, type: LuDropdownItemModule, declarations: [LuDropdownItemDirective], exports: [LuDropdownItemDirective] });
201
- LuDropdownItemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuDropdownItemModule });
202
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuDropdownItemModule, decorators: [{
199
+ LuDropdownItemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuDropdownItemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
200
+ LuDropdownItemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: LuDropdownItemModule, declarations: [LuDropdownItemDirective], exports: [LuDropdownItemDirective] });
201
+ LuDropdownItemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuDropdownItemModule });
202
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuDropdownItemModule, decorators: [{
203
203
  type: NgModule,
204
204
  args: [{
205
205
  declarations: [LuDropdownItemDirective],
@@ -286,9 +286,9 @@ class LuDropdownPanelComponent extends ALuPopoverPanel {
286
286
  }
287
287
  }
288
288
  }
289
- LuDropdownPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuDropdownPanelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
290
- LuDropdownPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.3", type: LuDropdownPanelComponent, selector: "lu-dropdown", inputs: { inputPanelClasses: ["panel-classes", "inputPanelClasses"], inputContentClasses: ["content-classes", "inputContentClasses"] }, outputs: { close: "close", open: "open", hovered: "hovered" }, queries: [{ propertyName: "optionsQL", predicate: ALuDropdownItem, descendants: true }], viewQueries: [{ propertyName: "vcTemplateRef", first: true, predicate: TemplateRef, descendants: true, static: true }], exportAs: ["LuDropdownPanel"], usesInheritance: true, ngImport: i0, template: "<ng-template>\r\n\t<div\r\n\t\tclass=\"lu-dropdown-panel lu-popover-panel\"\r\n\t\t[ngClass]=\"panelClassesMap\"\r\n\t\t(keydown)=\"_handleKeydown($event)\"\r\n\t\t(click)=\"onClick()\"\r\n\t\t(mouseover)=\"onMouseOver()\"\r\n\t\t(mouseleave)=\"onMouseLeave()\"\r\n\t\t(mousedown)=\"onMouseDown()\"\r\n\t\t[attr.id]=\"panelId\"\r\n\t\t[attr.aria-labelledby]=\"triggerId\"\r\n\t\t[@transformPopover]=\"'enter'\"\r\n\t>\r\n\t\t<div class=\"lu-popover-content lu-dropdown-content\" [ngClass]=\"contentClassesMap\">\r\n\t\t\t<ul class=\"lu-dropdown-options\">\r\n\t\t\t\t<ng-content></ng-content>\r\n\t\t\t</ul>\r\n\t\t</div>\r\n\t</div>\r\n</ng-template>\r\n", dependencies: [{ kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], animations: [luTransformPopover], changeDetection: i0.ChangeDetectionStrategy.OnPush });
291
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuDropdownPanelComponent, decorators: [{
289
+ LuDropdownPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuDropdownPanelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
290
+ LuDropdownPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: LuDropdownPanelComponent, selector: "lu-dropdown", inputs: { inputPanelClasses: ["panel-classes", "inputPanelClasses"], inputContentClasses: ["content-classes", "inputContentClasses"] }, outputs: { close: "close", open: "open", hovered: "hovered" }, queries: [{ propertyName: "optionsQL", predicate: ALuDropdownItem, descendants: true }], viewQueries: [{ propertyName: "vcTemplateRef", first: true, predicate: TemplateRef, descendants: true, static: true }], exportAs: ["LuDropdownPanel"], usesInheritance: true, ngImport: i0, template: "<ng-template>\r\n\t<div\r\n\t\tclass=\"lu-dropdown-panel lu-popover-panel\"\r\n\t\t[ngClass]=\"panelClassesMap\"\r\n\t\t(keydown)=\"_handleKeydown($event)\"\r\n\t\t(click)=\"onClick()\"\r\n\t\t(mouseover)=\"onMouseOver()\"\r\n\t\t(mouseleave)=\"onMouseLeave()\"\r\n\t\t(mousedown)=\"onMouseDown()\"\r\n\t\t[attr.id]=\"panelId\"\r\n\t\t[attr.aria-labelledby]=\"triggerId\"\r\n\t\t[@transformPopover]=\"'enter'\"\r\n\t>\r\n\t\t<div class=\"lu-popover-content lu-dropdown-content\" [ngClass]=\"contentClassesMap\">\r\n\t\t\t<ul class=\"lu-dropdown-options\">\r\n\t\t\t\t<ng-content></ng-content>\r\n\t\t\t</ul>\r\n\t\t</div>\r\n\t</div>\r\n</ng-template>\r\n", dependencies: [{ kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], animations: [luTransformPopover], changeDetection: i0.ChangeDetectionStrategy.OnPush });
291
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuDropdownPanelComponent, decorators: [{
292
292
  type: Component,
293
293
  args: [{ selector: 'lu-dropdown', changeDetection: ChangeDetectionStrategy.OnPush, animations: [luTransformPopover], exportAs: 'LuDropdownPanel', template: "<ng-template>\r\n\t<div\r\n\t\tclass=\"lu-dropdown-panel lu-popover-panel\"\r\n\t\t[ngClass]=\"panelClassesMap\"\r\n\t\t(keydown)=\"_handleKeydown($event)\"\r\n\t\t(click)=\"onClick()\"\r\n\t\t(mouseover)=\"onMouseOver()\"\r\n\t\t(mouseleave)=\"onMouseLeave()\"\r\n\t\t(mousedown)=\"onMouseDown()\"\r\n\t\t[attr.id]=\"panelId\"\r\n\t\t[attr.aria-labelledby]=\"triggerId\"\r\n\t\t[@transformPopover]=\"'enter'\"\r\n\t>\r\n\t\t<div class=\"lu-popover-content lu-dropdown-content\" [ngClass]=\"contentClassesMap\">\r\n\t\t\t<ul class=\"lu-dropdown-options\">\r\n\t\t\t\t<ng-content></ng-content>\r\n\t\t\t</ul>\r\n\t\t</div>\r\n\t</div>\r\n</ng-template>\r\n" }]
294
294
  }], ctorParameters: function () { return []; }, propDecorators: { inputPanelClasses: [{
@@ -313,10 +313,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImpor
313
313
 
314
314
  class LuDropdownPanelModule {
315
315
  }
316
- LuDropdownPanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuDropdownPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
317
- LuDropdownPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.3", ngImport: i0, type: LuDropdownPanelModule, declarations: [LuDropdownPanelComponent], imports: [CommonModule], exports: [LuDropdownPanelComponent] });
318
- LuDropdownPanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuDropdownPanelModule, imports: [CommonModule] });
319
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuDropdownPanelModule, decorators: [{
316
+ LuDropdownPanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuDropdownPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
317
+ LuDropdownPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: LuDropdownPanelModule, declarations: [LuDropdownPanelComponent], imports: [CommonModule], exports: [LuDropdownPanelComponent] });
318
+ LuDropdownPanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuDropdownPanelModule, imports: [CommonModule] });
319
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuDropdownPanelModule, decorators: [{
320
320
  type: NgModule,
321
321
  args: [{
322
322
  declarations: [LuDropdownPanelComponent],
@@ -327,10 +327,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImpor
327
327
 
328
328
  class LuDropdownModule {
329
329
  }
330
- LuDropdownModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuDropdownModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
331
- LuDropdownModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.3", ngImport: i0, type: LuDropdownModule, imports: [LuDropdownTriggerModule, LuDropdownPanelModule, LuDropdownItemModule], exports: [LuDropdownTriggerModule, LuDropdownPanelModule, LuDropdownItemModule] });
332
- LuDropdownModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuDropdownModule, imports: [LuDropdownTriggerModule, LuDropdownPanelModule, LuDropdownItemModule, LuDropdownTriggerModule, LuDropdownPanelModule, LuDropdownItemModule] });
333
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuDropdownModule, decorators: [{
330
+ LuDropdownModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuDropdownModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
331
+ LuDropdownModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: LuDropdownModule, imports: [LuDropdownTriggerModule, LuDropdownPanelModule, LuDropdownItemModule], exports: [LuDropdownTriggerModule, LuDropdownPanelModule, LuDropdownItemModule] });
332
+ LuDropdownModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuDropdownModule, imports: [LuDropdownTriggerModule, LuDropdownPanelModule, LuDropdownItemModule, LuDropdownTriggerModule, LuDropdownPanelModule, LuDropdownItemModule] });
333
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuDropdownModule, decorators: [{
334
334
  type: NgModule,
335
335
  args: [{
336
336
  imports: [LuDropdownTriggerModule, LuDropdownPanelModule, LuDropdownItemModule],