@rolatech/angular-components 20.2.8-beta.10 → 20.2.8-beta.12
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rolatech/angular-components",
|
|
3
|
-
"version": "20.2.8-beta.
|
|
3
|
+
"version": "20.2.8-beta.12",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "rolatech angular components",
|
|
6
6
|
"repository": {
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"lodash": "^4.17.21"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@rolatech/angular-common": "20.2.8-beta.
|
|
35
|
-
"@rolatech/angular-services": "20.2.8-beta.
|
|
34
|
+
"@rolatech/angular-common": "20.2.8-beta.12",
|
|
35
|
+
"@rolatech/angular-services": "20.2.8-beta.12",
|
|
36
36
|
"tslib": "^2.3.0"
|
|
37
37
|
},
|
|
38
38
|
"exports": {
|
|
@@ -168,9 +168,8 @@ declare class RejectDialogComponent implements OnInit {
|
|
|
168
168
|
}
|
|
169
169
|
|
|
170
170
|
declare class AcceptDialogComponent {
|
|
171
|
-
dialogRef: MatDialogRef<
|
|
171
|
+
dialogRef: MatDialogRef<any, any>;
|
|
172
172
|
data: DialogData$1;
|
|
173
|
-
constructor(dialogRef: MatDialogRef<AcceptDialogComponent>, data: DialogData$1);
|
|
174
173
|
onNoClick(): void;
|
|
175
174
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AcceptDialogComponent, never>;
|
|
176
175
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AcceptDialogComponent, "rolatech-accept-dialog", never, {}, {}, never, never, true, never>;
|
|
@@ -355,13 +354,12 @@ declare class FolderComponent {
|
|
|
355
354
|
}
|
|
356
355
|
|
|
357
356
|
declare class MediaPreviewDialogComponent implements OnInit {
|
|
358
|
-
data: any;
|
|
359
|
-
private dialogRef;
|
|
360
357
|
selected: any;
|
|
361
358
|
index: number;
|
|
362
359
|
prevDisabled: boolean;
|
|
363
360
|
nextDisabled: boolean;
|
|
364
|
-
|
|
361
|
+
data: any;
|
|
362
|
+
dialogRef: MatDialogRef<any, any>;
|
|
365
363
|
ngOnInit(): void;
|
|
366
364
|
close(): void;
|
|
367
365
|
prev(): void;
|
|
@@ -458,16 +456,15 @@ interface PreMedia {
|
|
|
458
456
|
file: File;
|
|
459
457
|
}
|
|
460
458
|
declare class MediaUploadDialogComponent implements OnInit {
|
|
461
|
-
dialogRef: MatDialogRef<MediaUploadDialogComponent>;
|
|
462
|
-
data: any;
|
|
463
|
-
private mediaService;
|
|
464
459
|
fileData: any;
|
|
465
460
|
progressInfos: any;
|
|
466
461
|
media: Media[];
|
|
467
462
|
preMedia: PreMedia[];
|
|
468
463
|
isFinished: boolean;
|
|
469
464
|
isUploaded: boolean;
|
|
470
|
-
|
|
465
|
+
dialogRef: MatDialogRef<any, any>;
|
|
466
|
+
data: any;
|
|
467
|
+
mediaService: MediaService;
|
|
471
468
|
ngOnInit(): void;
|
|
472
469
|
selectFiles(event: any): void;
|
|
473
470
|
addImage(file: any): void;
|
|
@@ -832,13 +829,12 @@ declare class ImagePlaceholderComponent implements OnInit {
|
|
|
832
829
|
}
|
|
833
830
|
|
|
834
831
|
declare class ImagePreviewDialogComponent implements OnInit {
|
|
835
|
-
data: any;
|
|
836
|
-
private dialogRef;
|
|
837
832
|
selected: any;
|
|
838
833
|
index: number;
|
|
839
834
|
prevDisabled: boolean;
|
|
840
835
|
nextDisabled: boolean;
|
|
841
|
-
|
|
836
|
+
data: any;
|
|
837
|
+
dialogRef: MatDialogRef<any, any>;
|
|
842
838
|
ngOnInit(): void;
|
|
843
839
|
close(): void;
|
|
844
840
|
prev(): void;
|