@lucca-front/ng 18.1.1 → 18.1.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 (265) hide show
  1. package/a11y/public-api.d.ts +1 -0
  2. package/a11y/skip-links/skip-links.translate.d.ts +3 -3
  3. package/a11y/skip-links/translations.d.ts +50 -0
  4. package/callout/callout.translate.d.ts +3 -3
  5. package/callout/translations.d.ts +26 -0
  6. package/core/translate/intl.model.d.ts +2 -5
  7. package/core/translate/translation.model.d.ts +4 -0
  8. package/core-select/api/api-v3.directive.d.ts +1 -0
  9. package/core-select/api/api-v4.directive.d.ts +1 -0
  10. package/core-select/api/api.directive.d.ts +8 -0
  11. package/core-select/establishment/establishments.directive.d.ts +1 -0
  12. package/core-select/input/select-input.component.d.ts +2 -1
  13. package/core-select/job-qualification/job-qualifications.directive.d.ts +1 -0
  14. package/core-select/panel/index.d.ts +1 -0
  15. package/core-select/panel/key-manager.d.ts +23 -0
  16. package/core-select/public-api.d.ts +1 -0
  17. package/core-select/select.translate.d.ts +3 -3
  18. package/core-select/translations.d.ts +26 -0
  19. package/core-select/user/public-api.d.ts +1 -0
  20. package/core-select/user/translations.d.ts +26 -0
  21. package/core-select/user/user-homonym.service.d.ts +2 -2
  22. package/core-select/user/user.translate.d.ts +3 -3
  23. package/core-select/user/users.directive.d.ts +13 -2
  24. package/date/input/date-input.translate.d.ts +3 -4
  25. package/date/input/translations.d.ts +58 -0
  26. package/date/select/date-select-input.translate.d.ts +3 -4
  27. package/date/select/translations.d.ts +58 -0
  28. package/department/select/input/department-select-input.translate.d.ts +3 -3
  29. package/department/select/input/translations.d.ts +26 -0
  30. package/dialog/dialog-header/dialog-header.translate.d.ts +3 -3
  31. package/dialog/dialog-header/translations.d.ts +26 -0
  32. package/dialog/model/dialog-config.d.ts +4 -0
  33. package/dialog/public-api.d.ts +6 -5
  34. package/esm2022/a11y/public-api.mjs +2 -1
  35. package/esm2022/a11y/skip-links/skip-links.translate.mjs +3 -21
  36. package/esm2022/a11y/skip-links/translations.mjs +51 -0
  37. package/esm2022/api/select/input/api-select-input.component.mjs +3 -3
  38. package/esm2022/button/button.component.mjs +2 -2
  39. package/esm2022/callout/callout/callout.component.mjs +3 -3
  40. package/esm2022/callout/callout.translate.mjs +3 -12
  41. package/esm2022/callout/translations.mjs +27 -0
  42. package/esm2022/core/translate/intl.model.mjs +4 -7
  43. package/esm2022/core/translate/translation.model.mjs +1 -1
  44. package/esm2022/core-select/api/api-v3.directive.mjs +2 -1
  45. package/esm2022/core-select/api/api-v4.directive.mjs +2 -1
  46. package/esm2022/core-select/api/api.directive.mjs +12 -5
  47. package/esm2022/core-select/establishment/establishments.directive.mjs +3 -8
  48. package/esm2022/core-select/input/select-input.component.mjs +5 -2
  49. package/esm2022/core-select/job-qualification/job-qualifications.directive.mjs +3 -8
  50. package/esm2022/core-select/option/default-option.component.mjs +3 -2
  51. package/esm2022/core-select/option/option.component.mjs +3 -3
  52. package/esm2022/core-select/panel/index.mjs +2 -1
  53. package/esm2022/core-select/panel/key-manager.mjs +79 -0
  54. package/esm2022/core-select/public-api.mjs +2 -1
  55. package/esm2022/core-select/select.translate.mjs +3 -18
  56. package/esm2022/core-select/translations.mjs +27 -0
  57. package/esm2022/core-select/user/public-api.mjs +2 -1
  58. package/esm2022/core-select/user/translations.mjs +27 -0
  59. package/esm2022/core-select/user/user-homonym.service.mjs +9 -14
  60. package/esm2022/core-select/user/user.translate.mjs +3 -18
  61. package/esm2022/core-select/user/users.directive.mjs +32 -33
  62. package/esm2022/date/input/date-input.directive.mjs +2 -2
  63. package/esm2022/date/input/date-input.translate.mjs +3 -35
  64. package/esm2022/date/input/translations.mjs +59 -0
  65. package/esm2022/date/select/date-select-input.component.mjs +4 -4
  66. package/esm2022/date/select/date-select-input.translate.mjs +3 -27
  67. package/esm2022/date/select/translations.mjs +59 -0
  68. package/esm2022/department/select/input/department-select-input.component.mjs +3 -3
  69. package/esm2022/department/select/input/department-select-input.translate.mjs +3 -12
  70. package/esm2022/department/select/input/translations.mjs +27 -0
  71. package/esm2022/dialog/dialog/dialog.component.mjs +2 -2
  72. package/esm2022/dialog/dialog-footer/dialog-footer.component.mjs +2 -3
  73. package/esm2022/dialog/dialog-header/dialog-header.component.mjs +4 -5
  74. package/esm2022/dialog/dialog-header/dialog-header.translate.mjs +3 -18
  75. package/esm2022/dialog/dialog-header/translations.mjs +27 -0
  76. package/esm2022/dialog/dialog.service.mjs +4 -4
  77. package/esm2022/dialog/model/dialog-config.mjs +1 -1
  78. package/esm2022/dialog/public-api.mjs +7 -6
  79. package/esm2022/empty-state/empty-state-page/empty-state-page.component.mjs +3 -3
  80. package/esm2022/empty-state/empty-state-section/empty-state-section.component.mjs +3 -3
  81. package/esm2022/establishment/select/input/establishment-select-input.component.mjs +3 -3
  82. package/esm2022/establishment/select/input/establishment-select-input.translate.mjs +3 -12
  83. package/esm2022/establishment/select/input/translations.mjs +27 -0
  84. package/esm2022/establishment/select/select-all/index.mjs +1 -2
  85. package/esm2022/form-field/form-field.translate.mjs +3 -9
  86. package/esm2022/form-field/public-api.mjs +4 -3
  87. package/esm2022/form-field/translations.mjs +27 -0
  88. package/esm2022/forms/number-input/number-input.translate.mjs +3 -9
  89. package/esm2022/forms/number-input/translations.mjs +27 -0
  90. package/esm2022/forms/public-api.mjs +3 -1
  91. package/esm2022/forms/radio-group-input/radio/radio.component.mjs +3 -3
  92. package/esm2022/forms/text-input/text-input.translate.mjs +3 -11
  93. package/esm2022/forms/text-input/translations.mjs +35 -0
  94. package/esm2022/icon/icon.component.mjs +3 -3
  95. package/esm2022/modal/modal.translate.mjs +3 -28
  96. package/esm2022/modal/translations.mjs +43 -0
  97. package/esm2022/multi-select/displayer/default-displayer.translate.mjs +3 -33
  98. package/esm2022/multi-select/displayer/index.mjs +3 -2
  99. package/esm2022/multi-select/displayer/translations.mjs +51 -0
  100. package/esm2022/multi-select/input/panel-ref.factory.mjs +2 -2
  101. package/esm2022/multi-select/input/select-input.component.mjs +3 -3
  102. package/esm2022/multi-select/panel/panel.component.mjs +20 -28
  103. package/esm2022/multi-select/select.translate.mjs +3 -68
  104. package/esm2022/multi-select/translations.mjs +107 -0
  105. package/esm2022/new-badge/new-badge.component.mjs +2 -2
  106. package/esm2022/numeric-badge/numeric-badge.component.mjs +2 -2
  107. package/esm2022/option/item/option-item.component.mjs +3 -3
  108. package/esm2022/option/item/translations.mjs +35 -0
  109. package/esm2022/option/item/tree-option-item.component.mjs +3 -3
  110. package/esm2022/option/item/tree-option-item.translate.mjs +3 -11
  111. package/esm2022/option/picker/option-picker.component.mjs +2 -2
  112. package/esm2022/option/placeholder/option-placeholder.translate.mjs +3 -15
  113. package/esm2022/option/placeholder/translations.mjs +35 -0
  114. package/esm2022/option/selector/all/select-all.translate.mjs +3 -23
  115. package/esm2022/option/selector/all/translations.mjs +35 -0
  116. package/esm2022/popover2/content/popover-content/popover-content.component.mjs +3 -3
  117. package/esm2022/popover2/popover.directive.mjs +13 -11
  118. package/esm2022/popover2/popover.translate.mjs +3 -18
  119. package/esm2022/popover2/public-api.mjs +2 -1
  120. package/esm2022/popover2/translations.mjs +27 -0
  121. package/esm2022/popup-employee/card/panel/user-popover-panel.component.mjs +3 -3
  122. package/esm2022/popup-employee/popup-employee.translate.mjs +3 -68
  123. package/esm2022/popup-employee/public-api.mjs +2 -1
  124. package/esm2022/popup-employee/translations.mjs +107 -0
  125. package/esm2022/qualification/select/input/qualification-select-input.component.mjs +3 -3
  126. package/esm2022/qualification/select/input/qualification-select-input.translate.mjs +3 -12
  127. package/esm2022/qualification/select/input/translations.mjs +27 -0
  128. package/esm2022/select/input/select-input.component.mjs +2 -2
  129. package/esm2022/sidepanel/sidepanel.model.mjs +2 -2
  130. package/esm2022/simple-select/input/select-input.component.mjs +3 -3
  131. package/esm2022/simple-select/panel/panel.component.mjs +18 -32
  132. package/esm2022/simple-select/select.translate.mjs +3 -38
  133. package/esm2022/simple-select/translations.mjs +59 -0
  134. package/esm2022/skeleton/skeleton-button/skeleton-button.component.mjs +2 -2
  135. package/esm2022/time/duration-picker/duration-picker.translate.mjs +7 -0
  136. package/esm2022/time/duration-picker/translations.mjs +43 -0
  137. package/esm2022/time/public-api.mjs +3 -1
  138. package/esm2022/time/time-picker/time-picker.translate.mjs +3 -13
  139. package/esm2022/time/time-picker/translations.mjs +43 -0
  140. package/esm2022/toast/toasts.translate.mjs +3 -12
  141. package/esm2022/toast/translations.mjs +27 -0
  142. package/esm2022/user/picture/user-picture.component.mjs +2 -2
  143. package/esm2022/user/select/input/translations.mjs +35 -0
  144. package/esm2022/user/select/input/user-select-input.component.mjs +3 -3
  145. package/esm2022/user/select/input/user-select-input.translate.mjs +3 -19
  146. package/esm2022/user/select/searcher/translations.mjs +27 -0
  147. package/esm2022/user/select/searcher/user-searcher.translate.mjs +3 -15
  148. package/esm2022/user/tile/user-tile.component.mjs +2 -2
  149. package/establishment/select/input/establishment-select-input.translate.d.ts +3 -3
  150. package/establishment/select/input/translations.d.ts +26 -0
  151. package/establishment/select/select-all/index.d.ts +0 -1
  152. package/fesm2022/lucca-front-ng-a11y.mjs +42 -10
  153. package/fesm2022/lucca-front-ng-a11y.mjs.map +1 -1
  154. package/fesm2022/lucca-front-ng-api.mjs +2 -2
  155. package/fesm2022/lucca-front-ng-api.mjs.map +1 -1
  156. package/fesm2022/lucca-front-ng-button.mjs +2 -2
  157. package/fesm2022/lucca-front-ng-button.mjs.map +1 -1
  158. package/fesm2022/lucca-front-ng-callout.mjs +23 -6
  159. package/fesm2022/lucca-front-ng-callout.mjs.map +1 -1
  160. package/fesm2022/lucca-front-ng-core-select-api.mjs +14 -5
  161. package/fesm2022/lucca-front-ng-core-select-api.mjs.map +1 -1
  162. package/fesm2022/lucca-front-ng-core-select-establishment.mjs +2 -7
  163. package/fesm2022/lucca-front-ng-core-select-establishment.mjs.map +1 -1
  164. package/fesm2022/lucca-front-ng-core-select-job-qualification.mjs +2 -7
  165. package/fesm2022/lucca-front-ng-core-select-job-qualification.mjs.map +1 -1
  166. package/fesm2022/lucca-front-ng-core-select-user.mjs +72 -67
  167. package/fesm2022/lucca-front-ng-core-select-user.mjs.map +1 -1
  168. package/fesm2022/lucca-front-ng-core-select.mjs +105 -14
  169. package/fesm2022/lucca-front-ng-core-select.mjs.map +1 -1
  170. package/fesm2022/lucca-front-ng-core.mjs +3 -6
  171. package/fesm2022/lucca-front-ng-core.mjs.map +1 -1
  172. package/fesm2022/lucca-front-ng-date.mjs +96 -36
  173. package/fesm2022/lucca-front-ng-date.mjs.map +1 -1
  174. package/fesm2022/lucca-front-ng-department.mjs +23 -6
  175. package/fesm2022/lucca-front-ng-department.mjs.map +1 -1
  176. package/fesm2022/lucca-front-ng-dialog.mjs +139 -130
  177. package/fesm2022/lucca-front-ng-dialog.mjs.map +1 -1
  178. package/fesm2022/lucca-front-ng-empty-state.mjs +4 -4
  179. package/fesm2022/lucca-front-ng-empty-state.mjs.map +1 -1
  180. package/fesm2022/lucca-front-ng-establishment.mjs +25 -31
  181. package/fesm2022/lucca-front-ng-establishment.mjs.map +1 -1
  182. package/fesm2022/lucca-front-ng-form-field.mjs +27 -7
  183. package/fesm2022/lucca-front-ng-form-field.mjs.map +1 -1
  184. package/fesm2022/lucca-front-ng-forms.mjs +57 -11
  185. package/fesm2022/lucca-front-ng-forms.mjs.map +1 -1
  186. package/fesm2022/lucca-front-ng-icon.mjs +2 -2
  187. package/fesm2022/lucca-front-ng-icon.mjs.map +1 -1
  188. package/fesm2022/lucca-front-ng-modal.mjs +25 -8
  189. package/fesm2022/lucca-front-ng-modal.mjs.map +1 -1
  190. package/fesm2022/lucca-front-ng-multi-select.mjs +149 -95
  191. package/fesm2022/lucca-front-ng-multi-select.mjs.map +1 -1
  192. package/fesm2022/lucca-front-ng-new-badge.mjs +2 -2
  193. package/fesm2022/lucca-front-ng-new-badge.mjs.map +1 -1
  194. package/fesm2022/lucca-front-ng-numeric-badge.mjs +2 -2
  195. package/fesm2022/lucca-front-ng-numeric-badge.mjs.map +1 -1
  196. package/fesm2022/lucca-front-ng-option.mjs +88 -26
  197. package/fesm2022/lucca-front-ng-option.mjs.map +1 -1
  198. package/fesm2022/lucca-front-ng-popover2.mjs +32 -19
  199. package/fesm2022/lucca-front-ng-popover2.mjs.map +1 -1
  200. package/fesm2022/lucca-front-ng-popup-employee.mjs +64 -23
  201. package/fesm2022/lucca-front-ng-popup-employee.mjs.map +1 -1
  202. package/fesm2022/lucca-front-ng-qualification.mjs +24 -7
  203. package/fesm2022/lucca-front-ng-qualification.mjs.map +1 -1
  204. package/fesm2022/lucca-front-ng-select.mjs +2 -2
  205. package/fesm2022/lucca-front-ng-select.mjs.map +1 -1
  206. package/fesm2022/lucca-front-ng-sidepanel.mjs.map +1 -1
  207. package/fesm2022/lucca-front-ng-simple-select.mjs +52 -43
  208. package/fesm2022/lucca-front-ng-simple-select.mjs.map +1 -1
  209. package/fesm2022/lucca-front-ng-skeleton.mjs +2 -2
  210. package/fesm2022/lucca-front-ng-skeleton.mjs.map +1 -1
  211. package/fesm2022/lucca-front-ng-time.mjs +87 -7
  212. package/fesm2022/lucca-front-ng-time.mjs.map +1 -1
  213. package/fesm2022/lucca-front-ng-toast.mjs +21 -4
  214. package/fesm2022/lucca-front-ng-toast.mjs.map +1 -1
  215. package/fesm2022/lucca-front-ng-user.mjs +52 -20
  216. package/fesm2022/lucca-front-ng-user.mjs.map +1 -1
  217. package/form-field/form-field.translate.d.ts +3 -3
  218. package/form-field/public-api.d.ts +3 -2
  219. package/form-field/translations.d.ts +26 -0
  220. package/forms/number-input/number-input.translate.d.ts +3 -3
  221. package/forms/number-input/translations.d.ts +26 -0
  222. package/forms/public-api.d.ts +2 -0
  223. package/forms/text-input/text-input.translate.d.ts +3 -3
  224. package/forms/text-input/translations.d.ts +34 -0
  225. package/modal/modal.translate.d.ts +3 -3
  226. package/modal/translations.d.ts +42 -0
  227. package/multi-select/displayer/default-displayer.translate.d.ts +3 -3
  228. package/multi-select/displayer/index.d.ts +2 -1
  229. package/multi-select/displayer/translations.d.ts +50 -0
  230. package/multi-select/panel/panel.component.d.ts +6 -5
  231. package/multi-select/select.translate.d.ts +3 -3
  232. package/multi-select/translations.d.ts +106 -0
  233. package/option/item/translations.d.ts +34 -0
  234. package/option/item/tree-option-item.translate.d.ts +3 -3
  235. package/option/placeholder/option-placeholder.translate.d.ts +3 -3
  236. package/option/placeholder/translations.d.ts +34 -0
  237. package/option/selector/all/select-all.translate.d.ts +3 -3
  238. package/option/selector/all/translations.d.ts +34 -0
  239. package/package.json +15 -15
  240. package/popover2/popover.translate.d.ts +3 -3
  241. package/popover2/public-api.d.ts +1 -0
  242. package/popover2/translations.d.ts +26 -0
  243. package/popup-employee/popup-employee.translate.d.ts +3 -3
  244. package/popup-employee/public-api.d.ts +1 -0
  245. package/popup-employee/translations.d.ts +106 -0
  246. package/qualification/select/input/qualification-select-input.translate.d.ts +3 -3
  247. package/qualification/select/input/translations.d.ts +26 -0
  248. package/sidepanel/sidepanel.model.d.ts +3 -3
  249. package/simple-select/panel/panel.component.d.ts +6 -5
  250. package/simple-select/select.translate.d.ts +3 -3
  251. package/simple-select/translations.d.ts +58 -0
  252. package/src/definitions/user/user-tile.scss +1 -1
  253. package/time/duration-picker/duration-picker.translate.d.ts +9 -0
  254. package/time/duration-picker/translations.d.ts +42 -0
  255. package/time/public-api.d.ts +2 -0
  256. package/time/time-picker/time-picker.translate.d.ts +3 -3
  257. package/time/time-picker/translations.d.ts +42 -0
  258. package/toast/toasts.translate.d.ts +3 -3
  259. package/toast/translations.d.ts +26 -0
  260. package/user/select/input/translations.d.ts +34 -0
  261. package/user/select/input/user-select-input.translate.d.ts +3 -3
  262. package/user/select/searcher/translations.d.ts +26 -0
  263. package/user/select/searcher/user-searcher.translate.d.ts +3 -3
  264. package/esm2022/establishment/select/select-all/establishment-select-all.translate.mjs +0 -23
  265. package/establishment/select/select-all/establishment-select-all.translate.d.ts +0 -3
