@genesislcap/foundation-utils 14.165.3-alpha-da317ad.0 → 14.167.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
@@ -402,29 +402,6 @@
402
402
  }
403
403
  ]
404
404
  },
405
- {
406
- "kind": "javascript-module",
407
- "path": "src/directives/index.ts",
408
- "declarations": [],
409
- "exports": [
410
- {
411
- "kind": "js",
412
- "name": "*",
413
- "declaration": {
414
- "name": "*",
415
- "package": "./sync"
416
- }
417
- },
418
- {
419
- "kind": "js",
420
- "name": "*",
421
- "declaration": {
422
- "name": "*",
423
- "package": "./when-else"
424
- }
425
- }
426
- ]
427
- },
428
405
  {
429
406
  "kind": "javascript-module",
430
407
  "path": "src/design-system/design-system.ts",
@@ -475,6 +452,29 @@
475
452
  }
476
453
  ]
477
454
  },
455
+ {
456
+ "kind": "javascript-module",
457
+ "path": "src/directives/index.ts",
458
+ "declarations": [],
459
+ "exports": [
460
+ {
461
+ "kind": "js",
462
+ "name": "*",
463
+ "declaration": {
464
+ "name": "*",
465
+ "package": "./sync"
466
+ }
467
+ },
468
+ {
469
+ "kind": "js",
470
+ "name": "*",
471
+ "declaration": {
472
+ "name": "*",
473
+ "package": "./when-else"
474
+ }
475
+ }
476
+ ]
477
+ },
478
478
  {
479
479
  "kind": "javascript-module",
480
480
  "path": "src/env/index.ts",
@@ -1197,7 +1197,7 @@
1197
1197
  },
1198
1198
  {
1199
1199
  "kind": "javascript-module",
1200
- "path": "src/mixins/index.ts",
1200
+ "path": "src/mappers/index.ts",
1201
1201
  "declarations": [],
1202
1202
  "exports": [
1203
1203
  {
@@ -1205,22 +1205,14 @@
1205
1205
  "name": "*",
1206
1206
  "declaration": {
1207
1207
  "name": "*",
1208
- "package": "./pendingState"
1209
- }
1210
- },
1211
- {
1212
- "kind": "js",
1213
- "name": "*",
1214
- "declaration": {
1215
- "name": "*",
1216
- "package": "./lifecycle"
1208
+ "package": "./dto"
1217
1209
  }
1218
1210
  }
1219
1211
  ]
1220
1212
  },
1221
1213
  {
1222
1214
  "kind": "javascript-module",
1223
- "path": "src/mappers/index.ts",
1215
+ "path": "src/mixins/index.ts",
1224
1216
  "declarations": [],
1225
1217
  "exports": [
1226
1218
  {
@@ -1228,7 +1220,15 @@
1228
1220
  "name": "*",
1229
1221
  "declaration": {
1230
1222
  "name": "*",
1231
- "package": "./dto"
1223
+ "package": "./pendingState"
1224
+ }
1225
+ },
1226
+ {
1227
+ "kind": "js",
1228
+ "name": "*",
1229
+ "declaration": {
1230
+ "name": "*",
1231
+ "package": "./lifecycle"
1232
1232
  }
1233
1233
  }
1234
1234
  ]
@@ -2208,6 +2208,106 @@
2208
2208
  }
2209
2209
  ]
2210
2210
  },
