@pubinfo-pr/devtools 0.171.5 → 0.171.7
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/client/assets/{Navbar-B5ucbOfi.js → Navbar-D84j2-0V.js} +3 -2
- package/dist/client/assets/{PanelGrids-DBWGBtRY.js → PanelGrids-F8O_nB5x.js} +2 -2
- package/dist/client/assets/{SelectTabs-DQNzvqnY.js → SelectTabs-S1Y6g4Xn.js} +2 -2
- package/dist/client/assets/_plugin-vue_export-helper-D8E0syuh.js +6 -0
- package/dist/client/assets/{component-BZQrXc47.js → component-zQaPK8ug.js} +4 -4
- package/dist/client/assets/{fetch-DghUgo4Q.js → fetch-fetJJUYt.js} +3 -7
- package/dist/client/assets/{import-BaLJFHqb.js → import-kaeBvG5r.js} +4 -4
- package/dist/client/assets/{index-OmlSRsjt.js → index-BgqWVAMJ.js} +11 -6
- package/dist/client/assets/index-XXyHuz_l.css +443 -0
- package/dist/client/assets/issue-BHrGN1_d.css +10 -0
- package/dist/client/assets/issue-DgV1g0vO.js +130 -0
- package/dist/client/assets/{pages-DS7RvZuv.js → pages-RrD-Ux_k.js} +5 -20
- package/dist/client/assets/{server-router-BK_W_u7D.js → server-router-CoUFJpjd.js} +5 -4
- package/dist/client/index.html +2 -2
- package/dist/client/issue.svg +1 -0
- package/dist/index.mjs +155 -0
- package/dist/panel/index.d.mts +1 -0
- package/dist/panel/index.mjs +27 -4
- package/package.json +1 -1
- package/dist/client/assets/index-BMmz63mm.css +0 -443
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { B as
|
|
2
|
-
import {
|
|
1
|
+
import { B as withCtx, G as isRef, I as useModel, M as renderSlot, P as resolveDirective, S as h, T as mergeProps, V as withDirectives, a as vModelDynamic, b as defineComponent, g as createElementBlock, h as createCommentVNode, it as toDisplayString, k as openBlock, m as createBlock, n as RouterLink, nt as normalizeClass, p as createBaseVNode, tt as unref, u as Fragment, v as createTextVNode, w as mergeModels, y as createVNode } from "./index-BgqWVAMJ.js";
|
|
2
|
+
import { f as useVModel } from "./fetch-fetJJUYt.js";
|
|
3
|
+
import { t as _plugin_vue_export_helper_default } from "./_plugin-vue_export-helper-D8E0syuh.js";
|
|
3
4
|
var _hoisted_1$3 = { class: "flex gap-3 items-center" };
|
|
4
5
|
var IconTitle_default = /* @__PURE__ */ defineComponent({
|
|
5
6
|
__name: "IconTitle",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { M as renderSlot, g as createElementBlock, k as openBlock } from "./index-BgqWVAMJ.js";
|
|
2
|
+
import { t as _plugin_vue_export_helper_default } from "./_plugin-vue_export-helper-D8E0syuh.js";
|
|
3
3
|
var _sfc_main = {};
|
|
4
4
|
var _hoisted_1 = { class: "n-panel-grids-center" };
|
|
5
5
|
function _sfc_render(_ctx, _cache) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { D as onBeforeUnmount, G as isRef, M as renderSlot, V as withDirectives, Y as ref, b as defineComponent, f as computed, g as createElementBlock, h as createCommentVNode, it as toDisplayString, j as renderList, k as openBlock, nt as normalizeClass, o as vModelRadio, p as createBaseVNode, tt as unref, u as Fragment } from "./index-BgqWVAMJ.js";
|
|
2
|
+
import { f as useVModel, l as useClipboard } from "./fetch-fetJJUYt.js";
|
|
3
3
|
var OPEN_IN_EDITOR_ENDPOINT = "/__open-in-editor";
|
|
4
4
|
function normalizeFilepath(file) {
|
|
5
5
|
return file.replace(/\\/g, "/");
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { a as Icon_default, i as SectionBlock_default, r as Button_default, t as Navbar_default } from "./Navbar-
|
|
3
|
-
import {
|
|
4
|
-
import { n as FilepathItem_default, t as SelectTabs_default } from "./SelectTabs-
|
|
1
|
+
import { B as withCtx, D as onBeforeUnmount, G as isRef, M as renderSlot, N as resolveComponent, Y as ref, b as defineComponent, f as computed, g as createElementBlock, h as createCommentVNode, it as toDisplayString, j as renderList, k as openBlock, m as createBlock, nt as normalizeClass, p as createBaseVNode, tt as unref, u as Fragment, v as createTextVNode, y as createVNode } from "./index-BgqWVAMJ.js";
|
|
2
|
+
import { a as Icon_default, i as SectionBlock_default, r as Button_default, t as Navbar_default } from "./Navbar-D84j2-0V.js";
|
|
3
|
+
import { l as useClipboard, n as componentUsageFetch, o as Badge_default } from "./fetch-fetJJUYt.js";
|
|
4
|
+
import { n as FilepathItem_default, t as SelectTabs_default } from "./SelectTabs-S1Y6g4Xn.js";
|
|
5
5
|
var NUMBER_CHAR_RE = /\d/;
|
|
6
6
|
var STR_SPLITTERS = [
|
|
7
7
|
"-",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { $ as
|
|
1
|
+
import { $ as toRef$1, E as nextTick, G as isRef, H as customRef, J as readonly, K as onScopeDispose, M as renderSlot, O as onMounted, Q as toRaw, R as watch, U as effectScope, W as getCurrentScope, X as shallowReadonly, Y as ref, Z as shallowRef, b as defineComponent, et as toValue, f as computed, g as createElementBlock, k as openBlock, tt as unref, x as getCurrentInstance } from "./index-BgqWVAMJ.js";
|
|
2
2
|
function tryOnScopeDispose(fn, failSilently) {
|
|
3
3
|
if (getCurrentScope()) {
|
|
4
4
|
onScopeDispose(fn, failSilently);
|
|
@@ -1086,11 +1086,6 @@ function useVModel(props, key, emit, options = {}) {
|
|
|
1086
1086
|
}
|
|
1087
1087
|
});
|
|
1088
1088
|
}
|
|
1089
|
-
var _plugin_vue_export_helper_default = (sfc, props) => {
|
|
1090
|
-
const target = sfc.__vccOpts || sfc;
|
|
1091
|
-
for (const [key, val] of props) target[key] = val;
|
|
1092
|
-
return target;
|
|
1093
|
-
};
|
|
1094
1089
|
var _hoisted_1 = { class: "n-badge" };
|
|
1095
1090
|
var Badge_default = /* @__PURE__ */ defineComponent({
|
|
1096
1091
|
name: "Badge",
|
|
@@ -1109,4 +1104,5 @@ const importUsageFetch = useFetch(`${API_ROOT}/import-usage`, { immediate: false
|
|
|
1109
1104
|
function usePackageVersion(packageName) {
|
|
1110
1105
|
return useFetch(`${API_ROOT}/package-version?package=${encodeURIComponent(packageName)}`, { immediate: false }).json();
|
|
1111
1106
|
}
|
|
1112
|
-
|
|
1107
|
+
useFetch(`${API_ROOT}/environment-info`, { immediate: false }).json();
|
|
1108
|
+
export { usePackageVersion as a, onClickOutside as c, useLocalStorage as d, useVModel as f, overviewFetch as i, useClipboard as l, createSharedComposable as m, componentUsageFetch as n, Badge_default as o, createEventHook as p, importUsageFetch as r, createReusableTemplate as s, apiListFetch as t, useElementSize as u };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { a as Icon_default, i as SectionBlock_default, r as Button_default, t as Navbar_default } from "./Navbar-
|
|
3
|
-
import {
|
|
4
|
-
import { n as FilepathItem_default, t as SelectTabs_default } from "./SelectTabs-
|
|
1
|
+
import { B as withCtx, D as onBeforeUnmount, G as isRef, M as renderSlot, N as resolveComponent, Y as ref, b as defineComponent, f as computed, g as createElementBlock, h as createCommentVNode, it as toDisplayString, j as renderList, k as openBlock, m as createBlock, nt as normalizeClass, p as createBaseVNode, tt as unref, u as Fragment, v as createTextVNode, y as createVNode } from "./index-BgqWVAMJ.js";
|
|
2
|
+
import { a as Icon_default, i as SectionBlock_default, r as Button_default, t as Navbar_default } from "./Navbar-D84j2-0V.js";
|
|
3
|
+
import { l as useClipboard, o as Badge_default, r as importUsageFetch } from "./fetch-fetJJUYt.js";
|
|
4
|
+
import { n as FilepathItem_default, t as SelectTabs_default } from "./SelectTabs-S1Y6g4Xn.js";
|
|
5
5
|
var _hoisted_1$2 = { class: "flex flex-col gap-1 items-start of-hidden" };
|
|
6
6
|
var _hoisted_2$2 = { class: "flex gap-2 items-center px-3" };
|
|
7
7
|
var _hoisted_3$2 = { class: "text-sm font-mono" };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["./pages-
|
|
1
|
+
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["./pages-RrD-Ux_k.js","./_plugin-vue_export-helper-D8E0syuh.js","./fetch-fetJJUYt.js","./PanelGrids-F8O_nB5x.js","./pages-DQ8FtB9Y.css","./component-zQaPK8ug.js","./Navbar-D84j2-0V.js","./Navbar-D8ux538U.css","./SelectTabs-S1Y6g4Xn.js","./import-kaeBvG5r.js","./issue-DgV1g0vO.js","./issue-BHrGN1_d.css","./server-router-CoUFJpjd.js","./server-router-B1AB70as.css"])))=>i.map(i=>d[i]);
|
|
2
2
|
(function polyfill() {
|
|
3
3
|
const relList = document.createElement("link").relList;
|
|
4
4
|
if (relList && relList.supports && relList.supports("modulepreload")) return;
|
|
@@ -9321,22 +9321,27 @@ const routes = [
|
|
|
9321
9321
|
{
|
|
9322
9322
|
path: "/",
|
|
9323
9323
|
name: "/",
|
|
9324
|
-
component: () => __vitePreload(() => import("./pages-
|
|
9324
|
+
component: () => __vitePreload(() => import("./pages-RrD-Ux_k.js"), __vite__mapDeps([0,1,2,3,4]), import.meta.url)
|
|
9325
9325
|
},
|
|
9326
9326
|
{
|
|
9327
9327
|
path: "/component",
|
|
9328
9328
|
name: "/component",
|
|
9329
|
-
component: () => __vitePreload(() => import("./component-
|
|
9329
|
+
component: () => __vitePreload(() => import("./component-zQaPK8ug.js"), __vite__mapDeps([5,2,6,1,7,8]), import.meta.url)
|
|
9330
9330
|
},
|
|
9331
9331
|
{
|
|
9332
9332
|
path: "/import",
|
|
9333
9333
|
name: "/import",
|
|
9334
|
-
component: () => __vitePreload(() => import("./import-
|
|
9334
|
+
component: () => __vitePreload(() => import("./import-kaeBvG5r.js"), __vite__mapDeps([9,2,6,1,7,8]), import.meta.url)
|
|
9335
|
+
},
|
|
9336
|
+
{
|
|
9337
|
+
path: "/issue",
|
|
9338
|
+
name: "/issue",
|
|
9339
|
+
component: () => __vitePreload(() => import("./issue-DgV1g0vO.js"), __vite__mapDeps([10,1,3,11]), import.meta.url)
|
|
9335
9340
|
},
|
|
9336
9341
|
{
|
|
9337
9342
|
path: "/server-router",
|
|
9338
9343
|
name: "/server-router",
|
|
9339
|
-
component: () => __vitePreload(() => import("./server-router-
|
|
9344
|
+
component: () => __vitePreload(() => import("./server-router-CoUFJpjd.js"), __vite__mapDeps([12,1,2,6,7,3,13]), import.meta.url)
|
|
9340
9345
|
}
|
|
9341
9346
|
];
|
|
9342
9347
|
var _hoisted_1$1 = { class: "w-full h-full of-auto!" };
|
|
@@ -9379,4 +9384,4 @@ var router = createRouter({
|
|
|
9379
9384
|
app.use(router);
|
|
9380
9385
|
app.use(Gt);
|
|
9381
9386
|
app.mount("#app");
|
|
9382
|
-
export {
|
|
9387
|
+
export { toRef as $, provide as A, withCtx as B, inject as C, onBeforeUnmount as D, nextTick as E, resolveDynamicComponent as F, isRef as G, customRef as H, useModel as I, readonly as J, onScopeDispose as K, useSlots as L, renderSlot as M, resolveComponent as N, onMounted as O, resolveDirective as P, toRaw as Q, watch as R, h$2 as S, mergeProps as T, effectScope as U, withDirectives as V, getCurrentScope as W, shallowReadonly as X, ref as Y, shallowRef as Z, createStaticVNode as _, vModelDynamic as a, defineComponent as b, vModelText as c, KeepAlive as d, toValue as et, computed as f, createElementBlock as g, createCommentVNode as h, vModelCheckbox as i, toDisplayString as it, renderList as j, openBlock as k, withKeys as l, createBlock as m, RouterLink as n, normalizeClass as nt, vModelRadio as o, createBaseVNode as p, reactive as q, Transition as r, normalizeStyle as rt, vModelSelect as s, __vitePreload as t, unref as tt, Fragment as u, createTextVNode as v, mergeModels as w, getCurrentInstance as x, createVNode as y, watchEffect as z };
|