@genesislcap/foundation-utils 14.182.3-alpha-75765564b4e.0 → 14.183.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 +199 -199
  2. package/package.json +10 -10
@@ -159,6 +159,82 @@
159
159
  }
160
160
  ]
161
161
  },
162
+ {
163
+ "kind": "javascript-module",
164
+ "path": "src/decorators/index.ts",
165
+ "declarations": [],
166
+ "exports": [
167
+ {
168
+ "kind": "js",
169
+ "name": "*",
170
+ "declaration": {
171
+ "name": "*",
172
+ "package": "./renderOnChange"
173
+ }
174
+ }
175
+ ]
176
+ },
177
+ {
178
+ "kind": "javascript-module",
179
+ "path": "src/decorators/renderOnChange.ts",
180
+ "declarations": [
181
+ {
182
+ "kind": "function",
183
+ "name": "renderOnChange",
184
+ "parameters": [
185
+ {
186
+ "name": "target",
187
+ "type": {
188
+ "text": "FASTElement & { render(): void }"
189
+ },
190
+ "description": "The target to define the property change handler on."
191
+ },
192
+ {
193
+ "name": "name",
194
+ "type": {
195
+ "text": "string"
196
+ },
197
+ "description": "The property name."
198
+ }
199
+ ],
200
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
201
+ "privacy": "public"
202
+ }
203
+ ],
204
+ "exports": [
205
+ {
206
+ "kind": "js",
207
+ "name": "renderOnChange",
208
+ "declaration": {
209
+ "name": "renderOnChange",
210
+ "module": "src/decorators/renderOnChange.ts"
211
+ }
212
+ }
213
+ ]
214
+ },
215
+ {
216
+ "kind": "javascript-module",
217
+ "path": "src/directives/index.ts",
218
+ "declarations": [],
219
+ "exports": [
220
+ {
221
+ "kind": "js",
222
+ "name": "*",
223
+ "declaration": {
224
+ "name": "*",
225
+ "package": "./sync"
226
+ }
227
+ },
228
+ {
229
+ "kind": "js",
230
+ "name": "*",
231
+ "declaration": {
232
+ "name": "*",
233
+ "package": "./when-else"
234
+ }
235
+ }
236
+ ]
237
+ },
162
238
  {
163
239
  "kind": "javascript-module",
164
240
  "path": "src/data/inMemoryDatabase.ts",
@@ -407,82 +483,6 @@
407
483
  }
408
484
  ]
409
485
  },
410
- {
411
- "kind": "javascript-module",
412
- "path": "src/decorators/index.ts",
413
- "declarations": [],
414
- "exports": [
415
- {
416
- "kind": "js",
417
- "name": "*",
418
- "declaration": {
419
- "name": "*",
420
- "package": "./renderOnChange"
421
- }
422
- }
423
- ]
424
- },
425
- {
426
- "kind": "javascript-module",
427
- "path": "src/decorators/renderOnChange.ts",
428
- "declarations": [
429
- {
430
- "kind": "function",
431
- "name": "renderOnChange",
432
- "parameters": [
433
- {
434
- "name": "target",
435
- "type": {
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."
446
- }
447
- ],
448
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
449
- "privacy": "public"
450
- }
451
- ],
452
- "exports": [
453
- {
454
- "kind": "js",
455
- "name": "renderOnChange",
456
- "declaration": {
457
- "name": "renderOnChange",
458
- "module": "src/decorators/renderOnChange.ts"
459
- }
460
- }
461
- ]
462
- },
463
- {
464
- "kind": "javascript-module",
465
- "path": "src/directives/index.ts",
466
- "declarations": [],
467
- "exports": [
468
- {
469
- "kind": "js",
470
- "name": "*",
471
- "declaration": {
472
- "name": "*",
473
- "package": "./sync"
474
- }
475
- },
476
- {
477
- "kind": "js",
478
- "name": "*",
479
- "declaration": {
480
- "name": "*",
481
- "package": "./when-else"
482
- }
483
- }
484
- ]
485
- },
486
486
  {
487
487
  "kind": "javascript-module",
488
488
  "path": "src/env/index.ts",
@@ -1218,29 +1218,6 @@
1218
1218
  }
1219
1219
  ]
