@genesislcap/foundation-utils 14.144.1 → 14.145.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 +203 -203
- package/package.json +5 -5
|
@@ -349,6 +349,59 @@
|
|
|
349
349
|
}
|
|
350
350
|
]
|
|
351
351
|
},
|
|
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
|
+
},
|
|
352
405
|
{
|
|
353
406
|
"kind": "javascript-module",
|
|
354
407
|
"path": "src/design-system/design-system.ts",
|
|
@@ -645,59 +698,6 @@
|
|
|
645
698
|
}
|
|
646
699
|
]
|
|
647
700
|
},
|
|
648
|
-
{
|
|
649
|
-
"kind": "javascript-module",
|
|
650
|
-
"path": "src/decorators/index.ts",
|
|
651
|
-
"declarations": [],
|
|
652
|
-
"exports": [
|
|
653
|
-
{
|
|
654
|
-
"kind": "js",
|
|
655
|
-
"name": "*",
|
|
656
|
-
"declaration": {
|
|
657
|
-
"name": "*",
|
|
658
|
-
"package": "./renderOnChange"
|
|
659
|
-
}
|
|
660
|
-
}
|
|
661
|
-
]
|
|
662
|
-
},
|
|
663
|
-
{
|
|
664
|
-
"kind": "javascript-module",
|
|
665
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
666
|
-
"declarations": [
|
|
667
|
-
{
|
|
668
|
-
"kind": "function",
|
|
669
|
-
"name": "renderOnChange",
|
|
670
|
-
"parameters": [
|
|
671
|
-
{
|
|
672
|
-
"name": "target",
|
|
673
|
-
"type": {
|
|
674
|
-
"text": "FASTElement & { render(): void }"
|
|
675
|
-
},
|
|
676
|
-
"description": "The target to define the property change handler on."
|
|
677
|
-
},
|
|
678
|
-
{
|
|
679
|
-
"name": "name",
|
|
680
|
-
"type": {
|
|
681
|
-
"text": "string"
|
|
682
|
-
},
|
|
683
|
-
"description": "The property name."
|
|
684
|
-
}
|
|
685
|
-
],
|
|
686
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
687
|
-
"privacy": "public"
|
|
688
|
-
}
|
|
689
|
-
],
|
|
690
|
-
"exports": [
|
|
691
|
-
{
|
|
692
|
-
"kind": "js",
|
|
693
|
-
"name": "renderOnChange",
|
|
694
|
-
"declaration": {
|
|
695
|
-
"name": "renderOnChange",
|
|
696
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
697
|
-
}
|
|
698
|
-
}
|
|
699
|
-
]
|
|
700
|
-
},
|
|
701
701
|
{
|
|
702
702
|
"kind": "javascript-module",
|
|
703
703
|
"path": "src/error/errorMap.ts",
|
|
@@ -2143,6 +2143,106 @@
|
|
|
2143
2143
|
}
|
|
2144
2144
|
]
|
|
2145
2145
|
},
|
|
2146
|
+
{
|
|
2147
|
+
"kind": "javascript-module",
|
|
2148
|
+
"path": "src/mappers/dto/index.ts",
|
|
2149
|
+
"declarations": [],
|
|
2150
|
+
"exports": [
|
|
2151
|
+
{
|
|
2152
|
+
"kind": "js",
|
|
2153
|
+
"name": "*",
|
|
2154
|
+
"declaration": {
|
|
2155
|
+
"name": "*",
|
|
2156
|
+
"package": "./serverRow"
|
|
2157
|
+
}
|
|
2158
|
+
},
|
|
2159
|
+
{
|
|
2160
|
+
"kind": "js",
|
|
2161
|
+
"name": "*",
|
|
2162
|
+
"declaration": {
|
|
2163
|
+
"name": "*",
|
|
2164
|
+
"package": "./types"
|
|
2165
|
+
}
|
|
2166
|
+
}
|
|
2167
|
+
]
|
|
2168
|
+
},
|
|
2169
|
+
{
|
|
2170
|
+
"kind": "javascript-module",
|
|
2171
|
+
"path": "src/mappers/dto/serverRow.ts",
|
|
2172
|
+
"declarations": [
|
|
2173
|
+
{
|
|
2174
|
+
"kind": "class",
|
|
2175
|
+
"description": "The default `ServerRowDTOMapper`.",
|
|
2176
|
+
"name": "DefaultServerRowDTOMapper",
|
|
2177
|
+
"members": [
|
|
2178
|
+
{
|
|
2179
|
+
"kind": "field",
|
|
2180
|
+
"name": "fromDTO",
|
|
2181
|
+
"description": "Converts a server row DTO to an entity.",
|
|
2182
|
+
"parameters": [
|
|
2183
|
+
{
|
|
2184
|
+
"description": "The DTO to convert.",
|
|
2185
|
+
"name": "dto"
|
|
2186
|
+
}
|
|
2187
|
+
],
|
|
2188
|
+
"return": {
|
|
2189
|
+
"type": {
|
|
2190
|
+
"text": ""
|
|
2191
|
+
}
|
|
2192
|
+
},
|
|
2193
|
+
"privacy": "public"
|
|
2194
|
+
},
|
|
2195
|
+
{
|
|
2196
|
+
"kind": "field",
|
|
2197
|
+
"name": "toDTO",
|
|
2198
|
+
"description": "Converts a server row entity to a DTO.",
|
|
2199
|
+
"parameters": [
|
|
2200
|
+
{
|
|
2201
|
+
"description": "The entity to convert.",
|
|
2202
|
+
"name": "entity"
|
|
2203
|
+
}
|
|
2204
|
+
],
|
|
2205
|
+
"return": {
|
|
2206
|
+
"type": {
|
|
2207
|
+
"text": ""
|
|
2208
|
+
}
|
|
2209
|
+
},
|
|
2210
|
+
"privacy": "public"
|
|
2211
|
+
}
|
|
2212
|
+
]
|
|
2213
|
+
},
|
|
2214
|
+
{
|
|
2215
|
+
"kind": "variable",
|
|
2216
|
+
"name": "ServerRowDTOMapper",
|
|
2217
|
+
"description": "A DI token used to obtain a `ServerRowDTOMapper` instance.",
|
|
2218
|
+
"privacy": "public"
|
|
2219
|
+
}
|
|
2220
|
+
],
|
|
2221
|
+
"exports": [
|
|
2222
|
+
{
|
|
2223
|
+
"kind": "js",
|
|
2224
|
+
"name": "DefaultServerRowDTOMapper",
|
|
2225
|
+
"declaration": {
|
|
2226
|
+
"name": "DefaultServerRowDTOMapper",
|
|
2227
|
+
"module": "src/mappers/dto/serverRow.ts"
|
|
2228
|
+
}
|
|
2229
|
+
},
|
|
2230
|
+
{
|
|
2231
|
+
"kind": "js",
|
|
2232
|
+
"name": "ServerRowDTOMapper",
|
|
2233
|
+
"declaration": {
|
|
2234
|
+
"name": "ServerRowDTOMapper",
|
|
2235
|
+
"module": "src/mappers/dto/serverRow.ts"
|
|
2236
|
+
}
|
|
2237
|
+
}
|
|
2238
|
+
]
|
|
2239
|
+
},
|
|
2240
|
+
{
|
|
2241
|
+
"kind": "javascript-module",
|
|
2242
|
+
"path": "src/mappers/dto/types.ts",
|
|
2243
|
+
"declarations": [],
|
|
2244
|
+
"exports": []
|
|
2245
|
+
},
|
|
2146
2246
|
{
|
|
2147
2247
|
"kind": "javascript-module",
|
|
2148
2248
|
"path": "src/directives/when-else/index.ts",
|
|
@@ -2210,7 +2310,7 @@
|
|
|
2210
2310
|
},
|
|
2211
2311
|
{
|
|
2212
2312
|
"kind": "javascript-module",
|
|
2213
|
-
"path": "src/
|
|
2313
|
+
"path": "src/mixins/pendingState/index.ts",
|
|
2214
2314
|
"declarations": [],
|
|
2215
2315
|
"exports": [
|
|
2216
2316
|
{
|
|
@@ -2218,96 +2318,83 @@
|
|
|
2218
2318
|
"name": "*",
|
|
2219
2319
|
"declaration": {
|
|
2220
2320
|
"name": "*",
|
|
2221
|
-
"package": "./
|
|
2222
|
-
}
|
|
2223
|
-
},
|
|
2224
|
-
{
|
|
2225
|
-
"kind": "js",
|
|
2226
|
-
"name": "*",
|
|
2227
|
-
"declaration": {
|
|
2228
|
-
"name": "*",
|
|
2229
|
-
"package": "./types"
|
|
2321
|
+
"package": "./pendingState"
|
|
2230
2322
|
}
|
|
2231
2323
|
}
|
|
2232
2324
|
]
|
|
2233
2325
|
},
|
|
2234
2326
|
{
|
|
2235
2327
|
"kind": "javascript-module",
|
|
2236
|
-
"path": "src/
|
|
2328
|
+
"path": "src/mixins/pendingState/pendingState.ts",
|
|
2237
2329
|
"declarations": [
|
|
2238
2330
|
{
|
|
2239
|
-
"kind": "
|
|
2240
|
-
"description": "The
|
|
2241
|
-
"name": "
|
|
2331
|
+
"kind": "mixin",
|
|
2332
|
+
"description": "The `PendingState` mixin.",
|
|
2333
|
+
"name": "PendingState",
|
|
2242
2334
|
"members": [
|
|
2243
2335
|
{
|
|
2244
2336
|
"kind": "field",
|
|
2245
|
-
"name": "
|
|
2246
|
-
"
|
|
2247
|
-
|
|
2248
|
-
{
|
|
2249
|
-
"description": "The DTO to convert.",
|
|
2250
|
-
"name": "dto"
|
|
2251
|
-
}
|
|
2252
|
-
],
|
|
2253
|
-
"return": {
|
|
2254
|
-
"type": {
|
|
2255
|
-
"text": ""
|
|
2256
|
-
}
|
|
2337
|
+
"name": "pendingCount",
|
|
2338
|
+
"type": {
|
|
2339
|
+
"text": "number"
|
|
2257
2340
|
},
|
|
2258
|
-
"privacy": "public"
|
|
2341
|
+
"privacy": "public",
|
|
2342
|
+
"default": "0",
|
|
2343
|
+
"description": "The number of promises that are currently pending."
|
|
2259
2344
|
},
|
|
2260
2345
|
{
|
|
2261
2346
|
"kind": "field",
|
|
2262
|
-
"name": "
|
|
2263
|
-
"
|
|
2264
|
-
|
|
2265
|
-
{
|
|
2266
|
-
"description": "The entity to convert.",
|
|
2267
|
-
"name": "entity"
|
|
2268
|
-
}
|
|
2269
|
-
],
|
|
2270
|
-
"return": {
|
|
2271
|
-
"type": {
|
|
2272
|
-
"text": ""
|
|
2273
|
-
}
|
|
2347
|
+
"name": "resolvedCount",
|
|
2348
|
+
"type": {
|
|
2349
|
+
"text": "number"
|
|
2274
2350
|
},
|
|
2275
|
-
"privacy": "public"
|
|
2351
|
+
"privacy": "public",
|
|
2352
|
+
"default": "0",
|
|
2353
|
+
"description": "The number of promises that have been resolved."
|
|
2354
|
+
},
|
|
2355
|
+
{
|
|
2356
|
+
"kind": "field",
|
|
2357
|
+
"name": "hasPendingChildren",
|
|
2358
|
+
"type": {
|
|
2359
|
+
"text": "boolean"
|
|
2360
|
+
},
|
|
2361
|
+
"privacy": "public",
|
|
2362
|
+
"default": "false",
|
|
2363
|
+
"description": "A boolean indicating whether there are any pending children."
|
|
2364
|
+
},
|
|
2365
|
+
{
|
|
2366
|
+
"kind": "field",
|
|
2367
|
+
"name": "progress",
|
|
2368
|
+
"type": {
|
|
2369
|
+
"text": "number"
|
|
2370
|
+
},
|
|
2371
|
+
"privacy": "public",
|
|
2372
|
+
"description": "Gets the progress of the pending promises as a percentage between 0 and 1.",
|
|
2373
|
+
"readonly": true
|
|
2276
2374
|
}
|
|
2277
|
-
]
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2375
|
+
],
|
|
2376
|
+
"parameters": [
|
|
2377
|
+
{
|
|
2378
|
+
"name": "Base",
|
|
2379
|
+
"type": {
|
|
2380
|
+
"text": "TBase"
|
|
2381
|
+
}
|
|
2382
|
+
}
|
|
2383
|
+
],
|
|
2283
2384
|
"privacy": "public"
|
|
2284
2385
|
}
|
|
2285
2386
|
],
|
|
2286
2387
|
"exports": [
|
|
2287
2388
|
{
|
|
2288
2389
|
"kind": "js",
|
|
2289
|
-
"name": "
|
|
2290
|
-
"declaration": {
|
|
2291
|
-
"name": "DefaultServerRowDTOMapper",
|
|
2292
|
-
"module": "src/mappers/dto/serverRow.ts"
|
|
2293
|
-
}
|
|
2294
|
-
},
|
|
2295
|
-
{
|
|
2296
|
-
"kind": "js",
|
|
2297
|
-
"name": "ServerRowDTOMapper",
|
|
2390
|
+
"name": "PendingState",
|
|
2298
2391
|
"declaration": {
|
|
2299
|
-
"name": "
|
|
2300
|
-
"module": "src/
|
|
2392
|
+
"name": "PendingState",
|
|
2393
|
+
"module": "src/mixins/pendingState/pendingState.ts"
|
|
2301
2394
|
}
|
|
2302
2395
|
}
|
|
2303
2396
|
]
|
|
2304
2397
|
},
|
|
2305
|
-
{
|
|
2306
|
-
"kind": "javascript-module",
|
|
2307
|
-
"path": "src/mappers/dto/types.ts",
|
|
2308
|
-
"declarations": [],
|
|
2309
|
-
"exports": []
|
|
2310
|
-
},
|
|
2311
2398
|
{
|
|
2312
2399
|
"kind": "javascript-module",
|
|
2313
2400
|
"path": "src/mixins/lifecycle/index.ts",
|
|
@@ -2432,93 +2519,6 @@
|
|
|
2432
2519
|
}
|
|
2433
2520
|
]
|
|
2434
2521
|
},
|
|
2435
|
-
{
|
|
2436
|
-
"kind": "javascript-module",
|
|
2437
|
-
"path": "src/mixins/pendingState/index.ts",
|
|
2438
|
-
"declarations": [],
|
|
2439
|
-
"exports": [
|
|
2440
|
-
{
|
|
2441
|
-
"kind": "js",
|
|
2442
|
-
"name": "*",
|
|
2443
|
-
"declaration": {
|
|
2444
|
-
"name": "*",
|
|
2445
|
-
"package": "./pendingState"
|
|
2446
|
-
}
|
|
2447
|
-
}
|
|
2448
|
-
]
|
|
2449
|
-
},
|
|
2450
|
-
{
|
|
2451
|
-
"kind": "javascript-module",
|
|
2452
|
-
"path": "src/mixins/pendingState/pendingState.ts",
|
|
2453
|
-
"declarations": [
|
|
2454
|
-
{
|
|
2455
|
-
"kind": "mixin",
|
|
2456
|
-
"description": "The `PendingState` mixin.",
|
|
2457
|
-
"name": "PendingState",
|
|
2458
|
-
"members": [
|
|
2459
|
-
{
|
|
2460
|
-
"kind": "field",
|
|
2461
|
-
"name": "pendingCount",
|
|
2462
|
-
"type": {
|
|
2463
|
-
"text": "number"
|
|
2464
|
-
},
|
|
2465
|
-
"privacy": "public",
|
|
2466
|
-
"default": "0",
|
|
2467
|
-
"description": "The number of promises that are currently pending."
|
|
2468
|
-
},
|
|
2469
|
-
{
|
|
2470
|
-
"kind": "field",
|
|
2471
|
-
"name": "resolvedCount",
|
|
2472
|
-
"type": {
|
|
2473
|
-
"text": "number"
|
|
2474
|
-
},
|
|
2475
|
-
"privacy": "public",
|
|
2476
|
-
"default": "0",
|
|
2477
|
-
"description": "The number of promises that have been resolved."
|
|
2478
|
-
},
|
|
2479
|
-
{
|
|
2480
|
-
"kind": "field",
|
|
2481
|
-
"name": "hasPendingChildren",
|
|
2482
|
-
"type": {
|
|
2483
|
-
"text": "boolean"
|
|
2484
|
-
},
|
|
2485
|
-
"privacy": "public",
|
|
2486
|
-
"default": "false",
|
|
2487
|
-
"description": "A boolean indicating whether there are any pending children."
|
|
2488
|
-
},
|
|
2489
|
-
{
|
|
2490
|
-
"kind": "field",
|
|
2491
|
-
"name": "progress",
|
|
2492
|
-
"type": {
|
|
2493
|
-
"text": "number"
|
|
2494
|
-
},
|
|
2495
|
-
"privacy": "public",
|
|
2496
|
-
"description": "Gets the progress of the pending promises as a percentage between 0 and 1.",
|
|
2497
|
-
"readonly": true
|
|
2498
|
-
}
|
|
2499
|
-
],
|
|
2500
|
-
"parameters": [
|
|
2501
|
-
{
|
|
2502
|
-
"name": "Base",
|
|
2503
|
-
"type": {
|
|
2504
|
-
"text": "TBase"
|
|
2505
|
-
}
|
|
2506
|
-
}
|
|
2507
|
-
],
|
|
2508
|
-
"privacy": "public"
|
|
2509
|
-
}
|
|
2510
|
-
],
|
|
2511
|
-
"exports": [
|
|
2512
|
-
{
|
|
2513
|
-
"kind": "js",
|
|
2514
|
-
"name": "PendingState",
|
|
2515
|
-
"declaration": {
|
|
2516
|
-
"name": "PendingState",
|
|
2517
|
-
"module": "src/mixins/pendingState/pendingState.ts"
|
|
2518
|
-
}
|
|
2519
|
-
}
|
|
2520
|
-
]
|
|
2521
|
-
},
|
|
2522
2522
|
{
|
|
2523
2523
|
"kind": "javascript-module",
|
|
2524
2524
|
"path": "src/serializers/json/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.145.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.145.0",
|
|
23
|
+
"@genesislcap/genx": "14.145.0",
|
|
24
24
|
"rimraf": "^3.0.2"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@genesislcap/foundation-logger": "14.
|
|
27
|
+
"@genesislcap/foundation-logger": "14.145.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": "6af8e057bf423c3045239449edad01d15153bf0b"
|
|
46
46
|
}
|