@lucca-front/ng 16.1.1-rc.1 → 16.2.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 (241) hide show
  1. package/esm2022/a11y/lib/skip-links/skip-links.component.mjs +3 -3
  2. package/esm2022/api/lib/api.module.mjs +4 -4
  3. package/esm2022/api/lib/select/api-select.module.mjs +4 -4
  4. package/esm2022/api/lib/select/feeder/api-feeder.component.mjs +3 -3
  5. package/esm2022/api/lib/select/feeder/api-feeder.module.mjs +4 -4
  6. package/esm2022/api/lib/select/input/api-select-input.component.mjs +6 -6
  7. package/esm2022/api/lib/select/input/api-select-input.module.mjs +4 -4
  8. package/esm2022/api/lib/select/pager/api-pager.component.mjs +3 -3
  9. package/esm2022/api/lib/select/pager/api-pager.module.mjs +4 -4
  10. package/esm2022/api/lib/select/searcher/api-searcher.component.mjs +11 -11
  11. package/esm2022/api/lib/select/searcher/api-searcher.module.mjs +4 -4
  12. package/esm2022/api/lib/service/api-hybrid.service.mjs +3 -3
  13. package/esm2022/api/lib/service/api-v3.service.mjs +3 -3
  14. package/esm2022/api/lib/service/api-v4.service.mjs +3 -3
  15. package/esm2022/core/lib/date/native/native-date.adapter.mjs +3 -3
  16. package/esm2022/core/lib/date/string/string-date.adapter.mjs +3 -3
  17. package/esm2022/date/lib/adapter/date-adapter.module.mjs +4 -4
  18. package/esm2022/date/lib/adapter/date-adapter.pipe.mjs +3 -3
  19. package/esm2022/date/lib/calendar/calendar-input.component.mjs +7 -7
  20. package/esm2022/date/lib/calendar/calendar-input.module.mjs +4 -4
  21. package/esm2022/date/lib/calendar/calendar-item.factory.mjs +3 -3
  22. package/esm2022/date/lib/date.module.mjs +4 -4
  23. package/esm2022/date/lib/input/date-input.directive.mjs +3 -3
  24. package/esm2022/date/lib/input/date-input.module.mjs +4 -4
  25. package/esm2022/date/lib/picker/date-picker.component.mjs +3 -3
  26. package/esm2022/date/lib/picker/date-picker.module.mjs +4 -4
  27. package/esm2022/date/lib/select/date-select-input.component.mjs +6 -6
  28. package/esm2022/date/lib/select/date-select-input.module.mjs +4 -4
  29. package/esm2022/department/lib/department.module.mjs +4 -4
  30. package/esm2022/department/lib/select/department-select.module.mjs +4 -4
  31. package/esm2022/department/lib/select/feeder/department-feeder.component.mjs +3 -3
  32. package/esm2022/department/lib/select/feeder/department-feeder.module.mjs +4 -4
  33. package/esm2022/department/lib/select/input/department-select-input.component.mjs +6 -6
  34. package/esm2022/department/lib/select/input/department-select-input.module.mjs +4 -4
  35. package/esm2022/department/lib/service/department-v3.service.mjs +3 -3
  36. package/esm2022/dropdown/lib/dropdown.module.mjs +4 -4
  37. package/esm2022/dropdown/lib/item/dropdown-item.directive.mjs +3 -3
  38. package/esm2022/dropdown/lib/item/dropdown-item.module.mjs +4 -4
  39. package/esm2022/dropdown/lib/panel/dropdown-panel.component.mjs +3 -3
  40. package/esm2022/dropdown/lib/panel/dropdown-panel.module.mjs +4 -4
  41. package/esm2022/dropdown/lib/trigger/dropdown-trigger.directive.mjs +3 -3
  42. package/esm2022/dropdown/lib/trigger/dropdown-trigger.module.mjs +4 -4
  43. package/esm2022/establishment/lib/establishment.module.mjs +4 -4
  44. package/esm2022/establishment/lib/select/establishment-select.module.mjs +4 -4
  45. package/esm2022/establishment/lib/select/for-legal-units/for-legal-units.directive.mjs +3 -3
  46. package/esm2022/establishment/lib/select/for-legal-units/for-legal-units.module.mjs +4 -4
  47. package/esm2022/establishment/lib/select/input/establishment-select-input.component.mjs +6 -6
  48. package/esm2022/establishment/lib/select/input/establishment-select-input.module.mjs +4 -4
  49. package/esm2022/establishment/lib/select/legal-unit-selector/legal-unit-selector.directive.mjs +3 -3
  50. package/esm2022/establishment/lib/select/legal-unit-selector/legal-unit-selector.module.mjs +4 -4
  51. package/esm2022/establishment/lib/select/searcher/establishment-searcher.component.mjs +6 -6
  52. package/esm2022/establishment/lib/select/searcher/establishment-searcher.module.mjs +4 -4
  53. package/esm2022/establishment/lib/select/select-all/establishment-select-all.component.mjs +5 -5
  54. package/esm2022/establishment/lib/select/select-all/establishment-select-all.module.mjs +4 -4
  55. package/esm2022/establishment/lib/service/establishment.service.mjs +3 -3
  56. package/esm2022/establishment/lib/service/legal-unit.service.mjs +3 -3
  57. package/esm2022/formly/lib/formly.module.mjs +4 -4
  58. package/esm2022/formly/lib/types/api.mjs +3 -3
  59. package/esm2022/formly/lib/types/checkbox.mjs +3 -3
  60. package/esm2022/formly/lib/types/date.mjs +3 -3
  61. package/esm2022/formly/lib/types/department.mjs +3 -3
  62. package/esm2022/formly/lib/types/establishment.mjs +3 -3
  63. package/esm2022/formly/lib/types/input.mjs +3 -3
  64. package/esm2022/formly/lib/types/qualification.mjs +3 -3
  65. package/esm2022/formly/lib/types/radios.mjs +3 -3
  66. package/esm2022/formly/lib/types/select.mjs +3 -3
  67. package/esm2022/formly/lib/types/textarea.mjs +3 -3
  68. package/esm2022/formly/lib/types/user.mjs +3 -3
  69. package/esm2022/formly/lib/wrappers/checkbox-layout.mjs +3 -3
  70. package/esm2022/formly/lib/wrappers/error.mjs +6 -6
  71. package/esm2022/formly/lib/wrappers/helper.mjs +3 -3
  72. package/esm2022/formly/lib/wrappers/icon.mjs +3 -3
  73. package/esm2022/formly/lib/wrappers/radiosfield-layout.mjs +3 -3
  74. package/esm2022/formly/lib/wrappers/suffix.mjs +3 -3
  75. package/esm2022/formly/lib/wrappers/textfield-layout.mjs +3 -3
  76. package/esm2022/input/lib/clearer/clearer.component.mjs +6 -6
  77. package/esm2022/input/lib/clearer/clearer.module.mjs +4 -4
  78. package/esm2022/input/lib/displayer/input-displayer.directive.mjs +3 -3
  79. package/esm2022/input/lib/displayer/input-displayer.module.mjs +4 -4
  80. package/esm2022/input/lib/input.directive.mjs +3 -3
  81. package/esm2022/input/lib/input.module.mjs +4 -4
  82. package/esm2022/material/lib/module.mjs +4 -4
  83. package/esm2022/modal/lib/modal-panel.component.mjs +9 -9
  84. package/esm2022/modal/lib/modal-ref.factory.mjs +3 -3
  85. package/esm2022/modal/lib/modal.module.mjs +4 -4
  86. package/esm2022/modal/lib/modal.service.mjs +3 -3
  87. package/esm2022/number/lib/number.module.mjs +4 -4
  88. package/esm2022/number/lib/number.pipe.mjs +3 -3
  89. package/esm2022/option/lib/item/option-item.component.mjs +6 -6
  90. package/esm2022/option/lib/item/option-item.module.mjs +4 -4
  91. package/esm2022/option/lib/item/tree-option-item.component.mjs +6 -6
  92. package/esm2022/option/lib/item/tree-option-item.module.mjs +4 -4
  93. package/esm2022/option/lib/operator/feeder/option-feeder.component.mjs +3 -3
  94. package/esm2022/option/lib/operator/feeder/option-feeder.module.mjs +4 -4
  95. package/esm2022/option/lib/operator/feeder/tree-option-feeder.component.mjs +3 -3
  96. package/esm2022/option/lib/operator/feeder/tree-option-feeder.module.mjs +4 -4
  97. package/esm2022/option/lib/operator/for-groups/for-groups.directive.mjs +3 -3
  98. package/esm2022/option/lib/operator/for-groups/for-groups.module.mjs +4 -4
  99. package/esm2022/option/lib/operator/for-options/for-options.directive.mjs +3 -3
  100. package/esm2022/option/lib/operator/for-options/for-options.module.mjs +4 -4
  101. package/esm2022/option/lib/operator/for-options/for-tree-options.directive.mjs +3 -3
  102. package/esm2022/option/lib/operator/for-options/for-tree-options.module.mjs +4 -4
  103. package/esm2022/option/lib/operator/option-operator.module.mjs +4 -4
  104. package/esm2022/option/lib/operator/pager/option-pager.component.mjs +3 -3
  105. package/esm2022/option/lib/operator/pager/option-pager.module.mjs +4 -4
  106. package/esm2022/option/lib/operator/pager/tree-option-pager.component.mjs +3 -3
  107. package/esm2022/option/lib/operator/pager/tree-option-pager.module.mjs +4 -4
  108. package/esm2022/option/lib/operator/searcher/option-searcher.component.mjs +6 -6
  109. package/esm2022/option/lib/operator/searcher/option-searcher.module.mjs +4 -4
  110. package/esm2022/option/lib/operator/searcher/tree-option-searcher.component.mjs +6 -6
  111. package/esm2022/option/lib/operator/searcher/tree-option-searcher.module.mjs +4 -4
  112. package/esm2022/option/lib/operator/tree-option-operator.module.mjs +4 -4
  113. package/esm2022/option/lib/option.module.mjs +4 -4
  114. package/esm2022/option/lib/picker/option-picker-advanced.component.mjs +6 -6
  115. package/esm2022/option/lib/picker/option-picker.component.mjs +9 -9
  116. package/esm2022/option/lib/picker/option-picker.module.mjs +4 -4
  117. package/esm2022/option/lib/picker/tree-option-picker-advanced.component.mjs +9 -9
  118. package/esm2022/option/lib/picker/tree-option-picker.component.mjs +9 -9
  119. package/esm2022/option/lib/picker/tree-option-picker.module.mjs +4 -4
  120. package/esm2022/option/lib/placeholder/option-placeholder.component.mjs +4 -4
  121. package/esm2022/option/lib/placeholder/option-placeholder.module.mjs +4 -4
  122. package/esm2022/option/lib/selector/all/select-all.component.mjs +5 -5
  123. package/esm2022/option/lib/selector/all/select-all.module.mjs +4 -4
  124. package/esm2022/option/lib/selector/all/tree-select-all.component.mjs +5 -5
  125. package/esm2022/option/lib/selector/all/tree-select-all.module.mjs +4 -4
  126. package/esm2022/option/lib/selector/option-selector.module.mjs +4 -4
  127. package/esm2022/option/lib/selector/tree-option-selector.module.mjs +4 -4
  128. package/esm2022/option/lib/tree-option.module.mjs +4 -4
  129. package/esm2022/popover/lib/panel/popover-panel.component.mjs +3 -3
  130. package/esm2022/popover/lib/panel/popover-panel.module.mjs +4 -4
  131. package/esm2022/popover/lib/popover.module.mjs +4 -4
  132. package/esm2022/popover/lib/target/popover-target.directive.mjs +3 -3
  133. package/esm2022/popover/lib/target/popover-target.module.mjs +4 -4
  134. package/esm2022/popover/lib/trigger/popover-trigger.directive.mjs +3 -3
  135. package/esm2022/popover/lib/trigger/popover-trigger.module.mjs +4 -4
  136. package/esm2022/popup/lib/popup-ref.factory.mjs +3 -3
  137. package/esm2022/popup/lib/popup.module.mjs +4 -4
  138. package/esm2022/popup/lib/popup.service.mjs +3 -3
  139. package/esm2022/qualification/lib/qualification.module.mjs +4 -4
  140. package/esm2022/qualification/lib/select/input/qualification-select-input.component.mjs +6 -6
  141. package/esm2022/qualification/lib/select/input/qualification-select-input.module.mjs +4 -4
  142. package/esm2022/qualification/lib/select/qualification-select.module.mjs +4 -4
  143. package/esm2022/safe-content/lib/safe-content.module.mjs +4 -4
  144. package/esm2022/safe-content/lib/safe-html.pipe.mjs +3 -3
  145. package/esm2022/scroll/lib/scroll.directive.mjs +3 -3
  146. package/esm2022/scroll/lib/scroll.module.mjs +4 -4
  147. package/esm2022/select/lib/input/select-input.component.mjs +8 -8
  148. package/esm2022/select/lib/input/select-input.module.mjs +4 -4
  149. package/esm2022/select/lib/select.module.mjs +4 -4
  150. package/esm2022/sidepanel/lib/sidepanel.module.mjs +4 -4
  151. package/esm2022/sidepanel/lib/sidepanel.service.mjs +3 -3
  152. package/esm2022/simple-select/api/lib/api-v3.directive.mjs +3 -3
  153. package/esm2022/simple-select/api/lib/api-v4.directive.mjs +3 -3
  154. package/esm2022/simple-select/api/lib/api.directive.mjs +3 -3
  155. package/esm2022/simple-select/lib/input/panel-ref.factory.mjs +3 -3
  156. package/esm2022/simple-select/lib/input/select-input.component.mjs +6 -6
  157. package/esm2022/simple-select/lib/input/select-input.models.mjs +3 -3
  158. package/esm2022/simple-select/lib/option/default-option.component.mjs +3 -3
  159. package/esm2022/simple-select/lib/option/disabled.directive.mjs +3 -3
  160. package/esm2022/simple-select/lib/option/displayer.directive.mjs +3 -3
  161. package/esm2022/simple-select/lib/option/option-outlet.directive.mjs +3 -3
  162. package/esm2022/simple-select/lib/option/option.component.mjs +5 -5
  163. package/esm2022/simple-select/lib/option/option.directive.mjs +3 -3
  164. package/esm2022/simple-select/lib/panel/panel.component.mjs +5 -5
  165. package/esm2022/title/lib/title.module.mjs +4 -4
  166. package/esm2022/title/lib/title.service.mjs +3 -3
  167. package/esm2022/title/lib/title.strategy.mjs +3 -3
  168. package/esm2022/toast/toasts.component.mjs +3 -3
  169. package/esm2022/toast/toasts.module.mjs +4 -4
  170. package/esm2022/toast/toasts.service.mjs +3 -3
  171. package/esm2022/tooltip/lib/panel/tooltip-panel.component.mjs +5 -5
  172. package/esm2022/tooltip/lib/panel/tooltip-panel.module.mjs +4 -4
  173. package/esm2022/tooltip/lib/tooltip.module.mjs +4 -4
  174. package/esm2022/tooltip/lib/trigger/tooltip-trigger.directive.mjs +3 -3
  175. package/esm2022/tooltip/lib/trigger/tooltip-trigger.module.mjs +4 -4
  176. package/esm2022/user/lib/display/user-display.module.mjs +4 -4
  177. package/esm2022/user/lib/display/user-display.pipe.mjs +3 -3
  178. package/esm2022/user/lib/picture/user-picture.component.mjs +4 -4
  179. package/esm2022/user/lib/picture/user-picture.module.mjs +4 -4
  180. package/esm2022/user/lib/select/homonyms/user-homonyms.component.mjs +3 -3
  181. package/esm2022/user/lib/select/homonyms/user-homonyms.module.mjs +4 -4
  182. package/esm2022/user/lib/select/homonyms/user-homonyms.service.mjs +3 -3
  183. package/esm2022/user/lib/select/input/user-select-input.component.mjs +6 -6
  184. package/esm2022/user/lib/select/input/user-select-input.module.mjs +4 -4
  185. package/esm2022/user/lib/select/me/me-option.directive.mjs +3 -3
  186. package/esm2022/user/lib/select/me/me-option.module.mjs +4 -4
  187. package/esm2022/user/lib/select/searcher/user-searcher.component.mjs +6 -6
  188. package/esm2022/user/lib/select/searcher/user-searcher.module.mjs +4 -4
  189. package/esm2022/user/lib/select/user-select.module.mjs +4 -4
  190. package/esm2022/user/lib/service/user-v3.service.mjs +3 -3
  191. package/esm2022/user/lib/tile/user-tile.component.mjs +4 -4
  192. package/esm2022/user/lib/tile/user-tile.module.mjs +4 -4
  193. package/esm2022/user/lib/user.module.mjs +4 -4
  194. package/fesm2022/lucca-front-ng-a11y.mjs +3 -3
  195. package/fesm2022/lucca-front-ng-api.mjs +54 -54
  196. package/fesm2022/lucca-front-ng-api.mjs.map +1 -1
  197. package/fesm2022/lucca-front-ng-core.mjs +6 -6
  198. package/fesm2022/lucca-front-ng-date.mjs +47 -47
  199. package/fesm2022/lucca-front-ng-date.mjs.map +1 -1
  200. package/fesm2022/lucca-front-ng-department.mjs +27 -27
  201. package/fesm2022/lucca-front-ng-department.mjs.map +1 -1
  202. package/fesm2022/lucca-front-ng-dropdown.mjs +25 -25
  203. package/fesm2022/lucca-front-ng-establishment.mjs +55 -55
  204. package/fesm2022/lucca-front-ng-establishment.mjs.map +1 -1
  205. package/fesm2022/lucca-front-ng-formly.mjs +61 -61
  206. package/fesm2022/lucca-front-ng-input.mjs +23 -23
  207. package/fesm2022/lucca-front-ng-input.mjs.map +1 -1
  208. package/fesm2022/lucca-front-ng-material.mjs +4 -4
  209. package/fesm2022/lucca-front-ng-modal.mjs +19 -19
  210. package/fesm2022/lucca-front-ng-number.mjs +7 -7
  211. package/fesm2022/lucca-front-ng-option.mjs +173 -173
  212. package/fesm2022/lucca-front-ng-option.mjs.map +1 -1
  213. package/fesm2022/lucca-front-ng-popover.mjs +25 -25
  214. package/fesm2022/lucca-front-ng-popup.mjs +10 -10
  215. package/fesm2022/lucca-front-ng-qualification.mjs +17 -17
  216. package/fesm2022/lucca-front-ng-qualification.mjs.map +1 -1
  217. package/fesm2022/lucca-front-ng-safe-content.mjs +7 -7
  218. package/fesm2022/lucca-front-ng-scroll.mjs +7 -7
  219. package/fesm2022/lucca-front-ng-select.mjs +16 -16
  220. package/fesm2022/lucca-front-ng-select.mjs.map +1 -1
  221. package/fesm2022/lucca-front-ng-sidepanel.mjs +7 -7
  222. package/fesm2022/lucca-front-ng-simple-select-api.mjs +9 -9
  223. package/fesm2022/lucca-front-ng-simple-select.mjs +34 -34
  224. package/fesm2022/lucca-front-ng-simple-select.mjs.map +1 -1
  225. package/fesm2022/lucca-front-ng-title.mjs +10 -10
  226. package/fesm2022/lucca-front-ng-toast.mjs +10 -10
  227. package/fesm2022/lucca-front-ng-tooltip.mjs +19 -19
  228. package/fesm2022/lucca-front-ng-tooltip.mjs.map +1 -1
  229. package/fesm2022/lucca-front-ng-user.mjs +69 -69
  230. package/fesm2022/lucca-front-ng-user.mjs.map +1 -1
  231. package/material/style/components/_mixins.scss +2 -2
  232. package/package.json +19 -19
  233. package/src/components/_calendar.scss +2 -1
  234. package/src/components/_dropdown.scss +16 -12
  235. package/src/components/_picker.scss +9 -2
  236. package/src/components/_popover.scss +3 -4
  237. package/src/definitions/option/_option-item.scss +40 -13
  238. package/src/definitions/option/_option-searcher.scss +0 -13
  239. package/src/definitions/select/_select-clearer.scss +0 -34
  240. package/src/definitions/select/_select-input.scss +0 -16
  241. package/src/definitions/tooltip/_tooltip.scss +2 -5
