@veloceapps/sdk 2.0.1 → 2.0.3

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 (78) hide show
  1. package/bundles/veloce-sdk-cms.umd.js +221 -63
  2. package/bundles/veloce-sdk-cms.umd.js.map +1 -1
  3. package/bundles/veloce-sdk-runtime.umd.js +146 -146
  4. package/bundles/veloce-sdk-runtime.umd.js.map +1 -1
  5. package/bundles/veloce-sdk.umd.js.map +1 -1
  6. package/cms/components/federated/federated.component.d.ts +36 -0
  7. package/cms/components/federated/federated.module.d.ts +7 -0
  8. package/cms/utils/federated.util.d.ts +6 -0
  9. package/esm2015/cms/components/element-children/element-children.component.js +3 -3
  10. package/esm2015/cms/components/element-children/element-children.module.js +4 -4
  11. package/esm2015/cms/components/element-renderer/element-renderer.component.js +3 -3
  12. package/esm2015/cms/components/element-renderer/element-renderer.module.js +4 -4
  13. package/esm2015/cms/components/federated/federated.component.js +81 -0
  14. package/esm2015/cms/components/federated/federated.module.js +16 -0
  15. package/esm2015/cms/components/plugin.component.js +3 -3
  16. package/esm2015/cms/components/preview/preview.component.js +3 -3
  17. package/esm2015/cms/components/preview/preview.module.js +4 -4
  18. package/esm2015/cms/directives/custom-template.directive.js +3 -3
  19. package/esm2015/cms/launcher.module.js +7 -6
  20. package/esm2015/cms/modules/configuration/configuration.module.js +4 -4
  21. package/esm2015/cms/modules/configuration/services/configuration.service.js +3 -3
  22. package/esm2015/cms/plugins/configuration.plugin.js +3 -3
  23. package/esm2015/cms/plugins/io.plugin.js +3 -3
  24. package/esm2015/cms/plugins/script.plugin.js +9 -4
  25. package/esm2015/cms/services/dynamic-module.service.js +3 -3
  26. package/esm2015/cms/services/element-context.service.js +3 -3
  27. package/esm2015/cms/services/io-provider.service.js +3 -3
  28. package/esm2015/cms/services/launcher.service.js +6 -5
  29. package/esm2015/cms/services/templates.service.js +3 -3
  30. package/esm2015/cms/utils/element.utils.js +4 -3
  31. package/esm2015/cms/utils/federated.util.js +37 -0
  32. package/esm2015/runtime/components/component-preview/component-preview.component.js +3 -3
  33. package/esm2015/runtime/components/section-renderer/section-renderer.component.js +3 -3
  34. package/esm2015/runtime/components/ui-runtime/runtime.component.js +3 -3
  35. package/esm2015/runtime/components/ui-runtime-preview/runtime-preview.component.js +3 -3
  36. package/esm2015/runtime/execution/components/children-placeholder/children-placeholder.component.js +6 -6
  37. package/esm2015/runtime/execution/components/context-provider/context-provider.component.js +3 -3
  38. package/esm2015/runtime/execution/components/execution-section-renderer/execution-section-renderer.component.js +3 -3
  39. package/esm2015/runtime/execution/components/federated/federated.component.js +3 -3
  40. package/esm2015/runtime/execution/components/velo-attribute/velo-attribute.component.js +3 -3
  41. package/esm2015/runtime/execution/components/velo-multiselect/velo-multiselect.component.js +3 -3
  42. package/esm2015/runtime/execution/components/velo-port-checkbox/velo-port-checkbox.component.js +3 -3
  43. package/esm2015/runtime/execution/components/velo-port-dropdown/velo-port-dropdown.component.js +3 -3
  44. package/esm2015/runtime/execution/components/velo-port-radio/velo-port-radio.component.js +3 -3
  45. package/esm2015/runtime/execution/components/velo-type/velo-type.component.js +3 -3
  46. package/esm2015/runtime/execution/directives/section-script.directive.js +3 -3
  47. package/esm2015/runtime/execution/directives/sf-query.directive.js +3 -3
  48. package/esm2015/runtime/execution/directives/velo-attribute.directive.js +3 -3
  49. package/esm2015/runtime/execution/directives/velo-port.directive.js +18 -18
  50. package/esm2015/runtime/execution/directives/vl-approval.directive.js +3 -3
  51. package/esm2015/runtime/execution/directives/vl-document-attachments.directive.js +3 -3
  52. package/esm2015/runtime/execution/directives/vl-document-templates.directive.js +3 -3
  53. package/esm2015/runtime/execution/directives/vl-quote.directive.js +3 -3
  54. package/esm2015/runtime/execution/directives/vl-ramp.directive.js +3 -3
  55. package/esm2015/runtime/execution/runtime-execution.module.js +4 -4
  56. package/esm2015/runtime/runtime.module.js +4 -4
  57. package/esm2015/runtime/services/cart.service.js +3 -3
  58. package/esm2015/runtime/services/collapsible-state.service.js +3 -3
  59. package/esm2015/runtime/services/configuration.service.js +3 -3
  60. package/esm2015/runtime/services/context.service.js +3 -3
  61. package/esm2015/runtime/services/current-state.service.js +3 -3
  62. package/esm2015/runtime/services/flow.service.js +3 -3
  63. package/esm2015/runtime/services/form-scope.service.js +3 -3
  64. package/esm2015/runtime/services/product-model-cache.service.js +3 -3
  65. package/esm2015/runtime/services/quote.service.js +3 -3
  66. package/esm2015/runtime/services/runtime-context.service.js +3 -3
  67. package/esm2015/runtime/services/runtime-form.service.js +3 -3
  68. package/esm2015/runtime/services/runtime.service.js +3 -3
  69. package/esm2015/runtime/services/section-helper.service.js +3 -3
  70. package/esm2015/runtime/services/section-scope.service.js +3 -3
  71. package/esm2015/runtime/services/section-store.service.js +3 -3
  72. package/esm2015/runtime/services/section.service.js +6 -6
  73. package/fesm2015/veloce-sdk-cms.js +198 -66
  74. package/fesm2015/veloce-sdk-cms.js.map +1 -1
  75. package/fesm2015/veloce-sdk-runtime.js +146 -146
  76. package/fesm2015/veloce-sdk-runtime.js.map +1 -1
  77. package/fesm2015/veloce-sdk.js.map +1 -1
  78. package/package.json +2 -2
