@lucca-front/ng 9.0.0-alpha.5 → 9.0.0-alpha.6

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 (568) hide show
  1. package/animations/index.d.ts +5 -1
  2. package/animations/public-api.d.ts +1 -1
  3. package/api/index.d.ts +5 -1
  4. package/api/lib/select/feeder/api-feeder.component.d.ts +1 -1
  5. package/api/lib/select/input/api-select-input.component.d.ts +1 -1
  6. package/api/lib/select/pager/api-pager.component.d.ts +1 -1
  7. package/api/lib/select/searcher/api-searcher.component.d.ts +2 -2
  8. package/api/public-api.d.ts +1 -1
  9. package/core/index.d.ts +5 -1
  10. package/core/public-api.d.ts +1 -1
  11. package/date/index.d.ts +5 -1
  12. package/date/lib/adapter/date-adapter.pipe.d.ts +1 -1
  13. package/date/lib/calendar/calendar-input.component.d.ts +1 -1
  14. package/date/lib/input/date-input.directive.d.ts +1 -1
  15. package/date/lib/picker/date-picker.component.d.ts +1 -1
  16. package/date/lib/select/date-select-input.component.d.ts +1 -1
  17. package/date/public-api.d.ts +1 -1
  18. package/department/index.d.ts +5 -1
  19. package/department/lib/select/feeder/department-feeder.component.d.ts +1 -1
  20. package/department/lib/select/input/department-select-input.component.d.ts +1 -1
  21. package/department/public-api.d.ts +1 -1
  22. package/dropdown/{lucca-front-ng-dropdown.d.ts → index.d.ts} +0 -0
  23. package/dropdown/lib/item/dropdown-item.directive.d.ts +1 -1
  24. package/dropdown/lib/panel/dropdown-panel.component.d.ts +1 -1
  25. package/dropdown/lib/trigger/dropdown-trigger.directive.d.ts +1 -1
  26. package/esm2020/animations/public-api.mjs +2 -2
  27. package/esm2020/api/lib/api.module.mjs +5 -5
  28. package/esm2020/api/lib/select/api-select.module.mjs +5 -5
  29. package/esm2020/api/lib/select/feeder/api-feeder.component.mjs +4 -4
  30. package/esm2020/api/lib/select/feeder/api-feeder.module.mjs +5 -5
  31. package/esm2020/api/lib/select/input/api-select-input.component.mjs +8 -8
  32. package/esm2020/api/lib/select/input/api-select-input.module.mjs +5 -5
  33. package/esm2020/api/lib/select/pager/api-pager.component.mjs +4 -4
  34. package/esm2020/api/lib/select/pager/api-pager.module.mjs +5 -5
  35. package/esm2020/api/lib/select/searcher/api-searcher.component.mjs +13 -13
  36. package/esm2020/api/lib/select/searcher/api-searcher.module.mjs +5 -5
  37. package/esm2020/api/lib/service/api-hybrid.service.mjs +3 -3
  38. package/esm2020/api/lib/service/api-v3.service.mjs +3 -3
  39. package/esm2020/api/lib/service/api-v4.service.mjs +3 -3
  40. package/esm2020/api/public-api.mjs +2 -2
  41. package/esm2020/core/lib/date/native/native-date.adapter.mjs +3 -3
  42. package/esm2020/core/lib/date/string/string-date.adapter.mjs +3 -3
  43. package/esm2020/core/public-api.mjs +2 -2
  44. package/esm2020/date/lib/adapter/date-adapter.module.mjs +4 -4
  45. package/esm2020/date/lib/adapter/date-adapter.pipe.mjs +3 -3
  46. package/esm2020/date/lib/calendar/calendar-input.component.mjs +5 -5
  47. package/esm2020/date/lib/calendar/calendar-input.module.mjs +5 -5
  48. package/esm2020/date/lib/calendar/calendar-item.factory.mjs +3 -3
  49. package/esm2020/date/lib/date.module.mjs +5 -5
  50. package/esm2020/date/lib/input/date-input.directive.mjs +3 -3
  51. package/esm2020/date/lib/input/date-input.intl.mjs +3 -3
  52. package/esm2020/date/lib/input/date-input.module.mjs +5 -5
  53. package/esm2020/date/lib/picker/date-picker.component.mjs +8 -8
  54. package/esm2020/date/lib/picker/date-picker.module.mjs +5 -5
  55. package/esm2020/date/lib/select/date-select-input.component.mjs +7 -7
  56. package/esm2020/date/lib/select/date-select-input.intl.mjs +3 -3
  57. package/esm2020/date/lib/select/date-select-input.module.mjs +6 -6
  58. package/esm2020/date/public-api.mjs +2 -2
  59. package/esm2020/department/lib/department.module.mjs +5 -5
  60. package/esm2020/department/lib/select/department-select.module.mjs +5 -5
  61. package/esm2020/department/lib/select/feeder/department-feeder.component.mjs +4 -4
  62. package/esm2020/department/lib/select/feeder/department-feeder.module.mjs +5 -5
  63. package/esm2020/department/lib/select/input/department-select-input.component.mjs +8 -8
  64. package/esm2020/department/lib/select/input/department-select-input.intl.mjs +3 -3
  65. package/esm2020/department/lib/select/input/department-select-input.module.mjs +14 -16
  66. package/esm2020/department/lib/service/department-v3.service.mjs +3 -3
  67. package/esm2020/department/public-api.mjs +2 -2
  68. package/esm2020/dropdown/lib/dropdown.module.mjs +5 -5
  69. package/esm2020/dropdown/lib/item/dropdown-item.directive.mjs +3 -3
  70. package/esm2020/dropdown/lib/item/dropdown-item.module.mjs +5 -5
  71. package/esm2020/dropdown/lib/panel/dropdown-panel.component.mjs +4 -4
  72. package/esm2020/dropdown/lib/panel/dropdown-panel.module.mjs +5 -5
  73. package/esm2020/dropdown/lib/trigger/dropdown-trigger.directive.mjs +3 -3
  74. package/esm2020/dropdown/lib/trigger/dropdown-trigger.module.mjs +5 -5
  75. package/esm2020/establishment/lib/establishment.module.mjs +5 -5
  76. package/esm2020/establishment/lib/select/establishment-select.module.mjs +5 -5
  77. package/esm2020/establishment/lib/select/for-legal-units/for-legal-units.directive.mjs +3 -3
  78. package/esm2020/establishment/lib/select/for-legal-units/for-legal-units.module.mjs +4 -4
  79. package/esm2020/establishment/lib/select/input/establishment-select-input.component.mjs +10 -10
  80. package/esm2020/establishment/lib/select/input/establishment-select-input.intl.mjs +3 -3
  81. package/esm2020/establishment/lib/select/input/establishment-select-input.module.mjs +6 -6
  82. package/esm2020/establishment/lib/select/legal-unit-selector/legal-unit-selector.directive.mjs +3 -3
  83. package/esm2020/establishment/lib/select/legal-unit-selector/legal-unit-selector.module.mjs +5 -5
  84. package/esm2020/establishment/lib/select/searcher/establishment-searcher.component.mjs +8 -8
  85. package/esm2020/establishment/lib/select/searcher/establishment-searcher.module.mjs +5 -5
  86. package/esm2020/establishment/lib/select/select-all/establishment-select-all.component.mjs +5 -5
  87. package/esm2020/establishment/lib/select/select-all/establishment-select-all.module.mjs +6 -6
  88. package/esm2020/establishment/lib/service/establishment.service.mjs +3 -3
  89. package/esm2020/establishment/lib/service/legal-unit.service.mjs +3 -3
  90. package/esm2020/establishment/public-api.mjs +2 -2
  91. package/esm2020/formly/lib/formly.module.mjs +17 -19
  92. package/esm2020/formly/lib/types/api.mjs +6 -6
  93. package/esm2020/formly/lib/types/checkbox.mjs +4 -4
  94. package/esm2020/formly/lib/types/date.mjs +6 -6
  95. package/esm2020/formly/lib/types/department.mjs +6 -6
  96. package/esm2020/formly/lib/types/establishment.mjs +6 -6
  97. package/esm2020/formly/lib/types/input.mjs +4 -4
  98. package/esm2020/formly/lib/types/qualification.mjs +6 -6
  99. package/esm2020/formly/lib/types/radios.mjs +4 -4
  100. package/esm2020/formly/lib/types/select.mjs +10 -10
  101. package/esm2020/formly/lib/types/textarea.mjs +4 -4
  102. package/esm2020/formly/lib/types/user.mjs +6 -6
  103. package/esm2020/formly/lib/wrappers/checkbox-layout.mjs +4 -4
  104. package/esm2020/formly/lib/wrappers/error.mjs +9 -9
  105. package/esm2020/formly/lib/wrappers/helper.mjs +4 -4
  106. package/esm2020/formly/lib/wrappers/icon.mjs +4 -4
  107. package/esm2020/formly/lib/wrappers/radiosfield-layout.mjs +4 -4
  108. package/esm2020/formly/lib/wrappers/suffix.mjs +4 -4
  109. package/esm2020/formly/lib/wrappers/textfield-layout.mjs +4 -4
  110. package/esm2020/formly/public-api.mjs +2 -2
  111. package/esm2020/input/lib/clearer/clearer.component.mjs +5 -5
  112. package/esm2020/input/lib/clearer/clearer.module.mjs +5 -5
  113. package/esm2020/input/lib/displayer/input-displayer.directive.mjs +3 -3
  114. package/esm2020/input/lib/displayer/input-displayer.module.mjs +5 -5
  115. package/esm2020/input/lib/input.directive.mjs +3 -3
  116. package/esm2020/input/lib/input.module.mjs +5 -5
  117. package/esm2020/input/public-api.mjs +2 -2
  118. package/esm2020/material/lib/module.mjs +4 -4
  119. package/esm2020/material/public-api.mjs +2 -2
  120. package/esm2020/modal/lib/modal-panel.component.mjs +15 -15
  121. package/esm2020/modal/lib/modal-ref.factory.mjs +3 -3
  122. package/esm2020/modal/lib/modal.intl.mjs +3 -3
  123. package/esm2020/modal/lib/modal.module.mjs +6 -7
  124. package/esm2020/modal/lib/modal.service.mjs +3 -3
  125. package/esm2020/modal/public-api.mjs +2 -2
  126. package/esm2020/number/lib/number.module.mjs +5 -5
  127. package/esm2020/number/lib/number.pipe.mjs +3 -3
  128. package/esm2020/number/public-api.mjs +2 -2
  129. package/esm2020/option/lib/item/option-item.component.mjs +5 -5
  130. package/esm2020/option/lib/item/option-item.module.mjs +4 -4
  131. package/esm2020/option/lib/item/tree-option-item.component.mjs +5 -5
  132. package/esm2020/option/lib/item/tree-option-item.intl.mjs +3 -3
  133. package/esm2020/option/lib/item/tree-option-item.module.mjs +6 -7
  134. package/esm2020/option/lib/operator/feeder/option-feeder.component.mjs +4 -4
  135. package/esm2020/option/lib/operator/feeder/option-feeder.module.mjs +5 -5
  136. package/esm2020/option/lib/operator/feeder/tree-option-feeder.component.mjs +4 -4
  137. package/esm2020/option/lib/operator/feeder/tree-option-feeder.module.mjs +4 -4
  138. package/esm2020/option/lib/operator/for-groups/for-groups.directive.mjs +3 -3
  139. package/esm2020/option/lib/operator/for-groups/for-groups.module.mjs +5 -5
  140. package/esm2020/option/lib/operator/for-options/for-options.directive.mjs +3 -3
  141. package/esm2020/option/lib/operator/for-options/for-options.module.mjs +5 -5
  142. package/esm2020/option/lib/operator/for-options/for-tree-options.directive.mjs +3 -3
  143. package/esm2020/option/lib/operator/for-options/for-tree-options.module.mjs +5 -5
  144. package/esm2020/option/lib/operator/option-operator.module.mjs +5 -5
  145. package/esm2020/option/lib/operator/pager/option-pager.component.mjs +4 -4
  146. package/esm2020/option/lib/operator/pager/option-pager.module.mjs +4 -4
  147. package/esm2020/option/lib/operator/pager/tree-option-pager.component.mjs +4 -4
  148. package/esm2020/option/lib/operator/pager/tree-option-pager.module.mjs +5 -5
  149. package/esm2020/option/lib/operator/searcher/option-searcher.component.mjs +8 -8
  150. package/esm2020/option/lib/operator/searcher/option-searcher.module.mjs +5 -5
  151. package/esm2020/option/lib/operator/searcher/tree-option-searcher.component.mjs +8 -8
  152. package/esm2020/option/lib/operator/searcher/tree-option-searcher.module.mjs +5 -5
  153. package/esm2020/option/lib/operator/tree-option-operator.module.mjs +5 -5
  154. package/esm2020/option/lib/option.module.mjs +5 -5
  155. package/esm2020/option/lib/picker/option-picker-advanced.component.mjs +8 -8
  156. package/esm2020/option/lib/picker/option-picker.component.mjs +8 -8
  157. package/esm2020/option/lib/picker/option-picker.module.mjs +5 -5
  158. package/esm2020/option/lib/picker/tree-option-picker-advanced.component.mjs +8 -8
  159. package/esm2020/option/lib/picker/tree-option-picker.component.mjs +8 -8
  160. package/esm2020/option/lib/picker/tree-option-picker.module.mjs +5 -5
  161. package/esm2020/option/lib/placeholder/option-placeholder.component.mjs +4 -4
  162. package/esm2020/option/lib/placeholder/option-placeholder.intl.mjs +3 -3
  163. package/esm2020/option/lib/placeholder/option-placeholder.module.mjs +4 -4
  164. package/esm2020/option/lib/selector/all/select-all.component.mjs +5 -5
  165. package/esm2020/option/lib/selector/all/select-all.intl.mjs +3 -3
  166. package/esm2020/option/lib/selector/all/select-all.module.mjs +4 -4
  167. package/esm2020/option/lib/selector/all/tree-select-all.component.mjs +5 -5
  168. package/esm2020/option/lib/selector/all/tree-select-all.module.mjs +4 -4
  169. package/esm2020/option/lib/selector/option-selector.module.mjs +5 -5
  170. package/esm2020/option/lib/selector/tree-option-selector.module.mjs +5 -5
  171. package/esm2020/option/lib/tree-option.module.mjs +5 -5
  172. package/esm2020/option/public-api.mjs +2 -2
  173. package/esm2020/picker/public-api.mjs +2 -2
  174. package/esm2020/popover/lib/panel/popover-panel.component.mjs +4 -4
  175. package/esm2020/popover/lib/panel/popover-panel.module.mjs +5 -5
  176. package/esm2020/popover/lib/popover.module.mjs +5 -5
  177. package/esm2020/popover/lib/target/popover-target.directive.mjs +3 -3
  178. package/esm2020/popover/lib/target/popover-target.module.mjs +5 -5
  179. package/esm2020/popover/lib/trigger/popover-trigger.directive.mjs +3 -3
  180. package/esm2020/popover/lib/trigger/popover-trigger.module.mjs +5 -5
  181. package/esm2020/popover/public-api.mjs +2 -2
  182. package/esm2020/popup/lib/popup-ref.factory.mjs +3 -3
  183. package/esm2020/popup/lib/popup.module.mjs +5 -5
  184. package/esm2020/popup/lib/popup.service.mjs +3 -3
  185. package/esm2020/popup/public-api.mjs +2 -2
  186. package/esm2020/qualification/lib/qualification.module.mjs +5 -5
  187. package/esm2020/qualification/lib/select/input/qualification-select-input.component.mjs +9 -9
  188. package/esm2020/qualification/lib/select/input/qualification-select-input.intl.mjs +3 -3
  189. package/esm2020/qualification/lib/select/input/qualification-select-input.module.mjs +6 -6
  190. package/esm2020/qualification/lib/select/qualification-select.module.mjs +5 -5
  191. package/esm2020/qualification/public-api.mjs +2 -2
  192. package/esm2020/safe-content/lib/safe-content.module.mjs +5 -5
  193. package/esm2020/safe-content/lib/safe-content.pipe.mjs +3 -3
  194. package/esm2020/safe-content/public-api.mjs +2 -2
  195. package/esm2020/scroll/lib/scroll.directive.mjs +3 -3
  196. package/esm2020/scroll/lib/scroll.module.mjs +4 -4
  197. package/esm2020/scroll/public-api.mjs +2 -2
  198. package/esm2020/select/lib/input/select-input.component.mjs +8 -8
  199. package/esm2020/select/lib/input/select-input.module.mjs +5 -5
  200. package/esm2020/select/lib/select.module.mjs +5 -5
  201. package/esm2020/select/public-api.mjs +2 -2
  202. package/esm2020/sidepanel/lib/sidepanel-panel.component.mjs +12 -12
  203. package/esm2020/sidepanel/lib/sidepanel-ref.factory.mjs +3 -3
  204. package/esm2020/sidepanel/lib/sidepanel.intl.mjs +3 -3
  205. package/esm2020/sidepanel/lib/sidepanel.module.mjs +6 -7
  206. package/esm2020/sidepanel/lib/sidepanel.service.mjs +3 -3
  207. package/esm2020/sidepanel/public-api.mjs +2 -2
  208. package/esm2020/title/lib/title.module.mjs +5 -5
  209. package/esm2020/title/lib/title.service.mjs +3 -3
  210. package/esm2020/title/public-api.mjs +2 -2
  211. package/esm2020/toast/toasts.component.mjs +3 -3
  212. package/esm2020/toast/toasts.intl.mjs +3 -3
  213. package/esm2020/toast/toasts.module.mjs +6 -6
  214. package/esm2020/toast/toasts.service.mjs +3 -3
  215. package/esm2020/tooltip/lib/panel/tooltip-panel.component.mjs +5 -5
  216. package/esm2020/tooltip/lib/panel/tooltip-panel.module.mjs +5 -6
  217. package/esm2020/tooltip/lib/tooltip.module.mjs +5 -5
  218. package/esm2020/tooltip/lib/trigger/tooltip-trigger.directive.mjs +8 -8
  219. package/esm2020/tooltip/lib/trigger/tooltip-trigger.module.mjs +5 -5
  220. package/esm2020/tooltip/public-api.mjs +2 -2
  221. package/esm2020/user/lib/display/user-display.module.mjs +5 -5
  222. package/esm2020/user/lib/display/user-display.pipe.mjs +3 -3
  223. package/esm2020/user/lib/picture/user-picture.component.mjs +4 -4
  224. package/esm2020/user/lib/picture/user-picture.module.mjs +5 -5
  225. package/esm2020/user/lib/select/homonyms/user-homonyms.component.mjs +3 -3
  226. package/esm2020/user/lib/select/homonyms/user-homonyms.module.mjs +5 -5
  227. package/esm2020/user/lib/select/homonyms/user-homonyms.service.mjs +3 -3
  228. package/esm2020/user/lib/select/input/user-select-input.component.mjs +9 -9
  229. package/esm2020/user/lib/select/input/user-select-input.intl.mjs +3 -3
  230. package/esm2020/user/lib/select/input/user-select-input.module.mjs +14 -16
  231. package/esm2020/user/lib/select/me/me-option.directive.mjs +3 -3
  232. package/esm2020/user/lib/select/me/me-option.module.mjs +5 -5
  233. package/esm2020/user/lib/select/searcher/user-searcher.component.mjs +8 -8
  234. package/esm2020/user/lib/select/searcher/user-searcher.intl.mjs +3 -3
  235. package/esm2020/user/lib/select/searcher/user-searcher.module.mjs +6 -6
  236. package/esm2020/user/lib/select/user-select.module.mjs +5 -5
  237. package/esm2020/user/lib/service/user-v3.service.mjs +3 -3
  238. package/esm2020/user/lib/tile/user-tile.component.mjs +4 -4
  239. package/esm2020/user/lib/tile/user-tile.module.mjs +5 -5
  240. package/esm2020/user/lib/user.module.mjs +5 -5
  241. package/esm2020/user/public-api.mjs +2 -2
  242. package/establishment/index.d.ts +5 -1
  243. package/establishment/lib/select/for-legal-units/for-legal-units.directive.d.ts +1 -1
  244. package/establishment/lib/select/input/establishment-select-input.component.d.ts +1 -1
  245. package/establishment/lib/select/legal-unit-selector/legal-unit-selector.directive.d.ts +1 -1
  246. package/establishment/lib/select/searcher/establishment-searcher.component.d.ts +1 -1
  247. package/establishment/lib/select/select-all/establishment-select-all.component.d.ts +1 -1
  248. package/establishment/public-api.d.ts +1 -1
  249. package/fesm2015/lucca-front-ng-animations.mjs.map +1 -1
  250. package/fesm2015/lucca-front-ng-api.mjs +62 -62
  251. package/fesm2015/lucca-front-ng-api.mjs.map +1 -1
  252. package/fesm2015/lucca-front-ng-core.mjs +6 -6
  253. package/fesm2015/lucca-front-ng-core.mjs.map +1 -1
  254. package/fesm2015/lucca-front-ng-date.mjs +57 -57
  255. package/fesm2015/lucca-front-ng-date.mjs.map +1 -1
  256. package/fesm2015/lucca-front-ng-department.mjs +43 -45
  257. package/fesm2015/lucca-front-ng-department.mjs.map +1 -1
  258. package/fesm2015/lucca-front-ng-dropdown.mjs +25 -25
  259. package/fesm2015/lucca-front-ng-dropdown.mjs.map +1 -1
  260. package/fesm2015/lucca-front-ng-establishment.mjs +67 -67
  261. package/fesm2015/lucca-front-ng-establishment.mjs.map +1 -1
  262. package/fesm2015/lucca-front-ng-formly.mjs +103 -105
  263. package/fesm2015/lucca-front-ng-formly.mjs.map +1 -1
  264. package/fesm2015/lucca-front-ng-input.mjs +23 -23
  265. package/fesm2015/lucca-front-ng-input.mjs.map +1 -1
  266. package/fesm2015/lucca-front-ng-material.mjs +4 -4
  267. package/fesm2015/lucca-front-ng-material.mjs.map +1 -1
  268. package/fesm2015/lucca-front-ng-modal.mjs +29 -30
  269. package/fesm2015/lucca-front-ng-modal.mjs.map +1 -1
  270. package/fesm2015/lucca-front-ng-number.mjs +7 -7
  271. package/fesm2015/lucca-front-ng-number.mjs.map +1 -1
  272. package/fesm2015/lucca-front-ng-option.mjs +188 -189
  273. package/fesm2015/lucca-front-ng-option.mjs.map +1 -1
  274. package/fesm2015/lucca-front-ng-picker.mjs.map +1 -1
  275. package/fesm2015/lucca-front-ng-popover.mjs +25 -25
  276. package/fesm2015/lucca-front-ng-popover.mjs.map +1 -1
  277. package/fesm2015/lucca-front-ng-popup.mjs +10 -10
  278. package/fesm2015/lucca-front-ng-popup.mjs.map +1 -1
  279. package/fesm2015/lucca-front-ng-qualification.mjs +26 -26
  280. package/fesm2015/lucca-front-ng-qualification.mjs.map +1 -1
  281. package/fesm2015/lucca-front-ng-safe-content.mjs +7 -7
  282. package/fesm2015/lucca-front-ng-safe-content.mjs.map +1 -1
  283. package/fesm2015/lucca-front-ng-scroll.mjs +7 -7
  284. package/fesm2015/lucca-front-ng-scroll.mjs.map +1 -1
  285. package/fesm2015/lucca-front-ng-select.mjs +16 -16
  286. package/fesm2015/lucca-front-ng-select.mjs.map +1 -1
  287. package/fesm2015/lucca-front-ng-sidepanel.mjs +26 -27
  288. package/fesm2015/lucca-front-ng-sidepanel.mjs.map +1 -1
  289. package/fesm2015/lucca-front-ng-title.mjs +7 -7
  290. package/fesm2015/lucca-front-ng-title.mjs.map +1 -1
  291. package/fesm2015/lucca-front-ng-toast.mjs +14 -14
  292. package/fesm2015/lucca-front-ng-toast.mjs.map +1 -1
  293. package/fesm2015/lucca-front-ng-tooltip.mjs +23 -24
  294. package/fesm2015/lucca-front-ng-tooltip.mjs.map +1 -1
  295. package/fesm2015/lucca-front-ng-user.mjs +90 -92
  296. package/fesm2015/lucca-front-ng-user.mjs.map +1 -1
  297. package/fesm2015/lucca-front-ng.mjs.map +1 -1
  298. package/fesm2020/lucca-front-ng-animations.mjs.map +1 -1
  299. package/fesm2020/lucca-front-ng-api.mjs +62 -62
  300. package/fesm2020/lucca-front-ng-api.mjs.map +1 -1
  301. package/fesm2020/lucca-front-ng-core.mjs +6 -6
  302. package/fesm2020/lucca-front-ng-core.mjs.map +1 -1
  303. package/fesm2020/lucca-front-ng-date.mjs +57 -57
  304. package/fesm2020/lucca-front-ng-date.mjs.map +1 -1
  305. package/fesm2020/lucca-front-ng-department.mjs +43 -45
  306. package/fesm2020/lucca-front-ng-department.mjs.map +1 -1
  307. package/fesm2020/lucca-front-ng-dropdown.mjs +25 -25
  308. package/fesm2020/lucca-front-ng-dropdown.mjs.map +1 -1
  309. package/fesm2020/lucca-front-ng-establishment.mjs +67 -67
  310. package/fesm2020/lucca-front-ng-establishment.mjs.map +1 -1
  311. package/fesm2020/lucca-front-ng-formly.mjs +103 -105
  312. package/fesm2020/lucca-front-ng-formly.mjs.map +1 -1
  313. package/fesm2020/lucca-front-ng-input.mjs +23 -23
  314. package/fesm2020/lucca-front-ng-input.mjs.map +1 -1
  315. package/fesm2020/lucca-front-ng-material.mjs +4 -4
  316. package/fesm2020/lucca-front-ng-material.mjs.map +1 -1
  317. package/fesm2020/lucca-front-ng-modal.mjs +29 -30
  318. package/fesm2020/lucca-front-ng-modal.mjs.map +1 -1
  319. package/fesm2020/lucca-front-ng-number.mjs +7 -7
  320. package/fesm2020/lucca-front-ng-number.mjs.map +1 -1
  321. package/fesm2020/lucca-front-ng-option.mjs +188 -189
  322. package/fesm2020/lucca-front-ng-option.mjs.map +1 -1
  323. package/fesm2020/lucca-front-ng-picker.mjs.map +1 -1
  324. package/fesm2020/lucca-front-ng-popover.mjs +25 -25
  325. package/fesm2020/lucca-front-ng-popover.mjs.map +1 -1
  326. package/fesm2020/lucca-front-ng-popup.mjs +10 -10
  327. package/fesm2020/lucca-front-ng-popup.mjs.map +1 -1
  328. package/fesm2020/lucca-front-ng-qualification.mjs +26 -26
  329. package/fesm2020/lucca-front-ng-qualification.mjs.map +1 -1
  330. package/fesm2020/lucca-front-ng-safe-content.mjs +7 -7
  331. package/fesm2020/lucca-front-ng-safe-content.mjs.map +1 -1
  332. package/fesm2020/lucca-front-ng-scroll.mjs +7 -7
  333. package/fesm2020/lucca-front-ng-scroll.mjs.map +1 -1
  334. package/fesm2020/lucca-front-ng-select.mjs +16 -16
  335. package/fesm2020/lucca-front-ng-select.mjs.map +1 -1
  336. package/fesm2020/lucca-front-ng-sidepanel.mjs +26 -27
  337. package/fesm2020/lucca-front-ng-sidepanel.mjs.map +1 -1
  338. package/fesm2020/lucca-front-ng-title.mjs +7 -7
  339. package/fesm2020/lucca-front-ng-title.mjs.map +1 -1
  340. package/fesm2020/lucca-front-ng-toast.mjs +14 -14
  341. package/fesm2020/lucca-front-ng-toast.mjs.map +1 -1
  342. package/fesm2020/lucca-front-ng-tooltip.mjs +23 -24
  343. package/fesm2020/lucca-front-ng-tooltip.mjs.map +1 -1
  344. package/fesm2020/lucca-front-ng-user.mjs +90 -92
  345. package/fesm2020/lucca-front-ng-user.mjs.map +1 -1
  346. package/fesm2020/lucca-front-ng.mjs.map +1 -1
  347. package/formly/index.d.ts +5 -1
  348. package/formly/lib/types/api.d.ts +1 -1
  349. package/formly/lib/types/checkbox.d.ts +1 -1
  350. package/formly/lib/types/date.d.ts +1 -1
  351. package/formly/lib/types/department.d.ts +1 -1
  352. package/formly/lib/types/establishment.d.ts +1 -1
  353. package/formly/lib/types/input.d.ts +1 -1
  354. package/formly/lib/types/qualification.d.ts +1 -1
  355. package/formly/lib/types/radios.d.ts +1 -1
  356. package/formly/lib/types/select.d.ts +1 -1
  357. package/formly/lib/types/textarea.d.ts +1 -1
  358. package/formly/lib/types/user.d.ts +1 -1
  359. package/formly/lib/wrappers/checkbox-layout.d.ts +1 -1
  360. package/formly/lib/wrappers/error.d.ts +2 -2
  361. package/formly/lib/wrappers/helper.d.ts +1 -1
  362. package/formly/lib/wrappers/icon.d.ts +1 -1
  363. package/formly/lib/wrappers/radiosfield-layout.d.ts +1 -1
  364. package/formly/lib/wrappers/suffix.d.ts +1 -1
  365. package/formly/lib/wrappers/textfield-layout.d.ts +1 -1
  366. package/formly/public-api.d.ts +1 -1
  367. package/formly/style/_components.scss +13 -13
  368. package/formly/style/_theming.overridable.scss +1 -1
  369. package/formly/style/_theming.scss +1 -1
  370. package/formly/style/main.overridable.scss +2 -2
  371. package/formly/style/main.scss +2 -2
  372. package/{lucca-front-ng.d.ts → index.d.ts} +0 -0
  373. package/input/index.d.ts +5 -1
  374. package/input/lib/clearer/clearer.component.d.ts +1 -1
  375. package/input/lib/displayer/input-displayer.directive.d.ts +1 -1
  376. package/input/lib/input.directive.d.ts +1 -1
  377. package/input/public-api.d.ts +1 -1
  378. package/material/index.d.ts +5 -1
  379. package/material/public-api.d.ts +1 -1
  380. package/material/style/_components.scss +11 -11
  381. package/material/style/_theming.scss +1 -1
  382. package/material/style/components/_autocomplete.scss +11 -11
  383. package/material/style/components/_buttons.scss +3 -3
  384. package/material/style/components/_datepicker.scss +110 -184
  385. package/material/style/components/_dialog.scss +26 -26
  386. package/material/style/components/_input.scss +3 -3
  387. package/material/style/components/_menu.scss +19 -19
  388. package/material/style/components/_mixins.scss +8 -8
  389. package/material/style/components/_options.scss +21 -21
  390. package/material/style/components/_select.scss +37 -37
  391. package/material/style/components/_tooltip.scss +19 -19
  392. package/material/style/main-v11.overridable.scss +12 -12
  393. package/material/style/main-v11.scss +12 -12
  394. package/material/style/main.overridable.scss +8 -8
  395. package/material/style/main.scss +8 -8
  396. package/modal/index.d.ts +5 -1
  397. package/modal/lib/modal-panel.component.d.ts +3 -3
  398. package/modal/public-api.d.ts +1 -1
  399. package/number/index.d.ts +5 -1
  400. package/number/lib/number.pipe.d.ts +1 -1
  401. package/number/public-api.d.ts +1 -1
  402. package/option/index.d.ts +5 -1
  403. package/option/lib/item/option-item.component.d.ts +1 -1
  404. package/option/lib/item/tree-option-item.component.d.ts +1 -1
  405. package/option/lib/operator/feeder/option-feeder.component.d.ts +1 -1
  406. package/option/lib/operator/feeder/tree-option-feeder.component.d.ts +1 -1
  407. package/option/lib/operator/for-groups/for-groups.directive.d.ts +1 -1
  408. package/option/lib/operator/for-options/for-options.directive.d.ts +1 -1
  409. package/option/lib/operator/for-options/for-tree-options.directive.d.ts +1 -1
  410. package/option/lib/operator/pager/option-pager.component.d.ts +1 -1
  411. package/option/lib/operator/pager/tree-option-pager.component.d.ts +1 -1
  412. package/option/lib/operator/searcher/option-searcher.component.d.ts +2 -2
  413. package/option/lib/operator/searcher/tree-option-searcher.component.d.ts +2 -2
  414. package/option/lib/picker/option-picker-advanced.component.d.ts +2 -2
  415. package/option/lib/picker/option-picker.component.d.ts +2 -2
  416. package/option/lib/picker/tree-option-picker-advanced.component.d.ts +2 -2
  417. package/option/lib/picker/tree-option-picker.component.d.ts +2 -2
  418. package/option/lib/placeholder/option-placeholder.component.d.ts +1 -1
  419. package/option/lib/selector/all/select-all.component.d.ts +1 -1
  420. package/option/lib/selector/all/tree-select-all.component.d.ts +1 -1
  421. package/option/public-api.d.ts +1 -1
  422. package/package.json +28 -28
  423. package/picker/index.d.ts +5 -1
  424. package/picker/public-api.d.ts +1 -1
  425. package/popover/index.d.ts +5 -1
  426. package/popover/lib/panel/popover-panel.component.d.ts +1 -1
  427. package/popover/lib/target/popover-target.directive.d.ts +1 -1
  428. package/popover/lib/trigger/popover-trigger.directive.d.ts +1 -1
  429. package/popover/public-api.d.ts +1 -1
  430. package/popup/index.d.ts +5 -1
  431. package/popup/public-api.d.ts +1 -1
  432. package/qualification/index.d.ts +5 -1
  433. package/qualification/lib/select/input/qualification-select-input.component.d.ts +1 -1
  434. package/qualification/public-api.d.ts +1 -1
  435. package/safe-content/index.d.ts +5 -1
  436. package/safe-content/lib/safe-content.pipe.d.ts +1 -1
  437. package/safe-content/public-api.d.ts +1 -1
  438. package/scroll/index.d.ts +5 -1
  439. package/scroll/lib/scroll.directive.d.ts +1 -1
  440. package/scroll/public-api.d.ts +1 -1
  441. package/select/index.d.ts +5 -1
  442. package/select/lib/input/select-input.component.d.ts +2 -2
  443. package/select/public-api.d.ts +1 -1
  444. package/sidepanel/index.d.ts +5 -1
  445. package/sidepanel/lib/sidepanel-panel.component.d.ts +2 -2
  446. package/sidepanel/public-api.d.ts +1 -1
  447. package/style/_components.scss +2 -2
  448. package/style/_definitions.scss +1 -1
  449. package/style/_theming.overridable.scss +15 -15
  450. package/style/_theming.scss +9 -9
  451. package/style/components/_dropdown.scss +86 -21
  452. package/style/components/_input.scss +50 -50
  453. package/style/components/_picker.scss +17 -13
  454. package/style/components/_popover.scss +5 -4
  455. package/style/components/_popup.scss +40 -48
  456. package/style/components/_sidepanel.scss +10 -21
  457. package/style/components/cdk/_dragDrop.scss +20 -12
  458. package/style/components/cdk/_global.scss +10 -7
  459. package/style/components/cdk/_misc.scss +2 -2
  460. package/style/components/cdk/_overlay.scss +4 -12
  461. package/style/components/cdk/_textarea.scss +2 -6
  462. package/style/definitions/option/_option-item.scss +46 -53
  463. package/style/definitions/option/_option-placeholder.scss +4 -2
  464. package/style/definitions/option/_option-searcher.scss +30 -10
  465. package/style/definitions/option/_option-selector.scss +4 -4
  466. package/style/definitions/select/_select-clearer.scss +36 -17
  467. package/style/definitions/select/_select-input.scss +126 -87
  468. package/style/definitions/tooltip/_tooltip.scss +13 -13
  469. package/style/definitions/user/user-picture.scss +16 -55
  470. package/style/definitions/user/user-tile.scss +18 -42
  471. package/style/main.overridable.scss +3 -3
  472. package/style/main.scss +1 -1
  473. package/style/theme/_calendar.theme.scss +4 -4
  474. package/style/theme/_dropdown.theme.scss +6 -6
  475. package/style/theme/_options.theme.scss +25 -25
  476. package/style/theme/_popup.theme.scss +26 -26
  477. package/style/theme/_select.theme.scss +24 -24
  478. package/style/theme/_tooltip.theme.scss +7 -7
  479. package/style/theme/_user-picture.theme.scss +34 -34
  480. package/title/index.d.ts +5 -1
  481. package/title/public-api.d.ts +1 -1
  482. package/toast/{lucca-front-ng-toast.d.ts → index.d.ts} +0 -0
  483. package/toast/toasts.component.d.ts +1 -1
  484. package/tooltip/index.d.ts +5 -1
  485. package/tooltip/lib/panel/tooltip-panel.component.d.ts +1 -1
  486. package/tooltip/lib/trigger/tooltip-trigger.directive.d.ts +3 -3
  487. package/tooltip/public-api.d.ts +1 -1
  488. package/user/index.d.ts +5 -1
  489. package/user/lib/display/user-display.pipe.d.ts +1 -1
  490. package/user/lib/picture/user-picture.component.d.ts +1 -1
  491. package/user/lib/select/homonyms/user-homonyms.component.d.ts +1 -1
  492. package/user/lib/select/input/user-select-input.component.d.ts +1 -1
  493. package/user/lib/select/me/me-option.directive.d.ts +1 -1
  494. package/user/lib/select/searcher/user-searcher.component.d.ts +1 -1
  495. package/user/lib/tile/user-tile.component.d.ts +1 -1
  496. package/user/public-api.d.ts +1 -1
  497. package/animations/lucca-front-ng-animations.d.ts +0 -5
  498. package/animations/package.json +0 -10
  499. package/api/lucca-front-ng-api.d.ts +0 -5
  500. package/api/package.json +0 -10
  501. package/core/lucca-front-ng-core.d.ts +0 -5
  502. package/core/package.json +0 -10
  503. package/date/lucca-front-ng-date.d.ts +0 -5
  504. package/date/package.json +0 -10
  505. package/department/lucca-front-ng-department.d.ts +0 -5
  506. package/department/package.json +0 -10
  507. package/dropdown/package.json +0 -10
  508. package/esm2020/animations/index.mjs +0 -2
  509. package/esm2020/api/index.mjs +0 -2
  510. package/esm2020/core/index.mjs +0 -2
  511. package/esm2020/date/index.mjs +0 -2
  512. package/esm2020/department/index.mjs +0 -2
  513. package/esm2020/establishment/index.mjs +0 -2
  514. package/esm2020/formly/index.mjs +0 -2
  515. package/esm2020/input/index.mjs +0 -2
  516. package/esm2020/material/index.mjs +0 -2
  517. package/esm2020/modal/index.mjs +0 -2
  518. package/esm2020/number/index.mjs +0 -2
  519. package/esm2020/option/index.mjs +0 -2
  520. package/esm2020/picker/index.mjs +0 -2
  521. package/esm2020/popover/index.mjs +0 -2
  522. package/esm2020/popup/index.mjs +0 -2
  523. package/esm2020/qualification/index.mjs +0 -2
  524. package/esm2020/safe-content/index.mjs +0 -2
  525. package/esm2020/scroll/index.mjs +0 -2
  526. package/esm2020/select/index.mjs +0 -2
  527. package/esm2020/sidepanel/index.mjs +0 -2
  528. package/esm2020/title/index.mjs +0 -2
  529. package/esm2020/tooltip/index.mjs +0 -2
  530. package/esm2020/user/index.mjs +0 -2
  531. package/establishment/lucca-front-ng-establishment.d.ts +0 -5
  532. package/establishment/package.json +0 -10
  533. package/formly/lucca-front-ng-formly.d.ts +0 -5
  534. package/formly/package.json +0 -10
  535. package/input/lucca-front-ng-input.d.ts +0 -5
  536. package/input/package.json +0 -10
  537. package/material/lucca-front-ng-material.d.ts +0 -5
  538. package/material/package.json +0 -10
  539. package/modal/lucca-front-ng-modal.d.ts +0 -5
  540. package/modal/package.json +0 -10
  541. package/number/lucca-front-ng-number.d.ts +0 -5
  542. package/number/package.json +0 -10
  543. package/option/lucca-front-ng-option.d.ts +0 -5
  544. package/option/package.json +0 -10
  545. package/picker/lucca-front-ng-picker.d.ts +0 -5
  546. package/picker/package.json +0 -10
  547. package/popover/lucca-front-ng-popover.d.ts +0 -5
  548. package/popover/package.json +0 -10
  549. package/popup/lucca-front-ng-popup.d.ts +0 -5
  550. package/popup/package.json +0 -10
  551. package/qualification/lucca-front-ng-qualification.d.ts +0 -5
  552. package/qualification/package.json +0 -10
  553. package/safe-content/lucca-front-ng-safe-content.d.ts +0 -5
  554. package/safe-content/package.json +0 -10
  555. package/scroll/lucca-front-ng-scroll.d.ts +0 -5
  556. package/scroll/package.json +0 -10
  557. package/select/lucca-front-ng-select.d.ts +0 -5
  558. package/select/package.json +0 -10
  559. package/sidepanel/lucca-front-ng-sidepanel.d.ts +0 -5
  560. package/sidepanel/package.json +0 -10
  561. package/style/components/_calendar.scss +0 -3
  562. package/title/lucca-front-ng-title.d.ts +0 -5
  563. package/title/package.json +0 -10
  564. package/toast/package.json +0 -10
  565. package/tooltip/lucca-front-ng-tooltip.d.ts +0 -5
  566. package/tooltip/package.json +0 -10
  567. package/user/lucca-front-ng-user.d.ts +0 -5
  568. package/user/package.json +0 -10
