@veloceapps/sdk 8.0.0-2 → 8.0.0-21

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 (157) 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/esm2020/cms/components/element-children/element-children.component.mjs +3 -3
  5. package/esm2020/cms/components/element-children/element-children.module.mjs +4 -4
  6. package/esm2020/cms/components/element-drop-handle/element-drop-handle.component.mjs +3 -3
  7. package/esm2020/cms/components/element-drop-handle/element-drop-handle.module.mjs +4 -4
  8. package/esm2020/cms/components/element-renderer/element-renderer.component.mjs +3 -3
  9. package/esm2020/cms/components/element-renderer/element-renderer.module.mjs +4 -4
  10. package/esm2020/cms/components/element-tools-panel/element-tools-panel.component.mjs +5 -5
  11. package/esm2020/cms/components/element.component.mjs +2 -11
  12. package/esm2020/cms/components/plugin.component.mjs +3 -3
  13. package/esm2020/cms/components/preview/preview.component.mjs +3 -3
  14. package/esm2020/cms/components/preview/preview.module.mjs +4 -4
  15. package/esm2020/cms/directives/custom-template.directive.mjs +7 -7
  16. package/esm2020/cms/launcher.module.mjs +4 -4
  17. package/esm2020/cms/modules/federated/federated-host.directive.mjs +3 -3
  18. package/esm2020/cms/modules/federated/federated.component.mjs +3 -3
  19. package/esm2020/cms/modules/federated/federated.module.mjs +4 -4
  20. package/esm2020/cms/modules/migrations/migrations.module.mjs +4 -4
  21. package/esm2020/cms/modules/migrations/services/migrations.service.mjs +3 -3
  22. package/esm2020/cms/modules/runtime/runtime.module.mjs +4 -4
  23. package/esm2020/cms/modules/runtime/services/compilation.service.mjs +3 -3
  24. package/esm2020/cms/modules/runtime/services/runtime-editor.service.mjs +3 -3
  25. package/esm2020/cms/modules/runtime/services/runtime.service.mjs +3 -3
  26. package/esm2020/cms/plugins/configuration.plugin.mjs +3 -3
  27. package/esm2020/cms/plugins/element-hover.plugin.mjs +3 -3
  28. package/esm2020/cms/plugins/io.plugin.mjs +14 -5
  29. package/esm2020/cms/plugins/page.plugin.mjs +3 -3
  30. package/esm2020/cms/plugins/region.plugin.mjs +3 -3
  31. package/esm2020/cms/plugins/script.plugin.mjs +3 -3
  32. package/esm2020/cms/services/element-context.service.mjs +3 -3
  33. package/esm2020/cms/services/integration.state.mjs +3 -3
  34. package/esm2020/cms/services/io-provider.service.mjs +3 -3
  35. package/esm2020/cms/services/resources.service.mjs +3 -3
  36. package/esm2020/cms/services/templates.service.mjs +3 -3
  37. package/esm2020/cms/utils/element.utils.mjs +13 -3
  38. package/esm2020/cms/utils/elements-resolver.mjs +2 -2
  39. package/esm2020/core/core.module.mjs +4 -4
  40. package/esm2020/core/directives/directives.module.mjs +4 -4
  41. package/esm2020/core/directives/primeng-calendar.directive.mjs +3 -3
  42. package/esm2020/core/modules/configuration/configuration.module.mjs +4 -4
  43. package/esm2020/core/modules/configuration/services/configuration-runtime.service.mjs +3 -3
  44. package/esm2020/core/modules/configuration/services/configuration.service.mjs +3 -3
  45. package/esm2020/core/modules/configuration/services/configuration.state.mjs +3 -3
  46. package/esm2020/core/modules/configuration/services/runtime-context.service.mjs +3 -3
  47. package/esm2020/core/modules/flow-configuration/flow-configuration.module.mjs +4 -4
  48. package/esm2020/core/modules/flow-configuration/services/flow-configuration.service.mjs +3 -3
  49. package/esm2020/core/modules/flow-configuration/services/flow-update.service.mjs +13 -4
  50. package/esm2020/core/modules/flow-configuration/types/update.types.mjs +1 -1
  51. package/esm2020/core/pipes/date.pipe.mjs +3 -3
  52. package/esm2020/core/pipes/number.pipe.mjs +3 -3
  53. package/esm2020/core/pipes/pipes.module.mjs +4 -4
  54. package/esm2020/core/pipes/price.pipe.mjs +3 -3
  55. package/esm2020/core/services/context.service.mjs +3 -3
  56. package/esm2020/core/services/metric-calculation/metric-calculation.service.mjs +3 -3
  57. package/esm2020/core/services/product-images.service.mjs +3 -3
  58. package/esm2020/core/services/quote-draft.service.mjs +3 -3
  59. package/esm2020/core/services/runtime-settings.service.mjs +3 -3
  60. package/esm2020/runtime/components/component-preview/component-preview.component.mjs +3 -3
  61. package/esm2020/runtime/components/section-renderer/section-renderer.component.mjs +3 -3
  62. package/esm2020/runtime/components/ui-runtime/runtime.component.mjs +3 -3
  63. package/esm2020/runtime/components/ui-runtime-preview/runtime-preview.component.mjs +3 -3
  64. package/esm2020/runtime/execution/components/children-placeholder/children-placeholder.component.mjs +6 -6
  65. package/esm2020/runtime/execution/components/context-provider/context-provider.component.mjs +3 -3
  66. package/esm2020/runtime/execution/components/execution-section-renderer/execution-section-renderer.component.mjs +3 -3
  67. package/esm2020/runtime/execution/components/federated/federated.component.mjs +3 -3
  68. package/esm2020/runtime/execution/components/velo-attribute/velo-attribute.component.mjs +3 -3
  69. package/esm2020/runtime/execution/components/velo-multiselect/velo-multiselect.component.mjs +3 -3
  70. package/esm2020/runtime/execution/components/velo-port-checkbox/velo-port-checkbox.component.mjs +3 -3
  71. package/esm2020/runtime/execution/components/velo-port-dropdown/velo-port-dropdown.component.mjs +3 -3
  72. package/esm2020/runtime/execution/components/velo-port-radio/velo-port-radio.component.mjs +3 -3
  73. package/esm2020/runtime/execution/components/velo-type/velo-type.component.mjs +3 -3
  74. package/esm2020/runtime/execution/directives/section-script.directive.mjs +3 -3
  75. package/esm2020/runtime/execution/directives/sf-query.directive.mjs +3 -3
  76. package/esm2020/runtime/execution/directives/velo-attribute.directive.mjs +3 -3
  77. package/esm2020/runtime/execution/directives/velo-port.directive.mjs +18 -18
  78. package/esm2020/runtime/execution/directives/vl-approval.directive.mjs +3 -3
  79. package/esm2020/runtime/execution/directives/vl-document-attachments.directive.mjs +3 -3
  80. package/esm2020/runtime/execution/directives/vl-document-templates.directive.mjs +3 -3
  81. package/esm2020/runtime/execution/directives/vl-quote.directive.mjs +3 -3
  82. package/esm2020/runtime/execution/directives/vl-ramp.directive.mjs +3 -3
  83. package/esm2020/runtime/execution/runtime-execution.module.mjs +4 -4
  84. package/esm2020/runtime/runtime.module.mjs +4 -4
  85. package/esm2020/runtime/services/cart.service.mjs +3 -3
  86. package/esm2020/runtime/services/collapsible-state.service.mjs +3 -3
  87. package/esm2020/runtime/services/configuration.service.mjs +3 -3
  88. package/esm2020/runtime/services/current-state.service.mjs +3 -3
  89. package/esm2020/runtime/services/form-scope.service.mjs +3 -3
  90. package/esm2020/runtime/services/product-model-cache.service.mjs +3 -3
  91. package/esm2020/runtime/services/runtime-context.service.mjs +3 -3
  92. package/esm2020/runtime/services/runtime-form.service.mjs +3 -3
  93. package/esm2020/runtime/services/runtime.service.mjs +3 -3
  94. package/esm2020/runtime/services/section-helper.service.mjs +3 -3
  95. package/esm2020/runtime/services/section-scope.service.mjs +3 -3
  96. package/esm2020/runtime/services/section-store.service.mjs +3 -3
  97. package/esm2020/runtime/services/section.service.mjs +6 -6
  98. package/esm2020/src/components/dialog/dialog.component.mjs +3 -3
  99. package/esm2020/src/components/dialog/dialog.module.mjs +4 -4
  100. package/esm2020/src/components/doc-gen/doc-gen.component.mjs +11 -15
  101. package/esm2020/src/components/doc-gen/doc-gen.module.mjs +4 -4
  102. package/esm2020/src/components/guided-selling/guided-selling.component.mjs +10 -13
  103. package/esm2020/src/components/guided-selling/guided-selling.module.mjs +4 -4
  104. package/esm2020/src/components/header/cart-overlay/cart-preview.component.mjs +3 -3
  105. package/esm2020/src/components/header/cart-overlay/cart-preview.module.mjs +4 -4
  106. package/esm2020/src/components/header/header.component.mjs +3 -3
  107. package/esm2020/src/components/header/header.module.mjs +4 -4
  108. package/esm2020/src/components/header/metrics/metrics.component.mjs +3 -3
  109. package/esm2020/src/components/header/metrics/metrics.module.mjs +4 -4
  110. package/esm2020/src/flow-routing.module.mjs +4 -4
  111. package/esm2020/src/flow.component.mjs +3 -3
  112. package/esm2020/src/flow.module.mjs +4 -4
  113. package/esm2020/src/guards/context.guard.mjs +3 -3
  114. package/esm2020/src/guards/product-unload.guard.mjs +3 -3
  115. package/esm2020/src/guards/root.guard.mjs +3 -3
  116. package/esm2020/src/pages/assets/assets.component.mjs +3 -3
  117. package/esm2020/src/pages/assets/assets.module.mjs +4 -4
  118. package/esm2020/src/pages/catalog/catalog.component.mjs +3 -3
  119. package/esm2020/src/pages/catalog/catalog.module.mjs +4 -4
  120. package/esm2020/src/pages/debug/debug.component.mjs +3 -3
  121. package/esm2020/src/pages/debug/debug.module.mjs +4 -4
  122. package/esm2020/src/pages/empty-account/empty-account.component.mjs +3 -3
  123. package/esm2020/src/pages/empty-account/empty-account.module.mjs +4 -4
  124. package/esm2020/src/pages/legacy-product/legacy-product.component.mjs +3 -3
  125. package/esm2020/src/pages/legacy-product/legacy-product.module.mjs +4 -4
  126. package/esm2020/src/pages/product/product.component.mjs +3 -3
  127. package/esm2020/src/pages/product/product.module.mjs +4 -4
  128. package/esm2020/src/pages/record-not-found/record-not-found.component.mjs +3 -3
  129. package/esm2020/src/pages/record-not-found/record-not-found.module.mjs +4 -4
  130. package/esm2020/src/pages/remote/remote.component.mjs +3 -3
  131. package/esm2020/src/pages/remote/remote.module.mjs +4 -4
  132. package/esm2020/src/pages/shopping-cart/shopping-cart.component.mjs +3 -3
  133. package/esm2020/src/pages/shopping-cart/shopping-cart.module.mjs +4 -4
  134. package/esm2020/src/resolvers/flow.resolver.mjs +3 -3
  135. package/esm2020/src/resolvers/quote.resolver.mjs +3 -3
  136. package/esm2020/src/services/doc-gen.service.mjs +3 -3
  137. package/esm2020/src/services/flow-dialog.service.mjs +3 -3
  138. package/esm2020/src/services/flow-router.service.mjs +3 -3
  139. package/esm2020/src/services/flow.service.mjs +3 -3
  140. package/esm2020/src/services/guided-selling.service.mjs +3 -3
  141. package/fesm2015/veloceapps-sdk-cms.mjs +1191 -1181
  142. package/fesm2015/veloceapps-sdk-cms.mjs.map +1 -1
  143. package/fesm2015/veloceapps-sdk-core.mjs +74 -65
  144. package/fesm2015/veloceapps-sdk-core.mjs.map +1 -1
  145. package/fesm2015/veloceapps-sdk-runtime.mjs +137 -137
  146. package/fesm2015/veloceapps-sdk.mjs +204 -207
  147. package/fesm2015/veloceapps-sdk.mjs.map +1 -1
  148. package/fesm2020/veloceapps-sdk-cms.mjs +1128 -1117
  149. package/fesm2020/veloceapps-sdk-cms.mjs.map +1 -1
  150. package/fesm2020/veloceapps-sdk-core.mjs +74 -65
  151. package/fesm2020/veloceapps-sdk-core.mjs.map +1 -1
  152. package/fesm2020/veloceapps-sdk-runtime.mjs +137 -137
  153. package/fesm2020/veloceapps-sdk.mjs +204 -207
  154. package/fesm2020/veloceapps-sdk.mjs.map +1 -1
  155. package/package.json +3 -3
  156. package/src/components/doc-gen/doc-gen.component.d.ts +3 -6
  157. package/src/components/guided-selling/guided-selling.component.d.ts +2 -4
