@veloceapps/sdk 2.0.14 → 2.0.15
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 +2 -0
- package/bundles/veloce-sdk-cms.umd.js.map +1 -1
- package/bundles/veloce-sdk-runtime.umd.js +2 -0
- package/bundles/veloce-sdk-runtime.umd.js.map +1 -1
- package/bundles/veloce-sdk.umd.js +4 -2
- package/bundles/veloce-sdk.umd.js.map +1 -1
- package/esm2015/cms/launcher.module.js +4 -1
- package/esm2015/runtime/runtime.module.js +4 -1
- package/esm2015/src/pages/record-not-found/record-not-found.component.js +5 -3
- package/fesm2015/veloce-sdk-cms.js +3 -0
- package/fesm2015/veloce-sdk-cms.js.map +1 -1
- package/fesm2015/veloce-sdk-runtime.js +3 -0
- package/fesm2015/veloce-sdk-runtime.js.map +1 -1
- package/fesm2015/veloce-sdk.js +4 -2
- package/fesm2015/veloce-sdk.js.map +1 -1
- package/package.json +1 -1
|
@@ -2137,6 +2137,7 @@
|
|
|
2137
2137
|
i1.QuoteApiService,
|
|
2138
2138
|
i1.DocumentTemplatesApiService,
|
|
2139
2139
|
i1.DocumentAttachmentApiService,
|
|
2140
|
+
i5$1.DialogService,
|
|
2140
2141
|
], imports: [[i7.CommonModule, core.CoreModule, ConfigurationModule]] });
|
|
2141
2142
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: LauncherModule, decorators: [{
|
|
2142
2143
|
type: i0.NgModule,
|
|
@@ -2149,6 +2150,7 @@
|
|
|
2149
2150
|
i1.QuoteApiService,
|
|
2150
2151
|
i1.DocumentTemplatesApiService,
|
|
2151
2152
|
i1.DocumentAttachmentApiService,
|
|
2153
|
+
i5$1.DialogService,
|
|
2152
2154
|
],
|
|
2153
2155
|
}]
|
|
2154
2156
|
}] });
|