tnx-shared 5.3.401 → 5.3.403

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.
@@ -851,6 +851,7 @@ class CrudFormSetting {
851
851
  this.hiddenKySoSimCaNhan = false;
852
852
  this.hiddenKySoUsbCaNhan = false;
853
853
  this.hiddenKySoDonVi = false;
854
+ this.hiddenButPhe = false;
854
855
  this.arrFieldMustValidate = [];
855
856
  this.getCustomDataTrinhKy = (rowData) => ({});
856
857
  for (const key in init) {
@@ -31150,7 +31151,7 @@ class FileManagerComponent extends DataListBase {
31150
31151
  },
31151
31152
  visible: (this._fileObjectService.isTypeFileKySo(item.name)
31152
31153
  && this._deviceDetectorService.isDesktop()
31153
- && this.layout !== EnumFileLayout.SIMPLE_FOR_LIST && !this.parentSetting.hiddenKySoUsbCaNhan),
31154
+ && this.layout !== EnumFileLayout.SIMPLE_FOR_LIST && !this.parentSetting.hiddenButPhe),
31154
31155
  },
31155
31156
  {
31156
31157
  label: 'Bút phê và ký', icon: 'fas fa-comment-medical',
@@ -31159,7 +31160,7 @@ class FileManagerComponent extends DataListBase {
31159
31160
  },
31160
31161
  visible: (this._fileObjectService.isTypeFileKySo(item.name)
31161
31162
  && this._deviceDetectorService.isDesktop()
31162
- && this.layout !== EnumFileLayout.SIMPLE_FOR_LIST && !this.parentSetting.hiddenKySoUsbCaNhan),
31163
+ && this.layout !== EnumFileLayout.SIMPLE_FOR_LIST && !this.parentSetting.hiddenButPhe),
31163
31164
  },
31164
31165
  {
31165
31166
  label: 'Ký số đơn vị (USB)', icon: 'fas fa-signature',