@genesislcap/foundation-utils 14.212.0 → 14.213.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +135 -135
  2. package/package.json +10 -10
@@ -418,6 +418,29 @@
418
418
  }
419
419
  ]
420
420
  },
421
+ {
422
+ "kind": "javascript-module",
423
+ "path": "src/directives/index.ts",
424
+ "declarations": [],
425
+ "exports": [
426
+ {
427
+ "kind": "js",
428
+ "name": "*",
429
+ "declaration": {
430
+ "name": "*",
431
+ "package": "./sync"
432
+ }
433
+ },
434
+ {
435
+ "kind": "js",
436
+ "name": "*",
437
+ "declaration": {
438
+ "name": "*",
439
+ "package": "./when-else"
440
+ }
441
+ }
442
+ ]
443
+ },
421
444
  {
422
445
  "kind": "javascript-module",
423
446
  "path": "src/design-system/design-system.ts",
@@ -468,29 +491,6 @@
468
491
  }
469
492
  ]
470
493
  },
471
- {
472
- "kind": "javascript-module",
473
- "path": "src/directives/index.ts",
474
- "declarations": [],
475
- "exports": [
476
- {
477
- "kind": "js",
478
- "name": "*",
479
- "declaration": {
480
- "name": "*",
481
- "package": "./sync"
482
- }
483
- },
484
- {
485
- "kind": "js",
486
- "name": "*",
487
- "declaration": {
488
- "name": "*",
489
- "package": "./when-else"
490
- }
491
- }
492
- ]
493
- },
494
494
  {
495
495
  "kind": "javascript-module",
496
496
  "path": "src/env/index.ts",
@@ -1301,7 +1301,7 @@
1301
1301
  },
1302
1302
  {
1303
1303
  "kind": "javascript-module",
1304
- "path": "src/mixins/index.ts",
1304
+ "path": "src/mappers/index.ts",
1305
1305
  "declarations": [],
1306
1306
  "exports": [
1307
1307
  {
@@ -1309,22 +1309,14 @@
1309
1309
  "name": "*",
1310
1310
  "declaration": {
1311
1311
  "name": "*",
1312
- "package": "./pendingState"
1313
- }
1314
- },
1315
- {
1316
- "kind": "js",
1317
- "name": "*",
1318
- "declaration": {
1319
- "name": "*",
1320
- "package": "./lifecycle"
1312
+ "package": "./dto"
1321
1313
  }
1322
1314
  }
1323
1315
  ]
1324
1316
  },
1325
1317
  {
1326
1318
  "kind": "javascript-module",
1327
- "path": "src/mappers/index.ts",
1319
+ "path": "src/mixins/index.ts",
1328
1320
  "declarations": [],
1329
1321
  "exports": [
1330
1322
  {
@@ -1332,7 +1324,15 @@
1332
1324
  "name": "*",
1333
1325
  "declaration": {
1334
1326
  "name": "*",
1335
- "package": "./dto"
1327
+ "package": "./pendingState"
1328
+ }
1329
+ },
1330
+ {
1331
+ "kind": "js",
1332
+ "name": "*",
1333
+ "declaration": {
1334
+ "name": "*",
1335
+ "package": "./lifecycle"
1336
1336
  }
1337
1337
  }
1338
1338
  ]
@@ -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",
@@ -2581,106 +2681,6 @@
2581
2681
  }
2582
2682
  ]
2583
2683
  },
2584
- {
2585
- "kind": "javascript-module",
2586
- "path": "src/mappers/dto/index.ts",
2587
- "declarations": [],
2588
- "exports": [
2589
- {
2590
- "kind": "js",
2591
- "name": "*",
2592
- "declaration": {
2593
- "name": "*",
2594
- "package": "./serverRow"
2595
- }
2596
- },
2597
- {
2598
- "kind": "js",
2599
- "name": "*",
2600
- "declaration": {
2601
- "name": "*",
2602
- "package": "./types"
2603
- }
2604
- }
2605
- ]
2606
- },
2607
- {
2608
- "kind": "javascript-module",
2609
- "path": "src/mappers/dto/serverRow.ts",
2610
- "declarations": [
2611
- {
2612
- "kind": "class",
2613
- "description": "The default `ServerRowDTOMapper`.",
2614
- "name": "DefaultServerRowDTOMapper",
2615
- "members": [
2616
- {
2617
- "kind": "field",
2618
- "name": "fromDTO",
2619
- "description": "Converts a server row DTO to an entity.",
2620
- "parameters": [
2621
- {
2622
- "description": "The DTO to convert.",
2623
- "name": "dto"
2624
- }
2625
- ],
2626
- "return": {
2627
- "type": {
2628
- "text": ""
2629
- }
2630
- },
2631
- "privacy": "public"
2632
- },
2633
- {
2634
- "kind": "field",
2635
- "name": "toDTO",
2636
- "description": "Converts a server row entity to a DTO.",
2637
- "parameters": [
2638
- {
2639
- "description": "The entity to convert.",
2640
- "name": "entity"
2641
- }
2642
- ],
2643
- "return": {
2644
- "type": {
2645
- "text": ""
2646
- }
2647
- },
2648
- "privacy": "public"
2649
- }
2650
- ]
2651
- },
2652
- {
2653
- "kind": "variable",
2654
- "name": "ServerRowDTOMapper",
2655
- "description": "A DI token used to obtain a `ServerRowDTOMapper` instance.",
2656
- "privacy": "public"
2657
- }
2658
- ],
2659
- "exports": [
2660
- {
2661
- "kind": "js",
2662
- "name": "DefaultServerRowDTOMapper",
2663
- "declaration": {
2664
- "name": "DefaultServerRowDTOMapper",
2665
- "module": "src/mappers/dto/serverRow.ts"
2666
- }
2667
- },
2668
- {
2669
- "kind": "js",
2670
- "name": "ServerRowDTOMapper",
2671
- "declaration": {
2672
- "name": "ServerRowDTOMapper",
2673
- "module": "src/mappers/dto/serverRow.ts"
2674
- }
2675
- }
2676
- ]
2677
- },
2678
- {
2679
- "kind": "javascript-module",
2680
- "path": "src/mappers/dto/types.ts",
2681
- "declarations": [],
2682
- "exports": []
2683
- },
2684
2684
  {
2685
2685
  "kind": "javascript-module",
2686
2686
  "path": "src/serializers/json/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.212.0",
4
+ "version": "14.213.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.212.0",
31
- "@genesislcap/genx": "14.212.0",
32
- "@genesislcap/rollup-builder": "14.212.0",
33
- "@genesislcap/ts-builder": "14.212.0",
34
- "@genesislcap/uvu-playwright-builder": "14.212.0",
35
- "@genesislcap/vite-builder": "14.212.0",
36
- "@genesislcap/webpack-builder": "14.212.0",
30
+ "@genesislcap/foundation-testing": "14.213.0",
31
+ "@genesislcap/genx": "14.213.0",
32
+ "@genesislcap/rollup-builder": "14.213.0",
33
+ "@genesislcap/ts-builder": "14.213.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.213.0",
35
+ "@genesislcap/vite-builder": "14.213.0",
36
+ "@genesislcap/webpack-builder": "14.213.0",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.212.0",
40
+ "@genesislcap/foundation-logger": "14.213.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": "880f74b1216de9f9b42035c3a44b69b936cd0686"
58
+ "gitHead": "70f38494437517fe4ccfca280abbed212b72a809"
59
59
  }