@veloceapps/sdk 8.0.0-3 → 8.0.0-30

Sign up to get free protection for your applications and to get access to all the features.
Files changed (159) hide show
  1. package/cms/components/element.component.d.ts +0 -1
  2. package/cms/utils/element.utils.d.ts +3 -1
  3. package/core/modules/flow-configuration/types/update.types.d.ts +1 -1
  4. package/core/types/ui-definition.types.d.ts +1 -1
  5. package/esm2020/cms/components/element-children/element-children.component.mjs +3 -3
  6. package/esm2020/cms/components/element-children/element-children.module.mjs +4 -4
  7. package/esm2020/cms/components/element-drop-handle/element-drop-handle.component.mjs +3 -3
  8. package/esm2020/cms/components/element-drop-handle/element-drop-handle.module.mjs +4 -4
  9. package/esm2020/cms/components/element-renderer/element-renderer.component.mjs +3 -3
  10. package/esm2020/cms/components/element-renderer/element-renderer.module.mjs +4 -4
  11. package/esm2020/cms/components/element-tools-panel/element-tools-panel.component.mjs +5 -5
  12. package/esm2020/cms/components/element.component.mjs +2 -11
  13. package/esm2020/cms/components/plugin.component.mjs +3 -3
  14. package/esm2020/cms/components/preview/preview.component.mjs +3 -3
  15. package/esm2020/cms/components/preview/preview.module.mjs +4 -4
  16. package/esm2020/cms/directives/custom-template.directive.mjs +7 -7
  17. package/esm2020/cms/launcher.module.mjs +4 -4
  18. package/esm2020/cms/modules/federated/federated-host.directive.mjs +3 -3
  19. package/esm2020/cms/modules/federated/federated.component.mjs +3 -3
  20. package/esm2020/cms/modules/federated/federated.module.mjs +4 -4
  21. package/esm2020/cms/modules/migrations/migrations.module.mjs +4 -4
  22. package/esm2020/cms/modules/migrations/services/migrations.service.mjs +3 -3
  23. package/esm2020/cms/modules/runtime/runtime.module.mjs +4 -4
  24. package/esm2020/cms/modules/runtime/services/compilation.service.mjs +3 -3
  25. package/esm2020/cms/modules/runtime/services/runtime-editor.service.mjs +3 -3
  26. package/esm2020/cms/modules/runtime/services/runtime.service.mjs +3 -3
  27. package/esm2020/cms/plugins/configuration.plugin.mjs +3 -3
  28. package/esm2020/cms/plugins/element-hover.plugin.mjs +3 -3
  29. package/esm2020/cms/plugins/io.plugin.mjs +14 -5
  30. package/esm2020/cms/plugins/page.plugin.mjs +3 -3
  31. package/esm2020/cms/plugins/region.plugin.mjs +3 -3
  32. package/esm2020/cms/plugins/script.plugin.mjs +3 -3
  33. package/esm2020/cms/services/element-context.service.mjs +3 -3
  34. package/esm2020/cms/services/integration.state.mjs +3 -3
  35. package/esm2020/cms/services/io-provider.service.mjs +3 -3
  36. package/esm2020/cms/services/resources.service.mjs +3 -3
  37. package/esm2020/cms/services/templates.service.mjs +3 -3
  38. package/esm2020/cms/utils/element.utils.mjs +13 -3
  39. package/esm2020/cms/utils/elements-resolver.mjs +2 -2
  40. package/esm2020/core/core.module.mjs +5 -5
  41. package/esm2020/core/directives/directives.module.mjs +4 -4
  42. package/esm2020/core/directives/primeng-calendar.directive.mjs +3 -3
  43. package/esm2020/core/modules/configuration/configuration.module.mjs +4 -4
  44. package/esm2020/core/modules/configuration/services/configuration-runtime.service.mjs +3 -3
  45. package/esm2020/core/modules/configuration/services/configuration.service.mjs +3 -3
  46. package/esm2020/core/modules/configuration/services/configuration.state.mjs +3 -3
  47. package/esm2020/core/modules/configuration/services/runtime-context.service.mjs +3 -3
  48. package/esm2020/core/modules/flow-configuration/flow-configuration.module.mjs +4 -4
  49. package/esm2020/core/modules/flow-configuration/services/flow-configuration.service.mjs +3 -3
  50. package/esm2020/core/modules/flow-configuration/services/flow-update.service.mjs +13 -4
  51. package/esm2020/core/modules/flow-configuration/types/update.types.mjs +1 -1
  52. package/esm2020/core/pipes/date.pipe.mjs +3 -3
  53. package/esm2020/core/pipes/number.pipe.mjs +3 -3
  54. package/esm2020/core/pipes/pipes.module.mjs +4 -4
  55. package/esm2020/core/pipes/price.pipe.mjs +3 -3
  56. package/esm2020/core/services/context.service.mjs +3 -3
  57. package/esm2020/core/services/metric-calculation/metric-calculation.service.mjs +3 -3
  58. package/esm2020/core/services/product-images.service.mjs +3 -3
  59. package/esm2020/core/services/quote-draft.service.mjs +3 -3
  60. package/esm2020/core/services/runtime-settings.service.mjs +3 -3
  61. package/esm2020/core/types/ui-definition.types.mjs +2 -2
  62. package/esm2020/runtime/components/component-preview/component-preview.component.mjs +3 -3
  63. package/esm2020/runtime/components/section-renderer/section-renderer.component.mjs +3 -3
  64. package/esm2020/runtime/components/ui-runtime/runtime.component.mjs +3 -3
  65. package/esm2020/runtime/components/ui-runtime-preview/runtime-preview.component.mjs +3 -3
  66. package/esm2020/runtime/execution/components/children-placeholder/children-placeholder.component.mjs +6 -6
  67. package/esm2020/runtime/execution/components/context-provider/context-provider.component.mjs +3 -3
  68. package/esm2020/runtime/execution/components/execution-section-renderer/execution-section-renderer.component.mjs +3 -3
  69. package/esm2020/runtime/execution/components/federated/federated.component.mjs +3 -3
  70. package/esm2020/runtime/execution/components/velo-attribute/velo-attribute.component.mjs +3 -3
  71. package/esm2020/runtime/execution/components/velo-multiselect/velo-multiselect.component.mjs +3 -3
  72. package/esm2020/runtime/execution/components/velo-port-checkbox/velo-port-checkbox.component.mjs +3 -3
  73. package/esm2020/runtime/execution/components/velo-port-dropdown/velo-port-dropdown.component.mjs +3 -3
  74. package/esm2020/runtime/execution/components/velo-port-radio/velo-port-radio.component.mjs +3 -3
  75. package/esm2020/runtime/execution/components/velo-type/velo-type.component.mjs +3 -3
  76. package/esm2020/runtime/execution/directives/section-script.directive.mjs +3 -3
  77. package/esm2020/runtime/execution/directives/sf-query.directive.mjs +3 -3
  78. package/esm2020/runtime/execution/directives/velo-attribute.directive.mjs +3 -3
  79. package/esm2020/runtime/execution/directives/velo-port.directive.mjs +18 -18
  80. package/esm2020/runtime/execution/directives/vl-approval.directive.mjs +3 -3
  81. package/esm2020/runtime/execution/directives/vl-document-attachments.directive.mjs +3 -3
  82. package/esm2020/runtime/execution/directives/vl-document-templates.directive.mjs +3 -3
  83. package/esm2020/runtime/execution/directives/vl-quote.directive.mjs +3 -3
  84. package/esm2020/runtime/execution/directives/vl-ramp.directive.mjs +3 -3
  85. package/esm2020/runtime/execution/runtime-execution.module.mjs +4 -4
  86. package/esm2020/runtime/runtime.module.mjs +4 -4
  87. package/esm2020/runtime/services/cart.service.mjs +3 -3
  88. package/esm2020/runtime/services/collapsible-state.service.mjs +3 -3
  89. package/esm2020/runtime/services/configuration.service.mjs +3 -3
  90. package/esm2020/runtime/services/current-state.service.mjs +3 -3
  91. package/esm2020/runtime/services/form-scope.service.mjs +3 -3
  92. package/esm2020/runtime/services/product-model-cache.service.mjs +3 -3
  93. package/esm2020/runtime/services/runtime-context.service.mjs +3 -3
  94. package/esm2020/runtime/services/runtime-form.service.mjs +3 -3
  95. package/esm2020/runtime/services/runtime.service.mjs +3 -3
  96. package/esm2020/runtime/services/section-helper.service.mjs +3 -3
  97. package/esm2020/runtime/services/section-scope.service.mjs +3 -3
  98. package/esm2020/runtime/services/section-store.service.mjs +3 -3
  99. package/esm2020/runtime/services/section.service.mjs +6 -6
  100. package/esm2020/src/components/dialog/dialog.component.mjs +3 -3
  101. package/esm2020/src/components/dialog/dialog.module.mjs +4 -4
  102. package/esm2020/src/components/doc-gen/doc-gen.component.mjs +11 -15
  103. package/esm2020/src/components/doc-gen/doc-gen.module.mjs +4 -4
  104. package/esm2020/src/components/guided-selling/guided-selling.component.mjs +10 -13
  105. package/esm2020/src/components/guided-selling/guided-selling.module.mjs +4 -4
  106. package/esm2020/src/components/header/cart-overlay/cart-preview.component.mjs +3 -3
  107. package/esm2020/src/components/header/cart-overlay/cart-preview.module.mjs +4 -4
  108. package/esm2020/src/components/header/header.component.mjs +4 -4
  109. package/esm2020/src/components/header/header.module.mjs +4 -4
  110. package/esm2020/src/components/header/metrics/metrics.component.mjs +3 -3
  111. package/esm2020/src/components/header/metrics/metrics.module.mjs +4 -4
  112. package/esm2020/src/flow-routing.module.mjs +4 -4
  113. package/esm2020/src/flow.component.mjs +3 -3
  114. package/esm2020/src/flow.module.mjs +4 -4
  115. package/esm2020/src/guards/context.guard.mjs +3 -3
  116. package/esm2020/src/guards/product-unload.guard.mjs +3 -3
  117. package/esm2020/src/guards/root.guard.mjs +3 -3
  118. package/esm2020/src/pages/assets/assets.component.mjs +3 -3
  119. package/esm2020/src/pages/assets/assets.module.mjs +4 -4
  120. package/esm2020/src/pages/catalog/catalog.component.mjs +3 -3
  121. package/esm2020/src/pages/catalog/catalog.module.mjs +4 -4
  122. package/esm2020/src/pages/debug/debug.component.mjs +3 -3
  123. package/esm2020/src/pages/debug/debug.module.mjs +4 -4
  124. package/esm2020/src/pages/empty-account/empty-account.component.mjs +3 -3
  125. package/esm2020/src/pages/empty-account/empty-account.module.mjs +4 -4
  126. package/esm2020/src/pages/legacy-product/legacy-product.component.mjs +3 -3
  127. package/esm2020/src/pages/legacy-product/legacy-product.module.mjs +4 -4
  128. package/esm2020/src/pages/product/product.component.mjs +3 -3
  129. package/esm2020/src/pages/product/product.module.mjs +4 -4
  130. package/esm2020/src/pages/record-not-found/record-not-found.component.mjs +3 -3
  131. package/esm2020/src/pages/record-not-found/record-not-found.module.mjs +4 -4
  132. package/esm2020/src/pages/remote/remote.component.mjs +3 -3
  133. package/esm2020/src/pages/remote/remote.module.mjs +4 -4
  134. package/esm2020/src/pages/shopping-cart/shopping-cart.component.mjs +3 -3
  135. package/esm2020/src/pages/shopping-cart/shopping-cart.module.mjs +4 -4
  136. package/esm2020/src/resolvers/flow.resolver.mjs +3 -3
  137. package/esm2020/src/resolvers/quote.resolver.mjs +3 -3
  138. package/esm2020/src/services/doc-gen.service.mjs +3 -3
  139. package/esm2020/src/services/flow-dialog.service.mjs +3 -3
  140. package/esm2020/src/services/flow-router.service.mjs +5 -5
  141. package/esm2020/src/services/flow.service.mjs +13 -5
  142. package/esm2020/src/services/guided-selling.service.mjs +3 -3
  143. package/fesm2015/veloceapps-sdk-cms.mjs +1191 -1181
  144. package/fesm2015/veloceapps-sdk-cms.mjs.map +1 -1
  145. package/fesm2015/veloceapps-sdk-core.mjs +75 -66
  146. package/fesm2015/veloceapps-sdk-core.mjs.map +1 -1
  147. package/fesm2015/veloceapps-sdk-runtime.mjs +137 -137
  148. package/fesm2015/veloceapps-sdk.mjs +216 -210
  149. package/fesm2015/veloceapps-sdk.mjs.map +1 -1
  150. package/fesm2020/veloceapps-sdk-cms.mjs +1128 -1117
  151. package/fesm2020/veloceapps-sdk-cms.mjs.map +1 -1
  152. package/fesm2020/veloceapps-sdk-core.mjs +75 -66
  153. package/fesm2020/veloceapps-sdk-core.mjs.map +1 -1
  154. package/fesm2020/veloceapps-sdk-runtime.mjs +137 -137
  155. package/fesm2020/veloceapps-sdk.mjs +215 -210
  156. package/fesm2020/veloceapps-sdk.mjs.map +1 -1
  157. package/package.json +3 -3
  158. package/src/components/doc-gen/doc-gen.component.d.ts +3 -6
  159. package/src/components/guided-selling/guided-selling.component.d.ts +2 -4
