tnx-shared 5.1.685 → 5.1.686
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/classes/form-schema.d.ts.map +1 -1
- package/esm2015/classes/form-schema.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
|
@@ -1200,7 +1200,7 @@ class FileUploadControlSchema extends FileManagerControlSchema {
|
|
|
1200
1200
|
this.showDownloadFile = true;
|
|
1201
1201
|
this.showDeleteFile = true;
|
|
1202
1202
|
this.showPrintFile = true;
|
|
1203
|
-
this.maxFileSize =
|
|
1203
|
+
this.maxFileSize = 1000000000; // 1000 MB
|
|
1204
1204
|
this.invalidFileSizeMessageSummary = '{0}: Quá dung lượng file cho phép, ';
|
|
1205
1205
|
this.invalidFileSizeMessageDetail = 'dung lượng tối đa là {0}.';
|
|
1206
1206
|
this.invalidFileTypeMessageSummary = '{0}: Không đúng định dạng file, ';
|