@veloceapps/sdk 8.0.0-8 → 8.0.0-80

Sign up to get free protection for your applications and to get access to all the features.
Files changed (239) hide show
  1. package/README.md +0 -1
  2. package/cms/utils/element.utils.d.ts +1 -0
  3. package/cms/vendor-map.d.ts +2 -1
  4. package/core/modules/configuration/services/configuration-runtime.service.d.ts +1 -1
  5. package/core/modules/configuration/services/configuration.service.d.ts +6 -1
  6. package/core/modules/flow-configuration/types/update.types.d.ts +1 -1
  7. package/core/pipes/action-code.pipe.d.ts +8 -0
  8. package/core/pipes/index.d.ts +1 -0
  9. package/core/pipes/pipes.module.d.ts +2 -1
  10. package/core/services/context.service.d.ts +1 -0
  11. package/core/services/runtime-settings.service.d.ts +4 -1
  12. package/core/types/formatting-settings.types.d.ts +2 -0
  13. package/esm2020/cms/components/element-children/element-children.component.mjs +3 -3
  14. package/esm2020/cms/components/element-children/element-children.module.mjs +4 -4
  15. package/esm2020/cms/components/element-drop-handle/element-drop-handle.component.mjs +3 -3
  16. package/esm2020/cms/components/element-drop-handle/element-drop-handle.module.mjs +4 -4
  17. package/esm2020/cms/components/element-renderer/element-renderer.component.mjs +3 -3
  18. package/esm2020/cms/components/element-renderer/element-renderer.module.mjs +4 -4
  19. package/esm2020/cms/components/element-tools-panel/element-tools-panel.component.mjs +5 -5
  20. package/esm2020/cms/components/plugin.component.mjs +3 -3
  21. package/esm2020/cms/components/preview/preview.component.mjs +3 -3
  22. package/esm2020/cms/components/preview/preview.module.mjs +4 -4
  23. package/esm2020/cms/directives/custom-template.directive.mjs +7 -7
  24. package/esm2020/cms/launcher.module.mjs +4 -4
  25. package/esm2020/cms/modules/federated/federated-host.directive.mjs +3 -3
  26. package/esm2020/cms/modules/federated/federated.component.mjs +3 -3
  27. package/esm2020/cms/modules/federated/federated.module.mjs +4 -4
  28. package/esm2020/cms/modules/migrations/migrations.module.mjs +4 -4
  29. package/esm2020/cms/modules/migrations/services/migrations.service.mjs +3 -3
  30. package/esm2020/cms/modules/runtime/runtime.module.mjs +4 -4
  31. package/esm2020/cms/modules/runtime/services/compilation.service.mjs +3 -3
  32. package/esm2020/cms/modules/runtime/services/runtime-editor.service.mjs +3 -3
  33. package/esm2020/cms/modules/runtime/services/runtime.service.mjs +3 -3
  34. package/esm2020/cms/plugins/configuration.plugin.mjs +3 -3
  35. package/esm2020/cms/plugins/element-hover.plugin.mjs +3 -3
  36. package/esm2020/cms/plugins/io.plugin.mjs +8 -7
  37. package/esm2020/cms/plugins/page.plugin.mjs +3 -3
  38. package/esm2020/cms/plugins/region.plugin.mjs +3 -3
  39. package/esm2020/cms/plugins/script.plugin.mjs +3 -3
  40. package/esm2020/cms/services/element-context.service.mjs +3 -3
  41. package/esm2020/cms/services/integration.state.mjs +3 -3
  42. package/esm2020/cms/services/io-provider.service.mjs +3 -3
  43. package/esm2020/cms/services/resources.service.mjs +3 -3
  44. package/esm2020/cms/services/templates.service.mjs +3 -3
  45. package/esm2020/cms/utils/element.utils.mjs +10 -3
  46. package/esm2020/cms/utils/elements-resolver.mjs +2 -2
  47. package/esm2020/cms/vendor-map.mjs +3 -2
  48. package/esm2020/core/core.module.mjs +7 -6
  49. package/esm2020/core/directives/directives.module.mjs +4 -4
  50. package/esm2020/core/directives/primeng-calendar.directive.mjs +3 -3
  51. package/esm2020/core/modules/configuration/configuration.module.mjs +4 -4
  52. package/esm2020/core/modules/configuration/services/configuration-runtime.service.mjs +11 -14
  53. package/esm2020/core/modules/configuration/services/configuration.service.mjs +28 -9
  54. package/esm2020/core/modules/configuration/services/configuration.state.mjs +3 -3
  55. package/esm2020/core/modules/configuration/services/runtime-context.service.mjs +9 -9
  56. package/esm2020/core/modules/flow-configuration/flow-configuration.module.mjs +4 -4
  57. package/esm2020/core/modules/flow-configuration/services/flow-configuration.service.mjs +3 -3
  58. package/esm2020/core/modules/flow-configuration/services/flow-update.service.mjs +7 -14
  59. package/esm2020/core/modules/flow-configuration/types/update.types.mjs +1 -1
  60. package/esm2020/core/pipes/action-code.pipe.mjs +20 -0
  61. package/esm2020/core/pipes/date.pipe.mjs +3 -3
  62. package/esm2020/core/pipes/index.mjs +2 -1
  63. package/esm2020/core/pipes/number.pipe.mjs +3 -3
  64. package/esm2020/core/pipes/pipes.module.mjs +8 -7
  65. package/esm2020/core/pipes/price.pipe.mjs +3 -3
  66. package/esm2020/core/services/context.service.mjs +17 -5
  67. package/esm2020/core/services/metric-calculation/metric-calculation.service.mjs +3 -3
  68. package/esm2020/core/services/product-images.service.mjs +3 -3
  69. package/esm2020/core/services/quote-draft.service.mjs +3 -3
  70. package/esm2020/core/services/runtime-settings.service.mjs +20 -5
  71. package/esm2020/core/types/formatting-settings.types.mjs +1 -1
  72. package/esm2020/src/components/dialog/dialog.component.mjs +3 -3
  73. package/esm2020/src/components/dialog/dialog.module.mjs +4 -4
  74. package/esm2020/src/components/doc-gen/doc-gen.component.mjs +11 -15
  75. package/esm2020/src/components/doc-gen/doc-gen.module.mjs +4 -4
  76. package/esm2020/src/components/guided-selling/guided-selling.component.mjs +10 -13
  77. package/esm2020/src/components/guided-selling/guided-selling.module.mjs +4 -4
  78. package/esm2020/src/components/header/cart-overlay/cart-preview.component.mjs +3 -3
  79. package/esm2020/src/components/header/cart-overlay/cart-preview.module.mjs +4 -4
  80. package/esm2020/src/components/header/header.component.mjs +4 -4
  81. package/esm2020/src/components/header/header.module.mjs +4 -4
  82. package/esm2020/src/components/header/metrics/metrics.component.mjs +4 -4
  83. package/esm2020/src/components/header/metrics/metrics.module.mjs +4 -4
  84. package/esm2020/src/flow-routing.module.mjs +5 -22
  85. package/esm2020/src/flow.component.mjs +3 -3
  86. package/esm2020/src/flow.module.mjs +4 -4
  87. package/esm2020/src/guards/context.guard.mjs +3 -3
  88. package/esm2020/src/guards/product-unload.guard.mjs +7 -4
  89. package/esm2020/src/guards/root.guard.mjs +3 -3
  90. package/esm2020/src/pages/assets/assets.component.mjs +3 -3
  91. package/esm2020/src/pages/assets/assets.module.mjs +4 -4
  92. package/esm2020/src/pages/catalog/catalog.component.mjs +3 -3
  93. package/esm2020/src/pages/catalog/catalog.module.mjs +4 -4
  94. package/esm2020/src/pages/debug/debug.component.mjs +3 -3
  95. package/esm2020/src/pages/debug/debug.module.mjs +4 -4
  96. package/esm2020/src/pages/empty-account/empty-account.component.mjs +3 -3
  97. package/esm2020/src/pages/empty-account/empty-account.module.mjs +4 -4
  98. package/esm2020/src/pages/product/product.component.mjs +5 -6
  99. package/esm2020/src/pages/product/product.module.mjs +4 -4
  100. package/esm2020/src/pages/record-not-found/record-not-found.component.mjs +3 -3
  101. package/esm2020/src/pages/record-not-found/record-not-found.module.mjs +4 -4
  102. package/esm2020/src/pages/remote/remote.component.mjs +8 -9
  103. package/esm2020/src/pages/remote/remote.module.mjs +4 -4
  104. package/esm2020/src/pages/shopping-cart/shopping-cart.component.mjs +3 -3
  105. package/esm2020/src/pages/shopping-cart/shopping-cart.module.mjs +4 -4
  106. package/esm2020/src/resolvers/flow.resolver.mjs +3 -3
  107. package/esm2020/src/resolvers/quote.resolver.mjs +3 -3
  108. package/esm2020/src/services/doc-gen.service.mjs +3 -3
  109. package/esm2020/src/services/flow-dialog.service.mjs +3 -3
  110. package/esm2020/src/services/flow-router.service.mjs +5 -5
  111. package/esm2020/src/services/flow.service.mjs +13 -5
  112. package/esm2020/src/services/guided-selling.service.mjs +3 -3
  113. package/fesm2015/veloceapps-sdk-cms.mjs +123 -114
  114. package/fesm2015/veloceapps-sdk-cms.mjs.map +1 -1
  115. package/fesm2015/veloceapps-sdk-core.mjs +1053 -1000
  116. package/fesm2015/veloceapps-sdk-core.mjs.map +1 -1
  117. package/fesm2015/veloceapps-sdk.mjs +221 -364
  118. package/fesm2015/veloceapps-sdk.mjs.map +1 -1
  119. package/fesm2020/veloceapps-sdk-cms.mjs +123 -114
  120. package/fesm2020/veloceapps-sdk-cms.mjs.map +1 -1
  121. package/fesm2020/veloceapps-sdk-core.mjs +578 -527
  122. package/fesm2020/veloceapps-sdk-core.mjs.map +1 -1
  123. package/fesm2020/veloceapps-sdk.mjs +218 -365
  124. package/fesm2020/veloceapps-sdk.mjs.map +1 -1
  125. package/package.json +3 -11
  126. package/src/components/doc-gen/doc-gen.component.d.ts +3 -6
  127. package/src/components/guided-selling/guided-selling.component.d.ts +2 -4
  128. package/src/flow-routing.module.d.ts +6 -7
  129. package/src/guards/product-unload.guard.d.ts +2 -2
  130. package/esm2020/runtime/components/component-preview/component-preview.component.mjs +0 -125
  131. package/esm2020/runtime/components/index.mjs +0 -5
  132. package/esm2020/runtime/components/section-renderer/section-renderer.component.mjs +0 -67
  133. package/esm2020/runtime/components/ui-runtime/runtime.component.mjs +0 -440
  134. package/esm2020/runtime/components/ui-runtime-preview/runtime-preview.component.mjs +0 -108
  135. package/esm2020/runtime/execution/components/children-placeholder/children-placeholder.component.mjs +0 -60
  136. package/esm2020/runtime/execution/components/context-provider/context-provider.component.mjs +0 -39
  137. package/esm2020/runtime/execution/components/execution-section-renderer/execution-section-renderer.component.mjs +0 -67
  138. package/esm2020/runtime/execution/components/federated/federated.component.mjs +0 -74
  139. package/esm2020/runtime/execution/components/velo-attribute/velo-attribute.component.mjs +0 -60
  140. package/esm2020/runtime/execution/components/velo-multiselect/velo-multiselect.component.mjs +0 -130
  141. package/esm2020/runtime/execution/components/velo-port-checkbox/velo-port-checkbox.component.mjs +0 -72
  142. package/esm2020/runtime/execution/components/velo-port-dropdown/velo-port-dropdown.component.mjs +0 -97
  143. package/esm2020/runtime/execution/components/velo-port-radio/velo-port-radio.component.mjs +0 -142
  144. package/esm2020/runtime/execution/components/velo-type/velo-type.component.mjs +0 -119
  145. package/esm2020/runtime/execution/directives/section-script.directive.mjs +0 -247
  146. package/esm2020/runtime/execution/directives/sf-query.directive.mjs +0 -35
  147. package/esm2020/runtime/execution/directives/velo-attribute.directive.mjs +0 -88
  148. package/esm2020/runtime/execution/directives/velo-port.directive.mjs +0 -376
  149. package/esm2020/runtime/execution/directives/vl-approval.directive.mjs +0 -23
  150. package/esm2020/runtime/execution/directives/vl-document-attachments.directive.mjs +0 -36
  151. package/esm2020/runtime/execution/directives/vl-document-templates.directive.mjs +0 -60
  152. package/esm2020/runtime/execution/directives/vl-quote.directive.mjs +0 -42
  153. package/esm2020/runtime/execution/directives/vl-ramp.directive.mjs +0 -55
  154. package/esm2020/runtime/execution/runtime-execution.module.mjs +0 -133
  155. package/esm2020/runtime/execution/utils/federated.util.mjs +0 -32
  156. package/esm2020/runtime/index.mjs +0 -5
  157. package/esm2020/runtime/runtime.module.mjs +0 -74
  158. package/esm2020/runtime/services/cart.service.mjs +0 -29
  159. package/esm2020/runtime/services/collapsible-state.service.mjs +0 -34
  160. package/esm2020/runtime/services/configuration.service.mjs +0 -119
  161. package/esm2020/runtime/services/current-state.service.mjs +0 -17
  162. package/esm2020/runtime/services/form-scope.service.mjs +0 -30
  163. package/esm2020/runtime/services/index.mjs +0 -4
  164. package/esm2020/runtime/services/product-model-cache.service.mjs +0 -31
  165. package/esm2020/runtime/services/runtime-context.service.mjs +0 -60
  166. package/esm2020/runtime/services/runtime-form.service.mjs +0 -219
  167. package/esm2020/runtime/services/runtime.service.mjs +0 -115
  168. package/esm2020/runtime/services/section-helper.service.mjs +0 -27
  169. package/esm2020/runtime/services/section-scope.service.mjs +0 -36
  170. package/esm2020/runtime/services/section-store.service.mjs +0 -22
  171. package/esm2020/runtime/services/section.service.mjs +0 -117
  172. package/esm2020/runtime/types/bound-data.types.mjs +0 -7
  173. package/esm2020/runtime/types/index.mjs +0 -3
  174. package/esm2020/runtime/types/quote-states.types.mjs +0 -2
  175. package/esm2020/runtime/types/runtime.types.mjs +0 -2
  176. package/esm2020/runtime/types/script-registry.types.mjs +0 -51
  177. package/esm2020/runtime/utils/line-item.util.mjs +0 -270
  178. package/esm2020/runtime/utils/section.utils.mjs +0 -26
  179. package/esm2020/runtime/utils/sections-binder.helper.mjs +0 -105
  180. package/esm2020/runtime/veloceapps-sdk-runtime.mjs +0 -5
  181. package/esm2020/src/pages/legacy-product/legacy-product.component.mjs +0 -137
  182. package/esm2020/src/pages/legacy-product/legacy-product.module.mjs +0 -19
  183. package/fesm2015/veloceapps-sdk-runtime.mjs +0 -3770
  184. package/fesm2015/veloceapps-sdk-runtime.mjs.map +0 -1
  185. package/fesm2020/veloceapps-sdk-runtime.mjs +0 -3767
  186. package/fesm2020/veloceapps-sdk-runtime.mjs.map +0 -1
  187. package/runtime/README.md +0 -5
  188. package/runtime/components/component-preview/component-preview.component.d.ts +0 -27
  189. package/runtime/components/index.d.ts +0 -4
  190. package/runtime/components/section-renderer/section-renderer.component.d.ts +0 -25
  191. package/runtime/components/ui-runtime/runtime.component.d.ts +0 -53
  192. package/runtime/components/ui-runtime-preview/runtime-preview.component.d.ts +0 -27
  193. package/runtime/execution/components/children-placeholder/children-placeholder.component.d.ts +0 -30
  194. package/runtime/execution/components/context-provider/context-provider.component.d.ts +0 -14
  195. package/runtime/execution/components/execution-section-renderer/execution-section-renderer.component.d.ts +0 -25
  196. package/runtime/execution/components/federated/federated.component.d.ts +0 -36
  197. package/runtime/execution/components/velo-attribute/velo-attribute.component.d.ts +0 -19
  198. package/runtime/execution/components/velo-multiselect/velo-multiselect.component.d.ts +0 -35
  199. package/runtime/execution/components/velo-port-checkbox/velo-port-checkbox.component.d.ts +0 -22
  200. package/runtime/execution/components/velo-port-dropdown/velo-port-dropdown.component.d.ts +0 -22
  201. package/runtime/execution/components/velo-port-radio/velo-port-radio.component.d.ts +0 -28
  202. package/runtime/execution/components/velo-type/velo-type.component.d.ts +0 -31
  203. package/runtime/execution/directives/section-script.directive.d.ts +0 -59
  204. package/runtime/execution/directives/sf-query.directive.d.ts +0 -15
  205. package/runtime/execution/directives/velo-attribute.directive.d.ts +0 -26
  206. package/runtime/execution/directives/velo-port.directive.d.ts +0 -74
  207. package/runtime/execution/directives/vl-approval.directive.d.ts +0 -10
  208. package/runtime/execution/directives/vl-document-attachments.directive.d.ts +0 -15
  209. package/runtime/execution/directives/vl-document-templates.directive.d.ts +0 -33
  210. package/runtime/execution/directives/vl-quote.directive.d.ts +0 -14
  211. package/runtime/execution/directives/vl-ramp.directive.d.ts +0 -15
  212. package/runtime/execution/runtime-execution.module.d.ts +0 -25
  213. package/runtime/execution/utils/federated.util.d.ts +0 -6
  214. package/runtime/index.d.ts +0 -4
  215. package/runtime/runtime.module.d.ts +0 -16
  216. package/runtime/services/cart.service.d.ts +0 -15
  217. package/runtime/services/collapsible-state.service.d.ts +0 -15
  218. package/runtime/services/configuration.service.d.ts +0 -20
  219. package/runtime/services/current-state.service.d.ts +0 -8
  220. package/runtime/services/form-scope.service.d.ts +0 -20
  221. package/runtime/services/index.d.ts +0 -3
  222. package/runtime/services/product-model-cache.service.d.ts +0 -14
  223. package/runtime/services/runtime-context.service.d.ts +0 -16
  224. package/runtime/services/runtime-form.service.d.ts +0 -24
  225. package/runtime/services/runtime.service.d.ts +0 -44
  226. package/runtime/services/section-helper.service.d.ts +0 -8
  227. package/runtime/services/section-scope.service.d.ts +0 -14
  228. package/runtime/services/section-store.service.d.ts +0 -11
  229. package/runtime/services/section.service.d.ts +0 -30
  230. package/runtime/types/bound-data.types.d.ts +0 -13
  231. package/runtime/types/index.d.ts +0 -2
  232. package/runtime/types/quote-states.types.d.ts +0 -6
  233. package/runtime/types/runtime.types.d.ts +0 -19
  234. package/runtime/types/script-registry.types.d.ts +0 -13
  235. package/runtime/utils/line-item.util.d.ts +0 -34
  236. package/runtime/utils/section.utils.d.ts +0 -2
  237. package/runtime/utils/sections-binder.helper.d.ts +0 -16
  238. package/src/pages/legacy-product/legacy-product.component.d.ts +0 -37
  239. package/src/pages/legacy-product/legacy-product.module.d.ts +0 -9