@@ -676,9 +676,9 @@
676
676
  };
677
677
  return ConfigurationService;
678
678
  }());
679
- ConfigurationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ConfigurationService, deps: [{ token: i1__namespace.ConfigurationApiService }, { token: i2__namespace.ContextService }, { token: i1__namespace.ConfigurationApiService }, { token: i3__namespace.MessageService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
680
- ConfigurationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ConfigurationService });
681
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ConfigurationService, decorators: [{
679
+ ConfigurationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ConfigurationService, deps: [{ token: i1__namespace.ConfigurationApiService }, { token: i2__namespace.ContextService }, { token: i1__namespace.ConfigurationApiService }, { token: i3__namespace.MessageService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
680
+ ConfigurationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ConfigurationService });
681
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ConfigurationService, decorators: [{
682
682
  type: i0.Injectable
683
683
  }], ctorParameters: function () { return [{ type: i1__namespace.ConfigurationApiService }, { type: i2__namespace.ContextService }, { type: i1__namespace.ConfigurationApiService }, { type: i3__namespace.MessageService }]; } });
684
684
 
@@ -779,9 +779,9 @@
779
779
  };
780
780
  return DynamicModuleService;
781
781
  }());
782
- DynamicModuleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DynamicModuleService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
783
- DynamicModuleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DynamicModuleService });
784
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DynamicModuleService, decorators: [{
782
+ DynamicModuleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DynamicModuleService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
783
+ DynamicModuleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DynamicModuleService });
784
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DynamicModuleService, decorators: [{
785
785
  type: i0.Injectable
786
786
  }] });
787
787
 
@@ -821,9 +821,9 @@
821
821
  };
822
822
  return IOProviderService;
823
823
  }());
824
- IOProviderService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IOProviderService, deps: [{ token: DynamicModuleService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
825
- IOProviderService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IOProviderService });
826
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IOProviderService, decorators: [{
824
+ IOProviderService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IOProviderService, deps: [{ token: DynamicModuleService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
825
+ IOProviderService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IOProviderService });
826
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IOProviderService, decorators: [{
827
827
  type: i0.Injectable
828
828
  }], ctorParameters: function () { return [{ type: DynamicModuleService }]; } });
829
829
 
@@ -839,14 +839,14 @@
839
839
  };
840
840
  return TemplatesService;
841
841
  }());
842
- TemplatesService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TemplatesService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
843
- TemplatesService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TemplatesService });
844
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TemplatesService, decorators: [{
842
+ TemplatesService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TemplatesService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
843
+ TemplatesService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TemplatesService });
844
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TemplatesService, decorators: [{
845
845
  type: i0.Injectable
846
846
  }] });
847
847
 
848
848
  var EXPORTED_CLASS_REGEX = /export class (\S+)/;
