fw-webbuilder 1.1.113 → 1.1.115
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 -3
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -637,7 +637,6 @@ declare class WbBlockBlank implements OnInit {
|
|
|
637
637
|
webBuilderService: webBuilderService;
|
|
638
638
|
map: ComponentMapService;
|
|
639
639
|
modalRef: NzModalRef<WbBlockBlank>;
|
|
640
|
-
authService: AuthService;
|
|
641
640
|
data: any;
|
|
642
641
|
device: any;
|
|
643
642
|
class: any;
|
|
@@ -652,12 +651,12 @@ declare class WbBlockBlank implements OnInit {
|
|
|
652
651
|
right: null;
|
|
653
652
|
bottom: null;
|
|
654
653
|
};
|
|
655
|
-
constructor(webBuilderService: webBuilderService, map: ComponentMapService, modalRef: NzModalRef<WbBlockBlank
|
|
654
|
+
constructor(webBuilderService: webBuilderService, map: ComponentMapService, modalRef: NzModalRef<WbBlockBlank>);
|
|
656
655
|
ngOnInit(): void;
|
|
657
656
|
updatePoisitionBlockChatBox(is_first: boolean): void;
|
|
658
657
|
ngOnChanges(changes: SimpleChanges): void;
|
|
659
658
|
ngOnDestroy(): void;
|
|
660
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<WbBlockBlank, [null, null, { optional: true; }
|
|
659
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WbBlockBlank, [null, null, { optional: true; }]>;
|
|
661
660
|
static ɵcmp: i0.ɵɵComponentDeclaration<WbBlockBlank, "wb-block-blank", never, { "data": { "alias": "data"; "required": false; }; "device": { "alias": "device"; "required": false; }; "class": { "alias": "class"; "required": false; }; "config": { "alias": "config"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; "type": { "alias": "type"; "required": false; }; "product": { "alias": "product"; "required": false; }; }, {}, never, never, true, never>;
|
|
662
661
|
}
|
|
663
662
|
|