@posiwise/smart-crm 0.0.1 → 0.0.2

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.
Files changed (14) hide show
  1. package/esm2022/lib/private/components/smart-crm-accounts/smart-crm-account-info/smart-crm-account-info.component.mjs +10 -10
  2. package/esm2022/lib/private/components/smart-crm-accounts/smart-crm-accounts.component.mjs +27 -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
  4. package/esm2022/lib/private/components/smart-crm-configuration/smart-crm-widgets/smart-crm-widgets-details/smart-crm-widgets-details.component.mjs +3 -3
  5. package/esm2022/lib/private/components/smart-crm-contacts/smart-crm-contact-info/smart-crm-contact-info.component.mjs +3 -3
  6. package/esm2022/lib/private/components/smart-crm-leads/smart-crm-leads-details/smart-crm-leads-details.component.mjs +3 -3
  7. package/esm2022/lib/private/components/smart-crm-marketing/smart-crm-marketing-list/smart-crm-marketing-contacts/smart-crm-marketing-contacts.component.mjs +3 -3
  8. package/esm2022/lib/private/components/smart-crm-marketing/smart-crm-marketing-list/smart-crm-marketing-details/smart-crm-marketing-details.component.mjs +1 -2
  9. package/esm2022/lib/private/components/smart-crm-opportunities/smart-crm-opportunities-list/smart-crm-opportunities-info/smart-crm-opportunities-info.component.mjs +3 -3
  10. package/esm2022/lib/shared/models/smart-crm.model.mjs +2 -1
  11. package/fesm2022/posiwise-smart-crm.mjs +48 -24
  12. package/fesm2022/posiwise-smart-crm.mjs.map +1 -1
  13. package/lib/private/components/smart-crm-accounts/smart-crm-accounts.component.d.ts +5 -0
  14. package/package.json +1 -1
@@ -84,6 +84,11 @@ export declare class SmartCrmCompaniesComponent extends AppBaseComponent impleme
84
84
  clearFilters(): void;
85
85
  /** Function to call account geography */
86
86
  private getAccountGeography;
87
+ getUserAccountInfo(account: any): {
88
+ message: string;
89
+ iconClass: string;
90
+ };
91
+ formatMRR(mrrInCents: number): string;
87
92
  /** Function to call account activities */
88
93
  private getAccountActivities;
89
94
  /** Function to call last invoice */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/smart-crm",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "17.3.6",
6
6
  "@angular/core": "17.3.6"