@acorex/modules 20.7.15 → 20.7.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.
Files changed (32) hide show
  1. package/business-core/index.d.ts +39 -2
  2. package/contact-core/index.d.ts +1 -7
  3. package/customer-management/index.d.ts +1 -27
  4. package/data-management/index.d.ts +17 -4
  5. package/fesm2022/acorex-modules-business-core.mjs +316 -4
  6. package/fesm2022/acorex-modules-business-core.mjs.map +1 -1
  7. package/fesm2022/{acorex-modules-contact-core-emergency-service.entity-Cro3bM4G.mjs → acorex-modules-contact-core-emergency-service.entity-l8rYNqP1.mjs} +2 -1
  8. package/fesm2022/acorex-modules-contact-core-emergency-service.entity-l8rYNqP1.mjs.map +1 -0
  9. package/fesm2022/acorex-modules-contact-core.mjs +6 -47
  10. package/fesm2022/acorex-modules-contact-core.mjs.map +1 -1
  11. package/fesm2022/{acorex-modules-customer-management-customer.entity-CRp5g0OZ.mjs → acorex-modules-customer-management-customer.entity-B7-T9_T7.mjs} +9 -9
  12. package/fesm2022/acorex-modules-customer-management-customer.entity-B7-T9_T7.mjs.map +1 -0
  13. package/fesm2022/acorex-modules-customer-management.mjs +1 -111
  14. package/fesm2022/acorex-modules-customer-management.mjs.map +1 -1
  15. package/fesm2022/acorex-modules-data-management.mjs +60 -49
  16. package/fesm2022/acorex-modules-data-management.mjs.map +1 -1
  17. package/fesm2022/{acorex-modules-human-capital-management-leave-request.entity-CviI9xJC.mjs → acorex-modules-human-capital-management-leave-request.entity-CS3Fr_k2.mjs} +2 -1
  18. package/fesm2022/acorex-modules-human-capital-management-leave-request.entity-CS3Fr_k2.mjs.map +1 -0
  19. package/fesm2022/acorex-modules-human-capital-management.mjs +1 -1
  20. package/fesm2022/acorex-modules-person-management.mjs +9 -19
  21. package/fesm2022/acorex-modules-person-management.mjs.map +1 -1
  22. package/fesm2022/acorex-modules-supplier-management.mjs +19 -229
  23. package/fesm2022/acorex-modules-supplier-management.mjs.map +1 -1
  24. package/package.json +13 -13
  25. package/supplier-management/index.d.ts +4 -50
  26. package/fesm2022/acorex-modules-contact-core-emergency-service.entity-Cro3bM4G.mjs.map +0 -1
  27. package/fesm2022/acorex-modules-customer-management-customer-segment.entity-CoYAU5g3.mjs +0 -69
  28. package/fesm2022/acorex-modules-customer-management-customer-segment.entity-CoYAU5g3.mjs.map +0 -1
  29. package/fesm2022/acorex-modules-customer-management-customer-type.entity-pt4gpOGq.mjs +0 -79
  30. package/fesm2022/acorex-modules-customer-management-customer-type.entity-pt4gpOGq.mjs.map +0 -1
  31. package/fesm2022/acorex-modules-customer-management-customer.entity-CRp5g0OZ.mjs.map +0 -1
  32. package/fesm2022/acorex-modules-human-capital-management-leave-request.entity-CviI9xJC.mjs.map +0 -1
@@ -27,20 +27,6 @@ const RootConfig = {
27
27
  titlePlural: `@${config.i18n}:customers.entities.customer.plural`,
28
28
  icon: 'fa-light fa-building-user',
29
29
  },
30
- customerType: {
31
- name: 'CustomerType',
32
- source: `${config.module}.CustomerType`,
33
- title: `@${config.i18n}:customers.entities.customer-type.title`,
34
- titlePlural: `@${config.i18n}:customers.entities.customer-type.plural`,
35
- icon: 'fa-light fa-tags',
36
- },
37
- customerSegment: {
38
- name: 'CustomerSegment',
39
- source: `${config.module}.CustomerSegment`,
40
- title: `@${config.i18n}:customers.entities.customer-segment.title`,
41
- titlePlural: `@${config.i18n}:customers.entities.customer-segment.plural`,
42
- icon: 'fa-light fa-chart-pie',
43
- },
44
30
  lead: {
45
31
  name: 'Lead',
46
32
  source: `${config.module}.Lead`,
@@ -155,76 +141,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
155
141
  }]
