@genesislcap/foundation-utils 14.242.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.
- package/dist/custom-elements.json +265 -265
- package/package.json +10 -10
|
@@ -369,30 +369,57 @@
|
|
|
369
369
|
},
|
|
370
370
|
{
|
|
371
371
|
"kind": "javascript-module",
|
|
372
|
-
"path": "src/
|
|
373
|
-
"declarations": [
|
|
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
|
+
],
|
|
374
394
|
"exports": [
|
|
375
395
|
{
|
|
376
396
|
"kind": "js",
|
|
377
|
-
"name": "
|
|
397
|
+
"name": "assureDesignSystem",
|
|
378
398
|
"declaration": {
|
|
379
|
-
"name": "
|
|
380
|
-
"
|
|
399
|
+
"name": "assureDesignSystem",
|
|
400
|
+
"module": "src/design-system/design-system.ts"
|
|
381
401
|
}
|
|
382
|
-
}
|
|
402
|
+
}
|
|
403
|
+
]
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"kind": "javascript-module",
|
|
407
|
+
"path": "src/design-system/index.ts",
|
|
408
|
+
"declarations": [],
|
|
409
|
+
"exports": [
|
|
383
410
|
{
|
|
384
411
|
"kind": "js",
|
|
385
412
|
"name": "*",
|
|
386
413
|
"declaration": {
|
|
387
414
|
"name": "*",
|
|
388
|
-
"package": "./
|
|
415
|
+
"package": "./design-system"
|
|
389
416
|
}
|
|
390
417
|
}
|
|
391
418
|
]
|
|
392
419
|
},
|
|
393
420
|
{
|
|
394
421
|
"kind": "javascript-module",
|
|
395
|
-
"path": "src/
|
|
422
|
+
"path": "src/decorators/index.ts",
|
|
396
423
|
"declarations": [],
|
|
397
424
|
"exports": [
|
|
398
425
|
{
|
|
@@ -400,49 +427,52 @@
|
|
|
400
427
|
"name": "*",
|
|
401
428
|
"declaration": {
|
|
402
429
|
"name": "*",
|
|
403
|
-
"package": "./
|
|
430
|
+
"package": "./renderOnChange"
|
|
404
431
|
}
|
|
405
432
|
}
|
|
406
433
|
]
|
|
407
434
|
},
|
|
408
435
|
{
|
|
409
436
|
"kind": "javascript-module",
|
|
410
|
-
"path": "src/
|
|
437
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
411
438
|
"declarations": [
|
|
412
439
|
{
|
|
413
440
|
"kind": "function",
|
|
414
|
-
"name": "
|
|
415
|
-
"return": {
|
|
416
|
-
"type": {
|
|
417
|
-
"text": "DesignSystemModule"
|
|
418
|
-
}
|
|
419
|
-
},
|
|
441
|
+
"name": "renderOnChange",
|
|
420
442
|
"parameters": [
|
|
421
443
|
{
|
|
422
|
-
"name": "
|
|
444
|
+
"name": "target",
|
|
423
445
|
"type": {
|
|
424
|
-
"text": "
|
|
425
|
-
}
|
|
446
|
+
"text": "FASTElement & { render(): void }"
|
|
447
|
+
},
|
|
448
|
+
"description": "The target to define the property change handler on."
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"name": "name",
|
|
452
|
+
"type": {
|
|
453
|
+
"text": "string"
|
|
454
|
+
},
|
|
455
|
+
"description": "The property name."
|
|
426
456
|
}
|
|
427
457
|
],
|
|
428
|
-
"description": "
|
|
458
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
429
459
|
"privacy": "public"
|
|
430
460
|
}
|
|
431
461
|
],
|
|
432
462
|
"exports": [
|
|
433
463
|
{
|
|
434
464
|
"kind": "js",
|
|
435
|
-
"name": "
|
|
465
|
+
"name": "renderOnChange",
|
|
436
466
|
"declaration": {
|
|
437
|
-
"name": "
|
|
438
|
-
"module": "src/
|
|
467
|
+
"name": "renderOnChange",
|
|
468
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
439
469
|
}
|
|
440
470
|
}
|
|
441
471
|
]
|
|
442
472
|
},
|
|
443
473
|
{
|
|
444
474
|
"kind": "javascript-module",
|
|
445
|
-
"path": "src/
|
|
475
|
+
"path": "src/directives/index.ts",
|
|
446
476
|
"declarations": [],
|
|
447
477
|
"exports": [
|
|
448
478
|
{
|
|
@@ -450,7 +480,30 @@
|
|
|
450
480
|
"name": "*",
|
|
451
481
|
"declaration": {
|
|
452
482
|
"name": "*",
|
|
453
|
-
"package": "./
|
|
483
|
+
"package": "./sync"
|
|
484
|
+
}
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"kind": "js",
|
|
488
|
+
"name": "*",
|
|
489
|
+
"declaration": {
|
|
490
|
+
"name": "*",
|
|
491
|
+
"package": "./when-else"
|
|
492
|
+
}
|
|
493
|
+
}
|
|
494
|
+
]
|
|
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"
|
|
454
507
|
}
|
|
455
508
|
}
|
|
456
509
|
]
|
|
@@ -896,59 +949,6 @@
|
|
|
896
949
|
}
|
|
897
950
|
]
|
|
898
951
|
},
|
|
899
|
-
{
|
|
900
|
-
"kind": "javascript-module",
|
|
901
|
-
"path": "src/decorators/index.ts",
|
|
902
|
-
"declarations": [],
|
|
903
|
-
"exports": [
|
|
904
|
-
{
|
|
905
|
-
"kind": "js",
|
|
906
|
-
"name": "*",
|
|
907
|
-
"declaration": {
|
|
908
|
-
"name": "*",
|
|
909
|
-
"package": "./renderOnChange"
|
|
910
|
-
}
|
|
911
|
-
}
|
|
912
|
-
]
|
|
913
|
-
},
|
|
914
|
-
{
|
|
915
|
-
"kind": "javascript-module",
|
|
916
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
917
|
-
"declarations": [
|
|
918
|
-
{
|
|
919
|
-
"kind": "function",
|
|
920
|
-
"name": "renderOnChange",
|
|
921
|
-
"parameters": [
|
|
922
|
-
{
|
|
923
|
-
"name": "target",
|
|
924
|
-
"type": {
|
|
925
|
-
"text": "FASTElement & { render(): void }"
|
|
926
|
-
},
|
|
927
|
-
"description": "The target to define the property change handler on."
|
|
928
|
-
},
|
|
929
|
-
{
|
|
930
|
-
"name": "name",
|
|
931
|
-
"type": {
|
|
932
|
-
"text": "string"
|
|
933
|
-
},
|
|
934
|
-
"description": "The property name."
|
|
935
|
-
}
|
|
936
|
-
],
|
|
937
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
938
|
-
"privacy": "public"
|
|
939
|
-
}
|
|
940
|
-
],
|
|
941
|
-
"exports": [
|
|
942
|
-
{
|
|
943
|
-
"kind": "js",
|
|
944
|
-
"name": "renderOnChange",
|
|
945
|
-
"declaration": {
|
|
946
|
-
"name": "renderOnChange",
|
|
947
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
948
|
-
}
|
|
949
|
-
}
|
|
950
|
-
]
|
|
951
|
-
},
|
|
952
952
|
{
|
|
953
953
|
"kind": "javascript-module",
|
|
954
954
|
"path": "src/error/errorMap.ts",
|
|
@@ -2436,71 +2436,6 @@
|
|
|
2436
2436
|
}
|
|
2437
2437
|
]
|
|
2438
2438
|
},
|
|
2439
|
-
{
|
|
2440
|
-
"kind": "javascript-module",
|
|
2441
|
-
"path": "src/directives/when-else/index.ts",
|
|
2442
|
-
"declarations": [],
|
|
2443
|
-
"exports": [
|
|
2444
|
-
{
|
|
2445
|
-
"kind": "js",
|
|
2446
|
-
"name": "*",
|
|
2447
|
-
"declaration": {
|
|
2448
|
-
"name": "*",
|
|
2449
|
-
"package": "./when-else"
|
|
2450
|
-
}
|
|
2451
|
-
}
|
|
2452
|
-
]
|
|
2453
|
-
},
|
|
2454
|
-
{
|
|
2455
|
-
"kind": "javascript-module",
|
|
2456
|
-
"path": "src/directives/when-else/when-else.ts",
|
|
2457
|
-
"declarations": [
|
|
2458
|
-
{
|
|
2459
|
-
"kind": "function",
|
|
2460
|
-
"name": "whenElse",
|
|
2461
|
-
"return": {
|
|
2462
|
-
"type": {
|
|
2463
|
-
"text": "CaptureType<TSource>"
|
|
2464
|
-
}
|
|
2465
|
-
},
|
|
2466
|
-
"parameters": [
|
|
2467
|
-
{
|
|
2468
|
-
"name": "binding",
|
|
2469
|
-
"type": {
|
|
2470
|
-
"text": "Binding<TSource, TReturn>"
|
|
2471
|
-
},
|
|
2472
|
-
"description": "The condition to test for rendering."
|
|
2473
|
-
},
|
|
2474
|
-
{
|
|
2475
|
-
"name": "trueTemplateOrTemplateBinding",
|
|
2476
|
-
"type": {
|
|
2477
|
-
"text": "WhenTemplate<TSource>"
|
|
2478
|
-
},
|
|
2479
|
-
"description": "The template or a binding that gets the template to render when the condition is true."
|
|
2480
|
-
},
|
|
2481
|
-
{
|
|
2482
|
-
"name": "falseTemplateOrTemplateBinding",
|
|
2483
|
-
"type": {
|
|
2484
|
-
"text": "WhenTemplate<TSource>"
|
|
2485
|
-
},
|
|
2486
|
-
"description": "The template or a binding that gets the template to render when the condition is false."
|
|
2487
|
-
}
|
|
2488
|
-
],
|
|
2489
|
-
"description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
|
|
2490
|
-
"privacy": "public"
|
|
2491
|
-
}
|
|
2492
|
-
],
|
|
2493
|
-
"exports": [
|
|
2494
|
-
{
|
|
2495
|
-
"kind": "js",
|
|
2496
|
-
"name": "whenElse",
|
|
2497
|
-
"declaration": {
|
|
2498
|
-
"name": "whenElse",
|
|
2499
|
-
"module": "src/directives/when-else/when-else.ts"
|
|
2500
|
-
}
|
|
2501
|
-
}
|
|
2502
|
-
]
|
|
2503
|
-
},
|
|
2504
2439
|
{
|
|
2505
2440
|
"kind": "javascript-module",
|
|
2506
2441
|
"path": "src/directives/sync/index.ts",
|
|
@@ -2592,154 +2527,65 @@
|
|
|
2592
2527
|
},
|
|
2593
2528
|
{
|
|
2594
2529
|
"kind": "javascript-module",
|
|
2595
|
-
"path": "src/
|
|
2530
|
+
"path": "src/directives/when-else/index.ts",
|
|
2531
|
+
"declarations": [],
|
|
2532
|
+
"exports": [
|
|
2533
|
+
{
|
|
2534
|
+
"kind": "js",
|
|
2535
|
+
"name": "*",
|
|
2536
|
+
"declaration": {
|
|
2537
|
+
"name": "*",
|
|
2538
|
+
"package": "./when-else"
|
|
2539
|
+
}
|
|
2540
|
+
}
|
|
2541
|
+
]
|
|
2542
|
+
},
|
|
2543
|
+
{
|
|
2544
|
+
"kind": "javascript-module",
|
|
2545
|
+
"path": "src/directives/when-else/when-else.ts",
|
|
2596
2546
|
"declarations": [
|
|
2597
2547
|
{
|
|
2598
2548
|
"kind": "function",
|
|
2599
|
-
"name": "
|
|
2549
|
+
"name": "whenElse",
|
|
2600
2550
|
"return": {
|
|
2601
2551
|
"type": {
|
|
2602
|
-
"text": ""
|
|
2552
|
+
"text": "CaptureType<TSource>"
|
|
2603
2553
|
}
|
|
2604
2554
|
},
|
|
2605
2555
|
"parameters": [
|
|
2606
2556
|
{
|
|
2607
|
-
"name": "
|
|
2557
|
+
"name": "binding",
|
|
2608
2558
|
"type": {
|
|
2609
|
-
"text": "
|
|
2610
|
-
}
|
|
2559
|
+
"text": "Binding<TSource, TReturn>"
|
|
2560
|
+
},
|
|
2561
|
+
"description": "The condition to test for rendering."
|
|
2611
2562
|
},
|
|
2612
2563
|
{
|
|
2613
|
-
"
|
|
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",
|
|
2564
|
+
"name": "trueTemplateOrTemplateBinding",
|
|
2675
2565
|
"type": {
|
|
2676
|
-
"text": "
|
|
2566
|
+
"text": "WhenTemplate<TSource>"
|
|
2677
2567
|
},
|
|
2678
|
-
"description": "The
|
|
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": [
|
|
2568
|
+
"description": "The template or a binding that gets the template to render when the condition is true."
|
|
2569
|
+
},
|
|
2693
2570
|
{
|
|
2694
|
-
"name": "
|
|
2571
|
+
"name": "falseTemplateOrTemplateBinding",
|
|
2695
2572
|
"type": {
|
|
2696
|
-
"text": "
|
|
2573
|
+
"text": "WhenTemplate<TSource>"
|
|
2697
2574
|
},
|
|
2698
|
-
"description": "The
|
|
2575
|
+
"description": "The template or a binding that gets the template to render when the condition is false."
|
|
2699
2576
|
}
|
|
2700
2577
|
],
|
|
2701
|
-
"description": "
|
|
2578
|
+
"description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
|
|
2702
2579
|
"privacy": "public"
|
|
2703
2580
|
}
|
|
2704
2581
|
],
|
|
2705
2582
|
"exports": [
|
|
2706
2583
|
{
|
|
2707
2584
|
"kind": "js",
|
|
2708
|
-
"name": "
|
|
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": "*",
|
|
2585
|
+
"name": "whenElse",
|
|
2740
2586
|
"declaration": {
|
|
2741
|
-
"name": "
|
|
2742
|
-
"
|
|
2587
|
+
"name": "whenElse",
|
|
2588
|
+
"module": "src/directives/when-else/when-else.ts"
|
|
2743
2589
|
}
|
|
2744
2590
|
}
|
|
2745
2591
|
]
|
|
@@ -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.242.
|
|
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.242.
|
|
31
|
-
"@genesislcap/genx": "14.242.
|
|
32
|
-
"@genesislcap/rollup-builder": "14.242.
|
|
33
|
-
"@genesislcap/ts-builder": "14.242.
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.242.
|
|
35
|
-
"@genesislcap/vite-builder": "14.242.
|
|
36
|
-
"@genesislcap/webpack-builder": "14.242.
|
|
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.242.
|
|
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": "
|
|
58
|
+
"gitHead": "417b74d0261f996ec21224795760d76ea1d02816"
|
|
59
59
|
}
|