fw-webbuilder 1.1.145 → 1.1.147
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/fesm2022/fw-webbuilder.mjs +1 -1
- package/index.d.ts +2 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1304,7 +1304,6 @@ declare class WbUploadImageConfig implements OnInit {
|
|
|
1304
1304
|
}[];
|
|
1305
1305
|
constructor(webBuilderService: webBuilderService, msg: NzMessageService, translate: TranslateService, modal: NzModalService);
|
|
1306
1306
|
ngOnInit(): void;
|
|
1307
|
-
onFileSelected(event: any): void;
|
|
1308
1307
|
updateConfig(): void;
|
|
1309
1308
|
openManageImgs(): void;
|
|
1310
1309
|
static ɵfac: i0.ɵɵFactoryDeclaration<WbUploadImageConfig, never>;
|
|
@@ -2536,6 +2535,7 @@ declare class ManageImgsComponent implements OnInit {
|
|
|
2536
2535
|
}[];
|
|
2537
2536
|
}[];
|
|
2538
2537
|
fullFiles: any;
|
|
2538
|
+
url: string;
|
|
2539
2539
|
sortList: {
|
|
2540
2540
|
label: string;
|
|
2541
2541
|
children: {
|
|
@@ -2568,6 +2568,7 @@ declare class ManageImgsComponent implements OnInit {
|
|
|
2568
2568
|
changeSort(field: string): void;
|
|
2569
2569
|
handleChooseImage(item: any): void;
|
|
2570
2570
|
calcProcess(): number;
|
|
2571
|
+
handleAddUrl(): void;
|
|
2571
2572
|
static ɵfac: i0.ɵɵFactoryDeclaration<ManageImgsComponent, never>;
|
|
2572
2573
|
static ɵcmp: i0.ɵɵComponentDeclaration<ManageImgsComponent, "app-manage-imgs", never, { "path": { "alias": "path"; "required": false; }; }, {}, never, never, true, never>;
|
|
2573
2574
|
}
|