156
142
  }] });
157
143
 
158
- class AXMCustomerManagementCustomerTypeEntityService extends AXMEntityCrudServiceImpl {
159
- }
160
- class AXMCustomerManagementCustomerTypeEntityServiceImpl extends AXMCustomerManagementCustomerTypeEntityService {
161
- constructor() {
162
- super(`${RootConfig.module.name}.${RootConfig.entities.customerType.name}`);
163
- }
164
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXMCustomerManagementCustomerTypeEntityServiceImpl, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
165
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXMCustomerManagementCustomerTypeEntityServiceImpl }); }
166
- }
167
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXMCustomerManagementCustomerTypeEntityServiceImpl, decorators: [{
168
- type: Injectable
169
- }], ctorParameters: () => [] });
170
-
171
- class AXMCustomerManagementCustomerTypeEntityModule {
172
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXMCustomerManagementCustomerTypeEntityModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
173
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.16", ngImport: i0, type: AXMCustomerManagementCustomerTypeEntityModule }); }
174
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXMCustomerManagementCustomerTypeEntityModule, providers: [
175
- {
176
- provide: AXMCustomerManagementCustomerTypeEntityService,
177
- useClass: AXMCustomerManagementCustomerTypeEntityServiceImpl,
178
- },
179
- ] }); }
180
- }
181
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXMCustomerManagementCustomerTypeEntityModule, decorators: [{
182
- type: NgModule,
183
- args: [{
184
- providers: [
185
- {
186
- provide: AXMCustomerManagementCustomerTypeEntityService,
187
- useClass: AXMCustomerManagementCustomerTypeEntityServiceImpl,
188
- },
189
- ],
190
- }]
191
- }] });
192
-
193
- class AXMCustomerManagementCustomerSegmentEntityService extends AXMEntityCrudServiceImpl {
194
- }
195
- class AXMCustomerManagementCustomerSegmentEntityServiceImpl extends AXMCustomerManagementCustomerSegmentEntityService {
196
- constructor() {
197
- super(`${RootConfig.module.name}.${RootConfig.entities.customerSegment.name}`);
198
- }
199
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXMCustomerManagementCustomerSegmentEntityServiceImpl, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
200
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXMCustomerManagementCustomerSegmentEntityServiceImpl }); }
201
- }
202
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXMCustomerManagementCustomerSegmentEntityServiceImpl, decorators: [{
203
- type: Injectable
204
- }], ctorParameters: () => [] });
205
-
206
- class AXMCustomerManagementCustomerSegmentEntityModule {
207
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXMCustomerManagementCustomerSegmentEntityModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
208
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.16", ngImport: i0, type: AXMCustomerManagementCustomerSegmentEntityModule }); }
209
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXMCustomerManagementCustomerSegmentEntityModule, providers: [
210
- {
211
- provide: AXMCustomerManagementCustomerSegmentEntityService,
212
- useClass: AXMCustomerManagementCustomerSegmentEntityServiceImpl,
213
- },
214
- ] }); }
215
- }
216
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXMCustomerManagementCustomerSegmentEntityModule, decorators: [{
217
- type: NgModule,
218
- args: [{
219
- providers: [
220
- {
221
- provide: AXMCustomerManagementCustomerSegmentEntityService,
222
- useClass: AXMCustomerManagementCustomerSegmentEntityServiceImpl,
223
- },
224
- ],
225
- }]
226
- }] });
227
-
228
144
  class AXMCustomerManagementLeadEntityService extends AXMEntityCrudServiceImpl {
229
145
  }
