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.
@@ -1357,6 +1357,7 @@
1357
1357
  this.hiddenKySoSimCaNhan = false;
1358
1358
  this.hiddenKySoUsbCaNhan = false;
1359
1359
  this.hiddenKySoDonVi = false;
1360
+ this.hiddenButPhe = false;
1360
1361
  this.arrFieldMustValidate = [];
1361
1362
  this.getCustomDataTrinhKy = function (rowData) { return ({}); };
1362
1363
  for (var key in init) {
@@ -35745,7 +35746,7 @@
35745
35746
  },
35746
35747
  visible: (this._fileObjectService.isTypeFileKySo(item.name)
35747
35748
  && this._deviceDetectorService.isDesktop()
35748
- && this.layout !== exports.EnumFileLayout.SIMPLE_FOR_LIST && !this.parentSetting.hiddenKySoUsbCaNhan),
35749
+ && this.layout !== exports.EnumFileLayout.SIMPLE_FOR_LIST && !this.parentSetting.hiddenButPhe),
35749
35750
  },
35750
35751
  {
35751
35752
  label: 'Bút phê và ký', icon: 'fas fa-comment-medical',
@@ -35754,7 +35755,7 @@
35754
35755
  },
35755
35756
  visible: (this._fileObjectService.isTypeFileKySo(item.name)
35756
35757
  && this._deviceDetectorService.isDesktop()
35757
- && this.layout !== exports.EnumFileLayout.SIMPLE_FOR_LIST && !this.parentSetting.hiddenKySoUsbCaNhan),
35758
+ && this.layout !== exports.EnumFileLayout.SIMPLE_FOR_LIST && !this.parentSetting.hiddenButPhe),
35758
35759
  },
35759
35760
  {
35760
35761
  label: 'Ký số đơn vị (USB)', icon: 'fas fa-signature',