@posiwise/admin-module 0.0.102 → 0.0.104

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.
@@ -49,7 +49,6 @@ export declare class AddFaqComponent extends AppBaseComponent implements OnInit,
49
49
  submitted: boolean;
50
50
  isLoaded: boolean;
51
51
  editForm: NgForm;
52
- currentFaq: any;
53
52
  isEdit: boolean;
54
53
  categories: any[];
55
54
  isProductEnabled: boolean;
@@ -41,25 +41,11 @@ 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
- faqs: FAQ[];
57
- faqList: FAQ[];
58
44
  id: number;
59
- backUpFAQ: FAQ[];
60
45
  submitted: boolean;
61
46
  isLoaded: boolean;
62
47
  editForm: NgForm;
48
+ editorConfig: any;
63
49
  currentFaq: any;
64
50
  isEdit: boolean;
65
51
  categories: any[];
@@ -87,15 +73,14 @@ export declare class EditFaqComponent extends AppBaseComponent implements OnInit
87
73
  get f(): {
88
74
  [key: string]: import("@angular/forms").AbstractControl<any, any>;
89
75
  };
90
- private getFaqs;
76
+ private getFaqCategories;
77
+ private getCurrentFaq;
91
78
  onSubmit(): void;
92
79
  updateFaq(): void;
93
80
  private getCategories;
94
81
  private sortObj;
95
82
  private groupProducts;
96
- onProductChange(event: any): void;
97
83
  onChange(item: any): void;
98
- onValueChange(faq: FAQ, value: boolean): void;
99
84
  onPublicValueChange(faq: FAQ, value: boolean): void;
100
85
  onCancel(): void;
101
86
  ngOnDestroy(): void;
@@ -61,6 +61,7 @@ export declare class AddEditIncidentComponent extends AppBaseComponent implement
61
61
  [key: string]: import("@angular/forms").AbstractControl<any, any>;
62
62
  };
63
63
  onSubmit(): void;
64
+ private getIncidentById;
64
65
  onAdd(): void;
65
66
  onUpdate(): void;
66
67
  onCancel(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/admin-module",
3
- "version": "0.0.102",
3
+ "version": "0.0.104",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "17.3.11",
6
6
  "@angular/core": "17.3.11",