1220
1220
  },
1221
- {
1222
- "kind": "javascript-module",
1223
- "path": "src/mixins/index.ts",
1224
- "declarations": [],
1225
- "exports": [
1226
- {
1227
- "kind": "js",
1228
- "name": "*",
1229
- "declaration": {
1230
- "name": "*",
1231
- "package": "./pendingState"
1232
- }
1233
- },
1234
- {
1235
- "kind": "js",
1236
- "name": "*",
1237
- "declaration": {
1238
- "name": "*",
1239
- "package": "./lifecycle"
1240
- }
1241
- }
1242
- ]
1243
- },
1244
1221
  {
1245
1222
  "kind": "javascript-module",
1246
1223
  "path": "src/observer/index.ts",
@@ -1313,6 +1290,29 @@
1313
1290
  }
1314
1291
  ]
1315
1292
  },
1293
+ {
1294
+ "kind": "javascript-module",
1295
+ "path": "src/mixins/index.ts",
1296
+ "declarations": [],
1297
+ "exports": [
1298
+ {
1299
+ "kind": "js",
1300
+ "name": "*",
1301
+ "declaration": {
1302
+ "name": "*",
1303
+ "package": "./pendingState"
1304
+ }
1305
+ },
1306
+ {
1307
+ "kind": "js",
1308
+ "name": "*",
1309
+ "declaration": {
1310
+ "name": "*",
1311
+ "package": "./lifecycle"
1312
+ }
1313
+ }
1314
+ ]
1315
+ },
1316
1316
  {
1317
1317
  "kind": "javascript-module",
1318
1318
  "path": "src/promise/index.ts",
@@ -2272,6 +2272,106 @@
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
+ },
2275
2375
  {
2276
2376
  "kind": "javascript-module",
2277
2377
  "path": "src/mixins/lifecycle/index.ts",
@@ -2396,106 +2496,6 @@
2396
2496
  }
2397
2497
  ]
2398
2498
  },
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.182.3-alpha-75765564b4e.0",
4
+ "version": "14.183.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.182.3-alpha-75765564b4e.0",
23
- "@genesislcap/genx": "14.182.3-alpha-75765564b4e.0",
24
- "@genesislcap/rollup-builder": "14.182.3-alpha-75765564b4e.0",
25
- "@genesislcap/ts-builder": "14.182.3-alpha-75765564b4e.0",
26
- "@genesislcap/uvu-playwright-builder": "14.182.3-alpha-75765564b4e.0",
27
- "@genesislcap/vite-builder": "14.182.3-alpha-75765564b4e.0",
28
- "@genesislcap/webpack-builder": "14.182.3-alpha-75765564b4e.0",
22
+ "@genesislcap/foundation-testing": "14.183.0",
23
+ "@genesislcap/genx": "14.183.0",
24
+ "@genesislcap/rollup-builder": "14.183.0",
25
+ "@genesislcap/ts-builder": "14.183.0",
26
+ "@genesislcap/uvu-playwright-builder": "14.183.0",
27
+ "@genesislcap/vite-builder": "14.183.0",
28
+ "@genesislcap/webpack-builder": "14.183.0",
29
29
  "rimraf": "^3.0.2"
30
30
  },
31
31
  "dependencies": {
32
- "@genesislcap/foundation-logger": "14.182.3-alpha-75765564b4e.0",
32
+ "@genesislcap/foundation-logger": "14.183.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": "db534c9b74fd9c9813f573cea0962819667eec93"
50
+ "gitHead": "deecb5a173b5b6bd7042a7699ddb7d24e32d1ce8"
51
51
  }