@genesislcap/foundation-utils 14.306.2-alpha-d90fa7e.0 → 14.307.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 +230 -230
  2. package/package.json +11 -11
@@ -367,82 +367,6 @@
367
367
  }
368
368
  ]
369
369
  },
370
- {
371
- "kind": "javascript-module",
372
- "path": "src/decorators/index.ts",
373
- "declarations": [],
374
- "exports": [
375
- {
376
- "kind": "js",
377
- "name": "*",
378
- "declaration": {
379
- "name": "*",
380
- "package": "./renderOnChange"
381
- }
382
- }
383
- ]
384
- },
385
- {
386
- "kind": "javascript-module",
387
- "path": "src/decorators/renderOnChange.ts",
388
- "declarations": [
389
- {
390
- "kind": "function",
391
- "name": "renderOnChange",
392
- "parameters": [
393
- {
394
- "name": "target",
395
- "type": {
396
- "text": "FASTElement & { render(): void }"
397
- },
398
- "description": "The target to define the property change handler on."
399
- },
400
- {
401
- "name": "name",
402
- "type": {
403
- "text": "string"
404
- },
405
- "description": "The property name."
406
- }
407
- ],
408
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
409
- "privacy": "public"
410
- }
411
- ],
412
- "exports": [
413
- {
414
- "kind": "js",
415
- "name": "renderOnChange",
416
- "declaration": {
417
- "name": "renderOnChange",
418
- "module": "src/decorators/renderOnChange.ts"
419
- }
420
- }
421
- ]
422
- },
423
- {
424
- "kind": "javascript-module",
425
- "path": "src/directives/index.ts",
426
- "declarations": [],
427
- "exports": [
428
- {
429
- "kind": "js",
430
- "name": "*",
431
- "declaration": {
432
- "name": "*",
433
- "package": "./sync"
434
- }
435
- },
436
- {
437
- "kind": "js",
438
- "name": "*",
439
- "declaration": {
440
- "name": "*",
441
- "package": "./when-else"
442
- }
443
- }
444
- ]
445
- },
446
370
  {
447
371
  "kind": "javascript-module",
448
372
  "path": "src/design-system/design-system.ts",
@@ -528,6 +452,59 @@
528
452
  }
529
453
  ]
530
454
  },
455
+ {
456
+ "kind": "javascript-module",
457
+ "path": "src/decorators/index.ts",
458
+ "declarations": [],
459
+ "exports": [
460
+ {
461
+ "kind": "js",
462
+ "name": "*",
463
+ "declaration": {
464
+ "name": "*",
465
+ "package": "./renderOnChange"
466
+ }
467
+ }
468
+ ]
469
+ },
470
+ {
471
+ "kind": "javascript-module",
472
+ "path": "src/decorators/renderOnChange.ts",
473
+ "declarations": [
474
+ {
475
+ "kind": "function",
476
+ "name": "renderOnChange",
477
+ "parameters": [
478
+ {
479
+ "name": "target",
480
+ "type": {
481
+ "text": "FASTElement & { render(): void }"
482
+ },
483
+ "description": "The target to define the property change handler on."
484
+ },
485
+ {
486
+ "name": "name",
487
+ "type": {
488
+ "text": "string"
489
+ },
490
+ "description": "The property name."
491
+ }
492
+ ],
493
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
494
+ "privacy": "public"
495
+ }
496
+ ],
497
+ "exports": [
498
+ {
499
+ "kind": "js",
500
+ "name": "renderOnChange",
501
+ "declaration": {
502
+ "name": "renderOnChange",
503
+ "module": "src/decorators/renderOnChange.ts"
504
+ }
505
+ }
506
+ ]
507
+ },
531
508
  {
532
509
  "kind": "javascript-module",
533
510
  "path": "src/encoding/index.ts",
@@ -1001,6 +978,29 @@
1001
978
  }
1002
979
  ]
1003
980
  },
