@lucca-front/ng 10.0.2 → 10.0.5

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 (264) hide show
  1. package/esm2020/api/lib/api.module.mjs +4 -4
  2. package/esm2020/api/lib/select/api-select.module.mjs +4 -4
  3. package/esm2020/api/lib/select/feeder/api-feeder.component.mjs +3 -3
  4. package/esm2020/api/lib/select/feeder/api-feeder.module.mjs +4 -4
  5. package/esm2020/api/lib/select/input/api-select-input.component.mjs +3 -3
  6. package/esm2020/api/lib/select/input/api-select-input.module.mjs +4 -4
  7. package/esm2020/api/lib/select/pager/api-pager.component.mjs +3 -3
  8. package/esm2020/api/lib/select/pager/api-pager.module.mjs +4 -4
  9. package/esm2020/api/lib/select/searcher/api-searcher.component.mjs +6 -6
  10. package/esm2020/api/lib/select/searcher/api-searcher.module.mjs +4 -4
  11. package/esm2020/api/lib/service/api-hybrid.service.mjs +3 -3
  12. package/esm2020/api/lib/service/api-v3.service.mjs +3 -3
  13. package/esm2020/api/lib/service/api-v4.service.mjs +3 -3
  14. package/esm2020/core/lib/date/native/native-date.adapter.mjs +3 -3
  15. package/esm2020/core/lib/date/string/string-date.adapter.mjs +3 -3
  16. package/esm2020/date/lib/adapter/date-adapter.module.mjs +4 -4
  17. package/esm2020/date/lib/adapter/date-adapter.pipe.mjs +3 -3
  18. package/esm2020/date/lib/calendar/calendar-input.component.mjs +7 -4
  19. package/esm2020/date/lib/calendar/calendar-input.module.mjs +7 -9
  20. package/esm2020/date/lib/calendar/calendar-item.factory.mjs +3 -3
  21. package/esm2020/date/lib/date.module.mjs +4 -4
  22. package/esm2020/date/lib/input/date-input.directive.mjs +3 -3
  23. package/esm2020/date/lib/input/date-input.intl.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 +3 -3
  28. package/esm2020/date/lib/select/date-select-input.intl.mjs +3 -3
  29. package/esm2020/date/lib/select/date-select-input.module.mjs +4 -4
  30. package/esm2020/department/lib/department.module.mjs +4 -4
  31. package/esm2020/department/lib/select/department-select.module.mjs +4 -4
  32. package/esm2020/department/lib/select/feeder/department-feeder.component.mjs +3 -3
  33. package/esm2020/department/lib/select/feeder/department-feeder.module.mjs +4 -4
  34. package/esm2020/department/lib/select/input/department-select-input.component.mjs +3 -3
  35. package/esm2020/department/lib/select/input/department-select-input.intl.mjs +3 -3
  36. package/esm2020/department/lib/select/input/department-select-input.module.mjs +4 -4
  37. package/esm2020/department/lib/service/department-v3.service.mjs +3 -3
  38. package/esm2020/dropdown/lib/dropdown.module.mjs +4 -4
  39. package/esm2020/dropdown/lib/item/dropdown-item.directive.mjs +3 -3
  40. package/esm2020/dropdown/lib/item/dropdown-item.module.mjs +4 -4
  41. package/esm2020/dropdown/lib/panel/dropdown-panel.component.mjs +3 -3
  42. package/esm2020/dropdown/lib/panel/dropdown-panel.module.mjs +4 -4
  43. package/esm2020/dropdown/lib/trigger/dropdown-trigger.directive.mjs +3 -3
  44. package/esm2020/dropdown/lib/trigger/dropdown-trigger.module.mjs +4 -4
  45. package/esm2020/establishment/lib/establishment.module.mjs +4 -4
  46. package/esm2020/establishment/lib/select/establishment-select.module.mjs +4 -4
  47. package/esm2020/establishment/lib/select/for-legal-units/for-legal-units.directive.mjs +3 -3
  48. package/esm2020/establishment/lib/select/for-legal-units/for-legal-units.module.mjs +4 -4
  49. package/esm2020/establishment/lib/select/input/establishment-select-input.component.mjs +3 -3
  50. package/esm2020/establishment/lib/select/input/establishment-select-input.intl.mjs +3 -3
  51. package/esm2020/establishment/lib/select/input/establishment-select-input.module.mjs +4 -4
  52. package/esm2020/establishment/lib/select/legal-unit-selector/legal-unit-selector.directive.mjs +3 -3
  53. package/esm2020/establishment/lib/select/legal-unit-selector/legal-unit-selector.module.mjs +4 -4
  54. package/esm2020/establishment/lib/select/searcher/establishment-searcher.component.mjs +3 -3
  55. package/esm2020/establishment/lib/select/searcher/establishment-searcher.module.mjs +4 -4
  56. package/esm2020/establishment/lib/select/select-all/establishment-select-all.component.mjs +3 -3
  57. package/esm2020/establishment/lib/select/select-all/establishment-select-all.module.mjs +4 -4
  58. package/esm2020/establishment/lib/service/establishment.service.mjs +3 -3
  59. package/esm2020/establishment/lib/service/legal-unit.service.mjs +3 -3
  60. package/esm2020/formly/lib/formly.module.mjs +4 -4
  61. package/esm2020/formly/lib/types/api.mjs +3 -3
  62. package/esm2020/formly/lib/types/checkbox.mjs +3 -3
  63. package/esm2020/formly/lib/types/date.mjs +3 -3
  64. package/esm2020/formly/lib/types/department.mjs +3 -3
  65. package/esm2020/formly/lib/types/establishment.mjs +3 -3
  66. package/esm2020/formly/lib/types/input.mjs +3 -3
  67. package/esm2020/formly/lib/types/qualification.mjs +3 -3
  68. package/esm2020/formly/lib/types/radios.mjs +3 -3
  69. package/esm2020/formly/lib/types/select.mjs +3 -3
  70. package/esm2020/formly/lib/types/textarea.mjs +3 -3
  71. package/esm2020/formly/lib/types/user.mjs +3 -3
  72. package/esm2020/formly/lib/wrappers/checkbox-layout.mjs +3 -3
  73. package/esm2020/formly/lib/wrappers/error.mjs +6 -6
  74. package/esm2020/formly/lib/wrappers/helper.mjs +3 -3
  75. package/esm2020/formly/lib/wrappers/icon.mjs +3 -3
  76. package/esm2020/formly/lib/wrappers/radiosfield-layout.mjs +3 -3
  77. package/esm2020/formly/lib/wrappers/suffix.mjs +3 -3
  78. package/esm2020/formly/lib/wrappers/textfield-layout.mjs +3 -3
  79. package/esm2020/input/lib/clearer/clearer.component.mjs +3 -3
  80. package/esm2020/input/lib/clearer/clearer.module.mjs +4 -4
  81. package/esm2020/input/lib/displayer/input-displayer.directive.mjs +3 -3
  82. package/esm2020/input/lib/displayer/input-displayer.module.mjs +4 -4
  83. package/esm2020/input/lib/input.directive.mjs +3 -3
  84. package/esm2020/input/lib/input.module.mjs +4 -4
  85. package/esm2020/material/lib/module.mjs +4 -4
  86. package/esm2020/modal/lib/modal-panel.component.mjs +9 -9
  87. package/esm2020/modal/lib/modal-ref.factory.mjs +3 -3
  88. package/esm2020/modal/lib/modal.intl.mjs +3 -3
  89. package/esm2020/modal/lib/modal.module.mjs +4 -4
  90. package/esm2020/modal/lib/modal.service.mjs +3 -3
  91. package/esm2020/number/lib/number.module.mjs +4 -4
  92. package/esm2020/number/lib/number.pipe.mjs +3 -3
  93. package/esm2020/option/lib/item/option-item.component.mjs +3 -3
  94. package/esm2020/option/lib/item/option-item.module.mjs +4 -4
  95. package/esm2020/option/lib/item/tree-option-item.component.mjs +3 -3
  96. package/esm2020/option/lib/item/tree-option-item.intl.mjs +3 -3
  97. package/esm2020/option/lib/item/tree-option-item.module.mjs +4 -4
  98. package/esm2020/option/lib/operator/feeder/option-feeder.component.mjs +3 -3
  99. package/esm2020/option/lib/operator/feeder/option-feeder.module.mjs +4 -4
  100. package/esm2020/option/lib/operator/feeder/tree-option-feeder.component.mjs +3 -3
  101. package/esm2020/option/lib/operator/feeder/tree-option-feeder.module.mjs +4 -4
  102. package/esm2020/option/lib/operator/for-groups/for-groups.directive.mjs +3 -3
  103. package/esm2020/option/lib/operator/for-groups/for-groups.module.mjs +4 -4
  104. package/esm2020/option/lib/operator/for-options/for-options.directive.mjs +3 -3
  105. package/esm2020/option/lib/operator/for-options/for-options.module.mjs +4 -4
  106. package/esm2020/option/lib/operator/for-options/for-tree-options.directive.mjs +3 -3
  107. package/esm2020/option/lib/operator/for-options/for-tree-options.module.mjs +4 -4
  108. package/esm2020/option/lib/operator/option-operator.module.mjs +4 -4
  109. package/esm2020/option/lib/operator/pager/option-pager.component.mjs +3 -3
  110. package/esm2020/option/lib/operator/pager/option-pager.module.mjs +4 -4
  111. package/esm2020/option/lib/operator/pager/tree-option-pager.component.mjs +3 -3
  112. package/esm2020/option/lib/operator/pager/tree-option-pager.module.mjs +4 -4
  113. package/esm2020/option/lib/operator/searcher/option-searcher.component.mjs +3 -3
  114. package/esm2020/option/lib/operator/searcher/option-searcher.module.mjs +4 -4
  115. package/esm2020/option/lib/operator/searcher/tree-option-searcher.component.mjs +3 -3
  116. package/esm2020/option/lib/operator/searcher/tree-option-searcher.module.mjs +4 -4
  117. package/esm2020/option/lib/operator/tree-option-operator.module.mjs +4 -4
  118. package/esm2020/option/lib/option.module.mjs +4 -4
  119. package/esm2020/option/lib/picker/option-picker-advanced.component.mjs +6 -6
  120. package/esm2020/option/lib/picker/option-picker.component.mjs +6 -6
  121. package/esm2020/option/lib/picker/option-picker.module.mjs +4 -4
  122. package/esm2020/option/lib/picker/tree-option-picker-advanced.component.mjs +6 -6
  123. package/esm2020/option/lib/picker/tree-option-picker.component.mjs +6 -6
  124. package/esm2020/option/lib/picker/tree-option-picker.module.mjs +4 -4
  125. package/esm2020/option/lib/placeholder/option-placeholder.component.mjs +3 -3
  126. package/esm2020/option/lib/placeholder/option-placeholder.intl.mjs +3 -3
  127. package/esm2020/option/lib/placeholder/option-placeholder.module.mjs +4 -4
  128. package/esm2020/option/lib/selector/all/select-all.component.mjs +3 -3
  129. package/esm2020/option/lib/selector/all/select-all.intl.mjs +3 -3
  130. package/esm2020/option/lib/selector/all/select-all.module.mjs +4 -4
  131. package/esm2020/option/lib/selector/all/tree-select-all.component.mjs +3 -3
  132. package/esm2020/option/lib/selector/all/tree-select-all.module.mjs +4 -4
  133. package/esm2020/option/lib/selector/option-selector.module.mjs +4 -4
  134. package/esm2020/option/lib/selector/tree-option-selector.module.mjs +4 -4
  135. package/esm2020/option/lib/tree-option.module.mjs +4 -4
  136. package/esm2020/popover/lib/panel/popover-panel.component.mjs +3 -3
  137. package/esm2020/popover/lib/panel/popover-panel.module.mjs +4 -4
  138. package/esm2020/popover/lib/popover.module.mjs +4 -4
  139. package/esm2020/popover/lib/target/popover-target.directive.mjs +3 -3
  140. package/esm2020/popover/lib/target/popover-target.module.mjs +4 -4
  141. package/esm2020/popover/lib/trigger/popover-trigger.directive.mjs +3 -3
  142. package/esm2020/popover/lib/trigger/popover-trigger.module.mjs +4 -4
  143. package/esm2020/popup/lib/popup-ref.factory.mjs +3 -3
  144. package/esm2020/popup/lib/popup.module.mjs +4 -4
  145. package/esm2020/popup/lib/popup.service.mjs +3 -3
  146. package/esm2020/qualification/lib/qualification.module.mjs +4 -4
  147. package/esm2020/qualification/lib/select/input/qualification-select-input.component.mjs +3 -3
  148. package/esm2020/qualification/lib/select/input/qualification-select-input.intl.mjs +3 -3
  149. package/esm2020/qualification/lib/select/input/qualification-select-input.module.mjs +4 -4
  150. package/esm2020/qualification/lib/select/qualification-select.module.mjs +4 -4
  151. package/esm2020/safe-content/lib/index.mjs +2 -3
  152. package/esm2020/safe-content/lib/safe-content.module.mjs +9 -9
  153. package/esm2020/safe-content/lib/safe-html.pipe.mjs +19 -0
  154. package/esm2020/scroll/lib/scroll.directive.mjs +3 -3
  155. package/esm2020/scroll/lib/scroll.module.mjs +4 -4
  156. package/esm2020/select/lib/input/select-input.component.mjs +6 -6
  157. package/esm2020/select/lib/input/select-input.module.mjs +4 -4
  158. package/esm2020/select/lib/select.module.mjs +4 -4
  159. package/esm2020/sidepanel/lib/sidepanel-panel.component.mjs +6 -6
  160. package/esm2020/sidepanel/lib/sidepanel-ref.factory.mjs +3 -3
  161. package/esm2020/sidepanel/lib/sidepanel.intl.mjs +3 -3
  162. package/esm2020/sidepanel/lib/sidepanel.module.mjs +4 -4
  163. package/esm2020/sidepanel/lib/sidepanel.service.mjs +3 -3
  164. package/esm2020/title/lib/title.module.mjs +4 -4
  165. package/esm2020/title/lib/title.service.mjs +3 -3
  166. package/esm2020/toast/toasts.component.mjs +3 -3
  167. package/esm2020/toast/toasts.intl.mjs +3 -3
  168. package/esm2020/toast/toasts.module.mjs +4 -4
  169. package/esm2020/toast/toasts.service.mjs +3 -3
  170. package/esm2020/tooltip/lib/panel/tooltip-panel.component.mjs +5 -6
  171. package/esm2020/tooltip/lib/panel/tooltip-panel.module.mjs +7 -8
  172. package/esm2020/tooltip/lib/tooltip.module.mjs +4 -4
  173. package/esm2020/tooltip/lib/trigger/tooltip-trigger.directive.mjs +4 -4
  174. package/esm2020/tooltip/lib/trigger/tooltip-trigger.module.mjs +4 -4
  175. package/esm2020/user/lib/display/user-display.module.mjs +4 -4
  176. package/esm2020/user/lib/display/user-display.pipe.mjs +3 -3
  177. package/esm2020/user/lib/picture/user-picture.component.mjs +3 -3
  178. package/esm2020/user/lib/picture/user-picture.module.mjs +4 -4
  179. package/esm2020/user/lib/select/homonyms/user-homonyms.component.mjs +3 -3
  180. package/esm2020/user/lib/select/homonyms/user-homonyms.module.mjs +4 -4
  181. package/esm2020/user/lib/select/homonyms/user-homonyms.service.mjs +3 -3
  182. package/esm2020/user/lib/select/input/user-select-input.component.mjs +3 -3
  183. package/esm2020/user/lib/select/input/user-select-input.intl.mjs +3 -3
  184. package/esm2020/user/lib/select/input/user-select-input.module.mjs +4 -4
  185. package/esm2020/user/lib/select/me/me-option.directive.mjs +3 -3
  186. package/esm2020/user/lib/select/me/me-option.module.mjs +4 -4
  187. package/esm2020/user/lib/select/searcher/user-searcher.component.mjs +3 -3
  188. package/esm2020/user/lib/select/searcher/user-searcher.intl.mjs +3 -3
  189. package/esm2020/user/lib/select/searcher/user-searcher.module.mjs +4 -4
  190. package/esm2020/user/lib/select/user-select.module.mjs +4 -4
  191. package/esm2020/user/lib/service/user-v3.service.mjs +3 -3
  192. package/esm2020/user/lib/tile/user-tile.component.mjs +3 -3
  193. package/esm2020/user/lib/tile/user-tile.module.mjs +4 -4
  194. package/esm2020/user/lib/user.module.mjs +4 -4
  195. package/fesm2015/lucca-front-ng-api.mjs +48 -48
  196. package/fesm2015/lucca-front-ng-core.mjs +6 -6
  197. package/fesm2015/lucca-front-ng-date.mjs +50 -49
  198. package/fesm2015/lucca-front-ng-date.mjs.map +1 -1
  199. package/fesm2015/lucca-front-ng-department.mjs +28 -28
  200. package/fesm2015/lucca-front-ng-dropdown.mjs +25 -25
  201. package/fesm2015/lucca-front-ng-establishment.mjs +52 -52
  202. package/fesm2015/lucca-front-ng-formly.mjs +61 -61
  203. package/fesm2015/lucca-front-ng-input.mjs +21 -21
  204. package/fesm2015/lucca-front-ng-material.mjs +4 -4
  205. package/fesm2015/lucca-front-ng-modal.mjs +22 -22
  206. package/fesm2015/lucca-front-ng-number.mjs +7 -7
  207. package/fesm2015/lucca-front-ng-option.mjs +163 -163
  208. package/fesm2015/lucca-front-ng-popover.mjs +25 -25
  209. package/fesm2015/lucca-front-ng-popup.mjs +10 -10
  210. package/fesm2015/lucca-front-ng-qualification.mjs +18 -18
  211. package/fesm2015/lucca-front-ng-safe-content.mjs +16 -26
  212. package/fesm2015/lucca-front-ng-safe-content.mjs.map +1 -1
  213. package/fesm2015/lucca-front-ng-scroll.mjs +7 -7
  214. package/fesm2015/lucca-front-ng-select.mjs +14 -14
  215. package/fesm2015/lucca-front-ng-sidepanel.mjs +19 -19
  216. package/fesm2015/lucca-front-ng-title.mjs +7 -7
  217. package/fesm2015/lucca-front-ng-toast.mjs +13 -13
  218. package/fesm2015/lucca-front-ng-tooltip.mjs +20 -22
  219. package/fesm2015/lucca-front-ng-tooltip.mjs.map +1 -1
  220. package/fesm2015/lucca-front-ng-user.mjs +69 -69
  221. package/fesm2020/lucca-front-ng-api.mjs +48 -48
  222. package/fesm2020/lucca-front-ng-core.mjs +6 -6
  223. package/fesm2020/lucca-front-ng-date.mjs +50 -49
  224. package/fesm2020/lucca-front-ng-date.mjs.map +1 -1
  225. package/fesm2020/lucca-front-ng-department.mjs +28 -28
  226. package/fesm2020/lucca-front-ng-dropdown.mjs +25 -25
  227. package/fesm2020/lucca-front-ng-establishment.mjs +52 -52
  228. package/fesm2020/lucca-front-ng-formly.mjs +61 -61
  229. package/fesm2020/lucca-front-ng-input.mjs +21 -21
  230. package/fesm2020/lucca-front-ng-material.mjs +4 -4
  231. package/fesm2020/lucca-front-ng-modal.mjs +22 -22
  232. package/fesm2020/lucca-front-ng-number.mjs +7 -7
  233. package/fesm2020/lucca-front-ng-option.mjs +163 -163
  234. package/fesm2020/lucca-front-ng-popover.mjs +25 -25
  235. package/fesm2020/lucca-front-ng-popup.mjs +10 -10
  236. package/fesm2020/lucca-front-ng-qualification.mjs +18 -18
  237. package/fesm2020/lucca-front-ng-safe-content.mjs +16 -26
  238. package/fesm2020/lucca-front-ng-safe-content.mjs.map +1 -1
  239. package/fesm2020/lucca-front-ng-scroll.mjs +7 -7
  240. package/fesm2020/lucca-front-ng-select.mjs +14 -14
  241. package/fesm2020/lucca-front-ng-sidepanel.mjs +19 -19
  242. package/fesm2020/lucca-front-ng-title.mjs +7 -7
  243. package/fesm2020/lucca-front-ng-toast.mjs +13 -13
  244. package/fesm2020/lucca-front-ng-tooltip.mjs +20 -22
  245. package/fesm2020/lucca-front-ng-tooltip.mjs.map +1 -1
  246. package/fesm2020/lucca-front-ng-user.mjs +69 -69
  247. package/package.json +5 -3
  248. package/safe-content/lib/index.d.ts +1 -2
  249. package/safe-content/lib/safe-content.module.d.ts +2 -2
  250. package/safe-content/lib/safe-html.pipe.d.ts +16 -0
  251. package/schematics/lib/angular-template.js +46 -0
  252. package/schematics/lib/html-ast.js +8 -1
  253. package/schematics/migrations/css-vars/css-class-registry.js +71 -63
  254. package/schematics/migrations/css-vars/index.js +14 -1
  255. package/schematics/migrations/css-vars/migration.js +21 -10
  256. package/schematics/migrations/css-vars/migration.spec.js +20 -1
  257. package/schematics/migrations/css-vars/updaters/elevation.js +1 -1
  258. package/tooltip/lib/panel/tooltip-panel.component.d.ts +3 -2
  259. package/tooltip/lib/panel/tooltip-panel.module.d.ts +1 -2
  260. package/tooltip/lib/trigger/tooltip-trigger.directive.d.ts +3 -2
  261. package/esm2020/safe-content/lib/safe-content.model.mjs +0 -2
  262. package/esm2020/safe-content/lib/safe-content.pipe.mjs +0 -29
  263. package/safe-content/lib/safe-content.model.d.ts +0 -1
  264. package/safe-content/lib/safe-content.pipe.d.ts +0 -11
