@genesislcap/foundation-utils 14.244.3 → 14.245.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +206 -206
  2. package/package.json +10 -10
@@ -367,56 +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
- "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
- },
420
370
  {
421
371
  "kind": "javascript-module",
422
372
  "path": "src/decorators/index.ts",
@@ -472,7 +422,42 @@
472
422
  },
473
423
  {
474
424
  "kind": "javascript-module",
475
- "path": "src/encoding/index.ts",
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",
476
461
  "declarations": [],
477
462
  "exports": [
478
463
  {
@@ -480,7 +465,7 @@
480
465
  "name": "*",
481
466
  "declaration": {
482
467
  "name": "*",
483
- "package": "./base64"
468
+ "package": "./design-system"
484
469
  }
485
470
  }
486
471
  ]
@@ -508,6 +493,21 @@
508
493
  }
509
494
  ]
510
495
  },
496
+ {
497
+ "kind": "javascript-module",
498
+ "path": "src/encoding/index.ts",
499
+ "declarations": [],
500
+ "exports": [
501
+ {
502
+ "kind": "js",
503
+ "name": "*",
504
+ "declaration": {
505
+ "name": "*",
506
+ "package": "./base64"
507
+ }
508
+ }
509
+ ]
510
+ },
511
511
  {
512
512
  "kind": "javascript-module",
513
513
  "path": "src/env/index.ts",
@@ -2436,160 +2436,6 @@
2436
2436
  }
2437
2437
  ]
2438
2438
  },
2439
- {
2440
- "kind": "javascript-module",
2441
- "path": "src/encoding/base64/decode.ts",
2442
- "declarations": [
2443
- {
2444
- "kind": "function",
2445
- "name": "decodeFromBase64",
2446
- "return": {
2447
- "type": {
2448
- "text": ""
2449
- }
2450
- },
2451
- "parameters": [
2452
- {
2453
- "name": "base64Value",
2454
- "type": {
2455
- "text": "string"
2456
- }
2457
- },
2458
- {
2459
- "description": "The value to decode from base64.",
2460
- "name": "value"
2461
- }
2462
- ],
2463
- "description": "Decodes a value from base64.",
2464
- "privacy": "public"
2465
- },
2466
- {
2467
- "kind": "function",
2468
- "name": "decodeFromBase64WithPrefix",
2469
- "return": {
2470
- "type": {
2471
- "text": ""
2472
- }
2473
- },
2474
- "parameters": [
2475
- {
2476
- "name": "value",
2477
- "type": {
2478
- "text": "string"
2479
- },
2480
- "description": "The value to decode from base64."
2481
- }
2482
- ],
2483
- "description": "Decodes a value from base64 with a prefix.",
2484
- "privacy": "public"
2485
- }
2486
- ],
2487
- "exports": [
2488
- {
2489
- "kind": "js",
2490
- "name": "decodeFromBase64",
2491
- "declaration": {
2492
- "name": "decodeFromBase64",
2493
- "module": "src/encoding/base64/decode.ts"
2494
- }
2495
- },
2496
- {
2497
- "kind": "js",
2498
- "name": "decodeFromBase64WithPrefix",
2499
- "declaration": {
2500
- "name": "decodeFromBase64WithPrefix",
2501
- "module": "src/encoding/base64/decode.ts"
2502
- }
2503
- }
2504
- ]
2505
- },
2506
- {
2507
- "kind": "javascript-module",
2508
- "path": "src/encoding/base64/encode.ts",
2509
- "declarations": [
2510
- {
2511
- "kind": "function",
2512
- "name": "encodeToBase64",
2513
- "return": {
2514
- "type": {
2515
- "text": ""
2516
- }
2517
- },
2518
- "parameters": [
2519
- {
2520
- "name": "value",
2521
- "type": {
2522
- "text": "string | ArrayBuffer"
2523
- },
2524
- "description": "The value to encode to base64."
2525
- }
2526
- ],
2527
- "description": "Encodes the given value to base64.",
2528
- "privacy": "public"
2529
- },
2530
- {
2531
- "kind": "function",
2532
- "name": "encodeToBase64WithPrefix",
2533
- "return": {
2534
- "type": {
2535
- "text": ""
2536
- }
2537
- },
2538
- "parameters": [
2539
- {
2540
- "name": "value",
2541
- "type": {
2542
- "text": "string | ArrayBuffer"
2543
- },
2544
- "description": "The value to encode to base64."
2545
- }
2546
- ],
2547
- "description": "Encodes the given value with a prefix to base64.",
2548
- "privacy": "public"
2549
- }
2550
- ],
2551
- "exports": [
2552
- {
2553
- "kind": "js",
2554
- "name": "encodeToBase64",
2555
- "declaration": {
2556
- "name": "encodeToBase64",
2557
- "module": "src/encoding/base64/encode.ts"
2558
- }
2559
- },
2560
- {
2561
- "kind": "js",
2562
- "name": "encodeToBase64WithPrefix",
2563
- "declaration": {
2564
- "name": "encodeToBase64WithPrefix",
2565
- "module": "src/encoding/base64/encode.ts"
2566
- }
2567
- }
2568
- ]
2569
- },
2570
- {
2571
- "kind": "javascript-module",
2572
- "path": "src/encoding/base64/index.ts",
2573
- "declarations": [],
2574
- "exports": [
2575
- {
2576
- "kind": "js",
2577
- "name": "*",
2578
- "declaration": {
2579
- "name": "*",
2580
- "package": "./decode"
2581
- }
2582
- },
2583
- {
2584
- "kind": "js",
2585
- "name": "*",
2586
- "declaration": {
2587
- "name": "*",
2588
- "package": "./encode"
2589
- }
2590
- }
2591
- ]
2592
- },
2593
2439
  {
2594
2440
  "kind": "javascript-module",
2595
2441
  "path": "src/directives/sync/index.ts",
@@ -2744,6 +2590,160 @@
2744
2590
  }
2745
2591
  ]
2746
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
2747
  {
2748
2748
  "kind": "javascript-module",
2749
2749
  "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.244.3",
4
+ "version": "14.245.0",
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.244.3",
31
- "@genesislcap/genx": "14.244.3",
32
- "@genesislcap/rollup-builder": "14.244.3",
33
- "@genesislcap/ts-builder": "14.244.3",
34
- "@genesislcap/uvu-playwright-builder": "14.244.3",
35
- "@genesislcap/vite-builder": "14.244.3",
36
- "@genesislcap/webpack-builder": "14.244.3",
30
+ "@genesislcap/foundation-testing": "14.245.0",
31
+ "@genesislcap/genx": "14.245.0",
32
+ "@genesislcap/rollup-builder": "14.245.0",
33
+ "@genesislcap/ts-builder": "14.245.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.245.0",
35
+ "@genesislcap/vite-builder": "14.245.0",
36
+ "@genesislcap/webpack-builder": "14.245.0",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.244.3",
40
+ "@genesislcap/foundation-logger": "14.245.0",
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": "c4f2b114e38e7e3aedaa8f72a6643770a8d8652b"
58
+ "gitHead": "41c6641015bcd50a29d6619f86982503f0c217fb"
59
59
  }