@genesislcap/foundation-utils 14.374.2-alpha-0edcc93.0 → 14.375.1-alpha-1fac5fc.0
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 +139 -139
- package/package.json +11 -11
|
@@ -393,7 +393,7 @@
|
|
|
393
393
|
},
|
|
394
394
|
{
|
|
395
395
|
"kind": "javascript-module",
|
|
396
|
-
"path": "src/
|
|
396
|
+
"path": "src/decorators/index.ts",
|
|
397
397
|
"declarations": [],
|
|
398
398
|
"exports": [
|
|
399
399
|
{
|
|
@@ -401,22 +401,52 @@
|
|
|
401
401
|
"name": "*",
|
|
402
402
|
"declaration": {
|
|
403
403
|
"name": "*",
|
|
404
|
-
"package": "./
|
|
404
|
+
"package": "./renderOnChange"
|
|
405
405
|
}
|
|
406
|
-
}
|
|
406
|
+
}
|
|
407
|
+
]
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"kind": "javascript-module",
|
|
411
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
412
|
+
"declarations": [
|
|
413
|
+
{
|
|
414
|
+
"kind": "function",
|
|
415
|
+
"name": "renderOnChange",
|
|
416
|
+
"parameters": [
|
|
417
|
+
{
|
|
418
|
+
"name": "target",
|
|
419
|
+
"type": {
|
|
420
|
+
"text": "FASTElement & { render(): void }"
|
|
421
|
+
},
|
|
422
|
+
"description": "The target to define the property change handler on."
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"name": "name",
|
|
426
|
+
"type": {
|
|
427
|
+
"text": "string"
|
|
428
|
+
},
|
|
429
|
+
"description": "The property name."
|
|
430
|
+
}
|
|
431
|
+
],
|
|
432
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
433
|
+
"privacy": "public"
|
|
434
|
+
}
|
|
435
|
+
],
|
|
436
|
+
"exports": [
|
|
407
437
|
{
|
|
408
438
|
"kind": "js",
|
|
409
|
-
"name": "
|
|
439
|
+
"name": "renderOnChange",
|
|
410
440
|
"declaration": {
|
|
411
|
-
"name": "
|
|
412
|
-
"
|
|
441
|
+
"name": "renderOnChange",
|
|
442
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
413
443
|
}
|
|
414
444
|
}
|
|
415
445
|
]
|
|
416
446
|
},
|
|
417
447
|
{
|
|
418
448
|
"kind": "javascript-module",
|
|
419
|
-
"path": "src/
|
|
449
|
+
"path": "src/directives/index.ts",
|
|
420
450
|
"declarations": [],
|
|
421
451
|
"exports": [
|
|
422
452
|
{
|
|
@@ -424,45 +454,135 @@
|
|
|
424
454
|
"name": "*",
|
|
425
455
|
"declaration": {
|
|
426
456
|
"name": "*",
|
|
427
|
-
"package": "./
|
|
457
|
+
"package": "./sync"
|
|
458
|
+
}
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"kind": "js",
|
|
462
|
+
"name": "*",
|
|
463
|
+
"declaration": {
|
|
464
|
+
"name": "*",
|
|
465
|
+
"package": "./when-else"
|
|
428
466
|
}
|
|
429
467
|
}
|
|
430
468
|
]
|
|
431
469
|
},
|
|
432
470
|
{
|
|
433
471
|
"kind": "javascript-module",
|
|
434
|
-
"path": "src/
|
|
472
|
+
"path": "src/design-system/design-system.ts",
|
|
435
473
|
"declarations": [
|
|
436
474
|
{
|
|
437
475
|
"kind": "function",
|
|
438
|
-
"name": "
|
|
476
|
+
"name": "assureDesignSystem",
|
|
477
|
+
"return": {
|
|
478
|
+
"type": {
|
|
479
|
+
"text": "DesignSystemModule"
|
|
480
|
+
}
|
|
481
|
+
},
|
|
439
482
|
"parameters": [
|
|
440
483
|
{
|
|
441
|
-
"name": "
|
|
484
|
+
"name": "module",
|
|
442
485
|
"type": {
|
|
443
|
-
"text": "
|
|
486
|
+
"text": "DesignSystemModule"
|
|
487
|
+
}
|
|
488
|
+
}
|
|
489
|
+
],
|
|
490
|
+
"description": "assureDesignSystem.",
|
|
491
|
+
"privacy": "public"
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"kind": "function",
|
|
495
|
+
"name": "getCurrentDesignSystem",
|
|
496
|
+
"return": {
|
|
497
|
+
"type": {
|
|
498
|
+
"text": ""
|
|
499
|
+
}
|
|
500
|
+
},
|
|
501
|
+
"parameters": [
|
|
502
|
+
{
|
|
503
|
+
"name": "element",
|
|
504
|
+
"type": {
|
|
505
|
+
"text": "HTMLElement"
|
|
444
506
|
},
|
|
445
|
-
"description": "The
|
|
507
|
+
"description": "The starting HTML element"
|
|
446
508
|
},
|
|
447
509
|
{
|
|
448
|
-
"name": "
|
|
510
|
+
"name": "fallbackPrefix",
|
|
449
511
|
"type": {
|
|
450
512
|
"text": "string"
|
|
451
513
|
},
|
|
452
|
-
"description": "The
|
|
514
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
453
515
|
}
|
|
454
516
|
],
|
|
455
|
-
"description": "
|
|
517
|
+
"description": "Get the current design system provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
518
|
+
"privacy": "public"
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"kind": "function",
|
|
522
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
523
|
+
"return": {
|
|
524
|
+
"type": {
|
|
525
|
+
"text": ""
|
|
526
|
+
}
|
|
527
|
+
},
|
|
528
|
+
"parameters": [
|
|
529
|
+
{
|
|
530
|
+
"name": "element",
|
|
531
|
+
"type": {
|
|
532
|
+
"text": "HTMLElement"
|
|
533
|
+
},
|
|
534
|
+
"description": "The starting HTML element"
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"name": "fallbackPrefix",
|
|
538
|
+
"type": {
|
|
539
|
+
"text": "string"
|
|
540
|
+
},
|
|
541
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
542
|
+
}
|
|
543
|
+
],
|
|
544
|
+
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
456
545
|
"privacy": "public"
|
|
457
546
|
}
|
|
458
547
|
],
|
|
459
548
|
"exports": [
|
|
460
549
|
{
|
|
461
550
|
"kind": "js",
|
|
462
|
-
"name": "
|
|
551
|
+
"name": "assureDesignSystem",
|
|
463
552
|
"declaration": {
|
|
464
|
-
"name": "
|
|
465
|
-
"module": "src/
|
|
553
|
+
"name": "assureDesignSystem",
|
|
554
|
+
"module": "src/design-system/design-system.ts"
|
|
555
|
+
}
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"kind": "js",
|
|
559
|
+
"name": "getCurrentDesignSystem",
|
|
560
|
+
"declaration": {
|
|
561
|
+
"name": "getCurrentDesignSystem",
|
|
562
|
+
"module": "src/design-system/design-system.ts"
|
|
563
|
+
}
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"kind": "js",
|
|
567
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
568
|
+
"declaration": {
|
|
569
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
570
|
+
"module": "src/design-system/design-system.ts"
|
|
571
|
+
}
|
|
572
|
+
}
|
|
573
|
+
]
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"kind": "javascript-module",
|
|
577
|
+
"path": "src/design-system/index.ts",
|
|
578
|
+
"declarations": [],
|
|
579
|
+
"exports": [
|
|
580
|
+
{
|
|
581
|
+
"kind": "js",
|
|
582
|
+
"name": "*",
|
|
583
|
+
"declaration": {
|
|
584
|
+
"name": "*",
|
|
585
|
+
"package": "./design-system"
|
|
466
586
|
}
|
|
467
587
|
}
|
|
468
588
|
]
|
|
@@ -957,126 +1077,6 @@
|
|
|
957
1077
|
}
|
|
958
1078
|
]
|
|
959
1079
|
},
|
|
960
|
-
{
|
|
961
|
-
"kind": "javascript-module",
|
|
962
|
-
"path": "src/design-system/design-system.ts",
|
|
963
|
-
"declarations": [
|
|
964
|
-
{
|
|
965
|
-
"kind": "function",
|
|
966
|
-
"name": "assureDesignSystem",
|
|
967
|
-
"return": {
|
|
968
|
-
"type": {
|
|
969
|
-
"text": "DesignSystemModule"
|
|
970
|
-
}
|
|
971
|
-
},
|
|
972
|
-
"parameters": [
|
|
973
|
-
{
|
|
974
|
-
"name": "module",
|
|
975
|
-
"type": {
|
|
976
|
-
"text": "DesignSystemModule"
|
|
977
|
-
}
|
|
978
|
-
}
|
|
979
|
-
],
|
|
980
|
-
"description": "assureDesignSystem.",
|
|
981
|
-
"privacy": "public"
|
|
982
|
-
},
|
|
983
|
-
{
|
|
984
|
-
"kind": "function",
|
|
985
|
-
"name": "getCurrentDesignSystem",
|
|
986
|
-
"return": {
|
|
987
|
-
"type": {
|
|
988
|
-
"text": ""
|
|
989
|
-
}
|
|
990
|
-
},
|
|
991
|
-
"parameters": [
|
|
992
|
-
{
|
|
993
|
-
"name": "element",
|
|
994
|
-
"type": {
|
|
995
|
-
"text": "HTMLElement"
|
|
996
|
-
},
|
|
997
|
-
"description": "The starting HTML element"
|
|
998
|
-
},
|
|
999
|
-
{
|
|
1000
|
-
"name": "fallbackPrefix",
|
|
1001
|
-
"type": {
|
|
1002
|
-
"text": "string"
|
|
1003
|
-
},
|
|
1004
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
1005
|
-
}
|
|
1006
|
-
],
|
|
1007
|
-
"description": "Get the current design system provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
1008
|
-
"privacy": "public"
|
|
1009
|
-
},
|
|
1010
|
-
{
|
|
1011
|
-
"kind": "function",
|
|
1012
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
1013
|
-
"return": {
|
|
1014
|
-
"type": {
|
|
1015
|
-
"text": ""
|
|
1016
|
-
}
|
|
1017
|
-
},
|
|
1018
|
-
"parameters": [
|
|
1019
|
-
{
|
|
1020
|
-
"name": "element",
|
|
1021
|
-
"type": {
|
|
1022
|
-
"text": "HTMLElement"
|
|
1023
|
-
},
|
|
1024
|
-
"description": "The starting HTML element"
|
|
1025
|
-
},
|
|
1026
|
-
{
|
|
1027
|
-
"name": "fallbackPrefix",
|
|
1028
|
-
"type": {
|
|
1029
|
-
"text": "string"
|
|
1030
|
-
},
|
|
1031
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
1032
|
-
}
|
|
1033
|
-
],
|
|
1034
|
-
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
1035
|
-
"privacy": "public"
|
|
1036
|
-
}
|
|
1037
|
-
],
|
|
1038
|
-
"exports": [
|
|
1039
|
-
{
|
|
1040
|
-
"kind": "js",
|
|
1041
|
-
"name": "assureDesignSystem",
|
|
1042
|
-
"declaration": {
|
|
1043
|
-
"name": "assureDesignSystem",
|
|
1044
|
-
"module": "src/design-system/design-system.ts"
|
|
1045
|
-
}
|
|
1046
|
-
},
|
|
1047
|
-
{
|
|
1048
|
-
"kind": "js",
|
|
1049
|
-
"name": "getCurrentDesignSystem",
|
|
1050
|
-
"declaration": {
|
|
1051
|
-
"name": "getCurrentDesignSystem",
|
|
1052
|
-
"module": "src/design-system/design-system.ts"
|
|
1053
|
-
}
|
|
1054
|
-
},
|
|
1055
|
-
{
|
|
1056
|
-
"kind": "js",
|
|
1057
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
1058
|
-
"declaration": {
|
|
1059
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
1060
|
-
"module": "src/design-system/design-system.ts"
|
|
1061
|
-
}
|
|
1062
|
-
}
|
|
1063
|
-
]
|
|
1064
|
-
},
|
|
1065
|
-
{
|
|
1066
|
-
"kind": "javascript-module",
|
|
1067
|
-
"path": "src/design-system/index.ts",
|
|
1068
|
-
"declarations": [],
|
|
1069
|
-
"exports": [
|
|
1070
|
-
{
|
|
1071
|
-
"kind": "js",
|
|
1072
|
-
"name": "*",
|
|
1073
|
-
"declaration": {
|
|
1074
|
-
"name": "*",
|
|
1075
|
-
"package": "./design-system"
|
|
1076
|
-
}
|
|
1077
|
-
}
|
|
1078
|
-
]
|
|
1079
|
-
},
|
|
1080
1080
|
{
|
|
1081
1081
|
"kind": "javascript-module",
|
|
1082
1082
|
"path": "src/error/errorMap.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.
|
|
4
|
+
"version": "14.375.1-alpha-1fac5fc.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -27,18 +27,18 @@
|
|
|
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.375.1-alpha-1fac5fc.0",
|
|
31
|
+
"@genesislcap/genx": "14.375.1-alpha-1fac5fc.0",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.375.1-alpha-1fac5fc.0",
|
|
33
|
+
"@genesislcap/ts-builder": "14.375.1-alpha-1fac5fc.0",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.375.1-alpha-1fac5fc.0",
|
|
35
|
+
"@genesislcap/vite-builder": "14.375.1-alpha-1fac5fc.0",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.375.1-alpha-1fac5fc.0",
|
|
37
37
|
"@types/json-schema": "^7.0.11"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/expression-builder": "14.
|
|
41
|
-
"@genesislcap/foundation-logger": "14.
|
|
40
|
+
"@genesislcap/expression-builder": "14.375.1-alpha-1fac5fc.0",
|
|
41
|
+
"@genesislcap/foundation-logger": "14.375.1-alpha-1fac5fc.0",
|
|
42
42
|
"@microsoft/fast-components": "2.30.6",
|
|
43
43
|
"@microsoft/fast-element": "1.14.0",
|
|
44
44
|
"@microsoft/fast-foundation": "2.49.6",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"access": "public"
|
|
57
57
|
},
|
|
58
58
|
"customElements": "dist/custom-elements.json",
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "29b031b3467f6e4e9b85e3269abad2b8c2d08fbd"
|
|
60
60
|
}
|