2211
+ {
2212
+ "kind": "javascript-module",
2213
+ "path": "src/mappers/dto/index.ts",
2214
+ "declarations": [],
2215
+ "exports": [
2216
+ {
2217
+ "kind": "js",
2218
+ "name": "*",
2219
+ "declaration": {
2220
+ "name": "*",
2221
+ "package": "./serverRow"
2222
+ }
2223
+ },
2224
+ {
2225
+ "kind": "js",
2226
+ "name": "*",
2227
+ "declaration": {
2228
+ "name": "*",
2229
+ "package": "./types"
2230
+ }
2231
+ }
2232
+ ]
2233
+ },
2234
+ {
2235
+ "kind": "javascript-module",
2236
+ "path": "src/mappers/dto/serverRow.ts",
2237
+ "declarations": [
2238
+ {
2239
+ "kind": "class",
2240
+ "description": "The default `ServerRowDTOMapper`.",
2241
+ "name": "DefaultServerRowDTOMapper",
2242
+ "members": [
2243
+ {
2244
+ "kind": "field",
2245
+ "name": "fromDTO",
2246
+ "description": "Converts a server row DTO to an entity.",
2247
+ "parameters": [
2248
+ {
2249
+ "description": "The DTO to convert.",
2250
+ "name": "dto"
2251
+ }
2252
+ ],
2253
+ "return": {
2254
+ "type": {
2255
+ "text": ""
2256
+ }
2257
+ },
2258
+ "privacy": "public"
2259
+ },
2260
+ {
2261
+ "kind": "field",
2262
+ "name": "toDTO",
2263
+ "description": "Converts a server row entity to a DTO.",
2264
+ "parameters": [
2265
+ {
2266
+ "description": "The entity to convert.",
2267
+ "name": "entity"
2268
+ }
2269
+ ],
2270
+ "return": {
2271
+ "type": {
2272
+ "text": ""
2273
+ }
2274
+ },
2275
+ "privacy": "public"
2276
+ }
2277
+ ]
2278
+ },
2279
+ {
2280
+ "kind": "variable",
2281
+ "name": "ServerRowDTOMapper",
2282
+ "description": "A DI token used to obtain a `ServerRowDTOMapper` instance.",
2283
+ "privacy": "public"
2284
+ }
2285
+ ],
2286
+ "exports": [
2287
+ {
2288
+ "kind": "js",
2289
+ "name": "DefaultServerRowDTOMapper",
2290
+ "declaration": {
2291
+ "name": "DefaultServerRowDTOMapper",
2292
+ "module": "src/mappers/dto/serverRow.ts"
2293
+ }
2294
+ },
2295
+ {
2296
+ "kind": "js",
2297
+ "name": "ServerRowDTOMapper",
2298
+ "declaration": {
2299
+ "name": "ServerRowDTOMapper",
2300
+ "module": "src/mappers/dto/serverRow.ts"
2301
+ }
2302
+ }
2303
+ ]
2304
+ },
2305
+ {
2306
+ "kind": "javascript-module",
2307
+ "path": "src/mappers/dto/types.ts",
2308
+ "declarations": [],
2309
+ "exports": []
2310
+ },
2211
2311
  {
2212
2312
  "kind": "javascript-module",
2213
2313
  "path": "src/mixins/lifecycle/index.ts",
@@ -2419,106 +2519,6 @@
2419
2519
  }
2420
2520
  ]
2421
2521
  },
