@genesislcap/rapid-grid-pro 15.13.0 → 15.14.0-FUI-2595.2
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/dist/custom-elements.json +31 -0
- package/package.json +11 -11
|
@@ -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",
|
|
@@ -663,6 +672,19 @@
|
|
|
663
672
|
"module": "src/grid-pro-beta.ts"
|
|
664
673
|
}
|
|
665
674
|
},
|
|
675
|
+
{
|
|
676
|
+
"kind": "field",
|
|
677
|
+
"name": "pendingSchemaUpdate",
|
|
678
|
+
"type": {
|
|
679
|
+
"text": "SchemaUpdatedEventDetail | undefined"
|
|
680
|
+
},
|
|
681
|
+
"privacy": "private",
|
|
682
|
+
"description": "A schemaUpdated that arrived before `gridApi` existed; replayed in onGridReady.",
|
|
683
|
+
"inheritedFrom": {
|
|
684
|
+
"name": "GridProBeta",
|
|
685
|
+
"module": "src/grid-pro-beta.ts"
|
|
686
|
+
}
|
|
687
|
+
},
|
|
666
688
|
{
|
|
667
689
|
"kind": "field",
|
|
668
690
|
"name": "rootEventsListeners",
|
|
@@ -2368,6 +2390,15 @@
|
|
|
2368
2390
|
"module": "src/grid-pro.ts"
|
|
2369
2391
|
}
|
|
2370
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
|
+
},
|
|
2371
2402
|
{
|
|
2372
2403
|
"kind": "field",
|
|
2373
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.
|
|
4
|
+
"version": "15.14.0-FUI-2595.2",
|
|
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.
|
|
41
|
-
"@genesislcap/rollup-builder": "15.
|
|
42
|
-
"@genesislcap/ts-builder": "15.
|
|
43
|
-
"@genesislcap/uvu-playwright-builder": "15.
|
|
44
|
-
"@genesislcap/vite-builder": "15.
|
|
45
|
-
"@genesislcap/webpack-builder": "15.
|
|
40
|
+
"@genesislcap/genx": "15.14.0-FUI-2595.2",
|
|
41
|
+
"@genesislcap/rollup-builder": "15.14.0-FUI-2595.2",
|
|
42
|
+
"@genesislcap/ts-builder": "15.14.0-FUI-2595.2",
|
|
43
|
+
"@genesislcap/uvu-playwright-builder": "15.14.0-FUI-2595.2",
|
|
44
|
+
"@genesislcap/vite-builder": "15.14.0-FUI-2595.2",
|
|
45
|
+
"@genesislcap/webpack-builder": "15.14.0-FUI-2595.2"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@genesislcap/foundation-ui": "15.
|
|
49
|
-
"@genesislcap/grid-pro": "15.
|
|
50
|
-
"@genesislcap/rapid-design-system": "15.
|
|
48
|
+
"@genesislcap/foundation-ui": "15.14.0-FUI-2595.2",
|
|
49
|
+
"@genesislcap/grid-pro": "15.14.0-FUI-2595.2",
|
|
50
|
+
"@genesislcap/rapid-design-system": "15.14.0-FUI-2595.2",
|
|
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": "
|
|
83
|
+
"gitHead": "536a11819f2b970eb21ff795a6566eafaec92cfb"
|
|
84
84
|
}
|