@@ -1 +1,5 @@
1
- export * from './lib/index';
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@lucca-front/ng/animations" />
5
+ export * from './public-api';
@@ -1 +1 @@
1
- export * from './index';
1
+ export * from './lib/index';
package/api/index.d.ts CHANGED
@@ -1 +1,5 @@
1
- export * from './lib/index';
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@lucca-front/ng/api" />
5
+ export * from './public-api';
@@ -14,5 +14,5 @@ export declare class LuApiFeederComponent<T extends ILuApiItem = ILuApiItem> ext
14
14
  set filters(filters: string[]);
15
15
  set orderBy(orderBy: string);
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<LuApiFeederComponent<any>, [{ optional: true; skipSelf: true; }, { self: true; }]>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<LuApiFeederComponent<any>, "lu-api-feeder", never, { "standard": "standard"; "api": "api"; "fields": "fields"; "filters": "filters"; "orderBy": "orderBy"; }, {}, never, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<LuApiFeederComponent<any>, "lu-api-feeder", never, { "standard": "standard"; "api": "api"; "fields": "fields"; "filters": "filters"; "orderBy": "orderBy"; }, {}, never, never, false>;
18
18
  }
@@ -28,5 +28,5 @@ export declare class LuApiSelectInputComponent<T extends import('../../api.model
28
28
  byId: LuOptionComparer<T>;
29
29
  constructor(_changeDetectorRef: ChangeDetectorRef, _overlay: Overlay, _elementRef: ElementRef<HTMLElement>, _viewContainerRef: ViewContainerRef, _renderer: Renderer2);
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<LuApiSelectInputComponent<any>, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<LuApiSelectInputComponent<any>, "lu-api-select", never, { "standard": "standard"; "api": "api"; "fields": "fields"; "filters": "filters"; "orderBy": "orderBy"; "sort": "sort"; }, {}, never, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<LuApiSelectInputComponent<any>, "lu-api-select", never, { "standard": "standard"; "api": "api"; "fields": "fields"; "filters": "filters"; "orderBy": "orderBy"; "sort": "sort"; }, {}, never, never, false>;
32
32
  }
