@genesislcap/foundation-utils 14.272.0 → 14.274.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 +201 -201
- package/package.json +10 -10
|
@@ -369,42 +369,60 @@
|
|
|
369
369
|
},
|
|
370
370
|
{
|
|
371
371
|
"kind": "javascript-module",
|
|
372
|
-
"path": "src/
|
|
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",
|
|
373
388
|
"declarations": [
|
|
374
389
|
{
|
|
375
390
|
"kind": "function",
|
|
376
|
-
"name": "
|
|
377
|
-
"return": {
|
|
378
|
-
"type": {
|
|
379
|
-
"text": "DesignSystemModule"
|
|
380
|
-
}
|
|
381
|
-
},
|
|
391
|
+
"name": "renderOnChange",
|
|
382
392
|
"parameters": [
|
|
383
393
|
{
|
|
384
|
-
"name": "
|
|
394
|
+
"name": "target",
|
|
385
395
|
"type": {
|
|
386
|
-
"text": "
|
|
387
|
-
}
|
|
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."
|
|
388
406
|
}
|
|
389
407
|
],
|
|
390
|
-
"description": "
|
|
408
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
391
409
|
"privacy": "public"
|
|
392
410
|
}
|
|
393
411
|
],
|
|
394
412
|
"exports": [
|
|
395
413
|
{
|
|
396
414
|
"kind": "js",
|
|
397
|
-
"name": "
|
|
415
|
+
"name": "renderOnChange",
|
|
398
416
|
"declaration": {
|
|
399
|
-
"name": "
|
|
400
|
-
"module": "src/
|
|
417
|
+
"name": "renderOnChange",
|
|
418
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
401
419
|
}
|
|
402
420
|
}
|
|
403
421
|
]
|
|
404
422
|
},
|
|
405
423
|
{
|
|
406
424
|
"kind": "javascript-module",
|
|
407
|
-
"path": "src/
|
|
425
|
+
"path": "src/directives/index.ts",
|
|
408
426
|
"declarations": [],
|
|
409
427
|
"exports": [
|
|
410
428
|
{
|
|
@@ -412,14 +430,22 @@
|
|
|
412
430
|
"name": "*",
|
|
413
431
|
"declaration": {
|
|
414
432
|
"name": "*",
|
|
415
|
-
"package": "./
|
|
433
|
+
"package": "./sync"
|
|
434
|
+
}
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"kind": "js",
|
|
438
|
+
"name": "*",
|
|
439
|
+
"declaration": {
|
|
440
|
+
"name": "*",
|
|
441
|
+
"package": "./when-else"
|
|
416
442
|
}
|
|
417
443
|
}
|
|
418
444
|
]
|
|
419
445
|
},
|
|
420
446
|
{
|
|
421
447
|
"kind": "javascript-module",
|
|
422
|
-
"path": "src/
|
|
448
|
+
"path": "src/encoding/index.ts",
|
|
423
449
|
"declarations": [],
|
|
424
450
|
"exports": [
|
|
425
451
|
{
|
|
@@ -427,52 +453,49 @@
|
|
|
427
453
|
"name": "*",
|
|
428
454
|
"declaration": {
|
|
429
455
|
"name": "*",
|
|
430
|
-
"package": "./
|
|
456
|
+
"package": "./base64"
|
|
431
457
|
}
|
|
432
458
|
}
|
|
433
459
|
]
|
|
434
460
|
},
|
|
435
461
|
{
|
|
436
462
|
"kind": "javascript-module",
|
|
437
|
-
"path": "src/
|
|
463
|
+
"path": "src/design-system/design-system.ts",
|
|
438
464
|
"declarations": [
|
|
439
465
|
{
|
|
440
466
|
"kind": "function",
|
|
441
|
-
"name": "
|
|
467
|
+
"name": "assureDesignSystem",
|
|
468
|
+
"return": {
|
|
469
|
+
"type": {
|
|
470
|
+
"text": "DesignSystemModule"
|
|
471
|
+
}
|
|
472
|
+
},
|
|
442
473
|
"parameters": [
|
|
443
474
|
{
|
|
444
|
-
"name": "
|
|
445
|
-
"type": {
|
|
446
|
-
"text": "FASTElement & { render(): void }"
|
|
447
|
-
},
|
|
448
|
-
"description": "The target to define the property change handler on."
|
|
449
|
-
},
|
|
450
|
-
{
|
|
451
|
-
"name": "name",
|
|
475
|
+
"name": "module",
|
|
452
476
|
"type": {
|
|
453
|
-
"text": "
|
|
454
|
-
}
|
|
455
|
-
"description": "The property name."
|
|
477
|
+
"text": "DesignSystemModule"
|
|
478
|
+
}
|
|
456
479
|
}
|
|
457
480
|
],
|
|
458
|
-
"description": "
|
|
481
|
+
"description": "assureDesignSystem.",
|
|
459
482
|
"privacy": "public"
|
|
460
483
|
}
|
|
461
484
|
],
|
|
462
485
|
"exports": [
|
|
463
486
|
{
|
|
464
487
|
"kind": "js",
|
|
465
|
-
"name": "
|
|
488
|
+
"name": "assureDesignSystem",
|
|
466
489
|
"declaration": {
|
|
467
|
-
"name": "
|
|
468
|
-
"module": "src/
|
|
490
|
+
"name": "assureDesignSystem",
|
|
491
|
+
"module": "src/design-system/design-system.ts"
|
|
469
492
|
}
|
|
470
493
|
}
|
|
471
494
|
]
|
|
472
495
|
},
|
|
473
496
|
{
|
|
474
497
|
"kind": "javascript-module",
|
|
475
|
-
"path": "src/
|
|
498
|
+
"path": "src/design-system/index.ts",
|
|
476
499
|
"declarations": [],
|
|
477
500
|
"exports": [
|
|
478
501
|
{
|
|
@@ -480,7 +503,7 @@
|
|
|
480
503
|
"name": "*",
|
|
481
504
|
"declaration": {
|
|
482
505
|
"name": "*",
|
|
483
|
-
"package": "./
|
|
506
|
+
"package": "./design-system"
|
|
484
507
|
}
|
|
485
508
|
}
|
|
486
509
|
]
|
|
@@ -926,29 +949,6 @@
|
|
|
926
949
|
}
|
|
927
950
|
]
|
|
928
951
|
},
|
|
929
|
-
{
|
|
930
|
-
"kind": "javascript-module",
|
|
931
|
-
"path": "src/directives/index.ts",
|
|
932
|
-
"declarations": [],
|
|
933
|
-
"exports": [
|
|
934
|
-
{
|
|
935
|
-
"kind": "js",
|
|
936
|
-
"name": "*",
|
|
937
|
-
"declaration": {
|
|
938
|
-
"name": "*",
|
|
939
|
-
"package": "./sync"
|
|
940
|
-
}
|
|
941
|
-
},
|
|
942
|
-
{
|
|
943
|
-
"kind": "js",
|
|
944
|
-
"name": "*",
|
|
945
|
-
"declaration": {
|
|
946
|
-
"name": "*",
|
|
947
|
-
"package": "./when-else"
|
|
948
|
-
}
|
|
949
|
-
}
|
|
950
|
-
]
|
|
951
|
-
},
|
|
952
952
|
{
|
|
953
953
|
"kind": "javascript-module",
|
|
954
954
|
"path": "src/error/errorMap.ts",
|
|
@@ -2446,154 +2446,65 @@
|
|
|
2446
2446
|
},
|
|
2447
2447
|
{
|
|
2448
2448
|
"kind": "javascript-module",
|
|
2449
|
-
"path": "src/
|
|
2450
|
-
"declarations": [
|
|
2451
|
-
{
|
|
2452
|
-
"kind": "function",
|
|
2453
|
-
"name": "decodeFromBase64",
|
|
2454
|
-
"return": {
|
|
2455
|
-
"type": {
|
|
2456
|
-
"text": ""
|
|
2457
|
-
}
|
|
2458
|
-
},
|
|
2459
|
-
"parameters": [
|
|
2460
|
-
{
|
|
2461
|
-
"name": "base64Value",
|
|
2462
|
-
"type": {
|
|
2463
|
-
"text": "string"
|
|
2464
|
-
}
|
|
2465
|
-
},
|
|
2466
|
-
{
|
|
2467
|
-
"description": "The value to decode from base64.",
|
|
2468
|
-
"name": "value"
|
|
2469
|
-
}
|
|
2470
|
-
],
|
|
2471
|
-
"description": "Decodes a value from base64.",
|
|
2472
|
-
"privacy": "public"
|
|
2473
|
-
},
|
|
2474
|
-
{
|
|
2475
|
-
"kind": "function",
|
|
2476
|
-
"name": "decodeFromBase64WithPrefix",
|
|
2477
|
-
"return": {
|
|
2478
|
-
"type": {
|
|
2479
|
-
"text": ""
|
|
2480
|
-
}
|
|
2481
|
-
},
|
|
2482
|
-
"parameters": [
|
|
2483
|
-
{
|
|
2484
|
-
"name": "value",
|
|
2485
|
-
"type": {
|
|
2486
|
-
"text": "string"
|
|
2487
|
-
},
|
|
2488
|
-
"description": "The value to decode from base64."
|
|
2489
|
-
}
|
|
2490
|
-
],
|
|
2491
|
-
"description": "Decodes a value from base64 with a prefix.",
|
|
2492
|
-
"privacy": "public"
|
|
2493
|
-
}
|
|
2494
|
-
],
|
|
2449
|
+
"path": "src/directives/when-else/index.ts",
|
|
2450
|
+
"declarations": [],
|
|
2495
2451
|
"exports": [
|
|
2496
2452
|
{
|
|
2497
2453
|
"kind": "js",
|
|
2498
|
-
"name": "
|
|
2499
|
-
"declaration": {
|
|
2500
|
-
"name": "decodeFromBase64",
|
|
2501
|
-
"module": "src/encoding/base64/decode.ts"
|
|
2502
|
-
}
|
|
2503
|
-
},
|
|
2504
|
-
{
|
|
2505
|
-
"kind": "js",
|
|
2506
|
-
"name": "decodeFromBase64WithPrefix",
|
|
2454
|
+
"name": "*",
|
|
2507
2455
|
"declaration": {
|
|
2508
|
-
"name": "
|
|
2509
|
-
"
|
|
2456
|
+
"name": "*",
|
|
2457
|
+
"package": "./when-else"
|
|
2510
2458
|
}
|
|
2511
2459
|
}
|
|
2512
2460
|
]
|
|
2513
2461
|
},
|
|
2514
2462
|
{
|
|
2515
2463
|
"kind": "javascript-module",
|
|
2516
|
-
"path": "src/
|
|
2464
|
+
"path": "src/directives/when-else/when-else.ts",
|
|
2517
2465
|
"declarations": [
|
|
2518
2466
|
{
|
|
2519
2467
|
"kind": "function",
|
|
2520
|
-
"name": "
|
|
2468
|
+
"name": "whenElse",
|
|
2521
2469
|
"return": {
|
|
2522
2470
|
"type": {
|
|
2523
|
-
"text": ""
|
|
2471
|
+
"text": "CaptureType<TSource>"
|
|
2524
2472
|
}
|
|
2525
2473
|
},
|
|
2526
2474
|
"parameters": [
|
|
2527
2475
|
{
|
|
2528
|
-
"name": "
|
|
2476
|
+
"name": "binding",
|
|
2529
2477
|
"type": {
|
|
2530
|
-
"text": "
|
|
2478
|
+
"text": "Binding<TSource, TReturn>"
|
|
2531
2479
|
},
|
|
2532
|
-
"description": "The
|
|
2533
|
-
}
|
|
2534
|
-
],
|
|
2535
|
-
"description": "Encodes the given value to base64.",
|
|
2536
|
-
"privacy": "public"
|
|
2537
|
-
},
|
|
2538
|
-
{
|
|
2539
|
-
"kind": "function",
|
|
2540
|
-
"name": "encodeToBase64WithPrefix",
|
|
2541
|
-
"return": {
|
|
2542
|
-
"type": {
|
|
2543
|
-
"text": ""
|
|
2544
|
-
}
|
|
2545
|
-
},
|
|
2546
|
-
"parameters": [
|
|
2480
|
+
"description": "The condition to test for rendering."
|
|
2481
|
+
},
|
|
2547
2482
|
{
|
|
2548
|
-
"name": "
|
|
2483
|
+
"name": "trueTemplateOrTemplateBinding",
|
|
2549
2484
|
"type": {
|
|
2550
|
-
"text": "
|
|
2485
|
+
"text": "WhenTemplate<TSource>"
|
|
2551
2486
|
},
|
|
2552
|
-
"description": "The
|
|
2487
|
+
"description": "The template or a binding that gets the template to render when the condition is true."
|
|
2488
|
+
},
|
|
2489
|
+
{
|
|
2490
|
+
"name": "falseTemplateOrTemplateBinding",
|
|
2491
|
+
"type": {
|
|
2492
|
+
"text": "WhenTemplate<TSource>"
|
|
2493
|
+
},
|
|
2494
|
+
"description": "The template or a binding that gets the template to render when the condition is false."
|
|
2553
2495
|
}
|
|
2554
2496
|
],
|
|
2555
|
-
"description": "
|
|
2497
|
+
"description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
|
|
2556
2498
|
"privacy": "public"
|
|
2557
2499
|
}
|
|
2558
2500
|
],
|
|
2559
2501
|
"exports": [
|
|
2560
2502
|
{
|
|
2561
2503
|
"kind": "js",
|
|
2562
|
-
"name": "
|
|
2563
|
-
"declaration": {
|
|
2564
|
-
"name": "encodeToBase64",
|
|
2565
|
-
"module": "src/encoding/base64/encode.ts"
|
|
2566
|
-
}
|
|
2567
|
-
},
|
|
2568
|
-
{
|
|
2569
|
-
"kind": "js",
|
|
2570
|
-
"name": "encodeToBase64WithPrefix",
|
|
2571
|
-
"declaration": {
|
|
2572
|
-
"name": "encodeToBase64WithPrefix",
|
|
2573
|
-
"module": "src/encoding/base64/encode.ts"
|
|
2574
|
-
}
|
|
2575
|
-
}
|
|
2576
|
-
]
|
|
2577
|
-
},
|
|
2578
|
-
{
|
|
2579
|
-
"kind": "javascript-module",
|
|
2580
|
-
"path": "src/encoding/base64/index.ts",
|
|
2581
|
-
"declarations": [],
|
|
2582
|
-
"exports": [
|
|
2583
|
-
{
|
|
2584
|
-
"kind": "js",
|
|
2585
|
-
"name": "*",
|
|
2586
|
-
"declaration": {
|
|
2587
|
-
"name": "*",
|
|
2588
|
-
"package": "./decode"
|
|
2589
|
-
}
|
|
2590
|
-
},
|
|
2591
|
-
{
|
|
2592
|
-
"kind": "js",
|
|
2593
|
-
"name": "*",
|
|
2504
|
+
"name": "whenElse",
|
|
2594
2505
|
"declaration": {
|
|
2595
|
-
"name": "
|
|
2596
|
-
"
|
|
2506
|
+
"name": "whenElse",
|
|
2507
|
+
"module": "src/directives/when-else/when-else.ts"
|
|
2597
2508
|
}
|
|
2598
2509
|
}
|
|
2599
2510
|
]
|
|
@@ -2689,65 +2600,154 @@
|
|
|
2689
2600
|
},
|
|
2690
2601
|
{
|
|
2691
2602
|
"kind": "javascript-module",
|
|
2692
|
-
"path": "src/
|
|
2693
|
-
"declarations": [
|
|
2603
|
+
"path": "src/encoding/base64/decode.ts",
|
|
2604
|
+
"declarations": [
|
|
2605
|
+
{
|
|
2606
|
+
"kind": "function",
|
|
2607
|
+
"name": "decodeFromBase64",
|
|
2608
|
+
"return": {
|
|
2609
|
+
"type": {
|
|
2610
|
+
"text": ""
|
|
2611
|
+
}
|
|
2612
|
+
},
|
|
2613
|
+
"parameters": [
|
|
2614
|
+
{
|
|
2615
|
+
"name": "base64Value",
|
|
2616
|
+
"type": {
|
|
2617
|
+
"text": "string"
|
|
2618
|
+
}
|
|
2619
|
+
},
|
|
2620
|
+
{
|
|
2621
|
+
"description": "The value to decode from base64.",
|
|
2622
|
+
"name": "value"
|
|
2623
|
+
}
|
|
2624
|
+
],
|
|
2625
|
+
"description": "Decodes a value from base64.",
|
|
2626
|
+
"privacy": "public"
|
|
2627
|
+
},
|
|
2628
|
+
{
|
|
2629
|
+
"kind": "function",
|
|
2630
|
+
"name": "decodeFromBase64WithPrefix",
|
|
2631
|
+
"return": {
|
|
2632
|
+
"type": {
|
|
2633
|
+
"text": ""
|
|
2634
|
+
}
|
|
2635
|
+
},
|
|
2636
|
+
"parameters": [
|
|
2637
|
+
{
|
|
2638
|
+
"name": "value",
|
|
2639
|
+
"type": {
|
|
2640
|
+
"text": "string"
|
|
2641
|
+
},
|
|
2642
|
+
"description": "The value to decode from base64."
|
|
2643
|
+
}
|
|
2644
|
+
],
|
|
2645
|
+
"description": "Decodes a value from base64 with a prefix.",
|
|
2646
|
+
"privacy": "public"
|
|
2647
|
+
}
|
|
2648
|
+
],
|
|
2694
2649
|
"exports": [
|
|
2695
2650
|
{
|
|
2696
2651
|
"kind": "js",
|
|
2697
|
-
"name": "
|
|
2652
|
+
"name": "decodeFromBase64",
|
|
2698
2653
|
"declaration": {
|
|
2699
|
-
"name": "
|
|
2700
|
-
"
|
|
2654
|
+
"name": "decodeFromBase64",
|
|
2655
|
+
"module": "src/encoding/base64/decode.ts"
|
|
2656
|
+
}
|
|
2657
|
+
},
|
|
2658
|
+
{
|
|
2659
|
+
"kind": "js",
|
|
2660
|
+
"name": "decodeFromBase64WithPrefix",
|
|
2661
|
+
"declaration": {
|
|
2662
|
+
"name": "decodeFromBase64WithPrefix",
|
|
2663
|
+
"module": "src/encoding/base64/decode.ts"
|
|
2701
2664
|
}
|
|
2702
2665
|
}
|
|
2703
2666
|
]
|
|
2704
2667
|
},
|
|
2705
2668
|
{
|
|
2706
2669
|
"kind": "javascript-module",
|
|
2707
|
-
"path": "src/
|
|
2670
|
+
"path": "src/encoding/base64/encode.ts",
|
|
2708
2671
|
"declarations": [
|
|
2709
2672
|
{
|
|
2710
2673
|
"kind": "function",
|
|
2711
|
-
"name": "
|
|
2674
|
+
"name": "encodeToBase64",
|
|
2712
2675
|
"return": {
|
|
2713
2676
|
"type": {
|
|
2714
|
-
"text": "
|
|
2677
|
+
"text": ""
|
|
2715
2678
|
}
|
|
2716
2679
|
},
|
|
2717
2680
|
"parameters": [
|
|
2718
2681
|
{
|
|
2719
|
-
"name": "
|
|
2720
|
-
"type": {
|
|
2721
|
-
"text": "Binding<TSource, TReturn>"
|
|
2722
|
-
},
|
|
2723
|
-
"description": "The condition to test for rendering."
|
|
2724
|
-
},
|
|
2725
|
-
{
|
|
2726
|
-
"name": "trueTemplateOrTemplateBinding",
|
|
2682
|
+
"name": "value",
|
|
2727
2683
|
"type": {
|
|
2728
|
-
"text": "
|
|
2684
|
+
"text": "string | ArrayBuffer"
|
|
2729
2685
|
},
|
|
2730
|
-
"description": "The
|
|
2731
|
-
}
|
|
2686
|
+
"description": "The value to encode to base64."
|
|
2687
|
+
}
|
|
2688
|
+
],
|
|
2689
|
+
"description": "Encodes the given value to base64.",
|
|
2690
|
+
"privacy": "public"
|
|
2691
|
+
},
|
|
2692
|
+
{
|
|
2693
|
+
"kind": "function",
|
|
2694
|
+
"name": "encodeToBase64WithPrefix",
|
|
2695
|
+
"return": {
|
|
2696
|
+
"type": {
|
|
2697
|
+
"text": ""
|
|
2698
|
+
}
|
|
2699
|
+
},
|
|
2700
|
+
"parameters": [
|
|
2732
2701
|
{
|
|
2733
|
-
"name": "
|
|
2702
|
+
"name": "value",
|
|
2734
2703
|
"type": {
|
|
2735
|
-
"text": "
|
|
2704
|
+
"text": "string | ArrayBuffer"
|
|
2736
2705
|
},
|
|
2737
|
-
"description": "The
|
|
2706
|
+
"description": "The value to encode to base64."
|
|
2738
2707
|
}
|
|
2739
2708
|
],
|
|
2740
|
-
"description": "
|
|
2709
|
+
"description": "Encodes the given value with a prefix to base64.",
|
|
2741
2710
|
"privacy": "public"
|
|
2742
2711
|
}
|
|
2743
2712
|
],
|
|
2744
2713
|
"exports": [
|
|
2745
2714
|
{
|
|
2746
2715
|
"kind": "js",
|
|
2747
|
-
"name": "
|
|
2716
|
+
"name": "encodeToBase64",
|
|
2748
2717
|
"declaration": {
|
|
2749
|
-
"name": "
|
|
2750
|
-
"module": "src/
|
|
2718
|
+
"name": "encodeToBase64",
|
|
2719
|
+
"module": "src/encoding/base64/encode.ts"
|
|
2720
|
+
}
|
|
2721
|
+
},
|
|
2722
|
+
{
|
|
2723
|
+
"kind": "js",
|
|
2724
|
+
"name": "encodeToBase64WithPrefix",
|
|
2725
|
+
"declaration": {
|
|
2726
|
+
"name": "encodeToBase64WithPrefix",
|
|
2727
|
+
"module": "src/encoding/base64/encode.ts"
|
|
2728
|
+
}
|
|
2729
|
+
}
|
|
2730
|
+
]
|
|
2731
|
+
},
|
|
2732
|
+
{
|
|
2733
|
+
"kind": "javascript-module",
|
|
2734
|
+
"path": "src/encoding/base64/index.ts",
|
|
2735
|
+
"declarations": [],
|
|
2736
|
+
"exports": [
|
|
2737
|
+
{
|
|
2738
|
+
"kind": "js",
|
|
2739
|
+
"name": "*",
|
|
2740
|
+
"declaration": {
|
|
2741
|
+
"name": "*",
|
|
2742
|
+
"package": "./decode"
|
|
2743
|
+
}
|
|
2744
|
+
},
|
|
2745
|
+
{
|
|
2746
|
+
"kind": "js",
|
|
2747
|
+
"name": "*",
|
|
2748
|
+
"declaration": {
|
|
2749
|
+
"name": "*",
|
|
2750
|
+
"package": "./encode"
|
|
2751
2751
|
}
|
|
2752
2752
|
}
|
|
2753
2753
|
]
|
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.274.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.274.0",
|
|
31
|
+
"@genesislcap/genx": "14.274.0",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.274.0",
|
|
33
|
+
"@genesislcap/ts-builder": "14.274.0",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.274.0",
|
|
35
|
+
"@genesislcap/vite-builder": "14.274.0",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.274.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.274.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": "d8e62a0e949ea0d8c4d97663e0987099778f9c5a"
|
|
61
61
|
}
|