@posiwise/smart-crm 0.0.24 → 0.0.25

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.
@@ -24,6 +24,7 @@ export declare class SmartCrmLeadsDetailsComponent extends AppBaseComponent impl
24
24
  ngOnInit(): void;
25
25
  /** Function to get the specific contact details on edit form */
26
26
  private getLeadDetails;
27
+ private markAllAsTouched;
27
28
  /** Function to execute on form submission */
28
29
  onSave(): void;
29
30
  /** Function to get form controls */
@@ -31,6 +31,7 @@ export declare class SmartCrmCommunicationsDetailsComponent extends AppBaseCompo
31
31
  allCommunications: any[];
32
32
  id: number;
33
33
  isLoading: boolean;
34
+ editorConfig: any;
34
35
  daysToNewsletterField: boolean;
35
36
  userNameSyntax: string;
36
37
  constructor(injector: Injector, crmService: CrmService, commonService: CommonService);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/smart-crm",
3
- "version": "0.0.24",
3
+ "version": "0.0.25",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "17.3.11",
6
6
  "@angular/core": "17.3.11"