@lucca-front/ng 15.0.4-alpha1 → 15.1.0-rc.2

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 (325) hide show
  1. package/core/lib/date/string/string-date.adapter.d.ts +1 -1
  2. package/esm2020/a11y/lib/skip-links/skip-links.component.mjs +6 -5
  3. package/esm2020/api/lib/api.module.mjs +4 -4
  4. package/esm2020/api/lib/select/api-select.module.mjs +4 -4
  5. package/esm2020/api/lib/select/feeder/api-feeder.component.mjs +3 -3
  6. package/esm2020/api/lib/select/feeder/api-feeder.module.mjs +4 -4
  7. package/esm2020/api/lib/select/input/api-select-input.component.mjs +6 -6
  8. package/esm2020/api/lib/select/input/api-select-input.module.mjs +4 -4
  9. package/esm2020/api/lib/select/pager/api-pager.component.mjs +3 -3
  10. package/esm2020/api/lib/select/pager/api-pager.module.mjs +4 -4
  11. package/esm2020/api/lib/select/searcher/api-searcher.component.mjs +11 -11
  12. package/esm2020/api/lib/select/searcher/api-searcher.module.mjs +4 -4
  13. package/esm2020/api/lib/service/api-hybrid.service.mjs +3 -3
  14. package/esm2020/api/lib/service/api-v3.service.mjs +3 -3
  15. package/esm2020/api/lib/service/api-v4.service.mjs +3 -3
  16. package/esm2020/core/lib/date/native/native-date.adapter.mjs +5 -5
  17. package/esm2020/core/lib/date/string/string-date.adapter.mjs +6 -6
  18. package/esm2020/date/lib/adapter/date-adapter.module.mjs +4 -4
  19. package/esm2020/date/lib/adapter/date-adapter.pipe.mjs +3 -3
  20. package/esm2020/date/lib/calendar/calendar-input.component.mjs +6 -6
  21. package/esm2020/date/lib/calendar/calendar-input.module.mjs +4 -4
  22. package/esm2020/date/lib/calendar/calendar-item.factory.mjs +3 -3
  23. package/esm2020/date/lib/date.module.mjs +4 -4
  24. package/esm2020/date/lib/input/date-input.directive.mjs +3 -3
  25. package/esm2020/date/lib/input/date-input.module.mjs +4 -4
  26. package/esm2020/date/lib/picker/date-picker.component.mjs +3 -3
  27. package/esm2020/date/lib/picker/date-picker.module.mjs +4 -4
  28. package/esm2020/date/lib/select/date-select-input.component.mjs +6 -6
  29. package/esm2020/date/lib/select/date-select-input.module.mjs +4 -4
  30. package/esm2020/department/lib/department.module.mjs +4 -4
  31. package/esm2020/department/lib/select/department-select.module.mjs +4 -4
  32. package/esm2020/department/lib/select/feeder/department-feeder.component.mjs +3 -3
  33. package/esm2020/department/lib/select/feeder/department-feeder.module.mjs +4 -4
  34. package/esm2020/department/lib/select/input/department-select-input.component.mjs +6 -6
  35. package/esm2020/department/lib/select/input/department-select-input.module.mjs +4 -4
  36. package/esm2020/department/lib/service/department-v3.service.mjs +3 -3
  37. package/esm2020/dropdown/lib/dropdown.module.mjs +4 -4
  38. package/esm2020/dropdown/lib/item/dropdown-item.directive.mjs +3 -3
  39. package/esm2020/dropdown/lib/item/dropdown-item.module.mjs +4 -4
  40. package/esm2020/dropdown/lib/panel/dropdown-panel.component.mjs +3 -3
  41. package/esm2020/dropdown/lib/panel/dropdown-panel.module.mjs +4 -4
  42. package/esm2020/dropdown/lib/trigger/dropdown-trigger.directive.mjs +3 -3
  43. package/esm2020/dropdown/lib/trigger/dropdown-trigger.module.mjs +4 -4
  44. package/esm2020/establishment/lib/establishment.module.mjs +4 -4
  45. package/esm2020/establishment/lib/select/establishment-select.module.mjs +4 -4
  46. package/esm2020/establishment/lib/select/for-legal-units/for-legal-units.directive.mjs +3 -3
  47. package/esm2020/establishment/lib/select/for-legal-units/for-legal-units.module.mjs +4 -4
  48. package/esm2020/establishment/lib/select/input/establishment-select-input.component.mjs +6 -6
  49. package/esm2020/establishment/lib/select/input/establishment-select-input.module.mjs +4 -4
  50. package/esm2020/establishment/lib/select/legal-unit-selector/legal-unit-selector.directive.mjs +3 -3
  51. package/esm2020/establishment/lib/select/legal-unit-selector/legal-unit-selector.module.mjs +4 -4
  52. package/esm2020/establishment/lib/select/searcher/establishment-searcher.component.mjs +18 -20
  53. package/esm2020/establishment/lib/select/searcher/establishment-searcher.module.mjs +4 -4
  54. package/esm2020/establishment/lib/select/select-all/establishment-select-all.component.mjs +6 -6
  55. package/esm2020/establishment/lib/select/select-all/establishment-select-all.module.mjs +4 -4
  56. package/esm2020/establishment/lib/service/establishment.service.mjs +3 -3
  57. package/esm2020/establishment/lib/service/legal-unit.service.mjs +3 -3
  58. package/esm2020/formly/lib/formly.module.mjs +4 -4
  59. package/esm2020/formly/lib/types/api.mjs +3 -3
  60. package/esm2020/formly/lib/types/checkbox.mjs +3 -3
  61. package/esm2020/formly/lib/types/date.mjs +3 -3
  62. package/esm2020/formly/lib/types/department.mjs +3 -3
  63. package/esm2020/formly/lib/types/establishment.mjs +3 -3
  64. package/esm2020/formly/lib/types/input.mjs +3 -3
  65. package/esm2020/formly/lib/types/qualification.mjs +3 -3
  66. package/esm2020/formly/lib/types/radios.mjs +3 -3
  67. package/esm2020/formly/lib/types/select.mjs +3 -3
  68. package/esm2020/formly/lib/types/textarea.mjs +3 -3
  69. package/esm2020/formly/lib/types/user.mjs +3 -3
  70. package/esm2020/formly/lib/wrappers/checkbox-layout.mjs +3 -3
  71. package/esm2020/formly/lib/wrappers/error.mjs +6 -6
  72. package/esm2020/formly/lib/wrappers/helper.mjs +3 -3
  73. package/esm2020/formly/lib/wrappers/icon.mjs +3 -3
  74. package/esm2020/formly/lib/wrappers/radiosfield-layout.mjs +3 -3
  75. package/esm2020/formly/lib/wrappers/suffix.mjs +3 -3
  76. package/esm2020/formly/lib/wrappers/textfield-layout.mjs +3 -3
  77. package/esm2020/input/lib/clearer/clearer.component.mjs +6 -6
  78. package/esm2020/input/lib/clearer/clearer.module.mjs +4 -4
  79. package/esm2020/input/lib/displayer/input-displayer.directive.mjs +3 -3
  80. package/esm2020/input/lib/displayer/input-displayer.module.mjs +4 -4
  81. package/esm2020/input/lib/input.directive.mjs +3 -3
  82. package/esm2020/input/lib/input.module.mjs +4 -4
  83. package/esm2020/material/lib/module.mjs +4 -4
  84. package/esm2020/modal/lib/modal-panel.component.mjs +12 -12
  85. package/esm2020/modal/lib/modal-ref.factory.mjs +3 -3
  86. package/esm2020/modal/lib/modal.module.mjs +4 -4
  87. package/esm2020/modal/lib/modal.service.mjs +3 -3
  88. package/esm2020/number/lib/number.module.mjs +4 -4
  89. package/esm2020/number/lib/number.pipe.mjs +3 -3
  90. package/esm2020/option/lib/item/option-item.component.mjs +6 -6
  91. package/esm2020/option/lib/item/option-item.module.mjs +4 -4
  92. package/esm2020/option/lib/item/tree-option-item.component.mjs +6 -6
  93. package/esm2020/option/lib/item/tree-option-item.module.mjs +4 -4
  94. package/esm2020/option/lib/operator/feeder/option-feeder.component.mjs +3 -3
  95. package/esm2020/option/lib/operator/feeder/option-feeder.module.mjs +4 -4
  96. package/esm2020/option/lib/operator/feeder/tree-option-feeder.component.mjs +3 -3
  97. package/esm2020/option/lib/operator/feeder/tree-option-feeder.module.mjs +4 -4
  98. package/esm2020/option/lib/operator/for-groups/for-groups.directive.mjs +3 -3
  99. package/esm2020/option/lib/operator/for-groups/for-groups.module.mjs +4 -4
  100. package/esm2020/option/lib/operator/for-options/for-options.directive.mjs +3 -3
  101. package/esm2020/option/lib/operator/for-options/for-options.module.mjs +4 -4
  102. package/esm2020/option/lib/operator/for-options/for-tree-options.directive.mjs +3 -3
  103. package/esm2020/option/lib/operator/for-options/for-tree-options.module.mjs +4 -4
  104. package/esm2020/option/lib/operator/option-operator.module.mjs +4 -4
  105. package/esm2020/option/lib/operator/pager/option-pager.component.mjs +3 -3
  106. package/esm2020/option/lib/operator/pager/option-pager.module.mjs +4 -4
  107. package/esm2020/option/lib/operator/pager/tree-option-pager.component.mjs +3 -3
  108. package/esm2020/option/lib/operator/pager/tree-option-pager.module.mjs +4 -4
  109. package/esm2020/option/lib/operator/searcher/option-searcher.component.mjs +6 -6
  110. package/esm2020/option/lib/operator/searcher/option-searcher.module.mjs +4 -4
  111. package/esm2020/option/lib/operator/searcher/tree-option-searcher.component.mjs +6 -6
  112. package/esm2020/option/lib/operator/searcher/tree-option-searcher.module.mjs +4 -4
  113. package/esm2020/option/lib/operator/tree-option-operator.module.mjs +4 -4
  114. package/esm2020/option/lib/option.module.mjs +4 -4
  115. package/esm2020/option/lib/picker/option-picker-advanced.component.mjs +6 -6
  116. package/esm2020/option/lib/picker/option-picker.component.mjs +6 -6
  117. package/esm2020/option/lib/picker/option-picker.module.mjs +4 -4
  118. package/esm2020/option/lib/picker/tree-option-picker-advanced.component.mjs +6 -6
  119. package/esm2020/option/lib/picker/tree-option-picker.component.mjs +6 -6
  120. package/esm2020/option/lib/picker/tree-option-picker.module.mjs +4 -4
  121. package/esm2020/option/lib/placeholder/option-placeholder.component.mjs +5 -5
  122. package/esm2020/option/lib/placeholder/option-placeholder.module.mjs +4 -4
  123. package/esm2020/option/lib/selector/all/select-all.component.mjs +6 -6
  124. package/esm2020/option/lib/selector/all/select-all.module.mjs +4 -4
  125. package/esm2020/option/lib/selector/all/tree-select-all.component.mjs +6 -6
  126. package/esm2020/option/lib/selector/all/tree-select-all.module.mjs +4 -4
  127. package/esm2020/option/lib/selector/option-selector.module.mjs +4 -4
  128. package/esm2020/option/lib/selector/tree-option-selector.module.mjs +4 -4
  129. package/esm2020/option/lib/tree-option.module.mjs +4 -4
  130. package/esm2020/popover/lib/panel/popover-panel.component.mjs +3 -3
  131. package/esm2020/popover/lib/panel/popover-panel.module.mjs +4 -4
  132. package/esm2020/popover/lib/popover.module.mjs +4 -4
  133. package/esm2020/popover/lib/target/popover-target.directive.mjs +3 -3
  134. package/esm2020/popover/lib/target/popover-target.module.mjs +4 -4
  135. package/esm2020/popover/lib/trigger/popover-trigger.directive.mjs +3 -3
  136. package/esm2020/popover/lib/trigger/popover-trigger.module.mjs +4 -4
  137. package/esm2020/popup/lib/popup-ref.factory.mjs +3 -3
  138. package/esm2020/popup/lib/popup.module.mjs +4 -4
  139. package/esm2020/popup/lib/popup.service.mjs +3 -3
  140. package/esm2020/qualification/lib/qualification.module.mjs +4 -4
  141. package/esm2020/qualification/lib/select/input/qualification-select-input.component.mjs +6 -6
  142. package/esm2020/qualification/lib/select/input/qualification-select-input.module.mjs +4 -4
  143. package/esm2020/qualification/lib/select/qualification-select.module.mjs +4 -4
  144. package/esm2020/safe-content/lib/safe-content.module.mjs +4 -4
  145. package/esm2020/safe-content/lib/safe-html.pipe.mjs +3 -3
  146. package/esm2020/scroll/lib/scroll.directive.mjs +3 -3
  147. package/esm2020/scroll/lib/scroll.module.mjs +4 -4
  148. package/esm2020/select/lib/input/select-input.component.mjs +8 -8
  149. package/esm2020/select/lib/input/select-input.module.mjs +4 -4
  150. package/esm2020/select/lib/select.module.mjs +4 -4
  151. package/esm2020/sidepanel/lib/sidepanel-panel.component.mjs +9 -9
  152. package/esm2020/sidepanel/lib/sidepanel-ref.factory.mjs +3 -3
  153. package/esm2020/sidepanel/lib/sidepanel.module.mjs +4 -4
  154. package/esm2020/sidepanel/lib/sidepanel.service.mjs +3 -3
  155. package/esm2020/simple-select/lib/input/select-input.component.mjs +11 -10
  156. package/esm2020/simple-select/lib/option/displayer.directive.mjs +3 -3
  157. package/esm2020/simple-select/lib/option/option.component.mjs +5 -5
  158. package/esm2020/simple-select/lib/option/option.directive.mjs +3 -3
  159. package/esm2020/simple-select/lib/panel/panel.component.mjs +7 -6
  160. package/esm2020/title/lib/title.module.mjs +4 -4
  161. package/esm2020/title/lib/title.service.mjs +3 -3
  162. package/esm2020/title/lib/title.strategy.mjs +3 -3
  163. package/esm2020/toast/public-api.mjs +2 -2
  164. package/esm2020/toast/toasts.component.mjs +5 -5
  165. package/esm2020/toast/toasts.model.mjs +1 -1
  166. package/esm2020/toast/toasts.module.mjs +4 -4
  167. package/esm2020/toast/toasts.service.mjs +7 -7
  168. package/esm2020/tooltip/lib/panel/tooltip-panel.component.mjs +5 -5
  169. package/esm2020/tooltip/lib/panel/tooltip-panel.module.mjs +4 -4
  170. package/esm2020/tooltip/lib/tooltip.module.mjs +4 -4
  171. package/esm2020/tooltip/lib/trigger/tooltip-trigger.directive.mjs +3 -3
  172. package/esm2020/tooltip/lib/trigger/tooltip-trigger.module.mjs +4 -4
  173. package/esm2020/user/lib/display/display-format.model.mjs +4 -1
  174. package/esm2020/user/lib/display/user-display.module.mjs +4 -4
  175. package/esm2020/user/lib/display/user-display.pipe.mjs +61 -51
  176. package/esm2020/user/lib/picture/user-picture.component.mjs +4 -4
  177. package/esm2020/user/lib/picture/user-picture.module.mjs +4 -4
  178. package/esm2020/user/lib/select/homonyms/user-homonyms.component.mjs +3 -3
  179. package/esm2020/user/lib/select/homonyms/user-homonyms.module.mjs +4 -4
  180. package/esm2020/user/lib/select/homonyms/user-homonyms.service.mjs +3 -3
  181. package/esm2020/user/lib/select/input/user-select-input.component.mjs +6 -6
  182. package/esm2020/user/lib/select/input/user-select-input.module.mjs +4 -4
  183. package/esm2020/user/lib/select/me/me-option.directive.mjs +3 -3
  184. package/esm2020/user/lib/select/me/me-option.module.mjs +4 -4
  185. package/esm2020/user/lib/select/searcher/user-searcher.component.mjs +6 -6
  186. package/esm2020/user/lib/select/searcher/user-searcher.module.mjs +4 -4
  187. package/esm2020/user/lib/select/user-select.module.mjs +4 -4
  188. package/esm2020/user/lib/service/user-v3.service.mjs +3 -3
  189. package/esm2020/user/lib/tile/user-tile.component.mjs +4 -4
  190. package/esm2020/user/lib/tile/user-tile.module.mjs +4 -4
  191. package/esm2020/user/lib/user.module.mjs +4 -4
  192. package/establishment/lib/select/searcher/establishment-searcher.component.d.ts +6 -6
  193. package/fesm2015/lucca-front-ng-a11y.mjs +5 -4
  194. package/fesm2015/lucca-front-ng-a11y.mjs.map +1 -1
  195. package/fesm2015/lucca-front-ng-api.mjs +54 -54
  196. package/fesm2015/lucca-front-ng-api.mjs.map +1 -1
  197. package/fesm2015/lucca-front-ng-core.mjs +9 -9
  198. package/fesm2015/lucca-front-ng-core.mjs.map +1 -1
  199. package/fesm2015/lucca-front-ng-date.mjs +46 -46
  200. package/fesm2015/lucca-front-ng-date.mjs.map +1 -1
  201. package/fesm2015/lucca-front-ng-department.mjs +27 -27
  202. package/fesm2015/lucca-front-ng-department.mjs.map +1 -1
  203. package/fesm2015/lucca-front-ng-dropdown.mjs +25 -25
  204. package/fesm2015/lucca-front-ng-establishment.mjs +67 -69
  205. package/fesm2015/lucca-front-ng-establishment.mjs.map +1 -1
  206. package/fesm2015/lucca-front-ng-formly.mjs +61 -61
  207. package/fesm2015/lucca-front-ng-input.mjs +23 -23
  208. package/fesm2015/lucca-front-ng-input.mjs.map +1 -1
  209. package/fesm2015/lucca-front-ng-material.mjs +4 -4
  210. package/fesm2015/lucca-front-ng-modal.mjs +21 -21
  211. package/fesm2015/lucca-front-ng-modal.mjs.map +1 -1
  212. package/fesm2015/lucca-front-ng-number.mjs +7 -7
  213. package/fesm2015/lucca-front-ng-option.mjs +167 -167
  214. package/fesm2015/lucca-front-ng-option.mjs.map +1 -1
  215. package/fesm2015/lucca-front-ng-popover.mjs +25 -25
  216. package/fesm2015/lucca-front-ng-popup.mjs +10 -10
  217. package/fesm2015/lucca-front-ng-qualification.mjs +17 -17
  218. package/fesm2015/lucca-front-ng-qualification.mjs.map +1 -1
  219. package/fesm2015/lucca-front-ng-safe-content.mjs +7 -7
  220. package/fesm2015/lucca-front-ng-scroll.mjs +7 -7
  221. package/fesm2015/lucca-front-ng-select.mjs +16 -16
  222. package/fesm2015/lucca-front-ng-select.mjs.map +1 -1
  223. package/fesm2015/lucca-front-ng-sidepanel.mjs +18 -18
  224. package/fesm2015/lucca-front-ng-sidepanel.mjs.map +1 -1
  225. package/fesm2015/lucca-front-ng-simple-select.mjs +24 -23
  226. package/fesm2015/lucca-front-ng-simple-select.mjs.map +1 -1
  227. package/fesm2015/lucca-front-ng-title.mjs +10 -10
  228. package/fesm2015/lucca-front-ng-toast.mjs +15 -15
  229. package/fesm2015/lucca-front-ng-toast.mjs.map +1 -1
  230. package/fesm2015/lucca-front-ng-tooltip.mjs +19 -19
  231. package/fesm2015/lucca-front-ng-tooltip.mjs.map +1 -1
  232. package/fesm2015/lucca-front-ng-user.mjs +129 -117
  233. package/fesm2015/lucca-front-ng-user.mjs.map +1 -1
  234. package/fesm2020/lucca-front-ng-a11y.mjs +5 -4
  235. package/fesm2020/lucca-front-ng-a11y.mjs.map +1 -1
  236. package/fesm2020/lucca-front-ng-api.mjs +54 -54
  237. package/fesm2020/lucca-front-ng-api.mjs.map +1 -1
  238. package/fesm2020/lucca-front-ng-core.mjs +9 -9
  239. package/fesm2020/lucca-front-ng-core.mjs.map +1 -1
  240. package/fesm2020/lucca-front-ng-date.mjs +46 -46
  241. package/fesm2020/lucca-front-ng-date.mjs.map +1 -1
  242. package/fesm2020/lucca-front-ng-department.mjs +27 -27
  243. package/fesm2020/lucca-front-ng-department.mjs.map +1 -1
  244. package/fesm2020/lucca-front-ng-dropdown.mjs +25 -25
  245. package/fesm2020/lucca-front-ng-establishment.mjs +67 -69
  246. package/fesm2020/lucca-front-ng-establishment.mjs.map +1 -1
  247. package/fesm2020/lucca-front-ng-formly.mjs +61 -61
  248. package/fesm2020/lucca-front-ng-input.mjs +23 -23
  249. package/fesm2020/lucca-front-ng-input.mjs.map +1 -1
  250. package/fesm2020/lucca-front-ng-material.mjs +4 -4
  251. package/fesm2020/lucca-front-ng-modal.mjs +21 -21
  252. package/fesm2020/lucca-front-ng-modal.mjs.map +1 -1
  253. package/fesm2020/lucca-front-ng-number.mjs +7 -7
  254. package/fesm2020/lucca-front-ng-option.mjs +167 -167
  255. package/fesm2020/lucca-front-ng-option.mjs.map +1 -1
  256. package/fesm2020/lucca-front-ng-popover.mjs +25 -25
  257. package/fesm2020/lucca-front-ng-popup.mjs +10 -10
  258. package/fesm2020/lucca-front-ng-qualification.mjs +17 -17
  259. package/fesm2020/lucca-front-ng-qualification.mjs.map +1 -1
  260. package/fesm2020/lucca-front-ng-safe-content.mjs +7 -7
  261. package/fesm2020/lucca-front-ng-scroll.mjs +7 -7
  262. package/fesm2020/lucca-front-ng-select.mjs +16 -16
  263. package/fesm2020/lucca-front-ng-select.mjs.map +1 -1
  264. package/fesm2020/lucca-front-ng-sidepanel.mjs +18 -18
  265. package/fesm2020/lucca-front-ng-sidepanel.mjs.map +1 -1
  266. package/fesm2020/lucca-front-ng-simple-select.mjs +24 -23
  267. package/fesm2020/lucca-front-ng-simple-select.mjs.map +1 -1
  268. package/fesm2020/lucca-front-ng-title.mjs +10 -10
  269. package/fesm2020/lucca-front-ng-toast.mjs +15 -15
  270. package/fesm2020/lucca-front-ng-toast.mjs.map +1 -1
  271. package/fesm2020/lucca-front-ng-tooltip.mjs +19 -19
  272. package/fesm2020/lucca-front-ng-tooltip.mjs.map +1 -1
  273. package/fesm2020/lucca-front-ng-user.mjs +129 -117
  274. package/fesm2020/lucca-front-ng-user.mjs.map +1 -1
  275. package/material/style/components/_dialog.scss +2 -2
  276. package/material/style/components/_select.scss +4 -4
  277. package/material/style/components/_tooltip.scss +5 -5
  278. package/package.json +3 -3
  279. package/schematics/lib/local-deps/package-lock.json +54 -0
  280. package/schematics/lib/local-deps/package.json +1 -0
  281. package/schematics/lib/local-deps/postcss-selector-parser.js +5 -0
  282. package/schematics/lib/local-deps/postcss-value-parser.js +2 -5
  283. package/schematics/lib/local-deps/postcss.js +1 -24
  284. package/schematics/lib/migration-test.js +50 -0
  285. package/schematics/lib/schematics.js +19 -0
  286. package/schematics/lib/scss-ast.js +37 -3
  287. package/schematics/migrations/tshirt-size/index.js +43 -0
  288. package/schematics/migrations/tshirt-size/mapping.js +194 -0
  289. package/schematics/migrations/tshirt-size/migration.js +31 -0
  290. package/schematics/migrations/tshirt-size/migration.spec.js +43 -0
  291. package/schematics/migrations.json +4 -4
  292. package/src/components/_dropdown.scss +5 -5
  293. package/src/components/_picker.scss +1 -1
  294. package/src/components/_popup.scss +42 -45
  295. package/src/components/_sidepanel.scss +17 -14
  296. package/src/components/cdk/_dragDrop.scss +7 -7
  297. package/src/components/cdk/_textarea.scss +1 -1
  298. package/src/definitions/option/_option-item.scss +6 -6
  299. package/src/definitions/option/_option-searcher.scss +1 -1
  300. package/src/definitions/option/_option-selector.scss +1 -1
  301. package/src/definitions/select/_select-clearer.scss +1 -1
  302. package/src/definitions/select/_select-input.scss +29 -29
  303. package/src/definitions/tooltip/_tooltip.scss +4 -4
  304. package/src/definitions/user/user-picture.scss +34 -34
  305. package/src/definitions/user/user-tile.scss +26 -26
  306. package/toast/public-api.d.ts +1 -1
  307. package/toast/toasts.model.d.ts +10 -2
  308. package/toast/toasts.service.d.ts +1 -1
  309. package/user/lib/display/display-format.model.d.ts +3 -0
  310. package/user/lib/display/user-display.pipe.d.ts +6 -0
  311. package/schematics/migrations/css-vars/css-class-registry.js +0 -88
  312. package/schematics/migrations/css-vars/index.js +0 -109
  313. package/schematics/migrations/css-vars/migration.js +0 -149
  314. package/schematics/migrations/css-vars/migration.spec.js +0 -153
  315. package/schematics/migrations/css-vars/mixin-registry.js +0 -41
  316. package/schematics/migrations/css-vars/updaters/color.js +0 -95
  317. package/schematics/migrations/css-vars/updaters/elevation.js +0 -18
  318. package/schematics/migrations/css-vars/updaters/get-set.js +0 -26
  319. package/schematics/migrations/css-vars/updaters/icon-sizing.js +0 -17
  320. package/schematics/migrations/css-vars/updaters/ie11.js +0 -21
  321. package/schematics/migrations/css-vars/updaters/main-import.js +0 -40
  322. package/schematics/migrations/css-vars/updaters/mixins.js +0 -56
  323. package/schematics/migrations/css-vars/updaters/remove-scss-placeholder.js +0 -40
  324. package/schematics/migrations/css-vars/updaters/theme.js +0 -59
  325. package/schematics/migrations/css-vars/updaters/warning.js +0 -9