849
- var METADATA_DECORATOR_REGEX = /@ElementDefinition\(([^)]+)\)(\n|.)*export class/g;
849
+ var METADATA_DECORATOR_REGEX = /@ElementDefinition\(([\s\S]+)\)(\n|.)*export class/g;
850
850
  var elementToMetadata = function (el, parentPath) {
851
851
  var _a;
852
852
  var script = el.script && window.atob(el.script);
@@ -866,6 +866,7 @@
866
866
  type: metadata.type,
867
867
  model: metadata.model,
868
868
  module: metadata.module,
869
+ reference: metadata.reference,
869
870
  inputs: metadata.inputs,
870
871
  outputs: metadata.outputs,
871
872
  children: metadata.children.map(function (_b) {
@@ -874,7 +875,7 @@
874
875
  }),
875
876
  };
876
877
  var script = metadata.script &&
877
- window.btoa(metadata.script.replace(EXPORTED_CLASS_REGEX, "@ElementDefinition(" + JSON.stringify(elMetadata) + ") export class Script "));
878
+ window.btoa(metadata.script.replace(EXPORTED_CLASS_REGEX, "@ElementDefinition(" + JSON.stringify(elMetadata) + ") export class Script"));
878
879
  var template = metadata.template && window.btoa(metadata.template);
879
880
  var styles = metadata.styles && window.btoa(metadata.styles);
880
881
  return {
@@ -908,9 +909,9 @@
908
909
  }
909
910
  return ElementContextService;
910
911
  }());
911
- ElementContextService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ElementContextService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
912
- ElementContextService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ElementContextService });
913
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ElementContextService, decorators: [{
912
+ ElementContextService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ElementContextService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
913
+ ElementContextService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ElementContextService });
914
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ElementContextService, decorators: [{
914
915
  type: i0.Injectable
915
916
  }] });
916
917
 
@@ -1035,9 +1036,9 @@
1035
1036
  };
1036
1037
  return ElementRendererComponent;
1037
1038
  }());
1038
- ElementRendererComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ElementRendererComponent, deps: [{ token: i0__namespace.Injector, skipSelf: true }, { token: DynamicModuleService }, { token: ElementContextService }, { token: IOProviderService }, { token: ConfigurationService }, { token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
1039
- ElementRendererComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: ElementRendererComponent, selector: "vl-cms-element-renderer", inputs: { meta: "meta" }, providers: [ElementContextService], viewQueries: [{ propertyName: "el", first: true, predicate: ["el"], descendants: true, read: i0.ViewContainerRef, static: true }], ngImport: i0__namespace, template: "<ng-template #el></ng-template>\n", styles: [":host{display:contents}\n"], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush });
1040
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ElementRendererComponent, decorators: [{
1039
+ ElementRendererComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ElementRendererComponent, deps: [{ token: i0__namespace.Injector, skipSelf: true }, { token: DynamicModuleService }, { token: ElementContextService }, { token: IOProviderService }, { token: ConfigurationService }, { token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
1040
+ ElementRendererComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.15", type: ElementRendererComponent, selector: "vl-cms-element-renderer", inputs: { meta: "meta" }, providers: [ElementContextService], viewQueries: [{ propertyName: "el", first: true, predicate: ["el"], descendants: true, read: i0.ViewContainerRef, static: true }], ngImport: i0__namespace, template: "<ng-template #el></ng-template>\n", styles: [":host{display:contents}\n"], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush });
1041
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ElementRendererComponent, decorators: [{
1041
1042
  type: i0.Component,
1042
1043
  args: [{
1043
1044
  selector: 'vl-cms-element-renderer',
@@ -1064,9 +1065,9 @@
1064
1065
  }
1065
1066
  return ElementChildrenComponent;
1066
1067
  }());
1067
- ElementChildrenComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ElementChildrenComponent, deps: [{ token: ElementContextService }], target: i0__namespace.ɵɵFactoryTarget.Component });
1068
- ElementChildrenComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: ElementChildrenComponent, selector: "element-children", ngImport: i0__namespace, template: "<ng-container *ngIf=\"metadata?.children.length\">\n <ng-container *ngFor=\"let child of metadata.children\">\n <vl-cms-element-renderer [meta]=\"child\"></vl-cms-element-renderer>\n </ng-container>\n</ng-container>\n", styles: [":host{display:contents}\n"], components: [{ type: ElementRendererComponent, selector: "vl-cms-element-renderer", inputs: ["meta"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush });
1069
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ElementChildrenComponent, decorators: [{
1068
+ ElementChildrenComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ElementChildrenComponent, deps: [{ token: ElementContextService }], target: i0__namespace.ɵɵFactoryTarget.Component });
1069
+ ElementChildrenComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.15", type: ElementChildrenComponent, selector: "element-children", ngImport: i0__namespace, template: "<ng-container *ngIf=\"metadata?.children.length\">\n <ng-container *ngFor=\"let child of metadata.children\">\n <vl-cms-element-renderer [meta]=\"child\"></vl-cms-element-renderer>\n </ng-container>\n</ng-container>\n", styles: [":host{display:contents}\n"], components: [{ type: ElementRendererComponent, selector: "vl-cms-element-renderer", inputs: ["meta"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush });
1070
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ElementChildrenComponent, decorators: [{
1070
1071
  type: i0.Component,
1071
1072
  args: [{
1072
1073
  // eslint-disable-next-line @angular-eslint/component-selector
@@ -1091,9 +1092,9 @@
1091
1092
  };
1092
1093
  return CustomTemplateDirective;
1093
1094
  }());
1094
- CustomTemplateDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: CustomTemplateDirective, deps: [{ token: i0__namespace.TemplateRef }, { token: TemplatesService }], target: i0__namespace.ɵɵFactoryTarget.Directive });
1095
- CustomTemplateDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: CustomTemplateDirective, selector: "[customTemplate]", inputs: { customTemplate: "customTemplate" }, ngImport: i0__namespace });
1096
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: CustomTemplateDirective, decorators: [{
1095
+ CustomTemplateDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: CustomTemplateDirective, deps: [{ token: i0__namespace.TemplateRef }, { token: TemplatesService }], target: i0__namespace.ɵɵFactoryTarget.Directive });
1096
+ CustomTemplateDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.15", type: CustomTemplateDirective, selector: "[customTemplate]", inputs: { customTemplate: "customTemplate" }, ngImport: i0__namespace });
1097
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: CustomTemplateDirective, decorators: [{
1097
1098
  type: i0.Directive,
1098
1099
  args: [{ selector: '[customTemplate]' }]
1099
1100
  }], ctorParameters: function () { return [{ type: i0__namespace.TemplateRef }, { type: TemplatesService }]; }, propDecorators: { customTemplate: [{
@@ -1202,9 +1203,9 @@
1202
1203
  });
1203
1204
  return ConfigurationPlugin;
1204
1205
  }());
1205
- ConfigurationPlugin.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ConfigurationPlugin, deps: "invalid", target: i0__namespace.ɵɵFactoryTarget.Directive });
1206
- ConfigurationPlugin.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: ConfigurationPlugin, ngImport: i0__namespace });
1207
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ConfigurationPlugin, decorators: [{
1206
+ ConfigurationPlugin.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ConfigurationPlugin, deps: "invalid", target: i0__namespace.ɵɵFactoryTarget.Directive });
1207
+ ConfigurationPlugin.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.15", type: ConfigurationPlugin, ngImport: i0__namespace });
1208
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ConfigurationPlugin, decorators: [{
1208
1209
  type: i0.Directive
1209
1210
  }], ctorParameters: function () { return [{ type: undefined }]; } });
