@genesislcap/foundation-utils 14.139.0 → 14.139.1
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 +108 -108
- package/package.json +5 -5
|
@@ -349,6 +349,56 @@
|
|
|
349
349
|
}
|
|
350
350
|
]
|
|
351
351
|
},
|
|
352
|
+
{
|
|
353
|
+
"kind": "javascript-module",
|
|
354
|
+
"path": "src/design-system/design-system.ts",
|
|
355
|
+
"declarations": [
|
|
356
|
+
{
|
|
357
|
+
"kind": "function",
|
|
358
|
+
"name": "assureDesignSystem",
|
|
359
|
+
"return": {
|
|
360
|
+
"type": {
|
|
361
|
+
"text": "DesignSystemModule"
|
|
362
|
+
}
|
|
363
|
+
},
|
|
364
|
+
"parameters": [
|
|
365
|
+
{
|
|
366
|
+
"name": "module",
|
|
367
|
+
"type": {
|
|
368
|
+
"text": "DesignSystemModule"
|
|
369
|
+
}
|
|
370
|
+
}
|
|
371
|
+
],
|
|
372
|
+
"description": "assureDesignSystem.",
|
|
373
|
+
"privacy": "public"
|
|
374
|
+
}
|
|
375
|
+
],
|
|
376
|
+
"exports": [
|
|
377
|
+
{
|
|
378
|
+
"kind": "js",
|
|
379
|
+
"name": "assureDesignSystem",
|
|
380
|
+
"declaration": {
|
|
381
|
+
"name": "assureDesignSystem",
|
|
382
|
+
"module": "src/design-system/design-system.ts"
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
]
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"kind": "javascript-module",
|
|
389
|
+
"path": "src/design-system/index.ts",
|
|
390
|
+
"declarations": [],
|
|
391
|
+
"exports": [
|
|
392
|
+
{
|
|
393
|
+
"kind": "js",
|
|
394
|
+
"name": "*",
|
|
395
|
+
"declaration": {
|
|
396
|
+
"name": "*",
|
|
397
|
+
"package": "./design-system"
|
|
398
|
+
}
|
|
399
|
+
}
|
|
400
|
+
]
|
|
401
|
+
},
|
|
352
402
|
{
|
|
353
403
|
"kind": "javascript-module",
|
|
354
404
|
"path": "src/decorators/index.ts",
|
|
@@ -402,56 +452,6 @@
|
|
|
402
452
|
}
|
|
403
453
|
]
|
|
404
454
|
},
|
|
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
|
-
},
|
|
455
455
|
{
|
|
456
456
|
"kind": "javascript-module",
|
|
457
457
|
"path": "src/directives/index.ts",
|
|
@@ -1210,29 +1210,6 @@
|
|
|
1210
1210
|
}
|
|
1211
1211
|
]
|
|
1212
1212
|
},
|
|
1213
|
-
{
|
|
1214
|
-
"kind": "javascript-module",
|
|
1215
|
-
"path": "src/mixins/index.ts",
|
|
1216
|
-
"declarations": [],
|
|
1217
|
-
"exports": [
|
|
1218
|
-
{
|
|
1219
|
-
"kind": "js",
|
|
1220
|
-
"name": "*",
|
|
1221
|
-
"declaration": {
|
|
1222
|
-
"name": "*",
|
|
1223
|
-
"package": "./pendingState"
|
|
1224
|
-
}
|
|
1225
|
-
},
|
|
1226
|
-
{
|
|
1227
|
-
"kind": "js",
|
|
1228
|
-
"name": "*",
|
|
1229
|
-
"declaration": {
|
|
1230
|
-
"name": "*",
|
|
1231
|
-
"package": "./lifecycle"
|
|
1232
|
-
}
|
|
1233
|
-
}
|
|
1234
|
-
]
|
|
1235
|
-
},
|
|
1236
1213
|
{
|
|
1237
1214
|
"kind": "javascript-module",
|
|
1238
1215
|
"path": "src/observer/index.ts",
|
|
@@ -1346,6 +1323,29 @@
|
|
|
1346
1323
|
}
|
|
1347
1324
|
]
|
|
1348
1325
|
},
|
|
1326
|
+
{
|
|
1327
|
+
"kind": "javascript-module",
|
|
1328
|
+
"path": "src/mixins/index.ts",
|
|
1329
|
+
"declarations": [],
|
|
1330
|
+
"exports": [
|
|
1331
|
+
{
|
|
1332
|
+
"kind": "js",
|
|
1333
|
+
"name": "*",
|
|
1334
|
+
"declaration": {
|
|
1335
|
+
"name": "*",
|
|
1336
|
+
"package": "./pendingState"
|
|
1337
|
+
}
|
|
1338
|
+
},
|
|
1339
|
+
{
|
|
1340
|
+
"kind": "js",
|
|
1341
|
+
"name": "*",
|
|
1342
|
+
"declaration": {
|
|
1343
|
+
"name": "*",
|
|
1344
|
+
"package": "./lifecycle"
|
|
1345
|
+
}
|
|
1346
|
+
}
|
|
1347
|
+
]
|
|
1348
|
+
},
|
|
1349
1349
|
{
|
|
1350
1350
|
"kind": "javascript-module",
|
|
1351
1351
|
"path": "src/serializers/index.ts",
|
|
@@ -1487,41 +1487,6 @@
|
|
|
1487
1487
|
}
|
|
1488
1488
|
]
|
|
1489
1489
|
},
|
|
1490
|
-
{
|
|
1491
|
-
"kind": "javascript-module",
|
|
1492
|
-
"path": "src/utils/index.ts",
|
|
1493
|
-
"declarations": [],
|
|
1494
|
-
"exports": [
|
|
1495
|
-
{
|
|
1496
|
-
"kind": "js",
|
|
1497
|
-
"name": "*",
|
|
1498
|
-
"declaration": {
|
|
1499
|
-
"name": "*",
|
|
1500
|
-
"package": "./logger"
|
|
1501
|
-
}
|
|
1502
|
-
}
|
|
1503
|
-
]
|
|
1504
|
-
},
|
|
1505
|
-
{
|
|
1506
|
-
"kind": "javascript-module",
|
|
1507
|
-
"path": "src/utils/logger.ts",
|
|
1508
|
-
"declarations": [
|
|
1509
|
-
{
|
|
1510
|
-
"kind": "variable",
|
|
1511
|
-
"name": "logger"
|
|
1512
|
-
}
|
|
1513
|
-
],
|
|
1514
|
-
"exports": [
|
|
1515
|
-
{
|
|
1516
|
-
"kind": "js",
|
|
1517
|
-
"name": "logger",
|
|
1518
|
-
"declaration": {
|
|
1519
|
-
"name": "logger",
|
|
1520
|
-
"module": "src/utils/logger.ts"
|
|
1521
|
-
}
|
|
1522
|
-
}
|
|
1523
|
-
]
|
|
1524
|
-
},
|
|
1525
1490
|
{
|
|
1526
1491
|
"kind": "javascript-module",
|
|
1527
1492
|
"path": "src/styles/color.ts",
|
|
@@ -1869,6 +1834,41 @@
|
|
|
1869
1834
|
}
|
|
1870
1835
|
]
|
|
1871
1836
|
},
|
|
1837
|
+
{
|
|
1838
|
+
"kind": "javascript-module",
|
|
1839
|
+
"path": "src/utils/index.ts",
|
|
1840
|
+
"declarations": [],
|
|
1841
|
+
"exports": [
|
|
1842
|
+
{
|
|
1843
|
+
"kind": "js",
|
|
1844
|
+
"name": "*",
|
|
1845
|
+
"declaration": {
|
|
1846
|
+
"name": "*",
|
|
1847
|
+
"package": "./logger"
|
|
1848
|
+
}
|
|
1849
|
+
}
|
|
1850
|
+
]
|
|
1851
|
+
},
|
|
1852
|
+
{
|
|
1853
|
+
"kind": "javascript-module",
|
|
1854
|
+
"path": "src/utils/logger.ts",
|
|
1855
|
+
"declarations": [
|
|
1856
|
+
{
|
|
1857
|
+
"kind": "variable",
|
|
1858
|
+
"name": "logger"
|
|
1859
|
+
}
|
|
1860
|
+
],
|
|
1861
|
+
"exports": [
|
|
1862
|
+
{
|
|
1863
|
+
"kind": "js",
|
|
1864
|
+
"name": "logger",
|
|
1865
|
+
"declaration": {
|
|
1866
|
+
"name": "logger",
|
|
1867
|
+
"module": "src/utils/logger.ts"
|
|
1868
|
+
}
|
|
1869
|
+
}
|
|
1870
|
+
]
|
|
1871
|
+
},
|
|
1872
1872
|
{
|
|
1873
1873
|
"kind": "javascript-module",
|
|
1874
1874
|
"path": "src/uuid/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.139.
|
|
4
|
+
"version": "14.139.1",
|
|
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.139.
|
|
23
|
-
"@genesislcap/genx": "14.139.
|
|
22
|
+
"@genesislcap/foundation-testing": "14.139.1",
|
|
23
|
+
"@genesislcap/genx": "14.139.1",
|
|
24
24
|
"rimraf": "^3.0.2"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@genesislcap/foundation-logger": "14.139.
|
|
27
|
+
"@genesislcap/foundation-logger": "14.139.1",
|
|
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": "37c2db3914ae002405d21f0c8118727d92d0cc4b"
|
|
46
46
|
}
|