@@ -72,7 +72,7 @@ var RuntimeStep;
72
72
  RuntimeStep["UPDATE"] = "UPDATE";
73
73
  })(RuntimeStep || (RuntimeStep = {}));
74
74
 
75
- const UI_DEFINITION_VERSION = 2;
75
+ const UI_DEFINITION_VERSION = 3;
76
76
 
77
77
  class ContextService {
78
78
  constructor(contextApiService) {
@@ -113,9 +113,9 @@ class ContextService {
113
113
  this.context.next(null);
114
114
  }
115
115
  }
116
- ContextService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ContextService, deps: [{ token: i1.ContextApiService }], target: i0.ɵɵFactoryTarget.Injectable });
117
- ContextService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ContextService, providedIn: 'root' });
118
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ContextService, decorators: [{
116
+ ContextService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ContextService, deps: [{ token: i1.ContextApiService }], target: i0.ɵɵFactoryTarget.Injectable });
117
+ ContextService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ContextService, providedIn: 'root' });
118
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ContextService, decorators: [{
119
119
  type: Injectable,
120
120
  args: [{ providedIn: 'root' }]
121
121
  }], ctorParameters: function () { return [{ type: i1.ContextApiService }]; } });
@@ -152,9 +152,9 @@ class RuntimeContextService {
152
152
  return (_a = containers.find(container => container.source.primary)) !== null && _a !== void 0 ? _a : containers[0];
153
153
  }
