tnx-shared 5.3.210 → 5.3.211
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/tnx-shared.umd.js +3 -0
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/components/congviec-picker/services/congviec.service.d.ts +3 -0
- package/components/congviec-picker/services/congviec.service.d.ts.map +1 -1
- package/esm2015/components/congviec-picker/services/congviec.service.js +4 -1
- package/fesm2015/tnx-shared.js +3 -0
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
- package/tnx-shared.metadata.json +1 -1
|
@@ -21240,6 +21240,9 @@
|
|
|
21240
21240
|
function CongViecService(http, injector, _moduleConfigService, _dmLoaiCongViecService) {
|
|
21241
21241
|
var _this = _super.call(this, http, injector, _moduleConfigService.getConfig().environment.apiDomain.congviecEndpoint + "/" + _moduleConfigService.getConfig().environment.apiVersion + "/CongViec_Chinh") || this;
|
|
21242
21242
|
_this._dmLoaiCongViecService = _dmLoaiCongViecService;
|
|
21243
|
+
_this.serviceCode = 'congviec';
|
|
21244
|
+
_this.entityName = 'CongViec_Chinh';
|
|
21245
|
+
_this.objectName = 'công việc';
|
|
21243
21246
|
_this.endPoint = _moduleConfigService.getConfig().environment.apiDomain.congviecEndpoint;
|
|
21244
21247
|
_this._moduleConfig = _moduleConfigService.getConfig();
|
|
21245
21248
|
return _this;
|