@vue/devtools-electron 7.0.17 → 7.0.18
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/client/assets/{index-znADLMKs.js → index-DnCeRZw8.js} +70 -70
- package/client/assets/index-Oh2W-bWr.css +1 -0
- package/client/devtools-panel.css +1 -1
- package/client/devtools-panel.js +9537 -9515
- package/client/index.html +2 -2
- package/client/{unocss-runtime-JevVua36.js → unocss-runtime-hkt5kXhD.js} +38 -38
- package/dist/devtools.js +128 -128
- package/dist/index.cjs +14 -14
- package/dist/index.js +14 -14
- package/dist/user-app.cjs +39 -39
- package/dist/user-app.iife.js +37 -37
- package/dist/user-app.js +40 -40
- package/package.json +3 -3
- package/client/assets/index-rw3ThENc.css +0 -1
package/client/index.html
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
<link rel="icon" href="./logo.svg" type="image/svg+xml" />
|
|
7
7
|
<title>Vue DevTools Client</title>
|
|
8
8
|
<script src="./color-scheme.js"></script>
|
|
9
|
-
<script type="module" crossorigin src="./assets/index-
|
|
10
|
-
<link rel="stylesheet" crossorigin href="./assets/index-
|
|
9
|
+
<script type="module" crossorigin src="./assets/index-DnCeRZw8.js"></script>
|
|
10
|
+
<link rel="stylesheet" crossorigin href="./assets/index-Oh2W-bWr.css">
|
|
11
11
|
</head>
|
|
12
12
|
<body>
|
|
13
13
|
<div id="app"></div>
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
const je = /"(?:_|\\u0{2}5[Ff]){2}(?:p|\\u0{2}70)(?:r|\\u0{2}72)(?:o|\\u0{2}6[Ff])(?:t|\\u0{2}74)(?:o|\\u0{2}6[Ff])(?:_|\\u0{2}5[Ff]){2}"\s*:/, Pe = /"(?:c|\\u0063)(?:o|\\u006[Ff])(?:n|\\u006[Ee])(?:s|\\u0073)(?:t|\\u0074)(?:r|\\u0072)(?:u|\\u0075)(?:c|\\u0063)(?:t|\\u0074)(?:o|\\u006[Ff])(?:r|\\u0072)"\s*:/, Fe = /^\s*["[{]|^\s*-?\d{1,16}(\.\d{1,17})?([Ee][+-]?\d+)?\s*$/;
|
|
2
2
|
function Ve(e, t) {
|
|
3
3
|
if (e === "__proto__" || e === "constructor" && t && typeof t == "object" && "prototype" in t) {
|
|
4
|
-
|
|
4
|
+
He(e);
|
|
5
5
|
return;
|
|
6
6
|
}
|
|
7
7
|
return t;
|
|
8
8
|
}
|
|
9
|
-
function
|
|
9
|
+
function He(e) {
|
|
10
10
|
console.warn(`[destr] Dropping "${e}" key to prevent prototype pollution.`);
|
|
11
11
|
}
|
|
12
|
-
function
|
|
12
|
+
function Be(e, t = {}) {
|
|
13
13
|
if (typeof e != "string")
|
|
14
14
|
return e;
|
|
15
15
|
const n = e.trim();
|
|
@@ -53,12 +53,12 @@ function He(e, t = {}) {
|
|
|
53
53
|
return e;
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
|
-
const
|
|
57
|
-
function
|
|
56
|
+
const Ge = /#/g, ze = /&/g, qe = /\//g, We = /=/g, ne = /\+/g, Ke = /%5e/gi, Je = /%60/gi, Xe = /%7c/gi, Qe = /%20/gi;
|
|
57
|
+
function Ye(e) {
|
|
58
58
|
return encodeURI("" + e).replace(Xe, "|");
|
|
59
59
|
}
|
|
60
60
|
function Z(e) {
|
|
61
|
-
return
|
|
61
|
+
return Ye(typeof e == "string" ? e : JSON.stringify(e)).replace(ne, "%2B").replace(Qe, "+").replace(Ge, "%23").replace(ze, "%26").replace(Je, "`").replace(Ke, "^").replace(qe, "%2F");
|
|
62
62
|
}
|
|
63
63
|
function K(e) {
|
|
64
64
|
return Z(e).replace(We, "%3D");
|
|
@@ -343,7 +343,7 @@ function Ce(e = {}) {
|
|
|
343
343
|
const h = (i.options.parseResponse ? "json" : i.options.responseType) || Et(i.response.headers.get("content-type") || "");
|
|
344
344
|
switch (h) {
|
|
345
345
|
case "json": {
|
|
346
|
-
const g = await i.response.text(), _ = i.options.parseResponse ||
|
|
346
|
+
const g = await i.response.text(), _ = i.options.parseResponse || Be;
|
|
347
347
|
i.response._data = _(g);
|
|
348
348
|
break;
|
|
349
349
|
}
|
|
@@ -451,7 +451,7 @@ function Mt(e) {
|
|
|
451
451
|
function X(e) {
|
|
452
452
|
return e == null ? "" : Mt(e).map(([t, n]) => n != null ? `${t}:${n};` : void 0).filter(Boolean).join("");
|
|
453
453
|
}
|
|
454
|
-
function
|
|
454
|
+
function H(e) {
|
|
455
455
|
return e && typeof e == "object" && !Array.isArray(e);
|
|
456
456
|
}
|
|
457
457
|
function Ae(e, t, n = !1) {
|
|
@@ -459,26 +459,26 @@ function Ae(e, t, n = !1) {
|
|
|
459
459
|
if (Array.isArray(o))
|
|
460
460
|
return n && Array.isArray(o) ? [...s, ...o] : [...o];
|
|
461
461
|
const r = { ...s };
|
|
462
|
-
return
|
|
463
|
-
|
|
462
|
+
return H(s) && H(o) && Object.keys(o).forEach((a) => {
|
|
463
|
+
H(s[a]) && H(o[a]) || Array.isArray(s[a]) && Array.isArray(o[a]) ? r[a] = Ae(s[a], o[a], n) : Object.assign(r, { [a]: o[a] });
|
|
464
464
|
}), r;
|
|
465
465
|
}
|
|
466
|
-
function
|
|
466
|
+
function G(e) {
|
|
467
467
|
let t, n, s;
|
|
468
468
|
if (Array.isArray(e)) {
|
|
469
469
|
for (n = Array(t = e.length); t--; )
|
|
470
|
-
n[t] = (s = e[t]) && typeof s == "object" ?
|
|
470
|
+
n[t] = (s = e[t]) && typeof s == "object" ? G(s) : s;
|
|
471
471
|
return n;
|
|
472
472
|
}
|
|
473
473
|
if (Object.prototype.toString.call(e) === "[object Object]") {
|
|
474
474
|
n = {};
|
|
475
475
|
for (t in e)
|
|
476
476
|
t === "__proto__" ? Object.defineProperty(n, t, {
|
|
477
|
-
value:
|
|
477
|
+
value: G(e[t]),
|
|
478
478
|
configurable: !0,
|
|
479
479
|
enumerable: !0,
|
|
480
480
|
writable: !0
|
|
481
|
-
}) : n[t] = (s = e[t]) && typeof s == "object" ?
|
|
481
|
+
}) : n[t] = (s = e[t]) && typeof s == "object" ? G(s) : s;
|
|
482
482
|
return n;
|
|
483
483
|
}
|
|
484
484
|
return e;
|
|
@@ -501,10 +501,10 @@ function Pt(e) {
|
|
|
501
501
|
}
|
|
502
502
|
function Ft() {
|
|
503
503
|
}
|
|
504
|
-
var Vt = Object.defineProperty,
|
|
505
|
-
class
|
|
504
|
+
var Vt = Object.defineProperty, Ht = (e, t, n) => t in e ? Vt(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, Bt = (e, t, n) => (Ht(e, typeof t != "symbol" ? t + "" : t, n), n);
|
|
505
|
+
class Gt {
|
|
506
506
|
constructor() {
|
|
507
|
-
|
|
507
|
+
Bt(this, "_map", /* @__PURE__ */ new Map());
|
|
508
508
|
}
|
|
509
509
|
get(t, n) {
|
|
510
510
|
const s = this._map.get(t);
|
|
@@ -555,13 +555,13 @@ class Oe extends Set {
|
|
|
555
555
|
return this._map.set(t, n), super.add(t);
|
|
556
556
|
}
|
|
557
557
|
}
|
|
558
|
-
function
|
|
558
|
+
function Q(e) {
|
|
559
559
|
return e instanceof Oe;
|
|
560
560
|
}
|
|
561
|
-
const
|
|
561
|
+
const B = {};
|
|
562
562
|
function Kt(e = ["-", ":"]) {
|
|
563
563
|
const t = e.join("|");
|
|
564
|
-
return
|
|
564
|
+
return B[t] || (B[t] = new RegExp(`((?:[!@<~\\w+:_/-]|\\[&?>?:?\\S*\\])+?)(${t})\\(((?:[~!<>\\w\\s:/\\\\,%#.$?-]|\\[.*?\\])+?)\\)(?!\\s*?=>)`, "gm")), B[t].lastIndex = 0, B[t];
|
|
565
565
|
}
|
|
566
566
|
function Jt(e, t = ["-", ":"], n = 5) {
|
|
567
567
|
const s = Kt(t);
|
|
@@ -626,15 +626,15 @@ const le = /* @__PURE__ */ new Set();
|
|
|
626
626
|
function Re(e) {
|
|
627
627
|
le.has(e) || (console.warn("[unocss]", e), le.add(e));
|
|
628
628
|
}
|
|
629
|
-
const
|
|
630
|
-
function
|
|
631
|
-
return e.split(
|
|
629
|
+
const Qt = /[\\:]?[\s'"`;{}]+/g;
|
|
630
|
+
function Yt(e) {
|
|
631
|
+
return e.split(Qt);
|
|
632
632
|
}
|
|
633
633
|
const Zt = {
|
|
634
634
|
name: "@unocss/core/extractor-split",
|
|
635
635
|
order: 0,
|
|
636
636
|
extract({ code: e }) {
|
|
637
|
-
return
|
|
637
|
+
return Yt(e);
|
|
638
638
|
}
|
|
639
639
|
};
|
|
640
640
|
function en() {
|
|
@@ -761,7 +761,7 @@ function fe(e = {}, t = {}) {
|
|
|
761
761
|
return b;
|
|
762
762
|
}
|
|
763
763
|
function rn(e) {
|
|
764
|
-
return e.map((t) => t ?
|
|
764
|
+
return e.map((t) => t ? G(t) : {}).reduce((t, n) => Ae(t, n), {});
|
|
765
765
|
}
|
|
766
766
|
function an(e) {
|
|
767
767
|
return e.reduce((t, n) => {
|
|
@@ -797,7 +797,7 @@ class fn {
|
|
|
797
797
|
for (const a of this.config.extractors) {
|
|
798
798
|
const l = await ((r = a.extract) == null ? void 0 : r.call(a, o));
|
|
799
799
|
if (l)
|
|
800
|
-
if (
|
|
800
|
+
if (Q(l) && Q(s))
|
|
801
801
|
for (const c of l)
|
|
802
802
|
s.setCount(c, s.getCount(c) + l.getCount(c));
|
|
803
803
|
else
|
|
@@ -871,7 +871,7 @@ class fn {
|
|
|
871
871
|
if (S != null) {
|
|
872
872
|
d instanceof Map ? d.set(m, {
|
|
873
873
|
data: S,
|
|
874
|
-
count:
|
|
874
|
+
count: Q(u) ? u.getCount(m) : -1
|
|
875
875
|
}) : d.add(m);
|
|
876
876
|
for (const E of S) {
|
|
877
877
|
const R = E[3] || "", $ = (p = E[4]) == null ? void 0 : p.layer;
|
|
@@ -1131,7 +1131,7 @@ class fn {
|
|
|
1131
1131
|
}
|
|
1132
1132
|
async stringifyShortcuts(t, n, s, o = { layer: this.config.shortcutsLayer }) {
|
|
1133
1133
|
var i;
|
|
1134
|
-
const r = new
|
|
1134
|
+
const r = new Gt(), a = (await Promise.all(q(s).map(async (f) => {
|
|
1135
1135
|
const d = L(f) ? await this.parseUtil(f, n, !0, o.prefix) : [[Number.POSITIVE_INFINITY, "{inline}", F(f), void 0, []]];
|
|
1136
1136
|
return !d && this.config.warn && Re(`unmatched utility "${f}" in shortcut "${t[1]}"`), d || [];
|
|
1137
1137
|
}))).flat(1).filter(Boolean).sort((f, d) => f[0] - d[0]), [l, , c] = t, u = [];
|
|
@@ -1182,7 +1182,7 @@ function hn(e) {
|
|
|
1182
1182
|
function _n(e, t) {
|
|
1183
1183
|
return t(e);
|
|
1184
1184
|
}
|
|
1185
|
-
var de = { npm_package_dependencies__vueuse_core: "^10.9.0", TERM_PROGRAM: "vscode", npm_package_devDependencies__types_splitpanes: "^2.2.6", FNM_LOGLEVEL: "info", NODE: "/Users/arlo/Library/Application Support/fnm/node-versions/v20.11.0/installation/bin/node", INIT_CWD: "/Users/arlo/g/devtools-next/packages/client", TURBO_INVOCATION_DIR: "/Users/arlo/g/devtools-next", npm_package_devDependencies_vite: "^5.1.5", SHELL: "/bin/zsh", TERM: "xterm-256color", npm_config_shamefully_hoist: "true", npm_package_devDependencies_ohash: "^1.1.3", npm_package_devDependencies_floating_vue: "5.2.2", npm_package_dependencies__vue_devtools_shared: "workspace:^", FNM_NODE_DIST_MIRROR: "https://nodejs.org/dist", npm_package_dependencies__unocss_runtime: "^0.58.5", TMPDIR: "/var/folders/6s/79hm4q7x5f982tndmbvckmn80000gn/T/", TERM_PROGRAM_VERSION: "1.85.1", npm_package_devDependencies__vitejs_plugin_vue: "^5.0.4", npm_package_devDependencies_unplugin_vue_components: "^0.26.0", MallocNanoZone: "0", ORIGINAL_XDG_CURRENT_DESKTOP: "undefined", ZDOTDIR: "/Users/arlo", TERM_SESSION_ID: "w0t0p0:
|
|
1185
|
+
var de = { npm_package_dependencies__vueuse_core: "^10.9.0", TERM_PROGRAM: "vscode", npm_package_devDependencies__types_splitpanes: "^2.2.6", FNM_LOGLEVEL: "info", NODE: "/Users/arlo/Library/Application Support/fnm/node-versions/v20.11.0/installation/bin/node", INIT_CWD: "/Users/arlo/g/devtools-next/packages/client", TURBO_INVOCATION_DIR: "/Users/arlo/g/devtools-next", npm_package_devDependencies_vite: "^5.1.5", SHELL: "/bin/zsh", TERM: "xterm-256color", npm_config_shamefully_hoist: "true", npm_package_devDependencies_ohash: "^1.1.3", npm_package_devDependencies_floating_vue: "5.2.2", npm_package_dependencies__vue_devtools_shared: "workspace:^", FNM_NODE_DIST_MIRROR: "https://nodejs.org/dist", npm_package_dependencies__unocss_runtime: "^0.58.5", TMPDIR: "/var/folders/6s/79hm4q7x5f982tndmbvckmn80000gn/T/", TERM_PROGRAM_VERSION: "1.85.1", npm_package_devDependencies__vitejs_plugin_vue: "^5.0.4", npm_package_devDependencies_unplugin_vue_components: "^0.26.0", MallocNanoZone: "0", ORIGINAL_XDG_CURRENT_DESKTOP: "undefined", ZDOTDIR: "/Users/arlo", TERM_SESSION_ID: "w0t0p0:EB3AB250-D625-42B4-ADC2-CD84FB1D19D1", npm_config_registry: "https://registry.npmjs.org/", npm_package_private: "true", PNPM_HOME: "/Users/arlo/Library/pnpm", ZSH: "/Users/arlo/.oh-my-zsh", FNM_COREPACK_ENABLED: "false", npm_package_devDependencies__vitejs_plugin_vue_jsx: "^3.1.0", USER: "arlo", npm_package_license: "MIT", LS_COLORS: "di=1;36:ln=35:so=32:pi=33:ex=31:bd=34;46:cd=34;43:su=30;41:sg=30;46:tw=30;42:ow=30;43", COMMAND_MODE: "unix2003", PNPM_SCRIPT_SRC_DIR: "/Users/arlo/g/devtools-next/packages/client", npm_config_strict_peer_dependencies: "", SSH_AUTH_SOCK: "/private/tmp/com.apple.launchd.kmVbHynspM/Listeners", npm_package_devDependencies_dayjs: "^1.11.10", __CF_USER_TEXT_ENCODING: "0x1F5:0x19:0x34", npm_execpath: "/Users/arlo/g/devtools-next/node_modules/.pnpm/pnpm@8.15.4/node_modules/pnpm/bin/pnpm.cjs", PAGER: "less", npm_package_devDependencies_unplugin_auto_import: "^0.17.5", npm_package_scripts_build_lib: "vite build --config vite.lib.config.ts", npm_config_frozen_lockfile: "", FNM_VERSION_FILE_STRATEGY: "local", LSCOLORS: "Gxfxcxdxbxegedabagacad", npm_package_dependencies_vue_virtual_scroller: "2.0.0-beta.8", npm_package_dependencies_fuse_js: "^7.0.0", FNM_ARCH: "arm64", PATH: "/Users/arlo/g/devtools-next/packages/client/node_modules/.bin:/Users/arlo/g/devtools-next/node_modules/.pnpm/pnpm@8.15.4/node_modules/pnpm/dist/node-gyp-bin:/Users/arlo/g/devtools-next/node_modules/.bin:/Users/arlo/g/devtools-next/packages/client/node_modules/.bin:/Users/arlo/g/devtools-next/node_modules/.pnpm/pnpm@8.15.4/node_modules/pnpm/dist/node-gyp-bin:/Users/arlo/g/devtools-next/node_modules/.bin:/Users/arlo/g/devtools-next/node_modules/.bin:/Users/arlo/g/devtools-next/node_modules/.pnpm/pnpm@8.15.4/node_modules/pnpm/dist/node-gyp-bin:/Users/arlo/g/devtools-next/node_modules/.bin:/Users/arlo/g/devtools-next/node_modules/.bin:/usr/local/lib/node_modules/pnpm/dist/node-gyp-bin:/Users/arlo/g/devtools-next/node_modules/.bin:/Users/arlo/Library/Caches/fnm_multishells/48435_1710647956365/bin:/opt/homebrew/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Users/arlo/Library/pnpm:/Users/arlo/Library/Caches/fnm_multishells/1502_1710562194595/bin:/opt/homebrew/bin", npm_package_dependencies__vue_devtools_ui: "workspace:*", npm_package_scripts_stub_lib: "vite build --config vite.lib.config.ts --watch", LaunchInstanceID: "EF089950-5F24-4A96-B70B-E497579D3140", npm_package_dependencies_splitpanes: "^3.1.5", npm_package_author: "webfansplz", USER_ZDOTDIR: "/Users/arlo", __CFBundleIdentifier: "com.microsoft.VSCode", npm_command: "run-script", PWD: "/Users/arlo/g/devtools-next/packages/client", npm_package_exports____: "./dist/*", npm_lifecycle_event: "build:lib", npm_package_devDependencies_vue: "^3.4.21", npm_package_name: "@vue/devtools-client", LANG: "zh_CN.UTF-8", ITERM_PROFILE: "Default", npm_package_devDependencies_simple_git_hooks: "^2.10.0", npm_package_devDependencies_sass: "^1.71.1", npm_package_devDependencies__unocss_reset: "^0.58.5", npm_package_scripts_build: "tsx ./scripts/pre-build.ts && (nr build:lib & vite build)", NODE_PATH: "/Users/arlo/g/devtools-next/node_modules/.pnpm/vite@5.1.6_@types+node@20.11.26_sass@1.71.1/node_modules/vite/bin/node_modules:/Users/arlo/g/devtools-next/node_modules/.pnpm/vite@5.1.6_@types+node@20.11.26_sass@1.71.1/node_modules/vite/node_modules:/Users/arlo/g/devtools-next/node_modules/.pnpm/vite@5.1.6_@types+node@20.11.26_sass@1.71.1/node_modules:/Users/arlo/g/devtools-next/node_modules/.pnpm/node_modules:/Users/arlo/g/devtools-next/node_modules/.pnpm/pnpm@8.15.4/node_modules/pnpm/bin/node_modules:/Users/arlo/g/devtools-next/node_modules/.pnpm/pnpm@8.15.4/node_modules/pnpm/node_modules:/Users/arlo/g/devtools-next/node_modules/.pnpm/pnpm@8.15.4/node_modules:/Users/arlo/g/devtools-next/node_modules/.pnpm/node_modules:/Users/arlo/g/devtools-next/node_modules/.pnpm/@antfu+ni@0.21.12/node_modules/@antfu/ni/bin/node_modules:/Users/arlo/g/devtools-next/node_modules/.pnpm/@antfu+ni@0.21.12/node_modules/@antfu/ni/node_modules:/Users/arlo/g/devtools-next/node_modules/.pnpm/@antfu+ni@0.21.12/node_modules/@antfu/node_modules:/Users/arlo/g/devtools-next/node_modules/.pnpm/@antfu+ni@0.21.12/node_modules:/Users/arlo/g/devtools-next/node_modules/.pnpm/node_modules:/Users/arlo/g/devtools-next/node_modules/.pnpm/pnpm@8.15.4/node_modules/pnpm/bin/node_modules:/Users/arlo/g/devtools-next/node_modules/.pnpm/pnpm@8.15.4/node_modules/pnpm/node_modules:/Users/arlo/g/devtools-next/node_modules/.pnpm/pnpm@8.15.4/node_modules:/Users/arlo/g/devtools-next/node_modules/.pnpm/node_modules:/Users/arlo/g/devtools-next/node_modules/.pnpm/turbo@1.12.5/node_modules/turbo/bin/node_modules:/Users/arlo/g/devtools-next/node_modules/.pnpm/turbo@1.12.5/node_modules/turbo/node_modules:/Users/arlo/g/devtools-next/node_modules/.pnpm/turbo@1.12.5/node_modules:/Users/arlo/g/devtools-next/node_modules/.pnpm/node_modules:/Users/arlo/g/devtools-next/node_modules/.pnpm/pnpm@8.15.4/node_modules/pnpm/bin/node_modules:/Users/arlo/g/devtools-next/node_modules/.pnpm/pnpm@8.15.4/node_modules/pnpm/node_modules:/Users/arlo/g/devtools-next/node_modules/.pnpm/pnpm@8.15.4/node_modules:/Users/arlo/g/devtools-next/node_modules/.pnpm/node_modules:/Users/arlo/g/devtools-next/node_modules/.pnpm/@antfu+ni@0.21.12/node_modules/@antfu/ni/bin/node_modules:/Users/arlo/g/devtools-next/node_modules/.pnpm/@antfu+ni@0.21.12/node_modules/@antfu/ni/node_modules:/Users/arlo/g/devtools-next/node_modules/.pnpm/@antfu+ni@0.21.12/node_modules/@antfu/node_modules:/Users/arlo/g/devtools-next/node_modules/.pnpm/@antfu+ni@0.21.12/node_modules:/Users/arlo/g/devtools-next/node_modules/.pnpm/node_modules:/Users/arlo/Library/pnpm/global/5/.pnpm/@antfu+ni@0.21.12/node_modules/@antfu/ni/bin/node_modules:/Users/arlo/Library/pnpm/global/5/.pnpm/@antfu+ni@0.21.12/node_modules/@antfu/ni/node_modules:/Users/arlo/Library/pnpm/global/5/.pnpm/@antfu+ni@0.21.12/node_modules/@antfu/node_modules:/Users/arlo/Library/pnpm/global/5/.pnpm/@antfu+ni@0.21.12/node_modules:/Users/arlo/Library/pnpm/global/5/.pnpm/node_modules", npm_package_devDependencies_pinia: "^2.1.7", FNM_MULTISHELL_PATH: "/Users/arlo/Library/Caches/fnm_multishells/48435_1710647956365", TURBO_HASH: "04d6dbb962f7f71d", VSCODE_GIT_ASKPASS_EXTRA_ARGS: "--ms-enable-electron-run-as-node", XPC_FLAGS: "0x0", npm_package_devDependencies__unocss_core: "^0.58.5", npm_package_engines_node: ">=v14.21.3", npm_config_node_gyp: "/usr/local/lib/node_modules/pnpm/dist/node_modules/node-gyp/bin/node-gyp.js", npm_config_side_effects_cache: "", npm_package_dependencies_colord: "^2.9.3", npm_package_devDependencies__iconify_json: "^2.2.191", npm_package_dependencies_minimatch: "^9.0.3", npm_package_version: "7.0.18", XPC_SERVICE_NAME: "0", VSCODE_INJECTION: "1", npm_package_devDependencies_unocss: "^0.58.5", npm_package_dependencies__vue_devtools_core: "workspace:^", npm_package_type: "module", COLORFGBG: "7;0", HOME: "/Users/arlo", SHLVL: "3", VSCODE_GIT_ASKPASS_MAIN: "/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/git/dist/askpass-main.js", npm_package_dependencies_vite_hot_client: "^0.2.3", LC_TERMINAL_VERSION: "3.4.23", FNM_DIR: "/Users/arlo/Library/Application Support/fnm", npm_package_dependencies_vis_network: "^9.1.9", ITERM_SESSION_ID: "w0t0p0:EB3AB250-D625-42B4-ADC2-CD84FB1D19D1", npm_package_peerDependencies_vite: "^3.1.0 || ^4.0.0-0 || ^5.0.0-0", LESS: "-R", LOGNAME: "arlo", npm_lifecycle_script: "vite build --config vite.lib.config.ts", npm_package_dependencies__vue_devtools_kit: "workspace:^", npm_package_dependencies__vueuse_integrations: "^10.9.0", VSCODE_GIT_IPC_HANDLE: "/var/folders/6s/79hm4q7x5f982tndmbvckmn80000gn/T/vscode-git-4d965c4849.sock", npm_config_user_agent: "pnpm/8.15.4 npm/? node/v20.11.0 darwin arm64", FNM_RESOLVE_ENGINES: "false", npm_package_devDependencies__types_node: "^20.11.25", GIT_ASKPASS: "/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/git/dist/askpass.sh", VSCODE_GIT_ASKPASS_NODE: "/Applications/Visual Studio Code.app/Contents/Frameworks/Code Helper (Plugin).app/Contents/MacOS/Code Helper (Plugin)", npm_package_scripts_stub: "nr stub:lib & vite build --watch", LC_TERMINAL: "iTerm2", npm_package_files_0: "dist", npm_package_devDependencies_unplugin: "^1.9.0", npm_package_dependencies_vue_router: "^4.3.0", npm_package_dependencies_shiki: "1.1.7", SECURITYSESSIONID: "186a3", npm_package_dependencies__unocss_preset_icons: "^0.58.5", npm_node_execpath: "/Users/arlo/Library/Application Support/fnm/node-versions/v20.11.0/installation/bin/node", npm_config_shell_emulator: "true", COLORTERM: "truecolor", NODE_ENV: "production" };
|
|
1186
1186
|
const gn = Object.freeze(
|
|
1187
1187
|
{
|
|
1188
1188
|
left: 0,
|
|
@@ -1378,7 +1378,7 @@ function $n(e) {
|
|
|
1378
1378
|
function Tn(e) {
|
|
1379
1379
|
return e.replace(/(['"])\s*\n\s*([^>\\/\s])/g, "$1 $2").replace(/(["';{}><])\s*\n\s*/g, "$1").replace(/\s*\n\s*/g, " ").replace(/\s+"/g, '"').replace(/="\s+/g, '="').replace(/(\s)+\/>/g, "/>").trim();
|
|
1380
1380
|
}
|
|
1381
|
-
const Ln = /\swidth\s*=\s*["']([\w.]+)["']/, Un = /\sheight\s*=\s*["']([\w.]+)["']/,
|
|
1381
|
+
const Ln = /\swidth\s*=\s*["']([\w.]+)["']/, Un = /\sheight\s*=\s*["']([\w.]+)["']/, Y = /<svg\s+/;
|
|
1382
1382
|
function In(e, t, n) {
|
|
1383
1383
|
const s = e.slice(0, e.indexOf(">")), o = (r, a) => {
|
|
1384
1384
|
const l = a.exec(s), c = l != null, u = t[r];
|
|
@@ -1397,9 +1397,9 @@ async function Ie(e, t, n, s, o, r) {
|
|
|
1397
1397
|
const h = Object.keys(i).map(
|
|
1398
1398
|
(_) => _ === "width" && f || _ === "height" && d ? null : `${_}="${i[_]}"`
|
|
1399
1399
|
).filter((_) => _ != null);
|
|
1400
|
-
if (h.length && (e = e.replace(
|
|
1400
|
+
if (h.length && (e = e.replace(Y, `<svg ${h.join(" ")} `)), s) {
|
|
1401
1401
|
const { defaultStyle: _, defaultClass: y } = s;
|
|
1402
|
-
y && !e.includes("class=") && (e = e.replace(
|
|
1402
|
+
y && !e.includes("class=") && (e = e.replace(Y, `<svg class="${y}" `)), _ && !e.includes("style=") && (e = e.replace(Y, `<svg style="${_}" `));
|
|
1403
1403
|
}
|
|
1404
1404
|
const g = s == null ? void 0 : s.usedProps;
|
|
1405
1405
|
return g && (Object.keys(c).forEach((_) => {
|
|
@@ -1800,11 +1800,11 @@ function Fn() {
|
|
|
1800
1800
|
function Vn(e) {
|
|
1801
1801
|
return De(Tt, e);
|
|
1802
1802
|
}
|
|
1803
|
-
const
|
|
1803
|
+
const Hn = Pn(async (e) => {
|
|
1804
1804
|
const t = e == null ? void 0 : e.customFetch, n = e == null ? void 0 : e.cdn;
|
|
1805
1805
|
return t && n ? De(t, n) : n ? Vn(n) : Ne;
|
|
1806
1806
|
});
|
|
1807
|
-
function
|
|
1807
|
+
function Bn(e) {
|
|
1808
1808
|
return e.replace(/-(\w)/g, (t, n) => n ? n.toUpperCase() : "");
|
|
1809
1809
|
}
|
|
1810
1810
|
function ye(e) {
|
|
@@ -1814,13 +1814,13 @@ function be(e) {
|
|
|
1814
1814
|
return e.replace(/(?:^|\B)([A-Z])/g, "-$1").toLowerCase();
|
|
1815
1815
|
}
|
|
1816
1816
|
var ve = ["Webkit", "Moz", "ms"];
|
|
1817
|
-
function
|
|
1817
|
+
function Gn(e) {
|
|
1818
1818
|
const t = {};
|
|
1819
1819
|
function n(s) {
|
|
1820
1820
|
const o = t[s];
|
|
1821
1821
|
if (o)
|
|
1822
1822
|
return o;
|
|
1823
|
-
let r =
|
|
1823
|
+
let r = Bn(s);
|
|
1824
1824
|
if (r !== "filter" && r in e)
|
|
1825
1825
|
return t[s] = be(r);
|
|
1826
1826
|
r = ye(r);
|
|
@@ -1845,7 +1845,7 @@ function qn(e = {}) {
|
|
|
1845
1845
|
return;
|
|
1846
1846
|
}
|
|
1847
1847
|
const t = window, n = window.document, s = () => n.documentElement, o = t.__unocss || {}, r = Object.assign({}, e, o.runtime), a = r.defaults || {}, l = r.cloakAttribute ?? "un-cloak";
|
|
1848
|
-
r.autoPrefix && (a.postprocess = M(a.postprocess)).unshift(
|
|
1848
|
+
r.autoPrefix && (a.postprocess = M(a.postprocess)).unshift(Gn(n.createElement("div").style)), (k = r.configResolved) == null || k.call(r, o, a);
|
|
1849
1849
|
const c = pn(o, a), u = (v) => r.inject ? r.inject(v) : s().prepend(v), i = () => r.rootElement ? r.rootElement() : n.body, f = /* @__PURE__ */ new Map();
|
|
1850
1850
|
let d = !0, h = /* @__PURE__ */ new Set(), g, _, y = [];
|
|
1851
1851
|
const x = () => new Promise((v) => {
|
|
@@ -1974,7 +1974,7 @@ function Wn(e = /* @__PURE__ */ new Set()) {
|
|
|
1974
1974
|
qn({
|
|
1975
1975
|
defaults: {
|
|
1976
1976
|
presets: [
|
|
1977
|
-
|
|
1977
|
+
Hn({
|
|
1978
1978
|
prefix: ["i-", ""],
|
|
1979
1979
|
collections: {},
|
|
1980
1980
|
cdn: "https://esm.sh/",
|