@genesislcap/foundation-utils 14.146.1 → 14.147.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.
@@ -151,109 +151,6 @@
151
151
  }
152
152
  ]
153
153
  },
154
- {
155
- "kind": "javascript-module",
156
- "path": "src/decorators/index.ts",
157
- "declarations": [],
158
- "exports": [
159
- {
160
- "kind": "js",
161
- "name": "*",
162
- "declaration": {
163
- "name": "*",
164
- "package": "./renderOnChange"
165
- }
166
- }
167
- ]
168
- },
169
- {
170
- "kind": "javascript-module",
171
- "path": "src/decorators/renderOnChange.ts",
172
- "declarations": [
173
- {
174
- "kind": "function",
175
- "name": "renderOnChange",
176
- "parameters": [
177
- {
178
- "name": "target",
179
- "type": {
180
- "text": "FASTElement & { render(): void }"
181
- },
182
- "description": "The target to define the property change handler on."
183
- },
184
- {
185
- "name": "name",
186
- "type": {
187
- "text": "string"
188
- },
189
- "description": "The property name."
190
- }
191
- ],
192
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
193
- "privacy": "public"
194
- }
195
- ],
196
- "exports": [
197
- {
198
- "kind": "js",
199
- "name": "renderOnChange",
200
- "declaration": {
201
- "name": "renderOnChange",
202
- "module": "src/decorators/renderOnChange.ts"
203
- }
204
- }
205
- ]
206
- },
207
- {
208
- "kind": "javascript-module",
209
- "path": "src/design-system/design-system.ts",
210
- "declarations": [
211
- {
212
- "kind": "function",
213
- "name": "assureDesignSystem",
214
- "return": {
215
- "type": {
216
- "text": "DesignSystemModule"
217
- }
218
- },
219
- "parameters": [
220
- {
221
- "name": "module",
222
- "type": {
223
- "text": "DesignSystemModule"
224
- }
225
- }
226
- ],
227
- "description": "assureDesignSystem.",
228
- "privacy": "public"
229
- }
230
- ],
231
- "exports": [
232
- {
233
- "kind": "js",
234
- "name": "assureDesignSystem",
235
- "declaration": {
236
- "name": "assureDesignSystem",
237
- "module": "src/design-system/design-system.ts"
238
- }
239
- }
240
- ]
241
- },
242
- {
243
- "kind": "javascript-module",
244
- "path": "src/design-system/index.ts",
245
- "declarations": [],
246
- "exports": [
247
- {
248
- "kind": "js",
249
- "name": "*",
250
- "declaration": {
251
- "name": "*",
252
- "package": "./design-system"
253
- }
254
- }
255
- ]
256
- },
257
154
  {
258
155
  "kind": "javascript-module",
259
156
  "path": "src/data/inMemoryDatabase.ts",
@@ -452,6 +349,56 @@
452
349
  }
453
350
  ]
454
351
  },
352
+ {
353
+ "kind": "javascript-module",
354
+ "path": "src/design-system/design-system.ts",
355
+ "declarations": [
356
+ {
357
+ "kind": "function",
358
+ "name": "assureDesignSystem",
359
+ "return": {
360
+ "type": {
361
+ "text": "DesignSystemModule"
362
+ }
363
+ },
364
+ "parameters": [
365
+ {
366
+ "name": "module",
367
+ "type": {
368
+ "text": "DesignSystemModule"
369
+ }
370
+ }
371
+ ],
372
+ "description": "assureDesignSystem.",
373
+ "privacy": "public"
374
+ }
375
+ ],
376
+ "exports": [
377
+ {
378
+ "kind": "js",
379
+ "name": "assureDesignSystem",
380
+ "declaration": {
381
+ "name": "assureDesignSystem",
382
+ "module": "src/design-system/design-system.ts"
383
+ }
384
+ }
385
+ ]
386
+ },
387
+ {
388
+ "kind": "javascript-module",
389
+ "path": "src/design-system/index.ts",
390
+ "declarations": [],
391
+ "exports": [
392
+ {
393
+ "kind": "js",
394
+ "name": "*",
395
+ "declaration": {
396
+ "name": "*",
397
+ "package": "./design-system"
398
+ }
399
+ }
400
+ ]
401
+ },
455
402
  {
456
403
  "kind": "javascript-module",
457
404
  "path": "src/directives/index.ts",
@@ -475,6 +422,59 @@
475
422
  }
