@genesislcap/foundation-utils 14.271.1 → 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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +166 -166
  2. package/package.json +10 -10
@@ -472,7 +472,7 @@
472
472
  },
473
473
  {
474
474
  "kind": "javascript-module",
475
- "path": "src/directives/index.ts",
475
+ "path": "src/encoding/index.ts",
476
476
  "declarations": [],
477
477
  "exports": [
478
478
  {
@@ -480,15 +480,7 @@
480
480
  "name": "*",
481
481
  "declaration": {
482
482
  "name": "*",
483
- "package": "./sync"
484
- }
485
- },
486
- {
487
- "kind": "js",
488
- "name": "*",
489
- "declaration": {
490
- "name": "*",
491
- "package": "./when-else"
483
+ "package": "./base64"
492
484
  }
493
485
  }
494
486
  ]
@@ -936,7 +928,7 @@
936
928
  },
937
929
  {
938
930
  "kind": "javascript-module",
939
- "path": "src/encoding/index.ts",
931
+ "path": "src/directives/index.ts",
940
932
  "declarations": [],
941
933
  "exports": [
942
934
  {
@@ -944,7 +936,15 @@
944
936
  "name": "*",
945
937
  "declaration": {
946
938
  "name": "*",
947
- "package": "./base64"
939
+ "package": "./sync"
940
+ }
941
+ },
942
+ {
943
+ "kind": "js",
944
+ "name": "*",
945
+ "declaration": {
946
+ "name": "*",
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.271.1",
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.271.1",
31
- "@genesislcap/genx": "14.271.1",
32
- "@genesislcap/rollup-builder": "14.271.1",
33
- "@genesislcap/ts-builder": "14.271.1",
34
- "@genesislcap/uvu-playwright-builder": "14.271.1",
35
- "@genesislcap/vite-builder": "14.271.1",
36
- "@genesislcap/webpack-builder": "14.271.1",
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.271.1",
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": "b7df8a9982196fad51bf272ecdc8f4568292870b"
60
+ "gitHead": "760b49642608bbd29b19e22f0c44aba9798e4e65"
61
61
  }