@@ -112,9 +112,9 @@ class ContextService {
112
112
  this.context.next(null);
113
113
  }
114
114
  }
115
- ContextService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ContextService, deps: [{ token: i1.ContextApiService }], target: i0.ɵɵFactoryTarget.Injectable });
116
- ContextService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ContextService, providedIn: 'root' });
117
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ContextService, decorators: [{
115
+ ContextService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ContextService, deps: [{ token: i1.ContextApiService }], target: i0.ɵɵFactoryTarget.Injectable });
116
+ ContextService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ContextService, providedIn: 'root' });
117
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ContextService, decorators: [{
118
118
  type: Injectable,
119
119
  args: [{ providedIn: 'root' }]
120
120
  }], ctorParameters: function () { return [{ type: i1.ContextApiService }]; } });
@@ -169,9 +169,9 @@ class RuntimeContextService {
169
169
  return containers.find(container => container.source.primary) ?? containers[0];
170
170
  }
171
171
  }
172
- RuntimeContextService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RuntimeContextService, deps: [{ token: i1.ConfigurationApiService }], target: i0.ɵɵFactoryTarget.Injectable });
173
- RuntimeContextService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RuntimeContextService });
174
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RuntimeContextService, decorators: [{
172
+ RuntimeContextService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RuntimeContextService, deps: [{ token: i1.ConfigurationApiService }], target: i0.ɵɵFactoryTarget.Injectable });
173
+ RuntimeContextService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RuntimeContextService });
174
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RuntimeContextService, decorators: [{
175
175
  type: Injectable
176
176
  }], ctorParameters: function () { return [{ type: i1.ConfigurationApiService }]; } });
