@veloceapps/sdk 10.0.0-21 → 10.0.0-22
Sign up to get free protection for your applications and to get access to all the features.
- package/cms/vendor-map.d.ts +3 -2
- package/esm2020/cms/components/element-tools-panel/element-tools-panel.component.mjs +3 -3
- package/esm2020/cms/vendor-map.mjs +5 -4
- package/fesm2015/veloceapps-sdk-cms.mjs +4 -3
- package/fesm2015/veloceapps-sdk-cms.mjs.map +1 -1
- package/fesm2020/veloceapps-sdk-cms.mjs +4 -3
- package/fesm2020/veloceapps-sdk-cms.mjs.map +1 -1
- package/package.json +1 -1
package/cms/vendor-map.d.ts
CHANGED
@@ -1,9 +1,9 @@
|
|
1
|
+
import { DataSource } from '@angular/cdk/collections';
|
1
2
|
import * as angularCore from '@angular/core';
|
2
3
|
import * as angularForms from '@angular/forms';
|
3
|
-
import { DataSource } from '@angular/cdk/collections';
|
4
4
|
import { CatalogApiService, ConfigurationSettingsApiService, ContractedPriceApiService, DeltaApiService, DocumentAttachmentApiService, DocumentTemplatesApiService, GuidedSellingApiService, PicklistsApiService, PriceApiService, QuoteApiService, RampApiService, SalesforceApiService, ShoppingCartSettingsApiService } from '@veloceapps/api';
|
5
5
|
import { ToastService, ToastType } from '@veloceapps/components';
|
6
|
-
import { ConfigurationContextMode, Operator, parseJsonSafely,
|
6
|
+
import { ConfigurationContextMode, Operator, Predicate, parseJsonSafely, parseJwt } from '@veloceapps/core';
|
7
7
|
import { ActionCodePipe, ConfigurationService, ConfigurationStateService, ContextService, DatePipe, FlowConfigurationService, FlowStateConfigurationService, FlowStateService, IntegrationState, LineItemWorker, NumberPipe, PricePipe, ProductImagesService, QuoteDraftService, RuntimeSettingsService } from '@veloceapps/sdk/core';
|
8
8
|
import lodash from 'lodash';
|
9
9
|
import * as rxjs from 'rxjs';
|
@@ -26,6 +26,7 @@ export declare const vendorMap: {
|
|
26
26
|
Predicate: typeof Predicate;
|
27
27
|
parseJsonSafely: typeof parseJsonSafely;
|
28
28
|
ConfigurationContextMode: typeof ConfigurationContextMode;
|
29
|
+
parseJwt: typeof parseJwt;
|
29
30
|
};
|
30
31
|
'@veloceapps/components': {
|
31
32
|
ToastService: typeof ToastService;
|