@genesislcap/foundation-zero-grid-pro 14.146.1-alpha-0d80785.0 → 14.147.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 +25 -48
- package/package.json +11 -6
|
@@ -383,6 +383,19 @@
|
|
|
383
383
|
"module": "src/grid-pro.ts"
|
|
384
384
|
}
|
|
385
385
|
},
|
|
386
|
+
{
|
|
387
|
+
"kind": "field",
|
|
388
|
+
"name": "headerCaseType",
|
|
389
|
+
"type": {
|
|
390
|
+
"text": "GridProCaseType"
|
|
391
|
+
},
|
|
392
|
+
"description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
|
|
393
|
+
"privacy": "public",
|
|
394
|
+
"inheritedFrom": {
|
|
395
|
+
"name": "GridPro",
|
|
396
|
+
"module": "src/grid-pro.ts"
|
|
397
|
+
}
|
|
398
|
+
},
|
|
386
399
|
{
|
|
387
400
|
"kind": "field",
|
|
388
401
|
"name": "gridFontFace",
|
|
@@ -437,19 +450,6 @@
|
|
|
437
450
|
"module": "src/grid-pro.ts"
|
|
438
451
|
}
|
|
439
452
|
},
|
|
440
|
-
{
|
|
441
|
-
"kind": "field",
|
|
442
|
-
"name": "blockScrollingOnContextMenu",
|
|
443
|
-
"type": {
|
|
444
|
-
"text": "boolean"
|
|
445
|
-
},
|
|
446
|
-
"default": "false",
|
|
447
|
-
"description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
|
|
448
|
-
"inheritedFrom": {
|
|
449
|
-
"name": "GridPro",
|
|
450
|
-
"module": "src/grid-pro.ts"
|
|
451
|
-
}
|
|
452
|
-
},
|
|
453
453
|
{
|
|
454
454
|
"kind": "field",
|
|
455
455
|
"name": "classNames",
|
|
@@ -582,28 +582,6 @@
|
|
|
582
582
|
"module": "src/grid-pro.ts"
|
|
583
583
|
}
|
|
584
584
|
},
|
|
585
|
-
{
|
|
586
|
-
"kind": "field",
|
|
587
|
-
"name": "selectedRowId",
|
|
588
|
-
"type": {
|
|
589
|
-
"text": "string"
|
|
590
|
-
},
|
|
591
|
-
"inheritedFrom": {
|
|
592
|
-
"name": "GridPro",
|
|
593
|
-
"module": "src/grid-pro.ts"
|
|
594
|
-
}
|
|
595
|
-
},
|
|
596
|
-
{
|
|
597
|
-
"kind": "field",
|
|
598
|
-
"name": "selectedColId",
|
|
599
|
-
"type": {
|
|
600
|
-
"text": "string"
|
|
601
|
-
},
|
|
602
|
-
"inheritedFrom": {
|
|
603
|
-
"name": "GridPro",
|
|
604
|
-
"module": "src/grid-pro.ts"
|
|
605
|
-
}
|
|
606
|
-
},
|
|
607
585
|
{
|
|
608
586
|
"kind": "field",
|
|
609
587
|
"name": "gridOptionsConfig",
|
|
@@ -1166,6 +1144,18 @@
|
|
|
1166
1144
|
"module": "src/grid-pro.ts"
|
|
1167
1145
|
}
|
|
1168
1146
|
},
|
|
1147
|
+
{
|
|
1148
|
+
"name": "header-case-type",
|
|
1149
|
+
"type": {
|
|
1150
|
+
"text": "GridProCaseType"
|
|
1151
|
+
},
|
|
1152
|
+
"description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
|
|
1153
|
+
"fieldName": "headerCaseType",
|
|
1154
|
+
"inheritedFrom": {
|
|
1155
|
+
"name": "GridPro",
|
|
1156
|
+
"module": "src/grid-pro.ts"
|
|
1157
|
+
}
|
|
1158
|
+
},
|
|
1169
1159
|
{
|
|
1170
1160
|
"name": "columnComponentName",
|
|
1171
1161
|
"type": {
|
|
@@ -1210,19 +1200,6 @@
|
|
|
1210
1200
|
"name": "GridPro",
|
|
1211
1201
|
"module": "src/grid-pro.ts"
|
|
1212
1202
|
}
|
|
1213
|
-
},
|
|
1214
|
-
{
|
|
1215
|
-
"name": "block-scrolling-on-context-menu",
|
|
1216
|
-
"type": {
|
|
1217
|
-
"text": "boolean"
|
|
1218
|
-
},
|
|
1219
|
-
"default": "false",
|
|
1220
|
-
"description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
|
|
1221
|
-
"fieldName": "blockScrollingOnContextMenu",
|
|
1222
|
-
"inheritedFrom": {
|
|
1223
|
-
"name": "GridPro",
|
|
1224
|
-
"module": "src/grid-pro.ts"
|
|
1225
|
-
}
|
|
1226
1203
|
}
|
|
1227
1204
|
]
|
|
1228
1205
|
},
|
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.
|
|
4
|
+
"version": "14.147.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -27,13 +27,18 @@
|
|
|
27
27
|
"serve": "genx serve"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@genesislcap/genx": "14.
|
|
30
|
+
"@genesislcap/genx": "14.147.0",
|
|
31
|
+
"@genesislcap/rollup-builder": "14.147.0",
|
|
32
|
+
"@genesislcap/ts-builder": "14.147.0",
|
|
33
|
+
"@genesislcap/uvu-playwright-builder": "14.147.0",
|
|
34
|
+
"@genesislcap/vite-builder": "14.147.0",
|
|
35
|
+
"@genesislcap/webpack-builder": "14.147.0",
|
|
31
36
|
"rimraf": "^3.0.2"
|
|
32
37
|
},
|
|
33
38
|
"dependencies": {
|
|
34
|
-
"@genesislcap/foundation-ui": "14.
|
|
35
|
-
"@genesislcap/foundation-zero": "14.
|
|
36
|
-
"@genesislcap/grid-pro": "14.
|
|
39
|
+
"@genesislcap/foundation-ui": "14.147.0",
|
|
40
|
+
"@genesislcap/foundation-zero": "14.147.0",
|
|
41
|
+
"@genesislcap/grid-pro": "14.147.0",
|
|
37
42
|
"@microsoft/fast-colors": "^5.3.1",
|
|
38
43
|
"@microsoft/fast-components": "^2.30.6",
|
|
39
44
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -54,5 +59,5 @@
|
|
|
54
59
|
"access": "public"
|
|
55
60
|
},
|
|
56
61
|
"customElements": "dist/custom-elements.json",
|
|
57
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "b0d8376acf8f71736cfcedb43fba7311e5d77331"
|
|
58
63
|
}
|