@veloceapps/sdk 11.0.0-40 → 11.0.0-41
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.
@@ -15,14 +15,14 @@ import * as i4 from '@angular/common';
|
|
15
15
|
import { CommonModule, DOCUMENT } from '@angular/common';
|
16
16
|
import * as i2$1 from 'ngx-drag-drop';
|
17
17
|
import { DndModule } from 'ngx-drag-drop';
|
18
|
-
import {
|
18
|
+
import { ContractedPriceApiService, ApiModule } from '@veloceapps/api';
|
19
19
|
import { DialogService } from 'primeng/dynamicdialog';
|
20
20
|
import { DragDropModule } from '@angular/cdk/drag-drop';
|
21
21
|
import { ScrollingModule } from '@angular/cdk/scrolling';
|
22
22
|
import * as angularForms from '@angular/forms';
|
23
23
|
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
24
24
|
import { DataSource } from '@angular/cdk/collections';
|
25
|
-
import { CatalogApiService, ConfigurationSettingsApiService, DocumentAttachmentApiService, SalesforceApiService, SalesTransactionApiService, ShoppingCartSettingsApiService } from '@veloceapps/api/v2';
|
25
|
+
import { CatalogApiService, ConfigurationSettingsApiService, DocumentAttachmentApiService, GuidedSellingApiService, SalesforceApiService, SalesTransactionApiService, ShoppingCartSettingsApiService } from '@veloceapps/api/v2';
|
26
26
|
import * as rxjsOperators from 'rxjs/operators';
|
27
27
|
import * as sass from 'sass';
|
28
28
|
import { transform } from '@babel/standalone';
|
@@ -1563,13 +1563,13 @@ const vendorMap = {
|
|
1563
1563
|
ToastType,
|
1564
1564
|
},
|
1565
1565
|
'@veloceapps/api': {
|
1566
|
-
GuidedSellingApiService,
|
1567
1566
|
ContractedPriceApiService,
|
1568
1567
|
},
|
1569
1568
|
'@veloceapps/api/v2': {
|
1570
1569
|
CatalogApiService,
|
1571
1570
|
ConfigurationSettingsApiService,
|
1572
1571
|
DocumentAttachmentApiService,
|
1572
|
+
GuidedSellingApiService,
|
1573
1573
|
SalesforceApiService,
|
1574
1574
|
SalesTransactionApiService,
|
1575
1575
|
ShoppingCartSettingsApiService,
|