ntk-cms-api 1.2.95 → 1.2.96
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/ntk-cms-api.umd.js +15 -0
- package/bundles/ntk-cms-api.umd.js.map +1 -1
- package/bundles/ntk-cms-api.umd.min.js +1 -1
- package/bundles/ntk-cms-api.umd.min.js.map +1 -1
- package/esm2015/lib/service/core-main/_export.js +2 -1
- package/esm2015/lib/service/core-main/coreModuleEntityReportFile.service.js +11 -0
- package/fesm2015/ntk-cms-api.js +10 -1
- package/fesm2015/ntk-cms-api.js.map +1 -1
- package/lib/service/core-main/_export.d.ts +1 -0
- package/lib/service/core-main/coreModuleEntityReportFile.service.d.ts +5 -0
- package/ntk-cms-api.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -2741,6 +2741,20 @@
|
|
|
2741
2741
|
{ type: i0.Injectable }
|
|
2742
2742
|
];
|
|
2743
2743
|
|
|
2744
|
+
var CoreModuleEntityReportFileService = /** @class */ (function (_super) {
|
|
2745
|
+
__extends(CoreModuleEntityReportFileService, _super);
|
|
2746
|
+
function CoreModuleEntityReportFileService() {
|
|
2747
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
2748
|
+
}
|
|
2749
|
+
CoreModuleEntityReportFileService.prototype.getModuleControllerUrl = function () {
|
|
2750
|
+
return 'CoreModuleEntityReportFile';
|
|
2751
|
+
};
|
|
2752
|
+
return CoreModuleEntityReportFileService;
|
|
2753
|
+
}(ApiCmsServerBase));
|
|
2754
|
+
CoreModuleEntityReportFileService.decorators = [
|
|
2755
|
+
{ type: i0.Injectable }
|
|
2756
|
+
];
|
|
2757
|
+
|
|
2744
2758
|
var CoreModuleProcessService = /** @class */ (function (_super) {
|
|
2745
2759
|
__extends(CoreModuleProcessService, _super);
|
|
2746
2760
|
function CoreModuleProcessService() {
|
|
@@ -15277,6 +15291,7 @@
|
|
|
15277
15291
|
exports.CoreModuleConfigSiteValuesModel = CoreModuleConfigSiteValuesModel;
|
|
15278
15292
|
exports.CoreModuleEntityModel = CoreModuleEntityModel;
|
|
15279
15293
|
exports.CoreModuleEntityReportFileModel = CoreModuleEntityReportFileModel;
|
|
15294
|
+
exports.CoreModuleEntityReportFileService = CoreModuleEntityReportFileService;
|
|
15280
15295
|
exports.CoreModuleEntityService = CoreModuleEntityService;
|
|
15281
15296
|
exports.CoreModuleFavoriteDtoModel = CoreModuleFavoriteDtoModel;
|
|
15282
15297
|
exports.CoreModuleLogContentCountModel = CoreModuleLogContentCountModel;
|