@genesislcap/foundation-utils 14.307.1 → 14.307.2
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 +245 -245
- package/package.json +11 -11
@@ -367,91 +367,6 @@
|
|
367
367
|
}
|
368
368
|
]
|
369
369
|
},
|
370
|
-
{
|
371
|
-
"kind": "javascript-module",
|
372
|
-
"path": "src/design-system/design-system.ts",
|
373
|
-
"declarations": [
|
374
|
-
{
|
375
|
-
"kind": "function",
|
376
|
-
"name": "assureDesignSystem",
|
377
|
-
"return": {
|
378
|
-
"type": {
|
379
|
-
"text": "DesignSystemModule"
|
380
|
-
}
|
381
|
-
},
|
382
|
-
"parameters": [
|
383
|
-
{
|
384
|
-
"name": "module",
|
385
|
-
"type": {
|
386
|
-
"text": "DesignSystemModule"
|
387
|
-
}
|
388
|
-
}
|
389
|
-
],
|
390
|
-
"description": "assureDesignSystem.",
|
391
|
-
"privacy": "public"
|
392
|
-
},
|
393
|
-
{
|
394
|
-
"kind": "function",
|
395
|
-
"name": "getCurrentDesignSystemPrefix",
|
396
|
-
"return": {
|
397
|
-
"type": {
|
398
|
-
"text": ""
|
399
|
-
}
|
400
|
-
},
|
401
|
-
"parameters": [
|
402
|
-
{
|
403
|
-
"name": "element",
|
404
|
-
"type": {
|
405
|
-
"text": "HTMLElement"
|
406
|
-
},
|
407
|
-
"description": "The starting HTML element"
|
408
|
-
},
|
409
|
-
{
|
410
|
-
"name": "fallbackPrefix",
|
411
|
-
"type": {
|
412
|
-
"text": "string"
|
413
|
-
},
|
414
|
-
"description": "The prefix to fallback to if the provider is not available"
|
415
|
-
}
|
416
|
-
],
|
417
|
-
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
418
|
-
"privacy": "public"
|
419
|
-
}
|
420
|
-
],
|
421
|
-
"exports": [
|
422
|
-
{
|
423
|
-
"kind": "js",
|
424
|
-
"name": "assureDesignSystem",
|
425
|
-
"declaration": {
|
426
|
-
"name": "assureDesignSystem",
|
427
|
-
"module": "src/design-system/design-system.ts"
|
428
|
-
}
|
429
|
-
},
|
430
|
-
{
|
431
|
-
"kind": "js",
|
432
|
-
"name": "getCurrentDesignSystemPrefix",
|
433
|
-
"declaration": {
|
434
|
-
"name": "getCurrentDesignSystemPrefix",
|
435
|
-
"module": "src/design-system/design-system.ts"
|
436
|
-
}
|
437
|
-
}
|
438
|
-
]
|
439
|
-
},
|
440
|
-
{
|
441
|
-
"kind": "javascript-module",
|
442
|
-
"path": "src/design-system/index.ts",
|
443
|
-
"declarations": [],
|
444
|
-
"exports": [
|
445
|
-
{
|
446
|
-
"kind": "js",
|
447
|
-
"name": "*",
|
448
|
-
"declaration": {
|
449
|
-
"name": "*",
|
450
|
-
"package": "./design-system"
|
451
|
-
}
|
452
|
-
}
|
453
|
-
]
|
454
|
-
},
|
455
370
|
{
|
456
371
|
"kind": "javascript-module",
|
457
372
|
"path": "src/decorators/index.ts",
|
@@ -505,6 +420,29 @@
|
|
505
420
|
}
|
506
421
|
]
|
507
422
|
},
|
423
|
+
{
|
424
|
+
"kind": "javascript-module",
|
425
|
+
"path": "src/directives/index.ts",
|
426
|
+
"declarations": [],
|
427
|
+
"exports": [
|
428
|
+
{
|
429
|
+
"kind": "js",
|
430
|
+
"name": "*",
|
431
|
+
"declaration": {
|
432
|
+
"name": "*",
|
433
|
+
"package": "./sync"
|
434
|
+
}
|
435
|
+
},
|
436
|
+
{
|
437
|
+
"kind": "js",
|
438
|
+
"name": "*",
|
439
|
+
"declaration": {
|
440
|
+
"name": "*",
|
441
|
+
"package": "./when-else"
|
442
|
+
}
|
443
|
+
}
|
444
|
+
]
|
445
|
+
},
|
508
446
|
{
|
509
447
|
"kind": "javascript-module",
|
510
448
|
"path": "src/encoding/index.ts",
|
@@ -980,23 +918,85 @@
|
|
980
918
|
},
|
981
919
|
{
|
982
920
|
"kind": "javascript-module",
|
983
|
-
"path": "src/
|
984
|
-
"declarations": [
|
921
|
+
"path": "src/design-system/design-system.ts",
|
922
|
+
"declarations": [
|
923
|
+
{
|
924
|
+
"kind": "function",
|
925
|
+
"name": "assureDesignSystem",
|
926
|
+
"return": {
|
927
|
+
"type": {
|
928
|
+
"text": "DesignSystemModule"
|
929
|
+
}
|
930
|
+
},
|
931
|
+
"parameters": [
|
932
|
+
{
|
933
|
+
"name": "module",
|
934
|
+
"type": {
|
935
|
+
"text": "DesignSystemModule"
|
936
|
+
}
|
937
|
+
}
|
938
|
+
],
|
939
|
+
"description": "assureDesignSystem.",
|
940
|
+
"privacy": "public"
|
941
|
+
},
|
942
|
+
{
|
943
|
+
"kind": "function",
|
944
|
+
"name": "getCurrentDesignSystemPrefix",
|
945
|
+
"return": {
|
946
|
+
"type": {
|
947
|
+
"text": ""
|
948
|
+
}
|
949
|
+
},
|
950
|
+
"parameters": [
|
951
|
+
{
|
952
|
+
"name": "element",
|
953
|
+
"type": {
|
954
|
+
"text": "HTMLElement"
|
955
|
+
},
|
956
|
+
"description": "The starting HTML element"
|
957
|
+
},
|
958
|
+
{
|
959
|
+
"name": "fallbackPrefix",
|
960
|
+
"type": {
|
961
|
+
"text": "string"
|
962
|
+
},
|
963
|
+
"description": "The prefix to fallback to if the provider is not available"
|
964
|
+
}
|
965
|
+
],
|
966
|
+
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
967
|
+
"privacy": "public"
|
968
|
+
}
|
969
|
+
],
|
985
970
|
"exports": [
|
986
971
|
{
|
987
972
|
"kind": "js",
|
988
|
-
"name": "
|
973
|
+
"name": "assureDesignSystem",
|
989
974
|
"declaration": {
|
990
|
-
"name": "
|
991
|
-
"
|
975
|
+
"name": "assureDesignSystem",
|
976
|
+
"module": "src/design-system/design-system.ts"
|
992
977
|
}
|
993
978
|
},
|
979
|
+
{
|
980
|
+
"kind": "js",
|
981
|
+
"name": "getCurrentDesignSystemPrefix",
|
982
|
+
"declaration": {
|
983
|
+
"name": "getCurrentDesignSystemPrefix",
|
984
|
+
"module": "src/design-system/design-system.ts"
|
985
|
+
}
|
986
|
+
}
|
987
|
+
]
|
988
|
+
},
|
989
|
+
{
|
990
|
+
"kind": "javascript-module",
|
991
|
+
"path": "src/design-system/index.ts",
|
992
|
+
"declarations": [],
|
993
|
+
"exports": [
|
994
994
|
{
|
995
995
|
"kind": "js",
|
996
996
|
"name": "*",
|
997
997
|
"declaration": {
|
998
998
|
"name": "*",
|
999
|
-
"package": "./
|
999
|
+
"package": "./design-system"
|
1000
1000
|
}
|
1001
1001
|
}
|
1002
1002
|
]
|
@@ -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.307.
|
4
|
+
"version": "14.307.2",
|
5
5
|
"sideEffects": false,
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
7
7
|
"main": "dist/esm/index.js",
|
@@ -27,18 +27,18 @@
|
|
27
27
|
}
|
28
28
|
},
|
29
29
|
"devDependencies": {
|
30
|
-
"@genesislcap/foundation-testing": "14.307.
|
31
|
-
"@genesislcap/genx": "14.307.
|
32
|
-
"@genesislcap/rollup-builder": "14.307.
|
33
|
-
"@genesislcap/ts-builder": "14.307.
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.307.
|
35
|
-
"@genesislcap/vite-builder": "14.307.
|
36
|
-
"@genesislcap/webpack-builder": "14.307.
|
30
|
+
"@genesislcap/foundation-testing": "14.307.2",
|
31
|
+
"@genesislcap/genx": "14.307.2",
|
32
|
+
"@genesislcap/rollup-builder": "14.307.2",
|
33
|
+
"@genesislcap/ts-builder": "14.307.2",
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.307.2",
|
35
|
+
"@genesislcap/vite-builder": "14.307.2",
|
36
|
+
"@genesislcap/webpack-builder": "14.307.2",
|
37
37
|
"@types/json-schema": "^7.0.11"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@genesislcap/expression-builder": "14.307.
|
41
|
-
"@genesislcap/foundation-logger": "14.307.
|
40
|
+
"@genesislcap/expression-builder": "14.307.2",
|
41
|
+
"@genesislcap/foundation-logger": "14.307.2",
|
42
42
|
"@microsoft/fast-components": "2.30.6",
|
43
43
|
"@microsoft/fast-element": "1.14.0",
|
44
44
|
"@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": "a3bfd4199f20640443c512431840c7e8dedc5b4c"
|
59
59
|
}
|