@graphrefly/graphrefly 0.20.0 → 0.21.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/README.md +20 -3
- package/dist/{chunk-3N2Y6PCR.js → chunk-2UDLYZHT.js} +3 -3
- package/dist/{chunk-XYL3GLB3.js → chunk-4MQ2J6IG.js} +2 -2
- package/dist/{chunk-XYL3GLB3.js.map → chunk-4MQ2J6IG.js.map} +1 -1
- package/dist/{chunk-2L5J6RPM.js → chunk-7IGHIFTT.js} +2 -2
- package/dist/{chunk-PGEU5MEH.js → chunk-DOSLSFKL.js} +3 -3
- package/dist/{chunk-BJAOEU4D.js → chunk-ECN37NVS.js} +154 -196
- package/dist/chunk-ECN37NVS.js.map +1 -0
- package/dist/{chunk-R2LPZIY2.js → chunk-G66H6ZRK.js} +3 -3
- package/dist/{chunk-OOA2UTXF.js → chunk-VOQFK7YN.js} +2 -2
- package/dist/{chunk-5PSVTDNZ.js → chunk-XWBVAO2R.js} +4 -4
- package/dist/{chunk-IAPLC4NR.js → chunk-ZTCDY5NQ.js} +3 -3
- package/dist/compat/nestjs/index.cjs +1 -1
- package/dist/compat/nestjs/index.cjs.map +1 -1
- package/dist/compat/nestjs/index.js +7 -7
- package/dist/core/index.cjs +1 -1
- package/dist/core/index.cjs.map +1 -1
- package/dist/core/index.js +3 -3
- package/dist/extra/index.cjs +152 -194
- package/dist/extra/index.cjs.map +1 -1
- package/dist/extra/index.js +3 -3
- package/dist/graph/index.cjs +1 -1
- package/dist/graph/index.cjs.map +1 -1
- package/dist/graph/index.js +4 -4
- package/dist/index.cjs +312 -196
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +201 -5
- package/dist/index.d.ts +201 -5
- package/dist/index.js +173 -15
- package/dist/index.js.map +1 -1
- package/dist/patterns/reactive-layout/index.cjs +1 -1
- package/dist/patterns/reactive-layout/index.cjs.map +1 -1
- package/dist/patterns/reactive-layout/index.js +4 -4
- package/package.json +2 -1
- package/dist/chunk-BJAOEU4D.js.map +0 -1
- /package/dist/{chunk-3N2Y6PCR.js.map → chunk-2UDLYZHT.js.map} +0 -0
- /package/dist/{chunk-2L5J6RPM.js.map → chunk-7IGHIFTT.js.map} +0 -0
- /package/dist/{chunk-PGEU5MEH.js.map → chunk-DOSLSFKL.js.map} +0 -0
- /package/dist/{chunk-R2LPZIY2.js.map → chunk-G66H6ZRK.js.map} +0 -0
- /package/dist/{chunk-OOA2UTXF.js.map → chunk-VOQFK7YN.js.map} +0 -0
- /package/dist/{chunk-5PSVTDNZ.js.map → chunk-XWBVAO2R.js.map} +0 -0
- /package/dist/{chunk-IAPLC4NR.js.map → chunk-ZTCDY5NQ.js.map} +0 -0
|
@@ -4,10 +4,10 @@ import {
|
|
|
4
4
|
graphProfile,
|
|
5
5
|
reachable,
|
|
6
6
|
sizeof
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-2UDLYZHT.js";
|
|
8
8
|
import {
|
|
9
9
|
__export
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-4MQ2J6IG.js";
|
|
11
11
|
|
|
12
12
|
// src/graph/index.ts
|
|
13
13
|
var graph_exports = {};
|
|
@@ -108,4 +108,4 @@ export {
|
|
|
108
108
|
replayWAL,
|
|
109
109
|
graph_exports
|
|
110
110
|
};
|
|
111
|
-
//# sourceMappingURL=chunk-
|
|
111
|
+
//# sourceMappingURL=chunk-G66H6ZRK.js.map
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
producer,
|
|
12
12
|
state,
|
|
13
13
|
wallClockNs
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-4MQ2J6IG.js";
|
|
15
15
|
|
|
16
16
|
// src/extra/observable.ts
|
|
17
17
|
import { Observable } from "rxjs";
|
|
@@ -773,4 +773,4 @@ export {
|
|
|
773
773
|
reactiveLog,
|
|
774
774
|
logSlice
|
|
775
775
|
};
|
|
776
|
-
//# sourceMappingURL=chunk-
|
|
776
|
+
//# sourceMappingURL=chunk-VOQFK7YN.js.map
|
|
@@ -5,10 +5,10 @@ import {
|
|
|
5
5
|
keepalive,
|
|
6
6
|
reactiveLog,
|
|
7
7
|
toObservable
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-VOQFK7YN.js";
|
|
9
9
|
import {
|
|
10
10
|
Graph
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-2UDLYZHT.js";
|
|
12
12
|
import {
|
|
13
13
|
COMPLETE,
|
|
14
14
|
DATA,
|
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
policy,
|
|
27
27
|
state,
|
|
28
28
|
wallClockNs
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-4MQ2J6IG.js";
|
|
30
30
|
|
|
31
31
|
// src/compat/nestjs/index.ts
|
|
32
32
|
var nestjs_exports = {};
|
|
@@ -1374,4 +1374,4 @@ export {
|
|
|
1374
1374
|
GraphReflyModule,
|
|
1375
1375
|
nestjs_exports
|
|
1376
1376
|
};
|
|
1377
|
-
//# sourceMappingURL=chunk-
|
|
1377
|
+
//# sourceMappingURL=chunk-XWBVAO2R.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Graph
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-2UDLYZHT.js";
|
|
4
4
|
import {
|
|
5
5
|
DATA,
|
|
6
6
|
INVALIDATE,
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
downWithBatch,
|
|
11
11
|
monotonicNs,
|
|
12
12
|
state
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-4MQ2J6IG.js";
|
|
14
14
|
|
|
15
15
|
// src/patterns/reactive-layout/index.ts
|
|
16
16
|
var reactive_layout_exports = {};
|
|
@@ -1094,4 +1094,4 @@ export {
|
|
|
1094
1094
|
reactiveBlockLayout,
|
|
1095
1095
|
reactive_layout_exports
|
|
1096
1096
|
};
|
|
1097
|
-
//# sourceMappingURL=chunk-
|
|
1097
|
+
//# sourceMappingURL=chunk-ZTCDY5NQ.js.map
|
|
@@ -1236,7 +1236,7 @@ var NodeImpl = class extends NodeBase {
|
|
|
1236
1236
|
try {
|
|
1237
1237
|
const consumed = this._onMessage(msg, index, this._actions);
|
|
1238
1238
|
if (consumed) {
|
|
1239
|
-
if (t === START) {
|
|
1239
|
+
if (t === START || t === DATA || t === RESOLVED) {
|
|
1240
1240
|
this._depDirtyMask.clear(index);
|
|
1241
1241
|
if (this._depDirtyMask.any() && this._depSettledMask.covers(this._depDirtyMask)) {
|
|
1242
1242
|
this._depDirtyMask.reset();
|