154
154
  }
155
- RuntimeContextService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RuntimeContextService, deps: [{ token: i1.ConfigurationApiService }], target: i0.ɵɵFactoryTarget.Injectable });
156
- RuntimeContextService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RuntimeContextService });
157
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RuntimeContextService, decorators: [{
155
+ RuntimeContextService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RuntimeContextService, deps: [{ token: i1.ConfigurationApiService }], target: i0.ɵɵFactoryTarget.Injectable });
156
+ RuntimeContextService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RuntimeContextService });
157
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RuntimeContextService, decorators: [{
158
158
  type: Injectable
159
159
  }], ctorParameters: function () { return [{ type: i1.ConfigurationApiService }]; } });
160
160
 
@@ -238,9 +238,9 @@ class ConfigurationRuntimeService {
238
238
  return this._runtimeContext;
239
239
  }
240
240
  }
241
- ConfigurationRuntimeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ConfigurationRuntimeService, deps: [{ token: i1.ConfigurationApiService }, { token: ContextService }, { token: RuntimeContextService }], target: i0.ɵɵFactoryTarget.Injectable });
242
- ConfigurationRuntimeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ConfigurationRuntimeService });
243
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ConfigurationRuntimeService, decorators: [{
241
+ ConfigurationRuntimeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ConfigurationRuntimeService, deps: [{ token: i1.ConfigurationApiService }, { token: ContextService }, { token: RuntimeContextService }], target: i0.ɵɵFactoryTarget.Injectable });
242
+ ConfigurationRuntimeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ConfigurationRuntimeService });
243
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ConfigurationRuntimeService, decorators: [{
244
244
  type: Injectable
245
245
  }], ctorParameters: function () { return [{ type: i1.ConfigurationApiService }, { type: ContextService }, { type: RuntimeContextService }]; } });
