@nuxt/devtools 0.8.0 → 0.8.1
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/README.md +1 -1
- package/dist/chunks/module-main.mjs +33 -6025
- package/dist/chunks/vscode.mjs +4 -5
- package/dist/client/200.html +37 -2
- package/dist/client/404.html +37 -2
- package/dist/client/__blank/index.html +37 -2
- package/dist/client/_nuxt/{Badge.73590739.js → Badge.2520e67e.js} +1 -1
- package/dist/client/_nuxt/{CodeDiff.vue.5bc59452.js → CodeDiff.vue.978c6a6f.js} +2 -2
- package/dist/client/_nuxt/{ComposableItem.vue.b891778e.js → ComposableItem.vue.2d866a7f.js} +1 -1
- package/dist/client/_nuxt/{DataSchemaButton.vue.58aa4fbb.js → DataSchemaButton.vue.900aabf0.js} +1 -1
- package/dist/client/_nuxt/{DataSchemaDrawer.b54a9c8c.js → DataSchemaDrawer.01ce7a66.js} +100 -100
- package/dist/client/_nuxt/{DrawerRight.vue.462f9048.js → DrawerRight.vue.5715b906.js} +1 -1
- package/dist/client/_nuxt/{DurationDisplay.vue.281ea057.js → DurationDisplay.vue.700f989f.js} +1 -1
- package/dist/client/_nuxt/{FilepathItem.vue.3d85c8b7.js → FilepathItem.vue.6f5b0e95.js} +1 -1
- package/dist/client/_nuxt/{HelpFab.vue.7e36821f.js → HelpFab.vue.8daa9789.js} +1 -1
- package/dist/client/_nuxt/{LaunchPage.vue.fd74a96c.js → LaunchPage.vue.7c46fca6.js} +1 -1
- package/dist/client/_nuxt/{NCheckbox.vue.1ddacd54.js → NCheckbox.vue.e0da702b.js} +1 -1
- package/dist/client/_nuxt/{NCodeBlock.vue.31f18b3e.js → NCodeBlock.vue.070d4546.js} +1 -1
- package/dist/client/_nuxt/{NDropdown.vue.ba86ab23.js → NDropdown.vue.13a95889.js} +1 -1
- package/dist/client/_nuxt/{NIconTitle.vue.9acdbad1.js → NIconTitle.vue.1a740209.js} +1 -1
- package/dist/client/_nuxt/{NLink.vue.a8242afb.js → NLink.vue.4d6f9b4a.js} +1 -1
- package/dist/client/_nuxt/{NMarkdown.vue.12b1eecd.js → NMarkdown.vue.ac2cc78f.js} +1 -1
- package/dist/client/_nuxt/{NSectionBlock.00736ab5.js → NSectionBlock.9ba1ed51.js} +1 -1
- package/dist/client/_nuxt/{NSelect.vue.d378258a.js → NSelect.vue.50512422.js} +1 -1
- package/dist/client/_nuxt/{NSelectTabs.vue.515b8214.js → NSelectTabs.vue.f9f19824.js} +1 -1
- package/dist/client/_nuxt/{NSwitch.vue.8201d15e.js → NSwitch.vue.687752dc.js} +1 -1
- package/dist/client/_nuxt/{NTip.vue.8812abb8.js → NTip.vue.e10afe8f.js} +1 -1
- package/dist/client/_nuxt/{Navbar.vue.c509e5d2.js → Navbar.vue.6532550c.js} +1 -1
- package/dist/client/_nuxt/{StateEditor.vue.2dfb9208.js → StateEditor.vue.f97aa771.js} +1 -1
- package/dist/client/_nuxt/{__blank.6f88f9ac.js → __blank.5a331261.js} +1 -1
- package/dist/client/_nuxt/{analyze-build.ad9015ef.js → analyze-build.72962dac.js} +1 -1
- package/dist/client/_nuxt/assets.44d4e864.js +16 -0
- package/dist/client/_nuxt/{client.237dd3ea.js → client.20a78c8d.js} +1 -1
- package/dist/client/_nuxt/{components.5d298b86.js → components.19031b9b.js} +1 -1
- package/dist/client/_nuxt/css.5abce139.js +501 -0
- package/dist/client/_nuxt/{custom-_name_.6bfb7c0f.js → custom-_name_.72163621.js} +1 -1
- package/dist/client/_nuxt/{default.f2c7ccc5.js → default.7fafc9ad.js} +1 -1
- package/dist/client/_nuxt/diff.22e0b108.js +1 -0
- package/dist/client/_nuxt/entry.a2a7b315.css +1 -0
- package/dist/client/_nuxt/entry.ecba488a.js +27 -0
- package/dist/client/_nuxt/error-404.6a1d031f.js +1 -0
- package/dist/client/_nuxt/error-404.82ac0ec5.css +1 -0
- package/dist/client/_nuxt/{error-500.7606b55d.js → error-500.6ecf4027.js} +1 -1
- package/dist/client/_nuxt/error-500.ff959f66.css +1 -0
- package/dist/client/_nuxt/{full.69c969de.js → full.70864884.js} +1 -1
- package/dist/client/_nuxt/{hooks.2100ca5d.js → hooks.8f58bab5.js} +1 -1
- package/dist/client/_nuxt/html.66e44e78.js +74 -0
- package/dist/client/_nuxt/{imports.cb581504.js → imports.e2b0659c.js} +1 -1
- package/dist/client/_nuxt/{index.0d56c910.js → index.0580e715.js} +1 -1
- package/dist/client/_nuxt/{index.f204f87e.js → index.a42dc69d.js} +1 -1
- package/dist/client/_nuxt/javascript.ddb4c460.js +699 -0
- package/dist/client/_nuxt/json-editor-vue.daaf9bf6.js +130 -0
- package/dist/client/_nuxt/json.709f1c4d.js +25 -0
- package/dist/client/_nuxt/{middleware.688539e5.js → middleware.74529e65.js} +1 -1
- package/dist/client/_nuxt/{modules.bd62827c.js → modules.33fc5088.js} +1 -1
- package/dist/client/_nuxt/{none.1af6e0ee.js → none.8eb9bb52.js} +1 -1
- package/dist/client/_nuxt/onig.0c57a370.js +1 -0
- package/dist/client/_nuxt/{open-graph.11338a0a.js → open-graph.17155ec0.js} +1 -1
- package/dist/client/_nuxt/{overview.94507b31.js → overview.d7fae067.js} +1 -1
- package/dist/client/_nuxt/{pages.e761585a.js → pages.547750e8.js} +1 -1
- package/dist/client/_nuxt/{payload.6d63ca94.js → payload.8e277da6.js} +1 -1
- package/dist/client/_nuxt/{plugins.37532eb5.js → plugins.555a2eb4.js} +1 -1
- package/dist/client/_nuxt/{runtime-configs.5354fdd6.js → runtime-configs.949fefd1.js} +1 -1
- package/dist/client/_nuxt/server-routes.e6b60f13.js +9 -0
- package/dist/client/_nuxt/{settings.5fe86309.js → settings.8eec4b34.js} +1 -1
- package/dist/client/_nuxt/shellscript.3d8bff4d.js +4 -0
- package/dist/client/_nuxt/{state-components.7bf3566d.js → state-components.58a8ab6e.js} +1 -1
- package/dist/client/_nuxt/{state-modules.065d01b4.js → state-modules.b446bb25.js} +1 -1
- package/dist/client/_nuxt/{storage-options.f9b1696b.js → storage-options.bdca1e26.js} +1 -1
- package/dist/client/_nuxt/{storage.228d88e2.js → storage.2e03df22.js} +1 -1
- package/dist/client/_nuxt/{terminals.0377de90.js → terminals.d42a6ee5.js} +1 -1
- package/dist/client/_nuxt/timeline.bac8e997.js +57 -0
- package/dist/client/_nuxt/typescript.3ef79501.js +666 -0
- package/dist/client/_nuxt/unocss-runtime.dc09e3b2.js +2 -0
- package/dist/client/_nuxt/{virtual-files.1f7c68a1.js → virtual-files.56c1d2cb.js} +1 -1
- package/dist/client/_nuxt/vitesse-dark.ab479e3d.js +1 -0
- package/dist/client/_nuxt/vitesse-light.696edcfd.js +1 -0
- package/dist/client/_nuxt/vue-html.b80b464f.js +1 -0
- package/dist/client/_nuxt/vue.5b4e1de3.js +1844 -0
- package/dist/client/_nuxt/yaml.b29e536f.js +200 -0
- package/dist/client/index.html +37 -2
- package/dist/client/modules/analyze-build/index.html +37 -2
- package/dist/client/modules/assets/index.html +37 -2
- package/dist/client/modules/components/index.html +37 -2
- package/dist/client/modules/hooks/index.html +37 -2
- package/dist/client/modules/imports/index.html +37 -2
- package/dist/client/modules/middleware/index.html +37 -2
- package/dist/client/modules/modules/index.html +37 -2
- package/dist/client/modules/open-graph/index.html +37 -2
- package/dist/client/modules/overview/index.html +37 -2
- package/dist/client/modules/pages/index.html +37 -2
- package/dist/client/modules/payload/index.html +37 -2
- package/dist/client/modules/plugins/index.html +37 -2
- package/dist/client/modules/runtime-configs/index.html +37 -2
- package/dist/client/modules/server-routes/index.html +37 -2
- package/dist/client/modules/storage/index.html +37 -2
- package/dist/client/modules/terminals/index.html +37 -2
- package/dist/client/modules/timeline/index.html +37 -2
- package/dist/client/modules/virtual-files/index.html +37 -2
- package/dist/client/settings/index.html +37 -2
- package/dist/module.json +1 -1
- package/dist/runtime/plugins/view/Main.vue +5 -0
- package/dist/runtime/plugins/view/client.mjs +10 -3
- package/package.json +35 -37
- package/dist/client/_nuxt/assets.d0e2ffb5.js +0 -16
- package/dist/client/_nuxt/entry.582098fc.css +0 -1
- package/dist/client/_nuxt/entry.d12f745d.js +0 -21
- package/dist/client/_nuxt/error-404.91003ceb.css +0 -1
- package/dist/client/_nuxt/error-404.ed94fa51.js +0 -1
- package/dist/client/_nuxt/error-500.7e02f53c.css +0 -1
- package/dist/client/_nuxt/json-editor-vue.ddceb6bb.js +0 -137
- package/dist/client/_nuxt/server-routes.6fd21992.js +0 -9
- package/dist/client/_nuxt/timeline.e89330f3.js +0 -57
- package/dist/client/_nuxt/unocss-runtime.a5ba4c7b.js +0 -2
package/dist/chunks/vscode.mjs
CHANGED
|
@@ -14,10 +14,12 @@ import 'vite';
|
|
|
14
14
|
import 'sirv';
|
|
15
15
|
import 'picocolors';
|
|
16
16
|
import 'birpc';
|
|
17
|
+
import 'flatted';
|
|
17
18
|
import '../shared/devtools.6d7e3a3a.mjs';
|
|
18
19
|
import '../dirs.mjs';
|
|
19
20
|
import 'node:url';
|
|
20
21
|
import 'is-installed-globally';
|
|
22
|
+
import '@antfu/utils';
|
|
21
23
|
import 'image-meta';
|
|
22
24
|
import 'perfect-debounce';
|
|
23
25
|
import 'fast-glob';
|
|
@@ -30,11 +32,8 @@ import 'semver';
|
|
|
30
32
|
import 'local-pkg';
|
|
31
33
|
import 'unimport';
|
|
32
34
|
import 'boxen';
|
|
33
|
-
import '
|
|
34
|
-
import '
|
|
35
|
-
import 'util';
|
|
36
|
-
import 'os';
|
|
37
|
-
import 'child_process';
|
|
35
|
+
import 'simple-git';
|
|
36
|
+
import 'ohash';
|
|
38
37
|
|
|
39
38
|
async function setup({ nuxt, options, openInEditorHooks, rpc }) {
|
|
40
39
|
const installed = !!await which("code-server").catch(() => null);
|
package/dist/client/200.html
CHANGED
|
@@ -1,7 +1,42 @@
|
|
|
1
1
|
<!DOCTYPE html>
|
|
2
2
|
<html >
|
|
3
3
|
<head><meta charset="utf-8">
|
|
4
|
-
<meta name="viewport" content="width=device-width, initial-scale=1"
|
|
4
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
5
|
+
<link rel="stylesheet" href="/__nuxt_devtools__/client/_nuxt/entry.a2a7b315.css">
|
|
6
|
+
<link rel="modulepreload" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/entry.ecba488a.js">
|
|
7
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/index.a42dc69d.js">
|
|
8
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/onig.0c57a370.js">
|
|
9
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/vitesse-dark.ab479e3d.js">
|
|
10
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/vitesse-light.696edcfd.js">
|
|
11
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/json.709f1c4d.js">
|
|
12
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/yaml.b29e536f.js">
|
|
13
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/css.5abce139.js">
|
|
14
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/javascript.ddb4c460.js">
|
|
15
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/typescript.3ef79501.js">
|
|
16
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/vue.5b4e1de3.js">
|
|
17
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/html.66e44e78.js">
|
|
18
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/vue-html.b80b464f.js">
|
|
19
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/diff.22e0b108.js">
|
|
20
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/shellscript.3d8bff4d.js">
|
|
21
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/default.7fafc9ad.js">
|
|
22
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/full.70864884.js">
|
|
23
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/none.8eb9bb52.js">
|
|
24
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/nuxt-docs.100caa70.js">
|
|
25
|
+
<link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/NCodeBlock.6994516c.css">
|
|
26
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/DataSchemaDrawer.01ce7a66.js">
|
|
27
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/NSelect.vue.50512422.js">
|
|
28
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/NSwitch.vue.687752dc.js">
|
|
29
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/NDropdown.vue.13a95889.js">
|
|
30
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/NCodeBlock.vue.070d4546.js">
|
|
31
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/client.20a78c8d.js">
|
|
32
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/DrawerRight.vue.5715b906.js">
|
|
33
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/unocss-runtime.dc09e3b2.js">
|
|
34
|
+
<link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/error-404.82ac0ec5.css">
|
|
35
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/error-404.6a1d031f.js">
|
|
36
|
+
<link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/error-500.ff959f66.css">
|
|
37
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/error-500.6ecf4027.js">
|
|
38
|
+
<script type="module" src="/__nuxt_devtools__/client/_nuxt/entry.ecba488a.js" crossorigin=""></script><script>"use strict";(()=>{const a=window,e=document.documentElement,m=["dark","light"],c=window.localStorage.getItem("nuxt-color-mode")||"system";let n=c==="system"?f():c;const l=e.getAttribute("data-color-mode-forced");l&&(n=l),i(n),a["__NUXT_COLOR_MODE__"]={preference:c,value:n,getColorScheme:f,addColorScheme:i,removeColorScheme:d};function i(o){const t=""+o+"",s="";e.classList?e.classList.add(t):e.className+=" "+t,s&&e.setAttribute("data-"+s,o)}function d(o){const t=""+o+"",s="";e.classList?e.classList.remove(t):e.className=e.className.replace(new RegExp(t,"g"),""),s&&e.removeAttribute("data-"+s)}function r(o){return a.matchMedia("(prefers-color-scheme"+o+")")}function f(){if(a.matchMedia&&r("").media!=="not all"){for(const o of m)if(r(":"+o).matches)return o}return"light"}})();
|
|
5
39
|
</script></head>
|
|
6
|
-
<body ><div id="__nuxt"
|
|
40
|
+
<body ><div id="__nuxt"></div><script type="application/json" id="__NUXT_DATA__" data-ssr="false">[{"_errors":1,"serverRendered":2,"data":3,"state":4},{},false,{},{}]</script>
|
|
41
|
+
<script>window.__NUXT__={};window.__NUXT__.config={public:{fixture4:"public runtime config from nuxt.config.ts"},app:{baseURL:"/__nuxt_devtools__/client",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body>
|
|
7
42
|
</html>
|
package/dist/client/404.html
CHANGED
|
@@ -1,7 +1,42 @@
|
|
|
1
1
|
<!DOCTYPE html>
|
|
2
2
|
<html >
|
|
3
3
|
<head><meta charset="utf-8">
|
|
4
|
-
<meta name="viewport" content="width=device-width, initial-scale=1"
|
|
4
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
5
|
+
<link rel="stylesheet" href="/__nuxt_devtools__/client/_nuxt/entry.a2a7b315.css">
|
|
6
|
+
<link rel="modulepreload" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/entry.ecba488a.js">
|
|
7
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/index.a42dc69d.js">
|
|
8
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/onig.0c57a370.js">
|
|
9
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/vitesse-dark.ab479e3d.js">
|
|
10
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/vitesse-light.696edcfd.js">
|
|
11
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/json.709f1c4d.js">
|
|
12
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/yaml.b29e536f.js">
|
|
13
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/css.5abce139.js">
|
|
14
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/javascript.ddb4c460.js">
|
|
15
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/typescript.3ef79501.js">
|
|
16
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/vue.5b4e1de3.js">
|
|
17
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/html.66e44e78.js">
|
|
18
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/vue-html.b80b464f.js">
|
|
19
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/diff.22e0b108.js">
|
|
20
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/shellscript.3d8bff4d.js">
|
|
21
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/default.7fafc9ad.js">
|
|
22
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/full.70864884.js">
|
|
23
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/none.8eb9bb52.js">
|
|
24
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/nuxt-docs.100caa70.js">
|
|
25
|
+
<link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/NCodeBlock.6994516c.css">
|
|
26
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/DataSchemaDrawer.01ce7a66.js">
|
|
27
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/NSelect.vue.50512422.js">
|
|
28
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/NSwitch.vue.687752dc.js">
|
|
29
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/NDropdown.vue.13a95889.js">
|
|
30
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/NCodeBlock.vue.070d4546.js">
|
|
31
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/client.20a78c8d.js">
|
|
32
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/DrawerRight.vue.5715b906.js">
|
|
33
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/unocss-runtime.dc09e3b2.js">
|
|
34
|
+
<link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/error-404.82ac0ec5.css">
|
|
35
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/error-404.6a1d031f.js">
|
|
36
|
+
<link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/error-500.ff959f66.css">
|
|
37
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/error-500.6ecf4027.js">
|
|
38
|
+
<script type="module" src="/__nuxt_devtools__/client/_nuxt/entry.ecba488a.js" crossorigin=""></script><script>"use strict";(()=>{const a=window,e=document.documentElement,m=["dark","light"],c=window.localStorage.getItem("nuxt-color-mode")||"system";let n=c==="system"?f():c;const l=e.getAttribute("data-color-mode-forced");l&&(n=l),i(n),a["__NUXT_COLOR_MODE__"]={preference:c,value:n,getColorScheme:f,addColorScheme:i,removeColorScheme:d};function i(o){const t=""+o+"",s="";e.classList?e.classList.add(t):e.className+=" "+t,s&&e.setAttribute("data-"+s,o)}function d(o){const t=""+o+"",s="";e.classList?e.classList.remove(t):e.className=e.className.replace(new RegExp(t,"g"),""),s&&e.removeAttribute("data-"+s)}function r(o){return a.matchMedia("(prefers-color-scheme"+o+")")}function f(){if(a.matchMedia&&r("").media!=="not all"){for(const o of m)if(r(":"+o).matches)return o}return"light"}})();
|
|
5
39
|
</script></head>
|
|
6
|
-
<body ><div id="__nuxt"
|
|
40
|
+
<body ><div id="__nuxt"></div><script type="application/json" id="__NUXT_DATA__" data-ssr="false">[{"_errors":1,"serverRendered":2,"data":3,"state":4},{},false,{},{}]</script>
|
|
41
|
+
<script>window.__NUXT__={};window.__NUXT__.config={public:{fixture4:"public runtime config from nuxt.config.ts"},app:{baseURL:"/__nuxt_devtools__/client",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body>
|
|
7
42
|
</html>
|
|
@@ -1,7 +1,42 @@
|
|
|
1
1
|
<!DOCTYPE html>
|
|
2
2
|
<html >
|
|
3
3
|
<head><meta charset="utf-8">
|
|
4
|
-
<meta name="viewport" content="width=device-width, initial-scale=1"
|
|
4
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
5
|
+
<link rel="stylesheet" href="/__nuxt_devtools__/client/_nuxt/entry.a2a7b315.css">
|
|
6
|
+
<link rel="modulepreload" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/entry.ecba488a.js">
|
|
7
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/index.a42dc69d.js">
|
|
8
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/onig.0c57a370.js">
|
|
9
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/vitesse-dark.ab479e3d.js">
|
|
10
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/vitesse-light.696edcfd.js">
|
|
11
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/json.709f1c4d.js">
|
|
12
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/yaml.b29e536f.js">
|
|
13
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/css.5abce139.js">
|
|
14
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/javascript.ddb4c460.js">
|
|
15
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/typescript.3ef79501.js">
|
|
16
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/vue.5b4e1de3.js">
|
|
17
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/html.66e44e78.js">
|
|
18
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/vue-html.b80b464f.js">
|
|
19
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/diff.22e0b108.js">
|
|
20
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/shellscript.3d8bff4d.js">
|
|
21
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/default.7fafc9ad.js">
|
|
22
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/full.70864884.js">
|
|
23
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/none.8eb9bb52.js">
|
|
24
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/nuxt-docs.100caa70.js">
|
|
25
|
+
<link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/NCodeBlock.6994516c.css">
|
|
26
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/DataSchemaDrawer.01ce7a66.js">
|
|
27
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/NSelect.vue.50512422.js">
|
|
28
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/NSwitch.vue.687752dc.js">
|
|
29
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/NDropdown.vue.13a95889.js">
|
|
30
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/NCodeBlock.vue.070d4546.js">
|
|
31
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/client.20a78c8d.js">
|
|
32
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/DrawerRight.vue.5715b906.js">
|
|
33
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/unocss-runtime.dc09e3b2.js">
|
|
34
|
+
<link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/error-404.82ac0ec5.css">
|
|
35
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/error-404.6a1d031f.js">
|
|
36
|
+
<link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/error-500.ff959f66.css">
|
|
37
|
+
<link rel="prefetch" as="script" crossorigin="" href="/__nuxt_devtools__/client/_nuxt/error-500.6ecf4027.js">
|
|
38
|
+
<script type="module" src="/__nuxt_devtools__/client/_nuxt/entry.ecba488a.js" crossorigin=""></script><script>"use strict";(()=>{const a=window,e=document.documentElement,m=["dark","light"],c=window.localStorage.getItem("nuxt-color-mode")||"system";let n=c==="system"?f():c;const l=e.getAttribute("data-color-mode-forced");l&&(n=l),i(n),a["__NUXT_COLOR_MODE__"]={preference:c,value:n,getColorScheme:f,addColorScheme:i,removeColorScheme:d};function i(o){const t=""+o+"",s="";e.classList?e.classList.add(t):e.className+=" "+t,s&&e.setAttribute("data-"+s,o)}function d(o){const t=""+o+"",s="";e.classList?e.classList.remove(t):e.className=e.className.replace(new RegExp(t,"g"),""),s&&e.removeAttribute("data-"+s)}function r(o){return a.matchMedia("(prefers-color-scheme"+o+")")}function f(){if(a.matchMedia&&r("").media!=="not all"){for(const o of m)if(r(":"+o).matches)return o}return"light"}})();
|
|
5
39
|
</script></head>
|
|
6
|
-
<body ><div id="__nuxt"
|
|
40
|
+
<body ><div id="__nuxt"></div><script type="application/json" id="__NUXT_DATA__" data-ssr="false">[{"_errors":1,"serverRendered":2,"data":3,"state":4},{},false,{},{}]</script>
|
|
41
|
+
<script>window.__NUXT__={};window.__NUXT__.config={public:{fixture4:"public runtime config from nuxt.config.ts"},app:{baseURL:"/__nuxt_devtools__/client",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body>
|
|
7
42
|
</html>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{q as n,o,m as s,a5 as t}from"./entry.
|
|
1
|
+
import{q as n,o,m as s,a5 as t}from"./entry.ecba488a.js";const c={},r={class:"mx-0.5 select-none whitespace-nowrap rounded px-1.5 py-0.5 text-xs"};function a(e,_){return o(),s("span",r,[t(e.$slots,"default")])}const l=n(c,[["render",a]]);export{l as _};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import{_ as R}from"./NCodeBlock.vue.
|
|
1
|
+
import{_ as R}from"./NCodeBlock.vue.070d4546.js";import{d as _,a as N,r as F,ai as W,bu as A,o as B,h as J,f as V}from"./entry.ecba488a.js";function m(){}m.prototype={diff:function(e,t){var o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},f=o.callback;typeof o=="function"&&(f=o,o={}),this.options=o;var r=this;function l(c){return f?(setTimeout(function(){f(void 0,c)},0),!0):c}e=this.castInput(e),t=this.castInput(t),e=this.removeEmpty(this.tokenize(e)),t=this.removeEmpty(this.tokenize(t));var i=t.length,u=e.length,s=1,d=i+u;o.maxEditLength&&(d=Math.min(d,o.maxEditLength));var a=[{newPos:-1,components:[]}],p=this.extractCommon(a[0],t,e,0);if(a[0].newPos+1>=i&&p+1>=u)return l([{value:this.join(t),count:t.length}]);function v(){for(var c=-1*s;c<=s;c+=2){var h=void 0,w=a[c-1],C=a[c+1],g=(C?C.newPos:0)-c;w&&(a[c-1]=void 0);var q=w&&w.newPos+1<i,$=C&&0<=g&&g<u;if(!q&&!$){a[c]=void 0;continue}if(!q||$&&w.newPos<C.newPos?(h=Z(C),r.pushComponent(h.components,void 0,!0)):(h=w,h.newPos++,r.pushComponent(h.components,!0,void 0)),g=r.extractCommon(h,t,e,c),h.newPos+1>=i&&g+1>=u)return l(M(r,h.components,t,e,r.useLongestToken));a[c]=h}s++}if(f)(function c(){setTimeout(function(){if(s>d)return f();v()||c()},0)})();else for(;s<=d;){var y=v();if(y)return y}},pushComponent:function(e,t,o){var f=e[e.length-1];f&&f.added===t&&f.removed===o?e[e.length-1]={count:f.count+1,added:t,removed:o}:e.push({count:1,added:t,removed:o})},extractCommon:function(e,t,o,f){for(var r=t.length,l=o.length,i=e.newPos,u=i-f,s=0;i+1<r&&u+1<l&&this.equals(t[i+1],o[u+1]);)i++,u++,s++;return s&&e.components.push({count:s}),e.newPos=i,u},equals:function(e,t){return this.options.comparator?this.options.comparator(e,t):e===t||this.options.ignoreCase&&e.toLowerCase()===t.toLowerCase()},removeEmpty:function(e){for(var t=[],o=0;o<e.length;o++)e[o]&&t.push(e[o]);return t},castInput:function(e){return e},tokenize:function(e){return e.split("")},join:function(e){return e.join("")}};function M(n,e,t,o,f){for(var r=0,l=e.length,i=0,u=0;r<l;r++){var s=e[r];if(s.removed){if(s.value=n.join(o.slice(u,u+s.count)),u+=s.count,r&&e[r-1].added){var a=e[r-1];e[r-1]=e[r],e[r]=a}}else{if(!s.added&&f){var d=t.slice(i,i+s.count);d=d.map(function(v,y){var c=o[u+y];return c.length>v.length?c:v}),s.value=n.join(d)}else s.value=n.join(t.slice(i,i+s.count));i+=s.count,s.added||(u+=s.count)}}var p=e[l-1];return l>1&&typeof p.value=="string"&&(p.added||p.removed)&&n.equals("",p.value)&&(e[l-2].value+=p.value,e.pop()),e}function Z(n){return{newPos:n.newPos,components:n.components.slice(0)}}var I=/^[A-Za-z\xC0-\u02C6\u02C8-\u02D7\u02DE-\u02FF\u1E00-\u1EFF]+$/,T=/\S/,O=new m;O.equals=function(n,e){return this.options.ignoreCase&&(n=n.toLowerCase(),e=e.toLowerCase()),n===e||this.options.ignoreWhitespace&&!T.test(n)&&!T.test(e)};O.tokenize=function(n){for(var e=n.split(/([^\S\r\n]+|[()[\]{}'"\r\n]|\b)/),t=0;t<e.length-1;t++)!e[t+1]&&e[t+2]&&I.test(e[t])&&I.test(e[t+2])&&(e[t]+=e[t+2],e.splice(t+1,2),t--);return e};var D=new m;D.tokenize=function(n){var e=[],t=n.split(/(\n|\r\n)/);t[t.length-1]||t.pop();for(var o=0;o<t.length;o++){var f=t[o];o%2&&!this.options.newlineIsToken?e[e.length-1]+=f:(this.options.ignoreWhitespace&&(f=f.trim()),e.push(f))}return e};function k(n,e,t){return D.diff(n,e,t)}var G=new m;G.tokenize=function(n){return n.split(/(\S.+?[.!?])(?=\s+|$)/)};var H=new m;H.tokenize=function(n){return n.split(/([{}:;,]|\s+)/)};function z(n){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?z=function(e){return typeof e}:z=function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},z(n)}var Q=Object.prototype.toString,L=new m;L.useLongestToken=!0;L.tokenize=D.tokenize;L.castInput=function(n){var e=this.options,t=e.undefinedReplacement,o=e.stringifyReplacer,f=o===void 0?function(r,l){return typeof l>"u"?t:l}:o;return typeof n=="string"?n:JSON.stringify(E(n,null,null,f),f," ")};L.equals=function(n,e){return m.prototype.equals.call(L,n.replace(/,([\r\n])/g,"$1"),e.replace(/,([\r\n])/g,"$1"))};function E(n,e,t,o,f){e=e||[],t=t||[],o&&(n=o(f,n));var r;for(r=0;r<e.length;r+=1)if(e[r]===n)return t[r];var l;if(Q.call(n)==="[object Array]"){for(e.push(n),l=new Array(n.length),t.push(l),r=0;r<n.length;r+=1)l[r]=E(n[r],e,t,o,f);return e.pop(),t.pop(),l}if(n&&n.toJSON&&(n=n.toJSON()),z(n)==="object"&&n!==null){e.push(n),l={},t.push(l);var i=[],u;for(u in n)n.hasOwnProperty(u)&&i.push(u);for(i.sort(),r=0;r<i.length;r+=1)u=i[r],l[u]=E(n[u],e,t,o,u);e.pop(),t.pop()}else l=n;return l}var x=new m;x.tokenize=function(n){return n.slice()};x.join=x.removeEmpty=function(n){return n};const Y=_({__name:"CodeDiff",props:{from:{},to:{},lang:{}},setup(n){const e=n;function t(i,u){const s=k(i.trim(),u.trim()),d=[],a=[],p=[];for(const v of s){const y=v.value.trimEnd().split(`
|
|
2
2
|
`);for(const c of y)v.added?(d.push(p.length),p.push(c)):(v.removed&&a.push(p.length),p.push(c))}return{added:d,removed:a,result:p.join(`
|
|
3
|
-
`)}}const o=N(()=>t(e.from,e.to));function f(i){let
|
|
3
|
+
`)}}const o=N(()=>t(e.from,e.to));function f(i){let u=0;return i.replace(/class="shiki/,'class="shiki diff').replace(/class="line"/g,s=>(u++,o.value.added.includes(u-1)?'class="line line-added"':o.value.removed.includes(u-1)?'class="line line-removed"':s))}const r=F();W(l);function l(){const i=A(r);i&&i.querySelector(".line-added,.line-removed")?.scrollIntoView()}return(i,u)=>{const s=R;return B(),J(s,{ref_key:"elRef",ref:r,code:V(o).result,lang:i.lang,"transform-rendered":f,onLoaded:l},null,8,["code","lang"])}}});export{Y as _};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{_ as I}from"./NMarkdown.vue.
|
|
1
|
+
import{_ as I}from"./NMarkdown.vue.ac2cc78f.js";import{d as V,e as D,a6 as U,a as c,al as $,o as s,h as r,j as i,k as o,p as l,i as E,f as e,v as u,m as _,F as v,t as h,n as j,E as F,C as S}from"./entry.ecba488a.js";import{_ as z}from"./FilepathItem.vue.6f5b0e95.js";import{C as k}from"./constants.4e5eba24.js";const L={"hover:text-primary":""},M={key:0,"text-primary":""},O={"max-w-100":""},T={px4:"",py3:"","text-sm":""},W={flex:"~ gap2",n:"primary xs"},q={border:"t base","max-h-60":"","of-auto":"",px4:"",py3:""},A={"text-sm":""},G=o("span",{op50:""},"It has been referenced ",-1),H={"text-primary":""},J=o("span",{op50:""}," times by:",-1),K={flex:"~ col gap-2","items-start":"",pt3:"","text-sm":"",op75:""},P={key:1,"text-sm":"",op50:""},Z=V({__name:"ComposableItem",props:{item:{},metadata:{},filepath:{},counter:{type:Boolean,default:!0},classes:{default:"px2 py1 text-sm bg-gray:5 "}},setup(x){const t=x,b=D(),C=U(),m=c(()=>t.item.as||t.item.name),n=c(()=>t.metadata?.injectionUsage?.[m.value]?.count||0),g=c(()=>(t.metadata?.injectionUsage?.[m.value]?.moduleIds||[]).filter(a=>!a.endsWith("?macro=true"))),y=c(()=>{if(t.item.meta?.docsUrl)return t.item.meta.docsUrl;if(["nuxt","#app","nuxt3"].includes(t.item.from))return k.nuxt[t.item.name];if(t.item.from==="vue")return k.vue[t.item.name]});return(a,p)=>{const w=I,f=S,N=z,B=$("VDropdown");return s(),r(B,{disabled:!t.metadata},{popper:i(()=>[o("div",O,[o("div",T,[a.item.meta?.description?(s(),r(w,{key:0,tag:"div",pb3:"","text-sm":"",markdown:a.item.meta.description},null,8,["markdown"])):l("",!0),o("div",W,[E(f,{icon:"carbon-copy",onClick:p[0]||(p[0]=d=>e(b)(e(m)))},{default:i(()=>[u(" Copy ")]),_:1}),a.filepath?(s(),r(f,{key:0,icon:"carbon-code",onClick:p[1]||(p[1]=d=>a.filepath&&e(C)(a.filepath))},{default:i(()=>[u(" Source ")]),_:1})):l("",!0),e(y)?(s(),r(f,{key:1,icon:"carbon-catalog",to:e(y),target:"_blank"},{default:i(()=>[u(" Docs ")]),_:1},8,["to"])):l("",!0)])]),o("div",q,[e(n)?(s(),_(v,{key:0},[o("div",A,[G,o("strong",H,h(e(n)),1),J]),o("div",K,[(s(!0),_(v,null,j(e(g),d=>(s(),r(N,{key:d,filepath:d},null,8,["filepath"]))),128))])],64)):(s(),_("div",P," Not in use via auto import. "))])])]),default:i(()=>[o("button",L,[o("code",{rounded:"","font-mono":"",class:F([a.metadata&&!e(n)?"op30 hover:op100":"",a.classes])},[u(h(e(m))+" ",1),e(n)&&a.counter?(s(),_("sup",M,"x"+h(e(n)),1)):l("",!0)],2)])]),_:1},8,["disabled"])}}});export{Z as _};
|
package/dist/client/_nuxt/{DataSchemaButton.vue.58aa4fbb.js → DataSchemaButton.vue.900aabf0.js}
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{d as c,u as s,a9 as r,H as i,o as p,h as _,_ as u}from"./entry.
|
|
1
|
+
import{d as c,u as s,a9 as r,H as i,o as p,h as _,_ as u}from"./entry.ecba488a.js";const h=c({__name:"DataSchemaButton",props:{getter:{type:Function}},setup(m){const t=s();return(n,e)=>{const o=u,a=r("tooltip");return i((p(),_(o,{title:"Generate Data Schema",icon:"carbon:container-services",onClick:e[0]||(e[0]=l=>t.value=n.getter())},null,512)),[[a,"Generate Data Schema"]])}}});export{h as _};
|