@genesislcap/foundation-utils 14.172.3 → 14.173.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +135 -135
  2. package/package.json +10 -10
@@ -357,29 +357,6 @@
357
357
  }
358
358
  ]
359
359
  },
360
- {
361
- "kind": "javascript-module",
362
- "path": "src/directives/index.ts",
363
- "declarations": [],
364
- "exports": [
365
- {
366
- "kind": "js",
367
- "name": "*",
368
- "declaration": {
369
- "name": "*",
370
- "package": "./sync"
371
- }
372
- },
373
- {
374
- "kind": "js",
375
- "name": "*",
376
- "declaration": {
377
- "name": "*",
378
- "package": "./when-else"
379
- }
380
- }
381
- ]
382
- },
383
360
  {
384
361
  "kind": "javascript-module",
385
362
  "path": "src/design-system/design-system.ts",
@@ -430,6 +407,29 @@
430
407
  }
431
408
  ]
432
409
  },
410
+ {
411
+ "kind": "javascript-module",
412
+ "path": "src/directives/index.ts",
413
+ "declarations": [],
414
+ "exports": [
415
+ {
416
+ "kind": "js",
417
+ "name": "*",
418
+ "declaration": {
419
+ "name": "*",
420
+ "package": "./sync"
421
+ }
422
+ },
423
+ {
424
+ "kind": "js",
425
+ "name": "*",
426
+ "declaration": {
427
+ "name": "*",
428
+ "package": "./when-else"
429
+ }
430
+ }
431
+ ]
432
+ },
433
433
  {
434
434
  "kind": "javascript-module",
435
435
  "path": "src/env/index.ts",
@@ -1205,7 +1205,7 @@
1205
1205
  },
1206
1206
  {
1207
1207
  "kind": "javascript-module",
1208
- "path": "src/mappers/index.ts",
1208
+ "path": "src/mixins/index.ts",
1209
1209
  "declarations": [],
1210
1210
  "exports": [
1211
1211
  {
@@ -1213,14 +1213,22 @@
1213
1213
  "name": "*",
1214
1214
  "declaration": {
1215
1215
  "name": "*",
1216
- "package": "./dto"
1216
+ "package": "./pendingState"
1217
+ }
1218
+ },
1219
+ {
1220
+ "kind": "js",
1221
+ "name": "*",
1222
+ "declaration": {
1223
+ "name": "*",
1224
+ "package": "./lifecycle"
1217
1225
  }
1218
1226
  }
1219
1227
  ]
1220
1228
  },
1221
1229
  {
1222
1230
  "kind": "javascript-module",
1223
- "path": "src/mixins/index.ts",
1231
+ "path": "src/mappers/index.ts",
1224
1232
  "declarations": [],
1225
1233
  "exports": [
1226
1234
  {
@@ -1228,15 +1236,7 @@
1228
1236
  "name": "*",
1229
1237
  "declaration": {
1230
1238
  "name": "*",
1231
- "package": "./pendingState"
1232
- }
1233
- },
1234
- {
1235
- "kind": "js",
1236
- "name": "*",
1237
- "declaration": {
1238
- "name": "*",
1239
- "package": "./lifecycle"
1239
+ "package": "./dto"
1240
1240
  }
1241
1241
  }
1242
1242
  ]
@@ -2272,106 +2272,6 @@
2272
2272
  }
2273
2273
  ]
2274
2274
  },
2275
- {
2276
- "kind": "javascript-module",
2277
- "path": "src/mappers/dto/index.ts",
2278
- "declarations": [],
2279
- "exports": [
2280
- {
2281
- "kind": "js",
2282
- "name": "*",
2283
- "declaration": {
2284
- "name": "*",
2285
- "package": "./serverRow"
2286
- }
2287
- },
2288
- {
2289
- "kind": "js",
2290
- "name": "*",
2291
- "declaration": {
2292
- "name": "*",
2293
- "package": "./types"
2294
- }
2295
- }
2296
- ]
2297
- },
2298
- {
2299
- "kind": "javascript-module",
2300
- "path": "src/mappers/dto/serverRow.ts",
2301
- "declarations": [
2302
- {
2303
- "kind": "class",
2304
- "description": "The default `ServerRowDTOMapper`.",
2305
- "name": "DefaultServerRowDTOMapper",
2306
- "members": [
2307
- {
2308
- "kind": "field",
2309
- "name": "fromDTO",
2310
- "description": "Converts a server row DTO to an entity.",
2311
- "parameters": [
2312
- {
2313
- "description": "The DTO to convert.",
2314
- "name": "dto"
2315
- }
2316
- ],
2317
- "return": {
2318
- "type": {
2319
- "text": ""
2320
- }
2321
- },
2322
- "privacy": "public"
2323
- },
2324
- {
2325
- "kind": "field",
2326
- "name": "toDTO",
2327
- "description": "Converts a server row entity to a DTO.",
2328
- "parameters": [
2329
- {
2330
- "description": "The entity to convert.",
2331
- "name": "entity"
2332
- }
2333
- ],
2334
- "return": {
2335
- "type": {
2336
- "text": ""
2337
- }
2338
- },
2339
- "privacy": "public"
2340
- }
2341
- ]
2342
- },
2343
- {
2344
- "kind": "variable",
2345
- "name": "ServerRowDTOMapper",
2346
- "description": "A DI token used to obtain a `ServerRowDTOMapper` instance.",
2347
- "privacy": "public"
2348
- }
2349
- ],
2350
- "exports": [
2351
- {
2352
- "kind": "js",
2353
- "name": "DefaultServerRowDTOMapper",
2354
- "declaration": {
2355
- "name": "DefaultServerRowDTOMapper",
2356
- "module": "src/mappers/dto/serverRow.ts"
2357
- }
2358
- },
2359
- {
2360
- "kind": "js",
2361
- "name": "ServerRowDTOMapper",
2362
- "declaration": {
2363
- "name": "ServerRowDTOMapper",
2364
- "module": "src/mappers/dto/serverRow.ts"
2365
- }
2366
- }
2367
- ]
2368
- },
2369
- {
2370
- "kind": "javascript-module",
2371
- "path": "src/mappers/dto/types.ts",
2372
- "declarations": [],
2373
- "exports": []
2374
- },
2375
2275
  {
2376
2276
  "kind": "javascript-module",
2377
2277
  "path": "src/mixins/lifecycle/index.ts",
@@ -2583,6 +2483,106 @@
2583
2483
  }