@@ -14,5 +14,5 @@ export declare class LuApiPagerComponent<T extends ILuApiItem = ILuApiItem> exte
14
14
  set orderBy(orderBy: string);
15
15
  ngOnInit(): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<LuApiPagerComponent<any>, [{ optional: true; skipSelf: true; }, { self: true; }]>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<LuApiPagerComponent<any>, "lu-api-pager", never, { "standard": "standard"; "api": "api"; "fields": "fields"; "filters": "filters"; "orderBy": "orderBy"; }, {}, never, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<LuApiPagerComponent<any>, "lu-api-pager", never, { "standard": "standard"; "api": "api"; "fields": "fields"; "filters": "filters"; "orderBy": "orderBy"; }, {}, never, never, false>;
18
18
  }
@@ -18,7 +18,7 @@ export declare class LuApiSearcherComponent<T extends import('../../api.model').
18
18
  onOpen(): void;
19
19
  resetClue(): void;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<LuApiSearcherComponent<any>, [{ optional: true; skipSelf: true; }, { self: true; }]>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<LuApiSearcherComponent<any>, "lu-api-searcher", never, { "standard": "standard"; "api": "api"; "fields": "fields"; "filters": "filters"; "orderBy": "orderBy"; "sort": "sort"; "debounceTime": "debounceTime"; }, {}, never, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<LuApiSearcherComponent<any>, "lu-api-searcher", never, { "standard": "standard"; "api": "api"; "fields": "fields"; "filters": "filters"; "orderBy": "orderBy"; "sort": "sort"; "debounceTime": "debounceTime"; }, {}, never, never, false>;