476
423
  ]
477
424
  },
425
+ {
426
+ "kind": "javascript-module",
427
+ "path": "src/decorators/index.ts",
428
+ "declarations": [],
429
+ "exports": [
430
+ {
431
+ "kind": "js",
432
+ "name": "*",
433
+ "declaration": {
434
+ "name": "*",
435
+ "package": "./renderOnChange"
436
+ }
437
+ }
438
+ ]
439
+ },
440
+ {
441
+ "kind": "javascript-module",
442
+ "path": "src/decorators/renderOnChange.ts",
443
+ "declarations": [
444
+ {
445
+ "kind": "function",
446
+ "name": "renderOnChange",
447
+ "parameters": [
448
+ {
449
+ "name": "target",
450
+ "type": {
451
+ "text": "FASTElement & { render(): void }"
452
+ },
453
+ "description": "The target to define the property change handler on."
454
+ },
455
+ {
456
+ "name": "name",
457
+ "type": {
458
+ "text": "string"
459
+ },
460
+ "description": "The property name."
461
+ }
462
+ ],
463
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
464
+ "privacy": "public"
465
+ }
466
+ ],
467
+ "exports": [
468
+ {
469
+ "kind": "js",
470
+ "name": "renderOnChange",
471
+ "declaration": {
472
+ "name": "renderOnChange",
473
+ "module": "src/decorators/renderOnChange.ts"
474
+ }
475
+ }
476
+ ]
477
+ },
478
478
  {
479
479
  "kind": "javascript-module",
480
480
  "path": "src/env/index.ts",
@@ -1195,21 +1195,6 @@
1195
1195
  }
1196
1196
  ]
1197
1197
  },
1198
- {
1199
- "kind": "javascript-module",
1200
- "path": "src/mappers/index.ts",
1201
- "declarations": [],
1202
- "exports": [
1203
- {
1204
- "kind": "js",
1205
- "name": "*",
1206
- "declaration": {
1207
- "name": "*",
1208
- "package": "./dto"
1209
- }
1210
- }
1211
- ]
1212
- },
1213
1198
  {
1214
1199
  "kind": "javascript-module",
1215
1200
  "path": "src/mixins/index.ts",
@@ -2208,106 +2193,6 @@
2208
2193
  }
2209
2194
  ]