@@ -1 +1 @@
1
- {"version":3,"file":"lucca-front-ng-input.mjs","sources":["../../../packages/ng/input/src/lib/clearer/clearer.model.ts","../../../packages/ng/input/src/lib/clearer/clearer.component.ts","../../../packages/ng/input/src/lib/clearer/clearer.component.html","../../../packages/ng/input/src/lib/clearer/clearer.module.ts","../../../packages/ng/input/src/lib/displayer/input-displayer.model.ts","../../../packages/ng/input/src/lib/displayer/input-displayer.directive.ts","../../../packages/ng/input/src/lib/displayer/input-displayer.module.ts","../../../packages/ng/input/src/lib/input.model.ts","../../../packages/ng/input/src/lib/input.directive.ts","../../../packages/ng/input/src/lib/input.module.ts","../../../packages/ng/input/src/public-api.ts","../../../packages/ng/input/src/lucca-front-ng-input.ts"],"sourcesContent":["import { Observable } from 'rxjs';\r\n\r\nexport interface ILuClearer<T> {\r\n\tonClear: Observable<T>;\r\n}\r\nexport abstract class ALuClearer<T> implements ILuClearer<T> {\r\n\tonClear: Observable<T>;\r\n}\r\n","import { CommonModule } from '@angular/common';\r\nimport { ChangeDetectionStrategy, Component, EventEmitter, forwardRef, Output } from '@angular/core';\r\nimport { ALuClearer, ILuClearer } from './clearer.model';\r\n\r\n@Component({\r\n\tselector: 'lu-input-clearer',\r\n\ttemplateUrl: './clearer.component.html',\r\n\tstyleUrls: ['./clearer.component.scss'],\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n\texportAs: 'luClearer',\r\n\tstandalone: true,\r\n\timports: [CommonModule],\r\n\tproviders: [\r\n\t\t{\r\n\t\t\tprovide: ALuClearer,\r\n\t\t\tuseExisting: forwardRef(() => LuInputClearerComponent),\r\n\t\t},\r\n\t],\r\n})\r\nexport class LuInputClearerComponent<T> extends ALuClearer<T> implements ILuClearer<T> {\r\n\t// eslint-disable-next-line @angular-eslint/no-output-on-prefix\r\n\t@Output() override onClear = new EventEmitter<T>();\r\n\tonClick($event: Event) {\r\n\t\tthis.onClear.emit();\r\n\t\t$event.preventDefault();\r\n\t\t$event.stopPropagation();\r\n\t}\r\n}\r\n","<a href=\"#\" role=\"button\" class=\"clearer\" (click)=\"onClick($event)\">\r\n\t<span aria-hidden=\"true\" class=\"lucca-icon icon-thinCross\"></span>\r\n\t<span class=\"u-mask\">Clear</span>\r\n</a>\r\n","import { NgModule } from '@angular/core';\r\nimport { LuInputClearerComponent } from './clearer.component';\r\n\r\n@NgModule({\r\n\timports: [LuInputClearerComponent],\r\n\texports: [LuInputClearerComponent],\r\n})\r\nexport class LuInputClearerModule {}\r\n","import { ViewRef } from '@angular/core';\r\n\r\nexport interface ILuInputDisplayer<T> {\r\n\tmultiple: boolean;\r\n\tgetViewRef(value: T | T[]): ViewRef;\r\n}\r\nexport abstract class ALuInputDisplayer<T> implements ILuInputDisplayer<T> {\r\n\tmultiple = false;\r\n\tabstract getViewRef(value: T | T[]): ViewRef;\r\n}\r\n","import { Directive, forwardRef, Input, TemplateRef, ViewRef } from '@angular/core';\r\nimport { ALuInputDisplayer, ILuInputDisplayer } from './input-displayer.model';\r\n\r\n@Directive({\r\n\tselector: '[luDisplayer]',\r\n\tstandalone: true,\r\n\tproviders: [\r\n\t\t{\r\n\t\t\tprovide: ALuInputDisplayer,\r\n\t\t\tuseExisting: forwardRef(() => LuInputDisplayerDirective),\r\n\t\t\tmulti: true,\r\n\t\t},\r\n\t],\r\n})\r\nexport class LuInputDisplayerDirective<T> extends ALuInputDisplayer<T> implements ILuInputDisplayer<T> {\r\n\t@Input('luDisplayerMultiple') set argMultiple(m: boolean) {\r\n\t\tthis.multiple = !!m;\r\n\t}\r\n\t@Input('multiple') set inputMultiple(m: boolean | string) {\r\n\t\tif (m === '') {\r\n\t\t\t// allows to have multiple = true when writing\r\n\t\t\t// <ng-template luDisplayer multiple>\r\n\t\t\tthis.multiple = true;\r\n\t\t} else {\r\n\t\t\tthis.multiple = !!m;\r\n\t\t}\r\n\t}\r\n\tconstructor(protected template: TemplateRef<LuInputDisplayerContext<T>>) {\r\n\t\tsuper();\r\n\t}\r\n\tgetViewRef(value: T | T[]): ViewRef {\r\n\t\treturn this.template.createEmbeddedView({ $implicit: value });\r\n\t}\r\n}\r\n\r\nexport class LuInputDisplayerContext<T> {\r\n\tconstructor(public $implicit: T | T[]) {}\r\n}\r\n","import { NgModule } from '@angular/core';\r\nimport { LuInputDisplayerDirective } from './input-displayer.directive';\r\n\r\n@NgModule({\r\n\timports: [LuInputDisplayerDirective],\r\n\texports: [LuInputDisplayerDirective],\r\n})\r\nexport class LuInputDisplayerModule {}\r\n","import { ChangeDetectorRef, ElementRef, Renderer2 } from '@angular/core';\r\nimport { ControlValueAccessor } from '@angular/forms';\r\n\r\nexport type ILuInput = ControlValueAccessor;\r\n\r\nexport abstract class ALuInput<T, U extends HTMLElement = HTMLElement> implements ILuInput {\r\n\tprotected _placeholder: string;\r\n\tget placeholder() {\r\n\t\treturn this._placeholder;\r\n\t}\r\n\tprotected _value: T;\r\n\tconstructor(protected _changeDetectorRef: ChangeDetectorRef, protected _elementRef: ElementRef<U>, protected _renderer: Renderer2) {}\r\n\tsetValue(value: T) {\r\n\t\tthis.value = value;\r\n\t\tthis._cvaOnChange(value);\r\n\t\tthis._onTouched();\r\n\t}\r\n\tget value(): T {\r\n\t\treturn this._value;\r\n\t}\r\n\tset value(value: T) {\r\n\t\tthis._value = value;\r\n\t\tthis.render();\r\n\t\tthis.applyClasses();\r\n\t\tthis._changeDetectorRef.markForCheck();\r\n\t}\r\n\t// From ControlValueAccessor interface\r\n\twriteValue(value: T) {\r\n\t\tthis.value = value;\r\n\t}\r\n\t// From ControlValueAccessor interface\r\n\tprotected _cvaOnChange: (value: T) => void = () => {\r\n\t\treturn;\r\n\t};\r\n\tregisterOnChange(fn: (value: T) => void) {\r\n\t\tthis._cvaOnChange = fn;\r\n\t}\r\n\t// From ControlValueAccessor interface\r\n\tprotected _onTouched: () => void = () => {\r\n\t\treturn;\r\n\t};\r\n\tregisterOnTouched(fn: () => void) {\r\n\t\tthis._onTouched = fn;\r\n\t}\r\n\tprotected isEmpty() {\r\n\t\treturn this.value === null || this.value === undefined;\r\n\t}\r\n\tprotected applyClasses() {\r\n\t\tif (this.isEmpty()) {\r\n\t\t\tthis._renderer.removeClass(this._elementRef.nativeElement, 'is-filled');\r\n\t\t} else {\r\n\t\t\tthis._renderer.addClass(this._elementRef.nativeElement, 'is-filled');\r\n\t\t}\r\n\t}\r\n\r\n\tprotected abstract render(): void;\r\n}\r\n","import { Directive, ElementRef, OnInit, Renderer2 } from '@angular/core';\r\nimport { NgControl } from '@angular/forms';\r\n\r\n/**\r\n * adds class is-filled when model is empty\r\n */\r\n@Directive({\r\n\tselector: '[luInput]',\r\n\tstandalone: true,\r\n})\r\nexport class LuInputDirective implements OnInit {\r\n\tconstructor(protected _elementRef: ElementRef, protected _renderer: Renderer2, protected _ngControl: NgControl) {}\r\n\tprotected isEmpty(value) {\r\n\t\tif (typeof value === 'string') {\r\n\t\t\treturn value === '';\r\n\t\t}\r\n\t\treturn value === null || value === undefined;\r\n\t}\r\n\tprotected applyClasses(value) {\r\n\t\tif (this.isEmpty(value)) {\r\n\t\t\tthis._renderer.removeClass(this._elementRef.nativeElement, 'is-filled');\r\n\t\t} else {\r\n\t\t\tthis._renderer.addClass(this._elementRef.nativeElement, 'is-filled');\r\n\t\t}\r\n\t}\r\n\tngOnInit() {\r\n\t\tthis._ngControl.valueChanges.subscribe((v) => this.applyClasses(v));\r\n\t\tconst val: unknown = this._ngControl.value;\r\n\t\tthis.applyClasses(val);\r\n\t}\r\n}\r\n","import { NgModule } from '@angular/core';\r\nimport { LuInputClearerComponent } from './clearer/index';\r\nimport { LuInputDisplayerDirective } from './displayer/index';\r\nimport { LuInputDirective } from './input.directive';\r\n\r\n@NgModule({\r\n\timports: [LuInputDirective, LuInputDisplayerDirective, LuInputClearerComponent],\r\n\texports: [LuInputDirective, LuInputDisplayerDirective, LuInputClearerComponent],\r\n})\r\nexport class LuInputModule {}\r\n","/*\r\n * Public API Surface of input\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":[],"mappings":"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"}
1
+ {"version":3,"file":"lucca-front-ng-input.mjs","sources":["../../../packages/ng/input/src/lib/clearer/clearer.model.ts","../../../packages/ng/input/src/lib/clearer/clearer.component.ts","../../../packages/ng/input/src/lib/clearer/clearer.component.html","../../../packages/ng/input/src/lib/clearer/clearer.module.ts","../../../packages/ng/input/src/lib/displayer/input-displayer.model.ts","../../../packages/ng/input/src/lib/displayer/input-displayer.directive.ts","../../../packages/ng/input/src/lib/displayer/input-displayer.module.ts","../../../packages/ng/input/src/lib/input.model.ts","../../../packages/ng/input/src/lib/input.directive.ts","../../../packages/ng/input/src/lib/input.module.ts","../../../packages/ng/input/src/public-api.ts","../../../packages/ng/input/src/lucca-front-ng-input.ts"],"sourcesContent":["import { Observable } from 'rxjs';\r\n\r\nexport interface ILuClearer<T> {\r\n\tonClear: Observable<T>;\r\n}\r\nexport abstract class ALuClearer<T> implements ILuClearer<T> {\r\n\tonClear: Observable<T>;\r\n}\r\n","import { CommonModule } from '@angular/common';\r\nimport { ChangeDetectionStrategy, Component, EventEmitter, forwardRef, Output } from '@angular/core';\r\nimport { ALuClearer, ILuClearer } from './clearer.model';\r\n\r\n@Component({\r\n\tselector: 'lu-input-clearer',\r\n\ttemplateUrl: './clearer.component.html',\r\n\tstyleUrls: ['./clearer.component.scss'],\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n\texportAs: 'luClearer',\r\n\tstandalone: true,\r\n\timports: [CommonModule],\r\n\tproviders: [\r\n\t\t{\r\n\t\t\tprovide: ALuClearer,\r\n\t\t\tuseExisting: forwardRef(() => LuInputClearerComponent),\r\n\t\t},\r\n\t],\r\n})\r\nexport class LuInputClearerComponent<T> extends ALuClearer<T> implements ILuClearer<T> {\r\n\t// eslint-disable-next-line @angular-eslint/no-output-on-prefix\r\n\t@Output() override onClear = new EventEmitter<T>();\r\n\tonClick($event: Event) {\r\n\t\tthis.onClear.emit();\r\n\t\t$event.preventDefault();\r\n\t\t$event.stopPropagation();\r\n\t}\r\n}\r\n","<a href=\"#\" role=\"button\" class=\"clear\" (click)=\"onClick($event)\">\r\n\t<span aria-hidden=\"true\" class=\"lucca-icon icon-thinCross\"></span>\r\n\t<span class=\"u-mask\">Clear</span>\r\n</a>\r\n","import { NgModule } from '@angular/core';\r\nimport { LuInputClearerComponent } from './clearer.component';\r\n\r\n@NgModule({\r\n\timports: [LuInputClearerComponent],\r\n\texports: [LuInputClearerComponent],\r\n})\r\nexport class LuInputClearerModule {}\r\n","import { ViewRef } from '@angular/core';\r\n\r\nexport interface ILuInputDisplayer<T> {\r\n\tmultiple: boolean;\r\n\tgetViewRef(value: T | T[]): ViewRef;\r\n}\r\nexport abstract class ALuInputDisplayer<T> implements ILuInputDisplayer<T> {\r\n\tmultiple = false;\r\n\tabstract getViewRef(value: T | T[]): ViewRef;\r\n}\r\n","import { Directive, forwardRef, Input, TemplateRef, ViewRef } from '@angular/core';\r\nimport { ALuInputDisplayer, ILuInputDisplayer } from './input-displayer.model';\r\n\r\n@Directive({\r\n\tselector: '[luDisplayer]',\r\n\tstandalone: true,\r\n\tproviders: [\r\n\t\t{\r\n\t\t\tprovide: ALuInputDisplayer,\r\n\t\t\tuseExisting: forwardRef(() => LuInputDisplayerDirective),\r\n\t\t\tmulti: true,\r\n\t\t},\r\n\t],\r\n})\r\nexport class LuInputDisplayerDirective<T> extends ALuInputDisplayer<T> implements ILuInputDisplayer<T> {\r\n\t@Input('luDisplayerMultiple') set argMultiple(m: boolean) {\r\n\t\tthis.multiple = !!m;\r\n\t}\r\n\t@Input('multiple') set inputMultiple(m: boolean | string) {\r\n\t\tif (m === '') {\r\n\t\t\t// allows to have multiple = true when writing\r\n\t\t\t// <ng-template luDisplayer multiple>\r\n\t\t\tthis.multiple = true;\r\n\t\t} else {\r\n\t\t\tthis.multiple = !!m;\r\n\t\t}\r\n\t}\r\n\tconstructor(protected template: TemplateRef<LuInputDisplayerContext<T>>) {\r\n\t\tsuper();\r\n\t}\r\n\tgetViewRef(value: T | T[]): ViewRef {\r\n\t\treturn this.template.createEmbeddedView({ $implicit: value });\r\n\t}\r\n}\r\n\r\nexport class LuInputDisplayerContext<T> {\r\n\tconstructor(public $implicit: T | T[]) {}\r\n}\r\n","import { NgModule } from '@angular/core';\r\nimport { LuInputDisplayerDirective } from './input-displayer.directive';\r\n\r\n@NgModule({\r\n\timports: [LuInputDisplayerDirective],\r\n\texports: [LuInputDisplayerDirective],\r\n})\r\nexport class LuInputDisplayerModule {}\r\n","import { ChangeDetectorRef, ElementRef, Renderer2 } from '@angular/core';\r\nimport { ControlValueAccessor } from '@angular/forms';\r\n\r\nexport type ILuInput = ControlValueAccessor;\r\n\r\nexport abstract class ALuInput<T, U extends HTMLElement = HTMLElement> implements ILuInput {\r\n\tprotected _placeholder: string;\r\n\tget placeholder() {\r\n\t\treturn this._placeholder;\r\n\t}\r\n\tprotected _value: T;\r\n\tconstructor(protected _changeDetectorRef: ChangeDetectorRef, protected _elementRef: ElementRef<U>, protected _renderer: Renderer2) {}\r\n\tsetValue(value: T) {\r\n\t\tthis.value = value;\r\n\t\tthis._cvaOnChange(value);\r\n\t\tthis._onTouched();\r\n\t}\r\n\tget value(): T {\r\n\t\treturn this._value;\r\n\t}\r\n\tset value(value: T) {\r\n\t\tthis._value = value;\r\n\t\tthis.render();\r\n\t\tthis.applyClasses();\r\n\t\tthis._changeDetectorRef.markForCheck();\r\n\t}\r\n\t// From ControlValueAccessor interface\r\n\twriteValue(value: T) {\r\n\t\tthis.value = value;\r\n\t}\r\n\t// From ControlValueAccessor interface\r\n\tprotected _cvaOnChange: (value: T) => void = () => {\r\n\t\treturn;\r\n\t};\r\n\tregisterOnChange(fn: (value: T) => void) {\r\n\t\tthis._cvaOnChange = fn;\r\n\t}\r\n\t// From ControlValueAccessor interface\r\n\tprotected _onTouched: () => void = () => {\r\n\t\treturn;\r\n\t};\r\n\tregisterOnTouched(fn: () => void) {\r\n\t\tthis._onTouched = fn;\r\n\t}\r\n\tprotected isEmpty() {\r\n\t\treturn this.value === null || this.value === undefined;\r\n\t}\r\n\tprotected applyClasses() {\r\n\t\tif (this.isEmpty()) {\r\n\t\t\tthis._renderer.removeClass(this._elementRef.nativeElement, 'is-filled');\r\n\t\t} else {\r\n\t\t\tthis._renderer.addClass(this._elementRef.nativeElement, 'is-filled');\r\n\t\t}\r\n\t}\r\n\r\n\tprotected abstract render(): void;\r\n}\r\n","import { Directive, ElementRef, OnInit, Renderer2 } from '@angular/core';\r\nimport { NgControl } from '@angular/forms';\r\n\r\n/**\r\n * adds class is-filled when model is empty\r\n */\r\n@Directive({\r\n\tselector: '[luInput]',\r\n\tstandalone: true,\r\n})\r\nexport class LuInputDirective implements OnInit {\r\n\tconstructor(protected _elementRef: ElementRef, protected _renderer: Renderer2, protected _ngControl: NgControl) {}\r\n\tprotected isEmpty(value) {\r\n\t\tif (typeof value === 'string') {\r\n\t\t\treturn value === '';\r\n\t\t}\r\n\t\treturn value === null || value === undefined;\r\n\t}\r\n\tprotected applyClasses(value) {\r\n\t\tif (this.isEmpty(value)) {\r\n\t\t\tthis._renderer.removeClass(this._elementRef.nativeElement, 'is-filled');\r\n\t\t} else {\r\n\t\t\tthis._renderer.addClass(this._elementRef.nativeElement, 'is-filled');\r\n\t\t}\r\n\t}\r\n\tngOnInit() {\r\n\t\tthis._ngControl.valueChanges.subscribe((v) => this.applyClasses(v));\r\n\t\tconst val: unknown = this._ngControl.value;\r\n\t\tthis.applyClasses(val);\r\n\t}\r\n}\r\n","import { NgModule } from '@angular/core';\r\nimport { LuInputClearerComponent } from './clearer/index';\r\nimport { LuInputDisplayerDirective } from './displayer/index';\r\nimport { LuInputDirective } from './input.directive';\r\n\r\n@NgModule({\r\n\timports: [LuInputDirective, LuInputDisplayerDirective, LuInputClearerComponent],\r\n\texports: [LuInputDirective, LuInputDisplayerDirective, LuInputClearerComponent],\r\n})\r\nexport class LuInputModule {}\r\n","/*\r\n * Public API Surface of input\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":[],"mappings":"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"}
@@ -2,11 +2,11 @@ import * as i0 from '@angular/core';
2
2
  import { NgModule } from '@angular/core';
3
3
 
4
4
  class LuMaterialModule {
5
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuMaterialModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
6
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0", ngImport: i0, type: LuMaterialModule }); }
7
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuMaterialModule }); }
5
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuMaterialModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
6
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.3", ngImport: i0, type: LuMaterialModule }); }
7
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuMaterialModule }); }
8
8
  }
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuMaterialModule, decorators: [{
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuMaterialModule, decorators: [{
10
10
  type: NgModule,
11
11
  args: [{}]
12
12
  }] });
