@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,6 +1,5 @@
1
- import { ActiveDescendantKeyManager } from '@angular/cdk/a11y';
2
- import { AfterViewInit, QueryList } from '@angular/core';
3
- import { LuSelectPanelRef, ɵLuOptionComponent } from '@lucca-front/ng/core-select';
1
+ import { AfterViewInit, QueryList, TrackByFunction } from '@angular/core';
2
+ import { CoreSelectKeyManager, LuOptionGroup, LuSelectPanelRef, ɵLuOptionComponent } from '@lucca-front/ng/core-select';
4
3
  import { LuSimpleSelectInputComponent } from '../input/select-input.component';
5
4
  import * as i0 from "@angular/core";
6
5
  export declare class LuSelectPanelComponent<T> implements AfterViewInit {
@@ -12,11 +11,13 @@ export declare class LuSelectPanelComponent<T> implements AfterViewInit {
12
11
  grouping: import("@lucca-front/ng/core-select").LuOptionGrouping<T, unknown>;
13
12
  loading$: import("rxjs").BehaviorSubject<boolean>;
14
13
  optionComparer: (option1: T, option2: T) => boolean;
14
+ optionKey: (option: T) => unknown;
15
+ trackOptionsBy: TrackByFunction<T>;
16
+ trackGroupsBy: TrackByFunction<LuOptionGroup<T, unknown>>;
15
17
  initialValue: T | undefined;
16
18
  optionTpl: import("@angular/core").Type<unknown> | import("@angular/core").TemplateRef<import("@lucca-front/ng/core-select").LuOptionContext<T>>;
17
19
  optionsQL: QueryList<ɵLuOptionComponent<T>>;
18
- private _keyManager;
19
- get keyManager(): ActiveDescendantKeyManager<ɵLuOptionComponent<T>>;
20
+ keyManager: CoreSelectKeyManager<T>;
20
21
  get selected(): T | undefined;
21
22
  clueChange$: import("rxjs").Observable<string>;
22
23
  shouldDisplayAddOption$: import("rxjs").Observable<boolean>;
@@ -1,6 +1,6 @@
1
1
  import { InjectionToken } from '@angular/core';
2
- import { ILuTranslation } from '@lucca-front/ng/core';
3
- export declare const LU_SIMPLE_SELECT_TRANSLATIONS: InjectionToken<ILuTranslation<ILuSimpleSelectLabel>>;
2
+ import { LuTranslation } from '@lucca-front/ng/core';
3
+ export declare const LU_SIMPLE_SELECT_TRANSLATIONS: InjectionToken<LuTranslation<ILuSimpleSelectLabel>>;
4
4
  export interface ILuSimpleSelectLabel {
5
5
  placeholder: string;
6
6
  clear: string;
@@ -8,4 +8,4 @@ export interface ILuSimpleSelectLabel {
8
8
  emptyResults: string;
9
9
  loading: string;
10
10
  }
11
- export declare const luSimpleSelectTranslations: ILuTranslation<ILuSimpleSelectLabel>;
11
+ export declare const luSimpleSelectTranslations: LuTranslation<ILuSimpleSelectLabel>;
@@ -0,0 +1,58 @@
1
+ export declare const Translations: {
2
+ en: {
3
+ placeholder: string;
4
+ clear: string;
5
+ clearSearch: string;
6
+ emptyResults: string;
7
+ loading: string;
8
+ };
9
+ de: {
10
+ placeholder: string;
11
+ clear: string;
12
+ clearSearch: string;
13
+ emptyResults: string;
14
+ loading: string;
15
+ };
16
+ fr: {
17
+ placeholder: string;
18
+ clear: string;
19
+ clearSearch: string;
20
+ emptyResults: string;
21
+ loading: string;
22
+ };
23
+ it: {
24
+ placeholder: string;
25
+ clear: string;
26
+ clearSearch: string;
27
+ emptyResults: string;
28
+ loading: string;
29
+ };
30
+ nl: {
31
+ placeholder: string;
32
+ clear: string;
33
+ clearSearch: string;
34
+ emptyResults: string;
35
+ loading: string;
36
+ };
37
+ 'nl-BE': {
38
+ placeholder: string;
39
+ clear: string;
40
+ clearSearch: string;
41
+ emptyResults: string;
42
+ loading: string;
43
+ };
44
+ es: {
45
+ placeholder: string;
46
+ clear: string;
47
+ clearSearch: string;
48
+ emptyResults: string;
49
+ loading: string;
50
+ };
51
+ pt: {
52
+ placeholder: string;
53
+ clear: string;
54
+ clearSearch: string;
55
+ emptyResults: string;
56
+ loading: string;
57
+ };
58
+ };
@@ -27,7 +27,7 @@
27
27
  }
28
28
 
29
29
  &.mod-wordBreak {
30
- word-break: break-all;
30
+ overflow-wrap: break-word;
31
31
  }
32
32
 
33
33
  &.mod-nameOnly {
@@ -0,0 +1,9 @@
1
+ import { InjectionToken } from '@angular/core';
2
+ import { LuTranslation } from '@lucca-front/ng/core';
3
+ export declare const LU_DURATION_PICKER_TRANSLATIONS: InjectionToken<LuTranslation<DurationPickerTranslations>>;
4
+ export type DurationPickerTranslations = {
5
+ timePickerHours: string;
6
+ timePickerTimeSeparator: string;
7
+ timePickerMinutes: string;
8
+ };
9
+ export declare const luDurationPickerTranslations: LuTranslation<DurationPickerTranslations>;
@@ -0,0 +1,42 @@
1
+ export declare const Translations: {
2
+ en: {
3
+ timePickerHours: string;
4
+ timePickerTimeSeparator: string;
5
+ timePickerMinutes: string;
6
+ };
7
+ de: {
8
+ timePickerHours: string;
9
+ timePickerTimeSeparator: string;
10
+ timePickerMinutes: string;
11
+ };
12
+ fr: {
13
+ timePickerHours: string;
14
+ timePickerTimeSeparator: string;
15
+ timePickerMinutes: string;
16
+ };
17
+ it: {
18
+ timePickerHours: string;
19
+ timePickerTimeSeparator: string;
20
+ timePickerMinutes: string;
21
+ };
22
+ nl: {
23
+ timePickerHours: string;
24
+ timePickerTimeSeparator: string;
25
+ timePickerMinutes: string;
26
+ };
27
+ 'nl-BE': {
28
+ timePickerHours: string;
29
+ timePickerTimeSeparator: string;
30
+ timePickerMinutes: string;
31
+ };
32
+ es: {
33
+ timePickerHours: string;
34
+ timePickerTimeSeparator: string;
35
+ timePickerMinutes: string;
36
+ };
37
+ pt: {
38
+ timePickerHours: string;
39
+ timePickerTimeSeparator: string;
40
+ timePickerMinutes: string;
41
+ };
42
+ };
@@ -1 +1,3 @@
1
+ export * from './duration-picker/duration-picker.translate';
1
2
  export * from './time-picker/time-picker.component';
3
+ export * from './time-picker/time-picker.translate';
@@ -1,9 +1,9 @@
1
1
  import { InjectionToken } from '@angular/core';
2
- import { ILuTranslation } from '@lucca-front/ng/core';
3
- export declare const LU_TIME_PICKER_TRANSLATIONS: InjectionToken<ILuTranslation<TimePickerTranslations>>;
2
+ import { LuTranslation } from '@lucca-front/ng/core';
3
+ export declare const LU_TIME_PICKER_TRANSLATIONS: InjectionToken<LuTranslation<TimePickerTranslations>>;
4
4
  export type TimePickerTranslations = {
5
5
  timePickerHours: string;
6
6
  timePickerTimeSeparator: string;
7
7
  timePickerMinutes: string;
8
8
  };
9
- export declare const luTimePickerTranslations: ILuTranslation<TimePickerTranslations>;
9
+ export declare const luTimePickerTranslations: LuTranslation<TimePickerTranslations>;
@@ -0,0 +1,42 @@
1
+ export declare const Translations: {
2
+ en: {
3
+ timePickerHours: string;
4
+ timePickerTimeSeparator: string;
5
+ timePickerMinutes: string;
6
+ };
7
+ de: {
8
+ timePickerHours: string;
9
+ timePickerTimeSeparator: string;
10
+ timePickerMinutes: string;
11
+ };
12
+ fr: {
13
+ timePickerHours: string;
14
+ timePickerTimeSeparator: string;
15
+ timePickerMinutes: string;
16
+ };
17
+ it: {
18
+ timePickerHours: string;
19
+ timePickerTimeSeparator: string;
20
+ timePickerMinutes: string;
21
+ };
22
+ nl: {
23
+ timePickerHours: string;
24
+ timePickerTimeSeparator: string;
25
+ timePickerMinutes: string;
26
+ };
27
+ 'nl-BE': {
28
+ timePickerHours: string;
29
+ timePickerTimeSeparator: string;
30
+ timePickerMinutes: string;
31
+ };
32
+ es: {
33
+ timePickerHours: string;
34
+ timePickerTimeSeparator: string;
35
+ timePickerMinutes: string;
36
+ };
37
+ pt: {
38
+ timePickerHours: string;
39
+ timePickerTimeSeparator: string;
40
+ timePickerMinutes: string;
41
+ };
42
+ };
@@ -1,7 +1,7 @@
1
1
  import { InjectionToken } from '@angular/core';
2
- import { ILuTranslation } from '@lucca-front/ng/core';
3
- export declare const LU_TOAST_TRANSLATIONS: InjectionToken<ILuTranslation<ILuToastLabel>>;
2
+ import { LuTranslation } from '@lucca-front/ng/core';
3
+ export declare const LU_TOAST_TRANSLATIONS: InjectionToken<LuTranslation<ILuToastLabel>>;
4
4
  export interface ILuToastLabel {
5
5
  close: string;
6
6
  }
7
- export declare const luToastTranslations: ILuTranslation<ILuToastLabel>;
7
+ export declare const luToastTranslations: LuTranslation<ILuToastLabel>;
@@ -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
+ };
@@ -0,0 +1,34 @@
1
+ export declare const Translations: {
2
+ en: {
3
+ users: string;
4
+ me: string;
5
+ };
6
+ de: {
7
+ users: string;
8
+ me: string;
9
+ };
10
+ fr: {
11
+ users: string;
12
+ me: string;
13
+ };
14
+ it: {
15
+ users: string;
16
+ me: string;
17
+ };
18
+ nl: {
19
+ users: string;
20
+ me: string;
21
+ };
22
+ 'nl-BE': {
23
+ users: string;
24
+ me: string;
25
+ };
26
+ es: {
27
+ users: string;
28
+ me: string;
29
+ };
30
+ pt: {
31
+ users: string;
32
+ me: string;
33
+ };
34
+ };
@@ -1,8 +1,8 @@
1
1
  import { InjectionToken } from '@angular/core';
2
- import { ILuTranslation } from '@lucca-front/ng/core';
3
- export declare const LU_USER_SELECT_INPUT_TRANSLATIONS: InjectionToken<ILuTranslation<ILuUserSelectInputLabel>>;
2
+ import { LuTranslation } from '@lucca-front/ng/core';
3
+ export declare const LU_USER_SELECT_INPUT_TRANSLATIONS: InjectionToken<LuTranslation<ILuUserSelectInputLabel>>;
4
4
  export interface ILuUserSelectInputLabel {
5
5
  users: string;
6
6
  me: string;
7
7
  }
8
- export declare const luUserSelectInputTranslations: ILuTranslation<ILuUserSelectInputLabel>;
8
+ export declare const luUserSelectInputTranslations: LuTranslation<ILuUserSelectInputLabel>;
@@ -0,0 +1,26 @@
1
+ export declare const Translations: {
2
+ en: {
3
+ includeFormerEmployees: string;
4
+ };
5
+ de: {
6
+ includeFormerEmployees: string;
7
+ };
8
+ fr: {
9
+ includeFormerEmployees: string;
10
+ };
11
+ it: {
12
+ includeFormerEmployees: string;
13
+ };
14
+ nl: {
15
+ includeFormerEmployees: string;
16
+ };
17
+ 'nl-BE': {
18
+ includeFormerEmployees: string;
19
+ };
20
+ es: {
21
+ includeFormerEmployees: string;
22
+ };
23
+ pt: {
24
+ includeFormerEmployees: 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_USER_SEARCHER_TRANSLATIONS: InjectionToken<ILuTranslation<ILuUserSearcherLabel>>;
2
+ import { LuTranslation } from '@lucca-front/ng/core';
3
+ export declare const LU_USER_SEARCHER_TRANSLATIONS: InjectionToken<LuTranslation<ILuUserSearcherLabel>>;
4
4
  export interface ILuUserSearcherLabel {
5
5
  includeFormerEmployees: string;
6
6
  }
7
- export declare const luUserSearcherTranslations: ILuTranslation<ILuUserSearcherLabel>;
7
+ export declare const luUserSearcherTranslations: LuTranslation<ILuUserSearcherLabel>;
@@ -1,23 +0,0 @@
1
- export const luEstablishmentSelectAllTranslations = {
2
- en: {
3
- select: 'Select all',
4
- deselect: 'Deselect all',
5
- },
6
- fr: {
7
- select: 'Tout sélectionner',
8
- deselect: 'Tout déselectionner',
9
- },
10
- de: {
11
- select: 'Alle auswählen',
12
- deselect: 'Alle abwählen',
13
- },
14
- pt: {
15
- select: 'Selecionar tudo',
16
- deselect: 'Desselecionar tudo',
17
- },
18
- es: {
19
- select: 'Seleccionar todo',
20
- deselect: 'Desmarcar todo',
21
- },
22
- };
23
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXN0YWJsaXNobWVudC1zZWxlY3QtYWxsLnRyYW5zbGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL25nL2VzdGFibGlzaG1lbnQvc2VsZWN0L3NlbGVjdC1hbGwvZXN0YWJsaXNobWVudC1zZWxlY3QtYWxsLnRyYW5zbGF0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFHQSxNQUFNLENBQUMsTUFBTSxvQ0FBb0MsR0FBNEM7SUFDNUYsRUFBRSxFQUFFO1FBQ0gsTUFBTSxFQUFFLFlBQVk7UUFDcEIsUUFBUSxFQUFFLGNBQWM7S0FDeEI7SUFDRCxFQUFFLEVBQUU7UUFDSCxNQUFNLEVBQUUsbUJBQW1CO1FBQzNCLFFBQVEsRUFBRSxxQkFBcUI7S0FDL0I7SUFDRCxFQUFFLEVBQUU7UUFDSCxNQUFNLEVBQUUsZ0JBQWdCO1FBQ3hCLFFBQVEsRUFBRSxlQUFlO0tBQ3pCO0lBQ0QsRUFBRSxFQUFFO1FBQ0gsTUFBTSxFQUFFLGlCQUFpQjtRQUN6QixRQUFRLEVBQUUsb0JBQW9CO0tBQzlCO0lBQ0QsRUFBRSxFQUFFO1FBQ0gsTUFBTSxFQUFFLGtCQUFrQjtRQUMxQixRQUFRLEVBQUUsZ0JBQWdCO0tBQzFCO0NBQ0QsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IElMdVRyYW5zbGF0aW9uIH0gZnJvbSAnQGx1Y2NhLWZyb250L25nL2NvcmUnO1xuaW1wb3J0IHsgSUx1T3B0aW9uU2VsZWN0QWxsTGFiZWwgfSBmcm9tICdAbHVjY2EtZnJvbnQvbmcvb3B0aW9uJztcblxuZXhwb3J0IGNvbnN0IGx1RXN0YWJsaXNobWVudFNlbGVjdEFsbFRyYW5zbGF0aW9uczogSUx1VHJhbnNsYXRpb248SUx1T3B0aW9uU2VsZWN0QWxsTGFiZWw+ID0ge1xuXHRlbjoge1xuXHRcdHNlbGVjdDogJ1NlbGVjdCBhbGwnLFxuXHRcdGRlc2VsZWN0OiAnRGVzZWxlY3QgYWxsJyxcblx0fSxcblx0ZnI6IHtcblx0XHRzZWxlY3Q6ICdUb3V0IHPDqWxlY3Rpb25uZXInLFxuXHRcdGRlc2VsZWN0OiAnVG91dCBkw6lzZWxlY3Rpb25uZXInLFxuXHR9LFxuXHRkZToge1xuXHRcdHNlbGVjdDogJ0FsbGUgYXVzd8OkaGxlbicsXG5cdFx0ZGVzZWxlY3Q6ICdBbGxlIGFid8OkaGxlbicsXG5cdH0sXG5cdHB0OiB7XG5cdFx0c2VsZWN0OiAnU2VsZWNpb25hciB0dWRvJyxcblx0XHRkZXNlbGVjdDogJ0Rlc3NlbGVjaW9uYXIgdHVkbycsXG5cdH0sXG5cdGVzOiB7XG5cdFx0c2VsZWN0OiAnU2VsZWNjaW9uYXIgdG9kbycsXG5cdFx0ZGVzZWxlY3Q6ICdEZXNtYXJjYXIgdG9kbycsXG5cdH0sXG59O1xuIl19
@@ -1,3 +0,0 @@
1
- import { ILuTranslation } from '@lucca-front/ng/core';
2
- import { ILuOptionSelectAllLabel } from '@lucca-front/ng/option';
3
- export declare const luEstablishmentSelectAllTranslations: ILuTranslation<ILuOptionSelectAllLabel>;