@genesislcap/rapid-grid-pro 14.354.6 → 14.356.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 +54 -0
- package/package.json +11 -11
|
@@ -790,6 +790,30 @@
|
|
|
790
790
|
"module": "src/grid-pro-v34.ts"
|
|
791
791
|
}
|
|
792
792
|
},
|
|
793
|
+
{
|
|
794
|
+
"kind": "method",
|
|
795
|
+
"name": "updateLabelValueStatusBar",
|
|
796
|
+
"return": {
|
|
797
|
+
"type": {
|
|
798
|
+
"text": "void"
|
|
799
|
+
}
|
|
800
|
+
},
|
|
801
|
+
"parameters": [
|
|
802
|
+
{
|
|
803
|
+
"name": "params",
|
|
804
|
+
"type": {
|
|
805
|
+
"text": "GridProStatusBarLabelConfig"
|
|
806
|
+
},
|
|
807
|
+
"description": "Object containing label, value, and optionally hide flag"
|
|
808
|
+
}
|
|
809
|
+
],
|
|
810
|
+
"description": "Updates the label-value status bar component with new label and value",
|
|
811
|
+
"privacy": "public",
|
|
812
|
+
"inheritedFrom": {
|
|
813
|
+
"name": "GridProV34",
|
|
814
|
+
"module": "src/grid-pro-v34.ts"
|
|
815
|
+
}
|
|
816
|
+
},
|
|
793
817
|
{
|
|
794
818
|
"kind": "method",
|
|
795
819
|
"name": "saveColumnState",
|
|
@@ -1007,6 +1031,12 @@
|
|
|
1007
1031
|
"type": {
|
|
1008
1032
|
"text": "any[]"
|
|
1009
1033
|
}
|
|
1034
|
+
},
|
|
1035
|
+
{
|
|
1036
|
+
"name": "gridOptions",
|
|
1037
|
+
"type": {
|
|
1038
|
+
"text": "GridOptions"
|
|
1039
|
+
}
|
|
1010
1040
|
}
|
|
1011
1041
|
],
|
|
1012
1042
|
"inheritedFrom": {
|
|
@@ -2460,6 +2490,30 @@
|
|
|
2460
2490
|
"module": "src/grid-pro.ts"
|
|
2461
2491
|
}
|
|
2462
2492
|
},
|
|
2493
|
+
{
|
|
2494
|
+
"kind": "method",
|
|
2495
|
+
"name": "updateLabelValueStatusBar",
|
|
2496
|
+
"return": {
|
|
2497
|
+
"type": {
|
|
2498
|
+
"text": "void"
|
|
2499
|
+
}
|
|
2500
|
+
},
|
|
2501
|
+
"parameters": [
|
|
2502
|
+
{
|
|
2503
|
+
"name": "params",
|
|
2504
|
+
"type": {
|
|
2505
|
+
"text": "GridProStatusBarLabelConfig"
|
|
2506
|
+
},
|
|
2507
|
+
"description": "Object containing label, value, and optionally hide flag"
|
|
2508
|
+
}
|
|
2509
|
+
],
|
|
2510
|
+
"description": "Updates the label-value status bar component with new label and value",
|
|
2511
|
+
"privacy": "public",
|
|
2512
|
+
"inheritedFrom": {
|
|
2513
|
+
"name": "GridPro",
|
|
2514
|
+
"module": "src/grid-pro.ts"
|
|
2515
|
+
}
|
|
2516
|
+
},
|
|
2463
2517
|
{
|
|
2464
2518
|
"kind": "method",
|
|
2465
2519
|
"name": "saveColumnState",
|
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.356.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -35,17 +35,17 @@
|
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@genesislcap/genx": "14.
|
|
39
|
-
"@genesislcap/rollup-builder": "14.
|
|
40
|
-
"@genesislcap/ts-builder": "14.
|
|
41
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
42
|
-
"@genesislcap/vite-builder": "14.
|
|
43
|
-
"@genesislcap/webpack-builder": "14.
|
|
38
|
+
"@genesislcap/genx": "14.356.0",
|
|
39
|
+
"@genesislcap/rollup-builder": "14.356.0",
|
|
40
|
+
"@genesislcap/ts-builder": "14.356.0",
|
|
41
|
+
"@genesislcap/uvu-playwright-builder": "14.356.0",
|
|
42
|
+
"@genesislcap/vite-builder": "14.356.0",
|
|
43
|
+
"@genesislcap/webpack-builder": "14.356.0"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@genesislcap/foundation-ui": "14.
|
|
47
|
-
"@genesislcap/grid-pro": "14.
|
|
48
|
-
"@genesislcap/rapid-design-system": "14.
|
|
46
|
+
"@genesislcap/foundation-ui": "14.356.0",
|
|
47
|
+
"@genesislcap/grid-pro": "14.356.0",
|
|
48
|
+
"@genesislcap/rapid-design-system": "14.356.0",
|
|
49
49
|
"@microsoft/fast-colors": "5.3.1",
|
|
50
50
|
"@microsoft/fast-components": "2.30.6",
|
|
51
51
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
69
|
"customElements": "dist/custom-elements.json",
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "436dc9366b9b2ca8e13882796aa2f8bf4ee7e57a"
|
|
71
71
|
}
|