@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.
- package/a11y/public-api.d.ts +1 -0
- package/a11y/skip-links/skip-links.translate.d.ts +3 -3
- package/a11y/skip-links/translations.d.ts +50 -0
- package/callout/callout.translate.d.ts +3 -3
- package/callout/translations.d.ts +26 -0
- package/core/translate/intl.model.d.ts +2 -5
- package/core/translate/translation.model.d.ts +4 -0
- package/core-select/api/api-v3.directive.d.ts +1 -0
- package/core-select/api/api-v4.directive.d.ts +1 -0
- package/core-select/api/api.directive.d.ts +8 -0
- package/core-select/establishment/establishments.directive.d.ts +1 -0
- package/core-select/input/select-input.component.d.ts +2 -1
- package/core-select/job-qualification/job-qualifications.directive.d.ts +1 -0
- package/core-select/panel/index.d.ts +1 -0
- package/core-select/panel/key-manager.d.ts +23 -0
- package/core-select/public-api.d.ts +1 -0
- package/core-select/select.translate.d.ts +3 -3
- package/core-select/translations.d.ts +26 -0
- package/core-select/user/public-api.d.ts +1 -0
- package/core-select/user/translations.d.ts +26 -0
- package/core-select/user/user-homonym.service.d.ts +2 -2
- package/core-select/user/user.translate.d.ts +3 -3
- package/core-select/user/users.directive.d.ts +13 -2
- package/date/input/date-input.translate.d.ts +3 -4
- package/date/input/translations.d.ts +58 -0
- package/date/select/date-select-input.translate.d.ts +3 -4
- package/date/select/translations.d.ts +58 -0
- package/department/select/input/department-select-input.translate.d.ts +3 -3
- package/department/select/input/translations.d.ts +26 -0
- package/dialog/dialog-header/dialog-header.translate.d.ts +3 -3
- package/dialog/dialog-header/translations.d.ts +26 -0
- package/dialog/model/dialog-config.d.ts +4 -0
- package/dialog/public-api.d.ts +6 -5
- package/esm2022/a11y/public-api.mjs +2 -1
- package/esm2022/a11y/skip-links/skip-links.translate.mjs +3 -21
- package/esm2022/a11y/skip-links/translations.mjs +51 -0
- package/esm2022/api/select/input/api-select-input.component.mjs +3 -3
- package/esm2022/button/button.component.mjs +2 -2
- package/esm2022/callout/callout/callout.component.mjs +3 -3
- package/esm2022/callout/callout.translate.mjs +3 -12
- package/esm2022/callout/translations.mjs +27 -0
- package/esm2022/core/translate/intl.model.mjs +4 -7
- package/esm2022/core/translate/translation.model.mjs +1 -1
- package/esm2022/core-select/api/api-v3.directive.mjs +2 -1
- package/esm2022/core-select/api/api-v4.directive.mjs +2 -1
- package/esm2022/core-select/api/api.directive.mjs +12 -5
- package/esm2022/core-select/establishment/establishments.directive.mjs +3 -8
- package/esm2022/core-select/input/select-input.component.mjs +5 -2
- package/esm2022/core-select/job-qualification/job-qualifications.directive.mjs +3 -8
- package/esm2022/core-select/option/default-option.component.mjs +3 -2
- package/esm2022/core-select/option/option.component.mjs +3 -3
- package/esm2022/core-select/panel/index.mjs +2 -1
- package/esm2022/core-select/panel/key-manager.mjs +79 -0
- package/esm2022/core-select/public-api.mjs +2 -1
- package/esm2022/core-select/select.translate.mjs +3 -18
- package/esm2022/core-select/translations.mjs +27 -0
- package/esm2022/core-select/user/public-api.mjs +2 -1
- package/esm2022/core-select/user/translations.mjs +27 -0
- package/esm2022/core-select/user/user-homonym.service.mjs +9 -14
- package/esm2022/core-select/user/user.translate.mjs +3 -18
- package/esm2022/core-select/user/users.directive.mjs +32 -33
- package/esm2022/date/input/date-input.directive.mjs +2 -2
- package/esm2022/date/input/date-input.translate.mjs +3 -35
- package/esm2022/date/input/translations.mjs +59 -0
- package/esm2022/date/select/date-select-input.component.mjs +4 -4
- package/esm2022/date/select/date-select-input.translate.mjs +3 -27
- package/esm2022/date/select/translations.mjs +59 -0
- package/esm2022/department/select/input/department-select-input.component.mjs +3 -3
- package/esm2022/department/select/input/department-select-input.translate.mjs +3 -12
- package/esm2022/department/select/input/translations.mjs +27 -0
- package/esm2022/dialog/dialog/dialog.component.mjs +2 -2
- package/esm2022/dialog/dialog-footer/dialog-footer.component.mjs +2 -3
- package/esm2022/dialog/dialog-header/dialog-header.component.mjs +4 -5
- package/esm2022/dialog/dialog-header/dialog-header.translate.mjs +3 -18
- package/esm2022/dialog/dialog-header/translations.mjs +27 -0
- package/esm2022/dialog/dialog.service.mjs +4 -4
- package/esm2022/dialog/model/dialog-config.mjs +1 -1
- package/esm2022/dialog/public-api.mjs +7 -6
- package/esm2022/empty-state/empty-state-page/empty-state-page.component.mjs +3 -3
- package/esm2022/empty-state/empty-state-section/empty-state-section.component.mjs +3 -3
- package/esm2022/establishment/select/input/establishment-select-input.component.mjs +3 -3
- package/esm2022/establishment/select/input/establishment-select-input.translate.mjs +3 -12
- package/esm2022/establishment/select/input/translations.mjs +27 -0
- package/esm2022/establishment/select/select-all/index.mjs +1 -2
- package/esm2022/form-field/form-field.translate.mjs +3 -9
- package/esm2022/form-field/public-api.mjs +4 -3
- package/esm2022/form-field/translations.mjs +27 -0
- package/esm2022/forms/number-input/number-input.translate.mjs +3 -9
- package/esm2022/forms/number-input/translations.mjs +27 -0
- package/esm2022/forms/public-api.mjs +3 -1
- package/esm2022/forms/radio-group-input/radio/radio.component.mjs +3 -3
- package/esm2022/forms/text-input/text-input.translate.mjs +3 -11
- package/esm2022/forms/text-input/translations.mjs +35 -0
- package/esm2022/icon/icon.component.mjs +3 -3
- package/esm2022/modal/modal.translate.mjs +3 -28
- package/esm2022/modal/translations.mjs +43 -0
- package/esm2022/multi-select/displayer/default-displayer.translate.mjs +3 -33
- package/esm2022/multi-select/displayer/index.mjs +3 -2
- package/esm2022/multi-select/displayer/translations.mjs +51 -0
- package/esm2022/multi-select/input/panel-ref.factory.mjs +2 -2
- package/esm2022/multi-select/input/select-input.component.mjs +3 -3
- package/esm2022/multi-select/panel/panel.component.mjs +20 -28
- package/esm2022/multi-select/select.translate.mjs +3 -68
- package/esm2022/multi-select/translations.mjs +107 -0
- package/esm2022/new-badge/new-badge.component.mjs +2 -2
- package/esm2022/numeric-badge/numeric-badge.component.mjs +2 -2
- package/esm2022/option/item/option-item.component.mjs +3 -3
- package/esm2022/option/item/translations.mjs +35 -0
- package/esm2022/option/item/tree-option-item.component.mjs +3 -3
- package/esm2022/option/item/tree-option-item.translate.mjs +3 -11
- package/esm2022/option/picker/option-picker.component.mjs +2 -2
- package/esm2022/option/placeholder/option-placeholder.translate.mjs +3 -15
- package/esm2022/option/placeholder/translations.mjs +35 -0
- package/esm2022/option/selector/all/select-all.translate.mjs +3 -23
- package/esm2022/option/selector/all/translations.mjs +35 -0
- package/esm2022/popover2/content/popover-content/popover-content.component.mjs +3 -3
- package/esm2022/popover2/popover.directive.mjs +13 -11
- package/esm2022/popover2/popover.translate.mjs +3 -18
- package/esm2022/popover2/public-api.mjs +2 -1
- package/esm2022/popover2/translations.mjs +27 -0
- package/esm2022/popup-employee/card/panel/user-popover-panel.component.mjs +3 -3
- package/esm2022/popup-employee/popup-employee.translate.mjs +3 -68
- package/esm2022/popup-employee/public-api.mjs +2 -1
- package/esm2022/popup-employee/translations.mjs +107 -0
- package/esm2022/qualification/select/input/qualification-select-input.component.mjs +3 -3
- package/esm2022/qualification/select/input/qualification-select-input.translate.mjs +3 -12
- package/esm2022/qualification/select/input/translations.mjs +27 -0
- package/esm2022/select/input/select-input.component.mjs +2 -2
- package/esm2022/sidepanel/sidepanel.model.mjs +2 -2
- package/esm2022/simple-select/input/select-input.component.mjs +3 -3
- package/esm2022/simple-select/panel/panel.component.mjs +18 -32
- package/esm2022/simple-select/select.translate.mjs +3 -38
- package/esm2022/simple-select/translations.mjs +59 -0
- package/esm2022/skeleton/skeleton-button/skeleton-button.component.mjs +2 -2
- package/esm2022/time/duration-picker/duration-picker.translate.mjs +7 -0
- package/esm2022/time/duration-picker/translations.mjs +43 -0
- package/esm2022/time/public-api.mjs +3 -1
- package/esm2022/time/time-picker/time-picker.translate.mjs +3 -13
- package/esm2022/time/time-picker/translations.mjs +43 -0
- package/esm2022/toast/toasts.translate.mjs +3 -12
- package/esm2022/toast/translations.mjs +27 -0
- package/esm2022/user/picture/user-picture.component.mjs +2 -2
- package/esm2022/user/select/input/translations.mjs +35 -0
- package/esm2022/user/select/input/user-select-input.component.mjs +3 -3
- package/esm2022/user/select/input/user-select-input.translate.mjs +3 -19
- package/esm2022/user/select/searcher/translations.mjs +27 -0
- package/esm2022/user/select/searcher/user-searcher.translate.mjs +3 -15
- package/esm2022/user/tile/user-tile.component.mjs +2 -2
- package/establishment/select/input/establishment-select-input.translate.d.ts +3 -3
- package/establishment/select/input/translations.d.ts +26 -0
- package/establishment/select/select-all/index.d.ts +0 -1
- package/fesm2022/lucca-front-ng-a11y.mjs +42 -10
- package/fesm2022/lucca-front-ng-a11y.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-api.mjs +2 -2
- package/fesm2022/lucca-front-ng-api.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-button.mjs +2 -2
- package/fesm2022/lucca-front-ng-button.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-callout.mjs +23 -6
- package/fesm2022/lucca-front-ng-callout.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-core-select-api.mjs +14 -5
- package/fesm2022/lucca-front-ng-core-select-api.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-core-select-establishment.mjs +2 -7
- package/fesm2022/lucca-front-ng-core-select-establishment.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-core-select-job-qualification.mjs +2 -7
- package/fesm2022/lucca-front-ng-core-select-job-qualification.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-core-select-user.mjs +72 -67
- package/fesm2022/lucca-front-ng-core-select-user.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-core-select.mjs +105 -14
- package/fesm2022/lucca-front-ng-core-select.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-core.mjs +3 -6
- package/fesm2022/lucca-front-ng-core.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-date.mjs +96 -36
- package/fesm2022/lucca-front-ng-date.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-department.mjs +23 -6
- package/fesm2022/lucca-front-ng-department.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-dialog.mjs +139 -130
- package/fesm2022/lucca-front-ng-dialog.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-empty-state.mjs +4 -4
- package/fesm2022/lucca-front-ng-empty-state.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-establishment.mjs +25 -31
- package/fesm2022/lucca-front-ng-establishment.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-form-field.mjs +27 -7
- package/fesm2022/lucca-front-ng-form-field.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-forms.mjs +57 -11
- package/fesm2022/lucca-front-ng-forms.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-icon.mjs +2 -2
- package/fesm2022/lucca-front-ng-icon.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-modal.mjs +25 -8
- package/fesm2022/lucca-front-ng-modal.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-multi-select.mjs +149 -95
- package/fesm2022/lucca-front-ng-multi-select.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-new-badge.mjs +2 -2
- package/fesm2022/lucca-front-ng-new-badge.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-numeric-badge.mjs +2 -2
- package/fesm2022/lucca-front-ng-numeric-badge.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-option.mjs +88 -26
- package/fesm2022/lucca-front-ng-option.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-popover2.mjs +32 -19
- package/fesm2022/lucca-front-ng-popover2.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-popup-employee.mjs +64 -23
- package/fesm2022/lucca-front-ng-popup-employee.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-qualification.mjs +24 -7
- package/fesm2022/lucca-front-ng-qualification.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-select.mjs +2 -2
- package/fesm2022/lucca-front-ng-select.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-sidepanel.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-simple-select.mjs +52 -43
- package/fesm2022/lucca-front-ng-simple-select.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-skeleton.mjs +2 -2
- package/fesm2022/lucca-front-ng-skeleton.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-time.mjs +87 -7
- package/fesm2022/lucca-front-ng-time.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-toast.mjs +21 -4
- package/fesm2022/lucca-front-ng-toast.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-user.mjs +52 -20
- package/fesm2022/lucca-front-ng-user.mjs.map +1 -1
- package/form-field/form-field.translate.d.ts +3 -3
- package/form-field/public-api.d.ts +3 -2
- package/form-field/translations.d.ts +26 -0
- package/forms/number-input/number-input.translate.d.ts +3 -3
- package/forms/number-input/translations.d.ts +26 -0
- package/forms/public-api.d.ts +2 -0
- package/forms/text-input/text-input.translate.d.ts +3 -3
- package/forms/text-input/translations.d.ts +34 -0
- package/modal/modal.translate.d.ts +3 -3
- package/modal/translations.d.ts +42 -0
- package/multi-select/displayer/default-displayer.translate.d.ts +3 -3
- package/multi-select/displayer/index.d.ts +2 -1
- package/multi-select/displayer/translations.d.ts +50 -0
- package/multi-select/panel/panel.component.d.ts +6 -5
- package/multi-select/select.translate.d.ts +3 -3
- package/multi-select/translations.d.ts +106 -0
- package/option/item/translations.d.ts +34 -0
- package/option/item/tree-option-item.translate.d.ts +3 -3
- package/option/placeholder/option-placeholder.translate.d.ts +3 -3
- package/option/placeholder/translations.d.ts +34 -0
- package/option/selector/all/select-all.translate.d.ts +3 -3
- package/option/selector/all/translations.d.ts +34 -0
- package/package.json +15 -15
- package/popover2/popover.translate.d.ts +3 -3
- package/popover2/public-api.d.ts +1 -0
- package/popover2/translations.d.ts +26 -0
- package/popup-employee/popup-employee.translate.d.ts +3 -3
- package/popup-employee/public-api.d.ts +1 -0
- package/popup-employee/translations.d.ts +106 -0
- package/qualification/select/input/qualification-select-input.translate.d.ts +3 -3
- package/qualification/select/input/translations.d.ts +26 -0
- package/sidepanel/sidepanel.model.d.ts +3 -3
- package/simple-select/panel/panel.component.d.ts +6 -5
- package/simple-select/select.translate.d.ts +3 -3
- package/simple-select/translations.d.ts +58 -0
- package/src/definitions/user/user-tile.scss +1 -1
- package/time/duration-picker/duration-picker.translate.d.ts +9 -0
- package/time/duration-picker/translations.d.ts +42 -0
- package/time/public-api.d.ts +2 -0
- package/time/time-picker/time-picker.translate.d.ts +3 -3
- package/time/time-picker/translations.d.ts +42 -0
- package/toast/toasts.translate.d.ts +3 -3
- package/toast/translations.d.ts +26 -0
- package/user/select/input/translations.d.ts +34 -0
- package/user/select/input/user-select-input.translate.d.ts +3 -3
- package/user/select/searcher/translations.d.ts +26 -0
- package/user/select/searcher/user-searcher.translate.d.ts +3 -3
- package/esm2022/establishment/select/select-all/establishment-select-all.translate.mjs +0 -23
- package/establishment/select/select-all/establishment-select-all.translate.d.ts +0 -3
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
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
|
-
|
|
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 {
|
|
3
|
-
export declare const LU_SIMPLE_SELECT_TRANSLATIONS: InjectionToken<
|
|
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:
|
|
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
|
+
};
|
|
@@ -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
|
+
};
|
package/time/public-api.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { InjectionToken } from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
export declare const LU_TIME_PICKER_TRANSLATIONS: InjectionToken<
|
|
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:
|
|
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 {
|
|
3
|
-
export declare const LU_TOAST_TRANSLATIONS: InjectionToken<
|
|
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:
|
|
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 {
|
|
3
|
-
export declare const LU_USER_SELECT_INPUT_TRANSLATIONS: InjectionToken<
|
|
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:
|
|
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 {
|
|
3
|
-
export declare const LU_USER_SEARCHER_TRANSLATIONS: InjectionToken<
|
|
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:
|
|
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
|