fw-webbuilder 1.1.264 → 1.1.266

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
@@ -1156,6 +1156,8 @@ declare class WbLinkPageConfig implements OnInit {
1156
1156
  device: any;
1157
1157
  configLinkPage: any;
1158
1158
  options: any;
1159
+ dialogTypeOptions: any[];
1160
+ drawerPositionOptions: any[];
1159
1161
  pages: any;
1160
1162
  clickActionOptions: {
1161
1163
  label: string;
@@ -1163,6 +1165,7 @@ declare class WbLinkPageConfig implements OnInit {
1163
1165
  }[];
1164
1166
  blocks: any;
1165
1167
  constructor(webBuilderService: webBuilderService, modal: NzModalService, translate: TranslateService);
1168
+ get filteredFreeblocks(): any;
1166
1169
  ngOnInit(): void;
1167
1170
  getPages(): void;
1168
1171
  getBlocks(): void;
@@ -1947,6 +1950,7 @@ declare class WbFrameProductsAdmin implements OnInit {
1947
1950
  openModalEdit(obj: any, item: any): void;
1948
1951
  handleDeleteData(item: any): void;
1949
1952
  updateConfig(): void;
1953
+ updateDataFrameRepeat(): void;
1950
1954
  static ɵfac: i0.ɵɵFactoryDeclaration<WbFrameProductsAdmin, never>;
1951
1955
  static ɵcmp: i0.ɵɵComponentDeclaration<WbFrameProductsAdmin, "wb-frame-products-admin", never, {}, {}, never, never, true, never>;
1952
1956
  }
@@ -2284,7 +2288,7 @@ declare class WbButton implements OnInit {
2284
2288
  handleRegister(): void;
2285
2289
  handleOpen(): void;
2286
2290
  openModal(findBlock: any): void;
2287
- openDrawer(): void;
2291
+ openDrawer(targetBlock?: any, position?: string): void;
2288
2292
  navigate(): void;
2289
2293
  /**
2290
2294
  * Hàm chờ khối xuất hiện và cuộn đến chuẩn xác
@@ -2329,6 +2333,7 @@ declare class WbImage implements OnInit {
2329
2333
  webBuilderService: webBuilderService;
2330
2334
  private translate;
2331
2335
  private modal;
2336
+ private drawerService;
2332
2337
  data: any;
2333
2338
  device: any;
2334
2339
  class: any;
@@ -2341,7 +2346,7 @@ declare class WbImage implements OnInit {
2341
2346
  mainImgRef: ElementRef<HTMLImageElement>;
2342
2347
  lensRef: ElementRef<HTMLDivElement>;
2343
2348
  resultRef: ElementRef<HTMLDivElement>;
2344
- constructor(router: Router, webBuilderService: webBuilderService, translate: TranslateService, modal: NzModalService);
2349
+ constructor(router: Router, webBuilderService: webBuilderService, translate: TranslateService, modal: NzModalService, drawerService: DrawerService);
2345
2350
  ngOnInit(): void;
2346
2351
  updateDataClone(): void;
2347
2352
  ngOnChanges(changes: SimpleChanges): void;
@@ -2425,6 +2430,8 @@ declare class WbText implements OnInit {
2425
2430
  private cart;
2426
2431
  private translate;
2427
2432
  private el;
2433
+ private modal;
2434
+ private drawerService;
2428
2435
  data: any;
2429
2436
  device: any;
2430
2437
  class: any;
@@ -2441,7 +2448,7 @@ declare class WbText implements OnInit {
2441
2448
  animationSub: any;
2442
2449
  routeSub: any;
2443
2450
  currentTag: string;
2444
- constructor(webBuilderService: webBuilderService, router: Router, route: ActivatedRoute, authService: AuthService, cart: CartService, translate: TranslateService, el: ElementRef);
2451
+ constructor(webBuilderService: webBuilderService, router: Router, route: ActivatedRoute, authService: AuthService, cart: CartService, translate: TranslateService, el: ElementRef, modal: NzModalService, drawerService: DrawerService);
2445
2452
  ngOnInit(): void;
2446
2453
  updateAnimation(): void;
2447
2454
  updateDataClone(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fw-webbuilder",
3
- "version": "1.1.264",
3
+ "version": "1.1.266",
4
4
  "peerDependencies": {
5
5
  "@fingerprintjs/fingerprintjs": "^5.2.0",
6
6
  "@abacritt/angularx-social-login": "2.4.0",