@genesislcap/foundation-utils 14.263.0 → 14.264.1-PA-1660.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 +103 -103
- package/package.json +10 -10
|
@@ -367,6 +367,59 @@
|
|
|
367
367
|
}
|
|
368
368
|
]
|
|
369
369
|
},
|
|
370
|
+
{
|
|
371
|
+
"kind": "javascript-module",
|
|
372
|
+
"path": "src/decorators/index.ts",
|
|
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
|
+
},
|
|
370
423
|
{
|
|
371
424
|
"kind": "javascript-module",
|
|
372
425
|
"path": "src/directives/index.ts",
|
|
@@ -390,6 +443,56 @@
|
|
|
390
443
|
}
|
|
391
444
|
]
|
|
392
445
|
},
|
|
446
|
+
{
|
|
447
|
+
"kind": "javascript-module",
|
|
448
|
+
"path": "src/design-system/design-system.ts",
|
|
449
|
+
"declarations": [
|
|
450
|
+
{
|
|
451
|
+
"kind": "function",
|
|
452
|
+
"name": "assureDesignSystem",
|
|
453
|
+
"return": {
|
|
454
|
+
"type": {
|
|
455
|
+
"text": "DesignSystemModule"
|
|
456
|
+
}
|
|
457
|
+
},
|
|
458
|
+
"parameters": [
|
|
459
|
+
{
|
|
460
|
+
"name": "module",
|
|
461
|
+
"type": {
|
|
462
|
+
"text": "DesignSystemModule"
|
|
463
|
+
}
|
|
464
|
+
}
|
|
465
|
+
],
|
|
466
|
+
"description": "assureDesignSystem.",
|
|
467
|
+
"privacy": "public"
|
|
468
|
+
}
|
|
469
|
+
],
|
|
470
|
+
"exports": [
|
|
471
|
+
{
|
|
472
|
+
"kind": "js",
|
|
473
|
+
"name": "assureDesignSystem",
|
|
474
|
+
"declaration": {
|
|
475
|
+
"name": "assureDesignSystem",
|
|
476
|
+
"module": "src/design-system/design-system.ts"
|
|
477
|
+
}
|
|
478
|
+
}
|
|
479
|
+
]
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"kind": "javascript-module",
|
|
483
|
+
"path": "src/design-system/index.ts",
|
|
484
|
+
"declarations": [],
|
|
485
|
+
"exports": [
|
|
486
|
+
{
|
|
487
|
+
"kind": "js",
|
|
488
|
+
"name": "*",
|
|
489
|
+
"declaration": {
|
|
490
|
+
"name": "*",
|
|
491
|
+
"package": "./design-system"
|
|
492
|
+
}
|
|
493
|
+
}
|
|
494
|
+
]
|
|
495
|
+
},
|
|
393
496
|
{
|
|
394
497
|
"kind": "javascript-module",
|
|
395
498
|
"path": "src/encoding/index.ts",
|
|
@@ -846,109 +949,6 @@
|
|
|
846
949
|
}
|
|
847
950
|
]
|
|
848
951
|
},
|
|
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
|
-
"exports": [
|
|
927
|
-
{
|
|
928
|
-
"kind": "js",
|
|
929
|
-
"name": "assureDesignSystem",
|
|
930
|
-
"declaration": {
|
|
931
|
-
"name": "assureDesignSystem",
|
|
932
|
-
"module": "src/design-system/design-system.ts"
|
|
933
|
-
}
|
|
934
|
-
}
|
|
935
|
-
]
|
|
936
|
-
},
|
|
937
|
-
{
|
|
938
|
-
"kind": "javascript-module",
|
|
939
|
-
"path": "src/design-system/index.ts",
|
|
940
|
-
"declarations": [],
|
|
941
|
-
"exports": [
|
|
942
|
-
{
|
|
943
|
-
"kind": "js",
|
|
944
|
-
"name": "*",
|
|
945
|
-
"declaration": {
|
|
946
|
-
"name": "*",
|
|
947
|
-
"package": "./design-system"
|
|
948
|
-
}
|
|
949
|
-
}
|
|
950
|
-
]
|
|
951
|
-
},
|
|
952
952
|
{
|
|
953
953
|
"kind": "javascript-module",
|
|
954
954
|
"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.264.1-PA-1660.1",
|
|
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.264.1-PA-1660.1",
|
|
31
|
+
"@genesislcap/genx": "14.264.1-PA-1660.1",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.264.1-PA-1660.1",
|
|
33
|
+
"@genesislcap/ts-builder": "14.264.1-PA-1660.1",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.264.1-PA-1660.1",
|
|
35
|
+
"@genesislcap/vite-builder": "14.264.1-PA-1660.1",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.264.1-PA-1660.1",
|
|
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.264.1-PA-1660.1",
|
|
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": "84842e3e142c53557fe6e035812e31dd33212934"
|
|
61
61
|
}
|