177
177
 
@@ -272,9 +272,9 @@ class ConfigurationRuntimeService {
272
272
  return this._runtimeContext;
273
273
  }
274
274
  }
275
- 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 });
276
- ConfigurationRuntimeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ConfigurationRuntimeService });
277
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ConfigurationRuntimeService, decorators: [{
275
+ 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 });
276
+ ConfigurationRuntimeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ConfigurationRuntimeService });
277
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ConfigurationRuntimeService, decorators: [{
278
278
  type: Injectable
279
279
  }], ctorParameters: function () { return [{ type: i1.ConfigurationApiService }, { type: ContextService }, { type: RuntimeContextService }]; } });
280
280
 
@@ -493,9 +493,9 @@ class QuoteDraftService {
493
493
  }
494
494
  }
495
495
  }
496
- 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 });
497
- QuoteDraftService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: QuoteDraftService, providedIn: 'root' });
498
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: QuoteDraftService, decorators: [{
496
+ 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 });
497
+ QuoteDraftService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: QuoteDraftService, providedIn: 'root' });
498
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: QuoteDraftService, decorators: [{
499
499
  type: Injectable,
500
500
  args: [{ providedIn: 'root' }]
501
501
  }], ctorParameters: function () { return [{ type: ContextService }, { type: i1.QuoteApiService }, { type: i1.PriceApiService }]; } });