22
22
  }
23
23
  export declare class LuApiPagedSearcherComponent<T extends import('../../api.model').ILuApiItem = import('../../api.model').ILuApiItem> extends ALuApiOptionPagedSearcher<T, LuApiHybridService<T>> implements OnInit {
24
24
  searchInput: ElementRef<HTMLElement>;
@@ -35,5 +35,5 @@ export declare class LuApiPagedSearcherComponent<T extends import('../../api.mod
35
35
  onOpen(): void;
36
36
  resetClue(): void;
37
37
  static ɵfac: i0.ɵɵFactoryDeclaration<LuApiPagedSearcherComponent<any>, [{ optional: true; skipSelf: true; }, { self: true; }]>;
38
- static ɵcmp: i0.ɵɵComponentDeclaration<LuApiPagedSearcherComponent<any>, "lu-api-paged-searcher", never, { "standard": "standard"; "api": "api"; "fields": "fields"; "filters": "filters"; "orderBy": "orderBy"; "sort": "sort"; "debounceTime": "debounceTime"; }, {}, never, never>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<LuApiPagedSearcherComponent<any>, "lu-api-paged-searcher", never, { "standard": "standard"; "api": "api"; "fields": "fields"; "filters": "filters"; "orderBy": "orderBy"; "sort": "sort"; "debounceTime": "debounceTime"; }, {}, never, never, false>;
39
39
  }
@@ -1 +1 @@
1
- export * from './index';
1
+ export * from './lib/index';
package/core/index.d.ts CHANGED
@@ -1 +1,5 @@
1
- export * from './lib/index';
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@lucca-front/ng/core" />
5
+ export * from './public-api';
@@ -1 +1 @@
1
- export * from './index';
1
+ export * from './lib/index';
package/date/index.d.ts CHANGED
@@ -1 +1,5 @@
1
- export * from './lib/index';
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@lucca-front/ng/date" />
5
+ export * from './public-api';
@@ -6,5 +6,5 @@ export declare class LuDateAdapterPipe<D> implements PipeTransform {
6
6
  constructor(_adapter: ALuDateAdapter<D>);
7
7
  transform(d: D, format?: string): string;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<LuDateAdapterPipe<any>, never>;
9
- static ɵpipe: i0.ɵɵPipeDeclaration<LuDateAdapterPipe<any>, "luDate">;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<LuDateAdapterPipe<any>, "luDate", false>;
10
10
  }
@@ -45,5 +45,5 @@ export declare class LuCalendarInputComponent<D> extends ALuInput<D> implements
45
45
  protected previousDecade(): void;
46
46
  validate(control: AbstractControl): ValidationErrors | null;
47
47
  static ɵfac: i0.ɵɵFactoryDeclaration<LuCalendarInputComponent<any>, never>;
48
- static ɵcmp: i0.ɵɵComponentDeclaration<LuCalendarInputComponent<any>, "lu-calendar", never, { "min": "min"; "max": "max"; "granularity": "granularity"; "startOn": "startOn"; }, {}, never, never>;
48
+ static ɵcmp: i0.ɵɵComponentDeclaration<LuCalendarInputComponent<any>, "lu-calendar", never, { "min": "min"; "max": "max"; "granularity": "granularity"; "startOn": "startOn"; }, {}, never, never, false>;
49
49
  }
@@ -21,5 +21,5 @@ export declare class LuDateInputDirective<D> extends ALuInput<D, HTMLInputElemen
21
21
  onBlur(): void;
22
22
  validate(control: AbstractControl): ValidationErrors | null;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<LuDateInputDirective<any>, never>;
24
- static ɵdir: i0.ɵɵDirectiveDeclaration<LuDateInputDirective<any>, "input[luDateInput]", never, { "min": "min"; "max": "max"; "granularity": "granularity"; "placeholder": "placeholder"; }, {}, never>;
24
+ static ɵdir: i0.ɵɵDirectiveDeclaration<LuDateInputDirective<any>, "input[luDateInput]", never, { "min": "min"; "max": "max"; "granularity": "granularity"; "placeholder": "placeholder"; }, {}, never, never, false>;
25
25
  }
@@ -25,5 +25,5 @@ export declare class LuDatePickerComponent<D = Date> extends ALuPickerPanel<D> {
25
25
  _onEnter(): void;
26
26
  _handleKeydown(event: KeyboardEvent): void;
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<LuDatePickerComponent<any>, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<LuDatePickerComponent<any>, "lu-date-picker", ["LuDatePicker"], { "min": "min"; "max": "max"; "granularity": "granularity"; "startOn": "startOn"; }, { "close": "close"; "open": "open"; "hovered": "hovered"; "onSelectValue": "onSelectValue"; }, never, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<LuDatePickerComponent<any>, "lu-date-picker", ["LuDatePicker"], { "min": "min"; "max": "max"; "granularity": "granularity"; "startOn": "startOn"; }, { "close": "close"; "open": "open"; "hovered": "hovered"; "onSelectValue": "onSelectValue"; }, never, never, false>;
29
29
  }
@@ -24,5 +24,5 @@ export declare class LuDateSelectInputComponent<D> extends ALuSelectInputCompone
24
24
  constructor(_changeDetectorRef: ChangeDetectorRef, _overlay: Overlay, _elementRef: ElementRef<HTMLElement>, _viewContainerRef: ViewContainerRef, _renderer: Renderer2, _adapter: ALuDateAdapter<D>, _intl: ILuDateSelectInputLabel);
25
25
  validate(control: AbstractControl): ValidationErrors | null;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<LuDateSelectInputComponent<any>, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<LuDateSelectInputComponent<any>, "lu-date-select", never, { "min": "min"; "max": "max"; "granularity": "granularity"; "inputPlaceholder": "placeholder"; "hideClearer": "hideClearer"; "startOn": "startOn"; }, {}, never, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<LuDateSelectInputComponent<any>, "lu-date-select", never, { "min": "min"; "max": "max"; "granularity": "granularity"; "inputPlaceholder": "placeholder"; "hideClearer": "hideClearer"; "startOn": "startOn"; }, {}, never, never, false>;
28
28
  }
@@ -1 +1 @@
1
- export * from './index';
1
+ export * from './lib/index';
@@ -1 +1,5 @@
1
- export * from './lib/index';
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@lucca-front/ng/department" />
5
+ export * from './public-api';
@@ -15,5 +15,5 @@ export declare class LuDepartmentFeederComponent extends ALuTreeOptionOperator<I
15
15
  constructor(hostService: LuDepartmentV3Service, selfService: LuDepartmentV3Service);
16
16
  onOpen(): void;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<LuDepartmentFeederComponent, [{ optional: true; skipSelf: true; }, { self: true; }]>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<LuDepartmentFeederComponent, "lu-department-feeder", never, { "appInstanceId": "appInstanceId"; "operations": "operations"; "filters": "filters"; }, {}, never, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<LuDepartmentFeederComponent, "lu-department-feeder", never, { "appInstanceId": "appInstanceId"; "operations": "operations"; "filters": "filters"; }, {}, never, never, false>;
19
19
  }
@@ -20,5 +20,5 @@ export declare class LuDepartmentSelectInputComponent<D extends import('../../de
20
20
  constructor(_changeDetectorRef: ChangeDetectorRef, _overlay: Overlay, _elementRef: ElementRef<HTMLElement>, _viewContainerRef: ViewContainerRef, _renderer: Renderer2, intl: ILuDepartmentSelectInputLabel);
21
21
  searchFn(o: D, c: string): boolean;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<LuDepartmentSelectInputComponent<any, any>, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<LuDepartmentSelectInputComponent<any, any>, "lu-department-select", never, { "appInstanceId": "appInstanceId"; "operations": "operations"; "filters": "filters"; }, {}, never, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<LuDepartmentSelectInputComponent<any, any>, "lu-department-select", never, { "appInstanceId": "appInstanceId"; "operations": "operations"; "filters": "filters"; }, {}, never, never, false>;
24
24
  }
@@ -1 +1 @@
1
- export * from './index';
1
+ export * from './lib/index';
@@ -10,5 +10,5 @@ export declare class LuDropdownItemDirective extends ALuDropdownItem implements
10
10
  focus(): void;
11
11
  ngOnDestroy(): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<LuDropdownItemDirective, never>;
