fw-webbuilder 1.1.219 → 1.1.221

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
@@ -122,6 +122,8 @@ declare class webBuilderService {
122
122
  FONTS: any;
123
123
  ctrlZ: any;
124
124
  ctrlY: any;
125
+ productDetail: any;
126
+ categoryDetail: any;
125
127
  constructor(http: HttpClient, socketService: SocketService);
126
128
  closeConnection(): void;
127
129
  onNotifyChange(callback: (data: any) => void): any;
@@ -1576,16 +1578,18 @@ declare class WbFrameBlank implements OnInit {
1576
1578
  rectTop: number;
1577
1579
  height: number;
1578
1580
  bottomParent: number;
1579
- oldMarginTop: number;
1581
+ oldMarginTop: any;
1582
+ oldMarginLeft: any;
1580
1583
  refPosBounding: any;
1581
1584
  scrollbarEle: any;
1582
1585
  dataClone: any;
1586
+ placeholderEle: HTMLDivElement | null;
1583
1587
  animationSub: any;
1584
1588
  constructor(webBuilderService: webBuilderService, map: ComponentMapService, el: ElementRef);
1585
1589
  ngOnInit(): void;
1586
1590
  ngAfterViewInit(): void;
1587
- updateAnimation(): void;
1588
1591
  updateDataClone(): void;
1592
+ updateAnimation(): void;
1589
1593
  ngOnChanges(changes: SimpleChanges): void;
1590
1594
  ngOnDestroy(): void;
1591
1595
  handleScroll: (e: Event) => void;
@@ -1885,8 +1889,8 @@ declare class WbFrameProductsByCategory implements OnInit, OnDestroy, DoCheck {
1885
1889
  updateDataClone(): void;
1886
1890
  ngOnChanges(changes: SimpleChanges): void;
1887
1891
  ngOnDestroy(): void;
1888
- ngDoCheck(): void;
1889
1892
  handleGetProduct(): void;
1893
+ ngDoCheck(): void;
1890
1894
  calcProducts(): void;
1891
1895
  gotoPreviousPage(): void;
1892
1896
  gotoNextPage(): void;
@@ -2109,6 +2113,8 @@ declare class WbBreadcumb implements OnInit {
2109
2113
  product: any;
2110
2114
  segments: any;
2111
2115
  pageName: string;
2116
+ itemName: string;
2117
+ routeSub?: Subscription;
2112
2118
  constructor(route: ActivatedRoute, webBuilderService: webBuilderService);
2113
2119
  ngOnInit(): void;
2114
2120
  updateDataClone(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fw-webbuilder",
3
- "version": "1.1.219",
3
+ "version": "1.1.221",
4
4
  "peerDependencies": {
5
5
  "@fingerprintjs/fingerprintjs": "^5.2.0",
6
6
  "@abacritt/angularx-social-login": "2.4.0",