@veloceapps/sdk 11.0.0-98 → 12.0.0-0

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.
Files changed (41) hide show
  1. package/cms/vendor-map.d.ts +6 -2
  2. package/core/modules/configuration/services/configuration-state.service.d.ts +3 -2
  3. package/core/modules/configuration/services/guided-selling.service.d.ts +1 -1
  4. package/core/modules/configuration/services/test-mode-configuration.service.d.ts +4 -1
  5. package/core/modules/configuration/types/configuration.types.d.ts +4 -0
  6. package/core/services/flow-info.service.d.ts +5 -5
  7. package/core/services/flow-state-configuration.service.d.ts +7 -2
  8. package/core/utils/index.d.ts +1 -0
  9. package/core/utils/pcm.utils.d.ts +5 -0
  10. package/core/utils/transaction-item.utils.d.ts +5 -2
  11. package/esm2020/cms/vendor-map.mjs +7 -3
  12. package/esm2020/core/modules/configuration/services/configuration-state.service.mjs +21 -18
  13. package/esm2020/core/modules/configuration/services/configuration.service.mjs +4 -6
  14. package/esm2020/core/modules/configuration/services/guided-selling.service.mjs +9 -9
  15. package/esm2020/core/modules/configuration/services/test-mode-configuration.service.mjs +34 -11
  16. package/esm2020/core/modules/configuration/types/configuration.types.mjs +1 -1
  17. package/esm2020/core/services/flow-info.service.mjs +14 -14
  18. package/esm2020/core/services/flow-state-configuration.service.mjs +70 -33
  19. package/esm2020/core/utils/index.mjs +2 -1
  20. package/esm2020/core/utils/pcm.utils.mjs +15 -0
  21. package/esm2020/core/utils/transaction-item.utils.mjs +82 -6
  22. package/esm2020/src/guards/product-unload.guard.mjs +4 -2
  23. package/esm2020/src/pages/product/product.component.mjs +37 -10
  24. package/esm2020/src/resolvers/ui-definition.resolver.mjs +7 -5
  25. package/esm2020/src/services/flow-router.service.mjs +10 -10
  26. package/fesm2015/veloceapps-sdk-cms.mjs +5 -1
  27. package/fesm2015/veloceapps-sdk-cms.mjs.map +1 -1
  28. package/fesm2015/veloceapps-sdk-core.mjs +221 -77
  29. package/fesm2015/veloceapps-sdk-core.mjs.map +1 -1
  30. package/fesm2015/veloceapps-sdk.mjs +49 -19
  31. package/fesm2015/veloceapps-sdk.mjs.map +1 -1
  32. package/fesm2020/veloceapps-sdk-cms.mjs +5 -1
  33. package/fesm2020/veloceapps-sdk-cms.mjs.map +1 -1
  34. package/fesm2020/veloceapps-sdk-core.mjs +231 -84
  35. package/fesm2020/veloceapps-sdk-core.mjs.map +1 -1
  36. package/fesm2020/veloceapps-sdk.mjs +48 -19
  37. package/fesm2020/veloceapps-sdk.mjs.map +1 -1
  38. package/package.json +4 -4
  39. package/src/pages/product/product.component.d.ts +12 -3
  40. package/src/resolvers/ui-definition.resolver.d.ts +1 -1
  41. package/src/services/flow-router.service.d.ts +3 -3
@@ -1,5 +1,5 @@
1
1
  import * as i1 from '@veloceapps/sdk/core';
2
- import { IntegrationState, ConfigurationService, ConfigurationStateService, GuidedSellingService, filterSuccessfulExecute, FlowInfoService, 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, GuidedSellingService, filterSuccessfulExecute, FlowInfoService, FlowConfigurationService, FlowStateService, FlowStateConfigurationService, TransactionItemWorker, ProductImagesService, RuntimeSettingsService, ActionCodePipe, DatePipe, NumberPipe, PricePipe, SalesTransactionService, generateTransactionItem, updateQuantity, flattenTransactionItem, PCMUtils, 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';
@@ -1583,6 +1583,10 @@ const vendorMap = {
1583
1583
  NumberPipe,
1584
1584
  PricePipe,
1585
1585
  SalesTransactionService,
1586
+ generateTransactionItem,
1587
+ updateQuantity,
1588
+ flattenTransactionItem,
1589
+ PCMUtils,
1586
1590
  },
1587
1591
  '@veloceapps/sdk/cms': {
1588
1592
  ...cmsInjectionTokens,