@genesislcap/foundation-utils 14.401.4 → 14.402.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 +143 -143
- package/package.json +11 -11
|
@@ -399,6 +399,29 @@
|
|
|
399
399
|
}
|
|
400
400
|
]
|
|
401
401
|
},
|
|
402
|
+
{
|
|
403
|
+
"kind": "javascript-module",
|
|
404
|
+
"path": "src/directives/index.ts",
|
|
405
|
+
"declarations": [],
|
|
406
|
+
"exports": [
|
|
407
|
+
{
|
|
408
|
+
"kind": "js",
|
|
409
|
+
"name": "*",
|
|
410
|
+
"declaration": {
|
|
411
|
+
"name": "*",
|
|
412
|
+
"package": "./sync"
|
|
413
|
+
}
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"kind": "js",
|
|
417
|
+
"name": "*",
|
|
418
|
+
"declaration": {
|
|
419
|
+
"name": "*",
|
|
420
|
+
"package": "./when-else"
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
]
|
|
424
|
+
},
|
|
402
425
|
{
|
|
403
426
|
"kind": "javascript-module",
|
|
404
427
|
"path": "src/decorators/index.ts",
|
|
@@ -452,29 +475,6 @@
|
|
|
452
475
|
}
|
|
453
476
|
]
|
|
454
477
|
},
|
|
455
|
-
{
|
|
456
|
-
"kind": "javascript-module",
|
|
457
|
-
"path": "src/directives/index.ts",
|
|
458
|
-
"declarations": [],
|
|
459
|
-
"exports": [
|
|
460
|
-
{
|
|
461
|
-
"kind": "js",
|
|
462
|
-
"name": "*",
|
|
463
|
-
"declaration": {
|
|
464
|
-
"name": "*",
|
|
465
|
-
"package": "./sync"
|
|
466
|
-
}
|
|
467
|
-
},
|
|
468
|
-
{
|
|
469
|
-
"kind": "js",
|
|
470
|
-
"name": "*",
|
|
471
|
-
"declaration": {
|
|
472
|
-
"name": "*",
|
|
473
|
-
"package": "./when-else"
|
|
474
|
-
}
|
|
475
|
-
}
|
|
476
|
-
]
|
|
477
|
-
},
|
|
478
478
|
{
|
|
479
479
|
"kind": "javascript-module",
|
|
480
480
|
"path": "src/encoding/index.ts",
|
|
@@ -965,126 +965,6 @@
|
|
|
965
965
|
}
|
|
966
966
|
]
|
|
967
967
|
},
|
|
968
|
-
{
|
|
969
|
-
"kind": "javascript-module",
|
|
970
|
-
"path": "src/design-system/design-system.ts",
|
|
971
|
-
"declarations": [
|
|
972
|
-
{
|
|
973
|
-
"kind": "function",
|
|
974
|
-
"name": "assureDesignSystem",
|
|
975
|
-
"return": {
|
|
976
|
-
"type": {
|
|
977
|
-
"text": "DesignSystemModule"
|
|
978
|
-
}
|
|
979
|
-
},
|
|
980
|
-
"parameters": [
|
|
981
|
-
{
|
|
982
|
-
"name": "module",
|
|
983
|
-
"type": {
|
|
984
|
-
"text": "DesignSystemModule"
|
|
985
|
-
}
|
|
986
|
-
}
|
|
987
|
-
],
|
|
988
|
-
"description": "assureDesignSystem.",
|
|
989
|
-
"privacy": "public"
|
|
990
|
-
},
|
|
991
|
-
{
|
|
992
|
-
"kind": "function",
|
|
993
|
-
"name": "getCurrentDesignSystem",
|
|
994
|
-
"return": {
|
|
995
|
-
"type": {
|
|
996
|
-
"text": ""
|
|
997
|
-
}
|
|
998
|
-
},
|
|
999
|
-
"parameters": [
|
|
1000
|
-
{
|
|
1001
|
-
"name": "element",
|
|
1002
|
-
"type": {
|
|
1003
|
-
"text": "HTMLElement"
|
|
1004
|
-
},
|
|
1005
|
-
"description": "The starting HTML element"
|
|
1006
|
-
},
|
|
1007
|
-
{
|
|
1008
|
-
"name": "fallbackPrefix",
|
|
1009
|
-
"type": {
|
|
1010
|
-
"text": "string"
|
|
1011
|
-
},
|
|
1012
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
1013
|
-
}
|
|
1014
|
-
],
|
|
1015
|
-
"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.",
|
|
1016
|
-
"privacy": "public"
|
|
1017
|
-
},
|
|
1018
|
-
{
|
|
1019
|
-
"kind": "function",
|
|
1020
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
1021
|
-
"return": {
|
|
1022
|
-
"type": {
|
|
1023
|
-
"text": ""
|
|
1024
|
-
}
|
|
1025
|
-
},
|
|
1026
|
-
"parameters": [
|
|
1027
|
-
{
|
|
1028
|
-
"name": "element",
|
|
1029
|
-
"type": {
|
|
1030
|
-
"text": "HTMLElement"
|
|
1031
|
-
},
|
|
1032
|
-
"description": "The starting HTML element"
|
|
1033
|
-
},
|
|
1034
|
-
{
|
|
1035
|
-
"name": "fallbackPrefix",
|
|
1036
|
-
"type": {
|
|
1037
|
-
"text": "string"
|
|
1038
|
-
},
|
|
1039
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
1040
|
-
}
|
|
1041
|
-
],
|
|
1042
|
-
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
1043
|
-
"privacy": "public"
|
|
1044
|
-
}
|
|
1045
|
-
],
|
|
1046
|
-
"exports": [
|
|
1047
|
-
{
|
|
1048
|
-
"kind": "js",
|
|
1049
|
-
"name": "assureDesignSystem",
|
|
1050
|
-
"declaration": {
|
|
1051
|
-
"name": "assureDesignSystem",
|
|
1052
|
-
"module": "src/design-system/design-system.ts"
|
|
1053
|
-
}
|
|
1054
|
-
},
|
|
1055
|
-
{
|
|
1056
|
-
"kind": "js",
|
|
1057
|
-
"name": "getCurrentDesignSystem",
|
|
1058
|
-
"declaration": {
|
|
1059
|
-
"name": "getCurrentDesignSystem",
|
|
1060
|
-
"module": "src/design-system/design-system.ts"
|
|
1061
|
-
}
|
|
1062
|
-
},
|
|
1063
|
-
{
|
|
1064
|
-
"kind": "js",
|
|
1065
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
1066
|
-
"declaration": {
|
|
1067
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
1068
|
-
"module": "src/design-system/design-system.ts"
|
|
1069
|
-
}
|
|
1070
|
-
}
|
|
1071
|
-
]
|
|
1072
|
-
},
|
|
1073
|
-
{
|
|
1074
|
-
"kind": "javascript-module",
|
|
1075
|
-
"path": "src/design-system/index.ts",
|
|
1076
|
-
"declarations": [],
|
|
1077
|
-
"exports": [
|
|
1078
|
-
{
|
|
1079
|
-
"kind": "js",
|
|
1080
|
-
"name": "*",
|
|
1081
|
-
"declaration": {
|
|
1082
|
-
"name": "*",
|
|
1083
|
-
"package": "./design-system"
|
|
1084
|
-
}
|
|
1085
|
-
}
|
|
1086
|
-
]
|
|
1087
|
-
},
|
|
1088
968
|
{
|
|
1089
969
|
"kind": "javascript-module",
|
|
1090
970
|
"path": "src/error/errorMap.ts",
|
|
@@ -1284,6 +1164,126 @@
|
|
|
1284
1164
|
}
|
|
1285
1165
|
]
|
|
1286
1166
|
},
|
|
1167
|
+
{
|
|
1168
|
+
"kind": "javascript-module",
|
|
1169
|
+
"path": "src/design-system/design-system.ts",
|
|
1170
|
+
"declarations": [
|
|
1171
|
+
{
|
|
1172
|
+
"kind": "function",
|
|
1173
|
+
"name": "assureDesignSystem",
|
|
1174
|
+
"return": {
|
|
1175
|
+
"type": {
|
|
1176
|
+
"text": "DesignSystemModule"
|
|
1177
|
+
}
|
|
1178
|
+
},
|
|
1179
|
+
"parameters": [
|
|
1180
|
+
{
|
|
1181
|
+
"name": "module",
|
|
1182
|
+
"type": {
|
|
1183
|
+
"text": "DesignSystemModule"
|
|
1184
|
+
}
|
|
1185
|
+
}
|
|
1186
|
+
],
|
|
1187
|
+
"description": "assureDesignSystem.",
|
|
1188
|
+
"privacy": "public"
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
"kind": "function",
|
|
1192
|
+
"name": "getCurrentDesignSystem",
|
|
1193
|
+
"return": {
|
|
1194
|
+
"type": {
|
|
1195
|
+
"text": ""
|
|
1196
|
+
}
|
|
1197
|
+
},
|
|
1198
|
+
"parameters": [
|
|
1199
|
+
{
|
|
1200
|
+
"name": "element",
|
|
1201
|
+
"type": {
|
|
1202
|
+
"text": "HTMLElement"
|
|
1203
|
+
},
|
|
1204
|
+
"description": "The starting HTML element"
|
|
1205
|
+
},
|
|
1206
|
+
{
|
|
1207
|
+
"name": "fallbackPrefix",
|
|
1208
|
+
"type": {
|
|
1209
|
+
"text": "string"
|
|
1210
|
+
},
|
|
1211
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
1212
|
+
}
|
|
1213
|
+
],
|
|
1214
|
+
"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.",
|
|
1215
|
+
"privacy": "public"
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
"kind": "function",
|
|
1219
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
1220
|
+
"return": {
|
|
1221
|
+
"type": {
|
|
1222
|
+
"text": ""
|
|
1223
|
+
}
|
|
1224
|
+
},
|
|
1225
|
+
"parameters": [
|
|
1226
|
+
{
|
|
1227
|
+
"name": "element",
|
|
1228
|
+
"type": {
|
|
1229
|
+
"text": "HTMLElement"
|
|
1230
|
+
},
|
|
1231
|
+
"description": "The starting HTML element"
|
|
1232
|
+
},
|
|
1233
|
+
{
|
|
1234
|
+
"name": "fallbackPrefix",
|
|
1235
|
+
"type": {
|
|
1236
|
+
"text": "string"
|
|
1237
|
+
},
|
|
1238
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
1239
|
+
}
|
|
1240
|
+
],
|
|
1241
|
+
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
1242
|
+
"privacy": "public"
|
|
1243
|
+
}
|
|
1244
|
+
],
|
|
1245
|
+
"exports": [
|
|
1246
|
+
{
|
|
1247
|
+
"kind": "js",
|
|
1248
|
+
"name": "assureDesignSystem",
|
|
1249
|
+
"declaration": {
|
|
1250
|
+
"name": "assureDesignSystem",
|
|
1251
|
+
"module": "src/design-system/design-system.ts"
|
|
1252
|
+
}
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"kind": "js",
|
|
1256
|
+
"name": "getCurrentDesignSystem",
|
|
1257
|
+
"declaration": {
|
|
1258
|
+
"name": "getCurrentDesignSystem",
|
|
1259
|
+
"module": "src/design-system/design-system.ts"
|
|
1260
|
+
}
|
|
1261
|
+
},
|
|
1262
|
+
{
|
|
1263
|
+
"kind": "js",
|
|
1264
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
1265
|
+
"declaration": {
|
|
1266
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
1267
|
+
"module": "src/design-system/design-system.ts"
|
|
1268
|
+
}
|
|
1269
|
+
}
|
|
1270
|
+
]
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
"kind": "javascript-module",
|
|
1274
|
+
"path": "src/design-system/index.ts",
|
|
1275
|
+
"declarations": [],
|
|
1276
|
+
"exports": [
|
|
1277
|
+
{
|
|
1278
|
+
"kind": "js",
|
|
1279
|
+
"name": "*",
|
|
1280
|
+
"declaration": {
|
|
1281
|
+
"name": "*",
|
|
1282
|
+
"package": "./design-system"
|
|
1283
|
+
}
|
|
1284
|
+
}
|
|
1285
|
+
]
|
|
1286
|
+
},
|
|
1287
1287
|
{
|
|
1288
1288
|
"kind": "javascript-module",
|
|
1289
1289
|
"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.402.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -29,18 +29,18 @@
|
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@genesislcap/foundation-testing": "14.
|
|
33
|
-
"@genesislcap/genx": "14.
|
|
34
|
-
"@genesislcap/rollup-builder": "14.
|
|
35
|
-
"@genesislcap/ts-builder": "14.
|
|
36
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
37
|
-
"@genesislcap/vite-builder": "14.
|
|
38
|
-
"@genesislcap/webpack-builder": "14.
|
|
32
|
+
"@genesislcap/foundation-testing": "14.402.0",
|
|
33
|
+
"@genesislcap/genx": "14.402.0",
|
|
34
|
+
"@genesislcap/rollup-builder": "14.402.0",
|
|
35
|
+
"@genesislcap/ts-builder": "14.402.0",
|
|
36
|
+
"@genesislcap/uvu-playwright-builder": "14.402.0",
|
|
37
|
+
"@genesislcap/vite-builder": "14.402.0",
|
|
38
|
+
"@genesislcap/webpack-builder": "14.402.0",
|
|
39
39
|
"@types/json-schema": "^7.0.11"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@genesislcap/expression-builder": "14.
|
|
43
|
-
"@genesislcap/foundation-logger": "14.
|
|
42
|
+
"@genesislcap/expression-builder": "14.402.0",
|
|
43
|
+
"@genesislcap/foundation-logger": "14.402.0",
|
|
44
44
|
"@microsoft/fast-components": "2.30.6",
|
|
45
45
|
"@microsoft/fast-element": "1.14.0",
|
|
46
46
|
"@microsoft/fast-foundation": "2.50.0",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"access": "public"
|
|
59
59
|
},
|
|
60
60
|
"customElements": "dist/custom-elements.json",
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "7ffded0edb096db3e60298c0d0a216071aa1d970"
|
|
62
62
|
}
|