@genesislcap/foundation-utils 14.210.0 → 14.210.1-alpha-1717fac.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/custom-elements.json +147 -147
- package/package.json +10 -10
@@ -1314,29 +1314,6 @@
|
|
1314
1314
|
}
|
1315
1315
|
]
|
1316
1316
|
},
|
1317
|
-
{
|
1318
|
-
"kind": "javascript-module",
|
1319
|
-
"path": "src/mixins/index.ts",
|
1320
|
-
"declarations": [],
|
1321
|
-
"exports": [
|
1322
|
-
{
|
1323
|
-
"kind": "js",
|
1324
|
-
"name": "*",
|
1325
|
-
"declaration": {
|
1326
|
-
"name": "*",
|
1327
|
-
"package": "./pendingState"
|
1328
|
-
}
|
1329
|
-
},
|
1330
|
-
{
|
1331
|
-
"kind": "js",
|
1332
|
-
"name": "*",
|
1333
|
-
"declaration": {
|
1334
|
-
"name": "*",
|
1335
|
-
"package": "./lifecycle"
|
1336
|
-
}
|
1337
|
-
}
|
1338
|
-
]
|
1339
|
-
},
|
1340
1317
|
{
|
1341
1318
|
"kind": "javascript-module",
|
1342
1319
|
"path": "src/observer/index.ts",
|
@@ -1409,6 +1386,29 @@
|
|
1409
1386
|
}
|
1410
1387
|
]
|
1411
1388
|
},
|
1389
|
+
{
|
1390
|
+
"kind": "javascript-module",
|
1391
|
+
"path": "src/mixins/index.ts",
|
1392
|
+
"declarations": [],
|
1393
|
+
"exports": [
|
1394
|
+
{
|
1395
|
+
"kind": "js",
|
1396
|
+
"name": "*",
|
1397
|
+
"declaration": {
|
1398
|
+
"name": "*",
|
1399
|
+
"package": "./pendingState"
|
1400
|
+
}
|
1401
|
+
},
|
1402
|
+
{
|
1403
|
+
"kind": "js",
|
1404
|
+
"name": "*",
|
1405
|
+
"declaration": {
|
1406
|
+
"name": "*",
|
1407
|
+
"package": "./lifecycle"
|
1408
|
+
}
|
1409
|
+
}
|
1410
|
+
]
|
1411
|
+
},
|
1412
1412
|
{
|
1413
1413
|
"kind": "javascript-module",
|
1414
1414
|
"path": "src/promise/index.ts",
|
@@ -2470,130 +2470,6 @@
|
|
2470
2470
|
"declarations": [],
|
2471
2471
|
"exports": []
|
2472
2472
|
},
|
2473
|
-
{
|
2474
|
-
"kind": "javascript-module",
|
2475
|
-
"path": "src/mixins/lifecycle/index.ts",
|
2476
|
-
"declarations": [],
|
2477
|
-
"exports": [
|
2478
|
-
{
|
2479
|
-
"kind": "js",
|
2480
|
-
"name": "*",
|
2481
|
-
"declaration": {
|
2482
|
-
"name": "*",
|
2483
|
-
"package": "./lifecycle"
|
2484
|
-
}
|
2485
|
-
}
|
2486
|
-
]
|
2487
|
-
},
|
2488
|
-
{
|
2489
|
-
"kind": "javascript-module",
|
2490
|
-
"path": "src/mixins/lifecycle/lifecycle.ts",
|
2491
|
-
"declarations": [
|
2492
|
-
{
|
2493
|
-
"kind": "mixin",
|
2494
|
-
"description": "",
|
2495
|
-
"name": "LifecycleMixin",
|
2496
|
-
"members": [
|
2497
|
-
{
|
2498
|
-
"kind": "method",
|
2499
|
-
"name": "cloneNode",
|
2500
|
-
"return": {
|
2501
|
-
"type": {
|
2502
|
-
"text": "Node"
|
2503
|
-
}
|
2504
|
-
},
|
2505
|
-
"parameters": [
|
2506
|
-
{
|
2507
|
-
"name": "deep",
|
2508
|
-
"optional": true,
|
2509
|
-
"type": {
|
2510
|
-
"text": "boolean"
|
2511
|
-
}
|
2512
|
-
}
|
2513
|
-
]
|
2514
|
-
},
|
2515
|
-
{
|
2516
|
-
"kind": "method",
|
2517
|
-
"name": "deepClone",
|
2518
|
-
"return": {
|
2519
|
-
"type": {
|
2520
|
-
"text": "Node"
|
2521
|
-
}
|
2522
|
-
}
|
2523
|
-
},
|
2524
|
-
{
|
2525
|
-
"kind": "field",
|
2526
|
-
"name": "shouldRunDisconnect",
|
2527
|
-
"return": {
|
2528
|
-
"type": {
|
2529
|
-
"text": ""
|
2530
|
-
}
|
2531
|
-
},
|
2532
|
-
"readonly": true
|
2533
|
-
},
|
2534
|
-
{
|
2535
|
-
"kind": "field",
|
2536
|
-
"name": "shouldRunConnect",
|
2537
|
-
"return": {
|
2538
|
-
"type": {
|
2539
|
-
"text": ""
|
2540
|
-
}
|
2541
|
-
},
|
2542
|
-
"readonly": true
|
2543
|
-
},
|
2544
|
-
{
|
2545
|
-
"kind": "method",
|
2546
|
-
"name": "#_blockLifecycleDueToTokenChange",
|
2547
|
-
"return": {
|
2548
|
-
"type": {
|
2549
|
-
"text": "boolean"
|
2550
|
-
}
|
2551
|
-
},
|
2552
|
-
"parameters": [
|
2553
|
-
{
|
2554
|
-
"name": "lifecycleType",
|
2555
|
-
"type": {
|
2556
|
-
"text": "Lifecycletype"
|
2557
|
-
}
|
2558
|
-
}
|
2559
|
-
]
|
2560
|
-
}
|
2561
|
-
],
|
2562
|
-
"parameters": [
|
2563
|
-
{
|
2564
|
-
"name": "Base",
|
2565
|
-
"type": {
|
2566
|
-
"text": "T"
|
2567
|
-
}
|
2568
|
-
}
|
2569
|
-
]
|
2570
|
-
},
|
2571
|
-
{
|
2572
|
-
"kind": "variable",
|
2573
|
-
"name": "layoutCacheDocument",
|
2574
|
-
"description": "Stored on the layout's internal cache to signify that the document is not part of the DOM",
|
2575
|
-
"privacy": "public"
|
2576
|
-
}
|
2577
|
-
],
|
2578
|
-
"exports": [
|
2579
|
-
{
|
2580
|
-
"kind": "js",
|
2581
|
-
"name": "LifecycleMixin",
|
2582
|
-
"declaration": {
|
2583
|
-
"name": "LifecycleMixin",
|
2584
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
2585
|
-
}
|
2586
|
-
},
|
2587
|
-
{
|
2588
|
-
"kind": "js",
|
2589
|
-
"name": "layoutCacheDocument",
|
2590
|
-
"declaration": {
|
2591
|
-
"name": "layoutCacheDocument",
|
2592
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
2593
|
-
}
|
2594
|
-
}
|
2595
|
-
]
|
2596
|
-
},
|
2597
2473
|
{
|
2598
2474
|
"kind": "javascript-module",
|
2599
2475
|
"path": "src/mixins/pendingState/index.ts",
|
@@ -2907,6 +2783,130 @@
|
|
2907
2783
|
"path": "src/serializers/json/types.ts",
|
2908
2784
|
"declarations": [],
|
2909
2785
|
"exports": []
|
2786
|
+
},
|
2787
|
+
{
|
2788
|
+
"kind": "javascript-module",
|
2789
|
+
"path": "src/mixins/lifecycle/index.ts",
|
2790
|
+
"declarations": [],
|
2791
|
+
"exports": [
|
2792
|
+
{
|
2793
|
+
"kind": "js",
|
2794
|
+
"name": "*",
|
2795
|
+
"declaration": {
|
2796
|
+
"name": "*",
|
2797
|
+
"package": "./lifecycle"
|
2798
|
+
}
|
2799
|
+
}
|
2800
|
+
]
|
2801
|
+
},
|
2802
|
+
{
|
2803
|
+
"kind": "javascript-module",
|
2804
|
+
"path": "src/mixins/lifecycle/lifecycle.ts",
|
2805
|
+
"declarations": [
|
2806
|
+
{
|
2807
|
+
"kind": "mixin",
|
2808
|
+
"description": "",
|
2809
|
+
"name": "LifecycleMixin",
|
2810
|
+
"members": [
|
2811
|
+
{
|
2812
|
+
"kind": "method",
|
2813
|
+
"name": "cloneNode",
|
2814
|
+
"return": {
|
2815
|
+
"type": {
|
2816
|
+
"text": "Node"
|
2817
|
+
}
|
2818
|
+
},
|
2819
|
+
"parameters": [
|
2820
|
+
{
|
2821
|
+
"name": "deep",
|
2822
|
+
"optional": true,
|
2823
|
+
"type": {
|
2824
|
+
"text": "boolean"
|
2825
|
+
}
|
2826
|
+
}
|
2827
|
+
]
|
2828
|
+
},
|
2829
|
+
{
|
2830
|
+
"kind": "method",
|
2831
|
+
"name": "deepClone",
|
2832
|
+
"return": {
|
2833
|
+
"type": {
|
2834
|
+
"text": "Node"
|
2835
|
+
}
|
2836
|
+
}
|
2837
|
+
},
|
2838
|
+
{
|
2839
|
+
"kind": "field",
|
2840
|
+
"name": "shouldRunDisconnect",
|
2841
|
+
"return": {
|
2842
|
+
"type": {
|
2843
|
+
"text": ""
|
2844
|
+
}
|
2845
|
+
},
|
2846
|
+
"readonly": true
|
2847
|
+
},
|
2848
|
+
{
|
2849
|
+
"kind": "field",
|
2850
|
+
"name": "shouldRunConnect",
|
2851
|
+
"return": {
|
2852
|
+
"type": {
|
2853
|
+
"text": ""
|
2854
|
+
}
|
2855
|
+
},
|
2856
|
+
"readonly": true
|
2857
|
+
},
|
2858
|
+
{
|
2859
|
+
"kind": "method",
|
2860
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
2861
|
+
"return": {
|
2862
|
+
"type": {
|
2863
|
+
"text": "boolean"
|
2864
|
+
}
|
2865
|
+
},
|
2866
|
+
"parameters": [
|
2867
|
+
{
|
2868
|
+
"name": "lifecycleType",
|
2869
|
+
"type": {
|
2870
|
+
"text": "Lifecycletype"
|
2871
|
+
}
|
2872
|
+
}
|
2873
|
+
]
|
2874
|
+
}
|
2875
|
+
],
|
2876
|
+
"parameters": [
|
2877
|
+
{
|
2878
|
+
"name": "Base",
|
2879
|
+
"type": {
|
2880
|
+
"text": "T"
|
2881
|
+
}
|
2882
|
+
}
|
2883
|
+
]
|
2884
|
+
},
|
2885
|
+
{
|
2886
|
+
"kind": "variable",
|
2887
|
+
"name": "layoutCacheDocument",
|
2888
|
+
"description": "Stored on the layout's internal cache to signify that the document is not part of the DOM",
|
2889
|
+
"privacy": "public"
|
2890
|
+
}
|
2891
|
+
],
|
2892
|
+
"exports": [
|
2893
|
+
{
|
2894
|
+
"kind": "js",
|
2895
|
+
"name": "LifecycleMixin",
|
2896
|
+
"declaration": {
|
2897
|
+
"name": "LifecycleMixin",
|
2898
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
2899
|
+
}
|
2900
|
+
},
|
2901
|
+
{
|
2902
|
+
"kind": "js",
|
2903
|
+
"name": "layoutCacheDocument",
|
2904
|
+
"declaration": {
|
2905
|
+
"name": "layoutCacheDocument",
|
2906
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
2907
|
+
}
|
2908
|
+
}
|
2909
|
+
]
|
2910
2910
|
}
|
2911
2911
|
]
|
2912
2912
|
}
|
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.210.0",
|
4
|
+
"version": "14.210.1-alpha-1717fac.0",
|
5
5
|
"sideEffects": false,
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
7
7
|
"main": "dist/esm/index.js",
|
@@ -27,17 +27,17 @@
|
|
27
27
|
}
|
28
28
|
},
|
29
29
|
"devDependencies": {
|
30
|
-
"@genesislcap/foundation-testing": "14.210.0",
|
31
|
-
"@genesislcap/genx": "14.210.0",
|
32
|
-
"@genesislcap/rollup-builder": "14.210.0",
|
33
|
-
"@genesislcap/ts-builder": "14.210.0",
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.210.0",
|
35
|
-
"@genesislcap/vite-builder": "14.210.0",
|
36
|
-
"@genesislcap/webpack-builder": "14.210.0",
|
30
|
+
"@genesislcap/foundation-testing": "14.210.1-alpha-1717fac.0",
|
31
|
+
"@genesislcap/genx": "14.210.1-alpha-1717fac.0",
|
32
|
+
"@genesislcap/rollup-builder": "14.210.1-alpha-1717fac.0",
|
33
|
+
"@genesislcap/ts-builder": "14.210.1-alpha-1717fac.0",
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.210.1-alpha-1717fac.0",
|
35
|
+
"@genesislcap/vite-builder": "14.210.1-alpha-1717fac.0",
|
36
|
+
"@genesislcap/webpack-builder": "14.210.1-alpha-1717fac.0",
|
37
37
|
"rimraf": "^5.0.0"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@genesislcap/foundation-logger": "14.210.0",
|
40
|
+
"@genesislcap/foundation-logger": "14.210.1-alpha-1717fac.0",
|
41
41
|
"@microsoft/fast-components": "^2.30.6",
|
42
42
|
"@microsoft/fast-element": "^1.12.0",
|
43
43
|
"@microsoft/fast-foundation": "^2.49.4",
|
@@ -55,5 +55,5 @@
|
|
55
55
|
"access": "public"
|
56
56
|
},
|
57
57
|
"customElements": "dist/custom-elements.json",
|
58
|
-
"gitHead": "
|
58
|
+
"gitHead": "876ef746e336dd6d007d89a83eab537b8e0193f2"
|
59
59
|
}
|