@posiwise/smart-crm 0.0.35 → 0.0.37
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/index.mjs +2 -3
- package/esm2022/lib/private/components/smart-crm-accounts/smart-crm-account-details/smart-crm-account-details.component.mjs +26 -11
- package/esm2022/lib/private/components/smart-crm-accounts/smart-crm-account-info/smart-crm-account-info.component.mjs +18 -9
- package/esm2022/lib/private/components/smart-crm-accounts/smart-crm-account-invoices/smart-crm-account-invoices.component.mjs +14 -16
- package/esm2022/lib/private/components/smart-crm-accounts/smart-crm-accounts.component.mjs +4 -4
- package/esm2022/lib/private/components/smart-crm-actions/smart-crm-actions.component.mjs +260 -0
- package/esm2022/lib/private/components/smart-crm-configuration/smart-crm-actions/smart-crm-actions-details/smart-crm-actions-details.component.mjs +20 -15
- 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 +1 -1
- 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 +1 -1
- 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 +26 -9
- package/esm2022/lib/private/components/smart-crm-configuration/smart-crm-widgets/smart-crm-widgets-details/smart-crm-widgets-details.component.mjs +1 -1
- 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-contacts.component.mjs +3 -3
- package/esm2022/lib/private/components/smart-crm-insight/smart-crm-account-insight/smart-crm-account-insight.component.mjs +40 -9
- package/esm2022/lib/private/components/smart-crm-insight/smart-crm-analysis-insight/smart-crm-analysis.component.mjs +28 -54
- package/esm2022/lib/private/components/smart-crm-insight/smart-crm-contact-insight/smart-crm-contact-insight.component.mjs +22 -16
- package/esm2022/lib/private/components/smart-crm-insight/smart-crm-insight.component.mjs +4 -4
- package/esm2022/lib/private/components/smart-crm-insight/smart-crm-marketing-insight/smart-crm-marketing-insight.component.mjs +3 -3
- package/esm2022/lib/private/components/smart-crm-insight/smart-crm-opportunities-insight/smart-crm-opportunities-insight.component.mjs +30 -22
- 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-opportunities/smart-crm-board/smart-crm-board.component.mjs +8 -5
- package/esm2022/lib/private/components/smart-crm-opportunities/smart-crm-opportunities-list/smart-crm-opportunities-details/smart-crm-opportunities-details.component.mjs +49 -17
- package/esm2022/lib/private/components/smart-crm-opportunities/smart-crm-opportunities-list/smart-crm-opportunities-list.component.mjs +6 -3
- package/esm2022/lib/private/components/smart-crm-opportunities/smart-crm-opportunities.component.mjs +3 -3
- package/esm2022/lib/private/components/smart-crm-tabs/smart-crm-tabs.component.mjs +5 -5
- package/esm2022/lib/private/smart-crm-private.module.mjs +6 -11
- package/esm2022/lib/private/smart-crm-private.routing.module.mjs +18 -18
- package/esm2022/lib/shared/interface/smart-crm-module.interface.mjs +1 -1
- package/esm2022/lib/shared/models/smart-crm.model.mjs +3 -2
- package/esm2022/lib/shared/routers/routers.mjs +9 -8
- package/fesm2022/posiwise-smart-crm.mjs +327 -232
- package/fesm2022/posiwise-smart-crm.mjs.map +1 -1
- package/index.d.ts +1 -2
- package/lib/private/components/smart-crm-accounts/smart-crm-account-files/smart-crm-account-files.component.d.ts +1 -0
- package/lib/private/components/smart-crm-accounts/smart-crm-account-info/smart-crm-account-info.component.d.ts +3 -2
- package/lib/private/components/smart-crm-accounts/smart-crm-account-invoices/smart-crm-account-invoices.component.d.ts +1 -3
- package/lib/private/components/smart-crm-accounts/smart-crm-accounts.component.d.ts +1 -0
- package/lib/private/components/{smart-crm-summary/smart-crm-summary-actions/smart-crm-summary-actions.component.d.ts → smart-crm-actions/smart-crm-actions.component.d.ts} +6 -4
- package/lib/private/components/smart-crm-configuration/smart-crm-actions/smart-crm-actions.component.d.ts +1 -0
- package/lib/private/components/smart-crm-configuration/smart-crm-opportunity-categories/smart-crm-opportunity-categories.component.d.ts +1 -0
- package/lib/private/components/smart-crm-configuration/smart-crm-source/smart-crm-source.component.d.ts +1 -0
- package/lib/private/components/smart-crm-configuration/smart-crm-stages/smart-crm-stages.component.d.ts +4 -0
- package/lib/private/components/smart-crm-configuration/smart-crm-widgets/smart-crm-widgets.component.d.ts +1 -0
- 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-contacts/smart-crm-contacts.component.d.ts +1 -0
- package/lib/private/components/smart-crm-insight/smart-crm-account-insight/smart-crm-account-insight.component.d.ts +7 -1
- package/lib/private/components/smart-crm-insight/smart-crm-analysis-insight/smart-crm-analysis.component.d.ts +8 -8
- package/lib/private/components/smart-crm-insight/smart-crm-contact-insight/smart-crm-contact-insight.component.d.ts +7 -4
- package/lib/private/components/smart-crm-insight/smart-crm-marketing-insight/smart-crm-marketing-insight.component.d.ts +1 -0
- package/lib/private/components/smart-crm-insight/smart-crm-opportunities-insight/smart-crm-opportunities-insight.component.d.ts +7 -4
- package/lib/private/components/smart-crm-leads/smart-crm-leads.component.d.ts +1 -0
- package/lib/private/components/smart-crm-marketing/smart-crm-marketing-list/smart-crm-marketing-contacts/smart-crm-marketing-contacts.component.d.ts +1 -0
- package/lib/private/components/smart-crm-marketing/smart-crm-marketing-list/smart-crm-marketing-list.component.d.ts +1 -0
- package/lib/private/components/smart-crm-opportunities/smart-crm-board/smart-crm-board.component.d.ts +3 -1
- package/lib/private/components/smart-crm-opportunities/smart-crm-opportunities-list/smart-crm-opportunities-details/smart-crm-opportunities-details.component.d.ts +11 -4
- 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/private/components/smart-crm-opportunities/smart-crm-opportunities-list/smart-crm-opportunities-list.component.d.ts +2 -0
- package/lib/private/smart-crm-private.module.d.ts +60 -61
- package/lib/shared/interface/smart-crm-module.interface.d.ts +3 -1
- package/lib/shared/routers/routers.d.ts +1 -0
- package/package.json +1 -1
- package/esm2022/lib/private/components/smart-crm-summary/smart-crm-summary-actions/smart-crm-summary-actions.component.mjs +0 -256
- package/esm2022/lib/private/components/smart-crm-summary/smart-crm-summary.component.mjs +0 -14
- package/lib/private/components/smart-crm-summary/smart-crm-summary.component.d.ts +0 -5
|
@@ -2,22 +2,23 @@ const baseUrl = '/crm';
|
|
|
2
2
|
export const ROUTERS = {
|
|
3
3
|
accounts: `${baseUrl}/accounts/`,
|
|
4
4
|
contacts: `${baseUrl}/contacts`,
|
|
5
|
+
accountContacts: `${baseUrl}/contacts/account`,
|
|
5
6
|
accountInfo: `${baseUrl}/accounts/info/`,
|
|
6
7
|
addAccount: `${baseUrl}/accounts/add`,
|
|
7
8
|
contactInfo: `${baseUrl}/contacts/info/`,
|
|
8
9
|
contactAdd: `${baseUrl}/contacts/add`,
|
|
9
|
-
contactDetails: `${baseUrl}/contacts
|
|
10
|
+
contactDetails: `${baseUrl}/contacts/`,
|
|
10
11
|
opportunityAdd: `${baseUrl}/opportunities/add`,
|
|
11
12
|
opportunities: `${baseUrl}/opportunities/`,
|
|
12
13
|
opportunityInfo: `${baseUrl}/opportunities/info/`,
|
|
13
|
-
configurationDetails: `${baseUrl}/configuration/
|
|
14
|
+
configurationDetails: `${baseUrl}/configuration/action/`,
|
|
14
15
|
configurations: `${baseUrl}/configuration/`,
|
|
15
|
-
leadsDetails: `${baseUrl}/leads
|
|
16
|
+
leadsDetails: `${baseUrl}/leads/`,
|
|
16
17
|
marketingDetails: `${baseUrl}/marketing/emails/`,
|
|
17
18
|
marketing: `${baseUrl}/marketing/emails/info`,
|
|
18
|
-
categoryDetails: `${baseUrl}/configuration/category
|
|
19
|
-
sourceDetails: `${baseUrl}/configuration/source
|
|
20
|
-
stageDetails: `${baseUrl}/configuration/stage
|
|
21
|
-
widgetsDetails: `${baseUrl}/configuration/widget
|
|
19
|
+
categoryDetails: `${baseUrl}/configuration/category/`,
|
|
20
|
+
sourceDetails: `${baseUrl}/configuration/source/`,
|
|
21
|
+
stageDetails: `${baseUrl}/configuration/stage/`,
|
|
22
|
+
widgetsDetails: `${baseUrl}/configuration/widget/`
|
|
22
23
|
};
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
24
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicm91dGVycy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvc21hcnQtY3JtL3NyYy9saWIvc2hhcmVkL3JvdXRlcnMvcm91dGVycy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLE9BQU8sR0FBRyxNQUFNLENBQUM7QUFFdkIsTUFBTSxDQUFDLE1BQU0sT0FBTyxHQUFHO0lBQ25CLFFBQVEsRUFBRSxHQUFHLE9BQU8sWUFBWTtJQUNoQyxRQUFRLEVBQUUsR0FBRyxPQUFPLFdBQVc7SUFDL0IsZUFBZSxFQUFFLEdBQUcsT0FBTyxtQkFBbUI7SUFDOUMsV0FBVyxFQUFFLEdBQUcsT0FBTyxpQkFBaUI7SUFDeEMsVUFBVSxFQUFFLEdBQUcsT0FBTyxlQUFlO0lBQ3JDLFdBQVcsRUFBRSxHQUFHLE9BQU8saUJBQWlCO0lBQ3hDLFVBQVUsRUFBRSxHQUFHLE9BQU8sZUFBZTtJQUNyQyxjQUFjLEVBQUUsR0FBRyxPQUFPLFlBQVk7SUFDdEMsY0FBYyxFQUFFLEdBQUcsT0FBTyxvQkFBb0I7SUFDOUMsYUFBYSxFQUFFLEdBQUcsT0FBTyxpQkFBaUI7SUFDMUMsZUFBZSxFQUFFLEdBQUcsT0FBTyxzQkFBc0I7SUFDakQsb0JBQW9CLEVBQUUsR0FBRyxPQUFPLHdCQUF3QjtJQUN4RCxjQUFjLEVBQUUsR0FBRyxPQUFPLGlCQUFpQjtJQUMzQyxZQUFZLEVBQUUsR0FBRyxPQUFPLFNBQVM7SUFDakMsZ0JBQWdCLEVBQUUsR0FBRyxPQUFPLG9CQUFvQjtJQUNoRCxTQUFTLEVBQUUsR0FBRyxPQUFPLHdCQUF3QjtJQUM3QyxlQUFlLEVBQUUsR0FBRyxPQUFPLDBCQUEwQjtJQUNyRCxhQUFhLEVBQUUsR0FBRyxPQUFPLHdCQUF3QjtJQUNqRCxZQUFZLEVBQUUsR0FBRyxPQUFPLHVCQUF1QjtJQUMvQyxjQUFjLEVBQUUsR0FBRyxPQUFPLHdCQUF3QjtDQUNyRCxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiY29uc3QgYmFzZVVybCA9ICcvY3JtJztcblxuZXhwb3J0IGNvbnN0IFJPVVRFUlMgPSB7XG4gICAgYWNjb3VudHM6IGAke2Jhc2VVcmx9L2FjY291bnRzL2AsXG4gICAgY29udGFjdHM6IGAke2Jhc2VVcmx9L2NvbnRhY3RzYCxcbiAgICBhY2NvdW50Q29udGFjdHM6IGAke2Jhc2VVcmx9L2NvbnRhY3RzL2FjY291bnRgLFxuICAgIGFjY291bnRJbmZvOiBgJHtiYXNlVXJsfS9hY2NvdW50cy9pbmZvL2AsXG4gICAgYWRkQWNjb3VudDogYCR7YmFzZVVybH0vYWNjb3VudHMvYWRkYCxcbiAgICBjb250YWN0SW5mbzogYCR7YmFzZVVybH0vY29udGFjdHMvaW5mby9gLFxuICAgIGNvbnRhY3RBZGQ6IGAke2Jhc2VVcmx9L2NvbnRhY3RzL2FkZGAsXG4gICAgY29udGFjdERldGFpbHM6IGAke2Jhc2VVcmx9L2NvbnRhY3RzL2AsXG4gICAgb3Bwb3J0dW5pdHlBZGQ6IGAke2Jhc2VVcmx9L29wcG9ydHVuaXRpZXMvYWRkYCxcbiAgICBvcHBvcnR1bml0aWVzOiBgJHtiYXNlVXJsfS9vcHBvcnR1bml0aWVzL2AsXG4gICAgb3Bwb3J0dW5pdHlJbmZvOiBgJHtiYXNlVXJsfS9vcHBvcnR1bml0aWVzL2luZm8vYCxcbiAgICBjb25maWd1cmF0aW9uRGV0YWlsczogYCR7YmFzZVVybH0vY29uZmlndXJhdGlvbi9hY3Rpb24vYCxcbiAgICBjb25maWd1cmF0aW9uczogYCR7YmFzZVVybH0vY29uZmlndXJhdGlvbi9gLFxuICAgIGxlYWRzRGV0YWlsczogYCR7YmFzZVVybH0vbGVhZHMvYCxcbiAgICBtYXJrZXRpbmdEZXRhaWxzOiBgJHtiYXNlVXJsfS9tYXJrZXRpbmcvZW1haWxzL2AsXG4gICAgbWFya2V0aW5nOiBgJHtiYXNlVXJsfS9tYXJrZXRpbmcvZW1haWxzL2luZm9gLFxuICAgIGNhdGVnb3J5RGV0YWlsczogYCR7YmFzZVVybH0vY29uZmlndXJhdGlvbi9jYXRlZ29yeS9gLFxuICAgIHNvdXJjZURldGFpbHM6IGAke2Jhc2VVcmx9L2NvbmZpZ3VyYXRpb24vc291cmNlL2AsXG4gICAgc3RhZ2VEZXRhaWxzOiBgJHtiYXNlVXJsfS9jb25maWd1cmF0aW9uL3N0YWdlL2AsXG4gICAgd2lkZ2V0c0RldGFpbHM6IGAke2Jhc2VVcmx9L2NvbmZpZ3VyYXRpb24vd2lkZ2V0L2Bcbn07XG4iXX0=
|