@lucca-front/ng 7.2.0 → 8.0.0-alpha.1

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 (1126) hide show
  1. package/animations/lucca-front-ng-animations.d.ts +1 -0
  2. package/animations/package.json +6 -10
  3. package/api/lib/api.module.d.ts +5 -0
  4. package/api/lib/select/api-select.module.d.ts +8 -0
  5. package/api/lib/select/feeder/api-feeder.component.d.ts +3 -0
  6. package/api/lib/select/feeder/api-feeder.module.d.ts +6 -0
  7. package/api/lib/select/input/api-select-input.component.d.ts +7 -6
  8. package/api/lib/select/input/api-select-input.module.d.ts +9 -0
  9. package/api/lib/select/pager/api-pager.component.d.ts +3 -0
  10. package/api/lib/select/pager/api-pager.module.d.ts +6 -0
  11. package/api/lib/select/searcher/api-searcher.component.d.ts +7 -3
  12. package/api/lib/select/searcher/api-searcher.model.d.ts +4 -5
  13. package/api/lib/select/searcher/api-searcher.module.d.ts +9 -0
  14. package/api/lib/service/api-hybrid.service.d.ts +3 -0
  15. package/api/lib/service/api-service.model.d.ts +2 -3
  16. package/api/lib/service/api-v3.service.d.ts +3 -0
  17. package/api/lib/service/api-v4.service.d.ts +3 -0
  18. package/api/lucca-front-ng-api.d.ts +1 -0
  19. package/api/package.json +6 -10
  20. package/core/lib/date/native/native-date.adapter.d.ts +3 -0
  21. package/core/lib/date/string/string-date.adapter.d.ts +3 -0
  22. package/core/lucca-front-ng-core.d.ts +1 -0
  23. package/core/package.json +6 -10
  24. package/date/lib/adapter/date-adapter.module.d.ts +5 -0
  25. package/date/lib/adapter/date-adapter.pipe.d.ts +3 -0
  26. package/date/lib/calendar/calendar-input.component.d.ts +6 -3
  27. package/date/lib/calendar/calendar-input.module.d.ts +7 -0
  28. package/date/lib/calendar/calendar-item.class.d.ts +1 -1
  29. package/date/lib/calendar/calendar-item.factory.d.ts +3 -0
  30. package/date/lib/date.module.d.ts +9 -0
  31. package/date/lib/input/date-input.directive.d.ts +3 -0
  32. package/date/lib/input/date-input.intl.d.ts +3 -0
  33. package/date/lib/input/date-input.module.d.ts +5 -0
  34. package/date/lib/picker/date-picker.component.d.ts +3 -0
  35. package/date/lib/picker/date-picker.module.d.ts +11 -0
  36. package/date/lib/select/date-select-input.component.d.ts +3 -0
  37. package/date/lib/select/date-select-input.intl.d.ts +3 -0
  38. package/date/lib/select/date-select-input.module.d.ts +9 -0
  39. package/date/lucca-front-ng-date.d.ts +1 -1
  40. package/date/package.json +6 -10
  41. package/department/lib/department.module.d.ts +5 -0
  42. package/department/lib/select/department-select.module.d.ts +6 -0
  43. package/department/lib/select/feeder/department-feeder.component.d.ts +3 -0
  44. package/department/lib/select/feeder/department-feeder.module.d.ts +6 -0
  45. package/department/lib/select/input/department-select-input.component.d.ts +8 -7
  46. package/department/lib/select/input/department-select-input.intl.d.ts +3 -0
  47. package/department/lib/select/input/department-select-input.module.d.ts +10 -0
  48. package/department/lib/service/department-v3.service.d.ts +3 -0
  49. package/department/lucca-front-ng-department.d.ts +1 -0
  50. package/department/package.json +6 -10
  51. package/dropdown/lib/dropdown.module.d.ts +7 -0
  52. package/dropdown/lib/item/dropdown-item.directive.d.ts +3 -0
  53. package/dropdown/lib/item/dropdown-item.module.d.ts +5 -0
  54. package/dropdown/lib/panel/dropdown-panel.component.d.ts +3 -0
  55. package/dropdown/lib/panel/dropdown-panel.module.d.ts +6 -0
  56. package/dropdown/lib/trigger/dropdown-trigger.directive.d.ts +3 -0
  57. package/dropdown/lib/trigger/dropdown-trigger.module.d.ts +6 -0
  58. package/dropdown/lucca-front-ng-dropdown.d.ts +1 -0
  59. package/dropdown/package.json +6 -10
  60. package/{animations/esm2015/index.js → esm2020/animations/index.mjs} +0 -0
  61. package/{animations/esm2015/lib/animation.factory.js → esm2020/animations/lib/animation.factory.mjs} +0 -0
  62. package/{animations/esm2015/lib/fade.animation.js → esm2020/animations/lib/fade.animation.mjs} +0 -0
  63. package/{animations/esm2015/lib/index.js → esm2020/animations/lib/index.mjs} +0 -0
  64. package/{animations/esm2015/lib/scale.animation.js → esm2020/animations/lib/scale.animation.mjs} +0 -0
  65. package/{animations/esm2015/lib/slide.animation.js → esm2020/animations/lib/slide.animation.mjs} +0 -0
  66. package/{animations/esm2015/lucca-front-ng-animations.js → esm2020/animations/lucca-front-ng-animations.mjs} +0 -0
  67. package/{animations/esm2015/public-api.js → esm2020/animations/public-api.mjs} +0 -0
  68. package/{api/esm2015/index.js → esm2020/api/index.mjs} +0 -0
  69. package/{api/esm2015/lib/api.model.js → esm2020/api/lib/api.model.mjs} +0 -0
  70. package/esm2020/api/lib/api.module.mjs +22 -0
  71. package/{api/esm2015/lib/index.js → esm2020/api/lib/index.mjs} +0 -0
  72. package/esm2020/api/lib/select/api-select.module.mjs +43 -0
  73. package/esm2020/api/lib/select/feeder/api-feeder.component.mjs +78 -0
  74. package/{api/esm2015/lib/select/feeder/api-feeder.model.js → esm2020/api/lib/select/feeder/api-feeder.model.mjs} +0 -0
  75. package/esm2020/api/lib/select/feeder/api-feeder.module.mjs +26 -0
  76. package/{api/esm2015/lib/select/feeder/index.js → esm2020/api/lib/select/feeder/index.mjs} +0 -0
  77. package/{api/esm2015/lib/select/index.js → esm2020/api/lib/select/index.mjs} +0 -0
  78. package/esm2020/api/lib/select/input/api-select-input.component.mjs +48 -0
  79. package/esm2020/api/lib/select/input/api-select-input.module.mjs +44 -0
  80. package/{api/esm2015/lib/select/input/index.js → esm2020/api/lib/select/input/index.mjs} +0 -0
  81. package/esm2020/api/lib/select/pager/api-pager.component.mjs +89 -0
  82. package/{api/esm2015/lib/select/pager/api-pager.model.js → esm2020/api/lib/select/pager/api-pager.model.mjs} +0 -0
  83. package/esm2020/api/lib/select/pager/api-pager.module.mjs +26 -0
  84. package/{api/esm2015/lib/select/pager/index.js → esm2020/api/lib/select/pager/index.mjs} +0 -0
  85. package/esm2020/api/lib/select/searcher/api-searcher.component.mjs +210 -0
  86. package/esm2020/api/lib/select/searcher/api-searcher.model.mjs +69 -0
  87. package/esm2020/api/lib/select/searcher/api-searcher.module.mjs +42 -0
  88. package/{api/esm2015/lib/select/searcher/index.js → esm2020/api/lib/select/searcher/index.mjs} +0 -0
  89. package/esm2020/api/lib/service/api-hybrid.service.mjs +59 -0
  90. package/esm2020/api/lib/service/api-service.model.mjs +3 -0
  91. package/esm2020/api/lib/service/api-v3.service.mjs +65 -0
  92. package/esm2020/api/lib/service/api-v4.service.mjs +55 -0
  93. package/{api/esm2015/lib/service/index.js → esm2020/api/lib/service/index.mjs} +0 -0
  94. package/{api/esm2015/lucca-front-ng-api.js → esm2020/api/lucca-front-ng-api.mjs} +0 -0
  95. package/{api/esm2015/public-api.js → esm2020/api/public-api.mjs} +0 -0
  96. package/{core/esm2015/index.js → esm2020/core/index.mjs} +0 -0
  97. package/{core/esm2015/lib/date/date-adapter.class.js → esm2020/core/lib/date/date-adapter.class.mjs} +0 -0
  98. package/{core/esm2015/lib/date/date-adapter.interface.js → esm2020/core/lib/date/date-adapter.interface.mjs} +0 -0
  99. package/{core/esm2015/lib/date/date-granularity.enum.js → esm2020/core/lib/date/date-granularity.enum.mjs} +0 -0
  100. package/{core/esm2015/lib/date/index.js → esm2020/core/lib/date/index.mjs} +0 -0
  101. package/{core/esm2015/lib/date/native/index.js → esm2020/core/lib/date/native/index.mjs} +0 -0
  102. package/esm2020/core/lib/date/native/native-date.adapter.mjs +228 -0
  103. package/{core/esm2015/lib/date/native/native-date.option.js → esm2020/core/lib/date/native/native-date.option.mjs} +0 -0
  104. package/{core/esm2015/lib/date/string/index.js → esm2020/core/lib/date/string/index.mjs} +0 -0
  105. package/esm2020/core/lib/date/string/string-date.adapter.mjs +81 -0
  106. package/{core/esm2015/lib/event/index.js → esm2020/core/lib/event/index.mjs} +0 -0
  107. package/{core/esm2015/lib/event/on-close.subscriber.js → esm2020/core/lib/event/on-close.subscriber.mjs} +0 -0
  108. package/{core/esm2015/lib/event/on-open.subscriber.js → esm2020/core/lib/event/on-open.subscriber.mjs} +0 -0
  109. package/{core/esm2015/lib/event/on-scroll-bottom.subscriber.js → esm2020/core/lib/event/on-scroll-bottom.subscriber.mjs} +0 -0
  110. package/{core/esm2015/lib/group/group.interface.js → esm2020/core/lib/group/group.interface.mjs} +0 -0
  111. package/{core/esm2015/lib/group/index.js → esm2020/core/lib/group/index.mjs} +0 -0
  112. package/{core/esm2015/lib/id/id.generator.js → esm2020/core/lib/id/id.generator.mjs} +0 -0
  113. package/{core/esm2015/lib/id/index.js → esm2020/core/lib/id/index.mjs} +0 -0
  114. package/{core/esm2015/lib/index.js → esm2020/core/lib/index.mjs} +0 -0
  115. package/{core/esm2015/lib/translate/index.js → esm2020/core/lib/translate/index.mjs} +0 -0
  116. package/esm2020/core/lib/translate/intl.model.mjs +13 -0
  117. package/{core/esm2015/lib/translate/translation.model.js → esm2020/core/lib/translate/translation.model.mjs} +0 -0
  118. package/{core/esm2015/lib/tree/index.js → esm2020/core/lib/tree/index.mjs} +0 -0
  119. package/{core/esm2015/lib/tree/tree.model.js → esm2020/core/lib/tree/tree.model.mjs} +0 -0
  120. package/{core/esm2015/lucca-front-ng-core.js → esm2020/core/lucca-front-ng-core.mjs} +0 -0
  121. package/{core/esm2015/public-api.js → esm2020/core/public-api.mjs} +0 -0
  122. package/{date/esm2015/index.js → esm2020/date/index.mjs} +0 -0
  123. package/esm2020/date/lib/adapter/date-adapter.module.mjs +20 -0
  124. package/esm2020/date/lib/adapter/date-adapter.pipe.mjs +24 -0
  125. package/{date/esm2015/lib/adapter/index.js → esm2020/date/lib/adapter/index.mjs} +0 -0
  126. package/esm2020/date/lib/calendar/calendar-input.component.mjs +331 -0
  127. package/esm2020/date/lib/calendar/calendar-input.module.mjs +36 -0
  128. package/esm2020/date/lib/calendar/calendar-item.class.mjs +41 -0
  129. package/esm2020/date/lib/calendar/calendar-item.factory.mjs +38 -0
  130. package/{date/esm2015/lib/calendar/calendar-item.interface.js → esm2020/date/lib/calendar/calendar-item.interface.mjs} +0 -0
  131. package/{date/esm2015/lib/calendar/index.js → esm2020/date/lib/calendar/index.mjs} +0 -0
  132. package/esm2020/date/lib/date.module.mjs +50 -0
  133. package/{date/esm2015/lib/index.js → esm2020/date/lib/index.mjs} +0 -0
  134. package/esm2020/date/lib/input/date-input.directive.mjs +138 -0
  135. package/esm2020/date/lib/input/date-input.intl.mjs +21 -0
  136. package/esm2020/date/lib/input/date-input.module.mjs +31 -0
  137. package/{date/esm2015/lib/input/date-input.token.js → esm2020/date/lib/input/date-input.token.mjs} +0 -0
  138. package/{date/esm2015/lib/input/date-input.translate.js → esm2020/date/lib/input/date-input.translate.mjs} +0 -0
  139. package/{date/esm2015/lib/input/index.js → esm2020/date/lib/input/index.mjs} +0 -0
  140. package/esm2020/date/lib/picker/date-picker.component.mjs +104 -0
  141. package/esm2020/date/lib/picker/date-picker.module.mjs +46 -0
  142. package/{date/esm2015/lib/picker/index.js → esm2020/date/lib/picker/index.mjs} +0 -0
  143. package/esm2020/date/lib/select/date-select-input.component.mjs +100 -0
  144. package/esm2020/date/lib/select/date-select-input.intl.mjs +21 -0
  145. package/esm2020/date/lib/select/date-select-input.module.mjs +54 -0
  146. package/{date/esm2015/lib/select/date-select-input.token.js → esm2020/date/lib/select/date-select-input.token.mjs} +0 -0
  147. package/{date/esm2015/lib/select/date-select-input.translate.js → esm2020/date/lib/select/date-select-input.translate.mjs} +0 -0
  148. package/{date/esm2015/lib/select/index.js → esm2020/date/lib/select/index.mjs} +0 -0
  149. package/esm2020/date/lucca-front-ng-date.mjs +5 -0
  150. package/{date/esm2015/public-api.js → esm2020/date/public-api.mjs} +0 -0
  151. package/{department/esm2015/index.js → esm2020/department/index.mjs} +0 -0
  152. package/{department/esm2015/lib/department.model.js → esm2020/department/lib/department.model.mjs} +0 -0
  153. package/esm2020/department/lib/department.module.mjs +22 -0
  154. package/{department/esm2015/lib/index.js → esm2020/department/lib/index.mjs} +0 -0
  155. package/esm2020/department/lib/select/department-select.module.mjs +29 -0
  156. package/esm2020/department/lib/select/feeder/department-feeder.component.mjs +72 -0
  157. package/esm2020/department/lib/select/feeder/department-feeder.module.mjs +26 -0
  158. package/{department/esm2015/lib/select/feeder/index.js → esm2020/department/lib/select/feeder/index.mjs} +0 -0
  159. package/{department/esm2015/lib/select/index.js → esm2020/department/lib/select/index.mjs} +0 -0
  160. package/esm2020/department/lib/select/input/department-select-input.component.mjs +51 -0
  161. package/esm2020/department/lib/select/input/department-select-input.intl.mjs +21 -0
  162. package/esm2020/department/lib/select/input/department-select-input.module.mjs +64 -0
  163. package/{department/esm2015/lib/select/input/department-select-input.token.js → esm2020/department/lib/select/input/department-select-input.token.mjs} +0 -0
  164. package/{department/esm2015/lib/select/input/department-select-input.translate.js → esm2020/department/lib/select/input/department-select-input.translate.mjs} +0 -0
  165. package/{department/esm2015/lib/select/input/index.js → esm2020/department/lib/select/input/index.mjs} +0 -0
  166. package/{department/esm2015/lib/service/department-service.model.js → esm2020/department/lib/service/department-service.model.mjs} +0 -0
  167. package/esm2020/department/lib/service/department-v3.service.mjs +37 -0
  168. package/{department/esm2015/lib/service/index.js → esm2020/department/lib/service/index.mjs} +0 -0
  169. package/{department/esm2015/lucca-front-ng-department.js → esm2020/department/lucca-front-ng-department.mjs} +0 -0
  170. package/{department/esm2015/public-api.js → esm2020/department/public-api.mjs} +0 -0
  171. package/esm2020/dropdown/lib/dropdown.module.mjs +36 -0
  172. package/{dropdown/esm2015/lib/index.js → esm2020/dropdown/lib/index.mjs} +0 -0
  173. package/esm2020/dropdown/lib/item/dropdown-item.directive.mjs +55 -0
  174. package/{dropdown/esm2015/lib/item/dropdown-item.model.js → esm2020/dropdown/lib/item/dropdown-item.model.mjs} +0 -0
  175. package/esm2020/dropdown/lib/item/dropdown-item.module.mjs +21 -0
  176. package/{dropdown/esm2015/lib/item/index.js → esm2020/dropdown/lib/item/index.mjs} +0 -0
  177. package/esm2020/dropdown/lib/panel/dropdown-panel.component.mjs +109 -0
  178. package/{dropdown/esm2015/lib/panel/dropdown-panel.model.js → esm2020/dropdown/lib/panel/dropdown-panel.model.mjs} +0 -0
  179. package/esm2020/dropdown/lib/panel/dropdown-panel.module.mjs +26 -0
  180. package/{dropdown/esm2015/lib/panel/index.js → esm2020/dropdown/lib/panel/index.mjs} +0 -0
  181. package/esm2020/dropdown/lib/trigger/dropdown-trigger.directive.mjs +105 -0
  182. package/esm2020/dropdown/lib/trigger/dropdown-trigger.module.mjs +26 -0
  183. package/{dropdown/esm2015/lib/trigger/index.js → esm2020/dropdown/lib/trigger/index.mjs} +0 -0
  184. package/{dropdown/esm2015/lucca-front-ng-dropdown.js → esm2020/dropdown/lucca-front-ng-dropdown.mjs} +0 -0
  185. package/{dropdown/esm2015/public-api.js → esm2020/dropdown/public-api.mjs} +0 -0
  186. package/{establishment/esm2015/index.js → esm2020/establishment/index.mjs} +0 -0
  187. package/{establishment/esm2015/lib/establishment.model.js → esm2020/establishment/lib/establishment.model.mjs} +0 -0
  188. package/esm2020/establishment/lib/establishment.module.mjs +22 -0
  189. package/{establishment/esm2015/lib/index.js → esm2020/establishment/lib/index.mjs} +0 -0
  190. package/esm2020/establishment/lib/select/establishment-select.module.mjs +50 -0
  191. package/esm2020/establishment/lib/select/for-legal-units/for-legal-units.directive.mjs +49 -0
  192. package/esm2020/establishment/lib/select/for-legal-units/for-legal-units.module.mjs +16 -0
  193. package/{establishment/esm2015/lib/select/for-legal-units/index.js → esm2020/establishment/lib/select/for-legal-units/index.mjs} +0 -0
  194. package/{establishment/esm2015/lib/select/index.js → esm2020/establishment/lib/select/index.mjs} +0 -0
  195. package/esm2020/establishment/lib/select/input/establishment-select-input.component.mjs +122 -0
  196. package/esm2020/establishment/lib/select/input/establishment-select-input.intl.mjs +21 -0
  197. package/esm2020/establishment/lib/select/input/establishment-select-input.module.mjs +64 -0
  198. package/{establishment/esm2015/lib/select/input/establishment-select-input.token.js → esm2020/establishment/lib/select/input/establishment-select-input.token.mjs} +0 -0
  199. package/{establishment/esm2015/lib/select/input/establishment-select-input.translate.js → esm2020/establishment/lib/select/input/establishment-select-input.translate.mjs} +0 -0
  200. package/{establishment/esm2015/lib/select/input/index.js → esm2020/establishment/lib/select/input/index.mjs} +0 -0
  201. package/{establishment/esm2015/lib/select/legal-unit-selector/index.js → esm2020/establishment/lib/select/legal-unit-selector/index.mjs} +0 -0
  202. package/esm2020/establishment/lib/select/legal-unit-selector/legal-unit-selector.directive.mjs +102 -0
  203. package/esm2020/establishment/lib/select/legal-unit-selector/legal-unit-selector.module.mjs +18 -0
  204. package/esm2020/establishment/lib/select/searcher/establishment-searcher.component.mjs +169 -0
  205. package/esm2020/establishment/lib/select/searcher/establishment-searcher.module.mjs +38 -0
  206. package/{establishment/esm2015/lib/select/searcher/index.js → esm2020/establishment/lib/select/searcher/index.mjs} +0 -0
  207. package/esm2020/establishment/lib/select/select-all/establishment-select-all.component.mjs +90 -0
  208. package/esm2020/establishment/lib/select/select-all/establishment-select-all.module.mjs +40 -0
  209. package/{establishment/esm2015/lib/select/select-all/establishment-select-all.translate.js → esm2020/establishment/lib/select/select-all/establishment-select-all.translate.mjs} +0 -0
  210. package/{establishment/esm2015/lib/select/select-all/index.js → esm2020/establishment/lib/select/select-all/index.mjs} +0 -0
  211. package/{establishment/esm2015/lib/service/establishment-service.model.js → esm2020/establishment/lib/service/establishment-service.model.mjs} +0 -0
  212. package/esm2020/establishment/lib/service/establishment.service.mjs +33 -0
  213. package/{establishment/esm2015/lib/service/index.js → esm2020/establishment/lib/service/index.mjs} +0 -0
  214. package/{establishment/esm2015/lib/service/legal-unit-service.model.js → esm2020/establishment/lib/service/legal-unit-service.model.mjs} +0 -0
  215. package/esm2020/establishment/lib/service/legal-unit.service.mjs +33 -0
  216. package/{establishment/esm2015/lucca-front-ng-establishment.js → esm2020/establishment/lucca-front-ng-establishment.mjs} +0 -0
  217. package/{establishment/esm2015/public-api.js → esm2020/establishment/public-api.mjs} +0 -0
  218. package/{formly/esm2015/index.js → esm2020/formly/index.mjs} +0 -0
  219. package/{formly/esm2015/lib/formly.config.js → esm2020/formly/lib/formly.config.mjs} +0 -0
  220. package/esm2020/formly/lib/formly.module.mjs +110 -0
  221. package/{formly/esm2015/lib/index.js → esm2020/formly/lib/index.mjs} +0 -0
  222. package/esm2020/formly/lib/types/api.mjs +33 -0
  223. package/esm2020/formly/lib/types/checkbox.mjs +21 -0
  224. package/esm2020/formly/lib/types/date.mjs +21 -0
  225. package/esm2020/formly/lib/types/department.mjs +21 -0
  226. package/esm2020/formly/lib/types/establishment.mjs +21 -0
  227. package/{formly/esm2015/lib/types/index.js → esm2020/formly/lib/types/index.mjs} +0 -0
  228. package/esm2020/formly/lib/types/input.mjs +25 -0
  229. package/esm2020/formly/lib/types/qualification.mjs +21 -0
  230. package/esm2020/formly/lib/types/radios.mjs +24 -0
  231. package/esm2020/formly/lib/types/select.mjs +27 -0
  232. package/esm2020/formly/lib/types/textarea.mjs +21 -0
  233. package/esm2020/formly/lib/types/user.mjs +21 -0
  234. package/esm2020/formly/lib/wrappers/checkbox-layout.mjs +31 -0
  235. package/esm2020/formly/lib/wrappers/error.mjs +62 -0
  236. package/esm2020/formly/lib/wrappers/helper.mjs +27 -0
  237. package/esm2020/formly/lib/wrappers/icon.mjs +35 -0
  238. package/{formly/esm2015/lib/wrappers/index.js → esm2020/formly/lib/wrappers/index.mjs} +0 -0
  239. package/esm2020/formly/lib/wrappers/radiosfield-layout.mjs +31 -0
  240. package/esm2020/formly/lib/wrappers/suffix.mjs +30 -0
  241. package/esm2020/formly/lib/wrappers/textfield-layout.mjs +42 -0
  242. package/{formly/esm2015/lucca-front-ng-formly.js → esm2020/formly/lucca-front-ng-formly.mjs} +0 -0
  243. package/{formly/esm2015/public-api.js → esm2020/formly/public-api.mjs} +0 -0
  244. package/{input/esm2015/index.js → esm2020/input/index.mjs} +0 -0
  245. package/esm2020/input/lib/clearer/clearer.component.mjs +32 -0
  246. package/{input/esm2015/lib/clearer/clearer.model.js → esm2020/input/lib/clearer/clearer.model.mjs} +0 -0
  247. package/esm2020/input/lib/clearer/clearer.module.mjs +26 -0
  248. package/{input/esm2015/lib/clearer/index.js → esm2020/input/lib/clearer/index.mjs} +0 -0
  249. package/{input/esm2015/lib/displayer/index.js → esm2020/input/lib/displayer/index.mjs} +0 -0
  250. package/esm2020/input/lib/displayer/input-displayer.directive.mjs +58 -0
  251. package/{input/esm2015/lib/displayer/input-displayer.model.js → esm2020/input/lib/displayer/input-displayer.model.mjs} +0 -0
  252. package/esm2020/input/lib/displayer/input-displayer.module.mjs +17 -0
  253. package/{input/esm2015/lib/index.js → esm2020/input/lib/index.mjs} +0 -0
  254. package/esm2020/input/lib/input.directive.mjs +41 -0
  255. package/esm2020/input/lib/input.model.mjs +48 -0
  256. package/esm2020/input/lib/input.module.mjs +35 -0
  257. package/{input/esm2015/lucca-front-ng-input.js → esm2020/input/lucca-front-ng-input.mjs} +0 -0
  258. package/{input/esm2015/public-api.js → esm2020/input/public-api.mjs} +0 -0
  259. package/esm2020/lucca-front-ng.mjs +5 -0
  260. package/{material/esm2015/index.js → esm2020/material/index.mjs} +0 -0
  261. package/{material/esm2015/lib/index.js → esm2020/material/lib/index.mjs} +0 -0
  262. package/esm2020/material/lib/module.mjs +12 -0
  263. package/{material/esm2015/lucca-front-ng-material.js → esm2020/material/lucca-front-ng-material.mjs} +0 -0
  264. package/{material/esm2015/public-api.js → esm2020/material/public-api.mjs} +0 -0
  265. package/{modal/esm2015/index.js → esm2020/modal/index.mjs} +0 -0
  266. package/{modal/esm2015/lib/index.js → esm2020/modal/lib/index.mjs} +0 -0
  267. package/{modal/esm2015/lib/modal-config.default.js → esm2020/modal/lib/modal-config.default.mjs} +0 -0
  268. package/{modal/esm2015/lib/modal-config.model.js → esm2020/modal/lib/modal-config.model.mjs} +0 -0
  269. package/esm2020/modal/lib/modal-panel.component.mjs +130 -0
  270. package/esm2020/modal/lib/modal-ref.factory.mjs +50 -0
  271. package/{modal/esm2015/lib/modal-ref.model.js → esm2020/modal/lib/modal-ref.model.mjs} +0 -0
  272. package/esm2020/modal/lib/modal.intl.mjs +21 -0
  273. package/{modal/esm2015/lib/modal.model.js → esm2020/modal/lib/modal.model.mjs} +0 -0
  274. package/esm2020/modal/lib/modal.module.mjs +65 -0
  275. package/esm2020/modal/lib/modal.service.mjs +23 -0
  276. package/{modal/esm2015/lib/modal.token.js → esm2020/modal/lib/modal.token.mjs} +0 -0
  277. package/{modal/esm2015/lib/modal.translate.js → esm2020/modal/lib/modal.translate.mjs} +0 -0
  278. package/esm2020/modal/lucca-front-ng-modal.mjs +5 -0
  279. package/{modal/esm2015/public-api.js → esm2020/modal/public-api.mjs} +0 -0
  280. package/{number/esm2015/index.js → esm2020/number/index.mjs} +0 -0
  281. package/{number/esm2015/lib/index.js → esm2020/number/lib/index.mjs} +0 -0
  282. package/esm2020/number/lib/number.module.mjs +18 -0
  283. package/esm2020/number/lib/number.pipe.mjs +35 -0
  284. package/{number/esm2015/lucca-front-ng-number.js → esm2020/number/lucca-front-ng-number.mjs} +0 -0
  285. package/{number/esm2015/public-api.js → esm2020/number/public-api.mjs} +0 -0
  286. package/{option/esm2015/index.js → esm2020/option/index.mjs} +0 -0
  287. package/{option/esm2015/lib/index.js → esm2020/option/lib/index.mjs} +0 -0
  288. package/{option/esm2015/lib/item/index.js → esm2020/option/lib/item/index.mjs} +0 -0
  289. package/esm2020/option/lib/item/option-item.component.mjs +59 -0
  290. package/{option/esm2015/lib/item/option-item.model.js → esm2020/option/lib/item/option-item.model.mjs} +0 -0
  291. package/esm2020/option/lib/item/option-item.module.mjs +20 -0
  292. package/esm2020/option/lib/item/tree-option-item.component.mjs +117 -0
  293. package/esm2020/option/lib/item/tree-option-item.intl.mjs +21 -0
  294. package/{option/esm2015/lib/item/tree-option-item.model.js → esm2020/option/lib/item/tree-option-item.model.mjs} +0 -0
  295. package/esm2020/option/lib/item/tree-option-item.module.mjs +43 -0
  296. package/{option/esm2015/lib/item/tree-option-item.token.js → esm2020/option/lib/item/tree-option-item.token.mjs} +0 -0
  297. package/{option/esm2015/lib/item/tree-option-item.translate.js → esm2020/option/lib/item/tree-option-item.translate.mjs} +0 -0
  298. package/{option/esm2015/lib/operator/feeder/index.js → esm2020/option/lib/operator/feeder/index.mjs} +0 -0
  299. package/esm2020/option/lib/operator/feeder/option-feeder.component.mjs +33 -0
  300. package/esm2020/option/lib/operator/feeder/option-feeder.module.mjs +21 -0
  301. package/esm2020/option/lib/operator/feeder/tree-option-feeder.component.mjs +33 -0
  302. package/esm2020/option/lib/operator/feeder/tree-option-feeder.module.mjs +20 -0
  303. package/esm2020/option/lib/operator/for-groups/for-groups.directive.mjs +80 -0
  304. package/esm2020/option/lib/operator/for-groups/for-groups.module.mjs +21 -0
  305. package/{option/esm2015/lib/operator/for-groups/index.js → esm2020/option/lib/operator/for-groups/index.mjs} +0 -0
  306. package/esm2020/option/lib/operator/for-options/for-options.directive.mjs +49 -0
  307. package/esm2020/option/lib/operator/for-options/for-options.module.mjs +21 -0
  308. package/esm2020/option/lib/operator/for-options/for-tree-options.directive.mjs +28 -0
  309. package/esm2020/option/lib/operator/for-options/for-tree-options.module.mjs +21 -0
  310. package/{option/esm2015/lib/operator/for-options/index.js → esm2020/option/lib/operator/for-options/index.mjs} +0 -0
  311. package/{option/esm2015/lib/operator/index.js → esm2020/option/lib/operator/index.mjs} +0 -0
  312. package/{option/esm2015/lib/operator/option-operator.model.js → esm2020/option/lib/operator/option-operator.model.mjs} +0 -0
  313. package/esm2020/option/lib/operator/option-operator.module.mjs +50 -0
  314. package/{option/esm2015/lib/operator/pager/index.js → esm2020/option/lib/operator/pager/index.mjs} +0 -0
  315. package/esm2020/option/lib/operator/pager/option-pager.component.mjs +52 -0
  316. package/esm2020/option/lib/operator/pager/option-pager.module.mjs +20 -0
  317. package/esm2020/option/lib/operator/pager/tree-option-pager.component.mjs +68 -0
  318. package/esm2020/option/lib/operator/pager/tree-option-pager.module.mjs +21 -0
  319. package/{option/esm2015/lib/operator/searcher/index.js → esm2020/option/lib/operator/searcher/index.mjs} +0 -0
  320. package/esm2020/option/lib/operator/searcher/option-searcher.component.mjs +65 -0
  321. package/esm2020/option/lib/operator/searcher/option-searcher.module.mjs +34 -0
  322. package/esm2020/option/lib/operator/searcher/tree-option-searcher.component.mjs +80 -0
  323. package/esm2020/option/lib/operator/searcher/tree-option-searcher.module.mjs +34 -0
  324. package/{option/esm2015/lib/operator/tree-option-operator.model.js → esm2020/option/lib/operator/tree-option-operator.model.mjs} +0 -0
  325. package/esm2020/option/lib/operator/tree-option-operator.module.mjs +43 -0
  326. package/esm2020/option/lib/option.module.mjs +50 -0
  327. package/{option/esm2015/lib/picker/index.js → esm2020/option/lib/picker/index.mjs} +0 -0
  328. package/esm2020/option/lib/picker/option-picker-advanced.component.mjs +142 -0
  329. package/esm2020/option/lib/picker/option-picker.component.mjs +289 -0
  330. package/esm2020/option/lib/picker/option-picker.model.mjs +69 -0
  331. package/esm2020/option/lib/picker/option-picker.module.mjs +49 -0
  332. package/esm2020/option/lib/picker/tree-option-picker-advanced.component.mjs +138 -0
  333. package/esm2020/option/lib/picker/tree-option-picker.component.mjs +171 -0
  334. package/esm2020/option/lib/picker/tree-option-picker.model.mjs +4 -0
  335. package/esm2020/option/lib/picker/tree-option-picker.module.mjs +43 -0
  336. package/{option/esm2015/lib/placeholder/index.js → esm2020/option/lib/placeholder/index.mjs} +0 -0
  337. package/esm2020/option/lib/placeholder/option-placeholder.component.mjs +24 -0
  338. package/esm2020/option/lib/placeholder/option-placeholder.intl.mjs +21 -0
  339. package/esm2020/option/lib/placeholder/option-placeholder.module.mjs +30 -0
  340. package/{option/esm2015/lib/placeholder/option-placeholder.token.js → esm2020/option/lib/placeholder/option-placeholder.token.mjs} +0 -0
  341. package/{option/esm2015/lib/placeholder/option-placeholder.translate.js → esm2020/option/lib/placeholder/option-placeholder.translate.mjs} +0 -0
  342. package/{option/esm2015/lib/selector/all/index.js → esm2020/option/lib/selector/all/index.mjs} +0 -0
  343. package/esm2020/option/lib/selector/all/select-all.component.mjs +63 -0
  344. package/esm2020/option/lib/selector/all/select-all.intl.mjs +21 -0
  345. package/esm2020/option/lib/selector/all/select-all.module.mjs +30 -0
  346. package/{option/esm2015/lib/selector/all/select-all.token.js → esm2020/option/lib/selector/all/select-all.token.mjs} +0 -0
  347. package/{option/esm2015/lib/selector/all/select-all.translate.js → esm2020/option/lib/selector/all/select-all.translate.mjs} +0 -0
  348. package/esm2020/option/lib/selector/all/tree-select-all.component.mjs +68 -0
  349. package/esm2020/option/lib/selector/all/tree-select-all.module.mjs +30 -0
  350. package/{option/esm2015/lib/selector/index.js → esm2020/option/lib/selector/index.mjs} +0 -0
  351. package/{option/esm2015/lib/selector/option-selector.model.js → esm2020/option/lib/selector/option-selector.model.mjs} +0 -0
  352. package/esm2020/option/lib/selector/option-selector.module.mjs +22 -0
  353. package/{option/esm2015/lib/selector/tree-option-selector.model.js → esm2020/option/lib/selector/tree-option-selector.model.mjs} +0 -0
  354. package/esm2020/option/lib/selector/tree-option-selector.module.mjs +22 -0
  355. package/esm2020/option/lib/tree-option.module.mjs +43 -0
  356. package/{option/esm2015/lucca-front-ng-option.js → esm2020/option/lucca-front-ng-option.mjs} +0 -0
  357. package/{option/esm2015/public-api.js → esm2020/option/public-api.mjs} +0 -0
  358. package/{picker/esm2015/index.js → esm2020/picker/index.mjs} +0 -0
  359. package/{picker/esm2015/lib/index.js → esm2020/picker/lib/index.mjs} +0 -0
  360. package/esm2020/picker/lib/input-picker.model.mjs +4 -0
  361. package/{picker/esm2015/lucca-front-ng-picker.js → esm2020/picker/lucca-front-ng-picker.mjs} +0 -0
  362. package/{picker/esm2015/public-api.js → esm2020/picker/public-api.mjs} +0 -0
  363. package/{popover/esm2015/index.js → esm2020/popover/index.mjs} +0 -0
  364. package/{popover/esm2015/lib/animation/index.js → esm2020/popover/lib/animation/index.mjs} +0 -0
  365. package/{popover/esm2015/lib/animation/popover.animation.js → esm2020/popover/lib/animation/popover.animation.mjs} +0 -0
  366. package/{popover/esm2015/lib/index.js → esm2020/popover/lib/index.mjs} +0 -0
  367. package/{popover/esm2015/lib/panel/index.js → esm2020/popover/lib/panel/index.mjs} +0 -0
  368. package/esm2020/popover/lib/panel/popover-panel.component.mjs +121 -0
  369. package/esm2020/popover/lib/panel/popover-panel.model.mjs +96 -0
  370. package/esm2020/popover/lib/panel/popover-panel.module.mjs +34 -0
  371. package/esm2020/popover/lib/popover.module.mjs +36 -0
  372. package/{popover/esm2015/lib/target/index.js → esm2020/popover/lib/target/index.mjs} +0 -0
  373. package/esm2020/popover/lib/target/popover-target.directive.mjs +42 -0
  374. package/{popover/esm2015/lib/target/popover-target.error.js → esm2020/popover/lib/target/popover-target.error.mjs} +0 -0
  375. package/{popover/esm2015/lib/target/popover-target.model.js → esm2020/popover/lib/target/popover-target.model.mjs} +0 -0
  376. package/esm2020/popover/lib/target/popover-target.module.mjs +30 -0
  377. package/{popover/esm2015/lib/trigger/index.js → esm2020/popover/lib/trigger/index.mjs} +0 -0
  378. package/esm2020/popover/lib/trigger/popover-trigger.directive.mjs +155 -0
  379. package/{popover/esm2015/lib/trigger/popover-trigger.error.js → esm2020/popover/lib/trigger/popover-trigger.error.mjs} +0 -0
  380. package/esm2020/popover/lib/trigger/popover-trigger.model.mjs +406 -0
  381. package/esm2020/popover/lib/trigger/popover-trigger.module.mjs +38 -0
  382. package/{popover/esm2015/lucca-front-ng-popover.js → esm2020/popover/lucca-front-ng-popover.mjs} +0 -0
  383. package/{popover/esm2015/public-api.js → esm2020/popover/public-api.mjs} +0 -0
  384. package/{popup/esm2015/index.js → esm2020/popup/index.mjs} +0 -0
  385. package/{popup/esm2015/lib/index.js → esm2020/popup/lib/index.mjs} +0 -0
  386. package/{popup/esm2015/lib/popup-config.default.js → esm2020/popup/lib/popup-config.default.mjs} +0 -0
  387. package/{popup/esm2015/lib/popup-config.model.js → esm2020/popup/lib/popup-config.model.mjs} +0 -0
  388. package/esm2020/popup/lib/popup-ref.factory.mjs +28 -0
  389. package/esm2020/popup/lib/popup-ref.model.mjs +118 -0
  390. package/{popup/esm2015/lib/popup.model.js → esm2020/popup/lib/popup.model.mjs} +0 -0
  391. package/esm2020/popup/lib/popup.module.mjs +33 -0
  392. package/esm2020/popup/lib/popup.service.mjs +27 -0
  393. package/{popup/esm2015/lib/popup.token.js → esm2020/popup/lib/popup.token.mjs} +0 -0
  394. package/{popup/esm2015/lucca-front-ng-popup.js → esm2020/popup/lucca-front-ng-popup.mjs} +0 -0
  395. package/{popup/esm2015/public-api.js → esm2020/popup/public-api.mjs} +0 -0
  396. package/esm2020/public_api.mjs +2 -0
  397. package/{qualification/esm2015/index.js → esm2020/qualification/index.mjs} +0 -0
  398. package/{qualification/esm2015/lib/index.js → esm2020/qualification/lib/index.mjs} +0 -0
  399. package/{qualification/esm2015/lib/qualification.model.js → esm2020/qualification/lib/qualification.model.mjs} +0 -0
  400. package/esm2020/qualification/lib/qualification.module.mjs +22 -0
  401. package/{qualification/esm2015/lib/select/index.js → esm2020/qualification/lib/select/index.mjs} +0 -0
  402. package/{qualification/esm2015/lib/select/input/index.js → esm2020/qualification/lib/select/input/index.mjs} +0 -0
  403. package/esm2020/qualification/lib/select/input/qualification-select-input.component.mjs +61 -0
  404. package/esm2020/qualification/lib/select/input/qualification-select-input.intl.mjs +21 -0
  405. package/esm2020/qualification/lib/select/input/qualification-select-input.module.mjs +55 -0
  406. package/{qualification/esm2015/lib/select/input/qualification-select-input.token.js → esm2020/qualification/lib/select/input/qualification-select-input.token.mjs} +0 -0
  407. package/{qualification/esm2015/lib/select/input/qualification-select-input.translate.js → esm2020/qualification/lib/select/input/qualification-select-input.translate.mjs} +0 -0
  408. package/esm2020/qualification/lib/select/qualification-select.module.mjs +22 -0
  409. package/{qualification/esm2015/lucca-front-ng-qualification.js → esm2020/qualification/lucca-front-ng-qualification.mjs} +0 -0
  410. package/{qualification/esm2015/public-api.js → esm2020/qualification/public-api.mjs} +0 -0
  411. package/{safe-content/esm2015/index.js → esm2020/safe-content/index.mjs} +0 -0
  412. package/{safe-content/esm2015/lib/index.js → esm2020/safe-content/lib/index.mjs} +0 -0
  413. package/{safe-content/esm2015/lib/safe-content.model.js → esm2020/safe-content/lib/safe-content.model.mjs} +0 -0
  414. package/esm2020/safe-content/lib/safe-content.module.mjs +19 -0
  415. package/esm2020/safe-content/lib/safe-content.pipe.mjs +25 -0
  416. package/{safe-content/esm2015/lucca-front-ng-safe-content.js → esm2020/safe-content/lucca-front-ng-safe-content.mjs} +0 -0
  417. package/{safe-content/esm2015/public-api.js → esm2020/safe-content/public-api.mjs} +0 -0
  418. package/{scroll/esm2015/index.js → esm2020/scroll/index.mjs} +0 -0
  419. package/{scroll/esm2015/lib/index.js → esm2020/scroll/lib/index.mjs} +0 -0
  420. package/esm2020/scroll/lib/scroll.directive.mjs +75 -0
  421. package/{scroll/esm2015/lib/scroll.model.js → esm2020/scroll/lib/scroll.model.mjs} +0 -0
  422. package/esm2020/scroll/lib/scroll.module.mjs +20 -0
  423. package/esm2020/scroll/lucca-front-ng-scroll.mjs +5 -0
  424. package/{scroll/esm2015/public-api.js → esm2020/scroll/public-api.mjs} +0 -0
  425. package/{select/esm2015/index.js → esm2020/select/index.mjs} +0 -0
  426. package/{select/esm2015/lib/index.js → esm2020/select/lib/index.mjs} +0 -0
  427. package/{select/esm2015/lib/input/index.js → esm2020/select/lib/input/index.mjs} +0 -0
  428. package/esm2020/select/lib/input/select-input.component.mjs +229 -0
  429. package/esm2020/select/lib/input/select-input.model.mjs +167 -0
  430. package/esm2020/select/lib/input/select-input.module.mjs +30 -0
  431. package/esm2020/select/lib/select.module.mjs +22 -0
  432. package/{select/esm2015/lucca-front-ng-select.js → esm2020/select/lucca-front-ng-select.mjs} +0 -0
  433. package/{select/esm2015/public-api.js → esm2020/select/public-api.mjs} +0 -0
  434. package/{sidepanel/esm2015/index.js → esm2020/sidepanel/index.mjs} +0 -0
  435. package/{sidepanel/esm2015/lib/index.js → esm2020/sidepanel/lib/index.mjs} +0 -0
  436. package/{sidepanel/esm2015/lib/sidepanel-config.default.js → esm2020/sidepanel/lib/sidepanel-config.default.mjs} +0 -0
  437. package/{sidepanel/esm2015/lib/sidepanel-config.model.js → esm2020/sidepanel/lib/sidepanel-config.model.mjs} +0 -0
  438. package/esm2020/sidepanel/lib/sidepanel-panel.component.mjs +37 -0
  439. package/esm2020/sidepanel/lib/sidepanel-ref.factory.mjs +49 -0
  440. package/{sidepanel/esm2015/lib/sidepanel-ref.model.js → esm2020/sidepanel/lib/sidepanel-ref.model.mjs} +0 -0
  441. package/esm2020/sidepanel/lib/sidepanel.intl.mjs +21 -0
  442. package/{sidepanel/esm2015/lib/sidepanel.model.js → esm2020/sidepanel/lib/sidepanel.model.mjs} +0 -0
  443. package/esm2020/sidepanel/lib/sidepanel.module.mjs +65 -0
  444. package/esm2020/sidepanel/lib/sidepanel.service.mjs +23 -0
  445. package/{sidepanel/esm2015/lib/sidepanel.token.js → esm2020/sidepanel/lib/sidepanel.token.mjs} +0 -0
  446. package/{sidepanel/esm2015/lib/sidepanel.translate.js → esm2020/sidepanel/lib/sidepanel.translate.mjs} +0 -0
  447. package/{sidepanel/esm2015/lucca-front-ng-sidepanel.js → esm2020/sidepanel/lucca-front-ng-sidepanel.mjs} +0 -0
  448. package/{sidepanel/esm2015/public-api.js → esm2020/sidepanel/public-api.mjs} +0 -0
  449. package/{tooltip/esm2015/index.js → esm2020/tooltip/index.mjs} +0 -0
  450. package/{tooltip/esm2015/lib/animation/index.js → esm2020/tooltip/lib/animation/index.mjs} +0 -0
  451. package/{tooltip/esm2015/lib/animation/tooltip.animation.js → esm2020/tooltip/lib/animation/tooltip.animation.mjs} +0 -0
  452. package/{tooltip/esm2015/lib/index.js → esm2020/tooltip/lib/index.mjs} +0 -0
  453. package/{tooltip/esm2015/lib/panel/index.js → esm2020/tooltip/lib/panel/index.mjs} +0 -0
  454. package/esm2020/tooltip/lib/panel/tooltip-panel.component.mjs +53 -0
  455. package/esm2020/tooltip/lib/panel/tooltip-panel.module.mjs +33 -0
  456. package/esm2020/tooltip/lib/tooltip.module.mjs +29 -0
  457. package/{tooltip/esm2015/lib/trigger/index.js → esm2020/tooltip/lib/trigger/index.mjs} +0 -0
  458. package/esm2020/tooltip/lib/trigger/tooltip-trigger.directive.mjs +141 -0
  459. package/esm2020/tooltip/lib/trigger/tooltip-trigger.module.mjs +26 -0
  460. package/{tooltip/esm2015/lucca-front-ng-tooltip.js → esm2020/tooltip/lucca-front-ng-tooltip.mjs} +0 -0
  461. package/{tooltip/esm2015/public-api.js → esm2020/tooltip/public-api.mjs} +0 -0
  462. package/{user/esm2015/index.js → esm2020/user/index.mjs} +0 -0
  463. package/{user/esm2015/lib/display/display-format.model.js → esm2020/user/lib/display/display-format.model.mjs} +0 -0
  464. package/{user/esm2015/lib/display/index.js → esm2020/user/lib/display/index.mjs} +0 -0
  465. package/esm2020/user/lib/display/user-display.module.mjs +19 -0
  466. package/esm2020/user/lib/display/user-display.pipe.mjs +62 -0
  467. package/{user/esm2015/lib/index.js → esm2020/user/lib/index.mjs} +0 -0
  468. package/{user/esm2015/lib/picture/index.js → esm2020/user/lib/picture/index.mjs} +0 -0
  469. package/esm2020/user/lib/picture/user-picture.component.mjs +66 -0
  470. package/esm2020/user/lib/picture/user-picture.module.mjs +19 -0
  471. package/{user/esm2015/lib/select/homonyms/index.js → esm2020/user/lib/select/homonyms/index.mjs} +0 -0
  472. package/esm2020/user/lib/select/homonyms/user-homonyms.component.mjs +68 -0
  473. package/esm2020/user/lib/select/homonyms/user-homonyms.module.mjs +30 -0
  474. package/esm2020/user/lib/select/homonyms/user-homonyms.service.mjs +47 -0
  475. package/{user/esm2015/lib/select/index.js → esm2020/user/lib/select/index.mjs} +0 -0
  476. package/{user/esm2015/lib/select/input/index.js → esm2020/user/lib/select/input/index.mjs} +0 -0
  477. package/esm2020/user/lib/select/input/user-select-input.component.mjs +69 -0
  478. package/esm2020/user/lib/select/input/user-select-input.intl.mjs +21 -0
  479. package/esm2020/user/lib/select/input/user-select-input.module.mjs +66 -0
  480. package/{user/esm2015/lib/select/input/user-select-input.token.js → esm2020/user/lib/select/input/user-select-input.token.mjs} +0 -0
  481. package/{user/esm2015/lib/select/input/user-select-input.translate.js → esm2020/user/lib/select/input/user-select-input.translate.mjs} +0 -0
  482. package/{user/esm2015/lib/select/me/index.js → esm2020/user/lib/select/me/index.mjs} +0 -0
  483. package/esm2020/user/lib/select/me/me-option.directive.mjs +97 -0
  484. package/esm2020/user/lib/select/me/me-option.module.mjs +22 -0
  485. package/{user/esm2015/lib/select/searcher/index.js → esm2020/user/lib/select/searcher/index.mjs} +0 -0
  486. package/esm2020/user/lib/select/searcher/user-searcher.component.mjs +180 -0
  487. package/esm2020/user/lib/select/searcher/user-searcher.intl.mjs +21 -0
  488. package/esm2020/user/lib/select/searcher/user-searcher.module.mjs +48 -0
  489. package/{user/esm2015/lib/select/searcher/user-searcher.token.js → esm2020/user/lib/select/searcher/user-searcher.token.mjs} +0 -0
  490. package/{user/esm2015/lib/select/searcher/user-searcher.translate.js → esm2020/user/lib/select/searcher/user-searcher.translate.mjs} +0 -0
  491. package/esm2020/user/lib/select/user-select.module.mjs +43 -0
  492. package/{user/esm2015/lib/service/index.js → esm2020/user/lib/service/index.mjs} +0 -0
  493. package/{user/esm2015/lib/service/user-service.model.js → esm2020/user/lib/service/user-service.model.mjs} +0 -0
  494. package/esm2020/user/lib/service/user-v3.service.mjs +48 -0
  495. package/{user/esm2015/lib/tile/index.js → esm2020/user/lib/tile/index.mjs} +0 -0
  496. package/esm2020/user/lib/tile/user-tile.component.mjs +67 -0
  497. package/esm2020/user/lib/tile/user-tile.module.mjs +20 -0
  498. package/{user/esm2015/lib/user.model.js → esm2020/user/lib/user.model.mjs} +0 -0
  499. package/esm2020/user/lib/user.module.mjs +43 -0
  500. package/{user/esm2015/lucca-front-ng-user.js → esm2020/user/lucca-front-ng-user.mjs} +0 -0
  501. package/{user/esm2015/public-api.js → esm2020/user/public-api.mjs} +0 -0
  502. package/establishment/lib/establishment.module.d.ts +5 -0
  503. package/establishment/lib/select/establishment-select.module.d.ts +9 -0
  504. package/establishment/lib/select/for-legal-units/for-legal-units.directive.d.ts +3 -2
  505. package/establishment/lib/select/for-legal-units/for-legal-units.module.d.ts +5 -0
  506. package/establishment/lib/select/input/establishment-select-input.component.d.ts +4 -1
  507. package/establishment/lib/select/input/establishment-select-input.intl.d.ts +3 -0
  508. package/establishment/lib/select/input/establishment-select-input.module.d.ts +13 -0
  509. package/establishment/lib/select/legal-unit-selector/legal-unit-selector.directive.d.ts +3 -0
  510. package/establishment/lib/select/legal-unit-selector/legal-unit-selector.module.d.ts +6 -0
  511. package/establishment/lib/select/searcher/establishment-searcher.component.d.ts +3 -0
  512. package/establishment/lib/select/searcher/establishment-searcher.module.d.ts +9 -0
  513. package/establishment/lib/select/select-all/establishment-select-all.component.d.ts +3 -1
  514. package/establishment/lib/select/select-all/establishment-select-all.module.d.ts +8 -0
  515. package/establishment/lib/service/establishment.service.d.ts +3 -0
  516. package/establishment/lib/service/legal-unit.service.d.ts +3 -0
  517. package/establishment/lucca-front-ng-establishment.d.ts +1 -0
  518. package/establishment/package.json +6 -10
  519. package/fesm2015/lucca-front-ng-animations.mjs +276 -0
  520. package/fesm2015/lucca-front-ng-animations.mjs.map +1 -0
  521. package/fesm2015/lucca-front-ng-api.mjs +901 -0
  522. package/fesm2015/lucca-front-ng-api.mjs.map +1 -0
  523. package/fesm2015/lucca-front-ng-core.mjs +414 -0
  524. package/fesm2015/lucca-front-ng-core.mjs.map +1 -0
  525. package/fesm2015/lucca-front-ng-date.mjs +1070 -0
  526. package/fesm2015/lucca-front-ng-date.mjs.map +1 -0
  527. package/fesm2015/lucca-front-ng-department.mjs +327 -0
  528. package/fesm2015/lucca-front-ng-department.mjs.map +1 -0
  529. package/fesm2015/lucca-front-ng-dropdown.mjs +370 -0
  530. package/fesm2015/lucca-front-ng-dropdown.mjs.map +1 -0
  531. package/fesm2015/lucca-front-ng-establishment.mjs +854 -0
  532. package/fesm2015/lucca-front-ng-establishment.mjs.map +1 -0
  533. package/fesm2015/lucca-front-ng-formly.mjs +624 -0
  534. package/fesm2015/lucca-front-ng-formly.mjs.map +1 -0
  535. package/fesm2015/lucca-front-ng-input.mjs +260 -0
  536. package/fesm2015/lucca-front-ng-input.mjs.map +1 -0
  537. package/fesm2015/lucca-front-ng-material.mjs +23 -0
  538. package/fesm2015/lucca-front-ng-material.mjs.map +1 -0
  539. package/fesm2015/lucca-front-ng-modal.mjs +320 -0
  540. package/fesm2015/lucca-front-ng-modal.mjs.map +1 -0
  541. package/fesm2015/lucca-front-ng-number.mjs +62 -0
  542. package/fesm2015/lucca-front-ng-number.mjs.map +1 -0
  543. package/fesm2015/lucca-front-ng-option.mjs +2267 -0
  544. package/fesm2015/lucca-front-ng-option.mjs.map +1 -0
  545. package/fesm2015/lucca-front-ng-picker.mjs +15 -0
  546. package/fesm2015/lucca-front-ng-picker.mjs.map +1 -0
  547. package/fesm2015/lucca-front-ng-popover.mjs +1031 -0
  548. package/fesm2015/lucca-front-ng-popover.mjs.map +1 -0
  549. package/fesm2015/lucca-front-ng-popup.mjs +220 -0
  550. package/fesm2015/lucca-front-ng-popup.mjs.map +1 -0
  551. package/fesm2015/lucca-front-ng-qualification.mjs +195 -0
  552. package/fesm2015/lucca-front-ng-qualification.mjs.map +1 -0
  553. package/fesm2015/lucca-front-ng-safe-content.mjs +52 -0
  554. package/fesm2015/lucca-front-ng-safe-content.mjs.map +1 -0
  555. package/fesm2015/lucca-front-ng-scroll.mjs +103 -0
  556. package/fesm2015/lucca-front-ng-scroll.mjs.map +1 -0
  557. package/fesm2015/lucca-front-ng-select.mjs +452 -0
  558. package/fesm2015/lucca-front-ng-select.mjs.map +1 -0
  559. package/fesm2015/lucca-front-ng-sidepanel.mjs +226 -0
  560. package/fesm2015/lucca-front-ng-sidepanel.mjs.map +1 -0
  561. package/fesm2015/lucca-front-ng-tooltip.mjs +297 -0
  562. package/fesm2015/lucca-front-ng-tooltip.mjs.map +1 -0
  563. package/fesm2015/lucca-front-ng-user.mjs +1028 -0
  564. package/fesm2015/lucca-front-ng-user.mjs.map +1 -0
  565. package/fesm2015/lucca-front-ng.mjs +6 -0
  566. package/fesm2015/lucca-front-ng.mjs.map +1 -0
  567. package/fesm2020/lucca-front-ng-animations.mjs +276 -0
  568. package/fesm2020/lucca-front-ng-animations.mjs.map +1 -0
  569. package/fesm2020/lucca-front-ng-api.mjs +887 -0
  570. package/fesm2020/lucca-front-ng-api.mjs.map +1 -0
  571. package/fesm2020/lucca-front-ng-core.mjs +410 -0
  572. package/fesm2020/lucca-front-ng-core.mjs.map +1 -0
  573. package/fesm2020/lucca-front-ng-date.mjs +1060 -0
  574. package/fesm2020/lucca-front-ng-date.mjs.map +1 -0
  575. package/fesm2020/lucca-front-ng-department.mjs +320 -0
  576. package/fesm2020/lucca-front-ng-department.mjs.map +1 -0
  577. package/fesm2020/lucca-front-ng-dropdown.mjs +370 -0
  578. package/fesm2020/lucca-front-ng-dropdown.mjs.map +1 -0
  579. package/fesm2020/lucca-front-ng-establishment.mjs +842 -0
  580. package/fesm2020/lucca-front-ng-establishment.mjs.map +1 -0
  581. package/fesm2020/lucca-front-ng-formly.mjs +624 -0
  582. package/fesm2020/lucca-front-ng-formly.mjs.map +1 -0
  583. package/fesm2020/lucca-front-ng-input.mjs +260 -0
  584. package/fesm2020/lucca-front-ng-input.mjs.map +1 -0
  585. package/fesm2020/lucca-front-ng-material.mjs +23 -0
  586. package/fesm2020/lucca-front-ng-material.mjs.map +1 -0
  587. package/fesm2020/lucca-front-ng-modal.mjs +310 -0
  588. package/fesm2020/lucca-front-ng-modal.mjs.map +1 -0
  589. package/fesm2020/lucca-front-ng-number.mjs +60 -0
  590. package/fesm2020/lucca-front-ng-number.mjs.map +1 -0
  591. package/fesm2020/lucca-front-ng-option.mjs +2237 -0
  592. package/fesm2020/lucca-front-ng-option.mjs.map +1 -0
  593. package/fesm2020/lucca-front-ng-picker.mjs +15 -0
  594. package/fesm2020/lucca-front-ng-picker.mjs.map +1 -0
  595. package/fesm2020/lucca-front-ng-popover.mjs +1031 -0
  596. package/fesm2020/lucca-front-ng-popover.mjs.map +1 -0
  597. package/fesm2020/lucca-front-ng-popup.mjs +218 -0
  598. package/fesm2020/lucca-front-ng-popup.mjs.map +1 -0
  599. package/fesm2020/lucca-front-ng-qualification.mjs +191 -0
  600. package/fesm2020/lucca-front-ng-qualification.mjs.map +1 -0
  601. package/fesm2020/lucca-front-ng-safe-content.mjs +52 -0
  602. package/fesm2020/lucca-front-ng-safe-content.mjs.map +1 -0
  603. package/fesm2020/lucca-front-ng-scroll.mjs +103 -0
  604. package/fesm2020/lucca-front-ng-scroll.mjs.map +1 -0
  605. package/fesm2020/lucca-front-ng-select.mjs +452 -0
  606. package/fesm2020/lucca-front-ng-select.mjs.map +1 -0
  607. package/fesm2020/lucca-front-ng-sidepanel.mjs +218 -0
  608. package/fesm2020/lucca-front-ng-sidepanel.mjs.map +1 -0
  609. package/fesm2020/lucca-front-ng-tooltip.mjs +296 -0
  610. package/fesm2020/lucca-front-ng-tooltip.mjs.map +1 -0
  611. package/fesm2020/lucca-front-ng-user.mjs +1015 -0
  612. package/fesm2020/lucca-front-ng-user.mjs.map +1 -0
  613. package/fesm2020/lucca-front-ng.mjs +6 -0
  614. package/fesm2020/lucca-front-ng.mjs.map +1 -0
  615. package/formly/lib/formly.module.d.ts +34 -0
  616. package/formly/lib/types/api.d.ts +3 -0
  617. package/formly/lib/types/checkbox.d.ts +3 -0
  618. package/formly/lib/types/date.d.ts +3 -0
  619. package/formly/lib/types/department.d.ts +3 -0
  620. package/formly/lib/types/establishment.d.ts +3 -0
  621. package/formly/lib/types/input.d.ts +3 -0
  622. package/formly/lib/types/qualification.d.ts +3 -0
  623. package/formly/lib/types/radios.d.ts +3 -0
  624. package/formly/lib/types/select.d.ts +3 -0
  625. package/formly/lib/types/textarea.d.ts +3 -0
  626. package/formly/lib/types/user.d.ts +3 -0
  627. package/formly/lib/wrappers/checkbox-layout.d.ts +3 -0
  628. package/formly/lib/wrappers/error.d.ts +5 -0
  629. package/formly/lib/wrappers/helper.d.ts +3 -0
  630. package/formly/lib/wrappers/icon.d.ts +3 -0
  631. package/formly/lib/wrappers/radiosfield-layout.d.ts +3 -0
  632. package/formly/lib/wrappers/suffix.d.ts +3 -0
  633. package/formly/lib/wrappers/textfield-layout.d.ts +3 -0
  634. package/formly/lucca-front-ng-formly.d.ts +1 -0
  635. package/formly/package.json +6 -10
  636. package/input/lib/clearer/clearer.component.d.ts +3 -0
  637. package/input/lib/clearer/clearer.module.d.ts +6 -0
  638. package/input/lib/displayer/input-displayer.directive.d.ts +3 -0
  639. package/input/lib/displayer/input-displayer.module.d.ts +5 -0
  640. package/input/lib/input.directive.d.ts +3 -0
  641. package/input/lib/input.model.d.ts +3 -3
  642. package/input/lib/input.module.d.ts +7 -0
  643. package/input/lucca-front-ng-input.d.ts +1 -0
  644. package/input/package.json +6 -10
  645. package/lucca-front-ng.d.ts +2 -1
  646. package/material/lib/module.d.ts +4 -0
  647. package/material/lucca-front-ng-material.d.ts +1 -0
  648. package/material/package.json +6 -10
  649. package/material/style/main-v11.overridable.scss +1 -1
  650. package/material/style/main-v11.scss +1 -1
  651. package/material/style/main.overridable.scss +1 -1
  652. package/material/style/main.scss +1 -1
  653. package/modal/lib/modal-panel.component.d.ts +7 -0
  654. package/modal/lib/modal-ref.factory.d.ts +9 -6
  655. package/modal/lib/modal.intl.d.ts +3 -0
  656. package/modal/lib/modal.module.d.ts +9 -0
  657. package/modal/lib/modal.service.d.ts +3 -0
  658. package/modal/lucca-front-ng-modal.d.ts +5 -0
  659. package/modal/package.json +7 -11
  660. package/number/lib/number.module.d.ts +6 -0
  661. package/number/lib/number.pipe.d.ts +3 -0
  662. package/number/lucca-front-ng-number.d.ts +1 -0
  663. package/number/package.json +6 -10
  664. package/option/lib/item/option-item.component.d.ts +3 -0
  665. package/option/lib/item/option-item.module.d.ts +5 -0
  666. package/option/lib/item/tree-option-item.component.d.ts +3 -0
  667. package/option/lib/item/tree-option-item.intl.d.ts +3 -0
  668. package/option/lib/item/tree-option-item.module.d.ts +7 -0
  669. package/option/lib/operator/feeder/option-feeder.component.d.ts +3 -0
  670. package/option/lib/operator/feeder/option-feeder.module.d.ts +5 -0
  671. package/option/lib/operator/feeder/tree-option-feeder.component.d.ts +3 -0
  672. package/option/lib/operator/feeder/tree-option-feeder.module.d.ts +5 -0
  673. package/option/lib/operator/for-groups/for-groups.directive.d.ts +3 -0
  674. package/option/lib/operator/for-groups/for-groups.module.d.ts +5 -0
  675. package/option/lib/operator/for-options/for-options.directive.d.ts +3 -0
  676. package/option/lib/operator/for-options/for-options.module.d.ts +5 -0
  677. package/option/lib/operator/for-options/for-tree-options.directive.d.ts +3 -0
  678. package/option/lib/operator/for-options/for-tree-options.module.d.ts +5 -0
  679. package/option/lib/operator/option-operator.module.d.ts +9 -0
  680. package/option/lib/operator/pager/option-pager.component.d.ts +3 -0
  681. package/option/lib/operator/pager/option-pager.module.d.ts +5 -0
  682. package/option/lib/operator/pager/tree-option-pager.component.d.ts +3 -0
  683. package/option/lib/operator/pager/tree-option-pager.module.d.ts +5 -0
  684. package/option/lib/operator/searcher/option-searcher.component.d.ts +3 -0
  685. package/option/lib/operator/searcher/option-searcher.module.d.ts +8 -0
  686. package/option/lib/operator/searcher/tree-option-searcher.component.d.ts +3 -0
  687. package/option/lib/operator/searcher/tree-option-searcher.module.d.ts +8 -0
  688. package/option/lib/operator/tree-option-operator.module.d.ts +8 -0
  689. package/option/lib/option.module.d.ts +9 -0
  690. package/option/lib/picker/option-picker-advanced.component.d.ts +9 -5
  691. package/option/lib/picker/option-picker.component.d.ts +12 -7
  692. package/option/lib/picker/option-picker.model.d.ts +5 -5
  693. package/option/lib/picker/option-picker.module.d.ts +11 -0
  694. package/option/lib/picker/tree-option-picker-advanced.component.d.ts +9 -5
  695. package/option/lib/picker/tree-option-picker.component.d.ts +11 -7
  696. package/option/lib/picker/tree-option-picker.model.d.ts +3 -3
  697. package/option/lib/picker/tree-option-picker.module.d.ts +10 -0
  698. package/option/lib/placeholder/option-placeholder.component.d.ts +3 -0
  699. package/option/lib/placeholder/option-placeholder.intl.d.ts +3 -0
  700. package/option/lib/placeholder/option-placeholder.module.d.ts +5 -0
  701. package/option/lib/selector/all/select-all.component.d.ts +3 -0
  702. package/option/lib/selector/all/select-all.intl.d.ts +3 -0
  703. package/option/lib/selector/all/select-all.module.d.ts +5 -0
  704. package/option/lib/selector/all/tree-select-all.component.d.ts +3 -0
  705. package/option/lib/selector/all/tree-select-all.module.d.ts +5 -0
  706. package/option/lib/selector/option-selector.module.d.ts +5 -0
  707. package/option/lib/selector/tree-option-selector.module.d.ts +5 -0
  708. package/option/lib/tree-option.module.d.ts +8 -0
  709. package/option/lucca-front-ng-option.d.ts +1 -0
  710. package/option/package.json +6 -10
  711. package/package.json +209 -12
  712. package/picker/lib/input-picker.model.d.ts +1 -1
  713. package/picker/lucca-front-ng-picker.d.ts +1 -0
  714. package/picker/package.json +6 -10
  715. package/popover/lib/panel/popover-panel.component.d.ts +3 -0
  716. package/popover/lib/panel/popover-panel.module.d.ts +8 -0
  717. package/popover/lib/popover.module.d.ts +7 -0
  718. package/popover/lib/target/popover-target.directive.d.ts +3 -0
  719. package/popover/lib/target/popover-target.module.d.ts +7 -0
  720. package/popover/lib/trigger/popover-trigger.directive.d.ts +3 -0
  721. package/popover/lib/trigger/popover-trigger.model.d.ts +7 -7
  722. package/popover/lib/trigger/popover-trigger.module.d.ts +9 -0
  723. package/popover/lucca-front-ng-popover.d.ts +1 -0
  724. package/popover/package.json +6 -10
  725. package/popup/lib/popup-ref.factory.d.ts +3 -0
  726. package/popup/lib/popup-ref.model.d.ts +3 -4
  727. package/popup/lib/popup.module.d.ts +5 -0
  728. package/popup/lib/popup.service.d.ts +3 -0
  729. package/popup/lucca-front-ng-popup.d.ts +1 -0
  730. package/popup/package.json +6 -10
  731. package/public_api.d.ts +2 -0
  732. package/qualification/lib/qualification.module.d.ts +5 -0
  733. package/qualification/lib/select/input/qualification-select-input.component.d.ts +4 -1
  734. package/qualification/lib/select/input/qualification-select-input.intl.d.ts +3 -0
  735. package/qualification/lib/select/input/qualification-select-input.module.d.ts +10 -0
  736. package/qualification/lib/select/qualification-select.module.d.ts +5 -0
  737. package/qualification/lucca-front-ng-qualification.d.ts +1 -0
  738. package/qualification/package.json +6 -10
  739. package/safe-content/lib/safe-content.module.d.ts +6 -0
  740. package/safe-content/lib/safe-content.pipe.d.ts +3 -0
  741. package/safe-content/lucca-front-ng-safe-content.d.ts +1 -0
  742. package/safe-content/package.json +6 -10
  743. package/schematics/collection.json +9 -0
  744. package/schematics/ng-add/file-content.js +17 -0
  745. package/schematics/ng-add/index.js +29 -0
  746. package/schematics/ng-add/tasks.js +42 -0
  747. package/scroll/lib/scroll.directive.d.ts +3 -0
  748. package/scroll/lib/scroll.module.d.ts +5 -0
  749. package/scroll/lucca-front-ng-scroll.d.ts +5 -0
  750. package/scroll/package.json +7 -11
  751. package/select/lib/input/select-input.component.d.ts +9 -4
  752. package/select/lib/input/select-input.model.d.ts +1 -1
  753. package/select/lib/input/select-input.module.d.ts +7 -0
  754. package/select/lib/select.module.d.ts +5 -0
  755. package/select/lucca-front-ng-select.d.ts +1 -0
  756. package/select/package.json +6 -10
  757. package/sidepanel/lib/sidepanel-panel.component.d.ts +5 -0
  758. package/sidepanel/lib/sidepanel-ref.factory.d.ts +9 -6
  759. package/sidepanel/lib/sidepanel.intl.d.ts +3 -0
  760. package/sidepanel/lib/sidepanel.module.d.ts +9 -0
  761. package/sidepanel/lib/sidepanel.service.d.ts +3 -0
  762. package/sidepanel/lucca-front-ng-sidepanel.d.ts +1 -0
  763. package/sidepanel/package.json +6 -10
  764. package/tooltip/lib/panel/tooltip-panel.component.d.ts +3 -0
  765. package/tooltip/lib/panel/tooltip-panel.module.d.ts +7 -0
  766. package/tooltip/lib/tooltip.module.d.ts +6 -0
  767. package/tooltip/lib/trigger/tooltip-trigger.directive.d.ts +3 -0
  768. package/tooltip/lib/trigger/tooltip-trigger.module.d.ts +6 -0
  769. package/tooltip/lucca-front-ng-tooltip.d.ts +1 -0
  770. package/tooltip/package.json +6 -10
  771. package/user/lib/display/user-display.module.d.ts +6 -0
  772. package/user/lib/display/user-display.pipe.d.ts +3 -0
  773. package/user/lib/picture/user-picture.component.d.ts +3 -0
  774. package/user/lib/picture/user-picture.module.d.ts +7 -0
  775. package/user/lib/select/homonyms/user-homonyms.component.d.ts +3 -0
  776. package/user/lib/select/homonyms/user-homonyms.module.d.ts +7 -0
  777. package/user/lib/select/homonyms/user-homonyms.service.d.ts +3 -0
  778. package/user/lib/select/input/user-select-input.component.d.ts +4 -2
  779. package/user/lib/select/input/user-select-input.intl.d.ts +3 -0
  780. package/user/lib/select/input/user-select-input.module.d.ts +12 -0
  781. package/user/lib/select/me/me-option.directive.d.ts +4 -1
  782. package/user/lib/select/me/me-option.module.d.ts +5 -0
  783. package/user/lib/select/searcher/user-searcher.component.d.ts +3 -0
  784. package/user/lib/select/searcher/user-searcher.intl.d.ts +3 -0
  785. package/user/lib/select/searcher/user-searcher.module.d.ts +9 -0
  786. package/user/lib/select/user-select.module.d.ts +8 -0
  787. package/user/lib/service/user-v3.service.d.ts +3 -0
  788. package/user/lib/tile/user-tile.component.d.ts +3 -0
  789. package/user/lib/tile/user-tile.module.d.ts +8 -0
  790. package/user/lib/user.module.d.ts +8 -0
  791. package/user/lucca-front-ng-user.d.ts +1 -0
  792. package/user/package.json +6 -10
  793. package/README.md +0 -1
  794. package/animations/bundles/lucca-front-ng-animations.umd.js +0 -611
  795. package/animations/bundles/lucca-front-ng-animations.umd.js.map +0 -1
  796. package/animations/fesm2015/lucca-front-ng-animations.js +0 -276
  797. package/animations/fesm2015/lucca-front-ng-animations.js.map +0 -1
  798. package/animations/lucca-front-ng-animations.metadata.json +0 -1
  799. package/api/bundles/lucca-front-ng-api.umd.js +0 -1268
  800. package/api/bundles/lucca-front-ng-api.umd.js.map +0 -1
  801. package/api/esm2015/lib/api.module.js +0 -15
  802. package/api/esm2015/lib/select/api-select.module.js +0 -24
  803. package/api/esm2015/lib/select/feeder/api-feeder.component.js +0 -52
  804. package/api/esm2015/lib/select/feeder/api-feeder.module.js +0 -19
  805. package/api/esm2015/lib/select/input/api-select-input.component.js +0 -45
  806. package/api/esm2015/lib/select/input/api-select-input.module.js +0 -28
  807. package/api/esm2015/lib/select/pager/api-pager.component.js +0 -58
  808. package/api/esm2015/lib/select/pager/api-pager.module.js +0 -19
  809. package/api/esm2015/lib/select/searcher/api-searcher.component.js +0 -142
  810. package/api/esm2015/lib/select/searcher/api-searcher.model.js +0 -69
  811. package/api/esm2015/lib/select/searcher/api-searcher.module.js +0 -27
  812. package/api/esm2015/lib/service/api-hybrid.service.js +0 -59
  813. package/api/esm2015/lib/service/api-service.model.js +0 -3
  814. package/api/esm2015/lib/service/api-v3.service.js +0 -65
  815. package/api/esm2015/lib/service/api-v4.service.js +0 -55
  816. package/api/fesm2015/lucca-front-ng-api.js +0 -704
  817. package/api/fesm2015/lucca-front-ng-api.js.map +0 -1
  818. package/api/lucca-front-ng-api.metadata.json +0 -1
  819. package/bundles/lucca-front-ng.umd.js +0 -32
  820. package/bundles/lucca-front-ng.umd.js.map +0 -1
  821. package/core/bundles/lucca-front-ng-core.umd.js +0 -759
  822. package/core/bundles/lucca-front-ng-core.umd.js.map +0 -1
  823. package/core/esm2015/lib/date/native/native-date.adapter.js +0 -221
  824. package/core/esm2015/lib/date/string/string-date.adapter.js +0 -78
  825. package/core/esm2015/lib/translate/intl.model.js +0 -13
  826. package/core/fesm2015/lucca-front-ng-core.js +0 -401
  827. package/core/fesm2015/lucca-front-ng-core.js.map +0 -1
  828. package/core/lucca-front-ng-core.metadata.json +0 -1
  829. package/date/bundles/lucca-front-ng-date.umd.js +0 -1360
  830. package/date/bundles/lucca-front-ng-date.umd.js.map +0 -1
  831. package/date/esm2015/lib/adapter/date-adapter.module.js +0 -15
  832. package/date/esm2015/lib/adapter/date-adapter.pipe.js +0 -23
  833. package/date/esm2015/lib/calendar/calendar-input.component.js +0 -322
  834. package/date/esm2015/lib/calendar/calendar-input.module.js +0 -25
  835. package/date/esm2015/lib/calendar/calendar-item.class.js +0 -41
  836. package/date/esm2015/lib/calendar/calendar-item.factory.js +0 -38
  837. package/date/esm2015/lib/date.module.js +0 -27
  838. package/date/esm2015/lib/input/date-input.directive.js +0 -118
  839. package/date/esm2015/lib/input/date-input.intl.js +0 -16
  840. package/date/esm2015/lib/input/date-input.module.js +0 -25
  841. package/date/esm2015/lib/picker/date-picker.component.js +0 -91
  842. package/date/esm2015/lib/picker/date-picker.module.js +0 -29
  843. package/date/esm2015/lib/select/date-select-input.component.js +0 -88
  844. package/date/esm2015/lib/select/date-select-input.intl.js +0 -16
  845. package/date/esm2015/lib/select/date-select-input.module.js +0 -36
  846. package/date/esm2015/lucca-front-ng-date.js +0 -6
  847. package/date/fesm2015/lucca-front-ng-date.js +0 -933
  848. package/date/fesm2015/lucca-front-ng-date.js.map +0 -1
  849. package/date/lucca-front-ng-date.metadata.json +0 -1
  850. package/department/bundles/lucca-front-ng-department.umd.js +0 -623
  851. package/department/bundles/lucca-front-ng-department.umd.js.map +0 -1
  852. package/department/esm2015/lib/department.module.js +0 -15
  853. package/department/esm2015/lib/select/department-select.module.js +0 -18
  854. package/department/esm2015/lib/select/feeder/department-feeder.component.js +0 -50
  855. package/department/esm2015/lib/select/feeder/department-feeder.module.js +0 -19
  856. package/department/esm2015/lib/select/input/department-select-input.component.js +0 -48
  857. package/department/esm2015/lib/select/input/department-select-input.intl.js +0 -16
  858. package/department/esm2015/lib/select/input/department-select-input.module.js +0 -39
  859. package/department/esm2015/lib/service/department-v3.service.js +0 -38
  860. package/department/fesm2015/lucca-front-ng-department.js +0 -246
  861. package/department/fesm2015/lucca-front-ng-department.js.map +0 -1
  862. package/department/lucca-front-ng-department.metadata.json +0 -1
  863. package/dropdown/bundles/lucca-front-ng-dropdown.umd.js +0 -706
  864. package/dropdown/bundles/lucca-front-ng-dropdown.umd.js.map +0 -1
  865. package/dropdown/esm2015/lib/dropdown.module.js +0 -21
  866. package/dropdown/esm2015/lib/item/dropdown-item.directive.js +0 -45
  867. package/dropdown/esm2015/lib/item/dropdown-item.module.js +0 -16
  868. package/dropdown/esm2015/lib/panel/dropdown-panel.component.js +0 -102
  869. package/dropdown/esm2015/lib/panel/dropdown-panel.module.js +0 -19
  870. package/dropdown/esm2015/lib/trigger/dropdown-trigger.directive.js +0 -86
  871. package/dropdown/esm2015/lib/trigger/dropdown-trigger.module.js +0 -19
  872. package/dropdown/fesm2015/lucca-front-ng-dropdown.js +0 -305
  873. package/dropdown/fesm2015/lucca-front-ng-dropdown.js.map +0 -1
  874. package/dropdown/lucca-front-ng-dropdown.metadata.json +0 -1
  875. package/esm2015/index.js +0 -2
  876. package/esm2015/lib/index.js +0 -2
  877. package/esm2015/lib/module.js +0 -10
  878. package/esm2015/lucca-front-ng.js +0 -5
  879. package/esm2015/public-api.js +0 -5
  880. package/establishment/bundles/lucca-front-ng-establishment.umd.js +0 -1104
  881. package/establishment/bundles/lucca-front-ng-establishment.umd.js.map +0 -1
  882. package/establishment/esm2015/lib/establishment.module.js +0 -15
  883. package/establishment/esm2015/lib/select/establishment-select.module.js +0 -27
  884. package/establishment/esm2015/lib/select/for-legal-units/for-legal-units.directive.js +0 -46
  885. package/establishment/esm2015/lib/select/for-legal-units/for-legal-units.module.js +0 -11
  886. package/establishment/esm2015/lib/select/input/establishment-select-input.component.js +0 -86
  887. package/establishment/esm2015/lib/select/input/establishment-select-input.intl.js +0 -16
  888. package/establishment/esm2015/lib/select/input/establishment-select-input.module.js +0 -40
  889. package/establishment/esm2015/lib/select/legal-unit-selector/legal-unit-selector.directive.js +0 -73
  890. package/establishment/esm2015/lib/select/legal-unit-selector/legal-unit-selector.module.js +0 -13
  891. package/establishment/esm2015/lib/select/searcher/establishment-searcher.component.js +0 -127
  892. package/establishment/esm2015/lib/select/searcher/establishment-searcher.module.js +0 -25
  893. package/establishment/esm2015/lib/select/select-all/establishment-select-all.component.js +0 -67
  894. package/establishment/esm2015/lib/select/select-all/establishment-select-all.module.js +0 -29
  895. package/establishment/esm2015/lib/service/establishment.service.js +0 -33
  896. package/establishment/esm2015/lib/service/legal-unit.service.js +0 -33
  897. package/establishment/fesm2015/lucca-front-ng-establishment.js +0 -637
  898. package/establishment/fesm2015/lucca-front-ng-establishment.js.map +0 -1
  899. package/establishment/lucca-front-ng-establishment.metadata.json +0 -1
  900. package/fesm2015/lucca-front-ng.js +0 -21
  901. package/fesm2015/lucca-front-ng.js.map +0 -1
  902. package/formly/bundles/lucca-front-ng-formly.umd.js +0 -1126
  903. package/formly/bundles/lucca-front-ng-formly.umd.js.map +0 -1
  904. package/formly/esm2015/lib/formly.module.js +0 -61
  905. package/formly/esm2015/lib/types/api.js +0 -30
  906. package/formly/esm2015/lib/types/checkbox.js +0 -18
  907. package/formly/esm2015/lib/types/date.js +0 -18
  908. package/formly/esm2015/lib/types/department.js +0 -18
  909. package/formly/esm2015/lib/types/establishment.js +0 -18
  910. package/formly/esm2015/lib/types/input.js +0 -21
  911. package/formly/esm2015/lib/types/qualification.js +0 -18
  912. package/formly/esm2015/lib/types/radios.js +0 -21
  913. package/formly/esm2015/lib/types/select.js +0 -21
  914. package/formly/esm2015/lib/types/textarea.js +0 -18
  915. package/formly/esm2015/lib/types/user.js +0 -18
  916. package/formly/esm2015/lib/wrappers/checkbox-layout.js +0 -31
  917. package/formly/esm2015/lib/wrappers/error.js +0 -59
  918. package/formly/esm2015/lib/wrappers/helper.js +0 -27
  919. package/formly/esm2015/lib/wrappers/icon.js +0 -35
  920. package/formly/esm2015/lib/wrappers/radiosfield-layout.js +0 -31
  921. package/formly/esm2015/lib/wrappers/suffix.js +0 -30
  922. package/formly/esm2015/lib/wrappers/textfield-layout.js +0 -42
  923. package/formly/fesm2015/lucca-front-ng-formly.js +0 -583
  924. package/formly/fesm2015/lucca-front-ng-formly.js.map +0 -1
  925. package/formly/lucca-front-ng-formly.metadata.json +0 -1
  926. package/index.d.ts +0 -1
  927. package/input/bundles/lucca-front-ng-input.umd.js +0 -604
  928. package/input/bundles/lucca-front-ng-input.umd.js.map +0 -1
  929. package/input/esm2015/lib/clearer/clearer.component.js +0 -31
  930. package/input/esm2015/lib/clearer/clearer.module.js +0 -19
  931. package/input/esm2015/lib/displayer/input-displayer.directive.js +0 -49
  932. package/input/esm2015/lib/displayer/input-displayer.module.js +0 -12
  933. package/input/esm2015/lib/input.directive.js +0 -42
  934. package/input/esm2015/lib/input.model.js +0 -48
  935. package/input/esm2015/lib/input.module.js +0 -23
  936. package/input/fesm2015/lucca-front-ng-input.js +0 -232
  937. package/input/fesm2015/lucca-front-ng-input.js.map +0 -1
  938. package/input/lucca-front-ng-input.metadata.json +0 -1
  939. package/lib/index.d.ts +0 -1
  940. package/lib/module.d.ts +0 -5
  941. package/lucca-front-ng.metadata.json +0 -1
  942. package/material/bundles/lucca-front-ng-material.umd.js +0 -29
  943. package/material/bundles/lucca-front-ng-material.umd.js.map +0 -1
  944. package/material/esm2015/lib/module.js +0 -7
  945. package/material/fesm2015/lucca-front-ng-material.js +0 -18
  946. package/material/fesm2015/lucca-front-ng-material.js.map +0 -1
  947. package/material/lucca-front-ng-material.metadata.json +0 -1
  948. package/modal/bundles/lucca-front-modal.umd.js +0 -685
  949. package/modal/bundles/lucca-front-modal.umd.js.map +0 -1
  950. package/modal/esm2015/lib/modal-panel.component.js +0 -136
  951. package/modal/esm2015/lib/modal-ref.factory.js +0 -54
  952. package/modal/esm2015/lib/modal.intl.js +0 -16
  953. package/modal/esm2015/lib/modal.module.js +0 -46
  954. package/modal/esm2015/lib/modal.service.js +0 -18
  955. package/modal/esm2015/lucca-front-modal.js +0 -5
  956. package/modal/fesm2015/lucca-front-modal.js +0 -293
  957. package/modal/fesm2015/lucca-front-modal.js.map +0 -1
  958. package/modal/lucca-front-modal.d.ts +0 -4
  959. package/modal/lucca-front-modal.metadata.json +0 -1
  960. package/number/bundles/lucca-front-ng-number.umd.js +0 -65
  961. package/number/bundles/lucca-front-ng-number.umd.js.map +0 -1
  962. package/number/esm2015/lib/number.module.js +0 -13
  963. package/number/esm2015/lib/number.pipe.js +0 -31
  964. package/number/fesm2015/lucca-front-ng-number.js +0 -52
  965. package/number/fesm2015/lucca-front-ng-number.js.map +0 -1
  966. package/number/lucca-front-ng-number.metadata.json +0 -1
  967. package/option/bundles/lucca-front-ng-option.umd.js +0 -2653
  968. package/option/bundles/lucca-front-ng-option.umd.js.map +0 -1
  969. package/option/esm2015/lib/item/option-item.component.js +0 -54
  970. package/option/esm2015/lib/item/option-item.module.js +0 -15
  971. package/option/esm2015/lib/item/tree-option-item.component.js +0 -101
  972. package/option/esm2015/lib/item/tree-option-item.intl.js +0 -16
  973. package/option/esm2015/lib/item/tree-option-item.module.js +0 -33
  974. package/option/esm2015/lib/operator/feeder/option-feeder.component.js +0 -29
  975. package/option/esm2015/lib/operator/feeder/option-feeder.module.js +0 -16
  976. package/option/esm2015/lib/operator/feeder/tree-option-feeder.component.js +0 -29
  977. package/option/esm2015/lib/operator/feeder/tree-option-feeder.module.js +0 -15
  978. package/option/esm2015/lib/operator/for-groups/for-groups.directive.js +0 -75
  979. package/option/esm2015/lib/operator/for-groups/for-groups.module.js +0 -16
  980. package/option/esm2015/lib/operator/for-options/for-options.directive.js +0 -46
  981. package/option/esm2015/lib/operator/for-options/for-options.module.js +0 -16
  982. package/option/esm2015/lib/operator/for-options/for-tree-options.directive.js +0 -18
  983. package/option/esm2015/lib/operator/for-options/for-tree-options.module.js +0 -16
  984. package/option/esm2015/lib/operator/option-operator.module.js +0 -27
  985. package/option/esm2015/lib/operator/pager/option-pager.component.js +0 -42
  986. package/option/esm2015/lib/operator/pager/option-pager.module.js +0 -16
  987. package/option/esm2015/lib/operator/pager/tree-option-pager.component.js +0 -58
  988. package/option/esm2015/lib/operator/pager/tree-option-pager.module.js +0 -16
  989. package/option/esm2015/lib/operator/searcher/option-searcher.component.js +0 -52
  990. package/option/esm2015/lib/operator/searcher/option-searcher.module.js +0 -23
  991. package/option/esm2015/lib/operator/searcher/tree-option-searcher.component.js +0 -67
  992. package/option/esm2015/lib/operator/searcher/tree-option-searcher.module.js +0 -23
  993. package/option/esm2015/lib/operator/tree-option-operator.module.js +0 -24
  994. package/option/esm2015/lib/option.module.js +0 -27
  995. package/option/esm2015/lib/picker/option-picker-advanced.component.js +0 -127
  996. package/option/esm2015/lib/picker/option-picker.component.js +0 -270
  997. package/option/esm2015/lib/picker/option-picker.model.js +0 -69
  998. package/option/esm2015/lib/picker/option-picker.module.js +0 -30
  999. package/option/esm2015/lib/picker/tree-option-picker-advanced.component.js +0 -123
  1000. package/option/esm2015/lib/picker/tree-option-picker.component.js +0 -163
  1001. package/option/esm2015/lib/picker/tree-option-picker.model.js +0 -4
  1002. package/option/esm2015/lib/picker/tree-option-picker.module.js +0 -28
  1003. package/option/esm2015/lib/placeholder/option-placeholder.component.js +0 -25
  1004. package/option/esm2015/lib/placeholder/option-placeholder.intl.js +0 -16
  1005. package/option/esm2015/lib/placeholder/option-placeholder.module.js +0 -24
  1006. package/option/esm2015/lib/selector/all/select-all.component.js +0 -54
  1007. package/option/esm2015/lib/selector/all/select-all.intl.js +0 -16
  1008. package/option/esm2015/lib/selector/all/select-all.module.js +0 -24
  1009. package/option/esm2015/lib/selector/all/tree-select-all.component.js +0 -59
  1010. package/option/esm2015/lib/selector/all/tree-select-all.module.js +0 -24
  1011. package/option/esm2015/lib/selector/option-selector.module.js +0 -15
  1012. package/option/esm2015/lib/selector/tree-option-selector.module.js +0 -15
  1013. package/option/esm2015/lib/tree-option.module.js +0 -24
  1014. package/option/fesm2015/lucca-front-ng-option.js +0 -1889
  1015. package/option/fesm2015/lucca-front-ng-option.js.map +0 -1
  1016. package/option/lucca-front-ng-option.metadata.json +0 -1
  1017. package/picker/bundles/lucca-front-ng-picker.umd.js +0 -346
  1018. package/picker/bundles/lucca-front-ng-picker.umd.js.map +0 -1
  1019. package/picker/esm2015/lib/input-picker.model.js +0 -4
  1020. package/picker/fesm2015/lucca-front-ng-picker.js +0 -15
  1021. package/picker/fesm2015/lucca-front-ng-picker.js.map +0 -1
  1022. package/picker/lucca-front-ng-picker.metadata.json +0 -1
  1023. package/popover/bundles/lucca-front-ng-popover.umd.js +0 -1489
  1024. package/popover/bundles/lucca-front-ng-popover.umd.js.map +0 -1
  1025. package/popover/esm2015/lib/panel/popover-panel.component.js +0 -106
  1026. package/popover/esm2015/lib/panel/popover-panel.model.js +0 -96
  1027. package/popover/esm2015/lib/panel/popover-panel.module.js +0 -23
  1028. package/popover/esm2015/lib/popover.module.js +0 -21
  1029. package/popover/esm2015/lib/target/popover-target.directive.js +0 -33
  1030. package/popover/esm2015/lib/target/popover-target.module.js +0 -21
  1031. package/popover/esm2015/lib/trigger/popover-trigger.directive.js +0 -116
  1032. package/popover/esm2015/lib/trigger/popover-trigger.model.js +0 -406
  1033. package/popover/esm2015/lib/trigger/popover-trigger.module.js +0 -25
  1034. package/popover/fesm2015/lucca-front-ng-popover.js +0 -925
  1035. package/popover/fesm2015/lucca-front-ng-popover.js.map +0 -1
  1036. package/popover/lucca-front-ng-popover.metadata.json +0 -1
  1037. package/popup/bundles/lucca-front-ng-popup.umd.js +0 -550
  1038. package/popup/bundles/lucca-front-ng-popup.umd.js.map +0 -1
  1039. package/popup/esm2015/lib/popup-ref.factory.js +0 -29
  1040. package/popup/esm2015/lib/popup-ref.model.js +0 -120
  1041. package/popup/esm2015/lib/popup.module.js +0 -24
  1042. package/popup/esm2015/lib/popup.service.js +0 -22
  1043. package/popup/fesm2015/lucca-front-ng-popup.js +0 -208
  1044. package/popup/fesm2015/lucca-front-ng-popup.js.map +0 -1
  1045. package/popup/lucca-front-ng-popup.metadata.json +0 -1
  1046. package/public-api.d.ts +0 -1
  1047. package/qualification/bundles/lucca-front-ng-qualification.umd.js +0 -501
  1048. package/qualification/bundles/lucca-front-ng-qualification.umd.js.map +0 -1
  1049. package/qualification/esm2015/lib/qualification.module.js +0 -15
  1050. package/qualification/esm2015/lib/select/input/qualification-select-input.component.js +0 -59
  1051. package/qualification/esm2015/lib/select/input/qualification-select-input.intl.js +0 -16
  1052. package/qualification/esm2015/lib/select/input/qualification-select-input.module.js +0 -37
  1053. package/qualification/esm2015/lib/select/qualification-select.module.js +0 -15
  1054. package/qualification/fesm2015/lucca-front-ng-qualification.js +0 -155
  1055. package/qualification/fesm2015/lucca-front-ng-qualification.js.map +0 -1
  1056. package/qualification/lucca-front-ng-qualification.metadata.json +0 -1
  1057. package/safe-content/bundles/lucca-front-ng-safe-content.umd.js +0 -59
  1058. package/safe-content/bundles/lucca-front-ng-safe-content.umd.js.map +0 -1
  1059. package/safe-content/esm2015/lib/safe-content.module.js +0 -14
  1060. package/safe-content/esm2015/lib/safe-content.pipe.js +0 -24
  1061. package/safe-content/fesm2015/lucca-front-ng-safe-content.js +0 -47
  1062. package/safe-content/fesm2015/lucca-front-ng-safe-content.js.map +0 -1
  1063. package/safe-content/lucca-front-ng-safe-content.metadata.json +0 -1
  1064. package/scroll/bundles/lucca-front-ngscroll.umd.js +0 -105
  1065. package/scroll/bundles/lucca-front-ngscroll.umd.js.map +0 -1
  1066. package/scroll/esm2015/lib/scroll.directive.js +0 -68
  1067. package/scroll/esm2015/lib/scroll.module.js +0 -16
  1068. package/scroll/esm2015/lucca-front-ngscroll.js +0 -5
  1069. package/scroll/fesm2015/lucca-front-ngscroll.js +0 -93
  1070. package/scroll/fesm2015/lucca-front-ngscroll.js.map +0 -1
  1071. package/scroll/lucca-front-ngscroll.d.ts +0 -4
  1072. package/scroll/lucca-front-ngscroll.metadata.json +0 -1
  1073. package/select/bundles/lucca-front-ng-select.umd.js +0 -806
  1074. package/select/bundles/lucca-front-ng-select.umd.js.map +0 -1
  1075. package/select/esm2015/lib/input/select-input.component.js +0 -188
  1076. package/select/esm2015/lib/input/select-input.model.js +0 -167
  1077. package/select/esm2015/lib/input/select-input.module.js +0 -21
  1078. package/select/esm2015/lib/select.module.js +0 -15
  1079. package/select/fesm2015/lucca-front-ng-select.js +0 -396
  1080. package/select/fesm2015/lucca-front-ng-select.js.map +0 -1
  1081. package/select/lucca-front-ng-select.metadata.json +0 -1
  1082. package/sidepanel/bundles/lucca-front-ng-sidepanel.umd.js +0 -560
  1083. package/sidepanel/bundles/lucca-front-ng-sidepanel.umd.js.map +0 -1
  1084. package/sidepanel/esm2015/lib/sidepanel-panel.component.js +0 -43
  1085. package/sidepanel/esm2015/lib/sidepanel-ref.factory.js +0 -53
  1086. package/sidepanel/esm2015/lib/sidepanel.intl.js +0 -16
  1087. package/sidepanel/esm2015/lib/sidepanel.module.js +0 -46
  1088. package/sidepanel/esm2015/lib/sidepanel.service.js +0 -18
  1089. package/sidepanel/fesm2015/lucca-front-ng-sidepanel.js +0 -201
  1090. package/sidepanel/fesm2015/lucca-front-ng-sidepanel.js.map +0 -1
  1091. package/sidepanel/lucca-front-ng-sidepanel.metadata.json +0 -1
  1092. package/tooltip/bundles/lucca-front-ng-tooltip.umd.js +0 -628
  1093. package/tooltip/bundles/lucca-front-ng-tooltip.umd.js.map +0 -1
  1094. package/tooltip/esm2015/lib/panel/tooltip-panel.component.js +0 -51
  1095. package/tooltip/esm2015/lib/panel/tooltip-panel.module.js +0 -24
  1096. package/tooltip/esm2015/lib/tooltip.module.js +0 -18
  1097. package/tooltip/esm2015/lib/trigger/tooltip-trigger.directive.js +0 -121
  1098. package/tooltip/esm2015/lib/trigger/tooltip-trigger.module.js +0 -19
  1099. package/tooltip/fesm2015/lucca-front-ng-tooltip.js +0 -250
  1100. package/tooltip/fesm2015/lucca-front-ng-tooltip.js.map +0 -1
  1101. package/tooltip/lucca-front-ng-tooltip.metadata.json +0 -1
  1102. package/user/bundles/lucca-front-ng-user.umd.js +0 -1330
  1103. package/user/bundles/lucca-front-ng-user.umd.js.map +0 -1
  1104. package/user/esm2015/lib/display/user-display.module.js +0 -14
  1105. package/user/esm2015/lib/display/user-display.pipe.js +0 -58
  1106. package/user/esm2015/lib/picture/user-picture.component.js +0 -70
  1107. package/user/esm2015/lib/picture/user-picture.module.js +0 -14
  1108. package/user/esm2015/lib/select/homonyms/user-homonyms.component.js +0 -46
  1109. package/user/esm2015/lib/select/homonyms/user-homonyms.module.js +0 -21
  1110. package/user/esm2015/lib/select/homonyms/user-homonyms.service.js +0 -47
  1111. package/user/esm2015/lib/select/input/user-select-input.component.js +0 -57
  1112. package/user/esm2015/lib/select/input/user-select-input.intl.js +0 -16
  1113. package/user/esm2015/lib/select/input/user-select-input.module.js +0 -43
  1114. package/user/esm2015/lib/select/me/me-option.directive.js +0 -68
  1115. package/user/esm2015/lib/select/me/me-option.module.js +0 -17
  1116. package/user/esm2015/lib/select/searcher/user-searcher.component.js +0 -135
  1117. package/user/esm2015/lib/select/searcher/user-searcher.intl.js +0 -16
  1118. package/user/esm2015/lib/select/searcher/user-searcher.module.js +0 -34
  1119. package/user/esm2015/lib/select/user-select.module.js +0 -24
  1120. package/user/esm2015/lib/service/user-v3.service.js +0 -48
  1121. package/user/esm2015/lib/tile/user-tile.component.js +0 -68
  1122. package/user/esm2015/lib/tile/user-tile.module.js +0 -15
  1123. package/user/esm2015/lib/user.module.js +0 -24
  1124. package/user/fesm2015/lucca-front-ng-user.js +0 -823
  1125. package/user/fesm2015/lucca-front-ng-user.js.map +0 -1
  1126. package/user/lucca-front-ng-user.metadata.json +0 -1
