@genesislcap/foundation-utils 14.224.2 → 14.224.3-fui-2256.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/custom-elements.json +144 -144
- package/package.json +12 -12
@@ -359,6 +359,59 @@
|
|
359
359
|
}
|
360
360
|
]
|
361
361
|
},
|
362
|
+
{
|
363
|
+
"kind": "javascript-module",
|
364
|
+
"path": "src/decorators/index.ts",
|
365
|
+
"declarations": [],
|
366
|
+
"exports": [
|
367
|
+
{
|
368
|
+
"kind": "js",
|
369
|
+
"name": "*",
|
370
|
+
"declaration": {
|
371
|
+
"name": "*",
|
372
|
+
"package": "./renderOnChange"
|
373
|
+
}
|
374
|
+
}
|
375
|
+
]
|
376
|
+
},
|
377
|
+
{
|
378
|
+
"kind": "javascript-module",
|
379
|
+
"path": "src/decorators/renderOnChange.ts",
|
380
|
+
"declarations": [
|
381
|
+
{
|
382
|
+
"kind": "function",
|
383
|
+
"name": "renderOnChange",
|
384
|
+
"parameters": [
|
385
|
+
{
|
386
|
+
"name": "target",
|
387
|
+
"type": {
|
388
|
+
"text": "FASTElement & { render(): void }"
|
389
|
+
},
|
390
|
+
"description": "The target to define the property change handler on."
|
391
|
+
},
|
392
|
+
{
|
393
|
+
"name": "name",
|
394
|
+
"type": {
|
395
|
+
"text": "string"
|
396
|
+
},
|
397
|
+
"description": "The property name."
|
398
|
+
}
|
399
|
+
],
|
400
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
401
|
+
"privacy": "public"
|
402
|
+
}
|
403
|
+
],
|
404
|
+
"exports": [
|
405
|
+
{
|
406
|
+
"kind": "js",
|
407
|
+
"name": "renderOnChange",
|
408
|
+
"declaration": {
|
409
|
+
"name": "renderOnChange",
|
410
|
+
"module": "src/decorators/renderOnChange.ts"
|
411
|
+
}
|
412
|
+
}
|
413
|
+
]
|
414
|
+
},
|
362
415
|
{
|
363
416
|
"kind": "javascript-module",
|
364
417
|
"path": "src/directives/index.ts",
|
@@ -382,6 +435,56 @@
|
|
382
435
|
}
|
383
436
|
]
|
384
437
|
},
|
438
|
+
{
|
439
|
+
"kind": "javascript-module",
|
440
|
+
"path": "src/design-system/design-system.ts",
|
441
|
+
"declarations": [
|
442
|
+
{
|
443
|
+
"kind": "function",
|
444
|
+
"name": "assureDesignSystem",
|
445
|
+
"return": {
|
446
|
+
"type": {
|
447
|
+
"text": "DesignSystemModule"
|
448
|
+
}
|
449
|
+
},
|
450
|
+
"parameters": [
|
451
|
+
{
|
452
|
+
"name": "module",
|
453
|
+
"type": {
|
454
|
+
"text": "DesignSystemModule"
|
455
|
+
}
|
456
|
+
}
|
457
|
+
],
|
458
|
+
"description": "assureDesignSystem.",
|
459
|
+
"privacy": "public"
|
460
|
+
}
|
461
|
+
],
|
462
|
+
"exports": [
|
463
|
+
{
|
464
|
+
"kind": "js",
|
465
|
+
"name": "assureDesignSystem",
|
466
|
+
"declaration": {
|
467
|
+
"name": "assureDesignSystem",
|
468
|
+
"module": "src/design-system/design-system.ts"
|
469
|
+
}
|
470
|
+
}
|
471
|
+
]
|
472
|
+
},
|
473
|
+
{
|
474
|
+
"kind": "javascript-module",
|
475
|
+
"path": "src/design-system/index.ts",
|
476
|
+
"declarations": [],
|
477
|
+
"exports": [
|
478
|
+
{
|
479
|
+
"kind": "js",
|
480
|
+
"name": "*",
|
481
|
+
"declaration": {
|
482
|
+
"name": "*",
|
483
|
+
"package": "./design-system"
|
484
|
+
}
|
485
|
+
}
|
486
|
+
]
|
487
|
+
},
|
385
488
|
{
|
386
489
|
"kind": "javascript-module",
|
387
490
|
"path": "src/env/index.ts",
|
@@ -620,56 +723,6 @@
|
|
620
723
|
}
|
621
724
|
]
|
622
725
|
},
|
623
|
-
{
|
624
|
-
"kind": "javascript-module",
|
625
|
-
"path": "src/design-system/design-system.ts",
|
626
|
-
"declarations": [
|
627
|
-
{
|
628
|
-
"kind": "function",
|
629
|
-
"name": "assureDesignSystem",
|
630
|
-
"return": {
|
631
|
-
"type": {
|
632
|
-
"text": "DesignSystemModule"
|
633
|
-
}
|
634
|
-
},
|
635
|
-
"parameters": [
|
636
|
-
{
|
637
|
-
"name": "module",
|
638
|
-
"type": {
|
639
|
-
"text": "DesignSystemModule"
|
640
|
-
}
|
641
|
-
}
|
642
|
-
],
|
643
|
-
"description": "assureDesignSystem.",
|
644
|
-
"privacy": "public"
|
645
|
-
}
|
646
|
-
],
|
647
|
-
"exports": [
|
648
|
-
{
|
649
|
-
"kind": "js",
|
650
|
-
"name": "assureDesignSystem",
|
651
|
-
"declaration": {
|
652
|
-
"name": "assureDesignSystem",
|
653
|
-
"module": "src/design-system/design-system.ts"
|
654
|
-
}
|
655
|
-
}
|
656
|
-
]
|
657
|
-
},
|
658
|
-
{
|
659
|
-
"kind": "javascript-module",
|
660
|
-
"path": "src/design-system/index.ts",
|
661
|
-
"declarations": [],
|
662
|
-
"exports": [
|
663
|
-
{
|
664
|
-
"kind": "js",
|
665
|
-
"name": "*",
|
666
|
-
"declaration": {
|
667
|
-
"name": "*",
|
668
|
-
"package": "./design-system"
|
669
|
-
}
|
670
|
-
}
|
671
|
-
]
|
672
|
-
},
|
673
726
|
{
|
674
727
|
"kind": "javascript-module",
|
675
728
|
"path": "src/error/errorMap.ts",
|
@@ -869,59 +922,6 @@
|
|
869
922
|
}
|
870
923
|
]
|
871
924
|
},
|
872
|
-
{
|
873
|
-
"kind": "javascript-module",
|
874
|
-
"path": "src/decorators/index.ts",
|
875
|
-
"declarations": [],
|
876
|
-
"exports": [
|
877
|
-
{
|
878
|
-
"kind": "js",
|
879
|
-
"name": "*",
|
880
|
-
"declaration": {
|
881
|
-
"name": "*",
|
882
|
-
"package": "./renderOnChange"
|
883
|
-
}
|
884
|
-
}
|
885
|
-
]
|
886
|
-
},
|
887
|
-
{
|
888
|
-
"kind": "javascript-module",
|
889
|
-
"path": "src/decorators/renderOnChange.ts",
|
890
|
-
"declarations": [
|
891
|
-
{
|
892
|
-
"kind": "function",
|
893
|
-
"name": "renderOnChange",
|
894
|
-
"parameters": [
|
895
|
-
{
|
896
|
-
"name": "target",
|
897
|
-
"type": {
|
898
|
-
"text": "FASTElement & { render(): void }"
|
899
|
-
},
|
900
|
-
"description": "The target to define the property change handler on."
|
901
|
-
},
|
902
|
-
{
|
903
|
-
"name": "name",
|
904
|
-
"type": {
|
905
|
-
"text": "string"
|
906
|
-
},
|
907
|
-
"description": "The property name."
|
908
|
-
}
|
909
|
-
],
|
910
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
911
|
-
"privacy": "public"
|
912
|
-
}
|
913
|
-
],
|
914
|
-
"exports": [
|
915
|
-
{
|
916
|
-
"kind": "js",
|
917
|
-
"name": "renderOnChange",
|
918
|
-
"declaration": {
|
919
|
-
"name": "renderOnChange",
|
920
|
-
"module": "src/decorators/renderOnChange.ts"
|
921
|
-
}
|
922
|
-
}
|
923
|
-
]
|
924
|
-
},
|
925
925
|
{
|
926
926
|
"kind": "javascript-module",
|
927
927
|
"path": "src/formatters/datetime.ts",
|
@@ -1403,6 +1403,47 @@
|
|
1403
1403
|
}
|
1404
1404
|
]
|
1405
1405
|
},
|
1406
|
+
{
|
1407
|
+
"kind": "javascript-module",
|
1408
|
+
"path": "src/resource/index.ts",
|
1409
|
+
"declarations": [],
|
1410
|
+
"exports": [
|
1411
|
+
{
|
1412
|
+
"kind": "js",
|
1413
|
+
"name": "*",
|
1414
|
+
"declaration": {
|
1415
|
+
"name": "*",
|
1416
|
+
"package": "./types"
|
1417
|
+
}
|
1418
|
+
}
|
1419
|
+
]
|
1420
|
+
},
|
1421
|
+
{
|
1422
|
+
"kind": "javascript-module",
|
1423
|
+
"path": "src/resource/types.ts",
|
1424
|
+
"declarations": [
|
1425
|
+
{
|
1426
|
+
"kind": "variable",
|
1427
|
+
"name": "ResourceType",
|
1428
|
+
"type": {
|
1429
|
+
"text": "{\n local: 'local',\n remote: 'remote',\n}"
|
1430
|
+
},
|
1431
|
+
"default": "{\n local: 'local',\n remote: 'remote',\n}",
|
1432
|
+
"description": "An object that defines two resource types: \"local\" and \"remote\".",
|
1433
|
+
"privacy": "public"
|
1434
|
+
}
|
1435
|
+
],
|
1436
|
+
"exports": [
|
1437
|
+
{
|
1438
|
+
"kind": "js",
|
1439
|
+
"name": "ResourceType",
|
1440
|
+
"declaration": {
|
1441
|
+
"name": "ResourceType",
|
1442
|
+
"module": "src/resource/types.ts"
|
1443
|
+
}
|
1444
|
+
}
|
1445
|
+
]
|
1446
|
+
},
|
1406
1447
|
{
|
1407
1448
|
"kind": "javascript-module",
|
1408
1449
|
"path": "src/promise/index.ts",
|
@@ -1474,47 +1515,6 @@
|
|
1474
1515
|
}
|
1475
1516
|
]
|
1476
1517
|
},
|
1477
|
-
{
|
1478
|
-
"kind": "javascript-module",
|
1479
|
-
"path": "src/resource/index.ts",
|
1480
|
-
"declarations": [],
|
1481
|
-
"exports": [
|
1482
|
-
{
|
1483
|
-
"kind": "js",
|
1484
|
-
"name": "*",
|
1485
|
-
"declaration": {
|
1486
|
-
"name": "*",
|
1487
|
-
"package": "./types"
|
1488
|
-
}
|
1489
|
-
}
|
1490
|
-
]
|
1491
|
-
},
|
1492
|
-
{
|
1493
|
-
"kind": "javascript-module",
|
1494
|
-
"path": "src/resource/types.ts",
|
1495
|
-
"declarations": [
|
1496
|
-
{
|
1497
|
-
"kind": "variable",
|
1498
|
-
"name": "ResourceType",
|
1499
|
-
"type": {
|
1500
|
-
"text": "{\n local: 'local',\n remote: 'remote',\n}"
|
1501
|
-
},
|
1502
|
-
"default": "{\n local: 'local',\n remote: 'remote',\n}",
|
1503
|
-
"description": "An object that defines two resource types: \"local\" and \"remote\".",
|
1504
|
-
"privacy": "public"
|
1505
|
-
}
|
1506
|
-
],
|
1507
|
-
"exports": [
|
1508
|
-
{
|
1509
|
-
"kind": "js",
|
1510
|
-
"name": "ResourceType",
|
1511
|
-
"declaration": {
|
1512
|
-
"name": "ResourceType",
|
1513
|
-
"module": "src/resource/types.ts"
|
1514
|
-
}
|
1515
|
-
}
|
1516
|
-
]
|
1517
|
-
},
|
1518
1518
|
{
|
1519
1519
|
"kind": "javascript-module",
|
1520
1520
|
"path": "src/state/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.224.
|
4
|
+
"version": "14.224.3-fui-2256.1",
|
5
5
|
"sideEffects": false,
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
7
7
|
"main": "dist/esm/index.js",
|
@@ -27,19 +27,19 @@
|
|
27
27
|
}
|
28
28
|
},
|
29
29
|
"devDependencies": {
|
30
|
-
"@genesislcap/foundation-testing": "14.224.
|
31
|
-
"@genesislcap/genx": "14.224.
|
32
|
-
"@genesislcap/rollup-builder": "14.224.
|
33
|
-
"@genesislcap/ts-builder": "14.224.
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.224.
|
35
|
-
"@genesislcap/vite-builder": "14.224.
|
36
|
-
"@genesislcap/webpack-builder": "14.224.
|
30
|
+
"@genesislcap/foundation-testing": "14.224.3-fui-2256.1",
|
31
|
+
"@genesislcap/genx": "14.224.3-fui-2256.1",
|
32
|
+
"@genesislcap/rollup-builder": "14.224.3-fui-2256.1",
|
33
|
+
"@genesislcap/ts-builder": "14.224.3-fui-2256.1",
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.224.3-fui-2256.1",
|
35
|
+
"@genesislcap/vite-builder": "14.224.3-fui-2256.1",
|
36
|
+
"@genesislcap/webpack-builder": "14.224.3-fui-2256.1",
|
37
37
|
"rimraf": "^5.0.0"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@genesislcap/foundation-logger": "14.224.
|
41
|
-
"@microsoft/fast-components": "
|
42
|
-
"@microsoft/fast-element": "
|
40
|
+
"@genesislcap/foundation-logger": "14.224.3-fui-2256.1",
|
41
|
+
"@microsoft/fast-components": "2.30.6",
|
42
|
+
"@microsoft/fast-element": "1.14.0",
|
43
43
|
"@microsoft/fast-foundation": "2.49.6",
|
44
44
|
"lossless-json": "^2.0.11",
|
45
45
|
"numeral": "2.0.6",
|
@@ -55,5 +55,5 @@
|
|
55
55
|
"access": "public"
|
56
56
|
},
|
57
57
|
"customElements": "dist/custom-elements.json",
|
58
|
-
"gitHead": "
|
58
|
+
"gitHead": "5fd28ed47a2170112502041376a10996188861d9"
|
59
59
|
}
|