@genesislcap/rapid-grid-pro 14.144.2-alpha-d5a1f36.0 → 14.145.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 +56 -26
- package/package.json +7 -7
|
@@ -437,19 +437,6 @@
|
|
|
437
437
|
"module": "src/grid-pro.ts"
|
|
438
438
|
}
|
|
439
439
|
},
|
|
440
|
-
{
|
|
441
|
-
"kind": "field",
|
|
442
|
-
"name": "blockScrollingOnContextMenu",
|
|
443
|
-
"type": {
|
|
444
|
-
"text": "boolean"
|
|
445
|
-
},
|
|
446
|
-
"default": "false",
|
|
447
|
-
"description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
|
|
448
|
-
"inheritedFrom": {
|
|
449
|
-
"name": "GridPro",
|
|
450
|
-
"module": "src/grid-pro.ts"
|
|
451
|
-
}
|
|
452
|
-
},
|
|
453
440
|
{
|
|
454
441
|
"kind": "field",
|
|
455
442
|
"name": "classNames",
|
|
@@ -556,6 +543,19 @@
|
|
|
556
543
|
"module": "src/grid-pro.ts"
|
|
557
544
|
}
|
|
558
545
|
},
|
|
546
|
+
{
|
|
547
|
+
"kind": "field",
|
|
548
|
+
"name": "gridEventsQueue",
|
|
549
|
+
"type": {
|
|
550
|
+
"text": "string[]"
|
|
551
|
+
},
|
|
552
|
+
"privacy": "private",
|
|
553
|
+
"default": "[]",
|
|
554
|
+
"inheritedFrom": {
|
|
555
|
+
"name": "GridPro",
|
|
556
|
+
"module": "src/grid-pro.ts"
|
|
557
|
+
}
|
|
558
|
+
},
|
|
559
559
|
{
|
|
560
560
|
"kind": "field",
|
|
561
561
|
"name": "filterConfig",
|
|
@@ -581,6 +581,49 @@
|
|
|
581
581
|
"module": "src/grid-pro.ts"
|
|
582
582
|
}
|
|
583
583
|
},
|
|
584
|
+
{
|
|
585
|
+
"kind": "method",
|
|
586
|
+
"name": "addEventListener",
|
|
587
|
+
"parameters": [
|
|
588
|
+
{
|
|
589
|
+
"name": "type",
|
|
590
|
+
"type": {
|
|
591
|
+
"text": "any"
|
|
592
|
+
}
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"name": "listener"
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"name": "options",
|
|
599
|
+
"optional": true,
|
|
600
|
+
"type": {
|
|
601
|
+
"text": "boolean | AddEventListenerOptions"
|
|
602
|
+
}
|
|
603
|
+
}
|
|
604
|
+
],
|
|
605
|
+
"inheritedFrom": {
|
|
606
|
+
"name": "GridPro",
|
|
607
|
+
"module": "src/grid-pro.ts"
|
|
608
|
+
}
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"kind": "method",
|
|
612
|
+
"name": "addGridEventListener",
|
|
613
|
+
"privacy": "private",
|
|
614
|
+
"parameters": [
|
|
615
|
+
{
|
|
616
|
+
"name": "type",
|
|
617
|
+
"type": {
|
|
618
|
+
"text": "string"
|
|
619
|
+
}
|
|
620
|
+
}
|
|
621
|
+
],
|
|
622
|
+
"inheritedFrom": {
|
|
623
|
+
"name": "GridPro",
|
|
624
|
+
"module": "src/grid-pro.ts"
|
|
625
|
+
}
|
|
626
|
+
},
|
|
584
627
|
{
|
|
585
628
|
"kind": "method",
|
|
586
629
|
"name": "combineAllGridComponents",
|
|
@@ -1132,19 +1175,6 @@
|
|
|
1132
1175
|
"name": "GridPro",
|
|
1133
1176
|
"module": "src/grid-pro.ts"
|
|
1134
1177
|
}
|
|
1135
|
-
},
|
|
1136
|
-
{
|
|
1137
|
-
"name": "block-scrolling-on-context-menu",
|
|
1138
|
-
"type": {
|
|
1139
|
-
"text": "boolean"
|
|
1140
|
-
},
|
|
1141
|
-
"default": "false",
|
|
1142
|
-
"description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
|
|
1143
|
-
"fieldName": "blockScrollingOnContextMenu",
|
|
1144
|
-
"inheritedFrom": {
|
|
1145
|
-
"name": "GridPro",
|
|
1146
|
-
"module": "src/grid-pro.ts"
|
|
1147
|
-
}
|
|
1148
1178
|
}
|
|
1149
1179
|
]
|
|
1150
1180
|
},
|
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.
|
|
4
|
+
"version": "14.145.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
"serve": "genx serve"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@genesislcap/genx": "14.
|
|
30
|
+
"@genesislcap/genx": "14.145.0",
|
|
31
31
|
"rimraf": "^3.0.2"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@genesislcap/foundation-ui": "14.
|
|
35
|
-
"@genesislcap/foundation-zero": "14.
|
|
36
|
-
"@genesislcap/grid-pro": "14.
|
|
37
|
-
"@genesislcap/rapid-design-system": "14.
|
|
34
|
+
"@genesislcap/foundation-ui": "14.145.0",
|
|
35
|
+
"@genesislcap/foundation-zero": "14.145.0",
|
|
36
|
+
"@genesislcap/grid-pro": "14.145.0",
|
|
37
|
+
"@genesislcap/rapid-design-system": "14.145.0",
|
|
38
38
|
"@microsoft/fast-colors": "^5.3.1",
|
|
39
39
|
"@microsoft/fast-components": "^2.30.6",
|
|
40
40
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"access": "public"
|
|
56
56
|
},
|
|
57
57
|
"customElements": "dist/custom-elements.json",
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "6af8e057bf423c3045239449edad01d15153bf0b"
|
|
59
59
|
}
|