2210
2195
  },
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
- },
2311
2196
  {
2312
2197
  "kind": "javascript-module",
2313
2198
  "path": "src/mixins/lifecycle/index.ts",
@@ -2745,6 +2630,121 @@
2745
2630
  "path": "src/serializers/json/types.ts",
2746
2631
  "declarations": [],
2747
2632
  "exports": []
2633
+ },
2634
+ {
2635
+ "kind": "javascript-module",
2636
+ "path": "src/mappers/index.ts",
2637
+ "declarations": [],
2638
+ "exports": [
2639
+ {
2640
+ "kind": "js",
2641
+ "name": "*",
2642
+ "declaration": {
2643
+ "name": "*",
2644
+ "package": "./dto"
2645
+ }
2646
+ }
2647
+ ]
2648
+ },
2649
+ {
2650
+ "kind": "javascript-module",
2651
+ "path": "src/mappers/dto/index.ts",
2652
+ "declarations": [],
2653
+ "exports": [
2654
+ {
2655
+ "kind": "js",
2656
+ "name": "*",
2657
+ "declaration": {
2658
+ "name": "*",
2659
+ "package": "./serverRow"
2660
+ }
2661
+ },
2662
+ {
2663
+ "kind": "js",
2664
+ "name": "*",
2665
+ "declaration": {
2666
+ "name": "*",
2667
+ "package": "./types"
2668
+ }
2669
+ }
2670
+ ]
2671
+ },
2672
+ {
2673
+ "kind": "javascript-module",
2674
+ "path": "src/mappers/dto/serverRow.ts",
2675
+ "declarations": [
2676
+ {
2677
+ "kind": "class",
2678
+ "description": "The default `ServerRowDTOMapper`.",
2679
+ "name": "DefaultServerRowDTOMapper",
2680
+ "members": [
2681
+ {
2682
+ "kind": "field",
2683
+ "name": "fromDTO",
2684
+ "description": "Converts a server row DTO to an entity.",
2685
+ "parameters": [
2686
+ {
2687
+ "description": "The DTO to convert.",
2688
+ "name": "dto"
2689
+ }
2690
+ ],
2691
+ "return": {
2692
+ "type": {
2693
+ "text": ""
2694
+ }
2695
+ },
2696
+ "privacy": "public"
2697
+ },
2698
+ {
2699
+ "kind": "field",
2700
+ "name": "toDTO",
2701
+ "description": "Converts a server row entity to a DTO.",
2702
+ "parameters": [
2703
+ {
2704
+ "description": "The entity to convert.",
2705
+ "name": "entity"
2706
+ }
2707
+ ],
2708
+ "return": {
2709
+ "type": {
2710
+ "text": ""
2711
+ }
2712
+ },
2713
+ "privacy": "public"
2714
+ }
2715
+ ]
2716
+ },
2717
+ {
2718
+ "kind": "variable",
2719
+ "name": "ServerRowDTOMapper",
2720
+ "description": "A DI token used to obtain a `ServerRowDTOMapper` instance.",
2721
+ "privacy": "public"
2722
+ }
2723
+ ],
2724
+ "exports": [
2725
+ {
2726
+ "kind": "js",
2727
+ "name": "DefaultServerRowDTOMapper",
2728
+ "declaration": {
2729
+ "name": "DefaultServerRowDTOMapper",
2730
+ "module": "src/mappers/dto/serverRow.ts"
2731
+ }
2732
+ },
2733
+ {
2734
+ "kind": "js",
2735
+ "name": "ServerRowDTOMapper",
2736
+ "declaration": {
2737
+ "name": "ServerRowDTOMapper",
2738
+ "module": "src/mappers/dto/serverRow.ts"
2739
+ }
2740
+ }
2741
+ ]
2742
+ },
2743
+ {
2744
+ "kind": "javascript-module",
2745
+ "path": "src/mappers/dto/types.ts",
2746
+ "declarations": [],
2747
+ "exports": []
2748
2748
  }
2749
2749
  ]
2750
2750
  }
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.146.1",
4
+ "version": "14.147.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -19,12 +19,17 @@
19
19
  "test": "genx test"
20
20
  },
21
21
  "devDependencies": {
22
- "@genesislcap/foundation-testing": "14.146.1",
23
- "@genesislcap/genx": "14.146.1",
22
+ "@genesislcap/foundation-testing": "14.147.0",
23
+ "@genesislcap/genx": "14.147.0",
24
+ "@genesislcap/rollup-builder": "14.147.0",
25
+ "@genesislcap/ts-builder": "14.147.0",
26
+ "@genesislcap/uvu-playwright-builder": "14.147.0",
27
+ "@genesislcap/vite-builder": "14.147.0",
28
+ "@genesislcap/webpack-builder": "14.147.0",
24
29
  "rimraf": "^3.0.2"
25
30
  },
26
31
  "dependencies": {
27
- "@genesislcap/foundation-logger": "14.146.1",
32
+ "@genesislcap/foundation-logger": "14.147.0",
28
33
  "@microsoft/fast-components": "^2.30.6",
29
34
  "@microsoft/fast-element": "^1.12.0",
30
35
  "@microsoft/fast-foundation": "^2.49.4",
@@ -42,5 +47,5 @@
42
47
  "access": "public"
43
48
  },
44
49
  "customElements": "dist/custom-elements.json",
45
- "gitHead": "9b5c011341bdf33e644021b7ad5839079400b510"
50
+ "gitHead": "b0d8376acf8f71736cfcedb43fba7311e5d77331"
46
51
  }