tnx-shared 5.1.409 → 5.1.410

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.
@@ -1744,7 +1744,7 @@
1744
1744
  _this.mdWidth = 12;
1745
1745
  _this.useVbDen = true;
1746
1746
  _this.useVbDi = true;
1747
- _this.readonly = false;
1747
+ _this.readOnly = false;
1748
1748
  _this.loaiVanBan = exports.EnumLoaiVanBanBase.VB_DI;
1749
1749
  for (var key in init) {
1750
1750
  _this[key] = init[key];
@@ -57650,7 +57650,7 @@
57650
57650
  this.setting.showEditLink = false;
57651
57651
  this.setting.hiddenSettingWorkflow = true;
57652
57652
  // RedOnly
57653
- this.setting.hiddenToolbar = !this.readOnly;
57653
+ this.setting.hiddenToolbar = this.readOnly;
57654
57654
  this.setting.modelSchemas = [
57655
57655
  new ModelSchema({ field: 'soDenDi', dataType: 'int', name: 'Số đến/đi', fullName: 'Số đến/đi', description: 'Số đến/đi' }),
57656
57656
  new ModelSchema({ field: 'soKyHieu', name: 'Số, ký hiệu', fullName: 'Số, ký hiệu', description: 'Số, ký hiệu' }),