ngx-wapp-components 3.2.14 → 3.2.15-alpha.1
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": "ngx-wapp-components",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.15-alpha.1",
|
|
4
4
|
"description": "This is a Wapping reusable component library published by Wapping.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"code",
|
|
@@ -60,4 +60,4 @@
|
|
|
60
60
|
}
|
|
61
61
|
},
|
|
62
62
|
"type": "module"
|
|
63
|
-
}
|
|
63
|
+
}
|
|
@@ -3304,6 +3304,8 @@ declare class WFileUploaderComponent implements OnInit, OnChanges {
|
|
|
3304
3304
|
tooltip: string;
|
|
3305
3305
|
required: boolean;
|
|
3306
3306
|
accept: string;
|
|
3307
|
+
allowDeleteFile: boolean;
|
|
3308
|
+
allowDownloadFile: boolean;
|
|
3307
3309
|
fileUploadConfig: WFileUploaderConfig;
|
|
3308
3310
|
actualMaxSize: number;
|
|
3309
3311
|
fileSingleMode: any;
|
|
@@ -3333,7 +3335,7 @@ declare class WFileUploaderComponent implements OnInit, OnChanges {
|
|
|
3333
3335
|
downloadFile(file: any): void;
|
|
3334
3336
|
isValid(): boolean;
|
|
3335
3337
|
static ɵfac: i0.ɵɵFactoryDeclaration<WFileUploaderComponent, never>;
|
|
3336
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WFileUploaderComponent, "w-file-uploader", never, { "activeFieldVersion": { "alias": "activeFieldVersion"; "required": false; }; "activeFieldVersionBorders": { "alias": "activeFieldVersionBorders"; "required": false; }; "label": { "alias": "label"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "required": { "alias": "required"; "required": false; }; "accept": { "alias": "accept"; "required": false; }; "fileUploadConfig": { "alias": "fileUploadConfig"; "required": false; }; "fileSingleMode": { "alias": "fileSingleMode"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; }, { "onFileData": "onFileData"; "onFileDataB64": "onFileDataB64"; "onErrorHandler": "onErrorHandler"; }, never, never, false, never>;
|
|
3338
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WFileUploaderComponent, "w-file-uploader", never, { "activeFieldVersion": { "alias": "activeFieldVersion"; "required": false; }; "activeFieldVersionBorders": { "alias": "activeFieldVersionBorders"; "required": false; }; "label": { "alias": "label"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "required": { "alias": "required"; "required": false; }; "accept": { "alias": "accept"; "required": false; }; "allowDeleteFile": { "alias": "allowDeleteFile"; "required": false; }; "allowDownloadFile": { "alias": "allowDownloadFile"; "required": false; }; "fileUploadConfig": { "alias": "fileUploadConfig"; "required": false; }; "fileSingleMode": { "alias": "fileSingleMode"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; }, { "onFileData": "onFileData"; "onFileDataB64": "onFileDataB64"; "onErrorHandler": "onErrorHandler"; }, never, never, false, never>;
|
|
3337
3339
|
}
|
|
3338
3340
|
|
|
3339
3341
|
interface MultiSelectOption {
|