@genesislcap/rapid-grid-pro 14.151.0 → 14.151.2-alpha-6dc6e2c.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.
@@ -450,6 +450,19 @@
450
450
  "module": "src/grid-pro.ts"
451
451
  }
452
452
  },
453
+ {
454
+ "kind": "field",
455
+ "name": "blockScrollingOnContextMenu",
456
+ "type": {
457
+ "text": "boolean"
458
+ },
459
+ "default": "false",
460
+ "description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
461
+ "inheritedFrom": {
462
+ "name": "GridPro",
463
+ "module": "src/grid-pro.ts"
464
+ }
465
+ },
453
466
  {
454
467
  "kind": "field",
455
468
  "name": "classNames",
@@ -582,6 +595,28 @@
582
595
  "module": "src/grid-pro.ts"
583
596
  }
584
597
  },
598
+ {
599
+ "kind": "field",
600
+ "name": "selectedRowId",
601
+ "type": {
602
+ "text": "string"
603
+ },
604
+ "inheritedFrom": {
605
+ "name": "GridPro",
606
+ "module": "src/grid-pro.ts"
607
+ }
608
+ },
609
+ {
610
+ "kind": "field",
611
+ "name": "selectedColId",
612
+ "type": {
613
+ "text": "string"
614
+ },
615
+ "inheritedFrom": {
616
+ "name": "GridPro",
617
+ "module": "src/grid-pro.ts"
618
+ }
619
+ },
585
620
  {
586
621
  "kind": "field",
587
622
  "name": "gridOptionsConfig",
@@ -1200,6 +1235,19 @@
1200
1235
  "name": "GridPro",
1201
1236
  "module": "src/grid-pro.ts"
1202
1237
  }
1238
+ },
1239
+ {
1240
+ "name": "block-scrolling-on-context-menu",
1241
+ "type": {
1242
+ "text": "boolean"
1243
+ },
1244
+ "default": "false",
1245
+ "description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
1246
+ "fieldName": "blockScrollingOnContextMenu",
1247
+ "inheritedFrom": {
1248
+ "name": "GridPro",
1249
+ "module": "src/grid-pro.ts"
1250
+ }
1203
1251
  }
1204
1252
  ]
1205
1253
  },
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.151.0",
4
+ "version": "14.151.2-alpha-6dc6e2c.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.151.0",
31
- "@genesislcap/rollup-builder": "14.151.0",
32
- "@genesislcap/ts-builder": "14.151.0",
33
- "@genesislcap/uvu-playwright-builder": "14.151.0",
34
- "@genesislcap/vite-builder": "14.151.0",
35
- "@genesislcap/webpack-builder": "14.151.0",
30
+ "@genesislcap/genx": "14.151.2-alpha-6dc6e2c.0",
31
+ "@genesislcap/rollup-builder": "14.151.2-alpha-6dc6e2c.0",
32
+ "@genesislcap/ts-builder": "14.151.2-alpha-6dc6e2c.0",
33
+ "@genesislcap/uvu-playwright-builder": "14.151.2-alpha-6dc6e2c.0",
34
+ "@genesislcap/vite-builder": "14.151.2-alpha-6dc6e2c.0",
35
+ "@genesislcap/webpack-builder": "14.151.2-alpha-6dc6e2c.0",
36
36
  "rimraf": "^3.0.2"
37
37
  },
38
38
  "dependencies": {
39
- "@genesislcap/foundation-ui": "14.151.0",
40
- "@genesislcap/foundation-zero": "14.151.0",
41
- "@genesislcap/grid-pro": "14.151.0",
42
- "@genesislcap/rapid-design-system": "14.151.0",
39
+ "@genesislcap/foundation-ui": "14.151.2-alpha-6dc6e2c.0",
40
+ "@genesislcap/foundation-zero": "14.151.2-alpha-6dc6e2c.0",
41
+ "@genesislcap/grid-pro": "14.151.2-alpha-6dc6e2c.0",
42
+ "@genesislcap/rapid-design-system": "14.151.2-alpha-6dc6e2c.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": "e7584f85787986655c4c4aa9d2680e7e7e9d00a3"
63
+ "gitHead": "ead29961faf124f80ee8195b7f318586cc51c71f"
64
64
  }