@genesislcap/foundation-utils 14.235.0-FUI-2289.1 → 14.235.0-test.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 +280 -280
- package/package.json +10 -10
|
@@ -169,6 +169,132 @@
|
|
|
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
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"kind": "javascript-module",
|
|
227
|
+
"path": "src/design-system/design-system.ts",
|
|
228
|
+
"declarations": [
|
|
229
|
+
{
|
|
230
|
+
"kind": "function",
|
|
231
|
+
"name": "assureDesignSystem",
|
|
232
|
+
"return": {
|
|
233
|
+
"type": {
|
|
234
|
+
"text": "DesignSystemModule"
|
|
235
|
+
}
|
|
236
|
+
},
|
|
237
|
+
"parameters": [
|
|
238
|
+
{
|
|
239
|
+
"name": "module",
|
|
240
|
+
"type": {
|
|
241
|
+
"text": "DesignSystemModule"
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
],
|
|
245
|
+
"description": "assureDesignSystem.",
|
|
246
|
+
"privacy": "public"
|
|
247
|
+
}
|
|
248
|
+
],
|
|
249
|
+
"exports": [
|
|
250
|
+
{
|
|
251
|
+
"kind": "js",
|
|
252
|
+
"name": "assureDesignSystem",
|
|
253
|
+
"declaration": {
|
|
254
|
+
"name": "assureDesignSystem",
|
|
255
|
+
"module": "src/design-system/design-system.ts"
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
]
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"kind": "javascript-module",
|
|
262
|
+
"path": "src/design-system/index.ts",
|
|
263
|
+
"declarations": [],
|
|
264
|
+
"exports": [
|
|
265
|
+
{
|
|
266
|
+
"kind": "js",
|
|
267
|
+
"name": "*",
|
|
268
|
+
"declaration": {
|
|
269
|
+
"name": "*",
|
|
270
|
+
"package": "./design-system"
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
]
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"kind": "javascript-module",
|
|
277
|
+
"path": "src/directives/index.ts",
|
|
278
|
+
"declarations": [],
|
|
279
|
+
"exports": [
|
|
280
|
+
{
|
|
281
|
+
"kind": "js",
|
|
282
|
+
"name": "*",
|
|
283
|
+
"declaration": {
|
|
284
|
+
"name": "*",
|
|
285
|
+
"package": "./sync"
|
|
286
|
+
}
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"kind": "js",
|
|
290
|
+
"name": "*",
|
|
291
|
+
"declaration": {
|
|
292
|
+
"name": "*",
|
|
293
|
+
"package": "./when-else"
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
]
|
|
297
|
+
},
|
|
172
298
|
{
|
|
173
299
|
"kind": "javascript-module",
|
|
174
300
|
"path": "src/data/inMemoryDatabase.ts",
|
|
@@ -367,109 +493,6 @@
|
|
|
367
493
|
}
|
|
368
494
|
]
|
|
369
495
|
},
|
|
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
|
-
{
|
|
424
|
-
"kind": "javascript-module",
|
|
425
|
-
"path": "src/design-system/design-system.ts",
|
|
426
|
-
"declarations": [
|
|
427
|
-
{
|
|
428
|
-
"kind": "function",
|
|
429
|
-
"name": "assureDesignSystem",
|
|
430
|
-
"return": {
|
|
431
|
-
"type": {
|
|
432
|
-
"text": "DesignSystemModule"
|
|
433
|
-
}
|
|
434
|
-
},
|
|
435
|
-
"parameters": [
|
|
436
|
-
{
|
|
437
|
-
"name": "module",
|
|
438
|
-
"type": {
|
|
439
|
-
"text": "DesignSystemModule"
|
|
440
|
-
}
|
|
441
|
-
}
|
|
442
|
-
],
|
|
443
|
-
"description": "assureDesignSystem.",
|
|
444
|
-
"privacy": "public"
|
|
445
|
-
}
|
|
446
|
-
],
|
|
447
|
-
"exports": [
|
|
448
|
-
{
|
|
449
|
-
"kind": "js",
|
|
450
|
-
"name": "assureDesignSystem",
|
|
451
|
-
"declaration": {
|
|
452
|
-
"name": "assureDesignSystem",
|
|
453
|
-
"module": "src/design-system/design-system.ts"
|
|
454
|
-
}
|
|
455
|
-
}
|
|
456
|
-
]
|
|
457
|
-
},
|
|
458
|
-
{
|
|
459
|
-
"kind": "javascript-module",
|
|
460
|
-
"path": "src/design-system/index.ts",
|
|
461
|
-
"declarations": [],
|
|
462
|
-
"exports": [
|
|
463
|
-
{
|
|
464
|
-
"kind": "js",
|
|
465
|
-
"name": "*",
|
|
466
|
-
"declaration": {
|
|
467
|
-
"name": "*",
|
|
468
|
-
"package": "./design-system"
|
|
469
|
-
}
|
|
470
|
-
}
|
|
471
|
-
]
|
|
472
|
-
},
|
|
473
496
|
{
|
|
474
497
|
"kind": "javascript-module",
|
|
475
498
|
"path": "src/encoding/index.ts",
|
|
@@ -485,29 +508,6 @@
|
|
|
485
508
|
}
|
|
486
509
|
]
|
|
487
510
|
},
|
|
488
|
-
{
|
|
489
|
-
"kind": "javascript-module",
|
|
490
|
-
"path": "src/directives/index.ts",
|
|
491
|
-
"declarations": [],
|
|
492
|
-
"exports": [
|
|
493
|
-
{
|
|
494
|
-
"kind": "js",
|
|
495
|
-
"name": "*",
|
|
496
|
-
"declaration": {
|
|
497
|
-
"name": "*",
|
|
498
|
-
"package": "./sync"
|
|
499
|
-
}
|
|
500
|
-
},
|
|
501
|
-
{
|
|
502
|
-
"kind": "js",
|
|
503
|
-
"name": "*",
|
|
504
|
-
"declaration": {
|
|
505
|
-
"name": "*",
|
|
506
|
-
"package": "./when-else"
|
|
507
|
-
}
|
|
508
|
-
}
|
|
509
|
-
]
|
|
510
|
-
},
|
|
511
511
|
{
|
|
512
512
|
"kind": "javascript-module",
|
|
513
513
|
"path": "src/env/index.ts",
|
|
@@ -2283,160 +2283,6 @@
|
|
|
2283
2283
|
}
|
|
2284
2284
|
]
|
|
2285
2285
|
},
|
|
2286
|
-
{
|
|
2287
|
-
"kind": "javascript-module",
|
|
2288
|
-
"path": "src/encoding/base64/decode.ts",
|
|
2289
|
-
"declarations": [
|
|
2290
|
-
{
|
|
2291
|
-
"kind": "function",
|
|
2292
|
-
"name": "decodeFromBase64",
|
|
2293
|
-
"return": {
|
|
2294
|
-
"type": {
|
|
2295
|
-
"text": ""
|
|
2296
|
-
}
|
|
2297
|
-
},
|
|
2298
|
-
"parameters": [
|
|
2299
|
-
{
|
|
2300
|
-
"name": "base64Value",
|
|
2301
|
-
"type": {
|
|
2302
|
-
"text": "string"
|
|
2303
|
-
}
|
|
2304
|
-
},
|
|
2305
|
-
{
|
|
2306
|
-
"description": "The value to decode from base64.",
|
|
2307
|
-
"name": "value"
|
|
2308
|
-
}
|
|
2309
|
-
],
|
|
2310
|
-
"description": "Decodes a value from base64.",
|
|
2311
|
-
"privacy": "public"
|
|
2312
|
-
},
|
|
2313
|
-
{
|
|
2314
|
-
"kind": "function",
|
|
2315
|
-
"name": "decodeFromBase64WithPrefix",
|
|
2316
|
-
"return": {
|
|
2317
|
-
"type": {
|
|
2318
|
-
"text": ""
|
|
2319
|
-
}
|
|
2320
|
-
},
|
|
2321
|
-
"parameters": [
|
|
2322
|
-
{
|
|
2323
|
-
"name": "value",
|
|
2324
|
-
"type": {
|
|
2325
|
-
"text": "string"
|
|
2326
|
-
},
|
|
2327
|
-
"description": "The value to decode from base64."
|
|
2328
|
-
}
|
|
2329
|
-
],
|
|
2330
|
-
"description": "Decodes a value from base64 with a prefix.",
|
|
2331
|
-
"privacy": "public"
|
|
2332
|
-
}
|
|
2333
|
-
],
|
|
2334
|
-
"exports": [
|
|
2335
|
-
{
|
|
2336
|
-
"kind": "js",
|
|
2337
|
-
"name": "decodeFromBase64",
|
|
2338
|
-
"declaration": {
|
|
2339
|
-
"name": "decodeFromBase64",
|
|
2340
|
-
"module": "src/encoding/base64/decode.ts"
|
|
2341
|
-
}
|
|
2342
|
-
},
|
|
2343
|
-
{
|
|
2344
|
-
"kind": "js",
|
|
2345
|
-
"name": "decodeFromBase64WithPrefix",
|
|
2346
|
-
"declaration": {
|
|
2347
|
-
"name": "decodeFromBase64WithPrefix",
|
|
2348
|
-
"module": "src/encoding/base64/decode.ts"
|
|
2349
|
-
}
|
|
2350
|
-
}
|
|
2351
|
-
]
|
|
2352
|
-
},
|
|
2353
|
-
{
|
|
2354
|
-
"kind": "javascript-module",
|
|
2355
|
-
"path": "src/encoding/base64/encode.ts",
|
|
2356
|
-
"declarations": [
|
|
2357
|
-
{
|
|
2358
|
-
"kind": "function",
|
|
2359
|
-
"name": "encodeToBase64",
|
|
2360
|
-
"return": {
|
|
2361
|
-
"type": {
|
|
2362
|
-
"text": ""
|
|
2363
|
-
}
|
|
2364
|
-
},
|
|
2365
|
-
"parameters": [
|
|
2366
|
-
{
|
|
2367
|
-
"name": "value",
|
|
2368
|
-
"type": {
|
|
2369
|
-
"text": "string | ArrayBuffer"
|
|
2370
|
-
},
|
|
2371
|
-
"description": "The value to encode to base64."
|
|
2372
|
-
}
|
|
2373
|
-
],
|
|
2374
|
-
"description": "Encodes the given value to base64.",
|
|
2375
|
-
"privacy": "public"
|
|
2376
|
-
},
|
|
2377
|
-
{
|
|
2378
|
-
"kind": "function",
|
|
2379
|
-
"name": "encodeToBase64WithPrefix",
|
|
2380
|
-
"return": {
|
|
2381
|
-
"type": {
|
|
2382
|
-
"text": ""
|
|
2383
|
-
}
|
|
2384
|
-
},
|
|
2385
|
-
"parameters": [
|
|
2386
|
-
{
|
|
2387
|
-
"name": "value",
|
|
2388
|
-
"type": {
|
|
2389
|
-
"text": "string | ArrayBuffer"
|
|
2390
|
-
},
|
|
2391
|
-
"description": "The value to encode to base64."
|
|
2392
|
-
}
|
|
2393
|
-
],
|
|
2394
|
-
"description": "Encodes the given value with a prefix to base64.",
|
|
2395
|
-
"privacy": "public"
|
|
2396
|
-
}
|
|
2397
|
-
],
|
|
2398
|
-
"exports": [
|
|
2399
|
-
{
|
|
2400
|
-
"kind": "js",
|
|
2401
|
-
"name": "encodeToBase64",
|
|
2402
|
-
"declaration": {
|
|
2403
|
-
"name": "encodeToBase64",
|
|
2404
|
-
"module": "src/encoding/base64/encode.ts"
|
|
2405
|
-
}
|
|
2406
|
-
},
|
|
2407
|
-
{
|
|
2408
|
-
"kind": "js",
|
|
2409
|
-
"name": "encodeToBase64WithPrefix",
|
|
2410
|
-
"declaration": {
|
|
2411
|
-
"name": "encodeToBase64WithPrefix",
|
|
2412
|
-
"module": "src/encoding/base64/encode.ts"
|
|
2413
|
-
}
|
|
2414
|
-
}
|
|
2415
|
-
]
|
|
2416
|
-
},
|
|
2417
|
-
{
|
|
2418
|
-
"kind": "javascript-module",
|
|
2419
|
-
"path": "src/encoding/base64/index.ts",
|
|
2420
|
-
"declarations": [],
|
|
2421
|
-
"exports": [
|
|
2422
|
-
{
|
|
2423
|
-
"kind": "js",
|
|
2424
|
-
"name": "*",
|
|
2425
|
-
"declaration": {
|
|
2426
|
-
"name": "*",
|
|
2427
|
-
"package": "./decode"
|
|
2428
|
-
}
|
|
2429
|
-
},
|
|
2430
|
-
{
|
|
2431
|
-
"kind": "js",
|
|
2432
|
-
"name": "*",
|
|
2433
|
-
"declaration": {
|
|
2434
|
-
"name": "*",
|
|
2435
|
-
"package": "./encode"
|
|
2436
|
-
}
|
|
2437
|
-
}
|
|
2438
|
-
]
|
|
2439
|
-
},
|
|
2440
2286
|
{
|
|
2441
2287
|
"kind": "javascript-module",
|
|
2442
2288
|
"path": "src/directives/sync/index.ts",
|
|
@@ -2591,6 +2437,160 @@
|
|
|
2591
2437
|
}
|
|
2592
2438
|
]
|
|
2593
2439
|
},
|
|
2440
|
+
{
|
|
2441
|
+
"kind": "javascript-module",
|
|
2442
|
+
"path": "src/encoding/base64/decode.ts",
|
|
2443
|
+
"declarations": [
|
|
2444
|
+
{
|
|
2445
|
+
"kind": "function",
|
|
2446
|
+
"name": "decodeFromBase64",
|
|
2447
|
+
"return": {
|
|
2448
|
+
"type": {
|
|
2449
|
+
"text": ""
|
|
2450
|
+
}
|
|
2451
|
+
},
|
|
2452
|
+
"parameters": [
|
|
2453
|
+
{
|
|
2454
|
+
"name": "base64Value",
|
|
2455
|
+
"type": {
|
|
2456
|
+
"text": "string"
|
|
2457
|
+
}
|
|
2458
|
+
},
|
|
2459
|
+
{
|
|
2460
|
+
"description": "The value to decode from base64.",
|
|
2461
|
+
"name": "value"
|
|
2462
|
+
}
|
|
2463
|
+
],
|
|
2464
|
+
"description": "Decodes a value from base64.",
|
|
2465
|
+
"privacy": "public"
|
|
2466
|
+
},
|
|
2467
|
+
{
|
|
2468
|
+
"kind": "function",
|
|
2469
|
+
"name": "decodeFromBase64WithPrefix",
|
|
2470
|
+
"return": {
|
|
2471
|
+
"type": {
|
|
2472
|
+
"text": ""
|
|
2473
|
+
}
|
|
2474
|
+
},
|
|
2475
|
+
"parameters": [
|
|
2476
|
+
{
|
|
2477
|
+
"name": "value",
|
|
2478
|
+
"type": {
|
|
2479
|
+
"text": "string"
|
|
2480
|
+
},
|
|
2481
|
+
"description": "The value to decode from base64."
|
|
2482
|
+
}
|
|
2483
|
+
],
|
|
2484
|
+
"description": "Decodes a value from base64 with a prefix.",
|
|
2485
|
+
"privacy": "public"
|
|
2486
|
+
}
|
|
2487
|
+
],
|
|
2488
|
+
"exports": [
|
|
2489
|
+
{
|
|
2490
|
+
"kind": "js",
|
|
2491
|
+
"name": "decodeFromBase64",
|
|
2492
|
+
"declaration": {
|
|
2493
|
+
"name": "decodeFromBase64",
|
|
2494
|
+
"module": "src/encoding/base64/decode.ts"
|
|
2495
|
+
}
|
|
2496
|
+
},
|
|
2497
|
+
{
|
|
2498
|
+
"kind": "js",
|
|
2499
|
+
"name": "decodeFromBase64WithPrefix",
|
|
2500
|
+
"declaration": {
|
|
2501
|
+
"name": "decodeFromBase64WithPrefix",
|
|
2502
|
+
"module": "src/encoding/base64/decode.ts"
|
|
2503
|
+
}
|
|
2504
|
+
}
|
|
2505
|
+
]
|
|
2506
|
+
},
|
|
2507
|
+
{
|
|
2508
|
+
"kind": "javascript-module",
|
|
2509
|
+
"path": "src/encoding/base64/encode.ts",
|
|
2510
|
+
"declarations": [
|
|
2511
|
+
{
|
|
2512
|
+
"kind": "function",
|
|
2513
|
+
"name": "encodeToBase64",
|
|
2514
|
+
"return": {
|
|
2515
|
+
"type": {
|
|
2516
|
+
"text": ""
|
|
2517
|
+
}
|
|
2518
|
+
},
|
|
2519
|
+
"parameters": [
|
|
2520
|
+
{
|
|
2521
|
+
"name": "value",
|
|
2522
|
+
"type": {
|
|
2523
|
+
"text": "string | ArrayBuffer"
|
|
2524
|
+
},
|
|
2525
|
+
"description": "The value to encode to base64."
|
|
2526
|
+
}
|
|
2527
|
+
],
|
|
2528
|
+
"description": "Encodes the given value to base64.",
|
|
2529
|
+
"privacy": "public"
|
|
2530
|
+
},
|
|
2531
|
+
{
|
|
2532
|
+
"kind": "function",
|
|
2533
|
+
"name": "encodeToBase64WithPrefix",
|
|
2534
|
+
"return": {
|
|
2535
|
+
"type": {
|
|
2536
|
+
"text": ""
|
|
2537
|
+
}
|
|
2538
|
+
},
|
|
2539
|
+
"parameters": [
|
|
2540
|
+
{
|
|
2541
|
+
"name": "value",
|
|
2542
|
+
"type": {
|
|
2543
|
+
"text": "string | ArrayBuffer"
|
|
2544
|
+
},
|
|
2545
|
+
"description": "The value to encode to base64."
|
|
2546
|
+
}
|
|
2547
|
+
],
|
|
2548
|
+
"description": "Encodes the given value with a prefix to base64.",
|
|
2549
|
+
"privacy": "public"
|
|
2550
|
+
}
|
|
2551
|
+
],
|
|
2552
|
+
"exports": [
|
|
2553
|
+
{
|
|
2554
|
+
"kind": "js",
|
|
2555
|
+
"name": "encodeToBase64",
|
|
2556
|
+
"declaration": {
|
|
2557
|
+
"name": "encodeToBase64",
|
|
2558
|
+
"module": "src/encoding/base64/encode.ts"
|
|
2559
|
+
}
|
|
2560
|
+
},
|
|
2561
|
+
{
|
|
2562
|
+
"kind": "js",
|
|
2563
|
+
"name": "encodeToBase64WithPrefix",
|
|
2564
|
+
"declaration": {
|
|
2565
|
+
"name": "encodeToBase64WithPrefix",
|
|
2566
|
+
"module": "src/encoding/base64/encode.ts"
|
|
2567
|
+
}
|
|
2568
|
+
}
|
|
2569
|
+
]
|
|
2570
|
+
},
|
|
2571
|
+
{
|
|
2572
|
+
"kind": "javascript-module",
|
|
2573
|
+
"path": "src/encoding/base64/index.ts",
|
|
2574
|
+
"declarations": [],
|
|
2575
|
+
"exports": [
|
|
2576
|
+
{
|
|
2577
|
+
"kind": "js",
|
|
2578
|
+
"name": "*",
|
|
2579
|
+
"declaration": {
|
|
2580
|
+
"name": "*",
|
|
2581
|
+
"package": "./decode"
|
|
2582
|
+
}
|
|
2583
|
+
},
|
|
2584
|
+
{
|
|
2585
|
+
"kind": "js",
|
|
2586
|
+
"name": "*",
|
|
2587
|
+
"declaration": {
|
|
2588
|
+
"name": "*",
|
|
2589
|
+
"package": "./encode"
|
|
2590
|
+
}
|
|
2591
|
+
}
|
|
2592
|
+
]
|
|
2593
|
+
},
|
|
2594
2594
|
{
|
|
2595
2595
|
"kind": "javascript-module",
|
|
2596
2596
|
"path": "src/mappers/dto/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.235.0-
|
|
4
|
+
"version": "14.235.0-test.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.235.0-
|
|
31
|
-
"@genesislcap/genx": "14.235.0-
|
|
32
|
-
"@genesislcap/rollup-builder": "14.235.0-
|
|
33
|
-
"@genesislcap/ts-builder": "14.235.0-
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.235.0-
|
|
35
|
-
"@genesislcap/vite-builder": "14.235.0-
|
|
36
|
-
"@genesislcap/webpack-builder": "14.235.0-
|
|
30
|
+
"@genesislcap/foundation-testing": "14.235.0-test.1",
|
|
31
|
+
"@genesislcap/genx": "14.235.0-test.1",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.235.0-test.1",
|
|
33
|
+
"@genesislcap/ts-builder": "14.235.0-test.1",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.235.0-test.1",
|
|
35
|
+
"@genesislcap/vite-builder": "14.235.0-test.1",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.235.0-test.1",
|
|
37
37
|
"rimraf": "^5.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/foundation-logger": "14.235.0-
|
|
40
|
+
"@genesislcap/foundation-logger": "14.235.0-test.1",
|
|
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": "b219bd008ad9ddac13e46261a3ac1004a8829981"
|
|
59
59
|
}
|