@genesislcap/foundation-utils 14.241.0 → 14.242.1

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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +204 -204
  2. package/package.json +10 -10
@@ -367,6 +367,56 @@
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
+ "exports": [
395
+ {
396
+ "kind": "js",
397
+ "name": "assureDesignSystem",
398
+ "declaration": {
399
+ "name": "assureDesignSystem",
400
+ "module": "src/design-system/design-system.ts"
401
+ }
402
+ }
403
+ ]
404
+ },
405
+ {
406
+ "kind": "javascript-module",
407
+ "path": "src/design-system/index.ts",
408
+ "declarations": [],
409
+ "exports": [
410
+ {
411
+ "kind": "js",
412
+ "name": "*",
413
+ "declaration": {
414
+ "name": "*",
415
+ "package": "./design-system"
416
+ }
417
+ }
418
+ ]
419
+ },
370
420
  {
371
421
  "kind": "javascript-module",
372
422
  "path": "src/decorators/index.ts",
@@ -420,56 +470,6 @@
420
470
  }
421
471
  ]
422
472
  },
423
- {
424
- "kind": "javascript-module",
425
- "path": "src/design-system/design-system.ts",
426
- "declarations": [
427
- {
428
- "kind": "function",
429
- "name": "assureDesignSystem",
430
- "return": {
431
- "type": {
432
- "text": "DesignSystemModule"
433
- }
434
- },
435
- "parameters": [
436
- {
437
- "name": "module",
438
- "type": {
439
- "text": "DesignSystemModule"
440
- }
441
- }
442
- ],
443
- "description": "assureDesignSystem.",
444
- "privacy": "public"
445
- }
446
- ],
447
- "exports": [
448
- {
449
- "kind": "js",
450
- "name": "assureDesignSystem",
451
- "declaration": {
452
- "name": "assureDesignSystem",
453
- "module": "src/design-system/design-system.ts"
454
- }
455
- }
456
- ]
457
- },
458
- {
459
- "kind": "javascript-module",
460
- "path": "src/design-system/index.ts",
461
- "declarations": [],
462
- "exports": [
463
- {
464
- "kind": "js",
465
- "name": "*",
466
- "declaration": {
467
- "name": "*",
468
- "package": "./design-system"
469
- }
470
- }
471
- ]
472
- },
473
473
  {
474
474
  "kind": "javascript-module",
475
475
  "path": "src/directives/index.ts",
@@ -2590,160 +2590,6 @@
2590
2590
  }
2591
2591
  ]
2592
2592
  },
