@vue/devtools-applet 7.1.1 → 7.1.3
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.cjs +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +101 -96
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var so = Object.defineProperty;
|
|
2
2
|
var wo = (A, B, Q) => B in A ? so(A, B, { enumerable: !0, configurable: !0, writable: !0, value: Q }) : A[B] = Q;
|
|
3
3
|
var l = (A, B, Q) => (wo(A, typeof B != "symbol" ? B + "" : B, Q), Q);
|
|
4
|
-
import { openBlock as p, createElementBlock as y, createStaticVNode as Do, ref as U, computed as J, defineComponent as Z, h as rE, provide as QB, inject as gB, createElementVNode as M, createVNode as R, unref as F, createTextVNode as uA, normalizeStyle as lA, renderSlot as
|
|
4
|
+
import { openBlock as p, createElementBlock as y, createStaticVNode as Do, ref as U, computed as J, defineComponent as Z, h as rE, provide as QB, inject as gB, createElementVNode as M, createVNode as R, unref as F, createTextVNode as uA, normalizeStyle as lA, renderSlot as IA, Fragment as nA, renderList as SA, toDisplayString as iA, pushScopeId as Eg, popScopeId as Cg, nextTick as CB, createBlock as V, normalizeClass as gA, normalizeProps as Te, guardReactiveProps as We, withScopeId as Xe, resolveComponent as yB, withKeys as io, createCommentVNode as AA, mergeProps as FA, withCtx as S, createApp as no, useAttrs as ao, useSlots as ro, resolveDynamicComponent as KQ, watchEffect as YQ, onMounted as cE, withDirectives as pA, isRef as IQ, vModelDynamic as co, createSlots as lo, watch as MA, customRef as uo, getCurrentInstance as eg, mergeModels as Ig, useModel as tg, readonly as ho, getCurrentScope as Mo, onScopeDispose as po, reactive as VE, withModifiers as qA, toRaw as Fo, markRaw as fo, shallowReactive as Go, resolveDirective as No, toHandlers as yo, shallowRef as Lo } from "vue";
|
|
5
5
|
const tQ = (A, B) => {
|
|
6
6
|
const Q = A.__vccOpts || A;
|
|
7
7
|
for (const [g, E] of B)
|
|
@@ -482,7 +482,7 @@ function Bs(A, B, Q, g, E, C) {
|
|
|
482
482
|
onClick: B[0] || (B[0] = (e) => C.onPaneClick(e, A._.uid)),
|
|
483
483
|
style: lA(A.style)
|
|
484
484
|
}, [
|
|
485
|
-
|
|
485
|
+
IA(A.$slots, "default")
|
|
486
486
|
], 4);
|
|
487
487
|
}
|
|
488
488
|
const mA = /* @__PURE__ */ $o(As, [["render", Bs]]);
|
|
@@ -2205,16 +2205,16 @@ var fs = Object.create, QI = Object.defineProperty, Gs = Object.getOwnPropertyDe
|
|
|
2205
2205
|
}), x = !0) : x = !!c.titleCase, c.custom && typeof c.custom.length == "number" && Array.prototype.toString.call(c.custom) && c.custom.forEach(function(X) {
|
|
2206
2206
|
G[X + ""] = X + "";
|
|
2207
2207
|
}), Object.keys(G).forEach(function(X) {
|
|
2208
|
-
var
|
|
2209
|
-
X.length > 1 ?
|
|
2208
|
+
var CA;
|
|
2209
|
+
X.length > 1 ? CA = new RegExp("\\b" + i(X) + "\\b", "gi") : CA = new RegExp(i(X), "gi"), r = r.replace(CA, G[X]);
|
|
2210
2210
|
});
|
|
2211
2211
|
for (m in G)
|
|
2212
2212
|
T += m;
|
|
2213
2213
|
}
|
|
2214
2214
|
for (T += u, T = i(T), r = r.replace(/(^\s+|\s+$)/g, ""), k = !1, K = !1, O = 0, NA = r.length; O < NA; O++)
|
|
2215
2215
|
m = r[O], n(m, G) ? k = !1 : b[m] ? (m = k && b[m].match(/[A-Za-z0-9]/) ? " " + b[m] : b[m], k = !1) : m in g ? (O + 1 < NA && E.indexOf(r[O + 1]) >= 0 ? (d += m, m = "") : K === !0 ? (m = C[d] + g[m], d = "") : m = k && g[m].match(/[A-Za-z0-9]/) ? " " + g[m] : g[m], k = !1, K = !1) : m in C ? (d += m, m = "", O === NA - 1 && (m = C[d]), K = !0) : /* process symbol chars */ H[m] && !(P && t.indexOf(m) !== -1) && !(v && o.indexOf(m) !== -1) ? (m = k || h.substr(-1).match(/[A-Za-z0-9]/) ? u + H[m] : H[m], m += r[O + 1] !== void 0 && r[O + 1].match(/[A-Za-z0-9]/) ? u : "", k = !0) : (K === !0 ? (m = C[d] + m, d = "", K = !1) : k && (/[A-Za-z0-9]/.test(m) || h.substr(-1).match(/A-Za-z0-9]/)) && (m = " " + m), k = !1), h += m.replace(new RegExp("[^\\w\\s" + T + "_-]", "g"), u);
|
|
2216
|
-
return x && (h = h.replace(/(\w)(\S*)/g, function(X,
|
|
2217
|
-
var YB =
|
|
2216
|
+
return x && (h = h.replace(/(\w)(\S*)/g, function(X, CA, yA) {
|
|
2217
|
+
var YB = CA.toUpperCase() + (yA !== null ? yA : "");
|
|
2218
2218
|
return Object.keys(G).indexOf(YB.toLowerCase()) < 0 ? YB : YB.toLowerCase();
|
|
2219
2219
|
})), h = h.replace(/\s+/g, u).replace(new RegExp("\\" + u + "+", "g"), u).replace(new RegExp("(^\\" + u + "+|\\" + u + "+$)", "g"), ""), j && h.length > j && (QA = h.charAt(j) === u, h = h.slice(0, j), QA || (h = h.slice(0, h.lastIndexOf(u)))), !W && !x && (h = h.toLowerCase()), h;
|
|
2220
2220
|
}, D = function(r) {
|
|
@@ -3309,31 +3309,31 @@ rI(vw, {
|
|
|
3309
3309
|
unhighlightElement: () => _w,
|
|
3310
3310
|
updateInspectorTreeId: () => zw
|
|
3311
3311
|
});
|
|
3312
|
-
var Ow =
|
|
3312
|
+
var Ow = EA("devtools:check-vue-inspector-detected", async (A) => {
|
|
3313
3313
|
var B, Q;
|
|
3314
3314
|
return !!await ((Q = (B = A == null ? void 0 : A.api) == null ? void 0 : B.getVueInspector) == null ? void 0 : Q.call(B));
|
|
3315
|
-
}), bw =
|
|
3315
|
+
}), bw = EA("devtools:enable-vue-inspector", async (A) => {
|
|
3316
3316
|
var B, Q;
|
|
3317
3317
|
const g = await ((Q = (B = A == null ? void 0 : A.api) == null ? void 0 : B.getVueInspector) == null ? void 0 : Q.call(B));
|
|
3318
3318
|
g && await g.enable();
|
|
3319
|
-
}), qw =
|
|
3319
|
+
}), qw = EA("devtools:toggle-app", async (A, B) => {
|
|
3320
3320
|
await A.api.toggleApp(B);
|
|
3321
|
-
}), vQ =
|
|
3321
|
+
}), vQ = EA("devtools:edit-inspector-state", (A, B) => {
|
|
3322
3322
|
A.api.editInspectorState(B);
|
|
3323
|
-
}), Tw =
|
|
3323
|
+
}), Tw = EA("devtools:open-in-editor", (A, B, Q) => {
|
|
3324
3324
|
A.api.openInEditor({ file: B, baseUrl: Q });
|
|
3325
|
-
}), wg =
|
|
3325
|
+
}), wg = EA("devtools:inspector-tree", async (A, B) => {
|
|
3326
3326
|
const Q = await A.api.getInspectorTree(B);
|
|
3327
3327
|
return wI(Q);
|
|
3328
|
-
}), Ww =
|
|
3328
|
+
}), Ww = EA("devtools:get-component-bounding-rect", (A, B) => A.api.getComponentBoundingRect(B)), cI = EA("devtools:inspect-component-inspector", (A) => A.api.inspectComponentInspector()), Xw = EA("devtools:cancel-inspect-component-inspector", (A) => A.api.cancelInspectComponentInspector()), Zw = EA("devtools:toggle-component-inspector", (A, B) => A.api.toggleComponentInspector(B)), lI = EA("devtools:scroll-to-component", (A, B) => A.api.scrollToComponent(B)), uI = EA("devtools:get-component-render-code", (A, B) => A.api.getComponentRenderCode(B)), Dg = EA("devtools:inspector-state", async (A, B) => {
|
|
3329
3329
|
const Q = await A.api.getInspectorState(B);
|
|
3330
3330
|
return wI(Q);
|
|
3331
|
-
}), zw =
|
|
3331
|
+
}), zw = EA("devtools:update-inspector-tree-id", (A, B) => {
|
|
3332
3332
|
A.context.activeInspectorTreeId = B;
|
|
3333
|
-
}), _w =
|
|
3333
|
+
}), _w = EA("devtools:unhighlight-element", (A) => A.api.unhighlightElement()), Vw = EA("devtools:router-info", (A) => JSON.stringify(A.context.routerInfo)), jw = EA("devtools:router-navigate", (A, B) => {
|
|
3334
3334
|
var Q;
|
|
3335
3335
|
(Q = A.context.router) == null || Q.push(B).catch((g) => g);
|
|
3336
|
-
}), $w =
|
|
3336
|
+
}), $w = EA("devtools:matched-routes", (A, B) => {
|
|
3337
3337
|
var Q, g;
|
|
3338
3338
|
const E = console.warn;
|
|
3339
3339
|
console.warn = () => {
|
|
@@ -3342,7 +3342,7 @@ var Ow = gA("devtools:check-vue-inspector-detected", async (A) => {
|
|
|
3342
3342
|
path: B || "/"
|
|
3343
3343
|
}).matched) != null ? g : [];
|
|
3344
3344
|
return console.warn = E, JSON.stringify(C);
|
|
3345
|
-
}), AD =
|
|
3345
|
+
}), AD = EA("devtools:get-timeline-layer", (A) => A.context.timelineLayer), FE = EA("devtools:get-state", (A) => {
|
|
3346
3346
|
var B, Q;
|
|
3347
3347
|
return {
|
|
3348
3348
|
connected: A.state.connected,
|
|
@@ -3360,7 +3360,7 @@ var Ow = gA("devtools:check-vue-inspector-detected", async (A) => {
|
|
|
3360
3360
|
})),
|
|
3361
3361
|
activeAppRecordId: A.state.activeAppRecordId
|
|
3362
3362
|
};
|
|
3363
|
-
}), BD =
|
|
3363
|
+
}), BD = EA("devtools:toggle-high-perf-mode", (A, B) => {
|
|
3364
3364
|
Sw(B);
|
|
3365
3365
|
}), QD = "devtools:bridge-action", gD = "devtools:bridge-listener", ED = "__vue_devtools_bridge__", CD = "__vue_devtools_bridge_target__", eD = "devtools:bridge-action-events", ID = "devtools:bridge-listener-events", tD = _[eD] = /* @__PURE__ */ new Map(), oD = _[ID] = /* @__PURE__ */ new Map();
|
|
3366
3366
|
function hI() {
|
|
@@ -3369,7 +3369,7 @@ function hI() {
|
|
|
3369
3369
|
function MI() {
|
|
3370
3370
|
return _[CD];
|
|
3371
3371
|
}
|
|
3372
|
-
function
|
|
3372
|
+
function EA(A, B) {
|
|
3373
3373
|
return async (...Q) => {
|
|
3374
3374
|
if (MI() === "devtools") {
|
|
3375
3375
|
const E = hI(), C = aI();
|
|
@@ -5051,11 +5051,11 @@ const JD = {
|
|
|
5051
5051
|
function xD(A, B, Q, g, E, C) {
|
|
5052
5052
|
return p(), y("div", {
|
|
5053
5053
|
ref: "reference",
|
|
5054
|
-
class:
|
|
5054
|
+
class: gA(["v-popper", {
|
|
5055
5055
|
"v-popper--shown": A.slotData.isShown
|
|
5056
5056
|
}])
|
|
5057
5057
|
}, [
|
|
5058
|
-
|
|
5058
|
+
IA(A.$slots, "default", Te(We(A.slotData)))
|
|
5059
5059
|
], 2);
|
|
5060
5060
|
}
|
|
5061
5061
|
const vD = /* @__PURE__ */ lg(JD, [["render", xD]]);
|
|
@@ -5179,7 +5179,7 @@ function jD(A, B, Q, g, E, C) {
|
|
|
5179
5179
|
return p(), y("div", {
|
|
5180
5180
|
id: A.popperId,
|
|
5181
5181
|
ref: "popover",
|
|
5182
|
-
class:
|
|
5182
|
+
class: gA(["v-popper__popper", [
|
|
5183
5183
|
A.themeClass,
|
|
5184
5184
|
A.classes.popperClass,
|
|
5185
5185
|
{
|
|
@@ -5216,7 +5216,7 @@ function jD(A, B, Q, g, E, C) {
|
|
|
5216
5216
|
M("div", ZD, [
|
|
5217
5217
|
A.mounted ? (p(), y(nA, { key: 0 }, [
|
|
5218
5218
|
M("div", null, [
|
|
5219
|
-
|
|
5219
|
+
IA(A.$slots, "default")
|
|
5220
5220
|
]),
|
|
5221
5221
|
A.handleResize ? (p(), V(e, {
|
|
5222
5222
|
key: 0,
|
|
@@ -5482,7 +5482,7 @@ function Ai(A, B, Q, g, E, C) {
|
|
|
5482
5482
|
classes: c,
|
|
5483
5483
|
result: u
|
|
5484
5484
|
}) => [
|
|
5485
|
-
|
|
5485
|
+
IA(A.$slots, "default", {
|
|
5486
5486
|
shown: o,
|
|
5487
5487
|
show: i,
|
|
5488
5488
|
hide: n
|
|
@@ -5502,7 +5502,7 @@ function Ai(A, B, Q, g, E, C) {
|
|
|
5502
5502
|
onResize: r
|
|
5503
5503
|
}, {
|
|
5504
5504
|
default: S(() => [
|
|
5505
|
-
|
|
5505
|
+
IA(A.$slots, "popper", {
|
|
5506
5506
|
shown: o,
|
|
5507
5507
|
hide: n
|
|
5508
5508
|
})
|
|
@@ -5628,7 +5628,7 @@ function Ci(A, B, Q, g, E, C) {
|
|
|
5628
5628
|
}) => [
|
|
5629
5629
|
R(e, {
|
|
5630
5630
|
ref: "popperContent",
|
|
5631
|
-
class:
|
|
5631
|
+
class: gA({
|
|
5632
5632
|
"v-popper--tooltip-loading": A.loading
|
|
5633
5633
|
}),
|
|
5634
5634
|
"popper-id": t,
|
|
@@ -5891,14 +5891,14 @@ const WI = /* @__PURE__ */ ai(ri, [["render", hi]]), Mi = { key: 2 }, LA = /* @_
|
|
|
5891
5891
|
s.loading ? (p(), V(WI, {
|
|
5892
5892
|
key: 0,
|
|
5893
5893
|
class: "mt0.5 h-full w3"
|
|
5894
|
-
})) :
|
|
5894
|
+
})) : IA(s.$slots, "icon", {
|
|
5895
5895
|
key: 1,
|
|
5896
5896
|
class: "h-full w3 $ui-inline-fcc"
|
|
5897
5897
|
}),
|
|
5898
5898
|
F(o).default ? (p(), y("div", Mi, [
|
|
5899
|
-
|
|
5899
|
+
IA(s.$slots, "default")
|
|
5900
5900
|
])) : AA("", !0),
|
|
5901
|
-
|
|
5901
|
+
IA(s.$slots, "icon-right")
|
|
5902
5902
|
]),
|
|
5903
5903
|
_: 3
|
|
5904
5904
|
}, 16, ["aria-disabled", "class"]));
|
|
@@ -5912,7 +5912,7 @@ const WI = /* @__PURE__ */ ai(ri, [["render", hi]]), Mi = { key: 2 }, LA = /* @_
|
|
|
5912
5912
|
},
|
|
5913
5913
|
setup(A) {
|
|
5914
5914
|
return (B, Q) => (p(), V(KQ(B.inline ? "span" : "div"), {
|
|
5915
|
-
class:
|
|
5915
|
+
class: gA(["$ui-base", [B.icon, B.action ? "cursor-pointer hover:op50" : ""]])
|
|
5916
5916
|
}, null, 8, ["class"]));
|
|
5917
5917
|
}
|
|
5918
5918
|
});
|
|
@@ -6083,7 +6083,7 @@ const Ri = ["type", "placeholder", "disabled"], ki = {
|
|
|
6083
6083
|
var s;
|
|
6084
6084
|
e.value && ((s = o.value) == null || s.focus());
|
|
6085
6085
|
}), (s, D) => (p(), y("div", {
|
|
6086
|
-
class:
|
|
6086
|
+
class: gA(["group relative w-50 w-auto flex items-center justify-between gap-0.5 overflow-hidden b-1 rounded-1 px3 py-0.75 color-gray-800 dark:color-gray-100", [
|
|
6087
6087
|
{
|
|
6088
6088
|
"border-none bg-transparent group": s.variant === "flat",
|
|
6089
6089
|
"cursor-not-allowed opacity-50": t.value,
|
|
@@ -6100,7 +6100,7 @@ const Ri = ["type", "placeholder", "disabled"], ki = {
|
|
|
6100
6100
|
}, [
|
|
6101
6101
|
s.leftIcon ? (p(), y("div", {
|
|
6102
6102
|
key: 0,
|
|
6103
|
-
class:
|
|
6103
|
+
class: gA(Kg)
|
|
6104
6104
|
}, [
|
|
6105
6105
|
R(aA, { icon: s.leftIcon }, null, 8, ["icon"])
|
|
6106
6106
|
])) : AA("", !0),
|
|
@@ -6118,12 +6118,12 @@ const Ri = ["type", "placeholder", "disabled"], ki = {
|
|
|
6118
6118
|
]),
|
|
6119
6119
|
F(C) ? (p(), y("div", {
|
|
6120
6120
|
key: 1,
|
|
6121
|
-
class:
|
|
6121
|
+
class: gA(Kg)
|
|
6122
6122
|
}, [
|
|
6123
6123
|
R(WI)
|
|
6124
6124
|
])) : s.rightIcon ? (p(), y("div", {
|
|
6125
6125
|
key: 2,
|
|
6126
|
-
class:
|
|
6126
|
+
class: gA(Kg)
|
|
6127
6127
|
}, [
|
|
6128
6128
|
R(aA, { icon: s.rightIcon }, null, 8, ["icon"])
|
|
6129
6129
|
])) : AA("", !0),
|
|
@@ -6161,22 +6161,22 @@ const Ri = ["type", "placeholder", "disabled"], ki = {
|
|
|
6161
6161
|
}, {
|
|
6162
6162
|
popper: S(({ hide: E }) => [
|
|
6163
6163
|
M("div", Ui, [
|
|
6164
|
-
|
|
6164
|
+
IA(Q.$slots, "popper", Te(We({ hide: E })), () => [
|
|
6165
6165
|
Pi
|
|
6166
6166
|
])
|
|
6167
6167
|
])
|
|
6168
6168
|
]),
|
|
6169
6169
|
default: S(() => [
|
|
6170
|
-
|
|
6170
|
+
IA(Q.$slots, "default", {}, () => [
|
|
6171
6171
|
R(LA, FA({
|
|
6172
6172
|
...Q.buttonProps,
|
|
6173
6173
|
disabled: Q.disabled
|
|
6174
6174
|
}, { class: Q.buttonClass }), lo({
|
|
6175
6175
|
icon: S(() => [
|
|
6176
|
-
|
|
6176
|
+
IA(Q.$slots, "button-icon")
|
|
6177
6177
|
]),
|
|
6178
6178
|
"icon-right": S(() => [
|
|
6179
|
-
|
|
6179
|
+
IA(Q.$slots, "button-icon-right")
|
|
6180
6180
|
]),
|
|
6181
6181
|
_: 2
|
|
6182
6182
|
}, [
|
|
@@ -6215,10 +6215,10 @@ const Ri = ["type", "placeholder", "disabled"], ki = {
|
|
|
6215
6215
|
class: "w-full justify-start transition-colors not-action:bg-transparent!"
|
|
6216
6216
|
}), {
|
|
6217
6217
|
icon: S(() => [
|
|
6218
|
-
|
|
6218
|
+
IA(g.$slots, "icon")
|
|
6219
6219
|
]),
|
|
6220
6220
|
default: S(() => [
|
|
6221
|
-
|
|
6221
|
+
IA(g.$slots, "default")
|
|
6222
6222
|
]),
|
|
6223
6223
|
_: 3
|
|
6224
6224
|
}, 16, ["disabled"])), [
|
|
@@ -6304,7 +6304,7 @@ const VI = /* @__PURE__ */ Z({
|
|
|
6304
6304
|
return (g, E) => (p(), y("ul", Ji, [
|
|
6305
6305
|
(p(!0), y(nA, null, SA(g.data, (C) => (p(), y("li", {
|
|
6306
6306
|
key: C.id,
|
|
6307
|
-
class:
|
|
6307
|
+
class: gA(["selectable-item", { active: C.id === B.value }]),
|
|
6308
6308
|
onClick: (e) => Q(C.id)
|
|
6309
6309
|
}, [
|
|
6310
6310
|
uA(iA(C.label) + " ", 1),
|
|
@@ -6332,7 +6332,7 @@ const VI = /* @__PURE__ */ Z({
|
|
|
6332
6332
|
const B = oQ();
|
|
6333
6333
|
return (Q, g) => (p(), y("div", vi, [
|
|
6334
6334
|
M("div", null, [
|
|
6335
|
-
|
|
6335
|
+
IA(Q.$slots, "default", {}, () => [
|
|
6336
6336
|
M("i", {
|
|
6337
6337
|
class: "i-ep:back cursor-pointer op70 text-base hover:op100",
|
|
6338
6338
|
onClick: g[0] || (g[0] = (E) => F(B).push("/"))
|
|
@@ -6357,7 +6357,7 @@ function Vi(A, B) {
|
|
|
6357
6357
|
return p(), y("div", zi, [
|
|
6358
6358
|
_i,
|
|
6359
6359
|
M("span", null, [
|
|
6360
|
-
|
|
6360
|
+
IA(A.$slots, "default")
|
|
6361
6361
|
])
|
|
6362
6362
|
]);
|
|
6363
6363
|
}
|
|
@@ -6913,7 +6913,7 @@ const Fn = { class: "flex pl5px" }, fn = { class: "w160px py5px" }, Gn = /* @__P
|
|
|
6913
6913
|
_: 1
|
|
6914
6914
|
}, 16, ["class"])) : AA("", !0),
|
|
6915
6915
|
R(F(Ki), {
|
|
6916
|
-
class:
|
|
6916
|
+
class: gA({
|
|
6917
6917
|
"opacity-0": !n.hovering && !C.value
|
|
6918
6918
|
}),
|
|
6919
6919
|
"button-props": {
|
|
@@ -6991,7 +6991,7 @@ const Fn = { class: "flex pl5px" }, fn = { class: "w160px py5px" }, Gn = /* @__P
|
|
|
6991
6991
|
"onUpdate:modelValue": D[0] || (D[0] = (i) => IQ(I) ? I.value = i : null),
|
|
6992
6992
|
type: E.value,
|
|
6993
6993
|
variant: o.value ? "warning" : "normal",
|
|
6994
|
-
class:
|
|
6994
|
+
class: gA(["h25px px4px", s.customType === "date" ? "w240px" : "w120px"]),
|
|
6995
6995
|
"auto-focus": s.autoFocus,
|
|
6996
6996
|
onClick: D[1] || (D[1] = qA(() => {
|
|
6997
6997
|
}, ["stop"]))
|
|
@@ -7046,7 +7046,7 @@ const Fn = { class: "flex pl5px" }, fn = { class: "w160px py5px" }, Gn = /* @__P
|
|
|
7046
7046
|
},
|
|
7047
7047
|
setup(A) {
|
|
7048
7048
|
return (B, Q) => (p(), y("i", {
|
|
7049
|
-
class:
|
|
7049
|
+
class: gA(["i-radix-icons:triangle-right flex-none text-4 op-50 transition-base", {
|
|
7050
7050
|
"transform rotate-90": B.value
|
|
7051
7051
|
}])
|
|
7052
7052
|
}, null, 2));
|
|
@@ -7185,7 +7185,7 @@ const Qt = (A) => (Eg("data-v-cf35cdd0"), A = A(), Cg(), A), Ln = {
|
|
|
7185
7185
|
M("div", {
|
|
7186
7186
|
ref_key: "containerRef",
|
|
7187
7187
|
ref: n,
|
|
7188
|
-
class:
|
|
7188
|
+
class: gA(["font-state-field flex items-center", [i.value && "cursor-pointer hover:bg-active"]]),
|
|
7189
7189
|
style: lA({ paddingLeft: `${L.depth * 15 + 4}px` }),
|
|
7190
7190
|
onClick: H[1] || (H[1] = (b) => F(I)(`${L.depth}-${L.index}`))
|
|
7191
7191
|
}, [
|
|
@@ -7204,7 +7204,7 @@ const Qt = (A) => (Eg("data-v-cf35cdd0"), A = A(), Cg(), A), Ln = {
|
|
|
7204
7204
|
onSubmit: G
|
|
7205
7205
|
}, null, 8, ["modelValue", "custom-type", "onCancel"])) : AA("", !0),
|
|
7206
7206
|
M("span", {
|
|
7207
|
-
class:
|
|
7207
|
+
class: gA([t.value, "flex whitespace-nowrap"])
|
|
7208
7208
|
}, [
|
|
7209
7209
|
M("span", {
|
|
7210
7210
|
class: "flex",
|
|
@@ -7313,7 +7313,7 @@ const Qt = (A) => (Eg("data-v-cf35cdd0"), A = A(), Cg(), A), Ln = {
|
|
|
7313
7313
|
return (e, I) => (p(), y("div", null, [
|
|
7314
7314
|
(p(!0), y(nA, null, SA(e.data, (t, o, w) => (p(), y("div", { key: w }, [
|
|
7315
7315
|
M("div", {
|
|
7316
|
-
class:
|
|
7316
|
+
class: gA(["flex items-center", [(t == null ? void 0 : t.length) && "cursor-pointer hover:bg-active"]]),
|
|
7317
7317
|
onClick: (s) => F(C)(`${w}`)
|
|
7318
7318
|
}, [
|
|
7319
7319
|
t != null && t.length ? (p(), V(KE, {
|
|
@@ -8079,7 +8079,7 @@ function ca(A, B, Q, g, E, C) {
|
|
|
8079
8079
|
return pA((p(), y(
|
|
8080
8080
|
"div",
|
|
8081
8081
|
{
|
|
8082
|
-
class:
|
|
8082
|
+
class: gA(["vue-recycle-scroller", {
|
|
8083
8083
|
ready: E.ready,
|
|
8084
8084
|
"page-mode": Q.pageMode,
|
|
8085
8085
|
[`direction-${A.direction}`]: !0
|
|
@@ -8091,7 +8091,7 @@ function ca(A, B, Q, g, E, C) {
|
|
|
8091
8091
|
"div",
|
|
8092
8092
|
aa,
|
|
8093
8093
|
[
|
|
8094
|
-
|
|
8094
|
+
IA(A.$slots, "before")
|
|
8095
8095
|
],
|
|
8096
8096
|
512
|
|
8097
8097
|
/* NEED_PATCH */
|
|
@@ -8099,7 +8099,7 @@ function ca(A, B, Q, g, E, C) {
|
|
|
8099
8099
|
(p(), V(KQ(Q.listTag), {
|
|
8100
8100
|
ref: "wrapper",
|
|
8101
8101
|
style: lA({ [A.direction === "vertical" ? "minHeight" : "minWidth"]: E.totalSize + "px" }),
|
|
8102
|
-
class:
|
|
8102
|
+
class: gA(["vue-recycle-scroller__item-wrapper", Q.listClass])
|
|
8103
8103
|
}, {
|
|
8104
8104
|
default: S(() => [
|
|
8105
8105
|
(p(!0), y(
|
|
@@ -8127,7 +8127,7 @@ function ca(A, B, Q, g, E, C) {
|
|
|
8127
8127
|
}
|
|
8128
8128
|
})), {
|
|
8129
8129
|
default: S(() => [
|
|
8130
|
-
|
|
8130
|
+
IA(A.$slots, "default", {
|
|
8131
8131
|
item: t.item,
|
|
8132
8132
|
index: t.nr.index,
|
|
8133
8133
|
active: t.nr.used
|
|
@@ -8139,7 +8139,7 @@ function ca(A, B, Q, g, E, C) {
|
|
|
8139
8139
|
128
|
|
8140
8140
|
/* KEYED_FRAGMENT */
|
|
8141
8141
|
)),
|
|
8142
|
-
|
|
8142
|
+
IA(A.$slots, "empty")
|
|
8143
8143
|
]),
|
|
8144
8144
|
_: 3
|
|
8145
8145
|
/* FORWARDED */
|
|
@@ -8148,7 +8148,7 @@ function ca(A, B, Q, g, E, C) {
|
|
|
8148
8148
|
"div",
|
|
8149
8149
|
ra,
|
|
8150
8150
|
[
|
|
8151
|
-
|
|
8151
|
+
IA(A.$slots, "after")
|
|
8152
8152
|
],
|
|
8153
8153
|
512
|
|
8154
8154
|
/* NEED_PATCH */
|
|
@@ -11967,14 +11967,14 @@ GA.prototype.commaOrSpaceSeparated = !1;
|
|
|
11967
11967
|
GA.prototype.mustUseProperty = !1;
|
|
11968
11968
|
GA.prototype.defined = !1;
|
|
11969
11969
|
let Mu = 0;
|
|
11970
|
-
const q = dB(),
|
|
11970
|
+
const q = dB(), eA = dB(), Wt = dB(), N = dB(), $ = dB(), GB = dB(), dA = dB();
|
|
11971
11971
|
function dB() {
|
|
11972
11972
|
return 2 ** ++Mu;
|
|
11973
11973
|
}
|
|
11974
11974
|
var nE = /* @__PURE__ */ Object.freeze({
|
|
11975
11975
|
__proto__: null,
|
|
11976
11976
|
boolean: q,
|
|
11977
|
-
booleanish:
|
|
11977
|
+
booleanish: eA,
|
|
11978
11978
|
commaOrSpaceSeparated: dA,
|
|
11979
11979
|
commaSeparated: GB,
|
|
11980
11980
|
number: N,
|
|
@@ -12057,10 +12057,10 @@ const Vt = KB({
|
|
|
12057
12057
|
},
|
|
12058
12058
|
properties: {
|
|
12059
12059
|
ariaActiveDescendant: null,
|
|
12060
|
-
ariaAtomic:
|
|
12060
|
+
ariaAtomic: eA,
|
|
12061
12061
|
ariaAutoComplete: null,
|
|
12062
|
-
ariaBusy:
|
|
12063
|
-
ariaChecked:
|
|
12062
|
+
ariaBusy: eA,
|
|
12063
|
+
ariaChecked: eA,
|
|
12064
12064
|
ariaColCount: N,
|
|
12065
12065
|
ariaColIndex: N,
|
|
12066
12066
|
ariaColSpan: N,
|
|
@@ -12068,36 +12068,36 @@ const Vt = KB({
|
|
|
12068
12068
|
ariaCurrent: null,
|
|
12069
12069
|
ariaDescribedBy: $,
|
|
12070
12070
|
ariaDetails: null,
|
|
12071
|
-
ariaDisabled:
|
|
12071
|
+
ariaDisabled: eA,
|
|
12072
12072
|
ariaDropEffect: $,
|
|
12073
12073
|
ariaErrorMessage: null,
|
|
12074
|
-
ariaExpanded:
|
|
12074
|
+
ariaExpanded: eA,
|
|
12075
12075
|
ariaFlowTo: $,
|
|
12076
|
-
ariaGrabbed:
|
|
12076
|
+
ariaGrabbed: eA,
|
|
12077
12077
|
ariaHasPopup: null,
|
|
12078
|
-
ariaHidden:
|
|
12078
|
+
ariaHidden: eA,
|
|
12079
12079
|
ariaInvalid: null,
|
|
12080
12080
|
ariaKeyShortcuts: null,
|
|
12081
12081
|
ariaLabel: null,
|
|
12082
12082
|
ariaLabelledBy: $,
|
|
12083
12083
|
ariaLevel: N,
|
|
12084
12084
|
ariaLive: null,
|
|
12085
|
-
ariaModal:
|
|
12086
|
-
ariaMultiLine:
|
|
12087
|
-
ariaMultiSelectable:
|
|
12085
|
+
ariaModal: eA,
|
|
12086
|
+
ariaMultiLine: eA,
|
|
12087
|
+
ariaMultiSelectable: eA,
|
|
12088
12088
|
ariaOrientation: null,
|
|
12089
12089
|
ariaOwns: $,
|
|
12090
12090
|
ariaPlaceholder: null,
|
|
12091
12091
|
ariaPosInSet: N,
|
|
12092
|
-
ariaPressed:
|
|
12093
|
-
ariaReadOnly:
|
|
12092
|
+
ariaPressed: eA,
|
|
12093
|
+
ariaReadOnly: eA,
|
|
12094
12094
|
ariaRelevant: null,
|
|
12095
|
-
ariaRequired:
|
|
12095
|
+
ariaRequired: eA,
|
|
12096
12096
|
ariaRoleDescription: $,
|
|
12097
12097
|
ariaRowCount: N,
|
|
12098
12098
|
ariaRowIndex: N,
|
|
12099
12099
|
ariaRowSpan: N,
|
|
12100
|
-
ariaSelected:
|
|
12100
|
+
ariaSelected: eA,
|
|
12101
12101
|
ariaSetSize: N,
|
|
12102
12102
|
ariaSort: null,
|
|
12103
12103
|
ariaValueMax: N,
|
|
@@ -12143,7 +12143,7 @@ const Vt = KB({
|
|
|
12143
12143
|
cols: N,
|
|
12144
12144
|
colSpan: null,
|
|
12145
12145
|
content: null,
|
|
12146
|
-
contentEditable:
|
|
12146
|
+
contentEditable: eA,
|
|
12147
12147
|
controls: q,
|
|
12148
12148
|
controlsList: $,
|
|
12149
12149
|
coords: N | GB,
|
|
@@ -12157,7 +12157,7 @@ const Vt = KB({
|
|
|
12157
12157
|
dirName: null,
|
|
12158
12158
|
disabled: q,
|
|
12159
12159
|
download: Wt,
|
|
12160
|
-
draggable:
|
|
12160
|
+
draggable: eA,
|
|
12161
12161
|
encType: null,
|
|
12162
12162
|
enterKeyHint: null,
|
|
12163
12163
|
fetchPriority: null,
|
|
@@ -12327,7 +12327,7 @@ const Vt = KB({
|
|
|
12327
12327
|
sizes: null,
|
|
12328
12328
|
slot: null,
|
|
12329
12329
|
span: N,
|
|
12330
|
-
spellCheck:
|
|
12330
|
+
spellCheck: eA,
|
|
12331
12331
|
src: null,
|
|
12332
12332
|
srcDoc: null,
|
|
12333
12333
|
srcLang: null,
|
|
@@ -12342,7 +12342,7 @@ const Vt = KB({
|
|
|
12342
12342
|
type: null,
|
|
12343
12343
|
typeMustMatch: q,
|
|
12344
12344
|
useMap: null,
|
|
12345
|
-
value:
|
|
12345
|
+
value: eA,
|
|
12346
12346
|
width: N,
|
|
12347
12347
|
wrap: null,
|
|
12348
12348
|
// Legacy.
|
|
@@ -12433,7 +12433,7 @@ const Vt = KB({
|
|
|
12433
12433
|
// `<table>`
|
|
12434
12434
|
scheme: null,
|
|
12435
12435
|
// `<meta>`
|
|
12436
|
-
scrolling:
|
|
12436
|
+
scrolling: eA,
|
|
12437
12437
|
// `<frame>`. Use overflow in the child context
|
|
12438
12438
|
standby: null,
|
|
12439
12439
|
// `<object>`
|
|
@@ -14414,11 +14414,11 @@ const AM = ["innerHTML"], BM = { class: "shiki" }, QM = ["textContent"], gM = /*
|
|
|
14414
14414
|
});
|
|
14415
14415
|
return (C, e) => C.lang && E.value.supported ? (p(), y("pre", {
|
|
14416
14416
|
key: 0,
|
|
14417
|
-
class:
|
|
14417
|
+
class: gA(["code-block", C.lines ? "code-block-lines" : ""]),
|
|
14418
14418
|
innerHTML: E.value.code
|
|
14419
14419
|
}, null, 10, AM)) : (p(), y("pre", {
|
|
14420
14420
|
key: 1,
|
|
14421
|
-
class:
|
|
14421
|
+
class: gA(["code-block", C.lines ? "code-block-lines" : ""])
|
|
14422
14422
|
}, [
|
|
14423
14423
|
M("pre", BM, [
|
|
14424
14424
|
M("code", null, [
|
|
@@ -14486,7 +14486,7 @@ const wM = ["onClick"], DM = {
|
|
|
14486
14486
|
"text-4": ""
|
|
14487
14487
|
}, nM = /* @__PURE__ */ M("span", { class: "text-gray-400 dark:text-gray-600 group-hover:text-white group-hover:op50 [.active_&]:op50 [.active_&]:text-white!" }, "<", -1), aM = {
|
|
14488
14488
|
"group-hover:text-white": "",
|
|
14489
|
-
class: "[.active_&]:text-white"
|
|
14489
|
+
class: "ws-nowrap [.active_&]:text-white"
|
|
14490
14490
|
}, rM = /* @__PURE__ */ M("span", { class: "text-gray-400 dark:text-gray-600 group-hover:text-white group-hover:op50 [.active_&]:op50 [.active_&]:text-white!" }, ">", -1), cM = { key: 0 }, Io = /* @__PURE__ */ Z({
|
|
14491
14491
|
__name: "TreeViewer",
|
|
14492
14492
|
props: /* @__PURE__ */ Ig({
|
|
@@ -14505,9 +14505,14 @@ const wM = ["onClick"], DM = {
|
|
|
14505
14505
|
}
|
|
14506
14506
|
return (C, e) => (p(!0), y(nA, null, SA(C.data, (I, t) => {
|
|
14507
14507
|
var o, w;
|
|
14508
|
-
return p(), y("div", {
|
|
14508
|
+
return p(), y("div", {
|
|
14509
|
+
key: t,
|
|
14510
|
+
class: gA({
|
|
14511
|
+
"min-w-max": C.depth === 0
|
|
14512
|
+
})
|
|
14513
|
+
}, [
|
|
14509
14514
|
M("div", {
|
|
14510
|
-
class:
|
|
14515
|
+
class: gA(["group flex cursor-pointer items-center rounded-1 hover:bg-primary-300 hover:dark:bg-gray-600", { "bg-primary-600! active": B.value === I.id }]),
|
|
14511
14516
|
style: lA({ paddingLeft: `${15 * C.depth + 4}px` }),
|
|
14512
14517
|
onClick: (s) => E(I.id)
|
|
14513
14518
|
}, [
|
|
@@ -14535,10 +14540,10 @@ const wM = ["onClick"], DM = {
|
|
|
14535
14540
|
depth: C.depth + 1
|
|
14536
14541
|
}, null, 8, ["modelValue", "data", "depth"])
|
|
14537
14542
|
])) : AA("", !0)
|
|
14538
|
-
]);
|
|
14543
|
+
], 2);
|
|
14539
14544
|
}), 128));
|
|
14540
14545
|
}
|
|
14541
|
-
}), _E = (A) => (Eg("data-v-
|
|
14546
|
+
}), _E = (A) => (Eg("data-v-76b20bc4"), A = A(), Cg(), A), lM = { class: "h-full w-full" }, uM = {
|
|
14542
14547
|
key: 0,
|
|
14543
14548
|
class: "h-full flex flex-col p2"
|
|
14544
14549
|
}, hM = { class: "flex py2" }, MM = {
|
|
@@ -14567,15 +14572,15 @@ const wM = ["onClick"], DM = {
|
|
|
14567
14572
|
class: "font-state-field flex items-center px-1 text-4"
|
|
14568
14573
|
}, NM = /* @__PURE__ */ _E(() => /* @__PURE__ */ M("span", { class: "text-gray-400 dark:text-gray-600" }, "<", -1)), yM = {
|
|
14569
14574
|
"group-hover:text-white": "",
|
|
14570
|
-
class: "max-w-40 of-hidden text-ellipsis [.active_&]:text-white"
|
|
14575
|
+
class: "max-w-40 of-hidden text-ellipsis ws-nowrap [.active_&]:text-white"
|
|
14571
14576
|
}, LM = /* @__PURE__ */ _E(() => /* @__PURE__ */ M("span", { class: "text-gray-400 dark:text-gray-600" }, ">", -1)), HM = { class: "flex items-center gap-2 px-1" }, JB = "components", RM = /* @__PURE__ */ Z({
|
|
14572
14577
|
__name: "index",
|
|
14573
14578
|
emits: ["openInEditor", "onInspectComponentStart", "onInspectComponentEnd"],
|
|
14574
14579
|
setup(A, { emit: B }) {
|
|
14575
14580
|
const Q = B, g = U(), E = U(!1), { width: C } = rn(g), e = J(() => E.value ? C.value < 700 : !1), I = U(""), t = U(""), [o, w] = on(!0), s = U(!1), D = U(!1), i = U("");
|
|
14576
14581
|
function n(k, K = [], T = []) {
|
|
14577
|
-
var X,
|
|
14578
|
-
return K.push(k.id), ((X = k.children) == null ? void 0 : X.length) === 0 && T.push([...K]), (
|
|
14582
|
+
var X, CA;
|
|
14583
|
+
return K.push(k.id), ((X = k.children) == null ? void 0 : X.length) === 0 && T.push([...K]), (CA = k.children) == null || CA.forEach((yA) => {
|
|
14579
14584
|
n(yA, K, T);
|
|
14580
14585
|
}), K.pop(), T;
|
|
14581
14586
|
}
|
|
@@ -14588,8 +14593,8 @@ const wM = ["onClick"], DM = {
|
|
|
14588
14593
|
function r(k, K) {
|
|
14589
14594
|
const T = [];
|
|
14590
14595
|
return k.forEach((X) => {
|
|
14591
|
-
const
|
|
14592
|
-
|
|
14596
|
+
const CA = X.indexOf(K);
|
|
14597
|
+
CA !== -1 && T.push(...X.slice(0, CA + 1));
|
|
14593
14598
|
}), [...new Set(T)];
|
|
14594
14599
|
}
|
|
14595
14600
|
const c = U([]), u = J(() => {
|
|
@@ -14598,8 +14603,8 @@ const wM = ["onClick"], DM = {
|
|
|
14598
14603
|
}), h = U({}), d = U(""), f = J(() => {
|
|
14599
14604
|
const k = [], K = (T) => {
|
|
14600
14605
|
T.forEach((X) => {
|
|
14601
|
-
var
|
|
14602
|
-
X.id === d.value && k.push(X), (
|
|
14606
|
+
var CA;
|
|
14607
|
+
X.id === d.value && k.push(X), (CA = X.children) != null && CA.length && K(X.children);
|
|
14603
14608
|
});
|
|
14604
14609
|
};
|
|
14605
14610
|
return K(c.value), k[0];
|
|
@@ -14619,17 +14624,17 @@ const wM = ["onClick"], DM = {
|
|
|
14619
14624
|
[yA.key]: YB
|
|
14620
14625
|
};
|
|
14621
14626
|
}
|
|
14622
|
-
}),
|
|
14623
|
-
X.length && (k[K] =
|
|
14627
|
+
}), CA = Jc(Object.values(D0($e(X), "stateType")));
|
|
14628
|
+
X.length && (k[K] = CA);
|
|
14624
14629
|
}
|
|
14625
14630
|
return k;
|
|
14626
14631
|
}), { expanded: x } = RB(), { expanded: j } = RB("component-state");
|
|
14627
14632
|
oM();
|
|
14628
14633
|
function P(k = "") {
|
|
14629
14634
|
return wg({ inspectorId: JB, filter: k }).then((K) => {
|
|
14630
|
-
var X,
|
|
14635
|
+
var X, CA;
|
|
14631
14636
|
const T = aB(K);
|
|
14632
|
-
c.value = T, d.value = (
|
|
14637
|
+
c.value = T, d.value = (CA = (X = c.value) == null ? void 0 : X[0]) == null ? void 0 : CA.id, x.value = a(u.value, 1), s.value = !0;
|
|
14633
14638
|
});
|
|
14634
14639
|
}
|
|
14635
14640
|
function v(k) {
|
|
@@ -14684,7 +14689,7 @@ const wM = ["onClick"], DM = {
|
|
|
14684
14689
|
var K;
|
|
14685
14690
|
const k = (K = m.value) == null ? void 0 : K.querySelector(".active");
|
|
14686
14691
|
k == null || k.scrollIntoView({ behavior: "smooth", block: "center" });
|
|
14687
|
-
},
|
|
14692
|
+
}, 300);
|
|
14688
14693
|
}
|
|
14689
14694
|
return (k, K) => (p(), y("div", lM, [
|
|
14690
14695
|
R(F(sQ), {
|
|
@@ -14812,7 +14817,7 @@ const wM = ["onClick"], DM = {
|
|
|
14812
14817
|
}, 8, ["horizontal"])
|
|
14813
14818
|
]));
|
|
14814
14819
|
}
|
|
14815
|
-
}), yd = /* @__PURE__ */ tQ(RM, [["__scopeId", "data-v-
|
|
14820
|
+
}), yd = /* @__PURE__ */ tQ(RM, [["__scopeId", "data-v-76b20bc4"]]), kM = {}, UM = {
|
|
14816
14821
|
viewBox: "0 0 566 154",
|
|
14817
14822
|
fill: "none",
|
|
14818
14823
|
xmlns: "http://www.w3.org/2000/svg"
|