fw-webbuilder 1.1.229 → 1.1.231

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
@@ -2104,6 +2104,7 @@ declare class WbSelectProvinceDistrictWardConfig implements OnInit {
2104
2104
  declare class WbBreadcumb implements OnInit {
2105
2105
  private route;
2106
2106
  webBuilderService: webBuilderService;
2107
+ private router;
2107
2108
  data: any;
2108
2109
  device: any;
2109
2110
  class: any;
@@ -2116,10 +2117,11 @@ declare class WbBreadcumb implements OnInit {
2116
2117
  pageName: string;
2117
2118
  itemName: string;
2118
2119
  routeSub?: Subscription;
2119
- constructor(route: ActivatedRoute, webBuilderService: webBuilderService);
2120
+ constructor(route: ActivatedRoute, webBuilderService: webBuilderService, router: Router);
2120
2121
  ngOnInit(): void;
2121
2122
  updateDataClone(): void;
2122
2123
  ngOnChanges(changes: SimpleChanges): void;
2124
+ handleNavigate(): void;
2123
2125
  static ɵfac: i0.ɵɵFactoryDeclaration<WbBreadcumb, never>;
2124
2126
  static ɵcmp: i0.ɵɵComponentDeclaration<WbBreadcumb, "wb-breadcumb", 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>;
2125
2127
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fw-webbuilder",
3
- "version": "1.1.229",
3
+ "version": "1.1.231",
4
4
  "peerDependencies": {
5
5
  "@fingerprintjs/fingerprintjs": "^5.2.0",
6
6
  "@abacritt/angularx-social-login": "2.4.0",
@@ -8,8 +8,8 @@
8
8
  "@angular/core": "^20.3.0",
9
9
  "socket.io-client": "^4.8.1",
10
10
  "ng-zorro-antd": "^20.4.3",
11
- "@ckeditor/ckeditor5-angular": "^10.0.0",
12
- "ckeditor5": "^46.1.1",
11
+ "@tinymce/tinymce-angular": "^9.1.1",
12
+ "tinymce": "^8.6.0",
13
13
  "dayjs": "^1.11.18",
14
14
  "@ngx-translate/core": "^17.0.0",
15
15
  "@ngx-translate/http-loader": "^17.0.0"