@genesislcap/foundation-utils 14.228.0 → 14.228.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.
- package/dist/custom-elements.json +152 -152
- package/package.json +10 -10
|
@@ -169,29 +169,6 @@
|
|
|
169
169
|
}
|
|
170
170
|
]
|
|
171
171
|
},
|
|
172
|
-
{
|
|
173
|
-
"kind": "javascript-module",
|
|
174
|
-
"path": "src/directives/index.ts",
|
|
175
|
-
"declarations": [],
|
|
176
|
-
"exports": [
|
|
177
|
-
{
|
|
178
|
-
"kind": "js",
|
|
179
|
-
"name": "*",
|
|
180
|
-
"declaration": {
|
|
181
|
-
"name": "*",
|
|
182
|
-
"package": "./sync"
|
|
183
|
-
}
|
|
184
|
-
},
|
|
185
|
-
{
|
|
186
|
-
"kind": "js",
|
|
187
|
-
"name": "*",
|
|
188
|
-
"declaration": {
|
|
189
|
-
"name": "*",
|
|
190
|
-
"package": "./when-else"
|
|
191
|
-
}
|
|
192
|
-
}
|
|
193
|
-
]
|
|
194
|
-
},
|
|
195
172
|
{
|
|
196
173
|
"kind": "javascript-module",
|
|
197
174
|
"path": "src/data/inMemoryDatabase.ts",
|
|
@@ -392,7 +369,7 @@
|
|
|
392
369
|
},
|
|
393
370
|
{
|
|
394
371
|
"kind": "javascript-module",
|
|
395
|
-
"path": "src/
|
|
372
|
+
"path": "src/decorators/index.ts",
|
|
396
373
|
"declarations": [],
|
|
397
374
|
"exports": [
|
|
398
375
|
{
|
|
@@ -400,7 +377,118 @@
|
|
|
400
377
|
"name": "*",
|
|
401
378
|
"declaration": {
|
|
402
379
|
"name": "*",
|
|
403
|
-
"package": "./
|
|
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/design-system/design-system.ts",
|
|
426
|
+
"declarations": [
|
|
427
|
+
{
|
|
428
|
+
"kind": "function",
|
|
429
|
+
"name": "assureDesignSystem",
|
|
430
|
+
"return": {
|
|
431
|
+
"type": {
|
|
432
|
+
"text": "DesignSystemModule"
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
"parameters": [
|
|
436
|
+
{
|
|
437
|
+
"name": "module",
|
|
438
|
+
"type": {
|
|
439
|
+
"text": "DesignSystemModule"
|
|
440
|
+
}
|
|
441
|
+
}
|
|
442
|
+
],
|
|
443
|
+
"description": "assureDesignSystem.",
|
|
444
|
+
"privacy": "public"
|
|
445
|
+
}
|
|
446
|
+
],
|
|
447
|
+
"exports": [
|
|
448
|
+
{
|
|
449
|
+
"kind": "js",
|
|
450
|
+
"name": "assureDesignSystem",
|
|
451
|
+
"declaration": {
|
|
452
|
+
"name": "assureDesignSystem",
|
|
453
|
+
"module": "src/design-system/design-system.ts"
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
]
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"kind": "javascript-module",
|
|
460
|
+
"path": "src/design-system/index.ts",
|
|
461
|
+
"declarations": [],
|
|
462
|
+
"exports": [
|
|
463
|
+
{
|
|
464
|
+
"kind": "js",
|
|
465
|
+
"name": "*",
|
|
466
|
+
"declaration": {
|
|
467
|
+
"name": "*",
|
|
468
|
+
"package": "./design-system"
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
]
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"kind": "javascript-module",
|
|
475
|
+
"path": "src/directives/index.ts",
|
|
476
|
+
"declarations": [],
|
|
477
|
+
"exports": [
|
|
478
|
+
{
|
|
479
|
+
"kind": "js",
|
|
480
|
+
"name": "*",
|
|
481
|
+
"declaration": {
|
|
482
|
+
"name": "*",
|
|
483
|
+
"package": "./sync"
|
|
484
|
+
}
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"kind": "js",
|
|
488
|
+
"name": "*",
|
|
489
|
+
"declaration": {
|
|
490
|
+
"name": "*",
|
|
491
|
+
"package": "./when-else"
|
|
404
492
|
}
|
|
405
493
|
}
|
|
406
494
|
]
|
|
@@ -695,7 +783,7 @@
|
|
|
695
783
|
},
|
|
696
784
|
{
|
|
697
785
|
"kind": "javascript-module",
|
|
698
|
-
"path": "src/
|
|
786
|
+
"path": "src/encoding/index.ts",
|
|
699
787
|
"declarations": [],
|
|
700
788
|
"exports": [
|
|
701
789
|
{
|
|
@@ -703,45 +791,7 @@
|
|
|
703
791
|
"name": "*",
|
|
704
792
|
"declaration": {
|
|
705
793
|
"name": "*",
|
|
706
|
-
"package": "./
|
|
707
|
-
}
|
|
708
|
-
}
|
|
709
|
-
]
|
|
710
|
-
},
|
|
711
|
-
{
|
|
712
|
-
"kind": "javascript-module",
|
|
713
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
714
|
-
"declarations": [
|
|
715
|
-
{
|
|
716
|
-
"kind": "function",
|
|
717
|
-
"name": "renderOnChange",
|
|
718
|
-
"parameters": [
|
|
719
|
-
{
|
|
720
|
-
"name": "target",
|
|
721
|
-
"type": {
|
|
722
|
-
"text": "FASTElement & { render(): void }"
|
|
723
|
-
},
|
|
724
|
-
"description": "The target to define the property change handler on."
|
|
725
|
-
},
|
|
726
|
-
{
|
|
727
|
-
"name": "name",
|
|
728
|
-
"type": {
|
|
729
|
-
"text": "string"
|
|
730
|
-
},
|
|
731
|
-
"description": "The property name."
|
|
732
|
-
}
|
|
733
|
-
],
|
|
734
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
735
|
-
"privacy": "public"
|
|
736
|
-
}
|
|
737
|
-
],
|
|
738
|
-
"exports": [
|
|
739
|
-
{
|
|
740
|
-
"kind": "js",
|
|
741
|
-
"name": "renderOnChange",
|
|
742
|
-
"declaration": {
|
|
743
|
-
"name": "renderOnChange",
|
|
744
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
794
|
+
"package": "./base64"
|
|
745
795
|
}
|
|
746
796
|
}
|
|
747
797
|
]
|
|
@@ -945,56 +995,6 @@
|
|
|
945
995
|
}
|
|
946
996
|
]
|
|
947
997
|
},
|
|
948
|
-
{
|
|
949
|
-
"kind": "javascript-module",
|
|
950
|
-
"path": "src/design-system/design-system.ts",
|
|
951
|
-
"declarations": [
|
|
952
|
-
{
|
|
953
|
-
"kind": "function",
|
|
954
|
-
"name": "assureDesignSystem",
|
|
955
|
-
"return": {
|
|
956
|
-
"type": {
|
|
957
|
-
"text": "DesignSystemModule"
|
|
958
|
-
}
|
|
959
|
-
},
|
|
960
|
-
"parameters": [
|
|
961
|
-
{
|
|
962
|
-
"name": "module",
|
|
963
|
-
"type": {
|
|
964
|
-
"text": "DesignSystemModule"
|
|
965
|
-
}
|
|
966
|
-
}
|
|
967
|
-
],
|
|
968
|
-
"description": "assureDesignSystem.",
|
|
969
|
-
"privacy": "public"
|
|
970
|
-
}
|
|
971
|
-
],
|
|
972
|
-
"exports": [
|
|
973
|
-
{
|
|
974
|
-
"kind": "js",
|
|
975
|
-
"name": "assureDesignSystem",
|
|
976
|
-
"declaration": {
|
|
977
|
-
"name": "assureDesignSystem",
|
|
978
|
-
"module": "src/design-system/design-system.ts"
|
|
979
|
-
}
|
|
980
|
-
}
|
|
981
|
-
]
|
|
982
|
-
},
|
|
983
|
-
{
|
|
984
|
-
"kind": "javascript-module",
|
|
985
|
-
"path": "src/design-system/index.ts",
|
|
986
|
-
"declarations": [],
|
|
987
|
-
"exports": [
|
|
988
|
-
{
|
|
989
|
-
"kind": "js",
|
|
990
|
-
"name": "*",
|
|
991
|
-
"declaration": {
|
|
992
|
-
"name": "*",
|
|
993
|
-
"package": "./design-system"
|
|
994
|
-
}
|
|
995
|
-
}
|
|
996
|
-
]
|
|
997
|
-
},
|
|
998
998
|
{
|
|
999
999
|
"kind": "javascript-module",
|
|
1000
1000
|
"path": "src/formatters/datetime.ts",
|
|
@@ -1714,43 +1714,6 @@
|
|
|
1714
1714
|
}
|
|
1715
1715
|
]
|
|
1716
1716
|
},
|
|
1717
|
-
{
|
|
1718
|
-
"kind": "javascript-module",
|
|
1719
|
-
"path": "src/utils/index.ts",
|
|
1720
|
-
"declarations": [],
|
|
1721
|
-
"exports": [
|
|
1722
|
-
{
|
|
1723
|
-
"kind": "js",
|
|
1724
|
-
"name": "*",
|
|
1725
|
-
"declaration": {
|
|
1726
|
-
"name": "*",
|
|
1727
|
-
"package": "./logger"
|
|
1728
|
-
}
|
|
1729
|
-
}
|
|
1730
|
-
]
|
|
1731
|
-
},
|
|
1732
|
-
{
|
|
1733
|
-
"kind": "javascript-module",
|
|
1734
|
-
"path": "src/utils/logger.ts",
|
|
1735
|
-
"declarations": [
|
|
1736
|
-
{
|
|
1737
|
-
"kind": "variable",
|
|
1738
|
-
"name": "logger",
|
|
1739
|
-
"description": "Logger for the foundation-utils package",
|
|
1740
|
-
"privacy": "public"
|
|
1741
|
-
}
|
|
1742
|
-
],
|
|
1743
|
-
"exports": [
|
|
1744
|
-
{
|
|
1745
|
-
"kind": "js",
|
|
1746
|
-
"name": "logger",
|
|
1747
|
-
"declaration": {
|
|
1748
|
-
"name": "logger",
|
|
1749
|
-
"module": "src/utils/logger.ts"
|
|
1750
|
-
}
|
|
1751
|
-
}
|
|
1752
|
-
]
|
|
1753
|
-
},
|
|
1754
1717
|
{
|
|
1755
1718
|
"kind": "javascript-module",
|
|
1756
1719
|
"path": "src/styles/color.ts",
|
|
@@ -2098,6 +2061,43 @@
|
|
|
2098
2061
|
}
|
|
2099
2062
|
]
|
|
2100
2063
|
},
|
|
2064
|
+
{
|
|
2065
|
+
"kind": "javascript-module",
|
|
2066
|
+
"path": "src/utils/index.ts",
|
|
2067
|
+
"declarations": [],
|
|
2068
|
+
"exports": [
|
|
2069
|
+
{
|
|
2070
|
+
"kind": "js",
|
|
2071
|
+
"name": "*",
|
|
2072
|
+
"declaration": {
|
|
2073
|
+
"name": "*",
|
|
2074
|
+
"package": "./logger"
|
|
2075
|
+
}
|
|
2076
|
+
}
|
|
2077
|
+
]
|
|
2078
|
+
},
|
|
2079
|
+
{
|
|
2080
|
+
"kind": "javascript-module",
|
|
2081
|
+
"path": "src/utils/logger.ts",
|
|
2082
|
+
"declarations": [
|
|
2083
|
+
{
|
|
2084
|
+
"kind": "variable",
|
|
2085
|
+
"name": "logger",
|
|
2086
|
+
"description": "Logger for the foundation-utils package",
|
|
2087
|
+
"privacy": "public"
|
|
2088
|
+
}
|
|
2089
|
+
],
|
|
2090
|
+
"exports": [
|
|
2091
|
+
{
|
|
2092
|
+
"kind": "js",
|
|
2093
|
+
"name": "logger",
|
|
2094
|
+
"declaration": {
|
|
2095
|
+
"name": "logger",
|
|
2096
|
+
"module": "src/utils/logger.ts"
|
|
2097
|
+
}
|
|
2098
|
+
}
|
|
2099
|
+
]
|
|
2100
|
+
},
|
|
2101
2101
|
{
|
|
2102
2102
|
"kind": "javascript-module",
|
|
2103
2103
|
"path": "src/uuid/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.228.
|
|
4
|
+
"version": "14.228.1",
|
|
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.228.
|
|
31
|
-
"@genesislcap/genx": "14.228.
|
|
32
|
-
"@genesislcap/rollup-builder": "14.228.
|
|
33
|
-
"@genesislcap/ts-builder": "14.228.
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.228.
|
|
35
|
-
"@genesislcap/vite-builder": "14.228.
|
|
36
|
-
"@genesislcap/webpack-builder": "14.228.
|
|
30
|
+
"@genesislcap/foundation-testing": "14.228.1",
|
|
31
|
+
"@genesislcap/genx": "14.228.1",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.228.1",
|
|
33
|
+
"@genesislcap/ts-builder": "14.228.1",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.228.1",
|
|
35
|
+
"@genesislcap/vite-builder": "14.228.1",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.228.1",
|
|
37
37
|
"rimraf": "^5.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/foundation-logger": "14.228.
|
|
40
|
+
"@genesislcap/foundation-logger": "14.228.1",
|
|
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": "de2984f5aaeb838969fddf3df7d4417119bbabf3"
|
|
59
59
|
}
|