jk-vue-comps 0.1.19 → 0.2.2

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.
@@ -13,8 +13,7 @@ function Ee(a) {
13
13
  }, b = "0123456789abcdefghijklmnopqrstuvwxyz", se = !0;
14
14
  function g(e, r) {
15
15
  var n, s, t, u, c, i, f, l, o = this;
16
- if (!(o instanceof g))
17
- return new g(e, r);
16
+ if (!(o instanceof g)) return new g(e, r);
18
17
  if (r == null) {
19
18
  if (e && e._isBigNumber === !0) {
20
19
  o.s = e.s, !e.c || e.e > H ? o.c = o.e = null : e.e < K ? o.c = [o.e = 0] : (o.e = e.e, o.c = e.c.slice());
@@ -22,15 +21,13 @@ function Ee(a) {
22
21
  }
23
22
  if ((i = typeof e == "number") && e * 0 == 0) {
24
23
  if (o.s = 1 / e < 0 ? (e = -e, -1) : 1, e === ~~e) {
25
- for (u = 0, c = e; c >= 10; c /= 10, u++)
26
- ;
24
+ for (u = 0, c = e; c >= 10; c /= 10, u++) ;
27
25
  u > H ? o.c = o.e = null : (o.e = u, o.c = [e]);
28
26
  return;
29
27
  }
30
28
  l = String(e);
31
29
  } else {
32
- if (!_e.test(l = String(e)))
33
- return O(o, l, i);
30
+ if (!_e.test(l = String(e))) return O(o, l, i);
34
31
  o.s = l.charCodeAt(0) == 45 ? (l = l.slice(1), -1) : 1;
35
32
  }
36
33
  (u = l.indexOf(".")) > -1 && (l = l.replace(".", "")), (c = l.search(/e/i)) > 0 ? (u < 0 && (u = c), u += +l.slice(c + 1), l = l.substring(0, c)) : u < 0 && (u = l.length);
@@ -38,8 +35,7 @@ function Ee(a) {
38
35
  if (B(r, 2, b.length, "Base"), r == 10 && se)
39
36
  return o = new g(e), q(o, S + o.e + 1, R);
40
37
  if (l = String(e), i = typeof e == "number") {
41
- if (e * 0 != 0)
42
- return O(o, l, i, r);
38
+ if (e * 0 != 0) return O(o, l, i, r);
43
39
  if (o.s = 1 / e < 0 ? (l = l.slice(1), -1) : 1, g.DEBUG && l.replace(/^0\.0*|\./, "").length > 15)
44
40
  throw Error(me + e);
45
41
  } else
@@ -59,10 +55,8 @@ function Ee(a) {
59
55
  }
60
56
  i = !1, l = d(l, r, 10, o.s), (u = l.indexOf(".")) > -1 ? l = l.replace(".", "") : u = l.length;
61
57
  }
62
- for (c = 0; l.charCodeAt(c) === 48; c++)
63
- ;
64
- for (f = l.length; l.charCodeAt(--f) === 48; )
65
- ;
58
+ for (c = 0; l.charCodeAt(c) === 48; c++) ;
59
+ for (f = l.length; l.charCodeAt(--f) === 48; ) ;
66
60
  if (l = l.slice(c, ++f)) {
67
61
  if (f -= c, i && g.DEBUG && f > 15 && (e > pe || e !== $(e)))
68
62
  throw Error(me + o.s * e);
@@ -77,8 +71,7 @@ function Ee(a) {
77
71
  c = E - (l = l.slice(c)).length;
78
72
  } else
79
73
  c -= f;
80
- for (; c--; l += "0")
81
- ;
74
+ for (; c--; l += "0") ;
82
75
  o.c.push(+l);
83
76
  }
84
77
  } else
@@ -107,10 +100,8 @@ function Ee(a) {
107
100
  else
108
101
  throw Error(G + r + " not true or false: " + n);
109
102
  if (e.hasOwnProperty(r = "MODULO_MODE") && (n = e[r], B(n, 0, 9, r), ne = n), e.hasOwnProperty(r = "POW_PRECISION") && (n = e[r], B(n, 0, M, r), J = n), e.hasOwnProperty(r = "FORMAT"))
110
- if (n = e[r], typeof n == "object")
111
- oe = n;
112
- else
113
- throw Error(G + r + " not an object: " + n);
103
+ if (n = e[r], typeof n == "object") oe = n;
104
+ else throw Error(G + r + " not an object: " + n);
114
105
  if (e.hasOwnProperty(r = "ALPHABET"))
115
106
  if (n = e[r], typeof n == "string" && !/^.?$|[+\-.\s]|(.).*\1/.test(n))
116
107
  se = n.slice(0, 10) == "0123456789", b = n;
@@ -130,35 +121,29 @@ function Ee(a) {
130
121
  ALPHABET: b
131
122
  };
132
123
  }, g.isBigNumber = function(e) {
133
- if (!e || e._isBigNumber !== !0)
134
- return !1;
135
- if (!g.DEBUG)
136
- return !0;
124
+ if (!e || e._isBigNumber !== !0) return !1;
125
+ if (!g.DEBUG) return !0;
137
126
  var r, n, s = e.c, t = e.e, u = e.s;
138
- e:
139
- if ({}.toString.call(s) == "[object Array]") {
140
- if ((u === 1 || u === -1) && t >= -M && t <= M && t === $(t)) {
141
- if (s[0] === 0) {
142
- if (t === 0 && s.length === 1)
143
- return !0;
144
- break e;
145
- }
146
- if (r = (t + 1) % E, r < 1 && (r += E), String(s[0]).length == r) {
147
- for (r = 0; r < s.length; r++)
148
- if (n = s[r], n < 0 || n >= V || n !== $(n))
149
- break e;
150
- if (n !== 0)
151
- return !0;
152
- }
127
+ e: if ({}.toString.call(s) == "[object Array]") {
128
+ if ((u === 1 || u === -1) && t >= -M && t <= M && t === $(t)) {
129
+ if (s[0] === 0) {
130
+ if (t === 0 && s.length === 1) return !0;
131
+ break e;
132
+ }
133
+ if (r = (t + 1) % E, r < 1 && (r += E), String(s[0]).length == r) {
134
+ for (r = 0; r < s.length; r++)
135
+ if (n = s[r], n < 0 || n >= V || n !== $(n)) break e;
136
+ if (n !== 0) return !0;
153
137
  }
154
- } else if (s === null && t === null && (u === null || u === 1 || u === -1))
155
- return !0;
138
+ }
139
+ } else if (s === null && t === null && (u === null || u === 1 || u === -1))
140
+ return !0;
156
141
  throw Error(G + "Invalid BigNumber: " + e);
157
142
  }, g.maximum = g.max = function() {
158
143
  return Ne(arguments, -1);
159
144
  }, g.minimum = g.min = function() {
160
145
  return Ne(arguments, 1);
161
- }, g.random = function() {
146
+ }, g.random = (function() {
162
147
  var e = 9007199254740992, r = Math.random() * e & 2097151 ? function() {
163
148
  return $(Math.random() * e);
164
149
  } : function() {
@@ -180,29 +165,24 @@ function Ee(a) {
180
165
  if (!j)
181
166
  for (; f < c; )
182
167
  i = r(), i < 9e15 && (l[f++] = i % 1e14);
183
- for (c = l[--f], n %= E, c && n && (i = we[E - n], l[f] = $(c / i) * i); l[f] === 0; l.pop(), f--)
184
- ;
168
+ for (c = l[--f], n %= E, c && n && (i = we[E - n], l[f] = $(c / i) * i); l[f] === 0; l.pop(), f--) ;
185
169
  if (f < 0)
186
170
  l = [u = 0];
187
171
  else {
188
- for (u = -1; l[0] === 0; l.splice(0, 1), u -= E)
189
- ;
190
- for (f = 1, i = l[0]; i >= 10; i /= 10, f++)
191
- ;
172
+ for (u = -1; l[0] === 0; l.splice(0, 1), u -= E) ;
173
+ for (f = 1, i = l[0]; i >= 10; i /= 10, f++) ;
192
174
  f < E && (u -= E - f);
193
175
  }
194
176
  return o.e = u, o.c = l, o;
195
177
  };
196
- }(), g.sum = function() {
197
- for (var e = 1, r = arguments, n = new g(r[0]); e < r.length; )
198
- n = n.plus(r[e++]);
178
+ })(), g.sum = function() {
179
+ for (var e = 1, r = arguments, n = new g(r[0]); e < r.length; ) n = n.plus(r[e++]);
199
180
  return n;
200
- }, d = /* @__PURE__ */ function() {
181
+ }, d = /* @__PURE__ */ (function() {
201
182
  var e = "0123456789";
202
183
  function r(n, s, t, u) {
203
184
  for (var c, i = [0], f, l = 0, o = n.length; l < o; ) {
204
- for (f = i.length; f--; i[f] *= s)
205
- ;
185
+ for (f = i.length; f--; i[f] *= s) ;
206
186
  for (i[0] += u.indexOf(n.charAt(l++)), c = 0; c < i.length; c++)
207
187
  i[c] > t - 1 && (i[c + 1] == null && (i[c + 1] = 0), i[c + 1] += i[c] / t | 0, i[c] %= t);
208
188
  }
@@ -215,25 +195,21 @@ function Ee(a) {
215
195
  10,
216
196
  t,
217
197
  e
218
- ), T.e = T.c.length), m = r(n, s, t, c ? (i = b, e) : (i = e, b)), l = o = m.length; m[--o] == 0; m.pop())
219
- ;
220
- if (!m[0])
221
- return i.charAt(0);
198
+ ), T.e = T.c.length), m = r(n, s, t, c ? (i = b, e) : (i = e, b)), l = o = m.length; m[--o] == 0; m.pop()) ;
199
+ if (!m[0]) return i.charAt(0);
222
200
  if (D < 0 ? --l : (N.c = m, N.e = l, N.s = u, N = p(N, T, L, A, t), m = N.c, h = N.r, l = N.e), f = l + L + 1, D = m[f], o = t / 2, h = h || f < 0 || m[f + 1] != null, h = A < 4 ? (D != null || h) && (A == 0 || A == (N.s < 0 ? 3 : 2)) : D > o || D == o && (A == 4 || h || A == 6 && m[f - 1] & 1 || A == (N.s < 0 ? 8 : 7)), f < 1 || !m[0])
223
201
  n = h ? Z(i.charAt(1), -L, i.charAt(0)) : i.charAt(0);
224
202
  else {
225
203
  if (m.length = f, h)
226
204
  for (--t; ++m[--f] > t; )
227
205
  m[f] = 0, f || (++l, m = [1].concat(m));
228
- for (o = m.length; !m[--o]; )
229
- ;
230
- for (D = 0, n = ""; D <= o; n += i.charAt(m[D++]))
231
- ;
206
+ for (o = m.length; !m[--o]; ) ;
207
+ for (D = 0, n = ""; D <= o; n += i.charAt(m[D++])) ;
232
208
  n = Z(n, l, i.charAt(0));
233
209
  }
234
210
  return n;
235
211
  };
236
- }(), p = /* @__PURE__ */ function() {
212
+ })(), p = /* @__PURE__ */ (function() {
237
213
  function e(s, t, u) {
238
214
  var c, i, f, l, o = 0, h = s.length, N = t % Q, m = t / Q | 0;
239
215
  for (s = s.slice(); h--; )
@@ -255,8 +231,7 @@ function Ee(a) {
255
231
  function n(s, t, u, c) {
256
232
  for (var i = 0; u--; )
257
233
  s[u] -= i, i = s[u] < t[u] ? 1 : 0, s[u] = i * c + s[u] - t[u];
258
- for (; !s[0] && s.length > 1; s.splice(0, 1))
259
- ;
234
+ for (; !s[0] && s.length > 1; s.splice(0, 1)) ;
260
235
  }
261
236
  return function(s, t, u, c, i) {
262
237
  var f, l, o, h, N, m, T, D, L, A, _, v, te, ae, he, W, ie, F = s.s == t.s ? 1 : -1, U = s.c, I = t.c;
@@ -268,13 +243,11 @@ function Ee(a) {
268
243
  U && U[0] == 0 || !I ? F * 0 : F / 0
269
244
  )
270
245
  );
271
- for (D = new g(F), L = D.c = [], l = s.e - t.e, F = u + l + 1, i || (i = V, l = z(s.e / E) - z(t.e / E), F = F / E | 0), o = 0; I[o] == (U[o] || 0); o++)
272
- ;
246
+ for (D = new g(F), L = D.c = [], l = s.e - t.e, F = u + l + 1, i || (i = V, l = z(s.e / E) - z(t.e / E), F = F / E | 0), o = 0; I[o] == (U[o] || 0); o++) ;
273
247
  if (I[o] > (U[o] || 0) && l--, F < 0)
274
248
  L.push(1), h = !0;
275
249
  else {
276
- for (ae = U.length, W = I.length, o = 0, F += 2, N = $(i / (I[0] + 1)), N > 1 && (I = e(I, N, i), U = e(U, N, i), W = I.length, ae = U.length), te = W, A = U.slice(0, W), _ = A.length; _ < W; A[_++] = 0)
277
- ;
250
+ for (ae = U.length, W = I.length, o = 0, F += 2, N = $(i / (I[0] + 1)), N > 1 && (I = e(I, N, i), U = e(U, N, i), W = I.length, ae = U.length), te = W, A = U.slice(0, W), _ = A.length; _ < W; A[_++] = 0) ;
278
251
  ie = I.slice(), ie = [0].concat(ie), he = I[0], I[1] >= i / 2 && he++;
279
252
  do {
280
253
  if (N = 0, f = r(I, A, W, _), f < 0) {
@@ -286,38 +259,31 @@ function Ee(a) {
286
259
  if (T < _ && (m = [0].concat(m)), n(A, m, _, i), _ = A.length, f == -1)
287
260
  for (; r(I, A, W, _) < 1; )
288
261
  N++, n(A, W < _ ? ie : I, _, i), _ = A.length;
289
- } else
290
- f === 0 && (N++, A = [0]);
262
+ } else f === 0 && (N++, A = [0]);
291
263
  L[o++] = N, A[0] ? A[_++] = U[te] || 0 : (A = [U[te]], _ = 1);
292
264
  } while ((te++ < ae || A[0] != null) && F--);
293
265
  h = A[0] != null, L[0] || L.splice(0, 1);
294
266
  }
295
267
  if (i == V) {
296
- for (o = 1, F = L[0]; F >= 10; F /= 10, o++)
297
- ;
268
+ for (o = 1, F = L[0]; F >= 10; F /= 10, o++) ;
298
269
  q(D, u + (D.e = o + l * E - 1) + 1, c, h);
299
270
  } else
300
271
  D.e = l, D.r = +h;
301
272
  return D;
302
273
  };
303
- }();
274
+ })();
304
275
  function le(e, r, n, s) {
305
276
  var t, u, c, i, f;
306
- if (n == null ? n = R : B(n, 0, 8), !e.c)
307
- return e.toString();
277
+ if (n == null ? n = R : B(n, 0, 8), !e.c) return e.toString();
308
278
  if (t = e.c[0], c = e.e, r == null)
309
279
  f = y(e.c), f = s == 1 || s == 2 && (c <= C || c >= k) ? ue(f, c) : Z(f, c, "0");
310
280
  else if (e = q(new g(e), r, n), u = e.e, f = y(e.c), i = f.length, s == 1 || s == 2 && (r <= u || u <= C)) {
311
- for (; i < r; f += "0", i++)
312
- ;
281
+ for (; i < r; f += "0", i++) ;
313
282
  f = ue(f, u);
314
- } else if (r -= c, f = Z(f, u, "0"), u + 1 > i) {
315
- if (--r > 0)
316
- for (f += "."; r--; f += "0")
317
- ;
283
+ } else if (r -= c + (s === 2 && u > c), f = Z(f, u, "0"), u + 1 > i) {
284
+ if (--r > 0) for (f += "."; r--; f += "0") ;
318
285
  } else if (r += u - i, r > 0)
319
- for (u + 1 == i && (f += "."); r--; f += "0")
320
- ;
286
+ for (u + 1 == i && (f += "."); r--; f += "0") ;
321
287
  return e.s < 0 && t ? "-" + f : f;
322
288
  }