@@ -228,9 +228,9 @@ class LuPopoverPanelComponent extends ALuPopoverPanel {
228
228
  this.hovered.emit(hovered);
229
229
  }
230
230
  }
231
- LuPopoverPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuPopoverPanelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
232
- LuPopoverPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: LuPopoverPanelComponent, selector: "lu-popover", inputs: { template: "template", templateContext: ["template-context", "templateContext"], inputCloseOnClick: ["close-on-click", "inputCloseOnClick"], inputTrapFocus: ["trap-focus", "inputTrapFocus"], inputScrollStrategy: ["scroll-strategy", "inputScrollStrategy"], inputPanelClasses: ["panel-classes", "inputPanelClasses"], inputContentClasses: ["content-classes", "inputContentClasses"] }, outputs: { close: "close", open: "open", hovered: "hovered" }, viewQueries: [{ propertyName: "vcTemplateRef", first: true, predicate: TemplateRef, descendants: true, static: true }], exportAs: ["LuPopoverPanel"], usesInheritance: true, ngImport: i0, template: "<ng-template>\r\n\t<div\r\n\t\tclass=\"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\" [ngClass]=\"contentClassesMap\" [cdkTrapFocus]=\"trapFocus\">\r\n\t\t\t<ng-content></ng-content><ng-container *ngTemplateOutlet=\"template; context: templateContext\"></ng-container>\r\n\t\t</div>\r\n\t</div>\r\n</ng-template>\r\n", dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }], animations: [luTransformPopover], changeDetection: i0.ChangeDetectionStrategy.OnPush });
233
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuPopoverPanelComponent, decorators: [{
231
+ LuPopoverPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuPopoverPanelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
232
+ LuPopoverPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", type: LuPopoverPanelComponent, selector: "lu-popover", inputs: { template: "template", templateContext: ["template-context", "templateContext"], inputCloseOnClick: ["close-on-click", "inputCloseOnClick"], inputTrapFocus: ["trap-focus", "inputTrapFocus"], inputScrollStrategy: ["scroll-strategy", "inputScrollStrategy"], inputPanelClasses: ["panel-classes", "inputPanelClasses"], inputContentClasses: ["content-classes", "inputContentClasses"] }, outputs: { close: "close", open: "open", hovered: "hovered" }, viewQueries: [{ propertyName: "vcTemplateRef", first: true, predicate: TemplateRef, descendants: true, static: true }], exportAs: ["LuPopoverPanel"], usesInheritance: true, ngImport: i0, template: "<ng-template>\r\n\t<div\r\n\t\tclass=\"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\" [ngClass]=\"contentClassesMap\" [cdkTrapFocus]=\"trapFocus\">\r\n\t\t\t<ng-content></ng-content><ng-container *ngTemplateOutlet=\"template; context: templateContext\"></ng-container>\r\n\t\t</div>\r\n\t</div>\r\n</ng-template>\r\n", dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }], animations: [luTransformPopover], changeDetection: i0.ChangeDetectionStrategy.OnPush });
233
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuPopoverPanelComponent, decorators: [{
234
234
  type: Component,
235
235
  args: [{ selector: 'lu-popover', changeDetection: ChangeDetectionStrategy.OnPush, animations: [luTransformPopover], exportAs: 'LuPopoverPanel', template: "<ng-template>\r\n\t<div\r\n\t\tclass=\"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\" [ngClass]=\"contentClassesMap\" [cdkTrapFocus]=\"trapFocus\">\r\n\t\t\t<ng-content></ng-content><ng-container *ngTemplateOutlet=\"template; context: templateContext\"></ng-container>\r\n\t\t</div>\r\n\t</div>\r\n</ng-template>\r\n" }]
236
236
  }], ctorParameters: function () { return []; }, propDecorators: { template: [{
@@ -266,10 +266,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImpor
266
266
 
267
267
  class LuPopoverPanelModule {
268
268
  }
269
- LuPopoverPanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuPopoverPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
270
- LuPopoverPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: LuPopoverPanelModule, declarations: [LuPopoverPanelComponent], imports: [CommonModule, OverlayModule, A11yModule], exports: [LuPopoverPanelComponent] });
271
- LuPopoverPanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuPopoverPanelModule, imports: [CommonModule, OverlayModule, A11yModule] });
272
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuPopoverPanelModule, decorators: [{
269
+ LuPopoverPanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuPopoverPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
270
+ LuPopoverPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.5", ngImport: i0, type: LuPopoverPanelModule, declarations: [LuPopoverPanelComponent], imports: [CommonModule, OverlayModule, A11yModule], exports: [LuPopoverPanelComponent] });
271
+ LuPopoverPanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuPopoverPanelModule, imports: [CommonModule, OverlayModule, A11yModule] });
272
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuPopoverPanelModule, decorators: [{
273
273
  type: NgModule,
274
274
  args: [{
275
275
  imports: [CommonModule, OverlayModule, A11yModule],
@@ -367,9 +367,9 @@ class LuPopoverTargetDirective extends ALuPopoverTarget {
367
367
  this.offsetY = oy;
368
368
  }
369
369
  }
370
- LuPopoverTargetDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuPopoverTargetDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
371
- LuPopoverTargetDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.2", type: LuPopoverTargetDirective, selector: "[luPopoverTarget]", inputs: { inputPosition: ["luPopoverPosition", "inputPosition"], inputAlignment: ["luPopoverAlignment", "inputAlignment"], inputOverlap: ["luPopoverOverlap", "inputOverlap"], inputOffsetX: ["luPopoverOffsetX", "inputOffsetX"], inputOffsetY: ["luPopoverOffsetY", "inputOffsetY"] }, exportAs: ["LuPopoverTarget"], usesInheritance: true, ngImport: i0 });
372
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuPopoverTargetDirective, decorators: [{
370
+ LuPopoverTargetDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuPopoverTargetDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
371
+ LuPopoverTargetDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.5", type: LuPopoverTargetDirective, selector: "[luPopoverTarget]", inputs: { inputPosition: ["luPopoverPosition", "inputPosition"], inputAlignment: ["luPopoverAlignment", "inputAlignment"], inputOverlap: ["luPopoverOverlap", "inputOverlap"], inputOffsetX: ["luPopoverOffsetX", "inputOffsetX"], inputOffsetY: ["luPopoverOffsetY", "inputOffsetY"] }, exportAs: ["LuPopoverTarget"], usesInheritance: true, ngImport: i0 });
372
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuPopoverTargetDirective, decorators: [{
373
373
  type: Directive,
374
374
  args: [{
375
375
  selector: '[luPopoverTarget]',
@@ -394,10 +394,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImpor
394
394
 
395
395
  class LuPopoverTargetModule {
396
396
  }
397
- LuPopoverTargetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuPopoverTargetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
398
- LuPopoverTargetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: LuPopoverTargetModule, declarations: [LuPopoverTargetDirective], imports: [CommonModule, OverlayModule], exports: [LuPopoverTargetDirective] });
399
- LuPopoverTargetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuPopoverTargetModule, imports: [CommonModule, OverlayModule] });
400
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuPopoverTargetModule, decorators: [{
397
+ LuPopoverTargetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuPopoverTargetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
398
+ LuPopoverTargetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.5", ngImport: i0, type: LuPopoverTargetModule, declarations: [LuPopoverTargetDirective], imports: [CommonModule, OverlayModule], exports: [LuPopoverTargetDirective] });
399
+ LuPopoverTargetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuPopoverTargetModule, imports: [CommonModule, OverlayModule] });
400
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuPopoverTargetModule, decorators: [{
401
401
  type: NgModule,
402
402
  args: [{
403
403
  imports: [CommonModule, OverlayModule],
@@ -937,9 +937,9 @@ class LuPopoverTriggerDirective extends ALuPopoverTrigger {
937
937
  this.onClose.emit();
938
938
  }
939
939
  }
940
- LuPopoverTriggerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuPopoverTriggerDirective, deps: [{ token: i1$1.Overlay }, { token: i0.ElementRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
941
- LuPopoverTriggerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.2", type: LuPopoverTriggerDirective, selector: "[luPopover]", inputs: { inputPanel: ["luPopover", "inputPanel"], inputTarget: ["luPopoverTarget", "inputTarget"], inputTriggerEvent: ["luPopoverTrigger", "inputTriggerEvent"], inputPosition: ["luPopoverPosition", "inputPosition"], inputAlignment: ["luPopoverAlignment", "inputAlignment"], inputEnterDelay: ["luPopoverEnterDelay", "inputEnterDelay"], inputLeaveDelay: ["luPopoverLeaveDelay", "inputLeaveDelay"], inputDisabled: ["luPopoverDisabled", "inputDisabled"], inputOverlap: ["luPopoverOverlap", "inputOverlap"], inputOffsetX: ["luPopoverOffsetX", "inputOffsetX"], inputOffsetY: ["luPopoverOffsetY", "inputOffsetY"] }, outputs: { onOpen: "luPopoverOnOpen", onClose: "luPopoverOnClose" }, host: { listeners: { "click": "onClick()", "mouseenter": "onMouseEnter()", "mouseleave": "onMouseLeave()", "focus": "onFocus()", "blur": "onBlur()" }, properties: { "attr.aria-expanded": "this._attrAriaExpanded", "attr.id": "this._attrId", "attr.aria-controls": "this._attrAriaControls" } }, exportAs: ["LuPopoverTrigger"], usesInheritance: true, ngImport: i0 });
942
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuPopoverTriggerDirective, decorators: [{
940
+ LuPopoverTriggerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuPopoverTriggerDirective, deps: [{ token: i1$1.Overlay }, { token: i0.ElementRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
941
+ LuPopoverTriggerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.5", type: LuPopoverTriggerDirective, selector: "[luPopover]", inputs: { inputPanel: ["luPopover", "inputPanel"], inputTarget: ["luPopoverTarget", "inputTarget"], inputTriggerEvent: ["luPopoverTrigger", "inputTriggerEvent"], inputPosition: ["luPopoverPosition", "inputPosition"], inputAlignment: ["luPopoverAlignment", "inputAlignment"], inputEnterDelay: ["luPopoverEnterDelay", "inputEnterDelay"], inputLeaveDelay: ["luPopoverLeaveDelay", "inputLeaveDelay"], inputDisabled: ["luPopoverDisabled", "inputDisabled"], inputOverlap: ["luPopoverOverlap", "inputOverlap"], inputOffsetX: ["luPopoverOffsetX", "inputOffsetX"], inputOffsetY: ["luPopoverOffsetY", "inputOffsetY"] }, outputs: { onOpen: "luPopoverOnOpen", onClose: "luPopoverOnClose" }, host: { listeners: { "click": "onClick()", "mouseenter": "onMouseEnter()", "mouseleave": "onMouseLeave()", "focus": "onFocus()", "blur": "onBlur()" }, properties: { "attr.aria-expanded": "this._attrAriaExpanded", "attr.id": "this._attrId", "attr.aria-controls": "this._attrAriaControls" } }, exportAs: ["LuPopoverTrigger"], usesInheritance: true, ngImport: i0 });
942
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuPopoverTriggerDirective, decorators: [{
943
943
  type: Directive,
944
944
  args: [{
945
945
  selector: '[luPopover]',
@@ -1012,10 +1012,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImpor
1012
1012
 
1013
1013
  class LuPopoverTriggerModule {
1014
1014
  }
1015
- LuPopoverTriggerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuPopoverTriggerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1016
- LuPopoverTriggerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: LuPopoverTriggerModule, declarations: [LuPopoverTriggerDirective], imports: [CommonModule, OverlayModule, LuPopoverPanelModule, LuPopoverTargetModule], exports: [LuPopoverTriggerDirective] });
1017
- LuPopoverTriggerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuPopoverTriggerModule, imports: [CommonModule, OverlayModule, LuPopoverPanelModule, LuPopoverTargetModule] });
1018
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuPopoverTriggerModule, decorators: [{
1015
+ LuPopoverTriggerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuPopoverTriggerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1016
+ LuPopoverTriggerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.5", ngImport: i0, type: LuPopoverTriggerModule, declarations: [LuPopoverTriggerDirective], imports: [CommonModule, OverlayModule, LuPopoverPanelModule, LuPopoverTargetModule], exports: [LuPopoverTriggerDirective] });
1017
+ LuPopoverTriggerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuPopoverTriggerModule, imports: [CommonModule, OverlayModule, LuPopoverPanelModule, LuPopoverTargetModule] });
1018
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuPopoverTriggerModule, decorators: [{
1019
1019
  type: NgModule,
1020
1020
  args: [{
1021
1021
  imports: [CommonModule, OverlayModule, LuPopoverPanelModule, LuPopoverTargetModule],
@@ -1026,10 +1026,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImpor
1026
1026
 
1027
1027
  class LuPopoverModule {
1028
1028
  }
1029
- LuPopoverModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuPopoverModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1030
- LuPopoverModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: LuPopoverModule, imports: [LuPopoverPanelModule, LuPopoverTargetModule, LuPopoverTriggerModule], exports: [LuPopoverPanelModule, LuPopoverTargetModule, LuPopoverTriggerModule] });
1031
- LuPopoverModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuPopoverModule, imports: [LuPopoverPanelModule, LuPopoverTargetModule, LuPopoverTriggerModule, LuPopoverPanelModule, LuPopoverTargetModule, LuPopoverTriggerModule] });
1032
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuPopoverModule, decorators: [{
1029
+ LuPopoverModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuPopoverModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1030
+ LuPopoverModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.5", ngImport: i0, type: LuPopoverModule, imports: [LuPopoverPanelModule, LuPopoverTargetModule, LuPopoverTriggerModule], exports: [LuPopoverPanelModule, LuPopoverTargetModule, LuPopoverTriggerModule] });
1031
+ LuPopoverModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuPopoverModule, imports: [LuPopoverPanelModule, LuPopoverTargetModule, LuPopoverTriggerModule, LuPopoverPanelModule, LuPopoverTargetModule, LuPopoverTriggerModule] });
1032
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuPopoverModule, decorators: [{
1033
1033
  type: NgModule,
1034
1034
  args: [{
1035
1035
  imports: [LuPopoverPanelModule, LuPopoverTargetModule, LuPopoverTriggerModule],
@@ -156,9 +156,9 @@ class LuPopupRefFactory {
156
156
  return new LuPopupRef(this._overlay, this._injector, component, config);
157
157
  }
158
158
  }
159
- LuPopupRefFactory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuPopupRefFactory, deps: [{ token: i1.Overlay }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
160
- LuPopupRefFactory.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuPopupRefFactory });
161
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuPopupRefFactory, decorators: [{
159
+ LuPopupRefFactory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuPopupRefFactory, deps: [{ token: i1.Overlay }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
160
+ LuPopupRefFactory.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuPopupRefFactory });
161
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuPopupRefFactory, decorators: [{
162
162
  type: Injectable
163
163
  }], ctorParameters: function () { return [{ type: i1.Overlay }, { type: i0.Injector }]; } });
164
164
 
@@ -174,9 +174,9 @@ class LuPopup {
174
174
  return ref;
175
175
  }
176
176
  }
177
- LuPopup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuPopup, deps: [{ token: LU_POPUP_REF_FACTORY }, { token: LU_POPUP_CONFIG }], target: i0.ɵɵFactoryTarget.Injectable });
178
- LuPopup.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuPopup });
179
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuPopup, decorators: [{
177
+ LuPopup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuPopup, deps: [{ token: LU_POPUP_REF_FACTORY }, { token: LU_POPUP_CONFIG }], target: i0.ɵɵFactoryTarget.Injectable });
178
+ LuPopup.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuPopup });
179
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuPopup, decorators: [{
180
180
  type: Injectable
181
181
  }], ctorParameters: function () {
182
182
  return [{ type: undefined, decorators: [{
@@ -190,10 +190,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImpor
190
190
 
191
191
  class LuPopupModule {
192
192
  }
193
- LuPopupModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuPopupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
194
- LuPopupModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: LuPopupModule, imports: [OverlayModule] });
195
- LuPopupModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuPopupModule, providers: [LuPopup, { provide: LU_POPUP_CONFIG, useValue: luDefaultPopupConfig }, { provide: LU_POPUP_REF_FACTORY, useClass: LuPopupRefFactory }], imports: [OverlayModule] });
196
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuPopupModule, decorators: [{
193
+ LuPopupModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuPopupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
194
+ LuPopupModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.5", ngImport: i0, type: LuPopupModule, imports: [OverlayModule] });
195
+ LuPopupModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuPopupModule, providers: [LuPopup, { provide: LU_POPUP_CONFIG, useValue: luDefaultPopupConfig }, { provide: LU_POPUP_REF_FACTORY, useClass: LuPopupRefFactory }], imports: [OverlayModule] });
196
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuPopupModule, decorators: [{
197
197
  type: NgModule,
198
198
  args: [{
199
199
  imports: [OverlayModule],
@@ -20,9 +20,9 @@ class LuQualificationSelectInputIntl extends ALuIntl {
20
20
  super(translations, locale);
21
21
  }
22
22
  }
23
- LuQualificationSelectInputIntl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuQualificationSelectInputIntl, deps: [{ token: LU_QUALIFICATION_SELECT_INPUT_TRANSLATIONS }, { token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Injectable });
24
- LuQualificationSelectInputIntl.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuQualificationSelectInputIntl });
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuQualificationSelectInputIntl, decorators: [{
23
+ LuQualificationSelectInputIntl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuQualificationSelectInputIntl, deps: [{ token: LU_QUALIFICATION_SELECT_INPUT_TRANSLATIONS }, { token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Injectable });
24
+ LuQualificationSelectInputIntl.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuQualificationSelectInputIntl });
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuQualificationSelectInputIntl, decorators: [{
26
26
  type: Injectable
27
27
  }], ctorParameters: function () {
28
28
  return [{ type: undefined, decorators: [{
@@ -57,15 +57,15 @@ class LuQualificationSelectInputComponent extends ALuSelectInputComponent {
57
57
  return qualification.job.name;
58
58
  }
59
59
  }
60
- LuQualificationSelectInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuQualificationSelectInputComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.Overlay }, { token: i0.ElementRef }, { token: i0.ViewContainerRef }, { token: i0.Renderer2 }, { token: LuQualificationSelectInputIntl }], target: i0.ɵɵFactoryTarget.Component });
61
- LuQualificationSelectInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: LuQualificationSelectInputComponent, selector: "lu-qualification-select", inputs: { filters: "filters" }, providers: [
60
+ LuQualificationSelectInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuQualificationSelectInputComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.Overlay }, { token: i0.ElementRef }, { token: i0.ViewContainerRef }, { token: i0.Renderer2 }, { token: LuQualificationSelectInputIntl }], target: i0.ɵɵFactoryTarget.Component });
61
+ LuQualificationSelectInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", type: LuQualificationSelectInputComponent, selector: "lu-qualification-select", inputs: { filters: "filters" }, providers: [
62
62
  {
63
63
  provide: NG_VALUE_ACCESSOR,
64
64
  useExisting: forwardRef(() => LuQualificationSelectInputComponent),
65
65
  multi: true,
66
66
  },
67
67
  ], 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-user-picture-sizes-smallest-font-size: .5em;--components-user-picture-sizes-smallest-image-size: 2.5em;--components-user-picture-sizes-smaller-font-size: .65em;--components-user-picture-sizes-smaller-image-size: 2.5em;--components-user-picture-sizes-small-font-size: .8em;--components-user-picture-sizes-small-image-size: 2.5em;--components-user-picture-sizes-standard-font-size: 1em;--components-user-picture-sizes-standard-image-size: 2.5em;--components-user-picture-sizes-large-font-size: 1.35em;--components-user-picture-sizes-large-image-size: 2.5em;--components-user-picture-sizes-larger-font-size: 1.8em;--components-user-picture-sizes-larger-image-size: 2.5em;--components-user-picture-sizes-largest-font-size: 3em;--components-user-picture-sizes-largest-image-size: 2.5em}:root{--components-options-item-padding-vertical: .5rem;--components-options-item-padding-horizontal: .5rem;--components-options-item-multiple-padding: 2rem;--components-options-item-icon-color: var(--palettes-grey-800);--components-options-checkbox-left: .5rem;--components-options-checkbox-size: 1rem;--components-options-checkbox-color: var(--palettes-primary-700);--components-options-checkbox-border-radius: var(--commons-border-radius);--components-options-checkbox-border-color: var(--palettes-grey-700);--components-options-establishment-multiple-padding: var(--spacings-standard)}:host{--components-select-default-palette-50: var(--palettes-primary-50);--components-select-default-palette-100: var(--palettes-primary-100);--components-select-default-palette-200: var(--palettes-primary-200);--components-select-default-palette-300: var(--palettes-primary-300);--components-select-default-palette-400: var(--palettes-primary-400);--components-select-default-palette-500: var(--palettes-primary-500);--components-select-default-palette-600: var(--palettes-primary-600);--components-select-default-palette-700: var(--palettes-primary-700);--components-select-default-palette-800: var(--palettes-primary-800);--components-select-default-palette-900: var(--palettes-primary-900);--components-select-chip-background: var(--palettes-primary-700);--components-select-chip-text: var(--colors-white-color);--components-select-input-padding-horizontal: var(--spacings-smaller);--components-select-input-padding-vertical: var(--spacings-smaller);--components-select-framed-color: var(--palettes-grey-500);--components-select-framed-color50: var(--palettes-grey-50);--components-select-framed-see-through: var(--palettes-grey-50);--components-select-framed-text: var(--palettes-grey-800);--components-select-framed-placeholder: #cccccc;--components-select-framed-side-padding: var(--spacings-small);--components-select-framed-top-padding: var(--spacings-big);--components-select-framed-bottom-padding: var(--spacings-small);--components-select-framed-label-top-offset: var(--spacings-smaller);cursor:pointer;outline:none;padding:0}:host:after{display:inline-block;vertical-align:text-bottom;font-style:normal;font-family:Lucca icons;color:var(--palettes-700, var(--components-select-default-palette-700));bottom:var(--components-select-input-padding-vertical);font-size:1.2rem;line-height:1.4rem;pointer-events:none;position:absolute;right:var(--components-select-input-padding-horizontal)}@supports (content: \"*\"/\"\"){:host:after{content:\"\\e97c\"/\"\"}}@supports not (content: \"*\"/\"\"){:host:after{content:\"\\e97c\"}}:host[disabled]{cursor:not-allowed;pointer-events:all}:host.is-disabled{cursor:not-allowed;pointer-events:all}.lu-select-display-wrapper{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lu-select-value{line-height:var(--sizes-standard-line-height);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-standard-line-height));padding:var(--components-select-input-padding-vertical) 2.5rem var(--components-select-input-padding-vertical) var(--components-select-input-padding-horizontal);transition:all var(--commons-animations-durations-standard);display:none}.lu-select-placeholder{color:var(--palettes-400, var(--components-select-default-palette-400));line-height:var(--sizes-standard-line-height);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-standard-line-height));padding:var(--components-select-input-padding-vertical) 2.5rem var(--components-select-input-padding-vertical) var(--components-select-input-padding-horizontal);transition:all var(--commons-animations-durations-standard);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lu-select-suffix{position:absolute;bottom:.5rem;right:1.6rem}::ng-deep .lu-select-value .label{padding:var(--spacings-smallest) var(--spacings-smaller);margin-left:0}::ng-deep .lu-select-value .chip{background-color:var(--components-select-chip-background);color:var(--components-select-chip-text);vertical-align:baseline;max-width:100%;height:var(--sizes-standard-line-height);line-height:var(--sizes-standard-line-height);padding:0 var(--spacings-smaller);margin:0 .25rem .25rem 0;text-overflow:ellipsis;overflow:hidden;vertical-align:top;white-space:nowrap}:host-context(.textfield.mod-small) .lu-select-value,:host-context(.textfield.mod-small) .lu-select-placeholder{font-size:var(--sizes-small-font-size);line-height:var(--sizes-small-line-height);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-small-line-height))}:host-context(.textfield.mod-small):after{line-height:var(--sizes-small-line-height)}:host-context(.textfield.mod-small) ::ng-deep .lu-select-value .label{font-size:var(--sizes-small-font-size);line-height:var(--sizes-small-line-height);font-weight:600;margin:0;padding:0;background-color:transparent}:host-context(.textfield.mod-small) ::ng-deep .lu-select-value .chip{height:var(--sizes-small-line-height);line-height:var(--sizes-small-line-height)}:host-context(.textfield.mod-framed).textfield-input,:host-context(.form.mod-framed).textfield-input{padding:var(--components-select-framed-top-padding) 0 0}:host-context(.textfield.mod-framed).textfield-input:after,:host-context(.form.mod-framed).textfield-input:after{color:var(--palettes-grey-500);bottom:var(--components-select-framed-bottom-padding);right:var(--spacings-smaller)}:host-context(.textfield.mod-framed).textfield-input .lu-select-value,:host-context(.textfield.mod-framed).textfield-input .lu-select-placeholder,:host-context(.form.mod-framed).textfield-input .lu-select-value,:host-context(.form.mod-framed).textfield-input .lu-select-placeholder{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:1rem;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).mod-multipleView:not(.mod-singleLine) .lu-select-value{height:auto;align-items:center}:host(.mod-multiple).mod-multipleView:not(.mod-singleLine) .lu-select-display-wrapper{overflow:hidden;white-space:normal;margin-bottom:-.25rem}:host-context(.textfield-input.is-filled) .lu-select-placeholder{display:none}:host-context(.textfield-input.is-filled) .lu-select-value{display:flex}:host-context(.textfield-input.is-clearable) .lu-select-value{padding-right:2.5rem}:host-context(.textfield-input.is-error):after{color:var(--palettes-error-700)}:host-context(.textfield-input.is-error) .lu-select-placeholder{color:var(--palettes-error-200)}: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-small-font-size);width:100%;text-align:left;text-decoration:underline}.optionItem-groupKey:first-of-type{border-top-color:transparent;margin-top:0}\n"], dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.LuInputDisplayerDirective, selector: "[luDisplayer]", inputs: ["luDisplayerMultiple", "multiple"] }, { kind: "component", type: i3.LuInputClearerComponent, selector: "lu-input-clearer", outputs: ["onClear"], exportAs: ["luClearer"] }, { kind: "component", type: i4.LuOptionItemComponent, selector: "lu-option", inputs: ["selected", "highlighted", "value", "disabled"], outputs: ["onSelect"] }, { kind: "component", type: i4.LuOptionPickerAdvancedComponent, selector: "lu-option-picker-advanced", exportAs: ["LuOptionPickerAdvanced"] }, { kind: "directive", type: i4.LuForGroupsDirective, selector: "[luForGroups]", inputs: ["luForGroupsGroupBy"] }, { kind: "component", type: i5.LuApiPagedSearcherComponent, selector: "lu-api-paged-searcher", inputs: ["standard", "api", "fields", "filters", "orderBy", "sort", "debounceTime"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
68
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuQualificationSelectInputComponent, decorators: [{
68
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuQualificationSelectInputComponent, decorators: [{
69
69
  type: Component,
70
70
  args: [{ selector: 'lu-qualification-select', changeDetection: ChangeDetectionStrategy.OnPush, providers: [
71
71
  {
@@ -99,16 +99,16 @@ const luQualificationSelectInputTranslations = {
99
99
 
100
100
  class LuQualificationSelectInputModule {
101
101
  }
102
- LuQualificationSelectInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuQualificationSelectInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
103
- LuQualificationSelectInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: LuQualificationSelectInputModule, declarations: [LuQualificationSelectInputComponent], imports: [CommonModule, LuInputModule, LuOptionModule, LuSelectInputModule, LuForGroupsModule, LuApiSearcherModule], exports: [LuQualificationSelectInputComponent] });
104
- LuQualificationSelectInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuQualificationSelectInputModule, providers: [
102
+ LuQualificationSelectInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuQualificationSelectInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
103
+ LuQualificationSelectInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.5", ngImport: i0, type: LuQualificationSelectInputModule, declarations: [LuQualificationSelectInputComponent], imports: [CommonModule, LuInputModule, LuOptionModule, LuSelectInputModule, LuForGroupsModule, LuApiSearcherModule], exports: [LuQualificationSelectInputComponent] });
104
+ LuQualificationSelectInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuQualificationSelectInputModule, providers: [
105
105
  {
106
106
  provide: LU_QUALIFICATION_SELECT_INPUT_TRANSLATIONS,
107
107
  useValue: luQualificationSelectInputTranslations,
108
108
  },
109
109
  LuQualificationSelectInputIntl,
110
110
  ], imports: [CommonModule, LuInputModule, LuOptionModule, LuSelectInputModule, LuForGroupsModule, LuApiSearcherModule] });
111
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuQualificationSelectInputModule, decorators: [{
111
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuQualificationSelectInputModule, decorators: [{
112
112
  type: NgModule,
113
113
  args: [{
114
114
  imports: [CommonModule, LuInputModule, LuOptionModule, LuSelectInputModule, LuForGroupsModule, LuApiSearcherModule],
@@ -126,10 +126,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImpor
126
126
 
127
127
  class LuQualificationSelectModule {
128
128
  }
129
- LuQualificationSelectModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuQualificationSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
130
- LuQualificationSelectModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: LuQualificationSelectModule, imports: [LuQualificationSelectInputModule], exports: [LuQualificationSelectInputModule] });
131
- LuQualificationSelectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuQualificationSelectModule, imports: [LuQualificationSelectInputModule, LuQualificationSelectInputModule] });
132
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuQualificationSelectModule, decorators: [{
129
+ LuQualificationSelectModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuQualificationSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
130
+ LuQualificationSelectModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.5", ngImport: i0, type: LuQualificationSelectModule, imports: [LuQualificationSelectInputModule], exports: [LuQualificationSelectInputModule] });
131
+ LuQualificationSelectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuQualificationSelectModule, imports: [LuQualificationSelectInputModule, LuQualificationSelectInputModule] });
132
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuQualificationSelectModule, decorators: [{
133
133
  type: NgModule,
134
134
  args: [{
135
135
  imports: [LuQualificationSelectInputModule],
@@ -139,10 +139,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImpor
139
139
 
140
140
  class LuQualificationModule {
141
141
  }
142
- LuQualificationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuQualificationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
143
- LuQualificationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: LuQualificationModule, imports: [LuQualificationSelectModule], exports: [LuQualificationSelectModule] });
144
- LuQualificationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuQualificationModule, imports: [LuQualificationSelectModule, LuQualificationSelectModule] });
145
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuQualificationModule, decorators: [{
142
+ LuQualificationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuQualificationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
143
+ LuQualificationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.5", ngImport: i0, type: LuQualificationModule, imports: [LuQualificationSelectModule], exports: [LuQualificationSelectModule] });
144
+ LuQualificationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuQualificationModule, imports: [LuQualificationSelectModule, LuQualificationSelectModule] });
145
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuQualificationModule, decorators: [{
146
146
  type: NgModule,
147
147
  args: [{
148
148
  imports: [LuQualificationSelectModule],
@@ -1,45 +1,35 @@
1
+ import { CommonModule } from '@angular/common';
1
2
  import * as i0 from '@angular/core';
2
3
  import { Pipe, NgModule } from '@angular/core';
3
- import { CommonModule } from '@angular/common';
4
+ import { sanitize } from 'dompurify';
4
5
  import * as i1 from '@angular/platform-browser';
5
6
 
6
- class LuSafeContentPipe {
7
+ class LuSafeHtmlPipe {
7
8
  constructor(sanitizer) {
8
9
  this.sanitizer = sanitizer;
9
10
  }
10
- transform(value, type = 'html') {
11
- switch (type) {
12
- case 'html':
13
- return this.sanitizer.bypassSecurityTrustHtml(value);
14
- case 'style':
15
- return this.sanitizer.bypassSecurityTrustStyle(value);
16
- case 'script':
17
- return this.sanitizer.bypassSecurityTrustScript(value);
18
- case 'url':
19
- return this.sanitizer.bypassSecurityTrustUrl(value);
20
- case 'resourceUrl':
21
- return this.sanitizer.bypassSecurityTrustResourceUrl(value);
22
- }
11
+ transform(value, config) {
12
+ return this.sanitizer.bypassSecurityTrustHtml(sanitize(value, config));
23
13
  }
24
14
  }
25
- LuSafeContentPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuSafeContentPipe, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
26
- LuSafeContentPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: LuSafeContentPipe, name: "luSafeContent" });
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuSafeContentPipe, decorators: [{
15
+ LuSafeHtmlPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuSafeHtmlPipe, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
16
+ LuSafeHtmlPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.5", ngImport: i0, type: LuSafeHtmlPipe, name: "luSafeHtml" });
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuSafeHtmlPipe, decorators: [{
28
18
  type: Pipe,
29
- args: [{ name: 'luSafeContent' }]
19
+ args: [{ name: 'luSafeHtml' }]
30
20
  }], ctorParameters: function () { return [{ type: i1.DomSanitizer }]; } });
31
21
 
32
22
  class LuSafeContentModule {
33
23
  }
34
- LuSafeContentModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuSafeContentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
35
- LuSafeContentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: LuSafeContentModule, declarations: [LuSafeContentPipe], imports: [CommonModule], exports: [LuSafeContentPipe] });
36
- LuSafeContentModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuSafeContentModule, imports: [CommonModule] });
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuSafeContentModule, decorators: [{
24
+ LuSafeContentModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuSafeContentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
25
+ LuSafeContentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.5", ngImport: i0, type: LuSafeContentModule, declarations: [LuSafeHtmlPipe], imports: [CommonModule], exports: [LuSafeHtmlPipe] });
26
+ LuSafeContentModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuSafeContentModule, imports: [CommonModule] });
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuSafeContentModule, decorators: [{
38
28
  type: NgModule,
39
29
  args: [{
40
30
  imports: [CommonModule],
41
- declarations: [LuSafeContentPipe],
42
- exports: [LuSafeContentPipe],
31
+ declarations: [LuSafeHtmlPipe],
32
+ exports: [LuSafeHtmlPipe],
43
33
  providers: [],
44
34
  }]
45
35
  }] });
@@ -52,5 +42,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImpor
52
42
  * Generated bundle index. Do not edit.
53
43
  */
54
44
 
55
- export { LuSafeContentModule, LuSafeContentPipe };
45
+ export { LuSafeContentModule, LuSafeHtmlPipe };
56
46
  //# sourceMappingURL=lucca-front-ng-safe-content.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"lucca-front-ng-safe-content.mjs","sources":["../../../packages/ng/safe-content/src/lib/safe-content.pipe.ts","../../../packages/ng/safe-content/src/lib/safe-content.module.ts","../../../packages/ng/safe-content/src/public-api.ts","../../../packages/ng/safe-content/src/lucca-front-ng-safe-content.ts"],"sourcesContent":["import { Pipe, PipeTransform } from '@angular/core';\r\nimport { DomSanitizer, SafeHtml, SafeResourceUrl, SafeScript, SafeStyle, SafeUrl } from '@angular/platform-browser';\r\nimport { LuSafeContentType } from './safe-content.model';\r\n\r\n@Pipe({ name: 'luSafeContent' })\r\nexport class LuSafeContentPipe implements PipeTransform {\r\n\tconstructor(protected sanitizer: DomSanitizer) {}\r\n\r\n\tpublic transform(value: string, type: LuSafeContentType = 'html'): SafeHtml | SafeStyle | SafeScript | SafeUrl | SafeResourceUrl {\r\n\t\tswitch (type) {\r\n\t\t\tcase 'html':\r\n\t\t\t\treturn this.sanitizer.bypassSecurityTrustHtml(value);\r\n\t\t\tcase 'style':\r\n\t\t\t\treturn this.sanitizer.bypassSecurityTrustStyle(value);\r\n\t\t\tcase 'script':\r\n\t\t\t\treturn this.sanitizer.bypassSecurityTrustScript(value);\r\n\t\t\tcase 'url':\r\n\t\t\t\treturn this.sanitizer.bypassSecurityTrustUrl(value);\r\n\t\t\tcase 'resourceUrl':\r\n\t\t\t\treturn this.sanitizer.bypassSecurityTrustResourceUrl(value);\r\n\t\t}\r\n\t}\r\n}\r\n","import { NgModule } from '@angular/core';\r\nimport { CommonModule } from '@angular/common';\r\nimport { LuSafeContentPipe } from './safe-content.pipe';\r\n\r\n@NgModule({\r\n\timports: [CommonModule],\r\n\tdeclarations: [LuSafeContentPipe],\r\n\texports: [LuSafeContentPipe],\r\n\tproviders: [],\r\n})\r\nexport class LuSafeContentModule {}\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":[],"mappings":";;;;;MAKa,iBAAiB,CAAA;AAC7B,IAAA,WAAA,CAAsB,SAAuB,EAAA;AAAvB,QAAA,IAAS,CAAA,SAAA,GAAT,SAAS,CAAc;KAAI;AAE1C,IAAA,SAAS,CAAC,KAAa,EAAE,IAAA,GAA0B,MAAM,EAAA;AAC/D,QAAA,QAAQ,IAAI;AACX,YAAA,KAAK,MAAM;gBACV,OAAO,IAAI,CAAC,SAAS,CAAC,uBAAuB,CAAC,KAAK,CAAC,CAAC;AACtD,YAAA,KAAK,OAAO;gBACX,OAAO,IAAI,CAAC,SAAS,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC;AACvD,YAAA,KAAK,QAAQ;gBACZ,OAAO,IAAI,CAAC,SAAS,CAAC,yBAAyB,CAAC,KAAK,CAAC,CAAC;AACxD,YAAA,KAAK,KAAK;gBACT,OAAO,IAAI,CAAC,SAAS,CAAC,sBAAsB,CAAC,KAAK,CAAC,CAAC;AACrD,YAAA,KAAK,aAAa;gBACjB,OAAO,IAAI,CAAC,SAAS,CAAC,8BAA8B,CAAC,KAAK,CAAC,CAAC;AAC7D,SAAA;KACD;;8GAhBW,iBAAiB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,YAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,IAAA,EAAA,CAAA,CAAA;4GAAjB,iBAAiB,EAAA,IAAA,EAAA,eAAA,EAAA,CAAA,CAAA;2FAAjB,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAD7B,IAAI;mBAAC,EAAE,IAAI,EAAE,eAAe,EAAE,CAAA;;;MCMlB,mBAAmB,CAAA;;gHAAnB,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAnB,mBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,mBAAmB,EAJhB,YAAA,EAAA,CAAA,iBAAiB,CADtB,EAAA,OAAA,EAAA,CAAA,YAAY,aAEZ,iBAAiB,CAAA,EAAA,CAAA,CAAA;AAGf,mBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,mBAAmB,YALrB,YAAY,CAAA,EAAA,CAAA,CAAA;2FAKV,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAN/B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACT,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,YAAY,EAAE,CAAC,iBAAiB,CAAC;oBACjC,OAAO,EAAE,CAAC,iBAAiB,CAAC;AAC5B,oBAAA,SAAS,EAAE,EAAE;iBACb,CAAA;;;ACTD;;AAEG;;ACFH;;AAEG;;;;"}
1
+ {"version":3,"file":"lucca-front-ng-safe-content.mjs","sources":["../../../packages/ng/safe-content/src/lib/safe-html.pipe.ts","../../../packages/ng/safe-content/src/lib/safe-content.module.ts","../../../packages/ng/safe-content/src/public-api.ts","../../../packages/ng/safe-content/src/lucca-front-ng-safe-content.ts"],"sourcesContent":["import { Pipe, PipeTransform } from '@angular/core';\r\nimport { DomSanitizer, SafeHtml } from '@angular/platform-browser';\r\nimport { Config, sanitize } from 'dompurify';\r\n\r\ntype SanitizerConfig = Config & { RETURN_DOM_FRAGMENT?: false | undefined; RETURN_DOM?: false | undefined };\r\n\r\n@Pipe({ name: 'luSafeHtml' })\r\nexport class LuSafeHtmlPipe implements PipeTransform {\r\n\tconstructor(protected sanitizer: DomSanitizer) {}\r\n\r\n\tpublic transform(value: string, config?: SanitizerConfig): SafeHtml {\r\n\t\treturn this.sanitizer.bypassSecurityTrustHtml(sanitize(value, config));\r\n\t}\r\n}\r\n","import { CommonModule } from '@angular/common';\r\nimport { NgModule } from '@angular/core';\r\nimport { LuSafeHtmlPipe } from './safe-html.pipe';\r\n\r\n@NgModule({\r\n\timports: [CommonModule],\r\n\tdeclarations: [LuSafeHtmlPipe],\r\n\texports: [LuSafeHtmlPipe],\r\n\tproviders: [],\r\n})\r\nexport class LuSafeContentModule {}\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":[],"mappings":";;;;;;MAOa,cAAc,CAAA;AAC1B,IAAA,WAAA,CAAsB,SAAuB,EAAA;AAAvB,QAAA,IAAS,CAAA,SAAA,GAAT,SAAS,CAAc;KAAI;IAE1C,SAAS,CAAC,KAAa,EAAE,MAAwB,EAAA;AACvD,QAAA,OAAO,IAAI,CAAC,SAAS,CAAC,uBAAuB,CAAC,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC;KACvE;;2GALW,cAAc,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,YAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,IAAA,EAAA,CAAA,CAAA;yGAAd,cAAc,EAAA,IAAA,EAAA,YAAA,EAAA,CAAA,CAAA;2FAAd,cAAc,EAAA,UAAA,EAAA,CAAA;kBAD1B,IAAI;mBAAC,EAAE,IAAI,EAAE,YAAY,EAAE,CAAA;;;MCIf,mBAAmB,CAAA;;gHAAnB,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAnB,mBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,mBAAmB,EAJhB,YAAA,EAAA,CAAA,cAAc,CADnB,EAAA,OAAA,EAAA,CAAA,YAAY,aAEZ,cAAc,CAAA,EAAA,CAAA,CAAA;AAGZ,mBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,mBAAmB,YALrB,YAAY,CAAA,EAAA,CAAA,CAAA;2FAKV,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAN/B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACT,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,YAAY,EAAE,CAAC,cAAc,CAAC;oBAC9B,OAAO,EAAE,CAAC,cAAc,CAAC;AACzB,oBAAA,SAAS,EAAE,EAAE;iBACb,CAAA;;;ACTD;;AAEG;;ACFH;;AAEG;;;;"}
@@ -50,9 +50,9 @@ class LuScrollDirective {
50
50
  }
51
51
  }
52
52
  }
53
- LuScrollDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuScrollDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
54
- LuScrollDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.2", type: LuScrollDirective, 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 });
55
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuScrollDirective, decorators: [{
53
+ LuScrollDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuScrollDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
54
+ LuScrollDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.5", type: LuScrollDirective, 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 });
55
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuScrollDirective, decorators: [{
56
56
  type: Directive,
57
57
  args: [{
58
58
  selector: '[luScroll]',
@@ -77,10 +77,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImpor
77
77
 
78
78
  class LuScrollModule {
79
79
  }
80
- LuScrollModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuScrollModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
81
- LuScrollModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: LuScrollModule, declarations: [LuScrollDirective], exports: [LuScrollDirective] });
82
- LuScrollModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuScrollModule });
83
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuScrollModule, decorators: [{
80
+ LuScrollModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuScrollModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
81
+ LuScrollModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.5", ngImport: i0, type: LuScrollModule, declarations: [LuScrollDirective], exports: [LuScrollDirective] });
82
+ LuScrollModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuScrollModule });
83
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuScrollModule, decorators: [{
84
84
  type: NgModule,
85
85
  args: [{
86
86
  declarations: [LuScrollDirective],
@@ -295,9 +295,9 @@ class ALuSelectInputComponent extends ALuSelectInput {
295
295
  this.onClose.emit();
296
296
  }
297
297
  }
298
- ALuSelectInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: ALuSelectInputComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.Overlay }, { token: i0.ElementRef }, { token: i0.ViewContainerRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
299
- ALuSelectInputComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.2", 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 });
300
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: ALuSelectInputComponent, decorators: [{
298
+ ALuSelectInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: ALuSelectInputComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.Overlay }, { token: i0.ElementRef }, { token: i0.ViewContainerRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
299
+ ALuSelectInputComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.5", 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 });
300
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: ALuSelectInputComponent, decorators: [{
301
301
  type: Directive
302
302
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i1.Overlay }, { type: i0.ElementRef }, { type: i0.ViewContainerRef }, { type: i0.Renderer2 }]; }, propDecorators: { _vcDisplayContainer: [{
303
303
  type: ViewChild,
@@ -398,15 +398,15 @@ class LuSelectInputComponent extends ALuSelectInputComponent {
398
398
  this.displayClearer(); // dont keep
399
399
  }
400
400
  }
401
- LuSelectInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuSelectInputComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.Overlay }, { token: i0.ElementRef }, { token: i0.ViewContainerRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
402
- LuSelectInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: LuSelectInputComponent, selector: "lu-select", host: { properties: { "class.mod-multipleView": "this.modMultipleView" } }, providers: [
401
+ LuSelectInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuSelectInputComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.Overlay }, { token: i0.ElementRef }, { token: i0.ViewContainerRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
402
+ LuSelectInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", type: LuSelectInputComponent, selector: "lu-select", host: { properties: { "class.mod-multipleView": "this.modMultipleView" } }, providers: [
403
403
  {
404
404
  provide: NG_VALUE_ACCESSOR,
405
405
  useExisting: forwardRef(() => LuSelectInputComponent),
406
406
  multi: true,
407
407
  },
408
408
  ], 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-user-picture-sizes-smallest-font-size: .5em;--components-user-picture-sizes-smallest-image-size: 2.5em;--components-user-picture-sizes-smaller-font-size: .65em;--components-user-picture-sizes-smaller-image-size: 2.5em;--components-user-picture-sizes-small-font-size: .8em;--components-user-picture-sizes-small-image-size: 2.5em;--components-user-picture-sizes-standard-font-size: 1em;--components-user-picture-sizes-standard-image-size: 2.5em;--components-user-picture-sizes-large-font-size: 1.35em;--components-user-picture-sizes-large-image-size: 2.5em;--components-user-picture-sizes-larger-font-size: 1.8em;--components-user-picture-sizes-larger-image-size: 2.5em;--components-user-picture-sizes-largest-font-size: 3em;--components-user-picture-sizes-largest-image-size: 2.5em}:root{--components-options-item-padding-vertical: .5rem;--components-options-item-padding-horizontal: .5rem;--components-options-item-multiple-padding: 2rem;--components-options-item-icon-color: var(--palettes-grey-800);--components-options-checkbox-left: .5rem;--components-options-checkbox-size: 1rem;--components-options-checkbox-color: var(--palettes-primary-700);--components-options-checkbox-border-radius: var(--commons-border-radius);--components-options-checkbox-border-color: var(--palettes-grey-700);--components-options-establishment-multiple-padding: var(--spacings-standard)}:host{--components-select-default-palette-50: var(--palettes-primary-50);--components-select-default-palette-100: var(--palettes-primary-100);--components-select-default-palette-200: var(--palettes-primary-200);--components-select-default-palette-300: var(--palettes-primary-300);--components-select-default-palette-400: var(--palettes-primary-400);--components-select-default-palette-500: var(--palettes-primary-500);--components-select-default-palette-600: var(--palettes-primary-600);--components-select-default-palette-700: var(--palettes-primary-700);--components-select-default-palette-800: var(--palettes-primary-800);--components-select-default-palette-900: var(--palettes-primary-900);--components-select-chip-background: var(--palettes-primary-700);--components-select-chip-text: var(--colors-white-color);--components-select-input-padding-horizontal: var(--spacings-smaller);--components-select-input-padding-vertical: var(--spacings-smaller);--components-select-framed-color: var(--palettes-grey-500);--components-select-framed-color50: var(--palettes-grey-50);--components-select-framed-see-through: var(--palettes-grey-50);--components-select-framed-text: var(--palettes-grey-800);--components-select-framed-placeholder: #cccccc;--components-select-framed-side-padding: var(--spacings-small);--components-select-framed-top-padding: var(--spacings-big);--components-select-framed-bottom-padding: var(--spacings-small);--components-select-framed-label-top-offset: var(--spacings-smaller);cursor:pointer;outline:none;padding:0}:host:after{display:inline-block;vertical-align:text-bottom;font-style:normal;font-family:Lucca icons;color:var(--palettes-700, var(--components-select-default-palette-700));bottom:var(--components-select-input-padding-vertical);font-size:1.2rem;line-height:1.4rem;pointer-events:none;position:absolute;right:var(--components-select-input-padding-horizontal)}@supports (content: \"*\"/\"\"){:host:after{content:\"\\e97c\"/\"\"}}@supports not (content: \"*\"/\"\"){:host:after{content:\"\\e97c\"}}:host[disabled]{cursor:not-allowed;pointer-events:all}:host.is-disabled{cursor:not-allowed;pointer-events:all}.lu-select-display-wrapper{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lu-select-value{line-height:var(--sizes-standard-line-height);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-standard-line-height));padding:var(--components-select-input-padding-vertical) 2.5rem var(--components-select-input-padding-vertical) var(--components-select-input-padding-horizontal);transition:all var(--commons-animations-durations-standard);display:none}.lu-select-placeholder{color:var(--palettes-400, var(--components-select-default-palette-400));line-height:var(--sizes-standard-line-height);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-standard-line-height));padding:var(--components-select-input-padding-vertical) 2.5rem var(--components-select-input-padding-vertical) var(--components-select-input-padding-horizontal);transition:all var(--commons-animations-durations-standard);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lu-select-suffix{position:absolute;bottom:.5rem;right:1.6rem}::ng-deep .lu-select-value .label{padding:var(--spacings-smallest) var(--spacings-smaller);margin-left:0}::ng-deep .lu-select-value .chip{background-color:var(--components-select-chip-background);color:var(--components-select-chip-text);vertical-align:baseline;max-width:100%;height:var(--sizes-standard-line-height);line-height:var(--sizes-standard-line-height);padding:0 var(--spacings-smaller);margin:0 .25rem .25rem 0;text-overflow:ellipsis;overflow:hidden;vertical-align:top;white-space:nowrap}:host-context(.textfield.mod-small) .lu-select-value,:host-context(.textfield.mod-small) .lu-select-placeholder{font-size:var(--sizes-small-font-size);line-height:var(--sizes-small-line-height);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-small-line-height))}:host-context(.textfield.mod-small):after{line-height:var(--sizes-small-line-height)}:host-context(.textfield.mod-small) ::ng-deep .lu-select-value .label{font-size:var(--sizes-small-font-size);line-height:var(--sizes-small-line-height);font-weight:600;margin:0;padding:0;background-color:transparent}:host-context(.textfield.mod-small) ::ng-deep .lu-select-value .chip{height:var(--sizes-small-line-height);line-height:var(--sizes-small-line-height)}:host-context(.textfield.mod-framed).textfield-input,:host-context(.form.mod-framed).textfield-input{padding:var(--components-select-framed-top-padding) 0 0}:host-context(.textfield.mod-framed).textfield-input:after,:host-context(.form.mod-framed).textfield-input:after{color:var(--palettes-grey-500);bottom:var(--components-select-framed-bottom-padding);right:var(--spacings-smaller)}:host-context(.textfield.mod-framed).textfield-input .lu-select-value,:host-context(.textfield.mod-framed).textfield-input .lu-select-placeholder,:host-context(.form.mod-framed).textfield-input .lu-select-value,:host-context(.form.mod-framed).textfield-input .lu-select-placeholder{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:1rem;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).mod-multipleView:not(.mod-singleLine) .lu-select-value{height:auto;align-items:center}:host(.mod-multiple).mod-multipleView:not(.mod-singleLine) .lu-select-display-wrapper{overflow:hidden;white-space:normal;margin-bottom:-.25rem}:host-context(.textfield-input.is-filled) .lu-select-placeholder{display:none}:host-context(.textfield-input.is-filled) .lu-select-value{display:flex}:host-context(.textfield-input.is-clearable) .lu-select-value{padding-right:2.5rem}:host-context(.textfield-input.is-error):after{color:var(--palettes-error-700)}:host-context(.textfield-input.is-error) .lu-select-placeholder{color:var(--palettes-error-200)}: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 });
409
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuSelectInputComponent, decorators: [{
409
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuSelectInputComponent, decorators: [{
410
410
  type: Component,
411
411
  args: [{ selector: 'lu-select', changeDetection: ChangeDetectionStrategy.OnPush, providers: [
412
412
  {
@@ -428,10 +428,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImpor
428
428
 
429
429
  class LuSelectInputModule {
430
430
  }
431
- LuSelectInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuSelectInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
432
- LuSelectInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: LuSelectInputModule, declarations: [LuSelectInputComponent], imports: [CommonModule, OverlayModule], exports: [LuSelectInputComponent] });
433
- LuSelectInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuSelectInputModule, imports: [CommonModule, OverlayModule] });
434
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuSelectInputModule, decorators: [{
431
+ LuSelectInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuSelectInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
432
+ LuSelectInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.5", ngImport: i0, type: LuSelectInputModule, declarations: [LuSelectInputComponent], imports: [CommonModule, OverlayModule], exports: [LuSelectInputComponent] });
433
+ LuSelectInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuSelectInputModule, imports: [CommonModule, OverlayModule] });
434
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuSelectInputModule, decorators: [{
435
435
  type: NgModule,
436
436
  args: [{
437
437
  imports: [CommonModule, OverlayModule],
@@ -442,10 +442,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImpor
442
442
 
443
443
  class LuSelectModule {
444
444
  }
445
- LuSelectModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
446
- LuSelectModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: LuSelectModule, imports: [LuSelectInputModule], exports: [LuSelectInputModule] });
447
- LuSelectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuSelectModule, imports: [LuSelectInputModule, LuSelectInputModule] });
448
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuSelectModule, decorators: [{
445
+ LuSelectModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
446
+ LuSelectModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.5", ngImport: i0, type: LuSelectModule, imports: [LuSelectInputModule], exports: [LuSelectInputModule] });
447
+ LuSelectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuSelectModule, imports: [LuSelectInputModule, LuSelectInputModule] });
448
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuSelectModule, decorators: [{
449
449
  type: NgModule,
450
450
  args: [{
451
451
  imports: [LuSelectInputModule],