context-scoped-state 0.0.9 → 0.0.10
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/index.js +14 -14
- package/dist/lib/createStore.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -51,13 +51,13 @@ function E(e, r, t) {
|
|
|
51
51
|
function l(e) {
|
|
52
52
|
return typeof e == "function";
|
|
53
53
|
}
|
|
54
|
-
function
|
|
54
|
+
function M(e) {
|
|
55
55
|
var r = function(n) {
|
|
56
56
|
Error.call(n), n.stack = new Error().stack;
|
|
57
57
|
}, t = e(r);
|
|
58
58
|
return t.prototype = Object.create(Error.prototype), t.prototype.constructor = t, t;
|
|
59
59
|
}
|
|
60
|
-
var _ =
|
|
60
|
+
var _ = M(function(e) {
|
|
61
61
|
return function(t) {
|
|
62
62
|
e(this), this.message = t ? t.length + ` errors occurred during unsubscription:
|
|
63
63
|
` + t.map(function(n, o) {
|
|
@@ -160,8 +160,8 @@ var S = (function() {
|
|
|
160
160
|
var r = new e();
|
|
161
161
|
return r.closed = !0, r;
|
|
162
162
|
})(), e;
|
|
163
|
-
})(),
|
|
164
|
-
function
|
|
163
|
+
})(), Y = S.EMPTY;
|
|
164
|
+
function R(e) {
|
|
165
165
|
return e instanceof S || e && "closed" in e && l(e.remove) && l(e.add) && l(e.unsubscribe);
|
|
166
166
|
}
|
|
167
167
|
function A(e) {
|
|
@@ -194,7 +194,7 @@ var F = (function(e) {
|
|
|
194
194
|
p(r, e);
|
|
195
195
|
function r(t) {
|
|
196
196
|
var n = e.call(this) || this;
|
|
197
|
-
return n.isStopped = !1, t ? (n.destination = t,
|
|
197
|
+
return n.isStopped = !1, t ? (n.destination = t, R(t) && t.add(n)) : n.destination = K, n;
|
|
198
198
|
}
|
|
199
199
|
return r.create = function(t, n, o) {
|
|
200
200
|
return new O(t, n, o);
|
|
@@ -356,9 +356,9 @@ function X(e) {
|
|
|
356
356
|
return e && l(e.next) && l(e.error) && l(e.complete);
|
|
357
357
|
}
|
|
358
358
|
function Z(e) {
|
|
359
|
-
return e && e instanceof F || X(e) &&
|
|
359
|
+
return e && e instanceof F || X(e) && R(e);
|
|
360
360
|
}
|
|
361
|
-
var z =
|
|
361
|
+
var z = M(function(e) {
|
|
362
362
|
return function() {
|
|
363
363
|
e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
|
|
364
364
|
};
|
|
@@ -369,7 +369,7 @@ var z = U(function(e) {
|
|
|
369
369
|
return t.closed = !1, t.currentObservers = null, t.observers = [], t.isStopped = !1, t.hasError = !1, t.thrownError = null, t;
|
|
370
370
|
}
|
|
371
371
|
return r.prototype.lift = function(t) {
|
|
372
|
-
var n = new
|
|
372
|
+
var n = new U(this, this);
|
|
373
373
|
return n.operator = t, n;
|
|
374
374
|
}, r.prototype._throwIfClosed = function() {
|
|
375
375
|
if (this.closed)
|
|
@@ -429,7 +429,7 @@ var z = U(function(e) {
|
|
|
429
429
|
return this._throwIfClosed(), this._checkFinalizedStatuses(t), this._innerSubscribe(t);
|
|
430
430
|
}, r.prototype._innerSubscribe = function(t) {
|
|
431
431
|
var n = this, o = this, i = o.hasError, s = o.isStopped, u = o.observers;
|
|
432
|
-
return i || s ?
|
|
432
|
+
return i || s ? Y : (this.currentObservers = null, u.push(t), new S(function() {
|
|
433
433
|
n.currentObservers = null, g(u, t);
|
|
434
434
|
}));
|
|
435
435
|
}, r.prototype._checkFinalizedStatuses = function(t) {
|
|
@@ -439,9 +439,9 @@ var z = U(function(e) {
|
|
|
439
439
|
var t = new T();
|
|
440
440
|
return t.source = this, t;
|
|
441
441
|
}, r.create = function(t, n) {
|
|
442
|
-
return new
|
|
442
|
+
return new U(t, n);
|
|
443
443
|
}, r;
|
|
444
|
-
})(T),
|
|
444
|
+
})(T), U = (function(e) {
|
|
445
445
|
p(r, e);
|
|
446
446
|
function r(t, n) {
|
|
447
447
|
var o = e.call(this) || this;
|
|
@@ -458,7 +458,7 @@ var z = U(function(e) {
|
|
|
458
458
|
(n = (t = this.destination) === null || t === void 0 ? void 0 : t.complete) === null || n === void 0 || n.call(t);
|
|
459
459
|
}, r.prototype._subscribe = function(t) {
|
|
460
460
|
var n, o;
|
|
461
|
-
return (o = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(t)) !== null && o !== void 0 ? o :
|
|
461
|
+
return (o = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(t)) !== null && o !== void 0 ? o : Y;
|
|
462
462
|
}, r;
|
|
463
463
|
})(B), N = (function(e) {
|
|
464
464
|
p(r, e);
|
|
@@ -535,8 +535,8 @@ Then wrap your component with:
|
|
|
535
535
|
return t.Context = function({
|
|
536
536
|
children: o
|
|
537
537
|
}) {
|
|
538
|
-
const i = b.
|
|
539
|
-
return /* @__PURE__ */ C(r.Provider, { value: i
|
|
538
|
+
const [i] = b.useState(() => new e());
|
|
539
|
+
return /* @__PURE__ */ C(r.Provider, { value: i, children: o });
|
|
540
540
|
}, t.MockContext = function({
|
|
541
541
|
children: o,
|
|
542
542
|
state: i
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createStore.d.ts","sourceRoot":"","sources":["../../src/lib/createStore.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AACpD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAErC,iBAAS,eAAe,CAAC,CAAC,SAAS,KAAK,CAAC,GAAG,CAAC,EAAE,UAAU,EAAE,UAAU,CAAC;QAG/C,CAAC;2BA+BnB;QACD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;KAC3B;
|
|
1
|
+
{"version":3,"file":"createStore.d.ts","sourceRoot":"","sources":["../../src/lib/createStore.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AACpD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAErC,iBAAS,eAAe,CAAC,CAAC,SAAS,KAAK,CAAC,GAAG,CAAC,EAAE,UAAU,EAAE,UAAU,CAAC;QAG/C,CAAC;2BA+BnB;QACD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;KAC3B;sCAWE;QACD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;QAC1B,KAAK,CAAC,EAAE,UAAU,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC;KACnC;EAuBF;AACD,OAAO,EAAE,eAAe,EAAE,CAAC"}
|