@veloceapps/sdk 2.0.12-1 → 2.0.13
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.
- package/bundles/veloce-sdk-cms.umd.js +19 -3
- package/bundles/veloce-sdk-cms.umd.js.map +1 -1
- package/esm2015/cms/launcher.module.js +18 -4
- package/esm2015/cms/services/launcher.service.js +3 -3
- package/esm2015/cms/vendor-map.js +4 -2
- package/fesm2015/veloce-sdk-cms.js +21 -5
- package/fesm2015/veloce-sdk-cms.js.map +1 -1
- package/package.json +1 -1
|
@@ -1743,6 +1743,8 @@
|
|
|
1743
1743
|
'@veloce/api': {
|
|
1744
1744
|
SalesforceApiService: i1.SalesforceApiService,
|
|
1745
1745
|
QuoteApiService: i1.QuoteApiService,
|
|
1746
|
+
DocumentTemplatesApiService: i1.DocumentTemplatesApiService,
|
|
1747
|
+
DocumentAttachmentApiService: i1.DocumentAttachmentApiService,
|
|
1746
1748
|
},
|
|
1747
1749
|
'@angular/core': i0__namespace,
|
|
1748
1750
|
'@angular/forms': angularForms__namespace,
|
|
@@ -1905,7 +1907,7 @@
|
|
|
1905
1907
|
}());
|
|
1906
1908
|
DynamicModule = __decorate([
|
|
1907
1909
|
i0.NgModule({
|
|
1908
|
-
imports: [i7.CommonModule, angularForms.ReactiveFormsModule, FederatedModule, dragDrop.DragDropModule],
|
|
1910
|
+
imports: [i7.CommonModule, angularForms.FormsModule, angularForms.ReactiveFormsModule, FederatedModule, dragDrop.DragDropModule],
|
|
1909
1911
|
declarations: __spreadArray(__spreadArray([], __read(staticComponents)), __read(elementsResolver.getNgComponents())),
|
|
1910
1912
|
jit: true,
|
|
1911
1913
|
})
|
|
@@ -2099,12 +2101,26 @@
|
|
|
2099
2101
|
}());
|
|
2100
2102
|
LauncherModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: LauncherModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
2101
2103
|
LauncherModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: LauncherModule, imports: [i7.CommonModule, core.CoreModule, ConfigurationModule] });
|
|
2102
|
-
LauncherModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: LauncherModule, providers: [
|
|
2104
|
+
LauncherModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: LauncherModule, providers: [
|
|
2105
|
+
LauncherService,
|
|
2106
|
+
DynamicModuleService,
|
|
2107
|
+
i1.SalesforceApiService,
|
|
2108
|
+
i1.QuoteApiService,
|
|
2109
|
+
i1.DocumentTemplatesApiService,
|
|
2110
|
+
i1.DocumentAttachmentApiService,
|
|
2111
|
+
], imports: [[i7.CommonModule, core.CoreModule, ConfigurationModule]] });
|
|
2103
2112
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: LauncherModule, decorators: [{
|
|
2104
2113
|
type: i0.NgModule,
|
|
2105
2114
|
args: [{
|
|
2106
2115
|
imports: [i7.CommonModule, core.CoreModule, ConfigurationModule],
|
|
2107
|
-
providers: [
|
|
2116
|
+
providers: [
|
|
2117
|
+
LauncherService,
|
|
2118
|
+
DynamicModuleService,
|
|
2119
|
+
i1.SalesforceApiService,
|
|
2120
|
+
i1.QuoteApiService,
|
|
2121
|
+
i1.DocumentTemplatesApiService,
|
|
2122
|
+
i1.DocumentAttachmentApiService,
|
|
2123
|
+
],
|
|
2108
2124
|
}]
|
|
2109
2125
|
}] });
|
|
2110
2126
|
|