@posiwise/smart-crm 0.0.29 → 0.0.30
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 +3 -3
- package/esm2022/lib/private/components/smart-crm-accounts/smart-crm-account-files/smart-crm-account-files.component.mjs +3 -3
- 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-account-invoices/smart-crm-account-invoices.component.mjs +3 -3
- package/esm2022/lib/private/components/smart-crm-accounts/smart-crm-accounts.component.mjs +6 -7
- package/esm2022/lib/private/components/smart-crm-configuration/smart-crm-actions/smart-crm-actions-details/smart-crm-actions-details.component.mjs +3 -3
- package/esm2022/lib/private/components/smart-crm-configuration/smart-crm-actions/smart-crm-actions.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 +3 -3
- package/esm2022/lib/private/components/smart-crm-configuration/smart-crm-opportunity-categories/smart-crm-opportunity-categories.component.mjs +3 -3
- package/esm2022/lib/private/components/smart-crm-configuration/smart-crm-source/smart-crm-source-details/smart-crm-source-details.component.mjs +3 -3
- package/esm2022/lib/private/components/smart-crm-configuration/smart-crm-source/smart-crm-source.component.mjs +3 -3
- package/esm2022/lib/private/components/smart-crm-configuration/smart-crm-stages/smart-crm-stage-details/smart-crm-stage-details.component.mjs +3 -3
- package/esm2022/lib/private/components/smart-crm-configuration/smart-crm-stages/smart-crm-stages.component.mjs +3 -3
- package/esm2022/lib/private/components/smart-crm-configuration/smart-crm-widgets/smart-crm-widgets-details/smart-crm-widgets-details.component.mjs +3 -3
- package/esm2022/lib/private/components/smart-crm-configuration/smart-crm-widgets/smart-crm-widgets.component.mjs +3 -3
- package/esm2022/lib/private/components/smart-crm-contacts/smart-crm-contact-details/smart-crm-contact-details.component.mjs +3 -3
- package/esm2022/lib/private/components/smart-crm-contacts/smart-crm-contact-info/smart-crm-contact-info.component.mjs +3 -3
- package/esm2022/lib/private/components/smart-crm-contacts/smart-crm-contacts.component.mjs +3 -3
- package/esm2022/lib/private/components/smart-crm-leads/smart-crm-leads-details/smart-crm-leads-details.component.mjs +3 -3
- package/esm2022/lib/private/components/smart-crm-leads/smart-crm-leads.component.mjs +3 -3
- package/esm2022/lib/private/components/smart-crm-marketing/smart-crm-marketing-list/smart-crm-marketing-details/smart-crm-marketing-details.component.mjs +3 -3
- package/esm2022/lib/private/components/smart-crm-marketing/smart-crm-marketing-list/smart-crm-marketing-list.component.mjs +3 -3
- package/esm2022/lib/private/components/smart-crm-marketing/smart-crm-marketing.component.mjs +3 -3
- package/esm2022/lib/private/components/smart-crm-opportunities/smart-crm-board/smart-crm-board.component.mjs +8 -6
- package/esm2022/lib/private/components/smart-crm-opportunities/smart-crm-opportunities-list/smart-crm-opportunities-details/smart-crm-opportunities-details.component.mjs +3 -3
- package/esm2022/lib/private/components/smart-crm-opportunities/smart-crm-opportunities-list/smart-crm-opportunities-info/smart-crm-opportunities-info.component.mjs +3 -3
- package/esm2022/lib/private/components/smart-crm-opportunities/smart-crm-opportunities-list/smart-crm-opportunities-list.component.mjs +3 -3
- package/esm2022/lib/private/components/smart-crm-summary/smart-crm-summary-actions/smart-crm-summary-actions.component.mjs +4 -3
- package/esm2022/lib/public/components/smart-crm-signup/smart-crm-signup.component.mjs +3 -3
- package/fesm2022/posiwise-smart-crm.mjs +78 -72
- package/fesm2022/posiwise-smart-crm.mjs.map +1 -1
- 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-accounts/smart-crm-accounts.component.d.ts +1 -1
- package/lib/private/components/smart-crm-opportunities/smart-crm-board/smart-crm-board.component.d.ts +1 -0
- package/lib/private/components/smart-crm-summary/smart-crm-summary-actions/smart-crm-summary-actions.component.d.ts +1 -0
- package/package.json +1 -1
|
@@ -116,6 +116,7 @@ export declare class SmartCrmCompanyInfoComponent extends AppBaseComponent imple
|
|
|
116
116
|
onLazyLoad(event: LazyLoadEvent): void;
|
|
117
117
|
/** Function to call account default values */
|
|
118
118
|
private accountDefaultValues;
|
|
119
|
+
handleImageError(event: Event, fallbackPath: any): void;
|
|
119
120
|
/** Function to call account by ID */
|
|
120
121
|
getAccountDetails(): void;
|
|
121
122
|
get f(): {
|
|
@@ -64,6 +64,7 @@ export declare class SmartCrmCompaniesComponent extends AppBaseComponent impleme
|
|
|
64
64
|
onLazyLoad(event: LazyLoadEvent): void;
|
|
65
65
|
/** Function to get user details */
|
|
66
66
|
private getUserInfo;
|
|
67
|
+
handleImageError(event: Event, fallbackPath: any): void;
|
|
67
68
|
/** Function to call account default values */
|
|
68
69
|
private accountDefaultValues;
|
|
69
70
|
/** Function to get the accounts list */
|
|
@@ -88,7 +89,6 @@ export declare class SmartCrmCompaniesComponent extends AppBaseComponent impleme
|
|
|
88
89
|
message: string;
|
|
89
90
|
iconClass: string;
|
|
90
91
|
};
|
|
91
|
-
formatMRR(mrrInCents: number): string;
|
|
92
92
|
/** Function to call account activities */
|
|
93
93
|
private getAccountActivities;
|
|
94
94
|
getCountryFromLocation(location: string): string;
|
|
@@ -50,6 +50,7 @@ export declare class SmartCrmBoardComponent extends AppBaseComponent implements
|
|
|
50
50
|
private treefy;
|
|
51
51
|
private flatten;
|
|
52
52
|
private opportunitiesGroups;
|
|
53
|
+
handleImageError(event: Event, fallbackPath: any): void;
|
|
53
54
|
onChangeCategory(event: any): void;
|
|
54
55
|
onColumnScroll(columnIndex: number): void;
|
|
55
56
|
dropItem(event: CdkDragDrop<object[]>): void;
|
|
@@ -24,6 +24,7 @@ export declare class SmartCrmSummaryActionsComponent extends AppBaseComponent im
|
|
|
24
24
|
showFilter: boolean;
|
|
25
25
|
subscription: Subscription;
|
|
26
26
|
selector: string;
|
|
27
|
+
suggestedActionsselector: string;
|
|
27
28
|
private totalPendingActions;
|
|
28
29
|
currentPage: number;
|
|
29
30
|
routers: {
|