tnx-shared 5.1.511 → 5.1.512

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.
@@ -2068,7 +2068,7 @@
2068
2068
  _this.order = 1;
2069
2069
  _this.mdWidthInSearch = 12;
2070
2070
  _this.min = 0;
2071
- _this.max = 999999;
2071
+ _this.max = 99999999999;
2072
2072
  _this.showClear = true;
2073
2073
  _this.multiple = false;
2074
2074
  _this.single = false;
@@ -57891,7 +57891,7 @@
57891
57891
  sorts: [
57892
57892
  { field: 'created', dir: -1 }
57893
57893
  ],
57894
- fields: 'readedTime, messageTitle, messageContent, created, id'
57894
+ fields: 'readedTime, messageTitle, messageContent, messageLink, created, id'
57895
57895
  });
57896
57896
  Promise.all([
57897
57897
  this._notificationService.getUserNotification(gridInfo)