@nuxt/devtools-kit-nightly 3.2.4-29562054.52d8312 → 3.2.4-29563482.f9a1d97
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.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/shared/{devtools-kit-nightly.CaEhbN71.d.cts → devtools-kit-nightly.f1VcjZlm.d.cts} +0 -9
- package/dist/shared/{devtools-kit-nightly.CaEhbN71.d.mts → devtools-kit-nightly.f1VcjZlm.d.mts} +0 -9
- package/dist/shared/{devtools-kit-nightly.CaEhbN71.d.ts → devtools-kit-nightly.f1VcjZlm.d.ts} +0 -9
- package/dist/types.d.cts +2 -12
- package/dist/types.d.mts +2 -12
- package/dist/types.d.ts +2 -12
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -2,7 +2,7 @@ import * as _nuxt_schema from '@nuxt/schema';
|
|
|
2
2
|
import { BirpcGroup } from 'birpc';
|
|
3
3
|
import { ChildProcess } from 'node:child_process';
|
|
4
4
|
import { Result } from 'tinyexec';
|
|
5
|
-
import { M as ModuleCustomTab, N as NuxtDevtoolsInfo, S as SubprocessOptions, T as TerminalState } from './shared/devtools-kit-nightly.
|
|
5
|
+
import { M as ModuleCustomTab, N as NuxtDevtoolsInfo, S as SubprocessOptions, T as TerminalState } from './shared/devtools-kit-nightly.f1VcjZlm.cjs';
|
|
6
6
|
import 'vue';
|
|
7
7
|
import 'nuxt/schema';
|
|
8
8
|
import 'unimport';
|
package/dist/index.d.mts
CHANGED
|
@@ -2,7 +2,7 @@ import * as _nuxt_schema from '@nuxt/schema';
|
|
|
2
2
|
import { BirpcGroup } from 'birpc';
|
|
3
3
|
import { ChildProcess } from 'node:child_process';
|
|
4
4
|
import { Result } from 'tinyexec';
|
|
5
|
-
import { M as ModuleCustomTab, N as NuxtDevtoolsInfo, S as SubprocessOptions, T as TerminalState } from './shared/devtools-kit-nightly.
|
|
5
|
+
import { M as ModuleCustomTab, N as NuxtDevtoolsInfo, S as SubprocessOptions, T as TerminalState } from './shared/devtools-kit-nightly.f1VcjZlm.mjs';
|
|
6
6
|
import 'vue';
|
|
7
7
|
import 'nuxt/schema';
|
|
8
8
|
import 'unimport';
|
package/dist/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as _nuxt_schema from '@nuxt/schema';
|
|
|
2
2
|
import { BirpcGroup } from 'birpc';
|
|
3
3
|
import { ChildProcess } from 'node:child_process';
|
|
4
4
|
import { Result } from 'tinyexec';
|
|
5
|
-
import { M as ModuleCustomTab, N as NuxtDevtoolsInfo, S as SubprocessOptions, T as TerminalState } from './shared/devtools-kit-nightly.
|
|
5
|
+
import { M as ModuleCustomTab, N as NuxtDevtoolsInfo, S as SubprocessOptions, T as TerminalState } from './shared/devtools-kit-nightly.f1VcjZlm.js';
|
|
6
6
|
import 'vue';
|
|
7
7
|
import 'nuxt/schema';
|
|
8
8
|
import 'unimport';
|
package/dist/shared/{devtools-kit-nightly.CaEhbN71.d.cts → devtools-kit-nightly.f1VcjZlm.d.cts}
RENAMED
|
@@ -378,13 +378,6 @@ interface ModuleOptions {
|
|
|
378
378
|
* @default true
|
|
379
379
|
*/
|
|
380
380
|
viteInspect?: boolean;
|
|
381
|
-
/**
|
|
382
|
-
* Enable Vite DevTools integration
|
|
383
|
-
*
|
|
384
|
-
* @experimental
|
|
385
|
-
* @default false
|
|
386
|
-
*/
|
|
387
|
-
viteDevTools?: boolean;
|
|
388
381
|
/**
|
|
389
382
|
* Disable dev time authorization check.
|
|
390
383
|
*
|
|
@@ -521,12 +514,10 @@ interface NuxtDevToolsOptions {
|
|
|
521
514
|
hiddenTabCategories: string[];
|
|
522
515
|
hiddenTabs: string[];
|
|
523
516
|
interactionCloseOnOutsideClick: boolean;
|
|
524
|
-
minimizePanelInactive: number;
|
|
525
517
|
pinnedTabs: string[];
|
|
526
518
|
scale: number;
|
|
527
519
|
showExperimentalFeatures: boolean;
|
|
528
520
|
showHelpButtons: boolean;
|
|
529
|
-
showPanel: boolean | null;
|
|
530
521
|
sidebarExpanded: boolean;
|
|
531
522
|
sidebarScrollable: boolean;
|
|
532
523
|
};
|
package/dist/shared/{devtools-kit-nightly.CaEhbN71.d.mts → devtools-kit-nightly.f1VcjZlm.d.mts}
RENAMED
|
@@ -378,13 +378,6 @@ interface ModuleOptions {
|
|
|
378
378
|
* @default true
|
|
379
379
|
*/
|
|
380
380
|
viteInspect?: boolean;
|
|
381
|
-
/**
|
|
382
|
-
* Enable Vite DevTools integration
|
|
383
|
-
*
|
|
384
|
-
* @experimental
|
|
385
|
-
* @default false
|
|
386
|
-
*/
|
|
387
|
-
viteDevTools?: boolean;
|
|
388
381
|
/**
|
|
389
382
|
* Disable dev time authorization check.
|
|
390
383
|
*
|
|
@@ -521,12 +514,10 @@ interface NuxtDevToolsOptions {
|
|
|
521
514
|
hiddenTabCategories: string[];
|
|
522
515
|
hiddenTabs: string[];
|
|
523
516
|
interactionCloseOnOutsideClick: boolean;
|
|
524
|
-
minimizePanelInactive: number;
|
|
525
517
|
pinnedTabs: string[];
|
|
526
518
|
scale: number;
|
|
527
519
|
showExperimentalFeatures: boolean;
|
|
528
520
|
showHelpButtons: boolean;
|
|
529
|
-
showPanel: boolean | null;
|
|
530
521
|
sidebarExpanded: boolean;
|
|
531
522
|
sidebarScrollable: boolean;
|
|
532
523
|
};
|
package/dist/shared/{devtools-kit-nightly.CaEhbN71.d.ts → devtools-kit-nightly.f1VcjZlm.d.ts}
RENAMED
|
@@ -378,13 +378,6 @@ interface ModuleOptions {
|
|
|
378
378
|
* @default true
|
|
379
379
|
*/
|
|
380
380
|
viteInspect?: boolean;
|
|
381
|
-
/**
|
|
382
|
-
* Enable Vite DevTools integration
|
|
383
|
-
*
|
|
384
|
-
* @experimental
|
|
385
|
-
* @default false
|
|
386
|
-
*/
|
|
387
|
-
viteDevTools?: boolean;
|
|
388
381
|
/**
|
|
389
382
|
* Disable dev time authorization check.
|
|
390
383
|
*
|
|
@@ -521,12 +514,10 @@ interface NuxtDevToolsOptions {
|
|
|
521
514
|
hiddenTabCategories: string[];
|
|
522
515
|
hiddenTabs: string[];
|
|
523
516
|
interactionCloseOnOutsideClick: boolean;
|
|
524
|
-
minimizePanelInactive: number;
|
|
525
517
|
pinnedTabs: string[];
|
|
526
518
|
scale: number;
|
|
527
519
|
showExperimentalFeatures: boolean;
|
|
528
520
|
showHelpButtons: boolean;
|
|
529
|
-
showPanel: boolean | null;
|
|
530
521
|
sidebarExpanded: boolean;
|
|
531
522
|
sidebarScrollable: boolean;
|
|
532
523
|
};
|
package/dist/types.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as ServerFunctions, C as ClientFunctions, H as HookInfo, P as PluginMetric, L as LoadingTimeMetric } from './shared/devtools-kit-nightly.
|
|
2
|
-
export { A as AnalyzeBuildMeta, b as AnalyzeBuildsInfo, c as AssetEntry, d as AssetInfo, e as AssetType, f as AutoImportsWithMetadata, B as BasicModuleInfo, g as CategorizedTabs, h as ClientUpdateEvent, i as CodeServerOptions, j as CodeServerType, k as CodeSnippet, l as CompatibilityStatus, m as ComponentRelationship, n as ComponentWithRelationships, G as GitHubContributor, I as ImageMeta, o as InstallModuleReturn, p as InstalledModuleInfo, q as MaintainerInfo, r as ModuleBuiltinTab, s as ModuleCompatibility, M as ModuleCustomTab, t as ModuleIframeTabLazyOptions, u as ModuleIframeView, v as ModuleLaunchAction, w as ModuleLaunchView, x as ModuleOptions, y as ModuleStaticInfo, z as ModuleStats, D as ModuleTabInfo, E as ModuleType, F as ModuleVNodeView, J as ModuleView, K as NpmCommandOptions, O as NpmCommandType, Q as NuxtDevToolsOptions, N as NuxtDevtoolsInfo, R as NuxtDevtoolsServerContext, U as NuxtServerData, V as PackageManagerName, W as PackageUpdateInfo, X as Payload, Y as PluginInfoWithMetic, Z as RouteInfo, _ as ScannedNitroTasks, $ as ServerDebugContext, a0 as ServerDebugModuleMutationRecord, a1 as ServerRouteInfo, a2 as ServerRouteInput, a3 as ServerRouteInputType, a4 as ServerTaskInfo, S as SubprocessOptions, a5 as TabCategory, a6 as TerminalAction, a7 as TerminalBase, a8 as TerminalInfo, T as TerminalState, a9 as VSCodeIntegrationOptions, aa as VSCodeTunnelOptions, ab as VueInspectorClient, ac as VueInspectorData } from './shared/devtools-kit-nightly.
|
|
1
|
+
import { a as ServerFunctions, C as ClientFunctions, H as HookInfo, P as PluginMetric, L as LoadingTimeMetric } from './shared/devtools-kit-nightly.f1VcjZlm.cjs';
|
|
2
|
+
export { A as AnalyzeBuildMeta, b as AnalyzeBuildsInfo, c as AssetEntry, d as AssetInfo, e as AssetType, f as AutoImportsWithMetadata, B as BasicModuleInfo, g as CategorizedTabs, h as ClientUpdateEvent, i as CodeServerOptions, j as CodeServerType, k as CodeSnippet, l as CompatibilityStatus, m as ComponentRelationship, n as ComponentWithRelationships, G as GitHubContributor, I as ImageMeta, o as InstallModuleReturn, p as InstalledModuleInfo, q as MaintainerInfo, r as ModuleBuiltinTab, s as ModuleCompatibility, M as ModuleCustomTab, t as ModuleIframeTabLazyOptions, u as ModuleIframeView, v as ModuleLaunchAction, w as ModuleLaunchView, x as ModuleOptions, y as ModuleStaticInfo, z as ModuleStats, D as ModuleTabInfo, E as ModuleType, F as ModuleVNodeView, J as ModuleView, K as NpmCommandOptions, O as NpmCommandType, Q as NuxtDevToolsOptions, N as NuxtDevtoolsInfo, R as NuxtDevtoolsServerContext, U as NuxtServerData, V as PackageManagerName, W as PackageUpdateInfo, X as Payload, Y as PluginInfoWithMetic, Z as RouteInfo, _ as ScannedNitroTasks, $ as ServerDebugContext, a0 as ServerDebugModuleMutationRecord, a1 as ServerRouteInfo, a2 as ServerRouteInput, a3 as ServerRouteInputType, a4 as ServerTaskInfo, S as SubprocessOptions, a5 as TabCategory, a6 as TerminalAction, a7 as TerminalBase, a8 as TerminalInfo, T as TerminalState, a9 as VSCodeIntegrationOptions, aa as VSCodeTunnelOptions, ab as VueInspectorClient, ac as VueInspectorData } from './shared/devtools-kit-nightly.f1VcjZlm.cjs';
|
|
3
3
|
import { BirpcReturn } from 'birpc';
|
|
4
4
|
import { Hookable } from 'hookable';
|
|
5
5
|
import { NuxtApp } from 'nuxt/app';
|
|
@@ -121,16 +121,6 @@ interface NuxtDevtoolsHostClient {
|
|
|
121
121
|
toggle: () => void;
|
|
122
122
|
reload: () => void;
|
|
123
123
|
navigate: (path: string) => void;
|
|
124
|
-
/**
|
|
125
|
-
* Popup the DevTools frame into Picture-in-Picture mode
|
|
126
|
-
*
|
|
127
|
-
* Requires Chrome 111 with experimental flag enabled.
|
|
128
|
-
*
|
|
129
|
-
* Function is undefined when not supported.
|
|
130
|
-
*
|
|
131
|
-
* @see https://developer.chrome.com/docs/web-platform/document-picture-in-picture/
|
|
132
|
-
*/
|
|
133
|
-
popup?: () => any;
|
|
134
124
|
};
|
|
135
125
|
app: {
|
|
136
126
|
reload: () => void;
|
package/dist/types.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as ServerFunctions, C as ClientFunctions, H as HookInfo, P as PluginMetric, L as LoadingTimeMetric } from './shared/devtools-kit-nightly.
|
|
2
|
-
export { A as AnalyzeBuildMeta, b as AnalyzeBuildsInfo, c as AssetEntry, d as AssetInfo, e as AssetType, f as AutoImportsWithMetadata, B as BasicModuleInfo, g as CategorizedTabs, h as ClientUpdateEvent, i as CodeServerOptions, j as CodeServerType, k as CodeSnippet, l as CompatibilityStatus, m as ComponentRelationship, n as ComponentWithRelationships, G as GitHubContributor, I as ImageMeta, o as InstallModuleReturn, p as InstalledModuleInfo, q as MaintainerInfo, r as ModuleBuiltinTab, s as ModuleCompatibility, M as ModuleCustomTab, t as ModuleIframeTabLazyOptions, u as ModuleIframeView, v as ModuleLaunchAction, w as ModuleLaunchView, x as ModuleOptions, y as ModuleStaticInfo, z as ModuleStats, D as ModuleTabInfo, E as ModuleType, F as ModuleVNodeView, J as ModuleView, K as NpmCommandOptions, O as NpmCommandType, Q as NuxtDevToolsOptions, N as NuxtDevtoolsInfo, R as NuxtDevtoolsServerContext, U as NuxtServerData, V as PackageManagerName, W as PackageUpdateInfo, X as Payload, Y as PluginInfoWithMetic, Z as RouteInfo, _ as ScannedNitroTasks, $ as ServerDebugContext, a0 as ServerDebugModuleMutationRecord, a1 as ServerRouteInfo, a2 as ServerRouteInput, a3 as ServerRouteInputType, a4 as ServerTaskInfo, S as SubprocessOptions, a5 as TabCategory, a6 as TerminalAction, a7 as TerminalBase, a8 as TerminalInfo, T as TerminalState, a9 as VSCodeIntegrationOptions, aa as VSCodeTunnelOptions, ab as VueInspectorClient, ac as VueInspectorData } from './shared/devtools-kit-nightly.
|
|
1
|
+
import { a as ServerFunctions, C as ClientFunctions, H as HookInfo, P as PluginMetric, L as LoadingTimeMetric } from './shared/devtools-kit-nightly.f1VcjZlm.mjs';
|
|
2
|
+
export { A as AnalyzeBuildMeta, b as AnalyzeBuildsInfo, c as AssetEntry, d as AssetInfo, e as AssetType, f as AutoImportsWithMetadata, B as BasicModuleInfo, g as CategorizedTabs, h as ClientUpdateEvent, i as CodeServerOptions, j as CodeServerType, k as CodeSnippet, l as CompatibilityStatus, m as ComponentRelationship, n as ComponentWithRelationships, G as GitHubContributor, I as ImageMeta, o as InstallModuleReturn, p as InstalledModuleInfo, q as MaintainerInfo, r as ModuleBuiltinTab, s as ModuleCompatibility, M as ModuleCustomTab, t as ModuleIframeTabLazyOptions, u as ModuleIframeView, v as ModuleLaunchAction, w as ModuleLaunchView, x as ModuleOptions, y as ModuleStaticInfo, z as ModuleStats, D as ModuleTabInfo, E as ModuleType, F as ModuleVNodeView, J as ModuleView, K as NpmCommandOptions, O as NpmCommandType, Q as NuxtDevToolsOptions, N as NuxtDevtoolsInfo, R as NuxtDevtoolsServerContext, U as NuxtServerData, V as PackageManagerName, W as PackageUpdateInfo, X as Payload, Y as PluginInfoWithMetic, Z as RouteInfo, _ as ScannedNitroTasks, $ as ServerDebugContext, a0 as ServerDebugModuleMutationRecord, a1 as ServerRouteInfo, a2 as ServerRouteInput, a3 as ServerRouteInputType, a4 as ServerTaskInfo, S as SubprocessOptions, a5 as TabCategory, a6 as TerminalAction, a7 as TerminalBase, a8 as TerminalInfo, T as TerminalState, a9 as VSCodeIntegrationOptions, aa as VSCodeTunnelOptions, ab as VueInspectorClient, ac as VueInspectorData } from './shared/devtools-kit-nightly.f1VcjZlm.mjs';
|
|
3
3
|
import { BirpcReturn } from 'birpc';
|
|
4
4
|
import { Hookable } from 'hookable';
|
|
5
5
|
import { NuxtApp } from 'nuxt/app';
|
|
@@ -121,16 +121,6 @@ interface NuxtDevtoolsHostClient {
|
|
|
121
121
|
toggle: () => void;
|
|
122
122
|
reload: () => void;
|
|
123
123
|
navigate: (path: string) => void;
|
|
124
|
-
/**
|
|
125
|
-
* Popup the DevTools frame into Picture-in-Picture mode
|
|
126
|
-
*
|
|
127
|
-
* Requires Chrome 111 with experimental flag enabled.
|
|
128
|
-
*
|
|
129
|
-
* Function is undefined when not supported.
|
|
130
|
-
*
|
|
131
|
-
* @see https://developer.chrome.com/docs/web-platform/document-picture-in-picture/
|
|
132
|
-
*/
|
|
133
|
-
popup?: () => any;
|
|
134
124
|
};
|
|
135
125
|
app: {
|
|
136
126
|
reload: () => void;
|
package/dist/types.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as ServerFunctions, C as ClientFunctions, H as HookInfo, P as PluginMetric, L as LoadingTimeMetric } from './shared/devtools-kit-nightly.
|
|
2
|
-
export { A as AnalyzeBuildMeta, b as AnalyzeBuildsInfo, c as AssetEntry, d as AssetInfo, e as AssetType, f as AutoImportsWithMetadata, B as BasicModuleInfo, g as CategorizedTabs, h as ClientUpdateEvent, i as CodeServerOptions, j as CodeServerType, k as CodeSnippet, l as CompatibilityStatus, m as ComponentRelationship, n as ComponentWithRelationships, G as GitHubContributor, I as ImageMeta, o as InstallModuleReturn, p as InstalledModuleInfo, q as MaintainerInfo, r as ModuleBuiltinTab, s as ModuleCompatibility, M as ModuleCustomTab, t as ModuleIframeTabLazyOptions, u as ModuleIframeView, v as ModuleLaunchAction, w as ModuleLaunchView, x as ModuleOptions, y as ModuleStaticInfo, z as ModuleStats, D as ModuleTabInfo, E as ModuleType, F as ModuleVNodeView, J as ModuleView, K as NpmCommandOptions, O as NpmCommandType, Q as NuxtDevToolsOptions, N as NuxtDevtoolsInfo, R as NuxtDevtoolsServerContext, U as NuxtServerData, V as PackageManagerName, W as PackageUpdateInfo, X as Payload, Y as PluginInfoWithMetic, Z as RouteInfo, _ as ScannedNitroTasks, $ as ServerDebugContext, a0 as ServerDebugModuleMutationRecord, a1 as ServerRouteInfo, a2 as ServerRouteInput, a3 as ServerRouteInputType, a4 as ServerTaskInfo, S as SubprocessOptions, a5 as TabCategory, a6 as TerminalAction, a7 as TerminalBase, a8 as TerminalInfo, T as TerminalState, a9 as VSCodeIntegrationOptions, aa as VSCodeTunnelOptions, ab as VueInspectorClient, ac as VueInspectorData } from './shared/devtools-kit-nightly.
|
|
1
|
+
import { a as ServerFunctions, C as ClientFunctions, H as HookInfo, P as PluginMetric, L as LoadingTimeMetric } from './shared/devtools-kit-nightly.f1VcjZlm.js';
|
|
2
|
+
export { A as AnalyzeBuildMeta, b as AnalyzeBuildsInfo, c as AssetEntry, d as AssetInfo, e as AssetType, f as AutoImportsWithMetadata, B as BasicModuleInfo, g as CategorizedTabs, h as ClientUpdateEvent, i as CodeServerOptions, j as CodeServerType, k as CodeSnippet, l as CompatibilityStatus, m as ComponentRelationship, n as ComponentWithRelationships, G as GitHubContributor, I as ImageMeta, o as InstallModuleReturn, p as InstalledModuleInfo, q as MaintainerInfo, r as ModuleBuiltinTab, s as ModuleCompatibility, M as ModuleCustomTab, t as ModuleIframeTabLazyOptions, u as ModuleIframeView, v as ModuleLaunchAction, w as ModuleLaunchView, x as ModuleOptions, y as ModuleStaticInfo, z as ModuleStats, D as ModuleTabInfo, E as ModuleType, F as ModuleVNodeView, J as ModuleView, K as NpmCommandOptions, O as NpmCommandType, Q as NuxtDevToolsOptions, N as NuxtDevtoolsInfo, R as NuxtDevtoolsServerContext, U as NuxtServerData, V as PackageManagerName, W as PackageUpdateInfo, X as Payload, Y as PluginInfoWithMetic, Z as RouteInfo, _ as ScannedNitroTasks, $ as ServerDebugContext, a0 as ServerDebugModuleMutationRecord, a1 as ServerRouteInfo, a2 as ServerRouteInput, a3 as ServerRouteInputType, a4 as ServerTaskInfo, S as SubprocessOptions, a5 as TabCategory, a6 as TerminalAction, a7 as TerminalBase, a8 as TerminalInfo, T as TerminalState, a9 as VSCodeIntegrationOptions, aa as VSCodeTunnelOptions, ab as VueInspectorClient, ac as VueInspectorData } from './shared/devtools-kit-nightly.f1VcjZlm.js';
|
|
3
3
|
import { BirpcReturn } from 'birpc';
|
|
4
4
|
import { Hookable } from 'hookable';
|
|
5
5
|
import { NuxtApp } from 'nuxt/app';
|
|
@@ -121,16 +121,6 @@ interface NuxtDevtoolsHostClient {
|
|
|
121
121
|
toggle: () => void;
|
|
122
122
|
reload: () => void;
|
|
123
123
|
navigate: (path: string) => void;
|
|
124
|
-
/**
|
|
125
|
-
* Popup the DevTools frame into Picture-in-Picture mode
|
|
126
|
-
*
|
|
127
|
-
* Requires Chrome 111 with experimental flag enabled.
|
|
128
|
-
*
|
|
129
|
-
* Function is undefined when not supported.
|
|
130
|
-
*
|
|
131
|
-
* @see https://developer.chrome.com/docs/web-platform/document-picture-in-picture/
|
|
132
|
-
*/
|
|
133
|
-
popup?: () => any;
|
|
134
124
|
};
|
|
135
125
|
app: {
|
|
136
126
|
reload: () => void;
|
package/package.json
CHANGED