@genesislcap/foundation-utils 14.196.0 → 14.196.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 +150 -150
  2. package/package.json +10 -10
@@ -357,6 +357,56 @@
357
357
  }
358
358
  ]
359
359
  },
360
+ {
361
+ "kind": "javascript-module",
362
+ "path": "src/design-system/design-system.ts",
363
+ "declarations": [
364
+ {
365
+ "kind": "function",
366
+ "name": "assureDesignSystem",
367
+ "return": {
368
+ "type": {
369
+ "text": "DesignSystemModule"
370
+ }
371
+ },
372
+ "parameters": [
373
+ {
374
+ "name": "module",
375
+ "type": {
376
+ "text": "DesignSystemModule"
377
+ }
378
+ }
379
+ ],
380
+ "description": "assureDesignSystem.",
381
+ "privacy": "public"
382
+ }
383
+ ],
384
+ "exports": [
385
+ {
386
+ "kind": "js",
387
+ "name": "assureDesignSystem",
388
+ "declaration": {
389
+ "name": "assureDesignSystem",
390
+ "module": "src/design-system/design-system.ts"
391
+ }
392
+ }
393
+ ]
394
+ },
395
+ {
396
+ "kind": "javascript-module",
397
+ "path": "src/design-system/index.ts",
398
+ "declarations": [],
399
+ "exports": [
400
+ {
401
+ "kind": "js",
402
+ "name": "*",
403
+ "declaration": {
404
+ "name": "*",
405
+ "package": "./design-system"
406
+ }
407
+ }
408
+ ]
409
+ },
360
410
  {
361
411
  "kind": "javascript-module",
362
412
  "path": "src/decorators/index.ts",
@@ -433,56 +483,6 @@
433
483
  }
434
484
  ]
435
485
  },
436
- {
437
- "kind": "javascript-module",
438
- "path": "src/design-system/design-system.ts",
439
- "declarations": [
440
- {
441
- "kind": "function",
442
- "name": "assureDesignSystem",
443
- "return": {
444
- "type": {
445
- "text": "DesignSystemModule"
446
- }
447
- },
448
- "parameters": [
449
- {
450
- "name": "module",
451
- "type": {
452
- "text": "DesignSystemModule"
453
- }
454
- }
455
- ],
456
- "description": "assureDesignSystem.",
457
- "privacy": "public"
458
- }
459
- ],
460
- "exports": [
461
- {
462
- "kind": "js",
463
- "name": "assureDesignSystem",
464
- "declaration": {
465
- "name": "assureDesignSystem",
466
- "module": "src/design-system/design-system.ts"
467
- }
468
- }
469
- ]
470
- },
471
- {
472
- "kind": "javascript-module",
473
- "path": "src/design-system/index.ts",
474
- "declarations": [],
475
- "exports": [
476
- {
477
- "kind": "js",
478
- "name": "*",
479
- "declaration": {
480
- "name": "*",
481
- "package": "./design-system"
482
- }
483
- }
484
- ]
485
- },
486
486
  {
487
487
  "kind": "javascript-module",
488
488
  "path": "src/env/index.ts",
@@ -2287,106 +2287,6 @@
2287
2287
  }
2288
2288
  ]
2289
2289
  },
2290
- {
2291
- "kind": "javascript-module",
2292
- "path": "src/mappers/dto/index.ts",
2293
- "declarations": [],
2294
- "exports": [
2295
- {
2296
- "kind": "js",
2297
- "name": "*",
2298
- "declaration": {
2299
- "name": "*",
2300
- "package": "./serverRow"
2301
- }
2302
- },
2303
- {
2304
- "kind": "js",
2305
- "name": "*",
2306
- "declaration": {
2307
- "name": "*",
2308
- "package": "./types"
2309
- }
2310
- }
2311
- ]
2312
- },
2313
- {
2314
- "kind": "javascript-module",
2315
- "path": "src/mappers/dto/serverRow.ts",
2316
- "declarations": [
2317
- {
2318
- "kind": "class",
2319
- "description": "The default `ServerRowDTOMapper`.",
2320
- "name": "DefaultServerRowDTOMapper",
2321
- "members": [
2322
- {
2323
- "kind": "field",
2324
- "name": "fromDTO",
2325
- "description": "Converts a server row DTO to an entity.",
2326
- "parameters": [
2327
- {
2328
- "description": "The DTO to convert.",
2329
- "name": "dto"
2330
- }
2331
- ],
2332
- "return": {
2333
- "type": {
2334
- "text": ""
2335
- }
2336
- },
2337
- "privacy": "public"
2338
- },
2339
- {
2340
- "kind": "field",
2341
- "name": "toDTO",
2342
- "description": "Converts a server row entity to a DTO.",
2343
- "parameters": [
2344
- {
2345
- "description": "The entity to convert.",
2346
- "name": "entity"
2347
- }
2348
- ],
2349
- "return": {
2350
- "type": {
2351
- "text": ""
2352
- }
2353
- },
2354
- "privacy": "public"
2355
- }
2356
- ]
2357
- },
2358
- {
2359
- "kind": "variable",
2360
- "name": "ServerRowDTOMapper",
2361
- "description": "A DI token used to obtain a `ServerRowDTOMapper` instance.",
2362
- "privacy": "public"
2363
- }
2364
- ],
2365
- "exports": [
2366
- {
2367
- "kind": "js",
2368
- "name": "DefaultServerRowDTOMapper",
2369
- "declaration": {
2370
- "name": "DefaultServerRowDTOMapper",
2371
- "module": "src/mappers/dto/serverRow.ts"
2372
- }
2373
- },
2374
- {
2375
- "kind": "js",
2376
- "name": "ServerRowDTOMapper",
2377
- "declaration": {
2378
- "name": "ServerRowDTOMapper",
2379
- "module": "src/mappers/dto/serverRow.ts"
2380
- }
2381
- }
2382
- ]
2383
- },
2384
- {
2385
- "kind": "javascript-module",
2386
- "path": "src/mappers/dto/types.ts",
2387
- "declarations": [],
2388
- "exports": []
2389
- },
2390
2290
  {
2391
2291
  "kind": "javascript-module",
2392
2292
  "path": "src/mixins/lifecycle/index.ts",
@@ -2511,6 +2411,106 @@
2511
2411
  }