2584
2484
  ]
2585
2485
  },
2486
+ {
2487
+ "kind": "javascript-module",
2488
+ "path": "src/mappers/dto/index.ts",
2489
+ "declarations": [],
2490
+ "exports": [
2491
+ {
2492
+ "kind": "js",
2493
+ "name": "*",
2494
+ "declaration": {
2495
+ "name": "*",
2496
+ "package": "./serverRow"
2497
+ }
2498
+ },
2499
+ {
2500
+ "kind": "js",
2501
+ "name": "*",
2502
+ "declaration": {
2503
+ "name": "*",
2504
+ "package": "./types"
2505
+ }
2506
+ }
2507
+ ]
2508
+ },
2509
+ {
2510
+ "kind": "javascript-module",
2511
+ "path": "src/mappers/dto/serverRow.ts",
2512
+ "declarations": [
2513
+ {
2514
+ "kind": "class",
2515
+ "description": "The default `ServerRowDTOMapper`.",
2516
+ "name": "DefaultServerRowDTOMapper",
2517
+ "members": [
2518
+ {
2519
+ "kind": "field",
2520
+ "name": "fromDTO",
2521
+ "description": "Converts a server row DTO to an entity.",
2522
+ "parameters": [
2523
+ {
2524
+ "description": "The DTO to convert.",
2525
+ "name": "dto"
2526
+ }
2527
+ ],
2528
+ "return": {
2529
+ "type": {
2530
+ "text": ""
2531
+ }
2532
+ },
2533
+ "privacy": "public"
2534
+ },
2535
+ {
2536
+ "kind": "field",
2537
+ "name": "toDTO",
2538
+ "description": "Converts a server row entity to a DTO.",
2539
+ "parameters": [
2540
+ {
2541
+ "description": "The entity to convert.",
2542
+ "name": "entity"
2543
+ }
2544
+ ],
2545
+ "return": {
2546
+ "type": {
2547
+ "text": ""
2548
+ }
2549
+ },
2550
+ "privacy": "public"
2551
+ }
2552
+ ]
2553
+ },
2554
+ {
2555
+ "kind": "variable",
2556
+ "name": "ServerRowDTOMapper",
2557
+ "description": "A DI token used to obtain a `ServerRowDTOMapper` instance.",
2558
+ "privacy": "public"
2559
+ }
2560
+ ],
2561
+ "exports": [
2562
+ {
2563
+ "kind": "js",
2564
+ "name": "DefaultServerRowDTOMapper",
2565
+ "declaration": {
2566
+ "name": "DefaultServerRowDTOMapper",
2567
+ "module": "src/mappers/dto/serverRow.ts"
2568
+ }
2569
+ },
2570
+ {
2571
+ "kind": "js",
2572
+ "name": "ServerRowDTOMapper",
2573
+ "declaration": {
2574
+ "name": "ServerRowDTOMapper",
2575
+ "module": "src/mappers/dto/serverRow.ts"
2576
+ }
2577
+ }
2578
+ ]
2579
+ },
2580
+ {
2581
+ "kind": "javascript-module",
2582
+ "path": "src/mappers/dto/types.ts",
2583
+ "declarations": [],
2584
+ "exports": []
2585
+ },
2586
2586
  {
2587
2587
  "kind": "javascript-module",
2588
2588
  "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.172.3",
4
+ "version": "14.173.1",
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.172.3",
23
- "@genesislcap/genx": "14.172.3",
24
- "@genesislcap/rollup-builder": "14.172.3",
25
- "@genesislcap/ts-builder": "14.172.3",
26
- "@genesislcap/uvu-playwright-builder": "14.172.3",
27
- "@genesislcap/vite-builder": "14.172.3",
28
- "@genesislcap/webpack-builder": "14.172.3",
22
+ "@genesislcap/foundation-testing": "14.173.1",
23
+ "@genesislcap/genx": "14.173.1",
24
+ "@genesislcap/rollup-builder": "14.173.1",
25
+ "@genesislcap/ts-builder": "14.173.1",
26
+ "@genesislcap/uvu-playwright-builder": "14.173.1",
27
+ "@genesislcap/vite-builder": "14.173.1",
28
+ "@genesislcap/webpack-builder": "14.173.1",
29
29
  "rimraf": "^3.0.2"
30
30
  },
31
31
  "dependencies": {
32
- "@genesislcap/foundation-logger": "14.172.3",
32
+ "@genesislcap/foundation-logger": "14.173.1",
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": "cc9b93fba1c80a063df18cbd70752c921f9bad0a"
50
+ "gitHead": "f5103964572a3612e77c069dd8b41cec6980d89f"
51
51
  }