@genesislcap/foundation-zero-grid-pro 14.20.1 → 14.20.2-alpha-97d057d.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.
@@ -115,6 +115,10 @@
115
115
  {
116
116
  "kind": "field",
117
117
  "name": "gridOptions",
118
+ "type": {
119
+ "text": "GridOptions"
120
+ },
121
+ "privacy": "public",
118
122
  "description": "Handles extra ZERO configs",
119
123
  "inheritedFrom": {
120
124
  "name": "GridPro",
@@ -392,10 +396,10 @@
392
396
  {
393
397
  "kind": "field",
394
398
  "name": "agAttributes",
395
- "privacy": "protected",
396
399
  "type": {
397
- "text": "object"
400
+ "text": "Record<string, string>"
398
401
  },
402
+ "privacy": "protected",
399
403
  "default": "{}",
400
404
  "inheritedFrom": {
401
405
  "name": "GridPro",
@@ -405,6 +409,9 @@
405
409
  {
406
410
  "kind": "field",
407
411
  "name": "agPropertiesMap",
412
+ "type": {
413
+ "text": "Record<string, string>"
414
+ },
408
415
  "privacy": "protected",
409
416
  "inheritedFrom": {
410
417
  "name": "GridPro",
@@ -484,7 +491,7 @@
484
491
  },
485
492
  {
486
493
  "kind": "method",
487
- "name": "serialiseStoreTableConfig",
494
+ "name": "saveColumnState",
488
495
  "privacy": "private",
489
496
  "return": {
490
497
  "type": {
@@ -496,9 +503,23 @@
496
503
  "module": "src/grid-pro.ts"
497
504
  }
498
505
  },
506
+ {
507
+ "kind": "field",
508
+ "name": "savedColumnState",
509
+ "type": {
510
+ "text": "ColDef[]"
511
+ },
512
+ "description": "Gets the saved grid ColDefs from local storage",
513
+ "privacy": "public",
514
+ "readonly": true,
515
+ "inheritedFrom": {
516
+ "name": "GridPro",
517
+ "module": "src/grid-pro.ts"
518
+ }
519
+ },
499
520
  {
500
521
  "kind": "method",
501
- "name": "rehydrateTableConfig",
522
+ "name": "restoreColumnState",
502
523
  "privacy": "private",
503
524
  "return": {
504
525
  "type": {
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.20.1",
4
+ "version": "14.20.2-alpha-97d057d.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -31,7 +31,7 @@
31
31
  },
32
32
  "devDependencies": {
33
33
  "@custom-elements-manifest/analyzer": "^0.8.2",
34
- "@genesislcap/genx": "^14.20.1",
34
+ "@genesislcap/genx": "14.20.2-alpha-97d057d.0",
35
35
  "@module-federation/dashboard-plugin": "2.3.0",
36
36
  "@pixability-ui/federated-types": "^0.2.0",
37
37
  "@playwright/test": "^1.18.1",
@@ -83,11 +83,11 @@
83
83
  "webpack-merge": "^5.7.3"
84
84
  },
85
85
  "dependencies": {
86
- "@genesislcap/foundation-comms": "^14.20.1",
87
- "@genesislcap/foundation-ui": "^14.20.1",
88
- "@genesislcap/foundation-utils": "^14.20.1",
89
- "@genesislcap/foundation-zero": "^14.20.1",
90
- "@genesislcap/grid-pro": "^14.20.1",
86
+ "@genesislcap/foundation-comms": "14.20.2-alpha-97d057d.0",
87
+ "@genesislcap/foundation-ui": "14.20.2-alpha-97d057d.0",
88
+ "@genesislcap/foundation-utils": "14.20.2-alpha-97d057d.0",
89
+ "@genesislcap/foundation-zero": "14.20.2-alpha-97d057d.0",
90
+ "@genesislcap/grid-pro": "14.20.2-alpha-97d057d.0",
91
91
  "@microsoft/fast-colors": "^5.1.4",
92
92
  "@microsoft/fast-components": "^2.21.3",
93
93
  "@microsoft/fast-element": "^1.7.0",
@@ -109,5 +109,5 @@
109
109
  "access": "public"
110
110
  },
111
111
  "customElements": "dist/custom-elements.json",
112
- "gitHead": "42802f45b0f6761369bb13c84cd8f8e30ce4fba1"
112
+ "gitHead": "0859360a22f4f1a102f0a9421ad77fd666a7b379"
113
113
  }