@hpcc-js/dgrid2 2.3.6 → 2.3.8

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/dgrid2",
3
- "version": "2.3.6",
3
+ "version": "2.3.8",
4
4
  "description": "hpcc-js - DGrid2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es6",
@@ -39,14 +39,14 @@
39
39
  "update": "npx --yes npm-check-updates -u -t minor"
40
40
  },
41
41
  "dependencies": {
42
- "@hpcc-js/common": "^2.71.6",
42
+ "@hpcc-js/common": "^2.71.8",
43
43
  "@hpcc-js/preact-shim": "^2.16.3",
44
- "@hpcc-js/util": "^2.50.1"
44
+ "@hpcc-js/util": "^2.50.2"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@hpcc-js/bundle": "^2.11.3",
48
- "react-data-grid": "7.0.0-beta.12",
49
- "tslib": "2.4.0"
48
+ "react-data-grid": "7.0.0-beta.19",
49
+ "tslib": "2.4.1"
50
50
  },
51
51
  "repository": {
52
52
  "type": "git",
@@ -59,5 +59,5 @@
59
59
  "url": "https://github.com/hpcc-systems/Visualization/issues"
60
60
  },
61
61
  "homepage": "https://github.com/hpcc-systems/Visualization",
62
- "gitHead": "b5b4cf9ee4257885b41a3f90c11cbe6609704d0d"
62
+ "gitHead": "d74e4271a192428d584d4bd4ff5bbf65b40284fe"
63
63
  }
@@ -1,3 +1,3 @@
1
1
  export const PKG_NAME = "@hpcc-js/dgrid2";
2
- export const PKG_VERSION = "2.3.6";
3
- export const BUILD_VERSION = "2.104.13";
2
+ export const PKG_VERSION = "2.3.8";
3
+ export const BUILD_VERSION = "2.104.18";
@@ -145,7 +145,7 @@ export const ReactTable: React.FunctionComponent<ReactTableProps> = ({
145
145
  rows={rows}
146
146
  rowKeyGetter={rowKeyGetter}
147
147
  rowHeight={20}
148
- components={{ noRowsFallback: <EmptyRowsRenderer message={table.noDataMessage()} /> }}
148
+ renderers={{ noRowsFallback: <EmptyRowsRenderer message={table.noDataMessage()} /> }}
149
149
  className={table.darkMode() ? "rdg-dark" : "rdg-light"}
150
150
  sortColumns={sortColumn ? [sortColumn] : []}
151
151
  onSortColumnsChange={onSortColumnsChange}
@@ -1,4 +1,4 @@
1
1
  export declare const PKG_NAME = "@hpcc-js/dgrid2";
2
- export declare const PKG_VERSION = "2.3.6";
3
- export declare const BUILD_VERSION = "2.104.13";
2
+ export declare const PKG_VERSION = "2.3.8";
3
+ export declare const BUILD_VERSION = "2.104.18";
4
4
  //# sourceMappingURL=__package__.d.ts.map
@@ -1,4 +1,4 @@
1
1
  export declare const PKG_NAME = "@hpcc-js/dgrid2";
2
- export declare const PKG_VERSION = "2.3.6";
3
- export declare const BUILD_VERSION = "2.104.13";
2
+ export declare const PKG_VERSION = "2.3.8";
3
+ export declare const BUILD_VERSION = "2.104.18";
4
4
  //# sourceMappingURL=__package__.d.ts.map