@posiwise/smart-crm 0.0.15 → 0.0.17
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.
- package/esm2022/lib/private/components/smart-crm-accounts/smart-crm-account-details/smart-crm-account-details.component.mjs +22 -8
- package/esm2022/lib/private/components/smart-crm-accounts/smart-crm-account-info/smart-crm-account-info.component.mjs +6 -3
- package/esm2022/lib/private/components/smart-crm-accounts/smart-crm-accounts.component.mjs +5 -4
- package/esm2022/lib/private/components/smart-crm-configuration/smart-crm-actions/smart-crm-actions-details/smart-crm-actions-details.component.mjs +16 -6
- package/esm2022/lib/private/components/smart-crm-configuration/smart-crm-actions/smart-crm-actions.component.mjs +3 -2
- package/esm2022/lib/private/components/smart-crm-configuration/smart-crm-configuration.component.mjs +3 -3
- package/esm2022/lib/private/components/smart-crm-configuration/smart-crm-opportunity-categories/smart-crm-opportunity-categories-details/smart-crm-opportunity-categories-details.component.mjs +14 -5
- package/esm2022/lib/private/components/smart-crm-configuration/smart-crm-opportunity-categories/smart-crm-opportunity-categories.component.mjs +3 -2
- package/esm2022/lib/private/components/smart-crm-configuration/smart-crm-source/smart-crm-source-details/smart-crm-source-details.component.mjs +14 -5
- package/esm2022/lib/private/components/smart-crm-configuration/smart-crm-source/smart-crm-source.component.mjs +3 -2
- package/esm2022/lib/private/components/smart-crm-configuration/smart-crm-stages/smart-crm-stage-details/smart-crm-stage-details.component.mjs +14 -5
- package/esm2022/lib/private/components/smart-crm-configuration/smart-crm-stages/smart-crm-stages.component.mjs +3 -2
- package/esm2022/lib/private/components/smart-crm-configuration/smart-crm-widgets/smart-crm-widgets-details/smart-crm-widgets-details.component.mjs +15 -5
- package/esm2022/lib/private/components/smart-crm-configuration/smart-crm-widgets/smart-crm-widgets.component.mjs +3 -2
- package/esm2022/lib/private/components/smart-crm-contacts/smart-crm-contact-details/smart-crm-contact-details.component.mjs +25 -12
- package/esm2022/lib/private/components/smart-crm-contacts/smart-crm-contact-info/smart-crm-contact-info.component.mjs +6 -3
- package/esm2022/lib/private/components/smart-crm-contacts/smart-crm-contacts.component.mjs +3 -2
- package/esm2022/lib/private/components/smart-crm-leads/smart-crm-leads-details/smart-crm-leads-details.component.mjs +24 -9
- package/esm2022/lib/private/components/smart-crm-leads/smart-crm-leads.component.mjs +3 -2
- package/esm2022/lib/private/components/smart-crm-marketing/smart-crm-marketing-list/smart-crm-marketing-details/smart-crm-marketing-details.component.mjs +19 -9
- package/esm2022/lib/private/components/smart-crm-marketing/smart-crm-marketing-list/smart-crm-marketing-list.component.mjs +3 -2
- package/esm2022/lib/private/components/smart-crm-opportunities/smart-crm-board/smart-crm-board.component.mjs +2 -3
- package/esm2022/lib/private/components/smart-crm-opportunities/smart-crm-opportunities-list/smart-crm-opportunities-details/smart-crm-opportunities-details.component.mjs +13 -6
- package/esm2022/lib/private/components/smart-crm-opportunities/smart-crm-opportunities-list/smart-crm-opportunities-info/smart-crm-opportunities-info.component.mjs +6 -3
- package/esm2022/lib/private/components/smart-crm-opportunities/smart-crm-opportunities-list/smart-crm-opportunities-list.component.mjs +8 -4
- package/esm2022/lib/private/components/smart-crm-summary/smart-crm-summary-actions/smart-crm-summary-actions.component.mjs +3 -3
- package/esm2022/lib/shared/interface/crm-stages.interface.mjs +1 -1
- package/fesm2022/posiwise-smart-crm.mjs +186 -75
- package/fesm2022/posiwise-smart-crm.mjs.map +1 -1
- package/lib/private/components/smart-crm-accounts/smart-crm-account-details/smart-crm-account-details.component.d.ts +2 -0
- package/lib/private/components/smart-crm-accounts/smart-crm-account-info/smart-crm-account-info.component.d.ts +1 -0
- package/lib/private/components/smart-crm-configuration/smart-crm-actions/smart-crm-actions-details/smart-crm-actions-details.component.d.ts +2 -0
- package/lib/private/components/smart-crm-configuration/smart-crm-opportunity-categories/smart-crm-opportunity-categories-details/smart-crm-opportunity-categories-details.component.d.ts +2 -0
- package/lib/private/components/smart-crm-configuration/smart-crm-source/smart-crm-source-details/smart-crm-source-details.component.d.ts +2 -0
- package/lib/private/components/smart-crm-configuration/smart-crm-stages/smart-crm-stage-details/smart-crm-stage-details.component.d.ts +2 -0
- package/lib/private/components/smart-crm-configuration/smart-crm-widgets/smart-crm-widgets-details/smart-crm-widgets-details.component.d.ts +2 -0
- package/lib/private/components/smart-crm-contacts/smart-crm-contact-details/smart-crm-contact-details.component.d.ts +5 -2
- package/lib/private/components/smart-crm-contacts/smart-crm-contact-info/smart-crm-contact-info.component.d.ts +1 -0
- package/lib/private/components/smart-crm-leads/smart-crm-leads-details/smart-crm-leads-details.component.d.ts +2 -0
- package/lib/private/components/smart-crm-marketing/smart-crm-marketing-list/smart-crm-marketing-details/smart-crm-marketing-details.component.d.ts +2 -0
- package/lib/private/components/smart-crm-opportunities/smart-crm-opportunities-list/smart-crm-opportunities-details/smart-crm-opportunities-details.component.d.ts +2 -0
- package/lib/private/components/smart-crm-opportunities/smart-crm-opportunities-list/smart-crm-opportunities-info/smart-crm-opportunities-info.component.d.ts +1 -0
- package/lib/shared/interface/crm-stages.interface.d.ts +1 -1
- package/package.json +1 -1
|
@@ -17,7 +17,9 @@ export declare class SmartCrmCompanyDetailsComponent extends AppBaseComponent im
|
|
|
17
17
|
user: User;
|
|
18
18
|
id: number;
|
|
19
19
|
submitted: boolean;
|
|
20
|
+
buttonBusy: boolean;
|
|
20
21
|
data: CrmAccount;
|
|
22
|
+
isLoading: boolean;
|
|
21
23
|
onEdit: boolean;
|
|
22
24
|
subscriptionMembers: [];
|
|
23
25
|
organizationSizes$: Observable<OrganizationSize[]>;
|
|
@@ -108,6 +108,7 @@ export declare class SmartCrmCompanyInfoComponent extends AppBaseComponent imple
|
|
|
108
108
|
stageDetails: string;
|
|
109
109
|
widgetsDetails: string;
|
|
110
110
|
};
|
|
111
|
+
buttonBusy: boolean;
|
|
111
112
|
constructor(injector: Injector, crmService: CrmService, subscriptionService: SubscriptionService, geoService: GeoService, commonService: CommonService, modalService: NgbModal, authService: AuthService, cdr: ChangeDetectorRef, logoCacheService: LogoCacheService, document: Document);
|
|
112
113
|
ngOnInit(): void;
|
|
113
114
|
ngAfterViewChecked(): void;
|
|
@@ -11,6 +11,8 @@ export declare class SmartCrmOpportunityCategoriesDetailsComponent extends AppBa
|
|
|
11
11
|
data: CrmOpportunityCategory;
|
|
12
12
|
subscriptionId: number;
|
|
13
13
|
submitted: boolean;
|
|
14
|
+
buttonBusy: boolean;
|
|
15
|
+
isLoading: boolean;
|
|
14
16
|
id: number;
|
|
15
17
|
categories$: Observable<string>;
|
|
16
18
|
constructor(injector: Injector, crmService: CrmService);
|
|
@@ -8,6 +8,8 @@ export declare class SmartCrmSourceDetailsComponent extends AppBaseComponent imp
|
|
|
8
8
|
private crmService;
|
|
9
9
|
subscriptionId: number;
|
|
10
10
|
submitted: boolean;
|
|
11
|
+
buttonBusy: boolean;
|
|
12
|
+
isLoading: boolean;
|
|
11
13
|
sourceForm: UntypedFormGroup;
|
|
12
14
|
data: CrmSource;
|
|
13
15
|
sourceId: number;
|
|
@@ -12,6 +12,8 @@ export declare class SmartCrmStageDetailsComponent extends AppBaseComponent impl
|
|
|
12
12
|
subscriptionId: number;
|
|
13
13
|
hasAccess: boolean;
|
|
14
14
|
submitted: boolean;
|
|
15
|
+
buttonBusy: boolean;
|
|
16
|
+
isLoading: boolean;
|
|
15
17
|
id: number;
|
|
16
18
|
stages$: Observable<string>;
|
|
17
19
|
categories: any[];
|
|
@@ -14,6 +14,8 @@ export declare class SmartCrmWidgetsDetailsComponent extends AppBaseComponent im
|
|
|
14
14
|
hasAccess: boolean;
|
|
15
15
|
user: User;
|
|
16
16
|
submitted: boolean;
|
|
17
|
+
buttonBusy: boolean;
|
|
18
|
+
isLoading: boolean;
|
|
17
19
|
positions$: Observable<string>;
|
|
18
20
|
allWidgets$: Observable<string>;
|
|
19
21
|
private widgetId;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Injector, OnDestroy, OnInit } from '@angular/core';
|
|
1
|
+
import { ChangeDetectorRef, Injector, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { UntypedFormGroup } from '@angular/forms';
|
|
3
3
|
import { CrmService } from '@posiwise/smart-crm-shared';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
@@ -11,11 +11,14 @@ import * as i0 from "@angular/core";
|
|
|
11
11
|
export declare class SmartCrmContactDetailsComponent extends AppBaseComponent implements OnInit, OnDestroy {
|
|
12
12
|
private commonService;
|
|
13
13
|
private crmService;
|
|
14
|
+
private cdr;
|
|
14
15
|
form: UntypedFormGroup;
|
|
15
16
|
data: CrmContact;
|
|
16
17
|
id: number;
|
|
17
18
|
user: User;
|
|
18
19
|
submitted: boolean;
|
|
20
|
+
buttonBusy: boolean;
|
|
21
|
+
isLoading: boolean;
|
|
19
22
|
departments$: Observable<string>;
|
|
20
23
|
accounts: CrmAccount[];
|
|
21
24
|
subscriptionId: number;
|
|
@@ -28,7 +31,7 @@ export declare class SmartCrmContactDetailsComponent extends AppBaseComponent im
|
|
|
28
31
|
get f(): {
|
|
29
32
|
[key: string]: import("@angular/forms").AbstractControl<any, any>;
|
|
30
33
|
};
|
|
31
|
-
constructor(commonService: CommonService, crmService: CrmService, injector: Injector);
|
|
34
|
+
constructor(commonService: CommonService, crmService: CrmService, cdr: ChangeDetectorRef, injector: Injector);
|
|
32
35
|
ngOnInit(): void;
|
|
33
36
|
/** Function to get the list of accounts by subscriptionId */
|
|
34
37
|
private getAccountsBySubscription;
|
|
@@ -11,6 +11,8 @@ export declare class SmartCrmLeadsDetailsComponent extends AppBaseComponent impl
|
|
|
11
11
|
form: UntypedFormGroup;
|
|
12
12
|
data: CrmLead;
|
|
13
13
|
submitted: boolean;
|
|
14
|
+
buttonBusy: boolean;
|
|
15
|
+
isLoading: boolean;
|
|
14
16
|
id: number;
|
|
15
17
|
subscriptionId: number;
|
|
16
18
|
accounts: CrmAccount[];
|
|
@@ -15,6 +15,7 @@ export declare class SmartCrmCommunicationsDetailsComponent extends AppBaseCompo
|
|
|
15
15
|
user: User;
|
|
16
16
|
data: CrmNewsLetter;
|
|
17
17
|
submitted: boolean;
|
|
18
|
+
buttonBusy: boolean;
|
|
18
19
|
crmProduct: Product;
|
|
19
20
|
status: any[];
|
|
20
21
|
priority: any[];
|
|
@@ -29,6 +30,7 @@ export declare class SmartCrmCommunicationsDetailsComponent extends AppBaseCompo
|
|
|
29
30
|
}[];
|
|
30
31
|
allCommunications: any[];
|
|
31
32
|
id: number;
|
|
33
|
+
isLoading: boolean;
|
|
32
34
|
daysToNewsletterField: boolean;
|
|
33
35
|
userNameSyntax: string;
|
|
34
36
|
constructor(injector: Injector, crmService: CrmService, commonService: CommonService);
|
|
@@ -14,6 +14,8 @@ export declare class SmartCrmOpportunitiesDetailsComponent extends AppBaseCompon
|
|
|
14
14
|
onEdit: boolean;
|
|
15
15
|
data: any;
|
|
16
16
|
submitted: boolean;
|
|
17
|
+
buttonBusy: boolean;
|
|
18
|
+
isLoading: boolean;
|
|
17
19
|
searchText: string;
|
|
18
20
|
subscriptionId: number;
|
|
19
21
|
allContacts: CrmopportunityContact[];
|
|
@@ -22,6 +22,7 @@ export declare class SmartCrmOpportunitiesInfoComponent extends AppBaseComponent
|
|
|
22
22
|
data: OpportunityData;
|
|
23
23
|
aboutControls: UntypedFormGroup;
|
|
24
24
|
submitted: boolean;
|
|
25
|
+
buttonBusy: boolean;
|
|
25
26
|
accounts: CrmAccount[];
|
|
26
27
|
filteredAccounts: CrmAccount[];
|
|
27
28
|
subscriptionId: number;
|