fw-webbuilder 1.1.262 → 1.1.263
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
|
@@ -834,9 +834,10 @@ declare class WbBlockBlankConfig implements OnInit {
|
|
|
834
834
|
|
|
835
835
|
declare class WbAnimationConfig implements OnInit {
|
|
836
836
|
private modal;
|
|
837
|
+
private translate;
|
|
837
838
|
data: any;
|
|
838
839
|
device: any;
|
|
839
|
-
constructor(modal: NzModalService);
|
|
840
|
+
constructor(modal: NzModalService, translate: TranslateService);
|
|
840
841
|
ngOnInit(): void;
|
|
841
842
|
handleChangeAnimation(): void;
|
|
842
843
|
static ɵfac: i0.ɵɵFactoryDeclaration<WbAnimationConfig, never>;
|