@posiwise/admin-module 0.0.98 → 0.0.100

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.
@@ -42,6 +42,7 @@ export declare class AddFaqComponent extends AppBaseComponent implements OnInit,
42
42
  subscriptionList: string;
43
43
  };
44
44
  faqs: FAQ[];
45
+ editorConfig: any;
45
46
  faqList: FAQ[];
46
47
  id: number;
47
48
  backUpFAQ: FAQ[];
@@ -10,18 +10,6 @@ export declare class AddEditIncidentComponent extends AppBaseComponent implement
10
10
  form: UntypedFormGroup;
11
11
  sanitizedHtml: SafeHtml;
12
12
  subscriptionId: number;
13
- editorConfig: {
14
- toolbar: {
15
- container: any[];
16
- handlers: {
17
- image: () => void;
18
- };
19
- };
20
- imageResize: {
21
- displaySize: boolean;
22
- };
23
- noDragDrop: boolean;
24
- };
25
13
  routers: {
26
14
  globalConfigDetails: string;
27
15
  adminCredentialsDetails: string;
@@ -53,6 +41,7 @@ export declare class AddEditIncidentComponent extends AppBaseComponent implement
53
41
  inviteUsers: string;
54
42
  subscriptionList: string;
55
43
  };
44
+ editorConfig: any;
56
45
  landing: boolean;
57
46
  logo: any;
58
47
  openIncidents: any[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/admin-module",
3
- "version": "0.0.98",
3
+ "version": "0.0.100",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "17.3.11",
6
6
  "@angular/core": "17.3.11",