@designcombo/state 0.1.31 → 0.1.32
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.es.js +927 -916
- package/dist/index.umd.js +2 -2
- package/package.json +5 -5
package/dist/index.es.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var pi = Object.defineProperty;
|
|
2
2
|
var hi = (t, r, n) => r in t ? pi(t, r, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[r] = n;
|
|
3
|
-
var
|
|
4
|
-
import { subject as
|
|
3
|
+
var Pt = (t, r, n) => hi(t, typeof r != "symbol" ? r + "" : r, n);
|
|
4
|
+
import { subject as qt, filter as Jt, DESIGN_PREFIX as mi, ADD_PREFIX as yi, LAYER_PREFIX as bi, HISTORY_PREFIX as gi, ACTIVE_PREFIX as _i, EDIT_PREFIX as Ii, DESIGN_LOAD as vi, DESIGN_RESIZE as Si, HISTORY_UNDO as wi, HISTORY_REDO as ki, LAYER_DELETE as Ti, LAYER_CLONE as Ei, ADD_CAPTION as Mi, ADD_TEXT as Ai, ADD_TEMPLATE as Oi, ADD_IMAGE as xi, ADD_AUDIO as Di, ADD_VIDEO as Pi, ACTIVE_SPLIT as Ci, ACTIVE_CLONE as Ri, ACTIVE_PASTE as Fi, DELETE_TEMPLATE_ITEM as ji, EDIT_OBJECT as zi, EDIT_TEMPLATE_ITEM as Hi, CLOSE_EDIT_TEMPLATE as Ni } from "@designcombo/events";
|
|
5
5
|
var sn = function(t, r) {
|
|
6
6
|
return sn = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, i) {
|
|
7
7
|
n.__proto__ = i;
|
|
@@ -9,7 +9,7 @@ var sn = function(t, r) {
|
|
|
9
9
|
for (var s in i) Object.prototype.hasOwnProperty.call(i, s) && (n[s] = i[s]);
|
|
10
10
|
}, sn(t, r);
|
|
11
11
|
};
|
|
12
|
-
function
|
|
12
|
+
function ke(t, r) {
|
|
13
13
|
if (typeof r != "function" && r !== null)
|
|
14
14
|
throw new TypeError("Class extends value " + String(r) + " is not a constructor or null");
|
|
15
15
|
sn(t, r);
|
|
@@ -74,7 +74,7 @@ function ln(t, r) {
|
|
|
74
74
|
0 <= n && t.splice(n, 1);
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
|
-
var
|
|
77
|
+
var sr = function() {
|
|
78
78
|
function t(r) {
|
|
79
79
|
this.initialTeardown = r, this.closed = !1, this._parentage = null, this._finalizers = null;
|
|
80
80
|
}
|
|
@@ -86,36 +86,36 @@ var ar = function() {
|
|
|
86
86
|
if (h)
|
|
87
87
|
if (this._parentage = null, Array.isArray(h))
|
|
88
88
|
try {
|
|
89
|
-
for (var m = on(h),
|
|
90
|
-
var F =
|
|
89
|
+
for (var m = on(h), x = m.next(); !x.done; x = m.next()) {
|
|
90
|
+
var F = x.value;
|
|
91
91
|
F.remove(this);
|
|
92
92
|
}
|
|
93
93
|
} catch (p) {
|
|
94
94
|
r = { error: p };
|
|
95
95
|
} finally {
|
|
96
96
|
try {
|
|
97
|
-
|
|
97
|
+
x && !x.done && (n = m.return) && n.call(m);
|
|
98
98
|
} finally {
|
|
99
99
|
if (r) throw r.error;
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
102
|
else
|
|
103
103
|
h.remove(this);
|
|
104
|
-
var
|
|
105
|
-
if (It(
|
|
104
|
+
var T = this.initialTeardown;
|
|
105
|
+
if (It(T))
|
|
106
106
|
try {
|
|
107
|
-
|
|
107
|
+
T();
|
|
108
108
|
} catch (p) {
|
|
109
109
|
c = p instanceof Qr ? p.errors : [p];
|
|
110
110
|
}
|
|
111
|
-
var
|
|
112
|
-
if (
|
|
111
|
+
var W = this._finalizers;
|
|
112
|
+
if (W) {
|
|
113
113
|
this._finalizers = null;
|
|
114
114
|
try {
|
|
115
|
-
for (var b = on(
|
|
116
|
-
var
|
|
115
|
+
for (var b = on(W), d = b.next(); !d.done; d = b.next()) {
|
|
116
|
+
var l = d.value;
|
|
117
117
|
try {
|
|
118
|
-
Dn(
|
|
118
|
+
Dn(l);
|
|
119
119
|
} catch (p) {
|
|
120
120
|
c = c ?? [], p instanceof Qr ? c = un(un([], cn(c)), cn(p.errors)) : c.push(p);
|
|
121
121
|
}
|
|
@@ -162,9 +162,9 @@ var ar = function() {
|
|
|
162
162
|
var r = new t();
|
|
163
163
|
return r.closed = !0, r;
|
|
164
164
|
}(), t;
|
|
165
|
-
}(), Vn =
|
|
165
|
+
}(), Vn = sr.EMPTY;
|
|
166
166
|
function Xn(t) {
|
|
167
|
-
return t instanceof
|
|
167
|
+
return t instanceof sr || t && "closed" in t && It(t.remove) && It(t.add) && It(t.unsubscribe);
|
|
168
168
|
}
|
|
169
169
|
function Dn(t) {
|
|
170
170
|
It(t) ? t() : t.unsubscribe();
|
|
@@ -194,11 +194,11 @@ function Li(t) {
|
|
|
194
194
|
}
|
|
195
195
|
function Pn() {
|
|
196
196
|
}
|
|
197
|
-
function
|
|
197
|
+
function tr(t) {
|
|
198
198
|
t();
|
|
199
199
|
}
|
|
200
200
|
var Zn = function(t) {
|
|
201
|
-
|
|
201
|
+
ke(r, t);
|
|
202
202
|
function r(n) {
|
|
203
203
|
var i = t.call(this) || this;
|
|
204
204
|
return i.isStopped = !1, n ? (i.destination = n, Xn(n) && n.add(i)) : i.destination = Bi, i;
|
|
@@ -228,7 +228,7 @@ var Zn = function(t) {
|
|
|
228
228
|
this.unsubscribe();
|
|
229
229
|
}
|
|
230
230
|
}, r;
|
|
231
|
-
}(
|
|
231
|
+
}(sr), Ui = Function.prototype.bind;
|
|
232
232
|
function tn(t, r) {
|
|
233
233
|
return Ui.call(t, r);
|
|
234
234
|
}
|
|
@@ -242,7 +242,7 @@ var Wi = function() {
|
|
|
242
242
|
try {
|
|
243
243
|
n.next(r);
|
|
244
244
|
} catch (i) {
|
|
245
|
-
|
|
245
|
+
Qe(i);
|
|
246
246
|
}
|
|
247
247
|
}, t.prototype.error = function(r) {
|
|
248
248
|
var n = this.partialObserver;
|
|
@@ -250,21 +250,21 @@ var Wi = function() {
|
|
|
250
250
|
try {
|
|
251
251
|
n.error(r);
|
|
252
252
|
} catch (i) {
|
|
253
|
-
|
|
253
|
+
Qe(i);
|
|
254
254
|
}
|
|
255
255
|
else
|
|
256
|
-
|
|
256
|
+
Qe(r);
|
|
257
257
|
}, t.prototype.complete = function() {
|
|
258
258
|
var r = this.partialObserver;
|
|
259
259
|
if (r.complete)
|
|
260
260
|
try {
|
|
261
261
|
r.complete();
|
|
262
262
|
} catch (n) {
|
|
263
|
-
|
|
263
|
+
Qe(n);
|
|
264
264
|
}
|
|
265
265
|
}, t;
|
|
266
266
|
}(), fn = function(t) {
|
|
267
|
-
|
|
267
|
+
ke(r, t);
|
|
268
268
|
function r(n, i, s) {
|
|
269
269
|
var c = t.call(this) || this, h;
|
|
270
270
|
if (It(n) || !n)
|
|
@@ -287,7 +287,7 @@ var Wi = function() {
|
|
|
287
287
|
}
|
|
288
288
|
return r;
|
|
289
289
|
}(Zn);
|
|
290
|
-
function
|
|
290
|
+
function Qe(t) {
|
|
291
291
|
Li(t);
|
|
292
292
|
}
|
|
293
293
|
function Gi(t) {
|
|
@@ -320,9 +320,9 @@ var Cn = function() {
|
|
|
320
320
|
return n.source = this, n.operator = r, n;
|
|
321
321
|
}, t.prototype.subscribe = function(r, n, i) {
|
|
322
322
|
var s = this, c = Xi(r) ? r : new fn(r, n, i);
|
|
323
|
-
return
|
|
324
|
-
var h = s, m = h.operator,
|
|
325
|
-
c.add(m ? m.call(c,
|
|
323
|
+
return tr(function() {
|
|
324
|
+
var h = s, m = h.operator, x = h.source;
|
|
325
|
+
c.add(m ? m.call(c, x) : x ? s._subscribe(c) : s._trySubscribe(c));
|
|
326
326
|
}), c;
|
|
327
327
|
}, t.prototype._trySubscribe = function(r) {
|
|
328
328
|
try {
|
|
@@ -337,8 +337,8 @@ var Cn = function() {
|
|
|
337
337
|
next: function(m) {
|
|
338
338
|
try {
|
|
339
339
|
r(m);
|
|
340
|
-
} catch (
|
|
341
|
-
c(
|
|
340
|
+
} catch (x) {
|
|
341
|
+
c(x), h.unsubscribe();
|
|
342
342
|
}
|
|
343
343
|
},
|
|
344
344
|
error: c,
|
|
@@ -386,7 +386,7 @@ var qi = Yn(function(t) {
|
|
|
386
386
|
t(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
|
|
387
387
|
};
|
|
388
388
|
}), Qn = function(t) {
|
|
389
|
-
|
|
389
|
+
ke(r, t);
|
|
390
390
|
function r() {
|
|
391
391
|
var n = t.call(this) || this;
|
|
392
392
|
return n.closed = !1, n.currentObservers = null, n.observers = [], n.isStopped = !1, n.hasError = !1, n.thrownError = null, n;
|
|
@@ -399,14 +399,14 @@ var qi = Yn(function(t) {
|
|
|
399
399
|
throw new qi();
|
|
400
400
|
}, r.prototype.next = function(n) {
|
|
401
401
|
var i = this;
|
|
402
|
-
|
|
402
|
+
tr(function() {
|
|
403
403
|
var s, c;
|
|
404
404
|
if (i._throwIfClosed(), !i.isStopped) {
|
|
405
405
|
i.currentObservers || (i.currentObservers = Array.from(i.observers));
|
|
406
406
|
try {
|
|
407
407
|
for (var h = on(i.currentObservers), m = h.next(); !m.done; m = h.next()) {
|
|
408
|
-
var
|
|
409
|
-
|
|
408
|
+
var x = m.value;
|
|
409
|
+
x.next(n);
|
|
410
410
|
}
|
|
411
411
|
} catch (F) {
|
|
412
412
|
s = { error: F };
|
|
@@ -421,7 +421,7 @@ var qi = Yn(function(t) {
|
|
|
421
421
|
});
|
|
422
422
|
}, r.prototype.error = function(n) {
|
|
423
423
|
var i = this;
|
|
424
|
-
|
|
424
|
+
tr(function() {
|
|
425
425
|
if (i._throwIfClosed(), !i.isStopped) {
|
|
426
426
|
i.hasError = i.isStopped = !0, i.thrownError = n;
|
|
427
427
|
for (var s = i.observers; s.length; )
|
|
@@ -430,7 +430,7 @@ var qi = Yn(function(t) {
|
|
|
430
430
|
});
|
|
431
431
|
}, r.prototype.complete = function() {
|
|
432
432
|
var n = this;
|
|
433
|
-
|
|
433
|
+
tr(function() {
|
|
434
434
|
if (n._throwIfClosed(), !n.isStopped) {
|
|
435
435
|
n.isStopped = !0;
|
|
436
436
|
for (var i = n.observers; i.length; )
|
|
@@ -452,7 +452,7 @@ var qi = Yn(function(t) {
|
|
|
452
452
|
return this._throwIfClosed(), this._checkFinalizedStatuses(n), this._innerSubscribe(n);
|
|
453
453
|
}, r.prototype._innerSubscribe = function(n) {
|
|
454
454
|
var i = this, s = this, c = s.hasError, h = s.isStopped, m = s.observers;
|
|
455
|
-
return c || h ? Vn : (this.currentObservers = null, m.push(n), new
|
|
455
|
+
return c || h ? Vn : (this.currentObservers = null, m.push(n), new sr(function() {
|
|
456
456
|
i.currentObservers = null, ln(m, n);
|
|
457
457
|
}));
|
|
458
458
|
}, r.prototype._checkFinalizedStatuses = function(n) {
|
|
@@ -465,7 +465,7 @@ var qi = Yn(function(t) {
|
|
|
465
465
|
return new Fn(n, i);
|
|
466
466
|
}, r;
|
|
467
467
|
}(Cn), Fn = function(t) {
|
|
468
|
-
|
|
468
|
+
ke(r, t);
|
|
469
469
|
function r(n, i) {
|
|
470
470
|
var s = t.call(this) || this;
|
|
471
471
|
return s.destination = n, s.source = i, s;
|
|
@@ -484,7 +484,7 @@ var qi = Yn(function(t) {
|
|
|
484
484
|
return (s = (i = this.source) === null || i === void 0 ? void 0 : i.subscribe(n)) !== null && s !== void 0 ? s : Vn;
|
|
485
485
|
}, r;
|
|
486
486
|
}(Qn), jn = function(t) {
|
|
487
|
-
|
|
487
|
+
ke(r, t);
|
|
488
488
|
function r(n) {
|
|
489
489
|
var i = t.call(this) || this;
|
|
490
490
|
return i._value = n, i;
|
|
@@ -510,30 +510,30 @@ var qi = Yn(function(t) {
|
|
|
510
510
|
function wn(t) {
|
|
511
511
|
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
512
512
|
}
|
|
513
|
-
var
|
|
514
|
-
|
|
513
|
+
var rr = { exports: {} };
|
|
514
|
+
rr.exports;
|
|
515
515
|
(function(t, r) {
|
|
516
|
-
var n = 200, i = "__lodash_hash_undefined__", s = 1, c = 2, h = 9007199254740991, m = "[object Arguments]",
|
|
517
|
-
|
|
518
|
-
var
|
|
516
|
+
var n = 200, i = "__lodash_hash_undefined__", s = 1, c = 2, h = 9007199254740991, m = "[object Arguments]", x = "[object Array]", F = "[object AsyncFunction]", T = "[object Boolean]", W = "[object Date]", b = "[object Error]", d = "[object Function]", l = "[object GeneratorFunction]", p = "[object Map]", g = "[object Number]", v = "[object Null]", _ = "[object Object]", y = "[object Promise]", f = "[object Proxy]", A = "[object RegExp]", E = "[object Set]", I = "[object String]", D = "[object Symbol]", S = "[object Undefined]", O = "[object WeakMap]", w = "[object ArrayBuffer]", M = "[object DataView]", j = "[object Float32Array]", R = "[object Float64Array]", z = "[object Int8Array]", C = "[object Int16Array]", Ht = "[object Int32Array]", vt = "[object Uint8Array]", ft = "[object Uint8ClampedArray]", L = "[object Uint16Array]", Qt = "[object Uint32Array]", lr = /[\\^$.*+?()[\]{}|]/g, ot = /^\[object .+?Constructor\]$/, Ae = /^(?:0|[1-9]\d*)$/, G = {};
|
|
517
|
+
G[j] = G[R] = G[z] = G[C] = G[Ht] = G[vt] = G[ft] = G[L] = G[Qt] = !0, G[m] = G[x] = G[w] = G[T] = G[M] = G[W] = G[b] = G[d] = G[p] = G[g] = G[_] = G[A] = G[E] = G[I] = G[O] = !1;
|
|
518
|
+
var Oe = typeof st == "object" && st && st.Object === Object && st, fr = typeof self == "object" && self && self.Object === Object && self, ct = Oe || fr || Function("return this")(), xe = r && !r.nodeType && r, De = xe && !0 && t && !t.nodeType && t, te = De && De.exports === xe, ee = te && Oe.process, Pe = function() {
|
|
519
519
|
try {
|
|
520
|
-
return
|
|
520
|
+
return ee && ee.binding && ee.binding("util");
|
|
521
521
|
} catch {
|
|
522
522
|
}
|
|
523
|
-
}(),
|
|
524
|
-
function
|
|
525
|
-
for (var o = -1, u = e == null ? 0 : e.length,
|
|
526
|
-
var
|
|
527
|
-
a(
|
|
523
|
+
}(), re = Pe && Pe.isTypedArray;
|
|
524
|
+
function Ce(e, a) {
|
|
525
|
+
for (var o = -1, u = e == null ? 0 : e.length, P = 0, k = []; ++o < u; ) {
|
|
526
|
+
var N = e[o];
|
|
527
|
+
a(N, o, e) && (k[P++] = N);
|
|
528
528
|
}
|
|
529
|
-
return
|
|
529
|
+
return k;
|
|
530
530
|
}
|
|
531
|
-
function
|
|
532
|
-
for (var o = -1, u = a.length,
|
|
533
|
-
e[
|
|
531
|
+
function ne(e, a) {
|
|
532
|
+
for (var o = -1, u = a.length, P = e.length; ++o < u; )
|
|
533
|
+
e[P + o] = a[o];
|
|
534
534
|
return e;
|
|
535
535
|
}
|
|
536
|
-
function
|
|
536
|
+
function Re(e, a) {
|
|
537
537
|
for (var o = -1, u = e == null ? 0 : e.length; ++o < u; )
|
|
538
538
|
if (a(e[o], o, e))
|
|
539
539
|
return !0;
|
|
@@ -549,19 +549,19 @@ er.exports;
|
|
|
549
549
|
return e(a);
|
|
550
550
|
};
|
|
551
551
|
}
|
|
552
|
-
function
|
|
552
|
+
function Nt(e, a) {
|
|
553
553
|
return e.has(a);
|
|
554
554
|
}
|
|
555
|
-
function
|
|
555
|
+
function ie(e, a) {
|
|
556
556
|
return e == null ? void 0 : e[a];
|
|
557
557
|
}
|
|
558
|
-
function
|
|
558
|
+
function Fe(e) {
|
|
559
559
|
var a = -1, o = Array(e.size);
|
|
560
|
-
return e.forEach(function(u,
|
|
561
|
-
o[++a] = [
|
|
560
|
+
return e.forEach(function(u, P) {
|
|
561
|
+
o[++a] = [P, u];
|
|
562
562
|
}), o;
|
|
563
563
|
}
|
|
564
|
-
function
|
|
564
|
+
function je(e, a) {
|
|
565
565
|
return function(o) {
|
|
566
566
|
return e(a(o));
|
|
567
567
|
};
|
|
@@ -572,13 +572,13 @@ er.exports;
|
|
|
572
572
|
o[++a] = u;
|
|
573
573
|
}), o;
|
|
574
574
|
}
|
|
575
|
-
var
|
|
576
|
-
var e = /[^.]+$/.exec(
|
|
575
|
+
var Lt = Array.prototype, hr = Function.prototype, Tt = Object.prototype, Ut = ct["__core-js_shared__"], ae = hr.toString, at = Tt.hasOwnProperty, ze = function() {
|
|
576
|
+
var e = /[^.]+$/.exec(Ut && Ut.keys && Ut.keys.IE_PROTO || "");
|
|
577
577
|
return e ? "Symbol(src)_1." + e : "";
|
|
578
|
-
}(),
|
|
579
|
-
"^" +
|
|
580
|
-
),
|
|
581
|
-
function
|
|
578
|
+
}(), He = Tt.toString, mr = RegExp(
|
|
579
|
+
"^" + ae.call(at).replace(lr, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
580
|
+
), se = te ? ct.Buffer : void 0, Wt = ct.Symbol, Ne = ct.Uint8Array, Gt = Tt.propertyIsEnumerable, Et = Lt.splice, ut = Wt ? Wt.toStringTag : void 0, Bt = Object.getOwnPropertySymbols, oe = se ? se.isBuffer : void 0, Mt = je(Object.keys, Object), ce = bt(ct, "DataView"), At = bt(ct, "Map"), ue = bt(ct, "Promise"), le = bt(ct, "Set"), fe = bt(ct, "WeakMap"), St = bt(Object, "create"), Le = Q(ce), yt = Q(At), yr = Q(ue), br = Q(le), gr = Q(fe), Ue = Wt ? Wt.prototype : void 0, de = Ue ? Ue.valueOf : void 0;
|
|
581
|
+
function V(e) {
|
|
582
582
|
var a = -1, o = e == null ? 0 : e.length;
|
|
583
583
|
for (this.clear(); ++a < o; ) {
|
|
584
584
|
var u = e[a];
|
|
@@ -586,7 +586,7 @@ er.exports;
|
|
|
586
586
|
}
|
|
587
587
|
}
|
|
588
588
|
function _r() {
|
|
589
|
-
this.__data__ =
|
|
589
|
+
this.__data__ = St ? St(null) : {}, this.size = 0;
|
|
590
590
|
}
|
|
591
591
|
function Ir(e) {
|
|
592
592
|
var a = this.has(e) && delete this.__data__[e];
|
|
@@ -594,7 +594,7 @@ er.exports;
|
|
|
594
594
|
}
|
|
595
595
|
function vr(e) {
|
|
596
596
|
var a = this.__data__;
|
|
597
|
-
if (
|
|
597
|
+
if (St) {
|
|
598
598
|
var o = a[e];
|
|
599
599
|
return o === i ? void 0 : o;
|
|
600
600
|
}
|
|
@@ -602,14 +602,14 @@ er.exports;
|
|
|
602
602
|
}
|
|
603
603
|
function Sr(e) {
|
|
604
604
|
var a = this.__data__;
|
|
605
|
-
return
|
|
605
|
+
return St ? a[e] !== void 0 : at.call(a, e);
|
|
606
606
|
}
|
|
607
607
|
function wr(e, a) {
|
|
608
608
|
var o = this.__data__;
|
|
609
|
-
return this.size += this.has(e) ? 0 : 1, o[e] =
|
|
609
|
+
return this.size += this.has(e) ? 0 : 1, o[e] = St && a === void 0 ? i : a, this;
|
|
610
610
|
}
|
|
611
|
-
|
|
612
|
-
function
|
|
611
|
+
V.prototype.clear = _r, V.prototype.delete = Ir, V.prototype.get = vr, V.prototype.has = Sr, V.prototype.set = wr;
|
|
612
|
+
function q(e) {
|
|
613
613
|
var a = -1, o = e == null ? 0 : e.length;
|
|
614
614
|
for (this.clear(); ++a < o; ) {
|
|
615
615
|
var u = e[a];
|
|
@@ -620,24 +620,24 @@ er.exports;
|
|
|
620
620
|
this.__data__ = [], this.size = 0;
|
|
621
621
|
}
|
|
622
622
|
function Tr(e) {
|
|
623
|
-
var a = this.__data__, o =
|
|
623
|
+
var a = this.__data__, o = Yt(a, e);
|
|
624
624
|
if (o < 0)
|
|
625
625
|
return !1;
|
|
626
626
|
var u = a.length - 1;
|
|
627
|
-
return o == u ? a.pop() :
|
|
627
|
+
return o == u ? a.pop() : Et.call(a, o, 1), --this.size, !0;
|
|
628
628
|
}
|
|
629
629
|
function Er(e) {
|
|
630
|
-
var a = this.__data__, o =
|
|
630
|
+
var a = this.__data__, o = Yt(a, e);
|
|
631
631
|
return o < 0 ? void 0 : a[o][1];
|
|
632
632
|
}
|
|
633
633
|
function Mr(e) {
|
|
634
|
-
return
|
|
634
|
+
return Yt(this.__data__, e) > -1;
|
|
635
635
|
}
|
|
636
636
|
function Ar(e, a) {
|
|
637
|
-
var o = this.__data__, u =
|
|
637
|
+
var o = this.__data__, u = Yt(o, e);
|
|
638
638
|
return u < 0 ? (++this.size, o.push([e, a])) : o[u][1] = a, this;
|
|
639
639
|
}
|
|
640
|
-
|
|
640
|
+
q.prototype.clear = kr, q.prototype.delete = Tr, q.prototype.get = Er, q.prototype.has = Mr, q.prototype.set = Ar;
|
|
641
641
|
function tt(e) {
|
|
642
642
|
var a = -1, o = e == null ? 0 : e.length;
|
|
643
643
|
for (this.clear(); ++a < o; ) {
|
|
@@ -647,9 +647,9 @@ er.exports;
|
|
|
647
647
|
}
|
|
648
648
|
function Or() {
|
|
649
649
|
this.size = 0, this.__data__ = {
|
|
650
|
-
hash: new
|
|
651
|
-
map: new (
|
|
652
|
-
string: new
|
|
650
|
+
hash: new V(),
|
|
651
|
+
map: new (At || q)(),
|
|
652
|
+
string: new V()
|
|
653
653
|
};
|
|
654
654
|
}
|
|
655
655
|
function xr(e) {
|
|
@@ -667,24 +667,24 @@ er.exports;
|
|
|
667
667
|
return o.set(e, a), this.size += o.size == u ? 0 : 1, this;
|
|
668
668
|
}
|
|
669
669
|
tt.prototype.clear = Or, tt.prototype.delete = xr, tt.prototype.get = Dr, tt.prototype.has = Pr, tt.prototype.set = Cr;
|
|
670
|
-
function
|
|
670
|
+
function $t(e) {
|
|
671
671
|
var a = -1, o = e == null ? 0 : e.length;
|
|
672
672
|
for (this.__data__ = new tt(); ++a < o; )
|
|
673
673
|
this.add(e[a]);
|
|
674
674
|
}
|
|
675
|
-
function
|
|
675
|
+
function We(e) {
|
|
676
676
|
return this.__data__.set(e, i), this;
|
|
677
677
|
}
|
|
678
|
-
function
|
|
678
|
+
function Kt(e) {
|
|
679
679
|
return this.__data__.has(e);
|
|
680
680
|
}
|
|
681
|
-
|
|
681
|
+
$t.prototype.add = $t.prototype.push = We, $t.prototype.has = Kt;
|
|
682
682
|
function pt(e) {
|
|
683
|
-
var a = this.__data__ = new
|
|
683
|
+
var a = this.__data__ = new q(e);
|
|
684
684
|
this.size = a.size;
|
|
685
685
|
}
|
|
686
|
-
function
|
|
687
|
-
this.__data__ = new
|
|
686
|
+
function pe() {
|
|
687
|
+
this.__data__ = new q(), this.size = 0;
|
|
688
688
|
}
|
|
689
689
|
function Rr(e) {
|
|
690
690
|
var a = this.__data__, o = a.delete(e);
|
|
@@ -698,189 +698,189 @@ er.exports;
|
|
|
698
698
|
}
|
|
699
699
|
function zr(e, a) {
|
|
700
700
|
var o = this.__data__;
|
|
701
|
-
if (o instanceof
|
|
701
|
+
if (o instanceof q) {
|
|
702
702
|
var u = o.__data__;
|
|
703
|
-
if (!
|
|
703
|
+
if (!At || u.length < n - 1)
|
|
704
704
|
return u.push([e, a]), this.size = ++o.size, this;
|
|
705
705
|
o = this.__data__ = new tt(u);
|
|
706
706
|
}
|
|
707
707
|
return o.set(e, a), this.size = o.size, this;
|
|
708
708
|
}
|
|
709
|
-
pt.prototype.clear =
|
|
709
|
+
pt.prototype.clear = pe, pt.prototype.delete = Rr, pt.prototype.get = Fr, pt.prototype.has = jr, pt.prototype.set = zr;
|
|
710
710
|
function Hr(e, a) {
|
|
711
|
-
var o =
|
|
712
|
-
for (var
|
|
713
|
-
at.call(e,
|
|
714
|
-
(
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
Kr(
|
|
718
|
-
return
|
|
719
|
-
}
|
|
720
|
-
function
|
|
711
|
+
var o = Vt(e), u = !o && Ye(e), P = !o && !u && Xt(e), k = !o && !u && !P && qe(e), N = o || u || P || k, H = N ? dr(e.length, String) : [], B = H.length;
|
|
712
|
+
for (var U in e)
|
|
713
|
+
at.call(e, U) && !(N && // Safari 9 has enumerable `arguments.length` in strict mode.
|
|
714
|
+
(U == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
|
|
715
|
+
P && (U == "offset" || U == "parent") || // PhantomJS 2 has enumerable non-index properties on typed arrays.
|
|
716
|
+
k && (U == "buffer" || U == "byteLength" || U == "byteOffset") || // Skip index properties.
|
|
717
|
+
Kr(U, B))) && H.push(U);
|
|
718
|
+
return H;
|
|
719
|
+
}
|
|
720
|
+
function Yt(e, a) {
|
|
721
721
|
for (var o = e.length; o--; )
|
|
722
|
-
if (
|
|
722
|
+
if (Ke(e[o][0], a))
|
|
723
723
|
return o;
|
|
724
724
|
return -1;
|
|
725
725
|
}
|
|
726
|
-
function
|
|
726
|
+
function he(e, a, o) {
|
|
727
727
|
var u = a(e);
|
|
728
|
-
return
|
|
728
|
+
return Vt(e) ? u : ne(u, o(e));
|
|
729
729
|
}
|
|
730
|
-
function
|
|
731
|
-
return e == null ? e === void 0 ?
|
|
730
|
+
function Ot(e) {
|
|
731
|
+
return e == null ? e === void 0 ? S : v : ut && ut in Object(e) ? gt(e) : $e(e);
|
|
732
732
|
}
|
|
733
|
-
function
|
|
734
|
-
return mt(e) &&
|
|
733
|
+
function Ge(e) {
|
|
734
|
+
return mt(e) && Ot(e) == m;
|
|
735
735
|
}
|
|
736
|
-
function
|
|
737
|
-
return e === a ? !0 : e == null || a == null || !mt(e) && !mt(a) ? e !== e && a !== a : Nr(e, a, o, u,
|
|
736
|
+
function Be(e, a, o, u, P) {
|
|
737
|
+
return e === a ? !0 : e == null || a == null || !mt(e) && !mt(a) ? e !== e && a !== a : Nr(e, a, o, u, Be, P);
|
|
738
738
|
}
|
|
739
|
-
function Nr(e, a, o, u,
|
|
740
|
-
var
|
|
741
|
-
|
|
742
|
-
var
|
|
743
|
-
if (
|
|
744
|
-
if (!
|
|
739
|
+
function Nr(e, a, o, u, P, k) {
|
|
740
|
+
var N = Vt(e), H = Vt(a), B = N ? x : ht(e), U = H ? x : ht(a);
|
|
741
|
+
B = B == m ? _ : B, U = U == m ? _ : U;
|
|
742
|
+
var J = B == _, et = U == _, $ = B == U;
|
|
743
|
+
if ($ && Xt(e)) {
|
|
744
|
+
if (!Xt(a))
|
|
745
745
|
return !1;
|
|
746
|
-
|
|
746
|
+
N = !0, J = !1;
|
|
747
747
|
}
|
|
748
|
-
if (
|
|
749
|
-
return
|
|
748
|
+
if ($ && !J)
|
|
749
|
+
return k || (k = new pt()), N || qe(e) ? me(e, a, o, u, P, k) : Gr(e, a, B, o, u, P, k);
|
|
750
750
|
if (!(o & s)) {
|
|
751
|
-
var
|
|
752
|
-
if (
|
|
753
|
-
var
|
|
754
|
-
return
|
|
751
|
+
var Z = J && at.call(e, "__wrapped__"), X = et && at.call(a, "__wrapped__");
|
|
752
|
+
if (Z || X) {
|
|
753
|
+
var wt = Z ? e.value() : e, _t = X ? a.value() : a;
|
|
754
|
+
return k || (k = new pt()), P(wt, _t, o, u, k);
|
|
755
755
|
}
|
|
756
756
|
}
|
|
757
|
-
return
|
|
757
|
+
return $ ? (k || (k = new pt()), Br(e, a, o, u, P, k)) : !1;
|
|
758
758
|
}
|
|
759
759
|
function Lr(e) {
|
|
760
|
-
if (!
|
|
760
|
+
if (!Xe(e) || Vr(e))
|
|
761
761
|
return !1;
|
|
762
|
-
var a =
|
|
762
|
+
var a = Ve(e) ? mr : ot;
|
|
763
763
|
return a.test(Q(e));
|
|
764
764
|
}
|
|
765
765
|
function Ur(e) {
|
|
766
|
-
return mt(e) &&
|
|
766
|
+
return mt(e) && be(e.length) && !!G[Ot(e)];
|
|
767
767
|
}
|
|
768
768
|
function Wr(e) {
|
|
769
769
|
if (!Xr(e))
|
|
770
|
-
return
|
|
770
|
+
return Mt(e);
|
|
771
771
|
var a = [];
|
|
772
772
|
for (var o in Object(e))
|
|
773
773
|
at.call(e, o) && o != "constructor" && a.push(o);
|
|
774
774
|
return a;
|
|
775
775
|
}
|
|
776
|
-
function
|
|
777
|
-
var
|
|
778
|
-
if (
|
|
776
|
+
function me(e, a, o, u, P, k) {
|
|
777
|
+
var N = o & s, H = e.length, B = a.length;
|
|
778
|
+
if (H != B && !(N && B > H))
|
|
779
779
|
return !1;
|
|
780
|
-
var
|
|
781
|
-
if (
|
|
782
|
-
return
|
|
783
|
-
var
|
|
784
|
-
for (
|
|
785
|
-
var
|
|
780
|
+
var U = k.get(e);
|
|
781
|
+
if (U && k.get(a))
|
|
782
|
+
return U == a;
|
|
783
|
+
var J = -1, et = !0, $ = o & c ? new $t() : void 0;
|
|
784
|
+
for (k.set(e, a), k.set(a, e); ++J < H; ) {
|
|
785
|
+
var Z = e[J], X = a[J];
|
|
786
786
|
if (u)
|
|
787
|
-
var
|
|
788
|
-
if (
|
|
789
|
-
if (
|
|
787
|
+
var wt = N ? u(X, Z, J, a, e, k) : u(Z, X, J, e, a, k);
|
|
788
|
+
if (wt !== void 0) {
|
|
789
|
+
if (wt)
|
|
790
790
|
continue;
|
|
791
791
|
et = !1;
|
|
792
792
|
break;
|
|
793
793
|
}
|
|
794
|
-
if (
|
|
795
|
-
if (!
|
|
796
|
-
if (!
|
|
797
|
-
return
|
|
794
|
+
if ($) {
|
|
795
|
+
if (!Re(a, function(_t, Dt) {
|
|
796
|
+
if (!Nt($, Dt) && (Z === _t || P(Z, _t, o, u, k)))
|
|
797
|
+
return $.push(Dt);
|
|
798
798
|
})) {
|
|
799
799
|
et = !1;
|
|
800
800
|
break;
|
|
801
801
|
}
|
|
802
|
-
} else if (!(
|
|
802
|
+
} else if (!(Z === X || P(Z, X, o, u, k))) {
|
|
803
803
|
et = !1;
|
|
804
804
|
break;
|
|
805
805
|
}
|
|
806
806
|
}
|
|
807
|
-
return
|
|
807
|
+
return k.delete(e), k.delete(a), et;
|
|
808
808
|
}
|
|
809
|
-
function Gr(e, a, o, u,
|
|
809
|
+
function Gr(e, a, o, u, P, k, N) {
|
|
810
810
|
switch (o) {
|
|
811
|
-
case
|
|
811
|
+
case M:
|
|
812
812
|
if (e.byteLength != a.byteLength || e.byteOffset != a.byteOffset)
|
|
813
813
|
return !1;
|
|
814
814
|
e = e.buffer, a = a.buffer;
|
|
815
|
-
case
|
|
816
|
-
return !(e.byteLength != a.byteLength || !
|
|
817
|
-
case
|
|
818
|
-
case
|
|
815
|
+
case w:
|
|
816
|
+
return !(e.byteLength != a.byteLength || !k(new Ne(e), new Ne(a)));
|
|
817
|
+
case T:
|
|
818
|
+
case W:
|
|
819
819
|
case g:
|
|
820
|
-
return
|
|
820
|
+
return Ke(+e, +a);
|
|
821
821
|
case b:
|
|
822
822
|
return e.name == a.name && e.message == a.message;
|
|
823
|
-
case
|
|
823
|
+
case A:
|
|
824
824
|
case I:
|
|
825
825
|
return e == a + "";
|
|
826
826
|
case p:
|
|
827
|
-
var
|
|
828
|
-
case
|
|
829
|
-
var
|
|
830
|
-
if (
|
|
827
|
+
var H = Fe;
|
|
828
|
+
case E:
|
|
829
|
+
var B = u & s;
|
|
830
|
+
if (H || (H = dt), e.size != a.size && !B)
|
|
831
831
|
return !1;
|
|
832
|
-
var
|
|
833
|
-
if (
|
|
834
|
-
return
|
|
835
|
-
u |= c,
|
|
836
|
-
var
|
|
837
|
-
return
|
|
838
|
-
case
|
|
839
|
-
if (
|
|
840
|
-
return
|
|
832
|
+
var U = N.get(e);
|
|
833
|
+
if (U)
|
|
834
|
+
return U == a;
|
|
835
|
+
u |= c, N.set(e, a);
|
|
836
|
+
var J = me(H(e), H(a), u, P, k, N);
|
|
837
|
+
return N.delete(e), J;
|
|
838
|
+
case D:
|
|
839
|
+
if (de)
|
|
840
|
+
return de.call(e) == de.call(a);
|
|
841
841
|
}
|
|
842
842
|
return !1;
|
|
843
843
|
}
|
|
844
|
-
function Br(e, a, o, u,
|
|
845
|
-
var
|
|
846
|
-
if (
|
|
844
|
+
function Br(e, a, o, u, P, k) {
|
|
845
|
+
var N = o & s, H = xt(e), B = H.length, U = xt(a), J = U.length;
|
|
846
|
+
if (B != J && !N)
|
|
847
847
|
return !1;
|
|
848
|
-
for (var et =
|
|
849
|
-
var
|
|
850
|
-
if (!(
|
|
848
|
+
for (var et = B; et--; ) {
|
|
849
|
+
var $ = H[et];
|
|
850
|
+
if (!(N ? $ in a : at.call(a, $)))
|
|
851
851
|
return !1;
|
|
852
852
|
}
|
|
853
|
-
var
|
|
854
|
-
if (
|
|
855
|
-
return
|
|
856
|
-
var
|
|
857
|
-
|
|
858
|
-
for (var
|
|
859
|
-
|
|
860
|
-
var _t = e[
|
|
853
|
+
var Z = k.get(e);
|
|
854
|
+
if (Z && k.get(a))
|
|
855
|
+
return Z == a;
|
|
856
|
+
var X = !0;
|
|
857
|
+
k.set(e, a), k.set(a, e);
|
|
858
|
+
for (var wt = N; ++et < B; ) {
|
|
859
|
+
$ = H[et];
|
|
860
|
+
var _t = e[$], Dt = a[$];
|
|
861
861
|
if (u)
|
|
862
|
-
var xn =
|
|
863
|
-
if (!(xn === void 0 ? _t ===
|
|
864
|
-
|
|
862
|
+
var xn = N ? u(Dt, _t, $, a, e, k) : u(_t, Dt, $, e, a, k);
|
|
863
|
+
if (!(xn === void 0 ? _t === Dt || P(_t, Dt, o, u, k) : xn)) {
|
|
864
|
+
X = !1;
|
|
865
865
|
break;
|
|
866
866
|
}
|
|
867
|
-
|
|
867
|
+
wt || (wt = $ == "constructor");
|
|
868
868
|
}
|
|
869
|
-
if (
|
|
870
|
-
var
|
|
871
|
-
|
|
869
|
+
if (X && !wt) {
|
|
870
|
+
var Je = e.constructor, Ze = a.constructor;
|
|
871
|
+
Je != Ze && "constructor" in e && "constructor" in a && !(typeof Je == "function" && Je instanceof Je && typeof Ze == "function" && Ze instanceof Ze) && (X = !1);
|
|
872
872
|
}
|
|
873
|
-
return
|
|
873
|
+
return k.delete(e), k.delete(a), X;
|
|
874
874
|
}
|
|
875
|
-
function
|
|
876
|
-
return
|
|
875
|
+
function xt(e) {
|
|
876
|
+
return he(e, ge, $r);
|
|
877
877
|
}
|
|
878
878
|
function lt(e, a) {
|
|
879
879
|
var o = e.__data__;
|
|
880
880
|
return Yr(a) ? o[typeof a == "string" ? "string" : "hash"] : o.map;
|
|
881
881
|
}
|
|
882
882
|
function bt(e, a) {
|
|
883
|
-
var o =
|
|
883
|
+
var o = ie(e, a);
|
|
884
884
|
return Lr(o) ? o : void 0;
|
|
885
885
|
}
|
|
886
886
|
function gt(e) {
|
|
@@ -890,52 +890,52 @@ er.exports;
|
|
|
890
890
|
var u = !0;
|
|
891
891
|
} catch {
|
|
892
892
|
}
|
|
893
|
-
var
|
|
894
|
-
return u && (a ? e[ut] = o : delete e[ut]),
|
|
893
|
+
var P = He.call(e);
|
|
894
|
+
return u && (a ? e[ut] = o : delete e[ut]), P;
|
|
895
895
|
}
|
|
896
|
-
var $r =
|
|
897
|
-
return e == null ? [] : (e = Object(e),
|
|
898
|
-
return
|
|
896
|
+
var $r = Bt ? function(e) {
|
|
897
|
+
return e == null ? [] : (e = Object(e), Ce(Bt(e), function(a) {
|
|
898
|
+
return Gt.call(e, a);
|
|
899
899
|
}));
|
|
900
|
-
} : Jr, ht =
|
|
901
|
-
(
|
|
902
|
-
var a =
|
|
900
|
+
} : Jr, ht = Ot;
|
|
901
|
+
(ce && ht(new ce(new ArrayBuffer(1))) != M || At && ht(new At()) != p || ue && ht(ue.resolve()) != y || le && ht(new le()) != E || fe && ht(new fe()) != O) && (ht = function(e) {
|
|
902
|
+
var a = Ot(e), o = a == _ ? e.constructor : void 0, u = o ? Q(o) : "";
|
|
903
903
|
if (u)
|
|
904
904
|
switch (u) {
|
|
905
|
-
case
|
|
906
|
-
return
|
|
905
|
+
case Le:
|
|
906
|
+
return M;
|
|
907
907
|
case yt:
|
|
908
908
|
return p;
|
|
909
909
|
case yr:
|
|
910
910
|
return y;
|
|
911
911
|
case br:
|
|
912
|
-
return
|
|
912
|
+
return E;
|
|
913
913
|
case gr:
|
|
914
|
-
return
|
|
914
|
+
return O;
|
|
915
915
|
}
|
|
916
916
|
return a;
|
|
917
917
|
});
|
|
918
918
|
function Kr(e, a) {
|
|
919
|
-
return a = a ?? h, !!a && (typeof e == "number" ||
|
|
919
|
+
return a = a ?? h, !!a && (typeof e == "number" || Ae.test(e)) && e > -1 && e % 1 == 0 && e < a;
|
|
920
920
|
}
|
|
921
921
|
function Yr(e) {
|
|
922
922
|
var a = typeof e;
|
|
923
923
|
return a == "string" || a == "number" || a == "symbol" || a == "boolean" ? e !== "__proto__" : e === null;
|
|
924
924
|
}
|
|
925
925
|
function Vr(e) {
|
|
926
|
-
return !!
|
|
926
|
+
return !!ze && ze in e;
|
|
927
927
|
}
|
|
928
928
|
function Xr(e) {
|
|
929
|
-
var a = e && e.constructor, o = typeof a == "function" && a.prototype ||
|
|
929
|
+
var a = e && e.constructor, o = typeof a == "function" && a.prototype || Tt;
|
|
930
930
|
return e === o;
|
|
931
931
|
}
|
|
932
|
-
function
|
|
933
|
-
return
|
|
932
|
+
function $e(e) {
|
|
933
|
+
return He.call(e);
|
|
934
934
|
}
|
|
935
935
|
function Q(e) {
|
|
936
936
|
if (e != null) {
|
|
937
937
|
try {
|
|
938
|
-
return
|
|
938
|
+
return ae.call(e);
|
|
939
939
|
} catch {
|
|
940
940
|
}
|
|
941
941
|
try {
|
|
@@ -945,40 +945,40 @@ er.exports;
|
|
|
945
945
|
}
|
|
946
946
|
return "";
|
|
947
947
|
}
|
|
948
|
-
function
|
|
948
|
+
function Ke(e, a) {
|
|
949
949
|
return e === a || e !== e && a !== a;
|
|
950
950
|
}
|
|
951
|
-
var
|
|
951
|
+
var Ye = Ge(/* @__PURE__ */ function() {
|
|
952
952
|
return arguments;
|
|
953
|
-
}()) ?
|
|
954
|
-
return mt(e) && at.call(e, "callee") && !
|
|
955
|
-
},
|
|
956
|
-
function
|
|
957
|
-
return e != null &&
|
|
953
|
+
}()) ? Ge : function(e) {
|
|
954
|
+
return mt(e) && at.call(e, "callee") && !Gt.call(e, "callee");
|
|
955
|
+
}, Vt = Array.isArray;
|
|
956
|
+
function ye(e) {
|
|
957
|
+
return e != null && be(e.length) && !Ve(e);
|
|
958
958
|
}
|
|
959
|
-
var
|
|
959
|
+
var Xt = oe || Zr;
|
|
960
960
|
function qr(e, a) {
|
|
961
|
-
return
|
|
961
|
+
return Be(e, a);
|
|
962
962
|
}
|
|
963
|
-
function
|
|
964
|
-
if (!
|
|
963
|
+
function Ve(e) {
|
|
964
|
+
if (!Xe(e))
|
|
965
965
|
return !1;
|
|
966
|
-
var a =
|
|
967
|
-
return a == d || a ==
|
|
966
|
+
var a = Ot(e);
|
|
967
|
+
return a == d || a == l || a == F || a == f;
|
|
968
968
|
}
|
|
969
|
-
function
|
|
969
|
+
function be(e) {
|
|
970
970
|
return typeof e == "number" && e > -1 && e % 1 == 0 && e <= h;
|
|
971
971
|
}
|
|
972
|
-
function
|
|
972
|
+
function Xe(e) {
|
|
973
973
|
var a = typeof e;
|
|
974
974
|
return e != null && (a == "object" || a == "function");
|
|
975
975
|
}
|
|
976
976
|
function mt(e) {
|
|
977
977
|
return e != null && typeof e == "object";
|
|
978
978
|
}
|
|
979
|
-
var
|
|
980
|
-
function
|
|
981
|
-
return
|
|
979
|
+
var qe = re ? pr(re) : Ur;
|
|
980
|
+
function ge(e) {
|
|
981
|
+
return ye(e) ? Hr(e) : Wr(e);
|
|
982
982
|
}
|
|
983
983
|
function Jr() {
|
|
984
984
|
return [];
|
|
@@ -987,45 +987,45 @@ er.exports;
|
|
|
987
987
|
return !1;
|
|
988
988
|
}
|
|
989
989
|
t.exports = qr;
|
|
990
|
-
})(
|
|
991
|
-
var Ji =
|
|
990
|
+
})(rr, rr.exports);
|
|
991
|
+
var Ji = rr.exports;
|
|
992
992
|
const rt = /* @__PURE__ */ wn(Ji);
|
|
993
|
-
var
|
|
994
|
-
|
|
993
|
+
var nr = { exports: {} };
|
|
994
|
+
nr.exports;
|
|
995
995
|
(function(t, r) {
|
|
996
|
-
var n = 200, i = "__lodash_hash_undefined__", s = 9007199254740991, c = "[object Arguments]", h = "[object Array]", m = "[object Boolean]",
|
|
997
|
-
L[c] = L[h] = L[
|
|
998
|
-
var
|
|
996
|
+
var n = 200, i = "__lodash_hash_undefined__", s = 9007199254740991, c = "[object Arguments]", h = "[object Array]", m = "[object Boolean]", x = "[object Date]", F = "[object Error]", T = "[object Function]", W = "[object GeneratorFunction]", b = "[object Map]", d = "[object Number]", l = "[object Object]", p = "[object Promise]", g = "[object RegExp]", v = "[object Set]", _ = "[object String]", y = "[object Symbol]", f = "[object WeakMap]", A = "[object ArrayBuffer]", E = "[object DataView]", I = "[object Float32Array]", D = "[object Float64Array]", S = "[object Int8Array]", O = "[object Int16Array]", w = "[object Int32Array]", M = "[object Uint8Array]", j = "[object Uint8ClampedArray]", R = "[object Uint16Array]", z = "[object Uint32Array]", C = /[\\^$.*+?()[\]{}|]/g, Ht = /\w*$/, vt = /^\[object .+?Constructor\]$/, ft = /^(?:0|[1-9]\d*)$/, L = {};
|
|
997
|
+
L[c] = L[h] = L[A] = L[E] = L[m] = L[x] = L[I] = L[D] = L[S] = L[O] = L[w] = L[b] = L[d] = L[l] = L[g] = L[v] = L[_] = L[y] = L[M] = L[j] = L[R] = L[z] = !0, L[F] = L[T] = L[f] = !1;
|
|
998
|
+
var Qt = typeof st == "object" && st && st.Object === Object && st, lr = typeof self == "object" && self && self.Object === Object && self, ot = Qt || lr || Function("return this")(), Ae = r && !r.nodeType && r, G = Ae && !0 && t && !t.nodeType && t, Oe = G && G.exports === Ae;
|
|
999
999
|
function fr(e, a) {
|
|
1000
1000
|
return e.set(a[0], a[1]), e;
|
|
1001
1001
|
}
|
|
1002
1002
|
function ct(e, a) {
|
|
1003
1003
|
return e.add(a), e;
|
|
1004
1004
|
}
|
|
1005
|
-
function
|
|
1005
|
+
function xe(e, a) {
|
|
1006
1006
|
for (var o = -1, u = e ? e.length : 0; ++o < u && a(e[o], o, e) !== !1; )
|
|
1007
1007
|
;
|
|
1008
1008
|
return e;
|
|
1009
1009
|
}
|
|
1010
|
-
function
|
|
1011
|
-
for (var o = -1, u = a.length,
|
|
1012
|
-
e[
|
|
1010
|
+
function De(e, a) {
|
|
1011
|
+
for (var o = -1, u = a.length, P = e.length; ++o < u; )
|
|
1012
|
+
e[P + o] = a[o];
|
|
1013
1013
|
return e;
|
|
1014
1014
|
}
|
|
1015
|
-
function
|
|
1016
|
-
for (var
|
|
1017
|
-
o = a(o, e[
|
|
1015
|
+
function te(e, a, o, u) {
|
|
1016
|
+
for (var P = -1, k = e ? e.length : 0; ++P < k; )
|
|
1017
|
+
o = a(o, e[P], P, e);
|
|
1018
1018
|
return o;
|
|
1019
1019
|
}
|
|
1020
|
-
function
|
|
1020
|
+
function ee(e, a) {
|
|
1021
1021
|
for (var o = -1, u = Array(e); ++o < e; )
|
|
1022
1022
|
u[o] = a(o);
|
|
1023
1023
|
return u;
|
|
1024
1024
|
}
|
|
1025
|
-
function
|
|
1025
|
+
function Pe(e, a) {
|
|
1026
1026
|
return e == null ? void 0 : e[a];
|
|
1027
1027
|
}
|
|
1028
|
-
function
|
|
1028
|
+
function re(e) {
|
|
1029
1029
|
var a = !1;
|
|
1030
1030
|
if (e != null && typeof e.toString != "function")
|
|
1031
1031
|
try {
|
|
@@ -1034,29 +1034,29 @@ rr.exports;
|
|
|
1034
1034
|
}
|
|
1035
1035
|
return a;
|
|
1036
1036
|
}
|
|
1037
|
-
function
|
|
1037
|
+
function Ce(e) {
|
|
1038
1038
|
var a = -1, o = Array(e.size);
|
|
1039
|
-
return e.forEach(function(u,
|
|
1040
|
-
o[++a] = [
|
|
1039
|
+
return e.forEach(function(u, P) {
|
|
1040
|
+
o[++a] = [P, u];
|
|
1041
1041
|
}), o;
|
|
1042
1042
|
}
|
|
1043
|
-
function
|
|
1043
|
+
function ne(e, a) {
|
|
1044
1044
|
return function(o) {
|
|
1045
1045
|
return e(a(o));
|
|
1046
1046
|
};
|
|
1047
1047
|
}
|
|
1048
|
-
function
|
|
1048
|
+
function Re(e) {
|
|
1049
1049
|
var a = -1, o = Array(e.size);
|
|
1050
1050
|
return e.forEach(function(u) {
|
|
1051
1051
|
o[++a] = u;
|
|
1052
1052
|
}), o;
|
|
1053
1053
|
}
|
|
1054
|
-
var dr = Array.prototype, pr = Function.prototype,
|
|
1055
|
-
var e = /[^.]+$/.exec(
|
|
1054
|
+
var dr = Array.prototype, pr = Function.prototype, Nt = Object.prototype, ie = ot["__core-js_shared__"], Fe = function() {
|
|
1055
|
+
var e = /[^.]+$/.exec(ie && ie.keys && ie.keys.IE_PROTO || "");
|
|
1056
1056
|
return e ? "Symbol(src)_1." + e : "";
|
|
1057
|
-
}(),
|
|
1058
|
-
"^" +
|
|
1059
|
-
),
|
|
1057
|
+
}(), je = pr.toString, dt = Nt.hasOwnProperty, Lt = Nt.toString, hr = RegExp(
|
|
1058
|
+
"^" + je.call(dt).replace(C, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
1059
|
+
), Tt = Oe ? ot.Buffer : void 0, Ut = ot.Symbol, ae = ot.Uint8Array, at = ne(Object.getPrototypeOf, Object), ze = Object.create, He = Nt.propertyIsEnumerable, mr = dr.splice, se = Object.getOwnPropertySymbols, Wt = Tt ? Tt.isBuffer : void 0, Ne = ne(Object.keys, Object), Gt = lt(ot, "DataView"), Et = lt(ot, "Map"), ut = lt(ot, "Promise"), Bt = lt(ot, "Set"), oe = lt(ot, "WeakMap"), Mt = lt(Object, "create"), ce = Q(Gt), At = Q(Et), ue = Q(ut), le = Q(Bt), fe = Q(oe), St = Ut ? Ut.prototype : void 0, Le = St ? St.valueOf : void 0;
|
|
1060
1060
|
function yt(e) {
|
|
1061
1061
|
var a = -1, o = e ? e.length : 0;
|
|
1062
1062
|
for (this.clear(); ++a < o; ) {
|
|
@@ -1065,29 +1065,29 @@ rr.exports;
|
|
|
1065
1065
|
}
|
|
1066
1066
|
}
|
|
1067
1067
|
function yr() {
|
|
1068
|
-
this.__data__ =
|
|
1068
|
+
this.__data__ = Mt ? Mt(null) : {};
|
|
1069
1069
|
}
|
|
1070
1070
|
function br(e) {
|
|
1071
1071
|
return this.has(e) && delete this.__data__[e];
|
|
1072
1072
|
}
|
|
1073
1073
|
function gr(e) {
|
|
1074
1074
|
var a = this.__data__;
|
|
1075
|
-
if (
|
|
1075
|
+
if (Mt) {
|
|
1076
1076
|
var o = a[e];
|
|
1077
1077
|
return o === i ? void 0 : o;
|
|
1078
1078
|
}
|
|
1079
1079
|
return dt.call(a, e) ? a[e] : void 0;
|
|
1080
1080
|
}
|
|
1081
|
-
function
|
|
1081
|
+
function Ue(e) {
|
|
1082
1082
|
var a = this.__data__;
|
|
1083
|
-
return
|
|
1083
|
+
return Mt ? a[e] !== void 0 : dt.call(a, e);
|
|
1084
1084
|
}
|
|
1085
|
-
function
|
|
1085
|
+
function de(e, a) {
|
|
1086
1086
|
var o = this.__data__;
|
|
1087
|
-
return o[e] =
|
|
1087
|
+
return o[e] = Mt && a === void 0 ? i : a, this;
|
|
1088
1088
|
}
|
|
1089
|
-
yt.prototype.clear = yr, yt.prototype.delete = br, yt.prototype.get = gr, yt.prototype.has =
|
|
1090
|
-
function
|
|
1089
|
+
yt.prototype.clear = yr, yt.prototype.delete = br, yt.prototype.get = gr, yt.prototype.has = Ue, yt.prototype.set = de;
|
|
1090
|
+
function V(e) {
|
|
1091
1091
|
var a = -1, o = e ? e.length : 0;
|
|
1092
1092
|
for (this.clear(); ++a < o; ) {
|
|
1093
1093
|
var u = e[a];
|
|
@@ -1098,25 +1098,25 @@ rr.exports;
|
|
|
1098
1098
|
this.__data__ = [];
|
|
1099
1099
|
}
|
|
1100
1100
|
function Ir(e) {
|
|
1101
|
-
var a = this.__data__, o =
|
|
1101
|
+
var a = this.__data__, o = Kt(a, e);
|
|
1102
1102
|
if (o < 0)
|
|
1103
1103
|
return !1;
|
|
1104
1104
|
var u = a.length - 1;
|
|
1105
1105
|
return o == u ? a.pop() : mr.call(a, o, 1), !0;
|
|
1106
1106
|
}
|
|
1107
1107
|
function vr(e) {
|
|
1108
|
-
var a = this.__data__, o =
|
|
1108
|
+
var a = this.__data__, o = Kt(a, e);
|
|
1109
1109
|
return o < 0 ? void 0 : a[o][1];
|
|
1110
1110
|
}
|
|
1111
1111
|
function Sr(e) {
|
|
1112
|
-
return
|
|
1112
|
+
return Kt(this.__data__, e) > -1;
|
|
1113
1113
|
}
|
|
1114
1114
|
function wr(e, a) {
|
|
1115
|
-
var o = this.__data__, u =
|
|
1115
|
+
var o = this.__data__, u = Kt(o, e);
|
|
1116
1116
|
return u < 0 ? o.push([e, a]) : o[u][1] = a, this;
|
|
1117
1117
|
}
|
|
1118
|
-
|
|
1119
|
-
function
|
|
1118
|
+
V.prototype.clear = _r, V.prototype.delete = Ir, V.prototype.get = vr, V.prototype.has = Sr, V.prototype.set = wr;
|
|
1119
|
+
function q(e) {
|
|
1120
1120
|
var a = -1, o = e ? e.length : 0;
|
|
1121
1121
|
for (this.clear(); ++a < o; ) {
|
|
1122
1122
|
var u = e[a];
|
|
@@ -1126,28 +1126,28 @@ rr.exports;
|
|
|
1126
1126
|
function kr() {
|
|
1127
1127
|
this.__data__ = {
|
|
1128
1128
|
hash: new yt(),
|
|
1129
|
-
map: new (
|
|
1129
|
+
map: new (Et || V)(),
|
|
1130
1130
|
string: new yt()
|
|
1131
1131
|
};
|
|
1132
1132
|
}
|
|
1133
1133
|
function Tr(e) {
|
|
1134
|
-
return
|
|
1134
|
+
return xt(this, e).delete(e);
|
|
1135
1135
|
}
|
|
1136
1136
|
function Er(e) {
|
|
1137
|
-
return
|
|
1137
|
+
return xt(this, e).get(e);
|
|
1138
1138
|
}
|
|
1139
1139
|
function Mr(e) {
|
|
1140
|
-
return
|
|
1140
|
+
return xt(this, e).has(e);
|
|
1141
1141
|
}
|
|
1142
1142
|
function Ar(e, a) {
|
|
1143
|
-
return
|
|
1143
|
+
return xt(this, e).set(e, a), this;
|
|
1144
1144
|
}
|
|
1145
|
-
|
|
1145
|
+
q.prototype.clear = kr, q.prototype.delete = Tr, q.prototype.get = Er, q.prototype.has = Mr, q.prototype.set = Ar;
|
|
1146
1146
|
function tt(e) {
|
|
1147
|
-
this.__data__ = new
|
|
1147
|
+
this.__data__ = new V(e);
|
|
1148
1148
|
}
|
|
1149
1149
|
function Or() {
|
|
1150
|
-
this.__data__ = new
|
|
1150
|
+
this.__data__ = new V();
|
|
1151
1151
|
}
|
|
1152
1152
|
function xr(e) {
|
|
1153
1153
|
return this.__data__.delete(e);
|
|
@@ -1160,124 +1160,124 @@ rr.exports;
|
|
|
1160
1160
|
}
|
|
1161
1161
|
function Cr(e, a) {
|
|
1162
1162
|
var o = this.__data__;
|
|
1163
|
-
if (o instanceof
|
|
1163
|
+
if (o instanceof V) {
|
|
1164
1164
|
var u = o.__data__;
|
|
1165
|
-
if (!
|
|
1165
|
+
if (!Et || u.length < n - 1)
|
|
1166
1166
|
return u.push([e, a]), this;
|
|
1167
|
-
o = this.__data__ = new
|
|
1167
|
+
o = this.__data__ = new q(u);
|
|
1168
1168
|
}
|
|
1169
1169
|
return o.set(e, a), this;
|
|
1170
1170
|
}
|
|
1171
1171
|
tt.prototype.clear = Or, tt.prototype.delete = xr, tt.prototype.get = Dr, tt.prototype.has = Pr, tt.prototype.set = Cr;
|
|
1172
|
-
function
|
|
1173
|
-
var o =
|
|
1174
|
-
for (var
|
|
1175
|
-
dt.call(e,
|
|
1172
|
+
function $t(e, a) {
|
|
1173
|
+
var o = ye(e) || Vt(e) ? ee(e.length, String) : [], u = o.length, P = !!u;
|
|
1174
|
+
for (var k in e)
|
|
1175
|
+
dt.call(e, k) && !(P && (k == "length" || Yr(k, u))) && o.push(k);
|
|
1176
1176
|
return o;
|
|
1177
1177
|
}
|
|
1178
|
-
function
|
|
1178
|
+
function We(e, a, o) {
|
|
1179
1179
|
var u = e[a];
|
|
1180
|
-
(!(dt.call(e, a) &&
|
|
1180
|
+
(!(dt.call(e, a) && Ye(u, o)) || o === void 0 && !(a in e)) && (e[a] = o);
|
|
1181
1181
|
}
|
|
1182
|
-
function
|
|
1182
|
+
function Kt(e, a) {
|
|
1183
1183
|
for (var o = e.length; o--; )
|
|
1184
|
-
if (
|
|
1184
|
+
if (Ye(e[o][0], a))
|
|
1185
1185
|
return o;
|
|
1186
1186
|
return -1;
|
|
1187
1187
|
}
|
|
1188
1188
|
function pt(e, a) {
|
|
1189
|
-
return e &&
|
|
1189
|
+
return e && me(a, ge(a), e);
|
|
1190
1190
|
}
|
|
1191
|
-
function
|
|
1192
|
-
var
|
|
1193
|
-
if (u && (
|
|
1194
|
-
return
|
|
1191
|
+
function pe(e, a, o, u, P, k, N) {
|
|
1192
|
+
var H;
|
|
1193
|
+
if (u && (H = k ? u(e, P, k, N) : u(e)), H !== void 0)
|
|
1194
|
+
return H;
|
|
1195
1195
|
if (!mt(e))
|
|
1196
1196
|
return e;
|
|
1197
|
-
var
|
|
1198
|
-
if (
|
|
1199
|
-
if (
|
|
1200
|
-
return Wr(e,
|
|
1197
|
+
var B = ye(e);
|
|
1198
|
+
if (B) {
|
|
1199
|
+
if (H = $r(e), !a)
|
|
1200
|
+
return Wr(e, H);
|
|
1201
1201
|
} else {
|
|
1202
|
-
var
|
|
1203
|
-
if (
|
|
1204
|
-
return
|
|
1205
|
-
if (
|
|
1206
|
-
if (
|
|
1207
|
-
return
|
|
1208
|
-
if (
|
|
1209
|
-
return Gr(e, pt(
|
|
1202
|
+
var U = gt(e), J = U == T || U == W;
|
|
1203
|
+
if (Ve(e))
|
|
1204
|
+
return Yt(e, a);
|
|
1205
|
+
if (U == l || U == c || J && !k) {
|
|
1206
|
+
if (re(e))
|
|
1207
|
+
return k ? e : {};
|
|
1208
|
+
if (H = ht(J ? {} : e), !a)
|
|
1209
|
+
return Gr(e, pt(H, e));
|
|
1210
1210
|
} else {
|
|
1211
|
-
if (!L[
|
|
1212
|
-
return
|
|
1213
|
-
|
|
1211
|
+
if (!L[U])
|
|
1212
|
+
return k ? e : {};
|
|
1213
|
+
H = Kr(e, U, pe, a);
|
|
1214
1214
|
}
|
|
1215
1215
|
}
|
|
1216
|
-
|
|
1217
|
-
var et =
|
|
1216
|
+
N || (N = new tt());
|
|
1217
|
+
var et = N.get(e);
|
|
1218
1218
|
if (et)
|
|
1219
1219
|
return et;
|
|
1220
|
-
if (
|
|
1221
|
-
var
|
|
1222
|
-
return
|
|
1223
|
-
|
|
1224
|
-
}),
|
|
1220
|
+
if (N.set(e, H), !B)
|
|
1221
|
+
var $ = o ? Br(e) : ge(e);
|
|
1222
|
+
return xe($ || e, function(Z, X) {
|
|
1223
|
+
$ && (X = Z, Z = e[X]), We(H, X, pe(Z, a, o, u, X, e, N));
|
|
1224
|
+
}), H;
|
|
1225
1225
|
}
|
|
1226
1226
|
function Rr(e) {
|
|
1227
|
-
return mt(e) ?
|
|
1227
|
+
return mt(e) ? ze(e) : {};
|
|
1228
1228
|
}
|
|
1229
1229
|
function Fr(e, a, o) {
|
|
1230
1230
|
var u = a(e);
|
|
1231
|
-
return
|
|
1231
|
+
return ye(e) ? u : De(u, o(e));
|
|
1232
1232
|
}
|
|
1233
1233
|
function jr(e) {
|
|
1234
|
-
return
|
|
1234
|
+
return Lt.call(e);
|
|
1235
1235
|
}
|
|
1236
1236
|
function zr(e) {
|
|
1237
1237
|
if (!mt(e) || Xr(e))
|
|
1238
1238
|
return !1;
|
|
1239
|
-
var a =
|
|
1239
|
+
var a = be(e) || re(e) ? hr : vt;
|
|
1240
1240
|
return a.test(Q(e));
|
|
1241
1241
|
}
|
|
1242
1242
|
function Hr(e) {
|
|
1243
|
-
if (
|
|
1244
|
-
return
|
|
1243
|
+
if (!$e(e))
|
|
1244
|
+
return Ne(e);
|
|
1245
1245
|
var a = [];
|
|
1246
1246
|
for (var o in Object(e))
|
|
1247
1247
|
dt.call(e, o) && o != "constructor" && a.push(o);
|
|
1248
1248
|
return a;
|
|
1249
1249
|
}
|
|
1250
|
-
function
|
|
1250
|
+
function Yt(e, a) {
|
|
1251
1251
|
if (a)
|
|
1252
1252
|
return e.slice();
|
|
1253
1253
|
var o = new e.constructor(e.length);
|
|
1254
1254
|
return e.copy(o), o;
|
|
1255
1255
|
}
|
|
1256
|
-
function
|
|
1256
|
+
function he(e) {
|
|
1257
1257
|
var a = new e.constructor(e.byteLength);
|
|
1258
|
-
return new
|
|
1258
|
+
return new ae(a).set(new ae(e)), a;
|
|
1259
1259
|
}
|
|
1260
|
-
function
|
|
1261
|
-
var o = a ?
|
|
1260
|
+
function Ot(e, a) {
|
|
1261
|
+
var o = a ? he(e.buffer) : e.buffer;
|
|
1262
1262
|
return new e.constructor(o, e.byteOffset, e.byteLength);
|
|
1263
1263
|
}
|
|
1264
|
-
function
|
|
1265
|
-
var u = a ? o(
|
|
1266
|
-
return
|
|
1264
|
+
function Ge(e, a, o) {
|
|
1265
|
+
var u = a ? o(Ce(e), !0) : Ce(e);
|
|
1266
|
+
return te(u, fr, new e.constructor());
|
|
1267
1267
|
}
|
|
1268
|
-
function
|
|
1269
|
-
var a = new e.constructor(e.source,
|
|
1268
|
+
function Be(e) {
|
|
1269
|
+
var a = new e.constructor(e.source, Ht.exec(e));
|
|
1270
1270
|
return a.lastIndex = e.lastIndex, a;
|
|
1271
1271
|
}
|
|
1272
1272
|
function Nr(e, a, o) {
|
|
1273
|
-
var u = a ? o(
|
|
1274
|
-
return
|
|
1273
|
+
var u = a ? o(Re(e), !0) : Re(e);
|
|
1274
|
+
return te(u, ct, new e.constructor());
|
|
1275
1275
|
}
|
|
1276
1276
|
function Lr(e) {
|
|
1277
|
-
return
|
|
1277
|
+
return Le ? Object(Le.call(e)) : {};
|
|
1278
1278
|
}
|
|
1279
1279
|
function Ur(e, a) {
|
|
1280
|
-
var o = a ?
|
|
1280
|
+
var o = a ? he(e.buffer) : e.buffer;
|
|
1281
1281
|
return new e.constructor(o, e.byteOffset, e.length);
|
|
1282
1282
|
}
|
|
1283
1283
|
function Wr(e, a) {
|
|
@@ -1286,43 +1286,43 @@ rr.exports;
|
|
|
1286
1286
|
a[o] = e[o];
|
|
1287
1287
|
return a;
|
|
1288
1288
|
}
|
|
1289
|
-
function
|
|
1289
|
+
function me(e, a, o, u) {
|
|
1290
1290
|
o || (o = {});
|
|
1291
|
-
for (var
|
|
1292
|
-
var
|
|
1293
|
-
|
|
1291
|
+
for (var P = -1, k = a.length; ++P < k; ) {
|
|
1292
|
+
var N = a[P], H = void 0;
|
|
1293
|
+
We(o, N, H === void 0 ? e[N] : H);
|
|
1294
1294
|
}
|
|
1295
1295
|
return o;
|
|
1296
1296
|
}
|
|
1297
1297
|
function Gr(e, a) {
|
|
1298
|
-
return
|
|
1298
|
+
return me(e, bt(e), a);
|
|
1299
1299
|
}
|
|
1300
1300
|
function Br(e) {
|
|
1301
|
-
return Fr(e,
|
|
1301
|
+
return Fr(e, ge, bt);
|
|
1302
1302
|
}
|
|
1303
|
-
function
|
|
1303
|
+
function xt(e, a) {
|
|
1304
1304
|
var o = e.__data__;
|
|
1305
1305
|
return Vr(a) ? o[typeof a == "string" ? "string" : "hash"] : o.map;
|
|
1306
1306
|
}
|
|
1307
1307
|
function lt(e, a) {
|
|
1308
|
-
var o =
|
|
1308
|
+
var o = Pe(e, a);
|
|
1309
1309
|
return zr(o) ? o : void 0;
|
|
1310
1310
|
}
|
|
1311
|
-
var bt =
|
|
1312
|
-
(
|
|
1313
|
-
var a =
|
|
1311
|
+
var bt = se ? ne(se, Object) : Jr, gt = jr;
|
|
1312
|
+
(Gt && gt(new Gt(new ArrayBuffer(1))) != E || Et && gt(new Et()) != b || ut && gt(ut.resolve()) != p || Bt && gt(new Bt()) != v || oe && gt(new oe()) != f) && (gt = function(e) {
|
|
1313
|
+
var a = Lt.call(e), o = a == l ? e.constructor : void 0, u = o ? Q(o) : void 0;
|
|
1314
1314
|
if (u)
|
|
1315
1315
|
switch (u) {
|
|
1316
|
-
case oe:
|
|
1317
|
-
return M;
|
|
1318
|
-
case Mt:
|
|
1319
|
-
return b;
|
|
1320
1316
|
case ce:
|
|
1321
|
-
return
|
|
1317
|
+
return E;
|
|
1318
|
+
case At:
|
|
1319
|
+
return b;
|
|
1322
1320
|
case ue:
|
|
1323
|
-
return
|
|
1321
|
+
return p;
|
|
1324
1322
|
case le:
|
|
1325
|
-
return
|
|
1323
|
+
return v;
|
|
1324
|
+
case fe:
|
|
1325
|
+
return f;
|
|
1326
1326
|
}
|
|
1327
1327
|
return a;
|
|
1328
1328
|
});
|
|
@@ -1331,35 +1331,35 @@ rr.exports;
|
|
|
1331
1331
|
return a && typeof e[0] == "string" && dt.call(e, "index") && (o.index = e.index, o.input = e.input), o;
|
|
1332
1332
|
}
|
|
1333
1333
|
function ht(e) {
|
|
1334
|
-
return typeof e.constructor == "function" &&
|
|
1334
|
+
return typeof e.constructor == "function" && !$e(e) ? Rr(at(e)) : {};
|
|
1335
1335
|
}
|
|
1336
1336
|
function Kr(e, a, o, u) {
|
|
1337
|
-
var
|
|
1337
|
+
var P = e.constructor;
|
|
1338
1338
|
switch (a) {
|
|
1339
|
-
case
|
|
1340
|
-
return
|
|
1339
|
+
case A:
|
|
1340
|
+
return he(e);
|
|
1341
1341
|
case m:
|
|
1342
|
-
case
|
|
1343
|
-
return new
|
|
1344
|
-
case
|
|
1345
|
-
return
|
|
1342
|
+
case x:
|
|
1343
|
+
return new P(+e);
|
|
1344
|
+
case E:
|
|
1345
|
+
return Ot(e, u);
|
|
1346
1346
|
case I:
|
|
1347
|
-
case C:
|
|
1348
|
-
case w:
|
|
1349
1347
|
case D:
|
|
1350
|
-
case k:
|
|
1351
1348
|
case S:
|
|
1352
|
-
case A:
|
|
1353
1349
|
case O:
|
|
1354
|
-
case
|
|
1350
|
+
case w:
|
|
1351
|
+
case M:
|
|
1352
|
+
case j:
|
|
1353
|
+
case R:
|
|
1354
|
+
case z:
|
|
1355
1355
|
return Ur(e, u);
|
|
1356
1356
|
case b:
|
|
1357
|
-
return
|
|
1357
|
+
return Ge(e, u, o);
|
|
1358
1358
|
case d:
|
|
1359
1359
|
case _:
|
|
1360
|
-
return new
|
|
1360
|
+
return new P(e);
|
|
1361
1361
|
case g:
|
|
1362
|
-
return
|
|
1362
|
+
return Be(e);
|
|
1363
1363
|
case v:
|
|
1364
1364
|
return Nr(e, u, o);
|
|
1365
1365
|
case y:
|
|
@@ -1367,23 +1367,23 @@ rr.exports;
|
|
|
1367
1367
|
}
|
|
1368
1368
|
}
|
|
1369
1369
|
function Yr(e, a) {
|
|
1370
|
-
return a = a ?? s, !!a && (typeof e == "number" ||
|
|
1370
|
+
return a = a ?? s, !!a && (typeof e == "number" || ft.test(e)) && e > -1 && e % 1 == 0 && e < a;
|
|
1371
1371
|
}
|
|
1372
1372
|
function Vr(e) {
|
|
1373
1373
|
var a = typeof e;
|
|
1374
1374
|
return a == "string" || a == "number" || a == "symbol" || a == "boolean" ? e !== "__proto__" : e === null;
|
|
1375
1375
|
}
|
|
1376
1376
|
function Xr(e) {
|
|
1377
|
-
return !!
|
|
1377
|
+
return !!Fe && Fe in e;
|
|
1378
1378
|
}
|
|
1379
|
-
function
|
|
1380
|
-
var a = e && e.constructor, o = typeof a == "function" && a.prototype ||
|
|
1379
|
+
function $e(e) {
|
|
1380
|
+
var a = e && e.constructor, o = typeof a == "function" && a.prototype || Nt;
|
|
1381
1381
|
return e === o;
|
|
1382
1382
|
}
|
|
1383
1383
|
function Q(e) {
|
|
1384
1384
|
if (e != null) {
|
|
1385
1385
|
try {
|
|
1386
|
-
return
|
|
1386
|
+
return je.call(e);
|
|
1387
1387
|
} catch {
|
|
1388
1388
|
}
|
|
1389
1389
|
try {
|
|
@@ -1393,39 +1393,39 @@ rr.exports;
|
|
|
1393
1393
|
}
|
|
1394
1394
|
return "";
|
|
1395
1395
|
}
|
|
1396
|
-
function
|
|
1397
|
-
return
|
|
1396
|
+
function Ke(e) {
|
|
1397
|
+
return pe(e, !0, !0);
|
|
1398
1398
|
}
|
|
1399
|
-
function
|
|
1399
|
+
function Ye(e, a) {
|
|
1400
1400
|
return e === a || e !== e && a !== a;
|
|
1401
1401
|
}
|
|
1402
|
-
function
|
|
1403
|
-
return qr(e) && dt.call(e, "callee") && (!
|
|
1402
|
+
function Vt(e) {
|
|
1403
|
+
return qr(e) && dt.call(e, "callee") && (!He.call(e, "callee") || Lt.call(e) == c);
|
|
1404
1404
|
}
|
|
1405
|
-
var
|
|
1406
|
-
function
|
|
1407
|
-
return e != null &&
|
|
1405
|
+
var ye = Array.isArray;
|
|
1406
|
+
function Xt(e) {
|
|
1407
|
+
return e != null && Xe(e.length) && !be(e);
|
|
1408
1408
|
}
|
|
1409
1409
|
function qr(e) {
|
|
1410
|
-
return
|
|
1410
|
+
return qe(e) && Xt(e);
|
|
1411
1411
|
}
|
|
1412
|
-
var
|
|
1413
|
-
function
|
|
1414
|
-
var a = mt(e) ?
|
|
1415
|
-
return a ==
|
|
1412
|
+
var Ve = Wt || Zr;
|
|
1413
|
+
function be(e) {
|
|
1414
|
+
var a = mt(e) ? Lt.call(e) : "";
|
|
1415
|
+
return a == T || a == W;
|
|
1416
1416
|
}
|
|
1417
|
-
function
|
|
1417
|
+
function Xe(e) {
|
|
1418
1418
|
return typeof e == "number" && e > -1 && e % 1 == 0 && e <= s;
|
|
1419
1419
|
}
|
|
1420
1420
|
function mt(e) {
|
|
1421
1421
|
var a = typeof e;
|
|
1422
1422
|
return !!e && (a == "object" || a == "function");
|
|
1423
1423
|
}
|
|
1424
|
-
function
|
|
1424
|
+
function qe(e) {
|
|
1425
1425
|
return !!e && typeof e == "object";
|
|
1426
1426
|
}
|
|
1427
|
-
function
|
|
1428
|
-
return
|
|
1427
|
+
function ge(e) {
|
|
1428
|
+
return Xt(e) ? $t(e) : Hr(e);
|
|
1429
1429
|
}
|
|
1430
1430
|
function Jr() {
|
|
1431
1431
|
return [];
|
|
@@ -1433,10 +1433,10 @@ rr.exports;
|
|
|
1433
1433
|
function Zr() {
|
|
1434
1434
|
return !1;
|
|
1435
1435
|
}
|
|
1436
|
-
t.exports =
|
|
1437
|
-
})(
|
|
1438
|
-
var Zi =
|
|
1439
|
-
const
|
|
1436
|
+
t.exports = Ke;
|
|
1437
|
+
})(nr, nr.exports);
|
|
1438
|
+
var Zi = nr.exports;
|
|
1439
|
+
const K = /* @__PURE__ */ wn(Zi), ti = (t) => new Promise((r, n) => {
|
|
1440
1440
|
const i = new Image();
|
|
1441
1441
|
console.warn("update cdn config for cors?"), i.onload = () => {
|
|
1442
1442
|
const s = i.width, c = i.height;
|
|
@@ -1476,12 +1476,12 @@ const B = /* @__PURE__ */ wn(Zi), ti = (t) => new Promise((r, n) => {
|
|
|
1476
1476
|
});
|
|
1477
1477
|
}).catch((s) => i(s));
|
|
1478
1478
|
});
|
|
1479
|
-
},
|
|
1479
|
+
}, or = {
|
|
1480
1480
|
color: "#000000",
|
|
1481
1481
|
x: 0,
|
|
1482
1482
|
y: 0,
|
|
1483
1483
|
blur: 0
|
|
1484
|
-
},
|
|
1484
|
+
}, Te = (t, r) => {
|
|
1485
1485
|
let n = r != null && r.trim ? r.trim.to - r.trim.from : (r == null ? void 0 : r.duration) || 5e3;
|
|
1486
1486
|
const i = {
|
|
1487
1487
|
from: 0,
|
|
@@ -1516,7 +1516,7 @@ const B = /* @__PURE__ */ wn(Zi), ti = (t) => new Promise((r, n) => {
|
|
|
1516
1516
|
from: 0,
|
|
1517
1517
|
to: r.duration
|
|
1518
1518
|
};
|
|
1519
|
-
function
|
|
1519
|
+
function cr(t, r) {
|
|
1520
1520
|
const n = {
|
|
1521
1521
|
x: t.size.width / 2,
|
|
1522
1522
|
y: t.size.height / 2
|
|
@@ -1531,7 +1531,7 @@ function or(t, r) {
|
|
|
1531
1531
|
};
|
|
1532
1532
|
}
|
|
1533
1533
|
const dn = async (t, r) => {
|
|
1534
|
-
const n = t.details.src, i = await ei(n), s =
|
|
1534
|
+
const n = t.details.src, i = await ei(n), s = cr(r, {
|
|
1535
1535
|
...i
|
|
1536
1536
|
}), c = ni(t.trim, { duration: i.duration }), h = {
|
|
1537
1537
|
width: i.width,
|
|
@@ -1546,7 +1546,7 @@ const dn = async (t, r) => {
|
|
|
1546
1546
|
// Default border width
|
|
1547
1547
|
borderColor: t.details.borderColor || "#000000",
|
|
1548
1548
|
// Default border color
|
|
1549
|
-
boxShadow: t.details.boxShadow ||
|
|
1549
|
+
boxShadow: t.details.boxShadow || or,
|
|
1550
1550
|
top: t.details.top || s.top || "0px",
|
|
1551
1551
|
// Default top
|
|
1552
1552
|
left: t.details.left || s.left || "0px",
|
|
@@ -1569,7 +1569,7 @@ const dn = async (t, r) => {
|
|
|
1569
1569
|
name: "video",
|
|
1570
1570
|
details: h,
|
|
1571
1571
|
playbackRate: t.playbackRate || 1,
|
|
1572
|
-
display:
|
|
1572
|
+
display: Te(t.display, { duration: i.duration, trim: c }),
|
|
1573
1573
|
duration: i.duration
|
|
1574
1574
|
};
|
|
1575
1575
|
}, pn = async (t) => {
|
|
@@ -1581,7 +1581,7 @@ const dn = async (t, r) => {
|
|
|
1581
1581
|
id: r,
|
|
1582
1582
|
name: "",
|
|
1583
1583
|
type: "audio",
|
|
1584
|
-
display:
|
|
1584
|
+
display: Te(t.display, { duration: s, trim: c }),
|
|
1585
1585
|
trim: c,
|
|
1586
1586
|
playbackRate: t.playbackRate || 1,
|
|
1587
1587
|
details: {
|
|
@@ -1596,36 +1596,36 @@ const dn = async (t, r) => {
|
|
|
1596
1596
|
const n = t.trackItemsIds, i = t.size, s = Math.min(
|
|
1597
1597
|
r.size.width / i.width,
|
|
1598
1598
|
r.size.height / i.height
|
|
1599
|
-
), c = t.rotate || 0, h = t.position, m = t.display,
|
|
1600
|
-
let F = 1 / 0,
|
|
1601
|
-
const
|
|
1602
|
-
const
|
|
1603
|
-
if (
|
|
1599
|
+
), c = t.rotate || 0, h = t.position, m = t.display, x = t.trim || t.display;
|
|
1600
|
+
let F = 1 / 0, T = 0;
|
|
1601
|
+
const W = n.map((d) => {
|
|
1602
|
+
const l = t.trackItemsMap[d], p = t.trackItemsDetails[d];
|
|
1603
|
+
if (l.display.from < F && (F = l.display.from), l.display.to > T && (T = l.display.to), l.type === "text")
|
|
1604
1604
|
return yn(
|
|
1605
|
-
{ ...
|
|
1605
|
+
{ ...l, details: p.details },
|
|
1606
1606
|
{ size: i }
|
|
1607
1607
|
);
|
|
1608
|
-
if (
|
|
1608
|
+
if (l.type === "image")
|
|
1609
1609
|
return hn(
|
|
1610
|
-
{ ...
|
|
1610
|
+
{ ...l, details: p.details },
|
|
1611
1611
|
{ size: i }
|
|
1612
1612
|
);
|
|
1613
|
-
if (
|
|
1613
|
+
if (l.type === "video")
|
|
1614
1614
|
return dn(
|
|
1615
|
-
{ ...
|
|
1615
|
+
{ ...l, details: p.details },
|
|
1616
1616
|
{ size: i }
|
|
1617
1617
|
);
|
|
1618
|
-
if (
|
|
1618
|
+
if (l.type === "audio")
|
|
1619
1619
|
return pn({
|
|
1620
|
-
...
|
|
1620
|
+
...l,
|
|
1621
1621
|
details: p.details
|
|
1622
1622
|
});
|
|
1623
|
-
if (
|
|
1623
|
+
if (l.type === "caption")
|
|
1624
1624
|
return mn(
|
|
1625
|
-
{ ...
|
|
1625
|
+
{ ...l, details: p.details },
|
|
1626
1626
|
{ size: i }
|
|
1627
1627
|
);
|
|
1628
|
-
}), b = await Promise.all(
|
|
1628
|
+
}), b = await Promise.all(W);
|
|
1629
1629
|
return {
|
|
1630
1630
|
id: t.id,
|
|
1631
1631
|
details: b,
|
|
@@ -1634,19 +1634,19 @@ const dn = async (t, r) => {
|
|
|
1634
1634
|
top: h.top || 0,
|
|
1635
1635
|
left: h.left || 0
|
|
1636
1636
|
},
|
|
1637
|
-
trim:
|
|
1637
|
+
trim: x,
|
|
1638
1638
|
scale: s,
|
|
1639
|
-
display: m || { from: F, to:
|
|
1639
|
+
display: m || { from: F, to: T },
|
|
1640
1640
|
rotate: c,
|
|
1641
1641
|
activeEdit: !1
|
|
1642
1642
|
};
|
|
1643
1643
|
}, hn = async (t, r) => {
|
|
1644
|
-
const n = t.details, i = await ti(n.src), s =
|
|
1644
|
+
const n = t.details, i = await ti(n.src), s = cr(r, i);
|
|
1645
1645
|
return {
|
|
1646
1646
|
id: t.id,
|
|
1647
1647
|
type: "image",
|
|
1648
1648
|
name: "image",
|
|
1649
|
-
display:
|
|
1649
|
+
display: Te(t.display),
|
|
1650
1650
|
playbackRate: t.playbackRate || 1,
|
|
1651
1651
|
details: {
|
|
1652
1652
|
src: n.src || "",
|
|
@@ -1663,7 +1663,7 @@ const dn = async (t, r) => {
|
|
|
1663
1663
|
// Default border
|
|
1664
1664
|
borderRadius: n.borderRadius || 0,
|
|
1665
1665
|
// Default border radius
|
|
1666
|
-
boxShadow: n.boxShadow ||
|
|
1666
|
+
boxShadow: n.boxShadow || or,
|
|
1667
1667
|
// Default box shadow
|
|
1668
1668
|
top: n.top || s.top || "0px",
|
|
1669
1669
|
// Default top
|
|
@@ -1692,7 +1692,7 @@ const dn = async (t, r) => {
|
|
|
1692
1692
|
url: n.details.fontUrl
|
|
1693
1693
|
}
|
|
1694
1694
|
]);
|
|
1695
|
-
const i = n.id, s = n.details, c = ii(s), h = ri(n.details.text, c), m =
|
|
1695
|
+
const i = n.id, s = n.details, c = ii(s), h = ri(n.details.text, c), m = cr(r, {
|
|
1696
1696
|
width: c.width,
|
|
1697
1697
|
height: h
|
|
1698
1698
|
});
|
|
@@ -1700,7 +1700,7 @@ const dn = async (t, r) => {
|
|
|
1700
1700
|
id: i,
|
|
1701
1701
|
name: "caption",
|
|
1702
1702
|
type: "caption",
|
|
1703
|
-
display:
|
|
1703
|
+
display: Te(n.display),
|
|
1704
1704
|
details: {
|
|
1705
1705
|
...c,
|
|
1706
1706
|
text: s.text || "",
|
|
@@ -1712,7 +1712,7 @@ const dn = async (t, r) => {
|
|
|
1712
1712
|
left: c.left || m.left,
|
|
1713
1713
|
borderWidth: s.borderWidth || 0,
|
|
1714
1714
|
borderColor: s.borderColor || "#000000",
|
|
1715
|
-
boxShadow: s.boxShadow ||
|
|
1715
|
+
boxShadow: s.boxShadow || or,
|
|
1716
1716
|
words: s.words || []
|
|
1717
1717
|
},
|
|
1718
1718
|
metadata: {}
|
|
@@ -1724,7 +1724,7 @@ const dn = async (t, r) => {
|
|
|
1724
1724
|
url: t.details.fontUrl
|
|
1725
1725
|
}
|
|
1726
1726
|
]);
|
|
1727
|
-
const n = t.id, i = t.details, s = ii(i), c = ri(t.details.text, s), h =
|
|
1727
|
+
const n = t.id, i = t.details, s = ii(i), c = ri(t.details.text, s), h = cr(r, {
|
|
1728
1728
|
width: s.width,
|
|
1729
1729
|
height: c
|
|
1730
1730
|
});
|
|
@@ -1732,7 +1732,7 @@ const dn = async (t, r) => {
|
|
|
1732
1732
|
id: n,
|
|
1733
1733
|
name: "text",
|
|
1734
1734
|
type: "text",
|
|
1735
|
-
display:
|
|
1735
|
+
display: Te(t.display),
|
|
1736
1736
|
details: {
|
|
1737
1737
|
...s,
|
|
1738
1738
|
text: i.text || "",
|
|
@@ -1744,7 +1744,7 @@ const dn = async (t, r) => {
|
|
|
1744
1744
|
left: s.left || h.left,
|
|
1745
1745
|
borderWidth: i.borderWidth || 0,
|
|
1746
1746
|
borderColor: i.borderColor || "#000000",
|
|
1747
|
-
boxShadow: i.boxShadow ||
|
|
1747
|
+
boxShadow: i.boxShadow || or
|
|
1748
1748
|
},
|
|
1749
1749
|
metadata: {}
|
|
1750
1750
|
};
|
|
@@ -1791,7 +1791,7 @@ const dn = async (t, r) => {
|
|
|
1791
1791
|
textTransform: t.textTransform || "none",
|
|
1792
1792
|
transform: t.transform || "none"
|
|
1793
1793
|
}), ea = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";
|
|
1794
|
-
let
|
|
1794
|
+
let er = (t = 21) => {
|
|
1795
1795
|
let r = "", n = crypto.getRandomValues(new Uint8Array(t));
|
|
1796
1796
|
for (; t--; )
|
|
1797
1797
|
r += ea[n[t] & 63];
|
|
@@ -1807,104 +1807,105 @@ function ra(t, r) {
|
|
|
1807
1807
|
}
|
|
1808
1808
|
function en(t = 16) {
|
|
1809
1809
|
const r = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ", n = r.charAt(Math.floor(Math.random() * r.length));
|
|
1810
|
-
let i =
|
|
1810
|
+
let i = er(t - 1);
|
|
1811
1811
|
return i = i.replace(/[^a-zA-Z0-9]/g, "").slice(0, t - 1), n + i;
|
|
1812
1812
|
}
|
|
1813
|
-
const
|
|
1813
|
+
const Zt = (t) => Object.keys(t).reduce((r, n) => {
|
|
1814
1814
|
const { display: i, playbackRate: s } = t[n];
|
|
1815
1815
|
return Math.max(r, i.to / (s || 1));
|
|
1816
1816
|
}, 0), na = (t, r, n, i, s) => {
|
|
1817
1817
|
let c = !1;
|
|
1818
1818
|
return t.forEach((h) => {
|
|
1819
|
-
const m = n[h],
|
|
1819
|
+
const m = n[h], x = m.display.from, F = m.display.to;
|
|
1820
1820
|
if (i !== void 0 || s !== void 0) {
|
|
1821
|
-
const
|
|
1821
|
+
const T = r.find((b, d) => {
|
|
1822
1822
|
if (i !== void 0 && b.id === i) return b;
|
|
1823
1823
|
if (s !== void 0 && d === s) return b;
|
|
1824
1824
|
});
|
|
1825
|
-
if (!
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1825
|
+
if (!T)
|
|
1826
|
+
return c = !0, !0;
|
|
1827
|
+
c = T.items.map((b) => n[b]).some((b) => {
|
|
1828
|
+
const d = b.display.from, l = b.display.to;
|
|
1829
|
+
return d <= x && l >= F;
|
|
1829
1830
|
});
|
|
1830
1831
|
}
|
|
1831
1832
|
}), c;
|
|
1832
1833
|
};
|
|
1833
1834
|
function ia(t) {
|
|
1834
|
-
const r =
|
|
1835
|
-
|
|
1836
|
-
), n =
|
|
1837
|
-
|
|
1838
|
-
), i =
|
|
1839
|
-
|
|
1840
|
-
), s =
|
|
1841
|
-
|
|
1842
|
-
), c =
|
|
1843
|
-
|
|
1844
|
-
), h =
|
|
1845
|
-
|
|
1835
|
+
const r = qt.pipe(
|
|
1836
|
+
Jt(({ key: d }) => d.startsWith(mi))
|
|
1837
|
+
), n = qt.pipe(
|
|
1838
|
+
Jt(({ key: d }) => d.startsWith(yi))
|
|
1839
|
+
), i = qt.pipe(
|
|
1840
|
+
Jt(({ key: d }) => d.startsWith(bi))
|
|
1841
|
+
), s = qt.pipe(
|
|
1842
|
+
Jt(({ key: d }) => d.startsWith(gi))
|
|
1843
|
+
), c = qt.pipe(
|
|
1844
|
+
Jt(({ key: d }) => d.startsWith(_i))
|
|
1845
|
+
), h = qt.pipe(
|
|
1846
|
+
Jt(({ key: d }) => d.startsWith(Ii))
|
|
1846
1847
|
), m = r.subscribe(async (d) => {
|
|
1847
|
-
var
|
|
1848
|
+
var l, p;
|
|
1848
1849
|
if (d.key === vi) {
|
|
1849
|
-
const g = (
|
|
1850
|
+
const g = (l = d.value) == null ? void 0 : l.payload, v = g.size, _ = g.trackItemIds, y = g.trackItemsMap, f = g.trackItemDetailsMap;
|
|
1850
1851
|
console.warn("IMPROVE FONTS LOADING");
|
|
1851
|
-
const
|
|
1852
|
-
var
|
|
1852
|
+
const A = _.map(async (I) => {
|
|
1853
|
+
var D;
|
|
1853
1854
|
try {
|
|
1854
|
-
const
|
|
1855
|
-
if (
|
|
1856
|
-
const
|
|
1857
|
-
{ id: I, details:
|
|
1855
|
+
const S = f[I], O = y[I];
|
|
1856
|
+
if (S.type === "image") {
|
|
1857
|
+
const w = await hn(
|
|
1858
|
+
{ id: I, details: S.details, ...O },
|
|
1858
1859
|
{
|
|
1859
1860
|
size: v
|
|
1860
1861
|
}
|
|
1861
|
-
), { details:
|
|
1862
|
-
|
|
1863
|
-
} else if (
|
|
1864
|
-
const
|
|
1865
|
-
(
|
|
1866
|
-
),
|
|
1867
|
-
{ ...
|
|
1862
|
+
), { details: M, ...j } = w;
|
|
1863
|
+
f[I] = { type: "image", details: M }, y[I] = j;
|
|
1864
|
+
} else if (S.type === "video") {
|
|
1865
|
+
const w = K(
|
|
1866
|
+
(D = d.value) == null ? void 0 : D.payload.trackItemsMap[I]
|
|
1867
|
+
), M = await dn(
|
|
1868
|
+
{ ...S, ...w, ...O },
|
|
1868
1869
|
{
|
|
1869
1870
|
size: v
|
|
1870
1871
|
}
|
|
1871
|
-
), { details:
|
|
1872
|
-
|
|
1873
|
-
} else if (
|
|
1874
|
-
const
|
|
1872
|
+
), { details: j, ...R } = M;
|
|
1873
|
+
f[I] = { type: "video", details: j }, y[I] = R;
|
|
1874
|
+
} else if (S.type === "audio") {
|
|
1875
|
+
const w = await pn({
|
|
1875
1876
|
id: I,
|
|
1876
|
-
details:
|
|
1877
|
-
...
|
|
1878
|
-
}), { details:
|
|
1879
|
-
|
|
1880
|
-
} else if (
|
|
1881
|
-
const
|
|
1882
|
-
{ id: I, details:
|
|
1877
|
+
details: S.details,
|
|
1878
|
+
...O
|
|
1879
|
+
}), { details: M, ...j } = w;
|
|
1880
|
+
f[I] = { type: "audio", details: M }, y[I] = j;
|
|
1881
|
+
} else if (S.type === "caption") {
|
|
1882
|
+
const w = await mn(
|
|
1883
|
+
{ id: I, details: S.details, ...O },
|
|
1883
1884
|
{
|
|
1884
1885
|
size: v
|
|
1885
1886
|
}
|
|
1886
|
-
), { details:
|
|
1887
|
-
|
|
1888
|
-
} else if (
|
|
1889
|
-
const
|
|
1890
|
-
{ id: I, details:
|
|
1887
|
+
), { details: M, ...j } = w;
|
|
1888
|
+
f[I] = { type: "caption", details: M }, y[I] = j;
|
|
1889
|
+
} else if (S.type === "text") {
|
|
1890
|
+
const w = await yn(
|
|
1891
|
+
{ id: I, details: S.details, ...O },
|
|
1891
1892
|
{
|
|
1892
1893
|
size: v
|
|
1893
1894
|
}
|
|
1894
|
-
), { details:
|
|
1895
|
-
|
|
1895
|
+
), { details: M, ...j } = w;
|
|
1896
|
+
f[I] = { type: "text", details: M }, y[I] = j;
|
|
1896
1897
|
}
|
|
1897
1898
|
return !0;
|
|
1898
1899
|
} catch {
|
|
1899
1900
|
return !1;
|
|
1900
1901
|
}
|
|
1901
1902
|
});
|
|
1902
|
-
await Promise.all(
|
|
1903
|
-
const
|
|
1903
|
+
await Promise.all(A);
|
|
1904
|
+
const E = Zt(y);
|
|
1904
1905
|
t.updateState({
|
|
1905
1906
|
...g,
|
|
1906
1907
|
trackItemsMap: y,
|
|
1907
|
-
duration:
|
|
1908
|
+
duration: E
|
|
1908
1909
|
});
|
|
1909
1910
|
}
|
|
1910
1911
|
if (d.key === Si) {
|
|
@@ -1913,75 +1914,75 @@ function ia(t) {
|
|
|
1913
1914
|
size: g
|
|
1914
1915
|
});
|
|
1915
1916
|
}
|
|
1916
|
-
}),
|
|
1917
|
+
}), x = s.subscribe((d) => {
|
|
1917
1918
|
if (d.key === wi) return t.undo();
|
|
1918
1919
|
if (d.key === ki) return t.redo();
|
|
1919
1920
|
}), F = i.subscribe((d) => {
|
|
1920
1921
|
var g, v, _, y;
|
|
1921
|
-
const
|
|
1922
|
-
if ((g = d.value) != null && g.payload.trackItemIds && (
|
|
1923
|
-
const
|
|
1924
|
-
(
|
|
1925
|
-
),
|
|
1926
|
-
Object.entries(
|
|
1927
|
-
([
|
|
1922
|
+
const l = [], p = [];
|
|
1923
|
+
if ((g = d.value) != null && g.payload.trackItemIds && (l.push((v = d.value) == null ? void 0 : v.payload.trackItemIds), t.updateState({ activeIds: l })), d.key === Ti) {
|
|
1924
|
+
const f = (_ = d.value) == null ? void 0 : _.payload.trackItemIds, A = K(t.getState()), E = f && f.length ? f : A.activeIds, I = A.trackItemIds, D = A.trackItemDetailsMap, S = I.filter(
|
|
1925
|
+
(R) => !E.includes(R)
|
|
1926
|
+
), O = Object.fromEntries(
|
|
1927
|
+
Object.entries(D).filter(
|
|
1928
|
+
([R]) => !E.includes(R)
|
|
1928
1929
|
)
|
|
1929
|
-
),
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
),
|
|
1933
|
-
Object.entries(
|
|
1934
|
-
([
|
|
1930
|
+
), w = ra(
|
|
1931
|
+
A.tracks,
|
|
1932
|
+
E
|
|
1933
|
+
), M = Object.fromEntries(
|
|
1934
|
+
Object.entries(A.trackItemsMap).filter(
|
|
1935
|
+
([R]) => !E.includes(R)
|
|
1935
1936
|
)
|
|
1936
|
-
),
|
|
1937
|
+
), j = Zt(M);
|
|
1937
1938
|
t.updateState(
|
|
1938
1939
|
{
|
|
1939
|
-
trackItemIds:
|
|
1940
|
-
trackItemDetailsMap:
|
|
1940
|
+
trackItemIds: S,
|
|
1941
|
+
trackItemDetailsMap: O,
|
|
1941
1942
|
activeIds: [],
|
|
1942
|
-
trackItemsMap:
|
|
1943
|
-
tracks:
|
|
1944
|
-
duration:
|
|
1943
|
+
trackItemsMap: M,
|
|
1944
|
+
tracks: w,
|
|
1945
|
+
duration: j
|
|
1945
1946
|
},
|
|
1946
1947
|
{ updateHistory: !0, kind: "remove" }
|
|
1947
1948
|
);
|
|
1948
1949
|
}
|
|
1949
1950
|
if (d.key === Ei) {
|
|
1950
|
-
const
|
|
1951
|
-
if (
|
|
1952
|
-
|
|
1953
|
-
const
|
|
1954
|
-
p.push(
|
|
1955
|
-
...
|
|
1956
|
-
[
|
|
1957
|
-
},
|
|
1958
|
-
...
|
|
1959
|
-
[
|
|
1960
|
-
...
|
|
1951
|
+
const f = K(t.getState()), A = ((y = d.value) == null ? void 0 : y.payload.trackItemIds) || f.activeIds;
|
|
1952
|
+
if (A.length === 0) return;
|
|
1953
|
+
A.forEach((I) => {
|
|
1954
|
+
const D = f.trackItemsMap[I], S = f.trackItemDetailsMap[I], O = en();
|
|
1955
|
+
p.push(O), f.trackItemsMap = {
|
|
1956
|
+
...f.trackItemsMap,
|
|
1957
|
+
[O]: { ...K(D), id: O }
|
|
1958
|
+
}, f.trackItemDetailsMap = {
|
|
1959
|
+
...f.trackItemDetailsMap,
|
|
1960
|
+
[O]: {
|
|
1961
|
+
...K(S)
|
|
1961
1962
|
}
|
|
1962
|
-
},
|
|
1963
|
+
}, f.trackItemIds.push(O);
|
|
1963
1964
|
});
|
|
1964
|
-
const
|
|
1965
|
-
|
|
1966
|
-
const
|
|
1965
|
+
const E = [];
|
|
1966
|
+
f.tracks.forEach((I) => {
|
|
1967
|
+
const D = {
|
|
1967
1968
|
...I,
|
|
1968
1969
|
items: [],
|
|
1969
|
-
id:
|
|
1970
|
+
id: er()
|
|
1970
1971
|
};
|
|
1971
|
-
I.items.forEach((
|
|
1972
|
-
if (
|
|
1973
|
-
const
|
|
1974
|
-
|
|
1972
|
+
I.items.forEach((S) => {
|
|
1973
|
+
if (A.includes(S)) {
|
|
1974
|
+
const O = A.indexOf(S);
|
|
1975
|
+
D.items.push(p[O]);
|
|
1975
1976
|
}
|
|
1976
|
-
}),
|
|
1977
|
-
}),
|
|
1978
|
-
I.items.length !== 0 &&
|
|
1977
|
+
}), E.push(D);
|
|
1978
|
+
}), E.forEach((I) => {
|
|
1979
|
+
I.items.length !== 0 && f.tracks.unshift(I);
|
|
1979
1980
|
}), t.updateState(
|
|
1980
1981
|
{
|
|
1981
|
-
trackItemDetailsMap:
|
|
1982
|
-
tracks:
|
|
1983
|
-
trackItemIds:
|
|
1984
|
-
trackItemsMap:
|
|
1982
|
+
trackItemDetailsMap: f.trackItemDetailsMap,
|
|
1983
|
+
tracks: f.tracks,
|
|
1984
|
+
trackItemIds: f.trackItemIds,
|
|
1985
|
+
trackItemsMap: f.trackItemsMap
|
|
1985
1986
|
},
|
|
1986
1987
|
{
|
|
1987
1988
|
updateHistory: !0,
|
|
@@ -1989,121 +1990,131 @@ function ia(t) {
|
|
|
1989
1990
|
}
|
|
1990
1991
|
);
|
|
1991
1992
|
}
|
|
1992
|
-
}),
|
|
1993
|
-
var
|
|
1994
|
-
const
|
|
1993
|
+
}), T = n.subscribe(async (d) => {
|
|
1994
|
+
var f, A, E, I, D, S, O, w, M, j;
|
|
1995
|
+
const l = K(t.getState());
|
|
1995
1996
|
let p = [], g = "text";
|
|
1996
|
-
const v = (
|
|
1997
|
+
const v = (A = (f = d.value) == null ? void 0 : f.options) == null ? void 0 : A.trackId;
|
|
1998
|
+
let _ = (I = (E = d.value) == null ? void 0 : E.options) == null ? void 0 : I.trackIndex;
|
|
1997
1999
|
if (d.key === Mi) {
|
|
1998
2000
|
g = "caption";
|
|
1999
|
-
const
|
|
2000
|
-
for (const
|
|
2001
|
-
const ft = mn(
|
|
2002
|
-
size:
|
|
2001
|
+
const R = (D = d.value) == null ? void 0 : D.payload, z = [];
|
|
2002
|
+
for (const vt of R) {
|
|
2003
|
+
const ft = mn(vt, {
|
|
2004
|
+
size: l.size
|
|
2003
2005
|
});
|
|
2004
|
-
|
|
2006
|
+
z.push(ft);
|
|
2005
2007
|
}
|
|
2006
|
-
const
|
|
2007
|
-
for (const
|
|
2008
|
-
const ft =
|
|
2009
|
-
|
|
2010
|
-
const { details:
|
|
2011
|
-
|
|
2008
|
+
const C = await Promise.all(z), Ht = [];
|
|
2009
|
+
for (const vt of C) {
|
|
2010
|
+
const ft = vt.id;
|
|
2011
|
+
Ht.push(ft);
|
|
2012
|
+
const { details: L, ...Qt } = vt;
|
|
2013
|
+
l.trackItemDetailsMap[ft] = {
|
|
2012
2014
|
type: g,
|
|
2013
|
-
details:
|
|
2014
|
-
},
|
|
2015
|
+
details: L
|
|
2016
|
+
}, l.trackItemsMap[ft] = Qt, l.trackItemIds.push(ft);
|
|
2015
2017
|
}
|
|
2016
|
-
p =
|
|
2018
|
+
p = Ht;
|
|
2017
2019
|
}
|
|
2018
2020
|
if (d.key === Ai) {
|
|
2019
2021
|
g = "text";
|
|
2020
|
-
const
|
|
2021
|
-
size:
|
|
2022
|
-
}), { details:
|
|
2023
|
-
|
|
2022
|
+
const R = await yn((S = d.value) == null ? void 0 : S.payload, {
|
|
2023
|
+
size: l.size
|
|
2024
|
+
}), { details: z, ...C } = R;
|
|
2025
|
+
l.trackItemDetailsMap[C.id] = {
|
|
2024
2026
|
type: g,
|
|
2025
|
-
details:
|
|
2026
|
-
},
|
|
2027
|
+
details: z
|
|
2028
|
+
}, l.trackItemsMap[C.id] = C, l.trackItemIds.push(C.id), p = [C.id];
|
|
2027
2029
|
}
|
|
2028
2030
|
if (d.key === Oi) {
|
|
2029
2031
|
g = "template";
|
|
2030
|
-
const
|
|
2031
|
-
size:
|
|
2032
|
-
}), { details:
|
|
2033
|
-
|
|
2034
|
-
...
|
|
2032
|
+
const R = await ta((O = d.value) == null ? void 0 : O.payload, {
|
|
2033
|
+
size: l.size
|
|
2034
|
+
}), { details: z, ...C } = R;
|
|
2035
|
+
l.trackItemsMap[R.id] = {
|
|
2036
|
+
...C,
|
|
2035
2037
|
type: "template"
|
|
2036
|
-
},
|
|
2038
|
+
}, l.trackItemIds.push(C.id), l.trackItemDetailsMap[C.id] = {
|
|
2037
2039
|
type: "template",
|
|
2038
|
-
details:
|
|
2039
|
-
}, p = [
|
|
2040
|
+
details: z
|
|
2041
|
+
}, p = [C.id];
|
|
2040
2042
|
}
|
|
2041
2043
|
if (d.key === xi) {
|
|
2042
2044
|
g = "image";
|
|
2043
|
-
const
|
|
2044
|
-
size:
|
|
2045
|
-
}), { details:
|
|
2046
|
-
|
|
2045
|
+
const R = await hn((w = d.value) == null ? void 0 : w.payload, {
|
|
2046
|
+
size: l.size
|
|
2047
|
+
}), { details: z, ...C } = R;
|
|
2048
|
+
l.trackItemDetailsMap[C.id] = {
|
|
2047
2049
|
type: g,
|
|
2048
|
-
details:
|
|
2049
|
-
},
|
|
2050
|
+
details: z
|
|
2051
|
+
}, l.trackItemsMap[C.id] = C, l.trackItemIds.push(C.id), p = [C.id];
|
|
2050
2052
|
}
|
|
2051
2053
|
if (d.key === Di) {
|
|
2052
2054
|
g = "audio";
|
|
2053
|
-
const
|
|
2054
|
-
|
|
2055
|
+
const R = await pn((M = d.value) == null ? void 0 : M.payload), { details: z, ...C } = R;
|
|
2056
|
+
l.trackItemDetailsMap[C.id] = {
|
|
2055
2057
|
type: g,
|
|
2056
|
-
details:
|
|
2057
|
-
},
|
|
2058
|
+
details: z
|
|
2059
|
+
}, l.trackItemsMap[C.id] = C, l.trackItemIds.push(C.id), p = [C.id];
|
|
2058
2060
|
}
|
|
2059
2061
|
if (d.key === Pi) {
|
|
2060
2062
|
g = "video";
|
|
2061
|
-
const
|
|
2062
|
-
size:
|
|
2063
|
-
}), { details:
|
|
2064
|
-
|
|
2063
|
+
const R = await dn((j = d.value) == null ? void 0 : j.payload, {
|
|
2064
|
+
size: l.size
|
|
2065
|
+
}), { details: z, ...C } = R;
|
|
2066
|
+
l.trackItemDetailsMap[C.id] = {
|
|
2065
2067
|
type: g,
|
|
2066
|
-
details:
|
|
2067
|
-
},
|
|
2068
|
+
details: z
|
|
2069
|
+
}, l.trackItemsMap[C.id] = C, l.trackItemIds.push(C.id), p = [C.id];
|
|
2068
2070
|
}
|
|
2071
|
+
_ < 0 ? _ = 0 : _ > l.tracks.length && (_ = l.tracks.length);
|
|
2069
2072
|
const y = na(
|
|
2070
2073
|
p,
|
|
2071
|
-
|
|
2072
|
-
|
|
2074
|
+
l.tracks,
|
|
2075
|
+
l.trackItemsMap,
|
|
2073
2076
|
v,
|
|
2074
2077
|
_
|
|
2075
2078
|
);
|
|
2076
|
-
|
|
2077
|
-
id
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2079
|
+
if (l.tracks.length > 0 && v !== void 0 && v !== "main" && !y)
|
|
2080
|
+
l.tracks.map((z) => z.id).includes(v) && (l.tracks = l.tracks.map((z) => (z.id === v && z.items.push(...p), z)));
|
|
2081
|
+
else if (l.tracks.length > 0 && _ !== void 0 && !y)
|
|
2082
|
+
l.tracks = l.tracks.map((R, z) => (z === _ && R.items.push(...p), R));
|
|
2083
|
+
else {
|
|
2084
|
+
const R = {
|
|
2085
|
+
id: er(),
|
|
2086
|
+
accepts: ["text", "audio", "helper", "video", "image", "caption"],
|
|
2087
|
+
type: g,
|
|
2088
|
+
items: p,
|
|
2089
|
+
magnetic: !1,
|
|
2090
|
+
static: !1
|
|
2091
|
+
};
|
|
2092
|
+
_ > 0 ? l.tracks.push(R) : l.tracks.unshift(R);
|
|
2093
|
+
}
|
|
2094
|
+
l.duration = Zt(l.trackItemsMap), t.updateState(
|
|
2084
2095
|
{
|
|
2085
|
-
trackItemIds:
|
|
2086
|
-
trackItemDetailsMap:
|
|
2087
|
-
trackItemsMap:
|
|
2088
|
-
tracks:
|
|
2089
|
-
duration:
|
|
2096
|
+
trackItemIds: l.trackItemIds,
|
|
2097
|
+
trackItemDetailsMap: l.trackItemDetailsMap,
|
|
2098
|
+
trackItemsMap: l.trackItemsMap,
|
|
2099
|
+
tracks: l.tracks,
|
|
2100
|
+
duration: l.duration
|
|
2090
2101
|
},
|
|
2091
2102
|
{
|
|
2092
2103
|
updateHistory: !0,
|
|
2093
2104
|
kind: "add"
|
|
2094
2105
|
}
|
|
2095
2106
|
);
|
|
2096
|
-
}),
|
|
2097
|
-
var
|
|
2107
|
+
}), W = c.subscribe(async (d) => {
|
|
2108
|
+
var l;
|
|
2098
2109
|
if (d.key === Ci) {
|
|
2099
|
-
const p =
|
|
2110
|
+
const p = K(t.getState()), g = (l = d.value) == null ? void 0 : l.options.time;
|
|
2100
2111
|
if (p.activeIds.length === 1) {
|
|
2101
2112
|
const v = p.activeIds[0], _ = p.trackItemsMap[v];
|
|
2102
2113
|
if (g >= _.display.to || g <= _.display.from)
|
|
2103
2114
|
return;
|
|
2104
|
-
const y = p.trackItemDetailsMap[v],
|
|
2115
|
+
const y = p.trackItemDetailsMap[v], f = en(), A = {
|
|
2105
2116
|
..._,
|
|
2106
|
-
id:
|
|
2117
|
+
id: f,
|
|
2107
2118
|
display: {
|
|
2108
2119
|
from: g,
|
|
2109
2120
|
to: _.display.to
|
|
@@ -2113,8 +2124,8 @@ function ia(t) {
|
|
|
2113
2124
|
to: _.display.to
|
|
2114
2125
|
}
|
|
2115
2126
|
};
|
|
2116
|
-
p.trackItemsMap[v].display.to = g, p.trackItemsMap[
|
|
2117
|
-
|
|
2127
|
+
p.trackItemsMap[v].display.to = g, p.trackItemsMap[f] = A, p.trackItemIds.push(f), p.trackItemDetailsMap[f] = y, p.tracks.forEach((E) => {
|
|
2128
|
+
E.items.includes(v) && E.items.push(f);
|
|
2118
2129
|
}), t.updateState(
|
|
2119
2130
|
{
|
|
2120
2131
|
trackItemDetailsMap: p.trackItemDetailsMap,
|
|
@@ -2131,7 +2142,7 @@ function ia(t) {
|
|
|
2131
2142
|
return;
|
|
2132
2143
|
}
|
|
2133
2144
|
if (d.key === Ri) {
|
|
2134
|
-
const p =
|
|
2145
|
+
const p = K(t.getState());
|
|
2135
2146
|
if (p.activeIds.length) {
|
|
2136
2147
|
const g = p.activeIds, v = [], _ = {
|
|
2137
2148
|
activeIds: g,
|
|
@@ -2139,40 +2150,40 @@ function ia(t) {
|
|
|
2139
2150
|
trackItemsMap: {},
|
|
2140
2151
|
tracks: []
|
|
2141
2152
|
};
|
|
2142
|
-
g.forEach((
|
|
2143
|
-
_.trackItemDetailsMap[
|
|
2144
|
-
p.tracks.find((
|
|
2153
|
+
g.forEach((f) => {
|
|
2154
|
+
_.trackItemDetailsMap[f] = p.trackItemDetailsMap[f], _.trackItemsMap[f] = p.trackItemsMap[f], v.push(
|
|
2155
|
+
p.tracks.find((A) => A.items.includes(f))
|
|
2145
2156
|
);
|
|
2146
2157
|
});
|
|
2147
2158
|
const y = /* @__PURE__ */ new Set();
|
|
2148
|
-
v.filter((
|
|
2159
|
+
v.filter((f) => y.has(f.id) ? !1 : (y.add(f), !0)), _.tracks = Array.from(y.keys()), localStorage.setItem("DesignComboTemp", JSON.stringify(_));
|
|
2149
2160
|
}
|
|
2150
2161
|
}
|
|
2151
2162
|
if (d.key === Fi) {
|
|
2152
2163
|
const p = localStorage.getItem("DesignComboTemp");
|
|
2153
2164
|
if (!p) return;
|
|
2154
|
-
const g =
|
|
2155
|
-
const
|
|
2156
|
-
(
|
|
2165
|
+
const g = K(t.getState()), v = JSON.parse(p), _ = {}, y = v.trackItemsMap, f = v.trackItemDetailsMap, A = v.tracks, E = [], I = v.activeIds.map(async (D) => {
|
|
2166
|
+
const S = f[D];
|
|
2167
|
+
(S.type === "caption" || S.type === "text") && S.details.fontUrl && await kn([
|
|
2157
2168
|
{
|
|
2158
|
-
fontFamily:
|
|
2159
|
-
url:
|
|
2169
|
+
fontFamily: S.details.fontFamily,
|
|
2170
|
+
url: S.details.fontUrl
|
|
2160
2171
|
}
|
|
2161
2172
|
]);
|
|
2162
|
-
const
|
|
2163
|
-
return _[
|
|
2164
|
-
...y[
|
|
2165
|
-
id:
|
|
2166
|
-
}, g.trackItemDetailsMap[
|
|
2173
|
+
const O = en();
|
|
2174
|
+
return _[D] = O, g.trackItemsMap[O] = {
|
|
2175
|
+
...y[D],
|
|
2176
|
+
id: O
|
|
2177
|
+
}, g.trackItemDetailsMap[O] = S, g.trackItemIds.push(O), !0;
|
|
2167
2178
|
});
|
|
2168
|
-
await Promise.all(I),
|
|
2169
|
-
const
|
|
2170
|
-
...
|
|
2171
|
-
items:
|
|
2172
|
-
id:
|
|
2179
|
+
await Promise.all(I), A.forEach((D) => {
|
|
2180
|
+
const S = D.items.map((w) => _[w]), O = {
|
|
2181
|
+
...D,
|
|
2182
|
+
items: S,
|
|
2183
|
+
id: er()
|
|
2173
2184
|
};
|
|
2174
|
-
|
|
2175
|
-
}), g.tracks = [...g.tracks, ...
|
|
2185
|
+
E.push(O);
|
|
2186
|
+
}), g.tracks = [...g.tracks, ...E], t.updateState(
|
|
2176
2187
|
{
|
|
2177
2188
|
trackItemDetailsMap: g.trackItemDetailsMap,
|
|
2178
2189
|
tracks: g.tracks,
|
|
@@ -2186,20 +2197,20 @@ function ia(t) {
|
|
|
2186
2197
|
);
|
|
2187
2198
|
}
|
|
2188
2199
|
}), b = h.subscribe(async (d) => {
|
|
2189
|
-
var
|
|
2200
|
+
var l, p, g, v;
|
|
2190
2201
|
if (d.key === ji) {
|
|
2191
|
-
const _ =
|
|
2192
|
-
_.trackItemIds.forEach((
|
|
2193
|
-
const I =
|
|
2194
|
-
if (I.type === "template" && I.details.map((
|
|
2195
|
-
const
|
|
2196
|
-
(
|
|
2202
|
+
const _ = K(t.getState()), [y] = (l = d.value) == null ? void 0 : l.payload.trackItemIds, f = _.trackItemDetailsMap;
|
|
2203
|
+
_.trackItemIds.forEach((E) => {
|
|
2204
|
+
const I = f[E];
|
|
2205
|
+
if (I.type === "template" && I.details.map((S) => S.id).includes(y)) {
|
|
2206
|
+
const S = I.details.filter(
|
|
2207
|
+
(O) => O.id !== y
|
|
2197
2208
|
);
|
|
2198
|
-
I.details =
|
|
2209
|
+
I.details = S;
|
|
2199
2210
|
}
|
|
2200
2211
|
}), t.updateState(
|
|
2201
2212
|
{
|
|
2202
|
-
trackItemDetailsMap: { ...
|
|
2213
|
+
trackItemDetailsMap: { ...f }
|
|
2203
2214
|
},
|
|
2204
2215
|
{
|
|
2205
2216
|
updateHistory: !0,
|
|
@@ -2208,24 +2219,24 @@ function ia(t) {
|
|
|
2208
2219
|
);
|
|
2209
2220
|
}
|
|
2210
2221
|
if (d.key === zi) {
|
|
2211
|
-
const _ =
|
|
2212
|
-
if (!
|
|
2213
|
-
const
|
|
2214
|
-
|
|
2215
|
-
const
|
|
2216
|
-
|
|
2217
|
-
...y[
|
|
2218
|
-
...
|
|
2219
|
-
} :
|
|
2220
|
-
...
|
|
2221
|
-
...
|
|
2222
|
+
const _ = K(t.getState()), y = _.trackItemDetailsMap, f = _.trackItemsMap, A = Object.keys((p = d.value) == null ? void 0 : p.payload);
|
|
2223
|
+
if (!A.length) return;
|
|
2224
|
+
const E = (g = d.value) == null ? void 0 : g.payload;
|
|
2225
|
+
A.forEach((D) => {
|
|
2226
|
+
const S = E[D];
|
|
2227
|
+
S.details ? y[D].details = {
|
|
2228
|
+
...y[D].details,
|
|
2229
|
+
...S.details
|
|
2230
|
+
} : E[D].playbackRate ? f[D].playbackRate = E[D].playbackRate : y[D].type === "template" && (f[D] = {
|
|
2231
|
+
...f[D],
|
|
2232
|
+
...E[D]
|
|
2222
2233
|
});
|
|
2223
2234
|
});
|
|
2224
|
-
const I =
|
|
2235
|
+
const I = Zt(f);
|
|
2225
2236
|
t.updateState(
|
|
2226
2237
|
{
|
|
2227
2238
|
trackItemDetailsMap: { ...y },
|
|
2228
|
-
trackItemsMap: { ...
|
|
2239
|
+
trackItemsMap: { ...f },
|
|
2229
2240
|
duration: I
|
|
2230
2241
|
},
|
|
2231
2242
|
{
|
|
@@ -2235,37 +2246,37 @@ function ia(t) {
|
|
|
2235
2246
|
);
|
|
2236
2247
|
}
|
|
2237
2248
|
if (d.key === Hi) {
|
|
2238
|
-
const _ = (v = d.value) == null ? void 0 : v.payload, y = Object.keys(_)[0],
|
|
2239
|
-
for (const
|
|
2240
|
-
if (
|
|
2241
|
-
const I =
|
|
2242
|
-
if (I.details.map((
|
|
2243
|
-
for (let
|
|
2244
|
-
if (
|
|
2245
|
-
if (
|
|
2246
|
-
if (
|
|
2247
|
-
const
|
|
2248
|
-
let
|
|
2249
|
-
const
|
|
2250
|
-
|
|
2249
|
+
const _ = (v = d.value) == null ? void 0 : v.payload, y = Object.keys(_)[0], f = Object.values(_)[0], A = K(t.getState());
|
|
2250
|
+
for (const E of A.trackItemIds)
|
|
2251
|
+
if (A.trackItemsMap[E].type === "template") {
|
|
2252
|
+
const I = A.trackItemDetailsMap[E];
|
|
2253
|
+
if (I.details.map((S) => S.id).includes(y)) {
|
|
2254
|
+
for (let S of I.details)
|
|
2255
|
+
if (S.id === y) {
|
|
2256
|
+
if (f.details) {
|
|
2257
|
+
if (f.type === "image" && f.details.src) {
|
|
2258
|
+
const w = await ti(f.details.src), M = S.details.width, j = S.details.height;
|
|
2259
|
+
let R = w.width, z = w.height;
|
|
2260
|
+
const C = w.width / w.height;
|
|
2261
|
+
M / j > C ? (R = M, z = M / C) : (z = j, R = j * C), f.details.mediaWidth = R, f.details.mediaHeight = z;
|
|
2251
2262
|
}
|
|
2252
|
-
if (
|
|
2253
|
-
const
|
|
2254
|
-
let
|
|
2255
|
-
const
|
|
2256
|
-
|
|
2263
|
+
if (f.type === "video" && f.details.src) {
|
|
2264
|
+
const w = await ei(f.details.src), M = S.details.width, j = S.details.height;
|
|
2265
|
+
let R = w.width, z = w.height;
|
|
2266
|
+
const C = w.width / w.height;
|
|
2267
|
+
M / j > C ? (R = M, z = M / C) : (z = j, R = j * C), f.details.mediaWidth = R, f.details.mediaHeight = z;
|
|
2257
2268
|
}
|
|
2258
|
-
const
|
|
2259
|
-
|
|
2269
|
+
const O = S.details;
|
|
2270
|
+
S.details = { ...O, ...f.details }, f.details = S.details;
|
|
2260
2271
|
}
|
|
2261
|
-
|
|
2272
|
+
S = { ...S, ...f }, A.trackItemDetailsMap[E].details = I.details.map((O) => O.id === y ? S : O);
|
|
2262
2273
|
}
|
|
2263
2274
|
}
|
|
2264
2275
|
}
|
|
2265
2276
|
t.updateState(
|
|
2266
2277
|
{
|
|
2267
2278
|
trackItemDetailsMap: {
|
|
2268
|
-
...
|
|
2279
|
+
...A.trackItemDetailsMap
|
|
2269
2280
|
}
|
|
2270
2281
|
},
|
|
2271
2282
|
{
|
|
@@ -2275,13 +2286,13 @@ function ia(t) {
|
|
|
2275
2286
|
);
|
|
2276
2287
|
}
|
|
2277
2288
|
if (d.key === Ni) {
|
|
2278
|
-
const _ =
|
|
2289
|
+
const _ = K(t.getState());
|
|
2279
2290
|
_.trackItemIds.forEach((y) => {
|
|
2280
|
-
const
|
|
2281
|
-
|
|
2291
|
+
const f = _.trackItemsMap[y];
|
|
2292
|
+
f.type === "template" && (f.activeEdit = !1, t.updateState({
|
|
2282
2293
|
trackItemsMap: {
|
|
2283
2294
|
..._.trackItemsMap,
|
|
2284
|
-
[y]:
|
|
2295
|
+
[y]: f
|
|
2285
2296
|
},
|
|
2286
2297
|
activeIds: []
|
|
2287
2298
|
}));
|
|
@@ -2290,35 +2301,35 @@ function ia(t) {
|
|
|
2290
2301
|
});
|
|
2291
2302
|
return {
|
|
2292
2303
|
unsubscribe: () => {
|
|
2293
|
-
|
|
2304
|
+
T.unsubscribe(), W.unsubscribe(), b.unsubscribe(), x.unsubscribe(), F.unsubscribe(), m.unsubscribe();
|
|
2294
2305
|
}
|
|
2295
2306
|
};
|
|
2296
2307
|
}
|
|
2297
2308
|
const aa = { Date: !0, RegExp: !0, String: !0, Number: !0 };
|
|
2298
2309
|
function ai(t, r, n = { cyclesFix: !0 }, i = []) {
|
|
2299
|
-
var m,
|
|
2310
|
+
var m, x;
|
|
2300
2311
|
let s = [];
|
|
2301
2312
|
const c = Array.isArray(t);
|
|
2302
2313
|
for (const F in t) {
|
|
2303
|
-
const
|
|
2314
|
+
const T = t[F], W = c ? +F : F;
|
|
2304
2315
|
if (!(F in r)) {
|
|
2305
2316
|
s.push({
|
|
2306
2317
|
type: "REMOVE",
|
|
2307
|
-
path: [
|
|
2318
|
+
path: [W],
|
|
2308
2319
|
oldValue: t[F]
|
|
2309
2320
|
});
|
|
2310
2321
|
continue;
|
|
2311
2322
|
}
|
|
2312
|
-
const b = r[F], d = typeof
|
|
2313
|
-
if (
|
|
2314
|
-
const
|
|
2315
|
-
s.push.apply(s,
|
|
2316
|
-
} else
|
|
2317
|
-
!(Number.isNaN(
|
|
2318
|
-
path: [
|
|
2323
|
+
const b = r[F], d = typeof T == "object" && typeof b == "object" && Array.isArray(T) === Array.isArray(b);
|
|
2324
|
+
if (T && b && d && !aa[(x = (m = Object.getPrototypeOf(T)) == null ? void 0 : m.constructor) == null ? void 0 : x.name] && (!n.cyclesFix || !i.includes(T))) {
|
|
2325
|
+
const l = ai(T, b, n, n.cyclesFix ? i.concat([T]) : []);
|
|
2326
|
+
s.push.apply(s, l.map((p) => (p.path.unshift(W), p)));
|
|
2327
|
+
} else T !== b && // treat NaN values as equivalent
|
|
2328
|
+
!(Number.isNaN(T) && Number.isNaN(b)) && !(d && (isNaN(T) ? T + "" == b + "" : +T == +b)) && s.push({
|
|
2329
|
+
path: [W],
|
|
2319
2330
|
type: "CHANGE",
|
|
2320
2331
|
value: b,
|
|
2321
|
-
oldValue:
|
|
2332
|
+
oldValue: T
|
|
2322
2333
|
});
|
|
2323
2334
|
}
|
|
2324
2335
|
const h = Array.isArray(r);
|
|
@@ -2330,7 +2341,7 @@ function ai(t, r, n = { cyclesFix: !0 }, i = []) {
|
|
|
2330
2341
|
});
|
|
2331
2342
|
return s;
|
|
2332
2343
|
}
|
|
2333
|
-
var Tn = Symbol.for("immer-nothing"),
|
|
2344
|
+
var Tn = Symbol.for("immer-nothing"), _e = Symbol.for("immer-draftable"), nt = Symbol.for("immer-state"), si = process.env.NODE_ENV !== "production" ? [
|
|
2334
2345
|
// All error codes, starting by 0:
|
|
2335
2346
|
function(t) {
|
|
2336
2347
|
return `The plugin for '${t}' has not been loaded into Immer. To enable the plugin, import and call \`enable${t}()\` when initializing your application.`;
|
|
@@ -2361,7 +2372,7 @@ var Tn = Symbol.for("immer-nothing"), ge = Symbol.for("immer-draftable"), nt = S
|
|
|
2361
2372
|
// Note: if more errors are added, the errorOffset in Patches.ts should be increased
|
|
2362
2373
|
// See Patches.ts for additional errors
|
|
2363
2374
|
] : [];
|
|
2364
|
-
function
|
|
2375
|
+
function Y(t, ...r) {
|
|
2365
2376
|
if (process.env.NODE_ENV !== "production") {
|
|
2366
2377
|
const n = si[t], i = typeof n == "function" ? n.apply(null, r) : n;
|
|
2367
2378
|
throw new Error(`[Immer] ${i}`);
|
|
@@ -2370,59 +2381,59 @@ function $(t, ...r) {
|
|
|
2370
2381
|
`[Immer] minified error nr: ${t}. Full error at: https://bit.ly/3cXEKWf`
|
|
2371
2382
|
);
|
|
2372
2383
|
}
|
|
2373
|
-
var
|
|
2374
|
-
function
|
|
2384
|
+
var Rt = Object.getPrototypeOf;
|
|
2385
|
+
function Ft(t) {
|
|
2375
2386
|
return !!t && !!t[nt];
|
|
2376
2387
|
}
|
|
2377
|
-
function
|
|
2388
|
+
function kt(t) {
|
|
2378
2389
|
var r;
|
|
2379
|
-
return t ? oi(t) || Array.isArray(t) || !!t[
|
|
2390
|
+
return t ? oi(t) || Array.isArray(t) || !!t[_e] || !!((r = t.constructor) != null && r[_e]) || Ee(t) || Me(t) : !1;
|
|
2380
2391
|
}
|
|
2381
2392
|
var sa = Object.prototype.constructor.toString();
|
|
2382
2393
|
function oi(t) {
|
|
2383
2394
|
if (!t || typeof t != "object")
|
|
2384
2395
|
return !1;
|
|
2385
|
-
const r =
|
|
2396
|
+
const r = Rt(t);
|
|
2386
2397
|
if (r === null)
|
|
2387
2398
|
return !0;
|
|
2388
2399
|
const n = Object.hasOwnProperty.call(r, "constructor") && r.constructor;
|
|
2389
2400
|
return n === Object ? !0 : typeof n == "function" && Function.toString.call(n) === sa;
|
|
2390
2401
|
}
|
|
2391
|
-
function
|
|
2392
|
-
|
|
2402
|
+
function Ie(t, r) {
|
|
2403
|
+
jt(t) === 0 ? Reflect.ownKeys(t).forEach((n) => {
|
|
2393
2404
|
r(n, t[n], t);
|
|
2394
2405
|
}) : t.forEach((n, i) => r(i, n, t));
|
|
2395
2406
|
}
|
|
2396
|
-
function
|
|
2407
|
+
function jt(t) {
|
|
2397
2408
|
const r = t[nt];
|
|
2398
|
-
return r ? r.type_ : Array.isArray(t) ? 1 :
|
|
2409
|
+
return r ? r.type_ : Array.isArray(t) ? 1 : Ee(t) ? 2 : Me(t) ? 3 : 0;
|
|
2399
2410
|
}
|
|
2400
|
-
function
|
|
2401
|
-
return
|
|
2411
|
+
function ve(t, r) {
|
|
2412
|
+
return jt(t) === 2 ? t.has(r) : Object.prototype.hasOwnProperty.call(t, r);
|
|
2402
2413
|
}
|
|
2403
2414
|
function rn(t, r) {
|
|
2404
|
-
return
|
|
2415
|
+
return jt(t) === 2 ? t.get(r) : t[r];
|
|
2405
2416
|
}
|
|
2406
2417
|
function ci(t, r, n) {
|
|
2407
|
-
const i =
|
|
2418
|
+
const i = jt(t);
|
|
2408
2419
|
i === 2 ? t.set(r, n) : i === 3 ? t.add(n) : t[r] = n;
|
|
2409
2420
|
}
|
|
2410
2421
|
function oa(t, r) {
|
|
2411
2422
|
return t === r ? t !== 0 || 1 / t === 1 / r : t !== t && r !== r;
|
|
2412
2423
|
}
|
|
2413
|
-
function
|
|
2424
|
+
function Ee(t) {
|
|
2414
2425
|
return t instanceof Map;
|
|
2415
2426
|
}
|
|
2416
|
-
function
|
|
2427
|
+
function Me(t) {
|
|
2417
2428
|
return t instanceof Set;
|
|
2418
2429
|
}
|
|
2419
|
-
function
|
|
2430
|
+
function Ct(t) {
|
|
2420
2431
|
return t.copy_ || t.base_;
|
|
2421
2432
|
}
|
|
2422
2433
|
function bn(t, r) {
|
|
2423
|
-
if (Te(t))
|
|
2424
|
-
return new Map(t);
|
|
2425
2434
|
if (Ee(t))
|
|
2435
|
+
return new Map(t);
|
|
2436
|
+
if (Me(t))
|
|
2426
2437
|
return new Set(t);
|
|
2427
2438
|
if (Array.isArray(t))
|
|
2428
2439
|
return Array.prototype.slice.call(t);
|
|
@@ -2441,9 +2452,9 @@ function bn(t, r) {
|
|
|
2441
2452
|
value: t[h]
|
|
2442
2453
|
});
|
|
2443
2454
|
}
|
|
2444
|
-
return Object.create(
|
|
2455
|
+
return Object.create(Rt(t), i);
|
|
2445
2456
|
} else {
|
|
2446
|
-
const i =
|
|
2457
|
+
const i = Rt(t);
|
|
2447
2458
|
if (i !== null && n)
|
|
2448
2459
|
return { ...t };
|
|
2449
2460
|
const s = Object.create(i);
|
|
@@ -2451,25 +2462,25 @@ function bn(t, r) {
|
|
|
2451
2462
|
}
|
|
2452
2463
|
}
|
|
2453
2464
|
function En(t, r = !1) {
|
|
2454
|
-
return
|
|
2465
|
+
return ur(t) || Ft(t) || !kt(t) || (jt(t) > 1 && (t.set = t.add = t.clear = t.delete = ca), Object.freeze(t), r && Object.entries(t).forEach(([n, i]) => En(i, !0))), t;
|
|
2455
2466
|
}
|
|
2456
2467
|
function ca() {
|
|
2457
|
-
|
|
2468
|
+
Y(2);
|
|
2458
2469
|
}
|
|
2459
|
-
function
|
|
2470
|
+
function ur(t) {
|
|
2460
2471
|
return Object.isFrozen(t);
|
|
2461
2472
|
}
|
|
2462
2473
|
var gn = {};
|
|
2463
|
-
function
|
|
2474
|
+
function zt(t) {
|
|
2464
2475
|
const r = gn[t];
|
|
2465
|
-
return r ||
|
|
2476
|
+
return r || Y(0, t), r;
|
|
2466
2477
|
}
|
|
2467
2478
|
function ua(t, r) {
|
|
2468
2479
|
gn[t] || (gn[t] = r);
|
|
2469
2480
|
}
|
|
2470
|
-
var
|
|
2481
|
+
var Se;
|
|
2471
2482
|
function ui() {
|
|
2472
|
-
return
|
|
2483
|
+
return Se;
|
|
2473
2484
|
}
|
|
2474
2485
|
function la(t, r) {
|
|
2475
2486
|
return {
|
|
@@ -2483,16 +2494,16 @@ function la(t, r) {
|
|
|
2483
2494
|
};
|
|
2484
2495
|
}
|
|
2485
2496
|
function zn(t, r) {
|
|
2486
|
-
r && (
|
|
2497
|
+
r && (zt("Patches"), t.patches_ = [], t.inversePatches_ = [], t.patchListener_ = r);
|
|
2487
2498
|
}
|
|
2488
2499
|
function _n(t) {
|
|
2489
2500
|
In(t), t.drafts_.forEach(fa), t.drafts_ = null;
|
|
2490
2501
|
}
|
|
2491
2502
|
function In(t) {
|
|
2492
|
-
t ===
|
|
2503
|
+
t === Se && (Se = t.parent_);
|
|
2493
2504
|
}
|
|
2494
2505
|
function Hn(t) {
|
|
2495
|
-
return
|
|
2506
|
+
return Se = la(Se, t);
|
|
2496
2507
|
}
|
|
2497
2508
|
function fa(t) {
|
|
2498
2509
|
const r = t[nt];
|
|
@@ -2501,34 +2512,34 @@ function fa(t) {
|
|
|
2501
2512
|
function Nn(t, r) {
|
|
2502
2513
|
r.unfinalizedDrafts_ = r.drafts_.length;
|
|
2503
2514
|
const n = r.drafts_[0];
|
|
2504
|
-
return t !== void 0 && t !== n ? (n[nt].modified_ && (_n(r),
|
|
2515
|
+
return t !== void 0 && t !== n ? (n[nt].modified_ && (_n(r), Y(4)), kt(t) && (t = ir(r, t), r.parent_ || ar(r, t)), r.patches_ && zt("Patches").generateReplacementPatches_(
|
|
2505
2516
|
n[nt].base_,
|
|
2506
2517
|
t,
|
|
2507
2518
|
r.patches_,
|
|
2508
2519
|
r.inversePatches_
|
|
2509
|
-
)) : t =
|
|
2520
|
+
)) : t = ir(r, n, []), _n(r), r.patches_ && r.patchListener_(r.patches_, r.inversePatches_), t !== Tn ? t : void 0;
|
|
2510
2521
|
}
|
|
2511
|
-
function
|
|
2512
|
-
if (
|
|
2522
|
+
function ir(t, r, n) {
|
|
2523
|
+
if (ur(r))
|
|
2513
2524
|
return r;
|
|
2514
2525
|
const i = r[nt];
|
|
2515
2526
|
if (!i)
|
|
2516
|
-
return
|
|
2527
|
+
return Ie(
|
|
2517
2528
|
r,
|
|
2518
2529
|
(s, c) => Ln(t, i, r, s, c, n)
|
|
2519
2530
|
), r;
|
|
2520
2531
|
if (i.scope_ !== t)
|
|
2521
2532
|
return r;
|
|
2522
2533
|
if (!i.modified_)
|
|
2523
|
-
return
|
|
2534
|
+
return ar(t, i.base_, !0), i.base_;
|
|
2524
2535
|
if (!i.finalized_) {
|
|
2525
2536
|
i.finalized_ = !0, i.scope_.unfinalizedDrafts_--;
|
|
2526
2537
|
const s = i.copy_;
|
|
2527
2538
|
let c = s, h = !1;
|
|
2528
|
-
i.type_ === 3 && (c = new Set(s), s.clear(), h = !0),
|
|
2539
|
+
i.type_ === 3 && (c = new Set(s), s.clear(), h = !0), Ie(
|
|
2529
2540
|
c,
|
|
2530
|
-
(m,
|
|
2531
|
-
),
|
|
2541
|
+
(m, x) => Ln(t, i, s, m, x, n, h)
|
|
2542
|
+
), ar(t, s, !1), n && t.patches_ && zt("Patches").generatePatches_(
|
|
2532
2543
|
i,
|
|
2533
2544
|
n,
|
|
2534
2545
|
t.patches_,
|
|
@@ -2538,21 +2549,21 @@ function nr(t, r, n) {
|
|
|
2538
2549
|
return i.copy_;
|
|
2539
2550
|
}
|
|
2540
2551
|
function Ln(t, r, n, i, s, c, h) {
|
|
2541
|
-
if (process.env.NODE_ENV !== "production" && s === n &&
|
|
2552
|
+
if (process.env.NODE_ENV !== "production" && s === n && Y(5), Ft(s)) {
|
|
2542
2553
|
const m = c && r && r.type_ !== 3 && // Set objects are atomic since they have no keys.
|
|
2543
|
-
!
|
|
2544
|
-
if (ci(n, i,
|
|
2554
|
+
!ve(r.assigned_, i) ? c.concat(i) : void 0, x = ir(t, s, m);
|
|
2555
|
+
if (ci(n, i, x), Ft(x))
|
|
2545
2556
|
t.canAutoFreeze_ = !1;
|
|
2546
2557
|
else
|
|
2547
2558
|
return;
|
|
2548
2559
|
} else h && n.add(s);
|
|
2549
|
-
if (
|
|
2560
|
+
if (kt(s) && !ur(s)) {
|
|
2550
2561
|
if (!t.immer_.autoFreeze_ && t.unfinalizedDrafts_ < 1)
|
|
2551
2562
|
return;
|
|
2552
|
-
|
|
2563
|
+
ir(t, s), (!r || !r.scope_.parent_) && typeof i != "symbol" && Object.prototype.propertyIsEnumerable.call(n, i) && ar(t, s);
|
|
2553
2564
|
}
|
|
2554
2565
|
}
|
|
2555
|
-
function
|
|
2566
|
+
function ar(t, r, n = !1) {
|
|
2556
2567
|
!t.parent_ && t.immer_.autoFreeze_ && t.canAutoFreeze_ && En(r, n);
|
|
2557
2568
|
}
|
|
2558
2569
|
function da(t, r) {
|
|
@@ -2580,7 +2591,7 @@ function da(t, r) {
|
|
|
2580
2591
|
isManual_: !1
|
|
2581
2592
|
};
|
|
2582
2593
|
let s = i, c = Mn;
|
|
2583
|
-
n && (s = [i], c =
|
|
2594
|
+
n && (s = [i], c = we);
|
|
2584
2595
|
const { revoke: h, proxy: m } = Proxy.revocable(s, c);
|
|
2585
2596
|
return i.draft_ = m, i.revoke_ = h, m;
|
|
2586
2597
|
}
|
|
@@ -2588,27 +2599,27 @@ var Mn = {
|
|
|
2588
2599
|
get(t, r) {
|
|
2589
2600
|
if (r === nt)
|
|
2590
2601
|
return t;
|
|
2591
|
-
const n =
|
|
2592
|
-
if (!
|
|
2602
|
+
const n = Ct(t);
|
|
2603
|
+
if (!ve(n, r))
|
|
2593
2604
|
return pa(t, n, r);
|
|
2594
2605
|
const i = n[r];
|
|
2595
|
-
return t.finalized_ || !
|
|
2606
|
+
return t.finalized_ || !kt(i) ? i : i === nn(t.base_, r) ? (an(t), t.copy_[r] = Sn(i, t)) : i;
|
|
2596
2607
|
},
|
|
2597
2608
|
has(t, r) {
|
|
2598
|
-
return r in
|
|
2609
|
+
return r in Ct(t);
|
|
2599
2610
|
},
|
|
2600
2611
|
ownKeys(t) {
|
|
2601
|
-
return Reflect.ownKeys(
|
|
2612
|
+
return Reflect.ownKeys(Ct(t));
|
|
2602
2613
|
},
|
|
2603
2614
|
set(t, r, n) {
|
|
2604
|
-
const i = li(
|
|
2615
|
+
const i = li(Ct(t), r);
|
|
2605
2616
|
if (i != null && i.set)
|
|
2606
2617
|
return i.set.call(t.draft_, n), !0;
|
|
2607
2618
|
if (!t.modified_) {
|
|
2608
|
-
const s = nn(
|
|
2619
|
+
const s = nn(Ct(t), r), c = s == null ? void 0 : s[nt];
|
|
2609
2620
|
if (c && c.base_ === n)
|
|
2610
2621
|
return t.copy_[r] = n, t.assigned_[r] = !1, !0;
|
|
2611
|
-
if (oa(n, s) && (n !== void 0 ||
|
|
2622
|
+
if (oa(n, s) && (n !== void 0 || ve(t.base_, r)))
|
|
2612
2623
|
return !0;
|
|
2613
2624
|
an(t), vn(t);
|
|
2614
2625
|
}
|
|
@@ -2622,7 +2633,7 @@ var Mn = {
|
|
|
2622
2633
|
// Note: We never coerce `desc.value` into an Immer draft, because we can't make
|
|
2623
2634
|
// the same guarantee in ES5 mode.
|
|
2624
2635
|
getOwnPropertyDescriptor(t, r) {
|
|
2625
|
-
const n =
|
|
2636
|
+
const n = Ct(t), i = Reflect.getOwnPropertyDescriptor(n, r);
|
|
2626
2637
|
return i && {
|
|
2627
2638
|
writable: !0,
|
|
2628
2639
|
configurable: t.type_ !== 1 || r !== "length",
|
|
@@ -2631,29 +2642,29 @@ var Mn = {
|
|
|
2631
2642
|
};
|
|
2632
2643
|
},
|
|
2633
2644
|
defineProperty() {
|
|
2634
|
-
|
|
2645
|
+
Y(11);
|
|
2635
2646
|
},
|
|
2636
2647
|
getPrototypeOf(t) {
|
|
2637
|
-
return
|
|
2648
|
+
return Rt(t.base_);
|
|
2638
2649
|
},
|
|
2639
2650
|
setPrototypeOf() {
|
|
2640
|
-
|
|
2651
|
+
Y(12);
|
|
2641
2652
|
}
|
|
2642
|
-
},
|
|
2643
|
-
|
|
2644
|
-
|
|
2653
|
+
}, we = {};
|
|
2654
|
+
Ie(Mn, (t, r) => {
|
|
2655
|
+
we[t] = function() {
|
|
2645
2656
|
return arguments[0] = arguments[0][0], r.apply(this, arguments);
|
|
2646
2657
|
};
|
|
2647
2658
|
});
|
|
2648
|
-
|
|
2649
|
-
return process.env.NODE_ENV !== "production" && isNaN(parseInt(r)) &&
|
|
2659
|
+
we.deleteProperty = function(t, r) {
|
|
2660
|
+
return process.env.NODE_ENV !== "production" && isNaN(parseInt(r)) && Y(13), we.set.call(this, t, r, void 0);
|
|
2650
2661
|
};
|
|
2651
|
-
|
|
2652
|
-
return process.env.NODE_ENV !== "production" && r !== "length" && isNaN(parseInt(r)) &&
|
|
2662
|
+
we.set = function(t, r, n) {
|
|
2663
|
+
return process.env.NODE_ENV !== "production" && r !== "length" && isNaN(parseInt(r)) && Y(14), Mn.set.call(this, t[0], r, n, t[0]);
|
|
2653
2664
|
};
|
|
2654
2665
|
function nn(t, r) {
|
|
2655
2666
|
const n = t[nt];
|
|
2656
|
-
return (n ?
|
|
2667
|
+
return (n ? Ct(n) : t)[r];
|
|
2657
2668
|
}
|
|
2658
2669
|
function pa(t, r, n) {
|
|
2659
2670
|
var s;
|
|
@@ -2667,12 +2678,12 @@ function pa(t, r, n) {
|
|
|
2667
2678
|
function li(t, r) {
|
|
2668
2679
|
if (!(r in t))
|
|
2669
2680
|
return;
|
|
2670
|
-
let n =
|
|
2681
|
+
let n = Rt(t);
|
|
2671
2682
|
for (; n; ) {
|
|
2672
2683
|
const i = Object.getOwnPropertyDescriptor(n, r);
|
|
2673
2684
|
if (i)
|
|
2674
2685
|
return i;
|
|
2675
|
-
n =
|
|
2686
|
+
n = Rt(n);
|
|
2676
2687
|
}
|
|
2677
2688
|
}
|
|
2678
2689
|
function vn(t) {
|
|
@@ -2691,13 +2702,13 @@ var ha = class {
|
|
|
2691
2702
|
const c = n;
|
|
2692
2703
|
n = r;
|
|
2693
2704
|
const h = this;
|
|
2694
|
-
return function(
|
|
2695
|
-
return h.produce(
|
|
2705
|
+
return function(x = c, ...F) {
|
|
2706
|
+
return h.produce(x, (T) => n.call(this, T, ...F));
|
|
2696
2707
|
};
|
|
2697
2708
|
}
|
|
2698
|
-
typeof n != "function" &&
|
|
2709
|
+
typeof n != "function" && Y(6), i !== void 0 && typeof i != "function" && Y(7);
|
|
2699
2710
|
let s;
|
|
2700
|
-
if (
|
|
2711
|
+
if (kt(r)) {
|
|
2701
2712
|
const c = Hn(this), h = Sn(r, void 0);
|
|
2702
2713
|
let m = !0;
|
|
2703
2714
|
try {
|
|
@@ -2709,14 +2720,14 @@ var ha = class {
|
|
|
2709
2720
|
} else if (!r || typeof r != "object") {
|
|
2710
2721
|
if (s = n(r), s === void 0 && (s = r), s === Tn && (s = void 0), this.autoFreeze_ && En(s, !0), i) {
|
|
2711
2722
|
const c = [], h = [];
|
|
2712
|
-
|
|
2723
|
+
zt("Patches").generateReplacementPatches_(r, s, c, h), i(c, h);
|
|
2713
2724
|
}
|
|
2714
2725
|
return s;
|
|
2715
2726
|
} else
|
|
2716
|
-
|
|
2727
|
+
Y(1, r);
|
|
2717
2728
|
}, this.produceWithPatches = (r, n) => {
|
|
2718
2729
|
if (typeof r == "function")
|
|
2719
|
-
return (h, ...m) => this.produceWithPatches(h, (
|
|
2730
|
+
return (h, ...m) => this.produceWithPatches(h, (x) => r(x, ...m));
|
|
2720
2731
|
let i, s;
|
|
2721
2732
|
return [this.produce(r, n, (h, m) => {
|
|
2722
2733
|
i = h, s = m;
|
|
@@ -2724,13 +2735,13 @@ var ha = class {
|
|
|
2724
2735
|
}, typeof (t == null ? void 0 : t.autoFreeze) == "boolean" && this.setAutoFreeze(t.autoFreeze), typeof (t == null ? void 0 : t.useStrictShallowCopy) == "boolean" && this.setUseStrictShallowCopy(t.useStrictShallowCopy);
|
|
2725
2736
|
}
|
|
2726
2737
|
createDraft(t) {
|
|
2727
|
-
|
|
2738
|
+
kt(t) || Y(8), Ft(t) && (t = ma(t));
|
|
2728
2739
|
const r = Hn(this), n = Sn(t, void 0);
|
|
2729
2740
|
return n[nt].isManual_ = !0, In(r), n;
|
|
2730
2741
|
}
|
|
2731
2742
|
finishDraft(t, r) {
|
|
2732
2743
|
const n = t && t[nt];
|
|
2733
|
-
(!n || !n.isManual_) &&
|
|
2744
|
+
(!n || !n.isManual_) && Y(9);
|
|
2734
2745
|
const { scope_: i } = n;
|
|
2735
2746
|
return zn(i, r), Nn(void 0, i);
|
|
2736
2747
|
}
|
|
@@ -2760,22 +2771,22 @@ var ha = class {
|
|
|
2760
2771
|
}
|
|
2761
2772
|
}
|
|
2762
2773
|
n > -1 && (r = r.slice(n + 1));
|
|
2763
|
-
const i =
|
|
2764
|
-
return
|
|
2774
|
+
const i = zt("Patches").applyPatches_;
|
|
2775
|
+
return Ft(t) ? i(t, r) : this.produce(
|
|
2765
2776
|
t,
|
|
2766
2777
|
(s) => i(s, r)
|
|
2767
2778
|
);
|
|
2768
2779
|
}
|
|
2769
2780
|
};
|
|
2770
2781
|
function Sn(t, r) {
|
|
2771
|
-
const n =
|
|
2782
|
+
const n = Ee(t) ? zt("MapSet").proxyMap_(t, r) : Me(t) ? zt("MapSet").proxySet_(t, r) : da(t, r);
|
|
2772
2783
|
return (r ? r.scope_ : ui()).drafts_.push(n), n;
|
|
2773
2784
|
}
|
|
2774
2785
|
function ma(t) {
|
|
2775
|
-
return
|
|
2786
|
+
return Ft(t) || Y(10, t), fi(t);
|
|
2776
2787
|
}
|
|
2777
2788
|
function fi(t) {
|
|
2778
|
-
if (!
|
|
2789
|
+
if (!kt(t) || ur(t))
|
|
2779
2790
|
return t;
|
|
2780
2791
|
const r = t[nt];
|
|
2781
2792
|
let n;
|
|
@@ -2785,7 +2796,7 @@ function fi(t) {
|
|
|
2785
2796
|
r.finalized_ = !0, n = bn(t, r.scope_.immer_.useStrictShallowCopy_);
|
|
2786
2797
|
} else
|
|
2787
2798
|
n = bn(t, !0);
|
|
2788
|
-
return
|
|
2799
|
+
return Ie(n, (i, s) => {
|
|
2789
2800
|
ci(n, i, fi(s));
|
|
2790
2801
|
}), r && (r.finalized_ = !1), n;
|
|
2791
2802
|
}
|
|
@@ -2801,109 +2812,109 @@ function Un() {
|
|
|
2801
2812
|
"Patching reserved attributes like __proto__, prototype and constructor is not allowed"
|
|
2802
2813
|
);
|
|
2803
2814
|
const r = "replace", n = "add", i = "remove";
|
|
2804
|
-
function s(b, d,
|
|
2815
|
+
function s(b, d, l, p) {
|
|
2805
2816
|
switch (b.type_) {
|
|
2806
2817
|
case 0:
|
|
2807
2818
|
case 2:
|
|
2808
2819
|
return h(
|
|
2809
2820
|
b,
|
|
2810
2821
|
d,
|
|
2811
|
-
|
|
2822
|
+
l,
|
|
2812
2823
|
p
|
|
2813
2824
|
);
|
|
2814
2825
|
case 1:
|
|
2815
|
-
return c(b, d,
|
|
2826
|
+
return c(b, d, l, p);
|
|
2816
2827
|
case 3:
|
|
2817
2828
|
return m(
|
|
2818
2829
|
b,
|
|
2819
2830
|
d,
|
|
2820
|
-
|
|
2831
|
+
l,
|
|
2821
2832
|
p
|
|
2822
2833
|
);
|
|
2823
2834
|
}
|
|
2824
2835
|
}
|
|
2825
|
-
function c(b, d,
|
|
2836
|
+
function c(b, d, l, p) {
|
|
2826
2837
|
let { base_: g, assigned_: v } = b, _ = b.copy_;
|
|
2827
|
-
_.length < g.length && ([g, _] = [_, g], [
|
|
2838
|
+
_.length < g.length && ([g, _] = [_, g], [l, p] = [p, l]);
|
|
2828
2839
|
for (let y = 0; y < g.length; y++)
|
|
2829
2840
|
if (v[y] && _[y] !== g[y]) {
|
|
2830
|
-
const
|
|
2831
|
-
|
|
2841
|
+
const f = d.concat([y]);
|
|
2842
|
+
l.push({
|
|
2832
2843
|
op: r,
|
|
2833
|
-
path:
|
|
2844
|
+
path: f,
|
|
2834
2845
|
// Need to maybe clone it, as it can in fact be the original value
|
|
2835
2846
|
// due to the base/copy inversion at the start of this function
|
|
2836
|
-
value:
|
|
2847
|
+
value: W(_[y])
|
|
2837
2848
|
}), p.push({
|
|
2838
2849
|
op: r,
|
|
2839
|
-
path:
|
|
2840
|
-
value:
|
|
2850
|
+
path: f,
|
|
2851
|
+
value: W(g[y])
|
|
2841
2852
|
});
|
|
2842
2853
|
}
|
|
2843
2854
|
for (let y = g.length; y < _.length; y++) {
|
|
2844
|
-
const
|
|
2845
|
-
|
|
2855
|
+
const f = d.concat([y]);
|
|
2856
|
+
l.push({
|
|
2846
2857
|
op: n,
|
|
2847
|
-
path:
|
|
2858
|
+
path: f,
|
|
2848
2859
|
// Need to maybe clone it, as it can in fact be the original value
|
|
2849
2860
|
// due to the base/copy inversion at the start of this function
|
|
2850
|
-
value:
|
|
2861
|
+
value: W(_[y])
|
|
2851
2862
|
});
|
|
2852
2863
|
}
|
|
2853
2864
|
for (let y = _.length - 1; g.length <= y; --y) {
|
|
2854
|
-
const
|
|
2865
|
+
const f = d.concat([y]);
|
|
2855
2866
|
p.push({
|
|
2856
2867
|
op: i,
|
|
2857
|
-
path:
|
|
2868
|
+
path: f
|
|
2858
2869
|
});
|
|
2859
2870
|
}
|
|
2860
2871
|
}
|
|
2861
|
-
function h(b, d,
|
|
2872
|
+
function h(b, d, l, p) {
|
|
2862
2873
|
const { base_: g, copy_: v } = b;
|
|
2863
|
-
|
|
2864
|
-
const
|
|
2865
|
-
if (
|
|
2874
|
+
Ie(b.assigned_, (_, y) => {
|
|
2875
|
+
const f = rn(g, _), A = rn(v, _), E = y ? ve(g, _) ? r : n : i;
|
|
2876
|
+
if (f === A && E === r)
|
|
2866
2877
|
return;
|
|
2867
2878
|
const I = d.concat(_);
|
|
2868
|
-
|
|
2869
|
-
|
|
2879
|
+
l.push(E === i ? { op: E, path: I } : { op: E, path: I, value: A }), p.push(
|
|
2880
|
+
E === n ? { op: i, path: I } : E === i ? { op: n, path: I, value: W(f) } : { op: r, path: I, value: W(f) }
|
|
2870
2881
|
);
|
|
2871
2882
|
});
|
|
2872
2883
|
}
|
|
2873
|
-
function m(b, d,
|
|
2884
|
+
function m(b, d, l, p) {
|
|
2874
2885
|
let { base_: g, copy_: v } = b, _ = 0;
|
|
2875
2886
|
g.forEach((y) => {
|
|
2876
2887
|
if (!v.has(y)) {
|
|
2877
|
-
const
|
|
2878
|
-
|
|
2888
|
+
const f = d.concat([_]);
|
|
2889
|
+
l.push({
|
|
2879
2890
|
op: i,
|
|
2880
|
-
path:
|
|
2891
|
+
path: f,
|
|
2881
2892
|
value: y
|
|
2882
2893
|
}), p.unshift({
|
|
2883
2894
|
op: n,
|
|
2884
|
-
path:
|
|
2895
|
+
path: f,
|
|
2885
2896
|
value: y
|
|
2886
2897
|
});
|
|
2887
2898
|
}
|
|
2888
2899
|
_++;
|
|
2889
2900
|
}), _ = 0, v.forEach((y) => {
|
|
2890
2901
|
if (!g.has(y)) {
|
|
2891
|
-
const
|
|
2892
|
-
|
|
2902
|
+
const f = d.concat([_]);
|
|
2903
|
+
l.push({
|
|
2893
2904
|
op: n,
|
|
2894
|
-
path:
|
|
2905
|
+
path: f,
|
|
2895
2906
|
value: y
|
|
2896
2907
|
}), p.unshift({
|
|
2897
2908
|
op: i,
|
|
2898
|
-
path:
|
|
2909
|
+
path: f,
|
|
2899
2910
|
value: y
|
|
2900
2911
|
});
|
|
2901
2912
|
}
|
|
2902
2913
|
_++;
|
|
2903
2914
|
});
|
|
2904
2915
|
}
|
|
2905
|
-
function
|
|
2906
|
-
|
|
2916
|
+
function x(b, d, l, p) {
|
|
2917
|
+
l.push({
|
|
2907
2918
|
op: r,
|
|
2908
2919
|
path: [],
|
|
2909
2920
|
value: d === Tn ? void 0 : d
|
|
@@ -2914,75 +2925,75 @@ function Un() {
|
|
|
2914
2925
|
});
|
|
2915
2926
|
}
|
|
2916
2927
|
function F(b, d) {
|
|
2917
|
-
return d.forEach((
|
|
2918
|
-
const { path: p, op: g } =
|
|
2928
|
+
return d.forEach((l) => {
|
|
2929
|
+
const { path: p, op: g } = l;
|
|
2919
2930
|
let v = b;
|
|
2920
|
-
for (let
|
|
2921
|
-
const
|
|
2922
|
-
let I = p[
|
|
2923
|
-
typeof I != "string" && typeof I != "number" && (I = "" + I), (
|
|
2931
|
+
for (let A = 0; A < p.length - 1; A++) {
|
|
2932
|
+
const E = jt(v);
|
|
2933
|
+
let I = p[A];
|
|
2934
|
+
typeof I != "string" && typeof I != "number" && (I = "" + I), (E === 0 || E === 1) && (I === "__proto__" || I === "constructor") && Y(19), typeof v == "function" && I === "prototype" && Y(19), v = rn(v, I), typeof v != "object" && Y(18, p.join("/"));
|
|
2924
2935
|
}
|
|
2925
|
-
const _ =
|
|
2936
|
+
const _ = jt(v), y = T(l.value), f = p[p.length - 1];
|
|
2926
2937
|
switch (g) {
|
|
2927
2938
|
case r:
|
|
2928
2939
|
switch (_) {
|
|
2929
2940
|
case 2:
|
|
2930
|
-
return v.set(
|
|
2941
|
+
return v.set(f, y);
|
|
2931
2942
|
case 3:
|
|
2932
|
-
|
|
2943
|
+
Y(16);
|
|
2933
2944
|
default:
|
|
2934
|
-
return v[
|
|
2945
|
+
return v[f] = y;
|
|
2935
2946
|
}
|
|
2936
2947
|
case n:
|
|
2937
2948
|
switch (_) {
|
|
2938
2949
|
case 1:
|
|
2939
|
-
return
|
|
2950
|
+
return f === "-" ? v.push(y) : v.splice(f, 0, y);
|
|
2940
2951
|
case 2:
|
|
2941
|
-
return v.set(
|
|
2952
|
+
return v.set(f, y);
|
|
2942
2953
|
case 3:
|
|
2943
2954
|
return v.add(y);
|
|
2944
2955
|
default:
|
|
2945
|
-
return v[
|
|
2956
|
+
return v[f] = y;
|
|
2946
2957
|
}
|
|
2947
2958
|
case i:
|
|
2948
2959
|
switch (_) {
|
|
2949
2960
|
case 1:
|
|
2950
|
-
return v.splice(
|
|
2961
|
+
return v.splice(f, 1);
|
|
2951
2962
|
case 2:
|
|
2952
|
-
return v.delete(
|
|
2963
|
+
return v.delete(f);
|
|
2953
2964
|
case 3:
|
|
2954
|
-
return v.delete(
|
|
2965
|
+
return v.delete(l.value);
|
|
2955
2966
|
default:
|
|
2956
|
-
return delete v[
|
|
2967
|
+
return delete v[f];
|
|
2957
2968
|
}
|
|
2958
2969
|
default:
|
|
2959
|
-
|
|
2970
|
+
Y(17, g);
|
|
2960
2971
|
}
|
|
2961
2972
|
}), b;
|
|
2962
2973
|
}
|
|
2963
|
-
function
|
|
2964
|
-
if (!
|
|
2974
|
+
function T(b) {
|
|
2975
|
+
if (!kt(b))
|
|
2965
2976
|
return b;
|
|
2966
2977
|
if (Array.isArray(b))
|
|
2967
|
-
return b.map(
|
|
2968
|
-
if (
|
|
2978
|
+
return b.map(T);
|
|
2979
|
+
if (Ee(b))
|
|
2969
2980
|
return new Map(
|
|
2970
|
-
Array.from(b.entries()).map(([
|
|
2981
|
+
Array.from(b.entries()).map(([l, p]) => [l, T(p)])
|
|
2971
2982
|
);
|
|
2972
|
-
if (
|
|
2973
|
-
return new Set(Array.from(b).map(
|
|
2974
|
-
const d = Object.create(
|
|
2975
|
-
for (const
|
|
2976
|
-
d[
|
|
2977
|
-
return
|
|
2983
|
+
if (Me(b))
|
|
2984
|
+
return new Set(Array.from(b).map(T));
|
|
2985
|
+
const d = Object.create(Rt(b));
|
|
2986
|
+
for (const l in b)
|
|
2987
|
+
d[l] = T(b[l]);
|
|
2988
|
+
return ve(b, _e) && (d[_e] = b[_e]), d;
|
|
2978
2989
|
}
|
|
2979
|
-
function
|
|
2980
|
-
return
|
|
2990
|
+
function W(b) {
|
|
2991
|
+
return Ft(b) ? T(b) : b;
|
|
2981
2992
|
}
|
|
2982
2993
|
ua("Patches", {
|
|
2983
2994
|
applyPatches_: F,
|
|
2984
2995
|
generatePatches_: s,
|
|
2985
|
-
generateReplacementPatches_:
|
|
2996
|
+
generateReplacementPatches_: x
|
|
2986
2997
|
});
|
|
2987
2998
|
}
|
|
2988
2999
|
var it = new ha(), ya = it.produce;
|
|
@@ -3117,12 +3128,12 @@ const $n = /* @__PURE__ */ wn(Ya), Va = {
|
|
|
3117
3128
|
];
|
|
3118
3129
|
class Za {
|
|
3119
3130
|
constructor(r) {
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
|
|
3131
|
+
Pt(this, "stateSubject");
|
|
3132
|
+
Pt(this, "stateHistorySubject");
|
|
3133
|
+
Pt(this, "prevState");
|
|
3134
|
+
Pt(this, "undos", []);
|
|
3135
|
+
Pt(this, "redos", []);
|
|
3136
|
+
Pt(this, "listener");
|
|
3126
3137
|
const n = r || Xa;
|
|
3127
3138
|
this.stateSubject = new jn(n), this.stateHistorySubject = new jn({
|
|
3128
3139
|
handleRedo: !1,
|
|
@@ -3237,62 +3248,62 @@ class Za {
|
|
|
3237
3248
|
trackItemIds: c,
|
|
3238
3249
|
tracks: h,
|
|
3239
3250
|
transitionIds: m,
|
|
3240
|
-
transitionsMap:
|
|
3251
|
+
transitionsMap: x,
|
|
3241
3252
|
trackItemsMap: F
|
|
3242
|
-
} = this.getState(),
|
|
3253
|
+
} = this.getState(), T = K({
|
|
3243
3254
|
trackItemDetailsMap: s,
|
|
3244
3255
|
trackItemIds: c,
|
|
3245
3256
|
tracks: h,
|
|
3246
3257
|
transitionIds: m,
|
|
3247
|
-
transitionsMap:
|
|
3258
|
+
transitionsMap: x,
|
|
3248
3259
|
trackItemsMap: F
|
|
3249
|
-
}),
|
|
3250
|
-
n.forEach((
|
|
3251
|
-
let
|
|
3252
|
-
const
|
|
3253
|
-
|
|
3254
|
-
path:
|
|
3260
|
+
}), W = [], b = [], d = [], l = [], p = [], g = [];
|
|
3261
|
+
n.forEach((w) => {
|
|
3262
|
+
let M;
|
|
3263
|
+
const j = w.path.slice(1);
|
|
3264
|
+
w.type === "CREATE" ? M = {
|
|
3265
|
+
path: j,
|
|
3255
3266
|
op: "remove",
|
|
3256
|
-
value:
|
|
3257
|
-
} :
|
|
3258
|
-
path:
|
|
3267
|
+
value: w.value
|
|
3268
|
+
} : w.type === "CHANGE" ? M = {
|
|
3269
|
+
path: j,
|
|
3259
3270
|
op: "replace",
|
|
3260
|
-
value:
|
|
3261
|
-
} :
|
|
3262
|
-
path:
|
|
3271
|
+
value: w.oldValue
|
|
3272
|
+
} : M = {
|
|
3273
|
+
path: j,
|
|
3263
3274
|
op: "add",
|
|
3264
|
-
value:
|
|
3265
|
-
},
|
|
3275
|
+
value: w.oldValue
|
|
3276
|
+
}, w.path.includes("trackItemIds") ? d.push(M) : w.path.includes("transitionIds") ? b.push(M) : w.path.includes("trackItemsMap") ? p.push(M) : w.path.includes("transitionsMap") ? l.push(M) : w.path.includes("tracks") ? W.push(M) : w.path.includes("trackItemDetailsMap") && g.push(M);
|
|
3266
3277
|
});
|
|
3267
3278
|
const v = this.applyPatch(
|
|
3268
|
-
|
|
3269
|
-
|
|
3279
|
+
T.tracks,
|
|
3280
|
+
W
|
|
3270
3281
|
), _ = this.applyPatch(
|
|
3271
|
-
|
|
3282
|
+
T.transitionIds,
|
|
3272
3283
|
b
|
|
3273
3284
|
), y = this.applyPatch(
|
|
3274
|
-
|
|
3285
|
+
T.trackItemIds,
|
|
3275
3286
|
d
|
|
3276
|
-
),
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
),
|
|
3280
|
-
|
|
3287
|
+
), f = this.applyPatch(
|
|
3288
|
+
T.transitionsMap,
|
|
3289
|
+
l
|
|
3290
|
+
), A = this.applyPatch(
|
|
3291
|
+
T.trackItemsMap,
|
|
3281
3292
|
p
|
|
3282
|
-
),
|
|
3283
|
-
|
|
3293
|
+
), E = this.applyPatch(
|
|
3294
|
+
T.trackItemDetailsMap,
|
|
3284
3295
|
g
|
|
3285
|
-
), I =
|
|
3296
|
+
), I = K({
|
|
3286
3297
|
tracks: v,
|
|
3287
3298
|
transitionIds: _,
|
|
3288
3299
|
trackItemIds: y,
|
|
3289
|
-
transitionsMap:
|
|
3290
|
-
trackItemsMap:
|
|
3291
|
-
trackItemDetailsMap:
|
|
3292
|
-
}),
|
|
3293
|
-
this.prevState =
|
|
3294
|
-
const
|
|
3295
|
-
this.stateSubject.next({ ...
|
|
3300
|
+
transitionsMap: f,
|
|
3301
|
+
trackItemsMap: A,
|
|
3302
|
+
trackItemDetailsMap: E
|
|
3303
|
+
}), D = K(this.getState()), S = { ...D, ...I };
|
|
3304
|
+
this.prevState = D, this.redos.push({ redos: n, type: i });
|
|
3305
|
+
const O = Zt(S.trackItemsMap);
|
|
3306
|
+
this.stateSubject.next({ ...S, duration: O }), this.stateHistorySubject.next({ handleRedo: !1, handleUndo: !0 });
|
|
3296
3307
|
}
|
|
3297
3308
|
applyPatch(r, n) {
|
|
3298
3309
|
return n.reverse().reduce((i, s) => ya(i, (c) => {
|
|
@@ -3308,62 +3319,62 @@ class Za {
|
|
|
3308
3319
|
trackItemIds: c,
|
|
3309
3320
|
tracks: h,
|
|
3310
3321
|
transitionIds: m,
|
|
3311
|
-
transitionsMap:
|
|
3322
|
+
transitionsMap: x,
|
|
3312
3323
|
trackItemsMap: F
|
|
3313
|
-
} = this.getState(),
|
|
3324
|
+
} = this.getState(), T = K({
|
|
3314
3325
|
trackItemDetailsMap: s,
|
|
3315
3326
|
trackItemIds: c,
|
|
3316
3327
|
tracks: h,
|
|
3317
3328
|
transitionIds: m,
|
|
3318
|
-
transitionsMap:
|
|
3329
|
+
transitionsMap: x,
|
|
3319
3330
|
trackItemsMap: F
|
|
3320
|
-
}),
|
|
3321
|
-
n.forEach((
|
|
3322
|
-
let
|
|
3323
|
-
const
|
|
3324
|
-
|
|
3325
|
-
path:
|
|
3331
|
+
}), W = [], b = [], d = [], l = [], p = [], g = [];
|
|
3332
|
+
n.forEach((w) => {
|
|
3333
|
+
let M;
|
|
3334
|
+
const j = w.path.slice(1);
|
|
3335
|
+
w.type === "CREATE" ? M = {
|
|
3336
|
+
path: j,
|
|
3326
3337
|
op: "add",
|
|
3327
|
-
value:
|
|
3328
|
-
} :
|
|
3329
|
-
path:
|
|
3338
|
+
value: w.value
|
|
3339
|
+
} : w.type === "CHANGE" ? M = {
|
|
3340
|
+
path: j,
|
|
3330
3341
|
op: "replace",
|
|
3331
|
-
value:
|
|
3332
|
-
} :
|
|
3333
|
-
path:
|
|
3342
|
+
value: w.value
|
|
3343
|
+
} : M = {
|
|
3344
|
+
path: j,
|
|
3334
3345
|
op: "remove",
|
|
3335
|
-
value:
|
|
3336
|
-
},
|
|
3346
|
+
value: w.oldValue
|
|
3347
|
+
}, w.path.includes("trackItemIds") ? d.push(M) : w.path.includes("transitionIds") ? b.push(M) : w.path.includes("trackItemsMap") ? p.push(M) : w.path.includes("transitionsMap") ? l.push(M) : w.path.includes("trackItemDetailsMap") ? g.push(M) : W.push(M);
|
|
3337
3348
|
});
|
|
3338
3349
|
const v = this.applyPatch(
|
|
3339
|
-
|
|
3340
|
-
|
|
3350
|
+
T.tracks,
|
|
3351
|
+
W
|
|
3341
3352
|
), _ = this.applyPatch(
|
|
3342
|
-
|
|
3353
|
+
T.transitionIds,
|
|
3343
3354
|
b
|
|
3344
3355
|
), y = this.applyPatch(
|
|
3345
|
-
|
|
3356
|
+
T.trackItemIds,
|
|
3346
3357
|
d
|
|
3347
|
-
),
|
|
3348
|
-
|
|
3349
|
-
|
|
3350
|
-
),
|
|
3351
|
-
|
|
3358
|
+
), f = this.applyPatch(
|
|
3359
|
+
T.transitionsMap,
|
|
3360
|
+
l
|
|
3361
|
+
), A = this.applyPatch(
|
|
3362
|
+
T.trackItemsMap,
|
|
3352
3363
|
p
|
|
3353
|
-
),
|
|
3354
|
-
|
|
3364
|
+
), E = this.applyPatch(
|
|
3365
|
+
T.trackItemDetailsMap,
|
|
3355
3366
|
g
|
|
3356
|
-
), I =
|
|
3367
|
+
), I = K({
|
|
3357
3368
|
tracks: v,
|
|
3358
3369
|
transitionIds: _,
|
|
3359
3370
|
trackItemIds: y,
|
|
3360
|
-
transitionsMap:
|
|
3361
|
-
trackItemsMap:
|
|
3362
|
-
trackItemDetailsMap:
|
|
3363
|
-
}),
|
|
3364
|
-
this.prevState =
|
|
3365
|
-
const
|
|
3366
|
-
this.stateSubject.next({ ...
|
|
3371
|
+
transitionsMap: f,
|
|
3372
|
+
trackItemsMap: A,
|
|
3373
|
+
trackItemDetailsMap: E
|
|
3374
|
+
}), D = K(this.getState()), S = { ...D, ...I };
|
|
3375
|
+
this.prevState = D, this.undos.push({ undos: n, type: i });
|
|
3376
|
+
const O = Zt(S.trackItemsMap);
|
|
3377
|
+
this.stateSubject.next({ ...S, duration: O }), this.stateHistorySubject.next({ handleRedo: !0, handleUndo: !1 });
|
|
3367
3378
|
}
|
|
3368
3379
|
}
|
|
3369
3380
|
export {
|