@lucca-front/ng 16.4.1 → 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 +19 -19
  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,124 +1,124 @@
1
- // deprecated
2
-
3
- @use '@lucca-front/icons/src/commons/utils/icon';
4
- @use '@lucca-front/scss/src/commons/utils/form';
5
-
6
- .mat-datepicker-content {
7
- @include box-shadow-override();
8
- @extend .card;
9
- display: block;
10
- margin-top: 2px;
11
- }
12
-
13
- .mat-datepicker-toggle {
14
- @extend .textfield-suffix;
15
- pointer-events: auto;
16
-
17
- button {
18
- background: none !important;
19
- border-radius: 0;
20
- height: auto;
21
- line-height: 1;
22
- width: auto;
23
-
24
- &::after {
25
- @include icon.generate('calendar_date');
26
- }
27
-
28
- mat-icon {
29
- display: none;
30
- }
31
- }
32
- }
33
-
34
- // CALENDAR
35
- .mat-calendar {
36
- width: 296px;
37
-
38
- .mat-button {
39
- @extend .button, .mod-text;
40
- font-size: 1em;
41
- text-decoration: none;
42
- }
43
-
44
- .mat-calendar-arrow {
45
- display: none;
46
- }
47
-
48
- .mat-calendar-arrow {
49
- display: none;
50
- }
51
-
52
- .mat-icon-button {
53
- @extend .button, .mod-text;
54
- border-radius: 3px;
55
- }
56
-
57
- .mat-calendar-content {
58
- padding: 0 0.5em 0.5em 0.5em;
59
- }
60
- }
61
-
62
- // CALENDAR HEADER
63
- .mat-calendar-controls {
64
- margin-top: 0 !important;
65
- .mat-icon-button[disabled] {
66
- opacity: 0.4;
67
- }
68
- .mat-calendar-period-button {
69
- flex: 1;
70
- order: 1;
71
- }
72
-
73
- .mat-calendar-next-button {
74
- order: 2;
75
- }
76
-
77
- .mat-calendar-spacer {
78
- display: none;
79
- }
80
- }
81
-
82
- // TABLE
83
- .mat-calendar-body-cell {
84
- .mat-calendar-body-cell-content {
85
- box-shadow: form.fakeBorderOverlay(var(--commons-divider-color));
86
- border: none;
87
- border-radius: 0;
88
- color: var(--palettes-grey-600);
89
- height: 100%;
90
- left: 0;
91
- top: 0;
92
- width: 100%;
93
-
94
- &:hover,
95
- &.mat-calendar-body-selected {
96
- background-color: var(--palette-primary-700);
97
- color: var(--palette-primary-text);
98
- }
99
- }
100
-
101
- &.mat-calendar-body-disabled {
102
- opacity: 0.5;
103
- pointer-events: none;
104
- }
105
- }
106
-
107
- // SPECIFIC MONTH-VIEW
108
- md-month-view,
109
- mat-month-view {
110
- .mat-calendar-table-header th {
111
- color: var(--palettes-grey-600);
112
- font-size: 0.9em;
113
- padding-bottom: 0.4em;
114
- }
115
-
116
- .mat-calendar-body-label {
117
- overflow: hidden;
118
- text-indent: -9999px;
119
-
120
- &[colspan='7'] {
121
- display: none; // REMOVE MONTH LABEL ABOVE NUMBERS IF FULL WIDTH
122
- }
123
- }
124
- }
1
+ // deprecated
2
+
3
+ @use '@lucca-front/icons/src/commons/utils/icon';
4
+ @use '@lucca-front/scss/src/commons/utils/form';
5
+
6
+ .mat-datepicker-content {
7
+ @include box-shadow-override();
8
+ @extend .card;
9
+ display: block;
10
+ margin-top: 2px;
11
+ }
12
+
13
+ .mat-datepicker-toggle {
14
+ @extend .textfield-suffix;
15
+ pointer-events: auto;
16
+
17
+ button {
18
+ background: none !important;
19
+ border-radius: 0;
20
+ height: auto;
21
+ line-height: 1;
22
+ width: auto;
23
+
24
+ &::after {
25
+ @include icon.generate('calendar_date');
26
+ }
27
+
28
+ mat-icon {
29
+ display: none;
30
+ }
31
+ }
32
+ }
33
+
34
+ // CALENDAR
35
+ .mat-calendar {
36
+ width: 296px;
37
+
38
+ .mat-button {
39
+ @extend .button, .mod-text;
40
+ font-size: 1em;
41
+ text-decoration: none;
42
+ }
43
+
44
+ .mat-calendar-arrow {
45
+ display: none;
46
+ }
47
+
48
+ .mat-calendar-arrow {
49
+ display: none;
50
+ }
51
+
52
+ .mat-icon-button {
53
+ @extend .button, .mod-text;
54
+ border-radius: 3px;
55
+ }
56
+
57
+ .mat-calendar-content {
58
+ padding: 0 0.5em 0.5em 0.5em;
59
+ }
60
+ }
61
+
62
+ // CALENDAR HEADER
63
+ .mat-calendar-controls {
64
+ margin-top: 0 !important;
65
+ .mat-icon-button[disabled] {
66
+ opacity: 0.4;
67
+ }
68
+ .mat-calendar-period-button {
69
+ flex: 1;
70
+ order: 1;
71
+ }
72
+
73
+ .mat-calendar-next-button {
74
+ order: 2;
75
+ }
76
+
77
+ .mat-calendar-spacer {
78
+ display: none;
79
+ }
80
+ }
81
+
82
+ // TABLE
83
+ .mat-calendar-body-cell {
84
+ .mat-calendar-body-cell-content {
85
+ box-shadow: form.fakeBorderOverlay(var(--commons-divider-color));
86
+ border: none;
87
+ border-radius: 0;
88
+ color: var(--palettes-grey-600);
89
+ height: 100%;
90
+ left: 0;
91
+ top: 0;
92
+ width: 100%;
93
+
94
+ &:hover,
95
+ &.mat-calendar-body-selected {
96
+ background-color: var(--palette-primary-700);
97
+ color: var(--palette-primary-text);
98
+ }
99
+ }
100
+
101
+ &.mat-calendar-body-disabled {
102
+ opacity: 0.5;
103
+ pointer-events: none;
104
+ }
105
+ }
106
+
107
+ // SPECIFIC MONTH-VIEW
108
+ md-month-view,
109
+ mat-month-view {
110
+ .mat-calendar-table-header th {
111
+ color: var(--palettes-grey-600);
112
+ font-size: 0.9em;
113
+ padding-bottom: 0.4em;
114
+ }
115
+
116
+ .mat-calendar-body-label {
117
+ overflow: hidden;
118
+ text-indent: -9999px;
119
+
120
+ &[colspan='7'] {
121
+ display: none; // REMOVE MONTH LABEL ABOVE NUMBERS IF FULL WIDTH
122
+ }
123
+ }
124
+ }
@@ -1,34 +1,34 @@
1
- // deprecated
2
-
3
- @use '@lucca-front/scss/src/commons/utils/media';
4
- @use '@lucca-front/icons/src/commons/utils/icon';
5
-
6
- .mat-dialog-container {
7
- @extend .card;
8
-
9
- background: white;
10
- max-width: 80vw; // MIGHT BE CHANGED INTO A THEME VARIABLE
11
- overflow: visible !important;
12
- padding: 0 !important;
13
- }
14
-
15
- .cdk-overlay-pane {
16
- &.mod-sidePanel {
17
- position: fixed !important;
18
- top: var(--commons-banner-height);
19
- right: 0;
20
- bottom: 0;
21
- width: 60%;
22
- max-width: 800px;
23
- @include media.max('S') {
24
- width: 80%;
25
- }
26
- @include media.max('XS') {
27
- width: 100%;
28
- }
29
-
30
- .mat-dialog-container {
31
- max-width: 100%;
32
- }
33
- }
34
- }
1
+ // deprecated
2
+
3
+ @use '@lucca-front/scss/src/commons/utils/media';
4
+ @use '@lucca-front/icons/src/commons/utils/icon';
5
+
6
+ .mat-dialog-container {
7
+ @extend .card;
8
+
9
+ background: white;
10
+ max-width: 80vw; // MIGHT BE CHANGED INTO A THEME VARIABLE
11
+ overflow: visible !important;
12
+ padding: 0 !important;
13
+ }
14
+
15
+ .cdk-overlay-pane {
16
+ &.mod-sidePanel {
17
+ position: fixed !important;
18
+ top: var(--commons-banner-height);
19
+ right: 0;
20
+ bottom: 0;
21
+ width: 60%;
22
+ max-width: 800px;
23
+ @include media.max('S') {
24
+ width: 80%;
25
+ }
26
+ @include media.max('XS') {
27
+ width: 100%;
28
+ }
29
+
30
+ .mat-dialog-container {
31
+ max-width: 100%;
32
+ }
33
+ }
34
+ }
@@ -1,5 +1,5 @@
1
- // deprecated
2
-
3
- input.mat-input-element {
4
- margin-top: 0 !important;
5
- }
1
+ // deprecated
2
+
3
+ input.mat-input-element {
4
+ margin-top: 0 !important;
5
+ }
@@ -1,23 +1,23 @@
1
- // deprecated
2
-
3
- .mat-menu-item {
4
- @extend .textfield-options-entry;
5
- background-color: transparent;
6
- &.mat-selected,
7
- &.mat-active {
8
- @extend .is-focus;
9
- }
10
- }
11
-
12
- .mat-menu-panel {
13
- @extend .textfield-options;
14
- position: relative;
15
- top: auto;
16
- opacity: 1;
17
- transform: none;
18
- }
19
-
20
- .mat-menu-content {
21
- padding-top: 0 !important;
22
- padding-bottom: 0 !important;
23
- }
1
+ // deprecated
2
+
3
+ .mat-menu-item {
4
+ @extend .textfield-options-entry;
5
+ background-color: transparent;
6
+ &.mat-selected,
7
+ &.mat-active {
8
+ @extend .is-focus;
9
+ }
10
+ }
11
+
12
+ .mat-menu-panel {
13
+ @extend .textfield-options;
14
+ position: relative;
15
+ top: auto;
16
+ opacity: 1;
17
+ transform: none;
18
+ }
19
+
20
+ .mat-menu-content {
21
+ padding-top: 0 !important;
22
+ padding-bottom: 0 !important;
23
+ }
@@ -1,10 +1,10 @@
1
- // deprecated
2
-
3
- @mixin box-shadow-override($hasHover: false) {
4
- box-shadow: var(--commons-boxShadow-XS) !important;
5
- @if $hasHover {
6
- &:hover {
7
- box-shadow: var(--commons-boxShadow-M) !important;
8
- }
9
- }
10
- }
1
+ // deprecated
2
+
3
+ @mixin box-shadow-override($hasHover: false) {
4
+ box-shadow: var(--commons-boxShadow-XS) !important;
5
+ @if $hasHover {
6
+ &:hover {
7
+ box-shadow: var(--commons-boxShadow-M) !important;
8
+ }
9
+ }
10
+ }
@@ -1,26 +1,26 @@
1
- // deprecated
2
-
3
- .mat-option {
4
- @extend .textfield-options-entry;
5
-
6
- display: block;
7
- line-height: unset !important;
8
- outline: none;
9
- &.mat-selected,
10
- &.mat-active {
11
- @extend .textfield-options-entry, .is-focus;
12
- }
13
-
14
- .mat-option-ripple {
15
- bottom: 0;
16
- left: 0;
17
- pointer-events: none;
18
- position: absolute;
19
- right: 0;
20
- top: 0;
21
- }
22
-
23
- .mat-ripple {
24
- overflow: hidden;
25
- }
26
- }
1
+ // deprecated
2
+
3
+ .mat-option {
4
+ @extend .textfield-options-entry;
5
+
6
+ display: block;
7
+ line-height: unset !important;
8
+ outline: none;
9
+ &.mat-selected,
10
+ &.mat-active {
11
+ @extend .textfield-options-entry, .is-focus;
12
+ }
13
+
14
+ .mat-option-ripple {
15
+ bottom: 0;
16
+ left: 0;
17
+ pointer-events: none;
18
+ position: absolute;
19
+ right: 0;
20
+ top: 0;
21
+ }
22
+
23
+ .mat-ripple {
24
+ overflow: hidden;
25
+ }
26
+ }
@@ -1,46 +1,46 @@
1
- // deprecated
2
-
3
- mat-select {
4
- @extend .textfield;
5
- }
6
-
7
- .textfield.mod-framed mat-select {
8
- padding: 0 !important;
9
-
10
- .mat-select-trigger {
11
- font-size: var(--sizes-M-fontSize);
12
- margin: 2.2rem var(--spacings-S) 0.7rem;
13
- &::after {
14
- bottom: -0.7rem;
15
- content: '';
16
- display: block;
17
- left: calc(var(--spacings-S) * -1);
18
- position: absolute;
19
- right: calc(var(--spacings-S) * -1);
20
- top: -2.2rem;
21
- }
22
- }
23
- }
24
-
25
- .textfield:not(.mod-compact) mat-select {
26
- padding-top: 0 !important;
27
- }
28
-
29
- .mat-select-trigger {
30
- height: 1.1rem !important;
31
- min-width: 0 !important;
32
- text-overflow: ellipsis;
33
- }
34
-
35
- .mat-select-placeholder {
36
- width: auto !important;
37
- }
38
-
39
- .mat-select-panel {
40
- @extend .textfield-options;
41
-
42
- position: relative;
43
- top: auto;
44
- transform: none;
45
- opacity: 1;
46
- }
1
+ // deprecated
2
+
3
+ mat-select {
4
+ @extend .textfield;
5
+ }
6
+
7
+ .textfield.mod-framed mat-select {
8
+ padding: 0 !important;
9
+
10
+ .mat-select-trigger {
11
+ font-size: var(--sizes-M-fontSize);
12
+ margin: 2.2rem var(--spacings-S) 0.7rem;
13
+ &::after {
14
+ bottom: -0.7rem;
15
+ content: '';
16
+ display: block;
17
+ left: calc(var(--spacings-S) * -1);
18
+ position: absolute;
19
+ right: calc(var(--spacings-S) * -1);
20
+ top: -2.2rem;
21
+ }
22
+ }
23
+ }
24
+
25
+ .textfield:not(.mod-compact) mat-select {
26
+ padding-top: 0 !important;
27
+ }
28
+
29
+ .mat-select-trigger {
30
+ height: 1.1rem !important;
31
+ min-width: 0 !important;
32
+ text-overflow: ellipsis;
33
+ }
34
+
35
+ .mat-select-placeholder {
36
+ width: auto !important;
37
+ }
38
+
39
+ .mat-select-panel {
40
+ @extend .textfield-options;
41
+
42
+ position: relative;
43
+ top: auto;
44
+ transform: none;
45
+ opacity: 1;
46
+ }
@@ -1,11 +1,11 @@
1
- // deprecated
2
-
3
- .mat-tooltip {
4
- border-radius: var(--commons-borderRadius-M);
5
- background: var(--components-tooltip-background-color);
6
- color: var(--components-tooltip-color);
7
- font-size: var(--sizes-XS-lineHeight) !important;
8
- margin: var(--spacings-XS) !important;
9
- padding: var(--spacings-XXS) var(--spacings-XS) !important;
10
- line-height: var(--sizes-XS-lineHeight);
11
- }
1
+ // deprecated
2
+
3
+ .mat-tooltip {
4
+ border-radius: var(--commons-borderRadius-M);
5
+ background: var(--components-tooltip-background-color);
6
+ color: var(--components-tooltip-color);
7
+ font-size: var(--sizes-XS-lineHeight) !important;
8
+ margin: var(--spacings-XS) !important;
9
+ padding: var(--spacings-XXS) var(--spacings-XS) !important;
10
+ line-height: var(--sizes-XS-lineHeight);
11
+ }
@@ -1,12 +1,12 @@
1
- // deprecated
2
-
3
- @use '@angular/material' as mat;
4
-
5
- @import 'components';
6
-
7
- // CHANGE DEFAULT FONTS TO LUCCA-FRONT FONTS
8
- $lucca-front-mat-typography: mat.define-typography-config(
9
- $font-family: var(--commons-font-family),
10
- );
11
-
12
- @include mat.all-component-typographies($lucca-front-mat-typography);
1
+ // deprecated
2
+
3
+ @use '@angular/material' as mat;
4
+
5
+ @import 'components';
6
+
7
+ // CHANGE DEFAULT FONTS TO LUCCA-FRONT FONTS
8
+ $lucca-front-mat-typography: mat.define-typography-config(
9
+ $font-family: var(--commons-font-family),
10
+ );
11
+
12
+ @include mat.all-component-typographies($lucca-front-mat-typography);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucca-front/ng",
3
- "version": "16.4.1",
3
+ "version": "16.4.3",
4
4
  "description": "A library of icons made by the team @Lucca",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,8 +26,8 @@
