@lucca-front/ng 16.4.2 → 16.4.3

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 (536) hide show
  1. package/esm2022/a11y/public-api.mjs +1 -1
  2. package/esm2022/a11y/skip-links/skip-links.component.mjs +3 -3
  3. package/esm2022/a11y/skip-links/skip-links.translate.mjs +1 -1
  4. package/esm2022/animations/animation.factory.mjs +1 -1
  5. package/esm2022/animations/fade.animation.mjs +1 -1
  6. package/esm2022/animations/public-api.mjs +1 -1
  7. package/esm2022/animations/scale.animation.mjs +1 -1
  8. package/esm2022/animations/slide.animation.mjs +1 -1
  9. package/esm2022/api/api.model.mjs +1 -1
  10. package/esm2022/api/api.module.mjs +1 -1
  11. package/esm2022/api/public-api.mjs +1 -1
  12. package/esm2022/api/select/api-select.module.mjs +1 -1
  13. package/esm2022/api/select/feeder/api-feeder.component.mjs +1 -1
  14. package/esm2022/api/select/feeder/api-feeder.model.mjs +1 -1
  15. package/esm2022/api/select/feeder/api-feeder.module.mjs +1 -1
  16. package/esm2022/api/select/feeder/index.mjs +1 -1
  17. package/esm2022/api/select/index.mjs +1 -1
  18. package/esm2022/api/select/input/api-select-input.component.mjs +3 -3
  19. package/esm2022/api/select/input/api-select-input.module.mjs +1 -1
  20. package/esm2022/api/select/input/index.mjs +1 -1
  21. package/esm2022/api/select/pager/api-pager.component.mjs +1 -1
  22. package/esm2022/api/select/pager/api-pager.model.mjs +1 -1
  23. package/esm2022/api/select/pager/api-pager.module.mjs +1 -1
  24. package/esm2022/api/select/pager/index.mjs +1 -1
  25. package/esm2022/api/select/searcher/api-searcher.component.mjs +5 -5
  26. package/esm2022/api/select/searcher/api-searcher.model.mjs +1 -1
  27. package/esm2022/api/select/searcher/api-searcher.module.mjs +1 -1
  28. package/esm2022/api/select/searcher/index.mjs +1 -1
  29. package/esm2022/api/service/api-hybrid.service.mjs +1 -1
  30. package/esm2022/api/service/api-service.model.mjs +1 -1
  31. package/esm2022/api/service/api-v3.service.mjs +1 -1
  32. package/esm2022/api/service/api-v4.service.mjs +1 -1
  33. package/esm2022/api/service/index.mjs +1 -1
  34. package/esm2022/callout/callout.component.mjs +3 -3
  35. package/esm2022/callout/callout.translate.mjs +1 -1
  36. package/esm2022/callout/public-api.mjs +1 -1
  37. package/esm2022/core/date/date-adapter.class.mjs +1 -1
  38. package/esm2022/core/date/date-adapter.interface.mjs +1 -1
  39. package/esm2022/core/date/date-granularity.enum.mjs +1 -1
  40. package/esm2022/core/date/index.mjs +1 -1
  41. package/esm2022/core/date/native/index.mjs +1 -1
  42. package/esm2022/core/date/native/native-date.adapter.mjs +1 -1
  43. package/esm2022/core/date/native/native-date.option.mjs +1 -1
  44. package/esm2022/core/date/string/index.mjs +1 -1
  45. package/esm2022/core/date/string/string-date.adapter.mjs +1 -1
  46. package/esm2022/core/event/index.mjs +1 -1
  47. package/esm2022/core/event/on-close.subscriber.mjs +1 -1
  48. package/esm2022/core/event/on-open.subscriber.mjs +1 -1
  49. package/esm2022/core/event/on-scroll-bottom.subscriber.mjs +1 -1
  50. package/esm2022/core/group/group.interface.mjs +1 -1
  51. package/esm2022/core/group/index.mjs +1 -1
  52. package/esm2022/core/id/id.generator.mjs +1 -1
  53. package/esm2022/core/id/index.mjs +1 -1
  54. package/esm2022/core/public-api.mjs +1 -1
  55. package/esm2022/core/tools/ng-clazz.directive.mjs +1 -1
  56. package/esm2022/core/translate/index.mjs +1 -1
  57. package/esm2022/core/translate/intl.model.mjs +1 -1
  58. package/esm2022/core/translate/translation.model.mjs +1 -1
  59. package/esm2022/core/tree/index.mjs +1 -1
  60. package/esm2022/core/tree/tree.model.mjs +1 -1
  61. package/esm2022/core/type/index.mjs +1 -1
  62. package/esm2022/core/type/style.mjs +1 -1
  63. package/esm2022/core-select/displayer/displayer.directive.mjs +1 -1
  64. package/esm2022/core-select/displayer/index.mjs +1 -1
  65. package/esm2022/core-select/input/index.mjs +1 -1
  66. package/esm2022/core-select/input/select-input.component.mjs +1 -1
  67. package/esm2022/core-select/input/select-input.models.mjs +1 -1
  68. package/esm2022/core-select/option/default-option.component.mjs +1 -1
  69. package/esm2022/core-select/option/disabled.directive.mjs +1 -1
  70. package/esm2022/core-select/option/index.mjs +1 -1
  71. package/esm2022/core-select/option/option-outlet.directive.mjs +1 -1
  72. package/esm2022/core-select/option/option.component.mjs +3 -3
  73. package/esm2022/core-select/option/option.directive.mjs +1 -1
  74. package/esm2022/core-select/option/option.token.mjs +1 -1
  75. package/esm2022/core-select/panel/index.mjs +1 -1
  76. package/esm2022/core-select/panel/panel.models.mjs +1 -1
  77. package/esm2022/core-select/public-api.mjs +1 -1
  78. package/esm2022/core-select/select.model.mjs +1 -1
  79. package/esm2022/date/adapter/date-adapter.module.mjs +1 -1
  80. package/esm2022/date/adapter/date-adapter.pipe.mjs +1 -1
  81. package/esm2022/date/adapter/index.mjs +1 -1
  82. package/esm2022/date/calendar/calendar-input.component.mjs +3 -3
  83. package/esm2022/date/calendar/calendar-input.module.mjs +1 -1
  84. package/esm2022/date/calendar/calendar-item.class.mjs +1 -1
  85. package/esm2022/date/calendar/calendar-item.factory.mjs +1 -1
  86. package/esm2022/date/calendar/calendar-item.interface.mjs +1 -1
  87. package/esm2022/date/calendar/index.mjs +1 -1
  88. package/esm2022/date/date.module.mjs +1 -1
  89. package/esm2022/date/input/date-input.directive.mjs +1 -1
  90. package/esm2022/date/input/date-input.module.mjs +1 -1
  91. package/esm2022/date/input/date-input.translate.mjs +1 -1
  92. package/esm2022/date/input/index.mjs +1 -1
  93. package/esm2022/date/picker/date-picker.component.mjs +3 -3
  94. package/esm2022/date/picker/date-picker.module.mjs +1 -1
  95. package/esm2022/date/picker/index.mjs +1 -1
  96. package/esm2022/date/public-api.mjs +1 -1
  97. package/esm2022/date/select/date-select-input.component.mjs +3 -3
  98. package/esm2022/date/select/date-select-input.module.mjs +1 -1
  99. package/esm2022/date/select/date-select-input.translate.mjs +1 -1
  100. package/esm2022/date/select/index.mjs +1 -1
  101. package/esm2022/department/department.model.mjs +1 -1
  102. package/esm2022/department/department.module.mjs +1 -1
  103. package/esm2022/department/public-api.mjs +1 -1
  104. package/esm2022/department/select/department-select.module.mjs +1 -1
  105. package/esm2022/department/select/feeder/department-feeder.component.mjs +1 -1
  106. package/esm2022/department/select/feeder/department-feeder.module.mjs +1 -1
  107. package/esm2022/department/select/feeder/index.mjs +1 -1
  108. package/esm2022/department/select/index.mjs +1 -1
  109. package/esm2022/department/select/input/department-select-input.component.mjs +3 -3
  110. package/esm2022/department/select/input/department-select-input.module.mjs +1 -1
  111. package/esm2022/department/select/input/department-select-input.translate.mjs +1 -1
  112. package/esm2022/department/select/input/index.mjs +1 -1
  113. package/esm2022/department/service/department-service.model.mjs +1 -1
  114. package/esm2022/department/service/department-v3.service.mjs +1 -1
  115. package/esm2022/department/service/index.mjs +1 -1
  116. package/esm2022/dropdown/dropdown.module.mjs +1 -1
  117. package/esm2022/dropdown/item/dropdown-item.directive.mjs +1 -1
  118. package/esm2022/dropdown/item/dropdown-item.model.mjs +1 -1
  119. package/esm2022/dropdown/item/dropdown-item.module.mjs +1 -1
  120. package/esm2022/dropdown/item/index.mjs +1 -1
  121. package/esm2022/dropdown/panel/dropdown-panel.component.mjs +3 -3
  122. package/esm2022/dropdown/panel/dropdown-panel.model.mjs +1 -1
  123. package/esm2022/dropdown/panel/dropdown-panel.module.mjs +1 -1
  124. package/esm2022/dropdown/panel/index.mjs +1 -1
  125. package/esm2022/dropdown/public-api.mjs +1 -1
  126. package/esm2022/dropdown/trigger/dropdown-trigger.directive.mjs +1 -1
  127. package/esm2022/dropdown/trigger/dropdown-trigger.module.mjs +1 -1
  128. package/esm2022/dropdown/trigger/index.mjs +1 -1
  129. package/esm2022/establishment/establishment.model.mjs +1 -1
  130. package/esm2022/establishment/establishment.module.mjs +1 -1
  131. package/esm2022/establishment/public-api.mjs +1 -1
  132. package/esm2022/establishment/select/establishment-select.module.mjs +1 -1
  133. package/esm2022/establishment/select/for-legal-units/for-legal-units.directive.mjs +1 -1
  134. package/esm2022/establishment/select/for-legal-units/for-legal-units.module.mjs +1 -1
  135. package/esm2022/establishment/select/for-legal-units/index.mjs +1 -1
  136. package/esm2022/establishment/select/index.mjs +1 -1
  137. package/esm2022/establishment/select/input/establishment-select-input.component.mjs +3 -3
  138. package/esm2022/establishment/select/input/establishment-select-input.module.mjs +1 -1
  139. package/esm2022/establishment/select/input/establishment-select-input.translate.mjs +1 -1
  140. package/esm2022/establishment/select/input/index.mjs +1 -1
  141. package/esm2022/establishment/select/legal-unit-selector/index.mjs +1 -1
  142. package/esm2022/establishment/select/legal-unit-selector/legal-unit-selector.directive.mjs +1 -1
  143. package/esm2022/establishment/select/legal-unit-selector/legal-unit-selector.module.mjs +1 -1
  144. package/esm2022/establishment/select/searcher/establishment-searcher.component.mjs +3 -3
  145. package/esm2022/establishment/select/searcher/establishment-searcher.module.mjs +1 -1
  146. package/esm2022/establishment/select/searcher/index.mjs +1 -1
  147. package/esm2022/establishment/select/select-all/establishment-select-all.component.mjs +3 -3
  148. package/esm2022/establishment/select/select-all/establishment-select-all.module.mjs +1 -1
  149. package/esm2022/establishment/select/select-all/establishment-select-all.translate.mjs +1 -1
  150. package/esm2022/establishment/select/select-all/index.mjs +1 -1
  151. package/esm2022/establishment/service/establishment-service.model.mjs +1 -1
  152. package/esm2022/establishment/service/establishment.service.mjs +1 -1
  153. package/esm2022/establishment/service/index.mjs +1 -1
  154. package/esm2022/establishment/service/legal-unit-service.model.mjs +1 -1
  155. package/esm2022/establishment/service/legal-unit.service.mjs +1 -1
  156. package/esm2022/form-field/form-field-size.mjs +1 -1
  157. package/esm2022/form-field/form-field.component.mjs +3 -3
  158. package/esm2022/form-field/input.directive.mjs +1 -1
  159. package/esm2022/form-field/public-api.mjs +1 -1
  160. package/esm2022/formly/formly.config.mjs +1 -1
  161. package/esm2022/formly/formly.module.mjs +1 -1
  162. package/esm2022/formly/formly.utils.mjs +1 -1
  163. package/esm2022/formly/public-api.mjs +1 -1
  164. package/esm2022/formly/types/api.mjs +3 -3
  165. package/esm2022/formly/types/checkbox.mjs +3 -3
  166. package/esm2022/formly/types/date.mjs +3 -3
  167. package/esm2022/formly/types/department.mjs +3 -3
  168. package/esm2022/formly/types/establishment.mjs +3 -3
  169. package/esm2022/formly/types/index.mjs +1 -1
  170. package/esm2022/formly/types/input.mjs +3 -3
  171. package/esm2022/formly/types/qualification.mjs +3 -3
  172. package/esm2022/formly/types/radios.mjs +3 -3
  173. package/esm2022/formly/types/select.mjs +3 -3
  174. package/esm2022/formly/types/textarea.mjs +3 -3
  175. package/esm2022/formly/types/user.mjs +3 -3
  176. package/esm2022/formly/wrappers/checkbox-layout.mjs +3 -3
  177. package/esm2022/formly/wrappers/error.mjs +7 -7
  178. package/esm2022/formly/wrappers/helper.mjs +3 -3
  179. package/esm2022/formly/wrappers/icon.mjs +3 -3
  180. package/esm2022/formly/wrappers/index.mjs +1 -1
  181. package/esm2022/formly/wrappers/radiosfield-layout.mjs +3 -3
  182. package/esm2022/formly/wrappers/suffix.mjs +3 -3
  183. package/esm2022/formly/wrappers/textfield-layout.mjs +3 -3
  184. package/esm2022/forms/abstract-field-component.mjs +1 -1
  185. package/esm2022/forms/checkboxfield/checkboxfield.component.mjs +3 -3
  186. package/esm2022/forms/form-field-id.directive.mjs +1 -1
  187. package/esm2022/forms/inject-ng-control.mjs +1 -1
  188. package/esm2022/forms/noop-value-accessor.directive.mjs +1 -1
  189. package/esm2022/forms/public-api.mjs +1 -1
  190. package/esm2022/forms/switchfield/switchfield.component.mjs +3 -3
  191. package/esm2022/forms/textfield/textfield-addon.mjs +1 -1
  192. package/esm2022/forms/textfield/textfield.component.mjs +3 -3
  193. package/esm2022/forms/textfield/textfield.translate.mjs +1 -1
  194. package/esm2022/icon/icon.component.mjs +3 -3
  195. package/esm2022/icon/public-api.mjs +1 -1
  196. package/esm2022/inline-message/inline-message-state.mjs +1 -1
  197. package/esm2022/inline-message/inline-message.component.mjs +3 -3
  198. package/esm2022/inline-message/public-api.mjs +1 -1
  199. package/esm2022/input/clearer/clearer.component.mjs +3 -3
  200. package/esm2022/input/clearer/clearer.model.mjs +1 -1
  201. package/esm2022/input/clearer/clearer.module.mjs +1 -1
  202. package/esm2022/input/clearer/index.mjs +1 -1
  203. package/esm2022/input/displayer/index.mjs +1 -1
  204. package/esm2022/input/displayer/input-displayer.directive.mjs +1 -1
  205. package/esm2022/input/displayer/input-displayer.model.mjs +1 -1
  206. package/esm2022/input/displayer/input-displayer.module.mjs +1 -1
  207. package/esm2022/input/input.directive.mjs +1 -1
  208. package/esm2022/input/input.model.mjs +1 -1
  209. package/esm2022/input/input.module.mjs +1 -1
  210. package/esm2022/input/public-api.mjs +1 -1
  211. package/esm2022/modal/modal-config.default.mjs +1 -1
  212. package/esm2022/modal/modal-config.model.mjs +1 -1
  213. package/esm2022/modal/modal-panel.component.mjs +5 -5
  214. package/esm2022/modal/modal-ref.factory.mjs +1 -1
  215. package/esm2022/modal/modal-ref.model.mjs +1 -1
  216. package/esm2022/modal/modal.model.mjs +1 -1
  217. package/esm2022/modal/modal.module.mjs +1 -1
  218. package/esm2022/modal/modal.service.mjs +1 -1
  219. package/esm2022/modal/modal.token.mjs +1 -1
  220. package/esm2022/modal/modal.translate.mjs +1 -1
  221. package/esm2022/modal/modal.utils.mjs +1 -1
  222. package/esm2022/modal/public-api.mjs +1 -1
  223. package/esm2022/multi-select/displayer/default-displayer.component.mjs +45 -45
  224. package/esm2022/multi-select/displayer/default-displayer.translate.mjs +1 -1
  225. package/esm2022/multi-select/displayer/displayer.directive.mjs +1 -1
  226. package/esm2022/multi-select/displayer/index.mjs +1 -1
  227. package/esm2022/multi-select/input/index.mjs +1 -1
  228. package/esm2022/multi-select/input/panel-ref.factory.mjs +1 -1
  229. package/esm2022/multi-select/input/panel.model.mjs +1 -1
  230. package/esm2022/multi-select/input/select-input.component.mjs +3 -3
  231. package/esm2022/multi-select/panel/index.mjs +1 -1
  232. package/esm2022/multi-select/panel/option-selected.pipe.mjs +1 -1
  233. package/esm2022/multi-select/panel/panel.component.mjs +3 -3
  234. package/esm2022/multi-select/panel/selected-chip.directive.mjs +1 -1
  235. package/esm2022/multi-select/public-api.mjs +1 -1
  236. package/esm2022/multi-select/select.model.mjs +1 -1
  237. package/esm2022/multi-select/select.translate.mjs +1 -1
  238. package/esm2022/new-badge/new-badge.component.mjs +3 -3
  239. package/esm2022/new-badge/public-api.mjs +1 -1
  240. package/esm2022/number/number.module.mjs +1 -1
  241. package/esm2022/number/number.pipe.mjs +1 -1
  242. package/esm2022/number/public-api.mjs +1 -1
  243. package/esm2022/numeric-badge/numeric-badge/numeric-badge.component.mjs +3 -3
  244. package/esm2022/numeric-badge/public-api.mjs +1 -1
  245. package/esm2022/option/item/index.mjs +1 -1
  246. package/esm2022/option/item/option-item.component.mjs +3 -3
  247. package/esm2022/option/item/option-item.model.mjs +1 -1
  248. package/esm2022/option/item/option-item.module.mjs +1 -1
  249. package/esm2022/option/item/tree-option-item.component.mjs +3 -3
  250. package/esm2022/option/item/tree-option-item.model.mjs +1 -1
  251. package/esm2022/option/item/tree-option-item.module.mjs +1 -1
  252. package/esm2022/option/item/tree-option-item.translate.mjs +1 -1
  253. package/esm2022/option/operator/feeder/index.mjs +1 -1
  254. package/esm2022/option/operator/feeder/option-feeder.component.mjs +1 -1
  255. package/esm2022/option/operator/feeder/option-feeder.module.mjs +1 -1
  256. package/esm2022/option/operator/feeder/tree-option-feeder.component.mjs +1 -1
  257. package/esm2022/option/operator/feeder/tree-option-feeder.module.mjs +1 -1
  258. package/esm2022/option/operator/for-groups/for-groups.directive.mjs +1 -1
  259. package/esm2022/option/operator/for-groups/for-groups.module.mjs +1 -1
  260. package/esm2022/option/operator/for-groups/index.mjs +1 -1
  261. package/esm2022/option/operator/for-options/for-options.directive.mjs +1 -1
  262. package/esm2022/option/operator/for-options/for-options.module.mjs +1 -1
  263. package/esm2022/option/operator/for-options/for-tree-options.directive.mjs +1 -1
  264. package/esm2022/option/operator/for-options/for-tree-options.module.mjs +1 -1
  265. package/esm2022/option/operator/for-options/index.mjs +1 -1
  266. package/esm2022/option/operator/index.mjs +1 -1
  267. package/esm2022/option/operator/option-operator.model.mjs +1 -1
  268. package/esm2022/option/operator/option-operator.module.mjs +1 -1
  269. package/esm2022/option/operator/pager/index.mjs +1 -1
  270. package/esm2022/option/operator/pager/option-pager.component.mjs +1 -1
  271. package/esm2022/option/operator/pager/option-pager.module.mjs +1 -1
  272. package/esm2022/option/operator/pager/tree-option-pager.component.mjs +1 -1
  273. package/esm2022/option/operator/pager/tree-option-pager.module.mjs +1 -1
  274. package/esm2022/option/operator/searcher/index.mjs +1 -1
  275. package/esm2022/option/operator/searcher/option-searcher.component.mjs +3 -3
  276. package/esm2022/option/operator/searcher/option-searcher.module.mjs +1 -1
  277. package/esm2022/option/operator/searcher/tree-option-searcher.component.mjs +3 -3
  278. package/esm2022/option/operator/searcher/tree-option-searcher.module.mjs +1 -1
  279. package/esm2022/option/operator/tree-option-operator.model.mjs +1 -1
  280. package/esm2022/option/operator/tree-option-operator.module.mjs +1 -1
  281. package/esm2022/option/option.module.mjs +1 -1
  282. package/esm2022/option/picker/index.mjs +1 -1
  283. package/esm2022/option/picker/option-picker-advanced.component.mjs +3 -3
  284. package/esm2022/option/picker/option-picker.component.mjs +3 -3
  285. package/esm2022/option/picker/option-picker.model.mjs +1 -1
  286. package/esm2022/option/picker/option-picker.module.mjs +1 -1
  287. package/esm2022/option/picker/tree-option-picker-advanced.component.mjs +3 -3
  288. package/esm2022/option/picker/tree-option-picker.component.mjs +3 -3
  289. package/esm2022/option/picker/tree-option-picker.model.mjs +1 -1
  290. package/esm2022/option/picker/tree-option-picker.module.mjs +1 -1
  291. package/esm2022/option/placeholder/index.mjs +1 -1
  292. package/esm2022/option/placeholder/option-placeholder.component.mjs +3 -3
  293. package/esm2022/option/placeholder/option-placeholder.module.mjs +1 -1
  294. package/esm2022/option/placeholder/option-placeholder.translate.mjs +1 -1
  295. package/esm2022/option/public-api.mjs +1 -1
  296. package/esm2022/option/selector/all/index.mjs +1 -1
  297. package/esm2022/option/selector/all/select-all.component.mjs +3 -3
  298. package/esm2022/option/selector/all/select-all.module.mjs +1 -1
  299. package/esm2022/option/selector/all/select-all.translate.mjs +1 -1
  300. package/esm2022/option/selector/all/tree-select-all.component.mjs +3 -3
  301. package/esm2022/option/selector/all/tree-select-all.module.mjs +1 -1
  302. package/esm2022/option/selector/index.mjs +1 -1
  303. package/esm2022/option/selector/option-selector.model.mjs +1 -1
  304. package/esm2022/option/selector/option-selector.module.mjs +1 -1
  305. package/esm2022/option/selector/tree-option-selector.model.mjs +1 -1
  306. package/esm2022/option/selector/tree-option-selector.module.mjs +1 -1
  307. package/esm2022/option/tree-option.module.mjs +1 -1
  308. package/esm2022/picker/input-picker.model.mjs +1 -1
  309. package/esm2022/picker/public-api.mjs +1 -1
  310. package/esm2022/popover/animation/index.mjs +1 -1
  311. package/esm2022/popover/animation/popover.animation.mjs +1 -1
  312. package/esm2022/popover/panel/index.mjs +1 -1
  313. package/esm2022/popover/panel/popover-panel.component.mjs +3 -3
  314. package/esm2022/popover/panel/popover-panel.model.mjs +1 -1
  315. package/esm2022/popover/panel/popover-panel.module.mjs +1 -1
  316. package/esm2022/popover/popover.module.mjs +1 -1
  317. package/esm2022/popover/public-api.mjs +1 -1
  318. package/esm2022/popover/target/index.mjs +1 -1
  319. package/esm2022/popover/target/popover-target.directive.mjs +1 -1
  320. package/esm2022/popover/target/popover-target.model.mjs +3 -3
  321. package/esm2022/popover/target/popover-target.module.mjs +1 -1
  322. package/esm2022/popover/trigger/index.mjs +1 -1
  323. package/esm2022/popover/trigger/popover-trigger.directive.mjs +1 -1
  324. package/esm2022/popover/trigger/popover-trigger.model.mjs +4 -4
  325. package/esm2022/popover/trigger/popover-trigger.module.mjs +1 -1
  326. package/esm2022/popup/popup-config.default.mjs +1 -1
  327. package/esm2022/popup/popup-config.model.mjs +1 -1
  328. package/esm2022/popup/popup-ref.factory.mjs +1 -1
  329. package/esm2022/popup/popup-ref.model.mjs +1 -1
  330. package/esm2022/popup/popup.module.mjs +1 -1
  331. package/esm2022/popup/popup.service.mjs +1 -1
  332. package/esm2022/popup/popup.token.mjs +1 -1
  333. package/esm2022/popup/public-api.mjs +1 -1
  334. package/esm2022/public_api.mjs +1 -1
  335. package/esm2022/qualification/public-api.mjs +1 -1
  336. package/esm2022/qualification/qualification.model.mjs +1 -1
  337. package/esm2022/qualification/qualification.module.mjs +1 -1
  338. package/esm2022/qualification/select/index.mjs +1 -1
  339. package/esm2022/qualification/select/input/index.mjs +1 -1
  340. package/esm2022/qualification/select/input/qualification-select-input.component.mjs +3 -3
  341. package/esm2022/qualification/select/input/qualification-select-input.module.mjs +1 -1
  342. package/esm2022/qualification/select/input/qualification-select-input.translate.mjs +1 -1
  343. package/esm2022/qualification/select/qualification-select.module.mjs +1 -1
  344. package/esm2022/safe-content/public-api.mjs +1 -1
  345. package/esm2022/safe-content/safe-content.module.mjs +1 -1
  346. package/esm2022/safe-content/safe-html.pipe.mjs +1 -1
  347. package/esm2022/scroll/public-api.mjs +1 -1
  348. package/esm2022/scroll/scroll.directive.mjs +1 -1
  349. package/esm2022/scroll/scroll.model.mjs +1 -1
  350. package/esm2022/scroll/scroll.module.mjs +1 -1
  351. package/esm2022/select/input/index.mjs +1 -1
  352. package/esm2022/select/input/select-input.component.mjs +3 -3
  353. package/esm2022/select/input/select-input.model.mjs +1 -1
  354. package/esm2022/select/input/select-input.module.mjs +1 -1
  355. package/esm2022/select/public-api.mjs +1 -1
  356. package/esm2022/select/select.module.mjs +1 -1
  357. package/esm2022/sidepanel/public-api.mjs +1 -1
  358. package/esm2022/sidepanel/sidepanel.model.mjs +1 -1
  359. package/esm2022/sidepanel/sidepanel.module.mjs +1 -1
  360. package/esm2022/sidepanel/sidepanel.service.mjs +1 -1
  361. package/esm2022/simple-select/api/api-v3.directive.mjs +1 -1
  362. package/esm2022/simple-select/api/api-v4.directive.mjs +1 -1
  363. package/esm2022/simple-select/api/api.directive.mjs +1 -1
  364. package/esm2022/simple-select/api/public-api.mjs +1 -1
  365. package/esm2022/simple-select/input/index.mjs +1 -1
  366. package/esm2022/simple-select/input/panel-ref.factory.mjs +1 -1
  367. package/esm2022/simple-select/input/select-input.component.mjs +3 -3
  368. package/esm2022/simple-select/panel/index.mjs +1 -1
  369. package/esm2022/simple-select/panel/panel.component.mjs +3 -3
  370. package/esm2022/simple-select/public-api.mjs +1 -1
  371. package/esm2022/simple-select/select.model.mjs +1 -1
  372. package/esm2022/simple-select/select.translate.mjs +1 -1
  373. package/esm2022/title/public-api.mjs +1 -1
  374. package/esm2022/title/title-translate.service.mjs +1 -1
  375. package/esm2022/title/title.model.mjs +1 -1
  376. package/esm2022/title/title.module.mjs +1 -1
  377. package/esm2022/title/title.service.mjs +1 -1
  378. package/esm2022/title/title.strategy.mjs +1 -1
  379. package/esm2022/toast/public-api.mjs +1 -1
  380. package/esm2022/toast/toasts.component.mjs +3 -3
  381. package/esm2022/toast/toasts.model.mjs +1 -1
  382. package/esm2022/toast/toasts.module.mjs +1 -1
  383. package/esm2022/toast/toasts.service.mjs +1 -1
  384. package/esm2022/toast/toasts.translate.mjs +1 -1
  385. package/esm2022/tooltip/animation/index.mjs +1 -1
  386. package/esm2022/tooltip/animation/tooltip.animation.mjs +1 -1
  387. package/esm2022/tooltip/panel/index.mjs +1 -1
  388. package/esm2022/tooltip/panel/tooltip-panel.component.mjs +3 -3
  389. package/esm2022/tooltip/panel/tooltip-panel.module.mjs +1 -1
  390. package/esm2022/tooltip/public-api.mjs +1 -1
  391. package/esm2022/tooltip/tooltip.module.mjs +1 -1
  392. package/esm2022/tooltip/trigger/index.mjs +1 -1
  393. package/esm2022/tooltip/trigger/tooltip-trigger.directive.mjs +1 -1
  394. package/esm2022/tooltip/trigger/tooltip-trigger.module.mjs +1 -1
  395. package/esm2022/user/display/display-format.model.mjs +1 -1
  396. package/esm2022/user/display/index.mjs +1 -1
  397. package/esm2022/user/display/user-display.module.mjs +1 -1
  398. package/esm2022/user/display/user-display.pipe.mjs +1 -1
  399. package/esm2022/user/picture/index.mjs +1 -1
  400. package/esm2022/user/picture/user-picture.component.mjs +3 -3
  401. package/esm2022/user/picture/user-picture.module.mjs +1 -1
  402. package/esm2022/user/public-api.mjs +1 -1
  403. package/esm2022/user/select/homonyms/index.mjs +1 -1
  404. package/esm2022/user/select/homonyms/user-homonyms.component.mjs +1 -1
  405. package/esm2022/user/select/homonyms/user-homonyms.module.mjs +1 -1
  406. package/esm2022/user/select/homonyms/user-homonyms.service.mjs +1 -1
  407. package/esm2022/user/select/index.mjs +1 -1
  408. package/esm2022/user/select/input/index.mjs +1 -1
  409. package/esm2022/user/select/input/user-select-input.component.mjs +3 -3
  410. package/esm2022/user/select/input/user-select-input.module.mjs +1 -1
  411. package/esm2022/user/select/input/user-select-input.translate.mjs +1 -1
  412. package/esm2022/user/select/me/index.mjs +1 -1
  413. package/esm2022/user/select/me/me-option.directive.mjs +1 -1
  414. package/esm2022/user/select/me/me-option.module.mjs +1 -1
  415. package/esm2022/user/select/searcher/index.mjs +1 -1
  416. package/esm2022/user/select/searcher/user-searcher.component.mjs +3 -3
  417. package/esm2022/user/select/searcher/user-searcher.module.mjs +1 -1
  418. package/esm2022/user/select/searcher/user-searcher.translate.mjs +1 -1
  419. package/esm2022/user/select/user-select.module.mjs +1 -1
  420. package/esm2022/user/service/index.mjs +1 -1
  421. package/esm2022/user/service/user-service.model.mjs +1 -1
  422. package/esm2022/user/service/user-v3.service.mjs +1 -1
  423. package/esm2022/user/tile/index.mjs +1 -1
  424. package/esm2022/user/tile/user-tile.component.mjs +3 -3
  425. package/esm2022/user/tile/user-tile.module.mjs +1 -1
  426. package/esm2022/user/user.model.mjs +1 -1
  427. package/esm2022/user/user.module.mjs +1 -1
  428. package/fesm2022/lucca-front-ng-a11y.mjs +2 -2
  429. package/fesm2022/lucca-front-ng-a11y.mjs.map +1 -1
  430. package/fesm2022/lucca-front-ng-animations.mjs.map +1 -1
  431. package/fesm2022/lucca-front-ng-api.mjs +6 -6
  432. package/fesm2022/lucca-front-ng-api.mjs.map +1 -1
  433. package/fesm2022/lucca-front-ng-callout.mjs +2 -2
  434. package/fesm2022/lucca-front-ng-callout.mjs.map +1 -1
  435. package/fesm2022/lucca-front-ng-core-select.mjs +2 -2
  436. package/fesm2022/lucca-front-ng-core-select.mjs.map +1 -1
  437. package/fesm2022/lucca-front-ng-core.mjs.map +1 -1
  438. package/fesm2022/lucca-front-ng-date.mjs +6 -6
  439. package/fesm2022/lucca-front-ng-date.mjs.map +1 -1
  440. package/fesm2022/lucca-front-ng-department.mjs +2 -2
  441. package/fesm2022/lucca-front-ng-department.mjs.map +1 -1
  442. package/fesm2022/lucca-front-ng-dropdown.mjs +2 -2
  443. package/fesm2022/lucca-front-ng-dropdown.mjs.map +1 -1
  444. package/fesm2022/lucca-front-ng-establishment.mjs +6 -6
  445. package/fesm2022/lucca-front-ng-establishment.mjs.map +1 -1
  446. package/fesm2022/lucca-front-ng-form-field.mjs +2 -2
  447. package/fesm2022/lucca-front-ng-form-field.mjs.map +1 -1
  448. package/fesm2022/lucca-front-ng-formly.mjs +40 -40
  449. package/fesm2022/lucca-front-ng-formly.mjs.map +1 -1
  450. package/fesm2022/lucca-front-ng-forms.mjs +6 -6
  451. package/fesm2022/lucca-front-ng-forms.mjs.map +1 -1
  452. package/fesm2022/lucca-front-ng-icon.mjs +2 -2
  453. package/fesm2022/lucca-front-ng-icon.mjs.map +1 -1
  454. package/fesm2022/lucca-front-ng-inline-message.mjs +2 -2
  455. package/fesm2022/lucca-front-ng-inline-message.mjs.map +1 -1
  456. package/fesm2022/lucca-front-ng-input.mjs +2 -2
  457. package/fesm2022/lucca-front-ng-input.mjs.map +1 -1
  458. package/fesm2022/lucca-front-ng-modal.mjs +4 -4
  459. package/fesm2022/lucca-front-ng-modal.mjs.map +1 -1
  460. package/fesm2022/lucca-front-ng-multi-select.mjs +48 -48
  461. package/fesm2022/lucca-front-ng-multi-select.mjs.map +1 -1
  462. package/fesm2022/lucca-front-ng-new-badge.mjs +2 -2
  463. package/fesm2022/lucca-front-ng-new-badge.mjs.map +1 -1
  464. package/fesm2022/lucca-front-ng-number.mjs.map +1 -1
  465. package/fesm2022/lucca-front-ng-numeric-badge.mjs +2 -2
  466. package/fesm2022/lucca-front-ng-numeric-badge.mjs.map +1 -1
  467. package/fesm2022/lucca-front-ng-option.mjs +22 -22
  468. package/fesm2022/lucca-front-ng-option.mjs.map +1 -1
  469. package/fesm2022/lucca-front-ng-picker.mjs.map +1 -1
  470. package/fesm2022/lucca-front-ng-popover.mjs +7 -7
  471. package/fesm2022/lucca-front-ng-popover.mjs.map +1 -1
  472. package/fesm2022/lucca-front-ng-popup.mjs.map +1 -1
  473. package/fesm2022/lucca-front-ng-qualification.mjs +2 -2
  474. package/fesm2022/lucca-front-ng-qualification.mjs.map +1 -1
  475. package/fesm2022/lucca-front-ng-safe-content.mjs.map +1 -1
  476. package/fesm2022/lucca-front-ng-scroll.mjs.map +1 -1
  477. package/fesm2022/lucca-front-ng-select.mjs +2 -2
  478. package/fesm2022/lucca-front-ng-select.mjs.map +1 -1
  479. package/fesm2022/lucca-front-ng-sidepanel.mjs.map +1 -1
  480. package/fesm2022/lucca-front-ng-simple-select-api.mjs.map +1 -1
  481. package/fesm2022/lucca-front-ng-simple-select.mjs +4 -4
  482. package/fesm2022/lucca-front-ng-simple-select.mjs.map +1 -1
  483. package/fesm2022/lucca-front-ng-title.mjs.map +1 -1
  484. package/fesm2022/lucca-front-ng-toast.mjs +2 -2
  485. package/fesm2022/lucca-front-ng-toast.mjs.map +1 -1
  486. package/fesm2022/lucca-front-ng-tooltip.mjs +2 -2
  487. package/fesm2022/lucca-front-ng-tooltip.mjs.map +1 -1
  488. package/fesm2022/lucca-front-ng-user.mjs +8 -8
  489. package/fesm2022/lucca-front-ng-user.mjs.map +1 -1
  490. package/fesm2022/lucca-front-ng.mjs.map +1 -1
  491. package/formly/style/_components.scss +13 -13
  492. package/formly/style/main.scss +2 -2
  493. package/material/style/_components.scss +13 -13
  494. package/material/style/components/_autocomplete.scss +15 -15
  495. package/material/style/components/_buttons.scss +5 -5
  496. package/material/style/components/_datepicker.scss +124 -124
  497. package/material/style/components/_dialog.scss +34 -34
  498. package/material/style/components/_input.scss +5 -5
  499. package/material/style/components/_menu.scss +23 -23
  500. package/material/style/components/_mixins.scss +10 -10
  501. package/material/style/components/_options.scss +26 -26
  502. package/material/style/components/_select.scss +46 -46
  503. package/material/style/components/_tooltip.scss +11 -11
  504. package/material/style/main.scss +12 -12
  505. package/package.json +33 -33
  506. package/schematics/collection.json +9 -9
  507. package/schematics/lib/local-deps/package-lock.json +189 -189
  508. package/schematics/lib/local-deps/package.json +23 -23
  509. package/schematics/migrations.json +10 -10
  510. package/schematics/ng-add/file-content.js +12 -12
  511. package/simple-select/README.md +9 -9
  512. package/src/_components.scss +12 -12
  513. package/src/_definitions.scss +9 -9
  514. package/src/components/_calendar.scss +4 -4
  515. package/src/components/_dropdown.scss +77 -77
  516. package/src/components/_input.scss +57 -57
  517. package/src/components/_picker.scss +70 -70
  518. package/src/components/_popover.scss +58 -58
  519. package/src/components/_popup.scss +164 -164
  520. package/src/components/_sidepanel.scss +60 -60
  521. package/src/components/cdk/_dragDrop.scss +60 -60
  522. package/src/components/cdk/_global.scss +20 -20
  523. package/src/components/cdk/_misc.scss +12 -12
  524. package/src/components/cdk/_overlay.scss +72 -72
  525. package/src/components/cdk/_textarea.scss +17 -17
  526. package/src/definitions/option/_option-item.scss +165 -165
  527. package/src/definitions/option/_option-placeholder.scss +8 -8
  528. package/src/definitions/option/_option-searcher.scss +16 -16
  529. package/src/definitions/option/_option-selector.scss +11 -11
  530. package/src/definitions/select/_select-clearer.scss +14 -14
  531. package/src/definitions/select/_select-input.scss +322 -322
  532. package/src/definitions/tooltip/_tooltip.scss +36 -36
  533. package/src/definitions/user/user-picture.scss +100 -100
  534. package/src/definitions/user/user-tile.scss +82 -82
  535. package/src/main.scss +2 -2
  536. package/title/README.md +114 -114
