@hpcc-js/dgrid 2.34.1 → 2.34.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hpcc-js/dgrid",
3
- "version": "2.34.1",
3
+ "version": "2.34.3",
4
4
  "description": "hpcc-js - Viz DGrid",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es6",
@@ -39,9 +39,9 @@
39
39
  "update": "npx --yes npm-check-updates -u -t minor"
40
40
  },
41
41
  "dependencies": {
42
- "@hpcc-js/common": "^2.73.1",
43
- "@hpcc-js/ddl-shim": "^2.22.0",
44
- "@hpcc-js/dgrid-shim": "^2.26.0",
42
+ "@hpcc-js/common": "^2.73.2",
43
+ "@hpcc-js/ddl-shim": "^2.25.0",
44
+ "@hpcc-js/dgrid-shim": "^2.27.0",
45
45
  "@hpcc-js/util": "^2.53.1"
46
46
  },
47
47
  "devDependencies": {
@@ -61,5 +61,5 @@
61
61
  "url": "https://github.com/hpcc-systems/Visualization/issues"
62
62
  },
63
63
  "homepage": "https://github.com/hpcc-systems/Visualization",
64
- "gitHead": "9f7febd34d32c62d1785e7863334773e1967d738"
64
+ "gitHead": "84f852a555c8d7b7381e4fcb93bfad829b1db62e"
65
65
  }
package/src/Common.ts CHANGED
@@ -58,7 +58,7 @@ export class Common extends HTMLWidget {
58
58
  const retVal = [];
59
59
  for (const id in this._dgrid.selection) {
60
60
  if (this._dgrid.selection[id]) {
61
- const storeItem = this._store.get(+id);
61
+ const storeItem = this._store.get(+id);
62
62
  retVal.push(this.rowToObj(storeItem));
63
63
  }
64
64
  }
@@ -1,3 +1,3 @@
1
1
  export const PKG_NAME = "@hpcc-js/dgrid";
2
- export const PKG_VERSION = "2.34.1";
3
- export const BUILD_VERSION = "2.108.2";
2
+ export const PKG_VERSION = "2.34.3";
3
+ export const BUILD_VERSION = "2.108.6";
@@ -1,4 +1,4 @@
1
1
  export declare const PKG_NAME = "@hpcc-js/dgrid";
2
- export declare const PKG_VERSION = "2.34.1";
3
- export declare const BUILD_VERSION = "2.108.2";
2
+ export declare const PKG_VERSION = "2.34.3";
3
+ export declare const BUILD_VERSION = "2.108.6";
4
4
  //# sourceMappingURL=__package__.d.ts.map
@@ -1,4 +1,4 @@
1
1
  export declare const PKG_NAME = "@hpcc-js/dgrid";
2
- export declare const PKG_VERSION = "2.34.1";
3
- export declare const BUILD_VERSION = "2.108.2";
2
+ export declare const PKG_VERSION = "2.34.3";
3
+ export declare const BUILD_VERSION = "2.108.6";
4
4
  //# sourceMappingURL=__package__.d.ts.map