@genesislcap/rapid-grid-pro 14.162.2-alpha-37a3d46.0 → 14.162.2-alpha-bb01329.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.
- package/dist/custom-elements.json +0 -48
- package/package.json +12 -12
|
@@ -461,19 +461,6 @@
|
|
|
461
461
|
"module": "src/grid-pro.ts"
|
|
462
462
|
}
|
|
463
463
|
},
|
|
464
|
-
{
|
|
465
|
-
"kind": "field",
|
|
466
|
-
"name": "blockScrollingOnContextMenu",
|
|
467
|
-
"type": {
|
|
468
|
-
"text": "boolean"
|
|
469
|
-
},
|
|
470
|
-
"default": "false",
|
|
471
|
-
"description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
|
|
472
|
-
"inheritedFrom": {
|
|
473
|
-
"name": "GridPro",
|
|
474
|
-
"module": "src/grid-pro.ts"
|
|
475
|
-
}
|
|
476
|
-
},
|
|
477
464
|
{
|
|
478
465
|
"kind": "field",
|
|
479
466
|
"name": "classNames",
|
|
@@ -652,28 +639,6 @@
|
|
|
652
639
|
"module": "src/grid-pro.ts"
|
|
653
640
|
}
|
|
654
641
|
},
|
|
655
|
-
{
|
|
656
|
-
"kind": "field",
|
|
657
|
-
"name": "selectedRowId",
|
|
658
|
-
"type": {
|
|
659
|
-
"text": "string"
|
|
660
|
-
},
|
|
661
|
-
"inheritedFrom": {
|
|
662
|
-
"name": "GridPro",
|
|
663
|
-
"module": "src/grid-pro.ts"
|
|
664
|
-
}
|
|
665
|
-
},
|
|
666
|
-
{
|
|
667
|
-
"kind": "field",
|
|
668
|
-
"name": "selectedColId",
|
|
669
|
-
"type": {
|
|
670
|
-
"text": "string"
|
|
671
|
-
},
|
|
672
|
-
"inheritedFrom": {
|
|
673
|
-
"name": "GridPro",
|
|
674
|
-
"module": "src/grid-pro.ts"
|
|
675
|
-
}
|
|
676
|
-
},
|
|
677
642
|
{
|
|
678
643
|
"kind": "field",
|
|
679
644
|
"name": "gridOptionsConfig",
|
|
@@ -1326,19 +1291,6 @@
|
|
|
1326
1291
|
"name": "GridPro",
|
|
1327
1292
|
"module": "src/grid-pro.ts"
|
|
1328
1293
|
}
|
|
1329
|
-
},
|
|
1330
|
-
{
|
|
1331
|
-
"name": "block-scrolling-on-context-menu",
|
|
1332
|
-
"type": {
|
|
1333
|
-
"text": "boolean"
|
|
1334
|
-
},
|
|
1335
|
-
"default": "false",
|
|
1336
|
-
"description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
|
|
1337
|
-
"fieldName": "blockScrollingOnContextMenu",
|
|
1338
|
-
"inheritedFrom": {
|
|
1339
|
-
"name": "GridPro",
|
|
1340
|
-
"module": "src/grid-pro.ts"
|
|
1341
|
-
}
|
|
1342
1294
|
}
|
|
1343
1295
|
]
|
|
1344
1296
|
},
|
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.162.2-alpha-
|
|
4
|
+
"version": "14.162.2-alpha-bb01329.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.162.2-alpha-
|
|
31
|
-
"@genesislcap/rollup-builder": "14.162.2-alpha-
|
|
32
|
-
"@genesislcap/ts-builder": "14.162.2-alpha-
|
|
33
|
-
"@genesislcap/uvu-playwright-builder": "14.162.2-alpha-
|
|
34
|
-
"@genesislcap/vite-builder": "14.162.2-alpha-
|
|
35
|
-
"@genesislcap/webpack-builder": "14.162.2-alpha-
|
|
30
|
+
"@genesislcap/genx": "14.162.2-alpha-bb01329.0",
|
|
31
|
+
"@genesislcap/rollup-builder": "14.162.2-alpha-bb01329.0",
|
|
32
|
+
"@genesislcap/ts-builder": "14.162.2-alpha-bb01329.0",
|
|
33
|
+
"@genesislcap/uvu-playwright-builder": "14.162.2-alpha-bb01329.0",
|
|
34
|
+
"@genesislcap/vite-builder": "14.162.2-alpha-bb01329.0",
|
|
35
|
+
"@genesislcap/webpack-builder": "14.162.2-alpha-bb01329.0",
|
|
36
36
|
"rimraf": "^3.0.2"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@genesislcap/foundation-ui": "14.162.2-alpha-
|
|
40
|
-
"@genesislcap/foundation-zero": "14.162.2-alpha-
|
|
41
|
-
"@genesislcap/grid-pro": "14.162.2-alpha-
|
|
42
|
-
"@genesislcap/rapid-design-system": "14.162.2-alpha-
|
|
39
|
+
"@genesislcap/foundation-ui": "14.162.2-alpha-bb01329.0",
|
|
40
|
+
"@genesislcap/foundation-zero": "14.162.2-alpha-bb01329.0",
|
|
41
|
+
"@genesislcap/grid-pro": "14.162.2-alpha-bb01329.0",
|
|
42
|
+
"@genesislcap/rapid-design-system": "14.162.2-alpha-bb01329.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": "
|
|
63
|
+
"gitHead": "b89eff824ab2a60b81c96a91f730d8cb11e90afd"
|
|
64
64
|
}
|