@genesislcap/foundation-utils 14.230.1 → 14.230.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/custom-elements.json +123 -123
- package/package.json +10 -10
@@ -367,6 +367,29 @@
|
|
367
367
|
}
|
368
368
|
]
|
369
369
|
},
|
370
|
+
{
|
371
|
+
"kind": "javascript-module",
|
372
|
+
"path": "src/directives/index.ts",
|
373
|
+
"declarations": [],
|
374
|
+
"exports": [
|
375
|
+
{
|
376
|
+
"kind": "js",
|
377
|
+
"name": "*",
|
378
|
+
"declaration": {
|
379
|
+
"name": "*",
|
380
|
+
"package": "./sync"
|
381
|
+
}
|
382
|
+
},
|
383
|
+
{
|
384
|
+
"kind": "js",
|
385
|
+
"name": "*",
|
386
|
+
"declaration": {
|
387
|
+
"name": "*",
|
388
|
+
"package": "./when-else"
|
389
|
+
}
|
390
|
+
}
|
391
|
+
]
|
392
|
+
},
|
370
393
|
{
|
371
394
|
"kind": "javascript-module",
|
372
395
|
"path": "src/design-system/design-system.ts",
|
@@ -470,29 +493,6 @@
|
|
470
493
|
}
|
471
494
|
]
|
472
495
|
},
|
473
|
-
{
|
474
|
-
"kind": "javascript-module",
|
475
|
-
"path": "src/directives/index.ts",
|
476
|
-
"declarations": [],
|
477
|
-
"exports": [
|
478
|
-
{
|
479
|
-
"kind": "js",
|
480
|
-
"name": "*",
|
481
|
-
"declaration": {
|
482
|
-
"name": "*",
|
483
|
-
"package": "./sync"
|
484
|
-
}
|
485
|
-
},
|
486
|
-
{
|
487
|
-
"kind": "js",
|
488
|
-
"name": "*",
|
489
|
-
"declaration": {
|
490
|
-
"name": "*",
|
491
|
-
"package": "./when-else"
|
492
|
-
}
|
493
|
-
}
|
494
|
-
]
|
495
|
-
},
|
496
496
|
{
|
497
497
|
"kind": "javascript-module",
|
498
498
|
"path": "src/encoding/index.ts",
|
@@ -2591,6 +2591,106 @@
|
|
2591
2591
|
}
|
2592
2592
|
]
|
2593
2593
|
},
|
2594
|
+
{
|
2595
|
+
"kind": "javascript-module",
|
2596
|
+
"path": "src/mappers/dto/index.ts",
|
2597
|
+
"declarations": [],
|
2598
|
+
"exports": [
|
2599
|
+
{
|
2600
|
+
"kind": "js",
|
2601
|
+
"name": "*",
|
2602
|
+
"declaration": {
|
2603
|
+
"name": "*",
|
2604
|
+
"package": "./serverRow"
|
2605
|
+
}
|
2606
|
+
},
|
2607
|
+
{
|
2608
|
+
"kind": "js",
|
2609
|
+
"name": "*",
|
2610
|
+
"declaration": {
|
2611
|
+
"name": "*",
|
2612
|
+
"package": "./types"
|
2613
|
+
}
|
2614
|
+
}
|
2615
|
+
]
|
2616
|
+
},
|
2617
|
+
{
|
2618
|
+
"kind": "javascript-module",
|
2619
|
+
"path": "src/mappers/dto/serverRow.ts",
|
2620
|
+
"declarations": [
|
2621
|
+
{
|
2622
|
+
"kind": "class",
|
2623
|
+
"description": "The default `ServerRowDTOMapper`.",
|
2624
|
+
"name": "DefaultServerRowDTOMapper",
|
2625
|
+
"members": [
|
2626
|
+
{
|
2627
|
+
"kind": "field",
|
2628
|
+
"name": "fromDTO",
|
2629
|
+
"description": "Converts a server row DTO to an entity.",
|
2630
|
+
"parameters": [
|
2631
|
+
{
|
2632
|
+
"description": "The DTO to convert.",
|
2633
|
+
"name": "dto"
|
2634
|
+
}
|
2635
|
+
],
|
2636
|
+
"return": {
|
2637
|
+
"type": {
|
2638
|
+
"text": ""
|
2639
|
+
}
|
2640
|
+
},
|
2641
|
+
"privacy": "public"
|
2642
|
+
},
|
2643
|
+
{
|
2644
|
+
"kind": "field",
|
2645
|
+
"name": "toDTO",
|
2646
|
+
"description": "Converts a server row entity to a DTO.",
|
2647
|
+
"parameters": [
|
2648
|
+
{
|
2649
|
+
"description": "The entity to convert.",
|
2650
|
+
"name": "entity"
|
2651
|
+
}
|
2652
|
+
],
|
2653
|
+
"return": {
|
2654
|
+
"type": {
|
2655
|
+
"text": ""
|
2656
|
+
}
|
2657
|
+
},
|
2658
|
+
"privacy": "public"
|
2659
|
+
}
|
2660
|
+
]
|
2661
|
+
},
|
2662
|
+
{
|
2663
|
+
"kind": "variable",
|
2664
|
+
"name": "ServerRowDTOMapper",
|
2665
|
+
"description": "A DI token used to obtain a `ServerRowDTOMapper` instance.",
|
2666
|
+
"privacy": "public"
|
2667
|
+
}
|
2668
|
+
],
|
2669
|
+
"exports": [
|
2670
|
+
{
|
2671
|
+
"kind": "js",
|
2672
|
+
"name": "DefaultServerRowDTOMapper",
|
2673
|
+
"declaration": {
|
2674
|
+
"name": "DefaultServerRowDTOMapper",
|
2675
|
+
"module": "src/mappers/dto/serverRow.ts"
|
2676
|
+
}
|
2677
|
+
},
|
2678
|
+
{
|
2679
|
+
"kind": "js",
|
2680
|
+
"name": "ServerRowDTOMapper",
|
2681
|
+
"declaration": {
|
2682
|
+
"name": "ServerRowDTOMapper",
|
2683
|
+
"module": "src/mappers/dto/serverRow.ts"
|
2684
|
+
}
|
2685
|
+
}
|
2686
|
+
]
|
2687
|
+
},
|
2688
|
+
{
|
2689
|
+
"kind": "javascript-module",
|
2690
|
+
"path": "src/mappers/dto/types.ts",
|
2691
|
+
"declarations": [],
|
2692
|
+
"exports": []
|
2693
|
+
},
|
2594
2694
|
{
|
2595
2695
|
"kind": "javascript-module",
|
2596
2696
|
"path": "src/mixins/lifecycle/index.ts",
|
@@ -2715,106 +2815,6 @@
|
|
2715
2815
|
}
|
2716
2816
|
]
|
2717
2817
|
},
|
2718
|
-
{
|
2719
|
-
"kind": "javascript-module",
|
2720
|
-
"path": "src/mappers/dto/index.ts",
|
2721
|
-
"declarations": [],
|
2722
|
-
"exports": [
|
2723
|
-
{
|
2724
|
-
"kind": "js",
|
2725
|
-
"name": "*",
|
2726
|
-
"declaration": {
|
2727
|
-
"name": "*",
|
2728
|
-
"package": "./serverRow"
|
2729
|
-
}
|
2730
|
-
},
|
2731
|
-
{
|
2732
|
-
"kind": "js",
|
2733
|
-
"name": "*",
|
2734
|
-
"declaration": {
|
2735
|
-
"name": "*",
|
2736
|
-
"package": "./types"
|
2737
|
-
}
|
2738
|
-
}
|
2739
|
-
]
|
2740
|
-
},
|
2741
|
-
{
|
2742
|
-
"kind": "javascript-module",
|
2743
|
-
"path": "src/mappers/dto/serverRow.ts",
|
2744
|
-
"declarations": [
|
2745
|
-
{
|
2746
|
-
"kind": "class",
|
2747
|
-
"description": "The default `ServerRowDTOMapper`.",
|
2748
|
-
"name": "DefaultServerRowDTOMapper",
|
2749
|
-
"members": [
|
2750
|
-
{
|
2751
|
-
"kind": "field",
|
2752
|
-
"name": "fromDTO",
|
2753
|
-
"description": "Converts a server row DTO to an entity.",
|
2754
|
-
"parameters": [
|
2755
|
-
{
|
2756
|
-
"description": "The DTO to convert.",
|
2757
|
-
"name": "dto"
|
2758
|
-
}
|
2759
|
-
],
|
2760
|
-
"return": {
|
2761
|
-
"type": {
|
2762
|
-
"text": ""
|
2763
|
-
}
|
2764
|
-
},
|
2765
|
-
"privacy": "public"
|
2766
|
-
},
|
2767
|
-
{
|
2768
|
-
"kind": "field",
|
2769
|
-
"name": "toDTO",
|
2770
|
-
"description": "Converts a server row entity to a DTO.",
|
2771
|
-
"parameters": [
|
2772
|
-
{
|
2773
|
-
"description": "The entity to convert.",
|
2774
|
-
"name": "entity"
|
2775
|
-
}
|
2776
|
-
],
|
2777
|
-
"return": {
|
2778
|
-
"type": {
|
2779
|
-
"text": ""
|
2780
|
-
}
|
2781
|
-
},
|
2782
|
-
"privacy": "public"
|
2783
|
-
}
|
2784
|
-
]
|
2785
|
-
},
|
2786
|
-
{
|
2787
|
-
"kind": "variable",
|
2788
|
-
"name": "ServerRowDTOMapper",
|
2789
|
-
"description": "A DI token used to obtain a `ServerRowDTOMapper` instance.",
|
2790
|
-
"privacy": "public"
|
2791
|
-
}
|
2792
|
-
],
|
2793
|
-
"exports": [
|
2794
|
-
{
|
2795
|
-
"kind": "js",
|
2796
|
-
"name": "DefaultServerRowDTOMapper",
|
2797
|
-
"declaration": {
|
2798
|
-
"name": "DefaultServerRowDTOMapper",
|
2799
|
-
"module": "src/mappers/dto/serverRow.ts"
|
2800
|
-
}
|
2801
|
-
},
|
2802
|
-
{
|
2803
|
-
"kind": "js",
|
2804
|
-
"name": "ServerRowDTOMapper",
|
2805
|
-
"declaration": {
|
2806
|
-
"name": "ServerRowDTOMapper",
|
2807
|
-
"module": "src/mappers/dto/serverRow.ts"
|
2808
|
-
}
|
2809
|
-
}
|
2810
|
-
]
|
2811
|
-
},
|
2812
|
-
{
|
2813
|
-
"kind": "javascript-module",
|
2814
|
-
"path": "src/mappers/dto/types.ts",
|
2815
|
-
"declarations": [],
|
2816
|
-
"exports": []
|
2817
|
-
},
|
2818
2818
|
{
|
2819
2819
|
"kind": "javascript-module",
|
2820
2820
|
"path": "src/mixins/pendingState/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.230.
|
4
|
+
"version": "14.230.2",
|
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.230.
|
31
|
-
"@genesislcap/genx": "14.230.
|
32
|
-
"@genesislcap/rollup-builder": "14.230.
|
33
|
-
"@genesislcap/ts-builder": "14.230.
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.230.
|
35
|
-
"@genesislcap/vite-builder": "14.230.
|
36
|
-
"@genesislcap/webpack-builder": "14.230.
|
30
|
+
"@genesislcap/foundation-testing": "14.230.2",
|
31
|
+
"@genesislcap/genx": "14.230.2",
|
32
|
+
"@genesislcap/rollup-builder": "14.230.2",
|
33
|
+
"@genesislcap/ts-builder": "14.230.2",
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.230.2",
|
35
|
+
"@genesislcap/vite-builder": "14.230.2",
|
36
|
+
"@genesislcap/webpack-builder": "14.230.2",
|
37
37
|
"rimraf": "^5.0.0"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@genesislcap/foundation-logger": "14.230.
|
40
|
+
"@genesislcap/foundation-logger": "14.230.2",
|
41
41
|
"@microsoft/fast-components": "2.30.6",
|
42
42
|
"@microsoft/fast-element": "1.14.0",
|
43
43
|
"@microsoft/fast-foundation": "2.49.6",
|
@@ -55,5 +55,5 @@
|
|
55
55
|
"access": "public"
|
56
56
|
},
|
57
57
|
"customElements": "dist/custom-elements.json",
|
58
|
-
"gitHead": "
|
58
|
+
"gitHead": "d0d76de8a46d83c8a502e3c63a260f9821f054c2"
|
59
59
|
}
|