tnx-shared 5.3.236 → 5.3.237
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 +1 -1
- 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/esm2015/components/file-explorer/file-manager/file-manager.component.js +2 -2
- package/fesm2015/tnx-shared.js +1 -1
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
package/fesm2015/tnx-shared.js
CHANGED
|
@@ -30002,7 +30002,7 @@ class FileManagerComponent extends DataListBase {
|
|
|
30002
30002
|
label: 'Xem các phiên bản khác', icon: 'fas fa-history', command: () => {
|
|
30003
30003
|
this.openFileVersions(item);
|
|
30004
30004
|
},
|
|
30005
|
-
visible: !this.checkIsReadOnly()
|
|
30005
|
+
visible: !this.checkIsReadOnly() && this.showFileVersion
|
|
30006
30006
|
},
|
|
30007
30007
|
{
|
|
30008
30008
|
label: 'Xóa tệp tin', icon: 'far fa-trash-alt', command: () => {
|