@genesislcap/foundation-utils 14.312.1-alpha-5b30b75.0 → 14.312.1-alpha-b266761.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 +143 -143
- package/package.json +11 -11
@@ -375,29 +375,6 @@
|
|
375
375
|
}
|
376
376
|
]
|
377
377
|
},
|
378
|
-
{
|
379
|
-
"kind": "javascript-module",
|
380
|
-
"path": "src/directives/index.ts",
|
381
|
-
"declarations": [],
|
382
|
-
"exports": [
|
383
|
-
{
|
384
|
-
"kind": "js",
|
385
|
-
"name": "*",
|
386
|
-
"declaration": {
|
387
|
-
"name": "*",
|
388
|
-
"package": "./sync"
|
389
|
-
}
|
390
|
-
},
|
391
|
-
{
|
392
|
-
"kind": "js",
|
393
|
-
"name": "*",
|
394
|
-
"declaration": {
|
395
|
-
"name": "*",
|
396
|
-
"package": "./when-else"
|
397
|
-
}
|
398
|
-
}
|
399
|
-
]
|
400
|
-
},
|
401
378
|
{
|
402
379
|
"kind": "javascript-module",
|
403
380
|
"path": "src/decorators/index.ts",
|
@@ -451,6 +428,149 @@
|
|
451
428
|
}
|
452
429
|
]
|
453
430
|
},
|
431
|
+
{
|
432
|
+
"kind": "javascript-module",
|
433
|
+
"path": "src/design-system/design-system.ts",
|
434
|
+
"declarations": [
|
435
|
+
{
|
436
|
+
"kind": "function",
|
437
|
+
"name": "assureDesignSystem",
|
438
|
+
"return": {
|
439
|
+
"type": {
|
440
|
+
"text": "DesignSystemModule"
|
441
|
+
}
|
442
|
+
},
|
443
|
+
"parameters": [
|
444
|
+
{
|
445
|
+
"name": "module",
|
446
|
+
"type": {
|
447
|
+
"text": "DesignSystemModule"
|
448
|
+
}
|
449
|
+
}
|
450
|
+
],
|
451
|
+
"description": "assureDesignSystem.",
|
452
|
+
"privacy": "public"
|
453
|
+
},
|
454
|
+
{
|
455
|
+
"kind": "function",
|
456
|
+
"name": "getCurrentDesignSystem",
|
457
|
+
"return": {
|
458
|
+
"type": {
|
459
|
+
"text": ""
|
460
|
+
}
|
461
|
+
},
|
462
|
+
"parameters": [
|
463
|
+
{
|
464
|
+
"name": "element",
|
465
|
+
"type": {
|
466
|
+
"text": "HTMLElement"
|
467
|
+
},
|
468
|
+
"description": "The starting HTML element"
|
469
|
+
},
|
470
|
+
{
|
471
|
+
"name": "fallbackPrefix",
|
472
|
+
"type": {
|
473
|
+
"text": "string"
|
474
|
+
},
|
475
|
+
"description": "The prefix to fallback to if the provider is not available"
|
476
|
+
}
|
477
|
+
],
|
478
|
+
"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.",
|
479
|
+
"privacy": "public"
|
480
|
+
},
|
481
|
+
{
|
482
|
+
"kind": "function",
|
483
|
+
"name": "getCurrentDesignSystemPrefix",
|
484
|
+
"return": {
|
485
|
+
"type": {
|
486
|
+
"text": ""
|
487
|
+
}
|
488
|
+
},
|
489
|
+
"parameters": [
|
490
|
+
{
|
491
|
+
"name": "element",
|
492
|
+
"type": {
|
493
|
+
"text": "HTMLElement"
|
494
|
+
},
|
495
|
+
"description": "The starting HTML element"
|
496
|
+
},
|
497
|
+
{
|
498
|
+
"name": "fallbackPrefix",
|
499
|
+
"type": {
|
500
|
+
"text": "string"
|
501
|
+
},
|
502
|
+
"description": "The prefix to fallback to if the provider is not available"
|
503
|
+
}
|
504
|
+
],
|
505
|
+
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
506
|
+
"privacy": "public"
|
507
|
+
}
|
508
|
+
],
|
509
|
+
"exports": [
|
510
|
+
{
|
511
|
+
"kind": "js",
|
512
|
+
"name": "assureDesignSystem",
|
513
|
+
"declaration": {
|
514
|
+
"name": "assureDesignSystem",
|
515
|
+
"module": "src/design-system/design-system.ts"
|
516
|
+
}
|
517
|
+
},
|
518
|
+
{
|
519
|
+
"kind": "js",
|
520
|
+
"name": "getCurrentDesignSystem",
|
521
|
+
"declaration": {
|
522
|
+
"name": "getCurrentDesignSystem",
|
523
|
+
"module": "src/design-system/design-system.ts"
|
524
|
+
}
|
525
|
+
},
|
526
|
+
{
|
527
|
+
"kind": "js",
|
528
|
+
"name": "getCurrentDesignSystemPrefix",
|
529
|
+
"declaration": {
|
530
|
+
"name": "getCurrentDesignSystemPrefix",
|
531
|
+
"module": "src/design-system/design-system.ts"
|
532
|
+
}
|
533
|
+
}
|
534
|
+
]
|
535
|
+
},
|
536
|
+
{
|
537
|
+
"kind": "javascript-module",
|
538
|
+
"path": "src/design-system/index.ts",
|
539
|
+
"declarations": [],
|
540
|
+
"exports": [
|
541
|
+
{
|
542
|
+
"kind": "js",
|
543
|
+
"name": "*",
|
544
|
+
"declaration": {
|
545
|
+
"name": "*",
|
546
|
+
"package": "./design-system"
|
547
|
+
}
|
548
|
+
}
|
549
|
+
]
|
550
|
+
},
|
551
|
+
{
|
552
|
+
"kind": "javascript-module",
|
553
|
+
"path": "src/directives/index.ts",
|
554
|
+
"declarations": [],
|
555
|
+
"exports": [
|
556
|
+
{
|
557
|
+
"kind": "js",
|
558
|
+
"name": "*",
|
559
|
+
"declaration": {
|
560
|
+
"name": "*",
|
561
|
+
"package": "./sync"
|
562
|
+
}
|
563
|
+
},
|
564
|
+
{
|
565
|
+
"kind": "js",
|
566
|
+
"name": "*",
|
567
|
+
"declaration": {
|
568
|
+
"name": "*",
|
569
|
+
"package": "./when-else"
|
570
|
+
}
|
571
|
+
}
|
572
|
+
]
|
573
|
+
},
|
454
574
|
{
|
455
575
|
"kind": "javascript-module",
|
456
576
|
"path": "src/encoding/index.ts",
|
@@ -924,126 +1044,6 @@
|
|
924
1044
|
}
|
925
1045
|
]
|
926
1046
|
},
|
927
|
-
{
|
928
|
-
"kind": "javascript-module",
|
929
|
-
"path": "src/design-system/design-system.ts",
|
930
|
-
"declarations": [
|
931
|
-
{
|
932
|
-
"kind": "function",
|
933
|
-
"name": "assureDesignSystem",
|
934
|
-
"return": {
|
935
|
-
"type": {
|
936
|
-
"text": "DesignSystemModule"
|
937
|
-
}
|
938
|
-
},
|
939
|
-
"parameters": [
|
940
|
-
{
|
941
|
-
"name": "module",
|
942
|
-
"type": {
|
943
|
-
"text": "DesignSystemModule"
|
944
|
-
}
|
945
|
-
}
|
946
|
-
],
|
947
|
-
"description": "assureDesignSystem.",
|
948
|
-
"privacy": "public"
|
949
|
-
},
|
950
|
-
{
|
951
|
-
"kind": "function",
|
952
|
-
"name": "getCurrentDesignSystem",
|
953
|
-
"return": {
|
954
|
-
"type": {
|
955
|
-
"text": ""
|
956
|
-
}
|
957
|
-
},
|
958
|
-
"parameters": [
|
959
|
-
{
|
960
|
-
"name": "element",
|
961
|
-
"type": {
|
962
|
-
"text": "HTMLElement"
|
963
|
-
},
|
964
|
-
"description": "The starting HTML element"
|
965
|
-
},
|
966
|
-
{
|
967
|
-
"name": "fallbackPrefix",
|
968
|
-
"type": {
|
969
|
-
"text": "string"
|
970
|
-
},
|
971
|
-
"description": "The prefix to fallback to if the provider is not available"
|
972
|
-
}
|
973
|
-
],
|
974
|
-
"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.",
|
975
|
-
"privacy": "public"
|
976
|
-
},
|
977
|
-
{
|
978
|
-
"kind": "function",
|
979
|
-
"name": "getCurrentDesignSystemPrefix",
|
980
|
-
"return": {
|
981
|
-
"type": {
|
982
|
-
"text": ""
|
983
|
-
}
|
984
|
-
},
|
985
|
-
"parameters": [
|
986
|
-
{
|
987
|
-
"name": "element",
|
988
|
-
"type": {
|
989
|
-
"text": "HTMLElement"
|
990
|
-
},
|
991
|
-
"description": "The starting HTML element"
|
992
|
-
},
|
993
|
-
{
|
994
|
-
"name": "fallbackPrefix",
|
995
|
-
"type": {
|
996
|
-
"text": "string"
|
997
|
-
},
|
998
|
-
"description": "The prefix to fallback to if the provider is not available"
|
999
|
-
}
|
1000
|
-
],
|
1001
|
-
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
1002
|
-
"privacy": "public"
|
1003
|
-
}
|
1004
|
-
],
|
1005
|
-
"exports": [
|
1006
|
-
{
|
1007
|
-
"kind": "js",
|
1008
|
-
"name": "assureDesignSystem",
|
1009
|
-
"declaration": {
|
1010
|
-
"name": "assureDesignSystem",
|
1011
|
-
"module": "src/design-system/design-system.ts"
|
1012
|
-
}
|
1013
|
-
},
|
1014
|
-
{
|
1015
|
-
"kind": "js",
|
1016
|
-
"name": "getCurrentDesignSystem",
|
1017
|
-
"declaration": {
|
1018
|
-
"name": "getCurrentDesignSystem",
|
1019
|
-
"module": "src/design-system/design-system.ts"
|
1020
|
-
}
|
1021
|
-
},
|
1022
|
-
{
|
1023
|
-
"kind": "js",
|
1024
|
-
"name": "getCurrentDesignSystemPrefix",
|
1025
|
-
"declaration": {
|
1026
|
-
"name": "getCurrentDesignSystemPrefix",
|
1027
|
-
"module": "src/design-system/design-system.ts"
|
1028
|
-
}
|
1029
|
-
}
|
1030
|
-
]
|
1031
|
-
},
|
1032
|
-
{
|
1033
|
-
"kind": "javascript-module",
|
1034
|
-
"path": "src/design-system/index.ts",
|
1035
|
-
"declarations": [],
|
1036
|
-
"exports": [
|
1037
|
-
{
|
1038
|
-
"kind": "js",
|
1039
|
-
"name": "*",
|
1040
|
-
"declaration": {
|
1041
|
-
"name": "*",
|
1042
|
-
"package": "./design-system"
|
1043
|
-
}
|
1044
|
-
}
|
1045
|
-
]
|
1046
|
-
},
|
1047
1047
|
{
|
1048
1048
|
"kind": "javascript-module",
|
1049
1049
|
"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.312.1-alpha-
|
4
|
+
"version": "14.312.1-alpha-b266761.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.312.1-alpha-
|
31
|
-
"@genesislcap/genx": "14.312.1-alpha-
|
32
|
-
"@genesislcap/rollup-builder": "14.312.1-alpha-
|
33
|
-
"@genesislcap/ts-builder": "14.312.1-alpha-
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.312.1-alpha-
|
35
|
-
"@genesislcap/vite-builder": "14.312.1-alpha-
|
36
|
-
"@genesislcap/webpack-builder": "14.312.1-alpha-
|
30
|
+
"@genesislcap/foundation-testing": "14.312.1-alpha-b266761.0",
|
31
|
+
"@genesislcap/genx": "14.312.1-alpha-b266761.0",
|
32
|
+
"@genesislcap/rollup-builder": "14.312.1-alpha-b266761.0",
|
33
|
+
"@genesislcap/ts-builder": "14.312.1-alpha-b266761.0",
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.312.1-alpha-b266761.0",
|
35
|
+
"@genesislcap/vite-builder": "14.312.1-alpha-b266761.0",
|
36
|
+
"@genesislcap/webpack-builder": "14.312.1-alpha-b266761.0",
|
37
37
|
"@types/json-schema": "^7.0.11"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@genesislcap/expression-builder": "14.312.1-alpha-
|
41
|
-
"@genesislcap/foundation-logger": "14.312.1-alpha-
|
40
|
+
"@genesislcap/expression-builder": "14.312.1-alpha-b266761.0",
|
41
|
+
"@genesislcap/foundation-logger": "14.312.1-alpha-b266761.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": "57f11ceabd4aef4ca6f4dd88f1a996024e72ab6f"
|
60
60
|
}
|