@genesislcap/rapid-grid-pro 14.154.3-alpha-359bdfd.0 → 14.154.3-alpha-7f7d442.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
|
@@ -449,19 +449,6 @@
|
|
|
449
449
|
"module": "src/grid-pro.ts"
|
|
450
450
|
}
|
|
451
451
|
},
|
|
452
|
-
{
|
|
453
|
-
"kind": "field",
|
|
454
|
-
"name": "blockScrollingOnContextMenu",
|
|
455
|
-
"type": {
|
|
456
|
-
"text": "boolean"
|
|
457
|
-
},
|
|
458
|
-
"default": "false",
|
|
459
|
-
"description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
|
|
460
|
-
"inheritedFrom": {
|
|
461
|
-
"name": "GridPro",
|
|
462
|
-
"module": "src/grid-pro.ts"
|
|
463
|
-
}
|
|
464
|
-
},
|
|
465
452
|
{
|
|
466
453
|
"kind": "field",
|
|
467
454
|
"name": "classNames",
|
|
@@ -606,28 +593,6 @@
|
|
|
606
593
|
"module": "src/grid-pro.ts"
|
|
607
594
|
}
|
|
608
595
|
},
|
|
609
|
-
{
|
|
610
|
-
"kind": "field",
|
|
611
|
-
"name": "selectedRowId",
|
|
612
|
-
"type": {
|
|
613
|
-
"text": "string"
|
|
614
|
-
},
|
|
615
|
-
"inheritedFrom": {
|
|
616
|
-
"name": "GridPro",
|
|
617
|
-
"module": "src/grid-pro.ts"
|
|
618
|
-
}
|
|
619
|
-
},
|
|
620
|
-
{
|
|
621
|
-
"kind": "field",
|
|
622
|
-
"name": "selectedColId",
|
|
623
|
-
"type": {
|
|
624
|
-
"text": "string"
|
|
625
|
-
},
|
|
626
|
-
"inheritedFrom": {
|
|
627
|
-
"name": "GridPro",
|
|
628
|
-
"module": "src/grid-pro.ts"
|
|
629
|
-
}
|
|
630
|
-
},
|
|
631
596
|
{
|
|
632
597
|
"kind": "field",
|
|
633
598
|
"name": "gridOptionsConfig",
|
|
@@ -1269,19 +1234,6 @@
|
|
|
1269
1234
|
"name": "GridPro",
|
|
1270
1235
|
"module": "src/grid-pro.ts"
|
|
1271
1236
|
}
|
|
1272
|
-
},
|
|
1273
|
-
{
|
|
1274
|
-
"name": "block-scrolling-on-context-menu",
|
|
1275
|
-
"type": {
|
|
1276
|
-
"text": "boolean"
|
|
1277
|
-
},
|
|
1278
|
-
"default": "false",
|
|
1279
|
-
"description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
|
|
1280
|
-
"fieldName": "blockScrollingOnContextMenu",
|
|
1281
|
-
"inheritedFrom": {
|
|
1282
|
-
"name": "GridPro",
|
|
1283
|
-
"module": "src/grid-pro.ts"
|
|
1284
|
-
}
|
|
1285
1237
|
}
|
|
1286
1238
|
]
|
|
1287
1239
|
},
|
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.154.3-alpha-
|
|
4
|
+
"version": "14.154.3-alpha-7f7d442.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.154.3-alpha-
|
|
31
|
-
"@genesislcap/rollup-builder": "14.154.3-alpha-
|
|
32
|
-
"@genesislcap/ts-builder": "14.154.3-alpha-
|
|
33
|
-
"@genesislcap/uvu-playwright-builder": "14.154.3-alpha-
|
|
34
|
-
"@genesislcap/vite-builder": "14.154.3-alpha-
|
|
35
|
-
"@genesislcap/webpack-builder": "14.154.3-alpha-
|
|
30
|
+
"@genesislcap/genx": "14.154.3-alpha-7f7d442.0",
|
|
31
|
+
"@genesislcap/rollup-builder": "14.154.3-alpha-7f7d442.0",
|
|
32
|
+
"@genesislcap/ts-builder": "14.154.3-alpha-7f7d442.0",
|
|
33
|
+
"@genesislcap/uvu-playwright-builder": "14.154.3-alpha-7f7d442.0",
|
|
34
|
+
"@genesislcap/vite-builder": "14.154.3-alpha-7f7d442.0",
|
|
35
|
+
"@genesislcap/webpack-builder": "14.154.3-alpha-7f7d442.0",
|
|
36
36
|
"rimraf": "^3.0.2"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@genesislcap/foundation-ui": "14.154.3-alpha-
|
|
40
|
-
"@genesislcap/foundation-zero": "14.154.3-alpha-
|
|
41
|
-
"@genesislcap/grid-pro": "14.154.3-alpha-
|
|
42
|
-
"@genesislcap/rapid-design-system": "14.154.3-alpha-
|
|
39
|
+
"@genesislcap/foundation-ui": "14.154.3-alpha-7f7d442.0",
|
|
40
|
+
"@genesislcap/foundation-zero": "14.154.3-alpha-7f7d442.0",
|
|
41
|
+
"@genesislcap/grid-pro": "14.154.3-alpha-7f7d442.0",
|
|
42
|
+
"@genesislcap/rapid-design-system": "14.154.3-alpha-7f7d442.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": "59fbb6e751367a05a5c025a82991366529d7b0f9"
|
|
64
64
|
}
|