@genesislcap/foundation-zero-grid-pro 14.200.1-alpha-599cb19.0 → 14.200.1-alpha-e974201.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 +12 -72
- package/package.json +14 -14
|
@@ -210,10 +210,11 @@
|
|
|
210
210
|
},
|
|
211
211
|
{
|
|
212
212
|
"kind": "field",
|
|
213
|
-
"name": "
|
|
213
|
+
"name": "gridErrorItems",
|
|
214
214
|
"type": {
|
|
215
|
-
"text": "
|
|
215
|
+
"text": "GridProErrorItem<GridProErrorEvent['detail']>[]"
|
|
216
216
|
},
|
|
217
|
+
"default": "[]",
|
|
217
218
|
"inheritedFrom": {
|
|
218
219
|
"name": "GridPro",
|
|
219
220
|
"module": "src/grid-pro.ts"
|
|
@@ -221,9 +222,9 @@
|
|
|
221
222
|
},
|
|
222
223
|
{
|
|
223
224
|
"kind": "field",
|
|
224
|
-
"name": "
|
|
225
|
+
"name": "statePersistence",
|
|
225
226
|
"type": {
|
|
226
|
-
"text": "
|
|
227
|
+
"text": "StatePersistence"
|
|
227
228
|
},
|
|
228
229
|
"inheritedFrom": {
|
|
229
230
|
"name": "GridPro",
|
|
@@ -232,11 +233,11 @@
|
|
|
232
233
|
},
|
|
233
234
|
{
|
|
234
235
|
"kind": "field",
|
|
235
|
-
"name": "
|
|
236
|
+
"name": "_gridApi",
|
|
236
237
|
"type": {
|
|
237
|
-
"text": "
|
|
238
|
+
"text": "GridApi"
|
|
238
239
|
},
|
|
239
|
-
"
|
|
240
|
+
"privacy": "private",
|
|
240
241
|
"inheritedFrom": {
|
|
241
242
|
"name": "GridPro",
|
|
242
243
|
"module": "src/grid-pro.ts"
|
|
@@ -244,10 +245,11 @@
|
|
|
244
245
|
},
|
|
245
246
|
{
|
|
246
247
|
"kind": "field",
|
|
247
|
-
"name": "
|
|
248
|
+
"name": "gridApi",
|
|
248
249
|
"type": {
|
|
249
|
-
"text": "
|
|
250
|
+
"text": "GridApi"
|
|
250
251
|
},
|
|
252
|
+
"readonly": true,
|
|
251
253
|
"inheritedFrom": {
|
|
252
254
|
"name": "GridPro",
|
|
253
255
|
"module": "src/grid-pro.ts"
|
|
@@ -501,19 +503,6 @@
|
|
|
501
503
|
"module": "src/grid-pro.ts"
|
|
502
504
|
}
|
|
503
505
|
},
|
|
504
|
-
{
|
|
505
|
-
"kind": "field",
|
|
506
|
-
"name": "blockScrollingOnContextMenu",
|
|
507
|
-
"type": {
|
|
508
|
-
"text": "boolean"
|
|
509
|
-
},
|
|
510
|
-
"default": "false",
|
|
511
|
-
"description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
|
|
512
|
-
"inheritedFrom": {
|
|
513
|
-
"name": "GridPro",
|
|
514
|
-
"module": "src/grid-pro.ts"
|
|
515
|
-
}
|
|
516
|
-
},
|
|
517
506
|
{
|
|
518
507
|
"kind": "field",
|
|
519
508
|
"name": "classNames",
|
|
@@ -525,17 +514,6 @@
|
|
|
525
514
|
"module": "src/grid-pro.ts"
|
|
526
515
|
}
|
|
527
516
|
},
|
|
528
|
-
{
|
|
529
|
-
"kind": "field",
|
|
530
|
-
"name": "agGrid",
|
|
531
|
-
"type": {
|
|
532
|
-
"text": "Grid"
|
|
533
|
-
},
|
|
534
|
-
"inheritedFrom": {
|
|
535
|
-
"name": "GridPro",
|
|
536
|
-
"module": "src/grid-pro.ts"
|
|
537
|
-
}
|
|
538
|
-
},
|
|
539
517
|
{
|
|
540
518
|
"kind": "field",
|
|
541
519
|
"name": "gridSlot",
|
|
@@ -705,28 +683,6 @@
|
|
|
705
683
|
"module": "src/grid-pro.ts"
|
|
706
684
|
}
|
|
707
685
|
},
|
|
708
|
-
{
|
|
709
|
-
"kind": "field",
|
|
710
|
-
"name": "selectedRowId",
|
|
711
|
-
"type": {
|
|
712
|
-
"text": "string"
|
|
713
|
-
},
|
|
714
|
-
"inheritedFrom": {
|
|
715
|
-
"name": "GridPro",
|
|
716
|
-
"module": "src/grid-pro.ts"
|
|
717
|
-
}
|
|
718
|
-
},
|
|
719
|
-
{
|
|
720
|
-
"kind": "field",
|
|
721
|
-
"name": "selectedColId",
|
|
722
|
-
"type": {
|
|
723
|
-
"text": "string"
|
|
724
|
-
},
|
|
725
|
-
"inheritedFrom": {
|
|
726
|
-
"name": "GridPro",
|
|
727
|
-
"module": "src/grid-pro.ts"
|
|
728
|
-
}
|
|
729
|
-
},
|
|
730
686
|
{
|
|
731
687
|
"kind": "field",
|
|
732
688
|
"name": "gridOptionsConfig",
|
|
@@ -771,10 +727,7 @@
|
|
|
771
727
|
"privacy": "private",
|
|
772
728
|
"parameters": [
|
|
773
729
|
{
|
|
774
|
-
"name": "type"
|
|
775
|
-
"type": {
|
|
776
|
-
"text": "string"
|
|
777
|
-
}
|
|
730
|
+
"name": "type"
|
|
778
731
|
}
|
|
779
732
|
],
|
|
780
733
|
"inheritedFrom": {
|
|
@@ -1428,19 +1381,6 @@
|
|
|
1428
1381
|
"name": "GridPro",
|
|
1429
1382
|
"module": "src/grid-pro.ts"
|
|
1430
1383
|
}
|
|
1431
|
-
},
|
|
1432
|
-
{
|
|
1433
|
-
"name": "block-scrolling-on-context-menu",
|
|
1434
|
-
"type": {
|
|
1435
|
-
"text": "boolean"
|
|
1436
|
-
},
|
|
1437
|
-
"default": "false",
|
|
1438
|
-
"description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
|
|
1439
|
-
"fieldName": "blockScrollingOnContextMenu",
|
|
1440
|
-
"inheritedFrom": {
|
|
1441
|
-
"name": "GridPro",
|
|
1442
|
-
"module": "src/grid-pro.ts"
|
|
1443
|
-
}
|
|
1444
1384
|
}
|
|
1445
1385
|
]
|
|
1446
1386
|
},
|
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.200.1-alpha-
|
|
4
|
+
"version": "14.200.1-alpha-e974201.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -35,18 +35,18 @@
|
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@genesislcap/genx": "14.200.1-alpha-
|
|
39
|
-
"@genesislcap/rollup-builder": "14.200.1-alpha-
|
|
40
|
-
"@genesislcap/ts-builder": "14.200.1-alpha-
|
|
41
|
-
"@genesislcap/uvu-playwright-builder": "14.200.1-alpha-
|
|
42
|
-
"@genesislcap/vite-builder": "14.200.1-alpha-
|
|
43
|
-
"@genesislcap/webpack-builder": "14.200.1-alpha-
|
|
38
|
+
"@genesislcap/genx": "14.200.1-alpha-e974201.0",
|
|
39
|
+
"@genesislcap/rollup-builder": "14.200.1-alpha-e974201.0",
|
|
40
|
+
"@genesislcap/ts-builder": "14.200.1-alpha-e974201.0",
|
|
41
|
+
"@genesislcap/uvu-playwright-builder": "14.200.1-alpha-e974201.0",
|
|
42
|
+
"@genesislcap/vite-builder": "14.200.1-alpha-e974201.0",
|
|
43
|
+
"@genesislcap/webpack-builder": "14.200.1-alpha-e974201.0",
|
|
44
44
|
"rimraf": "^5.0.0"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@genesislcap/foundation-ui": "14.200.1-alpha-
|
|
48
|
-
"@genesislcap/foundation-zero": "14.200.1-alpha-
|
|
49
|
-
"@genesislcap/grid-pro": "14.200.1-alpha-
|
|
47
|
+
"@genesislcap/foundation-ui": "14.200.1-alpha-e974201.0",
|
|
48
|
+
"@genesislcap/foundation-zero": "14.200.1-alpha-e974201.0",
|
|
49
|
+
"@genesislcap/grid-pro": "14.200.1-alpha-e974201.0",
|
|
50
50
|
"@microsoft/fast-colors": "^5.3.1",
|
|
51
51
|
"@microsoft/fast-components": "^2.30.6",
|
|
52
52
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -54,9 +54,9 @@
|
|
|
54
54
|
"tslib": "^2.3.1"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"@ag-grid-community/client-side-row-model": "
|
|
58
|
-
"@ag-grid-community/core": "
|
|
59
|
-
"@ag-grid-community/csv-export": "
|
|
57
|
+
"@ag-grid-community/client-side-row-model": "32.0.0",
|
|
58
|
+
"@ag-grid-community/core": "32.0.0",
|
|
59
|
+
"@ag-grid-community/csv-export": "32.0.0"
|
|
60
60
|
},
|
|
61
61
|
"repository": {
|
|
62
62
|
"type": "git",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
69
|
"customElements": "dist/custom-elements.json",
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "a42390bcae28079e43be4926f54c6504e42ba8b7"
|
|
71
71
|
}
|