@genesislcap/rapid-grid-pro 15.30.1 → 15.30.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 +2 -2
- package/package.json +10 -10
|
@@ -376,11 +376,11 @@
|
|
|
376
376
|
},
|
|
377
377
|
{
|
|
378
378
|
"kind": "field",
|
|
379
|
-
"name": "
|
|
379
|
+
"name": "canReorderInPanel",
|
|
380
380
|
"type": {
|
|
381
381
|
"text": "boolean"
|
|
382
382
|
},
|
|
383
|
-
"description": "
|
|
383
|
+
"description": "Panel reorder disabled while search filter is active.",
|
|
384
384
|
"readonly": true,
|
|
385
385
|
"inheritedFrom": {
|
|
386
386
|
"name": "ColumnSelection",
|
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.30.
|
|
4
|
+
"version": "15.30.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.30.
|
|
41
|
-
"@genesislcap/rollup-builder": "15.30.
|
|
42
|
-
"@genesislcap/ts-builder": "15.30.
|
|
43
|
-
"@genesislcap/uvu-playwright-builder": "15.30.
|
|
44
|
-
"@genesislcap/vite-builder": "15.30.
|
|
45
|
-
"@genesislcap/webpack-builder": "15.30.
|
|
40
|
+
"@genesislcap/genx": "15.30.2",
|
|
41
|
+
"@genesislcap/rollup-builder": "15.30.2",
|
|
42
|
+
"@genesislcap/ts-builder": "15.30.2",
|
|
43
|
+
"@genesislcap/uvu-playwright-builder": "15.30.2",
|
|
44
|
+
"@genesislcap/vite-builder": "15.30.2",
|
|
45
|
+
"@genesislcap/webpack-builder": "15.30.2"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@genesislcap/foundation-ui": "15.30.
|
|
49
|
-
"@genesislcap/grid-pro": "15.30.
|
|
50
|
-
"@genesislcap/rapid-design-system": "15.30.
|
|
48
|
+
"@genesislcap/foundation-ui": "15.30.2",
|
|
49
|
+
"@genesislcap/grid-pro": "15.30.2",
|
|
50
|
+
"@genesislcap/rapid-design-system": "15.30.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",
|