323
289
  function Ne(e, r) {
@@ -326,13 +292,11 @@ function Ee(a) {
326
292
  return u;
327
293
  }
328
294
  function ce(e, r, n) {
329
- for (var s = 1, t = r.length; !r[--t]; r.pop())
330
- ;
331
- for (t = r[0]; t >= 10; t /= 10, s++)
332
- ;
295
+ for (var s = 1, t = r.length; !r[--t]; r.pop()) ;
296
+ for (t = r[0]; t >= 10; t /= 10, s++) ;
333
297
  return (n = s + n * E - 1) > H ? e.c = e.e = null : n < K ? e.c = [e.e = 0] : (e.e = n, e.c = r), e;
334
298
  }
335
- O = /* @__PURE__ */ function() {
299
+ O = /* @__PURE__ */ (function() {
336
300
  var e = /^(-?)0([xbo])(?=\w[\w.]*$)/i, r = /^([^.]+)\.$/, n = /^\.([^.]+)$/, s = /^-?(Infinity|NaN)$/, t = /^\s*\+(?=[\w.])|^\s+|\s+$/g;
337
301
  return function(u, c, i, f) {
338
302
  var l, o = i ? c : c.replace(t, "");
@@ -349,25 +313,22 @@ function Ee(a) {
349
313
  }
350
314
  u.c = u.e = null;
351
315
  };
352
- }();
316
+ })();
353
317
  function q(e, r, n, s) {
354
318
  var t, u, c, i, f, l, o, h = e.c, N = we;
355
319
  if (h) {
356
320
  e: {
357
- for (t = 1, i = h[0]; i >= 10; i /= 10, t++)
358
- ;
321
+ for (t = 1, i = h[0]; i >= 10; i /= 10, t++) ;
359
322
  if (u = r - t, u < 0)
360
323
  u += E, c = r, f = h[l = 0], o = $(f / N[t - c - 1] % 10);
361
324
  else if (l = ge((u + 1) / E), l >= h.length)
362
325
  if (s) {
363
- for (; h.length <= l; h.push(0))
364
- ;
326
+ for (; h.length <= l; h.push(0)) ;
365
327
  f = o = 0, t = 1, u %= E, c = u - E + 1;
366
328
  } else
367
329
  break e;
368
330
  else {
369
- for (f = i = h[l], t = 1; i >= 10; i /= 10, t++)
370
- ;
331
+ for (f = i = h[l], t = 1; i >= 10; i /= 10, t++) ;
371
332
  u %= E, c = u - E + t, o = c < 0 ? 0 : $(f / N[t - c - 1] % 10);
372
333
  }
373
334
  if (s = s || r < 0 || // Are there any non-zero digits after the rounding digit?
@@ -379,19 +340,15 @@ function Ee(a) {
379
340
  if (u == 0 ? (h.length = l, i = 1, l--) : (h.length = l + 1, i = N[E - u], h[l] = c > 0 ? $(f / N[t - c] % N[c]) * i : 0), s)
380
341
  for (; ; )
381
342
  if (l == 0) {
382
- for (u = 1, c = h[0]; c >= 10; c /= 10, u++)
383
- ;
384
- for (c = h[0] += i, i = 1; c >= 10; c /= 10, i++)
385
- ;
343
+ for (u = 1, c = h[0]; c >= 10; c /= 10, u++) ;
344
+ for (c = h[0] += i, i = 1; c >= 10; c /= 10, i++) ;
386
345
  u != i && (e.e++, h[0] == V && (h[0] = 1));
387
346
  break;
388
347
  } else {
389
- if (h[l] += i, h[l] != V)
390
- break;
348
+ if (h[l] += i, h[l] != V) break;
391
349
  h[l--] = 0, i = 1;
392
350
  }
393
- for (u = h.length; h[--u] === 0; h.pop())
394
- ;
351
+ for (u = h.length; h[--u] === 0; h.pop()) ;
395
352
  }
396
353
  e.e > H ? e.c = e.e = null : e.e < K && (e.c = [e.e = 0]);
397
354
  }
@@ -410,11 +367,8 @@ function Ee(a) {
410
367
  var n, s, t, u = this;
411
368
  if (e != null)
412
369
  return B(e, 0, M), r == null ? r = R : B(r, 0, 8), q(new g(u), e + u.e + 1, r);
413
- if (!(n = u.c))
414
- return null;
415
- if (s = ((t = n.length - 1) - z(this.e / E)) * E, t = n[t])
416
- for (; t % 10 == 0; t /= 10, s--)
417
- ;
370
+ if (!(n = u.c)) return null;
371
+ if (s = ((t = n.length - 1) - z(this.e / E)) * E, t = n[t]) for (; t % 10 == 0; t /= 10, s--) ;
418
372
  return s < 0 && (s = 0), s;
419
373
  }, w.dividedBy = w.div = function(e, r) {
420
374
  return p(this, new g(e, r), S, R);
@@ -427,8 +381,7 @@ function Ee(a) {
427
381
  if (r != null && (r = new g(r)), i = e.e > 14, !h.c || !h.c[0] || h.c[0] == 1 && !h.e && h.c.length == 1 || !e.c || !e.c[0])
428
382
  return o = new g(Math.pow(+Y(h), i ? e.s * (2 - fe(e)) : +Y(e))), r ? o.mod(r) : o;
429
383
  if (f = e.s < 0, r) {
430
- if (r.c ? !r.c[0] : !r.s)
431
- return new g(NaN);
384
+ if (r.c ? !r.c[0] : !r.s) return new g(NaN);
432
385
  s = !f && h.isInteger() && r.isInteger(), s && (h = h.mod(r));
433
386
  } else {
434
387
  if (e.e > 9 && (h.e > 0 || h.e < -1 || (h.e == 0 ? h.c[0] > 1 || i && h.c[1] >= 24e7 : h.c[0] < 8e13 || i && h.c[0] <= 9999975e7)))
@@ -437,19 +390,16 @@ function Ee(a) {
437
390
  }
438
391
  for (i ? (n = new g(0.5), f && (e.s = 1), l = fe(e)) : (t = Math.abs(+Y(e)), l = t % 2), o = new g(P); ; ) {
439
392
  if (l) {
440
- if (o = o.times(h), !o.c)
441
- break;
393
+ if (o = o.times(h), !o.c) break;
442
394
  u ? o.c.length > u && (o.c.length = u) : s && (o = o.mod(r));
443
395
  }
444
396
  if (t) {
445
- if (t = $(t / 2), t === 0)
446
- break;
397
+ if (t = $(t / 2), t === 0) break;
447
398
  l = t % 2;
448
399
  } else if (e = e.times(n), q(e, e.e + 1, 1), e.e > 14)
449
400
  l = fe(e);
450
401
  else {
451
- if (t = +Y(e), t === 0)
452
- break;
402
+ if (t = +Y(e), t === 0) break;
453
403
  l = t % 2;
454
404
  }
455
405
  h = h.times(h), u ? h.c && h.c.length > u && (h.c.length = u) : s && (h = h.mod(r));
@@ -482,14 +432,12 @@ function Ee(a) {
482
432
  return !!this.c && this.c[0] == 0;
483
433
  }, w.minus = function(e, r) {
484
434
  var n, s, t, u, c = this, i = c.s;
485
- if (e = new g(e, r), r = e.s, !i || !r)
486
- return new g(NaN);
435
+ if (e = new g(e, r), r = e.s, !i || !r) return new g(NaN);
487
436
  if (i != r)
488
437
  return e.s = -r, c.plus(e);
489
438
  var f = c.e / E, l = e.e / E, o = c.c, h = e.c;
490
439
  if (!f || !l) {
491
- if (!o || !h)
492
- return o ? (e.s = -r, e) : new g(h ? c : NaN);
440
+ if (!o || !h) return o ? (e.s = -r, e) : new g(h ? c : NaN);
493
441
  if (!o[0] || !h[0])
494
442
  return h[0] ? (e.s = -r, e) : new g(o[0] ? c : (
495
443
  // IEEE 754 (2008) 6.3: n - n = -0 when rounding to -Infinity
@@ -497,8 +445,7 @@ function Ee(a) {
497
445
  ));
498
446
  }
499
447
  if (f = z(f), l = z(l), o = o.slice(), i = f - l) {
500
- for ((u = i < 0) ? (i = -i, t = o) : (l = f, t = h), t.reverse(), r = i; r--; t.push(0))
501
- ;
448
+ for ((u = i < 0) ? (i = -i, t = o) : (l = f, t = h), t.reverse(), r = i; r--; t.push(0)) ;
502
449
  t.reverse();
503
450
  } else
504
451
  for (s = (u = (i = o.length) < (r = h.length)) ? i : r, i = r = 0; r < s; r++)
@@ -506,19 +453,15 @@ function Ee(a) {
506
453
  u = o[r] < h[r];
507
454
  break;
508
455
  }
509
- if (u && (t = o, o = h, h = t, e.s = -e.s), r = (s = h.length) - (n = o.length), r > 0)
510
- for (; r--; o[n++] = 0)
511
- ;
456
+ if (u && (t = o, o = h, h = t, e.s = -e.s), r = (s = h.length) - (n = o.length), r > 0) for (; r--; o[n++] = 0) ;
512
457
  for (r = V - 1; s > i; ) {
513
458
  if (o[--s] < h[s]) {
514
- for (n = s; n && !o[--n]; o[n] = r)
515
- ;
459
+ for (n = s; n && !o[--n]; o[n] = r) ;
516
460
  --o[n], o[s] += V;
517
461
  }
518
462
  o[s] -= h[s];
519
463
  }
520
- for (; o[0] == 0; o.splice(0, 1), --l)
521
- ;
464
+ for (; o[0] == 0; o.splice(0, 1), --l) ;
522
465
  return o[0] ? ce(e, o, l) : (e.s = R == 3 ? -1 : 1, e.c = [e.e = 0], e);
523
466
  }, w.modulo = w.mod = function(e, r) {
524
467
  var n, s, t = this;
@@ -527,8 +470,7 @@ function Ee(a) {
527
470
  var n, s, t, u, c, i, f, l, o, h, N, m, T, D, L, A = this, _ = A.c, v = (e = new g(e, r)).c;
528
471
  if (!_ || !v || !_[0] || !v[0])
529
472
  return !A.s || !e.s || _ && !_[0] && !v || v && !v[0] && !_ ? e.c = e.e = e.s = null : (e.s *= A.s, !_ || !v ? e.c = e.e = null : (e.c = [0], e.e = 0)), e;
530
- for (s = z(A.e / E) + z(e.e / E), e.s *= A.s, f = _.length, h = v.length, f < h && (T = _, _ = v, v = T, t = f, f = h, h = t), t = f + h, T = []; t--; T.push(0))
531
- ;
473
+ for (s = z(A.e / E) + z(e.e / E), e.s *= A.s, f = _.length, h = v.length, f < h && (T = _, _ = v, v = T, t = f, f = h, h = t), t = f + h, T = []; t--; T.push(0)) ;
532
474
  for (D = V, L = Q, t = h; --t >= 0; ) {
533
475
  for (n = 0, N = v[t] % L, m = v[t] / L | 0, c = f, u = t + c; u > t; )
534
476
  l = _[--c] % L, o = _[c] / L | 0, i = m * l + o * N, l = N * l + i % L * L + T[u] + n, n = (l / D | 0) + (i / L | 0) + m * o, T[u--] = l % D;
@@ -540,20 +482,16 @@ function Ee(a) {
540
482
  return e.s = -e.s || null, e;
541
483
  }, w.plus = function(e, r) {
542
484
  var n, s = this, t = s.s;
543
- if (e = new g(e, r), r = e.s, !t || !r)
544
- return new g(NaN);
485
+ if (e = new g(e, r), r = e.s, !t || !r) return new g(NaN);
545
486
  if (t != r)
546
487
  return e.s = -r, s.minus(e);
547
488
  var u = s.e / E, c = e.e / E, i = s.c, f = e.c;
548
489
  if (!u || !c) {
549
- if (!i || !f)
550
- return new g(t / 0);
551
- if (!i[0] || !f[0])
552
- return f[0] ? e : new g(i[0] ? s : t * 0);
490
+ if (!i || !f) return new g(t / 0);
491
+ if (!i[0] || !f[0]) return f[0] ? e : new g(i[0] ? s : t * 0);
553
492
  }
554
493
  if (u = z(u), c = z(c), i = i.slice(), t = u - c) {
555
- for (t > 0 ? (c = u, n = f) : (t = -t, n = i), n.reverse(); t--; n.push(0))
556
- ;
494
+ for (t > 0 ? (c = u, n = f) : (t = -t, n = i), n.reverse(); t--; n.push(0)) ;
557
495
  n.reverse();
558
496
  }
559
497
  for (t = i.length, r = f.length, t - r < 0 && (n = f, f = i, i = n, r = t), t = 0; r; )
@@ -563,13 +501,10 @@ function Ee(a) {
563
501
  var n, s, t, u = this;
564
502
  if (e != null && e !== !!e)
565
503
  return B(e, 1, M), r == null ? r = R : B(r, 0, 8), q(new g(u), e, r);
566
- if (!(n = u.c))
567
- return null;
504
+ if (!(n = u.c)) return null;
568
505
  if (t = n.length - 1, s = t * E + 1, t = n[t]) {
569
- for (; t % 10 == 0; t /= 10, s--)
570
- ;
571
- for (t = n[0]; t >= 10; t /= 10, s++)
572
- ;
506
+ for (; t % 10 == 0; t /= 10, s--) ;
507
+ for (t = n[0]; t >= 10; t /= 10, s++) ;
573
508
  }
574
509
  return e && u.e + 1 > s && (s = u.e + 1), s;
575
510
  }, w.shiftedBy = function(e) {
@@ -606,8 +541,7 @@ function Ee(a) {
606
541
  if (s = t.toFixed(e, r), t.c) {
607
542
  var u, c = s.split("."), i = +n.groupSize, f = +n.secondaryGroupSize, l = n.groupSeparator || "", o = c[0], h = c[1], N = t.s < 0, m = N ? o.slice(1) : o, T = m.length;
608
543
  if (f && (u = i, i = f, f = u, T -= u), i > 0 && T > 0) {
609
- for (u = T % i || i, o = m.substr(0, u); u < T; u += i)
610
- o += l + m.substr(u, i);
544
+ for (u = T % i || i, o = m.substr(0, u); u < T; u += i) o += l + m.substr(u, i);
611
545
  f > 0 && (o += l + m.slice(u)), N && (o = "-" + o);
612
546
  }
613
547
  s = h ? o + (n.decimalSeparator || "") + ((f = +n.fractionGroupSize) ? h.replace(
@@ -620,8 +554,7 @@ function Ee(a) {
620
554
  var r, n, s, t, u, c, i, f, l, o, h, N, m = this, T = m.c;
621
555
  if (e != null && (i = new g(e), !i.isInteger() && (i.c || i.s !== 1) || i.lt(P)))
622
556
  throw Error(G + "Argument " + (i.isInteger() ? "out of range: " : "not an integer: ") + Y(i));
623
- if (!T)
624
- return new g(m);
557
+ if (!T) return new g(m);
625
558
  for (r = new g(P), l = n = new g(P), s = f = new g(P), N = y(T), u = r.e = N.length - m.e - 1, r.c[0] = we[(c = u % E) < 0 ? E + c : c], e = !e || i.comparedTo(r) > 0 ? u > 0 ? r : l : i, c = H, H = 1 / 0, i = new g(N), f.c[0] = 0; o = p(i, r, 0, 1), t = n.plus(o.times(s)), t.comparedTo(e) != 1; )
626
559
  n = s, s = t, l = f.plus(o.times(t = l)), f = t, r = i.minus(o.times(t = r)), i = t;
627
560
  return t = p(e.minus(n), s, 0, 1), f = f.plus(t.times(l)), n = n.plus(t.times(s)), f.s = l.s = m.s, u = u * 2, h = p(l, s, u, R).minus(m).abs().comparedTo(
@@ -644,29 +577,20 @@ function z(a) {
644
577
  }
645
578
  function y(a) {
646
579
  for (var p, d, O = 1, w = a.length, P = a[0] + ""; O < w; ) {
647
- for (p = a[O++] + "", d = E - p.length; d--; p = "0" + p)
648
- ;
580
+ for (p = a[O++] + "", d = E - p.length; d--; p = "0" + p) ;
649
581
  P += p;
650
582
  }
651
- for (w = P.length; P.charCodeAt(--w) === 48; )
652
- ;
583
+ for (w = P.length; P.charCodeAt(--w) === 48; ) ;
653
584
  return P.slice(0, w + 1 || 1);
654
585
  }
655
586
  function ee(a, p) {
656
587
  var d, O, w = a.c, P = p.c, S = a.s, R = p.s, C = a.e, k = p.e;
657
- if (!S || !R)
658
- return null;
659
- if (d = w && !w[0], O = P && !P[0], d || O)
660
- return d ? O ? 0 : -R : S;
661
- if (S != R)
662
- return S;
663
- if (d = S < 0, O = C == k, !w || !P)
664
- return O ? 0 : !w ^ d ? 1 : -1;
665
- if (!O)
666
- return C > k ^ d ? 1 : -1;
667
- for (R = (C = w.length) < (k = P.length) ? C : k, S = 0; S < R; S++)
668
- if (w[S] != P[S])
669
- return w[S] > P[S] ^ d ? 1 : -1;
588
+ if (!S || !R) return null;
589
+ if (d = w && !w[0], O = P && !P[0], d || O) return d ? O ? 0 : -R : S;
590
+ if (S != R) return S;
591
+ if (d = S < 0, O = C == k, !w || !P) return O ? 0 : !w ^ d ? 1 : -1;
592
+ if (!O) return C > k ^ d ? 1 : -1;
593
+ for (R = (C = w.length) < (k = P.length) ? C : k, S = 0; S < R; S++) if (w[S] != P[S]) return w[S] > P[S] ^ d ? 1 : -1;
670
594
  return C == k ? 0 : C > k ^ d ? 1 : -1;
671
595
  }
672
596
  function B(a, p, d, O) {
@@ -683,15 +607,12 @@ function ue(a, p) {
683
607
  function Z(a, p, d) {
684
608
  var O, w;
685
609
  if (p < 0) {
686
- for (w = d + "."; ++p; w += d)
687
- ;
610
+ for (w = d + "."; ++p; w += d) ;
688
611
  a = w + a;
689
612
  } else if (O = a.length, ++p > O) {
690
- for (w = d, p -= O; --p; w += d)
691
- ;
613
+ for (w = d, p -= O; --p; w += d) ;
692
614
  a += w;
693
- } else
694
- p < O && (a = a.slice(0, p) + "." + a.slice(p));
615
+ } else p < O && (a = a.slice(0, p) + "." + a.slice(p));
695
616
  return a;
696
617
  }
697
618
  var X = Ee();
@@ -2,37 +2,31 @@ import type { CSSProperties, VNode, VNodeChild } from 'vue';
2
2
  import * as VueTypes from 'vue-types';
3
3
  declare const VuePropTypes_base: {
4
4
  new (): {};
5
- defaults: Partial<import("node_modules/vue-types/dist/types").VueTypesDefaults>;
6
- sensibleDefaults: boolean | Partial<import("node_modules/vue-types/dist/types").VueTypesDefaults>;
7
- config: import("node_modules/vue-types/dist/types").VueTypesConfig;
8
- readonly any: VueTypes.VueTypeValidableDef<any, import("node_modules/vue-types/dist/types").ValidatorFunction<any>>;
9
- readonly func: VueTypes.VueTypeValidableDef<(...args: any[]) => any, import("node_modules/vue-types/dist/types").ValidatorFunction<(...args: any[]) => any>> & {
5
+ defaults: Partial<import("node_modules/vue-types/dist/shared/vue-types.d8e57a80.mjs").f>;
6
+ sensibleDefaults: boolean | Partial<import("node_modules/vue-types/dist/shared/vue-types.d8e57a80.mjs").f>;
7
+ config: import("node_modules/vue-types/dist/shared/vue-types.d8e57a80.mjs").g;
8
+ readonly any: VueTypes.VueTypeValidableDef<any, import("node_modules/vue-types/dist/shared/vue-types.d8e57a80.mjs").b<any>>;
9
+ readonly func: VueTypes.VueTypeValidableDef<(...args: any[]) => any, import("node_modules/vue-types/dist/shared/vue-types.d8e57a80.mjs").b<(...args: any[]) => any>> & {
10
10
  default: (...args: any[]) => any;
11
11
  };
12
- readonly bool: VueTypes.VueTypeValidableDef<boolean, import("node_modules/vue-types/dist/types").ValidatorFunction<boolean>>;
13
- readonly string: VueTypes.VueTypeValidableDef<string, import("node_modules/vue-types/dist/types").ValidatorFunction<string>> & {
12
+ readonly bool: VueTypes.VueTypeValidableDef<boolean, import("node_modules/vue-types/dist/shared/vue-types.d8e57a80.mjs").b<boolean>>;
13
+ readonly string: VueTypes.VueTypeValidableDef<string, import("node_modules/vue-types/dist/shared/vue-types.d8e57a80.mjs").b<string>> & {
14
14
  default: string;
15
15
  };
16
- readonly number: VueTypes.VueTypeValidableDef<number, import("node_modules/vue-types/dist/types").ValidatorFunction<number>> & {
16
+ readonly number: VueTypes.VueTypeValidableDef<number, import("node_modules/vue-types/dist/shared/vue-types.d8e57a80.mjs").b<number>> & {
17
17
  default: number;
18
18
  };
19
- readonly array: VueTypes.VueTypeValidableDef<unknown[], import("node_modules/vue-types/dist/types").ValidatorFunction<unknown[]>> & {
19
+ readonly array: VueTypes.VueTypeValidableDef<unknown[], import("node_modules/vue-types/dist/shared/vue-types.d8e57a80.mjs").b<unknown[]>> & {
20
20
  default: () => unknown[];
21
21
  };
22
- readonly object: VueTypes.VueTypeValidableDef<{
23
- [key: string]: any;
24
- }, import("node_modules/vue-types/dist/types").ValidatorFunction<{
25
- [key: string]: any;
26
- }>> & {
27
- default: () => {
28
- [key: string]: any;
29
- };
22
+ readonly object: VueTypes.VueTypeValidableDef<Record<string, any>, import("node_modules/vue-types/dist/shared/vue-types.d8e57a80.mjs").b<Record<string, any>>> & {
23
+ default: () => Record<string, any>;
30
24
  };
31
25
  readonly integer: VueTypes.VueTypeDef<number> & {
32
26
  default: number;
33
27
  };
34
28
  readonly symbol: VueTypes.VueTypeDef<symbol>;
35
- readonly nullable: import("node_modules/vue-types/dist/types").PropOptions<null, null>;
29
+ readonly nullable: import("node_modules/vue-types/dist/shared/vue-types.d8e57a80.mjs").P<null, null>;
36
30
  readonly custom: typeof VueTypes.custom;
37
31
  readonly oneOf: typeof VueTypes.oneOf;
38
32
  readonly instanceOf: typeof VueTypes.instanceOf;
@@ -40,23 +34,23 @@ declare const VuePropTypes_base: {
40
34
  readonly arrayOf: typeof VueTypes.arrayOf;
41
35
  readonly objectOf: typeof VueTypes.objectOf;
42
36
  readonly shape: typeof VueTypes.shape;
43
- extend<T = any>(props: import("node_modules/vue-types/dist/types").ExtendProps<any> | import("node_modules/vue-types/dist/types").ExtendProps<any>[]): T;
37
+ extend(...args: any[]): void;
44
38
  utils: {
45
- validate<T_1, U>(value: T_1, type: U): boolean;
46
- toType<T_2 = unknown>(name: string, obj: import("node_modules/vue-types/dist/types").PropOptions<T_2, T_2>, validable?: boolean | undefined): VueTypes.VueTypeDef<T_2> | VueTypes.VueTypeValidableDef<T_2, import("node_modules/vue-types/dist/types").ValidatorFunction<T_2>>;
39
+ validate<T, U>(value: T, type: U): boolean;
40
+ toType<T = unknown, Validable extends boolean = false>(name: string, obj: import("node_modules/vue-types/dist/shared/vue-types.d8e57a80.mjs").P<T>, validable?: Validable): Validable extends true ? VueTypes.VueTypeValidableDef<T> : VueTypes.VueTypeDef<T>;
47
41
  };
48
42
  };
49
43
  declare class VuePropTypes extends VuePropTypes_base {
50
44
  static vueTypes: typeof VueTypes;
51
- static anyType: <T = any>() => VueTypes.VueTypeValidableDef<T, import("node_modules/vue-types/dist/types").ValidatorFunction<T>>;
52
- static stringType: <T extends string = string>() => VueTypes.VueTypeValidableDef<T, import("node_modules/vue-types/dist/types").ValidatorFunction<T>>;
53
- static boolType: () => VueTypes.VueTypeValidableDef<boolean, import("node_modules/vue-types/dist/types").ValidatorFunction<boolean>>;
54
- static numberType: <T extends number = number>() => VueTypes.VueTypeValidableDef<T, import("node_modules/vue-types/dist/types").ValidatorFunction<T>>;
55
- static funcType: <T extends (...args: any[]) => any>() => VueTypes.VueTypeValidableDef<T, import("node_modules/vue-types/dist/types").ValidatorFunction<T>>;
56
- static get style(): VueTypes.VueTypeValidableDef<CSSProperties, import("node_modules/vue-types/dist/types").ValidatorFunction<CSSProperties>>;
45
+ static anyType: <T = any>() => VueTypes.VueTypeValidableDef<T, import("node_modules/vue-types/dist/shared/vue-types.d8e57a80.mjs").b<T>>;
46
+ static stringType: <T extends string = string>() => VueTypes.VueTypeValidableDef<T, import("node_modules/vue-types/dist/shared/vue-types.d8e57a80.mjs").b<T>>;
47
+ static boolType: () => VueTypes.VueTypeValidableDef<boolean, import("node_modules/vue-types/dist/shared/vue-types.d8e57a80.mjs").b<boolean>>;
48
+ static numberType: <T extends number = number>() => VueTypes.VueTypeValidableDef<T, import("node_modules/vue-types/dist/shared/vue-types.d8e57a80.mjs").b<T>>;
49
+ static funcType: <T extends (...args: any[]) => any>() => VueTypes.VueTypeValidableDef<T, import("node_modules/vue-types/dist/shared/vue-types.d8e57a80.mjs").b<T>>;
50
+ static get style(): VueTypes.VueTypeValidableDef<CSSProperties, import("node_modules/vue-types/dist/shared/vue-types.d8e57a80.mjs").b<CSSProperties>>;
57
51
  static get vueNode(): VueTypes.VueTypeValidableDef<VNode<import("vue").RendererNode, import("vue").RendererElement, {
58
52
  [key: string]: any;
59
- }> | VNodeChild, import("node_modules/vue-types/dist/types").ValidatorFunction<VNode<import("vue").RendererNode, import("vue").RendererElement, {
53
+ }> | VNodeChild, import("node_modules/vue-types/dist/shared/vue-types.d8e57a80.mjs").b<VNode<import("vue").RendererNode, import("vue").RendererElement, {
60
54
  [key: string]: any;
61
55
  }> | VNodeChild>>;
62
56
  }