@genesislcap/foundation-zero-grid-pro 14.200.1-alpha-599cb19.0 → 14.201.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,19 +501,6 @@
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
- },
517
504
  {
518
505
  "kind": "field",
519
506
  "name": "classNames",
@@ -705,28 +692,6 @@
705
692
  "module": "src/grid-pro.ts"
706
693
  }
707
694
  },
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
- },
730
695
  {
731
696
  "kind": "field",
732
697
  "name": "gridOptionsConfig",
@@ -1428,19 +1393,6 @@
1428
1393
  "name": "GridPro",
1429
1394
  "module": "src/grid-pro.ts"
1430
1395
  }
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
- }
1444
1396
  }
1445
1397
  ]
1446
1398
  },
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.1-alpha-599cb19.0",
4
+ "version": "14.201.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.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",
38
+ "@genesislcap/genx": "14.201.0",
39
+ "@genesislcap/rollup-builder": "14.201.0",
40
+ "@genesislcap/ts-builder": "14.201.0",
41
+ "@genesislcap/uvu-playwright-builder": "14.201.0",
42
+ "@genesislcap/vite-builder": "14.201.0",
43
+ "@genesislcap/webpack-builder": "14.201.0",
44
44
  "rimraf": "^5.0.0"
45
45
  },
46
46
  "dependencies": {
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",
47
+ "@genesislcap/foundation-ui": "14.201.0",
48
+ "@genesislcap/foundation-zero": "14.201.0",
49
+ "@genesislcap/grid-pro": "14.201.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": "870e612d13133e7a86b4eca45e682e14c703c382"
70
+ "gitHead": "d9585bb0f774fe0193ae3b7306e3b73a69e09f56"
71
71
  }