246
246
 
@@ -654,9 +654,9 @@ class QuoteDraftService {
654
654
  }
655
655
  }
656
656
  }
657
- QuoteDraftService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: QuoteDraftService, deps: [{ token: ContextService }, { token: i1.QuoteApiService }, { token: i1.PriceApiService }], target: i0.ɵɵFactoryTarget.Injectable });
658
- QuoteDraftService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: QuoteDraftService, providedIn: 'root' });
659
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: QuoteDraftService, decorators: [{
657
+ QuoteDraftService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: QuoteDraftService, deps: [{ token: ContextService }, { token: i1.QuoteApiService }, { token: i1.PriceApiService }], target: i0.ɵɵFactoryTarget.Injectable });
658
+ QuoteDraftService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: QuoteDraftService, providedIn: 'root' });
659
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: QuoteDraftService, decorators: [{
660
660
  type: Injectable,
661
661
  args: [{ providedIn: 'root' }]
662
662
  }], ctorParameters: function () { return [{ type: ContextService }, { type: i1.QuoteApiService }, { type: i1.PriceApiService }]; } });
@@ -856,9 +856,9 @@ class ConfigurationService {
856
856
  return (_a = this.quoteDraftService.quoteDraft) === null || _a === void 0 ? void 0 : _a.initialState.find(a => a.id === lineItem.openOrderLineItemId || a.id === lineItem.assetId);
857
857
  }
