@genesislcap/foundation-utils 14.187.1 → 14.188.0-FUI-2012.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 +368 -353
- package/dist/dts/env/variables.d.ts +11 -0
- package/dist/dts/env/variables.d.ts.map +1 -1
- package/dist/esm/env/variables.js +11 -0
- package/dist/foundation-utils.api.json +23 -0
- package/dist/foundation-utils.d.ts +12 -0
- package/docs/api/foundation-utils.genesis_socket_url.md +25 -0
- package/docs/api/foundation-utils.md +1 -0
- package/docs/api-report.md +3 -0
- package/package.json +10 -10
|
@@ -159,6 +159,59 @@
|
|
|
159
159
|
}
|
|
160
160
|
]
|
|
161
161
|
},
|
|
162
|
+
{
|
|
163
|
+
"kind": "javascript-module",
|
|
164
|
+
"path": "src/decorators/index.ts",
|
|
165
|
+
"declarations": [],
|
|
166
|
+
"exports": [
|
|
167
|
+
{
|
|
168
|
+
"kind": "js",
|
|
169
|
+
"name": "*",
|
|
170
|
+
"declaration": {
|
|
171
|
+
"name": "*",
|
|
172
|
+
"package": "./renderOnChange"
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
]
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"kind": "javascript-module",
|
|
179
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
180
|
+
"declarations": [
|
|
181
|
+
{
|
|
182
|
+
"kind": "function",
|
|
183
|
+
"name": "renderOnChange",
|
|
184
|
+
"parameters": [
|
|
185
|
+
{
|
|
186
|
+
"name": "target",
|
|
187
|
+
"type": {
|
|
188
|
+
"text": "FASTElement & { render(): void }"
|
|
189
|
+
},
|
|
190
|
+
"description": "The target to define the property change handler on."
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"name": "name",
|
|
194
|
+
"type": {
|
|
195
|
+
"text": "string"
|
|
196
|
+
},
|
|
197
|
+
"description": "The property name."
|
|
198
|
+
}
|
|
199
|
+
],
|
|
200
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
201
|
+
"privacy": "public"
|
|
202
|
+
}
|
|
203
|
+
],
|
|
204
|
+
"exports": [
|
|
205
|
+
{
|
|
206
|
+
"kind": "js",
|
|
207
|
+
"name": "renderOnChange",
|
|
208
|
+
"declaration": {
|
|
209
|
+
"name": "renderOnChange",
|
|
210
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
]
|
|
214
|
+
},
|
|
162
215
|
{
|
|
163
216
|
"kind": "javascript-module",
|
|
164
217
|
"path": "src/data/inMemoryDatabase.ts",
|
|
@@ -359,42 +412,7 @@
|
|
|
359
412
|
},
|
|
360
413
|
{
|
|
361
414
|
"kind": "javascript-module",
|
|
362
|
-
"path": "src/
|
|
363
|
-
"declarations": [
|
|
364
|
-
{
|
|
365
|
-
"kind": "function",
|
|
366
|
-
"name": "assureDesignSystem",
|
|
367
|
-
"return": {
|
|
368
|
-
"type": {
|
|
369
|
-
"text": "DesignSystemModule"
|
|
370
|
-
}
|
|
371
|
-
},
|
|
372
|
-
"parameters": [
|
|
373
|
-
{
|
|
374
|
-
"name": "module",
|
|
375
|
-
"type": {
|
|
376
|
-
"text": "DesignSystemModule"
|
|
377
|
-
}
|
|
378
|
-
}
|
|
379
|
-
],
|
|
380
|
-
"description": "assureDesignSystem.",
|
|
381
|
-
"privacy": "public"
|
|
382
|
-
}
|
|
383
|
-
],
|
|
384
|
-
"exports": [
|
|
385
|
-
{
|
|
386
|
-
"kind": "js",
|
|
387
|
-
"name": "assureDesignSystem",
|
|
388
|
-
"declaration": {
|
|
389
|
-
"name": "assureDesignSystem",
|
|
390
|
-
"module": "src/design-system/design-system.ts"
|
|
391
|
-
}
|
|
392
|
-
}
|
|
393
|
-
]
|
|
394
|
-
},
|
|
395
|
-
{
|
|
396
|
-
"kind": "javascript-module",
|
|
397
|
-
"path": "src/design-system/index.ts",
|
|
415
|
+
"path": "src/directives/index.ts",
|
|
398
416
|
"declarations": [],
|
|
399
417
|
"exports": [
|
|
400
418
|
{
|
|
@@ -402,67 +420,57 @@
|
|
|
402
420
|
"name": "*",
|
|
403
421
|
"declaration": {
|
|
404
422
|
"name": "*",
|
|
405
|
-
"package": "./
|
|
423
|
+
"package": "./sync"
|
|
406
424
|
}
|
|
407
|
-
}
|
|
408
|
-
]
|
|
409
|
-
},
|
|
410
|
-
{
|
|
411
|
-
"kind": "javascript-module",
|
|
412
|
-
"path": "src/decorators/index.ts",
|
|
413
|
-
"declarations": [],
|
|
414
|
-
"exports": [
|
|
425
|
+
},
|
|
415
426
|
{
|
|
416
427
|
"kind": "js",
|
|
417
428
|
"name": "*",
|
|
418
429
|
"declaration": {
|
|
419
430
|
"name": "*",
|
|
420
|
-
"package": "./
|
|
431
|
+
"package": "./when-else"
|
|
421
432
|
}
|
|
422
433
|
}
|
|
423
434
|
]
|
|
424
435
|
},
|
|
425
436
|
{
|
|
426
437
|
"kind": "javascript-module",
|
|
427
|
-
"path": "src/
|
|
438
|
+
"path": "src/design-system/design-system.ts",
|
|
428
439
|
"declarations": [
|
|
429
440
|
{
|
|
430
441
|
"kind": "function",
|
|
431
|
-
"name": "
|
|
442
|
+
"name": "assureDesignSystem",
|
|
443
|
+
"return": {
|
|
444
|
+
"type": {
|
|
445
|
+
"text": "DesignSystemModule"
|
|
446
|
+
}
|
|
447
|
+
},
|
|
432
448
|
"parameters": [
|
|
433
449
|
{
|
|
434
|
-
"name": "
|
|
435
|
-
"type": {
|
|
436
|
-
"text": "FASTElement & { render(): void }"
|
|
437
|
-
},
|
|
438
|
-
"description": "The target to define the property change handler on."
|
|
439
|
-
},
|
|
440
|
-
{
|
|
441
|
-
"name": "name",
|
|
450
|
+
"name": "module",
|
|
442
451
|
"type": {
|
|
443
|
-
"text": "
|
|
444
|
-
}
|
|
445
|
-
"description": "The property name."
|
|
452
|
+
"text": "DesignSystemModule"
|
|
453
|
+
}
|
|
446
454
|
}
|
|
447
455
|
],
|
|
448
|
-
"description": "
|
|
456
|
+
"description": "assureDesignSystem.",
|
|
449
457
|
"privacy": "public"
|
|
450
458
|
}
|
|
451
459
|
],
|
|
452
460
|
"exports": [
|
|
453
461
|
{
|
|
454
462
|
"kind": "js",
|
|
455
|
-
"name": "
|
|
463
|
+
"name": "assureDesignSystem",
|
|
456
464
|
"declaration": {
|
|
457
|
-
"name": "
|
|
458
|
-
"module": "src/
|
|
465
|
+
"name": "assureDesignSystem",
|
|
466
|
+
"module": "src/design-system/design-system.ts"
|
|
459
467
|
}
|
|
460
468
|
}
|
|
461
469
|
]
|
|
462
470
|
},
|
|
463
471
|
{
|
|
464
472
|
"kind": "javascript-module",
|
|
465
|
-
"path": "src/
|
|
473
|
+
"path": "src/design-system/index.ts",
|
|
466
474
|
"declarations": [],
|
|
467
475
|
"exports": [
|
|
468
476
|
{
|
|
@@ -470,15 +478,7 @@
|
|
|
470
478
|
"name": "*",
|
|
471
479
|
"declaration": {
|
|
472
480
|
"name": "*",
|
|
473
|
-
"package": "./
|
|
474
|
-
}
|
|
475
|
-
},
|
|
476
|
-
{
|
|
477
|
-
"kind": "js",
|
|
478
|
-
"name": "*",
|
|
479
|
-
"declaration": {
|
|
480
|
-
"name": "*",
|
|
481
|
-
"package": "./when-else"
|
|
481
|
+
"package": "./design-system"
|
|
482
482
|
}
|
|
483
483
|
}
|
|
484
484
|
]
|
|
@@ -565,6 +565,13 @@
|
|
|
565
565
|
"description": "The path to a JSON config file for the HTTP mode.",
|
|
566
566
|
"privacy": "public"
|
|
567
567
|
},
|
|
568
|
+
{
|
|
569
|
+
"kind": "variable",
|
|
570
|
+
"name": "GENESIS_SOCKET_URL",
|
|
571
|
+
"default": "`${location.protocol.replace('http', 'ws')}//${location.host}/${_SOCKET_EXT}/`",
|
|
572
|
+
"description": "Genesis Socket URL",
|
|
573
|
+
"privacy": "public"
|
|
574
|
+
},
|
|
568
575
|
{
|
|
569
576
|
"kind": "variable",
|
|
570
577
|
"name": "API_HOST",
|
|
@@ -664,6 +671,14 @@
|
|
|
664
671
|
"module": "src/env/variables.ts"
|
|
665
672
|
}
|
|
666
673
|
},
|
|
674
|
+
{
|
|
675
|
+
"kind": "js",
|
|
676
|
+
"name": "GENESIS_SOCKET_URL",
|
|
677
|
+
"declaration": {
|
|
678
|
+
"name": "GENESIS_SOCKET_URL",
|
|
679
|
+
"module": "src/env/variables.ts"
|
|
680
|
+
}
|
|
681
|
+
},
|
|
667
682
|
{
|
|
668
683
|
"kind": "js",
|
|
669
684
|
"name": "API_HOST",
|
|
@@ -1427,33 +1442,34 @@
|
|
|
1427
1442
|
},
|
|
1428
1443
|
{
|
|
1429
1444
|
"kind": "javascript-module",
|
|
1430
|
-
"path": "src/
|
|
1431
|
-
"declarations": [
|
|
1432
|
-
{
|
|
1433
|
-
"kind": "variable",
|
|
1434
|
-
"name": "activeColorScheme",
|
|
1435
|
-
"description": "A design token that represents the active color scheme (light or dark).",
|
|
1436
|
-
"privacy": "public"
|
|
1437
|
-
}
|
|
1438
|
-
],
|
|
1445
|
+
"path": "src/state/index.ts",
|
|
1446
|
+
"declarations": [],
|
|
1439
1447
|
"exports": [
|
|
1440
1448
|
{
|
|
1441
1449
|
"kind": "js",
|
|
1442
|
-
"name": "
|
|
1450
|
+
"name": "*",
|
|
1443
1451
|
"declaration": {
|
|
1444
|
-
"name": "
|
|
1445
|
-
"
|
|
1452
|
+
"name": "*",
|
|
1453
|
+
"package": "./reactive"
|
|
1454
|
+
}
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
"kind": "js",
|
|
1458
|
+
"name": "*",
|
|
1459
|
+
"declaration": {
|
|
1460
|
+
"name": "*",
|
|
1461
|
+
"package": "./visitor"
|
|
1446
1462
|
}
|
|
1447
1463
|
}
|
|
1448
1464
|
]
|
|
1449
1465
|
},
|
|
1450
1466
|
{
|
|
1451
1467
|
"kind": "javascript-module",
|
|
1452
|
-
"path": "src/
|
|
1468
|
+
"path": "src/state/reactive.ts",
|
|
1453
1469
|
"declarations": [
|
|
1454
1470
|
{
|
|
1455
1471
|
"kind": "function",
|
|
1456
|
-
"name": "
|
|
1472
|
+
"name": "reactive",
|
|
1457
1473
|
"return": {
|
|
1458
1474
|
"type": {
|
|
1459
1475
|
"text": ""
|
|
@@ -1461,84 +1477,209 @@
|
|
|
1461
1477
|
},
|
|
1462
1478
|
"parameters": [
|
|
1463
1479
|
{
|
|
1464
|
-
"name": "
|
|
1480
|
+
"name": "object",
|
|
1465
1481
|
"type": {
|
|
1466
|
-
"text": "
|
|
1482
|
+
"text": "T"
|
|
1467
1483
|
},
|
|
1468
|
-
"description": "The
|
|
1484
|
+
"description": "The object to make reactive."
|
|
1469
1485
|
},
|
|
1470
1486
|
{
|
|
1471
|
-
"name": "
|
|
1472
|
-
"
|
|
1473
|
-
|
|
1474
|
-
},
|
|
1475
|
-
"description": "The ID of the style element to use or create."
|
|
1476
|
-
}
|
|
1477
|
-
],
|
|
1478
|
-
"description": "Inserts a CSS rule into the document by creating a new style element or using an existing one with the specified ID.\nReturns a function that can be called to remove the rule from the document.",
|
|
1479
|
-
"privacy": "public"
|
|
1480
|
-
},
|
|
1481
|
-
{
|
|
1482
|
-
"kind": "function",
|
|
1483
|
-
"name": "insertDocumentLink",
|
|
1484
|
-
"parameters": [
|
|
1485
|
-
{
|
|
1486
|
-
"name": "href",
|
|
1487
|
-
"type": {
|
|
1488
|
-
"text": "string"
|
|
1489
|
-
},
|
|
1490
|
-
"description": "The URL of the CSS file to insert."
|
|
1487
|
+
"name": "deep",
|
|
1488
|
+
"default": "false",
|
|
1489
|
+
"description": "Indicates whether to deeply convert the object."
|
|
1491
1490
|
}
|
|
1492
1491
|
],
|
|
1493
|
-
"description": "
|
|
1494
|
-
"privacy": "public"
|
|
1492
|
+
"description": "Converts a plain object to a reactive, observable object."
|
|
1495
1493
|
}
|
|
1496
1494
|
],
|
|
1497
1495
|
"exports": [
|
|
1498
1496
|
{
|
|
1499
1497
|
"kind": "js",
|
|
1500
|
-
"name": "
|
|
1501
|
-
"declaration": {
|
|
1502
|
-
"name": "insertDocumentCSSRule",
|
|
1503
|
-
"module": "src/styles/dom.ts"
|
|
1504
|
-
}
|
|
1505
|
-
},
|
|
1506
|
-
{
|
|
1507
|
-
"kind": "js",
|
|
1508
|
-
"name": "insertDocumentLink",
|
|
1498
|
+
"name": "reactive",
|
|
1509
1499
|
"declaration": {
|
|
1510
|
-
"name": "
|
|
1511
|
-
"module": "src/
|
|
1500
|
+
"name": "reactive",
|
|
1501
|
+
"module": "src/state/reactive.ts"
|
|
1512
1502
|
}
|
|
1513
1503
|
}
|
|
1514
1504
|
]
|
|
1515
1505
|
},
|
|
1516
1506
|
{
|
|
1517
1507
|
"kind": "javascript-module",
|
|
1518
|
-
"path": "src/
|
|
1519
|
-
"declarations": [
|
|
1520
|
-
"exports": [
|
|
1521
|
-
{
|
|
1522
|
-
"kind": "js",
|
|
1523
|
-
"name": "*",
|
|
1524
|
-
"declaration": {
|
|
1525
|
-
"name": "*",
|
|
1526
|
-
"package": "./color"
|
|
1527
|
-
}
|
|
1528
|
-
},
|
|
1529
|
-
{
|
|
1530
|
-
"kind": "js",
|
|
1531
|
-
"name": "*",
|
|
1532
|
-
"declaration": {
|
|
1533
|
-
"name": "*",
|
|
1534
|
-
"package": "./dom"
|
|
1535
|
-
}
|
|
1536
|
-
},
|
|
1508
|
+
"path": "src/state/visitor.ts",
|
|
1509
|
+
"declarations": [
|
|
1537
1510
|
{
|
|
1538
|
-
"kind": "
|
|
1539
|
-
"name": "
|
|
1540
|
-
"
|
|
1541
|
-
"
|
|
1511
|
+
"kind": "function",
|
|
1512
|
+
"name": "visitObject",
|
|
1513
|
+
"return": {
|
|
1514
|
+
"type": {
|
|
1515
|
+
"text": "void"
|
|
1516
|
+
}
|
|
1517
|
+
},
|
|
1518
|
+
"parameters": [
|
|
1519
|
+
{
|
|
1520
|
+
"name": "object",
|
|
1521
|
+
"type": {
|
|
1522
|
+
"text": "any"
|
|
1523
|
+
},
|
|
1524
|
+
"description": "The object."
|
|
1525
|
+
},
|
|
1526
|
+
{
|
|
1527
|
+
"name": "deep",
|
|
1528
|
+
"type": {
|
|
1529
|
+
"text": "boolean"
|
|
1530
|
+
},
|
|
1531
|
+
"description": "A flag to indicate if a recursive visit of sub objects should occur."
|
|
1532
|
+
},
|
|
1533
|
+
{
|
|
1534
|
+
"name": "visitor",
|
|
1535
|
+
"type": {
|
|
1536
|
+
"text": "ObjectVisitor<TVisitorData>"
|
|
1537
|
+
},
|
|
1538
|
+
"description": "The defined {@link ObjectVisitor}logic.\n * "
|
|
1539
|
+
},
|
|
1540
|
+
{
|
|
1541
|
+
"name": "data",
|
|
1542
|
+
"type": {
|
|
1543
|
+
"text": "TVisitorData"
|
|
1544
|
+
},
|
|
1545
|
+
"description": "Visitor data."
|
|
1546
|
+
},
|
|
1547
|
+
{
|
|
1548
|
+
"name": "traversed",
|
|
1549
|
+
"type": {
|
|
1550
|
+
"text": "WeakSet<any> | Set<any>"
|
|
1551
|
+
},
|
|
1552
|
+
"description": "The traversed object set."
|
|
1553
|
+
}
|
|
1554
|
+
],
|
|
1555
|
+
"description": "Visit object utility."
|
|
1556
|
+
}
|
|
1557
|
+
],
|
|
1558
|
+
"exports": [
|
|
1559
|
+
{
|
|
1560
|
+
"kind": "js",
|
|
1561
|
+
"name": "visitObject",
|
|
1562
|
+
"declaration": {
|
|
1563
|
+
"name": "visitObject",
|
|
1564
|
+
"module": "src/state/visitor.ts"
|
|
1565
|
+
}
|
|
1566
|
+
}
|
|
1567
|
+
]
|
|
1568
|
+
},
|
|
1569
|
+
{
|
|
1570
|
+
"kind": "javascript-module",
|
|
1571
|
+
"path": "src/styles/color.ts",
|
|
1572
|
+
"declarations": [
|
|
1573
|
+
{
|
|
1574
|
+
"kind": "variable",
|
|
1575
|
+
"name": "activeColorScheme",
|
|
1576
|
+
"description": "A design token that represents the active color scheme (light or dark).",
|
|
1577
|
+
"privacy": "public"
|
|
1578
|
+
}
|
|
1579
|
+
],
|
|
1580
|
+
"exports": [
|
|
1581
|
+
{
|
|
1582
|
+
"kind": "js",
|
|
1583
|
+
"name": "activeColorScheme",
|
|
1584
|
+
"declaration": {
|
|
1585
|
+
"name": "activeColorScheme",
|
|
1586
|
+
"module": "src/styles/color.ts"
|
|
1587
|
+
}
|
|
1588
|
+
}
|
|
1589
|
+
]
|
|
1590
|
+
},
|
|
1591
|
+
{
|
|
1592
|
+
"kind": "javascript-module",
|
|
1593
|
+
"path": "src/styles/dom.ts",
|
|
1594
|
+
"declarations": [
|
|
1595
|
+
{
|
|
1596
|
+
"kind": "function",
|
|
1597
|
+
"name": "insertDocumentCSSRule",
|
|
1598
|
+
"return": {
|
|
1599
|
+
"type": {
|
|
1600
|
+
"text": ""
|
|
1601
|
+
}
|
|
1602
|
+
},
|
|
1603
|
+
"parameters": [
|
|
1604
|
+
{
|
|
1605
|
+
"name": "cssRule",
|
|
1606
|
+
"type": {
|
|
1607
|
+
"text": "string"
|
|
1608
|
+
},
|
|
1609
|
+
"description": "The CSS rule to insert."
|
|
1610
|
+
},
|
|
1611
|
+
{
|
|
1612
|
+
"name": "styleElementId",
|
|
1613
|
+
"type": {
|
|
1614
|
+
"text": "string"
|
|
1615
|
+
},
|
|
1616
|
+
"description": "The ID of the style element to use or create."
|
|
1617
|
+
}
|
|
1618
|
+
],
|
|
1619
|
+
"description": "Inserts a CSS rule into the document by creating a new style element or using an existing one with the specified ID.\nReturns a function that can be called to remove the rule from the document.",
|
|
1620
|
+
"privacy": "public"
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
"kind": "function",
|
|
1624
|
+
"name": "insertDocumentLink",
|
|
1625
|
+
"parameters": [
|
|
1626
|
+
{
|
|
1627
|
+
"name": "href",
|
|
1628
|
+
"type": {
|
|
1629
|
+
"text": "string"
|
|
1630
|
+
},
|
|
1631
|
+
"description": "The URL of the CSS file to insert."
|
|
1632
|
+
}
|
|
1633
|
+
],
|
|
1634
|
+
"description": "Inserts a CSS link into the document if it doesn't already exist.",
|
|
1635
|
+
"privacy": "public"
|
|
1636
|
+
}
|
|
1637
|
+
],
|
|
1638
|
+
"exports": [
|
|
1639
|
+
{
|
|
1640
|
+
"kind": "js",
|
|
1641
|
+
"name": "insertDocumentCSSRule",
|
|
1642
|
+
"declaration": {
|
|
1643
|
+
"name": "insertDocumentCSSRule",
|
|
1644
|
+
"module": "src/styles/dom.ts"
|
|
1645
|
+
}
|
|
1646
|
+
},
|
|
1647
|
+
{
|
|
1648
|
+
"kind": "js",
|
|
1649
|
+
"name": "insertDocumentLink",
|
|
1650
|
+
"declaration": {
|
|
1651
|
+
"name": "insertDocumentLink",
|
|
1652
|
+
"module": "src/styles/dom.ts"
|
|
1653
|
+
}
|
|
1654
|
+
}
|
|
1655
|
+
]
|
|
1656
|
+
},
|
|
1657
|
+
{
|
|
1658
|
+
"kind": "javascript-module",
|
|
1659
|
+
"path": "src/styles/index.ts",
|
|
1660
|
+
"declarations": [],
|
|
1661
|
+
"exports": [
|
|
1662
|
+
{
|
|
1663
|
+
"kind": "js",
|
|
1664
|
+
"name": "*",
|
|
1665
|
+
"declaration": {
|
|
1666
|
+
"name": "*",
|
|
1667
|
+
"package": "./color"
|
|
1668
|
+
}
|
|
1669
|
+
},
|
|
1670
|
+
{
|
|
1671
|
+
"kind": "js",
|
|
1672
|
+
"name": "*",
|
|
1673
|
+
"declaration": {
|
|
1674
|
+
"name": "*",
|
|
1675
|
+
"package": "./dom"
|
|
1676
|
+
}
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
"kind": "js",
|
|
1680
|
+
"name": "*",
|
|
1681
|
+
"declaration": {
|
|
1682
|
+
"name": "*",
|
|
1542
1683
|
"package": "./slotted-styles"
|
|
1543
1684
|
}
|
|
1544
1685
|
},
|
|
@@ -1774,7 +1915,7 @@
|
|
|
1774
1915
|
},
|
|
1775
1916
|
{
|
|
1776
1917
|
"kind": "javascript-module",
|
|
1777
|
-
"path": "src/
|
|
1918
|
+
"path": "src/utils/index.ts",
|
|
1778
1919
|
"declarations": [],
|
|
1779
1920
|
"exports": [
|
|
1780
1921
|
{
|
|
@@ -1782,36 +1923,34 @@
|
|
|
1782
1923
|
"name": "*",
|
|
1783
1924
|
"declaration": {
|
|
1784
1925
|
"name": "*",
|
|
1785
|
-
"package": "./
|
|
1926
|
+
"package": "./logger"
|
|
1786
1927
|
}
|
|
1787
1928
|
}
|
|
1788
1929
|
]
|
|
1789
1930
|
},
|
|
1790
1931
|
{
|
|
1791
1932
|
"kind": "javascript-module",
|
|
1792
|
-
"path": "src/
|
|
1933
|
+
"path": "src/utils/logger.ts",
|
|
1793
1934
|
"declarations": [
|
|
1794
1935
|
{
|
|
1795
1936
|
"kind": "variable",
|
|
1796
|
-
"name": "
|
|
1797
|
-
"description": "A dependency injection token for the UUID interface.",
|
|
1798
|
-
"privacy": "public"
|
|
1937
|
+
"name": "logger"
|
|
1799
1938
|
}
|
|
1800
1939
|
],
|
|
1801
1940
|
"exports": [
|
|
1802
1941
|
{
|
|
1803
1942
|
"kind": "js",
|
|
1804
|
-
"name": "
|
|
1943
|
+
"name": "logger",
|
|
1805
1944
|
"declaration": {
|
|
1806
|
-
"name": "
|
|
1807
|
-
"module": "src/
|
|
1945
|
+
"name": "logger",
|
|
1946
|
+
"module": "src/utils/logger.ts"
|
|
1808
1947
|
}
|
|
1809
1948
|
}
|
|
1810
1949
|
]
|
|
1811
1950
|
},
|
|
1812
1951
|
{
|
|
1813
1952
|
"kind": "javascript-module",
|
|
1814
|
-
"path": "src/
|
|
1953
|
+
"path": "src/uuid/index.ts",
|
|
1815
1954
|
"declarations": [],
|
|
1816
1955
|
"exports": [
|
|
1817
1956
|
{
|
|
@@ -1819,27 +1958,29 @@
|
|
|
1819
1958
|
"name": "*",
|
|
1820
1959
|
"declaration": {
|
|
1821
1960
|
"name": "*",
|
|
1822
|
-
"package": "./
|
|
1961
|
+
"package": "./uuid"
|
|
1823
1962
|
}
|
|
1824
1963
|
}
|
|
1825
1964
|
]
|
|
1826
1965
|
},
|
|
1827
1966
|
{
|
|
1828
1967
|
"kind": "javascript-module",
|
|
1829
|
-
"path": "src/
|
|
1968
|
+
"path": "src/uuid/uuid.ts",
|
|
1830
1969
|
"declarations": [
|
|
1831
1970
|
{
|
|
1832
1971
|
"kind": "variable",
|
|
1833
|
-
"name": "
|
|
1972
|
+
"name": "UUID",
|
|
1973
|
+
"description": "A dependency injection token for the UUID interface.",
|
|
1974
|
+
"privacy": "public"
|
|
1834
1975
|
}
|
|
1835
1976
|
],
|
|
1836
1977
|
"exports": [
|
|
1837
1978
|
{
|
|
1838
1979
|
"kind": "js",
|
|
1839
|
-
"name": "
|
|
1980
|
+
"name": "UUID",
|
|
1840
1981
|
"declaration": {
|
|
1841
|
-
"name": "
|
|
1842
|
-
"module": "src/
|
|
1982
|
+
"name": "UUID",
|
|
1983
|
+
"module": "src/uuid/uuid.ts"
|
|
1843
1984
|
}
|
|
1844
1985
|
}
|
|
1845
1986
|
]
|
|
@@ -2081,6 +2222,71 @@
|
|
|
2081
2222
|
}
|
|
2082
2223
|
]
|
|
2083
2224
|
},
|
|
2225
|
+
{
|
|
2226
|
+
"kind": "javascript-module",
|
|
2227
|
+
"path": "src/directives/when-else/index.ts",
|
|
2228
|
+
"declarations": [],
|
|
2229
|
+
"exports": [
|
|
2230
|
+
{
|
|
2231
|
+
"kind": "js",
|
|
2232
|
+
"name": "*",
|
|
2233
|
+
"declaration": {
|
|
2234
|
+
"name": "*",
|
|
2235
|
+
"package": "./when-else"
|
|
2236
|
+
}
|
|
2237
|
+
}
|
|
2238
|
+
]
|
|
2239
|
+
},
|
|
2240
|
+
{
|
|
2241
|
+
"kind": "javascript-module",
|
|
2242
|
+
"path": "src/directives/when-else/when-else.ts",
|
|
2243
|
+
"declarations": [
|
|
2244
|
+
{
|
|
2245
|
+
"kind": "function",
|
|
2246
|
+
"name": "whenElse",
|
|
2247
|
+
"return": {
|
|
2248
|
+
"type": {
|
|
2249
|
+
"text": "CaptureType<TSource>"
|
|
2250
|
+
}
|
|
2251
|
+
},
|
|
2252
|
+
"parameters": [
|
|
2253
|
+
{
|
|
2254
|
+
"name": "binding",
|
|
2255
|
+
"type": {
|
|
2256
|
+
"text": "Binding<TSource, TReturn>"
|
|
2257
|
+
},
|
|
2258
|
+
"description": "The condition to test for rendering."
|
|
2259
|
+
},
|
|
2260
|
+
{
|
|
2261
|
+
"name": "trueTemplateOrTemplateBinding",
|
|
2262
|
+
"type": {
|
|
2263
|
+
"text": "WhenTemplate<TSource>"
|
|
2264
|
+
},
|
|
2265
|
+
"description": "The template or a binding that gets the template to render when the condition is true."
|
|
2266
|
+
},
|
|
2267
|
+
{
|
|
2268
|
+
"name": "falseTemplateOrTemplateBinding",
|
|
2269
|
+
"type": {
|
|
2270
|
+
"text": "WhenTemplate<TSource>"
|
|
2271
|
+
},
|
|
2272
|
+
"description": "The template or a binding that gets the template to render when the condition is false."
|
|
2273
|
+
}
|
|
2274
|
+
],
|
|
2275
|
+
"description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
|
|
2276
|
+
"privacy": "public"
|
|
2277
|
+
}
|
|
2278
|
+
],
|
|
2279
|
+
"exports": [
|
|
2280
|
+
{
|
|
2281
|
+
"kind": "js",
|
|
2282
|
+
"name": "whenElse",
|
|
2283
|
+
"declaration": {
|
|
2284
|
+
"name": "whenElse",
|
|
2285
|
+
"module": "src/directives/when-else/when-else.ts"
|
|
2286
|
+
}
|
|
2287
|
+
}
|
|
2288
|
+
]
|
|
2289
|
+
},
|
|
2084
2290
|
{
|
|
2085
2291
|
"kind": "javascript-module",
|
|
2086
2292
|
"path": "src/mappers/dto/index.ts",
|
|
@@ -2181,71 +2387,6 @@
|
|
|
2181
2387
|
"declarations": [],
|
|
2182
2388
|
"exports": []
|
|
2183
2389
|
},
|
|
2184
|
-
{
|
|
2185
|
-
"kind": "javascript-module",
|
|
2186
|
-
"path": "src/directives/when-else/index.ts",
|
|
2187
|
-
"declarations": [],
|
|
2188
|
-
"exports": [
|
|
2189
|
-
{
|
|
2190
|
-
"kind": "js",
|
|
2191
|
-
"name": "*",
|
|
2192
|
-
"declaration": {
|
|
2193
|
-
"name": "*",
|
|
2194
|
-
"package": "./when-else"
|
|
2195
|
-
}
|
|
2196
|
-
}
|
|
2197
|
-
]
|
|
2198
|
-
},
|
|
2199
|
-
{
|
|
2200
|
-
"kind": "javascript-module",
|
|
2201
|
-
"path": "src/directives/when-else/when-else.ts",
|
|
2202
|
-
"declarations": [
|
|
2203
|
-
{
|
|
2204
|
-
"kind": "function",
|
|
2205
|
-
"name": "whenElse",
|
|
2206
|
-
"return": {
|
|
2207
|
-
"type": {
|
|
2208
|
-
"text": "CaptureType<TSource>"
|
|
2209
|
-
}
|
|
2210
|
-
},
|
|
2211
|
-
"parameters": [
|
|
2212
|
-
{
|
|
2213
|
-
"name": "binding",
|
|
2214
|
-
"type": {
|
|
2215
|
-
"text": "Binding<TSource, TReturn>"
|
|
2216
|
-
},
|
|
2217
|
-
"description": "The condition to test for rendering."
|
|
2218
|
-
},
|
|
2219
|
-
{
|
|
2220
|
-
"name": "trueTemplateOrTemplateBinding",
|
|
2221
|
-
"type": {
|
|
2222
|
-
"text": "WhenTemplate<TSource>"
|
|
2223
|
-
},
|
|
2224
|
-
"description": "The template or a binding that gets the template to render when the condition is true."
|
|
2225
|
-
},
|
|
2226
|
-
{
|
|
2227
|
-
"name": "falseTemplateOrTemplateBinding",
|
|
2228
|
-
"type": {
|
|
2229
|
-
"text": "WhenTemplate<TSource>"
|
|
2230
|
-
},
|
|
2231
|
-
"description": "The template or a binding that gets the template to render when the condition is false."
|
|
2232
|
-
}
|
|
2233
|
-
],
|
|
2234
|
-
"description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
|
|
2235
|
-
"privacy": "public"
|
|
2236
|
-
}
|
|
2237
|
-
],
|
|
2238
|
-
"exports": [
|
|
2239
|
-
{
|
|
2240
|
-
"kind": "js",
|
|
2241
|
-
"name": "whenElse",
|
|
2242
|
-
"declaration": {
|
|
2243
|
-
"name": "whenElse",
|
|
2244
|
-
"module": "src/directives/when-else/when-else.ts"
|
|
2245
|
-
}
|
|
2246
|
-
}
|
|
2247
|
-
]
|
|
2248
|
-
},
|
|
2249
2390
|
{
|
|
2250
2391
|
"kind": "javascript-module",
|
|
2251
2392
|
"path": "src/mixins/lifecycle/index.ts",
|
|
@@ -2457,132 +2598,6 @@
|
|
|
2457
2598
|
}
|
|
2458
2599
|
]
|
|
2459
2600
|
},
|
|
2460
|
-
{
|
|
2461
|
-
"kind": "javascript-module",
|
|
2462
|
-
"path": "src/state/index.ts",
|
|
2463
|
-
"declarations": [],
|
|
2464
|
-
"exports": [
|
|
2465
|
-
{
|
|
2466
|
-
"kind": "js",
|
|
2467
|
-
"name": "*",
|
|
2468
|
-
"declaration": {
|
|
2469
|
-
"name": "*",
|
|
2470
|
-
"package": "./reactive"
|
|
2471
|
-
}
|
|
2472
|
-
},
|
|
2473
|
-
{
|
|
2474
|
-
"kind": "js",
|
|
2475
|
-
"name": "*",
|
|
2476
|
-
"declaration": {
|
|
2477
|
-
"name": "*",
|
|
2478
|
-
"package": "./visitor"
|
|
2479
|
-
}
|
|
2480
|
-
}
|
|
2481
|
-
]
|
|
2482
|
-
},
|
|
2483
|
-
{
|
|
2484
|
-
"kind": "javascript-module",
|
|
2485
|
-
"path": "src/state/reactive.ts",
|
|
2486
|
-
"declarations": [
|
|
2487
|
-
{
|
|
2488
|
-
"kind": "function",
|
|
2489
|
-
"name": "reactive",
|
|
2490
|
-
"return": {
|
|
2491
|
-
"type": {
|
|
2492
|
-
"text": ""
|
|
2493
|
-
}
|
|
2494
|
-
},
|
|
2495
|
-
"parameters": [
|
|
2496
|
-
{
|
|
2497
|
-
"name": "object",
|
|
2498
|
-
"type": {
|
|
2499
|
-
"text": "T"
|
|
2500
|
-
},
|
|
2501
|
-
"description": "The object to make reactive."
|
|
2502
|
-
},
|
|
2503
|
-
{
|
|
2504
|
-
"name": "deep",
|
|
2505
|
-
"default": "false",
|
|
2506
|
-
"description": "Indicates whether to deeply convert the object."
|
|
2507
|
-
}
|
|
2508
|
-
],
|
|
2509
|
-
"description": "Converts a plain object to a reactive, observable object."
|
|
2510
|
-
}
|
|
2511
|
-
],
|
|
2512
|
-
"exports": [
|
|
2513
|
-
{
|
|
2514
|
-
"kind": "js",
|
|
2515
|
-
"name": "reactive",
|
|
2516
|
-
"declaration": {
|
|
2517
|
-
"name": "reactive",
|
|
2518
|
-
"module": "src/state/reactive.ts"
|
|
2519
|
-
}
|
|
2520
|
-
}
|
|
2521
|
-
]
|
|
2522
|
-
},
|
|
2523
|
-
{
|
|
2524
|
-
"kind": "javascript-module",
|
|
2525
|
-
"path": "src/state/visitor.ts",
|
|
2526
|
-
"declarations": [
|
|
2527
|
-
{
|
|
2528
|
-
"kind": "function",
|
|
2529
|
-
"name": "visitObject",
|
|
2530
|
-
"return": {
|
|
2531
|
-
"type": {
|
|
2532
|
-
"text": "void"
|
|
2533
|
-
}
|
|
2534
|
-
},
|
|
2535
|
-
"parameters": [
|
|
2536
|
-
{
|
|
2537
|
-
"name": "object",
|
|
2538
|
-
"type": {
|
|
2539
|
-
"text": "any"
|
|
2540
|
-
},
|
|
2541
|
-
"description": "The object."
|
|
2542
|
-
},
|
|
2543
|
-
{
|
|
2544
|
-
"name": "deep",
|
|
2545
|
-
"type": {
|
|
2546
|
-
"text": "boolean"
|
|
2547
|
-
},
|
|
2548
|
-
"description": "A flag to indicate if a recursive visit of sub objects should occur."
|
|
2549
|
-
},
|
|
2550
|
-
{
|
|
2551
|
-
"name": "visitor",
|
|
2552
|
-
"type": {
|
|
2553
|
-
"text": "ObjectVisitor<TVisitorData>"
|
|
2554
|
-
},
|
|
2555
|
-
"description": "The defined {@link ObjectVisitor}logic.\n * "
|
|
2556
|
-
},
|
|
2557
|
-
{
|
|
2558
|
-
"name": "data",
|
|
2559
|
-
"type": {
|
|
2560
|
-
"text": "TVisitorData"
|
|
2561
|
-
},
|
|
2562
|
-
"description": "Visitor data."
|
|
2563
|
-
},
|
|
2564
|
-
{
|
|
2565
|
-
"name": "traversed",
|
|
2566
|
-
"type": {
|
|
2567
|
-
"text": "WeakSet<any> | Set<any>"
|
|
2568
|
-
},
|
|
2569
|
-
"description": "The traversed object set."
|
|
2570
|
-
}
|
|
2571
|
-
],
|
|
2572
|
-
"description": "Visit object utility."
|
|
2573
|
-
}
|
|
2574
|
-
],
|
|
2575
|
-
"exports": [
|
|
2576
|
-
{
|
|
2577
|
-
"kind": "js",
|
|
2578
|
-
"name": "visitObject",
|
|
2579
|
-
"declaration": {
|
|
2580
|
-
"name": "visitObject",
|
|
2581
|
-
"module": "src/state/visitor.ts"
|
|
2582
|
-
}
|
|
2583
|
-
}
|
|
2584
|
-
]
|
|
2585
|
-
},
|
|
2586
2601
|
{
|
|
2587
2602
|
"kind": "javascript-module",
|
|
2588
2603
|
"path": "src/serializers/json/index.ts",
|
|
@@ -16,6 +16,17 @@ export { _SOCKET_EXT as SOCKET_EXT };
|
|
|
16
16
|
*/
|
|
17
17
|
declare let _FORCE_HTTP: string;
|
|
18
18
|
export { _FORCE_HTTP as FORCE_HTTP };
|
|
19
|
+
/**
|
|
20
|
+
* Genesis Socket URL
|
|
21
|
+
* @remarks
|
|
22
|
+
* Built from the current {@link https://developer.mozilla.org/en-US/docs/Web/API/Location} object and {@link SOCKET_EXT | socket extension}.
|
|
23
|
+
* @example
|
|
24
|
+
* ```ts
|
|
25
|
+
* await this.connect.connect(GENESIS_SOCKET_URL); // < wss://localhost:6060/gwf/
|
|
26
|
+
* ```
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
export declare const GENESIS_SOCKET_URL: string;
|
|
19
30
|
/**
|
|
20
31
|
* The Genesis Server URL (WebSocket or HTTP).
|
|
21
32
|
* @remarks Optional.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"variables.d.ts","sourceRoot":"","sources":["../../../src/env/variables.ts"],"names":[],"mappings":"AAIA;;;;;;;;GAQG;AACH,QAAA,IAAI,WAAW,EAAE,MAAc,CAAC;AAQhC,OAAO,EAAE,WAAW,IAAI,UAAU,EAAE,CAAC;AAGrC;;;;GAIG;AACH,QAAA,IAAI,WAAW,EAAE,MAAM,CAAC;AAMxB,OAAO,EAAE,WAAW,IAAI,UAAU,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"variables.d.ts","sourceRoot":"","sources":["../../../src/env/variables.ts"],"names":[],"mappings":"AAIA;;;;;;;;GAQG;AACH,QAAA,IAAI,WAAW,EAAE,MAAc,CAAC;AAQhC,OAAO,EAAE,WAAW,IAAI,UAAU,EAAE,CAAC;AAGrC;;;;GAIG;AACH,QAAA,IAAI,WAAW,EAAE,MAAM,CAAC;AAMxB,OAAO,EAAE,WAAW,IAAI,UAAU,EAAE,CAAC;AAErC;;;;;;;;;GASG;AACH,eAAO,MAAM,kBAAkB,QAAiF,CAAC;AAOjH;;;;;;GAMG;AACH,QAAA,IAAI,SAAS,EAAE,MAAwD,CAAC;AAQxE,OAAO,EAAE,SAAS,IAAI,QAAQ,EAAE,CAAC;AAGjC;;;;GAIG;AACH,QAAA,IAAI,YAAY,EAAE,MAAM,CAAC;AAMzB,OAAO,EAAE,YAAY,IAAI,WAAW,EAAE,CAAC;AAKvC;;;;GAIG;AACH,QAAA,IAAI,qBAAqB,EAAE,MAAM,CAAC;AAMlC,OAAO,EAAE,qBAAqB,IAAI,oBAAoB,EAAE,CAAC;AAGzD;;;;GAIG;AACH,QAAA,IAAI,iBAAiB,EAAE,MAAM,CAAC;AAM9B,OAAO,EAAE,iBAAiB,IAAI,gBAAgB,EAAE,CAAC;AAGjD;;;;GAIG;AACH,QAAA,IAAI,aAAa,EAAE,MAAM,CAAC;AAM1B,OAAO,EAAE,aAAa,IAAI,YAAY,EAAE,CAAC"}
|
|
@@ -27,6 +27,17 @@ try {
|
|
|
27
27
|
}
|
|
28
28
|
catch (_b) { }
|
|
29
29
|
export { _FORCE_HTTP as FORCE_HTTP };
|
|
30
|
+
/**
|
|
31
|
+
* Genesis Socket URL
|
|
32
|
+
* @remarks
|
|
33
|
+
* Built from the current {@link https://developer.mozilla.org/en-US/docs/Web/API/Location} object and {@link SOCKET_EXT | socket extension}.
|
|
34
|
+
* @example
|
|
35
|
+
* ```ts
|
|
36
|
+
* await this.connect.connect(GENESIS_SOCKET_URL); // < wss://localhost:6060/gwf/
|
|
37
|
+
* ```
|
|
38
|
+
* @public
|
|
39
|
+
*/
|
|
40
|
+
export const GENESIS_SOCKET_URL = `${location.protocol.replace('http', 'ws')}//${location.host}/${_SOCKET_EXT}/`;
|
|
30
41
|
const PROTOCOL = _FORCE_HTTP === 'true' ? location.protocol : location.protocol.replace('http', 'ws');
|
|
31
42
|
/**
|
|
32
43
|
* The Genesis Server URL (WebSocket or HTTP).
|
|
@@ -3353,6 +3353,29 @@
|
|
|
3353
3353
|
],
|
|
3354
3354
|
"name": "formatTimestamp"
|
|
3355
3355
|
},
|
|
3356
|
+
{
|
|
3357
|
+
"kind": "Variable",
|
|
3358
|
+
"canonicalReference": "@genesislcap/foundation-utils!GENESIS_SOCKET_URL:var",
|
|
3359
|
+
"docComment": "/**\n * Genesis Socket URL\n *\n * @remarks\n *\n * Built from the current {@link https://developer.mozilla.org/en-US/docs/Web/API/Location} object and {@link SOCKET_EXT | socket extension}.\n *\n * @example\n * ```ts\n * await this.connect.connect(GENESIS_SOCKET_URL); // < wss://localhost:6060/gwf/\n * ```\n *\n * @public\n */\n",
|
|
3360
|
+
"excerptTokens": [
|
|
3361
|
+
{
|
|
3362
|
+
"kind": "Content",
|
|
3363
|
+
"text": "GENESIS_SOCKET_URL: "
|
|
3364
|
+
},
|
|
3365
|
+
{
|
|
3366
|
+
"kind": "Content",
|
|
3367
|
+
"text": "string"
|
|
3368
|
+
}
|
|
3369
|
+
],
|
|
3370
|
+
"fileUrlPath": "src/env/variables.ts",
|
|
3371
|
+
"isReadonly": true,
|
|
3372
|
+
"releaseTag": "Public",
|
|
3373
|
+
"name": "GENESIS_SOCKET_URL",
|
|
3374
|
+
"variableTypeTokenRange": {
|
|
3375
|
+
"startIndex": 1,
|
|
3376
|
+
"endIndex": 2
|
|
3377
|
+
}
|
|
3378
|
+
},
|
|
3356
3379
|
{
|
|
3357
3380
|
"kind": "Variable",
|
|
3358
3381
|
"canonicalReference": "@genesislcap/foundation-utils!getFontMixin:var",
|
|
@@ -439,6 +439,18 @@ export declare type FoundationLayoutContainer = {
|
|
|
439
439
|
_key: 'foundation-layout';
|
|
440
440
|
};
|
|
441
441
|
|
|
442
|
+
/**
|
|
443
|
+
* Genesis Socket URL
|
|
444
|
+
* @remarks
|
|
445
|
+
* Built from the current {@link https://developer.mozilla.org/en-US/docs/Web/API/Location} object and {@link SOCKET_EXT | socket extension}.
|
|
446
|
+
* @example
|
|
447
|
+
* ```ts
|
|
448
|
+
* await this.connect.connect(GENESIS_SOCKET_URL); // < wss://localhost:6060/gwf/
|
|
449
|
+
* ```
|
|
450
|
+
* @public
|
|
451
|
+
*/
|
|
452
|
+
export declare const GENESIS_SOCKET_URL: string;
|
|
453
|
+
|
|
442
454
|
/**
|
|
443
455
|
* Generates a CSS mixin for the specified font family, style, and weight.
|
|
444
456
|
* @param family - The font family.
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [GENESIS\_SOCKET\_URL](./foundation-utils.genesis_socket_url.md)
|
|
4
|
+
|
|
5
|
+
## GENESIS\_SOCKET\_URL variable
|
|
6
|
+
|
|
7
|
+
Genesis Socket URL
|
|
8
|
+
|
|
9
|
+
**Signature:**
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
GENESIS_SOCKET_URL: string
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
## Remarks
|
|
16
|
+
|
|
17
|
+
Built from the current [https://developer.mozilla.org/en-US/docs/Web/API/Location](https://developer.mozilla.org/en-US/docs/Web/API/Location) object and [socket extension](./foundation-utils.socket_ext.md)<!-- -->.
|
|
18
|
+
|
|
19
|
+
## Example
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
```ts
|
|
23
|
+
await this.connect.connect(GENESIS_SOCKET_URL); // < wss://localhost:6060/gwf/
|
|
24
|
+
```
|
|
25
|
+
|
|
@@ -82,6 +82,7 @@
|
|
|
82
82
|
| [defaultJSONSerializerConfig](./foundation-utils.defaultjsonserializerconfig.md) | A Default JSONSerializer Config for serializing and deserializing functions. |
|
|
83
83
|
| [defaultLoggerOptions](./foundation-utils.defaultloggeroptions.md) | The default logger options. |
|
|
84
84
|
| [FORCE\_HTTP](./foundation-utils.force_http.md) | The path to a JSON config file for the HTTP mode. |
|
|
85
|
+
| [GENESIS\_SOCKET\_URL](./foundation-utils.genesis_socket_url.md) | Genesis Socket URL |
|
|
85
86
|
| [getFontMixin](./foundation-utils.getfontmixin.md) | Generates a CSS mixin for the specified font family, style, and weight. |
|
|
86
87
|
| [HTTP\_CONFIG](./foundation-utils.http_config.md) | Configuration settings for HTTP, used in http connect flow \[<code>genesislcap-foundation-comms.HttpConnectConfig</code>\](https://link-to-docs). |
|
|
87
88
|
| [inIFrame](./foundation-utils.iniframe.md) | Returns a boolean value indicating whether the current window is inside an iframe. |
|
package/docs/api-report.md
CHANGED
|
@@ -253,6 +253,9 @@ export type FoundationLayoutContainer = {
|
|
|
253
253
|
_key: 'foundation-layout';
|
|
254
254
|
};
|
|
255
255
|
|
|
256
|
+
// @public
|
|
257
|
+
export const GENESIS_SOCKET_URL: string;
|
|
258
|
+
|
|
256
259
|
// @public
|
|
257
260
|
export const getFontMixin: (family: string, style?: FontStyle, weight?: FontWeight) => string;
|
|
258
261
|
|
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.188.0-FUI-2012.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.
|
|
31
|
-
"@genesislcap/genx": "14.
|
|
32
|
-
"@genesislcap/rollup-builder": "14.
|
|
33
|
-
"@genesislcap/ts-builder": "14.
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
35
|
-
"@genesislcap/vite-builder": "14.
|
|
36
|
-
"@genesislcap/webpack-builder": "14.
|
|
30
|
+
"@genesislcap/foundation-testing": "14.188.0-FUI-2012.1",
|
|
31
|
+
"@genesislcap/genx": "14.188.0-FUI-2012.1",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.188.0-FUI-2012.1",
|
|
33
|
+
"@genesislcap/ts-builder": "14.188.0-FUI-2012.1",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.188.0-FUI-2012.1",
|
|
35
|
+
"@genesislcap/vite-builder": "14.188.0-FUI-2012.1",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.188.0-FUI-2012.1",
|
|
37
37
|
"rimraf": "^5.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/foundation-logger": "14.
|
|
40
|
+
"@genesislcap/foundation-logger": "14.188.0-FUI-2012.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",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"access": "public"
|
|
55
55
|
},
|
|
56
56
|
"customElements": "dist/custom-elements.json",
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "c4d4a4d125fc1c38212911387907757832010c76"
|
|
58
58
|
}
|