@posiwise/admin-module 0.0.119 → 0.0.121

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.
@@ -11,6 +11,7 @@ export declare class TermsOfServiceDetailsComponent extends AppBaseComponent imp
11
11
  data: PrivacyTos;
12
12
  isLoading: boolean;
13
13
  submitted: boolean;
14
+ editorConfig: any;
14
15
  constructor(adminService: AdminService, injector: Injector);
15
16
  ngOnInit(): void;
16
17
  onSave(): void;
@@ -61,6 +61,7 @@ export declare class NewsletterItemDetailsComponent extends AppBaseComponent imp
61
61
  featureKeys: any[];
62
62
  userNameSyntax: string;
63
63
  newsletterId: number;
64
+ editorConfig: any;
64
65
  constructor(adminService: AdminService, tagService: TagService, productService: ProductService, injector: Injector);
65
66
  ngOnInit(): void;
66
67
  get f(): {
@@ -40,6 +40,7 @@ export declare class ProductDetailsComponent extends AppBaseComponent implements
40
40
  masterProductId: number;
41
41
  supportedCurrency$: Observable<string>;
42
42
  supportedRegions$: Observable<string>;
43
+ editorConfig: any;
43
44
  constructor(injector: Injector, productService: ProductService, modalService: NgbModal, adminService: AdminService);
44
45
  ngOnInit(): void;
45
46
  get f(): {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/admin-module",
3
- "version": "0.0.119",
3
+ "version": "0.0.121",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "17.3.11",
6
6
  "@angular/core": "17.3.11",