@genesislcap/foundation-utils 14.141.3 → 14.142.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.
- package/dist/custom-elements.json +217 -217
- package/package.json +5 -5
|
@@ -151,6 +151,82 @@
|
|
|
151
151
|
}
|
|
152
152
|
]
|
|
153
153
|
},
|
|
154
|
+
{
|
|
155
|
+
"kind": "javascript-module",
|
|
156
|
+
"path": "src/directives/index.ts",
|
|
157
|
+
"declarations": [],
|
|
158
|
+
"exports": [
|
|
159
|
+
{
|
|
160
|
+
"kind": "js",
|
|
161
|
+
"name": "*",
|
|
162
|
+
"declaration": {
|
|
163
|
+
"name": "*",
|
|
164
|
+
"package": "./sync"
|
|
165
|
+
}
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"kind": "js",
|
|
169
|
+
"name": "*",
|
|
170
|
+
"declaration": {
|
|
171
|
+
"name": "*",
|
|
172
|
+
"package": "./when-else"
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
]
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"kind": "javascript-module",
|
|
179
|
+
"path": "src/decorators/index.ts",
|
|
180
|
+
"declarations": [],
|
|
181
|
+
"exports": [
|
|
182
|
+
{
|
|
183
|
+
"kind": "js",
|
|
184
|
+
"name": "*",
|
|
185
|
+
"declaration": {
|
|
186
|
+
"name": "*",
|
|
187
|
+
"package": "./renderOnChange"
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
]
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"kind": "javascript-module",
|
|
194
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
195
|
+
"declarations": [
|
|
196
|
+
{
|
|
197
|
+
"kind": "function",
|
|
198
|
+
"name": "renderOnChange",
|
|
199
|
+
"parameters": [
|
|
200
|
+
{
|
|
201
|
+
"name": "target",
|
|
202
|
+
"type": {
|
|
203
|
+
"text": "FASTElement & { render(): void }"
|
|
204
|
+
},
|
|
205
|
+
"description": "The target to define the property change handler on."
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"name": "name",
|
|
209
|
+
"type": {
|
|
210
|
+
"text": "string"
|
|
211
|
+
},
|
|
212
|
+
"description": "The property name."
|
|
213
|
+
}
|
|
214
|
+
],
|
|
215
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
216
|
+
"privacy": "public"
|
|
217
|
+
}
|
|
218
|
+
],
|
|
219
|
+
"exports": [
|
|
220
|
+
{
|
|
221
|
+
"kind": "js",
|
|
222
|
+
"name": "renderOnChange",
|
|
223
|
+
"declaration": {
|
|
224
|
+
"name": "renderOnChange",
|
|
225
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
]
|
|
229
|
+
},
|
|
154
230
|
{
|
|
155
231
|
"kind": "javascript-module",
|
|
156
232
|
"path": "src/data/inMemoryDatabase.ts",
|
|
@@ -349,59 +425,6 @@
|
|
|
349
425
|
}
|
|
350
426
|
]
|
|
351
427
|
},
|
|
352
|
-
{
|
|
353
|
-
"kind": "javascript-module",
|
|
354
|
-
"path": "src/decorators/index.ts",
|
|
355
|
-
"declarations": [],
|
|
356
|
-
"exports": [
|
|
357
|
-
{
|
|
358
|
-
"kind": "js",
|
|
359
|
-
"name": "*",
|
|
360
|
-
"declaration": {
|
|
361
|
-
"name": "*",
|
|
362
|
-
"package": "./renderOnChange"
|
|
363
|
-
}
|
|
364
|
-
}
|
|
365
|
-
]
|
|
366
|
-
},
|
|
367
|
-
{
|
|
368
|
-
"kind": "javascript-module",
|
|
369
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
370
|
-
"declarations": [
|
|
371
|
-
{
|
|
372
|
-
"kind": "function",
|
|
373
|
-
"name": "renderOnChange",
|
|
374
|
-
"parameters": [
|
|
375
|
-
{
|
|
376
|
-
"name": "target",
|
|
377
|
-
"type": {
|
|
378
|
-
"text": "FASTElement & { render(): void }"
|
|
379
|
-
},
|
|
380
|
-
"description": "The target to define the property change handler on."
|
|
381
|
-
},
|
|
382
|
-
{
|
|
383
|
-
"name": "name",
|
|
384
|
-
"type": {
|
|
385
|
-
"text": "string"
|
|
386
|
-
},
|
|
387
|
-
"description": "The property name."
|
|
388
|
-
}
|
|
389
|
-
],
|
|
390
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
391
|
-
"privacy": "public"
|
|
392
|
-
}
|
|
393
|
-
],
|
|
394
|
-
"exports": [
|
|
395
|
-
{
|
|
396
|
-
"kind": "js",
|
|
397
|
-
"name": "renderOnChange",
|
|
398
|
-
"declaration": {
|
|
399
|
-
"name": "renderOnChange",
|
|
400
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
401
|
-
}
|
|
402
|
-
}
|
|
403
|
-
]
|
|
404
|
-
},
|
|
405
428
|
{
|
|
406
429
|
"kind": "javascript-module",
|
|
407
430
|
"path": "src/design-system/design-system.ts",
|
|
@@ -452,29 +475,6 @@
|
|
|
452
475
|
}
|
|
453
476
|
]
|
|
454
477
|
},
|
|
455
|
-
{
|
|
456
|
-
"kind": "javascript-module",
|
|
457
|
-
"path": "src/directives/index.ts",
|
|
458
|
-
"declarations": [],
|
|
459
|
-
"exports": [
|
|
460
|
-
{
|
|
461
|
-
"kind": "js",
|
|
462
|
-
"name": "*",
|
|
463
|
-
"declaration": {
|
|
464
|
-
"name": "*",
|
|
465
|
-
"package": "./sync"
|
|
466
|
-
}
|
|
467
|
-
},
|
|
468
|
-
{
|
|
469
|
-
"kind": "js",
|
|
470
|
-
"name": "*",
|
|
471
|
-
"declaration": {
|
|
472
|
-
"name": "*",
|
|
473
|
-
"package": "./when-else"
|
|
474
|
-
}
|
|
475
|
-
}
|
|
476
|
-
]
|
|
477
|
-
},
|
|
478
478
|
{
|
|
479
479
|
"kind": "javascript-module",
|
|
480
480
|
"path": "src/env/index.ts",
|
|
@@ -1233,47 +1233,6 @@
|
|
|
1233
1233
|
}
|
|
1234
1234
|
]
|
|
1235
1235
|
},
|
|
1236
|
-
{
|
|
1237
|
-
"kind": "javascript-module",
|
|
1238
|
-
"path": "src/resource/index.ts",
|
|
1239
|
-
"declarations": [],
|
|
1240
|
-
"exports": [
|
|
1241
|
-
{
|
|
1242
|
-
"kind": "js",
|
|
1243
|
-
"name": "*",
|
|
1244
|
-
"declaration": {
|
|
1245
|
-
"name": "*",
|
|
1246
|
-
"package": "./types"
|
|
1247
|
-
}
|
|
1248
|
-
}
|
|
1249
|
-
]
|
|
1250
|
-
},
|
|
1251
|
-
{
|
|
1252
|
-
"kind": "javascript-module",
|
|
1253
|
-
"path": "src/resource/types.ts",
|
|
1254
|
-
"declarations": [
|
|
1255
|
-
{
|
|
1256
|
-
"kind": "variable",
|
|
1257
|
-
"name": "ResourceType",
|
|
1258
|
-
"type": {
|
|
1259
|
-
"text": "{\n local: 'local',\n remote: 'remote',\n}"
|
|
1260
|
-
},
|
|
1261
|
-
"default": "{\n local: 'local',\n remote: 'remote',\n}",
|
|
1262
|
-
"description": "An object that defines two resource types: \"local\" and \"remote\".",
|
|
1263
|
-
"privacy": "public"
|
|
1264
|
-
}
|
|
1265
|
-
],
|
|
1266
|
-
"exports": [
|
|
1267
|
-
{
|
|
1268
|
-
"kind": "js",
|
|
1269
|
-
"name": "ResourceType",
|
|
1270
|
-
"declaration": {
|
|
1271
|
-
"name": "ResourceType",
|
|
1272
|
-
"module": "src/resource/types.ts"
|
|
1273
|
-
}
|
|
1274
|
-
}
|
|
1275
|
-
]
|
|
1276
|
-
},
|
|
1277
1236
|
{
|
|
1278
1237
|
"kind": "javascript-module",
|
|
1279
1238
|
"path": "src/observer/index.ts",
|
|
@@ -1346,6 +1305,47 @@
|
|
|
1346
1305
|
}
|
|
1347
1306
|
]
|
|
1348
1307
|
},
|
|
1308
|
+
{
|
|
1309
|
+
"kind": "javascript-module",
|
|
1310
|
+
"path": "src/resource/index.ts",
|
|
1311
|
+
"declarations": [],
|
|
1312
|
+
"exports": [
|
|
1313
|
+
{
|
|
1314
|
+
"kind": "js",
|
|
1315
|
+
"name": "*",
|
|
1316
|
+
"declaration": {
|
|
1317
|
+
"name": "*",
|
|
1318
|
+
"package": "./types"
|
|
1319
|
+
}
|
|
1320
|
+
}
|
|
1321
|
+
]
|
|
1322
|
+
},
|
|
1323
|
+
{
|
|
1324
|
+
"kind": "javascript-module",
|
|
1325
|
+
"path": "src/resource/types.ts",
|
|
1326
|
+
"declarations": [
|
|
1327
|
+
{
|
|
1328
|
+
"kind": "variable",
|
|
1329
|
+
"name": "ResourceType",
|
|
1330
|
+
"type": {
|
|
1331
|
+
"text": "{\n local: 'local',\n remote: 'remote',\n}"
|
|
1332
|
+
},
|
|
1333
|
+
"default": "{\n local: 'local',\n remote: 'remote',\n}",
|
|
1334
|
+
"description": "An object that defines two resource types: \"local\" and \"remote\".",
|
|
1335
|
+
"privacy": "public"
|
|
1336
|
+
}
|
|
1337
|
+
],
|
|
1338
|
+
"exports": [
|
|
1339
|
+
{
|
|
1340
|
+
"kind": "js",
|
|
1341
|
+
"name": "ResourceType",
|
|
1342
|
+
"declaration": {
|
|
1343
|
+
"name": "ResourceType",
|
|
1344
|
+
"module": "src/resource/types.ts"
|
|
1345
|
+
}
|
|
1346
|
+
}
|
|
1347
|
+
]
|
|
1348
|
+
},
|
|
1349
1349
|
{
|
|
1350
1350
|
"kind": "javascript-module",
|
|
1351
1351
|
"path": "src/serializers/index.ts",
|
|
@@ -2208,6 +2208,106 @@
|
|
|
2208
2208
|
}
|
|
2209
2209
|
]
|
|
2210
2210
|
},
|
|
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
|
+
},
|
|
2211
2311
|
{
|
|
2212
2312
|
"kind": "javascript-module",
|
|
2213
2313
|
"path": "src/mixins/lifecycle/index.ts",
|
|
@@ -2332,106 +2432,6 @@
|
|
|
2332
2432
|
}
|
|
2333
2433
|
]
|
|
2334
2434
|
},
|
|
2335
|
-
{
|
|
2336
|
-
"kind": "javascript-module",
|
|
2337
|
-
"path": "src/mappers/dto/index.ts",
|
|
2338
|
-
"declarations": [],
|
|
2339
|
-
"exports": [
|
|
2340
|
-
{
|
|
2341
|
-
"kind": "js",
|
|
2342
|
-
"name": "*",
|
|
2343
|
-
"declaration": {
|
|
2344
|
-
"name": "*",
|
|
2345
|
-
"package": "./serverRow"
|
|
2346
|
-
}
|
|
2347
|
-
},
|
|
2348
|
-
{
|
|
2349
|
-
"kind": "js",
|
|
2350
|
-
"name": "*",
|
|
2351
|
-
"declaration": {
|
|
2352
|
-
"name": "*",
|
|
2353
|
-
"package": "./types"
|
|
2354
|
-
}
|
|
2355
|
-
}
|
|
2356
|
-
]
|
|
2357
|
-
},
|
|
2358
|
-
{
|
|
2359
|
-
"kind": "javascript-module",
|
|
2360
|
-
"path": "src/mappers/dto/serverRow.ts",
|
|
2361
|
-
"declarations": [
|
|
2362
|
-
{
|
|
2363
|
-
"kind": "class",
|
|
2364
|
-
"description": "The default `ServerRowDTOMapper`.",
|
|
2365
|
-
"name": "DefaultServerRowDTOMapper",
|
|
2366
|
-
"members": [
|
|
2367
|
-
{
|
|
2368
|
-
"kind": "field",
|
|
2369
|
-
"name": "fromDTO",
|
|
2370
|
-
"description": "Converts a server row DTO to an entity.",
|
|
2371
|
-
"parameters": [
|
|
2372
|
-
{
|
|
2373
|
-
"description": "The DTO to convert.",
|
|
2374
|
-
"name": "dto"
|
|
2375
|
-
}
|
|
2376
|
-
],
|
|
2377
|
-
"return": {
|
|
2378
|
-
"type": {
|
|
2379
|
-
"text": ""
|
|
2380
|
-
}
|
|
2381
|
-
},
|
|
2382
|
-
"privacy": "public"
|
|
2383
|
-
},
|
|
2384
|
-
{
|
|
2385
|
-
"kind": "field",
|
|
2386
|
-
"name": "toDTO",
|
|
2387
|
-
"description": "Converts a server row entity to a DTO.",
|
|
2388
|
-
"parameters": [
|
|
2389
|
-
{
|
|
2390
|
-
"description": "The entity to convert.",
|
|
2391
|
-
"name": "entity"
|
|
2392
|
-
}
|
|
2393
|
-
],
|
|
2394
|
-
"return": {
|
|
2395
|
-
"type": {
|
|
2396
|
-
"text": ""
|
|
2397
|
-
}
|
|
2398
|
-
},
|
|
2399
|
-
"privacy": "public"
|
|
2400
|
-
}
|
|
2401
|
-
]
|
|
2402
|
-
},
|
|
2403
|
-
{
|
|
2404
|
-
"kind": "variable",
|
|
2405
|
-
"name": "ServerRowDTOMapper",
|
|
2406
|
-
"description": "A DI token used to obtain a `ServerRowDTOMapper` instance.",
|
|
2407
|
-
"privacy": "public"
|
|
2408
|
-
}
|
|
2409
|
-
],
|
|
2410
|
-
"exports": [
|
|
2411
|
-
{
|
|
2412
|
-
"kind": "js",
|
|
2413
|
-
"name": "DefaultServerRowDTOMapper",
|
|
2414
|
-
"declaration": {
|
|
2415
|
-
"name": "DefaultServerRowDTOMapper",
|
|
2416
|
-
"module": "src/mappers/dto/serverRow.ts"
|
|
2417
|
-
}
|
|
2418
|
-
},
|
|
2419
|
-
{
|
|
2420
|
-
"kind": "js",
|
|
2421
|
-
"name": "ServerRowDTOMapper",
|
|
2422
|
-
"declaration": {
|
|
2423
|
-
"name": "ServerRowDTOMapper",
|
|
2424
|
-
"module": "src/mappers/dto/serverRow.ts"
|
|
2425
|
-
}
|
|
2426
|
-
}
|
|
2427
|
-
]
|
|
2428
|
-
},
|
|
2429
|
-
{
|
|
2430
|
-
"kind": "javascript-module",
|
|
2431
|
-
"path": "src/mappers/dto/types.ts",
|
|
2432
|
-
"declarations": [],
|
|
2433
|
-
"exports": []
|
|
2434
|
-
},
|
|
2435
2435
|
{
|
|
2436
2436
|
"kind": "javascript-module",
|
|
2437
2437
|
"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.
|
|
4
|
+
"version": "14.142.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"test": "genx test"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@genesislcap/foundation-testing": "14.
|
|
23
|
-
"@genesislcap/genx": "14.
|
|
22
|
+
"@genesislcap/foundation-testing": "14.142.0",
|
|
23
|
+
"@genesislcap/genx": "14.142.0",
|
|
24
24
|
"rimraf": "^3.0.2"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@genesislcap/foundation-logger": "14.
|
|
27
|
+
"@genesislcap/foundation-logger": "14.142.0",
|
|
28
28
|
"@microsoft/fast-components": "^2.30.6",
|
|
29
29
|
"@microsoft/fast-element": "^1.12.0",
|
|
30
30
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
44
|
"customElements": "dist/custom-elements.json",
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "8a30f7d48c453f8eaa52ea7c9f6c3a38a96d4a75"
|
|
46
46
|
}
|