@genesislcap/rapid-grid-pro 15.13.1 → 15.14.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.
@@ -502,6 +502,15 @@
502
502
  "module": "src/grid-pro-beta.ts"
503
503
  }
504
504
  },
505
+ {
506
+ "kind": "method",
507
+ "name": "gridSlotChanged",
508
+ "description": "The slot ref binds asynchronously, and the queued `initGrid` skips any run that beats it. FAST\ncalls this the moment the ref lands, so a grid whose options were set BEFORE the view bound\nstill initialises rather than staying blank — closing the one gap that skip would leave.\n\nGuarded on `agGridOptions` as well: without options there is nothing to build, and AG Grid\nwould only log \"no gridOptions provided to the grid\". Those arrive via a grid-options change,\nwhich re-runs `initGrid` on its own.",
509
+ "inheritedFrom": {
510
+ "name": "GridProBeta",
511
+ "module": "src/grid-pro-beta.ts"
512
+ }
513
+ },
505
514
  {
506
515
  "kind": "field",
507
516
  "name": "themeMode",
@@ -2381,6 +2390,15 @@
2381
2390
  "module": "src/grid-pro.ts"
2382
2391
  }
2383
2392
  },
2393
+ {
2394
+ "kind": "method",
2395
+ "name": "gridSlotChanged",
2396
+ "description": "The slot ref binds asynchronously, and the queued `initGrid` skips any run that beats it. FAST\ncalls this the moment the ref lands, so a grid whose options were set BEFORE the view bound\nstill initialises rather than staying blank — closing the one gap that skip would leave.\n\nGuarded on `agGridOptions` as well: without options there is nothing to build, and AG Grid\nwould only log \"no gridOptions provided to the grid\". Those arrive via a grid-options change,\nwhich re-runs `initGrid` on its own.",
2397
+ "inheritedFrom": {
2398
+ "name": "GridPro",
2399
+ "module": "src/grid-pro.ts"
2400
+ }
2401
+ },
2384
2402
  {
2385
2403
  "kind": "field",
2386
2404
  "name": "themeMode",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/rapid-grid-pro",
3
3
  "description": "Genesis Rapid Grid Pro",
4
- "version": "15.13.1",
4
+ "version": "15.14.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -37,17 +37,17 @@
37
37
  }
38
38
  },
39
39
  "devDependencies": {
40
- "@genesislcap/genx": "15.13.1",
41
- "@genesislcap/rollup-builder": "15.13.1",
42
- "@genesislcap/ts-builder": "15.13.1",
43
- "@genesislcap/uvu-playwright-builder": "15.13.1",
44
- "@genesislcap/vite-builder": "15.13.1",
45
- "@genesislcap/webpack-builder": "15.13.1"
40
+ "@genesislcap/genx": "15.14.0",
41
+ "@genesislcap/rollup-builder": "15.14.0",
42
+ "@genesislcap/ts-builder": "15.14.0",
43
+ "@genesislcap/uvu-playwright-builder": "15.14.0",
44
+ "@genesislcap/vite-builder": "15.14.0",
45
+ "@genesislcap/webpack-builder": "15.14.0"
46
46
  },
47
47
  "dependencies": {
48
- "@genesislcap/foundation-ui": "15.13.1",
49
- "@genesislcap/grid-pro": "15.13.1",
50
- "@genesislcap/rapid-design-system": "15.13.1",
48
+ "@genesislcap/foundation-ui": "15.14.0",
49
+ "@genesislcap/grid-pro": "15.14.0",
50
+ "@genesislcap/rapid-design-system": "15.14.0",
51
51
  "@microsoft/fast-colors": "5.3.1",
52
52
  "@microsoft/fast-components": "2.30.6",
53
53
  "@microsoft/fast-element": "1.14.0",
@@ -80,5 +80,5 @@
80
80
  "require": "./dist/react.cjs"
81
81
  }
82
82
  },
83
- "gitHead": "4ac0cfb22051b17da81586baf5166c9b605fae10"
83
+ "gitHead": "d84656a0872b2274be6f6b20a87a28504b48ed2a"
84
84
  }