@genesislcap/rapid-grid-pro 14.144.1 → 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 -0
- package/package.json +7 -7
|
@@ -543,6 +543,19 @@
|
|
|
543
543
|
"module": "src/grid-pro.ts"
|
|
544
544
|
}
|
|
545
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
|
+
},
|
|
546
559
|
{
|
|
547
560
|
"kind": "field",
|
|
548
561
|
"name": "filterConfig",
|
|
@@ -568,6 +581,49 @@
|
|
|
568
581
|
"module": "src/grid-pro.ts"
|
|
569
582
|
}
|
|
570
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
|
+
},
|
|
571
627
|
{
|
|
572
628
|
"kind": "method",
|
|
573
629
|
"name": "combineAllGridComponents",
|
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
|
}
|