@@ -920,9 +920,9 @@ class ConfigurationService {
920
920
  return this.quoteDraftService.quoteDraft?.initialState.find(a => a.id === lineItem.openOrderLineItemId || a.id === lineItem.assetId);
921
921
  }
922
922
  }
923
- 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 });
924
- ConfigurationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ConfigurationService });
925
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ConfigurationService, decorators: [{
923
+ 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 });
924
+ ConfigurationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ConfigurationService });
925
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ConfigurationService, decorators: [{
926
926
  type: Injectable
927
927
  }], ctorParameters: function () { return [{ type: QuoteDraftService }, { type: ConfigurationRuntimeService }, { type: ContextService }, { type: i1.ConfigurationApiService }, { type: i5.MessageService }, { type: i6.DialogService }]; } });
928
928
 
@@ -1049,9 +1049,9 @@ class ConfigurationState {
1049
1049
  });
1050
1050
  }
1051
1051
  }
1052
- 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 });
1053
- ConfigurationState.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ConfigurationState });
1054
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ConfigurationState, decorators: [{
1052
+ 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 });
1053
+ ConfigurationState.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ConfigurationState });
1054
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ConfigurationState, decorators: [{
1055
1055
  type: Injectable
1056
1056
  }], ctorParameters: function () { return [{ type: i1.StatefulConfigurationApiService }, { type: ConfigurationRuntimeService }, { type: ConfigurationService }, { type: i4.ToastService }]; } });
