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.
- package/bundles/tnx-shared.umd.js +3 -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 -0
- package/classes/form-schema.d.ts.map +1 -1
- package/esm2015/classes/form-schema.js +2 -1
- package/esm2015/components/file-explorer/file-manager/file-manager.component.js +3 -3
- package/fesm2015/tnx-shared.js +3 -2
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
- package/tnx-shared.metadata.json +1 -1
|
@@ -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.
|
|
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.
|
|
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',
|