@genesislcap/rapid-grid-pro 14.354.5 → 14.354.6-alpha-18c3159.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 +48 -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",
|
|
@@ -2460,6 +2484,30 @@
|
|
|
2460
2484
|
"module": "src/grid-pro.ts"
|
|
2461
2485
|
}
|
|
2462
2486
|
},
|
|
2487
|
+
{
|
|
2488
|
+
"kind": "method",
|
|
2489
|
+
"name": "updateLabelValueStatusBar",
|
|
2490
|
+
"return": {
|
|
2491
|
+
"type": {
|
|
2492
|
+
"text": "void"
|
|
2493
|
+
}
|
|
2494
|
+
},
|
|
2495
|
+
"parameters": [
|
|
2496
|
+
{
|
|
2497
|
+
"name": "params",
|
|
2498
|
+
"type": {
|
|
2499
|
+
"text": "GridProStatusBarLabelConfig"
|
|
2500
|
+
},
|
|
2501
|
+
"description": "Object containing label, value, and optionally hide flag"
|
|
2502
|
+
}
|
|
2503
|
+
],
|
|
2504
|
+
"description": "Updates the label-value status bar component with new label and value",
|
|
2505
|
+
"privacy": "public",
|
|
2506
|
+
"inheritedFrom": {
|
|
2507
|
+
"name": "GridPro",
|
|
2508
|
+
"module": "src/grid-pro.ts"
|
|
2509
|
+
}
|
|
2510
|
+
},
|
|
2463
2511
|
{
|
|
2464
2512
|
"kind": "method",
|
|
2465
2513
|
"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.354.
|
|
4
|
+
"version": "14.354.6-alpha-18c3159.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.354.
|
|
39
|
-
"@genesislcap/rollup-builder": "14.354.
|
|
40
|
-
"@genesislcap/ts-builder": "14.354.
|
|
41
|
-
"@genesislcap/uvu-playwright-builder": "14.354.
|
|
42
|
-
"@genesislcap/vite-builder": "14.354.
|
|
43
|
-
"@genesislcap/webpack-builder": "14.354.
|
|
38
|
+
"@genesislcap/genx": "14.354.6-alpha-18c3159.0",
|
|
39
|
+
"@genesislcap/rollup-builder": "14.354.6-alpha-18c3159.0",
|
|
40
|
+
"@genesislcap/ts-builder": "14.354.6-alpha-18c3159.0",
|
|
41
|
+
"@genesislcap/uvu-playwright-builder": "14.354.6-alpha-18c3159.0",
|
|
42
|
+
"@genesislcap/vite-builder": "14.354.6-alpha-18c3159.0",
|
|
43
|
+
"@genesislcap/webpack-builder": "14.354.6-alpha-18c3159.0"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@genesislcap/foundation-ui": "14.354.
|
|
47
|
-
"@genesislcap/grid-pro": "14.354.
|
|
48
|
-
"@genesislcap/rapid-design-system": "14.354.
|
|
46
|
+
"@genesislcap/foundation-ui": "14.354.6-alpha-18c3159.0",
|
|
47
|
+
"@genesislcap/grid-pro": "14.354.6-alpha-18c3159.0",
|
|
48
|
+
"@genesislcap/rapid-design-system": "14.354.6-alpha-18c3159.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": "c764114bde7327f40b7d7e8a4f662e5126bbf87d"
|
|
71
71
|
}
|