@genesislcap/foundation-utils 14.303.0 → 14.303.2
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 +131 -131
- package/package.json +11 -11
- package/docs/api-report.md +0 -1275
|
@@ -369,77 +369,7 @@
|
|
|
369
369
|
},
|
|
370
370
|
{
|
|
371
371
|
"kind": "javascript-module",
|
|
372
|
-
"path": "src/
|
|
373
|
-
"declarations": [
|
|
374
|
-
{
|
|
375
|
-
"kind": "function",
|
|
376
|
-
"name": "assureDesignSystem",
|
|
377
|
-
"return": {
|
|
378
|
-
"type": {
|
|
379
|
-
"text": "DesignSystemModule"
|
|
380
|
-
}
|
|
381
|
-
},
|
|
382
|
-
"parameters": [
|
|
383
|
-
{
|
|
384
|
-
"name": "module",
|
|
385
|
-
"type": {
|
|
386
|
-
"text": "DesignSystemModule"
|
|
387
|
-
}
|
|
388
|
-
}
|
|
389
|
-
],
|
|
390
|
-
"description": "assureDesignSystem.",
|
|
391
|
-
"privacy": "public"
|
|
392
|
-
},
|
|
393
|
-
{
|
|
394
|
-
"kind": "function",
|
|
395
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
396
|
-
"return": {
|
|
397
|
-
"type": {
|
|
398
|
-
"text": ""
|
|
399
|
-
}
|
|
400
|
-
},
|
|
401
|
-
"parameters": [
|
|
402
|
-
{
|
|
403
|
-
"name": "element",
|
|
404
|
-
"type": {
|
|
405
|
-
"text": "HTMLElement"
|
|
406
|
-
},
|
|
407
|
-
"description": "The starting HTML element"
|
|
408
|
-
},
|
|
409
|
-
{
|
|
410
|
-
"name": "fallbackPrefix",
|
|
411
|
-
"type": {
|
|
412
|
-
"text": "string"
|
|
413
|
-
},
|
|
414
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
415
|
-
}
|
|
416
|
-
],
|
|
417
|
-
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
418
|
-
"privacy": "public"
|
|
419
|
-
}
|
|
420
|
-
],
|
|
421
|
-
"exports": [
|
|
422
|
-
{
|
|
423
|
-
"kind": "js",
|
|
424
|
-
"name": "assureDesignSystem",
|
|
425
|
-
"declaration": {
|
|
426
|
-
"name": "assureDesignSystem",
|
|
427
|
-
"module": "src/design-system/design-system.ts"
|
|
428
|
-
}
|
|
429
|
-
},
|
|
430
|
-
{
|
|
431
|
-
"kind": "js",
|
|
432
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
433
|
-
"declaration": {
|
|
434
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
435
|
-
"module": "src/design-system/design-system.ts"
|
|
436
|
-
}
|
|
437
|
-
}
|
|
438
|
-
]
|
|
439
|
-
},
|
|
440
|
-
{
|
|
441
|
-
"kind": "javascript-module",
|
|
442
|
-
"path": "src/design-system/index.ts",
|
|
372
|
+
"path": "src/directives/index.ts",
|
|
443
373
|
"declarations": [],
|
|
444
374
|
"exports": [
|
|
445
375
|
{
|
|
@@ -447,67 +377,22 @@
|
|
|
447
377
|
"name": "*",
|
|
448
378
|
"declaration": {
|
|
449
379
|
"name": "*",
|
|
450
|
-
"package": "./
|
|
380
|
+
"package": "./sync"
|
|
451
381
|
}
|
|
452
|
-
}
|
|
453
|
-
]
|
|
454
|
-
},
|
|
455
|
-
{
|
|
456
|
-
"kind": "javascript-module",
|
|
457
|
-
"path": "src/decorators/index.ts",
|
|
458
|
-
"declarations": [],
|
|
459
|
-
"exports": [
|
|
382
|
+
},
|
|
460
383
|
{
|
|
461
384
|
"kind": "js",
|
|
462
385
|
"name": "*",
|
|
463
386
|
"declaration": {
|
|
464
387
|
"name": "*",
|
|
465
|
-
"package": "./
|
|
466
|
-
}
|
|
467
|
-
}
|
|
468
|
-
]
|
|
469
|
-
},
|
|
470
|
-
{
|
|
471
|
-
"kind": "javascript-module",
|
|
472
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
473
|
-
"declarations": [
|
|
474
|
-
{
|
|
475
|
-
"kind": "function",
|
|
476
|
-
"name": "renderOnChange",
|
|
477
|
-
"parameters": [
|
|
478
|
-
{
|
|
479
|
-
"name": "target",
|
|
480
|
-
"type": {
|
|
481
|
-
"text": "FASTElement & { render(): void }"
|
|
482
|
-
},
|
|
483
|
-
"description": "The target to define the property change handler on."
|
|
484
|
-
},
|
|
485
|
-
{
|
|
486
|
-
"name": "name",
|
|
487
|
-
"type": {
|
|
488
|
-
"text": "string"
|
|
489
|
-
},
|
|
490
|
-
"description": "The property name."
|
|
491
|
-
}
|
|
492
|
-
],
|
|
493
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
494
|
-
"privacy": "public"
|
|
495
|
-
}
|
|
496
|
-
],
|
|
497
|
-
"exports": [
|
|
498
|
-
{
|
|
499
|
-
"kind": "js",
|
|
500
|
-
"name": "renderOnChange",
|
|
501
|
-
"declaration": {
|
|
502
|
-
"name": "renderOnChange",
|
|
503
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
388
|
+
"package": "./when-else"
|
|
504
389
|
}
|
|
505
390
|
}
|
|
506
391
|
]
|
|
507
392
|
},
|
|
508
393
|
{
|
|
509
394
|
"kind": "javascript-module",
|
|
510
|
-
"path": "src/
|
|
395
|
+
"path": "src/encoding/index.ts",
|
|
511
396
|
"declarations": [],
|
|
512
397
|
"exports": [
|
|
513
398
|
{
|
|
@@ -515,15 +400,7 @@
|
|
|
515
400
|
"name": "*",
|
|
516
401
|
"declaration": {
|
|
517
402
|
"name": "*",
|
|
518
|
-
"package": "./
|
|
519
|
-
}
|
|
520
|
-
},
|
|
521
|
-
{
|
|
522
|
-
"kind": "js",
|
|
523
|
-
"name": "*",
|
|
524
|
-
"declaration": {
|
|
525
|
-
"name": "*",
|
|
526
|
-
"package": "./when-else"
|
|
403
|
+
"package": "./base64"
|
|
527
404
|
}
|
|
528
405
|
}
|
|
529
406
|
]
|
|
@@ -988,7 +865,7 @@
|
|
|
988
865
|
},
|
|
989
866
|
{
|
|
990
867
|
"kind": "javascript-module",
|
|
991
|
-
"path": "src/
|
|
868
|
+
"path": "src/decorators/index.ts",
|
|
992
869
|
"declarations": [],
|
|
993
870
|
"exports": [
|
|
994
871
|
{
|
|
@@ -996,7 +873,130 @@
|
|
|
996
873
|
"name": "*",
|
|
997
874
|
"declaration": {
|
|
998
875
|
"name": "*",
|
|
999
|
-
"package": "./
|
|
876
|
+
"package": "./renderOnChange"
|
|
877
|
+
}
|
|
878
|
+
}
|
|
879
|
+
]
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
"kind": "javascript-module",
|
|
883
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
884
|
+
"declarations": [
|
|
885
|
+
{
|
|
886
|
+
"kind": "function",
|
|
887
|
+
"name": "renderOnChange",
|
|
888
|
+
"parameters": [
|
|
889
|
+
{
|
|
890
|
+
"name": "target",
|
|
891
|
+
"type": {
|
|
892
|
+
"text": "FASTElement & { render(): void }"
|
|
893
|
+
},
|
|
894
|
+
"description": "The target to define the property change handler on."
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
"name": "name",
|
|
898
|
+
"type": {
|
|
899
|
+
"text": "string"
|
|
900
|
+
},
|
|
901
|
+
"description": "The property name."
|
|
902
|
+
}
|
|
903
|
+
],
|
|
904
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
905
|
+
"privacy": "public"
|
|
906
|
+
}
|
|
907
|
+
],
|
|
908
|
+
"exports": [
|
|
909
|
+
{
|
|
910
|
+
"kind": "js",
|
|
911
|
+
"name": "renderOnChange",
|
|
912
|
+
"declaration": {
|
|
913
|
+
"name": "renderOnChange",
|
|
914
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
915
|
+
}
|
|
916
|
+
}
|
|
917
|
+
]
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
"kind": "javascript-module",
|
|
921
|
+
"path": "src/design-system/design-system.ts",
|
|
922
|
+
"declarations": [
|
|
923
|
+
{
|
|
924
|
+
"kind": "function",
|
|
925
|
+
"name": "assureDesignSystem",
|
|
926
|
+
"return": {
|
|
927
|
+
"type": {
|
|
928
|
+
"text": "DesignSystemModule"
|
|
929
|
+
}
|
|
930
|
+
},
|
|
931
|
+
"parameters": [
|
|
932
|
+
{
|
|
933
|
+
"name": "module",
|
|
934
|
+
"type": {
|
|
935
|
+
"text": "DesignSystemModule"
|
|
936
|
+
}
|
|
937
|
+
}
|
|
938
|
+
],
|
|
939
|
+
"description": "assureDesignSystem.",
|
|
940
|
+
"privacy": "public"
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"kind": "function",
|
|
944
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
945
|
+
"return": {
|
|
946
|
+
"type": {
|
|
947
|
+
"text": ""
|
|
948
|
+
}
|
|
949
|
+
},
|
|
950
|
+
"parameters": [
|
|
951
|
+
{
|
|
952
|
+
"name": "element",
|
|
953
|
+
"type": {
|
|
954
|
+
"text": "HTMLElement"
|
|
955
|
+
},
|
|
956
|
+
"description": "The starting HTML element"
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"name": "fallbackPrefix",
|
|
960
|
+
"type": {
|
|
961
|
+
"text": "string"
|
|
962
|
+
},
|
|
963
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
964
|
+
}
|
|
965
|
+
],
|
|
966
|
+
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
967
|
+
"privacy": "public"
|
|
968
|
+
}
|
|
969
|
+
],
|
|
970
|
+
"exports": [
|
|
971
|
+
{
|
|
972
|
+
"kind": "js",
|
|
973
|
+
"name": "assureDesignSystem",
|
|
974
|
+
"declaration": {
|
|
975
|
+
"name": "assureDesignSystem",
|
|
976
|
+
"module": "src/design-system/design-system.ts"
|
|
977
|
+
}
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
"kind": "js",
|
|
981
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
982
|
+
"declaration": {
|
|
983
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
984
|
+
"module": "src/design-system/design-system.ts"
|
|
985
|
+
}
|
|
986
|
+
}
|
|
987
|
+
]
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"kind": "javascript-module",
|
|
991
|
+
"path": "src/design-system/index.ts",
|
|
992
|
+
"declarations": [],
|
|
993
|
+
"exports": [
|
|
994
|
+
{
|
|
995
|
+
"kind": "js",
|
|
996
|
+
"name": "*",
|
|
997
|
+
"declaration": {
|
|
998
|
+
"name": "*",
|
|
999
|
+
"package": "./design-system"
|
|
1000
1000
|
}
|
|
1001
1001
|
}
|
|
1002
1002
|
]
|
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.303.
|
|
4
|
+
"version": "14.303.2",
|
|
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.303.
|
|
31
|
-
"@genesislcap/genx": "14.303.
|
|
32
|
-
"@genesislcap/rollup-builder": "14.303.
|
|
33
|
-
"@genesislcap/ts-builder": "14.303.
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.303.
|
|
35
|
-
"@genesislcap/vite-builder": "14.303.
|
|
36
|
-
"@genesislcap/webpack-builder": "14.303.
|
|
30
|
+
"@genesislcap/foundation-testing": "14.303.2",
|
|
31
|
+
"@genesislcap/genx": "14.303.2",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.303.2",
|
|
33
|
+
"@genesislcap/ts-builder": "14.303.2",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.303.2",
|
|
35
|
+
"@genesislcap/vite-builder": "14.303.2",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.303.2",
|
|
37
37
|
"@types/json-schema": "^7.0.11"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/expression-builder": "14.303.
|
|
41
|
-
"@genesislcap/foundation-logger": "14.303.
|
|
40
|
+
"@genesislcap/expression-builder": "14.303.2",
|
|
41
|
+
"@genesislcap/foundation-logger": "14.303.2",
|
|
42
42
|
"@microsoft/fast-components": "2.30.6",
|
|
43
43
|
"@microsoft/fast-element": "1.14.0",
|
|
44
44
|
"@microsoft/fast-foundation": "2.49.6",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"access": "public"
|
|
56
56
|
},
|
|
57
57
|
"customElements": "dist/custom-elements.json",
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "f556f123bafe956a7ba9328bb3f78f4d7d2495ba"
|
|
59
59
|
}
|