@genesislcap/foundation-utils 14.210.5 → 14.211.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 +159 -159
- package/package.json +10 -10
|
@@ -167,29 +167,6 @@
|
|
|
167
167
|
}
|
|
168
168
|
]
|
|
169
169
|
},
|
|
170
|
-
{
|
|
171
|
-
"kind": "javascript-module",
|
|
172
|
-
"path": "src/directives/index.ts",
|
|
173
|
-
"declarations": [],
|
|
174
|
-
"exports": [
|
|
175
|
-
{
|
|
176
|
-
"kind": "js",
|
|
177
|
-
"name": "*",
|
|
178
|
-
"declaration": {
|
|
179
|
-
"name": "*",
|
|
180
|
-
"package": "./sync"
|
|
181
|
-
}
|
|
182
|
-
},
|
|
183
|
-
{
|
|
184
|
-
"kind": "js",
|
|
185
|
-
"name": "*",
|
|
186
|
-
"declaration": {
|
|
187
|
-
"name": "*",
|
|
188
|
-
"package": "./when-else"
|
|
189
|
-
}
|
|
190
|
-
}
|
|
191
|
-
]
|
|
192
|
-
},
|
|
193
170
|
{
|
|
194
171
|
"kind": "javascript-module",
|
|
195
172
|
"path": "src/data/inMemoryDatabase.ts",
|
|
@@ -388,6 +365,59 @@
|
|
|
388
365
|
}
|
|
389
366
|
]
|
|
390
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
|
+
},
|
|
391
421
|
{
|
|
392
422
|
"kind": "javascript-module",
|
|
393
423
|
"path": "src/design-system/design-system.ts",
|
|
@@ -440,7 +470,7 @@
|
|
|
440
470
|
},
|
|
441
471
|
{
|
|
442
472
|
"kind": "javascript-module",
|
|
443
|
-
"path": "src/
|
|
473
|
+
"path": "src/directives/index.ts",
|
|
444
474
|
"declarations": [],
|
|
445
475
|
"exports": [
|
|
446
476
|
{
|
|
@@ -448,45 +478,15 @@
|
|
|
448
478
|
"name": "*",
|
|
449
479
|
"declaration": {
|
|
450
480
|
"name": "*",
|
|
451
|
-
"package": "./
|
|
481
|
+
"package": "./sync"
|
|
452
482
|
}
|
|
453
|
-
}
|
|
454
|
-
]
|
|
455
|
-
},
|
|
456
|
-
{
|
|
457
|
-
"kind": "javascript-module",
|
|
458
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
459
|
-
"declarations": [
|
|
460
|
-
{
|
|
461
|
-
"kind": "function",
|
|
462
|
-
"name": "renderOnChange",
|
|
463
|
-
"parameters": [
|
|
464
|
-
{
|
|
465
|
-
"name": "target",
|
|
466
|
-
"type": {
|
|
467
|
-
"text": "FASTElement & { render(): void }"
|
|
468
|
-
},
|
|
469
|
-
"description": "The target to define the property change handler on."
|
|
470
|
-
},
|
|
471
|
-
{
|
|
472
|
-
"name": "name",
|
|
473
|
-
"type": {
|
|
474
|
-
"text": "string"
|
|
475
|
-
},
|
|
476
|
-
"description": "The property name."
|
|
477
|
-
}
|
|
478
|
-
],
|
|
479
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
480
|
-
"privacy": "public"
|
|
481
|
-
}
|
|
482
|
-
],
|
|
483
|
-
"exports": [
|
|
483
|
+
},
|
|
484
484
|
{
|
|
485
485
|
"kind": "js",
|
|
486
|
-
"name": "
|
|
486
|
+
"name": "*",
|
|
487
487
|
"declaration": {
|
|
488
|
-
"name": "
|
|
489
|
-
"
|
|
488
|
+
"name": "*",
|
|
489
|
+
"package": "./when-else"
|
|
490
490
|
}
|
|
491
491
|
}
|
|
492
492
|
]
|
|
@@ -2370,6 +2370,106 @@
|
|
|
2370
2370
|
}
|
|
2371
2371
|
]
|
|
2372
2372
|
},
|
|
2373
|
+
{
|
|
2374
|
+
"kind": "javascript-module",
|
|
2375
|
+
"path": "src/mappers/dto/index.ts",
|
|
2376
|
+
"declarations": [],
|
|
2377
|
+
"exports": [
|
|
2378
|
+
{
|
|
2379
|
+
"kind": "js",
|
|
2380
|
+
"name": "*",
|
|
2381
|
+
"declaration": {
|
|
2382
|
+
"name": "*",
|
|
2383
|
+
"package": "./serverRow"
|
|
2384
|
+
}
|
|
2385
|
+
},
|
|
2386
|
+
{
|
|
2387
|
+
"kind": "js",
|
|
2388
|
+
"name": "*",
|
|
2389
|
+
"declaration": {
|
|
2390
|
+
"name": "*",
|
|
2391
|
+
"package": "./types"
|
|
2392
|
+
}
|
|
2393
|
+
}
|
|
2394
|
+
]
|
|
2395
|
+
},
|
|
2396
|
+
{
|
|
2397
|
+
"kind": "javascript-module",
|
|
2398
|
+
"path": "src/mappers/dto/serverRow.ts",
|
|
2399
|
+
"declarations": [
|
|
2400
|
+
{
|
|
2401
|
+
"kind": "class",
|
|
2402
|
+
"description": "The default `ServerRowDTOMapper`.",
|
|
2403
|
+
"name": "DefaultServerRowDTOMapper",
|
|
2404
|
+
"members": [
|
|
2405
|
+
{
|
|
2406
|
+
"kind": "field",
|
|
2407
|
+
"name": "fromDTO",
|
|
2408
|
+
"description": "Converts a server row DTO to an entity.",
|
|
2409
|
+
"parameters": [
|
|
2410
|
+
{
|
|
2411
|
+
"description": "The DTO to convert.",
|
|
2412
|
+
"name": "dto"
|
|
2413
|
+
}
|
|
2414
|
+
],
|
|
2415
|
+
"return": {
|
|
2416
|
+
"type": {
|
|
2417
|
+
"text": ""
|
|
2418
|
+
}
|
|
2419
|
+
},
|
|
2420
|
+
"privacy": "public"
|
|
2421
|
+
},
|
|
2422
|
+
{
|
|
2423
|
+
"kind": "field",
|
|
2424
|
+
"name": "toDTO",
|
|
2425
|
+
"description": "Converts a server row entity to a DTO.",
|
|
2426
|
+
"parameters": [
|
|
2427
|
+
{
|
|
2428
|
+
"description": "The entity to convert.",
|
|
2429
|
+
"name": "entity"
|
|
2430
|
+
}
|
|
2431
|
+
],
|
|
2432
|
+
"return": {
|
|
2433
|
+
"type": {
|
|
2434
|
+
"text": ""
|
|
2435
|
+
}
|
|
2436
|
+
},
|
|
2437
|
+
"privacy": "public"
|
|
2438
|
+
}
|
|
2439
|
+
]
|
|
2440
|
+
},
|
|
2441
|
+
{
|
|
2442
|
+
"kind": "variable",
|
|
2443
|
+
"name": "ServerRowDTOMapper",
|
|
2444
|
+
"description": "A DI token used to obtain a `ServerRowDTOMapper` instance.",
|
|
2445
|
+
"privacy": "public"
|
|
2446
|
+
}
|
|
2447
|
+
],
|
|
2448
|
+
"exports": [
|
|
2449
|
+
{
|
|
2450
|
+
"kind": "js",
|
|
2451
|
+
"name": "DefaultServerRowDTOMapper",
|
|
2452
|
+
"declaration": {
|
|
2453
|
+
"name": "DefaultServerRowDTOMapper",
|
|
2454
|
+
"module": "src/mappers/dto/serverRow.ts"
|
|
2455
|
+
}
|
|
2456
|
+
},
|
|
2457
|
+
{
|
|
2458
|
+
"kind": "js",
|
|
2459
|
+
"name": "ServerRowDTOMapper",
|
|
2460
|
+
"declaration": {
|
|
2461
|
+
"name": "ServerRowDTOMapper",
|
|
2462
|
+
"module": "src/mappers/dto/serverRow.ts"
|
|
2463
|
+
}
|
|
2464
|
+
}
|
|
2465
|
+
]
|
|
2466
|
+
},
|
|
2467
|
+
{
|
|
2468
|
+
"kind": "javascript-module",
|
|
2469
|
+
"path": "src/mappers/dto/types.ts",
|
|
2470
|
+
"declarations": [],
|
|
2471
|
+
"exports": []
|
|
2472
|
+
},
|
|
2373
2473
|
{
|
|
2374
2474
|
"kind": "javascript-module",
|
|
2375
2475
|
"path": "src/mixins/lifecycle/index.ts",
|
|
@@ -2494,106 +2594,6 @@
|
|
|
2494
2594
|
}
|
|
2495
2595
|
]
|
|
2496
2596
|
},
|
|
2497
|
-
{
|
|
2498
|
-
"kind": "javascript-module",
|
|
2499
|
-
"path": "src/mappers/dto/index.ts",
|
|
2500
|
-
"declarations": [],
|
|
2501
|
-
"exports": [
|
|
2502
|
-
{
|
|
2503
|
-
"kind": "js",
|
|
2504
|
-
"name": "*",
|
|
2505
|
-
"declaration": {
|
|
2506
|
-
"name": "*",
|
|
2507
|
-
"package": "./serverRow"
|
|
2508
|
-
}
|
|
2509
|
-
},
|
|
2510
|
-
{
|
|
2511
|
-
"kind": "js",
|
|
2512
|
-
"name": "*",
|
|
2513
|
-
"declaration": {
|
|
2514
|
-
"name": "*",
|
|
2515
|
-
"package": "./types"
|
|
2516
|
-
}
|
|
2517
|
-
}
|
|
2518
|
-
]
|
|
2519
|
-
},
|
|
2520
|
-
{
|
|
2521
|
-
"kind": "javascript-module",
|
|
2522
|
-
"path": "src/mappers/dto/serverRow.ts",
|
|
2523
|
-
"declarations": [
|
|
2524
|
-
{
|
|
2525
|
-
"kind": "class",
|
|
2526
|
-
"description": "The default `ServerRowDTOMapper`.",
|
|
2527
|
-
"name": "DefaultServerRowDTOMapper",
|
|
2528
|
-
"members": [
|
|
2529
|
-
{
|
|
2530
|
-
"kind": "field",
|
|
2531
|
-
"name": "fromDTO",
|
|
2532
|
-
"description": "Converts a server row DTO to an entity.",
|
|
2533
|
-
"parameters": [
|
|
2534
|
-
{
|
|
2535
|
-
"description": "The DTO to convert.",
|
|
2536
|
-
"name": "dto"
|
|
2537
|
-
}
|
|
2538
|
-
],
|
|
2539
|
-
"return": {
|
|
2540
|
-
"type": {
|
|
2541
|
-
"text": ""
|
|
2542
|
-
}
|
|
2543
|
-
},
|
|
2544
|
-
"privacy": "public"
|
|
2545
|
-
},
|
|
2546
|
-
{
|
|
2547
|
-
"kind": "field",
|
|
2548
|
-
"name": "toDTO",
|
|
2549
|
-
"description": "Converts a server row entity to a DTO.",
|
|
2550
|
-
"parameters": [
|
|
2551
|
-
{
|
|
2552
|
-
"description": "The entity to convert.",
|
|
2553
|
-
"name": "entity"
|
|
2554
|
-
}
|
|
2555
|
-
],
|
|
2556
|
-
"return": {
|
|
2557
|
-
"type": {
|
|
2558
|
-
"text": ""
|
|
2559
|
-
}
|
|
2560
|
-
},
|
|
2561
|
-
"privacy": "public"
|
|
2562
|
-
}
|
|
2563
|
-
]
|
|
2564
|
-
},
|
|
2565
|
-
{
|
|
2566
|
-
"kind": "variable",
|
|
2567
|
-
"name": "ServerRowDTOMapper",
|
|
2568
|
-
"description": "A DI token used to obtain a `ServerRowDTOMapper` instance.",
|
|
2569
|
-
"privacy": "public"
|
|
2570
|
-
}
|
|
2571
|
-
],
|
|
2572
|
-
"exports": [
|
|
2573
|
-
{
|
|
2574
|
-
"kind": "js",
|
|
2575
|
-
"name": "DefaultServerRowDTOMapper",
|
|
2576
|
-
"declaration": {
|
|
2577
|
-
"name": "DefaultServerRowDTOMapper",
|
|
2578
|
-
"module": "src/mappers/dto/serverRow.ts"
|
|
2579
|
-
}
|
|
2580
|
-
},
|
|
2581
|
-
{
|
|
2582
|
-
"kind": "js",
|
|
2583
|
-
"name": "ServerRowDTOMapper",
|
|
2584
|
-
"declaration": {
|
|
2585
|
-
"name": "ServerRowDTOMapper",
|
|
2586
|
-
"module": "src/mappers/dto/serverRow.ts"
|
|
2587
|
-
}
|
|
2588
|
-
}
|
|
2589
|
-
]
|
|
2590
|
-
},
|
|
2591
|
-
{
|
|
2592
|
-
"kind": "javascript-module",
|
|
2593
|
-
"path": "src/mappers/dto/types.ts",
|
|
2594
|
-
"declarations": [],
|
|
2595
|
-
"exports": []
|
|
2596
|
-
},
|
|
2597
2597
|
{
|
|
2598
2598
|
"kind": "javascript-module",
|
|
2599
2599
|
"path": "src/mixins/pendingState/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.
|
|
4
|
+
"version": "14.211.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.
|
|
31
|
-
"@genesislcap/genx": "14.
|
|
32
|
-
"@genesislcap/rollup-builder": "14.
|
|
33
|
-
"@genesislcap/ts-builder": "14.
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
35
|
-
"@genesislcap/vite-builder": "14.
|
|
36
|
-
"@genesislcap/webpack-builder": "14.
|
|
30
|
+
"@genesislcap/foundation-testing": "14.211.0",
|
|
31
|
+
"@genesislcap/genx": "14.211.0",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.211.0",
|
|
33
|
+
"@genesislcap/ts-builder": "14.211.0",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.211.0",
|
|
35
|
+
"@genesislcap/vite-builder": "14.211.0",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.211.0",
|
|
37
37
|
"rimraf": "^5.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/foundation-logger": "14.
|
|
40
|
+
"@genesislcap/foundation-logger": "14.211.0",
|
|
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": "2e84d374f5aef5e0211565f5069c7150b6561d6d"
|
|
59
59
|
}
|