@genesislcap/foundation-utils 14.218.1 → 14.218.2-alpha-cf014c8.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 +103 -103
- package/package.json +10 -10
|
@@ -167,6 +167,56 @@
|
|
|
167
167
|
}
|
|
168
168
|
]
|
|
169
169
|
},
|
|
170
|
+
{
|
|
171
|
+
"kind": "javascript-module",
|
|
172
|
+
"path": "src/design-system/design-system.ts",
|
|
173
|
+
"declarations": [
|
|
174
|
+
{
|
|
175
|
+
"kind": "function",
|
|
176
|
+
"name": "assureDesignSystem",
|
|
177
|
+
"return": {
|
|
178
|
+
"type": {
|
|
179
|
+
"text": "DesignSystemModule"
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
"parameters": [
|
|
183
|
+
{
|
|
184
|
+
"name": "module",
|
|
185
|
+
"type": {
|
|
186
|
+
"text": "DesignSystemModule"
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
],
|
|
190
|
+
"description": "assureDesignSystem.",
|
|
191
|
+
"privacy": "public"
|
|
192
|
+
}
|
|
193
|
+
],
|
|
194
|
+
"exports": [
|
|
195
|
+
{
|
|
196
|
+
"kind": "js",
|
|
197
|
+
"name": "assureDesignSystem",
|
|
198
|
+
"declaration": {
|
|
199
|
+
"name": "assureDesignSystem",
|
|
200
|
+
"module": "src/design-system/design-system.ts"
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
]
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"kind": "javascript-module",
|
|
207
|
+
"path": "src/design-system/index.ts",
|
|
208
|
+
"declarations": [],
|
|
209
|
+
"exports": [
|
|
210
|
+
{
|
|
211
|
+
"kind": "js",
|
|
212
|
+
"name": "*",
|
|
213
|
+
"declaration": {
|
|
214
|
+
"name": "*",
|
|
215
|
+
"package": "./design-system"
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
]
|
|
219
|
+
},
|
|
170
220
|
{
|
|
171
221
|
"kind": "javascript-module",
|
|
172
222
|
"path": "src/data/inMemoryDatabase.ts",
|
|
@@ -365,6 +415,59 @@
|
|
|
365
415
|
}
|
|
366
416
|
]
|
|
367
417
|
},
|
|
418
|
+
{
|
|
419
|
+
"kind": "javascript-module",
|
|
420
|
+
"path": "src/decorators/index.ts",
|
|
421
|
+
"declarations": [],
|
|
422
|
+
"exports": [
|
|
423
|
+
{
|
|
424
|
+
"kind": "js",
|
|
425
|
+
"name": "*",
|
|
426
|
+
"declaration": {
|
|
427
|
+
"name": "*",
|
|
428
|
+
"package": "./renderOnChange"
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
]
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"kind": "javascript-module",
|
|
435
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
436
|
+
"declarations": [
|
|
437
|
+
{
|
|
438
|
+
"kind": "function",
|
|
439
|
+
"name": "renderOnChange",
|
|
440
|
+
"parameters": [
|
|
441
|
+
{
|
|
442
|
+
"name": "target",
|
|
443
|
+
"type": {
|
|
444
|
+
"text": "FASTElement & { render(): void }"
|
|
445
|
+
},
|
|
446
|
+
"description": "The target to define the property change handler on."
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"name": "name",
|
|
450
|
+
"type": {
|
|
451
|
+
"text": "string"
|
|
452
|
+
},
|
|
453
|
+
"description": "The property name."
|
|
454
|
+
}
|
|
455
|
+
],
|
|
456
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
457
|
+
"privacy": "public"
|
|
458
|
+
}
|
|
459
|
+
],
|
|
460
|
+
"exports": [
|
|
461
|
+
{
|
|
462
|
+
"kind": "js",
|
|
463
|
+
"name": "renderOnChange",
|
|
464
|
+
"declaration": {
|
|
465
|
+
"name": "renderOnChange",
|
|
466
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
]
|
|
470
|
+
},
|
|
368
471
|
{
|
|
369
472
|
"kind": "javascript-module",
|
|
370
473
|
"path": "src/directives/index.ts",
|
|
@@ -626,59 +729,6 @@
|
|
|
626
729
|
}
|
|
627
730
|
]
|
|
628
731
|
},
|
|
629
|
-
{
|
|
630
|
-
"kind": "javascript-module",
|
|
631
|
-
"path": "src/decorators/index.ts",
|
|
632
|
-
"declarations": [],
|
|
633
|
-
"exports": [
|
|
634
|
-
{
|
|
635
|
-
"kind": "js",
|
|
636
|
-
"name": "*",
|
|
637
|
-
"declaration": {
|
|
638
|
-
"name": "*",
|
|
639
|
-
"package": "./renderOnChange"
|
|
640
|
-
}
|
|
641
|
-
}
|
|
642
|
-
]
|
|
643
|
-
},
|
|
644
|
-
{
|
|
645
|
-
"kind": "javascript-module",
|
|
646
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
647
|
-
"declarations": [
|
|
648
|
-
{
|
|
649
|
-
"kind": "function",
|
|
650
|
-
"name": "renderOnChange",
|
|
651
|
-
"parameters": [
|
|
652
|
-
{
|
|
653
|
-
"name": "target",
|
|
654
|
-
"type": {
|
|
655
|
-
"text": "FASTElement & { render(): void }"
|
|
656
|
-
},
|
|
657
|
-
"description": "The target to define the property change handler on."
|
|
658
|
-
},
|
|
659
|
-
{
|
|
660
|
-
"name": "name",
|
|
661
|
-
"type": {
|
|
662
|
-
"text": "string"
|
|
663
|
-
},
|
|
664
|
-
"description": "The property name."
|
|
665
|
-
}
|
|
666
|
-
],
|
|
667
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
668
|
-
"privacy": "public"
|
|
669
|
-
}
|
|
670
|
-
],
|
|
671
|
-
"exports": [
|
|
672
|
-
{
|
|
673
|
-
"kind": "js",
|
|
674
|
-
"name": "renderOnChange",
|
|
675
|
-
"declaration": {
|
|
676
|
-
"name": "renderOnChange",
|
|
677
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
678
|
-
}
|
|
679
|
-
}
|
|
680
|
-
]
|
|
681
|
-
},
|
|
682
732
|
{
|
|
683
733
|
"kind": "javascript-module",
|
|
684
734
|
"path": "src/error/errorMap.ts",
|
|
@@ -878,56 +928,6 @@
|
|
|
878
928
|
}
|
|
879
929
|
]
|
|
880
930
|
},
|
|
881
|
-
{
|
|
882
|
-
"kind": "javascript-module",
|
|
883
|
-
"path": "src/design-system/design-system.ts",
|
|
884
|
-
"declarations": [
|
|
885
|
-
{
|
|
886
|
-
"kind": "function",
|
|
887
|
-
"name": "assureDesignSystem",
|
|
888
|
-
"return": {
|
|
889
|
-
"type": {
|
|
890
|
-
"text": "DesignSystemModule"
|
|
891
|
-
}
|
|
892
|
-
},
|
|
893
|
-
"parameters": [
|
|
894
|
-
{
|
|
895
|
-
"name": "module",
|
|
896
|
-
"type": {
|
|
897
|
-
"text": "DesignSystemModule"
|
|
898
|
-
}
|
|
899
|
-
}
|
|
900
|
-
],
|
|
901
|
-
"description": "assureDesignSystem.",
|
|
902
|
-
"privacy": "public"
|
|
903
|
-
}
|
|
904
|
-
],
|
|
905
|
-
"exports": [
|
|
906
|
-
{
|
|
907
|
-
"kind": "js",
|
|
908
|
-
"name": "assureDesignSystem",
|
|
909
|
-
"declaration": {
|
|
910
|
-
"name": "assureDesignSystem",
|
|
911
|
-
"module": "src/design-system/design-system.ts"
|
|
912
|
-
}
|
|
913
|
-
}
|
|
914
|
-
]
|
|
915
|
-
},
|
|
916
|
-
{
|
|
917
|
-
"kind": "javascript-module",
|
|
918
|
-
"path": "src/design-system/index.ts",
|
|
919
|
-
"declarations": [],
|
|
920
|
-
"exports": [
|
|
921
|
-
{
|
|
922
|
-
"kind": "js",
|
|
923
|
-
"name": "*",
|
|
924
|
-
"declaration": {
|
|
925
|
-
"name": "*",
|
|
926
|
-
"package": "./design-system"
|
|
927
|
-
}
|
|
928
|
-
}
|
|
929
|
-
]
|
|
930
|
-
},
|
|
931
931
|
{
|
|
932
932
|
"kind": "javascript-module",
|
|
933
933
|
"path": "src/formatters/datetime.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.218.
|
|
4
|
+
"version": "14.218.2-alpha-cf014c8.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -27,17 +27,17 @@
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@genesislcap/foundation-testing": "14.218.
|
|
31
|
-
"@genesislcap/genx": "14.218.
|
|
32
|
-
"@genesislcap/rollup-builder": "14.218.
|
|
33
|
-
"@genesislcap/ts-builder": "14.218.
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.218.
|
|
35
|
-
"@genesislcap/vite-builder": "14.218.
|
|
36
|
-
"@genesislcap/webpack-builder": "14.218.
|
|
30
|
+
"@genesislcap/foundation-testing": "14.218.2-alpha-cf014c8.0",
|
|
31
|
+
"@genesislcap/genx": "14.218.2-alpha-cf014c8.0",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.218.2-alpha-cf014c8.0",
|
|
33
|
+
"@genesislcap/ts-builder": "14.218.2-alpha-cf014c8.0",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.218.2-alpha-cf014c8.0",
|
|
35
|
+
"@genesislcap/vite-builder": "14.218.2-alpha-cf014c8.0",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.218.2-alpha-cf014c8.0",
|
|
37
37
|
"rimraf": "^5.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/foundation-logger": "14.218.
|
|
40
|
+
"@genesislcap/foundation-logger": "14.218.2-alpha-cf014c8.0",
|
|
41
41
|
"@microsoft/fast-components": "^2.30.6",
|
|
42
42
|
"@microsoft/fast-element": "^1.12.0",
|
|
43
43
|
"@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": "a88776f6e4a179234c43ca1e013cfbc8e39d8fc9"
|
|
59
59
|
}
|