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.
- package/bundles/tnx-shared.umd.js +2 -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.map +1 -1
- package/esm2015/classes/form-schema.js +2 -2
- package/esm2015/components/tn-app-notification/tn-app-notification.component.js +2 -2
- package/fesm2015/tnx-shared.js +2 -2
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -2068,7 +2068,7 @@
|
|
|
2068
2068
|
_this.order = 1;
|
|
2069
2069
|
_this.mdWidthInSearch = 12;
|
|
2070
2070
|
_this.min = 0;
|
|
2071
|
-
_this.max =
|
|
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)
|