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
package/fesm2015/tnx-shared.js
CHANGED
|
@@ -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.
|
|
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.
|
|
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',
|