@posiwise/admin-module 0.0.103 → 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,10 +41,7 @@ export declare class EditFaqComponent extends AppBaseComponent implements OnInit
41
41
  inviteUsers: string;
42
42
  subscriptionList: string;
43
43
  };
44
- faqs: FAQ[];
45
- faqList: FAQ[];
46
44
  id: number;
47
- backUpFAQ: FAQ[];
48
45
  submitted: boolean;
49
46
  isLoaded: boolean;
50
47
  editForm: NgForm;
@@ -76,15 +73,14 @@ export declare class EditFaqComponent extends AppBaseComponent implements OnInit
76
73
  get f(): {
77
74
  [key: string]: import("@angular/forms").AbstractControl<any, any>;
78
75
  };
79
- private getFaqs;
76
+ private getFaqCategories;
77
+ private getCurrentFaq;
80
78
  onSubmit(): void;
81
79
  updateFaq(): void;
82
80
  private getCategories;
83
81
  private sortObj;
84
82
  private groupProducts;
85
- onProductChange(event: any): void;
86
83
  onChange(item: any): void;
87
- onValueChange(faq: FAQ, value: boolean): void;
88
84
  onPublicValueChange(faq: FAQ, value: boolean): void;
89
85
  onCancel(): void;
90
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.103",
3
+ "version": "0.0.104",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "17.3.11",
6
6
  "@angular/core": "17.3.11",