858
858
  }
859
- ConfigurationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ConfigurationService, deps: [{ token: QuoteDraftService }, { token: ConfigurationRuntimeService }, { token: ContextService }, { token: i1.ConfigurationApiService }, { token: i5.MessageService }, { token: i6.DialogService }], target: i0.ɵɵFactoryTarget.Injectable });
860
- ConfigurationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ConfigurationService });
861
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ConfigurationService, decorators: [{
859
+ ConfigurationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ConfigurationService, deps: [{ token: QuoteDraftService }, { token: ConfigurationRuntimeService }, { token: ContextService }, { token: i1.ConfigurationApiService }, { token: i5.MessageService }, { token: i6.DialogService }], target: i0.ɵɵFactoryTarget.Injectable });
860
+ ConfigurationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ConfigurationService });
861
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ConfigurationService, decorators: [{
862
862
  type: Injectable
863
863
  }], ctorParameters: function () { return [{ type: QuoteDraftService }, { type: ConfigurationRuntimeService }, { type: ContextService }, { type: i1.ConfigurationApiService }, { type: i5.MessageService }, { type: i6.DialogService }]; } });
864
864
 
@@ -988,9 +988,9 @@ class ConfigurationState {
988
988
  });
989
989
  }
990
990
  }
991
- ConfigurationState.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ConfigurationState, deps: [{ token: i1.StatefulConfigurationApiService }, { token: ConfigurationRuntimeService }, { token: ConfigurationService }, { token: i4.ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
992
- ConfigurationState.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ConfigurationState });
993
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ConfigurationState, decorators: [{
991
+ ConfigurationState.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ConfigurationState, deps: [{ token: i1.StatefulConfigurationApiService }, { token: ConfigurationRuntimeService }, { token: ConfigurationService }, { token: i4.ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
992
+ ConfigurationState.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ConfigurationState });
993
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ConfigurationState, decorators: [{
994
994
  type: Injectable
995
995
  }], ctorParameters: function () { return [{ type: i1.StatefulConfigurationApiService }, { type: ConfigurationRuntimeService }, { type: ConfigurationService }, { type: i4.ToastService }]; } });
996
996
 
@@ -1074,6 +1074,7 @@ class FlowUpdateService {
1074
1074
  }
1075
1075
  break;
1076
1076
  case 'LIST_PRICE_ADJUSTMENT':
1077
+ case 'MARGIN_ADJUSTMENT':
1077
1078
  {
1078
1079
  const charge = lineItem.chargeItems.find(charge => { var _a; return (_a = (charges || {})[charge.chargeId]) === null || _a === void 0 ? void 0 : _a.main; });
1079
1080
  if (charge) {
@@ -1081,6 +1082,14 @@ class FlowUpdateService {
1081
1082
  }
1082
1083
  }
1083
1084
  break;
1085
+ case 'COST_ADJUSTMENT':
1086
+ {
1087
+ const charge = lineItem.chargeItems.find(charge => { var _a; return (_a = (charges || {})[charge.chargeId]) === null || _a === void 0 ? void 0 : _a.main; });
1088
+ if (charge) {
1089
+ charge.costAdjustment = update.newValue;
1090
+ }
1091
+ }
1092
+ break;
1084
1093
  default:
1085
1094
  throw new Error(`Not suppored AttributeType for LineItem update: ${update.attributeType}`);
1086
1095
  }
@@ -1119,9 +1128,9 @@ class FlowUpdateService {
1119
1128
  return true;
1120
1129
  }
