@genesislcap/foundation-utils 14.244.0 → 14.244.2
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 +120 -120
- package/package.json +10 -10
|
@@ -169,6 +169,59 @@
|
|
|
169
169
|
}
|
|
170
170
|
]
|
|
171
171
|
},
|
|
172
|
+
{
|
|
173
|
+
"kind": "javascript-module",
|
|
174
|
+
"path": "src/decorators/index.ts",
|
|
175
|
+
"declarations": [],
|
|
176
|
+
"exports": [
|
|
177
|
+
{
|
|
178
|
+
"kind": "js",
|
|
179
|
+
"name": "*",
|
|
180
|
+
"declaration": {
|
|
181
|
+
"name": "*",
|
|
182
|
+
"package": "./renderOnChange"
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
]
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"kind": "javascript-module",
|
|
189
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
190
|
+
"declarations": [
|
|
191
|
+
{
|
|
192
|
+
"kind": "function",
|
|
193
|
+
"name": "renderOnChange",
|
|
194
|
+
"parameters": [
|
|
195
|
+
{
|
|
196
|
+
"name": "target",
|
|
197
|
+
"type": {
|
|
198
|
+
"text": "FASTElement & { render(): void }"
|
|
199
|
+
},
|
|
200
|
+
"description": "The target to define the property change handler on."
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"name": "name",
|
|
204
|
+
"type": {
|
|
205
|
+
"text": "string"
|
|
206
|
+
},
|
|
207
|
+
"description": "The property name."
|
|
208
|
+
}
|
|
209
|
+
],
|
|
210
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
211
|
+
"privacy": "public"
|
|
212
|
+
}
|
|
213
|
+
],
|
|
214
|
+
"exports": [
|
|
215
|
+
{
|
|
216
|
+
"kind": "js",
|
|
217
|
+
"name": "renderOnChange",
|
|
218
|
+
"declaration": {
|
|
219
|
+
"name": "renderOnChange",
|
|
220
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
]
|
|
224
|
+
},
|
|
172
225
|
{
|
|
173
226
|
"kind": "javascript-module",
|
|
174
227
|
"path": "src/data/inMemoryDatabase.ts",
|
|
@@ -367,59 +420,6 @@
|
|
|
367
420
|
}
|
|
368
421
|
]
|
|
369
422
|
},
|
|
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
|
-
},
|
|
423
423
|
{
|
|
424
424
|
"kind": "javascript-module",
|
|
425
425
|
"path": "src/design-system/design-system.ts",
|
|
@@ -493,6 +493,21 @@
|
|
|
493
493
|
}
|
|
494
494
|
]
|
|
495
495
|
},
|
|
496
|
+
{
|
|
497
|
+
"kind": "javascript-module",
|
|
498
|
+
"path": "src/encoding/index.ts",
|
|
499
|
+
"declarations": [],
|
|
500
|
+
"exports": [
|
|
501
|
+
{
|
|
502
|
+
"kind": "js",
|
|
503
|
+
"name": "*",
|
|
504
|
+
"declaration": {
|
|
505
|
+
"name": "*",
|
|
506
|
+
"package": "./base64"
|
|
507
|
+
}
|
|
508
|
+
}
|
|
509
|
+
]
|
|
510
|
+
},
|
|
496
511
|
{
|
|
497
512
|
"kind": "javascript-module",
|
|
498
513
|
"path": "src/env/index.ts",
|
|
@@ -934,21 +949,6 @@
|
|
|
934
949
|
}
|
|
935
950
|
]
|
|
936
951
|
},
|
|
937
|
-
{
|
|
938
|
-
"kind": "javascript-module",
|
|
939
|
-
"path": "src/encoding/index.ts",
|
|
940
|
-
"declarations": [],
|
|
941
|
-
"exports": [
|
|
942
|
-
{
|
|
943
|
-
"kind": "js",
|
|
944
|
-
"name": "*",
|
|
945
|
-
"declaration": {
|
|
946
|
-
"name": "*",
|
|
947
|
-
"package": "./base64"
|
|
948
|
-
}
|
|
949
|
-
}
|
|
950
|
-
]
|
|
951
|
-
},
|
|
952
952
|
{
|
|
953
953
|
"kind": "javascript-module",
|
|
954
954
|
"path": "src/error/errorMap.ts",
|
|
@@ -1685,6 +1685,21 @@
|
|
|
1685
1685
|
}
|
|
1686
1686
|
]
|
|
1687
1687
|
},
|
|
1688
|
+
{
|
|
1689
|
+
"kind": "javascript-module",
|
|
1690
|
+
"path": "src/serializers/index.ts",
|
|
1691
|
+
"declarations": [],
|
|
1692
|
+
"exports": [
|
|
1693
|
+
{
|
|
1694
|
+
"kind": "js",
|
|
1695
|
+
"name": "*",
|
|
1696
|
+
"declaration": {
|
|
1697
|
+
"name": "*",
|
|
1698
|
+
"package": "./json"
|
|
1699
|
+
}
|
|
1700
|
+
}
|
|
1701
|
+
]
|
|
1702
|
+
},
|
|
1688
1703
|
{
|
|
1689
1704
|
"kind": "javascript-module",
|
|
1690
1705
|
"path": "src/resource/index.ts",
|
|
@@ -1726,21 +1741,6 @@
|
|
|
1726
1741
|
}
|
|
1727
1742
|
]
|
|
1728
1743
|
},
|
|
1729
|
-
{
|
|
1730
|
-
"kind": "javascript-module",
|
|
1731
|
-
"path": "src/serializers/index.ts",
|
|
1732
|
-
"declarations": [],
|
|
1733
|
-
"exports": [
|
|
1734
|
-
{
|
|
1735
|
-
"kind": "js",
|
|
1736
|
-
"name": "*",
|
|
1737
|
-
"declaration": {
|
|
1738
|
-
"name": "*",
|
|
1739
|
-
"package": "./json"
|
|
1740
|
-
}
|
|
1741
|
-
}
|
|
1742
|
-
]
|
|
1743
|
-
},
|
|
1744
1744
|
{
|
|
1745
1745
|
"kind": "javascript-module",
|
|
1746
1746
|
"path": "src/state/index.ts",
|
|
@@ -2251,43 +2251,6 @@
|
|
|
2251
2251
|
}
|
|
2252
2252
|
]
|
|
2253
2253
|
},
|
|
2254
|
-
{
|
|
2255
|
-
"kind": "javascript-module",
|
|
2256
|
-
"path": "src/uuid/index.ts",
|
|
2257
|
-
"declarations": [],
|
|
2258
|
-
"exports": [
|
|
2259
|
-
{
|
|
2260
|
-
"kind": "js",
|
|
2261
|
-
"name": "*",
|
|
2262
|
-
"declaration": {
|
|
2263
|
-
"name": "*",
|
|
2264
|
-
"package": "./uuid"
|
|
2265
|
-
}
|
|
2266
|
-
}
|
|
2267
|
-
]
|
|
2268
|
-
},
|
|
2269
|
-
{
|
|
2270
|
-
"kind": "javascript-module",
|
|
2271
|
-
"path": "src/uuid/uuid.ts",
|
|
2272
|
-
"declarations": [
|
|
2273
|
-
{
|
|
2274
|
-
"kind": "variable",
|
|
2275
|
-
"name": "UUID",
|
|
2276
|
-
"description": "A dependency injection token for the UUID interface.",
|
|
2277
|
-
"privacy": "public"
|
|
2278
|
-
}
|
|
2279
|
-
],
|
|
2280
|
-
"exports": [
|
|
2281
|
-
{
|
|
2282
|
-
"kind": "js",
|
|
2283
|
-
"name": "UUID",
|
|
2284
|
-
"declaration": {
|
|
2285
|
-
"name": "UUID",
|
|
2286
|
-
"module": "src/uuid/uuid.ts"
|
|
2287
|
-
}
|
|
2288
|
-
}
|
|
2289
|
-
]
|
|
2290
|
-
},
|
|
2291
2254
|
{
|
|
2292
2255
|
"kind": "javascript-module",
|
|
2293
2256
|
"path": "src/window/index.ts",
|
|
@@ -2436,6 +2399,43 @@
|
|
|
2436
2399
|
}
|
|
2437
2400
|
]
|
|
2438
2401
|
},
|
|
2402
|
+
{
|
|
2403
|
+
"kind": "javascript-module",
|
|
2404
|
+
"path": "src/uuid/index.ts",
|
|
2405
|
+
"declarations": [],
|
|
2406
|
+
"exports": [
|
|
2407
|
+
{
|
|
2408
|
+
"kind": "js",
|
|
2409
|
+
"name": "*",
|
|
2410
|
+
"declaration": {
|
|
2411
|
+
"name": "*",
|
|
2412
|
+
"package": "./uuid"
|
|
2413
|
+
}
|
|
2414
|
+
}
|
|
2415
|
+
]
|
|
2416
|
+
},
|
|
2417
|
+
{
|
|
2418
|
+
"kind": "javascript-module",
|
|
2419
|
+
"path": "src/uuid/uuid.ts",
|
|
2420
|
+
"declarations": [
|
|
2421
|
+
{
|
|
2422
|
+
"kind": "variable",
|
|
2423
|
+
"name": "UUID",
|
|
2424
|
+
"description": "A dependency injection token for the UUID interface.",
|
|
2425
|
+
"privacy": "public"
|
|
2426
|
+
}
|
|
2427
|
+
],
|
|
2428
|
+
"exports": [
|
|
2429
|
+
{
|
|
2430
|
+
"kind": "js",
|
|
2431
|
+
"name": "UUID",
|
|
2432
|
+
"declaration": {
|
|
2433
|
+
"name": "UUID",
|
|
2434
|
+
"module": "src/uuid/uuid.ts"
|
|
2435
|
+
}
|
|
2436
|
+
}
|
|
2437
|
+
]
|
|
2438
|
+
},
|
|
2439
2439
|
{
|
|
2440
2440
|
"kind": "javascript-module",
|
|
2441
2441
|
"path": "src/directives/sync/index.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.244.
|
|
4
|
+
"version": "14.244.2",
|
|
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.244.
|
|
31
|
-
"@genesislcap/genx": "14.244.
|
|
32
|
-
"@genesislcap/rollup-builder": "14.244.
|
|
33
|
-
"@genesislcap/ts-builder": "14.244.
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.244.
|
|
35
|
-
"@genesislcap/vite-builder": "14.244.
|
|
36
|
-
"@genesislcap/webpack-builder": "14.244.
|
|
30
|
+
"@genesislcap/foundation-testing": "14.244.2",
|
|
31
|
+
"@genesislcap/genx": "14.244.2",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.244.2",
|
|
33
|
+
"@genesislcap/ts-builder": "14.244.2",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.244.2",
|
|
35
|
+
"@genesislcap/vite-builder": "14.244.2",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.244.2",
|
|
37
37
|
"rimraf": "^5.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/foundation-logger": "14.244.
|
|
40
|
+
"@genesislcap/foundation-logger": "14.244.2",
|
|
41
41
|
"@microsoft/fast-components": "2.30.6",
|
|
42
42
|
"@microsoft/fast-element": "1.14.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": "bbdc6bc6f339cb6b58d55b1337579e445769b61e"
|
|
59
59
|
}
|