tnx-shared 5.1.430 → 5.1.432
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 +89 -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/esm2015/services/canbo-hoso.service.js +91 -1
- package/fesm2015/tnx-shared.js +89 -0
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
- package/services/canbo-hoso.service.d.ts +3 -0
- package/services/canbo-hoso.service.d.ts.map +1 -1
- package/tnx-shared.metadata.json +1 -1
|
@@ -42884,6 +42884,95 @@
|
|
|
42884
42884
|
CanBoHoSoService.prototype.getListTreeDonViQuanLyByUser = function () {
|
|
42885
42885
|
return this.defaultGet(this.serviceUri + "/GetListTreeDonViQuanLyByUser");
|
|
42886
42886
|
};
|
|
42887
|
+
CanBoHoSoService.prototype.getModelSchemas = function () {
|
|
42888
|
+
return [
|
|
42889
|
+
new ModelSchema({
|
|
42890
|
+
field: 'code',
|
|
42891
|
+
name: 'Mã',
|
|
42892
|
+
fullName: 'Mã',
|
|
42893
|
+
description: 'Mã',
|
|
42894
|
+
}),
|
|
42895
|
+
new ModelSchema({
|
|
42896
|
+
field: 'id',
|
|
42897
|
+
name: 'id',
|
|
42898
|
+
fullName: 'id',
|
|
42899
|
+
description: 'id',
|
|
42900
|
+
}),
|
|
42901
|
+
new ModelSchema({
|
|
42902
|
+
field: 'idHocVien',
|
|
42903
|
+
name: 'id',
|
|
42904
|
+
fullName: 'id',
|
|
42905
|
+
description: 'id',
|
|
42906
|
+
}),
|
|
42907
|
+
new ModelSchema({
|
|
42908
|
+
field: 'hoVaTen',
|
|
42909
|
+
name: 'Họ và tên',
|
|
42910
|
+
fullName: 'Họ và tên',
|
|
42911
|
+
description: 'Họ và tên',
|
|
42912
|
+
}),
|
|
42913
|
+
new ModelSchema({
|
|
42914
|
+
field: 'ngaySinh',
|
|
42915
|
+
name: 'Ngày sinh',
|
|
42916
|
+
fullName: 'Ngày sinh',
|
|
42917
|
+
description: 'Ngày sinh',
|
|
42918
|
+
}),
|
|
42919
|
+
new ModelSchema({
|
|
42920
|
+
field: 'dienThoaiDiDong',
|
|
42921
|
+
name: 'Số điện thoại',
|
|
42922
|
+
fullName: 'Số điện thoại',
|
|
42923
|
+
description: 'Số điện thoại',
|
|
42924
|
+
}),
|
|
42925
|
+
new ModelSchema({
|
|
42926
|
+
field: 'email',
|
|
42927
|
+
name: 'Email',
|
|
42928
|
+
fullName: 'Email',
|
|
42929
|
+
description: 'Email',
|
|
42930
|
+
}),
|
|
42931
|
+
new ModelSchema({
|
|
42932
|
+
field: 'donViChucVus',
|
|
42933
|
+
name: 'Đơn vị - Chức vụ',
|
|
42934
|
+
fullName: 'Đơn vị - Chức vụ',
|
|
42935
|
+
description: 'Đơn vị - Chức vụ',
|
|
42936
|
+
})
|
|
42937
|
+
];
|
|
42938
|
+
};
|
|
42939
|
+
CanBoHoSoService.prototype.getColumnSchemaBase = function () {
|
|
42940
|
+
return [
|
|
42941
|
+
new ColumnSchemaBase({
|
|
42942
|
+
field: 'code',
|
|
42943
|
+
width: '150px'
|
|
42944
|
+
}),
|
|
42945
|
+
new ColumnSchemaBase({
|
|
42946
|
+
field: 'idHocVien',
|
|
42947
|
+
includeSelect: false,
|
|
42948
|
+
visible: false
|
|
42949
|
+
}),
|
|
42950
|
+
new ColumnSchemaBase({
|
|
42951
|
+
field: 'hoVaTen',
|
|
42952
|
+
width: '200px'
|
|
42953
|
+
}),
|
|
42954
|
+
new ColumnSchemaBase({
|
|
42955
|
+
field: 'ngaySinh',
|
|
42956
|
+
dataType: 'date',
|
|
42957
|
+
width: '110px'
|
|
42958
|
+
}),
|
|
42959
|
+
new ColumnSchemaBase({
|
|
42960
|
+
field: 'dienThoaiDiDong',
|
|
42961
|
+
width: '110px'
|
|
42962
|
+
}),
|
|
42963
|
+
new ColumnSchemaBase({
|
|
42964
|
+
field: 'email',
|
|
42965
|
+
width: '180px'
|
|
42966
|
+
}),
|
|
42967
|
+
new ColumnSchemaBase({
|
|
42968
|
+
field: 'donViChucVus',
|
|
42969
|
+
allowFilter: false,
|
|
42970
|
+
sort: false,
|
|
42971
|
+
includeSelect: false,
|
|
42972
|
+
width: '250px'
|
|
42973
|
+
})
|
|
42974
|
+
];
|
|
42975
|
+
};
|
|
42887
42976
|
return CanBoHoSoService;
|
|
42888
42977
|
}(BaseService));
|
|
42889
42978
|
CanBoHoSoService.ɵprov = i0.ɵɵdefineInjectable({ factory: function CanBoHoSoService_Factory() { return new CanBoHoSoService(i0.ɵɵinject(i1$1.HttpClient), i0.ɵɵinject(i0.INJECTOR), i0.ɵɵinject(ModuleConfigService)); }, token: CanBoHoSoService, providedIn: "root" });
|