@genesislcap/foundation-utils 14.141.1 → 14.141.3
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 +191 -191
- package/package.json +5 -5
|
@@ -402,6 +402,56 @@
|
|
|
402
402
|
}
|
|
403
403
|
]
|
|
404
404
|
},
|
|
405
|
+
{
|
|
406
|
+
"kind": "javascript-module",
|
|
407
|
+
"path": "src/design-system/design-system.ts",
|
|
408
|
+
"declarations": [
|
|
409
|
+
{
|
|
410
|
+
"kind": "function",
|
|
411
|
+
"name": "assureDesignSystem",
|
|
412
|
+
"return": {
|
|
413
|
+
"type": {
|
|
414
|
+
"text": "DesignSystemModule"
|
|
415
|
+
}
|
|
416
|
+
},
|
|
417
|
+
"parameters": [
|
|
418
|
+
{
|
|
419
|
+
"name": "module",
|
|
420
|
+
"type": {
|
|
421
|
+
"text": "DesignSystemModule"
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
],
|
|
425
|
+
"description": "assureDesignSystem.",
|
|
426
|
+
"privacy": "public"
|
|
427
|
+
}
|
|
428
|
+
],
|
|
429
|
+
"exports": [
|
|
430
|
+
{
|
|
431
|
+
"kind": "js",
|
|
432
|
+
"name": "assureDesignSystem",
|
|
433
|
+
"declaration": {
|
|
434
|
+
"name": "assureDesignSystem",
|
|
435
|
+
"module": "src/design-system/design-system.ts"
|
|
436
|
+
}
|
|
437
|
+
}
|
|
438
|
+
]
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"kind": "javascript-module",
|
|
442
|
+
"path": "src/design-system/index.ts",
|
|
443
|
+
"declarations": [],
|
|
444
|
+
"exports": [
|
|
445
|
+
{
|
|
446
|
+
"kind": "js",
|
|
447
|
+
"name": "*",
|
|
448
|
+
"declaration": {
|
|
449
|
+
"name": "*",
|
|
450
|
+
"package": "./design-system"
|
|
451
|
+
}
|
|
452
|
+
}
|
|
453
|
+
]
|
|
454
|
+
},
|
|
405
455
|
{
|
|
406
456
|
"kind": "javascript-module",
|
|
407
457
|
"path": "src/directives/index.ts",
|
|
@@ -648,56 +698,6 @@
|
|
|
648
698
|
}
|
|
649
699
|
]
|
|
650
700
|
},
|
|
651
|
-
{
|
|
652
|
-
"kind": "javascript-module",
|
|
653
|
-
"path": "src/design-system/design-system.ts",
|
|
654
|
-
"declarations": [
|
|
655
|
-
{
|
|
656
|
-
"kind": "function",
|
|
657
|
-
"name": "assureDesignSystem",
|
|
658
|
-
"return": {
|
|
659
|
-
"type": {
|
|
660
|
-
"text": "DesignSystemModule"
|
|
661
|
-
}
|
|
662
|
-
},
|
|
663
|
-
"parameters": [
|
|
664
|
-
{
|
|
665
|
-
"name": "module",
|
|
666
|
-
"type": {
|
|
667
|
-
"text": "DesignSystemModule"
|
|
668
|
-
}
|
|
669
|
-
}
|
|
670
|
-
],
|
|
671
|
-
"description": "assureDesignSystem.",
|
|
672
|
-
"privacy": "public"
|
|
673
|
-
}
|
|
674
|
-
],
|
|
675
|
-
"exports": [
|
|
676
|
-
{
|
|
677
|
-
"kind": "js",
|
|
678
|
-
"name": "assureDesignSystem",
|
|
679
|
-
"declaration": {
|
|
680
|
-
"name": "assureDesignSystem",
|
|
681
|
-
"module": "src/design-system/design-system.ts"
|
|
682
|
-
}
|
|
683
|
-
}
|
|
684
|
-
]
|
|
685
|
-
},
|
|
686
|
-
{
|
|
687
|
-
"kind": "javascript-module",
|
|
688
|
-
"path": "src/design-system/index.ts",
|
|
689
|
-
"declarations": [],
|
|
690
|
-
"exports": [
|
|
691
|
-
{
|
|
692
|
-
"kind": "js",
|
|
693
|
-
"name": "*",
|
|
694
|
-
"declaration": {
|
|
695
|
-
"name": "*",
|
|
696
|
-
"package": "./design-system"
|
|
697
|
-
}
|
|
698
|
-
}
|
|
699
|
-
]
|
|
700
|
-
},
|
|
701
701
|
{
|
|
702
702
|
"kind": "javascript-module",
|
|
703
703
|
"path": "src/error/errorMap.ts",
|
|
@@ -1233,6 +1233,47 @@
|
|
|
1233
1233
|
}
|
|
1234
1234
|
]
|
|
1235
1235
|
},
|
|
1236
|
+
{
|
|
1237
|
+
"kind": "javascript-module",
|
|
1238
|
+
"path": "src/resource/index.ts",
|
|
1239
|
+
"declarations": [],
|
|
1240
|
+
"exports": [
|
|
1241
|
+
{
|
|
1242
|
+
"kind": "js",
|
|
1243
|
+
"name": "*",
|
|
1244
|
+
"declaration": {
|
|
1245
|
+
"name": "*",
|
|
1246
|
+
"package": "./types"
|
|
1247
|
+
}
|
|
1248
|
+
}
|
|
1249
|
+
]
|
|
1250
|
+
},
|
|
1251
|
+
{
|
|
1252
|
+
"kind": "javascript-module",
|
|
1253
|
+
"path": "src/resource/types.ts",
|
|
1254
|
+
"declarations": [
|
|
1255
|
+
{
|
|
1256
|
+
"kind": "variable",
|
|
1257
|
+
"name": "ResourceType",
|
|
1258
|
+
"type": {
|
|
1259
|
+
"text": "{\n local: 'local',\n remote: 'remote',\n}"
|
|
1260
|
+
},
|
|
1261
|
+
"default": "{\n local: 'local',\n remote: 'remote',\n}",
|
|
1262
|
+
"description": "An object that defines two resource types: \"local\" and \"remote\".",
|
|
1263
|
+
"privacy": "public"
|
|
1264
|
+
}
|
|
1265
|
+
],
|
|
1266
|
+
"exports": [
|
|
1267
|
+
{
|
|
1268
|
+
"kind": "js",
|
|
1269
|
+
"name": "ResourceType",
|
|
1270
|
+
"declaration": {
|
|
1271
|
+
"name": "ResourceType",
|
|
1272
|
+
"module": "src/resource/types.ts"
|
|
1273
|
+
}
|
|
1274
|
+
}
|
|
1275
|
+
]
|
|
1276
|
+
},
|
|
1236
1277
|
{
|
|
1237
1278
|
"kind": "javascript-module",
|
|
1238
1279
|
"path": "src/observer/index.ts",
|
|
@@ -1305,47 +1346,6 @@
|
|
|
1305
1346
|
}
|
|
1306
1347
|
]
|
|
1307
1348
|
},
|
|
1308
|
-
{
|
|
1309
|
-
"kind": "javascript-module",
|
|
1310
|
-
"path": "src/resource/index.ts",
|
|
1311
|
-
"declarations": [],
|
|
1312
|
-
"exports": [
|
|
1313
|
-
{
|
|
1314
|
-
"kind": "js",
|
|
1315
|
-
"name": "*",
|
|
1316
|
-
"declaration": {
|
|
1317
|
-
"name": "*",
|
|
1318
|
-
"package": "./types"
|
|
1319
|
-
}
|
|
1320
|
-
}
|
|
1321
|
-
]
|
|
1322
|
-
},
|
|
1323
|
-
{
|
|
1324
|
-
"kind": "javascript-module",
|
|
1325
|
-
"path": "src/resource/types.ts",
|
|
1326
|
-
"declarations": [
|
|
1327
|
-
{
|
|
1328
|
-
"kind": "variable",
|
|
1329
|
-
"name": "ResourceType",
|
|
1330
|
-
"type": {
|
|
1331
|
-
"text": "{\n local: 'local',\n remote: 'remote',\n}"
|
|
1332
|
-
},
|
|
1333
|
-
"default": "{\n local: 'local',\n remote: 'remote',\n}",
|
|
1334
|
-
"description": "An object that defines two resource types: \"local\" and \"remote\".",
|
|
1335
|
-
"privacy": "public"
|
|
1336
|
-
}
|
|
1337
|
-
],
|
|
1338
|
-
"exports": [
|
|
1339
|
-
{
|
|
1340
|
-
"kind": "js",
|
|
1341
|
-
"name": "ResourceType",
|
|
1342
|
-
"declaration": {
|
|
1343
|
-
"name": "ResourceType",
|
|
1344
|
-
"module": "src/resource/types.ts"
|
|
1345
|
-
}
|
|
1346
|
-
}
|
|
1347
|
-
]
|
|
1348
|
-
},
|
|
1349
1349
|
{
|
|
1350
1350
|
"kind": "javascript-module",
|
|
1351
1351
|
"path": "src/serializers/index.ts",
|
|
@@ -2208,106 +2208,6 @@
|
|
|
2208
2208
|
}
|
|
2209
2209
|
]
|
|
2210
2210
|
},
|
|
2211
|
-
{
|
|
2212
|
-
"kind": "javascript-module",
|
|
2213
|
-
"path": "src/mappers/dto/index.ts",
|
|
2214
|
-
"declarations": [],
|
|
2215
|
-
"exports": [
|
|
2216
|
-
{
|
|
2217
|
-
"kind": "js",
|
|
2218
|
-
"name": "*",
|
|
2219
|
-
"declaration": {
|
|
2220
|
-
"name": "*",
|
|
2221
|
-
"package": "./serverRow"
|
|
2222
|
-
}
|
|
2223
|
-
},
|
|
2224
|
-
{
|
|
2225
|
-
"kind": "js",
|
|
2226
|
-
"name": "*",
|
|
2227
|
-
"declaration": {
|
|
2228
|
-
"name": "*",
|
|
2229
|
-
"package": "./types"
|
|
2230
|
-
}
|
|
2231
|
-
}
|
|
2232
|
-
]
|
|
2233
|
-
},
|
|
2234
|
-
{
|
|
2235
|
-
"kind": "javascript-module",
|
|
2236
|
-
"path": "src/mappers/dto/serverRow.ts",
|
|
2237
|
-
"declarations": [
|
|
2238
|
-
{
|
|
2239
|
-
"kind": "class",
|
|
2240
|
-
"description": "The default `ServerRowDTOMapper`.",
|
|
2241
|
-
"name": "DefaultServerRowDTOMapper",
|
|
2242
|
-
"members": [
|
|
2243
|
-
{
|
|
2244
|
-
"kind": "field",
|
|
2245
|
-
"name": "fromDTO",
|
|
2246
|
-
"description": "Converts a server row DTO to an entity.",
|
|
2247
|
-
"parameters": [
|
|
2248
|
-
{
|
|
2249
|
-
"description": "The DTO to convert.",
|
|
2250
|
-
"name": "dto"
|
|
2251
|
-
}
|
|
2252
|
-
],
|
|
2253
|
-
"return": {
|
|
2254
|
-
"type": {
|
|
2255
|
-
"text": ""
|
|
2256
|
-
}
|
|
2257
|
-
},
|
|
2258
|
-
"privacy": "public"
|
|
2259
|
-
},
|
|
2260
|
-
{
|
|
2261
|
-
"kind": "field",
|
|
2262
|
-
"name": "toDTO",
|
|
2263
|
-
"description": "Converts a server row entity to a DTO.",
|
|
2264
|
-
"parameters": [
|
|
2265
|
-
{
|
|
2266
|
-
"description": "The entity to convert.",
|
|
2267
|
-
"name": "entity"
|
|
2268
|
-
}
|
|
2269
|
-
],
|
|
2270
|
-
"return": {
|
|
2271
|
-
"type": {
|
|
2272
|
-
"text": ""
|
|
2273
|
-
}
|
|
2274
|
-
},
|
|
2275
|
-
"privacy": "public"
|
|
2276
|
-
}
|
|
2277
|
-
]
|
|
2278
|
-
},
|
|
2279
|
-
{
|
|
2280
|
-
"kind": "variable",
|
|
2281
|
-
"name": "ServerRowDTOMapper",
|
|
2282
|
-
"description": "A DI token used to obtain a `ServerRowDTOMapper` instance.",
|
|
2283
|
-
"privacy": "public"
|
|
2284
|
-
}
|
|
2285
|
-
],
|
|
2286
|
-
"exports": [
|
|
2287
|
-
{
|
|
2288
|
-
"kind": "js",
|
|
2289
|
-
"name": "DefaultServerRowDTOMapper",
|
|
2290
|
-
"declaration": {
|
|
2291
|
-
"name": "DefaultServerRowDTOMapper",
|
|
2292
|
-
"module": "src/mappers/dto/serverRow.ts"
|
|
2293
|
-
}
|
|
2294
|
-
},
|
|
2295
|
-
{
|
|
2296
|
-
"kind": "js",
|
|
2297
|
-
"name": "ServerRowDTOMapper",
|
|
2298
|
-
"declaration": {
|
|
2299
|
-
"name": "ServerRowDTOMapper",
|
|
2300
|
-
"module": "src/mappers/dto/serverRow.ts"
|
|
2301
|
-
}
|
|
2302
|
-
}
|
|
2303
|
-
]
|
|
2304
|
-
},
|
|
2305
|
-
{
|
|
2306
|
-
"kind": "javascript-module",
|
|
2307
|
-
"path": "src/mappers/dto/types.ts",
|
|
2308
|
-
"declarations": [],
|
|
2309
|
-
"exports": []
|
|
2310
|
-
},
|
|
2311
2211
|
{
|
|
2312
2212
|
"kind": "javascript-module",
|
|
2313
2213
|
"path": "src/mixins/lifecycle/index.ts",
|
|
@@ -2432,6 +2332,106 @@
|
|
|
2432
2332
|
}
|
|
2433
2333
|
]
|
|
2434
2334
|
},
|
|
2335
|
+
{
|
|
2336
|
+
"kind": "javascript-module",
|
|
2337
|
+
"path": "src/mappers/dto/index.ts",
|
|
2338
|
+
"declarations": [],
|
|
2339
|
+
"exports": [
|
|
2340
|
+
{
|
|
2341
|
+
"kind": "js",
|
|
2342
|
+
"name": "*",
|
|
2343
|
+
"declaration": {
|
|
2344
|
+
"name": "*",
|
|
2345
|
+
"package": "./serverRow"
|
|
2346
|
+
}
|
|
2347
|
+
},
|
|
2348
|
+
{
|
|
2349
|
+
"kind": "js",
|
|
2350
|
+
"name": "*",
|
|
2351
|
+
"declaration": {
|
|
2352
|
+
"name": "*",
|
|
2353
|
+
"package": "./types"
|
|
2354
|
+
}
|
|
2355
|
+
}
|
|
2356
|
+
]
|
|
2357
|
+
},
|
|
2358
|
+
{
|
|
2359
|
+
"kind": "javascript-module",
|
|
2360
|
+
"path": "src/mappers/dto/serverRow.ts",
|
|
2361
|
+
"declarations": [
|
|
2362
|
+
{
|
|
2363
|
+
"kind": "class",
|
|
2364
|
+
"description": "The default `ServerRowDTOMapper`.",
|
|
2365
|
+
"name": "DefaultServerRowDTOMapper",
|
|
2366
|
+
"members": [
|
|
2367
|
+
{
|
|
2368
|
+
"kind": "field",
|
|
2369
|
+
"name": "fromDTO",
|
|
2370
|
+
"description": "Converts a server row DTO to an entity.",
|
|
2371
|
+
"parameters": [
|
|
2372
|
+
{
|
|
2373
|
+
"description": "The DTO to convert.",
|
|
2374
|
+
"name": "dto"
|
|
2375
|
+
}
|
|
2376
|
+
],
|
|
2377
|
+
"return": {
|
|
2378
|
+
"type": {
|
|
2379
|
+
"text": ""
|
|
2380
|
+
}
|
|
2381
|
+
},
|
|
2382
|
+
"privacy": "public"
|
|
2383
|
+
},
|
|
2384
|
+
{
|
|
2385
|
+
"kind": "field",
|
|
2386
|
+
"name": "toDTO",
|
|
2387
|
+
"description": "Converts a server row entity to a DTO.",
|
|
2388
|
+
"parameters": [
|
|
2389
|
+
{
|
|
2390
|
+
"description": "The entity to convert.",
|
|
2391
|
+
"name": "entity"
|
|
2392
|
+
}
|
|
2393
|
+
],
|
|
2394
|
+
"return": {
|
|
2395
|
+
"type": {
|
|
2396
|
+
"text": ""
|
|
2397
|
+
}
|
|
2398
|
+
},
|
|
2399
|
+
"privacy": "public"
|
|
2400
|
+
}
|
|
2401
|
+
]
|
|
2402
|
+
},
|
|
2403
|
+
{
|
|
2404
|
+
"kind": "variable",
|
|
2405
|
+
"name": "ServerRowDTOMapper",
|
|
2406
|
+
"description": "A DI token used to obtain a `ServerRowDTOMapper` instance.",
|
|
2407
|
+
"privacy": "public"
|
|
2408
|
+
}
|
|
2409
|
+
],
|
|
2410
|
+
"exports": [
|
|
2411
|
+
{
|
|
2412
|
+
"kind": "js",
|
|
2413
|
+
"name": "DefaultServerRowDTOMapper",
|
|
2414
|
+
"declaration": {
|
|
2415
|
+
"name": "DefaultServerRowDTOMapper",
|
|
2416
|
+
"module": "src/mappers/dto/serverRow.ts"
|
|
2417
|
+
}
|
|
2418
|
+
},
|
|
2419
|
+
{
|
|
2420
|
+
"kind": "js",
|
|
2421
|
+
"name": "ServerRowDTOMapper",
|
|
2422
|
+
"declaration": {
|
|
2423
|
+
"name": "ServerRowDTOMapper",
|
|
2424
|
+
"module": "src/mappers/dto/serverRow.ts"
|
|
2425
|
+
}
|
|
2426
|
+
}
|
|
2427
|
+
]
|
|
2428
|
+
},
|
|
2429
|
+
{
|
|
2430
|
+
"kind": "javascript-module",
|
|
2431
|
+
"path": "src/mappers/dto/types.ts",
|
|
2432
|
+
"declarations": [],
|
|
2433
|
+
"exports": []
|
|
2434
|
+
},
|
|
2435
2435
|
{
|
|
2436
2436
|
"kind": "javascript-module",
|
|
2437
2437
|
"path": "src/mixins/pendingState/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.141.
|
|
4
|
+
"version": "14.141.3",
|
|
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.141.
|
|
23
|
-
"@genesislcap/genx": "14.141.
|
|
22
|
+
"@genesislcap/foundation-testing": "14.141.3",
|
|
23
|
+
"@genesislcap/genx": "14.141.3",
|
|
24
24
|
"rimraf": "^3.0.2"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@genesislcap/foundation-logger": "14.141.
|
|
27
|
+
"@genesislcap/foundation-logger": "14.141.3",
|
|
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": "37b360922e11609ac87d08b72cb66de130732b8d"
|
|
46
46
|
}
|