@genesislcap/foundation-zero-grid-pro 14.192.2 → 14.192.3-alpha-c1861f7.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.
@@ -501,6 +501,19 @@
501
501
  "module": "src/grid-pro.ts"
502
502
  }
503
503
  },
504
+ {
505
+ "kind": "field",
506
+ "name": "blockScrollingOnContextMenu",
507
+ "type": {
508
+ "text": "boolean"
509
+ },
510
+ "default": "false",
511
+ "description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
512
+ "inheritedFrom": {
513
+ "name": "GridPro",
514
+ "module": "src/grid-pro.ts"
515
+ }
516
+ },
504
517
  {
505
518
  "kind": "field",
506
519
  "name": "classNames",
@@ -692,6 +705,28 @@
692
705
  "module": "src/grid-pro.ts"
693
706
  }
694
707
  },
708
+ {
709
+ "kind": "field",
710
+ "name": "selectedRowId",
711
+ "type": {
712
+ "text": "string"
713
+ },
714
+ "inheritedFrom": {
715
+ "name": "GridPro",
716
+ "module": "src/grid-pro.ts"
717
+ }
718
+ },
719
+ {
720
+ "kind": "field",
721
+ "name": "selectedColId",
722
+ "type": {
723
+ "text": "string"
724
+ },
725
+ "inheritedFrom": {
726
+ "name": "GridPro",
727
+ "module": "src/grid-pro.ts"
728
+ }
729
+ },
695
730
  {
696
731
  "kind": "field",
697
732
  "name": "gridOptionsConfig",
@@ -1375,6 +1410,19 @@
1375
1410
  "name": "GridPro",
1376
1411
  "module": "src/grid-pro.ts"
1377
1412
  }
1413
+ },
1414
+ {
1415
+ "name": "block-scrolling-on-context-menu",
1416
+ "type": {
1417
+ "text": "boolean"
1418
+ },
1419
+ "default": "false",
1420
+ "description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
1421
+ "fieldName": "blockScrollingOnContextMenu",
1422
+ "inheritedFrom": {
1423
+ "name": "GridPro",
1424
+ "module": "src/grid-pro.ts"
1425
+ }
1378
1426
  }
1379
1427
  ]
1380
1428
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-zero-grid-pro",
3
3
  "description": "Genesis Foundation Zero Grid Pro",
4
- "version": "14.192.2",
4
+ "version": "14.192.3-alpha-c1861f7.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -35,18 +35,18 @@
35
35
  }
36
36
  },
37
37
  "devDependencies": {
38
- "@genesislcap/genx": "14.192.2",
39
- "@genesislcap/rollup-builder": "14.192.2",
40
- "@genesislcap/ts-builder": "14.192.2",
41
- "@genesislcap/uvu-playwright-builder": "14.192.2",
42
- "@genesislcap/vite-builder": "14.192.2",
43
- "@genesislcap/webpack-builder": "14.192.2",
38
+ "@genesislcap/genx": "14.192.3-alpha-c1861f7.0",
39
+ "@genesislcap/rollup-builder": "14.192.3-alpha-c1861f7.0",
40
+ "@genesislcap/ts-builder": "14.192.3-alpha-c1861f7.0",
41
+ "@genesislcap/uvu-playwright-builder": "14.192.3-alpha-c1861f7.0",
42
+ "@genesislcap/vite-builder": "14.192.3-alpha-c1861f7.0",
43
+ "@genesislcap/webpack-builder": "14.192.3-alpha-c1861f7.0",
44
44
  "rimraf": "^5.0.0"
45
45
  },
46
46
  "dependencies": {
47
- "@genesislcap/foundation-ui": "14.192.2",
48
- "@genesislcap/foundation-zero": "14.192.2",
49
- "@genesislcap/grid-pro": "14.192.2",
47
+ "@genesislcap/foundation-ui": "14.192.3-alpha-c1861f7.0",
48
+ "@genesislcap/foundation-zero": "14.192.3-alpha-c1861f7.0",
49
+ "@genesislcap/grid-pro": "14.192.3-alpha-c1861f7.0",
50
50
  "@microsoft/fast-colors": "^5.3.1",
51
51
  "@microsoft/fast-components": "^2.30.6",
52
52
  "@microsoft/fast-element": "^1.12.0",
@@ -67,5 +67,5 @@
67
67
  "access": "public"
68
68
  },
69
69
  "customElements": "dist/custom-elements.json",
70
- "gitHead": "13ed924325bd278f45f1ec1437d78ea26542d27c"
70
+ "gitHead": "1dc42088264db69343d5d46ea39f58310e41c59d"
71
71
  }