@dignite-ng/expand.file-explorer 3.0.0-rc.6 → 3.0.0-rc.7
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/components/dynamic-form/file-explorer/file-explorer-control.component.mjs +1 -1
- package/esm2022/lib/components/dynamic-form/file-explorer/file-explorer-view.component.mjs +6 -4
- package/esm2022/lib/components/file-edit/file-edit.component.mjs +1 -1
- package/esm2022/lib/components/file-modal/file-modal.component.mjs +1 -1
- package/esm2022/lib/components/file-picker/file-picker.component.mjs +1 -1
- package/esm2022/lib/previews/file-preview.component.mjs +6 -3
- package/fesm2022/dignite-ng-expand.file-explorer-config.mjs.map +1 -1
- package/fesm2022/dignite-ng-expand.file-explorer.mjs +13 -8
- package/fesm2022/dignite-ng-expand.file-explorer.mjs.map +1 -1
- package/lib/components/dynamic-form/file-explorer/file-explorer-control.component.d.ts +1 -1
- package/lib/previews/file-preview.component.d.ts +2 -1
- package/package.json +1 -1
|
@@ -12,6 +12,7 @@ export declare class FilePreviewComponent implements AfterContentInit {
|
|
|
12
12
|
type: any;
|
|
13
13
|
/**文件名称 */
|
|
14
14
|
name: any;
|
|
15
|
+
className: any;
|
|
15
16
|
/**是否是文件 */
|
|
16
17
|
isImage: boolean;
|
|
17
18
|
/**是否是视频 */
|
|
@@ -43,5 +44,5 @@ export declare class FilePreviewComponent implements AfterContentInit {
|
|
|
43
44
|
/**右旋转 */
|
|
44
45
|
RotateRight(): number;
|
|
45
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilePreviewComponent, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilePreviewComponent, "fe-file-preview", never, { "width": { "alias": "width"; "required": false; }; "src": { "alias": "src"; "required": false; }; "preview": { "alias": "preview"; "required": false; }; "type": { "alias": "type"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, never, never, false, never>;
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilePreviewComponent, "fe-file-preview", never, { "width": { "alias": "width"; "required": false; }; "src": { "alias": "src"; "required": false; }; "preview": { "alias": "preview"; "required": false; }; "type": { "alias": "type"; "required": false; }; "name": { "alias": "name"; "required": false; }; "className": { "alias": "className"; "required": false; }; }, {}, never, never, false, never>;
|
|
47
48
|
}
|