@genesislcap/grid-pro 14.65.1 → 14.65.2-alpha-d8c8a07.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 +112 -112
- package/package.json +7 -7
|
@@ -2155,118 +2155,6 @@
|
|
|
2155
2155
|
}
|
|
2156
2156
|
]
|
|
2157
2157
|
},
|
|
2158
|
-
{
|
|
2159
|
-
"kind": "javascript-module",
|
|
2160
|
-
"path": "src/column/column.template.ts",
|
|
2161
|
-
"declarations": [
|
|
2162
|
-
{
|
|
2163
|
-
"kind": "variable",
|
|
2164
|
-
"name": "ColumnTemplate",
|
|
2165
|
-
"default": "html<GridColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
2166
|
-
"description": "The Grid Pro Column Template.",
|
|
2167
|
-
"privacy": "public"
|
|
2168
|
-
}
|
|
2169
|
-
],
|
|
2170
|
-
"exports": [
|
|
2171
|
-
{
|
|
2172
|
-
"kind": "js",
|
|
2173
|
-
"name": "ColumnTemplate",
|
|
2174
|
-
"declaration": {
|
|
2175
|
-
"name": "ColumnTemplate",
|
|
2176
|
-
"module": "src/column/column.template.ts"
|
|
2177
|
-
}
|
|
2178
|
-
}
|
|
2179
|
-
]
|
|
2180
|
-
},
|
|
2181
|
-
{
|
|
2182
|
-
"kind": "javascript-module",
|
|
2183
|
-
"path": "src/column/column.ts",
|
|
2184
|
-
"declarations": [
|
|
2185
|
-
{
|
|
2186
|
-
"kind": "class",
|
|
2187
|
-
"description": "The Grid Pro Column element.",
|
|
2188
|
-
"name": "GridColumn",
|
|
2189
|
-
"members": [
|
|
2190
|
-
{
|
|
2191
|
-
"kind": "field",
|
|
2192
|
-
"name": "slottedAgCell",
|
|
2193
|
-
"type": {
|
|
2194
|
-
"text": "HTMLElement[]"
|
|
2195
|
-
},
|
|
2196
|
-
"privacy": "public"
|
|
2197
|
-
},
|
|
2198
|
-
{
|
|
2199
|
-
"kind": "field",
|
|
2200
|
-
"name": "definition",
|
|
2201
|
-
"type": {
|
|
2202
|
-
"text": "ColDef"
|
|
2203
|
-
},
|
|
2204
|
-
"default": "{}"
|
|
2205
|
-
},
|
|
2206
|
-
{
|
|
2207
|
-
"kind": "method",
|
|
2208
|
-
"name": "slottedAgCellChanged",
|
|
2209
|
-
"privacy": "public"
|
|
2210
|
-
}
|
|
2211
|
-
],
|
|
2212
|
-
"superclass": {
|
|
2213
|
-
"name": "FoundationElement",
|
|
2214
|
-
"package": "@microsoft/fast-foundation"
|
|
2215
|
-
},
|
|
2216
|
-
"tagName": "grid-pro-column",
|
|
2217
|
-
"customElement": true
|
|
2218
|
-
}
|
|
2219
|
-
],
|
|
2220
|
-
"exports": [
|
|
2221
|
-
{
|
|
2222
|
-
"kind": "js",
|
|
2223
|
-
"name": "GridColumn",
|
|
2224
|
-
"declaration": {
|
|
2225
|
-
"name": "GridColumn",
|
|
2226
|
-
"module": "src/column/column.ts"
|
|
2227
|
-
}
|
|
2228
|
-
},
|
|
2229
|
-
{
|
|
2230
|
-
"kind": "custom-element-definition",
|
|
2231
|
-
"name": "grid-pro-column",
|
|
2232
|
-
"declaration": {
|
|
2233
|
-
"name": "GridColumn",
|
|
2234
|
-
"module": "src/column/column.ts"
|
|
2235
|
-
}
|
|
2236
|
-
}
|
|
2237
|
-
]
|
|
2238
|
-
},
|
|
2239
|
-
{
|
|
2240
|
-
"kind": "javascript-module",
|
|
2241
|
-
"path": "src/column/index.ts",
|
|
2242
|
-
"declarations": [],
|
|
2243
|
-
"exports": [
|
|
2244
|
-
{
|
|
2245
|
-
"kind": "js",
|
|
2246
|
-
"name": "*",
|
|
2247
|
-
"declaration": {
|
|
2248
|
-
"name": "*",
|
|
2249
|
-
"package": "./column.template"
|
|
2250
|
-
}
|
|
2251
|
-
},
|
|
2252
|
-
{
|
|
2253
|
-
"kind": "js",
|
|
2254
|
-
"name": "*",
|
|
2255
|
-
"declaration": {
|
|
2256
|
-
"name": "*",
|
|
2257
|
-
"package": "./column"
|
|
2258
|
-
}
|
|
2259
|
-
},
|
|
2260
|
-
{
|
|
2261
|
-
"kind": "js",
|
|
2262
|
-
"name": "*",
|
|
2263
|
-
"declaration": {
|
|
2264
|
-
"name": "*",
|
|
2265
|
-
"package": "./utils"
|
|
2266
|
-
}
|
|
2267
|
-
}
|
|
2268
|
-
]
|
|
2269
|
-
},
|
|
2270
2158
|
{
|
|
2271
2159
|
"kind": "javascript-module",
|
|
2272
2160
|
"path": "src/external/ag-grid-css.ts",
|
|
@@ -2539,6 +2427,118 @@
|
|
|
2539
2427
|
}
|
|
2540
2428
|
]
|
|
2541
2429
|
},
|
|
2430
|
+
{
|
|
2431
|
+
"kind": "javascript-module",
|
|
2432
|
+
"path": "src/column/column.template.ts",
|
|
2433
|
+
"declarations": [
|
|
2434
|
+
{
|
|
2435
|
+
"kind": "variable",
|
|
2436
|
+
"name": "ColumnTemplate",
|
|
2437
|
+
"default": "html<GridColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
2438
|
+
"description": "The Grid Pro Column Template.",
|
|
2439
|
+
"privacy": "public"
|
|
2440
|
+
}
|
|
2441
|
+
],
|
|
2442
|
+
"exports": [
|
|
2443
|
+
{
|
|
2444
|
+
"kind": "js",
|
|
2445
|
+
"name": "ColumnTemplate",
|
|
2446
|
+
"declaration": {
|
|
2447
|
+
"name": "ColumnTemplate",
|
|
2448
|
+
"module": "src/column/column.template.ts"
|
|
2449
|
+
}
|
|
2450
|
+
}
|
|
2451
|
+
]
|
|
2452
|
+
},
|
|
2453
|
+
{
|
|
2454
|
+
"kind": "javascript-module",
|
|
2455
|
+
"path": "src/column/column.ts",
|
|
2456
|
+
"declarations": [
|
|
2457
|
+
{
|
|
2458
|
+
"kind": "class",
|
|
2459
|
+
"description": "The Grid Pro Column element.",
|
|
2460
|
+
"name": "GridColumn",
|
|
2461
|
+
"members": [
|
|
2462
|
+
{
|
|
2463
|
+
"kind": "field",
|
|
2464
|
+
"name": "slottedAgCell",
|
|
2465
|
+
"type": {
|
|
2466
|
+
"text": "HTMLElement[]"
|
|
2467
|
+
},
|
|
2468
|
+
"privacy": "public"
|
|
2469
|
+
},
|
|
2470
|
+
{
|
|
2471
|
+
"kind": "field",
|
|
2472
|
+
"name": "definition",
|
|
2473
|
+
"type": {
|
|
2474
|
+
"text": "ColDef"
|
|
2475
|
+
},
|
|
2476
|
+
"default": "{}"
|
|
2477
|
+
},
|
|
2478
|
+
{
|
|
2479
|
+
"kind": "method",
|
|
2480
|
+
"name": "slottedAgCellChanged",
|
|
2481
|
+
"privacy": "public"
|
|
2482
|
+
}
|
|
2483
|
+
],
|
|
2484
|
+
"superclass": {
|
|
2485
|
+
"name": "FoundationElement",
|
|
2486
|
+
"package": "@microsoft/fast-foundation"
|
|
2487
|
+
},
|
|
2488
|
+
"tagName": "grid-pro-column",
|
|
2489
|
+
"customElement": true
|
|
2490
|
+
}
|
|
2491
|
+
],
|
|
2492
|
+
"exports": [
|
|
2493
|
+
{
|
|
2494
|
+
"kind": "js",
|
|
2495
|
+
"name": "GridColumn",
|
|
2496
|
+
"declaration": {
|
|
2497
|
+
"name": "GridColumn",
|
|
2498
|
+
"module": "src/column/column.ts"
|
|
2499
|
+
}
|
|
2500
|
+
},
|
|
2501
|
+
{
|
|
2502
|
+
"kind": "custom-element-definition",
|
|
2503
|
+
"name": "grid-pro-column",
|
|
2504
|
+
"declaration": {
|
|
2505
|
+
"name": "GridColumn",
|
|
2506
|
+
"module": "src/column/column.ts"
|
|
2507
|
+
}
|
|
2508
|
+
}
|
|
2509
|
+
]
|
|
2510
|
+
},
|
|
2511
|
+
{
|
|
2512
|
+
"kind": "javascript-module",
|
|
2513
|
+
"path": "src/column/index.ts",
|
|
2514
|
+
"declarations": [],
|
|
2515
|
+
"exports": [
|
|
2516
|
+
{
|
|
2517
|
+
"kind": "js",
|
|
2518
|
+
"name": "*",
|
|
2519
|
+
"declaration": {
|
|
2520
|
+
"name": "*",
|
|
2521
|
+
"package": "./column.template"
|
|
2522
|
+
}
|
|
2523
|
+
},
|
|
2524
|
+
{
|
|
2525
|
+
"kind": "js",
|
|
2526
|
+
"name": "*",
|
|
2527
|
+
"declaration": {
|
|
2528
|
+
"name": "*",
|
|
2529
|
+
"package": "./column"
|
|
2530
|
+
}
|
|
2531
|
+
},
|
|
2532
|
+
{
|
|
2533
|
+
"kind": "js",
|
|
2534
|
+
"name": "*",
|
|
2535
|
+
"declaration": {
|
|
2536
|
+
"name": "*",
|
|
2537
|
+
"package": "./utils"
|
|
2538
|
+
}
|
|
2539
|
+
}
|
|
2540
|
+
]
|
|
2541
|
+
},
|
|
2542
2542
|
{
|
|
2543
2543
|
"kind": "javascript-module",
|
|
2544
2544
|
"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.65.
|
|
4
|
+
"version": "14.65.2-alpha-d8c8a07.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
"test:debug": "genx test --debug"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@genesislcap/foundation-testing": "14.65.
|
|
32
|
-
"@genesislcap/genx": "14.65.
|
|
31
|
+
"@genesislcap/foundation-testing": "14.65.2-alpha-d8c8a07.0",
|
|
32
|
+
"@genesislcap/genx": "14.65.2-alpha-d8c8a07.0",
|
|
33
33
|
"rimraf": "^3.0.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@genesislcap/foundation-comms": "14.65.
|
|
37
|
-
"@genesislcap/foundation-ui": "14.65.
|
|
38
|
-
"@genesislcap/foundation-utils": "14.65.
|
|
36
|
+
"@genesislcap/foundation-comms": "14.65.2-alpha-d8c8a07.0",
|
|
37
|
+
"@genesislcap/foundation-ui": "14.65.2-alpha-d8c8a07.0",
|
|
38
|
+
"@genesislcap/foundation-utils": "14.65.2-alpha-d8c8a07.0",
|
|
39
39
|
"@microsoft/fast-colors": "^5.1.4",
|
|
40
40
|
"@microsoft/fast-components": "^2.21.3",
|
|
41
41
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"access": "public"
|
|
59
59
|
},
|
|
60
60
|
"customElements": "dist/custom-elements.json",
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "9deaa8294cfac81799842e9ef0f351d485ef33a7"
|
|
62
62
|
}
|