1057
1057
 
@@ -1135,6 +1135,7 @@ class FlowUpdateService {
1135
1135
  }
1136
1136
  break;
1137
1137
  case 'LIST_PRICE_ADJUSTMENT':
1138
+ case 'MARGIN_ADJUSTMENT':
1138
1139
  {
1139
1140
  const charge = lineItem.chargeItems.find(charge => (charges || {})[charge.chargeId]?.main);
1140
1141
  if (charge) {
@@ -1142,6 +1143,14 @@ class FlowUpdateService {
1142
1143
  }
1143
1144
  }
1144
1145
  break;
1146
+ case 'COST_ADJUSTMENT':
1147
+ {
1148
+ const charge = lineItem.chargeItems.find(charge => (charges || {})[charge.chargeId]?.main);
1149
+ if (charge) {
1150
+ charge.costAdjustment = update.newValue;
1151
+ }
1152
+ }
1153
+ break;
1145
1154
  default:
1146
1155
  throw new Error(`Not suppored AttributeType for LineItem update: ${update.attributeType}`);
1147
1156
  }
@@ -1180,9 +1189,9 @@ class FlowUpdateService {
1180
1189
  return true;
1181
1190
  }
1182
1191
  }
1183
- FlowUpdateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FlowUpdateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1184
- FlowUpdateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FlowUpdateService });
1185
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FlowUpdateService, decorators: [{
1192
+ FlowUpdateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FlowUpdateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1193
+ FlowUpdateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FlowUpdateService });
1194
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FlowUpdateService, decorators: [{
1186
1195
  type: Injectable
1187
1196
  }] });
