@veloceapps/sdk 11.0.0-34 → 11.0.0-36

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.
@@ -1,5 +1,5 @@
1
1
  import * as i2 from '@veloceapps/sdk/core';
2
- import { IntegrationState, ConfigurationService, ConfigurationStateService, FlowConfigurationService, FlowStateService, FlowStateConfigurationService, TransactionItemWorker, ProductImagesService, RuntimeSettingsService, ActionCodePipe, DatePipe, NumberPipe, PricePipe, SalesTransactionService, SdkPipesModule, SdkCoreModule, UI_DEFINITION_VERSION } from '@veloceapps/sdk/core';
2
+ import { IntegrationState, ConfigurationService, ConfigurationStateService, filterSuccessfulExecute, FlowInfoService, FlowConfigurationService, FlowStateService, FlowStateConfigurationService, TransactionItemWorker, ProductImagesService, RuntimeSettingsService, ActionCodePipe, DatePipe, NumberPipe, PricePipe, SalesTransactionService, SdkPipesModule, SdkCoreModule, UI_DEFINITION_VERSION } from '@veloceapps/sdk/core';
3
3
  export { IntegrationState } from '@veloceapps/sdk/core';
4
4
  import { __decorate, __param, __metadata } from 'tslib';
5
5
  import * as i0 from '@angular/core';
@@ -10,7 +10,7 @@ import * as i3 from '@veloceapps/components';
10
10
  import { ToastType, LetDirectiveModule, LoaderModule, ToastService, HiddenTextTooltipModule, ErrorTooltipModule } from '@veloceapps/components';
11
11
  import lodash, { cloneDeep, isArray, pull, merge, omit, flatten, kebabCase, set } from 'lodash';
12
12
  import { applyPatch } from 'rfc6902';
13
- import { getCollectionUniqueName, UUID, isDefined, Operator, Predicate, parseJsonSafely, parseJwt, TokenInfoService, CoreModule } from '@veloceapps/core';
13
+ import { getCollectionUniqueName, UUID, isDefined, Operator, Predicate, parseJsonSafely, parseJwt, TokenInfoService, UITemplateType, CoreModule } from '@veloceapps/core';
14
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';
@@ -1556,6 +1556,7 @@ const vendorMap = {
1556
1556
  parseJsonSafely,
1557
1557
  parseJwt,
1558
1558
  TokenInfoService,
1559
+ UITemplateType,
1559
1560
  },
1560
1561
  '@veloceapps/components': {
1561
1562
  ToastService,
@@ -1576,6 +1577,8 @@ const vendorMap = {
1576
1577
  '@veloceapps/sdk/core': {
1577
1578
  ConfigurationService,
1578
1579
  ConfigurationStateService,
1580
+ filterSuccessfulExecute,
1581
+ FlowInfoService,
1579
1582
  FlowConfigurationService,
1580
1583
  IntegrationState,
1581
1584
  FlowStateService,