fw-webbuilder 1.1.260 → 1.1.262

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
@@ -1,7 +1,7 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
2
  import { Subject, Observable, Subscription } from 'rxjs';
3
3
  import * as i0 from '@angular/core';
4
- import { OnInit, ElementRef, Renderer2, SimpleChanges, OnDestroy, DoCheck, ChangeDetectorRef, AfterViewInit, InjectionToken } from '@angular/core';
4
+ import { OnInit, ElementRef, Renderer2, SimpleChanges, OnDestroy, OnChanges, DoCheck, ChangeDetectorRef, AfterViewInit, InjectionToken } from '@angular/core';
5
5
  import { SocialAuthService } from '@abacritt/angularx-social-login';
6
6
  import * as ng_zorro_antd_message from 'ng-zorro-antd/message';
7
7
  import { NzMessageService } from 'ng-zorro-antd/message';
@@ -697,8 +697,11 @@ declare class WbDragDrop implements OnInit {
697
697
  parentEleRect: any;
698
698
  keyPosition: string;
699
699
  private isDragging;
700
+ private resizeGuideX;
701
+ private resizeGuideY;
700
702
  private mouseMoveListener;
701
703
  private mouseUpListener;
704
+ private getSnapTargets;
702
705
  updateMinHeightSub: any;
703
706
  constructor(webBuilderService: webBuilderService, el: ElementRef, renderer: Renderer2);
704
707
  ngOnInit(): void;
@@ -725,6 +728,7 @@ declare class WbDragDrop implements OnInit {
725
728
  private createOrUpdateGuideLines;
726
729
  private updateGapBadges;
727
730
  private clearGapBadges;
731
+ private clearGuideLines;
728
732
  private removeGuideLines;
729
733
  private onMouseUp;
730
734
  ngOnDestroy(): void;
@@ -1330,15 +1334,24 @@ declare class WbScrollbarConfig implements OnInit {
1330
1334
  static ɵcmp: i0.ɵɵComponentDeclaration<WbScrollbarConfig, "wb-scrollbar-config", never, { "data": { "alias": "data"; "required": false; }; "device": { "alias": "device"; "required": false; }; "classScrollbar": { "alias": "classScrollbar"; "required": false; }; }, {}, never, never, true, never>;
1331
1335
  }
1332
1336
 
1333
- declare class WbShadowConfig implements OnInit {
1337
+ declare class WbShadowConfig implements OnInit, OnChanges {
1334
1338
  webBuilderService: webBuilderService;
1335
1339
  data: any;
1336
1340
  device: any;
1337
1341
  classShadow: string;
1338
1342
  configShadow: string;
1343
+ isShadow: boolean;
1344
+ shadowType: string;
1345
+ shadowX: number;
1346
+ shadowY: number;
1347
+ shadowBlur: number;
1348
+ shadowSpread: number;
1349
+ shadowColor: string;
1339
1350
  shadowOptions: any;
1340
1351
  constructor(webBuilderService: webBuilderService);
1341
1352
  ngOnInit(): void;
1353
+ ngOnChanges(changes: SimpleChanges): void;
1354
+ parseShadowFromClass(): void;
1342
1355
  onChangeShadow(): void;
1343
1356
  updateClass(): void;
1344
1357
  updateConfig(): void;
@@ -3011,8 +3024,11 @@ declare class WbMapConfig implements OnInit {
3011
3024
  data: any;
3012
3025
  device: any;
3013
3026
  configIframeCode: any;
3027
+ isVisibleGuide: boolean;
3014
3028
  constructor(webBuilderService: webBuilderService);
3015
3029
  ngOnInit(): void;
3030
+ openGuideModal(): void;
3031
+ closeGuideModal(): void;
3016
3032
  updateConfig(): void;
3017
3033
  static ɵfac: i0.ɵɵFactoryDeclaration<WbMapConfig, never>;
3018
3034
  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.260",
3
+ "version": "1.1.262",
4
4
  "peerDependencies": {
5
5
  "@fingerprintjs/fingerprintjs": "^5.2.0",
6
6
  "@abacritt/angularx-social-login": "2.4.0",