create-vuetify 3.0.14-next.1 → 3.1.0-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +2592 -226
- package/dist/{prompt-C6GjoyNB.mjs → prompt-FAYm_lDv.mjs} +5 -5
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -4,7 +4,7 @@ import { createRequire } from "node:module";
|
|
|
4
4
|
import e from "node:assert";
|
|
5
5
|
import { format, formatWithOptions, inspect, promisify, stripVTControlCharacters } from "node:util";
|
|
6
6
|
import path, { dirname, isAbsolute, join, sep } from "node:path";
|
|
7
|
-
import
|
|
7
|
+
import P, { stdin, stdout } from "node:process";
|
|
8
8
|
import * as tty$2 from "node:tty";
|
|
9
9
|
import { ReadStream } from "node:tty";
|
|
10
10
|
import * as k$2 from "node:readline";
|
|
@@ -24,7 +24,7 @@ import { detect, getUserAgent } from "package-manager-detector";
|
|
|
24
24
|
import validate from "validate-npm-package-name";
|
|
25
25
|
import ot from "stream";
|
|
26
26
|
import ht from "string_decoder";
|
|
27
|
-
import P from "buffer";
|
|
27
|
+
import P$1 from "buffer";
|
|
28
28
|
import O$2 from "zlib";
|
|
29
29
|
import nt$1 from "process";
|
|
30
30
|
import { x } from "tinyexec";
|
|
@@ -1778,7 +1778,7 @@ l$2.name;
|
|
|
1778
1778
|
function n$5(e$10) {
|
|
1779
1779
|
return e$10 ? e$10 !== "false" : false;
|
|
1780
1780
|
}
|
|
1781
|
-
const I$1 = globalThis.process?.platform || "", T$3 = n$5(o$6.CI) || l$2.ci !== false, a$12 = n$5(globalThis.process?.stdout && globalThis.process?.stdout.isTTY), g$
|
|
1781
|
+
const I$1 = globalThis.process?.platform || "", T$3 = n$5(o$6.CI) || l$2.ci !== false, a$12 = n$5(globalThis.process?.stdout && globalThis.process?.stdout.isTTY), g$2 = n$5(o$6.DEBUG), R$4 = t$13 === "test" || n$5(o$6.TEST);
|
|
1782
1782
|
n$5(o$6.MINIMAL);
|
|
1783
1783
|
const A = /^win/i.test(I$1);
|
|
1784
1784
|
!n$5(o$6.NO_COLOR) && (n$5(o$6.FORCE_COLOR) || (a$12 || A) && o$6.TERM);
|
|
@@ -1859,9 +1859,9 @@ function stringWidth$1(string, options$1 = {}) {
|
|
|
1859
1859
|
return width;
|
|
1860
1860
|
}
|
|
1861
1861
|
function isUnicodeSupported() {
|
|
1862
|
-
const { env: env$3 } =
|
|
1862
|
+
const { env: env$3 } = P;
|
|
1863
1863
|
const { TERM, TERM_PROGRAM } = env$3;
|
|
1864
|
-
if (
|
|
1864
|
+
if (P.platform !== "win32") return TERM !== "linux";
|
|
1865
1865
|
return Boolean(env$3.WT_SESSION) || Boolean(env$3.TERMINUS_SUBLIME) || env$3.ConEmuTask === "{cmd::Cmder}" || TERM_PROGRAM === "Terminus-Sublime" || TERM_PROGRAM === "vscode" || TERM === "xterm-256color" || TERM === "alacritty" || TERM === "rxvt-unicode" || TERM === "rxvt-unicode-256color" || env$3.TERMINAL_EMULATOR === "JetBrains-JediTerm";
|
|
1866
1866
|
}
|
|
1867
1867
|
const TYPE_COLOR_MAP = {
|
|
@@ -1948,13 +1948,13 @@ function createConsola$1(options$1 = {}) {
|
|
|
1948
1948
|
defaults: { level },
|
|
1949
1949
|
stdout: process.stdout,
|
|
1950
1950
|
stderr: process.stderr,
|
|
1951
|
-
prompt: (...args$2) => import("./prompt-
|
|
1951
|
+
prompt: (...args$2) => import("./prompt-FAYm_lDv.mjs").then((m$5) => m$5.prompt(...args$2)),
|
|
1952
1952
|
reporters: options$1.reporters || [options$1.fancy ?? !(T$3 || R$4) ? new FancyReporter() : new BasicReporter()],
|
|
1953
1953
|
...options$1
|
|
1954
1954
|
});
|
|
1955
1955
|
}
|
|
1956
1956
|
function _getDefaultLogLevel() {
|
|
1957
|
-
if (g$
|
|
1957
|
+
if (g$2) return LogLevels.debug;
|
|
1958
1958
|
if (R$4) return LogLevels.warn;
|
|
1959
1959
|
return LogLevels.info;
|
|
1960
1960
|
}
|
|
@@ -2340,14 +2340,14 @@ function u$6(e$10) {
|
|
|
2340
2340
|
return e$10.includes(` `) ? `'${e$10}'` : e$10;
|
|
2341
2341
|
}
|
|
2342
2342
|
const d$3 = process.execPath, f$7 = process.argv.slice(1), p$2 = u$6(d$3), m$4 = f$7.map(u$6), h$3 = `${p$2} ${process.execArgv.map(u$6).join(` `)} ${m$4[0]}`;
|
|
2343
|
-
function g$
|
|
2343
|
+
function g$1(e$10) {
|
|
2344
2344
|
return e$10.args && Object.values(e$10.args).some((e$11) => e$11.type === `positional`);
|
|
2345
2345
|
}
|
|
2346
2346
|
async function _$2(e$10, t$14, n$6) {
|
|
2347
2347
|
for (let [i$10, a$14] of Object.entries(e$10)) {
|
|
2348
2348
|
let e$11 = await y$5(a$14), o$8 = await y$5(e$11.meta), s$12 = await y$5(e$11.subCommands), c$9 = n$6?.[i$10];
|
|
2349
2349
|
if (!o$8 || typeof o$8?.description != `string`) throw Error(`Invalid meta or missing description.`);
|
|
2350
|
-
let l$4 = g$
|
|
2350
|
+
let l$4 = g$1(e$11), u$9 = t$14 ? `${t$14} ${i$10}` : i$10, d$4 = f$6.command(u$9, o$8.description);
|
|
2351
2351
|
if (l$4 && e$11.args) for (let [t$15, n$7] of Object.entries(e$11.args)) {
|
|
2352
2352
|
let e$12 = n$7;
|
|
2353
2353
|
if (e$12.type === `positional`) {
|
|
@@ -2367,7 +2367,7 @@ async function v(s$12, c$9) {
|
|
|
2367
2367
|
let d$4 = u$9.name;
|
|
2368
2368
|
if (!d$4) throw Error(`Invalid meta or missing name.`);
|
|
2369
2369
|
let f$9 = await y$5(s$12.subCommands);
|
|
2370
|
-
if (g$
|
|
2370
|
+
if (g$1(s$12) && s$12.args) for (let [e$10, t$14] of Object.entries(s$12.args)) {
|
|
2371
2371
|
let n$6 = t$14;
|
|
2372
2372
|
if (n$6.type === `positional`) {
|
|
2373
2373
|
let t$15 = n$6.required === !1, i$10 = c$9?.args?.[e$10];
|
|
@@ -6263,10 +6263,10 @@ var require_capitalize = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
6263
6263
|
* _.capitalize('FRED');
|
|
6264
6264
|
* // => 'Fred'
|
|
6265
6265
|
*/
|
|
6266
|
-
function capitalize$
|
|
6266
|
+
function capitalize$2(string) {
|
|
6267
6267
|
return upperFirst(toString$3(string).toLowerCase());
|
|
6268
6268
|
}
|
|
6269
|
-
module.exports = capitalize$
|
|
6269
|
+
module.exports = capitalize$2;
|
|
6270
6270
|
}));
|
|
6271
6271
|
|
|
6272
6272
|
//#endregion
|
|
@@ -6694,7 +6694,7 @@ var require__createCompounder = /* @__PURE__ */ __commonJSMin(((exports, module)
|
|
|
6694
6694
|
//#endregion
|
|
6695
6695
|
//#region ../../node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/camelCase.js
|
|
6696
6696
|
var require_camelCase = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
6697
|
-
var capitalize = require_capitalize();
|
|
6697
|
+
var capitalize$1 = require_capitalize();
|
|
6698
6698
|
/**
|
|
6699
6699
|
* Converts `string` to [camel case](https://en.wikipedia.org/wiki/CamelCase).
|
|
6700
6700
|
*
|
|
@@ -6717,7 +6717,7 @@ var require_camelCase = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
6717
6717
|
*/
|
|
6718
6718
|
var camelCase = require__createCompounder()(function(result, word, index) {
|
|
6719
6719
|
word = word.toLowerCase();
|
|
6720
|
-
return result + (index ? capitalize(word) : word);
|
|
6720
|
+
return result + (index ? capitalize$1(word) : word);
|
|
6721
6721
|
});
|
|
6722
6722
|
module.exports = camelCase;
|
|
6723
6723
|
}));
|
|
@@ -6793,7 +6793,7 @@ var require_bignumber = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
6793
6793
|
0x9184e72a000
|
|
6794
6794
|
], SQRT_BASE = 1e7, MAX = 1e9;
|
|
6795
6795
|
function clone(configObject) {
|
|
6796
|
-
var div, convertBase, parseNumeric, P$
|
|
6796
|
+
var div, convertBase, parseNumeric, P$4 = BigNumber$1.prototype = {
|
|
6797
6797
|
constructor: BigNumber$1,
|
|
6798
6798
|
toString: null,
|
|
6799
6799
|
valueOf: null
|
|
@@ -7432,15 +7432,15 @@ var require_bignumber = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
7432
7432
|
str = e$10 <= TO_EXP_NEG || e$10 >= TO_EXP_POS ? toExponential(str, e$10) : toFixedPoint(str, e$10, "0");
|
|
7433
7433
|
return n$6.s < 0 ? "-" + str : str;
|
|
7434
7434
|
}
|
|
7435
|
-
P$
|
|
7435
|
+
P$4.absoluteValue = P$4.abs = function() {
|
|
7436
7436
|
var x$3 = new BigNumber$1(this);
|
|
7437
7437
|
if (x$3.s < 0) x$3.s = 1;
|
|
7438
7438
|
return x$3;
|
|
7439
7439
|
};
|
|
7440
|
-
P$
|
|
7440
|
+
P$4.comparedTo = function(y$7, b$2) {
|
|
7441
7441
|
return compare$12(this, new BigNumber$1(y$7, b$2));
|
|
7442
7442
|
};
|
|
7443
|
-
P$
|
|
7443
|
+
P$4.decimalPlaces = P$4.dp = function(dp, rm$1) {
|
|
7444
7444
|
var c$9, n$6, v$3, x$3 = this;
|
|
7445
7445
|
if (dp != null) {
|
|
7446
7446
|
intCheck(dp, 0, MAX);
|
|
@@ -7454,13 +7454,13 @@ var require_bignumber = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
7454
7454
|
if (n$6 < 0) n$6 = 0;
|
|
7455
7455
|
return n$6;
|
|
7456
7456
|
};
|
|
7457
|
-
P$
|
|
7457
|
+
P$4.dividedBy = P$4.div = function(y$7, b$2) {
|
|
7458
7458
|
return div(this, new BigNumber$1(y$7, b$2), DECIMAL_PLACES, ROUNDING_MODE);
|
|
7459
7459
|
};
|
|
7460
|
-
P$
|
|
7460
|
+
P$4.dividedToIntegerBy = P$4.idiv = function(y$7, b$2) {
|
|
7461
7461
|
return div(this, new BigNumber$1(y$7, b$2), 0, 1);
|
|
7462
7462
|
};
|
|
7463
|
-
P$
|
|
7463
|
+
P$4.exponentiatedBy = P$4.pow = function(n$6, m$5) {
|
|
7464
7464
|
var half, isModExp, i$10, k$3, more, nIsBig, nIsNeg, nIsOdd, y$7, x$3 = this;
|
|
7465
7465
|
n$6 = new BigNumber$1(n$6);
|
|
7466
7466
|
if (n$6.c && !n$6.isInteger()) throw Error(bignumberError + "Exponent not an integer: " + valueOf(n$6));
|
|
@@ -7520,46 +7520,46 @@ var require_bignumber = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
7520
7520
|
if (nIsNeg) y$7 = ONE.div(y$7);
|
|
7521
7521
|
return m$5 ? y$7.mod(m$5) : k$3 ? round(y$7, POW_PRECISION, ROUNDING_MODE, more) : y$7;
|
|
7522
7522
|
};
|
|
7523
|
-
P$
|
|
7523
|
+
P$4.integerValue = function(rm$1) {
|
|
7524
7524
|
var n$6 = new BigNumber$1(this);
|
|
7525
7525
|
if (rm$1 == null) rm$1 = ROUNDING_MODE;
|
|
7526
7526
|
else intCheck(rm$1, 0, 8);
|
|
7527
7527
|
return round(n$6, n$6.e + 1, rm$1);
|
|
7528
7528
|
};
|
|
7529
|
-
P$
|
|
7529
|
+
P$4.isEqualTo = P$4.eq = function(y$7, b$2) {
|
|
7530
7530
|
return compare$12(this, new BigNumber$1(y$7, b$2)) === 0;
|
|
7531
7531
|
};
|
|
7532
|
-
P$
|
|
7532
|
+
P$4.isFinite = function() {
|
|
7533
7533
|
return !!this.c;
|
|
7534
7534
|
};
|
|
7535
|
-
P$
|
|
7535
|
+
P$4.isGreaterThan = P$4.gt = function(y$7, b$2) {
|
|
7536
7536
|
return compare$12(this, new BigNumber$1(y$7, b$2)) > 0;
|
|
7537
7537
|
};
|
|
7538
|
-
P$
|
|
7538
|
+
P$4.isGreaterThanOrEqualTo = P$4.gte = function(y$7, b$2) {
|
|
7539
7539
|
return (b$2 = compare$12(this, new BigNumber$1(y$7, b$2))) === 1 || b$2 === 0;
|
|
7540
7540
|
};
|
|
7541
|
-
P$
|
|
7541
|
+
P$4.isInteger = function() {
|
|
7542
7542
|
return !!this.c && bitFloor(this.e / LOG_BASE) > this.c.length - 2;
|
|
7543
7543
|
};
|
|
7544
|
-
P$
|
|
7544
|
+
P$4.isLessThan = P$4.lt = function(y$7, b$2) {
|
|
7545
7545
|
return compare$12(this, new BigNumber$1(y$7, b$2)) < 0;
|
|
7546
7546
|
};
|
|
7547
|
-
P$
|
|
7547
|
+
P$4.isLessThanOrEqualTo = P$4.lte = function(y$7, b$2) {
|
|
7548
7548
|
return (b$2 = compare$12(this, new BigNumber$1(y$7, b$2))) === -1 || b$2 === 0;
|
|
7549
7549
|
};
|
|
7550
|
-
P$
|
|
7550
|
+
P$4.isNaN = function() {
|
|
7551
7551
|
return !this.s;
|
|
7552
7552
|
};
|
|
7553
|
-
P$
|
|
7553
|
+
P$4.isNegative = function() {
|
|
7554
7554
|
return this.s < 0;
|
|
7555
7555
|
};
|
|
7556
|
-
P$
|
|
7556
|
+
P$4.isPositive = function() {
|
|
7557
7557
|
return this.s > 0;
|
|
7558
7558
|
};
|
|
7559
|
-
P$
|
|
7559
|
+
P$4.isZero = function() {
|
|
7560
7560
|
return !!this.c && this.c[0] == 0;
|
|
7561
7561
|
};
|
|
7562
|
-
P$
|
|
7562
|
+
P$4.minus = function(y$7, b$2) {
|
|
7563
7563
|
var i$10, j$3, t$14, xLTy, x$3 = this, a$14 = x$3.s;
|
|
7564
7564
|
y$7 = new BigNumber$1(y$7, b$2);
|
|
7565
7565
|
b$2 = y$7.s;
|
|
@@ -7619,7 +7619,7 @@ var require_bignumber = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
7619
7619
|
}
|
|
7620
7620
|
return normalise(y$7, xc, ye$1);
|
|
7621
7621
|
};
|
|
7622
|
-
P$
|
|
7622
|
+
P$4.modulo = P$4.mod = function(y$7, b$2) {
|
|
7623
7623
|
var q$2, s$12, x$3 = this;
|
|
7624
7624
|
y$7 = new BigNumber$1(y$7, b$2);
|
|
7625
7625
|
if (!x$3.c || !y$7.s || y$7.c && !y$7.c[0]) return new BigNumber$1(NaN);
|
|
@@ -7635,7 +7635,7 @@ var require_bignumber = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
7635
7635
|
if (!y$7.c[0] && MODULO_MODE == 1) y$7.s = x$3.s;
|
|
7636
7636
|
return y$7;
|
|
7637
7637
|
};
|
|
7638
|
-
P$
|
|
7638
|
+
P$4.multipliedBy = P$4.times = function(y$7, b$2) {
|
|
7639
7639
|
var c$9, e$10, i$10, j$3, k$3, m$5, xcL, xlo, xhi, ycL, ylo, yhi, zc, base, sqrtBase, x$3 = this, xc = x$3.c, yc = (y$7 = new BigNumber$1(y$7, b$2)).c;
|
|
7640
7640
|
if (!xc || !yc || !xc[0] || !yc[0]) {
|
|
7641
7641
|
if (!x$3.s || !y$7.s || xc && !xc[0] && !yc || yc && !yc[0] && !xc) y$7.c = y$7.e = y$7.s = null;
|
|
@@ -7682,12 +7682,12 @@ var require_bignumber = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
7682
7682
|
else zc.splice(0, 1);
|
|
7683
7683
|
return normalise(y$7, zc, e$10);
|
|
7684
7684
|
};
|
|
7685
|
-
P$
|
|
7685
|
+
P$4.negated = function() {
|
|
7686
7686
|
var x$3 = new BigNumber$1(this);
|
|
7687
7687
|
x$3.s = -x$3.s || null;
|
|
7688
7688
|
return x$3;
|
|
7689
7689
|
};
|
|
7690
|
-
P$
|
|
7690
|
+
P$4.plus = function(y$7, b$2) {
|
|
7691
7691
|
var t$14, x$3 = this, a$14 = x$3.s;
|
|
7692
7692
|
y$7 = new BigNumber$1(y$7, b$2);
|
|
7693
7693
|
b$2 = y$7.s;
|
|
@@ -7734,7 +7734,7 @@ var require_bignumber = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
7734
7734
|
}
|
|
7735
7735
|
return normalise(y$7, xc, ye$1);
|
|
7736
7736
|
};
|
|
7737
|
-
P$
|
|
7737
|
+
P$4.precision = P$4.sd = function(sd, rm$1) {
|
|
7738
7738
|
var c$9, n$6, v$3, x$3 = this;
|
|
7739
7739
|
if (sd != null && sd !== !!sd) {
|
|
7740
7740
|
intCheck(sd, 1, MAX);
|
|
@@ -7752,11 +7752,11 @@ var require_bignumber = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
7752
7752
|
if (sd && x$3.e + 1 > n$6) n$6 = x$3.e + 1;
|
|
7753
7753
|
return n$6;
|
|
7754
7754
|
};
|
|
7755
|
-
P$
|
|
7755
|
+
P$4.shiftedBy = function(k$3) {
|
|
7756
7756
|
intCheck(k$3, -MAX_SAFE_INTEGER$5, MAX_SAFE_INTEGER$5);
|
|
7757
7757
|
return this.times("1e" + k$3);
|
|
7758
7758
|
};
|
|
7759
|
-
P$
|
|
7759
|
+
P$4.squareRoot = P$4.sqrt = function() {
|
|
7760
7760
|
var m$5, n$6, r$4, rep, t$14, x$3 = this, c$9 = x$3.c, s$12 = x$3.s, e$10 = x$3.e, dp = DECIMAL_PLACES + 4, half = new BigNumber$1("0.5");
|
|
7761
7761
|
if (s$12 !== 1 || !c$9 || !c$9[0]) return new BigNumber$1(!s$12 || s$12 < 0 && (!c$9 || c$9[0]) ? NaN : c$9 ? x$3 : Infinity);
|
|
7762
7762
|
s$12 = Math.sqrt(+valueOf(x$3));
|
|
@@ -7805,21 +7805,21 @@ var require_bignumber = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
7805
7805
|
}
|
|
7806
7806
|
return round(r$4, r$4.e + DECIMAL_PLACES + 1, ROUNDING_MODE, m$5);
|
|
7807
7807
|
};
|
|
7808
|
-
P$
|
|
7808
|
+
P$4.toExponential = function(dp, rm$1) {
|
|
7809
7809
|
if (dp != null) {
|
|
7810
7810
|
intCheck(dp, 0, MAX);
|
|
7811
7811
|
dp++;
|
|
7812
7812
|
}
|
|
7813
7813
|
return format$1(this, dp, rm$1, 1);
|
|
7814
7814
|
};
|
|
7815
|
-
P$
|
|
7815
|
+
P$4.toFixed = function(dp, rm$1) {
|
|
7816
7816
|
if (dp != null) {
|
|
7817
7817
|
intCheck(dp, 0, MAX);
|
|
7818
7818
|
dp = dp + this.e + 1;
|
|
7819
7819
|
}
|
|
7820
7820
|
return format$1(this, dp, rm$1);
|
|
7821
7821
|
};
|
|
7822
|
-
P$
|
|
7822
|
+
P$4.toFormat = function(dp, rm$1, format$2) {
|
|
7823
7823
|
var str, x$3 = this;
|
|
7824
7824
|
if (format$2 == null) if (dp != null && rm$1 && typeof rm$1 == "object") {
|
|
7825
7825
|
format$2 = rm$1;
|
|
@@ -7849,7 +7849,7 @@ var require_bignumber = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
7849
7849
|
}
|
|
7850
7850
|
return (format$2.prefix || "") + str + (format$2.suffix || "");
|
|
7851
7851
|
};
|
|
7852
|
-
P$
|
|
7852
|
+
P$4.toFraction = function(md) {
|
|
7853
7853
|
var d$4, d0, d1, d2, e$10, exp, n$6, n0, n1, q$2, r$4, s$12, x$3 = this, xc = x$3.c;
|
|
7854
7854
|
if (md != null) {
|
|
7855
7855
|
n$6 = new BigNumber$1(md);
|
|
@@ -7887,14 +7887,14 @@ var require_bignumber = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
7887
7887
|
MAX_EXP = exp;
|
|
7888
7888
|
return r$4;
|
|
7889
7889
|
};
|
|
7890
|
-
P$
|
|
7890
|
+
P$4.toNumber = function() {
|
|
7891
7891
|
return +valueOf(this);
|
|
7892
7892
|
};
|
|
7893
|
-
P$
|
|
7893
|
+
P$4.toPrecision = function(sd, rm$1) {
|
|
7894
7894
|
if (sd != null) intCheck(sd, 1, MAX);
|
|
7895
7895
|
return format$1(this, sd, rm$1, 2);
|
|
7896
7896
|
};
|
|
7897
|
-
P$
|
|
7897
|
+
P$4.toString = function(b$2) {
|
|
7898
7898
|
var str, n$6 = this, s$12 = n$6.s, e$10 = n$6.e;
|
|
7899
7899
|
if (e$10 === null) if (s$12) {
|
|
7900
7900
|
str = "Infinity";
|
|
@@ -7913,10 +7913,10 @@ var require_bignumber = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
7913
7913
|
}
|
|
7914
7914
|
return str;
|
|
7915
7915
|
};
|
|
7916
|
-
P$
|
|
7916
|
+
P$4.valueOf = P$4.toJSON = function() {
|
|
7917
7917
|
return valueOf(this);
|
|
7918
7918
|
};
|
|
7919
|
-
P$
|
|
7919
|
+
P$4._isBigNumber = true;
|
|
7920
7920
|
if (configObject != null) BigNumber$1.set(configObject);
|
|
7921
7921
|
return BigNumber$1;
|
|
7922
7922
|
}
|
|
@@ -10224,13 +10224,13 @@ var require_MissingTranslation = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
10224
10224
|
//#endregion
|
|
10225
10225
|
//#region ../../node_modules/.pnpm/i18n-js@4.5.1/node_modules/i18n-js/dist/require/I18n.js
|
|
10226
10226
|
var require_I18n = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
10227
|
-
var __awaiter = exports && exports.__awaiter || function(thisArg, _arguments, P$
|
|
10227
|
+
var __awaiter = exports && exports.__awaiter || function(thisArg, _arguments, P$4, generator) {
|
|
10228
10228
|
function adopt(value) {
|
|
10229
|
-
return value instanceof P$
|
|
10229
|
+
return value instanceof P$4 ? value : new P$4(function(resolve$1) {
|
|
10230
10230
|
resolve$1(value);
|
|
10231
10231
|
});
|
|
10232
10232
|
}
|
|
10233
|
-
return new (P$
|
|
10233
|
+
return new (P$4 || (P$4 = Promise))(function(resolve$1, reject) {
|
|
10234
10234
|
function fulfilled(value) {
|
|
10235
10235
|
try {
|
|
10236
10236
|
step(generator.next(value));
|
|
@@ -10688,6 +10688,18 @@ var en_default = {
|
|
|
10688
10688
|
"start": "Upgrading %{pkg} globally using nypm...",
|
|
10689
10689
|
"success": "Successfully upgraded %{pkg} to latest.",
|
|
10690
10690
|
"fail": "Failed to upgrade %{pkg}: %{message}"
|
|
10691
|
+
},
|
|
10692
|
+
"presets": {
|
|
10693
|
+
"description": "List existing presets",
|
|
10694
|
+
"intro": "Saved Presets",
|
|
10695
|
+
"empty": "No presets found.",
|
|
10696
|
+
"list": "Available presets:",
|
|
10697
|
+
"done": "Use --preset <name> to create a project from a preset",
|
|
10698
|
+
"select": "Select a preset",
|
|
10699
|
+
"cancel": "Selection cancelled",
|
|
10700
|
+
"selected": "Selected preset: %{name}",
|
|
10701
|
+
"use": "Create a project with this preset?",
|
|
10702
|
+
"tip": "Create a project and save it as a preset to see it here."
|
|
10691
10703
|
}
|
|
10692
10704
|
},
|
|
10693
10705
|
prompts: {
|
|
@@ -10703,6 +10715,12 @@ var en_default = {
|
|
|
10703
10715
|
"create": "Create Ruler config files?",
|
|
10704
10716
|
"scripts": "Add mcp scripts to package.json?"
|
|
10705
10717
|
},
|
|
10718
|
+
"preset": {
|
|
10719
|
+
"save": "Do you want to save these settings as a preset?",
|
|
10720
|
+
"name": "Preset name (display name):",
|
|
10721
|
+
"overwrite": "Preset \"%{name}\" already exists. Do you want to overwrite it?",
|
|
10722
|
+
"saved": "Preset saved to %{path}"
|
|
10723
|
+
},
|
|
10706
10724
|
"directory": {
|
|
10707
10725
|
"name": "Project name",
|
|
10708
10726
|
"overwrite": "Directory \"%{dir}\" already exists. Do you want to overwrite it?",
|
|
@@ -10732,6 +10750,11 @@ var en_default = {
|
|
|
10732
10750
|
"hint": "Headless Component Library"
|
|
10733
10751
|
}
|
|
10734
10752
|
},
|
|
10753
|
+
"vuetify_version": {
|
|
10754
|
+
"select": "Select Vuetify version:",
|
|
10755
|
+
"3_x": "Vuetify 3 (latest)",
|
|
10756
|
+
"4_x": "Vuetify 4 (beta)"
|
|
10757
|
+
},
|
|
10735
10758
|
"css_framework": {
|
|
10736
10759
|
"select": "Which CSS framework?",
|
|
10737
10760
|
"unocss": { "hint": "Instant on-demand atomic CSS engine" },
|
|
@@ -10833,7 +10856,8 @@ var en_default = {
|
|
|
10833
10856
|
"type": { "description": "The Vuetify version to use" },
|
|
10834
10857
|
"platform": { "description": "The framework to use" },
|
|
10835
10858
|
"verbose": { "description": "Output verbose logs" },
|
|
10836
|
-
"version": { "description": "The Vuetify version to check documentation for" }
|
|
10859
|
+
"version": { "description": "The Vuetify version to check documentation for" },
|
|
10860
|
+
"preset": { "description": "Path to a preset file to load" }
|
|
10837
10861
|
},
|
|
10838
10862
|
cli: {
|
|
10839
10863
|
"main": { "description": "Unified CLI for Vuetify" },
|
|
@@ -10914,6 +10938,18 @@ var ru_default = {
|
|
|
10914
10938
|
"start": "Обновляем %{pkg}",
|
|
10915
10939
|
"success": "Успешно обновлен %{pkg} до последней версии.",
|
|
10916
10940
|
"fail": "Не удалось обновить %{pkg}: %{message}"
|
|
10941
|
+
},
|
|
10942
|
+
"presets": {
|
|
10943
|
+
"description": "Показать список существующих пресетов",
|
|
10944
|
+
"intro": "Сохраненные пресеты",
|
|
10945
|
+
"empty": "Пресеты не найдены.",
|
|
10946
|
+
"list": "Доступные пресеты:",
|
|
10947
|
+
"done": "Используйте --preset <name> для создания проекта из пресета",
|
|
10948
|
+
"select": "Выберите пресет",
|
|
10949
|
+
"cancel": "Выбор отменен",
|
|
10950
|
+
"selected": "Выбран пресет: %{name}",
|
|
10951
|
+
"use": "Создать проект с этим пресетом?",
|
|
10952
|
+
"tip": "Создайте проект и сохраните его как пресет, чтобы увидеть его здесь."
|
|
10917
10953
|
}
|
|
10918
10954
|
},
|
|
10919
10955
|
prompts: {
|
|
@@ -10924,6 +10960,12 @@ var ru_default = {
|
|
|
10924
10960
|
"create": "Конфиг ESLint не найден. Создать его?",
|
|
10925
10961
|
"scripts": "Добавить скрипты lint в package.json?"
|
|
10926
10962
|
},
|
|
10963
|
+
"preset": {
|
|
10964
|
+
"save": "Хотите сохранить эти настройки как пресет?",
|
|
10965
|
+
"name": "Имя пресета (отображаемое имя):",
|
|
10966
|
+
"overwrite": "Пресет \"%{name}\" уже существует. Перезаписать?",
|
|
10967
|
+
"saved": "Пресет сохранен в %{path}"
|
|
10968
|
+
},
|
|
10927
10969
|
"directory": {
|
|
10928
10970
|
"name": "Название проекта",
|
|
10929
10971
|
"overwrite": "Папка \"%{dir}\" уже существует. Хотите перезаписать её?",
|
|
@@ -10953,6 +10995,11 @@ var ru_default = {
|
|
|
10953
10995
|
"hint": "Библиотека headless компонентов"
|
|
10954
10996
|
}
|
|
10955
10997
|
},
|
|
10998
|
+
"vuetify_version": {
|
|
10999
|
+
"select": "Выберите версию Vuetify:",
|
|
11000
|
+
"3_x": "Vuetify 3 (стабильная)",
|
|
11001
|
+
"4_x": "Vuetify 4 (бета)"
|
|
11002
|
+
},
|
|
10956
11003
|
"css_framework": {
|
|
10957
11004
|
"select": "Какой фреймворк CSS вы хотите использовать?",
|
|
10958
11005
|
"none": "Никакой",
|
|
@@ -11055,6 +11102,7 @@ var ru_default = {
|
|
|
11055
11102
|
"type": { "description": "Версия Vuetify для использования" },
|
|
11056
11103
|
"platform": { "description": "Фреймворк для использования" },
|
|
11057
11104
|
"verbose": { "description": "Вывести подробные логи" },
|
|
11105
|
+
"preset": { "description": "Путь к файлу пресета для загрузки" },
|
|
11058
11106
|
"version": { "description": "Версия Vuetify для просмотра документации" }
|
|
11059
11107
|
},
|
|
11060
11108
|
cli: {
|
|
@@ -11072,7 +11120,7 @@ var ru_default = {
|
|
|
11072
11120
|
|
|
11073
11121
|
//#endregion
|
|
11074
11122
|
//#region ../shared/src/i18n/setup.ts
|
|
11075
|
-
function normalizeLocale(locale) {
|
|
11123
|
+
function normalizeLocale$1(locale) {
|
|
11076
11124
|
return (locale ?? "en").split("-")[0].toLowerCase();
|
|
11077
11125
|
}
|
|
11078
11126
|
const i18n$2 = new import_require.I18n({
|
|
@@ -11080,7 +11128,7 @@ const i18n$2 = new import_require.I18n({
|
|
|
11080
11128
|
ru: ru_default
|
|
11081
11129
|
}, {
|
|
11082
11130
|
defaultLocale: "en",
|
|
11083
|
-
locale: normalizeLocale(getCurrentLocale())
|
|
11131
|
+
locale: normalizeLocale$1(getCurrentLocale())
|
|
11084
11132
|
});
|
|
11085
11133
|
|
|
11086
11134
|
//#endregion
|
|
@@ -11098,13 +11146,11 @@ function projectArgs(options$1) {
|
|
|
11098
11146
|
type: {
|
|
11099
11147
|
type: "string",
|
|
11100
11148
|
description: i18n.t("args.type.description"),
|
|
11101
|
-
default: "vuetify",
|
|
11102
11149
|
valueHint: "vuetify | vuetify0"
|
|
11103
11150
|
},
|
|
11104
11151
|
platform: {
|
|
11105
11152
|
type: "string",
|
|
11106
11153
|
description: i18n.t("args.platform.description"),
|
|
11107
|
-
default: "vue",
|
|
11108
11154
|
valueHint: "vue | nuxt"
|
|
11109
11155
|
},
|
|
11110
11156
|
features: {
|
|
@@ -11153,6 +11199,10 @@ function projectArgs(options$1) {
|
|
|
11153
11199
|
dir: {
|
|
11154
11200
|
type: "string",
|
|
11155
11201
|
description: i18n.t("args.dir.description")
|
|
11202
|
+
},
|
|
11203
|
+
preset: {
|
|
11204
|
+
type: "string",
|
|
11205
|
+
description: i18n.t("args.preset.description")
|
|
11156
11206
|
}
|
|
11157
11207
|
};
|
|
11158
11208
|
if (options$1?.exclude) for (const key of options$1.exclude) delete args$2[key];
|
|
@@ -11289,11 +11339,11 @@ var require_src$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
11289
11339
|
//#region ../../node_modules/.pnpm/@clack+core@1.0.0-alpha.7/node_modules/@clack/core/dist/index.mjs
|
|
11290
11340
|
var import_picocolors$1 = /* @__PURE__ */ __toESM(require_picocolors(), 1);
|
|
11291
11341
|
var import_src$1 = require_src$1();
|
|
11292
|
-
const at = (t$14) => t$14 === 161 || t$14 === 164 || t$14 === 167 || t$14 === 168 || t$14 === 170 || t$14 === 173 || t$14 === 174 || t$14 >= 176 && t$14 <= 180 || t$14 >= 182 && t$14 <= 186 || t$14 >= 188 && t$14 <= 191 || t$14 === 198 || t$14 === 208 || t$14 === 215 || t$14 === 216 || t$14 >= 222 && t$14 <= 225 || t$14 === 230 || t$14 >= 232 && t$14 <= 234 || t$14 === 236 || t$14 === 237 || t$14 === 240 || t$14 === 242 || t$14 === 243 || t$14 >= 247 && t$14 <= 250 || t$14 === 252 || t$14 === 254 || t$14 === 257 || t$14 === 273 || t$14 === 275 || t$14 === 283 || t$14 === 294 || t$14 === 295 || t$14 === 299 || t$14 >= 305 && t$14 <= 307 || t$14 === 312 || t$14 >= 319 && t$14 <= 322 || t$14 === 324 || t$14 >= 328 && t$14 <= 331 || t$14 === 333 || t$14 === 338 || t$14 === 339 || t$14 === 358 || t$14 === 359 || t$14 === 363 || t$14 === 462 || t$14 === 464 || t$14 === 466 || t$14 === 468 || t$14 === 470 || t$14 === 472 || t$14 === 474 || t$14 === 476 || t$14 === 593 || t$14 === 609 || t$14 === 708 || t$14 === 711 || t$14 >= 713 && t$14 <= 715 || t$14 === 717 || t$14 === 720 || t$14 >= 728 && t$14 <= 731 || t$14 === 733 || t$14 === 735 || t$14 >= 768 && t$14 <= 879 || t$14 >= 913 && t$14 <= 929 || t$14 >= 931 && t$14 <= 937 || t$14 >= 945 && t$14 <= 961 || t$14 >= 963 && t$14 <= 969 || t$14 === 1025 || t$14 >= 1040 && t$14 <= 1103 || t$14 === 1105 || t$14 === 8208 || t$14 >= 8211 && t$14 <= 8214 || t$14 === 8216 || t$14 === 8217 || t$14 === 8220 || t$14 === 8221 || t$14 >= 8224 && t$14 <= 8226 || t$14 >= 8228 && t$14 <= 8231 || t$14 === 8240 || t$14 === 8242 || t$14 === 8243 || t$14 === 8245 || t$14 === 8251 || t$14 === 8254 || t$14 === 8308 || t$14 === 8319 || t$14 >= 8321 && t$14 <= 8324 || t$14 === 8364 || t$14 === 8451 || t$14 === 8453 || t$14 === 8457 || t$14 === 8467 || t$14 === 8470 || t$14 === 8481 || t$14 === 8482 || t$14 === 8486 || t$14 === 8491 || t$14 === 8531 || t$14 === 8532 || t$14 >= 8539 && t$14 <= 8542 || t$14 >= 8544 && t$14 <= 8555 || t$14 >= 8560 && t$14 <= 8569 || t$14 === 8585 || t$14 >= 8592 && t$14 <= 8601 || t$14 === 8632 || t$14 === 8633 || t$14 === 8658 || t$14 === 8660 || t$14 === 8679 || t$14 === 8704 || t$14 === 8706 || t$14 === 8707 || t$14 === 8711 || t$14 === 8712 || t$14 === 8715 || t$14 === 8719 || t$14 === 8721 || t$14 === 8725 || t$14 === 8730 || t$14 >= 8733 && t$14 <= 8736 || t$14 === 8739 || t$14 === 8741 || t$14 >= 8743 && t$14 <= 8748 || t$14 === 8750 || t$14 >= 8756 && t$14 <= 8759 || t$14 === 8764 || t$14 === 8765 || t$14 === 8776 || t$14 === 8780 || t$14 === 8786 || t$14 === 8800 || t$14 === 8801 || t$14 >= 8804 && t$14 <= 8807 || t$14 === 8810 || t$14 === 8811 || t$14 === 8814 || t$14 === 8815 || t$14 === 8834 || t$14 === 8835 || t$14 === 8838 || t$14 === 8839 || t$14 === 8853 || t$14 === 8857 || t$14 === 8869 || t$14 === 8895 || t$14 === 8978 || t$14 >= 9312 && t$14 <= 9449 || t$14 >= 9451 && t$14 <= 9547 || t$14 >= 9552 && t$14 <= 9587 || t$14 >= 9600 && t$14 <= 9615 || t$14 >= 9618 && t$14 <= 9621 || t$14 === 9632 || t$14 === 9633 || t$14 >= 9635 && t$14 <= 9641 || t$14 === 9650 || t$14 === 9651 || t$14 === 9654 || t$14 === 9655 || t$14 === 9660 || t$14 === 9661 || t$14 === 9664 || t$14 === 9665 || t$14 >= 9670 && t$14 <= 9672 || t$14 === 9675 || t$14 >= 9678 && t$14 <= 9681 || t$14 >= 9698 && t$14 <= 9701 || t$14 === 9711 || t$14 === 9733 || t$14 === 9734 || t$14 === 9737 || t$14 === 9742 || t$14 === 9743 || t$14 === 9756 || t$14 === 9758 || t$14 === 9792 || t$14 === 9794 || t$14 === 9824 || t$14 === 9825 || t$14 >= 9827 && t$14 <= 9829 || t$14 >= 9831 && t$14 <= 9834 || t$14 === 9836 || t$14 === 9837 || t$14 === 9839 || t$14 === 9886 || t$14 === 9887 || t$14 === 9919 || t$14 >= 9926 && t$14 <= 9933 || t$14 >= 9935 && t$14 <= 9939 || t$14 >= 9941 && t$14 <= 9953 || t$14 === 9955 || t$14 === 9960 || t$14 === 9961 || t$14 >= 9963 && t$14 <= 9969 || t$14 === 9972 || t$14 >= 9974 && t$14 <= 9977 || t$14 === 9979 || t$14 === 9980 || t$14 === 9982 || t$14 === 9983 || t$14 === 10045 || t$14 >= 10102 && t$14 <= 10111 || t$14 >= 11094 && t$14 <= 11097 || t$14 >= 12872 && t$14 <= 12879 || t$14 >= 57344 && t$14 <= 63743 || t$14 >= 65024 && t$14 <= 65039 || t$14 === 65533 || t$14 >= 127232 && t$14 <= 127242 || t$14 >= 127248 && t$14 <= 127277 || t$14 >= 127280 && t$14 <= 127337 || t$14 >= 127344 && t$14 <= 127373 || t$14 === 127375 || t$14 === 127376 || t$14 >= 127387 && t$14 <= 127404 || t$14 >= 917760 && t$14 <= 917999 || t$14 >= 983040 && t$14 <= 1048573 || t$14 >= 1048576 && t$14 <= 1114109, lt$4 = (t$14) => t$14 === 12288 || t$14 >= 65281 && t$14 <= 65376 || t$14 >= 65504 && t$14 <= 65510, ht$2 = (t$14) => t$14 >= 4352 && t$14 <= 4447 || t$14 === 8986 || t$14 === 8987 || t$14 === 9001 || t$14 === 9002 || t$14 >= 9193 && t$14 <= 9196 || t$14 === 9200 || t$14 === 9203 || t$14 === 9725 || t$14 === 9726 || t$14 === 9748 || t$14 === 9749 || t$14 >= 9800 && t$14 <= 9811 || t$14 === 9855 || t$14 === 9875 || t$14 === 9889 || t$14 === 9898 || t$14 === 9899 || t$14 === 9917 || t$14 === 9918 || t$14 === 9924 || t$14 === 9925 || t$14 === 9934 || t$14 === 9940 || t$14 === 9962 || t$14 === 9970 || t$14 === 9971 || t$14 === 9973 || t$14 === 9978 || t$14 === 9981 || t$14 === 9989 || t$14 === 9994 || t$14 === 9995 || t$14 === 10024 || t$14 === 10060 || t$14 === 10062 || t$14 >= 10067 && t$14 <= 10069 || t$14 === 10071 || t$14 >= 10133 && t$14 <= 10135 || t$14 === 10160 || t$14 === 10175 || t$14 === 11035 || t$14 === 11036 || t$14 === 11088 || t$14 === 11093 || t$14 >= 11904 && t$14 <= 11929 || t$14 >= 11931 && t$14 <= 12019 || t$14 >= 12032 && t$14 <= 12245 || t$14 >= 12272 && t$14 <= 12287 || t$14 >= 12289 && t$14 <= 12350 || t$14 >= 12353 && t$14 <= 12438 || t$14 >= 12441 && t$14 <= 12543 || t$14 >= 12549 && t$14 <= 12591 || t$14 >= 12593 && t$14 <= 12686 || t$14 >= 12688 && t$14 <= 12771 || t$14 >= 12783 && t$14 <= 12830 || t$14 >= 12832 && t$14 <= 12871 || t$14 >= 12880 && t$14 <= 19903 || t$14 >= 19968 && t$14 <= 42124 || t$14 >= 42128 && t$14 <= 42182 || t$14 >= 43360 && t$14 <= 43388 || t$14 >= 44032 && t$14 <= 55203 || t$14 >= 63744 && t$14 <= 64255 || t$14 >= 65040 && t$14 <= 65049 || t$14 >= 65072 && t$14 <= 65106 || t$14 >= 65108 && t$14 <= 65126 || t$14 >= 65128 && t$14 <= 65131 || t$14 >= 94176 && t$14 <= 94180 || t$14 === 94192 || t$14 === 94193 || t$14 >= 94208 && t$14 <= 100343 || t$14 >= 100352 && t$14 <= 101589 || t$14 >= 101632 && t$14 <= 101640 || t$14 >= 110576 && t$14 <= 110579 || t$14 >= 110581 && t$14 <= 110587 || t$14 === 110589 || t$14 === 110590 || t$14 >= 110592 && t$14 <= 110882 || t$14 === 110898 || t$14 >= 110928 && t$14 <= 110930 || t$14 === 110933 || t$14 >= 110948 && t$14 <= 110951 || t$14 >= 110960 && t$14 <= 111355 || t$14 === 126980 || t$14 === 127183 || t$14 === 127374 || t$14 >= 127377 && t$14 <= 127386 || t$14 >= 127488 && t$14 <= 127490 || t$14 >= 127504 && t$14 <= 127547 || t$14 >= 127552 && t$14 <= 127560 || t$14 === 127568 || t$14 === 127569 || t$14 >= 127584 && t$14 <= 127589 || t$14 >= 127744 && t$14 <= 127776 || t$14 >= 127789 && t$14 <= 127797 || t$14 >= 127799 && t$14 <= 127868 || t$14 >= 127870 && t$14 <= 127891 || t$14 >= 127904 && t$14 <= 127946 || t$14 >= 127951 && t$14 <= 127955 || t$14 >= 127968 && t$14 <= 127984 || t$14 === 127988 || t$14 >= 127992 && t$14 <= 128062 || t$14 === 128064 || t$14 >= 128066 && t$14 <= 128252 || t$14 >= 128255 && t$14 <= 128317 || t$14 >= 128331 && t$14 <= 128334 || t$14 >= 128336 && t$14 <= 128359 || t$14 === 128378 || t$14 === 128405 || t$14 === 128406 || t$14 === 128420 || t$14 >= 128507 && t$14 <= 128591 || t$14 >= 128640 && t$14 <= 128709 || t$14 === 128716 || t$14 >= 128720 && t$14 <= 128722 || t$14 >= 128725 && t$14 <= 128727 || t$14 >= 128732 && t$14 <= 128735 || t$14 === 128747 || t$14 === 128748 || t$14 >= 128756 && t$14 <= 128764 || t$14 >= 128992 && t$14 <= 129003 || t$14 === 129008 || t$14 >= 129292 && t$14 <= 129338 || t$14 >= 129340 && t$14 <= 129349 || t$14 >= 129351 && t$14 <= 129535 || t$14 >= 129648 && t$14 <= 129660 || t$14 >= 129664 && t$14 <= 129672 || t$14 >= 129680 && t$14 <= 129725 || t$14 >= 129727 && t$14 <= 129733 || t$14 >= 129742 && t$14 <= 129755 || t$14 >= 129760 && t$14 <= 129768 || t$14 >= 129776 && t$14 <= 129784 || t$14 >= 131072 && t$14 <= 196605 || t$14 >= 196608 && t$14 <= 262141, O$4 = /[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-ORZcf-nqry=><]/y, y$4 = /[\x00-\x08\x0A-\x1F\x7F-\x9F]{1,1000}/y, M$1 = /\t{1,1000}/y, P$
|
|
11342
|
+
const at = (t$14) => t$14 === 161 || t$14 === 164 || t$14 === 167 || t$14 === 168 || t$14 === 170 || t$14 === 173 || t$14 === 174 || t$14 >= 176 && t$14 <= 180 || t$14 >= 182 && t$14 <= 186 || t$14 >= 188 && t$14 <= 191 || t$14 === 198 || t$14 === 208 || t$14 === 215 || t$14 === 216 || t$14 >= 222 && t$14 <= 225 || t$14 === 230 || t$14 >= 232 && t$14 <= 234 || t$14 === 236 || t$14 === 237 || t$14 === 240 || t$14 === 242 || t$14 === 243 || t$14 >= 247 && t$14 <= 250 || t$14 === 252 || t$14 === 254 || t$14 === 257 || t$14 === 273 || t$14 === 275 || t$14 === 283 || t$14 === 294 || t$14 === 295 || t$14 === 299 || t$14 >= 305 && t$14 <= 307 || t$14 === 312 || t$14 >= 319 && t$14 <= 322 || t$14 === 324 || t$14 >= 328 && t$14 <= 331 || t$14 === 333 || t$14 === 338 || t$14 === 339 || t$14 === 358 || t$14 === 359 || t$14 === 363 || t$14 === 462 || t$14 === 464 || t$14 === 466 || t$14 === 468 || t$14 === 470 || t$14 === 472 || t$14 === 474 || t$14 === 476 || t$14 === 593 || t$14 === 609 || t$14 === 708 || t$14 === 711 || t$14 >= 713 && t$14 <= 715 || t$14 === 717 || t$14 === 720 || t$14 >= 728 && t$14 <= 731 || t$14 === 733 || t$14 === 735 || t$14 >= 768 && t$14 <= 879 || t$14 >= 913 && t$14 <= 929 || t$14 >= 931 && t$14 <= 937 || t$14 >= 945 && t$14 <= 961 || t$14 >= 963 && t$14 <= 969 || t$14 === 1025 || t$14 >= 1040 && t$14 <= 1103 || t$14 === 1105 || t$14 === 8208 || t$14 >= 8211 && t$14 <= 8214 || t$14 === 8216 || t$14 === 8217 || t$14 === 8220 || t$14 === 8221 || t$14 >= 8224 && t$14 <= 8226 || t$14 >= 8228 && t$14 <= 8231 || t$14 === 8240 || t$14 === 8242 || t$14 === 8243 || t$14 === 8245 || t$14 === 8251 || t$14 === 8254 || t$14 === 8308 || t$14 === 8319 || t$14 >= 8321 && t$14 <= 8324 || t$14 === 8364 || t$14 === 8451 || t$14 === 8453 || t$14 === 8457 || t$14 === 8467 || t$14 === 8470 || t$14 === 8481 || t$14 === 8482 || t$14 === 8486 || t$14 === 8491 || t$14 === 8531 || t$14 === 8532 || t$14 >= 8539 && t$14 <= 8542 || t$14 >= 8544 && t$14 <= 8555 || t$14 >= 8560 && t$14 <= 8569 || t$14 === 8585 || t$14 >= 8592 && t$14 <= 8601 || t$14 === 8632 || t$14 === 8633 || t$14 === 8658 || t$14 === 8660 || t$14 === 8679 || t$14 === 8704 || t$14 === 8706 || t$14 === 8707 || t$14 === 8711 || t$14 === 8712 || t$14 === 8715 || t$14 === 8719 || t$14 === 8721 || t$14 === 8725 || t$14 === 8730 || t$14 >= 8733 && t$14 <= 8736 || t$14 === 8739 || t$14 === 8741 || t$14 >= 8743 && t$14 <= 8748 || t$14 === 8750 || t$14 >= 8756 && t$14 <= 8759 || t$14 === 8764 || t$14 === 8765 || t$14 === 8776 || t$14 === 8780 || t$14 === 8786 || t$14 === 8800 || t$14 === 8801 || t$14 >= 8804 && t$14 <= 8807 || t$14 === 8810 || t$14 === 8811 || t$14 === 8814 || t$14 === 8815 || t$14 === 8834 || t$14 === 8835 || t$14 === 8838 || t$14 === 8839 || t$14 === 8853 || t$14 === 8857 || t$14 === 8869 || t$14 === 8895 || t$14 === 8978 || t$14 >= 9312 && t$14 <= 9449 || t$14 >= 9451 && t$14 <= 9547 || t$14 >= 9552 && t$14 <= 9587 || t$14 >= 9600 && t$14 <= 9615 || t$14 >= 9618 && t$14 <= 9621 || t$14 === 9632 || t$14 === 9633 || t$14 >= 9635 && t$14 <= 9641 || t$14 === 9650 || t$14 === 9651 || t$14 === 9654 || t$14 === 9655 || t$14 === 9660 || t$14 === 9661 || t$14 === 9664 || t$14 === 9665 || t$14 >= 9670 && t$14 <= 9672 || t$14 === 9675 || t$14 >= 9678 && t$14 <= 9681 || t$14 >= 9698 && t$14 <= 9701 || t$14 === 9711 || t$14 === 9733 || t$14 === 9734 || t$14 === 9737 || t$14 === 9742 || t$14 === 9743 || t$14 === 9756 || t$14 === 9758 || t$14 === 9792 || t$14 === 9794 || t$14 === 9824 || t$14 === 9825 || t$14 >= 9827 && t$14 <= 9829 || t$14 >= 9831 && t$14 <= 9834 || t$14 === 9836 || t$14 === 9837 || t$14 === 9839 || t$14 === 9886 || t$14 === 9887 || t$14 === 9919 || t$14 >= 9926 && t$14 <= 9933 || t$14 >= 9935 && t$14 <= 9939 || t$14 >= 9941 && t$14 <= 9953 || t$14 === 9955 || t$14 === 9960 || t$14 === 9961 || t$14 >= 9963 && t$14 <= 9969 || t$14 === 9972 || t$14 >= 9974 && t$14 <= 9977 || t$14 === 9979 || t$14 === 9980 || t$14 === 9982 || t$14 === 9983 || t$14 === 10045 || t$14 >= 10102 && t$14 <= 10111 || t$14 >= 11094 && t$14 <= 11097 || t$14 >= 12872 && t$14 <= 12879 || t$14 >= 57344 && t$14 <= 63743 || t$14 >= 65024 && t$14 <= 65039 || t$14 === 65533 || t$14 >= 127232 && t$14 <= 127242 || t$14 >= 127248 && t$14 <= 127277 || t$14 >= 127280 && t$14 <= 127337 || t$14 >= 127344 && t$14 <= 127373 || t$14 === 127375 || t$14 === 127376 || t$14 >= 127387 && t$14 <= 127404 || t$14 >= 917760 && t$14 <= 917999 || t$14 >= 983040 && t$14 <= 1048573 || t$14 >= 1048576 && t$14 <= 1114109, lt$4 = (t$14) => t$14 === 12288 || t$14 >= 65281 && t$14 <= 65376 || t$14 >= 65504 && t$14 <= 65510, ht$2 = (t$14) => t$14 >= 4352 && t$14 <= 4447 || t$14 === 8986 || t$14 === 8987 || t$14 === 9001 || t$14 === 9002 || t$14 >= 9193 && t$14 <= 9196 || t$14 === 9200 || t$14 === 9203 || t$14 === 9725 || t$14 === 9726 || t$14 === 9748 || t$14 === 9749 || t$14 >= 9800 && t$14 <= 9811 || t$14 === 9855 || t$14 === 9875 || t$14 === 9889 || t$14 === 9898 || t$14 === 9899 || t$14 === 9917 || t$14 === 9918 || t$14 === 9924 || t$14 === 9925 || t$14 === 9934 || t$14 === 9940 || t$14 === 9962 || t$14 === 9970 || t$14 === 9971 || t$14 === 9973 || t$14 === 9978 || t$14 === 9981 || t$14 === 9989 || t$14 === 9994 || t$14 === 9995 || t$14 === 10024 || t$14 === 10060 || t$14 === 10062 || t$14 >= 10067 && t$14 <= 10069 || t$14 === 10071 || t$14 >= 10133 && t$14 <= 10135 || t$14 === 10160 || t$14 === 10175 || t$14 === 11035 || t$14 === 11036 || t$14 === 11088 || t$14 === 11093 || t$14 >= 11904 && t$14 <= 11929 || t$14 >= 11931 && t$14 <= 12019 || t$14 >= 12032 && t$14 <= 12245 || t$14 >= 12272 && t$14 <= 12287 || t$14 >= 12289 && t$14 <= 12350 || t$14 >= 12353 && t$14 <= 12438 || t$14 >= 12441 && t$14 <= 12543 || t$14 >= 12549 && t$14 <= 12591 || t$14 >= 12593 && t$14 <= 12686 || t$14 >= 12688 && t$14 <= 12771 || t$14 >= 12783 && t$14 <= 12830 || t$14 >= 12832 && t$14 <= 12871 || t$14 >= 12880 && t$14 <= 19903 || t$14 >= 19968 && t$14 <= 42124 || t$14 >= 42128 && t$14 <= 42182 || t$14 >= 43360 && t$14 <= 43388 || t$14 >= 44032 && t$14 <= 55203 || t$14 >= 63744 && t$14 <= 64255 || t$14 >= 65040 && t$14 <= 65049 || t$14 >= 65072 && t$14 <= 65106 || t$14 >= 65108 && t$14 <= 65126 || t$14 >= 65128 && t$14 <= 65131 || t$14 >= 94176 && t$14 <= 94180 || t$14 === 94192 || t$14 === 94193 || t$14 >= 94208 && t$14 <= 100343 || t$14 >= 100352 && t$14 <= 101589 || t$14 >= 101632 && t$14 <= 101640 || t$14 >= 110576 && t$14 <= 110579 || t$14 >= 110581 && t$14 <= 110587 || t$14 === 110589 || t$14 === 110590 || t$14 >= 110592 && t$14 <= 110882 || t$14 === 110898 || t$14 >= 110928 && t$14 <= 110930 || t$14 === 110933 || t$14 >= 110948 && t$14 <= 110951 || t$14 >= 110960 && t$14 <= 111355 || t$14 === 126980 || t$14 === 127183 || t$14 === 127374 || t$14 >= 127377 && t$14 <= 127386 || t$14 >= 127488 && t$14 <= 127490 || t$14 >= 127504 && t$14 <= 127547 || t$14 >= 127552 && t$14 <= 127560 || t$14 === 127568 || t$14 === 127569 || t$14 >= 127584 && t$14 <= 127589 || t$14 >= 127744 && t$14 <= 127776 || t$14 >= 127789 && t$14 <= 127797 || t$14 >= 127799 && t$14 <= 127868 || t$14 >= 127870 && t$14 <= 127891 || t$14 >= 127904 && t$14 <= 127946 || t$14 >= 127951 && t$14 <= 127955 || t$14 >= 127968 && t$14 <= 127984 || t$14 === 127988 || t$14 >= 127992 && t$14 <= 128062 || t$14 === 128064 || t$14 >= 128066 && t$14 <= 128252 || t$14 >= 128255 && t$14 <= 128317 || t$14 >= 128331 && t$14 <= 128334 || t$14 >= 128336 && t$14 <= 128359 || t$14 === 128378 || t$14 === 128405 || t$14 === 128406 || t$14 === 128420 || t$14 >= 128507 && t$14 <= 128591 || t$14 >= 128640 && t$14 <= 128709 || t$14 === 128716 || t$14 >= 128720 && t$14 <= 128722 || t$14 >= 128725 && t$14 <= 128727 || t$14 >= 128732 && t$14 <= 128735 || t$14 === 128747 || t$14 === 128748 || t$14 >= 128756 && t$14 <= 128764 || t$14 >= 128992 && t$14 <= 129003 || t$14 === 129008 || t$14 >= 129292 && t$14 <= 129338 || t$14 >= 129340 && t$14 <= 129349 || t$14 >= 129351 && t$14 <= 129535 || t$14 >= 129648 && t$14 <= 129660 || t$14 >= 129664 && t$14 <= 129672 || t$14 >= 129680 && t$14 <= 129725 || t$14 >= 129727 && t$14 <= 129733 || t$14 >= 129742 && t$14 <= 129755 || t$14 >= 129760 && t$14 <= 129768 || t$14 >= 129776 && t$14 <= 129784 || t$14 >= 131072 && t$14 <= 196605 || t$14 >= 196608 && t$14 <= 262141, O$4 = /[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-ORZcf-nqry=><]/y, y$4 = /[\x00-\x08\x0A-\x1F\x7F-\x9F]{1,1000}/y, M$1 = /\t{1,1000}/y, P$3 = /[\u{1F1E6}-\u{1F1FF}]{2}|\u{1F3F4}[\u{E0061}-\u{E007A}]{2}[\u{E0030}-\u{E0039}\u{E0061}-\u{E007A}]{1,3}\u{E007F}|(?:\p{Emoji}\uFE0F\u20E3?|\p{Emoji_Modifier_Base}\p{Emoji_Modifier}?|\p{Emoji_Presentation})(?:\u200D(?:\p{Emoji_Modifier_Base}\p{Emoji_Modifier}?|\p{Emoji_Presentation}|\p{Emoji}\uFE0F\u20E3?))*/uy, L$1 = /(?:[\x20-\x7E\xA0-\xFF](?!\uFE0F)){1,1000}/y, ct = /\p{M}+/gu, Ft$1 = {
|
|
11293
11343
|
limit: Infinity,
|
|
11294
11344
|
ellipsis: ""
|
|
11295
11345
|
}, X$2 = (t$14, e$10 = {}, s$12 = {}) => {
|
|
11296
|
-
const i$10 = e$10.limit ?? Infinity, r$4 = e$10.ellipsis ?? "", n$6 = e$10?.ellipsisWidth ?? (r$4 ? X$2(r$4, Ft$1, s$12).width : 0), o$8 = s$12.ansiWidth ?? 0, a$14 = s$12.controlWidth ?? 0, l$4 = s$12.tabWidth ?? 8, E$2 = s$12.ambiguousWidth ?? 1, g$
|
|
11346
|
+
const i$10 = e$10.limit ?? Infinity, r$4 = e$10.ellipsis ?? "", n$6 = e$10?.ellipsisWidth ?? (r$4 ? X$2(r$4, Ft$1, s$12).width : 0), o$8 = s$12.ansiWidth ?? 0, a$14 = s$12.controlWidth ?? 0, l$4 = s$12.tabWidth ?? 8, E$2 = s$12.ambiguousWidth ?? 1, g$3 = s$12.emojiWidth ?? 2, m$5 = s$12.fullWidthWidth ?? 2, A$1 = s$12.regularWidth ?? 1, V$1 = s$12.wideWidth ?? 2;
|
|
11297
11347
|
let h$4 = 0, u$9 = 0, f$9 = t$14.length, v$3 = 0, p$3 = !1, d$4 = f$9, b$2 = Math.max(0, i$10 - n$6), C$2 = 0, B = 0, c$9 = 0, F$4 = 0;
|
|
11298
11348
|
t: for (;;) {
|
|
11299
11349
|
if (B > C$2 || u$9 >= f$9 && u$9 > h$4) {
|
|
@@ -11342,12 +11392,12 @@ const at = (t$14) => t$14 === 161 || t$14 === 164 || t$14 === 167 || t$14 === 16
|
|
|
11342
11392
|
c$9 += F$4, C$2 = h$4, B = u$9, u$9 = h$4 = M$1.lastIndex;
|
|
11343
11393
|
continue;
|
|
11344
11394
|
}
|
|
11345
|
-
if (P$
|
|
11346
|
-
if (c$9 + g$
|
|
11395
|
+
if (P$3.lastIndex = u$9, P$3.test(t$14)) {
|
|
11396
|
+
if (c$9 + g$3 > b$2 && (d$4 = Math.min(d$4, u$9)), c$9 + g$3 > i$10) {
|
|
11347
11397
|
p$3 = !0;
|
|
11348
11398
|
break;
|
|
11349
11399
|
}
|
|
11350
|
-
c$9 += g$
|
|
11400
|
+
c$9 += g$3, C$2 = h$4, B = u$9, u$9 = h$4 = P$3.lastIndex;
|
|
11351
11401
|
continue;
|
|
11352
11402
|
}
|
|
11353
11403
|
u$9 += 1;
|
|
@@ -11374,10 +11424,10 @@ const at = (t$14) => t$14 === 161 || t$14 === 164 || t$14 === 167 || t$14 === 16
|
|
|
11374
11424
|
if (t$14 === 0) return 0;
|
|
11375
11425
|
}, st = (t$14) => `${W}${Q$1}${t$14}${tt$1}`, it = (t$14) => `${W}${U}${t$14}${j$2}`, gt$6 = (t$14) => t$14.map((e$10) => S$1(e$10)), G$2 = (t$14, e$10, s$12) => {
|
|
11376
11426
|
const i$10 = e$10[Symbol.iterator]();
|
|
11377
|
-
let r$4 = !1, n$6 = !1, o$8 = t$14.at(-1), a$14 = o$8 === void 0 ? 0 : S$1(o$8), l$4 = i$10.next(), E$2 = i$10.next(), g$
|
|
11427
|
+
let r$4 = !1, n$6 = !1, o$8 = t$14.at(-1), a$14 = o$8 === void 0 ? 0 : S$1(o$8), l$4 = i$10.next(), E$2 = i$10.next(), g$3 = 0;
|
|
11378
11428
|
for (; !l$4.done;) {
|
|
11379
11429
|
const m$5 = l$4.value, A$1 = S$1(m$5);
|
|
11380
|
-
a$14 + A$1 <= s$12 ? t$14[t$14.length - 1] += m$5 : (t$14.push(m$5), a$14 = 0), (m$5 === W || m$5 === Z$1) && (r$4 = !0, n$6 = e$10.startsWith(U, g$
|
|
11430
|
+
a$14 + A$1 <= s$12 ? t$14[t$14.length - 1] += m$5 : (t$14.push(m$5), a$14 = 0), (m$5 === W || m$5 === Z$1) && (r$4 = !0, n$6 = e$10.startsWith(U, g$3 + 1)), r$4 ? n$6 ? m$5 === j$2 && (r$4 = !1, n$6 = !1) : m$5 === tt$1 && (r$4 = !1) : (a$14 += A$1, a$14 === s$12 && !E$2.done && (t$14.push(""), a$14 = 0)), l$4 = E$2, E$2 = i$10.next(), g$3 += m$5.length;
|
|
11381
11431
|
}
|
|
11382
11432
|
o$8 = t$14.at(-1), !a$14 && o$8 !== void 0 && o$8.length > 0 && t$14.length > 1 && (t$14[t$14.length - 2] += t$14.pop());
|
|
11383
11433
|
}, vt$1 = (t$14) => {
|
|
@@ -11413,8 +11463,8 @@ const at = (t$14) => t$14 === 161 || t$14 === 164 || t$14 === 167 || t$14 === 16
|
|
|
11413
11463
|
}
|
|
11414
11464
|
s$12.trim !== !1 && (l$4 = l$4.map((h$4) => vt$1(h$4)));
|
|
11415
11465
|
const E$2 = l$4.join(`
|
|
11416
|
-
`), g$
|
|
11417
|
-
let m$5 = g$
|
|
11466
|
+
`), g$3 = E$2[Symbol.iterator]();
|
|
11467
|
+
let m$5 = g$3.next(), A$1 = g$3.next(), V$1 = 0;
|
|
11418
11468
|
for (; !m$5.done;) {
|
|
11419
11469
|
const h$4 = m$5.value, u$9 = A$1.value;
|
|
11420
11470
|
if (i$10 += h$4, h$4 === W || h$4 === Z$1) {
|
|
@@ -11428,7 +11478,7 @@ const at = (t$14) => t$14 === 161 || t$14 === 164 || t$14 === 167 || t$14 === 16
|
|
|
11428
11478
|
const f$9 = r$4 ? mt$1(r$4) : void 0;
|
|
11429
11479
|
u$9 === `
|
|
11430
11480
|
` ? (n$6 && (i$10 += it("")), r$4 && f$9 && (i$10 += st(f$9))) : h$4 === `
|
|
11431
|
-
` && (r$4 && f$9 && (i$10 += st(r$4)), n$6 && (i$10 += it(n$6))), V$1 += h$4.length, m$5 = A$1, A$1 = g$
|
|
11481
|
+
` && (r$4 && f$9 && (i$10 += st(r$4)), n$6 && (i$10 += it(n$6))), V$1 += h$4.length, m$5 = A$1, A$1 = g$3.next();
|
|
11432
11482
|
}
|
|
11433
11483
|
return i$10;
|
|
11434
11484
|
};
|
|
@@ -11507,8 +11557,8 @@ function xt({ input: t$14 = stdin, output: e$10 = stdout, overwrite: s$12 = !0,
|
|
|
11507
11557
|
return;
|
|
11508
11558
|
}
|
|
11509
11559
|
if (!s$12) return;
|
|
11510
|
-
const g$
|
|
11511
|
-
k$2.moveCursor(e$10, g$
|
|
11560
|
+
const g$3 = a$14 === "return" ? 0 : -1, m$5 = a$14 === "return" ? -1 : 0;
|
|
11561
|
+
k$2.moveCursor(e$10, g$3, m$5, () => {
|
|
11512
11562
|
k$2.clearLine(e$10, 1, () => {
|
|
11513
11563
|
t$14.once("keypress", n$6);
|
|
11514
11564
|
});
|
|
@@ -11947,7 +11997,7 @@ var $t = class extends x$2 {
|
|
|
11947
11997
|
var import_picocolors = /* @__PURE__ */ __toESM(require_picocolors(), 1);
|
|
11948
11998
|
var import_src = require_src$1();
|
|
11949
11999
|
function ht$1() {
|
|
11950
|
-
return
|
|
12000
|
+
return P.platform !== "win32" ? P.env.TERM !== "linux" : !!P.env.CI || !!P.env.WT_SESSION || !!P.env.TERMINUS_SUBLIME || P.env.ConEmuTask === "{cmd::Cmder}" || P.env.TERM_PROGRAM === "Terminus-Sublime" || P.env.TERM_PROGRAM === "vscode" || P.env.TERM === "xterm-256color" || P.env.TERM === "alacritty" || P.env.TERMINAL_EMULATOR === "JetBrains-JediTerm";
|
|
11951
12001
|
}
|
|
11952
12002
|
const ee$1 = ht$1(), ue = () => process.env.CI === "true", Te = (e$10) => e$10.isTTY === !0, w$3 = (e$10, r$4) => ee$1 ? e$10 : r$4, Me = w$3("◆", "*"), ce = w$3("■", "x"), de$1 = w$3("▲", "x"), V = w$3("◇", "o"), $e = w$3("┌", "T"), h$2 = w$3("│", "|"), x$1 = w$3("└", "—"), Re$1 = w$3("┐", "T"), Oe = w$3("┘", "—"), Y = w$3("●", ">"), K = w$3("○", " "), te = w$3("◻", "[•]"), k$1 = w$3("◼", "[+]"), z$1 = w$3("◻", "[ ]"), Pe = w$3("▪", "•"), se = w$3("─", "-"), he = w$3("╮", "+"), Ne = w$3("├", "+"), me = w$3("╯", "+"), pe = w$3("╰", "+"), We = w$3("╭", "+"), ge = w$3("●", "•"), fe$1 = w$3("◆", "*"), Fe = w$3("▲", "!"), ye = w$3("■", "x"), N = (e$10) => {
|
|
11953
12003
|
switch (e$10) {
|
|
@@ -11969,7 +12019,7 @@ const ee$1 = ht$1(), ue = () => process.env.CI === "true", Te = (e$10) => e$10.i
|
|
|
11969
12019
|
limit: Infinity,
|
|
11970
12020
|
ellipsis: ""
|
|
11971
12021
|
}, Le = (e$10, r$4 = {}, s$12 = {}) => {
|
|
11972
|
-
const i$10 = r$4.limit ?? Infinity, n$6 = r$4.ellipsis ?? "", l$4 = r$4?.ellipsisWidth ?? (n$6 ? Le(n$6, Ft, s$12).width : 0), u$9 = s$12.ansiWidth ?? 0, o$8 = s$12.controlWidth ?? 0, a$14 = s$12.tabWidth ?? 8, c$9 = s$12.ambiguousWidth ?? 1, g$
|
|
12022
|
+
const i$10 = r$4.limit ?? Infinity, n$6 = r$4.ellipsis ?? "", l$4 = r$4?.ellipsisWidth ?? (n$6 ? Le(n$6, Ft, s$12).width : 0), u$9 = s$12.ansiWidth ?? 0, o$8 = s$12.controlWidth ?? 0, a$14 = s$12.tabWidth ?? 8, c$9 = s$12.ambiguousWidth ?? 1, g$3 = s$12.emojiWidth ?? 2, E$2 = s$12.fullWidthWidth ?? 2, p$3 = s$12.regularWidth ?? 1, y$7 = s$12.wideWidth ?? 2;
|
|
11973
12023
|
let $ = 0, m$5 = 0, d$4 = e$10.length, F$4 = 0, f$9 = !1, v$3 = d$4, I$2 = Math.max(0, i$10 - l$4), B = 0, b$2 = 0, A$1 = 0, C$2 = 0;
|
|
11974
12024
|
e: for (;;) {
|
|
11975
12025
|
if (b$2 > B || m$5 >= d$4 && m$5 > $) {
|
|
@@ -12019,11 +12069,11 @@ const ee$1 = ht$1(), ue = () => process.env.CI === "true", Te = (e$10) => e$10.i
|
|
|
12019
12069
|
continue;
|
|
12020
12070
|
}
|
|
12021
12071
|
if (Ae.lastIndex = m$5, Ae.test(e$10)) {
|
|
12022
|
-
if (A$1 + g$
|
|
12072
|
+
if (A$1 + g$3 > I$2 && (v$3 = Math.min(v$3, m$5)), A$1 + g$3 > i$10) {
|
|
12023
12073
|
f$9 = !0;
|
|
12024
12074
|
break;
|
|
12025
12075
|
}
|
|
12026
|
-
A$1 += g$
|
|
12076
|
+
A$1 += g$3, B = $, b$2 = m$5, m$5 = $ = Ae.lastIndex;
|
|
12027
12077
|
continue;
|
|
12028
12078
|
}
|
|
12029
12079
|
m$5 += 1;
|
|
@@ -12050,10 +12100,10 @@ const ee$1 = ht$1(), ue = () => process.env.CI === "true", Te = (e$10) => e$10.i
|
|
|
12050
12100
|
if (e$10 === 0) return 0;
|
|
12051
12101
|
}, He = (e$10) => `${ae}${Ve}${e$10}${ke$1}`, Ue = (e$10) => `${ae}${we}${e$10}${Ce}`, Ct$1 = (e$10) => e$10.map((r$4) => M(r$4)), Ie = (e$10, r$4, s$12) => {
|
|
12052
12102
|
const i$10 = r$4[Symbol.iterator]();
|
|
12053
|
-
let n$6 = !1, l$4 = !1, u$9 = e$10.at(-1), o$8 = u$9 === void 0 ? 0 : M(u$9), a$14 = i$10.next(), c$9 = i$10.next(), g$
|
|
12103
|
+
let n$6 = !1, l$4 = !1, u$9 = e$10.at(-1), o$8 = u$9 === void 0 ? 0 : M(u$9), a$14 = i$10.next(), c$9 = i$10.next(), g$3 = 0;
|
|
12054
12104
|
for (; !a$14.done;) {
|
|
12055
12105
|
const E$2 = a$14.value, p$3 = M(E$2);
|
|
12056
|
-
o$8 + p$3 <= s$12 ? e$10[e$10.length - 1] += E$2 : (e$10.push(E$2), o$8 = 0), (E$2 === ae || E$2 === je) && (n$6 = !0, l$4 = r$4.startsWith(we, g$
|
|
12106
|
+
o$8 + p$3 <= s$12 ? e$10[e$10.length - 1] += E$2 : (e$10.push(E$2), o$8 = 0), (E$2 === ae || E$2 === je) && (n$6 = !0, l$4 = r$4.startsWith(we, g$3 + 1)), n$6 ? l$4 ? E$2 === Ce && (n$6 = !1, l$4 = !1) : E$2 === ke$1 && (n$6 = !1) : (o$8 += p$3, o$8 === s$12 && !c$9.done && (e$10.push(""), o$8 = 0)), a$14 = c$9, c$9 = i$10.next(), g$3 += E$2.length;
|
|
12057
12107
|
}
|
|
12058
12108
|
u$9 = e$10.at(-1), !o$8 && u$9 !== void 0 && u$9.length > 0 && e$10.length > 1 && (e$10[e$10.length - 2] += e$10.pop());
|
|
12059
12109
|
}, wt = (e$10) => {
|
|
@@ -12089,8 +12139,8 @@ const ee$1 = ht$1(), ue = () => process.env.CI === "true", Te = (e$10) => e$10.i
|
|
|
12089
12139
|
}
|
|
12090
12140
|
s$12.trim !== !1 && (a$14 = a$14.map(($) => wt($)));
|
|
12091
12141
|
const c$9 = a$14.join(`
|
|
12092
|
-
`), g$
|
|
12093
|
-
let E$2 = g$
|
|
12142
|
+
`), g$3 = c$9[Symbol.iterator]();
|
|
12143
|
+
let E$2 = g$3.next(), p$3 = g$3.next(), y$7 = 0;
|
|
12094
12144
|
for (; !E$2.done;) {
|
|
12095
12145
|
const $ = E$2.value, m$5 = p$3.value;
|
|
12096
12146
|
if (i$10 += $, $ === ae || $ === je) {
|
|
@@ -12104,7 +12154,7 @@ const ee$1 = ht$1(), ue = () => process.env.CI === "true", Te = (e$10) => e$10.i
|
|
|
12104
12154
|
const d$4 = n$6 ? At(n$6) : void 0;
|
|
12105
12155
|
m$5 === `
|
|
12106
12156
|
` ? (l$4 && (i$10 += Ue("")), n$6 && d$4 && (i$10 += He(d$4))) : $ === `
|
|
12107
|
-
` && (n$6 && d$4 && (i$10 += He(n$6)), l$4 && (i$10 += Ue(l$4))), y$7 += $.length, E$2 = p$3, p$3 = g$
|
|
12157
|
+
` && (n$6 && d$4 && (i$10 += He(n$6)), l$4 && (i$10 += Ue(l$4))), y$7 += $.length, E$2 = p$3, p$3 = g$3.next();
|
|
12108
12158
|
}
|
|
12109
12159
|
return i$10;
|
|
12110
12160
|
};
|
|
@@ -12126,7 +12176,7 @@ const St = (e$10, r$4, s$12, i$10, n$6) => {
|
|
|
12126
12176
|
removals: u$9
|
|
12127
12177
|
};
|
|
12128
12178
|
}, J$1 = (e$10) => {
|
|
12129
|
-
const { cursor: r$4, options: s$12, style: i$10 } = e$10, n$6 = e$10.output ?? process.stdout, l$4 = rt$1(n$6), u$9 = e$10.columnPadding ?? 0, o$8 = e$10.rowPadding ?? 4, a$14 = l$4 - u$9, c$9 = nt$2(n$6), g$
|
|
12179
|
+
const { cursor: r$4, options: s$12, style: i$10 } = e$10, n$6 = e$10.output ?? process.stdout, l$4 = rt$1(n$6), u$9 = e$10.columnPadding ?? 0, o$8 = e$10.rowPadding ?? 4, a$14 = l$4 - u$9, c$9 = nt$2(n$6), g$3 = import_picocolors.default.dim("..."), E$2 = e$10.maxItems ?? Number.POSITIVE_INFINITY, p$3 = Math.max(c$9 - o$8, 0), y$7 = Math.max(Math.min(E$2, p$3), 5);
|
|
12130
12180
|
let $ = 0;
|
|
12131
12181
|
r$4 >= y$7 - 3 && ($ = Math.max(Math.min(r$4 - y$7 + 3, s$12.length - y$7), 0));
|
|
12132
12182
|
let m$5 = y$7 < s$12.length && $ > 0, d$4 = y$7 < s$12.length && $ + y$7 < s$12.length;
|
|
@@ -12148,9 +12198,9 @@ const St = (e$10, r$4, s$12, i$10, n$6) => {
|
|
|
12148
12198
|
m$5 ? ({lineCount: _$4, removals: A$1} = T$4(0, D$2), _$4 > p$3 && ({lineCount: _$4, removals: C$2} = T$4(D$2 + 1, f$9.length))) : ({lineCount: _$4, removals: C$2} = T$4(D$2 + 1, f$9.length), _$4 > p$3 && ({lineCount: _$4, removals: A$1} = T$4(0, D$2))), A$1 > 0 && (m$5 = !0, f$9.splice(0, A$1)), C$2 > 0 && (d$4 = !0, f$9.splice(f$9.length - C$2, C$2));
|
|
12149
12199
|
}
|
|
12150
12200
|
const b$2 = [];
|
|
12151
|
-
m$5 && b$2.push(g$
|
|
12201
|
+
m$5 && b$2.push(g$3);
|
|
12152
12202
|
for (const A$1 of f$9) for (const C$2 of A$1) b$2.push(C$2);
|
|
12153
|
-
return d$4 && b$2.push(g$
|
|
12203
|
+
return d$4 && b$2.push(g$3), b$2;
|
|
12154
12204
|
};
|
|
12155
12205
|
function Ke(e$10) {
|
|
12156
12206
|
return e$10.label ?? String(e$10.value ?? "");
|
|
@@ -12196,8 +12246,8 @@ ${import_picocolors.default.gray(h$2)}${o$8}`;
|
|
|
12196
12246
|
const d$4 = u$9 ? l$4 : s$12;
|
|
12197
12247
|
c$9 = d$4 !== "" ? ` ${import_picocolors.default.dim(d$4)}` : "";
|
|
12198
12248
|
} else c$9 = ` ${this.userInputWithCursor}`;
|
|
12199
|
-
const g$
|
|
12200
|
-
r$4.push(`${o$8.trimEnd()}`, `${o$8}${import_picocolors.default.dim("Search:")}${c$9}${g$
|
|
12249
|
+
const g$3 = this.filteredOptions.length !== n$6.length ? import_picocolors.default.dim(` (${this.filteredOptions.length} match${this.filteredOptions.length === 1 ? "" : "es"})`) : "", E$2 = this.filteredOptions.length === 0 && s$12 ? [`${o$8}${import_picocolors.default.yellow("No matches found")}`] : [], p$3 = this.state === "error" ? [`${o$8}${import_picocolors.default.yellow(this.error)}`] : [];
|
|
12250
|
+
r$4.push(`${o$8.trimEnd()}`, `${o$8}${import_picocolors.default.dim("Search:")}${c$9}${g$3}`, ...E$2, ...p$3);
|
|
12201
12251
|
const y$7 = [
|
|
12202
12252
|
`${import_picocolors.default.dim("↑/↓")} to select`,
|
|
12203
12253
|
`${import_picocolors.default.dim("Enter:")} confirm`,
|
|
@@ -12225,8 +12275,8 @@ ${import_picocolors.default.gray(h$2)}${o$8}`;
|
|
|
12225
12275
|
}
|
|
12226
12276
|
}).prompt(), bt = (e$10) => {
|
|
12227
12277
|
const r$4 = (i$10, n$6, l$4, u$9) => {
|
|
12228
|
-
const o$8 = l$4.includes(i$10.value), a$14 = i$10.label ?? String(i$10.value ?? ""), c$9 = i$10.hint && u$9 !== void 0 && i$10.value === u$9 ? import_picocolors.default.dim(` (${i$10.hint})`) : "", g$
|
|
12229
|
-
return n$6 ? `${g$
|
|
12278
|
+
const o$8 = l$4.includes(i$10.value), a$14 = i$10.label ?? String(i$10.value ?? ""), c$9 = i$10.hint && u$9 !== void 0 && i$10.value === u$9 ? import_picocolors.default.dim(` (${i$10.hint})`) : "", g$3 = o$8 ? import_picocolors.default.green(k$1) : import_picocolors.default.dim(z$1);
|
|
12279
|
+
return n$6 ? `${g$3} ${a$14}${c$9}` : `${g$3} ${import_picocolors.default.dim(a$14)}`;
|
|
12230
12280
|
}, s$12 = new Vt({
|
|
12231
12281
|
options: e$10.options,
|
|
12232
12282
|
multiple: !0,
|
|
@@ -12246,18 +12296,18 @@ ${N(this.state)} ${e$10.message}
|
|
|
12246
12296
|
case "submit": return `${i$10}${import_picocolors.default.gray(h$2)} ${import_picocolors.default.dim(`${this.selectedValues.length} items selected`)}`;
|
|
12247
12297
|
case "cancel": return `${i$10}${import_picocolors.default.gray(h$2)} ${import_picocolors.default.strikethrough(import_picocolors.default.dim(n$6))}`;
|
|
12248
12298
|
default: {
|
|
12249
|
-
const g$
|
|
12299
|
+
const g$3 = this.state === "error" ? import_picocolors.default.yellow : import_picocolors.default.cyan, E$2 = [
|
|
12250
12300
|
`${import_picocolors.default.dim("↑/↓")} to navigate`,
|
|
12251
12301
|
`${import_picocolors.default.dim(this.isNavigating ? "Space/Tab:" : "Tab:")} select`,
|
|
12252
12302
|
`${import_picocolors.default.dim("Enter:")} confirm`,
|
|
12253
12303
|
`${import_picocolors.default.dim("Type:")} to search`
|
|
12254
|
-
], p$3 = this.filteredOptions.length === 0 && n$6 ? [`${g$
|
|
12255
|
-
...`${i$10}${g$
|
|
12304
|
+
], p$3 = this.filteredOptions.length === 0 && n$6 ? [`${g$3(h$2)} ${import_picocolors.default.yellow("No matches found")}`] : [], y$7 = this.state === "error" ? [`${g$3(h$2)} ${import_picocolors.default.yellow(this.error)}`] : [], $ = [
|
|
12305
|
+
...`${i$10}${g$3(h$2)}`.split(`
|
|
12256
12306
|
`),
|
|
12257
|
-
`${g$
|
|
12307
|
+
`${g$3(h$2)} ${import_picocolors.default.dim("Search:")} ${o$8}${c$9}`,
|
|
12258
12308
|
...p$3,
|
|
12259
12309
|
...y$7
|
|
12260
|
-
], m$5 = [`${g$
|
|
12310
|
+
], m$5 = [`${g$3(h$2)} ${import_picocolors.default.dim(E$2.join(" • "))}`, `${g$3(x$1)}`], d$4 = J$1({
|
|
12261
12311
|
cursor: this.cursor,
|
|
12262
12312
|
options: this.filteredOptions,
|
|
12263
12313
|
style: (F$4, f$9) => r$4(F$4, f$9, this.selectedValues, this.focusedValue),
|
|
@@ -12267,7 +12317,7 @@ ${N(this.state)} ${e$10.message}
|
|
|
12267
12317
|
});
|
|
12268
12318
|
return [
|
|
12269
12319
|
...$,
|
|
12270
|
-
...d$4.map((F$4) => `${g$
|
|
12320
|
+
...d$4.map((F$4) => `${g$3(h$2)} ${F$4}`),
|
|
12271
12321
|
...m$5
|
|
12272
12322
|
].join(`
|
|
12273
12323
|
`);
|
|
@@ -12292,7 +12342,7 @@ function Xe(e$10, r$4, s$12, i$10) {
|
|
|
12292
12342
|
return i$10 === "center" ? n$6 = Math.floor((r$4 - e$10) / 2) : i$10 === "right" && (n$6 = r$4 - e$10 - s$12), l$4 = r$4 - n$6 - e$10, [n$6, l$4];
|
|
12293
12343
|
}
|
|
12294
12344
|
const Dt = (e$10) => e$10, Tt = (e$10 = "", r$4 = "", s$12) => {
|
|
12295
|
-
const i$10 = s$12?.output ?? process.stdout, n$6 = rt$1(i$10), l$4 = 2, u$9 = s$12?.titlePadding ?? 1, o$8 = s$12?.contentPadding ?? 2, a$14 = s$12?.width === void 0 || s$12.width === "auto" ? 1 : Math.min(1, s$12.width), c$9 = (s$12?.withGuide ?? _$1.withGuide) !== !1 ? `${h$2} ` : "", g$
|
|
12345
|
+
const i$10 = s$12?.output ?? process.stdout, n$6 = rt$1(i$10), l$4 = 2, u$9 = s$12?.titlePadding ?? 1, o$8 = s$12?.contentPadding ?? 2, a$14 = s$12?.width === void 0 || s$12.width === "auto" ? 1 : Math.min(1, s$12.width), c$9 = (s$12?.withGuide ?? _$1.withGuide) !== !1 ? `${h$2} ` : "", g$3 = s$12?.formatBorder ?? Dt, E$2 = (s$12?.rounded ? xt$1 : _t).map(g$3), p$3 = g$3(se), y$7 = g$3(h$2), $ = M(c$9), m$5 = M(r$4), d$4 = n$6 - $;
|
|
12296
12346
|
let F$4 = Math.floor(n$6 * a$14) - $;
|
|
12297
12347
|
if (s$12?.width === "auto") {
|
|
12298
12348
|
const _$4 = e$10.split(`
|
|
@@ -12359,7 +12409,7 @@ ${import_picocolors.default.cyan(x$1)}
|
|
|
12359
12409
|
return s$12;
|
|
12360
12410
|
}, Ot = (e$10) => {
|
|
12361
12411
|
const { selectableGroups: r$4 = !0, groupSpacing: s$12 = 0 } = e$10, i$10 = (l$4, u$9, o$8 = []) => {
|
|
12362
|
-
const a$14 = l$4.label ?? String(l$4.value), c$9 = typeof l$4.group == "string", g$
|
|
12412
|
+
const a$14 = l$4.label ?? String(l$4.value), c$9 = typeof l$4.group == "string", g$3 = c$9 && (o$8[o$8.indexOf(l$4) + 1] ?? { group: !0 }), E$2 = c$9 && g$3 && g$3.group === !0, p$3 = c$9 ? r$4 ? `${E$2 ? x$1 : h$2} ` : " " : "";
|
|
12363
12413
|
let y$7 = "";
|
|
12364
12414
|
if (s$12 > 0 && !c$9) {
|
|
12365
12415
|
const m$5 = `
|
|
@@ -12410,19 +12460,19 @@ ${import_picocolors.default.gray(h$2)}` : ""}`;
|
|
|
12410
12460
|
const o$8 = this.error.split(`
|
|
12411
12461
|
`).map((a$14, c$9) => c$9 === 0 ? `${import_picocolors.default.yellow(x$1)} ${import_picocolors.default.yellow(a$14)}` : ` ${a$14}`).join(`
|
|
12412
12462
|
`);
|
|
12413
|
-
return `${l$4}${import_picocolors.default.yellow(h$2)} ${this.options.map((a$14, c$9, g$
|
|
12463
|
+
return `${l$4}${import_picocolors.default.yellow(h$2)} ${this.options.map((a$14, c$9, g$3) => {
|
|
12414
12464
|
const E$2 = u$9.includes(a$14.value) || a$14.group === !0 && this.isGroupSelected(`${a$14.value}`), p$3 = c$9 === this.cursor;
|
|
12415
|
-
return !p$3 && typeof a$14.group == "string" && this.options[this.cursor].value === a$14.group ? i$10(a$14, E$2 ? "group-active-selected" : "group-active", g$
|
|
12465
|
+
return !p$3 && typeof a$14.group == "string" && this.options[this.cursor].value === a$14.group ? i$10(a$14, E$2 ? "group-active-selected" : "group-active", g$3) : p$3 && E$2 ? i$10(a$14, "active-selected", g$3) : E$2 ? i$10(a$14, "selected", g$3) : i$10(a$14, p$3 ? "active" : "inactive", g$3);
|
|
12416
12466
|
}).join(`
|
|
12417
12467
|
${import_picocolors.default.yellow(h$2)} `)}
|
|
12418
12468
|
${o$8}
|
|
12419
12469
|
`;
|
|
12420
12470
|
}
|
|
12421
12471
|
default: {
|
|
12422
|
-
const o$8 = this.options.map((c$9, g$
|
|
12423
|
-
const p$3 = u$9.includes(c$9.value) || c$9.group === !0 && this.isGroupSelected(`${c$9.value}`), y$7 = g$
|
|
12472
|
+
const o$8 = this.options.map((c$9, g$3, E$2) => {
|
|
12473
|
+
const p$3 = u$9.includes(c$9.value) || c$9.group === !0 && this.isGroupSelected(`${c$9.value}`), y$7 = g$3 === this.cursor, $ = !y$7 && typeof c$9.group == "string" && this.options[this.cursor].value === c$9.group;
|
|
12424
12474
|
let m$5 = "";
|
|
12425
|
-
return $ ? m$5 = i$10(c$9, p$3 ? "group-active-selected" : "group-active", E$2) : y$7 && p$3 ? m$5 = i$10(c$9, "active-selected", E$2) : p$3 ? m$5 = i$10(c$9, "selected", E$2) : m$5 = i$10(c$9, y$7 ? "active" : "inactive", E$2), `${g$
|
|
12475
|
+
return $ ? m$5 = i$10(c$9, p$3 ? "group-active-selected" : "group-active", E$2) : y$7 && p$3 ? m$5 = i$10(c$9, "active-selected", E$2) : p$3 ? m$5 = i$10(c$9, "selected", E$2) : m$5 = i$10(c$9, y$7 ? "active" : "inactive", E$2), `${g$3 !== 0 && !m$5.startsWith(`
|
|
12426
12476
|
`) ? " " : ""}${m$5}`;
|
|
12427
12477
|
}).join(`
|
|
12428
12478
|
${import_picocolors.default.cyan(h$2)}`), a$14 = o$8.startsWith(`
|
|
@@ -12436,14 +12486,14 @@ ${import_picocolors.default.cyan(x$1)}
|
|
|
12436
12486
|
}).prompt();
|
|
12437
12487
|
}, R = {
|
|
12438
12488
|
message: (e$10 = [], { symbol: r$4 = import_picocolors.default.gray(h$2), secondarySymbol: s$12 = import_picocolors.default.gray(h$2), output: i$10 = process.stdout, spacing: n$6 = 1, withGuide: l$4 } = {}) => {
|
|
12439
|
-
const u$9 = [], o$8 = (l$4 ?? _$1.withGuide) !== !1, a$14 = o$8 ? s$12 : "", c$9 = o$8 ? `${r$4} ` : "", g$
|
|
12489
|
+
const u$9 = [], o$8 = (l$4 ?? _$1.withGuide) !== !1, a$14 = o$8 ? s$12 : "", c$9 = o$8 ? `${r$4} ` : "", g$3 = o$8 ? `${s$12} ` : "";
|
|
12440
12490
|
for (let p$3 = 0; p$3 < n$6; p$3++) u$9.push(a$14);
|
|
12441
12491
|
const E$2 = Array.isArray(e$10) ? e$10 : e$10.split(`
|
|
12442
12492
|
`);
|
|
12443
12493
|
if (E$2.length > 0) {
|
|
12444
12494
|
const [p$3, ...y$7] = E$2;
|
|
12445
12495
|
p$3.length > 0 ? u$9.push(`${c$9}${p$3}`) : u$9.push(o$8 ? r$4 : "");
|
|
12446
|
-
for (const $ of y$7) $.length > 0 ? u$9.push(`${g$
|
|
12496
|
+
for (const $ of y$7) $.length > 0 ? u$9.push(`${g$3}${$}`) : u$9.push(o$8 ? s$12 : "");
|
|
12447
12497
|
}
|
|
12448
12498
|
i$10.write(`${u$9.join(`
|
|
12449
12499
|
`)}
|
|
@@ -12536,7 +12586,7 @@ ${import_picocolors.default.gray(h$2)}`;
|
|
|
12536
12586
|
const o$8 = `${import_picocolors.default.yellow(h$2)} `, a$14 = this.error.split(`
|
|
12537
12587
|
`).map((E$2, p$3) => p$3 === 0 ? `${import_picocolors.default.yellow(x$1)} ${import_picocolors.default.yellow(E$2)}` : ` ${E$2}`).join(`
|
|
12538
12588
|
`), c$9 = n$6.split(`
|
|
12539
|
-
`).length, g$
|
|
12589
|
+
`).length, g$3 = a$14.split(`
|
|
12540
12590
|
`).length + 1;
|
|
12541
12591
|
return `${n$6}${o$8}${J$1({
|
|
12542
12592
|
output: e$10.output,
|
|
@@ -12544,7 +12594,7 @@ ${import_picocolors.default.gray(h$2)}`;
|
|
|
12544
12594
|
cursor: this.cursor,
|
|
12545
12595
|
maxItems: e$10.maxItems,
|
|
12546
12596
|
columnPadding: o$8.length,
|
|
12547
|
-
rowPadding: c$9 + g$
|
|
12597
|
+
rowPadding: c$9 + g$3,
|
|
12548
12598
|
style: u$9
|
|
12549
12599
|
}).join(`
|
|
12550
12600
|
${o$8}`)}
|
|
@@ -12578,7 +12628,7 @@ ${import_picocolors.default.cyan(x$1)}
|
|
|
12578
12628
|
`), l$4 = n$6.reduce((a$14, c$9) => Math.max(M(c$9), a$14), 0);
|
|
12579
12629
|
return q$1(e$10, r$4 - (n$6.map(s$12).reduce((a$14, c$9) => Math.max(M(c$9), a$14), 0) - l$4), i$10);
|
|
12580
12630
|
}, kt$1 = (e$10 = "", r$4 = "", s$12) => {
|
|
12581
|
-
const i$10 = s$12?.output ??
|
|
12631
|
+
const i$10 = s$12?.output ?? P.stdout, n$6 = (s$12?.withGuide ?? _$1.withGuide) !== !1, l$4 = s$12?.format ?? jt, u$9 = [
|
|
12582
12632
|
"",
|
|
12583
12633
|
...Vt$1(e$10, rt$1(i$10) - 6, l$4).split(`
|
|
12584
12634
|
`).map(l$4),
|
|
@@ -12587,9 +12637,9 @@ ${import_picocolors.default.cyan(x$1)}
|
|
|
12587
12637
|
const $ = M(y$7);
|
|
12588
12638
|
return $ > p$3 ? $ : p$3;
|
|
12589
12639
|
}, 0), o$8) + 2, c$9 = u$9.map((p$3) => `${import_picocolors.default.gray(h$2)} ${p$3}${" ".repeat(a$14 - M(p$3))}${import_picocolors.default.gray(h$2)}`).join(`
|
|
12590
|
-
`), g$
|
|
12640
|
+
`), g$3 = n$6 ? `${import_picocolors.default.gray(h$2)}
|
|
12591
12641
|
` : "", E$2 = n$6 ? Ne : pe;
|
|
12592
|
-
i$10.write(`${g$
|
|
12642
|
+
i$10.write(`${g$3}${import_picocolors.default.green(V)} ${import_picocolors.default.reset(r$4)} ${import_picocolors.default.gray(se.repeat(Math.max(a$14 - o$8 - 1, 1)) + he)}
|
|
12593
12643
|
${c$9}
|
|
12594
12644
|
${import_picocolors.default.gray(E$2 + se.repeat(a$14 + 2) + me)}
|
|
12595
12645
|
`);
|
|
@@ -12667,7 +12717,7 @@ ${import_picocolors.default.cyan(x$1)}
|
|
|
12667
12717
|
"0"
|
|
12668
12718
|
], delay: u$9 = ee$1 ? 80 : 120, signal: o$8, ...a$14 } = {}) => {
|
|
12669
12719
|
const c$9 = ue();
|
|
12670
|
-
let g$
|
|
12720
|
+
let g$3, E$2, p$3 = !1, y$7 = !1, $ = "", m$5, d$4 = performance.now();
|
|
12671
12721
|
const F$4 = rt$1(s$12), f$9 = a$14?.styleFrame ?? Ut, v$3 = (S$3) => {
|
|
12672
12722
|
const O$6 = S$3 > 1 ? n$6 ?? _$1.messages.error : i$10 ?? _$1.messages.cancel;
|
|
12673
12723
|
y$7 = S$3 === 1, p$3 && (W$1(O$6, S$3), y$7 && typeof r$4 == "function" && r$4());
|
|
@@ -12689,7 +12739,7 @@ ${import_picocolors.default.cyan(x$1)}
|
|
|
12689
12739
|
const O$6 = (performance.now() - S$3) / 1e3, L$3 = Math.floor(O$6 / 60), j$3 = Math.floor(O$6 % 60);
|
|
12690
12740
|
return L$3 > 0 ? `[${L$3}m ${j$3}s]` : `[${j$3}s]`;
|
|
12691
12741
|
}, T$4 = (S$3 = "") => {
|
|
12692
|
-
p$3 = !0, g$
|
|
12742
|
+
p$3 = !0, g$3 = xt({ output: s$12 }), $ = _$4(S$3), d$4 = performance.now(), s$12.write(`${import_picocolors.default.gray(h$2)}
|
|
12693
12743
|
`);
|
|
12694
12744
|
let O$6 = 0, L$3 = 0;
|
|
12695
12745
|
b$2(), E$2 = setInterval(() => {
|
|
@@ -12715,7 +12765,7 @@ ${import_picocolors.default.cyan(x$1)}
|
|
|
12715
12765
|
const j$3 = O$6 === 0 ? import_picocolors.default.green(V) : O$6 === 1 ? import_picocolors.default.red(ce) : import_picocolors.default.red(de$1);
|
|
12716
12766
|
$ = S$3 ?? $, L$3 || (e$10 === "timer" ? s$12.write(`${j$3} ${$} ${D$2(d$4)}
|
|
12717
12767
|
`) : s$12.write(`${j$3} ${$}
|
|
12718
|
-
`)), A$1(), g$
|
|
12768
|
+
`)), A$1(), g$3();
|
|
12719
12769
|
};
|
|
12720
12770
|
return {
|
|
12721
12771
|
start: T$4,
|
|
@@ -12857,7 +12907,7 @@ ${ze$1}${i$10.trimStart()}`), s$12 = 3 + stripVTControlCharacters(i$10.trimStart
|
|
|
12857
12907
|
full: ""
|
|
12858
12908
|
}];
|
|
12859
12909
|
let c$9 = !1;
|
|
12860
|
-
const g$
|
|
12910
|
+
const g$3 = (d$4) => {
|
|
12861
12911
|
if (a$14.length === 0) return;
|
|
12862
12912
|
let F$4 = 0;
|
|
12863
12913
|
d$4 && (F$4 += n$6 + 2);
|
|
@@ -12894,7 +12944,7 @@ ${d$4.value}` : d$4.value;
|
|
|
12894
12944
|
(F$4 === void 0 || F$4.length === 0) && f$9.length === 0 || E$2(d$4, void 0, u$9 === !0 && v$3.length > 0);
|
|
12895
12945
|
}
|
|
12896
12946
|
}, y$7 = (d$4, F$4, f$9) => {
|
|
12897
|
-
if (g$
|
|
12947
|
+
if (g$3(!1), (f$9?.raw !== !0 || !c$9) && d$4.value !== "" && (d$4.value += `
|
|
12898
12948
|
`), d$4.value += Yt(F$4), c$9 = f$9?.raw === !0, e$10.limit !== void 0) {
|
|
12899
12949
|
const v$3 = d$4.value.split(`
|
|
12900
12950
|
`), I$2 = v$3.length - e$10.limit;
|
|
@@ -12919,7 +12969,7 @@ ${d$4.value}` : d$4.value;
|
|
|
12919
12969
|
spacing: 0
|
|
12920
12970
|
}) : d$4.value !== "" && E$2(d$4, 0);
|
|
12921
12971
|
}, m$5 = (d$4, F$4) => {
|
|
12922
|
-
g$
|
|
12972
|
+
g$3(!1), d$4.result = F$4, o$8 && $();
|
|
12923
12973
|
};
|
|
12924
12974
|
return {
|
|
12925
12975
|
message(d$4, F$4) {
|
|
@@ -12950,14 +13000,14 @@ ${d$4.value}` : d$4.value;
|
|
|
12950
13000
|
};
|
|
12951
13001
|
},
|
|
12952
13002
|
error(d$4, F$4) {
|
|
12953
|
-
g$
|
|
13003
|
+
g$3(!0), R.error(d$4, {
|
|
12954
13004
|
output: r$4,
|
|
12955
13005
|
secondarySymbol: i$10,
|
|
12956
13006
|
spacing: 1
|
|
12957
13007
|
}), F$4?.showLog !== !1 && p$3(), a$14.splice(1, a$14.length - 1), a$14[0].value = "", a$14[0].full = "";
|
|
12958
13008
|
},
|
|
12959
13009
|
success(d$4, F$4) {
|
|
12960
|
-
g$
|
|
13010
|
+
g$3(!0), R.success(d$4, {
|
|
12961
13011
|
output: r$4,
|
|
12962
13012
|
secondarySymbol: i$10,
|
|
12963
13013
|
spacing: 1
|
|
@@ -24168,11 +24218,11 @@ var require_esquery_min = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
24168
24218
|
}, f$10.prototype.__initialize = function(e$13, t$17) {
|
|
24169
24219
|
this.visitor = t$17, this.root = e$13, this.__worklist = [], this.__leavelist = [], this.__current = null, this.__state = null, this.__fallback = null, "iteration" === t$17.fallback ? this.__fallback = Object.keys : "function" == typeof t$17.fallback && (this.__fallback = t$17.fallback), this.__keys = o$9, t$17.keys && (this.__keys = Object.assign(Object.create(this.__keys), t$17.keys));
|
|
24170
24220
|
}, f$10.prototype.traverse = function(e$13, t$17) {
|
|
24171
|
-
var r$6, n$8, o$10, s$14, u$11, l$6, f$11, y$9, m$7, x$4, v$4, g$
|
|
24172
|
-
for (this.__initialize(e$13, t$17), g$
|
|
24221
|
+
var r$6, n$8, o$10, s$14, u$11, l$6, f$11, y$9, m$7, x$4, v$4, g$4;
|
|
24222
|
+
for (this.__initialize(e$13, t$17), g$4 = {}, r$6 = this.__worklist, n$8 = this.__leavelist, r$6.push(new c$10(e$13, null, null, null)), n$8.push(new c$10(null, null, null, null)); r$6.length;) if ((o$10 = r$6.pop()) !== g$4) {
|
|
24173
24223
|
if (o$10.node) {
|
|
24174
24224
|
if (l$6 = this.__execute(t$17.enter, o$10), this.__state === a$15 || l$6 === a$15) return;
|
|
24175
|
-
if (r$6.push(g$
|
|
24225
|
+
if (r$6.push(g$4), n$8.push(o$10), this.__state === i$11 || l$6 === i$11) continue;
|
|
24176
24226
|
if (u$11 = (s$14 = o$10.node).type || o$10.wrap, !(x$4 = this.__keys[u$11])) {
|
|
24177
24227
|
if (!this.__fallback) throw new Error("Unknown node type " + u$11 + ".");
|
|
24178
24228
|
x$4 = this.__fallback(s$14);
|
|
@@ -24195,7 +24245,7 @@ var require_esquery_min = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
24195
24245
|
}
|
|
24196
24246
|
} else if (o$10 = n$8.pop(), l$6 = this.__execute(t$17.leave, o$10), this.__state === a$15 || l$6 === a$15) return;
|
|
24197
24247
|
}, f$10.prototype.replace = function(e$13, t$17) {
|
|
24198
|
-
var r$6, n$8, o$10, u$11, f$11, d$6, y$9, m$7, x$4, v$4, g$
|
|
24248
|
+
var r$6, n$8, o$10, u$11, f$11, d$6, y$9, m$7, x$4, v$4, g$4, A$2, E$2;
|
|
24199
24249
|
function b$2(e$14) {
|
|
24200
24250
|
var t$18, n$9, o$11, a$16;
|
|
24201
24251
|
if (e$14.ref.remove()) {
|
|
@@ -24205,9 +24255,9 @@ var require_esquery_min = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
24205
24255
|
}
|
|
24206
24256
|
}
|
|
24207
24257
|
}
|
|
24208
|
-
for (this.__initialize(e$13, t$17), g$
|
|
24258
|
+
for (this.__initialize(e$13, t$17), g$4 = {}, r$6 = this.__worklist, n$8 = this.__leavelist, d$6 = new c$10(e$13, null, null, new l$5(A$2 = { root: e$13 }, "root")), r$6.push(d$6), n$8.push(d$6); r$6.length;) if ((d$6 = r$6.pop()) !== g$4) {
|
|
24209
24259
|
if (void 0 !== (f$11 = this.__execute(t$17.enter, d$6)) && f$11 !== a$15 && f$11 !== i$11 && f$11 !== s$13 && (d$6.ref.replace(f$11), d$6.node = f$11), this.__state !== s$13 && f$11 !== s$13 || (b$2(d$6), d$6.node = null), this.__state === a$15 || f$11 === a$15) return A$2.root;
|
|
24210
|
-
if ((o$10 = d$6.node) && (r$6.push(g$
|
|
24260
|
+
if ((o$10 = d$6.node) && (r$6.push(g$4), n$8.push(d$6), this.__state !== i$11 && f$11 !== i$11)) {
|
|
24211
24261
|
if (u$11 = o$10.type || d$6.wrap, !(x$4 = this.__keys[u$11])) {
|
|
24212
24262
|
if (!this.__fallback) throw new Error("Unknown node type " + u$11 + ".");
|
|
24213
24263
|
x$4 = this.__fallback(o$10);
|
|
@@ -24335,11 +24385,11 @@ var require_esquery_min = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
24335
24385
|
return [e$13].concat(t$16.map((function(e$14) {
|
|
24336
24386
|
return e$14[3];
|
|
24337
24387
|
})));
|
|
24338
|
-
}, v$4 = ye$1("!", !1), g$
|
|
24388
|
+
}, v$4 = ye$1("!", !1), g$4 = ye$1("*", !1), A$2 = ye$1("#", !1), E$2 = ye$1("[", !1), b$2 = ye$1("]", !1), S$3 = /^[><!]/, _$4 = me$1([
|
|
24339
24389
|
">",
|
|
24340
24390
|
"<",
|
|
24341
24391
|
"!"
|
|
24342
|
-
], !1, !1), C$2 = ye$1("=", !1), P$
|
|
24392
|
+
], !1, !1), C$2 = ye$1("=", !1), P$4 = function(e$13) {
|
|
24343
24393
|
return (e$13 || "") + "=";
|
|
24344
24394
|
}, w$5 = /^[><]/, k$3 = me$1([">", "<"], !1, !1), D$2 = ye$1(".", !1), I$2 = function(e$13, t$16, r$6) {
|
|
24345
24395
|
return {
|
|
@@ -24538,7 +24588,7 @@ var require_esquery_min = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
24538
24588
|
var e$13, r$6 = 36 * ce$1 + 9, n$8 = de$2[r$6];
|
|
24539
24589
|
return n$8 ? (ce$1 = n$8.nextPos, n$8.result) : ((e$13 = function() {
|
|
24540
24590
|
var e$14, r$7, n$9 = 36 * ce$1 + 10, o$10 = de$2[n$9];
|
|
24541
|
-
return o$10 ? (ce$1 = o$10.nextPos, o$10.result) : (42 === t$15.charCodeAt(ce$1) ? (r$7 = "*", ce$1++) : (r$7 = s$13, ge$1(g$
|
|
24591
|
+
return o$10 ? (ce$1 = o$10.nextPos, o$10.result) : (42 === t$15.charCodeAt(ce$1) ? (r$7 = "*", ce$1++) : (r$7 = s$13, ge$1(g$4)), r$7 !== s$13 && (r$7 = {
|
|
24542
24592
|
type: "wildcard",
|
|
24543
24593
|
value: r$7
|
|
24544
24594
|
}), e$14 = r$7, de$2[n$9] = {
|
|
@@ -24560,7 +24610,7 @@ var require_esquery_min = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
24560
24610
|
var e$15, r$8, n$10, o$11, a$17 = 36 * ce$1 + 16, i$13 = de$2[a$17];
|
|
24561
24611
|
return i$13 ? (ce$1 = i$13.nextPos, i$13.result) : (e$15 = ce$1, (r$8 = De$1()) !== s$13 && Ee$1() !== s$13 && (n$10 = function() {
|
|
24562
24612
|
var e$16, r$9, n$11, o$12 = 36 * ce$1 + 14, a$18 = de$2[o$12];
|
|
24563
|
-
return a$18 ? (ce$1 = a$18.nextPos, a$18.result) : (e$16 = ce$1, 33 === t$15.charCodeAt(ce$1) ? (r$9 = "!", ce$1++) : (r$9 = s$13, ge$1(v$4)), r$9 === s$13 && (r$9 = null), r$9 !== s$13 ? (61 === t$15.charCodeAt(ce$1) ? (n$11 = "=", ce$1++) : (n$11 = s$13, ge$1(C$2)), n$11 !== s$13 ? (r$9 = P$
|
|
24613
|
+
return a$18 ? (ce$1 = a$18.nextPos, a$18.result) : (e$16 = ce$1, 33 === t$15.charCodeAt(ce$1) ? (r$9 = "!", ce$1++) : (r$9 = s$13, ge$1(v$4)), r$9 === s$13 && (r$9 = null), r$9 !== s$13 ? (61 === t$15.charCodeAt(ce$1) ? (n$11 = "=", ce$1++) : (n$11 = s$13, ge$1(C$2)), n$11 !== s$13 ? (r$9 = P$4(r$9), e$16 = r$9) : (ce$1 = e$16, e$16 = s$13)) : (ce$1 = e$16, e$16 = s$13), de$2[o$12] = {
|
|
24564
24614
|
nextPos: ce$1,
|
|
24565
24615
|
result: e$16
|
|
24566
24616
|
}, e$16);
|
|
@@ -24606,7 +24656,7 @@ var require_esquery_min = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
24606
24656
|
}, e$16;
|
|
24607
24657
|
}()), o$11 !== s$13 ? (r$8 = I$2(r$8, n$10, o$11), e$15 = r$8) : (ce$1 = e$15, e$15 = s$13)) : (ce$1 = e$15, e$15 = s$13), e$15 === s$13 && (e$15 = ce$1, (r$8 = De$1()) !== s$13 && Ee$1() !== s$13 && (n$10 = function() {
|
|
24608
24658
|
var e$16, r$9, n$11, o$12 = 36 * ce$1 + 13, a$18 = de$2[o$12];
|
|
24609
|
-
return a$18 ? (ce$1 = a$18.nextPos, a$18.result) : (e$16 = ce$1, S$3.test(t$15.charAt(ce$1)) ? (r$9 = t$15.charAt(ce$1), ce$1++) : (r$9 = s$13, ge$1(_$4)), r$9 === s$13 && (r$9 = null), r$9 !== s$13 ? (61 === t$15.charCodeAt(ce$1) ? (n$11 = "=", ce$1++) : (n$11 = s$13, ge$1(C$2)), n$11 !== s$13 ? (r$9 = P$
|
|
24659
|
+
return a$18 ? (ce$1 = a$18.nextPos, a$18.result) : (e$16 = ce$1, S$3.test(t$15.charAt(ce$1)) ? (r$9 = t$15.charAt(ce$1), ce$1++) : (r$9 = s$13, ge$1(_$4)), r$9 === s$13 && (r$9 = null), r$9 !== s$13 ? (61 === t$15.charCodeAt(ce$1) ? (n$11 = "=", ce$1++) : (n$11 = s$13, ge$1(C$2)), n$11 !== s$13 ? (r$9 = P$4(r$9), e$16 = r$9) : (ce$1 = e$16, e$16 = s$13)) : (ce$1 = e$16, e$16 = s$13), e$16 === s$13 && (w$5.test(t$15.charAt(ce$1)) ? (e$16 = t$15.charAt(ce$1), ce$1++) : (e$16 = s$13, ge$1(k$3))), de$2[o$12] = {
|
|
24610
24660
|
nextPos: ce$1,
|
|
24611
24661
|
result: e$16
|
|
24612
24662
|
}, e$16);
|
|
@@ -24954,9 +25004,9 @@ var require_esquery_min = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
24954
25004
|
return "string" == typeof r$6 && e$11.value.value.test(r$6);
|
|
24955
25005
|
};
|
|
24956
25006
|
case "literal":
|
|
24957
|
-
var g$
|
|
25007
|
+
var g$4 = "".concat(e$11.value.value);
|
|
24958
25008
|
return function(e$12) {
|
|
24959
|
-
return g$
|
|
25009
|
+
return g$4 === "".concat(u$9(e$12, v$4));
|
|
24960
25010
|
};
|
|
24961
25011
|
case "type": return function(t$16) {
|
|
24962
25012
|
return e$11.value.value === n$6(u$9(t$16, v$4));
|
|
@@ -25003,9 +25053,9 @@ var require_esquery_min = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
25003
25053
|
return _$4(t$16, r$6, n$7) && y$7(t$16, S$3, r$6, "LEFT_SIDE", n$7) || e$11.right.subject && S$3(t$16, r$6, n$7) && y$7(t$16, _$4, r$6, "RIGHT_SIDE", n$7);
|
|
25004
25054
|
};
|
|
25005
25055
|
case "nth-child":
|
|
25006
|
-
var C$2 = e$11.index.value, P$
|
|
25056
|
+
var C$2 = e$11.index.value, P$4 = c$9(e$11.right);
|
|
25007
25057
|
return function(e$12, t$16, r$6) {
|
|
25008
|
-
return P$
|
|
25058
|
+
return P$4(e$12, t$16, r$6) && m$5(e$12, t$16, C$2, r$6);
|
|
25009
25059
|
};
|
|
25010
25060
|
case "nth-last-child":
|
|
25011
25061
|
var w$5 = -e$11.index.value, k$3 = c$9(e$11.right);
|
|
@@ -25117,13 +25167,13 @@ var require_esquery_min = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
25117
25167
|
n$7.push(e$12);
|
|
25118
25168
|
}), r$5), n$7;
|
|
25119
25169
|
}
|
|
25120
|
-
function g$
|
|
25170
|
+
function g$3(e$11) {
|
|
25121
25171
|
return s$12.parse(e$11);
|
|
25122
25172
|
}
|
|
25123
25173
|
function A$1(e$11, t$15, r$5) {
|
|
25124
|
-
return v$3(e$11, g$
|
|
25174
|
+
return v$3(e$11, g$3(t$15), r$5);
|
|
25125
25175
|
}
|
|
25126
|
-
return A$1.parse = g$
|
|
25176
|
+
return A$1.parse = g$3, A$1.match = v$3, A$1.traverse = x$3, A$1.matches = function(e$11, t$15, r$5, n$7) {
|
|
25127
25177
|
return !t$15 || !!e$11 && (r$5 || (r$5 = []), c$9(t$15)(e$11, r$5, n$7));
|
|
25128
25178
|
}, A$1.query = A$1, A$1;
|
|
25129
25179
|
}));
|
|
@@ -25646,6 +25696,2156 @@ var require_vue_eslint_parser = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
25646
25696
|
var import_vue_eslint_parser = require_vue_eslint_parser();
|
|
25647
25697
|
const require$1 = createRequire(import.meta.url);
|
|
25648
25698
|
|
|
25699
|
+
//#endregion
|
|
25700
|
+
//#region ../../node_modules/.pnpm/escape-string-regexp@5.0.0/node_modules/escape-string-regexp/index.js
|
|
25701
|
+
function escapeStringRegexp(string) {
|
|
25702
|
+
if (typeof string !== "string") throw new TypeError("Expected a string");
|
|
25703
|
+
return string.replace(/[|\\{}()[\]^$+*?.]/g, "\\$&").replace(/-/g, "\\x2d");
|
|
25704
|
+
}
|
|
25705
|
+
|
|
25706
|
+
//#endregion
|
|
25707
|
+
//#region ../../node_modules/.pnpm/@sindresorhus+transliterate@2.3.1/node_modules/@sindresorhus/transliterate/replacements.js
|
|
25708
|
+
const builtinReplacements = new Map([
|
|
25709
|
+
["ß", "ss"],
|
|
25710
|
+
["ẞ", "Ss"],
|
|
25711
|
+
["ä", "ae"],
|
|
25712
|
+
["Ä", "Ae"],
|
|
25713
|
+
["ö", "oe"],
|
|
25714
|
+
["Ö", "Oe"],
|
|
25715
|
+
["ü", "ue"],
|
|
25716
|
+
["Ü", "Ue"],
|
|
25717
|
+
["À", "A"],
|
|
25718
|
+
["Á", "A"],
|
|
25719
|
+
["Â", "A"],
|
|
25720
|
+
["Ã", "A"],
|
|
25721
|
+
["Ä", "Ae"],
|
|
25722
|
+
["Å", "A"],
|
|
25723
|
+
["Æ", "AE"],
|
|
25724
|
+
["Ç", "C"],
|
|
25725
|
+
["È", "E"],
|
|
25726
|
+
["É", "E"],
|
|
25727
|
+
["Ê", "E"],
|
|
25728
|
+
["Ë", "E"],
|
|
25729
|
+
["Ə", "A"],
|
|
25730
|
+
["Ì", "I"],
|
|
25731
|
+
["Í", "I"],
|
|
25732
|
+
["Î", "I"],
|
|
25733
|
+
["Ï", "I"],
|
|
25734
|
+
["Ð", "D"],
|
|
25735
|
+
["Ñ", "N"],
|
|
25736
|
+
["Ò", "O"],
|
|
25737
|
+
["Ó", "O"],
|
|
25738
|
+
["Ô", "O"],
|
|
25739
|
+
["Õ", "O"],
|
|
25740
|
+
["Ö", "Oe"],
|
|
25741
|
+
["Ō", "O"],
|
|
25742
|
+
["Ő", "O"],
|
|
25743
|
+
["Ø", "O"],
|
|
25744
|
+
["Œ", "OE"],
|
|
25745
|
+
["Ù", "U"],
|
|
25746
|
+
["Ú", "U"],
|
|
25747
|
+
["Û", "U"],
|
|
25748
|
+
["Ü", "Ue"],
|
|
25749
|
+
["Ű", "U"],
|
|
25750
|
+
["Ý", "Y"],
|
|
25751
|
+
["Þ", "TH"],
|
|
25752
|
+
["ß", "ss"],
|
|
25753
|
+
["à", "a"],
|
|
25754
|
+
["á", "a"],
|
|
25755
|
+
["â", "a"],
|
|
25756
|
+
["ã", "a"],
|
|
25757
|
+
["ä", "ae"],
|
|
25758
|
+
["å", "a"],
|
|
25759
|
+
["æ", "ae"],
|
|
25760
|
+
["ç", "c"],
|
|
25761
|
+
["è", "e"],
|
|
25762
|
+
["é", "e"],
|
|
25763
|
+
["ê", "e"],
|
|
25764
|
+
["ë", "e"],
|
|
25765
|
+
["ə", "a"],
|
|
25766
|
+
["ì", "i"],
|
|
25767
|
+
["í", "i"],
|
|
25768
|
+
["î", "i"],
|
|
25769
|
+
["ï", "i"],
|
|
25770
|
+
["ð", "d"],
|
|
25771
|
+
["ñ", "n"],
|
|
25772
|
+
["ò", "o"],
|
|
25773
|
+
["ó", "o"],
|
|
25774
|
+
["ô", "o"],
|
|
25775
|
+
["õ", "o"],
|
|
25776
|
+
["ö", "oe"],
|
|
25777
|
+
["ō", "o"],
|
|
25778
|
+
["ő", "o"],
|
|
25779
|
+
["ø", "o"],
|
|
25780
|
+
["œ", "oe"],
|
|
25781
|
+
["ù", "u"],
|
|
25782
|
+
["ú", "u"],
|
|
25783
|
+
["û", "u"],
|
|
25784
|
+
["ü", "ue"],
|
|
25785
|
+
["ű", "u"],
|
|
25786
|
+
["ý", "y"],
|
|
25787
|
+
["þ", "th"],
|
|
25788
|
+
["ÿ", "y"],
|
|
25789
|
+
["à", "a"],
|
|
25790
|
+
["À", "A"],
|
|
25791
|
+
["á", "a"],
|
|
25792
|
+
["Á", "A"],
|
|
25793
|
+
["â", "a"],
|
|
25794
|
+
["Â", "A"],
|
|
25795
|
+
["ã", "a"],
|
|
25796
|
+
["Ã", "A"],
|
|
25797
|
+
["è", "e"],
|
|
25798
|
+
["È", "E"],
|
|
25799
|
+
["é", "e"],
|
|
25800
|
+
["É", "E"],
|
|
25801
|
+
["ê", "e"],
|
|
25802
|
+
["Ê", "E"],
|
|
25803
|
+
["ì", "i"],
|
|
25804
|
+
["Ì", "I"],
|
|
25805
|
+
["í", "i"],
|
|
25806
|
+
["Í", "I"],
|
|
25807
|
+
["ò", "o"],
|
|
25808
|
+
["Ò", "O"],
|
|
25809
|
+
["ó", "o"],
|
|
25810
|
+
["Ó", "O"],
|
|
25811
|
+
["ô", "o"],
|
|
25812
|
+
["Ô", "O"],
|
|
25813
|
+
["õ", "o"],
|
|
25814
|
+
["Õ", "O"],
|
|
25815
|
+
["ù", "u"],
|
|
25816
|
+
["Ù", "U"],
|
|
25817
|
+
["ú", "u"],
|
|
25818
|
+
["Ú", "U"],
|
|
25819
|
+
["ý", "y"],
|
|
25820
|
+
["Ý", "Y"],
|
|
25821
|
+
["ă", "a"],
|
|
25822
|
+
["Ă", "A"],
|
|
25823
|
+
["Đ", "D"],
|
|
25824
|
+
["đ", "d"],
|
|
25825
|
+
["ĩ", "i"],
|
|
25826
|
+
["Ĩ", "I"],
|
|
25827
|
+
["ũ", "u"],
|
|
25828
|
+
["Ũ", "U"],
|
|
25829
|
+
["ơ", "o"],
|
|
25830
|
+
["Ơ", "O"],
|
|
25831
|
+
["ư", "u"],
|
|
25832
|
+
["Ư", "U"],
|
|
25833
|
+
["ạ", "a"],
|
|
25834
|
+
["Ạ", "A"],
|
|
25835
|
+
["ả", "a"],
|
|
25836
|
+
["Ả", "A"],
|
|
25837
|
+
["ấ", "a"],
|
|
25838
|
+
["Ấ", "A"],
|
|
25839
|
+
["ầ", "a"],
|
|
25840
|
+
["Ầ", "A"],
|
|
25841
|
+
["ẩ", "a"],
|
|
25842
|
+
["Ẩ", "A"],
|
|
25843
|
+
["ẫ", "a"],
|
|
25844
|
+
["Ẫ", "A"],
|
|
25845
|
+
["ậ", "a"],
|
|
25846
|
+
["Ậ", "A"],
|
|
25847
|
+
["ắ", "a"],
|
|
25848
|
+
["Ắ", "A"],
|
|
25849
|
+
["ằ", "a"],
|
|
25850
|
+
["Ằ", "A"],
|
|
25851
|
+
["ẳ", "a"],
|
|
25852
|
+
["Ẳ", "A"],
|
|
25853
|
+
["ẵ", "a"],
|
|
25854
|
+
["Ẵ", "A"],
|
|
25855
|
+
["ặ", "a"],
|
|
25856
|
+
["Ặ", "A"],
|
|
25857
|
+
["ẹ", "e"],
|
|
25858
|
+
["Ẹ", "E"],
|
|
25859
|
+
["ẻ", "e"],
|
|
25860
|
+
["Ẻ", "E"],
|
|
25861
|
+
["ẽ", "e"],
|
|
25862
|
+
["Ẽ", "E"],
|
|
25863
|
+
["ế", "e"],
|
|
25864
|
+
["Ế", "E"],
|
|
25865
|
+
["ề", "e"],
|
|
25866
|
+
["Ề", "E"],
|
|
25867
|
+
["ể", "e"],
|
|
25868
|
+
["Ể", "E"],
|
|
25869
|
+
["ễ", "e"],
|
|
25870
|
+
["Ễ", "E"],
|
|
25871
|
+
["ệ", "e"],
|
|
25872
|
+
["Ệ", "E"],
|
|
25873
|
+
["ỉ", "i"],
|
|
25874
|
+
["Ỉ", "I"],
|
|
25875
|
+
["ị", "i"],
|
|
25876
|
+
["Ị", "I"],
|
|
25877
|
+
["ọ", "o"],
|
|
25878
|
+
["Ọ", "O"],
|
|
25879
|
+
["ỏ", "o"],
|
|
25880
|
+
["Ỏ", "O"],
|
|
25881
|
+
["ố", "o"],
|
|
25882
|
+
["Ố", "O"],
|
|
25883
|
+
["ồ", "o"],
|
|
25884
|
+
["Ồ", "O"],
|
|
25885
|
+
["ổ", "o"],
|
|
25886
|
+
["Ổ", "O"],
|
|
25887
|
+
["ỗ", "o"],
|
|
25888
|
+
["Ỗ", "O"],
|
|
25889
|
+
["ộ", "o"],
|
|
25890
|
+
["Ộ", "O"],
|
|
25891
|
+
["ớ", "o"],
|
|
25892
|
+
["Ớ", "O"],
|
|
25893
|
+
["ờ", "o"],
|
|
25894
|
+
["Ờ", "O"],
|
|
25895
|
+
["ở", "o"],
|
|
25896
|
+
["Ở", "O"],
|
|
25897
|
+
["ỡ", "o"],
|
|
25898
|
+
["Ỡ", "O"],
|
|
25899
|
+
["ợ", "o"],
|
|
25900
|
+
["Ợ", "O"],
|
|
25901
|
+
["ụ", "u"],
|
|
25902
|
+
["Ụ", "U"],
|
|
25903
|
+
["ủ", "u"],
|
|
25904
|
+
["Ủ", "U"],
|
|
25905
|
+
["ứ", "u"],
|
|
25906
|
+
["Ứ", "U"],
|
|
25907
|
+
["ừ", "u"],
|
|
25908
|
+
["Ừ", "U"],
|
|
25909
|
+
["ử", "u"],
|
|
25910
|
+
["Ử", "U"],
|
|
25911
|
+
["ữ", "u"],
|
|
25912
|
+
["Ữ", "U"],
|
|
25913
|
+
["ự", "u"],
|
|
25914
|
+
["Ự", "U"],
|
|
25915
|
+
["ỳ", "y"],
|
|
25916
|
+
["Ỳ", "Y"],
|
|
25917
|
+
["ỵ", "y"],
|
|
25918
|
+
["Ỵ", "Y"],
|
|
25919
|
+
["ỷ", "y"],
|
|
25920
|
+
["Ỷ", "Y"],
|
|
25921
|
+
["ỹ", "y"],
|
|
25922
|
+
["Ỹ", "Y"],
|
|
25923
|
+
["ء", "e"],
|
|
25924
|
+
["آ", "a"],
|
|
25925
|
+
["أ", "a"],
|
|
25926
|
+
["ؤ", "w"],
|
|
25927
|
+
["إ", "a"],
|
|
25928
|
+
["ئ", "y"],
|
|
25929
|
+
["ا", "a"],
|
|
25930
|
+
["ب", "b"],
|
|
25931
|
+
["ة", "t"],
|
|
25932
|
+
["ت", "t"],
|
|
25933
|
+
["ث", "th"],
|
|
25934
|
+
["ج", "j"],
|
|
25935
|
+
["ح", "h"],
|
|
25936
|
+
["خ", "kh"],
|
|
25937
|
+
["د", "d"],
|
|
25938
|
+
["ذ", "dh"],
|
|
25939
|
+
["ر", "r"],
|
|
25940
|
+
["ز", "z"],
|
|
25941
|
+
["س", "s"],
|
|
25942
|
+
["ش", "sh"],
|
|
25943
|
+
["ص", "s"],
|
|
25944
|
+
["ض", "d"],
|
|
25945
|
+
["ط", "t"],
|
|
25946
|
+
["ظ", "z"],
|
|
25947
|
+
["ع", "e"],
|
|
25948
|
+
["غ", "gh"],
|
|
25949
|
+
["ـ", "_"],
|
|
25950
|
+
["ف", "f"],
|
|
25951
|
+
["ق", "q"],
|
|
25952
|
+
["ك", "k"],
|
|
25953
|
+
["ل", "l"],
|
|
25954
|
+
["م", "m"],
|
|
25955
|
+
["ن", "n"],
|
|
25956
|
+
["ه", "h"],
|
|
25957
|
+
["و", "w"],
|
|
25958
|
+
["ى", "a"],
|
|
25959
|
+
["ي", "y"],
|
|
25960
|
+
["َ", "a"],
|
|
25961
|
+
["ُ", "u"],
|
|
25962
|
+
["ِ", "i"],
|
|
25963
|
+
["٠", "0"],
|
|
25964
|
+
["١", "1"],
|
|
25965
|
+
["٢", "2"],
|
|
25966
|
+
["٣", "3"],
|
|
25967
|
+
["٤", "4"],
|
|
25968
|
+
["٥", "5"],
|
|
25969
|
+
["٦", "6"],
|
|
25970
|
+
["٧", "7"],
|
|
25971
|
+
["٨", "8"],
|
|
25972
|
+
["٩", "9"],
|
|
25973
|
+
["چ", "ch"],
|
|
25974
|
+
["ک", "k"],
|
|
25975
|
+
["گ", "g"],
|
|
25976
|
+
["پ", "p"],
|
|
25977
|
+
["ژ", "zh"],
|
|
25978
|
+
["ی", "y"],
|
|
25979
|
+
["۰", "0"],
|
|
25980
|
+
["۱", "1"],
|
|
25981
|
+
["۲", "2"],
|
|
25982
|
+
["۳", "3"],
|
|
25983
|
+
["۴", "4"],
|
|
25984
|
+
["۵", "5"],
|
|
25985
|
+
["۶", "6"],
|
|
25986
|
+
["۷", "7"],
|
|
25987
|
+
["۸", "8"],
|
|
25988
|
+
["۹", "9"],
|
|
25989
|
+
["ټ", "p"],
|
|
25990
|
+
["ځ", "z"],
|
|
25991
|
+
["څ", "c"],
|
|
25992
|
+
["ډ", "d"],
|
|
25993
|
+
["ﺫ", "d"],
|
|
25994
|
+
["ﺭ", "r"],
|
|
25995
|
+
["ړ", "r"],
|
|
25996
|
+
["ﺯ", "z"],
|
|
25997
|
+
["ږ", "g"],
|
|
25998
|
+
["ښ", "x"],
|
|
25999
|
+
["ګ", "g"],
|
|
26000
|
+
["ڼ", "n"],
|
|
26001
|
+
["ۀ", "e"],
|
|
26002
|
+
["ې", "e"],
|
|
26003
|
+
["ۍ", "ai"],
|
|
26004
|
+
["ٹ", "t"],
|
|
26005
|
+
["ڈ", "d"],
|
|
26006
|
+
["ڑ", "r"],
|
|
26007
|
+
["ں", "n"],
|
|
26008
|
+
["ہ", "h"],
|
|
26009
|
+
["ھ", "h"],
|
|
26010
|
+
["ے", "e"],
|
|
26011
|
+
["А", "A"],
|
|
26012
|
+
["а", "a"],
|
|
26013
|
+
["Б", "B"],
|
|
26014
|
+
["б", "b"],
|
|
26015
|
+
["В", "V"],
|
|
26016
|
+
["в", "v"],
|
|
26017
|
+
["Г", "G"],
|
|
26018
|
+
["г", "g"],
|
|
26019
|
+
["Д", "D"],
|
|
26020
|
+
["д", "d"],
|
|
26021
|
+
["ъе", "ye"],
|
|
26022
|
+
["Ъе", "Ye"],
|
|
26023
|
+
["ъЕ", "yE"],
|
|
26024
|
+
["ЪЕ", "YE"],
|
|
26025
|
+
["Е", "E"],
|
|
26026
|
+
["е", "e"],
|
|
26027
|
+
["Ё", "Yo"],
|
|
26028
|
+
["ё", "yo"],
|
|
26029
|
+
["Ж", "Zh"],
|
|
26030
|
+
["ж", "zh"],
|
|
26031
|
+
["З", "Z"],
|
|
26032
|
+
["з", "z"],
|
|
26033
|
+
["И", "I"],
|
|
26034
|
+
["и", "i"],
|
|
26035
|
+
["ый", "iy"],
|
|
26036
|
+
["Ый", "Iy"],
|
|
26037
|
+
["ЫЙ", "IY"],
|
|
26038
|
+
["ыЙ", "iY"],
|
|
26039
|
+
["Й", "Y"],
|
|
26040
|
+
["й", "y"],
|
|
26041
|
+
["К", "K"],
|
|
26042
|
+
["к", "k"],
|
|
26043
|
+
["Л", "L"],
|
|
26044
|
+
["л", "l"],
|
|
26045
|
+
["М", "M"],
|
|
26046
|
+
["м", "m"],
|
|
26047
|
+
["Н", "N"],
|
|
26048
|
+
["н", "n"],
|
|
26049
|
+
["О", "O"],
|
|
26050
|
+
["о", "o"],
|
|
26051
|
+
["П", "P"],
|
|
26052
|
+
["п", "p"],
|
|
26053
|
+
["Р", "R"],
|
|
26054
|
+
["р", "r"],
|
|
26055
|
+
["С", "S"],
|
|
26056
|
+
["с", "s"],
|
|
26057
|
+
["Т", "T"],
|
|
26058
|
+
["т", "t"],
|
|
26059
|
+
["У", "U"],
|
|
26060
|
+
["у", "u"],
|
|
26061
|
+
["Ф", "F"],
|
|
26062
|
+
["ф", "f"],
|
|
26063
|
+
["Х", "Kh"],
|
|
26064
|
+
["х", "kh"],
|
|
26065
|
+
["Ц", "Ts"],
|
|
26066
|
+
["ц", "ts"],
|
|
26067
|
+
["Ч", "Ch"],
|
|
26068
|
+
["ч", "ch"],
|
|
26069
|
+
["Ш", "Sh"],
|
|
26070
|
+
["ш", "sh"],
|
|
26071
|
+
["Щ", "Sch"],
|
|
26072
|
+
["щ", "sch"],
|
|
26073
|
+
["Ъ", ""],
|
|
26074
|
+
["ъ", ""],
|
|
26075
|
+
["Ы", "Y"],
|
|
26076
|
+
["ы", "y"],
|
|
26077
|
+
["Ь", ""],
|
|
26078
|
+
["ь", ""],
|
|
26079
|
+
["Э", "E"],
|
|
26080
|
+
["э", "e"],
|
|
26081
|
+
["Ю", "Yu"],
|
|
26082
|
+
["ю", "yu"],
|
|
26083
|
+
["Я", "Ya"],
|
|
26084
|
+
["я", "ya"],
|
|
26085
|
+
["ă", "a"],
|
|
26086
|
+
["Ă", "A"],
|
|
26087
|
+
["ș", "s"],
|
|
26088
|
+
["Ș", "S"],
|
|
26089
|
+
["ț", "t"],
|
|
26090
|
+
["Ț", "T"],
|
|
26091
|
+
["ţ", "t"],
|
|
26092
|
+
["Ţ", "T"],
|
|
26093
|
+
["ş", "s"],
|
|
26094
|
+
["Ş", "S"],
|
|
26095
|
+
["ç", "c"],
|
|
26096
|
+
["Ç", "C"],
|
|
26097
|
+
["ğ", "g"],
|
|
26098
|
+
["Ğ", "G"],
|
|
26099
|
+
["ı", "i"],
|
|
26100
|
+
["İ", "I"],
|
|
26101
|
+
["ա", "a"],
|
|
26102
|
+
["Ա", "A"],
|
|
26103
|
+
["բ", "b"],
|
|
26104
|
+
["Բ", "B"],
|
|
26105
|
+
["գ", "g"],
|
|
26106
|
+
["Գ", "G"],
|
|
26107
|
+
["դ", "d"],
|
|
26108
|
+
["Դ", "D"],
|
|
26109
|
+
["ե", "ye"],
|
|
26110
|
+
["Ե", "Ye"],
|
|
26111
|
+
["զ", "z"],
|
|
26112
|
+
["Զ", "Z"],
|
|
26113
|
+
["է", "e"],
|
|
26114
|
+
["Է", "E"],
|
|
26115
|
+
["ը", "y"],
|
|
26116
|
+
["Ը", "Y"],
|
|
26117
|
+
["թ", "t"],
|
|
26118
|
+
["Թ", "T"],
|
|
26119
|
+
["ժ", "zh"],
|
|
26120
|
+
["Ժ", "Zh"],
|
|
26121
|
+
["ի", "i"],
|
|
26122
|
+
["Ի", "I"],
|
|
26123
|
+
["լ", "l"],
|
|
26124
|
+
["Լ", "L"],
|
|
26125
|
+
["խ", "kh"],
|
|
26126
|
+
["Խ", "Kh"],
|
|
26127
|
+
["ծ", "ts"],
|
|
26128
|
+
["Ծ", "Ts"],
|
|
26129
|
+
["կ", "k"],
|
|
26130
|
+
["Կ", "K"],
|
|
26131
|
+
["հ", "h"],
|
|
26132
|
+
["Հ", "H"],
|
|
26133
|
+
["ձ", "dz"],
|
|
26134
|
+
["Ձ", "Dz"],
|
|
26135
|
+
["ղ", "gh"],
|
|
26136
|
+
["Ղ", "Gh"],
|
|
26137
|
+
["ճ", "tch"],
|
|
26138
|
+
["Ճ", "Tch"],
|
|
26139
|
+
["մ", "m"],
|
|
26140
|
+
["Մ", "M"],
|
|
26141
|
+
["յ", "y"],
|
|
26142
|
+
["Յ", "Y"],
|
|
26143
|
+
["ն", "n"],
|
|
26144
|
+
["Ն", "N"],
|
|
26145
|
+
["շ", "sh"],
|
|
26146
|
+
["Շ", "Sh"],
|
|
26147
|
+
["ու", "u"],
|
|
26148
|
+
["ՈՒ", "U"],
|
|
26149
|
+
["Ու", "U"],
|
|
26150
|
+
["ո", "vo"],
|
|
26151
|
+
["Ո", "Vo"],
|
|
26152
|
+
["չ", "ch"],
|
|
26153
|
+
["Չ", "Ch"],
|
|
26154
|
+
["պ", "p"],
|
|
26155
|
+
["Պ", "P"],
|
|
26156
|
+
["ջ", "j"],
|
|
26157
|
+
["Ջ", "J"],
|
|
26158
|
+
["ռ", "r"],
|
|
26159
|
+
["Ռ", "R"],
|
|
26160
|
+
["ս", "s"],
|
|
26161
|
+
["Ս", "S"],
|
|
26162
|
+
["վ", "v"],
|
|
26163
|
+
["Վ", "V"],
|
|
26164
|
+
["տ", "t"],
|
|
26165
|
+
["Տ", "T"],
|
|
26166
|
+
["ր", "r"],
|
|
26167
|
+
["Ր", "R"],
|
|
26168
|
+
["ց", "c"],
|
|
26169
|
+
["Ց", "C"],
|
|
26170
|
+
["փ", "p"],
|
|
26171
|
+
["Փ", "P"],
|
|
26172
|
+
["ք", "q"],
|
|
26173
|
+
["Ք", "Q"],
|
|
26174
|
+
["օ", "o"],
|
|
26175
|
+
["Օ", "O"],
|
|
26176
|
+
["ֆ", "f"],
|
|
26177
|
+
["Ֆ", "F"],
|
|
26178
|
+
["և", "yev"],
|
|
26179
|
+
["ა", "a"],
|
|
26180
|
+
["ბ", "b"],
|
|
26181
|
+
["გ", "g"],
|
|
26182
|
+
["დ", "d"],
|
|
26183
|
+
["ე", "e"],
|
|
26184
|
+
["ვ", "v"],
|
|
26185
|
+
["ზ", "z"],
|
|
26186
|
+
["თ", "t"],
|
|
26187
|
+
["ი", "i"],
|
|
26188
|
+
["კ", "k"],
|
|
26189
|
+
["ლ", "l"],
|
|
26190
|
+
["მ", "m"],
|
|
26191
|
+
["ნ", "n"],
|
|
26192
|
+
["ო", "o"],
|
|
26193
|
+
["პ", "p"],
|
|
26194
|
+
["ჟ", "zh"],
|
|
26195
|
+
["რ", "r"],
|
|
26196
|
+
["ს", "s"],
|
|
26197
|
+
["ტ", "t"],
|
|
26198
|
+
["უ", "u"],
|
|
26199
|
+
["ფ", "ph"],
|
|
26200
|
+
["ქ", "q"],
|
|
26201
|
+
["ღ", "gh"],
|
|
26202
|
+
["ყ", "k"],
|
|
26203
|
+
["შ", "sh"],
|
|
26204
|
+
["ჩ", "ch"],
|
|
26205
|
+
["ც", "ts"],
|
|
26206
|
+
["ძ", "dz"],
|
|
26207
|
+
["წ", "ts"],
|
|
26208
|
+
["ჭ", "tch"],
|
|
26209
|
+
["ხ", "kh"],
|
|
26210
|
+
["ჯ", "j"],
|
|
26211
|
+
["ჰ", "h"],
|
|
26212
|
+
["č", "c"],
|
|
26213
|
+
["ď", "d"],
|
|
26214
|
+
["ě", "e"],
|
|
26215
|
+
["ň", "n"],
|
|
26216
|
+
["ř", "r"],
|
|
26217
|
+
["š", "s"],
|
|
26218
|
+
["ť", "t"],
|
|
26219
|
+
["ů", "u"],
|
|
26220
|
+
["ž", "z"],
|
|
26221
|
+
["Č", "C"],
|
|
26222
|
+
["Ď", "D"],
|
|
26223
|
+
["Ě", "E"],
|
|
26224
|
+
["Ň", "N"],
|
|
26225
|
+
["Ř", "R"],
|
|
26226
|
+
["Š", "S"],
|
|
26227
|
+
["Ť", "T"],
|
|
26228
|
+
["Ů", "U"],
|
|
26229
|
+
["Ž", "Z"],
|
|
26230
|
+
["ހ", "h"],
|
|
26231
|
+
["ށ", "sh"],
|
|
26232
|
+
["ނ", "n"],
|
|
26233
|
+
["ރ", "r"],
|
|
26234
|
+
["ބ", "b"],
|
|
26235
|
+
["ޅ", "lh"],
|
|
26236
|
+
["ކ", "k"],
|
|
26237
|
+
["އ", "a"],
|
|
26238
|
+
["ވ", "v"],
|
|
26239
|
+
["މ", "m"],
|
|
26240
|
+
["ފ", "f"],
|
|
26241
|
+
["ދ", "dh"],
|
|
26242
|
+
["ތ", "th"],
|
|
26243
|
+
["ލ", "l"],
|
|
26244
|
+
["ގ", "g"],
|
|
26245
|
+
["ޏ", "gn"],
|
|
26246
|
+
["ސ", "s"],
|
|
26247
|
+
["ޑ", "d"],
|
|
26248
|
+
["ޒ", "z"],
|
|
26249
|
+
["ޓ", "t"],
|
|
26250
|
+
["ޔ", "y"],
|
|
26251
|
+
["ޕ", "p"],
|
|
26252
|
+
["ޖ", "j"],
|
|
26253
|
+
["ޗ", "ch"],
|
|
26254
|
+
["ޘ", "tt"],
|
|
26255
|
+
["ޙ", "hh"],
|
|
26256
|
+
["ޚ", "kh"],
|
|
26257
|
+
["ޛ", "th"],
|
|
26258
|
+
["ޜ", "z"],
|
|
26259
|
+
["ޝ", "sh"],
|
|
26260
|
+
["ޞ", "s"],
|
|
26261
|
+
["ޟ", "d"],
|
|
26262
|
+
["ޠ", "t"],
|
|
26263
|
+
["ޡ", "z"],
|
|
26264
|
+
["ޢ", "a"],
|
|
26265
|
+
["ޣ", "gh"],
|
|
26266
|
+
["ޤ", "q"],
|
|
26267
|
+
["ޥ", "w"],
|
|
26268
|
+
["ަ", "a"],
|
|
26269
|
+
["ާ", "aa"],
|
|
26270
|
+
["ި", "i"],
|
|
26271
|
+
["ީ", "ee"],
|
|
26272
|
+
["ު", "u"],
|
|
26273
|
+
["ޫ", "oo"],
|
|
26274
|
+
["ެ", "e"],
|
|
26275
|
+
["ޭ", "ey"],
|
|
26276
|
+
["ޮ", "o"],
|
|
26277
|
+
["ޯ", "oa"],
|
|
26278
|
+
["ް", ""],
|
|
26279
|
+
["α", "a"],
|
|
26280
|
+
["β", "v"],
|
|
26281
|
+
["γ", "g"],
|
|
26282
|
+
["δ", "d"],
|
|
26283
|
+
["ε", "e"],
|
|
26284
|
+
["ζ", "z"],
|
|
26285
|
+
["η", "i"],
|
|
26286
|
+
["θ", "th"],
|
|
26287
|
+
["ι", "i"],
|
|
26288
|
+
["κ", "k"],
|
|
26289
|
+
["λ", "l"],
|
|
26290
|
+
["μ", "m"],
|
|
26291
|
+
["ν", "n"],
|
|
26292
|
+
["ξ", "ks"],
|
|
26293
|
+
["ο", "o"],
|
|
26294
|
+
["π", "p"],
|
|
26295
|
+
["ρ", "r"],
|
|
26296
|
+
["σ", "s"],
|
|
26297
|
+
["τ", "t"],
|
|
26298
|
+
["υ", "y"],
|
|
26299
|
+
["φ", "f"],
|
|
26300
|
+
["χ", "x"],
|
|
26301
|
+
["ψ", "ps"],
|
|
26302
|
+
["ω", "o"],
|
|
26303
|
+
["ά", "a"],
|
|
26304
|
+
["έ", "e"],
|
|
26305
|
+
["ί", "i"],
|
|
26306
|
+
["ό", "o"],
|
|
26307
|
+
["ύ", "y"],
|
|
26308
|
+
["ή", "i"],
|
|
26309
|
+
["ώ", "o"],
|
|
26310
|
+
["ς", "s"],
|
|
26311
|
+
["ϊ", "i"],
|
|
26312
|
+
["ΰ", "y"],
|
|
26313
|
+
["ϋ", "y"],
|
|
26314
|
+
["ΐ", "i"],
|
|
26315
|
+
["Α", "A"],
|
|
26316
|
+
["Β", "B"],
|
|
26317
|
+
["Γ", "G"],
|
|
26318
|
+
["Δ", "D"],
|
|
26319
|
+
["Ε", "E"],
|
|
26320
|
+
["Ζ", "Z"],
|
|
26321
|
+
["Η", "I"],
|
|
26322
|
+
["Θ", "TH"],
|
|
26323
|
+
["Ι", "I"],
|
|
26324
|
+
["Κ", "K"],
|
|
26325
|
+
["Λ", "L"],
|
|
26326
|
+
["Μ", "M"],
|
|
26327
|
+
["Ν", "N"],
|
|
26328
|
+
["Ξ", "KS"],
|
|
26329
|
+
["Ο", "O"],
|
|
26330
|
+
["Π", "P"],
|
|
26331
|
+
["Ρ", "R"],
|
|
26332
|
+
["Σ", "S"],
|
|
26333
|
+
["Τ", "T"],
|
|
26334
|
+
["Υ", "Y"],
|
|
26335
|
+
["Φ", "F"],
|
|
26336
|
+
["Χ", "X"],
|
|
26337
|
+
["Ψ", "PS"],
|
|
26338
|
+
["Ω", "O"],
|
|
26339
|
+
["Ά", "A"],
|
|
26340
|
+
["Έ", "E"],
|
|
26341
|
+
["Ί", "I"],
|
|
26342
|
+
["Ό", "O"],
|
|
26343
|
+
["Ύ", "Y"],
|
|
26344
|
+
["Ή", "I"],
|
|
26345
|
+
["Ώ", "O"],
|
|
26346
|
+
["Ϊ", "I"],
|
|
26347
|
+
["Ϋ", "Y"],
|
|
26348
|
+
["ā", "a"],
|
|
26349
|
+
["ē", "e"],
|
|
26350
|
+
["ģ", "g"],
|
|
26351
|
+
["ī", "i"],
|
|
26352
|
+
["ķ", "k"],
|
|
26353
|
+
["ļ", "l"],
|
|
26354
|
+
["ņ", "n"],
|
|
26355
|
+
["ū", "u"],
|
|
26356
|
+
["Ā", "A"],
|
|
26357
|
+
["Ē", "E"],
|
|
26358
|
+
["Ģ", "G"],
|
|
26359
|
+
["Ī", "I"],
|
|
26360
|
+
["Ķ", "K"],
|
|
26361
|
+
["Ļ", "L"],
|
|
26362
|
+
["Ņ", "N"],
|
|
26363
|
+
["Ū", "U"],
|
|
26364
|
+
["č", "c"],
|
|
26365
|
+
["š", "s"],
|
|
26366
|
+
["ž", "z"],
|
|
26367
|
+
["Č", "C"],
|
|
26368
|
+
["Š", "S"],
|
|
26369
|
+
["Ž", "Z"],
|
|
26370
|
+
["ą", "a"],
|
|
26371
|
+
["č", "c"],
|
|
26372
|
+
["ę", "e"],
|
|
26373
|
+
["ė", "e"],
|
|
26374
|
+
["į", "i"],
|
|
26375
|
+
["š", "s"],
|
|
26376
|
+
["ų", "u"],
|
|
26377
|
+
["ū", "u"],
|
|
26378
|
+
["ž", "z"],
|
|
26379
|
+
["Ą", "A"],
|
|
26380
|
+
["Č", "C"],
|
|
26381
|
+
["Ę", "E"],
|
|
26382
|
+
["Ė", "E"],
|
|
26383
|
+
["Į", "I"],
|
|
26384
|
+
["Š", "S"],
|
|
26385
|
+
["Ų", "U"],
|
|
26386
|
+
["Ū", "U"],
|
|
26387
|
+
["Ќ", "Kj"],
|
|
26388
|
+
["ќ", "kj"],
|
|
26389
|
+
["Љ", "Lj"],
|
|
26390
|
+
["љ", "lj"],
|
|
26391
|
+
["Њ", "Nj"],
|
|
26392
|
+
["њ", "nj"],
|
|
26393
|
+
["Тс", "Ts"],
|
|
26394
|
+
["тс", "ts"],
|
|
26395
|
+
["ą", "a"],
|
|
26396
|
+
["ć", "c"],
|
|
26397
|
+
["ę", "e"],
|
|
26398
|
+
["ł", "l"],
|
|
26399
|
+
["ń", "n"],
|
|
26400
|
+
["ś", "s"],
|
|
26401
|
+
["ź", "z"],
|
|
26402
|
+
["ż", "z"],
|
|
26403
|
+
["Ą", "A"],
|
|
26404
|
+
["Ć", "C"],
|
|
26405
|
+
["Ę", "E"],
|
|
26406
|
+
["Ł", "L"],
|
|
26407
|
+
["Ń", "N"],
|
|
26408
|
+
["Ś", "S"],
|
|
26409
|
+
["Ź", "Z"],
|
|
26410
|
+
["Ż", "Z"],
|
|
26411
|
+
["Є", "Ye"],
|
|
26412
|
+
["І", "I"],
|
|
26413
|
+
["Ї", "Yi"],
|
|
26414
|
+
["Ґ", "G"],
|
|
26415
|
+
["є", "ye"],
|
|
26416
|
+
["і", "i"],
|
|
26417
|
+
["ї", "yi"],
|
|
26418
|
+
["ґ", "g"],
|
|
26419
|
+
["IJ", "IJ"],
|
|
26420
|
+
["ij", "ij"],
|
|
26421
|
+
["¢", "c"],
|
|
26422
|
+
["¥", "Y"],
|
|
26423
|
+
["߿", "b"],
|
|
26424
|
+
["৳", "t"],
|
|
26425
|
+
["૱", "Bo"],
|
|
26426
|
+
["฿", "B"],
|
|
26427
|
+
["₠", "CE"],
|
|
26428
|
+
["₡", "C"],
|
|
26429
|
+
["₢", "Cr"],
|
|
26430
|
+
["₣", "F"],
|
|
26431
|
+
["₥", "m"],
|
|
26432
|
+
["₦", "N"],
|
|
26433
|
+
["₧", "Pt"],
|
|
26434
|
+
["₨", "Rs"],
|
|
26435
|
+
["₩", "W"],
|
|
26436
|
+
["₫", "s"],
|
|
26437
|
+
["€", "E"],
|
|
26438
|
+
["₭", "K"],
|
|
26439
|
+
["₮", "T"],
|
|
26440
|
+
["₯", "Dp"],
|
|
26441
|
+
["₰", "S"],
|
|
26442
|
+
["₱", "P"],
|
|
26443
|
+
["₲", "G"],
|
|
26444
|
+
["₳", "A"],
|
|
26445
|
+
["₴", "S"],
|
|
26446
|
+
["₵", "C"],
|
|
26447
|
+
["₶", "tt"],
|
|
26448
|
+
["₷", "S"],
|
|
26449
|
+
["₸", "T"],
|
|
26450
|
+
["₹", "R"],
|
|
26451
|
+
["₺", "L"],
|
|
26452
|
+
["₽", "P"],
|
|
26453
|
+
["₿", "B"],
|
|
26454
|
+
["﹩", "$"],
|
|
26455
|
+
["¢", "c"],
|
|
26456
|
+
["¥", "Y"],
|
|
26457
|
+
["₩", "W"],
|
|
26458
|
+
["𝐀", "A"],
|
|
26459
|
+
["𝐁", "B"],
|
|
26460
|
+
["𝐂", "C"],
|
|
26461
|
+
["𝐃", "D"],
|
|
26462
|
+
["𝐄", "E"],
|
|
26463
|
+
["𝐅", "F"],
|
|
26464
|
+
["𝐆", "G"],
|
|
26465
|
+
["𝐇", "H"],
|
|
26466
|
+
["𝐈", "I"],
|
|
26467
|
+
["𝐉", "J"],
|
|
26468
|
+
["𝐊", "K"],
|
|
26469
|
+
["𝐋", "L"],
|
|
26470
|
+
["𝐌", "M"],
|
|
26471
|
+
["𝐍", "N"],
|
|
26472
|
+
["𝐎", "O"],
|
|
26473
|
+
["𝐏", "P"],
|
|
26474
|
+
["𝐐", "Q"],
|
|
26475
|
+
["𝐑", "R"],
|
|
26476
|
+
["𝐒", "S"],
|
|
26477
|
+
["𝐓", "T"],
|
|
26478
|
+
["𝐔", "U"],
|
|
26479
|
+
["𝐕", "V"],
|
|
26480
|
+
["𝐖", "W"],
|
|
26481
|
+
["𝐗", "X"],
|
|
26482
|
+
["𝐘", "Y"],
|
|
26483
|
+
["𝐙", "Z"],
|
|
26484
|
+
["𝐚", "a"],
|
|
26485
|
+
["𝐛", "b"],
|
|
26486
|
+
["𝐜", "c"],
|
|
26487
|
+
["𝐝", "d"],
|
|
26488
|
+
["𝐞", "e"],
|
|
26489
|
+
["𝐟", "f"],
|
|
26490
|
+
["𝐠", "g"],
|
|
26491
|
+
["𝐡", "h"],
|
|
26492
|
+
["𝐢", "i"],
|
|
26493
|
+
["𝐣", "j"],
|
|
26494
|
+
["𝐤", "k"],
|
|
26495
|
+
["𝐥", "l"],
|
|
26496
|
+
["𝐦", "m"],
|
|
26497
|
+
["𝐧", "n"],
|
|
26498
|
+
["𝐨", "o"],
|
|
26499
|
+
["𝐩", "p"],
|
|
26500
|
+
["𝐪", "q"],
|
|
26501
|
+
["𝐫", "r"],
|
|
26502
|
+
["𝐬", "s"],
|
|
26503
|
+
["𝐭", "t"],
|
|
26504
|
+
["𝐮", "u"],
|
|
26505
|
+
["𝐯", "v"],
|
|
26506
|
+
["𝐰", "w"],
|
|
26507
|
+
["𝐱", "x"],
|
|
26508
|
+
["𝐲", "y"],
|
|
26509
|
+
["𝐳", "z"],
|
|
26510
|
+
["𝐴", "A"],
|
|
26511
|
+
["𝐵", "B"],
|
|
26512
|
+
["𝐶", "C"],
|
|
26513
|
+
["𝐷", "D"],
|
|
26514
|
+
["𝐸", "E"],
|
|
26515
|
+
["𝐹", "F"],
|
|
26516
|
+
["𝐺", "G"],
|
|
26517
|
+
["𝐻", "H"],
|
|
26518
|
+
["𝐼", "I"],
|
|
26519
|
+
["𝐽", "J"],
|
|
26520
|
+
["𝐾", "K"],
|
|
26521
|
+
["𝐿", "L"],
|
|
26522
|
+
["𝑀", "M"],
|
|
26523
|
+
["𝑁", "N"],
|
|
26524
|
+
["𝑂", "O"],
|
|
26525
|
+
["𝑃", "P"],
|
|
26526
|
+
["𝑄", "Q"],
|
|
26527
|
+
["𝑅", "R"],
|
|
26528
|
+
["𝑆", "S"],
|
|
26529
|
+
["𝑇", "T"],
|
|
26530
|
+
["𝑈", "U"],
|
|
26531
|
+
["𝑉", "V"],
|
|
26532
|
+
["𝑊", "W"],
|
|
26533
|
+
["𝑋", "X"],
|
|
26534
|
+
["𝑌", "Y"],
|
|
26535
|
+
["𝑍", "Z"],
|
|
26536
|
+
["𝑎", "a"],
|
|
26537
|
+
["𝑏", "b"],
|
|
26538
|
+
["𝑐", "c"],
|
|
26539
|
+
["𝑑", "d"],
|
|
26540
|
+
["𝑒", "e"],
|
|
26541
|
+
["𝑓", "f"],
|
|
26542
|
+
["𝑔", "g"],
|
|
26543
|
+
["𝑖", "i"],
|
|
26544
|
+
["𝑗", "j"],
|
|
26545
|
+
["𝑘", "k"],
|
|
26546
|
+
["𝑙", "l"],
|
|
26547
|
+
["𝑚", "m"],
|
|
26548
|
+
["𝑛", "n"],
|
|
26549
|
+
["𝑜", "o"],
|
|
26550
|
+
["𝑝", "p"],
|
|
26551
|
+
["𝑞", "q"],
|
|
26552
|
+
["𝑟", "r"],
|
|
26553
|
+
["𝑠", "s"],
|
|
26554
|
+
["𝑡", "t"],
|
|
26555
|
+
["𝑢", "u"],
|
|
26556
|
+
["𝑣", "v"],
|
|
26557
|
+
["𝑤", "w"],
|
|
26558
|
+
["𝑥", "x"],
|
|
26559
|
+
["𝑦", "y"],
|
|
26560
|
+
["𝑧", "z"],
|
|
26561
|
+
["𝑨", "A"],
|
|
26562
|
+
["𝑩", "B"],
|
|
26563
|
+
["𝑪", "C"],
|
|
26564
|
+
["𝑫", "D"],
|
|
26565
|
+
["𝑬", "E"],
|
|
26566
|
+
["𝑭", "F"],
|
|
26567
|
+
["𝑮", "G"],
|
|
26568
|
+
["𝑯", "H"],
|
|
26569
|
+
["𝑰", "I"],
|
|
26570
|
+
["𝑱", "J"],
|
|
26571
|
+
["𝑲", "K"],
|
|
26572
|
+
["𝑳", "L"],
|
|
26573
|
+
["𝑴", "M"],
|
|
26574
|
+
["𝑵", "N"],
|
|
26575
|
+
["𝑶", "O"],
|
|
26576
|
+
["𝑷", "P"],
|
|
26577
|
+
["𝑸", "Q"],
|
|
26578
|
+
["𝑹", "R"],
|
|
26579
|
+
["𝑺", "S"],
|
|
26580
|
+
["𝑻", "T"],
|
|
26581
|
+
["𝑼", "U"],
|
|
26582
|
+
["𝑽", "V"],
|
|
26583
|
+
["𝑾", "W"],
|
|
26584
|
+
["𝑿", "X"],
|
|
26585
|
+
["𝒀", "Y"],
|
|
26586
|
+
["𝒁", "Z"],
|
|
26587
|
+
["𝒂", "a"],
|
|
26588
|
+
["𝒃", "b"],
|
|
26589
|
+
["𝒄", "c"],
|
|
26590
|
+
["𝒅", "d"],
|
|
26591
|
+
["𝒆", "e"],
|
|
26592
|
+
["𝒇", "f"],
|
|
26593
|
+
["𝒈", "g"],
|
|
26594
|
+
["𝒉", "h"],
|
|
26595
|
+
["𝒊", "i"],
|
|
26596
|
+
["𝒋", "j"],
|
|
26597
|
+
["𝒌", "k"],
|
|
26598
|
+
["𝒍", "l"],
|
|
26599
|
+
["𝒎", "m"],
|
|
26600
|
+
["𝒏", "n"],
|
|
26601
|
+
["𝒐", "o"],
|
|
26602
|
+
["𝒑", "p"],
|
|
26603
|
+
["𝒒", "q"],
|
|
26604
|
+
["𝒓", "r"],
|
|
26605
|
+
["𝒔", "s"],
|
|
26606
|
+
["𝒕", "t"],
|
|
26607
|
+
["𝒖", "u"],
|
|
26608
|
+
["𝒗", "v"],
|
|
26609
|
+
["𝒘", "w"],
|
|
26610
|
+
["𝒙", "x"],
|
|
26611
|
+
["𝒚", "y"],
|
|
26612
|
+
["𝒛", "z"],
|
|
26613
|
+
["𝒜", "A"],
|
|
26614
|
+
["𝒞", "C"],
|
|
26615
|
+
["𝒟", "D"],
|
|
26616
|
+
["𝒢", "g"],
|
|
26617
|
+
["𝒥", "J"],
|
|
26618
|
+
["𝒦", "K"],
|
|
26619
|
+
["𝒩", "N"],
|
|
26620
|
+
["𝒪", "O"],
|
|
26621
|
+
["𝒫", "P"],
|
|
26622
|
+
["𝒬", "Q"],
|
|
26623
|
+
["𝒮", "S"],
|
|
26624
|
+
["𝒯", "T"],
|
|
26625
|
+
["𝒰", "U"],
|
|
26626
|
+
["𝒱", "V"],
|
|
26627
|
+
["𝒲", "W"],
|
|
26628
|
+
["𝒳", "X"],
|
|
26629
|
+
["𝒴", "Y"],
|
|
26630
|
+
["𝒵", "Z"],
|
|
26631
|
+
["𝒶", "a"],
|
|
26632
|
+
["𝒷", "b"],
|
|
26633
|
+
["𝒸", "c"],
|
|
26634
|
+
["𝒹", "d"],
|
|
26635
|
+
["𝒻", "f"],
|
|
26636
|
+
["𝒽", "h"],
|
|
26637
|
+
["𝒾", "i"],
|
|
26638
|
+
["𝒿", "j"],
|
|
26639
|
+
["𝓀", "k"],
|
|
26640
|
+
["𝓁", "l"],
|
|
26641
|
+
["𝓂", "m"],
|
|
26642
|
+
["𝓃", "n"],
|
|
26643
|
+
["𝓅", "p"],
|
|
26644
|
+
["𝓆", "q"],
|
|
26645
|
+
["𝓇", "r"],
|
|
26646
|
+
["𝓈", "s"],
|
|
26647
|
+
["𝓉", "t"],
|
|
26648
|
+
["𝓊", "u"],
|
|
26649
|
+
["𝓋", "v"],
|
|
26650
|
+
["𝓌", "w"],
|
|
26651
|
+
["𝓍", "x"],
|
|
26652
|
+
["𝓎", "y"],
|
|
26653
|
+
["𝓏", "z"],
|
|
26654
|
+
["𝓐", "A"],
|
|
26655
|
+
["𝓑", "B"],
|
|
26656
|
+
["𝓒", "C"],
|
|
26657
|
+
["𝓓", "D"],
|
|
26658
|
+
["𝓔", "E"],
|
|
26659
|
+
["𝓕", "F"],
|
|
26660
|
+
["𝓖", "G"],
|
|
26661
|
+
["𝓗", "H"],
|
|
26662
|
+
["𝓘", "I"],
|
|
26663
|
+
["𝓙", "J"],
|
|
26664
|
+
["𝓚", "K"],
|
|
26665
|
+
["𝓛", "L"],
|
|
26666
|
+
["𝓜", "M"],
|
|
26667
|
+
["𝓝", "N"],
|
|
26668
|
+
["𝓞", "O"],
|
|
26669
|
+
["𝓟", "P"],
|
|
26670
|
+
["𝓠", "Q"],
|
|
26671
|
+
["𝓡", "R"],
|
|
26672
|
+
["𝓢", "S"],
|
|
26673
|
+
["𝓣", "T"],
|
|
26674
|
+
["𝓤", "U"],
|
|
26675
|
+
["𝓥", "V"],
|
|
26676
|
+
["𝓦", "W"],
|
|
26677
|
+
["𝓧", "X"],
|
|
26678
|
+
["𝓨", "Y"],
|
|
26679
|
+
["𝓩", "Z"],
|
|
26680
|
+
["𝓪", "a"],
|
|
26681
|
+
["𝓫", "b"],
|
|
26682
|
+
["𝓬", "c"],
|
|
26683
|
+
["𝓭", "d"],
|
|
26684
|
+
["𝓮", "e"],
|
|
26685
|
+
["𝓯", "f"],
|
|
26686
|
+
["𝓰", "g"],
|
|
26687
|
+
["𝓱", "h"],
|
|
26688
|
+
["𝓲", "i"],
|
|
26689
|
+
["𝓳", "j"],
|
|
26690
|
+
["𝓴", "k"],
|
|
26691
|
+
["𝓵", "l"],
|
|
26692
|
+
["𝓶", "m"],
|
|
26693
|
+
["𝓷", "n"],
|
|
26694
|
+
["𝓸", "o"],
|
|
26695
|
+
["𝓹", "p"],
|
|
26696
|
+
["𝓺", "q"],
|
|
26697
|
+
["𝓻", "r"],
|
|
26698
|
+
["𝓼", "s"],
|
|
26699
|
+
["𝓽", "t"],
|
|
26700
|
+
["𝓾", "u"],
|
|
26701
|
+
["𝓿", "v"],
|
|
26702
|
+
["𝔀", "w"],
|
|
26703
|
+
["𝔁", "x"],
|
|
26704
|
+
["𝔂", "y"],
|
|
26705
|
+
["𝔃", "z"],
|
|
26706
|
+
["𝔄", "A"],
|
|
26707
|
+
["𝔅", "B"],
|
|
26708
|
+
["𝔇", "D"],
|
|
26709
|
+
["𝔈", "E"],
|
|
26710
|
+
["𝔉", "F"],
|
|
26711
|
+
["𝔊", "G"],
|
|
26712
|
+
["𝔍", "J"],
|
|
26713
|
+
["𝔎", "K"],
|
|
26714
|
+
["𝔏", "L"],
|
|
26715
|
+
["𝔐", "M"],
|
|
26716
|
+
["𝔑", "N"],
|
|
26717
|
+
["𝔒", "O"],
|
|
26718
|
+
["𝔓", "P"],
|
|
26719
|
+
["𝔔", "Q"],
|
|
26720
|
+
["𝔖", "S"],
|
|
26721
|
+
["𝔗", "T"],
|
|
26722
|
+
["𝔘", "U"],
|
|
26723
|
+
["𝔙", "V"],
|
|
26724
|
+
["𝔚", "W"],
|
|
26725
|
+
["𝔛", "X"],
|
|
26726
|
+
["𝔜", "Y"],
|
|
26727
|
+
["𝔞", "a"],
|
|
26728
|
+
["𝔟", "b"],
|
|
26729
|
+
["𝔠", "c"],
|
|
26730
|
+
["𝔡", "d"],
|
|
26731
|
+
["𝔢", "e"],
|
|
26732
|
+
["𝔣", "f"],
|
|
26733
|
+
["𝔤", "g"],
|
|
26734
|
+
["𝔥", "h"],
|
|
26735
|
+
["𝔦", "i"],
|
|
26736
|
+
["𝔧", "j"],
|
|
26737
|
+
["𝔨", "k"],
|
|
26738
|
+
["𝔩", "l"],
|
|
26739
|
+
["𝔪", "m"],
|
|
26740
|
+
["𝔫", "n"],
|
|
26741
|
+
["𝔬", "o"],
|
|
26742
|
+
["𝔭", "p"],
|
|
26743
|
+
["𝔮", "q"],
|
|
26744
|
+
["𝔯", "r"],
|
|
26745
|
+
["𝔰", "s"],
|
|
26746
|
+
["𝔱", "t"],
|
|
26747
|
+
["𝔲", "u"],
|
|
26748
|
+
["𝔳", "v"],
|
|
26749
|
+
["𝔴", "w"],
|
|
26750
|
+
["𝔵", "x"],
|
|
26751
|
+
["𝔶", "y"],
|
|
26752
|
+
["𝔷", "z"],
|
|
26753
|
+
["𝔸", "A"],
|
|
26754
|
+
["𝔹", "B"],
|
|
26755
|
+
["𝔻", "D"],
|
|
26756
|
+
["𝔼", "E"],
|
|
26757
|
+
["𝔽", "F"],
|
|
26758
|
+
["𝔾", "G"],
|
|
26759
|
+
["𝕀", "I"],
|
|
26760
|
+
["𝕁", "J"],
|
|
26761
|
+
["𝕂", "K"],
|
|
26762
|
+
["𝕃", "L"],
|
|
26763
|
+
["𝕄", "M"],
|
|
26764
|
+
["𝕆", "O"],
|
|
26765
|
+
["𝕊", "S"],
|
|
26766
|
+
["𝕋", "T"],
|
|
26767
|
+
["𝕌", "U"],
|
|
26768
|
+
["𝕍", "V"],
|
|
26769
|
+
["𝕎", "W"],
|
|
26770
|
+
["𝕏", "X"],
|
|
26771
|
+
["𝕐", "Y"],
|
|
26772
|
+
["𝕒", "a"],
|
|
26773
|
+
["𝕓", "b"],
|
|
26774
|
+
["𝕔", "c"],
|
|
26775
|
+
["𝕕", "d"],
|
|
26776
|
+
["𝕖", "e"],
|
|
26777
|
+
["𝕗", "f"],
|
|
26778
|
+
["𝕘", "g"],
|
|
26779
|
+
["𝕙", "h"],
|
|
26780
|
+
["𝕚", "i"],
|
|
26781
|
+
["𝕛", "j"],
|
|
26782
|
+
["𝕜", "k"],
|
|
26783
|
+
["𝕝", "l"],
|
|
26784
|
+
["𝕞", "m"],
|
|
26785
|
+
["𝕟", "n"],
|
|
26786
|
+
["𝕠", "o"],
|
|
26787
|
+
["𝕡", "p"],
|
|
26788
|
+
["𝕢", "q"],
|
|
26789
|
+
["𝕣", "r"],
|
|
26790
|
+
["𝕤", "s"],
|
|
26791
|
+
["𝕥", "t"],
|
|
26792
|
+
["𝕦", "u"],
|
|
26793
|
+
["𝕧", "v"],
|
|
26794
|
+
["𝕨", "w"],
|
|
26795
|
+
["𝕩", "x"],
|
|
26796
|
+
["𝕪", "y"],
|
|
26797
|
+
["𝕫", "z"],
|
|
26798
|
+
["𝕬", "A"],
|
|
26799
|
+
["𝕭", "B"],
|
|
26800
|
+
["𝕮", "C"],
|
|
26801
|
+
["𝕯", "D"],
|
|
26802
|
+
["𝕰", "E"],
|
|
26803
|
+
["𝕱", "F"],
|
|
26804
|
+
["𝕲", "G"],
|
|
26805
|
+
["𝕳", "H"],
|
|
26806
|
+
["𝕴", "I"],
|
|
26807
|
+
["𝕵", "J"],
|
|
26808
|
+
["𝕶", "K"],
|
|
26809
|
+
["𝕷", "L"],
|
|
26810
|
+
["𝕸", "M"],
|
|
26811
|
+
["𝕹", "N"],
|
|
26812
|
+
["𝕺", "O"],
|
|
26813
|
+
["𝕻", "P"],
|
|
26814
|
+
["𝕼", "Q"],
|
|
26815
|
+
["𝕽", "R"],
|
|
26816
|
+
["𝕾", "S"],
|
|
26817
|
+
["𝕿", "T"],
|
|
26818
|
+
["𝖀", "U"],
|
|
26819
|
+
["𝖁", "V"],
|
|
26820
|
+
["𝖂", "W"],
|
|
26821
|
+
["𝖃", "X"],
|
|
26822
|
+
["𝖄", "Y"],
|
|
26823
|
+
["𝖅", "Z"],
|
|
26824
|
+
["𝖆", "a"],
|
|
26825
|
+
["𝖇", "b"],
|
|
26826
|
+
["𝖈", "c"],
|
|
26827
|
+
["𝖉", "d"],
|
|
26828
|
+
["𝖊", "e"],
|
|
26829
|
+
["𝖋", "f"],
|
|
26830
|
+
["𝖌", "g"],
|
|
26831
|
+
["𝖍", "h"],
|
|
26832
|
+
["𝖎", "i"],
|
|
26833
|
+
["𝖏", "j"],
|
|
26834
|
+
["𝖐", "k"],
|
|
26835
|
+
["𝖑", "l"],
|
|
26836
|
+
["𝖒", "m"],
|
|
26837
|
+
["𝖓", "n"],
|
|
26838
|
+
["𝖔", "o"],
|
|
26839
|
+
["𝖕", "p"],
|
|
26840
|
+
["𝖖", "q"],
|
|
26841
|
+
["𝖗", "r"],
|
|
26842
|
+
["𝖘", "s"],
|
|
26843
|
+
["𝖙", "t"],
|
|
26844
|
+
["𝖚", "u"],
|
|
26845
|
+
["𝖛", "v"],
|
|
26846
|
+
["𝖜", "w"],
|
|
26847
|
+
["𝖝", "x"],
|
|
26848
|
+
["𝖞", "y"],
|
|
26849
|
+
["𝖟", "z"],
|
|
26850
|
+
["𝖠", "A"],
|
|
26851
|
+
["𝖡", "B"],
|
|
26852
|
+
["𝖢", "C"],
|
|
26853
|
+
["𝖣", "D"],
|
|
26854
|
+
["𝖤", "E"],
|
|
26855
|
+
["𝖥", "F"],
|
|
26856
|
+
["𝖦", "G"],
|
|
26857
|
+
["𝖧", "H"],
|
|
26858
|
+
["𝖨", "I"],
|
|
26859
|
+
["𝖩", "J"],
|
|
26860
|
+
["𝖪", "K"],
|
|
26861
|
+
["𝖫", "L"],
|
|
26862
|
+
["𝖬", "M"],
|
|
26863
|
+
["𝖭", "N"],
|
|
26864
|
+
["𝖮", "O"],
|
|
26865
|
+
["𝖯", "P"],
|
|
26866
|
+
["𝖰", "Q"],
|
|
26867
|
+
["𝖱", "R"],
|
|
26868
|
+
["𝖲", "S"],
|
|
26869
|
+
["𝖳", "T"],
|
|
26870
|
+
["𝖴", "U"],
|
|
26871
|
+
["𝖵", "V"],
|
|
26872
|
+
["𝖶", "W"],
|
|
26873
|
+
["𝖷", "X"],
|
|
26874
|
+
["𝖸", "Y"],
|
|
26875
|
+
["𝖹", "Z"],
|
|
26876
|
+
["𝖺", "a"],
|
|
26877
|
+
["𝖻", "b"],
|
|
26878
|
+
["𝖼", "c"],
|
|
26879
|
+
["𝖽", "d"],
|
|
26880
|
+
["𝖾", "e"],
|
|
26881
|
+
["𝖿", "f"],
|
|
26882
|
+
["𝗀", "g"],
|
|
26883
|
+
["𝗁", "h"],
|
|
26884
|
+
["𝗂", "i"],
|
|
26885
|
+
["𝗃", "j"],
|
|
26886
|
+
["𝗄", "k"],
|
|
26887
|
+
["𝗅", "l"],
|
|
26888
|
+
["𝗆", "m"],
|
|
26889
|
+
["𝗇", "n"],
|
|
26890
|
+
["𝗈", "o"],
|
|
26891
|
+
["𝗉", "p"],
|
|
26892
|
+
["𝗊", "q"],
|
|
26893
|
+
["𝗋", "r"],
|
|
26894
|
+
["𝗌", "s"],
|
|
26895
|
+
["𝗍", "t"],
|
|
26896
|
+
["𝗎", "u"],
|
|
26897
|
+
["𝗏", "v"],
|
|
26898
|
+
["𝗐", "w"],
|
|
26899
|
+
["𝗑", "x"],
|
|
26900
|
+
["𝗒", "y"],
|
|
26901
|
+
["𝗓", "z"],
|
|
26902
|
+
["𝗔", "A"],
|
|
26903
|
+
["𝗕", "B"],
|
|
26904
|
+
["𝗖", "C"],
|
|
26905
|
+
["𝗗", "D"],
|
|
26906
|
+
["𝗘", "E"],
|
|
26907
|
+
["𝗙", "F"],
|
|
26908
|
+
["𝗚", "G"],
|
|
26909
|
+
["𝗛", "H"],
|
|
26910
|
+
["𝗜", "I"],
|
|
26911
|
+
["𝗝", "J"],
|
|
26912
|
+
["𝗞", "K"],
|
|
26913
|
+
["𝗟", "L"],
|
|
26914
|
+
["𝗠", "M"],
|
|
26915
|
+
["𝗡", "N"],
|
|
26916
|
+
["𝗢", "O"],
|
|
26917
|
+
["𝗣", "P"],
|
|
26918
|
+
["𝗤", "Q"],
|
|
26919
|
+
["𝗥", "R"],
|
|
26920
|
+
["𝗦", "S"],
|
|
26921
|
+
["𝗧", "T"],
|
|
26922
|
+
["𝗨", "U"],
|
|
26923
|
+
["𝗩", "V"],
|
|
26924
|
+
["𝗪", "W"],
|
|
26925
|
+
["𝗫", "X"],
|
|
26926
|
+
["𝗬", "Y"],
|
|
26927
|
+
["𝗭", "Z"],
|
|
26928
|
+
["𝗮", "a"],
|
|
26929
|
+
["𝗯", "b"],
|
|
26930
|
+
["𝗰", "c"],
|
|
26931
|
+
["𝗱", "d"],
|
|
26932
|
+
["𝗲", "e"],
|
|
26933
|
+
["𝗳", "f"],
|
|
26934
|
+
["𝗴", "g"],
|
|
26935
|
+
["𝗵", "h"],
|
|
26936
|
+
["𝗶", "i"],
|
|
26937
|
+
["𝗷", "j"],
|
|
26938
|
+
["𝗸", "k"],
|
|
26939
|
+
["𝗹", "l"],
|
|
26940
|
+
["𝗺", "m"],
|
|
26941
|
+
["𝗻", "n"],
|
|
26942
|
+
["𝗼", "o"],
|
|
26943
|
+
["𝗽", "p"],
|
|
26944
|
+
["𝗾", "q"],
|
|
26945
|
+
["𝗿", "r"],
|
|
26946
|
+
["𝘀", "s"],
|
|
26947
|
+
["𝘁", "t"],
|
|
26948
|
+
["𝘂", "u"],
|
|
26949
|
+
["𝘃", "v"],
|
|
26950
|
+
["𝘄", "w"],
|
|
26951
|
+
["𝘅", "x"],
|
|
26952
|
+
["𝘆", "y"],
|
|
26953
|
+
["𝘇", "z"],
|
|
26954
|
+
["𝘈", "A"],
|
|
26955
|
+
["𝘉", "B"],
|
|
26956
|
+
["𝘊", "C"],
|
|
26957
|
+
["𝘋", "D"],
|
|
26958
|
+
["𝘌", "E"],
|
|
26959
|
+
["𝘍", "F"],
|
|
26960
|
+
["𝘎", "G"],
|
|
26961
|
+
["𝘏", "H"],
|
|
26962
|
+
["𝘐", "I"],
|
|
26963
|
+
["𝘑", "J"],
|
|
26964
|
+
["𝘒", "K"],
|
|
26965
|
+
["𝘓", "L"],
|
|
26966
|
+
["𝘔", "M"],
|
|
26967
|
+
["𝘕", "N"],
|
|
26968
|
+
["𝘖", "O"],
|
|
26969
|
+
["𝘗", "P"],
|
|
26970
|
+
["𝘘", "Q"],
|
|
26971
|
+
["𝘙", "R"],
|
|
26972
|
+
["𝘚", "S"],
|
|
26973
|
+
["𝘛", "T"],
|
|
26974
|
+
["𝘜", "U"],
|
|
26975
|
+
["𝘝", "V"],
|
|
26976
|
+
["𝘞", "W"],
|
|
26977
|
+
["𝘟", "X"],
|
|
26978
|
+
["𝘠", "Y"],
|
|
26979
|
+
["𝘡", "Z"],
|
|
26980
|
+
["𝘢", "a"],
|
|
26981
|
+
["𝘣", "b"],
|
|
26982
|
+
["𝘤", "c"],
|
|
26983
|
+
["𝘥", "d"],
|
|
26984
|
+
["𝘦", "e"],
|
|
26985
|
+
["𝘧", "f"],
|
|
26986
|
+
["𝘨", "g"],
|
|
26987
|
+
["𝘩", "h"],
|
|
26988
|
+
["𝘪", "i"],
|
|
26989
|
+
["𝘫", "j"],
|
|
26990
|
+
["𝘬", "k"],
|
|
26991
|
+
["𝘭", "l"],
|
|
26992
|
+
["𝘮", "m"],
|
|
26993
|
+
["𝘯", "n"],
|
|
26994
|
+
["𝘰", "o"],
|
|
26995
|
+
["𝘱", "p"],
|
|
26996
|
+
["𝘲", "q"],
|
|
26997
|
+
["𝘳", "r"],
|
|
26998
|
+
["𝘴", "s"],
|
|
26999
|
+
["𝘵", "t"],
|
|
27000
|
+
["𝘶", "u"],
|
|
27001
|
+
["𝘷", "v"],
|
|
27002
|
+
["𝘸", "w"],
|
|
27003
|
+
["𝘹", "x"],
|
|
27004
|
+
["𝘺", "y"],
|
|
27005
|
+
["𝘻", "z"],
|
|
27006
|
+
["𝘼", "A"],
|
|
27007
|
+
["𝘽", "B"],
|
|
27008
|
+
["𝘾", "C"],
|
|
27009
|
+
["𝘿", "D"],
|
|
27010
|
+
["𝙀", "E"],
|
|
27011
|
+
["𝙁", "F"],
|
|
27012
|
+
["𝙂", "G"],
|
|
27013
|
+
["𝙃", "H"],
|
|
27014
|
+
["𝙄", "I"],
|
|
27015
|
+
["𝙅", "J"],
|
|
27016
|
+
["𝙆", "K"],
|
|
27017
|
+
["𝙇", "L"],
|
|
27018
|
+
["𝙈", "M"],
|
|
27019
|
+
["𝙉", "N"],
|
|
27020
|
+
["𝙊", "O"],
|
|
27021
|
+
["𝙋", "P"],
|
|
27022
|
+
["𝙌", "Q"],
|
|
27023
|
+
["𝙍", "R"],
|
|
27024
|
+
["𝙎", "S"],
|
|
27025
|
+
["𝙏", "T"],
|
|
27026
|
+
["𝙐", "U"],
|
|
27027
|
+
["𝙑", "V"],
|
|
27028
|
+
["𝙒", "W"],
|
|
27029
|
+
["𝙓", "X"],
|
|
27030
|
+
["𝙔", "Y"],
|
|
27031
|
+
["𝙕", "Z"],
|
|
27032
|
+
["𝙖", "a"],
|
|
27033
|
+
["𝙗", "b"],
|
|
27034
|
+
["𝙘", "c"],
|
|
27035
|
+
["𝙙", "d"],
|
|
27036
|
+
["𝙚", "e"],
|
|
27037
|
+
["𝙛", "f"],
|
|
27038
|
+
["𝙜", "g"],
|
|
27039
|
+
["𝙝", "h"],
|
|
27040
|
+
["𝙞", "i"],
|
|
27041
|
+
["𝙟", "j"],
|
|
27042
|
+
["𝙠", "k"],
|
|
27043
|
+
["𝙡", "l"],
|
|
27044
|
+
["𝙢", "m"],
|
|
27045
|
+
["𝙣", "n"],
|
|
27046
|
+
["𝙤", "o"],
|
|
27047
|
+
["𝙥", "p"],
|
|
27048
|
+
["𝙦", "q"],
|
|
27049
|
+
["𝙧", "r"],
|
|
27050
|
+
["𝙨", "s"],
|
|
27051
|
+
["𝙩", "t"],
|
|
27052
|
+
["𝙪", "u"],
|
|
27053
|
+
["𝙫", "v"],
|
|
27054
|
+
["𝙬", "w"],
|
|
27055
|
+
["𝙭", "x"],
|
|
27056
|
+
["𝙮", "y"],
|
|
27057
|
+
["𝙯", "z"],
|
|
27058
|
+
["𝙰", "A"],
|
|
27059
|
+
["𝙱", "B"],
|
|
27060
|
+
["𝙲", "C"],
|
|
27061
|
+
["𝙳", "D"],
|
|
27062
|
+
["𝙴", "E"],
|
|
27063
|
+
["𝙵", "F"],
|
|
27064
|
+
["𝙶", "G"],
|
|
27065
|
+
["𝙷", "H"],
|
|
27066
|
+
["𝙸", "I"],
|
|
27067
|
+
["𝙹", "J"],
|
|
27068
|
+
["𝙺", "K"],
|
|
27069
|
+
["𝙻", "L"],
|
|
27070
|
+
["𝙼", "M"],
|
|
27071
|
+
["𝙽", "N"],
|
|
27072
|
+
["𝙾", "O"],
|
|
27073
|
+
["𝙿", "P"],
|
|
27074
|
+
["𝚀", "Q"],
|
|
27075
|
+
["𝚁", "R"],
|
|
27076
|
+
["𝚂", "S"],
|
|
27077
|
+
["𝚃", "T"],
|
|
27078
|
+
["𝚄", "U"],
|
|
27079
|
+
["𝚅", "V"],
|
|
27080
|
+
["𝚆", "W"],
|
|
27081
|
+
["𝚇", "X"],
|
|
27082
|
+
["𝚈", "Y"],
|
|
27083
|
+
["𝚉", "Z"],
|
|
27084
|
+
["𝚊", "a"],
|
|
27085
|
+
["𝚋", "b"],
|
|
27086
|
+
["𝚌", "c"],
|
|
27087
|
+
["𝚍", "d"],
|
|
27088
|
+
["𝚎", "e"],
|
|
27089
|
+
["𝚏", "f"],
|
|
27090
|
+
["𝚐", "g"],
|
|
27091
|
+
["𝚑", "h"],
|
|
27092
|
+
["𝚒", "i"],
|
|
27093
|
+
["𝚓", "j"],
|
|
27094
|
+
["𝚔", "k"],
|
|
27095
|
+
["𝚕", "l"],
|
|
27096
|
+
["𝚖", "m"],
|
|
27097
|
+
["𝚗", "n"],
|
|
27098
|
+
["𝚘", "o"],
|
|
27099
|
+
["𝚙", "p"],
|
|
27100
|
+
["𝚚", "q"],
|
|
27101
|
+
["𝚛", "r"],
|
|
27102
|
+
["𝚜", "s"],
|
|
27103
|
+
["𝚝", "t"],
|
|
27104
|
+
["𝚞", "u"],
|
|
27105
|
+
["𝚟", "v"],
|
|
27106
|
+
["𝚠", "w"],
|
|
27107
|
+
["𝚡", "x"],
|
|
27108
|
+
["𝚢", "y"],
|
|
27109
|
+
["𝚣", "z"],
|
|
27110
|
+
["𝚤", "l"],
|
|
27111
|
+
["𝚥", "j"],
|
|
27112
|
+
["𝛢", "A"],
|
|
27113
|
+
["𝛣", "B"],
|
|
27114
|
+
["𝛤", "G"],
|
|
27115
|
+
["𝛥", "D"],
|
|
27116
|
+
["𝛦", "E"],
|
|
27117
|
+
["𝛧", "Z"],
|
|
27118
|
+
["𝛨", "I"],
|
|
27119
|
+
["𝛩", "TH"],
|
|
27120
|
+
["𝛪", "I"],
|
|
27121
|
+
["𝛫", "K"],
|
|
27122
|
+
["𝛬", "L"],
|
|
27123
|
+
["𝛭", "M"],
|
|
27124
|
+
["𝛮", "N"],
|
|
27125
|
+
["𝛯", "KS"],
|
|
27126
|
+
["𝛰", "O"],
|
|
27127
|
+
["𝛱", "P"],
|
|
27128
|
+
["𝛲", "R"],
|
|
27129
|
+
["𝛳", "TH"],
|
|
27130
|
+
["𝛴", "S"],
|
|
27131
|
+
["𝛵", "T"],
|
|
27132
|
+
["𝛶", "Y"],
|
|
27133
|
+
["𝛷", "F"],
|
|
27134
|
+
["𝛸", "x"],
|
|
27135
|
+
["𝛹", "PS"],
|
|
27136
|
+
["𝛺", "O"],
|
|
27137
|
+
["𝛻", "D"],
|
|
27138
|
+
["𝛼", "a"],
|
|
27139
|
+
["𝛽", "b"],
|
|
27140
|
+
["𝛾", "g"],
|
|
27141
|
+
["𝛿", "d"],
|
|
27142
|
+
["𝜀", "e"],
|
|
27143
|
+
["𝜁", "z"],
|
|
27144
|
+
["𝜂", "i"],
|
|
27145
|
+
["𝜃", "th"],
|
|
27146
|
+
["𝜄", "i"],
|
|
27147
|
+
["𝜅", "k"],
|
|
27148
|
+
["𝜆", "l"],
|
|
27149
|
+
["𝜇", "m"],
|
|
27150
|
+
["𝜈", "n"],
|
|
27151
|
+
["𝜉", "ks"],
|
|
27152
|
+
["𝜊", "o"],
|
|
27153
|
+
["𝜋", "p"],
|
|
27154
|
+
["𝜌", "r"],
|
|
27155
|
+
["𝜍", "s"],
|
|
27156
|
+
["𝜎", "s"],
|
|
27157
|
+
["𝜏", "t"],
|
|
27158
|
+
["𝜐", "y"],
|
|
27159
|
+
["𝜑", "f"],
|
|
27160
|
+
["𝜒", "x"],
|
|
27161
|
+
["𝜓", "ps"],
|
|
27162
|
+
["𝜔", "o"],
|
|
27163
|
+
["𝜕", "d"],
|
|
27164
|
+
["𝜖", "E"],
|
|
27165
|
+
["𝜗", "TH"],
|
|
27166
|
+
["𝜘", "K"],
|
|
27167
|
+
["𝜙", "f"],
|
|
27168
|
+
["𝜚", "r"],
|
|
27169
|
+
["𝜛", "p"],
|
|
27170
|
+
["𝜜", "A"],
|
|
27171
|
+
["𝜝", "V"],
|
|
27172
|
+
["𝜞", "G"],
|
|
27173
|
+
["𝜟", "D"],
|
|
27174
|
+
["𝜠", "E"],
|
|
27175
|
+
["𝜡", "Z"],
|
|
27176
|
+
["𝜢", "I"],
|
|
27177
|
+
["𝜣", "TH"],
|
|
27178
|
+
["𝜤", "I"],
|
|
27179
|
+
["𝜥", "K"],
|
|
27180
|
+
["𝜦", "L"],
|
|
27181
|
+
["𝜧", "M"],
|
|
27182
|
+
["𝜨", "N"],
|
|
27183
|
+
["𝜩", "KS"],
|
|
27184
|
+
["𝜪", "O"],
|
|
27185
|
+
["𝜫", "P"],
|
|
27186
|
+
["𝜬", "S"],
|
|
27187
|
+
["𝜭", "TH"],
|
|
27188
|
+
["𝜮", "S"],
|
|
27189
|
+
["𝜯", "T"],
|
|
27190
|
+
["𝜰", "Y"],
|
|
27191
|
+
["𝜱", "F"],
|
|
27192
|
+
["𝜲", "X"],
|
|
27193
|
+
["𝜳", "PS"],
|
|
27194
|
+
["𝜴", "O"],
|
|
27195
|
+
["𝜵", "D"],
|
|
27196
|
+
["𝜶", "a"],
|
|
27197
|
+
["𝜷", "v"],
|
|
27198
|
+
["𝜸", "g"],
|
|
27199
|
+
["𝜹", "d"],
|
|
27200
|
+
["𝜺", "e"],
|
|
27201
|
+
["𝜻", "z"],
|
|
27202
|
+
["𝜼", "i"],
|
|
27203
|
+
["𝜽", "th"],
|
|
27204
|
+
["𝜾", "i"],
|
|
27205
|
+
["𝜿", "k"],
|
|
27206
|
+
["𝝀", "l"],
|
|
27207
|
+
["𝝁", "m"],
|
|
27208
|
+
["𝝂", "n"],
|
|
27209
|
+
["𝝃", "ks"],
|
|
27210
|
+
["𝝄", "o"],
|
|
27211
|
+
["𝝅", "p"],
|
|
27212
|
+
["𝝆", "r"],
|
|
27213
|
+
["𝝇", "s"],
|
|
27214
|
+
["𝝈", "s"],
|
|
27215
|
+
["𝝉", "t"],
|
|
27216
|
+
["𝝊", "y"],
|
|
27217
|
+
["𝝋", "f"],
|
|
27218
|
+
["𝝌", "x"],
|
|
27219
|
+
["𝝍", "ps"],
|
|
27220
|
+
["𝝎", "o"],
|
|
27221
|
+
["𝝏", "a"],
|
|
27222
|
+
["𝝐", "e"],
|
|
27223
|
+
["𝝑", "i"],
|
|
27224
|
+
["𝝒", "k"],
|
|
27225
|
+
["𝝓", "f"],
|
|
27226
|
+
["𝝔", "r"],
|
|
27227
|
+
["𝝕", "p"],
|
|
27228
|
+
["𝝖", "A"],
|
|
27229
|
+
["𝝗", "B"],
|
|
27230
|
+
["𝝘", "G"],
|
|
27231
|
+
["𝝙", "D"],
|
|
27232
|
+
["𝝚", "E"],
|
|
27233
|
+
["𝝛", "Z"],
|
|
27234
|
+
["𝝜", "I"],
|
|
27235
|
+
["𝝝", "TH"],
|
|
27236
|
+
["𝝞", "I"],
|
|
27237
|
+
["𝝟", "K"],
|
|
27238
|
+
["𝝠", "L"],
|
|
27239
|
+
["𝝡", "M"],
|
|
27240
|
+
["𝝢", "N"],
|
|
27241
|
+
["𝝣", "KS"],
|
|
27242
|
+
["𝝤", "O"],
|
|
27243
|
+
["𝝥", "P"],
|
|
27244
|
+
["𝝦", "R"],
|
|
27245
|
+
["𝝧", "TH"],
|
|
27246
|
+
["𝝨", "S"],
|
|
27247
|
+
["𝝩", "T"],
|
|
27248
|
+
["𝝪", "Y"],
|
|
27249
|
+
["𝝫", "F"],
|
|
27250
|
+
["𝝬", "X"],
|
|
27251
|
+
["𝝭", "PS"],
|
|
27252
|
+
["𝝮", "O"],
|
|
27253
|
+
["𝝯", "D"],
|
|
27254
|
+
["𝝰", "a"],
|
|
27255
|
+
["𝝱", "v"],
|
|
27256
|
+
["𝝲", "g"],
|
|
27257
|
+
["𝝳", "d"],
|
|
27258
|
+
["𝝴", "e"],
|
|
27259
|
+
["𝝵", "z"],
|
|
27260
|
+
["𝝶", "i"],
|
|
27261
|
+
["𝝷", "th"],
|
|
27262
|
+
["𝝸", "i"],
|
|
27263
|
+
["𝝹", "k"],
|
|
27264
|
+
["𝝺", "l"],
|
|
27265
|
+
["𝝻", "m"],
|
|
27266
|
+
["𝝼", "n"],
|
|
27267
|
+
["𝝽", "ks"],
|
|
27268
|
+
["𝝾", "o"],
|
|
27269
|
+
["𝝿", "p"],
|
|
27270
|
+
["𝞀", "r"],
|
|
27271
|
+
["𝞁", "s"],
|
|
27272
|
+
["𝞂", "s"],
|
|
27273
|
+
["𝞃", "t"],
|
|
27274
|
+
["𝞄", "y"],
|
|
27275
|
+
["𝞅", "f"],
|
|
27276
|
+
["𝞆", "x"],
|
|
27277
|
+
["𝞇", "ps"],
|
|
27278
|
+
["𝞈", "o"],
|
|
27279
|
+
["𝞉", "a"],
|
|
27280
|
+
["𝞊", "e"],
|
|
27281
|
+
["𝞋", "i"],
|
|
27282
|
+
["𝞌", "k"],
|
|
27283
|
+
["𝞍", "f"],
|
|
27284
|
+
["𝞎", "r"],
|
|
27285
|
+
["𝞏", "p"],
|
|
27286
|
+
["𝞐", "A"],
|
|
27287
|
+
["𝞑", "V"],
|
|
27288
|
+
["𝞒", "G"],
|
|
27289
|
+
["𝞓", "D"],
|
|
27290
|
+
["𝞔", "E"],
|
|
27291
|
+
["𝞕", "Z"],
|
|
27292
|
+
["𝞖", "I"],
|
|
27293
|
+
["𝞗", "TH"],
|
|
27294
|
+
["𝞘", "I"],
|
|
27295
|
+
["𝞙", "K"],
|
|
27296
|
+
["𝞚", "L"],
|
|
27297
|
+
["𝞛", "M"],
|
|
27298
|
+
["𝞜", "N"],
|
|
27299
|
+
["𝞝", "KS"],
|
|
27300
|
+
["𝞞", "O"],
|
|
27301
|
+
["𝞟", "P"],
|
|
27302
|
+
["𝞠", "S"],
|
|
27303
|
+
["𝞡", "TH"],
|
|
27304
|
+
["𝞢", "S"],
|
|
27305
|
+
["𝞣", "T"],
|
|
27306
|
+
["𝞤", "Y"],
|
|
27307
|
+
["𝞥", "F"],
|
|
27308
|
+
["𝞦", "X"],
|
|
27309
|
+
["𝞧", "PS"],
|
|
27310
|
+
["𝞨", "O"],
|
|
27311
|
+
["𝞩", "D"],
|
|
27312
|
+
["𝞪", "av"],
|
|
27313
|
+
["𝞫", "g"],
|
|
27314
|
+
["𝞬", "d"],
|
|
27315
|
+
["𝞭", "e"],
|
|
27316
|
+
["𝞮", "z"],
|
|
27317
|
+
["𝞯", "i"],
|
|
27318
|
+
["𝞰", "i"],
|
|
27319
|
+
["𝞱", "th"],
|
|
27320
|
+
["𝞲", "i"],
|
|
27321
|
+
["𝞳", "k"],
|
|
27322
|
+
["𝞴", "l"],
|
|
27323
|
+
["𝞵", "m"],
|
|
27324
|
+
["𝞶", "n"],
|
|
27325
|
+
["𝞷", "ks"],
|
|
27326
|
+
["𝞸", "o"],
|
|
27327
|
+
["𝞹", "p"],
|
|
27328
|
+
["𝞺", "r"],
|
|
27329
|
+
["𝞻", "s"],
|
|
27330
|
+
["𝞼", "s"],
|
|
27331
|
+
["𝞽", "t"],
|
|
27332
|
+
["𝞾", "y"],
|
|
27333
|
+
["𝞿", "f"],
|
|
27334
|
+
["𝟀", "x"],
|
|
27335
|
+
["𝟁", "ps"],
|
|
27336
|
+
["𝟂", "o"],
|
|
27337
|
+
["𝟃", "a"],
|
|
27338
|
+
["𝟄", "e"],
|
|
27339
|
+
["𝟅", "i"],
|
|
27340
|
+
["𝟆", "k"],
|
|
27341
|
+
["𝟇", "f"],
|
|
27342
|
+
["𝟈", "r"],
|
|
27343
|
+
["𝟉", "p"],
|
|
27344
|
+
["𝟊", "F"],
|
|
27345
|
+
["𝟋", "f"],
|
|
27346
|
+
["⒜", "(a)"],
|
|
27347
|
+
["⒝", "(b)"],
|
|
27348
|
+
["⒞", "(c)"],
|
|
27349
|
+
["⒟", "(d)"],
|
|
27350
|
+
["⒠", "(e)"],
|
|
27351
|
+
["⒡", "(f)"],
|
|
27352
|
+
["⒢", "(g)"],
|
|
27353
|
+
["⒣", "(h)"],
|
|
27354
|
+
["⒤", "(i)"],
|
|
27355
|
+
["⒥", "(j)"],
|
|
27356
|
+
["⒦", "(k)"],
|
|
27357
|
+
["⒧", "(l)"],
|
|
27358
|
+
["⒨", "(m)"],
|
|
27359
|
+
["⒩", "(n)"],
|
|
27360
|
+
["⒪", "(o)"],
|
|
27361
|
+
["⒫", "(p)"],
|
|
27362
|
+
["⒬", "(q)"],
|
|
27363
|
+
["⒭", "(r)"],
|
|
27364
|
+
["⒮", "(s)"],
|
|
27365
|
+
["⒯", "(t)"],
|
|
27366
|
+
["⒰", "(u)"],
|
|
27367
|
+
["⒱", "(v)"],
|
|
27368
|
+
["⒲", "(w)"],
|
|
27369
|
+
["⒳", "(x)"],
|
|
27370
|
+
["⒴", "(y)"],
|
|
27371
|
+
["⒵", "(z)"],
|
|
27372
|
+
["Ⓐ", "(A)"],
|
|
27373
|
+
["Ⓑ", "(B)"],
|
|
27374
|
+
["Ⓒ", "(C)"],
|
|
27375
|
+
["Ⓓ", "(D)"],
|
|
27376
|
+
["Ⓔ", "(E)"],
|
|
27377
|
+
["Ⓕ", "(F)"],
|
|
27378
|
+
["Ⓖ", "(G)"],
|
|
27379
|
+
["Ⓗ", "(H)"],
|
|
27380
|
+
["Ⓘ", "(I)"],
|
|
27381
|
+
["Ⓙ", "(J)"],
|
|
27382
|
+
["Ⓚ", "(K)"],
|
|
27383
|
+
["Ⓛ", "(L)"],
|
|
27384
|
+
["Ⓝ", "(N)"],
|
|
27385
|
+
["Ⓞ", "(O)"],
|
|
27386
|
+
["Ⓟ", "(P)"],
|
|
27387
|
+
["Ⓠ", "(Q)"],
|
|
27388
|
+
["Ⓡ", "(R)"],
|
|
27389
|
+
["Ⓢ", "(S)"],
|
|
27390
|
+
["Ⓣ", "(T)"],
|
|
27391
|
+
["Ⓤ", "(U)"],
|
|
27392
|
+
["Ⓥ", "(V)"],
|
|
27393
|
+
["Ⓦ", "(W)"],
|
|
27394
|
+
["Ⓧ", "(X)"],
|
|
27395
|
+
["Ⓨ", "(Y)"],
|
|
27396
|
+
["Ⓩ", "(Z)"],
|
|
27397
|
+
["ⓐ", "(a)"],
|
|
27398
|
+
["ⓑ", "(b)"],
|
|
27399
|
+
["ⓒ", "(c)"],
|
|
27400
|
+
["ⓓ", "(d)"],
|
|
27401
|
+
["ⓔ", "(e)"],
|
|
27402
|
+
["ⓕ", "(f)"],
|
|
27403
|
+
["ⓖ", "(g)"],
|
|
27404
|
+
["ⓗ", "(h)"],
|
|
27405
|
+
["ⓘ", "(i)"],
|
|
27406
|
+
["ⓙ", "(j)"],
|
|
27407
|
+
["ⓚ", "(k)"],
|
|
27408
|
+
["ⓛ", "(l)"],
|
|
27409
|
+
["ⓜ", "(m)"],
|
|
27410
|
+
["ⓝ", "(n)"],
|
|
27411
|
+
["ⓞ", "(o)"],
|
|
27412
|
+
["ⓟ", "(p)"],
|
|
27413
|
+
["ⓠ", "(q)"],
|
|
27414
|
+
["ⓡ", "(r)"],
|
|
27415
|
+
["ⓢ", "(s)"],
|
|
27416
|
+
["ⓣ", "(t)"],
|
|
27417
|
+
["ⓤ", "(u)"],
|
|
27418
|
+
["ⓥ", "(v)"],
|
|
27419
|
+
["ⓦ", "(w)"],
|
|
27420
|
+
["ⓧ", "(x)"],
|
|
27421
|
+
["ⓨ", "(y)"],
|
|
27422
|
+
["ⓩ", "(z)"],
|
|
27423
|
+
["Ċ", "C"],
|
|
27424
|
+
["ċ", "c"],
|
|
27425
|
+
["Ġ", "G"],
|
|
27426
|
+
["ġ", "g"],
|
|
27427
|
+
["Ħ", "H"],
|
|
27428
|
+
["ħ", "h"],
|
|
27429
|
+
["Ż", "Z"],
|
|
27430
|
+
["ż", "z"],
|
|
27431
|
+
["𝟎", "0"],
|
|
27432
|
+
["𝟏", "1"],
|
|
27433
|
+
["𝟐", "2"],
|
|
27434
|
+
["𝟑", "3"],
|
|
27435
|
+
["𝟒", "4"],
|
|
27436
|
+
["𝟓", "5"],
|
|
27437
|
+
["𝟔", "6"],
|
|
27438
|
+
["𝟕", "7"],
|
|
27439
|
+
["𝟖", "8"],
|
|
27440
|
+
["𝟗", "9"],
|
|
27441
|
+
["𝟘", "0"],
|
|
27442
|
+
["𝟙", "1"],
|
|
27443
|
+
["𝟚", "2"],
|
|
27444
|
+
["𝟛", "3"],
|
|
27445
|
+
["𝟜", "4"],
|
|
27446
|
+
["𝟝", "5"],
|
|
27447
|
+
["𝟞", "6"],
|
|
27448
|
+
["𝟟", "7"],
|
|
27449
|
+
["𝟠", "8"],
|
|
27450
|
+
["𝟡", "9"],
|
|
27451
|
+
["𝟢", "0"],
|
|
27452
|
+
["𝟣", "1"],
|
|
27453
|
+
["𝟤", "2"],
|
|
27454
|
+
["𝟥", "3"],
|
|
27455
|
+
["𝟦", "4"],
|
|
27456
|
+
["𝟧", "5"],
|
|
27457
|
+
["𝟨", "6"],
|
|
27458
|
+
["𝟩", "7"],
|
|
27459
|
+
["𝟪", "8"],
|
|
27460
|
+
["𝟫", "9"],
|
|
27461
|
+
["𝟬", "0"],
|
|
27462
|
+
["𝟭", "1"],
|
|
27463
|
+
["𝟮", "2"],
|
|
27464
|
+
["𝟯", "3"],
|
|
27465
|
+
["𝟰", "4"],
|
|
27466
|
+
["𝟱", "5"],
|
|
27467
|
+
["𝟲", "6"],
|
|
27468
|
+
["𝟳", "7"],
|
|
27469
|
+
["𝟴", "8"],
|
|
27470
|
+
["𝟵", "9"],
|
|
27471
|
+
["𝟶", "0"],
|
|
27472
|
+
["𝟷", "1"],
|
|
27473
|
+
["𝟸", "2"],
|
|
27474
|
+
["𝟹", "3"],
|
|
27475
|
+
["𝟺", "4"],
|
|
27476
|
+
["𝟻", "5"],
|
|
27477
|
+
["𝟼", "6"],
|
|
27478
|
+
["𝟽", "7"],
|
|
27479
|
+
["𝟾", "8"],
|
|
27480
|
+
["𝟿", "9"],
|
|
27481
|
+
["①", "1"],
|
|
27482
|
+
["②", "2"],
|
|
27483
|
+
["③", "3"],
|
|
27484
|
+
["④", "4"],
|
|
27485
|
+
["⑤", "5"],
|
|
27486
|
+
["⑥", "6"],
|
|
27487
|
+
["⑦", "7"],
|
|
27488
|
+
["⑧", "8"],
|
|
27489
|
+
["⑨", "9"],
|
|
27490
|
+
["⑩", "10"],
|
|
27491
|
+
["⑪", "11"],
|
|
27492
|
+
["⑫", "12"],
|
|
27493
|
+
["⑬", "13"],
|
|
27494
|
+
["⑭", "14"],
|
|
27495
|
+
["⑮", "15"],
|
|
27496
|
+
["⑯", "16"],
|
|
27497
|
+
["⑰", "17"],
|
|
27498
|
+
["⑱", "18"],
|
|
27499
|
+
["⑲", "19"],
|
|
27500
|
+
["⑳", "20"],
|
|
27501
|
+
["⑴", "1"],
|
|
27502
|
+
["⑵", "2"],
|
|
27503
|
+
["⑶", "3"],
|
|
27504
|
+
["⑷", "4"],
|
|
27505
|
+
["⑸", "5"],
|
|
27506
|
+
["⑹", "6"],
|
|
27507
|
+
["⑺", "7"],
|
|
27508
|
+
["⑻", "8"],
|
|
27509
|
+
["⑼", "9"],
|
|
27510
|
+
["⑽", "10"],
|
|
27511
|
+
["⑾", "11"],
|
|
27512
|
+
["⑿", "12"],
|
|
27513
|
+
["⒀", "13"],
|
|
27514
|
+
["⒁", "14"],
|
|
27515
|
+
["⒂", "15"],
|
|
27516
|
+
["⒃", "16"],
|
|
27517
|
+
["⒄", "17"],
|
|
27518
|
+
["⒅", "18"],
|
|
27519
|
+
["⒆", "19"],
|
|
27520
|
+
["⒇", "20"],
|
|
27521
|
+
["⒈", "1."],
|
|
27522
|
+
["⒉", "2."],
|
|
27523
|
+
["⒊", "3."],
|
|
27524
|
+
["⒋", "4."],
|
|
27525
|
+
["⒌", "5."],
|
|
27526
|
+
["⒍", "6."],
|
|
27527
|
+
["⒎", "7."],
|
|
27528
|
+
["⒏", "8."],
|
|
27529
|
+
["⒐", "9."],
|
|
27530
|
+
["⒑", "10."],
|
|
27531
|
+
["⒒", "11."],
|
|
27532
|
+
["⒓", "12."],
|
|
27533
|
+
["⒔", "13."],
|
|
27534
|
+
["⒕", "14."],
|
|
27535
|
+
["⒖", "15."],
|
|
27536
|
+
["⒗", "16."],
|
|
27537
|
+
["⒘", "17."],
|
|
27538
|
+
["⒙", "18."],
|
|
27539
|
+
["⒚", "19."],
|
|
27540
|
+
["⒛", "20."],
|
|
27541
|
+
["⓪", "0"],
|
|
27542
|
+
["⓫", "11"],
|
|
27543
|
+
["⓬", "12"],
|
|
27544
|
+
["⓭", "13"],
|
|
27545
|
+
["⓮", "14"],
|
|
27546
|
+
["⓯", "15"],
|
|
27547
|
+
["⓰", "16"],
|
|
27548
|
+
["⓱", "17"],
|
|
27549
|
+
["⓲", "18"],
|
|
27550
|
+
["⓳", "19"],
|
|
27551
|
+
["⓴", "20"],
|
|
27552
|
+
["⓵", "1"],
|
|
27553
|
+
["⓶", "2"],
|
|
27554
|
+
["⓷", "3"],
|
|
27555
|
+
["⓸", "4"],
|
|
27556
|
+
["⓹", "5"],
|
|
27557
|
+
["⓺", "6"],
|
|
27558
|
+
["⓻", "7"],
|
|
27559
|
+
["⓼", "8"],
|
|
27560
|
+
["⓽", "9"],
|
|
27561
|
+
["⓾", "10"],
|
|
27562
|
+
["⓿", "0"],
|
|
27563
|
+
["🙰", "&"],
|
|
27564
|
+
["🙱", "&"],
|
|
27565
|
+
["🙲", "&"],
|
|
27566
|
+
["🙳", "&"],
|
|
27567
|
+
["🙴", "&"],
|
|
27568
|
+
["🙵", "&"],
|
|
27569
|
+
["🙶", "\""],
|
|
27570
|
+
["🙷", "\""],
|
|
27571
|
+
["🙸", "\""],
|
|
27572
|
+
["‽", "?!"],
|
|
27573
|
+
["🙹", "?!"],
|
|
27574
|
+
["🙺", "?!"],
|
|
27575
|
+
["🙻", "?!"],
|
|
27576
|
+
["🙼", "/"],
|
|
27577
|
+
["🙽", "\\"],
|
|
27578
|
+
["🜇", "AR"],
|
|
27579
|
+
["🜈", "V"],
|
|
27580
|
+
["🜉", "V"],
|
|
27581
|
+
["🜆", "VR"],
|
|
27582
|
+
["🜅", "VF"],
|
|
27583
|
+
["🜩", "2"],
|
|
27584
|
+
["🜪", "5"],
|
|
27585
|
+
["🝡", "f"],
|
|
27586
|
+
["🝢", "W"],
|
|
27587
|
+
["🝣", "U"],
|
|
27588
|
+
["🝧", "V"],
|
|
27589
|
+
["🝨", "T"],
|
|
27590
|
+
["🝪", "V"],
|
|
27591
|
+
["🝫", "MB"],
|
|
27592
|
+
["🝬", "VB"],
|
|
27593
|
+
["🝲", "3B"],
|
|
27594
|
+
["🝳", "3B"],
|
|
27595
|
+
["💯", "100"],
|
|
27596
|
+
["🔙", "BACK"],
|
|
27597
|
+
["🔚", "END"],
|
|
27598
|
+
["🔛", "ON!"],
|
|
27599
|
+
["🔜", "SOON"],
|
|
27600
|
+
["🔝", "TOP"],
|
|
27601
|
+
["🔞", "18"],
|
|
27602
|
+
["🔤", "abc"],
|
|
27603
|
+
["🔠", "ABCD"],
|
|
27604
|
+
["🔡", "abcd"],
|
|
27605
|
+
["🔢", "1234"],
|
|
27606
|
+
["🔣", "T&@%"],
|
|
27607
|
+
["#️⃣", "#"],
|
|
27608
|
+
["*️⃣", "*"],
|
|
27609
|
+
["0️⃣", "0"],
|
|
27610
|
+
["1️⃣", "1"],
|
|
27611
|
+
["2️⃣", "2"],
|
|
27612
|
+
["3️⃣", "3"],
|
|
27613
|
+
["4️⃣", "4"],
|
|
27614
|
+
["5️⃣", "5"],
|
|
27615
|
+
["6️⃣", "6"],
|
|
27616
|
+
["7️⃣", "7"],
|
|
27617
|
+
["8️⃣", "8"],
|
|
27618
|
+
["9️⃣", "9"],
|
|
27619
|
+
["🔟", "10"],
|
|
27620
|
+
["🅰️", "A"],
|
|
27621
|
+
["🅱️", "B"],
|
|
27622
|
+
["🆎", "AB"],
|
|
27623
|
+
["🆑", "CL"],
|
|
27624
|
+
["🅾️", "O"],
|
|
27625
|
+
["🅿", "P"],
|
|
27626
|
+
["🆘", "SOS"],
|
|
27627
|
+
["🅲", "C"],
|
|
27628
|
+
["🅳", "D"],
|
|
27629
|
+
["🅴", "E"],
|
|
27630
|
+
["🅵", "F"],
|
|
27631
|
+
["🅶", "G"],
|
|
27632
|
+
["🅷", "H"],
|
|
27633
|
+
["🅸", "I"],
|
|
27634
|
+
["🅹", "J"],
|
|
27635
|
+
["🅺", "K"],
|
|
27636
|
+
["🅻", "L"],
|
|
27637
|
+
["🅼", "M"],
|
|
27638
|
+
["🅽", "N"],
|
|
27639
|
+
["🆀", "Q"],
|
|
27640
|
+
["🆁", "R"],
|
|
27641
|
+
["🆂", "S"],
|
|
27642
|
+
["🆃", "T"],
|
|
27643
|
+
["🆄", "U"],
|
|
27644
|
+
["🆅", "V"],
|
|
27645
|
+
["🆆", "W"],
|
|
27646
|
+
["🆇", "X"],
|
|
27647
|
+
["🆈", "Y"],
|
|
27648
|
+
["🆉", "Z"],
|
|
27649
|
+
["−", "-"],
|
|
27650
|
+
["⁓", "-"]
|
|
27651
|
+
]);
|
|
27652
|
+
var replacements_default = builtinReplacements;
|
|
27653
|
+
|
|
27654
|
+
//#endregion
|
|
27655
|
+
//#region ../../node_modules/.pnpm/@sindresorhus+transliterate@2.3.1/node_modules/@sindresorhus/transliterate/locale-replacements.js
|
|
27656
|
+
/**
|
|
27657
|
+
Language-specific replacement rules.
|
|
27658
|
+
|
|
27659
|
+
Keys are BCP-47 language tags (or their prefixes).
|
|
27660
|
+
|
|
27661
|
+
Values are arrays of [from, to] replacement pairs.
|
|
27662
|
+
|
|
27663
|
+
These replacements take precedence over the default replacements when a matching locale is specified.
|
|
27664
|
+
*/
|
|
27665
|
+
const danishNorwegianReplacements = [
|
|
27666
|
+
["æ", "ae"],
|
|
27667
|
+
["Æ", "Ae"],
|
|
27668
|
+
["ø", "oe"],
|
|
27669
|
+
["Ø", "Oe"],
|
|
27670
|
+
["å", "aa"],
|
|
27671
|
+
["Å", "Aa"]
|
|
27672
|
+
];
|
|
27673
|
+
const localeReplacements = {
|
|
27674
|
+
sv: [
|
|
27675
|
+
["ä", "a"],
|
|
27676
|
+
["Ä", "A"],
|
|
27677
|
+
["ö", "o"],
|
|
27678
|
+
["Ö", "O"],
|
|
27679
|
+
["å", "a"],
|
|
27680
|
+
["Å", "A"]
|
|
27681
|
+
],
|
|
27682
|
+
da: danishNorwegianReplacements,
|
|
27683
|
+
nb: danishNorwegianReplacements,
|
|
27684
|
+
de: [
|
|
27685
|
+
["ä", "ae"],
|
|
27686
|
+
["Ä", "Ae"],
|
|
27687
|
+
["ö", "oe"],
|
|
27688
|
+
["Ö", "Oe"],
|
|
27689
|
+
["ü", "ue"],
|
|
27690
|
+
["Ü", "Ue"],
|
|
27691
|
+
["ß", "ss"],
|
|
27692
|
+
["ẞ", "Ss"]
|
|
27693
|
+
],
|
|
27694
|
+
tr: [
|
|
27695
|
+
["â", "a"],
|
|
27696
|
+
["Â", "A"],
|
|
27697
|
+
["ö", "o"],
|
|
27698
|
+
["Ö", "O"],
|
|
27699
|
+
["ü", "u"],
|
|
27700
|
+
["Ü", "U"]
|
|
27701
|
+
],
|
|
27702
|
+
hu: [
|
|
27703
|
+
["ű", "u"],
|
|
27704
|
+
["Ű", "U"],
|
|
27705
|
+
["ö", "o"],
|
|
27706
|
+
["Ö", "O"],
|
|
27707
|
+
["ü", "u"],
|
|
27708
|
+
["Ü", "U"],
|
|
27709
|
+
["á", "a"],
|
|
27710
|
+
["Á", "A"],
|
|
27711
|
+
["é", "e"],
|
|
27712
|
+
["É", "E"],
|
|
27713
|
+
["í", "i"],
|
|
27714
|
+
["Í", "I"],
|
|
27715
|
+
["ó", "o"],
|
|
27716
|
+
["Ó", "O"],
|
|
27717
|
+
["ú", "u"],
|
|
27718
|
+
["Ú", "U"]
|
|
27719
|
+
],
|
|
27720
|
+
sr: [
|
|
27721
|
+
["ђ", "dj"],
|
|
27722
|
+
["Ђ", "Dj"],
|
|
27723
|
+
["џ", "dz"],
|
|
27724
|
+
["Џ", "Dz"],
|
|
27725
|
+
["љ", "lj"],
|
|
27726
|
+
["Љ", "Lj"],
|
|
27727
|
+
["њ", "nj"],
|
|
27728
|
+
["Њ", "Nj"],
|
|
27729
|
+
["ћ", "c"],
|
|
27730
|
+
["Ћ", "C"],
|
|
27731
|
+
["ч", "ch"],
|
|
27732
|
+
["Ч", "Ch"],
|
|
27733
|
+
["ш", "sh"],
|
|
27734
|
+
["Ш", "Sh"],
|
|
27735
|
+
["ж", "zh"],
|
|
27736
|
+
["Ж", "Zh"]
|
|
27737
|
+
]
|
|
27738
|
+
};
|
|
27739
|
+
for (const locale of Object.keys(localeReplacements)) localeReplacements[locale] = new Map(localeReplacements[locale]);
|
|
27740
|
+
var locale_replacements_default = localeReplacements;
|
|
27741
|
+
|
|
27742
|
+
//#endregion
|
|
27743
|
+
//#region ../../node_modules/.pnpm/@sindresorhus+transliterate@2.3.1/node_modules/@sindresorhus/transliterate/index.js
|
|
27744
|
+
const escapeRegex = (string) => string.replaceAll(/[.*+?^${}()|[\]\\]/g, String.raw`\$&`);
|
|
27745
|
+
const buildReplacementPattern = (replacements) => {
|
|
27746
|
+
const sortedKeys = [...replacements.keys()].sort((a$14, b$2) => b$2.length - a$14.length);
|
|
27747
|
+
return new RegExp(sortedKeys.map((key) => escapeRegex(key)).join("|"), "gu");
|
|
27748
|
+
};
|
|
27749
|
+
const defaultPattern = buildReplacementPattern(replacements_default);
|
|
27750
|
+
const localeCache = /* @__PURE__ */ new Map();
|
|
27751
|
+
for (const [locale, localeMap] of Object.entries(locale_replacements_default)) {
|
|
27752
|
+
const replacements = new Map(replacements_default);
|
|
27753
|
+
for (const [key, value] of localeMap) replacements.set(key, value);
|
|
27754
|
+
localeCache.set(locale, {
|
|
27755
|
+
replacements,
|
|
27756
|
+
pattern: buildReplacementPattern(replacements)
|
|
27757
|
+
});
|
|
27758
|
+
}
|
|
27759
|
+
const normalizeLocale = (locale) => {
|
|
27760
|
+
if (!locale) return;
|
|
27761
|
+
const normalizedLocale = locale.toLowerCase().replace(/^no(-|$)/, "nb$1");
|
|
27762
|
+
if (Object.hasOwn(locale_replacements_default, normalizedLocale)) return normalizedLocale;
|
|
27763
|
+
const prefix = normalizedLocale.split("-")[0];
|
|
27764
|
+
if (Object.hasOwn(locale_replacements_default, prefix)) return prefix;
|
|
27765
|
+
};
|
|
27766
|
+
function transliterate(string, options$1) {
|
|
27767
|
+
if (typeof string !== "string") throw new TypeError(`Expected a string, got \`${typeof string}\``);
|
|
27768
|
+
options$1 = {
|
|
27769
|
+
customReplacements: [],
|
|
27770
|
+
...options$1
|
|
27771
|
+
};
|
|
27772
|
+
const normalizedLocale = normalizeLocale(options$1.locale);
|
|
27773
|
+
const customReplacements = [...options$1.customReplacements];
|
|
27774
|
+
let replacements = replacements_default;
|
|
27775
|
+
let pattern = defaultPattern;
|
|
27776
|
+
if (normalizedLocale) ({replacements, pattern} = localeCache.get(normalizedLocale));
|
|
27777
|
+
string = string.normalize();
|
|
27778
|
+
if (customReplacements.length > 0) {
|
|
27779
|
+
customReplacements.sort((a$14, b$2) => b$2[0].length - a$14[0].length);
|
|
27780
|
+
for (const [key, value] of customReplacements) string = string.replaceAll(key, value);
|
|
27781
|
+
}
|
|
27782
|
+
string = string.replace(pattern, (match) => replacements.get(match) ?? match);
|
|
27783
|
+
string = string.normalize("NFD").replaceAll(/\p{Diacritic}/gu, "").normalize();
|
|
27784
|
+
string = string.replaceAll(/\p{Dash_Punctuation}/gu, "-");
|
|
27785
|
+
return string;
|
|
27786
|
+
}
|
|
27787
|
+
|
|
27788
|
+
//#endregion
|
|
27789
|
+
//#region ../../node_modules/.pnpm/@sindresorhus+slugify@3.0.0/node_modules/@sindresorhus/slugify/overridable-replacements.js
|
|
27790
|
+
const overridableReplacements = [
|
|
27791
|
+
["&", " and "],
|
|
27792
|
+
["🦄", " unicorn "],
|
|
27793
|
+
["♥", " love "]
|
|
27794
|
+
];
|
|
27795
|
+
var overridable_replacements_default = overridableReplacements;
|
|
27796
|
+
|
|
27797
|
+
//#endregion
|
|
27798
|
+
//#region ../../node_modules/.pnpm/@sindresorhus+slugify@3.0.0/node_modules/@sindresorhus/slugify/index.js
|
|
27799
|
+
const decamelize = (string) => string.replaceAll(/([A-Z]{2,})(\d+)/g, "$1 $2").replaceAll(/([a-z\d]+)([A-Z]{2,})/g, "$1 $2").replaceAll(/([a-z\d])([A-Z])/g, "$1 $2").replaceAll(/([A-Z]+)([A-Z][a-rt-z\d]+)/g, "$1 $2");
|
|
27800
|
+
const removeMootSeparators = (string, separator) => {
|
|
27801
|
+
const escapedSeparator = escapeStringRegexp(separator);
|
|
27802
|
+
return string.replaceAll(new RegExp(`(?:${escapedSeparator}){2,}`, "g"), separator).replaceAll(new RegExp(`^(?:${escapedSeparator})|(?:${escapedSeparator})$`, "g"), "");
|
|
27803
|
+
};
|
|
27804
|
+
const buildPatternSlug = (options$1) => {
|
|
27805
|
+
let negationSetPattern = String.raw`a-z\d`;
|
|
27806
|
+
negationSetPattern += options$1.lowercase ? "" : "A-Z";
|
|
27807
|
+
if (options$1.transliterate === false) negationSetPattern += String.raw`\p{L}\p{N}`;
|
|
27808
|
+
if (options$1.preserveCharacters.length > 0) for (const character of options$1.preserveCharacters) {
|
|
27809
|
+
if (character === options$1.separator) throw new Error(`The separator character \`${options$1.separator}\` cannot be included in preserved characters: ${options$1.preserveCharacters}`);
|
|
27810
|
+
negationSetPattern += escapeStringRegexp(character);
|
|
27811
|
+
}
|
|
27812
|
+
const flags = options$1.transliterate ? "g" : "gu";
|
|
27813
|
+
return new RegExp(`[^${negationSetPattern}]+`, flags);
|
|
27814
|
+
};
|
|
27815
|
+
function slugify(string, options$1) {
|
|
27816
|
+
if (typeof string !== "string") throw new TypeError(`Expected a string, got \`${typeof string}\``);
|
|
27817
|
+
options$1 = {
|
|
27818
|
+
separator: "-",
|
|
27819
|
+
lowercase: true,
|
|
27820
|
+
decamelize: true,
|
|
27821
|
+
customReplacements: [],
|
|
27822
|
+
preserveLeadingUnderscore: false,
|
|
27823
|
+
preserveTrailingDash: false,
|
|
27824
|
+
preserveCharacters: [],
|
|
27825
|
+
transliterate: true,
|
|
27826
|
+
...options$1
|
|
27827
|
+
};
|
|
27828
|
+
const shouldPrependUnderscore = options$1.preserveLeadingUnderscore && string.startsWith("_");
|
|
27829
|
+
const shouldAppendDash = options$1.preserveTrailingDash && string.endsWith("-");
|
|
27830
|
+
if (options$1.transliterate) {
|
|
27831
|
+
const customReplacements = new Map([...overridable_replacements_default, ...options$1.customReplacements]);
|
|
27832
|
+
string = transliterate(string, {
|
|
27833
|
+
customReplacements,
|
|
27834
|
+
locale: options$1.locale
|
|
27835
|
+
});
|
|
27836
|
+
} else if (options$1.customReplacements.length > 0) for (const [key, value] of options$1.customReplacements) string = string.replaceAll(key, value);
|
|
27837
|
+
if (options$1.decamelize) string = decamelize(string);
|
|
27838
|
+
const patternSlug = buildPatternSlug(options$1);
|
|
27839
|
+
if (options$1.lowercase) string = options$1.locale ? string.toLocaleLowerCase(options$1.locale) : string.toLowerCase();
|
|
27840
|
+
string = string.replaceAll(/([a-zA-Z\d]+)['\u2019]([ts])(\s|$)/g, "$1$2$3");
|
|
27841
|
+
string = string.replace(patternSlug, options$1.separator);
|
|
27842
|
+
string = string.replaceAll("\\", "");
|
|
27843
|
+
if (options$1.separator) string = removeMootSeparators(string, options$1.separator);
|
|
27844
|
+
if (shouldPrependUnderscore) string = `_${string}`;
|
|
27845
|
+
if (shouldAppendDash) string = `${string}-`;
|
|
27846
|
+
return string;
|
|
27847
|
+
}
|
|
27848
|
+
|
|
25649
27849
|
//#endregion
|
|
25650
27850
|
//#region ../../node_modules/.pnpm/kolorist@1.8.0/node_modules/kolorist/dist/esm/index.mjs
|
|
25651
27851
|
let enabled = true;
|
|
@@ -25701,7 +27901,7 @@ const black = kolorist(30, 39);
|
|
|
25701
27901
|
const red = kolorist(31, 39);
|
|
25702
27902
|
const green = kolorist(32, 39);
|
|
25703
27903
|
const yellow = kolorist(33, 39);
|
|
25704
|
-
const blue$
|
|
27904
|
+
const blue$5 = kolorist(34, 39);
|
|
25705
27905
|
const magenta = kolorist(35, 39);
|
|
25706
27906
|
const cyan = kolorist(36, 39);
|
|
25707
27907
|
const white = kolorist(97, 39);
|
|
@@ -25801,6 +28001,22 @@ async function prompt(args$2, cwd$1 = process.cwd()) {
|
|
|
25801
28001
|
}]
|
|
25802
28002
|
});
|
|
25803
28003
|
},
|
|
28004
|
+
vuetifyVersion: ({ results }) => {
|
|
28005
|
+
if ((results.type || args$2.type) !== "vuetify") return Promise.resolve(void 0);
|
|
28006
|
+
if (args$2.vuetifyVersion) return Promise.resolve(args$2.vuetifyVersion);
|
|
28007
|
+
if (!args$2.interactive) return Promise.resolve("3.x");
|
|
28008
|
+
return qt({
|
|
28009
|
+
message: i18n.t("prompts.vuetify_version.select"),
|
|
28010
|
+
initialValue: "3.x",
|
|
28011
|
+
options: [{
|
|
28012
|
+
label: i18n.t("prompts.vuetify_version.3_x"),
|
|
28013
|
+
value: "3.x"
|
|
28014
|
+
}, {
|
|
28015
|
+
label: i18n.t("prompts.vuetify_version.4_x"),
|
|
28016
|
+
value: "4.x"
|
|
28017
|
+
}]
|
|
28018
|
+
});
|
|
28019
|
+
},
|
|
25804
28020
|
cssFramework: ({ results }) => {
|
|
25805
28021
|
const type = results.type || args$2.type;
|
|
25806
28022
|
if (type !== "vuetify0") return Promise.resolve("none");
|
|
@@ -26013,7 +28229,7 @@ const colorfulBanner = ` [38;5;8m [38;5;111m\`[38;5;111m$[38;5;111m$[38;5;1
|
|
|
26013
28229
|
[38;5;8m [38;5;8m [38;5;8m [38;5;8m [38;5;8m [38;5;8m [38;5;8m [38;5;8m [38;5;8m [38;5;8m [38;5;8m [38;5;8m [38;5;8m [38;5;8m [38;5;8m [38;5;25m [38;5;25m\`[38;5;25mT[38;5;33m:[38;5;33m [38;5;7m [38;5;8m [38;5;8m [38;5;8m [38;5;8m [38;5;8m [38;5;7m [38;5;8m [38;5;8m [38;5;8m [38;5;8m [38;5;8m [38;5;8m
|
|
26014
28230
|
[0m`;
|
|
26015
28231
|
const unstyledBanner = stripColors(colorfulBanner);
|
|
26016
|
-
const coloredBanner = blue$
|
|
28232
|
+
const coloredBanner = blue$5(unstyledBanner);
|
|
26017
28233
|
function createBanner() {
|
|
26018
28234
|
if (!options.enabled) return unstyledBanner;
|
|
26019
28235
|
else if (options.supportLevel < 2) return coloredBanner;
|
|
@@ -37985,19 +40201,19 @@ ${p$3}`;
|
|
|
37985
40201
|
process.env.DEBUG && console.debug("[node-fetch-native] [proxy]", ...A$1);
|
|
37986
40202
|
}
|
|
37987
40203
|
e$7(H$2, "H"), s$7(H$2, "debug");
|
|
37988
|
-
function P$
|
|
40204
|
+
function P$2(A$1, k$3) {
|
|
37989
40205
|
if (!k$3) return !1;
|
|
37990
40206
|
for (const c$9 of k$3) if (c$9 === A$1 || c$9[0] === "." && A$1.endsWith(c$9.slice(1))) return !0;
|
|
37991
40207
|
return !1;
|
|
37992
40208
|
}
|
|
37993
|
-
e$7(P$
|
|
40209
|
+
e$7(P$2, "P"), s$7(P$2, "bypassProxy");
|
|
37994
40210
|
const g = (fe = class extends undiciExports.ProxyAgent {
|
|
37995
40211
|
constructor(k$3) {
|
|
37996
40212
|
super(k$3), this._options = k$3, i$7(this, "_agent"), this._agent = new undiciExports.Agent();
|
|
37997
40213
|
}
|
|
37998
40214
|
dispatch(k$3, c$9) {
|
|
37999
40215
|
const B = new require$$1$1.URL(k$3.origin).hostname;
|
|
38000
|
-
return P$
|
|
40216
|
+
return P$2(B, this._options.noProxy) ? (H$2(`Bypassing proxy for: ${B}`), this._agent.dispatch(k$3, c$9)) : super.dispatch(k$3, c$9);
|
|
38001
40217
|
}
|
|
38002
40218
|
}, e$7(fe, "g"), fe);
|
|
38003
40219
|
s$7(g, "UndiciProxyAgent");
|
|
@@ -38016,7 +40232,7 @@ ${p$3}`;
|
|
|
38016
40232
|
}
|
|
38017
40233
|
connect(k$3, c$9) {
|
|
38018
40234
|
const B = k$3.getHeader("upgrade") === "websocket", t$14 = c$9.secureEndpoint ? B ? "wss:" : "https:" : B ? "ws:" : "http:";
|
|
38019
|
-
if (P$
|
|
40235
|
+
if (P$2(k$3.getHeader("host"), this._options.noProxy)) return c$9.secureEndpoint ? this.httpsAgent : this.httpAgent;
|
|
38020
40236
|
const R$5 = `${t$14}+${this._options.uri}`;
|
|
38021
40237
|
let F$4 = this.cache.get(R$5);
|
|
38022
40238
|
if (!F$4) {
|
|
@@ -38141,13 +40357,13 @@ function w$1() {
|
|
|
38141
40357
|
if (i$5) return f$3;
|
|
38142
40358
|
i$5 = 1;
|
|
38143
40359
|
const v$3 = (e$10, r$4) => {
|
|
38144
|
-
if (Number.isSafeInteger(e$10)) e$10 < 0 ? g$
|
|
40360
|
+
if (Number.isSafeInteger(e$10)) e$10 < 0 ? g$3(e$10, r$4) : p$3(e$10, r$4);
|
|
38145
40361
|
else throw Error("cannot encode number outside of javascript safe integer range");
|
|
38146
40362
|
return r$4;
|
|
38147
40363
|
}, p$3 = (e$10, r$4) => {
|
|
38148
40364
|
r$4[0] = 128;
|
|
38149
40365
|
for (var o$8 = r$4.length; o$8 > 1; o$8--) r$4[o$8 - 1] = e$10 & 255, e$10 = Math.floor(e$10 / 256);
|
|
38150
|
-
}, g$
|
|
40366
|
+
}, g$3 = (e$10, r$4) => {
|
|
38151
40367
|
r$4[0] = 255;
|
|
38152
40368
|
var o$8 = false;
|
|
38153
40369
|
e$10 = e$10 * -1;
|
|
@@ -38182,14 +40398,14 @@ var k, w;
|
|
|
38182
40398
|
function E() {
|
|
38183
40399
|
if (w) return k;
|
|
38184
40400
|
w = 1;
|
|
38185
|
-
const u$9 = n$3(), x$3 = path$1.posix, y$7 = w$1(), P$
|
|
40401
|
+
const u$9 = n$3(), x$3 = path$1.posix, y$7 = w$1(), P$4 = Symbol("slurp"), a$14 = Symbol("type");
|
|
38186
40402
|
class B {
|
|
38187
40403
|
constructor(e$10, t$14, i$10, h$4) {
|
|
38188
40404
|
this.cksumValid = false, this.needPax = false, this.nullBlock = false, this.block = null, this.path = null, this.mode = null, this.uid = null, this.gid = null, this.size = null, this.mtime = null, this.cksum = null, this[a$14] = "0", this.linkpath = null, this.uname = null, this.gname = null, this.devmaj = 0, this.devmin = 0, this.atime = null, this.ctime = null, Buffer.isBuffer(e$10) ? this.decode(e$10, t$14 || 0, i$10, h$4) : e$10 && this.set(e$10);
|
|
38189
40405
|
}
|
|
38190
40406
|
decode(e$10, t$14, i$10, h$4) {
|
|
38191
40407
|
if (t$14 || (t$14 = 0), !e$10 || !(e$10.length >= t$14 + 512)) throw new Error("need 512 bytes for header");
|
|
38192
|
-
if (this.path = d$4(e$10, t$14, 100), this.mode = r$4(e$10, t$14 + 100, 8), this.uid = r$4(e$10, t$14 + 108, 8), this.gid = r$4(e$10, t$14 + 116, 8), this.size = r$4(e$10, t$14 + 124, 12), this.mtime = o$8(e$10, t$14 + 136, 12), this.cksum = r$4(e$10, t$14 + 148, 12), this[P$
|
|
40408
|
+
if (this.path = d$4(e$10, t$14, 100), this.mode = r$4(e$10, t$14 + 100, 8), this.uid = r$4(e$10, t$14 + 108, 8), this.gid = r$4(e$10, t$14 + 116, 8), this.size = r$4(e$10, t$14 + 124, 12), this.mtime = o$8(e$10, t$14 + 136, 12), this.cksum = r$4(e$10, t$14 + 148, 12), this[P$4](i$10), this[P$4](h$4, true), this[a$14] = d$4(e$10, t$14 + 156, 1), this[a$14] === "" && (this[a$14] = "0"), this[a$14] === "0" && this.path.slice(-1) === "/" && (this[a$14] = "5"), this[a$14] === "5" && (this.size = 0), this.linkpath = d$4(e$10, t$14 + 157, 100), e$10.slice(t$14 + 257, t$14 + 265).toString() === "ustar\x0000") if (this.uname = d$4(e$10, t$14 + 265, 32), this.gname = d$4(e$10, t$14 + 297, 32), this.devmaj = r$4(e$10, t$14 + 329, 8), this.devmin = r$4(e$10, t$14 + 337, 8), e$10[t$14 + 475] !== 0) this.path = d$4(e$10, t$14 + 345, 155) + "/" + this.path;
|
|
38193
40409
|
else {
|
|
38194
40410
|
const n$6 = d$4(e$10, t$14 + 345, 130);
|
|
38195
40411
|
n$6 && (this.path = n$6 + "/" + this.path), this.atime = o$8(e$10, t$14 + 476, 12), this.ctime = o$8(e$10, t$14 + 488, 12);
|
|
@@ -38199,13 +40415,13 @@ function E() {
|
|
|
38199
40415
|
for (let n$6 = t$14 + 156; n$6 < t$14 + 512; n$6++) l$4 += e$10[n$6];
|
|
38200
40416
|
this.cksumValid = l$4 === this.cksum, this.cksum === null && l$4 === 256 && (this.nullBlock = true);
|
|
38201
40417
|
}
|
|
38202
|
-
[P$
|
|
40418
|
+
[P$4](e$10, t$14) {
|
|
38203
40419
|
for (const i$10 in e$10) e$10[i$10] !== null && e$10[i$10] !== void 0 && !(t$14 && i$10 === "path") && (this[i$10] = e$10[i$10]);
|
|
38204
40420
|
}
|
|
38205
40421
|
encode(e$10, t$14) {
|
|
38206
40422
|
if (e$10 || (e$10 = this.block = Buffer.alloc(512), t$14 = 0), t$14 || (t$14 = 0), !(e$10.length >= t$14 + 512)) throw new Error("need 512 bytes for header");
|
|
38207
40423
|
const i$10 = this.ctime || this.atime ? 130 : 155, h$4 = L$3(this.path || "", i$10), l$4 = h$4[0], n$6 = h$4[1];
|
|
38208
|
-
this.needPax = h$4[2], this.needPax = m$5(e$10, t$14, 100, l$4) || this.needPax, this.needPax = c$9(e$10, t$14 + 100, 8, this.mode) || this.needPax, this.needPax = c$9(e$10, t$14 + 108, 8, this.uid) || this.needPax, this.needPax = c$9(e$10, t$14 + 116, 8, this.gid) || this.needPax, this.needPax = c$9(e$10, t$14 + 124, 12, this.size) || this.needPax, this.needPax = g$
|
|
40424
|
+
this.needPax = h$4[2], this.needPax = m$5(e$10, t$14, 100, l$4) || this.needPax, this.needPax = c$9(e$10, t$14 + 100, 8, this.mode) || this.needPax, this.needPax = c$9(e$10, t$14 + 108, 8, this.uid) || this.needPax, this.needPax = c$9(e$10, t$14 + 116, 8, this.gid) || this.needPax, this.needPax = c$9(e$10, t$14 + 124, 12, this.size) || this.needPax, this.needPax = g$3(e$10, t$14 + 136, 12, this.mtime) || this.needPax, e$10[t$14 + 156] = this[a$14].charCodeAt(0), this.needPax = m$5(e$10, t$14 + 157, 100, this.linkpath) || this.needPax, e$10.write("ustar\x0000", t$14 + 257, 8), this.needPax = m$5(e$10, t$14 + 265, 32, this.uname) || this.needPax, this.needPax = m$5(e$10, t$14 + 297, 32, this.gname) || this.needPax, this.needPax = c$9(e$10, t$14 + 329, 8, this.devmaj) || this.needPax, this.needPax = c$9(e$10, t$14 + 337, 8, this.devmin) || this.needPax, this.needPax = m$5(e$10, t$14 + 345, i$10, n$6) || this.needPax, e$10[t$14 + 475] !== 0 ? this.needPax = m$5(e$10, t$14 + 345, 155, n$6) || this.needPax : (this.needPax = m$5(e$10, t$14 + 345, 130, n$6) || this.needPax, this.needPax = g$3(e$10, t$14 + 476, 12, this.atime) || this.needPax, this.needPax = g$3(e$10, t$14 + 488, 12, this.ctime) || this.needPax);
|
|
38209
40425
|
let S$3 = 256;
|
|
38210
40426
|
for (let p$3 = t$14; p$3 < t$14 + 148; p$3++) S$3 += e$10[p$3];
|
|
38211
40427
|
for (let p$3 = t$14 + 156; p$3 < t$14 + 512; p$3++) S$3 += e$10[p$3];
|
|
@@ -38255,7 +40471,7 @@ function E() {
|
|
|
38255
40471
|
}, d$4 = (s$12, e$10, t$14) => s$12.slice(e$10, e$10 + t$14).toString("utf8").replace(/\0.*/, ""), o$8 = (s$12, e$10, t$14) => N$3(r$4(s$12, e$10, t$14)), N$3 = (s$12) => s$12 === null ? null : /* @__PURE__ */ new Date(s$12 * 1e3), r$4 = (s$12, e$10, t$14) => s$12[e$10] & 128 ? y$7.parse(s$12.slice(e$10, e$10 + t$14)) : j$3(s$12, e$10, t$14), q$2 = (s$12) => isNaN(s$12) ? null : s$12, j$3 = (s$12, e$10, t$14) => q$2(parseInt(s$12.slice(e$10, e$10 + t$14).toString("utf8").replace(/\0.*$/, "").trim(), 8)), v$3 = {
|
|
38256
40472
|
12: 8589934591,
|
|
38257
40473
|
8: 2097151
|
|
38258
|
-
}, c$9 = (s$12, e$10, t$14, i$10) => i$10 === null ? false : i$10 > v$3[t$14] || i$10 < 0 ? (y$7.encode(i$10, s$12.slice(e$10, e$10 + t$14)), true) : ($(s$12, e$10, t$14, i$10), false), $ = (s$12, e$10, t$14, i$10) => s$12.write(_$4(i$10, t$14), e$10, t$14, "ascii"), _$4 = (s$12, e$10) => z$3(Math.floor(s$12).toString(8), e$10), z$3 = (s$12, e$10) => (s$12.length === e$10 - 1 ? s$12 : new Array(e$10 - s$12.length - 1).join("0") + s$12 + " ") + "\0", g$
|
|
40474
|
+
}, c$9 = (s$12, e$10, t$14, i$10) => i$10 === null ? false : i$10 > v$3[t$14] || i$10 < 0 ? (y$7.encode(i$10, s$12.slice(e$10, e$10 + t$14)), true) : ($(s$12, e$10, t$14, i$10), false), $ = (s$12, e$10, t$14, i$10) => s$12.write(_$4(i$10, t$14), e$10, t$14, "ascii"), _$4 = (s$12, e$10) => z$3(Math.floor(s$12).toString(8), e$10), z$3 = (s$12, e$10) => (s$12.length === e$10 - 1 ? s$12 : new Array(e$10 - s$12.length - 1).join("0") + s$12 + " ") + "\0", g$3 = (s$12, e$10, t$14, i$10) => i$10 === null ? false : c$9(s$12, e$10, t$14, i$10.getTime() / 1e3), A$1 = new Array(156).join("\0"), m$5 = (s$12, e$10, t$14, i$10) => i$10 === null ? false : (s$12.write(i$10 + A$1, e$10, t$14, "utf8"), i$10.length !== Buffer.byteLength(i$10) || i$10.length > t$14);
|
|
38259
40475
|
return k = B, k;
|
|
38260
40476
|
}
|
|
38261
40477
|
var e$3, t$3;
|
|
@@ -38407,7 +40623,7 @@ function ft() {
|
|
|
38407
40623
|
const H$4 = typeof process == "object" && process ? process : {
|
|
38408
40624
|
stdout: null,
|
|
38409
40625
|
stderr: null
|
|
38410
|
-
}, Z$2 = nt, q$2 = ot, G$4 = ht.StringDecoder, m$5 = Symbol("EOF"), d$4 = Symbol("maybeEmitEnd"), y$7 = Symbol("emittedEnd"), R$5 = Symbol("emittingEnd"), g$
|
|
40626
|
+
}, Z$2 = nt, q$2 = ot, G$4 = ht.StringDecoder, m$5 = Symbol("EOF"), d$4 = Symbol("maybeEmitEnd"), y$7 = Symbol("emittedEnd"), R$5 = Symbol("emittingEnd"), g$3 = Symbol("emittedError"), B = Symbol("closed"), Y$1 = Symbol("read"), T$4 = Symbol("flush"), $ = Symbol("flushChunk"), f$9 = Symbol("encoding"), c$9 = Symbol("decoder"), M$2 = Symbol("flowing"), S$3 = Symbol("paused"), b$2 = Symbol("resume"), i$10 = Symbol("buffer"), a$14 = Symbol("pipes"), n$6 = Symbol("bufferLength"), j$3 = Symbol("bufferPush"), I$2 = Symbol("bufferShift"), o$8 = Symbol("objectMode"), r$4 = Symbol("destroyed"), P$4 = Symbol("error"), x$3 = Symbol("emitData"), V$1 = Symbol("emitEnd"), N$3 = Symbol("emitEnd2"), p$3 = Symbol("async"), _$4 = Symbol("abort"), O$6 = Symbol("aborted"), E$2 = Symbol("signal"), w$5 = (h$4) => Promise.resolve().then(h$4), J$2 = commonjsGlobal._MP_NO_ITERATOR_SYMBOLS_ !== "1", K$2 = J$2 && Symbol.asyncIterator || Symbol("asyncIterator not implemented"), W$1 = J$2 && Symbol.iterator || Symbol("iterator not implemented"), k$3 = (h$4) => h$4 === "end" || h$4 === "finish" || h$4 === "prefinish", tt$2 = (h$4) => h$4 instanceof ArrayBuffer || typeof h$4 == "object" && h$4.constructor && h$4.constructor.name === "ArrayBuffer" && h$4.byteLength >= 0, et$1 = (h$4) => !Buffer.isBuffer(h$4) && ArrayBuffer.isView(h$4);
|
|
38411
40627
|
class z$3 {
|
|
38412
40628
|
constructor(t$14, e$10, s$12) {
|
|
38413
40629
|
this.src = t$14, this.dest = e$10, this.opts = s$12, this.ondrain = () => t$14[b$2](), e$10.on("drain", this.ondrain);
|
|
@@ -38430,7 +40646,7 @@ function ft() {
|
|
|
38430
40646
|
}
|
|
38431
40647
|
class F$4 extends q$2 {
|
|
38432
40648
|
constructor(t$14) {
|
|
38433
|
-
super(), this[M$2] = false, this[S$3] = false, this[a$14] = [], this[i$10] = [], this[o$8] = t$14 && t$14.objectMode || false, this[o$8] ? this[f$9] = null : this[f$9] = t$14 && t$14.encoding || null, this[f$9] === "buffer" && (this[f$9] = null), this[p$3] = t$14 && !!t$14.async || false, this[c$9] = this[f$9] ? new G$4(this[f$9]) : null, this[m$5] = false, this[y$7] = false, this[R$5] = false, this[B] = false, this[g$
|
|
40649
|
+
super(), this[M$2] = false, this[S$3] = false, this[a$14] = [], this[i$10] = [], this[o$8] = t$14 && t$14.objectMode || false, this[o$8] ? this[f$9] = null : this[f$9] = t$14 && t$14.encoding || null, this[f$9] === "buffer" && (this[f$9] = null), this[p$3] = t$14 && !!t$14.async || false, this[c$9] = this[f$9] ? new G$4(this[f$9]) : null, this[m$5] = false, this[y$7] = false, this[R$5] = false, this[B] = false, this[g$3] = null, this.writable = true, this.readable = true, this[n$6] = 0, this[r$4] = false, t$14 && t$14.debugExposeBuffer === true && Object.defineProperty(this, "buffer", { get: () => this[i$10] }), t$14 && t$14.debugExposePipes === true && Object.defineProperty(this, "pipes", { get: () => this[a$14] }), this[E$2] = t$14 && t$14.signal, this[O$6] = false, this[E$2] && (this[E$2].addEventListener("abort", () => this[_$4]()), this[E$2].aborted && this[_$4]());
|
|
38434
40650
|
}
|
|
38435
40651
|
get bufferLength() {
|
|
38436
40652
|
return this[n$6];
|
|
@@ -38532,7 +40748,7 @@ while (this[$](this[I$2]()) && this[i$10].length);
|
|
|
38532
40748
|
}
|
|
38533
40749
|
on(t$14, e$10) {
|
|
38534
40750
|
const s$12 = super.on(t$14, e$10);
|
|
38535
|
-
return t$14 === "data" && !this[a$14].length && !this.flowing ? this[b$2]() : t$14 === "readable" && this[n$6] !== 0 ? super.emit("readable") : k$3(t$14) && this[y$7] ? (super.emit(t$14), this.removeAllListeners(t$14)) : t$14 === "error" && this[g$
|
|
40751
|
+
return t$14 === "data" && !this[a$14].length && !this.flowing ? this[b$2]() : t$14 === "readable" && this[n$6] !== 0 ? super.emit("readable") : k$3(t$14) && this[y$7] ? (super.emit(t$14), this.removeAllListeners(t$14)) : t$14 === "error" && this[g$3] && (this[p$3] ? w$5(() => e$10.call(this, this[g$3])) : e$10.call(this, this[g$3])), s$12;
|
|
38536
40752
|
}
|
|
38537
40753
|
get emittedEnd() {
|
|
38538
40754
|
return this[y$7];
|
|
@@ -38549,7 +40765,7 @@ while (this[$](this[I$2]()) && this[i$10].length);
|
|
|
38549
40765
|
const u$9 = super.emit("close");
|
|
38550
40766
|
return this.removeAllListeners("close"), u$9;
|
|
38551
40767
|
} else if (t$14 === "error") {
|
|
38552
|
-
this[g$
|
|
40768
|
+
this[g$3] = e$10, super.emit(P$4, e$10);
|
|
38553
40769
|
const u$9 = !this[E$2] || this.listeners("error").length ? super.emit("error", e$10) : false;
|
|
38554
40770
|
return this[d$4](), u$9;
|
|
38555
40771
|
} else if (t$14 === "resume") {
|
|
@@ -38634,12 +40850,12 @@ while (this[$](this[I$2]()) && this[i$10].length);
|
|
|
38634
40850
|
}
|
|
38635
40851
|
[W$1]() {
|
|
38636
40852
|
let t$14 = false;
|
|
38637
|
-
const e$10 = () => (this.pause(), this.removeListener(P$
|
|
40853
|
+
const e$10 = () => (this.pause(), this.removeListener(P$4, e$10), this.removeListener(r$4, e$10), this.removeListener("end", e$10), t$14 = true, { done: true }), s$12 = () => {
|
|
38638
40854
|
if (t$14) return e$10();
|
|
38639
40855
|
const l$4 = this.read();
|
|
38640
40856
|
return l$4 === null ? e$10() : { value: l$4 };
|
|
38641
40857
|
};
|
|
38642
|
-
return this.once("end", e$10), this.once(P$
|
|
40858
|
+
return this.once("end", e$10), this.once(P$4, e$10), this.once(r$4, e$10), {
|
|
38643
40859
|
next: s$12,
|
|
38644
40860
|
throw: e$10,
|
|
38645
40861
|
return: e$10,
|
|
@@ -38881,7 +41097,7 @@ function tt() {
|
|
|
38881
41097
|
const I$2 = typeof process == "object" && process ? process : {
|
|
38882
41098
|
stdout: null,
|
|
38883
41099
|
stderr: null
|
|
38884
|
-
}, Y$1 = nt, x$3 = ot, N$3 = ht.StringDecoder, u$9 = Symbol("EOF"), a$14 = Symbol("maybeEmitEnd"), c$9 = Symbol("emittedEnd"), S$3 = Symbol("emittingEnd"), E$2 = Symbol("emittedError"), w$5 = Symbol("closed"), P$
|
|
41100
|
+
}, Y$1 = nt, x$3 = ot, N$3 = ht.StringDecoder, u$9 = Symbol("EOF"), a$14 = Symbol("maybeEmitEnd"), c$9 = Symbol("emittedEnd"), S$3 = Symbol("emittingEnd"), E$2 = Symbol("emittedError"), w$5 = Symbol("closed"), P$4 = Symbol("read"), L$3 = Symbol("flush"), _$4 = Symbol("flushChunk"), h$4 = Symbol("encoding"), m$5 = Symbol("decoder"), M$2 = Symbol("flowing"), y$7 = Symbol("paused"), p$3 = Symbol("resume"), s$12 = Symbol("bufferLength"), T$4 = Symbol("bufferPush"), B = Symbol("bufferShift"), r$4 = Symbol("objectMode"), n$6 = Symbol("destroyed"), D$2 = Symbol("emitData"), F$4 = Symbol("emitEnd"), R$5 = Symbol("emitEnd2"), d$4 = Symbol("async"), b$2 = (o$8) => Promise.resolve().then(o$8), C$2 = commonjsGlobal._MP_NO_ITERATOR_SYMBOLS_ !== "1", $ = C$2 && Symbol.asyncIterator || Symbol("asyncIterator not implemented"), G$4 = C$2 && Symbol.iterator || Symbol("iterator not implemented"), V$1 = (o$8) => o$8 === "end" || o$8 === "finish" || o$8 === "prefinish", v$3 = (o$8) => o$8 instanceof ArrayBuffer || typeof o$8 == "object" && o$8.constructor && o$8.constructor.name === "ArrayBuffer" && o$8.byteLength >= 0, J$2 = (o$8) => !Buffer.isBuffer(o$8) && ArrayBuffer.isView(o$8);
|
|
38885
41101
|
class U$1 {
|
|
38886
41102
|
constructor(t$14, e$10, i$10) {
|
|
38887
41103
|
this.src = t$14, this.dest = e$10, this.opts = i$10, this.ondrain = () => t$14[p$3](), e$10.on("drain", this.ondrain);
|
|
@@ -38943,10 +41159,10 @@ function tt() {
|
|
|
38943
41159
|
if (this[n$6]) return null;
|
|
38944
41160
|
if (this[s$12] === 0 || t$14 === 0 || t$14 > this[s$12]) return this[a$14](), null;
|
|
38945
41161
|
this[r$4] && (t$14 = null), this.buffer.length > 1 && !this[r$4] && (this.encoding ? this.buffer = [this.buffer.join("")] : this.buffer = [Buffer.concat(this.buffer, this[s$12])]);
|
|
38946
|
-
const e$10 = this[P$
|
|
41162
|
+
const e$10 = this[P$4](t$14 || null, this.buffer[0]);
|
|
38947
41163
|
return this[a$14](), e$10;
|
|
38948
41164
|
}
|
|
38949
|
-
[P$
|
|
41165
|
+
[P$4](t$14, e$10) {
|
|
38950
41166
|
return t$14 === e$10.length || t$14 === null ? this[B]() : (this.buffer[0] = e$10.slice(t$14), e$10 = e$10.slice(0, t$14), this[s$12] -= t$14), this.emit("data", e$10), !this.buffer.length && !this[u$9] && this.emit("drain"), e$10;
|
|
38951
41167
|
}
|
|
38952
41168
|
end(t$14, e$10, i$10) {
|
|
@@ -39073,18 +41289,18 @@ while (this[_$4](this[B]()));
|
|
|
39073
41289
|
});
|
|
39074
41290
|
if (this[u$9]) return Promise.resolve({ done: true });
|
|
39075
41291
|
let i$10 = null, l$4 = null;
|
|
39076
|
-
const f$9 = (g$
|
|
39077
|
-
this.removeListener("data", A$1), this.removeListener("end", O$6), l$4(g$
|
|
39078
|
-
}, A$1 = (g$
|
|
41292
|
+
const f$9 = (g$3) => {
|
|
41293
|
+
this.removeListener("data", A$1), this.removeListener("end", O$6), l$4(g$3);
|
|
41294
|
+
}, A$1 = (g$3) => {
|
|
39079
41295
|
this.removeListener("error", f$9), this.removeListener("end", O$6), this.pause(), i$10({
|
|
39080
|
-
value: g$
|
|
41296
|
+
value: g$3,
|
|
39081
41297
|
done: !!this[u$9]
|
|
39082
41298
|
});
|
|
39083
41299
|
}, O$6 = () => {
|
|
39084
41300
|
this.removeListener("error", f$9), this.removeListener("data", A$1), i$10({ done: true });
|
|
39085
41301
|
}, W$1 = () => f$9(/* @__PURE__ */ new Error("stream destroyed"));
|
|
39086
|
-
return new Promise((g$
|
|
39087
|
-
l$4 = z$3, i$10 = g$
|
|
41302
|
+
return new Promise((g$3, z$3) => {
|
|
41303
|
+
l$4 = z$3, i$10 = g$3, this.once(n$6, W$1), this.once("error", f$9), this.once("end", O$6), this.once("data", A$1);
|
|
39088
41304
|
});
|
|
39089
41305
|
} };
|
|
39090
41306
|
}
|
|
@@ -39109,7 +41325,7 @@ var C;
|
|
|
39109
41325
|
function J() {
|
|
39110
41326
|
if (C) return i$3;
|
|
39111
41327
|
C = 1;
|
|
39112
|
-
const w$5 = j$1, n$6 = P.Buffer, z$3 = O$2, u$9 = i$3.constants = T(), L$3 = tt(), E$2 = n$6.concat, c$9 = Symbol("_superWrite");
|
|
41328
|
+
const w$5 = j$1, n$6 = P$1.Buffer, z$3 = O$2, u$9 = i$3.constants = T(), L$3 = tt(), E$2 = n$6.concat, c$9 = Symbol("_superWrite");
|
|
39113
41329
|
class d$4 extends Error {
|
|
39114
41330
|
constructor(s$12) {
|
|
39115
41331
|
super("zlib: " + s$12.message), this.code = s$12.code, this.errno = s$12.errno, this.code || (this.code = "ZLIB_ERROR"), this.message = "zlib: " + s$12.message, Error.captureStackTrace(this, this.constructor);
|
|
@@ -39118,11 +41334,11 @@ function J() {
|
|
|
39118
41334
|
return "ZlibError";
|
|
39119
41335
|
}
|
|
39120
41336
|
}
|
|
39121
|
-
const Z$2 = Symbol("opts"), p$3 = Symbol("flushFlag"), I$2 = Symbol("finishFlushFlag"), y$7 = Symbol("fullFlushFlag"), t$14 = Symbol("handle"), _$4 = Symbol("onError"), f$9 = Symbol("sawError"), F$4 = Symbol("level"), S$3 = Symbol("strategy"), g$
|
|
41337
|
+
const Z$2 = Symbol("opts"), p$3 = Symbol("flushFlag"), I$2 = Symbol("finishFlushFlag"), y$7 = Symbol("fullFlushFlag"), t$14 = Symbol("handle"), _$4 = Symbol("onError"), f$9 = Symbol("sawError"), F$4 = Symbol("level"), S$3 = Symbol("strategy"), g$3 = Symbol("ended");
|
|
39122
41338
|
class x$3 extends L$3 {
|
|
39123
41339
|
constructor(s$12, e$10) {
|
|
39124
41340
|
if (!s$12 || typeof s$12 != "object") throw new TypeError("invalid options for ZlibBase constructor");
|
|
39125
|
-
super(s$12), this[f$9] = false, this[g$
|
|
41341
|
+
super(s$12), this[f$9] = false, this[g$3] = false, this[Z$2] = s$12, this[p$3] = s$12.flush, this[I$2] = s$12.finishFlush;
|
|
39126
41342
|
try {
|
|
39127
41343
|
this[t$14] = new z$3[e$10](s$12);
|
|
39128
41344
|
} catch (i$10) {
|
|
@@ -39142,10 +41358,10 @@ function J() {
|
|
|
39142
41358
|
this.ended || (typeof s$12 != "number" && (s$12 = this[y$7]), this.write(Object.assign(n$6.alloc(0), { [p$3]: s$12 })));
|
|
39143
41359
|
}
|
|
39144
41360
|
end(s$12, e$10, i$10) {
|
|
39145
|
-
return s$12 && this.write(s$12, e$10), this.flush(this[I$2]), this[g$
|
|
41361
|
+
return s$12 && this.write(s$12, e$10), this.flush(this[I$2]), this[g$3] = true, super.end(null, null, i$10);
|
|
39146
41362
|
}
|
|
39147
41363
|
get ended() {
|
|
39148
|
-
return this[g$
|
|
41364
|
+
return this[g$3];
|
|
39149
41365
|
}
|
|
39150
41366
|
write(s$12, e$10, i$10) {
|
|
39151
41367
|
if (typeof e$10 == "function" && (i$10 = e$10, e$10 = "utf8"), typeof s$12 == "string" && (s$12 = n$6.from(s$12, e$10)), this[f$9]) return;
|
|
@@ -39263,8 +41479,8 @@ var O$1, F$2;
|
|
|
39263
41479
|
function rt() {
|
|
39264
41480
|
if (F$2) return O$1;
|
|
39265
41481
|
F$2 = 1;
|
|
39266
|
-
const P$
|
|
39267
|
-
return O$1 = P$
|
|
41482
|
+
const P$4 = c$4(), $ = E(), v$3 = nt, W$1 = c$3(), G$4 = 1024 * 1024, k$3 = u$3(), C$2 = f$2(), x$3 = J(), { nextTick: j$3 } = nt$1, B = Buffer.from([31, 139]), h$4 = Symbol("state"), d$4 = Symbol("writeEntry"), a$14 = Symbol("readEntry"), I$2 = Symbol("nextEntry"), U$1 = Symbol("processEntry"), l$4 = Symbol("extendedHeader"), y$7 = Symbol("globalExtendedHeader"), c$9 = Symbol("meta"), H$4 = Symbol("emitMeta"), n$6 = Symbol("buffer"), f$9 = Symbol("queue"), u$9 = Symbol("ended"), L$3 = Symbol("emittedEnd"), b$2 = Symbol("emit"), r$4 = Symbol("unzip"), _$4 = Symbol("consumeChunk"), g$3 = Symbol("consumeChunkSub"), q$2 = Symbol("consumeBody"), z$3 = Symbol("consumeMeta"), Y$1 = Symbol("consumeHeader"), N$3 = Symbol("consuming"), D$2 = Symbol("bufferConcat"), M$2 = Symbol("maybeEnd"), S$3 = Symbol("writing"), m$5 = Symbol("aborted"), T$4 = Symbol("onDone"), E$1$1 = Symbol("sawValidEntry"), R$5 = Symbol("sawNullBlock"), A$1 = Symbol("sawEOF"), V$1 = Symbol("closeStream"), K$2 = (X$3) => true;
|
|
41483
|
+
return O$1 = P$4(class extends v$3 {
|
|
39268
41484
|
constructor(t$14) {
|
|
39269
41485
|
t$14 = t$14 || {}, super(t$14), this.file = t$14.file || "", this[E$1$1] = null, this.on(T$4, (s$12) => {
|
|
39270
41486
|
(this[h$4] === "begin" || this[E$1$1] === false) && this.warn("TAR_BAD_ARCHIVE", "Unrecognized archive format");
|
|
@@ -39400,17 +41616,17 @@ while (this[U$1](this[f$9].shift()));
|
|
|
39400
41616
|
if (this[N$3] = true, this[n$6]) {
|
|
39401
41617
|
this[D$2](t$14);
|
|
39402
41618
|
const i$10 = this[n$6];
|
|
39403
|
-
this[n$6] = null, this[g$
|
|
39404
|
-
} else this[g$
|
|
41619
|
+
this[n$6] = null, this[g$3](i$10);
|
|
41620
|
+
} else this[g$3](t$14);
|
|
39405
41621
|
for (; this[n$6] && this[n$6].length >= 512 && !this[m$5] && !this[A$1];) {
|
|
39406
41622
|
const i$10 = this[n$6];
|
|
39407
|
-
this[n$6] = null, this[g$
|
|
41623
|
+
this[n$6] = null, this[g$3](i$10);
|
|
39408
41624
|
}
|
|
39409
41625
|
this[N$3] = false;
|
|
39410
41626
|
}
|
|
39411
41627
|
(!this[n$6] || this[u$9]) && this[M$2]();
|
|
39412
41628
|
}
|
|
39413
|
-
[g$
|
|
41629
|
+
[g$3](t$14) {
|
|
39414
41630
|
let i$10 = 0;
|
|
39415
41631
|
const s$12 = t$14.length;
|
|
39416
41632
|
for (; i$10 + 512 <= s$12 && !this[m$5] && !this[A$1];) switch (this[h$4]) {
|
|
@@ -39448,7 +41664,7 @@ function X() {
|
|
|
39448
41664
|
j$3.oncomplete = G$4, c$9.writeBuffers(e$10, i$10, $, j$3);
|
|
39449
41665
|
};
|
|
39450
41666
|
}
|
|
39451
|
-
const m$5 = Symbol("_autoClose"), h$4 = Symbol("_close"), g$
|
|
41667
|
+
const m$5 = Symbol("_autoClose"), h$4 = Symbol("_close"), g$3 = Symbol("_ended"), s$12 = Symbol("_fd"), B = Symbol("_finished"), o$8 = Symbol("_flags"), x$3 = Symbol("_flush"), z$3 = Symbol("_handleChunk"), T$4 = Symbol("_makeBuf"), q$2 = Symbol("_mode"), E$2 = Symbol("_needDrain"), d$4 = Symbol("_onerror"), y$7 = Symbol("_onopen"), W$1 = Symbol("_onread"), _$4 = Symbol("_onwrite"), a$14 = Symbol("_open"), l$4 = Symbol("_path"), u$9 = Symbol("_pos"), n$6 = Symbol("_queue"), S$3 = Symbol("_read"), M$2 = Symbol("_readSize"), f$9 = Symbol("_reading"), k$3 = Symbol("_remain"), N$3 = Symbol("_size"), C$2 = Symbol("_write"), b$2 = Symbol("_writing"), F$4 = Symbol("_defaultFlag"), p$3 = Symbol("_errored");
|
|
39452
41668
|
class D$2 extends H$4 {
|
|
39453
41669
|
constructor(t$14, e$10) {
|
|
39454
41670
|
if (e$10 = e$10 || {}, super(e$10), this.readable = true, this.writable = false, typeof t$14 != "string") throw new TypeError("path must be a string");
|
|
@@ -39511,7 +41727,7 @@ function X() {
|
|
|
39511
41727
|
}
|
|
39512
41728
|
}
|
|
39513
41729
|
}
|
|
39514
|
-
class P$
|
|
41730
|
+
class P$4 extends D$2 {
|
|
39515
41731
|
[a$14]() {
|
|
39516
41732
|
let t$14 = true;
|
|
39517
41733
|
try {
|
|
@@ -39545,7 +41761,7 @@ function X() {
|
|
|
39545
41761
|
}
|
|
39546
41762
|
class O$6 extends I$2 {
|
|
39547
41763
|
constructor(t$14, e$10) {
|
|
39548
|
-
e$10 = e$10 || {}, super(e$10), this.readable = false, this.writable = true, this[p$3] = false, this[b$2] = false, this[g$
|
|
41764
|
+
e$10 = e$10 || {}, super(e$10), this.readable = false, this.writable = true, this[p$3] = false, this[b$2] = false, this[g$3] = false, this[E$2] = false, this[n$6] = [], this[l$4] = t$14, this[s$12] = typeof e$10.fd == "number" ? e$10.fd : null, this[q$2] = e$10.mode === void 0 ? 438 : e$10.mode, this[u$9] = typeof e$10.start == "number" ? e$10.start : null, this[m$5] = typeof e$10.autoClose == "boolean" ? e$10.autoClose : true;
|
|
39549
41765
|
const i$10 = this[u$9] !== null ? "r+" : "w";
|
|
39550
41766
|
this[F$4] = e$10.flags === void 0, this[o$8] = this[F$4] ? i$10 : e$10.flags, this[s$12] === null && this[a$14]();
|
|
39551
41767
|
}
|
|
@@ -39572,19 +41788,19 @@ function X() {
|
|
|
39572
41788
|
this[F$4] && this[o$8] === "r+" && t$14 && t$14.code === "ENOENT" ? (this[o$8] = "w", this[a$14]()) : t$14 ? this[d$4](t$14) : (this[s$12] = e$10, this.emit("open", e$10), this[x$3]());
|
|
39573
41789
|
}
|
|
39574
41790
|
end(t$14, e$10) {
|
|
39575
|
-
return t$14 && this.write(t$14, e$10), this[g$
|
|
41791
|
+
return t$14 && this.write(t$14, e$10), this[g$3] = true, !this[b$2] && !this[n$6].length && typeof this[s$12] == "number" && this[_$4](null, 0), this;
|
|
39576
41792
|
}
|
|
39577
41793
|
write(t$14, e$10) {
|
|
39578
|
-
return typeof t$14 == "string" && (t$14 = Buffer.from(t$14, e$10)), this[g$
|
|
41794
|
+
return typeof t$14 == "string" && (t$14 = Buffer.from(t$14, e$10)), this[g$3] ? (this.emit("error", /* @__PURE__ */ new Error("write() after end()")), false) : this[s$12] === null || this[b$2] || this[n$6].length ? (this[n$6].push(t$14), this[E$2] = true, false) : (this[b$2] = true, this[C$2](t$14), true);
|
|
39579
41795
|
}
|
|
39580
41796
|
[C$2](t$14) {
|
|
39581
41797
|
r$4.write(this[s$12], t$14, 0, t$14.length, this[u$9], (e$10, i$10) => this[_$4](e$10, i$10));
|
|
39582
41798
|
}
|
|
39583
41799
|
[_$4](t$14, e$10) {
|
|
39584
|
-
t$14 ? this[d$4](t$14) : (this[u$9] !== null && (this[u$9] += e$10), this[n$6].length ? this[x$3]() : (this[b$2] = false, this[g$
|
|
41800
|
+
t$14 ? this[d$4](t$14) : (this[u$9] !== null && (this[u$9] += e$10), this[n$6].length ? this[x$3]() : (this[b$2] = false, this[g$3] && !this[B] ? (this[B] = true, this[h$4](), this.emit("finish")) : this[E$2] && (this[E$2] = false, this.emit("drain"))));
|
|
39585
41801
|
}
|
|
39586
41802
|
[x$3]() {
|
|
39587
|
-
if (this[n$6].length === 0) this[g$
|
|
41803
|
+
if (this[n$6].length === 0) this[g$3] && this[_$4](null, 0);
|
|
39588
41804
|
else if (this[n$6].length === 1) this[C$2](this[n$6].pop());
|
|
39589
41805
|
else {
|
|
39590
41806
|
const t$14 = this[n$6];
|
|
@@ -39627,7 +41843,7 @@ function X() {
|
|
|
39627
41843
|
}
|
|
39628
41844
|
}
|
|
39629
41845
|
}
|
|
39630
|
-
return s$4.ReadStream = D$2, s$4.ReadStreamSync = P$
|
|
41846
|
+
return s$4.ReadStream = D$2, s$4.ReadStreamSync = P$4, s$4.WriteStream = O$6, s$4.WriteStreamSync = U$1, s$4;
|
|
39631
41847
|
}
|
|
39632
41848
|
var r$1 = { exports: {} };
|
|
39633
41849
|
var i$2, m$2;
|
|
@@ -39860,7 +42076,7 @@ var R$2;
|
|
|
39860
42076
|
function H() {
|
|
39861
42077
|
if (R$2) return r$1.exports;
|
|
39862
42078
|
R$2 = 1;
|
|
39863
|
-
const g$
|
|
42079
|
+
const g$3 = S(), l$4 = nativeFs, p$3 = path$1, x$3 = F$1(), y$7 = a$7();
|
|
39864
42080
|
class D$2 extends Error {
|
|
39865
42081
|
constructor(e$10, s$12) {
|
|
39866
42082
|
super("Cannot extract through symbolic link"), this.path = s$12, this.symlink = e$10;
|
|
@@ -39889,7 +42105,7 @@ function H() {
|
|
|
39889
42105
|
};
|
|
39890
42106
|
if (h$4 && v$3(h$4, n$6) === true) return w$5();
|
|
39891
42107
|
if (n$6 === d$4) return I$2(n$6, w$5);
|
|
39892
|
-
if (u$9) return g$
|
|
42108
|
+
if (u$9) return g$3(n$6, { mode: c$9 }).then((k$3) => w$5(null, k$3), w$5);
|
|
39893
42109
|
C$2(d$4, y$7(p$3.relative(d$4, n$6)).split("/"), c$9, h$4, m$5, d$4, null, w$5);
|
|
39894
42110
|
};
|
|
39895
42111
|
const C$2 = (n$6, e$10, s$12, r$4, c$9, f$9, t$14, i$10) => {
|
|
@@ -39927,7 +42143,7 @@ function H() {
|
|
|
39927
42143
|
};
|
|
39928
42144
|
if (m$5 && v$3(m$5, n$6) === true) return d$4();
|
|
39929
42145
|
if (n$6 === h$4) return L$3(h$4), d$4();
|
|
39930
|
-
if (a$14) return d$4(g$
|
|
42146
|
+
if (a$14) return d$4(g$3.sync(n$6, r$4));
|
|
39931
42147
|
const $ = y$7(p$3.relative(h$4, n$6)).split("/");
|
|
39932
42148
|
let S$3 = null;
|
|
39933
42149
|
for (let k$3 = $.shift(), o$8 = h$4; k$3 && (o$8 += "/" + k$3); k$3 = $.shift()) if (o$8 = y$7(p$3.resolve(o$8)), !v$3(m$5, o$8)) try {
|
|
@@ -39980,7 +42196,7 @@ var u$1, f$1;
|
|
|
39980
42196
|
function z() {
|
|
39981
42197
|
if (f$1) return u$1;
|
|
39982
42198
|
f$1 = 1;
|
|
39983
|
-
const l$4 = j$1, m$5 = a$1(), g$
|
|
42199
|
+
const l$4 = j$1, m$5 = a$1(), g$3 = s(), { join: d$4 } = path$1, q$2 = (process.env.TESTING_TAR_FAKE_PLATFORM || process.platform) === "win32";
|
|
39984
42200
|
return u$1 = () => {
|
|
39985
42201
|
const i$10 = /* @__PURE__ */ new Map(), c$9 = /* @__PURE__ */ new Map(), v$3 = (e$10) => e$10.split("/").slice(0, -1).reduce((o$8, r$4) => (o$8.length && (r$4 = d$4(o$8[o$8.length - 1], r$4)), o$8.push(r$4 || "/"), o$8), []), a$14 = /* @__PURE__ */ new Set(), w$5 = (e$10) => {
|
|
39986
42202
|
const s$12 = c$9.get(e$10);
|
|
@@ -40006,7 +42222,7 @@ function z() {
|
|
|
40006
42222
|
return {
|
|
40007
42223
|
check: h$4,
|
|
40008
42224
|
reserve: (e$10, s$12) => {
|
|
40009
|
-
e$10 = q$2 ? ["win32 parallelization disabled"] : e$10.map((r$4) => g$
|
|
42225
|
+
e$10 = q$2 ? ["win32 parallelization disabled"] : e$10.map((r$4) => g$3(d$4(m$5(r$4))).toLowerCase());
|
|
40010
42226
|
const o$8 = new Set(e$10.map((r$4) => v$3(r$4)).reduce((r$4, t$14) => r$4.concat(t$14)));
|
|
40011
42227
|
return c$9.set(s$12, {
|
|
40012
42228
|
dirs: o$8,
|
|
@@ -40047,7 +42263,7 @@ var G, y;
|
|
|
40047
42263
|
function Os() {
|
|
40048
42264
|
if (y) return G;
|
|
40049
42265
|
y = 1;
|
|
40050
|
-
const ss = j$1, is = rt(), r$4 = nativeFs, es = X(), w$5 = path$1, M$2 = H(), K$2 = p(), ts = z(), os$2 = c(), l$4 = a$7(), rs = s(), hs = a$1(), H$1$1 = Symbol("onEntry"), q$2 = Symbol("checkFs"), Y$1 = Symbol("checkFs2"), v$3 = Symbol("pruneCache"), N$3 = Symbol("isReusable"), d$4 = Symbol("makeFs"), U$1 = Symbol("file"), F$1$1 = Symbol("directory"), O$6 = Symbol("link"), B = Symbol("symlink"), z$1$1 = Symbol("hardlink"), W$1 = Symbol("unsupported"), j$3 = Symbol("checkPath"), b$2 = Symbol("mkdir"), m$5 = Symbol("onError"), $ = Symbol("pending"), V$1 = Symbol("pend"), S$3 = Symbol("unpend"), P$
|
|
42266
|
+
const ss = j$1, is = rt(), r$4 = nativeFs, es = X(), w$5 = path$1, M$2 = H(), K$2 = p(), ts = z(), os$2 = c(), l$4 = a$7(), rs = s(), hs = a$1(), H$1$1 = Symbol("onEntry"), q$2 = Symbol("checkFs"), Y$1 = Symbol("checkFs2"), v$3 = Symbol("pruneCache"), N$3 = Symbol("isReusable"), d$4 = Symbol("makeFs"), U$1 = Symbol("file"), F$1$1 = Symbol("directory"), O$6 = Symbol("link"), B = Symbol("symlink"), z$1$1 = Symbol("hardlink"), W$1 = Symbol("unsupported"), j$3 = Symbol("checkPath"), b$2 = Symbol("mkdir"), m$5 = Symbol("onError"), $ = Symbol("pending"), V$1 = Symbol("pend"), S$3 = Symbol("unpend"), P$4 = Symbol("ended"), A$1 = Symbol("maybeClose"), x$3 = Symbol("skip"), E$2 = Symbol("doChown"), R$5 = Symbol("uid"), _$4 = Symbol("gid"), g$3 = Symbol("checkedCwd"), X$1$1 = Ds, J$2 = F(), C$2 = (process.env.TESTING_TAR_FAKE_PLATFORM || process.platform) === "win32", cs = 1024, as = (a$14, s$12) => {
|
|
40051
42267
|
if (!C$2) return r$4.unlink(a$14, s$12);
|
|
40052
42268
|
const i$10 = a$14 + ".DELETE." + X$1$1.randomBytes(16).toString("hex");
|
|
40053
42269
|
r$4.rename(a$14, i$10, (e$10) => {
|
|
@@ -40070,8 +42286,8 @@ function Os() {
|
|
|
40070
42286
|
class L$3 extends is {
|
|
40071
42287
|
constructor(s$12) {
|
|
40072
42288
|
if (s$12 || (s$12 = {}), s$12.ondone = (i$10) => {
|
|
40073
|
-
this[P$
|
|
40074
|
-
}, super(s$12), this[g$
|
|
42289
|
+
this[P$4] = true, this[A$1]();
|
|
42290
|
+
}, super(s$12), this[g$3] = false, this.reservations = ts(), this.transform = typeof s$12.transform == "function" ? s$12.transform : null, this.writable = true, this.readable = false, this[$] = 0, this[P$4] = false, this.dirCache = s$12.dirCache || /* @__PURE__ */ new Map(), typeof s$12.uid == "number" || typeof s$12.gid == "number") {
|
|
40075
42291
|
if (typeof s$12.uid != "number" || typeof s$12.gid != "number") throw new TypeError("cannot set owner without number uid and gid");
|
|
40076
42292
|
if (s$12.preserveOwner) throw new TypeError("cannot preserve owner in archive and also set owner explicitly");
|
|
40077
42293
|
this.uid = s$12.uid, this.gid = s$12.gid, this.setOwner = true;
|
|
@@ -40082,7 +42298,7 @@ function Os() {
|
|
|
40082
42298
|
return (s$12 === "TAR_BAD_ARCHIVE" || s$12 === "TAR_ABORT") && (e$10.recoverable = false), super.warn(s$12, i$10, e$10);
|
|
40083
42299
|
}
|
|
40084
42300
|
[A$1]() {
|
|
40085
|
-
this[P$
|
|
42301
|
+
this[P$4] && this[$] === 0 && (this.emit("prefinish"), this.emit("finish"), this.emit("end"));
|
|
40086
42302
|
}
|
|
40087
42303
|
[j$3](s$12) {
|
|
40088
42304
|
const i$10 = l$4(s$12.path), e$10 = i$10.split("/");
|
|
@@ -40262,7 +42478,7 @@ function Os() {
|
|
|
40262
42478
|
this[m$5](h$4, s$12), e$10();
|
|
40263
42479
|
return;
|
|
40264
42480
|
}
|
|
40265
|
-
this[g$
|
|
42481
|
+
this[g$3] = true, o$8();
|
|
40266
42482
|
});
|
|
40267
42483
|
}, o$8 = () => {
|
|
40268
42484
|
if (s$12.absolute !== this.cwd) {
|
|
@@ -40294,7 +42510,7 @@ function Os() {
|
|
|
40294
42510
|
as(s$12.absolute, (n$6) => this[d$4](n$6, s$12, e$10));
|
|
40295
42511
|
});
|
|
40296
42512
|
};
|
|
40297
|
-
this[g$
|
|
42513
|
+
this[g$3] ? o$8() : t$14();
|
|
40298
42514
|
}
|
|
40299
42515
|
[d$4](s$12, i$10, e$10) {
|
|
40300
42516
|
if (s$12) {
|
|
@@ -40329,10 +42545,10 @@ function Os() {
|
|
|
40329
42545
|
return super[d$4](s$12, i$10, () => {});
|
|
40330
42546
|
}
|
|
40331
42547
|
[q$2](s$12) {
|
|
40332
|
-
if (this[v$3](s$12), !this[g$
|
|
42548
|
+
if (this[v$3](s$12), !this[g$3]) {
|
|
40333
42549
|
const o$8 = this[b$2](this.cwd, this.dmode);
|
|
40334
42550
|
if (o$8) return this[m$5](o$8, s$12);
|
|
40335
|
-
this[g$
|
|
42551
|
+
this[g$3] = true;
|
|
40336
42552
|
}
|
|
40337
42553
|
if (s$12.absolute !== this.cwd) {
|
|
40338
42554
|
const o$8 = l$4(w$5.dirname(s$12.absolute));
|
|
@@ -41020,7 +43236,7 @@ export const useAppStore = defineStore('app', {
|
|
|
41020
43236
|
|
|
41021
43237
|
//#endregion
|
|
41022
43238
|
//#region ../shared/package.json
|
|
41023
|
-
var version$1 = "0.0
|
|
43239
|
+
var version$1 = "0.1.0";
|
|
41024
43240
|
|
|
41025
43241
|
//#endregion
|
|
41026
43242
|
//#region ../shared/src/utils/getTemplateSource.ts
|
|
@@ -41447,7 +43663,7 @@ async function installDependencies(root$3 = process.cwd(), manager = packageMana
|
|
|
41447
43663
|
//#endregion
|
|
41448
43664
|
//#region ../shared/src/functions/scaffold.ts
|
|
41449
43665
|
async function scaffold(options$1, callbacks = {}) {
|
|
41450
|
-
const { cwd: cwd$1, name: name$1, platform: platform$2, features: features$1, typescript, type, packageManager: packageManager$1, install, force, clientHints, debug: debugFlag } = options$1;
|
|
43666
|
+
const { cwd: cwd$1, name: name$1, platform: platform$2, features: features$1, typescript, type, vuetifyVersion, packageManager: packageManager$1, install, force, clientHints, debug: debugFlag } = options$1;
|
|
41451
43667
|
const debug$7 = (...msg) => debugFlag && console.log("DEBUG:", ...msg);
|
|
41452
43668
|
const projectRoot = join$1(cwd$1, name$1);
|
|
41453
43669
|
debug$7("projectRoot=", projectRoot);
|
|
@@ -41494,6 +43710,7 @@ async function scaffold(options$1, callbacks = {}) {
|
|
|
41494
43710
|
callbacks.onDownloadEnd?.();
|
|
41495
43711
|
let pkg;
|
|
41496
43712
|
pkg = await readPackageJSON(join$1(projectRoot, "package.json"));
|
|
43713
|
+
if (vuetifyVersion === "4.x" && pkg.dependencies && pkg.dependencies.vuetify) pkg.dependencies.vuetify = "^4.0.0-beta.1";
|
|
41497
43714
|
callbacks.onConfigStart?.();
|
|
41498
43715
|
if (features$1 && features$1.length > 0) await applyFeatures(projectRoot, features$1, pkg, !!typescript, platform$2 === "nuxt", clientHints, type);
|
|
41499
43716
|
if (platform$2 === "nuxt" && type !== "vuetify0" && (!features$1 || !features$1.includes("vuetify-nuxt-module"))) await vuetifyNuxtManual.apply({
|
|
@@ -41523,14 +43740,36 @@ async function scaffold(options$1, callbacks = {}) {
|
|
|
41523
43740
|
|
|
41524
43741
|
//#endregion
|
|
41525
43742
|
//#region ../shared/src/functions/create.ts
|
|
41526
|
-
async function createVuetify(options$1) {
|
|
43743
|
+
async function createVuetify(options$1, commandOptions) {
|
|
41527
43744
|
const { version: version$4, ...args$2 } = options$1;
|
|
41528
43745
|
const cwd$1 = args$2.cwd || process.cwd();
|
|
41529
43746
|
const debug$7 = (...msg) => args$2.debug && console.log("DEBUG:", ...msg);
|
|
41530
43747
|
debug$7("run args=", JSON.stringify(args$2, null, 2));
|
|
41531
43748
|
debug$7("VUETIFY_CLI_TEMPLATES_PATH=", process.env.VUETIFY_CLI_TEMPLATES_PATH);
|
|
41532
|
-
|
|
41533
|
-
|
|
43749
|
+
if (commandOptions?.intro === false) R.info(i18n.t("messages.create.intro", { version: version$4 }));
|
|
43750
|
+
else {
|
|
43751
|
+
console.log(createBanner());
|
|
43752
|
+
Nt(i18n.t("messages.create.intro", { version: version$4 }));
|
|
43753
|
+
}
|
|
43754
|
+
if (args$2.preset) {
|
|
43755
|
+
const home = homedir();
|
|
43756
|
+
const presetPath = resolve(args$2.preset);
|
|
43757
|
+
const globalPresetPath = join$1(home, ".vuetify", "presets", args$2.preset.endsWith(".json") ? args$2.preset : `${args$2.preset}.json`);
|
|
43758
|
+
let presetContent;
|
|
43759
|
+
if (existsSync(presetPath)) presetContent = readFileSync(presetPath, "utf8");
|
|
43760
|
+
else if (existsSync(globalPresetPath)) presetContent = readFileSync(globalPresetPath, "utf8");
|
|
43761
|
+
else {
|
|
43762
|
+
const slugGlobalPath = join$1(home, ".vuetify", "presets", `${slugify(args$2.preset)}.json`);
|
|
43763
|
+
if (existsSync(slugGlobalPath)) presetContent = readFileSync(slugGlobalPath, "utf8");
|
|
43764
|
+
}
|
|
43765
|
+
if (presetContent) try {
|
|
43766
|
+
const preset = JSON.parse(presetContent);
|
|
43767
|
+
Object.assign(args$2, preset);
|
|
43768
|
+
debug$7("loaded preset=", preset);
|
|
43769
|
+
} catch (error) {
|
|
43770
|
+
debug$7("failed to parse preset", error);
|
|
43771
|
+
}
|
|
43772
|
+
}
|
|
41534
43773
|
const features$1 = typeof args$2.features === "string" ? args$2.features.split(",").filter(Boolean) : args$2.features;
|
|
41535
43774
|
const rawArgs = args$2;
|
|
41536
43775
|
const packageManager$1 = rawArgs.packageManager || rawArgs["package-manager"];
|
|
@@ -41544,6 +43783,42 @@ async function createVuetify(options$1) {
|
|
|
41544
43783
|
router: rawArgs.router
|
|
41545
43784
|
}, cwd$1);
|
|
41546
43785
|
debug$7("context=", JSON.stringify(context, null, 2));
|
|
43786
|
+
if (args$2.interactive && !args$2.preset) {
|
|
43787
|
+
if (await Mt({
|
|
43788
|
+
message: i18n.t("prompts.preset.save"),
|
|
43789
|
+
initialValue: false
|
|
43790
|
+
})) {
|
|
43791
|
+
const displayName = await Qt({
|
|
43792
|
+
message: i18n.t("prompts.preset.name"),
|
|
43793
|
+
validate: (value) => {
|
|
43794
|
+
if (!value) return "Please enter a name";
|
|
43795
|
+
}
|
|
43796
|
+
});
|
|
43797
|
+
if (typeof displayName === "string") {
|
|
43798
|
+
const presetsDir = join$1(homedir(), ".vuetify", "create", "presets");
|
|
43799
|
+
if (!existsSync(presetsDir)) mkdirSync(presetsDir, { recursive: true });
|
|
43800
|
+
const presetPath = join$1(presetsDir, `${slugify(displayName)}.json`);
|
|
43801
|
+
let shouldSave = true;
|
|
43802
|
+
if (existsSync(presetPath)) shouldSave = await Mt({
|
|
43803
|
+
message: i18n.t("prompts.preset.overwrite", { name: displayName }),
|
|
43804
|
+
initialValue: false
|
|
43805
|
+
});
|
|
43806
|
+
if (shouldSave) {
|
|
43807
|
+
const { name: _$4, ...presetContext } = context;
|
|
43808
|
+
const presetContent = {
|
|
43809
|
+
...presetContext,
|
|
43810
|
+
version: version$4,
|
|
43811
|
+
meta: {
|
|
43812
|
+
version: "1.0.0",
|
|
43813
|
+
displayName
|
|
43814
|
+
}
|
|
43815
|
+
};
|
|
43816
|
+
writeFileSync(presetPath, JSON.stringify(presetContent, null, 2));
|
|
43817
|
+
R.step(i18n.t("prompts.preset.saved", { path: presetPath }));
|
|
43818
|
+
}
|
|
43819
|
+
}
|
|
43820
|
+
}
|
|
43821
|
+
}
|
|
41547
43822
|
const projectRoot = join$1(cwd$1, context.name);
|
|
41548
43823
|
debug$7("projectRoot=", projectRoot);
|
|
41549
43824
|
const s$12 = Se();
|
|
@@ -41553,6 +43828,7 @@ async function createVuetify(options$1) {
|
|
|
41553
43828
|
name: context.name,
|
|
41554
43829
|
platform: context.platform,
|
|
41555
43830
|
type: context.type,
|
|
43831
|
+
vuetifyVersion: context.vuetifyVersion,
|
|
41556
43832
|
features: context.features,
|
|
41557
43833
|
typescript: !!context.typescript,
|
|
41558
43834
|
packageManager: context.packageManager,
|
|
@@ -41603,8 +43879,8 @@ async function createVuetify(options$1) {
|
|
|
41603
43879
|
path: relativePath
|
|
41604
43880
|
}));
|
|
41605
43881
|
Tt(lines.join("\n"), "Next steps", { withGuide: false });
|
|
41606
|
-
const blue$
|
|
41607
|
-
console.log(`${blue$
|
|
43882
|
+
const blue$6 = ansi256(33);
|
|
43883
|
+
console.log(`${blue$6(link("Docs", "https://0.vuetifyjs.com/guide"))} ⸱ ${blue$6(link("Discord", "https://discord.gg/vK6T89eNP7"))} ⸱ ${blue$6(link("Support Us", "https://opencollective.com/vuetify"))}\n`);
|
|
41608
43884
|
}
|
|
41609
43885
|
|
|
41610
43886
|
//#endregion
|
|
@@ -41649,7 +43925,7 @@ function isInsideContainer() {
|
|
|
41649
43925
|
//#endregion
|
|
41650
43926
|
//#region ../../node_modules/.pnpm/is-wsl@3.1.0/node_modules/is-wsl/index.js
|
|
41651
43927
|
const isWsl = () => {
|
|
41652
|
-
if (
|
|
43928
|
+
if (P.platform !== "linux") return false;
|
|
41653
43929
|
if (os.release().toLowerCase().includes("microsoft")) {
|
|
41654
43930
|
if (isInsideContainer()) return false;
|
|
41655
43931
|
return true;
|
|
@@ -41660,12 +43936,12 @@ const isWsl = () => {
|
|
|
41660
43936
|
return false;
|
|
41661
43937
|
}
|
|
41662
43938
|
};
|
|
41663
|
-
var is_wsl_default =
|
|
43939
|
+
var is_wsl_default = P.env.__IS_WSL_TEST__ ? isWsl : isWsl();
|
|
41664
43940
|
|
|
41665
43941
|
//#endregion
|
|
41666
43942
|
//#region ../../node_modules/.pnpm/powershell-utils@0.1.0/node_modules/powershell-utils/index.js
|
|
41667
43943
|
const execFile$2 = promisify(childProcess.execFile);
|
|
41668
|
-
const powerShellPath$1 = () => `${
|
|
43944
|
+
const powerShellPath$1 = () => `${P.env.SYSTEMROOT || P.env.windir || String.raw`C:\Windows`}\\System32\\WindowsPowerShell\\v1.0\\powershell.exe`;
|
|
41669
43945
|
const executePowerShell = async (command, options$1 = {}) => {
|
|
41670
43946
|
const { powerShellPath: psPath, ...execFileOptions } = options$1;
|
|
41671
43947
|
const encodedCommand = executePowerShell.encodeCommand(command);
|
|
@@ -41766,7 +44042,7 @@ function defineLazyProperty(object, propertyName, valueGetter) {
|
|
|
41766
44042
|
//#region ../../node_modules/.pnpm/default-browser-id@5.0.0/node_modules/default-browser-id/index.js
|
|
41767
44043
|
const execFileAsync$3 = promisify(execFile);
|
|
41768
44044
|
async function defaultBrowserId() {
|
|
41769
|
-
if (
|
|
44045
|
+
if (P.platform !== "darwin") throw new Error("macOS only");
|
|
41770
44046
|
const { stdout: stdout$1 } = await execFileAsync$3("defaults", [
|
|
41771
44047
|
"read",
|
|
41772
44048
|
"com.apple.LaunchServices/com.apple.launchservices.secure",
|
|
@@ -41779,7 +44055,7 @@ async function defaultBrowserId() {
|
|
|
41779
44055
|
//#region ../../node_modules/.pnpm/run-applescript@7.1.0/node_modules/run-applescript/index.js
|
|
41780
44056
|
const execFileAsync$2 = promisify(execFile);
|
|
41781
44057
|
async function runAppleScript(script, { humanReadableOutput = true, signal } = {}) {
|
|
41782
|
-
if (
|
|
44058
|
+
if (P.platform !== "darwin") throw new Error("macOS only");
|
|
41783
44059
|
const outputArguments = humanReadableOutput ? [] : ["-ss"];
|
|
41784
44060
|
const execOptions = {};
|
|
41785
44061
|
if (signal) execOptions.signal = signal;
|
|
@@ -41888,14 +44164,14 @@ async function defaultBrowser$1(_execFileAsync = execFileAsync$1) {
|
|
|
41888
44164
|
const execFileAsync = promisify(execFile);
|
|
41889
44165
|
const titleize = (string) => string.toLowerCase().replaceAll(/(?:^|\s|-)\S/g, (x$3) => x$3.toUpperCase());
|
|
41890
44166
|
async function defaultBrowser() {
|
|
41891
|
-
if (
|
|
44167
|
+
if (P.platform === "darwin") {
|
|
41892
44168
|
const id = await defaultBrowserId();
|
|
41893
44169
|
return {
|
|
41894
44170
|
name: await bundleName(id),
|
|
41895
44171
|
id
|
|
41896
44172
|
};
|
|
41897
44173
|
}
|
|
41898
|
-
if (
|
|
44174
|
+
if (P.platform === "linux") {
|
|
41899
44175
|
const { stdout: stdout$1 } = await execFileAsync("xdg-mime", [
|
|
41900
44176
|
"query",
|
|
41901
44177
|
"default",
|
|
@@ -41907,13 +44183,13 @@ async function defaultBrowser() {
|
|
|
41907
44183
|
id
|
|
41908
44184
|
};
|
|
41909
44185
|
}
|
|
41910
|
-
if (
|
|
44186
|
+
if (P.platform === "win32") return defaultBrowser$1();
|
|
41911
44187
|
throw new Error("Only macOS, Linux, and Windows are supported");
|
|
41912
44188
|
}
|
|
41913
44189
|
|
|
41914
44190
|
//#endregion
|
|
41915
44191
|
//#region ../../node_modules/.pnpm/is-in-ssh@1.0.0/node_modules/is-in-ssh/index.js
|
|
41916
|
-
const isInSsh = Boolean(
|
|
44192
|
+
const isInSsh = Boolean(P.env.SSH_CONNECTION || P.env.SSH_CLIENT || P.env.SSH_TTY);
|
|
41917
44193
|
var is_in_ssh_default = isInSsh;
|
|
41918
44194
|
|
|
41919
44195
|
//#endregion
|
|
@@ -41921,7 +44197,7 @@ var is_in_ssh_default = isInSsh;
|
|
|
41921
44197
|
const fallbackAttemptSymbol = Symbol("fallbackAttempt");
|
|
41922
44198
|
const __dirname = import.meta.url ? path.dirname(fileURLToPath(import.meta.url)) : "";
|
|
41923
44199
|
const localXdgOpenPath = path.join(__dirname, "xdg-open");
|
|
41924
|
-
const { platform, arch } =
|
|
44200
|
+
const { platform, arch } = P;
|
|
41925
44201
|
const tryEachApp = async (apps$1, opener) => {
|
|
41926
44202
|
if (apps$1.length === 0) return;
|
|
41927
44203
|
const errors$1 = [];
|
|
@@ -42034,7 +44310,7 @@ const baseOpen = async (options$1) => {
|
|
|
42034
44310
|
await fs$1.access(localXdgOpenPath, constants.X_OK);
|
|
42035
44311
|
exeLocalXdgOpen = true;
|
|
42036
44312
|
} catch {}
|
|
42037
|
-
command =
|
|
44313
|
+
command = P.versions.electron ?? (platform === "android" || isBundled || !exeLocalXdgOpen) ? "xdg-open" : localXdgOpenPath;
|
|
42038
44314
|
}
|
|
42039
44315
|
if (appArguments.length > 0) cliArguments.push(...appArguments);
|
|
42040
44316
|
if (!options$1.wait) {
|
|
@@ -42559,19 +44835,19 @@ const encodedSeparatorRegEx = /%2f|%5c/i;
|
|
|
42559
44835
|
const emittedPackageWarnings = /* @__PURE__ */ new Set();
|
|
42560
44836
|
const doubleSlashRegEx = /[/\\]{2}/;
|
|
42561
44837
|
function emitInvalidSegmentDeprecation(target, request$2, match, packageJsonUrl, internal, base, isTarget) {
|
|
42562
|
-
if (
|
|
44838
|
+
if (P.noDeprecation) return;
|
|
42563
44839
|
const pjsonPath = fileURLToPath(packageJsonUrl);
|
|
42564
44840
|
const double = doubleSlashRegEx.exec(isTarget ? target : request$2) !== null;
|
|
42565
|
-
|
|
44841
|
+
P.emitWarning(`Use of deprecated ${double ? "double slash" : "leading or trailing slash matching"} resolving "${target}" for module request "${request$2}" ${request$2 === match ? "" : `matched to "${match}" `}in the "${internal ? "imports" : "exports"}" field module resolution of the package at ${pjsonPath}${base ? ` imported from ${fileURLToPath(base)}` : ""}.`, "DeprecationWarning", "DEP0166");
|
|
42566
44842
|
}
|
|
42567
44843
|
function emitLegacyIndexDeprecation(url, packageJsonUrl, base, main$1) {
|
|
42568
|
-
if (
|
|
44844
|
+
if (P.noDeprecation) return;
|
|
42569
44845
|
if (defaultGetFormatWithoutErrors(url, { parentURL: base.href }) !== "module") return;
|
|
42570
44846
|
const urlPath = fileURLToPath(url.href);
|
|
42571
44847
|
const packagePath = fileURLToPath(new URL$1(".", packageJsonUrl));
|
|
42572
44848
|
const basePath = fileURLToPath(base);
|
|
42573
|
-
if (!main$1)
|
|
42574
|
-
else if (path.resolve(packagePath, main$1) !== urlPath)
|
|
44849
|
+
if (!main$1) P.emitWarning(`No "main" or "exports" field defined in the package.json for ${packagePath} resolving the main entry point "${urlPath.slice(packagePath.length)}", imported from ${basePath}.\nDefault "index" lookups for the main are deprecated for ES modules.`, "DeprecationWarning", "DEP0151");
|
|
44850
|
+
else if (path.resolve(packagePath, main$1) !== urlPath) P.emitWarning(`Package ${packagePath} has a "main" field set to "${main$1}", excluding the full filename and extension to the resolved file at "${urlPath.slice(packagePath.length)}", imported from ${basePath}.\n Automatic extension resolution of the "main" field is deprecated for ES modules.`, "DeprecationWarning", "DEP0151");
|
|
42575
44851
|
}
|
|
42576
44852
|
function tryStatSync(path$1$1) {
|
|
42577
44853
|
try {
|
|
@@ -42779,11 +45055,11 @@ function isConditionalExportsMainSugar(exports$1, packageJsonUrl, base) {
|
|
|
42779
45055
|
return isConditionalSugar;
|
|
42780
45056
|
}
|
|
42781
45057
|
function emitTrailingSlashPatternDeprecation(match, pjsonUrl, base) {
|
|
42782
|
-
if (
|
|
45058
|
+
if (P.noDeprecation) return;
|
|
42783
45059
|
const pjsonPath = fileURLToPath(pjsonUrl);
|
|
42784
45060
|
if (emittedPackageWarnings.has(pjsonPath + "|" + match)) return;
|
|
42785
45061
|
emittedPackageWarnings.add(pjsonPath + "|" + match);
|
|
42786
|
-
|
|
45062
|
+
P.emitWarning(`Use of deprecated trailing slash pattern mapping "${match}" in the "exports" field module resolution of the package at ${pjsonPath}${base ? ` imported from ${fileURLToPath(base)}` : ""}. Mapping specifiers ending in "/" is no longer supported.`, "DeprecationWarning", "DEP0155");
|
|
42787
45063
|
}
|
|
42788
45064
|
function packageExportsResolve(packageJsonUrl, packageSubpath, packageConfig, base, conditions) {
|
|
42789
45065
|
let exports$1 = packageConfig.exports;
|
|
@@ -43227,8 +45503,8 @@ const LINKS = {
|
|
|
43227
45503
|
|
|
43228
45504
|
//#endregion
|
|
43229
45505
|
//#region ../shared/src/functions/eslint.ts
|
|
43230
|
-
const blue$
|
|
43231
|
-
const description$1 = i18n.t("commands.eslint.description", { configPkg: blue$
|
|
45506
|
+
const blue$4 = ansi256(33);
|
|
45507
|
+
const description$1 = i18n.t("commands.eslint.description", { configPkg: blue$4(ESLINT_CONFIG) });
|
|
43232
45508
|
async function getEslintStatus() {
|
|
43233
45509
|
const nuxtConfigPath = tryResolveFilePath("./nuxt.config", { extensions: [
|
|
43234
45510
|
".ts",
|
|
@@ -43351,8 +45627,8 @@ async function addEslint() {
|
|
|
43351
45627
|
//#endregion
|
|
43352
45628
|
//#region ../shared/src/functions/mcp.ts
|
|
43353
45629
|
const RULER_PKG = "@intellectronica/ruler";
|
|
43354
|
-
const blue$
|
|
43355
|
-
const description = i18n.t("commands.mcp.description", { pkg: blue$
|
|
45630
|
+
const blue$3 = ansi256(33);
|
|
45631
|
+
const description = i18n.t("commands.mcp.description", { pkg: blue$3(RULER_PKG) });
|
|
43356
45632
|
async function addMcp() {
|
|
43357
45633
|
Nt(description);
|
|
43358
45634
|
if (await tryResolvePackage(RULER_PKG)) R.info(i18n.t("messages.eslint.deps_already_installed"));
|
|
@@ -43493,10 +45769,14 @@ async function getNpmPackageVersion(packageName) {
|
|
|
43493
45769
|
}
|
|
43494
45770
|
}
|
|
43495
45771
|
|
|
45772
|
+
//#endregion
|
|
45773
|
+
//#region ../shared/src/utils/strings.ts
|
|
45774
|
+
const capitalize = (str) => str.charAt(0).toUpperCase() + str.slice(1);
|
|
45775
|
+
|
|
43496
45776
|
//#endregion
|
|
43497
45777
|
//#region ../shared/src/utils/updateCheck.ts
|
|
43498
45778
|
var import_semver = /* @__PURE__ */ __toESM(require_semver());
|
|
43499
|
-
const blue$
|
|
45779
|
+
const blue$2 = ansi256(33);
|
|
43500
45780
|
|
|
43501
45781
|
//#endregion
|
|
43502
45782
|
//#region ../shared/src/commands/update.ts
|
|
@@ -43656,11 +45936,94 @@ function registerProjectArgsCompletion(completion) {
|
|
|
43656
45936
|
|
|
43657
45937
|
//#endregion
|
|
43658
45938
|
//#region ../shared/src/reporters/console.ts
|
|
43659
|
-
const blue = ansi256(33);
|
|
45939
|
+
const blue$1 = ansi256(33);
|
|
43660
45940
|
|
|
43661
45941
|
//#endregion
|
|
43662
45942
|
//#region package.json
|
|
43663
|
-
var version = "3.0
|
|
45943
|
+
var version = "3.1.0-next.1";
|
|
45944
|
+
|
|
45945
|
+
//#endregion
|
|
45946
|
+
//#region src/commands/presets.ts
|
|
45947
|
+
const blue = ansi256(33);
|
|
45948
|
+
const presets = defineCommand({
|
|
45949
|
+
meta: {
|
|
45950
|
+
name: "presets",
|
|
45951
|
+
description: i18n.t("commands.presets.description")
|
|
45952
|
+
},
|
|
45953
|
+
args: {
|
|
45954
|
+
...projectArgs(),
|
|
45955
|
+
list: {
|
|
45956
|
+
type: "boolean",
|
|
45957
|
+
description: "List available presets",
|
|
45958
|
+
alias: "l",
|
|
45959
|
+
default: false
|
|
45960
|
+
}
|
|
45961
|
+
},
|
|
45962
|
+
run: async ({ args: args$2 }) => {
|
|
45963
|
+
const presetsDir = join$1(homedir(), ".vuetify", "create", "presets");
|
|
45964
|
+
Nt(i18n.t("commands.presets.intro"));
|
|
45965
|
+
if (!existsSync(presetsDir)) {
|
|
45966
|
+
R.warn(i18n.t("commands.presets.empty"));
|
|
45967
|
+
R.info(i18n.t("commands.presets.tip"));
|
|
45968
|
+
Wt(i18n.t("commands.presets.done"));
|
|
45969
|
+
return;
|
|
45970
|
+
}
|
|
45971
|
+
const files = readdirSync(presetsDir).filter((f$9) => f$9.endsWith(".json"));
|
|
45972
|
+
if (files.length === 0) {
|
|
45973
|
+
R.warn(i18n.t("commands.presets.empty"));
|
|
45974
|
+
R.info(i18n.t("commands.presets.tip"));
|
|
45975
|
+
Wt(i18n.t("commands.presets.done"));
|
|
45976
|
+
return;
|
|
45977
|
+
}
|
|
45978
|
+
const presets$1 = [];
|
|
45979
|
+
for (const file$1 of files) try {
|
|
45980
|
+
const content = readFileSync(join$1(presetsDir, file$1), "utf8");
|
|
45981
|
+
const preset = JSON.parse(content);
|
|
45982
|
+
const name$1 = preset.meta?.displayName || file$1.replace(".json", "");
|
|
45983
|
+
const type = capitalize(preset.type || "vuetify");
|
|
45984
|
+
const platform$2 = capitalize(preset.platform || "vue");
|
|
45985
|
+
const features$1 = preset.features || [];
|
|
45986
|
+
const formattedLine = `${name$1} ${dim(`(`)}${blue(type)} + ${green(platform$2)} ${dim(`|`)} ${features$1.join(",")}${dim(`)`)}`;
|
|
45987
|
+
presets$1.push({
|
|
45988
|
+
name: name$1,
|
|
45989
|
+
invalid: false,
|
|
45990
|
+
formattedLine,
|
|
45991
|
+
file: file$1
|
|
45992
|
+
});
|
|
45993
|
+
} catch {
|
|
45994
|
+
presets$1.push({
|
|
45995
|
+
name: file$1.replace(".json", ""),
|
|
45996
|
+
invalid: true
|
|
45997
|
+
});
|
|
45998
|
+
}
|
|
45999
|
+
if (args$2.list) {
|
|
46000
|
+
for (const p$3 of presets$1) p$3.invalid ? R.error(`${p$3.name} ${dim("(invalid)")}`) : R.success(p$3.formattedLine);
|
|
46001
|
+
Wt(i18n.t("commands.presets.done"));
|
|
46002
|
+
} else {
|
|
46003
|
+
const preset = await qt({
|
|
46004
|
+
message: i18n.t("commands.presets.select"),
|
|
46005
|
+
options: presets$1.filter((p$3) => !p$3.invalid).map((p$3) => ({
|
|
46006
|
+
label: p$3.formattedLine,
|
|
46007
|
+
value: p$3
|
|
46008
|
+
}))
|
|
46009
|
+
});
|
|
46010
|
+
if (!preset || typeof preset === "symbol") {
|
|
46011
|
+
R.warn(i18n.t("commands.presets.cancel"));
|
|
46012
|
+
Wt(i18n.t("commands.presets.done"));
|
|
46013
|
+
return;
|
|
46014
|
+
}
|
|
46015
|
+
R.success(i18n.t("commands.presets.selected", { name: preset.name }));
|
|
46016
|
+
const run = await Mt({ message: i18n.t("commands.presets.use") });
|
|
46017
|
+
if (run && typeof run !== "symbol") await createVuetify({
|
|
46018
|
+
...args$2,
|
|
46019
|
+
preset: join$1(presetsDir, preset.file),
|
|
46020
|
+
version
|
|
46021
|
+
}, { intro: false });
|
|
46022
|
+
else Wt(i18n.t("commands.presets.done"));
|
|
46023
|
+
}
|
|
46024
|
+
process.exit(0);
|
|
46025
|
+
}
|
|
46026
|
+
});
|
|
43664
46027
|
|
|
43665
46028
|
//#endregion
|
|
43666
46029
|
//#region src/commands/upgrade.ts
|
|
@@ -43682,13 +46045,16 @@ const main = defineCommand({
|
|
|
43682
46045
|
}
|
|
43683
46046
|
},
|
|
43684
46047
|
run: async ({ args: args$2 }) => {
|
|
43685
|
-
if (args$2._[0] === "complete") return;
|
|
46048
|
+
if (args$2._[0] === "complete" || args$2._[0] === "presets") return;
|
|
43686
46049
|
await createVuetify({
|
|
43687
46050
|
...args$2,
|
|
43688
46051
|
version
|
|
43689
46052
|
});
|
|
43690
46053
|
},
|
|
43691
|
-
subCommands: {
|
|
46054
|
+
subCommands: {
|
|
46055
|
+
presets,
|
|
46056
|
+
upgrade
|
|
46057
|
+
}
|
|
43692
46058
|
});
|
|
43693
46059
|
await v(main).then((completion) => {
|
|
43694
46060
|
registerProjectArgsCompletion(completion);
|