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/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>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fw-webbuilder",
3
- "version": "1.1.207",
3
+ "version": "1.1.209",
4
4
  "peerDependencies": {
5
5
  "@abacritt/angularx-social-login": "2.4.0",
6
6
  "@angular/common": "^20.3.0",