@genesislcap/foundation-utils 14.283.3-alpha-a7ef75d.0 → 14.284.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 +161 -161
- package/package.json +10 -10
|
@@ -169,29 +169,6 @@
|
|
|
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
|
-
},
|
|
195
172
|
{
|
|
196
173
|
"kind": "javascript-module",
|
|
197
174
|
"path": "src/data/inMemoryDatabase.ts",
|
|
@@ -390,6 +367,29 @@
|
|
|
390
367
|
}
|
|
391
368
|
]
|
|
392
369
|
},
|
|
370
|
+
{
|
|
371
|
+
"kind": "javascript-module",
|
|
372
|
+
"path": "src/directives/index.ts",
|
|
373
|
+
"declarations": [],
|
|
374
|
+
"exports": [
|
|
375
|
+
{
|
|
376
|
+
"kind": "js",
|
|
377
|
+
"name": "*",
|
|
378
|
+
"declaration": {
|
|
379
|
+
"name": "*",
|
|
380
|
+
"package": "./sync"
|
|
381
|
+
}
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"kind": "js",
|
|
385
|
+
"name": "*",
|
|
386
|
+
"declaration": {
|
|
387
|
+
"name": "*",
|
|
388
|
+
"package": "./when-else"
|
|
389
|
+
}
|
|
390
|
+
}
|
|
391
|
+
]
|
|
392
|
+
},
|
|
393
393
|
{
|
|
394
394
|
"kind": "javascript-module",
|
|
395
395
|
"path": "src/encoding/index.ts",
|
|
@@ -405,6 +405,144 @@
|
|
|
405
405
|
}
|
|
406
406
|
]
|
|
407
407
|
},
|
|
408
|
+
{
|
|
409
|
+
"kind": "javascript-module",
|
|
410
|
+
"path": "src/decorators/index.ts",
|
|
411
|
+
"declarations": [],
|
|
412
|
+
"exports": [
|
|
413
|
+
{
|
|
414
|
+
"kind": "js",
|
|
415
|
+
"name": "*",
|
|
416
|
+
"declaration": {
|
|
417
|
+
"name": "*",
|
|
418
|
+
"package": "./renderOnChange"
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
]
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"kind": "javascript-module",
|
|
425
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
426
|
+
"declarations": [
|
|
427
|
+
{
|
|
428
|
+
"kind": "function",
|
|
429
|
+
"name": "renderOnChange",
|
|
430
|
+
"parameters": [
|
|
431
|
+
{
|
|
432
|
+
"name": "target",
|
|
433
|
+
"type": {
|
|
434
|
+
"text": "FASTElement & { render(): void }"
|
|
435
|
+
},
|
|
436
|
+
"description": "The target to define the property change handler on."
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"name": "name",
|
|
440
|
+
"type": {
|
|
441
|
+
"text": "string"
|
|
442
|
+
},
|
|
443
|
+
"description": "The property name."
|
|
444
|
+
}
|
|
445
|
+
],
|
|
446
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
447
|
+
"privacy": "public"
|
|
448
|
+
}
|
|
449
|
+
],
|
|
450
|
+
"exports": [
|
|
451
|
+
{
|
|
452
|
+
"kind": "js",
|
|
453
|
+
"name": "renderOnChange",
|
|
454
|
+
"declaration": {
|
|
455
|
+
"name": "renderOnChange",
|
|
456
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
457
|
+
}
|
|
458
|
+
}
|
|
459
|
+
]
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"kind": "javascript-module",
|
|
463
|
+
"path": "src/design-system/design-system.ts",
|
|
464
|
+
"declarations": [
|
|
465
|
+
{
|
|
466
|
+
"kind": "function",
|
|
467
|
+
"name": "assureDesignSystem",
|
|
468
|
+
"return": {
|
|
469
|
+
"type": {
|
|
470
|
+
"text": "DesignSystemModule"
|
|
471
|
+
}
|
|
472
|
+
},
|
|
473
|
+
"parameters": [
|
|
474
|
+
{
|
|
475
|
+
"name": "module",
|
|
476
|
+
"type": {
|
|
477
|
+
"text": "DesignSystemModule"
|
|
478
|
+
}
|
|
479
|
+
}
|
|
480
|
+
],
|
|
481
|
+
"description": "assureDesignSystem.",
|
|
482
|
+
"privacy": "public"
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"kind": "function",
|
|
486
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
487
|
+
"return": {
|
|
488
|
+
"type": {
|
|
489
|
+
"text": ""
|
|
490
|
+
}
|
|
491
|
+
},
|
|
492
|
+
"parameters": [
|
|
493
|
+
{
|
|
494
|
+
"name": "element",
|
|
495
|
+
"type": {
|
|
496
|
+
"text": "HTMLElement"
|
|
497
|
+
},
|
|
498
|
+
"description": "The starting HTML element"
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"name": "fallbackPrefix",
|
|
502
|
+
"type": {
|
|
503
|
+
"text": "string"
|
|
504
|
+
},
|
|
505
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
506
|
+
}
|
|
507
|
+
],
|
|
508
|
+
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
509
|
+
"privacy": "public"
|
|
510
|
+
}
|
|
511
|
+
],
|
|
512
|
+
"exports": [
|
|
513
|
+
{
|
|
514
|
+
"kind": "js",
|
|
515
|
+
"name": "assureDesignSystem",
|
|
516
|
+
"declaration": {
|
|
517
|
+
"name": "assureDesignSystem",
|
|
518
|
+
"module": "src/design-system/design-system.ts"
|
|
519
|
+
}
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"kind": "js",
|
|
523
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
524
|
+
"declaration": {
|
|
525
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
526
|
+
"module": "src/design-system/design-system.ts"
|
|
527
|
+
}
|
|
528
|
+
}
|
|
529
|
+
]
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"kind": "javascript-module",
|
|
533
|
+
"path": "src/design-system/index.ts",
|
|
534
|
+
"declarations": [],
|
|
535
|
+
"exports": [
|
|
536
|
+
{
|
|
537
|
+
"kind": "js",
|
|
538
|
+
"name": "*",
|
|
539
|
+
"declaration": {
|
|
540
|
+
"name": "*",
|
|
541
|
+
"package": "./design-system"
|
|
542
|
+
}
|
|
543
|
+
}
|
|
544
|
+
]
|
|
545
|
+
},
|
|
408
546
|
{
|
|
409
547
|
"kind": "javascript-module",
|
|
410
548
|
"path": "src/env/index.ts",
|
|
@@ -846,144 +984,6 @@
|
|
|
846
984
|
}
|
|
847
985
|
]
|
|
848
986
|
},
|
|
849
|
-
{
|
|
850
|
-
"kind": "javascript-module",
|
|
851
|
-
"path": "src/decorators/index.ts",
|
|
852
|
-
"declarations": [],
|
|
853
|
-
"exports": [
|
|
854
|
-
{
|
|
855
|
-
"kind": "js",
|
|
856
|
-
"name": "*",
|
|
857
|
-
"declaration": {
|
|
858
|
-
"name": "*",
|
|
859
|
-
"package": "./renderOnChange"
|
|
860
|
-
}
|
|
861
|
-
}
|
|
862
|
-
]
|
|
863
|
-
},
|
|
864
|
-
{
|
|
865
|
-
"kind": "javascript-module",
|
|
866
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
867
|
-
"declarations": [
|
|
868
|
-
{
|
|
869
|
-
"kind": "function",
|
|
870
|
-
"name": "renderOnChange",
|
|
871
|
-
"parameters": [
|
|
872
|
-
{
|
|
873
|
-
"name": "target",
|
|
874
|
-
"type": {
|
|
875
|
-
"text": "FASTElement & { render(): void }"
|
|
876
|
-
},
|
|
877
|
-
"description": "The target to define the property change handler on."
|
|
878
|
-
},
|
|
879
|
-
{
|
|
880
|
-
"name": "name",
|
|
881
|
-
"type": {
|
|
882
|
-
"text": "string"
|
|
883
|
-
},
|
|
884
|
-
"description": "The property name."
|
|
885
|
-
}
|
|
886
|
-
],
|
|
887
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
888
|
-
"privacy": "public"
|
|
889
|
-
}
|
|
890
|
-
],
|
|
891
|
-
"exports": [
|
|
892
|
-
{
|
|
893
|
-
"kind": "js",
|
|
894
|
-
"name": "renderOnChange",
|
|
895
|
-
"declaration": {
|
|
896
|
-
"name": "renderOnChange",
|
|
897
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
898
|
-
}
|
|
899
|
-
}
|
|
900
|
-
]
|
|
901
|
-
},
|
|
902
|
-
{
|
|
903
|
-
"kind": "javascript-module",
|
|
904
|
-
"path": "src/design-system/design-system.ts",
|
|
905
|
-
"declarations": [
|
|
906
|
-
{
|
|
907
|
-
"kind": "function",
|
|
908
|
-
"name": "assureDesignSystem",
|
|
909
|
-
"return": {
|
|
910
|
-
"type": {
|
|
911
|
-
"text": "DesignSystemModule"
|
|
912
|
-
}
|
|
913
|
-
},
|
|
914
|
-
"parameters": [
|
|
915
|
-
{
|
|
916
|
-
"name": "module",
|
|
917
|
-
"type": {
|
|
918
|
-
"text": "DesignSystemModule"
|
|
919
|
-
}
|
|
920
|
-
}
|
|
921
|
-
],
|
|
922
|
-
"description": "assureDesignSystem.",
|
|
923
|
-
"privacy": "public"
|
|
924
|
-
},
|
|
925
|
-
{
|
|
926
|
-
"kind": "function",
|
|
927
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
928
|
-
"return": {
|
|
929
|
-
"type": {
|
|
930
|
-
"text": ""
|
|
931
|
-
}
|
|
932
|
-
},
|
|
933
|
-
"parameters": [
|
|
934
|
-
{
|
|
935
|
-
"name": "element",
|
|
936
|
-
"type": {
|
|
937
|
-
"text": "HTMLElement"
|
|
938
|
-
},
|
|
939
|
-
"description": "The starting HTML element"
|
|
940
|
-
},
|
|
941
|
-
{
|
|
942
|
-
"name": "fallbackPrefix",
|
|
943
|
-
"type": {
|
|
944
|
-
"text": "string"
|
|
945
|
-
},
|
|
946
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
947
|
-
}
|
|
948
|
-
],
|
|
949
|
-
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
950
|
-
"privacy": "public"
|
|
951
|
-
}
|
|
952
|
-
],
|
|
953
|
-
"exports": [
|
|
954
|
-
{
|
|
955
|
-
"kind": "js",
|
|
956
|
-
"name": "assureDesignSystem",
|
|
957
|
-
"declaration": {
|
|
958
|
-
"name": "assureDesignSystem",
|
|
959
|
-
"module": "src/design-system/design-system.ts"
|
|
960
|
-
}
|
|
961
|
-
},
|
|
962
|
-
{
|
|
963
|
-
"kind": "js",
|
|
964
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
965
|
-
"declaration": {
|
|
966
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
967
|
-
"module": "src/design-system/design-system.ts"
|
|
968
|
-
}
|
|
969
|
-
}
|
|
970
|
-
]
|
|
971
|
-
},
|
|
972
|
-
{
|
|
973
|
-
"kind": "javascript-module",
|
|
974
|
-
"path": "src/design-system/index.ts",
|
|
975
|
-
"declarations": [],
|
|
976
|
-
"exports": [
|
|
977
|
-
{
|
|
978
|
-
"kind": "js",
|
|
979
|
-
"name": "*",
|
|
980
|
-
"declaration": {
|
|
981
|
-
"name": "*",
|
|
982
|
-
"package": "./design-system"
|
|
983
|
-
}
|
|
984
|
-
}
|
|
985
|
-
]
|
|
986
|
-
},
|
|
987
987
|
{
|
|
988
988
|
"kind": "javascript-module",
|
|
989
989
|
"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.
|
|
4
|
+
"version": "14.284.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.284.0",
|
|
31
|
+
"@genesislcap/genx": "14.284.0",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.284.0",
|
|
33
|
+
"@genesislcap/ts-builder": "14.284.0",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.284.0",
|
|
35
|
+
"@genesislcap/vite-builder": "14.284.0",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.284.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.284.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": "a2b9ad74ad30820f7d9e2cbd1f88c8d89e182828"
|
|
61
61
|
}
|