@wemake4u/form-player-se 1.0.48 → 1.0.49
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/esm2022/lib/directives/file.directive.mjs +212 -0
- package/esm2022/lib/directives/filemanager.directive.mjs +233 -0
- package/esm2022/lib/directives/filepicker.directive.mjs +8 -2
- package/esm2022/lib/directives/jsonfile.directive.mjs +59 -0
- package/esm2022/lib/dynamic-fields/dynamic-fields.component.mjs +16 -69
- package/esm2022/lib/locale/locale-de.mjs +6 -2
- package/esm2022/lib/locale/locale-en.mjs +6 -2
- package/esm2022/lib/locale/locale-es.mjs +6 -2
- package/esm2022/lib/locale/locale-fr.mjs +6 -2
- package/esm2022/lib/locale/locale-it.mjs +6 -2
- package/esm2022/lib/locale/locale-pt.mjs +6 -2
- package/esm2022/lib/services/compute.service.mjs +3 -3
- package/esm2022/lib/services/disable.service.mjs +2 -2
- package/esm2022/lib/services/programmability.service.mjs +5 -5
- package/fesm2022/wemake4u-form-player-se.mjs +567 -106
- package/fesm2022/wemake4u-form-player-se.mjs.map +1 -1
- package/lib/components/deleteRowRenderer/deleteRowRenderer.component.d.ts +4 -0
- package/lib/components/objectURLRenderer/objectURLRenderer.component.d.ts +4 -0
- package/lib/components/setFilter/setFilter.component.d.ts +4 -0
- package/lib/dialog/dialog.component.d.ts +28 -0
- package/lib/directives/file.directive.d.ts +31 -0
- package/lib/directives/filemanager.directive.d.ts +47 -0
- package/lib/directives/filepicker.directive.d.ts +12 -0
- package/lib/directives/jsonfile.directive.d.ts +14 -0
- package/lib/dynamic-fields/dynamic-fields.component.d.ts +29 -3
- package/lib/dynamic-form/dynamic-form.component.d.ts +28 -0
- package/lib/locale/locale-de.d.ts +4 -0
- package/lib/locale/locale-en.d.ts +4 -0
- package/lib/locale/locale-es.d.ts +4 -0
- package/lib/locale/locale-fr.d.ts +4 -0
- package/lib/locale/locale-it.d.ts +4 -0
- package/lib/locale/locale-pt.d.ts +4 -0
- package/lib/locale/locale.d.ts +28 -0
- package/package.json +1 -1
|
@@ -49,6 +49,10 @@ export declare class DeleteRowRendererComponent implements ICellRendererAngularC
|
|
|
49
49
|
NextElement: string;
|
|
50
50
|
Elements: string;
|
|
51
51
|
Of: string;
|
|
52
|
+
Download: string;
|
|
53
|
+
Uploading: string;
|
|
54
|
+
Downloading: string;
|
|
55
|
+
Deleting: string;
|
|
52
56
|
};
|
|
53
57
|
agInit(params: any): void;
|
|
54
58
|
onClick(event: Event): void;
|
|
@@ -50,6 +50,10 @@ export declare class ObjectURLRendererComponent implements ICellRendererAngularC
|
|
|
50
50
|
NextElement: string;
|
|
51
51
|
Elements: string;
|
|
52
52
|
Of: string;
|
|
53
|
+
Download: string;
|
|
54
|
+
Uploading: string;
|
|
55
|
+
Downloading: string;
|
|
56
|
+
Deleting: string;
|
|
53
57
|
};
|
|
54
58
|
agInit(params: ICellRendererParams): void;
|
|
55
59
|
onClick(event: Event): void;
|
|
@@ -51,6 +51,10 @@ export declare class SetFilterComponent implements IFilterAngularComp {
|
|
|
51
51
|
NextElement: string;
|
|
52
52
|
Elements: string;
|
|
53
53
|
Of: string;
|
|
54
|
+
Download: string;
|
|
55
|
+
Uploading: string;
|
|
56
|
+
Downloading: string;
|
|
57
|
+
Deleting: string;
|
|
54
58
|
};
|
|
55
59
|
selectAll: boolean;
|
|
56
60
|
searchText: string;
|
|
@@ -56,6 +56,10 @@ export declare class DialogComponent extends SirioDialogElement {
|
|
|
56
56
|
NextElement: string;
|
|
57
57
|
Elements: string;
|
|
58
58
|
Of: string;
|
|
59
|
+
Download: string;
|
|
60
|
+
Uploading: string;
|
|
61
|
+
Downloading: string;
|
|
62
|
+
Deleting: string;
|
|
59
63
|
};
|
|
60
64
|
en: {
|
|
61
65
|
TypeToSearch: string;
|
|
@@ -104,6 +108,10 @@ export declare class DialogComponent extends SirioDialogElement {
|
|
|
104
108
|
NextElement: string;
|
|
105
109
|
Elements: string;
|
|
106
110
|
Of: string;
|
|
111
|
+
Download: string;
|
|
112
|
+
Uploading: string;
|
|
113
|
+
Downloading: string;
|
|
114
|
+
Deleting: string;
|
|
107
115
|
};
|
|
108
116
|
de: {
|
|
109
117
|
TypeToSearch: string;
|
|
@@ -152,6 +160,10 @@ export declare class DialogComponent extends SirioDialogElement {
|
|
|
152
160
|
NextElement: string;
|
|
153
161
|
Elements: string;
|
|
154
162
|
Of: string;
|
|
163
|
+
Download: string;
|
|
164
|
+
Uploading: string;
|
|
165
|
+
Downloading: string;
|
|
166
|
+
Deleting: string;
|
|
155
167
|
};
|
|
156
168
|
fr: {
|
|
157
169
|
TypeToSearch: string;
|
|
@@ -200,6 +212,10 @@ export declare class DialogComponent extends SirioDialogElement {
|
|
|
200
212
|
NextElement: string;
|
|
201
213
|
Elements: string;
|
|
202
214
|
Of: string;
|
|
215
|
+
Download: string;
|
|
216
|
+
Uploading: string;
|
|
217
|
+
Downloading: string;
|
|
218
|
+
Deleting: string;
|
|
203
219
|
};
|
|
204
220
|
es: {
|
|
205
221
|
TypeToSearch: string;
|
|
@@ -248,6 +264,10 @@ export declare class DialogComponent extends SirioDialogElement {
|
|
|
248
264
|
NextElement: string;
|
|
249
265
|
Elements: string;
|
|
250
266
|
Of: string;
|
|
267
|
+
Download: string;
|
|
268
|
+
Uploading: string;
|
|
269
|
+
Downloading: string;
|
|
270
|
+
Deleting: string;
|
|
251
271
|
};
|
|
252
272
|
pt: {
|
|
253
273
|
TypeToSearch: string;
|
|
@@ -296,6 +316,10 @@ export declare class DialogComponent extends SirioDialogElement {
|
|
|
296
316
|
NextElement: string;
|
|
297
317
|
Elements: string;
|
|
298
318
|
Of: string;
|
|
319
|
+
Download: string;
|
|
320
|
+
Uploading: string;
|
|
321
|
+
Downloading: string;
|
|
322
|
+
Deleting: string;
|
|
299
323
|
};
|
|
300
324
|
};
|
|
301
325
|
TypeToSearch: string;
|
|
@@ -344,6 +368,10 @@ export declare class DialogComponent extends SirioDialogElement {
|
|
|
344
368
|
NextElement: string;
|
|
345
369
|
Elements: string;
|
|
346
370
|
Of: string;
|
|
371
|
+
Download: string;
|
|
372
|
+
Uploading: string;
|
|
373
|
+
Downloading: string;
|
|
374
|
+
Deleting: string;
|
|
347
375
|
};
|
|
348
376
|
constructor(languageService: LanguageService, sirioDialogExService: SirioDialogExService);
|
|
349
377
|
ngOnInit(): void;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { DestroyRef } from '@angular/core';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { ToastService } from '../services/toast.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class FileHandlerDirective {
|
|
6
|
+
protected toastService: ToastService;
|
|
7
|
+
protected destroyRef: DestroyRef;
|
|
8
|
+
constructor(toastService: ToastService, destroyRef: DestroyRef);
|
|
9
|
+
downloadHandler?: (file: any) => Observable<any> | string;
|
|
10
|
+
getExtension(file?: FileInfo | null): string;
|
|
11
|
+
getIcon(file: File): string;
|
|
12
|
+
getSize(file?: FileInfo | null): string;
|
|
13
|
+
canDownload(file: any): boolean;
|
|
14
|
+
isLocal(file: any): file is File;
|
|
15
|
+
downloadLocal(file: File): void;
|
|
16
|
+
isHandled(file: any): file is {
|
|
17
|
+
name: string;
|
|
18
|
+
type: string;
|
|
19
|
+
};
|
|
20
|
+
downloadHandled(file: any): void;
|
|
21
|
+
isDownloading(file: any): boolean;
|
|
22
|
+
private readonly downloadingHandled;
|
|
23
|
+
private downloadUrl;
|
|
24
|
+
private isBase64;
|
|
25
|
+
private isUri;
|
|
26
|
+
protected logError(error: Error): void;
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FileHandlerDirective, never>;
|
|
28
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FileHandlerDirective, "[fileHandler]", ["fileHandler"], { "downloadHandler": { "alias": "downloadHandler"; "required": false; }; }, {}, never, never, true, never>;
|
|
29
|
+
}
|
|
30
|
+
type FileInfo = Pick<File, 'name' | 'size'>;
|
|
31
|
+
export {};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { DestroyRef, OnChanges, OnDestroy, Renderer2, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { NgControl } from '@angular/forms';
|
|
3
|
+
import { SirioFileUploadComponent } from 'ngx-sirio-lib';
|
|
4
|
+
import { Observable } from 'rxjs';
|
|
5
|
+
import { ToastService } from '../services/toast.service';
|
|
6
|
+
import { FileHandlerDirective } from './file.directive';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class FileManagerDirective extends FileHandlerDirective implements OnChanges, OnDestroy {
|
|
9
|
+
private ngControl;
|
|
10
|
+
private fileUpload;
|
|
11
|
+
private renderer;
|
|
12
|
+
instantUpload: boolean | null;
|
|
13
|
+
readonly: boolean | null;
|
|
14
|
+
multiple: boolean | null;
|
|
15
|
+
uploadHandler?: (file: File) => Observable<any>;
|
|
16
|
+
deleteHandler?: (file: File) => Observable<boolean>;
|
|
17
|
+
constructor(ngControl: NgControl, fileUpload: SirioFileUploadComponent, renderer: Renderer2, toastService: ToastService, destroyRef: DestroyRef);
|
|
18
|
+
ngOnDestroy(): void;
|
|
19
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
20
|
+
canRemove(file: File): boolean;
|
|
21
|
+
removeFile(file: File): void;
|
|
22
|
+
canDownload(file: File): boolean;
|
|
23
|
+
isUploading(file: File): boolean;
|
|
24
|
+
isDeleting(file: File): boolean;
|
|
25
|
+
private instantSubscription;
|
|
26
|
+
private lastSingleUploaded;
|
|
27
|
+
private setupInstant;
|
|
28
|
+
private cleanupInstant;
|
|
29
|
+
private setupButton;
|
|
30
|
+
private onAddFile;
|
|
31
|
+
private onRemoveFile;
|
|
32
|
+
private onRemovingFile;
|
|
33
|
+
private removeFromUploader;
|
|
34
|
+
private refreshButton;
|
|
35
|
+
private markUploaded;
|
|
36
|
+
private getStatus;
|
|
37
|
+
private setStatus;
|
|
38
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FileManagerDirective, [{ self: true; }, null, null, null, null]>;
|
|
39
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FileManagerDirective, "[fileManager]", ["fileManager"], { "instantUpload": { "alias": "instantUpload"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "uploadHandler": { "alias": "uploadHandler"; "required": false; }; "deleteHandler": { "alias": "deleteHandler"; "required": false; }; }, {}, never, never, true, never>;
|
|
40
|
+
}
|
|
41
|
+
export declare enum UploadStatus {
|
|
42
|
+
Uploading = 0,
|
|
43
|
+
Uploaded = 1,
|
|
44
|
+
Deleting = 2,
|
|
45
|
+
Deleted = 3,
|
|
46
|
+
Failed = 4
|
|
47
|
+
}
|
|
@@ -9,3 +9,15 @@ export declare class FileListReadonlyDirective implements AfterViewChecked {
|
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<FileListReadonlyDirective, never>;
|
|
10
10
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FileListReadonlyDirective, "ngx-sirio-file-upload", never, { "readonly": { "alias": "readonly"; "required": false; }; }, {}, never, never, true, never>;
|
|
11
11
|
}
|
|
12
|
+
export declare enum UploadStatus {
|
|
13
|
+
Uploading = 0,
|
|
14
|
+
Uploaded = 1,
|
|
15
|
+
Failed = 2
|
|
16
|
+
}
|
|
17
|
+
export interface UploadFile<TResult = any> {
|
|
18
|
+
file: File;
|
|
19
|
+
status: UploadStatus;
|
|
20
|
+
progress: number;
|
|
21
|
+
result?: TResult;
|
|
22
|
+
error?: any;
|
|
23
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { DestroyRef, OnInit } from '@angular/core';
|
|
2
|
+
import { NgControl } from '@angular/forms';
|
|
3
|
+
import { SubscribeService } from '../services/subscribe.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class JsonFileDirective implements OnInit {
|
|
6
|
+
private ngControl;
|
|
7
|
+
private subscribe;
|
|
8
|
+
private destroyRef;
|
|
9
|
+
constructor(ngControl: NgControl, subscribe: SubscribeService, destroyRef: DestroyRef);
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
private defineJson;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<JsonFileDirective, [{ self: true; }, null, null]>;
|
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<JsonFileDirective, "ngx-sirio-file-upload", never, {}, {}, never, never, true, never>;
|
|
14
|
+
}
|
|
@@ -100,6 +100,10 @@ export declare class DynamicFieldsComponent implements OnInit, OnChanges, AfterV
|
|
|
100
100
|
NextElement: string;
|
|
101
101
|
Elements: string;
|
|
102
102
|
Of: string;
|
|
103
|
+
Download: string;
|
|
104
|
+
Uploading: string;
|
|
105
|
+
Downloading: string;
|
|
106
|
+
Deleting: string;
|
|
103
107
|
};
|
|
104
108
|
en: {
|
|
105
109
|
TypeToSearch: string;
|
|
@@ -148,6 +152,10 @@ export declare class DynamicFieldsComponent implements OnInit, OnChanges, AfterV
|
|
|
148
152
|
NextElement: string;
|
|
149
153
|
Elements: string;
|
|
150
154
|
Of: string;
|
|
155
|
+
Download: string;
|
|
156
|
+
Uploading: string;
|
|
157
|
+
Downloading: string;
|
|
158
|
+
Deleting: string;
|
|
151
159
|
};
|
|
152
160
|
de: {
|
|
153
161
|
TypeToSearch: string;
|
|
@@ -196,6 +204,10 @@ export declare class DynamicFieldsComponent implements OnInit, OnChanges, AfterV
|
|
|
196
204
|
NextElement: string;
|
|
197
205
|
Elements: string;
|
|
198
206
|
Of: string;
|
|
207
|
+
Download: string;
|
|
208
|
+
Uploading: string;
|
|
209
|
+
Downloading: string;
|
|
210
|
+
Deleting: string;
|
|
199
211
|
};
|
|
200
212
|
fr: {
|
|
201
213
|
TypeToSearch: string;
|
|
@@ -244,6 +256,10 @@ export declare class DynamicFieldsComponent implements OnInit, OnChanges, AfterV
|
|
|
244
256
|
NextElement: string;
|
|
245
257
|
Elements: string;
|
|
246
258
|
Of: string;
|
|
259
|
+
Download: string;
|
|
260
|
+
Uploading: string;
|
|
261
|
+
Downloading: string;
|
|
262
|
+
Deleting: string;
|
|
247
263
|
};
|
|
248
264
|
es: {
|
|
249
265
|
TypeToSearch: string;
|
|
@@ -292,6 +308,10 @@ export declare class DynamicFieldsComponent implements OnInit, OnChanges, AfterV
|
|
|
292
308
|
NextElement: string;
|
|
293
309
|
Elements: string;
|
|
294
310
|
Of: string;
|
|
311
|
+
Download: string;
|
|
312
|
+
Uploading: string;
|
|
313
|
+
Downloading: string;
|
|
314
|
+
Deleting: string;
|
|
295
315
|
};
|
|
296
316
|
pt: {
|
|
297
317
|
TypeToSearch: string;
|
|
@@ -340,6 +360,10 @@ export declare class DynamicFieldsComponent implements OnInit, OnChanges, AfterV
|
|
|
340
360
|
NextElement: string;
|
|
341
361
|
Elements: string;
|
|
342
362
|
Of: string;
|
|
363
|
+
Download: string;
|
|
364
|
+
Uploading: string;
|
|
365
|
+
Downloading: string;
|
|
366
|
+
Deleting: string;
|
|
343
367
|
};
|
|
344
368
|
};
|
|
345
369
|
TypeToSearch: string;
|
|
@@ -388,6 +412,10 @@ export declare class DynamicFieldsComponent implements OnInit, OnChanges, AfterV
|
|
|
388
412
|
NextElement: string;
|
|
389
413
|
Elements: string;
|
|
390
414
|
Of: string;
|
|
415
|
+
Download: string;
|
|
416
|
+
Uploading: string;
|
|
417
|
+
Downloading: string;
|
|
418
|
+
Deleting: string;
|
|
391
419
|
};
|
|
392
420
|
constructor(sanitizer: SanitizeService, markdown: MarkdownService, mime: MimeService, programmability: ProgrammabilityService, weak: WeakService, register: RegisterService, metadata: MetadataService, languageService: LanguageService, global: GlobalService, functionService: FunctionService, formService: FormService, grid: GridService, chart: ChartService, dialog: DialogService, autoFocus: AutoFocusService, el: ElementRef);
|
|
393
421
|
ngOnInit(): void;
|
|
@@ -441,7 +469,6 @@ export declare class DynamicFieldsComponent implements OnInit, OnChanges, AfterV
|
|
|
441
469
|
removeItem(formArray: FormArray, index: number, withConfirm: boolean, state: NavigatorStateDirective): void;
|
|
442
470
|
moveUpItem(formArray: FormArray, index: number): void;
|
|
443
471
|
moveDownItem(formArray: FormArray, index: number): void;
|
|
444
|
-
createUploadTables(component: any): any;
|
|
445
472
|
fileUploaded($event: NgxSirioEvent<SirioFileUploadComponent>): void;
|
|
446
473
|
getFeelableProperties(component: any): Record<string, any> | null;
|
|
447
474
|
getGroupOutline(component: any): {
|
|
@@ -479,6 +506,7 @@ export declare class DynamicFieldsComponent implements OnInit, OnChanges, AfterV
|
|
|
479
506
|
getLightView(component: any): string;
|
|
480
507
|
getPanels(component: any): Observable<any>;
|
|
481
508
|
isTextOverflow(el: HTMLElement): boolean;
|
|
509
|
+
preventLabelFileOpen(event: MouseEvent): void;
|
|
482
510
|
private noData;
|
|
483
511
|
private get language();
|
|
484
512
|
private invalidate;
|
|
@@ -487,8 +515,6 @@ export declare class DynamicFieldsComponent implements OnInit, OnChanges, AfterV
|
|
|
487
515
|
private getAsObservable;
|
|
488
516
|
private applyCssClasses;
|
|
489
517
|
private applyInlineStyles;
|
|
490
|
-
private evaluateFuncOrValue;
|
|
491
|
-
private invokeFuncOrValue;
|
|
492
518
|
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicFieldsComponent, never>;
|
|
493
519
|
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicFieldsComponent, "app-dynamic-fields", never, { "form": { "alias": "form"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "formGroup": { "alias": "formGroup"; "required": false; }; "alignment": { "alias": "alignment"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "recursionLevel": { "alias": "recursionLevel"; "required": false; }; "identity": { "alias": "identity"; "required": false; }; "identityIndex": { "alias": "identityIndex"; "required": false; }; "disableAutoFocus": { "alias": "disableAutoFocus"; "required": false; }; }, {}, never, never, true, never>;
|
|
494
520
|
}
|
|
@@ -94,6 +94,10 @@ export declare class DynamicFormComponent implements OnChanges, OnDestroy, IEval
|
|
|
94
94
|
NextElement: string;
|
|
95
95
|
Elements: string;
|
|
96
96
|
Of: string;
|
|
97
|
+
Download: string;
|
|
98
|
+
Uploading: string;
|
|
99
|
+
Downloading: string;
|
|
100
|
+
Deleting: string;
|
|
97
101
|
};
|
|
98
102
|
en: {
|
|
99
103
|
TypeToSearch: string;
|
|
@@ -142,6 +146,10 @@ export declare class DynamicFormComponent implements OnChanges, OnDestroy, IEval
|
|
|
142
146
|
NextElement: string;
|
|
143
147
|
Elements: string;
|
|
144
148
|
Of: string;
|
|
149
|
+
Download: string;
|
|
150
|
+
Uploading: string;
|
|
151
|
+
Downloading: string;
|
|
152
|
+
Deleting: string;
|
|
145
153
|
};
|
|
146
154
|
de: {
|
|
147
155
|
TypeToSearch: string;
|
|
@@ -190,6 +198,10 @@ export declare class DynamicFormComponent implements OnChanges, OnDestroy, IEval
|
|
|
190
198
|
NextElement: string;
|
|
191
199
|
Elements: string;
|
|
192
200
|
Of: string;
|
|
201
|
+
Download: string;
|
|
202
|
+
Uploading: string;
|
|
203
|
+
Downloading: string;
|
|
204
|
+
Deleting: string;
|
|
193
205
|
};
|
|
194
206
|
fr: {
|
|
195
207
|
TypeToSearch: string;
|
|
@@ -238,6 +250,10 @@ export declare class DynamicFormComponent implements OnChanges, OnDestroy, IEval
|
|
|
238
250
|
NextElement: string;
|
|
239
251
|
Elements: string;
|
|
240
252
|
Of: string;
|
|
253
|
+
Download: string;
|
|
254
|
+
Uploading: string;
|
|
255
|
+
Downloading: string;
|
|
256
|
+
Deleting: string;
|
|
241
257
|
};
|
|
242
258
|
es: {
|
|
243
259
|
TypeToSearch: string;
|
|
@@ -286,6 +302,10 @@ export declare class DynamicFormComponent implements OnChanges, OnDestroy, IEval
|
|
|
286
302
|
NextElement: string;
|
|
287
303
|
Elements: string;
|
|
288
304
|
Of: string;
|
|
305
|
+
Download: string;
|
|
306
|
+
Uploading: string;
|
|
307
|
+
Downloading: string;
|
|
308
|
+
Deleting: string;
|
|
289
309
|
};
|
|
290
310
|
pt: {
|
|
291
311
|
TypeToSearch: string;
|
|
@@ -334,6 +354,10 @@ export declare class DynamicFormComponent implements OnChanges, OnDestroy, IEval
|
|
|
334
354
|
NextElement: string;
|
|
335
355
|
Elements: string;
|
|
336
356
|
Of: string;
|
|
357
|
+
Download: string;
|
|
358
|
+
Uploading: string;
|
|
359
|
+
Downloading: string;
|
|
360
|
+
Deleting: string;
|
|
337
361
|
};
|
|
338
362
|
};
|
|
339
363
|
TypeToSearch: string;
|
|
@@ -382,6 +406,10 @@ export declare class DynamicFormComponent implements OnChanges, OnDestroy, IEval
|
|
|
382
406
|
NextElement: string;
|
|
383
407
|
Elements: string;
|
|
384
408
|
Of: string;
|
|
409
|
+
Download: string;
|
|
410
|
+
Uploading: string;
|
|
411
|
+
Downloading: string;
|
|
412
|
+
Deleting: string;
|
|
385
413
|
};
|
|
386
414
|
ngOnDestroy(): void;
|
|
387
415
|
ngOnChanges(changes: SimpleChanges): void;
|
package/lib/locale/locale.d.ts
CHANGED
|
@@ -47,6 +47,10 @@ export declare const Texts: {
|
|
|
47
47
|
NextElement: string;
|
|
48
48
|
Elements: string;
|
|
49
49
|
Of: string;
|
|
50
|
+
Download: string;
|
|
51
|
+
Uploading: string;
|
|
52
|
+
Downloading: string;
|
|
53
|
+
Deleting: string;
|
|
50
54
|
};
|
|
51
55
|
en: {
|
|
52
56
|
TypeToSearch: string;
|
|
@@ -95,6 +99,10 @@ export declare const Texts: {
|
|
|
95
99
|
NextElement: string;
|
|
96
100
|
Elements: string;
|
|
97
101
|
Of: string;
|
|
102
|
+
Download: string;
|
|
103
|
+
Uploading: string;
|
|
104
|
+
Downloading: string;
|
|
105
|
+
Deleting: string;
|
|
98
106
|
};
|
|
99
107
|
de: {
|
|
100
108
|
TypeToSearch: string;
|
|
@@ -143,6 +151,10 @@ export declare const Texts: {
|
|
|
143
151
|
NextElement: string;
|
|
144
152
|
Elements: string;
|
|
145
153
|
Of: string;
|
|
154
|
+
Download: string;
|
|
155
|
+
Uploading: string;
|
|
156
|
+
Downloading: string;
|
|
157
|
+
Deleting: string;
|
|
146
158
|
};
|
|
147
159
|
fr: {
|
|
148
160
|
TypeToSearch: string;
|
|
@@ -191,6 +203,10 @@ export declare const Texts: {
|
|
|
191
203
|
NextElement: string;
|
|
192
204
|
Elements: string;
|
|
193
205
|
Of: string;
|
|
206
|
+
Download: string;
|
|
207
|
+
Uploading: string;
|
|
208
|
+
Downloading: string;
|
|
209
|
+
Deleting: string;
|
|
194
210
|
};
|
|
195
211
|
es: {
|
|
196
212
|
TypeToSearch: string;
|
|
@@ -239,6 +255,10 @@ export declare const Texts: {
|
|
|
239
255
|
NextElement: string;
|
|
240
256
|
Elements: string;
|
|
241
257
|
Of: string;
|
|
258
|
+
Download: string;
|
|
259
|
+
Uploading: string;
|
|
260
|
+
Downloading: string;
|
|
261
|
+
Deleting: string;
|
|
242
262
|
};
|
|
243
263
|
pt: {
|
|
244
264
|
TypeToSearch: string;
|
|
@@ -287,6 +307,10 @@ export declare const Texts: {
|
|
|
287
307
|
NextElement: string;
|
|
288
308
|
Elements: string;
|
|
289
309
|
Of: string;
|
|
310
|
+
Download: string;
|
|
311
|
+
Uploading: string;
|
|
312
|
+
Downloading: string;
|
|
313
|
+
Deleting: string;
|
|
290
314
|
};
|
|
291
315
|
};
|
|
292
316
|
TypeToSearch: string;
|
|
@@ -335,4 +359,8 @@ export declare const Texts: {
|
|
|
335
359
|
NextElement: string;
|
|
336
360
|
Elements: string;
|
|
337
361
|
Of: string;
|
|
362
|
+
Download: string;
|
|
363
|
+
Uploading: string;
|
|
364
|
+
Downloading: string;
|
|
365
|
+
Deleting: string;
|
|
338
366
|
};
|