tnx-shared 5.1.414 → 5.1.415
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 +2 -2
- 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/components/user-picker/user-picker.component.js +3 -3
- package/fesm2015/tnx-shared.js +2 -2
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -56870,14 +56870,14 @@
|
|
|
56870
56870
|
code: 'isGiangVien',
|
|
56871
56871
|
dataType: 'boolean',
|
|
56872
56872
|
width: '90px',
|
|
56873
|
-
|
|
56873
|
+
isDisplay: this.control.userType === exports.UserType.CanBo,
|
|
56874
56874
|
}),
|
|
56875
56875
|
new EntityPickerColumn({
|
|
56876
56876
|
label: 'Chuyên viên',
|
|
56877
56877
|
code: 'isChuyenVien',
|
|
56878
56878
|
dataType: 'boolean',
|
|
56879
56879
|
width: '90px',
|
|
56880
|
-
|
|
56880
|
+
isDisplay: this.control.userType === exports.UserType.CanBo,
|
|
56881
56881
|
})
|
|
56882
56882
|
], mdWidth: 12 }));
|
|
56883
56883
|
this.fieldSearchText = __spread(this.controlPicker.fieldSearchText);
|