@genesislcap/foundation-zero-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.
- package/dist/custom-elements.json +9 -0
- package/package.json +11 -11
|
@@ -673,6 +673,15 @@
|
|
|
673
673
|
"module": "src/grid-pro.ts"
|
|
674
674
|
}
|
|
675
675
|
},
|
|
676
|
+
{
|
|
677
|
+
"kind": "method",
|
|
678
|
+
"name": "gridSlotChanged",
|
|
679
|
+
"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.",
|
|
680
|
+
"inheritedFrom": {
|
|
681
|
+
"name": "GridPro",
|
|
682
|
+
"module": "src/grid-pro.ts"
|
|
683
|
+
}
|
|
684
|
+
},
|
|
676
685
|
{
|
|
677
686
|
"kind": "field",
|
|
678
687
|
"name": "themeMode",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero-grid-pro",
|
|
3
3
|
"description": "Genesis Foundation Zero Grid Pro",
|
|
4
|
-
"version": "15.
|
|
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.
|
|
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",
|
|
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.
|
|
49
|
-
"@genesislcap/foundation-zero": "15.
|
|
50
|
-
"@genesislcap/grid-pro": "15.
|
|
48
|
+
"@genesislcap/foundation-ui": "15.14.0",
|
|
49
|
+
"@genesislcap/foundation-zero": "15.14.0",
|
|
50
|
+
"@genesislcap/grid-pro": "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",
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"require": "./dist/react.cjs"
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "d84656a0872b2274be6f6b20a87a28504b48ed2a"
|
|
82
82
|
}
|