@genesislcap/grid-pro 14.33.2 → 14.34.1-alpha-3ae9d67.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 +187 -187
- package/package.json +7 -7
|
@@ -1009,159 +1009,6 @@
|
|
|
1009
1009
|
}
|
|
1010
1010
|
]
|
|
1011
1011
|
},
|
|
1012
|
-
{
|
|
1013
|
-
"kind": "javascript-module",
|
|
1014
|
-
"path": "src/cell/cell.template.ts",
|
|
1015
|
-
"declarations": [
|
|
1016
|
-
{
|
|
1017
|
-
"kind": "variable",
|
|
1018
|
-
"name": "CellTemplate",
|
|
1019
|
-
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
1020
|
-
"description": "The Grid Pro Cell Template.",
|
|
1021
|
-
"privacy": "public"
|
|
1022
|
-
}
|
|
1023
|
-
],
|
|
1024
|
-
"exports": [
|
|
1025
|
-
{
|
|
1026
|
-
"kind": "js",
|
|
1027
|
-
"name": "CellTemplate",
|
|
1028
|
-
"declaration": {
|
|
1029
|
-
"name": "CellTemplate",
|
|
1030
|
-
"module": "src/cell/cell.template.ts"
|
|
1031
|
-
}
|
|
1032
|
-
}
|
|
1033
|
-
]
|
|
1034
|
-
},
|
|
1035
|
-
{
|
|
1036
|
-
"kind": "javascript-module",
|
|
1037
|
-
"path": "src/cell/cell.ts",
|
|
1038
|
-
"declarations": [
|
|
1039
|
-
{
|
|
1040
|
-
"kind": "class",
|
|
1041
|
-
"description": "The Grid Pro Cell element.",
|
|
1042
|
-
"name": "GridProCell",
|
|
1043
|
-
"members": [
|
|
1044
|
-
{
|
|
1045
|
-
"kind": "field",
|
|
1046
|
-
"name": "renderer",
|
|
1047
|
-
"type": {
|
|
1048
|
-
"text": "ICellRendererFunc"
|
|
1049
|
-
},
|
|
1050
|
-
"privacy": "public"
|
|
1051
|
-
},
|
|
1052
|
-
{
|
|
1053
|
-
"kind": "field",
|
|
1054
|
-
"name": "rendererParams",
|
|
1055
|
-
"type": {
|
|
1056
|
-
"text": "ICellRendererParams"
|
|
1057
|
-
},
|
|
1058
|
-
"privacy": "public"
|
|
1059
|
-
},
|
|
1060
|
-
{
|
|
1061
|
-
"kind": "field",
|
|
1062
|
-
"name": "slottedRenderer",
|
|
1063
|
-
"type": {
|
|
1064
|
-
"text": "HTMLElement[]"
|
|
1065
|
-
},
|
|
1066
|
-
"privacy": "public"
|
|
1067
|
-
},
|
|
1068
|
-
{
|
|
1069
|
-
"kind": "method",
|
|
1070
|
-
"name": "init",
|
|
1071
|
-
"privacy": "public",
|
|
1072
|
-
"parameters": [
|
|
1073
|
-
{
|
|
1074
|
-
"name": "params",
|
|
1075
|
-
"type": {
|
|
1076
|
-
"text": "ICellRendererParams"
|
|
1077
|
-
}
|
|
1078
|
-
}
|
|
1079
|
-
]
|
|
1080
|
-
},
|
|
1081
|
-
{
|
|
1082
|
-
"kind": "method",
|
|
1083
|
-
"name": "getGui",
|
|
1084
|
-
"privacy": "public",
|
|
1085
|
-
"return": {
|
|
1086
|
-
"type": {
|
|
1087
|
-
"text": "HTMLElement"
|
|
1088
|
-
}
|
|
1089
|
-
}
|
|
1090
|
-
},
|
|
1091
|
-
{
|
|
1092
|
-
"kind": "method",
|
|
1093
|
-
"name": "destroy",
|
|
1094
|
-
"privacy": "public"
|
|
1095
|
-
},
|
|
1096
|
-
{
|
|
1097
|
-
"kind": "method",
|
|
1098
|
-
"name": "refresh",
|
|
1099
|
-
"privacy": "public",
|
|
1100
|
-
"parameters": [
|
|
1101
|
-
{
|
|
1102
|
-
"name": "params",
|
|
1103
|
-
"type": {
|
|
1104
|
-
"text": "ICellRendererParams"
|
|
1105
|
-
}
|
|
1106
|
-
}
|
|
1107
|
-
]
|
|
1108
|
-
},
|
|
1109
|
-
{
|
|
1110
|
-
"kind": "method",
|
|
1111
|
-
"name": "slottedAgRendererChanged",
|
|
1112
|
-
"privacy": "public"
|
|
1113
|
-
}
|
|
1114
|
-
],
|
|
1115
|
-
"superclass": {
|
|
1116
|
-
"name": "FoundationElement",
|
|
1117
|
-
"package": "@microsoft/fast-foundation"
|
|
1118
|
-
},
|
|
1119
|
-
"tagName": "grid-pro-cell",
|
|
1120
|
-
"customElement": true
|
|
1121
|
-
}
|
|
1122
|
-
],
|
|
1123
|
-
"exports": [
|
|
1124
|
-
{
|
|
1125
|
-
"kind": "js",
|
|
1126
|
-
"name": "GridProCell",
|
|
1127
|
-
"declaration": {
|
|
1128
|
-
"name": "GridProCell",
|
|
1129
|
-
"module": "src/cell/cell.ts"
|
|
1130
|
-
}
|
|
1131
|
-
},
|
|
1132
|
-
{
|
|
1133
|
-
"kind": "custom-element-definition",
|
|
1134
|
-
"name": "grid-pro-cell",
|
|
1135
|
-
"declaration": {
|
|
1136
|
-
"name": "GridProCell",
|
|
1137
|
-
"module": "src/cell/cell.ts"
|
|
1138
|
-
}
|
|
1139
|
-
}
|
|
1140
|
-
]
|
|
1141
|
-
},
|
|
1142
|
-
{
|
|
1143
|
-
"kind": "javascript-module",
|
|
1144
|
-
"path": "src/cell/index.ts",
|
|
1145
|
-
"declarations": [],
|
|
1146
|
-
"exports": [
|
|
1147
|
-
{
|
|
1148
|
-
"kind": "js",
|
|
1149
|
-
"name": "*",
|
|
1150
|
-
"declaration": {
|
|
1151
|
-
"name": "*",
|
|
1152
|
-
"package": "./cell.template"
|
|
1153
|
-
}
|
|
1154
|
-
},
|
|
1155
|
-
{
|
|
1156
|
-
"kind": "js",
|
|
1157
|
-
"name": "*",
|
|
1158
|
-
"declaration": {
|
|
1159
|
-
"name": "*",
|
|
1160
|
-
"package": "./cell"
|
|
1161
|
-
}
|
|
1162
|
-
}
|
|
1163
|
-
]
|
|
1164
|
-
},
|
|
1165
1012
|
{
|
|
1166
1013
|
"kind": "javascript-module",
|
|
1167
1014
|
"path": "src/cell-renderers/action.renderer.ts",
|
|
@@ -2152,55 +1999,104 @@
|
|
|
2152
1999
|
},
|
|
2153
2000
|
{
|
|
2154
2001
|
"kind": "javascript-module",
|
|
2155
|
-
"path": "src/
|
|
2002
|
+
"path": "src/cell/cell.template.ts",
|
|
2156
2003
|
"declarations": [
|
|
2157
2004
|
{
|
|
2158
2005
|
"kind": "variable",
|
|
2159
|
-
"name": "
|
|
2160
|
-
"default": "html<
|
|
2161
|
-
"description": "The Grid Pro
|
|
2006
|
+
"name": "CellTemplate",
|
|
2007
|
+
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
2008
|
+
"description": "The Grid Pro Cell Template.",
|
|
2162
2009
|
"privacy": "public"
|
|
2163
2010
|
}
|
|
2164
2011
|
],
|
|
2165
2012
|
"exports": [
|
|
2166
2013
|
{
|
|
2167
2014
|
"kind": "js",
|
|
2168
|
-
"name": "
|
|
2015
|
+
"name": "CellTemplate",
|
|
2169
2016
|
"declaration": {
|
|
2170
|
-
"name": "
|
|
2171
|
-
"module": "src/
|
|
2017
|
+
"name": "CellTemplate",
|
|
2018
|
+
"module": "src/cell/cell.template.ts"
|
|
2172
2019
|
}
|
|
2173
2020
|
}
|
|
2174
2021
|
]
|
|
2175
2022
|
},
|
|
2176
2023
|
{
|
|
2177
2024
|
"kind": "javascript-module",
|
|
2178
|
-
"path": "src/
|
|
2025
|
+
"path": "src/cell/cell.ts",
|
|
2179
2026
|
"declarations": [
|
|
2180
2027
|
{
|
|
2181
2028
|
"kind": "class",
|
|
2182
|
-
"description": "The Grid Pro
|
|
2183
|
-
"name": "
|
|
2029
|
+
"description": "The Grid Pro Cell element.",
|
|
2030
|
+
"name": "GridProCell",
|
|
2184
2031
|
"members": [
|
|
2185
2032
|
{
|
|
2186
2033
|
"kind": "field",
|
|
2187
|
-
"name": "
|
|
2034
|
+
"name": "renderer",
|
|
2188
2035
|
"type": {
|
|
2189
|
-
"text": "
|
|
2036
|
+
"text": "ICellRendererFunc"
|
|
2190
2037
|
},
|
|
2191
2038
|
"privacy": "public"
|
|
2192
2039
|
},
|
|
2193
2040
|
{
|
|
2194
2041
|
"kind": "field",
|
|
2195
|
-
"name": "
|
|
2042
|
+
"name": "rendererParams",
|
|
2196
2043
|
"type": {
|
|
2197
|
-
"text": "
|
|
2044
|
+
"text": "ICellRendererParams"
|
|
2198
2045
|
},
|
|
2199
|
-
"
|
|
2046
|
+
"privacy": "public"
|
|
2047
|
+
},
|
|
2048
|
+
{
|
|
2049
|
+
"kind": "field",
|
|
2050
|
+
"name": "slottedRenderer",
|
|
2051
|
+
"type": {
|
|
2052
|
+
"text": "HTMLElement[]"
|
|
2053
|
+
},
|
|
2054
|
+
"privacy": "public"
|
|
2200
2055
|
},
|
|
2201
2056
|
{
|
|
2202
2057
|
"kind": "method",
|
|
2203
|
-
"name": "
|
|
2058
|
+
"name": "init",
|
|
2059
|
+
"privacy": "public",
|
|
2060
|
+
"parameters": [
|
|
2061
|
+
{
|
|
2062
|
+
"name": "params",
|
|
2063
|
+
"type": {
|
|
2064
|
+
"text": "ICellRendererParams"
|
|
2065
|
+
}
|
|
2066
|
+
}
|
|
2067
|
+
]
|
|
2068
|
+
},
|
|
2069
|
+
{
|
|
2070
|
+
"kind": "method",
|
|
2071
|
+
"name": "getGui",
|
|
2072
|
+
"privacy": "public",
|
|
2073
|
+
"return": {
|
|
2074
|
+
"type": {
|
|
2075
|
+
"text": "HTMLElement"
|
|
2076
|
+
}
|
|
2077
|
+
}
|
|
2078
|
+
},
|
|
2079
|
+
{
|
|
2080
|
+
"kind": "method",
|
|
2081
|
+
"name": "destroy",
|
|
2082
|
+
"privacy": "public"
|
|
2083
|
+
},
|
|
2084
|
+
{
|
|
2085
|
+
"kind": "method",
|
|
2086
|
+
"name": "refresh",
|
|
2087
|
+
"privacy": "public",
|
|
2088
|
+
"parameters": [
|
|
2089
|
+
{
|
|
2090
|
+
"name": "params",
|
|
2091
|
+
"type": {
|
|
2092
|
+
"text": "ICellRendererParams"
|
|
2093
|
+
}
|
|
2094
|
+
}
|
|
2095
|
+
]
|
|
2096
|
+
},
|
|
2097
|
+
{
|
|
2098
|
+
"kind": "method",
|
|
2099
|
+
"name": "slottedAgRendererChanged",
|
|
2204
2100
|
"privacy": "public"
|
|
2205
2101
|
}
|
|
2206
2102
|
],
|
|
@@ -2208,32 +2104,32 @@
|
|
|
2208
2104
|
"name": "FoundationElement",
|
|
2209
2105
|
"package": "@microsoft/fast-foundation"
|
|
2210
2106
|
},
|
|
2211
|
-
"tagName": "grid-pro-
|
|
2107
|
+
"tagName": "grid-pro-cell",
|
|
2212
2108
|
"customElement": true
|
|
2213
2109
|
}
|
|
2214
2110
|
],
|
|
2215
2111
|
"exports": [
|
|
2216
2112
|
{
|
|
2217
2113
|
"kind": "js",
|
|
2218
|
-
"name": "
|
|
2114
|
+
"name": "GridProCell",
|
|
2219
2115
|
"declaration": {
|
|
2220
|
-
"name": "
|
|
2221
|
-
"module": "src/
|
|
2116
|
+
"name": "GridProCell",
|
|
2117
|
+
"module": "src/cell/cell.ts"
|
|
2222
2118
|
}
|
|
2223
2119
|
},
|
|
2224
2120
|
{
|
|
2225
2121
|
"kind": "custom-element-definition",
|
|
2226
|
-
"name": "grid-pro-
|
|
2122
|
+
"name": "grid-pro-cell",
|
|
2227
2123
|
"declaration": {
|
|
2228
|
-
"name": "
|
|
2229
|
-
"module": "src/
|
|
2124
|
+
"name": "GridProCell",
|
|
2125
|
+
"module": "src/cell/cell.ts"
|
|
2230
2126
|
}
|
|
2231
2127
|
}
|
|
2232
2128
|
]
|
|
2233
2129
|
},
|
|
2234
2130
|
{
|
|
2235
2131
|
"kind": "javascript-module",
|
|
2236
|
-
"path": "src/
|
|
2132
|
+
"path": "src/cell/index.ts",
|
|
2237
2133
|
"declarations": [],
|
|
2238
2134
|
"exports": [
|
|
2239
2135
|
{
|
|
@@ -2241,15 +2137,7 @@
|
|
|
2241
2137
|
"name": "*",
|
|
2242
2138
|
"declaration": {
|
|
2243
2139
|
"name": "*",
|
|
2244
|
-
"package": "./
|
|
2245
|
-
}
|
|
2246
|
-
},
|
|
2247
|
-
{
|
|
2248
|
-
"kind": "js",
|
|
2249
|
-
"name": "*",
|
|
2250
|
-
"declaration": {
|
|
2251
|
-
"name": "*",
|
|
2252
|
-
"package": "./column"
|
|
2140
|
+
"package": "./cell.template"
|
|
2253
2141
|
}
|
|
2254
2142
|
},
|
|
2255
2143
|
{
|
|
@@ -2257,7 +2145,7 @@
|
|
|
2257
2145
|
"name": "*",
|
|
2258
2146
|
"declaration": {
|
|
2259
2147
|
"name": "*",
|
|
2260
|
-
"package": "./
|
|
2148
|
+
"package": "./cell"
|
|
2261
2149
|
}
|
|
2262
2150
|
}
|
|
2263
2151
|
]
|
|
@@ -2534,6 +2422,118 @@
|
|
|
2534
2422
|
}
|
|
2535
2423
|
]
|
|
2536
2424
|
},
|
|
2425
|
+
{
|
|
2426
|
+
"kind": "javascript-module",
|
|
2427
|
+
"path": "src/column/column.template.ts",
|
|
2428
|
+
"declarations": [
|
|
2429
|
+
{
|
|
2430
|
+
"kind": "variable",
|
|
2431
|
+
"name": "ColumnTemplate",
|
|
2432
|
+
"default": "html<GridColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
2433
|
+
"description": "The Grid Pro Column Template.",
|
|
2434
|
+
"privacy": "public"
|
|
2435
|
+
}
|
|
2436
|
+
],
|
|
2437
|
+
"exports": [
|
|
2438
|
+
{
|
|
2439
|
+
"kind": "js",
|
|
2440
|
+
"name": "ColumnTemplate",
|
|
2441
|
+
"declaration": {
|
|
2442
|
+
"name": "ColumnTemplate",
|
|
2443
|
+
"module": "src/column/column.template.ts"
|
|
2444
|
+
}
|
|
2445
|
+
}
|
|
2446
|
+
]
|
|
2447
|
+
},
|
|
2448
|
+
{
|
|
2449
|
+
"kind": "javascript-module",
|
|
2450
|
+
"path": "src/column/column.ts",
|
|
2451
|
+
"declarations": [
|
|
2452
|
+
{
|
|
2453
|
+
"kind": "class",
|
|
2454
|
+
"description": "The Grid Pro Column element.",
|
|
2455
|
+
"name": "GridColumn",
|
|
2456
|
+
"members": [
|
|
2457
|
+
{
|
|
2458
|
+
"kind": "field",
|
|
2459
|
+
"name": "slottedAgCell",
|
|
2460
|
+
"type": {
|
|
2461
|
+
"text": "HTMLElement[]"
|
|
2462
|
+
},
|
|
2463
|
+
"privacy": "public"
|
|
2464
|
+
},
|
|
2465
|
+
{
|
|
2466
|
+
"kind": "field",
|
|
2467
|
+
"name": "definition",
|
|
2468
|
+
"type": {
|
|
2469
|
+
"text": "ColDef"
|
|
2470
|
+
},
|
|
2471
|
+
"default": "{}"
|
|
2472
|
+
},
|
|
2473
|
+
{
|
|
2474
|
+
"kind": "method",
|
|
2475
|
+
"name": "slottedAgCellChanged",
|
|
2476
|
+
"privacy": "public"
|
|
2477
|
+
}
|
|
2478
|
+
],
|
|
2479
|
+
"superclass": {
|
|
2480
|
+
"name": "FoundationElement",
|
|
2481
|
+
"package": "@microsoft/fast-foundation"
|
|
2482
|
+
},
|
|
2483
|
+
"tagName": "grid-pro-column",
|
|
2484
|
+
"customElement": true
|
|
2485
|
+
}
|
|
2486
|
+
],
|
|
2487
|
+
"exports": [
|
|
2488
|
+
{
|
|
2489
|
+
"kind": "js",
|
|
2490
|
+
"name": "GridColumn",
|
|
2491
|
+
"declaration": {
|
|
2492
|
+
"name": "GridColumn",
|
|
2493
|
+
"module": "src/column/column.ts"
|
|
2494
|
+
}
|
|
2495
|
+
},
|
|
2496
|
+
{
|
|
2497
|
+
"kind": "custom-element-definition",
|
|
2498
|
+
"name": "grid-pro-column",
|
|
2499
|
+
"declaration": {
|
|
2500
|
+
"name": "GridColumn",
|
|
2501
|
+
"module": "src/column/column.ts"
|
|
2502
|
+
}
|
|
2503
|
+
}
|
|
2504
|
+
]
|
|
2505
|
+
},
|
|
2506
|
+
{
|
|
2507
|
+
"kind": "javascript-module",
|
|
2508
|
+
"path": "src/column/index.ts",
|
|
2509
|
+
"declarations": [],
|
|
2510
|
+
"exports": [
|
|
2511
|
+
{
|
|
2512
|
+
"kind": "js",
|
|
2513
|
+
"name": "*",
|
|
2514
|
+
"declaration": {
|
|
2515
|
+
"name": "*",
|
|
2516
|
+
"package": "./column.template"
|
|
2517
|
+
}
|
|
2518
|
+
},
|
|
2519
|
+
{
|
|
2520
|
+
"kind": "js",
|
|
2521
|
+
"name": "*",
|
|
2522
|
+
"declaration": {
|
|
2523
|
+
"name": "*",
|
|
2524
|
+
"package": "./column"
|
|
2525
|
+
}
|
|
2526
|
+
},
|
|
2527
|
+
{
|
|
2528
|
+
"kind": "js",
|
|
2529
|
+
"name": "*",
|
|
2530
|
+
"declaration": {
|
|
2531
|
+
"name": "*",
|
|
2532
|
+
"package": "./utils"
|
|
2533
|
+
}
|
|
2534
|
+
}
|
|
2535
|
+
]
|
|
2536
|
+
},
|
|
2537
2537
|
{
|
|
2538
2538
|
"kind": "javascript-module",
|
|
2539
2539
|
"path": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource-next.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/grid-pro",
|
|
3
3
|
"description": "Genesis Foundation AG Grid",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.34.1-alpha-3ae9d67.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
"serve": "genx serve"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@genesislcap/foundation-testing": "
|
|
25
|
-
"@genesislcap/genx": "
|
|
24
|
+
"@genesislcap/foundation-testing": "14.34.1-alpha-3ae9d67.0",
|
|
25
|
+
"@genesislcap/genx": "14.34.1-alpha-3ae9d67.0",
|
|
26
26
|
"bulma": "^0.9.3"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@genesislcap/foundation-comms": "
|
|
30
|
-
"@genesislcap/foundation-ui": "
|
|
31
|
-
"@genesislcap/foundation-utils": "
|
|
29
|
+
"@genesislcap/foundation-comms": "14.34.1-alpha-3ae9d67.0",
|
|
30
|
+
"@genesislcap/foundation-ui": "14.34.1-alpha-3ae9d67.0",
|
|
31
|
+
"@genesislcap/foundation-utils": "14.34.1-alpha-3ae9d67.0",
|
|
32
32
|
"@microsoft/fast-colors": "^5.1.4",
|
|
33
33
|
"@microsoft/fast-components": "^2.21.3",
|
|
34
34
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"access": "public"
|
|
56
56
|
},
|
|
57
57
|
"customElements": "dist/custom-elements.json",
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "4a525d130e884048ab363740e90cd7fbf6aacfb8"
|
|
59
59
|
}
|