@nuxt/devtools 0.1.5 → 0.1.6
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 +2 -0
- package/dist/chunks/module-main.mjs +683 -666
- package/dist/chunks/vscode.mjs +34 -30
- package/dist/cli.mjs +21 -60
- package/dist/client/200.html +2 -2
- package/dist/client/404.html +2 -2
- package/dist/client/__inspecting/index.html +2 -2
- package/dist/client/_nuxt/{Badge.ec9e349b.js → Badge.d9b6d9b1.js} +1 -1
- package/dist/client/_nuxt/{FilepathItem.vue.29183a21.js → FilepathItem.vue.31689a0a.js} +1 -1
- package/dist/client/_nuxt/{LaunchPage.vue.f4239533.js → LaunchPage.vue.65011890.js} +1 -1
- package/dist/client/_nuxt/{NButton.vue.09cc4471.js → NButton.vue.56759fc1.js} +1 -1
- package/dist/client/_nuxt/{NIcon.vue.701f4547.js → NIcon.vue.c1ad97a9.js} +1 -1
- package/dist/client/_nuxt/NTextInput.vue.b6c079ee.js +1 -0
- package/dist/client/_nuxt/{NuxtLogo.9f2db884.js → NuxtLogo.9303af79.js} +1 -1
- package/dist/client/_nuxt/SectionBlock.48da9d80.css +1 -0
- package/dist/client/_nuxt/SectionBlock.885bbad5.js +1 -0
- package/dist/client/_nuxt/{Settings.vue.b55fa306.js → Settings.vue.dda6fcf5.js} +1 -1
- package/dist/client/_nuxt/{StateEditor.989cce56.css → StateEditor.c82309e2.css} +1 -1
- package/dist/client/_nuxt/{StateEditor.vue.ab9d7157.js → StateEditor.vue.0f1b994b.js} +1 -1
- package/dist/client/_nuxt/StateEditor.vue.3374c6ec.js +1 -0
- package/dist/client/_nuxt/{TabIcon.vue.6890c56a.js → TabIcon.vue.8d3722ca.js} +1 -1
- package/dist/client/_nuxt/{__inspecting.12d34e8c.js → __inspecting.6fe111b0.js} +1 -1
- package/dist/client/_nuxt/{asyncData.c8345f31.js → asyncData.d544d421.js} +1 -1
- package/dist/client/_nuxt/{components.08e98322.js → components.25d13f1f.js} +1 -1
- package/dist/client/_nuxt/composables.80d3af7a.js +1 -0
- package/dist/client/_nuxt/{context.d25709fd.js → context.b32078d3.js} +1 -1
- package/dist/client/_nuxt/{custom-_name_.89baf527.js → custom-_name_.14809d72.js} +1 -1
- package/dist/client/_nuxt/default.7ecded8d.js +1 -0
- package/dist/client/_nuxt/editor.b2159474.js +1 -0
- package/dist/client/_nuxt/entry.43bdd1fb.css +1 -0
- package/dist/client/_nuxt/{entry.d28dd037.js → entry.b1094864.js} +1 -1
- package/dist/client/_nuxt/{error-404.bdee7391.js → error-404.2ee33711.js} +1 -1
- package/dist/client/_nuxt/{error-500.c5180cef.js → error-500.ef980084.js} +1 -1
- package/dist/client/_nuxt/{error-component.ae83d235.js → error-component.7b202115.js} +2 -2
- package/dist/client/_nuxt/{hooks.8f89faa2.js → hooks.ca7ea52c.js} +1 -1
- package/dist/client/_nuxt/imports.f7013fa4.js +1 -0
- package/dist/client/_nuxt/{index.fe0907d3.js → index.2ad8ed93.js} +1 -1
- package/dist/client/_nuxt/layouts.b684dcc1.js +1 -0
- package/dist/client/_nuxt/{middleware.5410fce5.js → middleware.e10aa06d.js} +1 -1
- package/dist/client/_nuxt/{modules.6fc7bd71.js → modules.0b22b757.js} +1 -1
- package/dist/client/_nuxt/{none.76eeebc3.js → none.38bfd553.js} +1 -1
- package/dist/client/_nuxt/{nuxt-link.3aeeed3f.js → nuxt-link.752dfef9.js} +1 -1
- package/dist/client/_nuxt/{overview.e7e9880f.js → overview.d488d202.js} +1 -1
- package/dist/client/_nuxt/{pages.40900507.js → pages.22ce604b.js} +1 -1
- package/dist/client/_nuxt/payload.5372dcff.js +1 -0
- package/dist/client/_nuxt/{plugins.8195b406.js → plugins.f9b29762.js} +1 -1
- package/dist/client/_nuxt/{runtime-configs.7cc77728.js → runtime-configs.99425f61.js} +1 -1
- package/dist/client/_nuxt/{server-routes.ffdf17b0.js → server-routes.763958ec.js} +1 -1
- package/dist/client/_nuxt/{state.a5c5a841.js → state.65ceafcf.js} +1 -1
- package/dist/client/_nuxt/{unocss-runtime.1fec3315.js → unocss-runtime.c4939419.js} +1 -1
- package/dist/client/_nuxt/{virtual-files.a26c8c69.js → virtual-files.13f3141f.js} +1 -1
- package/dist/client/index.html +2 -2
- package/dist/client/modules/components/index.html +2 -2
- package/dist/client/modules/hooks/index.html +2 -2
- package/dist/client/modules/imports/index.html +2 -2
- package/dist/client/modules/layouts/index.html +2 -2
- package/dist/client/modules/middleware/index.html +2 -2
- package/dist/client/modules/modules/index.html +2 -2
- package/dist/client/modules/overview/index.html +2 -2
- package/dist/client/modules/pages/index.html +2 -2
- package/dist/client/modules/payload/index.html +2 -2
- package/dist/client/modules/plugins/index.html +2 -2
- package/dist/client/modules/runtime-configs/index.html +2 -2
- package/dist/client/modules/server-routes/index.html +2 -2
- package/dist/client/modules/virtual-files/index.html +2 -2
- package/dist/module.json +1 -1
- package/dist/shared/{devtools.28239661.mjs → devtools.e6742cbd.mjs} +1 -1
- package/package.json +4 -3
- package/dist/client/_nuxt/NTextInput.vue.276e32b3.js +0 -1
- package/dist/client/_nuxt/SectionBlock.082cb101.css +0 -1
- package/dist/client/_nuxt/SectionBlock.8ff5d737.js +0 -1
- package/dist/client/_nuxt/StateEditor.vue.d668b11c.js +0 -1
- package/dist/client/_nuxt/composables.8c342cc5.js +0 -1
- package/dist/client/_nuxt/default.975e4e70.js +0 -1
- package/dist/client/_nuxt/editor.f74d7351.js +0 -1
- package/dist/client/_nuxt/entry.e7b3d8fd.css +0 -1
- package/dist/client/_nuxt/imports.f7970750.js +0 -1
- package/dist/client/_nuxt/layouts.d5a3dabe.js +0 -1
- package/dist/client/_nuxt/payload.36dbfdde.js +0 -1
package/dist/chunks/vscode.mjs
CHANGED
|
@@ -21,7 +21,7 @@ import 'crypto';
|
|
|
21
21
|
import 'events';
|
|
22
22
|
import 'querystring';
|
|
23
23
|
import 'is-installed-globally';
|
|
24
|
-
import '../shared/devtools.
|
|
24
|
+
import '../shared/devtools.e6742cbd.mjs';
|
|
25
25
|
import 'birpc';
|
|
26
26
|
import 'unimport';
|
|
27
27
|
import 'pathe';
|
|
@@ -17446,12 +17446,12 @@ var hasRequiredHasFlag;
|
|
|
17446
17446
|
function requireHasFlag () {
|
|
17447
17447
|
if (hasRequiredHasFlag) return hasFlag;
|
|
17448
17448
|
hasRequiredHasFlag = 1;
|
|
17449
|
-
|
|
17450
|
-
|
|
17449
|
+
|
|
17450
|
+
hasFlag = (flag, argv = process.argv) => {
|
|
17451
17451
|
const prefix = flag.startsWith('-') ? '' : (flag.length === 1 ? '-' : '--');
|
|
17452
|
-
const
|
|
17453
|
-
const
|
|
17454
|
-
return
|
|
17452
|
+
const position = argv.indexOf(prefix + flag);
|
|
17453
|
+
const terminatorPosition = argv.indexOf('--');
|
|
17454
|
+
return position !== -1 && (terminatorPosition === -1 || position < terminatorPosition);
|
|
17455
17455
|
};
|
|
17456
17456
|
return hasFlag;
|
|
17457
17457
|
}
|
|
@@ -17463,23 +17463,32 @@ function requireSupportsColor () {
|
|
|
17463
17463
|
if (hasRequiredSupportsColor) return supportsColor_1;
|
|
17464
17464
|
hasRequiredSupportsColor = 1;
|
|
17465
17465
|
const os = require$$1$2;
|
|
17466
|
+
const tty = require$$0$1;
|
|
17466
17467
|
const hasFlag = requireHasFlag();
|
|
17467
17468
|
|
|
17468
|
-
const env = process
|
|
17469
|
+
const {env} = process;
|
|
17469
17470
|
|
|
17470
17471
|
let forceColor;
|
|
17471
17472
|
if (hasFlag('no-color') ||
|
|
17472
17473
|
hasFlag('no-colors') ||
|
|
17473
|
-
hasFlag('color=false')
|
|
17474
|
-
|
|
17474
|
+
hasFlag('color=false') ||
|
|
17475
|
+
hasFlag('color=never')) {
|
|
17476
|
+
forceColor = 0;
|
|
17475
17477
|
} else if (hasFlag('color') ||
|
|
17476
17478
|
hasFlag('colors') ||
|
|
17477
17479
|
hasFlag('color=true') ||
|
|
17478
17480
|
hasFlag('color=always')) {
|
|
17479
|
-
forceColor =
|
|
17481
|
+
forceColor = 1;
|
|
17480
17482
|
}
|
|
17483
|
+
|
|
17481
17484
|
if ('FORCE_COLOR' in env) {
|
|
17482
|
-
|
|
17485
|
+
if (env.FORCE_COLOR === 'true') {
|
|
17486
|
+
forceColor = 1;
|
|
17487
|
+
} else if (env.FORCE_COLOR === 'false') {
|
|
17488
|
+
forceColor = 0;
|
|
17489
|
+
} else {
|
|
17490
|
+
forceColor = env.FORCE_COLOR.length === 0 ? 1 : Math.min(parseInt(env.FORCE_COLOR, 10), 3);
|
|
17491
|
+
}
|
|
17483
17492
|
}
|
|
17484
17493
|
|
|
17485
17494
|
function translateLevel(level) {
|
|
@@ -17495,8 +17504,8 @@ function requireSupportsColor () {
|
|
|
17495
17504
|
};
|
|
17496
17505
|
}
|
|
17497
17506
|
|
|
17498
|
-
function supportsColor(
|
|
17499
|
-
if (forceColor ===
|
|
17507
|
+
function supportsColor(haveStream, streamIsTTY) {
|
|
17508
|
+
if (forceColor === 0) {
|
|
17500
17509
|
return 0;
|
|
17501
17510
|
}
|
|
17502
17511
|
|
|
@@ -17510,22 +17519,21 @@ function requireSupportsColor () {
|
|
|
17510
17519
|
return 2;
|
|
17511
17520
|
}
|
|
17512
17521
|
|
|
17513
|
-
if (
|
|
17522
|
+
if (haveStream && !streamIsTTY && forceColor === undefined) {
|
|
17514
17523
|
return 0;
|
|
17515
17524
|
}
|
|
17516
17525
|
|
|
17517
|
-
const min = forceColor
|
|
17526
|
+
const min = forceColor || 0;
|
|
17527
|
+
|
|
17528
|
+
if (env.TERM === 'dumb') {
|
|
17529
|
+
return min;
|
|
17530
|
+
}
|
|
17518
17531
|
|
|
17519
17532
|
if (process.platform === 'win32') {
|
|
17520
|
-
//
|
|
17521
|
-
//
|
|
17522
|
-
// won't work. However, here we target Node.js 8 at minimum as it is an LTS
|
|
17523
|
-
// release, and Node.js 7 is not. Windows 10 build 10586 is the first Windows
|
|
17524
|
-
// release that supports 256 colors. Windows 10 build 14931 is the first release
|
|
17525
|
-
// that supports 16m/TrueColor.
|
|
17533
|
+
// Windows 10 build 10586 is the first Windows release that supports 256 colors.
|
|
17534
|
+
// Windows 10 build 14931 is the first release that supports 16m/TrueColor.
|
|
17526
17535
|
const osRelease = os.release().split('.');
|
|
17527
17536
|
if (
|
|
17528
|
-
Number(process.versions.node.split('.')[0]) >= 8 &&
|
|
17529
17537
|
Number(osRelease[0]) >= 10 &&
|
|
17530
17538
|
Number(osRelease[2]) >= 10586
|
|
17531
17539
|
) {
|
|
@@ -17536,7 +17544,7 @@ function requireSupportsColor () {
|
|
|
17536
17544
|
}
|
|
17537
17545
|
|
|
17538
17546
|
if ('CI' in env) {
|
|
17539
|
-
if (['TRAVIS', 'CIRCLECI', 'APPVEYOR', 'GITLAB_CI'].some(sign => sign in env) || env.CI_NAME === 'codeship') {
|
|
17547
|
+
if (['TRAVIS', 'CIRCLECI', 'APPVEYOR', 'GITLAB_CI', 'GITHUB_ACTIONS', 'BUILDKITE'].some(sign => sign in env) || env.CI_NAME === 'codeship') {
|
|
17540
17548
|
return 1;
|
|
17541
17549
|
}
|
|
17542
17550
|
|
|
@@ -17575,22 +17583,18 @@ function requireSupportsColor () {
|
|
|
17575
17583
|
return 1;
|
|
17576
17584
|
}
|
|
17577
17585
|
|
|
17578
|
-
if (env.TERM === 'dumb') {
|
|
17579
|
-
return min;
|
|
17580
|
-
}
|
|
17581
|
-
|
|
17582
17586
|
return min;
|
|
17583
17587
|
}
|
|
17584
17588
|
|
|
17585
17589
|
function getSupportLevel(stream) {
|
|
17586
|
-
const level = supportsColor(stream);
|
|
17590
|
+
const level = supportsColor(stream, stream && stream.isTTY);
|
|
17587
17591
|
return translateLevel(level);
|
|
17588
17592
|
}
|
|
17589
17593
|
|
|
17590
17594
|
supportsColor_1 = {
|
|
17591
17595
|
supportsColor: getSupportLevel,
|
|
17592
|
-
stdout:
|
|
17593
|
-
stderr:
|
|
17596
|
+
stdout: translateLevel(supportsColor(true, tty.isatty(1))),
|
|
17597
|
+
stderr: translateLevel(supportsColor(true, tty.isatty(2)))
|
|
17594
17598
|
};
|
|
17595
17599
|
return supportsColor_1;
|
|
17596
17600
|
}
|
package/dist/cli.mjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import fs__default from 'fs';
|
|
2
|
-
import require$$1$1 from 'os';
|
|
3
2
|
import consola from 'consola';
|
|
4
3
|
import { execa } from 'execa';
|
|
5
4
|
import { readUser, writeUser } from 'rc9';
|
|
6
5
|
import require$$1 from 'path';
|
|
6
|
+
import require$$1$1 from 'os';
|
|
7
7
|
import { resolve } from 'pathe';
|
|
8
|
-
import { n as name } from './shared/devtools.
|
|
8
|
+
import { n as name } from './shared/devtools.e6742cbd.mjs';
|
|
9
9
|
|
|
10
10
|
var globalDirs = {};
|
|
11
11
|
|
|
@@ -340,94 +340,54 @@ var ini = {
|
|
|
340
340
|
} (globalDirs));
|
|
341
341
|
|
|
342
342
|
const RC_PATH = ".nuxtrc";
|
|
343
|
-
function enable(
|
|
344
|
-
const
|
|
345
|
-
|
|
346
|
-
const esmPath = resolve(modulePath, "dist", "module.mjs");
|
|
347
|
-
const cjsPath = resolve(modulePath, "module.cjs");
|
|
348
|
-
const removePaths = [
|
|
349
|
-
modulePath,
|
|
350
|
-
esmPath
|
|
351
|
-
];
|
|
352
|
-
if (require$$1$1.platform() === "win32") {
|
|
353
|
-
removePaths.push(
|
|
354
|
-
modulePath.replace(/\\/g, "/"),
|
|
355
|
-
esmPath.replace(/\\/g, "/"),
|
|
356
|
-
cjsPath
|
|
357
|
-
);
|
|
358
|
-
}
|
|
359
|
-
const targetPath = cjsPath.replace(/\\/g, "/");
|
|
343
|
+
function enable(rc, path) {
|
|
344
|
+
const modulePath = resolve(globalDirs.npm.packages, name);
|
|
345
|
+
const targetPath = resolve(modulePath, "module.cjs").replace(/\\/g, "/");
|
|
360
346
|
if (!fs__default.existsSync(targetPath))
|
|
361
347
|
throw new Error("Failed to locate the global Nuxt Devtools module. You may try it again");
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
const result = !removePaths.includes(i);
|
|
365
|
-
if (!result)
|
|
366
|
-
changed = true;
|
|
367
|
-
return result;
|
|
368
|
-
});
|
|
369
|
-
}
|
|
370
|
-
if (!rc.modules?.includes(targetPath)) {
|
|
348
|
+
removeModule(rc);
|
|
349
|
+
if (!rc.modules?.includes(targetPath))
|
|
371
350
|
rc.modules = [...rc.modules || [], targetPath];
|
|
372
|
-
changed = true;
|
|
373
|
-
}
|
|
374
351
|
if (!rc.devtoolsGlobal)
|
|
375
352
|
rc.devtoolsGlobal = {};
|
|
376
353
|
if (!rc.devtoolsGlobal.projects)
|
|
377
354
|
rc.devtoolsGlobal.projects = [];
|
|
378
|
-
if (!rc.devtoolsGlobal.projects.includes(path))
|
|
355
|
+
if (!rc.devtoolsGlobal.projects.includes(path))
|
|
379
356
|
rc.devtoolsGlobal.projects.push(path);
|
|
380
|
-
changed = true;
|
|
381
|
-
}
|
|
382
|
-
if (changed)
|
|
383
|
-
writeUser(rc, RC_PATH);
|
|
384
|
-
return changed;
|
|
385
357
|
}
|
|
386
|
-
function disable(path) {
|
|
387
|
-
const rc = readUser(RC_PATH);
|
|
358
|
+
function disable(rc, path) {
|
|
388
359
|
if (rc.devtoolsGlobal?.projects?.includes(path)) {
|
|
389
360
|
rc.devtoolsGlobal.projects = rc.devtoolsGlobal.projects.filter((p) => p !== path);
|
|
390
|
-
writeUser(rc, RC_PATH);
|
|
391
361
|
return true;
|
|
392
362
|
}
|
|
363
|
+
if (!rc.devtoolsGlobal.projects?.length)
|
|
364
|
+
removeModule(rc);
|
|
393
365
|
return false;
|
|
394
366
|
}
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
const removePaths = [
|
|
400
|
-
modulePath,
|
|
401
|
-
esmPath,
|
|
402
|
-
cjsPath,
|
|
403
|
-
modulePath.replace(/\\/g, "/"),
|
|
404
|
-
esmPath.replace(/\\/g, "/"),
|
|
405
|
-
cjsPath.replace(/\\/g, "/")
|
|
406
|
-
];
|
|
407
|
-
rc.modules = (rc.modules || []).filter((p) => !removePaths.includes(p));
|
|
408
|
-
writeUser(rc, RC_PATH);
|
|
367
|
+
const pathRegex = /[\\\/]@nuxt[\\\/]devtools[\\\/]/;
|
|
368
|
+
function removeModule(rc) {
|
|
369
|
+
if (Array.isArray(rc.modules))
|
|
370
|
+
rc.modules = rc.modules.filter((p) => !p.match(pathRegex));
|
|
409
371
|
return true;
|
|
410
372
|
}
|
|
411
373
|
async function run() {
|
|
412
374
|
const args = process.argv.slice(2);
|
|
413
375
|
const command = args[0];
|
|
414
376
|
const cwd = process.cwd();
|
|
415
|
-
const
|
|
377
|
+
const rc = readUser(RC_PATH);
|
|
416
378
|
if (command === "enable") {
|
|
417
379
|
consola.info("Installed Nuxt Devtools...");
|
|
418
380
|
await execa("npm", ["install", "-g", `${name}@latest`], { stdio: "inherit" });
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
else
|
|
422
|
-
consola.warn("Nuxt Devtools is already enabled for this project.");
|
|
381
|
+
enable(rc, cwd);
|
|
382
|
+
consola.info("Nuxt Devtools enabled! Restart your Nuxt app to start using it.");
|
|
423
383
|
} else if (command === "disable") {
|
|
424
384
|
const isRemove = args.includes("--remove");
|
|
425
|
-
if (disable(cwd))
|
|
385
|
+
if (disable(rc, cwd))
|
|
426
386
|
consola.success("Nuxt Devtools disabled for this project.");
|
|
427
387
|
else if (!isRemove)
|
|
428
388
|
consola.warn("Nuxt Devtools is not enabled for this project.");
|
|
429
389
|
if (isRemove) {
|
|
430
|
-
|
|
390
|
+
removeModule(rc);
|
|
431
391
|
consola.success("Nuxt Devtools is removed globally");
|
|
432
392
|
}
|
|
433
393
|
} else if (!command) {
|
|
@@ -437,6 +397,7 @@ async function run() {
|
|
|
437
397
|
consola.log(`Unknown command "${command}"`);
|
|
438
398
|
process.exit(1);
|
|
439
399
|
}
|
|
400
|
+
writeUser(rc, RC_PATH);
|
|
440
401
|
}
|
|
441
402
|
run().catch((err) => {
|
|
442
403
|
consola.error(err);
|
package/dist/client/200.html
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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"><link rel="modulepreload" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/entry.
|
|
4
|
+
<meta name="viewport" content="width=device-width, initial-scale=1"><link rel="modulepreload" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/entry.b1094864.js"><link rel="preload" as="style" href="/__nuxt_devtools__/client/_nuxt/entry.43bdd1fb.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/default.7ecded8d.js"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/SectionBlock.48da9d80.css"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/NButton.db724adb.css"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/StateEditor.c82309e2.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/context.b32078d3.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NuxtLogo.9303af79.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/_plugin-vue_export-helper.c27b6911.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/Settings.vue.dda6fcf5.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NButton.vue.56759fc1.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NIcon.vue.c1ad97a9.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/nuxt-link.752dfef9.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/StateEditor.vue.0f1b994b.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/composables.80d3af7a.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/TabIcon.vue.8d3722ca.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/state.65ceafcf.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/asyncData.d544d421.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/none.38bfd553.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/unocss-runtime.c4939419.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/error-component.7b202115.js"><link rel="stylesheet" href="/__nuxt_devtools__/client/_nuxt/entry.43bdd1fb.css"><script>"use strict";const w=window,de=document.documentElement,knownColorSchemes=["dark","light"],preference=window.localStorage.getItem("nuxt-color-mode")||"system";let value=preference==="system"?getColorScheme():preference;const forcedColorMode=de.getAttribute("data-color-mode-forced");forcedColorMode&&(value=forcedColorMode),addColorScheme(value),w["__NUXT_COLOR_MODE__"]={preference,value,getColorScheme,addColorScheme,removeColorScheme};function addColorScheme(e){const o=""+e+"",t="";de.classList?de.classList.add(o):de.className+=" "+o,t&&de.setAttribute("data-"+t,e)}function removeColorScheme(e){const o=""+e+"",t="";de.classList?de.classList.remove(o):de.className=de.className.replace(new RegExp(o,"g"),""),t&&de.removeAttribute("data-"+t)}function prefersColorScheme(e){return w.matchMedia("(prefers-color-scheme"+e+")")}function getColorScheme(){if(w.matchMedia&&prefersColorScheme("").media!=="not all"){for(const e of knownColorSchemes)if(prefersColorScheme(":"+e).matches)return e}return"light"}
|
|
5
5
|
</script></head>
|
|
6
|
-
<body ><div id="__nuxt"></div><script>window.__NUXT__={serverRendered:false,config:{public:{fixture4:"public runtime config from nuxt.config.ts"},app:{baseURL:"\u002F__nuxt_devtools__\u002Fclient",buildAssetsDir:"\u002F_nuxt\u002F",cdnURL:""}},data:{},state:{}}</script><script type="module" src="/__nuxt_devtools__/client/_nuxt/entry.
|
|
6
|
+
<body ><div id="__nuxt"></div><script>window.__NUXT__={serverRendered:false,config:{public:{fixture4:"public runtime config from nuxt.config.ts"},app:{baseURL:"\u002F__nuxt_devtools__\u002Fclient",buildAssetsDir:"\u002F_nuxt\u002F",cdnURL:""}},data:{},state:{}}</script><script type="module" src="/__nuxt_devtools__/client/_nuxt/entry.b1094864.js" crossorigin></script></body>
|
|
7
7
|
</html>
|
package/dist/client/404.html
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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"><link rel="modulepreload" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/entry.
|
|
4
|
+
<meta name="viewport" content="width=device-width, initial-scale=1"><link rel="modulepreload" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/entry.b1094864.js"><link rel="preload" as="style" href="/__nuxt_devtools__/client/_nuxt/entry.43bdd1fb.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/default.7ecded8d.js"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/SectionBlock.48da9d80.css"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/NButton.db724adb.css"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/StateEditor.c82309e2.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/context.b32078d3.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NuxtLogo.9303af79.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/_plugin-vue_export-helper.c27b6911.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/Settings.vue.dda6fcf5.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NButton.vue.56759fc1.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NIcon.vue.c1ad97a9.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/nuxt-link.752dfef9.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/StateEditor.vue.0f1b994b.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/composables.80d3af7a.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/TabIcon.vue.8d3722ca.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/state.65ceafcf.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/asyncData.d544d421.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/none.38bfd553.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/unocss-runtime.c4939419.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/error-component.7b202115.js"><link rel="stylesheet" href="/__nuxt_devtools__/client/_nuxt/entry.43bdd1fb.css"><script>"use strict";const w=window,de=document.documentElement,knownColorSchemes=["dark","light"],preference=window.localStorage.getItem("nuxt-color-mode")||"system";let value=preference==="system"?getColorScheme():preference;const forcedColorMode=de.getAttribute("data-color-mode-forced");forcedColorMode&&(value=forcedColorMode),addColorScheme(value),w["__NUXT_COLOR_MODE__"]={preference,value,getColorScheme,addColorScheme,removeColorScheme};function addColorScheme(e){const o=""+e+"",t="";de.classList?de.classList.add(o):de.className+=" "+o,t&&de.setAttribute("data-"+t,e)}function removeColorScheme(e){const o=""+e+"",t="";de.classList?de.classList.remove(o):de.className=de.className.replace(new RegExp(o,"g"),""),t&&de.removeAttribute("data-"+t)}function prefersColorScheme(e){return w.matchMedia("(prefers-color-scheme"+e+")")}function getColorScheme(){if(w.matchMedia&&prefersColorScheme("").media!=="not all"){for(const e of knownColorSchemes)if(prefersColorScheme(":"+e).matches)return e}return"light"}
|
|
5
5
|
</script></head>
|
|
6
|
-
<body ><div id="__nuxt"></div><script>window.__NUXT__={serverRendered:false,config:{public:{fixture4:"public runtime config from nuxt.config.ts"},app:{baseURL:"\u002F__nuxt_devtools__\u002Fclient",buildAssetsDir:"\u002F_nuxt\u002F",cdnURL:""}},data:{},state:{}}</script><script type="module" src="/__nuxt_devtools__/client/_nuxt/entry.
|
|
6
|
+
<body ><div id="__nuxt"></div><script>window.__NUXT__={serverRendered:false,config:{public:{fixture4:"public runtime config from nuxt.config.ts"},app:{baseURL:"\u002F__nuxt_devtools__\u002Fclient",buildAssetsDir:"\u002F_nuxt\u002F",cdnURL:""}},data:{},state:{}}</script><script type="module" src="/__nuxt_devtools__/client/_nuxt/entry.b1094864.js" crossorigin></script></body>
|
|
7
7
|
</html>
|
|
@@ -1,7 +1,7 @@
|
|
|
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"><link rel="modulepreload" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/entry.
|
|
4
|
+
<meta name="viewport" content="width=device-width, initial-scale=1"><link rel="modulepreload" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/entry.b1094864.js"><link rel="preload" as="style" href="/__nuxt_devtools__/client/_nuxt/entry.43bdd1fb.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/default.7ecded8d.js"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/SectionBlock.48da9d80.css"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/NButton.db724adb.css"><link rel="prefetch" as="style" href="/__nuxt_devtools__/client/_nuxt/StateEditor.c82309e2.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/context.b32078d3.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NuxtLogo.9303af79.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/_plugin-vue_export-helper.c27b6911.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/Settings.vue.dda6fcf5.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NButton.vue.56759fc1.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/NIcon.vue.c1ad97a9.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/nuxt-link.752dfef9.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/StateEditor.vue.0f1b994b.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/composables.80d3af7a.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/TabIcon.vue.8d3722ca.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/state.65ceafcf.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/asyncData.d544d421.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/none.38bfd553.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/unocss-runtime.c4939419.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt_devtools__/client/_nuxt/error-component.7b202115.js"><link rel="stylesheet" href="/__nuxt_devtools__/client/_nuxt/entry.43bdd1fb.css"><script>"use strict";const w=window,de=document.documentElement,knownColorSchemes=["dark","light"],preference=window.localStorage.getItem("nuxt-color-mode")||"system";let value=preference==="system"?getColorScheme():preference;const forcedColorMode=de.getAttribute("data-color-mode-forced");forcedColorMode&&(value=forcedColorMode),addColorScheme(value),w["__NUXT_COLOR_MODE__"]={preference,value,getColorScheme,addColorScheme,removeColorScheme};function addColorScheme(e){const o=""+e+"",t="";de.classList?de.classList.add(o):de.className+=" "+o,t&&de.setAttribute("data-"+t,e)}function removeColorScheme(e){const o=""+e+"",t="";de.classList?de.classList.remove(o):de.className=de.className.replace(new RegExp(o,"g"),""),t&&de.removeAttribute("data-"+t)}function prefersColorScheme(e){return w.matchMedia("(prefers-color-scheme"+e+")")}function getColorScheme(){if(w.matchMedia&&prefersColorScheme("").media!=="not all"){for(const e of knownColorSchemes)if(prefersColorScheme(":"+e).matches)return e}return"light"}
|
|
5
5
|
</script></head>
|
|
6
|
-
<body ><div id="__nuxt"></div><script>window.__NUXT__={serverRendered:false,config:{public:{fixture4:"public runtime config from nuxt.config.ts"},app:{baseURL:"\u002F__nuxt_devtools__\u002Fclient",buildAssetsDir:"\u002F_nuxt\u002F",cdnURL:""}},data:{},state:{}}</script><script type="module" src="/__nuxt_devtools__/client/_nuxt/entry.
|
|
6
|
+
<body ><div id="__nuxt"></div><script>window.__NUXT__={serverRendered:false,config:{public:{fixture4:"public runtime config from nuxt.config.ts"},app:{baseURL:"\u002F__nuxt_devtools__\u002Fclient",buildAssetsDir:"\u002F_nuxt\u002F",cdnURL:""}},data:{},state:{}}</script><script type="module" src="/__nuxt_devtools__/client/_nuxt/entry.b1094864.js" crossorigin></script></body>
|
|
7
7
|
</html>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{_ as o}from"./_plugin-vue_export-helper.c27b6911.js";import{o as t,e as n,r}from"./entry.
|
|
1
|
+
import{_ as o}from"./_plugin-vue_export-helper.c27b6911.js";import{o as t,e as n,r}from"./entry.b1094864.js";const s={},c={class:"text-12px whitespace-nowrap px-1.5 py-0.5 mx-0.5 rounded"};function _(e,a){return t(),n("span",c,[r(e.$slots,"default")])}const d=o(s,[["render",_]]);export{d as _};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{f as p,k as s}from"./state.
|
|
1
|
+
import{f as p,k as s}from"./state.65ceafcf.js";import{o as f}from"./editor.b2159474.js";import{a as l,k as m,o as u,e as h,t as c,u as a}from"./entry.b1094864.js";const E=l({__name:"FilepathItem",props:{filepath:null},setup(e){const o=e,t=p(),i=m(()=>o.filepath&&t.value?s(o.filepath,t.value.rootDir):o.filepath);return(n,r)=>(u(),h("button",{"font-mono":"","hover:underline":"","ws-nowrap":"","of-hidden":"",onClick:r[0]||(r[0]=d=>("openInEditor"in n?n.openInEditor:a(f))(e.filepath))},c(a(i)),1))}});export{E as _};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{_}from"./TabIcon.vue.
|
|
1
|
+
import{_}from"./TabIcon.vue.8d3722ca.js";import{_ as f}from"./NIcon.vue.c1ad97a9.js";import{r as p,_ as k}from"./NButton.vue.56759fc1.js";import{a as h,e as a,h as b,f as s,t as i,u as g,l as c,F as x,B as w,o as n,c as l,w as y,j as B,V as N}from"./entry.b1094864.js";const C={flex:"~ col gap2","h-full":"","items-center":"","justify-center":""},M={"text-xl":""},V=["innerHTML"],v={flex:"~ gap2 wrap"},H=h({__name:"LaunchPage",props:{icon:null,title:null,description:null,actions:null},emits:["action"],setup(e){return(o,L)=>{const d=_,m=f,u=k;return n(),a("div",C,[b(d,{"text-5xl":"",mb4:"",icon:e.icon||e.icon,title:e.title},null,8,["icon","title"]),s("h1",M,i(e.title),1),e.description?(n(),a("div",{key:0,op50:"","text-center":"","text-base":"","mt--1":"",mb2:"",class:"markdown-body",innerHTML:("renderMarkdown"in o?o.renderMarkdown:g(p))(e.description)},null,8,V)):c("",!0),s("div",v,[(n(!0),a(x,null,w(e.actions,(t,r)=>(n(),l(u,N({key:r,n:"solid primary",disabled:t.pending,to:t.src,target:t.src?"_blank":void 0},t.attrs,{onClick:()=>{t.handle?.(),o.$emit("action",r)}}),{default:y(()=>[t.pending?(n(),l(m,{key:0,icon:"carbon-circle-dash","animate-spin":""})):c("",!0),B(" "+i(t.label),1)]),_:2},1040,["disabled","to","target","onClick"]))),128))])])}}});export{H as _};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{_ as g_}from"./NIcon.vue.
|
|
1
|
+
import{_ as g_}from"./NIcon.vue.c1ad97a9.js";import{x as y_,_ as m_,a as b_,c as ac,w as $_,V as w_,L as __,u as E_,o as oc,r as sc,l as S_}from"./entry.b1094864.js";import{_ as O_}from"./nuxt-link.752dfef9.js";/* empty css */import"./StateEditor.vue.0f1b994b.js";/**
|
|
2
2
|
* vis-data
|
|
3
3
|
* http://visjs.org/
|
|
4
4
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a as e,o,e as a,M as c}from"./entry.
|
|
1
|
+
import{a as e,o,e as a,M as c}from"./entry.b1094864.js";const t=e({__name:"NIcon",props:{icon:null},setup(n){return(s,l)=>(o(),a("div",{class:c(["n-icon",n.icon])},null,2))}});export{t as _};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{_ as r}from"./NIcon.vue.c1ad97a9.js";import{a as u,m as i,e as d,r as p,p as m,a0 as f,u as b,f as x,q as h,o as n,c as y,l as V}from"./entry.b1094864.js";const v={class:"n-text-input n-bg-base focus-within:n-focus-base focus-within:border-context rounded px-2 py-1 border n-border-base flex items-center flex"},B=["type","placeholder"],N=u({__name:"NTextInput",props:{modelValue:{default:""},placeholder:null,icon:null,disabled:{type:Boolean,default:!1},type:{default:"text"}},setup(e,{emit:l}){const o=i(e,"modelValue",l,{passive:!0});return(a,t)=>{const s=r;return n(),d("div",v,[p(a.$slots,"icon",{},()=>[e.icon?(n(),y(s,{key:0,icon:e.icon,class:"mr-0.4em text-1.1em op50"},null,8,["icon"])):V("",!0)]),m(x("input",{"onUpdate:modelValue":t[0]||(t[0]=c=>h(o)?o.value=c:null),class:"!outline-none flex-auto n-bg-base w-full",type:e.type,placeholder:e.placeholder},null,8,B),[[f,b(o)]])])}}});export{N as _};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{_ as o}from"./_plugin-vue_export-helper.c27b6911.js";import{o as e,e as t,f as C}from"./entry.
|
|
1
|
+
import{_ as o}from"./_plugin-vue_export-helper.c27b6911.js";import{o as e,e as t,f as C}from"./entry.b1094864.js";const n={},s={viewBox:"0 0 566 154",fill:"none",xmlns:"http://www.w3.org/2000/svg"},_=C("path",{d:"M74.2283 119.873H123.414C124.977 119.874 126.511 119.475 127.864 118.717C129.217 117.959 130.341 116.869 131.121 115.557C131.902 114.244 132.313 112.755 132.312 111.24C132.312 109.725 131.899 108.236 131.118 106.924L98.0856 51.4278C97.3048 50.1156 96.1817 49.0259 94.829 48.2683C93.4764 47.5107 91.942 47.1118 90.38 47.1118C88.8181 47.1118 87.2836 47.5107 85.931 48.2683C84.5784 49.0259 83.4552 50.1156 82.6745 51.4278L74.2283 65.6274L57.7148 37.8605C56.9334 36.5484 55.8097 35.4589 54.4567 34.7014C53.1037 33.9439 51.569 33.5451 50.0068 33.5451C48.4446 33.5451 46.9099 33.9439 45.5569 34.7014C44.2039 35.4589 43.0803 36.5484 42.2989 37.8605L1.1947 106.924C0.41273 108.236 0.000680577 109.725 8.42355e-07 111.24C-0.000678893 112.755 0.410035 114.244 1.19083 115.557C1.97163 116.869 3.09498 117.959 4.44789 118.717C5.80081 119.475 7.33558 119.874 8.89785 119.873H39.7727C52.0057 119.873 61.0271 114.661 67.2346 104.493L82.3054 79.1761L90.3776 65.6274L114.604 106.325H82.3054L74.2283 119.873ZM39.2694 106.311L17.7227 106.306L50.0212 52.0462L66.1369 79.1761L55.3468 97.3092C51.2244 103.907 46.5411 106.311 39.2694 106.311Z",fill:"#00DC82"},null,-1),H=C("path",{d:"M152.571 118V46.1333H176.8C183.576 46.1333 189.77 47.468 195.383 50.1373C200.995 52.8067 205.478 56.8449 208.832 62.252C212.186 67.5907 213.863 74.1956 213.863 82.0667C213.863 89.8693 212.186 96.4742 208.832 101.881C205.478 107.288 200.995 111.327 195.383 113.996C189.77 116.665 183.576 118 176.8 118H152.571ZM175.157 104.653C181.796 104.653 187.306 102.874 191.687 99.3147C196.067 95.6871 198.257 89.9378 198.257 82.0667C198.257 74.1956 196.067 68.4462 191.687 64.8187C187.306 61.1911 181.796 59.3773 175.157 59.3773H167.971V104.653H175.157ZM270.18 100.444C269.153 105.988 266.381 110.437 261.864 113.791C257.347 117.144 251.905 118.821 245.54 118.821C239.928 118.821 235.102 117.555 231.064 115.023C227.094 112.422 224.083 109.068 222.029 104.961C219.976 100.855 218.949 96.5427 218.949 92.0253C218.949 87.4396 219.873 83.1276 221.721 79.0893C223.638 75.0511 226.513 71.7658 230.345 69.2333C234.247 66.7009 238.969 65.4347 244.513 65.4347C250.263 65.4347 255.054 66.6667 258.887 69.1307C262.72 71.5947 265.526 74.7431 267.305 78.576C269.153 82.4089 270.077 86.4471 270.077 90.6907C270.077 92.2649 270.009 93.8049 269.872 95.3107H232.707C233.254 99.0067 234.623 101.916 236.813 104.037C239.072 106.091 241.981 107.117 245.54 107.117C248.415 107.117 250.776 106.57 252.624 105.475C254.472 104.311 255.67 102.634 256.217 100.444H270.18ZM244.513 75.9067C241.228 75.9067 238.627 76.7622 236.711 78.4733C234.794 80.116 233.528 82.7169 232.912 86.276H255.807C255.601 83.2644 254.506 80.8004 252.521 78.884C250.537 76.8991 247.867 75.9067 244.513 75.9067ZM302.77 118H289.629L270.738 66.256H285.317L296.2 99.7253L306.98 66.256H321.661L302.77 118ZM359.731 118H344.331V59.3773H323.079V46.1333H380.983V59.3773H359.731V118ZM402.364 118.821C397.163 118.821 392.474 117.692 388.299 115.433C384.124 113.106 380.873 109.924 378.546 105.885C376.219 101.779 375.055 97.1929 375.055 92.128C375.055 87.0631 376.219 82.5116 378.546 78.4733C380.873 74.3667 384.124 71.184 388.299 68.9253C392.474 66.5982 397.163 65.4347 402.364 65.4347C407.566 65.4347 412.255 66.5982 416.43 68.9253C420.605 71.184 423.856 74.3667 426.183 78.4733C428.51 82.5116 429.674 87.0631 429.674 92.128C429.674 97.1929 428.51 101.779 426.183 105.885C423.856 109.924 420.605 113.106 416.43 115.433C412.255 117.692 407.566 118.821 402.364 118.821ZM402.364 106.501C406.197 106.501 409.311 105.167 411.707 102.497C414.103 99.828 415.3 96.3716 415.3 92.128C415.3 87.816 414.103 84.3253 411.707 81.656C409.311 78.9867 406.197 77.652 402.364 77.652C398.531 77.652 395.417 78.9867 393.022 81.656C390.626 84.3253 389.428 87.816 389.428 92.128C389.428 96.3716 390.626 99.828 393.022 102.497C395.417 105.167 398.531 106.501 402.364 106.501ZM462.12 118.821C456.918 118.821 452.229 117.692 448.054 115.433C443.879 113.106 440.628 109.924 438.301 105.885C435.974 101.779 434.81 97.1929 434.81 92.128C434.81 87.0631 435.974 82.5116 438.301 78.4733C440.628 74.3667 443.879 71.184 448.054 68.9253C452.229 66.5982 456.918 65.4347 462.12 65.4347C467.321 65.4347 472.01 66.5982 476.185 68.9253C480.36 71.184 483.611 74.3667 485.938 78.4733C488.265 82.5116 489.429 87.0631 489.429 92.128C489.429 97.1929 488.265 101.779 485.938 105.885C483.611 109.924 480.36 113.106 476.185 115.433C472.01 117.692 467.321 118.821 462.12 118.821ZM462.12 106.501C465.952 106.501 469.067 105.167 471.462 102.497C473.858 99.828 475.056 96.3716 475.056 92.128C475.056 87.816 473.858 84.3253 471.462 81.656C469.067 78.9867 465.952 77.652 462.12 77.652C458.287 77.652 455.172 78.9867 452.777 81.656C450.381 84.3253 449.184 87.816 449.184 92.128C449.184 96.3716 450.381 99.828 452.777 102.497C455.172 105.167 458.287 106.501 462.12 106.501ZM512.327 118H498.056V43.772H512.327V118ZM542.494 118.821C536.129 118.821 530.961 117.179 526.991 113.893C523.09 110.54 521.002 106.091 520.729 100.547H533.049C533.322 102.874 534.281 104.722 535.923 106.091C537.634 107.391 539.825 108.041 542.494 108.041C544.684 108.041 546.464 107.562 547.833 106.604C549.27 105.646 549.989 104.448 549.989 103.011C549.989 101.094 549.167 99.7596 547.525 99.0067C545.882 98.2538 543.281 97.5693 539.722 96.9533C536.026 96.2689 533.014 95.516 530.687 94.6947C528.36 93.8733 526.341 92.4018 524.63 90.28C522.987 88.0898 522.166 85.0098 522.166 81.04C522.166 78.0284 522.953 75.3591 524.527 73.032C526.17 70.6364 528.394 68.7884 531.201 67.488C534.007 66.1191 537.155 65.4347 540.646 65.4347C546.874 65.4347 551.905 66.9747 555.738 70.0547C559.639 73.1347 561.727 77.2071 562.001 82.272H549.578C549.304 80.1502 548.312 78.5076 546.601 77.344C544.958 76.112 543.11 75.496 541.057 75.496C539.003 75.496 537.361 75.9409 536.129 76.8307C534.897 77.7204 534.281 78.9524 534.281 80.5267C534.281 82.4431 535.068 83.7436 536.642 84.428C538.285 85.044 540.851 85.5916 544.342 86.0707C548.106 86.6182 551.186 87.3027 553.582 88.124C556.046 88.8769 558.168 90.3827 559.947 92.6413C561.727 94.9 562.617 98.1853 562.617 102.497C562.617 107.425 560.769 111.395 557.073 114.407C553.445 117.35 548.585 118.821 542.494 118.821Z",fill:"currentColor"},null,-1),c=[_,H];function r(L,l){return e(),t("svg",s,c)}const a=o(n,[["render",r]]);export{a as _};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
details[data-v-5fb801ab]{border-style:none}summary[data-v-5fb801ab]{border-style:none;list-style:none}details[open] summary[data-v-5fb801ab]{border-style:none}details summary[data-v-5fb801ab]::-webkit-details-marker{display:none}details[open] .chevron[data-v-5fb801ab]{opacity:.75;transform:rotate(180deg)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{_ as f}from"./NIcon.vue.c1ad97a9.js";import{a as d,o as n,e as l,M as a,l as c,r as s,f as t,t as i,h as v,w as x,F as h,j as g,c as _,Y as y,Z as b}from"./entry.b1094864.js";/* empty css */import{_ as B}from"./_plugin-vue_export-helper.c27b6911.js";const k={flex:"~ gap2","items-center":""},I=d({__name:"IconTitle",props:{icon:null,text:null},setup(e){return(o,u)=>(n(),l("div",k,[e.icon?(n(),l("div",{key:0,class:a(e.icon)},null,2)):c("",!0),s(o.$slots,"default",{},()=>[t("div",null,i(e.text),1)])]))}}),r=e=>(y("data-v-5fb801ab"),e=e(),b(),e),S=["open"],$={key:0,op50:"","text-sm":""},C=r(()=>t("div",{"flex-auto":""},null,-1)),N=r(()=>t("div",{"x-divider":""},null,-1)),w=d({__name:"SectionBlock",props:{icon:null,text:null,description:null,containerClass:{default:""},collapse:{type:Boolean,default:!0},open:{type:Boolean,default:!0},padding:{type:[Boolean,String],default:!0}},setup(e){return(o,u)=>{const p=f,m=I;return n(),l(h,null,[t("details",{open:e.open},[t("summary",{"select-none":"","cursor-pointer":"",p4:"","hover:bg-active":"",class:a(e.collapse?"":"pointer-events-none")},[v(m,{icon:e.icon,text:e.text,"text-xl":"",op75:""},{default:x(()=>[t("div",null,[g(i(e.text)+" ",1),e.description?(n(),l("div",$,i(e.description),1)):c("",!0)]),C,e.collapse?(n(),_(p,{key:0,icon:"carbon-chevron-down","text-base":"",op50:"","cursor-pointer":"",transition:"","duration-500":"","place-self-start":"",class:"chevron"})):c("",!0)]),_:1},8,["icon","text"])],2),t("div",{flex:"~ col gap2",pt2:"",pb6:"",class:a(typeof e.padding=="string"?e.padding:e.padding?"px8":"")},[s(o.$slots,"details",{},void 0,!0),t("div",{class:a(e.containerClass),mt1:""},[s(o.$slots,"default",{},void 0,!0)],2),s(o.$slots,"footer",{},void 0,!0)],2)],8,S),N],64)}}}),z=B(w,[["__scopeId","data-v-5fb801ab"]]);export{z as _,I as a};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{_ as u}from"./NButton.vue.
|
|
1
|
+
import{_ as u}from"./NButton.vue.56759fc1.js";import{a as m,b as f,a3 as x,o as p,e as r,u as t,f as n,M as l,l as b,h as _,w as v,j as k,a4 as y}from"./entry.b1094864.js";const C={key:0,px4:"",py2:"",border:"b base",flex:"~ col gap-1"},g=n("div",{"text-sm":"",op50:""}," Dock devtools to ",-1),h={flex:"~ gap-1","text-lg":""},N={px4:"",py2:""},S=m({__name:"Settings",setup($){const o=y,s=f(),i=x();function d(){i.hooks.callHookParallel("app:data:refresh",Object.keys(i.payload.data)),s.value&&(s.value={...s.value})}return(B,e)=>{const c=u;return p(),r("div",null,[t(s)?(p(),r("div",C,[g,n("div",h,[n("button",{"i-carbon-open-panel-filled-bottom":"",class:l(t(o).position==="bottom"?"text-primary":"op50"),onClick:e[0]||(e[0]=a=>t(o).position="bottom")},null,2),n("button",{"i-carbon-open-panel-filled-right":"",class:l(t(o).position==="right"?"text-primary":"op50"),onClick:e[1]||(e[1]=a=>t(o).position="right")},null,2),n("button",{"i-carbon-open-panel-filled-left":"",class:l(t(o).position==="left"?"text-primary":"op50"),onClick:e[2]||(e[2]=a=>t(o).position="left")},null,2),n("button",{"i-carbon-open-panel-filled-top":"",class:l(t(o).position==="top"?"text-primary":"op50"),onClick:e[3]||(e[3]=a=>t(o).position="top")},null,2)])])):b("",!0),n("div",N,[_(c,{n:"solid primary xs",onClick:d},{default:v(()=>[k(" Refresh All ")]),_:1})])])}}});export{S as _};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.jse-theme-dark{--jse-theme-color:#2f6dd0;--jse-theme-color-highlight:#467cd2;--jse-background-color:#1e1e1e;--jse-text-color:#d4d4d4;--jse-main-border:1px solid #4f4f4f;--jse-menu-color:#fff;--jse-modal-background:#2f2f2f;--jse-modal-overlay-background:rgba(0,0,0,.5);--jse-modal-code-background:#2f2f2f;--jse-tooltip-color:var(--jse-text-color);--jse-tooltip-background:#4b4b4b;--jse-tooltip-border:1px solid #737373;--jse-tooltip-action-button-color:inherit;--jse-tooltip-action-button-background:#737373;--jse-panel-background:#333;--jse-panel-background-border:1px solid #464646;--jse-panel-color:var(--jse-text-color);--jse-panel-color-readonly:#737373;--jse-panel-border:1px solid #3c3c3c;--jse-panel-button-color-highlight:#e5e5e5;--jse-panel-button-background-highlight:#464646;--jse-navigation-bar-background:#656565;--jse-navigation-bar-background-highlight:#7e7e7e;--jse-navigation-bar-dropdown-color:var(--jse-text-color);--jse-context-menu-background:#4b4b4b;--jse-context-menu-background-highlight:#595959;--jse-context-menu-separator-color:#595959;--jse-context-menu-color:var(--jse-text-color);--jse-context-menu-pointer-background:#737373;--jse-context-menu-pointer-background-highlight:#818181;--jse-context-menu-pointer-color:var(--jse-context-menu-color);--jse-key-color:#9cdcfe;--jse-value-color:var(--jse-text-color);--jse-value-color-number:#b5cea8;--jse-value-color-boolean:#569cd6;--jse-value-color-null:#569cd6;--jse-value-color-string:#ce9178;--jse-value-color-url:#ce9178;--jse-delimiter-color:#949494;--jse-edit-outline:2px solid var(--jse-text-color);--jse-selection-background-color:#464646;--jse-selection-background-inactive-color:#333;--jse-hover-background-color:#343434;--jse-active-line-background-color:hsla(0,0%,100%,.06);--jse-search-match-background-color:#343434;--jse-collapsed-items-background-color:#333;--jse-collapsed-items-selected-background-color:#565656;--jse-collapsed-items-link-color:#b2b2b2;--jse-collapsed-items-link-color-highlight:#ec8477;--jse-search-match-color:#724c27;--jse-search-match-outline:1px solid #966535;--jse-search-match-active-color:#9f6c39;--jse-search-match-active-outline:1px solid #bb7f43;--jse-tag-background:#444;--jse-tag-color:#bdbdbd;--jse-table-header-background:#333;--jse-table-header-background-highlight:#424242;--jse-table-row-odd-background:hsla(0,0%,100%,.1);--jse-input-background:#3d3d3d;--jse-input-border:var(--jse-main-border);--jse-button-background:grey;--jse-button-background-highlight:#7a7a7a;--jse-button-color:#e0e0e0;--jse-button-secondary-background:#494949;--jse-button-secondary-background-highlight:#5d5d5d;--jse-button-secondary-background-disabled:#9d9d9d;--jse-button-secondary-color:var(--jse-text-color);--jse-a-color:#55abff;--jse-a-color-highlight:#4387c9;--background:#3d3d3d;--border:1px solid #4f4f4f;--list-background:#3d3d3d;--item-hover-bg:#505050;--multi-item-bg:#5b5b5b;--input-color:#d4d4d4;--multi-clear-bg:#8a8a8a;--multi-item-clear-icon-color:#d4d4d4;--multi-item-outline:1px solid #696969;--list-shadow:0 2px 8px 0 rgba(0,0,0,.4);--jse-color-picker-background:#656565;--jse-color-picker-border-box-shadow:#8c8c8c 0 0 0 1px}.json-editor-vue{--jse-theme-color:#383e42!important;--jse-theme-color-highlight:#687177!important}.json-editor-vue .no-main-menu{border:none!important}.json-editor-vue .jse-main{min-height:1em!important}.json-editor-vue .jse-contents{border-radius:5px!important;border-width:0!important}
|
|
1
|
+
.jse-theme-dark{--jse-theme-color:#2f6dd0;--jse-theme-color-highlight:#467cd2;--jse-background-color:#1e1e1e;--jse-text-color:#d4d4d4;--jse-main-border:1px solid #4f4f4f;--jse-menu-color:#fff;--jse-modal-background:#2f2f2f;--jse-modal-overlay-background:rgba(0,0,0,.5);--jse-modal-code-background:#2f2f2f;--jse-tooltip-color:var(--jse-text-color);--jse-tooltip-background:#4b4b4b;--jse-tooltip-border:1px solid #737373;--jse-tooltip-action-button-color:inherit;--jse-tooltip-action-button-background:#737373;--jse-panel-background:#333;--jse-panel-background-border:1px solid #464646;--jse-panel-color:var(--jse-text-color);--jse-panel-color-readonly:#737373;--jse-panel-border:1px solid #3c3c3c;--jse-panel-button-color-highlight:#e5e5e5;--jse-panel-button-background-highlight:#464646;--jse-navigation-bar-background:#656565;--jse-navigation-bar-background-highlight:#7e7e7e;--jse-navigation-bar-dropdown-color:var(--jse-text-color);--jse-context-menu-background:#4b4b4b;--jse-context-menu-background-highlight:#595959;--jse-context-menu-separator-color:#595959;--jse-context-menu-color:var(--jse-text-color);--jse-context-menu-pointer-background:#737373;--jse-context-menu-pointer-background-highlight:#818181;--jse-context-menu-pointer-color:var(--jse-context-menu-color);--jse-key-color:#9cdcfe;--jse-value-color:var(--jse-text-color);--jse-value-color-number:#b5cea8;--jse-value-color-boolean:#569cd6;--jse-value-color-null:#569cd6;--jse-value-color-string:#ce9178;--jse-value-color-url:#ce9178;--jse-delimiter-color:#949494;--jse-edit-outline:2px solid var(--jse-text-color);--jse-selection-background-color:#464646;--jse-selection-background-inactive-color:#333;--jse-hover-background-color:#343434;--jse-active-line-background-color:hsla(0,0%,100%,.06);--jse-search-match-background-color:#343434;--jse-collapsed-items-background-color:#333;--jse-collapsed-items-selected-background-color:#565656;--jse-collapsed-items-link-color:#b2b2b2;--jse-collapsed-items-link-color-highlight:#ec8477;--jse-search-match-color:#724c27;--jse-search-match-outline:1px solid #966535;--jse-search-match-active-color:#9f6c39;--jse-search-match-active-outline:1px solid #bb7f43;--jse-tag-background:#444;--jse-tag-color:#bdbdbd;--jse-table-header-background:#333;--jse-table-header-background-highlight:#424242;--jse-table-row-odd-background:hsla(0,0%,100%,.1);--jse-input-background:#3d3d3d;--jse-input-border:var(--jse-main-border);--jse-button-background:grey;--jse-button-background-highlight:#7a7a7a;--jse-button-color:#e0e0e0;--jse-button-secondary-background:#494949;--jse-button-secondary-background-highlight:#5d5d5d;--jse-button-secondary-background-disabled:#9d9d9d;--jse-button-secondary-color:var(--jse-text-color);--jse-a-color:#55abff;--jse-a-color-highlight:#4387c9;--background:#3d3d3d;--border:1px solid #4f4f4f;--list-background:#3d3d3d;--item-hover-bg:#505050;--multi-item-bg:#5b5b5b;--input-color:#d4d4d4;--multi-clear-bg:#8a8a8a;--multi-item-clear-icon-color:#d4d4d4;--multi-item-outline:1px solid #696969;--list-shadow:0 2px 8px 0 rgba(0,0,0,.4);--jse-color-picker-background:#656565;--jse-color-picker-border-box-shadow:#8c8c8c 0 0 0 1px}.json-editor-vue{--jse-theme-color:#383e42!important;--jse-theme-color-highlight:#687177!important;--jse-background-color:#8881!important}.json-editor-vue .no-main-menu{border:none!important}.json-editor-vue .jse-main{min-height:1em!important}.json-editor-vue .jse-contents{border-radius:5px!important;border-width:0!important}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{a as l7,
|
|
1
|
+
import{a as l7,a6 as f7,x as Qv,z as jf,I as d7,y as h7,u as v7,a7 as p7}from"./entry.b1094864.js";var Yv,sb,ub,cb,lb,fb,db,hb,vb,pb,mb,gb,yb,bb,wb,xb,kb,jb,$b,Sb,Cb,_b,Ob,Mb,Eb,Ab,Pb,Tb,Rb,Nb,Ib,Db,Lb,Bb,zb,qb,Fb,Vb,Wb,Hb,Ub,Jb,Kb,Gb,Qb,Yb,Zb,Xb,tw,ew,nw,rw,ow,iw,aw,sw,uw,cw,lw,fw,dw,hw,vw,pw,mw,gw,yw,bw,ww,xw,kw,jw,$w,Sw,Cw,_w,Ow,Mw,Ew,Aw,Pw,Tw,Rw,Nw,Iw,Dw,Lw,Bw,zw,qw,Fw,Vw,Ww,Hw,Uw,Jw,Kw,Gw,Qw,Yw,Zw,Xw,t2,e2,n2,r2,o2,i2,a2,s2,u2,c2,l2,f2,d2,h2,v2,p2,m2,g2,y2,b2,w2,x2,k2,j2,$2,S2,C2,_2,O2,M2,E2,A2,P2,T2,R2,N2,I2,D2,L2,B2,z2,q2,F2,V2,W2,H2,U2,J2,K2,G2,Q2,Y2,Z2,X2,tx,ex,nx,rx,ox,ix,ax,sx,ux,cx,lx,fx,dx,hx,vx,px,mx,gx,yx,bx,wx,xx,kx,jx,$x,Sx,Cx,_x,Ox,Mx,Ex,Ax,Px,Tx,Rx,Nx,Ix,Dx,Lx,Bx,zx,qx,Fx,Vx,Wx,Hx,Ux,Jx,Kx,Gx,Qx,Yx,Zx,Xx,tk,ek,nk,rk,ok,ik,ak,sk,uk,ck,lk,fk,dk,hk,vk,pk,mk,gk,yk,bk,wk,xk,kk,jk,$k,Sk,Ck,_k,Ok,Mk,Ek,Ak,Pk,Tk,Rk,Nk,Ik,Dk,Lk,Bk,zk,qk,Fk,Vk,Wk,Hk,Uk,Jk,Kk,Gk,Qk,Yk,Zk,Xk,tj,ej,nj,rj,oj,ij,aj,sj,uj,cj,lj,fj,dj,hj,vj,pj,mj,gj,yj,m7=["mainAxis","crossAxis","fallbackPlacements","fallbackStrategy","flipAlignment"],g7=["mainAxis","crossAxis","limiter"];function hl(e){var t=typeof Map=="function"?new Map:void 0;return hl=function(n){if(n===null||(r=n,Function.toString.call(r).indexOf("[native code]")===-1))return n;var r;if(typeof n!="function")throw new TypeError("Super expression must either be null or a function");if(t!==void 0){if(t.has(n))return t.get(n);t.set(n,o)}function o(){return fm(n,arguments,Je(this).constructor)}return o.prototype=Object.create(n.prototype,{constructor:{value:o,enumerable:!1,writable:!0,configurable:!0}}),vl(o,n)},hl(e)}function fm(e,t,n){return fm=N_()?Reflect.construct.bind():function(r,o,i){var a=[null];a.push.apply(a,o);var s=new(Function.bind.apply(r,a));return i&&vl(s,i.prototype),s},fm.apply(null,arguments)}function rt(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}function P_(e,t){if(e==null)return{};var n,r,o=function(a,s){if(a==null)return{};var u,c,l={},f=Object.keys(a);for(c=0;c<f.length;c++)u=f[c],s.indexOf(u)>=0||(l[u]=a[u]);return l}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function st(e,t){var n=typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=Yh(e))||t&&e&&typeof e.length=="number"){n&&(e=n);var r=0,o=function(){};return{s:o,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(u){throw u},f:o}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
2
2
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var i,a=!0,s=!1;return{s:function(){n=n.call(e)},n:function(){var u=n.next();return a=u.done,u},e:function(u){s=!0,i=u},f:function(){try{a||n.return==null||n.return()}finally{if(s)throw i}}}}function Gt(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */Gt=function(){return e};var e={},t=Object.prototype,n=t.hasOwnProperty,r=Object.defineProperty||function(F,W,_){F[W]=_.value},o=typeof Symbol=="function"?Symbol:{},i=o.iterator||"@@iterator",a=o.asyncIterator||"@@asyncIterator",s=o.toStringTag||"@@toStringTag";function u(F,W,_){return Object.defineProperty(F,W,{value:_,enumerable:!0,configurable:!0,writable:!0}),F[W]}try{u({},"")}catch{u=function(W,_,P){return W[_]=P}}function c(F,W,_,P){var V=W&&W.prototype instanceof d?W:d,L=Object.create(V.prototype),G=new M(P||[]);return r(L,"_invoke",{value:k(F,_,G)}),L}function l(F,W,_){try{return{type:"normal",arg:F.call(W,_)}}catch(P){return{type:"throw",arg:P}}}e.wrap=c;var f={};function d(){}function h(){}function v(){}var p={};u(p,i,function(){return this});var m=Object.getPrototypeOf,g=m&&m(m(N([])));g&&g!==t&&n.call(g,i)&&(p=g);var y=v.prototype=d.prototype=Object.create(p);function b(F){["next","throw","return"].forEach(function(W){u(F,W,function(_){return this._invoke(W,_)})})}function w(F,W){function _(V,L,G,x){var $=l(F[V],F,L);if($.type!=="throw"){var j=$.arg,D=j.value;return D&&Yt(D)=="object"&&n.call(D,"__await")?W.resolve(D.__await).then(function(O){_("next",O,G,x)},function(O){_("throw",O,G,x)}):W.resolve(D).then(function(O){j.value=O,G(j)},function(O){return _("throw",O,G,x)})}x($.arg)}var P;r(this,"_invoke",{value:function(V,L){function G(){return new W(function(x,$){_(V,L,x,$)})}return P=P?P.then(G,G):G()}})}function k(F,W,_){var P="suspendedStart";return function(V,L){if(P==="executing")throw new Error("Generator is already running");if(P==="completed"){if(V==="throw")throw L;return T()}for(_.method=V,_.arg=L;;){var G=_.delegate;if(G){var x=C(G,_);if(x){if(x===f)continue;return x}}if(_.method==="next")_.sent=_._sent=_.arg;else if(_.method==="throw"){if(P==="suspendedStart")throw P="completed",_.arg;_.dispatchException(_.arg)}else _.method==="return"&&_.abrupt("return",_.arg);P="executing";var $=l(F,W,_);if($.type==="normal"){if(P=_.done?"completed":"suspendedYield",$.arg===f)continue;return{value:$.arg,done:_.done}}$.type==="throw"&&(P="completed",_.method="throw",_.arg=$.arg)}}}function C(F,W){var _=W.method,P=F.iterator[_];if(P===void 0)return W.delegate=null,_==="throw"&&F.iterator.return&&(W.method="return",W.arg=void 0,C(F,W),W.method==="throw")||_!=="return"&&(W.method="throw",W.arg=new TypeError("The iterator does not provide a '"+_+"' method")),f;var V=l(P,F.iterator,W.arg);if(V.type==="throw")return W.method="throw",W.arg=V.arg,W.delegate=null,f;var L=V.arg;return L?L.done?(W[F.resultName]=L.value,W.next=F.nextLoc,W.method!=="return"&&(W.method="next",W.arg=void 0),W.delegate=null,f):L:(W.method="throw",W.arg=new TypeError("iterator result is not an object"),W.delegate=null,f)}function R(F){var W={tryLoc:F[0]};1 in F&&(W.catchLoc=F[1]),2 in F&&(W.finallyLoc=F[2],W.afterLoc=F[3]),this.tryEntries.push(W)}function I(F){var W=F.completion||{};W.type="normal",delete W.arg,F.completion=W}function M(F){this.tryEntries=[{tryLoc:"root"}],F.forEach(R,this),this.reset(!0)}function N(F){if(F){var W=F[i];if(W)return W.call(F);if(typeof F.next=="function")return F;if(!isNaN(F.length)){var _=-1,P=function V(){for(;++_<F.length;)if(n.call(F,_))return V.value=F[_],V.done=!1,V;return V.value=void 0,V.done=!0,V};return P.next=P}}return{next:T}}function T(){return{value:void 0,done:!0}}return h.prototype=v,r(y,"constructor",{value:v,configurable:!0}),r(v,"constructor",{value:h,configurable:!0}),h.displayName=u(v,s,"GeneratorFunction"),e.isGeneratorFunction=function(F){var W=typeof F=="function"&&F.constructor;return!!W&&(W===h||(W.displayName||W.name)==="GeneratorFunction")},e.mark=function(F){return Object.setPrototypeOf?Object.setPrototypeOf(F,v):(F.__proto__=v,u(F,s,"GeneratorFunction")),F.prototype=Object.create(y),F},e.awrap=function(F){return{__await:F}},b(w.prototype),u(w.prototype,a,function(){return this}),e.AsyncIterator=w,e.async=function(F,W,_,P,V){V===void 0&&(V=Promise);var L=new w(c(F,W,_,P),V);return e.isGeneratorFunction(W)?L:L.next().then(function(G){return G.done?G.value:L.next()})},b(y),u(y,s,"Generator"),u(y,i,function(){return this}),u(y,"toString",function(){return"[object Generator]"}),e.keys=function(F){var W=Object(F),_=[];for(var P in W)_.push(P);return _.reverse(),function V(){for(;_.length;){var L=_.pop();if(L in W)return V.value=L,V.done=!1,V}return V.done=!0,V}},e.values=N,M.prototype={constructor:M,reset:function(F){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(I),!F)for(var W in this)W.charAt(0)==="t"&&n.call(this,W)&&!isNaN(+W.slice(1))&&(this[W]=void 0)},stop:function(){this.done=!0;var F=this.tryEntries[0].completion;if(F.type==="throw")throw F.arg;return this.rval},dispatchException:function(F){if(this.done)throw F;var W=this;function _($,j){return L.type="throw",L.arg=F,W.next=$,j&&(W.method="next",W.arg=void 0),!!j}for(var P=this.tryEntries.length-1;P>=0;--P){var V=this.tryEntries[P],L=V.completion;if(V.tryLoc==="root")return _("end");if(V.tryLoc<=this.prev){var G=n.call(V,"catchLoc"),x=n.call(V,"finallyLoc");if(G&&x){if(this.prev<V.catchLoc)return _(V.catchLoc,!0);if(this.prev<V.finallyLoc)return _(V.finallyLoc)}else if(G){if(this.prev<V.catchLoc)return _(V.catchLoc,!0)}else{if(!x)throw new Error("try statement without catch or finally");if(this.prev<V.finallyLoc)return _(V.finallyLoc)}}}},abrupt:function(F,W){for(var _=this.tryEntries.length-1;_>=0;--_){var P=this.tryEntries[_];if(P.tryLoc<=this.prev&&n.call(P,"finallyLoc")&&this.prev<P.finallyLoc){var V=P;break}}V&&(F==="break"||F==="continue")&&V.tryLoc<=W&&W<=V.finallyLoc&&(V=null);var L=V?V.completion:{};return L.type=F,L.arg=W,V?(this.method="next",this.next=V.finallyLoc,f):this.complete(L)},complete:function(F,W){if(F.type==="throw")throw F.arg;return F.type==="break"||F.type==="continue"?this.next=F.arg:F.type==="return"?(this.rval=this.arg=F.arg,this.method="return",this.next="end"):F.type==="normal"&&W&&(this.next=W),f},finish:function(F){for(var W=this.tryEntries.length-1;W>=0;--W){var _=this.tryEntries[W];if(_.finallyLoc===F)return this.complete(_.completion,_.afterLoc),I(_),f}},catch:function(F){for(var W=this.tryEntries.length-1;W>=0;--W){var _=this.tryEntries[W];if(_.tryLoc===F){var P=_.completion;if(P.type==="throw"){var V=P.arg;I(_)}return V}}throw new Error("illegal catch attempt")},delegateYield:function(F,W,_){return this.delegate={iterator:N(F),resultName:W,nextLoc:_},this.method==="next"&&(this.arg=void 0),f}},e}function bj(e,t,n,r,o,i,a){try{var s=e[i](a),u=s.value}catch(c){return void n(c)}s.done?t(u):Promise.resolve(u).then(r,o)}function Ye(e){return function(){var t=this,n=arguments;return new Promise(function(r,o){var i=e.apply(t,n);function a(u){bj(i,r,o,a,s,"next",u)}function s(u){bj(i,r,o,a,s,"throw",u)}a(void 0)})}}function de(e,t){return R_(e)||function(n,r){var o=n==null?null:typeof Symbol<"u"&&n[Symbol.iterator]||n["@@iterator"];if(o!=null){var i,a,s,u,c=[],l=!0,f=!1;try{if(s=(o=o.call(n)).next,r===0){if(Object(o)!==o)return;l=!1}else for(;!(l=(i=s.call(o)).done)&&(c.push(i.value),c.length!==r);l=!0);}catch(d){f=!0,a=d}finally{try{if(!l&&o.return!=null&&(u=o.return(),Object(u)!==u))return}finally{if(f)throw a}}return c}}(e,t)||Yh(e,t)||T_()}function T_(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
3
3
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function R_(e){if(Array.isArray(e))return e}function wj(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),n.push.apply(n,r)}return n}function vt(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?wj(Object(n),!0).forEach(function(r){vo(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):wj(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function vo(e,t,n){return(t=I_(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function un(){return un=typeof Reflect<"u"&&Reflect.get?Reflect.get.bind():function(e,t,n){var r=y7(e,t);if(r){var o=Object.getOwnPropertyDescriptor(r,t);return o.get?o.get.call(arguments.length<3?e:n):o.value}},un.apply(this,arguments)}function y7(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&(e=Je(e))!==null;);return e}function Ct(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&vl(e,t)}function vl(e,t){return vl=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,r){return n.__proto__=r,n},vl(e,t)}function _t(e){var t=N_();return function(){var n,r=Je(e);if(t){var o=Je(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return b7(this,n)}}function b7(e,t){if(t&&(Yt(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return ae(e)}function ae(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function N_(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function Je(e){return Je=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},Je(e)}function et(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function xj(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,I_(r.key),r)}}function nt(e,t,n){return t&&xj(e.prototype,t),n&&xj(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function I_(e){var t=function(n,r){if(Yt(n)!=="object"||n===null)return n;var o=n[Symbol.toPrimitive];if(o!==void 0){var i=o.call(n,r||"default");if(Yt(i)!=="object")return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return(r==="string"?String:Number)(n)}(e,"string");return Yt(t)==="symbol"?t:String(t)}function xe(e){return function(t){if(Array.isArray(t))return dm(t)}(e)||D_(e)||Yh(e)||function(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
4
4
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}()}function Yh(e,t){if(e){if(typeof e=="string")return dm(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?dm(e,t):void 0}}function D_(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function dm(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Yt(e){return Yt=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Yt(e)}function Tt(){}var L_=function(e){return e};function vs(e,t){for(var n in t)e[n]=t[n];return e}function B_(e){return e()}function kj(){return Object.create(null)}function Sn(e){e.forEach(B_)}function Or(e){return typeof e=="function"}function Qn(e,t){return e!=e?t==t:e!==t||e&&Yt(e)==="object"||typeof e=="function"}function ze(e,t){return e!=e?t==t:e!==t}function mr(e,t,n,r){if(e){var o=z_(e,t,n,r);return e[0](o)}}function z_(e,t,n,r){return e[1]&&r?vs(n.ctx.slice(),e[1](r(t))):n.ctx}function gr(e,t,n,r){if(e[2]&&r){var o=e[2](r(n));if(t.dirty===void 0)return o;if(Yt(o)==="object"){for(var i=[],a=Math.max(t.dirty.length,o.length),s=0;s<a;s+=1)i[s]=t.dirty[s]|o[s];return i}return t.dirty|o}return t.dirty}function yr(e,t,n,r,o,i){if(o){var a=z_(t,n,r,i);e.p(a,o)}}function br(e){if(e.ctx.length>32){for(var t=[],n=e.ctx.length/32,r=0;r<n;r++)t[r]=-1;return t}return-1}function qn(e){return e??""}function Er(e){return e&&Or(e.destroy)?e.destroy:Tt}var q_=typeof window<"u",w7=q_?function(){return window.performance.now()}:function(){return Date.now()},l0=q_?function(e){return requestAnimationFrame(e)}:Tt,Qc=new Set;function F_(e){Qc.forEach(function(t){t.c(e)||(Qc.delete(t),t.f())}),Qc.size!==0&&l0(F_)}function q(e,t){e.appendChild(t)}function _e(e,t,n){var r=f0(e);if(!r.getElementById(t)){var o=Q("style");o.id=t,o.textContent=n,V_(r,o)}}function f0(e){if(!e)return document;var t=e.getRootNode?e.getRootNode():e.ownerDocument;return t&&t.host?t:e.ownerDocument}function x7(e){var t=Q("style");return V_(f0(e),t),t.sheet}function V_(e,t){return q(e.head||e,t),t.sheet}function at(e,t,n){e.insertBefore(t,n||null)}function it(e){e.parentNode&&e.parentNode.removeChild(e)}function ar(e,t){for(var n=0;n<e.length;n+=1)e[n]&&e[n].d(t)}function Q(e){return document.createElement(e)}function ra(e){return document.createElementNS("http://www.w3.org/2000/svg",e)}function Wt(e){return document.createTextNode(e)}function pt(){return Wt(" ")}function hn(){return Wt("")}function At(e,t,n,r){return e.addEventListener(t,n,r),function(){return e.removeEventListener(t,n,r)}}function Mi(e){return function(t){return t.preventDefault(),e.call(this,t)}}function Ei(e){return function(t){return t.stopPropagation(),e.call(this,t)}}function S(e,t,n){n==null?e.removeAttribute(t):e.getAttribute(t)!==n&&e.setAttribute(t,n)}function jj(e,t){var n=Object.getOwnPropertyDescriptors(e.__proto__);for(var r in t)t[r]==null?e.removeAttribute(r):r==="style"?e.style.cssText=t[r]:r==="__value"?e.value=e[r]=t[r]:n[r]&&n[r].set?e[r]=t[r]:S(e,r,t[r])}function Jd(e,t){for(var n in t)S(e,n,t[n])}function k7(e){return Array.from(e.childNodes)}function fe(e,t){t=""+t,e.wholeText!==t&&(e.data=t)}function ns(e,t){e.value=t??""}function Ja(e,t,n,r){n===null?e.style.removeProperty(t):e.style.setProperty(t,n,r?"important":"")}function $j(e,t){for(var n=0;n<e.options.length;n+=1){var r=e.options[n];if(r.__value===t)return void(r.selected=!0)}e.selectedIndex=-1}function Mt(e,t,n){e.classList[n?"add":"remove"](t)}function W_(e,t){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},r=n.bubbles,o=r!==void 0&&r,i=n.cancelable,a=i!==void 0&&i,s=document.createEvent("CustomEvent");return s.initCustomEvent(e,o,a,t),s}function oa(e,t){return new e(t)}var pl,Kd=new Map,hm=0;function j7(e){for(var t=5381,n=e.length;n--;)t=(t<<5)-t^e.charCodeAt(n);return t>>>0}function $7(e,t){var n={stylesheet:x7(t),rules:{}};return Kd.set(e,n),n}function Sj(e,t,n,r,o,i,a){for(var s=arguments.length>7&&arguments[7]!==void 0?arguments[7]:0,u=16.666/r,c=`{
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a as b,m as g,x as h,X as x,o as r,e as i,f as c,M as d,u as a,t as N,l as m,F as S,c as V,V as B,q as C,G as O}from"./entry.b1094864.js";import{u as j}from"./composables.80d3af7a.js";import{_ as w}from"./StateEditor.vue.0f1b994b.js";const J=["open"],M={"select-none":"",px4:"",flex:"~ gap2","items-center":""},z={key:1,mt2:"",italic:"",op35:""},P=b({__name:"StateEditor",props:{name:null,open:{type:Boolean},state:null,readonly:{type:Boolean}},emits:["update:open"],setup(s,{emit:f}){const u=s,o=g(u,"open",f,{passive:!0}),v=j(),l=h();l.value=JSON.parse(JSON.stringify(u.state));const p=x(l,t=>{y(t,u.state)},{deep:!0});function y(t,n){for(const e in t)t[e]===null?n[e]=null:Array.isArray(t[e])?n[e]=t[e].slice():typeof t[e]=="object"?y(t[e],n[e]):n[e]=t[e]}async function k(){p.pause(),l.value=JSON.parse(JSON.stringify(u.state)),await O(),p.resume()}return(t,n)=>(r(),i("div",{class:"state-editor-details",open:s.name?a(o):!0},[c("div",M,[s.name?(r(),i("button",{key:0,flex:"~","items-center":"","cursor-pointer":"",class:d(a(o)?"":"op50"),onClick:n[0]||(n[0]=e=>o.value=!a(o))},[c("div",{transition:"","i-carbon-chevron-right":"",class:d(a(o)?"rotate-90 op0":"")},null,2),c("code",{"font-mono":"",py1:"",px3:"",class:d(a(o)?"bg-[#8881] rounded-t":"rounded hover:bg-active")},N(s.name),3)],2)):m("",!0),a(o)?(r(),i("button",{key:1,title:"Refresh","i-carbon-renew":"","hover:op80":"",op30:"",onClick:k})):m("",!0)]),a(o)||!s.name?(r(),i(S,{key:0},[s.state&&Object.keys(s.state).length>0?(r(),V(a(w),B({key:0,modelValue:a(l),"onUpdate:modelValue":n[1]||(n[1]=e=>C(l)?l.value=e:null)},t.$attrs,{class:["json-editor-vue",[a(v).value==="dark"?"jse-theme-dark":"",(s.name,"")]],"main-menu-bar":!1,"navigation-bar":!1,"status-bar":!1,"read-only":s.readonly,indentation:2,"tab-size":2}),null,16,["modelValue","class","read-only"])):(r(),i("div",z," No data "))],64)):m("",!0)],8,J))}});export{P as _};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a,o as n,e as i,V as l}from"./entry.
|
|
1
|
+
import{a,o as n,e as i,V as l}from"./entry.b1094864.js";const c=["src","alt"],o=["title"],m=a({__name:"TabIcon",props:{icon:null,title:null},setup(t){return(e,s)=>t.icon&&(t.icon.startsWith("/")||t.icon.match(/^https?:/))?(n(),i("img",l({key:0,style:{width:"1em",height:"1em"}},e.$attrs,{src:t.icon,alt:t.title}),null,16,c)):(n(),i("div",l({key:1,style:{width:"1em",height:"1em"}},e.$attrs,{class:t.icon||"carbon-bring-forward",title:t.title}),null,16,o))}});export{m as _};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a as i,b as c,e as a,f as e,u as s,o as r}from"./entry.
|
|
1
|
+
import{a as i,b as c,e as a,f as e,u as s,o as r}from"./entry.b1094864.js";const p={flex:"~","items-center":"","justify-center":"","bg-base":"","h-screen":"",px5:""},l={absolute:"","right-0":"","top-0":"",p2:""},_=e("div",null," Inspecting Vue components ",-1),b=i({__name:"__inspecting",setup(u){const t=c();return(d,n)=>(r(),a("div",p,[e("div",l,[e("button",{"carbon-close":"","text-xl":"",op50:"","hover:op100":"",ma:"",onClick:n[0]||(n[0]=(...o)=>s(t)?.inspector?.instance?.disable&&s(t)?.inspector?.instance?.disable(...o))})]),_]))}});export{b as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{a3 as g,x as y,a9 as m,aa as P,I as _,z as x,u as b,a6 as w}from"./entry.b1094864.js";const C=()=>null;function B(...o){const f=typeof o[o.length-1]=="string"?o.pop():void 0;typeof o[0]!="string"&&o.unshift(f);let[a,c,t={}]=o;if(typeof a!="string")throw new TypeError("[nuxt] [asyncData] key must be a string.");if(typeof c!="function")throw new TypeError("[nuxt] [asyncData] handler must be a function.");t.server=t.server??!0,t.default=t.default??C,t.lazy=t.lazy??!1,t.immediate=t.immediate??!0;const e=g(),l=()=>e.isHydrating?e.payload.data[a]:e.static.data[a],u=()=>l()!==void 0;e._asyncData[a]||(e._asyncData[a]={data:y(l()??t.default?.()??null),pending:y(!u()),error:y(e.payload._errors[a]?m(e.payload._errors[a]):null)});const r={...e._asyncData[a]};r.refresh=r.execute=(s={})=>{if(e._asyncDataPromises[a]){if(s.dedupe===!1)return e._asyncDataPromises[a];e._asyncDataPromises[a].cancelled=!0}if(s._initial&&u())return l();r.pending.value=!0;const i=new Promise((n,d)=>{try{n(c(e))}catch(v){d(v)}}).then(n=>{if(i.cancelled)return e._asyncDataPromises[a];t.transform&&(n=t.transform(n)),t.pick&&(n=O(n,t.pick)),r.data.value=n,r.error.value=null}).catch(n=>{if(i.cancelled)return e._asyncDataPromises[a];r.error.value=n,r.data.value=b(t.default?.()??null)}).finally(()=>{i.cancelled||(r.pending.value=!1,e.payload.data[a]=r.data.value,r.error.value&&(e.payload._errors[a]=m(r.error.value)),delete e._asyncDataPromises[a])});return e._asyncDataPromises[a]=i,e._asyncDataPromises[a]};const p=()=>r.refresh({_initial:!0}),D=t.server!==!1&&e.payload.serverRendered;{const s=w();if(s&&!s._nuxtOnBeforeMountCbs){s._nuxtOnBeforeMountCbs=[];const n=s._nuxtOnBeforeMountCbs;s&&(P(()=>{n.forEach(d=>{d()}),n.splice(0,n.length)}),_(()=>n.splice(0,n.length)))}D&&e.isHydrating&&u()?r.pending.value=!1:s&&(e.payload.serverRendered&&e.isHydrating||t.lazy)&&t.immediate?s._nuxtOnBeforeMountCbs.push(p):t.immediate&&p(),t.watch&&x(t.watch,()=>r.refresh());const i=e.hook("app:data:refresh",n=>{if(!n||n.includes(a))return r.refresh()});s&&_(i)}const h=Promise.resolve(e._asyncDataPromises[a]).then(()=>r);return Object.assign(h,r),h}function O(o,f){const a={};for(const c of f)a[c]=o[c];return a}export{B as u};
|