@genesislcap/rapid-grid-pro 14.176.0 → 14.176.1-alpha-6ef4895.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 +48 -0
- package/package.json +12 -12
|
@@ -472,6 +472,19 @@
|
|
|
472
472
|
"module": "src/grid-pro.ts"
|
|
473
473
|
}
|
|
474
474
|
},
|
|
475
|
+
{
|
|
476
|
+
"kind": "field",
|
|
477
|
+
"name": "blockScrollingOnContextMenu",
|
|
478
|
+
"type": {
|
|
479
|
+
"text": "boolean"
|
|
480
|
+
},
|
|
481
|
+
"default": "false",
|
|
482
|
+
"description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
|
|
483
|
+
"inheritedFrom": {
|
|
484
|
+
"name": "GridPro",
|
|
485
|
+
"module": "src/grid-pro.ts"
|
|
486
|
+
}
|
|
487
|
+
},
|
|
475
488
|
{
|
|
476
489
|
"kind": "field",
|
|
477
490
|
"name": "classNames",
|
|
@@ -663,6 +676,28 @@
|
|
|
663
676
|
"module": "src/grid-pro.ts"
|
|
664
677
|
}
|
|
665
678
|
},
|
|
679
|
+
{
|
|
680
|
+
"kind": "field",
|
|
681
|
+
"name": "selectedRowId",
|
|
682
|
+
"type": {
|
|
683
|
+
"text": "string"
|
|
684
|
+
},
|
|
685
|
+
"inheritedFrom": {
|
|
686
|
+
"name": "GridPro",
|
|
687
|
+
"module": "src/grid-pro.ts"
|
|
688
|
+
}
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"kind": "field",
|
|
692
|
+
"name": "selectedColId",
|
|
693
|
+
"type": {
|
|
694
|
+
"text": "string"
|
|
695
|
+
},
|
|
696
|
+
"inheritedFrom": {
|
|
697
|
+
"name": "GridPro",
|
|
698
|
+
"module": "src/grid-pro.ts"
|
|
699
|
+
}
|
|
700
|
+
},
|
|
666
701
|
{
|
|
667
702
|
"kind": "field",
|
|
668
703
|
"name": "gridOptionsConfig",
|
|
@@ -1346,6 +1381,19 @@
|
|
|
1346
1381
|
"name": "GridPro",
|
|
1347
1382
|
"module": "src/grid-pro.ts"
|
|
1348
1383
|
}
|
|
1384
|
+
},
|
|
1385
|
+
{
|
|
1386
|
+
"name": "block-scrolling-on-context-menu",
|
|
1387
|
+
"type": {
|
|
1388
|
+
"text": "boolean"
|
|
1389
|
+
},
|
|
1390
|
+
"default": "false",
|
|
1391
|
+
"description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
|
|
1392
|
+
"fieldName": "blockScrollingOnContextMenu",
|
|
1393
|
+
"inheritedFrom": {
|
|
1394
|
+
"name": "GridPro",
|
|
1395
|
+
"module": "src/grid-pro.ts"
|
|
1396
|
+
}
|
|
1349
1397
|
}
|
|
1350
1398
|
]
|
|
1351
1399
|
},
|
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": "14.176.0",
|
|
4
|
+
"version": "14.176.1-alpha-6ef4895.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -27,19 +27,19 @@
|
|
|
27
27
|
"serve": "genx serve"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@genesislcap/genx": "14.176.0",
|
|
31
|
-
"@genesislcap/rollup-builder": "14.176.0",
|
|
32
|
-
"@genesislcap/ts-builder": "14.176.0",
|
|
33
|
-
"@genesislcap/uvu-playwright-builder": "14.176.0",
|
|
34
|
-
"@genesislcap/vite-builder": "14.176.0",
|
|
35
|
-
"@genesislcap/webpack-builder": "14.176.0",
|
|
30
|
+
"@genesislcap/genx": "14.176.1-alpha-6ef4895.0",
|
|
31
|
+
"@genesislcap/rollup-builder": "14.176.1-alpha-6ef4895.0",
|
|
32
|
+
"@genesislcap/ts-builder": "14.176.1-alpha-6ef4895.0",
|
|
33
|
+
"@genesislcap/uvu-playwright-builder": "14.176.1-alpha-6ef4895.0",
|
|
34
|
+
"@genesislcap/vite-builder": "14.176.1-alpha-6ef4895.0",
|
|
35
|
+
"@genesislcap/webpack-builder": "14.176.1-alpha-6ef4895.0",
|
|
36
36
|
"rimraf": "^3.0.2"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@genesislcap/foundation-ui": "14.176.0",
|
|
40
|
-
"@genesislcap/foundation-zero": "14.176.0",
|
|
41
|
-
"@genesislcap/grid-pro": "14.176.0",
|
|
42
|
-
"@genesislcap/rapid-design-system": "14.176.0",
|
|
39
|
+
"@genesislcap/foundation-ui": "14.176.1-alpha-6ef4895.0",
|
|
40
|
+
"@genesislcap/foundation-zero": "14.176.1-alpha-6ef4895.0",
|
|
41
|
+
"@genesislcap/grid-pro": "14.176.1-alpha-6ef4895.0",
|
|
42
|
+
"@genesislcap/rapid-design-system": "14.176.1-alpha-6ef4895.0",
|
|
43
43
|
"@microsoft/fast-colors": "^5.3.1",
|
|
44
44
|
"@microsoft/fast-components": "^2.30.6",
|
|
45
45
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"access": "public"
|
|
61
61
|
},
|
|
62
62
|
"customElements": "dist/custom-elements.json",
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "7576777c410789f2699b2522129c8a206f3ccacf"
|
|
64
64
|
}
|