981
+ {
982
+ "kind": "javascript-module",
983
+ "path": "src/directives/index.ts",
984
+ "declarations": [],
985
+ "exports": [
986
+ {
987
+ "kind": "js",
988
+ "name": "*",
989
+ "declaration": {
990
+ "name": "*",
991
+ "package": "./sync"
992
+ }
993
+ },
994
+ {
995
+ "kind": "js",
996
+ "name": "*",
997
+ "declaration": {
998
+ "name": "*",
999
+ "package": "./when-else"
1000
+ }
1001
+ }
1002
+ ]
1003
+ },
1004
1004
  {
1005
1005
  "kind": "javascript-module",
1006
1006
  "path": "src/error/errorMap.ts",
@@ -2567,160 +2567,6 @@
2567
2567
  }
2568
2568
  ]
2569
2569
  },
2570
- {
2571
- "kind": "javascript-module",
2572
- "path": "src/directives/sync/index.ts",
2573
- "declarations": [],
2574
- "exports": [
2575
- {
2576
- "kind": "js",
2577
- "name": "*",
2578
- "declaration": {
2579
- "name": "*",
2580
- "package": "./sync"
2581
- }
2582
- }
2583
- ]
2584
- },
2585
- {
2586
- "kind": "javascript-module",
2587
- "path": "src/directives/sync/sync.ts",
2588
- "declarations": [
2589
- {
2590
- "kind": "variable",
2591
- "name": "defaultEventMap",
2592
- "type": {
2593
- "text": "Map<string, EventName>"
2594
- },
2595
- "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])",
2596
- "description": "A map that associates specific HTML element tags with their corresponding default event names.",
2597
- "privacy": "public"
2598
- },
2599
- {
2600
- "kind": "function",
2601
- "name": "sync",
2602
- "return": {
2603
- "type": {
2604
- "text": "CaptureType<TSource>"
2605
- }
2606
- },
2607
- "parameters": [
2608
- {
2609
- "name": "binding",
2610
- "type": {
2611
- "text": "Binding<TSource, TReturn>"
2612
- }
2613
- },
2614
- {
2615
- "name": "conversionType",
2616
- "default": "'string'",
2617
- "type": {
2618
- "text": "ConversionType"
2619
- }
2620
- },
2621
- {
2622
- "name": "eventName",
2623
- "default": "'default'",
2624
- "type": {
2625
- "text": "EventName"
2626
- }
2627
- },
2628
- {
2629
- "name": "keyAttr",
2630
- "optional": true,
2631
- "type": {
2632
- "text": "string"
2633
- }
2634
- }
2635
- ],
2636
- "description": "Creates a synchronization directive that binds a data source to an HTML element,",
2637
- "privacy": "public"
2638
- }
2639
- ],
2640
- "exports": [
2641
- {
2642
- "kind": "js",
2643
- "name": "defaultEventMap",
2644
- "declaration": {
2645
- "name": "defaultEventMap",
2646
- "module": "src/directives/sync/sync.ts"
2647
- }
2648
- },
2649
- {
2650
- "kind": "js",
2651
- "name": "sync",
2652
- "declaration": {
2653
- "name": "sync",
2654
- "module": "src/directives/sync/sync.ts"
2655
- }
2656
- }
2657
- ]
2658
- },
2659
- {
2660
- "kind": "javascript-module",
2661
- "path": "src/directives/when-else/index.ts",
2662
- "declarations": [],
2663
- "exports": [
2664
- {
2665
- "kind": "js",
2666
- "name": "*",
2667
- "declaration": {
2668
- "name": "*",
2669
- "package": "./when-else"
2670
- }
2671
- }
2672
- ]
2673
- },
2674
- {
2675
- "kind": "javascript-module",
2676
- "path": "src/directives/when-else/when-else.ts",
2677
- "declarations": [
2678
- {
2679
- "kind": "function",
2680
- "name": "whenElse",
2681
- "return": {
2682
- "type": {
2683
- "text": "CaptureType<TSource>"
2684
- }
2685
- },
2686
- "parameters": [
2687
- {
2688
- "name": "binding",
2689
- "type": {
2690
- "text": "Binding<TSource, TReturn>"
2691
- },
2692
- "description": "The condition to test for rendering."
2693
- },
2694
- {
2695
- "name": "trueTemplateOrTemplateBinding",
2696
- "type": {
2697
- "text": "WhenTemplate<TSource>"
2698
- },
2699
- "description": "The template or a binding that gets the template to render when the condition is true."
2700
- },
2701
- {
2702
- "name": "falseTemplateOrTemplateBinding",
2703
- "type": {
2704
- "text": "WhenTemplate<TSource>"
2705
- },
2706
- "description": "The template or a binding that gets the template to render when the condition is false."
2707
- }
2708
- ],
2709
- "description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
2710
- "privacy": "public"
2711
- }
2712
- ],
2713
- "exports": [
2714
- {
2715
- "kind": "js",
2716
- "name": "whenElse",
2717
- "declaration": {
2718
- "name": "whenElse",
2719
- "module": "src/directives/when-else/when-else.ts"
2720
- }
2721
- }
2722
- ]
2723
- },
2724
2570
  {
2725
2571
  "kind": "javascript-module",
2726
2572
  "path": "src/encoding/base64/decode.ts",
@@ -2875,6 +2721,160 @@
2875
2721
  }