13
- static ɵdir: i0.ɵɵDirectiveDeclaration<LuDropdownItemDirective, "[luDropdownItem]", ["LuDropdownItem"], {}, { "onSelect": "onSelect"; }, never>;
13
+ static ɵdir: i0.ɵɵDirectiveDeclaration<LuDropdownItemDirective, "[luDropdownItem]", ["LuDropdownItem"], {}, { "onSelect": "onSelect"; }, never, never, false>;
14
14
  }
@@ -36,5 +36,5 @@ export declare class LuDropdownPanelComponent extends ALuPopoverPanel implements
36
36
  onOpen(): void;
37
37
  private focusFirstItem;
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<LuDropdownPanelComponent, never>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<LuDropdownPanelComponent, "lu-dropdown", ["LuDropdownPanel"], { "inputPanelClasses": "panel-classes"; "inputContentClasses": "content-classes"; }, { "close": "close"; "open": "open"; "hovered": "hovered"; }, ["optionsQL"], ["*"]>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<LuDropdownPanelComponent, "lu-dropdown", ["LuDropdownPanel"], { "inputPanelClasses": "panel-classes"; "inputContentClasses": "content-classes"; }, { "close": "close"; "open": "open"; "hovered": "hovered"; }, ["optionsQL"], ["*"], false>;
40
40
  }
@@ -38,5 +38,5 @@ export declare class LuDropdownTriggerDirective<TPanel extends ILuDropdownPanel
38
38
  protected _emitOpen(): void;
39
39
  protected _emitClose(): void;
40
40
  static ɵfac: i0.ɵɵFactoryDeclaration<LuDropdownTriggerDirective<any>, never>;
41
- static ɵdir: i0.ɵɵDirectiveDeclaration<LuDropdownTriggerDirective<any>, "[luDropdown]", ["LuDropdownTrigger"], { "inputPanel": "luDropdown"; "inputPosition": "luDropdownPosition"; "inputAlignment": "luDropdownAlignment"; "inputDisabled": "luDropdownDisabled"; "inputOverlap": "luDropdownOverlap"; }, { "onOpen": "luDropdownOnOpen"; "onClose": "luDropdownOnClose"; }, never>;
41
+ static ɵdir: i0.ɵɵDirectiveDeclaration<LuDropdownTriggerDirective<any>, "[luDropdown]", ["LuDropdownTrigger"], { "inputPanel": "luDropdown"; "inputPosition": "luDropdownPosition"; "inputAlignment": "luDropdownAlignment"; "inputDisabled": "luDropdownDisabled"; "inputOverlap": "luDropdownOverlap"; }, { "onOpen": "luDropdownOnOpen"; "onClose": "luDropdownOnClose"; }, never, never, false>;
42
42
  }
@@ -1,5 +1,5 @@
1
1
  /*
2
2
  * Public API Surface of animations
3
3
  */
4
- export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3BhY2thZ2VzL25nL2FuaW1hdGlvbnMvc3JjL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qXHJcbiAqIFB1YmxpYyBBUEkgU3VyZmFjZSBvZiBhbmltYXRpb25zXHJcbiAqL1xyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XHJcbiJdfQ==
4
+ export * from './lib/index';
5
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3BhY2thZ2VzL25nL2FuaW1hdGlvbnMvc3JjL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGFBQWEsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qXHJcbiAqIFB1YmxpYyBBUEkgU3VyZmFjZSBvZiBhbmltYXRpb25zXHJcbiAqL1xyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaW5kZXgnO1xyXG4iXX0=
@@ -3,14 +3,14 @@ import { LuApiSelectModule } from './select/index';
3
3
  import * as i0 from "@angular/core";
4
4
  export class LuApiModule {
5
5
  }
6
- LuApiModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: LuApiModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- LuApiModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: LuApiModule, imports: [LuApiSelectModule], exports: [LuApiSelectModule] });
8
- LuApiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: LuApiModule, imports: [[LuApiSelectModule], LuApiSelectModule] });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: LuApiModule, decorators: [{
6
+ LuApiModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ LuApiModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: LuApiModule, imports: [LuApiSelectModule], exports: [LuApiSelectModule] });
8
+ LuApiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiModule, imports: [LuApiSelectModule, LuApiSelectModule] });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiModule, decorators: [{
10
10
  type: NgModule,
11
11
  args: [{
12
12
  imports: [LuApiSelectModule],
13
13
  exports: [LuApiSelectModule],
14
14
  }]
15
15
  }] });
16
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBpLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL25nL2FwaS9zcmMvbGliL2FwaS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQzs7QUFNbkQsTUFBTSxPQUFPLFdBQVc7O3dHQUFYLFdBQVc7eUdBQVgsV0FBVyxZQUhiLGlCQUFpQixhQUNqQixpQkFBaUI7eUdBRWYsV0FBVyxZQUhkLENBQUMsaUJBQWlCLENBQUMsRUFDbEIsaUJBQWlCOzJGQUVmLFdBQVc7a0JBSnZCLFFBQVE7bUJBQUM7b0JBQ1QsT0FBTyxFQUFFLENBQUMsaUJBQWlCLENBQUM7b0JBQzVCLE9BQU8sRUFBRSxDQUFDLGlCQUFpQixDQUFDO2lCQUM1QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEx1QXBpU2VsZWN0TW9kdWxlIH0gZnJvbSAnLi9zZWxlY3QvaW5kZXgnO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuXHRpbXBvcnRzOiBbTHVBcGlTZWxlY3RNb2R1bGVdLFxyXG5cdGV4cG9ydHM6IFtMdUFwaVNlbGVjdE1vZHVsZV0sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBMdUFwaU1vZHVsZSB7fVxyXG4iXX0=
16
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBpLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL25nL2FwaS9zcmMvbGliL2FwaS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQzs7QUFNbkQsTUFBTSxPQUFPLFdBQVc7O3dHQUFYLFdBQVc7eUdBQVgsV0FBVyxZQUhiLGlCQUFpQixhQUNqQixpQkFBaUI7eUdBRWYsV0FBVyxZQUhiLGlCQUFpQixFQUNqQixpQkFBaUI7MkZBRWYsV0FBVztrQkFKdkIsUUFBUTttQkFBQztvQkFDVCxPQUFPLEVBQUUsQ0FBQyxpQkFBaUIsQ0FBQztvQkFDNUIsT0FBTyxFQUFFLENBQUMsaUJBQWlCLENBQUM7aUJBQzVCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgTHVBcGlTZWxlY3RNb2R1bGUgfSBmcm9tICcuL3NlbGVjdC9pbmRleCc7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG5cdGltcG9ydHM6IFtMdUFwaVNlbGVjdE1vZHVsZV0sXHJcblx0ZXhwb3J0czogW0x1QXBpU2VsZWN0TW9kdWxlXSxcclxufSlcclxuZXhwb3J0IGNsYXNzIEx1QXBpTW9kdWxlIHt9XHJcbiJdfQ==
@@ -6,14 +6,14 @@ import { LuApiSearcherModule } from './searcher/index';
6
6
  import * as i0 from "@angular/core";
7
7
  export class LuApiSelectModule {
8
8
  }
9
- LuApiSelectModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: LuApiSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- LuApiSelectModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: LuApiSelectModule, imports: [LuApiFeederModule, LuApiSearcherModule, LuApiPagerModule, LuApiSelectInputModule], exports: [LuApiFeederModule, LuApiSearcherModule, LuApiPagerModule, LuApiSelectInputModule] });
11
- LuApiSelectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: LuApiSelectModule, imports: [[LuApiFeederModule, LuApiSearcherModule, LuApiPagerModule, LuApiSelectInputModule], LuApiFeederModule, LuApiSearcherModule, LuApiPagerModule, LuApiSelectInputModule] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: LuApiSelectModule, decorators: [{
9
+ LuApiSelectModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
+ LuApiSelectModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: LuApiSelectModule, imports: [LuApiFeederModule, LuApiSearcherModule, LuApiPagerModule, LuApiSelectInputModule], exports: [LuApiFeederModule, LuApiSearcherModule, LuApiPagerModule, LuApiSelectInputModule] });
11
+ LuApiSelectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiSelectModule, imports: [LuApiFeederModule, LuApiSearcherModule, LuApiPagerModule, LuApiSelectInputModule, LuApiFeederModule, LuApiSearcherModule, LuApiPagerModule, LuApiSelectInputModule] });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiSelectModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  imports: [LuApiFeederModule, LuApiSearcherModule, LuApiPagerModule, LuApiSelectInputModule],
16
16
  exports: [LuApiFeederModule, LuApiSearcherModule, LuApiPagerModule, LuApiSelectInputModule],
17
17
  }]
18
18
  }] });
19
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBpLXNlbGVjdC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9hcGkvc3JjL2xpYi9zZWxlY3QvYXBpLXNlbGVjdC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNuRCxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDdkQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pELE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGtCQUFrQixDQUFDOztBQU12RCxNQUFNLE9BQU8saUJBQWlCOzs4R0FBakIsaUJBQWlCOytHQUFqQixpQkFBaUIsWUFIbkIsaUJBQWlCLEVBQUUsbUJBQW1CLEVBQUUsZ0JBQWdCLEVBQUUsc0JBQXNCLGFBQ2hGLGlCQUFpQixFQUFFLG1CQUFtQixFQUFFLGdCQUFnQixFQUFFLHNCQUFzQjsrR0FFOUUsaUJBQWlCLFlBSHBCLENBQUMsaUJBQWlCLEVBQUUsbUJBQW1CLEVBQUUsZ0JBQWdCLEVBQUUsc0JBQXNCLENBQUMsRUFDakYsaUJBQWlCLEVBQUUsbUJBQW1CLEVBQUUsZ0JBQWdCLEVBQUUsc0JBQXNCOzJGQUU5RSxpQkFBaUI7a0JBSjdCLFFBQVE7bUJBQUM7b0JBQ1QsT0FBTyxFQUFFLENBQUMsaUJBQWlCLEVBQUUsbUJBQW1CLEVBQUUsZ0JBQWdCLEVBQUUsc0JBQXNCLENBQUM7b0JBQzNGLE9BQU8sRUFBRSxDQUFDLGlCQUFpQixFQUFFLG1CQUFtQixFQUFFLGdCQUFnQixFQUFFLHNCQUFzQixDQUFDO2lCQUMzRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEx1QXBpRmVlZGVyTW9kdWxlIH0gZnJvbSAnLi9mZWVkZXIvaW5kZXgnO1xyXG5pbXBvcnQgeyBMdUFwaVNlbGVjdElucHV0TW9kdWxlIH0gZnJvbSAnLi9pbnB1dC9pbmRleCc7XHJcbmltcG9ydCB7IEx1QXBpUGFnZXJNb2R1bGUgfSBmcm9tICcuL3BhZ2VyL2luZGV4JztcclxuaW1wb3J0IHsgTHVBcGlTZWFyY2hlck1vZHVsZSB9IGZyb20gJy4vc2VhcmNoZXIvaW5kZXgnO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuXHRpbXBvcnRzOiBbTHVBcGlGZWVkZXJNb2R1bGUsIEx1QXBpU2VhcmNoZXJNb2R1bGUsIEx1QXBpUGFnZXJNb2R1bGUsIEx1QXBpU2VsZWN0SW5wdXRNb2R1bGVdLFxyXG5cdGV4cG9ydHM6IFtMdUFwaUZlZWRlck1vZHVsZSwgTHVBcGlTZWFyY2hlck1vZHVsZSwgTHVBcGlQYWdlck1vZHVsZSwgTHVBcGlTZWxlY3RJbnB1dE1vZHVsZV0sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBMdUFwaVNlbGVjdE1vZHVsZSB7fVxyXG4iXX0=
19
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBpLXNlbGVjdC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9hcGkvc3JjL2xpYi9zZWxlY3QvYXBpLXNlbGVjdC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNuRCxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDdkQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pELE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGtCQUFrQixDQUFDOztBQU12RCxNQUFNLE9BQU8saUJBQWlCOzs4R0FBakIsaUJBQWlCOytHQUFqQixpQkFBaUIsWUFIbkIsaUJBQWlCLEVBQUUsbUJBQW1CLEVBQUUsZ0JBQWdCLEVBQUUsc0JBQXNCLGFBQ2hGLGlCQUFpQixFQUFFLG1CQUFtQixFQUFFLGdCQUFnQixFQUFFLHNCQUFzQjsrR0FFOUUsaUJBQWlCLFlBSG5CLGlCQUFpQixFQUFFLG1CQUFtQixFQUFFLGdCQUFnQixFQUFFLHNCQUFzQixFQUNoRixpQkFBaUIsRUFBRSxtQkFBbUIsRUFBRSxnQkFBZ0IsRUFBRSxzQkFBc0I7MkZBRTlFLGlCQUFpQjtrQkFKN0IsUUFBUTttQkFBQztvQkFDVCxPQUFPLEVBQUUsQ0FBQyxpQkFBaUIsRUFBRSxtQkFBbUIsRUFBRSxnQkFBZ0IsRUFBRSxzQkFBc0IsQ0FBQztvQkFDM0YsT0FBTyxFQUFFLENBQUMsaUJBQWlCLEVBQUUsbUJBQW1CLEVBQUUsZ0JBQWdCLEVBQUUsc0JBQXNCLENBQUM7aUJBQzNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgTHVBcGlGZWVkZXJNb2R1bGUgfSBmcm9tICcuL2ZlZWRlci9pbmRleCc7XHJcbmltcG9ydCB7IEx1QXBpU2VsZWN0SW5wdXRNb2R1bGUgfSBmcm9tICcuL2lucHV0L2luZGV4JztcclxuaW1wb3J0IHsgTHVBcGlQYWdlck1vZHVsZSB9IGZyb20gJy4vcGFnZXIvaW5kZXgnO1xyXG5pbXBvcnQgeyBMdUFwaVNlYXJjaGVyTW9kdWxlIH0gZnJvbSAnLi9zZWFyY2hlci9pbmRleCc7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG5cdGltcG9ydHM6IFtMdUFwaUZlZWRlck1vZHVsZSwgTHVBcGlTZWFyY2hlck1vZHVsZSwgTHVBcGlQYWdlck1vZHVsZSwgTHVBcGlTZWxlY3RJbnB1dE1vZHVsZV0sXHJcblx0ZXhwb3J0czogW0x1QXBpRmVlZGVyTW9kdWxlLCBMdUFwaVNlYXJjaGVyTW9kdWxlLCBMdUFwaVBhZ2VyTW9kdWxlLCBMdUFwaVNlbGVjdElucHV0TW9kdWxlXSxcclxufSlcclxuZXhwb3J0IGNsYXNzIEx1QXBpU2VsZWN0TW9kdWxlIHt9XHJcbiJdfQ==
@@ -27,8 +27,8 @@ export class LuApiFeederComponent extends ALuApiOptionFeeder {
27
27
  this._service.orderBy = orderBy;
28
28
  }