1188
1197
 
@@ -1315,18 +1324,18 @@ class FlowConfigurationService {
1315
1324
  };
1316
1325
  }
1317
1326
  }
1318
- 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 });
1319
- FlowConfigurationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FlowConfigurationService });
1320
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FlowConfigurationService, decorators: [{
1327
+ 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 });
1328
+ FlowConfigurationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FlowConfigurationService });
1329
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FlowConfigurationService, decorators: [{
1321
1330
  type: Injectable
1322
1331
  }], ctorParameters: function () { return [{ type: i1.ProceduresApiService }, { type: ContextService }, { type: QuoteDraftService }, { type: FlowUpdateService }, { type: ConfigurationService }]; } });
1323
1332
 
1324
1333
  class FlowConfigurationModule {
1325
1334
  }
1326
- FlowConfigurationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FlowConfigurationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1327
- FlowConfigurationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.8", ngImport: i0, type: FlowConfigurationModule });
1328
- FlowConfigurationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FlowConfigurationModule, providers: [FlowConfigurationService, FlowUpdateService, PriceApiService] });
1329
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FlowConfigurationModule, decorators: [{
1335
+ FlowConfigurationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FlowConfigurationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1336
+ FlowConfigurationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: FlowConfigurationModule });
1337
+ FlowConfigurationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FlowConfigurationModule, providers: [FlowConfigurationService, FlowUpdateService, PriceApiService] });
1338
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FlowConfigurationModule, decorators: [{
1330
1339
  type: NgModule,
1331
1340
  args: [{
1332
1341
  imports: [],
@@ -1336,9 +1345,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImpor
1336
1345
 
1337
1346
  class ConfigurationModule {
1338
1347
  }
1339
- ConfigurationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ConfigurationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1340
- ConfigurationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.8", ngImport: i0, type: ConfigurationModule, imports: [ConfirmationDialogModule] });
1341
- ConfigurationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ConfigurationModule, providers: [
1348
+ ConfigurationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ConfigurationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1349
+ ConfigurationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: ConfigurationModule, imports: [ConfirmationDialogModule] });
1350
+ ConfigurationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ConfigurationModule, providers: [
1342
1351
  ContextApiService,
1343
1352
  ProductModelApiService,
1344
1353
  ConfigurationApiService,
@@ -1347,7 +1356,7 @@ ConfigurationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", ver
1347
1356
  ConfigurationService,
1348
1357
  ConfigurationState,
1349
1358
  ], imports: [ConfirmationDialogModule] });
1350
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ConfigurationModule, decorators: [{
1359
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ConfigurationModule, decorators: [{
1351
1360
  type: NgModule,
1352
1361
  args: [{
1353
1362
  imports: [ConfirmationDialogModule],
@@ -1472,9 +1481,9 @@ class MetricsCalculationService {
1472
1481
  return this.activeMetricRules.find(metricRule => metricRule.metrics.find(metric => metric.totalName === name));
1473
1482
  }
1474
1483
  }
1475
- 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 });
1476
- MetricsCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: MetricsCalculationService, providedIn: 'root' });
1477
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: MetricsCalculationService, decorators: [{
1484
+ 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 });
1485
+ MetricsCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MetricsCalculationService, providedIn: 'root' });
1486
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MetricsCalculationService, decorators: [{
1478
1487
  type: Injectable,
1479
1488
  args: [{ providedIn: 'root' }]
1480
1489
  }], ctorParameters: function () { return [{ type: QuoteDraftService }, { type: FlowConfigurationService }, { type: i1.ConfigurationSettingsApiService }]; } });
@@ -1498,9 +1507,9 @@ class ProductImagesService {
1498
1507
  .subscribe();
1499
1508
  }
1500
1509
  }