1210
1211
 
@@ -1236,6 +1237,10 @@
1236
1237
 
1237
1238
  var vendorMap = {
1238
1239
  '@veloce/sdk/cms': Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, vlCmsModules), vlCmsUtils), vlCmsLineItemTypes), vlInjectionTokens), { TemplatesService: TemplatesService }),
1240
+ '@veloce/api': {
1241
+ SalesforceApiService: i1.SalesforceApiService,
1242
+ QuoteApiService: i1.QuoteApiService
1243
+ },
1239
1244
  '@angular/core': i0__namespace,
1240
1245
  '@angular/forms': angularForms__namespace,
1241
1246
  rxjs: rxjs__namespace,
@@ -1282,9 +1287,9 @@
1282
1287
  };
1283
1288
  return ScriptPlugin;
1284
1289
  }());
1285
- ScriptPlugin.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ScriptPlugin, deps: [{ token: exports.ElementComponent }], target: i0__namespace.ɵɵFactoryTarget.Directive });
1286
- ScriptPlugin.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: ScriptPlugin, ngImport: i0__namespace });
1287
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ScriptPlugin, decorators: [{
1290
+ ScriptPlugin.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ScriptPlugin, deps: [{ token: exports.ElementComponent }], target: i0__namespace.ɵɵFactoryTarget.Directive });
1291
+ ScriptPlugin.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.15", type: ScriptPlugin, ngImport: i0__namespace });
1292
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ScriptPlugin, decorators: [{
1288
1293
  type: i0.Directive
1289
1294
  }], ctorParameters: function () { return [{ type: exports.ElementComponent }]; } });
1290
1295
 
@@ -1323,9 +1328,9 @@
1323
1328
  }
1324
1329
  return IOPlugin;
1325
1330
  }());
