@genesislcap/foundation-utils 14.165.2 → 14.165.3-alpha-da317ad.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 +172 -172
- package/package.json +10 -10
|
@@ -402,6 +402,29 @@
|
|
|
402
402
|
}
|
|
403
403
|
]
|
|
404
404
|
},
|
|
405
|
+
{
|
|
406
|
+
"kind": "javascript-module",
|
|
407
|
+
"path": "src/directives/index.ts",
|
|
408
|
+
"declarations": [],
|
|
409
|
+
"exports": [
|
|
410
|
+
{
|
|
411
|
+
"kind": "js",
|
|
412
|
+
"name": "*",
|
|
413
|
+
"declaration": {
|
|
414
|
+
"name": "*",
|
|
415
|
+
"package": "./sync"
|
|
416
|
+
}
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"kind": "js",
|
|
420
|
+
"name": "*",
|
|
421
|
+
"declaration": {
|
|
422
|
+
"name": "*",
|
|
423
|
+
"package": "./when-else"
|
|
424
|
+
}
|
|
425
|
+
}
|
|
426
|
+
]
|
|
427
|
+
},
|
|
405
428
|
{
|
|
406
429
|
"kind": "javascript-module",
|
|
407
430
|
"path": "src/design-system/design-system.ts",
|
|
@@ -452,29 +475,6 @@
|
|
|
452
475
|
}
|
|
453
476
|
]
|
|
454
477
|
},
|
|
455
|
-
{
|
|
456
|
-
"kind": "javascript-module",
|
|
457
|
-
"path": "src/directives/index.ts",
|
|
458
|
-
"declarations": [],
|
|
459
|
-
"exports": [
|
|
460
|
-
{
|
|
461
|
-
"kind": "js",
|
|
462
|
-
"name": "*",
|
|
463
|
-
"declaration": {
|
|
464
|
-
"name": "*",
|
|
465
|
-
"package": "./sync"
|
|
466
|
-
}
|
|
467
|
-
},
|
|
468
|
-
{
|
|
469
|
-
"kind": "js",
|
|
470
|
-
"name": "*",
|
|
471
|
-
"declaration": {
|
|
472
|
-
"name": "*",
|
|
473
|
-
"package": "./when-else"
|
|
474
|
-
}
|
|
475
|
-
}
|
|
476
|
-
]
|
|
477
|
-
},
|
|
478
478
|
{
|
|
479
479
|
"kind": "javascript-module",
|
|
480
480
|
"path": "src/env/index.ts",
|
|
@@ -1197,7 +1197,7 @@
|
|
|
1197
1197
|
},
|
|
1198
1198
|
{
|
|
1199
1199
|
"kind": "javascript-module",
|
|
1200
|
-
"path": "src/
|
|
1200
|
+
"path": "src/mixins/index.ts",
|
|
1201
1201
|
"declarations": [],
|
|
1202
1202
|
"exports": [
|
|
1203
1203
|
{
|
|
@@ -1205,14 +1205,22 @@
|
|
|
1205
1205
|
"name": "*",
|
|
1206
1206
|
"declaration": {
|
|
1207
1207
|
"name": "*",
|
|
1208
|
-
"package": "./
|
|
1208
|
+
"package": "./pendingState"
|
|
1209
|
+
}
|
|
1210
|
+
},
|
|
1211
|
+
{
|
|
1212
|
+
"kind": "js",
|
|
1213
|
+
"name": "*",
|
|
1214
|
+
"declaration": {
|
|
1215
|
+
"name": "*",
|
|
1216
|
+
"package": "./lifecycle"
|
|
1209
1217
|
}
|
|
1210
1218
|
}
|
|
1211
1219
|
]
|
|
1212
1220
|
},
|
|
1213
1221
|
{
|
|
1214
1222
|
"kind": "javascript-module",
|
|
1215
|
-
"path": "src/
|
|
1223
|
+
"path": "src/mappers/index.ts",
|
|
1216
1224
|
"declarations": [],
|
|
1217
1225
|
"exports": [
|
|
1218
1226
|
{
|
|
@@ -1220,15 +1228,7 @@
|
|
|
1220
1228
|
"name": "*",
|
|
1221
1229
|
"declaration": {
|
|
1222
1230
|
"name": "*",
|
|
1223
|
-
"package": "./
|
|
1224
|
-
}
|
|
1225
|
-
},
|
|
1226
|
-
{
|
|
1227
|
-
"kind": "js",
|
|
1228
|
-
"name": "*",
|
|
1229
|
-
"declaration": {
|
|
1230
|
-
"name": "*",
|
|
1231
|
-
"package": "./lifecycle"
|
|
1231
|
+
"package": "./dto"
|
|
1232
1232
|
}
|
|
1233
1233
|
}
|
|
1234
1234
|
]
|
|
@@ -1869,6 +1869,43 @@
|
|
|
1869
1869
|
}
|
|
1870
1870
|
]
|
|
1871
1871
|
},
|
|
1872
|
+
{
|
|
1873
|
+
"kind": "javascript-module",
|
|
1874
|
+
"path": "src/uuid/index.ts",
|
|
1875
|
+
"declarations": [],
|
|
1876
|
+
"exports": [
|
|
1877
|
+
{
|
|
1878
|
+
"kind": "js",
|
|
1879
|
+
"name": "*",
|
|
1880
|
+
"declaration": {
|
|
1881
|
+
"name": "*",
|
|
1882
|
+
"package": "./uuid"
|
|
1883
|
+
}
|
|
1884
|
+
}
|
|
1885
|
+
]
|
|
1886
|
+
},
|
|
1887
|
+
{
|
|
1888
|
+
"kind": "javascript-module",
|
|
1889
|
+
"path": "src/uuid/uuid.ts",
|
|
1890
|
+
"declarations": [
|
|
1891
|
+
{
|
|
1892
|
+
"kind": "variable",
|
|
1893
|
+
"name": "UUID",
|
|
1894
|
+
"description": "A dependency injection token for the UUID interface.",
|
|
1895
|
+
"privacy": "public"
|
|
1896
|
+
}
|
|
1897
|
+
],
|
|
1898
|
+
"exports": [
|
|
1899
|
+
{
|
|
1900
|
+
"kind": "js",
|
|
1901
|
+
"name": "UUID",
|
|
1902
|
+
"declaration": {
|
|
1903
|
+
"name": "UUID",
|
|
1904
|
+
"module": "src/uuid/uuid.ts"
|
|
1905
|
+
}
|
|
1906
|
+
}
|
|
1907
|
+
]
|
|
1908
|
+
},
|
|
1872
1909
|
{
|
|
1873
1910
|
"kind": "javascript-module",
|
|
1874
1911
|
"path": "src/window/index.ts",
|
|
@@ -2017,43 +2054,6 @@
|
|
|
2017
2054
|
}
|
|
2018
2055
|
]
|
|
2019
2056
|
},
|
|
2020
|
-
{
|
|
2021
|
-
"kind": "javascript-module",
|
|
2022
|
-
"path": "src/uuid/index.ts",
|
|
2023
|
-
"declarations": [],
|
|
2024
|
-
"exports": [
|
|
2025
|
-
{
|
|
2026
|
-
"kind": "js",
|
|
2027
|
-
"name": "*",
|
|
2028
|
-
"declaration": {
|
|
2029
|
-
"name": "*",
|
|
2030
|
-
"package": "./uuid"
|
|
2031
|
-
}
|
|
2032
|
-
}
|
|
2033
|
-
]
|
|
2034
|
-
},
|
|
2035
|
-
{
|
|
2036
|
-
"kind": "javascript-module",
|
|
2037
|
-
"path": "src/uuid/uuid.ts",
|
|
2038
|
-
"declarations": [
|
|
2039
|
-
{
|
|
2040
|
-
"kind": "variable",
|
|
2041
|
-
"name": "UUID",
|
|
2042
|
-
"description": "A dependency injection token for the UUID interface.",
|
|
2043
|
-
"privacy": "public"
|
|
2044
|
-
}
|
|
2045
|
-
],
|
|
2046
|
-
"exports": [
|
|
2047
|
-
{
|
|
2048
|
-
"kind": "js",
|
|
2049
|
-
"name": "UUID",
|
|
2050
|
-
"declaration": {
|
|
2051
|
-
"name": "UUID",
|
|
2052
|
-
"module": "src/uuid/uuid.ts"
|
|
2053
|
-
}
|
|
2054
|
-
}
|
|
2055
|
-
]
|
|
2056
|
-
},
|
|
2057
2057
|
{
|
|
2058
2058
|
"kind": "javascript-module",
|
|
2059
2059
|
"path": "src/directives/sync/index.ts",
|
|
@@ -2208,106 +2208,6 @@
|
|
|
2208
2208
|
}
|
|
2209
2209
|
]
|
|
2210
2210
|
},
|
|
2211
|
-
{
|
|
2212
|
-
"kind": "javascript-module",
|
|
2213
|
-
"path": "src/mappers/dto/index.ts",
|
|
2214
|
-
"declarations": [],
|
|
2215
|
-
"exports": [
|
|
2216
|
-
{
|
|
2217
|
-
"kind": "js",
|
|
2218
|
-
"name": "*",
|
|
2219
|
-
"declaration": {
|
|
2220
|
-
"name": "*",
|
|
2221
|
-
"package": "./serverRow"
|
|
2222
|
-
}
|
|
2223
|
-
},
|
|
2224
|
-
{
|
|
2225
|
-
"kind": "js",
|
|
2226
|
-
"name": "*",
|
|
2227
|
-
"declaration": {
|
|
2228
|
-
"name": "*",
|
|
2229
|
-
"package": "./types"
|
|
2230
|
-
}
|
|
2231
|
-
}
|
|
2232
|
-
]
|
|
2233
|
-
},
|
|
2234
|
-
{
|
|
2235
|
-
"kind": "javascript-module",
|
|
2236
|
-
"path": "src/mappers/dto/serverRow.ts",
|
|
2237
|
-
"declarations": [
|
|
2238
|
-
{
|
|
2239
|
-
"kind": "class",
|
|
2240
|
-
"description": "The default `ServerRowDTOMapper`.",
|
|
2241
|
-
"name": "DefaultServerRowDTOMapper",
|
|
2242
|
-
"members": [
|
|
2243
|
-
{
|
|
2244
|
-
"kind": "field",
|
|
2245
|
-
"name": "fromDTO",
|
|
2246
|
-
"description": "Converts a server row DTO to an entity.",
|
|
2247
|
-
"parameters": [
|
|
2248
|
-
{
|
|
2249
|
-
"description": "The DTO to convert.",
|
|
2250
|
-
"name": "dto"
|
|
2251
|
-
}
|
|
2252
|
-
],
|
|
2253
|
-
"return": {
|
|
2254
|
-
"type": {
|
|
2255
|
-
"text": ""
|
|
2256
|
-
}
|
|
2257
|
-
},
|
|
2258
|
-
"privacy": "public"
|
|
2259
|
-
},
|
|
2260
|
-
{
|
|
2261
|
-
"kind": "field",
|
|
2262
|
-
"name": "toDTO",
|
|
2263
|
-
"description": "Converts a server row entity to a DTO.",
|
|
2264
|
-
"parameters": [
|
|
2265
|
-
{
|
|
2266
|
-
"description": "The entity to convert.",
|
|
2267
|
-
"name": "entity"
|
|
2268
|
-
}
|
|
2269
|
-
],
|
|
2270
|
-
"return": {
|
|
2271
|
-
"type": {
|
|
2272
|
-
"text": ""
|
|
2273
|
-
}
|
|
2274
|
-
},
|
|
2275
|
-
"privacy": "public"
|
|
2276
|
-
}
|
|
2277
|
-
]
|
|
2278
|
-
},
|
|
2279
|
-
{
|
|
2280
|
-
"kind": "variable",
|
|
2281
|
-
"name": "ServerRowDTOMapper",
|
|
2282
|
-
"description": "A DI token used to obtain a `ServerRowDTOMapper` instance.",
|
|
2283
|
-
"privacy": "public"
|
|
2284
|
-
}
|
|
2285
|
-
],
|
|
2286
|
-
"exports": [
|
|
2287
|
-
{
|
|
2288
|
-
"kind": "js",
|
|
2289
|
-
"name": "DefaultServerRowDTOMapper",
|
|
2290
|
-
"declaration": {
|
|
2291
|
-
"name": "DefaultServerRowDTOMapper",
|
|
2292
|
-
"module": "src/mappers/dto/serverRow.ts"
|
|
2293
|
-
}
|
|
2294
|
-
},
|
|
2295
|
-
{
|
|
2296
|
-
"kind": "js",
|
|
2297
|
-
"name": "ServerRowDTOMapper",
|
|
2298
|
-
"declaration": {
|
|
2299
|
-
"name": "ServerRowDTOMapper",
|
|
2300
|
-
"module": "src/mappers/dto/serverRow.ts"
|
|
2301
|
-
}
|
|
2302
|
-
}
|
|
2303
|
-
]
|
|
2304
|
-
},
|
|
2305
|
-
{
|
|
2306
|
-
"kind": "javascript-module",
|
|
2307
|
-
"path": "src/mappers/dto/types.ts",
|
|
2308
|
-
"declarations": [],
|
|
2309
|
-
"exports": []
|
|
2310
|
-
},
|
|
2311
2211
|
{
|
|
2312
2212
|
"kind": "javascript-module",
|
|
2313
2213
|
"path": "src/mixins/lifecycle/index.ts",
|
|
@@ -2519,6 +2419,106 @@
|
|
|
2519
2419
|
}
|
|
2520
2420
|
]
|
|
2521
2421
|
},
|
|
2422
|
+
{
|
|
2423
|
+
"kind": "javascript-module",
|
|
2424
|
+
"path": "src/mappers/dto/index.ts",
|
|
2425
|
+
"declarations": [],
|
|
2426
|
+
"exports": [
|
|
2427
|
+
{
|
|
2428
|
+
"kind": "js",
|
|
2429
|
+
"name": "*",
|
|
2430
|
+
"declaration": {
|
|
2431
|
+
"name": "*",
|
|
2432
|
+
"package": "./serverRow"
|
|
2433
|
+
}
|
|
2434
|
+
},
|
|
2435
|
+
{
|
|
2436
|
+
"kind": "js",
|
|
2437
|
+
"name": "*",
|
|
2438
|
+
"declaration": {
|
|
2439
|
+
"name": "*",
|
|
2440
|
+
"package": "./types"
|
|
2441
|
+
}
|
|
2442
|
+
}
|
|
2443
|
+
]
|
|
2444
|
+
},
|
|
2445
|
+
{
|
|
2446
|
+
"kind": "javascript-module",
|
|
2447
|
+
"path": "src/mappers/dto/serverRow.ts",
|
|
2448
|
+
"declarations": [
|
|
2449
|
+
{
|
|
2450
|
+
"kind": "class",
|
|
2451
|
+
"description": "The default `ServerRowDTOMapper`.",
|
|
2452
|
+
"name": "DefaultServerRowDTOMapper",
|
|
2453
|
+
"members": [
|
|
2454
|
+
{
|
|
2455
|
+
"kind": "field",
|
|
2456
|
+
"name": "fromDTO",
|
|
2457
|
+
"description": "Converts a server row DTO to an entity.",
|
|
2458
|
+
"parameters": [
|
|
2459
|
+
{
|
|
2460
|
+
"description": "The DTO to convert.",
|
|
2461
|
+
"name": "dto"
|
|
2462
|
+
}
|
|
2463
|
+
],
|
|
2464
|
+
"return": {
|
|
2465
|
+
"type": {
|
|
2466
|
+
"text": ""
|
|
2467
|
+
}
|
|
2468
|
+
},
|
|
2469
|
+
"privacy": "public"
|
|
2470
|
+
},
|
|
2471
|
+
{
|
|
2472
|
+
"kind": "field",
|
|
2473
|
+
"name": "toDTO",
|
|
2474
|
+
"description": "Converts a server row entity to a DTO.",
|
|
2475
|
+
"parameters": [
|
|
2476
|
+
{
|
|
2477
|
+
"description": "The entity to convert.",
|
|
2478
|
+
"name": "entity"
|
|
2479
|
+
}
|
|
2480
|
+
],
|
|
2481
|
+
"return": {
|
|
2482
|
+
"type": {
|
|
2483
|
+
"text": ""
|
|
2484
|
+
}
|
|
2485
|
+
},
|
|
2486
|
+
"privacy": "public"
|
|
2487
|
+
}
|
|
2488
|
+
]
|
|
2489
|
+
},
|
|
2490
|
+
{
|
|
2491
|
+
"kind": "variable",
|
|
2492
|
+
"name": "ServerRowDTOMapper",
|
|
2493
|
+
"description": "A DI token used to obtain a `ServerRowDTOMapper` instance.",
|
|
2494
|
+
"privacy": "public"
|
|
2495
|
+
}
|
|
2496
|
+
],
|
|
2497
|
+
"exports": [
|
|
2498
|
+
{
|
|
2499
|
+
"kind": "js",
|
|
2500
|
+
"name": "DefaultServerRowDTOMapper",
|
|
2501
|
+
"declaration": {
|
|
2502
|
+
"name": "DefaultServerRowDTOMapper",
|
|
2503
|
+
"module": "src/mappers/dto/serverRow.ts"
|
|
2504
|
+
}
|
|
2505
|
+
},
|
|
2506
|
+
{
|
|
2507
|
+
"kind": "js",
|
|
2508
|
+
"name": "ServerRowDTOMapper",
|
|
2509
|
+
"declaration": {
|
|
2510
|
+
"name": "ServerRowDTOMapper",
|
|
2511
|
+
"module": "src/mappers/dto/serverRow.ts"
|
|
2512
|
+
}
|
|
2513
|
+
}
|
|
2514
|
+
]
|
|
2515
|
+
},
|
|
2516
|
+
{
|
|
2517
|
+
"kind": "javascript-module",
|
|
2518
|
+
"path": "src/mappers/dto/types.ts",
|
|
2519
|
+
"declarations": [],
|
|
2520
|
+
"exports": []
|
|
2521
|
+
},
|
|
2522
2522
|
{
|
|
2523
2523
|
"kind": "javascript-module",
|
|
2524
2524
|
"path": "src/serializers/json/index.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-utils",
|
|
3
3
|
"description": "Genesis Foundation Utils",
|
|
4
|
-
"version": "14.165.
|
|
4
|
+
"version": "14.165.3-alpha-da317ad.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -19,17 +19,17 @@
|
|
|
19
19
|
"test": "genx test"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@genesislcap/foundation-testing": "14.165.
|
|
23
|
-
"@genesislcap/genx": "14.165.
|
|
24
|
-
"@genesislcap/rollup-builder": "14.165.
|
|
25
|
-
"@genesislcap/ts-builder": "14.165.
|
|
26
|
-
"@genesislcap/uvu-playwright-builder": "14.165.
|
|
27
|
-
"@genesislcap/vite-builder": "14.165.
|
|
28
|
-
"@genesislcap/webpack-builder": "14.165.
|
|
22
|
+
"@genesislcap/foundation-testing": "14.165.3-alpha-da317ad.0",
|
|
23
|
+
"@genesislcap/genx": "14.165.3-alpha-da317ad.0",
|
|
24
|
+
"@genesislcap/rollup-builder": "14.165.3-alpha-da317ad.0",
|
|
25
|
+
"@genesislcap/ts-builder": "14.165.3-alpha-da317ad.0",
|
|
26
|
+
"@genesislcap/uvu-playwright-builder": "14.165.3-alpha-da317ad.0",
|
|
27
|
+
"@genesislcap/vite-builder": "14.165.3-alpha-da317ad.0",
|
|
28
|
+
"@genesislcap/webpack-builder": "14.165.3-alpha-da317ad.0",
|
|
29
29
|
"rimraf": "^3.0.2"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@genesislcap/foundation-logger": "14.165.
|
|
32
|
+
"@genesislcap/foundation-logger": "14.165.3-alpha-da317ad.0",
|
|
33
33
|
"@microsoft/fast-components": "^2.30.6",
|
|
34
34
|
"@microsoft/fast-element": "^1.12.0",
|
|
35
35
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"access": "public"
|
|
48
48
|
},
|
|
49
49
|
"customElements": "dist/custom-elements.json",
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "3201162bd7a3329e086dde7c2bec345a18f4b798"
|
|
51
51
|
}
|