@genesislcap/foundation-zero-grid-pro 14.23.0 → 14.23.1-alpha-57f25e5.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 +21 -4
- package/package.json +8 -8
|
@@ -396,10 +396,10 @@
|
|
|
396
396
|
{
|
|
397
397
|
"kind": "field",
|
|
398
398
|
"name": "agAttributes",
|
|
399
|
-
"privacy": "protected",
|
|
400
399
|
"type": {
|
|
401
|
-
"text": "
|
|
400
|
+
"text": "Record<string, string>"
|
|
402
401
|
},
|
|
402
|
+
"privacy": "protected",
|
|
403
403
|
"default": "{}",
|
|
404
404
|
"inheritedFrom": {
|
|
405
405
|
"name": "GridPro",
|
|
@@ -409,6 +409,9 @@
|
|
|
409
409
|
{
|
|
410
410
|
"kind": "field",
|
|
411
411
|
"name": "agPropertiesMap",
|
|
412
|
+
"type": {
|
|
413
|
+
"text": "Record<string, string>"
|
|
414
|
+
},
|
|
412
415
|
"privacy": "protected",
|
|
413
416
|
"inheritedFrom": {
|
|
414
417
|
"name": "GridPro",
|
|
@@ -488,7 +491,7 @@
|
|
|
488
491
|
},
|
|
489
492
|
{
|
|
490
493
|
"kind": "method",
|
|
491
|
-
"name": "
|
|
494
|
+
"name": "saveColumnState",
|
|
492
495
|
"privacy": "private",
|
|
493
496
|
"return": {
|
|
494
497
|
"type": {
|
|
@@ -500,9 +503,23 @@
|
|
|
500
503
|
"module": "src/grid-pro.ts"
|
|
501
504
|
}
|
|
502
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
|
+
},
|
|
503
520
|
{
|
|
504
521
|
"kind": "method",
|
|
505
|
-
"name": "
|
|
522
|
+
"name": "restoreColumnState",
|
|
506
523
|
"privacy": "private",
|
|
507
524
|
"return": {
|
|
508
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.23.0",
|
|
4
|
+
"version": "14.23.1-alpha-57f25e5.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@custom-elements-manifest/analyzer": "^0.8.2",
|
|
30
|
-
"@genesislcap/genx": "
|
|
30
|
+
"@genesislcap/genx": "14.23.1-alpha-57f25e5.0",
|
|
31
31
|
"@module-federation/dashboard-plugin": "2.3.0",
|
|
32
32
|
"@pixability-ui/federated-types": "^0.2.0",
|
|
33
33
|
"@playwright/test": "^1.18.1",
|
|
@@ -79,11 +79,11 @@
|
|
|
79
79
|
"webpack-merge": "^5.7.3"
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
|
-
"@genesislcap/foundation-comms": "
|
|
83
|
-
"@genesislcap/foundation-ui": "
|
|
84
|
-
"@genesislcap/foundation-utils": "
|
|
85
|
-
"@genesislcap/foundation-zero": "
|
|
86
|
-
"@genesislcap/grid-pro": "
|
|
82
|
+
"@genesislcap/foundation-comms": "14.23.1-alpha-57f25e5.0",
|
|
83
|
+
"@genesislcap/foundation-ui": "14.23.1-alpha-57f25e5.0",
|
|
84
|
+
"@genesislcap/foundation-utils": "14.23.1-alpha-57f25e5.0",
|
|
85
|
+
"@genesislcap/foundation-zero": "14.23.1-alpha-57f25e5.0",
|
|
86
|
+
"@genesislcap/grid-pro": "14.23.1-alpha-57f25e5.0",
|
|
87
87
|
"@microsoft/fast-colors": "^5.1.4",
|
|
88
88
|
"@microsoft/fast-components": "^2.21.3",
|
|
89
89
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -105,5 +105,5 @@
|
|
|
105
105
|
"access": "public"
|
|
106
106
|
},
|
|
107
107
|
"customElements": "dist/custom-elements.json",
|
|
108
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "700a7dbd94e50a5cfd9a84c6fcceb6a3e2dfe1a4"
|
|
109
109
|
}
|