@genesislcap/rapid-grid-pro 14.144.1 → 14.144.2-alpha-d5a1f36.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.
@@ -437,6 +437,19 @@
437
437
  "module": "src/grid-pro.ts"
438
438
  }
439
439
  },
440
+ {
441
+ "kind": "field",
442
+ "name": "blockScrollingOnContextMenu",
443
+ "type": {
444
+ "text": "boolean"
445
+ },
446
+ "default": "false",
447
+ "description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
448
+ "inheritedFrom": {
449
+ "name": "GridPro",
450
+ "module": "src/grid-pro.ts"
451
+ }
452
+ },
440
453
  {
441
454
  "kind": "field",
442
455
  "name": "classNames",
@@ -1119,6 +1132,19 @@
1119
1132
  "name": "GridPro",
1120
1133
  "module": "src/grid-pro.ts"
1121
1134
  }
1135
+ },
1136
+ {
1137
+ "name": "block-scrolling-on-context-menu",
1138
+ "type": {
1139
+ "text": "boolean"
1140
+ },
1141
+ "default": "false",
1142
+ "description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
1143
+ "fieldName": "blockScrollingOnContextMenu",
1144
+ "inheritedFrom": {
1145
+ "name": "GridPro",
1146
+ "module": "src/grid-pro.ts"
1147
+ }
1122
1148
  }
1123
1149
  ]
1124
1150
  },
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.144.1",
4
+ "version": "14.144.2-alpha-d5a1f36.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,14 +27,14 @@
27
27
  "serve": "genx serve"
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/genx": "14.144.1",
30
+ "@genesislcap/genx": "14.144.2-alpha-d5a1f36.0",
31
31
  "rimraf": "^3.0.2"
32
32
  },
33
33
  "dependencies": {
34
- "@genesislcap/foundation-ui": "14.144.1",
35
- "@genesislcap/foundation-zero": "14.144.1",
36
- "@genesislcap/grid-pro": "14.144.1",
37
- "@genesislcap/rapid-design-system": "14.144.1",
34
+ "@genesislcap/foundation-ui": "14.144.2-alpha-d5a1f36.0",
35
+ "@genesislcap/foundation-zero": "14.144.2-alpha-d5a1f36.0",
36
+ "@genesislcap/grid-pro": "14.144.2-alpha-d5a1f36.0",
37
+ "@genesislcap/rapid-design-system": "14.144.2-alpha-d5a1f36.0",
38
38
  "@microsoft/fast-colors": "^5.3.1",
39
39
  "@microsoft/fast-components": "^2.30.6",
40
40
  "@microsoft/fast-element": "^1.12.0",
@@ -55,5 +55,5 @@
55
55
  "access": "public"
56
56
  },
57
57
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "35ac01f58ce5a5502d34247e49ab93d0888cd3f7"
58
+ "gitHead": "c6ae2c9e0d8774373917940b74613776a1010fa7"
59
59
  }