1326
- IOPlugin.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IOPlugin, deps: [{ token: exports.ElementComponent }], target: i0__namespace.ɵɵFactoryTarget.Directive });
1327
- IOPlugin.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: IOPlugin, ngImport: i0__namespace });
1328
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IOPlugin, decorators: [{
1331
+ IOPlugin.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IOPlugin, deps: [{ token: exports.ElementComponent }], target: i0__namespace.ɵɵFactoryTarget.Directive });
1332
+ IOPlugin.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.15", type: IOPlugin, ngImport: i0__namespace });
1333
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IOPlugin, decorators: [{
1329
1334
  type: i0.Directive
1330
1335
  }], ctorParameters: function () { return [{ type: exports.ElementComponent }]; } });
1331
1336
 
@@ -1451,6 +1456,159 @@
1451
1456
  return ElementsResolver;
1452
1457
  }());
1453
1458
 
1459
+ var moduleMap = {};
1460
+ function loadRemoteEntry(remoteEntry) {
1461
+ return new Promise(function (resolve, reject) {
1462
+ if (moduleMap[remoteEntry]) {
1463
+ resolve();
1464
+ return;
1465
+ }
1466
+ var script = document.createElement('script');
1467
+ script.src = remoteEntry;
1468
+ script.onerror = reject;
1469
+ script.onload = function () {
1470
+ moduleMap[remoteEntry] = true;
1471
+ resolve(); // window is the global namespace
1472
+ };
1473
+ document.body.append(script);
1474
+ });
1475
+ }
1476
+ function lookupExposedModule(remoteName, exposedModule) {
1477
+ return __awaiter(this, void 0, void 0, function () {
1478
+ var container, factory, Module;
1479
+ return __generator(this, function (_a) {
1480
+ switch (_a.label) {
1481
+ case 0:
1482
+ // Initializes the share scope. This fills it with known provided modules from this build and all remotes
1483
+ return [4 /*yield*/, __webpack_init_sharing__('default')];
1484
+ case 1:
1485
+ // Initializes the share scope. This fills it with known provided modules from this build and all remotes
1486
+ _a.sent();
1487
+ container = window[remoteName];
1488
+ // Initialize the container, it may provide shared modules
1489
+ return [4 /*yield*/, container.init(__webpack_share_scopes__.default)];
1490
+ case 2:
1491
+ // Initialize the container, it may provide shared modules
1492
+ _a.sent();
1493
+ return [4 /*yield*/, container.get(exposedModule)];
1494
+ case 3:
1495
+ factory = _a.sent();
1496
+ Module = factory();
1497
+ return [2 /*return*/, Module];
1498
+ }
1499
+ });
1500
+ });
1501
+ }
1502
+ function loadRemoteModule(options) {
1503
+ return __awaiter(this, void 0, void 0, function () {
1504
+ return __generator(this, function (_a) {
1505
+ switch (_a.label) {
1506
+ case 0: return [4 /*yield*/, loadRemoteEntry(options.remoteEntry)];
1507
+ case 1:
1508
+ _a.sent();
1509
+ return [4 /*yield*/, lookupExposedModule(options.remoteName, options.exposedModule)];
1510
+ case 2: return [2 /*return*/, _a.sent()];
1511
+ }
1512
+ });
1513
+ });
1514
+ }
1515
+
1516
+ var IntegrationEvent;
1517
+ (function (IntegrationEvent) {
1518
+ IntegrationEvent["Init"] = "Init";
1519
+ })(IntegrationEvent || (IntegrationEvent = {}));
1520
+ var FederatedComponent = /** @class */ (function () {
1521
+ function FederatedComponent(injector, compiler, appRef, renderer) {
1522
+ this.injector = injector;
1523
+ this.compiler = compiler;
1524
+ this.appRef = appRef;
1525
+ this.renderer = renderer;
1526
+ this.integrationEvent = new i0.EventEmitter();
1527
+ this.moduleReady = false;
1528
+ }
1529
+ FederatedComponent.prototype.ngAfterViewInit = function () {
1530
+ var _this = this;
1531
+ if (!this.remoteEntry || !this.remoteName || !this.exposedModule) {
1532
+ return;
1533
+ }
1534
+ loadRemoteModule({
1535
+ remoteEntry: this.remoteEntry,
1536
+ remoteName: this.remoteName,
1537
+ exposedModule: this.exposedModule,
1538
+ }).then(function (federated) {
1539
+ _this.compiler.compileModuleAsync(federated[_this.exposedModule]).then(function (moduleFactory) {
1540
+ var _a;
1541
+ var rootModuleRef = moduleFactory.create(_this.injector);
1542
+ var rootComponentFactory = rootModuleRef.componentFactoryResolver.resolveComponentFactory(federated[_this.exposedModule].rootComponent);
1543
+ var node = document.createElement('div');
1544
+ var _b = rootComponentFactory.create(_this.injector, [], node), instance = _b.instance, hostView = _b.hostView;
1545
+ _this.instance = instance;
1546
+ _this.instance.data = _this.data;
1547
+ _this.instance.eventData = _this.eventData;
1548
+ _this.instance.integrationEvent = _this.integrationEvent;
1549
+ _this.renderer.appendChild((_a = _this.moduleHostRef) === null || _a === void 0 ? void 0 : _a.nativeElement, node);
1550
+ _this.appRef.attachView(hostView);
1551
+ });
1552
+ });
1553
+ };
1554
+ FederatedComponent.prototype.ngOnChanges = function (changes) {
1555
+ if (!this.instance) {
1556
+ return;
1557
+ }
1558
+ this.instance.ngOnChanges(changes);
1559
+ };
1560
+ return FederatedComponent;
1561
+ }());
1562
+ FederatedComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FederatedComponent, deps: [{ token: i0__namespace.Injector }, { token: i0__namespace.Compiler }, { token: i0__namespace.ApplicationRef }, { token: i0__namespace.Renderer2 }], target: i0__namespace.ɵɵFactoryTarget.Component });
1563
+ FederatedComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.15", type: FederatedComponent, selector: "veloce-host-federated", inputs: { remoteEntry: "remoteEntry", remoteName: "remoteName", exposedModule: "exposedModule", data: "data", eventData: "eventData" }, outputs: { integrationEvent: "integrationEvent" }, viewQueries: [{ propertyName: "federatedComponent", first: true, predicate: ["federatedComponent"], descendants: true, read: i0.ViewContainerRef }, { propertyName: "foo", first: true, predicate: ["foo"], descendants: true, read: i0.TemplateRef }, { propertyName: "moduleHostRef", first: true, predicate: ["moduleHost"], descendants: true }], usesOnChanges: true, ngImport: i0__namespace, template: "<div #moduleHost></div>\n", styles: [":host{display:block}div{height:100%}\n"], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush });
1564
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FederatedComponent, decorators: [{
1565
+ type: i0.Component,
1566
+ args: [{
1567
+ // eslint-disable-next-line @angular-eslint/component-selector
1568
+ selector: 'veloce-host-federated',
1569
+ templateUrl: './federated.component.html',
1570
+ styleUrls: ['./federated.component.scss'],
1571
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
1572
+ }]
1573
+ }], ctorParameters: function () { return [{ type: i0__namespace.Injector }, { type: i0__namespace.Compiler }, { type: i0__namespace.ApplicationRef }, { type: i0__namespace.Renderer2 }]; }, propDecorators: { federatedComponent: [{
1574
+ type: i0.ViewChild,
1575
+ args: ['federatedComponent', { read: i0.ViewContainerRef }]
1576
+ }], foo: [{
1577
+ type: i0.ViewChild,
1578
+ args: ['foo', { read: i0.TemplateRef }]
1579
+ }], moduleHostRef: [{
1580
+ type: i0.ViewChild,
1581
+ args: ['moduleHost', { static: false }]
1582
+ }], remoteEntry: [{
1583
+ type: i0.Input
1584
+ }], remoteName: [{
1585
+ type: i0.Input
1586
+ }], exposedModule: [{
1587
+ type: i0.Input
1588
+ }], data: [{
1589
+ type: i0.Input
1590
+ }], eventData: [{
1591
+ type: i0.Input
1592
+ }], integrationEvent: [{
1593
+ type: i0.Output
1594
+ }] } });
1595
+
1596
+ var FederatedModule = /** @class */ (function () {
1597
+ function FederatedModule() {
1598
+ }
1599
+ return FederatedModule;
1600
+ }());
1601
+ FederatedModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FederatedModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1602
+ FederatedModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FederatedModule, declarations: [FederatedComponent], exports: [FederatedComponent] });
1603
+ FederatedModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FederatedModule });
1604
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FederatedModule, decorators: [{
1605
+ type: i0.NgModule,
1606
+ args: [{
1607
+ declarations: [FederatedComponent],
1608
+ exports: [FederatedComponent],
1609
+ }]
1610
+ }] });
1611
+
1454
1612
  var LauncherService = /** @class */ (function () {
1455
1613
  function LauncherService(compiler, dynamicModuleService) {
1456
1614
  this.compiler = compiler;
@@ -1485,7 +1643,7 @@
1485
1643
  }());
1486
1644
  DynamicModule = __decorate([
1487
1645
  i0.NgModule({
1488
- imports: [i6.CommonModule, angularForms.ReactiveFormsModule],
1646
+ imports: [i6.CommonModule, angularForms.ReactiveFormsModule, FederatedModule],
1489
1647
  declarations: __spreadArray(__spreadArray([], __read(staticComponents)), __read(elementsResolver.getNgComponents())),
1490
1648
  jit: true,
1491
1649
  })
@@ -1494,9 +1652,9 @@
1494
1652
  };
1495
1653
  return LauncherService;
1496
1654
  }());