@@ -33,11 +33,11 @@ class LuToastsService {
33
33
  return toast;
34
34
  }
35
35
  removeToast(toast) {
36
- const updatedToasts = this.toasts$.value.filter((t) => t.id !== toast.id);
36
+ const updatedToasts = this.toasts$.value.filter(({ id }) => id !== toast.id);
37
37
  this.toasts$.next(updatedToasts);
38
38
  }
39
- isOnlyDismissibleManually(toast) {
40
- return toast.duration === null;
39
+ isOnlyDismissibleManually({ duration }) {
40
+ return duration === null;
41
41
  }
42
42
  getToast(toastInput) {
43
43
  const id = this.generateId();
@@ -49,9 +49,9 @@ class LuToastsService {
49
49
  return `_${randomString}`;
50
50
  }
51
51
  }
52
- LuToastsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuToastsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
53
- LuToastsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuToastsService, providedIn: 'root' });
54
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuToastsService, decorators: [{
52
+ LuToastsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuToastsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
53
+ LuToastsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuToastsService, providedIn: 'root' });
54
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuToastsService, decorators: [{
55
55
  type: Injectable,
56
56
  args: [{ providedIn: 'root' }]
57
57
  }] });
@@ -95,11 +95,11 @@ class LuToastsComponent {
95
95
  return this.toastsService.isOnlyDismissibleManually(toast);
96
96
  }
