@gpustack/core-ui 1.0.7 → 1.0.9
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/{editor-wrap-DBTG5A-7.js → editor-wrap-DschAPhW.js} +2 -2
- package/dist/{epubjs-C7q2NtLD.js → epubjs-BxcPGxCG.js} +11 -8
- package/dist/{excel-reader-B0E9DWVT.js → excel-reader-jQgyThK1.js} +2 -2
- package/dist/excel.es.js +1 -1
- package/dist/file-readers.es.js +2 -2
- package/dist/{highlight-code-C6xOjDyX.js → highlight-code-CxGYFG-K.js} +11 -52
- package/dist/index.css +1 -1
- package/dist/index.es.js +7813 -2631
- package/dist/{jszip-aevhPAHa.js → jszip-CNVWBM0E.js} +1 -1
- package/dist/{lodash-k2j6dYGv.js → lodash-DVkZQU_K.js} +3 -2
- package/dist/{mammoth-vi3pqzr_.js → mammoth-Cz4NVm9J.js} +1100 -1052
- package/dist/markdown.es.js +3438 -3380
- package/dist/{pdfjs-dist-zGGfit5L.js → pdfjs-dist-CO-ekNVq.js} +16 -11
- package/dist/{rolldown-runtime-BETGA6I9.js → rolldown-runtime-gEudmnaM.js} +1 -1
- package/dist/src/lib/components/icon-font/icons.d.ts +13 -13
- package/dist/src/lib/components/index.d.ts +1 -0
- package/dist/src/lib/components/page-container/index.d.ts +15 -0
- package/dist/src/lib/context/CoreUIContext.d.ts +6 -0
- package/dist/src/lib/hooks/index.d.ts +2 -1
- package/dist/src/lib/hooks/useCoreUISlots.d.ts +3 -0
- package/dist/{useIntl-Ch0EABFx.js → useIntl-6aAPK8Pf.js} +1 -1
- package/dist/{utils-CAmt8TVf.js → utils-8vGWRIPF.js} +4 -4
- package/dist/utils.es.js +3 -3
- package/dist/{word-reader-B8l8Mmvn.js → word-reader-CIrD60Ns.js} +5 -5
- package/dist/{xlsx-BxM-6u7U.js → xlsx-CPuMg8xj.js} +1 -1
- package/dist/yaml-editor.es.js +2 -2
- package/package.json +3 -1
- package/dist/lib-CYhlAgFY.js +0 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as e, n as t, r as n, t as r } from "./rolldown-runtime-
|
|
2
|
-
import { t as i } from "./jszip-
|
|
1
|
+
import { a as e, n as t, r as n, t as r } from "./rolldown-runtime-gEudmnaM.js";
|
|
2
|
+
import { t as i } from "./jszip-CNVWBM0E.js";
|
|
3
3
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/_setup.js
|
|
4
4
|
var a, o, s, c, l, u, d, f, p, m, h, g, _, v, y, b, x, S, C, w, T = t((() => {
|
|
5
5
|
a = "1.13.8", o = typeof self == "object" && self.self === self && self || typeof global == "object" && global.global === global && global || Function("return this")() || {}, s = Array.prototype, c = Object.prototype, l = typeof Symbol < "u" ? Symbol.prototype : null, u = s.push, d = s.slice, f = c.toString, p = c.hasOwnProperty, m = typeof ArrayBuffer < "u", h = typeof DataView < "u", g = Array.isArray, _ = Object.keys, v = Object.create, y = m && ArrayBuffer.isView, b = isNaN, x = isFinite, S = !{ toString: null }.propertyIsEnumerable("toString"), C = [
|
|
@@ -45,138 +45,138 @@ var j = t((() => {}));
|
|
|
45
45
|
function M(e) {
|
|
46
46
|
return e === void 0;
|
|
47
47
|
}
|
|
48
|
-
var
|
|
48
|
+
var N = t((() => {}));
|
|
49
49
|
//#endregion
|
|
50
50
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/isBoolean.js
|
|
51
|
-
function
|
|
51
|
+
function P(e) {
|
|
52
52
|
return e === !0 || e === !1 || f.call(e) === "[object Boolean]";
|
|
53
53
|
}
|
|
54
|
-
var
|
|
54
|
+
var F = t((() => {
|
|
55
55
|
T();
|
|
56
56
|
}));
|
|
57
57
|
//#endregion
|
|
58
58
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/isElement.js
|
|
59
|
-
function
|
|
59
|
+
function I(e) {
|
|
60
60
|
return !!(e && e.nodeType === 1);
|
|
61
61
|
}
|
|
62
|
-
var
|
|
62
|
+
var ee = t((() => {}));
|
|
63
63
|
//#endregion
|
|
64
64
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/_tagTester.js
|
|
65
|
-
function
|
|
65
|
+
function L(e) {
|
|
66
66
|
var t = "[object " + e + "]";
|
|
67
67
|
return function(e) {
|
|
68
68
|
return f.call(e) === t;
|
|
69
69
|
};
|
|
70
70
|
}
|
|
71
|
-
var
|
|
71
|
+
var R = t((() => {
|
|
72
72
|
T();
|
|
73
|
-
})),
|
|
74
|
-
|
|
73
|
+
})), z, te = t((() => {
|
|
74
|
+
R(), z = L("String");
|
|
75
|
+
})), ne, B = t((() => {
|
|
76
|
+
R(), ne = L("Number");
|
|
75
77
|
})), re, ie = t((() => {
|
|
76
|
-
|
|
77
|
-
})), ae,
|
|
78
|
-
|
|
79
|
-
})),
|
|
80
|
-
|
|
81
|
-
})), ce,
|
|
82
|
-
|
|
83
|
-
})),
|
|
84
|
-
|
|
85
|
-
})), de,
|
|
86
|
-
L(), de =
|
|
87
|
-
})), pe, me, V, H = t((() => {
|
|
88
|
-
L(), T(), pe = I("Function"), me = o.document && o.document.childNodes, typeof /./ != "function" && typeof Int8Array != "object" && typeof me != "function" && (pe = function(e) {
|
|
78
|
+
R(), re = L("Date");
|
|
79
|
+
})), ae, V = t((() => {
|
|
80
|
+
R(), ae = L("RegExp");
|
|
81
|
+
})), oe, se = t((() => {
|
|
82
|
+
R(), oe = L("Error");
|
|
83
|
+
})), ce, H = t((() => {
|
|
84
|
+
R(), ce = L("Symbol");
|
|
85
|
+
})), U, le = t((() => {
|
|
86
|
+
R(), U = L("ArrayBuffer");
|
|
87
|
+
})), ue, de, W, G = t((() => {
|
|
88
|
+
R(), T(), ue = L("Function"), de = o.document && o.document.childNodes, typeof /./ != "function" && typeof Int8Array != "object" && typeof de != "function" && (ue = function(e) {
|
|
89
89
|
return typeof e == "function" || !1;
|
|
90
|
-
}),
|
|
91
|
-
})),
|
|
92
|
-
|
|
93
|
-
})),
|
|
94
|
-
T(),
|
|
90
|
+
}), W = ue;
|
|
91
|
+
})), K, fe = t((() => {
|
|
92
|
+
R(), K = L("Object");
|
|
93
|
+
})), pe, me, he = t((() => {
|
|
94
|
+
T(), fe(), pe = h && (!/\[native code\]/.test(String(DataView)) || K(/* @__PURE__ */ new DataView(/* @__PURE__ */ new ArrayBuffer(8)))), me = typeof Map < "u" && K(/* @__PURE__ */ new Map());
|
|
95
95
|
}));
|
|
96
96
|
//#endregion
|
|
97
97
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/isDataView.js
|
|
98
|
-
function
|
|
99
|
-
return e != null &&
|
|
98
|
+
function ge(e) {
|
|
99
|
+
return e != null && W(e.getInt8) && U(e.buffer);
|
|
100
100
|
}
|
|
101
|
-
var
|
|
102
|
-
|
|
103
|
-
})),
|
|
104
|
-
T(),
|
|
101
|
+
var _e, ve, ye = t((() => {
|
|
102
|
+
R(), G(), le(), he(), _e = L("DataView"), ve = pe ? ge : _e;
|
|
103
|
+
})), be, xe = t((() => {
|
|
104
|
+
T(), R(), be = g || L("Array");
|
|
105
105
|
}));
|
|
106
106
|
//#endregion
|
|
107
107
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/_has.js
|
|
108
|
-
function
|
|
108
|
+
function Se(e, t) {
|
|
109
109
|
return e != null && p.call(e, t);
|
|
110
110
|
}
|
|
111
|
-
var
|
|
111
|
+
var Ce = t((() => {
|
|
112
112
|
T();
|
|
113
|
-
})),
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
return
|
|
113
|
+
})), we, Te, Ee = t((() => {
|
|
114
|
+
R(), Ce(), we = L("Arguments"), (function() {
|
|
115
|
+
we(arguments) || (we = function(e) {
|
|
116
|
+
return Se(e, "callee");
|
|
117
117
|
});
|
|
118
|
-
})(),
|
|
118
|
+
})(), Te = we;
|
|
119
119
|
}));
|
|
120
120
|
//#endregion
|
|
121
121
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/isFinite.js
|
|
122
|
-
function
|
|
123
|
-
return !
|
|
122
|
+
function De(e) {
|
|
123
|
+
return !ce(e) && x(e) && !isNaN(parseFloat(e));
|
|
124
124
|
}
|
|
125
|
-
var
|
|
126
|
-
T(),
|
|
125
|
+
var Oe = t((() => {
|
|
126
|
+
T(), H();
|
|
127
127
|
}));
|
|
128
128
|
//#endregion
|
|
129
129
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/isNaN.js
|
|
130
|
-
function
|
|
131
|
-
return
|
|
130
|
+
function ke(e) {
|
|
131
|
+
return ne(e) && b(e);
|
|
132
132
|
}
|
|
133
|
-
var
|
|
134
|
-
T(),
|
|
133
|
+
var Ae = t((() => {
|
|
134
|
+
T(), B();
|
|
135
135
|
}));
|
|
136
136
|
//#endregion
|
|
137
137
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/constant.js
|
|
138
|
-
function
|
|
138
|
+
function je(e) {
|
|
139
139
|
return function() {
|
|
140
140
|
return e;
|
|
141
141
|
};
|
|
142
142
|
}
|
|
143
|
-
var
|
|
143
|
+
var Me = t((() => {}));
|
|
144
144
|
//#endregion
|
|
145
145
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/_createSizePropertyCheck.js
|
|
146
|
-
function
|
|
146
|
+
function Ne(e) {
|
|
147
147
|
return function(t) {
|
|
148
148
|
var n = e(t);
|
|
149
149
|
return typeof n == "number" && n >= 0 && n <= w;
|
|
150
150
|
};
|
|
151
151
|
}
|
|
152
|
-
var
|
|
152
|
+
var Pe = t((() => {
|
|
153
153
|
T();
|
|
154
154
|
}));
|
|
155
155
|
//#endregion
|
|
156
156
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/_shallowProperty.js
|
|
157
|
-
function
|
|
157
|
+
function Fe(e) {
|
|
158
158
|
return function(t) {
|
|
159
159
|
return t?.[e];
|
|
160
160
|
};
|
|
161
161
|
}
|
|
162
|
-
var
|
|
163
|
-
|
|
164
|
-
})),
|
|
165
|
-
|
|
162
|
+
var Ie = t((() => {})), Le, Re = t((() => {
|
|
163
|
+
Ie(), Le = Fe("byteLength");
|
|
164
|
+
})), ze, Be = t((() => {
|
|
165
|
+
Pe(), Re(), ze = Ne(Le);
|
|
166
166
|
}));
|
|
167
167
|
//#endregion
|
|
168
168
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/isTypedArray.js
|
|
169
|
-
function
|
|
170
|
-
return y ? y(e) && !
|
|
169
|
+
function Ve(e) {
|
|
170
|
+
return y ? y(e) && !ve(e) : ze(e) && He.test(f.call(e));
|
|
171
171
|
}
|
|
172
|
-
var
|
|
173
|
-
T(),
|
|
174
|
-
})),
|
|
175
|
-
|
|
172
|
+
var He, Ue, We = t((() => {
|
|
173
|
+
T(), ye(), Me(), Be(), He = /\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\]/, Ue = m ? Ve : je(!1);
|
|
174
|
+
})), q, Ge = t((() => {
|
|
175
|
+
Ie(), q = Fe("length");
|
|
176
176
|
}));
|
|
177
177
|
//#endregion
|
|
178
178
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/_collectNonEnumProps.js
|
|
179
|
-
function
|
|
179
|
+
function Ke(e) {
|
|
180
180
|
for (var t = {}, n = e.length, r = 0; r < n; ++r) t[e[r]] = !0;
|
|
181
181
|
return {
|
|
182
182
|
contains: function(e) {
|
|
@@ -187,40 +187,40 @@ function Ye(e) {
|
|
|
187
187
|
}
|
|
188
188
|
};
|
|
189
189
|
}
|
|
190
|
-
function
|
|
191
|
-
t =
|
|
192
|
-
var n = C.length, r = e.constructor, i =
|
|
193
|
-
for (
|
|
190
|
+
function qe(e, t) {
|
|
191
|
+
t = Ke(t);
|
|
192
|
+
var n = C.length, r = e.constructor, i = W(r) && r.prototype || c, a = "constructor";
|
|
193
|
+
for (Se(e, a) && !t.contains(a) && t.push(a); n--;) a = C[n], a in e && e[a] !== i[a] && !t.contains(a) && t.push(a);
|
|
194
194
|
}
|
|
195
|
-
var
|
|
196
|
-
T(),
|
|
195
|
+
var Je = t((() => {
|
|
196
|
+
T(), G(), Ce();
|
|
197
197
|
}));
|
|
198
198
|
//#endregion
|
|
199
199
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/keys.js
|
|
200
|
-
function
|
|
200
|
+
function J(e) {
|
|
201
201
|
if (!O(e)) return [];
|
|
202
202
|
if (_) return _(e);
|
|
203
203
|
var t = [];
|
|
204
|
-
for (var n in e)
|
|
205
|
-
return S &&
|
|
204
|
+
for (var n in e) Se(e, n) && t.push(n);
|
|
205
|
+
return S && qe(e, t), t;
|
|
206
206
|
}
|
|
207
|
-
var
|
|
208
|
-
k(), T(),
|
|
207
|
+
var Y = t((() => {
|
|
208
|
+
k(), T(), Ce(), Je();
|
|
209
209
|
}));
|
|
210
210
|
//#endregion
|
|
211
211
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/isEmpty.js
|
|
212
|
-
function
|
|
212
|
+
function Ye(e) {
|
|
213
213
|
if (e == null) return !0;
|
|
214
|
-
var t =
|
|
215
|
-
return typeof t == "number" && (
|
|
214
|
+
var t = q(e);
|
|
215
|
+
return typeof t == "number" && (be(e) || z(e) || Te(e)) ? t === 0 : q(J(e)) === 0;
|
|
216
216
|
}
|
|
217
|
-
var
|
|
218
|
-
|
|
217
|
+
var Xe = t((() => {
|
|
218
|
+
Ge(), xe(), te(), Ee(), Y();
|
|
219
219
|
}));
|
|
220
220
|
//#endregion
|
|
221
221
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/isMatch.js
|
|
222
|
-
function
|
|
223
|
-
var n =
|
|
222
|
+
function Ze(e, t) {
|
|
223
|
+
var n = J(t), r = n.length;
|
|
224
224
|
if (e == null) return !r;
|
|
225
225
|
for (var i = Object(e), a = 0; a < r; a++) {
|
|
226
226
|
var o = n[a];
|
|
@@ -228,34 +228,34 @@ function et(e, t) {
|
|
|
228
228
|
}
|
|
229
229
|
return !0;
|
|
230
230
|
}
|
|
231
|
-
var
|
|
232
|
-
|
|
231
|
+
var Qe = t((() => {
|
|
232
|
+
Y();
|
|
233
233
|
}));
|
|
234
234
|
//#endregion
|
|
235
235
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/underscore.js
|
|
236
|
-
function
|
|
237
|
-
if (e instanceof
|
|
238
|
-
if (!(this instanceof
|
|
236
|
+
function X(e) {
|
|
237
|
+
if (e instanceof X) return e;
|
|
238
|
+
if (!(this instanceof X)) return new X(e);
|
|
239
239
|
this._wrapped = e;
|
|
240
240
|
}
|
|
241
|
-
var
|
|
242
|
-
T(),
|
|
241
|
+
var $e = t((() => {
|
|
242
|
+
T(), X.VERSION = a, X.prototype.value = function() {
|
|
243
243
|
return this._wrapped;
|
|
244
|
-
},
|
|
244
|
+
}, X.prototype.valueOf = X.prototype.toJSON = X.prototype.value, X.prototype.toString = function() {
|
|
245
245
|
return String(this._wrapped);
|
|
246
246
|
};
|
|
247
247
|
}));
|
|
248
248
|
//#endregion
|
|
249
249
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/_toBufferView.js
|
|
250
|
-
function
|
|
251
|
-
return new Uint8Array(e.buffer || e, e.byteOffset || 0,
|
|
250
|
+
function et(e) {
|
|
251
|
+
return new Uint8Array(e.buffer || e, e.byteOffset || 0, Le(e));
|
|
252
252
|
}
|
|
253
|
-
var
|
|
254
|
-
|
|
253
|
+
var tt = t((() => {
|
|
254
|
+
Re();
|
|
255
255
|
}));
|
|
256
256
|
//#endregion
|
|
257
257
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/isEqual.js
|
|
258
|
-
function
|
|
258
|
+
function nt(e, t) {
|
|
259
259
|
for (var n = [{
|
|
260
260
|
a: e,
|
|
261
261
|
b: t
|
|
@@ -276,12 +276,12 @@ function at(e, t) {
|
|
|
276
276
|
}
|
|
277
277
|
var o = typeof e;
|
|
278
278
|
if (o !== "function" && o !== "object" && typeof t != "object") return !1;
|
|
279
|
-
e instanceof
|
|
279
|
+
e instanceof X && (e = e._wrapped), t instanceof X && (t = t._wrapped);
|
|
280
280
|
var s = f.call(e);
|
|
281
281
|
if (s !== f.call(t)) return !1;
|
|
282
|
-
if (
|
|
283
|
-
if (!
|
|
284
|
-
s =
|
|
282
|
+
if (pe && s == "[object Object]" && ve(e)) {
|
|
283
|
+
if (!ve(t)) return !1;
|
|
284
|
+
s = rt;
|
|
285
285
|
}
|
|
286
286
|
switch (s) {
|
|
287
287
|
case "[object RegExp]":
|
|
@@ -302,23 +302,23 @@ function at(e, t) {
|
|
|
302
302
|
if (l.valueOf.call(e) === l.valueOf.call(t)) continue;
|
|
303
303
|
return !1;
|
|
304
304
|
case "[object ArrayBuffer]":
|
|
305
|
-
case
|
|
305
|
+
case rt:
|
|
306
306
|
n.push({
|
|
307
|
-
a:
|
|
308
|
-
b:
|
|
307
|
+
a: et(e),
|
|
308
|
+
b: et(t)
|
|
309
309
|
});
|
|
310
310
|
continue;
|
|
311
311
|
}
|
|
312
312
|
var c = s === "[object Array]";
|
|
313
|
-
if (!c &&
|
|
314
|
-
if (
|
|
313
|
+
if (!c && Ue(e)) {
|
|
314
|
+
if (Le(e) !== Le(t)) return !1;
|
|
315
315
|
if (e.buffer === t.buffer && e.byteOffset === t.byteOffset) continue;
|
|
316
316
|
c = !0;
|
|
317
317
|
}
|
|
318
318
|
if (!c) {
|
|
319
319
|
if (typeof e != "object" || typeof t != "object") return !1;
|
|
320
320
|
var u = e.constructor, d = t.constructor;
|
|
321
|
-
if (u !== d && !(
|
|
321
|
+
if (u !== d && !(W(u) && u instanceof u && W(d) && d instanceof d) && "constructor" in e && "constructor" in t) return !1;
|
|
322
322
|
}
|
|
323
323
|
for (var p = r.length; p--;) if (r[p] === e) {
|
|
324
324
|
if (i[p] === t) break;
|
|
@@ -331,10 +331,10 @@ function at(e, t) {
|
|
|
331
331
|
b: t[p]
|
|
332
332
|
});
|
|
333
333
|
} else {
|
|
334
|
-
var m =
|
|
335
|
-
if (p = m.length,
|
|
334
|
+
var m = J(e), h;
|
|
335
|
+
if (p = m.length, J(t).length !== p) return !1;
|
|
336
336
|
for (; p--;) {
|
|
337
|
-
if (h = m[p], !
|
|
337
|
+
if (h = m[p], !Se(t, h)) return !1;
|
|
338
338
|
n.push({
|
|
339
339
|
a: e[h],
|
|
340
340
|
b: t[h]
|
|
@@ -344,85 +344,85 @@ function at(e, t) {
|
|
|
344
344
|
}
|
|
345
345
|
return !0;
|
|
346
346
|
}
|
|
347
|
-
var
|
|
348
|
-
|
|
347
|
+
var rt, it = t((() => {
|
|
348
|
+
$e(), T(), Re(), We(), G(), he(), ye(), Y(), Ce(), tt(), rt = "[object DataView]";
|
|
349
349
|
}));
|
|
350
350
|
//#endregion
|
|
351
351
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/allKeys.js
|
|
352
|
-
function
|
|
352
|
+
function at(e) {
|
|
353
353
|
if (!O(e)) return [];
|
|
354
354
|
var t = [];
|
|
355
355
|
for (var n in e) t.push(n);
|
|
356
|
-
return S &&
|
|
356
|
+
return S && qe(e, t), t;
|
|
357
357
|
}
|
|
358
|
-
var
|
|
359
|
-
k(), T(),
|
|
358
|
+
var ot = t((() => {
|
|
359
|
+
k(), T(), Je();
|
|
360
360
|
}));
|
|
361
361
|
//#endregion
|
|
362
362
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/_methodFingerprint.js
|
|
363
|
-
function
|
|
364
|
-
var t =
|
|
363
|
+
function st(e) {
|
|
364
|
+
var t = q(e);
|
|
365
365
|
return function(n) {
|
|
366
|
-
if (n == null ||
|
|
367
|
-
for (var r = 0; r < t; r++) if (!
|
|
368
|
-
return e !==
|
|
366
|
+
if (n == null || q(at(n))) return !1;
|
|
367
|
+
for (var r = 0; r < t; r++) if (!W(n[e[r]])) return !1;
|
|
368
|
+
return e !== pt || !W(n[ct]);
|
|
369
369
|
};
|
|
370
370
|
}
|
|
371
|
-
var
|
|
372
|
-
|
|
371
|
+
var ct, lt, ut, dt, ft, pt, mt, ht = t((() => {
|
|
372
|
+
Ge(), G(), ot(), ct = "forEach", lt = "has", ut = ["clear", "delete"], dt = [
|
|
373
373
|
"get",
|
|
374
|
-
|
|
374
|
+
lt,
|
|
375
375
|
"set"
|
|
376
|
-
],
|
|
377
|
-
})),
|
|
378
|
-
|
|
379
|
-
})),
|
|
380
|
-
|
|
381
|
-
})),
|
|
382
|
-
|
|
383
|
-
})),
|
|
384
|
-
|
|
376
|
+
], ft = ut.concat(ct, dt), pt = ut.concat(dt), mt = ["add"].concat(ut, ct, lt);
|
|
377
|
+
})), gt, _t = t((() => {
|
|
378
|
+
R(), he(), ht(), gt = me ? st(ft) : L("Map");
|
|
379
|
+
})), vt, yt = t((() => {
|
|
380
|
+
R(), he(), ht(), vt = me ? st(pt) : L("WeakMap");
|
|
381
|
+
})), bt, xt = t((() => {
|
|
382
|
+
R(), he(), ht(), bt = me ? st(mt) : L("Set");
|
|
383
|
+
})), St, Ct = t((() => {
|
|
384
|
+
R(), St = L("WeakSet");
|
|
385
385
|
}));
|
|
386
386
|
//#endregion
|
|
387
387
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/values.js
|
|
388
|
-
function
|
|
389
|
-
for (var t =
|
|
388
|
+
function wt(e) {
|
|
389
|
+
for (var t = J(e), n = t.length, r = Array(n), i = 0; i < n; i++) r[i] = e[t[i]];
|
|
390
390
|
return r;
|
|
391
391
|
}
|
|
392
|
-
var
|
|
393
|
-
|
|
392
|
+
var Tt = t((() => {
|
|
393
|
+
Y();
|
|
394
394
|
}));
|
|
395
395
|
//#endregion
|
|
396
396
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/pairs.js
|
|
397
|
-
function
|
|
398
|
-
for (var t =
|
|
397
|
+
function Et(e) {
|
|
398
|
+
for (var t = J(e), n = t.length, r = Array(n), i = 0; i < n; i++) r[i] = [t[i], e[t[i]]];
|
|
399
399
|
return r;
|
|
400
400
|
}
|
|
401
|
-
var
|
|
402
|
-
|
|
401
|
+
var Dt = t((() => {
|
|
402
|
+
Y();
|
|
403
403
|
}));
|
|
404
404
|
//#endregion
|
|
405
405
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/invert.js
|
|
406
|
-
function
|
|
407
|
-
for (var t = {}, n =
|
|
406
|
+
function Ot(e) {
|
|
407
|
+
for (var t = {}, n = J(e), r = 0, i = n.length; r < i; r++) t[e[n[r]]] = n[r];
|
|
408
408
|
return t;
|
|
409
409
|
}
|
|
410
|
-
var
|
|
411
|
-
|
|
410
|
+
var kt = t((() => {
|
|
411
|
+
Y();
|
|
412
412
|
}));
|
|
413
413
|
//#endregion
|
|
414
414
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/functions.js
|
|
415
|
-
function
|
|
415
|
+
function At(e) {
|
|
416
416
|
var t = [];
|
|
417
|
-
for (var n in e)
|
|
417
|
+
for (var n in e) W(e[n]) && t.push(n);
|
|
418
418
|
return t.sort();
|
|
419
419
|
}
|
|
420
|
-
var
|
|
421
|
-
|
|
420
|
+
var jt = t((() => {
|
|
421
|
+
G();
|
|
422
422
|
}));
|
|
423
423
|
//#endregion
|
|
424
424
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/_createAssigner.js
|
|
425
|
-
function
|
|
425
|
+
function Mt(e, t) {
|
|
426
426
|
return function(n) {
|
|
427
427
|
var r = arguments.length;
|
|
428
428
|
if (t && (n = Object(n)), r < 2 || n == null) return n;
|
|
@@ -433,130 +433,130 @@ function Ft(e, t) {
|
|
|
433
433
|
return n;
|
|
434
434
|
};
|
|
435
435
|
}
|
|
436
|
-
var
|
|
437
|
-
|
|
438
|
-
})),
|
|
439
|
-
|
|
440
|
-
})),
|
|
441
|
-
|
|
436
|
+
var Nt = t((() => {})), Pt, Ft = t((() => {
|
|
437
|
+
Nt(), ot(), Pt = Mt(at);
|
|
438
|
+
})), It, Lt = t((() => {
|
|
439
|
+
Nt(), Y(), It = Mt(J);
|
|
440
|
+
})), Rt, zt = t((() => {
|
|
441
|
+
Nt(), ot(), Rt = Mt(at, !0);
|
|
442
442
|
}));
|
|
443
443
|
//#endregion
|
|
444
444
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/_baseCreate.js
|
|
445
|
-
function
|
|
445
|
+
function Bt() {
|
|
446
446
|
return function() {};
|
|
447
447
|
}
|
|
448
|
-
function
|
|
448
|
+
function Vt(e) {
|
|
449
449
|
if (!O(e)) return {};
|
|
450
450
|
if (v) return v(e);
|
|
451
|
-
var t =
|
|
451
|
+
var t = Bt();
|
|
452
452
|
t.prototype = e;
|
|
453
453
|
var n = new t();
|
|
454
454
|
return t.prototype = null, n;
|
|
455
455
|
}
|
|
456
|
-
var
|
|
456
|
+
var Ht = t((() => {
|
|
457
457
|
k(), T();
|
|
458
458
|
}));
|
|
459
459
|
//#endregion
|
|
460
460
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/create.js
|
|
461
|
-
function
|
|
462
|
-
var n =
|
|
463
|
-
return t &&
|
|
461
|
+
function Ut(e, t) {
|
|
462
|
+
var n = Vt(e);
|
|
463
|
+
return t && It(n, t), n;
|
|
464
464
|
}
|
|
465
|
-
var
|
|
466
|
-
|
|
465
|
+
var Wt = t((() => {
|
|
466
|
+
Ht(), Lt();
|
|
467
467
|
}));
|
|
468
468
|
//#endregion
|
|
469
469
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/clone.js
|
|
470
|
-
function
|
|
471
|
-
return O(e) ?
|
|
470
|
+
function Gt(e) {
|
|
471
|
+
return O(e) ? be(e) ? e.slice() : Pt({}, e) : e;
|
|
472
472
|
}
|
|
473
|
-
var
|
|
474
|
-
k(),
|
|
473
|
+
var Kt = t((() => {
|
|
474
|
+
k(), xe(), Ft();
|
|
475
475
|
}));
|
|
476
476
|
//#endregion
|
|
477
477
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/tap.js
|
|
478
|
-
function
|
|
478
|
+
function qt(e, t) {
|
|
479
479
|
return t(e), e;
|
|
480
480
|
}
|
|
481
|
-
var
|
|
481
|
+
var Jt = t((() => {}));
|
|
482
482
|
//#endregion
|
|
483
483
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/toPath.js
|
|
484
|
-
function
|
|
485
|
-
return
|
|
484
|
+
function Yt(e) {
|
|
485
|
+
return be(e) ? e : [e];
|
|
486
486
|
}
|
|
487
|
-
var
|
|
488
|
-
|
|
487
|
+
var Xt = t((() => {
|
|
488
|
+
$e(), xe(), X.toPath = Yt;
|
|
489
489
|
}));
|
|
490
490
|
//#endregion
|
|
491
491
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/_toPath.js
|
|
492
|
-
function
|
|
493
|
-
return
|
|
492
|
+
function Zt(e) {
|
|
493
|
+
return X.toPath(e);
|
|
494
494
|
}
|
|
495
|
-
var
|
|
496
|
-
|
|
495
|
+
var Qt = t((() => {
|
|
496
|
+
$e(), Xt();
|
|
497
497
|
}));
|
|
498
498
|
//#endregion
|
|
499
499
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/_deepGet.js
|
|
500
|
-
function
|
|
500
|
+
function $t(e, t) {
|
|
501
501
|
for (var n = t.length, r = 0; r < n; r++) {
|
|
502
502
|
if (e == null) return;
|
|
503
503
|
e = e[t[r]];
|
|
504
504
|
}
|
|
505
505
|
return n ? e : void 0;
|
|
506
506
|
}
|
|
507
|
-
var
|
|
507
|
+
var en = t((() => {}));
|
|
508
508
|
//#endregion
|
|
509
509
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/get.js
|
|
510
|
-
function
|
|
511
|
-
var r =
|
|
510
|
+
function tn(e, t, n) {
|
|
511
|
+
var r = $t(e, Zt(t));
|
|
512
512
|
return M(r) ? n : r;
|
|
513
513
|
}
|
|
514
|
-
var
|
|
515
|
-
|
|
514
|
+
var nn = t((() => {
|
|
515
|
+
Qt(), en(), N();
|
|
516
516
|
}));
|
|
517
517
|
//#endregion
|
|
518
518
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/has.js
|
|
519
|
-
function
|
|
520
|
-
t =
|
|
519
|
+
function rn(e, t) {
|
|
520
|
+
t = Zt(t);
|
|
521
521
|
for (var n = t.length, r = 0; r < n; r++) {
|
|
522
522
|
var i = t[r];
|
|
523
|
-
if (!
|
|
523
|
+
if (!Se(e, i)) return !1;
|
|
524
524
|
e = e[i];
|
|
525
525
|
}
|
|
526
526
|
return !!n;
|
|
527
527
|
}
|
|
528
|
-
var
|
|
529
|
-
|
|
528
|
+
var an = t((() => {
|
|
529
|
+
Ce(), Qt();
|
|
530
530
|
}));
|
|
531
531
|
//#endregion
|
|
532
532
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/identity.js
|
|
533
|
-
function
|
|
533
|
+
function on(e) {
|
|
534
534
|
return e;
|
|
535
535
|
}
|
|
536
|
-
var
|
|
536
|
+
var sn = t((() => {}));
|
|
537
537
|
//#endregion
|
|
538
538
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/matcher.js
|
|
539
|
-
function
|
|
540
|
-
return e =
|
|
541
|
-
return
|
|
539
|
+
function cn(e) {
|
|
540
|
+
return e = It({}, e), function(t) {
|
|
541
|
+
return Ze(t, e);
|
|
542
542
|
};
|
|
543
543
|
}
|
|
544
|
-
var
|
|
545
|
-
|
|
544
|
+
var ln = t((() => {
|
|
545
|
+
Lt(), Qe();
|
|
546
546
|
}));
|
|
547
547
|
//#endregion
|
|
548
548
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/property.js
|
|
549
|
-
function
|
|
550
|
-
return e =
|
|
551
|
-
return
|
|
549
|
+
function un(e) {
|
|
550
|
+
return e = Zt(e), function(t) {
|
|
551
|
+
return $t(t, e);
|
|
552
552
|
};
|
|
553
553
|
}
|
|
554
|
-
var
|
|
555
|
-
|
|
554
|
+
var dn = t((() => {
|
|
555
|
+
en(), Qt();
|
|
556
556
|
}));
|
|
557
557
|
//#endregion
|
|
558
558
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/_optimizeCb.js
|
|
559
|
-
function
|
|
559
|
+
function fn(e, t, n) {
|
|
560
560
|
if (t === void 0) return e;
|
|
561
561
|
switch (n ?? 3) {
|
|
562
562
|
case 1: return function(n) {
|
|
@@ -573,93 +573,93 @@ function hn(e, t, n) {
|
|
|
573
573
|
return e.apply(t, arguments);
|
|
574
574
|
};
|
|
575
575
|
}
|
|
576
|
-
var
|
|
576
|
+
var pn = t((() => {}));
|
|
577
577
|
//#endregion
|
|
578
578
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/_baseIteratee.js
|
|
579
|
-
function
|
|
580
|
-
return e == null ?
|
|
579
|
+
function mn(e, t, n) {
|
|
580
|
+
return e == null ? on : W(e) ? fn(e, t, n) : O(e) && !be(e) ? cn(e) : un(e);
|
|
581
581
|
}
|
|
582
|
-
var
|
|
583
|
-
|
|
582
|
+
var hn = t((() => {
|
|
583
|
+
sn(), G(), k(), xe(), ln(), dn(), pn();
|
|
584
584
|
}));
|
|
585
585
|
//#endregion
|
|
586
586
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/iteratee.js
|
|
587
|
-
function
|
|
588
|
-
return
|
|
587
|
+
function gn(e, t) {
|
|
588
|
+
return mn(e, t, Infinity);
|
|
589
589
|
}
|
|
590
|
-
var
|
|
591
|
-
|
|
590
|
+
var _n = t((() => {
|
|
591
|
+
$e(), hn(), X.iteratee = gn;
|
|
592
592
|
}));
|
|
593
593
|
//#endregion
|
|
594
594
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/_cb.js
|
|
595
|
-
function
|
|
596
|
-
return
|
|
595
|
+
function vn(e, t, n) {
|
|
596
|
+
return X.iteratee === gn ? mn(e, t, n) : X.iteratee(e, t);
|
|
597
597
|
}
|
|
598
|
-
var
|
|
599
|
-
|
|
598
|
+
var yn = t((() => {
|
|
599
|
+
$e(), hn(), _n();
|
|
600
600
|
}));
|
|
601
601
|
//#endregion
|
|
602
602
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/mapObject.js
|
|
603
|
-
function
|
|
604
|
-
t =
|
|
605
|
-
for (var r =
|
|
603
|
+
function bn(e, t, n) {
|
|
604
|
+
t = vn(t, n);
|
|
605
|
+
for (var r = J(e), i = r.length, a = {}, o = 0; o < i; o++) {
|
|
606
606
|
var s = r[o];
|
|
607
607
|
a[s] = t(e[s], s, e);
|
|
608
608
|
}
|
|
609
609
|
return a;
|
|
610
610
|
}
|
|
611
|
-
var
|
|
612
|
-
|
|
611
|
+
var xn = t((() => {
|
|
612
|
+
yn(), Y();
|
|
613
613
|
}));
|
|
614
614
|
//#endregion
|
|
615
615
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/noop.js
|
|
616
|
-
function
|
|
617
|
-
var
|
|
616
|
+
function Sn() {}
|
|
617
|
+
var Cn = t((() => {}));
|
|
618
618
|
//#endregion
|
|
619
619
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/propertyOf.js
|
|
620
|
-
function
|
|
621
|
-
return e == null ?
|
|
622
|
-
return
|
|
620
|
+
function wn(e) {
|
|
621
|
+
return e == null ? Sn : function(t) {
|
|
622
|
+
return tn(e, t);
|
|
623
623
|
};
|
|
624
624
|
}
|
|
625
|
-
var
|
|
626
|
-
|
|
625
|
+
var Tn = t((() => {
|
|
626
|
+
Cn(), nn();
|
|
627
627
|
}));
|
|
628
628
|
//#endregion
|
|
629
629
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/times.js
|
|
630
|
-
function
|
|
630
|
+
function En(e, t, n) {
|
|
631
631
|
var r = Array(Math.max(0, e));
|
|
632
|
-
t =
|
|
632
|
+
t = fn(t, n, 1);
|
|
633
633
|
for (var i = 0; i < e; i++) r[i] = t(i);
|
|
634
634
|
return r;
|
|
635
635
|
}
|
|
636
|
-
var
|
|
637
|
-
|
|
636
|
+
var Dn = t((() => {
|
|
637
|
+
pn();
|
|
638
638
|
}));
|
|
639
639
|
//#endregion
|
|
640
640
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/random.js
|
|
641
|
-
function
|
|
641
|
+
function On(e, t) {
|
|
642
642
|
return t ?? (t = e, e = 0), e + Math.floor(Math.random() * (t - e + 1));
|
|
643
643
|
}
|
|
644
|
-
var
|
|
645
|
-
|
|
644
|
+
var kn = t((() => {})), An, jn = t((() => {
|
|
645
|
+
An = Date.now || function() {
|
|
646
646
|
return (/* @__PURE__ */ new Date()).getTime();
|
|
647
647
|
};
|
|
648
648
|
}));
|
|
649
649
|
//#endregion
|
|
650
650
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/_createEscaper.js
|
|
651
|
-
function
|
|
651
|
+
function Mn(e) {
|
|
652
652
|
var t = function(t) {
|
|
653
653
|
return e[t];
|
|
654
|
-
}, n = "(?:" +
|
|
654
|
+
}, n = "(?:" + J(e).join("|") + ")", r = RegExp(n), i = RegExp(n, "g");
|
|
655
655
|
return function(e) {
|
|
656
656
|
return e = e == null ? "" : "" + e, r.test(e) ? e.replace(i, t) : e;
|
|
657
657
|
};
|
|
658
658
|
}
|
|
659
|
-
var
|
|
660
|
-
|
|
661
|
-
})),
|
|
662
|
-
|
|
659
|
+
var Nn = t((() => {
|
|
660
|
+
Y();
|
|
661
|
+
})), Pn, Fn = t((() => {
|
|
662
|
+
Pn = {
|
|
663
663
|
"&": "&",
|
|
664
664
|
"<": "<",
|
|
665
665
|
">": ">",
|
|
@@ -667,14 +667,14 @@ var Pn = t((() => {
|
|
|
667
667
|
"'": "'",
|
|
668
668
|
"`": "`"
|
|
669
669
|
};
|
|
670
|
-
})),
|
|
671
|
-
|
|
672
|
-
})),
|
|
673
|
-
|
|
674
|
-
})),
|
|
675
|
-
|
|
676
|
-
})),
|
|
677
|
-
|
|
670
|
+
})), In, Ln = t((() => {
|
|
671
|
+
Nn(), Fn(), In = Mn(Pn);
|
|
672
|
+
})), Rn, zn = t((() => {
|
|
673
|
+
kt(), Fn(), Rn = Ot(Pn);
|
|
674
|
+
})), Bn, Vn = t((() => {
|
|
675
|
+
Nn(), zn(), Bn = Mn(Rn);
|
|
676
|
+
})), Hn, Un = t((() => {
|
|
677
|
+
$e(), Hn = X.templateSettings = {
|
|
678
678
|
evaluate: /<%([\s\S]+?)%>/g,
|
|
679
679
|
interpolate: /<%=([\s\S]+?)%>/g,
|
|
680
680
|
escape: /<%-([\s\S]+?)%>/g
|
|
@@ -682,22 +682,22 @@ var Pn = t((() => {
|
|
|
682
682
|
}));
|
|
683
683
|
//#endregion
|
|
684
684
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/template.js
|
|
685
|
-
function
|
|
686
|
-
return "\\" +
|
|
685
|
+
function Wn(e) {
|
|
686
|
+
return "\\" + qn[e];
|
|
687
687
|
}
|
|
688
|
-
function
|
|
689
|
-
!t && n && (t = n), t =
|
|
688
|
+
function Gn(e, t, n) {
|
|
689
|
+
!t && n && (t = n), t = Rt({}, t, X.templateSettings);
|
|
690
690
|
var r = RegExp([
|
|
691
|
-
(t.escape ||
|
|
692
|
-
(t.interpolate ||
|
|
693
|
-
(t.evaluate ||
|
|
691
|
+
(t.escape || Kn).source,
|
|
692
|
+
(t.interpolate || Kn).source,
|
|
693
|
+
(t.evaluate || Kn).source
|
|
694
694
|
].join("|") + "|$", "g"), i = 0, a = "__p+='";
|
|
695
695
|
e.replace(r, function(t, n, r, o, s) {
|
|
696
|
-
return a += e.slice(i, s).replace(
|
|
696
|
+
return a += e.slice(i, s).replace(Jn, Wn), i = s + t.length, n ? a += "'+\n((__t=(" + n + "))==null?'':_.escape(__t))+\n'" : r ? a += "'+\n((__t=(" + r + "))==null?'':__t)+\n'" : o && (a += "';\n" + o + "\n__p+='"), t;
|
|
697
697
|
}), a += "';\n";
|
|
698
698
|
var o = t.variable;
|
|
699
699
|
if (o) {
|
|
700
|
-
if (!
|
|
700
|
+
if (!Yn.test(o)) throw Error("variable is not a bare identifier: " + o);
|
|
701
701
|
} else a = "with(obj||{}){\n" + a + "}\n", o = "obj";
|
|
702
702
|
a = "var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n" + a + "return __p;\n";
|
|
703
703
|
var s;
|
|
@@ -707,111 +707,111 @@ function Kn(e, t, n) {
|
|
|
707
707
|
throw e.source = a, e;
|
|
708
708
|
}
|
|
709
709
|
var c = function(e) {
|
|
710
|
-
return s.call(this, e,
|
|
710
|
+
return s.call(this, e, X);
|
|
711
711
|
};
|
|
712
712
|
return c.source = "function(" + o + "){\n" + a + "}", c;
|
|
713
713
|
}
|
|
714
|
-
var qn, Jn, Yn, Xn
|
|
715
|
-
|
|
714
|
+
var Kn, qn, Jn, Yn, Xn = t((() => {
|
|
715
|
+
zt(), $e(), Un(), Kn = /(.)^/, qn = {
|
|
716
716
|
"'": "'",
|
|
717
717
|
"\\": "\\",
|
|
718
718
|
"\r": "r",
|
|
719
719
|
"\n": "n",
|
|
720
720
|
"\u2028": "u2028",
|
|
721
721
|
"\u2029": "u2029"
|
|
722
|
-
},
|
|
722
|
+
}, Jn = /\\|'|\r|\n|\u2028|\u2029/g, Yn = /^\s*(\w|\$)+\s*$/;
|
|
723
723
|
}));
|
|
724
724
|
//#endregion
|
|
725
725
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/result.js
|
|
726
|
-
function
|
|
727
|
-
t =
|
|
726
|
+
function Zn(e, t, n) {
|
|
727
|
+
t = Zt(t);
|
|
728
728
|
var r = t.length;
|
|
729
|
-
if (!r) return
|
|
729
|
+
if (!r) return W(n) ? n.call(e) : n;
|
|
730
730
|
for (var i = 0; i < r; i++) {
|
|
731
731
|
var a = e?.[t[i]];
|
|
732
|
-
a === void 0 && (a = n, i = r), e =
|
|
732
|
+
a === void 0 && (a = n, i = r), e = W(a) ? a.call(e) : a;
|
|
733
733
|
}
|
|
734
734
|
return e;
|
|
735
735
|
}
|
|
736
|
-
var
|
|
737
|
-
|
|
736
|
+
var Qn = t((() => {
|
|
737
|
+
G(), Qt();
|
|
738
738
|
}));
|
|
739
739
|
//#endregion
|
|
740
740
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/uniqueId.js
|
|
741
|
-
function
|
|
742
|
-
var t = ++
|
|
741
|
+
function $n(e) {
|
|
742
|
+
var t = ++er + "";
|
|
743
743
|
return e ? e + t : t;
|
|
744
744
|
}
|
|
745
|
-
var
|
|
746
|
-
|
|
745
|
+
var er, tr = t((() => {
|
|
746
|
+
er = 0;
|
|
747
747
|
}));
|
|
748
748
|
//#endregion
|
|
749
749
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/chain.js
|
|
750
|
-
function
|
|
751
|
-
var t =
|
|
750
|
+
function nr(e) {
|
|
751
|
+
var t = X(e);
|
|
752
752
|
return t._chain = !0, t;
|
|
753
753
|
}
|
|
754
|
-
var
|
|
755
|
-
|
|
754
|
+
var rr = t((() => {
|
|
755
|
+
$e();
|
|
756
756
|
}));
|
|
757
757
|
//#endregion
|
|
758
758
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/_executeBound.js
|
|
759
|
-
function
|
|
759
|
+
function ir(e, t, n, r, i) {
|
|
760
760
|
if (!(r instanceof t)) return e.apply(n, i);
|
|
761
|
-
var a =
|
|
761
|
+
var a = Vt(e.prototype), o = e.apply(a, i);
|
|
762
762
|
return O(o) ? o : a;
|
|
763
763
|
}
|
|
764
|
-
var
|
|
765
|
-
|
|
766
|
-
})),
|
|
767
|
-
D(),
|
|
768
|
-
var n =
|
|
764
|
+
var ar = t((() => {
|
|
765
|
+
Ht(), k();
|
|
766
|
+
})), or, sr = t((() => {
|
|
767
|
+
D(), ar(), $e(), or = E(function(e, t) {
|
|
768
|
+
var n = or.placeholder, r = function() {
|
|
769
769
|
for (var i = 0, a = t.length, o = Array(a), s = 0; s < a; s++) o[s] = t[s] === n ? arguments[i++] : t[s];
|
|
770
770
|
for (; i < arguments.length;) o.push(arguments[i++]);
|
|
771
|
-
return
|
|
771
|
+
return ir(e, r, this, this, o);
|
|
772
772
|
};
|
|
773
773
|
return r;
|
|
774
|
-
}),
|
|
775
|
-
})),
|
|
776
|
-
D(),
|
|
777
|
-
if (!
|
|
774
|
+
}), or.placeholder = X;
|
|
775
|
+
})), cr, lr = t((() => {
|
|
776
|
+
D(), G(), ar(), cr = E(function(e, t, n) {
|
|
777
|
+
if (!W(e)) throw TypeError("Bind must be called on a function");
|
|
778
778
|
var r = E(function(i) {
|
|
779
|
-
return
|
|
779
|
+
return ir(e, r, t, this, n.concat(i));
|
|
780
780
|
});
|
|
781
781
|
return r;
|
|
782
782
|
});
|
|
783
|
-
})),
|
|
784
|
-
|
|
783
|
+
})), ur, dr = t((() => {
|
|
784
|
+
Pe(), Ge(), ur = Ne(q);
|
|
785
785
|
}));
|
|
786
786
|
//#endregion
|
|
787
787
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/_flatten.js
|
|
788
788
|
function fr(e, t, n) {
|
|
789
789
|
!t && t !== 0 && (t = Infinity);
|
|
790
|
-
for (var r = [], i = 0, a = 0, o =
|
|
790
|
+
for (var r = [], i = 0, a = 0, o = q(e) || 0, s = [];;) {
|
|
791
791
|
if (a >= o) {
|
|
792
792
|
if (!s.length) break;
|
|
793
793
|
var c = s.pop();
|
|
794
|
-
a = c.i, e = c.v, o =
|
|
794
|
+
a = c.i, e = c.v, o = q(e);
|
|
795
795
|
continue;
|
|
796
796
|
}
|
|
797
797
|
var l = e[a++];
|
|
798
|
-
s.length >= t ? r[i++] = l :
|
|
798
|
+
s.length >= t ? r[i++] = l : ur(l) && (be(l) || Te(l)) ? (s.push({
|
|
799
799
|
i: a,
|
|
800
800
|
v: e
|
|
801
|
-
}), a = 0, e = l, o =
|
|
801
|
+
}), a = 0, e = l, o = q(e)) : n || (r[i++] = l);
|
|
802
802
|
}
|
|
803
803
|
return r;
|
|
804
804
|
}
|
|
805
805
|
var pr = t((() => {
|
|
806
|
-
|
|
806
|
+
Ge(), dr(), xe(), Ee();
|
|
807
807
|
})), mr, hr = t((() => {
|
|
808
|
-
D(), pr(),
|
|
808
|
+
D(), pr(), lr(), mr = E(function(e, t) {
|
|
809
809
|
t = fr(t, !1, !1);
|
|
810
810
|
var n = t.length;
|
|
811
811
|
if (n < 1) throw Error("bindAll must be passed function names");
|
|
812
812
|
for (; n--;) {
|
|
813
813
|
var r = t[n];
|
|
814
|
-
e[r] =
|
|
814
|
+
e[r] = cr(e[r], e);
|
|
815
815
|
}
|
|
816
816
|
return e;
|
|
817
817
|
});
|
|
@@ -821,12 +821,12 @@ var pr = t((() => {
|
|
|
821
821
|
function gr(e, t) {
|
|
822
822
|
var n = function(r) {
|
|
823
823
|
var i = n.cache, a = "" + (t ? t.apply(this, arguments) : r);
|
|
824
|
-
return
|
|
824
|
+
return Se(i, a) || (i[a] = e.apply(this, arguments)), i[a];
|
|
825
825
|
};
|
|
826
826
|
return n.cache = {}, n;
|
|
827
827
|
}
|
|
828
828
|
var _r = t((() => {
|
|
829
|
-
|
|
829
|
+
Ce();
|
|
830
830
|
})), vr, yr = t((() => {
|
|
831
831
|
D(), vr = E(function(e, t, n) {
|
|
832
832
|
return setTimeout(function() {
|
|
@@ -834,7 +834,7 @@ var _r = t((() => {
|
|
|
834
834
|
}, t);
|
|
835
835
|
});
|
|
836
836
|
})), br, xr = t((() => {
|
|
837
|
-
|
|
837
|
+
sr(), yr(), $e(), br = or(vr, X, 1);
|
|
838
838
|
}));
|
|
839
839
|
//#endregion
|
|
840
840
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/throttle.js
|
|
@@ -842,9 +842,9 @@ function Sr(e, t, n) {
|
|
|
842
842
|
var r, i, a, o, s = 0;
|
|
843
843
|
n ||= {};
|
|
844
844
|
var c = function() {
|
|
845
|
-
s = n.leading === !1 ? 0 :
|
|
845
|
+
s = n.leading === !1 ? 0 : An(), r = null, o = e.apply(i, a), r || (i = a = null);
|
|
846
846
|
}, l = function() {
|
|
847
|
-
var l =
|
|
847
|
+
var l = An();
|
|
848
848
|
!s && n.leading === !1 && (s = l);
|
|
849
849
|
var u = t - (l - s);
|
|
850
850
|
return i = this, a = arguments, u <= 0 || u > t ? (r &&= (clearTimeout(r), null), s = l, o = e.apply(i, a), r || (i = a = null)) : !r && n.trailing !== !1 && (r = setTimeout(c, u)), o;
|
|
@@ -854,31 +854,31 @@ function Sr(e, t, n) {
|
|
|
854
854
|
}, l;
|
|
855
855
|
}
|
|
856
856
|
var Cr = t((() => {
|
|
857
|
-
|
|
857
|
+
jn();
|
|
858
858
|
}));
|
|
859
859
|
//#endregion
|
|
860
860
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/debounce.js
|
|
861
861
|
function wr(e, t, n) {
|
|
862
862
|
var r, i, a, o, s, c = function() {
|
|
863
|
-
var l =
|
|
863
|
+
var l = An() - i;
|
|
864
864
|
t > l ? r = setTimeout(c, t - l) : (r = null, n || (o = e.apply(s, a)), r || (a = s = null));
|
|
865
865
|
}, l = E(function(l) {
|
|
866
|
-
return s = this, a = l, i =
|
|
866
|
+
return s = this, a = l, i = An(), r || (r = setTimeout(c, t), n && (o = e.apply(s, a))), o;
|
|
867
867
|
});
|
|
868
868
|
return l.cancel = function() {
|
|
869
869
|
clearTimeout(r), r = a = s = null;
|
|
870
870
|
}, l;
|
|
871
871
|
}
|
|
872
872
|
var Tr = t((() => {
|
|
873
|
-
D(),
|
|
873
|
+
D(), jn();
|
|
874
874
|
}));
|
|
875
875
|
//#endregion
|
|
876
876
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/wrap.js
|
|
877
877
|
function Er(e, t) {
|
|
878
|
-
return
|
|
878
|
+
return or(t, e);
|
|
879
879
|
}
|
|
880
880
|
var Dr = t((() => {
|
|
881
|
-
|
|
881
|
+
sr();
|
|
882
882
|
}));
|
|
883
883
|
//#endregion
|
|
884
884
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/negate.js
|
|
@@ -915,28 +915,28 @@ function Pr(e, t) {
|
|
|
915
915
|
};
|
|
916
916
|
}
|
|
917
917
|
var Fr = t((() => {})), Ir, Lr = t((() => {
|
|
918
|
-
|
|
918
|
+
sr(), Fr(), Ir = or(Pr, 2);
|
|
919
919
|
}));
|
|
920
920
|
//#endregion
|
|
921
921
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/findKey.js
|
|
922
922
|
function Rr(e, t, n) {
|
|
923
|
-
t =
|
|
924
|
-
for (var r =
|
|
923
|
+
t = vn(t, n);
|
|
924
|
+
for (var r = J(e), i, a = 0, o = r.length; a < o; a++) if (i = r[a], t(e[i], i, e)) return i;
|
|
925
925
|
}
|
|
926
926
|
var zr = t((() => {
|
|
927
|
-
|
|
927
|
+
yn(), Y();
|
|
928
928
|
}));
|
|
929
929
|
//#endregion
|
|
930
930
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/_createPredicateIndexFinder.js
|
|
931
931
|
function Br(e) {
|
|
932
932
|
return function(t, n, r) {
|
|
933
|
-
n =
|
|
934
|
-
for (var i =
|
|
933
|
+
n = vn(n, r);
|
|
934
|
+
for (var i = q(t), a = e > 0 ? 0 : i - 1; a >= 0 && a < i; a += e) if (n(t[a], a, t)) return a;
|
|
935
935
|
return -1;
|
|
936
936
|
};
|
|
937
937
|
}
|
|
938
938
|
var Vr = t((() => {
|
|
939
|
-
|
|
939
|
+
yn(), Ge();
|
|
940
940
|
})), Hr, Ur = t((() => {
|
|
941
941
|
Vr(), Hr = Br(1);
|
|
942
942
|
})), Wr, Gr = t((() => {
|
|
@@ -945,30 +945,30 @@ var Vr = t((() => {
|
|
|
945
945
|
//#endregion
|
|
946
946
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/sortedIndex.js
|
|
947
947
|
function Kr(e, t, n, r) {
|
|
948
|
-
n =
|
|
949
|
-
for (var i = n(t), a = 0, o =
|
|
948
|
+
n = vn(n, r, 1);
|
|
949
|
+
for (var i = n(t), a = 0, o = q(e); a < o;) {
|
|
950
950
|
var s = Math.floor((a + o) / 2);
|
|
951
951
|
n(e[s]) < i ? a = s + 1 : o = s;
|
|
952
952
|
}
|
|
953
953
|
return a;
|
|
954
954
|
}
|
|
955
955
|
var qr = t((() => {
|
|
956
|
-
|
|
956
|
+
yn(), Ge();
|
|
957
957
|
}));
|
|
958
958
|
//#endregion
|
|
959
959
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/_createIndexFinder.js
|
|
960
960
|
function Jr(e, t, n) {
|
|
961
961
|
return function(r, i, a) {
|
|
962
|
-
var o = 0, s =
|
|
962
|
+
var o = 0, s = q(r);
|
|
963
963
|
if (typeof a == "number") e > 0 ? o = a >= 0 ? a : Math.max(a + s, o) : s = a >= 0 ? Math.min(a + 1, s) : a + s + 1;
|
|
964
964
|
else if (n && a && s) return a = n(r, i), r[a] === i ? a : -1;
|
|
965
|
-
if (i !== i) return a = t(d.call(r, o, s),
|
|
965
|
+
if (i !== i) return a = t(d.call(r, o, s), ke), a >= 0 ? a + o : -1;
|
|
966
966
|
for (a = e > 0 ? o : s - 1; a >= 0 && a < s; a += e) if (r[a] === i) return a;
|
|
967
967
|
return -1;
|
|
968
968
|
};
|
|
969
969
|
}
|
|
970
970
|
var Yr = t((() => {
|
|
971
|
-
|
|
971
|
+
Ge(), T(), Ae();
|
|
972
972
|
})), Xr, Zr = t((() => {
|
|
973
973
|
qr(), Ur(), Yr(), Xr = Jr(1, Hr, Kr);
|
|
974
974
|
})), Qr, $r = t((() => {
|
|
@@ -977,7 +977,7 @@ var Yr = t((() => {
|
|
|
977
977
|
//#endregion
|
|
978
978
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/find.js
|
|
979
979
|
function ei(e, t, n) {
|
|
980
|
-
var r = (
|
|
980
|
+
var r = (ur(e) ? Hr : Rr)(e, t, n);
|
|
981
981
|
if (r !== void 0 && r !== -1) return e[r];
|
|
982
982
|
}
|
|
983
983
|
var ti = t((() => {
|
|
@@ -986,44 +986,44 @@ var ti = t((() => {
|
|
|
986
986
|
//#endregion
|
|
987
987
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/findWhere.js
|
|
988
988
|
function ni(e, t) {
|
|
989
|
-
return ei(e,
|
|
989
|
+
return ei(e, cn(t));
|
|
990
990
|
}
|
|
991
991
|
var ri = t((() => {
|
|
992
|
-
ti(),
|
|
992
|
+
ti(), ln();
|
|
993
993
|
}));
|
|
994
994
|
//#endregion
|
|
995
995
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/each.js
|
|
996
996
|
function ii(e, t, n) {
|
|
997
|
-
t =
|
|
997
|
+
t = fn(t, n);
|
|
998
998
|
var r, i;
|
|
999
|
-
if (
|
|
999
|
+
if (ur(e)) for (r = 0, i = e.length; r < i; r++) t(e[r], r, e);
|
|
1000
1000
|
else {
|
|
1001
|
-
var a =
|
|
1001
|
+
var a = J(e);
|
|
1002
1002
|
for (r = 0, i = a.length; r < i; r++) t(e[a[r]], a[r], e);
|
|
1003
1003
|
}
|
|
1004
1004
|
return e;
|
|
1005
1005
|
}
|
|
1006
1006
|
var ai = t((() => {
|
|
1007
|
-
|
|
1007
|
+
pn(), dr(), Y();
|
|
1008
1008
|
}));
|
|
1009
1009
|
//#endregion
|
|
1010
1010
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/map.js
|
|
1011
1011
|
function oi(e, t, n) {
|
|
1012
|
-
t =
|
|
1013
|
-
for (var r = !
|
|
1012
|
+
t = vn(t, n);
|
|
1013
|
+
for (var r = !ur(e) && J(e), i = (r || e).length, a = Array(i), o = 0; o < i; o++) {
|
|
1014
1014
|
var s = r ? r[o] : o;
|
|
1015
1015
|
a[o] = t(e[s], s, e);
|
|
1016
1016
|
}
|
|
1017
1017
|
return a;
|
|
1018
1018
|
}
|
|
1019
1019
|
var si = t((() => {
|
|
1020
|
-
|
|
1020
|
+
yn(), dr(), Y();
|
|
1021
1021
|
}));
|
|
1022
1022
|
//#endregion
|
|
1023
1023
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/_createReduce.js
|
|
1024
1024
|
function ci(e) {
|
|
1025
1025
|
var t = function(t, n, r, i) {
|
|
1026
|
-
var a = !
|
|
1026
|
+
var a = !ur(t) && J(t), o = (a || t).length, s = e > 0 ? 0 : o - 1;
|
|
1027
1027
|
for (i || (r = t[a ? a[s] : s], s += e); s >= 0 && s < o; s += e) {
|
|
1028
1028
|
var c = a ? a[s] : s;
|
|
1029
1029
|
r = n(r, t[c], c, t);
|
|
@@ -1032,11 +1032,11 @@ function ci(e) {
|
|
|
1032
1032
|
};
|
|
1033
1033
|
return function(e, n, r, i) {
|
|
1034
1034
|
var a = arguments.length >= 3;
|
|
1035
|
-
return t(e,
|
|
1035
|
+
return t(e, fn(n, i, 4), r, a);
|
|
1036
1036
|
};
|
|
1037
1037
|
}
|
|
1038
1038
|
var li = t((() => {
|
|
1039
|
-
dr(),
|
|
1039
|
+
dr(), Y(), pn();
|
|
1040
1040
|
})), ui, di = t((() => {
|
|
1041
1041
|
li(), ui = ci(1);
|
|
1042
1042
|
})), fi, pi = t((() => {
|
|
@@ -1046,61 +1046,61 @@ var li = t((() => {
|
|
|
1046
1046
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/filter.js
|
|
1047
1047
|
function mi(e, t, n) {
|
|
1048
1048
|
var r = [];
|
|
1049
|
-
return t =
|
|
1049
|
+
return t = vn(t, n), ii(e, function(e, n, i) {
|
|
1050
1050
|
t(e, n, i) && r.push(e);
|
|
1051
1051
|
}), r;
|
|
1052
1052
|
}
|
|
1053
1053
|
var hi = t((() => {
|
|
1054
|
-
|
|
1054
|
+
yn(), ai();
|
|
1055
1055
|
}));
|
|
1056
1056
|
//#endregion
|
|
1057
1057
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/reject.js
|
|
1058
1058
|
function gi(e, t, n) {
|
|
1059
|
-
return mi(e, Or(
|
|
1059
|
+
return mi(e, Or(vn(t)), n);
|
|
1060
1060
|
}
|
|
1061
1061
|
var _i = t((() => {
|
|
1062
|
-
hi(), kr(),
|
|
1062
|
+
hi(), kr(), yn();
|
|
1063
1063
|
}));
|
|
1064
1064
|
//#endregion
|
|
1065
1065
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/every.js
|
|
1066
1066
|
function vi(e, t, n) {
|
|
1067
|
-
t =
|
|
1068
|
-
for (var r = !
|
|
1067
|
+
t = vn(t, n);
|
|
1068
|
+
for (var r = !ur(e) && J(e), i = (r || e).length, a = 0; a < i; a++) {
|
|
1069
1069
|
var o = r ? r[a] : a;
|
|
1070
1070
|
if (!t(e[o], o, e)) return !1;
|
|
1071
1071
|
}
|
|
1072
1072
|
return !0;
|
|
1073
1073
|
}
|
|
1074
1074
|
var yi = t((() => {
|
|
1075
|
-
|
|
1075
|
+
yn(), dr(), Y();
|
|
1076
1076
|
}));
|
|
1077
1077
|
//#endregion
|
|
1078
1078
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/some.js
|
|
1079
1079
|
function bi(e, t, n) {
|
|
1080
|
-
t =
|
|
1081
|
-
for (var r = !
|
|
1080
|
+
t = vn(t, n);
|
|
1081
|
+
for (var r = !ur(e) && J(e), i = (r || e).length, a = 0; a < i; a++) {
|
|
1082
1082
|
var o = r ? r[a] : a;
|
|
1083
1083
|
if (t(e[o], o, e)) return !0;
|
|
1084
1084
|
}
|
|
1085
1085
|
return !1;
|
|
1086
1086
|
}
|
|
1087
1087
|
var xi = t((() => {
|
|
1088
|
-
|
|
1088
|
+
yn(), dr(), Y();
|
|
1089
1089
|
}));
|
|
1090
1090
|
//#endregion
|
|
1091
1091
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/contains.js
|
|
1092
1092
|
function Si(e, t, n, r) {
|
|
1093
|
-
return
|
|
1093
|
+
return ur(e) || (e = wt(e)), (typeof n != "number" || r) && (n = 0), Xr(e, t, n) >= 0;
|
|
1094
1094
|
}
|
|
1095
1095
|
var Ci = t((() => {
|
|
1096
|
-
dr(),
|
|
1096
|
+
dr(), Tt(), Zr();
|
|
1097
1097
|
})), wi, Ti = t((() => {
|
|
1098
|
-
D(),
|
|
1098
|
+
D(), G(), si(), en(), Qt(), wi = E(function(e, t, n) {
|
|
1099
1099
|
var r, i;
|
|
1100
|
-
return
|
|
1100
|
+
return W(t) ? i = t : (t = Zt(t), r = t.slice(0, -1), t = t[t.length - 1]), oi(e, function(e) {
|
|
1101
1101
|
var a = i;
|
|
1102
1102
|
if (!a) {
|
|
1103
|
-
if (r && r.length && (e =
|
|
1103
|
+
if (r && r.length && (e = $t(e, r)), e == null) return;
|
|
1104
1104
|
a = e[t];
|
|
1105
1105
|
}
|
|
1106
1106
|
return a == null ? a : a.apply(e, n);
|
|
@@ -1110,71 +1110,71 @@ var Ci = t((() => {
|
|
|
1110
1110
|
//#endregion
|
|
1111
1111
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/pluck.js
|
|
1112
1112
|
function Ei(e, t) {
|
|
1113
|
-
return oi(e,
|
|
1113
|
+
return oi(e, un(t));
|
|
1114
1114
|
}
|
|
1115
1115
|
var Di = t((() => {
|
|
1116
|
-
si(),
|
|
1116
|
+
si(), dn();
|
|
1117
1117
|
}));
|
|
1118
1118
|
//#endregion
|
|
1119
1119
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/where.js
|
|
1120
1120
|
function Oi(e, t) {
|
|
1121
|
-
return mi(e,
|
|
1121
|
+
return mi(e, cn(t));
|
|
1122
1122
|
}
|
|
1123
1123
|
var ki = t((() => {
|
|
1124
|
-
hi(),
|
|
1124
|
+
hi(), ln();
|
|
1125
1125
|
}));
|
|
1126
1126
|
//#endregion
|
|
1127
1127
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/max.js
|
|
1128
1128
|
function Ai(e, t, n) {
|
|
1129
1129
|
var r = -Infinity, i = -Infinity, a, o;
|
|
1130
1130
|
if (t == null || typeof t == "number" && typeof e[0] != "object" && e != null) {
|
|
1131
|
-
e =
|
|
1131
|
+
e = ur(e) ? e : wt(e);
|
|
1132
1132
|
for (var s = 0, c = e.length; s < c; s++) a = e[s], a != null && a > r && (r = a);
|
|
1133
|
-
} else t =
|
|
1133
|
+
} else t = vn(t, n), ii(e, function(e, n, a) {
|
|
1134
1134
|
o = t(e, n, a), (o > i || o === -Infinity && r === -Infinity) && (r = e, i = o);
|
|
1135
1135
|
});
|
|
1136
1136
|
return r;
|
|
1137
1137
|
}
|
|
1138
1138
|
var ji = t((() => {
|
|
1139
|
-
dr(),
|
|
1139
|
+
dr(), Tt(), yn(), ai();
|
|
1140
1140
|
}));
|
|
1141
1141
|
//#endregion
|
|
1142
1142
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/min.js
|
|
1143
1143
|
function Mi(e, t, n) {
|
|
1144
1144
|
var r = Infinity, i = Infinity, a, o;
|
|
1145
1145
|
if (t == null || typeof t == "number" && typeof e[0] != "object" && e != null) {
|
|
1146
|
-
e =
|
|
1146
|
+
e = ur(e) ? e : wt(e);
|
|
1147
1147
|
for (var s = 0, c = e.length; s < c; s++) a = e[s], a != null && a < r && (r = a);
|
|
1148
|
-
} else t =
|
|
1148
|
+
} else t = vn(t, n), ii(e, function(e, n, a) {
|
|
1149
1149
|
o = t(e, n, a), (o < i || o === Infinity && r === Infinity) && (r = e, i = o);
|
|
1150
1150
|
});
|
|
1151
1151
|
return r;
|
|
1152
1152
|
}
|
|
1153
1153
|
var Ni = t((() => {
|
|
1154
|
-
dr(),
|
|
1154
|
+
dr(), Tt(), yn(), ai();
|
|
1155
1155
|
}));
|
|
1156
1156
|
//#endregion
|
|
1157
1157
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/toArray.js
|
|
1158
1158
|
function Pi(e) {
|
|
1159
|
-
return e ?
|
|
1159
|
+
return e ? be(e) ? d.call(e) : z(e) ? e.match(Fi) : ur(e) ? oi(e, on) : wt(e) : [];
|
|
1160
1160
|
}
|
|
1161
1161
|
var Fi, Ii = t((() => {
|
|
1162
|
-
|
|
1162
|
+
xe(), T(), te(), dr(), si(), sn(), Tt(), Fi = /[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g;
|
|
1163
1163
|
}));
|
|
1164
1164
|
//#endregion
|
|
1165
1165
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/sample.js
|
|
1166
1166
|
function Li(e, t, n) {
|
|
1167
|
-
if (t == null || n) return
|
|
1168
|
-
var r = Pi(e), i =
|
|
1167
|
+
if (t == null || n) return ur(e) || (e = wt(e)), e[On(e.length - 1)];
|
|
1168
|
+
var r = Pi(e), i = q(r);
|
|
1169
1169
|
t = Math.max(Math.min(t, i), 0);
|
|
1170
1170
|
for (var a = i - 1, o = 0; o < t; o++) {
|
|
1171
|
-
var s =
|
|
1171
|
+
var s = On(o, a), c = r[o];
|
|
1172
1172
|
r[o] = r[s], r[s] = c;
|
|
1173
1173
|
}
|
|
1174
1174
|
return r.slice(0, t);
|
|
1175
1175
|
}
|
|
1176
1176
|
var Ri = t((() => {
|
|
1177
|
-
dr(),
|
|
1177
|
+
dr(), Tt(), Ge(), kn(), Ii();
|
|
1178
1178
|
}));
|
|
1179
1179
|
//#endregion
|
|
1180
1180
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/shuffle.js
|
|
@@ -1188,7 +1188,7 @@ var Bi = t((() => {
|
|
|
1188
1188
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/sortBy.js
|
|
1189
1189
|
function Vi(e, t, n) {
|
|
1190
1190
|
var r = 0;
|
|
1191
|
-
return t =
|
|
1191
|
+
return t = vn(t, n), Ei(oi(e, function(e, n, i) {
|
|
1192
1192
|
return {
|
|
1193
1193
|
value: e,
|
|
1194
1194
|
index: r++,
|
|
@@ -1204,31 +1204,31 @@ function Vi(e, t, n) {
|
|
|
1204
1204
|
}), "value");
|
|
1205
1205
|
}
|
|
1206
1206
|
var Hi = t((() => {
|
|
1207
|
-
|
|
1207
|
+
yn(), Di(), si();
|
|
1208
1208
|
}));
|
|
1209
1209
|
//#endregion
|
|
1210
1210
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/_group.js
|
|
1211
1211
|
function Ui(e, t) {
|
|
1212
1212
|
return function(n, r, i) {
|
|
1213
1213
|
var a = t ? [[], []] : {};
|
|
1214
|
-
return r =
|
|
1214
|
+
return r = vn(r, i), ii(n, function(t, i) {
|
|
1215
1215
|
e(a, t, r(t, i, n));
|
|
1216
1216
|
}), a;
|
|
1217
1217
|
};
|
|
1218
1218
|
}
|
|
1219
1219
|
var Wi = t((() => {
|
|
1220
|
-
|
|
1220
|
+
yn(), ai();
|
|
1221
1221
|
})), Gi, Ki = t((() => {
|
|
1222
|
-
Wi(),
|
|
1223
|
-
|
|
1222
|
+
Wi(), Ce(), Gi = Ui(function(e, t, n) {
|
|
1223
|
+
Se(e, n) ? e[n].push(t) : e[n] = [t];
|
|
1224
1224
|
});
|
|
1225
1225
|
})), qi, Ji = t((() => {
|
|
1226
1226
|
Wi(), qi = Ui(function(e, t, n) {
|
|
1227
1227
|
e[n] = t;
|
|
1228
1228
|
});
|
|
1229
1229
|
})), Yi, Xi = t((() => {
|
|
1230
|
-
Wi(),
|
|
1231
|
-
|
|
1230
|
+
Wi(), Ce(), Yi = Ui(function(e, t, n) {
|
|
1231
|
+
Se(e, n) ? e[n]++ : e[n] = 1;
|
|
1232
1232
|
});
|
|
1233
1233
|
})), Zi, Qi = t((() => {
|
|
1234
1234
|
Wi(), Zi = Ui(function(e, t, n) {
|
|
@@ -1238,10 +1238,10 @@ var Wi = t((() => {
|
|
|
1238
1238
|
//#endregion
|
|
1239
1239
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/size.js
|
|
1240
1240
|
function $i(e) {
|
|
1241
|
-
return e == null ? 0 :
|
|
1241
|
+
return e == null ? 0 : ur(e) ? e.length : J(e).length;
|
|
1242
1242
|
}
|
|
1243
1243
|
var ea = t((() => {
|
|
1244
|
-
dr(),
|
|
1244
|
+
dr(), Y();
|
|
1245
1245
|
}));
|
|
1246
1246
|
//#endregion
|
|
1247
1247
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/_keyInObj.js
|
|
@@ -1249,10 +1249,10 @@ function ta(e, t, n) {
|
|
|
1249
1249
|
return t in n;
|
|
1250
1250
|
}
|
|
1251
1251
|
var na = t((() => {})), ra, ia = t((() => {
|
|
1252
|
-
D(),
|
|
1252
|
+
D(), G(), pn(), ot(), na(), pr(), ra = E(function(e, t) {
|
|
1253
1253
|
var n = {}, r = t[0];
|
|
1254
1254
|
if (e == null) return n;
|
|
1255
|
-
|
|
1255
|
+
W(r) ? (t.length > 1 && (r = fn(r, t[1])), t = at(e)) : (r = ta, t = fr(t, !1, !1), e = Object(e));
|
|
1256
1256
|
for (var i = 0, a = t.length; i < a; i++) {
|
|
1257
1257
|
var o = t[i], s = e[o];
|
|
1258
1258
|
r(s, o, e) && (n[o] = s);
|
|
@@ -1260,9 +1260,9 @@ var na = t((() => {})), ra, ia = t((() => {
|
|
|
1260
1260
|
return n;
|
|
1261
1261
|
});
|
|
1262
1262
|
})), aa, oa = t((() => {
|
|
1263
|
-
D(),
|
|
1263
|
+
D(), G(), kr(), si(), pr(), Ci(), ia(), aa = E(function(e, t) {
|
|
1264
1264
|
var n = t[0], r;
|
|
1265
|
-
return
|
|
1265
|
+
return W(n) ? (n = Or(n), t.length > 1 && (r = t[1])) : (t = oi(fr(t, !1, !1), String), n = function(e, n) {
|
|
1266
1266
|
return !Si(t, n);
|
|
1267
1267
|
}), ra(e, n, r);
|
|
1268
1268
|
});
|
|
@@ -1328,15 +1328,15 @@ var va = t((() => {
|
|
|
1328
1328
|
//#endregion
|
|
1329
1329
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/uniq.js
|
|
1330
1330
|
function Ca(e, t, n, r) {
|
|
1331
|
-
|
|
1332
|
-
for (var i = [], a = [], o = 0, s =
|
|
1331
|
+
P(t) || (r = n, n = t, t = !1), n != null && (n = vn(n, r));
|
|
1332
|
+
for (var i = [], a = [], o = 0, s = q(e); o < s; o++) {
|
|
1333
1333
|
var c = e[o], l = n ? n(c, o, e) : c;
|
|
1334
1334
|
t && !n ? ((!o || a !== l) && i.push(c), a = l) : n ? Si(a, l) || (a.push(l), i.push(c)) : Si(i, c) || i.push(c);
|
|
1335
1335
|
}
|
|
1336
1336
|
return i;
|
|
1337
1337
|
}
|
|
1338
1338
|
var wa = t((() => {
|
|
1339
|
-
|
|
1339
|
+
F(), yn(), Ge(), Ci();
|
|
1340
1340
|
})), Ta, Ea = t((() => {
|
|
1341
1341
|
D(), wa(), pr(), Ta = E(function(e) {
|
|
1342
1342
|
return Ca(fr(e, !0, !0));
|
|
@@ -1345,7 +1345,7 @@ var wa = t((() => {
|
|
|
1345
1345
|
//#endregion
|
|
1346
1346
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/intersection.js
|
|
1347
1347
|
function Da(e) {
|
|
1348
|
-
for (var t = [], n = arguments.length, r = 0, i =
|
|
1348
|
+
for (var t = [], n = arguments.length, r = 0, i = q(e); r < i; r++) {
|
|
1349
1349
|
var a = e[r];
|
|
1350
1350
|
if (!Si(t, a)) {
|
|
1351
1351
|
var o;
|
|
@@ -1356,27 +1356,27 @@ function Da(e) {
|
|
|
1356
1356
|
return t;
|
|
1357
1357
|
}
|
|
1358
1358
|
var Oa = t((() => {
|
|
1359
|
-
|
|
1359
|
+
Ge(), Ci();
|
|
1360
1360
|
}));
|
|
1361
1361
|
//#endregion
|
|
1362
1362
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/unzip.js
|
|
1363
1363
|
function ka(e) {
|
|
1364
|
-
for (var t = e && Ai(e,
|
|
1364
|
+
for (var t = e && Ai(e, q).length || 0, n = Array(t), r = 0; r < t; r++) n[r] = Ei(e, r);
|
|
1365
1365
|
return n;
|
|
1366
1366
|
}
|
|
1367
1367
|
var Aa = t((() => {
|
|
1368
|
-
ji(),
|
|
1368
|
+
ji(), Ge(), Di();
|
|
1369
1369
|
})), ja, Ma = t((() => {
|
|
1370
1370
|
D(), Aa(), ja = E(ka);
|
|
1371
1371
|
}));
|
|
1372
1372
|
//#endregion
|
|
1373
1373
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/object.js
|
|
1374
1374
|
function Na(e, t) {
|
|
1375
|
-
for (var n = {}, r = 0, i =
|
|
1375
|
+
for (var n = {}, r = 0, i = q(e); r < i; r++) t ? n[e[r]] = t[r] : n[e[r][0]] = e[r][1];
|
|
1376
1376
|
return n;
|
|
1377
1377
|
}
|
|
1378
1378
|
var Pa = t((() => {
|
|
1379
|
-
|
|
1379
|
+
Ge();
|
|
1380
1380
|
}));
|
|
1381
1381
|
//#endregion
|
|
1382
1382
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/range.js
|
|
@@ -1399,26 +1399,26 @@ var Ra = t((() => {
|
|
|
1399
1399
|
//#endregion
|
|
1400
1400
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/_chainResult.js
|
|
1401
1401
|
function za(e, t) {
|
|
1402
|
-
return e._chain ?
|
|
1402
|
+
return e._chain ? X(t).chain() : t;
|
|
1403
1403
|
}
|
|
1404
1404
|
var Ba = t((() => {
|
|
1405
|
-
|
|
1405
|
+
$e();
|
|
1406
1406
|
}));
|
|
1407
1407
|
//#endregion
|
|
1408
1408
|
//#region ../../node_modules/.pnpm/underscore@1.13.8/node_modules/underscore/modules/mixin.js
|
|
1409
1409
|
function Va(e) {
|
|
1410
|
-
return ii(
|
|
1411
|
-
var n =
|
|
1412
|
-
|
|
1410
|
+
return ii(At(e), function(t) {
|
|
1411
|
+
var n = X[t] = e[t];
|
|
1412
|
+
X.prototype[t] = function() {
|
|
1413
1413
|
var e = [this._wrapped];
|
|
1414
|
-
return u.apply(e, arguments), za(this, n.apply(
|
|
1414
|
+
return u.apply(e, arguments), za(this, n.apply(X, e));
|
|
1415
1415
|
};
|
|
1416
|
-
}),
|
|
1416
|
+
}), X;
|
|
1417
1417
|
}
|
|
1418
1418
|
var Ha = t((() => {
|
|
1419
|
-
|
|
1419
|
+
$e(), ai(), jt(), T(), Ba();
|
|
1420
1420
|
})), Ua, Wa = t((() => {
|
|
1421
|
-
|
|
1421
|
+
$e(), ai(), T(), Ba(), ii([
|
|
1422
1422
|
"pop",
|
|
1423
1423
|
"push",
|
|
1424
1424
|
"reverse",
|
|
@@ -1428,7 +1428,7 @@ var Ha = t((() => {
|
|
|
1428
1428
|
"unshift"
|
|
1429
1429
|
], function(e) {
|
|
1430
1430
|
var t = s[e];
|
|
1431
|
-
|
|
1431
|
+
X.prototype[e] = function() {
|
|
1432
1432
|
var n = this._wrapped;
|
|
1433
1433
|
return n != null && (t.apply(n, arguments), (e === "shift" || e === "splice") && n.length === 0 && delete n[0]), za(this, n);
|
|
1434
1434
|
};
|
|
@@ -1438,44 +1438,44 @@ var Ha = t((() => {
|
|
|
1438
1438
|
"slice"
|
|
1439
1439
|
], function(e) {
|
|
1440
1440
|
var t = s[e];
|
|
1441
|
-
|
|
1441
|
+
X.prototype[e] = function() {
|
|
1442
1442
|
var e = this._wrapped;
|
|
1443
1443
|
return e != null && (e = t.apply(e, arguments)), za(this, e);
|
|
1444
1444
|
};
|
|
1445
|
-
}), Ua =
|
|
1445
|
+
}), Ua = X;
|
|
1446
1446
|
})), Ga = /* @__PURE__ */ n({
|
|
1447
1447
|
VERSION: () => a,
|
|
1448
1448
|
after: () => Mr,
|
|
1449
1449
|
all: () => vi,
|
|
1450
|
-
allKeys: () =>
|
|
1450
|
+
allKeys: () => at,
|
|
1451
1451
|
any: () => bi,
|
|
1452
|
-
assign: () =>
|
|
1452
|
+
assign: () => It,
|
|
1453
1453
|
before: () => Pr,
|
|
1454
|
-
bind: () =>
|
|
1454
|
+
bind: () => cr,
|
|
1455
1455
|
bindAll: () => mr,
|
|
1456
|
-
chain: () =>
|
|
1456
|
+
chain: () => nr,
|
|
1457
1457
|
chunk: () => La,
|
|
1458
|
-
clone: () =>
|
|
1458
|
+
clone: () => Gt,
|
|
1459
1459
|
collect: () => oi,
|
|
1460
1460
|
compact: () => ha,
|
|
1461
1461
|
compose: () => Ar,
|
|
1462
|
-
constant: () =>
|
|
1462
|
+
constant: () => je,
|
|
1463
1463
|
contains: () => Si,
|
|
1464
1464
|
countBy: () => Yi,
|
|
1465
|
-
create: () =>
|
|
1465
|
+
create: () => Ut,
|
|
1466
1466
|
debounce: () => wr,
|
|
1467
1467
|
default: () => Ua,
|
|
1468
|
-
defaults: () =>
|
|
1468
|
+
defaults: () => Rt,
|
|
1469
1469
|
defer: () => br,
|
|
1470
1470
|
delay: () => vr,
|
|
1471
1471
|
detect: () => ei,
|
|
1472
1472
|
difference: () => ya,
|
|
1473
1473
|
drop: () => da,
|
|
1474
1474
|
each: () => ii,
|
|
1475
|
-
escape: () =>
|
|
1475
|
+
escape: () => In,
|
|
1476
1476
|
every: () => vi,
|
|
1477
|
-
extend: () =>
|
|
1478
|
-
extendOwn: () =>
|
|
1477
|
+
extend: () => Pt,
|
|
1478
|
+
extendOwn: () => It,
|
|
1479
1479
|
filter: () => mi,
|
|
1480
1480
|
find: () => ei,
|
|
1481
1481
|
findIndex: () => Hr,
|
|
@@ -1487,12 +1487,12 @@ var Ha = t((() => {
|
|
|
1487
1487
|
foldl: () => ui,
|
|
1488
1488
|
foldr: () => fi,
|
|
1489
1489
|
forEach: () => ii,
|
|
1490
|
-
functions: () =>
|
|
1491
|
-
get: () =>
|
|
1490
|
+
functions: () => At,
|
|
1491
|
+
get: () => tn,
|
|
1492
1492
|
groupBy: () => Gi,
|
|
1493
|
-
has: () =>
|
|
1493
|
+
has: () => rn,
|
|
1494
1494
|
head: () => la,
|
|
1495
|
-
identity: () =>
|
|
1495
|
+
identity: () => on,
|
|
1496
1496
|
include: () => Si,
|
|
1497
1497
|
includes: () => Si,
|
|
1498
1498
|
indexBy: () => qi,
|
|
@@ -1500,68 +1500,68 @@ var Ha = t((() => {
|
|
|
1500
1500
|
initial: () => sa,
|
|
1501
1501
|
inject: () => ui,
|
|
1502
1502
|
intersection: () => Da,
|
|
1503
|
-
invert: () =>
|
|
1503
|
+
invert: () => Ot,
|
|
1504
1504
|
invoke: () => wi,
|
|
1505
|
-
isArguments: () =>
|
|
1506
|
-
isArray: () =>
|
|
1507
|
-
isArrayBuffer: () =>
|
|
1508
|
-
isBoolean: () =>
|
|
1509
|
-
isDataView: () =>
|
|
1510
|
-
isDate: () =>
|
|
1511
|
-
isElement: () =>
|
|
1512
|
-
isEmpty: () =>
|
|
1513
|
-
isEqual: () =>
|
|
1514
|
-
isError: () =>
|
|
1515
|
-
isFinite: () =>
|
|
1516
|
-
isFunction: () =>
|
|
1517
|
-
isMap: () =>
|
|
1518
|
-
isMatch: () =>
|
|
1519
|
-
isNaN: () =>
|
|
1505
|
+
isArguments: () => Te,
|
|
1506
|
+
isArray: () => be,
|
|
1507
|
+
isArrayBuffer: () => U,
|
|
1508
|
+
isBoolean: () => P,
|
|
1509
|
+
isDataView: () => ve,
|
|
1510
|
+
isDate: () => re,
|
|
1511
|
+
isElement: () => I,
|
|
1512
|
+
isEmpty: () => Ye,
|
|
1513
|
+
isEqual: () => nt,
|
|
1514
|
+
isError: () => oe,
|
|
1515
|
+
isFinite: () => De,
|
|
1516
|
+
isFunction: () => W,
|
|
1517
|
+
isMap: () => gt,
|
|
1518
|
+
isMatch: () => Ze,
|
|
1519
|
+
isNaN: () => ke,
|
|
1520
1520
|
isNull: () => A,
|
|
1521
|
-
isNumber: () =>
|
|
1521
|
+
isNumber: () => ne,
|
|
1522
1522
|
isObject: () => O,
|
|
1523
|
-
isRegExp: () =>
|
|
1524
|
-
isSet: () =>
|
|
1525
|
-
isString: () =>
|
|
1526
|
-
isSymbol: () =>
|
|
1527
|
-
isTypedArray: () =>
|
|
1523
|
+
isRegExp: () => ae,
|
|
1524
|
+
isSet: () => bt,
|
|
1525
|
+
isString: () => z,
|
|
1526
|
+
isSymbol: () => ce,
|
|
1527
|
+
isTypedArray: () => Ue,
|
|
1528
1528
|
isUndefined: () => M,
|
|
1529
|
-
isWeakMap: () =>
|
|
1530
|
-
isWeakSet: () =>
|
|
1531
|
-
iteratee: () =>
|
|
1532
|
-
keys: () =>
|
|
1529
|
+
isWeakMap: () => vt,
|
|
1530
|
+
isWeakSet: () => St,
|
|
1531
|
+
iteratee: () => gn,
|
|
1532
|
+
keys: () => J,
|
|
1533
1533
|
last: () => pa,
|
|
1534
1534
|
lastIndexOf: () => Qr,
|
|
1535
1535
|
map: () => oi,
|
|
1536
|
-
mapObject: () =>
|
|
1537
|
-
matcher: () =>
|
|
1538
|
-
matches: () =>
|
|
1536
|
+
mapObject: () => bn,
|
|
1537
|
+
matcher: () => cn,
|
|
1538
|
+
matches: () => cn,
|
|
1539
1539
|
max: () => Ai,
|
|
1540
1540
|
memoize: () => gr,
|
|
1541
|
-
methods: () =>
|
|
1541
|
+
methods: () => At,
|
|
1542
1542
|
min: () => Mi,
|
|
1543
1543
|
mixin: () => Va,
|
|
1544
1544
|
negate: () => Or,
|
|
1545
|
-
noop: () =>
|
|
1546
|
-
now: () =>
|
|
1545
|
+
noop: () => Sn,
|
|
1546
|
+
now: () => An,
|
|
1547
1547
|
object: () => Na,
|
|
1548
1548
|
omit: () => aa,
|
|
1549
1549
|
once: () => Ir,
|
|
1550
|
-
pairs: () =>
|
|
1551
|
-
partial: () =>
|
|
1550
|
+
pairs: () => Et,
|
|
1551
|
+
partial: () => or,
|
|
1552
1552
|
partition: () => Zi,
|
|
1553
1553
|
pick: () => ra,
|
|
1554
1554
|
pluck: () => Ei,
|
|
1555
|
-
property: () =>
|
|
1556
|
-
propertyOf: () =>
|
|
1557
|
-
random: () =>
|
|
1555
|
+
property: () => un,
|
|
1556
|
+
propertyOf: () => wn,
|
|
1557
|
+
random: () => On,
|
|
1558
1558
|
range: () => Fa,
|
|
1559
1559
|
reduce: () => ui,
|
|
1560
1560
|
reduceRight: () => fi,
|
|
1561
1561
|
reject: () => gi,
|
|
1562
1562
|
rest: () => da,
|
|
1563
1563
|
restArguments: () => E,
|
|
1564
|
-
result: () =>
|
|
1564
|
+
result: () => Zn,
|
|
1565
1565
|
sample: () => Li,
|
|
1566
1566
|
select: () => mi,
|
|
1567
1567
|
shuffle: () => zi,
|
|
@@ -1571,62 +1571,62 @@ var Ha = t((() => {
|
|
|
1571
1571
|
sortedIndex: () => Kr,
|
|
1572
1572
|
tail: () => da,
|
|
1573
1573
|
take: () => la,
|
|
1574
|
-
tap: () =>
|
|
1575
|
-
template: () =>
|
|
1576
|
-
templateSettings: () =>
|
|
1574
|
+
tap: () => qt,
|
|
1575
|
+
template: () => Gn,
|
|
1576
|
+
templateSettings: () => Hn,
|
|
1577
1577
|
throttle: () => Sr,
|
|
1578
|
-
times: () =>
|
|
1578
|
+
times: () => En,
|
|
1579
1579
|
toArray: () => Pi,
|
|
1580
|
-
toPath: () =>
|
|
1580
|
+
toPath: () => Yt,
|
|
1581
1581
|
transpose: () => ka,
|
|
1582
|
-
unescape: () =>
|
|
1582
|
+
unescape: () => Bn,
|
|
1583
1583
|
union: () => Ta,
|
|
1584
1584
|
uniq: () => Ca,
|
|
1585
1585
|
unique: () => Ca,
|
|
1586
|
-
uniqueId: () =>
|
|
1586
|
+
uniqueId: () => $n,
|
|
1587
1587
|
unzip: () => ka,
|
|
1588
|
-
values: () =>
|
|
1588
|
+
values: () => wt,
|
|
1589
1589
|
where: () => Oi,
|
|
1590
1590
|
without: () => xa,
|
|
1591
1591
|
wrap: () => Er,
|
|
1592
1592
|
zip: () => ja
|
|
1593
1593
|
}), Ka = t((() => {
|
|
1594
|
-
T(), D(), k(), j(),
|
|
1594
|
+
T(), D(), k(), j(), N(), F(), ee(), te(), B(), ie(), V(), se(), H(), le(), ye(), xe(), G(), Ee(), Oe(), Ae(), We(), Xe(), Qe(), it(), _t(), yt(), xt(), Ct(), Y(), ot(), Tt(), Dt(), kt(), jt(), Ft(), Lt(), zt(), Wt(), Kt(), Jt(), nn(), an(), xn(), sn(), Me(), Cn(), Xt(), dn(), Tn(), ln(), Dn(), kn(), jn(), Ln(), Vn(), Un(), Xn(), Qn(), tr(), rr(), _n(), sr(), lr(), hr(), _r(), yr(), xr(), Cr(), Tr(), Dr(), kr(), jr(), Nr(), Fr(), Lr(), zr(), Ur(), Gr(), qr(), Zr(), $r(), ti(), ri(), ai(), si(), di(), pi(), hi(), _i(), yi(), xi(), Ci(), Ti(), Di(), ki(), ji(), Ni(), Bi(), Ri(), Hi(), Ki(), Ji(), Xi(), Qi(), Ii(), ea(), ia(), oa(), ua(), ca(), ma(), fa(), ga(), va(), Sa(), wa(), Ea(), Oa(), ba(), Aa(), Ma(), Pa(), Ia(), Ra(), Ha(), Wa();
|
|
1595
1595
|
})), qa, Ja = t((() => {
|
|
1596
1596
|
Ka(), qa = Va(Ga), qa._ = qa;
|
|
1597
1597
|
})), Z = /* @__PURE__ */ n({
|
|
1598
1598
|
VERSION: () => a,
|
|
1599
1599
|
after: () => Mr,
|
|
1600
1600
|
all: () => vi,
|
|
1601
|
-
allKeys: () =>
|
|
1601
|
+
allKeys: () => at,
|
|
1602
1602
|
any: () => bi,
|
|
1603
|
-
assign: () =>
|
|
1603
|
+
assign: () => It,
|
|
1604
1604
|
before: () => Pr,
|
|
1605
|
-
bind: () =>
|
|
1605
|
+
bind: () => cr,
|
|
1606
1606
|
bindAll: () => mr,
|
|
1607
|
-
chain: () =>
|
|
1607
|
+
chain: () => nr,
|
|
1608
1608
|
chunk: () => La,
|
|
1609
|
-
clone: () =>
|
|
1609
|
+
clone: () => Gt,
|
|
1610
1610
|
collect: () => oi,
|
|
1611
1611
|
compact: () => ha,
|
|
1612
1612
|
compose: () => Ar,
|
|
1613
|
-
constant: () =>
|
|
1613
|
+
constant: () => je,
|
|
1614
1614
|
contains: () => Si,
|
|
1615
1615
|
countBy: () => Yi,
|
|
1616
|
-
create: () =>
|
|
1616
|
+
create: () => Ut,
|
|
1617
1617
|
debounce: () => wr,
|
|
1618
1618
|
default: () => qa,
|
|
1619
|
-
defaults: () =>
|
|
1619
|
+
defaults: () => Rt,
|
|
1620
1620
|
defer: () => br,
|
|
1621
1621
|
delay: () => vr,
|
|
1622
1622
|
detect: () => ei,
|
|
1623
1623
|
difference: () => ya,
|
|
1624
1624
|
drop: () => da,
|
|
1625
1625
|
each: () => ii,
|
|
1626
|
-
escape: () =>
|
|
1626
|
+
escape: () => In,
|
|
1627
1627
|
every: () => vi,
|
|
1628
|
-
extend: () =>
|
|
1629
|
-
extendOwn: () =>
|
|
1628
|
+
extend: () => Pt,
|
|
1629
|
+
extendOwn: () => It,
|
|
1630
1630
|
filter: () => mi,
|
|
1631
1631
|
find: () => ei,
|
|
1632
1632
|
findIndex: () => Hr,
|
|
@@ -1638,12 +1638,12 @@ var Ha = t((() => {
|
|
|
1638
1638
|
foldl: () => ui,
|
|
1639
1639
|
foldr: () => fi,
|
|
1640
1640
|
forEach: () => ii,
|
|
1641
|
-
functions: () =>
|
|
1642
|
-
get: () =>
|
|
1641
|
+
functions: () => At,
|
|
1642
|
+
get: () => tn,
|
|
1643
1643
|
groupBy: () => Gi,
|
|
1644
|
-
has: () =>
|
|
1644
|
+
has: () => rn,
|
|
1645
1645
|
head: () => la,
|
|
1646
|
-
identity: () =>
|
|
1646
|
+
identity: () => on,
|
|
1647
1647
|
include: () => Si,
|
|
1648
1648
|
includes: () => Si,
|
|
1649
1649
|
indexBy: () => qi,
|
|
@@ -1651,68 +1651,68 @@ var Ha = t((() => {
|
|
|
1651
1651
|
initial: () => sa,
|
|
1652
1652
|
inject: () => ui,
|
|
1653
1653
|
intersection: () => Da,
|
|
1654
|
-
invert: () =>
|
|
1654
|
+
invert: () => Ot,
|
|
1655
1655
|
invoke: () => wi,
|
|
1656
|
-
isArguments: () =>
|
|
1657
|
-
isArray: () =>
|
|
1658
|
-
isArrayBuffer: () =>
|
|
1659
|
-
isBoolean: () =>
|
|
1660
|
-
isDataView: () =>
|
|
1661
|
-
isDate: () =>
|
|
1662
|
-
isElement: () =>
|
|
1663
|
-
isEmpty: () =>
|
|
1664
|
-
isEqual: () =>
|
|
1665
|
-
isError: () =>
|
|
1666
|
-
isFinite: () =>
|
|
1667
|
-
isFunction: () =>
|
|
1668
|
-
isMap: () =>
|
|
1669
|
-
isMatch: () =>
|
|
1670
|
-
isNaN: () =>
|
|
1656
|
+
isArguments: () => Te,
|
|
1657
|
+
isArray: () => be,
|
|
1658
|
+
isArrayBuffer: () => U,
|
|
1659
|
+
isBoolean: () => P,
|
|
1660
|
+
isDataView: () => ve,
|
|
1661
|
+
isDate: () => re,
|
|
1662
|
+
isElement: () => I,
|
|
1663
|
+
isEmpty: () => Ye,
|
|
1664
|
+
isEqual: () => nt,
|
|
1665
|
+
isError: () => oe,
|
|
1666
|
+
isFinite: () => De,
|
|
1667
|
+
isFunction: () => W,
|
|
1668
|
+
isMap: () => gt,
|
|
1669
|
+
isMatch: () => Ze,
|
|
1670
|
+
isNaN: () => ke,
|
|
1671
1671
|
isNull: () => A,
|
|
1672
|
-
isNumber: () =>
|
|
1672
|
+
isNumber: () => ne,
|
|
1673
1673
|
isObject: () => O,
|
|
1674
|
-
isRegExp: () =>
|
|
1675
|
-
isSet: () =>
|
|
1676
|
-
isString: () =>
|
|
1677
|
-
isSymbol: () =>
|
|
1678
|
-
isTypedArray: () =>
|
|
1674
|
+
isRegExp: () => ae,
|
|
1675
|
+
isSet: () => bt,
|
|
1676
|
+
isString: () => z,
|
|
1677
|
+
isSymbol: () => ce,
|
|
1678
|
+
isTypedArray: () => Ue,
|
|
1679
1679
|
isUndefined: () => M,
|
|
1680
|
-
isWeakMap: () =>
|
|
1681
|
-
isWeakSet: () =>
|
|
1682
|
-
iteratee: () =>
|
|
1683
|
-
keys: () =>
|
|
1680
|
+
isWeakMap: () => vt,
|
|
1681
|
+
isWeakSet: () => St,
|
|
1682
|
+
iteratee: () => gn,
|
|
1683
|
+
keys: () => J,
|
|
1684
1684
|
last: () => pa,
|
|
1685
1685
|
lastIndexOf: () => Qr,
|
|
1686
1686
|
map: () => oi,
|
|
1687
|
-
mapObject: () =>
|
|
1688
|
-
matcher: () =>
|
|
1689
|
-
matches: () =>
|
|
1687
|
+
mapObject: () => bn,
|
|
1688
|
+
matcher: () => cn,
|
|
1689
|
+
matches: () => cn,
|
|
1690
1690
|
max: () => Ai,
|
|
1691
1691
|
memoize: () => gr,
|
|
1692
|
-
methods: () =>
|
|
1692
|
+
methods: () => At,
|
|
1693
1693
|
min: () => Mi,
|
|
1694
1694
|
mixin: () => Va,
|
|
1695
1695
|
negate: () => Or,
|
|
1696
|
-
noop: () =>
|
|
1697
|
-
now: () =>
|
|
1696
|
+
noop: () => Sn,
|
|
1697
|
+
now: () => An,
|
|
1698
1698
|
object: () => Na,
|
|
1699
1699
|
omit: () => aa,
|
|
1700
1700
|
once: () => Ir,
|
|
1701
|
-
pairs: () =>
|
|
1702
|
-
partial: () =>
|
|
1701
|
+
pairs: () => Et,
|
|
1702
|
+
partial: () => or,
|
|
1703
1703
|
partition: () => Zi,
|
|
1704
1704
|
pick: () => ra,
|
|
1705
1705
|
pluck: () => Ei,
|
|
1706
|
-
property: () =>
|
|
1707
|
-
propertyOf: () =>
|
|
1708
|
-
random: () =>
|
|
1706
|
+
property: () => un,
|
|
1707
|
+
propertyOf: () => wn,
|
|
1708
|
+
random: () => On,
|
|
1709
1709
|
range: () => Fa,
|
|
1710
1710
|
reduce: () => ui,
|
|
1711
1711
|
reduceRight: () => fi,
|
|
1712
1712
|
reject: () => gi,
|
|
1713
1713
|
rest: () => da,
|
|
1714
1714
|
restArguments: () => E,
|
|
1715
|
-
result: () =>
|
|
1715
|
+
result: () => Zn,
|
|
1716
1716
|
sample: () => Li,
|
|
1717
1717
|
select: () => mi,
|
|
1718
1718
|
shuffle: () => zi,
|
|
@@ -1722,21 +1722,21 @@ var Ha = t((() => {
|
|
|
1722
1722
|
sortedIndex: () => Kr,
|
|
1723
1723
|
tail: () => da,
|
|
1724
1724
|
take: () => la,
|
|
1725
|
-
tap: () =>
|
|
1726
|
-
template: () =>
|
|
1727
|
-
templateSettings: () =>
|
|
1725
|
+
tap: () => qt,
|
|
1726
|
+
template: () => Gn,
|
|
1727
|
+
templateSettings: () => Hn,
|
|
1728
1728
|
throttle: () => Sr,
|
|
1729
|
-
times: () =>
|
|
1729
|
+
times: () => En,
|
|
1730
1730
|
toArray: () => Pi,
|
|
1731
|
-
toPath: () =>
|
|
1731
|
+
toPath: () => Yt,
|
|
1732
1732
|
transpose: () => ka,
|
|
1733
|
-
unescape: () =>
|
|
1733
|
+
unescape: () => Bn,
|
|
1734
1734
|
union: () => Ta,
|
|
1735
1735
|
uniq: () => Ca,
|
|
1736
1736
|
unique: () => Ca,
|
|
1737
|
-
uniqueId: () =>
|
|
1737
|
+
uniqueId: () => $n,
|
|
1738
1738
|
unzip: () => ka,
|
|
1739
|
-
values: () =>
|
|
1739
|
+
values: () => wt,
|
|
1740
1740
|
where: () => Oi,
|
|
1741
1741
|
without: () => xa,
|
|
1742
1742
|
wrap: () => Er,
|
|
@@ -1970,30 +1970,30 @@ var Ha = t((() => {
|
|
|
1970
1970
|
return n.isArray(e) ? e : null;
|
|
1971
1971
|
};
|
|
1972
1972
|
if (typeof Symbol < "u" && Symbol.iterator) {
|
|
1973
|
-
var
|
|
1973
|
+
var N = typeof Array.from == "function" ? function(e) {
|
|
1974
1974
|
return Array.from(e);
|
|
1975
1975
|
} : function(e) {
|
|
1976
1976
|
for (var t = [], n = e[Symbol.iterator](), r; !(r = n.next()).done;) t.push(r.value);
|
|
1977
1977
|
return t;
|
|
1978
1978
|
};
|
|
1979
1979
|
M = function(e) {
|
|
1980
|
-
return n.isArray(e) ? e : e != null && typeof e[Symbol.iterator] == "function" ?
|
|
1980
|
+
return n.isArray(e) ? e : e != null && typeof e[Symbol.iterator] == "function" ? N(e) : null;
|
|
1981
1981
|
};
|
|
1982
1982
|
}
|
|
1983
|
-
var
|
|
1984
|
-
function
|
|
1985
|
-
return
|
|
1983
|
+
var P = typeof process < "u" && A(process).toLowerCase() === "[object process]", F = typeof process < "u" && process.env !== void 0;
|
|
1984
|
+
function I(e) {
|
|
1985
|
+
return F ? process.env[e] : void 0;
|
|
1986
1986
|
}
|
|
1987
|
-
function
|
|
1987
|
+
function ee() {
|
|
1988
1988
|
if (typeof Promise == "function") try {
|
|
1989
1989
|
var e = new Promise(function() {});
|
|
1990
1990
|
if ({}.toString.call(e) === "[object Promise]") return Promise;
|
|
1991
1991
|
} catch {}
|
|
1992
1992
|
}
|
|
1993
|
-
function
|
|
1993
|
+
function L(e, t) {
|
|
1994
1994
|
return e.bind(t);
|
|
1995
1995
|
}
|
|
1996
|
-
var
|
|
1996
|
+
var R = {
|
|
1997
1997
|
isClass: y,
|
|
1998
1998
|
isIdentifier: S,
|
|
1999
1999
|
inheritedDataKeys: _,
|
|
@@ -2021,23 +2021,23 @@ var Ha = t((() => {
|
|
|
2021
2021
|
classString: A,
|
|
2022
2022
|
copyDescriptors: j,
|
|
2023
2023
|
hasDevTools: typeof chrome < "u" && chrome && typeof chrome.loadTimes == "function",
|
|
2024
|
-
isNode:
|
|
2025
|
-
hasEnvVariables:
|
|
2026
|
-
env:
|
|
2024
|
+
isNode: P,
|
|
2025
|
+
hasEnvVariables: F,
|
|
2026
|
+
env: I,
|
|
2027
2027
|
global: o,
|
|
2028
|
-
getNativePromise:
|
|
2029
|
-
domainBind:
|
|
2028
|
+
getNativePromise: ee,
|
|
2029
|
+
domainBind: L
|
|
2030
2030
|
};
|
|
2031
|
-
|
|
2031
|
+
R.isRecentNode = R.isNode && (function() {
|
|
2032
2032
|
var e = process.versions.node.split(".").map(Number);
|
|
2033
2033
|
return e[0] === 0 && e[1] > 10 || e[0] > 0;
|
|
2034
|
-
})(),
|
|
2034
|
+
})(), R.isNode && R.toFastProperties(process);
|
|
2035
2035
|
try {
|
|
2036
2036
|
throw Error();
|
|
2037
2037
|
} catch (e) {
|
|
2038
|
-
|
|
2038
|
+
R.lastLineError = e;
|
|
2039
2039
|
}
|
|
2040
|
-
t.exports =
|
|
2040
|
+
t.exports = R;
|
|
2041
2041
|
})), Xa = /* @__PURE__ */ r(((e, t) => {
|
|
2042
2042
|
var n = $(), r, i = function() {
|
|
2043
2043
|
throw Error("No async scheduler available\n\n See http://goo.gl/MqrFmX\n");
|
|
@@ -2422,7 +2422,7 @@ var Ha = t((() => {
|
|
|
2422
2422
|
}, e.prototype._ensurePossibleRejectionHandled = function() {
|
|
2423
2423
|
this._bitField & 524288 || (this._setRejectionIsUnhandled(), r.invokeLater(this._notifyUnhandledRejection, this, void 0));
|
|
2424
2424
|
}, e.prototype._notifyUnhandledRejectionIsHandled = function() {
|
|
2425
|
-
|
|
2425
|
+
oe("rejectionHandled", s, void 0, this);
|
|
2426
2426
|
}, e.prototype._setReturnedNonUndefined = function() {
|
|
2427
2427
|
this._bitField |= 268435456;
|
|
2428
2428
|
}, e.prototype._returnedNonUndefined = function() {
|
|
@@ -2430,7 +2430,7 @@ var Ha = t((() => {
|
|
|
2430
2430
|
}, e.prototype._notifyUnhandledRejection = function() {
|
|
2431
2431
|
if (this._isRejectionUnhandled()) {
|
|
2432
2432
|
var e = this._settledValue();
|
|
2433
|
-
this._setUnhandledRejectionIsNotified(),
|
|
2433
|
+
this._setUnhandledRejectionIsNotified(), oe("unhandledRejection", c, e, this);
|
|
2434
2434
|
}
|
|
2435
2435
|
}, e.prototype._setUnhandledRejectionIsNotified = function() {
|
|
2436
2436
|
this._bitField |= 262144;
|
|
@@ -2445,7 +2445,7 @@ var Ha = t((() => {
|
|
|
2445
2445
|
}, e.prototype._isRejectionUnhandled = function() {
|
|
2446
2446
|
return (this._bitField & 1048576) > 0;
|
|
2447
2447
|
}, e.prototype._warn = function(e, t, n) {
|
|
2448
|
-
return
|
|
2448
|
+
return z(e, t, n || this);
|
|
2449
2449
|
}, e.onPossiblyUnhandledRejection = function(e) {
|
|
2450
2450
|
var t = n();
|
|
2451
2451
|
c = typeof e == "function" ? t === null ? e : a.domainBind(t, e) : void 0;
|
|
@@ -2455,16 +2455,16 @@ var Ha = t((() => {
|
|
|
2455
2455
|
};
|
|
2456
2456
|
var b = function() {};
|
|
2457
2457
|
e.longStackTraces = function() {
|
|
2458
|
-
if (r.haveItemsQueued() && !
|
|
2459
|
-
if (!
|
|
2458
|
+
if (r.haveItemsQueued() && !K.longStackTraces) throw Error("cannot enable long stack traces after promises have been created\n\n See http://goo.gl/MqrFmX\n");
|
|
2459
|
+
if (!K.longStackTraces && H()) {
|
|
2460
2460
|
var n = e.prototype._captureStackTrace, i = e.prototype._attachExtraTrace;
|
|
2461
|
-
|
|
2462
|
-
if (r.haveItemsQueued() && !
|
|
2463
|
-
e.prototype._captureStackTrace = n, e.prototype._attachExtraTrace = i, t.deactivateLongStackTraces(), r.enableTrampoline(),
|
|
2464
|
-
}, e.prototype._captureStackTrace =
|
|
2461
|
+
K.longStackTraces = !0, b = function() {
|
|
2462
|
+
if (r.haveItemsQueued() && !K.longStackTraces) throw Error("cannot enable long stack traces after promises have been created\n\n See http://goo.gl/MqrFmX\n");
|
|
2463
|
+
e.prototype._captureStackTrace = n, e.prototype._attachExtraTrace = i, t.deactivateLongStackTraces(), r.enableTrampoline(), K.longStackTraces = !1;
|
|
2464
|
+
}, e.prototype._captureStackTrace = I, e.prototype._attachExtraTrace = ee, t.activateLongStackTraces(), r.disableTrampolineIfNecessary();
|
|
2465
2465
|
}
|
|
2466
2466
|
}, e.hasLongStackTraces = function() {
|
|
2467
|
-
return
|
|
2467
|
+
return K.longStackTraces && H();
|
|
2468
2468
|
};
|
|
2469
2469
|
var x = (function() {
|
|
2470
2470
|
try {
|
|
@@ -2547,13 +2547,13 @@ var Ha = t((() => {
|
|
|
2547
2547
|
e.config = function(t) {
|
|
2548
2548
|
if (t = Object(t), "longStackTraces" in t && (t.longStackTraces ? e.longStackTraces() : !t.longStackTraces && e.hasLongStackTraces() && b()), "warnings" in t) {
|
|
2549
2549
|
var n = t.warnings;
|
|
2550
|
-
|
|
2550
|
+
K.warnings = !!n, y = K.warnings, a.isObject(n) && "wForgottenReturn" in n && (y = !!n.wForgottenReturn);
|
|
2551
2551
|
}
|
|
2552
|
-
if ("cancellation" in t && t.cancellation && !
|
|
2552
|
+
if ("cancellation" in t && t.cancellation && !K.cancellation) {
|
|
2553
2553
|
if (r.haveItemsQueued()) throw Error("cannot enable cancellation after promises are in use");
|
|
2554
|
-
e.prototype._clearCancellationData = j, e.prototype._propagateFrom = M, e.prototype._onCancel = k, e.prototype._setOnCancel = A, e.prototype._attachCancellationCallback = O, e.prototype._execute = D,
|
|
2554
|
+
e.prototype._clearCancellationData = j, e.prototype._propagateFrom = M, e.prototype._onCancel = k, e.prototype._setOnCancel = A, e.prototype._attachCancellationCallback = O, e.prototype._execute = D, P = M, K.cancellation = !0;
|
|
2555
2555
|
}
|
|
2556
|
-
return "monitoring" in t && (t.monitoring && !
|
|
2556
|
+
return "monitoring" in t && (t.monitoring && !K.monitoring ? (K.monitoring = !0, e.prototype._fireEvent = T) : !t.monitoring && K.monitoring && (K.monitoring = !1, e.prototype._fireEvent = E)), e;
|
|
2557
2557
|
};
|
|
2558
2558
|
function E() {
|
|
2559
2559
|
return !1;
|
|
@@ -2598,34 +2598,34 @@ var Ha = t((() => {
|
|
|
2598
2598
|
}
|
|
2599
2599
|
t & 2 && e._isBound() && this._setBoundTo(e._boundTo);
|
|
2600
2600
|
}
|
|
2601
|
-
function
|
|
2601
|
+
function N(e, t) {
|
|
2602
2602
|
t & 2 && e._isBound() && this._setBoundTo(e._boundTo);
|
|
2603
2603
|
}
|
|
2604
|
-
var
|
|
2605
|
-
function
|
|
2604
|
+
var P = N;
|
|
2605
|
+
function F() {
|
|
2606
2606
|
var t = this._boundTo;
|
|
2607
2607
|
return t !== void 0 && t instanceof e ? t.isFulfilled() ? t.value() : void 0 : t;
|
|
2608
2608
|
}
|
|
2609
|
-
function
|
|
2610
|
-
this._trace = new
|
|
2609
|
+
function I() {
|
|
2610
|
+
this._trace = new W(this._peekContext());
|
|
2611
2611
|
}
|
|
2612
|
-
function
|
|
2612
|
+
function ee(e, t) {
|
|
2613
2613
|
if (o(e)) {
|
|
2614
2614
|
var n = this._trace;
|
|
2615
2615
|
if (n !== void 0 && t && (n = n._parent), n !== void 0) n.attachExtraTrace(e);
|
|
2616
2616
|
else if (!e.__stackCleaned__) {
|
|
2617
|
-
var r =
|
|
2617
|
+
var r = ae(e);
|
|
2618
2618
|
a.notEnumerableProp(e, "stack", r.message + "\n" + r.stack.join("\n")), a.notEnumerableProp(e, "__stackCleaned__", !0);
|
|
2619
2619
|
}
|
|
2620
2620
|
}
|
|
2621
2621
|
}
|
|
2622
|
-
function
|
|
2622
|
+
function L(e, t, n, r, i) {
|
|
2623
2623
|
if (e === void 0 && t !== null && y) {
|
|
2624
2624
|
if (i !== void 0 && i._returnedNonUndefined() || !(r._bitField & 65535)) return;
|
|
2625
2625
|
n && (n += " ");
|
|
2626
2626
|
var a = "", o = "";
|
|
2627
2627
|
if (t._trace) {
|
|
2628
|
-
for (var s = t._trace.stack.split("\n"), c =
|
|
2628
|
+
for (var s = t._trace.stack.split("\n"), c = re(s), l = c.length - 1; l >= 0; --l) {
|
|
2629
2629
|
var f = c[l];
|
|
2630
2630
|
if (!u.test(f)) {
|
|
2631
2631
|
var p = f.match(d);
|
|
@@ -2644,30 +2644,30 @@ var Ha = t((() => {
|
|
|
2644
2644
|
r._warn(h, !0, t);
|
|
2645
2645
|
}
|
|
2646
2646
|
}
|
|
2647
|
-
function
|
|
2647
|
+
function R(e, t) {
|
|
2648
2648
|
var n = e + " is deprecated and will be removed in a future version.";
|
|
2649
|
-
return t && (n += " Use " + t + " instead."),
|
|
2649
|
+
return t && (n += " Use " + t + " instead."), z(n);
|
|
2650
2650
|
}
|
|
2651
|
-
function
|
|
2652
|
-
if (
|
|
2651
|
+
function z(t, n, r) {
|
|
2652
|
+
if (K.warnings) {
|
|
2653
2653
|
var a = new i(t), o;
|
|
2654
2654
|
if (n) r._attachExtraTrace(a);
|
|
2655
|
-
else if (
|
|
2655
|
+
else if (K.longStackTraces && (o = e._peekContext())) o.attachExtraTrace(a);
|
|
2656
2656
|
else {
|
|
2657
|
-
var s =
|
|
2657
|
+
var s = ae(a);
|
|
2658
2658
|
a.stack = s.message + "\n" + s.stack.join("\n");
|
|
2659
2659
|
}
|
|
2660
|
-
T("warning", a) ||
|
|
2660
|
+
T("warning", a) || V(a, "", !0);
|
|
2661
2661
|
}
|
|
2662
2662
|
}
|
|
2663
|
-
function
|
|
2663
|
+
function te(e, t) {
|
|
2664
2664
|
for (var n = 0; n < t.length - 1; ++n) t[n].push("From previous event:"), t[n] = t[n].join("\n");
|
|
2665
2665
|
return n < t.length && (t[n] = t[n].join("\n")), e + "\n" + t.join("\n");
|
|
2666
2666
|
}
|
|
2667
|
-
function
|
|
2667
|
+
function ne(e) {
|
|
2668
2668
|
for (var t = 0; t < e.length; ++t) (e[t].length === 0 || t + 1 < e.length && e[t][0] === e[t + 1][0]) && (e.splice(t, 1), t--);
|
|
2669
2669
|
}
|
|
2670
|
-
function
|
|
2670
|
+
function B(e) {
|
|
2671
2671
|
for (var t = e[0], n = 1; n < e.length; ++n) {
|
|
2672
2672
|
for (var r = e[n], i = t.length - 1, a = t[i], o = -1, s = r.length - 1; s >= 0; --s) if (r[s] === a) {
|
|
2673
2673
|
o = s;
|
|
@@ -2681,28 +2681,28 @@ var Ha = t((() => {
|
|
|
2681
2681
|
t = r;
|
|
2682
2682
|
}
|
|
2683
2683
|
}
|
|
2684
|
-
function
|
|
2684
|
+
function re(e) {
|
|
2685
2685
|
for (var t = [], n = 0; n < e.length; ++n) {
|
|
2686
|
-
var r = e[n], i = r === " (No stack trace)" || f.test(r), a = i &&
|
|
2686
|
+
var r = e[n], i = r === " (No stack trace)" || f.test(r), a = i && U(r);
|
|
2687
2687
|
i && !a && (m && r.charAt(0) !== " " && (r = " " + r), t.push(r));
|
|
2688
2688
|
}
|
|
2689
2689
|
return t;
|
|
2690
2690
|
}
|
|
2691
|
-
function
|
|
2691
|
+
function ie(e) {
|
|
2692
2692
|
for (var t = e.stack.replace(/\s+$/g, "").split("\n"), n = 0; n < t.length; ++n) {
|
|
2693
2693
|
var r = t[n];
|
|
2694
2694
|
if (r === " (No stack trace)" || f.test(r)) break;
|
|
2695
2695
|
}
|
|
2696
2696
|
return n > 0 && e.name != "SyntaxError" && (t = t.slice(n)), t;
|
|
2697
2697
|
}
|
|
2698
|
-
function
|
|
2698
|
+
function ae(e) {
|
|
2699
2699
|
var t = e.stack, n = e.toString();
|
|
2700
|
-
return t = typeof t == "string" && t.length > 0 ?
|
|
2700
|
+
return t = typeof t == "string" && t.length > 0 ? ie(e) : [" (No stack trace)"], {
|
|
2701
2701
|
message: n,
|
|
2702
|
-
stack: e.name == "SyntaxError" ? t :
|
|
2702
|
+
stack: e.name == "SyntaxError" ? t : re(t)
|
|
2703
2703
|
};
|
|
2704
2704
|
}
|
|
2705
|
-
function
|
|
2705
|
+
function V(e, t, n) {
|
|
2706
2706
|
if (typeof console < "u") {
|
|
2707
2707
|
var r;
|
|
2708
2708
|
if (a.isObject(e)) {
|
|
@@ -2712,16 +2712,16 @@ var Ha = t((() => {
|
|
|
2712
2712
|
typeof h == "function" ? h(r, n) : (typeof console.log == "function" || typeof console.log == "object") && console.log(r);
|
|
2713
2713
|
}
|
|
2714
2714
|
}
|
|
2715
|
-
function
|
|
2715
|
+
function oe(e, t, n, i) {
|
|
2716
2716
|
var a = !1;
|
|
2717
2717
|
try {
|
|
2718
2718
|
typeof t == "function" && (a = !0, e === "rejectionHandled" ? t(i) : t(n, i));
|
|
2719
2719
|
} catch (e) {
|
|
2720
2720
|
r.throwLater(e);
|
|
2721
2721
|
}
|
|
2722
|
-
e === "unhandledRejection" ? !T(e, n, i) && !a &&
|
|
2722
|
+
e === "unhandledRejection" ? !T(e, n, i) && !a && V(n, "Unhandled rejection ") : T(e, i);
|
|
2723
2723
|
}
|
|
2724
|
-
function
|
|
2724
|
+
function se(e) {
|
|
2725
2725
|
var t;
|
|
2726
2726
|
if (typeof e == "function") t = "[function " + (e.name || "anonymous") + "]";
|
|
2727
2727
|
else {
|
|
@@ -2730,54 +2730,54 @@ var Ha = t((() => {
|
|
|
2730
2730
|
} catch {}
|
|
2731
2731
|
t.length === 0 && (t = "(empty array)");
|
|
2732
2732
|
}
|
|
2733
|
-
return "(<" +
|
|
2733
|
+
return "(<" + ce(t) + ">, no stack trace)";
|
|
2734
2734
|
}
|
|
2735
|
-
function
|
|
2735
|
+
function ce(e) {
|
|
2736
2736
|
var t = 41;
|
|
2737
2737
|
return e.length < t ? e : e.substr(0, t - 3) + "...";
|
|
2738
2738
|
}
|
|
2739
|
-
function
|
|
2740
|
-
return typeof
|
|
2739
|
+
function H() {
|
|
2740
|
+
return typeof G == "function";
|
|
2741
2741
|
}
|
|
2742
|
-
var
|
|
2742
|
+
var U = function() {
|
|
2743
2743
|
return !1;
|
|
2744
|
-
},
|
|
2745
|
-
function
|
|
2746
|
-
var t = e.match(
|
|
2744
|
+
}, le = /[\/<\(]([^:\/]+):(\d+):(?:\d+)\)?\s*$/;
|
|
2745
|
+
function ue(e) {
|
|
2746
|
+
var t = e.match(le);
|
|
2747
2747
|
if (t) return {
|
|
2748
2748
|
fileName: t[1],
|
|
2749
2749
|
line: parseInt(t[2], 10)
|
|
2750
2750
|
};
|
|
2751
2751
|
}
|
|
2752
|
-
function
|
|
2753
|
-
if (
|
|
2752
|
+
function de(e, t) {
|
|
2753
|
+
if (H()) {
|
|
2754
2754
|
for (var n = e.stack.split("\n"), r = t.stack.split("\n"), i = -1, a = -1, o, s, c = 0; c < n.length; ++c) {
|
|
2755
|
-
var u =
|
|
2755
|
+
var u = ue(n[c]);
|
|
2756
2756
|
if (u) {
|
|
2757
2757
|
o = u.fileName, i = u.line;
|
|
2758
2758
|
break;
|
|
2759
2759
|
}
|
|
2760
2760
|
}
|
|
2761
2761
|
for (var c = 0; c < r.length; ++c) {
|
|
2762
|
-
var u =
|
|
2762
|
+
var u = ue(r[c]);
|
|
2763
2763
|
if (u) {
|
|
2764
2764
|
s = u.fileName, a = u.line;
|
|
2765
2765
|
break;
|
|
2766
2766
|
}
|
|
2767
2767
|
}
|
|
2768
|
-
i < 0 || a < 0 || !o || !s || o !== s || i >= a || (
|
|
2768
|
+
i < 0 || a < 0 || !o || !s || o !== s || i >= a || (U = function(e) {
|
|
2769
2769
|
if (l.test(e)) return !0;
|
|
2770
|
-
var t =
|
|
2770
|
+
var t = ue(e);
|
|
2771
2771
|
return !!(t && t.fileName === o && i <= t.line && t.line <= a);
|
|
2772
2772
|
});
|
|
2773
2773
|
}
|
|
2774
2774
|
}
|
|
2775
|
-
function
|
|
2775
|
+
function W(e) {
|
|
2776
2776
|
this._parent = e, this._promisesCreated = 0;
|
|
2777
2777
|
var t = this._length = 1 + (e === void 0 ? 0 : e._length);
|
|
2778
|
-
|
|
2778
|
+
G(this, W), t > 32 && this.uncycle();
|
|
2779
2779
|
}
|
|
2780
|
-
a.inherits(
|
|
2780
|
+
a.inherits(W, Error), t.CapturedTrace = W, W.prototype.uncycle = function() {
|
|
2781
2781
|
var e = this._length;
|
|
2782
2782
|
if (!(e < 2)) {
|
|
2783
2783
|
for (var t = [], n = {}, r = 0, i = this; i !== void 0; ++r) t.push(i), i = i._parent;
|
|
@@ -2797,21 +2797,21 @@ var Ha = t((() => {
|
|
|
2797
2797
|
}
|
|
2798
2798
|
}
|
|
2799
2799
|
}
|
|
2800
|
-
},
|
|
2800
|
+
}, W.prototype.attachExtraTrace = function(e) {
|
|
2801
2801
|
if (!e.__stackCleaned__) {
|
|
2802
2802
|
this.uncycle();
|
|
2803
|
-
for (var t =
|
|
2804
|
-
|
|
2803
|
+
for (var t = ae(e), n = t.message, r = [t.stack], i = this; i !== void 0;) r.push(re(i.stack.split("\n"))), i = i._parent;
|
|
2804
|
+
B(r), ne(r), a.notEnumerableProp(e, "stack", te(n, r)), a.notEnumerableProp(e, "__stackCleaned__", !0);
|
|
2805
2805
|
}
|
|
2806
2806
|
};
|
|
2807
|
-
var
|
|
2807
|
+
var G = (function() {
|
|
2808
2808
|
var e = /^\s*at\s*/, t = function(e, t) {
|
|
2809
|
-
return typeof e == "string" ? e : t.name !== void 0 && t.message !== void 0 ? t.toString() :
|
|
2809
|
+
return typeof e == "string" ? e : t.name !== void 0 && t.message !== void 0 ? t.toString() : se(t);
|
|
2810
2810
|
};
|
|
2811
2811
|
if (typeof Error.stackTraceLimit == "number" && typeof Error.captureStackTrace == "function") {
|
|
2812
2812
|
Error.stackTraceLimit += 6, f = e, p = t;
|
|
2813
2813
|
var n = Error.captureStackTrace;
|
|
2814
|
-
return
|
|
2814
|
+
return U = function(e) {
|
|
2815
2815
|
return l.test(e);
|
|
2816
2816
|
}, function(e, t) {
|
|
2817
2817
|
Error.stackTraceLimit += 6, n(e, t), Error.stackTraceLimit -= 6;
|
|
@@ -2836,7 +2836,7 @@ var Ha = t((() => {
|
|
|
2836
2836
|
}
|
|
2837
2837
|
Error.stackTraceLimit -= 6;
|
|
2838
2838
|
}) : (p = function(e, t) {
|
|
2839
|
-
return typeof e == "string" ? e : (typeof t == "object" || typeof t == "function") && t.name !== void 0 && t.message !== void 0 ? t.toString() :
|
|
2839
|
+
return typeof e == "string" ? e : (typeof t == "object" || typeof t == "function") && t.name !== void 0 && t.message !== void 0 ? t.toString() : se(t);
|
|
2840
2840
|
}, null);
|
|
2841
2841
|
})([]);
|
|
2842
2842
|
typeof console < "u" && console.warn !== void 0 && (h = function(e) {
|
|
@@ -2846,7 +2846,7 @@ var Ha = t((() => {
|
|
|
2846
2846
|
} : !a.isNode && typeof (/* @__PURE__ */ Error()).stack == "string" && (h = function(e, t) {
|
|
2847
2847
|
console.warn("%c" + e, t ? "color: darkorange" : "color: red");
|
|
2848
2848
|
}));
|
|
2849
|
-
var
|
|
2849
|
+
var K = {
|
|
2850
2850
|
warnings: _,
|
|
2851
2851
|
longStackTraces: !1,
|
|
2852
2852
|
cancellation: !1,
|
|
@@ -2854,28 +2854,28 @@ var Ha = t((() => {
|
|
|
2854
2854
|
};
|
|
2855
2855
|
return v && e.longStackTraces(), {
|
|
2856
2856
|
longStackTraces: function() {
|
|
2857
|
-
return
|
|
2857
|
+
return K.longStackTraces;
|
|
2858
2858
|
},
|
|
2859
2859
|
warnings: function() {
|
|
2860
|
-
return
|
|
2860
|
+
return K.warnings;
|
|
2861
2861
|
},
|
|
2862
2862
|
cancellation: function() {
|
|
2863
|
-
return
|
|
2863
|
+
return K.cancellation;
|
|
2864
2864
|
},
|
|
2865
2865
|
monitoring: function() {
|
|
2866
|
-
return
|
|
2866
|
+
return K.monitoring;
|
|
2867
2867
|
},
|
|
2868
2868
|
propagateFromFunction: function() {
|
|
2869
|
-
return
|
|
2869
|
+
return P;
|
|
2870
2870
|
},
|
|
2871
2871
|
boundValueFunction: function() {
|
|
2872
|
-
return
|
|
2872
|
+
return F;
|
|
2873
2873
|
},
|
|
2874
|
-
checkForgottenReturns:
|
|
2875
|
-
setBounds:
|
|
2876
|
-
warn:
|
|
2877
|
-
deprecated:
|
|
2878
|
-
CapturedTrace:
|
|
2874
|
+
checkForgottenReturns: L,
|
|
2875
|
+
setBounds: de,
|
|
2876
|
+
warn: z,
|
|
2877
|
+
deprecated: R,
|
|
2878
|
+
CapturedTrace: W,
|
|
2879
2879
|
fireDomEvent: x,
|
|
2880
2880
|
fireGlobalEvent: S
|
|
2881
2881
|
};
|
|
@@ -4766,23 +4766,23 @@ var Ha = t((() => {
|
|
|
4766
4766
|
w.NO_DATA_ALLOWED_ERR = (T[6] = "No data allowed", 6), w.NO_MODIFICATION_ALLOWED_ERR = (T[7] = "No modification allowed", 7);
|
|
4767
4767
|
var O = w.NOT_FOUND_ERR = (T[8] = "Not found", 8);
|
|
4768
4768
|
w.NOT_SUPPORTED_ERR = (T[9] = "Not supported", 9);
|
|
4769
|
-
var k = w.INUSE_ATTRIBUTE_ERR = (T[10] = "Attribute in use", 10);
|
|
4770
|
-
w.
|
|
4771
|
-
function
|
|
4769
|
+
var k = w.INUSE_ATTRIBUTE_ERR = (T[10] = "Attribute in use", 10), A = w.INVALID_STATE_ERR = (T[11] = "Invalid state", 11);
|
|
4770
|
+
w.SYNTAX_ERR = (T[12] = "Syntax error", 12), w.INVALID_MODIFICATION_ERR = (T[13] = "Invalid modification", 13), w.NAMESPACE_ERR = (T[14] = "Invalid namespace", 14), w.INVALID_ACCESS_ERR = (T[15] = "Invalid access", 15);
|
|
4771
|
+
function j(e, t) {
|
|
4772
4772
|
if (t instanceof Error) var n = t;
|
|
4773
|
-
else n = this, Error.call(this, T[e]), this.message = T[e], Error.captureStackTrace && Error.captureStackTrace(this,
|
|
4773
|
+
else n = this, Error.call(this, T[e]), this.message = T[e], Error.captureStackTrace && Error.captureStackTrace(this, j);
|
|
4774
4774
|
return n.code = e, t && (this.message = this.message + ": " + t), n;
|
|
4775
4775
|
}
|
|
4776
|
-
|
|
4777
|
-
function
|
|
4778
|
-
|
|
4776
|
+
j.prototype = Error.prototype, l(w, j);
|
|
4777
|
+
function M() {}
|
|
4778
|
+
M.prototype = {
|
|
4779
4779
|
length: 0,
|
|
4780
4780
|
item: function(e) {
|
|
4781
4781
|
return e >= 0 && e < this.length ? this[e] : null;
|
|
4782
4782
|
},
|
|
4783
|
-
toString: function(e, t) {
|
|
4784
|
-
for (var n = [],
|
|
4785
|
-
return
|
|
4783
|
+
toString: function(e, t, n) {
|
|
4784
|
+
for (var r = !!n && !!n.requireWellFormed, i = [], a = 0; a < this.length; a++) je(this[a], i, e, t, null, r);
|
|
4785
|
+
return i.join("");
|
|
4786
4786
|
},
|
|
4787
4787
|
filter: function(e) {
|
|
4788
4788
|
return Array.prototype.filter.call(this, e);
|
|
@@ -4791,44 +4791,44 @@ var Ha = t((() => {
|
|
|
4791
4791
|
return Array.prototype.indexOf.call(this, e);
|
|
4792
4792
|
}
|
|
4793
4793
|
};
|
|
4794
|
-
function
|
|
4795
|
-
this._node = e, this._refresh = t,
|
|
4794
|
+
function N(e, t) {
|
|
4795
|
+
this._node = e, this._refresh = t, P(this);
|
|
4796
4796
|
}
|
|
4797
|
-
function
|
|
4797
|
+
function P(e) {
|
|
4798
4798
|
var t = e._node._inc || e._node.ownerDocument._inc;
|
|
4799
4799
|
if (e._inc !== t) {
|
|
4800
4800
|
var n = e._refresh(e._node);
|
|
4801
|
-
if (
|
|
4801
|
+
if (Pe(e, "length", n.length), !e.$$length || n.length < e.$$length) for (var r = n.length; r in e; r++) Object.prototype.hasOwnProperty.call(e, r) && delete e[r];
|
|
4802
4802
|
l(n, e), e._inc = t;
|
|
4803
4803
|
}
|
|
4804
4804
|
}
|
|
4805
|
-
|
|
4806
|
-
return
|
|
4807
|
-
}, u(
|
|
4808
|
-
function
|
|
4809
|
-
function
|
|
4805
|
+
N.prototype.item = function(e) {
|
|
4806
|
+
return P(this), this[e] || null;
|
|
4807
|
+
}, u(N, M);
|
|
4808
|
+
function F() {}
|
|
4809
|
+
function I(e, t) {
|
|
4810
4810
|
for (var n = e.length; n--;) if (e[n] === t) return n;
|
|
4811
4811
|
}
|
|
4812
|
-
function
|
|
4813
|
-
if (r ? t[
|
|
4812
|
+
function ee(e, t, n, r) {
|
|
4813
|
+
if (r ? t[I(t, r)] = n : t[t.length++] = n, e) {
|
|
4814
4814
|
n.ownerElement = e;
|
|
4815
4815
|
var i = e.ownerDocument;
|
|
4816
4816
|
i && (r && ae(i, e, r), ie(i, e, n));
|
|
4817
4817
|
}
|
|
4818
4818
|
}
|
|
4819
|
-
function
|
|
4820
|
-
var r =
|
|
4819
|
+
function L(e, t, n) {
|
|
4820
|
+
var r = I(t, n);
|
|
4821
4821
|
if (r >= 0) {
|
|
4822
4822
|
for (var i = t.length - 1; r < i;) t[r] = t[++r];
|
|
4823
4823
|
if (t.length = i, e) {
|
|
4824
4824
|
var a = e.ownerDocument;
|
|
4825
4825
|
a && (ae(a, e, n), n.ownerElement = null);
|
|
4826
4826
|
}
|
|
4827
|
-
} else throw new
|
|
4827
|
+
} else throw new j(O, /* @__PURE__ */ Error(e.tagName + "@" + n));
|
|
4828
4828
|
}
|
|
4829
|
-
|
|
4829
|
+
F.prototype = {
|
|
4830
4830
|
length: 0,
|
|
4831
|
-
item:
|
|
4831
|
+
item: M.prototype.item,
|
|
4832
4832
|
getNamedItem: function(e) {
|
|
4833
4833
|
for (var t = this.length; t--;) {
|
|
4834
4834
|
var n = this[t];
|
|
@@ -4837,22 +4837,22 @@ var Ha = t((() => {
|
|
|
4837
4837
|
},
|
|
4838
4838
|
setNamedItem: function(e) {
|
|
4839
4839
|
var t = e.ownerElement;
|
|
4840
|
-
if (t && t != this._ownerElement) throw new
|
|
4840
|
+
if (t && t != this._ownerElement) throw new j(k);
|
|
4841
4841
|
var n = this.getNamedItem(e.nodeName);
|
|
4842
|
-
return
|
|
4842
|
+
return ee(this._ownerElement, this, e, n), n;
|
|
4843
4843
|
},
|
|
4844
4844
|
setNamedItemNS: function(e) {
|
|
4845
4845
|
var t = e.ownerElement, n;
|
|
4846
|
-
if (t && t != this._ownerElement) throw new
|
|
4847
|
-
return n = this.getNamedItemNS(e.namespaceURI, e.localName),
|
|
4846
|
+
if (t && t != this._ownerElement) throw new j(k);
|
|
4847
|
+
return n = this.getNamedItemNS(e.namespaceURI, e.localName), ee(this._ownerElement, this, e, n), n;
|
|
4848
4848
|
},
|
|
4849
4849
|
removeNamedItem: function(e) {
|
|
4850
4850
|
var t = this.getNamedItem(e);
|
|
4851
|
-
return
|
|
4851
|
+
return L(this._ownerElement, this, t), t;
|
|
4852
4852
|
},
|
|
4853
4853
|
removeNamedItemNS: function(e, t) {
|
|
4854
4854
|
var n = this.getNamedItemNS(e, t);
|
|
4855
|
-
return
|
|
4855
|
+
return L(this._ownerElement, this, n), n;
|
|
4856
4856
|
},
|
|
4857
4857
|
getNamedItemNS: function(e, t) {
|
|
4858
4858
|
for (var n = this.length; n--;) {
|
|
@@ -4862,26 +4862,26 @@ var Ha = t((() => {
|
|
|
4862
4862
|
return null;
|
|
4863
4863
|
}
|
|
4864
4864
|
};
|
|
4865
|
-
function
|
|
4866
|
-
|
|
4865
|
+
function R() {}
|
|
4866
|
+
R.prototype = {
|
|
4867
4867
|
hasFeature: function(e, t) {
|
|
4868
4868
|
return !0;
|
|
4869
4869
|
},
|
|
4870
4870
|
createDocument: function(e, t, n) {
|
|
4871
4871
|
var r = new re();
|
|
4872
|
-
if (r.implementation = this, r.childNodes = new
|
|
4872
|
+
if (r.implementation = this, r.childNodes = new M(), r.doctype = n || null, n && r.appendChild(n), t) {
|
|
4873
4873
|
var i = r.createElementNS(e, t);
|
|
4874
4874
|
r.appendChild(i);
|
|
4875
4875
|
}
|
|
4876
4876
|
return r;
|
|
4877
4877
|
},
|
|
4878
4878
|
createDocumentType: function(e, t, n) {
|
|
4879
|
-
var r = new
|
|
4879
|
+
var r = new xe();
|
|
4880
4880
|
return r.name = e, r.nodeName = e, r.publicId = t || "", r.systemId = n || "", r;
|
|
4881
4881
|
}
|
|
4882
4882
|
};
|
|
4883
|
-
function
|
|
4884
|
-
|
|
4883
|
+
function z() {}
|
|
4884
|
+
z.prototype = {
|
|
4885
4885
|
firstChild: null,
|
|
4886
4886
|
lastChild: null,
|
|
4887
4887
|
previousSibling: null,
|
|
@@ -4895,13 +4895,13 @@ var Ha = t((() => {
|
|
|
4895
4895
|
prefix: null,
|
|
4896
4896
|
localName: null,
|
|
4897
4897
|
insertBefore: function(e, t) {
|
|
4898
|
-
return
|
|
4898
|
+
return fe(this, e, t);
|
|
4899
4899
|
},
|
|
4900
4900
|
replaceChild: function(e, t) {
|
|
4901
|
-
|
|
4901
|
+
fe(this, e, t, K), t && this.removeChild(t);
|
|
4902
4902
|
},
|
|
4903
4903
|
removeChild: function(e) {
|
|
4904
|
-
return
|
|
4904
|
+
return oe(this, e);
|
|
4905
4905
|
},
|
|
4906
4906
|
appendChild: function(e) {
|
|
4907
4907
|
return this.insertBefore(e, null);
|
|
@@ -4910,13 +4910,16 @@ var Ha = t((() => {
|
|
|
4910
4910
|
return this.firstChild != null;
|
|
4911
4911
|
},
|
|
4912
4912
|
cloneNode: function(e) {
|
|
4913
|
-
return
|
|
4913
|
+
return Ne(this.ownerDocument || this, this, e);
|
|
4914
4914
|
},
|
|
4915
4915
|
normalize: function() {
|
|
4916
|
-
|
|
4917
|
-
var t = e.
|
|
4918
|
-
|
|
4919
|
-
|
|
4916
|
+
B(this, null, { enter: function(e) {
|
|
4917
|
+
for (var t = e.firstChild; t;) {
|
|
4918
|
+
var n = t.nextSibling;
|
|
4919
|
+
n !== null && n.nodeType === m && t.nodeType === m ? (e.removeChild(n), t.appendData(n.data)) : t = n;
|
|
4920
|
+
}
|
|
4921
|
+
return !0;
|
|
4922
|
+
} });
|
|
4920
4923
|
},
|
|
4921
4924
|
isSupported: function(e, t) {
|
|
4922
4925
|
return this.ownerDocument.implementation.hasFeature(e, t);
|
|
@@ -4946,16 +4949,39 @@ var Ha = t((() => {
|
|
|
4946
4949
|
return this.lookupPrefix(e) == null;
|
|
4947
4950
|
}
|
|
4948
4951
|
};
|
|
4949
|
-
function
|
|
4952
|
+
function te(e) {
|
|
4950
4953
|
return e == "<" && "<" || e == ">" && ">" || e == "&" && "&" || e == "\"" && """ || "&#" + e.charCodeAt() + ";";
|
|
4951
4954
|
}
|
|
4952
|
-
l(d,
|
|
4955
|
+
l(d, z), l(d, z.prototype);
|
|
4953
4956
|
function ne(e, t) {
|
|
4954
|
-
|
|
4955
|
-
|
|
4956
|
-
|
|
4957
|
-
|
|
4958
|
-
|
|
4957
|
+
return B(e, null, { enter: function(e) {
|
|
4958
|
+
return t(e) ? B.STOP : !0;
|
|
4959
|
+
} }) === B.STOP;
|
|
4960
|
+
}
|
|
4961
|
+
function B(e, t, n) {
|
|
4962
|
+
for (var r = [{
|
|
4963
|
+
node: e,
|
|
4964
|
+
context: t,
|
|
4965
|
+
phase: B.ENTER
|
|
4966
|
+
}]; r.length > 0;) {
|
|
4967
|
+
var i = r.pop();
|
|
4968
|
+
if (i.phase === B.ENTER) {
|
|
4969
|
+
var a = n.enter(i.node, i.context);
|
|
4970
|
+
if (a === B.STOP) return B.STOP;
|
|
4971
|
+
if (r.push({
|
|
4972
|
+
node: i.node,
|
|
4973
|
+
context: a,
|
|
4974
|
+
phase: B.EXIT
|
|
4975
|
+
}), a == null) continue;
|
|
4976
|
+
for (var o = i.node.lastChild; o;) r.push({
|
|
4977
|
+
node: o,
|
|
4978
|
+
context: a,
|
|
4979
|
+
phase: B.ENTER
|
|
4980
|
+
}), o = o.previousSibling;
|
|
4981
|
+
} else n.exit && n.exit(i.node, i.context);
|
|
4982
|
+
}
|
|
4983
|
+
}
|
|
4984
|
+
B.STOP = Symbol("walkDOM.STOP"), B.ENTER = 0, B.EXIT = 1;
|
|
4959
4985
|
function re() {
|
|
4960
4986
|
this.ownerDocument = this;
|
|
4961
4987
|
}
|
|
@@ -4965,7 +4991,7 @@ var Ha = t((() => {
|
|
|
4965
4991
|
function ae(e, t, n, i) {
|
|
4966
4992
|
e && e._inc++, n.namespaceURI === r.XMLNS && delete t._nsMap[n.prefix ? n.localName : ""];
|
|
4967
4993
|
}
|
|
4968
|
-
function
|
|
4994
|
+
function V(e, t, n) {
|
|
4969
4995
|
if (e && e._inc) {
|
|
4970
4996
|
e._inc++;
|
|
4971
4997
|
var r = t.childNodes;
|
|
@@ -4976,79 +5002,79 @@ var Ha = t((() => {
|
|
|
4976
5002
|
}
|
|
4977
5003
|
}
|
|
4978
5004
|
}
|
|
4979
|
-
function
|
|
5005
|
+
function oe(e, t) {
|
|
4980
5006
|
var n = t.previousSibling, r = t.nextSibling;
|
|
4981
|
-
return n ? n.nextSibling = r : e.firstChild = r, r ? r.previousSibling = n : e.lastChild = n, t.parentNode = null, t.previousSibling = null, t.nextSibling = null,
|
|
5007
|
+
return n ? n.nextSibling = r : e.firstChild = r, r ? r.previousSibling = n : e.lastChild = n, t.parentNode = null, t.previousSibling = null, t.nextSibling = null, V(e.ownerDocument, e), t;
|
|
4982
5008
|
}
|
|
4983
|
-
function
|
|
4984
|
-
return e && (e.nodeType ===
|
|
5009
|
+
function se(e) {
|
|
5010
|
+
return e && (e.nodeType === z.DOCUMENT_NODE || e.nodeType === z.DOCUMENT_FRAGMENT_NODE || e.nodeType === z.ELEMENT_NODE);
|
|
4985
5011
|
}
|
|
4986
5012
|
function ce(e) {
|
|
4987
|
-
return e && (
|
|
5013
|
+
return e && (U(e) || le(e) || H(e) || e.nodeType === z.DOCUMENT_FRAGMENT_NODE || e.nodeType === z.COMMENT_NODE || e.nodeType === z.PROCESSING_INSTRUCTION_NODE);
|
|
4988
5014
|
}
|
|
4989
|
-
function
|
|
4990
|
-
return e && e.nodeType ===
|
|
5015
|
+
function H(e) {
|
|
5016
|
+
return e && e.nodeType === z.DOCUMENT_TYPE_NODE;
|
|
4991
5017
|
}
|
|
4992
|
-
function
|
|
4993
|
-
return e && e.nodeType ===
|
|
5018
|
+
function U(e) {
|
|
5019
|
+
return e && e.nodeType === z.ELEMENT_NODE;
|
|
4994
5020
|
}
|
|
4995
|
-
function
|
|
4996
|
-
return e && e.nodeType ===
|
|
5021
|
+
function le(e) {
|
|
5022
|
+
return e && e.nodeType === z.TEXT_NODE;
|
|
4997
5023
|
}
|
|
4998
|
-
function
|
|
5024
|
+
function ue(e, t) {
|
|
4999
5025
|
var r = e.childNodes || [];
|
|
5000
|
-
if (n(r,
|
|
5001
|
-
var i = n(r,
|
|
5026
|
+
if (n(r, U) || H(t)) return !1;
|
|
5027
|
+
var i = n(r, H);
|
|
5002
5028
|
return !(t && i && r.indexOf(i) > r.indexOf(t));
|
|
5003
5029
|
}
|
|
5004
|
-
function
|
|
5030
|
+
function de(e, t) {
|
|
5005
5031
|
var r = e.childNodes || [];
|
|
5006
5032
|
function i(e) {
|
|
5007
|
-
return
|
|
5033
|
+
return U(e) && e !== t;
|
|
5008
5034
|
}
|
|
5009
5035
|
if (n(r, i)) return !1;
|
|
5010
|
-
var a = n(r,
|
|
5036
|
+
var a = n(r, H);
|
|
5011
5037
|
return !(t && a && r.indexOf(a) > r.indexOf(t));
|
|
5012
5038
|
}
|
|
5013
|
-
function
|
|
5014
|
-
if (!
|
|
5015
|
-
if (n && n.parentNode !== e) throw new
|
|
5016
|
-
if (!ce(t) ||
|
|
5039
|
+
function W(e, t, n) {
|
|
5040
|
+
if (!se(e)) throw new j(E, "Unexpected parent node type " + e.nodeType);
|
|
5041
|
+
if (n && n.parentNode !== e) throw new j(O, "child not in parent");
|
|
5042
|
+
if (!ce(t) || H(t) && e.nodeType !== z.DOCUMENT_NODE) throw new j(E, "Unexpected node type " + t.nodeType + " for parent node type " + e.nodeType);
|
|
5017
5043
|
}
|
|
5018
|
-
function
|
|
5044
|
+
function G(e, t, r) {
|
|
5019
5045
|
var i = e.childNodes || [], a = t.childNodes || [];
|
|
5020
|
-
if (t.nodeType ===
|
|
5021
|
-
var o = a.filter(
|
|
5022
|
-
if (o.length > 1 || n(a,
|
|
5023
|
-
if (o.length === 1 && !
|
|
5046
|
+
if (t.nodeType === z.DOCUMENT_FRAGMENT_NODE) {
|
|
5047
|
+
var o = a.filter(U);
|
|
5048
|
+
if (o.length > 1 || n(a, le)) throw new j(E, "More than one element or text in fragment");
|
|
5049
|
+
if (o.length === 1 && !ue(e, r)) throw new j(E, "Element in fragment can not be inserted before doctype");
|
|
5024
5050
|
}
|
|
5025
|
-
if (
|
|
5026
|
-
if (
|
|
5027
|
-
if (n(i,
|
|
5028
|
-
var s = n(i,
|
|
5029
|
-
if (r && i.indexOf(s) < i.indexOf(r)) throw new
|
|
5030
|
-
if (!r && s) throw new
|
|
5051
|
+
if (U(t) && !ue(e, r)) throw new j(E, "Only one element can be added and only after doctype");
|
|
5052
|
+
if (H(t)) {
|
|
5053
|
+
if (n(i, H)) throw new j(E, "Only one doctype is allowed");
|
|
5054
|
+
var s = n(i, U);
|
|
5055
|
+
if (r && i.indexOf(s) < i.indexOf(r)) throw new j(E, "Doctype can only be inserted before an element");
|
|
5056
|
+
if (!r && s) throw new j(E, "Doctype can not be appended since element is present");
|
|
5031
5057
|
}
|
|
5032
5058
|
}
|
|
5033
|
-
function
|
|
5059
|
+
function K(e, t, r) {
|
|
5034
5060
|
var i = e.childNodes || [], a = t.childNodes || [];
|
|
5035
|
-
if (t.nodeType ===
|
|
5036
|
-
var o = a.filter(
|
|
5037
|
-
if (o.length > 1 || n(a,
|
|
5038
|
-
if (o.length === 1 && !
|
|
5061
|
+
if (t.nodeType === z.DOCUMENT_FRAGMENT_NODE) {
|
|
5062
|
+
var o = a.filter(U);
|
|
5063
|
+
if (o.length > 1 || n(a, le)) throw new j(E, "More than one element or text in fragment");
|
|
5064
|
+
if (o.length === 1 && !de(e, r)) throw new j(E, "Element in fragment can not be inserted before doctype");
|
|
5039
5065
|
}
|
|
5040
|
-
if (
|
|
5041
|
-
if (
|
|
5066
|
+
if (U(t) && !de(e, r)) throw new j(E, "Only one element can be added and only after doctype");
|
|
5067
|
+
if (H(t)) {
|
|
5042
5068
|
function e(e) {
|
|
5043
|
-
return
|
|
5069
|
+
return H(e) && e !== r;
|
|
5044
5070
|
}
|
|
5045
|
-
if (n(i, e)) throw new
|
|
5046
|
-
var s = n(i,
|
|
5047
|
-
if (r && i.indexOf(s) < i.indexOf(r)) throw new
|
|
5071
|
+
if (n(i, e)) throw new j(E, "Only one doctype is allowed");
|
|
5072
|
+
var s = n(i, U);
|
|
5073
|
+
if (r && i.indexOf(s) < i.indexOf(r)) throw new j(E, "Doctype can only be inserted before an element");
|
|
5048
5074
|
}
|
|
5049
5075
|
}
|
|
5050
|
-
function
|
|
5051
|
-
|
|
5076
|
+
function fe(e, t, n, r) {
|
|
5077
|
+
W(e, t, n), e.nodeType === z.DOCUMENT_NODE && (r || G)(e, t, n);
|
|
5052
5078
|
var i = t.parentNode;
|
|
5053
5079
|
if (i && i.removeChild(t), t.nodeType === S) {
|
|
5054
5080
|
var a = t.firstChild;
|
|
@@ -5060,21 +5086,21 @@ var Ha = t((() => {
|
|
|
5060
5086
|
do {
|
|
5061
5087
|
a.parentNode = e;
|
|
5062
5088
|
var c = e.ownerDocument || e;
|
|
5063
|
-
|
|
5089
|
+
pe(a, c);
|
|
5064
5090
|
} while (a !== o && (a = a.nextSibling));
|
|
5065
|
-
return
|
|
5091
|
+
return V(e.ownerDocument || e, e), t.nodeType == S && (t.firstChild = t.lastChild = null), t;
|
|
5066
5092
|
}
|
|
5067
|
-
function
|
|
5093
|
+
function pe(e, t) {
|
|
5068
5094
|
if (e.ownerDocument !== t) {
|
|
5069
5095
|
if (e.ownerDocument = t, e.nodeType === f && e.attributes) for (var n = 0; n < e.attributes.length; n++) {
|
|
5070
5096
|
var r = e.attributes.item(n);
|
|
5071
5097
|
r && (r.ownerDocument = t);
|
|
5072
5098
|
}
|
|
5073
|
-
for (var i = e.firstChild; i;)
|
|
5099
|
+
for (var i = e.firstChild; i;) pe(i, t), i = i.nextSibling;
|
|
5074
5100
|
}
|
|
5075
5101
|
}
|
|
5076
|
-
function
|
|
5077
|
-
return t.parentNode && t.parentNode.removeChild(t), t.parentNode = e, t.previousSibling = e.lastChild, t.nextSibling = null, t.previousSibling ? t.previousSibling.nextSibling = t : e.firstChild = t, e.lastChild = t,
|
|
5102
|
+
function me(e, t) {
|
|
5103
|
+
return t.parentNode && t.parentNode.removeChild(t), t.parentNode = e, t.previousSibling = e.lastChild, t.nextSibling = null, t.previousSibling ? t.previousSibling.nextSibling = t : e.firstChild = t, e.lastChild = t, V(e.ownerDocument, e, t), pe(t, e.ownerDocument || e), t;
|
|
5078
5104
|
}
|
|
5079
5105
|
re.prototype = {
|
|
5080
5106
|
nodeName: "#document",
|
|
@@ -5090,16 +5116,16 @@ var Ha = t((() => {
|
|
|
5090
5116
|
}
|
|
5091
5117
|
return e;
|
|
5092
5118
|
}
|
|
5093
|
-
return
|
|
5119
|
+
return fe(this, e, t), pe(e, this), this.documentElement === null && e.nodeType === f && (this.documentElement = e), e;
|
|
5094
5120
|
},
|
|
5095
5121
|
removeChild: function(e) {
|
|
5096
|
-
return this.documentElement == e && (this.documentElement = null),
|
|
5122
|
+
return this.documentElement == e && (this.documentElement = null), oe(this, e);
|
|
5097
5123
|
},
|
|
5098
5124
|
replaceChild: function(e, t) {
|
|
5099
|
-
|
|
5125
|
+
fe(this, e, t, K), pe(e, this), t && this.removeChild(t), U(e) && (this.documentElement = e);
|
|
5100
5126
|
},
|
|
5101
5127
|
importNode: function(e, t) {
|
|
5102
|
-
return
|
|
5128
|
+
return Me(this, e, t);
|
|
5103
5129
|
},
|
|
5104
5130
|
getElementById: function(e) {
|
|
5105
5131
|
var t = null;
|
|
@@ -5109,7 +5135,7 @@ var Ha = t((() => {
|
|
|
5109
5135
|
},
|
|
5110
5136
|
getElementsByClassName: function(e) {
|
|
5111
5137
|
var t = s(e);
|
|
5112
|
-
return new
|
|
5138
|
+
return new N(this, function(n) {
|
|
5113
5139
|
var r = [];
|
|
5114
5140
|
return t.length > 0 && ne(n.documentElement, function(i) {
|
|
5115
5141
|
if (i !== n && i.nodeType === f) {
|
|
@@ -5127,53 +5153,53 @@ var Ha = t((() => {
|
|
|
5127
5153
|
});
|
|
5128
5154
|
},
|
|
5129
5155
|
createElement: function(e) {
|
|
5130
|
-
var t = new
|
|
5131
|
-
t.ownerDocument = this, t.nodeName = e, t.tagName = e, t.localName = e, t.childNodes = new
|
|
5132
|
-
var n = t.attributes = new
|
|
5156
|
+
var t = new he();
|
|
5157
|
+
t.ownerDocument = this, t.nodeName = e, t.tagName = e, t.localName = e, t.childNodes = new M();
|
|
5158
|
+
var n = t.attributes = new F();
|
|
5133
5159
|
return n._ownerElement = t, t;
|
|
5134
5160
|
},
|
|
5135
5161
|
createDocumentFragment: function() {
|
|
5136
|
-
var e = new
|
|
5137
|
-
return e.ownerDocument = this, e.childNodes = new
|
|
5162
|
+
var e = new Te();
|
|
5163
|
+
return e.ownerDocument = this, e.childNodes = new M(), e;
|
|
5138
5164
|
},
|
|
5139
5165
|
createTextNode: function(e) {
|
|
5140
|
-
var t = new
|
|
5166
|
+
var t = new ve();
|
|
5141
5167
|
return t.ownerDocument = this, t.appendData(e), t;
|
|
5142
5168
|
},
|
|
5143
5169
|
createComment: function(e) {
|
|
5144
|
-
var t = new
|
|
5170
|
+
var t = new ye();
|
|
5145
5171
|
return t.ownerDocument = this, t.appendData(e), t;
|
|
5146
5172
|
},
|
|
5147
5173
|
createCDATASection: function(e) {
|
|
5148
|
-
if (e.indexOf("]]>") !== -1) throw new
|
|
5149
|
-
var t = new
|
|
5174
|
+
if (e.indexOf("]]>") !== -1) throw new j(D, "data contains \"]]>\"");
|
|
5175
|
+
var t = new be();
|
|
5150
5176
|
return t.ownerDocument = this, t.appendData(e), t;
|
|
5151
5177
|
},
|
|
5152
5178
|
createProcessingInstruction: function(e, t) {
|
|
5153
|
-
var n = new
|
|
5179
|
+
var n = new Ee();
|
|
5154
5180
|
return n.ownerDocument = this, n.tagName = n.nodeName = n.target = e, n.nodeValue = n.data = t, n;
|
|
5155
5181
|
},
|
|
5156
5182
|
createAttribute: function(e) {
|
|
5157
|
-
var t = new
|
|
5183
|
+
var t = new ge();
|
|
5158
5184
|
return t.ownerDocument = this, t.name = e, t.nodeName = e, t.localName = e, t.specified = !0, t;
|
|
5159
5185
|
},
|
|
5160
5186
|
createEntityReference: function(e) {
|
|
5161
|
-
var t = new
|
|
5187
|
+
var t = new we();
|
|
5162
5188
|
return t.ownerDocument = this, t.nodeName = e, t;
|
|
5163
5189
|
},
|
|
5164
5190
|
createElementNS: function(e, t) {
|
|
5165
|
-
var n = new
|
|
5166
|
-
return n.childNodes = new
|
|
5191
|
+
var n = new he(), r = t.split(":"), i = n.attributes = new F();
|
|
5192
|
+
return n.childNodes = new M(), n.ownerDocument = this, n.nodeName = t, n.tagName = t, n.namespaceURI = e, r.length == 2 ? (n.prefix = r[0], n.localName = r[1]) : n.localName = t, i._ownerElement = n, n;
|
|
5167
5193
|
},
|
|
5168
5194
|
createAttributeNS: function(e, t) {
|
|
5169
|
-
var n = new
|
|
5195
|
+
var n = new ge(), r = t.split(":");
|
|
5170
5196
|
return n.ownerDocument = this, n.nodeName = t, n.name = t, n.namespaceURI = e, n.specified = !0, r.length == 2 ? (n.prefix = r[0], n.localName = r[1]) : n.localName = t, n;
|
|
5171
5197
|
}
|
|
5172
|
-
}, u(re,
|
|
5173
|
-
function
|
|
5198
|
+
}, u(re, z);
|
|
5199
|
+
function he() {
|
|
5174
5200
|
this._nsMap = {};
|
|
5175
5201
|
}
|
|
5176
|
-
|
|
5202
|
+
he.prototype = {
|
|
5177
5203
|
nodeType: f,
|
|
5178
5204
|
hasAttribute: function(e) {
|
|
5179
5205
|
return this.getAttributeNode(e) != null;
|
|
@@ -5194,7 +5220,7 @@ var Ha = t((() => {
|
|
|
5194
5220
|
t && this.removeAttributeNode(t);
|
|
5195
5221
|
},
|
|
5196
5222
|
appendChild: function(e) {
|
|
5197
|
-
return e.nodeType === S ? this.insertBefore(e, null) :
|
|
5223
|
+
return e.nodeType === S ? this.insertBefore(e, null) : me(this, e);
|
|
5198
5224
|
},
|
|
5199
5225
|
setAttributeNode: function(e) {
|
|
5200
5226
|
return this.attributes.setNamedItem(e);
|
|
@@ -5224,7 +5250,7 @@ var Ha = t((() => {
|
|
|
5224
5250
|
return this.attributes.getNamedItemNS(e, t);
|
|
5225
5251
|
},
|
|
5226
5252
|
getElementsByTagName: function(e) {
|
|
5227
|
-
return new
|
|
5253
|
+
return new N(this, function(t) {
|
|
5228
5254
|
var n = [];
|
|
5229
5255
|
return ne(t, function(r) {
|
|
5230
5256
|
r !== t && r.nodeType == f && (e === "*" || r.tagName == e) && n.push(r);
|
|
@@ -5232,18 +5258,18 @@ var Ha = t((() => {
|
|
|
5232
5258
|
});
|
|
5233
5259
|
},
|
|
5234
5260
|
getElementsByTagNameNS: function(e, t) {
|
|
5235
|
-
return new
|
|
5261
|
+
return new N(this, function(n) {
|
|
5236
5262
|
var r = [];
|
|
5237
5263
|
return ne(n, function(i) {
|
|
5238
5264
|
i !== n && i.nodeType === f && (e === "*" || i.namespaceURI === e) && (t === "*" || i.localName == t) && r.push(i);
|
|
5239
5265
|
}), r;
|
|
5240
5266
|
});
|
|
5241
5267
|
}
|
|
5242
|
-
}, re.prototype.getElementsByTagName =
|
|
5268
|
+
}, re.prototype.getElementsByTagName = he.prototype.getElementsByTagName, re.prototype.getElementsByTagNameNS = he.prototype.getElementsByTagNameNS, u(he, z);
|
|
5269
|
+
function ge() {}
|
|
5270
|
+
ge.prototype.nodeType = p, u(ge, z);
|
|
5243
5271
|
function _e() {}
|
|
5244
|
-
_e.prototype
|
|
5245
|
-
function ve() {}
|
|
5246
|
-
ve.prototype = {
|
|
5272
|
+
_e.prototype = {
|
|
5247
5273
|
data: "",
|
|
5248
5274
|
substringData: function(e, t) {
|
|
5249
5275
|
return this.data.substring(e, e + t);
|
|
@@ -5264,9 +5290,9 @@ var Ha = t((() => {
|
|
|
5264
5290
|
var r = this.data.substring(0, e), i = this.data.substring(e + t);
|
|
5265
5291
|
n = r + n + i, this.nodeValue = this.data = n, this.length = n.length;
|
|
5266
5292
|
}
|
|
5267
|
-
}, u(
|
|
5268
|
-
function
|
|
5269
|
-
|
|
5293
|
+
}, u(_e, z);
|
|
5294
|
+
function ve() {}
|
|
5295
|
+
ve.prototype = {
|
|
5270
5296
|
nodeName: "#text",
|
|
5271
5297
|
nodeType: m,
|
|
5272
5298
|
splitText: function(e) {
|
|
@@ -5275,45 +5301,45 @@ var Ha = t((() => {
|
|
|
5275
5301
|
var r = this.ownerDocument.createTextNode(n);
|
|
5276
5302
|
return this.parentNode && this.parentNode.insertBefore(r, this.nextSibling), r;
|
|
5277
5303
|
}
|
|
5278
|
-
}, u(
|
|
5279
|
-
function
|
|
5280
|
-
|
|
5304
|
+
}, u(ve, _e);
|
|
5305
|
+
function ye() {}
|
|
5306
|
+
ye.prototype = {
|
|
5281
5307
|
nodeName: "#comment",
|
|
5282
5308
|
nodeType: y
|
|
5283
|
-
}, u(
|
|
5284
|
-
function
|
|
5285
|
-
|
|
5309
|
+
}, u(ye, _e);
|
|
5310
|
+
function be() {}
|
|
5311
|
+
be.prototype = {
|
|
5286
5312
|
nodeName: "#cdata-section",
|
|
5287
5313
|
nodeType: h
|
|
5288
|
-
}, u(
|
|
5314
|
+
}, u(be, _e);
|
|
5315
|
+
function xe() {}
|
|
5316
|
+
xe.prototype.nodeType = x, u(xe, z);
|
|
5289
5317
|
function Se() {}
|
|
5290
|
-
Se.prototype.nodeType =
|
|
5318
|
+
Se.prototype.nodeType = C, u(Se, z);
|
|
5291
5319
|
function Ce() {}
|
|
5292
|
-
Ce.prototype.nodeType =
|
|
5320
|
+
Ce.prototype.nodeType = _, u(Ce, z);
|
|
5293
5321
|
function we() {}
|
|
5294
|
-
we.prototype.nodeType =
|
|
5322
|
+
we.prototype.nodeType = g, u(we, z);
|
|
5295
5323
|
function Te() {}
|
|
5296
|
-
Te.prototype.nodeType =
|
|
5324
|
+
Te.prototype.nodeName = "#document-fragment", Te.prototype.nodeType = S, u(Te, z);
|
|
5297
5325
|
function Ee() {}
|
|
5298
|
-
Ee.prototype.
|
|
5326
|
+
Ee.prototype.nodeType = v, u(Ee, z);
|
|
5299
5327
|
function De() {}
|
|
5300
|
-
De.prototype.
|
|
5301
|
-
|
|
5302
|
-
|
|
5303
|
-
|
|
5304
|
-
|
|
5305
|
-
|
|
5306
|
-
|
|
5307
|
-
|
|
5308
|
-
|
|
5309
|
-
if (i == null) var o = [{
|
|
5310
|
-
namespace: a,
|
|
5328
|
+
De.prototype.serializeToString = function(e, t, n, r) {
|
|
5329
|
+
return Oe.call(e, t, n, r);
|
|
5330
|
+
}, z.prototype.toString = Oe;
|
|
5331
|
+
function Oe(e, t, n) {
|
|
5332
|
+
var r = !!n && !!n.requireWellFormed, i = [], a = this.nodeType == 9 && this.documentElement || this, o = a.prefix, s = a.namespaceURI;
|
|
5333
|
+
if (s && o == null) {
|
|
5334
|
+
var o = a.lookupPrefix(s);
|
|
5335
|
+
if (o == null) var c = [{
|
|
5336
|
+
namespace: s,
|
|
5311
5337
|
prefix: null
|
|
5312
5338
|
}];
|
|
5313
5339
|
}
|
|
5314
|
-
return
|
|
5340
|
+
return je(this, i, e, t, c, r), i.join("");
|
|
5315
5341
|
}
|
|
5316
|
-
function
|
|
5342
|
+
function ke(e, t, n) {
|
|
5317
5343
|
var i = e.prefix || "", a = e.namespaceURI;
|
|
5318
5344
|
if (!a || i === "xml" && a === r.XML || a === r.XMLNS) return !1;
|
|
5319
5345
|
for (var o = n.length; o--;) {
|
|
@@ -5322,165 +5348,187 @@ var Ha = t((() => {
|
|
|
5322
5348
|
}
|
|
5323
5349
|
return !0;
|
|
5324
5350
|
}
|
|
5325
|
-
function
|
|
5326
|
-
e.push(" ", t, "=\"", n.replace(/[<>&"\t\n\r]/g,
|
|
5327
|
-
}
|
|
5328
|
-
function
|
|
5329
|
-
|
|
5330
|
-
|
|
5331
|
-
|
|
5332
|
-
|
|
5333
|
-
|
|
5334
|
-
|
|
5335
|
-
|
|
5336
|
-
|
|
5337
|
-
|
|
5338
|
-
|
|
5339
|
-
|
|
5340
|
-
|
|
5341
|
-
|
|
5342
|
-
d =
|
|
5343
|
-
|
|
5344
|
-
|
|
5345
|
-
|
|
5346
|
-
|
|
5347
|
-
|
|
5348
|
-
|
|
5349
|
-
|
|
5351
|
+
function Ae(e, t, n) {
|
|
5352
|
+
e.push(" ", t, "=\"", n.replace(/[<>&"\t\n\r]/g, te), "\"");
|
|
5353
|
+
}
|
|
5354
|
+
function je(e, t, n, i, a, o) {
|
|
5355
|
+
a ||= [], B(e, {
|
|
5356
|
+
ns: a,
|
|
5357
|
+
isHTML: n
|
|
5358
|
+
}, {
|
|
5359
|
+
enter: function(e, n) {
|
|
5360
|
+
var a = n.ns, s = n.isHTML;
|
|
5361
|
+
if (i) if (e = i(e), e) {
|
|
5362
|
+
if (typeof e == "string") return t.push(e), null;
|
|
5363
|
+
} else return null;
|
|
5364
|
+
switch (e.nodeType) {
|
|
5365
|
+
case f:
|
|
5366
|
+
var c = e.attributes, l = c.length, u = e.tagName;
|
|
5367
|
+
s = r.isHTML(e.namespaceURI) || s;
|
|
5368
|
+
var d = u;
|
|
5369
|
+
if (!s && !e.prefix && e.namespaceURI) {
|
|
5370
|
+
for (var _, C = 0; C < c.length; C++) if (c.item(C).name === "xmlns") {
|
|
5371
|
+
_ = c.item(C).value;
|
|
5372
|
+
break;
|
|
5373
|
+
}
|
|
5374
|
+
if (!_) for (var w = a.length - 1; w >= 0; w--) {
|
|
5375
|
+
var T = a[w];
|
|
5376
|
+
if (T.prefix === "" && T.namespace === e.namespaceURI) {
|
|
5377
|
+
_ = T.namespace;
|
|
5378
|
+
break;
|
|
5379
|
+
}
|
|
5380
|
+
}
|
|
5381
|
+
if (_ !== e.namespaceURI) for (var w = a.length - 1; w >= 0; w--) {
|
|
5382
|
+
var T = a[w];
|
|
5383
|
+
if (T.namespace === e.namespaceURI) {
|
|
5384
|
+
T.prefix && (d = T.prefix + ":" + u);
|
|
5385
|
+
break;
|
|
5386
|
+
}
|
|
5387
|
+
}
|
|
5350
5388
|
}
|
|
5351
|
-
|
|
5352
|
-
|
|
5353
|
-
|
|
5354
|
-
|
|
5355
|
-
|
|
5356
|
-
|
|
5389
|
+
t.push("<", d);
|
|
5390
|
+
for (var E = a.slice(), D = 0; D < l; D++) {
|
|
5391
|
+
var O = c.item(D);
|
|
5392
|
+
O.prefix == "xmlns" ? E.push({
|
|
5393
|
+
prefix: O.localName,
|
|
5394
|
+
namespace: O.value
|
|
5395
|
+
}) : O.nodeName == "xmlns" && E.push({
|
|
5396
|
+
prefix: "",
|
|
5397
|
+
namespace: O.value
|
|
5398
|
+
});
|
|
5357
5399
|
}
|
|
5358
|
-
|
|
5359
|
-
|
|
5360
|
-
|
|
5361
|
-
|
|
5362
|
-
|
|
5363
|
-
|
|
5364
|
-
|
|
5365
|
-
|
|
5366
|
-
|
|
5367
|
-
|
|
5368
|
-
|
|
5369
|
-
|
|
5370
|
-
|
|
5371
|
-
|
|
5372
|
-
|
|
5373
|
-
|
|
5374
|
-
|
|
5375
|
-
|
|
5376
|
-
|
|
5377
|
-
|
|
5378
|
-
|
|
5379
|
-
|
|
5380
|
-
|
|
5381
|
-
|
|
5382
|
-
|
|
5383
|
-
|
|
5384
|
-
|
|
5385
|
-
|
|
5386
|
-
|
|
5387
|
-
|
|
5388
|
-
|
|
5389
|
-
|
|
5390
|
-
|
|
5391
|
-
|
|
5392
|
-
|
|
5393
|
-
|
|
5394
|
-
|
|
5395
|
-
|
|
5396
|
-
|
|
5397
|
-
|
|
5398
|
-
|
|
5399
|
-
|
|
5400
|
-
|
|
5401
|
-
|
|
5402
|
-
|
|
5403
|
-
|
|
5404
|
-
|
|
5405
|
-
|
|
5406
|
-
|
|
5407
|
-
|
|
5408
|
-
|
|
5409
|
-
|
|
5400
|
+
for (var D = 0; D < l; D++) {
|
|
5401
|
+
var O = c.item(D);
|
|
5402
|
+
if (ke(O, s, E)) {
|
|
5403
|
+
var k = O.prefix || "", M = O.namespaceURI;
|
|
5404
|
+
Ae(t, k ? "xmlns:" + k : "xmlns", M), E.push({
|
|
5405
|
+
prefix: k,
|
|
5406
|
+
namespace: M
|
|
5407
|
+
});
|
|
5408
|
+
}
|
|
5409
|
+
var N = i ? i(O) : O;
|
|
5410
|
+
N && (typeof N == "string" ? t.push(N) : Ae(t, N.name, N.value));
|
|
5411
|
+
}
|
|
5412
|
+
if (u === d && ke(e, s, E)) {
|
|
5413
|
+
var P = e.prefix || "", M = e.namespaceURI;
|
|
5414
|
+
Ae(t, P ? "xmlns:" + P : "xmlns", M), E.push({
|
|
5415
|
+
prefix: P,
|
|
5416
|
+
namespace: M
|
|
5417
|
+
});
|
|
5418
|
+
}
|
|
5419
|
+
var F = e.firstChild;
|
|
5420
|
+
if (F || s && !/^(?:meta|link|img|br|hr|input)$/i.test(u)) {
|
|
5421
|
+
if (t.push(">"), s && /^script$/i.test(u)) {
|
|
5422
|
+
for (; F;) F.data ? t.push(F.data) : je(F, t, s, i, E.slice(), o), F = F.nextSibling;
|
|
5423
|
+
return t.push("</", u, ">"), null;
|
|
5424
|
+
}
|
|
5425
|
+
return {
|
|
5426
|
+
ns: E,
|
|
5427
|
+
isHTML: s,
|
|
5428
|
+
tag: d
|
|
5429
|
+
};
|
|
5430
|
+
} else return t.push("/>"), null;
|
|
5431
|
+
case b:
|
|
5432
|
+
case S: return {
|
|
5433
|
+
ns: a.slice(),
|
|
5434
|
+
isHTML: s,
|
|
5435
|
+
tag: null
|
|
5436
|
+
};
|
|
5437
|
+
case p: return Ae(t, e.name, e.value), null;
|
|
5438
|
+
case m: return t.push(e.data.replace(/[<&>]/g, te)), null;
|
|
5439
|
+
case h:
|
|
5440
|
+
if (o && e.data.indexOf("]]>") !== -1) throw new j(A, "The CDATASection data contains \"]]>\"");
|
|
5441
|
+
return t.push("<![CDATA[", e.data.replace(/]]>/g, "]]]]><![CDATA[>"), "]]>"), null;
|
|
5442
|
+
case y:
|
|
5443
|
+
if (o && e.data.indexOf("-->") !== -1) throw new j(A, "The comment node data contains \"-->\"");
|
|
5444
|
+
return t.push("<!--", e.data, "-->"), null;
|
|
5445
|
+
case x:
|
|
5446
|
+
if (o) {
|
|
5447
|
+
if (e.publicId && !/^("[\x20\r\na-zA-Z0-9\-()+,.\/:=?;!*#@$_%']*"|'[\x20\r\na-zA-Z0-9\-()+,.\/:=?;!*#@$_%'"]*')$/.test(e.publicId)) throw new j(A, "DocumentType publicId is not a valid PubidLiteral");
|
|
5448
|
+
if (e.systemId && !/^("[^"]*"|'[^']*')$/.test(e.systemId)) throw new j(A, "DocumentType systemId is not a valid SystemLiteral");
|
|
5449
|
+
if (e.internalSubset && e.internalSubset.indexOf("]>") !== -1) throw new j(A, "DocumentType internalSubset contains \"]>\"");
|
|
5450
|
+
}
|
|
5451
|
+
var I = e.publicId, ee = e.systemId;
|
|
5452
|
+
if (t.push("<!DOCTYPE ", e.name), I) t.push(" PUBLIC ", I), ee && ee != "." && t.push(" ", ee), t.push(">");
|
|
5453
|
+
else if (ee && ee != ".") t.push(" SYSTEM ", ee, ">");
|
|
5454
|
+
else {
|
|
5455
|
+
var L = e.internalSubset;
|
|
5456
|
+
L && t.push(" [", L, "]"), t.push(">");
|
|
5457
|
+
}
|
|
5458
|
+
return null;
|
|
5459
|
+
case v:
|
|
5460
|
+
if (o && e.data.indexOf("?>") !== -1) throw new j(A, "The ProcessingInstruction data contains \"?>\"");
|
|
5461
|
+
return t.push("<?", e.target, " ", e.data, "?>"), null;
|
|
5462
|
+
case g: return t.push("&", e.nodeName, ";"), null;
|
|
5463
|
+
default: return t.push("??", e.nodeName), null;
|
|
5410
5464
|
}
|
|
5411
|
-
|
|
5412
|
-
|
|
5413
|
-
|
|
5414
|
-
|
|
5415
|
-
}
|
|
5465
|
+
},
|
|
5466
|
+
exit: function(e, n) {
|
|
5467
|
+
n && n.tag && t.push("</", n.tag, ">");
|
|
5468
|
+
}
|
|
5469
|
+
});
|
|
5470
|
+
}
|
|
5471
|
+
function Me(e, t, n) {
|
|
5472
|
+
var r;
|
|
5473
|
+
return B(t, null, { enter: function(t, i) {
|
|
5474
|
+
var a = t.cloneNode(!1);
|
|
5475
|
+
return a.ownerDocument = e, a.parentNode = null, i === null ? r = a : i.appendChild(a), t.nodeType === p || n ? a : null;
|
|
5476
|
+
} }), r;
|
|
5416
5477
|
}
|
|
5417
5478
|
function Ne(e, t, n) {
|
|
5418
5479
|
var r;
|
|
5419
|
-
|
|
5420
|
-
|
|
5421
|
-
|
|
5422
|
-
|
|
5423
|
-
|
|
5424
|
-
|
|
5425
|
-
|
|
5426
|
-
|
|
5427
|
-
|
|
5480
|
+
return B(t, null, { enter: function(t, i) {
|
|
5481
|
+
var a = new t.constructor();
|
|
5482
|
+
for (var o in t) if (Object.prototype.hasOwnProperty.call(t, o)) {
|
|
5483
|
+
var s = t[o];
|
|
5484
|
+
typeof s != "object" && s != a[o] && (a[o] = s);
|
|
5485
|
+
}
|
|
5486
|
+
t.childNodes && (a.childNodes = new M()), a.ownerDocument = e;
|
|
5487
|
+
var c = n;
|
|
5488
|
+
switch (a.nodeType) {
|
|
5489
|
+
case f:
|
|
5490
|
+
var l = t.attributes, u = a.attributes = new F(), d = l.length;
|
|
5491
|
+
u._ownerElement = a;
|
|
5492
|
+
for (var m = 0; m < d; m++) a.setAttributeNode(Ne(e, l.item(m), !0));
|
|
5493
|
+
break;
|
|
5494
|
+
case p: c = !0;
|
|
5495
|
+
}
|
|
5496
|
+
return i === null ? r = a : i.appendChild(a), c ? a : null;
|
|
5497
|
+
} }), r;
|
|
5428
5498
|
}
|
|
5429
5499
|
function Pe(e, t, n) {
|
|
5430
|
-
var r = new t.constructor();
|
|
5431
|
-
for (var i in t) if (Object.prototype.hasOwnProperty.call(t, i)) {
|
|
5432
|
-
var a = t[i];
|
|
5433
|
-
typeof a != "object" && a != r[i] && (r[i] = a);
|
|
5434
|
-
}
|
|
5435
|
-
switch (t.childNodes && (r.childNodes = new j()), r.ownerDocument = e, r.nodeType) {
|
|
5436
|
-
case f:
|
|
5437
|
-
var o = t.attributes, s = r.attributes = new N(), c = o.length;
|
|
5438
|
-
s._ownerElement = r;
|
|
5439
|
-
for (var l = 0; l < c; l++) r.setAttributeNode(Pe(e, o.item(l), !0));
|
|
5440
|
-
break;
|
|
5441
|
-
case p: n = !0;
|
|
5442
|
-
}
|
|
5443
|
-
if (n) for (var u = t.firstChild; u;) r.appendChild(Pe(e, u, n)), u = u.nextSibling;
|
|
5444
|
-
return r;
|
|
5445
|
-
}
|
|
5446
|
-
function Fe(e, t, n) {
|
|
5447
5500
|
e[t] = n;
|
|
5448
5501
|
}
|
|
5449
5502
|
try {
|
|
5450
|
-
|
|
5451
|
-
|
|
5452
|
-
|
|
5453
|
-
|
|
5454
|
-
|
|
5455
|
-
|
|
5456
|
-
|
|
5457
|
-
|
|
5458
|
-
|
|
5459
|
-
|
|
5460
|
-
|
|
5461
|
-
for (; this.firstChild;) this.removeChild(this.firstChild);
|
|
5462
|
-
(e || String(e)) && this.appendChild(this.ownerDocument.createTextNode(e));
|
|
5463
|
-
break;
|
|
5464
|
-
default: this.data = e, this.value = e, this.nodeValue = e;
|
|
5465
|
-
}
|
|
5503
|
+
Object.defineProperty && (Object.defineProperty(N.prototype, "length", { get: function() {
|
|
5504
|
+
return P(this), this.$$length;
|
|
5505
|
+
} }), Object.defineProperty(z.prototype, "textContent", {
|
|
5506
|
+
get: function() {
|
|
5507
|
+
if (this.nodeType === f || this.nodeType === S) {
|
|
5508
|
+
var e = [];
|
|
5509
|
+
return B(this, null, { enter: function(t) {
|
|
5510
|
+
if (t.nodeType === f || t.nodeType === S) return !0;
|
|
5511
|
+
if (t.nodeType === v || t.nodeType === y) return null;
|
|
5512
|
+
e.push(t.nodeValue);
|
|
5513
|
+
} }), e.join("");
|
|
5466
5514
|
}
|
|
5467
|
-
|
|
5468
|
-
|
|
5469
|
-
|
|
5515
|
+
return this.nodeValue;
|
|
5516
|
+
},
|
|
5517
|
+
set: function(e) {
|
|
5518
|
+
switch (this.nodeType) {
|
|
5470
5519
|
case f:
|
|
5471
5520
|
case S:
|
|
5472
|
-
|
|
5473
|
-
|
|
5474
|
-
|
|
5475
|
-
default:
|
|
5521
|
+
for (; this.firstChild;) this.removeChild(this.firstChild);
|
|
5522
|
+
(e || String(e)) && this.appendChild(this.ownerDocument.createTextNode(e));
|
|
5523
|
+
break;
|
|
5524
|
+
default: this.data = e, this.value = e, this.nodeValue = e;
|
|
5476
5525
|
}
|
|
5477
5526
|
}
|
|
5478
|
-
|
|
5479
|
-
|
|
5480
|
-
|
|
5481
|
-
}
|
|
5527
|
+
}), Pe = function(e, t, n) {
|
|
5528
|
+
e["$$" + t] = n;
|
|
5529
|
+
});
|
|
5482
5530
|
} catch {}
|
|
5483
|
-
e.DocumentType =
|
|
5531
|
+
e.DocumentType = xe, e.DOMException = j, e.DOMImplementation = R, e.Element = he, e.Node = z, e.NodeList = M, e.walkDOM = B, e.XMLSerializer = De;
|
|
5484
5532
|
})), Ro = /* @__PURE__ */ r(((e) => {
|
|
5485
5533
|
var t = Io().freeze;
|
|
5486
5534
|
e.XML_ENTITIES = t({
|
|
@@ -7663,10 +7711,10 @@ var Ha = t((() => {
|
|
|
7663
7711
|
case "/":
|
|
7664
7712
|
var k = e.indexOf(">", E + 3), A = e.substring(E + 2, k).replace(/[ \t\n\r]+$/g, ""), j = h.pop();
|
|
7665
7713
|
k < 0 ? (A = e.substring(E + 2).replace(/[\s<].*/, ""), a.error("end tag name: " + A + " is not complete:" + j.tagName), k = E + 1 + A.length) : A.match(/\s</) && (A = A.replace(/[\s<].*/, ""), a.error("end tag name: " + A + " maybe not complete"), k = E + 1 + A.length);
|
|
7666
|
-
var M = j.localNSMap,
|
|
7667
|
-
if (
|
|
7668
|
-
if (i.endElement(j.uri, j.localName, A), M) for (var
|
|
7669
|
-
|
|
7714
|
+
var M = j.localNSMap, N = j.tagName == A;
|
|
7715
|
+
if (N || j.tagName && j.tagName.toLowerCase() == A.toLowerCase()) {
|
|
7716
|
+
if (i.endElement(j.uri, j.localName, A), M) for (var P in M) Object.prototype.hasOwnProperty.call(M, P) && i.endPrefixMapping(P);
|
|
7717
|
+
N || a.fatalError("end tag name: " + A + " is not match the current start tagName:" + j.tagName);
|
|
7670
7718
|
} else h.push(j);
|
|
7671
7719
|
k++;
|
|
7672
7720
|
break;
|
|
@@ -7678,15 +7726,15 @@ var Ha = t((() => {
|
|
|
7678
7726
|
break;
|
|
7679
7727
|
default:
|
|
7680
7728
|
m && l(E);
|
|
7681
|
-
var
|
|
7682
|
-
if (!
|
|
7683
|
-
for (var
|
|
7684
|
-
var
|
|
7685
|
-
l(
|
|
7729
|
+
var F = new w(), I = h[h.length - 1].currentNSMap, k = _(e, E, F, I, s, a), ee = F.length;
|
|
7730
|
+
if (!F.closed && b(e, k, F.tagName, x) && (F.closed = !0, r.nbsp || a.warning("unclosed xml attribute")), m && ee) {
|
|
7731
|
+
for (var L = g(m, {}), R = 0; R < ee; R++) {
|
|
7732
|
+
var z = F[R];
|
|
7733
|
+
l(z.offset), z.locator = g(m, {});
|
|
7686
7734
|
}
|
|
7687
|
-
i.locator =
|
|
7688
|
-
} else v(
|
|
7689
|
-
t.isHTML(
|
|
7735
|
+
i.locator = L, v(F, i, I) && h.push(F), i.locator = m;
|
|
7736
|
+
} else v(F, i, I) && h.push(F);
|
|
7737
|
+
t.isHTML(F.uri) && !F.closed ? k = y(e, k, F.tagName, s, i) : k++;
|
|
7690
7738
|
}
|
|
7691
7739
|
} catch (e) {
|
|
7692
7740
|
if (e instanceof p) throw e;
|
|
@@ -16653,14 +16701,14 @@ var Ha = t((() => {
|
|
|
16653
16701
|
}
|
|
16654
16702
|
function D(e) {
|
|
16655
16703
|
if (e.type === "element") {
|
|
16656
|
-
var t =
|
|
16704
|
+
var t = oe[e.name];
|
|
16657
16705
|
if (t) return t(e);
|
|
16658
16706
|
if (!Object.prototype.hasOwnProperty.call(m, e.name)) return h([o("An unrecognised element was ignored: " + e.name)]);
|
|
16659
16707
|
}
|
|
16660
16708
|
return g();
|
|
16661
16709
|
}
|
|
16662
16710
|
function O(e) {
|
|
16663
|
-
return
|
|
16711
|
+
return F(e).map(function(t) {
|
|
16664
16712
|
return {
|
|
16665
16713
|
type: "paragraphProperties",
|
|
16666
16714
|
styleId: t.styleId,
|
|
@@ -16680,7 +16728,7 @@ var Ha = t((() => {
|
|
|
16680
16728
|
};
|
|
16681
16729
|
}
|
|
16682
16730
|
function A(e) {
|
|
16683
|
-
return
|
|
16731
|
+
return I(e).map(function(t) {
|
|
16684
16732
|
var n = e.firstOrEmpty("w:sz").attributes["w:val"], r = /^[0-9]+$/.test(n) ? parseInt(n, 10) / 2 : null;
|
|
16685
16733
|
return {
|
|
16686
16734
|
type: "runProperties",
|
|
@@ -16695,7 +16743,7 @@ var Ha = t((() => {
|
|
|
16695
16743
|
isStrikethrough: M(e.first("w:strike")),
|
|
16696
16744
|
isAllCaps: M(e.first("w:caps")),
|
|
16697
16745
|
isSmallCaps: M(e.first("w:smallCaps")),
|
|
16698
|
-
highlight:
|
|
16746
|
+
highlight: P(e.firstOrEmpty("w:highlight").attributes["w:val"])
|
|
16699
16747
|
};
|
|
16700
16748
|
});
|
|
16701
16749
|
}
|
|
@@ -16711,33 +16759,33 @@ var Ha = t((() => {
|
|
|
16711
16759
|
return t !== "false" && t !== "0";
|
|
16712
16760
|
} else return !1;
|
|
16713
16761
|
}
|
|
16714
|
-
function ee(e) {
|
|
16715
|
-
return e !== "false" && e !== "0";
|
|
16716
|
-
}
|
|
16717
16762
|
function N(e) {
|
|
16718
|
-
return
|
|
16763
|
+
return e !== "false" && e !== "0";
|
|
16719
16764
|
}
|
|
16720
16765
|
function P(e) {
|
|
16721
|
-
return
|
|
16766
|
+
return !e || e === "none" ? null : e;
|
|
16722
16767
|
}
|
|
16723
16768
|
function F(e) {
|
|
16724
|
-
return
|
|
16769
|
+
return L(e, "w:pStyle", "Paragraph", T.findParagraphStyleById);
|
|
16725
16770
|
}
|
|
16726
|
-
function
|
|
16727
|
-
return
|
|
16771
|
+
function I(e) {
|
|
16772
|
+
return L(e, "w:rStyle", "Run", T.findCharacterStyleById);
|
|
16728
16773
|
}
|
|
16729
|
-
function
|
|
16774
|
+
function ee(e) {
|
|
16775
|
+
return L(e, "w:tblStyle", "Table", T.findTableStyleById);
|
|
16776
|
+
}
|
|
16777
|
+
function L(e, t, n, r) {
|
|
16730
16778
|
var i = [], a = e.first(t), o = null, s = null;
|
|
16731
16779
|
if (a && (o = a.attributes["w:val"], o)) {
|
|
16732
16780
|
var c = r(o);
|
|
16733
|
-
c ? s = c.name : i.push(
|
|
16781
|
+
c ? s = c.name : i.push(ge(n, o));
|
|
16734
16782
|
}
|
|
16735
16783
|
return v({
|
|
16736
16784
|
styleId: o,
|
|
16737
16785
|
name: s
|
|
16738
16786
|
}, i);
|
|
16739
16787
|
}
|
|
16740
|
-
function
|
|
16788
|
+
function R(e) {
|
|
16741
16789
|
var n = e.attributes["w:fldCharType"];
|
|
16742
16790
|
if (n === "begin") t.push({
|
|
16743
16791
|
type: "begin",
|
|
@@ -16745,23 +16793,23 @@ var Ha = t((() => {
|
|
|
16745
16793
|
}), a = [];
|
|
16746
16794
|
else if (n === "end") {
|
|
16747
16795
|
var r = t.pop();
|
|
16748
|
-
if (r.type === "begin" && (r =
|
|
16796
|
+
if (r.type === "begin" && (r = te(r)), r.type === "checkbox") return _(i.checkbox({ checked: r.checked }));
|
|
16749
16797
|
} else if (n === "separate") {
|
|
16750
|
-
var o =
|
|
16798
|
+
var o = te(t.pop());
|
|
16751
16799
|
t.push(o);
|
|
16752
16800
|
}
|
|
16753
16801
|
return g();
|
|
16754
16802
|
}
|
|
16755
|
-
function
|
|
16803
|
+
function z() {
|
|
16756
16804
|
var e = r.last(t.filter(function(e) {
|
|
16757
16805
|
return e.type === "hyperlink";
|
|
16758
16806
|
}));
|
|
16759
16807
|
return e ? e.options : null;
|
|
16760
16808
|
}
|
|
16761
|
-
function
|
|
16762
|
-
return
|
|
16809
|
+
function te(e) {
|
|
16810
|
+
return ne(a.join(""), e.type === "begin" ? e.fldChar : s.emptyElement);
|
|
16763
16811
|
}
|
|
16764
|
-
function
|
|
16812
|
+
function ne(e, t) {
|
|
16765
16813
|
var n = /^\s*HYPERLINK\s+(\\l\s+)?(?:"(.*)"|([^\\]\S*))/.exec(e);
|
|
16766
16814
|
if (n) {
|
|
16767
16815
|
var r = n[2] === void 0 ? n[3] : n[2];
|
|
@@ -16779,14 +16827,14 @@ var Ha = t((() => {
|
|
|
16779
16827
|
}
|
|
16780
16828
|
return { type: "unknown" };
|
|
16781
16829
|
}
|
|
16782
|
-
function
|
|
16830
|
+
function B(e) {
|
|
16783
16831
|
return a.push(e.text()), g();
|
|
16784
16832
|
}
|
|
16785
|
-
function
|
|
16833
|
+
function re(e) {
|
|
16786
16834
|
var t = e.attributes["w:font"], r = e.attributes["w:char"], a = n.hex(t, r);
|
|
16787
16835
|
return a == null && /^F0..$/.test(r) && (a = n.hex(t, r.substring(2))), a == null ? h([o("A w:sym element with an unsupported character was ignored: char " + r + " in font " + t)]) : _(new i.Text(a.string));
|
|
16788
16836
|
}
|
|
16789
|
-
function
|
|
16837
|
+
function ie(e) {
|
|
16790
16838
|
return function(t) {
|
|
16791
16839
|
var n = t.attributes["w:id"];
|
|
16792
16840
|
return _(new i.NoteReference({
|
|
@@ -16795,13 +16843,13 @@ var Ha = t((() => {
|
|
|
16795
16843
|
}));
|
|
16796
16844
|
};
|
|
16797
16845
|
}
|
|
16798
|
-
function
|
|
16846
|
+
function ae(e) {
|
|
16799
16847
|
return _(i.commentReference({ commentId: e.attributes["w:id"] }));
|
|
16800
16848
|
}
|
|
16801
|
-
function
|
|
16849
|
+
function V(e) {
|
|
16802
16850
|
return E(e.children);
|
|
16803
16851
|
}
|
|
16804
|
-
var
|
|
16852
|
+
var oe = {
|
|
16805
16853
|
"w:p": function(e) {
|
|
16806
16854
|
var t = e.firstOrEmpty("w:pPr");
|
|
16807
16855
|
if (t.firstOrEmpty("w:rPr").first("w:del")) return e.children.forEach(function(e) {
|
|
@@ -16814,12 +16862,12 @@ var Ha = t((() => {
|
|
|
16814
16862
|
},
|
|
16815
16863
|
"w:r": function(e) {
|
|
16816
16864
|
return y.map(A(e.firstOrEmpty("w:rPr")), E(e.children), function(e, t) {
|
|
16817
|
-
var n =
|
|
16865
|
+
var n = z();
|
|
16818
16866
|
return n !== null && (t = [new i.Hyperlink(t, n)]), new i.Run(t, e);
|
|
16819
16867
|
});
|
|
16820
16868
|
},
|
|
16821
|
-
"w:fldChar":
|
|
16822
|
-
"w:instrText":
|
|
16869
|
+
"w:fldChar": R,
|
|
16870
|
+
"w:instrText": B,
|
|
16823
16871
|
"w:t": function(e) {
|
|
16824
16872
|
return _(new i.Text(e.text()));
|
|
16825
16873
|
},
|
|
@@ -16832,7 +16880,7 @@ var Ha = t((() => {
|
|
|
16832
16880
|
"w:softHyphen": function(e) {
|
|
16833
16881
|
return _(new i.Text(""));
|
|
16834
16882
|
},
|
|
16835
|
-
"w:sym":
|
|
16883
|
+
"w:sym": re,
|
|
16836
16884
|
"w:hyperlink": function(e) {
|
|
16837
16885
|
var t = e.attributes["r:id"], n = e.attributes["w:anchor"];
|
|
16838
16886
|
return E(e.children).map(function(a) {
|
|
@@ -16847,12 +16895,12 @@ var Ha = t((() => {
|
|
|
16847
16895
|
else return a;
|
|
16848
16896
|
});
|
|
16849
16897
|
},
|
|
16850
|
-
"w:tbl":
|
|
16851
|
-
"w:tr":
|
|
16852
|
-
"w:tc":
|
|
16853
|
-
"w:footnoteReference":
|
|
16854
|
-
"w:endnoteReference":
|
|
16855
|
-
"w:commentReference":
|
|
16898
|
+
"w:tbl": se,
|
|
16899
|
+
"w:tr": H,
|
|
16900
|
+
"w:tc": U,
|
|
16901
|
+
"w:footnoteReference": ie("footnote"),
|
|
16902
|
+
"w:endnoteReference": ie("endnote"),
|
|
16903
|
+
"w:commentReference": ae,
|
|
16856
16904
|
"w:br": function(e) {
|
|
16857
16905
|
var t = e.attributes["w:type"];
|
|
16858
16906
|
return t == null || t === "textWrapping" ? _(i.lineBreak) : t === "page" ? _(i.pageBreak) : t === "column" ? _(i.columnBreak) : h([o("Unsupported break type: " + t)]);
|
|
@@ -16862,57 +16910,57 @@ var Ha = t((() => {
|
|
|
16862
16910
|
return t === "_GoBack" ? g() : _(new i.BookmarkStart({ name: t }));
|
|
16863
16911
|
},
|
|
16864
16912
|
"mc:AlternateContent": function(e) {
|
|
16865
|
-
return
|
|
16913
|
+
return V(e.firstOrEmpty("mc:Fallback"));
|
|
16866
16914
|
},
|
|
16867
16915
|
"w:sdt": function(e) {
|
|
16868
16916
|
return E(e.firstOrEmpty("w:sdtContent").children).map(function(t) {
|
|
16869
16917
|
var n = e.firstOrEmpty("w:sdtPr").first("wordml:checkbox");
|
|
16870
16918
|
if (n) {
|
|
16871
|
-
var r = n.first("wordml:checked"), a = !!r &&
|
|
16919
|
+
var r = n.first("wordml:checked"), a = !!r && N(r.attributes["wordml:val"]), o = i.checkbox({ checked: a }), s = !1, l = t.map(c._elementsOfType(i.types.text, function(e) {
|
|
16872
16920
|
return e.value.length > 0 && !s ? (s = !0, o) : e;
|
|
16873
16921
|
}));
|
|
16874
16922
|
return s ? l : o;
|
|
16875
16923
|
} else return t;
|
|
16876
16924
|
});
|
|
16877
16925
|
},
|
|
16878
|
-
"w:ins":
|
|
16879
|
-
"w:object":
|
|
16880
|
-
"w:smartTag":
|
|
16881
|
-
"w:drawing":
|
|
16926
|
+
"w:ins": V,
|
|
16927
|
+
"w:object": V,
|
|
16928
|
+
"w:smartTag": V,
|
|
16929
|
+
"w:drawing": V,
|
|
16882
16930
|
"w:pict": function(e) {
|
|
16883
|
-
return
|
|
16931
|
+
return V(e).toExtra();
|
|
16884
16932
|
},
|
|
16885
|
-
"v:roundrect":
|
|
16886
|
-
"v:shape":
|
|
16887
|
-
"v:textbox":
|
|
16888
|
-
"w:txbxContent":
|
|
16889
|
-
"wp:inline":
|
|
16890
|
-
"wp:anchor":
|
|
16891
|
-
"v:imagedata":
|
|
16892
|
-
"v:group":
|
|
16893
|
-
"v:rect":
|
|
16933
|
+
"v:roundrect": V,
|
|
16934
|
+
"v:shape": V,
|
|
16935
|
+
"v:textbox": V,
|
|
16936
|
+
"w:txbxContent": V,
|
|
16937
|
+
"wp:inline": W,
|
|
16938
|
+
"wp:anchor": W,
|
|
16939
|
+
"v:imagedata": pe,
|
|
16940
|
+
"v:group": V,
|
|
16941
|
+
"v:rect": V
|
|
16894
16942
|
};
|
|
16895
16943
|
return {
|
|
16896
16944
|
readXmlElement: D,
|
|
16897
16945
|
readXmlElements: E
|
|
16898
16946
|
};
|
|
16899
|
-
function
|
|
16900
|
-
var t =
|
|
16901
|
-
return E(e.children).flatMap(
|
|
16947
|
+
function se(e) {
|
|
16948
|
+
var t = ce(e.firstOrEmpty("w:tblPr"));
|
|
16949
|
+
return E(e.children).flatMap(ue).flatMap(function(e) {
|
|
16902
16950
|
return t.map(function(t) {
|
|
16903
16951
|
return i.Table(e, t);
|
|
16904
16952
|
});
|
|
16905
16953
|
});
|
|
16906
16954
|
}
|
|
16907
|
-
function
|
|
16908
|
-
return
|
|
16955
|
+
function ce(e) {
|
|
16956
|
+
return ee(e).map(function(e) {
|
|
16909
16957
|
return {
|
|
16910
16958
|
styleId: e.styleId,
|
|
16911
16959
|
styleName: e.name
|
|
16912
16960
|
};
|
|
16913
16961
|
});
|
|
16914
16962
|
}
|
|
16915
|
-
function
|
|
16963
|
+
function H(e) {
|
|
16916
16964
|
var t = e.firstOrEmpty("w:trPr");
|
|
16917
16965
|
if (t.first("w:del")) return g();
|
|
16918
16966
|
var n = !!t.first("w:tblHeader");
|
|
@@ -16920,28 +16968,28 @@ var Ha = t((() => {
|
|
|
16920
16968
|
return i.TableRow(e, { isHeader: n });
|
|
16921
16969
|
});
|
|
16922
16970
|
}
|
|
16923
|
-
function
|
|
16971
|
+
function U(e) {
|
|
16924
16972
|
return E(e.children).map(function(t) {
|
|
16925
16973
|
var n = e.firstOrEmpty("w:tcPr"), r = n.firstOrEmpty("w:gridSpan").attributes["w:val"], a = r ? parseInt(r, 10) : 1, o = i.TableCell(t, { colSpan: a });
|
|
16926
|
-
return o._vMerge =
|
|
16974
|
+
return o._vMerge = le(n), o;
|
|
16927
16975
|
});
|
|
16928
16976
|
}
|
|
16929
|
-
function
|
|
16977
|
+
function le(e) {
|
|
16930
16978
|
var t = e.first("w:vMerge");
|
|
16931
16979
|
if (t) {
|
|
16932
16980
|
var n = t.attributes["w:val"];
|
|
16933
16981
|
return n === "continue" || !n;
|
|
16934
16982
|
} else return null;
|
|
16935
16983
|
}
|
|
16936
|
-
function
|
|
16984
|
+
function ue(e) {
|
|
16937
16985
|
if (r.any(e, function(e) {
|
|
16938
16986
|
return e.type !== i.types.tableRow;
|
|
16939
|
-
})) return
|
|
16987
|
+
})) return de(e), v(e, [o("unexpected non-row element in table, cell merging may be incorrect")]);
|
|
16940
16988
|
if (r.any(e, function(e) {
|
|
16941
16989
|
return r.any(e.children, function(e) {
|
|
16942
16990
|
return e.type !== i.types.tableCell;
|
|
16943
16991
|
});
|
|
16944
|
-
})) return
|
|
16992
|
+
})) return de(e), v(e, [o("unexpected non-cell element in table row, cell merging may be incorrect")]);
|
|
16945
16993
|
var t = {};
|
|
16946
16994
|
return e.forEach(function(e) {
|
|
16947
16995
|
var n = 0;
|
|
@@ -16956,19 +17004,19 @@ var Ha = t((() => {
|
|
|
16956
17004
|
});
|
|
16957
17005
|
}), _(e);
|
|
16958
17006
|
}
|
|
16959
|
-
function
|
|
17007
|
+
function de(e) {
|
|
16960
17008
|
e.forEach(function(e) {
|
|
16961
17009
|
c.getDescendantsOfType(e, i.types.tableCell).forEach(function(e) {
|
|
16962
17010
|
delete e._vMerge;
|
|
16963
17011
|
});
|
|
16964
17012
|
});
|
|
16965
17013
|
}
|
|
16966
|
-
function
|
|
16967
|
-
return b(e.getElementsByTagName("a:graphic").getElementsByTagName("a:graphicData").getElementsByTagName("pic:pic").getElementsByTagName("pic:blipFill").getElementsByTagName("a:blip").map(
|
|
17014
|
+
function W(e) {
|
|
17015
|
+
return b(e.getElementsByTagName("a:graphic").getElementsByTagName("a:graphicData").getElementsByTagName("pic:pic").getElementsByTagName("pic:blipFill").getElementsByTagName("a:blip").map(G.bind(null, e)));
|
|
16968
17016
|
}
|
|
16969
|
-
function
|
|
16970
|
-
var n = e.firstOrEmpty("wp:docPr"), r = n.attributes, a =
|
|
16971
|
-
return s === null ? h([o("Could not find image file for a:blip element")]) :
|
|
17017
|
+
function G(e, t) {
|
|
17018
|
+
var n = e.firstOrEmpty("wp:docPr"), r = n.attributes, a = K(r.descr) ? r.title : r.descr, s = fe(t);
|
|
17019
|
+
return s === null ? h([o("Could not find image file for a:blip element")]) : he(s, a).map(function(e) {
|
|
16972
17020
|
var t = n.firstOrEmpty("a:hlinkClick").attributes["r:id"];
|
|
16973
17021
|
if (t) {
|
|
16974
17022
|
var r = d.findTargetByRelationshipId(t);
|
|
@@ -16976,12 +17024,12 @@ var Ha = t((() => {
|
|
|
16976
17024
|
} else return e;
|
|
16977
17025
|
});
|
|
16978
17026
|
}
|
|
16979
|
-
function
|
|
17027
|
+
function K(e) {
|
|
16980
17028
|
return e == null || /^\s*$/.test(e);
|
|
16981
17029
|
}
|
|
16982
|
-
function
|
|
17030
|
+
function fe(e) {
|
|
16983
17031
|
var t = e.attributes["r:embed"], n = e.attributes["r:link"];
|
|
16984
|
-
if (t) return
|
|
17032
|
+
if (t) return me(t);
|
|
16985
17033
|
if (n) {
|
|
16986
17034
|
var r = d.findTargetByRelationshipId(n);
|
|
16987
17035
|
return {
|
|
@@ -16990,18 +17038,18 @@ var Ha = t((() => {
|
|
|
16990
17038
|
};
|
|
16991
17039
|
} else return null;
|
|
16992
17040
|
}
|
|
16993
|
-
function
|
|
17041
|
+
function pe(e) {
|
|
16994
17042
|
var t = e.attributes["r:id"];
|
|
16995
|
-
return t ?
|
|
17043
|
+
return t ? he(me(t), e.attributes["o:title"]) : h([o("A v:imagedata element without a relationship ID was ignored")]);
|
|
16996
17044
|
}
|
|
16997
|
-
function
|
|
17045
|
+
function me(e) {
|
|
16998
17046
|
var t = l.uriToZipEntryName("word", d.findTargetByRelationshipId(e));
|
|
16999
17047
|
return {
|
|
17000
17048
|
path: t,
|
|
17001
17049
|
read: S.read.bind(S, t)
|
|
17002
17050
|
};
|
|
17003
17051
|
}
|
|
17004
|
-
function
|
|
17052
|
+
function he(e, t) {
|
|
17005
17053
|
var n = x.findContentType(e.path);
|
|
17006
17054
|
return v(i.Image({
|
|
17007
17055
|
readImage: e.read,
|
|
@@ -17009,7 +17057,7 @@ var Ha = t((() => {
|
|
|
17009
17057
|
contentType: n
|
|
17010
17058
|
}), p[n] ? [] : o("Image of type " + n + " is unlikely to display in web browsers"));
|
|
17011
17059
|
}
|
|
17012
|
-
function
|
|
17060
|
+
function ge(e, t) {
|
|
17013
17061
|
return o(e + " style with ID " + t + " was referenced but not defined in the document");
|
|
17014
17062
|
}
|
|
17015
17063
|
}
|
|
@@ -17959,7 +18007,7 @@ var Ha = t((() => {
|
|
|
17959
18007
|
}
|
|
17960
18008
|
function w(e, t, n) {
|
|
17961
18009
|
if (!n) throw Error("options not set");
|
|
17962
|
-
var r =
|
|
18010
|
+
var r = ae[e.type];
|
|
17963
18011
|
return r ? r(e, t, n) : [];
|
|
17964
18012
|
}
|
|
17965
18013
|
function T(e, t, n) {
|
|
@@ -18009,27 +18057,27 @@ var Ha = t((() => {
|
|
|
18009
18057
|
};
|
|
18010
18058
|
}
|
|
18011
18059
|
function M(e) {
|
|
18012
|
-
return N(e.noteType, e.noteId);
|
|
18013
|
-
}
|
|
18014
|
-
function ee(e) {
|
|
18015
18060
|
return P(e.noteType, e.noteId);
|
|
18016
18061
|
}
|
|
18017
|
-
function N(e
|
|
18018
|
-
return F(e
|
|
18062
|
+
function N(e) {
|
|
18063
|
+
return F(e.noteType, e.noteId);
|
|
18019
18064
|
}
|
|
18020
18065
|
function P(e, t) {
|
|
18021
|
-
return
|
|
18066
|
+
return I(e + "-" + t);
|
|
18022
18067
|
}
|
|
18023
|
-
function F(e) {
|
|
18068
|
+
function F(e, t) {
|
|
18069
|
+
return I(e + "-ref-" + t);
|
|
18070
|
+
}
|
|
18071
|
+
function I(e) {
|
|
18024
18072
|
return v + e;
|
|
18025
18073
|
}
|
|
18026
|
-
var
|
|
18027
|
-
function
|
|
18028
|
-
return k(e,
|
|
18029
|
-
return
|
|
18074
|
+
var ee = a.elements([a.element("table", {}, { fresh: !0 })]);
|
|
18075
|
+
function L(e, t, n) {
|
|
18076
|
+
return k(e, ee).wrap(function() {
|
|
18077
|
+
return R(e, t, n);
|
|
18030
18078
|
});
|
|
18031
18079
|
}
|
|
18032
|
-
function
|
|
18080
|
+
function R(e, t, r) {
|
|
18033
18081
|
var a = n.findIndex(e.children, function(e) {
|
|
18034
18082
|
return !e.type === i.types.tableRow || !e.isHeader;
|
|
18035
18083
|
});
|
|
@@ -18042,46 +18090,46 @@ var Ha = t((() => {
|
|
|
18042
18090
|
}
|
|
18043
18091
|
return [c.forceWrite].concat(o);
|
|
18044
18092
|
}
|
|
18045
|
-
function
|
|
18093
|
+
function z(e, t, n) {
|
|
18046
18094
|
var r = C(e.children, t, n);
|
|
18047
18095
|
return [c.freshElement("tr", {}, [c.forceWrite].concat(r))];
|
|
18048
18096
|
}
|
|
18049
|
-
function
|
|
18097
|
+
function te(e, t, n) {
|
|
18050
18098
|
var r = n.isTableHeader ? "th" : "td", i = C(e.children, t, n), a = {};
|
|
18051
18099
|
return e.colSpan !== 1 && (a.colspan = e.colSpan.toString()), e.rowSpan !== 1 && (a.rowspan = e.rowSpan.toString()), [c.freshElement(r, a, [c.forceWrite].concat(i))];
|
|
18052
18100
|
}
|
|
18053
|
-
function
|
|
18101
|
+
function ne(e, n, r) {
|
|
18054
18102
|
return k(e, a.ignore).wrap(function() {
|
|
18055
18103
|
var n = t[e.commentId], r = f.length + 1, i = "[" + _(n) + r + "]";
|
|
18056
18104
|
return f.push({
|
|
18057
18105
|
label: i,
|
|
18058
18106
|
comment: n
|
|
18059
18107
|
}), [c.freshElement("a", {
|
|
18060
|
-
href: "#" +
|
|
18061
|
-
id:
|
|
18108
|
+
href: "#" + P("comment", e.commentId),
|
|
18109
|
+
id: F("comment", e.commentId)
|
|
18062
18110
|
}, [c.text(i)])];
|
|
18063
18111
|
});
|
|
18064
18112
|
}
|
|
18065
|
-
function
|
|
18066
|
-
var r = e.label, i = e.comment, a = C(i.body, t, n).concat([c.nonFreshElement("p", {}, [c.text(" "), c.freshElement("a", { href: "#" +
|
|
18067
|
-
return [c.freshElement("dt", { id:
|
|
18113
|
+
function B(e, t, n) {
|
|
18114
|
+
var r = e.label, i = e.comment, a = C(i.body, t, n).concat([c.nonFreshElement("p", {}, [c.text(" "), c.freshElement("a", { href: "#" + F("comment", i.commentId) }, [c.text("↑")])])]);
|
|
18115
|
+
return [c.freshElement("dt", { id: P("comment", i.commentId) }, [c.text("Comment " + r)]), c.freshElement("dd", {}, a)];
|
|
18068
18116
|
}
|
|
18069
|
-
function
|
|
18070
|
-
return
|
|
18117
|
+
function re(e, t, n) {
|
|
18118
|
+
return ie(e).wrap(function() {
|
|
18071
18119
|
return [];
|
|
18072
18120
|
});
|
|
18073
18121
|
}
|
|
18074
|
-
function
|
|
18122
|
+
function ie(e) {
|
|
18075
18123
|
var t = A(e);
|
|
18076
18124
|
return t ? t.to : e.breakType === "line" ? a.topLevelElement("br") : a.empty;
|
|
18077
18125
|
}
|
|
18078
|
-
var
|
|
18126
|
+
var ae = {
|
|
18079
18127
|
document: function(e, t, n) {
|
|
18080
18128
|
var r = C(e.children, t, n), i = C(d.map(function(t) {
|
|
18081
18129
|
return e.notes.resolve(t);
|
|
18082
18130
|
}), t, n);
|
|
18083
18131
|
return r.concat([c.freshElement("ol", {}, i), c.freshElement("dl", {}, h(f, function(e) {
|
|
18084
|
-
return
|
|
18132
|
+
return B(e, t, n);
|
|
18085
18133
|
}))]);
|
|
18086
18134
|
},
|
|
18087
18135
|
paragraph: T,
|
|
@@ -18093,7 +18141,7 @@ var Ha = t((() => {
|
|
|
18093
18141
|
return [c.text(" ")];
|
|
18094
18142
|
},
|
|
18095
18143
|
hyperlink: function(e, t, n) {
|
|
18096
|
-
var r = { href: e.anchor ? "#" +
|
|
18144
|
+
var r = { href: e.anchor ? "#" + I(e.anchor) : e.href };
|
|
18097
18145
|
e.targetFrame != null && (r.target = e.targetFrame);
|
|
18098
18146
|
var i = C(e.children, t, n);
|
|
18099
18147
|
return [c.nonFreshElement("a", r, i)];
|
|
@@ -18103,27 +18151,27 @@ var Ha = t((() => {
|
|
|
18103
18151
|
return e.checked && (t.checked = "checked"), [c.freshElement("input", t)];
|
|
18104
18152
|
},
|
|
18105
18153
|
bookmarkStart: function(e, t, n) {
|
|
18106
|
-
return [c.freshElement("a", { id:
|
|
18154
|
+
return [c.freshElement("a", { id: I(e.name) }, [c.forceWrite])];
|
|
18107
18155
|
},
|
|
18108
18156
|
noteReference: function(e, t, n) {
|
|
18109
18157
|
d.push(e);
|
|
18110
18158
|
var r = c.freshElement("a", {
|
|
18111
18159
|
href: "#" + M(e),
|
|
18112
|
-
id:
|
|
18160
|
+
id: N(e)
|
|
18113
18161
|
}, [c.text("[" + u++ + "]")]);
|
|
18114
18162
|
return [c.freshElement("sup", {}, [r])];
|
|
18115
18163
|
},
|
|
18116
18164
|
note: function(e, t, n) {
|
|
18117
|
-
var r = C(e.body, t, n), i = c.elementWithTag(a.element("p", {}, { fresh: !1 }), [c.text(" "), c.freshElement("a", { href: "#" +
|
|
18165
|
+
var r = C(e.body, t, n), i = c.elementWithTag(a.element("p", {}, { fresh: !1 }), [c.text(" "), c.freshElement("a", { href: "#" + N(e) }, [c.text("↑")])]), o = r.concat([i]);
|
|
18118
18166
|
return c.freshElement("li", { id: M(e) }, o);
|
|
18119
18167
|
},
|
|
18120
|
-
commentReference:
|
|
18121
|
-
comment:
|
|
18168
|
+
commentReference: ne,
|
|
18169
|
+
comment: B,
|
|
18122
18170
|
image: p(j(e.convertImage || s.dataUri)),
|
|
18123
|
-
table:
|
|
18124
|
-
tableRow:
|
|
18125
|
-
tableCell:
|
|
18126
|
-
break:
|
|
18171
|
+
table: L,
|
|
18172
|
+
tableRow: z,
|
|
18173
|
+
tableCell: te,
|
|
18174
|
+
break: re
|
|
18127
18175
|
};
|
|
18128
18176
|
return { convertToHtml: S };
|
|
18129
18177
|
}
|