1121
1130
  }
1122
- FlowUpdateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FlowUpdateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1123
- FlowUpdateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FlowUpdateService });
1124
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FlowUpdateService, decorators: [{
1131
+ FlowUpdateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FlowUpdateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1132
+ FlowUpdateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FlowUpdateService });
1133
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FlowUpdateService, decorators: [{
1125
1134
  type: Injectable
1126
1135
  }] });
1127
1136
 
@@ -1259,18 +1268,18 @@ class FlowConfigurationService {
1259
1268
  };
1260
1269
  }
1261
1270
  }
1262
- FlowConfigurationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FlowConfigurationService, deps: [{ token: i1.ProceduresApiService }, { token: ContextService }, { token: QuoteDraftService }, { token: FlowUpdateService }, { token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Injectable });
1263
- FlowConfigurationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FlowConfigurationService });
1264
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FlowConfigurationService, decorators: [{
1271
+ FlowConfigurationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FlowConfigurationService, deps: [{ token: i1.ProceduresApiService }, { token: ContextService }, { token: QuoteDraftService }, { token: FlowUpdateService }, { token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Injectable });
1272
+ FlowConfigurationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FlowConfigurationService });
1273
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FlowConfigurationService, decorators: [{
1265
1274
  type: Injectable
1266
1275
  }], ctorParameters: function () { return [{ type: i1.ProceduresApiService }, { type: ContextService }, { type: QuoteDraftService }, { type: FlowUpdateService }, { type: ConfigurationService }]; } });
1267
1276
 
1268
1277
  class FlowConfigurationModule {
1269
1278
  }
1270
- FlowConfigurationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FlowConfigurationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1271
- FlowConfigurationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.8", ngImport: i0, type: FlowConfigurationModule });
1272
- FlowConfigurationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FlowConfigurationModule, providers: [FlowConfigurationService, FlowUpdateService, PriceApiService] });
1273
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FlowConfigurationModule, decorators: [{
1279
+ FlowConfigurationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FlowConfigurationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1280
+ FlowConfigurationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: FlowConfigurationModule });
1281
+ FlowConfigurationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FlowConfigurationModule, providers: [FlowConfigurationService, FlowUpdateService, PriceApiService] });
1282
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FlowConfigurationModule, decorators: [{
1274
1283
  type: NgModule,
1275
1284
  args: [{
1276
1285
  imports: [],
@@ -1280,9 +1289,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImpor
1280
1289
 
1281
1290
  class ConfigurationModule {
1282
1291
  }
1283
- ConfigurationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ConfigurationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1284
- ConfigurationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.8", ngImport: i0, type: ConfigurationModule, imports: [ConfirmationDialogModule] });
1285
- ConfigurationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ConfigurationModule, providers: [
1292
+ ConfigurationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ConfigurationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1293
+ ConfigurationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: ConfigurationModule, imports: [ConfirmationDialogModule] });
1294
+ ConfigurationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ConfigurationModule, providers: [
1286
1295
  ContextApiService,
1287
1296
  ProductModelApiService,
1288
1297
  ConfigurationApiService,
@@ -1291,7 +1300,7 @@ ConfigurationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", ver
1291
1300
  ConfigurationService,
1292
1301
  ConfigurationState,
1293
1302
  ], imports: [ConfirmationDialogModule] });
1294
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ConfigurationModule, decorators: [{
1303
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ConfigurationModule, decorators: [{
1295
1304
  type: NgModule,
1296
1305
  args: [{
1297
1306
  imports: [ConfirmationDialogModule],
@@ -1417,9 +1426,9 @@ class MetricsCalculationService {
1417
1426
  return this.activeMetricRules.find(metricRule => metricRule.metrics.find(metric => metric.totalName === name));
1418
1427
  }
1419
1428
  }
1420
- MetricsCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: MetricsCalculationService, deps: [{ token: QuoteDraftService }, { token: FlowConfigurationService }, { token: i1.ConfigurationSettingsApiService }], target: i0.ɵɵFactoryTarget.Injectable });
1421
- MetricsCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: MetricsCalculationService, providedIn: 'root' });
1422
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: MetricsCalculationService, decorators: [{
1429
+ MetricsCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MetricsCalculationService, deps: [{ token: QuoteDraftService }, { token: FlowConfigurationService }, { token: i1.ConfigurationSettingsApiService }], target: i0.ɵɵFactoryTarget.Injectable });
1430
+ MetricsCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MetricsCalculationService, providedIn: 'root' });
1431
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MetricsCalculationService, decorators: [{
1423
1432
  type: Injectable,
1424
1433
  args: [{ providedIn: 'root' }]
1425
1434
  }], ctorParameters: function () { return [{ type: QuoteDraftService }, { type: FlowConfigurationService }, { type: i1.ConfigurationSettingsApiService }]; } });
