@genesislcap/grid-pro 14.261.4-alpha-e17d214.0 → 14.261.4-alpha-408143e.0

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.
@@ -326,12 +326,11 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
326
326
  if (result.ROW) {
327
327
  const nextMessage = dataServerResultFilter(result);
328
328
  this.handleStreamResult(nextMessage);
329
- if (result.MORE_ROWS) {
330
- this.$emit(gridProGenesisDatasourceEventNames.moreRows, {
331
- moreRows: result.MORE_ROWS,
332
- sourceRef: result.SOURCE_REF,
333
- });
334
- }
329
+ // Allow subscribers to track more row status
330
+ this.$emit(gridProGenesisDatasourceEventNames.moreRows, {
331
+ moreRows: result.MORE_ROWS,
332
+ sourceRef: result.SOURCE_REF,
333
+ });
335
334
  }
336
335
  else {
337
336
  this.handleStreamResult(result);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/grid-pro",
3
3
  "description": "Genesis Foundation AG Grid",
4
- "version": "14.261.4-alpha-e17d214.0",
4
+ "version": "14.261.4-alpha-408143e.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -38,20 +38,20 @@
38
38
  }
39
39
  },
40
40
  "devDependencies": {
41
- "@genesislcap/foundation-testing": "14.261.4-alpha-e17d214.0",
42
- "@genesislcap/genx": "14.261.4-alpha-e17d214.0",
43
- "@genesislcap/rollup-builder": "14.261.4-alpha-e17d214.0",
44
- "@genesislcap/ts-builder": "14.261.4-alpha-e17d214.0",
45
- "@genesislcap/uvu-playwright-builder": "14.261.4-alpha-e17d214.0",
46
- "@genesislcap/vite-builder": "14.261.4-alpha-e17d214.0",
47
- "@genesislcap/webpack-builder": "14.261.4-alpha-e17d214.0",
41
+ "@genesislcap/foundation-testing": "14.261.4-alpha-408143e.0",
42
+ "@genesislcap/genx": "14.261.4-alpha-408143e.0",
43
+ "@genesislcap/rollup-builder": "14.261.4-alpha-408143e.0",
44
+ "@genesislcap/ts-builder": "14.261.4-alpha-408143e.0",
45
+ "@genesislcap/uvu-playwright-builder": "14.261.4-alpha-408143e.0",
46
+ "@genesislcap/vite-builder": "14.261.4-alpha-408143e.0",
47
+ "@genesislcap/webpack-builder": "14.261.4-alpha-408143e.0",
48
48
  "rimraf": "^5.0.0"
49
49
  },
50
50
  "dependencies": {
51
- "@genesislcap/foundation-comms": "14.261.4-alpha-e17d214.0",
52
- "@genesislcap/foundation-logger": "14.261.4-alpha-e17d214.0",
53
- "@genesislcap/foundation-ui": "14.261.4-alpha-e17d214.0",
54
- "@genesislcap/foundation-utils": "14.261.4-alpha-e17d214.0",
51
+ "@genesislcap/foundation-comms": "14.261.4-alpha-408143e.0",
52
+ "@genesislcap/foundation-logger": "14.261.4-alpha-408143e.0",
53
+ "@genesislcap/foundation-ui": "14.261.4-alpha-408143e.0",
54
+ "@genesislcap/foundation-utils": "14.261.4-alpha-408143e.0",
55
55
  "@microsoft/fast-colors": "5.3.1",
56
56
  "@microsoft/fast-components": "2.30.6",
57
57
  "@microsoft/fast-element": "1.14.0",
@@ -77,5 +77,5 @@
77
77
  "access": "public"
78
78
  },
79
79
  "customElements": "dist/custom-elements.json",
80
- "gitHead": "56e62c514b8e7fa1ebcb2f04e3d0476e3ff673ae"
80
+ "gitHead": "44071886cb9e90fb36294ce96936aab7f99e0d4b"
81
81
  }