@genesislcap/foundation-utils 14.211.4 → 14.212.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 +112 -112
  2. package/package.json +10 -10
@@ -1301,7 +1301,7 @@
1301
1301
  },
1302
1302
  {
1303
1303
  "kind": "javascript-module",
1304
- "path": "src/mappers/index.ts",
1304
+ "path": "src/mixins/index.ts",
1305
1305
  "declarations": [],
1306
1306
  "exports": [
1307
1307
  {
@@ -1309,14 +1309,22 @@
1309
1309
  "name": "*",
1310
1310
  "declaration": {
1311
1311
  "name": "*",
1312
- "package": "./dto"
1312
+ "package": "./pendingState"
1313
+ }
1314
+ },
1315
+ {
1316
+ "kind": "js",
1317
+ "name": "*",
1318
+ "declaration": {
1319
+ "name": "*",
1320
+ "package": "./lifecycle"
1313
1321
  }
1314
1322
  }
1315
1323
  ]
1316
1324
  },
1317
1325
  {
1318
1326
  "kind": "javascript-module",
1319
- "path": "src/mixins/index.ts",
1327
+ "path": "src/mappers/index.ts",
1320
1328
  "declarations": [],
1321
1329
  "exports": [
1322
1330
  {
@@ -1324,15 +1332,7 @@
1324
1332
  "name": "*",
1325
1333
  "declaration": {
1326
1334
  "name": "*",
1327
- "package": "./pendingState"
1328
- }
1329
- },
1330
- {
1331
- "kind": "js",
1332
- "name": "*",
1333
- "declaration": {
1334
- "name": "*",
1335
- "package": "./lifecycle"
1335
+ "package": "./dto"
1336
1336
  }
1337
1337
  }
1338
1338
  ]
@@ -2370,106 +2370,6 @@
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
- },
2473
2373
  {
2474
2374
  "kind": "javascript-module",
2475
2375
  "path": "src/mixins/lifecycle/index.ts",
@@ -2681,6 +2581,106 @@
2681
2581
  }
2682
2582
  ]
2683
2583
  },
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.211.4",
4
+ "version": "14.212.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.211.4",
31
- "@genesislcap/genx": "14.211.4",
32
- "@genesislcap/rollup-builder": "14.211.4",
33
- "@genesislcap/ts-builder": "14.211.4",
34
- "@genesislcap/uvu-playwright-builder": "14.211.4",
35
- "@genesislcap/vite-builder": "14.211.4",
36
- "@genesislcap/webpack-builder": "14.211.4",
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",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.211.4",
40
+ "@genesislcap/foundation-logger": "14.212.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": "2e97f2125409e269ed87c650aaecc49ee986471b"
58
+ "gitHead": "880f74b1216de9f9b42035c3a44b69b936cd0686"
59
59
  }