@genesislcap/foundation-utils 14.133.0 → 14.134.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 +79 -79
- package/package.json +5 -5
|
@@ -394,6 +394,29 @@
|
|
|
394
394
|
}
|
|
395
395
|
]
|
|
396
396
|
},
|
|
397
|
+
{
|
|
398
|
+
"kind": "javascript-module",
|
|
399
|
+
"path": "src/directives/index.ts",
|
|
400
|
+
"declarations": [],
|
|
401
|
+
"exports": [
|
|
402
|
+
{
|
|
403
|
+
"kind": "js",
|
|
404
|
+
"name": "*",
|
|
405
|
+
"declaration": {
|
|
406
|
+
"name": "*",
|
|
407
|
+
"package": "./sync"
|
|
408
|
+
}
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"kind": "js",
|
|
412
|
+
"name": "*",
|
|
413
|
+
"declaration": {
|
|
414
|
+
"name": "*",
|
|
415
|
+
"package": "./when-else"
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
]
|
|
419
|
+
},
|
|
397
420
|
{
|
|
398
421
|
"kind": "javascript-module",
|
|
399
422
|
"path": "src/design-system/design-system.ts",
|
|
@@ -866,29 +889,6 @@
|
|
|
866
889
|
}
|
|
867
890
|
]
|
|
868
891
|
},
|
|
869
|
-
{
|
|
870
|
-
"kind": "javascript-module",
|
|
871
|
-
"path": "src/directives/index.ts",
|
|
872
|
-
"declarations": [],
|
|
873
|
-
"exports": [
|
|
874
|
-
{
|
|
875
|
-
"kind": "js",
|
|
876
|
-
"name": "*",
|
|
877
|
-
"declaration": {
|
|
878
|
-
"name": "*",
|
|
879
|
-
"package": "./sync"
|
|
880
|
-
}
|
|
881
|
-
},
|
|
882
|
-
{
|
|
883
|
-
"kind": "js",
|
|
884
|
-
"name": "*",
|
|
885
|
-
"declaration": {
|
|
886
|
-
"name": "*",
|
|
887
|
-
"package": "./when-else"
|
|
888
|
-
}
|
|
889
|
-
}
|
|
890
|
-
]
|
|
891
|
-
},
|
|
892
892
|
{
|
|
893
893
|
"kind": "javascript-module",
|
|
894
894
|
"path": "src/formatters/datetime.ts",
|
|
@@ -1225,6 +1225,62 @@
|
|
|
1225
1225
|
}
|
|
1226
1226
|
]
|
|
1227
1227
|
},
|
|
1228
|
+
{
|
|
1229
|
+
"kind": "javascript-module",
|
|
1230
|
+
"path": "src/resource/index.ts",
|
|
1231
|
+
"declarations": [],
|
|
1232
|
+
"exports": [
|
|
1233
|
+
{
|
|
1234
|
+
"kind": "js",
|
|
1235
|
+
"name": "*",
|
|
1236
|
+
"declaration": {
|
|
1237
|
+
"name": "*",
|
|
1238
|
+
"package": "./types"
|
|
1239
|
+
}
|
|
1240
|
+
}
|
|
1241
|
+
]
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"kind": "javascript-module",
|
|
1245
|
+
"path": "src/resource/types.ts",
|
|
1246
|
+
"declarations": [
|
|
1247
|
+
{
|
|
1248
|
+
"kind": "variable",
|
|
1249
|
+
"name": "ResourceType",
|
|
1250
|
+
"type": {
|
|
1251
|
+
"text": "{\n local: 'local',\n remote: 'remote',\n}"
|
|
1252
|
+
},
|
|
1253
|
+
"default": "{\n local: 'local',\n remote: 'remote',\n}",
|
|
1254
|
+
"description": "An object that defines two resource types: \"local\" and \"remote\".",
|
|
1255
|
+
"privacy": "public"
|
|
1256
|
+
}
|
|
1257
|
+
],
|
|
1258
|
+
"exports": [
|
|
1259
|
+
{
|
|
1260
|
+
"kind": "js",
|
|
1261
|
+
"name": "ResourceType",
|
|
1262
|
+
"declaration": {
|
|
1263
|
+
"name": "ResourceType",
|
|
1264
|
+
"module": "src/resource/types.ts"
|
|
1265
|
+
}
|
|
1266
|
+
}
|
|
1267
|
+
]
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
"kind": "javascript-module",
|
|
1271
|
+
"path": "src/serializers/index.ts",
|
|
1272
|
+
"declarations": [],
|
|
1273
|
+
"exports": [
|
|
1274
|
+
{
|
|
1275
|
+
"kind": "js",
|
|
1276
|
+
"name": "*",
|
|
1277
|
+
"declaration": {
|
|
1278
|
+
"name": "*",
|
|
1279
|
+
"package": "./json"
|
|
1280
|
+
}
|
|
1281
|
+
}
|
|
1282
|
+
]
|
|
1283
|
+
},
|
|
1228
1284
|
{
|
|
1229
1285
|
"kind": "javascript-module",
|
|
1230
1286
|
"path": "src/observer/index.ts",
|
|
@@ -1297,62 +1353,6 @@
|
|
|
1297
1353
|
}
|
|
1298
1354
|
]
|
|
1299
1355
|
},
|
|
1300
|
-
{
|
|
1301
|
-
"kind": "javascript-module",
|
|
1302
|
-
"path": "src/resource/index.ts",
|
|
1303
|
-
"declarations": [],
|
|
1304
|
-
"exports": [
|
|
1305
|
-
{
|
|
1306
|
-
"kind": "js",
|
|
1307
|
-
"name": "*",
|
|
1308
|
-
"declaration": {
|
|
1309
|
-
"name": "*",
|
|
1310
|
-
"package": "./types"
|
|
1311
|
-
}
|
|
1312
|
-
}
|
|
1313
|
-
]
|
|
1314
|
-
},
|
|
1315
|
-
{
|
|
1316
|
-
"kind": "javascript-module",
|
|
1317
|
-
"path": "src/resource/types.ts",
|
|
1318
|
-
"declarations": [
|
|
1319
|
-
{
|
|
1320
|
-
"kind": "variable",
|
|
1321
|
-
"name": "ResourceType",
|
|
1322
|
-
"type": {
|
|
1323
|
-
"text": "{\n local: 'local',\n remote: 'remote',\n}"
|
|
1324
|
-
},
|
|
1325
|
-
"default": "{\n local: 'local',\n remote: 'remote',\n}",
|
|
1326
|
-
"description": "An object that defines two resource types: \"local\" and \"remote\".",
|
|
1327
|
-
"privacy": "public"
|
|
1328
|
-
}
|
|
1329
|
-
],
|
|
1330
|
-
"exports": [
|
|
1331
|
-
{
|
|
1332
|
-
"kind": "js",
|
|
1333
|
-
"name": "ResourceType",
|
|
1334
|
-
"declaration": {
|
|
1335
|
-
"name": "ResourceType",
|
|
1336
|
-
"module": "src/resource/types.ts"
|
|
1337
|
-
}
|
|
1338
|
-
}
|
|
1339
|
-
]
|
|
1340
|
-
},
|
|
1341
|
-
{
|
|
1342
|
-
"kind": "javascript-module",
|
|
1343
|
-
"path": "src/serializers/index.ts",
|
|
1344
|
-
"declarations": [],
|
|
1345
|
-
"exports": [
|
|
1346
|
-
{
|
|
1347
|
-
"kind": "js",
|
|
1348
|
-
"name": "*",
|
|
1349
|
-
"declaration": {
|
|
1350
|
-
"name": "*",
|
|
1351
|
-
"package": "./json"
|
|
1352
|
-
}
|
|
1353
|
-
}
|
|
1354
|
-
]
|
|
1355
|
-
},
|
|
1356
1356
|
{
|
|
1357
1357
|
"kind": "javascript-module",
|
|
1358
1358
|
"path": "src/styles/color.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.134.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"test": "genx test"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@genesislcap/foundation-testing": "14.
|
|
23
|
-
"@genesislcap/genx": "14.
|
|
22
|
+
"@genesislcap/foundation-testing": "14.134.0",
|
|
23
|
+
"@genesislcap/genx": "14.134.0",
|
|
24
24
|
"rimraf": "^3.0.2"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@genesislcap/foundation-logger": "14.
|
|
27
|
+
"@genesislcap/foundation-logger": "14.134.0",
|
|
28
28
|
"@microsoft/fast-components": "^2.30.6",
|
|
29
29
|
"@microsoft/fast-element": "^1.12.0",
|
|
30
30
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
44
|
"customElements": "dist/custom-elements.json",
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "2e07ccefac615ca60229b55ffed0da7ed23dfeca"
|
|
46
46
|
}
|