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.
@@ -56870,14 +56870,14 @@
56870
56870
  code: 'isGiangVien',
56871
56871
  dataType: 'boolean',
56872
56872
  width: '90px',
56873
- hidden: this.control.userType !== exports.UserType.CanBo,
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
- hidden: this.control.userType !== exports.UserType.CanBo,
56880
+ isDisplay: this.control.userType === exports.UserType.CanBo,
56881
56881
  })
56882
56882
  ], mdWidth: 12 }));
56883
56883
  this.fieldSearchText = __spread(this.controlPicker.fieldSearchText);