@genesislcap/foundation-utils 14.177.2-alpha-f467137.0 → 14.177.2

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 +173 -173
  2. package/package.json +10 -10
@@ -359,7 +359,42 @@
359
359
  },
360
360
  {
361
361
  "kind": "javascript-module",
362
- "path": "src/directives/index.ts",
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",
363
398
  "declarations": [],
364
399
  "exports": [
365
400
  {
@@ -367,57 +402,67 @@
367
402
  "name": "*",
368
403
  "declaration": {
369
404
  "name": "*",
370
- "package": "./sync"
405
+ "package": "./design-system"
371
406
  }
372
- },
407
+ }
408
+ ]
409
+ },
410
+ {
411
+ "kind": "javascript-module",
412
+ "path": "src/decorators/index.ts",
413
+ "declarations": [],
414
+ "exports": [
373
415
  {
374
416
  "kind": "js",
375
417
  "name": "*",
376
418
  "declaration": {
377
419
  "name": "*",
378
- "package": "./when-else"
420
+ "package": "./renderOnChange"
379
421
  }
380
422
  }
381
423
  ]
382
424
  },
383
425
  {
384
426
  "kind": "javascript-module",
385
- "path": "src/design-system/design-system.ts",
427
+ "path": "src/decorators/renderOnChange.ts",
386
428
  "declarations": [
387
429
  {
388
430
  "kind": "function",
389
- "name": "assureDesignSystem",
390
- "return": {
391
- "type": {
392
- "text": "DesignSystemModule"
393
- }
394
- },
431
+ "name": "renderOnChange",
395
432
  "parameters": [
396
433
  {
397
- "name": "module",
434
+ "name": "target",
398
435
  "type": {
399
- "text": "DesignSystemModule"
400
- }
436
+ "text": "FASTElement & { render(): void }"
437
+ },
438
+ "description": "The target to define the property change handler on."
439
+ },
440
+ {
441
+ "name": "name",
442
+ "type": {
443
+ "text": "string"
444
+ },
445
+ "description": "The property name."
401
446
  }
402
447
  ],
403
- "description": "assureDesignSystem.",
448
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
404
449
  "privacy": "public"
405
450
  }
406
451
  ],
407
452
  "exports": [
408
453
  {
409
454
  "kind": "js",
410
- "name": "assureDesignSystem",
455
+ "name": "renderOnChange",
411
456
  "declaration": {
412
- "name": "assureDesignSystem",
413
- "module": "src/design-system/design-system.ts"
457
+ "name": "renderOnChange",
458
+ "module": "src/decorators/renderOnChange.ts"
414
459
  }
415
460
  }
416
461
  ]
417
462
  },
418
463
  {
419
464
  "kind": "javascript-module",
420
- "path": "src/design-system/index.ts",
465
+ "path": "src/directives/index.ts",
421
466
  "declarations": [],
422
467
  "exports": [
423
468
  {
@@ -425,7 +470,15 @@
425
470
  "name": "*",
426
471
  "declaration": {
427
472
  "name": "*",
428
- "package": "./design-system"
473
+ "package": "./sync"
474
+ }
475
+ },
476
+ {
477
+ "kind": "js",
478
+ "name": "*",
479
+ "declaration": {
480
+ "name": "*",
481
+ "package": "./when-else"
429
482
  }
430
483
  }
431
484
  ]
@@ -852,59 +905,6 @@
852
905
  }
853
906
  ]
854
907
  },
855
- {
856
- "kind": "javascript-module",
857
- "path": "src/decorators/index.ts",
858
- "declarations": [],
859
- "exports": [
860
- {
861
- "kind": "js",
862
- "name": "*",
863
- "declaration": {
864
- "name": "*",
865
- "package": "./renderOnChange"
866
- }
867
- }
868
- ]
869
- },
870
- {
871
- "kind": "javascript-module",
872
- "path": "src/decorators/renderOnChange.ts",
873
- "declarations": [
874
- {
875
- "kind": "function",
876
- "name": "renderOnChange",
877
- "parameters": [
878
- {
879
- "name": "target",
880
- "type": {
881
- "text": "FASTElement & { render(): void }"
882
- },
883
- "description": "The target to define the property change handler on."
884
- },
885
- {
886
- "name": "name",
887
- "type": {
888
- "text": "string"
889
- },
890
- "description": "The property name."
891
- }
892
- ],
893
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
894
- "privacy": "public"
895
- }
896
- ],
897
- "exports": [
898
- {
899
- "kind": "js",
900
- "name": "renderOnChange",
901
- "declaration": {
902
- "name": "renderOnChange",
903
- "module": "src/decorators/renderOnChange.ts"
904
- }
905
- }
906
- ]
907
- },
908
908
  {
909
909
  "kind": "javascript-module",
910
910
  "path": "src/formatters/datetime.ts",
@@ -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",
@@ -2496,6 +2396,106 @@
2496
2396
  }
