@posiwise/admin-module 0.0.107 → 0.0.109

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.
@@ -7,19 +7,8 @@ import * as i0 from "@angular/core";
7
7
  export declare class TermsOfServiceDetailsComponent extends AppBaseComponent implements OnInit, OnDestroy {
8
8
  private adminService;
9
9
  form: UntypedFormGroup;
10
- editorConfig: {
11
- toolbar: {
12
- container: any[];
13
- handlers: {
14
- image: () => void;
15
- };
16
- };
17
- imageResize: {
18
- displaySize: boolean;
19
- };
20
- noDragDrop: boolean;
21
- };
22
10
  id: number;
11
+ editorConfig: any;
23
12
  data: PrivacyTos;
24
13
  submitted: boolean;
25
14
  constructor(adminService: AdminService, injector: Injector);
@@ -12,18 +12,6 @@ export declare class NewsletterItemDetailsComponent extends AppBaseComponent imp
12
12
  private tagService;
13
13
  private productService;
14
14
  form: UntypedFormGroup;
15
- editorConfig: {
16
- toolbar: {
17
- container: any[];
18
- handlers: {
19
- image: () => void;
20
- };
21
- };
22
- imageResize: {
23
- displaySize: boolean;
24
- };
25
- noDragDrop: boolean;
26
- };
27
15
  submitted: boolean;
28
16
  id: number;
29
17
  data: NewsLetterItem;
@@ -71,6 +59,7 @@ export declare class NewsletterItemDetailsComponent extends AppBaseComponent imp
71
59
  featureKeys: any[];
72
60
  userNameSyntax: string;
73
61
  newsletterId: number;
62
+ editorConfig: any;
74
63
  constructor(adminService: AdminService, tagService: TagService, productService: ProductService, injector: Injector);
75
64
  ngOnInit(): void;
76
65
  get f(): {
@@ -13,18 +13,6 @@ export declare class ProductDetailsComponent extends AppBaseComponent implements
13
13
  private modalService;
14
14
  private adminService;
15
15
  form: UntypedFormGroup;
16
- editorConfig: {
17
- toolbar: {
18
- container: any[];
19
- handlers: {
20
- image: () => void;
21
- };
22
- };
23
- imageResize: {
24
- displaySize: boolean;
25
- };
26
- noDragDrop: boolean;
27
- };
28
16
  submitted: boolean;
29
17
  id: number;
30
18
  duplicateId: number;
@@ -49,6 +37,7 @@ export declare class ProductDetailsComponent extends AppBaseComponent implements
49
37
  masterProductId: number;
50
38
  supportedCurrency$: Observable<any>;
51
39
  supportedRegions$: Observable<any>;
40
+ editorConfig: any;
52
41
  constructor(injector: Injector, productService: ProductService, modalService: NgbModal, adminService: AdminService);
53
42
  ngOnInit(): void;
54
43
  get f(): {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/admin-module",
3
- "version": "0.0.107",
3
+ "version": "0.0.109",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "17.3.11",
6
6
  "@angular/core": "17.3.11",