package/README.md CHANGED
@@ -5,7 +5,6 @@
5
5
  ## Content
6
6
 
7
7
  - [core](./core/)
8
- - [runtime](./runtime/)
9
8
  - [cms](./cms/)
10
9
 
11
10
  ![SDK](sdk.png)
@@ -16,4 +16,5 @@ export declare const isValidScript: (script?: string) => boolean;
16
16
  export declare function flattenElements(elements: ElementMetadata[]): ElementMetadata[];
17
17
  export declare function isSharedElement(el: ElementMetadata): boolean;
18
18
  export declare function isElementAngularIO(name: string): boolean;
19
+ export declare function toElementAngularIO(name: string): string | null;
19
20
  export declare function getElementAngularIOs(names: string[]): string[];
@@ -1,6 +1,6 @@
1
1
  import * as angularCore from '@angular/core';
2
2
  import * as angularForms from '@angular/forms';
3
- import { CatalogApiService, ConfigurationSettingsApiService, DeltaApiService, DocumentAttachmentApiService, DocumentTemplatesApiService, GuidedSellingApiService, PicklistsApiService, PriceApiService, QuoteApiService, RampApiService, SalesforceApiService, ShoppingCartSettingsApiService } from '@veloceapps/api';
3
+ import { CatalogApiService, ConfigurationSettingsApiService, ContractedPriceApiService, DeltaApiService, DocumentAttachmentApiService, DocumentTemplatesApiService, GuidedSellingApiService, PicklistsApiService, PriceApiService, QuoteApiService, RampApiService, SalesforceApiService, ShoppingCartSettingsApiService } from '@veloceapps/api';
4
4
  import { ToastService, ToastType } from '@veloceapps/components';