1497
- LauncherService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: LauncherService, deps: [{ token: i0__namespace.Compiler }, { token: DynamicModuleService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1498
- LauncherService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: LauncherService });
1499
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: LauncherService, decorators: [{
1655
+ LauncherService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: LauncherService, deps: [{ token: i0__namespace.Compiler }, { token: DynamicModuleService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1656
+ LauncherService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: LauncherService });
1657
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: LauncherService, decorators: [{
1500
1658
  type: i0.Injectable
1501
1659
  }], ctorParameters: function () { return [{ type: i0__namespace.Compiler }, { type: DynamicModuleService }]; } });
1502
1660
 
@@ -1546,9 +1704,9 @@
1546
1704
  };
1547
1705
  return PreviewComponent;
1548
1706
  }());
1549
- PreviewComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PreviewComponent, deps: [{ token: LauncherService }, { token: ConfigurationService }, { token: i3__namespace.MessageService }], target: i0__namespace.ɵɵFactoryTarget.Component });
1550
- PreviewComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: PreviewComponent, selector: "vl-cms-preview", inputs: { modelId: "modelId", uiDefinition: "uiDefinition" }, providers: [IOProviderService, ConfigurationService, TemplatesService], ngImport: i0__namespace, template: "<ng-container *ngIf=\"state$ | async as state\">\n <vl-loader *ngIf=\"state.loading; else content\" [label]=\"'Loading UI'\"></vl-loader>\n\n <ng-template #content>\n <ng-container *ngIf=\"!state.failure\">\n <vl-cms-element-renderer *ngFor=\"let el of elements\" [meta]=\"el\"></vl-cms-element-renderer>\n </ng-container>\n </ng-template>\n</ng-container>\n", styles: [":host{flex-grow:1;display:flex;flex-direction:column;height:100%}\n"], components: [{ type: i4__namespace.LoaderComponent, selector: "vl-loader", inputs: ["label"] }, { type: ElementRendererComponent, selector: "vl-cms-element-renderer", inputs: ["meta"] }], directives: [{ type: i6__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i6__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], pipes: { "async": i6__namespace.AsyncPipe }, changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush });
1551
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PreviewComponent, decorators: [{
1707
+ PreviewComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PreviewComponent, deps: [{ token: LauncherService }, { token: ConfigurationService }, { token: i3__namespace.MessageService }], target: i0__namespace.ɵɵFactoryTarget.Component });
1708
+ PreviewComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.15", type: PreviewComponent, selector: "vl-cms-preview", inputs: { modelId: "modelId", uiDefinition: "uiDefinition" }, providers: [IOProviderService, ConfigurationService, TemplatesService], ngImport: i0__namespace, template: "<ng-container *ngIf=\"state$ | async as state\">\n <vl-loader *ngIf=\"state.loading; else content\" [label]=\"'Loading UI'\"></vl-loader>\n\n <ng-template #content>\n <ng-container *ngIf=\"!state.failure\">\n <vl-cms-element-renderer *ngFor=\"let el of elements\" [meta]=\"el\"></vl-cms-element-renderer>\n </ng-container>\n </ng-template>\n</ng-container>\n", styles: [":host{flex-grow:1;display:flex;flex-direction:column;height:100%}\n"], components: [{ type: i4__namespace.LoaderComponent, selector: "vl-loader", inputs: ["label"] }, { type: ElementRendererComponent, selector: "vl-cms-element-renderer", inputs: ["meta"] }], directives: [{ type: i6__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i6__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], pipes: { "async": i6__namespace.AsyncPipe }, changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush });
1709
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PreviewComponent, decorators: [{
1552
1710
  type: i0.Component,
1553
1711
  args: [{
1554
1712
  selector: 'vl-cms-preview',
@@ -1568,10 +1726,10 @@
1568
1726
  }
1569
1727
  return ElementRendererModule;
1570
1728
  }());
1571
- ElementRendererModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ElementRendererModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1572
- ElementRendererModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ElementRendererModule, declarations: [ElementRendererComponent], exports: [ElementRendererComponent] });
1573
- ElementRendererModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ElementRendererModule });
1574
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ElementRendererModule, decorators: [{
1729
+ ElementRendererModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ElementRendererModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1730
+ ElementRendererModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ElementRendererModule, declarations: [ElementRendererComponent], exports: [ElementRendererComponent] });
1731
+ ElementRendererModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ElementRendererModule });
1732
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ElementRendererModule, decorators: [{
1575
1733
  type: i0.NgModule,
1576
1734
  args: [{
1577
1735
  declarations: [ElementRendererComponent],
@@ -1584,10 +1742,10 @@
1584
1742
  }
1585
1743
  return ElementChildrenModule;
1586
1744
  }());
1587
- ElementChildrenModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ElementChildrenModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1588
- ElementChildrenModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ElementChildrenModule, declarations: [ElementChildrenComponent], imports: [ElementRendererModule], exports: [ElementChildrenComponent] });
1589
- ElementChildrenModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ElementChildrenModule, imports: [[ElementRendererModule]] });
1590
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ElementChildrenModule, decorators: [{
1745
+ ElementChildrenModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ElementChildrenModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1746
+ ElementChildrenModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ElementChildrenModule, declarations: [ElementChildrenComponent], imports: [ElementRendererModule], exports: [ElementChildrenComponent] });
1747
+ ElementChildrenModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ElementChildrenModule, imports: [[ElementRendererModule]] });
1748
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ElementChildrenModule, decorators: [{
1591
1749
  type: i0.NgModule,
1592
1750
  args: [{
1593
1751
  declarations: [ElementChildrenComponent],
@@ -1601,10 +1759,10 @@
1601
1759
  }
1602
1760
  return PreviewModule;
1603
1761
  }());
1604
- PreviewModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PreviewModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1605
- PreviewModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PreviewModule, declarations: [PreviewComponent], imports: [i6.CommonModule, i4.LoaderModule, ElementRendererModule, ElementChildrenModule], exports: [PreviewComponent] });
1606
- PreviewModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PreviewModule, imports: [[i6.CommonModule, i4.LoaderModule, ElementRendererModule, ElementChildrenModule]] });
1607
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PreviewModule, decorators: [{
1762
+ PreviewModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PreviewModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1763
+ PreviewModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PreviewModule, declarations: [PreviewComponent], imports: [i6.CommonModule, i4.LoaderModule, ElementRendererModule, ElementChildrenModule], exports: [PreviewComponent] });
1764
+ PreviewModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PreviewModule, imports: [[i6.CommonModule, i4.LoaderModule, ElementRendererModule, ElementChildrenModule]] });
1765
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PreviewModule, decorators: [{
1608
1766
  type: i0.NgModule,
1609
1767
  args: [{
1610
1768
  declarations: [PreviewComponent],
@@ -1624,10 +1782,10 @@
1624
1782
  }
1625
1783
  return ConfigurationModule;
1626
1784
  }());
1627
- ConfigurationModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ConfigurationModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1628
- ConfigurationModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ConfigurationModule });
1629
- ConfigurationModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ConfigurationModule, providers: [i2.ContextService, i1.ContextApiService, i1.ProductModelApiService, i1.ConfigurationApiService] });
1630
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ConfigurationModule, decorators: [{
1785
+ ConfigurationModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ConfigurationModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1786
+ ConfigurationModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ConfigurationModule });
1787
+ ConfigurationModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ConfigurationModule, providers: [i2.ContextService, i1.ContextApiService, i1.ProductModelApiService, i1.ConfigurationApiService] });
1788
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ConfigurationModule, decorators: [{
1631
1789
  type: i0.NgModule,
1632
1790
  args: [{
1633
1791
  providers: [i2.ContextService, i1.ContextApiService, i1.ProductModelApiService, i1.ConfigurationApiService],
@@ -1639,14 +1797,14 @@
1639
1797
  }
1640
1798
  return LauncherModule;
1641
1799
  }());
1642
- LauncherModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: LauncherModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1643
- LauncherModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: LauncherModule, imports: [i6.CommonModule, core.CoreModule, ConfigurationModule] });
1644
- LauncherModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: LauncherModule, providers: [LauncherService, DynamicModuleService], imports: [[i6.CommonModule, core.CoreModule, ConfigurationModule]] });
1645
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: LauncherModule, decorators: [{
1800
+ LauncherModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: LauncherModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1801
+ LauncherModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: LauncherModule, imports: [i6.CommonModule, core.CoreModule, ConfigurationModule] });
1802
+ LauncherModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: LauncherModule, providers: [LauncherService, DynamicModuleService, i1.SalesforceApiService, i1.QuoteApiService], imports: [[i6.CommonModule, core.CoreModule, ConfigurationModule]] });
1803
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: LauncherModule, decorators: [{
1646
1804
  type: i0.NgModule,
1647
1805
  args: [{
1648
1806
  imports: [i6.CommonModule, core.CoreModule, ConfigurationModule],
1649
- providers: [LauncherService, DynamicModuleService],
1807
+ providers: [LauncherService, DynamicModuleService, i1.SalesforceApiService, i1.QuoteApiService],
1650
1808
  }]
1651
1809
  }] });
1652
1810