@genesislcap/rapid-grid-pro 14.162.0 → 14.162.2-alpha-37a3d46.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.
@@ -461,6 +461,19 @@
461
461
  "module": "src/grid-pro.ts"
462
462
  }
463
463
  },
464
+ {
465
+ "kind": "field",
466
+ "name": "blockScrollingOnContextMenu",
467
+ "type": {
468
+ "text": "boolean"
469
+ },
470
+ "default": "false",
471
+ "description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
472
+ "inheritedFrom": {
473
+ "name": "GridPro",
474
+ "module": "src/grid-pro.ts"
475
+ }
476
+ },
464
477
  {
465
478
  "kind": "field",
466
479
  "name": "classNames",
@@ -639,6 +652,28 @@
639
652
  "module": "src/grid-pro.ts"
640
653
  }
641
654
  },
655
+ {
656
+ "kind": "field",
657
+ "name": "selectedRowId",
658
+ "type": {
659
+ "text": "string"
660
+ },
661
+ "inheritedFrom": {
662
+ "name": "GridPro",
663
+ "module": "src/grid-pro.ts"
664
+ }
665
+ },
666
+ {
667
+ "kind": "field",
668
+ "name": "selectedColId",
669
+ "type": {
670
+ "text": "string"
671
+ },
672
+ "inheritedFrom": {
673
+ "name": "GridPro",
674
+ "module": "src/grid-pro.ts"
675
+ }
676
+ },
642
677
  {
643
678
  "kind": "field",
644
679
  "name": "gridOptionsConfig",
@@ -1291,6 +1326,19 @@
1291
1326
  "name": "GridPro",
1292
1327
  "module": "src/grid-pro.ts"
1293
1328
  }
1329
+ },
1330
+ {
1331
+ "name": "block-scrolling-on-context-menu",
1332
+ "type": {
1333
+ "text": "boolean"
1334
+ },
1335
+ "default": "false",
1336
+ "description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
1337
+ "fieldName": "blockScrollingOnContextMenu",
1338
+ "inheritedFrom": {
1339
+ "name": "GridPro",
1340
+ "module": "src/grid-pro.ts"
1341
+ }
1294
1342
  }
1295
1343
  ]
1296
1344
  },
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.162.0",
4
+ "version": "14.162.2-alpha-37a3d46.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.162.0",
31
- "@genesislcap/rollup-builder": "14.162.0",
32
- "@genesislcap/ts-builder": "14.162.0",
33
- "@genesislcap/uvu-playwright-builder": "14.162.0",
34
- "@genesislcap/vite-builder": "14.162.0",
35
- "@genesislcap/webpack-builder": "14.162.0",
30
+ "@genesislcap/genx": "14.162.2-alpha-37a3d46.0",
31
+ "@genesislcap/rollup-builder": "14.162.2-alpha-37a3d46.0",
32
+ "@genesislcap/ts-builder": "14.162.2-alpha-37a3d46.0",
33
+ "@genesislcap/uvu-playwright-builder": "14.162.2-alpha-37a3d46.0",
34
+ "@genesislcap/vite-builder": "14.162.2-alpha-37a3d46.0",
35
+ "@genesislcap/webpack-builder": "14.162.2-alpha-37a3d46.0",
36
36
  "rimraf": "^3.0.2"
37
37
  },
38
38
  "dependencies": {
39
- "@genesislcap/foundation-ui": "14.162.0",
40
- "@genesislcap/foundation-zero": "14.162.0",
41
- "@genesislcap/grid-pro": "14.162.0",
42
- "@genesislcap/rapid-design-system": "14.162.0",
39
+ "@genesislcap/foundation-ui": "14.162.2-alpha-37a3d46.0",
40
+ "@genesislcap/foundation-zero": "14.162.2-alpha-37a3d46.0",
41
+ "@genesislcap/grid-pro": "14.162.2-alpha-37a3d46.0",
42
+ "@genesislcap/rapid-design-system": "14.162.2-alpha-37a3d46.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": "874e7ee403e4cfab01c6fb2542ae3264c7202831"
63
+ "gitHead": "1ca1f5a8c54489a32e5bf7ca9cb0182a7822eaa0"
64
64
  }