@genesislcap/foundation-utils 14.383.2 → 14.384.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 +184 -184
- package/package.json +11 -11
|
@@ -193,44 +193,6 @@
|
|
|
193
193
|
}
|
|
194
194
|
]
|
|
195
195
|
},
|
|
196
|
-
{
|
|
197
|
-
"kind": "javascript-module",
|
|
198
|
-
"path": "src/directives/index.ts",
|
|
199
|
-
"declarations": [],
|
|
200
|
-
"exports": [
|
|
201
|
-
{
|
|
202
|
-
"kind": "js",
|
|
203
|
-
"name": "*",
|
|
204
|
-
"declaration": {
|
|
205
|
-
"name": "*",
|
|
206
|
-
"package": "./sync"
|
|
207
|
-
}
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"kind": "js",
|
|
211
|
-
"name": "*",
|
|
212
|
-
"declaration": {
|
|
213
|
-
"name": "*",
|
|
214
|
-
"package": "./when-else"
|
|
215
|
-
}
|
|
216
|
-
}
|
|
217
|
-
]
|
|
218
|
-
},
|
|
219
|
-
{
|
|
220
|
-
"kind": "javascript-module",
|
|
221
|
-
"path": "src/encoding/index.ts",
|
|
222
|
-
"declarations": [],
|
|
223
|
-
"exports": [
|
|
224
|
-
{
|
|
225
|
-
"kind": "js",
|
|
226
|
-
"name": "*",
|
|
227
|
-
"declaration": {
|
|
228
|
-
"name": "*",
|
|
229
|
-
"package": "./base64"
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
|
-
]
|
|
233
|
-
},
|
|
234
196
|
{
|
|
235
197
|
"kind": "javascript-module",
|
|
236
198
|
"path": "src/data/inMemoryDatabase.ts",
|
|
@@ -429,6 +391,97 @@
|
|
|
429
391
|
}
|
|
430
392
|
]
|
|
431
393
|
},
|
|
394
|
+
{
|
|
395
|
+
"kind": "javascript-module",
|
|
396
|
+
"path": "src/decorators/index.ts",
|
|
397
|
+
"declarations": [],
|
|
398
|
+
"exports": [
|
|
399
|
+
{
|
|
400
|
+
"kind": "js",
|
|
401
|
+
"name": "*",
|
|
402
|
+
"declaration": {
|
|
403
|
+
"name": "*",
|
|
404
|
+
"package": "./renderOnChange"
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
]
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"kind": "javascript-module",
|
|
411
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
412
|
+
"declarations": [
|
|
413
|
+
{
|
|
414
|
+
"kind": "function",
|
|
415
|
+
"name": "renderOnChange",
|
|
416
|
+
"parameters": [
|
|
417
|
+
{
|
|
418
|
+
"name": "target",
|
|
419
|
+
"type": {
|
|
420
|
+
"text": "FASTElement & { render(): void }"
|
|
421
|
+
},
|
|
422
|
+
"description": "The target to define the property change handler on."
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"name": "name",
|
|
426
|
+
"type": {
|
|
427
|
+
"text": "string"
|
|
428
|
+
},
|
|
429
|
+
"description": "The property name."
|
|
430
|
+
}
|
|
431
|
+
],
|
|
432
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
433
|
+
"privacy": "public"
|
|
434
|
+
}
|
|
435
|
+
],
|
|
436
|
+
"exports": [
|
|
437
|
+
{
|
|
438
|
+
"kind": "js",
|
|
439
|
+
"name": "renderOnChange",
|
|
440
|
+
"declaration": {
|
|
441
|
+
"name": "renderOnChange",
|
|
442
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
443
|
+
}
|
|
444
|
+
}
|
|
445
|
+
]
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"kind": "javascript-module",
|
|
449
|
+
"path": "src/directives/index.ts",
|
|
450
|
+
"declarations": [],
|
|
451
|
+
"exports": [
|
|
452
|
+
{
|
|
453
|
+
"kind": "js",
|
|
454
|
+
"name": "*",
|
|
455
|
+
"declaration": {
|
|
456
|
+
"name": "*",
|
|
457
|
+
"package": "./sync"
|
|
458
|
+
}
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"kind": "js",
|
|
462
|
+
"name": "*",
|
|
463
|
+
"declaration": {
|
|
464
|
+
"name": "*",
|
|
465
|
+
"package": "./when-else"
|
|
466
|
+
}
|
|
467
|
+
}
|
|
468
|
+
]
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"kind": "javascript-module",
|
|
472
|
+
"path": "src/encoding/index.ts",
|
|
473
|
+
"declarations": [],
|
|
474
|
+
"exports": [
|
|
475
|
+
{
|
|
476
|
+
"kind": "js",
|
|
477
|
+
"name": "*",
|
|
478
|
+
"declaration": {
|
|
479
|
+
"name": "*",
|
|
480
|
+
"package": "./base64"
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
]
|
|
484
|
+
},
|
|
432
485
|
{
|
|
433
486
|
"kind": "javascript-module",
|
|
434
487
|
"path": "src/env/index.ts",
|
|
@@ -906,53 +959,120 @@
|
|
|
906
959
|
},
|
|
907
960
|
{
|
|
908
961
|
"kind": "javascript-module",
|
|
909
|
-
"path": "src/
|
|
910
|
-
"declarations": [],
|
|
911
|
-
"exports": [
|
|
912
|
-
{
|
|
913
|
-
"kind": "js",
|
|
914
|
-
"name": "*",
|
|
915
|
-
"declaration": {
|
|
916
|
-
"name": "*",
|
|
917
|
-
"package": "./renderOnChange"
|
|
918
|
-
}
|
|
919
|
-
}
|
|
920
|
-
]
|
|
921
|
-
},
|
|
922
|
-
{
|
|
923
|
-
"kind": "javascript-module",
|
|
924
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
962
|
+
"path": "src/design-system/design-system.ts",
|
|
925
963
|
"declarations": [
|
|
926
964
|
{
|
|
927
965
|
"kind": "function",
|
|
928
|
-
"name": "
|
|
966
|
+
"name": "assureDesignSystem",
|
|
967
|
+
"return": {
|
|
968
|
+
"type": {
|
|
969
|
+
"text": "DesignSystemModule"
|
|
970
|
+
}
|
|
971
|
+
},
|
|
929
972
|
"parameters": [
|
|
930
973
|
{
|
|
931
|
-
"name": "
|
|
974
|
+
"name": "module",
|
|
932
975
|
"type": {
|
|
933
|
-
"text": "
|
|
976
|
+
"text": "DesignSystemModule"
|
|
977
|
+
}
|
|
978
|
+
}
|
|
979
|
+
],
|
|
980
|
+
"description": "assureDesignSystem.",
|
|
981
|
+
"privacy": "public"
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
"kind": "function",
|
|
985
|
+
"name": "getCurrentDesignSystem",
|
|
986
|
+
"return": {
|
|
987
|
+
"type": {
|
|
988
|
+
"text": ""
|
|
989
|
+
}
|
|
990
|
+
},
|
|
991
|
+
"parameters": [
|
|
992
|
+
{
|
|
993
|
+
"name": "element",
|
|
994
|
+
"type": {
|
|
995
|
+
"text": "HTMLElement"
|
|
934
996
|
},
|
|
935
|
-
"description": "The
|
|
997
|
+
"description": "The starting HTML element"
|
|
936
998
|
},
|
|
937
999
|
{
|
|
938
|
-
"name": "
|
|
1000
|
+
"name": "fallbackPrefix",
|
|
939
1001
|
"type": {
|
|
940
1002
|
"text": "string"
|
|
941
1003
|
},
|
|
942
|
-
"description": "The
|
|
1004
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
943
1005
|
}
|
|
944
1006
|
],
|
|
945
|
-
"description": "
|
|
1007
|
+
"description": "Get the current design system provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
1008
|
+
"privacy": "public"
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
"kind": "function",
|
|
1012
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
1013
|
+
"return": {
|
|
1014
|
+
"type": {
|
|
1015
|
+
"text": ""
|
|
1016
|
+
}
|
|
1017
|
+
},
|
|
1018
|
+
"parameters": [
|
|
1019
|
+
{
|
|
1020
|
+
"name": "element",
|
|
1021
|
+
"type": {
|
|
1022
|
+
"text": "HTMLElement"
|
|
1023
|
+
},
|
|
1024
|
+
"description": "The starting HTML element"
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
"name": "fallbackPrefix",
|
|
1028
|
+
"type": {
|
|
1029
|
+
"text": "string"
|
|
1030
|
+
},
|
|
1031
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
1032
|
+
}
|
|
1033
|
+
],
|
|
1034
|
+
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
946
1035
|
"privacy": "public"
|
|
947
1036
|
}
|
|
948
1037
|
],
|
|
949
1038
|
"exports": [
|
|
950
1039
|
{
|
|
951
1040
|
"kind": "js",
|
|
952
|
-
"name": "
|
|
1041
|
+
"name": "assureDesignSystem",
|
|
953
1042
|
"declaration": {
|
|
954
|
-
"name": "
|
|
955
|
-
"module": "src/
|
|
1043
|
+
"name": "assureDesignSystem",
|
|
1044
|
+
"module": "src/design-system/design-system.ts"
|
|
1045
|
+
}
|
|
1046
|
+
},
|
|
1047
|
+
{
|
|
1048
|
+
"kind": "js",
|
|
1049
|
+
"name": "getCurrentDesignSystem",
|
|
1050
|
+
"declaration": {
|
|
1051
|
+
"name": "getCurrentDesignSystem",
|
|
1052
|
+
"module": "src/design-system/design-system.ts"
|
|
1053
|
+
}
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"kind": "js",
|
|
1057
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
1058
|
+
"declaration": {
|
|
1059
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
1060
|
+
"module": "src/design-system/design-system.ts"
|
|
1061
|
+
}
|
|
1062
|
+
}
|
|
1063
|
+
]
|
|
1064
|
+
},
|
|
1065
|
+
{
|
|
1066
|
+
"kind": "javascript-module",
|
|
1067
|
+
"path": "src/design-system/index.ts",
|
|
1068
|
+
"declarations": [],
|
|
1069
|
+
"exports": [
|
|
1070
|
+
{
|
|
1071
|
+
"kind": "js",
|
|
1072
|
+
"name": "*",
|
|
1073
|
+
"declaration": {
|
|
1074
|
+
"name": "*",
|
|
1075
|
+
"package": "./design-system"
|
|
956
1076
|
}
|
|
957
1077
|
}
|
|
958
1078
|
]
|
|
@@ -1156,126 +1276,6 @@
|
|
|
1156
1276
|
}
|
|
1157
1277
|
]
|
|
1158
1278
|
},
|
|
1159
|
-
{
|
|
1160
|
-
"kind": "javascript-module",
|
|
1161
|
-
"path": "src/design-system/design-system.ts",
|
|
1162
|
-
"declarations": [
|
|
1163
|
-
{
|
|
1164
|
-
"kind": "function",
|
|
1165
|
-
"name": "assureDesignSystem",
|
|
1166
|
-
"return": {
|
|
1167
|
-
"type": {
|
|
1168
|
-
"text": "DesignSystemModule"
|
|
1169
|
-
}
|
|
1170
|
-
},
|
|
1171
|
-
"parameters": [
|
|
1172
|
-
{
|
|
1173
|
-
"name": "module",
|
|
1174
|
-
"type": {
|
|
1175
|
-
"text": "DesignSystemModule"
|
|
1176
|
-
}
|
|
1177
|
-
}
|
|
1178
|
-
],
|
|
1179
|
-
"description": "assureDesignSystem.",
|
|
1180
|
-
"privacy": "public"
|
|
1181
|
-
},
|
|
1182
|
-
{
|
|
1183
|
-
"kind": "function",
|
|
1184
|
-
"name": "getCurrentDesignSystem",
|
|
1185
|
-
"return": {
|
|
1186
|
-
"type": {
|
|
1187
|
-
"text": ""
|
|
1188
|
-
}
|
|
1189
|
-
},
|
|
1190
|
-
"parameters": [
|
|
1191
|
-
{
|
|
1192
|
-
"name": "element",
|
|
1193
|
-
"type": {
|
|
1194
|
-
"text": "HTMLElement"
|
|
1195
|
-
},
|
|
1196
|
-
"description": "The starting HTML element"
|
|
1197
|
-
},
|
|
1198
|
-
{
|
|
1199
|
-
"name": "fallbackPrefix",
|
|
1200
|
-
"type": {
|
|
1201
|
-
"text": "string"
|
|
1202
|
-
},
|
|
1203
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
1204
|
-
}
|
|
1205
|
-
],
|
|
1206
|
-
"description": "Get the current design system provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
1207
|
-
"privacy": "public"
|
|
1208
|
-
},
|
|
1209
|
-
{
|
|
1210
|
-
"kind": "function",
|
|
1211
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
1212
|
-
"return": {
|
|
1213
|
-
"type": {
|
|
1214
|
-
"text": ""
|
|
1215
|
-
}
|
|
1216
|
-
},
|
|
1217
|
-
"parameters": [
|
|
1218
|
-
{
|
|
1219
|
-
"name": "element",
|
|
1220
|
-
"type": {
|
|
1221
|
-
"text": "HTMLElement"
|
|
1222
|
-
},
|
|
1223
|
-
"description": "The starting HTML element"
|
|
1224
|
-
},
|
|
1225
|
-
{
|
|
1226
|
-
"name": "fallbackPrefix",
|
|
1227
|
-
"type": {
|
|
1228
|
-
"text": "string"
|
|
1229
|
-
},
|
|
1230
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
1231
|
-
}
|
|
1232
|
-
],
|
|
1233
|
-
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
1234
|
-
"privacy": "public"
|
|
1235
|
-
}
|
|
1236
|
-
],
|
|
1237
|
-
"exports": [
|
|
1238
|
-
{
|
|
1239
|
-
"kind": "js",
|
|
1240
|
-
"name": "assureDesignSystem",
|
|
1241
|
-
"declaration": {
|
|
1242
|
-
"name": "assureDesignSystem",
|
|
1243
|
-
"module": "src/design-system/design-system.ts"
|
|
1244
|
-
}
|
|
1245
|
-
},
|
|
1246
|
-
{
|
|
1247
|
-
"kind": "js",
|
|
1248
|
-
"name": "getCurrentDesignSystem",
|
|
1249
|
-
"declaration": {
|
|
1250
|
-
"name": "getCurrentDesignSystem",
|
|
1251
|
-
"module": "src/design-system/design-system.ts"
|
|
1252
|
-
}
|
|
1253
|
-
},
|
|
1254
|
-
{
|
|
1255
|
-
"kind": "js",
|
|
1256
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
1257
|
-
"declaration": {
|
|
1258
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
1259
|
-
"module": "src/design-system/design-system.ts"
|
|
1260
|
-
}
|
|
1261
|
-
}
|
|
1262
|
-
]
|
|
1263
|
-
},
|
|
1264
|
-
{
|
|
1265
|
-
"kind": "javascript-module",
|
|
1266
|
-
"path": "src/design-system/index.ts",
|
|
1267
|
-
"declarations": [],
|
|
1268
|
-
"exports": [
|
|
1269
|
-
{
|
|
1270
|
-
"kind": "js",
|
|
1271
|
-
"name": "*",
|
|
1272
|
-
"declaration": {
|
|
1273
|
-
"name": "*",
|
|
1274
|
-
"package": "./design-system"
|
|
1275
|
-
}
|
|
1276
|
-
}
|
|
1277
|
-
]
|
|
1278
|
-
},
|
|
1279
1279
|
{
|
|
1280
1280
|
"kind": "javascript-module",
|
|
1281
1281
|
"path": "src/feature-flags/featureFlags.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.384.0",
|
|
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.
|
|
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.384.0",
|
|
31
|
+
"@genesislcap/genx": "14.384.0",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.384.0",
|
|
33
|
+
"@genesislcap/ts-builder": "14.384.0",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.384.0",
|
|
35
|
+
"@genesislcap/vite-builder": "14.384.0",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.384.0",
|
|
37
37
|
"@types/json-schema": "^7.0.11"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/expression-builder": "14.
|
|
41
|
-
"@genesislcap/foundation-logger": "14.
|
|
40
|
+
"@genesislcap/expression-builder": "14.384.0",
|
|
41
|
+
"@genesislcap/foundation-logger": "14.384.0",
|
|
42
42
|
"@microsoft/fast-components": "2.30.6",
|
|
43
43
|
"@microsoft/fast-element": "1.14.0",
|
|
44
44
|
"@microsoft/fast-foundation": "2.49.6",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"access": "public"
|
|
57
57
|
},
|
|
58
58
|
"customElements": "dist/custom-elements.json",
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "694c91c06a80aecb828db5fa2627379c5b29a033"
|
|
60
60
|
}
|