1501
- ProductImagesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ProductImagesService, deps: [{ token: i1.ProductApiService }], target: i0.ɵɵFactoryTarget.Injectable });
1502
- ProductImagesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ProductImagesService, providedIn: 'root' });
1503
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ProductImagesService, decorators: [{
1510
+ ProductImagesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ProductImagesService, deps: [{ token: i1.ProductApiService }], target: i0.ɵɵFactoryTarget.Injectable });
1511
+ ProductImagesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ProductImagesService, providedIn: 'root' });
1512
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ProductImagesService, decorators: [{
1504
1513
  type: Injectable,
1505
1514
  args: [{ providedIn: 'root' }]
1506
1515
  }], ctorParameters: function () { return [{ type: i1.ProductApiService }]; } });
@@ -1587,9 +1596,9 @@ class RuntimeSettingsService {
1587
1596
  }, {});
1588
1597
  }
1589
1598
  }
1590
- RuntimeSettingsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RuntimeSettingsService, deps: [{ token: i1.ConfigurationSettingsApiService }], target: i0.ɵɵFactoryTarget.Injectable });
1591
- RuntimeSettingsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RuntimeSettingsService, providedIn: 'root' });
1592
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RuntimeSettingsService, decorators: [{
1599
+ RuntimeSettingsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RuntimeSettingsService, deps: [{ token: i1.ConfigurationSettingsApiService }], target: i0.ɵɵFactoryTarget.Injectable });
1600
+ RuntimeSettingsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RuntimeSettingsService, providedIn: 'root' });
1601
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RuntimeSettingsService, decorators: [{
1593
1602
  type: Injectable,
1594
1603
  args: [{ providedIn: 'root' }]
1595
1604
  }], ctorParameters: function () { return [{ type: i1.ConfigurationSettingsApiService }]; } });
@@ -1603,9 +1612,9 @@ const DEFAULT_FORMATTING_SETTINGS = {
1603
1612
  };
1604
1613
  class SdkCoreModule {
1605
1614
  }
1606
- SdkCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SdkCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1607
- SdkCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.8", ngImport: i0, type: SdkCoreModule, imports: [ConfigurationModule, FlowConfigurationModule] });
1608
- SdkCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SdkCoreModule, providers: [
1615
+ SdkCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SdkCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1616
+ SdkCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: SdkCoreModule, imports: [ConfigurationModule, FlowConfigurationModule] });
1617
+ SdkCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SdkCoreModule, providers: [
1609
1618
  ContextService,
1610
1619
  QuoteDraftService,
1611
1620
  ProductImagesService,
@@ -1616,7 +1625,7 @@ SdkCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version:
1616
1625
  useExisting: RuntimeSettingsService,
1617
1626
  },
1618
1627
  ], imports: [ConfigurationModule, FlowConfigurationModule] });