@@ -1443,9 +1452,9 @@ class ProductImagesService {
1443
1452
  .subscribe();
1444
1453
  }
1445
1454
  }
1446
- ProductImagesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ProductImagesService, deps: [{ token: i1.ProductApiService }], target: i0.ɵɵFactoryTarget.Injectable });
1447
- ProductImagesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ProductImagesService, providedIn: 'root' });
1448
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ProductImagesService, decorators: [{
1455
+ ProductImagesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ProductImagesService, deps: [{ token: i1.ProductApiService }], target: i0.ɵɵFactoryTarget.Injectable });
1456
+ ProductImagesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ProductImagesService, providedIn: 'root' });
1457
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ProductImagesService, decorators: [{
1449
1458
  type: Injectable,
1450
1459
  args: [{ providedIn: 'root' }]
1451
1460
  }], ctorParameters: function () { return [{ type: i1.ProductApiService }]; } });
@@ -1533,9 +1542,9 @@ class RuntimeSettingsService {
1533
1542
  }, {});
1534
1543
  }
1535
1544
  }
1536
- RuntimeSettingsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RuntimeSettingsService, deps: [{ token: i1.ConfigurationSettingsApiService }], target: i0.ɵɵFactoryTarget.Injectable });
1537
- RuntimeSettingsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RuntimeSettingsService, providedIn: 'root' });
1538
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RuntimeSettingsService, decorators: [{
1545
+ RuntimeSettingsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RuntimeSettingsService, deps: [{ token: i1.ConfigurationSettingsApiService }], target: i0.ɵɵFactoryTarget.Injectable });
1546
+ RuntimeSettingsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RuntimeSettingsService, providedIn: 'root' });
1547
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RuntimeSettingsService, decorators: [{
1539
1548
  type: Injectable,
1540
1549
  args: [{ providedIn: 'root' }]
1541
1550
  }], ctorParameters: function () { return [{ type: i1.ConfigurationSettingsApiService }]; } });
@@ -1549,9 +1558,9 @@ const DEFAULT_FORMATTING_SETTINGS = {
1549
1558
  };
1550
1559
  class SdkCoreModule {
1551
1560
  }
1552
- SdkCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SdkCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1553
- SdkCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.8", ngImport: i0, type: SdkCoreModule, imports: [ConfigurationModule, FlowConfigurationModule] });
1554
- SdkCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SdkCoreModule, providers: [
1561
+ SdkCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SdkCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1562
+ SdkCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: SdkCoreModule, imports: [ConfigurationModule, FlowConfigurationModule] });
1563
+ SdkCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SdkCoreModule, providers: [
1555
1564
  ContextService,
1556
1565
  QuoteDraftService,
1557
1566
  ProductImagesService,
@@ -1562,7 +1571,7 @@ SdkCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version:
1562
1571
  useExisting: RuntimeSettingsService,
1563
1572
  },
1564
1573
  ], imports: [ConfigurationModule, FlowConfigurationModule] });
