@genesislcap/foundation-utils 14.71.1-auth-mf.14 → 14.71.1-auth-mf.15
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 +113 -113
- package/package.json +2 -2
|
@@ -341,6 +341,29 @@
|
|
|
341
341
|
}
|
|
342
342
|
]
|
|
343
343
|
},
|
|
344
|
+
{
|
|
345
|
+
"kind": "javascript-module",
|
|
346
|
+
"path": "src/directives/index.ts",
|
|
347
|
+
"declarations": [],
|
|
348
|
+
"exports": [
|
|
349
|
+
{
|
|
350
|
+
"kind": "js",
|
|
351
|
+
"name": "*",
|
|
352
|
+
"declaration": {
|
|
353
|
+
"name": "*",
|
|
354
|
+
"package": "./sync"
|
|
355
|
+
}
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"kind": "js",
|
|
359
|
+
"name": "*",
|
|
360
|
+
"declaration": {
|
|
361
|
+
"name": "*",
|
|
362
|
+
"package": "./when-else"
|
|
363
|
+
}
|
|
364
|
+
}
|
|
365
|
+
]
|
|
366
|
+
},
|
|
344
367
|
{
|
|
345
368
|
"kind": "javascript-module",
|
|
346
369
|
"path": "src/decorators/index.ts",
|
|
@@ -394,78 +417,6 @@
|
|
|
394
417
|
}
|
|
395
418
|
]
|
|
396
419
|
},
|
|
397
|
-
{
|
|
398
|
-
"kind": "javascript-module",
|
|
399
|
-
"path": "src/design-system/design-system.ts",
|
|
400
|
-
"declarations": [
|
|
401
|
-
{
|
|
402
|
-
"kind": "function",
|
|
403
|
-
"name": "assureDesignSystem",
|
|
404
|
-
"return": {
|
|
405
|
-
"type": {
|
|
406
|
-
"text": "DesignSystemModule"
|
|
407
|
-
}
|
|
408
|
-
},
|
|
409
|
-
"parameters": [
|
|
410
|
-
{
|
|
411
|
-
"name": "module",
|
|
412
|
-
"type": {
|
|
413
|
-
"text": "DesignSystemModule"
|
|
414
|
-
}
|
|
415
|
-
}
|
|
416
|
-
],
|
|
417
|
-
"privacy": "public"
|
|
418
|
-
}
|
|
419
|
-
],
|
|
420
|
-
"exports": [
|
|
421
|
-
{
|
|
422
|
-
"kind": "js",
|
|
423
|
-
"name": "assureDesignSystem",
|
|
424
|
-
"declaration": {
|
|
425
|
-
"name": "assureDesignSystem",
|
|
426
|
-
"module": "src/design-system/design-system.ts"
|
|
427
|
-
}
|
|
428
|
-
}
|
|
429
|
-
]
|
|
430
|
-
},
|
|
431
|
-
{
|
|
432
|
-
"kind": "javascript-module",
|
|
433
|
-
"path": "src/design-system/index.ts",
|
|
434
|
-
"declarations": [],
|
|
435
|
-
"exports": [
|
|
436
|
-
{
|
|
437
|
-
"kind": "js",
|
|
438
|
-
"name": "*",
|
|
439
|
-
"declaration": {
|
|
440
|
-
"name": "*",
|
|
441
|
-
"package": "./design-system"
|
|
442
|
-
}
|
|
443
|
-
}
|
|
444
|
-
]
|
|
445
|
-
},
|
|
446
|
-
{
|
|
447
|
-
"kind": "javascript-module",
|
|
448
|
-
"path": "src/directives/index.ts",
|
|
449
|
-
"declarations": [],
|
|
450
|
-
"exports": [
|
|
451
|
-
{
|
|
452
|
-
"kind": "js",
|
|
453
|
-
"name": "*",
|
|
454
|
-
"declaration": {
|
|
455
|
-
"name": "*",
|
|
456
|
-
"package": "./sync"
|
|
457
|
-
}
|
|
458
|
-
},
|
|
459
|
-
{
|
|
460
|
-
"kind": "js",
|
|
461
|
-
"name": "*",
|
|
462
|
-
"declaration": {
|
|
463
|
-
"name": "*",
|
|
464
|
-
"package": "./when-else"
|
|
465
|
-
}
|
|
466
|
-
}
|
|
467
|
-
]
|
|
468
|
-
},
|
|
469
420
|
{
|
|
470
421
|
"kind": "javascript-module",
|
|
471
422
|
"path": "src/env/index.ts",
|
|
@@ -689,6 +640,55 @@
|
|
|
689
640
|
}
|
|
690
641
|
]
|
|
691
642
|
},
|
|
643
|
+
{
|
|
644
|
+
"kind": "javascript-module",
|
|
645
|
+
"path": "src/design-system/design-system.ts",
|
|
646
|
+
"declarations": [
|
|
647
|
+
{
|
|
648
|
+
"kind": "function",
|
|
649
|
+
"name": "assureDesignSystem",
|
|
650
|
+
"return": {
|
|
651
|
+
"type": {
|
|
652
|
+
"text": "DesignSystemModule"
|
|
653
|
+
}
|
|
654
|
+
},
|
|
655
|
+
"parameters": [
|
|
656
|
+
{
|
|
657
|
+
"name": "module",
|
|
658
|
+
"type": {
|
|
659
|
+
"text": "DesignSystemModule"
|
|
660
|
+
}
|
|
661
|
+
}
|
|
662
|
+
],
|
|
663
|
+
"privacy": "public"
|
|
664
|
+
}
|
|
665
|
+
],
|
|
666
|
+
"exports": [
|
|
667
|
+
{
|
|
668
|
+
"kind": "js",
|
|
669
|
+
"name": "assureDesignSystem",
|
|
670
|
+
"declaration": {
|
|
671
|
+
"name": "assureDesignSystem",
|
|
672
|
+
"module": "src/design-system/design-system.ts"
|
|
673
|
+
}
|
|
674
|
+
}
|
|
675
|
+
]
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"kind": "javascript-module",
|
|
679
|
+
"path": "src/design-system/index.ts",
|
|
680
|
+
"declarations": [],
|
|
681
|
+
"exports": [
|
|
682
|
+
{
|
|
683
|
+
"kind": "js",
|
|
684
|
+
"name": "*",
|
|
685
|
+
"declaration": {
|
|
686
|
+
"name": "*",
|
|
687
|
+
"package": "./design-system"
|
|
688
|
+
}
|
|
689
|
+
}
|
|
690
|
+
]
|
|
691
|
+
},
|
|
692
692
|
{
|
|
693
693
|
"kind": "javascript-module",
|
|
694
694
|
"path": "src/error/errorMap.ts",
|
|
@@ -1218,47 +1218,6 @@
|
|
|
1218
1218
|
}
|
|
1219
1219
|
]
|
|
1220
1220
|
},
|
|
1221
|
-
{
|
|
1222
|
-
"kind": "javascript-module",
|
|
1223
|
-
"path": "src/resource/index.ts",
|
|
1224
|
-
"declarations": [],
|
|
1225
|
-
"exports": [
|
|
1226
|
-
{
|
|
1227
|
-
"kind": "js",
|
|
1228
|
-
"name": "*",
|
|
1229
|
-
"declaration": {
|
|
1230
|
-
"name": "*",
|
|
1231
|
-
"package": "./types"
|
|
1232
|
-
}
|
|
1233
|
-
}
|
|
1234
|
-
]
|
|
1235
|
-
},
|
|
1236
|
-
{
|
|
1237
|
-
"kind": "javascript-module",
|
|
1238
|
-
"path": "src/resource/types.ts",
|
|
1239
|
-
"declarations": [
|
|
1240
|
-
{
|
|
1241
|
-
"kind": "variable",
|
|
1242
|
-
"name": "ResourceType",
|
|
1243
|
-
"type": {
|
|
1244
|
-
"text": "{\n local: 'local',\n remote: 'remote',\n}"
|
|
1245
|
-
},
|
|
1246
|
-
"default": "{\n local: 'local',\n remote: 'remote',\n}",
|
|
1247
|
-
"description": "An object that defines two resource types: \"local\" and \"remote\".",
|
|
1248
|
-
"privacy": "public"
|
|
1249
|
-
}
|
|
1250
|
-
],
|
|
1251
|
-
"exports": [
|
|
1252
|
-
{
|
|
1253
|
-
"kind": "js",
|
|
1254
|
-
"name": "ResourceType",
|
|
1255
|
-
"declaration": {
|
|
1256
|
-
"name": "ResourceType",
|
|
1257
|
-
"module": "src/resource/types.ts"
|
|
1258
|
-
}
|
|
1259
|
-
}
|
|
1260
|
-
]
|
|
1261
|
-
},
|
|
1262
1221
|
{
|
|
1263
1222
|
"kind": "javascript-module",
|
|
1264
1223
|
"path": "src/observer/index.ts",
|
|
@@ -1331,6 +1290,47 @@
|
|
|
1331
1290
|
}
|
|
1332
1291
|
]
|
|
1333
1292
|
},
|
|
1293
|
+
{
|
|
1294
|
+
"kind": "javascript-module",
|
|
1295
|
+
"path": "src/resource/index.ts",
|
|
1296
|
+
"declarations": [],
|
|
1297
|
+
"exports": [
|
|
1298
|
+
{
|
|
1299
|
+
"kind": "js",
|
|
1300
|
+
"name": "*",
|
|
1301
|
+
"declaration": {
|
|
1302
|
+
"name": "*",
|
|
1303
|
+
"package": "./types"
|
|
1304
|
+
}
|
|
1305
|
+
}
|
|
1306
|
+
]
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
1309
|
+
"kind": "javascript-module",
|
|
1310
|
+
"path": "src/resource/types.ts",
|
|
1311
|
+
"declarations": [
|
|
1312
|
+
{
|
|
1313
|
+
"kind": "variable",
|
|
1314
|
+
"name": "ResourceType",
|
|
1315
|
+
"type": {
|
|
1316
|
+
"text": "{\n local: 'local',\n remote: 'remote',\n}"
|
|
1317
|
+
},
|
|
1318
|
+
"default": "{\n local: 'local',\n remote: 'remote',\n}",
|
|
1319
|
+
"description": "An object that defines two resource types: \"local\" and \"remote\".",
|
|
1320
|
+
"privacy": "public"
|
|
1321
|
+
}
|
|
1322
|
+
],
|
|
1323
|
+
"exports": [
|
|
1324
|
+
{
|
|
1325
|
+
"kind": "js",
|
|
1326
|
+
"name": "ResourceType",
|
|
1327
|
+
"declaration": {
|
|
1328
|
+
"name": "ResourceType",
|
|
1329
|
+
"module": "src/resource/types.ts"
|
|
1330
|
+
}
|
|
1331
|
+
}
|
|
1332
|
+
]
|
|
1333
|
+
},
|
|
1334
1334
|
{
|
|
1335
1335
|
"kind": "javascript-module",
|
|
1336
1336
|
"path": "src/serializers/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.71.1-auth-mf.
|
|
4
|
+
"version": "14.71.1-auth-mf.15",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"access": "public"
|
|
42
42
|
},
|
|
43
43
|
"customElements": "dist/custom-elements.json",
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "aa8f8273d5463a8b50216395c4921cc459fb54fe"
|
|
45
45
|
}
|