230
146
  class AXMCustomerManagementLeadEntityServiceImpl extends AXMCustomerManagementLeadEntityService {
@@ -565,8 +481,6 @@ const AXPCustomerManagementMenuKeys = {
565
481
  Customers: 'CustomerManagement:Menu:Customers',
566
482
  Leads: 'CustomerManagement:Menu:Leads',
567
483
  Opportunities: 'CustomerManagement:Menu:Opportunities',
568
- CustomerTypes: 'CustomerManagement:Menu:CustomerTypes',
569
- CustomerSegments: 'CustomerManagement:Menu:CustomerSegments',
570
484
  OpportunityStages: 'CustomerManagement:Menu:OpportunityStages',
571
485
  SalesPipelines: 'CustomerManagement:Menu:SalesPipelines',
572
486
  LifecycleStages: 'CustomerManagement:Menu:LifecycleStages',
@@ -607,20 +521,6 @@ class AXMMenuProvider {
607
521
  icon: RootConfig.entities.opportunity.icon,
608
522
  priority: 3,
609
523
  },
610
- {
611
- name: AXPCustomerManagementMenuKeys.CustomerTypes,
612
- text: '@customer-management:customers.entities.customer-type.plural',
613
- path: this.entityService.createPath(module.name, RootConfig.entities.customerType.name),
614
- icon: RootConfig.entities.customerType.icon,
615
- priority: 6,
616
- },
617
- {
618
- name: AXPCustomerManagementMenuKeys.CustomerSegments,
619
- text: '@customer-management:customers.entities.customer-segment.plural',
620
- path: this.entityService.createPath(module.name, RootConfig.entities.customerSegment.name),
621
- icon: RootConfig.entities.customerSegment.icon,
622
- priority: 7,
623
- },
624
524
  {
625
525
  name: AXPCustomerManagementMenuKeys.OpportunityStages,
626
526
  text: '@customer-management:opportunities.entities.opportunity-stage.plural',
@@ -670,11 +570,7 @@ class AXMCustomerManagementEntityProvider {
670
570
  if (moduleName == RootConfig.module.name) {
671
571
  switch (entityName) {
672
572
  case RootConfig.entities.customer.name:
673
- return (await import('./acorex-modules-customer-management-customer.entity-CRp5g0OZ.mjs')).customerFactory(this.injector);
674
- case RootConfig.entities.customerType.name:
675
- return (await import('./acorex-modules-customer-management-customer-type.entity-pt4gpOGq.mjs')).customerTypeFactory(this.injector);
676
- case RootConfig.entities.customerSegment.name:
677
- return (await import('./acorex-modules-customer-management-customer-segment.entity-CoYAU5g3.mjs')).customerSegmentFactory(this.injector);
573
+ return (await import('./acorex-modules-customer-management-customer.entity-B7-T9_T7.mjs')).customerFactory(this.injector);
678
574
  case RootConfig.entities.lead.name:
679
575
  return (await import('./acorex-modules-customer-management-lead.entity-Da9JTLOl.mjs')).leadFactory(this.injector);
680
576
  case RootConfig.entities.opportunityStage.name:
@@ -710,8 +606,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
710
606
  class AXMCustomerManagementModule {
711
607
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AXMCustomerManagementModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
712
608
  static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.16", ngImport: i0, type: AXMCustomerManagementModule, imports: [AXMCustomerManagementCustomerEntityModule,
713
- AXMCustomerManagementCustomerTypeEntityModule,
714
- AXMCustomerManagementCustomerSegmentEntityModule,
715
609
  AXMCustomerManagementLeadEntityModule,
716
610
  AXMCustomerManagementOpportunityStageEntityModule,
717
611
  AXMCustomerManagementSalesPipelineEntityModule,
@@ -750,8 +644,6 @@ class AXMCustomerManagementModule {
750
644
  multi: true,
751
645
  },
752
646
  ], imports: [AXMCustomerManagementCustomerEntityModule,
753
- AXMCustomerManagementCustomerTypeEntityModule,
754
- AXMCustomerManagementCustomerSegmentEntityModule,
755
647
  AXMCustomerManagementLeadEntityModule,
756
648
  AXMCustomerManagementOpportunityStageEntityModule,
757
649
  AXMCustomerManagementSalesPipelineEntityModule,
@@ -766,8 +658,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
766
658
  args: [{
767
659
  imports: [
768
660
  AXMCustomerManagementCustomerEntityModule,
769
- AXMCustomerManagementCustomerTypeEntityModule,
770
- AXMCustomerManagementCustomerSegmentEntityModule,
771
661
  AXMCustomerManagementLeadEntityModule,
772
662
  AXMCustomerManagementOpportunityStageEntityModule,
773
663
  AXMCustomerManagementSalesPipelineEntityModule,