1565
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SdkCoreModule, decorators: [{
1574
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SdkCoreModule, decorators: [{
1566
1575
  type: NgModule,
1567
1576
  args: [{
1568
1577
  imports: [ConfigurationModule, FlowConfigurationModule],
@@ -1605,9 +1614,9 @@ class CalendarDirective {
1605
1614
  }
1606
1615
  }
1607
1616
  }
1608
- CalendarDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: CalendarDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1609
- CalendarDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.8", type: CalendarDirective, selector: "[vlCalendar]", inputs: { vlCalendar: "vlCalendar" }, ngImport: i0 });
1610
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: CalendarDirective, decorators: [{
1617
+ CalendarDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CalendarDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1618
+ CalendarDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: CalendarDirective, selector: "[vlCalendar]", inputs: { vlCalendar: "vlCalendar" }, ngImport: i0 });
1619
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CalendarDirective, decorators: [{
1611
1620
  type: Directive,
1612
1621
  args: [{
1613
1622
  selector: '[vlCalendar]',
@@ -1618,10 +1627,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImpor
1618
1627
 
1619
1628
  class SdkDirectivesModule {
1620
1629
  }
1621
- SdkDirectivesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SdkDirectivesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1622
- SdkDirectivesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.8", ngImport: i0, type: SdkDirectivesModule, declarations: [CalendarDirective], exports: [CalendarDirective] });
1623
- SdkDirectivesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SdkDirectivesModule });
1624
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SdkDirectivesModule, decorators: [{
1630
+ SdkDirectivesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SdkDirectivesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1631
+ SdkDirectivesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: SdkDirectivesModule, declarations: [CalendarDirective], exports: [CalendarDirective] });
1632
+ SdkDirectivesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SdkDirectivesModule });
1633
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SdkDirectivesModule, decorators: [{
1625
1634
  type: NgModule,
1626
1635
  args: [{
1627
1636
  declarations: [CalendarDirective],
@@ -1654,9 +1663,9 @@ class DatePipe {
1654
1663
  }
1655
1664
  }
1656
1665
  }
1657
- DatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1658
- DatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.8", ngImport: i0, type: DatePipe, name: "vlDate" });
1659
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DatePipe, decorators: [{
1666
+ DatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1667
+ DatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DatePipe, name: "vlDate" });
1668
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DatePipe, decorators: [{
1660
1669
  type: Pipe,
1661
1670
  args: [{
1662
1671
  name: 'vlDate',
@@ -1678,9 +1687,9 @@ class NumberPipe {
1678
1687
  return formatNumber(price, (_a = this.formattingSettings) === null || _a === void 0 ? void 0 : _a.thousandsSeparator, (_b = this.formattingSettings) === null || _b === void 0 ? void 0 : _b.decimalSeparator, (_c = this.formattingSettings) === null || _c === void 0 ? void 0 : _c.decimalsCount);
1679
1688
  }
1680
1689
  }
1681
- NumberPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: NumberPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1682
- NumberPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.8", ngImport: i0, type: NumberPipe, name: "vlNumber" });
1683
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: NumberPipe, decorators: [{
1690
+ NumberPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: NumberPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1691
+ NumberPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: NumberPipe, name: "vlNumber" });
1692
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: NumberPipe, decorators: [{
1684
1693
  type: Pipe,
1685
1694
  args: [{
1686
1695
  name: 'vlNumber',
@@ -1705,9 +1714,9 @@ class PricePipe {
1705
1714
  return `${((_a = this.formattingSettings) === null || _a === void 0 ? void 0 : _a.currencySymbol) || DEFAULT_CURRENCY_SYMBOL}${formatNumber(price, (_b = this.formattingSettings) === null || _b === void 0 ? void 0 : _b.thousandsSeparator, (_c = this.formattingSettings) === null || _c === void 0 ? void 0 : _c.decimalSeparator, (_d = this.formattingSettings) === null || _d === void 0 ? void 0 : _d.decimalsCount)}`;
1706
1715
  }
1707
1716
  }
1708
- PricePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PricePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1709
- PricePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.8", ngImport: i0, type: PricePipe, name: "vlPrice" });
1710
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PricePipe, decorators: [{
1717
+ PricePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PricePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1718
+ PricePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: PricePipe, name: "vlPrice" });
1719
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PricePipe, decorators: [{
1711
1720
  type: Pipe,
1712
1721
  args: [{
1713
1722
  name: 'vlPrice',
@@ -1716,10 +1725,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImpor
1716
1725
 
1717
1726
  class SdkPipesModule {
1718
1727
  }
1719
- SdkPipesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SdkPipesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1720
- SdkPipesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.8", ngImport: i0, type: SdkPipesModule, declarations: [NumberPipe, PricePipe, DatePipe], exports: [NumberPipe, PricePipe, DatePipe] });
1721
- SdkPipesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SdkPipesModule });
1722
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SdkPipesModule, decorators: [{
1728
+ SdkPipesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SdkPipesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1729
+ SdkPipesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: SdkPipesModule, declarations: [NumberPipe, PricePipe, DatePipe], exports: [NumberPipe, PricePipe, DatePipe] });
1730
+ SdkPipesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SdkPipesModule });
1731
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SdkPipesModule, decorators: [{
1723
1732
  type: NgModule,
1724
1733
  args: [{
1725
1734
  declarations: [NumberPipe, PricePipe, DatePipe],