29
29
  }
30
- LuApiFeederComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: LuApiFeederComponent, deps: [{ token: ALuApiService, optional: true, skipSelf: true }, { token: ALuApiService, self: true }], target: i0.ɵɵFactoryTarget.Component });
31
- LuApiFeederComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: LuApiFeederComponent, selector: "lu-api-feeder", inputs: { standard: "standard", api: "api", fields: "fields", filters: "filters", orderBy: "orderBy" }, providers: [
30
+ LuApiFeederComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiFeederComponent, deps: [{ token: ALuApiService, optional: true, skipSelf: true }, { token: ALuApiService, self: true }], target: i0.ɵɵFactoryTarget.Component });
31
+ LuApiFeederComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.0", type: LuApiFeederComponent, selector: "lu-api-feeder", inputs: { standard: "standard", api: "api", fields: "fields", filters: "filters", orderBy: "orderBy" }, providers: [
32
32
  {
33
33
  provide: ALuOptionOperator,
34
34
  useExisting: forwardRef(() => LuApiFeederComponent),
@@ -44,7 +44,7 @@ LuApiFeederComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
44
44
  useClass: LuApiHybridService,
45
45
  },
46
46
  ], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
47
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: LuApiFeederComponent, decorators: [{
47
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiFeederComponent, decorators: [{
48
48
  type: Component,
49
49
  args: [{ selector: 'lu-api-feeder', template: '', changeDetection: ChangeDetectionStrategy.OnPush, providers: [
50
50
  {
@@ -61,7 +61,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImpor
61
61
  provide: ALuApiService,
62
62
  useClass: LuApiHybridService,
63
63
  },
64
- ], styles: [] }]
64
+ ] }]
65
65
  }], ctorParameters: function () { return [{ type: i1.LuApiHybridService, decorators: [{
66
66
  type: Inject,
67
67
  args: [ALuApiService]
@@ -4,10 +4,10 @@ import { HttpClientModule } from '@angular/common/http';
4
4
  import * as i0 from "@angular/core";
5
5
  export class LuApiFeederModule {
6
6
  }
7
- LuApiFeederModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: LuApiFeederModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- LuApiFeederModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: LuApiFeederModule, declarations: [LuApiFeederComponent], imports: [HttpClientModule], exports: [LuApiFeederComponent] });
9
- LuApiFeederModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: LuApiFeederModule, imports: [[HttpClientModule]] });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: LuApiFeederModule, decorators: [{
7
+ LuApiFeederModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiFeederModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ LuApiFeederModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: LuApiFeederModule, declarations: [LuApiFeederComponent], imports: [HttpClientModule], exports: [LuApiFeederComponent] });
9
+ LuApiFeederModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiFeederModule, imports: [HttpClientModule] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiFeederModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  imports: [HttpClientModule],
@@ -15,4 +15,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImpor
15
15
  exports: [LuApiFeederComponent],
16
16
  }]
17
17
  }] });
18
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBpLWZlZWRlci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9hcGkvc3JjL2xpYi9zZWxlY3QvZmVlZGVyL2FwaS1mZWVkZXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDOUQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sc0JBQXNCLENBQUM7O0FBT3hELE1BQU0sT0FBTyxpQkFBaUI7OzhHQUFqQixpQkFBaUI7K0dBQWpCLGlCQUFpQixpQkFIZCxvQkFBb0IsYUFEekIsZ0JBQWdCLGFBRWhCLG9CQUFvQjsrR0FFbEIsaUJBQWlCLFlBSnBCLENBQUMsZ0JBQWdCLENBQUM7MkZBSWYsaUJBQWlCO2tCQUw3QixRQUFRO21CQUFDO29CQUNULE9BQU8sRUFBRSxDQUFDLGdCQUFnQixDQUFDO29CQUMzQixZQUFZLEVBQUUsQ0FBQyxvQkFBb0IsQ0FBQztvQkFDcEMsT0FBTyxFQUFFLENBQUMsb0JBQW9CLENBQUM7aUJBQy9CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgTHVBcGlGZWVkZXJDb21wb25lbnQgfSBmcm9tICcuL2FwaS1mZWVkZXIuY29tcG9uZW50JztcclxuaW1wb3J0IHsgSHR0cENsaWVudE1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbi9odHRwJztcclxuXHJcbkBOZ01vZHVsZSh7XHJcblx0aW1wb3J0czogW0h0dHBDbGllbnRNb2R1bGVdLFxyXG5cdGRlY2xhcmF0aW9uczogW0x1QXBpRmVlZGVyQ29tcG9uZW50XSxcclxuXHRleHBvcnRzOiBbTHVBcGlGZWVkZXJDb21wb25lbnRdLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgTHVBcGlGZWVkZXJNb2R1bGUge31cclxuIl19
18
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBpLWZlZWRlci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9hcGkvc3JjL2xpYi9zZWxlY3QvZmVlZGVyL2FwaS1mZWVkZXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDOUQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sc0JBQXNCLENBQUM7O0FBT3hELE1BQU0sT0FBTyxpQkFBaUI7OzhHQUFqQixpQkFBaUI7K0dBQWpCLGlCQUFpQixpQkFIZCxvQkFBb0IsYUFEekIsZ0JBQWdCLGFBRWhCLG9CQUFvQjsrR0FFbEIsaUJBQWlCLFlBSm5CLGdCQUFnQjsyRkFJZCxpQkFBaUI7a0JBTDdCLFFBQVE7bUJBQUM7b0JBQ1QsT0FBTyxFQUFFLENBQUMsZ0JBQWdCLENBQUM7b0JBQzNCLFlBQVksRUFBRSxDQUFDLG9CQUFvQixDQUFDO29CQUNwQyxPQUFPLEVBQUUsQ0FBQyxvQkFBb0IsQ0FBQztpQkFDL0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBMdUFwaUZlZWRlckNvbXBvbmVudCB9IGZyb20gJy4vYXBpLWZlZWRlci5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBIdHRwQ2xpZW50TW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uL2h0dHAnO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuXHRpbXBvcnRzOiBbSHR0cENsaWVudE1vZHVsZV0sXHJcblx0ZGVjbGFyYXRpb25zOiBbTHVBcGlGZWVkZXJDb21wb25lbnRdLFxyXG5cdGV4cG9ydHM6IFtMdUFwaUZlZWRlckNvbXBvbmVudF0sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBMdUFwaUZlZWRlck1vZHVsZSB7fVxyXG4iXX0=
@@ -3,9 +3,9 @@ import { NG_VALUE_ACCESSOR } from '@angular/forms';
3
3
  import { ALuSelectInputComponent } from '@lucca-front/ng/select';
4
4
  import * as i0 from "@angular/core";
5
5
  import * as i1 from "@angular/cdk/overlay";