2512
2412
  ]
2513
2413
  },
2414
+ {
2415
+ "kind": "javascript-module",
2416
+ "path": "src/mappers/dto/index.ts",
2417
+ "declarations": [],
2418
+ "exports": [
2419
+ {
2420
+ "kind": "js",
2421
+ "name": "*",
2422
+ "declaration": {
2423
+ "name": "*",
2424
+ "package": "./serverRow"
2425
+ }
2426
+ },
2427
+ {
2428
+ "kind": "js",
2429
+ "name": "*",
2430
+ "declaration": {
2431
+ "name": "*",
2432
+ "package": "./types"
2433
+ }
2434
+ }
2435
+ ]
2436
+ },
2437
+ {
2438
+ "kind": "javascript-module",
2439
+ "path": "src/mappers/dto/serverRow.ts",
2440
+ "declarations": [
2441
+ {
2442
+ "kind": "class",
2443
+ "description": "The default `ServerRowDTOMapper`.",
2444
+ "name": "DefaultServerRowDTOMapper",
2445
+ "members": [
2446
+ {
2447
+ "kind": "field",
2448
+ "name": "fromDTO",
2449
+ "description": "Converts a server row DTO to an entity.",
2450
+ "parameters": [
2451
+ {
2452
+ "description": "The DTO to convert.",
2453
+ "name": "dto"
2454
+ }
2455
+ ],
2456
+ "return": {
2457
+ "type": {
2458
+ "text": ""
2459
+ }
2460
+ },
2461
+ "privacy": "public"
2462
+ },
2463
+ {
2464
+ "kind": "field",
2465
+ "name": "toDTO",
2466
+ "description": "Converts a server row entity to a DTO.",
2467
+ "parameters": [
2468
+ {
2469
+ "description": "The entity to convert.",
2470
+ "name": "entity"
2471
+ }
2472
+ ],
2473
+ "return": {
2474
+ "type": {
2475
+ "text": ""
2476
+ }
2477
+ },
2478
+ "privacy": "public"
2479
+ }
2480
+ ]
2481
+ },
2482
+ {
2483
+ "kind": "variable",
2484
+ "name": "ServerRowDTOMapper",
2485
+ "description": "A DI token used to obtain a `ServerRowDTOMapper` instance.",
2486
+ "privacy": "public"
2487
+ }
2488
+ ],
2489
+ "exports": [
2490
+ {
2491
+ "kind": "js",
2492
+ "name": "DefaultServerRowDTOMapper",
2493
+ "declaration": {
2494
+ "name": "DefaultServerRowDTOMapper",
2495
+ "module": "src/mappers/dto/serverRow.ts"
2496
+ }
2497
+ },
2498
+ {
2499
+ "kind": "js",
2500
+ "name": "ServerRowDTOMapper",
2501
+ "declaration": {
2502
+ "name": "ServerRowDTOMapper",
2503
+ "module": "src/mappers/dto/serverRow.ts"
2504
+ }
2505
+ }
2506
+ ]
2507
+ },
2508
+ {
2509
+ "kind": "javascript-module",
2510
+ "path": "src/mappers/dto/types.ts",
2511
+ "declarations": [],
2512
+ "exports": []
2513
+ },
2514
2514
  {
2515
2515
  "kind": "javascript-module",
2516
2516
  "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.196.0",
4
+ "version": "14.196.1",
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.196.0",
31
- "@genesislcap/genx": "14.196.0",
32
- "@genesislcap/rollup-builder": "14.196.0",
33
- "@genesislcap/ts-builder": "14.196.0",
34
- "@genesislcap/uvu-playwright-builder": "14.196.0",
35
- "@genesislcap/vite-builder": "14.196.0",
36
- "@genesislcap/webpack-builder": "14.196.0",
30
+ "@genesislcap/foundation-testing": "14.196.1",
31
+ "@genesislcap/genx": "14.196.1",
32
+ "@genesislcap/rollup-builder": "14.196.1",
33
+ "@genesislcap/ts-builder": "14.196.1",
34
+ "@genesislcap/uvu-playwright-builder": "14.196.1",
35
+ "@genesislcap/vite-builder": "14.196.1",
36
+ "@genesislcap/webpack-builder": "14.196.1",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.196.0",
40
+ "@genesislcap/foundation-logger": "14.196.1",
41
41
  "@microsoft/fast-components": "^2.30.6",
42
42
  "@microsoft/fast-element": "^1.12.0",
43
43
  "@microsoft/fast-foundation": "^2.49.4",
@@ -54,5 +54,5 @@
54
54
  "access": "public"
55
55
  },
56
56
  "customElements": "dist/custom-elements.json",
57
- "gitHead": "166f83e9c2bfbd3686174b0139a9af1bbc3ce5a6"
57
+ "gitHead": "bb556c4499cbd190f90c76b1d22f0d29e6b500f7"
58
58
  }