@genesislcap/foundation-utils 14.83.2 → 14.83.3-alpha-33bf6c6.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 +124 -124
- package/package.json +5 -5
|
@@ -1685,43 +1685,6 @@
|
|
|
1685
1685
|
}
|
|
1686
1686
|
]
|
|
1687
1687
|
},
|
|
1688
|
-
{
|
|
1689
|
-
"kind": "javascript-module",
|
|
1690
|
-
"path": "src/uuid/index.ts",
|
|
1691
|
-
"declarations": [],
|
|
1692
|
-
"exports": [
|
|
1693
|
-
{
|
|
1694
|
-
"kind": "js",
|
|
1695
|
-
"name": "*",
|
|
1696
|
-
"declaration": {
|
|
1697
|
-
"name": "*",
|
|
1698
|
-
"package": "./uuid"
|
|
1699
|
-
}
|
|
1700
|
-
}
|
|
1701
|
-
]
|
|
1702
|
-
},
|
|
1703
|
-
{
|
|
1704
|
-
"kind": "javascript-module",
|
|
1705
|
-
"path": "src/uuid/uuid.ts",
|
|
1706
|
-
"declarations": [
|
|
1707
|
-
{
|
|
1708
|
-
"kind": "variable",
|
|
1709
|
-
"name": "UUID",
|
|
1710
|
-
"description": "A dependency injection token for the UUID interface.",
|
|
1711
|
-
"privacy": "public"
|
|
1712
|
-
}
|
|
1713
|
-
],
|
|
1714
|
-
"exports": [
|
|
1715
|
-
{
|
|
1716
|
-
"kind": "js",
|
|
1717
|
-
"name": "UUID",
|
|
1718
|
-
"declaration": {
|
|
1719
|
-
"name": "UUID",
|
|
1720
|
-
"module": "src/uuid/uuid.ts"
|
|
1721
|
-
}
|
|
1722
|
-
}
|
|
1723
|
-
]
|
|
1724
|
-
},
|
|
1725
1688
|
{
|
|
1726
1689
|
"kind": "javascript-module",
|
|
1727
1690
|
"path": "src/window/index.ts",
|
|
@@ -1870,6 +1833,43 @@
|
|
|
1870
1833
|
}
|
|
1871
1834
|
]
|
|
1872
1835
|
},
|
|
1836
|
+
{
|
|
1837
|
+
"kind": "javascript-module",
|
|
1838
|
+
"path": "src/uuid/index.ts",
|
|
1839
|
+
"declarations": [],
|
|
1840
|
+
"exports": [
|
|
1841
|
+
{
|
|
1842
|
+
"kind": "js",
|
|
1843
|
+
"name": "*",
|
|
1844
|
+
"declaration": {
|
|
1845
|
+
"name": "*",
|
|
1846
|
+
"package": "./uuid"
|
|
1847
|
+
}
|
|
1848
|
+
}
|
|
1849
|
+
]
|
|
1850
|
+
},
|
|
1851
|
+
{
|
|
1852
|
+
"kind": "javascript-module",
|
|
1853
|
+
"path": "src/uuid/uuid.ts",
|
|
1854
|
+
"declarations": [
|
|
1855
|
+
{
|
|
1856
|
+
"kind": "variable",
|
|
1857
|
+
"name": "UUID",
|
|
1858
|
+
"description": "A dependency injection token for the UUID interface.",
|
|
1859
|
+
"privacy": "public"
|
|
1860
|
+
}
|
|
1861
|
+
],
|
|
1862
|
+
"exports": [
|
|
1863
|
+
{
|
|
1864
|
+
"kind": "js",
|
|
1865
|
+
"name": "UUID",
|
|
1866
|
+
"declaration": {
|
|
1867
|
+
"name": "UUID",
|
|
1868
|
+
"module": "src/uuid/uuid.ts"
|
|
1869
|
+
}
|
|
1870
|
+
}
|
|
1871
|
+
]
|
|
1872
|
+
},
|
|
1873
1873
|
{
|
|
1874
1874
|
"kind": "javascript-module",
|
|
1875
1875
|
"path": "src/directives/sync/index.ts",
|
|
@@ -2248,93 +2248,6 @@
|
|
|
2248
2248
|
}
|
|
2249
2249
|
]
|
|
2250
2250
|
},
|
|
2251
|
-
{
|
|
2252
|
-
"kind": "javascript-module",
|
|
2253
|
-
"path": "src/mixins/pendingState/index.ts",
|
|
2254
|
-
"declarations": [],
|
|
2255
|
-
"exports": [
|
|
2256
|
-
{
|
|
2257
|
-
"kind": "js",
|
|
2258
|
-
"name": "*",
|
|
2259
|
-
"declaration": {
|
|
2260
|
-
"name": "*",
|
|
2261
|
-
"package": "./pendingState"
|
|
2262
|
-
}
|
|
2263
|
-
}
|
|
2264
|
-
]
|
|
2265
|
-
},
|
|
2266
|
-
{
|
|
2267
|
-
"kind": "javascript-module",
|
|
2268
|
-
"path": "src/mixins/pendingState/pendingState.ts",
|
|
2269
|
-
"declarations": [
|
|
2270
|
-
{
|
|
2271
|
-
"kind": "mixin",
|
|
2272
|
-
"description": "The `PendingState` mixin.",
|
|
2273
|
-
"name": "PendingState",
|
|
2274
|
-
"members": [
|
|
2275
|
-
{
|
|
2276
|
-
"kind": "field",
|
|
2277
|
-
"name": "pendingCount",
|
|
2278
|
-
"type": {
|
|
2279
|
-
"text": "number"
|
|
2280
|
-
},
|
|
2281
|
-
"privacy": "public",
|
|
2282
|
-
"default": "0",
|
|
2283
|
-
"description": "The number of promises that are currently pending."
|
|
2284
|
-
},
|
|
2285
|
-
{
|
|
2286
|
-
"kind": "field",
|
|
2287
|
-
"name": "resolvedCount",
|
|
2288
|
-
"type": {
|
|
2289
|
-
"text": "number"
|
|
2290
|
-
},
|
|
2291
|
-
"privacy": "public",
|
|
2292
|
-
"default": "0",
|
|
2293
|
-
"description": "The number of promises that have been resolved."
|
|
2294
|
-
},
|
|
2295
|
-
{
|
|
2296
|
-
"kind": "field",
|
|
2297
|
-
"name": "hasPendingChildren",
|
|
2298
|
-
"type": {
|
|
2299
|
-
"text": "boolean"
|
|
2300
|
-
},
|
|
2301
|
-
"privacy": "public",
|
|
2302
|
-
"default": "false",
|
|
2303
|
-
"description": "A boolean indicating whether there are any pending children."
|
|
2304
|
-
},
|
|
2305
|
-
{
|
|
2306
|
-
"kind": "field",
|
|
2307
|
-
"name": "progress",
|
|
2308
|
-
"type": {
|
|
2309
|
-
"text": "number"
|
|
2310
|
-
},
|
|
2311
|
-
"privacy": "public",
|
|
2312
|
-
"description": "Gets the progress of the pending promises as a percentage between 0 and 1.",
|
|
2313
|
-
"readonly": true
|
|
2314
|
-
}
|
|
2315
|
-
],
|
|
2316
|
-
"parameters": [
|
|
2317
|
-
{
|
|
2318
|
-
"name": "Base",
|
|
2319
|
-
"type": {
|
|
2320
|
-
"text": "TBase"
|
|
2321
|
-
}
|
|
2322
|
-
}
|
|
2323
|
-
],
|
|
2324
|
-
"privacy": "public"
|
|
2325
|
-
}
|
|
2326
|
-
],
|
|
2327
|
-
"exports": [
|
|
2328
|
-
{
|
|
2329
|
-
"kind": "js",
|
|
2330
|
-
"name": "PendingState",
|
|
2331
|
-
"declaration": {
|
|
2332
|
-
"name": "PendingState",
|
|
2333
|
-
"module": "src/mixins/pendingState/pendingState.ts"
|
|
2334
|
-
}
|
|
2335
|
-
}
|
|
2336
|
-
]
|
|
2337
|
-
},
|
|
2338
2251
|
{
|
|
2339
2252
|
"kind": "javascript-module",
|
|
2340
2253
|
"path": "src/serializers/json/index.ts",
|
|
@@ -2561,6 +2474,93 @@
|
|
|
2561
2474
|
"path": "src/serializers/json/types.ts",
|
|
2562
2475
|
"declarations": [],
|
|
2563
2476
|
"exports": []
|
|
2477
|
+
},
|
|
2478
|
+
{
|
|
2479
|
+
"kind": "javascript-module",
|
|
2480
|
+
"path": "src/mixins/pendingState/index.ts",
|
|
2481
|
+
"declarations": [],
|
|
2482
|
+
"exports": [
|
|
2483
|
+
{
|
|
2484
|
+
"kind": "js",
|
|
2485
|
+
"name": "*",
|
|
2486
|
+
"declaration": {
|
|
2487
|
+
"name": "*",
|
|
2488
|
+
"package": "./pendingState"
|
|
2489
|
+
}
|
|
2490
|
+
}
|
|
2491
|
+
]
|
|
2492
|
+
},
|
|
2493
|
+
{
|
|
2494
|
+
"kind": "javascript-module",
|
|
2495
|
+
"path": "src/mixins/pendingState/pendingState.ts",
|
|
2496
|
+
"declarations": [
|
|
2497
|
+
{
|
|
2498
|
+
"kind": "mixin",
|
|
2499
|
+
"description": "The `PendingState` mixin.",
|
|
2500
|
+
"name": "PendingState",
|
|
2501
|
+
"members": [
|
|
2502
|
+
{
|
|
2503
|
+
"kind": "field",
|
|
2504
|
+
"name": "pendingCount",
|
|
2505
|
+
"type": {
|
|
2506
|
+
"text": "number"
|
|
2507
|
+
},
|
|
2508
|
+
"privacy": "public",
|
|
2509
|
+
"default": "0",
|
|
2510
|
+
"description": "The number of promises that are currently pending."
|
|
2511
|
+
},
|
|
2512
|
+
{
|
|
2513
|
+
"kind": "field",
|
|
2514
|
+
"name": "resolvedCount",
|
|
2515
|
+
"type": {
|
|
2516
|
+
"text": "number"
|
|
2517
|
+
},
|
|
2518
|
+
"privacy": "public",
|
|
2519
|
+
"default": "0",
|
|
2520
|
+
"description": "The number of promises that have been resolved."
|
|
2521
|
+
},
|
|
2522
|
+
{
|
|
2523
|
+
"kind": "field",
|
|
2524
|
+
"name": "hasPendingChildren",
|
|
2525
|
+
"type": {
|
|
2526
|
+
"text": "boolean"
|
|
2527
|
+
},
|
|
2528
|
+
"privacy": "public",
|
|
2529
|
+
"default": "false",
|
|
2530
|
+
"description": "A boolean indicating whether there are any pending children."
|
|
2531
|
+
},
|
|
2532
|
+
{
|
|
2533
|
+
"kind": "field",
|
|
2534
|
+
"name": "progress",
|
|
2535
|
+
"type": {
|
|
2536
|
+
"text": "number"
|
|
2537
|
+
},
|
|
2538
|
+
"privacy": "public",
|
|
2539
|
+
"description": "Gets the progress of the pending promises as a percentage between 0 and 1.",
|
|
2540
|
+
"readonly": true
|
|
2541
|
+
}
|
|
2542
|
+
],
|
|
2543
|
+
"parameters": [
|
|
2544
|
+
{
|
|
2545
|
+
"name": "Base",
|
|
2546
|
+
"type": {
|
|
2547
|
+
"text": "TBase"
|
|
2548
|
+
}
|
|
2549
|
+
}
|
|
2550
|
+
],
|
|
2551
|
+
"privacy": "public"
|
|
2552
|
+
}
|
|
2553
|
+
],
|
|
2554
|
+
"exports": [
|
|
2555
|
+
{
|
|
2556
|
+
"kind": "js",
|
|
2557
|
+
"name": "PendingState",
|
|
2558
|
+
"declaration": {
|
|
2559
|
+
"name": "PendingState",
|
|
2560
|
+
"module": "src/mixins/pendingState/pendingState.ts"
|
|
2561
|
+
}
|
|
2562
|
+
}
|
|
2563
|
+
]
|
|
2564
2564
|
}
|
|
2565
2565
|
]
|
|
2566
2566
|
}
|
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.83.
|
|
4
|
+
"version": "14.83.3-alpha-33bf6c6.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.83.
|
|
23
|
-
"@genesislcap/genx": "14.83.
|
|
22
|
+
"@genesislcap/foundation-testing": "14.83.3-alpha-33bf6c6.0",
|
|
23
|
+
"@genesislcap/genx": "14.83.3-alpha-33bf6c6.0",
|
|
24
24
|
"rimraf": "^3.0.2"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@genesislcap/foundation-logger": "14.83.
|
|
27
|
+
"@genesislcap/foundation-logger": "14.83.3-alpha-33bf6c6.0",
|
|
28
28
|
"@microsoft/fast-components": "^2.21.3",
|
|
29
29
|
"@microsoft/fast-element": "^1.7.0",
|
|
30
30
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
44
|
"customElements": "dist/custom-elements.json",
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "ef2d8498af52a1196dfe9e9db0dc9890a5238584"
|
|
46
46
|
}
|