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