fw-webbuilder 1.1.174 → 1.1.176

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
@@ -2417,6 +2417,10 @@ declare class WbMenuMobile implements OnInit {
2417
2417
  ngOnInit(): void;
2418
2418
  handleChooseItem(e: Event, item: any, depth: number): void;
2419
2419
  onClick(item: any): void;
2420
+ /**
2421
+ * Hàm chờ khối xuất hiện và cuộn đến chuẩn xác
2422
+ * */
2423
+ scrollToBlockWhenAvailable(blockId: string, offset?: number): void;
2420
2424
  handleOpenMenuMobile(e: any, item: any): void;
2421
2425
  static ɵfac: i0.ɵɵFactoryDeclaration<WbMenuMobile, never>;
2422
2426
  static ɵcmp: i0.ɵɵComponentDeclaration<WbMenuMobile, "wb-menu-mobile", 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; }; "isClone": { "alias": "isClone"; "required": false; }; "product": { "alias": "product"; "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.174",
3
+ "version": "1.1.176",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0",