@genesislcap/foundation-zero-grid-pro 14.200.0 → 14.200.1-alpha-599cb19.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",
@@ -1393,6 +1428,19 @@
1393
1428
  "name": "GridPro",
1394
1429
  "module": "src/grid-pro.ts"
1395
1430
  }
1431
+ },
1432
+ {
1433
+ "name": "block-scrolling-on-context-menu",
1434
+ "type": {
1435
+ "text": "boolean"
1436
+ },
1437
+ "default": "false",
1438
+ "description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
1439
+ "fieldName": "blockScrollingOnContextMenu",
1440
+ "inheritedFrom": {
1441
+ "name": "GridPro",
1442
+ "module": "src/grid-pro.ts"
1443
+ }
1396
1444
  }
1397
1445
  ]
1398
1446
  },
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.200.0",
4
+ "version": "14.200.1-alpha-599cb19.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.200.0",
39
- "@genesislcap/rollup-builder": "14.200.0",
40
- "@genesislcap/ts-builder": "14.200.0",
41
- "@genesislcap/uvu-playwright-builder": "14.200.0",
42
- "@genesislcap/vite-builder": "14.200.0",
43
- "@genesislcap/webpack-builder": "14.200.0",
38
+ "@genesislcap/genx": "14.200.1-alpha-599cb19.0",
39
+ "@genesislcap/rollup-builder": "14.200.1-alpha-599cb19.0",
40
+ "@genesislcap/ts-builder": "14.200.1-alpha-599cb19.0",
41
+ "@genesislcap/uvu-playwright-builder": "14.200.1-alpha-599cb19.0",
42
+ "@genesislcap/vite-builder": "14.200.1-alpha-599cb19.0",
43
+ "@genesislcap/webpack-builder": "14.200.1-alpha-599cb19.0",
44
44
  "rimraf": "^5.0.0"
45
45
  },
46
46
  "dependencies": {
47
- "@genesislcap/foundation-ui": "14.200.0",
48
- "@genesislcap/foundation-zero": "14.200.0",
49
- "@genesislcap/grid-pro": "14.200.0",
47
+ "@genesislcap/foundation-ui": "14.200.1-alpha-599cb19.0",
48
+ "@genesislcap/foundation-zero": "14.200.1-alpha-599cb19.0",
49
+ "@genesislcap/grid-pro": "14.200.1-alpha-599cb19.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": "bf780abc088779d4155e228e348279a4825cfc39"
70
+ "gitHead": "870e612d13133e7a86b4eca45e682e14c703c382"
71
71
  }