2497
2397
  ]
2498
2398
  },
2399
+ {
2400
+ "kind": "javascript-module",
2401
+ "path": "src/mappers/dto/index.ts",
2402
+ "declarations": [],
2403
+ "exports": [
2404
+ {
2405
+ "kind": "js",
2406
+ "name": "*",
2407
+ "declaration": {
2408
+ "name": "*",
2409
+ "package": "./serverRow"
2410
+ }
2411
+ },
2412
+ {
2413
+ "kind": "js",
2414
+ "name": "*",
2415
+ "declaration": {
2416
+ "name": "*",
2417
+ "package": "./types"
2418
+ }
2419
+ }
2420
+ ]
2421
+ },
2422
+ {
2423
+ "kind": "javascript-module",
2424
+ "path": "src/mappers/dto/serverRow.ts",
2425
+ "declarations": [
2426
+ {
2427
+ "kind": "class",
2428
+ "description": "The default `ServerRowDTOMapper`.",
2429
+ "name": "DefaultServerRowDTOMapper",
2430
+ "members": [
2431
+ {
2432
+ "kind": "field",
2433
+ "name": "fromDTO",
2434
+ "description": "Converts a server row DTO to an entity.",
2435
+ "parameters": [
2436
+ {
2437
+ "description": "The DTO to convert.",
2438
+ "name": "dto"
2439
+ }
2440
+ ],
2441
+ "return": {
2442
+ "type": {
2443
+ "text": ""
2444
+ }
2445
+ },
2446
+ "privacy": "public"
2447
+ },
2448
+ {
2449
+ "kind": "field",
2450
+ "name": "toDTO",
2451
+ "description": "Converts a server row entity to a DTO.",
2452
+ "parameters": [
2453
+ {
2454
+ "description": "The entity to convert.",
2455
+ "name": "entity"
2456
+ }
2457
+ ],
2458
+ "return": {
2459
+ "type": {
2460
+ "text": ""
2461
+ }
2462
+ },
2463
+ "privacy": "public"
2464
+ }
2465
+ ]
2466
+ },
2467
+ {
2468
+ "kind": "variable",
2469
+ "name": "ServerRowDTOMapper",
2470
+ "description": "A DI token used to obtain a `ServerRowDTOMapper` instance.",
2471
+ "privacy": "public"
2472
+ }
2473
+ ],
2474
+ "exports": [
2475
+ {
2476
+ "kind": "js",
2477
+ "name": "DefaultServerRowDTOMapper",
2478
+ "declaration": {
2479
+ "name": "DefaultServerRowDTOMapper",
2480
+ "module": "src/mappers/dto/serverRow.ts"
2481
+ }
2482
+ },
2483
+ {
2484
+ "kind": "js",
2485
+ "name": "ServerRowDTOMapper",
2486
+ "declaration": {
2487
+ "name": "ServerRowDTOMapper",
2488
+ "module": "src/mappers/dto/serverRow.ts"
2489
+ }
2490
+ }
2491
+ ]
2492
+ },
2493
+ {
2494
+ "kind": "javascript-module",
2495
+ "path": "src/mappers/dto/types.ts",
2496
+ "declarations": [],
2497
+ "exports": []
2498
+ },
2499
2499
  {
2500
2500
  "kind": "javascript-module",
2501
2501
  "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.177.2-alpha-f467137.0",
4
+ "version": "14.177.2",
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.177.2-alpha-f467137.0",
23
- "@genesislcap/genx": "14.177.2-alpha-f467137.0",
24
- "@genesislcap/rollup-builder": "14.177.2-alpha-f467137.0",
25
- "@genesislcap/ts-builder": "14.177.2-alpha-f467137.0",
26
- "@genesislcap/uvu-playwright-builder": "14.177.2-alpha-f467137.0",
27
- "@genesislcap/vite-builder": "14.177.2-alpha-f467137.0",
28
- "@genesislcap/webpack-builder": "14.177.2-alpha-f467137.0",
22
+ "@genesislcap/foundation-testing": "14.177.2",
23
+ "@genesislcap/genx": "14.177.2",
24
+ "@genesislcap/rollup-builder": "14.177.2",
25
+ "@genesislcap/ts-builder": "14.177.2",
26
+ "@genesislcap/uvu-playwright-builder": "14.177.2",
27
+ "@genesislcap/vite-builder": "14.177.2",
28
+ "@genesislcap/webpack-builder": "14.177.2",
29
29
  "rimraf": "^3.0.2"
30
30
  },
31
31
  "dependencies": {
32
- "@genesislcap/foundation-logger": "14.177.2-alpha-f467137.0",
32
+ "@genesislcap/foundation-logger": "14.177.2",
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": "dbf09e1d3aaf89dd5d8e837b0d3c2a3cc7fd5b57"
50
+ "gitHead": "a55c1f24c62a2c4ef8fbf89454f73afd86a18aa1"
51
51
  }