@genesislcap/foundation-utils 14.193.0 → 14.193.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
|
@@ -159,6 +159,59 @@
|
|
|
159
159
|
}
|
|
160
160
|
]
|
|
161
161
|
},
|
|
162
|
+
{
|
|
163
|
+
"kind": "javascript-module",
|
|
164
|
+
"path": "src/decorators/index.ts",
|
|
165
|
+
"declarations": [],
|
|
166
|
+
"exports": [
|
|
167
|
+
{
|
|
168
|
+
"kind": "js",
|
|
169
|
+
"name": "*",
|
|
170
|
+
"declaration": {
|
|
171
|
+
"name": "*",
|
|
172
|
+
"package": "./renderOnChange"
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
]
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"kind": "javascript-module",
|
|
179
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
180
|
+
"declarations": [
|
|
181
|
+
{
|
|
182
|
+
"kind": "function",
|
|
183
|
+
"name": "renderOnChange",
|
|
184
|
+
"parameters": [
|
|
185
|
+
{
|
|
186
|
+
"name": "target",
|
|
187
|
+
"type": {
|
|
188
|
+
"text": "FASTElement & { render(): void }"
|
|
189
|
+
},
|
|
190
|
+
"description": "The target to define the property change handler on."
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"name": "name",
|
|
194
|
+
"type": {
|
|
195
|
+
"text": "string"
|
|
196
|
+
},
|
|
197
|
+
"description": "The property name."
|
|
198
|
+
}
|
|
199
|
+
],
|
|
200
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
201
|
+
"privacy": "public"
|
|
202
|
+
}
|
|
203
|
+
],
|
|
204
|
+
"exports": [
|
|
205
|
+
{
|
|
206
|
+
"kind": "js",
|
|
207
|
+
"name": "renderOnChange",
|
|
208
|
+
"declaration": {
|
|
209
|
+
"name": "renderOnChange",
|
|
210
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
]
|
|
214
|
+
},
|
|
162
215
|
{
|
|
163
216
|
"kind": "javascript-module",
|
|
164
217
|
"path": "src/data/inMemoryDatabase.ts",
|
|
@@ -359,30 +412,42 @@
|
|
|
359
412
|
},
|
|
360
413
|
{
|
|
361
414
|
"kind": "javascript-module",
|
|
362
|
-
"path": "src/
|
|
363
|
-
"declarations": [
|
|
364
|
-
"exports": [
|
|
415
|
+
"path": "src/design-system/design-system.ts",
|
|
416
|
+
"declarations": [
|
|
365
417
|
{
|
|
366
|
-
"kind": "
|
|
367
|
-
"name": "
|
|
368
|
-
"
|
|
369
|
-
"
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
418
|
+
"kind": "function",
|
|
419
|
+
"name": "assureDesignSystem",
|
|
420
|
+
"return": {
|
|
421
|
+
"type": {
|
|
422
|
+
"text": "DesignSystemModule"
|
|
423
|
+
}
|
|
424
|
+
},
|
|
425
|
+
"parameters": [
|
|
426
|
+
{
|
|
427
|
+
"name": "module",
|
|
428
|
+
"type": {
|
|
429
|
+
"text": "DesignSystemModule"
|
|
430
|
+
}
|
|
431
|
+
}
|
|
432
|
+
],
|
|
433
|
+
"description": "assureDesignSystem.",
|
|
434
|
+
"privacy": "public"
|
|
435
|
+
}
|
|
436
|
+
],
|
|
437
|
+
"exports": [
|
|
373
438
|
{
|
|
374
439
|
"kind": "js",
|
|
375
|
-
"name": "
|
|
440
|
+
"name": "assureDesignSystem",
|
|
376
441
|
"declaration": {
|
|
377
|
-
"name": "
|
|
378
|
-
"
|
|
442
|
+
"name": "assureDesignSystem",
|
|
443
|
+
"module": "src/design-system/design-system.ts"
|
|
379
444
|
}
|
|
380
445
|
}
|
|
381
446
|
]
|
|
382
447
|
},
|
|
383
448
|
{
|
|
384
449
|
"kind": "javascript-module",
|
|
385
|
-
"path": "src/
|
|
450
|
+
"path": "src/design-system/index.ts",
|
|
386
451
|
"declarations": [],
|
|
387
452
|
"exports": [
|
|
388
453
|
{
|
|
@@ -390,45 +455,7 @@
|
|
|
390
455
|
"name": "*",
|
|
391
456
|
"declaration": {
|
|
392
457
|
"name": "*",
|
|
393
|
-
"package": "./
|
|
394
|
-
}
|
|
395
|
-
}
|
|
396
|
-
]
|
|
397
|
-
},
|
|
398
|
-
{
|
|
399
|
-
"kind": "javascript-module",
|
|
400
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
401
|
-
"declarations": [
|
|
402
|
-
{
|
|
403
|
-
"kind": "function",
|
|
404
|
-
"name": "renderOnChange",
|
|
405
|
-
"parameters": [
|
|
406
|
-
{
|
|
407
|
-
"name": "target",
|
|
408
|
-
"type": {
|
|
409
|
-
"text": "FASTElement & { render(): void }"
|
|
410
|
-
},
|
|
411
|
-
"description": "The target to define the property change handler on."
|
|
412
|
-
},
|
|
413
|
-
{
|
|
414
|
-
"name": "name",
|
|
415
|
-
"type": {
|
|
416
|
-
"text": "string"
|
|
417
|
-
},
|
|
418
|
-
"description": "The property name."
|
|
419
|
-
}
|
|
420
|
-
],
|
|
421
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
422
|
-
"privacy": "public"
|
|
423
|
-
}
|
|
424
|
-
],
|
|
425
|
-
"exports": [
|
|
426
|
-
{
|
|
427
|
-
"kind": "js",
|
|
428
|
-
"name": "renderOnChange",
|
|
429
|
-
"declaration": {
|
|
430
|
-
"name": "renderOnChange",
|
|
431
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
458
|
+
"package": "./design-system"
|
|
432
459
|
}
|
|
433
460
|
}
|
|
434
461
|
]
|
|
@@ -671,6 +698,29 @@
|
|
|
671
698
|
}
|
|
672
699
|
]
|
|
673
700
|
},
|
|
701
|
+
{
|
|
702
|
+
"kind": "javascript-module",
|
|
703
|
+
"path": "src/directives/index.ts",
|
|
704
|
+
"declarations": [],
|
|
705
|
+
"exports": [
|
|
706
|
+
{
|
|
707
|
+
"kind": "js",
|
|
708
|
+
"name": "*",
|
|
709
|
+
"declaration": {
|
|
710
|
+
"name": "*",
|
|
711
|
+
"package": "./sync"
|
|
712
|
+
}
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"kind": "js",
|
|
716
|
+
"name": "*",
|
|
717
|
+
"declaration": {
|
|
718
|
+
"name": "*",
|
|
719
|
+
"package": "./when-else"
|
|
720
|
+
}
|
|
721
|
+
}
|
|
722
|
+
]
|
|
723
|
+
},
|
|
674
724
|
{
|
|
675
725
|
"kind": "javascript-module",
|
|
676
726
|
"path": "src/error/errorMap.ts",
|
|
@@ -870,56 +920,6 @@
|
|
|
870
920
|
}
|
|
871
921
|
]
|
|
872
922
|
},
|
|
873
|
-
{
|
|
874
|
-
"kind": "javascript-module",
|
|
875
|
-
"path": "src/design-system/design-system.ts",
|
|
876
|
-
"declarations": [
|
|
877
|
-
{
|
|
878
|
-
"kind": "function",
|
|
879
|
-
"name": "assureDesignSystem",
|
|
880
|
-
"return": {
|
|
881
|
-
"type": {
|
|
882
|
-
"text": "DesignSystemModule"
|
|
883
|
-
}
|
|
884
|
-
},
|
|
885
|
-
"parameters": [
|
|
886
|
-
{
|
|
887
|
-
"name": "module",
|
|
888
|
-
"type": {
|
|
889
|
-
"text": "DesignSystemModule"
|
|
890
|
-
}
|
|
891
|
-
}
|
|
892
|
-
],
|
|
893
|
-
"description": "assureDesignSystem.",
|
|
894
|
-
"privacy": "public"
|
|
895
|
-
}
|
|
896
|
-
],
|
|
897
|
-
"exports": [
|
|
898
|
-
{
|
|
899
|
-
"kind": "js",
|
|
900
|
-
"name": "assureDesignSystem",
|
|
901
|
-
"declaration": {
|
|
902
|
-
"name": "assureDesignSystem",
|
|
903
|
-
"module": "src/design-system/design-system.ts"
|
|
904
|
-
}
|
|
905
|
-
}
|
|
906
|
-
]
|
|
907
|
-
},
|
|
908
|
-
{
|
|
909
|
-
"kind": "javascript-module",
|
|
910
|
-
"path": "src/design-system/index.ts",
|
|
911
|
-
"declarations": [],
|
|
912
|
-
"exports": [
|
|
913
|
-
{
|
|
914
|
-
"kind": "js",
|
|
915
|
-
"name": "*",
|
|
916
|
-
"declaration": {
|
|
917
|
-
"name": "*",
|
|
918
|
-
"package": "./design-system"
|
|
919
|
-
}
|
|
920
|
-
}
|
|
921
|
-
]
|
|
922
|
-
},
|
|
923
923
|
{
|
|
924
924
|
"kind": "javascript-module",
|
|
925
925
|
"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.193.
|
|
4
|
+
"version": "14.193.1",
|
|
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.193.
|
|
31
|
-
"@genesislcap/genx": "14.193.
|
|
32
|
-
"@genesislcap/rollup-builder": "14.193.
|
|
33
|
-
"@genesislcap/ts-builder": "14.193.
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.193.
|
|
35
|
-
"@genesislcap/vite-builder": "14.193.
|
|
36
|
-
"@genesislcap/webpack-builder": "14.193.
|
|
30
|
+
"@genesislcap/foundation-testing": "14.193.1",
|
|
31
|
+
"@genesislcap/genx": "14.193.1",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.193.1",
|
|
33
|
+
"@genesislcap/ts-builder": "14.193.1",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.193.1",
|
|
35
|
+
"@genesislcap/vite-builder": "14.193.1",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.193.1",
|
|
37
37
|
"rimraf": "^5.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/foundation-logger": "14.193.
|
|
40
|
+
"@genesislcap/foundation-logger": "14.193.1",
|
|
41
41
|
"@microsoft/fast-components": "^2.30.6",
|
|
42
42
|
"@microsoft/fast-element": "^1.12.0",
|
|
43
43
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"access": "public"
|
|
55
55
|
},
|
|
56
56
|
"customElements": "dist/custom-elements.json",
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "83048f45bf5634a5c7e93d461eceb393610aee37"
|
|
58
58
|
}
|