@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
@@ -3,10 +3,10 @@ import { LuForTreeOptionsDirective } from './for-tree-options.directive';
3
3
  import * as i0 from "@angular/core";
4
4
  export class LuForTreeOptionsModule {
5
5
  }
6
- LuForTreeOptionsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuForTreeOptionsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- LuForTreeOptionsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: LuForTreeOptionsModule, declarations: [LuForTreeOptionsDirective], exports: [LuForTreeOptionsDirective] });
8
- LuForTreeOptionsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuForTreeOptionsModule });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuForTreeOptionsModule, decorators: [{
6
+ LuForTreeOptionsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuForTreeOptionsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ LuForTreeOptionsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.5", ngImport: i0, type: LuForTreeOptionsModule, declarations: [LuForTreeOptionsDirective], exports: [LuForTreeOptionsDirective] });
8
+ LuForTreeOptionsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuForTreeOptionsModule });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuForTreeOptionsModule, decorators: [{
10
10
  type: NgModule,
11
11
  args: [{
12
12
  imports: [],
@@ -7,10 +7,10 @@ import { LuForGroupsModule } from './for-groups/index';
7
7
  import * as i0 from "@angular/core";
8
8
  export class LuOptionOperatorModule {
9
9
  }
10
- LuOptionOperatorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionOperatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- LuOptionOperatorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: LuOptionOperatorModule, imports: [LuOptionPagerModule, LuOptionFeederModule, LuOptionSearcherModule, LuForOptionsModule, LuForGroupsModule], exports: [LuOptionPagerModule, LuOptionFeederModule, LuOptionSearcherModule, LuForOptionsModule, LuForGroupsModule] });
12
- LuOptionOperatorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionOperatorModule, imports: [LuOptionPagerModule, LuOptionFeederModule, LuOptionSearcherModule, LuForOptionsModule, LuForGroupsModule, LuOptionPagerModule, LuOptionFeederModule, LuOptionSearcherModule, LuForOptionsModule, LuForGroupsModule] });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionOperatorModule, decorators: [{
10
+ LuOptionOperatorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionOperatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ LuOptionOperatorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.5", ngImport: i0, type: LuOptionOperatorModule, imports: [LuOptionPagerModule, LuOptionFeederModule, LuOptionSearcherModule, LuForOptionsModule, LuForGroupsModule], exports: [LuOptionPagerModule, LuOptionFeederModule, LuOptionSearcherModule, LuForOptionsModule, LuForGroupsModule] });
12
+ LuOptionOperatorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionOperatorModule, imports: [LuOptionPagerModule, LuOptionFeederModule, LuOptionSearcherModule, LuForOptionsModule, LuForGroupsModule, LuOptionPagerModule, LuOptionFeederModule, LuOptionSearcherModule, LuForOptionsModule, LuForGroupsModule] });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionOperatorModule, decorators: [{
14
14
  type: NgModule,
15
15
  args: [{
16
16
  imports: [LuOptionPagerModule, LuOptionFeederModule, LuOptionSearcherModule, LuForOptionsModule, LuForGroupsModule],
@@ -22,8 +22,8 @@ export class LuOptionPagerComponent extends ALuOptionOperator {
22
22
  this.next();
23
23
  }
24
24
  }
25
- LuOptionPagerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionPagerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
26
- LuOptionPagerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: LuOptionPagerComponent, selector: "lu-option-pager", providers: [
25
+ LuOptionPagerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionPagerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
26
+ LuOptionPagerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", type: LuOptionPagerComponent, selector: "lu-option-pager", providers: [
27
27
  {
28
28
  provide: ALuOptionOperator,
29
29
  useExisting: forwardRef(() => LuOptionPagerComponent),
@@ -35,7 +35,7 @@ LuOptionPagerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
35
35
  multi: true,
36
36
  },
37
37
  ], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionPagerComponent, decorators: [{
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionPagerComponent, decorators: [{
39
39
  type: Component,
40
40
  args: [{ selector: 'lu-option-pager', template: '', changeDetection: ChangeDetectionStrategy.OnPush, providers: [
41
41
  {
@@ -3,10 +3,10 @@ import { LuOptionPagerComponent } from './option-pager.component';
3
3
  import * as i0 from "@angular/core";
4
4
  export class LuOptionPagerModule {
5
5
  }
6
- LuOptionPagerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionPagerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- LuOptionPagerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: LuOptionPagerModule, declarations: [LuOptionPagerComponent], exports: [LuOptionPagerComponent] });
8
- LuOptionPagerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionPagerModule });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionPagerModule, decorators: [{
6
+ LuOptionPagerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionPagerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ LuOptionPagerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.5", ngImport: i0, type: LuOptionPagerModule, declarations: [LuOptionPagerComponent], exports: [LuOptionPagerComponent] });
8
+ LuOptionPagerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionPagerModule });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionPagerModule, decorators: [{
10
10
  type: NgModule,
11
11
  args: [{
12
12
  declarations: [LuOptionPagerComponent],
@@ -40,8 +40,8 @@ export class LuTreeOptionPagerComponent extends ALuTreeOptionOperator {
40
40
  .filter((t) => !!t);
41
41
  }
42
42
  }
43
- LuTreeOptionPagerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuTreeOptionPagerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
44
- LuTreeOptionPagerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: LuTreeOptionPagerComponent, selector: "lu-tree-option-pager", providers: [
43
+ LuTreeOptionPagerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuTreeOptionPagerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
44
+ LuTreeOptionPagerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", type: LuTreeOptionPagerComponent, selector: "lu-tree-option-pager", providers: [
45
45
  {
46
46
  provide: ALuTreeOptionOperator,
47
47
  useExisting: forwardRef(() => LuTreeOptionPagerComponent),
@@ -53,7 +53,7 @@ LuTreeOptionPagerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0
53
53
  multi: true,
54
54
  },
55
55
  ], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
56
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuTreeOptionPagerComponent, decorators: [{
56
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuTreeOptionPagerComponent, decorators: [{
57
57
  type: Component,
58
58
  args: [{ selector: 'lu-tree-option-pager', template: '', changeDetection: ChangeDetectionStrategy.OnPush, providers: [
59
59
  {
@@ -3,10 +3,10 @@ import { LuTreeOptionPagerComponent } from './tree-option-pager.component';
3
3
  import * as i0 from "@angular/core";
4
4
  export class LuTreeOptionPagerModule {
5
5
  }
6
- LuTreeOptionPagerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuTreeOptionPagerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- LuTreeOptionPagerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: LuTreeOptionPagerModule, declarations: [LuTreeOptionPagerComponent], exports: [LuTreeOptionPagerComponent] });
8
- LuTreeOptionPagerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuTreeOptionPagerModule });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuTreeOptionPagerModule, decorators: [{
6
+ LuTreeOptionPagerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuTreeOptionPagerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ LuTreeOptionPagerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.5", ngImport: i0, type: LuTreeOptionPagerModule, declarations: [LuTreeOptionPagerComponent], exports: [LuTreeOptionPagerComponent] });
8
+ LuTreeOptionPagerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuTreeOptionPagerModule });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuTreeOptionPagerModule, decorators: [{
10
10
  type: NgModule,
11
11
  args: [{
12
12
  imports: [],
@@ -29,8 +29,8 @@ export class LuOptionSearcherComponent extends ALuOptionOperator {
29
29
  this.searchControl.setValue('');
30
30
  }
31
31
  }
32
- LuOptionSearcherComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionSearcherComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
33
- LuOptionSearcherComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: LuOptionSearcherComponent, selector: "lu-option-searcher", inputs: { searchFn: "searchFn" }, providers: [
32
+ LuOptionSearcherComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionSearcherComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
33
+ LuOptionSearcherComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", type: LuOptionSearcherComponent, selector: "lu-option-searcher", inputs: { searchFn: "searchFn" }, providers: [
34
34
  {
35
35
  provide: ALuOptionOperator,
36
36
  useExisting: forwardRef(() => LuOptionSearcherComponent),
@@ -42,7 +42,7 @@ LuOptionSearcherComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.
42
42
  multi: true,
43
43
  },
44
44
  ], viewQueries: [{ propertyName: "searchInput", first: true, predicate: ["searchInput"], descendants: true, read: ElementRef, static: true }], usesInheritance: true, ngImport: i0, template: "<div class=\"textfield mod-search\">\r\n\t<input #searchInput class=\"textfield-input\" [formControl]=\"searchControl\" />\r\n</div>\r\n\r\n<lu-option-placeholder *ngIf=\"empty$ | async\" (onClear)=\"resetClue()\"></lu-option-placeholder>\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)}.textfield.mod-search{width:100%}.textfield-input{border-radius:0;box-shadow:none;background-color:var(--colors-white-color);border-bottom:var(--commons-divider-width) solid var(--commons-divider-color)}.textfield-input:hover{background-color:var(--palettes-grey-50)}.textfield-input:focus{background-color:var(--colors-white-color);border-bottom-color:var(--palettes-primary-600)}.checkbox.mod-formerEmployee{padding:var(--spacings-smallest) var(--components-options-item-padding-horizontal);border-bottom:var(--commons-divider-width) solid var(--commons-divider-color);background-color:var(--palettes-grey-50);font-style:italic}\n"], dependencies: [{ kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.LuOptionPlaceholderComponent, selector: "lu-option-placeholder", outputs: ["onClear"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
45
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionSearcherComponent, decorators: [{
45
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionSearcherComponent, decorators: [{
46
46
  type: Component,
47
47
  args: [{ selector: 'lu-option-searcher', changeDetection: ChangeDetectionStrategy.OnPush, providers: [
48
48
  {
@@ -6,10 +6,10 @@ import { LuOptionPlaceholderModule } from '../../placeholder/index';
6
6
  import * as i0 from "@angular/core";
7
7
  export class LuOptionSearcherModule {
8
8
  }
9
- LuOptionSearcherModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionSearcherModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- LuOptionSearcherModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: LuOptionSearcherModule, declarations: [LuOptionSearcherComponent], imports: [ReactiveFormsModule, CommonModule, LuOptionPlaceholderModule], exports: [LuOptionSearcherComponent] });
11
- LuOptionSearcherModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionSearcherModule, imports: [ReactiveFormsModule, CommonModule, LuOptionPlaceholderModule] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionSearcherModule, decorators: [{
9
+ LuOptionSearcherModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionSearcherModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
+ LuOptionSearcherModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.5", ngImport: i0, type: LuOptionSearcherModule, declarations: [LuOptionSearcherComponent], imports: [ReactiveFormsModule, CommonModule, LuOptionPlaceholderModule], exports: [LuOptionSearcherComponent] });
11
+ LuOptionSearcherModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionSearcherModule, imports: [ReactiveFormsModule, CommonModule, LuOptionPlaceholderModule] });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionSearcherModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  imports: [ReactiveFormsModule, CommonModule, LuOptionPlaceholderModule],
@@ -46,8 +46,8 @@ export class LuTreeOptionSearcherComponent extends ALuTreeOptionOperator {
46
46
  this.searchControl.setValue('');
47
47
  }
48
48
  }
49
- LuTreeOptionSearcherComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuTreeOptionSearcherComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
50
- LuTreeOptionSearcherComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: LuTreeOptionSearcherComponent, selector: "lu-tree-option-searcher", inputs: { searchFn: "searchFn" }, providers: [
49
+ LuTreeOptionSearcherComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuTreeOptionSearcherComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
50
+ LuTreeOptionSearcherComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", type: LuTreeOptionSearcherComponent, selector: "lu-tree-option-searcher", inputs: { searchFn: "searchFn" }, providers: [
51
51
  {
52
52
  provide: ALuTreeOptionOperator,
53
53
  useExisting: forwardRef(() => LuTreeOptionSearcherComponent),
@@ -59,7 +59,7 @@ LuTreeOptionSearcherComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "1
59
59
  multi: true,
60
60
  },
61
61
  ], viewQueries: [{ propertyName: "searchInput", first: true, predicate: ["searchInput"], descendants: true, read: ElementRef, static: true }], usesInheritance: true, ngImport: i0, template: "<div class=\"textfield mod-search\">\r\n\t<input #searchInput class=\"textfield-input\" [formControl]=\"searchControl\" />\r\n</div>\r\n\r\n<lu-option-placeholder *ngIf=\"empty$ | async\" (onClear)=\"resetClue()\"></lu-option-placeholder>\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)}.textfield.mod-search{width:100%}.textfield-input{border-radius:0;box-shadow:none;background-color:var(--colors-white-color);border-bottom:var(--commons-divider-width) solid var(--commons-divider-color)}.textfield-input:hover{background-color:var(--palettes-grey-50)}.textfield-input:focus{background-color:var(--colors-white-color);border-bottom-color:var(--palettes-primary-600)}.checkbox.mod-formerEmployee{padding:var(--spacings-smallest) var(--components-options-item-padding-horizontal);border-bottom:var(--commons-divider-width) solid var(--commons-divider-color);background-color:var(--palettes-grey-50);font-style:italic}\n"], dependencies: [{ kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.LuOptionPlaceholderComponent, selector: "lu-option-placeholder", outputs: ["onClear"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
62
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuTreeOptionSearcherComponent, decorators: [{
62
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuTreeOptionSearcherComponent, decorators: [{
63
63
  type: Component,
64
64
  args: [{ selector: 'lu-tree-option-searcher', changeDetection: ChangeDetectionStrategy.OnPush, providers: [
65
65
  {
@@ -6,10 +6,10 @@ import { LuOptionPlaceholderModule } from '../../placeholder/index';
6
6
  import * as i0 from "@angular/core";
7
7
  export class LuTreeOptionSearcherModule {
8
8
  }
9
- LuTreeOptionSearcherModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuTreeOptionSearcherModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- LuTreeOptionSearcherModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: LuTreeOptionSearcherModule, declarations: [LuTreeOptionSearcherComponent], imports: [ReactiveFormsModule, CommonModule, LuOptionPlaceholderModule], exports: [LuTreeOptionSearcherComponent] });
11
- LuTreeOptionSearcherModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuTreeOptionSearcherModule, imports: [ReactiveFormsModule, CommonModule, LuOptionPlaceholderModule] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuTreeOptionSearcherModule, decorators: [{
9
+ LuTreeOptionSearcherModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuTreeOptionSearcherModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
+ LuTreeOptionSearcherModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.5", ngImport: i0, type: LuTreeOptionSearcherModule, declarations: [LuTreeOptionSearcherComponent], imports: [ReactiveFormsModule, CommonModule, LuOptionPlaceholderModule], exports: [LuTreeOptionSearcherComponent] });
11
+ LuTreeOptionSearcherModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuTreeOptionSearcherModule, imports: [ReactiveFormsModule, CommonModule, LuOptionPlaceholderModule] });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuTreeOptionSearcherModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  imports: [ReactiveFormsModule, CommonModule, LuOptionPlaceholderModule],
@@ -6,10 +6,10 @@ import { LuTreeOptionPagerModule } from './pager/index';
6
6
  import * as i0 from "@angular/core";
7
7
  export class LuTreeOptionOperatorModule {
8
8
  }
9
- LuTreeOptionOperatorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuTreeOptionOperatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- LuTreeOptionOperatorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: LuTreeOptionOperatorModule, imports: [LuTreeOptionFeederModule, LuForTreeOptionsModule, LuTreeOptionPagerModule, LuTreeOptionSearcherModule], exports: [LuTreeOptionFeederModule, LuForTreeOptionsModule, LuTreeOptionPagerModule, LuTreeOptionSearcherModule] });
11
- LuTreeOptionOperatorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuTreeOptionOperatorModule, imports: [LuTreeOptionFeederModule, LuForTreeOptionsModule, LuTreeOptionPagerModule, LuTreeOptionSearcherModule, LuTreeOptionFeederModule, LuForTreeOptionsModule, LuTreeOptionPagerModule, LuTreeOptionSearcherModule] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuTreeOptionOperatorModule, decorators: [{
9
+ LuTreeOptionOperatorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuTreeOptionOperatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
+ LuTreeOptionOperatorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.5", ngImport: i0, type: LuTreeOptionOperatorModule, imports: [LuTreeOptionFeederModule, LuForTreeOptionsModule, LuTreeOptionPagerModule, LuTreeOptionSearcherModule], exports: [LuTreeOptionFeederModule, LuForTreeOptionsModule, LuTreeOptionPagerModule, LuTreeOptionSearcherModule] });
11
+ LuTreeOptionOperatorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuTreeOptionOperatorModule, imports: [LuTreeOptionFeederModule, LuForTreeOptionsModule, LuTreeOptionPagerModule, LuTreeOptionSearcherModule, LuTreeOptionFeederModule, LuForTreeOptionsModule, LuTreeOptionPagerModule, LuTreeOptionSearcherModule] });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuTreeOptionOperatorModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  imports: [LuTreeOptionFeederModule, LuForTreeOptionsModule, LuTreeOptionPagerModule, LuTreeOptionSearcherModule],
@@ -7,10 +7,10 @@ import { LuOptionPlaceholderModule } from './placeholder/index';
7
7
  import * as i0 from "@angular/core";
8
8
  export class LuOptionModule {
9
9
  }
10
- LuOptionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- LuOptionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: LuOptionModule, imports: [LuOptionItemModule, LuOptionPickerModule, LuOptionOperatorModule, LuOptionSelectorModule, LuOptionPlaceholderModule], exports: [LuOptionItemModule, LuOptionPickerModule, LuOptionOperatorModule, LuOptionSelectorModule, LuOptionPlaceholderModule] });
12
- LuOptionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionModule, imports: [LuOptionItemModule, LuOptionPickerModule, LuOptionOperatorModule, LuOptionSelectorModule, LuOptionPlaceholderModule, LuOptionItemModule, LuOptionPickerModule, LuOptionOperatorModule, LuOptionSelectorModule, LuOptionPlaceholderModule] });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionModule, decorators: [{
10
+ LuOptionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ LuOptionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.5", ngImport: i0, type: LuOptionModule, imports: [LuOptionItemModule, LuOptionPickerModule, LuOptionOperatorModule, LuOptionSelectorModule, LuOptionPlaceholderModule], exports: [LuOptionItemModule, LuOptionPickerModule, LuOptionOperatorModule, LuOptionSelectorModule, LuOptionPlaceholderModule] });
12
+ LuOptionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionModule, imports: [LuOptionItemModule, LuOptionPickerModule, LuOptionOperatorModule, LuOptionSelectorModule, LuOptionPlaceholderModule, LuOptionItemModule, LuOptionPickerModule, LuOptionOperatorModule, LuOptionSelectorModule, LuOptionPlaceholderModule] });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionModule, decorators: [{
14
14
  type: NgModule,
15
15
  args: [{
16
16
  imports: [LuOptionItemModule, LuOptionPickerModule, LuOptionOperatorModule, LuOptionSelectorModule, LuOptionPlaceholderModule],
@@ -93,9 +93,9 @@ export class ALuOptionPickerAdvancedComponent extends ALuOptionPickerComponent {
93
93
  this.initSelectors();
94
94
  }
95
95
  }
96
- ALuOptionPickerAdvancedComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: ALuOptionPickerAdvancedComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive });
97
- ALuOptionPickerAdvancedComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.2", type: ALuOptionPickerAdvancedComponent, queries: [{ propertyName: "operatorsQL", predicate: ALuOptionOperator, descendants: true }, { propertyName: "onOpenSubsQL", predicate: ALuOnOpenSubscriber, descendants: true }, { propertyName: "onCloseSubsQL", predicate: ALuOnCloseSubscriber, descendants: true }, { propertyName: "onScrollBottomSubsQL", predicate: ALuOnScrollBottomSubscriber, descendants: true }, { propertyName: "selectorsQL", predicate: ALuOptionSelector, descendants: true }], usesInheritance: true, ngImport: i0 });
98
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: ALuOptionPickerAdvancedComponent, decorators: [{
96
+ ALuOptionPickerAdvancedComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: ALuOptionPickerAdvancedComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive });
97
+ ALuOptionPickerAdvancedComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.5", type: ALuOptionPickerAdvancedComponent, queries: [{ propertyName: "operatorsQL", predicate: ALuOptionOperator, descendants: true }, { propertyName: "onOpenSubsQL", predicate: ALuOnOpenSubscriber, descendants: true }, { propertyName: "onCloseSubsQL", predicate: ALuOnCloseSubscriber, descendants: true }, { propertyName: "onScrollBottomSubsQL", predicate: ALuOnScrollBottomSubscriber, descendants: true }, { propertyName: "selectorsQL", predicate: ALuOptionSelector, descendants: true }], usesInheritance: true, ngImport: i0 });
98
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: ALuOptionPickerAdvancedComponent, decorators: [{
99
99
  type: Directive
100
100
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: Document, decorators: [{
101
101
  type: Inject,
@@ -124,14 +124,14 @@ export class LuOptionPickerAdvancedComponent extends ALuOptionPickerAdvancedComp
124
124
  super(_changeDetectorRef, document);
125
125
  }
126
126
  }
127
- LuOptionPickerAdvancedComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionPickerAdvancedComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Component });
128
- LuOptionPickerAdvancedComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: LuOptionPickerAdvancedComponent, selector: "lu-option-picker-advanced", providers: [
127
+ LuOptionPickerAdvancedComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionPickerAdvancedComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Component });
128
+ LuOptionPickerAdvancedComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", type: LuOptionPickerAdvancedComponent, selector: "lu-option-picker-advanced", providers: [
129
129
  {
130
130
  provide: ALuPickerPanel,
131
131
  useExisting: forwardRef(() => LuOptionPickerAdvancedComponent),
132
132
  },
133
133
  ], exportAs: ["LuOptionPickerAdvanced"], usesInheritance: true, ngImport: i0, template: "<ng-template>\r\n\t<div\r\n\t\tclass=\"lu-picker-panel lu-option-picker-panel\"\r\n\t\trole=\"dialog\"\r\n\t\t[ngClass]=\"panelClassesMap\"\r\n\t\t[class.mod-multiple]=\"multiple\"\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>\r\n\t\t<div\r\n\t\t\t[class.is-loading]=\"loading$ | async\"\r\n\t\t\tclass=\"lu-picker-content\"\r\n\t\t\t[ngClass]=\"contentClassesMap\"\r\n\t\t\t[cdkTrapFocus]=\"trapFocus\"\r\n\t\t\tluScroll\r\n\t\t\t(onScrollBottom)=\"onScrollBottom()\"\r\n\t\t>\r\n\t\t\t<ng-content></ng-content>\r\n\t\t\t<div *ngIf=\"loading$ | async\" class=\"loading lu-picker-loading\"></div>\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.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.LuScrollDirective, selector: "[luScroll]", inputs: ["debounceTime"], outputs: ["onScroll", "onScrollTop", "onScrollBottom", "onScrollLeft", "onScrollRight"], exportAs: ["luScroll"] }, { kind: "directive", type: i3.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }], animations: [luTransformPopover], changeDetection: i0.ChangeDetectionStrategy.OnPush });
134
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionPickerAdvancedComponent, decorators: [{
134
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionPickerAdvancedComponent, decorators: [{
135
135
  type: Component,
136
136
  args: [{ selector: 'lu-option-picker-advanced', changeDetection: ChangeDetectionStrategy.OnPush, animations: [luTransformPopover], exportAs: 'LuOptionPickerAdvanced', providers: [
137
137
  {
@@ -250,9 +250,9 @@ export class ALuOptionPickerComponent extends ALuOptionPicker {
250
250
  this.initItems();
251
251
  }
252
252
  }
253
- ALuOptionPickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: ALuOptionPickerComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive });
254
- ALuOptionPickerComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.2", type: ALuOptionPickerComponent, inputs: { inputPanelClasses: ["panel-classes", "inputPanelClasses"], inputContentClasses: ["content-classes", "inputContentClasses"], inputOptionComparer: ["option-comparer", "inputOptionComparer"] }, outputs: { close: "close", open: "open", hovered: "hovered", onSelectValue: "onSelectValue" }, queries: [{ propertyName: "optionsQL", predicate: ALuOptionItem, descendants: true }], viewQueries: [{ propertyName: "vcTemplateRef", first: true, predicate: TemplateRef, descendants: true, static: true }], usesInheritance: true, ngImport: i0 });
255
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: ALuOptionPickerComponent, decorators: [{
253
+ ALuOptionPickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: ALuOptionPickerComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive });
254
+ ALuOptionPickerComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.5", type: ALuOptionPickerComponent, inputs: { inputPanelClasses: ["panel-classes", "inputPanelClasses"], inputContentClasses: ["content-classes", "inputContentClasses"], inputOptionComparer: ["option-comparer", "inputOptionComparer"] }, outputs: { close: "close", open: "open", hovered: "hovered", onSelectValue: "onSelectValue" }, queries: [{ propertyName: "optionsQL", predicate: ALuOptionItem, descendants: true }], viewQueries: [{ propertyName: "vcTemplateRef", first: true, predicate: TemplateRef, descendants: true, static: true }], usesInheritance: true, ngImport: i0 });
255
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: ALuOptionPickerComponent, decorators: [{
256
256
  type: Directive
257
257
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: Document, decorators: [{
258
258
  type: Inject,
@@ -289,14 +289,14 @@ export class LuOptionPickerComponent extends ALuOptionPickerComponent {
289
289
  super(_changeDetectorRef, document);
290
290
  }
291
291
  }
292
- LuOptionPickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionPickerComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Component });
293
- LuOptionPickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: LuOptionPickerComponent, selector: "lu-option-picker", providers: [
292
+ LuOptionPickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionPickerComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Component });
293
+ LuOptionPickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", type: LuOptionPickerComponent, selector: "lu-option-picker", providers: [
294
294
  {
295
295
  provide: ALuPickerPanel,
296
296
  useExisting: forwardRef(() => LuOptionPickerComponent),
297
297
  },
298
298
  ], exportAs: ["LuOptionPicker"], usesInheritance: true, ngImport: i0, template: "<ng-template>\r\n\t<div\r\n\t\tclass=\"lu-picker-panel lu-option-picker-panel\"\r\n\t\trole=\"dialog\"\r\n\t\t[ngClass]=\"panelClassesMap\"\r\n\t\t[class.mod-multiple]=\"multiple\"\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>\r\n\t\t<div class=\"lu-picker-content\" [ngClass]=\"contentClassesMap\" [cdkTrapFocus]=\"trapFocus\">\r\n\t\t\t<ng-content></ng-content>\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: i2.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }], animations: [luTransformPopover], changeDetection: i0.ChangeDetectionStrategy.OnPush });
299
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionPickerComponent, decorators: [{
299
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionPickerComponent, decorators: [{
300
300
  type: Component,
301
301
  args: [{ selector: 'lu-option-picker', changeDetection: ChangeDetectionStrategy.OnPush, animations: [luTransformPopover], exportAs: 'LuOptionPicker', providers: [
302
302
  {
@@ -9,10 +9,10 @@ import { LuOptionPickerComponent } from './option-picker.component';
9
9
  import * as i0 from "@angular/core";
10
10
  export class LuOptionPickerModule {
11
11
  }
12
- LuOptionPickerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionPickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
- LuOptionPickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: LuOptionPickerModule, declarations: [LuOptionPickerComponent, LuOptionPickerAdvancedComponent], imports: [CommonModule, OverlayModule, LuOptionItemModule, LuScrollModule, A11yModule], exports: [LuOptionPickerComponent, LuOptionPickerAdvancedComponent, LuOptionItemModule] });
14
- LuOptionPickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionPickerModule, imports: [CommonModule, OverlayModule, LuOptionItemModule, LuScrollModule, A11yModule, LuOptionItemModule] });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionPickerModule, decorators: [{
12
+ LuOptionPickerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionPickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
+ LuOptionPickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.5", ngImport: i0, type: LuOptionPickerModule, declarations: [LuOptionPickerComponent, LuOptionPickerAdvancedComponent], imports: [CommonModule, OverlayModule, LuOptionItemModule, LuScrollModule, A11yModule], exports: [LuOptionPickerComponent, LuOptionPickerAdvancedComponent, LuOptionItemModule] });
14
+ LuOptionPickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionPickerModule, imports: [CommonModule, OverlayModule, LuOptionItemModule, LuScrollModule, A11yModule, LuOptionItemModule] });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionPickerModule, decorators: [{
16
16
  type: NgModule,
17
17
  args: [{
18
18
  imports: [CommonModule, OverlayModule, LuOptionItemModule, LuScrollModule, A11yModule],
@@ -87,9 +87,9 @@ export class ALuTreeOptionPickerAdvancedComponent extends ALuTreeOptionPickerCom
87
87
  this.initSelectors();
88
88
  }
89
89
  }
90
- ALuTreeOptionPickerAdvancedComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: ALuTreeOptionPickerAdvancedComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive });
91
- ALuTreeOptionPickerAdvancedComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.2", type: ALuTreeOptionPickerAdvancedComponent, queries: [{ propertyName: "operatorsQL", predicate: ALuTreeOptionOperator, descendants: true }, { propertyName: "onOpenSubsQL", predicate: ALuOnOpenSubscriber, descendants: true }, { propertyName: "onCloseSubsQL", predicate: ALuOnCloseSubscriber, descendants: true }, { propertyName: "onScrollBottomSubsQL", predicate: ALuOnScrollBottomSubscriber, descendants: true }, { propertyName: "selectorsQL", predicate: ALuTreeOptionSelector, descendants: true }], usesInheritance: true, ngImport: i0 });
92
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: ALuTreeOptionPickerAdvancedComponent, decorators: [{
90
+ ALuTreeOptionPickerAdvancedComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: ALuTreeOptionPickerAdvancedComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive });
91
+ ALuTreeOptionPickerAdvancedComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.5", type: ALuTreeOptionPickerAdvancedComponent, queries: [{ propertyName: "operatorsQL", predicate: ALuTreeOptionOperator, descendants: true }, { propertyName: "onOpenSubsQL", predicate: ALuOnOpenSubscriber, descendants: true }, { propertyName: "onCloseSubsQL", predicate: ALuOnCloseSubscriber, descendants: true }, { propertyName: "onScrollBottomSubsQL", predicate: ALuOnScrollBottomSubscriber, descendants: true }, { propertyName: "selectorsQL", predicate: ALuTreeOptionSelector, descendants: true }], usesInheritance: true, ngImport: i0 });
92
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: ALuTreeOptionPickerAdvancedComponent, decorators: [{
93
93
  type: Directive
94
94
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: Document, decorators: [{
95
95
  type: Inject,
@@ -118,14 +118,14 @@ export class LuTreeOptionPickerAdvancedComponent extends ALuTreeOptionPickerAdva
118
118
  super(_changeDetectorRef, document);
119
119
  }
120
120
  }
121
- LuTreeOptionPickerAdvancedComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuTreeOptionPickerAdvancedComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Component });
122
- LuTreeOptionPickerAdvancedComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: LuTreeOptionPickerAdvancedComponent, selector: "lu-tree-option-picker-advanced", providers: [
121
+ LuTreeOptionPickerAdvancedComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuTreeOptionPickerAdvancedComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Component });
122
+ LuTreeOptionPickerAdvancedComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", type: LuTreeOptionPickerAdvancedComponent, selector: "lu-tree-option-picker-advanced", providers: [
123
123
  {
124
124
  provide: ALuPickerPanel,
125
125
  useExisting: forwardRef(() => LuTreeOptionPickerAdvancedComponent),
126
126
  },
127
127
  ], exportAs: ["LuOptionPicker"], usesInheritance: true, ngImport: i0, template: "<ng-template>\r\n\t<div\r\n\t\tclass=\"lu-picker-panel lu-tree-option-picker-panel\"\r\n\t\trole=\"dialog\"\r\n\t\t[ngClass]=\"panelClassesMap\"\r\n\t\t[class.mod-multiple]=\"multiple\"\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>\r\n\t\t<div class=\"lu-picker-content\" [ngClass]=\"contentClassesMap\" [cdkTrapFocus]=\"trapFocus\" luScroll (onScrollBottom)=\"onScrollBottom()\">\r\n\t\t\t<ng-content [class.is-loading]=\"loading$ | async\"></ng-content>\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: i2.LuScrollDirective, selector: "[luScroll]", inputs: ["debounceTime"], outputs: ["onScroll", "onScrollTop", "onScrollBottom", "onScrollLeft", "onScrollRight"], exportAs: ["luScroll"] }, { kind: "directive", type: i3.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }], animations: [luTransformPopover], changeDetection: i0.ChangeDetectionStrategy.OnPush });
128
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuTreeOptionPickerAdvancedComponent, decorators: [{
128
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuTreeOptionPickerAdvancedComponent, decorators: [{
129
129
  type: Component,
130
130
  args: [{ selector: 'lu-tree-option-picker-advanced', changeDetection: ChangeDetectionStrategy.OnPush, animations: [luTransformPopover], exportAs: 'LuOptionPicker', providers: [
131
131
  {
@@ -121,9 +121,9 @@ export class ALuTreeOptionPickerComponent extends ALuOptionPickerComponent {
121
121
  this.initItems();
122
122
  }
123
123
  }
124
- ALuTreeOptionPickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: ALuTreeOptionPickerComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive });
125
- ALuTreeOptionPickerComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.2", type: ALuTreeOptionPickerComponent, queries: [{ propertyName: "optionsQL", predicate: ALuTreeOptionItem, descendants: true }, { propertyName: "optionsQLVR", predicate: ALuTreeOptionItem, descendants: true, read: ViewContainerRef }], usesInheritance: true, ngImport: i0 });
126
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: ALuTreeOptionPickerComponent, decorators: [{
124
+ ALuTreeOptionPickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: ALuTreeOptionPickerComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive });
125
+ ALuTreeOptionPickerComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.5", type: ALuTreeOptionPickerComponent, queries: [{ propertyName: "optionsQL", predicate: ALuTreeOptionItem, descendants: true }, { propertyName: "optionsQLVR", predicate: ALuTreeOptionItem, descendants: true, read: ViewContainerRef }], usesInheritance: true, ngImport: i0 });
126
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: ALuTreeOptionPickerComponent, decorators: [{
127
127
  type: Directive
128
128
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: Document, decorators: [{
129
129
  type: Inject,
@@ -146,14 +146,14 @@ export class LuTreeOptionPickerComponent extends ALuTreeOptionPickerComponent {
146
146
  super(_changeDetectorRef, document);
147
147
  }
148
148
  }
149
- LuTreeOptionPickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuTreeOptionPickerComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Component });
150
- LuTreeOptionPickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: LuTreeOptionPickerComponent, selector: "lu-tree-option-picker", providers: [
149
+ LuTreeOptionPickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuTreeOptionPickerComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Component });
150
+ LuTreeOptionPickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", type: LuTreeOptionPickerComponent, selector: "lu-tree-option-picker", providers: [
151
151
  {
152
152
  provide: ALuPickerPanel,
153
153
  useExisting: forwardRef(() => LuTreeOptionPickerComponent),
154
154
  },
155
155
  ], exportAs: ["LuTreeOptionPicker"], usesInheritance: true, ngImport: i0, template: "<ng-template>\r\n\t<div\r\n\t\tclass=\"lu-picker-panel lu-tree-option-picker-panel\"\r\n\t\trole=\"dialog\"\r\n\t\t[ngClass]=\"panelClassesMap\"\r\n\t\t[class.mod-multiple]=\"multiple\"\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>\r\n\t\t<div class=\"lu-picker-content\" [ngClass]=\"contentClassesMap\" [cdkTrapFocus]=\"trapFocus\">\r\n\t\t\t<ng-content></ng-content>\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: i2.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }], animations: [luTransformPopover], changeDetection: i0.ChangeDetectionStrategy.OnPush });
156
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuTreeOptionPickerComponent, decorators: [{
156
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuTreeOptionPickerComponent, decorators: [{
157
157
  type: Component,
158
158
  args: [{ selector: 'lu-tree-option-picker', changeDetection: ChangeDetectionStrategy.OnPush, animations: [luTransformPopover], exportAs: 'LuTreeOptionPicker', providers: [
159
159
  {
@@ -8,10 +8,10 @@ import { LuTreeOptionPickerAdvancedComponent } from './tree-option-picker-advanc
8
8
  import * as i0 from "@angular/core";
9
9
  export class LuTreeOptionPickerModule {
10
10
  }
11
- LuTreeOptionPickerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuTreeOptionPickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
- LuTreeOptionPickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: LuTreeOptionPickerModule, declarations: [LuTreeOptionPickerComponent, LuTreeOptionPickerAdvancedComponent], imports: [CommonModule, OverlayModule, LuScrollModule, A11yModule], exports: [LuTreeOptionPickerComponent, LuTreeOptionPickerAdvancedComponent] });
13
- LuTreeOptionPickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuTreeOptionPickerModule, imports: [CommonModule, OverlayModule, LuScrollModule, A11yModule] });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuTreeOptionPickerModule, decorators: [{
11
+ LuTreeOptionPickerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuTreeOptionPickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
+ LuTreeOptionPickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.5", ngImport: i0, type: LuTreeOptionPickerModule, declarations: [LuTreeOptionPickerComponent, LuTreeOptionPickerAdvancedComponent], imports: [CommonModule, OverlayModule, LuScrollModule, A11yModule], exports: [LuTreeOptionPickerComponent, LuTreeOptionPickerAdvancedComponent] });
13
+ LuTreeOptionPickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuTreeOptionPickerModule, imports: [CommonModule, OverlayModule, LuScrollModule, A11yModule] });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuTreeOptionPickerModule, decorators: [{
15
15
  type: NgModule,
16
16
  args: [{
17
17
  imports: [CommonModule, OverlayModule, LuScrollModule, A11yModule],
@@ -11,9 +11,9 @@ export class LuOptionPlaceholderComponent {
11
11
  this.onClear.emit();
12
12
  }
13
13
  }
14
- LuOptionPlaceholderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionPlaceholderComponent, deps: [{ token: LuOptionPlaceholderIntl }], target: i0.ɵɵFactoryTarget.Component });
15
- LuOptionPlaceholderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: LuOptionPlaceholderComponent, selector: "lu-option-placeholder", outputs: { onClear: "onClear" }, ngImport: i0, template: "<div class=\"optionPlaceholder\">\r\n\t<p class=\"optionPlaceholder-content u-marginBottomReset\">{{ intl.placeholderDescription }}</p>\r\n\t<button type=\"button\" class=\"link\" (click)=\"clear()\">{{ intl.placeholderAction }}</button>\r\n</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)}.optionPlaceholder{display:block;padding:var(--components-options-item-padding-vertical) var(--components-options-item-padding-horizontal);font-style:italic;color:var(--palettes-grey-600)}\n"] });
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionPlaceholderComponent, decorators: [{
14
+ LuOptionPlaceholderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionPlaceholderComponent, deps: [{ token: LuOptionPlaceholderIntl }], target: i0.ɵɵFactoryTarget.Component });
15
+ LuOptionPlaceholderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", type: LuOptionPlaceholderComponent, selector: "lu-option-placeholder", outputs: { onClear: "onClear" }, ngImport: i0, template: "<div class=\"optionPlaceholder\">\r\n\t<p class=\"optionPlaceholder-content u-marginBottomReset\">{{ intl.placeholderDescription }}</p>\r\n\t<button type=\"button\" class=\"link\" (click)=\"clear()\">{{ intl.placeholderAction }}</button>\r\n</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)}.optionPlaceholder{display:block;padding:var(--components-options-item-padding-vertical) var(--components-options-item-padding-horizontal);font-style:italic;color:var(--palettes-grey-600)}\n"] });
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionPlaceholderComponent, decorators: [{
17
17
  type: Component,
18
18
  args: [{ selector: 'lu-option-placeholder', template: "<div class=\"optionPlaceholder\">\r\n\t<p class=\"optionPlaceholder-content u-marginBottomReset\">{{ intl.placeholderDescription }}</p>\r\n\t<button type=\"button\" class=\"link\" (click)=\"clear()\">{{ intl.placeholderAction }}</button>\r\n</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)}.optionPlaceholder{display:block;padding:var(--components-options-item-padding-vertical) var(--components-options-item-padding-horizontal);font-style:italic;color:var(--palettes-grey-600)}\n"] }]
19
19
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
@@ -7,9 +7,9 @@ export class LuOptionPlaceholderIntl extends ALuIntl {
7
7
  super(translations, locale);
8
8
  }
9
9
  }
10
- LuOptionPlaceholderIntl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionPlaceholderIntl, deps: [{ token: LU_OPTION_PLACEHOLDER_TRANSLATIONS }, { token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Injectable });
11
- LuOptionPlaceholderIntl.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionPlaceholderIntl });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionPlaceholderIntl, decorators: [{
10
+ LuOptionPlaceholderIntl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionPlaceholderIntl, deps: [{ token: LU_OPTION_PLACEHOLDER_TRANSLATIONS }, { token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Injectable });
11
+ LuOptionPlaceholderIntl.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionPlaceholderIntl });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionPlaceholderIntl, decorators: [{
13
13
  type: Injectable
14
14
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
15
15
  type: Inject,
@@ -6,16 +6,16 @@ import { LU_OPTION_PLACEHOLDER_TRANSLATIONS } from './option-placeholder.token';
6
6
  import * as i0 from "@angular/core";
7
7
  export class LuOptionPlaceholderModule {
8
8
  }
9
- LuOptionPlaceholderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionPlaceholderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- LuOptionPlaceholderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: LuOptionPlaceholderModule, declarations: [LuOptionPlaceholderComponent], exports: [LuOptionPlaceholderComponent] });
11
- LuOptionPlaceholderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionPlaceholderModule, providers: [
9
+ LuOptionPlaceholderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionPlaceholderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
+ LuOptionPlaceholderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.5", ngImport: i0, type: LuOptionPlaceholderModule, declarations: [LuOptionPlaceholderComponent], exports: [LuOptionPlaceholderComponent] });
11
+ LuOptionPlaceholderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionPlaceholderModule, providers: [
12
12
  LuOptionPlaceholderIntl,
13
13
  {
14
14
  provide: LU_OPTION_PLACEHOLDER_TRANSLATIONS,
15
15
  useValue: luOptionPlaceholderTranslations,
16
16
  },
17
17
  ] });
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionPlaceholderModule, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionPlaceholderModule, decorators: [{
19
19
  type: NgModule,
20
20
  args: [{
21
21
  declarations: [LuOptionPlaceholderComponent],
@@ -26,8 +26,8 @@ export class LuOptionSelectAllComponent extends ALuOptionOperator {
26
26
  this._values = values;
27
27
  }
28
28
  }
29
- LuOptionSelectAllComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionSelectAllComponent, deps: [{ token: LuOptionSelectAllIntl }], target: i0.ɵɵFactoryTarget.Component });
30
- LuOptionSelectAllComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: LuOptionSelectAllComponent, selector: "lu-option-select-all", host: { properties: { "class.position-fixed": "this.fixed" } }, providers: [
29
+ LuOptionSelectAllComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionSelectAllComponent, deps: [{ token: LuOptionSelectAllIntl }], target: i0.ɵɵFactoryTarget.Component });
30
+ LuOptionSelectAllComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", type: LuOptionSelectAllComponent, selector: "lu-option-select-all", host: { properties: { "class.position-fixed": "this.fixed" } }, providers: [
31
31
  {
32
32
  provide: ALuOptionOperator,
33
33
  useExisting: forwardRef(() => LuOptionSelectAllComponent),
@@ -39,7 +39,7 @@ LuOptionSelectAllComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0
39
39
  multi: true,
40
40
  },
41
41
  ], usesInheritance: true, ngImport: i0, template: "<button type=\"button\" (click)=\"selectAll()\" class=\"link selectAll-button\">{{ intl.select }}</button>\r\n<button type=\"button\" (click)=\"deselectAll()\" class=\"link selectAll-button u-marginLeftSmaller\">{{ intl.deselect }}</button>\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 .selectAll-button{color:var(--palettes-grey-600);font-size:var(--sizes-small-font-size);outline:none}:host .selectAll-button:hover{color:var(--palettes-grey-800)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
42
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionSelectAllComponent, decorators: [{
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionSelectAllComponent, decorators: [{
43
43
  type: Component,
44
44
  args: [{ selector: 'lu-option-select-all', changeDetection: ChangeDetectionStrategy.OnPush, providers: [
45
45
  {
@@ -7,9 +7,9 @@ export class LuOptionSelectAllIntl extends ALuIntl {
7
7
  super(translations, locale);
8
8
  }
9
9
  }
10
- LuOptionSelectAllIntl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionSelectAllIntl, deps: [{ token: LU_OPTION_SELECT_ALL_TRANSLATIONS }, { token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Injectable });
11
- LuOptionSelectAllIntl.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionSelectAllIntl });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionSelectAllIntl, decorators: [{
10
+ LuOptionSelectAllIntl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionSelectAllIntl, deps: [{ token: LU_OPTION_SELECT_ALL_TRANSLATIONS }, { token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Injectable });
11
+ LuOptionSelectAllIntl.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionSelectAllIntl });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionSelectAllIntl, decorators: [{
13
13
  type: Injectable
14
14
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
15
15
  type: Inject,
@@ -6,16 +6,16 @@ import { LU_OPTION_SELECT_ALL_TRANSLATIONS } from './select-all.token';
6
6
  import * as i0 from "@angular/core";
7
7
  export class LuOptionSelectAllModule {
8
8
  }
9
- LuOptionSelectAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionSelectAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- LuOptionSelectAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: LuOptionSelectAllModule, declarations: [LuOptionSelectAllComponent], exports: [LuOptionSelectAllComponent] });
11
- LuOptionSelectAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionSelectAllModule, providers: [
9
+ LuOptionSelectAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionSelectAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
+ LuOptionSelectAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.5", ngImport: i0, type: LuOptionSelectAllModule, declarations: [LuOptionSelectAllComponent], exports: [LuOptionSelectAllComponent] });
11
+ LuOptionSelectAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionSelectAllModule, providers: [
12
12
  {
13
13
  provide: LU_OPTION_SELECT_ALL_TRANSLATIONS,
14
14
  useValue: luOptionSelectAllTranslations,
15
15
  },
16
16
  LuOptionSelectAllIntl,
17
17
  ] });
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: LuOptionSelectAllModule, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: LuOptionSelectAllModule, decorators: [{
19
19
  type: NgModule,
20
20
  args: [{
21
21
  declarations: [LuOptionSelectAllComponent],