@genesislcap/foundation-utils 14.271.2 → 14.272.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 +195 -195
- package/package.json +10 -10
|
@@ -369,23 +369,50 @@
|
|
|
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
|
]
|
|
@@ -901,50 +928,23 @@
|
|
|
901
928
|
},
|
|
902
929
|
{
|
|
903
930
|
"kind": "javascript-module",
|
|
904
|
-
"path": "src/
|
|
905
|
-
"declarations": [
|
|
906
|
-
{
|
|
907
|
-
"kind": "function",
|
|
908
|
-
"name": "assureDesignSystem",
|
|
909
|
-
"return": {
|
|
910
|
-
"type": {
|
|
911
|
-
"text": "DesignSystemModule"
|
|
912
|
-
}
|
|
913
|
-
},
|
|
914
|
-
"parameters": [
|
|
915
|
-
{
|
|
916
|
-
"name": "module",
|
|
917
|
-
"type": {
|
|
918
|
-
"text": "DesignSystemModule"
|
|
919
|
-
}
|
|
920
|
-
}
|
|
921
|
-
],
|
|
922
|
-
"description": "assureDesignSystem.",
|
|
923
|
-
"privacy": "public"
|
|
924
|
-
}
|
|
925
|
-
],
|
|
931
|
+
"path": "src/directives/index.ts",
|
|
932
|
+
"declarations": [],
|
|
926
933
|
"exports": [
|
|
927
934
|
{
|
|
928
935
|
"kind": "js",
|
|
929
|
-
"name": "
|
|
936
|
+
"name": "*",
|
|
930
937
|
"declaration": {
|
|
931
|
-
"name": "
|
|
932
|
-
"
|
|
938
|
+
"name": "*",
|
|
939
|
+
"package": "./sync"
|
|
933
940
|
}
|
|
934
|
-
}
|
|
935
|
-
]
|
|
936
|
-
},
|
|
937
|
-
{
|
|
938
|
-
"kind": "javascript-module",
|
|
939
|
-
"path": "src/design-system/index.ts",
|
|
940
|
-
"declarations": [],
|
|
941
|
-
"exports": [
|
|
941
|
+
},
|
|
942
942
|
{
|
|
943
943
|
"kind": "js",
|
|
944
944
|
"name": "*",
|
|
945
945
|
"declaration": {
|
|
946
946
|
"name": "*",
|
|
947
|
-
"package": "./
|
|
947
|
+
"package": "./when-else"
|
|
948
948
|
}
|
|
949
949
|
}
|
|
950
950
|
]
|
|
@@ -2444,160 +2444,6 @@
|
|
|
2444
2444
|
}
|
|
2445
2445
|
]
|
|
2446
2446
|
},
|
|
2447
|
-
{
|
|
2448
|
-
"kind": "javascript-module",
|
|
2449
|
-
"path": "src/directives/sync/index.ts",
|
|
2450
|
-
"declarations": [],
|
|
2451
|
-
"exports": [
|
|
2452
|
-
{
|
|
2453
|
-
"kind": "js",
|
|
2454
|
-
"name": "*",
|
|
2455
|
-
"declaration": {
|
|
2456
|
-
"name": "*",
|
|
2457
|
-
"package": "./sync"
|
|
2458
|
-
}
|
|
2459
|
-
}
|
|
2460
|
-
]
|
|
2461
|
-
},
|
|
2462
|
-
{
|
|
2463
|
-
"kind": "javascript-module",
|
|
2464
|
-
"path": "src/directives/sync/sync.ts",
|
|
2465
|
-
"declarations": [
|
|
2466
|
-
{
|
|
2467
|
-
"kind": "variable",
|
|
2468
|
-
"name": "defaultEventMap",
|
|
2469
|
-
"type": {
|
|
2470
|
-
"text": "Map<string, EventName>"
|
|
2471
|
-
},
|
|
2472
|
-
"default": "new Map([\n ['FAST-TEXT-AREA', 'input'],\n ['FAST-TEXT-FIELD', 'input'],\n ['FOUNDATION-TEXT-AREA', 'input'],\n ['FOUNDATION-TEXT-FIELD', 'input'],\n ['INPUT', 'input'],\n ['ZERO-TEXT-FIELD', 'input'],\n])",
|
|
2473
|
-
"description": "A map that associates specific HTML element tags with their corresponding default event names.",
|
|
2474
|
-
"privacy": "public"
|
|
2475
|
-
},
|
|
2476
|
-
{
|
|
2477
|
-
"kind": "function",
|
|
2478
|
-
"name": "sync",
|
|
2479
|
-
"return": {
|
|
2480
|
-
"type": {
|
|
2481
|
-
"text": "CaptureType<TSource>"
|
|
2482
|
-
}
|
|
2483
|
-
},
|
|
2484
|
-
"parameters": [
|
|
2485
|
-
{
|
|
2486
|
-
"name": "binding",
|
|
2487
|
-
"type": {
|
|
2488
|
-
"text": "Binding<TSource, TReturn>"
|
|
2489
|
-
}
|
|
2490
|
-
},
|
|
2491
|
-
{
|
|
2492
|
-
"name": "conversionType",
|
|
2493
|
-
"default": "'string'",
|
|
2494
|
-
"type": {
|
|
2495
|
-
"text": "ConversionType"
|
|
2496
|
-
}
|
|
2497
|
-
},
|
|
2498
|
-
{
|
|
2499
|
-
"name": "eventName",
|
|
2500
|
-
"default": "'default'",
|
|
2501
|
-
"type": {
|
|
2502
|
-
"text": "EventName"
|
|
2503
|
-
}
|
|
2504
|
-
},
|
|
2505
|
-
{
|
|
2506
|
-
"name": "keyAttr",
|
|
2507
|
-
"optional": true,
|
|
2508
|
-
"type": {
|
|
2509
|
-
"text": "string"
|
|
2510
|
-
}
|
|
2511
|
-
}
|
|
2512
|
-
],
|
|
2513
|
-
"description": "Creates a synchronization directive that binds a data source to an HTML element,",
|
|
2514
|
-
"privacy": "public"
|
|
2515
|
-
}
|
|
2516
|
-
],
|
|
2517
|
-
"exports": [
|
|
2518
|
-
{
|
|
2519
|
-
"kind": "js",
|
|
2520
|
-
"name": "defaultEventMap",
|
|
2521
|
-
"declaration": {
|
|
2522
|
-
"name": "defaultEventMap",
|
|
2523
|
-
"module": "src/directives/sync/sync.ts"
|
|
2524
|
-
}
|
|
2525
|
-
},
|
|
2526
|
-
{
|
|
2527
|
-
"kind": "js",
|
|
2528
|
-
"name": "sync",
|
|
2529
|
-
"declaration": {
|
|
2530
|
-
"name": "sync",
|
|
2531
|
-
"module": "src/directives/sync/sync.ts"
|
|
2532
|
-
}
|
|
2533
|
-
}
|
|
2534
|
-
]
|
|
2535
|
-
},
|
|
2536
|
-
{
|
|
2537
|
-
"kind": "javascript-module",
|
|
2538
|
-
"path": "src/directives/when-else/index.ts",
|
|
2539
|
-
"declarations": [],
|
|
2540
|
-
"exports": [
|
|
2541
|
-
{
|
|
2542
|
-
"kind": "js",
|
|
2543
|
-
"name": "*",
|
|
2544
|
-
"declaration": {
|
|
2545
|
-
"name": "*",
|
|
2546
|
-
"package": "./when-else"
|
|
2547
|
-
}
|
|
2548
|
-
}
|
|
2549
|
-
]
|
|
2550
|
-
},
|
|
2551
|
-
{
|
|
2552
|
-
"kind": "javascript-module",
|
|
2553
|
-
"path": "src/directives/when-else/when-else.ts",
|
|
2554
|
-
"declarations": [
|
|
2555
|
-
{
|
|
2556
|
-
"kind": "function",
|
|
2557
|
-
"name": "whenElse",
|
|
2558
|
-
"return": {
|
|
2559
|
-
"type": {
|
|
2560
|
-
"text": "CaptureType<TSource>"
|
|
2561
|
-
}
|
|
2562
|
-
},
|
|
2563
|
-
"parameters": [
|
|
2564
|
-
{
|
|
2565
|
-
"name": "binding",
|
|
2566
|
-
"type": {
|
|
2567
|
-
"text": "Binding<TSource, TReturn>"
|
|
2568
|
-
},
|
|
2569
|
-
"description": "The condition to test for rendering."
|
|
2570
|
-
},
|
|
2571
|
-
{
|
|
2572
|
-
"name": "trueTemplateOrTemplateBinding",
|
|
2573
|
-
"type": {
|
|
2574
|
-
"text": "WhenTemplate<TSource>"
|
|
2575
|
-
},
|
|
2576
|
-
"description": "The template or a binding that gets the template to render when the condition is true."
|
|
2577
|
-
},
|
|
2578
|
-
{
|
|
2579
|
-
"name": "falseTemplateOrTemplateBinding",
|
|
2580
|
-
"type": {
|
|
2581
|
-
"text": "WhenTemplate<TSource>"
|
|
2582
|
-
},
|
|
2583
|
-
"description": "The template or a binding that gets the template to render when the condition is false."
|
|
2584
|
-
}
|
|
2585
|
-
],
|
|
2586
|
-
"description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
|
|
2587
|
-
"privacy": "public"
|
|
2588
|
-
}
|
|
2589
|
-
],
|
|
2590
|
-
"exports": [
|
|
2591
|
-
{
|
|
2592
|
-
"kind": "js",
|
|
2593
|
-
"name": "whenElse",
|
|
2594
|
-
"declaration": {
|
|
2595
|
-
"name": "whenElse",
|
|
2596
|
-
"module": "src/directives/when-else/when-else.ts"
|
|
2597
|
-
}
|
|
2598
|
-
}
|
|
2599
|
-
]
|
|
2600
|
-
},
|
|
2601
2447
|
{
|
|
2602
2448
|
"kind": "javascript-module",
|
|
2603
2449
|
"path": "src/encoding/base64/decode.ts",
|
|
@@ -2752,6 +2598,160 @@
|
|
|
2752
2598
|
}
|
|
2753
2599
|
]
|
|
2754
2600
|
},
|
|
2601
|
+
{
|
|
2602
|
+
"kind": "javascript-module",
|
|
2603
|
+
"path": "src/directives/sync/index.ts",
|
|
2604
|
+
"declarations": [],
|
|
2605
|
+
"exports": [
|
|
2606
|
+
{
|
|
2607
|
+
"kind": "js",
|
|
2608
|
+
"name": "*",
|
|
2609
|
+
"declaration": {
|
|
2610
|
+
"name": "*",
|
|
2611
|
+
"package": "./sync"
|
|
2612
|
+
}
|
|
2613
|
+
}
|
|
2614
|
+
]
|
|
2615
|
+
},
|
|
2616
|
+
{
|
|
2617
|
+
"kind": "javascript-module",
|
|
2618
|
+
"path": "src/directives/sync/sync.ts",
|
|
2619
|
+
"declarations": [
|
|
2620
|
+
{
|
|
2621
|
+
"kind": "variable",
|
|
2622
|
+
"name": "defaultEventMap",
|
|
2623
|
+
"type": {
|
|
2624
|
+
"text": "Map<string, EventName>"
|
|
2625
|
+
},
|
|
2626
|
+
"default": "new Map([\n ['FAST-TEXT-AREA', 'input'],\n ['FAST-TEXT-FIELD', 'input'],\n ['FOUNDATION-TEXT-AREA', 'input'],\n ['FOUNDATION-TEXT-FIELD', 'input'],\n ['INPUT', 'input'],\n ['ZERO-TEXT-FIELD', 'input'],\n])",
|
|
2627
|
+
"description": "A map that associates specific HTML element tags with their corresponding default event names.",
|
|
2628
|
+
"privacy": "public"
|
|
2629
|
+
},
|
|
2630
|
+
{
|
|
2631
|
+
"kind": "function",
|
|
2632
|
+
"name": "sync",
|
|
2633
|
+
"return": {
|
|
2634
|
+
"type": {
|
|
2635
|
+
"text": "CaptureType<TSource>"
|
|
2636
|
+
}
|
|
2637
|
+
},
|
|
2638
|
+
"parameters": [
|
|
2639
|
+
{
|
|
2640
|
+
"name": "binding",
|
|
2641
|
+
"type": {
|
|
2642
|
+
"text": "Binding<TSource, TReturn>"
|
|
2643
|
+
}
|
|
2644
|
+
},
|
|
2645
|
+
{
|
|
2646
|
+
"name": "conversionType",
|
|
2647
|
+
"default": "'string'",
|
|
2648
|
+
"type": {
|
|
2649
|
+
"text": "ConversionType"
|
|
2650
|
+
}
|
|
2651
|
+
},
|
|
2652
|
+
{
|
|
2653
|
+
"name": "eventName",
|
|
2654
|
+
"default": "'default'",
|
|
2655
|
+
"type": {
|
|
2656
|
+
"text": "EventName"
|
|
2657
|
+
}
|
|
2658
|
+
},
|
|
2659
|
+
{
|
|
2660
|
+
"name": "keyAttr",
|
|
2661
|
+
"optional": true,
|
|
2662
|
+
"type": {
|
|
2663
|
+
"text": "string"
|
|
2664
|
+
}
|
|
2665
|
+
}
|
|
2666
|
+
],
|
|
2667
|
+
"description": "Creates a synchronization directive that binds a data source to an HTML element,",
|
|
2668
|
+
"privacy": "public"
|
|
2669
|
+
}
|
|
2670
|
+
],
|
|
2671
|
+
"exports": [
|
|
2672
|
+
{
|
|
2673
|
+
"kind": "js",
|
|
2674
|
+
"name": "defaultEventMap",
|
|
2675
|
+
"declaration": {
|
|
2676
|
+
"name": "defaultEventMap",
|
|
2677
|
+
"module": "src/directives/sync/sync.ts"
|
|
2678
|
+
}
|
|
2679
|
+
},
|
|
2680
|
+
{
|
|
2681
|
+
"kind": "js",
|
|
2682
|
+
"name": "sync",
|
|
2683
|
+
"declaration": {
|
|
2684
|
+
"name": "sync",
|
|
2685
|
+
"module": "src/directives/sync/sync.ts"
|
|
2686
|
+
}
|
|
2687
|
+
}
|
|
2688
|
+
]
|
|
2689
|
+
},
|
|
2690
|
+
{
|
|
2691
|
+
"kind": "javascript-module",
|
|
2692
|
+
"path": "src/directives/when-else/index.ts",
|
|
2693
|
+
"declarations": [],
|
|
2694
|
+
"exports": [
|
|
2695
|
+
{
|
|
2696
|
+
"kind": "js",
|
|
2697
|
+
"name": "*",
|
|
2698
|
+
"declaration": {
|
|
2699
|
+
"name": "*",
|
|
2700
|
+
"package": "./when-else"
|
|
2701
|
+
}
|
|
2702
|
+
}
|
|
2703
|
+
]
|
|
2704
|
+
},
|
|
2705
|
+
{
|
|
2706
|
+
"kind": "javascript-module",
|
|
2707
|
+
"path": "src/directives/when-else/when-else.ts",
|
|
2708
|
+
"declarations": [
|
|
2709
|
+
{
|
|
2710
|
+
"kind": "function",
|
|
2711
|
+
"name": "whenElse",
|
|
2712
|
+
"return": {
|
|
2713
|
+
"type": {
|
|
2714
|
+
"text": "CaptureType<TSource>"
|
|
2715
|
+
}
|
|
2716
|
+
},
|
|
2717
|
+
"parameters": [
|
|
2718
|
+
{
|
|
2719
|
+
"name": "binding",
|
|
2720
|
+
"type": {
|
|
2721
|
+
"text": "Binding<TSource, TReturn>"
|
|
2722
|
+
},
|
|
2723
|
+
"description": "The condition to test for rendering."
|
|
2724
|
+
},
|
|
2725
|
+
{
|
|
2726
|
+
"name": "trueTemplateOrTemplateBinding",
|
|
2727
|
+
"type": {
|
|
2728
|
+
"text": "WhenTemplate<TSource>"
|
|
2729
|
+
},
|
|
2730
|
+
"description": "The template or a binding that gets the template to render when the condition is true."
|
|
2731
|
+
},
|
|
2732
|
+
{
|
|
2733
|
+
"name": "falseTemplateOrTemplateBinding",
|
|
2734
|
+
"type": {
|
|
2735
|
+
"text": "WhenTemplate<TSource>"
|
|
2736
|
+
},
|
|
2737
|
+
"description": "The template or a binding that gets the template to render when the condition is false."
|
|
2738
|
+
}
|
|
2739
|
+
],
|
|
2740
|
+
"description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
|
|
2741
|
+
"privacy": "public"
|
|
2742
|
+
}
|
|
2743
|
+
],
|
|
2744
|
+
"exports": [
|
|
2745
|
+
{
|
|
2746
|
+
"kind": "js",
|
|
2747
|
+
"name": "whenElse",
|
|
2748
|
+
"declaration": {
|
|
2749
|
+
"name": "whenElse",
|
|
2750
|
+
"module": "src/directives/when-else/when-else.ts"
|
|
2751
|
+
}
|
|
2752
|
+
}
|
|
2753
|
+
]
|
|
2754
|
+
},
|
|
2755
2755
|
{
|
|
2756
2756
|
"kind": "javascript-module",
|
|
2757
2757
|
"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.272.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.272.0",
|
|
31
|
+
"@genesislcap/genx": "14.272.0",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.272.0",
|
|
33
|
+
"@genesislcap/ts-builder": "14.272.0",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.272.0",
|
|
35
|
+
"@genesislcap/vite-builder": "14.272.0",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.272.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.272.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": "760b49642608bbd29b19e22f0c44aba9798e4e65"
|
|
61
61
|
}
|