1619
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SdkCoreModule, decorators: [{
1628
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SdkCoreModule, decorators: [{
1620
1629
  type: NgModule,
1621
1630
  args: [{
1622
1631
  imports: [ConfigurationModule, FlowConfigurationModule],
@@ -1657,9 +1666,9 @@ class CalendarDirective {
1657
1666
  }
1658
1667
  }
1659
1668
  }
1660
- CalendarDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: CalendarDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1661
- CalendarDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.8", type: CalendarDirective, selector: "[vlCalendar]", inputs: { vlCalendar: "vlCalendar" }, ngImport: i0 });
1662
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: CalendarDirective, decorators: [{
1669
+ CalendarDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CalendarDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1670
+ CalendarDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: CalendarDirective, selector: "[vlCalendar]", inputs: { vlCalendar: "vlCalendar" }, ngImport: i0 });
1671
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CalendarDirective, decorators: [{
1663
1672
  type: Directive,
1664
1673
  args: [{
1665
1674
  selector: '[vlCalendar]',
@@ -1670,10 +1679,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImpor
1670
1679
 
1671
1680
  class SdkDirectivesModule {
1672
1681
  }
1673
- SdkDirectivesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SdkDirectivesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1674
- SdkDirectivesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.8", ngImport: i0, type: SdkDirectivesModule, declarations: [CalendarDirective], exports: [CalendarDirective] });
1675
- SdkDirectivesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SdkDirectivesModule });
1676
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SdkDirectivesModule, decorators: [{
1682
+ SdkDirectivesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SdkDirectivesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1683
+ SdkDirectivesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: SdkDirectivesModule, declarations: [CalendarDirective], exports: [CalendarDirective] });
1684
+ SdkDirectivesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SdkDirectivesModule });
1685
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SdkDirectivesModule, decorators: [{
1677
1686
  type: NgModule,
1678
1687
  args: [{
1679
1688
  declarations: [CalendarDirective],
@@ -1704,9 +1713,9 @@ class DatePipe {
1704
1713
  }
1705
1714
  }
1706
1715
  }
1707
- DatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1708
- DatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.8", ngImport: i0, type: DatePipe, name: "vlDate" });
1709
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DatePipe, decorators: [{
1716
+ DatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1717
+ DatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DatePipe, name: "vlDate" });
1718
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DatePipe, decorators: [{
1710
1719
  type: Pipe,
1711
1720
  args: [{
1712
1721
  name: 'vlDate',
@@ -1726,9 +1735,9 @@ class NumberPipe {
1726
1735
  return formatNumber(price, this.formattingSettings?.thousandsSeparator, this.formattingSettings?.decimalSeparator, this.formattingSettings?.decimalsCount);
1727
1736
  }
1728
1737
  }
1729
- NumberPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: NumberPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1730
- NumberPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.8", ngImport: i0, type: NumberPipe, name: "vlNumber" });
1731
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: NumberPipe, decorators: [{
1738
+ NumberPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: NumberPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1739
+ NumberPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: NumberPipe, name: "vlNumber" });
1740
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: NumberPipe, decorators: [{
1732
1741
  type: Pipe,
1733
1742
  args: [{
1734
1743
  name: 'vlNumber',
@@ -1751,9 +1760,9 @@ class PricePipe {
1751
1760
  return `${this.formattingSettings?.currencySymbol || DEFAULT_CURRENCY_SYMBOL}${formatNumber(price, this.formattingSettings?.thousandsSeparator, this.formattingSettings?.decimalSeparator, this.formattingSettings?.decimalsCount)}`;
1752
1761
  }
1753
1762
  }
1754
- PricePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PricePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1755
- PricePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.8", ngImport: i0, type: PricePipe, name: "vlPrice" });
1756
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PricePipe, decorators: [{
1763
+ PricePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PricePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1764
+ PricePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: PricePipe, name: "vlPrice" });
1765
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PricePipe, decorators: [{
1757
1766
  type: Pipe,
1758
1767
  args: [{
1759
1768
  name: 'vlPrice',
@@ -1762,10 +1771,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImpor
1762
1771
 
1763
1772
  class SdkPipesModule {
1764
1773
  }
1765
- SdkPipesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SdkPipesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1766
- SdkPipesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.8", ngImport: i0, type: SdkPipesModule, declarations: [NumberPipe, PricePipe, DatePipe], exports: [NumberPipe, PricePipe, DatePipe] });
1767
- SdkPipesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SdkPipesModule });
1768
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SdkPipesModule, decorators: [{
1774
+ SdkPipesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SdkPipesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1775
+ SdkPipesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: SdkPipesModule, declarations: [NumberPipe, PricePipe, DatePipe], exports: [NumberPipe, PricePipe, DatePipe] });
1776
+ SdkPipesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SdkPipesModule });
1777
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SdkPipesModule, decorators: [{
1769
1778
  type: NgModule,
1770
1779
  args: [{
1771
1780
  declarations: [NumberPipe, PricePipe, DatePipe],