@genesislcap/foundation-utils 14.186.1 → 14.187.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 +176 -176
- package/package.json +10 -10
|
@@ -357,29 +357,6 @@
|
|
|
357
357
|
}
|
|
358
358
|
]
|
|
359
359
|
},
|
|
360
|
-
{
|
|
361
|
-
"kind": "javascript-module",
|
|
362
|
-
"path": "src/directives/index.ts",
|
|
363
|
-
"declarations": [],
|
|
364
|
-
"exports": [
|
|
365
|
-
{
|
|
366
|
-
"kind": "js",
|
|
367
|
-
"name": "*",
|
|
368
|
-
"declaration": {
|
|
369
|
-
"name": "*",
|
|
370
|
-
"package": "./sync"
|
|
371
|
-
}
|
|
372
|
-
},
|
|
373
|
-
{
|
|
374
|
-
"kind": "js",
|
|
375
|
-
"name": "*",
|
|
376
|
-
"declaration": {
|
|
377
|
-
"name": "*",
|
|
378
|
-
"package": "./when-else"
|
|
379
|
-
}
|
|
380
|
-
}
|
|
381
|
-
]
|
|
382
|
-
},
|
|
383
360
|
{
|
|
384
361
|
"kind": "javascript-module",
|
|
385
362
|
"path": "src/decorators/index.ts",
|
|
@@ -433,6 +410,79 @@
|
|
|
433
410
|
}
|
|
434
411
|
]
|
|
435
412
|
},
|
|
413
|
+
{
|
|
414
|
+
"kind": "javascript-module",
|
|
415
|
+
"path": "src/design-system/design-system.ts",
|
|
416
|
+
"declarations": [
|
|
417
|
+
{
|
|
418
|
+
"kind": "function",
|
|
419
|
+
"name": "assureDesignSystem",
|
|
420
|
+
"return": {
|
|
421
|
+
"type": {
|
|
422
|
+
"text": "DesignSystemModule"
|
|
423
|
+
}
|
|
424
|
+
},
|
|
425
|
+
"parameters": [
|
|
426
|
+
{
|
|
427
|
+
"name": "module",
|
|
428
|
+
"type": {
|
|
429
|
+
"text": "DesignSystemModule"
|
|
430
|
+
}
|
|
431
|
+
}
|
|
432
|
+
],
|
|
433
|
+
"description": "assureDesignSystem.",
|
|
434
|
+
"privacy": "public"
|
|
435
|
+
}
|
|
436
|
+
],
|
|
437
|
+
"exports": [
|
|
438
|
+
{
|
|
439
|
+
"kind": "js",
|
|
440
|
+
"name": "assureDesignSystem",
|
|
441
|
+
"declaration": {
|
|
442
|
+
"name": "assureDesignSystem",
|
|
443
|
+
"module": "src/design-system/design-system.ts"
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
]
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"kind": "javascript-module",
|
|
450
|
+
"path": "src/design-system/index.ts",
|
|
451
|
+
"declarations": [],
|
|
452
|
+
"exports": [
|
|
453
|
+
{
|
|
454
|
+
"kind": "js",
|
|
455
|
+
"name": "*",
|
|
456
|
+
"declaration": {
|
|
457
|
+
"name": "*",
|
|
458
|
+
"package": "./design-system"
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
]
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"kind": "javascript-module",
|
|
465
|
+
"path": "src/directives/index.ts",
|
|
466
|
+
"declarations": [],
|
|
467
|
+
"exports": [
|
|
468
|
+
{
|
|
469
|
+
"kind": "js",
|
|
470
|
+
"name": "*",
|
|
471
|
+
"declaration": {
|
|
472
|
+
"name": "*",
|
|
473
|
+
"package": "./sync"
|
|
474
|
+
}
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"kind": "js",
|
|
478
|
+
"name": "*",
|
|
479
|
+
"declaration": {
|
|
480
|
+
"name": "*",
|
|
481
|
+
"package": "./when-else"
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
]
|
|
485
|
+
},
|
|
436
486
|
{
|
|
437
487
|
"kind": "javascript-module",
|
|
438
488
|
"path": "src/env/index.ts",
|
|
@@ -656,56 +706,6 @@
|
|
|
656
706
|
}
|
|
657
707
|
]
|
|
658
708
|
},
|
|
659
|
-
{
|
|
660
|
-
"kind": "javascript-module",
|
|
661
|
-
"path": "src/design-system/design-system.ts",
|
|
662
|
-
"declarations": [
|
|
663
|
-
{
|
|
664
|
-
"kind": "function",
|
|
665
|
-
"name": "assureDesignSystem",
|
|
666
|
-
"return": {
|
|
667
|
-
"type": {
|
|
668
|
-
"text": "DesignSystemModule"
|
|
669
|
-
}
|
|
670
|
-
},
|
|
671
|
-
"parameters": [
|
|
672
|
-
{
|
|
673
|
-
"name": "module",
|
|
674
|
-
"type": {
|
|
675
|
-
"text": "DesignSystemModule"
|
|
676
|
-
}
|
|
677
|
-
}
|
|
678
|
-
],
|
|
679
|
-
"description": "assureDesignSystem.",
|
|
680
|
-
"privacy": "public"
|
|
681
|
-
}
|
|
682
|
-
],
|
|
683
|
-
"exports": [
|
|
684
|
-
{
|
|
685
|
-
"kind": "js",
|
|
686
|
-
"name": "assureDesignSystem",
|
|
687
|
-
"declaration": {
|
|
688
|
-
"name": "assureDesignSystem",
|
|
689
|
-
"module": "src/design-system/design-system.ts"
|
|
690
|
-
}
|
|
691
|
-
}
|
|
692
|
-
]
|
|
693
|
-
},
|
|
694
|
-
{
|
|
695
|
-
"kind": "javascript-module",
|
|
696
|
-
"path": "src/design-system/index.ts",
|
|
697
|
-
"declarations": [],
|
|
698
|
-
"exports": [
|
|
699
|
-
{
|
|
700
|
-
"kind": "js",
|
|
701
|
-
"name": "*",
|
|
702
|
-
"declaration": {
|
|
703
|
-
"name": "*",
|
|
704
|
-
"package": "./design-system"
|
|
705
|
-
}
|
|
706
|
-
}
|
|
707
|
-
]
|
|
708
|
-
},
|
|
709
709
|
{
|
|
710
710
|
"kind": "javascript-module",
|
|
711
711
|
"path": "src/error/errorMap.ts",
|
|
@@ -1900,7 +1900,7 @@
|
|
|
1900
1900
|
},
|
|
1901
1901
|
{
|
|
1902
1902
|
"kind": "javascript-module",
|
|
1903
|
-
"path": "src/
|
|
1903
|
+
"path": "src/utils/index.ts",
|
|
1904
1904
|
"declarations": [],
|
|
1905
1905
|
"exports": [
|
|
1906
1906
|
{
|
|
@@ -1908,36 +1908,34 @@
|
|
|
1908
1908
|
"name": "*",
|
|
1909
1909
|
"declaration": {
|
|
1910
1910
|
"name": "*",
|
|
1911
|
-
"package": "./
|
|
1911
|
+
"package": "./logger"
|
|
1912
1912
|
}
|
|
1913
1913
|
}
|
|
1914
1914
|
]
|
|
1915
1915
|
},
|
|
1916
1916
|
{
|
|
1917
1917
|
"kind": "javascript-module",
|
|
1918
|
-
"path": "src/
|
|
1918
|
+
"path": "src/utils/logger.ts",
|
|
1919
1919
|
"declarations": [
|
|
1920
1920
|
{
|
|
1921
1921
|
"kind": "variable",
|
|
1922
|
-
"name": "
|
|
1923
|
-
"description": "A dependency injection token for the UUID interface.",
|
|
1924
|
-
"privacy": "public"
|
|
1922
|
+
"name": "logger"
|
|
1925
1923
|
}
|
|
1926
1924
|
],
|
|
1927
1925
|
"exports": [
|
|
1928
1926
|
{
|
|
1929
1927
|
"kind": "js",
|
|
1930
|
-
"name": "
|
|
1928
|
+
"name": "logger",
|
|
1931
1929
|
"declaration": {
|
|
1932
|
-
"name": "
|
|
1933
|
-
"module": "src/
|
|
1930
|
+
"name": "logger",
|
|
1931
|
+
"module": "src/utils/logger.ts"
|
|
1934
1932
|
}
|
|
1935
1933
|
}
|
|
1936
1934
|
]
|
|
1937
1935
|
},
|
|
1938
1936
|
{
|
|
1939
1937
|
"kind": "javascript-module",
|
|
1940
|
-
"path": "src/
|
|
1938
|
+
"path": "src/uuid/index.ts",
|
|
1941
1939
|
"declarations": [],
|
|
1942
1940
|
"exports": [
|
|
1943
1941
|
{
|
|
@@ -1945,27 +1943,29 @@
|
|
|
1945
1943
|
"name": "*",
|
|
1946
1944
|
"declaration": {
|
|
1947
1945
|
"name": "*",
|
|
1948
|
-
"package": "./
|
|
1946
|
+
"package": "./uuid"
|
|
1949
1947
|
}
|
|
1950
1948
|
}
|
|
1951
1949
|
]
|
|
1952
1950
|
},
|
|
1953
1951
|
{
|
|
1954
1952
|
"kind": "javascript-module",
|
|
1955
|
-
"path": "src/
|
|
1953
|
+
"path": "src/uuid/uuid.ts",
|
|
1956
1954
|
"declarations": [
|
|
1957
1955
|
{
|
|
1958
1956
|
"kind": "variable",
|
|
1959
|
-
"name": "
|
|
1957
|
+
"name": "UUID",
|
|
1958
|
+
"description": "A dependency injection token for the UUID interface.",
|
|
1959
|
+
"privacy": "public"
|
|
1960
1960
|
}
|
|
1961
1961
|
],
|
|
1962
1962
|
"exports": [
|
|
1963
1963
|
{
|
|
1964
1964
|
"kind": "js",
|
|
1965
|
-
"name": "
|
|
1965
|
+
"name": "UUID",
|
|
1966
1966
|
"declaration": {
|
|
1967
|
-
"name": "
|
|
1968
|
-
"module": "src/
|
|
1967
|
+
"name": "UUID",
|
|
1968
|
+
"module": "src/uuid/uuid.ts"
|
|
1969
1969
|
}
|
|
1970
1970
|
}
|
|
1971
1971
|
]
|
|
@@ -2496,93 +2496,6 @@
|
|
|
2496
2496
|
}
|
|
2497
2497
|
]
|
|
2498
2498
|
},
|
|
2499
|
-
{
|
|
2500
|
-
"kind": "javascript-module",
|
|
2501
|
-
"path": "src/mixins/pendingState/index.ts",
|
|
2502
|
-
"declarations": [],
|
|
2503
|
-
"exports": [
|
|
2504
|
-
{
|
|
2505
|
-
"kind": "js",
|
|
2506
|
-
"name": "*",
|
|
2507
|
-
"declaration": {
|
|
2508
|
-
"name": "*",
|
|
2509
|
-
"package": "./pendingState"
|
|
2510
|
-
}
|
|
2511
|
-
}
|
|
2512
|
-
]
|
|
2513
|
-
},
|
|
2514
|
-
{
|
|
2515
|
-
"kind": "javascript-module",
|
|
2516
|
-
"path": "src/mixins/pendingState/pendingState.ts",
|
|
2517
|
-
"declarations": [
|
|
2518
|
-
{
|
|
2519
|
-
"kind": "mixin",
|
|
2520
|
-
"description": "The `PendingState` mixin.",
|
|
2521
|
-
"name": "PendingState",
|
|
2522
|
-
"members": [
|
|
2523
|
-
{
|
|
2524
|
-
"kind": "field",
|
|
2525
|
-
"name": "pendingCount",
|
|
2526
|
-
"type": {
|
|
2527
|
-
"text": "number"
|
|
2528
|
-
},
|
|
2529
|
-
"privacy": "public",
|
|
2530
|
-
"default": "0",
|
|
2531
|
-
"description": "The number of promises that are currently pending."
|
|
2532
|
-
},
|
|
2533
|
-
{
|
|
2534
|
-
"kind": "field",
|
|
2535
|
-
"name": "resolvedCount",
|
|
2536
|
-
"type": {
|
|
2537
|
-
"text": "number"
|
|
2538
|
-
},
|
|
2539
|
-
"privacy": "public",
|
|
2540
|
-
"default": "0",
|
|
2541
|
-
"description": "The number of promises that have been resolved."
|
|
2542
|
-
},
|
|
2543
|
-
{
|
|
2544
|
-
"kind": "field",
|
|
2545
|
-
"name": "hasPendingChildren",
|
|
2546
|
-
"type": {
|
|
2547
|
-
"text": "boolean"
|
|
2548
|
-
},
|
|
2549
|
-
"privacy": "public",
|
|
2550
|
-
"default": "false",
|
|
2551
|
-
"description": "A boolean indicating whether there are any pending children."
|
|
2552
|
-
},
|
|
2553
|
-
{
|
|
2554
|
-
"kind": "field",
|
|
2555
|
-
"name": "progress",
|
|
2556
|
-
"type": {
|
|
2557
|
-
"text": "number"
|
|
2558
|
-
},
|
|
2559
|
-
"privacy": "public",
|
|
2560
|
-
"description": "Gets the progress of the pending promises as a percentage between 0 and 1.",
|
|
2561
|
-
"readonly": true
|
|
2562
|
-
}
|
|
2563
|
-
],
|
|
2564
|
-
"parameters": [
|
|
2565
|
-
{
|
|
2566
|
-
"name": "Base",
|
|
2567
|
-
"type": {
|
|
2568
|
-
"text": "TBase"
|
|
2569
|
-
}
|
|
2570
|
-
}
|
|
2571
|
-
],
|
|
2572
|
-
"privacy": "public"
|
|
2573
|
-
}
|
|
2574
|
-
],
|
|
2575
|
-
"exports": [
|
|
2576
|
-
{
|
|
2577
|
-
"kind": "js",
|
|
2578
|
-
"name": "PendingState",
|
|
2579
|
-
"declaration": {
|
|
2580
|
-
"name": "PendingState",
|
|
2581
|
-
"module": "src/mixins/pendingState/pendingState.ts"
|
|
2582
|
-
}
|
|
2583
|
-
}
|
|
2584
|
-
]
|
|
2585
|
-
},
|
|
2586
2499
|
{
|
|
2587
2500
|
"kind": "javascript-module",
|
|
2588
2501
|
"path": "src/serializers/json/index.ts",
|
|
@@ -2809,6 +2722,93 @@
|
|
|
2809
2722
|
"path": "src/serializers/json/types.ts",
|
|
2810
2723
|
"declarations": [],
|
|
2811
2724
|
"exports": []
|
|
2725
|
+
},
|
|
2726
|
+
{
|
|
2727
|
+
"kind": "javascript-module",
|
|
2728
|
+
"path": "src/mixins/pendingState/index.ts",
|
|
2729
|
+
"declarations": [],
|
|
2730
|
+
"exports": [
|
|
2731
|
+
{
|
|
2732
|
+
"kind": "js",
|
|
2733
|
+
"name": "*",
|
|
2734
|
+
"declaration": {
|
|
2735
|
+
"name": "*",
|
|
2736
|
+
"package": "./pendingState"
|
|
2737
|
+
}
|
|
2738
|
+
}
|
|
2739
|
+
]
|
|
2740
|
+
},
|
|
2741
|
+
{
|
|
2742
|
+
"kind": "javascript-module",
|
|
2743
|
+
"path": "src/mixins/pendingState/pendingState.ts",
|
|
2744
|
+
"declarations": [
|
|
2745
|
+
{
|
|
2746
|
+
"kind": "mixin",
|
|
2747
|
+
"description": "The `PendingState` mixin.",
|
|
2748
|
+
"name": "PendingState",
|
|
2749
|
+
"members": [
|
|
2750
|
+
{
|
|
2751
|
+
"kind": "field",
|
|
2752
|
+
"name": "pendingCount",
|
|
2753
|
+
"type": {
|
|
2754
|
+
"text": "number"
|
|
2755
|
+
},
|
|
2756
|
+
"privacy": "public",
|
|
2757
|
+
"default": "0",
|
|
2758
|
+
"description": "The number of promises that are currently pending."
|
|
2759
|
+
},
|
|
2760
|
+
{
|
|
2761
|
+
"kind": "field",
|
|
2762
|
+
"name": "resolvedCount",
|
|
2763
|
+
"type": {
|
|
2764
|
+
"text": "number"
|
|
2765
|
+
},
|
|
2766
|
+
"privacy": "public",
|
|
2767
|
+
"default": "0",
|
|
2768
|
+
"description": "The number of promises that have been resolved."
|
|
2769
|
+
},
|
|
2770
|
+
{
|
|
2771
|
+
"kind": "field",
|
|
2772
|
+
"name": "hasPendingChildren",
|
|
2773
|
+
"type": {
|
|
2774
|
+
"text": "boolean"
|
|
2775
|
+
},
|
|
2776
|
+
"privacy": "public",
|
|
2777
|
+
"default": "false",
|
|
2778
|
+
"description": "A boolean indicating whether there are any pending children."
|
|
2779
|
+
},
|
|
2780
|
+
{
|
|
2781
|
+
"kind": "field",
|
|
2782
|
+
"name": "progress",
|
|
2783
|
+
"type": {
|
|
2784
|
+
"text": "number"
|
|
2785
|
+
},
|
|
2786
|
+
"privacy": "public",
|
|
2787
|
+
"description": "Gets the progress of the pending promises as a percentage between 0 and 1.",
|
|
2788
|
+
"readonly": true
|
|
2789
|
+
}
|
|
2790
|
+
],
|
|
2791
|
+
"parameters": [
|
|
2792
|
+
{
|
|
2793
|
+
"name": "Base",
|
|
2794
|
+
"type": {
|
|
2795
|
+
"text": "TBase"
|
|
2796
|
+
}
|
|
2797
|
+
}
|
|
2798
|
+
],
|
|
2799
|
+
"privacy": "public"
|
|
2800
|
+
}
|
|
2801
|
+
],
|
|
2802
|
+
"exports": [
|
|
2803
|
+
{
|
|
2804
|
+
"kind": "js",
|
|
2805
|
+
"name": "PendingState",
|
|
2806
|
+
"declaration": {
|
|
2807
|
+
"name": "PendingState",
|
|
2808
|
+
"module": "src/mixins/pendingState/pendingState.ts"
|
|
2809
|
+
}
|
|
2810
|
+
}
|
|
2811
|
+
]
|
|
2812
2812
|
}
|
|
2813
2813
|
]
|
|
2814
2814
|
}
|
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.187.0",
|
|
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.
|
|
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.187.0",
|
|
31
|
+
"@genesislcap/genx": "14.187.0",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.187.0",
|
|
33
|
+
"@genesislcap/ts-builder": "14.187.0",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.187.0",
|
|
35
|
+
"@genesislcap/vite-builder": "14.187.0",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.187.0",
|
|
37
37
|
"rimraf": "^5.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/foundation-logger": "14.
|
|
40
|
+
"@genesislcap/foundation-logger": "14.187.0",
|
|
41
41
|
"@microsoft/fast-components": "^2.30.6",
|
|
42
42
|
"@microsoft/fast-element": "^1.12.0",
|
|
43
43
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"access": "public"
|
|
55
55
|
},
|
|
56
56
|
"customElements": "dist/custom-elements.json",
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "a1fbc41e29012ff3bc2c28616ef3908de7e626fe"
|
|
58
58
|
}
|