@veloceapps/sdk 6.0.0-46 → 6.0.0-48
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/bundles/veloceapps-sdk-cms.umd.js +8 -5
- package/bundles/veloceapps-sdk-cms.umd.js.map +1 -1
- package/cms/vendor-map.d.ts +19 -16
- package/esm2015/cms/vendor-map.js +16 -12
- package/fesm2015/veloceapps-sdk-cms.js +14 -11
- package/fesm2015/veloceapps-sdk-cms.js.map +1 -1
- package/package.json +1 -1
|
@@ -1782,8 +1782,12 @@
|
|
|
1782
1782
|
};
|
|
1783
1783
|
|
|
1784
1784
|
var VELOCE_LIBS = {
|
|
1785
|
-
'@veloceapps/
|
|
1786
|
-
|
|
1785
|
+
'@veloceapps/core': {
|
|
1786
|
+
isDefined: core.isDefined,
|
|
1787
|
+
},
|
|
1788
|
+
'@veloceapps/components': {
|
|
1789
|
+
ToastService: i1.ToastService,
|
|
1790
|
+
},
|
|
1787
1791
|
'@veloceapps/api': {
|
|
1788
1792
|
SalesforceApiService: api.SalesforceApiService,
|
|
1789
1793
|
QuoteApiService: api.QuoteApiService,
|
|
@@ -1797,9 +1801,8 @@
|
|
|
1797
1801
|
ShoppingCartSettingsApiService: api.ShoppingCartSettingsApiService,
|
|
1798
1802
|
ConfigurationSettingsApiService: api.ConfigurationSettingsApiService,
|
|
1799
1803
|
},
|
|
1800
|
-
'@veloceapps/
|
|
1801
|
-
|
|
1802
|
-
},
|
|
1804
|
+
'@veloceapps/sdk/core': Object.assign({ ConfigurationService: i2.ConfigurationService, QuoteDraftService: i2.QuoteDraftService, FlowConfigurationService: i2.FlowConfigurationService, LineItemWorker: i2.LineItemWorker, ProductImagesService: i2.ProductImagesService, ContextService: i2.ContextService }, i2.lineItemUtils),
|
|
1805
|
+
'@veloceapps/sdk/cms': Object.assign(Object.assign(Object.assign({}, cmsInjectionTokens), cmsActions), { TemplatesService: TemplatesService, IntegrationState: IntegrationState }),
|
|
1803
1806
|
};
|
|
1804
1807
|
var VELOCE_LIBS_BACKWARDS_COMPATIBLE = Object.entries(VELOCE_LIBS).reduce(function (trunk, _a) {
|
|
1805
1808
|
var _b;
|