@veloceapps/sdk 4.0.20 → 4.0.21-1

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 (268) hide show
  1. package/bundles/{veloce-sdk-cms.umd.js → veloceapps-sdk-cms.umd.js} +161 -76
  2. package/bundles/veloceapps-sdk-cms.umd.js.map +1 -0
  3. package/bundles/{veloce-sdk-core.umd.js → veloceapps-sdk-core.umd.js} +111 -44
  4. package/bundles/veloceapps-sdk-core.umd.js.map +1 -0
  5. package/bundles/{veloce-sdk-runtime.umd.js → veloceapps-sdk-runtime.umd.js} +213 -146
  6. package/bundles/veloceapps-sdk-runtime.umd.js.map +1 -0
  7. package/bundles/{veloce-sdk.umd.js → veloceapps-sdk.umd.js} +739 -225
  8. package/bundles/veloceapps-sdk.umd.js.map +1 -0
  9. package/cms/cms.actions.d.ts +5 -1
  10. package/cms/cms.default.d.ts +2 -2
  11. package/cms/components/element-renderer/element-renderer.component.d.ts +1 -1
  12. package/cms/components/preview/preview.component.d.ts +1 -1
  13. package/cms/components/preview/preview.module.d.ts +1 -1
  14. package/cms/injection-tokens.d.ts +1 -1
  15. package/cms/launcher.module.d.ts +3 -3
  16. package/cms/modules/federated/federated.module.d.ts +1 -1
  17. package/cms/package.json +7 -7
  18. package/cms/services/launcher.service.d.ts +1 -1
  19. package/cms/types/configuration.types.d.ts +1 -1
  20. package/cms/utils/element.utils.d.ts +1 -1
  21. package/cms/utils/elements-resolver.d.ts +1 -1
  22. package/{core/veloce-sdk-core.d.ts → cms/veloceapps-sdk-cms.d.ts} +1 -1
  23. package/cms/vendor-map.d.ts +81 -76
  24. package/core/modules/configuration/configuration.module.d.ts +1 -1
  25. package/core/modules/configuration/helpers.d.ts +1 -1
  26. package/core/modules/configuration/services/configuration-runtime.service.d.ts +3 -3
  27. package/core/modules/configuration/services/configuration.service.d.ts +2 -2
  28. package/core/modules/configuration/services/runtime-context.service.d.ts +1 -1
  29. package/core/modules/configuration/types/configuration-runtime.types.d.ts +1 -1
  30. package/core/modules/flow-configuration/services/flow-configuration.service.d.ts +2 -2
  31. package/core/modules/flow-configuration/services/flow-update.service.d.ts +1 -1
  32. package/core/package.json +7 -7
  33. package/core/services/context.service.d.ts +2 -2
  34. package/core/services/product-images.service.d.ts +1 -1
  35. package/core/services/quote-draft.service.d.ts +2 -2
  36. package/core/types/quote-states.types.d.ts +1 -1
  37. package/core/types/runtime.types.d.ts +1 -1
  38. package/core/utils/line-item.utils.d.ts +1 -1
  39. package/core/utils/line-item.worker.d.ts +1 -1
  40. package/{runtime/veloce-sdk-runtime.d.ts → core/veloceapps-sdk-core.d.ts} +1 -1
  41. package/esm2015/cms/cms.actions.js +9 -1
  42. package/esm2015/cms/cms.default.js +1 -1
  43. package/esm2015/cms/components/element-children/element-children.component.js +3 -3
  44. package/esm2015/cms/components/element-children/element-children.module.js +4 -4
  45. package/esm2015/cms/components/element-renderer/element-renderer.component.js +6 -6
  46. package/esm2015/cms/components/element-renderer/element-renderer.module.js +4 -4
  47. package/esm2015/cms/components/plugin.component.js +3 -3
  48. package/esm2015/cms/components/preview/preview.component.js +6 -6
  49. package/esm2015/cms/components/preview/preview.module.js +6 -6
  50. package/esm2015/cms/directives/custom-template.directive.js +3 -3
  51. package/esm2015/cms/injection-tokens.js +1 -1
  52. package/esm2015/cms/launcher.module.js +8 -8
  53. package/esm2015/cms/modules/federated/federated.component.js +4 -4
  54. package/esm2015/cms/modules/federated/federated.module.js +6 -6
  55. package/esm2015/cms/plugins/configuration.plugin.js +5 -5
  56. package/esm2015/cms/plugins/io.plugin.js +3 -3
  57. package/esm2015/cms/plugins/script.plugin.js +5 -5
  58. package/esm2015/cms/services/dynamic-module.service.js +3 -3
  59. package/esm2015/cms/services/element-context.service.js +3 -3
  60. package/esm2015/cms/services/integration.state.js +3 -3
  61. package/esm2015/cms/services/io-provider.service.js +3 -3
  62. package/esm2015/cms/services/launcher.service.js +4 -4
  63. package/esm2015/cms/services/templates.service.js +3 -3
  64. package/esm2015/cms/types/configuration.types.js +1 -1
  65. package/esm2015/cms/utils/element.utils.js +2 -2
  66. package/esm2015/cms/utils/elements-resolver.js +1 -1
  67. package/esm2015/cms/veloceapps-sdk-cms.js +5 -0
  68. package/esm2015/cms/vendor-map.js +9 -7
  69. package/esm2015/core/core.module.js +4 -4
  70. package/esm2015/core/modules/configuration/configuration.module.js +7 -7
  71. package/esm2015/core/modules/configuration/helpers.js +2 -2
  72. package/esm2015/core/modules/configuration/services/configuration-runtime.service.js +6 -6
  73. package/esm2015/core/modules/configuration/services/configuration.service.js +7 -7
  74. package/esm2015/core/modules/configuration/services/runtime-context.service.js +6 -6
  75. package/esm2015/core/modules/configuration/types/configuration-runtime.types.js +1 -1
  76. package/esm2015/core/modules/flow-configuration/flow-configuration.module.js +6 -6
  77. package/esm2015/core/modules/flow-configuration/services/flow-configuration.service.js +5 -5
  78. package/esm2015/core/modules/flow-configuration/services/flow-update.service.js +5 -5
  79. package/esm2015/core/services/context.service.js +6 -6
  80. package/esm2015/core/services/product-images.service.js +5 -5
  81. package/esm2015/core/services/quote-draft.service.js +6 -6
  82. package/esm2015/core/types/quote-states.types.js +1 -1
  83. package/esm2015/core/types/runtime.types.js +1 -1
  84. package/esm2015/core/utils/line-item.utils.js +2 -2
  85. package/esm2015/core/utils/line-item.worker.js +1 -1
  86. package/esm2015/core/veloceapps-sdk-core.js +5 -0
  87. package/esm2015/runtime/components/component-preview/component-preview.component.js +7 -7
  88. package/esm2015/runtime/components/section-renderer/section-renderer.component.js +4 -4
  89. package/esm2015/runtime/components/ui-runtime/runtime.component.js +8 -8
  90. package/esm2015/runtime/components/ui-runtime-preview/runtime-preview.component.js +8 -8
  91. package/esm2015/runtime/execution/components/children-placeholder/children-placeholder.component.js +8 -8
  92. package/esm2015/runtime/execution/components/context-provider/context-provider.component.js +5 -5
  93. package/esm2015/runtime/execution/components/execution-section-renderer/execution-section-renderer.component.js +4 -4
  94. package/esm2015/runtime/execution/components/federated/federated.component.js +4 -4
  95. package/esm2015/runtime/execution/components/velo-attribute/velo-attribute.component.js +3 -3
  96. package/esm2015/runtime/execution/components/velo-multiselect/velo-multiselect.component.js +3 -3
  97. package/esm2015/runtime/execution/components/velo-port-checkbox/velo-port-checkbox.component.js +4 -4
  98. package/esm2015/runtime/execution/components/velo-port-dropdown/velo-port-dropdown.component.js +6 -6
  99. package/esm2015/runtime/execution/components/velo-port-radio/velo-port-radio.component.js +4 -4
  100. package/esm2015/runtime/execution/components/velo-type/velo-type.component.js +5 -5
  101. package/esm2015/runtime/execution/directives/section-script.directive.js +6 -6
  102. package/esm2015/runtime/execution/directives/sf-query.directive.js +5 -5
  103. package/esm2015/runtime/execution/directives/velo-attribute.directive.js +5 -5
  104. package/esm2015/runtime/execution/directives/velo-port.directive.js +21 -21
  105. package/esm2015/runtime/execution/directives/vl-approval.directive.js +5 -5
  106. package/esm2015/runtime/execution/directives/vl-document-attachments.directive.js +5 -5
  107. package/esm2015/runtime/execution/directives/vl-document-templates.directive.js +5 -5
  108. package/esm2015/runtime/execution/directives/vl-quote.directive.js +6 -6
  109. package/esm2015/runtime/execution/directives/vl-ramp.directive.js +6 -6
  110. package/esm2015/runtime/execution/runtime-execution.module.js +10 -10
  111. package/esm2015/runtime/runtime.module.js +10 -10
  112. package/esm2015/runtime/services/cart.service.js +6 -6
  113. package/esm2015/runtime/services/collapsible-state.service.js +3 -3
  114. package/esm2015/runtime/services/configuration.service.js +9 -9
  115. package/esm2015/runtime/services/current-state.service.js +4 -4
  116. package/esm2015/runtime/services/form-scope.service.js +3 -3
  117. package/esm2015/runtime/services/product-model-cache.service.js +5 -5
  118. package/esm2015/runtime/services/runtime-context.service.js +8 -8
  119. package/esm2015/runtime/services/runtime-form.service.js +5 -5
  120. package/esm2015/runtime/services/runtime.service.js +6 -6
  121. package/esm2015/runtime/services/section-helper.service.js +5 -5
  122. package/esm2015/runtime/services/section-scope.service.js +4 -4
  123. package/esm2015/runtime/services/section-store.service.js +4 -4
  124. package/esm2015/runtime/services/section.service.js +9 -9
  125. package/esm2015/runtime/types/bound-data.types.js +1 -1
  126. package/esm2015/runtime/types/runtime.types.js +1 -1
  127. package/esm2015/runtime/types/script-registry.types.js +2 -2
  128. package/esm2015/runtime/utils/line-item.util.js +2 -2
  129. package/esm2015/runtime/utils/section.utils.js +2 -2
  130. package/esm2015/runtime/utils/sections-binder.helper.js +2 -2
  131. package/esm2015/runtime/veloceapps-sdk-runtime.js +5 -0
  132. package/esm2015/src/components/dialog/dialog.component.js +3 -3
  133. package/esm2015/src/components/dialog/dialog.module.js +4 -4
  134. package/esm2015/src/components/doc-gen/doc-gen.component.js +11 -11
  135. package/esm2015/src/components/doc-gen/doc-gen.module.js +6 -6
  136. package/esm2015/src/components/header/cart-overlay/cart-preview.component.js +6 -6
  137. package/esm2015/src/components/header/cart-overlay/cart-preview.module.js +6 -6
  138. package/esm2015/src/components/header/header.component.js +10 -10
  139. package/esm2015/src/components/header/header.module.js +6 -6
  140. package/esm2015/src/flow-routing.module.js +17 -5
  141. package/esm2015/src/flow.component.js +7 -7
  142. package/esm2015/src/flow.module.js +9 -9
  143. package/esm2015/src/guards/context.guard.js +19 -10
  144. package/esm2015/src/guards/product-unload.guard.js +5 -5
  145. package/esm2015/src/guards/root.guard.js +3 -3
  146. package/esm2015/src/pages/catalog/catalog.component.js +10 -10
  147. package/esm2015/src/pages/catalog/catalog.module.js +7 -7
  148. package/esm2015/src/pages/debug/debug.component.js +6 -6
  149. package/esm2015/src/pages/debug/debug.module.js +4 -4
  150. package/esm2015/src/pages/empty-account/empty-account.component.js +4 -4
  151. package/esm2015/src/pages/empty-account/empty-account.module.js +7 -7
  152. package/esm2015/src/pages/legacy-product/legacy-product.component.js +9 -9
  153. package/esm2015/src/pages/legacy-product/legacy-product.module.js +6 -6
  154. package/esm2015/src/pages/product/product.component.js +7 -7
  155. package/esm2015/src/pages/product/product.module.js +7 -7
  156. package/esm2015/src/pages/record-not-found/record-not-found.component.js +3 -3
  157. package/esm2015/src/pages/record-not-found/record-not-found.module.js +4 -4
  158. package/esm2015/src/pages/remote/remote.component.js +353 -0
  159. package/esm2015/src/pages/remote/remote.module.js +20 -0
  160. package/esm2015/src/pages/remote/remote.types.js +2 -0
  161. package/esm2015/src/pages/shopping-cart/shopping-cart.component.js +10 -10
  162. package/esm2015/src/pages/shopping-cart/shopping-cart.module.js +7 -7
  163. package/esm2015/src/resolvers/flow.resolver.js +8 -8
  164. package/esm2015/src/resolvers/quote.resolver.js +6 -6
  165. package/esm2015/src/services/doc-gen.service.js +6 -6
  166. package/esm2015/src/services/flow-dialog.service.js +5 -5
  167. package/esm2015/src/services/flow-router.service.js +5 -5
  168. package/esm2015/src/services/flow.service.js +7 -7
  169. package/esm2015/src/types/context-route.types.js +1 -1
  170. package/esm2015/src/types/flow-customization.types.js +1 -1
  171. package/esm2015/src/utils/flow.utils.js +10 -2
  172. package/esm2015/veloceapps-sdk.js +5 -0
  173. package/fesm2015/{veloce-sdk-cms.js → veloceapps-sdk-cms.js} +88 -76
  174. package/fesm2015/veloceapps-sdk-cms.js.map +1 -0
  175. package/fesm2015/{veloce-sdk-core.js → veloceapps-sdk-core.js} +41 -41
  176. package/fesm2015/veloceapps-sdk-core.js.map +1 -0
  177. package/fesm2015/{veloce-sdk-runtime.js → veloceapps-sdk-runtime.js} +148 -148
  178. package/fesm2015/veloceapps-sdk-runtime.js.map +1 -0
  179. package/fesm2015/{veloce-sdk.js → veloceapps-sdk.js} +553 -172
  180. package/fesm2015/veloceapps-sdk.js.map +1 -0
  181. package/package.json +13 -12
  182. package/runtime/components/component-preview/component-preview.component.d.ts +1 -1
  183. package/runtime/components/section-renderer/section-renderer.component.d.ts +1 -1
  184. package/runtime/components/ui-runtime/runtime.component.d.ts +2 -2
  185. package/runtime/components/ui-runtime-preview/runtime-preview.component.d.ts +3 -3
  186. package/runtime/execution/components/children-placeholder/children-placeholder.component.d.ts +1 -1
  187. package/runtime/execution/components/context-provider/context-provider.component.d.ts +1 -1
  188. package/runtime/execution/components/execution-section-renderer/execution-section-renderer.component.d.ts +1 -1
  189. package/runtime/execution/components/federated/federated.component.d.ts +1 -1
  190. package/runtime/execution/components/velo-port-checkbox/velo-port-checkbox.component.d.ts +1 -1
  191. package/runtime/execution/components/velo-port-dropdown/velo-port-dropdown.component.d.ts +1 -1
  192. package/runtime/execution/components/velo-port-radio/velo-port-radio.component.d.ts +1 -1
  193. package/runtime/execution/components/velo-type/velo-type.component.d.ts +1 -1
  194. package/runtime/execution/directives/section-script.directive.d.ts +1 -1
  195. package/runtime/execution/directives/sf-query.directive.d.ts +2 -2
  196. package/runtime/execution/directives/velo-attribute.directive.d.ts +1 -1
  197. package/runtime/execution/directives/velo-port.directive.d.ts +1 -1
  198. package/runtime/execution/directives/vl-approval.directive.d.ts +2 -2
  199. package/runtime/execution/directives/vl-document-attachments.directive.d.ts +2 -2
  200. package/runtime/execution/directives/vl-document-templates.directive.d.ts +2 -2
  201. package/runtime/execution/directives/vl-quote.directive.d.ts +2 -2
  202. package/runtime/execution/directives/vl-ramp.directive.d.ts +3 -3
  203. package/runtime/execution/runtime-execution.module.d.ts +5 -5
  204. package/runtime/package.json +7 -7
  205. package/runtime/runtime.module.d.ts +5 -5
  206. package/runtime/services/cart.service.d.ts +3 -3
  207. package/runtime/services/configuration.service.d.ts +3 -3
  208. package/runtime/services/current-state.service.d.ts +1 -1
  209. package/runtime/services/product-model-cache.service.d.ts +2 -2
  210. package/runtime/services/runtime-context.service.d.ts +2 -2
  211. package/runtime/services/runtime-form.service.d.ts +1 -1
  212. package/runtime/services/runtime.service.d.ts +2 -2
  213. package/runtime/services/section-helper.service.d.ts +1 -1
  214. package/runtime/services/section-scope.service.d.ts +1 -1
  215. package/runtime/services/section-store.service.d.ts +1 -1
  216. package/runtime/services/section.service.d.ts +1 -1
  217. package/runtime/types/bound-data.types.d.ts +1 -1
  218. package/runtime/types/runtime.types.d.ts +2 -2
  219. package/runtime/utils/line-item.util.d.ts +1 -1
  220. package/runtime/utils/section.utils.d.ts +1 -1
  221. package/runtime/utils/sections-binder.helper.d.ts +1 -1
  222. package/{veloce-sdk.d.ts → runtime/veloceapps-sdk-runtime.d.ts} +1 -1
  223. package/src/components/doc-gen/doc-gen.component.d.ts +3 -3
  224. package/src/components/doc-gen/doc-gen.module.d.ts +1 -1
  225. package/src/components/header/cart-overlay/cart-preview.component.d.ts +1 -1
  226. package/src/components/header/cart-overlay/cart-preview.module.d.ts +1 -1
  227. package/src/components/header/header.component.d.ts +4 -4
  228. package/src/components/header/header.module.d.ts +1 -1
  229. package/src/flow-routing.module.d.ts +3 -2
  230. package/src/flow.component.d.ts +2 -2
  231. package/src/flow.module.d.ts +4 -4
  232. package/src/guards/context.guard.d.ts +2 -1
  233. package/src/guards/product-unload.guard.d.ts +1 -1
  234. package/src/pages/catalog/catalog.component.d.ts +3 -3
  235. package/src/pages/catalog/catalog.module.d.ts +2 -2
  236. package/src/pages/debug/debug.component.d.ts +3 -3
  237. package/src/pages/empty-account/empty-account.module.d.ts +2 -2
  238. package/src/pages/legacy-product/legacy-product.component.d.ts +4 -4
  239. package/src/pages/legacy-product/legacy-product.module.d.ts +1 -1
  240. package/src/pages/product/product.component.d.ts +1 -1
  241. package/src/pages/product/product.module.d.ts +2 -2
  242. package/src/pages/remote/remote.component.d.ts +47 -0
  243. package/src/pages/remote/remote.module.d.ts +10 -0
  244. package/src/pages/remote/remote.types.d.ts +4 -0
  245. package/src/pages/shopping-cart/shopping-cart.component.d.ts +3 -3
  246. package/src/pages/shopping-cart/shopping-cart.module.d.ts +2 -2
  247. package/src/resolvers/flow.resolver.d.ts +2 -2
  248. package/src/resolvers/quote.resolver.d.ts +1 -1
  249. package/src/services/doc-gen.service.d.ts +1 -1
  250. package/src/services/flow-dialog.service.d.ts +1 -1
  251. package/src/services/flow-router.service.d.ts +1 -1
  252. package/src/services/flow.service.d.ts +2 -2
  253. package/src/types/context-route.types.d.ts +1 -1
  254. package/src/types/flow-customization.types.d.ts +2 -2
  255. package/src/utils/flow.utils.d.ts +7 -0
  256. package/{cms/veloce-sdk-cms.d.ts → veloceapps-sdk.d.ts} +1 -1
  257. package/bundles/veloce-sdk-cms.umd.js.map +0 -1
  258. package/bundles/veloce-sdk-core.umd.js.map +0 -1
  259. package/bundles/veloce-sdk-runtime.umd.js.map +0 -1
  260. package/bundles/veloce-sdk.umd.js.map +0 -1
  261. package/esm2015/cms/veloce-sdk-cms.js +0 -5
  262. package/esm2015/core/veloce-sdk-core.js +0 -5
  263. package/esm2015/runtime/veloce-sdk-runtime.js +0 -5
  264. package/esm2015/veloce-sdk.js +0 -5
  265. package/fesm2015/veloce-sdk-cms.js.map +0 -1
  266. package/fesm2015/veloce-sdk-core.js.map +0 -1
  267. package/fesm2015/veloce-sdk-runtime.js.map +0 -1
  268. package/fesm2015/veloce-sdk.js.map +0 -1
