@posiwise/admin-module 0.0.101 → 0.0.103

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.
@@ -41,18 +41,6 @@ export declare class EditFaqComponent extends AppBaseComponent implements OnInit
41
41
  inviteUsers: string;
42
42
  subscriptionList: string;
43
43
  };
44
- editorConfig: {
45
- toolbar: {
46
- container: any[];
47
- handlers: {
48
- image: () => void;
49
- };
50
- };
51
- imageResize: {
52
- displaySize: boolean;
53
- };
54
- noDragDrop: boolean;
55
- };
56
44
  faqs: FAQ[];
57
45
  faqList: FAQ[];
58
46
  id: number;
@@ -60,6 +48,7 @@ export declare class EditFaqComponent extends AppBaseComponent implements OnInit
60
48
  submitted: boolean;
61
49
  isLoaded: boolean;
62
50
  editForm: NgForm;
51
+ editorConfig: any;
63
52
  currentFaq: any;
64
53
  isEdit: boolean;
65
54
  categories: any[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/admin-module",
3
- "version": "0.0.101",
3
+ "version": "0.0.103",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "17.3.11",
6
6
  "@angular/core": "17.3.11",