@genesislcap/foundation-utils 14.212.0 → 14.213.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/custom-elements.json +135 -135
- package/package.json +10 -10
@@ -468,29 +468,6 @@
|
|
468
468
|
}
|
469
469
|
]
|
470
470
|
},
|
471
|
-
{
|
472
|
-
"kind": "javascript-module",
|
473
|
-
"path": "src/directives/index.ts",
|
474
|
-
"declarations": [],
|
475
|
-
"exports": [
|
476
|
-
{
|
477
|
-
"kind": "js",
|
478
|
-
"name": "*",
|
479
|
-
"declaration": {
|
480
|
-
"name": "*",
|
481
|
-
"package": "./sync"
|
482
|
-
}
|
483
|
-
},
|
484
|
-
{
|
485
|
-
"kind": "js",
|
486
|
-
"name": "*",
|
487
|
-
"declaration": {
|
488
|
-
"name": "*",
|
489
|
-
"package": "./when-else"
|
490
|
-
}
|
491
|
-
}
|
492
|
-
]
|
493
|
-
},
|
494
471
|
{
|
495
472
|
"kind": "javascript-module",
|
496
473
|
"path": "src/env/index.ts",
|
@@ -729,6 +706,29 @@
|
|
729
706
|
}
|
730
707
|
]
|
731
708
|
},
|
709
|
+
{
|
710
|
+
"kind": "javascript-module",
|
711
|
+
"path": "src/directives/index.ts",
|
712
|
+
"declarations": [],
|
713
|
+
"exports": [
|
714
|
+
{
|
715
|
+
"kind": "js",
|
716
|
+
"name": "*",
|
717
|
+
"declaration": {
|
718
|
+
"name": "*",
|
719
|
+
"package": "./sync"
|
720
|
+
}
|
721
|
+
},
|
722
|
+
{
|
723
|
+
"kind": "js",
|
724
|
+
"name": "*",
|
725
|
+
"declaration": {
|
726
|
+
"name": "*",
|
727
|
+
"package": "./when-else"
|
728
|
+
}
|
729
|
+
}
|
730
|
+
]
|
731
|
+
},
|
732
732
|
{
|
733
733
|
"kind": "javascript-module",
|
734
734
|
"path": "src/error/errorMap.ts",
|
@@ -1301,7 +1301,7 @@
|
|
1301
1301
|
},
|
1302
1302
|
{
|
1303
1303
|
"kind": "javascript-module",
|
1304
|
-
"path": "src/
|
1304
|
+
"path": "src/mappers/index.ts",
|
1305
1305
|
"declarations": [],
|
1306
1306
|
"exports": [
|
1307
1307
|
{
|
@@ -1309,22 +1309,14 @@
|
|
1309
1309
|
"name": "*",
|
1310
1310
|
"declaration": {
|
1311
1311
|
"name": "*",
|
1312
|
-
"package": "./
|
1313
|
-
}
|
1314
|
-
},
|
1315
|
-
{
|
1316
|
-
"kind": "js",
|
1317
|
-
"name": "*",
|
1318
|
-
"declaration": {
|
1319
|
-
"name": "*",
|
1320
|
-
"package": "./lifecycle"
|
1312
|
+
"package": "./dto"
|
1321
1313
|
}
|
1322
1314
|
}
|
1323
1315
|
]
|
1324
1316
|
},
|
1325
1317
|
{
|
1326
1318
|
"kind": "javascript-module",
|
1327
|
-
"path": "src/
|
1319
|
+
"path": "src/mixins/index.ts",
|
1328
1320
|
"declarations": [],
|
1329
1321
|
"exports": [
|
1330
1322
|
{
|
@@ -1332,7 +1324,15 @@
|
|
1332
1324
|
"name": "*",
|
1333
1325
|
"declaration": {
|
1334
1326
|
"name": "*",
|
1335
|
-
"package": "./
|
1327
|
+
"package": "./pendingState"
|
1328
|
+
}
|
1329
|
+
},
|
1330
|
+
{
|
1331
|
+
"kind": "js",
|
1332
|
+
"name": "*",
|
1333
|
+
"declaration": {
|
1334
|
+
"name": "*",
|
1335
|
+
"package": "./lifecycle"
|
1336
1336
|
}
|
1337
1337
|
}
|
1338
1338
|
]
|
@@ -2370,6 +2370,106 @@
|
|
2370
2370
|
}
|
2371
2371
|
]
|
2372
2372
|
},
|
2373
|
+
{
|
2374
|
+
"kind": "javascript-module",
|
2375
|
+
"path": "src/mappers/dto/index.ts",
|
2376
|
+
"declarations": [],
|
2377
|
+
"exports": [
|
2378
|
+
{
|
2379
|
+
"kind": "js",
|
2380
|
+
"name": "*",
|
2381
|
+
"declaration": {
|
2382
|
+
"name": "*",
|
2383
|
+
"package": "./serverRow"
|
2384
|
+
}
|
2385
|
+
},
|
2386
|
+
{
|
2387
|
+
"kind": "js",
|
2388
|
+
"name": "*",
|
2389
|
+
"declaration": {
|
2390
|
+
"name": "*",
|
2391
|
+
"package": "./types"
|
2392
|
+
}
|
2393
|
+
}
|
2394
|
+
]
|
2395
|
+
},
|
2396
|
+
{
|
2397
|
+
"kind": "javascript-module",
|
2398
|
+
"path": "src/mappers/dto/serverRow.ts",
|
2399
|
+
"declarations": [
|
2400
|
+
{
|
2401
|
+
"kind": "class",
|
2402
|
+
"description": "The default `ServerRowDTOMapper`.",
|
2403
|
+
"name": "DefaultServerRowDTOMapper",
|
2404
|
+
"members": [
|
2405
|
+
{
|
2406
|
+
"kind": "field",
|
2407
|
+
"name": "fromDTO",
|
2408
|
+
"description": "Converts a server row DTO to an entity.",
|
2409
|
+
"parameters": [
|
2410
|
+
{
|
2411
|
+
"description": "The DTO to convert.",
|
2412
|
+
"name": "dto"
|
2413
|
+
}
|
2414
|
+
],
|
2415
|
+
"return": {
|
2416
|
+
"type": {
|
2417
|
+
"text": ""
|
2418
|
+
}
|
2419
|
+
},
|
2420
|
+
"privacy": "public"
|
2421
|
+
},
|
2422
|
+
{
|
2423
|
+
"kind": "field",
|
2424
|
+
"name": "toDTO",
|
2425
|
+
"description": "Converts a server row entity to a DTO.",
|
2426
|
+
"parameters": [
|
2427
|
+
{
|
2428
|
+
"description": "The entity to convert.",
|
2429
|
+
"name": "entity"
|
2430
|
+
}
|
2431
|
+
],
|
2432
|
+
"return": {
|
2433
|
+
"type": {
|
2434
|
+
"text": ""
|
2435
|
+
}
|
2436
|
+
},
|
2437
|
+
"privacy": "public"
|
2438
|
+
}
|
2439
|
+
]
|
2440
|
+
},
|
2441
|
+
{
|
2442
|
+
"kind": "variable",
|
2443
|
+
"name": "ServerRowDTOMapper",
|
2444
|
+
"description": "A DI token used to obtain a `ServerRowDTOMapper` instance.",
|
2445
|
+
"privacy": "public"
|
2446
|
+
}
|
2447
|
+
],
|
2448
|
+
"exports": [
|
2449
|
+
{
|
2450
|
+
"kind": "js",
|
2451
|
+
"name": "DefaultServerRowDTOMapper",
|
2452
|
+
"declaration": {
|
2453
|
+
"name": "DefaultServerRowDTOMapper",
|
2454
|
+
"module": "src/mappers/dto/serverRow.ts"
|
2455
|
+
}
|
2456
|
+
},
|
2457
|
+
{
|
2458
|
+
"kind": "js",
|
2459
|
+
"name": "ServerRowDTOMapper",
|
2460
|
+
"declaration": {
|
2461
|
+
"name": "ServerRowDTOMapper",
|
2462
|
+
"module": "src/mappers/dto/serverRow.ts"
|
2463
|
+
}
|
2464
|
+
}
|
2465
|
+
]
|
2466
|
+
},
|
2467
|
+
{
|
2468
|
+
"kind": "javascript-module",
|
2469
|
+
"path": "src/mappers/dto/types.ts",
|
2470
|
+
"declarations": [],
|
2471
|
+
"exports": []
|
2472
|
+
},
|
2373
2473
|
{
|
2374
2474
|
"kind": "javascript-module",
|
2375
2475
|
"path": "src/mixins/lifecycle/index.ts",
|
@@ -2581,106 +2681,6 @@
|
|
2581
2681
|
}
|
2582
2682
|
]
|
2583
2683
|
},
|
2584
|
-
{
|
2585
|
-
"kind": "javascript-module",
|
2586
|
-
"path": "src/mappers/dto/index.ts",
|
2587
|
-
"declarations": [],
|
2588
|
-
"exports": [
|
2589
|
-
{
|
2590
|
-
"kind": "js",
|
2591
|
-
"name": "*",
|
2592
|
-
"declaration": {
|
2593
|
-
"name": "*",
|
2594
|
-
"package": "./serverRow"
|
2595
|
-
}
|
2596
|
-
},
|
2597
|
-
{
|
2598
|
-
"kind": "js",
|
2599
|
-
"name": "*",
|
2600
|
-
"declaration": {
|
2601
|
-
"name": "*",
|
2602
|
-
"package": "./types"
|
2603
|
-
}
|
2604
|
-
}
|
2605
|
-
]
|
2606
|
-
},
|
2607
|
-
{
|
2608
|
-
"kind": "javascript-module",
|
2609
|
-
"path": "src/mappers/dto/serverRow.ts",
|
2610
|
-
"declarations": [
|
2611
|
-
{
|
2612
|
-
"kind": "class",
|
2613
|
-
"description": "The default `ServerRowDTOMapper`.",
|
2614
|
-
"name": "DefaultServerRowDTOMapper",
|
2615
|
-
"members": [
|
2616
|
-
{
|
2617
|
-
"kind": "field",
|
2618
|
-
"name": "fromDTO",
|
2619
|
-
"description": "Converts a server row DTO to an entity.",
|
2620
|
-
"parameters": [
|
2621
|
-
{
|
2622
|
-
"description": "The DTO to convert.",
|
2623
|
-
"name": "dto"
|
2624
|
-
}
|
2625
|
-
],
|
2626
|
-
"return": {
|
2627
|
-
"type": {
|
2628
|
-
"text": ""
|
2629
|
-
}
|
2630
|
-
},
|
2631
|
-
"privacy": "public"
|
2632
|
-
},
|
2633
|
-
{
|
2634
|
-
"kind": "field",
|
2635
|
-
"name": "toDTO",
|
2636
|
-
"description": "Converts a server row entity to a DTO.",
|
2637
|
-
"parameters": [
|
2638
|
-
{
|
2639
|
-
"description": "The entity to convert.",
|
2640
|
-
"name": "entity"
|
2641
|
-
}
|
2642
|
-
],
|
2643
|
-
"return": {
|
2644
|
-
"type": {
|
2645
|
-
"text": ""
|
2646
|
-
}
|
2647
|
-
},
|
2648
|
-
"privacy": "public"
|
2649
|
-
}
|
2650
|
-
]
|
2651
|
-
},
|
2652
|
-
{
|
2653
|
-
"kind": "variable",
|
2654
|
-
"name": "ServerRowDTOMapper",
|
2655
|
-
"description": "A DI token used to obtain a `ServerRowDTOMapper` instance.",
|
2656
|
-
"privacy": "public"
|
2657
|
-
}
|
2658
|
-
],
|
2659
|
-
"exports": [
|
2660
|
-
{
|
2661
|
-
"kind": "js",
|
2662
|
-
"name": "DefaultServerRowDTOMapper",
|
2663
|
-
"declaration": {
|
2664
|
-
"name": "DefaultServerRowDTOMapper",
|
2665
|
-
"module": "src/mappers/dto/serverRow.ts"
|
2666
|
-
}
|
2667
|
-
},
|
2668
|
-
{
|
2669
|
-
"kind": "js",
|
2670
|
-
"name": "ServerRowDTOMapper",
|
2671
|
-
"declaration": {
|
2672
|
-
"name": "ServerRowDTOMapper",
|
2673
|
-
"module": "src/mappers/dto/serverRow.ts"
|
2674
|
-
}
|
2675
|
-
}
|
2676
|
-
]
|
2677
|
-
},
|
2678
|
-
{
|
2679
|
-
"kind": "javascript-module",
|
2680
|
-
"path": "src/mappers/dto/types.ts",
|
2681
|
-
"declarations": [],
|
2682
|
-
"exports": []
|
2683
|
-
},
|
2684
2684
|
{
|
2685
2685
|
"kind": "javascript-module",
|
2686
2686
|
"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.
|
4
|
+
"version": "14.213.1",
|
5
5
|
"sideEffects": false,
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
7
7
|
"main": "dist/esm/index.js",
|
@@ -27,17 +27,17 @@
|
|
27
27
|
}
|
28
28
|
},
|
29
29
|
"devDependencies": {
|
30
|
-
"@genesislcap/foundation-testing": "14.
|
31
|
-
"@genesislcap/genx": "14.
|
32
|
-
"@genesislcap/rollup-builder": "14.
|
33
|
-
"@genesislcap/ts-builder": "14.
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
35
|
-
"@genesislcap/vite-builder": "14.
|
36
|
-
"@genesislcap/webpack-builder": "14.
|
30
|
+
"@genesislcap/foundation-testing": "14.213.1",
|
31
|
+
"@genesislcap/genx": "14.213.1",
|
32
|
+
"@genesislcap/rollup-builder": "14.213.1",
|
33
|
+
"@genesislcap/ts-builder": "14.213.1",
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.213.1",
|
35
|
+
"@genesislcap/vite-builder": "14.213.1",
|
36
|
+
"@genesislcap/webpack-builder": "14.213.1",
|
37
37
|
"rimraf": "^5.0.0"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@genesislcap/foundation-logger": "14.
|
40
|
+
"@genesislcap/foundation-logger": "14.213.1",
|
41
41
|
"@microsoft/fast-components": "^2.30.6",
|
42
42
|
"@microsoft/fast-element": "^1.12.0",
|
43
43
|
"@microsoft/fast-foundation": "^2.49.4",
|
@@ -55,5 +55,5 @@
|
|
55
55
|
"access": "public"
|
56
56
|
},
|
57
57
|
"customElements": "dist/custom-elements.json",
|
58
|
-
"gitHead": "
|
58
|
+
"gitHead": "97adf0941ef3506927d10118aab06e973437baad"
|
59
59
|
}
|