26
26
  "@angular/common": "^16.0.0",
27
27
  "@angular/core": "^16.0.0",
28
28
  "@angular/cdk": "^16.0.0",
29
- "@lucca-front/icons": "v16.4.1",
30
- "@lucca-front/scss": "v16.4.1",
29
+ "@lucca-front/icons": "v16.4.3",
30
+ "@lucca-front/scss": "v16.4.3",
31
31
  "@types/dompurify": "^3.0.0",
32
32
  "dompurify": "^3.0.0",
33
33
  "rxjs": "^6.0.0 || ^7.0.0"
@@ -59,11 +59,11 @@
59
59
  "esm": "./esm2022/animations/lucca-front-ng-animations.mjs",
60
60
  "default": "./fesm2022/lucca-front-ng-animations.mjs"
61
61
  },
62
- "./core": {
63
- "types": "./core/index.d.ts",
64
- "esm2022": "./esm2022/core/lucca-front-ng-core.mjs",
65
- "esm": "./esm2022/core/lucca-front-ng-core.mjs",
66
- "default": "./fesm2022/lucca-front-ng-core.mjs"
62
+ "./api": {
63
+ "types": "./api/index.d.ts",
64
+ "esm2022": "./esm2022/api/lucca-front-ng-api.mjs",
65
+ "esm": "./esm2022/api/lucca-front-ng-api.mjs",
66
+ "default": "./fesm2022/lucca-front-ng-api.mjs"
67
67
  },
68
68
  "./callout": {
69
69
  "types": "./callout/index.d.ts",
@@ -71,11 +71,11 @@
71
71
  "esm": "./esm2022/callout/lucca-front-ng-callout.mjs",
72
72
  "default": "./fesm2022/lucca-front-ng-callout.mjs"
73
73
  },
74
- "./api": {
75
- "types": "./api/index.d.ts",
76
- "esm2022": "./esm2022/api/lucca-front-ng-api.mjs",
77
- "esm": "./esm2022/api/lucca-front-ng-api.mjs",
78
- "default": "./fesm2022/lucca-front-ng-api.mjs"
74
+ "./core": {
75
+ "types": "./core/index.d.ts",
76
+ "esm2022": "./esm2022/core/lucca-front-ng-core.mjs",
77
+ "esm": "./esm2022/core/lucca-front-ng-core.mjs",
78
+ "default": "./fesm2022/lucca-front-ng-core.mjs"
79
79
  },
80
80
  "./core-select": {
81
81
  "types": "./core-select/index.d.ts",
@@ -173,18 +173,18 @@
173
173
  "esm": "./esm2022/numeric-badge/lucca-front-ng-numeric-badge.mjs",
174
174
  "default": "./fesm2022/lucca-front-ng-numeric-badge.mjs"
175
175
  },
176
- "./option": {
177
- "types": "./option/index.d.ts",
178
- "esm2022": "./esm2022/option/lucca-front-ng-option.mjs",
179
- "esm": "./esm2022/option/lucca-front-ng-option.mjs",
180
- "default": "./fesm2022/lucca-front-ng-option.mjs"
181
- },
182
176
  "./picker": {
183
177
  "types": "./picker/index.d.ts",
184
178
  "esm2022": "./esm2022/picker/lucca-front-ng-picker.mjs",
185
179
  "esm": "./esm2022/picker/lucca-front-ng-picker.mjs",
186
180
  "default": "./fesm2022/lucca-front-ng-picker.mjs"
187
181
  },
182
+ "./option": {
183
+ "types": "./option/index.d.ts",
184
+ "esm2022": "./esm2022/option/lucca-front-ng-option.mjs",
185
+ "esm": "./esm2022/option/lucca-front-ng-option.mjs",
186
+ "default": "./fesm2022/lucca-front-ng-option.mjs"
187
+ },
188
188
  "./popover": {
189
189
  "types": "./popover/index.d.ts",
190
190
  "esm2022": "./esm2022/popover/lucca-front-ng-popover.mjs",