fw-webbuilder 1.1.259 → 1.1.261

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
@@ -511,7 +511,6 @@ declare class AuthService {
511
511
  handleGoogleLogin(idToken: string): Promise<any>;
512
512
  handleLogout(): Promise<any>;
513
513
  checkAuthUser(): Observable<boolean>;
514
- isAuthenticated(): Observable<boolean>;
515
514
  getUser(): any;
516
515
  sendActivationEmail(token: any): Promise<Object>;
517
516
  forgotPassword(email: string): Promise<Object>;
@@ -698,8 +697,11 @@ declare class WbDragDrop implements OnInit {
698
697
  parentEleRect: any;
699
698
  keyPosition: string;
700
699
  private isDragging;
700
+ private resizeGuideX;
701
+ private resizeGuideY;
701
702
  private mouseMoveListener;
702
703
  private mouseUpListener;
704
+ private getSnapTargets;
703
705
  updateMinHeightSub: any;
704
706
  constructor(webBuilderService: webBuilderService, el: ElementRef, renderer: Renderer2);
705
707
  ngOnInit(): void;
@@ -726,6 +728,7 @@ declare class WbDragDrop implements OnInit {
726
728
  private createOrUpdateGuideLines;
727
729
  private updateGapBadges;
728
730
  private clearGapBadges;
731
+ private clearGuideLines;
729
732
  private removeGuideLines;
730
733
  private onMouseUp;
731
734
  ngOnDestroy(): void;
@@ -3012,8 +3015,11 @@ declare class WbMapConfig implements OnInit {
3012
3015
  data: any;
3013
3016
  device: any;
3014
3017
  configIframeCode: any;
3018
+ isVisibleGuide: boolean;
3015
3019
  constructor(webBuilderService: webBuilderService);
3016
3020
  ngOnInit(): void;
3021
+ openGuideModal(): void;
3022
+ closeGuideModal(): void;
3017
3023
  updateConfig(): void;
3018
3024
  static ɵfac: i0.ɵɵFactoryDeclaration<WbMapConfig, never>;
3019
3025
  static ɵcmp: i0.ɵɵComponentDeclaration<WbMapConfig, "wb-map-config", never, { "data": { "alias": "data"; "required": false; }; "device": { "alias": "device"; "required": false; }; "configIframeCode": { "alias": "configIframeCode"; "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.259",
3
+ "version": "1.1.261",
4
4
  "peerDependencies": {
5
5
  "@fingerprintjs/fingerprintjs": "^5.2.0",
6
6
  "@abacritt/angularx-social-login": "2.4.0",