@@ -1,7 +1,7 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@veloce/core'), require('rxjs'), require('rxjs/operators'), require('@veloce/api'), require('lodash'), require('@veloce/components'), require('primeng/api'), require('primeng/dynamicdialog'), require('moment')) :
3
- typeof define === 'function' && define.amd ? define('@veloce/sdk/core', ['exports', '@angular/core', '@veloce/core', 'rxjs', 'rxjs/operators', '@veloce/api', 'lodash', '@veloce/components', 'primeng/api', 'primeng/dynamicdialog', 'moment'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.veloce = global.veloce || {}, global.veloce.sdk = global.veloce.sdk || {}, global.veloce.sdk.core = {}), global.ng.core, global["@veloce/core"], global.rxjs, global.rxjs.operators, global["@veloce/api"], global.lodash, global["@veloce/components"], global["primeng/api"], global["primeng/dynamicdialog"], global.moment));
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@veloceapps/core'), require('rxjs'), require('rxjs/operators'), require('@veloceapps/api'), require('lodash'), require('@veloceapps/components'), require('primeng/api'), require('primeng/dynamicdialog'), require('moment')) :
3
+ typeof define === 'function' && define.amd ? define('@veloceapps/sdk/core', ['exports', '@angular/core', '@veloceapps/core', 'rxjs', 'rxjs/operators', '@veloceapps/api', 'lodash', '@veloceapps/components', 'primeng/api', 'primeng/dynamicdialog', 'moment'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.veloceapps = global.veloceapps || {}, global.veloceapps.sdk = global.veloceapps.sdk || {}, global.veloceapps.sdk.core = {}), global.ng.core, global["@veloceapps/core"], global.rxjs, global.rxjs.operators, global["@veloceapps/api"], global.lodash, global["@veloceapps/components"], global["primeng/api"], global["primeng/dynamicdialog"], global.moment));
5
5
  })(this, (function (exports, i0, core, rxjs, operators, i1, lodash, components, i4, i5, moment) { 'use strict';
6
6
 
7
7
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -40,7 +40,7 @@
40
40
  return lineItem;
41
41
  };
42
42
 
43
- /*! *****************************************************************************
43
+ /******************************************************************************
44
44
  Copyright (c) Microsoft Corporation.
45
45
 
46
46
  Permission to use, copy, modify, and/or distribute this software for any
@@ -107,6 +107,64 @@
107
107
  function __param(paramIndex, decorator) {
108
108
  return function (target, key) { decorator(target, key, paramIndex); };
109
109
  }
110
+ function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {
111
+ function accept(f) { if (f !== void 0 && typeof f !== "function")
112
+ throw new TypeError("Function expected"); return f; }
113
+ var kind = contextIn.kind, key = kind === "getter" ? "get" : kind === "setter" ? "set" : "value";
114
+ var target = !descriptorIn && ctor ? contextIn["static"] ? ctor : ctor.prototype : null;
115
+ var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});
116
+ var _, done = false;
117
+ for (var i = decorators.length - 1; i >= 0; i--) {
118
+ var context = {};
119
+ for (var p in contextIn)
120
+ context[p] = p === "access" ? {} : contextIn[p];
121
+ for (var p in contextIn.access)
122
+ context.access[p] = contextIn.access[p];
123
+ context.addInitializer = function (f) { if (done)
124
+ throw new TypeError("Cannot add initializers after decoration has completed"); extraInitializers.push(accept(f || null)); };
125
+ var result = (0, decorators[i])(kind === "accessor" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);
126
+ if (kind === "accessor") {
127
+ if (result === void 0)
128
+ continue;
129
+ if (result === null || typeof result !== "object")
130
+ throw new TypeError("Object expected");
131
+ if (_ = accept(result.get))
132
+ descriptor.get = _;
133
+ if (_ = accept(result.set))
134
+ descriptor.set = _;
135
+ if (_ = accept(result.init))
136
+ initializers.push(_);
137
+ }
138
+ else if (_ = accept(result)) {
139
+ if (kind === "field")
140
+ initializers.push(_);
141
+ else
142
+ descriptor[key] = _;
143
+ }
144
+ }
145
+ if (target)
146
+ Object.defineProperty(target, contextIn.name, descriptor);
147
+ done = true;
148
+ }
149
+ ;
150
+ function __runInitializers(thisArg, initializers, value) {
151
+ var useValue = arguments.length > 2;
152
+ for (var i = 0; i < initializers.length; i++) {
153
+ value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);
154
+ }
155
+ return useValue ? value : void 0;
156
+ }
157
+ ;
158
+ function __propKey(x) {
159
+ return typeof x === "symbol" ? x : "".concat(x);
160
+ }
161
+ ;
162
+ function __setFunctionName(f, name, prefix) {
163
+ if (typeof name === "symbol")
164
+ name = name.description ? "[".concat(name.description, "]") : "";
165
+ return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name });
166
+ }
167
+ ;
110
168
  function __metadata(metadataKey, metadataValue) {
111
169
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
112
170
  return Reflect.metadata(metadataKey, metadataValue);
@@ -138,7 +196,7 @@
138
196
  function step(op) {
139
197
  if (f)
140
198
  throw new TypeError("Generator is already executing.");
141
- while (_)
199
+ while (g && (g = 0, op[0] && (_ = 0)), _)
142
200
  try {
143
201
  if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
144
202
  return t;
@@ -202,7 +260,11 @@
202
260
  var __createBinding = Object.create ? (function (o, m, k, k2) {
203
261
  if (k2 === undefined)
204
262
  k2 = k;
205
- Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });
263
+ var desc = Object.getOwnPropertyDescriptor(m, k);
264
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
265
+ desc = { enumerable: true, get: function () { return m[k]; } };
266
+ }
267
+ Object.defineProperty(o, k2, desc);
206
268
  }) : (function (o, m, k, k2) {
207
269
  if (k2 === undefined)
208
270
  k2 = k;
@@ -302,7 +364,7 @@
302
364
  function __asyncDelegator(o) {
303
365
  var i, p;
304
366
  return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
305
- function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
367
+ function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; }
306
368
  }
307
369
  function __asyncValues(o) {
308
370
  if (!Symbol.asyncIterator)
@@ -357,6 +419,11 @@
357
419
  throw new TypeError("Cannot write private member to an object whose class did not declare it");
358
420
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
359
421
  }
422
+ function __classPrivateFieldIn(state, receiver) {
423
+ if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function"))
424
+ throw new TypeError("Cannot use 'in' operator on non-object");
425
+ return typeof state === "function" ? receiver === state : state.has(receiver);
426
+ }
360
427
 
361
428
  exports.RuntimeMode = void 0;
362
429
  (function (RuntimeMode) {
@@ -416,9 +483,9 @@
416
483
  };
417
484
  return ContextService;
418
485
  }());
419
- ContextService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ContextService, deps: [{ token: i1__namespace.ContextApiService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
420
- ContextService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ContextService, providedIn: 'root' });
421
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ContextService, decorators: [{
486
+ ContextService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ContextService, deps: [{ token: i1__namespace.ContextApiService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
487
+ ContextService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ContextService, providedIn: 'root' });
488
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ContextService, decorators: [{
422
489
  type: i0.Injectable,
423
490
  args: [{ providedIn: 'root' }]
424
491
  }], ctorParameters: function () { return [{ type: i1__namespace.ContextApiService }]; } });
@@ -448,9 +515,9 @@
448
515
  };
449
516
  return ProductImagesService;
450
517
  }());
451
- ProductImagesService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ProductImagesService, deps: [{ token: i1__namespace.ProductApiService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
452
- ProductImagesService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ProductImagesService, providedIn: 'root' });
453
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ProductImagesService, decorators: [{
518
+ ProductImagesService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ProductImagesService, deps: [{ token: i1__namespace.ProductApiService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
519
+ ProductImagesService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ProductImagesService, providedIn: 'root' });
520
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ProductImagesService, decorators: [{
454
521
  type: i0.Injectable,
455
522
  args: [{ providedIn: 'root' }]
456
523
  }], ctorParameters: function () { return [{ type: i1__namespace.ProductApiService }]; } });
@@ -711,9 +778,9 @@
711
778
  };
712
779
  return QuoteDraftService;
713
780
  }());
714
- QuoteDraftService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: QuoteDraftService, deps: [{ token: ContextService }, { token: i1__namespace.QuoteApiService }, { token: i1__namespace.PriceApiService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
715
- QuoteDraftService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: QuoteDraftService, providedIn: 'root' });
716
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: QuoteDraftService, decorators: [{
781
+ QuoteDraftService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: QuoteDraftService, deps: [{ token: ContextService }, { token: i1__namespace.QuoteApiService }, { token: i1__namespace.PriceApiService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
782
+ QuoteDraftService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: QuoteDraftService, providedIn: 'root' });
783
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: QuoteDraftService, decorators: [{
717
784
  type: i0.Injectable,
718
785
  args: [{ providedIn: 'root' }]
719
786
  }], ctorParameters: function () { return [{ type: ContextService }, { type: i1__namespace.QuoteApiService }, { type: i1__namespace.PriceApiService }]; } });
@@ -759,9 +826,9 @@
759
826
  };
760
827
  return RuntimeContextService;
761
828
  }());
762
- RuntimeContextService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RuntimeContextService, deps: [{ token: i1__namespace.ConfigurationApiService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
763
- RuntimeContextService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RuntimeContextService });
764
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RuntimeContextService, decorators: [{
829
+ RuntimeContextService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: RuntimeContextService, deps: [{ token: i1__namespace.ConfigurationApiService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
830
+ RuntimeContextService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: RuntimeContextService });
831
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: RuntimeContextService, decorators: [{
765
832
  type: i0.Injectable
766
833
  }], ctorParameters: function () { return [{ type: i1__namespace.ConfigurationApiService }]; } });
767
834
 
@@ -858,9 +925,9 @@
858
925
  });
859
926
  return ConfigurationRuntimeService;
860
927
  }());
861
- ConfigurationRuntimeService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ConfigurationRuntimeService, deps: [{ token: i1__namespace.ConfigurationApiService }, { token: ContextService }, { token: RuntimeContextService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
862
- ConfigurationRuntimeService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ConfigurationRuntimeService });
863
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ConfigurationRuntimeService, decorators: [{
928
+ ConfigurationRuntimeService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ConfigurationRuntimeService, deps: [{ token: i1__namespace.ConfigurationApiService }, { token: ContextService }, { token: RuntimeContextService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
929
+ ConfigurationRuntimeService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ConfigurationRuntimeService });
930
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ConfigurationRuntimeService, decorators: [{
864
931
  type: i0.Injectable
865
932
  }], ctorParameters: function () { return [{ type: i1__namespace.ConfigurationApiService }, { type: ContextService }, { type: RuntimeContextService }]; } });
866
933
 
@@ -1199,9 +1266,9 @@
1199
1266
  };
1200
1267
  return ConfigurationService;
1201
1268
  }());
1202
- ConfigurationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ConfigurationService, deps: [{ token: QuoteDraftService }, { token: ConfigurationRuntimeService }, { token: ContextService }, { token: i1__namespace.ConfigurationApiService }, { token: i4__namespace.MessageService }, { token: i5__namespace.DialogService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1203
- ConfigurationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ConfigurationService });
1204
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ConfigurationService, decorators: [{
1269
+ ConfigurationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ConfigurationService, deps: [{ token: QuoteDraftService }, { token: ConfigurationRuntimeService }, { token: ContextService }, { token: i1__namespace.ConfigurationApiService }, { token: i4__namespace.MessageService }, { token: i5__namespace.DialogService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1270
+ ConfigurationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ConfigurationService });
1271
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ConfigurationService, decorators: [{
1205
1272
  type: i0.Injectable
1206
1273
  }], ctorParameters: function () { return [{ type: QuoteDraftService }, { type: ConfigurationRuntimeService }, { type: ContextService }, { type: i1__namespace.ConfigurationApiService }, { type: i4__namespace.MessageService }, { type: i5__namespace.DialogService }]; } });
1207
1274
 
@@ -1329,9 +1396,9 @@
1329
1396
  };
1330
1397
  return FlowUpdateService;
1331
1398
  }());
1332
- FlowUpdateService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FlowUpdateService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1333
- FlowUpdateService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FlowUpdateService });
1334
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FlowUpdateService, decorators: [{
1399
+ FlowUpdateService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FlowUpdateService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1400
+ FlowUpdateService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FlowUpdateService });
1401
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FlowUpdateService, decorators: [{
1335
1402
  type: i0.Injectable
1336
1403
  }] });
1337
1404
 
@@ -1501,9 +1568,9 @@
1501
1568
  };
1502
1569
  return FlowConfigurationService;
1503
1570
  }());
1504
- FlowConfigurationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FlowConfigurationService, deps: [{ token: i1__namespace.ProceduresApiService }, { token: ContextService }, { token: QuoteDraftService }, { token: FlowUpdateService }, { token: ConfigurationService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1505
- FlowConfigurationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FlowConfigurationService });
1506
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FlowConfigurationService, decorators: [{
1571
+ FlowConfigurationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FlowConfigurationService, deps: [{ token: i1__namespace.ProceduresApiService }, { token: ContextService }, { token: QuoteDraftService }, { token: FlowUpdateService }, { token: ConfigurationService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1572
+ FlowConfigurationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FlowConfigurationService });
1573
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FlowConfigurationService, decorators: [{
1507
1574
  type: i0.Injectable
1508
1575
  }], ctorParameters: function () { return [{ type: i1__namespace.ProceduresApiService }, { type: ContextService }, { type: QuoteDraftService }, { type: FlowUpdateService }, { type: ConfigurationService }]; } });
1509
1576
 
@@ -1512,10 +1579,10 @@
1512
1579
  }
1513
1580
  return FlowConfigurationModule;
1514
1581
  }());
1515
- FlowConfigurationModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FlowConfigurationModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1516
- FlowConfigurationModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FlowConfigurationModule });
1517
- FlowConfigurationModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FlowConfigurationModule, providers: [FlowConfigurationService, FlowUpdateService, i1.PriceApiService], imports: [[]] });
1518
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FlowConfigurationModule, decorators: [{
1582
+ FlowConfigurationModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FlowConfigurationModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1583
+ FlowConfigurationModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FlowConfigurationModule });
1584
+ FlowConfigurationModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FlowConfigurationModule, providers: [FlowConfigurationService, FlowUpdateService, i1.PriceApiService], imports: [[]] });
1585
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FlowConfigurationModule, decorators: [{
1519
1586
  type: i0.NgModule,
1520
1587
  args: [{
1521
1588
  imports: [],
@@ -1528,9 +1595,9 @@
1528
1595
  }
1529
1596
  return ConfigurationModule;
1530
1597
  }());
1531
- ConfigurationModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ConfigurationModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1532
- ConfigurationModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ConfigurationModule, imports: [components.ConfirmationDialogModule] });
1533
- ConfigurationModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ConfigurationModule, providers: [
1598
+ ConfigurationModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ConfigurationModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1599
+ ConfigurationModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ConfigurationModule, imports: [components.ConfirmationDialogModule] });
1600
+ ConfigurationModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ConfigurationModule, providers: [
1534
1601
  i1.ContextApiService,
1535
1602
  i1.ProductModelApiService,
1536
1603
  i1.ConfigurationApiService,
@@ -1538,7 +1605,7 @@
1538
1605
  RuntimeContextService,
1539
1606
  ConfigurationService,
1540
1607
  ], imports: [[components.ConfirmationDialogModule]] });
1541
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ConfigurationModule, decorators: [{
1608
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ConfigurationModule, decorators: [{
1542
1609
  type: i0.NgModule,
1543
1610
  args: [{
1544
1611
  imports: [components.ConfirmationDialogModule],
@@ -1558,10 +1625,10 @@
1558
1625
  }
1559
1626
  return SdkCoreModule;
1560
1627
  }());
1561
- SdkCoreModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SdkCoreModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1562
- SdkCoreModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SdkCoreModule, imports: [ConfigurationModule, FlowConfigurationModule] });
1563
- SdkCoreModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SdkCoreModule, providers: [ContextService, QuoteDraftService, ProductImagesService], imports: [[ConfigurationModule, FlowConfigurationModule]] });
1564
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SdkCoreModule, decorators: [{
1628
+ SdkCoreModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SdkCoreModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1629
+ SdkCoreModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SdkCoreModule, imports: [ConfigurationModule, FlowConfigurationModule] });
1630
+ SdkCoreModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SdkCoreModule, providers: [ContextService, QuoteDraftService, ProductImagesService], imports: [[ConfigurationModule, FlowConfigurationModule]] });
1631
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SdkCoreModule, decorators: [{
1565
1632
  type: i0.NgModule,
1566
1633
  args: [{
1567
1634
  imports: [ConfigurationModule, FlowConfigurationModule],
@@ -1601,4 +1668,4 @@
1601
1668
  Object.defineProperty(exports, '__esModule', { value: true });
1602
1669
 
1603
1670
  }));
1604
- //# sourceMappingURL=veloce-sdk-core.umd.js.map
1671
+ //# sourceMappingURL=veloceapps-sdk-core.umd.js.map