@@ -133,10 +133,10 @@ class ALuModalPanelComponent {
133
133
  listenComponentValue(selector) {
134
134
  return this.doCheck$.pipe(map(selector), distinctUntilChanged(), switchMap((value) => (isObservable(value) ? value : of(value))));
135
135
  }
136
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: ALuModalPanelComponent, deps: [{ token: ALuModalRef }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
137
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0", type: ALuModalPanelComponent, viewQueries: [{ propertyName: "_containerRef", first: true, predicate: ["container"], descendants: true, read: ViewContainerRef, static: true }], ngImport: i0 }); }
136
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: ALuModalPanelComponent, deps: [{ token: ALuModalRef }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
137
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.3", type: ALuModalPanelComponent, viewQueries: [{ propertyName: "_containerRef", first: true, predicate: ["container"], descendants: true, read: ViewContainerRef, static: true }], ngImport: i0 }); }
138
138
  }
139
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: ALuModalPanelComponent, decorators: [{
139
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: ALuModalPanelComponent, decorators: [{
140
140
  type: Directive
141
141
  }], ctorParameters: function () { return [{ type: ALuModalRef }, { type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { _containerRef: [{
142
142
  type: ViewChild,
@@ -148,10 +148,10 @@ class LuModalPanelComponent extends ALuModalPanelComponent {
148
148
  super(_ref, _elementRef, _renderer);
149
149
  this.class = true;
150
150
  }
151
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuModalPanelComponent, deps: [{ token: ALuModalRef }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
152
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: LuModalPanelComponent, isStandalone: true, selector: "lu-modal-panel", host: { properties: { "class.lu-modal-panel": "this.class" } }, usesInheritance: true, ngImport: i0, template: "<div\r\n\tcdkTrapFocus=\"true\"\r\n\tcdkTrapFocusAutoCapture=\"true\"\r\n\trole=\"dialog\"\r\n\taria-modal=\"true\"\r\n\t[attr.aria-labelledby]=\"'luModalTitle' + modalId\"\r\n\t[ngClass]=\"modalClasses.panelInner\"\r\n>\r\n\t<div [ngClass]=\"modalClasses.panelContainer\" role=\"document\">\r\n\t\t<div class=\"lu-modal-header\" tabindex=\"-1\" cdkFocusInitial>\r\n\t\t\t<button type=\"button\" class=\"actionIcon mod-S lu-modal-header-close\" (click)=\"dismiss()\" [luTooltip]=\"closeLabel\">\r\n\t\t\t\t<span aria-hidden=\"true\" class=\"lucca-icon icon-cross\"></span>\r\n\t\t\t\t<span class=\"u-mask\">{{ closeLabel }}</span>\r\n\t\t\t</button>\r\n\t\t\t<h1 [attr.id]=\"'luModalTitle' + modalId\" class=\"lu-modal-header-title\">{{ title$ | async }}</h1>\r\n\t\t</div>\r\n\t\t<div class=\"lu-modal-content\">\r\n\t\t\t<ng-container #container></ng-container>\r\n\t\t</div>\r\n\t\t<div class=\"lu-modal-footer\">\r\n\t\t\t<button\r\n\t\t\t\ttype=\"button\"\r\n\t\t\t\t*ngIf=\"!isSubmitHidden\"\r\n\t\t\t\tclass=\"button palette-{{ submitPalette }}\"\r\n\t\t\t\t[disabled]=\"submitDisabled$ | async\"\r\n\t\t\t\t[class.mod-counter]=\"hasSubmitCounter$ | async\"\r\n\t\t\t\t[ngClass]=\"submitClass$ | async\"\r\n\t\t\t\t(click)=\"submit()\"\r\n\t\t\t>\r\n\t\t\t\t{{ submitLabel$ | async }}\r\n\t\t\t\t<label class=\"button-counter\" *ngIf=\"hasSubmitCounter$ | async\">{{ submitCounter$ | async }}</label>\r\n\t\t\t</button>\r\n\t\t\t<button type=\"button\" class=\"button mod-text\" (click)=\"dismiss()\">{{ cancelLabel$ | async }}</button>\r\n\t\t</div>\r\n\t</div>\r\n</div>\r\n", styles: [""], dependencies: [{ kind: "ngmodule", type: A11yModule }, { kind: "directive", type: i2.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }, { kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "ngmodule", type: LuTooltipModule }, { kind: "directive", type: i3.LuTooltipTriggerDirective, selector: "[luTooltip]", inputs: ["luTooltip", "luTooltipEnterDelay", "luTooltipLeaveDelay", "luTooltipDisabled", "luTooltipPosition", "luTooltipWhenEllipsis"], outputs: ["luTooltipOnOpen", "luTooltipOnClose"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
151
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuModalPanelComponent, deps: [{ token: ALuModalRef }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
152
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuModalPanelComponent, isStandalone: true, selector: "lu-modal-panel", host: { properties: { "class.lu-modal-panel": "this.class" } }, usesInheritance: true, ngImport: i0, template: "<div\r\n\tcdkTrapFocus=\"true\"\r\n\tcdkTrapFocusAutoCapture=\"true\"\r\n\trole=\"dialog\"\r\n\taria-modal=\"true\"\r\n\t[attr.aria-labelledby]=\"'luModalTitle' + modalId\"\r\n\t[ngClass]=\"modalClasses.panelInner\"\r\n>\r\n\t<div [ngClass]=\"modalClasses.panelContainer\" role=\"document\">\r\n\t\t<div class=\"lu-modal-header\" tabindex=\"-1\" cdkFocusInitial>\r\n\t\t\t<button type=\"button\" class=\"actionIcon mod-S lu-modal-header-close\" (click)=\"dismiss()\" [luTooltip]=\"closeLabel\">\r\n\t\t\t\t<span aria-hidden=\"true\" class=\"lucca-icon icon-cross\"></span>\r\n\t\t\t\t<span class=\"u-mask\">{{ closeLabel }}</span>\r\n\t\t\t</button>\r\n\t\t\t<h1 [attr.id]=\"'luModalTitle' + modalId\" class=\"lu-modal-header-title\">{{ title$ | async }}</h1>\r\n\t\t</div>\r\n\t\t<div class=\"lu-modal-content\">\r\n\t\t\t<ng-container #container></ng-container>\r\n\t\t</div>\r\n\t\t<div class=\"lu-modal-footer\">\r\n\t\t\t<button\r\n\t\t\t\ttype=\"button\"\r\n\t\t\t\t*ngIf=\"!isSubmitHidden\"\r\n\t\t\t\tclass=\"button palette-{{ submitPalette }}\"\r\n\t\t\t\t[disabled]=\"submitDisabled$ | async\"\r\n\t\t\t\t[class.mod-counter]=\"hasSubmitCounter$ | async\"\r\n\t\t\t\t[ngClass]=\"submitClass$ | async\"\r\n\t\t\t\t(click)=\"submit()\"\r\n\t\t\t>\r\n\t\t\t\t{{ submitLabel$ | async }}\r\n\t\t\t\t<label class=\"button-counter\" *ngIf=\"hasSubmitCounter$ | async\">{{ submitCounter$ | async }}</label>\r\n\t\t\t</button>\r\n\t\t\t<button type=\"button\" class=\"button mod-text\" (click)=\"dismiss()\">{{ cancelLabel$ | async }}</button>\r\n\t\t</div>\r\n\t</div>\r\n</div>\r\n", styles: [""], dependencies: [{ kind: "ngmodule", type: A11yModule }, { kind: "directive", type: i2.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }, { kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "ngmodule", type: LuTooltipModule }, { kind: "directive", type: i3.LuTooltipTriggerDirective, selector: "[luTooltip]", inputs: ["luTooltip", "luTooltipEnterDelay", "luTooltipLeaveDelay", "luTooltipDisabled", "luTooltipPosition", "luTooltipWhenEllipsis"], outputs: ["luTooltipOnOpen", "luTooltipOnClose"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
153
153
  }
154
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuModalPanelComponent, decorators: [{
154
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuModalPanelComponent, decorators: [{
155
155
  type: Component,
156
156
  args: [{ selector: 'lu-modal-panel', standalone: true, imports: panelImports, changeDetection: ChangeDetectionStrategy.OnPush, template: "<div\r\n\tcdkTrapFocus=\"true\"\r\n\tcdkTrapFocusAutoCapture=\"true\"\r\n\trole=\"dialog\"\r\n\taria-modal=\"true\"\r\n\t[attr.aria-labelledby]=\"'luModalTitle' + modalId\"\r\n\t[ngClass]=\"modalClasses.panelInner\"\r\n>\r\n\t<div [ngClass]=\"modalClasses.panelContainer\" role=\"document\">\r\n\t\t<div class=\"lu-modal-header\" tabindex=\"-1\" cdkFocusInitial>\r\n\t\t\t<button type=\"button\" class=\"actionIcon mod-S lu-modal-header-close\" (click)=\"dismiss()\" [luTooltip]=\"closeLabel\">\r\n\t\t\t\t<span aria-hidden=\"true\" class=\"lucca-icon icon-cross\"></span>\r\n\t\t\t\t<span class=\"u-mask\">{{ closeLabel }}</span>\r\n\t\t\t</button>\r\n\t\t\t<h1 [attr.id]=\"'luModalTitle' + modalId\" class=\"lu-modal-header-title\">{{ title$ | async }}</h1>\r\n\t\t</div>\r\n\t\t<div class=\"lu-modal-content\">\r\n\t\t\t<ng-container #container></ng-container>\r\n\t\t</div>\r\n\t\t<div class=\"lu-modal-footer\">\r\n\t\t\t<button\r\n\t\t\t\ttype=\"button\"\r\n\t\t\t\t*ngIf=\"!isSubmitHidden\"\r\n\t\t\t\tclass=\"button palette-{{ submitPalette }}\"\r\n\t\t\t\t[disabled]=\"submitDisabled$ | async\"\r\n\t\t\t\t[class.mod-counter]=\"hasSubmitCounter$ | async\"\r\n\t\t\t\t[ngClass]=\"submitClass$ | async\"\r\n\t\t\t\t(click)=\"submit()\"\r\n\t\t\t>\r\n\t\t\t\t{{ submitLabel$ | async }}\r\n\t\t\t\t<label class=\"button-counter\" *ngIf=\"hasSubmitCounter$ | async\">{{ submitCounter$ | async }}</label>\r\n\t\t\t</button>\r\n\t\t\t<button type=\"button\" class=\"button mod-text\" (click)=\"dismiss()\">{{ cancelLabel$ | async }}</button>\r\n\t\t</div>\r\n\t</div>\r\n</div>\r\n" }]
157
157
  }], ctorParameters: function () { return [{ type: ALuModalRef }, { type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { class: [{
@@ -163,10 +163,10 @@ class LuModalPanelComponentDefaultCD extends ALuModalPanelComponent {
163
163
  super(_ref, _elementRef, _renderer);
164
164
  this.class = true;
165
165
  }
166
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuModalPanelComponentDefaultCD, deps: [{ token: ALuModalRef }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
167
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: LuModalPanelComponentDefaultCD, isStandalone: true, selector: "lu-modal-panel-default", host: { properties: { "class.lu-modal-panel": "this.class" } }, usesInheritance: true, ngImport: i0, template: "<div\r\n\tcdkTrapFocus=\"true\"\r\n\tcdkTrapFocusAutoCapture=\"true\"\r\n\trole=\"dialog\"\r\n\taria-modal=\"true\"\r\n\t[attr.aria-labelledby]=\"'luModalTitle' + modalId\"\r\n\t[ngClass]=\"modalClasses.panelInner\"\r\n>\r\n\t<div [ngClass]=\"modalClasses.panelContainer\" role=\"document\">\r\n\t\t<div class=\"lu-modal-header\" tabindex=\"-1\" cdkFocusInitial>\r\n\t\t\t<button type=\"button\" class=\"actionIcon mod-S lu-modal-header-close\" (click)=\"dismiss()\" [luTooltip]=\"closeLabel\">\r\n\t\t\t\t<span aria-hidden=\"true\" class=\"lucca-icon icon-cross\"></span>\r\n\t\t\t\t<span class=\"u-mask\">{{ closeLabel }}</span>\r\n\t\t\t</button>\r\n\t\t\t<h1 [attr.id]=\"'luModalTitle' + modalId\" class=\"lu-modal-header-title\">{{ title$ | async }}</h1>\r\n\t\t</div>\r\n\t\t<div class=\"lu-modal-content\">\r\n\t\t\t<ng-container #container></ng-container>\r\n\t\t</div>\r\n\t\t<div class=\"lu-modal-footer\">\r\n\t\t\t<button\r\n\t\t\t\ttype=\"button\"\r\n\t\t\t\t*ngIf=\"!isSubmitHidden\"\r\n\t\t\t\tclass=\"button palette-{{ submitPalette }}\"\r\n\t\t\t\t[disabled]=\"submitDisabled$ | async\"\r\n\t\t\t\t[class.mod-counter]=\"hasSubmitCounter$ | async\"\r\n\t\t\t\t[ngClass]=\"submitClass$ | async\"\r\n\t\t\t\t(click)=\"submit()\"\r\n\t\t\t>\r\n\t\t\t\t{{ submitLabel$ | async }}\r\n\t\t\t\t<label class=\"button-counter\" *ngIf=\"hasSubmitCounter$ | async\">{{ submitCounter$ | async }}</label>\r\n\t\t\t</button>\r\n\t\t\t<button type=\"button\" class=\"button mod-text\" (click)=\"dismiss()\">{{ cancelLabel$ | async }}</button>\r\n\t\t</div>\r\n\t</div>\r\n</div>\r\n", styles: [""], dependencies: [{ kind: "ngmodule", type: A11yModule }, { kind: "directive", type: i2.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }, { kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "ngmodule", type: LuTooltipModule }, { kind: "directive", type: i3.LuTooltipTriggerDirective, selector: "[luTooltip]", inputs: ["luTooltip", "luTooltipEnterDelay", "luTooltipLeaveDelay", "luTooltipDisabled", "luTooltipPosition", "luTooltipWhenEllipsis"], outputs: ["luTooltipOnOpen", "luTooltipOnClose"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.Default }); }
166
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuModalPanelComponentDefaultCD, deps: [{ token: ALuModalRef }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
167
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuModalPanelComponentDefaultCD, isStandalone: true, selector: "lu-modal-panel-default", host: { properties: { "class.lu-modal-panel": "this.class" } }, usesInheritance: true, ngImport: i0, template: "<div\r\n\tcdkTrapFocus=\"true\"\r\n\tcdkTrapFocusAutoCapture=\"true\"\r\n\trole=\"dialog\"\r\n\taria-modal=\"true\"\r\n\t[attr.aria-labelledby]=\"'luModalTitle' + modalId\"\r\n\t[ngClass]=\"modalClasses.panelInner\"\r\n>\r\n\t<div [ngClass]=\"modalClasses.panelContainer\" role=\"document\">\r\n\t\t<div class=\"lu-modal-header\" tabindex=\"-1\" cdkFocusInitial>\r\n\t\t\t<button type=\"button\" class=\"actionIcon mod-S lu-modal-header-close\" (click)=\"dismiss()\" [luTooltip]=\"closeLabel\">\r\n\t\t\t\t<span aria-hidden=\"true\" class=\"lucca-icon icon-cross\"></span>\r\n\t\t\t\t<span class=\"u-mask\">{{ closeLabel }}</span>\r\n\t\t\t</button>\r\n\t\t\t<h1 [attr.id]=\"'luModalTitle' + modalId\" class=\"lu-modal-header-title\">{{ title$ | async }}</h1>\r\n\t\t</div>\r\n\t\t<div class=\"lu-modal-content\">\r\n\t\t\t<ng-container #container></ng-container>\r\n\t\t</div>\r\n\t\t<div class=\"lu-modal-footer\">\r\n\t\t\t<button\r\n\t\t\t\ttype=\"button\"\r\n\t\t\t\t*ngIf=\"!isSubmitHidden\"\r\n\t\t\t\tclass=\"button palette-{{ submitPalette }}\"\r\n\t\t\t\t[disabled]=\"submitDisabled$ | async\"\r\n\t\t\t\t[class.mod-counter]=\"hasSubmitCounter$ | async\"\r\n\t\t\t\t[ngClass]=\"submitClass$ | async\"\r\n\t\t\t\t(click)=\"submit()\"\r\n\t\t\t>\r\n\t\t\t\t{{ submitLabel$ | async }}\r\n\t\t\t\t<label class=\"button-counter\" *ngIf=\"hasSubmitCounter$ | async\">{{ submitCounter$ | async }}</label>\r\n\t\t\t</button>\r\n\t\t\t<button type=\"button\" class=\"button mod-text\" (click)=\"dismiss()\">{{ cancelLabel$ | async }}</button>\r\n\t\t</div>\r\n\t</div>\r\n</div>\r\n", styles: [""], dependencies: [{ kind: "ngmodule", type: A11yModule }, { kind: "directive", type: i2.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }, { kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "ngmodule", type: LuTooltipModule }, { kind: "directive", type: i3.LuTooltipTriggerDirective, selector: "[luTooltip]", inputs: ["luTooltip", "luTooltipEnterDelay", "luTooltipLeaveDelay", "luTooltipDisabled", "luTooltipPosition", "luTooltipWhenEllipsis"], outputs: ["luTooltipOnOpen", "luTooltipOnClose"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.Default }); }
168
168
  }
169
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuModalPanelComponentDefaultCD, decorators: [{
169
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuModalPanelComponentDefaultCD, decorators: [{
170
170
  type: Component,
171
171
  args: [{ selector: 'lu-modal-panel-default', standalone: true, imports: panelImports, changeDetection: ChangeDetectionStrategy.Default, template: "<div\r\n\tcdkTrapFocus=\"true\"\r\n\tcdkTrapFocusAutoCapture=\"true\"\r\n\trole=\"dialog\"\r\n\taria-modal=\"true\"\r\n\t[attr.aria-labelledby]=\"'luModalTitle' + modalId\"\r\n\t[ngClass]=\"modalClasses.panelInner\"\r\n>\r\n\t<div [ngClass]=\"modalClasses.panelContainer\" role=\"document\">\r\n\t\t<div class=\"lu-modal-header\" tabindex=\"-1\" cdkFocusInitial>\r\n\t\t\t<button type=\"button\" class=\"actionIcon mod-S lu-modal-header-close\" (click)=\"dismiss()\" [luTooltip]=\"closeLabel\">\r\n\t\t\t\t<span aria-hidden=\"true\" class=\"lucca-icon icon-cross\"></span>\r\n\t\t\t\t<span class=\"u-mask\">{{ closeLabel }}</span>\r\n\t\t\t</button>\r\n\t\t\t<h1 [attr.id]=\"'luModalTitle' + modalId\" class=\"lu-modal-header-title\">{{ title$ | async }}</h1>\r\n\t\t</div>\r\n\t\t<div class=\"lu-modal-content\">\r\n\t\t\t<ng-container #container></ng-container>\r\n\t\t</div>\r\n\t\t<div class=\"lu-modal-footer\">\r\n\t\t\t<button\r\n\t\t\t\ttype=\"button\"\r\n\t\t\t\t*ngIf=\"!isSubmitHidden\"\r\n\t\t\t\tclass=\"button palette-{{ submitPalette }}\"\r\n\t\t\t\t[disabled]=\"submitDisabled$ | async\"\r\n\t\t\t\t[class.mod-counter]=\"hasSubmitCounter$ | async\"\r\n\t\t\t\t[ngClass]=\"submitClass$ | async\"\r\n\t\t\t\t(click)=\"submit()\"\r\n\t\t\t>\r\n\t\t\t\t{{ submitLabel$ | async }}\r\n\t\t\t\t<label class=\"button-counter\" *ngIf=\"hasSubmitCounter$ | async\">{{ submitCounter$ | async }}</label>\r\n\t\t\t</button>\r\n\t\t\t<button type=\"button\" class=\"button mod-text\" (click)=\"dismiss()\">{{ cancelLabel$ | async }}</button>\r\n\t\t</div>\r\n\t</div>\r\n</div>\r\n" }]
172
172
  }], ctorParameters: function () { return [{ type: ALuModalRef }, { type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { class: [{
@@ -235,10 +235,10 @@ class LuModalRefFactory {
235
235
  forge(component, config) {
236
236
  return new LuModalRef(this._overlay, this._injector, component, config, this._applicationRef);
237
237
  }
238
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuModalRefFactory, deps: [{ token: i1.Overlay }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
239
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuModalRefFactory }); }
238
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuModalRefFactory, deps: [{ token: i1.Overlay }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
239
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuModalRefFactory }); }
240
240
  }
241
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuModalRefFactory, decorators: [{
241
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuModalRefFactory, decorators: [{
242
242
  type: Injectable
243
243
  }], ctorParameters: function () { return [{ type: i1.Overlay }, { type: i0.Injector }]; } });
244
244
 
@@ -253,10 +253,10 @@ class LuModal {
253
253
  ref.open(data);
254
254
  return ref;
255
255
  }
256
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuModal, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
257
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuModal }); }
256
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuModal, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
257
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuModal }); }
258
258
  }
259
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuModal, decorators: [{
259
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuModal, decorators: [{
260
260
  type: Injectable
261
261
  }] });
262
262
 
@@ -268,11 +268,11 @@ function provideLuModal() {
268
268
  return [LuModal, { provide: LU_MODAL_REF_FACTORY, useClass: LuModalRefFactory }];
269
269
  }
270
270
  class LuModalModule {
271
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuModalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
272
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0", ngImport: i0, type: LuModalModule, imports: [OverlayModule] }); }
273
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuModalModule, providers: [provideLuModal()], imports: [OverlayModule] }); }
271
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuModalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
272
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.3", ngImport: i0, type: LuModalModule, imports: [OverlayModule] }); }
273
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuModalModule, providers: [provideLuModal()], imports: [OverlayModule] }); }
274
274
  }
275
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuModalModule, decorators: [{
275
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuModalModule, decorators: [{
276
276
  type: NgModule,
277
277
  args: [{
278
278
  imports: [OverlayModule],
@@ -20,10 +20,10 @@ class LuNumberPipe {
20
20
  return integral;
21
21
  }
22
22
  }
23
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuNumberPipe, deps: [{ token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Pipe }); }
24
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.0.0", ngImport: i0, type: LuNumberPipe, isStandalone: true, name: "luNumber" }); }
23
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuNumberPipe, deps: [{ token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Pipe }); }
24
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.3", ngImport: i0, type: LuNumberPipe, isStandalone: true, name: "luNumber" }); }
25
25
  }
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuNumberPipe, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuNumberPipe, decorators: [{
27
27
  type: Pipe,
28
28
  args: [{
29
29
  name: 'luNumber',
@@ -36,11 +36,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImpor
36
36
  }] }]; } });
37
37
 
38
38
  class LuNumberModule {
39
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuNumberModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
40
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0", ngImport: i0, type: LuNumberModule, imports: [LuNumberPipe], exports: [LuNumberPipe] }); }
41
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuNumberModule }); }
39
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuNumberModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
40
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.3", ngImport: i0, type: LuNumberModule, imports: [LuNumberPipe], exports: [LuNumberPipe] }); }
41
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuNumberModule }); }
42
42
  }
43
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuNumberModule, decorators: [{
43
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuNumberModule, decorators: [{
44
44
  type: NgModule,
45
45
  args: [{
46
46
  imports: [LuNumberPipe],