2422
- {
2423
- "kind": "javascript-module",
2424
- "path": "src/mappers/dto/index.ts",
2425
- "declarations": [],
2426
- "exports": [
2427
- {
2428
- "kind": "js",
2429
- "name": "*",
2430
- "declaration": {
2431
- "name": "*",
2432
- "package": "./serverRow"
2433
- }
2434
- },
2435
- {
2436
- "kind": "js",
2437
- "name": "*",
2438
- "declaration": {
2439
- "name": "*",
2440
- "package": "./types"
2441
- }
2442
- }
2443
- ]
2444
- },
2445
- {
2446
- "kind": "javascript-module",
2447
- "path": "src/mappers/dto/serverRow.ts",
2448
- "declarations": [
2449
- {
2450
- "kind": "class",
2451
- "description": "The default `ServerRowDTOMapper`.",
2452
- "name": "DefaultServerRowDTOMapper",
2453
- "members": [
2454
- {
2455
- "kind": "field",
2456
- "name": "fromDTO",
2457
- "description": "Converts a server row DTO to an entity.",
2458
- "parameters": [
2459
- {
2460
- "description": "The DTO to convert.",
2461
- "name": "dto"
2462
- }
2463
- ],
2464
- "return": {
2465
- "type": {
2466
- "text": ""
2467
- }
2468
- },
2469
- "privacy": "public"
2470
- },
2471
- {
2472
- "kind": "field",
2473
- "name": "toDTO",
2474
- "description": "Converts a server row entity to a DTO.",
2475
- "parameters": [
2476
- {
2477
- "description": "The entity to convert.",
2478
- "name": "entity"
2479
- }
2480
- ],
2481
- "return": {
2482
- "type": {
2483
- "text": ""
2484
- }
2485
- },
2486
- "privacy": "public"
2487
- }
2488
- ]
2489
- },
2490
- {
2491
- "kind": "variable",
2492
- "name": "ServerRowDTOMapper",
2493
- "description": "A DI token used to obtain a `ServerRowDTOMapper` instance.",
2494
- "privacy": "public"
2495
- }
2496
- ],
2497
- "exports": [
2498
- {
2499
- "kind": "js",
2500
- "name": "DefaultServerRowDTOMapper",
2501
- "declaration": {
2502
- "name": "DefaultServerRowDTOMapper",
2503
- "module": "src/mappers/dto/serverRow.ts"
2504
- }
2505
- },
2506
- {
2507
- "kind": "js",
2508
- "name": "ServerRowDTOMapper",
2509
- "declaration": {
2510
- "name": "ServerRowDTOMapper",
2511
- "module": "src/mappers/dto/serverRow.ts"
2512
- }
2513
- }
2514
- ]
2515
- },
2516
- {
2517
- "kind": "javascript-module",
2518
- "path": "src/mappers/dto/types.ts",
2519
- "declarations": [],
2520
- "exports": []
2521
- },
2522
2522
  {
2523
2523
  "kind": "javascript-module",
2524
2524
  "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.165.3-alpha-da317ad.0",
4
+ "version": "14.167.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -19,17 +19,17 @@
19
19
  "test": "genx test"
20
20
  },
21
21
  "devDependencies": {
22
- "@genesislcap/foundation-testing": "14.165.3-alpha-da317ad.0",
23
- "@genesislcap/genx": "14.165.3-alpha-da317ad.0",
24
- "@genesislcap/rollup-builder": "14.165.3-alpha-da317ad.0",
25
- "@genesislcap/ts-builder": "14.165.3-alpha-da317ad.0",
26
- "@genesislcap/uvu-playwright-builder": "14.165.3-alpha-da317ad.0",
27
- "@genesislcap/vite-builder": "14.165.3-alpha-da317ad.0",
28
- "@genesislcap/webpack-builder": "14.165.3-alpha-da317ad.0",
22
+ "@genesislcap/foundation-testing": "14.167.0",
23
+ "@genesislcap/genx": "14.167.0",
24
+ "@genesislcap/rollup-builder": "14.167.0",
25
+ "@genesislcap/ts-builder": "14.167.0",
26
+ "@genesislcap/uvu-playwright-builder": "14.167.0",
27
+ "@genesislcap/vite-builder": "14.167.0",
28
+ "@genesislcap/webpack-builder": "14.167.0",
29
29
  "rimraf": "^3.0.2"
30
30
  },
31
31
  "dependencies": {
32
- "@genesislcap/foundation-logger": "14.165.3-alpha-da317ad.0",
32
+ "@genesislcap/foundation-logger": "14.167.0",
33
33
  "@microsoft/fast-components": "^2.30.6",
34
34
  "@microsoft/fast-element": "^1.12.0",
35
35
  "@microsoft/fast-foundation": "^2.49.4",
@@ -47,5 +47,5 @@
47
47
  "access": "public"
48
48
  },
49
49
  "customElements": "dist/custom-elements.json",
50
- "gitHead": "3201162bd7a3329e086dde7c2bec345a18f4b798"
50
+ "gitHead": "8a6557d767463d7bcb7b3ca4d209a951766481e3"
51
51
  }