2876
2722
  ]
2877
2723
  },
2724
+ {
2725
+ "kind": "javascript-module",
2726
+ "path": "src/directives/sync/index.ts",
2727
+ "declarations": [],
2728
+ "exports": [
2729
+ {
2730
+ "kind": "js",
2731
+ "name": "*",
2732
+ "declaration": {
2733
+ "name": "*",
2734
+ "package": "./sync"
2735
+ }
2736
+ }
2737
+ ]
2738
+ },
2739
+ {
2740
+ "kind": "javascript-module",
2741
+ "path": "src/directives/sync/sync.ts",
2742
+ "declarations": [
2743
+ {
2744
+ "kind": "variable",
2745
+ "name": "defaultEventMap",
2746
+ "type": {
2747
+ "text": "Map<string, EventName>"
2748
+ },
2749
+ "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])",
2750
+ "description": "A map that associates specific HTML element tags with their corresponding default event names.",
2751
+ "privacy": "public"
2752
+ },
2753
+ {
2754
+ "kind": "function",
2755
+ "name": "sync",
2756
+ "return": {
2757
+ "type": {
2758
+ "text": "CaptureType<TSource>"
2759
+ }
2760
+ },
2761
+ "parameters": [
2762
+ {
2763
+ "name": "binding",
2764
+ "type": {
2765
+ "text": "Binding<TSource, TReturn>"
2766
+ }
2767
+ },
2768
+ {
2769
+ "name": "conversionType",
2770
+ "default": "'string'",
2771
+ "type": {
2772
+ "text": "ConversionType"
2773
+ }
2774
+ },
2775
+ {
2776
+ "name": "eventName",
2777
+ "default": "'default'",
2778
+ "type": {
2779
+ "text": "EventName"
2780
+ }
2781
+ },
2782
+ {
2783
+ "name": "keyAttr",
2784
+ "optional": true,
2785
+ "type": {
2786
+ "text": "string"
2787
+ }
2788
+ }
2789
+ ],
2790
+ "description": "Creates a synchronization directive that binds a data source to an HTML element,",
2791
+ "privacy": "public"
2792
+ }
2793
+ ],
2794
+ "exports": [
2795
+ {
2796
+ "kind": "js",
2797
+ "name": "defaultEventMap",
2798
+ "declaration": {
2799
+ "name": "defaultEventMap",
2800
+ "module": "src/directives/sync/sync.ts"
2801
+ }
2802
+ },
2803
+ {
2804
+ "kind": "js",
2805
+ "name": "sync",
2806
+ "declaration": {
2807
+ "name": "sync",
2808
+ "module": "src/directives/sync/sync.ts"
2809
+ }
2810
+ }
2811
+ ]
2812
+ },
2813
+ {
2814
+ "kind": "javascript-module",
2815
+ "path": "src/directives/when-else/index.ts",
2816
+ "declarations": [],
2817
+ "exports": [
2818
+ {
2819
+ "kind": "js",
2820
+ "name": "*",
2821
+ "declaration": {
2822
+ "name": "*",
2823
+ "package": "./when-else"
2824
+ }
2825
+ }
2826
+ ]
2827
+ },
2828
+ {
2829
+ "kind": "javascript-module",
2830
+ "path": "src/directives/when-else/when-else.ts",
2831
+ "declarations": [
2832
+ {
2833
+ "kind": "function",
2834
+ "name": "whenElse",
2835
+ "return": {
2836
+ "type": {
2837
+ "text": "CaptureType<TSource>"
2838
+ }
2839
+ },
2840
+ "parameters": [
2841
+ {
2842
+ "name": "binding",
2843
+ "type": {
2844
+ "text": "Binding<TSource, TReturn>"
2845
+ },
2846
+ "description": "The condition to test for rendering."
2847
+ },
2848
+ {
2849
+ "name": "trueTemplateOrTemplateBinding",
2850
+ "type": {
2851
+ "text": "WhenTemplate<TSource>"
2852
+ },
2853
+ "description": "The template or a binding that gets the template to render when the condition is true."
2854
+ },
2855
+ {
2856
+ "name": "falseTemplateOrTemplateBinding",
2857
+ "type": {
2858
+ "text": "WhenTemplate<TSource>"
2859
+ },
2860
+ "description": "The template or a binding that gets the template to render when the condition is false."
2861
+ }
2862
+ ],
2863
+ "description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
2864
+ "privacy": "public"
2865
+ }
2866
+ ],
2867
+ "exports": [
2868
+ {
2869
+ "kind": "js",
2870
+ "name": "whenElse",
2871
+ "declaration": {
2872
+ "name": "whenElse",
2873
+ "module": "src/directives/when-else/when-else.ts"
2874
+ }
2875
+ }
2876
+ ]
2877
+ },
2878
2878
  {
2879
2879
  "kind": "javascript-module",
2880
2880
  "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.306.2-alpha-d90fa7e.0",
4
+ "version": "14.307.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,18 +27,18 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.306.2-alpha-d90fa7e.0",
31
- "@genesislcap/genx": "14.306.2-alpha-d90fa7e.0",
32
- "@genesislcap/rollup-builder": "14.306.2-alpha-d90fa7e.0",
33
- "@genesislcap/ts-builder": "14.306.2-alpha-d90fa7e.0",
34
- "@genesislcap/uvu-playwright-builder": "14.306.2-alpha-d90fa7e.0",
35
- "@genesislcap/vite-builder": "14.306.2-alpha-d90fa7e.0",
36
- "@genesislcap/webpack-builder": "14.306.2-alpha-d90fa7e.0",
30
+ "@genesislcap/foundation-testing": "14.307.1",
31
+ "@genesislcap/genx": "14.307.1",
32
+ "@genesislcap/rollup-builder": "14.307.1",
33
+ "@genesislcap/ts-builder": "14.307.1",
34
+ "@genesislcap/uvu-playwright-builder": "14.307.1",
35
+ "@genesislcap/vite-builder": "14.307.1",
36
+ "@genesislcap/webpack-builder": "14.307.1",
37
37
  "@types/json-schema": "^7.0.11"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/expression-builder": "14.306.2-alpha-d90fa7e.0",
41
- "@genesislcap/foundation-logger": "14.306.2-alpha-d90fa7e.0",
40
+ "@genesislcap/expression-builder": "14.307.1",
41
+ "@genesislcap/foundation-logger": "14.307.1",
42
42
  "@microsoft/fast-components": "2.30.6",
43
43
  "@microsoft/fast-element": "1.14.0",
44
44
  "@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": "3618eb740ab5a2fb77de47e3435d47a859e98075"
58
+ "gitHead": "3316d0415337b2bcb033eae8fcead5a550920cf9"
59
59
  }