fw-webbuilder 1.1.89 → 1.1.90

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
@@ -637,6 +637,7 @@ declare class WbBlockBlank implements OnInit {
637
637
  webBuilderService: webBuilderService;
638
638
  map: ComponentMapService;
639
639
  modalRef: NzModalRef<WbBlockBlank>;
640
+ authService: AuthService;
640
641
  data: any;
641
642
  device: any;
642
643
  class: any;
@@ -651,12 +652,12 @@ declare class WbBlockBlank implements OnInit {
651
652
  right: null;
652
653
  bottom: null;
653
654
  };
654
- constructor(webBuilderService: webBuilderService, map: ComponentMapService, modalRef: NzModalRef<WbBlockBlank>);
655
+ constructor(webBuilderService: webBuilderService, map: ComponentMapService, modalRef: NzModalRef<WbBlockBlank>, authService: AuthService);
655
656
  ngOnInit(): void;
656
657
  updatePoisitionBlockChatBox(is_first: boolean): void;
657
658
  ngOnChanges(changes: SimpleChanges): void;
658
659
  ngOnDestroy(): void;
659
- static ɵfac: i0.ɵɵFactoryDeclaration<WbBlockBlank, [null, null, { optional: true; }]>;
660
+ static ɵfac: i0.ɵɵFactoryDeclaration<WbBlockBlank, [null, null, { optional: true; }, null]>;
660
661
  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>;
661
662
  }
662
663
 
@@ -1456,6 +1457,7 @@ declare class WbFrameBlank implements OnInit {
1456
1457
  webBuilderService: webBuilderService;
1457
1458
  map: ComponentMapService;
1458
1459
  el: ElementRef;
1460
+ authService: AuthService;
1459
1461
  data: any;
1460
1462
  device: any;
1461
1463
  class: any;
@@ -1470,7 +1472,7 @@ declare class WbFrameBlank implements OnInit {
1470
1472
  rectTop: number;
1471
1473
  height: number;
1472
1474
  bottomParent: number;
1473
- constructor(webBuilderService: webBuilderService, map: ComponentMapService, el: ElementRef);
1475
+ constructor(webBuilderService: webBuilderService, map: ComponentMapService, el: ElementRef, authService: AuthService);
1474
1476
  ngOnInit(): void;
1475
1477
  ngAfterViewInit(): void;
1476
1478
  ngOnDestroy(): void;
@@ -1999,6 +2001,7 @@ declare class WbButton implements OnInit {
1999
2001
  modalRef: NzModalRef<WbBlockBlank>;
2000
2002
  private drawerService;
2001
2003
  private cart;
2004
+ private translate;
2002
2005
  data: any;
2003
2006
  device: any;
2004
2007
  class: any;
@@ -2017,7 +2020,7 @@ declare class WbButton implements OnInit {
2017
2020
  _scrollHandler: any;
2018
2021
  routerSubscription: any;
2019
2022
  previousUrl: string;
2020
- constructor(router: Router, webBuilderService: webBuilderService, authService: AuthService, functionService: FunctionService, elementRef: ElementRef, modal: NzModalService, modalRef: NzModalRef<WbBlockBlank>, drawerService: DrawerService, cart: CartService);
2023
+ constructor(router: Router, webBuilderService: webBuilderService, authService: AuthService, functionService: FunctionService, elementRef: ElementRef, modal: NzModalService, modalRef: NzModalRef<WbBlockBlank>, drawerService: DrawerService, cart: CartService, translate: TranslateService);
2021
2024
  ngOnInit(): void;
2022
2025
  ngOnChanges(changes: SimpleChanges): void;
2023
2026
  ngAfterViewInit(): void;
@@ -2039,7 +2042,6 @@ declare class WbButton implements OnInit {
2039
2042
  scrollToBlockWhenAvailable(blockId: string, offset?: number): void;
2040
2043
  positionModal(): any;
2041
2044
  ngAfterViewChecked(): void;
2042
- conditionDisplay(): boolean;
2043
2045
  onCloseDialog(): void;
2044
2046
  handleAddToCart(): void;
2045
2047
  handleAddAddress(): void;
@@ -2049,7 +2051,7 @@ declare class WbButton implements OnInit {
2049
2051
  handleScrollToTop(): void;
2050
2052
  getContent(): any;
2051
2053
  getIcon(): any;
2052
- static ɵfac: i0.ɵɵFactoryDeclaration<WbButton, [null, null, null, null, null, null, { optional: true; }, null, null]>;
2054
+ static ɵfac: i0.ɵɵFactoryDeclaration<WbButton, [null, null, null, null, null, null, { optional: true; }, null, null, null]>;
2053
2055
  static ɵcmp: i0.ɵɵComponentDeclaration<WbButton, "wb-button", 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>;
2054
2056
  }
2055
2057
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fw-webbuilder",
3
- "version": "1.1.89",
3
+ "version": "1.1.90",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0",