@genesislcap/foundation-utils 14.312.1-alpha-fd50ae9.0 → 14.312.1-alpha-4ae9099.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 +119 -119
- package/package.json +11 -11
@@ -377,53 +377,120 @@
|
|
377
377
|
},
|
378
378
|
{
|
379
379
|
"kind": "javascript-module",
|
380
|
-
"path": "src/
|
381
|
-
"declarations": [],
|
382
|
-
"exports": [
|
383
|
-
{
|
384
|
-
"kind": "js",
|
385
|
-
"name": "*",
|
386
|
-
"declaration": {
|
387
|
-
"name": "*",
|
388
|
-
"package": "./renderOnChange"
|
389
|
-
}
|
390
|
-
}
|
391
|
-
]
|
392
|
-
},
|
393
|
-
{
|
394
|
-
"kind": "javascript-module",
|
395
|
-
"path": "src/decorators/renderOnChange.ts",
|
380
|
+
"path": "src/design-system/design-system.ts",
|
396
381
|
"declarations": [
|
397
382
|
{
|
398
383
|
"kind": "function",
|
399
|
-
"name": "
|
384
|
+
"name": "assureDesignSystem",
|
385
|
+
"return": {
|
386
|
+
"type": {
|
387
|
+
"text": "DesignSystemModule"
|
388
|
+
}
|
389
|
+
},
|
400
390
|
"parameters": [
|
401
391
|
{
|
402
|
-
"name": "
|
392
|
+
"name": "module",
|
403
393
|
"type": {
|
404
|
-
"text": "
|
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"
|
405
414
|
},
|
406
|
-
"description": "The
|
415
|
+
"description": "The starting HTML element"
|
407
416
|
},
|
408
417
|
{
|
409
|
-
"name": "
|
418
|
+
"name": "fallbackPrefix",
|
410
419
|
"type": {
|
411
420
|
"text": "string"
|
412
421
|
},
|
413
|
-
"description": "The
|
422
|
+
"description": "The prefix to fallback to if the provider is not available"
|
414
423
|
}
|
415
424
|
],
|
416
|
-
"description": "
|
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.",
|
417
453
|
"privacy": "public"
|
418
454
|
}
|
419
455
|
],
|
420
456
|
"exports": [
|
421
457
|
{
|
422
458
|
"kind": "js",
|
423
|
-
"name": "
|
459
|
+
"name": "assureDesignSystem",
|
424
460
|
"declaration": {
|
425
|
-
"name": "
|
426
|
-
"module": "src/
|
461
|
+
"name": "assureDesignSystem",
|
462
|
+
"module": "src/design-system/design-system.ts"
|
463
|
+
}
|
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": [
|
488
|
+
{
|
489
|
+
"kind": "js",
|
490
|
+
"name": "*",
|
491
|
+
"declaration": {
|
492
|
+
"name": "*",
|
493
|
+
"package": "./design-system"
|
427
494
|
}
|
428
495
|
}
|
429
496
|
]
|
@@ -943,120 +1010,53 @@
|
|
943
1010
|
},
|
944
1011
|
{
|
945
1012
|
"kind": "javascript-module",
|
946
|
-
"path": "src/
|
947
|
-
"declarations": [
|
948
|
-
|
949
|
-
"kind": "function",
|
950
|
-
"name": "assureDesignSystem",
|
951
|
-
"return": {
|
952
|
-
"type": {
|
953
|
-
"text": "DesignSystemModule"
|
954
|
-
}
|
955
|
-
},
|
956
|
-
"parameters": [
|
957
|
-
{
|
958
|
-
"name": "module",
|
959
|
-
"type": {
|
960
|
-
"text": "DesignSystemModule"
|
961
|
-
}
|
962
|
-
}
|
963
|
-
],
|
964
|
-
"description": "assureDesignSystem.",
|
965
|
-
"privacy": "public"
|
966
|
-
},
|
1013
|
+
"path": "src/decorators/index.ts",
|
1014
|
+
"declarations": [],
|
1015
|
+
"exports": [
|
967
1016
|
{
|
968
|
-
"kind": "
|
969
|
-
"name": "
|
970
|
-
"
|
971
|
-
"
|
972
|
-
|
973
|
-
|
974
|
-
|
975
|
-
|
976
|
-
|
977
|
-
|
978
|
-
|
979
|
-
|
980
|
-
|
981
|
-
"description": "The starting HTML element"
|
982
|
-
},
|
983
|
-
{
|
984
|
-
"name": "fallbackPrefix",
|
985
|
-
"type": {
|
986
|
-
"text": "string"
|
987
|
-
},
|
988
|
-
"description": "The prefix to fallback to if the provider is not available"
|
989
|
-
}
|
990
|
-
],
|
991
|
-
"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.",
|
992
|
-
"privacy": "public"
|
993
|
-
},
|
1017
|
+
"kind": "js",
|
1018
|
+
"name": "*",
|
1019
|
+
"declaration": {
|
1020
|
+
"name": "*",
|
1021
|
+
"package": "./renderOnChange"
|
1022
|
+
}
|
1023
|
+
}
|
1024
|
+
]
|
1025
|
+
},
|
1026
|
+
{
|
1027
|
+
"kind": "javascript-module",
|
1028
|
+
"path": "src/decorators/renderOnChange.ts",
|
1029
|
+
"declarations": [
|
994
1030
|
{
|
995
1031
|
"kind": "function",
|
996
|
-
"name": "
|
997
|
-
"return": {
|
998
|
-
"type": {
|
999
|
-
"text": ""
|
1000
|
-
}
|
1001
|
-
},
|
1032
|
+
"name": "renderOnChange",
|
1002
1033
|
"parameters": [
|
1003
1034
|
{
|
1004
|
-
"name": "
|
1035
|
+
"name": "target",
|
1005
1036
|
"type": {
|
1006
|
-
"text": "
|
1037
|
+
"text": "FASTElement & { render(): void }"
|
1007
1038
|
},
|
1008
|
-
"description": "The
|
1039
|
+
"description": "The target to define the property change handler on."
|
1009
1040
|
},
|
1010
1041
|
{
|
1011
|
-
"name": "
|
1042
|
+
"name": "name",
|
1012
1043
|
"type": {
|
1013
1044
|
"text": "string"
|
1014
1045
|
},
|
1015
|
-
"description": "The
|
1046
|
+
"description": "The property name."
|
1016
1047
|
}
|
1017
1048
|
],
|
1018
|
-
"description": "
|
1049
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
1019
1050
|
"privacy": "public"
|
1020
1051
|
}
|
1021
1052
|
],
|
1022
1053
|
"exports": [
|
1023
1054
|
{
|
1024
1055
|
"kind": "js",
|
1025
|
-
"name": "
|
1026
|
-
"declaration": {
|
1027
|
-
"name": "assureDesignSystem",
|
1028
|
-
"module": "src/design-system/design-system.ts"
|
1029
|
-
}
|
1030
|
-
},
|
1031
|
-
{
|
1032
|
-
"kind": "js",
|
1033
|
-
"name": "getCurrentDesignSystem",
|
1034
|
-
"declaration": {
|
1035
|
-
"name": "getCurrentDesignSystem",
|
1036
|
-
"module": "src/design-system/design-system.ts"
|
1037
|
-
}
|
1038
|
-
},
|
1039
|
-
{
|
1040
|
-
"kind": "js",
|
1041
|
-
"name": "getCurrentDesignSystemPrefix",
|
1042
|
-
"declaration": {
|
1043
|
-
"name": "getCurrentDesignSystemPrefix",
|
1044
|
-
"module": "src/design-system/design-system.ts"
|
1045
|
-
}
|
1046
|
-
}
|
1047
|
-
]
|
1048
|
-
},
|
1049
|
-
{
|
1050
|
-
"kind": "javascript-module",
|
1051
|
-
"path": "src/design-system/index.ts",
|
1052
|
-
"declarations": [],
|
1053
|
-
"exports": [
|
1054
|
-
{
|
1055
|
-
"kind": "js",
|
1056
|
-
"name": "*",
|
1056
|
+
"name": "renderOnChange",
|
1057
1057
|
"declaration": {
|
1058
|
-
"name": "
|
1059
|
-
"
|
1058
|
+
"name": "renderOnChange",
|
1059
|
+
"module": "src/decorators/renderOnChange.ts"
|
1060
1060
|
}
|
1061
1061
|
}
|
1062
1062
|
]
|
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-4ae9099.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-4ae9099.0",
|
31
|
+
"@genesislcap/genx": "14.312.1-alpha-4ae9099.0",
|
32
|
+
"@genesislcap/rollup-builder": "14.312.1-alpha-4ae9099.0",
|
33
|
+
"@genesislcap/ts-builder": "14.312.1-alpha-4ae9099.0",
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.312.1-alpha-4ae9099.0",
|
35
|
+
"@genesislcap/vite-builder": "14.312.1-alpha-4ae9099.0",
|
36
|
+
"@genesislcap/webpack-builder": "14.312.1-alpha-4ae9099.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-4ae9099.0",
|
41
|
+
"@genesislcap/foundation-logger": "14.312.1-alpha-4ae9099.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": "e15a1db7ff777f31010cf8588775cd67c9d2d4e0"
|
60
60
|
}
|