6
- import * as i2 from "@lucca-front/ng/input";
7
- import * as i3 from "@lucca-front/ng/option";
8
- import * as i4 from "../searcher/api-searcher.component";
6
+ import * as i2 from "@lucca-front/ng/option";
7
+ import * as i3 from "../searcher/api-searcher.component";
8
+ import * as i4 from "@lucca-front/ng/input";
9
9
  export class LuApiSelectInputComponent extends ALuSelectInputComponent {
10
10
  constructor(_changeDetectorRef, _overlay, _elementRef, _viewContainerRef, _renderer) {
11
11
  super(_changeDetectorRef, _overlay, _elementRef, _viewContainerRef, _renderer);
@@ -18,15 +18,15 @@ export class LuApiSelectInputComponent extends ALuSelectInputComponent {
18
18
  this.byId = (option1, option2) => option1 && option2 && option1.id === option2.id;
19
19
  }
20
20
  }
21
- LuApiSelectInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: LuApiSelectInputComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.Overlay }, { token: i0.ElementRef }, { token: i0.ViewContainerRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
22
- LuApiSelectInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: LuApiSelectInputComponent, selector: "lu-api-select", inputs: { standard: "standard", api: "api", fields: "fields", filters: "filters", orderBy: "orderBy", sort: "sort" }, providers: [
21
+ LuApiSelectInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiSelectInputComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.Overlay }, { token: i0.ElementRef }, { token: i0.ViewContainerRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
22
+ LuApiSelectInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.0", type: LuApiSelectInputComponent, selector: "lu-api-select", inputs: { standard: "standard", api: "api", fields: "fields", filters: "filters", orderBy: "orderBy", sort: "sort" }, providers: [
23
23
  {
24
24
  provide: NG_VALUE_ACCESSOR,
25
25
  useExisting: forwardRef(() => LuApiSelectInputComponent),
26
26
  multi: true,
27
27
  },
28
- ], 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<span [class.chip]=\"multiple\" *luDisplayer=\"let option\">{{ option.name }}</span>\r\n<lu-option-picker-advanced [option-comparer]=\"byId\">\r\n\t<header class=\"lu-picker-header\">\r\n\t\t<lu-api-paged-searcher\r\n\t\t\t[standard]=\"standard\"\r\n\t\t\t[api]=\"api\"\r\n\t\t\t[fields]=\"fields\"\r\n\t\t\t[filters]=\"filters\"\r\n\t\t\t[orderBy]=\"orderBy\"\r\n\t\t\t[sort]=\"sort\"\r\n\t\t></lu-api-paged-searcher>\r\n\t</header>\r\n\t<lu-option *luForOptions=\"let option\" [value]=\"option\">{{ option.name }}</lu-option>\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{content:\"\\e97c\";font-family:Lucca icons;display:inline-block;vertical-align:text-bottom;font-style:normal;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)}: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)}.lu-select-value{padding-right:2.5rem}\n"], components: [{ type: i2.LuInputClearerComponent, selector: "lu-input-clearer", outputs: ["onClear"], exportAs: ["luClearer"] }, { type: i3.LuOptionPickerAdvancedComponent, selector: "lu-option-picker-advanced", exportAs: ["LuOptionPickerAdvanced"] }, { type: i4.LuApiPagedSearcherComponent, selector: "lu-api-paged-searcher", inputs: ["standard", "api", "fields", "filters", "orderBy", "sort", "debounceTime"] }, { type: i3.LuOptionItemComponent, selector: "lu-option", inputs: ["selected", "highlighted", "value", "disabled"], outputs: ["onSelect"] }], directives: [{ type: i2.LuInputDisplayerDirective, selector: "[luDisplayer]", inputs: ["luDisplayerMultiple", "multiple"] }, { type: i3.LuForOptionsDirective, selector: "[luForOptions]", inputs: ["luForOptionsTrackBy"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: LuApiSelectInputComponent, decorators: [{
28
+ ], 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<span [class.chip]=\"multiple\" *luDisplayer=\"let option\">{{ option.name }}</span>\r\n<lu-option-picker-advanced [option-comparer]=\"byId\">\r\n\t<header class=\"lu-picker-header\">\r\n\t\t<lu-api-paged-searcher\r\n\t\t\t[standard]=\"standard\"\r\n\t\t\t[api]=\"api\"\r\n\t\t\t[fields]=\"fields\"\r\n\t\t\t[filters]=\"filters\"\r\n\t\t\t[orderBy]=\"orderBy\"\r\n\t\t\t[sort]=\"sort\"\r\n\t\t></lu-api-paged-searcher>\r\n\t</header>\r\n\t<lu-option *luForOptions=\"let option\" [value]=\"option\">{{ option.name }}</lu-option>\r\n</lu-option-picker-advanced>\r\n", styles: [":host{cursor:pointer;outline:none;padding:0}:host:after{content:\"\\e97c\";font-family:Lucca icons;display:inline-block;vertical-align:text-bottom;font-style:normal;color:var(--components-select-default-palette-700);bottom:.5rem;bottom:var(--components-select-input-padding-vertical);font-size:1.2rem;line-height:1.4rem;pointer-events:none;position:absolute;right:.5rem;right:var(--components-select-input-padding-horizontal)}: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:1.5rem;line-height:var(--sizes-standard-line-height);min-height:calc(var(--spacings-small) + 1.5rem);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-standard-line-height));padding:.5rem 2.5rem .5rem .5rem;padding:var(--components-select-input-padding-vertical) 2.5rem var(--components-select-input-padding-vertical) var(--components-select-input-padding-horizontal);transition:all .25s ease;transition:all var(--commons-animations-durations-standard) ease;display:none}.lu-select-placeholder{color:var(--components-select-default-palette-400);line-height:1.5rem;line-height:var(--sizes-standard-line-height);min-height:calc(var(--spacings-small) + 1.5rem);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-standard-line-height));padding:.5rem 2.5rem .5rem .5rem;padding:var(--components-select-input-padding-vertical) 2.5rem var(--components-select-input-padding-vertical) var(--components-select-input-padding-horizontal);transition:all .25s ease;transition:all var(--commons-animations-durations-standard) ease;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:.25rem .25rem .5rem .5rem;padding:var(--spacings-smallest) var(--spacings-smaller);margin-left:0}::ng-deep .lu-select-value .chip{background:#FF6600;background:var(--components-select-chip-background);color:#fff;color:var(--components-select-chip-text);vertical-align:baseline;max-width:100%;height:1.5rem;height:var(--sizes-standard-line-height);line-height:1.5rem;line-height:var(--sizes-standard-line-height);padding:0 .5rem;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:.875rem;font-size:var(--sizes-small-font-size);line-height:1.25rem;line-height:var(--sizes-small-line-height);min-height:calc(var(--spacings-small) + 1.25rem);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-small-line-height))}:host-context(.textfield.mod-small):after{line-height:1.25rem;line-height:var(--sizes-small-line-height)}:host-context(.textfield.mod-small) ::ng-deep .lu-select-value .label{font-size:.875rem;font-size:var(--sizes-small-font-size);line-height:1.25rem;line-height:var(--sizes-small-line-height);font-weight:600;margin:0;padding:0;background:transparent}:host-context(.textfield.mod-small) ::ng-deep .lu-select-value .chip{height:1.25rem;height:var(--sizes-small-line-height);line-height:1.25rem;line-height:var(--sizes-small-line-height)}:host-context(.textfield.mod-framed).textfield-input,:host-context(.form.mod-framed).textfield-input{padding:var(--spacings-big) 0 0;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:#96a6c5;color:var(--colors-text-light-color);bottom:var(--spacings-small);bottom:var(--components-select-framed-bottom-padding);right:.5rem;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(--spacings-small) * 3) var(--spacings-small) var(--spacings-small);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(--spacings-small);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:#2a3551;color:var(--colors-text-default-color)}:host-context(.textfield.mod-filter) .lu-select-suffix{bottom:.4rem}:host-context(.textfield.mod-material):after{color:#96a6c5;color:var(--colors-text-light-color);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:1rem;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:1.375rem;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:#e51a3b;color:var(--palettes-error-color)}:host-context(.textfield-input.is-error) .lu-select-placeholder{color:#ffe0e6;color:var(--palettes-error-200)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]):after{color:#999;color:var(--commons-disabled-color)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]) .lu-select-placeholder{color:#bbb;color:var(--commons-disabled-placeholder)}:host-context(.palette-primary) .lu-select-placeholder{color:var(--palettes-primary-400)}:host-context(.palette-primary):after{color:var(--palettes-primary-700)}:host-context(.palette-secondary) .lu-select-placeholder{color:var(--palettes-secondary-400)}:host-context(.palette-secondary):after{color:var(--palettes-secondary-700)}:host-context(.palette-grey) .lu-select-placeholder{color:var(--palettes-grey-400)}:host-context(.palette-grey):after{color:var(--palettes-grey-700)}:host-context(.palette-success) .lu-select-placeholder{color:var(--palettes-success-400)}:host-context(.palette-success):after{color:var(--palettes-success-700)}:host-context(.palette-warning) .lu-select-placeholder{color:var(--palettes-warning-400)}:host-context(.palette-warning):after{color:var(--palettes-warning-700)}:host-context(.palette-error) .lu-select-placeholder{color:var(--palettes-error-400)}:host-context(.palette-error):after{color:var(--palettes-error-700)}.lu-select-value{padding-right:2.5rem}\n"], dependencies: [{ kind: "component", type: i2.LuOptionPickerAdvancedComponent, selector: "lu-option-picker-advanced", exportAs: ["LuOptionPickerAdvanced"] }, { kind: "component", type: i2.LuOptionItemComponent, selector: "lu-option", inputs: ["selected", "highlighted", "value", "disabled"], outputs: ["onSelect"] }, { kind: "directive", type: i2.LuForOptionsDirective, selector: "[luForOptions]", inputs: ["luForOptionsTrackBy"] }, { kind: "component", type: i3.LuApiPagedSearcherComponent, selector: "lu-api-paged-searcher", inputs: ["standard", "api", "fields", "filters", "orderBy", "sort", "debounceTime"] }, { kind: "component", type: i4.LuInputClearerComponent, selector: "lu-input-clearer", outputs: ["onClear"], exportAs: ["luClearer"] }, { kind: "directive", type: i4.LuInputDisplayerDirective, selector: "[luDisplayer]", inputs: ["luDisplayerMultiple", "multiple"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiSelectInputComponent, decorators: [{
30
30
  type: Component,
31
31
  args: [{ selector: 'lu-api-select', changeDetection: ChangeDetectionStrategy.OnPush, providers: [
32
32
  {
@@ -34,7 +34,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImpor
34
34
  useExisting: forwardRef(() => LuApiSelectInputComponent),
35
35
  multi: true,
36
36
  },
37
- ], 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<span [class.chip]=\"multiple\" *luDisplayer=\"let option\">{{ option.name }}</span>\r\n<lu-option-picker-advanced [option-comparer]=\"byId\">\r\n\t<header class=\"lu-picker-header\">\r\n\t\t<lu-api-paged-searcher\r\n\t\t\t[standard]=\"standard\"\r\n\t\t\t[api]=\"api\"\r\n\t\t\t[fields]=\"fields\"\r\n\t\t\t[filters]=\"filters\"\r\n\t\t\t[orderBy]=\"orderBy\"\r\n\t\t\t[sort]=\"sort\"\r\n\t\t></lu-api-paged-searcher>\r\n\t</header>\r\n\t<lu-option *luForOptions=\"let option\" [value]=\"option\">{{ option.name }}</lu-option>\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{content:\"\\e97c\";font-family:Lucca icons;display:inline-block;vertical-align:text-bottom;font-style:normal;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)}: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)}.lu-select-value{padding-right:2.5rem}\n"] }]
37
+ ], 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<span [class.chip]=\"multiple\" *luDisplayer=\"let option\">{{ option.name }}</span>\r\n<lu-option-picker-advanced [option-comparer]=\"byId\">\r\n\t<header class=\"lu-picker-header\">\r\n\t\t<lu-api-paged-searcher\r\n\t\t\t[standard]=\"standard\"\r\n\t\t\t[api]=\"api\"\r\n\t\t\t[fields]=\"fields\"\r\n\t\t\t[filters]=\"filters\"\r\n\t\t\t[orderBy]=\"orderBy\"\r\n\t\t\t[sort]=\"sort\"\r\n\t\t></lu-api-paged-searcher>\r\n\t</header>\r\n\t<lu-option *luForOptions=\"let option\" [value]=\"option\">{{ option.name }}</lu-option>\r\n</lu-option-picker-advanced>\r\n", styles: [":host{cursor:pointer;outline:none;padding:0}:host:after{content:\"\\e97c\";font-family:Lucca icons;display:inline-block;vertical-align:text-bottom;font-style:normal;color:var(--components-select-default-palette-700);bottom:.5rem;bottom:var(--components-select-input-padding-vertical);font-size:1.2rem;line-height:1.4rem;pointer-events:none;position:absolute;right:.5rem;right:var(--components-select-input-padding-horizontal)}: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:1.5rem;line-height:var(--sizes-standard-line-height);min-height:calc(var(--spacings-small) + 1.5rem);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-standard-line-height));padding:.5rem 2.5rem .5rem .5rem;padding:var(--components-select-input-padding-vertical) 2.5rem var(--components-select-input-padding-vertical) var(--components-select-input-padding-horizontal);transition:all .25s ease;transition:all var(--commons-animations-durations-standard) ease;display:none}.lu-select-placeholder{color:var(--components-select-default-palette-400);line-height:1.5rem;line-height:var(--sizes-standard-line-height);min-height:calc(var(--spacings-small) + 1.5rem);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-standard-line-height));padding:.5rem 2.5rem .5rem .5rem;padding:var(--components-select-input-padding-vertical) 2.5rem var(--components-select-input-padding-vertical) var(--components-select-input-padding-horizontal);transition:all .25s ease;transition:all var(--commons-animations-durations-standard) ease;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:.25rem .25rem .5rem .5rem;padding:var(--spacings-smallest) var(--spacings-smaller);margin-left:0}::ng-deep .lu-select-value .chip{background:#FF6600;background:var(--components-select-chip-background);color:#fff;color:var(--components-select-chip-text);vertical-align:baseline;max-width:100%;height:1.5rem;height:var(--sizes-standard-line-height);line-height:1.5rem;line-height:var(--sizes-standard-line-height);padding:0 .5rem;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:.875rem;font-size:var(--sizes-small-font-size);line-height:1.25rem;line-height:var(--sizes-small-line-height);min-height:calc(var(--spacings-small) + 1.25rem);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-small-line-height))}:host-context(.textfield.mod-small):after{line-height:1.25rem;line-height:var(--sizes-small-line-height)}:host-context(.textfield.mod-small) ::ng-deep .lu-select-value .label{font-size:.875rem;font-size:var(--sizes-small-font-size);line-height:1.25rem;line-height:var(--sizes-small-line-height);font-weight:600;margin:0;padding:0;background:transparent}:host-context(.textfield.mod-small) ::ng-deep .lu-select-value .chip{height:1.25rem;height:var(--sizes-small-line-height);line-height:1.25rem;line-height:var(--sizes-small-line-height)}:host-context(.textfield.mod-framed).textfield-input,:host-context(.form.mod-framed).textfield-input{padding:var(--spacings-big) 0 0;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:#96a6c5;color:var(--colors-text-light-color);bottom:var(--spacings-small);bottom:var(--components-select-framed-bottom-padding);right:.5rem;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(--spacings-small) * 3) var(--spacings-small) var(--spacings-small);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(--spacings-small);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:#2a3551;color:var(--colors-text-default-color)}:host-context(.textfield.mod-filter) .lu-select-suffix{bottom:.4rem}:host-context(.textfield.mod-material):after{color:#96a6c5;color:var(--colors-text-light-color);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:1rem;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:1.375rem;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:#e51a3b;color:var(--palettes-error-color)}:host-context(.textfield-input.is-error) .lu-select-placeholder{color:#ffe0e6;color:var(--palettes-error-200)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]):after{color:#999;color:var(--commons-disabled-color)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]) .lu-select-placeholder{color:#bbb;color:var(--commons-disabled-placeholder)}:host-context(.palette-primary) .lu-select-placeholder{color:var(--palettes-primary-400)}:host-context(.palette-primary):after{color:var(--palettes-primary-700)}:host-context(.palette-secondary) .lu-select-placeholder{color:var(--palettes-secondary-400)}:host-context(.palette-secondary):after{color:var(--palettes-secondary-700)}:host-context(.palette-grey) .lu-select-placeholder{color:var(--palettes-grey-400)}:host-context(.palette-grey):after{color:var(--palettes-grey-700)}:host-context(.palette-success) .lu-select-placeholder{color:var(--palettes-success-400)}:host-context(.palette-success):after{color:var(--palettes-success-700)}:host-context(.palette-warning) .lu-select-placeholder{color:var(--palettes-warning-400)}:host-context(.palette-warning):after{color:var(--palettes-warning-700)}:host-context(.palette-error) .lu-select-placeholder{color:var(--palettes-error-400)}:host-context(.palette-error):after{color:var(--palettes-error-700)}.lu-select-value{padding-right:2.5rem}\n"] }]
38
38
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i1.Overlay }, { type: i0.ElementRef }, { type: i0.ViewContainerRef }, { type: i0.Renderer2 }]; }, propDecorators: { standard: [{
39
39
  type: Input
40
40
  }], api: [{
@@ -7,10 +7,10 @@ import { LuApiSelectInputComponent } from './api-select-input.component';
7
7
  import * as i0 from "@angular/core";
8
8
  export class LuApiSelectInputModule {
9
9
  }
10
- LuApiSelectInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: LuApiSelectInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- LuApiSelectInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: LuApiSelectInputModule, declarations: [LuApiSelectInputComponent], imports: [CommonModule, LuOptionPickerModule, LuForOptionsModule, LuApiSearcherModule, LuInputClearerModule, LuInputDisplayerModule], exports: [LuApiSelectInputComponent] });
12
- LuApiSelectInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: LuApiSelectInputModule, imports: [[CommonModule, LuOptionPickerModule, LuForOptionsModule, LuApiSearcherModule, LuInputClearerModule, LuInputDisplayerModule]] });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: LuApiSelectInputModule, decorators: [{
10
+ LuApiSelectInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiSelectInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ LuApiSelectInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: LuApiSelectInputModule, declarations: [LuApiSelectInputComponent], imports: [CommonModule, LuOptionPickerModule, LuForOptionsModule, LuApiSearcherModule, LuInputClearerModule, LuInputDisplayerModule], exports: [LuApiSelectInputComponent] });
12
+ LuApiSelectInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiSelectInputModule, imports: [CommonModule, LuOptionPickerModule, LuForOptionsModule, LuApiSearcherModule, LuInputClearerModule, LuInputDisplayerModule] });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiSelectInputModule, decorators: [{
14
14
  type: NgModule,
15
15
  args: [{
16
16
  imports: [CommonModule, LuOptionPickerModule, LuForOptionsModule, LuApiSearcherModule, LuInputClearerModule, LuInputDisplayerModule],
@@ -18,4 +18,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImpor
18
18
  exports: [LuApiSelectInputComponent],
19
19
  }]
20
20
  }] });
