@genesislcap/foundation-zero-grid-pro 14.354.6 → 14.355.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.
@@ -1038,6 +1038,30 @@
1038
1038
  "module": "src/grid-pro.ts"
1039
1039
  }
1040
1040
  },
1041
+ {
1042
+ "kind": "method",
1043
+ "name": "updateLabelValueStatusBar",
1044
+ "return": {
1045
+ "type": {
1046
+ "text": "void"
1047
+ }
1048
+ },
1049
+ "parameters": [
1050
+ {
1051
+ "name": "params",
1052
+ "type": {
1053
+ "text": "GridProStatusBarLabelConfig"
1054
+ },
1055
+ "description": "Object containing label, value, and optionally hide flag"
1056
+ }
1057
+ ],
1058
+ "description": "Updates the label-value status bar component with new label and value",
1059
+ "privacy": "public",
1060
+ "inheritedFrom": {
1061
+ "name": "GridPro",
1062
+ "module": "src/grid-pro.ts"
1063
+ }
1064
+ },
1041
1065
  {
1042
1066
  "kind": "method",
1043
1067
  "name": "saveColumnState",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-zero-grid-pro",
3
3
  "description": "Genesis Foundation Zero Grid Pro",
4
- "version": "14.354.6",
4
+ "version": "14.355.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.6",
39
- "@genesislcap/rollup-builder": "14.354.6",
40
- "@genesislcap/ts-builder": "14.354.6",
41
- "@genesislcap/uvu-playwright-builder": "14.354.6",
42
- "@genesislcap/vite-builder": "14.354.6",
43
- "@genesislcap/webpack-builder": "14.354.6"
38
+ "@genesislcap/genx": "14.355.0",
39
+ "@genesislcap/rollup-builder": "14.355.0",
40
+ "@genesislcap/ts-builder": "14.355.0",
41
+ "@genesislcap/uvu-playwright-builder": "14.355.0",
42
+ "@genesislcap/vite-builder": "14.355.0",
43
+ "@genesislcap/webpack-builder": "14.355.0"
44
44
  },
45
45
  "dependencies": {
46
- "@genesislcap/foundation-ui": "14.354.6",
47
- "@genesislcap/foundation-zero": "14.354.6",
48
- "@genesislcap/grid-pro": "14.354.6",
46
+ "@genesislcap/foundation-ui": "14.355.0",
47
+ "@genesislcap/foundation-zero": "14.355.0",
48
+ "@genesislcap/grid-pro": "14.355.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",
@@ -65,5 +65,5 @@
65
65
  "access": "public"
66
66
  },
67
67
  "customElements": "dist/custom-elements.json",
68
- "gitHead": "fa8ca4d1ae0351d86a7e3561124c246a6fd2063f"
68
+ "gitHead": "eb71a1e059e7ac11cd9dfc1c405fe5cd306fc7e9"
69
69
  }