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.
- 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/classes/form-schema.d.ts +1 -1
- package/esm2015/classes/form-schema.js +2 -2
- package/esm2015/components/vanban-picker/vanban-picker.component.js +2 -2
- package/fesm2015/tnx-shared.js +2 -2
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -1744,7 +1744,7 @@
|
|
|
1744
1744
|
_this.mdWidth = 12;
|
|
1745
1745
|
_this.useVbDen = true;
|
|
1746
1746
|
_this.useVbDi = true;
|
|
1747
|
-
_this.
|
|
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 =
|
|
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' }),
|