tnx-shared 5.1.684 → 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.
@@ -1778,7 +1778,7 @@
1778
1778
  _this.showDownloadFile = true;
1779
1779
  _this.showDeleteFile = true;
1780
1780
  _this.showPrintFile = true;
1781
- _this.maxFileSize = 100000000; // 100 MB
1781
+ _this.maxFileSize = 1000000000; // 1000 MB
1782
1782
  _this.invalidFileSizeMessageSummary = '{0}: Quá dung lượng file cho phép, ';
1783
1783
  _this.invalidFileSizeMessageDetail = 'dung lượng tối đa là {0}.';
1784
1784
  _this.invalidFileTypeMessageSummary = '{0}: Không đúng định dạng file, ';
@@ -40184,7 +40184,10 @@
40184
40184
  field: _this.field,
40185
40185
  operator: exports.Operator.contain,
40186
40186
  value: JSON.stringify("," + val + ",")
40187
- // value: JSON.stringify(`${val}`)
40187
+ }), new Filter({
40188
+ field: _this.field,
40189
+ operator: exports.Operator.contain,
40190
+ value: JSON.stringify("" + val)
40188
40191
  }));
40189
40192
  });
40190
40193
  return tmpFilter_1;