@wavemaker/app-ng-runtime 11.11.6-rc.6188 → 11.11.6-rc.6191

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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@wavemaker/app-ng-runtime",
3
- "version": "11.11.6-rc.6188",
3
+ "version": "11.11.6-rc.6191",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@wavemaker/app-ng-runtime",
9
- "version": "11.11.6-rc.6188",
9
+ "version": "11.11.6-rc.6191",
10
10
  "license": "MIT",
11
11
  "engines": {
12
12
  "node": ">=18.16.1",
package/package-lock.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@wavemaker/app-ng-runtime",
3
- "version": "11.11.6-rc.6188",
3
+ "version": "11.11.6-rc.6191",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@wavemaker/app-ng-runtime",
9
- "version": "11.11.6-rc.6188",
9
+ "version": "11.11.6-rc.6191",
10
10
  "license": "MIT",
11
11
  "engines": {
12
12
  "node": ">=18.16.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/app-ng-runtime",
3
- "version": "11.11.6-rc.6188",
3
+ "version": "11.11.6-rc.6191",
4
4
  "description": "All modules required for a WaveMaker application.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -2608,6 +2608,7 @@ $.widget('wm.datatable', {
2608
2608
  }
2609
2609
  sortInfo.direction = direction;
2610
2610
  sortInfo.field = this.preparedHeaderData && this.preparedHeaderData[e.currentTarget.getAttribute('data-col-id')].sortby || field;
2611
+ sortInfo.sortBy = this.preparedHeaderData && this.preparedHeaderData[e.currentTarget.getAttribute('data-col-id')].sortby ? field : '';
2611
2612
  if (direction !== '') {
2612
2613
  this.preparedHeaderData[id].sortInfo = {'sorted': true, 'direction': direction};
2613
2614
  }