@genesislcap/foundation-zero-grid-pro 14.20.2-alpha-a84fed585.0 → 14.21.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.
@@ -396,10 +396,10 @@
396
396
  {
397
397
  "kind": "field",
398
398
  "name": "agAttributes",
399
+ "privacy": "protected",
399
400
  "type": {
400
- "text": "Record<string, string>"
401
+ "text": "object"
401
402
  },
402
- "privacy": "protected",
403
403
  "default": "{}",
404
404
  "inheritedFrom": {
405
405
  "name": "GridPro",
@@ -409,9 +409,6 @@
409
409
  {
410
410
  "kind": "field",
411
411
  "name": "agPropertiesMap",
412
- "type": {
413
- "text": "Record<string, string>"
414
- },
415
412
  "privacy": "protected",
416
413
  "inheritedFrom": {
417
414
  "name": "GridPro",
@@ -491,7 +488,7 @@
491
488
  },
492
489
  {
493
490
  "kind": "method",
494
- "name": "saveColumnState",
491
+ "name": "serialiseStoreTableConfig",
495
492
  "privacy": "private",
496
493
  "return": {
497
494
  "type": {
@@ -503,23 +500,9 @@
503
500
  "module": "src/grid-pro.ts"
504
501
  }
505
502
  },
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
- },
520
503
  {
521
504
  "kind": "method",
522
- "name": "restoreColumnState",
505
+ "name": "rehydrateTableConfig",
523
506
  "privacy": "private",
524
507
  "return": {
525
508
  "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.2-alpha-a84fed585.0",
4
+ "version": "14.21.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.2-alpha-a84fed585.0",
34
+ "@genesislcap/genx": "^14.21.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.2-alpha-a84fed585.0",
87
- "@genesislcap/foundation-ui": "14.20.2-alpha-a84fed585.0",
88
- "@genesislcap/foundation-utils": "14.20.2-alpha-a84fed585.0",
89
- "@genesislcap/foundation-zero": "14.20.2-alpha-a84fed585.0",
90
- "@genesislcap/grid-pro": "14.20.2-alpha-a84fed585.0",
86
+ "@genesislcap/foundation-comms": "^14.21.0",
87
+ "@genesislcap/foundation-ui": "^14.21.0",
88
+ "@genesislcap/foundation-utils": "^14.21.0",
89
+ "@genesislcap/foundation-zero": "^14.21.0",
90
+ "@genesislcap/grid-pro": "^14.21.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": "a6f0d5bc469aa404097742f9bed4fbb078a96cd2"
112
+ "gitHead": "af2f1a232d7bee5cefa374a6214030c9a85eaf4f"
113
113
  }