@genesislcap/foundation-zero-grid-pro 14.26.7 → 14.26.8-alpha-692a398.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 +38 -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": {
|
|
@@ -502,7 +505,22 @@
|
|
|
502
505
|
},
|
|
503
506
|
{
|
|
504
507
|
"kind": "method",
|
|
505
|
-
"name": "
|
|
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",
|
|
506
524
|
"privacy": "private",
|
|
507
525
|
"return": {
|
|
508
526
|
"type": {
|
|
@@ -514,6 +532,18 @@
|
|
|
514
532
|
"module": "src/grid-pro.ts"
|
|
515
533
|
}
|
|
516
534
|
},
|
|
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
|
+
},
|
|
517
547
|
{
|
|
518
548
|
"kind": "method",
|
|
519
549
|
"name": "enableFlashingRows",
|
|
@@ -533,6 +563,10 @@
|
|
|
533
563
|
"type": {
|
|
534
564
|
"text": "ColDef[]"
|
|
535
565
|
}
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"name": "deferredColumnDefs",
|
|
569
|
+
"default": "false"
|
|
536
570
|
}
|
|
537
571
|
],
|
|
538
572
|
"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.26.
|
|
4
|
+
"version": "14.26.8-alpha-692a398.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": "
|
|
27
|
+
"@genesislcap/genx": "14.26.8-alpha-692a398.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": "
|
|
40
|
-
"@genesislcap/foundation-ui": "
|
|
41
|
-
"@genesislcap/foundation-utils": "
|
|
42
|
-
"@genesislcap/foundation-zero": "
|
|
43
|
-
"@genesislcap/grid-pro": "
|
|
39
|
+
"@genesislcap/foundation-comms": "14.26.8-alpha-692a398.0",
|
|
40
|
+
"@genesislcap/foundation-ui": "14.26.8-alpha-692a398.0",
|
|
41
|
+
"@genesislcap/foundation-utils": "14.26.8-alpha-692a398.0",
|
|
42
|
+
"@genesislcap/foundation-zero": "14.26.8-alpha-692a398.0",
|
|
43
|
+
"@genesislcap/grid-pro": "14.26.8-alpha-692a398.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": "
|
|
69
|
+
"gitHead": "af81f305950dfd60a07aa021261f865c16721be9"
|
|
70
70
|
}
|