@veloceapps/sdk 11.0.0-27 → 11.0.0-29
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/cms/vendor-map.d.ts +5 -6
- package/core/modules/configuration/services/configuration-runtime.service.d.ts +1 -1
- package/core/modules/configuration/services/configuration.service.d.ts +3 -3
- package/core/modules/flow-configuration/services/flow-configuration.service.d.ts +3 -3
- package/core/services/flow-info.service.d.ts +3 -3
- package/core/services/product-images.service.d.ts +3 -3
- package/core/services/runtime-settings.service.d.ts +1 -1
- package/core/types/flow-customization.types.d.ts +2 -2
- package/esm2020/cms/vendor-map.mjs +6 -7
- package/esm2020/core/modules/configuration/services/configuration-runtime.service.mjs +3 -3
- package/esm2020/core/modules/configuration/services/configuration.service.mjs +7 -7
- package/esm2020/core/modules/flow-configuration/services/flow-configuration.service.mjs +7 -7
- package/esm2020/core/services/flow-info.service.mjs +7 -7
- package/esm2020/core/services/product-images.service.mjs +8 -8
- package/esm2020/core/services/runtime-settings.service.mjs +3 -3
- package/esm2020/core/types/flow-customization.types.mjs +1 -1
- package/esm2020/src/components/flow-header/flow-header.component.mjs +7 -7
- package/esm2020/src/components/guided-selling/guided-selling.component.mjs +7 -7
- package/esm2020/src/pages/assets/assets.component.mjs +7 -7
- package/esm2020/src/pages/catalog/catalog.component.mjs +7 -7
- package/esm2020/src/pages/debug/debug.component.mjs +3 -3
- package/esm2020/src/pages/shopping-cart/shopping-cart.component.mjs +7 -7
- package/esm2020/src/resolvers/ui-definition.resolver.mjs +7 -7
- package/fesm2015/veloceapps-sdk-cms.mjs +5 -6
- package/fesm2015/veloceapps-sdk-cms.mjs.map +1 -1
- package/fesm2015/veloceapps-sdk-core.mjs +28 -28
- package/fesm2015/veloceapps-sdk-core.mjs.map +1 -1
- package/fesm2015/veloceapps-sdk.mjs +32 -33
- package/fesm2015/veloceapps-sdk.mjs.map +1 -1
- package/fesm2020/veloceapps-sdk-cms.mjs +5 -6
- package/fesm2020/veloceapps-sdk-cms.mjs.map +1 -1
- package/fesm2020/veloceapps-sdk-core.mjs +28 -28
- package/fesm2020/veloceapps-sdk-core.mjs.map +1 -1
- package/fesm2020/veloceapps-sdk.mjs +32 -33
- package/fesm2020/veloceapps-sdk.mjs.map +1 -1
- package/package.json +1 -1
- package/src/components/flow-header/flow-header.component.d.ts +3 -3
- package/src/components/guided-selling/guided-selling.component.d.ts +3 -3
- package/src/pages/assets/assets.component.d.ts +3 -3
- package/src/pages/catalog/catalog.component.d.ts +3 -3
- package/src/pages/debug/debug.component.d.ts +1 -1
- package/src/pages/shopping-cart/shopping-cart.component.d.ts +3 -3
@@ -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 { DocumentAttachmentApiService, CatalogApiService, GuidedSellingApiService, 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 { SalesTransactionApiService } from '@veloceapps/api/v2';
|
25
|
+
import { ConfigurationSettingsApiService, 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';
|
@@ -1562,17 +1562,16 @@ const vendorMap = {
|
|
1562
1562
|
ToastType,
|
1563
1563
|
},
|
1564
1564
|
'@veloceapps/api': {
|
1565
|
-
SalesforceApiService,
|
1566
1565
|
DocumentAttachmentApiService,
|
1567
1566
|
CatalogApiService,
|
1568
|
-
PicklistsApiService,
|
1569
|
-
ShoppingCartSettingsApiService,
|
1570
|
-
ConfigurationSettingsApiService,
|
1571
1567
|
GuidedSellingApiService,
|
1572
1568
|
ContractedPriceApiService,
|
1573
1569
|
},
|
1574
1570
|
'@veloceapps/api/v2': {
|
1571
|
+
ConfigurationSettingsApiService,
|
1572
|
+
SalesforceApiService,
|
1575
1573
|
SalesTransactionApiService,
|
1574
|
+
ShoppingCartSettingsApiService,
|
1576
1575
|
},
|
1577
1576
|
'@veloceapps/sdk/core': {
|
1578
1577
|
ConfigurationService,
|