2593
- {
2594
- "kind": "javascript-module",
2595
- "path": "src/encoding/base64/decode.ts",
2596
- "declarations": [
2597
- {
2598
- "kind": "function",
2599
- "name": "decodeFromBase64",
2600
- "return": {
2601
- "type": {
2602
- "text": ""
2603
- }
2604
- },
2605
- "parameters": [
2606
- {
2607
- "name": "base64Value",
2608
- "type": {
2609
- "text": "string"
2610
- }
2611
- },
2612
- {
2613
- "description": "The value to decode from base64.",
2614
- "name": "value"
2615
- }
2616
- ],
2617
- "description": "Decodes a value from base64.",
2618
- "privacy": "public"
2619
- },
2620
- {
2621
- "kind": "function",
2622
- "name": "decodeFromBase64WithPrefix",
2623
- "return": {
2624
- "type": {
2625
- "text": ""
2626
- }
2627
- },
2628
- "parameters": [
2629
- {
2630
- "name": "value",
2631
- "type": {
2632
- "text": "string"
2633
- },
2634
- "description": "The value to decode from base64."
2635
- }
2636
- ],
2637
- "description": "Decodes a value from base64 with a prefix.",
2638
- "privacy": "public"
2639
- }
2640
- ],
2641
- "exports": [
2642
- {
2643
- "kind": "js",
2644
- "name": "decodeFromBase64",
2645
- "declaration": {
2646
- "name": "decodeFromBase64",
2647
- "module": "src/encoding/base64/decode.ts"
2648
- }
2649
- },
2650
- {
2651
- "kind": "js",
2652
- "name": "decodeFromBase64WithPrefix",
2653
- "declaration": {
2654
- "name": "decodeFromBase64WithPrefix",
2655
- "module": "src/encoding/base64/decode.ts"
2656
- }
2657
- }
2658
- ]
2659
- },
2660
- {
2661
- "kind": "javascript-module",
2662
- "path": "src/encoding/base64/encode.ts",
2663
- "declarations": [
2664
- {
2665
- "kind": "function",
2666
- "name": "encodeToBase64",
2667
- "return": {
2668
- "type": {
2669
- "text": ""
2670
- }
2671
- },
2672
- "parameters": [
2673
- {
2674
- "name": "value",
2675
- "type": {
2676
- "text": "string | ArrayBuffer"
2677
- },
2678
- "description": "The value to encode to base64."
2679
- }
2680
- ],
2681
- "description": "Encodes the given value to base64.",
2682
- "privacy": "public"
2683
- },
2684
- {
2685
- "kind": "function",
2686
- "name": "encodeToBase64WithPrefix",
2687
- "return": {
2688
- "type": {
2689
- "text": ""
2690
- }
2691
- },
2692
- "parameters": [
2693
- {
2694
- "name": "value",
2695
- "type": {
2696
- "text": "string | ArrayBuffer"
2697
- },
2698
- "description": "The value to encode to base64."
2699
- }
2700
- ],
2701
- "description": "Encodes the given value with a prefix to base64.",
2702
- "privacy": "public"
2703
- }
2704
- ],
2705
- "exports": [
2706
- {
2707
- "kind": "js",
2708
- "name": "encodeToBase64",
2709
- "declaration": {
2710
- "name": "encodeToBase64",
2711
- "module": "src/encoding/base64/encode.ts"
2712
- }
2713
- },
2714
- {
2715
- "kind": "js",
2716
- "name": "encodeToBase64WithPrefix",
2717
- "declaration": {
2718
- "name": "encodeToBase64WithPrefix",
2719
- "module": "src/encoding/base64/encode.ts"
2720
- }
2721
- }
2722
- ]
2723
- },
2724
- {
2725
- "kind": "javascript-module",
2726
- "path": "src/encoding/base64/index.ts",
2727
- "declarations": [],
2728
- "exports": [
2729
- {
2730
- "kind": "js",
2731
- "name": "*",
2732
- "declaration": {
2733
- "name": "*",
2734
- "package": "./decode"
2735
- }
2736
- },
2737
- {
2738
- "kind": "js",
2739
- "name": "*",
2740
- "declaration": {
2741
- "name": "*",
2742
- "package": "./encode"
2743
- }
2744
- }
2745
- ]
2746
- },
2747
2593
  {
2748
2594
  "kind": "javascript-module",
2749
2595
  "path": "src/mappers/dto/index.ts",
@@ -2968,6 +2814,160 @@
2968
2814
  }
2969
2815
  ]
2970
2816
  },
