@genesislcap/foundation-utils 14.298.3 → 14.299.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 +177 -177
- package/package.json +10 -10
|
@@ -505,6 +505,29 @@
|
|
|
505
505
|
}
|
|
506
506
|
]
|
|
507
507
|
},
|
|
508
|
+
{
|
|
509
|
+
"kind": "javascript-module",
|
|
510
|
+
"path": "src/directives/index.ts",
|
|
511
|
+
"declarations": [],
|
|
512
|
+
"exports": [
|
|
513
|
+
{
|
|
514
|
+
"kind": "js",
|
|
515
|
+
"name": "*",
|
|
516
|
+
"declaration": {
|
|
517
|
+
"name": "*",
|
|
518
|
+
"package": "./sync"
|
|
519
|
+
}
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"kind": "js",
|
|
523
|
+
"name": "*",
|
|
524
|
+
"declaration": {
|
|
525
|
+
"name": "*",
|
|
526
|
+
"package": "./when-else"
|
|
527
|
+
}
|
|
528
|
+
}
|
|
529
|
+
]
|
|
530
|
+
},
|
|
508
531
|
{
|
|
509
532
|
"kind": "javascript-module",
|
|
510
533
|
"path": "src/encoding/index.ts",
|
|
@@ -978,29 +1001,6 @@
|
|
|
978
1001
|
}
|
|
979
1002
|
]
|
|
980
1003
|
},
|
|
981
|
-
{
|
|
982
|
-
"kind": "javascript-module",
|
|
983
|
-
"path": "src/directives/index.ts",
|
|
984
|
-
"declarations": [],
|
|
985
|
-
"exports": [
|
|
986
|
-
{
|
|
987
|
-
"kind": "js",
|
|
988
|
-
"name": "*",
|
|
989
|
-
"declaration": {
|
|
990
|
-
"name": "*",
|
|
991
|
-
"package": "./sync"
|
|
992
|
-
}
|
|
993
|
-
},
|
|
994
|
-
{
|
|
995
|
-
"kind": "js",
|
|
996
|
-
"name": "*",
|
|
997
|
-
"declaration": {
|
|
998
|
-
"name": "*",
|
|
999
|
-
"package": "./when-else"
|
|
1000
|
-
}
|
|
1001
|
-
}
|
|
1002
|
-
]
|
|
1003
|
-
},
|
|
1004
1004
|
{
|
|
1005
1005
|
"kind": "javascript-module",
|
|
1006
1006
|
"path": "src/error/errorMap.ts",
|
|
@@ -2567,160 +2567,6 @@
|
|
|
2567
2567
|
}
|
|
2568
2568
|
]
|
|
2569
2569
|
},
|
|
2570
|
-
{
|
|
2571
|
-
"kind": "javascript-module",
|
|
2572
|
-
"path": "src/encoding/base64/decode.ts",
|
|
2573
|
-
"declarations": [
|
|
2574
|
-
{
|
|
2575
|
-
"kind": "function",
|
|
2576
|
-
"name": "decodeFromBase64",
|
|
2577
|
-
"return": {
|
|
2578
|
-
"type": {
|
|
2579
|
-
"text": ""
|
|
2580
|
-
}
|
|
2581
|
-
},
|
|
2582
|
-
"parameters": [
|
|
2583
|
-
{
|
|
2584
|
-
"name": "base64Value",
|
|
2585
|
-
"type": {
|
|
2586
|
-
"text": "string"
|
|
2587
|
-
}
|
|
2588
|
-
},
|
|
2589
|
-
{
|
|
2590
|
-
"description": "The value to decode from base64.",
|
|
2591
|
-
"name": "value"
|
|
2592
|
-
}
|
|
2593
|
-
],
|
|
2594
|
-
"description": "Decodes a value from base64.",
|
|
2595
|
-
"privacy": "public"
|
|
2596
|
-
},
|
|
2597
|
-
{
|
|
2598
|
-
"kind": "function",
|
|
2599
|
-
"name": "decodeFromBase64WithPrefix",
|
|
2600
|
-
"return": {
|
|
2601
|
-
"type": {
|
|
2602
|
-
"text": ""
|
|
2603
|
-
}
|
|
2604
|
-
},
|
|
2605
|
-
"parameters": [
|
|
2606
|
-
{
|
|
2607
|
-
"name": "value",
|
|
2608
|
-
"type": {
|
|
2609
|
-
"text": "string"
|
|
2610
|
-
},
|
|
2611
|
-
"description": "The value to decode from base64."
|
|
2612
|
-
}
|
|
2613
|
-
],
|
|
2614
|
-
"description": "Decodes a value from base64 with a prefix.",
|
|
2615
|
-
"privacy": "public"
|
|
2616
|
-
}
|
|
2617
|
-
],
|
|
2618
|
-
"exports": [
|
|
2619
|
-
{
|
|
2620
|
-
"kind": "js",
|
|
2621
|
-
"name": "decodeFromBase64",
|
|
2622
|
-
"declaration": {
|
|
2623
|
-
"name": "decodeFromBase64",
|
|
2624
|
-
"module": "src/encoding/base64/decode.ts"
|
|
2625
|
-
}
|
|
2626
|
-
},
|
|
2627
|
-
{
|
|
2628
|
-
"kind": "js",
|
|
2629
|
-
"name": "decodeFromBase64WithPrefix",
|
|
2630
|
-
"declaration": {
|
|
2631
|
-
"name": "decodeFromBase64WithPrefix",
|
|
2632
|
-
"module": "src/encoding/base64/decode.ts"
|
|
2633
|
-
}
|
|
2634
|
-
}
|
|
2635
|
-
]
|
|
2636
|
-
},
|
|
2637
|
-
{
|
|
2638
|
-
"kind": "javascript-module",
|
|
2639
|
-
"path": "src/encoding/base64/encode.ts",
|
|
2640
|
-
"declarations": [
|
|
2641
|
-
{
|
|
2642
|
-
"kind": "function",
|
|
2643
|
-
"name": "encodeToBase64",
|
|
2644
|
-
"return": {
|
|
2645
|
-
"type": {
|
|
2646
|
-
"text": ""
|
|
2647
|
-
}
|
|
2648
|
-
},
|
|
2649
|
-
"parameters": [
|
|
2650
|
-
{
|
|
2651
|
-
"name": "value",
|
|
2652
|
-
"type": {
|
|
2653
|
-
"text": "string | ArrayBuffer"
|
|
2654
|
-
},
|
|
2655
|
-
"description": "The value to encode to base64."
|
|
2656
|
-
}
|
|
2657
|
-
],
|
|
2658
|
-
"description": "Encodes the given value to base64.",
|
|
2659
|
-
"privacy": "public"
|
|
2660
|
-
},
|
|
2661
|
-
{
|
|
2662
|
-
"kind": "function",
|
|
2663
|
-
"name": "encodeToBase64WithPrefix",
|
|
2664
|
-
"return": {
|
|
2665
|
-
"type": {
|
|
2666
|
-
"text": ""
|
|
2667
|
-
}
|
|
2668
|
-
},
|
|
2669
|
-
"parameters": [
|
|
2670
|
-
{
|
|
2671
|
-
"name": "value",
|
|
2672
|
-
"type": {
|
|
2673
|
-
"text": "string | ArrayBuffer"
|
|
2674
|
-
},
|
|
2675
|
-
"description": "The value to encode to base64."
|
|
2676
|
-
}
|
|
2677
|
-
],
|
|
2678
|
-
"description": "Encodes the given value with a prefix to base64.",
|
|
2679
|
-
"privacy": "public"
|
|
2680
|
-
}
|
|
2681
|
-
],
|
|
2682
|
-
"exports": [
|
|
2683
|
-
{
|
|
2684
|
-
"kind": "js",
|
|
2685
|
-
"name": "encodeToBase64",
|
|
2686
|
-
"declaration": {
|
|
2687
|
-
"name": "encodeToBase64",
|
|
2688
|
-
"module": "src/encoding/base64/encode.ts"
|
|
2689
|
-
}
|
|
2690
|
-
},
|
|
2691
|
-
{
|
|
2692
|
-
"kind": "js",
|
|
2693
|
-
"name": "encodeToBase64WithPrefix",
|
|
2694
|
-
"declaration": {
|
|
2695
|
-
"name": "encodeToBase64WithPrefix",
|
|
2696
|
-
"module": "src/encoding/base64/encode.ts"
|
|
2697
|
-
}
|
|
2698
|
-
}
|
|
2699
|
-
]
|
|
2700
|
-
},
|
|
2701
|
-
{
|
|
2702
|
-
"kind": "javascript-module",
|
|
2703
|
-
"path": "src/encoding/base64/index.ts",
|
|
2704
|
-
"declarations": [],
|
|
2705
|
-
"exports": [
|
|
2706
|
-
{
|
|
2707
|
-
"kind": "js",
|
|
2708
|
-
"name": "*",
|
|
2709
|
-
"declaration": {
|
|
2710
|
-
"name": "*",
|
|
2711
|
-
"package": "./decode"
|
|
2712
|
-
}
|
|
2713
|
-
},
|
|
2714
|
-
{
|
|
2715
|
-
"kind": "js",
|
|
2716
|
-
"name": "*",
|
|
2717
|
-
"declaration": {
|
|
2718
|
-
"name": "*",
|
|
2719
|
-
"package": "./encode"
|
|
2720
|
-
}
|
|
2721
|
-
}
|
|
2722
|
-
]
|
|
2723
|
-
},
|
|
2724
2570
|
{
|
|
2725
2571
|
"kind": "javascript-module",
|
|
2726
2572
|
"path": "src/directives/sync/index.ts",
|
|
@@ -2875,6 +2721,160 @@
|
|
|
2875
2721
|
}
|
|
2876
2722
|
]
|
|
2877
2723
|
},
|
|
2724
|
+
{
|
|
2725
|
+
"kind": "javascript-module",
|
|
2726
|
+
"path": "src/encoding/base64/decode.ts",
|
|
2727
|
+
"declarations": [
|
|
2728
|
+
{
|
|
2729
|
+
"kind": "function",
|
|
2730
|
+
"name": "decodeFromBase64",
|
|
2731
|
+
"return": {
|
|
2732
|
+
"type": {
|
|
2733
|
+
"text": ""
|
|
2734
|
+
}
|
|
2735
|
+
},
|
|
2736
|
+
"parameters": [
|
|
2737
|
+
{
|
|
2738
|
+
"name": "base64Value",
|
|
2739
|
+
"type": {
|
|
2740
|
+
"text": "string"
|
|
2741
|
+
}
|
|
2742
|
+
},
|
|
2743
|
+
{
|
|
2744
|
+
"description": "The value to decode from base64.",
|
|
2745
|
+
"name": "value"
|
|
2746
|
+
}
|
|
2747
|
+
],
|
|
2748
|
+
"description": "Decodes a value from base64.",
|
|
2749
|
+
"privacy": "public"
|
|
2750
|
+
},
|
|
2751
|
+
{
|
|
2752
|
+
"kind": "function",
|
|
2753
|
+
"name": "decodeFromBase64WithPrefix",
|
|
2754
|
+
"return": {
|
|
2755
|
+
"type": {
|
|
2756
|
+
"text": ""
|
|
2757
|
+
}
|
|
2758
|
+
},
|
|
2759
|
+
"parameters": [
|
|
2760
|
+
{
|
|
2761
|
+
"name": "value",
|
|
2762
|
+
"type": {
|
|
2763
|
+
"text": "string"
|
|
2764
|
+
},
|
|
2765
|
+
"description": "The value to decode from base64."
|
|
2766
|
+
}
|
|
2767
|
+
],
|
|
2768
|
+
"description": "Decodes a value from base64 with a prefix.",
|
|
2769
|
+
"privacy": "public"
|
|
2770
|
+
}
|
|
2771
|
+
],
|
|
2772
|
+
"exports": [
|
|
2773
|
+
{
|
|
2774
|
+
"kind": "js",
|
|
2775
|
+
"name": "decodeFromBase64",
|
|
2776
|
+
"declaration": {
|
|
2777
|
+
"name": "decodeFromBase64",
|
|
2778
|
+
"module": "src/encoding/base64/decode.ts"
|
|
2779
|
+
}
|
|
2780
|
+
},
|
|
2781
|
+
{
|
|
2782
|
+
"kind": "js",
|
|
2783
|
+
"name": "decodeFromBase64WithPrefix",
|
|
2784
|
+
"declaration": {
|
|
2785
|
+
"name": "decodeFromBase64WithPrefix",
|
|
2786
|
+
"module": "src/encoding/base64/decode.ts"
|
|
2787
|
+
}
|
|
2788
|
+
}
|
|
2789
|
+
]
|
|
2790
|
+
},
|
|
2791
|
+
{
|
|
2792
|
+
"kind": "javascript-module",
|
|
2793
|
+
"path": "src/encoding/base64/encode.ts",
|
|
2794
|
+
"declarations": [
|
|
2795
|
+
{
|
|
2796
|
+
"kind": "function",
|
|
2797
|
+
"name": "encodeToBase64",
|
|
2798
|
+
"return": {
|
|
2799
|
+
"type": {
|
|
2800
|
+
"text": ""
|
|
2801
|
+
}
|
|
2802
|
+
},
|
|
2803
|
+
"parameters": [
|
|
2804
|
+
{
|
|
2805
|
+
"name": "value",
|
|
2806
|
+
"type": {
|
|
2807
|
+
"text": "string | ArrayBuffer"
|
|
2808
|
+
},
|
|
2809
|
+
"description": "The value to encode to base64."
|
|
2810
|
+
}
|
|
2811
|
+
],
|
|
2812
|
+
"description": "Encodes the given value to base64.",
|
|
2813
|
+
"privacy": "public"
|
|
2814
|
+
},
|
|
2815
|
+
{
|
|
2816
|
+
"kind": "function",
|
|
2817
|
+
"name": "encodeToBase64WithPrefix",
|
|
2818
|
+
"return": {
|
|
2819
|
+
"type": {
|
|
2820
|
+
"text": ""
|
|
2821
|
+
}
|
|
2822
|
+
},
|
|
2823
|
+
"parameters": [
|
|
2824
|
+
{
|
|
2825
|
+
"name": "value",
|
|
2826
|
+
"type": {
|
|
2827
|
+
"text": "string | ArrayBuffer"
|
|
2828
|
+
},
|
|
2829
|
+
"description": "The value to encode to base64."
|
|
2830
|
+
}
|
|
2831
|
+
],
|
|
2832
|
+
"description": "Encodes the given value with a prefix to base64.",
|
|
2833
|
+
"privacy": "public"
|
|
2834
|
+
}
|
|
2835
|
+
],
|
|
2836
|
+
"exports": [
|
|
2837
|
+
{
|
|
2838
|
+
"kind": "js",
|
|
2839
|
+
"name": "encodeToBase64",
|
|
2840
|
+
"declaration": {
|
|
2841
|
+
"name": "encodeToBase64",
|
|
2842
|
+
"module": "src/encoding/base64/encode.ts"
|
|
2843
|
+
}
|
|
2844
|
+
},
|
|
2845
|
+
{
|
|
2846
|
+
"kind": "js",
|
|
2847
|
+
"name": "encodeToBase64WithPrefix",
|
|
2848
|
+
"declaration": {
|
|
2849
|
+
"name": "encodeToBase64WithPrefix",
|
|
2850
|
+
"module": "src/encoding/base64/encode.ts"
|
|
2851
|
+
}
|
|
2852
|
+
}
|
|
2853
|
+
]
|
|
2854
|
+
},
|
|
2855
|
+
{
|
|
2856
|
+
"kind": "javascript-module",
|
|
2857
|
+
"path": "src/encoding/base64/index.ts",
|
|
2858
|
+
"declarations": [],
|
|
2859
|
+
"exports": [
|
|
2860
|
+
{
|
|
2861
|
+
"kind": "js",
|
|
2862
|
+
"name": "*",
|
|
2863
|
+
"declaration": {
|
|
2864
|
+
"name": "*",
|
|
2865
|
+
"package": "./decode"
|
|
2866
|
+
}
|
|
2867
|
+
},
|
|
2868
|
+
{
|
|
2869
|
+
"kind": "js",
|
|
2870
|
+
"name": "*",
|
|
2871
|
+
"declaration": {
|
|
2872
|
+
"name": "*",
|
|
2873
|
+
"package": "./encode"
|
|
2874
|
+
}
|
|
2875
|
+
}
|
|
2876
|
+
]
|
|
2877
|
+
},
|
|
2878
2878
|
{
|
|
2879
2879
|
"kind": "javascript-module",
|
|
2880
2880
|
"path": "src/mappers/dto/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.299.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -27,19 +27,19 @@
|
|
|
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.299.0",
|
|
31
|
+
"@genesislcap/genx": "14.299.0",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.299.0",
|
|
33
|
+
"@genesislcap/ts-builder": "14.299.0",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.299.0",
|
|
35
|
+
"@genesislcap/vite-builder": "14.299.0",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.299.0",
|
|
37
37
|
"@types/json-schema": "^7.0.11",
|
|
38
38
|
"rimraf": "^5.0.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@genesislcap/expression-builder": "14.258.1",
|
|
42
|
-
"@genesislcap/foundation-logger": "14.
|
|
42
|
+
"@genesislcap/foundation-logger": "14.299.0",
|
|
43
43
|
"@microsoft/fast-components": "2.30.6",
|
|
44
44
|
"@microsoft/fast-element": "1.14.0",
|
|
45
45
|
"@microsoft/fast-foundation": "2.49.6",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"access": "public"
|
|
58
58
|
},
|
|
59
59
|
"customElements": "dist/custom-elements.json",
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "391e4450a091baf2743e9c4171d7d5d10885c437"
|
|
61
61
|
}
|