21
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBpLXNlbGVjdC1pbnB1dC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9hcGkvc3JjL2xpYi9zZWxlY3QvaW5wdXQvYXBpLXNlbGVjdC1pbnB1dC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLG9CQUFvQixFQUFFLHNCQUFzQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDckYsT0FBTyxFQUFFLGtCQUFrQixFQUFFLG9CQUFvQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDbEYsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sbUJBQW1CLENBQUM7QUFDeEQsT0FBTyxFQUFFLHlCQUF5QixFQUFFLE1BQU0sOEJBQThCLENBQUM7O0FBT3pFLE1BQU0sT0FBTyxzQkFBc0I7O21IQUF0QixzQkFBc0I7b0hBQXRCLHNCQUFzQixpQkFIbkIseUJBQXlCLGFBRDlCLFlBQVksRUFBRSxvQkFBb0IsRUFBRSxrQkFBa0IsRUFBRSxtQkFBbUIsRUFBRSxvQkFBb0IsRUFBRSxzQkFBc0IsYUFFekgseUJBQXlCO29IQUV2QixzQkFBc0IsWUFKekIsQ0FBQyxZQUFZLEVBQUUsb0JBQW9CLEVBQUUsa0JBQWtCLEVBQUUsbUJBQW1CLEVBQUUsb0JBQW9CLEVBQUUsc0JBQXNCLENBQUM7MkZBSXhILHNCQUFzQjtrQkFMbEMsUUFBUTttQkFBQztvQkFDVCxPQUFPLEVBQUUsQ0FBQyxZQUFZLEVBQUUsb0JBQW9CLEVBQUUsa0JBQWtCLEVBQUUsbUJBQW1CLEVBQUUsb0JBQW9CLEVBQUUsc0JBQXNCLENBQUM7b0JBQ3BJLFlBQVksRUFBRSxDQUFDLHlCQUF5QixDQUFDO29CQUN6QyxPQUFPLEVBQUUsQ0FBQyx5QkFBeUIsQ0FBQztpQkFDcEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBMdUlucHV0Q2xlYXJlck1vZHVsZSwgTHVJbnB1dERpc3BsYXllck1vZHVsZSB9IGZyb20gJ0BsdWNjYS1mcm9udC9uZy9pbnB1dCc7XHJcbmltcG9ydCB7IEx1Rm9yT3B0aW9uc01vZHVsZSwgTHVPcHRpb25QaWNrZXJNb2R1bGUgfSBmcm9tICdAbHVjY2EtZnJvbnQvbmcvb3B0aW9uJztcclxuaW1wb3J0IHsgTHVBcGlTZWFyY2hlck1vZHVsZSB9IGZyb20gJy4uL3NlYXJjaGVyL2luZGV4JztcclxuaW1wb3J0IHsgTHVBcGlTZWxlY3RJbnB1dENvbXBvbmVudCB9IGZyb20gJy4vYXBpLXNlbGVjdC1pbnB1dC5jb21wb25lbnQnO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuXHRpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBMdU9wdGlvblBpY2tlck1vZHVsZSwgTHVGb3JPcHRpb25zTW9kdWxlLCBMdUFwaVNlYXJjaGVyTW9kdWxlLCBMdUlucHV0Q2xlYXJlck1vZHVsZSwgTHVJbnB1dERpc3BsYXllck1vZHVsZV0sXHJcblx0ZGVjbGFyYXRpb25zOiBbTHVBcGlTZWxlY3RJbnB1dENvbXBvbmVudF0sXHJcblx0ZXhwb3J0czogW0x1QXBpU2VsZWN0SW5wdXRDb21wb25lbnRdLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgTHVBcGlTZWxlY3RJbnB1dE1vZHVsZSB7fVxyXG4iXX0=
21
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBpLXNlbGVjdC1pbnB1dC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9hcGkvc3JjL2xpYi9zZWxlY3QvaW5wdXQvYXBpLXNlbGVjdC1pbnB1dC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLG9CQUFvQixFQUFFLHNCQUFzQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDckYsT0FBTyxFQUFFLGtCQUFrQixFQUFFLG9CQUFvQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDbEYsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sbUJBQW1CLENBQUM7QUFDeEQsT0FBTyxFQUFFLHlCQUF5QixFQUFFLE1BQU0sOEJBQThCLENBQUM7O0FBT3pFLE1BQU0sT0FBTyxzQkFBc0I7O21IQUF0QixzQkFBc0I7b0hBQXRCLHNCQUFzQixpQkFIbkIseUJBQXlCLGFBRDlCLFlBQVksRUFBRSxvQkFBb0IsRUFBRSxrQkFBa0IsRUFBRSxtQkFBbUIsRUFBRSxvQkFBb0IsRUFBRSxzQkFBc0IsYUFFekgseUJBQXlCO29IQUV2QixzQkFBc0IsWUFKeEIsWUFBWSxFQUFFLG9CQUFvQixFQUFFLGtCQUFrQixFQUFFLG1CQUFtQixFQUFFLG9CQUFvQixFQUFFLHNCQUFzQjsyRkFJdkgsc0JBQXNCO2tCQUxsQyxRQUFRO21CQUFDO29CQUNULE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxvQkFBb0IsRUFBRSxrQkFBa0IsRUFBRSxtQkFBbUIsRUFBRSxvQkFBb0IsRUFBRSxzQkFBc0IsQ0FBQztvQkFDcEksWUFBWSxFQUFFLENBQUMseUJBQXlCLENBQUM7b0JBQ3pDLE9BQU8sRUFBRSxDQUFDLHlCQUF5QixDQUFDO2lCQUNwQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEx1SW5wdXRDbGVhcmVyTW9kdWxlLCBMdUlucHV0RGlzcGxheWVyTW9kdWxlIH0gZnJvbSAnQGx1Y2NhLWZyb250L25nL2lucHV0JztcclxuaW1wb3J0IHsgTHVGb3JPcHRpb25zTW9kdWxlLCBMdU9wdGlvblBpY2tlck1vZHVsZSB9IGZyb20gJ0BsdWNjYS1mcm9udC9uZy9vcHRpb24nO1xyXG5pbXBvcnQgeyBMdUFwaVNlYXJjaGVyTW9kdWxlIH0gZnJvbSAnLi4vc2VhcmNoZXIvaW5kZXgnO1xyXG5pbXBvcnQgeyBMdUFwaVNlbGVjdElucHV0Q29tcG9uZW50IH0gZnJvbSAnLi9hcGktc2VsZWN0LWlucHV0LmNvbXBvbmVudCc7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG5cdGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIEx1T3B0aW9uUGlja2VyTW9kdWxlLCBMdUZvck9wdGlvbnNNb2R1bGUsIEx1QXBpU2VhcmNoZXJNb2R1bGUsIEx1SW5wdXRDbGVhcmVyTW9kdWxlLCBMdUlucHV0RGlzcGxheWVyTW9kdWxlXSxcclxuXHRkZWNsYXJhdGlvbnM6IFtMdUFwaVNlbGVjdElucHV0Q29tcG9uZW50XSxcclxuXHRleHBvcnRzOiBbTHVBcGlTZWxlY3RJbnB1dENvbXBvbmVudF0sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBMdUFwaVNlbGVjdElucHV0TW9kdWxlIHt9XHJcbiJdfQ==
@@ -28,8 +28,8 @@ export class LuApiPagerComponent extends ALuApiOptionPager {
28
28
  super.init();
29
29
  }
30
30
  }
31
- LuApiPagerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: LuApiPagerComponent, deps: [{ token: ALuApiService, optional: true, skipSelf: true }, { token: ALuApiService, self: true }], target: i0.ɵɵFactoryTarget.Component });
32
- LuApiPagerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: LuApiPagerComponent, selector: "lu-api-pager", inputs: { standard: "standard", api: "api", fields: "fields", filters: "filters", orderBy: "orderBy" }, providers: [
31
+ LuApiPagerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiPagerComponent, deps: [{ token: ALuApiService, optional: true, skipSelf: true }, { token: ALuApiService, self: true }], target: i0.ɵɵFactoryTarget.Component });
32
+ LuApiPagerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.0", type: LuApiPagerComponent, selector: "lu-api-pager", inputs: { standard: "standard", api: "api", fields: "fields", filters: "filters", orderBy: "orderBy" }, providers: [
33
33
  {
34
34
  provide: ALuOptionOperator,
35
35
  useExisting: forwardRef(() => LuApiPagerComponent),
@@ -50,7 +50,7 @@ LuApiPagerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
50
50
  multi: true,
51
51
  },
52
52
  ], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: LuApiPagerComponent, decorators: [{
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiPagerComponent, decorators: [{
54
54
  type: Component,
55
55
  args: [{ selector: 'lu-api-pager', template: '', changeDetection: ChangeDetectionStrategy.OnPush, providers: [
56
56
  {
@@ -72,7 +72,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImpor
72
72
  useExisting: forwardRef(() => LuApiPagerComponent),
73
73
  multi: true,
74
74
  },
75
- ], styles: [] }]
75
+ ] }]
76
76
  }], ctorParameters: function () { return [{ type: i1.LuApiHybridService, decorators: [{
77
77
  type: Inject,
78
78
  args: [ALuApiService]
@@ -4,10 +4,10 @@ import { HttpClientModule } from '@angular/common/http';
4
4
  import * as i0 from "@angular/core";
5
5
  export class LuApiPagerModule {
6
6
  }
7
- LuApiPagerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: LuApiPagerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- LuApiPagerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: LuApiPagerModule, declarations: [LuApiPagerComponent], imports: [HttpClientModule], exports: [LuApiPagerComponent] });
9
- LuApiPagerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: LuApiPagerModule, imports: [[HttpClientModule]] });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: LuApiPagerModule, decorators: [{
7
+ LuApiPagerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiPagerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ LuApiPagerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: LuApiPagerModule, declarations: [LuApiPagerComponent], imports: [HttpClientModule], exports: [LuApiPagerComponent] });
9
+ LuApiPagerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiPagerModule, imports: [HttpClientModule] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiPagerModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  imports: [HttpClientModule],
@@ -15,4 +15,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImpor
15
15
  exports: [LuApiPagerComponent],
16
16
  }]
17
17
  }] });
18
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBpLXBhZ2VyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL25nL2FwaS9zcmMvbGliL3NlbGVjdC9wYWdlci9hcGktcGFnZXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDNUQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sc0JBQXNCLENBQUM7O0FBT3hELE1BQU0sT0FBTyxnQkFBZ0I7OzZHQUFoQixnQkFBZ0I7OEdBQWhCLGdCQUFnQixpQkFIYixtQkFBbUIsYUFEeEIsZ0JBQWdCLGFBRWhCLG1CQUFtQjs4R0FFakIsZ0JBQWdCLFlBSm5CLENBQUMsZ0JBQWdCLENBQUM7MkZBSWYsZ0JBQWdCO2tCQUw1QixRQUFRO21CQUFDO29CQUNULE9BQU8sRUFBRSxDQUFDLGdCQUFnQixDQUFDO29CQUMzQixZQUFZLEVBQUUsQ0FBQyxtQkFBbUIsQ0FBQztvQkFDbkMsT0FBTyxFQUFFLENBQUMsbUJBQW1CLENBQUM7aUJBQzlCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgTHVBcGlQYWdlckNvbXBvbmVudCB9IGZyb20gJy4vYXBpLXBhZ2VyLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IEh0dHBDbGllbnRNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24vaHR0cCc7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG5cdGltcG9ydHM6IFtIdHRwQ2xpZW50TW9kdWxlXSxcclxuXHRkZWNsYXJhdGlvbnM6IFtMdUFwaVBhZ2VyQ29tcG9uZW50XSxcclxuXHRleHBvcnRzOiBbTHVBcGlQYWdlckNvbXBvbmVudF0sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBMdUFwaVBhZ2VyTW9kdWxlIHt9XHJcbiJdfQ==
18
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBpLXBhZ2VyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL25nL2FwaS9zcmMvbGliL3NlbGVjdC9wYWdlci9hcGktcGFnZXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDNUQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sc0JBQXNCLENBQUM7O0FBT3hELE1BQU0sT0FBTyxnQkFBZ0I7OzZHQUFoQixnQkFBZ0I7OEdBQWhCLGdCQUFnQixpQkFIYixtQkFBbUIsYUFEeEIsZ0JBQWdCLGFBRWhCLG1CQUFtQjs4R0FFakIsZ0JBQWdCLFlBSmxCLGdCQUFnQjsyRkFJZCxnQkFBZ0I7a0JBTDVCLFFBQVE7bUJBQUM7b0JBQ1QsT0FBTyxFQUFFLENBQUMsZ0JBQWdCLENBQUM7b0JBQzNCLFlBQVksRUFBRSxDQUFDLG1CQUFtQixDQUFDO29CQUNuQyxPQUFPLEVBQUUsQ0FBQyxtQkFBbUIsQ0FBQztpQkFDOUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBMdUFwaVBhZ2VyQ29tcG9uZW50IH0gZnJvbSAnLi9hcGktcGFnZXIuY29tcG9uZW50JztcclxuaW1wb3J0IHsgSHR0cENsaWVudE1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbi9odHRwJztcclxuXHJcbkBOZ01vZHVsZSh7XHJcblx0aW1wb3J0czogW0h0dHBDbGllbnRNb2R1bGVdLFxyXG5cdGRlY2xhcmF0aW9uczogW0x1QXBpUGFnZXJDb21wb25lbnRdLFxyXG5cdGV4cG9ydHM6IFtMdUFwaVBhZ2VyQ29tcG9uZW50XSxcclxufSlcclxuZXhwb3J0IGNsYXNzIEx1QXBpUGFnZXJNb2R1bGUge31cclxuIl19