@veloceapps/sdk 7.0.1-3 → 7.0.1-4
Sign up to get free protection for your applications and to get access to all the features.
@@ -7,8 +7,7 @@ import * as i2 from '@veloceapps/sdk/core';
|
|
7
7
|
import { ConfigurationService, LineItemWorker, generateLineItem, getAttributeValue, QuoteDraftService, FlowConfigurationService, ProductImagesService, ContextService, lineItemUtils, SdkCoreModule, UI_DEFINITION_VERSION } from '@veloceapps/sdk/core';
|
8
8
|
import * as i3 from 'primeng/api';
|
9
9
|
import { applyPatch } from 'rfc6902';
|
10
|
-
import
|
11
|
-
import { compact, isArray, pull, merge, omit, flatten, set, kebabCase, cloneDeep } from 'lodash';
|
10
|
+
import lodash, { compact, isArray, pull, merge, omit, flatten, set, kebabCase, cloneDeep } from 'lodash';
|
12
11
|
import * as i5 from '@angular/common';
|
13
12
|
import { CommonModule, DOCUMENT } from '@angular/common';
|
14
13
|
import * as i1 from '@veloceapps/components';
|