@@ -1,36 +1,36 @@
1
- @mixin tooltipStyle {
2
- .lu-tooltip-panel {
3
- --components-tooltip-background-color: var(--palettes-grey-900);
4
- --components-tooltip-color: var(--colors-white-color);
5
- --components-tooltip-max-width: 15rem;
6
-
7
- background: var(--components-tooltip-background-color);
8
- color: var(--components-tooltip-color);
9
- padding: var(--spacings-XXS) var(--spacings-XS);
10
- max-width: var(--components-tooltip-max-width);
11
- border-radius: var(--commons-borderRadius-M);
12
- font-size: var(--sizes-XS-fontSize);
13
- line-height: var(--sizes-XS-lineHeight);
14
- display: block;
15
- text-align: center;
16
-
17
- &.is-above {
18
- transform-origin: bottom center;
19
- }
20
-
21
- &.is-below {
22
- transform-origin: top center;
23
- margin-top: 2px;
24
- }
25
-
26
- &.is-before {
27
- transform-origin: center right;
28
- margin-right: 5px;
29
- }
30
-
31
- &.is-after {
32
- transform-origin: center left;
33
- margin-left: 5px;
34
- }
35
- }
36
- }
1
+ @mixin tooltipStyle {
2
+ .lu-tooltip-panel {
3
+ --components-tooltip-background-color: var(--palettes-grey-900);
4
+ --components-tooltip-color: var(--colors-white-color);
5
+ --components-tooltip-max-width: 15rem;
6
+
7
+ background: var(--components-tooltip-background-color);
8
+ color: var(--components-tooltip-color);
9
+ padding: var(--spacings-XXS) var(--spacings-XS);
10
+ max-width: var(--components-tooltip-max-width);
11
+ border-radius: var(--commons-borderRadius-M);
12
+ font-size: var(--sizes-XS-fontSize);
13
+ line-height: var(--sizes-XS-lineHeight);
14
+ display: block;
15
+ text-align: center;
16
+
17
+ &.is-above {
18
+ transform-origin: bottom center;
19
+ }
20
+
21
+ &.is-below {
22
+ transform-origin: top center;
23
+ margin-top: 2px;
24
+ }
25
+
26
+ &.is-before {
27
+ transform-origin: center right;
28
+ margin-right: 5px;
29
+ }
30
+
31
+ &.is-after {
32
+ transform-origin: center left;
33
+ margin-left: 5px;
34
+ }
35
+ }
36
+ }
@@ -1,100 +1,100 @@
1
- @use '@lucca-front/icons/src/commons/utils/icon';
2
-
3
- @mixin userPictureVars {
4
- --components-userPicture-XS-image: 1.5rem;
5
- --components-userPicture-XS-fontSize: var(--sizes-XS-fontSize);
6
- --components-userPicture-XS-placeholder: 0.75rem;
7
- --components-userPicture-S-image: 2rem;
8
- --components-userPicture-S-fontSize: var(--sizes-S-fontSize);
9
- --components-userPicture-S-placeholder: var(--sizes-XS-lineHeight);
10
- --components-userPicture-M-image: 2.5rem;
11
- --components-userPicture-M-fontSize: var(--sizes-M-fontSize);
12
- --components-userPicture-M-placeholder: var(--sizes-S-lineHeight);
13
- --components-userPicture-L-image: 3rem;
14
- --components-userPicture-L-fontSize: var(--sizes-L-fontSize);
15
- --components-userPicture-L-placeholder: var(--sizes-M-lineHeight);
16
-
17
- // deprecated
18
- --components-userPicture-XXS-image: 1rem;
19
- --components-userPicture-XXS-fontSize: 0.5625rem;
20
- --components-userPicture-XL-image: 4.5rem;
21
- --components-userPicture-XL-fontSize: 1.8rem;
22
- --components-userPicture-XXL-image: 7.5rem;
23
- --components-userPicture-XXL-fontSize: 3rem;
24
- }
25
-
26
- @mixin userPictureStyle {
27
- display: inline-block;
28
- vertical-align: middle;
29
-
30
- .picture {
31
- align-items: center;
32
- aspect-ratio: 1;
33
- border-radius: 50%;
34
- background-color: var(--palettes-grey-50);
35
- background-position: center;
36
- background-size: cover;
37
- background-repeat: no-repeat;
38
- color: var(--colors-white-color);
39
- display: flex;
40
- font-size: var(--components-user-picture-font-size, var(--components-userPicture-M-fontSize));
41
- font-weight: 600;
42
- line-height: 1;
43
- justify-content: center;
44
- width: var(--components-user-picture-image-size, var(--components-userPicture-M-image));
45
- }
46
-
47
- &.mod-XXS {
48
- --components-user-picture-image-size: var(--components-userPicture-XXS-image);
49
- --components-user-picture-font-size: var(--components-userPicture-XXS-fontSize);
50
- }
51
-
52
- &.mod-XS {
53
- --components-user-picture-image-size: var(--components-userPicture-XS-image);
54
- --components-user-picture-font-size: var(--components-userPicture-XS-fontSize);
55
- --components-user-picture-placeholder: var(--components-userPicture-XS-placeholder);
56
- }
57
-
58
- &.mod-S {
59
- --components-user-picture-image-size: var(--components-userPicture-S-image);
60
- --components-user-picture-font-size: var(--components-userPicture-S-fontSize);
61
- --components-user-picture-placeholder: var(--components-userPicture-S-placeholder);
62
- }
63
-
64
- &.mod-L {
65
- --components-user-picture-image-size: var(--components-userPicture-L-image);
66
- --components-user-picture-font-size: var(--components-userPicture-L-fontSize);
67
- --components-user-picture-placeholder: var(--components-userPicture-L-placeholder);
68
- }
69
-
70
- &.mod-XL {
71
- --components-user-picture-image-size: var(--components-userPicture-XL-image);
72
- --components-user-picture-font-size: var(--components-userPicture-XL-fontSize);
73
- }
74
-
75
- &.mod-XXL {
76
- --components-user-picture-image-size: var(--components-userPicture-XXL-image);
77
- --components-user-picture-font-size: var(--components-userPicture-XXL-fontSize);
78
- }
79
-
80
- &.mod-border {
81
- box-shadow: 0 0 0 2px var(--colors-white-color);
82
- }
83
-
84
- &.mod-placeholder {
85
- .picture {
86
- background: var(--palettes-grey-200) !important;
87
-
88
- &::before {
89
- @include icon.generate('people_person');
90
- color: var(--palettes-grey-600);
91
- font-weight: 400;
92
- font-size: var(--components-user-picture-placeholder, var(--components-userPicture-M-placeholder));
93
- }
94
- }
95
-
96
- .userPicture-initials {
97
- display: none;
98
- }
99
- }
100
- }
1
+ @use '@lucca-front/icons/src/commons/utils/icon';
2
+
3
+ @mixin userPictureVars {
4
+ --components-userPicture-XS-image: 1.5rem;
5
+ --components-userPicture-XS-fontSize: var(--sizes-XS-fontSize);
6
+ --components-userPicture-XS-placeholder: 0.75rem;
7
+ --components-userPicture-S-image: 2rem;
8
+ --components-userPicture-S-fontSize: var(--sizes-S-fontSize);
9
+ --components-userPicture-S-placeholder: var(--sizes-XS-lineHeight);
10
+ --components-userPicture-M-image: 2.5rem;
11
+ --components-userPicture-M-fontSize: var(--sizes-M-fontSize);
12
+ --components-userPicture-M-placeholder: var(--sizes-S-lineHeight);
13
+ --components-userPicture-L-image: 3rem;
14
+ --components-userPicture-L-fontSize: var(--sizes-L-fontSize);
15
+ --components-userPicture-L-placeholder: var(--sizes-M-lineHeight);
16
+
17
+ // deprecated
18
+ --components-userPicture-XXS-image: 1rem;
19
+ --components-userPicture-XXS-fontSize: 0.5625rem;
20
+ --components-userPicture-XL-image: 4.5rem;
21
+ --components-userPicture-XL-fontSize: 1.8rem;
22
+ --components-userPicture-XXL-image: 7.5rem;
23
+ --components-userPicture-XXL-fontSize: 3rem;
24
+ }
25
+
26
+ @mixin userPictureStyle {
27
+ display: inline-block;
28
+ vertical-align: middle;
29
+
30
+ .picture {
31
+ align-items: center;
32
+ aspect-ratio: 1;
33
+ border-radius: 50%;
34
+ background-color: var(--palettes-grey-50);
35
+ background-position: center;
36
+ background-size: cover;
37
+ background-repeat: no-repeat;
38
+ color: var(--colors-white-color);
39
+ display: flex;
40
+ font-size: var(--components-user-picture-font-size, var(--components-userPicture-M-fontSize));
41
+ font-weight: 600;
42
+ line-height: 1;
43
+ justify-content: center;
44
+ width: var(--components-user-picture-image-size, var(--components-userPicture-M-image));
45
+ }
46
+
47
+ &.mod-XXS {
48
+ --components-user-picture-image-size: var(--components-userPicture-XXS-image);
49
+ --components-user-picture-font-size: var(--components-userPicture-XXS-fontSize);
50
+ }
51
+
52
+ &.mod-XS {
53
+ --components-user-picture-image-size: var(--components-userPicture-XS-image);
54
+ --components-user-picture-font-size: var(--components-userPicture-XS-fontSize);
55
+ --components-user-picture-placeholder: var(--components-userPicture-XS-placeholder);
56
+ }
57
+
58
+ &.mod-S {
59
+ --components-user-picture-image-size: var(--components-userPicture-S-image);
60
+ --components-user-picture-font-size: var(--components-userPicture-S-fontSize);
61
+ --components-user-picture-placeholder: var(--components-userPicture-S-placeholder);
62
+ }
63
+
64
+ &.mod-L {
65
+ --components-user-picture-image-size: var(--components-userPicture-L-image);
66
+ --components-user-picture-font-size: var(--components-userPicture-L-fontSize);
67
+ --components-user-picture-placeholder: var(--components-userPicture-L-placeholder);
68
+ }
69
+
70
+ &.mod-XL {
71
+ --components-user-picture-image-size: var(--components-userPicture-XL-image);
72
+ --components-user-picture-font-size: var(--components-userPicture-XL-fontSize);
73
+ }
74
+
75
+ &.mod-XXL {
76
+ --components-user-picture-image-size: var(--components-userPicture-XXL-image);
77
+ --components-user-picture-font-size: var(--components-userPicture-XXL-fontSize);
78
+ }
79
+
80
+ &.mod-border {
81
+ box-shadow: 0 0 0 2px var(--colors-white-color);
82
+ }
83
+
84
+ &.mod-placeholder {
85
+ .picture {
86
+ background: var(--palettes-grey-200) !important;
87
+
88
+ &::before {
89
+ @include icon.generate('people_person');
90
+ color: var(--palettes-grey-600);
91
+ font-weight: 400;
92
+ font-size: var(--components-user-picture-placeholder, var(--components-userPicture-M-placeholder));
93
+ }
94
+ }
95
+
96
+ .userPicture-initials {
97
+ display: none;
98
+ }
99
+ }
100
+ }
@@ -1,82 +1,82 @@
1
- @mixin userTileStyle {
2
- display: flex;
3
- align-items: center;
4
- padding: var(--spacings-XS);
5
- gap: var(--spacings-XS);
6
-
7
- .user-tile-title {
8
- font-size: var(--sizes-M-fontSize);
9
- line-height: var(--sizes-M-lineHeight);
10
- font-weight: 600;
11
- margin: 0;
12
- }
13
-
14
- .user-tile-label {
15
- font-size: var(--sizes-S-fontSize);
16
- line-height: var(--sizes-XS-lineHeight);
17
- color: var(--palettes-grey-600);
18
- }
19
-
20
- .user-tile-footnote {
21
- font-size: var(--sizes-S-fontSize);
22
- line-height: var(--sizes-S-lineHeight);
23
- }
24
-
25
- .user-info {
26
- margin: auto 0;
27
- }
28
-
29
- &.mod-wordBreak {
30
- word-break: break-all;
31
- }
32
-
33
- &.mod-nameOnly {
34
- .user-tile-label,
35
- .user-tile-footnote {
36
- display: none;
37
- }
38
- }
39
-
40
- &.mod-vertical {
41
- flex-direction: column;
42
-
43
- lu-user-picture {
44
- margin-right: 0;
45
- margin-bottom: 0.8em;
46
- }
47
-
48
- .user-info {
49
- text-align: center;
50
- }
51
- }
52
-
53
- &.mod-XXS {
54
- --components-user-picture-image-size: var(--components-userPicture-XXS-image);
55
- --components-user-picture-font-size: var(--components-userPicture-XXS-fontSize);
56
- }
57
-
58
- &.mod-XS {
59
- --components-user-picture-image-size: var(--components-userPicture-XS-image);
60
- --components-user-picture-font-size: var(--components-userPicture-XS-fontSize);
61
- }
62
-
63
- &.mod-S {
64
- --components-user-picture-image-size: var(--components-userPicture-S-image);
65
- --components-user-picture-font-size: var(--components-userPicture-S-fontSize);
66
- }
67
-
68
- &.mod-L {
69
- --components-user-picture-image-size: var(--components-userPicture-L-image);
70
- --components-user-picture-font-size: var(--components-userPicture-L-fontSize);
71
- }
72
-
73
- &.mod-XL {
74
- --components-user-picture-image-size: var(--components-userPicture-XL-image);
75
- --components-user-picture-font-size: var(--components-userPicture-XL-fontSize);
76
- }
77
-
78
- &.mod-XXL {
79
- --components-user-picture-image-size: var(--components-userPicture-XXL-image);
80
- --components-user-picture-font-size: var(--components-userPicture-XXL-fontSize);
81
- }
82
- }
1
+ @mixin userTileStyle {
2
+ display: flex;
3
+ align-items: center;
4
+ padding: var(--spacings-XS);
5
+ gap: var(--spacings-XS);
6
+
7
+ .user-tile-title {
8
+ font-size: var(--sizes-M-fontSize);
9
+ line-height: var(--sizes-M-lineHeight);
10
+ font-weight: 600;
11
+ margin: 0;
12
+ }
13
+
14
+ .user-tile-label {
15
+ font-size: var(--sizes-S-fontSize);
16
+ line-height: var(--sizes-XS-lineHeight);
17
+ color: var(--palettes-grey-600);
18
+ }
19
+
20
+ .user-tile-footnote {
21
+ font-size: var(--sizes-S-fontSize);
22
+ line-height: var(--sizes-S-lineHeight);
23
+ }
24
+
25
+ .user-info {
26
+ margin: auto 0;
27
+ }
28
+
29
+ &.mod-wordBreak {
30
+ word-break: break-all;
31
+ }
32
+
33
+ &.mod-nameOnly {
34
+ .user-tile-label,
35
+ .user-tile-footnote {
36
+ display: none;
37
+ }
38
+ }
39
+
40
+ &.mod-vertical {
41
+ flex-direction: column;
42
+
43
+ lu-user-picture {
44
+ margin-right: 0;
45
+ margin-bottom: 0.8em;
46
+ }
47
+
48
+ .user-info {
49
+ text-align: center;
50
+ }
51
+ }
52
+
53
+ &.mod-XXS {
54
+ --components-user-picture-image-size: var(--components-userPicture-XXS-image);
55
+ --components-user-picture-font-size: var(--components-userPicture-XXS-fontSize);
56
+ }
57
+
58
+ &.mod-XS {
59
+ --components-user-picture-image-size: var(--components-userPicture-XS-image);
60
+ --components-user-picture-font-size: var(--components-userPicture-XS-fontSize);
61
+ }
62
+
63
+ &.mod-S {
64
+ --components-user-picture-image-size: var(--components-userPicture-S-image);
65
+ --components-user-picture-font-size: var(--components-userPicture-S-fontSize);
66
+ }
67
+
68
+ &.mod-L {
69
+ --components-user-picture-image-size: var(--components-userPicture-L-image);
70
+ --components-user-picture-font-size: var(--components-userPicture-L-fontSize);
71
+ }
72
+
73
+ &.mod-XL {
74
+ --components-user-picture-image-size: var(--components-userPicture-XL-image);
75
+ --components-user-picture-font-size: var(--components-userPicture-XL-fontSize);
76
+ }
77
+
78
+ &.mod-XXL {
79
+ --components-user-picture-image-size: var(--components-userPicture-XXL-image);
80
+ --components-user-picture-font-size: var(--components-userPicture-XXL-fontSize);
81
+ }
82
+ }
package/src/main.scss CHANGED
@@ -1,2 +1,2 @@
1
- @import 'definitions';
2
- @import 'components';
1
+ @import 'definitions';
2
+ @import 'components';
package/title/README.md CHANGED
@@ -1,114 +1,114 @@
1
- # Page titles
2
-
3
- ## Usage
4
-
5
- Add `title` properties in your routes config:
6
-
7
- ```typescript
8
- const routes: Routes = [
9
- {
10
- path: '',
11
- data: {
12
- title: 'Parent title',
13
- },
14
- children: [
15
- {
16
- path: ':requestId',
17
- data: {
18
- title: 'Sub route title',
19
- },
20
- },
21
- ],
22
- },
23
- ];
24
- ```
25
-
26
- The service should now be able to collect all `title` properties defined for the current url. Each time a new `title` is found for a child, it will be translated and prepended, ending with `YourAppName - Lucca`.
27
-
28
- ex: `Sub route title - Parent title - YourAppName - Lucca`
29
-
30
- For dynamic titles, the `prependTitle` method from `LuTitleService` enables you to add a custom title.
31
- In a component, you could do the following:
32
-
33
- ```typescript
34
- const userName: string = this.userService.getCurrentUser();
35
- this.luTitleService.prependTitle(userName);
36
- ```
37
-
38
- You can also replace the first fragment using:
39
-
40
- ```typescript
41
- const userName: string = this.userService.getOtherUser();
42
- this.luTitleService.overrideFirstTitlePart(userName);
43
- ```
44
-
45
- Both `prependTitle` and `overrideFirstTitlePart` can also be called using `Observable<string>` :
46
-
47
- ```typescript
48
- const selectedUser$ = this.userStore.selected$;
49
- this.luTitleService.prependTitle(selectedUser$);
50
- ```
51
-
52
- ## Quickstart
53
-
54
- You will need to:
55
-
56
- - Install `@lucca-front/ng`
57
- - Create a service (`YourAppNameTranslateService`) that implements the `ILuTitleTranslateService`
58
- - Provide this service in the `app.module.ts` and import `LuTitleModule`
59
- - Init the `LuTitleService` in your `app.component.ts`
60
-
61
- ### Let's start by creating the service
62
-
63
- `YourAppNameTranslateService` be used in combination with the token `LU_TITLE_TRANSLATE_SERVICE`.
64
-
65
- This service should implement the `ILuTitleTranslateService` interface. It allows you to use any translation service (`ngx-translate`, `transloco`, ...etc).
66
-
67
- You should end up with the following if you are using `ngx-translate`:
68
-
69
- ```typescript
70
- @Injectable({ providedIn: 'root' })
71
- export class CoreRhTranslateService implements ILuTitleTranslateService {
72
- constructor(private translateService: TranslateService) {}
73
- translate(key: string, args: unknown): string {
74
- return this.translateService.instant(key, args);
75
- }
76
- }
77
- ```
78
-
79
- or if you are using `transloco`:
80
-
81
- ```typescript
82
- @Injectable({ providedIn: 'root' })
83
- export class CoreRhTranslateService implements ILuTitleTranslateService {
84
- constructor(private translateService: TranslocoService) {}
85
- translate(key: string, args: HashMap): string {
86
- return this.translateService.translate(key, args);
87
- }
88
- }
89
- ```
90
-
91
- ### Adapt `app.module.ts` config
92
-
93
- Import the `LuTitleModule` and provide the service you just created to the token `LU_TITLE_TRANSLATE_SERVICE` in the `app.module.ts` :
94
-
95
- ```typescript
96
- @NgModule({
97
- imports: [
98
- LuTitleModule
99
- ],
100
- provide: [
101
- {
102
- provide: LU_TITLE_TRANSLATE_SERVICE,
103
- useExisting: YourAppNameTranslateService
104
- }
105
- ]
106
- ```
107
-
108
- ### Init the `LuTitleService`
109
-
110
- In the the `app.component.ts`, init the LuTitleService by passing the name of you app:
111
-
112
- ```typescript
113
- this.luTitleService.init('**YourAppName**');
114
- ```
1
+ # Page titles
2
+
3
+ ## Usage
4
+
5
+ Add `title` properties in your routes config:
6
+
7
+ ```typescript
8
+ const routes: Routes = [
9
+ {
10
+ path: '',
11
+ data: {
12
+ title: 'Parent title',
13
+ },
14
+ children: [
15
+ {
16
+ path: ':requestId',
17
+ data: {
18
+ title: 'Sub route title',
19
+ },
20
+ },
21
+ ],
22
+ },
23
+ ];
24
+ ```
25
+
26
+ The service should now be able to collect all `title` properties defined for the current url. Each time a new `title` is found for a child, it will be translated and prepended, ending with `YourAppName - Lucca`.
27
+
28
+ ex: `Sub route title - Parent title - YourAppName - Lucca`
29
+
30
+ For dynamic titles, the `prependTitle` method from `LuTitleService` enables you to add a custom title.
31
+ In a component, you could do the following:
32
+
33
+ ```typescript
34
+ const userName: string = this.userService.getCurrentUser();
35
+ this.luTitleService.prependTitle(userName);
36
+ ```
37
+
38
+ You can also replace the first fragment using:
39
+
40
+ ```typescript
41
+ const userName: string = this.userService.getOtherUser();
42
+ this.luTitleService.overrideFirstTitlePart(userName);
43
+ ```
44
+
45
+ Both `prependTitle` and `overrideFirstTitlePart` can also be called using `Observable<string>` :
46
+
47
+ ```typescript
48
+ const selectedUser$ = this.userStore.selected$;
49
+ this.luTitleService.prependTitle(selectedUser$);
50
+ ```
51
+
52
+ ## Quickstart
53
+
54
+ You will need to:
55
+
56
+ - Install `@lucca-front/ng`
57
+ - Create a service (`YourAppNameTranslateService`) that implements the `ILuTitleTranslateService`
58
+ - Provide this service in the `app.module.ts` and import `LuTitleModule`
59
+ - Init the `LuTitleService` in your `app.component.ts`
60
+
61
+ ### Let's start by creating the service
62
+
63
+ `YourAppNameTranslateService` be used in combination with the token `LU_TITLE_TRANSLATE_SERVICE`.
64
+
65
+ This service should implement the `ILuTitleTranslateService` interface. It allows you to use any translation service (`ngx-translate`, `transloco`, ...etc).
66
+
67
+ You should end up with the following if you are using `ngx-translate`:
68
+
69
+ ```typescript
70
+ @Injectable({ providedIn: 'root' })
71
+ export class CoreRhTranslateService implements ILuTitleTranslateService {
72
+ constructor(private translateService: TranslateService) {}
73
+ translate(key: string, args: unknown): string {
74
+ return this.translateService.instant(key, args);
75
+ }
76
+ }
77
+ ```
78
+
79
+ or if you are using `transloco`:
80
+
81
+ ```typescript
82
+ @Injectable({ providedIn: 'root' })
83
+ export class CoreRhTranslateService implements ILuTitleTranslateService {
84
+ constructor(private translateService: TranslocoService) {}
85
+ translate(key: string, args: HashMap): string {
86
+ return this.translateService.translate(key, args);
87
+ }
88
+ }
89
+ ```
90
+
91
+ ### Adapt `app.module.ts` config
92
+
93
+ Import the `LuTitleModule` and provide the service you just created to the token `LU_TITLE_TRANSLATE_SERVICE` in the `app.module.ts` :
94
+
95
+ ```typescript
96
+ @NgModule({
97
+ imports: [
98
+ LuTitleModule
99
+ ],
100
+ provide: [
101
+ {
102
+ provide: LU_TITLE_TRANSLATE_SERVICE,
103
+ useExisting: YourAppNameTranslateService
104
+ }
105
+ ]
106
+ ```
107
+
108
+ ### Init the `LuTitleService`
109
+
110
+ In the the `app.component.ts`, init the LuTitleService by passing the name of you app:
111
+
112
+ ```typescript
113
+ this.luTitleService.init('**YourAppName**');
114
+ ```