fw-webbuilder 1.1.207 → 1.1.209
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 +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -947,6 +947,7 @@ declare class WbFixedConfig implements OnInit {
|
|
|
947
947
|
ngOnInit(): void;
|
|
948
948
|
updateClass(): void;
|
|
949
949
|
updateConfig(): void;
|
|
950
|
+
updateConfigAndClass(): void;
|
|
950
951
|
onChangePosition(): void;
|
|
951
952
|
static ɵfac: i0.ɵɵFactoryDeclaration<WbFixedConfig, never>;
|
|
952
953
|
static ɵcmp: i0.ɵɵComponentDeclaration<WbFixedConfig, "wb-fixed-config", never, { "data": { "alias": "data"; "required": false; }; "device": { "alias": "device"; "required": false; }; "classFixed": { "alias": "classFixed"; "required": false; }; "configFixed": { "alias": "configFixed"; "required": false; }; }, {}, never, never, true, never>;
|