@genesislcap/rapid-grid-pro 14.154.3-alpha-005efd0.0 → 14.154.3-alpha-359bdfd.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.
@@ -449,6 +449,19 @@
449
449
  "module": "src/grid-pro.ts"
450
450
  }
451
451
  },
452
+ {
453
+ "kind": "field",
454
+ "name": "blockScrollingOnContextMenu",
455
+ "type": {
456
+ "text": "boolean"
457
+ },
458
+ "default": "false",
459
+ "description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
460
+ "inheritedFrom": {
461
+ "name": "GridPro",
462
+ "module": "src/grid-pro.ts"
463
+ }
464
+ },
452
465
  {
453
466
  "kind": "field",
454
467
  "name": "classNames",
@@ -593,6 +606,28 @@
593
606
  "module": "src/grid-pro.ts"
594
607
  }
595
608
  },
609
+ {
610
+ "kind": "field",
611
+ "name": "selectedRowId",
612
+ "type": {
613
+ "text": "string"
614
+ },
615
+ "inheritedFrom": {
616
+ "name": "GridPro",
617
+ "module": "src/grid-pro.ts"
618
+ }
619
+ },
620
+ {
621
+ "kind": "field",
622
+ "name": "selectedColId",
623
+ "type": {
624
+ "text": "string"
625
+ },
626
+ "inheritedFrom": {
627
+ "name": "GridPro",
628
+ "module": "src/grid-pro.ts"
629
+ }
630
+ },
596
631
  {
597
632
  "kind": "field",
598
633
  "name": "gridOptionsConfig",
@@ -1234,6 +1269,19 @@
1234
1269
  "name": "GridPro",
1235
1270
  "module": "src/grid-pro.ts"
1236
1271
  }
1272
+ },
1273
+ {
1274
+ "name": "block-scrolling-on-context-menu",
1275
+ "type": {
1276
+ "text": "boolean"
1277
+ },
1278
+ "default": "false",
1279
+ "description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
1280
+ "fieldName": "blockScrollingOnContextMenu",
1281
+ "inheritedFrom": {
1282
+ "name": "GridPro",
1283
+ "module": "src/grid-pro.ts"
1284
+ }
1237
1285
  }
1238
1286
  ]
1239
1287
  },
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.154.3-alpha-005efd0.0",
4
+ "version": "14.154.3-alpha-359bdfd.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.154.3-alpha-005efd0.0",
31
- "@genesislcap/rollup-builder": "14.154.3-alpha-005efd0.0",
32
- "@genesislcap/ts-builder": "14.154.3-alpha-005efd0.0",
33
- "@genesislcap/uvu-playwright-builder": "14.154.3-alpha-005efd0.0",
34
- "@genesislcap/vite-builder": "14.154.3-alpha-005efd0.0",
35
- "@genesislcap/webpack-builder": "14.154.3-alpha-005efd0.0",
30
+ "@genesislcap/genx": "14.154.3-alpha-359bdfd.0",
31
+ "@genesislcap/rollup-builder": "14.154.3-alpha-359bdfd.0",
32
+ "@genesislcap/ts-builder": "14.154.3-alpha-359bdfd.0",
33
+ "@genesislcap/uvu-playwright-builder": "14.154.3-alpha-359bdfd.0",
34
+ "@genesislcap/vite-builder": "14.154.3-alpha-359bdfd.0",
35
+ "@genesislcap/webpack-builder": "14.154.3-alpha-359bdfd.0",
36
36
  "rimraf": "^3.0.2"
37
37
  },
38
38
  "dependencies": {
39
- "@genesislcap/foundation-ui": "14.154.3-alpha-005efd0.0",
40
- "@genesislcap/foundation-zero": "14.154.3-alpha-005efd0.0",
41
- "@genesislcap/grid-pro": "14.154.3-alpha-005efd0.0",
42
- "@genesislcap/rapid-design-system": "14.154.3-alpha-005efd0.0",
39
+ "@genesislcap/foundation-ui": "14.154.3-alpha-359bdfd.0",
40
+ "@genesislcap/foundation-zero": "14.154.3-alpha-359bdfd.0",
41
+ "@genesislcap/grid-pro": "14.154.3-alpha-359bdfd.0",
42
+ "@genesislcap/rapid-design-system": "14.154.3-alpha-359bdfd.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": "fa36ebc89b01edb691b2e6c782be39024528b157"
63
+ "gitHead": "835f258ddff9da4f231dbe6493ebf0fa385a5c6b"
64
64
  }