@vitejs/devtools 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/DockIcon-BtMEW4VE.js +97 -0
- package/dist/{DockStandalone-Dd6Dcd5B.js → DockStandalone-BVlum9C_.js} +4 -8
- package/dist/{LogItem-CfTxUV6A.js → LogItem-BTrEubKY.js} +2 -1
- package/dist/{ToastOverlay-BVErqkif.js → ToastOverlay-BYqNPsVN.js} +42 -23
- package/dist/{ViewBuiltinLogs-DQLxnQ1c.js → ViewBuiltinLogs-BL373XPJ.js} +3 -2
- package/dist/{ViewBuiltinTerminals-B83FB-cT.js → ViewBuiltinTerminals-DdpE1Ftb.js} +4 -2
- package/dist/ViewJsonRender-coidkW9b.js +6835 -0
- package/dist/{cli-commands-DRp01A04.js → cli-commands-BDDMPsV-.js} +5 -3
- package/dist/cli-commands.js +2 -2
- package/dist/cli.js +2 -2
- package/dist/client/inject.js +3 -6
- package/dist/client/standalone/assets/DockStandalone-Bxu-C-j2.js +1 -0
- package/dist/client/standalone/assets/LogItem-CKbVrExA.js +1 -0
- package/dist/client/standalone/assets/ViewBuiltinLogs-9oWDdl1G.js +1 -0
- package/dist/client/standalone/assets/{ViewBuiltinTerminals-Dkd5qdlN.js → ViewBuiltinTerminals-Ddb8owMl.js} +2 -2
- package/dist/client/standalone/assets/ViewJsonRender-CKPzRgqQ.js +43 -0
- package/dist/client/standalone/assets/dist-JpCJ4ieR.js +1 -0
- package/dist/client/standalone/assets/iconify-C-CPDXMf.js +2 -0
- package/dist/client/standalone/assets/index-BOLMv7zA.css +1 -0
- package/dist/client/standalone/assets/index-Dx34o0Zb.js +3 -0
- package/dist/client/standalone/assets/runtime-core.esm-bundler-oO31W4LZ.js +1 -0
- package/dist/client/standalone/index.html +6 -4
- package/dist/client/webcomponents.js +7 -9
- package/dist/config.js +1 -1
- package/dist/dist-Cgqg5_oP.js +1113 -0
- package/dist/{DockIcon-Jbdv1CYn.js → iconify-YyqAMHKf.js} +1 -96
- package/dist/index.js +1 -1
- package/dist/{plugins-6tW2SoNv.js → plugins-CsDUv5C2.js} +23 -10
- package/dist/{popup-EDv_a9nQ.js → popup-CU4L49wm.js} +8 -10
- package/dist/utils-Csuu5uNf.js +10 -0
- package/dist/{dist-3NIYLDlS.js → vue.runtime.esm-bundler-D2MZbyFr.js} +74 -1185
- package/package.json +9 -6
- package/dist/client/standalone/assets/DockStandalone-B8W-HO8N.js +0 -1
- package/dist/client/standalone/assets/LogItem-B-ayIBi6.js +0 -1
- package/dist/client/standalone/assets/ViewBuiltinLogs-B8M7lPbt.js +0 -1
- package/dist/client/standalone/assets/dist-ZC9UAo6H.js +0 -1
- package/dist/client/standalone/assets/index-6F2y1lxr.css +0 -1
- package/dist/client/standalone/assets/index-odNIfapG.js +0 -4
- package/dist/utils--qjmgani.js +0 -6
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { D as openBlock, F as withDirectives, P as withCtx, Q as toDisplayString, T as onMounted, U as ref, X as normalizeClass, Y as unref, Z as normalizeStyle, d as createBlock, f as createCommentVNode, g as createVNode, h as createTextVNode, k as renderList, l as computed, o as withModifiers, p as createElementBlock, r as vModelText, s as Fragment, u as createBaseVNode, v as defineComponent } from "./vue.runtime.esm-bundler-D2MZbyFr.js";
|
|
2
|
+
import { o as useTimeAgo } from "./dist-Cgqg5_oP.js";
|
|
3
|
+
import { a as levels, i as getHashColorFromString, n as _sfc_main$3, o as markLogsAsRead, r as formEntries, s as useLogs, t as _sfc_main$2 } from "./LogItem-BTrEubKY.js";
|
|
3
4
|
//#region src/client/webcomponents/components/FilterToggles.vue
|
|
4
5
|
const _hoisted_1$1 = { class: "text-xs op40" };
|
|
5
6
|
const _hoisted_2$1 = { class: "flex flex-wrap items-center gap-0.5" };
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { C as nextTick, D as openBlock, E as onUnmounted, G as shallowRef, M as watch, Q as toDisplayString, T as onMounted, U as ref, V as reactive, X as normalizeClass, Y as unref, d as createBlock, f as createCommentVNode, g as createVNode, k as renderList, p as createElementBlock, s as Fragment, u as createBaseVNode, v as defineComponent, z as markRaw } from "./vue.runtime.esm-bundler-D2MZbyFr.js";
|
|
2
|
+
import { r as useEventListener, u as watchImmediate } from "./dist-Cgqg5_oP.js";
|
|
3
|
+
import "./iconify-YyqAMHKf.js";
|
|
4
|
+
import { t as _sfc_main$2 } from "./DockIcon-BtMEW4VE.js";
|
|
3
5
|
//#region src/client/webcomponents/state/terminals.ts
|
|
4
6
|
let _terminalsMap;
|
|
5
7
|
function useTerminals(context) {
|