@genesislcap/foundation-zero-grid-pro 14.27.2-alpha-af4c16a.0 → 14.28.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": {
@@ -505,22 +502,7 @@
505
502
  },
506
503
  {
507
504
  "kind": "method",
508
- "name": "getSavedColumnState",
509
- "return": {
510
- "type": {
511
- "text": "ColumnState[]"
512
- }
513
- },
514
- "description": "Gets the saved grid ColumnState[] from local storage",
515
- "privacy": "public",
516
- "inheritedFrom": {
517
- "name": "GridPro",
518
- "module": "src/grid-pro.ts"
519
- }
520
- },
521
- {
522
- "kind": "method",
523
- "name": "restoreColumnState",
505
+ "name": "rehydrateTableConfig",
524
506
  "privacy": "private",
525
507
  "return": {
526
508
  "type": {
@@ -532,18 +514,6 @@
532
514
  "module": "src/grid-pro.ts"
533
515
  }
534
516
  },
535
- {
536
- "kind": "field",
537
- "name": "gridProGenesisDatasource",
538
- "type": {
539
- "text": "GridProGenesisDatasource"
540
- },
541
- "readonly": true,
542
- "inheritedFrom": {
543
- "name": "GridPro",
544
- "module": "src/grid-pro.ts"
545
- }
546
- },
547
517
  {
548
518
  "kind": "method",
549
519
  "name": "enableFlashingRows",
@@ -563,10 +533,6 @@
563
533
  "type": {
564
534
  "text": "ColDef[]"
565
535
  }
566
- },
567
- {
568
- "name": "deferredColumnDefs",
569
- "default": "false"
570
536
  }
571
537
  ],
572
538
  "inheritedFrom": {
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.27.2-alpha-af4c16a.0",
4
+ "version": "14.28.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -24,7 +24,7 @@
24
24
  "serve": "genx serve"
25
25
  },
26
26
  "devDependencies": {
27
- "@genesislcap/genx": "14.27.2-alpha-af4c16a.0",
27
+ "@genesislcap/genx": "^14.28.0",
28
28
  "@playwright/test": "^1.18.1",
29
29
  "c8": "^7.11.0",
30
30
  "esm": "^3.2.25",
@@ -36,11 +36,11 @@
36
36
  "watchlist": "^0.3.1"
37
37
  },
38
38
  "dependencies": {
39
- "@genesislcap/foundation-comms": "14.27.2-alpha-af4c16a.0",
40
- "@genesislcap/foundation-ui": "14.27.2-alpha-af4c16a.0",
41
- "@genesislcap/foundation-utils": "14.27.2-alpha-af4c16a.0",
42
- "@genesislcap/foundation-zero": "14.27.2-alpha-af4c16a.0",
43
- "@genesislcap/grid-pro": "14.27.2-alpha-af4c16a.0",
39
+ "@genesislcap/foundation-comms": "^14.28.0",
40
+ "@genesislcap/foundation-ui": "^14.28.0",
41
+ "@genesislcap/foundation-utils": "^14.28.0",
42
+ "@genesislcap/foundation-zero": "^14.28.0",
43
+ "@genesislcap/grid-pro": "^14.28.0",
44
44
  "@microsoft/fast-colors": "^5.1.4",
45
45
  "@microsoft/fast-components": "^2.21.3",
46
46
  "@microsoft/fast-element": "^1.7.0",
@@ -66,5 +66,5 @@
66
66
  "access": "public"
67
67
  },
68
68
  "customElements": "dist/custom-elements.json",
69
- "gitHead": "b98e9f5b2c814ed59377433ee350ba957ac7f14a"
69
+ "gitHead": "fcf71da3c5d4780fc557a01487181de1d0aabad2"
70
70
  }