@genesislcap/foundation-utils 14.208.2 → 14.208.3
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,56 +167,6 @@
|
|
|
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
|
-
},
|
|
220
170
|
{
|
|
221
171
|
"kind": "javascript-module",
|
|
222
172
|
"path": "src/data/inMemoryDatabase.ts",
|
|
@@ -415,6 +365,59 @@
|
|
|
415
365
|
}
|
|
416
366
|
]
|
|
417
367
|
},
|
|
368
|
+
{
|
|
369
|
+
"kind": "javascript-module",
|
|
370
|
+
"path": "src/decorators/index.ts",
|
|
371
|
+
"declarations": [],
|
|
372
|
+
"exports": [
|
|
373
|
+
{
|
|
374
|
+
"kind": "js",
|
|
375
|
+
"name": "*",
|
|
376
|
+
"declaration": {
|
|
377
|
+
"name": "*",
|
|
378
|
+
"package": "./renderOnChange"
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
]
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"kind": "javascript-module",
|
|
385
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
386
|
+
"declarations": [
|
|
387
|
+
{
|
|
388
|
+
"kind": "function",
|
|
389
|
+
"name": "renderOnChange",
|
|
390
|
+
"parameters": [
|
|
391
|
+
{
|
|
392
|
+
"name": "target",
|
|
393
|
+
"type": {
|
|
394
|
+
"text": "FASTElement & { render(): void }"
|
|
395
|
+
},
|
|
396
|
+
"description": "The target to define the property change handler on."
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"name": "name",
|
|
400
|
+
"type": {
|
|
401
|
+
"text": "string"
|
|
402
|
+
},
|
|
403
|
+
"description": "The property name."
|
|
404
|
+
}
|
|
405
|
+
],
|
|
406
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
407
|
+
"privacy": "public"
|
|
408
|
+
}
|
|
409
|
+
],
|
|
410
|
+
"exports": [
|
|
411
|
+
{
|
|
412
|
+
"kind": "js",
|
|
413
|
+
"name": "renderOnChange",
|
|
414
|
+
"declaration": {
|
|
415
|
+
"name": "renderOnChange",
|
|
416
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
]
|
|
420
|
+
},
|
|
418
421
|
{
|
|
419
422
|
"kind": "javascript-module",
|
|
420
423
|
"path": "src/directives/index.ts",
|
|
@@ -438,6 +441,56 @@
|
|
|
438
441
|
}
|
|
439
442
|
]
|
|
440
443
|
},
|
|
444
|
+
{
|
|
445
|
+
"kind": "javascript-module",
|
|
446
|
+
"path": "src/design-system/design-system.ts",
|
|
447
|
+
"declarations": [
|
|
448
|
+
{
|
|
449
|
+
"kind": "function",
|
|
450
|
+
"name": "assureDesignSystem",
|
|
451
|
+
"return": {
|
|
452
|
+
"type": {
|
|
453
|
+
"text": "DesignSystemModule"
|
|
454
|
+
}
|
|
455
|
+
},
|
|
456
|
+
"parameters": [
|
|
457
|
+
{
|
|
458
|
+
"name": "module",
|
|
459
|
+
"type": {
|
|
460
|
+
"text": "DesignSystemModule"
|
|
461
|
+
}
|
|
462
|
+
}
|
|
463
|
+
],
|
|
464
|
+
"description": "assureDesignSystem.",
|
|
465
|
+
"privacy": "public"
|
|
466
|
+
}
|
|
467
|
+
],
|
|
468
|
+
"exports": [
|
|
469
|
+
{
|
|
470
|
+
"kind": "js",
|
|
471
|
+
"name": "assureDesignSystem",
|
|
472
|
+
"declaration": {
|
|
473
|
+
"name": "assureDesignSystem",
|
|
474
|
+
"module": "src/design-system/design-system.ts"
|
|
475
|
+
}
|
|
476
|
+
}
|
|
477
|
+
]
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"kind": "javascript-module",
|
|
481
|
+
"path": "src/design-system/index.ts",
|
|
482
|
+
"declarations": [],
|
|
483
|
+
"exports": [
|
|
484
|
+
{
|
|
485
|
+
"kind": "js",
|
|
486
|
+
"name": "*",
|
|
487
|
+
"declaration": {
|
|
488
|
+
"name": "*",
|
|
489
|
+
"package": "./design-system"
|
|
490
|
+
}
|
|
491
|
+
}
|
|
492
|
+
]
|
|
493
|
+
},
|
|
441
494
|
{
|
|
442
495
|
"kind": "javascript-module",
|
|
443
496
|
"path": "src/env/index.ts",
|
|
@@ -875,59 +928,6 @@
|
|
|
875
928
|
}
|
|
876
929
|
]
|
|
877
930
|
},
|
|
878
|
-
{
|
|
879
|
-
"kind": "javascript-module",
|
|
880
|
-
"path": "src/decorators/index.ts",
|
|
881
|
-
"declarations": [],
|
|
882
|
-
"exports": [
|
|
883
|
-
{
|
|
884
|
-
"kind": "js",
|
|
885
|
-
"name": "*",
|
|
886
|
-
"declaration": {
|
|
887
|
-
"name": "*",
|
|
888
|
-
"package": "./renderOnChange"
|
|
889
|
-
}
|
|
890
|
-
}
|
|
891
|
-
]
|
|
892
|
-
},
|
|
893
|
-
{
|
|
894
|
-
"kind": "javascript-module",
|
|
895
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
896
|
-
"declarations": [
|
|
897
|
-
{
|
|
898
|
-
"kind": "function",
|
|
899
|
-
"name": "renderOnChange",
|
|
900
|
-
"parameters": [
|
|
901
|
-
{
|
|
902
|
-
"name": "target",
|
|
903
|
-
"type": {
|
|
904
|
-
"text": "FASTElement & { render(): void }"
|
|
905
|
-
},
|
|
906
|
-
"description": "The target to define the property change handler on."
|
|
907
|
-
},
|
|
908
|
-
{
|
|
909
|
-
"name": "name",
|
|
910
|
-
"type": {
|
|
911
|
-
"text": "string"
|
|
912
|
-
},
|
|
913
|
-
"description": "The property name."
|
|
914
|
-
}
|
|
915
|
-
],
|
|
916
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
917
|
-
"privacy": "public"
|
|
918
|
-
}
|
|
919
|
-
],
|
|
920
|
-
"exports": [
|
|
921
|
-
{
|
|
922
|
-
"kind": "js",
|
|
923
|
-
"name": "renderOnChange",
|
|
924
|
-
"declaration": {
|
|
925
|
-
"name": "renderOnChange",
|
|
926
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
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.208.
|
|
4
|
+
"version": "14.208.3",
|
|
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.208.
|
|
31
|
-
"@genesislcap/genx": "14.208.
|
|
32
|
-
"@genesislcap/rollup-builder": "14.208.
|
|
33
|
-
"@genesislcap/ts-builder": "14.208.
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.208.
|
|
35
|
-
"@genesislcap/vite-builder": "14.208.
|
|
36
|
-
"@genesislcap/webpack-builder": "14.208.
|
|
30
|
+
"@genesislcap/foundation-testing": "14.208.3",
|
|
31
|
+
"@genesislcap/genx": "14.208.3",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.208.3",
|
|
33
|
+
"@genesislcap/ts-builder": "14.208.3",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.208.3",
|
|
35
|
+
"@genesislcap/vite-builder": "14.208.3",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.208.3",
|
|
37
37
|
"rimraf": "^5.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/foundation-logger": "14.208.
|
|
40
|
+
"@genesislcap/foundation-logger": "14.208.3",
|
|
41
41
|
"@microsoft/fast-components": "^2.30.6",
|
|
42
42
|
"@microsoft/fast-element": "^1.12.0",
|
|
43
43
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"access": "public"
|
|
56
56
|
},
|
|
57
57
|
"customElements": "dist/custom-elements.json",
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "9a3b2919d34357d89791809bcf7ac11e4f23b75b"
|
|
59
59
|
}
|