@@ -1 +1,2 @@
1
1
  export * from './skip-links/skip-links.component';
2
+ export * from './skip-links/skip-links.translate';
@@ -1,6 +1,6 @@
1
1
  import { InjectionToken } from '@angular/core';
2
- import { ILuTranslation } from '@lucca-front/ng/core';
3
- export declare const LU_SKIP_LINKS_TRANSLATIONS: InjectionToken<ILuTranslation<ILuSkipLinksLabel>>;
2
+ import { LuTranslation } from '@lucca-front/ng/core';
3
+ export declare const LU_SKIP_LINKS_TRANSLATIONS: InjectionToken<LuTranslation<ILuSkipLinksLabel>>;
4
4
  export interface ILuSkipLinksLabel {
5
5
  Goto: string;
6
6
  Goto_Nav_Banner: string;
@@ -13,4 +13,4 @@ export declare abstract class ALuSkipLinksLabel {
13
13
  Goto_Nav_Navside: string;
14
14
  Goto_Content: string;
15
15
  }
16
- export declare const luSkipLinksTranslations: ILuTranslation<ILuSkipLinksLabel>;
16
+ export declare const luSkipLinksTranslations: LuTranslation<ILuSkipLinksLabel>;
@@ -0,0 +1,50 @@
1
+ export declare const Translations: {
2
+ en: {
3
+ Goto: string;
4
+ Goto_Nav_Banner: string;
5
+ Goto_Nav_Navside: string;
6
+ Goto_Content: string;
7
+ };
8
+ de: {
9
+ Goto: string;
10
+ Goto_Nav_Banner: string;
11
+ Goto_Nav_Navside: string;
12
+ Goto_Content: string;
13
+ };
14
+ fr: {
15
+ Goto: string;
16
+ Goto_Nav_Banner: string;
17
+ Goto_Nav_Navside: string;
18
+ Goto_Content: string;
19
+ };
20
+ it: {
21
+ Goto: string;
22
+ Goto_Nav_Banner: string;
23
+ Goto_Nav_Navside: string;
24
+ Goto_Content: string;
25
+ };
26
+ nl: {
27
+ Goto: string;
28
+ Goto_Nav_Banner: string;
29
+ Goto_Nav_Navside: string;
30
+ Goto_Content: string;
31
+ };
32
+ 'nl-BE': {
33
+ Goto: string;
34
+ Goto_Nav_Banner: string;
35
+ Goto_Nav_Navside: string;
36
+ Goto_Content: string;
37
+ };
38
+ es: {
39
+ Goto: string;
40
+ Goto_Nav_Banner: string;
41
+ Goto_Nav_Navside: string;
42
+ Goto_Content: string;
43
+ };
44
+ pt: {
45
+ Goto: string;
46
+ Goto_Nav_Banner: string;
47
+ Goto_Nav_Navside: string;
48
+ Goto_Content: string;
49
+ };
50
+ };
@@ -1,7 +1,7 @@
1
1
  import { InjectionToken } from '@angular/core';
2
- import { ILuTranslation } from '@lucca-front/ng/core';
3
- export declare const LU_CALLOUT_TRANSLATIONS: InjectionToken<ILuTranslation<LuCalloutLabel>>;
2
+ import { LuTranslation } from '@lucca-front/ng/core';
3
+ export declare const LU_CALLOUT_TRANSLATIONS: InjectionToken<LuTranslation<LuCalloutLabel>>;
4
4
  export interface LuCalloutLabel {
5
5
  close: string;
6
6
  }
7
- export declare const luCalloutTranslations: ILuTranslation<LuCalloutLabel>;
7
+ export declare const luCalloutTranslations: LuTranslation<LuCalloutLabel>;
@@ -0,0 +1,26 @@
1
+ export declare const Translations: {
2
+ en: {
3
+ close: string;
4
+ };
5
+ de: {
6
+ close: string;
7
+ };
8
+ fr: {
9
+ close: string;
10
+ };
11
+ it: {
12
+ close: string;
13
+ };
14
+ nl: {
15
+ close: string;
16
+ };
17
+ 'nl-BE': {
18
+ close: string;
19
+ };
20
+ es: {
21
+ close: string;
22
+ };
23
+ pt: {
24
+ close: string;
25
+ };
26
+ };
@@ -1,6 +1,3 @@
1
1
  import { InjectionToken } from '@angular/core';
2
- import { ILuTranslation } from './translation.model';
3
- export type ILuIntl<T> = {
4
- [P in keyof T]: string;
5
- };
6
- export declare function getIntl<T>(translationsToken: InjectionToken<ILuTranslation<T>>): T;
2
+ import { LuTranslation } from './translation.model';
3
+ export declare function getIntl<T>(translationsToken: InjectionToken<LuTranslation<T>>): T;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @deprecated use `LuTranslation` instead.
3
+ */
1
4
  export interface ILuTranslation<T> {
2
5
  en: T;
3
6
  fr: T;
@@ -7,3 +10,4 @@ export interface ILuTranslation<T> {
7
10
  de?: T;
8
11
  pt?: T;
9
12
  }
13
+ export type LuTranslation<T> = Record<string, T>;
@@ -20,6 +20,7 @@ export declare class LuCoreSelectApiV3Directive<T extends ILuApiItem> extends AL
20
20
  }>;
21
21
  protected getOptions(params: Record<string, string | number | boolean>, page: number): Observable<T[]>;
22
22
  protected optionComparer: (a: T, b: T) => boolean;
23
+ protected optionKey: (option: T) => number;
23
24
  static ɵfac: i0.ɵɵFactoryDeclaration<LuCoreSelectApiV3Directive<any>, never>;
24
25
  static ɵdir: i0.ɵɵDirectiveDeclaration<LuCoreSelectApiV3Directive<any>, "lu-simple-select[apiV3],lu-multi-select[apiV3]", never, { "apiV3": { "alias": "apiV3"; "required": false; }; "fields": { "alias": "fields"; "required": false; }; "orderBy": { "alias": "orderBy"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; }, {}, never, never, true, never>;
25
26
  }
@@ -14,6 +14,7 @@ export declare class LuCoreSelectApiV4Directive<T extends ILuApiItem> extends AL
14
14
  protected params$: Observable<Record<string, string | number | boolean>>;
15
15
  protected getOptions(params: Record<string, string | number | boolean>, page: number): Observable<T[]>;
16
16
  protected optionComparer: (a: T, b: T) => boolean;
17
+ protected optionKey: (option: T) => number;
17
18
  static ɵfac: i0.ɵɵFactoryDeclaration<LuCoreSelectApiV4Directive<any>, never>;
18
19
  static ɵdir: i0.ɵɵDirectiveDeclaration<LuCoreSelectApiV4Directive<any>, "lu-simple-select[apiV4],lu-multi-select[apiV4]", never, { "apiV4": { "alias": "apiV4"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; }, {}, never, never, true, never>;
19
20
  }
@@ -19,12 +19,20 @@ export declare abstract class ALuCoreSelectApiDirective<TOption, TParams = Recor
19
19
  * Compare two options to know if they are the same. For example, compare by id or by JSON
20
20
  */
21
21
  protected abstract optionComparer: (a: TOption, b: TOption) => boolean;
22
+ /**
23
+ * Return a key to identify the option in for-of loops
24
+ */
25
+ protected optionKey?: (option: TOption) => unknown;
22
26
  /**
23
27
  * Return the options for the given params and page
24
28
  */
25
29
  protected abstract getOptions(params: TParams, page: number): Observable<TOption[]>;
26
30
  ngOnInit(): void;
27
31
  protected buildOptions(): Observable<TOption[]>;
32
+ protected getOptionsPage(params: TParams, page: number): Observable<{
33
+ items: TOption[];
34
+ isLastPage: boolean;
35
+ }>;
28
36
  ngOnDestroy(): void;
29
37
  static ɵfac: i0.ɵɵFactoryDeclaration<ALuCoreSelectApiDirective<any, any>, never>;
30
38
  static ɵdir: i0.ɵɵDirectiveDeclaration<ALuCoreSelectApiDirective<any, any>, never, never, {}, {}, never, never, false, never>;
@@ -20,6 +20,7 @@ export declare class LuCoreSelectEstablishmentsDirective<T extends LuCoreSelectE
20
20
  protected getOptions(params: Record<string, string | number | boolean> | null, page: number): Observable<T[]>;
21
21
  protected params$: Observable<Record<string, string | number | boolean>>;
22
22
  protected optionComparer: (a: T, b: T) => boolean;
23
+ protected optionKey: (option: T) => number;
23
24
  static ɵfac: i0.ɵɵFactoryDeclaration<LuCoreSelectEstablishmentsDirective<any>, never>;
24
25
  static ɵdir: i0.ɵɵDirectiveDeclaration<LuCoreSelectEstablishmentsDirective<any>, "lu-simple-select[establishments],lu-multi-select[establishments]", ["luEstablishments"], { "url": { "alias": "url"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; "operationIds": { "alias": "operationIds"; "required": false; }; "appInstanceId": { "alias": "appInstanceId"; "required": false; }; }, {}, never, never, true, never>;
25
26
  }
@@ -33,6 +33,7 @@ export declare abstract class ALuSelectInputComponent<TOption, TValue> implement
33
33
  set loading(value: boolean);
34
34
  set options(options: TOption[]);
35
35
  optionComparer: (option1: TOption, option2: TOption) => boolean;
36
+ optionKey: (option: TOption) => unknown;
36
37
  optionTpl?: TemplateRef<LuOptionContext<TOption>> | Type<unknown>;
37
38
  valueTpl?: TemplateRef<LuOptionContext<TOption>> | Type<unknown>;
38
39
  grouping?: LuOptionGrouping<TOption, unknown>;
@@ -75,6 +76,6 @@ export declare abstract class ALuSelectInputComponent<TOption, TValue> implement
75
76
  writeValue(value: TValue): void;
76
77
  updateValue(value: TValue, skipPanelOpen?: boolean): void;
77
78
  static ɵfac: i0.ɵɵFactoryDeclaration<ALuSelectInputComponent<any, any>, never>;
78
- static ɵdir: i0.ɵɵDirectiveDeclaration<ALuSelectInputComponent<any, any>, never, never, { "placeholder": { "alias": "placeholder"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "addOptionLabel": { "alias": "addOptionLabel"; "required": false; }; "addOptionStrategy": { "alias": "addOptionStrategy"; "required": false; }; "overlayConfig": { "alias": "overlayConfig"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "options": { "alias": "options"; "required": false; }; "optionComparer": { "alias": "optionComparer"; "required": false; }; "optionTpl": { "alias": "optionTpl"; "required": false; }; "valueTpl": { "alias": "valueTpl"; "required": false; }; }, { "clueChange": "clueChange"; "nextPage": "nextPage"; "previousPage": "previousPage"; "addOption": "addOption"; }, never, never, false, never>;
79
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ALuSelectInputComponent<any, any>, never, never, { "placeholder": { "alias": "placeholder"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "addOptionLabel": { "alias": "addOptionLabel"; "required": false; }; "addOptionStrategy": { "alias": "addOptionStrategy"; "required": false; }; "overlayConfig": { "alias": "overlayConfig"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "options": { "alias": "options"; "required": false; }; "optionComparer": { "alias": "optionComparer"; "required": false; }; "optionKey": { "alias": "optionKey"; "required": false; }; "optionTpl": { "alias": "optionTpl"; "required": false; }; "valueTpl": { "alias": "valueTpl"; "required": false; }; }, { "clueChange": "clueChange"; "nextPage": "nextPage"; "previousPage": "previousPage"; "addOption": "addOption"; }, never, never, false, never>;
79
80
  static ngAcceptInputType_clearable: unknown;
80
81
  }
@@ -14,6 +14,7 @@ export declare class LuCoreSelectJobQualificationsDirective<T extends LuCoreSele
14
14
  protected getOptions(params: Record<string, string | number | boolean> | null, page: number): Observable<T[]>;
15
15
  protected params$: Observable<Record<string, string | number | boolean>>;
16
16
  protected optionComparer: (a: T, b: T) => boolean;
17
+ protected optionKey: (option: T) => number;
17
18
  static ɵfac: i0.ɵɵFactoryDeclaration<LuCoreSelectJobQualificationsDirective<any>, never>;
18
19
  static ɵdir: i0.ɵɵDirectiveDeclaration<LuCoreSelectJobQualificationsDirective<any>, "lu-simple-select[jobQualifications],lu-multi-select[jobQualifications]", ["jobQualifications"], { "url": { "alias": "url"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; }, {}, never, never, true, never>;
19
20
  }
@@ -1,2 +1,3 @@
1
+ export * from './key-manager';
1
2
  export * from './panel.models';
2
3
  export { getGroupTemplateLocation as ɵgetGroupTemplateLocation } from './panel.utils';
@@ -0,0 +1,23 @@
1
+ import { EventEmitter, QueryList } from '@angular/core';
2
+ import { Observable } from 'rxjs';
3
+ import { ɵLuOptionComponent } from '../option';
4
+ import * as i0 from "@angular/core";
5
+ interface CoreSelectKeyManagerOptions<T> {
6
+ queryList: QueryList<ɵLuOptionComponent<T>>;
7
+ options$: Observable<T[]>;
8
+ optionComparer: (a: T, b: T) => boolean;
9
+ activeOptionIdChanged$: EventEmitter<string>;
10
+ clueChange$: Observable<string>;
11
+ }
12
+ export declare class CoreSelectKeyManager<T> {
13
+ #private;
14
+ init(options: CoreSelectKeyManagerOptions<T>): void;
15
+ onKeydown(event: KeyboardEvent): void;
16
+ get activeItem(): ɵLuOptionComponent<T> | undefined;
17
+ get activeItemIndex(): number;
18
+ setActiveItem(index: number): void;
19
+ highlightOption(option: T): void;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<CoreSelectKeyManager<any>, never>;
21
+ static ɵprov: i0.ɵɵInjectableDeclaration<CoreSelectKeyManager<any>>;
22
+ }
23
+ export {};
@@ -3,3 +3,4 @@ export * from './input/index';
3
3
  export * from './option/index';
4
4
  export * from './panel/index';
5
5
  export * from './select.model';
6
+ export * from './select.translate';
@@ -1,7 +1,7 @@
1
1
  import { InjectionToken } from '@angular/core';
2
- import { ILuTranslation } from '@lucca-front/ng/core';
3
- export declare const LU_CORE_SELECT_TRANSLATIONS: InjectionToken<ILuTranslation<LuCoreSelectLabel>>;
2
+ import { LuTranslation } from '@lucca-front/ng/core';
3
+ export declare const LU_CORE_SELECT_TRANSLATIONS: InjectionToken<LuTranslation<LuCoreSelectLabel>>;
4
4
  export interface LuCoreSelectLabel {
5
5
  addOption: string;
6
6
  }
7
- export declare const luCoreSelectTranslations: ILuTranslation<LuCoreSelectLabel>;
7
+ export declare const luCoreSelectTranslations: LuTranslation<LuCoreSelectLabel>;
@@ -0,0 +1,26 @@
1
+ export declare const Translations: {
2
+ en: {
3
+ addOption: string;
4
+ };
5
+ de: {
6
+ addOption: string;
7
+ };
8
+ fr: {
9
+ addOption: string;
10
+ };
11
+ it: {
12
+ addOption: string;
13
+ };
14
+ nl: {
15
+ addOption: string;
16
+ };
17
+ 'nl-BE': {
18
+ addOption: string;
19
+ };
20
+ es: {
21
+ addOption: string;
22
+ };
23
+ pt: {
24
+ addOption: string;
25
+ };
26
+ };
@@ -1,3 +1,4 @@
1
1
  export { provideCoreSelectCurrentUserId } from './me.provider';
2
2
  export * from './user-option.model';
3
+ export * from './user.translate';
3
4
  export * from './users.directive';
@@ -0,0 +1,26 @@
1
+ export declare const Translations: {
2
+ en: {
3
+ me: string;
4
+ };
5
+ de: {
6
+ me: string;
7
+ };
8
+ fr: {
9
+ me: string;
10
+ };
11
+ it: {
12
+ me: string;
13
+ };
14
+ nl: {
15
+ me: string;
16
+ };
17
+ 'nl-BE': {
18
+ me: string;
19
+ };
20
+ es: {
21
+ me: string;
22
+ };
23
+ pt: {
24
+ me: string;
25
+ };
26
+ };
@@ -6,9 +6,9 @@ import * as i0 from "@angular/core";
6
6
  export declare class LuCoreSelectUserHomonymsService {
7
7
  protected http: HttpClient;
8
8
  protected cache: Record<number, string>;
9
- protected extractHomonyms<T extends LuCoreSelectUser>(users: T[], format: LuDisplayFormat): Set<T>;
9
+ protected extractHomonyms<T extends LuCoreSelectUser>(users: T[], format: LuDisplayFormat): Set<T['id']>;
10
10
  handleHomonyms<T extends LuCoreSelectUser>(users: T[], format: LuDisplayFormat): Observable<T[]>;
11
- protected getAdditionalInformationByUserId<T extends LuCoreSelectUser>(homonyms: T[]): Observable<Record<number, string>>;
11
+ protected getAdditionalInformationByUserId<T extends LuCoreSelectUser>(homonyms: T['id'][]): Observable<Record<number, string>>;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<LuCoreSelectUserHomonymsService, never>;
13
13
  static ɵprov: i0.ɵɵInjectableDeclaration<LuCoreSelectUserHomonymsService>;
14
14
  }
@@ -1,7 +1,7 @@
1
1
  import { InjectionToken } from '@angular/core';
2
- import { ILuTranslation } from '@lucca-front/ng/core';
3
- export declare const LU_CORE_SELECT_USER_TRANSLATIONS: InjectionToken<ILuTranslation<LuCoreSelectUserTranslations>>;
2
+ import { LuTranslation } from '@lucca-front/ng/core';
3
+ export declare const LU_CORE_SELECT_USER_TRANSLATIONS: InjectionToken<LuTranslation<LuCoreSelectUserTranslations>>;
4
4
  export interface LuCoreSelectUserTranslations {
5
5
  me: string;
6
6
  }
7
- export declare const luCoreSelectUserTranslations: ILuTranslation<LuCoreSelectUserTranslations>;
7
+ export declare const luCoreSelectUserTranslations: LuTranslation<LuCoreSelectUserTranslations>;
@@ -30,10 +30,21 @@ export declare class LuCoreSelectUsersDirective<T extends LuCoreSelectUser = LuC
30
30
  protected _displayMeOption: import("@angular/core").WritableSignal<boolean>;
31
31
  protected displayMeOption$: Observable<boolean>;
32
32
  protected params$: Observable<Record<string, string | number | boolean>>;
33
- protected getOptions(params: Record<string, string | number | boolean>, page: number): Observable<T[]>;
33
+ protected meParams$: Observable<{
34
+ id: number;
35
+ appInstanceId?: number;
36
+ operations?: string;
37
+ fields: string;
38
+ }>;
39
+ protected me$: Observable<T>;
34
40
  protected getMe(): Observable<T | null>;
35
- protected buildOptions(): Observable<T[]>;
41
+ protected getOptions(params: Record<string, string | number | boolean>, page: number): Observable<T[]>;
42
+ protected getOptionsPage(params: Record<string, string | number | boolean>, page: number): Observable<{
43
+ items: LuCoreSelectWithAdditionnalInformation<T>[];
44
+ isLastPage: boolean;
45
+ }>;
36
46
  protected optionComparer: (a: T, b: T) => boolean;
47
+ protected optionKey: (option: T) => number;
37
48
  static ɵfac: i0.ɵɵFactoryDeclaration<LuCoreSelectUsersDirective<any>, never>;
38
49
  static ɵdir: i0.ɵɵDirectiveDeclaration<LuCoreSelectUsersDirective<any>, "lu-simple-select[users],lu-multi-select[users]", ["luUsers"], { "url": { "alias": "url"; "required": false; }; "operationIds": { "alias": "operationIds"; "required": false; }; "appInstanceId": { "alias": "appInstanceId"; "required": false; }; "enableFormerEmployees": { "alias": "enableFormerEmployees"; "required": false; }; "displayMeOption": { "alias": "displayMeOption"; "required": false; }; "displayFormat": { "alias": "displayFormat"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; }, {}, never, never, true, never>;
39
50
  }
@@ -1,12 +1,11 @@
1
1
  import { InjectionToken } from '@angular/core';
2
- import { ILuTranslation } from '@lucca-front/ng/core';
3
- export declare const LU_DATE_INPUT_TRANSLATIONS: InjectionToken<ILuTranslation<ILuDateInputLabel>>;
2
+ import { LuTranslation } from '@lucca-front/ng/core';
3
+ export declare const LU_DATE_INPUT_TRANSLATIONS: InjectionToken<LuTranslation<ILuDateInputLabel>>;
4
4
  export interface ILuDateInputLabel {
5
5
  placeholderDay: string;
6
6
  placeholderMonth: string;
7
7
  placeholderYear: string;
8
- formatDay: string;
9
8
  formatMonth: string;
10
9
  formatYear: string;
11
10
  }
12
- export declare const luDateInputTranslations: ILuTranslation<ILuDateInputLabel>;
11
+ export declare const luDateInputTranslations: LuTranslation<ILuDateInputLabel>;
@@ -0,0 +1,58 @@
1
+ export declare const Translations: {
2
+ en: {
3
+ placeholderDay: string;
4
+ placeholderMonth: string;
5
+ placeholderYear: string;
6
+ formatMonth: string;
7
+ formatYear: string;
8
+ };
9
+ de: {
10
+ placeholderDay: string;
11
+ placeholderMonth: string;
12
+ placeholderYear: string;
13
+ formatMonth: string;
14
+ formatYear: string;
15
+ };
16
+ fr: {
17
+ placeholderDay: string;
18
+ placeholderMonth: string;
19
+ placeholderYear: string;
20
+ formatMonth: string;
21
+ formatYear: string;
22
+ };
23
+ it: {
24
+ placeholderDay: string;
25
+ placeholderMonth: string;
26
+ placeholderYear: string;
27
+ formatMonth: string;
28
+ formatYear: string;
29
+ };
30
+ nl: {
31
+ placeholderDay: string;
32
+ placeholderMonth: string;
33
+ placeholderYear: string;
34
+ formatMonth: string;
35
+ formatYear: string;
36
+ };
37
+ 'nl-BE': {
38
+ placeholderDay: string;
39
+ placeholderMonth: string;
40
+ placeholderYear: string;
41
+ formatMonth: string;
42
+ formatYear: string;
43
+ };
44
+ es: {
45
+ placeholderDay: string;
46
+ placeholderMonth: string;
47
+ placeholderYear: string;
48
+ formatMonth: string;
49
+ formatYear: string;
50
+ };
51
+ pt: {
52
+ placeholderDay: string;
53
+ placeholderMonth: string;
54
+ placeholderYear: string;
55
+ formatMonth: string;
56
+ formatYear: string;
57
+ };
58
+ };
@@ -1,12 +1,11 @@
1
1
  import { InjectionToken } from '@angular/core';
2
- import { ILuTranslation } from '@lucca-front/ng/core';
3
- export declare const LU_DATE_SELECT_INPUT_TRANSLATIONS: InjectionToken<ILuTranslation<ILuDateSelectInputLabel>>;
2
+ import { LuTranslation } from '@lucca-front/ng/core';
3
+ export declare const LU_DATE_SELECT_INPUT_TRANSLATIONS: InjectionToken<LuTranslation<ILuDateSelectInputLabel>>;
4
4
  export interface ILuDateSelectInputLabel {
5
5
  placeholderDay: string;
6
6
  placeholderMonth: string;
7
7
  placeholderYear: string;
8
- formatDay: string;
9
8
  formatMonth: string;
10
9
  formatYear: string;
11
10
  }
12
- export declare const luDateSelectInputTranslations: ILuTranslation<ILuDateSelectInputLabel>;
11
+ export declare const luDateSelectInputTranslations: LuTranslation<ILuDateSelectInputLabel>;
@@ -0,0 +1,58 @@
1
+ export declare const Translations: {
2
+ en: {
3
+ placeholderDay: string;
4
+ placeholderMonth: string;
5
+ placeholderYear: string;
6
+ formatMonth: string;
7
+ formatYear: string;
8
+ };
9
+ de: {
10
+ placeholderDay: string;
11
+ placeholderMonth: string;
12
+ placeholderYear: string;
13
+ formatMonth: string;
14
+ formatYear: string;
15
+ };
16
+ fr: {
17
+ placeholderDay: string;
18
+ placeholderMonth: string;
19
+ placeholderYear: string;
20
+ formatMonth: string;
21
+ formatYear: string;
22
+ };
23
+ it: {
24
+ placeholderDay: string;
25
+ placeholderMonth: string;
26
+ placeholderYear: string;
27
+ formatMonth: string;
28
+ formatYear: string;
29
+ };
30
+ nl: {
31
+ placeholderDay: string;
32
+ placeholderMonth: string;
33
+ placeholderYear: string;
34
+ formatMonth: string;
35
+ formatYear: string;
36
+ };
37
+ 'nl-BE': {
38
+ placeholderDay: string;
39
+ placeholderMonth: string;
40
+ placeholderYear: string;
41
+ formatMonth: string;
42
+ formatYear: string;
43
+ };
44
+ es: {
45
+ placeholderDay: string;
46
+ placeholderMonth: string;
47
+ placeholderYear: string;
48
+ formatMonth: string;
49
+ formatYear: string;
50
+ };
51
+ pt: {
52
+ placeholderDay: string;
53
+ placeholderMonth: string;
54
+ placeholderYear: string;
55
+ formatMonth: string;
56
+ formatYear: string;
57
+ };
58
+ };
@@ -1,7 +1,7 @@
1
1
  import { InjectionToken } from '@angular/core';
2
- import { ILuTranslation } from '@lucca-front/ng/core';
3
- export declare const LU_DEPARTMENT_SELECT_INPUT_TRANSLATIONS: InjectionToken<ILuTranslation<ILuDepartmentSelectInputLabel>>;
2
+ import { LuTranslation } from '@lucca-front/ng/core';
3
+ export declare const LU_DEPARTMENT_SELECT_INPUT_TRANSLATIONS: InjectionToken<LuTranslation<ILuDepartmentSelectInputLabel>>;
4
4
  export interface ILuDepartmentSelectInputLabel {
5
5
  departments: string;
6
6
  }
7
- export declare const luDepartmentSelectInputTranslations: ILuTranslation<ILuDepartmentSelectInputLabel>;
7
+ export declare const luDepartmentSelectInputTranslations: LuTranslation<ILuDepartmentSelectInputLabel>;
@@ -0,0 +1,26 @@
1
+ export declare const Translations: {
2
+ en: {
3
+ departments: string;
4
+ };
5
+ de: {
6
+ departments: string;
7
+ };
8
+ fr: {
9
+ departments: string;
10
+ };
11
+ it: {
12
+ departments: string;
13
+ };
14
+ nl: {
15
+ departments: string;
16
+ };
17
+ 'nl-BE': {
18
+ departments: string;
19
+ };
20
+ es: {
21
+ departments: string;
22
+ };
23
+ pt: {
24
+ departments: string;
25
+ };
26
+ };
@@ -1,7 +1,7 @@
1
1
  import { InjectionToken } from '@angular/core';
2
- import { ILuTranslation } from '@lucca-front/ng/core';
3
- export declare const LU_DIALOG_HEADER_TRANSLATIONS: InjectionToken<ILuTranslation<LuDialogHeaderTranslations>>;
2
+ import { LuTranslation } from '@lucca-front/ng/core';
3
+ export declare const LU_DIALOG_HEADER_TRANSLATIONS: InjectionToken<LuTranslation<LuDialogHeaderTranslations>>;
4
4
  export interface LuDialogHeaderTranslations {
5
5
  close: string;
6
6
  }
7
- export declare const luDialogHeaderTranslations: ILuTranslation<LuDialogHeaderTranslations>;
7
+ export declare const luDialogHeaderTranslations: LuTranslation<LuDialogHeaderTranslations>;
@@ -0,0 +1,26 @@
1
+ export declare const Translations: {
2
+ en: {
3
+ close: string;
4
+ };
5
+ de: {
6
+ close: string;
7
+ };
8
+ fr: {
9
+ close: string;
10
+ };
11
+ it: {
12
+ close: string;
13
+ };
14
+ nl: {
15
+ close: string;
16
+ };
17
+ 'nl-BE': {
18
+ close: string;
19
+ };
20
+ es: {
21
+ close: string;
22
+ };
23
+ pt: {
24
+ close: string;
25
+ };
26
+ };
@@ -62,6 +62,10 @@ interface BaseLuDialogConfig<C> {
62
62
  * @param comp the instance of the component that's inside the dialog box.
63
63
  */
64
64
  canClose?: (comp: C) => boolean | Observable<boolean>;
65
+ /**
66
+ * Determine if the current dialog can be close by a click on backdrop or escape key
67
+ */
68
+ canCloseWithBackdrop?: boolean;
65
69
  /**
66
70
  * The size of the panel used for the dialog
67
71
  */
@@ -1,10 +1,11 @@
1
- export * from './model';
1
+ export * from './dialog-content/dialog-content.component';
2
+ export * from './dialog-footer/dialog-footer.component';
3
+ export * from './dialog-header/dialog-header.component';
4
+ export * from './dialog-header/dialog-header.translate';
2
5
  export * from './dialog.providers';
3
6
  export * from './dialog.service';
4
7
  export * from './dialog/dialog.component';
5
- export * from './dialog-header/dialog-header.component';
6
- export * from './dialog-footer/dialog-footer.component';
7
- export * from './dialog-content/dialog-content.component';
8
- export * from './directives/dialog-open.directive';
9
8
  export * from './directives/dialog-close.directive';
10
9
  export * from './directives/dialog-dismiss.directive';
10
+ export * from './directives/dialog-open.directive';
11
+ export * from './model';
@@ -1,2 +1,3 @@
1
1
  export * from './skip-links/skip-links.component';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3BhY2thZ2VzL25nL2ExMXkvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLG1DQUFtQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9za2lwLWxpbmtzL3NraXAtbGlua3MuY29tcG9uZW50JztcbiJdfQ==
2
+ export * from './skip-links/skip-links.translate';
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3BhY2thZ2VzL25nL2ExMXkvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLG1DQUFtQyxDQUFDO0FBQ2xELGNBQWMsbUNBQW1DLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3NraXAtbGlua3Mvc2tpcC1saW5rcy5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9za2lwLWxpbmtzL3NraXAtbGlua3MudHJhbnNsYXRlJztcbiJdfQ==