@genesislcap/foundation-utils 14.253.0 → 14.254.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 +168 -168
- package/package.json +10 -10
|
@@ -367,59 +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
370
|
{
|
|
424
371
|
"kind": "javascript-module",
|
|
425
372
|
"path": "src/design-system/design-system.ts",
|
|
@@ -493,6 +440,59 @@
|
|
|
493
440
|
}
|
|
494
441
|
]
|
|
495
442
|
},
|
|
443
|
+
{
|
|
444
|
+
"kind": "javascript-module",
|
|
445
|
+
"path": "src/decorators/index.ts",
|
|
446
|
+
"declarations": [],
|
|
447
|
+
"exports": [
|
|
448
|
+
{
|
|
449
|
+
"kind": "js",
|
|
450
|
+
"name": "*",
|
|
451
|
+
"declaration": {
|
|
452
|
+
"name": "*",
|
|
453
|
+
"package": "./renderOnChange"
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
]
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"kind": "javascript-module",
|
|
460
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
461
|
+
"declarations": [
|
|
462
|
+
{
|
|
463
|
+
"kind": "function",
|
|
464
|
+
"name": "renderOnChange",
|
|
465
|
+
"parameters": [
|
|
466
|
+
{
|
|
467
|
+
"name": "target",
|
|
468
|
+
"type": {
|
|
469
|
+
"text": "FASTElement & { render(): void }"
|
|
470
|
+
},
|
|
471
|
+
"description": "The target to define the property change handler on."
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"name": "name",
|
|
475
|
+
"type": {
|
|
476
|
+
"text": "string"
|
|
477
|
+
},
|
|
478
|
+
"description": "The property name."
|
|
479
|
+
}
|
|
480
|
+
],
|
|
481
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
482
|
+
"privacy": "public"
|
|
483
|
+
}
|
|
484
|
+
],
|
|
485
|
+
"exports": [
|
|
486
|
+
{
|
|
487
|
+
"kind": "js",
|
|
488
|
+
"name": "renderOnChange",
|
|
489
|
+
"declaration": {
|
|
490
|
+
"name": "renderOnChange",
|
|
491
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
492
|
+
}
|
|
493
|
+
}
|
|
494
|
+
]
|
|
495
|
+
},
|
|
496
496
|
{
|
|
497
497
|
"kind": "javascript-module",
|
|
498
498
|
"path": "src/encoding/index.ts",
|
|
@@ -1519,21 +1519,6 @@
|
|
|
1519
1519
|
}
|
|
1520
1520
|
]
|
|
1521
1521
|
},
|
|
1522
|
-
{
|
|
1523
|
-
"kind": "javascript-module",
|
|
1524
|
-
"path": "src/mappers/index.ts",
|
|
1525
|
-
"declarations": [],
|
|
1526
|
-
"exports": [
|
|
1527
|
-
{
|
|
1528
|
-
"kind": "js",
|
|
1529
|
-
"name": "*",
|
|
1530
|
-
"declaration": {
|
|
1531
|
-
"name": "*",
|
|
1532
|
-
"package": "./dto"
|
|
1533
|
-
}
|
|
1534
|
-
}
|
|
1535
|
-
]
|
|
1536
|
-
},
|
|
1537
1522
|
{
|
|
1538
1523
|
"kind": "javascript-module",
|
|
1539
1524
|
"path": "src/mixins/index.ts",
|
|
@@ -1629,6 +1614,21 @@
|
|
|
1629
1614
|
}
|
|
1630
1615
|
]
|
|
1631
1616
|
},
|
|
1617
|
+
{
|
|
1618
|
+
"kind": "javascript-module",
|
|
1619
|
+
"path": "src/mappers/index.ts",
|
|
1620
|
+
"declarations": [],
|
|
1621
|
+
"exports": [
|
|
1622
|
+
{
|
|
1623
|
+
"kind": "js",
|
|
1624
|
+
"name": "*",
|
|
1625
|
+
"declaration": {
|
|
1626
|
+
"name": "*",
|
|
1627
|
+
"package": "./dto"
|
|
1628
|
+
}
|
|
1629
|
+
}
|
|
1630
|
+
]
|
|
1631
|
+
},
|
|
1632
1632
|
{
|
|
1633
1633
|
"kind": "javascript-module",
|
|
1634
1634
|
"path": "src/promise/index.ts",
|
|
@@ -2744,106 +2744,6 @@
|
|
|
2744
2744
|
}
|
|
2745
2745
|
]
|
|
2746
2746
|
},
|
|
2747
|
-
{
|
|
2748
|
-
"kind": "javascript-module",
|
|
2749
|
-
"path": "src/mappers/dto/index.ts",
|
|
2750
|
-
"declarations": [],
|
|
2751
|
-
"exports": [
|
|
2752
|
-
{
|
|
2753
|
-
"kind": "js",
|
|
2754
|
-
"name": "*",
|
|
2755
|
-
"declaration": {
|
|
2756
|
-
"name": "*",
|
|
2757
|
-
"package": "./serverRow"
|
|
2758
|
-
}
|
|
2759
|
-
},
|
|
2760
|
-
{
|
|
2761
|
-
"kind": "js",
|
|
2762
|
-
"name": "*",
|
|
2763
|
-
"declaration": {
|
|
2764
|
-
"name": "*",
|
|
2765
|
-
"package": "./types"
|
|
2766
|
-
}
|
|
2767
|
-
}
|
|
2768
|
-
]
|
|
2769
|
-
},
|
|
2770
|
-
{
|
|
2771
|
-
"kind": "javascript-module",
|
|
2772
|
-
"path": "src/mappers/dto/serverRow.ts",
|
|
2773
|
-
"declarations": [
|
|
2774
|
-
{
|
|
2775
|
-
"kind": "class",
|
|
2776
|
-
"description": "The default `ServerRowDTOMapper`.",
|
|
2777
|
-
"name": "DefaultServerRowDTOMapper",
|
|
2778
|
-
"members": [
|
|
2779
|
-
{
|
|
2780
|
-
"kind": "field",
|
|
2781
|
-
"name": "fromDTO",
|
|
2782
|
-
"description": "Converts a server row DTO to an entity.",
|
|
2783
|
-
"parameters": [
|
|
2784
|
-
{
|
|
2785
|
-
"description": "The DTO to convert.",
|
|
2786
|
-
"name": "dto"
|
|
2787
|
-
}
|
|
2788
|
-
],
|
|
2789
|
-
"return": {
|
|
2790
|
-
"type": {
|
|
2791
|
-
"text": ""
|
|
2792
|
-
}
|
|
2793
|
-
},
|
|
2794
|
-
"privacy": "public"
|
|
2795
|
-
},
|
|
2796
|
-
{
|
|
2797
|
-
"kind": "field",
|
|
2798
|
-
"name": "toDTO",
|
|
2799
|
-
"description": "Converts a server row entity to a DTO.",
|
|
2800
|
-
"parameters": [
|
|
2801
|
-
{
|
|
2802
|
-
"description": "The entity to convert.",
|
|
2803
|
-
"name": "entity"
|
|
2804
|
-
}
|
|
2805
|
-
],
|
|
2806
|
-
"return": {
|
|
2807
|
-
"type": {
|
|
2808
|
-
"text": ""
|
|
2809
|
-
}
|
|
2810
|
-
},
|
|
2811
|
-
"privacy": "public"
|
|
2812
|
-
}
|
|
2813
|
-
]
|
|
2814
|
-
},
|
|
2815
|
-
{
|
|
2816
|
-
"kind": "variable",
|
|
2817
|
-
"name": "ServerRowDTOMapper",
|
|
2818
|
-
"description": "A DI token used to obtain a `ServerRowDTOMapper` instance.",
|
|
2819
|
-
"privacy": "public"
|
|
2820
|
-
}
|
|
2821
|
-
],
|
|
2822
|
-
"exports": [
|
|
2823
|
-
{
|
|
2824
|
-
"kind": "js",
|
|
2825
|
-
"name": "DefaultServerRowDTOMapper",
|
|
2826
|
-
"declaration": {
|
|
2827
|
-
"name": "DefaultServerRowDTOMapper",
|
|
2828
|
-
"module": "src/mappers/dto/serverRow.ts"
|
|
2829
|
-
}
|
|
2830
|
-
},
|
|
2831
|
-
{
|
|
2832
|
-
"kind": "js",
|
|
2833
|
-
"name": "ServerRowDTOMapper",
|
|
2834
|
-
"declaration": {
|
|
2835
|
-
"name": "ServerRowDTOMapper",
|
|
2836
|
-
"module": "src/mappers/dto/serverRow.ts"
|
|
2837
|
-
}
|
|
2838
|
-
}
|
|
2839
|
-
]
|
|
2840
|
-
},
|
|
2841
|
-
{
|
|
2842
|
-
"kind": "javascript-module",
|
|
2843
|
-
"path": "src/mappers/dto/types.ts",
|
|
2844
|
-
"declarations": [],
|
|
2845
|
-
"exports": []
|
|
2846
|
-
},
|
|
2847
2747
|
{
|
|
2848
2748
|
"kind": "javascript-module",
|
|
2849
2749
|
"path": "src/mixins/lifecycle/index.ts",
|
|
@@ -3055,6 +2955,106 @@
|
|
|
3055
2955
|
}
|
|
3056
2956
|
]
|
|
3057
2957
|
},
|
|
2958
|
+
{
|
|
2959
|
+
"kind": "javascript-module",
|
|
2960
|
+
"path": "src/mappers/dto/index.ts",
|
|
2961
|
+
"declarations": [],
|
|
2962
|
+
"exports": [
|
|
2963
|
+
{
|
|
2964
|
+
"kind": "js",
|
|
2965
|
+
"name": "*",
|
|
2966
|
+
"declaration": {
|
|
2967
|
+
"name": "*",
|
|
2968
|
+
"package": "./serverRow"
|
|
2969
|
+
}
|
|
2970
|
+
},
|
|
2971
|
+
{
|
|
2972
|
+
"kind": "js",
|
|
2973
|
+
"name": "*",
|
|
2974
|
+
"declaration": {
|
|
2975
|
+
"name": "*",
|
|
2976
|
+
"package": "./types"
|
|
2977
|
+
}
|
|
2978
|
+
}
|
|
2979
|
+
]
|
|
2980
|
+
},
|
|
2981
|
+
{
|
|
2982
|
+
"kind": "javascript-module",
|
|
2983
|
+
"path": "src/mappers/dto/serverRow.ts",
|
|
2984
|
+
"declarations": [
|
|
2985
|
+
{
|
|
2986
|
+
"kind": "class",
|
|
2987
|
+
"description": "The default `ServerRowDTOMapper`.",
|
|
2988
|
+
"name": "DefaultServerRowDTOMapper",
|
|
2989
|
+
"members": [
|
|
2990
|
+
{
|
|
2991
|
+
"kind": "field",
|
|
2992
|
+
"name": "fromDTO",
|
|
2993
|
+
"description": "Converts a server row DTO to an entity.",
|
|
2994
|
+
"parameters": [
|
|
2995
|
+
{
|
|
2996
|
+
"description": "The DTO to convert.",
|
|
2997
|
+
"name": "dto"
|
|
2998
|
+
}
|
|
2999
|
+
],
|
|
3000
|
+
"return": {
|
|
3001
|
+
"type": {
|
|
3002
|
+
"text": ""
|
|
3003
|
+
}
|
|
3004
|
+
},
|
|
3005
|
+
"privacy": "public"
|
|
3006
|
+
},
|
|
3007
|
+
{
|
|
3008
|
+
"kind": "field",
|
|
3009
|
+
"name": "toDTO",
|
|
3010
|
+
"description": "Converts a server row entity to a DTO.",
|
|
3011
|
+
"parameters": [
|
|
3012
|
+
{
|
|
3013
|
+
"description": "The entity to convert.",
|
|
3014
|
+
"name": "entity"
|
|
3015
|
+
}
|
|
3016
|
+
],
|
|
3017
|
+
"return": {
|
|
3018
|
+
"type": {
|
|
3019
|
+
"text": ""
|
|
3020
|
+
}
|
|
3021
|
+
},
|
|
3022
|
+
"privacy": "public"
|
|
3023
|
+
}
|
|
3024
|
+
]
|
|
3025
|
+
},
|
|
3026
|
+
{
|
|
3027
|
+
"kind": "variable",
|
|
3028
|
+
"name": "ServerRowDTOMapper",
|
|
3029
|
+
"description": "A DI token used to obtain a `ServerRowDTOMapper` instance.",
|
|
3030
|
+
"privacy": "public"
|
|
3031
|
+
}
|
|
3032
|
+
],
|
|
3033
|
+
"exports": [
|
|
3034
|
+
{
|
|
3035
|
+
"kind": "js",
|
|
3036
|
+
"name": "DefaultServerRowDTOMapper",
|
|
3037
|
+
"declaration": {
|
|
3038
|
+
"name": "DefaultServerRowDTOMapper",
|
|
3039
|
+
"module": "src/mappers/dto/serverRow.ts"
|
|
3040
|
+
}
|
|
3041
|
+
},
|
|
3042
|
+
{
|
|
3043
|
+
"kind": "js",
|
|
3044
|
+
"name": "ServerRowDTOMapper",
|
|
3045
|
+
"declaration": {
|
|
3046
|
+
"name": "ServerRowDTOMapper",
|
|
3047
|
+
"module": "src/mappers/dto/serverRow.ts"
|
|
3048
|
+
}
|
|
3049
|
+
}
|
|
3050
|
+
]
|
|
3051
|
+
},
|
|
3052
|
+
{
|
|
3053
|
+
"kind": "javascript-module",
|
|
3054
|
+
"path": "src/mappers/dto/types.ts",
|
|
3055
|
+
"declarations": [],
|
|
3056
|
+
"exports": []
|
|
3057
|
+
},
|
|
3058
3058
|
{
|
|
3059
3059
|
"kind": "javascript-module",
|
|
3060
3060
|
"path": "src/serializers/json/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.254.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.254.0",
|
|
31
|
+
"@genesislcap/genx": "14.254.0",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.254.0",
|
|
33
|
+
"@genesislcap/ts-builder": "14.254.0",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.254.0",
|
|
35
|
+
"@genesislcap/vite-builder": "14.254.0",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.254.0",
|
|
37
37
|
"rimraf": "^5.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/foundation-logger": "14.
|
|
40
|
+
"@genesislcap/foundation-logger": "14.254.0",
|
|
41
41
|
"@microsoft/fast-components": "2.30.6",
|
|
42
42
|
"@microsoft/fast-element": "1.14.0",
|
|
43
43
|
"@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": "
|
|
58
|
+
"gitHead": "de0da7f3f592bd417917da9dc7b163e57984ea7c"
|
|
59
59
|
}
|