@genesislcap/foundation-utils 14.214.0-fui-2223.1 → 14.214.1-FUI-2233.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/custom-elements.json +98 -98
- package/package.json +10 -10
@@ -1213,21 +1213,6 @@
|
|
1213
1213
|
}
|
1214
1214
|
]
|
1215
1215
|
},
|
1216
|
-
{
|
1217
|
-
"kind": "javascript-module",
|
1218
|
-
"path": "src/mappers/index.ts",
|
1219
|
-
"declarations": [],
|
1220
|
-
"exports": [
|
1221
|
-
{
|
1222
|
-
"kind": "js",
|
1223
|
-
"name": "*",
|
1224
|
-
"declaration": {
|
1225
|
-
"name": "*",
|
1226
|
-
"package": "./dto"
|
1227
|
-
}
|
1228
|
-
}
|
1229
|
-
]
|
1230
|
-
},
|
1231
1216
|
{
|
1232
1217
|
"kind": "javascript-module",
|
1233
1218
|
"path": "src/logger/index.ts",
|
@@ -1314,6 +1299,21 @@
|
|
1314
1299
|
}
|
1315
1300
|
]
|
1316
1301
|
},
|
1302
|
+
{
|
1303
|
+
"kind": "javascript-module",
|
1304
|
+
"path": "src/mappers/index.ts",
|
1305
|
+
"declarations": [],
|
1306
|
+
"exports": [
|
1307
|
+
{
|
1308
|
+
"kind": "js",
|
1309
|
+
"name": "*",
|
1310
|
+
"declaration": {
|
1311
|
+
"name": "*",
|
1312
|
+
"package": "./dto"
|
1313
|
+
}
|
1314
|
+
}
|
1315
|
+
]
|
1316
|
+
},
|
1317
1317
|
{
|
1318
1318
|
"kind": "javascript-module",
|
1319
1319
|
"path": "src/mixins/index.ts",
|
@@ -1339,7 +1339,7 @@
|
|
1339
1339
|
},
|
1340
1340
|
{
|
1341
1341
|
"kind": "javascript-module",
|
1342
|
-
"path": "src/
|
1342
|
+
"path": "src/observer/index.ts",
|
1343
1343
|
"declarations": [],
|
1344
1344
|
"exports": [
|
1345
1345
|
{
|
@@ -1347,55 +1347,71 @@
|
|
1347
1347
|
"name": "*",
|
1348
1348
|
"declaration": {
|
1349
1349
|
"name": "*",
|
1350
|
-
"package": "./
|
1350
|
+
"package": "./observer"
|
1351
1351
|
}
|
1352
1352
|
}
|
1353
1353
|
]
|
1354
1354
|
},
|
1355
1355
|
{
|
1356
1356
|
"kind": "javascript-module",
|
1357
|
-
"path": "src/
|
1357
|
+
"path": "src/observer/observer.ts",
|
1358
1358
|
"declarations": [
|
1359
1359
|
{
|
1360
1360
|
"kind": "function",
|
1361
|
-
"name": "
|
1361
|
+
"name": "createObserver",
|
1362
1362
|
"return": {
|
1363
1363
|
"type": {
|
1364
|
-
"text": "
|
1364
|
+
"text": "Observer<EventType>"
|
1365
1365
|
}
|
1366
1366
|
},
|
1367
|
+
"description": "Creates a new event observer instance.",
|
1368
|
+
"privacy": "public"
|
1369
|
+
},
|
1370
|
+
{
|
1371
|
+
"kind": "function",
|
1372
|
+
"name": "respondToVisibility",
|
1367
1373
|
"parameters": [
|
1368
1374
|
{
|
1369
|
-
"name": "
|
1375
|
+
"name": "element",
|
1370
1376
|
"type": {
|
1371
|
-
"text": "
|
1372
|
-
}
|
1377
|
+
"text": "HTMLElement"
|
1378
|
+
},
|
1379
|
+
"description": "HTMLElement to observe"
|
1373
1380
|
},
|
1374
1381
|
{
|
1375
|
-
"name": "
|
1382
|
+
"name": "callback",
|
1376
1383
|
"type": {
|
1377
|
-
"text": "() =>
|
1378
|
-
}
|
1384
|
+
"text": "(arg0: boolean) => any"
|
1385
|
+
},
|
1386
|
+
"description": "any function called when the visibility changes"
|
1379
1387
|
}
|
1380
1388
|
],
|
1381
|
-
"description": "
|
1389
|
+
"description": "Setup an `IntersectionObserver` which will activate a callback function when an element becomes visible on screen",
|
1382
1390
|
"privacy": "public"
|
1383
1391
|
}
|
1384
1392
|
],
|
1385
1393
|
"exports": [
|
1386
1394
|
{
|
1387
1395
|
"kind": "js",
|
1388
|
-
"name": "
|
1396
|
+
"name": "createObserver",
|
1389
1397
|
"declaration": {
|
1390
|
-
"name": "
|
1391
|
-
"module": "src/
|
1398
|
+
"name": "createObserver",
|
1399
|
+
"module": "src/observer/observer.ts"
|
1400
|
+
}
|
1401
|
+
},
|
1402
|
+
{
|
1403
|
+
"kind": "js",
|
1404
|
+
"name": "respondToVisibility",
|
1405
|
+
"declaration": {
|
1406
|
+
"name": "respondToVisibility",
|
1407
|
+
"module": "src/observer/observer.ts"
|
1392
1408
|
}
|
1393
1409
|
}
|
1394
1410
|
]
|
1395
1411
|
},
|
1396
1412
|
{
|
1397
1413
|
"kind": "javascript-module",
|
1398
|
-
"path": "src/
|
1414
|
+
"path": "src/promise/index.ts",
|
1399
1415
|
"declarations": [],
|
1400
1416
|
"exports": [
|
1401
1417
|
{
|
@@ -1403,64 +1419,48 @@
|
|
1403
1419
|
"name": "*",
|
1404
1420
|
"declaration": {
|
1405
1421
|
"name": "*",
|
1406
|
-
"package": "./
|
1422
|
+
"package": "./resolveAfter"
|
1407
1423
|
}
|
1408
1424
|
}
|
1409
1425
|
]
|
1410
1426
|
},
|
1411
1427
|
{
|
1412
1428
|
"kind": "javascript-module",
|
1413
|
-
"path": "src/
|
1429
|
+
"path": "src/promise/resolveAfter.ts",
|
1414
1430
|
"declarations": [
|
1415
1431
|
{
|
1416
1432
|
"kind": "function",
|
1417
|
-
"name": "
|
1433
|
+
"name": "resolveAfter",
|
1418
1434
|
"return": {
|
1419
1435
|
"type": {
|
1420
|
-
"text": "
|
1436
|
+
"text": "Promise<T>"
|
1421
1437
|
}
|
1422
1438
|
},
|
1423
|
-
"description": "Creates a new event observer instance.",
|
1424
|
-
"privacy": "public"
|
1425
|
-
},
|
1426
|
-
{
|
1427
|
-
"kind": "function",
|
1428
|
-
"name": "respondToVisibility",
|
1429
1439
|
"parameters": [
|
1430
1440
|
{
|
1431
|
-
"name": "
|
1441
|
+
"name": "ms",
|
1432
1442
|
"type": {
|
1433
|
-
"text": "
|
1434
|
-
}
|
1435
|
-
"description": "HTMLElement to observe"
|
1443
|
+
"text": "number"
|
1444
|
+
}
|
1436
1445
|
},
|
1437
1446
|
{
|
1438
|
-
"name": "
|
1447
|
+
"name": "valueCreator",
|
1439
1448
|
"type": {
|
1440
|
-
"text": "(
|
1441
|
-
}
|
1442
|
-
"description": "any function called when the visibility changes"
|
1449
|
+
"text": "() => T"
|
1450
|
+
}
|
1443
1451
|
}
|
1444
1452
|
],
|
1445
|
-
"description": "
|
1453
|
+
"description": "Resolve a promise after a timeout.",
|
1446
1454
|
"privacy": "public"
|
1447
1455
|
}
|
1448
1456
|
],
|
1449
1457
|
"exports": [
|
1450
1458
|
{
|
1451
1459
|
"kind": "js",
|
1452
|
-
"name": "
|
1453
|
-
"declaration": {
|
1454
|
-
"name": "createObserver",
|
1455
|
-
"module": "src/observer/observer.ts"
|
1456
|
-
}
|
1457
|
-
},
|
1458
|
-
{
|
1459
|
-
"kind": "js",
|
1460
|
-
"name": "respondToVisibility",
|
1460
|
+
"name": "resolveAfter",
|
1461
1461
|
"declaration": {
|
1462
|
-
"name": "
|
1463
|
-
"module": "src/
|
1462
|
+
"name": "resolveAfter",
|
1463
|
+
"module": "src/promise/resolveAfter.ts"
|
1464
1464
|
}
|
1465
1465
|
}
|
1466
1466
|
]
|
@@ -1647,43 +1647,6 @@
|
|
1647
1647
|
}
|
1648
1648
|
]
|
1649
1649
|
},
|
1650
|
-
{
|
1651
|
-
"kind": "javascript-module",
|
1652
|
-
"path": "src/utils/index.ts",
|
1653
|
-
"declarations": [],
|
1654
|
-
"exports": [
|
1655
|
-
{
|
1656
|
-
"kind": "js",
|
1657
|
-
"name": "*",
|
1658
|
-
"declaration": {
|
1659
|
-
"name": "*",
|
1660
|
-
"package": "./logger"
|
1661
|
-
}
|
1662
|
-
}
|
1663
|
-
]
|
1664
|
-
},
|
1665
|
-
{
|
1666
|
-
"kind": "javascript-module",
|
1667
|
-
"path": "src/utils/logger.ts",
|
1668
|
-
"declarations": [
|
1669
|
-
{
|
1670
|
-
"kind": "variable",
|
1671
|
-
"name": "logger",
|
1672
|
-
"description": "Logger for the foundation-utils package",
|
1673
|
-
"privacy": "public"
|
1674
|
-
}
|
1675
|
-
],
|
1676
|
-
"exports": [
|
1677
|
-
{
|
1678
|
-
"kind": "js",
|
1679
|
-
"name": "logger",
|
1680
|
-
"declaration": {
|
1681
|
-
"name": "logger",
|
1682
|
-
"module": "src/utils/logger.ts"
|
1683
|
-
}
|
1684
|
-
}
|
1685
|
-
]
|
1686
|
-
},
|
1687
1650
|
{
|
1688
1651
|
"kind": "javascript-module",
|
1689
1652
|
"path": "src/styles/color.ts",
|
@@ -2031,6 +1994,43 @@
|
|
2031
1994
|
}
|
2032
1995
|
]
|
2033
1996
|
},
|
1997
|
+
{
|
1998
|
+
"kind": "javascript-module",
|
1999
|
+
"path": "src/utils/index.ts",
|
2000
|
+
"declarations": [],
|
2001
|
+
"exports": [
|
2002
|
+
{
|
2003
|
+
"kind": "js",
|
2004
|
+
"name": "*",
|
2005
|
+
"declaration": {
|
2006
|
+
"name": "*",
|
2007
|
+
"package": "./logger"
|
2008
|
+
}
|
2009
|
+
}
|
2010
|
+
]
|
2011
|
+
},
|
2012
|
+
{
|
2013
|
+
"kind": "javascript-module",
|
2014
|
+
"path": "src/utils/logger.ts",
|
2015
|
+
"declarations": [
|
2016
|
+
{
|
2017
|
+
"kind": "variable",
|
2018
|
+
"name": "logger",
|
2019
|
+
"description": "Logger for the foundation-utils package",
|
2020
|
+
"privacy": "public"
|
2021
|
+
}
|
2022
|
+
],
|
2023
|
+
"exports": [
|
2024
|
+
{
|
2025
|
+
"kind": "js",
|
2026
|
+
"name": "logger",
|
2027
|
+
"declaration": {
|
2028
|
+
"name": "logger",
|
2029
|
+
"module": "src/utils/logger.ts"
|
2030
|
+
}
|
2031
|
+
}
|
2032
|
+
]
|
2033
|
+
},
|
2034
2034
|
{
|
2035
2035
|
"kind": "javascript-module",
|
2036
2036
|
"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.214.
|
4
|
+
"version": "14.214.1-FUI-2233.1",
|
5
5
|
"sideEffects": false,
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
7
7
|
"main": "dist/esm/index.js",
|
@@ -27,17 +27,17 @@
|
|
27
27
|
}
|
28
28
|
},
|
29
29
|
"devDependencies": {
|
30
|
-
"@genesislcap/foundation-testing": "14.214.
|
31
|
-
"@genesislcap/genx": "14.214.
|
32
|
-
"@genesislcap/rollup-builder": "14.214.
|
33
|
-
"@genesislcap/ts-builder": "14.214.
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.214.
|
35
|
-
"@genesislcap/vite-builder": "14.214.
|
36
|
-
"@genesislcap/webpack-builder": "14.214.
|
30
|
+
"@genesislcap/foundation-testing": "14.214.1-FUI-2233.1",
|
31
|
+
"@genesislcap/genx": "14.214.1-FUI-2233.1",
|
32
|
+
"@genesislcap/rollup-builder": "14.214.1-FUI-2233.1",
|
33
|
+
"@genesislcap/ts-builder": "14.214.1-FUI-2233.1",
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.214.1-FUI-2233.1",
|
35
|
+
"@genesislcap/vite-builder": "14.214.1-FUI-2233.1",
|
36
|
+
"@genesislcap/webpack-builder": "14.214.1-FUI-2233.1",
|
37
37
|
"rimraf": "^5.0.0"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@genesislcap/foundation-logger": "14.214.
|
40
|
+
"@genesislcap/foundation-logger": "14.214.1-FUI-2233.1",
|
41
41
|
"@microsoft/fast-components": "^2.30.6",
|
42
42
|
"@microsoft/fast-element": "^1.12.0",
|
43
43
|
"@microsoft/fast-foundation": "^2.49.4",
|
@@ -55,5 +55,5 @@
|
|
55
55
|
"access": "public"
|
56
56
|
},
|
57
57
|
"customElements": "dist/custom-elements.json",
|
58
|
-
"gitHead": "
|
58
|
+
"gitHead": "d50911f073a134b4f6dc338df4220f57bb375d3a"
|
59
59
|
}
|