@genesislcap/foundation-utils 14.313.1-alpha-8845835.0 → 14.313.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 +115 -115
- package/package.json +11 -11
@@ -377,23 +377,120 @@
|
|
377
377
|
},
|
378
378
|
{
|
379
379
|
"kind": "javascript-module",
|
380
|
-
"path": "src/
|
381
|
-
"declarations": [
|
380
|
+
"path": "src/design-system/design-system.ts",
|
381
|
+
"declarations": [
|
382
|
+
{
|
383
|
+
"kind": "function",
|
384
|
+
"name": "assureDesignSystem",
|
385
|
+
"return": {
|
386
|
+
"type": {
|
387
|
+
"text": "DesignSystemModule"
|
388
|
+
}
|
389
|
+
},
|
390
|
+
"parameters": [
|
391
|
+
{
|
392
|
+
"name": "module",
|
393
|
+
"type": {
|
394
|
+
"text": "DesignSystemModule"
|
395
|
+
}
|
396
|
+
}
|
397
|
+
],
|
398
|
+
"description": "assureDesignSystem.",
|
399
|
+
"privacy": "public"
|
400
|
+
},
|
401
|
+
{
|
402
|
+
"kind": "function",
|
403
|
+
"name": "getCurrentDesignSystem",
|
404
|
+
"return": {
|
405
|
+
"type": {
|
406
|
+
"text": ""
|
407
|
+
}
|
408
|
+
},
|
409
|
+
"parameters": [
|
410
|
+
{
|
411
|
+
"name": "element",
|
412
|
+
"type": {
|
413
|
+
"text": "HTMLElement"
|
414
|
+
},
|
415
|
+
"description": "The starting HTML element"
|
416
|
+
},
|
417
|
+
{
|
418
|
+
"name": "fallbackPrefix",
|
419
|
+
"type": {
|
420
|
+
"text": "string"
|
421
|
+
},
|
422
|
+
"description": "The prefix to fallback to if the provider is not available"
|
423
|
+
}
|
424
|
+
],
|
425
|
+
"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.",
|
426
|
+
"privacy": "public"
|
427
|
+
},
|
428
|
+
{
|
429
|
+
"kind": "function",
|
430
|
+
"name": "getCurrentDesignSystemPrefix",
|
431
|
+
"return": {
|
432
|
+
"type": {
|
433
|
+
"text": ""
|
434
|
+
}
|
435
|
+
},
|
436
|
+
"parameters": [
|
437
|
+
{
|
438
|
+
"name": "element",
|
439
|
+
"type": {
|
440
|
+
"text": "HTMLElement"
|
441
|
+
},
|
442
|
+
"description": "The starting HTML element"
|
443
|
+
},
|
444
|
+
{
|
445
|
+
"name": "fallbackPrefix",
|
446
|
+
"type": {
|
447
|
+
"text": "string"
|
448
|
+
},
|
449
|
+
"description": "The prefix to fallback to if the provider is not available"
|
450
|
+
}
|
451
|
+
],
|
452
|
+
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
453
|
+
"privacy": "public"
|
454
|
+
}
|
455
|
+
],
|
382
456
|
"exports": [
|
383
457
|
{
|
384
458
|
"kind": "js",
|
385
|
-
"name": "
|
459
|
+
"name": "assureDesignSystem",
|
386
460
|
"declaration": {
|
387
|
-
"name": "
|
388
|
-
"
|
461
|
+
"name": "assureDesignSystem",
|
462
|
+
"module": "src/design-system/design-system.ts"
|
389
463
|
}
|
390
464
|
},
|
465
|
+
{
|
466
|
+
"kind": "js",
|
467
|
+
"name": "getCurrentDesignSystem",
|
468
|
+
"declaration": {
|
469
|
+
"name": "getCurrentDesignSystem",
|
470
|
+
"module": "src/design-system/design-system.ts"
|
471
|
+
}
|
472
|
+
},
|
473
|
+
{
|
474
|
+
"kind": "js",
|
475
|
+
"name": "getCurrentDesignSystemPrefix",
|
476
|
+
"declaration": {
|
477
|
+
"name": "getCurrentDesignSystemPrefix",
|
478
|
+
"module": "src/design-system/design-system.ts"
|
479
|
+
}
|
480
|
+
}
|
481
|
+
]
|
482
|
+
},
|
483
|
+
{
|
484
|
+
"kind": "javascript-module",
|
485
|
+
"path": "src/design-system/index.ts",
|
486
|
+
"declarations": [],
|
487
|
+
"exports": [
|
391
488
|
{
|
392
489
|
"kind": "js",
|
393
490
|
"name": "*",
|
394
491
|
"declaration": {
|
395
492
|
"name": "*",
|
396
|
-
"package": "./
|
493
|
+
"package": "./design-system"
|
397
494
|
}
|
398
495
|
}
|
399
496
|
]
|
@@ -453,7 +550,7 @@
|
|
453
550
|
},
|
454
551
|
{
|
455
552
|
"kind": "javascript-module",
|
456
|
-
"path": "src/
|
553
|
+
"path": "src/directives/index.ts",
|
457
554
|
"declarations": [],
|
458
555
|
"exports": [
|
459
556
|
{
|
@@ -461,7 +558,15 @@
|
|
461
558
|
"name": "*",
|
462
559
|
"declaration": {
|
463
560
|
"name": "*",
|
464
|
-
"package": "./
|
561
|
+
"package": "./sync"
|
562
|
+
}
|
563
|
+
},
|
564
|
+
{
|
565
|
+
"kind": "js",
|
566
|
+
"name": "*",
|
567
|
+
"declaration": {
|
568
|
+
"name": "*",
|
569
|
+
"package": "./when-else"
|
465
570
|
}
|
466
571
|
}
|
467
572
|
]
|
@@ -926,112 +1031,7 @@
|
|
926
1031
|
},
|
927
1032
|
{
|
928
1033
|
"kind": "javascript-module",
|
929
|
-
"path": "src/
|
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",
|
1034
|
+
"path": "src/encoding/index.ts",
|
1035
1035
|
"declarations": [],
|
1036
1036
|
"exports": [
|
1037
1037
|
{
|
@@ -1039,7 +1039,7 @@
|
|
1039
1039
|
"name": "*",
|
1040
1040
|
"declaration": {
|
1041
1041
|
"name": "*",
|
1042
|
-
"package": "./
|
1042
|
+
"package": "./base64"
|
1043
1043
|
}
|
1044
1044
|
}
|
1045
1045
|
]
|
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.313.1
|
4
|
+
"version": "14.313.1",
|
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.313.1
|
31
|
-
"@genesislcap/genx": "14.313.1
|
32
|
-
"@genesislcap/rollup-builder": "14.313.1
|
33
|
-
"@genesislcap/ts-builder": "14.313.1
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.313.1
|
35
|
-
"@genesislcap/vite-builder": "14.313.1
|
36
|
-
"@genesislcap/webpack-builder": "14.313.1
|
30
|
+
"@genesislcap/foundation-testing": "14.313.1",
|
31
|
+
"@genesislcap/genx": "14.313.1",
|
32
|
+
"@genesislcap/rollup-builder": "14.313.1",
|
33
|
+
"@genesislcap/ts-builder": "14.313.1",
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.313.1",
|
35
|
+
"@genesislcap/vite-builder": "14.313.1",
|
36
|
+
"@genesislcap/webpack-builder": "14.313.1",
|
37
37
|
"@types/json-schema": "^7.0.11"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@genesislcap/expression-builder": "14.313.1
|
41
|
-
"@genesislcap/foundation-logger": "14.313.1
|
40
|
+
"@genesislcap/expression-builder": "14.313.1",
|
41
|
+
"@genesislcap/foundation-logger": "14.313.1",
|
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": "1c8bb7cc79894cf233ce6e1f2f985ef547015d72"
|
60
60
|
}
|