2817
+ {
2818
+ "kind": "javascript-module",
2819
+ "path": "src/encoding/base64/decode.ts",
2820
+ "declarations": [
2821
+ {
2822
+ "kind": "function",
2823
+ "name": "decodeFromBase64",
2824
+ "return": {
2825
+ "type": {
2826
+ "text": ""
2827
+ }
2828
+ },
2829
+ "parameters": [
2830
+ {
2831
+ "name": "base64Value",
2832
+ "type": {
2833
+ "text": "string"
2834
+ }
2835
+ },
2836
+ {
2837
+ "description": "The value to decode from base64.",
2838
+ "name": "value"
2839
+ }
2840
+ ],
2841
+ "description": "Decodes a value from base64.",
2842
+ "privacy": "public"
2843
+ },
2844
+ {
2845
+ "kind": "function",
2846
+ "name": "decodeFromBase64WithPrefix",
2847
+ "return": {
2848
+ "type": {
2849
+ "text": ""
2850
+ }
2851
+ },
2852
+ "parameters": [
2853
+ {
2854
+ "name": "value",
2855
+ "type": {
2856
+ "text": "string"
2857
+ },
2858
+ "description": "The value to decode from base64."
2859
+ }
2860
+ ],
2861
+ "description": "Decodes a value from base64 with a prefix.",
2862
+ "privacy": "public"
2863
+ }
2864
+ ],
2865
+ "exports": [
2866
+ {
2867
+ "kind": "js",
2868
+ "name": "decodeFromBase64",
2869
+ "declaration": {
2870
+ "name": "decodeFromBase64",
2871
+ "module": "src/encoding/base64/decode.ts"
2872
+ }
2873
+ },
2874
+ {
2875
+ "kind": "js",
2876
+ "name": "decodeFromBase64WithPrefix",
2877
+ "declaration": {
2878
+ "name": "decodeFromBase64WithPrefix",
2879
+ "module": "src/encoding/base64/decode.ts"
2880
+ }
2881
+ }
2882
+ ]
2883
+ },
2884
+ {
2885
+ "kind": "javascript-module",
2886
+ "path": "src/encoding/base64/encode.ts",
2887
+ "declarations": [
2888
+ {
2889
+ "kind": "function",
2890
+ "name": "encodeToBase64",
2891
+ "return": {
2892
+ "type": {
2893
+ "text": ""
2894
+ }
2895
+ },
2896
+ "parameters": [
2897
+ {
2898
+ "name": "value",
2899
+ "type": {
2900
+ "text": "string | ArrayBuffer"
2901
+ },
2902
+ "description": "The value to encode to base64."
2903
+ }
2904
+ ],
2905
+ "description": "Encodes the given value to base64.",
2906
+ "privacy": "public"
2907
+ },
2908
+ {
2909
+ "kind": "function",
2910
+ "name": "encodeToBase64WithPrefix",
2911
+ "return": {
2912
+ "type": {
2913
+ "text": ""
2914
+ }
2915
+ },
2916
+ "parameters": [
2917
+ {
2918
+ "name": "value",
2919
+ "type": {
2920
+ "text": "string | ArrayBuffer"
2921
+ },
2922
+ "description": "The value to encode to base64."
2923
+ }
2924
+ ],
2925
+ "description": "Encodes the given value with a prefix to base64.",
2926
+ "privacy": "public"
2927
+ }
2928
+ ],
2929
+ "exports": [
2930
+ {
2931
+ "kind": "js",
2932
+ "name": "encodeToBase64",
2933
+ "declaration": {
2934
+ "name": "encodeToBase64",
2935
+ "module": "src/encoding/base64/encode.ts"
2936
+ }
2937
+ },
2938
+ {
2939
+ "kind": "js",
2940
+ "name": "encodeToBase64WithPrefix",
2941
+ "declaration": {
2942
+ "name": "encodeToBase64WithPrefix",
2943
+ "module": "src/encoding/base64/encode.ts"
2944
+ }
2945
+ }
2946
+ ]
2947
+ },
2948
+ {
2949
+ "kind": "javascript-module",
2950
+ "path": "src/encoding/base64/index.ts",
2951
+ "declarations": [],
2952
+ "exports": [
2953
+ {
2954
+ "kind": "js",
2955
+ "name": "*",
2956
+ "declaration": {
2957
+ "name": "*",
2958
+ "package": "./decode"
2959
+ }
2960
+ },
2961
+ {
2962
+ "kind": "js",
2963
+ "name": "*",
2964
+ "declaration": {
2965
+ "name": "*",
2966
+ "package": "./encode"
2967
+ }
2968
+ }
2969
+ ]
2970
+ },
2971
2971
  {
2972
2972
  "kind": "javascript-module",
2973
2973
  "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.241.0",
4
+ "version": "14.242.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.241.0",
31
- "@genesislcap/genx": "14.241.0",
32
- "@genesislcap/rollup-builder": "14.241.0",
33
- "@genesislcap/ts-builder": "14.241.0",
34
- "@genesislcap/uvu-playwright-builder": "14.241.0",
35
- "@genesislcap/vite-builder": "14.241.0",
36
- "@genesislcap/webpack-builder": "14.241.0",
30
+ "@genesislcap/foundation-testing": "14.242.1",
31
+ "@genesislcap/genx": "14.242.1",
32
+ "@genesislcap/rollup-builder": "14.242.1",
33
+ "@genesislcap/ts-builder": "14.242.1",
34
+ "@genesislcap/uvu-playwright-builder": "14.242.1",
35
+ "@genesislcap/vite-builder": "14.242.1",
36
+ "@genesislcap/webpack-builder": "14.242.1",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.241.0",
40
+ "@genesislcap/foundation-logger": "14.242.1",
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": "6837efcb9fe40e7044bb23d89368ecdcb20a4f3f"
58
+ "gitHead": "417b74d0261f996ec21224795760d76ea1d02816"
59
59
  }