@genesislcap/rapid-grid-pro 14.151.2-alpha-6dc6e2c.0 → 14.152.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 +40 -54
- package/package.json +12 -12
|
@@ -233,11 +233,10 @@
|
|
|
233
233
|
},
|
|
234
234
|
{
|
|
235
235
|
"kind": "field",
|
|
236
|
-
"name": "
|
|
236
|
+
"name": "statePersistence",
|
|
237
237
|
"type": {
|
|
238
|
-
"text": "
|
|
238
|
+
"text": "StatePersistence"
|
|
239
239
|
},
|
|
240
|
-
"privacy": "private",
|
|
241
240
|
"inheritedFrom": {
|
|
242
241
|
"name": "GridPro",
|
|
243
242
|
"module": "src/grid-pro.ts"
|
|
@@ -452,12 +451,10 @@
|
|
|
452
451
|
},
|
|
453
452
|
{
|
|
454
453
|
"kind": "field",
|
|
455
|
-
"name": "
|
|
454
|
+
"name": "classNames",
|
|
456
455
|
"type": {
|
|
457
|
-
"text": "
|
|
456
|
+
"text": "string"
|
|
458
457
|
},
|
|
459
|
-
"default": "false",
|
|
460
|
-
"description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
|
|
461
458
|
"inheritedFrom": {
|
|
462
459
|
"name": "GridPro",
|
|
463
460
|
"module": "src/grid-pro.ts"
|
|
@@ -465,9 +462,9 @@
|
|
|
465
462
|
},
|
|
466
463
|
{
|
|
467
464
|
"kind": "field",
|
|
468
|
-
"name": "
|
|
465
|
+
"name": "agGrid",
|
|
469
466
|
"type": {
|
|
470
|
-
"text": "
|
|
467
|
+
"text": "Grid"
|
|
471
468
|
},
|
|
472
469
|
"inheritedFrom": {
|
|
473
470
|
"name": "GridPro",
|
|
@@ -476,9 +473,9 @@
|
|
|
476
473
|
},
|
|
477
474
|
{
|
|
478
475
|
"kind": "field",
|
|
479
|
-
"name": "
|
|
476
|
+
"name": "gridSlot",
|
|
480
477
|
"type": {
|
|
481
|
-
"text": "
|
|
478
|
+
"text": "HTMLSlotElement"
|
|
482
479
|
},
|
|
483
480
|
"inheritedFrom": {
|
|
484
481
|
"name": "GridPro",
|
|
@@ -487,9 +484,9 @@
|
|
|
487
484
|
},
|
|
488
485
|
{
|
|
489
486
|
"kind": "field",
|
|
490
|
-
"name": "
|
|
487
|
+
"name": "gridComponents",
|
|
491
488
|
"type": {
|
|
492
|
-
"text": "
|
|
489
|
+
"text": "{ [componentName: string]: any }"
|
|
493
490
|
},
|
|
494
491
|
"inheritedFrom": {
|
|
495
492
|
"name": "GridPro",
|
|
@@ -498,10 +495,11 @@
|
|
|
498
495
|
},
|
|
499
496
|
{
|
|
500
497
|
"kind": "field",
|
|
501
|
-
"name": "
|
|
498
|
+
"name": "columnState",
|
|
502
499
|
"type": {
|
|
503
|
-
"text": "
|
|
500
|
+
"text": "ColumnState[]"
|
|
504
501
|
},
|
|
502
|
+
"privacy": "private",
|
|
505
503
|
"inheritedFrom": {
|
|
506
504
|
"name": "GridPro",
|
|
507
505
|
"module": "src/grid-pro.ts"
|
|
@@ -595,28 +593,6 @@
|
|
|
595
593
|
"module": "src/grid-pro.ts"
|
|
596
594
|
}
|
|
597
595
|
},
|
|
598
|
-
{
|
|
599
|
-
"kind": "field",
|
|
600
|
-
"name": "selectedRowId",
|
|
601
|
-
"type": {
|
|
602
|
-
"text": "string"
|
|
603
|
-
},
|
|
604
|
-
"inheritedFrom": {
|
|
605
|
-
"name": "GridPro",
|
|
606
|
-
"module": "src/grid-pro.ts"
|
|
607
|
-
}
|
|
608
|
-
},
|
|
609
|
-
{
|
|
610
|
-
"kind": "field",
|
|
611
|
-
"name": "selectedColId",
|
|
612
|
-
"type": {
|
|
613
|
-
"text": "string"
|
|
614
|
-
},
|
|
615
|
-
"inheritedFrom": {
|
|
616
|
-
"name": "GridPro",
|
|
617
|
-
"module": "src/grid-pro.ts"
|
|
618
|
-
}
|
|
619
|
-
},
|
|
620
596
|
{
|
|
621
597
|
"kind": "field",
|
|
622
598
|
"name": "gridOptionsConfig",
|
|
@@ -712,7 +688,7 @@
|
|
|
712
688
|
"privacy": "private",
|
|
713
689
|
"return": {
|
|
714
690
|
"type": {
|
|
715
|
-
"text": "void"
|
|
691
|
+
"text": "Promise<void>"
|
|
716
692
|
}
|
|
717
693
|
},
|
|
718
694
|
"inheritedFrom": {
|
|
@@ -725,10 +701,10 @@
|
|
|
725
701
|
"name": "getSavedColumnState",
|
|
726
702
|
"return": {
|
|
727
703
|
"type": {
|
|
728
|
-
"text": "ColumnState[]"
|
|
704
|
+
"text": "Promise<ColumnState[]>"
|
|
729
705
|
}
|
|
730
706
|
},
|
|
731
|
-
"description": "Gets the saved grid ColumnState[] from
|
|
707
|
+
"description": "Gets the saved grid ColumnState[] from storage",
|
|
732
708
|
"privacy": "public",
|
|
733
709
|
"inheritedFrom": {
|
|
734
710
|
"name": "GridPro",
|
|
@@ -741,7 +717,7 @@
|
|
|
741
717
|
"privacy": "private",
|
|
742
718
|
"return": {
|
|
743
719
|
"type": {
|
|
744
|
-
"text": "void"
|
|
720
|
+
"text": "Promise<void>"
|
|
745
721
|
}
|
|
746
722
|
},
|
|
747
723
|
"inheritedFrom": {
|
|
@@ -789,6 +765,29 @@
|
|
|
789
765
|
"module": "src/grid-pro.ts"
|
|
790
766
|
}
|
|
791
767
|
},
|
|
768
|
+
{
|
|
769
|
+
"kind": "method",
|
|
770
|
+
"name": "initGridOptions",
|
|
771
|
+
"privacy": "private",
|
|
772
|
+
"parameters": [
|
|
773
|
+
{
|
|
774
|
+
"name": "derivedOptions",
|
|
775
|
+
"type": {
|
|
776
|
+
"text": "GridOptions"
|
|
777
|
+
}
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"name": "globalEventListener",
|
|
781
|
+
"type": {
|
|
782
|
+
"text": "any"
|
|
783
|
+
}
|
|
784
|
+
}
|
|
785
|
+
],
|
|
786
|
+
"inheritedFrom": {
|
|
787
|
+
"name": "GridPro",
|
|
788
|
+
"module": "src/grid-pro.ts"
|
|
789
|
+
}
|
|
790
|
+
},
|
|
792
791
|
{
|
|
793
792
|
"kind": "method",
|
|
794
793
|
"name": "applyTemplateDefinitions",
|
|
@@ -1235,19 +1234,6 @@
|
|
|
1235
1234
|
"name": "GridPro",
|
|
1236
1235
|
"module": "src/grid-pro.ts"
|
|
1237
1236
|
}
|
|
1238
|
-
},
|
|
1239
|
-
{
|
|
1240
|
-
"name": "block-scrolling-on-context-menu",
|
|
1241
|
-
"type": {
|
|
1242
|
-
"text": "boolean"
|
|
1243
|
-
},
|
|
1244
|
-
"default": "false",
|
|
1245
|
-
"description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
|
|
1246
|
-
"fieldName": "blockScrollingOnContextMenu",
|
|
1247
|
-
"inheritedFrom": {
|
|
1248
|
-
"name": "GridPro",
|
|
1249
|
-
"module": "src/grid-pro.ts"
|
|
1250
|
-
}
|
|
1251
1237
|
}
|
|
1252
1238
|
]
|
|
1253
1239
|
},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/rapid-grid-pro",
|
|
3
3
|
"description": "Genesis Rapid Grid Pro",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.152.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -27,19 +27,19 @@
|
|
|
27
27
|
"serve": "genx serve"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@genesislcap/genx": "14.
|
|
31
|
-
"@genesislcap/rollup-builder": "14.
|
|
32
|
-
"@genesislcap/ts-builder": "14.
|
|
33
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
34
|
-
"@genesislcap/vite-builder": "14.
|
|
35
|
-
"@genesislcap/webpack-builder": "14.
|
|
30
|
+
"@genesislcap/genx": "14.152.0",
|
|
31
|
+
"@genesislcap/rollup-builder": "14.152.0",
|
|
32
|
+
"@genesislcap/ts-builder": "14.152.0",
|
|
33
|
+
"@genesislcap/uvu-playwright-builder": "14.152.0",
|
|
34
|
+
"@genesislcap/vite-builder": "14.152.0",
|
|
35
|
+
"@genesislcap/webpack-builder": "14.152.0",
|
|
36
36
|
"rimraf": "^3.0.2"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@genesislcap/foundation-ui": "14.
|
|
40
|
-
"@genesislcap/foundation-zero": "14.
|
|
41
|
-
"@genesislcap/grid-pro": "14.
|
|
42
|
-
"@genesislcap/rapid-design-system": "14.
|
|
39
|
+
"@genesislcap/foundation-ui": "14.152.0",
|
|
40
|
+
"@genesislcap/foundation-zero": "14.152.0",
|
|
41
|
+
"@genesislcap/grid-pro": "14.152.0",
|
|
42
|
+
"@genesislcap/rapid-design-system": "14.152.0",
|
|
43
43
|
"@microsoft/fast-colors": "^5.3.1",
|
|
44
44
|
"@microsoft/fast-components": "^2.30.6",
|
|
45
45
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"access": "public"
|
|
61
61
|
},
|
|
62
62
|
"customElements": "dist/custom-elements.json",
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "f3d0250895a2e94b877e74ed2e2767831ee7b1de"
|
|
64
64
|
}
|