@@ -1,59 +0,0 @@
1
- import { Overlay } from '@angular/cdk/overlay';
2
- import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, forwardRef, Inject, Input, Renderer2, ViewContainerRef } from '@angular/core';
3
- import { NG_VALUE_ACCESSOR } from '@angular/forms';
4
- import { ALuSelectInputComponent } from '@lucca-front/ng/select';
5
- import { LuQualificationSelectInputIntl } from './qualification-select-input.intl';
6
- export class LuQualificationSelectInputComponent extends ALuSelectInputComponent {
7
- constructor(_changeDetectorRef, _overlay, _elementRef, _viewContainerRef, _renderer, intl) {
8
- super(_changeDetectorRef, _overlay, _elementRef, _viewContainerRef, _renderer);
9
- this._changeDetectorRef = _changeDetectorRef;
10
- this._overlay = _overlay;
11
- this._elementRef = _elementRef;
12
- this._viewContainerRef = _viewContainerRef;
13
- this._renderer = _renderer;
14
- this.intl = intl;
15
- this.byId = (option1, option2) => option1 && option2 && option1.id === option2.id;
16
- this.isSearching = false;
17
- }
18
- get allFilters() {
19
- return this.filters == null ? ['sort=job.name,level.position'] :
20
- [...this.filters, 'sort=job.name,level.position'];
21
- }
22
- onIsSearchingChanged(isSearching) {
23
- this.isSearching = isSearching;
24
- this._changeDetectorRef.detectChanges();
25
- }
26
- trackById(_, item) {
27
- return item.id;
28
- }
29
- groupByJobName(qualification) {
30
- return qualification.job.name;
31
- }
32
- }
33
- LuQualificationSelectInputComponent.decorators = [
34
- { type: Component, args: [{
35
- selector: 'lu-qualification-select',
36
- template: "<div class=\"lu-select-placeholder\">{{ placeholder }}</div>\r\n<div class=\"lu-select-value\">\r\n\t<div class=\"lu-select-display-wrapper\">\r\n\t\t<ng-container #display></ng-container>\r\n\t</div>\r\n</div>\r\n<div class=\"lu-select-suffix\">\r\n\t<lu-input-clearer></lu-input-clearer>\r\n</div>\r\n\r\n<ng-template luDisplayer [luDisplayerMultiple]=\"true\" let-values>\r\n\t<span *ngIf=\"multiple && values?.length > 1; else: singleView\"><span class=\"chip mod-unkillable\">{{ values.length }}</span> {{ intl.qualifications }}</span>\r\n\t<ng-template #singleView>{{(values[0] || values).name}}</ng-template>\r\n</ng-template>\r\n\r\n<lu-option-picker-advanced [option-comparer]=\"byId\">\r\n\t<lu-api-paged-searcher api=\"/organization/structure/api/job-qualifications\" standard=\"v4\" [filters]=\"allFilters\"></lu-api-paged-searcher>\r\n\t<ng-template luForGroups let-group [luForGroupsGroupBy]=\"groupByJobName\">\r\n\t\t<h4 class=\"optionItem-groupKey\">{{ group.key }}</h4>\r\n\t\t<lu-option *ngFor=\"let qualification of group.items; trackBy: trackById\" [value]=\"qualification\">\r\n\t\t\t{{ qualification.name }}\r\n\t\t</lu-option>\r\n\t</ng-template>\r\n</lu-option-picker-advanced>",
37
- changeDetection: ChangeDetectionStrategy.OnPush,
38
- providers: [
39
- {
40
- provide: NG_VALUE_ACCESSOR,
41
- useExisting: forwardRef(() => LuQualificationSelectInputComponent),
42
- multi: true,
43
- }
44
- ],
45
- styles: ["@charset \"UTF-8\";:host{cursor:pointer;outline:none;padding:0}:host:after{content:\"\uE97C\";font-family:Lucca icons;display:inline-block;vertical-align:text-bottom;font-style:normal;bottom:.5rem;bottom:var(--components-select-input-padding-vertical);color:#485075;color:var(--palettes-primary-color);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-placeholder{color:#929292;color:var(--components-select-input-placeholder)}.lu-select-value{display:none}.lu-select-placeholder,.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}.lu-select-placeholder{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:#485075;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-placeholder,:host-context(.textfield.mod-small) .lu-select-value{font-size:.875rem;font-size:var(--sizes-small-font-size);line-height:1rem;line-height:var(--sizes-small-line-height);min-height:calc(var(--spacings-small) + 1rem);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-small-line-height))}:host-context(.textfield.mod-small):after{line-height:1rem;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:1rem;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:1rem;height:var(--sizes-small-line-height);line-height:1rem;line-height:var(--sizes-small-line-height)}:host-context(.form.mod-framed).textfield-input,:host-context(.textfield.mod-framed).textfield-input{padding:var(--components-select-framed-top-padding) 0 0}:host-context(.form.mod-framed).textfield-input:after,:host-context(.textfield.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(.form.mod-framed).textfield-input .lu-select-placeholder,:host-context(.form.mod-framed).textfield-input .lu-select-value,:host-context(.textfield.mod-framed).textfield-input .lu-select-placeholder,:host-context(.textfield.mod-framed).textfield-input .lu-select-value{padding:0 calc(var(--components-select-framed-side-padding) * 3) var(--components-select-framed-bottom-padding) var(--components-select-framed-side-padding)}:host-context(.form.mod-framed).textfield-input .lu-select-suffix,:host-context(.textfield.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-placeholder,:host-context(.textfield.mod-filter) .lu-select-value{height:auto;padding:1rem 0 0;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-placeholder,:host-context(.textfield.mod-material) .lu-select-value{padding-left:0;padding-right:.8rem}:host-context(.textfield.mod-material) .lu-select-suffix{right:calc(2 * .5rem);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 * .5rem);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)}.optionItem-groupKey{padding:.5rem;padding:var(--components-options-item-padding-vertical) var(--components-options-item-padding-horizontal);margin:0;border-top:1px solid var(--commons-divider-color);font-size:var(--sizes-small-font-size);width:100%;text-align:left;text-decoration:underline}.optionItem-groupKey:first-of-type{border-top-color:transparent;margin-top:0}"]
46
- },] }
47
- ];
48
- LuQualificationSelectInputComponent.ctorParameters = () => [
49
- { type: ChangeDetectorRef },
50
- { type: Overlay },
51
- { type: ElementRef },
52
- { type: ViewContainerRef },
53
- { type: Renderer2 },
54
- { type: undefined, decorators: [{ type: Inject, args: [LuQualificationSelectInputIntl,] }] }
55
- ];
56
- LuQualificationSelectInputComponent.propDecorators = {
57
- filters: [{ type: Input }]
58
- };
59
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXVhbGlmaWNhdGlvbi1zZWxlY3QtaW5wdXQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvcXVhbGlmaWNhdGlvbi9zcmMvbGliL3NlbGVjdC9pbnB1dC9xdWFsaWZpY2F0aW9uLXNlbGVjdC1pbnB1dC5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQy9DLE9BQU8sRUFBaUIsdUJBQXVCLEVBQUUsaUJBQWlCLEVBQUUsU0FBUyxFQUFFLFVBQVUsRUFBRSxVQUFVLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekssT0FBTyxFQUF3QixpQkFBaUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBR3pFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBRWpFLE9BQU8sRUFBRSw4QkFBOEIsRUFBRSxNQUFNLG1DQUFtQyxDQUFDO0FBZ0JuRixNQUFNLE9BQU8sbUNBQ1osU0FBUSx1QkFBNkI7SUFhckMsWUFDVyxrQkFBcUMsRUFDckMsUUFBaUIsRUFDakIsV0FBdUIsRUFDdkIsaUJBQW1DLEVBQ25DLFNBQW9CLEVBQ2lCLElBQXNDO1FBRXJGLEtBQUssQ0FDSixrQkFBa0IsRUFDbEIsUUFBUSxFQUNSLFdBQVcsRUFDWCxpQkFBaUIsRUFDakIsU0FBUyxDQUNULENBQUM7UUFiUSx1QkFBa0IsR0FBbEIsa0JBQWtCLENBQW1CO1FBQ3JDLGFBQVEsR0FBUixRQUFRLENBQVM7UUFDakIsZ0JBQVcsR0FBWCxXQUFXLENBQVk7UUFDdkIsc0JBQWlCLEdBQWpCLGlCQUFpQixDQUFrQjtRQUNuQyxjQUFTLEdBQVQsU0FBUyxDQUFXO1FBQ2lCLFNBQUksR0FBSixJQUFJLENBQWtDO1FBaEJ0RixTQUFJLEdBQXdCLENBQUMsT0FBVSxFQUFFLE9BQVUsRUFBRSxFQUFFLENBQUMsT0FBTyxJQUFJLE9BQU8sSUFBSSxPQUFPLENBQUMsRUFBRSxLQUFLLE9BQU8sQ0FBQyxFQUFFLENBQUM7UUFReEcsZ0JBQVcsR0FBRyxLQUFLLENBQUM7SUFpQnBCLENBQUM7SUF0QkQsSUFBVyxVQUFVO1FBQ3BCLE9BQU8sSUFBSSxDQUFDLE9BQU8sSUFBSSxJQUFJLENBQUMsQ0FBQyxDQUFDLENBQUMsOEJBQThCLENBQUMsQ0FBQyxDQUFDO1lBQy9ELENBQUMsR0FBRyxJQUFJLENBQUMsT0FBTyxFQUFFLDhCQUE4QixDQUFDLENBQUM7SUFDcEQsQ0FBQztJQXFCRCxvQkFBb0IsQ0FBQyxXQUFvQjtRQUN4QyxJQUFJLENBQUMsV0FBVyxHQUFHLFdBQVcsQ0FBQztRQUMvQixJQUFJLENBQUMsa0JBQWtCLENBQUMsYUFBYSxFQUFFLENBQUM7SUFDekMsQ0FBQztJQUVELFNBQVMsQ0FBQyxDQUFTLEVBQUUsSUFBc0I7UUFDMUMsT0FBTyxJQUFJLENBQUMsRUFBRSxDQUFDO0lBQ2hCLENBQUM7SUFFRCxjQUFjLENBQUMsYUFBK0I7UUFDN0MsT0FBTyxhQUFhLENBQUMsR0FBRyxDQUFDLElBQUksQ0FBQztJQUMvQixDQUFDOzs7WUF2REQsU0FBUyxTQUFDO2dCQUNWLFFBQVEsRUFBRSx5QkFBeUI7Z0JBQ25DLDhyQ0FBMEQ7Z0JBRTFELGVBQWUsRUFBRSx1QkFBdUIsQ0FBQyxNQUFNO2dCQUMvQyxTQUFTLEVBQUU7b0JBQ1Y7d0JBQ0MsT0FBTyxFQUFFLGlCQUFpQjt3QkFDMUIsV0FBVyxFQUFFLFVBQVUsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxtQ0FBbUMsQ0FBQzt3QkFDbEUsS0FBSyxFQUFFLElBQUk7cUJBQ1g7aUJBQ0Q7O2FBQ0Q7OztZQXJCZ0QsaUJBQWlCO1lBRHpELE9BQU87WUFDK0QsVUFBVTtZQUF3QyxnQkFBZ0I7WUFBM0IsU0FBUzs0Q0EwQzVILE1BQU0sU0FBQyw4QkFBOEI7OztzQkFkdEMsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE92ZXJsYXkgfSBmcm9tICdAYW5ndWxhci9jZGsvb3ZlcmxheSc7XHJcbmltcG9ydCB7IEFmdGVyVmlld0luaXQsIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDaGFuZ2VEZXRlY3RvclJlZiwgQ29tcG9uZW50LCBFbGVtZW50UmVmLCBmb3J3YXJkUmVmLCBJbmplY3QsIElucHV0LCBSZW5kZXJlcjIsIFZpZXdDb250YWluZXJSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgQ29udHJvbFZhbHVlQWNjZXNzb3IsIE5HX1ZBTFVFX0FDQ0VTU09SIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xyXG5pbXBvcnQgeyBJTHVPcHRpb25QaWNrZXJQYW5lbCwgTHVPcHRpb25Db21wYXJlciB9IGZyb20gJ0BsdWNjYS1mcm9udC9uZy9vcHRpb24nO1xyXG5pbXBvcnQgeyBJTHVJbnB1dFdpdGhQaWNrZXIgfSBmcm9tICdAbHVjY2EtZnJvbnQvbmcvcGlja2VyJztcclxuaW1wb3J0IHsgQUx1U2VsZWN0SW5wdXRDb21wb25lbnQgfSBmcm9tICdAbHVjY2EtZnJvbnQvbmcvc2VsZWN0JztcclxuaW1wb3J0IHsgSUx1UXVhbGlmaWNhdGlvbiB9IGZyb20gJy4uLy4uL3F1YWxpZmljYXRpb24ubW9kZWwnO1xyXG5pbXBvcnQgeyBMdVF1YWxpZmljYXRpb25TZWxlY3RJbnB1dEludGwgfSBmcm9tICcuL3F1YWxpZmljYXRpb24tc2VsZWN0LWlucHV0LmludGwnO1xyXG5pbXBvcnQgeyBJTHVRdWFsaWZpY2F0aW9uU2VsZWN0SW5wdXRMYWJlbCB9IGZyb20gJy4vcXVhbGlmaWNhdGlvbi1zZWxlY3QtaW5wdXQudHJhbnNsYXRlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG5cdHNlbGVjdG9yOiAnbHUtcXVhbGlmaWNhdGlvbi1zZWxlY3QnLFxyXG5cdHRlbXBsYXRlVXJsOiAnLi9xdWFsaWZpY2F0aW9uLXNlbGVjdC1pbnB1dC5jb21wb25lbnQuaHRtbCcsXHJcblx0c3R5bGVVcmxzOiBbJy4vcXVhbGlmaWNhdGlvbi1zZWxlY3QtaW5wdXQuY29tcG9uZW50LnNjc3MnXSxcclxuXHRjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcclxuXHRwcm92aWRlcnM6IFtcclxuXHRcdHtcclxuXHRcdFx0cHJvdmlkZTogTkdfVkFMVUVfQUNDRVNTT1IsXHJcblx0XHRcdHVzZUV4aXN0aW5nOiBmb3J3YXJkUmVmKCgpID0+IEx1UXVhbGlmaWNhdGlvblNlbGVjdElucHV0Q29tcG9uZW50KSxcclxuXHRcdFx0bXVsdGk6IHRydWUsXHJcblx0XHR9XHJcblx0XSxcclxufSlcclxuZXhwb3J0IGNsYXNzIEx1UXVhbGlmaWNhdGlvblNlbGVjdElucHV0Q29tcG9uZW50PEQgZXh0ZW5kcyBJTHVRdWFsaWZpY2F0aW9uID0gSUx1UXVhbGlmaWNhdGlvbiwgUCBleHRlbmRzIElMdU9wdGlvblBpY2tlclBhbmVsPEQ+ID0gSUx1T3B0aW9uUGlja2VyUGFuZWw8RD4+XHJcblx0ZXh0ZW5kcyBBTHVTZWxlY3RJbnB1dENvbXBvbmVudDxELCBQPlxyXG5cdGltcGxlbWVudHMgQ29udHJvbFZhbHVlQWNjZXNzb3IsIElMdUlucHV0V2l0aFBpY2tlcjxEPiwgQWZ0ZXJWaWV3SW5pdCB7XHJcblxyXG5cdGJ5SWQ6IEx1T3B0aW9uQ29tcGFyZXI8RD4gPSAob3B0aW9uMTogRCwgb3B0aW9uMjogRCkgPT4gb3B0aW9uMSAmJiBvcHRpb24yICYmIG9wdGlvbjEuaWQgPT09IG9wdGlvbjIuaWQ7XHJcblxyXG5cdEBJbnB1dCgpIGZpbHRlcnM6IHN0cmluZ1tdO1xyXG5cdHB1YmxpYyBnZXQgYWxsRmlsdGVycygpOiBzdHJpbmdbXSB7XHJcblx0XHRyZXR1cm4gdGhpcy5maWx0ZXJzID09IG51bGwgPyBbJ3NvcnQ9am9iLm5hbWUsbGV2ZWwucG9zaXRpb24nXSA6XHJcblx0XHRcdFsuLi50aGlzLmZpbHRlcnMsICdzb3J0PWpvYi5uYW1lLGxldmVsLnBvc2l0aW9uJ107XHJcblx0fVxyXG5cclxuXHRpc1NlYXJjaGluZyA9IGZhbHNlO1xyXG5cclxuXHRjb25zdHJ1Y3RvcihcclxuXHRcdHByb3RlY3RlZCBfY2hhbmdlRGV0ZWN0b3JSZWY6IENoYW5nZURldGVjdG9yUmVmLFxyXG5cdFx0cHJvdGVjdGVkIF9vdmVybGF5OiBPdmVybGF5LFxyXG5cdFx0cHJvdGVjdGVkIF9lbGVtZW50UmVmOiBFbGVtZW50UmVmLFxyXG5cdFx0cHJvdGVjdGVkIF92aWV3Q29udGFpbmVyUmVmOiBWaWV3Q29udGFpbmVyUmVmLFxyXG5cdFx0cHJvdGVjdGVkIF9yZW5kZXJlcjogUmVuZGVyZXIyLFxyXG5cdFx0QEluamVjdChMdVF1YWxpZmljYXRpb25TZWxlY3RJbnB1dEludGwpIHB1YmxpYyBpbnRsOiBJTHVRdWFsaWZpY2F0aW9uU2VsZWN0SW5wdXRMYWJlbFxyXG5cdCkge1xyXG5cdFx0c3VwZXIoXHJcblx0XHRcdF9jaGFuZ2VEZXRlY3RvclJlZixcclxuXHRcdFx0X292ZXJsYXksXHJcblx0XHRcdF9lbGVtZW50UmVmLFxyXG5cdFx0XHRfdmlld0NvbnRhaW5lclJlZixcclxuXHRcdFx0X3JlbmRlcmVyLFxyXG5cdFx0KTtcclxuXHR9XHJcblxyXG5cdG9uSXNTZWFyY2hpbmdDaGFuZ2VkKGlzU2VhcmNoaW5nOiBib29sZWFuKSB7XHJcblx0XHR0aGlzLmlzU2VhcmNoaW5nID0gaXNTZWFyY2hpbmc7XHJcblx0XHR0aGlzLl9jaGFuZ2VEZXRlY3RvclJlZi5kZXRlY3RDaGFuZ2VzKCk7XHJcblx0fVxyXG5cclxuXHR0cmFja0J5SWQoXzogbnVtYmVyLCBpdGVtOiBJTHVRdWFsaWZpY2F0aW9uKTogbnVtYmVyIHtcclxuXHRcdHJldHVybiBpdGVtLmlkO1xyXG5cdH1cclxuXHJcblx0Z3JvdXBCeUpvYk5hbWUocXVhbGlmaWNhdGlvbjogSUx1UXVhbGlmaWNhdGlvbik6IHN0cmluZyB7XHJcblx0XHRyZXR1cm4gcXVhbGlmaWNhdGlvbi5qb2IubmFtZTtcclxuXHR9XHJcbn1cclxuIl19
@@ -1,16 +0,0 @@
1
- import { Injectable, LOCALE_ID, Inject } from '@angular/core';
2
- import { ALuIntl } from '@lucca-front/ng/core';
3
- import { LU_QUALIFICATION_SELECT_INPUT_TRANSLATIONS } from './qualification-select-input.token';
4
- export class LuQualificationSelectInputIntl extends ALuIntl {
5
- constructor(translations, locale) {
6
- super(translations, locale);
7
- }
8
- }
9
- LuQualificationSelectInputIntl.decorators = [
10
- { type: Injectable }
11
- ];
12
- LuQualificationSelectInputIntl.ctorParameters = () => [
13
- { type: undefined, decorators: [{ type: Inject, args: [LU_QUALIFICATION_SELECT_INPUT_TRANSLATIONS,] }] },
14
- { type: undefined, decorators: [{ type: Inject, args: [LOCALE_ID,] }] }
15
- ];
16
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXVhbGlmaWNhdGlvbi1zZWxlY3QtaW5wdXQuaW50bC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL25nL3F1YWxpZmljYXRpb24vc3JjL2xpYi9zZWxlY3QvaW5wdXQvcXVhbGlmaWNhdGlvbi1zZWxlY3QtaW5wdXQuaW50bC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLFNBQVMsRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDOUQsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQy9DLE9BQU8sRUFBRSwwQ0FBMEMsRUFBRSxNQUFNLG9DQUFvQyxDQUFDO0FBSWhHLE1BQU0sT0FBTyw4QkFBK0IsU0FBUSxPQUF5QztJQUM1RixZQUFnRSxZQUFZLEVBQXFCLE1BQU07UUFDdEcsS0FBSyxDQUFDLFlBQVksRUFBRSxNQUFNLENBQUMsQ0FBQztJQUM3QixDQUFDOzs7WUFKRCxVQUFVOzs7NENBRUcsTUFBTSxTQUFDLDBDQUEwQzs0Q0FBaUIsTUFBTSxTQUFDLFNBQVMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlLCBMT0NBTEVfSUQsIEluamVjdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBBTHVJbnRsIH0gZnJvbSAnQGx1Y2NhLWZyb250L25nL2NvcmUnO1xyXG5pbXBvcnQgeyBMVV9RVUFMSUZJQ0FUSU9OX1NFTEVDVF9JTlBVVF9UUkFOU0xBVElPTlMgfSBmcm9tICcuL3F1YWxpZmljYXRpb24tc2VsZWN0LWlucHV0LnRva2VuJztcclxuaW1wb3J0IHsgSUx1UXVhbGlmaWNhdGlvblNlbGVjdElucHV0TGFiZWwgfSBmcm9tICcuL3F1YWxpZmljYXRpb24tc2VsZWN0LWlucHV0LnRyYW5zbGF0ZSc7XHJcblxyXG5ASW5qZWN0YWJsZSgpXHJcbmV4cG9ydCBjbGFzcyBMdVF1YWxpZmljYXRpb25TZWxlY3RJbnB1dEludGwgZXh0ZW5kcyBBTHVJbnRsPElMdVF1YWxpZmljYXRpb25TZWxlY3RJbnB1dExhYmVsPiB7XHJcblx0Y29uc3RydWN0b3IoQEluamVjdChMVV9RVUFMSUZJQ0FUSU9OX1NFTEVDVF9JTlBVVF9UUkFOU0xBVElPTlMpIHRyYW5zbGF0aW9ucywgQEluamVjdChMT0NBTEVfSUQpIGxvY2FsZSkge1xyXG5cdFx0c3VwZXIodHJhbnNsYXRpb25zLCBsb2NhbGUpO1xyXG5cdH1cclxufVxyXG4iXX0=
@@ -1,37 +0,0 @@
1
- import { CommonModule } from '@angular/common';
2
- import { NgModule } from '@angular/core';
3
- import { LuApiSearcherModule } from '@lucca-front/ng/api';
4
- import { LuInputModule } from '@lucca-front/ng/input';
5
- import { LuForGroupsModule, LuOptionModule } from '@lucca-front/ng/option';
6
- import { LuSelectInputModule } from '@lucca-front/ng/select';
7
- import { LuQualificationSelectInputComponent } from './qualification-select-input.component';
8
- import { LuQualificationSelectInputIntl } from './qualification-select-input.intl';
9
- import { LU_QUALIFICATION_SELECT_INPUT_TRANSLATIONS } from './qualification-select-input.token';
10
- import { luQualificationSelectInputTranslations } from './qualification-select-input.translate';
11
- const ɵ0 = luQualificationSelectInputTranslations;
12
- export class LuQualificationSelectInputModule {
13
- }
14
- LuQualificationSelectInputModule.decorators = [
15
- { type: NgModule, args: [{
16
- imports: [
17
- CommonModule,
18
- LuInputModule,
19
- LuOptionModule,
20
- LuSelectInputModule,
21
- LuForGroupsModule,
22
- LuApiSearcherModule
23
- ],
24
- declarations: [
25
- LuQualificationSelectInputComponent
26
- ],
27
- exports: [
28
- LuQualificationSelectInputComponent,
29
- ],
30
- providers: [
31
- { provide: LU_QUALIFICATION_SELECT_INPUT_TRANSLATIONS, useValue: ɵ0 },
32
- LuQualificationSelectInputIntl,
33
- ],
34
- },] }
35
- ];
36
- export { ɵ0 };
37
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXVhbGlmaWNhdGlvbi1zZWxlY3QtaW5wdXQubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvcXVhbGlmaWNhdGlvbi9zcmMvbGliL3NlbGVjdC9pbnB1dC9xdWFsaWZpY2F0aW9uLXNlbGVjdC1pbnB1dC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDMUQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBQ3RELE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxjQUFjLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUMzRSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUM3RCxPQUFPLEVBQUUsbUNBQW1DLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQztBQUM3RixPQUFPLEVBQUUsOEJBQThCLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQztBQUNuRixPQUFPLEVBQUUsMENBQTBDLEVBQUUsTUFBTSxvQ0FBb0MsQ0FBQztBQUNoRyxPQUFPLEVBQUUsc0NBQXNDLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQztXQWtCN0Isc0NBQXNDO0FBSXpHLE1BQU0sT0FBTyxnQ0FBZ0M7OztZQXBCNUMsUUFBUSxTQUFDO2dCQUNULE9BQU8sRUFBRTtvQkFDUixZQUFZO29CQUNaLGFBQWE7b0JBQ2IsY0FBYztvQkFDZCxtQkFBbUI7b0JBQ25CLGlCQUFpQjtvQkFDakIsbUJBQW1CO2lCQUNuQjtnQkFDRCxZQUFZLEVBQUU7b0JBQ2IsbUNBQW1DO2lCQUNuQztnQkFDRCxPQUFPLEVBQUU7b0JBQ1IsbUNBQW1DO2lCQUNuQztnQkFDRCxTQUFTLEVBQUU7b0JBQ1YsRUFBRSxPQUFPLEVBQUUsMENBQTBDLEVBQUUsUUFBUSxJQUF3QyxFQUFFO29CQUN6Ryw4QkFBOEI7aUJBQzlCO2FBQ0QiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBMdUFwaVNlYXJjaGVyTW9kdWxlIH0gZnJvbSAnQGx1Y2NhLWZyb250L25nL2FwaSc7XHJcbmltcG9ydCB7IEx1SW5wdXRNb2R1bGUgfSBmcm9tICdAbHVjY2EtZnJvbnQvbmcvaW5wdXQnO1xyXG5pbXBvcnQgeyBMdUZvckdyb3Vwc01vZHVsZSwgTHVPcHRpb25Nb2R1bGUgfSBmcm9tICdAbHVjY2EtZnJvbnQvbmcvb3B0aW9uJztcclxuaW1wb3J0IHsgTHVTZWxlY3RJbnB1dE1vZHVsZSB9IGZyb20gJ0BsdWNjYS1mcm9udC9uZy9zZWxlY3QnO1xyXG5pbXBvcnQgeyBMdVF1YWxpZmljYXRpb25TZWxlY3RJbnB1dENvbXBvbmVudCB9IGZyb20gJy4vcXVhbGlmaWNhdGlvbi1zZWxlY3QtaW5wdXQuY29tcG9uZW50JztcclxuaW1wb3J0IHsgTHVRdWFsaWZpY2F0aW9uU2VsZWN0SW5wdXRJbnRsIH0gZnJvbSAnLi9xdWFsaWZpY2F0aW9uLXNlbGVjdC1pbnB1dC5pbnRsJztcclxuaW1wb3J0IHsgTFVfUVVBTElGSUNBVElPTl9TRUxFQ1RfSU5QVVRfVFJBTlNMQVRJT05TIH0gZnJvbSAnLi9xdWFsaWZpY2F0aW9uLXNlbGVjdC1pbnB1dC50b2tlbic7XHJcbmltcG9ydCB7IGx1UXVhbGlmaWNhdGlvblNlbGVjdElucHV0VHJhbnNsYXRpb25zIH0gZnJvbSAnLi9xdWFsaWZpY2F0aW9uLXNlbGVjdC1pbnB1dC50cmFuc2xhdGUnO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuXHRpbXBvcnRzOiBbXHJcblx0XHRDb21tb25Nb2R1bGUsXHJcblx0XHRMdUlucHV0TW9kdWxlLFxyXG5cdFx0THVPcHRpb25Nb2R1bGUsXHJcblx0XHRMdVNlbGVjdElucHV0TW9kdWxlLFxyXG5cdFx0THVGb3JHcm91cHNNb2R1bGUsXHJcblx0XHRMdUFwaVNlYXJjaGVyTW9kdWxlXHJcblx0XSxcclxuXHRkZWNsYXJhdGlvbnM6IFtcclxuXHRcdEx1UXVhbGlmaWNhdGlvblNlbGVjdElucHV0Q29tcG9uZW50XHJcblx0XSxcclxuXHRleHBvcnRzOiBbXHJcblx0XHRMdVF1YWxpZmljYXRpb25TZWxlY3RJbnB1dENvbXBvbmVudCxcclxuXHRdLFxyXG5cdHByb3ZpZGVyczogW1xyXG5cdFx0eyBwcm92aWRlOiBMVV9RVUFMSUZJQ0FUSU9OX1NFTEVDVF9JTlBVVF9UUkFOU0xBVElPTlMsIHVzZVZhbHVlOiBsdVF1YWxpZmljYXRpb25TZWxlY3RJbnB1dFRyYW5zbGF0aW9ucyB9LFxyXG5cdFx0THVRdWFsaWZpY2F0aW9uU2VsZWN0SW5wdXRJbnRsLFxyXG5cdF0sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBMdVF1YWxpZmljYXRpb25TZWxlY3RJbnB1dE1vZHVsZSB7IH1cclxuIl19
@@ -1,15 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { LuQualificationSelectInputModule } from './input/index';
3
- export class LuQualificationSelectModule {
4
- }
5
- LuQualificationSelectModule.decorators = [
6
- { type: NgModule, args: [{
7
- imports: [
8
- LuQualificationSelectInputModule,
9
- ],
10
- exports: [
11
- LuQualificationSelectInputModule,
12
- ],
13
- },] }
14
- ];
15
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXVhbGlmaWNhdGlvbi1zZWxlY3QubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvcXVhbGlmaWNhdGlvbi9zcmMvbGliL3NlbGVjdC9xdWFsaWZpY2F0aW9uLXNlbGVjdC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsZ0NBQWdDLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFVakUsTUFBTSxPQUFPLDJCQUEyQjs7O1lBUnZDLFFBQVEsU0FBQztnQkFDVCxPQUFPLEVBQUU7b0JBQ1IsZ0NBQWdDO2lCQUNoQztnQkFDRCxPQUFPLEVBQUU7b0JBQ1IsZ0NBQWdDO2lCQUNoQzthQUNEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgTHVRdWFsaWZpY2F0aW9uU2VsZWN0SW5wdXRNb2R1bGUgfSBmcm9tICcuL2lucHV0L2luZGV4JztcclxuXHJcbkBOZ01vZHVsZSh7XHJcblx0aW1wb3J0czogW1xyXG5cdFx0THVRdWFsaWZpY2F0aW9uU2VsZWN0SW5wdXRNb2R1bGUsXHJcblx0XSxcclxuXHRleHBvcnRzOiBbXHJcblx0XHRMdVF1YWxpZmljYXRpb25TZWxlY3RJbnB1dE1vZHVsZSxcclxuXHRdLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgTHVRdWFsaWZpY2F0aW9uU2VsZWN0TW9kdWxlIHsgfSJdfQ==
@@ -1,155 +0,0 @@
1
- import { InjectionToken, Injectable, Inject, LOCALE_ID, Component, ChangeDetectionStrategy, forwardRef, ChangeDetectorRef, ElementRef, ViewContainerRef, Renderer2, Input, NgModule } from '@angular/core';
2
- import { Overlay } from '@angular/cdk/overlay';
3
- import { NG_VALUE_ACCESSOR } from '@angular/forms';
4
- import { ALuSelectInputComponent, LuSelectInputModule } from '@lucca-front/ng/select';
5
- import { ALuIntl } from '@lucca-front/ng/core';
6
- import { CommonModule } from '@angular/common';
7
- import { LuApiSearcherModule } from '@lucca-front/ng/api';
8
- import { LuInputModule } from '@lucca-front/ng/input';
9
- import { LuOptionModule, LuForGroupsModule } from '@lucca-front/ng/option';
10
-
11
- const LU_QUALIFICATION_SELECT_INPUT_TRANSLATIONS = new InjectionToken('LuQualificationSelectTranslations');
12
-
13
- class LuQualificationSelectInputIntl extends ALuIntl {
14
- constructor(translations, locale) {
15
- super(translations, locale);
16
- }
17
- }
18
- LuQualificationSelectInputIntl.decorators = [
19
- { type: Injectable }
20
- ];
21
- LuQualificationSelectInputIntl.ctorParameters = () => [
22
- { type: undefined, decorators: [{ type: Inject, args: [LU_QUALIFICATION_SELECT_INPUT_TRANSLATIONS,] }] },
23
- { type: undefined, decorators: [{ type: Inject, args: [LOCALE_ID,] }] }
24
- ];
25
-
26
- class LuQualificationSelectInputComponent extends ALuSelectInputComponent {
27
- constructor(_changeDetectorRef, _overlay, _elementRef, _viewContainerRef, _renderer, intl) {
28
- super(_changeDetectorRef, _overlay, _elementRef, _viewContainerRef, _renderer);
29
- this._changeDetectorRef = _changeDetectorRef;
30
- this._overlay = _overlay;
31
- this._elementRef = _elementRef;
32
- this._viewContainerRef = _viewContainerRef;
33
- this._renderer = _renderer;
34
- this.intl = intl;
35
- this.byId = (option1, option2) => option1 && option2 && option1.id === option2.id;
36
- this.isSearching = false;
37
- }
38
- get allFilters() {
39
- return this.filters == null ? ['sort=job.name,level.position'] :
40
- [...this.filters, 'sort=job.name,level.position'];
41
- }
42
- onIsSearchingChanged(isSearching) {
43
- this.isSearching = isSearching;
44
- this._changeDetectorRef.detectChanges();
45
- }
46
- trackById(_, item) {
47
- return item.id;
48
- }
49
- groupByJobName(qualification) {
50
- return qualification.job.name;
51
- }
52
- }
53
- LuQualificationSelectInputComponent.decorators = [
54
- { type: Component, args: [{
55
- selector: 'lu-qualification-select',
56
- template: "<div class=\"lu-select-placeholder\">{{ placeholder }}</div>\r\n<div class=\"lu-select-value\">\r\n\t<div class=\"lu-select-display-wrapper\">\r\n\t\t<ng-container #display></ng-container>\r\n\t</div>\r\n</div>\r\n<div class=\"lu-select-suffix\">\r\n\t<lu-input-clearer></lu-input-clearer>\r\n</div>\r\n\r\n<ng-template luDisplayer [luDisplayerMultiple]=\"true\" let-values>\r\n\t<span *ngIf=\"multiple && values?.length > 1; else: singleView\"><span class=\"chip mod-unkillable\">{{ values.length }}</span> {{ intl.qualifications }}</span>\r\n\t<ng-template #singleView>{{(values[0] || values).name}}</ng-template>\r\n</ng-template>\r\n\r\n<lu-option-picker-advanced [option-comparer]=\"byId\">\r\n\t<lu-api-paged-searcher api=\"/organization/structure/api/job-qualifications\" standard=\"v4\" [filters]=\"allFilters\"></lu-api-paged-searcher>\r\n\t<ng-template luForGroups let-group [luForGroupsGroupBy]=\"groupByJobName\">\r\n\t\t<h4 class=\"optionItem-groupKey\">{{ group.key }}</h4>\r\n\t\t<lu-option *ngFor=\"let qualification of group.items; trackBy: trackById\" [value]=\"qualification\">\r\n\t\t\t{{ qualification.name }}\r\n\t\t</lu-option>\r\n\t</ng-template>\r\n</lu-option-picker-advanced>",
57
- changeDetection: ChangeDetectionStrategy.OnPush,
58
- providers: [
59
- {
60
- provide: NG_VALUE_ACCESSOR,
61
- useExisting: forwardRef(() => LuQualificationSelectInputComponent),
62
- multi: true,
63
- }
64
- ],
65
- styles: ["@charset \"UTF-8\";:host{cursor:pointer;outline:none;padding:0}:host:after{content:\"\uE97C\";font-family:Lucca icons;display:inline-block;vertical-align:text-bottom;font-style:normal;bottom:.5rem;bottom:var(--components-select-input-padding-vertical);color:#485075;color:var(--palettes-primary-color);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-placeholder{color:#929292;color:var(--components-select-input-placeholder)}.lu-select-value{display:none}.lu-select-placeholder,.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}.lu-select-placeholder{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:#485075;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-placeholder,:host-context(.textfield.mod-small) .lu-select-value{font-size:.875rem;font-size:var(--sizes-small-font-size);line-height:1rem;line-height:var(--sizes-small-line-height);min-height:calc(var(--spacings-small) + 1rem);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-small-line-height))}:host-context(.textfield.mod-small):after{line-height:1rem;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:1rem;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:1rem;height:var(--sizes-small-line-height);line-height:1rem;line-height:var(--sizes-small-line-height)}:host-context(.form.mod-framed).textfield-input,:host-context(.textfield.mod-framed).textfield-input{padding:var(--components-select-framed-top-padding) 0 0}:host-context(.form.mod-framed).textfield-input:after,:host-context(.textfield.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(.form.mod-framed).textfield-input .lu-select-placeholder,:host-context(.form.mod-framed).textfield-input .lu-select-value,:host-context(.textfield.mod-framed).textfield-input .lu-select-placeholder,:host-context(.textfield.mod-framed).textfield-input .lu-select-value{padding:0 calc(var(--components-select-framed-side-padding) * 3) var(--components-select-framed-bottom-padding) var(--components-select-framed-side-padding)}:host-context(.form.mod-framed).textfield-input .lu-select-suffix,:host-context(.textfield.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-placeholder,:host-context(.textfield.mod-filter) .lu-select-value{height:auto;padding:1rem 0 0;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-placeholder,:host-context(.textfield.mod-material) .lu-select-value{padding-left:0;padding-right:.8rem}:host-context(.textfield.mod-material) .lu-select-suffix{right:calc(2 * .5rem);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 * .5rem);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)}.optionItem-groupKey{padding:.5rem;padding:var(--components-options-item-padding-vertical) var(--components-options-item-padding-horizontal);margin:0;border-top:1px solid var(--commons-divider-color);font-size:var(--sizes-small-font-size);width:100%;text-align:left;text-decoration:underline}.optionItem-groupKey:first-of-type{border-top-color:transparent;margin-top:0}"]
66
- },] }
67
- ];
68
- LuQualificationSelectInputComponent.ctorParameters = () => [
69
- { type: ChangeDetectorRef },
70
- { type: Overlay },
71
- { type: ElementRef },
72
- { type: ViewContainerRef },
73
- { type: Renderer2 },
74
- { type: undefined, decorators: [{ type: Inject, args: [LuQualificationSelectInputIntl,] }] }
75
- ];
76
- LuQualificationSelectInputComponent.propDecorators = {
77
- filters: [{ type: Input }]
78
- };
79
-
80
- class ALuQualificationSelectInputLabel {
81
- }
82
- const luQualificationSelectInputTranslations = {
83
- en: {
84
- qualifications: 'qualifications'
85
- },
86
- fr: {
87
- qualifications: 'qualifications'
88
- },
89
- es: {
90
- qualifications: 'calificaciones'
91
- }
92
- };
93
-
94
- const ɵ0 = luQualificationSelectInputTranslations;
95
- class LuQualificationSelectInputModule {
96
- }
97
- LuQualificationSelectInputModule.decorators = [
98
- { type: NgModule, args: [{
99
- imports: [
100
- CommonModule,
101
- LuInputModule,
102
- LuOptionModule,
103
- LuSelectInputModule,
104
- LuForGroupsModule,
105
- LuApiSearcherModule
106
- ],
107
- declarations: [
108
- LuQualificationSelectInputComponent
109
- ],
110
- exports: [
111
- LuQualificationSelectInputComponent,
112
- ],
113
- providers: [
114
- { provide: LU_QUALIFICATION_SELECT_INPUT_TRANSLATIONS, useValue: ɵ0 },
115
- LuQualificationSelectInputIntl,
116
- ],
117
- },] }
118
- ];
119
-
120
- class LuQualificationSelectModule {
121
- }
122
- LuQualificationSelectModule.decorators = [
123
- { type: NgModule, args: [{
124
- imports: [
125
- LuQualificationSelectInputModule,
126
- ],
127
- exports: [
128
- LuQualificationSelectInputModule,
129
- ],
130
- },] }
131
- ];
132
-
133
- class LuQualificationModule {
134
- }
135
- LuQualificationModule.decorators = [
136
- { type: NgModule, args: [{
137
- imports: [
138
- LuQualificationSelectModule
139
- ],
140
- exports: [
141
- LuQualificationSelectModule
142
- ],
143
- },] }
144
- ];
145
-
146
- /*
147
- * Public API Surface of qualification
148
- */
149
-
150
- /**
151
- * Generated bundle index. Do not edit.
152
- */
153
-
154
- export { ALuQualificationSelectInputLabel, LU_QUALIFICATION_SELECT_INPUT_TRANSLATIONS, LuQualificationModule, LuQualificationSelectInputComponent, LuQualificationSelectInputIntl, LuQualificationSelectInputModule, LuQualificationSelectModule, luQualificationSelectInputTranslations, ɵ0 };
155
- //# sourceMappingURL=lucca-front-ng-qualification.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"lucca-front-ng-qualification.js","sources":["../../../../packages/ng/qualification/src/lib/select/input/qualification-select-input.token.ts","../../../../packages/ng/qualification/src/lib/select/input/qualification-select-input.intl.ts","../../../../packages/ng/qualification/src/lib/select/input/qualification-select-input.component.ts","../../../../packages/ng/qualification/src/lib/select/input/qualification-select-input.translate.ts","../../../../packages/ng/qualification/src/lib/select/input/qualification-select-input.module.ts","../../../../packages/ng/qualification/src/lib/select/qualification-select.module.ts","../../../../packages/ng/qualification/src/lib/qualification.module.ts","../../../../packages/ng/qualification/src/public-api.ts","../../../../packages/ng/qualification/src/lucca-front-ng-qualification.ts"],"sourcesContent":["import { InjectionToken } from '@angular/core';\r\n\r\nexport const LU_QUALIFICATION_SELECT_INPUT_TRANSLATIONS = new InjectionToken('LuQualificationSelectTranslations');\r\n","import { Injectable, LOCALE_ID, Inject } from '@angular/core';\r\nimport { ALuIntl } from '@lucca-front/ng/core';\r\nimport { LU_QUALIFICATION_SELECT_INPUT_TRANSLATIONS } from './qualification-select-input.token';\r\nimport { ILuQualificationSelectInputLabel } from './qualification-select-input.translate';\r\n\r\n@Injectable()\r\nexport class LuQualificationSelectInputIntl extends ALuIntl<ILuQualificationSelectInputLabel> {\r\n\tconstructor(@Inject(LU_QUALIFICATION_SELECT_INPUT_TRANSLATIONS) translations, @Inject(LOCALE_ID) locale) {\r\n\t\tsuper(translations, locale);\r\n\t}\r\n}\r\n","import { Overlay } from '@angular/cdk/overlay';\r\nimport { AfterViewInit, ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, forwardRef, Inject, Input, Renderer2, ViewContainerRef } from '@angular/core';\r\nimport { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';\r\nimport { ILuOptionPickerPanel, LuOptionComparer } from '@lucca-front/ng/option';\r\nimport { ILuInputWithPicker } from '@lucca-front/ng/picker';\r\nimport { ALuSelectInputComponent } from '@lucca-front/ng/select';\r\nimport { ILuQualification } from '../../qualification.model';\r\nimport { LuQualificationSelectInputIntl } from './qualification-select-input.intl';\r\nimport { ILuQualificationSelectInputLabel } from './qualification-select-input.translate';\r\n\r\n@Component({\r\n\tselector: 'lu-qualification-select',\r\n\ttemplateUrl: './qualification-select-input.component.html',\r\n\tstyleUrls: ['./qualification-select-input.component.scss'],\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n\tproviders: [\r\n\t\t{\r\n\t\t\tprovide: NG_VALUE_ACCESSOR,\r\n\t\t\tuseExisting: forwardRef(() => LuQualificationSelectInputComponent),\r\n\t\t\tmulti: true,\r\n\t\t}\r\n\t],\r\n})\r\nexport class LuQualificationSelectInputComponent<D extends ILuQualification = ILuQualification, P extends ILuOptionPickerPanel<D> = ILuOptionPickerPanel<D>>\r\n\textends ALuSelectInputComponent<D, P>\r\n\timplements ControlValueAccessor, ILuInputWithPicker<D>, AfterViewInit {\r\n\r\n\tbyId: LuOptionComparer<D> = (option1: D, option2: D) => option1 && option2 && option1.id === option2.id;\r\n\r\n\t@Input() filters: string[];\r\n\tpublic get allFilters(): string[] {\r\n\t\treturn this.filters == null ? ['sort=job.name,level.position'] :\r\n\t\t\t[...this.filters, 'sort=job.name,level.position'];\r\n\t}\r\n\r\n\tisSearching = false;\r\n\r\n\tconstructor(\r\n\t\tprotected _changeDetectorRef: ChangeDetectorRef,\r\n\t\tprotected _overlay: Overlay,\r\n\t\tprotected _elementRef: ElementRef,\r\n\t\tprotected _viewContainerRef: ViewContainerRef,\r\n\t\tprotected _renderer: Renderer2,\r\n\t\t@Inject(LuQualificationSelectInputIntl) public intl: ILuQualificationSelectInputLabel\r\n\t) {\r\n\t\tsuper(\r\n\t\t\t_changeDetectorRef,\r\n\t\t\t_overlay,\r\n\t\t\t_elementRef,\r\n\t\t\t_viewContainerRef,\r\n\t\t\t_renderer,\r\n\t\t);\r\n\t}\r\n\r\n\tonIsSearchingChanged(isSearching: boolean) {\r\n\t\tthis.isSearching = isSearching;\r\n\t\tthis._changeDetectorRef.detectChanges();\r\n\t}\r\n\r\n\ttrackById(_: number, item: ILuQualification): number {\r\n\t\treturn item.id;\r\n\t}\r\n\r\n\tgroupByJobName(qualification: ILuQualification): string {\r\n\t\treturn qualification.job.name;\r\n\t}\r\n}\r\n","import { ILuTranslation } from '@lucca-front/ng/core';\r\n\r\nexport interface ILuQualificationSelectInputLabel {\r\n\tqualifications: string;\r\n}\r\nexport abstract class ALuQualificationSelectInputLabel {\r\n\tqualifications: string;\r\n}\r\n\r\nexport const luQualificationSelectInputTranslations = {\r\n\ten: {\r\n\t\tqualifications: 'qualifications'\r\n\t},\r\n\tfr: {\r\n\t\tqualifications: 'qualifications'\r\n\t},\r\n\tes: {\r\n\t\tqualifications: 'calificaciones'\r\n\t}\r\n} as ILuTranslation<ILuQualificationSelectInputLabel>;\r\n","import { CommonModule } from '@angular/common';\r\nimport { NgModule } from '@angular/core';\r\nimport { LuApiSearcherModule } from '@lucca-front/ng/api';\r\nimport { LuInputModule } from '@lucca-front/ng/input';\r\nimport { LuForGroupsModule, LuOptionModule } from '@lucca-front/ng/option';\r\nimport { LuSelectInputModule } from '@lucca-front/ng/select';\r\nimport { LuQualificationSelectInputComponent } from './qualification-select-input.component';\r\nimport { LuQualificationSelectInputIntl } from './qualification-select-input.intl';\r\nimport { LU_QUALIFICATION_SELECT_INPUT_TRANSLATIONS } from './qualification-select-input.token';\r\nimport { luQualificationSelectInputTranslations } from './qualification-select-input.translate';\r\n\r\n@NgModule({\r\n\timports: [\r\n\t\tCommonModule,\r\n\t\tLuInputModule,\r\n\t\tLuOptionModule,\r\n\t\tLuSelectInputModule,\r\n\t\tLuForGroupsModule,\r\n\t\tLuApiSearcherModule\r\n\t],\r\n\tdeclarations: [\r\n\t\tLuQualificationSelectInputComponent\r\n\t],\r\n\texports: [\r\n\t\tLuQualificationSelectInputComponent,\r\n\t],\r\n\tproviders: [\r\n\t\t{ provide: LU_QUALIFICATION_SELECT_INPUT_TRANSLATIONS, useValue: luQualificationSelectInputTranslations },\r\n\t\tLuQualificationSelectInputIntl,\r\n\t],\r\n})\r\nexport class LuQualificationSelectInputModule { }\r\n","import { NgModule } from '@angular/core';\r\nimport { LuQualificationSelectInputModule } from './input/index';\r\n\r\n@NgModule({\r\n\timports: [\r\n\t\tLuQualificationSelectInputModule,\r\n\t],\r\n\texports: [\r\n\t\tLuQualificationSelectInputModule,\r\n\t],\r\n})\r\nexport class LuQualificationSelectModule { }","import { NgModule } from '@angular/core';\r\nimport { LuQualificationSelectModule } from './select/qualification-select.module';\r\n\r\n@NgModule({\r\n\timports: [\r\n\t\tLuQualificationSelectModule\r\n\t],\r\n\texports: [\r\n\t\tLuQualificationSelectModule\r\n\t],\r\n})\r\nexport class LuQualificationModule { }\r\n","/*\r\n * Public API Surface of qualification\r\n */\r\n\r\nexport * from './index';\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;;;;;;MAEa,0CAA0C,GAAG,IAAI,cAAc,CAAC,mCAAmC;;MCInG,8BAA+B,SAAQ,OAAyC;IAC5F,YAAgE,YAAY,EAAqB,MAAM;QACtG,KAAK,CAAC,YAAY,EAAE,MAAM,CAAC,CAAC;KAC5B;;;YAJD,UAAU;;;4CAEG,MAAM,SAAC,0CAA0C;4CAAiB,MAAM,SAAC,SAAS;;;MCgBnF,mCACZ,SAAQ,uBAA6B;IAarC,YACW,kBAAqC,EACrC,QAAiB,EACjB,WAAuB,EACvB,iBAAmC,EACnC,SAAoB,EACiB,IAAsC;QAErF,KAAK,CACJ,kBAAkB,EAClB,QAAQ,EACR,WAAW,EACX,iBAAiB,EACjB,SAAS,CACT,CAAC;QAbQ,uBAAkB,GAAlB,kBAAkB,CAAmB;QACrC,aAAQ,GAAR,QAAQ,CAAS;QACjB,gBAAW,GAAX,WAAW,CAAY;QACvB,sBAAiB,GAAjB,iBAAiB,CAAkB;QACnC,cAAS,GAAT,SAAS,CAAW;QACiB,SAAI,GAAJ,IAAI,CAAkC;QAhBtF,SAAI,GAAwB,CAAC,OAAU,EAAE,OAAU,KAAK,OAAO,IAAI,OAAO,IAAI,OAAO,CAAC,EAAE,KAAK,OAAO,CAAC,EAAE,CAAC;QAQxG,gBAAW,GAAG,KAAK,CAAC;KAiBnB;IAtBD,IAAW,UAAU;QACpB,OAAO,IAAI,CAAC,OAAO,IAAI,IAAI,GAAG,CAAC,8BAA8B,CAAC;YAC7D,CAAC,GAAG,IAAI,CAAC,OAAO,EAAE,8BAA8B,CAAC,CAAC;KACnD;IAqBD,oBAAoB,CAAC,WAAoB;QACxC,IAAI,CAAC,WAAW,GAAG,WAAW,CAAC;QAC/B,IAAI,CAAC,kBAAkB,CAAC,aAAa,EAAE,CAAC;KACxC;IAED,SAAS,CAAC,CAAS,EAAE,IAAsB;QAC1C,OAAO,IAAI,CAAC,EAAE,CAAC;KACf;IAED,cAAc,CAAC,aAA+B;QAC7C,OAAO,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC;KAC9B;;;YAvDD,SAAS,SAAC;gBACV,QAAQ,EAAE,yBAAyB;gBACnC,8rCAA0D;gBAE1D,eAAe,EAAE,uBAAuB,CAAC,MAAM;gBAC/C,SAAS,EAAE;oBACV;wBACC,OAAO,EAAE,iBAAiB;wBAC1B,WAAW,EAAE,UAAU,CAAC,MAAM,mCAAmC,CAAC;wBAClE,KAAK,EAAE,IAAI;qBACX;iBACD;;aACD;;;YArBgD,iBAAiB;YADzD,OAAO;YAC+D,UAAU;YAAwC,gBAAgB;YAA3B,SAAS;4CA0C5H,MAAM,SAAC,8BAA8B;;;sBAdtC,KAAK;;;MCxBe,gCAAgC;CAErD;MAEY,sCAAsC,GAAG;IACrD,EAAE,EAAE;QACH,cAAc,EAAE,gBAAgB;KAChC;IACD,EAAE,EAAE;QACH,cAAc,EAAE,gBAAgB;KAChC;IACD,EAAE,EAAE;QACH,cAAc,EAAE,gBAAgB;KAChC;;;WCSiE;MAItD,gCAAgC;;;YApB5C,QAAQ,SAAC;gBACT,OAAO,EAAE;oBACR,YAAY;oBACZ,aAAa;oBACb,cAAc;oBACd,mBAAmB;oBACnB,iBAAiB;oBACjB,mBAAmB;iBACnB;gBACD,YAAY,EAAE;oBACb,mCAAmC;iBACnC;gBACD,OAAO,EAAE;oBACR,mCAAmC;iBACnC;gBACD,SAAS,EAAE;oBACV,EAAE,OAAO,EAAE,0CAA0C,EAAE,QAAQ,IAAwC,EAAE;oBACzG,8BAA8B;iBAC9B;aACD;;;MCnBY,2BAA2B;;;YARvC,QAAQ,SAAC;gBACT,OAAO,EAAE;oBACR,gCAAgC;iBAChC;gBACD,OAAO,EAAE;oBACR,gCAAgC;iBAChC;aACD;;;MCCY,qBAAqB;;;YARjC,QAAQ,SAAC;gBACT,OAAO,EAAE;oBACR,2BAA2B;iBAC3B;gBACD,OAAO,EAAE;oBACR,2BAA2B;iBAC3B;aACD;;;ACVD;;;;ACAA;;;;;;"}
@@ -1 +0,0 @@
1
- {"__symbolic":"module","version":4,"metadata":{"LuQualificationModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":3,"character":1},"arguments":[{"imports":[{"__symbolic":"reference","name":"LuQualificationSelectModule"}],"exports":[{"__symbolic":"reference","name":"LuQualificationSelectModule"}]}]}],"members":{}},"ILuJob":{"__symbolic":"interface"},"ILuJobLevel":{"__symbolic":"interface"},"ILuQualification":{"__symbolic":"interface"},"LuQualificationSelectInputComponent":{"__symbolic":"class","arity":2,"extends":{"__symbolic":"reference","module":"@lucca-front/ng/select","name":"ALuSelectInputComponent","line":24,"character":9},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":10,"character":1},"arguments":[{"selector":"lu-qualification-select","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":14,"character":18},"member":"OnPush"},"providers":[{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR","line":17,"character":12},"useExisting":{"__symbolic":"reference","name":"LuQualificationSelectInputComponent"},"multi":true}],"template":"<div class=\"lu-select-placeholder\">{{ placeholder }}</div>\r\n<div class=\"lu-select-value\">\r\n\t<div class=\"lu-select-display-wrapper\">\r\n\t\t<ng-container #display></ng-container>\r\n\t</div>\r\n</div>\r\n<div class=\"lu-select-suffix\">\r\n\t<lu-input-clearer></lu-input-clearer>\r\n</div>\r\n\r\n<ng-template luDisplayer [luDisplayerMultiple]=\"true\" let-values>\r\n\t<span *ngIf=\"multiple && values?.length > 1; else: singleView\"><span class=\"chip mod-unkillable\">{{ values.length }}</span> {{ intl.qualifications }}</span>\r\n\t<ng-template #singleView>{{(values[0] || values).name}}</ng-template>\r\n</ng-template>\r\n\r\n<lu-option-picker-advanced [option-comparer]=\"byId\">\r\n\t<lu-api-paged-searcher api=\"/organization/structure/api/job-qualifications\" standard=\"v4\" [filters]=\"allFilters\"></lu-api-paged-searcher>\r\n\t<ng-template luForGroups let-group [luForGroupsGroupBy]=\"groupByJobName\">\r\n\t\t<h4 class=\"optionItem-groupKey\">{{ group.key }}</h4>\r\n\t\t<lu-option *ngFor=\"let qualification of group.items; trackBy: trackById\" [value]=\"qualification\">\r\n\t\t\t{{ qualification.name }}\r\n\t\t</lu-option>\r\n\t</ng-template>\r\n</lu-option-picker-advanced>","styles":["@charset \"UTF-8\";:host{cursor:pointer;outline:none;padding:0}:host:after{content:\"\";font-family:Lucca icons;display:inline-block;vertical-align:text-bottom;font-style:normal;bottom:.5rem;bottom:var(--components-select-input-padding-vertical);color:#485075;color:var(--palettes-primary-color);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-placeholder{color:#929292;color:var(--components-select-input-placeholder)}.lu-select-value{display:none}.lu-select-placeholder,.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}.lu-select-placeholder{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:#485075;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-placeholder,:host-context(.textfield.mod-small) .lu-select-value{font-size:.875rem;font-size:var(--sizes-small-font-size);line-height:1rem;line-height:var(--sizes-small-line-height);min-height:calc(var(--spacings-small) + 1rem);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-small-line-height))}:host-context(.textfield.mod-small):after{line-height:1rem;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:1rem;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:1rem;height:var(--sizes-small-line-height);line-height:1rem;line-height:var(--sizes-small-line-height)}:host-context(.form.mod-framed).textfield-input,:host-context(.textfield.mod-framed).textfield-input{padding:var(--components-select-framed-top-padding) 0 0}:host-context(.form.mod-framed).textfield-input:after,:host-context(.textfield.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(.form.mod-framed).textfield-input .lu-select-placeholder,:host-context(.form.mod-framed).textfield-input .lu-select-value,:host-context(.textfield.mod-framed).textfield-input .lu-select-placeholder,:host-context(.textfield.mod-framed).textfield-input .lu-select-value{padding:0 calc(var(--components-select-framed-side-padding) * 3) var(--components-select-framed-bottom-padding) var(--components-select-framed-side-padding)}:host-context(.form.mod-framed).textfield-input .lu-select-suffix,:host-context(.textfield.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-placeholder,:host-context(.textfield.mod-filter) .lu-select-value{height:auto;padding:1rem 0 0;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-placeholder,:host-context(.textfield.mod-material) .lu-select-value{padding-left:0;padding-right:.8rem}:host-context(.textfield.mod-material) .lu-select-suffix{right:calc(2 * .5rem);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 * .5rem);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)}.optionItem-groupKey{padding:.5rem;padding:var(--components-options-item-padding-vertical) var(--components-options-item-padding-horizontal);margin:0;border-top:1px solid var(--commons-divider-color);font-size:var(--sizes-small-font-size);width:100%;text-align:left;text-decoration:underline}.optionItem-groupKey:first-of-type{border-top-color:transparent;margin-top:0}"]}]}],"members":{"filters":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":29,"character":2}}]}],"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[null,null,null,null,null,[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject","line":43,"character":3},"arguments":[{"__symbolic":"reference","name":"LuQualificationSelectInputIntl"}]}]],"parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef","line":38,"character":32},{"__symbolic":"reference","module":"@angular/cdk/overlay","name":"Overlay","line":39,"character":22},{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":40,"character":25},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef","line":41,"character":31},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":42,"character":23},{"__symbolic":"reference","name":"ILuQualificationSelectInputLabel"}]}],"onIsSearchingChanged":[{"__symbolic":"method"}],"trackById":[{"__symbolic":"method"}],"groupByJobName":[{"__symbolic":"method"}]}},"LuQualificationSelectInputIntl":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@lucca-front/ng/core","name":"ALuIntl","line":6,"character":52},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":5,"character":1}}],"members":{"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject","line":7,"character":14},"arguments":[{"__symbolic":"reference","name":"LU_QUALIFICATION_SELECT_INPUT_TRANSLATIONS"}]}],[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject","line":7,"character":80},"arguments":[{"__symbolic":"reference","module":"@angular/core","name":"LOCALE_ID","line":7,"character":87}]}]],"parameters":[null,null]}]}},"LuQualificationSelectInputModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":11,"character":1},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":13,"character":2},{"__symbolic":"reference","module":"@lucca-front/ng/input","name":"LuInputModule","line":14,"character":2},{"__symbolic":"reference","module":"@lucca-front/ng/option","name":"LuOptionModule","line":15,"character":2},{"__symbolic":"reference","module":"@lucca-front/ng/select","name":"LuSelectInputModule","line":16,"character":2},{"__symbolic":"reference","module":"@lucca-front/ng/option","name":"LuForGroupsModule","line":17,"character":2},{"__symbolic":"reference","module":"@lucca-front/ng/api","name":"LuApiSearcherModule","line":18,"character":2}],"declarations":[{"__symbolic":"reference","name":"LuQualificationSelectInputComponent"}],"exports":[{"__symbolic":"reference","name":"LuQualificationSelectInputComponent"}],"providers":[{"provide":{"__symbolic":"reference","name":"LU_QUALIFICATION_SELECT_INPUT_TRANSLATIONS"},"useValue":{"__symbolic":"reference","name":"luQualificationSelectInputTranslations"}},{"__symbolic":"reference","name":"LuQualificationSelectInputIntl"}]}]}],"members":{}},"LU_QUALIFICATION_SELECT_INPUT_TRANSLATIONS":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"InjectionToken","line":2,"character":62},"arguments":["LuQualificationSelectTranslations"]},"ILuQualificationSelectInputLabel":{"__symbolic":"interface"},"ALuQualificationSelectInputLabel":{"__symbolic":"class","members":{}},"luQualificationSelectInputTranslations":{"en":{"qualifications":"qualifications"},"fr":{"qualifications":"qualifications"},"es":{"qualifications":"calificaciones"}},"LuQualificationSelectModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":3,"character":1},"arguments":[{"imports":[{"__symbolic":"reference","name":"LuQualificationSelectInputModule"}],"exports":[{"__symbolic":"reference","name":"LuQualificationSelectInputModule"}]}]}],"members":{}}},"origins":{"LuQualificationModule":"./lib/qualification.module","ILuJob":"./lib/qualification.model","ILuJobLevel":"./lib/qualification.model","ILuQualification":"./lib/qualification.model","LuQualificationSelectInputComponent":"./lib/select/input/qualification-select-input.component","LuQualificationSelectInputIntl":"./lib/select/input/qualification-select-input.intl","LuQualificationSelectInputModule":"./lib/select/input/qualification-select-input.module","LU_QUALIFICATION_SELECT_INPUT_TRANSLATIONS":"./lib/select/input/qualification-select-input.token","ILuQualificationSelectInputLabel":"./lib/select/input/qualification-select-input.translate","ALuQualificationSelectInputLabel":"./lib/select/input/qualification-select-input.translate","luQualificationSelectInputTranslations":"./lib/select/input/qualification-select-input.translate","LuQualificationSelectModule":"./lib/select/qualification-select.module"},"importAs":"@lucca-front/ng/qualification"}
@@ -1,59 +0,0 @@
1
- (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@angular/platform-browser')) :
3
- typeof define === 'function' && define.amd ? define('@lucca-front/ng/safe-content', ['exports', '@angular/core', '@angular/common', '@angular/platform-browser'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global['lucca-front'] = global['lucca-front'] || {}, global['lucca-front'].ng = global['lucca-front'].ng || {}, global['lucca-front'].ng['safe-content'] = {}), global.ng.core, global.ng.common, global.ng.platformBrowser));
5
- }(this, (function (exports, core, common, platformBrowser) { 'use strict';
6
-
7
- var LuSafeContentPipe = /** @class */ (function () {
8
- function LuSafeContentPipe(sanitizer) {
9
- this.sanitizer = sanitizer;
10
- }
11
- LuSafeContentPipe.prototype.transform = function (value, type) {
12
- if (type === void 0) { type = 'html'; }
13
- switch (type) {
14
- case 'html': return this.sanitizer.bypassSecurityTrustHtml(value);
15
- case 'style': return this.sanitizer.bypassSecurityTrustStyle(value);
16
- case 'script': return this.sanitizer.bypassSecurityTrustScript(value);
17
- case 'url': return this.sanitizer.bypassSecurityTrustUrl(value);
18
- case 'resourceUrl': return this.sanitizer.bypassSecurityTrustResourceUrl(value);
19
- default: throw new Error("Invalid safe type specified: " + type);
20
- }
21
- };
22
- return LuSafeContentPipe;
23
- }());
24
- LuSafeContentPipe.decorators = [
25
- { type: core.Pipe, args: [{ name: 'luSafeContent' },] }
26
- ];
27
- LuSafeContentPipe.ctorParameters = function () { return [
28
- { type: platformBrowser.DomSanitizer }
29
- ]; };
30
-
31
- var LuSafeContentModule = /** @class */ (function () {
32
- function LuSafeContentModule() {
33
- }
34
- return LuSafeContentModule;
35
- }());
36
- LuSafeContentModule.decorators = [
37
- { type: core.NgModule, args: [{
38
- imports: [common.CommonModule],
39
- declarations: [LuSafeContentPipe],
40
- exports: [LuSafeContentPipe],
41
- providers: [],
42
- },] }
43
- ];
44
-
45
- /*
46
- * Public API Surface of safe-content
47
- */
48
-
49
- /**
50
- * Generated bundle index. Do not edit.
51
- */
52
-
53
- exports.LuSafeContentModule = LuSafeContentModule;
54
- exports.LuSafeContentPipe = LuSafeContentPipe;
55
-
56
- Object.defineProperty(exports, '__esModule', { value: true });
57
-
58
- })));
59
- //# sourceMappingURL=lucca-front-ng-safe-content.umd.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"lucca-front-ng-safe-content.umd.js","sources":["../../../../packages/ng/safe-content/src/lib/safe-content.pipe.ts","../../../../packages/ng/safe-content/src/lib/safe-content.module.ts","../../../../packages/ng/safe-content/src/public-api.ts","../../../../packages/ng/safe-content/src/lucca-front-ng-safe-content.ts"],"sourcesContent":["import { Pipe, PipeTransform } from '@angular/core';\r\nimport { DomSanitizer, SafeHtml, SafeStyle, SafeScript, SafeUrl, SafeResourceUrl } from '@angular/platform-browser';\r\nimport { LuSafeContentType } from './safe-content.model';\r\n\r\n@Pipe({name: 'luSafeContent'})\r\nexport class LuSafeContentPipe implements PipeTransform {\r\n\r\n\tconstructor(protected sanitizer: DomSanitizer) { }\r\n\r\n\tpublic transform(value: any, type: LuSafeContentType = 'html'): SafeHtml | SafeStyle | SafeScript | SafeUrl | SafeResourceUrl {\r\n\t\tswitch (type) {\r\n\t\t\tcase 'html': return this.sanitizer.bypassSecurityTrustHtml(value);\r\n\t\t\tcase 'style': return this.sanitizer.bypassSecurityTrustStyle(value);\r\n\t\t\tcase 'script': return this.sanitizer.bypassSecurityTrustScript(value);\r\n\t\t\tcase 'url': return this.sanitizer.bypassSecurityTrustUrl(value);\r\n\t\t\tcase 'resourceUrl': return this.sanitizer.bypassSecurityTrustResourceUrl(value);\r\n\t\t\tdefault: throw new Error(`Invalid safe type specified: ${type}`);\r\n\t\t}\r\n\t}\r\n}\r\n","import { NgModule } from '@angular/core';\r\nimport { CommonModule } from '@angular/common';\r\nimport { LuSafeContentPipe } from './safe-content.pipe';\r\n\r\n@NgModule({\r\n\timports: [ CommonModule ],\r\n\tdeclarations: [LuSafeContentPipe],\r\n\texports: [LuSafeContentPipe],\r\n\tproviders: [],\r\n})\r\nexport class LuSafeContentModule {}\r\n","/*\r\n * Public API Surface of safe-content\r\n */\r\n\r\nexport * from './index';\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["Pipe","DomSanitizer","NgModule","CommonModule"],"mappings":";;;;;;;QAOC,2BAAsB,SAAuB;YAAvB,cAAS,GAAT,SAAS,CAAc;SAAK;QAE3C,qCAAS,GAAT,UAAU,KAAU,EAAE,IAAgC;YAAhC,qBAAA,EAAA,aAAgC;YAC5D,QAAQ,IAAI;gBACX,KAAK,MAAM,EAAE,OAAO,IAAI,CAAC,SAAS,CAAC,uBAAuB,CAAC,KAAK,CAAC,CAAC;gBAClE,KAAK,OAAO,EAAE,OAAO,IAAI,CAAC,SAAS,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC;gBACpE,KAAK,QAAQ,EAAE,OAAO,IAAI,CAAC,SAAS,CAAC,yBAAyB,CAAC,KAAK,CAAC,CAAC;gBACtE,KAAK,KAAK,EAAE,OAAO,IAAI,CAAC,SAAS,CAAC,sBAAsB,CAAC,KAAK,CAAC,CAAC;gBAChE,KAAK,aAAa,EAAE,OAAO,IAAI,CAAC,SAAS,CAAC,8BAA8B,CAAC,KAAK,CAAC,CAAC;gBAChF,SAAS,MAAM,IAAI,KAAK,CAAC,kCAAgC,IAAM,CAAC,CAAC;aACjE;SACD;;;;gBAdDA,SAAI,SAAC,EAAC,IAAI,EAAE,eAAe,EAAC;;;gBAHpBC,4BAAY;;;;QCSrB;;;;;gBANCC,aAAQ,SAAC;oBACT,OAAO,EAAE,CAAEC,mBAAY,CAAE;oBACzB,YAAY,EAAE,CAAC,iBAAiB,CAAC;oBACjC,OAAO,EAAE,CAAC,iBAAiB,CAAC;oBAC5B,SAAS,EAAE,EAAE;iBACb;;;ICTD;;;;ICAA;;;;;;;;;;;;;"}
@@ -1,14 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { LuSafeContentPipe } from './safe-content.pipe';
4
- export class LuSafeContentModule {
5
- }
6
- LuSafeContentModule.decorators = [
7
- { type: NgModule, args: [{
8
- imports: [CommonModule],
9
- declarations: [LuSafeContentPipe],
10
- exports: [LuSafeContentPipe],
11
- providers: [],
12
- },] }
13
- ];
14
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2FmZS1jb250ZW50Lm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL25nL3NhZmUtY29udGVudC9zcmMvbGliL3NhZmUtY29udGVudC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFReEQsTUFBTSxPQUFPLG1CQUFtQjs7O1lBTi9CLFFBQVEsU0FBQztnQkFDVCxPQUFPLEVBQUUsQ0FBRSxZQUFZLENBQUU7Z0JBQ3pCLFlBQVksRUFBRSxDQUFDLGlCQUFpQixDQUFDO2dCQUNqQyxPQUFPLEVBQUUsQ0FBQyxpQkFBaUIsQ0FBQztnQkFDNUIsU0FBUyxFQUFFLEVBQUU7YUFDYiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IEx1U2FmZUNvbnRlbnRQaXBlIH0gZnJvbSAnLi9zYWZlLWNvbnRlbnQucGlwZSc7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG5cdGltcG9ydHM6IFsgQ29tbW9uTW9kdWxlIF0sXHJcblx0ZGVjbGFyYXRpb25zOiBbTHVTYWZlQ29udGVudFBpcGVdLFxyXG5cdGV4cG9ydHM6IFtMdVNhZmVDb250ZW50UGlwZV0sXHJcblx0cHJvdmlkZXJzOiBbXSxcclxufSlcclxuZXhwb3J0IGNsYXNzIEx1U2FmZUNvbnRlbnRNb2R1bGUge31cclxuIl19
@@ -1,24 +0,0 @@
1
- import { Pipe } from '@angular/core';
2
- import { DomSanitizer } from '@angular/platform-browser';
3
- export class LuSafeContentPipe {
4
- constructor(sanitizer) {
5
- this.sanitizer = sanitizer;
6
- }
7
- transform(value, type = 'html') {
8
- switch (type) {
9
- case 'html': return this.sanitizer.bypassSecurityTrustHtml(value);
10
- case 'style': return this.sanitizer.bypassSecurityTrustStyle(value);
11
- case 'script': return this.sanitizer.bypassSecurityTrustScript(value);
12
- case 'url': return this.sanitizer.bypassSecurityTrustUrl(value);
13
- case 'resourceUrl': return this.sanitizer.bypassSecurityTrustResourceUrl(value);
14
- default: throw new Error(`Invalid safe type specified: ${type}`);
15
- }
16
- }
17
- }
18
- LuSafeContentPipe.decorators = [
19
- { type: Pipe, args: [{ name: 'luSafeContent' },] }
20
- ];
21
- LuSafeContentPipe.ctorParameters = () => [
22
- { type: DomSanitizer }
23
- ];
24
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2FmZS1jb250ZW50LnBpcGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9zYWZlLWNvbnRlbnQvc3JjL2xpYi9zYWZlLWNvbnRlbnQucGlwZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsSUFBSSxFQUFpQixNQUFNLGVBQWUsQ0FBQztBQUNwRCxPQUFPLEVBQUUsWUFBWSxFQUE2RCxNQUFNLDJCQUEyQixDQUFDO0FBSXBILE1BQU0sT0FBTyxpQkFBaUI7SUFFN0IsWUFBc0IsU0FBdUI7UUFBdkIsY0FBUyxHQUFULFNBQVMsQ0FBYztJQUFJLENBQUM7SUFFM0MsU0FBUyxDQUFDLEtBQVUsRUFBRSxPQUEwQixNQUFNO1FBQzVELFFBQVEsSUFBSSxFQUFFO1lBQ2IsS0FBSyxNQUFNLENBQUMsQ0FBQyxPQUFPLElBQUksQ0FBQyxTQUFTLENBQUMsdUJBQXVCLENBQUMsS0FBSyxDQUFDLENBQUM7WUFDbEUsS0FBSyxPQUFPLENBQUMsQ0FBQyxPQUFPLElBQUksQ0FBQyxTQUFTLENBQUMsd0JBQXdCLENBQUMsS0FBSyxDQUFDLENBQUM7WUFDcEUsS0FBSyxRQUFRLENBQUMsQ0FBQyxPQUFPLElBQUksQ0FBQyxTQUFTLENBQUMseUJBQXlCLENBQUMsS0FBSyxDQUFDLENBQUM7WUFDdEUsS0FBSyxLQUFLLENBQUMsQ0FBQyxPQUFPLElBQUksQ0FBQyxTQUFTLENBQUMsc0JBQXNCLENBQUMsS0FBSyxDQUFDLENBQUM7WUFDaEUsS0FBSyxhQUFhLENBQUMsQ0FBQyxPQUFPLElBQUksQ0FBQyxTQUFTLENBQUMsOEJBQThCLENBQUMsS0FBSyxDQUFDLENBQUM7WUFDaEYsT0FBTyxDQUFDLENBQUMsTUFBTSxJQUFJLEtBQUssQ0FBQyxnQ0FBZ0MsSUFBSSxFQUFFLENBQUMsQ0FBQztTQUNqRTtJQUNGLENBQUM7OztZQWRELElBQUksU0FBQyxFQUFDLElBQUksRUFBRSxlQUFlLEVBQUM7OztZQUhwQixZQUFZIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgUGlwZSwgUGlwZVRyYW5zZm9ybSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBEb21TYW5pdGl6ZXIsIFNhZmVIdG1sLCBTYWZlU3R5bGUsIFNhZmVTY3JpcHQsIFNhZmVVcmwsIFNhZmVSZXNvdXJjZVVybCB9IGZyb20gJ0Bhbmd1bGFyL3BsYXRmb3JtLWJyb3dzZXInO1xyXG5pbXBvcnQgeyBMdVNhZmVDb250ZW50VHlwZSB9IGZyb20gJy4vc2FmZS1jb250ZW50Lm1vZGVsJztcclxuXHJcbkBQaXBlKHtuYW1lOiAnbHVTYWZlQ29udGVudCd9KVxyXG5leHBvcnQgY2xhc3MgTHVTYWZlQ29udGVudFBpcGUgaW1wbGVtZW50cyBQaXBlVHJhbnNmb3JtIHtcclxuXHJcblx0Y29uc3RydWN0b3IocHJvdGVjdGVkIHNhbml0aXplcjogRG9tU2FuaXRpemVyKSB7IH1cclxuXHJcblx0cHVibGljIHRyYW5zZm9ybSh2YWx1ZTogYW55LCB0eXBlOiBMdVNhZmVDb250ZW50VHlwZSA9ICdodG1sJyk6IFNhZmVIdG1sIHwgU2FmZVN0eWxlIHwgU2FmZVNjcmlwdCB8IFNhZmVVcmwgfCBTYWZlUmVzb3VyY2VVcmwge1xyXG5cdFx0c3dpdGNoICh0eXBlKSB7XHJcblx0XHRcdGNhc2UgJ2h0bWwnOiByZXR1cm4gdGhpcy5zYW5pdGl6ZXIuYnlwYXNzU2VjdXJpdHlUcnVzdEh0bWwodmFsdWUpO1xyXG5cdFx0XHRjYXNlICdzdHlsZSc6IHJldHVybiB0aGlzLnNhbml0aXplci5ieXBhc3NTZWN1cml0eVRydXN0U3R5bGUodmFsdWUpO1xyXG5cdFx0XHRjYXNlICdzY3JpcHQnOiByZXR1cm4gdGhpcy5zYW5pdGl6ZXIuYnlwYXNzU2VjdXJpdHlUcnVzdFNjcmlwdCh2YWx1ZSk7XHJcblx0XHRcdGNhc2UgJ3VybCc6IHJldHVybiB0aGlzLnNhbml0aXplci5ieXBhc3NTZWN1cml0eVRydXN0VXJsKHZhbHVlKTtcclxuXHRcdFx0Y2FzZSAncmVzb3VyY2VVcmwnOiByZXR1cm4gdGhpcy5zYW5pdGl6ZXIuYnlwYXNzU2VjdXJpdHlUcnVzdFJlc291cmNlVXJsKHZhbHVlKTtcclxuXHRcdFx0ZGVmYXVsdDogdGhyb3cgbmV3IEVycm9yKGBJbnZhbGlkIHNhZmUgdHlwZSBzcGVjaWZpZWQ6ICR7dHlwZX1gKTtcclxuXHRcdH1cclxuXHR9XHJcbn1cclxuIl19
@@ -1,47 +0,0 @@
1
- import { Pipe, NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { DomSanitizer } from '@angular/platform-browser';
4
-
5
- class LuSafeContentPipe {
6
- constructor(sanitizer) {
7
- this.sanitizer = sanitizer;
8
- }
9
- transform(value, type = 'html') {
10
- switch (type) {
11
- case 'html': return this.sanitizer.bypassSecurityTrustHtml(value);
12
- case 'style': return this.sanitizer.bypassSecurityTrustStyle(value);
13
- case 'script': return this.sanitizer.bypassSecurityTrustScript(value);
14
- case 'url': return this.sanitizer.bypassSecurityTrustUrl(value);
15
- case 'resourceUrl': return this.sanitizer.bypassSecurityTrustResourceUrl(value);
16
- default: throw new Error(`Invalid safe type specified: ${type}`);
17
- }
18
- }
19
- }
20
- LuSafeContentPipe.decorators = [
21
- { type: Pipe, args: [{ name: 'luSafeContent' },] }
22
- ];
23
- LuSafeContentPipe.ctorParameters = () => [
24
- { type: DomSanitizer }
25
- ];
26
-
27
- class LuSafeContentModule {
28
- }
29
- LuSafeContentModule.decorators = [
30
- { type: NgModule, args: [{
31
- imports: [CommonModule],
32
- declarations: [LuSafeContentPipe],
33
- exports: [LuSafeContentPipe],
34
- providers: [],
35
- },] }
36
- ];
37
-
38
- /*
39
- * Public API Surface of safe-content
40
- */
41
-
42
- /**
43
- * Generated bundle index. Do not edit.
44
- */
45
-
46
- export { LuSafeContentModule, LuSafeContentPipe };
47
- //# sourceMappingURL=lucca-front-ng-safe-content.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"lucca-front-ng-safe-content.js","sources":["../../../../packages/ng/safe-content/src/lib/safe-content.pipe.ts","../../../../packages/ng/safe-content/src/lib/safe-content.module.ts","../../../../packages/ng/safe-content/src/public-api.ts","../../../../packages/ng/safe-content/src/lucca-front-ng-safe-content.ts"],"sourcesContent":["import { Pipe, PipeTransform } from '@angular/core';\r\nimport { DomSanitizer, SafeHtml, SafeStyle, SafeScript, SafeUrl, SafeResourceUrl } from '@angular/platform-browser';\r\nimport { LuSafeContentType } from './safe-content.model';\r\n\r\n@Pipe({name: 'luSafeContent'})\r\nexport class LuSafeContentPipe implements PipeTransform {\r\n\r\n\tconstructor(protected sanitizer: DomSanitizer) { }\r\n\r\n\tpublic transform(value: any, type: LuSafeContentType = 'html'): SafeHtml | SafeStyle | SafeScript | SafeUrl | SafeResourceUrl {\r\n\t\tswitch (type) {\r\n\t\t\tcase 'html': return this.sanitizer.bypassSecurityTrustHtml(value);\r\n\t\t\tcase 'style': return this.sanitizer.bypassSecurityTrustStyle(value);\r\n\t\t\tcase 'script': return this.sanitizer.bypassSecurityTrustScript(value);\r\n\t\t\tcase 'url': return this.sanitizer.bypassSecurityTrustUrl(value);\r\n\t\t\tcase 'resourceUrl': return this.sanitizer.bypassSecurityTrustResourceUrl(value);\r\n\t\t\tdefault: throw new Error(`Invalid safe type specified: ${type}`);\r\n\t\t}\r\n\t}\r\n}\r\n","import { NgModule } from '@angular/core';\r\nimport { CommonModule } from '@angular/common';\r\nimport { LuSafeContentPipe } from './safe-content.pipe';\r\n\r\n@NgModule({\r\n\timports: [ CommonModule ],\r\n\tdeclarations: [LuSafeContentPipe],\r\n\texports: [LuSafeContentPipe],\r\n\tproviders: [],\r\n})\r\nexport class LuSafeContentModule {}\r\n","/*\r\n * Public API Surface of safe-content\r\n */\r\n\r\nexport * from './index';\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAKa,iBAAiB;IAE7B,YAAsB,SAAuB;QAAvB,cAAS,GAAT,SAAS,CAAc;KAAK;IAE3C,SAAS,CAAC,KAAU,EAAE,OAA0B,MAAM;QAC5D,QAAQ,IAAI;YACX,KAAK,MAAM,EAAE,OAAO,IAAI,CAAC,SAAS,CAAC,uBAAuB,CAAC,KAAK,CAAC,CAAC;YAClE,KAAK,OAAO,EAAE,OAAO,IAAI,CAAC,SAAS,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC;YACpE,KAAK,QAAQ,EAAE,OAAO,IAAI,CAAC,SAAS,CAAC,yBAAyB,CAAC,KAAK,CAAC,CAAC;YACtE,KAAK,KAAK,EAAE,OAAO,IAAI,CAAC,SAAS,CAAC,sBAAsB,CAAC,KAAK,CAAC,CAAC;YAChE,KAAK,aAAa,EAAE,OAAO,IAAI,CAAC,SAAS,CAAC,8BAA8B,CAAC,KAAK,CAAC,CAAC;YAChF,SAAS,MAAM,IAAI,KAAK,CAAC,gCAAgC,IAAI,EAAE,CAAC,CAAC;SACjE;KACD;;;YAdD,IAAI,SAAC,EAAC,IAAI,EAAE,eAAe,EAAC;;;YAHpB,YAAY;;;MCSR,mBAAmB;;;YAN/B,QAAQ,SAAC;gBACT,OAAO,EAAE,CAAE,YAAY,CAAE;gBACzB,YAAY,EAAE,CAAC,iBAAiB,CAAC;gBACjC,OAAO,EAAE,CAAC,iBAAiB,CAAC;gBAC5B,SAAS,EAAE,EAAE;aACb;;;ACTD;;;;ACAA;;;;;;"}
@@ -1 +0,0 @@
1
- {"__symbolic":"module","version":4,"metadata":{"LuSafeContentModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":4,"character":1},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":5,"character":12}],"declarations":[{"__symbolic":"reference","name":"LuSafeContentPipe"}],"exports":[{"__symbolic":"reference","name":"LuSafeContentPipe"}],"providers":[]}]}],"members":{}},"LuSafeContentType":{"__symbolic":"interface"},"LuSafeContentPipe":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Pipe","line":4,"character":1},"arguments":[{"name":"luSafeContent"}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/platform-browser","name":"DomSanitizer","line":7,"character":34}]}],"transform":[{"__symbolic":"method"}]}}},"origins":{"LuSafeContentModule":"./lib/safe-content.module","LuSafeContentType":"./lib/safe-content.model","LuSafeContentPipe":"./lib/safe-content.pipe"},"importAs":"@lucca-front/ng/safe-content"}