97
97
  }
98
- LuToastsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuToastsComponent, deps: [{ token: LuToastsService }], target: i0.ɵɵFactoryTarget.Component });
99
- LuToastsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.2", type: LuToastsComponent, isStandalone: true, selector: "lu-toasts", inputs: { bottom: "bottom", sources: "sources" }, ngImport: i0, template: "<div class=\"toasts mod-withCircularGauge\" aria-live=\"polite\" [class.mod-bottom]=\"bottom\">\r\n\t<div *ngFor=\"let toast of toasts$ | async; trackBy: trackToast\" class=\"toasts-item\" [ngClass]=\"paletteClassByToastType[toast.type]\">\r\n\t\t<span\r\n\t\t\t*ngIf=\"toast.type\"\r\n\t\t\tclass=\"lucca-icon size-small u-marginRightSmaller\"\r\n\t\t\taria-hidden=\"true\"\r\n\t\t\t[ngClass]=\"iconClassByToastType[toast.type]\"\r\n\t\t>\r\n\t\t</span>\r\n\t\t<span [innerHtml]=\"toast.message\"> </span>\r\n\t\t<button type=\"button\" class=\"toasts-item-kill\" (click)=\"removeToast(toast)\" (animationend)=\"removeToast(toast)\">\r\n\t\t\t<span class=\"lucca-icon icon-cross size-smaller\" aria-hidden=\"true\"></span>\r\n\t\t\t<div class=\"circularGauge\" *ngIf=\"!isOnlyDismissibleManually(toast) && toast.duration > 0\">\r\n\t\t\t\t<svg viewBox=\"0 0 32 32\">\r\n\t\t\t\t\t<circle r=\"16\" cx=\"16\" cy=\"16\" [style.animation-duration]=\"toast.duration + 'ms'\" />\r\n\t\t\t\t</svg>\r\n\t\t\t</div>\r\n\t\t\t<span class=\"u-mask\">{{ intl.close }}</span>\r\n\t\t</button>\r\n\t</div>\r\n</div>\r\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
100
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuToastsComponent, decorators: [{
98
+ LuToastsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuToastsComponent, deps: [{ token: LuToastsService }], target: i0.ɵɵFactoryTarget.Component });
99
+ LuToastsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.3", type: LuToastsComponent, isStandalone: true, selector: "lu-toasts", inputs: { bottom: "bottom", sources: "sources" }, ngImport: i0, template: "<div class=\"toasts mod-withCircularGauge\" aria-live=\"polite\" [class.mod-bottom]=\"bottom\">\r\n\t<div *ngFor=\"let toast of toasts$ | async; trackBy: trackToast\" class=\"toasts-item\" [ngClass]=\"paletteClassByToastType[toast.type]\">\r\n\t\t<span *ngIf=\"toast.type\" class=\"toast-item-icon lucca-icon\" aria-hidden=\"true\" [ngClass]=\"iconClassByToastType[toast.type]\"></span>\r\n\t\t<div class=\"toast-item-content\">\r\n\t\t\t<div *ngIf=\"toast.title\"><strong>{{ toast.title }}</strong></div>\r\n\t\t\t<div [innerHtml]=\"toast.message\"></div>\r\n\t\t</div>\r\n\t\t<button type=\"button\" class=\"toasts-item-kill\" (click)=\"removeToast(toast)\" (animationend)=\"removeToast(toast)\">\r\n\t\t\t<span class=\"lucca-icon icon-cross mod-XS\" aria-hidden=\"true\"></span>\r\n\t\t\t<div class=\"circularGauge\" *ngIf=\"!isOnlyDismissibleManually(toast) && toast.duration > 0\">\r\n\t\t\t\t<svg viewBox=\"0 0 32 32\">\r\n\t\t\t\t\t<circle r=\"16\" cx=\"16\" cy=\"16\" [style.animation-duration]=\"toast.duration + 'ms'\" />\r\n\t\t\t\t</svg>\r\n\t\t\t</div>\r\n\t\t\t<span class=\"u-mask\">{{ intl.close }}</span>\r\n\t\t</button>\r\n\t</div>\r\n</div>\r\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
100
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuToastsComponent, decorators: [{
101
101
  type: Component,
102
- args: [{ selector: 'lu-toasts', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [CommonModule], template: "<div class=\"toasts mod-withCircularGauge\" aria-live=\"polite\" [class.mod-bottom]=\"bottom\">\r\n\t<div *ngFor=\"let toast of toasts$ | async; trackBy: trackToast\" class=\"toasts-item\" [ngClass]=\"paletteClassByToastType[toast.type]\">\r\n\t\t<span\r\n\t\t\t*ngIf=\"toast.type\"\r\n\t\t\tclass=\"lucca-icon size-small u-marginRightSmaller\"\r\n\t\t\taria-hidden=\"true\"\r\n\t\t\t[ngClass]=\"iconClassByToastType[toast.type]\"\r\n\t\t>\r\n\t\t</span>\r\n\t\t<span [innerHtml]=\"toast.message\"> </span>\r\n\t\t<button type=\"button\" class=\"toasts-item-kill\" (click)=\"removeToast(toast)\" (animationend)=\"removeToast(toast)\">\r\n\t\t\t<span class=\"lucca-icon icon-cross size-smaller\" aria-hidden=\"true\"></span>\r\n\t\t\t<div class=\"circularGauge\" *ngIf=\"!isOnlyDismissibleManually(toast) && toast.duration > 0\">\r\n\t\t\t\t<svg viewBox=\"0 0 32 32\">\r\n\t\t\t\t\t<circle r=\"16\" cx=\"16\" cy=\"16\" [style.animation-duration]=\"toast.duration + 'ms'\" />\r\n\t\t\t\t</svg>\r\n\t\t\t</div>\r\n\t\t\t<span class=\"u-mask\">{{ intl.close }}</span>\r\n\t\t</button>\r\n\t</div>\r\n</div>\r\n" }]
102
+ args: [{ selector: 'lu-toasts', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [CommonModule], template: "<div class=\"toasts mod-withCircularGauge\" aria-live=\"polite\" [class.mod-bottom]=\"bottom\">\r\n\t<div *ngFor=\"let toast of toasts$ | async; trackBy: trackToast\" class=\"toasts-item\" [ngClass]=\"paletteClassByToastType[toast.type]\">\r\n\t\t<span *ngIf=\"toast.type\" class=\"toast-item-icon lucca-icon\" aria-hidden=\"true\" [ngClass]=\"iconClassByToastType[toast.type]\"></span>\r\n\t\t<div class=\"toast-item-content\">\r\n\t\t\t<div *ngIf=\"toast.title\"><strong>{{ toast.title }}</strong></div>\r\n\t\t\t<div [innerHtml]=\"toast.message\"></div>\r\n\t\t</div>\r\n\t\t<button type=\"button\" class=\"toasts-item-kill\" (click)=\"removeToast(toast)\" (animationend)=\"removeToast(toast)\">\r\n\t\t\t<span class=\"lucca-icon icon-cross mod-XS\" aria-hidden=\"true\"></span>\r\n\t\t\t<div class=\"circularGauge\" *ngIf=\"!isOnlyDismissibleManually(toast) && toast.duration > 0\">\r\n\t\t\t\t<svg viewBox=\"0 0 32 32\">\r\n\t\t\t\t\t<circle r=\"16\" cx=\"16\" cy=\"16\" [style.animation-duration]=\"toast.duration + 'ms'\" />\r\n\t\t\t\t</svg>\r\n\t\t\t</div>\r\n\t\t\t<span class=\"u-mask\">{{ intl.close }}</span>\r\n\t\t</button>\r\n\t</div>\r\n</div>\r\n" }]
103
103
  }], ctorParameters: function () { return [{ type: LuToastsService }]; }, propDecorators: { bottom: [{
104
104
  type: Input
105
105
  }], sources: [{
@@ -108,10 +108,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImpor
108
108
 
109
109
  class LuToastsModule {
110
110
  }
111
- LuToastsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuToastsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
112
- LuToastsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.2", ngImport: i0, type: LuToastsModule, imports: [LuToastsComponent], exports: [LuToastsComponent] });
113
- LuToastsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuToastsModule, imports: [LuToastsComponent] });
114
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuToastsModule, decorators: [{
111
+ LuToastsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuToastsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
112
+ LuToastsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.3", ngImport: i0, type: LuToastsModule, imports: [LuToastsComponent], exports: [LuToastsComponent] });
113
+ LuToastsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuToastsModule, imports: [LuToastsComponent] });
114
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuToastsModule, decorators: [{
115
115
  type: NgModule,
116
116
  args: [{
117
117
  imports: [LuToastsComponent],
@@ -127,5 +127,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImpor
127
127
  * Generated bundle index. Do not edit.
128
128
  */
129
129
 
130
- export { LU_TOAST_TRANSLATIONS, LuToastsModule, LuToastsService, defaultToastDuration, luToastTranslations, LuToastsComponent as ɵɵLuToatsComponent };
130
+ export { LU_TOAST_TRANSLATIONS, LuToastsComponent, LuToastsModule, LuToastsService, defaultToastDuration, luToastTranslations };
131
131
  //# sourceMappingURL=lucca-front-ng-toast.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"lucca-front-ng-toast.mjs","sources":["../../../packages/ng/toast/src/toasts.translate.ts","../../../packages/ng/toast/src/toasts.model.ts","../../../packages/ng/toast/src/toasts.service.ts","../../../packages/ng/toast/src/toasts.component.ts","../../../packages/ng/toast/src/toasts.component.html","../../../packages/ng/toast/src/toasts.module.ts","../../../packages/ng/toast/src/public-api.ts","../../../packages/ng/toast/src/lucca-front-ng-toast.ts"],"sourcesContent":["import { InjectionToken } from '@angular/core';\r\nimport { ILuTranslation } from '@lucca-front/ng/core';\r\n\r\nexport const LU_TOAST_TRANSLATIONS = new InjectionToken('LuToastTranslations', {\r\n\tfactory: () => luToastTranslations,\r\n});\r\n\r\nexport interface ILuToastLabel {\r\n\tclose: string;\r\n}\r\n\r\nexport const luToastTranslations: ILuTranslation<ILuToastLabel> = {\r\n\ten: {\r\n\t\tclose: 'Close',\r\n\t},\r\n\tfr: {\r\n\t\tclose: 'Fermer',\r\n\t},\r\n\tes: {\r\n\t\tclose: 'Cerrar',\r\n\t},\r\n};\r\n","export type LuToastType = 'Info' | 'Error' | 'Success' | 'Warning';\r\n\r\nexport const defaultToastDuration = 5000;\r\n\r\nexport interface LuToastInput {\r\n\tmessage: string;\r\n\ttype?: LuToastType;\r\n\t/**\r\n\t * Auto kill default duration is 5000ms\r\n\t * Null means manual dismiss only\r\n\t */\r\n\tduration?: number | null;\r\n}\r\n\r\nexport interface LuToast extends LuToastInput {\r\n\tid: string;\r\n}\r\n","import { Injectable } from '@angular/core';\r\nimport { BehaviorSubject } from 'rxjs';\r\nimport { defaultToastDuration, LuToast, LuToastInput } from './toasts.model';\r\n\r\n@Injectable({ providedIn: 'root' })\r\nexport class LuToastsService {\r\n\tpublic toasts$ = new BehaviorSubject<LuToast[]>([]);\r\n\r\n\tpublic addToast(toastInput: LuToastInput): LuToast {\r\n\t\tconst toast = this.getToast(toastInput);\r\n\r\n\t\tthis.toasts$.next([...this.toasts$.value, toast]);\r\n\r\n\t\treturn toast;\r\n\t}\r\n\r\n\tpublic removeToast(toast: LuToast): void {\r\n\t\tconst updatedToasts = this.toasts$.value.filter((t) => t.id !== toast.id);\r\n\t\tthis.toasts$.next(updatedToasts);\r\n\t}\r\n\r\n\tpublic isOnlyDismissibleManually(toast: LuToastInput): boolean {\r\n\t\treturn toast.duration === null;\r\n\t}\r\n\r\n\tprivate getToast(toastInput: LuToastInput): LuToast {\r\n\t\tconst id = this.generateId();\r\n\t\tconst duration = this.isOnlyDismissibleManually(toastInput) ? toastInput.duration : toastInput.duration ?? defaultToastDuration;\r\n\r\n\t\treturn { ...toastInput, id, duration };\r\n\t}\r\n\r\n\tprivate generateId(): string {\r\n\t\tconst randomString = Math.random().toString(36).substring(2, 9);\r\n\t\treturn `_${randomString}`;\r\n\t}\r\n}\r\n","import { CommonModule } from '@angular/common';\r\nimport { ChangeDetectionStrategy, Component, Input, OnDestroy } from '@angular/core';\r\nimport { getIntl } from '@lucca-front/ng/core';\r\nimport { merge, Observable, Subject } from 'rxjs';\r\nimport { takeUntil } from 'rxjs/operators';\r\nimport { LuToast, LuToastInput, LuToastType } from './toasts.model';\r\nimport { LuToastsService } from './toasts.service';\r\nimport { LU_TOAST_TRANSLATIONS } from './toasts.translate';\r\n\r\n@Component({\r\n\tselector: 'lu-toasts',\r\n\ttemplateUrl: './toasts.component.html',\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n\tstandalone: true,\r\n\timports: [CommonModule],\r\n})\r\nexport class LuToastsComponent implements OnDestroy {\r\n\t@Input() public bottom = false;\r\n\t@Input() public set sources(sources: Array<Observable<LuToastInput>>) {\r\n\t\tmerge(...sources)\r\n\t\t\t.pipe(takeUntil(this.destroy$))\r\n\t\t\t.subscribe((toast) => this.toastsService.addToast(toast));\r\n\t}\r\n\r\n\tpublic toasts$ = this.toastsService.toasts$;\r\n\r\n\tprivate destroy$ = new Subject<void>();\r\n\r\n\tpublic intl = getIntl(LU_TOAST_TRANSLATIONS);\r\n\r\n\tconstructor(private toastsService: LuToastsService) {}\r\n\r\n\tpublic ngOnDestroy(): void {\r\n\t\tthis.destroy$.next();\r\n\t\tthis.destroy$.complete();\r\n\t}\r\n\r\n\tpublic iconClassByToastType: Record<LuToastType, string> = {\r\n\t\tInfo: 'icon-info',\r\n\t\tSuccess: 'icon-success',\r\n\t\tError: 'icon-error',\r\n\t\tWarning: 'icon-warning',\r\n\t};\r\n\r\n\tpublic paletteClassByToastType: Record<LuToastType, string> = {\r\n\t\tInfo: '',\r\n\t\tSuccess: 'palette-success',\r\n\t\tError: 'palette-error',\r\n\t\tWarning: 'palette-warning',\r\n\t};\r\n\r\n\tpublic removeToast(toast: LuToast): void {\r\n\t\tthis.toastsService.removeToast(toast);\r\n\t}\r\n\r\n\tpublic trackToast(_index: number, toast: LuToast): string {\r\n\t\treturn toast.id;\r\n\t}\r\n\r\n\tpublic isOnlyDismissibleManually(toast: LuToast): boolean {\r\n\t\treturn this.toastsService.isOnlyDismissibleManually(toast);\r\n\t}\r\n}\r\n","<div class=\"toasts mod-withCircularGauge\" aria-live=\"polite\" [class.mod-bottom]=\"bottom\">\r\n\t<div *ngFor=\"let toast of toasts$ | async; trackBy: trackToast\" class=\"toasts-item\" [ngClass]=\"paletteClassByToastType[toast.type]\">\r\n\t\t<span\r\n\t\t\t*ngIf=\"toast.type\"\r\n\t\t\tclass=\"lucca-icon size-small u-marginRightSmaller\"\r\n\t\t\taria-hidden=\"true\"\r\n\t\t\t[ngClass]=\"iconClassByToastType[toast.type]\"\r\n\t\t>\r\n\t\t</span>\r\n\t\t<span [innerHtml]=\"toast.message\"> </span>\r\n\t\t<button type=\"button\" class=\"toasts-item-kill\" (click)=\"removeToast(toast)\" (animationend)=\"removeToast(toast)\">\r\n\t\t\t<span class=\"lucca-icon icon-cross size-smaller\" aria-hidden=\"true\"></span>\r\n\t\t\t<div class=\"circularGauge\" *ngIf=\"!isOnlyDismissibleManually(toast) && toast.duration > 0\">\r\n\t\t\t\t<svg viewBox=\"0 0 32 32\">\r\n\t\t\t\t\t<circle r=\"16\" cx=\"16\" cy=\"16\" [style.animation-duration]=\"toast.duration + 'ms'\" />\r\n\t\t\t\t</svg>\r\n\t\t\t</div>\r\n\t\t\t<span class=\"u-mask\">{{ intl.close }}</span>\r\n\t\t</button>\r\n\t</div>\r\n</div>\r\n","import { NgModule } from '@angular/core';\r\nimport { LuToastsComponent } from './toasts.component';\r\n\r\n@NgModule({\r\n\timports: [LuToastsComponent],\r\n\texports: [LuToastsComponent],\r\n})\r\nexport class LuToastsModule {}\r\n","/*\r\n * Public API Surface of toast\r\n */\r\n\r\nexport { LuToastsComponent as ɵɵLuToatsComponent } from './toasts.component';\r\nexport * from './toasts.model';\r\nexport * from './toasts.module';\r\nexport * from './toasts.service';\r\nexport * from './toasts.translate';\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["i1.LuToastsService"],"mappings":"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"}
1
+ {"version":3,"file":"lucca-front-ng-toast.mjs","sources":["../../../packages/ng/toast/src/toasts.translate.ts","../../../packages/ng/toast/src/toasts.model.ts","../../../packages/ng/toast/src/toasts.service.ts","../../../packages/ng/toast/src/toasts.component.ts","../../../packages/ng/toast/src/toasts.component.html","../../../packages/ng/toast/src/toasts.module.ts","../../../packages/ng/toast/src/public-api.ts","../../../packages/ng/toast/src/lucca-front-ng-toast.ts"],"sourcesContent":["import { InjectionToken } from '@angular/core';\r\nimport { ILuTranslation } from '@lucca-front/ng/core';\r\n\r\nexport const LU_TOAST_TRANSLATIONS = new InjectionToken('LuToastTranslations', {\r\n\tfactory: () => luToastTranslations,\r\n});\r\n\r\nexport interface ILuToastLabel {\r\n\tclose: string;\r\n}\r\n\r\nexport const luToastTranslations: ILuTranslation<ILuToastLabel> = {\r\n\ten: {\r\n\t\tclose: 'Close',\r\n\t},\r\n\tfr: {\r\n\t\tclose: 'Fermer',\r\n\t},\r\n\tes: {\r\n\t\tclose: 'Cerrar',\r\n\t},\r\n};\r\n","export type LuToastType = 'Info' | 'Error' | 'Success' | 'Warning';\r\n\r\nexport const defaultToastDuration = 5000;\r\n\r\nexport interface LuToastInput {\r\n\t/**\r\n\t * InnerHTML supported.\r\n\t */\r\n\tmessage: string;\r\n\t/**\r\n\t * Bold title.\r\n\t * InnerHTML not supported.\r\n\t */\r\n\ttitle?: string;\r\n\ttype?: LuToastType;\r\n\t/**\r\n\t * Auto kill default duration is 5000ms.\r\n\t * Null means manual dismiss only.\r\n\t */\r\n\tduration?: number | null;\r\n}\r\n\r\nexport interface LuToast extends LuToastInput {\r\n\tid: string;\r\n}\r\n","import { Injectable } from '@angular/core';\r\nimport { BehaviorSubject } from 'rxjs';\r\nimport { defaultToastDuration, LuToast, LuToastInput } from './toasts.model';\r\n\r\n@Injectable({ providedIn: 'root' })\r\nexport class LuToastsService {\r\n\tpublic toasts$ = new BehaviorSubject<LuToast[]>([]);\r\n\r\n\tpublic addToast(toastInput: LuToastInput): LuToast {\r\n\t\tconst toast = this.getToast(toastInput);\r\n\r\n\t\tthis.toasts$.next([...this.toasts$.value, toast]);\r\n\r\n\t\treturn toast;\r\n\t}\r\n\r\n\tpublic removeToast(toast: LuToast): void {\r\n\t\tconst updatedToasts = this.toasts$.value.filter(({ id }) => id !== toast.id);\r\n\t\tthis.toasts$.next(updatedToasts);\r\n\t}\r\n\r\n\tpublic isOnlyDismissibleManually({ duration }: LuToastInput): boolean {\r\n\t\treturn duration === null;\r\n\t}\r\n\r\n\tprivate getToast(toastInput: LuToastInput): LuToast {\r\n\t\tconst id = this.generateId();\r\n\t\tconst duration = this.isOnlyDismissibleManually(toastInput) ? toastInput.duration : toastInput.duration ?? defaultToastDuration;\r\n\r\n\t\treturn { ...toastInput, id, duration };\r\n\t}\r\n\r\n\tprivate generateId(): string {\r\n\t\tconst randomString = Math.random().toString(36).substring(2, 9);\r\n\t\treturn `_${randomString}`;\r\n\t}\r\n}\r\n","import { CommonModule } from '@angular/common';\r\nimport { ChangeDetectionStrategy, Component, Input, OnDestroy } from '@angular/core';\r\nimport { getIntl } from '@lucca-front/ng/core';\r\nimport { merge, Observable, Subject } from 'rxjs';\r\nimport { takeUntil } from 'rxjs/operators';\r\nimport { LuToast, LuToastInput, LuToastType } from './toasts.model';\r\nimport { LuToastsService } from './toasts.service';\r\nimport { LU_TOAST_TRANSLATIONS } from './toasts.translate';\r\n\r\n@Component({\r\n\tselector: 'lu-toasts',\r\n\ttemplateUrl: './toasts.component.html',\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n\tstandalone: true,\r\n\timports: [CommonModule],\r\n})\r\nexport class LuToastsComponent implements OnDestroy {\r\n\t@Input() public bottom = false;\r\n\t@Input() public set sources(sources: Array<Observable<LuToastInput>>) {\r\n\t\tmerge(...sources)\r\n\t\t\t.pipe(takeUntil(this.destroy$))\r\n\t\t\t.subscribe((toast) => this.toastsService.addToast(toast));\r\n\t}\r\n\r\n\tpublic toasts$ = this.toastsService.toasts$;\r\n\r\n\tprivate destroy$ = new Subject<void>();\r\n\r\n\tpublic intl = getIntl(LU_TOAST_TRANSLATIONS);\r\n\r\n\tconstructor(private toastsService: LuToastsService) {}\r\n\r\n\tpublic ngOnDestroy(): void {\r\n\t\tthis.destroy$.next();\r\n\t\tthis.destroy$.complete();\r\n\t}\r\n\r\n\tpublic iconClassByToastType: Record<LuToastType, string> = {\r\n\t\tInfo: 'icon-info',\r\n\t\tSuccess: 'icon-success',\r\n\t\tError: 'icon-error',\r\n\t\tWarning: 'icon-warning',\r\n\t};\r\n\r\n\tpublic paletteClassByToastType: Record<LuToastType, string> = {\r\n\t\tInfo: '',\r\n\t\tSuccess: 'palette-success',\r\n\t\tError: 'palette-error',\r\n\t\tWarning: 'palette-warning',\r\n\t};\r\n\r\n\tpublic removeToast(toast: LuToast): void {\r\n\t\tthis.toastsService.removeToast(toast);\r\n\t}\r\n\r\n\tpublic trackToast(_index: number, toast: LuToast): string {\r\n\t\treturn toast.id;\r\n\t}\r\n\r\n\tpublic isOnlyDismissibleManually(toast: LuToast): boolean {\r\n\t\treturn this.toastsService.isOnlyDismissibleManually(toast);\r\n\t}\r\n}\r\n","<div class=\"toasts mod-withCircularGauge\" aria-live=\"polite\" [class.mod-bottom]=\"bottom\">\r\n\t<div *ngFor=\"let toast of toasts$ | async; trackBy: trackToast\" class=\"toasts-item\" [ngClass]=\"paletteClassByToastType[toast.type]\">\r\n\t\t<span *ngIf=\"toast.type\" class=\"toast-item-icon lucca-icon\" aria-hidden=\"true\" [ngClass]=\"iconClassByToastType[toast.type]\"></span>\r\n\t\t<div class=\"toast-item-content\">\r\n\t\t\t<div *ngIf=\"toast.title\"><strong>{{ toast.title }}</strong></div>\r\n\t\t\t<div [innerHtml]=\"toast.message\"></div>\r\n\t\t</div>\r\n\t\t<button type=\"button\" class=\"toasts-item-kill\" (click)=\"removeToast(toast)\" (animationend)=\"removeToast(toast)\">\r\n\t\t\t<span class=\"lucca-icon icon-cross mod-XS\" aria-hidden=\"true\"></span>\r\n\t\t\t<div class=\"circularGauge\" *ngIf=\"!isOnlyDismissibleManually(toast) && toast.duration > 0\">\r\n\t\t\t\t<svg viewBox=\"0 0 32 32\">\r\n\t\t\t\t\t<circle r=\"16\" cx=\"16\" cy=\"16\" [style.animation-duration]=\"toast.duration + 'ms'\" />\r\n\t\t\t\t</svg>\r\n\t\t\t</div>\r\n\t\t\t<span class=\"u-mask\">{{ intl.close }}</span>\r\n\t\t</button>\r\n\t</div>\r\n</div>\r\n","import { NgModule } from '@angular/core';\r\nimport { LuToastsComponent } from './toasts.component';\r\n\r\n@NgModule({\r\n\timports: [LuToastsComponent],\r\n\texports: [LuToastsComponent],\r\n})\r\nexport class LuToastsModule {}\r\n","/*\r\n * Public API Surface of toast\r\n */\r\n\r\nexport * from './toasts.component';\r\nexport * from './toasts.model';\r\nexport * from './toasts.module';\r\nexport * from './toasts.service';\r\nexport * from './toasts.translate';\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["i1.LuToastsService"],"mappings":"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"}
@@ -56,11 +56,11 @@ class LuTooltipPanelComponent extends ALuPopoverPanel {
56
56
  this.hovered.emit(hovered);
57
57
  }
58
58
  }
59
- LuTooltipPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuTooltipPanelComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
60
- LuTooltipPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.2", type: LuTooltipPanelComponent, isStandalone: true, selector: "lu-tooltip-panel", outputs: { close: "close", open: "open", hovered: "hovered" }, host: { properties: { "@transformTooltip": "this.animationState" } }, viewQueries: [{ propertyName: "vcTemplateRef", first: true, predicate: TemplateRef, descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: "<div\r\n\tclass=\"lu-tooltip-panel\"\r\n\trole=\"tooltip\"\r\n\t[ngClass]=\"panelClassesMap\"\r\n\t(mouseover)=\"onMouseOver()\"\r\n\t(mouseleave)=\"onMouseLeave()\"\r\n\t[attr.id]=\"panelId\"\r\n\t[@transformTooltip]=\"'enter'\"\r\n>\r\n\t<div class=\"lu-tooltip-content\" [ngClass]=\"contentClassesMap\" [innerHtml]=\"content\"></div>\r\n</div>\r\n", styles: [":root{--components-options-item-padding-vertical: var(--spacings-smaller);--components-options-item-padding-horizontal: var(--spacings-smaller);--components-options-item-multiple-padding: var(--spacings-big);--components-options-item-icon-color: var(--palettes-grey-800);--components-options-checkbox-left: .5rem;--components-options-checkbox-size: 1rem;--components-options-checkbox-color: var(--palettes-primary-700);--components-options-checkbox-border-radius: var(--commons-border-radius);--components-options-checkbox-border-color: var(--palettes-grey-700);--components-options-establishment-multiple-padding: var(--spacings-standard)}.lu-tooltip-panel{--components-tooltip-background-color: var(--palettes-grey-900);--components-tooltip-color: var(--colors-white-color);--components-tooltip-padding: var(--spacings-smallest) var(--spacings-smaller);--components-tooltip-max-width: 15rem;background:var(--components-tooltip-background-color);color:var(--components-tooltip-color);padding:var(--components-tooltip-padding);max-width:var(--components-tooltip-max-width);border-radius:var(--commons-border-radius);font-size:var(--sizes-small-font-size);font-weight:600;line-height:var(--sizes-smaller-line-height);display:block}.lu-tooltip-panel.is-above{transform-origin:bottom center}.lu-tooltip-panel.is-below{transform-origin:top center;margin-top:2px}.lu-tooltip-panel.is-before{transform-origin:center right;margin-right:5px}.lu-tooltip-panel.is-after{transform-origin:center left;margin-left:5px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "ngmodule", type: OverlayModule }], animations: [luTransformTooltip], changeDetection: i0.ChangeDetectionStrategy.OnPush });
61
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuTooltipPanelComponent, decorators: [{
59
+ LuTooltipPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuTooltipPanelComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
60
+ LuTooltipPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.3", type: LuTooltipPanelComponent, isStandalone: true, selector: "lu-tooltip-panel", outputs: { close: "close", open: "open", hovered: "hovered" }, host: { properties: { "@transformTooltip": "this.animationState" } }, viewQueries: [{ propertyName: "vcTemplateRef", first: true, predicate: TemplateRef, descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: "<div\r\n\tclass=\"lu-tooltip-panel\"\r\n\trole=\"tooltip\"\r\n\t[ngClass]=\"panelClassesMap\"\r\n\t(mouseover)=\"onMouseOver()\"\r\n\t(mouseleave)=\"onMouseLeave()\"\r\n\t[attr.id]=\"panelId\"\r\n\t[@transformTooltip]=\"'enter'\"\r\n>\r\n\t<div class=\"lu-tooltip-content\" [ngClass]=\"contentClassesMap\" [innerHtml]=\"content\"></div>\r\n</div>\r\n", styles: [":root{--components-options-item-padding-vertical: var(--spacings-XS);--components-options-item-padding-horizontal: var(--spacings-XS);--components-options-item-multiple-padding: var(--spacings-L);--components-options-item-icon-color: var(--palettes-grey-800);--components-options-checkbox-left: .5rem;--components-options-checkbox-size: 1rem;--components-options-checkbox-color: var(--palettes-primary-700);--components-options-checkbox-border-radius: var(--commons-borderRadius-M);--components-options-checkbox-border-color: var(--palettes-grey-700);--components-options-establishment-multiple-padding: var(--spacings-M)}.lu-tooltip-panel{--components-tooltip-background-color: var(--palettes-grey-900);--components-tooltip-color: var(--colors-white-color);--components-tooltip-padding: var(--spacings-XXS) var(--spacings-XS);--components-tooltip-max-width: 15rem;background:var(--components-tooltip-background-color);color:var(--components-tooltip-color);padding:var(--components-tooltip-padding);max-width:var(--components-tooltip-max-width);border-radius:var(--commons-borderRadius-M);font-size:var(--sizes-S-fontSize);font-weight:600;line-height:var(--sizes-XS-lineHeight);display:block}.lu-tooltip-panel.is-above{transform-origin:bottom center}.lu-tooltip-panel.is-below{transform-origin:top center;margin-top:2px}.lu-tooltip-panel.is-before{transform-origin:center right;margin-right:5px}.lu-tooltip-panel.is-after{transform-origin:center left;margin-left:5px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "ngmodule", type: OverlayModule }], animations: [luTransformTooltip], changeDetection: i0.ChangeDetectionStrategy.OnPush });
61
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuTooltipPanelComponent, decorators: [{
62
62
  type: Component,
63
- args: [{ selector: 'lu-tooltip-panel', animations: [luTransformTooltip], standalone: true, imports: [CommonModule, OverlayModule], changeDetection: ChangeDetectionStrategy.OnPush, template: "<div\r\n\tclass=\"lu-tooltip-panel\"\r\n\trole=\"tooltip\"\r\n\t[ngClass]=\"panelClassesMap\"\r\n\t(mouseover)=\"onMouseOver()\"\r\n\t(mouseleave)=\"onMouseLeave()\"\r\n\t[attr.id]=\"panelId\"\r\n\t[@transformTooltip]=\"'enter'\"\r\n>\r\n\t<div class=\"lu-tooltip-content\" [ngClass]=\"contentClassesMap\" [innerHtml]=\"content\"></div>\r\n</div>\r\n", styles: [":root{--components-options-item-padding-vertical: var(--spacings-smaller);--components-options-item-padding-horizontal: var(--spacings-smaller);--components-options-item-multiple-padding: var(--spacings-big);--components-options-item-icon-color: var(--palettes-grey-800);--components-options-checkbox-left: .5rem;--components-options-checkbox-size: 1rem;--components-options-checkbox-color: var(--palettes-primary-700);--components-options-checkbox-border-radius: var(--commons-border-radius);--components-options-checkbox-border-color: var(--palettes-grey-700);--components-options-establishment-multiple-padding: var(--spacings-standard)}.lu-tooltip-panel{--components-tooltip-background-color: var(--palettes-grey-900);--components-tooltip-color: var(--colors-white-color);--components-tooltip-padding: var(--spacings-smallest) var(--spacings-smaller);--components-tooltip-max-width: 15rem;background:var(--components-tooltip-background-color);color:var(--components-tooltip-color);padding:var(--components-tooltip-padding);max-width:var(--components-tooltip-max-width);border-radius:var(--commons-border-radius);font-size:var(--sizes-small-font-size);font-weight:600;line-height:var(--sizes-smaller-line-height);display:block}.lu-tooltip-panel.is-above{transform-origin:bottom center}.lu-tooltip-panel.is-below{transform-origin:top center;margin-top:2px}.lu-tooltip-panel.is-before{transform-origin:center right;margin-right:5px}.lu-tooltip-panel.is-after{transform-origin:center left;margin-left:5px}\n"] }]
63
+ args: [{ selector: 'lu-tooltip-panel', animations: [luTransformTooltip], standalone: true, imports: [CommonModule, OverlayModule], changeDetection: ChangeDetectionStrategy.OnPush, template: "<div\r\n\tclass=\"lu-tooltip-panel\"\r\n\trole=\"tooltip\"\r\n\t[ngClass]=\"panelClassesMap\"\r\n\t(mouseover)=\"onMouseOver()\"\r\n\t(mouseleave)=\"onMouseLeave()\"\r\n\t[attr.id]=\"panelId\"\r\n\t[@transformTooltip]=\"'enter'\"\r\n>\r\n\t<div class=\"lu-tooltip-content\" [ngClass]=\"contentClassesMap\" [innerHtml]=\"content\"></div>\r\n</div>\r\n", styles: [":root{--components-options-item-padding-vertical: var(--spacings-XS);--components-options-item-padding-horizontal: var(--spacings-XS);--components-options-item-multiple-padding: var(--spacings-L);--components-options-item-icon-color: var(--palettes-grey-800);--components-options-checkbox-left: .5rem;--components-options-checkbox-size: 1rem;--components-options-checkbox-color: var(--palettes-primary-700);--components-options-checkbox-border-radius: var(--commons-borderRadius-M);--components-options-checkbox-border-color: var(--palettes-grey-700);--components-options-establishment-multiple-padding: var(--spacings-M)}.lu-tooltip-panel{--components-tooltip-background-color: var(--palettes-grey-900);--components-tooltip-color: var(--colors-white-color);--components-tooltip-padding: var(--spacings-XXS) var(--spacings-XS);--components-tooltip-max-width: 15rem;background:var(--components-tooltip-background-color);color:var(--components-tooltip-color);padding:var(--components-tooltip-padding);max-width:var(--components-tooltip-max-width);border-radius:var(--commons-borderRadius-M);font-size:var(--sizes-S-fontSize);font-weight:600;line-height:var(--sizes-XS-lineHeight);display:block}.lu-tooltip-panel.is-above{transform-origin:bottom center}.lu-tooltip-panel.is-below{transform-origin:top center;margin-top:2px}.lu-tooltip-panel.is-before{transform-origin:center right;margin-right:5px}.lu-tooltip-panel.is-after{transform-origin:center left;margin-left:5px}\n"] }]
64
64
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; }, propDecorators: { animationState: [{
65
65
  type: HostBinding,
66
66
  args: ['@transformTooltip']
@@ -77,10 +77,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImpor
77
77
 
78
78
  class LuTooltipPanelModule {
79
79
  }
80
- LuTooltipPanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuTooltipPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
81
- LuTooltipPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.2", ngImport: i0, type: LuTooltipPanelModule, imports: [LuTooltipPanelComponent], exports: [LuTooltipPanelComponent] });
82
- LuTooltipPanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuTooltipPanelModule, imports: [LuTooltipPanelComponent] });
83
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuTooltipPanelModule, decorators: [{
80
+ LuTooltipPanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuTooltipPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
81
+ LuTooltipPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.3", ngImport: i0, type: LuTooltipPanelModule, imports: [LuTooltipPanelComponent], exports: [LuTooltipPanelComponent] });
82
+ LuTooltipPanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuTooltipPanelModule, imports: [LuTooltipPanelComponent] });
83
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuTooltipPanelModule, decorators: [{
84
84
  type: NgModule,
85
85
  args: [{
86
86
  imports: [LuTooltipPanelComponent],
@@ -211,9 +211,9 @@ class LuTooltipTriggerDirective extends ALuPopoverTrigger {
211
211
  this._elementRef.nativeElement.setAttribute('tabindex', `${i}`);
212
212
  }
213
213
  }
214
- LuTooltipTriggerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuTooltipTriggerDirective, deps: [{ token: i1$1.Overlay }, { token: i0.ElementRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
215
- LuTooltipTriggerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.2", type: LuTooltipTriggerDirective, isStandalone: true, selector: "[luTooltip]", inputs: { tooltipContent: ["luTooltip", "tooltipContent"], inputEnterDelay: ["luTooltipEnterDelay", "inputEnterDelay"], inputLeaveDelay: ["luTooltipLeaveDelay", "inputLeaveDelay"], inputDisabled: ["luTooltipDisabled", "inputDisabled"], inputPosition: ["luTooltipPosition", "inputPosition"], inputWhenEllipsis: ["luTooltipWhenEllipsis", "inputWhenEllipsis"] }, outputs: { onOpen: "luTooltipOnOpen", onClose: "luTooltipOnClose" }, host: { listeners: { "mouseenter": "onMouseEnter()", "mouseleave": "onMouseLeave()", "focus": "onFocus()", "blur": "onBlur()" }, properties: { "attr.id": "this._attrId", "attr.aria-describedby": "this._attrAriaDescribedBy" } }, usesInheritance: true, ngImport: i0 });
216
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuTooltipTriggerDirective, decorators: [{
214
+ LuTooltipTriggerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuTooltipTriggerDirective, deps: [{ token: i1$1.Overlay }, { token: i0.ElementRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
215
+ LuTooltipTriggerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.3", type: LuTooltipTriggerDirective, isStandalone: true, selector: "[luTooltip]", inputs: { tooltipContent: ["luTooltip", "tooltipContent"], inputEnterDelay: ["luTooltipEnterDelay", "inputEnterDelay"], inputLeaveDelay: ["luTooltipLeaveDelay", "inputLeaveDelay"], inputDisabled: ["luTooltipDisabled", "inputDisabled"], inputPosition: ["luTooltipPosition", "inputPosition"], inputWhenEllipsis: ["luTooltipWhenEllipsis", "inputWhenEllipsis"] }, outputs: { onOpen: "luTooltipOnOpen", onClose: "luTooltipOnClose" }, host: { listeners: { "mouseenter": "onMouseEnter()", "mouseleave": "onMouseLeave()", "focus": "onFocus()", "blur": "onBlur()" }, properties: { "attr.id": "this._attrId", "attr.aria-describedby": "this._attrAriaDescribedBy" } }, usesInheritance: true, ngImport: i0 });
216
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuTooltipTriggerDirective, decorators: [{
217
217
  type: Directive,
218
218
  args: [{
219
219
  selector: '[luTooltip]',
@@ -265,10 +265,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImpor
265
265
 
266
266
  class LuTooltipTriggerModule {
267
267
  }
268
- LuTooltipTriggerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuTooltipTriggerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
269
- LuTooltipTriggerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.2", ngImport: i0, type: LuTooltipTriggerModule, imports: [LuTooltipTriggerDirective, OverlayModule], exports: [LuTooltipTriggerDirective] });
270
- LuTooltipTriggerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuTooltipTriggerModule, imports: [OverlayModule] });
271
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuTooltipTriggerModule, decorators: [{
268
+ LuTooltipTriggerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuTooltipTriggerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
269
+ LuTooltipTriggerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.3", ngImport: i0, type: LuTooltipTriggerModule, imports: [LuTooltipTriggerDirective, OverlayModule], exports: [LuTooltipTriggerDirective] });
270
+ LuTooltipTriggerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuTooltipTriggerModule, imports: [OverlayModule] });
271
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuTooltipTriggerModule, decorators: [{
272
272
  type: NgModule,
273
273
  args: [{
274
274
  imports: [LuTooltipTriggerDirective, OverlayModule],
@@ -278,10 +278,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImpor
278
278
 
279
279
  class LuTooltipModule {
280
280
  }
281
- LuTooltipModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuTooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
282
- LuTooltipModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.2", ngImport: i0, type: LuTooltipModule, imports: [LuTooltipTriggerModule, LuTooltipPanelModule], exports: [LuTooltipTriggerModule, LuTooltipPanelModule] });
283
- LuTooltipModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuTooltipModule, imports: [LuTooltipTriggerModule, LuTooltipPanelModule, LuTooltipTriggerModule, LuTooltipPanelModule] });
284
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: LuTooltipModule, decorators: [{
281
+ LuTooltipModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuTooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
282
+ LuTooltipModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.3", ngImport: i0, type: LuTooltipModule, imports: [LuTooltipTriggerModule, LuTooltipPanelModule], exports: [LuTooltipTriggerModule, LuTooltipPanelModule] });
283
+ LuTooltipModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuTooltipModule, imports: [LuTooltipTriggerModule, LuTooltipPanelModule, LuTooltipTriggerModule, LuTooltipPanelModule] });
284
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.3", ngImport: i0, type: LuTooltipModule, decorators: [{
285
285
  type: NgModule,
286
286
  args: [{
287
287
  imports: [LuTooltipTriggerModule, LuTooltipPanelModule],
@@ -1 +1 @@
1
- {"version":3,"file":"lucca-front-ng-tooltip.mjs","sources":["../../../packages/ng/tooltip/src/lib/animation/tooltip.animation.ts","../../../packages/ng/tooltip/src/lib/panel/tooltip-panel.component.ts","../../../packages/ng/tooltip/src/lib/panel/tooltip-panel.component.html","../../../packages/ng/tooltip/src/lib/panel/tooltip-panel.module.ts","../../../packages/ng/tooltip/src/lib/trigger/tooltip-trigger.directive.ts","../../../packages/ng/tooltip/src/lib/trigger/tooltip-trigger.module.ts","../../../packages/ng/tooltip/src/lib/tooltip.module.ts","../../../packages/ng/tooltip/src/public-api.ts","../../../packages/ng/tooltip/src/lucca-front-ng-tooltip.ts"],"sourcesContent":["import { trigger, state, style, animate, transition, AnimationTriggerMetadata } from '@angular/animations';\r\n\r\nexport const luTransformTooltip: AnimationTriggerMetadata = trigger('transformTooltip', [\r\n\tstate(\r\n\t\t'enter',\r\n\t\tstyle({\r\n\t\t\topacity: 1,\r\n\t\t\ttransform: `scale(1)`,\r\n\t\t}),\r\n\t),\r\n\ttransition('void => *', [\r\n\t\tstyle({\r\n\t\t\topacity: 0,\r\n\t\t\ttransform: `scale(0)`,\r\n\t\t}),\r\n\t\tanimate(`150ms cubic-bezier(0.25, 0.8, 0.25, 1)`),\r\n\t]),\r\n\ttransition('* => void', [animate('50ms 100ms linear', style({ opacity: 0 }))]),\r\n]);\r\n","import { OverlayModule } from '@angular/cdk/overlay';\r\nimport { CommonModule } from '@angular/common';\r\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, EventEmitter, HostBinding, Output, TemplateRef, ViewChild } from '@angular/core';\r\nimport { SafeHtml } from '@angular/platform-browser';\r\nimport { ALuPopoverPanel, ILuPopoverPanel } from '@lucca-front/ng/popover';\r\nimport { luTransformTooltip } from '../animation/index';\r\n\r\n@Component({\r\n\tselector: 'lu-tooltip-panel',\r\n\ttemplateUrl: './tooltip-panel.component.html',\r\n\tstyleUrls: ['./tooltip-panel.component.scss'],\r\n\tanimations: [luTransformTooltip],\r\n\tstandalone: true,\r\n\timports: [CommonModule, OverlayModule],\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\nexport class LuTooltipPanelComponent extends ALuPopoverPanel implements ILuPopoverPanel {\r\n\t@HostBinding('@transformTooltip') animationState = 'enter';\r\n\r\n\tprivate _content: string | SafeHtml;\r\n\tget content() {\r\n\t\treturn this._content;\r\n\t}\r\n\tset content(c) {\r\n\t\tthis._content = c;\r\n\t\tthis._changeDetectorRef.markForCheck();\r\n\t}\r\n\r\n\t//FIXME output event\r\n\t// eslint-disable-next-line @angular-eslint/no-output-native\r\n\t@Output() override close = new EventEmitter<void>();\r\n\t// eslint-disable-next-line @angular-eslint/no-output-native\r\n\t@Output() override open = new EventEmitter<void>();\r\n\t@Output() override hovered = new EventEmitter<boolean>();\r\n\t@ViewChild(TemplateRef, { static: true })\r\n\tset vcTemplateRef(tr: TemplateRef<HTMLDivElement>) {\r\n\t\tthis.templateRef = tr;\r\n\t}\r\n\tconstructor(private _changeDetectorRef: ChangeDetectorRef) {\r\n\t\tsuper();\r\n\t\tthis.scrollStrategy = 'close';\r\n\t}\r\n\r\n\t_emitCloseEvent(): void {\r\n\t\tthis.close.emit();\r\n\t}\r\n\r\n\t_emitOpenEvent(): void {\r\n\t\tthis.open.emit();\r\n\t}\r\n\t_emitHoveredEvent(hovered: boolean): void {\r\n\t\tthis.hovered.emit(hovered);\r\n\t}\r\n}\r\n","<div\r\n\tclass=\"lu-tooltip-panel\"\r\n\trole=\"tooltip\"\r\n\t[ngClass]=\"panelClassesMap\"\r\n\t(mouseover)=\"onMouseOver()\"\r\n\t(mouseleave)=\"onMouseLeave()\"\r\n\t[attr.id]=\"panelId\"\r\n\t[@transformTooltip]=\"'enter'\"\r\n>\r\n\t<div class=\"lu-tooltip-content\" [ngClass]=\"contentClassesMap\" [innerHtml]=\"content\"></div>\r\n</div>\r\n","import { NgModule } from '@angular/core';\r\nimport { LuTooltipPanelComponent } from './tooltip-panel.component';\r\n\r\n@NgModule({\r\n\timports: [LuTooltipPanelComponent],\r\n\texports: [LuTooltipPanelComponent],\r\n})\r\nexport class LuTooltipPanelModule {}\r\n","import { FlexibleConnectedPositionStrategy, Overlay, OverlayRef } from '@angular/cdk/overlay';\r\nimport { ComponentPortal } from '@angular/cdk/portal';\r\nimport { AfterViewInit, Directive, ElementRef, EventEmitter, HostBinding, HostListener, Input, OnDestroy, Output, ViewContainerRef } from '@angular/core';\r\nimport { SafeHtml } from '@angular/platform-browser';\r\nimport { ALuPopoverTrigger, LuPopoverPosition, LuPopoverScrollStrategy, LuPopoverTarget } from '@lucca-front/ng/popover';\r\nimport { LuTooltipPanelComponent } from '../panel/tooltip-panel.component';\r\n\r\n@Directive({\r\n\tselector: '[luTooltip]',\r\n\tstandalone: true,\r\n})\r\nexport class LuTooltipTriggerDirective extends ALuPopoverTrigger<LuTooltipPanelComponent, LuPopoverTarget> implements AfterViewInit, OnDestroy {\r\n\t@Input('luTooltip') set tooltipContent(c: string | SafeHtml) {\r\n\t\tif (this.panel) {\r\n\t\t\tthis.panel.content = c;\r\n\t\t}\r\n\r\n\t\tthis._tooltipContent = c;\r\n\t}\r\n\t/** when trigger = hover, delay before the popover panel appears, default 300ms */\r\n\t@Input('luTooltipEnterDelay') set inputEnterDelay(d: number) {\r\n\t\tthis.enterDelay = d;\r\n\t}\r\n\t/** when trigger = hover, delay before the popover panel disappears, default 100ms */\r\n\t@Input('luTooltipLeaveDelay') set inputLeaveDelay(d: number) {\r\n\t\tthis.leaveDelay = d;\r\n\t}\r\n\t/** disable popover apparition */\r\n\t@Input('luTooltipDisabled') set inputDisabled(d: boolean) {\r\n\t\tthis.disabled = d;\r\n\t\tif (this._handleTabindex) {\r\n\t\t\tthis._setTabindex(d ? null : 0);\r\n\t\t}\r\n\t}\r\n\r\n\t@Input('luTooltipPosition') set inputPosition(pos: LuPopoverPosition) {\r\n\t\tthis.target.position = pos;\r\n\t}\r\n\r\n\t@Input('luTooltipWhenEllipsis') public set inputWhenEllipsis(we: boolean) {\r\n\t\tthis.whenEllipsis = we;\r\n\t}\r\n\r\n\t// FIXME output native\r\n\t/** Event emitted when the associated popover is opened. */\r\n\t// eslint-disable-next-line @angular-eslint/no-output-on-prefix\r\n\t@Output('luTooltipOnOpen') onOpen = new EventEmitter<void>();\r\n\t/** Event emitted when the associated popover is closed. */\r\n\t// eslint-disable-next-line @angular-eslint/no-output-on-prefix\r\n\t@Output('luTooltipOnClose') onClose = new EventEmitter<void>();\r\n\r\n\t@HostListener('mouseenter')\r\n\toverride onMouseEnter() {\r\n\t\tsuper.onMouseEnter();\r\n\t}\r\n\t@HostListener('mouseleave')\r\n\toverride onMouseLeave() {\r\n\t\tsuper.onMouseLeave();\r\n\t}\r\n\t@HostListener('focus')\r\n\toverride onFocus() {\r\n\t\tsuper.onFocus();\r\n\t}\r\n\t@HostListener('blur')\r\n\toverride onBlur() {\r\n\t\tsuper.onBlur();\r\n\t}\r\n\tprivate _handleTabindex = false;\r\n\t// @HostBinding('attr.tabindex') tabindex;\r\n\t// private set tabindex(i: number = null) {\r\n\r\n\t// }\r\n\r\n\t/** accessibility attribute - dont override */\r\n\t@HostBinding('attr.id') get _attrId() {\r\n\t\treturn this._triggerId;\r\n\t}\r\n\t/** accessibility attribute - dont override */\r\n\t@HostBinding('attr.aria-describedby') get _attrAriaDescribedBy() {\r\n\t\treturn this._panelId;\r\n\t}\r\n\r\n\tprotected override _portal: ComponentPortal<LuTooltipPanelComponent>;\r\n\tprotected _tooltipContent: string | SafeHtml = '';\r\n\r\n\tconstructor(protected override _overlay: Overlay, protected override _elementRef: ElementRef<HTMLElement>, protected override _viewContainerRef: ViewContainerRef) {\r\n\t\tsuper(_overlay, _elementRef, _viewContainerRef);\r\n\t\tthis.target = new LuPopoverTarget();\r\n\t\tthis.target.elementRef = this._elementRef;\r\n\t\tthis._triggerId = this._elementRef.nativeElement.getAttribute('id') || this._triggerId;\r\n\t\tthis.triggerEvent = 'hover';\r\n\t\tthis.target.position = 'above';\r\n\t\tthis.enterDelay = 300;\r\n\t\tthis.leaveDelay = 100;\r\n\r\n\t\tthis._handleTabindex = this._shouldHandleTabindex();\r\n\r\n\t\tif (this._handleTabindex) {\r\n\t\t\tthis._setTabindex(0);\r\n\t\t}\r\n\t}\r\n\r\n\tngAfterViewInit() {\r\n\t\tthis._checkTarget();\r\n\t}\r\n\tngOnDestroy() {\r\n\t\tthis._cleanUpSubscriptions();\r\n\t\tif (this._popoverOpen) {\r\n\t\t\tthis.closePopover();\r\n\t\t}\r\n\t\tthis.destroyPopover();\r\n\t}\r\n\tprotected _emitOpen(): void {\r\n\t\tthis.onOpen.emit();\r\n\t}\r\n\tprotected _emitClose(): void {\r\n\t\tthis.onClose.emit();\r\n\t}\r\n\r\n\tprotected override _createOverlay(): OverlayRef {\r\n\t\tif (!this._overlayRef) {\r\n\t\t\tthis._portal = new ComponentPortal(LuTooltipPanelComponent, this._viewContainerRef);\r\n\t\t\tconst config = this._getOverlayConfig();\r\n\t\t\tthis._subscribeToPositions(config.positionStrategy as FlexibleConnectedPositionStrategy);\r\n\t\t\tthis._overlayRef = this._overlay.create(config);\r\n\t\t}\r\n\r\n\t\treturn this._overlayRef;\r\n\t}\r\n\r\n\tprotected override _attachPortalToOverlay(): void {\r\n\t\tconst componentRef = this._overlayRef.attach(this._portal);\r\n\t\tthis._panel = componentRef.instance;\r\n\t\tthis._panel.content = this._tooltipContent;\r\n\t}\r\n\r\n\tprotected override _getPanelScrollStrategy(): LuPopoverScrollStrategy {\r\n\t\treturn 'close';\r\n\t}\r\n\r\n\tprivate _shouldHandleTabindex(): boolean {\r\n\t\tconst tag = this._elementRef.nativeElement.tagName?.toLowerCase();\r\n\t\t// https://allyjs.io/data-tables/focusable.html\r\n\t\t// i'm choosing to not support area and iframe, dont @ me\r\n\t\tconst nativelyFocusableTags = ['a', 'button', 'input', 'select', 'textarea'];\r\n\t\tconst isNatevelyFocusableTag = nativelyFocusableTags.includes(tag);\r\n\r\n\t\tconst hasATabIndex = this._elementRef.nativeElement.getAttribute('tabindex') !== null;\r\n\r\n\t\treturn !isNatevelyFocusableTag && !hasATabIndex;\r\n\t}\r\n\r\n\tprivate _setTabindex(i: number = null): void {\r\n\t\tthis._elementRef.nativeElement.setAttribute('tabindex', `${i}`);\r\n\t}\r\n}\r\n","import { NgModule } from '@angular/core';\r\nimport { LuTooltipTriggerDirective } from './tooltip-trigger.directive';\r\nimport { OverlayModule } from '@angular/cdk/overlay';\r\n\r\n@NgModule({\r\n\timports: [LuTooltipTriggerDirective, OverlayModule],\r\n\texports: [LuTooltipTriggerDirective],\r\n})\r\nexport class LuTooltipTriggerModule {}\r\n","import { NgModule } from '@angular/core';\r\nimport { LuTooltipPanelModule } from './panel/index';\r\nimport { LuTooltipTriggerModule } from './trigger/index';\r\n\r\n@NgModule({\r\n\timports: [LuTooltipTriggerModule, LuTooltipPanelModule],\r\n\texports: [LuTooltipTriggerModule, LuTooltipPanelModule],\r\n})\r\nexport class LuTooltipModule {}\r\n","/*\r\n * Public API Surface of safe-content\r\n */\r\n\r\nexport * from './lib/index';\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["i1"],"mappings":"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"}
1
+ {"version":3,"file":"lucca-front-ng-tooltip.mjs","sources":["../../../packages/ng/tooltip/src/lib/animation/tooltip.animation.ts","../../../packages/ng/tooltip/src/lib/panel/tooltip-panel.component.ts","../../../packages/ng/tooltip/src/lib/panel/tooltip-panel.component.html","../../../packages/ng/tooltip/src/lib/panel/tooltip-panel.module.ts","../../../packages/ng/tooltip/src/lib/trigger/tooltip-trigger.directive.ts","../../../packages/ng/tooltip/src/lib/trigger/tooltip-trigger.module.ts","../../../packages/ng/tooltip/src/lib/tooltip.module.ts","../../../packages/ng/tooltip/src/public-api.ts","../../../packages/ng/tooltip/src/lucca-front-ng-tooltip.ts"],"sourcesContent":["import { trigger, state, style, animate, transition, AnimationTriggerMetadata } from '@angular/animations';\r\n\r\nexport const luTransformTooltip: AnimationTriggerMetadata = trigger('transformTooltip', [\r\n\tstate(\r\n\t\t'enter',\r\n\t\tstyle({\r\n\t\t\topacity: 1,\r\n\t\t\ttransform: `scale(1)`,\r\n\t\t}),\r\n\t),\r\n\ttransition('void => *', [\r\n\t\tstyle({\r\n\t\t\topacity: 0,\r\n\t\t\ttransform: `scale(0)`,\r\n\t\t}),\r\n\t\tanimate(`150ms cubic-bezier(0.25, 0.8, 0.25, 1)`),\r\n\t]),\r\n\ttransition('* => void', [animate('50ms 100ms linear', style({ opacity: 0 }))]),\r\n]);\r\n","import { OverlayModule } from '@angular/cdk/overlay';\r\nimport { CommonModule } from '@angular/common';\r\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, EventEmitter, HostBinding, Output, TemplateRef, ViewChild } from '@angular/core';\r\nimport { SafeHtml } from '@angular/platform-browser';\r\nimport { ALuPopoverPanel, ILuPopoverPanel } from '@lucca-front/ng/popover';\r\nimport { luTransformTooltip } from '../animation/index';\r\n\r\n@Component({\r\n\tselector: 'lu-tooltip-panel',\r\n\ttemplateUrl: './tooltip-panel.component.html',\r\n\tstyleUrls: ['./tooltip-panel.component.scss'],\r\n\tanimations: [luTransformTooltip],\r\n\tstandalone: true,\r\n\timports: [CommonModule, OverlayModule],\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\nexport class LuTooltipPanelComponent extends ALuPopoverPanel implements ILuPopoverPanel {\r\n\t@HostBinding('@transformTooltip') animationState = 'enter';\r\n\r\n\tprivate _content: string | SafeHtml;\r\n\tget content() {\r\n\t\treturn this._content;\r\n\t}\r\n\tset content(c) {\r\n\t\tthis._content = c;\r\n\t\tthis._changeDetectorRef.markForCheck();\r\n\t}\r\n\r\n\t//FIXME output event\r\n\t// eslint-disable-next-line @angular-eslint/no-output-native\r\n\t@Output() override close = new EventEmitter<void>();\r\n\t// eslint-disable-next-line @angular-eslint/no-output-native\r\n\t@Output() override open = new EventEmitter<void>();\r\n\t@Output() override hovered = new EventEmitter<boolean>();\r\n\t@ViewChild(TemplateRef, { static: true })\r\n\tset vcTemplateRef(tr: TemplateRef<HTMLDivElement>) {\r\n\t\tthis.templateRef = tr;\r\n\t}\r\n\tconstructor(private _changeDetectorRef: ChangeDetectorRef) {\r\n\t\tsuper();\r\n\t\tthis.scrollStrategy = 'close';\r\n\t}\r\n\r\n\t_emitCloseEvent(): void {\r\n\t\tthis.close.emit();\r\n\t}\r\n\r\n\t_emitOpenEvent(): void {\r\n\t\tthis.open.emit();\r\n\t}\r\n\t_emitHoveredEvent(hovered: boolean): void {\r\n\t\tthis.hovered.emit(hovered);\r\n\t}\r\n}\r\n","<div\r\n\tclass=\"lu-tooltip-panel\"\r\n\trole=\"tooltip\"\r\n\t[ngClass]=\"panelClassesMap\"\r\n\t(mouseover)=\"onMouseOver()\"\r\n\t(mouseleave)=\"onMouseLeave()\"\r\n\t[attr.id]=\"panelId\"\r\n\t[@transformTooltip]=\"'enter'\"\r\n>\r\n\t<div class=\"lu-tooltip-content\" [ngClass]=\"contentClassesMap\" [innerHtml]=\"content\"></div>\r\n</div>\r\n","import { NgModule } from '@angular/core';\r\nimport { LuTooltipPanelComponent } from './tooltip-panel.component';\r\n\r\n@NgModule({\r\n\timports: [LuTooltipPanelComponent],\r\n\texports: [LuTooltipPanelComponent],\r\n})\r\nexport class LuTooltipPanelModule {}\r\n","import { FlexibleConnectedPositionStrategy, Overlay, OverlayRef } from '@angular/cdk/overlay';\r\nimport { ComponentPortal } from '@angular/cdk/portal';\r\nimport { AfterViewInit, Directive, ElementRef, EventEmitter, HostBinding, HostListener, Input, OnDestroy, Output, ViewContainerRef } from '@angular/core';\r\nimport { SafeHtml } from '@angular/platform-browser';\r\nimport { ALuPopoverTrigger, LuPopoverPosition, LuPopoverScrollStrategy, LuPopoverTarget } from '@lucca-front/ng/popover';\r\nimport { LuTooltipPanelComponent } from '../panel/tooltip-panel.component';\r\n\r\n@Directive({\r\n\tselector: '[luTooltip]',\r\n\tstandalone: true,\r\n})\r\nexport class LuTooltipTriggerDirective extends ALuPopoverTrigger<LuTooltipPanelComponent, LuPopoverTarget> implements AfterViewInit, OnDestroy {\r\n\t@Input('luTooltip') set tooltipContent(c: string | SafeHtml) {\r\n\t\tif (this.panel) {\r\n\t\t\tthis.panel.content = c;\r\n\t\t}\r\n\r\n\t\tthis._tooltipContent = c;\r\n\t}\r\n\t/** when trigger = hover, delay before the popover panel appears, default 300ms */\r\n\t@Input('luTooltipEnterDelay') set inputEnterDelay(d: number) {\r\n\t\tthis.enterDelay = d;\r\n\t}\r\n\t/** when trigger = hover, delay before the popover panel disappears, default 100ms */\r\n\t@Input('luTooltipLeaveDelay') set inputLeaveDelay(d: number) {\r\n\t\tthis.leaveDelay = d;\r\n\t}\r\n\t/** disable popover apparition */\r\n\t@Input('luTooltipDisabled') set inputDisabled(d: boolean) {\r\n\t\tthis.disabled = d;\r\n\t\tif (this._handleTabindex) {\r\n\t\t\tthis._setTabindex(d ? null : 0);\r\n\t\t}\r\n\t}\r\n\r\n\t@Input('luTooltipPosition') set inputPosition(pos: LuPopoverPosition) {\r\n\t\tthis.target.position = pos;\r\n\t}\r\n\r\n\t@Input('luTooltipWhenEllipsis') public set inputWhenEllipsis(we: boolean) {\r\n\t\tthis.whenEllipsis = we;\r\n\t}\r\n\r\n\t// FIXME output native\r\n\t/** Event emitted when the associated popover is opened. */\r\n\t// eslint-disable-next-line @angular-eslint/no-output-on-prefix\r\n\t@Output('luTooltipOnOpen') onOpen = new EventEmitter<void>();\r\n\t/** Event emitted when the associated popover is closed. */\r\n\t// eslint-disable-next-line @angular-eslint/no-output-on-prefix\r\n\t@Output('luTooltipOnClose') onClose = new EventEmitter<void>();\r\n\r\n\t@HostListener('mouseenter')\r\n\toverride onMouseEnter() {\r\n\t\tsuper.onMouseEnter();\r\n\t}\r\n\t@HostListener('mouseleave')\r\n\toverride onMouseLeave() {\r\n\t\tsuper.onMouseLeave();\r\n\t}\r\n\t@HostListener('focus')\r\n\toverride onFocus() {\r\n\t\tsuper.onFocus();\r\n\t}\r\n\t@HostListener('blur')\r\n\toverride onBlur() {\r\n\t\tsuper.onBlur();\r\n\t}\r\n\tprivate _handleTabindex = false;\r\n\t// @HostBinding('attr.tabindex') tabindex;\r\n\t// private set tabindex(i: number = null) {\r\n\r\n\t// }\r\n\r\n\t/** accessibility attribute - dont override */\r\n\t@HostBinding('attr.id') get _attrId() {\r\n\t\treturn this._triggerId;\r\n\t}\r\n\t/** accessibility attribute - dont override */\r\n\t@HostBinding('attr.aria-describedby') get _attrAriaDescribedBy() {\r\n\t\treturn this._panelId;\r\n\t}\r\n\r\n\tprotected override _portal: ComponentPortal<LuTooltipPanelComponent>;\r\n\tprotected _tooltipContent: string | SafeHtml = '';\r\n\r\n\tconstructor(protected override _overlay: Overlay, protected override _elementRef: ElementRef<HTMLElement>, protected override _viewContainerRef: ViewContainerRef) {\r\n\t\tsuper(_overlay, _elementRef, _viewContainerRef);\r\n\t\tthis.target = new LuPopoverTarget();\r\n\t\tthis.target.elementRef = this._elementRef;\r\n\t\tthis._triggerId = this._elementRef.nativeElement.getAttribute('id') || this._triggerId;\r\n\t\tthis.triggerEvent = 'hover';\r\n\t\tthis.target.position = 'above';\r\n\t\tthis.enterDelay = 300;\r\n\t\tthis.leaveDelay = 100;\r\n\r\n\t\tthis._handleTabindex = this._shouldHandleTabindex();\r\n\r\n\t\tif (this._handleTabindex) {\r\n\t\t\tthis._setTabindex(0);\r\n\t\t}\r\n\t}\r\n\r\n\tngAfterViewInit() {\r\n\t\tthis._checkTarget();\r\n\t}\r\n\tngOnDestroy() {\r\n\t\tthis._cleanUpSubscriptions();\r\n\t\tif (this._popoverOpen) {\r\n\t\t\tthis.closePopover();\r\n\t\t}\r\n\t\tthis.destroyPopover();\r\n\t}\r\n\tprotected _emitOpen(): void {\r\n\t\tthis.onOpen.emit();\r\n\t}\r\n\tprotected _emitClose(): void {\r\n\t\tthis.onClose.emit();\r\n\t}\r\n\r\n\tprotected override _createOverlay(): OverlayRef {\r\n\t\tif (!this._overlayRef) {\r\n\t\t\tthis._portal = new ComponentPortal(LuTooltipPanelComponent, this._viewContainerRef);\r\n\t\t\tconst config = this._getOverlayConfig();\r\n\t\t\tthis._subscribeToPositions(config.positionStrategy as FlexibleConnectedPositionStrategy);\r\n\t\t\tthis._overlayRef = this._overlay.create(config);\r\n\t\t}\r\n\r\n\t\treturn this._overlayRef;\r\n\t}\r\n\r\n\tprotected override _attachPortalToOverlay(): void {\r\n\t\tconst componentRef = this._overlayRef.attach(this._portal);\r\n\t\tthis._panel = componentRef.instance;\r\n\t\tthis._panel.content = this._tooltipContent;\r\n\t}\r\n\r\n\tprotected override _getPanelScrollStrategy(): LuPopoverScrollStrategy {\r\n\t\treturn 'close';\r\n\t}\r\n\r\n\tprivate _shouldHandleTabindex(): boolean {\r\n\t\tconst tag = this._elementRef.nativeElement.tagName?.toLowerCase();\r\n\t\t// https://allyjs.io/data-tables/focusable.html\r\n\t\t// i'm choosing to not support area and iframe, dont @ me\r\n\t\tconst nativelyFocusableTags = ['a', 'button', 'input', 'select', 'textarea'];\r\n\t\tconst isNatevelyFocusableTag = nativelyFocusableTags.includes(tag);\r\n\r\n\t\tconst hasATabIndex = this._elementRef.nativeElement.getAttribute('tabindex') !== null;\r\n\r\n\t\treturn !isNatevelyFocusableTag && !hasATabIndex;\r\n\t}\r\n\r\n\tprivate _setTabindex(i: number = null): void {\r\n\t\tthis._elementRef.nativeElement.setAttribute('tabindex', `${i}`);\r\n\t}\r\n}\r\n","import { NgModule } from '@angular/core';\r\nimport { LuTooltipTriggerDirective } from './tooltip-trigger.directive';\r\nimport { OverlayModule } from '@angular/cdk/overlay';\r\n\r\n@NgModule({\r\n\timports: [LuTooltipTriggerDirective, OverlayModule],\r\n\texports: [LuTooltipTriggerDirective],\r\n})\r\nexport class LuTooltipTriggerModule {}\r\n","import { NgModule } from '@angular/core';\r\nimport { LuTooltipPanelModule } from './panel/index';\r\nimport { LuTooltipTriggerModule } from './trigger/index';\r\n\r\n@NgModule({\r\n\timports: [LuTooltipTriggerModule, LuTooltipPanelModule],\r\n\texports: [LuTooltipTriggerModule, LuTooltipPanelModule],\r\n})\r\nexport class LuTooltipModule {}\r\n","/*\r\n * Public API Surface of safe-content\r\n */\r\n\r\nexport * from './lib/index';\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["i1"],"mappings":"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"}