5
5
  import { Operator, Predicate, parseJsonSafely } from '@veloceapps/core';
6
6
  import { ConfigurationService, ConfigurationState, ContextService, FlowConfigurationService, LineItemWorker, ProductImagesService, QuoteDraftService, RuntimeSettingsService } from '@veloceapps/sdk/core';
@@ -40,6 +40,7 @@ export declare const vendorMap: {
40
40
  ShoppingCartSettingsApiService: typeof ShoppingCartSettingsApiService;
41
41
  ConfigurationSettingsApiService: typeof ConfigurationSettingsApiService;
42
42
  GuidedSellingApiService: typeof GuidedSellingApiService;
43
+ ContractedPriceApiService: typeof ContractedPriceApiService;
43
44
  };
44
45
  '@veloceapps/sdk/core': {
45
46
  findLineItem: (id: string, lineItems: import("@veloceapps/core").LineItem[]) => import("@veloceapps/core").LineItem | undefined;
@@ -1,7 +1,7 @@
1
1
  import { ConfigurationApiService } from '@veloceapps/api';
2
2
  import { RuntimeModel, UIDefinitionContainer, UIDefinitionProps } from '@veloceapps/core';
3
3
  import { Observable } from 'rxjs';
4
- import { ContextService } from '../../../services/context.service';
4
+ import { ContextService } from '../../../services';
5
5
  import { RuntimeContext } from '../../../types';
6
6
  import { RuntimeInitializationProps } from '../types/configuration-runtime.types';
7
7
  import { RuntimeContextService } from './runtime-context.service';
@@ -6,6 +6,7 @@ import { DialogService } from 'primeng/dynamicdialog';
6
6
  import { Observable } from 'rxjs';
7
7
  import { ContextService } from '../../../services/context.service';
8
8
  import { QuoteDraftService } from '../../../services/quote-draft.service';
9
+ import { RuntimeSettingsService } from '../../../services/runtime-settings.service';
9
10
  import { RuntimeContext } from '../../../types';
10
11
  import { ExternalConfigurationProps, GuidedSellingSubmitData } from '../types/configuration.types';
11
12
  import { ConfigurationRuntimeService } from './configuration-runtime.service';
@@ -17,15 +18,17 @@ export declare class ConfigurationService {
17
18
  private configurationApiService;
18
19
  private messageService;
19
20
  private dialogService;
21
+ private runtimeSettings;
20
22
  private mode;
21
23
  private configurableRamp;
22
24
  private lineItem;
23
25
  private charges;
24
26
  private pricePlans;
27
+ private procedureContext;
25
28
  private isLoadingSubj$;
26
29
  isLoading$: Observable<boolean>;
27
30
  hasUnsavedChanges: boolean;
28
- constructor(quoteDraftService: QuoteDraftService, runtimeService: ConfigurationRuntimeService, contextService: ContextService, configurationApiService: ConfigurationApiService, messageService: MessageService, dialogService: DialogService);
31
+ constructor(quoteDraftService: QuoteDraftService, runtimeService: ConfigurationRuntimeService, contextService: ContextService, configurationApiService: ConfigurationApiService, messageService: MessageService, dialogService: DialogService, runtimeSettings: RuntimeSettingsService);
29
32
  reset(): void;
30
33
  patch$(lineItem: LineItem, options?: PatchLineItemOptions): Observable<LineItem>;
31
34
  patch(lineItem: LineItem, options?: PatchLineItemOptions): void;
@@ -40,6 +43,8 @@ export declare class ConfigurationService {
40
43
  get chargesSnapshot(): Dictionary<Charge>;
41
44
  get pricePlans$(): Observable<Dictionary<CompiledPricePlan>>;
42
45
  get pricePlansSnapshot(): Dictionary<CompiledPricePlan>;
46
+ get procedureContext$(): Observable<Dictionary<unknown>>;
47
+ get procedureContextSnapshot(): Dictionary<unknown>;
43
48
  configure(): Observable<LineItem>;
44
49
  configureRequest$(configurationRequest: ConfigurationRequest): Observable<LineItem>;
45
50
  configureExternal$(props: ExternalConfigurationProps): Observable<LineItem>;
@@ -1,5 +1,5 @@
1
1
  export type FlowUpdateDataType = 'LINEITEM' | 'CHARGE' | 'GROUP_CHARGE';
2
- export type FlowUpdateAttributeType = 'QTY' | 'EFFECTIVE_START_DATE' | 'END_DATE' | 'PRICE_ADJUSTMENT' | 'LIST_PRICE_ADJUSTMENT' | 'COST' | 'MARGIN_PERCENT';
2
+ export type FlowUpdateAttributeType = 'QTY' | 'EFFECTIVE_START_DATE' | 'END_DATE' | 'PRICE_ADJUSTMENT' | 'LIST_PRICE_ADJUSTMENT' | 'COST_ADJUSTMENT' | 'MARGIN_ADJUSTMENT';
3
3
  export interface FlowUpdateParams {
4
4
  id: string;
5
5
  dataType: FlowUpdateDataType;
@@ -0,0 +1,8 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class ActionCodePipe implements PipeTransform {
4
+ private formattingSettings;
5
+ transform(actionCode: string): string;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<ActionCodePipe, never>;
7
+ static ɵpipe: i0.ɵɵPipeDeclaration<ActionCodePipe, "vlActionCode", false>;
8
+ }
@@ -2,3 +2,4 @@ export * from './date.pipe';
2
2
  export * from './number.pipe';
3
3
  export * from './pipes.module';
4
4
  export * from './price.pipe';
5
+ export * from './action-code.pipe';
@@ -2,8 +2,9 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./number.pipe";
3
3
  import * as i2 from "./price.pipe";
4
4
  import * as i3 from "./date.pipe";
5
+ import * as i4 from "./action-code.pipe";
5
6
  export declare class SdkPipesModule {
6
7
  static ɵfac: i0.ɵɵFactoryDeclaration<SdkPipesModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<SdkPipesModule, [typeof i1.NumberPipe, typeof i2.PricePipe, typeof i3.DatePipe], never, [typeof i1.NumberPipe, typeof i2.PricePipe, typeof i3.DatePipe]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SdkPipesModule, [typeof i1.NumberPipe, typeof i2.PricePipe, typeof i3.DatePipe, typeof i4.ActionCodePipe], never, [typeof i1.NumberPipe, typeof i2.PricePipe, typeof i3.DatePipe, typeof i4.ActionCodePipe]>;
8
9
  static ɵinj: i0.ɵɵInjectorDeclaration<SdkPipesModule>;
9
10
  }
@@ -11,6 +11,7 @@ export declare class ContextService {
11
11
  resolve(): ConfigurationContext;
12
12
  resolve$(): Observable<ConfigurationContext>;
13
13
  create(headerId: string, mode: ConfigurationContextMode): Observable<ConfigurationContext>;
14
+ initTestMode(): Observable<ConfigurationContext>;
14
15
  update(partialContext: Partial<ConfigurationContext>): ConfigurationContext;
15
16
  set(context: ConfigurationContext): ConfigurationContext;
16
17
  delete(): void;
@@ -1,5 +1,5 @@
1
1
  import { ConfigurationSettingsApiService } from '@veloceapps/api';
2
- import { RuntimeConfigurationSettings, RuntimeCurrencySettings } from '@veloceapps/core';
2
+ import { RuntimeConfigurationSettings, RuntimeCurrencySettings, ShoppingCartSetting } from '@veloceapps/core';
3
3
  import { Observable } from 'rxjs';
4
4
  import { FormattingSettings } from '../types';
5
5
  import * as i0 from "@angular/core";
@@ -8,14 +8,17 @@ export declare class RuntimeSettingsService {
8
8
  private configurationSettings$;
9
9
  private currencySettings$;
10
10
  private formattingSettings;
11
+ private shoppingCartSettings$;
11
12
  constructor(configurationSettingsApiService: ConfigurationSettingsApiService);
12
13
  create(): Observable<void>;
13
14
  initCurrency(iso?: string): void;
14
15
  getFormattingSettings(): FormattingSettings;
15
16
  getConfigurationSettings(): RuntimeConfigurationSettings;
17
+ getShoppingCartSettings(): ShoppingCartSetting[];
16
18
  getCurrencySettings(): RuntimeCurrencySettings;
17
19
  private parseConfigurationSettings;
18
20
  private getCurrencySymbol;
21
+ addShoppingCartSettings(settings: ShoppingCartSetting[]): void;
19
22
  static ɵfac: i0.ɵɵFactoryDeclaration<RuntimeSettingsService, never>;
20
23
  static ɵprov: i0.ɵɵInjectableDeclaration<RuntimeSettingsService>;
21
24
  }
@@ -1,5 +1,6 @@
1
1
  import { InjectionToken } from '@angular/core';
2
2
  import { Prettify, VlDateSettings } from '@veloceapps/core';
3
+ import { Dictionary } from 'lodash';
3
4
  export declare const FORMATTING_SETTINGS_TOKEN: InjectionToken<{
4
5
  getFormattingSettings: (...args: unknown[]) => FormattingSettings;
5
6
  }>;
@@ -8,4 +9,5 @@ export type FormattingSettings = Prettify<{
8
9
  thousandsSeparator: string;
9
10
  decimalSeparator: string;
10
11
  decimalsCount: number;
12
+ actionCodeLabels: Dictionary<string>;
11
13
  } & VlDateSettings>;
@@ -30,9 +30,9 @@ export class ElementChildrenComponent {
30
30
  return this.filter ? this.filter(elements) : elements;
31
31
  }
32
32
  }
33
- ElementChildrenComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ElementChildrenComponent, deps: [{ token: i1.ElementContextService }, { token: i2.RuntimeService }, { token: i3.RuntimeEditorService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
34
- ElementChildrenComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: ElementChildrenComponent, selector: "element-children", inputs: { filter: "filter" }, ngImport: i0, template: "<ng-container *ngIf=\"metadata$ | async as metadata\">\n <vl-element-drop-handle *ngIf=\"dragMode$ | async\" [index]=\"0\" [parentPath]=\"metadata.path\"></vl-element-drop-handle>\n <ng-container *ngFor=\"let child of getFilteredChildren(metadata.children); let i = index\">\n <vl-cms-element-renderer [meta]=\"child\"></vl-cms-element-renderer>\n <vl-element-drop-handle\n *ngIf=\"dragMode$ | async\"\n [index]=\"i + 1\"\n [parentPath]=\"metadata.path\"\n ></vl-element-drop-handle>\n </ng-container>\n</ng-container>\n", styles: [":host{display:contents}\n"], dependencies: [{ kind: "directive", type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i5.ElementRendererComponent, selector: "vl-cms-element-renderer", inputs: ["meta"] }, { kind: "component", type: i6.ElementDropHandleComponent, selector: "vl-element-drop-handle", inputs: ["index", "parentPath"] }, { kind: "pipe", type: i4.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ElementChildrenComponent, decorators: [{
33
+ ElementChildrenComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ElementChildrenComponent, deps: [{ token: i1.ElementContextService }, { token: i2.RuntimeService }, { token: i3.RuntimeEditorService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
34
+ ElementChildrenComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: ElementChildrenComponent, selector: "element-children", inputs: { filter: "filter" }, ngImport: i0, template: "<ng-container *ngIf=\"metadata$ | async as metadata\">\n <vl-element-drop-handle *ngIf=\"dragMode$ | async\" [index]=\"0\" [parentPath]=\"metadata.path\"></vl-element-drop-handle>\n <ng-container *ngFor=\"let child of getFilteredChildren(metadata.children); let i = index\">\n <vl-cms-element-renderer [meta]=\"child\"></vl-cms-element-renderer>\n <vl-element-drop-handle\n *ngIf=\"dragMode$ | async\"\n [index]=\"i + 1\"\n [parentPath]=\"metadata.path\"\n ></vl-element-drop-handle>\n </ng-container>\n</ng-container>\n", styles: [":host{display:contents}\n"], dependencies: [{ kind: "directive", type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i5.ElementRendererComponent, selector: "vl-cms-element-renderer", inputs: ["meta"] }, { kind: "component", type: i6.ElementDropHandleComponent, selector: "vl-element-drop-handle", inputs: ["index", "parentPath"] }, { kind: "pipe", type: i4.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ElementChildrenComponent, decorators: [{
36
36
  type: Component,
37
37
  args: [{ selector: 'element-children', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container *ngIf=\"metadata$ | async as metadata\">\n <vl-element-drop-handle *ngIf=\"dragMode$ | async\" [index]=\"0\" [parentPath]=\"metadata.path\"></vl-element-drop-handle>\n <ng-container *ngFor=\"let child of getFilteredChildren(metadata.children); let i = index\">\n <vl-cms-element-renderer [meta]=\"child\"></vl-cms-element-renderer>\n <vl-element-drop-handle\n *ngIf=\"dragMode$ | async\"\n [index]=\"i + 1\"\n [parentPath]=\"metadata.path\"\n ></vl-element-drop-handle>\n </ng-container>\n</ng-container>\n", styles: [":host{display:contents}\n"] }]
38
38
  }], ctorParameters: function () { return [{ type: i1.ElementContextService }, { type: i2.RuntimeService }, { type: i3.RuntimeEditorService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { filter: [{
@@ -7,10 +7,10 @@ import { ElementChildrenComponent } from './element-children.component';
7
7
  import * as i0 from "@angular/core";
8
8
  export class ElementChildrenModule {
9
9
  }
10
- ElementChildrenModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ElementChildrenModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- ElementChildrenModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.8", ngImport: i0, type: ElementChildrenModule, declarations: [ElementChildrenComponent], imports: [CommonModule, LetDirectiveModule, ElementRendererModule, ElementDropHandleModule], exports: [ElementChildrenComponent] });
12
- ElementChildrenModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ElementChildrenModule, imports: [CommonModule, LetDirectiveModule, ElementRendererModule, ElementDropHandleModule] });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ElementChildrenModule, decorators: [{
10
+ ElementChildrenModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ElementChildrenModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ ElementChildrenModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: ElementChildrenModule, declarations: [ElementChildrenComponent], imports: [CommonModule, LetDirectiveModule, ElementRendererModule, ElementDropHandleModule], exports: [ElementChildrenComponent] });
12
+ ElementChildrenModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ElementChildrenModule, imports: [CommonModule, LetDirectiveModule, ElementRendererModule, ElementDropHandleModule] });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ElementChildrenModule, decorators: [{
14
14
  type: NgModule,
15
15
  args: [{
16
16
  declarations: [ElementChildrenComponent],
@@ -15,9 +15,9 @@ export class ElementDropHandleComponent {
15
15
  });
16
16
  }
17
17
  }
18
- ElementDropHandleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ElementDropHandleComponent, deps: [{ token: i1.RuntimeEditorService }], target: i0.ɵɵFactoryTarget.Component });
19
- ElementDropHandleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: ElementDropHandleComponent, selector: "vl-element-drop-handle", inputs: { index: "index", parentPath: "parentPath" }, ngImport: i0, template: "<div class=\"container\" dndDropzone (dndDrop)=\"handleDrop($event)\">\n <div class=\"handle\"></div>\n</div>\n", styles: [":host{width:0;position:relative}.container{width:40px;height:100%;position:absolute;transform:translate(-50%);display:flex;justify-content:center;align-items:center}.handle{display:none;background:red;height:calc(100% - 10px);width:2px;pointer-events:none}.container.dndDragover .handle{display:block}\n"], dependencies: [{ kind: "directive", type: i2.DndDropzoneDirective, selector: "[dndDropzone]", inputs: ["dndDropzone", "dndEffectAllowed", "dndAllowExternal", "dndHorizontal", "dndDragoverClass", "dndDropzoneDisabledClass", "dndDisableIf", "dndDisableDropIf"], outputs: ["dndDragover", "dndDrop"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ElementDropHandleComponent, decorators: [{
18
+ ElementDropHandleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ElementDropHandleComponent, deps: [{ token: i1.RuntimeEditorService }], target: i0.ɵɵFactoryTarget.Component });
19
+ ElementDropHandleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: ElementDropHandleComponent, selector: "vl-element-drop-handle", inputs: { index: "index", parentPath: "parentPath" }, ngImport: i0, template: "<div class=\"container\" dndDropzone (dndDrop)=\"handleDrop($event)\">\n <div class=\"handle\"></div>\n</div>\n", styles: [":host{width:0;position:relative}.container{width:40px;height:100%;position:absolute;transform:translate(-50%);display:flex;justify-content:center;align-items:center}.handle{display:none;background:red;height:calc(100% - 10px);width:2px;pointer-events:none}.container.dndDragover .handle{display:block}\n"], dependencies: [{ kind: "directive", type: i2.DndDropzoneDirective, selector: "[dndDropzone]", inputs: ["dndDropzone", "dndEffectAllowed", "dndAllowExternal", "dndHorizontal", "dndDragoverClass", "dndDropzoneDisabledClass", "dndDisableIf", "dndDisableDropIf"], outputs: ["dndDragover", "dndDrop"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ElementDropHandleComponent, decorators: [{
21
21
  type: Component,
22
22
  args: [{ selector: 'vl-element-drop-handle', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"container\" dndDropzone (dndDrop)=\"handleDrop($event)\">\n <div class=\"handle\"></div>\n</div>\n", styles: [":host{width:0;position:relative}.container{width:40px;height:100%;position:absolute;transform:translate(-50%);display:flex;justify-content:center;align-items:center}.handle{display:none;background:red;height:calc(100% - 10px);width:2px;pointer-events:none}.container.dndDragover .handle{display:block}\n"] }]
23
23
  }], ctorParameters: function () { return [{ type: i1.RuntimeEditorService }]; }, propDecorators: { index: [{
@@ -5,10 +5,10 @@ import { ElementDropHandleComponent } from './element-drop-handle.component';
5
5
  import * as i0 from "@angular/core";
6
6
  export class ElementDropHandleModule {
7
7
  }
8
- ElementDropHandleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ElementDropHandleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- ElementDropHandleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.8", ngImport: i0, type: ElementDropHandleModule, declarations: [ElementDropHandleComponent], imports: [CommonModule, DndModule], exports: [ElementDropHandleComponent] });
10
- ElementDropHandleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ElementDropHandleModule, imports: [CommonModule, DndModule] });
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ElementDropHandleModule, decorators: [{
8
+ ElementDropHandleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ElementDropHandleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ ElementDropHandleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: ElementDropHandleModule, declarations: [ElementDropHandleComponent], imports: [CommonModule, DndModule], exports: [ElementDropHandleComponent] });
10
+ ElementDropHandleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ElementDropHandleModule, imports: [CommonModule, DndModule] });
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ElementDropHandleModule, decorators: [{
12
12
  type: NgModule,
13
13
  args: [{
14
14
  declarations: [ElementDropHandleComponent],
@@ -157,9 +157,9 @@ export class ElementRendererComponent {
157
157
  this.refs = {};
158
158
  }
159
159
  }
160
- ElementRendererComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ElementRendererComponent, deps: [{ token: i0.Injector, skipSelf: true }, { token: i1.RuntimeService }, { token: i2.ElementContextService }, { token: i3.IOProviderService }, { token: i4.ConfigurationService }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
161
- ElementRendererComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: ElementRendererComponent, selector: "vl-cms-element-renderer", inputs: { meta: "meta" }, providers: [ElementContextService], viewQueries: [{ propertyName: "el", first: true, predicate: ["el"], descendants: true, read: ViewContainerRef, static: true }], ngImport: i0, template: "<ng-template #el></ng-template>\n", styles: [":host{display:contents}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
162
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ElementRendererComponent, decorators: [{
160
+ ElementRendererComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ElementRendererComponent, deps: [{ token: i0.Injector, skipSelf: true }, { token: i1.RuntimeService }, { token: i2.ElementContextService }, { token: i3.IOProviderService }, { token: i4.ConfigurationService }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
161
+ ElementRendererComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: ElementRendererComponent, selector: "vl-cms-element-renderer", inputs: { meta: "meta" }, providers: [ElementContextService], viewQueries: [{ propertyName: "el", first: true, predicate: ["el"], descendants: true, read: ViewContainerRef, static: true }], ngImport: i0, template: "<ng-template #el></ng-template>\n", styles: [":host{display:contents}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
162
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ElementRendererComponent, decorators: [{
163
163
  type: Component,
164
164
  args: [{ selector: 'vl-cms-element-renderer', changeDetection: ChangeDetectionStrategy.OnPush, providers: [ElementContextService], template: "<ng-template #el></ng-template>\n", styles: [":host{display:contents}\n"] }]
165
165
  }], ctorParameters: function () { return [{ type: i0.Injector, decorators: [{
@@ -3,10 +3,10 @@ import { ElementRendererComponent } from './element-renderer.component';
3
3
  import * as i0 from "@angular/core";
4
4
  export class ElementRendererModule {
5
5
  }
6
- ElementRendererModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ElementRendererModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- ElementRendererModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.8", ngImport: i0, type: ElementRendererModule, declarations: [ElementRendererComponent], exports: [ElementRendererComponent] });
8
- ElementRendererModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ElementRendererModule });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ElementRendererModule, decorators: [{
6
+ ElementRendererModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ElementRendererModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ ElementRendererModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: ElementRendererModule, declarations: [ElementRendererComponent], exports: [ElementRendererComponent] });
8
+ ElementRendererModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ElementRendererModule });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ElementRendererModule, decorators: [{
10
10
  type: NgModule,
11
11
  args: [{
12
12
  declarations: [ElementRendererComponent],