From 22b092628bb7c7c08f7b20b04fdad5b40f619c97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Krysiewicz?= Date: Thu, 12 Oct 2023 17:50:36 +0200 Subject: [PATCH] Updated svelte 3 to 4 (#523) * Updated svelte 3 to 4 * Updated playwright container * Flaky tests update --- .../_app/immutable/assets/0.48a018d5.css | 1 + .../_app/immutable/assets/0.8dcd8cd3.css | 1 - .../{_page.2eafae4e.css => 12.ef2c34c3.css} | 2 +- .../immutable/assets/JSONTree.79010849.css | 1 + .../immutable/assets/_layout.8dcd8cd3.css | 1 - .../immutable/assets/_layout.c00d8b0a.css | 1 + .../{12.2eafae4e.css => _page.c7695dca.css} | 2 +- .../_app/immutable/chunks/Aside.2bf7e52e.js | 1 - .../_app/immutable/chunks/Aside.48de29ae.js | 1 + .../_app/immutable/chunks/Icon.1de0c66c.js | 1 - .../_app/immutable/chunks/Icon.a5fa4953.js | 1 + .../immutable/chunks/JSONTree.54ddc30e.js | 2 + .../immutable/chunks/JSONTree.cfd91a83.js | 2 - .../_app/immutable/chunks/each.c0161bb5.js | 1 + .../_app/immutable/chunks/globals.7f7f1b26.js | 1 + .../_app/immutable/chunks/index.12b5c620.js | 4 + .../_app/immutable/chunks/index.9dcff510.js | 1 - .../_app/immutable/chunks/index.ad4c134d.js | 1 + .../_app/immutable/chunks/index.b4e343af.js | 1 - .../_app/immutable/chunks/index.d0f8a730.js | 4 - .../_app/immutable/chunks/index.f7287312.js | 1 + .../immutable/chunks/scheduler.e2aa1391.js | 1 + .../immutable/chunks/singletons.3098cf1f.js | 1 - .../immutable/chunks/singletons.cc4fad39.js | 1 + .../{state.c2a70a8a.js => state.f2691bd0.js} | 2 +- ...{stores.f318b269.js => stores.e84b517d.js} | 2 +- .../_app/immutable/entry/app.7c4b9e03.js | 1 - .../_app/immutable/entry/app.c23a90d9.js | 1 + .../_app/immutable/entry/start.8d4e41a7.js | 3 + .../_app/immutable/entry/start.f0a416ce.js | 3 - .../build/_app/immutable/nodes/0.0fcf06cc.js | 1 + .../build/_app/immutable/nodes/0.8c7e4b1a.js | 1 - .../build/_app/immutable/nodes/1.06ca8a28.js | 1 + .../build/_app/immutable/nodes/1.86d0bbb6.js | 1 - .../build/_app/immutable/nodes/10.c6de8013.js | 26 + .../build/_app/immutable/nodes/10.d7aa5663.js | 26 - .../build/_app/immutable/nodes/11.187a0975.js | 1 + .../build/_app/immutable/nodes/11.46adc3d3.js | 1 - .../build/_app/immutable/nodes/12.61f3f5a2.js | 72 -- .../build/_app/immutable/nodes/12.889cebd3.js | 72 ++ .../build/_app/immutable/nodes/13.24a96247.js | 1 - .../build/_app/immutable/nodes/13.446f8f02.js | 1 + .../build/_app/immutable/nodes/14.2c0854c2.js | 1 + .../build/_app/immutable/nodes/14.6f05a8e9.js | 1 - .../build/_app/immutable/nodes/15.c264d008.js | 1 - .../build/_app/immutable/nodes/15.ccd7f839.js | 1 + .../build/_app/immutable/nodes/2.05854d8d.js | 9 + .../build/_app/immutable/nodes/2.a83a3d5f.js | 9 - .../build/_app/immutable/nodes/3.4d5ba8b6.js | 1 + .../build/_app/immutable/nodes/3.956d3946.js | 1 - .../build/_app/immutable/nodes/4.4e0d26a7.js | 1 + .../build/_app/immutable/nodes/4.ff8997ad.js | 1 - .../build/_app/immutable/nodes/5.4d5ba8b6.js | 1 + .../build/_app/immutable/nodes/5.956d3946.js | 1 - .../build/_app/immutable/nodes/6.38b33c53.js | 7 + .../build/_app/immutable/nodes/6.db5a65f8.js | 7 - .../build/_app/immutable/nodes/7.0017b431.js | 5 + .../build/_app/immutable/nodes/7.a3fb66fa.js | 5 - .../build/_app/immutable/nodes/8.5592cf38.js | 1 + .../build/_app/immutable/nodes/8.ca0b92cd.js | 1 - .../build/_app/immutable/nodes/9.21bf150d.js | 1 + .../build/_app/immutable/nodes/9.b75fd6ad.js | 1 - gui/next/build/_app/version.json | 2 +- gui/next/build/index.html | 19 +- gui/next/package.json | 13 +- gui/next/playwright/backgroundJobs.spec.js | 11 +- gui/next/pnpm-lock.yaml | 766 ++++++------------ gui/next/vite.config.js | 7 +- 68 files changed, 436 insertions(+), 688 deletions(-) create mode 100644 gui/next/build/_app/immutable/assets/0.48a018d5.css delete mode 100644 gui/next/build/_app/immutable/assets/0.8dcd8cd3.css rename gui/next/build/_app/immutable/assets/{_page.2eafae4e.css => 12.ef2c34c3.css} (64%) create mode 100644 gui/next/build/_app/immutable/assets/JSONTree.79010849.css delete mode 100644 gui/next/build/_app/immutable/assets/_layout.8dcd8cd3.css create mode 100644 gui/next/build/_app/immutable/assets/_layout.c00d8b0a.css rename gui/next/build/_app/immutable/assets/{12.2eafae4e.css => _page.c7695dca.css} (65%) delete mode 100644 gui/next/build/_app/immutable/chunks/Aside.2bf7e52e.js create mode 100644 gui/next/build/_app/immutable/chunks/Aside.48de29ae.js delete mode 100644 gui/next/build/_app/immutable/chunks/Icon.1de0c66c.js create mode 100644 gui/next/build/_app/immutable/chunks/Icon.a5fa4953.js create mode 100644 gui/next/build/_app/immutable/chunks/JSONTree.54ddc30e.js delete mode 100644 gui/next/build/_app/immutable/chunks/JSONTree.cfd91a83.js create mode 100644 gui/next/build/_app/immutable/chunks/each.c0161bb5.js create mode 100644 gui/next/build/_app/immutable/chunks/globals.7f7f1b26.js create mode 100644 gui/next/build/_app/immutable/chunks/index.12b5c620.js delete mode 100644 gui/next/build/_app/immutable/chunks/index.9dcff510.js create mode 100644 gui/next/build/_app/immutable/chunks/index.ad4c134d.js delete mode 100644 gui/next/build/_app/immutable/chunks/index.b4e343af.js delete mode 100644 gui/next/build/_app/immutable/chunks/index.d0f8a730.js create mode 100644 gui/next/build/_app/immutable/chunks/index.f7287312.js create mode 100644 gui/next/build/_app/immutable/chunks/scheduler.e2aa1391.js delete mode 100644 gui/next/build/_app/immutable/chunks/singletons.3098cf1f.js create mode 100644 gui/next/build/_app/immutable/chunks/singletons.cc4fad39.js rename gui/next/build/_app/immutable/chunks/{state.c2a70a8a.js => state.f2691bd0.js} (95%) rename gui/next/build/_app/immutable/chunks/{stores.f318b269.js => stores.e84b517d.js} (73%) delete mode 100644 gui/next/build/_app/immutable/entry/app.7c4b9e03.js create mode 100644 gui/next/build/_app/immutable/entry/app.c23a90d9.js create mode 100644 gui/next/build/_app/immutable/entry/start.8d4e41a7.js delete mode 100644 gui/next/build/_app/immutable/entry/start.f0a416ce.js create mode 100644 gui/next/build/_app/immutable/nodes/0.0fcf06cc.js delete mode 100644 gui/next/build/_app/immutable/nodes/0.8c7e4b1a.js create mode 100644 gui/next/build/_app/immutable/nodes/1.06ca8a28.js delete mode 100644 gui/next/build/_app/immutable/nodes/1.86d0bbb6.js create mode 100644 gui/next/build/_app/immutable/nodes/10.c6de8013.js delete mode 100644 gui/next/build/_app/immutable/nodes/10.d7aa5663.js create mode 100644 gui/next/build/_app/immutable/nodes/11.187a0975.js delete mode 100644 gui/next/build/_app/immutable/nodes/11.46adc3d3.js delete mode 100644 gui/next/build/_app/immutable/nodes/12.61f3f5a2.js create mode 100644 gui/next/build/_app/immutable/nodes/12.889cebd3.js delete mode 100644 gui/next/build/_app/immutable/nodes/13.24a96247.js create mode 100644 gui/next/build/_app/immutable/nodes/13.446f8f02.js create mode 100644 gui/next/build/_app/immutable/nodes/14.2c0854c2.js delete mode 100644 gui/next/build/_app/immutable/nodes/14.6f05a8e9.js delete mode 100644 gui/next/build/_app/immutable/nodes/15.c264d008.js create mode 100644 gui/next/build/_app/immutable/nodes/15.ccd7f839.js create mode 100644 gui/next/build/_app/immutable/nodes/2.05854d8d.js delete mode 100644 gui/next/build/_app/immutable/nodes/2.a83a3d5f.js create mode 100644 gui/next/build/_app/immutable/nodes/3.4d5ba8b6.js delete mode 100644 gui/next/build/_app/immutable/nodes/3.956d3946.js create mode 100644 gui/next/build/_app/immutable/nodes/4.4e0d26a7.js delete mode 100644 gui/next/build/_app/immutable/nodes/4.ff8997ad.js create mode 100644 gui/next/build/_app/immutable/nodes/5.4d5ba8b6.js delete mode 100644 gui/next/build/_app/immutable/nodes/5.956d3946.js create mode 100644 gui/next/build/_app/immutable/nodes/6.38b33c53.js delete mode 100644 gui/next/build/_app/immutable/nodes/6.db5a65f8.js create mode 100644 gui/next/build/_app/immutable/nodes/7.0017b431.js delete mode 100644 gui/next/build/_app/immutable/nodes/7.a3fb66fa.js create mode 100644 gui/next/build/_app/immutable/nodes/8.5592cf38.js delete mode 100644 gui/next/build/_app/immutable/nodes/8.ca0b92cd.js create mode 100644 gui/next/build/_app/immutable/nodes/9.21bf150d.js delete mode 100644 gui/next/build/_app/immutable/nodes/9.b75fd6ad.js diff --git a/gui/next/build/_app/immutable/assets/0.48a018d5.css b/gui/next/build/_app/immutable/assets/0.48a018d5.css new file mode 100644 index 00000000..6b5c58f8 --- /dev/null +++ b/gui/next/build/_app/immutable/assets/0.48a018d5.css @@ -0,0 +1 @@ +*:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}*,*:before,*:after{box-sizing:border-box}a,button{cursor:revert}ol,ul,menu{list-style:none}img{max-width:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}input[type=radio]{all:revert}textarea{white-space:revert}meter{-webkit-appearance:revert;-moz-appearance:revert;appearance:revert}::placeholder{color:unset}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable=true]){-webkit-user-drag:element}html{font-family:sans-serif}:root,::backdrop{--color-light-rgb-text: 74, 74, 74;--color-light-rgb-text-secondary: 146, 146, 146;--color-light-rgb-text-inverted: 255, 255, 255;--color-light-rgb-interaction: 25, 79, 144;--color-light-rgb-interaction-hover: 58, 141, 222;--color-light-rgb-interaction-active: 50, 130, 210;--color-light-rgb-frame: 221, 221, 221;--color-light-rgb-page: 255, 255, 255;--color-light-rgb-background: 245, 246, 252;--color-light-rgb-middleground: 235, 236, 242;--color-light-rgb-context: 53, 55, 57;--color-light-rgb-confirmation: 30, 142, 73;--color-light-rgb-danger: 199, 46, 46;--color-light-rgb-highlight: 250, 240, 211;--color-light-context-input-background: 87, 90, 92;--color-light-context-button-background: 28, 29, 30;--color-light-context-button-background-hover: 36, 42, 49;--color-light-context-button-text: 255, 255, 255;--color-dark-rgb-text: 208, 212, 218;--color-dark-rgb-text-secondary: 114, 148, 152;--colot-light-rgb-text-inverted: 0, 0, 0;--color-dark-rgb-interaction: 100, 180, 200;--color-dark-rgb-interaction-hover: 130, 210, 230;--color-dark-rgb-interaction-active: 115, 195, 215;--color-dark-rgb-frame: 47, 61, 76;--color-dark-rgb-page: 29, 40, 51;--color-dark-rgb-background: 19, 32, 45;--color-dark-rgb-middleground: 15, 25, 35;--color-dark-rgb-context: 21, 29, 38;--color-dark-rgb-confirmation: 30, 142, 73;--color-dark-rgb-danger: 221, 89, 89;--color-dark-rgb-highlight: 106, 62, 10;--color-dark-context-input-background: 87, 90, 92;--color-dark-context-button-background: 41, 48, 57;--color-dark-context-button-background-hover: 61, 68, 78;--color-dark-context-button-text: 255, 255, 255}:root,::backdrop{--color-rgb-text: var(--color-light-rgb-text);--color-rgb-text-secondary: var(--color-light-rgb-text-secondary);--color-rgb-text-inverted: var(--color-light-rgb-text-inverted);--color-rgb-interaction: var(--color-light-rgb-interaction);--color-rgb-interaction-hover: var(--color-light-rgb-interaction-hover);--color-rgb-interaction-active: var(--color-light-rgb-interaction-active);--color-rgb-frame: var(--color-light-rgb-frame);--color-rgb-page: var(--color-light-rgb-page);--color-rgb-background: var(--color-light-rgb-background);--color-rgb-middleground: var(--color-light-rgb-middleground);--color-rgb-context: var(--color-light-rgb-context);--color-rgb-confirmation: var(--color-light-rgb-confirmation);--color-rgb-danger: var(--color-light-rgb-danger);--color-rgb-highlight: var(--color-light-rgb-highlight);--color-rgb-context-input-background: var(--color-light-context-input-background);--color-rgb-context-button-background: var(--color-light-context-button-background);--color-rgb-context-button-background-hover: var(--color-light-context-button-background-hover);--color-rgb-context-button-text: var(--color-light-context-button-text)}@media (prefers-color-scheme: dark){:root,::backdrop{--color-rgb-text: var(--color-dark-rgb-text);--color-rgb-text-secondary: var(--color-dark-rgb-text-secondary);--color-rgb-text-inverted: var(--color-dark-rgb-text-inverted);--color-rgb-interaction: var(--color-dark-rgb-interaction);--color-rgb-interaction-hover: var(--color-dark-rgb-interaction-hover);--color-rgb-interaction-active: var(--color-dark-rgb-interaction-active);--color-rgb-frame: var(--color-dark-rgb-frame);--color-rgb-page: var(--color-dark-rgb-page);--color-rgb-background: var(--color-dark-rgb-background);--color-rgb-middleground: var(--color-dark-rgb-middleground);--color-rgb-context: var(--color-dark-rgb-context);--color-rgb-confirmation: var(--color-dark-rgb-confirmation);--color-rgb-danger: var(--color-dark-rgb-danger);--color-rgb-highlight: var(--color-dark-rgb-highlight);--color-rgb-context-input-background: var(--color-dark-context-input-background);--color-rgb-context-button-background: var(--color-dark-context-button-background);--color-rgb-context-button-background-hover: var(--color-dark-context-button-background-hover);--color-rgb-context-button-text: var(--color-dark-context-button-text)}}:root{--color-text: rgb(var(--color-rgb-text));--color-text-secondary: rgb(var(--color-rgb-text-secondary));--color-text-inverted: rgb(var(--color-rgb-text-inverted));--color-interaction: rgb(var(--color-rgb-interaction));--color-interaction-hover: rgb(var(--color-rgb-interaction-hover));--color-interaction-active: rgb(var(--color-rgb-interaction-active));--color-frame: rgb(var(--color-rgb-frame));--color-page: rgb(var(--color-rgb-page));--color-background: rgb(var(--color-rgb-background));--color-middleground: rgb(var(--color-rgb-middleground));--color-context: rgb(var(--color-rgb-context));--color-confirmation: rgb(var(--color-rgb-confirmation));--color-danger: rgb(var(--color-rgb-danger));--color-highlight: rgb(var(--color-rgb-highlight));--color-context-input-background: rgb(var(--color-rgb-context-input-background));--color-context-button-background: rgb(var(--color-rgb-context-button-background));--color-context-button-background-hover: rgb(var(--color-rgb-context-button-background-hover));--color-context-button-text: rgb(var(--color-rgb-context-button-text))}:root{--space-page: 2rem}:root{--font-normal: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"}body{background-color:var(--color-page);font-family:var(--font-normal);color:var(--color-text)}.content-context{background-color:var(--color-context);color:var(--color-text-inverted)}a{transition-property:color,background-color;transition-duration:.1s;transition-timing-function:ease-in-out}.stamp{position:absolute;left:-100vw}kbd{padding:.4em .2em;border-radius:.2em;background-color:var(--color-middleground);text-transform:uppercase;line-height:.6em;font-family:monospace}.button{padding:.7rem 1rem;display:inline-flex;align-items:center;gap:.6em;border-radius:.5rem;background-color:var(--color-middleground);leading-trim:both;line-height:1em;color:var(--color-text);transition:all .1s linear}button:not([disabled]){cursor:pointer}.button:hover{background-color:rgba(var(--color-rgb-interaction-hover),.2)}.button:focus-visible{box-shadow:0 0 1px 2px var(--color-interaction-hover)}.button.active{background-color:rgba(var(--color-rgb-interaction-hover),.1)}.content-context .button{background-color:var(--color-context-button-background);color:var(--color-context-button-text)}.content-context .button:hover{background-color:var(--color-context-button-background-hover)}.content-context .button:hover svg{color:currentColor}.button svg{width:18px;height:18px;margin-block:-.04rem;pointer-events:none}.button:hover svg{color:var(--color-interaction)}.button:has(svg){padding-block:.64rem}button .label{position:absolute;left:-100vw}.combo{display:flex;gap:1px}.combo button:first-child{border-radius:.5rem 0 0 .5rem}.combo button:last-child{border-radius:0 .5rem .5rem 0}.button.compact{padding:.4rem}.button.danger{color:var(--color-danger)}.button.confirmation{background-color:rgba(var(--color-rgb-confirmation),.2);color:var(--color-confirmation)}.button.confirmation:hover{color:var(--color-confirmation)}.button.confirmation:hover svg{color:inherit}input,select,textarea{padding:.5rem 1rem;border-radius:.5rem;background-color:var(--color-middleground);transition-property:background-color,box-shadow,color;transition-duration:.1s;transition-timing-function:linear}textarea{padding:1rem}.content-context textarea{background-color:var(--color-context-input-background)}select{padding-inline-end:2.1em;background-image:url('data:image/svg+xml,');background-repeat:no-repeat;background-position:right .7em center;background-size:.7em}input:focus-visible,select:focus-visible,textarea:focus-visible{box-shadow:0 0 1px 2px var(--color-interaction-hover)}input::placeholder,textarea::placeholder{color:var(--color-text-secondary)}.content-context input:disabled,.content-context select:disabled,.content-context textarea:disabled{color:rgba(var(--color-rgb-context-button-text),.6)}header.svelte-e0vhve.svelte-e0vhve{padding-block:1rem;height:82px;position:sticky;top:0;z-index:100;border-bottom:1px solid var(--color-frame);background-color:rgba(var(--color-rgb-page),.5);backdrop-filter:blur(17px);-webkit-backdrop-filter:blur(17px);transition:filter .2s ease-in-out}.wrapper.svelte-e0vhve.svelte-e0vhve{margin-inline:auto;padding-inline:2rem;display:flex;justify-content:space-between;align-items:center;gap:2em}@media (max-width: 570px){.wrapper.svelte-e0vhve.svelte-e0vhve{flex-direction:column}}h1.svelte-e0vhve.svelte-e0vhve{line-height:.5em}ul.svelte-e0vhve.svelte-e0vhve{display:flex;gap:1rem}li.svelte-e0vhve a.svelte-e0vhve{padding:.8rem;display:flex;flex-direction:column;gap:.5rem;justify-items:center;align-items:center;position:relative;border-radius:1rem;background-color:var(--color-background);text-transform:uppercase;font-size:.9rem;color:var(--color-text-secondary);transition-property:background-color,border-radius;transition-duration:.1s,.2s;transition-timing-function:linear,cubic-bezier(.175,.885,.32,1.275)}li.svelte-e0vhve a.svelte-e0vhve:hover{border-radius:1.2rem;background-color:var(--color-middleground)}li.svelte-e0vhve a.active.svelte-e0vhve{background-color:var(--color-middleground);color:var(--color-text)}.label.svelte-e0vhve.svelte-e0vhve{margin-block-start:.4rem;padding:.2rem .5rem;position:absolute;top:105%;right:0;opacity:0;border-radius:.2rem;background-color:var(--color-text);white-space:nowrap;font-weight:500;color:var(--color-page);transition:opacity .1s ease-in-out}.label.svelte-e0vhve.svelte-e0vhve:before{width:10px;height:6px;position:absolute;top:-6px;right:1.25rem;background-color:var(--color-text);clip-path:polygon(50% 0%,100% 100%,0% 100%);content:""}a.svelte-e0vhve:hover .label.svelte-e0vhve{opacity:1}.connectionIndicator.svelte-1cyr69k{display:flex;align-items:center;gap:1em}.connectionIndicator.svelte-1cyr69k:after{width:.8rem;height:.8rem;margin-inline-end:-.5em;display:block;position:relative;top:1px;border-radius:100%;background-color:var(--color-text-inverted);animation:svelte-1cyr69k-blink .7s ease-in-out;animation-iteration-count:infinite;content:""}@keyframes svelte-1cyr69k-blink{0%{opacity:.2}70%{opacity:1}}.container.svelte-14ahhss{padding:1rem;display:flex;flex-direction:column;align-items:flex-start;position:fixed;top:100%;translate:0 var(--height);transition:translate .2s cubic-bezier(.175,.885,.32,1.275)}.notification.svelte-14ahhss{margin-block-start:.5rem;padding:.7rem 2rem .8rem 1.5rem;display:flex;gap:1em;align-items:center;position:relative;border-radius:1rem;color:var(--color-text-inverted)}.success.svelte-14ahhss{background-color:var(--color-confirmation)}.error.svelte-14ahhss{background-color:var(--color-danger)}.disabled.svelte-14ahhss{display:none}button.svelte-14ahhss{padding:.6em;margin:-.6em -1.5em -.6em 0;cursor:pointer;line-height:0}button.svelte-14ahhss:hover{color:var(--color-highlight)} diff --git a/gui/next/build/_app/immutable/assets/0.8dcd8cd3.css b/gui/next/build/_app/immutable/assets/0.8dcd8cd3.css deleted file mode 100644 index 7a525f28..00000000 --- a/gui/next/build/_app/immutable/assets/0.8dcd8cd3.css +++ /dev/null @@ -1 +0,0 @@ -*:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}*,*:before,*:after{box-sizing:border-box}a,button{cursor:revert}ol,ul,menu{list-style:none}img{max-width:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}input[type=radio]{all:revert}textarea{white-space:revert}meter{-webkit-appearance:revert;appearance:revert}::placeholder{color:unset}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable="false"])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable="true"]){-webkit-user-drag:element}html{font-family:sans-serif}:root,::backdrop{--color-light-rgb-text: 74, 74, 74;--color-light-rgb-text-secondary: 146, 146, 146;--color-light-rgb-text-inverted: 255, 255, 255;--color-light-rgb-interaction: 25, 79, 144;--color-light-rgb-interaction-hover: 58, 141, 222;--color-light-rgb-interaction-active: 50, 130, 210;--color-light-rgb-frame: 221, 221, 221;--color-light-rgb-page: 255, 255, 255;--color-light-rgb-background: 245, 246, 252;--color-light-rgb-middleground: 235, 236, 242;--color-light-rgb-context: 53, 55, 57;--color-light-rgb-confirmation: 30, 142, 73;--color-light-rgb-danger: 199, 46, 46;--color-light-rgb-highlight: 250, 240, 211;--color-light-context-input-background: 87, 90, 92;--color-light-context-button-background: 28, 29, 30;--color-light-context-button-background-hover: 36, 42, 49;--color-light-context-button-text: 255, 255, 255;--color-dark-rgb-text: 208, 212, 218;--color-dark-rgb-text-secondary: 114, 148, 152;--colot-light-rgb-text-inverted: 0, 0, 0;--color-dark-rgb-interaction: 100, 180, 200;--color-dark-rgb-interaction-hover: 130, 210, 230;--color-dark-rgb-interaction-active: 115, 195, 215;--color-dark-rgb-frame: 47, 61, 76;--color-dark-rgb-page: 29, 40, 51;--color-dark-rgb-background: 19, 32, 45;--color-dark-rgb-middleground: 15, 25, 35;--color-dark-rgb-context: 21, 29, 38;--color-dark-rgb-confirmation: 30, 142, 73;--color-dark-rgb-danger: 221, 89, 89;--color-dark-rgb-highlight: 106, 62, 10;--color-dark-context-input-background: 87, 90, 92;--color-dark-context-button-background: 41, 48, 57;--color-dark-context-button-background-hover: 61, 68, 78;--color-dark-context-button-text: 255, 255, 255}:root,::backdrop{--color-rgb-text: var(--color-light-rgb-text);--color-rgb-text-secondary: var(--color-light-rgb-text-secondary);--color-rgb-text-inverted: var(--color-light-rgb-text-inverted);--color-rgb-interaction: var(--color-light-rgb-interaction);--color-rgb-interaction-hover: var(--color-light-rgb-interaction-hover);--color-rgb-interaction-active: var(--color-light-rgb-interaction-active);--color-rgb-frame: var(--color-light-rgb-frame);--color-rgb-page: var(--color-light-rgb-page);--color-rgb-background: var(--color-light-rgb-background);--color-rgb-middleground: var(--color-light-rgb-middleground);--color-rgb-context: var(--color-light-rgb-context);--color-rgb-confirmation: var(--color-light-rgb-confirmation);--color-rgb-danger: var(--color-light-rgb-danger);--color-rgb-highlight: var(--color-light-rgb-highlight);--color-rgb-context-input-background: var(--color-light-context-input-background);--color-rgb-context-button-background: var(--color-light-context-button-background);--color-rgb-context-button-background-hover: var(--color-light-context-button-background-hover);--color-rgb-context-button-text: var(--color-light-context-button-text)}@media (prefers-color-scheme: dark){:root,::backdrop{--color-rgb-text: var(--color-dark-rgb-text);--color-rgb-text-secondary: var(--color-dark-rgb-text-secondary);--color-rgb-text-inverted: var(--color-dark-rgb-text-inverted);--color-rgb-interaction: var(--color-dark-rgb-interaction);--color-rgb-interaction-hover: var(--color-dark-rgb-interaction-hover);--color-rgb-interaction-active: var(--color-dark-rgb-interaction-active);--color-rgb-frame: var(--color-dark-rgb-frame);--color-rgb-page: var(--color-dark-rgb-page);--color-rgb-background: var(--color-dark-rgb-background);--color-rgb-middleground: var(--color-dark-rgb-middleground);--color-rgb-context: var(--color-dark-rgb-context);--color-rgb-confirmation: var(--color-dark-rgb-confirmation);--color-rgb-danger: var(--color-dark-rgb-danger);--color-rgb-highlight: var(--color-dark-rgb-highlight);--color-rgb-context-input-background: var(--color-dark-context-input-background);--color-rgb-context-button-background: var(--color-dark-context-button-background);--color-rgb-context-button-background-hover: var(--color-dark-context-button-background-hover);--color-rgb-context-button-text: var(--color-dark-context-button-text)}}:root{--color-text: rgb(var(--color-rgb-text));--color-text-secondary: rgb(var(--color-rgb-text-secondary));--color-text-inverted: rgb(var(--color-rgb-text-inverted));--color-interaction: rgb(var(--color-rgb-interaction));--color-interaction-hover: rgb(var(--color-rgb-interaction-hover));--color-interaction-active: rgb(var(--color-rgb-interaction-active));--color-frame: rgb(var(--color-rgb-frame));--color-page: rgb(var(--color-rgb-page));--color-background: rgb(var(--color-rgb-background));--color-middleground: rgb(var(--color-rgb-middleground));--color-context: rgb(var(--color-rgb-context));--color-confirmation: rgb(var(--color-rgb-confirmation));--color-danger: rgb(var(--color-rgb-danger));--color-highlight: rgb(var(--color-rgb-highlight));--color-context-input-background: rgb(var(--color-rgb-context-input-background));--color-context-button-background: rgb(var(--color-rgb-context-button-background));--color-context-button-background-hover: rgb(var(--color-rgb-context-button-background-hover));--color-context-button-text: rgb(var(--color-rgb-context-button-text))}:root{--space-page: 2rem}:root{--font-normal: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"}body{background-color:var(--color-page);font-family:var(--font-normal);color:var(--color-text)}.content-context{background-color:var(--color-context);color:var(--color-text-inverted)}a{transition-property:color,background-color;transition-duration:.1s;transition-timing-function:ease-in-out}.stamp{position:absolute;left:-100vw}kbd{padding:.4em .2em;border-radius:.2em;background-color:var(--color-middleground);text-transform:uppercase;line-height:.6em;font-family:monospace}.button{padding:.7rem 1rem;display:inline-flex;align-items:center;gap:.6em;border-radius:.5rem;background-color:var(--color-middleground);leading-trim:both;line-height:1em;color:var(--color-text);transition:all .1s linear}button:not([disabled]){cursor:pointer}.button:hover{background-color:rgba(var(--color-rgb-interaction-hover),.2)}.button:focus-visible{box-shadow:0 0 1px 2px var(--color-interaction-hover)}.button.active{background-color:rgba(var(--color-rgb-interaction-hover),.1)}.content-context .button{background-color:var(--color-context-button-background);color:var(--color-context-button-text)}.content-context .button:hover{background-color:var(--color-context-button-background-hover)}.content-context .button:hover svg{color:currentColor}.button svg{width:18px;height:18px;margin-block:-.04rem;pointer-events:none}.button:hover svg{color:var(--color-interaction)}.button:has(svg){padding-block:.64rem}button .label{position:absolute;left:-100vw}.combo{display:flex;gap:1px}.combo button:first-child{border-radius:.5rem 0 0 .5rem}.combo button:last-child{border-radius:0 .5rem .5rem 0}.button.compact{padding:.4rem}.button.danger{color:var(--color-danger)}.button.confirmation{background-color:rgba(var(--color-rgb-confirmation),.2);color:var(--color-confirmation)}.button.confirmation:hover{color:var(--color-confirmation)}.button.confirmation:hover svg{color:inherit}input,select,textarea{padding:.5rem 1rem;border-radius:.5rem;background-color:var(--color-middleground);transition-property:background-color,box-shadow,color;transition-duration:.1s;transition-timing-function:linear}textarea{padding:1rem}.content-context textarea{background-color:var(--color-context-input-background)}select{padding-inline-end:2.1em;background-image:url('data:image/svg+xml,');background-repeat:no-repeat;background-position:right .7em center;background-size:.7em}input:focus-visible,select:focus-visible,textarea:focus-visible{box-shadow:0 0 1px 2px var(--color-interaction-hover)}input::placeholder,textarea::placeholder{color:var(--color-text-secondary)}.content-context input:disabled,.content-context select:disabled,.content-context textarea:disabled{color:rgba(var(--color-rgb-context-button-text),.6)}header.svelte-e0vhve.svelte-e0vhve{padding-block:1rem;height:82px;position:sticky;top:0;z-index:100;border-bottom:1px solid var(--color-frame);background-color:rgba(var(--color-rgb-page),.5);backdrop-filter:blur(17px);-webkit-backdrop-filter:blur(17px);transition:filter .2s ease-in-out}.wrapper.svelte-e0vhve.svelte-e0vhve{margin-inline:auto;padding-inline:2rem;display:flex;justify-content:space-between;align-items:center;gap:2em}@media (max-width: 570px){.wrapper.svelte-e0vhve.svelte-e0vhve{flex-direction:column}}h1.svelte-e0vhve.svelte-e0vhve{line-height:.5em}ul.svelte-e0vhve.svelte-e0vhve{display:flex;gap:1rem}li.svelte-e0vhve a.svelte-e0vhve{padding:.8rem;display:flex;flex-direction:column;gap:.5rem;justify-items:center;align-items:center;position:relative;border-radius:1rem;background-color:var(--color-background);text-transform:uppercase;font-size:.9rem;color:var(--color-text-secondary);transition-property:background-color,border-radius;transition-duration:.1s,.2s;transition-timing-function:linear,cubic-bezier(.175,.885,.32,1.275)}li.svelte-e0vhve a.svelte-e0vhve:hover{border-radius:1.2rem;background-color:var(--color-middleground)}li.svelte-e0vhve a.active.svelte-e0vhve{background-color:var(--color-middleground);color:var(--color-text)}.label.svelte-e0vhve.svelte-e0vhve{margin-block-start:.4rem;padding:.2rem .5rem;position:absolute;top:105%;right:0;opacity:0;border-radius:.2rem;background-color:var(--color-text);white-space:nowrap;font-weight:500;color:var(--color-page);transition:opacity .1s ease-in-out}.label.svelte-e0vhve.svelte-e0vhve:before{width:10px;height:6px;position:absolute;top:-6px;right:1.25rem;background-color:var(--color-text);clip-path:polygon(50% 0%,100% 100%,0% 100%);content:""}a.svelte-e0vhve:hover .label.svelte-e0vhve{opacity:1}.connectionIndicator.svelte-1cyr69k{display:flex;align-items:center;gap:1em}.connectionIndicator.svelte-1cyr69k:after{width:.8rem;height:.8rem;margin-inline-end:-.5em;display:block;position:relative;top:1px;border-radius:100%;background-color:var(--color-text-inverted);animation:svelte-1cyr69k-blink .7s ease-in-out;animation-iteration-count:infinite;content:""}@keyframes svelte-1cyr69k-blink{0%{opacity:.2}70%{opacity:1}}.container.svelte-14ahhss{padding:1rem;display:flex;flex-direction:column;align-items:flex-start;position:fixed;top:100%;translate:0 var(--height);transition:translate .2s cubic-bezier(.175,.885,.32,1.275)}.notification.svelte-14ahhss{margin-block-start:.5rem;padding:.7rem 2rem .8rem 1.5rem;display:flex;gap:1em;align-items:center;position:relative;border-radius:1rem;color:var(--color-text-inverted)}.success.svelte-14ahhss{background-color:var(--color-confirmation)}.error.svelte-14ahhss{background-color:var(--color-danger)}.disabled.svelte-14ahhss{display:none}button.svelte-14ahhss{padding:.6em;margin:-.6em -1.5em -.6em 0;cursor:pointer;line-height:0}button.svelte-14ahhss:hover{color:var(--color-highlight)} diff --git a/gui/next/build/_app/immutable/assets/_page.2eafae4e.css b/gui/next/build/_app/immutable/assets/12.ef2c34c3.css similarity index 64% rename from gui/next/build/_app/immutable/assets/_page.2eafae4e.css rename to gui/next/build/_app/immutable/assets/12.ef2c34c3.css index a88c4d13..2007808e 100644 --- a/gui/next/build/_app/immutable/assets/_page.2eafae4e.css +++ b/gui/next/build/_app/immutable/assets/12.ef2c34c3.css @@ -1 +1 @@ -fieldset.svelte-y4u12o{display:flex;gap:2px;align-items:center}label.svelte-y4u12o{padding-inline-end:.5em}select[name=name].svelte-y4u12o{max-width:20ch;border-start-end-radius:0;border-end-end-radius:0;text-overflow:ellipsis}select[name=operation].svelte-y4u12o{border-radius:0}input[name=value].svelte-y4u12o{width:20ch;border-radius:0}select[name=value].svelte-y4u12o,select[name=minFilter].svelte-y4u12o,select[name=maxFilter].svelte-y4u12o,input[name=minFilterValue].svelte-y4u12o,input[name=maxFilterValue].svelte-y4u12o{border-radius:0}button[type=submit].svelte-y4u12o{border-start-start-radius:0;border-end-start-radius:0}[type=number].svelte-y4u12o{width:10ch}form.svelte-yzlk61.svelte-yzlk61{display:flex;gap:2px;position:relative}select[name=by].svelte-yzlk61.svelte-yzlk61{max-width:14ch;border-start-end-radius:0;border-end-end-radius:0;white-space:nowrap;text-overflow:ellipsis}select[name=order].svelte-yzlk61.svelte-yzlk61{width:50px;position:absolute;inset-inline-end:0;opacity:0;cursor:pointer;z-index:1;overflow:hidden;white-space:nowrap}label.svelte-yzlk61.svelte-yzlk61{position:relative;border-start-start-radius:0;border-end-start-radius:0}select.svelte-yzlk61:hover+label.svelte-yzlk61{background-color:rgba(var(--color-rgb-interaction-hover),.2)}select.svelte-yzlk61:focus-visible+label.svelte-yzlk61{box-shadow:0 0 1px 2px var(--color-interaction-hover)}i.svelte-ooaugn{color:var(--color-danger)}table.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{min-width:100%}thead.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{position:sticky;top:0;z-index:50}th.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{background-color:var(--color-background);white-space:nowrap;font-weight:500}.type.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{font-weight:400;color:var(--color-text-secondary)}td.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk,th.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{padding:.6rem;vertical-align:top;border:1px solid var(--color-frame);transition:background-color .2s linear}.collapsed.svelte-x72ehk td.svelte-x72ehk.svelte-x72ehk{max-width:300px;overflow:hidden;vertical-align:middle;white-space:nowrap;text-overflow:ellipsis}td.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk:first-child,th.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk:first-child{width:4rem;position:sticky;left:0;z-index:10;border-inline-start:0;box-shadow:inset -4px 0 0 0 var(--color-frame)}td.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk:first-child{overflow:visible;background-color:var(--color-page)}th.id.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{text-align:end}td.svelte-x72ehk .id.svelte-x72ehk.svelte-x72ehk{position:relative;display:flex;align-items:center;justify-content:space-between;gap:.7em}.date.svelte-x72ehk span.svelte-x72ehk.svelte-x72ehk{color:var(--color-text-secondary)}.highlighted.svelte-x72ehk td.svelte-x72ehk.svelte-x72ehk{background-color:var(--color-highlight)}.value-null.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{text-transform:uppercase;font-size:.9em;color:var(--color-text-secondary)}.combo.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{background-color:transparent;opacity:0;transition:opacity .1s linear}.combo.svelte-x72ehk .button.svelte-x72ehk.svelte-x72ehk:first-child{padding-inline:.1rem 0}tr.svelte-x72ehk:hover .combo.svelte-x72ehk.svelte-x72ehk{opacity:.5}tr.svelte-x72ehk:hover .combo.svelte-x72ehk.svelte-x72ehk:hover{opacity:1}tr.svelte-x72ehk:hover .combo .button.svelte-x72ehk.svelte-x72ehk:hover{background-color:var(--color-background)}.delete.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{width:50px}menu.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{display:none;position:absolute;left:.5rem;top:100%;z-index:20;overflow:hidden;border-radius:1rem;white-space:nowrap}menu.active.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{display:block}td.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk:first-child:hover{z-index:30}menu.svelte-x72ehk li.svelte-x72ehk+li.svelte-x72ehk{border-block-start:1px solid var(--color-context-input-background)}menu.svelte-x72ehk button{width:100%;padding:.5rem 1rem;display:flex;align-items:center;gap:.5em;line-height:0}menu.svelte-x72ehk button:hover{background-color:var(--color-context-button-background-hover)}menu.svelte-x72ehk li.svelte-x72ehk:last-child button{padding-block-end:.6rem}.toggle.svelte-1dpe1av.svelte-1dpe1av.svelte-1dpe1av{display:flex;align-items:center;gap:.5em}.toggle.svelte-1dpe1av input[type=radio].svelte-1dpe1av.svelte-1dpe1av{position:absolute;left:-100vw}.toggle.svelte-1dpe1av label.svelte-1dpe1av.svelte-1dpe1av{cursor:pointer;transition:opacity .1s linear}.toggle.svelte-1dpe1av .switcher.svelte-1dpe1av.svelte-1dpe1av{width:2rem;height:.8rem;display:inline-block;position:relative;top:2px;border:1px solid var(--color-frame);border-radius:1rem}.toggle.svelte-1dpe1av .switcher.svelte-1dpe1av.svelte-1dpe1av:before{width:1rem;position:absolute;left:1px;top:1px;bottom:1px;border-radius:1rem;background-color:var(--color-frame);content:"";transition:translate .2s cubic-bezier(.075,.82,.165,1)}.toggle.svelte-1dpe1av input[type=radio]:checked .switcher.svelte-1dpe1av.svelte-1dpe1av:before{left:1px}.toggle.svelte-1dpe1av input[type=radio].svelte-1dpe1av:not(:checked)+label.svelte-1dpe1av{opacity:.5}.toggle.svelte-1dpe1av:has(.switcher + input[type="radio"]:checked) .switcher.svelte-1dpe1av.svelte-1dpe1av:before{translate:.85em 0}.toggle.svelte-1dpe1av:has(input[type="radio"]:focus-visible) .switcher.svelte-1dpe1av.svelte-1dpe1av{border-color:var(--color-interaction-hover)}.toggle.svelte-1dpe1av:has(input[type="radio"]:focus-visible) .switcher.svelte-1dpe1av.svelte-1dpe1av:before{background-color:var(--color-interaction-hover)}dialog.svelte-yslxja.svelte-yslxja{height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;position:absolute;inset:0;z-index:100}dialog.svelte-yslxja.svelte-yslxja::backdrop{background-color:rgba(var(--color-rgb-background),.6)}.content.svelte-yslxja.svelte-yslxja{width:clamp(300px,800px,80vw);max-height:94vh;overflow:auto;border-radius:1rem}form.svelte-yslxja.svelte-yslxja{display:flex;flex-direction:column;gap:1rem;padding:2rem}fieldset.svelte-yslxja.svelte-yslxja{display:grid;grid-template-columns:1fr 2fr;gap:1rem}fieldset.svelte-yslxja+fieldset.svelte-yslxja{margin-block-start:2rem}label.svelte-yslxja.svelte-yslxja{word-break:break-all}.type.svelte-yslxja.svelte-yslxja{margin-block-start:.2rem;opacity:.5;font-size:.9em}textarea.svelte-yslxja.svelte-yslxja{width:100%;max-height:40rem}[role=alert].svelte-yslxja.svelte-yslxja:not(:empty){margin-block-start:.5em;padding:.5em 1em .6em;position:relative;border-radius:1rem;background-color:var(--color-danger)}[role=alert].svelte-yslxja.svelte-yslxja:not(:empty):before{width:1em;height:.5em;position:absolute;top:-6px;right:1rem;clip-path:polygon(50% 0%,0% 100%,100% 100%);background-color:var(--color-danger);content:""}.footer.svelte-yslxja.svelte-yslxja{padding:1.5rem 0;position:sticky;bottom:0;gap:1rem;background-color:var(--color-context)}.error.svelte-yslxja li.svelte-yslxja{margin-block-end:1rem;padding:1rem;border-radius:1rem;background-color:var(--color-danger);color:var(--color-text-inverted)}.actions.svelte-yslxja.svelte-yslxja{display:flex;align-items:center;justify-content:space-between}section.svelte-74kh9t{height:calc(100vh - 82px);flex-grow:1;display:flex;flex-direction:column;overflow:auto;position:relative}nav.svelte-74kh9t{padding:1rem;display:flex;flex-wrap:wrap;gap:1rem;align-items:center;position:sticky;left:0;background-color:var(--color-background)}nav.svelte-74kh9t>*:first-child{margin-inline-end:auto}.refreshing.svelte-74kh9t,.refreshing.svelte-74kh9t:hover{background-color:var(--color-interaction-active);color:var(--color-text-inverted)!important}.refreshing.svelte-74kh9t svg{color:var(--color-text-inverted)!important}.pagination.svelte-74kh9t{margin-block-start:auto;display:flex;align-items:center;gap:1rem;position:sticky;bottom:0;left:0;right:0;z-index:20}#viewOptions.svelte-74kh9t{margin-inline-start:auto;display:flex;gap:1rem} +fieldset.svelte-y4u12o{display:flex;gap:2px;align-items:center}label.svelte-y4u12o{padding-inline-end:.5em}select[name=name].svelte-y4u12o{max-width:20ch;border-start-end-radius:0;border-end-end-radius:0;text-overflow:ellipsis}select[name=operation].svelte-y4u12o{border-radius:0}input[name=value].svelte-y4u12o{width:20ch;border-radius:0}select[name=value].svelte-y4u12o,select[name=minFilter].svelte-y4u12o,select[name=maxFilter].svelte-y4u12o,input[name=minFilterValue].svelte-y4u12o,input[name=maxFilterValue].svelte-y4u12o{border-radius:0}button[type=submit].svelte-y4u12o{border-start-start-radius:0;border-end-start-radius:0}[type=number].svelte-y4u12o{width:10ch}form.svelte-yzlk61.svelte-yzlk61{display:flex;gap:2px;position:relative}select[name=by].svelte-yzlk61.svelte-yzlk61{max-width:14ch;border-start-end-radius:0;border-end-end-radius:0;white-space:nowrap;text-overflow:ellipsis}select[name=order].svelte-yzlk61.svelte-yzlk61{width:50px;position:absolute;inset-inline-end:0;opacity:0;cursor:pointer;z-index:1;overflow:hidden;white-space:nowrap}label.svelte-yzlk61.svelte-yzlk61{position:relative;border-start-start-radius:0;border-end-start-radius:0}select.svelte-yzlk61:hover+label.svelte-yzlk61{background-color:rgba(var(--color-rgb-interaction-hover),.2)}select.svelte-yzlk61:focus-visible+label.svelte-yzlk61{box-shadow:0 0 1px 2px var(--color-interaction-hover)}i.svelte-ooaugn{color:var(--color-danger)}table.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{min-width:100%}thead.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{position:sticky;top:0;z-index:50}th.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{background-color:var(--color-background);white-space:nowrap;font-weight:500}.type.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{font-weight:400;color:var(--color-text-secondary)}td.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk,th.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{padding:.6rem;vertical-align:top;border:1px solid var(--color-frame);transition:background-color .2s linear}.collapsed.svelte-x72ehk td.svelte-x72ehk.svelte-x72ehk{max-width:300px;overflow:hidden;vertical-align:middle;white-space:nowrap;text-overflow:ellipsis}td.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk:first-child,th.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk:first-child{width:4rem;position:sticky;left:0;z-index:10;border-inline-start:0;box-shadow:inset -4px 0 0 0 var(--color-frame)}td.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk:first-child{overflow:visible;background-color:var(--color-page)}th.id.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{text-align:end}td.svelte-x72ehk .id.svelte-x72ehk.svelte-x72ehk{position:relative;display:flex;align-items:center;justify-content:space-between;gap:.7em}.date.svelte-x72ehk span.svelte-x72ehk.svelte-x72ehk{color:var(--color-text-secondary)}.highlighted.svelte-x72ehk td.svelte-x72ehk.svelte-x72ehk{background-color:var(--color-highlight)}.value-null.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{text-transform:uppercase;font-size:.9em;color:var(--color-text-secondary)}.combo.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{background-color:transparent;opacity:0;transition:opacity .1s linear}.combo.svelte-x72ehk .button.svelte-x72ehk.svelte-x72ehk:first-child{padding-inline:.1rem 0}tr.svelte-x72ehk:hover .combo.svelte-x72ehk.svelte-x72ehk{opacity:.5}tr.svelte-x72ehk:hover .combo.svelte-x72ehk.svelte-x72ehk:hover{opacity:1}tr.svelte-x72ehk:hover .combo .button.svelte-x72ehk.svelte-x72ehk:hover{background-color:var(--color-background)}.delete.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{width:50px}menu.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{display:none;position:absolute;left:.5rem;top:100%;z-index:20;overflow:hidden;border-radius:1rem;white-space:nowrap}menu.active.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{display:block}td.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk:first-child:hover{z-index:30}menu.svelte-x72ehk li.svelte-x72ehk+li.svelte-x72ehk{border-block-start:1px solid var(--color-context-input-background)}menu.svelte-x72ehk button{width:100%;padding:.5rem 1rem;display:flex;align-items:center;gap:.5em;line-height:0}menu.svelte-x72ehk button:hover{background-color:var(--color-context-button-background-hover)}menu.svelte-x72ehk li.svelte-x72ehk:last-child button{padding-block-end:.6rem}.toggle.svelte-1dpe1av.svelte-1dpe1av.svelte-1dpe1av{display:flex;align-items:center;gap:.5em}.toggle.svelte-1dpe1av input[type=radio].svelte-1dpe1av.svelte-1dpe1av{position:absolute;left:-100vw}.toggle.svelte-1dpe1av label.svelte-1dpe1av.svelte-1dpe1av{cursor:pointer;transition:opacity .1s linear}.toggle.svelte-1dpe1av .switcher.svelte-1dpe1av.svelte-1dpe1av{width:2rem;height:.8rem;display:inline-block;position:relative;top:2px;border:1px solid var(--color-frame);border-radius:1rem}.toggle.svelte-1dpe1av .switcher.svelte-1dpe1av.svelte-1dpe1av:before{width:1rem;position:absolute;left:1px;top:1px;bottom:1px;border-radius:1rem;background-color:var(--color-frame);content:"";transition:translate .2s cubic-bezier(.075,.82,.165,1)}.toggle.svelte-1dpe1av input[type=radio]:checked .switcher.svelte-1dpe1av.svelte-1dpe1av:before{left:1px}.toggle.svelte-1dpe1av input[type=radio].svelte-1dpe1av:not(:checked)+label.svelte-1dpe1av{opacity:.5}.toggle.svelte-1dpe1av:has(.switcher+input[type=radio]:checked) .switcher.svelte-1dpe1av.svelte-1dpe1av:before{translate:.85em 0}.toggle.svelte-1dpe1av:has(input[type=radio]:focus-visible) .switcher.svelte-1dpe1av.svelte-1dpe1av{border-color:var(--color-interaction-hover)}.toggle.svelte-1dpe1av:has(input[type=radio]:focus-visible) .switcher.svelte-1dpe1av.svelte-1dpe1av:before{background-color:var(--color-interaction-hover)}dialog.svelte-yslxja.svelte-yslxja{height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;bottom:0;left:0;z-index:100}dialog.svelte-yslxja.svelte-yslxja::backdrop{background-color:rgba(var(--color-rgb-background),.6)}.content.svelte-yslxja.svelte-yslxja{width:clamp(300px,800px,80vw);max-height:94vh;overflow:auto;border-radius:1rem}form.svelte-yslxja.svelte-yslxja{display:flex;flex-direction:column;gap:1rem;padding:2rem}fieldset.svelte-yslxja.svelte-yslxja{display:grid;grid-template-columns:1fr 2fr;gap:1rem}fieldset.svelte-yslxja+fieldset.svelte-yslxja{margin-block-start:2rem}label.svelte-yslxja.svelte-yslxja{word-break:break-all}.type.svelte-yslxja.svelte-yslxja{margin-block-start:.2rem;opacity:.5;font-size:.9em}textarea.svelte-yslxja.svelte-yslxja{width:100%;max-height:40rem}[role=alert].svelte-yslxja.svelte-yslxja:not(:empty){margin-block-start:.5em;padding:.5em 1em .6em;position:relative;border-radius:1rem;background-color:var(--color-danger)}[role=alert].svelte-yslxja.svelte-yslxja:not(:empty):before{width:1em;height:.5em;position:absolute;top:-6px;right:1rem;clip-path:polygon(50% 0%,0% 100%,100% 100%);background-color:var(--color-danger);content:""}.footer.svelte-yslxja.svelte-yslxja{padding:1.5rem 0;position:sticky;bottom:0;gap:1rem;background-color:var(--color-context)}.error.svelte-yslxja li.svelte-yslxja{margin-block-end:1rem;padding:1rem;border-radius:1rem;background-color:var(--color-danger);color:var(--color-text-inverted)}.actions.svelte-yslxja.svelte-yslxja{display:flex;align-items:center;justify-content:space-between}section.svelte-74kh9t{height:calc(100vh - 82px);flex-grow:1;display:flex;flex-direction:column;overflow:auto;position:relative}nav.svelte-74kh9t{padding:1rem;display:flex;flex-wrap:wrap;gap:1rem;align-items:center;position:sticky;left:0;background-color:var(--color-background)}nav.svelte-74kh9t>*:first-child{margin-inline-end:auto}.refreshing.svelte-74kh9t,.refreshing.svelte-74kh9t:hover{background-color:var(--color-interaction-active);color:var(--color-text-inverted)!important}.refreshing.svelte-74kh9t svg{color:var(--color-text-inverted)!important}.pagination.svelte-74kh9t{margin-block-start:auto;display:flex;align-items:center;gap:1rem;position:sticky;bottom:0;left:0;right:0;z-index:20}#viewOptions.svelte-74kh9t{margin-inline-start:auto;display:flex;gap:1rem} diff --git a/gui/next/build/_app/immutable/assets/JSONTree.79010849.css b/gui/next/build/_app/immutable/assets/JSONTree.79010849.css new file mode 100644 index 00000000..a6f1cce3 --- /dev/null +++ b/gui/next/build/_app/immutable/assets/JSONTree.79010849.css @@ -0,0 +1 @@ +.container.svelte-1qd6nto{display:inline-block;transform:translate(calc(0px - var(--li-identation)),-50%);position:absolute;top:50%;padding-right:100%}.arrow.svelte-1qd6nto{transform-origin:25% 50%;position:relative;line-height:1.1em;font-size:.75em;margin-left:0;transition:.15s;color:var(--arrow-color);-webkit-user-select:none;user-select:none;font-family:Courier New,Courier,monospace;display:block}.expanded.svelte-1qd6nto{transform:rotate(90deg) translate(-3px)}.root.svelte-19drypg{display:inline-block;position:relative}.indent.svelte-19drypg{padding-left:var(--li-identation)}.label.svelte-19drypg{position:relative}.comma.svelte-150ffaa{margin-left:-.5em;margin-right:.5em}.Date.svelte-l95iub{color:var(--date-color)}.BigInt.svelte-l95iub,.Number.svelte-l95iub{color:var(--number-color)}.Boolean.svelte-l95iub{color:var(--boolean-color)}.Null.svelte-l95iub{color:var(--null-color)}.Undefined.svelte-l95iub{color:var(--undefined-color)}.Symbol.svelte-l95iub{color:var(--symbol-color)}.indent.svelte-1u08yw6{padding-left:var(--li-identation)}span.svelte-1fvwa9c{color:var(--string-color);word-break:break-all;word-wrap:break-word}.i.svelte-1eamqdt{font-style:italic}.fn.svelte-1eamqdt,.i.svelte-1eamqdt{color:var(--function-color)}.regex.svelte-17k1wqt{color:var(--regex-color)}ul.svelte-16cw61f{--string-color:var(--json-tree-string-color, #cb3f41);--symbol-color:var(--json-tree-symbol-color, #cb3f41);--boolean-color:var(--json-tree-boolean-color, #112aa7);--function-color:var(--json-tree-function-color, #112aa7);--number-color:var(--json-tree-number-color, #3029cf);--label-color:var(--json-tree-label-color, #871d8f);--property-color:var(--json-tree-property-color, #000000);--arrow-color:var(--json-tree-arrow-color, #727272);--operator-color:var(--json-tree-operator-color, #727272);--null-color:var(--json-tree-null-color, #8d8d8d);--undefined-color:var(--json-tree-undefined-color, #8d8d8d);--date-color:var(--json-tree-date-color, #8d8d8d);--internal-color:var(--json-tree-internal-color, grey);--regex-color:var(--json-tree-regex-color, var(--string-color));--li-identation:var(--json-tree-li-indentation, 1em);--li-line-height:var(--json-tree-li-line-height, 1.3);font-size:var(--json-tree-font-size, 12px);font-family:var(--json-tree-font-family, "Courier New", Courier, monospace)}ul.svelte-16cw61f li{line-height:var(--li-line-height);display:var(--li-display, list-item);list-style:none}ul.svelte-16cw61f,ul.svelte-16cw61f ul{padding:0;margin:0}ul.svelte-16cw61f{margin-left:var(--li-identation)}ul.svelte-16cw61f{cursor:default}ul.svelte-16cw61f .label{color:var(--label-color)}ul.svelte-16cw61f .property{color:var(--property-color)}ul.svelte-16cw61f .internal{color:var(--internal-color)}ul.svelte-16cw61f .operator{color:var(--operator-color)}div.svelte-1ajfzk1 .root{display:none}div.svelte-1ajfzk1 .arrow{top:2px;cursor:pointer}div.svelte-1ajfzk1 .indent{max-width:600px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}div.showFullLines.svelte-1ajfzk1 .indent{max-width:auto;overflow:visible;white-space:normal;word-wrap:break-word;text-overflow:unset}div.svelte-1ajfzk1 div>ul{margin-left:0}div.svelte-1ajfzk1 div>ul>ul>.indent{padding-left:0} diff --git a/gui/next/build/_app/immutable/assets/_layout.8dcd8cd3.css b/gui/next/build/_app/immutable/assets/_layout.8dcd8cd3.css deleted file mode 100644 index 7a525f28..00000000 --- a/gui/next/build/_app/immutable/assets/_layout.8dcd8cd3.css +++ /dev/null @@ -1 +0,0 @@ -*:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}*,*:before,*:after{box-sizing:border-box}a,button{cursor:revert}ol,ul,menu{list-style:none}img{max-width:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}input[type=radio]{all:revert}textarea{white-space:revert}meter{-webkit-appearance:revert;appearance:revert}::placeholder{color:unset}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable="false"])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable="true"]){-webkit-user-drag:element}html{font-family:sans-serif}:root,::backdrop{--color-light-rgb-text: 74, 74, 74;--color-light-rgb-text-secondary: 146, 146, 146;--color-light-rgb-text-inverted: 255, 255, 255;--color-light-rgb-interaction: 25, 79, 144;--color-light-rgb-interaction-hover: 58, 141, 222;--color-light-rgb-interaction-active: 50, 130, 210;--color-light-rgb-frame: 221, 221, 221;--color-light-rgb-page: 255, 255, 255;--color-light-rgb-background: 245, 246, 252;--color-light-rgb-middleground: 235, 236, 242;--color-light-rgb-context: 53, 55, 57;--color-light-rgb-confirmation: 30, 142, 73;--color-light-rgb-danger: 199, 46, 46;--color-light-rgb-highlight: 250, 240, 211;--color-light-context-input-background: 87, 90, 92;--color-light-context-button-background: 28, 29, 30;--color-light-context-button-background-hover: 36, 42, 49;--color-light-context-button-text: 255, 255, 255;--color-dark-rgb-text: 208, 212, 218;--color-dark-rgb-text-secondary: 114, 148, 152;--colot-light-rgb-text-inverted: 0, 0, 0;--color-dark-rgb-interaction: 100, 180, 200;--color-dark-rgb-interaction-hover: 130, 210, 230;--color-dark-rgb-interaction-active: 115, 195, 215;--color-dark-rgb-frame: 47, 61, 76;--color-dark-rgb-page: 29, 40, 51;--color-dark-rgb-background: 19, 32, 45;--color-dark-rgb-middleground: 15, 25, 35;--color-dark-rgb-context: 21, 29, 38;--color-dark-rgb-confirmation: 30, 142, 73;--color-dark-rgb-danger: 221, 89, 89;--color-dark-rgb-highlight: 106, 62, 10;--color-dark-context-input-background: 87, 90, 92;--color-dark-context-button-background: 41, 48, 57;--color-dark-context-button-background-hover: 61, 68, 78;--color-dark-context-button-text: 255, 255, 255}:root,::backdrop{--color-rgb-text: var(--color-light-rgb-text);--color-rgb-text-secondary: var(--color-light-rgb-text-secondary);--color-rgb-text-inverted: var(--color-light-rgb-text-inverted);--color-rgb-interaction: var(--color-light-rgb-interaction);--color-rgb-interaction-hover: var(--color-light-rgb-interaction-hover);--color-rgb-interaction-active: var(--color-light-rgb-interaction-active);--color-rgb-frame: var(--color-light-rgb-frame);--color-rgb-page: var(--color-light-rgb-page);--color-rgb-background: var(--color-light-rgb-background);--color-rgb-middleground: var(--color-light-rgb-middleground);--color-rgb-context: var(--color-light-rgb-context);--color-rgb-confirmation: var(--color-light-rgb-confirmation);--color-rgb-danger: var(--color-light-rgb-danger);--color-rgb-highlight: var(--color-light-rgb-highlight);--color-rgb-context-input-background: var(--color-light-context-input-background);--color-rgb-context-button-background: var(--color-light-context-button-background);--color-rgb-context-button-background-hover: var(--color-light-context-button-background-hover);--color-rgb-context-button-text: var(--color-light-context-button-text)}@media (prefers-color-scheme: dark){:root,::backdrop{--color-rgb-text: var(--color-dark-rgb-text);--color-rgb-text-secondary: var(--color-dark-rgb-text-secondary);--color-rgb-text-inverted: var(--color-dark-rgb-text-inverted);--color-rgb-interaction: var(--color-dark-rgb-interaction);--color-rgb-interaction-hover: var(--color-dark-rgb-interaction-hover);--color-rgb-interaction-active: var(--color-dark-rgb-interaction-active);--color-rgb-frame: var(--color-dark-rgb-frame);--color-rgb-page: var(--color-dark-rgb-page);--color-rgb-background: var(--color-dark-rgb-background);--color-rgb-middleground: var(--color-dark-rgb-middleground);--color-rgb-context: var(--color-dark-rgb-context);--color-rgb-confirmation: var(--color-dark-rgb-confirmation);--color-rgb-danger: var(--color-dark-rgb-danger);--color-rgb-highlight: var(--color-dark-rgb-highlight);--color-rgb-context-input-background: var(--color-dark-context-input-background);--color-rgb-context-button-background: var(--color-dark-context-button-background);--color-rgb-context-button-background-hover: var(--color-dark-context-button-background-hover);--color-rgb-context-button-text: var(--color-dark-context-button-text)}}:root{--color-text: rgb(var(--color-rgb-text));--color-text-secondary: rgb(var(--color-rgb-text-secondary));--color-text-inverted: rgb(var(--color-rgb-text-inverted));--color-interaction: rgb(var(--color-rgb-interaction));--color-interaction-hover: rgb(var(--color-rgb-interaction-hover));--color-interaction-active: rgb(var(--color-rgb-interaction-active));--color-frame: rgb(var(--color-rgb-frame));--color-page: rgb(var(--color-rgb-page));--color-background: rgb(var(--color-rgb-background));--color-middleground: rgb(var(--color-rgb-middleground));--color-context: rgb(var(--color-rgb-context));--color-confirmation: rgb(var(--color-rgb-confirmation));--color-danger: rgb(var(--color-rgb-danger));--color-highlight: rgb(var(--color-rgb-highlight));--color-context-input-background: rgb(var(--color-rgb-context-input-background));--color-context-button-background: rgb(var(--color-rgb-context-button-background));--color-context-button-background-hover: rgb(var(--color-rgb-context-button-background-hover));--color-context-button-text: rgb(var(--color-rgb-context-button-text))}:root{--space-page: 2rem}:root{--font-normal: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"}body{background-color:var(--color-page);font-family:var(--font-normal);color:var(--color-text)}.content-context{background-color:var(--color-context);color:var(--color-text-inverted)}a{transition-property:color,background-color;transition-duration:.1s;transition-timing-function:ease-in-out}.stamp{position:absolute;left:-100vw}kbd{padding:.4em .2em;border-radius:.2em;background-color:var(--color-middleground);text-transform:uppercase;line-height:.6em;font-family:monospace}.button{padding:.7rem 1rem;display:inline-flex;align-items:center;gap:.6em;border-radius:.5rem;background-color:var(--color-middleground);leading-trim:both;line-height:1em;color:var(--color-text);transition:all .1s linear}button:not([disabled]){cursor:pointer}.button:hover{background-color:rgba(var(--color-rgb-interaction-hover),.2)}.button:focus-visible{box-shadow:0 0 1px 2px var(--color-interaction-hover)}.button.active{background-color:rgba(var(--color-rgb-interaction-hover),.1)}.content-context .button{background-color:var(--color-context-button-background);color:var(--color-context-button-text)}.content-context .button:hover{background-color:var(--color-context-button-background-hover)}.content-context .button:hover svg{color:currentColor}.button svg{width:18px;height:18px;margin-block:-.04rem;pointer-events:none}.button:hover svg{color:var(--color-interaction)}.button:has(svg){padding-block:.64rem}button .label{position:absolute;left:-100vw}.combo{display:flex;gap:1px}.combo button:first-child{border-radius:.5rem 0 0 .5rem}.combo button:last-child{border-radius:0 .5rem .5rem 0}.button.compact{padding:.4rem}.button.danger{color:var(--color-danger)}.button.confirmation{background-color:rgba(var(--color-rgb-confirmation),.2);color:var(--color-confirmation)}.button.confirmation:hover{color:var(--color-confirmation)}.button.confirmation:hover svg{color:inherit}input,select,textarea{padding:.5rem 1rem;border-radius:.5rem;background-color:var(--color-middleground);transition-property:background-color,box-shadow,color;transition-duration:.1s;transition-timing-function:linear}textarea{padding:1rem}.content-context textarea{background-color:var(--color-context-input-background)}select{padding-inline-end:2.1em;background-image:url('data:image/svg+xml,');background-repeat:no-repeat;background-position:right .7em center;background-size:.7em}input:focus-visible,select:focus-visible,textarea:focus-visible{box-shadow:0 0 1px 2px var(--color-interaction-hover)}input::placeholder,textarea::placeholder{color:var(--color-text-secondary)}.content-context input:disabled,.content-context select:disabled,.content-context textarea:disabled{color:rgba(var(--color-rgb-context-button-text),.6)}header.svelte-e0vhve.svelte-e0vhve{padding-block:1rem;height:82px;position:sticky;top:0;z-index:100;border-bottom:1px solid var(--color-frame);background-color:rgba(var(--color-rgb-page),.5);backdrop-filter:blur(17px);-webkit-backdrop-filter:blur(17px);transition:filter .2s ease-in-out}.wrapper.svelte-e0vhve.svelte-e0vhve{margin-inline:auto;padding-inline:2rem;display:flex;justify-content:space-between;align-items:center;gap:2em}@media (max-width: 570px){.wrapper.svelte-e0vhve.svelte-e0vhve{flex-direction:column}}h1.svelte-e0vhve.svelte-e0vhve{line-height:.5em}ul.svelte-e0vhve.svelte-e0vhve{display:flex;gap:1rem}li.svelte-e0vhve a.svelte-e0vhve{padding:.8rem;display:flex;flex-direction:column;gap:.5rem;justify-items:center;align-items:center;position:relative;border-radius:1rem;background-color:var(--color-background);text-transform:uppercase;font-size:.9rem;color:var(--color-text-secondary);transition-property:background-color,border-radius;transition-duration:.1s,.2s;transition-timing-function:linear,cubic-bezier(.175,.885,.32,1.275)}li.svelte-e0vhve a.svelte-e0vhve:hover{border-radius:1.2rem;background-color:var(--color-middleground)}li.svelte-e0vhve a.active.svelte-e0vhve{background-color:var(--color-middleground);color:var(--color-text)}.label.svelte-e0vhve.svelte-e0vhve{margin-block-start:.4rem;padding:.2rem .5rem;position:absolute;top:105%;right:0;opacity:0;border-radius:.2rem;background-color:var(--color-text);white-space:nowrap;font-weight:500;color:var(--color-page);transition:opacity .1s ease-in-out}.label.svelte-e0vhve.svelte-e0vhve:before{width:10px;height:6px;position:absolute;top:-6px;right:1.25rem;background-color:var(--color-text);clip-path:polygon(50% 0%,100% 100%,0% 100%);content:""}a.svelte-e0vhve:hover .label.svelte-e0vhve{opacity:1}.connectionIndicator.svelte-1cyr69k{display:flex;align-items:center;gap:1em}.connectionIndicator.svelte-1cyr69k:after{width:.8rem;height:.8rem;margin-inline-end:-.5em;display:block;position:relative;top:1px;border-radius:100%;background-color:var(--color-text-inverted);animation:svelte-1cyr69k-blink .7s ease-in-out;animation-iteration-count:infinite;content:""}@keyframes svelte-1cyr69k-blink{0%{opacity:.2}70%{opacity:1}}.container.svelte-14ahhss{padding:1rem;display:flex;flex-direction:column;align-items:flex-start;position:fixed;top:100%;translate:0 var(--height);transition:translate .2s cubic-bezier(.175,.885,.32,1.275)}.notification.svelte-14ahhss{margin-block-start:.5rem;padding:.7rem 2rem .8rem 1.5rem;display:flex;gap:1em;align-items:center;position:relative;border-radius:1rem;color:var(--color-text-inverted)}.success.svelte-14ahhss{background-color:var(--color-confirmation)}.error.svelte-14ahhss{background-color:var(--color-danger)}.disabled.svelte-14ahhss{display:none}button.svelte-14ahhss{padding:.6em;margin:-.6em -1.5em -.6em 0;cursor:pointer;line-height:0}button.svelte-14ahhss:hover{color:var(--color-highlight)} diff --git a/gui/next/build/_app/immutable/assets/_layout.c00d8b0a.css b/gui/next/build/_app/immutable/assets/_layout.c00d8b0a.css new file mode 100644 index 00000000..bcaa487c --- /dev/null +++ b/gui/next/build/_app/immutable/assets/_layout.c00d8b0a.css @@ -0,0 +1 @@ +*:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}*,*:before,*:after{box-sizing:border-box}a,button{cursor:revert}ol,ul,menu{list-style:none}img{max-width:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}input[type=radio]{all:revert}textarea{white-space:revert}meter{-webkit-appearance:revert;appearance:revert}::placeholder{color:unset}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable=true]){-webkit-user-drag:element}html{font-family:sans-serif}:root,::backdrop{--color-light-rgb-text: 74, 74, 74;--color-light-rgb-text-secondary: 146, 146, 146;--color-light-rgb-text-inverted: 255, 255, 255;--color-light-rgb-interaction: 25, 79, 144;--color-light-rgb-interaction-hover: 58, 141, 222;--color-light-rgb-interaction-active: 50, 130, 210;--color-light-rgb-frame: 221, 221, 221;--color-light-rgb-page: 255, 255, 255;--color-light-rgb-background: 245, 246, 252;--color-light-rgb-middleground: 235, 236, 242;--color-light-rgb-context: 53, 55, 57;--color-light-rgb-confirmation: 30, 142, 73;--color-light-rgb-danger: 199, 46, 46;--color-light-rgb-highlight: 250, 240, 211;--color-light-context-input-background: 87, 90, 92;--color-light-context-button-background: 28, 29, 30;--color-light-context-button-background-hover: 36, 42, 49;--color-light-context-button-text: 255, 255, 255;--color-dark-rgb-text: 208, 212, 218;--color-dark-rgb-text-secondary: 114, 148, 152;--colot-light-rgb-text-inverted: 0, 0, 0;--color-dark-rgb-interaction: 100, 180, 200;--color-dark-rgb-interaction-hover: 130, 210, 230;--color-dark-rgb-interaction-active: 115, 195, 215;--color-dark-rgb-frame: 47, 61, 76;--color-dark-rgb-page: 29, 40, 51;--color-dark-rgb-background: 19, 32, 45;--color-dark-rgb-middleground: 15, 25, 35;--color-dark-rgb-context: 21, 29, 38;--color-dark-rgb-confirmation: 30, 142, 73;--color-dark-rgb-danger: 221, 89, 89;--color-dark-rgb-highlight: 106, 62, 10;--color-dark-context-input-background: 87, 90, 92;--color-dark-context-button-background: 41, 48, 57;--color-dark-context-button-background-hover: 61, 68, 78;--color-dark-context-button-text: 255, 255, 255}:root,::backdrop{--color-rgb-text: var(--color-light-rgb-text);--color-rgb-text-secondary: var(--color-light-rgb-text-secondary);--color-rgb-text-inverted: var(--color-light-rgb-text-inverted);--color-rgb-interaction: var(--color-light-rgb-interaction);--color-rgb-interaction-hover: var(--color-light-rgb-interaction-hover);--color-rgb-interaction-active: var(--color-light-rgb-interaction-active);--color-rgb-frame: var(--color-light-rgb-frame);--color-rgb-page: var(--color-light-rgb-page);--color-rgb-background: var(--color-light-rgb-background);--color-rgb-middleground: var(--color-light-rgb-middleground);--color-rgb-context: var(--color-light-rgb-context);--color-rgb-confirmation: var(--color-light-rgb-confirmation);--color-rgb-danger: var(--color-light-rgb-danger);--color-rgb-highlight: var(--color-light-rgb-highlight);--color-rgb-context-input-background: var(--color-light-context-input-background);--color-rgb-context-button-background: var(--color-light-context-button-background);--color-rgb-context-button-background-hover: var(--color-light-context-button-background-hover);--color-rgb-context-button-text: var(--color-light-context-button-text)}@media (prefers-color-scheme: dark){:root,::backdrop{--color-rgb-text: var(--color-dark-rgb-text);--color-rgb-text-secondary: var(--color-dark-rgb-text-secondary);--color-rgb-text-inverted: var(--color-dark-rgb-text-inverted);--color-rgb-interaction: var(--color-dark-rgb-interaction);--color-rgb-interaction-hover: var(--color-dark-rgb-interaction-hover);--color-rgb-interaction-active: var(--color-dark-rgb-interaction-active);--color-rgb-frame: var(--color-dark-rgb-frame);--color-rgb-page: var(--color-dark-rgb-page);--color-rgb-background: var(--color-dark-rgb-background);--color-rgb-middleground: var(--color-dark-rgb-middleground);--color-rgb-context: var(--color-dark-rgb-context);--color-rgb-confirmation: var(--color-dark-rgb-confirmation);--color-rgb-danger: var(--color-dark-rgb-danger);--color-rgb-highlight: var(--color-dark-rgb-highlight);--color-rgb-context-input-background: var(--color-dark-context-input-background);--color-rgb-context-button-background: var(--color-dark-context-button-background);--color-rgb-context-button-background-hover: var(--color-dark-context-button-background-hover);--color-rgb-context-button-text: var(--color-dark-context-button-text)}}:root{--color-text: rgb(var(--color-rgb-text));--color-text-secondary: rgb(var(--color-rgb-text-secondary));--color-text-inverted: rgb(var(--color-rgb-text-inverted));--color-interaction: rgb(var(--color-rgb-interaction));--color-interaction-hover: rgb(var(--color-rgb-interaction-hover));--color-interaction-active: rgb(var(--color-rgb-interaction-active));--color-frame: rgb(var(--color-rgb-frame));--color-page: rgb(var(--color-rgb-page));--color-background: rgb(var(--color-rgb-background));--color-middleground: rgb(var(--color-rgb-middleground));--color-context: rgb(var(--color-rgb-context));--color-confirmation: rgb(var(--color-rgb-confirmation));--color-danger: rgb(var(--color-rgb-danger));--color-highlight: rgb(var(--color-rgb-highlight));--color-context-input-background: rgb(var(--color-rgb-context-input-background));--color-context-button-background: rgb(var(--color-rgb-context-button-background));--color-context-button-background-hover: rgb(var(--color-rgb-context-button-background-hover));--color-context-button-text: rgb(var(--color-rgb-context-button-text))}:root{--space-page: 2rem}:root{--font-normal: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"}body{background-color:var(--color-page);font-family:var(--font-normal);color:var(--color-text)}.content-context{background-color:var(--color-context);color:var(--color-text-inverted)}a{transition-property:color,background-color;transition-duration:.1s;transition-timing-function:ease-in-out}.stamp{position:absolute;left:-100vw}kbd{padding:.4em .2em;border-radius:.2em;background-color:var(--color-middleground);text-transform:uppercase;line-height:.6em;font-family:monospace}.button{padding:.7rem 1rem;display:inline-flex;align-items:center;gap:.6em;border-radius:.5rem;background-color:var(--color-middleground);leading-trim:both;line-height:1em;color:var(--color-text);transition:all .1s linear}button:not([disabled]){cursor:pointer}.button:hover{background-color:rgba(var(--color-rgb-interaction-hover),.2)}.button:focus-visible{box-shadow:0 0 1px 2px var(--color-interaction-hover)}.button.active{background-color:rgba(var(--color-rgb-interaction-hover),.1)}.content-context .button{background-color:var(--color-context-button-background);color:var(--color-context-button-text)}.content-context .button:hover{background-color:var(--color-context-button-background-hover)}.content-context .button:hover svg{color:currentColor}.button svg{width:18px;height:18px;margin-block:-.04rem;pointer-events:none}.button:hover svg{color:var(--color-interaction)}.button:has(svg){padding-block:.64rem}button .label{position:absolute;left:-100vw}.combo{display:flex;gap:1px}.combo button:first-child{border-radius:.5rem 0 0 .5rem}.combo button:last-child{border-radius:0 .5rem .5rem 0}.button.compact{padding:.4rem}.button.danger{color:var(--color-danger)}.button.confirmation{background-color:rgba(var(--color-rgb-confirmation),.2);color:var(--color-confirmation)}.button.confirmation:hover{color:var(--color-confirmation)}.button.confirmation:hover svg{color:inherit}input,select,textarea{padding:.5rem 1rem;border-radius:.5rem;background-color:var(--color-middleground);transition-property:background-color,box-shadow,color;transition-duration:.1s;transition-timing-function:linear}textarea{padding:1rem}.content-context textarea{background-color:var(--color-context-input-background)}select{padding-inline-end:2.1em;background-image:url('data:image/svg+xml,');background-repeat:no-repeat;background-position:right .7em center;background-size:.7em}input:focus-visible,select:focus-visible,textarea:focus-visible{box-shadow:0 0 1px 2px var(--color-interaction-hover)}input::placeholder,textarea::placeholder{color:var(--color-text-secondary)}.content-context input:disabled,.content-context select:disabled,.content-context textarea:disabled{color:rgba(var(--color-rgb-context-button-text),.6)}header.svelte-e0vhve.svelte-e0vhve{padding-block:1rem;height:82px;position:sticky;top:0;z-index:100;border-bottom:1px solid var(--color-frame);background-color:rgba(var(--color-rgb-page),.5);backdrop-filter:blur(17px);-webkit-backdrop-filter:blur(17px);transition:filter .2s ease-in-out}.wrapper.svelte-e0vhve.svelte-e0vhve{margin-inline:auto;padding-inline:2rem;display:flex;justify-content:space-between;align-items:center;gap:2em}@media (max-width: 570px){.wrapper.svelte-e0vhve.svelte-e0vhve{flex-direction:column}}h1.svelte-e0vhve.svelte-e0vhve{line-height:.5em}ul.svelte-e0vhve.svelte-e0vhve{display:flex;gap:1rem}li.svelte-e0vhve a.svelte-e0vhve{padding:.8rem;display:flex;flex-direction:column;gap:.5rem;justify-items:center;align-items:center;position:relative;border-radius:1rem;background-color:var(--color-background);text-transform:uppercase;font-size:.9rem;color:var(--color-text-secondary);transition-property:background-color,border-radius;transition-duration:.1s,.2s;transition-timing-function:linear,cubic-bezier(.175,.885,.32,1.275)}li.svelte-e0vhve a.svelte-e0vhve:hover{border-radius:1.2rem;background-color:var(--color-middleground)}li.svelte-e0vhve a.active.svelte-e0vhve{background-color:var(--color-middleground);color:var(--color-text)}.label.svelte-e0vhve.svelte-e0vhve{margin-block-start:.4rem;padding:.2rem .5rem;position:absolute;top:105%;right:0;opacity:0;border-radius:.2rem;background-color:var(--color-text);white-space:nowrap;font-weight:500;color:var(--color-page);transition:opacity .1s ease-in-out}.label.svelte-e0vhve.svelte-e0vhve:before{width:10px;height:6px;position:absolute;top:-6px;right:1.25rem;background-color:var(--color-text);clip-path:polygon(50% 0%,100% 100%,0% 100%);content:""}a.svelte-e0vhve:hover .label.svelte-e0vhve{opacity:1}.connectionIndicator.svelte-1cyr69k{display:flex;align-items:center;gap:1em}.connectionIndicator.svelte-1cyr69k:after{width:.8rem;height:.8rem;margin-inline-end:-.5em;display:block;position:relative;top:1px;border-radius:100%;background-color:var(--color-text-inverted);animation:svelte-1cyr69k-blink .7s ease-in-out;animation-iteration-count:infinite;content:""}@keyframes svelte-1cyr69k-blink{0%{opacity:.2}70%{opacity:1}}.container.svelte-14ahhss{padding:1rem;display:flex;flex-direction:column;align-items:flex-start;position:fixed;top:100%;translate:0 var(--height);transition:translate .2s cubic-bezier(.175,.885,.32,1.275)}.notification.svelte-14ahhss{margin-block-start:.5rem;padding:.7rem 2rem .8rem 1.5rem;display:flex;gap:1em;align-items:center;position:relative;border-radius:1rem;color:var(--color-text-inverted)}.success.svelte-14ahhss{background-color:var(--color-confirmation)}.error.svelte-14ahhss{background-color:var(--color-danger)}.disabled.svelte-14ahhss{display:none}button.svelte-14ahhss{padding:.6em;margin:-.6em -1.5em -.6em 0;cursor:pointer;line-height:0}button.svelte-14ahhss:hover{color:var(--color-highlight)} diff --git a/gui/next/build/_app/immutable/assets/12.2eafae4e.css b/gui/next/build/_app/immutable/assets/_page.c7695dca.css similarity index 65% rename from gui/next/build/_app/immutable/assets/12.2eafae4e.css rename to gui/next/build/_app/immutable/assets/_page.c7695dca.css index a88c4d13..76d0ae95 100644 --- a/gui/next/build/_app/immutable/assets/12.2eafae4e.css +++ b/gui/next/build/_app/immutable/assets/_page.c7695dca.css @@ -1 +1 @@ -fieldset.svelte-y4u12o{display:flex;gap:2px;align-items:center}label.svelte-y4u12o{padding-inline-end:.5em}select[name=name].svelte-y4u12o{max-width:20ch;border-start-end-radius:0;border-end-end-radius:0;text-overflow:ellipsis}select[name=operation].svelte-y4u12o{border-radius:0}input[name=value].svelte-y4u12o{width:20ch;border-radius:0}select[name=value].svelte-y4u12o,select[name=minFilter].svelte-y4u12o,select[name=maxFilter].svelte-y4u12o,input[name=minFilterValue].svelte-y4u12o,input[name=maxFilterValue].svelte-y4u12o{border-radius:0}button[type=submit].svelte-y4u12o{border-start-start-radius:0;border-end-start-radius:0}[type=number].svelte-y4u12o{width:10ch}form.svelte-yzlk61.svelte-yzlk61{display:flex;gap:2px;position:relative}select[name=by].svelte-yzlk61.svelte-yzlk61{max-width:14ch;border-start-end-radius:0;border-end-end-radius:0;white-space:nowrap;text-overflow:ellipsis}select[name=order].svelte-yzlk61.svelte-yzlk61{width:50px;position:absolute;inset-inline-end:0;opacity:0;cursor:pointer;z-index:1;overflow:hidden;white-space:nowrap}label.svelte-yzlk61.svelte-yzlk61{position:relative;border-start-start-radius:0;border-end-start-radius:0}select.svelte-yzlk61:hover+label.svelte-yzlk61{background-color:rgba(var(--color-rgb-interaction-hover),.2)}select.svelte-yzlk61:focus-visible+label.svelte-yzlk61{box-shadow:0 0 1px 2px var(--color-interaction-hover)}i.svelte-ooaugn{color:var(--color-danger)}table.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{min-width:100%}thead.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{position:sticky;top:0;z-index:50}th.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{background-color:var(--color-background);white-space:nowrap;font-weight:500}.type.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{font-weight:400;color:var(--color-text-secondary)}td.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk,th.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{padding:.6rem;vertical-align:top;border:1px solid var(--color-frame);transition:background-color .2s linear}.collapsed.svelte-x72ehk td.svelte-x72ehk.svelte-x72ehk{max-width:300px;overflow:hidden;vertical-align:middle;white-space:nowrap;text-overflow:ellipsis}td.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk:first-child,th.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk:first-child{width:4rem;position:sticky;left:0;z-index:10;border-inline-start:0;box-shadow:inset -4px 0 0 0 var(--color-frame)}td.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk:first-child{overflow:visible;background-color:var(--color-page)}th.id.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{text-align:end}td.svelte-x72ehk .id.svelte-x72ehk.svelte-x72ehk{position:relative;display:flex;align-items:center;justify-content:space-between;gap:.7em}.date.svelte-x72ehk span.svelte-x72ehk.svelte-x72ehk{color:var(--color-text-secondary)}.highlighted.svelte-x72ehk td.svelte-x72ehk.svelte-x72ehk{background-color:var(--color-highlight)}.value-null.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{text-transform:uppercase;font-size:.9em;color:var(--color-text-secondary)}.combo.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{background-color:transparent;opacity:0;transition:opacity .1s linear}.combo.svelte-x72ehk .button.svelte-x72ehk.svelte-x72ehk:first-child{padding-inline:.1rem 0}tr.svelte-x72ehk:hover .combo.svelte-x72ehk.svelte-x72ehk{opacity:.5}tr.svelte-x72ehk:hover .combo.svelte-x72ehk.svelte-x72ehk:hover{opacity:1}tr.svelte-x72ehk:hover .combo .button.svelte-x72ehk.svelte-x72ehk:hover{background-color:var(--color-background)}.delete.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{width:50px}menu.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{display:none;position:absolute;left:.5rem;top:100%;z-index:20;overflow:hidden;border-radius:1rem;white-space:nowrap}menu.active.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{display:block}td.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk:first-child:hover{z-index:30}menu.svelte-x72ehk li.svelte-x72ehk+li.svelte-x72ehk{border-block-start:1px solid var(--color-context-input-background)}menu.svelte-x72ehk button{width:100%;padding:.5rem 1rem;display:flex;align-items:center;gap:.5em;line-height:0}menu.svelte-x72ehk button:hover{background-color:var(--color-context-button-background-hover)}menu.svelte-x72ehk li.svelte-x72ehk:last-child button{padding-block-end:.6rem}.toggle.svelte-1dpe1av.svelte-1dpe1av.svelte-1dpe1av{display:flex;align-items:center;gap:.5em}.toggle.svelte-1dpe1av input[type=radio].svelte-1dpe1av.svelte-1dpe1av{position:absolute;left:-100vw}.toggle.svelte-1dpe1av label.svelte-1dpe1av.svelte-1dpe1av{cursor:pointer;transition:opacity .1s linear}.toggle.svelte-1dpe1av .switcher.svelte-1dpe1av.svelte-1dpe1av{width:2rem;height:.8rem;display:inline-block;position:relative;top:2px;border:1px solid var(--color-frame);border-radius:1rem}.toggle.svelte-1dpe1av .switcher.svelte-1dpe1av.svelte-1dpe1av:before{width:1rem;position:absolute;left:1px;top:1px;bottom:1px;border-radius:1rem;background-color:var(--color-frame);content:"";transition:translate .2s cubic-bezier(.075,.82,.165,1)}.toggle.svelte-1dpe1av input[type=radio]:checked .switcher.svelte-1dpe1av.svelte-1dpe1av:before{left:1px}.toggle.svelte-1dpe1av input[type=radio].svelte-1dpe1av:not(:checked)+label.svelte-1dpe1av{opacity:.5}.toggle.svelte-1dpe1av:has(.switcher + input[type="radio"]:checked) .switcher.svelte-1dpe1av.svelte-1dpe1av:before{translate:.85em 0}.toggle.svelte-1dpe1av:has(input[type="radio"]:focus-visible) .switcher.svelte-1dpe1av.svelte-1dpe1av{border-color:var(--color-interaction-hover)}.toggle.svelte-1dpe1av:has(input[type="radio"]:focus-visible) .switcher.svelte-1dpe1av.svelte-1dpe1av:before{background-color:var(--color-interaction-hover)}dialog.svelte-yslxja.svelte-yslxja{height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;position:absolute;inset:0;z-index:100}dialog.svelte-yslxja.svelte-yslxja::backdrop{background-color:rgba(var(--color-rgb-background),.6)}.content.svelte-yslxja.svelte-yslxja{width:clamp(300px,800px,80vw);max-height:94vh;overflow:auto;border-radius:1rem}form.svelte-yslxja.svelte-yslxja{display:flex;flex-direction:column;gap:1rem;padding:2rem}fieldset.svelte-yslxja.svelte-yslxja{display:grid;grid-template-columns:1fr 2fr;gap:1rem}fieldset.svelte-yslxja+fieldset.svelte-yslxja{margin-block-start:2rem}label.svelte-yslxja.svelte-yslxja{word-break:break-all}.type.svelte-yslxja.svelte-yslxja{margin-block-start:.2rem;opacity:.5;font-size:.9em}textarea.svelte-yslxja.svelte-yslxja{width:100%;max-height:40rem}[role=alert].svelte-yslxja.svelte-yslxja:not(:empty){margin-block-start:.5em;padding:.5em 1em .6em;position:relative;border-radius:1rem;background-color:var(--color-danger)}[role=alert].svelte-yslxja.svelte-yslxja:not(:empty):before{width:1em;height:.5em;position:absolute;top:-6px;right:1rem;clip-path:polygon(50% 0%,0% 100%,100% 100%);background-color:var(--color-danger);content:""}.footer.svelte-yslxja.svelte-yslxja{padding:1.5rem 0;position:sticky;bottom:0;gap:1rem;background-color:var(--color-context)}.error.svelte-yslxja li.svelte-yslxja{margin-block-end:1rem;padding:1rem;border-radius:1rem;background-color:var(--color-danger);color:var(--color-text-inverted)}.actions.svelte-yslxja.svelte-yslxja{display:flex;align-items:center;justify-content:space-between}section.svelte-74kh9t{height:calc(100vh - 82px);flex-grow:1;display:flex;flex-direction:column;overflow:auto;position:relative}nav.svelte-74kh9t{padding:1rem;display:flex;flex-wrap:wrap;gap:1rem;align-items:center;position:sticky;left:0;background-color:var(--color-background)}nav.svelte-74kh9t>*:first-child{margin-inline-end:auto}.refreshing.svelte-74kh9t,.refreshing.svelte-74kh9t:hover{background-color:var(--color-interaction-active);color:var(--color-text-inverted)!important}.refreshing.svelte-74kh9t svg{color:var(--color-text-inverted)!important}.pagination.svelte-74kh9t{margin-block-start:auto;display:flex;align-items:center;gap:1rem;position:sticky;bottom:0;left:0;right:0;z-index:20}#viewOptions.svelte-74kh9t{margin-inline-start:auto;display:flex;gap:1rem} +fieldset.svelte-y4u12o{display:flex;gap:2px;align-items:center}label.svelte-y4u12o{padding-inline-end:.5em}select[name=name].svelte-y4u12o{max-width:20ch;border-start-end-radius:0;border-end-end-radius:0;text-overflow:ellipsis}select[name=operation].svelte-y4u12o{border-radius:0}input[name=value].svelte-y4u12o{width:20ch;border-radius:0}select[name=value].svelte-y4u12o,select[name=minFilter].svelte-y4u12o,select[name=maxFilter].svelte-y4u12o,input[name=minFilterValue].svelte-y4u12o,input[name=maxFilterValue].svelte-y4u12o{border-radius:0}button[type=submit].svelte-y4u12o{border-start-start-radius:0;border-end-start-radius:0}[type=number].svelte-y4u12o{width:10ch}form.svelte-yzlk61.svelte-yzlk61{display:flex;gap:2px;position:relative}select[name=by].svelte-yzlk61.svelte-yzlk61{max-width:14ch;border-start-end-radius:0;border-end-end-radius:0;white-space:nowrap;text-overflow:ellipsis}select[name=order].svelte-yzlk61.svelte-yzlk61{width:50px;position:absolute;inset-inline-end:0;opacity:0;cursor:pointer;z-index:1;overflow:hidden;white-space:nowrap}label.svelte-yzlk61.svelte-yzlk61{position:relative;border-start-start-radius:0;border-end-start-radius:0}select.svelte-yzlk61:hover+label.svelte-yzlk61{background-color:rgba(var(--color-rgb-interaction-hover),.2)}select.svelte-yzlk61:focus-visible+label.svelte-yzlk61{box-shadow:0 0 1px 2px var(--color-interaction-hover)}i.svelte-ooaugn{color:var(--color-danger)}table.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{min-width:100%}thead.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{position:sticky;top:0;z-index:50}th.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{background-color:var(--color-background);white-space:nowrap;font-weight:500}.type.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{font-weight:400;color:var(--color-text-secondary)}td.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk,th.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{padding:.6rem;vertical-align:top;border:1px solid var(--color-frame);transition:background-color .2s linear}.collapsed.svelte-x72ehk td.svelte-x72ehk.svelte-x72ehk{max-width:300px;overflow:hidden;vertical-align:middle;white-space:nowrap;text-overflow:ellipsis}td.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk:first-child,th.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk:first-child{width:4rem;position:sticky;left:0;z-index:10;border-inline-start:0;box-shadow:inset -4px 0 0 0 var(--color-frame)}td.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk:first-child{overflow:visible;background-color:var(--color-page)}th.id.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{text-align:end}td.svelte-x72ehk .id.svelte-x72ehk.svelte-x72ehk{position:relative;display:flex;align-items:center;justify-content:space-between;gap:.7em}.date.svelte-x72ehk span.svelte-x72ehk.svelte-x72ehk{color:var(--color-text-secondary)}.highlighted.svelte-x72ehk td.svelte-x72ehk.svelte-x72ehk{background-color:var(--color-highlight)}.value-null.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{text-transform:uppercase;font-size:.9em;color:var(--color-text-secondary)}.combo.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{background-color:transparent;opacity:0;transition:opacity .1s linear}.combo.svelte-x72ehk .button.svelte-x72ehk.svelte-x72ehk:first-child{padding-inline:.1rem 0}tr.svelte-x72ehk:hover .combo.svelte-x72ehk.svelte-x72ehk{opacity:.5}tr.svelte-x72ehk:hover .combo.svelte-x72ehk.svelte-x72ehk:hover{opacity:1}tr.svelte-x72ehk:hover .combo .button.svelte-x72ehk.svelte-x72ehk:hover{background-color:var(--color-background)}.delete.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{width:50px}menu.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{display:none;position:absolute;left:.5rem;top:100%;z-index:20;overflow:hidden;border-radius:1rem;white-space:nowrap}menu.active.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk{display:block}td.svelte-x72ehk.svelte-x72ehk.svelte-x72ehk:first-child:hover{z-index:30}menu.svelte-x72ehk li.svelte-x72ehk+li.svelte-x72ehk{border-block-start:1px solid var(--color-context-input-background)}menu.svelte-x72ehk button{width:100%;padding:.5rem 1rem;display:flex;align-items:center;gap:.5em;line-height:0}menu.svelte-x72ehk button:hover{background-color:var(--color-context-button-background-hover)}menu.svelte-x72ehk li.svelte-x72ehk:last-child button{padding-block-end:.6rem}.toggle.svelte-1dpe1av.svelte-1dpe1av.svelte-1dpe1av{display:flex;align-items:center;gap:.5em}.toggle.svelte-1dpe1av input[type=radio].svelte-1dpe1av.svelte-1dpe1av{position:absolute;left:-100vw}.toggle.svelte-1dpe1av label.svelte-1dpe1av.svelte-1dpe1av{cursor:pointer;transition:opacity .1s linear}.toggle.svelte-1dpe1av .switcher.svelte-1dpe1av.svelte-1dpe1av{width:2rem;height:.8rem;display:inline-block;position:relative;top:2px;border:1px solid var(--color-frame);border-radius:1rem}.toggle.svelte-1dpe1av .switcher.svelte-1dpe1av.svelte-1dpe1av:before{width:1rem;position:absolute;left:1px;top:1px;bottom:1px;border-radius:1rem;background-color:var(--color-frame);content:"";transition:translate .2s cubic-bezier(.075,.82,.165,1)}.toggle.svelte-1dpe1av input[type=radio]:checked .switcher.svelte-1dpe1av.svelte-1dpe1av:before{left:1px}.toggle.svelte-1dpe1av input[type=radio].svelte-1dpe1av:not(:checked)+label.svelte-1dpe1av{opacity:.5}.toggle.svelte-1dpe1av:has(.switcher+input[type=radio]:checked) .switcher.svelte-1dpe1av.svelte-1dpe1av:before{translate:.85em 0}.toggle.svelte-1dpe1av:has(input[type=radio]:focus-visible) .switcher.svelte-1dpe1av.svelte-1dpe1av{border-color:var(--color-interaction-hover)}.toggle.svelte-1dpe1av:has(input[type=radio]:focus-visible) .switcher.svelte-1dpe1av.svelte-1dpe1av:before{background-color:var(--color-interaction-hover)}dialog.svelte-yslxja.svelte-yslxja{height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;position:absolute;inset:0;z-index:100}dialog.svelte-yslxja.svelte-yslxja::backdrop{background-color:rgba(var(--color-rgb-background),.6)}.content.svelte-yslxja.svelte-yslxja{width:clamp(300px,800px,80vw);max-height:94vh;overflow:auto;border-radius:1rem}form.svelte-yslxja.svelte-yslxja{display:flex;flex-direction:column;gap:1rem;padding:2rem}fieldset.svelte-yslxja.svelte-yslxja{display:grid;grid-template-columns:1fr 2fr;gap:1rem}fieldset.svelte-yslxja+fieldset.svelte-yslxja{margin-block-start:2rem}label.svelte-yslxja.svelte-yslxja{word-break:break-all}.type.svelte-yslxja.svelte-yslxja{margin-block-start:.2rem;opacity:.5;font-size:.9em}textarea.svelte-yslxja.svelte-yslxja{width:100%;max-height:40rem}[role=alert].svelte-yslxja.svelte-yslxja:not(:empty){margin-block-start:.5em;padding:.5em 1em .6em;position:relative;border-radius:1rem;background-color:var(--color-danger)}[role=alert].svelte-yslxja.svelte-yslxja:not(:empty):before{width:1em;height:.5em;position:absolute;top:-6px;right:1rem;clip-path:polygon(50% 0%,0% 100%,100% 100%);background-color:var(--color-danger);content:""}.footer.svelte-yslxja.svelte-yslxja{padding:1.5rem 0;position:sticky;bottom:0;gap:1rem;background-color:var(--color-context)}.error.svelte-yslxja li.svelte-yslxja{margin-block-end:1rem;padding:1rem;border-radius:1rem;background-color:var(--color-danger);color:var(--color-text-inverted)}.actions.svelte-yslxja.svelte-yslxja{display:flex;align-items:center;justify-content:space-between}section.svelte-74kh9t{height:calc(100vh - 82px);flex-grow:1;display:flex;flex-direction:column;overflow:auto;position:relative}nav.svelte-74kh9t{padding:1rem;display:flex;flex-wrap:wrap;gap:1rem;align-items:center;position:sticky;left:0;background-color:var(--color-background)}nav.svelte-74kh9t>*:first-child{margin-inline-end:auto}.refreshing.svelte-74kh9t,.refreshing.svelte-74kh9t:hover{background-color:var(--color-interaction-active);color:var(--color-text-inverted)!important}.refreshing.svelte-74kh9t svg{color:var(--color-text-inverted)!important}.pagination.svelte-74kh9t{margin-block-start:auto;display:flex;align-items:center;gap:1rem;position:sticky;bottom:0;left:0;right:0;z-index:20}#viewOptions.svelte-74kh9t{margin-inline-start:auto;display:flex;gap:1rem} diff --git a/gui/next/build/_app/immutable/chunks/Aside.2bf7e52e.js b/gui/next/build/_app/immutable/chunks/Aside.2bf7e52e.js deleted file mode 100644 index 880a6851..00000000 --- a/gui/next/build/_app/immutable/chunks/Aside.2bf7e52e.js +++ /dev/null @@ -1 +0,0 @@ -import{S as Z,i as x,s as ee,L as C,Q as se,k as E,q as L,a as S,y as J,l as z,m as y,r as q,h as m,c as U,z as Q,n as g,G as N,p as O,b as I,E as h,A as V,H as T,g as b,v as X,d as k,f as $,R as te,T as le,U as ae,O as B,B as K,I as ie,F as ne,a8 as re,u as oe,J as fe}from"./index.d0f8a730.js";import{q as ce}from"./index.50c00146.js";import{s as P}from"./state.c2a70a8a.js";import{I as M}from"./Icon.1de0c66c.js";const{window:Y}=re;function R(o){let e,s,i,l=o[1]&&F(o),t=o[0]&&G(o);return{c(){e=E("header"),l&&l.c(),s=S(),t&&t.c(),this.h()},l(a){e=z(a,"HEADER",{class:!0});var n=y(e);l&&l.l(n),s=U(n),t&&t.l(n),n.forEach(m),this.h()},h(){g(e,"class","svelte-jrfyci")},m(a,n){I(a,e,n),l&&l.m(e,null),h(e,s),t&&t.m(e,null),i=!0},p(a,n){a[1]?l?l.p(a,n):(l=F(a),l.c(),l.m(e,s)):l&&(l.d(1),l=null),a[0]?t?(t.p(a,n),n&1&&b(t,1)):(t=G(a),t.c(),b(t,1),t.m(e,null)):t&&(X(),k(t,1,1,()=>{t=null}),$())},i(a){i||(b(t),i=!0)},o(a){k(t),i=!1},d(a){a&&m(e),l&&l.d(),t&&t.d()}}}function F(o){let e,s;return{c(){e=E("h2"),s=L(o[1]),this.h()},l(i){e=z(i,"H2",{class:!0});var l=y(e);s=q(l,o[1]),l.forEach(m),this.h()},h(){g(e,"class","svelte-jrfyci")},m(i,l){I(i,e,l),h(e,s)},p(i,l){l&2&&oe(s,i[1])},d(i){i&&m(e)}}}function G(o){let e,s,i,l,t,a;return t=new M({props:{icon:"x"}}),{c(){e=E("a"),s=E("span"),i=L("Close details"),l=S(),J(t.$$.fragment),this.h()},l(n){e=z(n,"A",{href:!0,class:!0});var f=y(e);s=z(f,"SPAN",{class:!0});var p=y(s);i=q(p,"Close details"),p.forEach(m),l=U(f),Q(t.$$.fragment,f),f.forEach(m),this.h()},h(){g(s,"class","label svelte-jrfyci"),g(e,"href",o[0]),g(e,"class","close svelte-jrfyci")},m(n,f){I(n,e,f),h(e,s),h(s,i),h(e,l),V(t,e,null),a=!0},p(n,f){(!a||f&1)&&g(e,"href",n[0])},i(n){a||(b(t.$$.fragment,n),a=!0)},o(n){k(t.$$.fragment,n),a=!1},d(n){n&&m(e),K(t)}}}function ue(o){let e,s,i,l,t,a,n,f,p,w,v,A,W;C(o[9]),a=new M({props:{icon:"resizeHorizontal",size:"7"}});let c=(o[1]||o[0])&&R(o);const u=o[8].default,d=se(u,o,o[7],null);return{c(){e=E("aside"),s=E("button"),i=E("span"),l=L("Drag to resize panel"),t=S(),J(a.$$.fragment),n=S(),f=E("div"),c&&c.c(),p=S(),d&&d.c(),this.h()},l(r){e=z(r,"ASIDE",{style:!0,class:!0});var _=y(e);s=z(_,"BUTTON",{class:!0});var j=y(s);i=z(j,"SPAN",{class:!0});var H=y(i);l=q(H,"Drag to resize panel"),H.forEach(m),t=U(j),Q(a.$$.fragment,j),j.forEach(m),n=U(_),f=z(_,"DIV",{class:!0});var D=y(f);c&&c.l(D),p=U(D),d&&d.l(D),D.forEach(m),_.forEach(m),this.h()},h(){g(i,"class","label svelte-jrfyci"),g(s,"class","resizer svelte-jrfyci"),N(s,"active",o[3]),g(f,"class","container svelte-jrfyci"),O(e,"--width",o[4].asideWidth),g(e,"class","svelte-jrfyci")},m(r,_){I(r,e,_),h(e,s),h(s,i),h(i,l),h(s,t),V(a,s,null),h(e,n),h(e,f),c&&c.m(f,null),h(f,p),d&&d.m(f,null),v=!0,A||(W=[T(Y,"resize",o[9]),T(s,"mousedown",o[6])],A=!0)},p(r,[_]){(!v||_&8)&&N(s,"active",r[3]),r[1]||r[0]?c?(c.p(r,_),_&3&&b(c,1)):(c=R(r),c.c(),b(c,1),c.m(f,p)):c&&(X(),k(c,1,1,()=>{c=null}),$()),d&&d.p&&(!v||_&128)&&te(d,u,r,r[7],v?ae(u,r[7],_,null):le(r[7]),null),(!v||_&16)&&O(e,"--width",r[4].asideWidth)},i(r){v||(b(a.$$.fragment,r),b(c),b(d,r),r&&C(()=>{v&&(w||(w=B(e,o[5],{},!0)),w.run(1))}),v=!0)},o(r){k(a.$$.fragment,r),k(c),k(d,r),r&&(w||(w=B(e,o[5],{},!1)),w.run(0)),v=!1},d(r){r&&m(e),K(a),c&&c.d(),d&&d.d(r),r&&w&&w.end(),A=!1,ie(W)}}}function de(o,e,s){let i;ne(o,P,u=>s(4,i=u));let{$$slots:l={},$$scope:t}=e,{closeUrl:a}=e,{title:n=""}=e,f,p=!1;const w=function(u,{delay:d=0,duration:r=300}){return{delay:d,duration:r,css:_=>{const j=ce(_);return`min-width: 0; width: calc(${i.asideWidth} * ${j});`}}},v=()=>{window.addEventListener("mousemove",W,!1),window.addEventListener("mouseup",A,!1),s(3,p=!0)},A=()=>{window.removeEventListener("mousemove",W,!1),window.removeEventListener("mouseup",A,!1),s(3,p=!1),localStorage.asideWidth=i.asideWidth},W=u=>{fe(P,i.asideWidth=f-u.clientX-9+"px",i)};function c(){s(2,f=Y.outerWidth)}return o.$$set=u=>{"closeUrl"in u&&s(0,a=u.closeUrl),"title"in u&&s(1,n=u.title),"$$scope"in u&&s(7,t=u.$$scope)},[a,n,f,p,i,w,v,t,l,c]}class ve extends Z{constructor(e){super(),x(this,e,de,ue,ee,{closeUrl:0,title:1})}}export{ve as A}; diff --git a/gui/next/build/_app/immutable/chunks/Aside.48de29ae.js b/gui/next/build/_app/immutable/chunks/Aside.48de29ae.js new file mode 100644 index 00000000..eb0d8993 --- /dev/null +++ b/gui/next/build/_app/immutable/chunks/Aside.48de29ae.js @@ -0,0 +1 @@ +import{s as Q,B as I,D as Y,f as E,a as W,g as z,h as A,r as F,c as S,d as v,j as g,w as L,k as q,i as U,u as p,x as H,E as Z,F as x,G as ee,y as te,v as se,l as le,m as ie,n as ae,z as ne}from"./scheduler.e2aa1391.js";import{S as re,i as oe,b as G,d as R,m as V,a as w,g as X,t as y,c as $,f as N,e as J}from"./index.12b5c620.js";import{g as fe}from"./globals.7f7f1b26.js";import{q as ce}from"./index.50c00146.js";import{s as B}from"./state.f2691bd0.js";import{I as K}from"./Icon.a5fa4953.js";const{window:M}=fe;function O(o){let e,t,a,l=o[1]&&P(o),s=o[0]&&T(o);return{c(){e=E("header"),l&&l.c(),t=W(),s&&s.c(),this.h()},l(i){e=z(i,"HEADER",{class:!0});var n=A(e);l&&l.l(n),t=S(n),s&&s.l(n),n.forEach(v),this.h()},h(){g(e,"class","svelte-jrfyci")},m(i,n){U(i,e,n),l&&l.m(e,null),p(e,t),s&&s.m(e,null),a=!0},p(i,n){i[1]?l?l.p(i,n):(l=P(i),l.c(),l.m(e,t)):l&&(l.d(1),l=null),i[0]?s?(s.p(i,n),n&1&&w(s,1)):(s=T(i),s.c(),w(s,1),s.m(e,null)):s&&(X(),y(s,1,1,()=>{s=null}),$())},i(i){a||(w(s),a=!0)},o(i){y(s),a=!1},d(i){i&&v(e),l&&l.d(),s&&s.d()}}}function P(o){let e,t;return{c(){e=E("h2"),t=le(o[1]),this.h()},l(a){e=z(a,"H2",{class:!0});var l=A(e);t=ie(l,o[1]),l.forEach(v),this.h()},h(){g(e,"class","svelte-jrfyci")},m(a,l){U(a,e,l),p(e,t)},p(a,l){l&2&&ae(t,a[1])},d(a){a&&v(e)}}}function T(o){let e,t,a="Close details",l,s,i;return s=new K({props:{icon:"x"}}),{c(){e=E("a"),t=E("span"),t.textContent=a,l=W(),G(s.$$.fragment),this.h()},l(n){e=z(n,"A",{href:!0,class:!0});var f=A(e);t=z(f,"SPAN",{class:!0,"data-svelte-h":!0}),F(t)!=="svelte-1gxyewl"&&(t.textContent=a),l=S(f),R(s.$$.fragment,f),f.forEach(v),this.h()},h(){g(t,"class","label svelte-jrfyci"),g(e,"href",o[0]),g(e,"class","close svelte-jrfyci")},m(n,f){U(n,e,f),p(e,t),p(e,l),V(s,e,null),i=!0},p(n,f){(!i||f&1)&&g(e,"href",n[0])},i(n){i||(w(s.$$.fragment,n),i=!0)},o(n){y(s.$$.fragment,n),i=!1},d(n){n&&v(e),J(s)}}}function ue(o){let e,t,a,l="Drag to resize panel",s,i,n,f,b,h,m,j,C;I(o[9]),i=new K({props:{icon:"resizeHorizontal",size:"7"}});let c=(o[1]||o[0])&&O(o);const u=o[8].default,d=Y(u,o,o[7],null);return{c(){e=E("aside"),t=E("button"),a=E("span"),a.textContent=l,s=W(),G(i.$$.fragment),n=W(),f=E("div"),c&&c.c(),b=W(),d&&d.c(),this.h()},l(r){e=z(r,"ASIDE",{style:!0,class:!0});var _=A(e);t=z(_,"BUTTON",{class:!0});var k=A(t);a=z(k,"SPAN",{class:!0,"data-svelte-h":!0}),F(a)!=="svelte-ruxerc"&&(a.textContent=l),s=S(k),R(i.$$.fragment,k),k.forEach(v),n=S(_),f=z(_,"DIV",{class:!0});var D=A(f);c&&c.l(D),b=S(D),d&&d.l(D),D.forEach(v),_.forEach(v),this.h()},h(){g(a,"class","label svelte-jrfyci"),g(t,"class","resizer svelte-jrfyci"),L(t,"active",o[3]),g(f,"class","container svelte-jrfyci"),q(e,"--width",o[4].asideWidth),g(e,"class","svelte-jrfyci")},m(r,_){U(r,e,_),p(e,t),p(t,a),p(t,s),V(i,t,null),p(e,n),p(e,f),c&&c.m(f,null),p(f,b),d&&d.m(f,null),m=!0,j||(C=[H(M,"resize",o[9]),H(t,"mousedown",o[6])],j=!0)},p(r,[_]){(!m||_&8)&&L(t,"active",r[3]),r[1]||r[0]?c?(c.p(r,_),_&3&&w(c,1)):(c=O(r),c.c(),w(c,1),c.m(f,b)):c&&(X(),y(c,1,1,()=>{c=null}),$()),d&&d.p&&(!m||_&128)&&Z(d,u,r,r[7],m?ee(u,r[7],_,null):x(r[7]),null),(!m||_&16)&&q(e,"--width",r[4].asideWidth)},i(r){m||(w(i.$$.fragment,r),w(c),w(d,r),r&&I(()=>{m&&(h||(h=N(e,o[5],{},!0)),h.run(1))}),m=!0)},o(r){y(i.$$.fragment,r),y(c),y(d,r),r&&(h||(h=N(e,o[5],{},!1)),h.run(0)),m=!1},d(r){r&&v(e),J(i),c&&c.d(),d&&d.d(r),r&&h&&h.end(),j=!1,te(C)}}}function de(o,e,t){let a;se(o,B,u=>t(4,a=u));let{$$slots:l={},$$scope:s}=e,{closeUrl:i}=e,{title:n=""}=e,f,b=!1;const h=function(u,{delay:d=0,duration:r=300}){return{delay:d,duration:r,css:_=>{const k=ce(_);return`min-width: 0; width: calc(${a.asideWidth} * ${k});`}}},m=()=>{window.addEventListener("mousemove",C,!1),window.addEventListener("mouseup",j,!1),t(3,b=!0)},j=()=>{window.removeEventListener("mousemove",C,!1),window.removeEventListener("mouseup",j,!1),t(3,b=!1),localStorage.asideWidth=a.asideWidth},C=u=>{ne(B,a.asideWidth=f-u.clientX-9+"px",a)};function c(){t(2,f=M.outerWidth)}return o.$$set=u=>{"closeUrl"in u&&t(0,i=u.closeUrl),"title"in u&&t(1,n=u.title),"$$scope"in u&&t(7,s=u.$$scope)},[i,n,f,b,a,h,m,s,l,c]}class we extends re{constructor(e){super(),oe(this,e,de,ue,Q,{closeUrl:0,title:1})}}export{we as A}; diff --git a/gui/next/build/_app/immutable/chunks/Icon.1de0c66c.js b/gui/next/build/_app/immutable/chunks/Icon.1de0c66c.js deleted file mode 100644 index 272e8195..00000000 --- a/gui/next/build/_app/immutable/chunks/Icon.1de0c66c.js +++ /dev/null @@ -1 +0,0 @@ -import{S as f,i as L,s as d,e as m,b as H,K as t,h as e,C as M,D as n,m as o,n as v,E as u}from"./index.d0f8a730.js";function r(s){let a,c;return{c(){a=M("svg"),c=M("path"),this.h()},l(h){a=n(h,"svg",{width:!0,height:!0,viewBox:!0,fill:!0,xmlns:!0});var l=o(a);c=n(l,"path",{d:!0}),o(c).forEach(e),l.forEach(e),this.h()},h(){v(c,"d",s[2]),v(a,"width",s[1]),v(a,"height",s[1]),v(a,"viewBox","0 0 24 24"),v(a,"fill","currentColor"),v(a,"xmlns","http://www.w3.org/2000/svg")},m(h,l){H(h,a,l),u(a,c)},p(h,l){l&4&&v(c,"d",h[2]),l&2&&v(a,"width",h[1]),l&2&&v(a,"height",h[1])},d(h){h&&e(a)}}}function C(s){let a,c=s[0]&&r(s);return{c(){c&&c.c(),a=m()},l(h){c&&c.l(h),a=m()},m(h,l){c&&c.m(h,l),H(h,a,l)},p(h,[l]){h[0]?c?c.p(h,l):(c=r(h),c.c(),c.m(a.parentNode,a)):c&&(c.d(1),c=null)},i:t,o:t,d(h){c&&c.d(h),h&&e(a)}}}function A(s,a,c){let h,{icon:l=!1}=a,{size:i=24}=a;const V={database:"M12 24c-6.841 0-12-2.257-12-5.25V5.251C0 2.258 5.159.001 12 .001s12 2.257 12 5.25V18.75C24 21.743 18.841 24 12 24zM1.5 18.75c0 1.533 3.739 3.75 10.5 3.75s10.5-2.217 10.5-3.75v-4.137c-2.053 1.622-6.023 2.637-10.5 2.637s-8.446-1.016-10.5-2.637v4.137zm0-6.75c0 1.533 3.739 3.75 10.5 3.75S22.5 13.533 22.5 12V7.863C20.446 9.485 16.477 10.5 12 10.5S3.554 9.485 1.5 7.863V12zM12 1.501c-6.761 0-10.5 2.217-10.5 3.75s3.739 3.75 10.5 3.75 10.5-2.217 10.5-3.75-3.739-3.75-10.5-3.75z",users:"M4.5 9c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3Zm0-4.5C3.67 4.5 3 5.17 3 6s.67 1.5 1.5 1.5S6 6.83 6 6s-.67-1.5-1.5-1.5ZM3 22.5c-.38 0-.7-.28-.74-.66l-.67-5.34H.75c-.41 0-.75-.34-.75-.75V13.5C0 11.02 2.02 9 4.5 9c.41 0 .75.34.75.75s-.34.75-.75.75c-1.65 0-3 1.35-3 3V15h.75c.38 0 .7.28.74.66L3.66 21H6c.41 0 .75.34.75.75s-.34.75-.75.75H3ZM19.5 9c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3Zm0-4.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5S21 6.83 21 6s-.67-1.5-1.5-1.5Zm-1.5 18c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.34l.67-5.34c.05-.38.37-.66.74-.66h.75v-1.5c0-1.65-1.35-3-3-3-.41 0-.75-.34-.75-.75s.34-.75.75-.75c2.48 0 4.5 2.02 4.5 4.5v2.25c0 .41-.34.75-.75.75h-.84l-.67 5.34c-.05.38-.37.66-.74.66h-3Zm-6-15c-2.07 0-3.75-1.68-3.75-3.75S9.93 0 12 0s3.75 1.68 3.75 3.75S14.07 7.5 12 7.5Zm0-6c-1.24 0-2.25 1.01-2.25 2.25S10.76 6 12 6s2.25-1.01 2.25-2.25S13.24 1.5 12 1.5ZM9.75 24a.75.75 0 0 1-.75-.67l-.68-6.83H6.75c-.41 0-.75-.34-.75-.75V13.5c0-3.31 2.69-6 6-6s6 2.69 6 6v2.25c0 .41-.34.75-.75.75h-1.57L15 23.33a.75.75 0 0 1-.75.67h-4.5Zm3.82-1.5.68-6.82c.04-.38.36-.68.75-.68h1.5v-1.5c0-2.48-2.02-4.5-4.5-4.5s-4.5 2.02-4.5 4.5V15H9c.39 0 .71.29.75.68l.68 6.82h3.14Z",log:"m5.25,24c-1.24,0-2.25-1.01-2.25-2.25v-3c0-.41.34-.75.75-.75s.75.34.75.75v3c0,.41.34.75.75.75h13.5c.41,0,.75-.34.75-.75v-3c0-.41.34-.75.75-.75s.75.34.75.75v3c0,1.24-1.01,2.25-2.25,2.25H5.25Zm15-10.5c-.41,0-.75-.34-.75-.75v-7.5c0-.41-.34-.75-.75-.75h-2.25v1.5c0,.83-.67,1.5-1.5,1.5h-6c-.83,0-1.5-.67-1.5-1.5v-1.5h-2.25c-.41,0-.75.34-.75.75v7.5c0,.41-.34.75-.75.75s-.75-.34-.75-.75v-7.5c0-1.24,1.01-2.25,2.25-2.25h2.25c0-.83.67-1.5,1.5-1.5h.31c.52-.92,1.5-1.5,2.56-1.5.04,0,.08,0,.12,0,.04,0,.09,0,.13,0,1.07,0,2.05.58,2.56,1.5h.31c.83,0,1.5.67,1.5,1.5h2.25c1.24,0,2.25,1.01,2.25,2.25v7.5c0,.41-.34.75-.75.75Zm-11.25-7.5h6v-3h-.8c-.32,0-.61-.21-.71-.51-.19-.59-.74-.99-1.37-.99-.03,0-.05,0-.08,0,0,0-.04,0-.04,0-.01,0-.09,0-.11,0-.62,0-1.18.4-1.37.99-.1.31-.39.52-.71.52h-.8v3Zm3.04,13.63c-.17,0-.34-.04-.49-.11-.27-.13-.47-.36-.57-.65l-2.08-5.73-1.37,2.73c-.19.38-.58.62-1.01.62H.75c-.41,0-.75-.34-.75-.75s.34-.75.75-.75h5.54l1.65-3.31c.13-.27.37-.47.65-.56.12-.04.24-.06.36-.06.17,0,.35.04.5.12.26.13.46.35.56.62l2.07,5.69,1.93-4.33c.18-.41.59-.67,1.03-.67.16,0,.31.03.46.1.24.11.43.29.55.52l.94,1.88h6.28c.41,0,.75.34.75.75s-.34.75-.75.75h-6.51c-.43,0-.81-.24-1.01-.62l-.69-1.37-1.98,4.45c-.12.28-.36.51-.67.61-.12.04-.24.06-.36.06Z",backgroundJob:"M23.6 7.3v.3c0 .1-.1.2-.2.3l-3 3c-.2.1-.4.1-.6.1-.2 0-.4-.1-.5-.2-.1-.1-.2-.3-.2-.5s.1-.4.2-.5L21 8H1.2c-.4 0-.8-.4-.8-.8s.3-.9.8-.9H21l-1.7-1.5c-.1-.1-.2-.3-.2-.5s.1-.4.2-.5c.1-.1.3-.2.5-.2s.4.1.5.2l3 3c.1.1.1.2.2.2.1.1.1.2.1.3zM4 10.4c-.4 0-.7.3-.7.7-.1 1.1 0 2.2.3 3.3 0 .4.3.6.7.6h.2c.4-.1.6-.5.5-.9-.2-.9-.3-1.9-.2-2.8 0-.5-.3-.8-.8-.9.1 0 0 0 0 0zm2.6 5.3c-.3 0-.6.2-.7.6-.1.4.2.8.6.9.8.2 1.6.3 2.4.3h.9c.4 0 .7-.4.7-.8s-.4-.7-.7-.7H9c-.7 0-1.4-.1-2.1-.2-.2-.1-.2-.1-.3-.1zm9.8-2.7c-.2 0-.4.1-.5.2-.1.1-.2.3-.2.5s.1.4.2.5l1.7 1.7h-3.4c-.4 0-.8.3-.8.8 0 .4.3.8.8.8h3.4l-1.7 1.7c-.1.1-.2.3-.2.5s.1.4.2.5c.1.1.3.2.5.2s.4-.1.5-.2l3-3c.1-.1.1-.2.2-.2v-.6c0-.1-.1-.2-.2-.3l-3-3c-.2-.1-.3-.1-.5-.1z",constant:"M3 24C1.76 24 .75 22.99.75 21.75V2.25C.75 1.01 1.76 0 3 0h15.05c.59 0 1.15.23 1.57.64l2.95 2.88c.43.42.68 1.01.68 1.61v16.62c0 1.24-1.01 2.25-2.25 2.25H3ZM3 1.5c-.41 0-.75.34-.75.75v19.5c0 .41.34.75.75.75h18c.41 0 .75-.34.75-.75V5.14c0-.2-.08-.4-.23-.54l-2.95-2.88a.734.734 0 0 0-.52-.21H3Zm6.65 16.56c-1.12 0-2.06-.87-2.15-1.99v-1.31c0-.16-.11-.33-.27-.41l-1.61-.92c-.23-.13-.38-.38-.38-.65s.14-.52.38-.65l1.58-.91c.18-.1.29-.26.29-.45V9.48a2.173 2.173 0 0 1 2.15-1.99h.85a.749.749 0 1 1 0 1.5h-.85a.65.65 0 0 0-.65.58v1.21c-.02.74-.43 1.4-1.07 1.74l-.43.25.45.26c.62.33 1.02.98 1.04 1.7v1.23c.04.33.32.58.66.58h.84c.41 0 .75.34.75.75s-.34.75-.75.75h-.85Zm4.69 0h-.85c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H14.34c.34 0 .62-.25.66-.58v-1.21c.02-.74.43-1.4 1.07-1.74l.43-.25-.45-.26c-.62-.33-1.02-.98-1.04-1.71V9.58a.658.658 0 0 0-.65-.58h-.85c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h.85c1.12 0 2.06.87 2.15 1.99v1.31c0 .16.11.33.27.41l1.6.92c.23.13.38.38.38.65s-.14.52-.38.65l-1.58.91c-.18.1-.29.26-.29.45v1.29a2.165 2.165 0 0 1-2.15 1.99Z",graphql:"M21 14.9V9.1c.9-.2 1.6-1.1 1.6-2.1 0-1.2-1-2.1-2.1-2.1-.6 0-1.2.3-1.5.7l-5-2.9c.1-.2.1-.4.1-.6C14.1 1 13.2 0 12 0S9.9 1 9.9 2.1c0 .2 0 .4.1.6L5 5.6c-.4-.4-.9-.7-1.5-.7-1.2 0-2.1 1-2.1 2.1 0 1 .7 1.8 1.6 2.1v5.7c-.9.2-1.6 1.1-1.6 2.1 0 1.2 1 2.1 2.1 2.1.6 0 1.2-.3 1.5-.7l5 2.9c-.1.2-.1.4-.1.6 0 1.2 1 2.1 2.1 2.1s2.1-1 2.1-2.1c0-.2 0-.4-.1-.6l5-2.9c.4.4.9.7 1.5.7 1.2 0 2.1-1 2.1-2.1.1-1-.6-1.8-1.6-2zm-17 0V9.1C4.9 8.9 5.6 8 5.6 7c0-.2 0-.4-.1-.6l5-2.9.1.1L4 14.9zm9.5 5.5c-.4-.4-.9-.7-1.5-.7s-1.2.3-1.5.7l-5-2.9v-.1h12.9v.1l-4.9 2.9zm5-4h-13c-.1-.4-.3-.8-.6-1l6.5-11.2c.2.1.4.1.6.1s.4 0 .6-.1l6.5 11.2c-.3.3-.5.6-.6 1zm1.5-1.5L13.5 3.7l.1-.1 5 2.9c-.1.2-.1.4-.1.6 0 1 .7 1.8 1.6 2.1v5.7z",liquid:"M12 24c-2.3 0-4.4-.9-6.1-2.5-1.7-1.6-2.6-3.8-2.6-6.1v-.3C3.3 8.6 9.7 0 12 0c2.3 0 8.7 8.6 8.7 15.1.1 4.8-3.8 8.8-8.6 8.9H12zm0-22.3C10.5 3 4.8 10 4.8 15.1v.2c.1 3.4 3.8 7.1 7.2 7.1h.1c3.4-.1 7.2-3.9 7.1-7.3C19.2 10 13.5 3 12 1.7zm-1 18.2c-2.1 0-3.8-1.7-3.8-3.8 0-.7.3-1.2.9-1.2s.7.7.7 1.4 1.1 1.8 1.8 1.8 1.1.4 1.1.8c.1.7 0 1-.7 1z",arrowRight:"M12.75 23.25a.752.752 0 0 1-.53-1.281l9.22-9.22H.75a.749.749 0 1 1 0-1.499h20.689l-9.22-9.22A.746.746 0 0 1 12.22.97c.141-.142.33-.22.53-.22s.389.078.53.22l10.5 10.5a.74.74 0 0 1 .163.245l.01.026a.73.73 0 0 1 0 .517l-.006.016a.755.755 0 0 1-.168.257L13.28 23.03a.743.743 0 0 1-.53.22z",arrowDown:"M12 18.999c-.4 0-.776-.156-1.059-.438L.22 7.841A.745.745 0 0 1 0 7.31c0-.2.078-.389.22-.53a.744.744 0 0 1 1.06 0L12 17.499 22.72 6.78a.744.744 0 0 1 1.06 0 .744.744 0 0 1 0 1.06L13.06 18.56a1.487 1.487 0 0 1-1.06.439z",search:"M23.245 23.996a.743.743 0 0 1-.53-.22L16.2 17.26a9.824 9.824 0 0 1-2.553 1.579 9.766 9.766 0 0 1-7.51.069 9.745 9.745 0 0 1-5.359-5.262c-1.025-2.412-1.05-5.08-.069-7.51S3.558 1.802 5.97.777a9.744 9.744 0 0 1 7.51-.069 9.745 9.745 0 0 1 5.359 5.262 9.748 9.748 0 0 1 .069 7.51 9.807 9.807 0 0 1-1.649 2.718l6.517 6.518a.75.75 0 0 1-.531 1.28zM9.807 1.49a8.259 8.259 0 0 0-3.25.667 8.26 8.26 0 0 0-4.458 4.54 8.26 8.26 0 0 0 .058 6.362 8.26 8.26 0 0 0 4.54 4.458 8.259 8.259 0 0 0 6.362-.059 8.285 8.285 0 0 0 2.594-1.736.365.365 0 0 1 .077-.076 8.245 8.245 0 0 0 1.786-2.728 8.255 8.255 0 0 0-.059-6.362 8.257 8.257 0 0 0-4.54-4.458 8.28 8.28 0 0 0-3.11-.608z",x:"M19.5 20.25a.743.743 0 0 1-.53-.22L12 13.061l-6.97 6.97a.744.744 0 0 1-1.06 0 .752.752 0 0 1 0-1.061L10.94 12 3.97 5.03c-.142-.141-.22-.33-.22-.53s.078-.389.22-.53c.141-.142.33-.22.53-.22s.389.078.53.22L12 10.94l6.97-6.97a.744.744 0 0 1 1.06 0c.142.141.22.33.22.53s-.078.389-.22.53L13.061 12l6.97 6.97a.75.75 0 0 1-.531 1.28z",plus:"M12 24a.75.75 0 0 1-.75-.75v-10.5H.75a.75.75 0 0 1 0-1.5h10.5V.75a.75.75 0 0 1 1.5 0v10.5h10.5a.75.75 0 0 1 0 1.5h-10.5v10.5A.75.75 0 0 1 12 24z",list:"M8.25 4.498a.75.75 0 0 1 0-1.5h15a.75.75 0 0 1 0 1.5h-15zM8.25 13.498a.75.75 0 0 1 0-1.5h15a.75.75 0 0 1 0 1.5h-15zM8.25 22.498a.75.75 0 0 1 0-1.5h15a.75.75 0 0 1 0 1.5h-15zM1.5 5.998c-.827 0-1.5-.673-1.5-1.5v-3c0-.827.673-1.5 1.5-1.5h3c.827 0 1.5.673 1.5 1.5v3c0 .827-.673 1.5-1.5 1.5h-3zm0-1.5h3v-3h-3v3zM1.5 14.998c-.827 0-1.5-.673-1.5-1.5v-3c0-.827.673-1.5 1.5-1.5h3c.827 0 1.5.673 1.5 1.5v3c0 .827-4.5 1.5-4.5 1.5zm0-1.5h3v-3h-3v3zM1.5 23.998c-.827 0-1.5-.673-1.5-1.5v-3c0-.827.673-1.5 1.5-1.5h3c.827 0 1.5.673 1.5 1.5v3c0 .827-.673 1.5-1.5 1.5h-3zm0-1.5h3v-3h-3v3z",tiles:"M2.25 10.497A2.252 2.252 0 0 1 0 8.247v-6a2.252 2.252 0 0 1 2.25-2.25h6a2.252 2.252 0 0 1 2.25 2.25v6a2.252 2.252 0 0 1-2.25 2.25h-6zm0-9a.75.75 0 0 0-.75.75v6c0 .414.336.75.75.75h6a.75.75 0 0 0 .75-.75v-6a.75.75 0 0 0-.75-.75h-6zM2.25 23.997A2.252 2.252 0 0 1 0 21.747v-6a2.252 2.252 0 0 1 2.25-2.25h6a2.252 2.252 0 0 1 2.25 2.25v6a2.252 2.252 0 0 1-2.25 2.25h-6zm0-9a.75.75 0 0 0-.75.75v6c0 .414.336.75.75.75h6a.75.75 0 0 0 .75-.75v-6a.75.75 0 0 0-.75-.75h-6zM15.75 10.497a2.252 2.252 0 0 1-2.25-2.25v-6a2.252 2.252 0 0 1 2.25-2.25h6A2.252 2.252 0 0 1 24 2.247v6a2.252 2.252 0 0 1-2.25 2.25h-6zm0-9a.75.75 0 0 0-.75.75v6c0 .414.336.75.75.75h6a.75.75 0 0 0 .75-.75v-6a.75.75 0 0 0-.75-.75h-6zM15.75 23.997a2.252 2.252 0 0 1-2.25-2.25v-6a2.252 2.252 0 0 1 2.25-2.25h6a2.252 2.252 0 0 1 2.25 2.25v6a2.252 2.252 0 0 1-2.25 2.25h-6zm0-9a.75.75 0 0 0-.75.75v6c0 .414.336.75.75.75h6a.75.75 0 0 0 .75-.75v-6a.75.75 0 0 0-.75-.75h-6z",pencil:"M.748 24a.755.755 0 0 1-.531-.22.754.754 0 0 1-.196-.716l1.77-6.905a.84.84 0 0 1 .045-.121.73.73 0 0 1 .151-.223L16.513 1.289A4.355 4.355 0 0 1 19.611 0c1.178 0 2.277.454 3.106 1.279l.029.029a4.367 4.367 0 0 1 1.251 3.121 4.356 4.356 0 0 1-1.32 3.087L8.183 22.01a.735.735 0 0 1-.231.154.784.784 0 0 1-.111.042L.933 23.978A.773.773 0 0 1 .748 24zm1.041-1.791 4.41-1.131-3.281-3.275-1.129 4.406zm5.868-1.795 13.02-13.02-4.074-4.074L3.58 16.344l4.077 4.07zM21.736 6.332a2.893 2.893 0 0 0-.059-3.972l-.02-.02a2.872 2.872 0 0 0-2.037-.84v-.375l-.001.375a2.873 2.873 0 0 0-1.954.762l4.071 4.07z",expand:"M23.25 7.498a.75.75 0 0 1-.75-.75V2.559l-3.97 3.97a.746.746 0 0 1-1.06-.001c-.142-.141-.22-.33-.22-.53s.078-.389.22-.53l3.97-3.97h-4.19a.75.75 0 0 1 0-1.5h6a.735.735 0 0 1 .293.06.75.75 0 0 1 .4.404l.01.026c.03.082.047.17.047.26v6a.75.75 0 0 1-.75.75zM.75 23.998a.755.755 0 0 1-.26-.047l-.022-.008A.754.754 0 0 1 0 23.248v-6a.75.75 0 0 1 1.5 0v4.189l3.97-3.97a.744.744 0 0 1 1.06 0 .752.752 0 0 1 0 1.061l-3.97 3.97h4.19a.75.75 0 0 1 0 1.5h-6zM.75 7.498a.75.75 0 0 1-.75-.75v-6A.74.74 0 0 1 .048.487L.055.466a.754.754 0 0 1 .41-.411L.49.045a.737.737 0 0 1 .26-.047h6a.75.75 0 0 1 0 1.5H2.561l3.97 3.97c.142.141.22.33.22.53s-.078.389-.22.53a.747.747 0 0 1-1.061 0L1.5 2.559v4.189a.75.75 0 0 1-.75.75zM17.25 23.998a.75.75 0 0 1 0-1.5h4.189l-3.97-3.97a.752.752 0 0 1 .53-1.281c.2 0 .389.078.53.22l3.97 3.97v-4.189a.75.75 0 0 1 1.501 0v6a.767.767 0 0 1-.046.258l-.006.017a.763.763 0 0 1-.412.419l-.026.01a.73.73 0 0 1-.259.047H17.25zM9 16.498c-.827 0-1.5-.673-1.5-1.5v-6c0-.827.673-1.5 1.5-1.5h6c.827 0 1.5.673 1.5 1.5v6c0 .827-.673 1.5-1.5 1.5H9zm0-1.5h6v-6H9v6z",collapse:"M17.25 7.498a.735.735 0 0 1-.261-.048l-.032-.012a.75.75 0 0 1-.4-.404l-.01-.026a.739.739 0 0 1-.047-.26v-6a.75.75 0 0 1 1.5 0v4.189l4.72-4.72a.744.744 0 0 1 1.06 0 .747.747 0 0 1 0 1.061l-4.72 4.72h4.189a.75.75 0 0 1 0 1.5H17.25zM6.75 23.998a.75.75 0 0 1-.75-.75v-4.189l-4.72 4.72a.744.744 0 0 1-1.06 0 .752.752 0 0 1 0-1.061l4.72-4.72H.75a.75.75 0 0 1 0-1.5h6c.088 0 .175.016.26.047l.022.008a.756.756 0 0 1 .468.695v6a.75.75 0 0 1-.75.75zM23.25 23.998a.743.743 0 0 1-.53-.22L18 19.059v4.189a.75.75 0 0 1-1.5 0v-6c0-.087.016-.174.046-.258l.006-.017a.763.763 0 0 1 .412-.419l.026-.01a.733.733 0 0 1 .259-.047h6a.75.75 0 0 1 0 1.5H19.06l4.72 4.72a.752.752 0 0 1-.53 1.281zM.75 7.498a.75.75 0 0 1 0-1.5h4.189l-4.72-4.72A.746.746 0 0 1 .22.218c.141-.142.33-.22.53-.22s.389.078.53.22L6 4.938V.748a.75.75 0 0 1 1.5 0v6a.735.735 0 0 1-.048.261l-.007.021a.76.76 0 0 1-.695.468h-6zM9 16.498c-.827 0-1.5-.673-1.5-1.5v-6c0-.827.673-1.5 1.5-1.5h6c.827 0 1.5.673 1.5 1.5v6c0 .827-.673 1.5-1.5 1.5H9zm0-1.5h6v-6H9v6z",eye:"M11.8 19.5c-4.3 0-8.6-3-11.2-5.9-.8-.9-.8-2.3 0-3.2 2.6-2.8 6.9-5.9 11.2-5.9h.4c4.3 0 8.6 3 11.2 5.9.8.9.8 2.3 0 3.2-2.6 2.8-6.9 5.9-11.2 5.9h-.4zM11.9 6C8 6 4.1 8.8 1.7 11.4c-.3.3-.3.9 0 1.2C4.1 15.2 8 18 11.9 18h.2c3.9 0 7.8-2.8 10.1-5.4.3-.3.3-.9 0-1.2C19.9 8.8 16 6 12.1 6h-.2zm.1 10.5c-1.2 0-2.3-.5-3.2-1.3s-1.3-2-1.3-3.2c0-2.5 2-4.5 4.5-4.5 1.2 0 2.3.5 3.2 1.3.8.9 1.3 2 1.3 3.2 0 1.2-.5 2.3-1.3 3.2-.9.8-2 1.3-3.2 1.3zM12 9c-1.7 0-3 1.3-3 3 0 .8.3 1.6.9 2.1.6.6 1.3.9 2.1.9s1.6-.3 2.1-.9.9-1.3.9-2.1-.3-1.6-.9-2.1c-.5-.6-1.3-.9-2.1-.9z",eyeStriked:"M2.8 21.8c-.2 0-.4-.1-.5-.2-.2-.2-.3-.4-.3-.6 0-.2.1-.4.2-.5L21 2.5c.1-.1.3-.2.5-.2s.4.1.5.2c.1.1.2.3.2.5s-.1.4-.2.5l-18.8 18c0 .2-.2.3-.4.3zm9.2-1.6h-.1c-1 0-2.1-.2-3.1-.5-.4-.1-.6-.5-.5-.9.1-.3.4-.5.7-.5h.2c.9.3 1.8.4 2.7.4h.2c3.9 0 7.8-2.8 10.1-5.4.3-.3.3-.9 0-1.2-.9-1-1.9-1.9-3-2.7-.1 0-.2-.2-.2-.4s0-.4.1-.6c.1-.2.4-.3.6-.3.2 0 .3.1.4.1 1.2.8 2.2 1.8 3.2 2.9.8.9.8 2.3 0 3.2-2.6 2.8-6.9 5.9-11.2 5.9H12zM3.8 17c-.2 0-.3-.1-.5-.2-1-.7-1.9-1.6-2.7-2.5-.8-.9-.8-2.3 0-3.2 2.6-2.8 6.9-5.9 11.2-5.9h.2c.8 0 1.7.1 2.5.3.4.1.6.5.5.9.1.4-.2.6-.6.6h-.2c-.7-.2-1.4-.3-2.1-.3h-.2C8 6.8 4.1 9.5 1.7 12.1c-.3.3-.3.9 0 1.2.8.8 1.6 1.6 2.5 2.3.2.1.3.3.3.5s0 .4-.2.6c-.1.2-.3.3-.5.3zm4.4-3.5c-.4 0-.8-.3-.8-.8 0-1.2.5-2.3 1.3-3.2s2-1.3 3.2-1.3c.2 0 .4.2.4.4v.8c0 .1 0 .2-.1.3s-.1.1-.2.1c-.8 0-1.6.3-2.1.9-.6.5-.9 1.2-.9 2.1 0 .2-.1.4-.2.5-.2.1-.4.2-.6.2zm3.8 3.7c-.2 0-.4-.2-.4-.4V16c0-.1 0-.2.1-.3.1-.1.2-.1.3-.1.8 0 1.6-.3 2.1-.9.6-.6.9-1.3.9-2.1 0-.4.3-.8.8-.8s.8.3.8.8c0 1.2-.5 2.3-1.3 3.2-1 1-2.1 1.4-3.3 1.4z",book:"M12 23.999a.755.755 0 0 1-.548-.238c-.017-.017-2.491-2.398-10.212-2.494A1.26 1.26 0 0 1 0 20.025V4.249c0-.334.137-.659.375-.892.242-.232.557-.358.89-.358 5.718.073 8.778 1.302 10.258 2.199a6.773 6.773 0 0 1 1.572-2.664A8.513 8.513 0 0 1 17.071.055a1.346 1.346 0 0 1 1.1.153c.353.218.57.6.579 1.02v2.053A31.709 31.709 0 0 1 22.727 3 1.259 1.259 0 0 1 24 4.245v15.772a1.265 1.265 0 0 1-1.243 1.25c-7.724.096-10.193 2.478-10.217 2.502l-.031.03a.742.742 0 0 1-.509.2zM1.5 19.771c5.263.097 8.233 1.194 9.75 2.037V6.826c-.72-.546-3.417-2.201-9.75-2.323v15.268zm17.25-2.926a.751.751 0 0 1-.598.734 7.44 7.44 0 0 0-3.967 2.238 5.3 5.3 0 0 0-1.15 1.838c1.58-.81 4.502-1.794 9.464-1.885V4.502a30.64 30.64 0 0 0-3.75.292v12.051zm-6 2.334c.11-.135.225-.266.345-.39a8.92 8.92 0 0 1 4.155-2.533V1.569a7.055 7.055 0 0 0-3.057 1.986 5.343 5.343 0 0 0-1.443 2.997v12.627z",serverSettings:"M5.3 4.1c.6 0 1.1.5 1.1 1.1s-.5 1.2-1.1 1.2-1.2-.5-1.2-1.1.5-1.2 1.2-1.2zm0 9c.6 0 1.1.5 1.1 1.1s-.5 1.1-1.1 1.1-1.1-.5-1.1-1.1.4-1.1 1.1-1.1zm0 6.4c-2.9 0-5.2-2.4-5.2-5.2 0-1.9 1-3.6 2.5-4.5C1 8.8 0 7.1 0 5.3 0 2.4 2.4 0 5.3 0h12c1.4 0 2.7.5 3.7 1.5s1.5 2.3 1.5 3.7c0 1.3-.5 2.5-1.3 3.5-.1.2-.3.3-.6.3-.2 0-.4-.1-.5-.2-.2-.1-.2-.3-.3-.5s.1-.4.2-.5c.7-.8 1-1.6 1-2.6s-.4-1.9-1.1-2.7c-.7-.7-1.6-1.1-2.7-1.1h-12c-2.1 0-3.8 1.7-3.8 3.8S3.2 9 5.3 9h7.4c.4 0 .8.3.8.8s-.3.8-.8.8H5.3c-2.1 0-3.8 1.7-3.8 3.8S3.2 18 5.3 18h3c.4 0 .7.3.7.8s-.3.8-.8.8l-2.9-.1zM10.5 6c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h6.7c.4 0 .8.3.8.8s-.3.8-.7.8h-6.8zm6.8 12.8c-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2 2.2 1 2.2 2.2-1 2.2-2.2 2.2zm0-3c-.4 0-.8.3-.8.7s.3.8.8.8.8-.3.8-.8-.4-.7-.8-.7zm0 8.2c-.2 0-.4 0-.6-.1-.7-.2-1.2-.7-1.4-1.4l-.4-1.4c0-.1-.1-.2-.2-.2h-.1l-1.5.3c-.2 0-.3.1-.5.1-.4 0-.8-.1-1.1-.3-.5-.3-.8-.8-.9-1.3-.2-.7 0-1.4.5-1.9l1-1.1c.1-.1.1-.2 0-.3l-1-1.1c-.4-.4-.6-.9-.6-1.5s.3-1.1.7-1.5c.4-.4.9-.6 1.4-.6.2 0 .3 0 .5.1l1.5.3h.1c.1 0 .2-.1.2-.2l.4-1.5c.2-.5.5-1 1-1.2.3-.2.6-.2 1-.2.2 0 .4 0 .6.1.7.2 1.2.7 1.4 1.4l.4 1.4c0 .1.1.2.2.2h.1l1.5-.3c.2 0 .3-.1.5-.1.4 0 .8.1 1.1.3.5.3.8.8.9 1.3.2.7 0 1.4-.5 1.9l-1 1.1c-.1.1-.1.2 0 .3l1 1.1c.4.4.6.9.6 1.5s-.3 1.1-.7 1.5c-.4.4-.9.6-1.4.6-.2 0-.3 0-.5-.1l-1.5-.3h-.1c-.1 0-.2.1-.2.2l-.4 1.4c-.2.5-.5 1-1 1.2-.4.2-.7.3-1 .3zm-2.7-4.6c.8 0 1.4.5 1.7 1.2l.4 1.5c.1.2.2.3.4.4h.2c.1 0 .2 0 .3-.1l.3-.3.4-1.5c.2-.7.9-1.2 1.7-1.2h.4l1.5.3h.1c.1 0 .3-.1.4-.2.1-.1.2-.3.2-.4 0-.2-.1-.3-.2-.4l-1-1.1c-.6-.7-.6-1.7 0-2.4l1-1.1c.1-.1.2-.3.1-.5-.1-.3-.3-.5-.6-.5h-.1l-1.5.3h-.4c-.8 0-1.4-.5-1.7-1.2l-.4-1.5c-.1-.2-.2-.3-.4-.4h-.2c-.1 0-.2 0-.3.1l-.3.3-.4 1.5c-.2.7-.9 1.2-1.7 1.2h-.4l-1.5-.3h-.1c-.1 0-.3.1-.4.2-.1.1-.2.3-.2.4 0 .2.1.3.2.4l1 1.1c.6.7.6 1.7 0 2.4l-1 1.1c-.1.2-.1.4-.1.6 0 .2.1.3.3.4.1.1.2.1.3.1h.1l1.5-.3c.1-.1.3-.1.4-.1z",pin:"M.75 23.999a.743.743 0 0 1-.53-.22c-.142-.141-.22-.33-.22-.53s.078-.389.22-.53l7.474-7.474-3.575-3.575a2.248 2.248 0 0 1-.588-2.16c.151-.582.52-1.07 1.039-1.374a8.266 8.266 0 0 1 5.564-1.002l3.877-6.094c.089-.139.192-.268.308-.383.424-.425.989-.659 1.59-.659s1.166.234 1.591.659L23.343 6.5a2.236 2.236 0 0 1 .605 2.079 2.238 2.238 0 0 1-.988 1.41l-6.092 3.877a8.257 8.257 0 0 1-1 5.562 2.234 2.234 0 0 1-1.942 1.114 2.239 2.239 0 0 1-1.593-.661l-3.576-3.577L1.28 23.78a.746.746 0 0 1-.53.219zM8.72 8.513c-1.186 0-2.36.318-3.394.919a.746.746 0 0 0-.148 1.175l8.214 8.214c.142.142.331.22.532.22a.743.743 0 0 0 .646-.369 6.737 6.737 0 0 0 .728-4.985.75.75 0 0 1 .326-.808l6.529-4.155a.748.748 0 0 0 .128-1.163L16.44 1.718a.745.745 0 0 0-.531-.22.743.743 0 0 0-.633.348l-4.155 6.53a.746.746 0 0 1-.808.326 6.809 6.809 0 0 0-1.593-.189z",pinFilled:"M.8 24c-.2 0-.4-.1-.5-.2-.2-.2-.3-.4-.3-.6s.1-.4.2-.5l7.5-7.5-3.6-3.6c-.1-.1-.3-.3-.4-.5-.3-.5-.4-1.1-.2-1.7.2-.6.5-1.1 1-1.4 1.3-.6 2.8-1 4.2-1 .5 0 .9 0 1.4.1L14 1c.1-.1.2-.3.3-.4.4-.4 1-.7 1.6-.7s1.2.2 1.6.7l5.8 5.8c.1.1.2.2.3.4.4.6.5 1.2.3 1.8-.1.6-.5 1.1-1 1.4l-6.1 3.9c.3 1.9 0 3.9-1 5.6-.1.2-.2.3-.4.5-.4.4-1 .7-1.6.7-.6 0-1.2-.2-1.6-.7l-3.6-3.6-7.5 7.5s-.2.1-.3.1z",trash:"M6.6 23.2c-1.2 0-2.1-.9-2.2-2.1L3.1 5.2H1.5c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h6V3c0-1.2 1-2.2 2.2-2.2h4.5c1.2 0 2.2 1 2.2 2.2v.8h6c.4 0 .8.3.8.8s-.3.8-.8.8h-1.6l-1.3 15.9c-.1 1.2-1.1 2.1-2.2 2.1H6.6zm-.7-2.1c0 .4.4.7.7.7h10.7c.4 0 .7-.3.7-.7l1.3-15.8H4.6l1.3 15.8zM15 3.8V3c0-.4-.3-.8-.8-.8H9.8c-.5 0-.8.4-.8.8v.8h6zM9.8 18c-.5 0-.8-.3-.8-.8V9.8c0-.5.3-.8.8-.8s.8.3.8.8v7.5c-.1.4-.4.7-.8.7zm4.4 0c-.4 0-.8-.3-.8-.8V9.8c0-.4.3-.8.8-.8s.8.3.8.8v7.5c0 .4-.3.7-.8.7z",navigationMenuVertical:"M11.987 24.003c-1.861 0-3.375-1.514-3.375-3.375s1.514-3.375 3.375-3.375 3.375 1.514 3.375 3.375-1.514 3.375-3.375 3.375zm0-5.25c-1.034 0-1.875.841-1.875 1.875s.841 1.875 1.875 1.875 1.875-.841 1.875-1.875-.841-1.875-1.875-1.875zM11.987 6.753c-1.861 0-3.375-1.514-3.375-3.375S10.126.003 11.987.003s3.375 1.514 3.375 3.375-1.514 3.375-3.375 3.375zm0-5.25c-1.034 0-1.875.841-1.875 1.875s.841 1.875 1.875 1.875 1.875-.841 1.875-1.875-.841-1.875-1.875-1.875zM11.987 15.378a3.379 3.379 0 0 1-3.375-3.375c0-1.861 1.514-3.375 3.375-3.375s3.375 1.514 3.375 3.375a3.379 3.379 0 0 1-3.375 3.375zm0-5.25c-1.034 0-1.875.841-1.875 1.875s.841 1.875 1.875 1.875 1.875-.841 1.875-1.875-.841-1.875-1.875-1.875z",copy:"M4.5 24a2.252 2.252 0 0 1-2.25-2.25V8.25A2.252 2.252 0 0 1 4.5 6h2.25V2.25A2.252 2.252 0 0 1 9 0h7.629c.601 0 1.165.234 1.59.658l2.872 2.872c.425.425.659.99.659 1.59v10.63A2.252 2.252 0 0 1 19.5 18h-2.25v3.75A2.252 2.252 0 0 1 15 24H4.5zm0-16.5a.75.75 0 0 0-.75.75v13.5c0 .414.336.75.75.75H15a.75.75 0 0 0 .75-.75V11.121c0-.197-.08-.39-.219-.53l-2.872-2.872a.748.748 0 0 0-.53-.219H4.5zm15 9a.75.75 0 0 0 .75-.75V5.121c0-.197-.08-.39-.219-.53l-2.872-2.872a.748.748 0 0 0-.53-.219H9a.75.75 0 0 0-.75.75V6h3.879c.6 0 1.165.234 1.59.658l2.872 2.872c.425.425.659.99.659 1.59v5.38h2.25z",refresh:"M12.723 22.497c-1.385 0-2.737-.271-4.019-.804a.747.747 0 0 1-.404-.98.748.748 0 0 1 .98-.405 8.924 8.924 0 0 0 3.445.689 8.935 8.935 0 0 0 6.204-2.489 8.91 8.91 0 0 0 2.762-6.283 8.911 8.911 0 0 0-2.482-6.399 8.892 8.892 0 0 0-6.483-2.765 8.921 8.921 0 0 0-6.199 2.485 8.937 8.937 0 0 0-2.746 5.833c-.14 2 .375 3.948 1.462 5.589v-2.72a.75.75 0 0 1 1.5 0v4.5a.75.75 0 0 1-.75.75h-.238a.364.364 0 0 1-.096 0H1.493a.75.75 0 0 1 0-1.5h2.636a10.467 10.467 0 0 1-1.822-6.964l.007-.076.019-.197.006-.045A10.54 10.54 0 0 1 5.497 4.42a10.465 10.465 0 0 1 7.264-2.913c1.385 0 2.738.269 4.019.8a.74.74 0 0 1 .26.18 10.382 10.382 0 0 1 3.253 2.301c3.991 4.171 3.844 10.812-.327 14.803a10.43 10.43 0 0 1-7.241 2.905h-.002z",resizeHorizontal:"M5.2 2.3c0-.4.3-.8.8-.8s.8.3.8.8v19.5c0 .4-.3.8-.8.8s-.8-.3-.8-.8V2.3zm6 0c0-.4.3-.8.8-.8s.8.3.8.8v19.5c0 .4-.3.8-.8.8s-.8-.3-.8-.8V2.3zm6 0c0-.4.3-.8.8-.8s.8.3.8.8v19.5c0 .4-.3.8-.8.8s-.8-.3-.8-.8V2.3z",info:"M14.6 23.5c-2.4 0-4.3-1.9-4.3-4.3v-8.5H8.2c-.6 0-1.1-.5-1.1-1.1s.5-1.1 1.1-1.1h1.6c1.5 0 2.7 1.2 2.7 2.7v8c0 1.2.9 2.1 2.1 2.1h1.6c.6 0 1.1.5 1.1 1.1s-.5 1.1-1.1 1.1h-1.6zm-4-19.2c-1 0-1.9-.9-1.9-1.9S9.6.5 10.6.5s1.9.9 1.9 1.9-.9 1.9-1.9 1.9z",sortAZ:"M8.8 0h-7C.8 0 0 .8 0 1.8v9h1.5v-4H9v3.9h1.5v-9C10.5.8 9.7 0 8.8 0zM1.5 5.4V1.8c0-.1.1-.2.2-.2h7c.2-.1.3 0 .3.2v3.6H1.5zm8.8 17.1V24H1.6c-.4 0-.9-.1-1.1-.4-.3-.3-.5-1 0-1.6l7.2-7.3H0v-1.5h8.5c.4 0 .8.2 1.1.4.5.4.5 1-.1 1.6l-7.2 7.3h8zm8.4-1.3h-.1c-.4 0-.7-.2-.9-.4l-4-4.3c-.1-.1-.2-.3-.2-.5s.1-.4.2-.5c.1-.1.3-.2.5-.2s.4.1.5.2l3.2 3.5V4c0-.4.3-.8.8-.8s.8.3.8.8v14.9l3.2-3.4c.1-.2.3-.2.5-.2s.4.1.5.2c.1.1.2.3.2.5s-.1.4-.2.5l-4 4.3c-.3.3-.6.4-.9.4h-.1z",sortZA:"M8.8 13.2h-7C.8 13.2 0 14 0 15v9h1.5v-3.9H9V24h1.5v-9c0-1-.8-1.8-1.7-1.8zm-7.3 5.4V15c0-.1.1-.2.2-.2h7c.2 0 .3.1.3.2v3.6H1.5zm8.8-9.4v1.5H1.6c-.4 0-.9-.1-1.1-.4-.3-.2-.5-.9 0-1.5l7.2-7.3H0V0h8.5c.4 0 .8.2 1.1.4.5.4.5 1-.1 1.6L2.4 9.2h7.9zm8.4 12h-.1c-.4 0-.7-.2-.9-.4l-4-4.3c-.1-.1-.2-.3-.2-.5s.1-.4.2-.5c.1-.1.3-.2.5-.2s.4.1.5.2l3.2 3.5V4c0-.4.3-.8.8-.8s.8.3.8.8v14.9l3.2-3.4c.1-.2.3-.2.5-.2s.4.1.5.2c.1.1.2.3.2.5s-.1.4-.2.5l-4 4.3c-.3.3-.6.4-.9.4h-.1z"};return s.$$set=z=>{"icon"in z&&c(0,l=z.icon),"size"in z&&c(1,i=z.size)},s.$$.update=()=>{s.$$.dirty&1&&c(2,h=V[l]),s.$$.dirty&5&&(h||console.warn(`There is no icon named %c${l} %cavailable. Not rendering anything.`,"font-weight: bold","font-weight: normal"))},[l,i,h]}class Z extends f{constructor(a){super(),L(this,a,A,C,d,{icon:0,size:1})}}export{Z as I}; diff --git a/gui/next/build/_app/immutable/chunks/Icon.a5fa4953.js b/gui/next/build/_app/immutable/chunks/Icon.a5fa4953.js new file mode 100644 index 00000000..fcb91431 --- /dev/null +++ b/gui/next/build/_app/immutable/chunks/Icon.a5fa4953.js @@ -0,0 +1 @@ +import{s as f,e as m,i as H,A as t,d as e,a0 as M,a1 as n,h as o,j as v,u as L}from"./scheduler.e2aa1391.js";import{S as d,i as u}from"./index.12b5c620.js";function r(s){let a,c;return{c(){a=M("svg"),c=M("path"),this.h()},l(h){a=n(h,"svg",{width:!0,height:!0,viewBox:!0,fill:!0,xmlns:!0});var l=o(a);c=n(l,"path",{d:!0}),o(c).forEach(e),l.forEach(e),this.h()},h(){v(c,"d",s[2]),v(a,"width",s[1]),v(a,"height",s[1]),v(a,"viewBox","0 0 24 24"),v(a,"fill","currentColor"),v(a,"xmlns","http://www.w3.org/2000/svg")},m(h,l){H(h,a,l),L(a,c)},p(h,l){l&4&&v(c,"d",h[2]),l&2&&v(a,"width",h[1]),l&2&&v(a,"height",h[1])},d(h){h&&e(a)}}}function A(s){let a,c=s[0]&&r(s);return{c(){c&&c.c(),a=m()},l(h){c&&c.l(h),a=m()},m(h,l){c&&c.m(h,l),H(h,a,l)},p(h,[l]){h[0]?c?c.p(h,l):(c=r(h),c.c(),c.m(a.parentNode,a)):c&&(c.d(1),c=null)},i:t,o:t,d(h){h&&e(a),c&&c.d(h)}}}function C(s,a,c){let h,{icon:l=!1}=a,{size:i=24}=a;const V={database:"M12 24c-6.841 0-12-2.257-12-5.25V5.251C0 2.258 5.159.001 12 .001s12 2.257 12 5.25V18.75C24 21.743 18.841 24 12 24zM1.5 18.75c0 1.533 3.739 3.75 10.5 3.75s10.5-2.217 10.5-3.75v-4.137c-2.053 1.622-6.023 2.637-10.5 2.637s-8.446-1.016-10.5-2.637v4.137zm0-6.75c0 1.533 3.739 3.75 10.5 3.75S22.5 13.533 22.5 12V7.863C20.446 9.485 16.477 10.5 12 10.5S3.554 9.485 1.5 7.863V12zM12 1.501c-6.761 0-10.5 2.217-10.5 3.75s3.739 3.75 10.5 3.75 10.5-2.217 10.5-3.75-3.739-3.75-10.5-3.75z",users:"M4.5 9c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3Zm0-4.5C3.67 4.5 3 5.17 3 6s.67 1.5 1.5 1.5S6 6.83 6 6s-.67-1.5-1.5-1.5ZM3 22.5c-.38 0-.7-.28-.74-.66l-.67-5.34H.75c-.41 0-.75-.34-.75-.75V13.5C0 11.02 2.02 9 4.5 9c.41 0 .75.34.75.75s-.34.75-.75.75c-1.65 0-3 1.35-3 3V15h.75c.38 0 .7.28.74.66L3.66 21H6c.41 0 .75.34.75.75s-.34.75-.75.75H3ZM19.5 9c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3Zm0-4.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5S21 6.83 21 6s-.67-1.5-1.5-1.5Zm-1.5 18c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.34l.67-5.34c.05-.38.37-.66.74-.66h.75v-1.5c0-1.65-1.35-3-3-3-.41 0-.75-.34-.75-.75s.34-.75.75-.75c2.48 0 4.5 2.02 4.5 4.5v2.25c0 .41-.34.75-.75.75h-.84l-.67 5.34c-.05.38-.37.66-.74.66h-3Zm-6-15c-2.07 0-3.75-1.68-3.75-3.75S9.93 0 12 0s3.75 1.68 3.75 3.75S14.07 7.5 12 7.5Zm0-6c-1.24 0-2.25 1.01-2.25 2.25S10.76 6 12 6s2.25-1.01 2.25-2.25S13.24 1.5 12 1.5ZM9.75 24a.75.75 0 0 1-.75-.67l-.68-6.83H6.75c-.41 0-.75-.34-.75-.75V13.5c0-3.31 2.69-6 6-6s6 2.69 6 6v2.25c0 .41-.34.75-.75.75h-1.57L15 23.33a.75.75 0 0 1-.75.67h-4.5Zm3.82-1.5.68-6.82c.04-.38.36-.68.75-.68h1.5v-1.5c0-2.48-2.02-4.5-4.5-4.5s-4.5 2.02-4.5 4.5V15H9c.39 0 .71.29.75.68l.68 6.82h3.14Z",log:"m5.25,24c-1.24,0-2.25-1.01-2.25-2.25v-3c0-.41.34-.75.75-.75s.75.34.75.75v3c0,.41.34.75.75.75h13.5c.41,0,.75-.34.75-.75v-3c0-.41.34-.75.75-.75s.75.34.75.75v3c0,1.24-1.01,2.25-2.25,2.25H5.25Zm15-10.5c-.41,0-.75-.34-.75-.75v-7.5c0-.41-.34-.75-.75-.75h-2.25v1.5c0,.83-.67,1.5-1.5,1.5h-6c-.83,0-1.5-.67-1.5-1.5v-1.5h-2.25c-.41,0-.75.34-.75.75v7.5c0,.41-.34.75-.75.75s-.75-.34-.75-.75v-7.5c0-1.24,1.01-2.25,2.25-2.25h2.25c0-.83.67-1.5,1.5-1.5h.31c.52-.92,1.5-1.5,2.56-1.5.04,0,.08,0,.12,0,.04,0,.09,0,.13,0,1.07,0,2.05.58,2.56,1.5h.31c.83,0,1.5.67,1.5,1.5h2.25c1.24,0,2.25,1.01,2.25,2.25v7.5c0,.41-.34.75-.75.75Zm-11.25-7.5h6v-3h-.8c-.32,0-.61-.21-.71-.51-.19-.59-.74-.99-1.37-.99-.03,0-.05,0-.08,0,0,0-.04,0-.04,0-.01,0-.09,0-.11,0-.62,0-1.18.4-1.37.99-.1.31-.39.52-.71.52h-.8v3Zm3.04,13.63c-.17,0-.34-.04-.49-.11-.27-.13-.47-.36-.57-.65l-2.08-5.73-1.37,2.73c-.19.38-.58.62-1.01.62H.75c-.41,0-.75-.34-.75-.75s.34-.75.75-.75h5.54l1.65-3.31c.13-.27.37-.47.65-.56.12-.04.24-.06.36-.06.17,0,.35.04.5.12.26.13.46.35.56.62l2.07,5.69,1.93-4.33c.18-.41.59-.67,1.03-.67.16,0,.31.03.46.1.24.11.43.29.55.52l.94,1.88h6.28c.41,0,.75.34.75.75s-.34.75-.75.75h-6.51c-.43,0-.81-.24-1.01-.62l-.69-1.37-1.98,4.45c-.12.28-.36.51-.67.61-.12.04-.24.06-.36.06Z",backgroundJob:"M23.6 7.3v.3c0 .1-.1.2-.2.3l-3 3c-.2.1-.4.1-.6.1-.2 0-.4-.1-.5-.2-.1-.1-.2-.3-.2-.5s.1-.4.2-.5L21 8H1.2c-.4 0-.8-.4-.8-.8s.3-.9.8-.9H21l-1.7-1.5c-.1-.1-.2-.3-.2-.5s.1-.4.2-.5c.1-.1.3-.2.5-.2s.4.1.5.2l3 3c.1.1.1.2.2.2.1.1.1.2.1.3zM4 10.4c-.4 0-.7.3-.7.7-.1 1.1 0 2.2.3 3.3 0 .4.3.6.7.6h.2c.4-.1.6-.5.5-.9-.2-.9-.3-1.9-.2-2.8 0-.5-.3-.8-.8-.9.1 0 0 0 0 0zm2.6 5.3c-.3 0-.6.2-.7.6-.1.4.2.8.6.9.8.2 1.6.3 2.4.3h.9c.4 0 .7-.4.7-.8s-.4-.7-.7-.7H9c-.7 0-1.4-.1-2.1-.2-.2-.1-.2-.1-.3-.1zm9.8-2.7c-.2 0-.4.1-.5.2-.1.1-.2.3-.2.5s.1.4.2.5l1.7 1.7h-3.4c-.4 0-.8.3-.8.8 0 .4.3.8.8.8h3.4l-1.7 1.7c-.1.1-.2.3-.2.5s.1.4.2.5c.1.1.3.2.5.2s.4-.1.5-.2l3-3c.1-.1.1-.2.2-.2v-.6c0-.1-.1-.2-.2-.3l-3-3c-.2-.1-.3-.1-.5-.1z",constant:"M3 24C1.76 24 .75 22.99.75 21.75V2.25C.75 1.01 1.76 0 3 0h15.05c.59 0 1.15.23 1.57.64l2.95 2.88c.43.42.68 1.01.68 1.61v16.62c0 1.24-1.01 2.25-2.25 2.25H3ZM3 1.5c-.41 0-.75.34-.75.75v19.5c0 .41.34.75.75.75h18c.41 0 .75-.34.75-.75V5.14c0-.2-.08-.4-.23-.54l-2.95-2.88a.734.734 0 0 0-.52-.21H3Zm6.65 16.56c-1.12 0-2.06-.87-2.15-1.99v-1.31c0-.16-.11-.33-.27-.41l-1.61-.92c-.23-.13-.38-.38-.38-.65s.14-.52.38-.65l1.58-.91c.18-.1.29-.26.29-.45V9.48a2.173 2.173 0 0 1 2.15-1.99h.85a.749.749 0 1 1 0 1.5h-.85a.65.65 0 0 0-.65.58v1.21c-.02.74-.43 1.4-1.07 1.74l-.43.25.45.26c.62.33 1.02.98 1.04 1.7v1.23c.04.33.32.58.66.58h.84c.41 0 .75.34.75.75s-.34.75-.75.75h-.85Zm4.69 0h-.85c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H14.34c.34 0 .62-.25.66-.58v-1.21c.02-.74.43-1.4 1.07-1.74l.43-.25-.45-.26c-.62-.33-1.02-.98-1.04-1.71V9.58a.658.658 0 0 0-.65-.58h-.85c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h.85c1.12 0 2.06.87 2.15 1.99v1.31c0 .16.11.33.27.41l1.6.92c.23.13.38.38.38.65s-.14.52-.38.65l-1.58.91c-.18.1-.29.26-.29.45v1.29a2.165 2.165 0 0 1-2.15 1.99Z",graphql:"M21 14.9V9.1c.9-.2 1.6-1.1 1.6-2.1 0-1.2-1-2.1-2.1-2.1-.6 0-1.2.3-1.5.7l-5-2.9c.1-.2.1-.4.1-.6C14.1 1 13.2 0 12 0S9.9 1 9.9 2.1c0 .2 0 .4.1.6L5 5.6c-.4-.4-.9-.7-1.5-.7-1.2 0-2.1 1-2.1 2.1 0 1 .7 1.8 1.6 2.1v5.7c-.9.2-1.6 1.1-1.6 2.1 0 1.2 1 2.1 2.1 2.1.6 0 1.2-.3 1.5-.7l5 2.9c-.1.2-.1.4-.1.6 0 1.2 1 2.1 2.1 2.1s2.1-1 2.1-2.1c0-.2 0-.4-.1-.6l5-2.9c.4.4.9.7 1.5.7 1.2 0 2.1-1 2.1-2.1.1-1-.6-1.8-1.6-2zm-17 0V9.1C4.9 8.9 5.6 8 5.6 7c0-.2 0-.4-.1-.6l5-2.9.1.1L4 14.9zm9.5 5.5c-.4-.4-.9-.7-1.5-.7s-1.2.3-1.5.7l-5-2.9v-.1h12.9v.1l-4.9 2.9zm5-4h-13c-.1-.4-.3-.8-.6-1l6.5-11.2c.2.1.4.1.6.1s.4 0 .6-.1l6.5 11.2c-.3.3-.5.6-.6 1zm1.5-1.5L13.5 3.7l.1-.1 5 2.9c-.1.2-.1.4-.1.6 0 1 .7 1.8 1.6 2.1v5.7z",liquid:"M12 24c-2.3 0-4.4-.9-6.1-2.5-1.7-1.6-2.6-3.8-2.6-6.1v-.3C3.3 8.6 9.7 0 12 0c2.3 0 8.7 8.6 8.7 15.1.1 4.8-3.8 8.8-8.6 8.9H12zm0-22.3C10.5 3 4.8 10 4.8 15.1v.2c.1 3.4 3.8 7.1 7.2 7.1h.1c3.4-.1 7.2-3.9 7.1-7.3C19.2 10 13.5 3 12 1.7zm-1 18.2c-2.1 0-3.8-1.7-3.8-3.8 0-.7.3-1.2.9-1.2s.7.7.7 1.4 1.1 1.8 1.8 1.8 1.1.4 1.1.8c.1.7 0 1-.7 1z",arrowRight:"M12.75 23.25a.752.752 0 0 1-.53-1.281l9.22-9.22H.75a.749.749 0 1 1 0-1.499h20.689l-9.22-9.22A.746.746 0 0 1 12.22.97c.141-.142.33-.22.53-.22s.389.078.53.22l10.5 10.5a.74.74 0 0 1 .163.245l.01.026a.73.73 0 0 1 0 .517l-.006.016a.755.755 0 0 1-.168.257L13.28 23.03a.743.743 0 0 1-.53.22z",arrowDown:"M12 18.999c-.4 0-.776-.156-1.059-.438L.22 7.841A.745.745 0 0 1 0 7.31c0-.2.078-.389.22-.53a.744.744 0 0 1 1.06 0L12 17.499 22.72 6.78a.744.744 0 0 1 1.06 0 .744.744 0 0 1 0 1.06L13.06 18.56a1.487 1.487 0 0 1-1.06.439z",search:"M23.245 23.996a.743.743 0 0 1-.53-.22L16.2 17.26a9.824 9.824 0 0 1-2.553 1.579 9.766 9.766 0 0 1-7.51.069 9.745 9.745 0 0 1-5.359-5.262c-1.025-2.412-1.05-5.08-.069-7.51S3.558 1.802 5.97.777a9.744 9.744 0 0 1 7.51-.069 9.745 9.745 0 0 1 5.359 5.262 9.748 9.748 0 0 1 .069 7.51 9.807 9.807 0 0 1-1.649 2.718l6.517 6.518a.75.75 0 0 1-.531 1.28zM9.807 1.49a8.259 8.259 0 0 0-3.25.667 8.26 8.26 0 0 0-4.458 4.54 8.26 8.26 0 0 0 .058 6.362 8.26 8.26 0 0 0 4.54 4.458 8.259 8.259 0 0 0 6.362-.059 8.285 8.285 0 0 0 2.594-1.736.365.365 0 0 1 .077-.076 8.245 8.245 0 0 0 1.786-2.728 8.255 8.255 0 0 0-.059-6.362 8.257 8.257 0 0 0-4.54-4.458 8.28 8.28 0 0 0-3.11-.608z",x:"M19.5 20.25a.743.743 0 0 1-.53-.22L12 13.061l-6.97 6.97a.744.744 0 0 1-1.06 0 .752.752 0 0 1 0-1.061L10.94 12 3.97 5.03c-.142-.141-.22-.33-.22-.53s.078-.389.22-.53c.141-.142.33-.22.53-.22s.389.078.53.22L12 10.94l6.97-6.97a.744.744 0 0 1 1.06 0c.142.141.22.33.22.53s-.078.389-.22.53L13.061 12l6.97 6.97a.75.75 0 0 1-.531 1.28z",plus:"M12 24a.75.75 0 0 1-.75-.75v-10.5H.75a.75.75 0 0 1 0-1.5h10.5V.75a.75.75 0 0 1 1.5 0v10.5h10.5a.75.75 0 0 1 0 1.5h-10.5v10.5A.75.75 0 0 1 12 24z",list:"M8.25 4.498a.75.75 0 0 1 0-1.5h15a.75.75 0 0 1 0 1.5h-15zM8.25 13.498a.75.75 0 0 1 0-1.5h15a.75.75 0 0 1 0 1.5h-15zM8.25 22.498a.75.75 0 0 1 0-1.5h15a.75.75 0 0 1 0 1.5h-15zM1.5 5.998c-.827 0-1.5-.673-1.5-1.5v-3c0-.827.673-1.5 1.5-1.5h3c.827 0 1.5.673 1.5 1.5v3c0 .827-.673 1.5-1.5 1.5h-3zm0-1.5h3v-3h-3v3zM1.5 14.998c-.827 0-1.5-.673-1.5-1.5v-3c0-.827.673-1.5 1.5-1.5h3c.827 0 1.5.673 1.5 1.5v3c0 .827-4.5 1.5-4.5 1.5zm0-1.5h3v-3h-3v3zM1.5 23.998c-.827 0-1.5-.673-1.5-1.5v-3c0-.827.673-1.5 1.5-1.5h3c.827 0 1.5.673 1.5 1.5v3c0 .827-.673 1.5-1.5 1.5h-3zm0-1.5h3v-3h-3v3z",tiles:"M2.25 10.497A2.252 2.252 0 0 1 0 8.247v-6a2.252 2.252 0 0 1 2.25-2.25h6a2.252 2.252 0 0 1 2.25 2.25v6a2.252 2.252 0 0 1-2.25 2.25h-6zm0-9a.75.75 0 0 0-.75.75v6c0 .414.336.75.75.75h6a.75.75 0 0 0 .75-.75v-6a.75.75 0 0 0-.75-.75h-6zM2.25 23.997A2.252 2.252 0 0 1 0 21.747v-6a2.252 2.252 0 0 1 2.25-2.25h6a2.252 2.252 0 0 1 2.25 2.25v6a2.252 2.252 0 0 1-2.25 2.25h-6zm0-9a.75.75 0 0 0-.75.75v6c0 .414.336.75.75.75h6a.75.75 0 0 0 .75-.75v-6a.75.75 0 0 0-.75-.75h-6zM15.75 10.497a2.252 2.252 0 0 1-2.25-2.25v-6a2.252 2.252 0 0 1 2.25-2.25h6A2.252 2.252 0 0 1 24 2.247v6a2.252 2.252 0 0 1-2.25 2.25h-6zm0-9a.75.75 0 0 0-.75.75v6c0 .414.336.75.75.75h6a.75.75 0 0 0 .75-.75v-6a.75.75 0 0 0-.75-.75h-6zM15.75 23.997a2.252 2.252 0 0 1-2.25-2.25v-6a2.252 2.252 0 0 1 2.25-2.25h6a2.252 2.252 0 0 1 2.25 2.25v6a2.252 2.252 0 0 1-2.25 2.25h-6zm0-9a.75.75 0 0 0-.75.75v6c0 .414.336.75.75.75h6a.75.75 0 0 0 .75-.75v-6a.75.75 0 0 0-.75-.75h-6z",pencil:"M.748 24a.755.755 0 0 1-.531-.22.754.754 0 0 1-.196-.716l1.77-6.905a.84.84 0 0 1 .045-.121.73.73 0 0 1 .151-.223L16.513 1.289A4.355 4.355 0 0 1 19.611 0c1.178 0 2.277.454 3.106 1.279l.029.029a4.367 4.367 0 0 1 1.251 3.121 4.356 4.356 0 0 1-1.32 3.087L8.183 22.01a.735.735 0 0 1-.231.154.784.784 0 0 1-.111.042L.933 23.978A.773.773 0 0 1 .748 24zm1.041-1.791 4.41-1.131-3.281-3.275-1.129 4.406zm5.868-1.795 13.02-13.02-4.074-4.074L3.58 16.344l4.077 4.07zM21.736 6.332a2.893 2.893 0 0 0-.059-3.972l-.02-.02a2.872 2.872 0 0 0-2.037-.84v-.375l-.001.375a2.873 2.873 0 0 0-1.954.762l4.071 4.07z",expand:"M23.25 7.498a.75.75 0 0 1-.75-.75V2.559l-3.97 3.97a.746.746 0 0 1-1.06-.001c-.142-.141-.22-.33-.22-.53s.078-.389.22-.53l3.97-3.97h-4.19a.75.75 0 0 1 0-1.5h6a.735.735 0 0 1 .293.06.75.75 0 0 1 .4.404l.01.026c.03.082.047.17.047.26v6a.75.75 0 0 1-.75.75zM.75 23.998a.755.755 0 0 1-.26-.047l-.022-.008A.754.754 0 0 1 0 23.248v-6a.75.75 0 0 1 1.5 0v4.189l3.97-3.97a.744.744 0 0 1 1.06 0 .752.752 0 0 1 0 1.061l-3.97 3.97h4.19a.75.75 0 0 1 0 1.5h-6zM.75 7.498a.75.75 0 0 1-.75-.75v-6A.74.74 0 0 1 .048.487L.055.466a.754.754 0 0 1 .41-.411L.49.045a.737.737 0 0 1 .26-.047h6a.75.75 0 0 1 0 1.5H2.561l3.97 3.97c.142.141.22.33.22.53s-.078.389-.22.53a.747.747 0 0 1-1.061 0L1.5 2.559v4.189a.75.75 0 0 1-.75.75zM17.25 23.998a.75.75 0 0 1 0-1.5h4.189l-3.97-3.97a.752.752 0 0 1 .53-1.281c.2 0 .389.078.53.22l3.97 3.97v-4.189a.75.75 0 0 1 1.501 0v6a.767.767 0 0 1-.046.258l-.006.017a.763.763 0 0 1-.412.419l-.026.01a.73.73 0 0 1-.259.047H17.25zM9 16.498c-.827 0-1.5-.673-1.5-1.5v-6c0-.827.673-1.5 1.5-1.5h6c.827 0 1.5.673 1.5 1.5v6c0 .827-.673 1.5-1.5 1.5H9zm0-1.5h6v-6H9v6z",collapse:"M17.25 7.498a.735.735 0 0 1-.261-.048l-.032-.012a.75.75 0 0 1-.4-.404l-.01-.026a.739.739 0 0 1-.047-.26v-6a.75.75 0 0 1 1.5 0v4.189l4.72-4.72a.744.744 0 0 1 1.06 0 .747.747 0 0 1 0 1.061l-4.72 4.72h4.189a.75.75 0 0 1 0 1.5H17.25zM6.75 23.998a.75.75 0 0 1-.75-.75v-4.189l-4.72 4.72a.744.744 0 0 1-1.06 0 .752.752 0 0 1 0-1.061l4.72-4.72H.75a.75.75 0 0 1 0-1.5h6c.088 0 .175.016.26.047l.022.008a.756.756 0 0 1 .468.695v6a.75.75 0 0 1-.75.75zM23.25 23.998a.743.743 0 0 1-.53-.22L18 19.059v4.189a.75.75 0 0 1-1.5 0v-6c0-.087.016-.174.046-.258l.006-.017a.763.763 0 0 1 .412-.419l.026-.01a.733.733 0 0 1 .259-.047h6a.75.75 0 0 1 0 1.5H19.06l4.72 4.72a.752.752 0 0 1-.53 1.281zM.75 7.498a.75.75 0 0 1 0-1.5h4.189l-4.72-4.72A.746.746 0 0 1 .22.218c.141-.142.33-.22.53-.22s.389.078.53.22L6 4.938V.748a.75.75 0 0 1 1.5 0v6a.735.735 0 0 1-.048.261l-.007.021a.76.76 0 0 1-.695.468h-6zM9 16.498c-.827 0-1.5-.673-1.5-1.5v-6c0-.827.673-1.5 1.5-1.5h6c.827 0 1.5.673 1.5 1.5v6c0 .827-.673 1.5-1.5 1.5H9zm0-1.5h6v-6H9v6z",eye:"M11.8 19.5c-4.3 0-8.6-3-11.2-5.9-.8-.9-.8-2.3 0-3.2 2.6-2.8 6.9-5.9 11.2-5.9h.4c4.3 0 8.6 3 11.2 5.9.8.9.8 2.3 0 3.2-2.6 2.8-6.9 5.9-11.2 5.9h-.4zM11.9 6C8 6 4.1 8.8 1.7 11.4c-.3.3-.3.9 0 1.2C4.1 15.2 8 18 11.9 18h.2c3.9 0 7.8-2.8 10.1-5.4.3-.3.3-.9 0-1.2C19.9 8.8 16 6 12.1 6h-.2zm.1 10.5c-1.2 0-2.3-.5-3.2-1.3s-1.3-2-1.3-3.2c0-2.5 2-4.5 4.5-4.5 1.2 0 2.3.5 3.2 1.3.8.9 1.3 2 1.3 3.2 0 1.2-.5 2.3-1.3 3.2-.9.8-2 1.3-3.2 1.3zM12 9c-1.7 0-3 1.3-3 3 0 .8.3 1.6.9 2.1.6.6 1.3.9 2.1.9s1.6-.3 2.1-.9.9-1.3.9-2.1-.3-1.6-.9-2.1c-.5-.6-1.3-.9-2.1-.9z",eyeStriked:"M2.8 21.8c-.2 0-.4-.1-.5-.2-.2-.2-.3-.4-.3-.6 0-.2.1-.4.2-.5L21 2.5c.1-.1.3-.2.5-.2s.4.1.5.2c.1.1.2.3.2.5s-.1.4-.2.5l-18.8 18c0 .2-.2.3-.4.3zm9.2-1.6h-.1c-1 0-2.1-.2-3.1-.5-.4-.1-.6-.5-.5-.9.1-.3.4-.5.7-.5h.2c.9.3 1.8.4 2.7.4h.2c3.9 0 7.8-2.8 10.1-5.4.3-.3.3-.9 0-1.2-.9-1-1.9-1.9-3-2.7-.1 0-.2-.2-.2-.4s0-.4.1-.6c.1-.2.4-.3.6-.3.2 0 .3.1.4.1 1.2.8 2.2 1.8 3.2 2.9.8.9.8 2.3 0 3.2-2.6 2.8-6.9 5.9-11.2 5.9H12zM3.8 17c-.2 0-.3-.1-.5-.2-1-.7-1.9-1.6-2.7-2.5-.8-.9-.8-2.3 0-3.2 2.6-2.8 6.9-5.9 11.2-5.9h.2c.8 0 1.7.1 2.5.3.4.1.6.5.5.9.1.4-.2.6-.6.6h-.2c-.7-.2-1.4-.3-2.1-.3h-.2C8 6.8 4.1 9.5 1.7 12.1c-.3.3-.3.9 0 1.2.8.8 1.6 1.6 2.5 2.3.2.1.3.3.3.5s0 .4-.2.6c-.1.2-.3.3-.5.3zm4.4-3.5c-.4 0-.8-.3-.8-.8 0-1.2.5-2.3 1.3-3.2s2-1.3 3.2-1.3c.2 0 .4.2.4.4v.8c0 .1 0 .2-.1.3s-.1.1-.2.1c-.8 0-1.6.3-2.1.9-.6.5-.9 1.2-.9 2.1 0 .2-.1.4-.2.5-.2.1-.4.2-.6.2zm3.8 3.7c-.2 0-.4-.2-.4-.4V16c0-.1 0-.2.1-.3.1-.1.2-.1.3-.1.8 0 1.6-.3 2.1-.9.6-.6.9-1.3.9-2.1 0-.4.3-.8.8-.8s.8.3.8.8c0 1.2-.5 2.3-1.3 3.2-1 1-2.1 1.4-3.3 1.4z",book:"M12 23.999a.755.755 0 0 1-.548-.238c-.017-.017-2.491-2.398-10.212-2.494A1.26 1.26 0 0 1 0 20.025V4.249c0-.334.137-.659.375-.892.242-.232.557-.358.89-.358 5.718.073 8.778 1.302 10.258 2.199a6.773 6.773 0 0 1 1.572-2.664A8.513 8.513 0 0 1 17.071.055a1.346 1.346 0 0 1 1.1.153c.353.218.57.6.579 1.02v2.053A31.709 31.709 0 0 1 22.727 3 1.259 1.259 0 0 1 24 4.245v15.772a1.265 1.265 0 0 1-1.243 1.25c-7.724.096-10.193 2.478-10.217 2.502l-.031.03a.742.742 0 0 1-.509.2zM1.5 19.771c5.263.097 8.233 1.194 9.75 2.037V6.826c-.72-.546-3.417-2.201-9.75-2.323v15.268zm17.25-2.926a.751.751 0 0 1-.598.734 7.44 7.44 0 0 0-3.967 2.238 5.3 5.3 0 0 0-1.15 1.838c1.58-.81 4.502-1.794 9.464-1.885V4.502a30.64 30.64 0 0 0-3.75.292v12.051zm-6 2.334c.11-.135.225-.266.345-.39a8.92 8.92 0 0 1 4.155-2.533V1.569a7.055 7.055 0 0 0-3.057 1.986 5.343 5.343 0 0 0-1.443 2.997v12.627z",serverSettings:"M5.3 4.1c.6 0 1.1.5 1.1 1.1s-.5 1.2-1.1 1.2-1.2-.5-1.2-1.1.5-1.2 1.2-1.2zm0 9c.6 0 1.1.5 1.1 1.1s-.5 1.1-1.1 1.1-1.1-.5-1.1-1.1.4-1.1 1.1-1.1zm0 6.4c-2.9 0-5.2-2.4-5.2-5.2 0-1.9 1-3.6 2.5-4.5C1 8.8 0 7.1 0 5.3 0 2.4 2.4 0 5.3 0h12c1.4 0 2.7.5 3.7 1.5s1.5 2.3 1.5 3.7c0 1.3-.5 2.5-1.3 3.5-.1.2-.3.3-.6.3-.2 0-.4-.1-.5-.2-.2-.1-.2-.3-.3-.5s.1-.4.2-.5c.7-.8 1-1.6 1-2.6s-.4-1.9-1.1-2.7c-.7-.7-1.6-1.1-2.7-1.1h-12c-2.1 0-3.8 1.7-3.8 3.8S3.2 9 5.3 9h7.4c.4 0 .8.3.8.8s-.3.8-.8.8H5.3c-2.1 0-3.8 1.7-3.8 3.8S3.2 18 5.3 18h3c.4 0 .7.3.7.8s-.3.8-.8.8l-2.9-.1zM10.5 6c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h6.7c.4 0 .8.3.8.8s-.3.8-.7.8h-6.8zm6.8 12.8c-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2 2.2 1 2.2 2.2-1 2.2-2.2 2.2zm0-3c-.4 0-.8.3-.8.7s.3.8.8.8.8-.3.8-.8-.4-.7-.8-.7zm0 8.2c-.2 0-.4 0-.6-.1-.7-.2-1.2-.7-1.4-1.4l-.4-1.4c0-.1-.1-.2-.2-.2h-.1l-1.5.3c-.2 0-.3.1-.5.1-.4 0-.8-.1-1.1-.3-.5-.3-.8-.8-.9-1.3-.2-.7 0-1.4.5-1.9l1-1.1c.1-.1.1-.2 0-.3l-1-1.1c-.4-.4-.6-.9-.6-1.5s.3-1.1.7-1.5c.4-.4.9-.6 1.4-.6.2 0 .3 0 .5.1l1.5.3h.1c.1 0 .2-.1.2-.2l.4-1.5c.2-.5.5-1 1-1.2.3-.2.6-.2 1-.2.2 0 .4 0 .6.1.7.2 1.2.7 1.4 1.4l.4 1.4c0 .1.1.2.2.2h.1l1.5-.3c.2 0 .3-.1.5-.1.4 0 .8.1 1.1.3.5.3.8.8.9 1.3.2.7 0 1.4-.5 1.9l-1 1.1c-.1.1-.1.2 0 .3l1 1.1c.4.4.6.9.6 1.5s-.3 1.1-.7 1.5c-.4.4-.9.6-1.4.6-.2 0-.3 0-.5-.1l-1.5-.3h-.1c-.1 0-.2.1-.2.2l-.4 1.4c-.2.5-.5 1-1 1.2-.4.2-.7.3-1 .3zm-2.7-4.6c.8 0 1.4.5 1.7 1.2l.4 1.5c.1.2.2.3.4.4h.2c.1 0 .2 0 .3-.1l.3-.3.4-1.5c.2-.7.9-1.2 1.7-1.2h.4l1.5.3h.1c.1 0 .3-.1.4-.2.1-.1.2-.3.2-.4 0-.2-.1-.3-.2-.4l-1-1.1c-.6-.7-.6-1.7 0-2.4l1-1.1c.1-.1.2-.3.1-.5-.1-.3-.3-.5-.6-.5h-.1l-1.5.3h-.4c-.8 0-1.4-.5-1.7-1.2l-.4-1.5c-.1-.2-.2-.3-.4-.4h-.2c-.1 0-.2 0-.3.1l-.3.3-.4 1.5c-.2.7-.9 1.2-1.7 1.2h-.4l-1.5-.3h-.1c-.1 0-.3.1-.4.2-.1.1-.2.3-.2.4 0 .2.1.3.2.4l1 1.1c.6.7.6 1.7 0 2.4l-1 1.1c-.1.2-.1.4-.1.6 0 .2.1.3.3.4.1.1.2.1.3.1h.1l1.5-.3c.1-.1.3-.1.4-.1z",pin:"M.75 23.999a.743.743 0 0 1-.53-.22c-.142-.141-.22-.33-.22-.53s.078-.389.22-.53l7.474-7.474-3.575-3.575a2.248 2.248 0 0 1-.588-2.16c.151-.582.52-1.07 1.039-1.374a8.266 8.266 0 0 1 5.564-1.002l3.877-6.094c.089-.139.192-.268.308-.383.424-.425.989-.659 1.59-.659s1.166.234 1.591.659L23.343 6.5a2.236 2.236 0 0 1 .605 2.079 2.238 2.238 0 0 1-.988 1.41l-6.092 3.877a8.257 8.257 0 0 1-1 5.562 2.234 2.234 0 0 1-1.942 1.114 2.239 2.239 0 0 1-1.593-.661l-3.576-3.577L1.28 23.78a.746.746 0 0 1-.53.219zM8.72 8.513c-1.186 0-2.36.318-3.394.919a.746.746 0 0 0-.148 1.175l8.214 8.214c.142.142.331.22.532.22a.743.743 0 0 0 .646-.369 6.737 6.737 0 0 0 .728-4.985.75.75 0 0 1 .326-.808l6.529-4.155a.748.748 0 0 0 .128-1.163L16.44 1.718a.745.745 0 0 0-.531-.22.743.743 0 0 0-.633.348l-4.155 6.53a.746.746 0 0 1-.808.326 6.809 6.809 0 0 0-1.593-.189z",pinFilled:"M.8 24c-.2 0-.4-.1-.5-.2-.2-.2-.3-.4-.3-.6s.1-.4.2-.5l7.5-7.5-3.6-3.6c-.1-.1-.3-.3-.4-.5-.3-.5-.4-1.1-.2-1.7.2-.6.5-1.1 1-1.4 1.3-.6 2.8-1 4.2-1 .5 0 .9 0 1.4.1L14 1c.1-.1.2-.3.3-.4.4-.4 1-.7 1.6-.7s1.2.2 1.6.7l5.8 5.8c.1.1.2.2.3.4.4.6.5 1.2.3 1.8-.1.6-.5 1.1-1 1.4l-6.1 3.9c.3 1.9 0 3.9-1 5.6-.1.2-.2.3-.4.5-.4.4-1 .7-1.6.7-.6 0-1.2-.2-1.6-.7l-3.6-3.6-7.5 7.5s-.2.1-.3.1z",trash:"M6.6 23.2c-1.2 0-2.1-.9-2.2-2.1L3.1 5.2H1.5c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h6V3c0-1.2 1-2.2 2.2-2.2h4.5c1.2 0 2.2 1 2.2 2.2v.8h6c.4 0 .8.3.8.8s-.3.8-.8.8h-1.6l-1.3 15.9c-.1 1.2-1.1 2.1-2.2 2.1H6.6zm-.7-2.1c0 .4.4.7.7.7h10.7c.4 0 .7-.3.7-.7l1.3-15.8H4.6l1.3 15.8zM15 3.8V3c0-.4-.3-.8-.8-.8H9.8c-.5 0-.8.4-.8.8v.8h6zM9.8 18c-.5 0-.8-.3-.8-.8V9.8c0-.5.3-.8.8-.8s.8.3.8.8v7.5c-.1.4-.4.7-.8.7zm4.4 0c-.4 0-.8-.3-.8-.8V9.8c0-.4.3-.8.8-.8s.8.3.8.8v7.5c0 .4-.3.7-.8.7z",navigationMenuVertical:"M11.987 24.003c-1.861 0-3.375-1.514-3.375-3.375s1.514-3.375 3.375-3.375 3.375 1.514 3.375 3.375-1.514 3.375-3.375 3.375zm0-5.25c-1.034 0-1.875.841-1.875 1.875s.841 1.875 1.875 1.875 1.875-.841 1.875-1.875-.841-1.875-1.875-1.875zM11.987 6.753c-1.861 0-3.375-1.514-3.375-3.375S10.126.003 11.987.003s3.375 1.514 3.375 3.375-1.514 3.375-3.375 3.375zm0-5.25c-1.034 0-1.875.841-1.875 1.875s.841 1.875 1.875 1.875 1.875-.841 1.875-1.875-.841-1.875-1.875-1.875zM11.987 15.378a3.379 3.379 0 0 1-3.375-3.375c0-1.861 1.514-3.375 3.375-3.375s3.375 1.514 3.375 3.375a3.379 3.379 0 0 1-3.375 3.375zm0-5.25c-1.034 0-1.875.841-1.875 1.875s.841 1.875 1.875 1.875 1.875-.841 1.875-1.875-.841-1.875-1.875-1.875z",copy:"M4.5 24a2.252 2.252 0 0 1-2.25-2.25V8.25A2.252 2.252 0 0 1 4.5 6h2.25V2.25A2.252 2.252 0 0 1 9 0h7.629c.601 0 1.165.234 1.59.658l2.872 2.872c.425.425.659.99.659 1.59v10.63A2.252 2.252 0 0 1 19.5 18h-2.25v3.75A2.252 2.252 0 0 1 15 24H4.5zm0-16.5a.75.75 0 0 0-.75.75v13.5c0 .414.336.75.75.75H15a.75.75 0 0 0 .75-.75V11.121c0-.197-.08-.39-.219-.53l-2.872-2.872a.748.748 0 0 0-.53-.219H4.5zm15 9a.75.75 0 0 0 .75-.75V5.121c0-.197-.08-.39-.219-.53l-2.872-2.872a.748.748 0 0 0-.53-.219H9a.75.75 0 0 0-.75.75V6h3.879c.6 0 1.165.234 1.59.658l2.872 2.872c.425.425.659.99.659 1.59v5.38h2.25z",refresh:"M12.723 22.497c-1.385 0-2.737-.271-4.019-.804a.747.747 0 0 1-.404-.98.748.748 0 0 1 .98-.405 8.924 8.924 0 0 0 3.445.689 8.935 8.935 0 0 0 6.204-2.489 8.91 8.91 0 0 0 2.762-6.283 8.911 8.911 0 0 0-2.482-6.399 8.892 8.892 0 0 0-6.483-2.765 8.921 8.921 0 0 0-6.199 2.485 8.937 8.937 0 0 0-2.746 5.833c-.14 2 .375 3.948 1.462 5.589v-2.72a.75.75 0 0 1 1.5 0v4.5a.75.75 0 0 1-.75.75h-.238a.364.364 0 0 1-.096 0H1.493a.75.75 0 0 1 0-1.5h2.636a10.467 10.467 0 0 1-1.822-6.964l.007-.076.019-.197.006-.045A10.54 10.54 0 0 1 5.497 4.42a10.465 10.465 0 0 1 7.264-2.913c1.385 0 2.738.269 4.019.8a.74.74 0 0 1 .26.18 10.382 10.382 0 0 1 3.253 2.301c3.991 4.171 3.844 10.812-.327 14.803a10.43 10.43 0 0 1-7.241 2.905h-.002z",resizeHorizontal:"M5.2 2.3c0-.4.3-.8.8-.8s.8.3.8.8v19.5c0 .4-.3.8-.8.8s-.8-.3-.8-.8V2.3zm6 0c0-.4.3-.8.8-.8s.8.3.8.8v19.5c0 .4-.3.8-.8.8s-.8-.3-.8-.8V2.3zm6 0c0-.4.3-.8.8-.8s.8.3.8.8v19.5c0 .4-.3.8-.8.8s-.8-.3-.8-.8V2.3z",info:"M14.6 23.5c-2.4 0-4.3-1.9-4.3-4.3v-8.5H8.2c-.6 0-1.1-.5-1.1-1.1s.5-1.1 1.1-1.1h1.6c1.5 0 2.7 1.2 2.7 2.7v8c0 1.2.9 2.1 2.1 2.1h1.6c.6 0 1.1.5 1.1 1.1s-.5 1.1-1.1 1.1h-1.6zm-4-19.2c-1 0-1.9-.9-1.9-1.9S9.6.5 10.6.5s1.9.9 1.9 1.9-.9 1.9-1.9 1.9z",sortAZ:"M8.8 0h-7C.8 0 0 .8 0 1.8v9h1.5v-4H9v3.9h1.5v-9C10.5.8 9.7 0 8.8 0zM1.5 5.4V1.8c0-.1.1-.2.2-.2h7c.2-.1.3 0 .3.2v3.6H1.5zm8.8 17.1V24H1.6c-.4 0-.9-.1-1.1-.4-.3-.3-.5-1 0-1.6l7.2-7.3H0v-1.5h8.5c.4 0 .8.2 1.1.4.5.4.5 1-.1 1.6l-7.2 7.3h8zm8.4-1.3h-.1c-.4 0-.7-.2-.9-.4l-4-4.3c-.1-.1-.2-.3-.2-.5s.1-.4.2-.5c.1-.1.3-.2.5-.2s.4.1.5.2l3.2 3.5V4c0-.4.3-.8.8-.8s.8.3.8.8v14.9l3.2-3.4c.1-.2.3-.2.5-.2s.4.1.5.2c.1.1.2.3.2.5s-.1.4-.2.5l-4 4.3c-.3.3-.6.4-.9.4h-.1z",sortZA:"M8.8 13.2h-7C.8 13.2 0 14 0 15v9h1.5v-3.9H9V24h1.5v-9c0-1-.8-1.8-1.7-1.8zm-7.3 5.4V15c0-.1.1-.2.2-.2h7c.2 0 .3.1.3.2v3.6H1.5zm8.8-9.4v1.5H1.6c-.4 0-.9-.1-1.1-.4-.3-.2-.5-.9 0-1.5l7.2-7.3H0V0h8.5c.4 0 .8.2 1.1.4.5.4.5 1-.1 1.6L2.4 9.2h7.9zm8.4 12h-.1c-.4 0-.7-.2-.9-.4l-4-4.3c-.1-.1-.2-.3-.2-.5s.1-.4.2-.5c.1-.1.3-.2.5-.2s.4.1.5.2l3.2 3.5V4c0-.4.3-.8.8-.8s.8.3.8.8v14.9l3.2-3.4c.1-.2.3-.2.5-.2s.4.1.5.2c.1.1.2.3.2.5s-.1.4-.2.5l-4 4.3c-.3.3-.6.4-.9.4h-.1z"};return s.$$set=z=>{"icon"in z&&c(0,l=z.icon),"size"in z&&c(1,i=z.size)},s.$$.update=()=>{s.$$.dirty&1&&c(2,h=V[l]),s.$$.dirty&5&&(h||console.warn(`There is no icon named %c${l} %cavailable. Not rendering anything.`,"font-weight: bold","font-weight: normal"))},[l,i,h]}class p extends d{constructor(a){super(),u(this,a,C,A,f,{icon:0,size:1})}}export{p as I}; diff --git a/gui/next/build/_app/immutable/chunks/JSONTree.54ddc30e.js b/gui/next/build/_app/immutable/chunks/JSONTree.54ddc30e.js new file mode 100644 index 00000000..90dfd0d1 --- /dev/null +++ b/gui/next/build/_app/immutable/chunks/JSONTree.54ddc30e.js @@ -0,0 +1,2 @@ +import{X as Qe,Y as xe,s as I,e as M,i as d,A as K,d as c,v as x,f as w,l as y,g as S,h as N,m as b,j as k,w as X,u as g,x as ne,Z as Ve,z as ee,D as Y,E as Z,F as H,G as Q,o as et,a as z,c as D,_ as Ge,M as pe,r as le,n as O,S as me,q as $e,$ as tt,k as V}from"./scheduler.e2aa1391.js";import{S as J,i as T,a as $,t as h,b as j,d as P,m as E,g as q,c as U,e as A}from"./index.12b5c620.js";import{e as te}from"./each.c0161bb5.js";import{w as ce,r as nt}from"./index.f7287312.js";function he(l,t){const s={},e={},n={$$scope:1};let r=l.length;for(;r--;){const a=l[r],i=t[r];if(i){for(const o in a)o in i||(e[o]=1);for(const o in i)n[o]||(s[o]=i[o],n[o]=1);l[r]=i}else for(const o in a)n[o]=1}for(const a in e)a in s||(s[a]=void 0);return s}function de(l){return typeof l=="object"&&l!==null?l:{}}const ge={};function W(l,t){const s=Qe(ge),e=typeof l=="function"?l(s):l,n={...s,...e};return t!=null&&t.expandable&&(n.isParentExpanded=n.expanded),xe(ge,n),s}function ve(l){let t,s,e="▶",n,r,a;return{c(){t=w("span"),s=w("span"),n=y(e),this.h()},l(i){t=S(i,"SPAN",{class:!0});var o=N(t);s=S(o,"SPAN",{class:!0});var f=N(s);n=b(f,e),f.forEach(c),o.forEach(c),this.h()},h(){k(s,"class","arrow svelte-1qd6nto"),X(s,"expanded",l[2]),k(t,"class","container svelte-1qd6nto")},m(i,o){d(i,t,o),g(t,s),g(s,n),r||(a=ne(t,"click",l[4]),r=!0)},p(i,o){o&4&&X(s,"expanded",i[2])},d(i){i&&c(t),r=!1,a()}}}function st(l){let t,s=l[1]&&ve(l);return{c(){s&&s.c(),t=M()},l(e){s&&s.l(e),t=M()},m(e,n){s&&s.m(e,n),d(e,t,n)},p(e,[n]){e[1]?s?s.p(e,n):(s=ve(e),s.c(),s.m(t.parentNode,t)):s&&(s.d(1),s=null)},i:K,o:K,d(e){e&&c(t),s&&s.d(e)}}}function rt(l,t,s){let e,n,r=K,a=()=>(r(),r=Ve(f,_=>s(2,n=_)),f);l.$$.on_destroy.push(()=>r());const{expanded:i,expandable:o}=W();x(l,o,_=>s(1,e=_));let{expanded:f=i}=t;a();const u=_=>{_.stopPropagation(),ee(f,n=!n,n)};return l.$$set=_=>{"expanded"in _&&a(s(0,f=_.expanded))},[f,e,n,o,u]}class ze extends J{constructor(t){super(),T(this,t,rt,st,I,{expanded:0})}}function lt(l){let t;const s=l[1].default,e=Y(s,l,l[0],null);return{c(){e&&e.c()},l(n){e&&e.l(n)},m(n,r){e&&e.m(n,r),t=!0},p(n,[r]){e&&e.p&&(!t||r&1)&&Z(e,s,n,n[0],t?Q(s,n[0],r,null):H(n[0]),null)},i(n){t||($(e,n),t=!0)},o(n){h(e,n),t=!1},d(n){e&&e.d(n)}}}function at(l,t,s){let{$$slots:e={},$$scope:n}=t;return W({displayMode:"summary"}),l.$$set=r=>{"$$scope"in r&&s(0,n=r.$$scope)},[n,e]}class ot extends J{constructor(t){super(),T(this,t,at,lt,I,{})}}function it(l){let t;const s=l[3].default,e=Y(s,l,l[2],null);return{c(){e&&e.c()},l(n){e&&e.l(n)},m(n,r){e&&e.m(n,r),t=!0},p(n,[r]){e&&e.p&&(!t||r&4)&&Z(e,s,n,n[2],t?Q(s,n[2],r,null):H(n[2]),null)},i(n){t||($(e,n),t=!0)},o(n){h(e,n),t=!1},d(n){e&&e.d(n)}}}function ft(l,t,s){let{$$slots:e={},$$scope:n}=t,{expanded:r}=t,{key:a}=t;const i=ce(!1);return W(({keyPath:o,level:f})=>(a!=="[[Entries]]"&&(o=[...o,a],f=f+1),{keyPath:o,level:f,expanded:r,expandable:i})),l.$$set=o=>{"expanded"in o&&s(0,r=o.expanded),"key"in o&&s(1,a=o.key),"$$scope"in o&&s(2,n=o.$$scope)},[r,a,n,e]}class De extends J{constructor(t){super(),T(this,t,ft,it,I,{expanded:0,key:1})}}function ke(l,t,s){const e=l.slice();return e[19]=t[s],e[21]=s,e}const ut=l=>({key:l&1}),ye=l=>({key:l[19],index:l[21]}),ct=l=>({key:l&1}),be=l=>({key:l[19],index:l[21]}),_t=l=>({}),we=l=>({}),pt=l=>({}),Se=l=>({});function mt(l){let t,s,e,n,r,a,i,o,f=l[6]&&ht(l);e=new ot({props:{$$slots:{default:[dt]},$$scope:{ctx:l}}});let u=l[4]&&Ne(l);return{c(){t=w("span"),f&&f.c(),s=z(),j(e.$$.fragment),n=z(),u&&u.c(),r=M(),this.h()},l(_){t=S(_,"SPAN",{class:!0});var p=N(t);f&&f.l(p),s=D(p),P(e.$$.fragment,p),p.forEach(c),n=D(_),u&&u.l(_),r=M(),this.h()},h(){k(t,"class","root svelte-19drypg")},m(_,p){d(_,t,p),f&&f.m(t,null),g(t,s),E(e,t,null),d(_,n,p),u&&u.m(_,p),d(_,r,p),a=!0,i||(o=ne(t,"click",l[9]),i=!0)},p(_,p){_[6]&&f.p(_,p);const m={};p&8192&&(m.$$scope={dirty:p,ctx:_}),e.$set(m),_[4]?u?(u.p(_,p),p&16&&$(u,1)):(u=Ne(_),u.c(),$(u,1),u.m(r.parentNode,r)):u&&(q(),h(u,1,1,()=>{u=null}),U())},i(_){a||($(f),$(e.$$.fragment,_),$(u),a=!0)},o(_){h(f),h(e.$$.fragment,_),h(u),a=!1},d(_){_&&(c(t),c(n),c(r)),f&&f.d(),A(e),u&&u.d(_),i=!1,o()}}}function $t(l){let t;const s=l[11].summary,e=Y(s,l,l[13],Se);return{c(){e&&e.c()},l(n){e&&e.l(n)},m(n,r){e&&e.m(n,r),t=!0},p(n,r){e&&e.p&&(!t||r&8192)&&Z(e,s,n,n[13],t?Q(s,n[13],r,pt):H(n[13]),Se)},i(n){t||($(e,n),t=!0)},o(n){h(e,n),t=!1},d(n){e&&e.d(n)}}}function ht(l){let t,s;return t=new ze({props:{expanded:l[7]}}),{c(){j(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){E(t,e,n),s=!0},p:K,i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}function dt(l){let t;const s=l[11].preview,e=Y(s,l,l[13],we);return{c(){e&&e.c()},l(n){e&&e.l(n)},m(n,r){e&&e.m(n,r),t=!0},p(n,r){e&&e.p&&(!t||r&8192)&&Z(e,s,n,n[13],t?Q(s,n[13],r,_t):H(n[13]),we)},i(n){t||($(e,n),t=!0)},o(n){h(e,n),t=!1},d(n){e&&e.d(n)}}}function Ne(l){let t,s,e,n,r=te(l[0]),a=[];for(let o=0;oh(a[o],1,1,()=>{a[o]=null});return{c(){t=w("ul");for(let o=0;o{};function yt(l,t,s){let e,n,r,{$$slots:a={},$$scope:i}=t,{keys:o}=t,{shouldShowColon:f=void 0}=t,{expandKey:u=F=>F}=t,{defaultExpanded:_=!1}=t;const{isParentExpanded:p,displayMode:m,root:v,expanded:C,expandable:R,keyPath:re,level:_e,shouldExpandNode:Xe}=W({root:!1},{expandable:!0});if(x(l,C,F=>s(4,n=F)),x(l,R,F=>s(14,r=F)),ee(R,r=!0,r),m!=="summary"){if(!_){const F=Xe({keyPath:re,level:_e});F!==void 0&&(_=F)}et(()=>p.subscribe(F=>{F?C.set(_):C.set(!1)}))}function Ye(){ee(C,n=!n,n)}const Ze=F=>e[F].update(He=>!He);return l.$$set=F=>{"keys"in F&&s(0,o=F.keys),"shouldShowColon"in F&&s(1,f=F.shouldShowColon),"expandKey"in F&&s(2,u=F.expandKey),"defaultExpanded"in F&&s(10,_=F.defaultExpanded),"$$scope"in F&&s(13,i=F.$$scope)},l.$$.update=()=>{l.$$.dirty&1&&s(3,e=o.map(()=>ce(!1)))},[o,f,u,e,n,m,v,C,R,Ye,_,a,Ze,i]}class B extends J{constructor(t){super(),T(this,t,yt,vt,I,{keys:0,shouldShowColon:1,expandKey:2,defaultExpanded:10})}}function Ae(l,t,s){const e=l.slice();return e[7]=t[s],e[9]=s,e}const bt=l=>({item:l&1}),Pe=l=>({item:l[7],index:l[9]});function Oe(l){let t,s,e=l[2]&&Ce(l);return{c(){e&&e.c(),t=w("span"),s=y(l[3]),this.h()},l(n){e&&e.l(n),t=S(n,"SPAN",{class:!0});var r=N(t);s=b(r,l[3]),r.forEach(c),this.h()},h(){k(t,"class","operator")},m(n,r){e&&e.m(n,r),d(n,t,r),g(t,s)},p(n,r){n[2]?e?e.p(n,r):(e=Ce(n),e.c(),e.m(t.parentNode,t)):e&&(e.d(1),e=null),r&8&&O(s,n[3])},d(n){n&&c(t),e&&e.d(n)}}}function Ce(l){let t,s;return{c(){t=w("span"),s=y(l[2]),this.h()},l(e){t=S(e,"SPAN",{class:!0});var n=N(t);s=b(n,l[2]),n.forEach(c),this.h()},h(){k(t,"class","label")},m(e,n){d(e,t,n),g(t,s)},p(e,n){n&4&&O(s,e[2])},d(e){e&&c(t)}}}function Me(l){let t,s=",";return{c(){t=w("span"),t.textContent=s,this.h()},l(e){t=S(e,"SPAN",{class:!0,"data-svelte-h":!0}),le(t)!=="svelte-vbp4a2"&&(t.textContent=s),this.h()},h(){k(t,"class","comma operator svelte-150ffaa")},m(e,n){d(e,t,n)},d(e){e&&c(t)}}}function Le(l){let t,s,e;const n=l[6].item,r=Y(n,l,l[5],Pe);let a=l[9]h(o[p],1,1,()=>{o[p]=null});let u=l[1]&&Fe(),_=l[4]&&Ie(l);return{c(){a&&a.c(),t=z();for(let p=0;p{"list"in u&&s(0,r=u.list),"hasMore"in u&&s(1,a=u.hasMore),"label"in u&&s(2,i=u.label),"prefix"in u&&s(3,o=u.prefix),"postfix"in u&&s(4,f=u.postfix),"$$scope"in u&&s(5,n=u.$$scope)},[r,a,i,o,f,n,e]}class se extends J{constructor(t){super(),T(this,t,St,wt,I,{list:0,hasMore:1,label:2,prefix:3,postfix:4})}}function Nt(l){let t,s="{…}",e;return{c(){t=w("span"),e=y(s),this.h()},l(n){t=S(n,"SPAN",{class:!0});var r=N(t);e=b(r,s),r.forEach(c),this.h()},h(){k(t,"class","label")},m(n,r){d(n,t,r),g(t,e)},p:K,d(n){n&&c(t)}}}function jt(l){let t,s=l[4]+"",e,n,r=": ",a,i,o;return i=new L({props:{value:l[0][l[4]]}}),{c(){t=w("span"),e=y(s),n=w("span"),a=y(r),j(i.$$.fragment),this.h()},l(f){t=S(f,"SPAN",{class:!0});var u=N(t);e=b(u,s),u.forEach(c),n=S(f,"SPAN",{class:!0});var _=N(n);a=b(_,r),_.forEach(c),P(i.$$.fragment,f),this.h()},h(){k(t,"class","property"),k(n,"class","operator")},m(f,u){d(f,t,u),g(t,e),d(f,n,u),g(n,a),E(i,f,u),o=!0},p(f,u){(!o||u&16)&&s!==(s=f[4]+"")&&O(e,s);const _={};u&17&&(_.value=f[0][f[4]]),i.$set(_)},i(f){o||($(i.$$.fragment,f),o=!0)},o(f){h(i.$$.fragment,f),o=!1},d(f){f&&(c(t),c(n)),A(i,f)}}}function Et(l){let t,s;return t=new se({props:{list:l[2],hasMore:l[2].length({4:e}),({item:e})=>e?16:0]},$$scope:{ctx:l}}}),{c(){j(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){E(t,e,n),s=!0},p(e,n){const r={};n&4&&(r.list=e[2]),n&6&&(r.hasMore=e[2].length({3:e}),({key:e})=>e?8:0],item_key:[At,({key:e})=>({3:e}),({key:e})=>e?8:0],preview:[Et],summary:[Nt]},$$scope:{ctx:l}}}),{c(){j(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){E(t,e,n),s=!0},p(e,[n]){const r={};n&2&&(r.keys=e[1]),n&47&&(r.$$scope={dirty:n,ctx:e}),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}function Ct(l,t,s){let e,n,{value:r}=t;return l.$$set=a=>{"value"in a&&s(0,r=a.value)},l.$$.update=()=>{l.$$.dirty&1&&s(1,e=Object.getOwnPropertyNames(r)),l.$$.dirty&2&&s(2,n=e.slice(0,5))},[r,e,n]}class We extends J{constructor(t){super(),T(this,t,Ct,Ot,I,{value:0})}}function Mt(l){let t,s,e=l[0].length+"",n,r;return{c(){t=w("span"),s=y("Array("),n=y(e),r=y(")"),this.h()},l(a){t=S(a,"SPAN",{class:!0});var i=N(t);s=b(i,"Array("),n=b(i,e),r=b(i,")"),i.forEach(c),this.h()},h(){k(t,"class","label")},m(a,i){d(a,t,i),g(t,s),g(t,n),g(t,r)},p(a,i){i&1&&e!==(e=a[0].length+"")&&O(n,e)},d(a){a&&c(t)}}}function Lt(l){let t,s;return t=new L({props:{value:l[4]}}),{c(){j(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){E(t,e,n),s=!0},p(e,n){const r={};n&16&&(r.value=e[4]),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}function Ft(l){let t,s;return t=new se({props:{list:l[1],hasMore:l[1].length({4:e}),({item:e})=>e?16:0]},$$scope:{ctx:l}}}),{c(){j(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){E(t,e,n),s=!0},p(e,n){const r={};n&2&&(r.list=e[1]),n&3&&(r.hasMore=e[1].length({3:e}),({key:e})=>e?8:0],item_key:[It,({key:e})=>({3:e}),({key:e})=>e?8:0],preview:[Ft],summary:[Mt]},$$scope:{ctx:l}}}),{c(){j(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){E(t,e,n),s=!0},p(e,[n]){const r={};n&4&&(r.keys=e[2]),n&43&&(r.$$scope={dirty:n,ctx:e}),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}function Kt(l,t,s){let e,n,{value:r}=t;return l.$$set=a=>{"value"in a&&s(0,r=a.value)},l.$$.update=()=>{l.$$.dirty&1&&s(2,e=Object.getOwnPropertyNames(r)),l.$$.dirty&1&&s(1,n=r.slice(0,5))},[r,n,e]}class Bt extends J{constructor(t){super(),T(this,t,Kt,Tt,I,{value:0})}}function Rt(l){let t,s,e,n=l[3].length+"",r,a;return{c(){t=w("span"),s=y(l[1]),e=y("("),r=y(n),a=y(")"),this.h()},l(i){t=S(i,"SPAN",{class:!0});var o=N(t);s=b(o,l[1]),e=b(o,"("),r=b(o,n),a=b(o,")"),o.forEach(c),this.h()},h(){k(t,"class","label")},m(i,o){d(i,t,o),g(t,s),g(t,e),g(t,r),g(t,a)},p(i,o){o&2&&O(s,i[1]),o&8&&n!==(n=i[3].length+"")&&O(r,n)},d(i){i&&c(t)}}}function qt(l){let t,s;return t=new L({props:{value:l[8]}}),{c(){j(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){E(t,e,n),s=!0},p(e,n){const r={};n&256&&(r.value=e[8]),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}function Ut(l){let t,s;return t=new se({props:{list:l[4],hasMore:l[4].length({8:e}),({item:e})=>e?256:0]},$$scope:{ctx:l}}}),{c(){j(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){E(t,e,n),s=!0},p(e,n){const r={};n&16&&(r.list=e[4]),n&20&&(r.hasMore=e[4].length({7:e}),({key:e})=>e?128:0],item_key:[Dt,({key:e})=>({7:e}),({key:e})=>e?128:0]},$$scope:{ctx:l}}}),{c(){j(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){E(t,e,n),s=!0},p(e,n){const r={};n&8&&(r.keys=e[3]),n&644&&(r.$$scope={dirty:n,ctx:e}),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}function Dt(l){let t,s=l[7]+"",e;return{c(){t=w("span"),e=y(s),this.h()},l(n){t=S(n,"SPAN",{class:!0});var r=N(t);e=b(r,s),r.forEach(c),this.h()},h(){k(t,"class","property")},m(n,r){d(n,t,r),g(t,e)},p(n,r){r&128&&s!==(s=n[7]+"")&&O(e,s)},d(n){n&&c(t)}}}function Wt(l){let t,s;return t=new L({props:{value:l[2][l[7]]}}),{c(){j(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){E(t,e,n),s=!0},p(e,n){const r={};n&132&&(r.value=e[2][e[7]]),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}function Xt(l){let t,s,e,n;const r=[zt,Gt],a=[];function i(o,f){return o[6]===ae?0:1}return t=i(l),s=a[t]=r[t](l),{c(){s.c(),e=M()},l(o){s.l(o),e=M()},m(o,f){a[t].m(o,f),d(o,e,f),n=!0},p(o,f){let u=t;t=i(o),t===u?a[t].p(o,f):(q(),h(a[u],1,1,()=>{a[u]=null}),U(),s=a[t],s?s.p(o,f):(s=a[t]=r[t](o),s.c()),$(s,1),s.m(e.parentNode,e))},i(o){n||($(s),n=!0)},o(o){h(s),n=!1},d(o){o&&c(e),a[t].d(o)}}}function Yt(l){let t,s;return t=new B({props:{keys:[ae,"size"],shouldShowColon:l[5],$$slots:{item_value:[Xt,({key:e})=>({6:e}),({key:e})=>e?64:0],item_key:[Vt,({key:e})=>({6:e}),({key:e})=>e?64:0],preview:[Ut],summary:[Rt]},$$scope:{ctx:l}}}),{c(){j(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){E(t,e,n),s=!0},p(e,[n]){const r={};n&607&&(r.$$scope={dirty:n,ctx:e}),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}const ae="[[Entries]]";function Zt(l,t,s){let e,{value:n}=t,{nodeType:r}=t,a=[],i=[];const o=f=>f!==ae;return l.$$set=f=>{"value"in f&&s(0,n=f.value),"nodeType"in f&&s(1,r=f.nodeType)},l.$$.update=()=>{if(l.$$.dirty&1){let f=[],u=[],_=0;for(const p of n)f.push(_++),u.push(p);s(3,a=f),s(2,i=u)}l.$$.dirty&4&&s(4,e=i.slice(0,5))},[n,r,i,a,e,o]}class Ht extends J{constructor(t){super(),T(this,t,Zt,Yt,I,{value:0,nodeType:1})}}function Qt(l){let t,s,e=l[2].length+"",n,r;return{c(){t=w("span"),s=y("Map("),n=y(e),r=y(")"),this.h()},l(a){t=S(a,"SPAN",{color:!0});var i=N(t);s=b(i,"Map("),n=b(i,e),r=b(i,")"),i.forEach(c),this.h()},h(){k(t,"color","label")},m(a,i){d(a,t,i),g(t,s),g(t,n),g(t,r)},p(a,i){i&4&&e!==(e=a[2].length+"")&&O(n,e)},d(a){a&&c(t)}}}function xt(l){let t,s,e=" => ",n,r,a;return t=new L({props:{value:l[10]}}),r=new L({props:{value:l[0].get(l[10])}}),{c(){j(t.$$.fragment),s=w("span"),n=y(e),j(r.$$.fragment),this.h()},l(i){P(t.$$.fragment,i),s=S(i,"SPAN",{class:!0});var o=N(s);n=b(o,e),o.forEach(c),P(r.$$.fragment,i),this.h()},h(){k(s,"class","operator")},m(i,o){E(t,i,o),d(i,s,o),g(s,n),E(r,i,o),a=!0},p(i,o){const f={};o&1024&&(f.value=i[10]),t.$set(f);const u={};o&1025&&(u.value=i[0].get(i[10])),r.$set(u)},i(i){a||($(t.$$.fragment,i),$(r.$$.fragment,i),a=!0)},o(i){h(t.$$.fragment,i),h(r.$$.fragment,i),a=!1},d(i){i&&c(s),A(t,i),A(r,i)}}}function en(l){let t,s;return t=new se({props:{list:l[4],hasMore:l[4].length({10:e}),({item:e})=>e?1024:0]},$$scope:{ctx:l}}}),{c(){j(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){E(t,e,n),s=!0},p(e,n){const r={};n&16&&(r.list=e[4]),n&17&&(r.hasMore=e[4].length({8:e}),({key:e})=>e?256:0],item_key:[rn,({key:e})=>({8:e}),({key:e})=>e?256:0]},$$scope:{ctx:l}}}),{c(){j(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){E(t,e,n),s=!0},p(e,n){const r={};n&2&&(r.keys=e[1]),n&4&&(r.expandKey=e[5]),n&2316&&(r.$$scope={dirty:n,ctx:e}),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}function rn(l){let t,s=l[8]+"",e;return{c(){t=w("span"),e=y(s),this.h()},l(n){t=S(n,"SPAN",{class:!0});var r=N(t);e=b(r,s),r.forEach(c),this.h()},h(){k(t,"class","property")},m(n,r){d(n,t,r),g(t,e)},p(n,r){r&256&&s!==(s=n[8]+"")&&O(e,s)},d(n){n&&c(t)}}}function ln(l){let t,s="{ ",e,n,r,a=" => ",i,o,f,u=" }",_,p;return n=new L({props:{value:l[2][l[8]]}}),o=new L({props:{value:l[3][l[8]]}}),{c(){t=w("span"),e=y(s),j(n.$$.fragment),r=w("span"),i=y(a),j(o.$$.fragment),f=w("span"),_=y(u),this.h()},l(m){t=S(m,"SPAN",{class:!0});var v=N(t);e=b(v,s),v.forEach(c),P(n.$$.fragment,m),r=S(m,"SPAN",{class:!0});var C=N(r);i=b(C,a),C.forEach(c),P(o.$$.fragment,m),f=S(m,"SPAN",{class:!0});var R=N(f);_=b(R,u),R.forEach(c),this.h()},h(){k(t,"class","operator"),k(r,"class","operator"),k(f,"class","operator")},m(m,v){d(m,t,v),g(t,e),E(n,m,v),d(m,r,v),g(r,i),E(o,m,v),d(m,f,v),g(f,_),p=!0},p(m,v){const C={};v&260&&(C.value=m[2][m[8]]),n.$set(C);const R={};v&264&&(R.value=m[3][m[8]]),o.$set(R)},i(m){p||($(n.$$.fragment,m),$(o.$$.fragment,m),p=!0)},o(m){h(n.$$.fragment,m),h(o.$$.fragment,m),p=!1},d(m){m&&(c(t),c(r),c(f)),A(n,m),A(o,m)}}}function an(l){let t,s=l[9]+"",e;return{c(){t=w("span"),e=y(s),this.h()},l(n){t=S(n,"SPAN",{class:!0});var r=N(t);e=b(r,s),r.forEach(c),this.h()},h(){k(t,"class","property")},m(n,r){d(n,t,r),g(t,e)},p(n,r){r&512&&s!==(s=n[9]+"")&&O(e,s)},d(n){n&&c(t)}}}function on(l){let t,s;return t=new L({props:{value:l[9]==="key"?l[2][l[8]]:l[3][l[8]]}}),{c(){j(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){E(t,e,n),s=!0},p(e,n){const r={};n&780&&(r.value=e[9]==="key"?e[2][e[8]]:e[3][e[8]]),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}function fn(l){let t,s;return t=new B({props:{keys:["key","value"],$$slots:{item_value:[on,({key:e})=>({9:e}),({key:e})=>e?512:0],item_key:[an,({key:e})=>({9:e}),({key:e})=>e?512:0],preview:[ln]},$$scope:{ctx:l}}}),{c(){j(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){E(t,e,n),s=!0},p(e,n){const r={};n&2828&&(r.$$scope={dirty:n,ctx:e}),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}function un(l){let t,s,e,n;const r=[sn,nn],a=[];function i(o,f){return o[7]===oe?0:1}return t=i(l),s=a[t]=r[t](l),{c(){s.c(),e=M()},l(o){s.l(o),e=M()},m(o,f){a[t].m(o,f),d(o,e,f),n=!0},p(o,f){let u=t;t=i(o),t===u?a[t].p(o,f):(q(),h(a[u],1,1,()=>{a[u]=null}),U(),s=a[t],s?s.p(o,f):(s=a[t]=r[t](o),s.c()),$(s,1),s.m(e.parentNode,e))},i(o){n||($(s),n=!0)},o(o){h(s),n=!1},d(o){o&&c(e),a[t].d(o)}}}function cn(l){let t,s;return t=new B({props:{keys:[oe,"size"],shouldShowColon:l[6],$$slots:{item_value:[un,({key:e})=>({7:e}),({key:e})=>e?128:0],item_key:[tn,({key:e})=>({7:e}),({key:e})=>e?128:0],preview:[en],summary:[Qt]},$$scope:{ctx:l}}}),{c(){j(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){E(t,e,n),s=!0},p(e,[n]){const r={};n&2207&&(r.$$scope={dirty:n,ctx:e}),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}const oe="[[Entries]]";function _n(l,t,s){let e,{value:n}=t;W();let r=[],a=[],i=[];const o=u=>a[u],f=u=>u!==oe;return l.$$set=u=>{"value"in u&&s(0,n=u.value)},l.$$.update=()=>{if(l.$$.dirty&1){let u=[],_=[],p=[],m=0;for(const v of n)u.push(m++),_.push(v[0]),p.push(v[1]);s(1,r=u),s(2,a=_),s(3,i=p)}l.$$.dirty&1&&s(4,e=Array.from(n.keys()).slice(0,5))},[n,r,a,i,e,o,f]}class pn extends J{constructor(t){super(),T(this,t,_n,cn,I,{value:0})}}function mn(l){let t,s,e;return{c(){t=w("span"),s=y(l[0]),this.h()},l(n){t=S(n,"SPAN",{class:!0});var r=N(t);s=b(r,l[0]),r.forEach(c),this.h()},h(){k(t,"class",e=me(l[1])+" svelte-l95iub")},m(n,r){d(n,t,r),g(t,s)},p(n,[r]){r&1&&O(s,n[0]),r&2&&e!==(e=me(n[1])+" svelte-l95iub")&&k(t,"class",e)},i:K,o:K,d(n){n&&c(t)}}}function $n(l,t,s){let{value:e,nodeType:n}=t;return l.$$set=r=>{"value"in r&&s(0,e=r.value),"nodeType"in r&&s(1,n=r.nodeType)},[e,n]}class G extends J{constructor(t){super(),T(this,t,$n,mn,I,{value:0,nodeType:1})}}function Je(l,t,s){const e=l.slice();e[6]=t[s],e[9]=s;const n=e[9]h(n[a],1,1,()=>{n[a]=null});return{c(){for(let a=0;a0)},m(o,f){d(o,t,f),E(s,t,null),g(t,e),g(e,r),d(o,a,f),i=!0},p(o,f){const u={};f&1&&(u.value=o[6]+(o[7]?"\\n":"")),s.$set(u),(!i||f&1)&&n!==(n=o[7]?" +":"")&&O(r,n)},i(o){i||($(s.$$.fragment,o),i=!0)},o(o){h(s.$$.fragment,o),i=!1},d(o){o&&(c(t),c(a)),A(s)}}}function gn(l){let t,s,e,n,r,a;const i=[dn,hn],o=[];function f(u,_){return u[1]?0:1}return s=f(l),e=o[s]=i[s](l),{c(){t=w("span"),e.c()},l(u){t=S(u,"SPAN",{});var _=N(t);e.l(_),_.forEach(c)},m(u,_){d(u,t,_),o[s].m(t,null),n=!0,r||(a=ne(t,"click",l[4]),r=!0)},p(u,[_]){let p=s;s=f(u),s===p?o[s].p(u,_):(q(),h(o[p],1,1,()=>{o[p]=null}),U(),e=o[s],e?e.p(u,_):(e=o[s]=i[s](u),e.c()),$(e,1),e.m(t,null))},i(u){n||($(e),n=!0)},o(u){h(e),n=!1},d(u){u&&c(t),o[s].d(),r=!1,a()}}}function vn(l,t,s){let e,n,{stack:r}=t;const{expanded:a,expandable:i}=W();x(l,a,f=>s(1,n=f)),x(l,i,f=>s(5,e=f)),ee(i,e=!0,e);const o=()=>ee(a,n=!n,n);return l.$$set=f=>{"stack"in f&&s(0,r=f.stack)},[r,n,a,i,o]}class kn extends J{constructor(t){super(),T(this,t,vn,gn,I,{stack:0})}}function yn(l){let t,s,e=String(l[0].message)+"",n;return{c(){t=w("span"),s=y("Error: "),n=y(e),this.h()},l(r){t=S(r,"SPAN",{class:!0});var a=N(t);s=b(a,"Error: "),n=b(a,e),a.forEach(c),this.h()},h(){k(t,"class","label")},m(r,a){d(r,t,a),g(t,s),g(t,n)},p(r,a){a&1&&e!==(e=String(r[0].message)+"")&&O(n,e)},d(r){r&&c(t)}}}function bn(l){let t,s,e=String(l[0].message)+"",n;return{c(){t=w("span"),s=y("Error: "),n=y(e),this.h()},l(r){t=S(r,"SPAN",{class:!0});var a=N(t);s=b(a,"Error: "),n=b(a,e),a.forEach(c),this.h()},h(){k(t,"class","label")},m(r,a){d(r,t,a),g(t,s),g(t,n)},p(r,a){a&1&&e!==(e=String(r[0].message)+"")&&O(n,e)},d(r){r&&c(t)}}}function wn(l){let t,s=l[2]+"",e;return{c(){t=w("span"),e=y(s),this.h()},l(n){t=S(n,"SPAN",{class:!0});var r=N(t);e=b(r,s),r.forEach(c),this.h()},h(){k(t,"class","property")},m(n,r){d(n,t,r),g(t,e)},p(n,r){r&4&&s!==(s=n[2]+"")&&O(e,s)},d(n){n&&c(t)}}}function Sn(l){let t,s;return t=new L({props:{value:l[0][l[2]]}}),{c(){j(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){E(t,e,n),s=!0},p(e,n){const r={};n&5&&(r.value=e[0][e[2]]),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}function Nn(l){let t,s;return t=new kn({props:{stack:l[1]}}),{c(){j(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){E(t,e,n),s=!0},p(e,n){const r={};n&2&&(r.stack=e[1]),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}function jn(l){let t,s,e,n;const r=[Nn,Sn],a=[];function i(o,f){return o[2]==="stack"?0:1}return t=i(l),s=a[t]=r[t](l),{c(){s.c(),e=M()},l(o){s.l(o),e=M()},m(o,f){a[t].m(o,f),d(o,e,f),n=!0},p(o,f){let u=t;t=i(o),t===u?a[t].p(o,f):(q(),h(a[u],1,1,()=>{a[u]=null}),U(),s=a[t],s?s.p(o,f):(s=a[t]=r[t](o),s.c()),$(s,1),s.m(e.parentNode,e))},i(o){n||($(s),n=!0)},o(o){h(s),n=!1},d(o){o&&c(e),a[t].d(o)}}}function En(l){let t,s;return t=new B({props:{keys:["message","stack"],$$slots:{item_value:[jn,({key:e})=>({2:e}),({key:e})=>e?4:0],item_key:[wn,({key:e})=>({2:e}),({key:e})=>e?4:0],preview:[bn],summary:[yn]},$$scope:{ctx:l}}}),{c(){j(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){E(t,e,n),s=!0},p(e,[n]){const r={};n&15&&(r.$$scope={dirty:n,ctx:e}),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}function An(l,t,s){let e,{value:n}=t;return l.$$set=r=>{"value"in r&&s(0,n=r.value)},l.$$.update=()=>{l.$$.dirty&1&&s(1,e=n.stack.split(` +`))},[n,e]}class Pn extends J{constructor(t){super(),T(this,t,An,En,I,{value:0})}}function On(l){const t=Object.prototype.toString.call(l).slice(8,-1);return t==="Object"?typeof l[Symbol.iterator]=="function"?"Iterable":l.constructor.name:t}function Cn(l){let t,s,e,n;return{c(){t=w("span"),s=y('"'),e=y(l[0]),n=y('"'),this.h()},l(r){t=S(r,"SPAN",{class:!0});var a=N(t);s=b(a,'"'),e=b(a,l[0]),n=b(a,'"'),a.forEach(c),this.h()},h(){k(t,"class","svelte-1fvwa9c")},m(r,a){d(r,t,a),g(t,s),g(t,e),g(t,n)},p(r,a){a&1&&O(e,r[0])},d(r){r&&c(t)}}}function Mn(l){let t,s,e=l[0].slice(0,30)+(l[0].length>30?"…":""),n,r;return{c(){t=w("span"),s=y('"'),n=y(e),r=y('"'),this.h()},l(a){t=S(a,"SPAN",{class:!0});var i=N(t);s=b(i,'"'),n=b(i,e),r=b(i,'"'),i.forEach(c),this.h()},h(){k(t,"class","svelte-1fvwa9c")},m(a,i){d(a,t,i),g(t,s),g(t,n),g(t,r)},p(a,i){i&1&&e!==(e=a[0].slice(0,30)+(a[0].length>30?"…":""))&&O(n,e)},d(a){a&&c(t)}}}function Ln(l){let t;function s(r,a){return r[1]==="summary"?Mn:Cn}let n=s(l)(l);return{c(){n.c(),t=M()},l(r){n.l(r),t=M()},m(r,a){n.m(r,a),d(r,t,a)},p(r,[a]){n.p(r,a)},i:K,o:K,d(r){r&&c(t),n.d(r)}}}function Fn(l,t,s){let e,{value:n}=t;const r={"\n":"\\n"," ":"\\t","\r":"\\r"},{displayMode:a}=W();return l.$$set=i=>{"value"in i&&s(2,n=i.value)},l.$$.update=()=>{l.$$.dirty&4&&s(0,e=n.replace(/[\n\t\r]/g,i=>r[i]))},[e,a,n]}class In extends J{constructor(t){super(),T(this,t,Fn,Ln,I,{value:2})}}function Jn(l){let t,s="ƒ";return{c(){t=w("span"),t.textContent=s,this.h()},l(e){t=S(e,"SPAN",{class:!0,"data-svelte-h":!0}),le(t)!=="svelte-migemc"&&(t.textContent=s),this.h()},h(){k(t,"class","i svelte-1eamqdt")},m(e,n){d(e,t,n)},p:K,d(e){e&&c(t)}}}function Ke(l){let t,s=Re(l[2])+"",e;return{c(){t=w("span"),e=y(s),this.h()},l(n){t=S(n,"SPAN",{class:!0});var r=N(t);e=b(r,s),r.forEach(c),this.h()},h(){k(t,"class","fn i svelte-1eamqdt")},m(n,r){d(n,t,r),g(t,e)},p(n,r){r&4&&s!==(s=Re(n[2])+"")&&O(e,s)},d(n){n&&c(t)}}}function Be(l){let t,s=qe(l[2])+"",e;return{c(){t=w("span"),e=y(s),this.h()},l(n){t=S(n,"SPAN",{class:!0});var r=N(t);e=b(r,s),r.forEach(c),this.h()},h(){k(t,"class","i svelte-1eamqdt")},m(n,r){d(n,t,r),g(t,e)},p(n,r){r&4&&s!==(s=qe(n[2])+"")&&O(e,s)},d(n){n&&c(t)}}}function Tn(l){let t,s,e=!l[2].isArrow&&Ke(l),n=!l[2].isClass&&Be(l);return{c(){e&&e.c(),t=M(),n&&n.c(),s=M()},l(r){e&&e.l(r),t=M(),n&&n.l(r),s=M()},m(r,a){e&&e.m(r,a),d(r,t,a),n&&n.m(r,a),d(r,s,a)},p(r,a){r[2].isArrow?e&&(e.d(1),e=null):e?e.p(r,a):(e=Ke(r),e.c(),e.m(t.parentNode,t)),r[2].isClass?n&&(n.d(1),n=null):n?n.p(r,a):(n=Be(r),n.c(),n.m(s.parentNode,s))},d(r){r&&(c(t),c(s)),e&&e.d(r),n&&n.d(r)}}}function Kn(l){let t,s=l[7]+"",e,n;return{c(){t=w("span"),e=y(s),this.h()},l(r){t=S(r,"SPAN",{class:!0});var a=N(t);e=b(a,s),a.forEach(c),this.h()},h(){k(t,"class",n=l[7]===ie||l[7]===fe?"internal":"property")},m(r,a){d(r,t,a),g(t,e)},p(r,a){a&128&&s!==(s=r[7]+"")&&O(e,s),a&128&&n!==(n=r[7]===ie||r[7]===fe?"internal":"property")&&k(t,"class",n)},d(r){r&&c(t)}}}function Bn(l){let t,s;return t=new L({props:{value:l[3](l[7])}}),{c(){j(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){E(t,e,n),s=!0},p(e,n){const r={};n&128&&(r.value=e[3](e[7])),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}function Rn(l){let t,s;return t=new We({props:{value:l[3](l[7])}}),{c(){j(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){E(t,e,n),s=!0},p(e,n){const r={};n&128&&(r.value=e[3](e[7])),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}function qn(l){let t,s;return{c(){t=w("span"),s=y(l[0]),this.h()},l(e){t=S(e,"SPAN",{class:!0});var n=N(t);s=b(n,l[0]),n.forEach(c),this.h()},h(){k(t,"class","i svelte-1eamqdt")},m(e,n){d(e,t,n),g(t,s)},p(e,n){n&1&&O(s,e[0])},i:K,o:K,d(e){e&&c(t)}}}function Un(l){let t,s,e,n;const r=[qn,Rn,Bn],a=[];function i(o,f){return o[7]===ie?0:o[7]==="prototype"?1:2}return t=i(l),s=a[t]=r[t](l),{c(){s.c(),e=M()},l(o){s.l(o),e=M()},m(o,f){a[t].m(o,f),d(o,e,f),n=!0},p(o,f){let u=t;t=i(o),t===u?a[t].p(o,f):(q(),h(a[u],1,1,()=>{a[u]=null}),U(),s=a[t],s?s.p(o,f):(s=a[t]=r[t](o),s.c()),$(s,1),s.m(e.parentNode,e))},i(o){n||($(s),n=!0)},o(o){h(s),n=!1},d(o){o&&c(e),a[t].d(o)}}}function Vn(l){let t,s;return t=new B({props:{keys:l[1],$$slots:{item_value:[Un,({key:e})=>({7:e}),({key:e})=>e?128:0],item_key:[Kn,({key:e})=>({7:e}),({key:e})=>e?128:0],preview:[Tn],summary:[Jn]},$$scope:{ctx:l}}}),{c(){j(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){E(t,e,n),s=!0},p(e,[n]){const r={};n&2&&(r.keys=e[1]),n&389&&(r.$$scope={dirty:n,ctx:e}),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}const ie="[[Function]]",fe="[[Prototype]]";function Re({isGenerator:l,isAsync:t,isClass:s}){return s?`class ${s}`:(t?"async ":"")+"ƒ"+(l?"*":"")}function qe({isAsync:l,isArrow:t,fnName:s,args:e}){return(t&&l?"async":"")+" "+(s??"")+e+(t?" => …":"")}function Gn(l){try{return l.toString()}catch{switch(l.constructor.name){case"AsyncFunction":return"async function () {}";case"AsyncGeneratorFunction":return"async function * () {}";case"GeneratorFunction:":return"function * () {}";default:return"function () {}"}}}function zn(l,t,s){let e,n,r,{value:a}=t;function i(u){const _=u.match(/^(?:(async)\s+)?(?:function)?(\*)?\s*([^(]+)?(\([^)]*\))\s*(=>)?/),p=_==null?void 0:_[1],m=_==null?void 0:_[2],v=_==null?void 0:_[3],C=_==null?void 0:_[4],R=_==null?void 0:_[5],re=u.match(/^class\s+([^\s]+)/),_e=re==null?void 0:re[1];return{args:C,isAsync:p,isGenerator:m,fnName:v,isArrow:R,isClass:_e}}function o(u){return u===fe?a.__proto__:a[u]}function f(u){return u===ie?!0:o(u)}return l.$$set=u=>{"value"in u&&s(4,a=u.value)},l.$$.update=()=>{l.$$.dirty&16&&s(0,e=Gn(a)),l.$$.dirty&1&&s(2,n=i(e))},s(1,r=["length","name","prototype",ie,fe].filter(f)),[e,r,n,o,a]}class Dn extends J{constructor(t){super(),T(this,t,zn,Vn,I,{value:4})}}function Wn(l){let t,s=l[3]?"writable(":"readable(",e,n,r=")",a,i;return n=new L({props:{value:l[2]}}),{c(){t=w("span"),e=y(s),j(n.$$.fragment),a=y(r),this.h()},l(o){t=S(o,"SPAN",{class:!0});var f=N(t);e=b(f,s),P(n.$$.fragment,f),a=b(f,r),f.forEach(c),this.h()},h(){k(t,"class","label")},m(o,f){d(o,t,f),g(t,e),E(n,t,null),g(t,a),i=!0},p(o,f){(!i||f&8)&&s!==(s=o[3]?"writable(":"readable(")&&O(e,s);const u={};f&4&&(u.value=o[2]),n.$set(u)},i(o){i||($(n.$$.fragment,o),i=!0)},o(o){h(n.$$.fragment,o),i=!1},d(o){o&&c(t),A(n)}}}function Xn(l){let t,s=l[9]+"",e,n,r=": ",a,i,o;return i=new L({props:{value:l[0][l[9]]}}),{c(){t=w("span"),e=y(s),n=w("span"),a=y(r),j(i.$$.fragment),this.h()},l(f){t=S(f,"SPAN",{class:!0});var u=N(t);e=b(u,s),u.forEach(c),n=S(f,"SPAN",{class:!0});var _=N(n);a=b(_,r),_.forEach(c),P(i.$$.fragment,f),this.h()},h(){k(t,"class","property"),k(n,"class","operator")},m(f,u){d(f,t,u),g(t,e),d(f,n,u),g(n,a),E(i,f,u),o=!0},p(f,u){(!o||u&512)&&s!==(s=f[9]+"")&&O(e,s);const _={};u&513&&(_.value=f[0][f[9]]),i.$set(_)},i(f){o||($(i.$$.fragment,f),o=!0)},o(f){h(i.$$.fragment,f),o=!1},d(f){f&&(c(t),c(n)),A(i,f)}}}function Yn(l){let t,s;return t=new se({props:{list:l[4],hasMore:l[4].length({9:e}),({item:e})=>e?512:0]},$$scope:{ctx:l}}}),{c(){j(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){E(t,e,n),s=!0},p(e,n){const r={};n&16&&(r.list=e[4]),n&18&&(r.hasMore=e[4].length({8:e}),({key:e})=>e?256:0],item_key:[Zn,({key:e})=>({8:e}),({key:e})=>e?256:0],preview:[Yn],summary:[Wn]},$$scope:{ctx:l}}}),{c(){j(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){E(t,e,n),s=!0},p(e,[n]){const r={};n&32&&(r.keys=e[5]),n&1311&&(r.$$scope={dirty:n,ctx:e}),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}const ue="$value";function xn(l,t,s){let e,n,r,a,i,o,f=K,u=()=>(f(),f=Ve(_,m=>s(7,o=m)),_);l.$$.on_destroy.push(()=>f());let{value:_}=t;u();function p(m){return m===ue?a:_[m]}return l.$$set=m=>{"value"in m&&u(s(0,_=m.value))},l.$$.update=()=>{l.$$.dirty&1&&s(1,e=Object.getOwnPropertyNames(_)),l.$$.dirty&2&&s(5,n=[ue,...e]),l.$$.dirty&2&&s(4,r=e.slice(0,5)),l.$$.dirty&128&&s(2,a=o),l.$$.dirty&1&&s(3,i=typeof _.set=="function")},[_,e,a,i,r,n,p,o]}class es extends J{constructor(t){super(),T(this,t,xn,Qn,I,{value:0})}}function ts(l){let t,s,e,n=l[0].length+"",r,a;return{c(){t=w("span"),s=y(l[1]),e=y("("),r=y(n),a=y(")"),this.h()},l(i){t=S(i,"SPAN",{class:!0});var o=N(t);s=b(o,l[1]),e=b(o,"("),r=b(o,n),a=b(o,")"),o.forEach(c),this.h()},h(){k(t,"class","label")},m(i,o){d(i,t,o),g(t,s),g(t,e),g(t,r),g(t,a)},p(i,o){o&2&&O(s,i[1]),o&1&&n!==(n=i[0].length+"")&&O(r,n)},d(i){i&&c(t)}}}function ns(l){let t,s;return t=new L({props:{value:l[7]}}),{c(){j(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){E(t,e,n),s=!0},p(e,n){const r={};n&128&&(r.value=e[7]),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}function ss(l){let t,s;return t=new se({props:{list:l[2],hasMore:l[2].length({7:e}),({item:e})=>e?128:0]},$$scope:{ctx:l}}}),{c(){j(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){E(t,e,n),s=!0},p(e,n){const r={};n&4&&(r.list=e[2]),n&5&&(r.hasMore=e[2].length({6:e}),({key:e})=>e?64:0],item_key:[rs,({key:e})=>({6:e}),({key:e})=>e?64:0],preview:[ss],summary:[ts]},$$scope:{ctx:l}}}),{c(){j(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){E(t,e,n),s=!0},p(e,[n]){const r={};n&8&&(r.keys=e[3]),n&327&&(r.$$scope={dirty:n,ctx:e}),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}const Ue="Symbol(Symbol.toStringTag)";function os(l,t,s){let e,n,{value:r}=t,{nodeType:a}=t;const i=["buffer","byteLength","byteOffset","length",Ue];function o(f){return f===Ue?r[Symbol.toStringTag]:r[f]}return l.$$set=f=>{"value"in f&&s(0,r=f.value),"nodeType"in f&&s(1,a=f.nodeType)},l.$$.update=()=>{l.$$.dirty&1&&s(3,e=[...Object.getOwnPropertyNames(r),...i]),l.$$.dirty&1&&s(2,n=r.slice(0,5))},[r,a,n,e,i,o]}class is extends J{constructor(t){super(),T(this,t,os,as,I,{value:0,nodeType:1})}}function fs(l){let t,s;return{c(){t=w("span"),s=y(l[1]),this.h()},l(e){t=S(e,"SPAN",{class:!0});var n=N(t);s=b(n,l[1]),n.forEach(c),this.h()},h(){k(t,"class","regex svelte-17k1wqt")},m(e,n){d(e,t,n),g(t,s)},p(e,n){n&2&&O(s,e[1])},d(e){e&&c(t)}}}function us(l){let t,s;return{c(){t=w("span"),s=y(l[1]),this.h()},l(e){t=S(e,"SPAN",{class:!0});var n=N(t);s=b(n,l[1]),n.forEach(c),this.h()},h(){k(t,"class","regex svelte-17k1wqt")},m(e,n){d(e,t,n),g(t,s)},p(e,n){n&2&&O(s,e[1])},d(e){e&&c(t)}}}function cs(l){let t,s=String(l[3])+"",e;return{c(){t=w("span"),e=y(s),this.h()},l(n){t=S(n,"SPAN",{class:!0});var r=N(t);e=b(r,s),r.forEach(c),this.h()},h(){k(t,"class","internal")},m(n,r){d(n,t,r),g(t,e)},p(n,r){r&8&&s!==(s=String(n[3])+"")&&O(e,s)},d(n){n&&c(t)}}}function _s(l){let t,s;return t=new L({props:{value:l[0][l[3]]}}),{c(){j(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){E(t,e,n),s=!0},p(e,n){const r={};n&9&&(r.value=e[0][e[3]]),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}function ps(l){let t,s;return t=new B({props:{keys:l[2],$$slots:{item_value:[_s,({key:e})=>({3:e}),({key:e})=>e?8:0],item_key:[cs,({key:e})=>({3:e}),({key:e})=>e?8:0],preview:[us],summary:[fs]},$$scope:{ctx:l}}}),{c(){j(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){E(t,e,n),s=!0},p(e,[n]){const r={};n&27&&(r.$$scope={dirty:n,ctx:e}),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}function ms(l,t,s){let e,{value:n}=t;const r=["lastIndex","dotAll","flags","global","hasIndices","ignoreCase","multiline","source","sticky","unicode"];return l.$$set=a=>{"value"in a&&s(0,n=a.value)},l.$$.update=()=>{l.$$.dirty&1&&s(1,e=n.toString())},[n,e,r]}class $s extends J{constructor(t){super(),T(this,t,ms,ps,I,{value:0})}}function hs(l){let t,s,e;const n=[{value:l[0]},l[1]];var r=l[2];function a(i,o){let f={};if(o!==void 0&&o&3)f=he(n,[o&1&&{value:i[0]},o&2&&de(i[1])]);else for(let u=0;u{A(f,1)}),U()}r?(t=$e(r,a(i,o)),j(t.$$.fragment),$(t.$$.fragment,1),E(t,s.parentNode,s)):t=null}else if(r){const f=o&3?he(n,[o&1&&{value:i[0]},o&2&&de(i[1])]):{};t.$set(f)}},i(i){e||(t&&$(t.$$.fragment,i),e=!0)},o(i){t&&h(t.$$.fragment,i),e=!1},d(i){i&&c(s),t&&A(t,i)}}}function ds(l,t,s){let e,n,r,{value:a}=t;const i=ce();x(l,i,f=>s(4,r=f));function o(f,u){switch(f){case"Object":return typeof u.subscribe=="function"?[es]:[We];case"Error":return[Pn];case"Array":return[Bt];case"Map":return[pn];case"Iterable":case"Set":return[Ht,{nodeType:f}];case"Number":return[G,{nodeType:f}];case"String":return[In];case"Boolean":return[G,{nodeType:f,value:u?"true":"false"}];case"Date":return[G,{nodeType:f,value:u.toISOString()}];case"Null":return[G,{nodeType:f,value:"null"}];case"Undefined":return[G,{nodeType:f,value:"undefined"}];case"Function":case"AsyncFunction":case"AsyncGeneratorFunction":case"GeneratorFunction":return[Dn];case"Symbol":return[G,{nodeType:f,value:u.toString()}];case"BigInt":return[G,{nodeType:f,value:String(u)+"n"}];case"ArrayBuffer":return[G,{nodeType:f,value:`ArrayBuffer(${u.byteLength})`}];case"BigInt64Array":case"BigUint64Array":case"Float32Array":case"Float64Array":case"Int8Array":case"Int16Array":case"Int32Array":case"Uint8Array":case"Uint8ClampedArray":case"Uint16Array":case"Uint32Array":return[is,{nodeType:f}];case"RegExp":return[$s];default:return[G,{nodeType:f,value:`<${f}>`}]}}return l.$$set=f=>{"value"in f&&s(0,a=f.value)},l.$$.update=()=>{l.$$.dirty&1&&ee(i,r=On(a),r),l.$$.dirty&17&&s(2,[e,n]=o(r,a),e,(s(1,n),s(4,r),s(0,a)))},[a,n,e,i,r]}class L extends J{constructor(t){super(),T(this,t,ds,hs,I,{value:0})}}function gs({defaultExpandedPaths:l,defaultExpandedLevel:t}){const s=l.map(n=>n.split("."));function e(n){e:for(const r of s){if(n.length>r.length)continue;const a=Math.min(n.length,r.length);for(let i=0;ie(o),level:0,keyPath:[]}),l.$$set=o=>{"value"in o&&s(0,n=o.value),"defaultExpandedPaths"in o&&s(2,r=o.defaultExpandedPaths),"defaultExpandedLevel"in o&&s(3,a=o.defaultExpandedLevel)},l.$$.update=()=>{l.$$.dirty&12&&(e=gs({defaultExpandedPaths:r,defaultExpandedLevel:a}))},[n,i,r,a]}class bs extends J{constructor(t){super(),T(this,t,ys,ks,I,{value:0,defaultExpandedPaths:2,defaultExpandedLevel:3})}}function ws(l){let t,s,e,n;return s=new bs({props:{value:l[0],defaultExpandedLevel:l[2]}}),{c(){t=w("div"),e=w("div"),j(s.$$.fragment),this.h()},l(r){t=S(r,"DIV",{class:!0});var a=N(t);e=S(a,"DIV",{style:!0});var i=N(e);P(s.$$.fragment,i),a.forEach(c),this.h()},h(){V(e,"display","contents"),V(e,"--json-tree-font-size","16px"),V(e,"--json-tree-li-line-height","1.7"),V(e,"--json-tree-font-family","monospace"),V(e,"--json-tree-string-color","var(--color-text)"),V(e,"--json-tree-label-color","var(--color-interaction)"),V(e,"--json-tree-property-color","var(--color-interaction)"),V(e,"--json-tree-number-color","var(--color-text-secondary)"),V(e,"--json-tree-boolean-color","var(--color-text-secondary)"),k(t,"class","svelte-1ajfzk1"),X(t,"showFullLines",l[1])},m(r,a){d(r,t,a),g(t,e),E(s,e,null),n=!0},p(r,[a]){const i={};a&1&&(i.value=r[0]),a&4&&(i.defaultExpandedLevel=r[2]),s.$set(i),(!n||a&2)&&X(t,"showFullLines",r[1])},i(r){n||($(s.$$.fragment,r),n=!0)},o(r){h(s.$$.fragment,r),n=!1},d(r){r&&c(t),A(s)}}}function Ss(l,t,s){let{value:e}=t,{showFullLines:n=!1}=t,{expandedLines:r=2}=t;return l.$$set=a=>{"value"in a&&s(0,e=a.value),"showFullLines"in a&&s(1,n=a.showFullLines),"expandedLines"in a&&s(2,r=a.expandedLines)},[e,n,r]}class Ps extends J{constructor(t){super(),T(this,t,Ss,ws,I,{value:0,showFullLines:1,expandedLines:2})}}export{Ps as J}; diff --git a/gui/next/build/_app/immutable/chunks/JSONTree.cfd91a83.js b/gui/next/build/_app/immutable/chunks/JSONTree.cfd91a83.js deleted file mode 100644 index cd3c8504..00000000 --- a/gui/next/build/_app/immutable/chunks/JSONTree.cfd91a83.js +++ /dev/null @@ -1,2 +0,0 @@ -import{ab as Qe,ac as We,S as J,i as T,s as C,e as L,b as d,K,h as c,F as x,k as w,q as v,l as S,m as N,r as k,n as b,G as Q,E as g,H as te,ad as Be,J as ee,Q as W,R as X,T as Y,U as Z,g as $,d as h,o as Xe,a as z,y as E,c as D,z as P,A as j,v as U,f as q,B as A,ae as Re,_ as ce,u as O,a5 as _e,x as pe,af as Ye,ag as Ze,ah as xe,p as V}from"./index.d0f8a730.js";import{w as fe,r as et}from"./index.9dcff510.js";const me={};function H(l,t){const s=Qe(me),e=typeof l=="function"?l(s):l,n={...s,...e};return t!=null&&t.expandable&&(n.isParentExpanded=n.expanded),We(me,n),s}function $e(l){let t,s,e="▶",n,r,a;return{c(){t=w("span"),s=w("span"),n=v(e),this.h()},l(i){t=S(i,"SPAN",{class:!0});var o=N(t);s=S(o,"SPAN",{class:!0});var f=N(s);n=k(f,e),f.forEach(c),o.forEach(c),this.h()},h(){b(s,"class","arrow svelte-1qd6nto"),Q(s,"expanded",l[2]),b(t,"class","container svelte-1qd6nto")},m(i,o){d(i,t,o),g(t,s),g(s,n),r||(a=te(t,"click",l[4]),r=!0)},p(i,o){o&4&&Q(s,"expanded",i[2])},d(i){i&&c(t),r=!1,a()}}}function tt(l){let t,s=l[1]&&$e(l);return{c(){s&&s.c(),t=L()},l(e){s&&s.l(e),t=L()},m(e,n){s&&s.m(e,n),d(e,t,n)},p(e,[n]){e[1]?s?s.p(e,n):(s=$e(e),s.c(),s.m(t.parentNode,t)):s&&(s.d(1),s=null)},i:K,o:K,d(e){s&&s.d(e),e&&c(t)}}}function nt(l,t,s){let e,n,r=K,a=()=>(r(),r=Be(f,_=>s(2,n=_)),f);l.$$.on_destroy.push(()=>r());const{expanded:i,expandable:o}=H();x(l,o,_=>s(1,e=_));let{expanded:f=i}=t;a();const u=_=>{_.stopPropagation(),ee(f,n=!n,n)};return l.$$set=_=>{"expanded"in _&&a(s(0,f=_.expanded))},[f,e,n,o,u]}class Ue extends J{constructor(t){super(),T(this,t,nt,tt,C,{expanded:0})}}function st(l){let t;const s=l[1].default,e=W(s,l,l[0],null);return{c(){e&&e.c()},l(n){e&&e.l(n)},m(n,r){e&&e.m(n,r),t=!0},p(n,[r]){e&&e.p&&(!t||r&1)&&X(e,s,n,n[0],t?Z(s,n[0],r,null):Y(n[0]),null)},i(n){t||($(e,n),t=!0)},o(n){h(e,n),t=!1},d(n){e&&e.d(n)}}}function rt(l,t,s){let{$$slots:e={},$$scope:n}=t;return H({displayMode:"summary"}),l.$$set=r=>{"$$scope"in r&&s(0,n=r.$$scope)},[n,e]}class lt extends J{constructor(t){super(),T(this,t,rt,st,C,{})}}function at(l){let t;const s=l[3].default,e=W(s,l,l[2],null);return{c(){e&&e.c()},l(n){e&&e.l(n)},m(n,r){e&&e.m(n,r),t=!0},p(n,[r]){e&&e.p&&(!t||r&4)&&X(e,s,n,n[2],t?Z(s,n[2],r,null):Y(n[2]),null)},i(n){t||($(e,n),t=!0)},o(n){h(e,n),t=!1},d(n){e&&e.d(n)}}}function ot(l,t,s){let{$$slots:e={},$$scope:n}=t,{expanded:r}=t,{key:a}=t;const i=fe(!1);return H(({keyPath:o,level:f})=>(a!=="[[Entries]]"&&(o=[...o,a],f=f+1),{keyPath:o,level:f,expanded:r,expandable:i})),l.$$set=o=>{"expanded"in o&&s(0,r=o.expanded),"key"in o&&s(1,a=o.key),"$$scope"in o&&s(2,n=o.$$scope)},[r,a,n,e]}class qe extends J{constructor(t){super(),T(this,t,ot,at,C,{expanded:0,key:1})}}function he(l,t,s){const e=l.slice();return e[19]=t[s],e[21]=s,e}const it=l=>({key:l&1}),de=l=>({key:l[19],index:l[21]}),ft=l=>({key:l&1}),ge=l=>({key:l[19],index:l[21]}),ut=l=>({}),ve=l=>({}),ct=l=>({}),ke=l=>({});function _t(l){let t,s,e,n,r,a,i,o,f=l[6]&&mt(l);e=new lt({props:{$$slots:{default:[$t]},$$scope:{ctx:l}}});let u=l[4]&&ye(l);return{c(){t=w("span"),f&&f.c(),s=z(),E(e.$$.fragment),n=z(),u&&u.c(),r=L(),this.h()},l(_){t=S(_,"SPAN",{class:!0});var p=N(t);f&&f.l(p),s=D(p),P(e.$$.fragment,p),p.forEach(c),n=D(_),u&&u.l(_),r=L(),this.h()},h(){b(t,"class","root svelte-19drypg")},m(_,p){d(_,t,p),f&&f.m(t,null),g(t,s),j(e,t,null),d(_,n,p),u&&u.m(_,p),d(_,r,p),a=!0,i||(o=te(t,"click",l[9]),i=!0)},p(_,p){_[6]&&f.p(_,p);const m={};p&8192&&(m.$$scope={dirty:p,ctx:_}),e.$set(m),_[4]?u?(u.p(_,p),p&16&&$(u,1)):(u=ye(_),u.c(),$(u,1),u.m(r.parentNode,r)):u&&(U(),h(u,1,1,()=>{u=null}),q())},i(_){a||($(f),$(e.$$.fragment,_),$(u),a=!0)},o(_){h(f),h(e.$$.fragment,_),h(u),a=!1},d(_){_&&c(t),f&&f.d(),A(e),_&&c(n),u&&u.d(_),_&&c(r),i=!1,o()}}}function pt(l){let t;const s=l[11].summary,e=W(s,l,l[13],ke);return{c(){e&&e.c()},l(n){e&&e.l(n)},m(n,r){e&&e.m(n,r),t=!0},p(n,r){e&&e.p&&(!t||r&8192)&&X(e,s,n,n[13],t?Z(s,n[13],r,ct):Y(n[13]),ke)},i(n){t||($(e,n),t=!0)},o(n){h(e,n),t=!1},d(n){e&&e.d(n)}}}function mt(l){let t,s;return t=new Ue({props:{expanded:l[7]}}),{c(){E(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){j(t,e,n),s=!0},p:K,i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}function $t(l){let t;const s=l[11].preview,e=W(s,l,l[13],ve);return{c(){e&&e.c()},l(n){e&&e.l(n)},m(n,r){e&&e.m(n,r),t=!0},p(n,r){e&&e.p&&(!t||r&8192)&&X(e,s,n,n[13],t?Z(s,n[13],r,ut):Y(n[13]),ve)},i(n){t||($(e,n),t=!0)},o(n){h(e,n),t=!1},d(n){e&&e.d(n)}}}function ye(l){let t,s,e,n,r=l[0],a=[];for(let o=0;oh(a[o],1,1,()=>{a[o]=null});return{c(){t=w("ul");for(let o=0;o{};function vt(l,t,s){let e,n,r,{$$slots:a={},$$scope:i}=t,{keys:o}=t,{shouldShowColon:f=void 0}=t,{expandKey:u=I=>I}=t,{defaultExpanded:_=!1}=t;const{isParentExpanded:p,displayMode:m,root:y,expanded:M,expandable:R,keyPath:se,level:ue,shouldExpandNode:Ge}=H({root:!1},{expandable:!0});if(x(l,M,I=>s(4,n=I)),x(l,R,I=>s(14,r=I)),ee(R,r=!0,r),m!=="summary"){if(!_){const I=Ge({keyPath:se,level:ue});I!==void 0&&(_=I)}Xe(()=>p.subscribe(I=>{I?M.set(_):M.set(!1)}))}function ze(){ee(M,n=!n,n)}const De=I=>e[I].update(He=>!He);return l.$$set=I=>{"keys"in I&&s(0,o=I.keys),"shouldShowColon"in I&&s(1,f=I.shouldShowColon),"expandKey"in I&&s(2,u=I.expandKey),"defaultExpanded"in I&&s(10,_=I.defaultExpanded),"$$scope"in I&&s(13,i=I.$$scope)},l.$$.update=()=>{l.$$.dirty&1&&s(3,e=o.map(()=>fe(!1)))},[o,f,u,e,n,m,y,M,R,ze,_,a,De,i]}class B extends J{constructor(t){super(),T(this,t,vt,dt,C,{keys:0,shouldShowColon:1,expandKey:2,defaultExpanded:10})}}function Se(l,t,s){const e=l.slice();return e[7]=t[s],e[9]=s,e}const kt=l=>({item:l&1}),Ne=l=>({item:l[7],index:l[9]});function Ee(l){let t,s,e=l[2]&&je(l);return{c(){e&&e.c(),t=w("span"),s=v(l[3]),this.h()},l(n){e&&e.l(n),t=S(n,"SPAN",{class:!0});var r=N(t);s=k(r,l[3]),r.forEach(c),this.h()},h(){b(t,"class","operator")},m(n,r){e&&e.m(n,r),d(n,t,r),g(t,s)},p(n,r){n[2]?e?e.p(n,r):(e=je(n),e.c(),e.m(t.parentNode,t)):e&&(e.d(1),e=null),r&8&&O(s,n[3])},d(n){e&&e.d(n),n&&c(t)}}}function je(l){let t,s;return{c(){t=w("span"),s=v(l[2]),this.h()},l(e){t=S(e,"SPAN",{class:!0});var n=N(t);s=k(n,l[2]),n.forEach(c),this.h()},h(){b(t,"class","label")},m(e,n){d(e,t,n),g(t,s)},p(e,n){n&4&&O(s,e[2])},d(e){e&&c(t)}}}function Ae(l){let t,s;return{c(){t=w("span"),s=v(","),this.h()},l(e){t=S(e,"SPAN",{class:!0});var n=N(t);s=k(n,","),n.forEach(c),this.h()},h(){b(t,"class","comma operator svelte-150ffaa")},m(e,n){d(e,t,n),g(t,s)},d(e){e&&c(t)}}}function Pe(l){let t,s,e;const n=l[6].item,r=W(n,l,l[5],Ne);let a=l[9]h(o[p],1,1,()=>{o[p]=null});let u=l[1]&&Oe(),_=l[4]&&Me(l);return{c(){a&&a.c(),t=z();for(let p=0;p{"list"in u&&s(0,r=u.list),"hasMore"in u&&s(1,a=u.hasMore),"label"in u&&s(2,i=u.label),"prefix"in u&&s(3,o=u.prefix),"postfix"in u&&s(4,f=u.postfix),"$$scope"in u&&s(5,n=u.$$scope)},[r,a,i,o,f,n,e]}class ne extends J{constructor(t){super(),T(this,t,bt,yt,C,{list:0,hasMore:1,label:2,prefix:3,postfix:4})}}function wt(l){let t,s="{…}",e;return{c(){t=w("span"),e=v(s),this.h()},l(n){t=S(n,"SPAN",{class:!0});var r=N(t);e=k(r,s),r.forEach(c),this.h()},h(){b(t,"class","label")},m(n,r){d(n,t,r),g(t,e)},p:K,d(n){n&&c(t)}}}function St(l){let t,s=l[4]+"",e,n,r=": ",a,i,o;return i=new F({props:{value:l[0][l[4]]}}),{c(){t=w("span"),e=v(s),n=w("span"),a=v(r),E(i.$$.fragment),this.h()},l(f){t=S(f,"SPAN",{class:!0});var u=N(t);e=k(u,s),u.forEach(c),n=S(f,"SPAN",{class:!0});var _=N(n);a=k(_,r),_.forEach(c),P(i.$$.fragment,f),this.h()},h(){b(t,"class","property"),b(n,"class","operator")},m(f,u){d(f,t,u),g(t,e),d(f,n,u),g(n,a),j(i,f,u),o=!0},p(f,u){(!o||u&16)&&s!==(s=f[4]+"")&&O(e,s);const _={};u&17&&(_.value=f[0][f[4]]),i.$set(_)},i(f){o||($(i.$$.fragment,f),o=!0)},o(f){h(i.$$.fragment,f),o=!1},d(f){f&&c(t),f&&c(n),A(i,f)}}}function Nt(l){let t,s;return t=new ne({props:{list:l[2],hasMore:l[2].length({4:e}),({item:e})=>e?16:0]},$$scope:{ctx:l}}}),{c(){E(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){j(t,e,n),s=!0},p(e,n){const r={};n&4&&(r.list=e[2]),n&6&&(r.hasMore=e[2].length({3:e}),({key:e})=>e?8:0],item_key:[Et,({key:e})=>({3:e}),({key:e})=>e?8:0],preview:[Nt],summary:[wt]},$$scope:{ctx:l}}}),{c(){E(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){j(t,e,n),s=!0},p(e,[n]){const r={};n&2&&(r.keys=e[1]),n&47&&(r.$$scope={dirty:n,ctx:e}),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}function Pt(l,t,s){let e,n,{value:r}=t;return l.$$set=a=>{"value"in a&&s(0,r=a.value)},l.$$.update=()=>{l.$$.dirty&1&&s(1,e=Object.getOwnPropertyNames(r)),l.$$.dirty&2&&s(2,n=e.slice(0,5))},[r,e,n]}class Ve extends J{constructor(t){super(),T(this,t,Pt,At,C,{value:0})}}function Ot(l){let t,s,e=l[0].length+"",n,r;return{c(){t=w("span"),s=v("Array("),n=v(e),r=v(")"),this.h()},l(a){t=S(a,"SPAN",{class:!0});var i=N(t);s=k(i,"Array("),n=k(i,e),r=k(i,")"),i.forEach(c),this.h()},h(){b(t,"class","label")},m(a,i){d(a,t,i),g(t,s),g(t,n),g(t,r)},p(a,i){i&1&&e!==(e=a[0].length+"")&&O(n,e)},d(a){a&&c(t)}}}function Mt(l){let t,s;return t=new F({props:{value:l[4]}}),{c(){E(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){j(t,e,n),s=!0},p(e,n){const r={};n&16&&(r.value=e[4]),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}function Lt(l){let t,s;return t=new ne({props:{list:l[1],hasMore:l[1].length({4:e}),({item:e})=>e?16:0]},$$scope:{ctx:l}}}),{c(){E(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){j(t,e,n),s=!0},p(e,n){const r={};n&2&&(r.list=e[1]),n&3&&(r.hasMore=e[1].length({3:e}),({key:e})=>e?8:0],item_key:[Ft,({key:e})=>({3:e}),({key:e})=>e?8:0],preview:[Lt],summary:[Ot]},$$scope:{ctx:l}}}),{c(){E(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){j(t,e,n),s=!0},p(e,[n]){const r={};n&4&&(r.keys=e[2]),n&43&&(r.$$scope={dirty:n,ctx:e}),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}function Tt(l,t,s){let e,n,{value:r}=t;return l.$$set=a=>{"value"in a&&s(0,r=a.value)},l.$$.update=()=>{l.$$.dirty&1&&s(2,e=Object.getOwnPropertyNames(r)),l.$$.dirty&1&&s(1,n=r.slice(0,5))},[r,n,e]}class Ct extends J{constructor(t){super(),T(this,t,Tt,Jt,C,{value:0})}}function Kt(l){let t,s,e,n=l[3].length+"",r,a;return{c(){t=w("span"),s=v(l[1]),e=v("("),r=v(n),a=v(")"),this.h()},l(i){t=S(i,"SPAN",{class:!0});var o=N(t);s=k(o,l[1]),e=k(o,"("),r=k(o,n),a=k(o,")"),o.forEach(c),this.h()},h(){b(t,"class","label")},m(i,o){d(i,t,o),g(t,s),g(t,e),g(t,r),g(t,a)},p(i,o){o&2&&O(s,i[1]),o&8&&n!==(n=i[3].length+"")&&O(r,n)},d(i){i&&c(t)}}}function Bt(l){let t,s;return t=new F({props:{value:l[8]}}),{c(){E(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){j(t,e,n),s=!0},p(e,n){const r={};n&256&&(r.value=e[8]),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}function Rt(l){let t,s;return t=new ne({props:{list:l[4],hasMore:l[4].length({8:e}),({item:e})=>e?256:0]},$$scope:{ctx:l}}}),{c(){E(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){j(t,e,n),s=!0},p(e,n){const r={};n&16&&(r.list=e[4]),n&20&&(r.hasMore=e[4].length({7:e}),({key:e})=>e?128:0],item_key:[Gt,({key:e})=>({7:e}),({key:e})=>e?128:0]},$$scope:{ctx:l}}}),{c(){E(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){j(t,e,n),s=!0},p(e,n){const r={};n&8&&(r.keys=e[3]),n&644&&(r.$$scope={dirty:n,ctx:e}),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}function Gt(l){let t,s=l[7]+"",e;return{c(){t=w("span"),e=v(s),this.h()},l(n){t=S(n,"SPAN",{class:!0});var r=N(t);e=k(r,s),r.forEach(c),this.h()},h(){b(t,"class","property")},m(n,r){d(n,t,r),g(t,e)},p(n,r){r&128&&s!==(s=n[7]+"")&&O(e,s)},d(n){n&&c(t)}}}function zt(l){let t,s;return t=new F({props:{value:l[2][l[7]]}}),{c(){E(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){j(t,e,n),s=!0},p(e,n){const r={};n&132&&(r.value=e[2][e[7]]),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}function Dt(l){let t,s,e,n;const r=[Vt,qt],a=[];function i(o,f){return o[6]===re?0:1}return t=i(l),s=a[t]=r[t](l),{c(){s.c(),e=L()},l(o){s.l(o),e=L()},m(o,f){a[t].m(o,f),d(o,e,f),n=!0},p(o,f){let u=t;t=i(o),t===u?a[t].p(o,f):(U(),h(a[u],1,1,()=>{a[u]=null}),q(),s=a[t],s?s.p(o,f):(s=a[t]=r[t](o),s.c()),$(s,1),s.m(e.parentNode,e))},i(o){n||($(s),n=!0)},o(o){h(s),n=!1},d(o){a[t].d(o),o&&c(e)}}}function Ht(l){let t,s;return t=new B({props:{keys:[re,"size"],shouldShowColon:l[5],$$slots:{item_value:[Dt,({key:e})=>({6:e}),({key:e})=>e?64:0],item_key:[Ut,({key:e})=>({6:e}),({key:e})=>e?64:0],preview:[Rt],summary:[Kt]},$$scope:{ctx:l}}}),{c(){E(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){j(t,e,n),s=!0},p(e,[n]){const r={};n&607&&(r.$$scope={dirty:n,ctx:e}),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}const re="[[Entries]]";function Qt(l,t,s){let e,{value:n}=t,{nodeType:r}=t,a=[],i=[];const o=f=>f!==re;return l.$$set=f=>{"value"in f&&s(0,n=f.value),"nodeType"in f&&s(1,r=f.nodeType)},l.$$.update=()=>{if(l.$$.dirty&1){let f=[],u=[],_=0;for(const p of n)f.push(_++),u.push(p);s(3,a=f),s(2,i=u)}l.$$.dirty&4&&s(4,e=i.slice(0,5))},[n,r,i,a,e,o]}class Wt extends J{constructor(t){super(),T(this,t,Qt,Ht,C,{value:0,nodeType:1})}}function Xt(l){let t,s,e=l[2].length+"",n,r;return{c(){t=w("span"),s=v("Map("),n=v(e),r=v(")"),this.h()},l(a){t=S(a,"SPAN",{color:!0});var i=N(t);s=k(i,"Map("),n=k(i,e),r=k(i,")"),i.forEach(c),this.h()},h(){b(t,"color","label")},m(a,i){d(a,t,i),g(t,s),g(t,n),g(t,r)},p(a,i){i&4&&e!==(e=a[2].length+"")&&O(n,e)},d(a){a&&c(t)}}}function Yt(l){let t,s,e=" => ",n,r,a;return t=new F({props:{value:l[10]}}),r=new F({props:{value:l[0].get(l[10])}}),{c(){E(t.$$.fragment),s=w("span"),n=v(e),E(r.$$.fragment),this.h()},l(i){P(t.$$.fragment,i),s=S(i,"SPAN",{class:!0});var o=N(s);n=k(o,e),o.forEach(c),P(r.$$.fragment,i),this.h()},h(){b(s,"class","operator")},m(i,o){j(t,i,o),d(i,s,o),g(s,n),j(r,i,o),a=!0},p(i,o){const f={};o&1024&&(f.value=i[10]),t.$set(f);const u={};o&1025&&(u.value=i[0].get(i[10])),r.$set(u)},i(i){a||($(t.$$.fragment,i),$(r.$$.fragment,i),a=!0)},o(i){h(t.$$.fragment,i),h(r.$$.fragment,i),a=!1},d(i){A(t,i),i&&c(s),A(r,i)}}}function Zt(l){let t,s;return t=new ne({props:{list:l[4],hasMore:l[4].length({10:e}),({item:e})=>e?1024:0]},$$scope:{ctx:l}}}),{c(){E(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){j(t,e,n),s=!0},p(e,n){const r={};n&16&&(r.list=e[4]),n&17&&(r.hasMore=e[4].length({8:e}),({key:e})=>e?256:0],item_key:[nn,({key:e})=>({8:e}),({key:e})=>e?256:0]},$$scope:{ctx:l}}}),{c(){E(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){j(t,e,n),s=!0},p(e,n){const r={};n&2&&(r.keys=e[1]),n&4&&(r.expandKey=e[5]),n&2316&&(r.$$scope={dirty:n,ctx:e}),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}function nn(l){let t,s=l[8]+"",e;return{c(){t=w("span"),e=v(s),this.h()},l(n){t=S(n,"SPAN",{class:!0});var r=N(t);e=k(r,s),r.forEach(c),this.h()},h(){b(t,"class","property")},m(n,r){d(n,t,r),g(t,e)},p(n,r){r&256&&s!==(s=n[8]+"")&&O(e,s)},d(n){n&&c(t)}}}function sn(l){let t,s="{ ",e,n,r,a=" => ",i,o,f,u=" }",_,p;return n=new F({props:{value:l[2][l[8]]}}),o=new F({props:{value:l[3][l[8]]}}),{c(){t=w("span"),e=v(s),E(n.$$.fragment),r=w("span"),i=v(a),E(o.$$.fragment),f=w("span"),_=v(u),this.h()},l(m){t=S(m,"SPAN",{class:!0});var y=N(t);e=k(y,s),y.forEach(c),P(n.$$.fragment,m),r=S(m,"SPAN",{class:!0});var M=N(r);i=k(M,a),M.forEach(c),P(o.$$.fragment,m),f=S(m,"SPAN",{class:!0});var R=N(f);_=k(R,u),R.forEach(c),this.h()},h(){b(t,"class","operator"),b(r,"class","operator"),b(f,"class","operator")},m(m,y){d(m,t,y),g(t,e),j(n,m,y),d(m,r,y),g(r,i),j(o,m,y),d(m,f,y),g(f,_),p=!0},p(m,y){const M={};y&260&&(M.value=m[2][m[8]]),n.$set(M);const R={};y&264&&(R.value=m[3][m[8]]),o.$set(R)},i(m){p||($(n.$$.fragment,m),$(o.$$.fragment,m),p=!0)},o(m){h(n.$$.fragment,m),h(o.$$.fragment,m),p=!1},d(m){m&&c(t),A(n,m),m&&c(r),A(o,m),m&&c(f)}}}function rn(l){let t,s=l[9]+"",e;return{c(){t=w("span"),e=v(s),this.h()},l(n){t=S(n,"SPAN",{class:!0});var r=N(t);e=k(r,s),r.forEach(c),this.h()},h(){b(t,"class","property")},m(n,r){d(n,t,r),g(t,e)},p(n,r){r&512&&s!==(s=n[9]+"")&&O(e,s)},d(n){n&&c(t)}}}function ln(l){let t,s;return t=new F({props:{value:l[9]==="key"?l[2][l[8]]:l[3][l[8]]}}),{c(){E(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){j(t,e,n),s=!0},p(e,n){const r={};n&780&&(r.value=e[9]==="key"?e[2][e[8]]:e[3][e[8]]),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}function an(l){let t,s;return t=new B({props:{keys:["key","value"],$$slots:{item_value:[ln,({key:e})=>({9:e}),({key:e})=>e?512:0],item_key:[rn,({key:e})=>({9:e}),({key:e})=>e?512:0],preview:[sn]},$$scope:{ctx:l}}}),{c(){E(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){j(t,e,n),s=!0},p(e,n){const r={};n&2828&&(r.$$scope={dirty:n,ctx:e}),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}function on(l){let t,s,e,n;const r=[tn,en],a=[];function i(o,f){return o[7]===le?0:1}return t=i(l),s=a[t]=r[t](l),{c(){s.c(),e=L()},l(o){s.l(o),e=L()},m(o,f){a[t].m(o,f),d(o,e,f),n=!0},p(o,f){let u=t;t=i(o),t===u?a[t].p(o,f):(U(),h(a[u],1,1,()=>{a[u]=null}),q(),s=a[t],s?s.p(o,f):(s=a[t]=r[t](o),s.c()),$(s,1),s.m(e.parentNode,e))},i(o){n||($(s),n=!0)},o(o){h(s),n=!1},d(o){a[t].d(o),o&&c(e)}}}function fn(l){let t,s;return t=new B({props:{keys:[le,"size"],shouldShowColon:l[6],$$slots:{item_value:[on,({key:e})=>({7:e}),({key:e})=>e?128:0],item_key:[xt,({key:e})=>({7:e}),({key:e})=>e?128:0],preview:[Zt],summary:[Xt]},$$scope:{ctx:l}}}),{c(){E(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){j(t,e,n),s=!0},p(e,[n]){const r={};n&2207&&(r.$$scope={dirty:n,ctx:e}),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}const le="[[Entries]]";function un(l,t,s){let e,{value:n}=t;H();let r=[],a=[],i=[];const o=u=>a[u],f=u=>u!==le;return l.$$set=u=>{"value"in u&&s(0,n=u.value)},l.$$.update=()=>{if(l.$$.dirty&1){let u=[],_=[],p=[],m=0;for(const y of n)u.push(m++),_.push(y[0]),p.push(y[1]);s(1,r=u),s(2,a=_),s(3,i=p)}l.$$.dirty&1&&s(4,e=Array.from(n.keys()).slice(0,5))},[n,r,a,i,e,o,f]}class cn extends J{constructor(t){super(),T(this,t,un,fn,C,{value:0})}}function _n(l){let t,s,e;return{c(){t=w("span"),s=v(l[0]),this.h()},l(n){t=S(n,"SPAN",{class:!0});var r=N(t);s=k(r,l[0]),r.forEach(c),this.h()},h(){b(t,"class",e=_e(l[1])+" svelte-l95iub")},m(n,r){d(n,t,r),g(t,s)},p(n,[r]){r&1&&O(s,n[0]),r&2&&e!==(e=_e(n[1])+" svelte-l95iub")&&b(t,"class",e)},i:K,o:K,d(n){n&&c(t)}}}function pn(l,t,s){let{value:e,nodeType:n}=t;return l.$$set=r=>{"value"in r&&s(0,e=r.value),"nodeType"in r&&s(1,n=r.nodeType)},[e,n]}class G extends J{constructor(t){super(),T(this,t,pn,_n,C,{value:0,nodeType:1})}}function Le(l,t,s){const e=l.slice();e[6]=t[s],e[9]=s;const n=e[9]h(n[a],1,1,()=>{n[a]=null});return{c(){for(let a=0;a0)},m(o,f){d(o,t,f),j(s,t,null),g(t,e),g(e,r),d(o,a,f),i=!0},p(o,f){const u={};f&1&&(u.value=o[6]+(o[7]?"\\n":"")),s.$set(u),(!i||f&1)&&n!==(n=o[7]?" +":"")&&O(r,n)},i(o){i||($(s.$$.fragment,o),i=!0)},o(o){h(s.$$.fragment,o),i=!1},d(o){o&&c(t),A(s),o&&c(a)}}}function hn(l){let t,s,e,n,r,a;const i=[$n,mn],o=[];function f(u,_){return u[1]?0:1}return s=f(l),e=o[s]=i[s](l),{c(){t=w("span"),e.c()},l(u){t=S(u,"SPAN",{});var _=N(t);e.l(_),_.forEach(c)},m(u,_){d(u,t,_),o[s].m(t,null),n=!0,r||(a=te(t,"click",l[4]),r=!0)},p(u,[_]){let p=s;s=f(u),s===p?o[s].p(u,_):(U(),h(o[p],1,1,()=>{o[p]=null}),q(),e=o[s],e?e.p(u,_):(e=o[s]=i[s](u),e.c()),$(e,1),e.m(t,null))},i(u){n||($(e),n=!0)},o(u){h(e),n=!1},d(u){u&&c(t),o[s].d(),r=!1,a()}}}function dn(l,t,s){let e,n,{stack:r}=t;const{expanded:a,expandable:i}=H();x(l,a,f=>s(1,n=f)),x(l,i,f=>s(5,e=f)),ee(i,e=!0,e);const o=()=>ee(a,n=!n,n);return l.$$set=f=>{"stack"in f&&s(0,r=f.stack)},[r,n,a,i,o]}class gn extends J{constructor(t){super(),T(this,t,dn,hn,C,{stack:0})}}function vn(l){let t,s,e=String(l[0].message)+"",n;return{c(){t=w("span"),s=v("Error: "),n=v(e),this.h()},l(r){t=S(r,"SPAN",{class:!0});var a=N(t);s=k(a,"Error: "),n=k(a,e),a.forEach(c),this.h()},h(){b(t,"class","label")},m(r,a){d(r,t,a),g(t,s),g(t,n)},p(r,a){a&1&&e!==(e=String(r[0].message)+"")&&O(n,e)},d(r){r&&c(t)}}}function kn(l){let t,s,e=String(l[0].message)+"",n;return{c(){t=w("span"),s=v("Error: "),n=v(e),this.h()},l(r){t=S(r,"SPAN",{class:!0});var a=N(t);s=k(a,"Error: "),n=k(a,e),a.forEach(c),this.h()},h(){b(t,"class","label")},m(r,a){d(r,t,a),g(t,s),g(t,n)},p(r,a){a&1&&e!==(e=String(r[0].message)+"")&&O(n,e)},d(r){r&&c(t)}}}function yn(l){let t,s=l[2]+"",e;return{c(){t=w("span"),e=v(s),this.h()},l(n){t=S(n,"SPAN",{class:!0});var r=N(t);e=k(r,s),r.forEach(c),this.h()},h(){b(t,"class","property")},m(n,r){d(n,t,r),g(t,e)},p(n,r){r&4&&s!==(s=n[2]+"")&&O(e,s)},d(n){n&&c(t)}}}function bn(l){let t,s;return t=new F({props:{value:l[0][l[2]]}}),{c(){E(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){j(t,e,n),s=!0},p(e,n){const r={};n&5&&(r.value=e[0][e[2]]),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}function wn(l){let t,s;return t=new gn({props:{stack:l[1]}}),{c(){E(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){j(t,e,n),s=!0},p(e,n){const r={};n&2&&(r.stack=e[1]),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}function Sn(l){let t,s,e,n;const r=[wn,bn],a=[];function i(o,f){return o[2]==="stack"?0:1}return t=i(l),s=a[t]=r[t](l),{c(){s.c(),e=L()},l(o){s.l(o),e=L()},m(o,f){a[t].m(o,f),d(o,e,f),n=!0},p(o,f){let u=t;t=i(o),t===u?a[t].p(o,f):(U(),h(a[u],1,1,()=>{a[u]=null}),q(),s=a[t],s?s.p(o,f):(s=a[t]=r[t](o),s.c()),$(s,1),s.m(e.parentNode,e))},i(o){n||($(s),n=!0)},o(o){h(s),n=!1},d(o){a[t].d(o),o&&c(e)}}}function Nn(l){let t,s;return t=new B({props:{keys:["message","stack"],$$slots:{item_value:[Sn,({key:e})=>({2:e}),({key:e})=>e?4:0],item_key:[yn,({key:e})=>({2:e}),({key:e})=>e?4:0],preview:[kn],summary:[vn]},$$scope:{ctx:l}}}),{c(){E(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){j(t,e,n),s=!0},p(e,[n]){const r={};n&15&&(r.$$scope={dirty:n,ctx:e}),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}function En(l,t,s){let e,{value:n}=t;return l.$$set=r=>{"value"in r&&s(0,n=r.value)},l.$$.update=()=>{l.$$.dirty&1&&s(1,e=n.stack.split(` -`))},[n,e]}class jn extends J{constructor(t){super(),T(this,t,En,Nn,C,{value:0})}}function An(l){const t=Object.prototype.toString.call(l).slice(8,-1);return t==="Object"?typeof l[Symbol.iterator]=="function"?"Iterable":l.constructor.name:t}function Pn(l){let t,s,e,n;return{c(){t=w("span"),s=v('"'),e=v(l[0]),n=v('"'),this.h()},l(r){t=S(r,"SPAN",{class:!0});var a=N(t);s=k(a,'"'),e=k(a,l[0]),n=k(a,'"'),a.forEach(c),this.h()},h(){b(t,"class","svelte-1fvwa9c")},m(r,a){d(r,t,a),g(t,s),g(t,e),g(t,n)},p(r,a){a&1&&O(e,r[0])},d(r){r&&c(t)}}}function On(l){let t,s,e=l[0].slice(0,30)+(l[0].length>30?"…":""),n,r;return{c(){t=w("span"),s=v('"'),n=v(e),r=v('"'),this.h()},l(a){t=S(a,"SPAN",{class:!0});var i=N(t);s=k(i,'"'),n=k(i,e),r=k(i,'"'),i.forEach(c),this.h()},h(){b(t,"class","svelte-1fvwa9c")},m(a,i){d(a,t,i),g(t,s),g(t,n),g(t,r)},p(a,i){i&1&&e!==(e=a[0].slice(0,30)+(a[0].length>30?"…":""))&&O(n,e)},d(a){a&&c(t)}}}function Mn(l){let t;function s(r,a){return r[1]==="summary"?On:Pn}let n=s(l)(l);return{c(){n.c(),t=L()},l(r){n.l(r),t=L()},m(r,a){n.m(r,a),d(r,t,a)},p(r,[a]){n.p(r,a)},i:K,o:K,d(r){n.d(r),r&&c(t)}}}function Ln(l,t,s){let e,{value:n}=t;const r={"\n":"\\n"," ":"\\t","\r":"\\r"},{displayMode:a}=H();return l.$$set=i=>{"value"in i&&s(2,n=i.value)},l.$$.update=()=>{l.$$.dirty&4&&s(0,e=n.replace(/[\n\t\r]/g,i=>r[i]))},[e,a,n]}class Fn extends J{constructor(t){super(),T(this,t,Ln,Mn,C,{value:2})}}function In(l){let t,s;return{c(){t=w("span"),s=v("ƒ"),this.h()},l(e){t=S(e,"SPAN",{class:!0});var n=N(t);s=k(n,"ƒ"),n.forEach(c),this.h()},h(){b(t,"class","i svelte-1eamqdt")},m(e,n){d(e,t,n),g(t,s)},p:K,d(e){e&&c(t)}}}function Ie(l){let t,s=Te(l[2])+"",e;return{c(){t=w("span"),e=v(s),this.h()},l(n){t=S(n,"SPAN",{class:!0});var r=N(t);e=k(r,s),r.forEach(c),this.h()},h(){b(t,"class","fn i svelte-1eamqdt")},m(n,r){d(n,t,r),g(t,e)},p(n,r){r&4&&s!==(s=Te(n[2])+"")&&O(e,s)},d(n){n&&c(t)}}}function Je(l){let t,s=Ce(l[2])+"",e;return{c(){t=w("span"),e=v(s),this.h()},l(n){t=S(n,"SPAN",{class:!0});var r=N(t);e=k(r,s),r.forEach(c),this.h()},h(){b(t,"class","i svelte-1eamqdt")},m(n,r){d(n,t,r),g(t,e)},p(n,r){r&4&&s!==(s=Ce(n[2])+"")&&O(e,s)},d(n){n&&c(t)}}}function Jn(l){let t,s,e=!l[2].isArrow&&Ie(l),n=!l[2].isClass&&Je(l);return{c(){e&&e.c(),t=L(),n&&n.c(),s=L()},l(r){e&&e.l(r),t=L(),n&&n.l(r),s=L()},m(r,a){e&&e.m(r,a),d(r,t,a),n&&n.m(r,a),d(r,s,a)},p(r,a){r[2].isArrow?e&&(e.d(1),e=null):e?e.p(r,a):(e=Ie(r),e.c(),e.m(t.parentNode,t)),r[2].isClass?n&&(n.d(1),n=null):n?n.p(r,a):(n=Je(r),n.c(),n.m(s.parentNode,s))},d(r){e&&e.d(r),r&&c(t),n&&n.d(r),r&&c(s)}}}function Tn(l){let t,s=l[7]+"",e,n;return{c(){t=w("span"),e=v(s),this.h()},l(r){t=S(r,"SPAN",{class:!0});var a=N(t);e=k(a,s),a.forEach(c),this.h()},h(){b(t,"class",n=l[7]===ae||l[7]===oe?"internal":"property")},m(r,a){d(r,t,a),g(t,e)},p(r,a){a&128&&s!==(s=r[7]+"")&&O(e,s),a&128&&n!==(n=r[7]===ae||r[7]===oe?"internal":"property")&&b(t,"class",n)},d(r){r&&c(t)}}}function Cn(l){let t,s;return t=new F({props:{value:l[3](l[7])}}),{c(){E(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){j(t,e,n),s=!0},p(e,n){const r={};n&128&&(r.value=e[3](e[7])),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}function Kn(l){let t,s;return t=new Ve({props:{value:l[3](l[7])}}),{c(){E(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){j(t,e,n),s=!0},p(e,n){const r={};n&128&&(r.value=e[3](e[7])),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}function Bn(l){let t,s;return{c(){t=w("span"),s=v(l[0]),this.h()},l(e){t=S(e,"SPAN",{class:!0});var n=N(t);s=k(n,l[0]),n.forEach(c),this.h()},h(){b(t,"class","i svelte-1eamqdt")},m(e,n){d(e,t,n),g(t,s)},p(e,n){n&1&&O(s,e[0])},i:K,o:K,d(e){e&&c(t)}}}function Rn(l){let t,s,e,n;const r=[Bn,Kn,Cn],a=[];function i(o,f){return o[7]===ae?0:o[7]==="prototype"?1:2}return t=i(l),s=a[t]=r[t](l),{c(){s.c(),e=L()},l(o){s.l(o),e=L()},m(o,f){a[t].m(o,f),d(o,e,f),n=!0},p(o,f){let u=t;t=i(o),t===u?a[t].p(o,f):(U(),h(a[u],1,1,()=>{a[u]=null}),q(),s=a[t],s?s.p(o,f):(s=a[t]=r[t](o),s.c()),$(s,1),s.m(e.parentNode,e))},i(o){n||($(s),n=!0)},o(o){h(s),n=!1},d(o){a[t].d(o),o&&c(e)}}}function Un(l){let t,s;return t=new B({props:{keys:l[1],$$slots:{item_value:[Rn,({key:e})=>({7:e}),({key:e})=>e?128:0],item_key:[Tn,({key:e})=>({7:e}),({key:e})=>e?128:0],preview:[Jn],summary:[In]},$$scope:{ctx:l}}}),{c(){E(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){j(t,e,n),s=!0},p(e,[n]){const r={};n&2&&(r.keys=e[1]),n&389&&(r.$$scope={dirty:n,ctx:e}),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}const ae="[[Function]]",oe="[[Prototype]]";function Te({isGenerator:l,isAsync:t,isClass:s}){return s?`class ${s}`:(t?"async ":"")+"ƒ"+(l?"*":"")}function Ce({isAsync:l,isArrow:t,fnName:s,args:e}){return(t&&l?"async":"")+" "+(s??"")+e+(t?" => …":"")}function qn(l){try{return l.toString()}catch{switch(l.constructor.name){case"AsyncFunction":return"async function () {}";case"AsyncGeneratorFunction":return"async function * () {}";case"GeneratorFunction:":return"function * () {}";default:return"function () {}"}}}function Vn(l,t,s){let e,n,r,{value:a}=t;function i(u){const _=u.match(/^(?:(async)\s+)?(?:function)?(\*)?\s*([^(]+)?(\([^)]*\))\s*(=>)?/),p=_==null?void 0:_[1],m=_==null?void 0:_[2],y=_==null?void 0:_[3],M=_==null?void 0:_[4],R=_==null?void 0:_[5],se=u.match(/^class\s+([^\s]+)/),ue=se==null?void 0:se[1];return{args:M,isAsync:p,isGenerator:m,fnName:y,isArrow:R,isClass:ue}}function o(u){return u===oe?a.__proto__:a[u]}function f(u){return u===ae?!0:o(u)}return l.$$set=u=>{"value"in u&&s(4,a=u.value)},l.$$.update=()=>{l.$$.dirty&16&&s(0,e=qn(a)),l.$$.dirty&1&&s(2,n=i(e))},s(1,r=["length","name","prototype",ae,oe].filter(f)),[e,r,n,o,a]}class Gn extends J{constructor(t){super(),T(this,t,Vn,Un,C,{value:4})}}function zn(l){let t,s=l[3]?"writable(":"readable(",e,n,r=")",a,i;return n=new F({props:{value:l[2]}}),{c(){t=w("span"),e=v(s),E(n.$$.fragment),a=v(r),this.h()},l(o){t=S(o,"SPAN",{class:!0});var f=N(t);e=k(f,s),P(n.$$.fragment,f),a=k(f,r),f.forEach(c),this.h()},h(){b(t,"class","label")},m(o,f){d(o,t,f),g(t,e),j(n,t,null),g(t,a),i=!0},p(o,f){(!i||f&8)&&s!==(s=o[3]?"writable(":"readable(")&&O(e,s);const u={};f&4&&(u.value=o[2]),n.$set(u)},i(o){i||($(n.$$.fragment,o),i=!0)},o(o){h(n.$$.fragment,o),i=!1},d(o){o&&c(t),A(n)}}}function Dn(l){let t,s=l[9]+"",e,n,r=": ",a,i,o;return i=new F({props:{value:l[0][l[9]]}}),{c(){t=w("span"),e=v(s),n=w("span"),a=v(r),E(i.$$.fragment),this.h()},l(f){t=S(f,"SPAN",{class:!0});var u=N(t);e=k(u,s),u.forEach(c),n=S(f,"SPAN",{class:!0});var _=N(n);a=k(_,r),_.forEach(c),P(i.$$.fragment,f),this.h()},h(){b(t,"class","property"),b(n,"class","operator")},m(f,u){d(f,t,u),g(t,e),d(f,n,u),g(n,a),j(i,f,u),o=!0},p(f,u){(!o||u&512)&&s!==(s=f[9]+"")&&O(e,s);const _={};u&513&&(_.value=f[0][f[9]]),i.$set(_)},i(f){o||($(i.$$.fragment,f),o=!0)},o(f){h(i.$$.fragment,f),o=!1},d(f){f&&c(t),f&&c(n),A(i,f)}}}function Hn(l){let t,s;return t=new ne({props:{list:l[4],hasMore:l[4].length({9:e}),({item:e})=>e?512:0]},$$scope:{ctx:l}}}),{c(){E(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){j(t,e,n),s=!0},p(e,n){const r={};n&16&&(r.list=e[4]),n&18&&(r.hasMore=e[4].length({8:e}),({key:e})=>e?256:0],item_key:[Qn,({key:e})=>({8:e}),({key:e})=>e?256:0],preview:[Hn],summary:[zn]},$$scope:{ctx:l}}}),{c(){E(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){j(t,e,n),s=!0},p(e,[n]){const r={};n&32&&(r.keys=e[5]),n&1311&&(r.$$scope={dirty:n,ctx:e}),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}const ie="$value";function Yn(l,t,s){let e,n,r,a,i,o,f=K,u=()=>(f(),f=Be(_,m=>s(7,o=m)),_);l.$$.on_destroy.push(()=>f());let{value:_}=t;u();function p(m){return m===ie?a:_[m]}return l.$$set=m=>{"value"in m&&u(s(0,_=m.value))},l.$$.update=()=>{l.$$.dirty&1&&s(1,e=Object.getOwnPropertyNames(_)),l.$$.dirty&2&&s(5,n=[ie,...e]),l.$$.dirty&2&&s(4,r=e.slice(0,5)),l.$$.dirty&128&&s(2,a=o),l.$$.dirty&1&&s(3,i=typeof _.set=="function")},[_,e,a,i,r,n,p,o]}class Zn extends J{constructor(t){super(),T(this,t,Yn,Xn,C,{value:0})}}function xn(l){let t,s,e,n=l[0].length+"",r,a;return{c(){t=w("span"),s=v(l[1]),e=v("("),r=v(n),a=v(")"),this.h()},l(i){t=S(i,"SPAN",{class:!0});var o=N(t);s=k(o,l[1]),e=k(o,"("),r=k(o,n),a=k(o,")"),o.forEach(c),this.h()},h(){b(t,"class","label")},m(i,o){d(i,t,o),g(t,s),g(t,e),g(t,r),g(t,a)},p(i,o){o&2&&O(s,i[1]),o&1&&n!==(n=i[0].length+"")&&O(r,n)},d(i){i&&c(t)}}}function es(l){let t,s;return t=new F({props:{value:l[7]}}),{c(){E(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){j(t,e,n),s=!0},p(e,n){const r={};n&128&&(r.value=e[7]),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}function ts(l){let t,s;return t=new ne({props:{list:l[2],hasMore:l[2].length({7:e}),({item:e})=>e?128:0]},$$scope:{ctx:l}}}),{c(){E(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){j(t,e,n),s=!0},p(e,n){const r={};n&4&&(r.list=e[2]),n&5&&(r.hasMore=e[2].length({6:e}),({key:e})=>e?64:0],item_key:[ns,({key:e})=>({6:e}),({key:e})=>e?64:0],preview:[ts],summary:[xn]},$$scope:{ctx:l}}}),{c(){E(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){j(t,e,n),s=!0},p(e,[n]){const r={};n&8&&(r.keys=e[3]),n&327&&(r.$$scope={dirty:n,ctx:e}),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}const Ke="Symbol(Symbol.toStringTag)";function ls(l,t,s){let e,n,{value:r}=t,{nodeType:a}=t;const i=["buffer","byteLength","byteOffset","length",Ke];function o(f){return f===Ke?r[Symbol.toStringTag]:r[f]}return l.$$set=f=>{"value"in f&&s(0,r=f.value),"nodeType"in f&&s(1,a=f.nodeType)},l.$$.update=()=>{l.$$.dirty&1&&s(3,e=[...Object.getOwnPropertyNames(r),...i]),l.$$.dirty&1&&s(2,n=r.slice(0,5))},[r,a,n,e,i,o]}class as extends J{constructor(t){super(),T(this,t,ls,rs,C,{value:0,nodeType:1})}}function os(l){let t,s;return{c(){t=w("span"),s=v(l[1]),this.h()},l(e){t=S(e,"SPAN",{class:!0});var n=N(t);s=k(n,l[1]),n.forEach(c),this.h()},h(){b(t,"class","regex svelte-17k1wqt")},m(e,n){d(e,t,n),g(t,s)},p(e,n){n&2&&O(s,e[1])},d(e){e&&c(t)}}}function is(l){let t,s;return{c(){t=w("span"),s=v(l[1]),this.h()},l(e){t=S(e,"SPAN",{class:!0});var n=N(t);s=k(n,l[1]),n.forEach(c),this.h()},h(){b(t,"class","regex svelte-17k1wqt")},m(e,n){d(e,t,n),g(t,s)},p(e,n){n&2&&O(s,e[1])},d(e){e&&c(t)}}}function fs(l){let t,s=String(l[3])+"",e;return{c(){t=w("span"),e=v(s),this.h()},l(n){t=S(n,"SPAN",{class:!0});var r=N(t);e=k(r,s),r.forEach(c),this.h()},h(){b(t,"class","internal")},m(n,r){d(n,t,r),g(t,e)},p(n,r){r&8&&s!==(s=String(n[3])+"")&&O(e,s)},d(n){n&&c(t)}}}function us(l){let t,s;return t=new F({props:{value:l[0][l[3]]}}),{c(){E(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){j(t,e,n),s=!0},p(e,n){const r={};n&9&&(r.value=e[0][e[3]]),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}function cs(l){let t,s;return t=new B({props:{keys:l[2],$$slots:{item_value:[us,({key:e})=>({3:e}),({key:e})=>e?8:0],item_key:[fs,({key:e})=>({3:e}),({key:e})=>e?8:0],preview:[is],summary:[os]},$$scope:{ctx:l}}}),{c(){E(t.$$.fragment)},l(e){P(t.$$.fragment,e)},m(e,n){j(t,e,n),s=!0},p(e,[n]){const r={};n&27&&(r.$$scope={dirty:n,ctx:e}),t.$set(r)},i(e){s||($(t.$$.fragment,e),s=!0)},o(e){h(t.$$.fragment,e),s=!1},d(e){A(t,e)}}}function _s(l,t,s){let e,{value:n}=t;const r=["lastIndex","dotAll","flags","global","hasIndices","ignoreCase","multiline","source","sticky","unicode"];return l.$$set=a=>{"value"in a&&s(0,n=a.value)},l.$$.update=()=>{l.$$.dirty&1&&s(1,e=n.toString())},[n,e,r]}class ps extends J{constructor(t){super(),T(this,t,_s,cs,C,{value:0})}}function ms(l){let t,s,e;const n=[{value:l[0]},l[1]];var r=l[2];function a(i){let o={};for(let f=0;f{A(u,1)}),q()}r?(t=pe(r,a()),E(t.$$.fragment),$(t.$$.fragment,1),j(t,s.parentNode,s)):t=null}else r&&t.$set(f)},i(i){e||(t&&$(t.$$.fragment,i),e=!0)},o(i){t&&h(t.$$.fragment,i),e=!1},d(i){i&&c(s),t&&A(t,i)}}}function $s(l,t,s){let e,n,r,{value:a}=t;const i=fe();x(l,i,f=>s(4,r=f));function o(f,u){switch(f){case"Object":return typeof u.subscribe=="function"?[Zn]:[Ve];case"Error":return[jn];case"Array":return[Ct];case"Map":return[cn];case"Iterable":case"Set":return[Wt,{nodeType:f}];case"Number":return[G,{nodeType:f}];case"String":return[Fn];case"Boolean":return[G,{nodeType:f,value:u?"true":"false"}];case"Date":return[G,{nodeType:f,value:u.toISOString()}];case"Null":return[G,{nodeType:f,value:"null"}];case"Undefined":return[G,{nodeType:f,value:"undefined"}];case"Function":case"AsyncFunction":case"AsyncGeneratorFunction":case"GeneratorFunction":return[Gn];case"Symbol":return[G,{nodeType:f,value:u.toString()}];case"BigInt":return[G,{nodeType:f,value:String(u)+"n"}];case"ArrayBuffer":return[G,{nodeType:f,value:`ArrayBuffer(${u.byteLength})`}];case"BigInt64Array":case"BigUint64Array":case"Float32Array":case"Float64Array":case"Int8Array":case"Int16Array":case"Int32Array":case"Uint8Array":case"Uint8ClampedArray":case"Uint16Array":case"Uint32Array":return[as,{nodeType:f}];case"RegExp":return[ps];default:return[G,{nodeType:f,value:`<${f}>`}]}}return l.$$set=f=>{"value"in f&&s(0,a=f.value)},l.$$.update=()=>{l.$$.dirty&1&&ee(i,r=An(a),r),l.$$.dirty&17&&s(2,[e,n]=o(r,a),e,(s(1,n),s(4,r),s(0,a)))},[a,n,e,i,r]}class F extends J{constructor(t){super(),T(this,t,$s,ms,C,{value:0})}}function hs({defaultExpandedPaths:l,defaultExpandedLevel:t}){const s=l.map(n=>n.split("."));function e(n){e:for(const r of s){if(n.length>r.length)continue;const a=Math.min(n.length,r.length);for(let i=0;ie(o),level:0,keyPath:[]}),l.$$set=o=>{"value"in o&&s(0,n=o.value),"defaultExpandedPaths"in o&&s(2,r=o.defaultExpandedPaths),"defaultExpandedLevel"in o&&s(3,a=o.defaultExpandedLevel)},l.$$.update=()=>{l.$$.dirty&12&&(e=hs({defaultExpandedPaths:r,defaultExpandedLevel:a}))},[n,i,r,a]}class ks extends J{constructor(t){super(),T(this,t,vs,gs,C,{value:0,defaultExpandedPaths:2,defaultExpandedLevel:3})}}function ys(l){let t,s,e,n;return s=new ks({props:{value:l[0],defaultExpandedLevel:l[2]}}),{c(){t=w("div"),e=w("div"),E(s.$$.fragment),this.h()},l(r){t=S(r,"DIV",{class:!0});var a=N(t);e=S(a,"DIV",{style:!0});var i=N(e);P(s.$$.fragment,i),a.forEach(c),this.h()},h(){V(e,"display","contents"),V(e,"--json-tree-font-size","16px"),V(e,"--json-tree-li-line-height","1.7"),V(e,"--json-tree-font-family","monospace"),V(e,"--json-tree-string-color","var(--color-text)"),V(e,"--json-tree-label-color","var(--color-interaction)"),V(e,"--json-tree-property-color","var(--color-interaction)"),V(e,"--json-tree-number-color","var(--color-text-secondary)"),V(e,"--json-tree-boolean-color","var(--color-text-secondary)"),b(t,"class","svelte-1ajfzk1"),Q(t,"showFullLines",l[1])},m(r,a){d(r,t,a),g(t,e),j(s,e,null),n=!0},p(r,[a]){const i={};a&1&&(i.value=r[0]),a&4&&(i.defaultExpandedLevel=r[2]),s.$set(i),(!n||a&2)&&Q(t,"showFullLines",r[1])},i(r){n||($(s.$$.fragment,r),n=!0)},o(r){h(s.$$.fragment,r),n=!1},d(r){r&&c(t),A(s)}}}function bs(l,t,s){let{value:e}=t,{showFullLines:n=!1}=t,{expandedLines:r=2}=t;return l.$$set=a=>{"value"in a&&s(0,e=a.value),"showFullLines"in a&&s(1,n=a.showFullLines),"expandedLines"in a&&s(2,r=a.expandedLines)},[e,n,r]}class Ns extends J{constructor(t){super(),T(this,t,bs,ys,C,{value:0,showFullLines:1,expandedLines:2})}}export{Ns as J}; diff --git a/gui/next/build/_app/immutable/chunks/each.c0161bb5.js b/gui/next/build/_app/immutable/chunks/each.c0161bb5.js new file mode 100644 index 00000000..1a69d374 --- /dev/null +++ b/gui/next/build/_app/immutable/chunks/each.c0161bb5.js @@ -0,0 +1 @@ +import{t as B,a as C}from"./index.12b5c620.js";import{y as D}from"./scheduler.e2aa1391.js";function G(n){return(n==null?void 0:n.length)!==void 0?n:Array.from(n)}function H(n,o){B(n,1,1,()=>{o.delete(n.key)})}function I(n,o,x,A,j,g,d,k,p,q,w,z){let i=n.length,f=g.length,c=i;const u={};for(;c--;)u[n[c].key]=c;const h=[],a=new Map,m=new Map,M=[];for(c=f;c--;){const e=z(j,g,c),s=x(e);let t=d.get(s);t?A&&M.push(()=>t.p(e,o)):(t=q(s,e),t.c()),a.set(s,h[c]=t),s in u&&m.set(s,Math.abs(c-u[s]))}const v=new Set,S=new Set;function y(e){C(e,1),e.m(k,w),d.set(e.key,e),w=e.first,f--}for(;i&&f;){const e=h[f-1],s=n[i-1],t=e.key,l=s.key;e===s?(w=e.first,i--,f--):a.has(l)?!d.has(t)||v.has(t)?y(e):S.has(l)?i--:m.get(t)>m.get(l)?(S.add(t),y(e)):(v.add(l),i--):(p(s,d),i--)}for(;i--;){const e=n[i];a.has(e.key)||p(e,d)}for(;f;)y(h[f-1]);return D(M),h}export{G as e,H as o,I as u}; diff --git a/gui/next/build/_app/immutable/chunks/globals.7f7f1b26.js b/gui/next/build/_app/immutable/chunks/globals.7f7f1b26.js new file mode 100644 index 00000000..c4865b41 --- /dev/null +++ b/gui/next/build/_app/immutable/chunks/globals.7f7f1b26.js @@ -0,0 +1 @@ +const o=typeof window<"u"?window:typeof globalThis<"u"?globalThis:global;export{o as g}; diff --git a/gui/next/build/_app/immutable/chunks/index.12b5c620.js b/gui/next/build/_app/immutable/chunks/index.12b5c620.js new file mode 100644 index 00000000..15663380 --- /dev/null +++ b/gui/next/build/_app/immutable/chunks/index.12b5c620.js @@ -0,0 +1,4 @@ +var K=Object.defineProperty;var Q=(t,e,n)=>e in t?K(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n;var j=(t,e,n)=>(Q(t,typeof e!="symbol"?e+"":e,n),n);import{A as v,a2 as T,d as F,a3 as X,y as O,O as R,B as C,a4 as Y,W as L,a5 as N,h as Z,a6 as tt,a7 as et,a8 as nt,a9 as it,aa as D,ab as st,ac as at,ad as rt,ae as ot,af as ft}from"./scheduler.e2aa1391.js";const U=typeof window<"u";let V=U?()=>window.performance.now():()=>Date.now(),I=U?t=>requestAnimationFrame(t):v;const x=new Set;function W(t){x.forEach(e=>{e.c(t)||(x.delete(e),e.f())}),x.size!==0&&I(W)}function q(t){let e;return x.size===0&&I(W),{promise:new Promise(n=>{x.add(e={c:t,f:n})}),abort(){x.delete(e)}}}const M=new Map;let P=0;function ut(t){let e=5381,n=t.length;for(;n--;)e=(e<<5)-e^t.charCodeAt(n);return e>>>0}function lt(t,e){const n={stylesheet:X(e),rules:{}};return M.set(t,n),n}function z(t,e,n,a,l,o,u,i=0){const c=16.666/a;let s=`{ +`;for(let _=0;_<=1;_+=c){const g=e+(n-e)*o(_);s+=_*100+`%{${u(g,1-g)}} +`}const $=s+`100% {${u(n,1-n)}} +}`,f=`__svelte_${ut($)}_${i}`,m=T(t),{stylesheet:h,rules:r}=M.get(m)||lt(m,t);r[f]||(r[f]=!0,h.insertRule(`@keyframes ${f} ${$}`,h.cssRules.length));const d=t.style.animation||"";return t.style.animation=`${d?`${d}, `:""}${f} ${a}ms linear ${l}ms 1 both`,P+=1,f}function B(t,e){const n=(t.style.animation||"").split(", "),a=n.filter(e?o=>o.indexOf(e)<0:o=>o.indexOf("__svelte")===-1),l=n.length-a.length;l&&(t.style.animation=a.join(", "),P-=l,P||ct())}function ct(){I(()=>{P||(M.forEach(t=>{const{ownerNode:e}=t.stylesheet;e&&F(e)}),M.clear())})}let E;function G(){return E||(E=Promise.resolve(),E.then(()=>{E=null})),E}function S(t,e,n){t.dispatchEvent(Y(`${e?"intro":"outro"}${n}`))}const A=new Set;let p;function yt(){p={r:0,c:[],p}}function wt(){p.r||O(p.c),p=p.p}function dt(t,e){t&&t.i&&(A.delete(t),t.i(e))}function xt(t,e,n,a){if(t&&t.o){if(A.has(t))return;A.add(t),p.c.push(()=>{A.delete(t),a&&(n&&t.d(1),a())}),t.o(e)}else a&&a()}const H={duration:0};function vt(t,e,n){const a={direction:"in"};let l=e(t,n,a),o=!1,u,i,c=0;function s(){u&&B(t,u)}function $(){const{delay:m=0,duration:h=300,easing:r=L,tick:d=v,css:_}=l||H;_&&(u=z(t,0,1,h,m,r,_,c++)),d(0,1);const g=V()+m,b=g+h;i&&i.abort(),o=!0,C(()=>S(t,!0,"start")),i=q(y=>{if(o){if(y>=b)return d(1,0),S(t,!0,"end"),s(),o=!1;if(y>=g){const w=r((y-g)/h);d(w,1-w)}}return o})}let f=!1;return{start(){f||(f=!0,B(t),R(l)?(l=l(a),G().then($)):$())},invalidate(){f=!1},end(){o&&(s(),o=!1)}}}function bt(t,e,n,a){let o=e(t,n,{direction:"both"}),u=a?0:1,i=null,c=null,s=null,$;function f(){s&&B(t,s)}function m(r,d){const _=r.b-u;return d*=Math.abs(_),{a:u,b:r.b,d:_,duration:d,start:r.start,end:r.start+d,group:r.group}}function h(r){const{delay:d=0,duration:_=300,easing:g=L,tick:b=v,css:y}=o||H,w={start:V()+d,b:r};r||(w.group=p,p.r+=1),"inert"in t&&(r?$!==void 0&&(t.inert=$):($=t.inert,t.inert=!0)),i||c?c=w:(y&&(f(),s=z(t,u,r,_,d,g,y)),r&&b(0,1),i=m(w,_),C(()=>S(t,r,"start")),q(k=>{if(c&&k>c.start&&(i=m(c,_),c=null,S(t,i.b,"start"),y&&(f(),s=z(t,u,i.b,i.duration,0,g,o.css))),i){if(k>=i.end)b(u=i.b,1-u),S(t,i.b,"end"),c||(i.b?f():--i.group.r||O(i.group.c)),i=null;else if(k>=i.start){const J=k-i.start;u=i.a+i.d*g(J/i.duration),b(u,1-u)}}return!!(i||c)}))}return{run(r){R(o)?G().then(()=>{o=o({direction:r?"in":"out"}),h(r)}):h(r)},end(){f(),i=c=null}}}function Et(t){t&&t.c()}function St(t,e){t&&t.l(e)}function _t(t,e,n){const{fragment:a,after_update:l}=t.$$;a&&a.m(e,n),C(()=>{const o=t.$$.on_mount.map(st).filter(R);t.$$.on_destroy?t.$$.on_destroy.push(...o):O(o),t.$$.on_mount=[]}),l.forEach(C)}function $t(t,e){const n=t.$$;n.fragment!==null&&(nt(n.after_update),O(n.on_destroy),n.fragment&&n.fragment.d(e),n.on_destroy=n.fragment=null,n.ctx=[])}function ht(t,e){t.$$.dirty[0]===-1&&(at.push(t),rt(),t.$$.dirty.fill(0)),t.$$.dirty[e/31|0]|=1<{const r=h.length?h[0]:m;return s.ctx&&l(s.ctx[f],s.ctx[f]=r)&&(!s.skip_bound&&s.bound[f]&&s.bound[f](r),$&&ht(t,f)),m}):[],s.update(),$=!0,O(s.before_update),s.fragment=a?a(s.ctx):!1,e.target){if(e.hydrate){ot();const f=Z(e.target);s.fragment&&s.fragment.l(f),f.forEach(F)}else s.fragment&&s.fragment.c();e.intro&&dt(t.$$.fragment),_t(t,e.target,e.anchor),ft(),tt()}D(c)}class kt{constructor(){j(this,"$$");j(this,"$$set")}$destroy(){$t(this,1),this.$destroy=v}$on(e,n){if(!R(n))return v;const a=this.$$.callbacks[e]||(this.$$.callbacks[e]=[]);return a.push(n),()=>{const l=a.indexOf(n);l!==-1&&a.splice(l,1)}}$set(e){this.$$set&&!et(e)&&(this.$$.skip_bound=!0,this.$$set(e),this.$$.skip_bound=!1)}}const mt="4";typeof window<"u"&&(window.__svelte||(window.__svelte={v:new Set})).v.add(mt);export{kt as S,dt as a,Et as b,wt as c,St as d,$t as e,bt as f,yt as g,vt as h,Ot as i,_t as m,xt as t}; diff --git a/gui/next/build/_app/immutable/chunks/index.9dcff510.js b/gui/next/build/_app/immutable/chunks/index.9dcff510.js deleted file mode 100644 index 9f0fe0bb..00000000 --- a/gui/next/build/_app/immutable/chunks/index.9dcff510.js +++ /dev/null @@ -1 +0,0 @@ -import{K as b,s as l}from"./index.d0f8a730.js";const r=[];function h(e,o){return{subscribe:p(e,o).subscribe}}function p(e,o=b){let n;const i=new Set;function u(t){if(l(e,t)&&(e=t,n)){const c=!r.length;for(const s of i)s[1](),r.push(s,e);if(c){for(let s=0;s{i.delete(s),i.size===0&&n&&(n(),n=null)}}return{set:u,update:f,subscribe:a}}export{h as r,p as w}; diff --git a/gui/next/build/_app/immutable/chunks/index.ad4c134d.js b/gui/next/build/_app/immutable/chunks/index.ad4c134d.js new file mode 100644 index 00000000..7c4b8d91 --- /dev/null +++ b/gui/next/build/_app/immutable/chunks/index.ad4c134d.js @@ -0,0 +1 @@ +import{W as n}from"./scheduler.e2aa1391.js";function r(t,{delay:o=0,duration:e=400,easing:i=n}={}){const a=+getComputedStyle(t).opacity;return{delay:o,duration:e,easing:i,css:c=>`opacity: ${c*a}`}}export{r as f}; diff --git a/gui/next/build/_app/immutable/chunks/index.b4e343af.js b/gui/next/build/_app/immutable/chunks/index.b4e343af.js deleted file mode 100644 index 03e87d5a..00000000 --- a/gui/next/build/_app/immutable/chunks/index.b4e343af.js +++ /dev/null @@ -1 +0,0 @@ -import{aa as n}from"./index.d0f8a730.js";function r(t,{delay:o=0,duration:a=400,easing:e=n}={}){const i=+getComputedStyle(t).opacity;return{delay:o,duration:a,easing:e,css:c=>`opacity: ${c*i}`}}export{r as f}; diff --git a/gui/next/build/_app/immutable/chunks/index.d0f8a730.js b/gui/next/build/_app/immutable/chunks/index.d0f8a730.js deleted file mode 100644 index d5b0a626..00000000 --- a/gui/next/build/_app/immutable/chunks/index.d0f8a730.js +++ /dev/null @@ -1,4 +0,0 @@ -function k(){}const st=t=>t;function vt(t,e){for(const n in e)t[n]=e[n];return t}function ot(t){return t()}function et(){return Object.create(null)}function N(t){t.forEach(ot)}function q(t){return typeof t=="function"}function Jt(t,e){return t!=t?e==e:t!==e||t&&typeof t=="object"||typeof t=="function"}let W;function Kt(t,e){return W||(W=document.createElement("a")),W.href=e,t===W.href}function Et(t){return Object.keys(t).length===0}function kt(t,...e){if(t==null)return k;const n=t.subscribe(...e);return n.unsubscribe?()=>n.unsubscribe():n}function Qt(t,e,n){t.$$.on_destroy.push(kt(e,n))}function Vt(t,e,n,i){if(t){const r=ct(t,e,n,i);return t[0](r)}}function ct(t,e,n,i){return t[1]&&i?vt(n.ctx.slice(),t[1](i(e))):n.ctx}function Xt(t,e,n,i){if(t[2]&&i){const r=t[2](i(n));if(e.dirty===void 0)return r;if(typeof r=="object"){const c=[],s=Math.max(e.dirty.length,r.length);for(let o=0;o32){const e=[],n=t.ctx.length/32;for(let i=0;iwindow.performance.now():()=>Date.now(),X=at?t=>requestAnimationFrame(t):k;const M=new Set;function ut(t){M.forEach(e=>{e.c(t)||(M.delete(e),e.f())}),M.size!==0&&X(ut)}function ft(t){let e;return M.size===0&&X(ut),{promise:new Promise(n=>{M.add(e={c:t,f:n})}),abort(){M.delete(e)}}}const ie=typeof window<"u"?window:typeof globalThis<"u"?globalThis:global;let U=!1;function Nt(){U=!0}function At(){U=!1}function St(t,e,n,i){for(;t>1);n(r)<=i?t=r+1:e=r}return t}function Ct(t){if(t.hydrate_init)return;t.hydrate_init=!0;let e=t.childNodes;if(t.nodeName==="HEAD"){const a=[];for(let l=0;l0&&e[n[r]].claim_order<=l?r+1:St(1,r,h=>e[n[h]].claim_order,l))-1;i[a]=n[d]+1;const f=d+1;n[f]=a,r=Math.max(f,r)}const c=[],s=[];let o=e.length-1;for(let a=n[r]+1;a!=0;a=i[a-1]){for(c.push(e[a-1]);o>=a;o--)s.push(e[o]);o--}for(;o>=0;o--)s.push(e[o]);c.reverse(),s.sort((a,l)=>a.claim_order-l.claim_order);for(let a=0,l=0;a=c[l].claim_order;)l++;const d=lt.removeEventListener(e,n,i)}function ae(t){return function(e){return e.preventDefault(),t.call(this,e)}}function le(t){return function(e){return e.stopPropagation(),t.call(this,e)}}function ue(t,e,n){n==null?t.removeAttribute(e):t.getAttribute(e)!==n&&t.setAttribute(e,n)}function fe(t){let e;return{p(...n){e=n,e.forEach(i=>t.push(i))},r(){e.forEach(n=>t.splice(t.indexOf(n),1))}}}function de(t){return t===""?null:+t}function zt(t){return Array.from(t.childNodes)}function Ot(t){t.claim_info===void 0&&(t.claim_info={last_index:0,total_claimed:0})}function ht(t,e,n,i,r=!1){Ot(t);const c=(()=>{for(let s=t.claim_info.last_index;s=0;s--){const o=t[s];if(e(o)){const a=n(o);return a===void 0?t.splice(s,1):t[s]=a,r?a===void 0&&t.claim_info.last_index--:t.claim_info.last_index=s,o}}return i()})();return c.claim_order=t.claim_info.total_claimed,t.claim_info.total_claimed+=1,c}function mt(t,e,n,i){return ht(t,r=>r.nodeName===e,r=>{const c=[];for(let s=0;sr.removeAttribute(s))},()=>i(e))}function _e(t,e,n){return mt(t,e,n,Z)}function he(t,e,n){return mt(t,e,n,Tt)}function Pt(t,e){return ht(t,n=>n.nodeType===3,n=>{const i=""+e;if(n.data.startsWith(i)){if(n.data.length!==i.length)return n.splitText(i.length)}else n.data=i},()=>tt(e),!0)}function me(t){return Pt(t," ")}function pe(t,e){e=""+e,t.data!==e&&(t.data=e)}function ye(t,e){t.value=e??""}function ge(t,e,n,i){n==null?t.style.removeProperty(e):t.style.setProperty(e,n,i?"important":"")}function be(t,e,n){for(let i=0;i{s.source===i.contentWindow&&e()})):(i.src="about:blank",i.onload=()=>{c=nt(i.contentWindow,"resize",e),e()}),dt(t,i),()=>{(r||c&&i.contentWindow)&&c(),Y(i)}}function xe(t,e,n){t.classList[n?"add":"remove"](e)}function pt(t,e,{bubbles:n=!1,cancelable:i=!1}={}){const r=document.createEvent("CustomEvent");return r.initCustomEvent(t,n,i,e),r}function ve(t,e){const n=[];let i=0;for(const r of e.childNodes)if(r.nodeType===8){const c=r.textContent.trim();c===`HEAD_${t}_END`?(i-=1,n.push(r)):c===`HEAD_${t}_START`&&(i+=1,n.push(r))}else i>0&&n.push(r);return n}function Ee(t,e){return new t(e)}const F=new Map;let I=0;function Rt(t){let e=5381,n=t.length;for(;n--;)e=(e<<5)-e^t.charCodeAt(n);return e>>>0}function Lt(t,e){const n={stylesheet:Mt(e),rules:{}};return F.set(t,n),n}function K(t,e,n,i,r,c,s,o=0){const a=16.666/i;let l=`{ -`;for(let y=0;y<=1;y+=a){const g=e+(n-e)*c(y);l+=y*100+`%{${s(g,1-g)}} -`}const d=l+`100% {${s(n,1-n)}} -}`,f=`__svelte_${Rt(d)}_${o}`,h=_t(t),{stylesheet:u,rules:_}=F.get(h)||Lt(h,t);_[f]||(_[f]=!0,u.insertRule(`@keyframes ${f} ${d}`,u.cssRules.length));const p=t.style.animation||"";return t.style.animation=`${p?`${p}, `:""}${f} ${i}ms linear ${r}ms 1 both`,I+=1,f}function Q(t,e){const n=(t.style.animation||"").split(", "),i=n.filter(e?c=>c.indexOf(e)<0:c=>c.indexOf("__svelte")===-1),r=n.length-i.length;r&&(t.style.animation=i.join(", "),I-=r,I||Wt())}function Wt(){X(()=>{I||(F.forEach(t=>{const{ownerNode:e}=t.stylesheet;e&&Y(e)}),F.clear())})}let O;function T(t){O=t}function A(){if(!O)throw new Error("Function called outside component initialization");return O}function ke(t){A().$$.before_update.push(t)}function Ne(t){A().$$.on_mount.push(t)}function Ae(t){A().$$.after_update.push(t)}function Se(t){A().$$.on_destroy.push(t)}function Ce(){const t=A();return(e,n,{cancelable:i=!1}={})=>{const r=t.$$.callbacks[e];if(r){const c=pt(e,n,{cancelable:i});return r.slice().forEach(s=>{s.call(t,c)}),!c.defaultPrevented}return!0}}function Me(t,e){return A().$$.context.set(t,e),e}function je(t){return A().$$.context.get(t)}const C=[],it=[];let j=[];const rt=[],yt=Promise.resolve();let V=!1;function gt(){V||(V=!0,yt.then(bt))}function De(){return gt(),yt}function P(t){j.push(t)}const J=new Set;let S=0;function bt(){if(S!==0)return;const t=O;do{try{for(;St.indexOf(i)===-1?e.push(i):n.push(i)),n.forEach(i=>i()),j=e}let D;function wt(){return D||(D=Promise.resolve(),D.then(()=>{D=null})),D}function z(t,e,n){t.dispatchEvent(pt(`${e?"intro":"outro"}${n}`))}const H=new Set;let E;function Te(){E={r:0,c:[],p:E}}function ze(){E.r||N(E.c),E=E.p}function $t(t,e){t&&t.i&&(H.delete(t),t.i(e))}function Ft(t,e,n,i){if(t&&t.o){if(H.has(t))return;H.add(t),E.c.push(()=>{H.delete(t),i&&(n&&t.d(1),i())}),t.o(e)}else i&&i()}const xt={duration:0};function Oe(t,e,n){const i={direction:"in"};let r=e(t,n,i),c=!1,s,o,a=0;function l(){s&&Q(t,s)}function d(){const{delay:h=0,duration:u=300,easing:_=st,tick:p=k,css:y}=r||xt;y&&(s=K(t,0,1,u,h,_,y,a++)),p(0,1);const g=lt()+h,v=g+u;o&&o.abort(),c=!0,P(()=>z(t,!0,"start")),o=ft(b=>{if(c){if(b>=v)return p(1,0),z(t,!0,"end"),l(),c=!1;if(b>=g){const w=_((b-g)/u);p(w,1-w)}}return c})}let f=!1;return{start(){f||(f=!0,Q(t),q(r)?(r=r(i),wt().then(d)):d())},invalidate(){f=!1},end(){c&&(l(),c=!1)}}}function Pe(t,e,n,i){const r={direction:"both"};let c=e(t,n,r),s=i?0:1,o=null,a=null,l=null;function d(){l&&Q(t,l)}function f(u,_){const p=u.b-s;return _*=Math.abs(p),{a:s,b:u.b,d:p,duration:_,start:u.start,end:u.start+_,group:u.group}}function h(u){const{delay:_=0,duration:p=300,easing:y=st,tick:g=k,css:v}=c||xt,b={start:lt()+_,b:u};u||(b.group=E,E.r+=1),o||a?a=b:(v&&(d(),l=K(t,s,u,p,_,y,v)),u&&g(0,1),o=f(b,p),P(()=>z(t,u,"start")),ft(w=>{if(a&&w>a.start&&(o=f(a,p),a=null,z(t,o.b,"start"),v&&(d(),l=K(t,s,o.b,o.duration,0,y,c.css))),o){if(w>=o.end)g(s=o.b,1-s),z(t,o.b,"end"),a||(o.b?d():--o.group.r||N(o.group.c)),o=null;else if(w>=o.start){const R=w-o.start;s=o.a+o.d*y(R/o.duration),g(s,1-s)}}return!!(o||a)}))}return{run(u){q(c)?wt().then(()=>{c=c(r),h(u)}):h(u)},end(){d(),o=a=null}}}function qe(t,e){Ft(t,1,1,()=>{e.delete(t.key)})}function Re(t,e,n,i,r,c,s,o,a,l,d,f){let h=t.length,u=c.length,_=h;const p={};for(;_--;)p[t[_].key]=_;const y=[],g=new Map,v=new Map,b=[];for(_=u;_--;){const m=f(r,c,_),$=n(m);let x=s.get($);x?i&&b.push(()=>x.p(m,e)):(x=l($,m),x.c()),g.set($,y[_]=x),$ in p&&v.set($,Math.abs(_-p[$]))}const w=new Set,R=new Set;function G(m){$t(m,1),m.m(o,d),s.set(m.key,m),d=m.first,u--}for(;h&&u;){const m=y[u-1],$=t[h-1],x=m.key,L=$.key;m===$?(d=m.first,h--,u--):g.has(L)?!s.has(x)||w.has(x)?G(m):R.has(L)?h--:v.get(x)>v.get(L)?(R.add(x),G(m)):(w.add(L),h--):(a($,s),h--)}for(;h--;){const m=t[h];g.has(m.key)||a(m,s)}for(;u;)G(y[u-1]);return N(b),y}function Le(t,e){const n={},i={},r={$$scope:1};let c=t.length;for(;c--;){const s=t[c],o=e[c];if(o){for(const a in s)a in o||(i[a]=1);for(const a in o)r[a]||(n[a]=o[a],r[a]=1);t[c]=o}else for(const a in s)r[a]=1}for(const s in i)s in n||(n[s]=void 0);return n}function We(t){return typeof t=="object"&&t!==null?t:{}}function Be(t){t&&t.c()}function He(t,e){t&&t.l(e)}function It(t,e,n,i){const{fragment:r,after_update:c}=t.$$;r&&r.m(e,n),i||P(()=>{const s=t.$$.on_mount.map(ot).filter(q);t.$$.on_destroy?t.$$.on_destroy.push(...s):N(s),t.$$.on_mount=[]}),c.forEach(P)}function Ut(t,e){const n=t.$$;n.fragment!==null&&(Ht(n.after_update),N(n.on_destroy),n.fragment&&n.fragment.d(e),n.on_destroy=n.fragment=null,n.ctx=[])}function Gt(t,e){t.$$.dirty[0]===-1&&(C.push(t),gt(),t.$$.dirty.fill(0)),t.$$.dirty[e/31|0]|=1<{const _=u.length?u[0]:h;return l.ctx&&r(l.ctx[f],l.ctx[f]=_)&&(!l.skip_bound&&l.bound[f]&&l.bound[f](_),d&&Gt(t,f)),h}):[],l.update(),d=!0,N(l.before_update),l.fragment=i?i(l.ctx):!1,e.target){if(e.hydrate){Nt();const f=zt(e.target);l.fragment&&l.fragment.l(f),f.forEach(Y)}else l.fragment&&l.fragment.c();e.intro&&$t(t.$$.fragment),It(t,e.target,e.anchor,e.customElement),At(),bt()}T(a)}class Ie{$destroy(){Ut(this,1),this.$destroy=k}$on(e,n){if(!q(n))return k;const i=this.$$.callbacks[e]||(this.$$.callbacks[e]=[]);return i.push(n),()=>{const r=i.indexOf(n);r!==-1&&i.splice(r,1)}}$set(e){this.$$set&&!Et(e)&&(this.$$.skip_bound=!0,this.$$set(e),this.$$.skip_bound=!1)}}export{Se as $,It as A,Ut as B,Tt as C,he as D,Dt as E,Qt as F,xe as G,nt as H,N as I,ee as J,k as K,P as L,$e as M,Re as N,Pe as O,qe as P,Vt as Q,Yt as R,Ie as S,Zt as T,Xt as U,Ce as V,ve as W,be as X,ye as Y,de as Z,se as _,oe as a,q as a0,we as a1,Oe as a2,Kt as a3,ae as a4,te as a5,fe as a6,ne as a7,ie as a8,ke as a9,st as aa,je as ab,Me as ac,kt as ad,le as ae,Le as af,We as ag,vt as ah,re as b,me as c,Ft as d,ce as e,ze as f,$t as g,Y as h,Fe as i,Ae as j,Z as k,_e as l,zt as m,ue as n,Ne as o,ge as p,tt as q,Pt as r,Jt as s,De as t,pe as u,Te as v,it as w,Ee as x,Be as y,He as z}; diff --git a/gui/next/build/_app/immutable/chunks/index.f7287312.js b/gui/next/build/_app/immutable/chunks/index.f7287312.js new file mode 100644 index 00000000..e4ff1009 --- /dev/null +++ b/gui/next/build/_app/immutable/chunks/index.f7287312.js @@ -0,0 +1 @@ +import{A as b,s as l}from"./scheduler.e2aa1391.js";const r=[];function h(e,o){return{subscribe:p(e,o).subscribe}}function p(e,o=b){let n;const i=new Set;function u(t){if(l(e,t)&&(e=t,n)){const c=!r.length;for(const s of i)s[1](),r.push(s,e);if(c){for(let s=0;s{i.delete(s),i.size===0&&n&&(n(),n=null)}}return{set:u,update:f,subscribe:a}}export{h as r,p as w}; diff --git a/gui/next/build/_app/immutable/chunks/scheduler.e2aa1391.js b/gui/next/build/_app/immutable/chunks/scheduler.e2aa1391.js new file mode 100644 index 00000000..075fe329 --- /dev/null +++ b/gui/next/build/_app/immutable/chunks/scheduler.e2aa1391.js @@ -0,0 +1 @@ +function D(){}const et=t=>t;function H(t,e){for(const n in e)t[n]=e[n];return t}function M(t){return t()}function nt(){return Object.create(null)}function O(t){t.forEach(M)}function W(t){return typeof t=="function"}function it(t,e){return t!=t?e==e:t!==e||t&&typeof t=="object"||typeof t=="function"}let p;function rt(t,e){return t===e?!0:(p||(p=document.createElement("a")),p.href=e,t===p.href)}function ot(t){return Object.keys(t).length===0}function B(t,...e){if(t==null){for(const i of e)i(void 0);return D}const n=t.subscribe(...e);return n.unsubscribe?()=>n.unsubscribe():n}function st(t,e,n){t.$$.on_destroy.push(B(e,n))}function ct(t,e,n,i){if(t){const r=S(t,e,n,i);return t[0](r)}}function S(t,e,n,i){return t[1]&&i?H(n.ctx.slice(),t[1](i(e))):n.ctx}function lt(t,e,n,i){if(t[2]&&i){const r=t[2](i(n));if(e.dirty===void 0)return r;if(typeof r=="object"){const s=[],o=Math.max(e.dirty.length,r.length);for(let l=0;l32){const e=[],n=t.ctx.length/32;for(let i=0;i>1);n(r)<=i?t=r+1:e=r}return t}function L(t){if(t.hydrate_init)return;t.hydrate_init=!0;let e=t.childNodes;if(t.nodeName==="HEAD"){const c=[];for(let u=0;u0&&e[n[r]].claim_order<=u?r+1:I(1,r,P=>e[n[P]].claim_order,u))-1;i[c]=n[a]+1;const N=a+1;n[N]=c,r=Math.max(N,r)}const s=[],o=[];let l=e.length-1;for(let c=n[r]+1;c!=0;c=i[c-1]){for(s.push(e[c-1]);l>=c;l--)o.push(e[l]);l--}for(;l>=0;l--)o.push(e[l]);s.reverse(),o.sort((c,u)=>c.claim_order-u.claim_order);for(let c=0,u=0;c=s[u].claim_order;)u++;const a=ut.removeEventListener(e,n,i)}function wt(t){return function(e){return e.preventDefault(),t.call(this,e)}}function vt(t){return function(e){return e.stopPropagation(),t.call(this,e)}}function Et(t,e,n){n==null?t.removeAttribute(e):t.getAttribute(e)!==n&&t.setAttribute(e,n)}function Nt(t){return t.dataset.svelteH}function kt(t){let e;return{p(...n){e=n,e.forEach(i=>t.push(i))},r(){e.forEach(n=>t.splice(t.indexOf(n),1))}}}function At(t){return t===""?null:+t}function Ct(t){return Array.from(t.childNodes)}function K(t){t.claim_info===void 0&&(t.claim_info={last_index:0,total_claimed:0})}function T(t,e,n,i,r=!1){K(t);const s=(()=>{for(let o=t.claim_info.last_index;o=0;o--){const l=t[o];if(e(l)){const c=n(l);return c===void 0?t.splice(o,1):t[o]=c,r?c===void 0&&t.claim_info.last_index--:t.claim_info.last_index=o,l}}return i()})();return s.claim_order=t.claim_info.total_claimed,t.claim_info.total_claimed+=1,s}function q(t,e,n,i){return T(t,r=>r.nodeName===e,r=>{const s=[];for(let o=0;or.removeAttribute(o))},()=>i(e))}function Dt(t,e,n){return q(t,e,n,v)}function St(t,e,n){return q(t,e,n,J)}function Q(t,e){return T(t,n=>n.nodeType===3,n=>{const i=""+e;if(n.data.startsWith(i)){if(n.data.length!==i.length)return n.splitText(i.length)}else n.data=i},()=>E(e),!0)}function jt(t){return Q(t," ")}function Tt(t,e){e=""+e,t.data!==e&&(t.data=e)}function qt(t,e){t.value=e??""}function zt(t,e,n,i){n==null?t.style.removeProperty(e):t.style.setProperty(e,n,i?"important":"")}function Pt(t,e,n){for(let i=0;i{o.source===i.contentWindow&&e()})):(i.src="about:blank",i.onload=()=>{s=k(i.contentWindow,"resize",e),e()}),j(t,i),()=>{(r||s&&i.contentWindow)&&s(),G(i)}}function Ot(t,e,n){t.classList.toggle(e,!!n)}function X(t,e,{bubbles:n=!1,cancelable:i=!1}={}){return new CustomEvent(t,{detail:e,bubbles:n,cancelable:i})}function Wt(t,e){const n=[];let i=0;for(const r of e.childNodes)if(r.nodeType===8){const s=r.textContent.trim();s===`HEAD_${t}_END`?(i-=1,n.push(r)):s===`HEAD_${t}_START`&&(i+=1,n.push(r))}else i>0&&n.push(r);return n}function Bt(t,e){return new t(e)}let y;function g(t){y=t}function f(){if(!y)throw new Error("Function called outside component initialization");return y}function It(t){f().$$.before_update.push(t)}function Lt(t){f().$$.on_mount.push(t)}function Rt(t){f().$$.after_update.push(t)}function Ut(t){f().$$.on_destroy.push(t)}function Ft(){const t=f();return(e,n,{cancelable:i=!1}={})=>{const r=t.$$.callbacks[e];if(r){const s=X(e,n,{cancelable:i});return r.slice().forEach(o=>{o.call(t,s)}),!s.defaultPrevented}return!0}}function Gt(t,e){return f().$$.context.set(t,e),e}function Jt(t){return f().$$.context.get(t)}const h=[],A=[];let _=[];const C=[],z=Promise.resolve();let w=!1;function Y(){w||(w=!0,z.then($))}function Kt(){return Y(),z}function Z(t){_.push(t)}const x=new Set;let d=0;function $(){if(d!==0)return;const t=y;do{try{for(;dt.indexOf(i)===-1?e.push(i):n.push(i)),n.forEach(i=>i()),_=e}export{H as $,D as A,Z as B,Mt as C,ct as D,ut as E,at as F,lt as G,Ft as H,Wt as I,qt as J,Pt as K,At as L,bt as M,Ut as N,W as O,Ht as P,rt as Q,wt as R,ft as S,kt as T,_t as U,It as V,et as W,Jt as X,Gt as Y,B as Z,vt as _,gt as a,J as a0,St as a1,R as a2,mt as a3,X as a4,nt as a5,$ as a6,ot as a7,Qt as a8,y as a9,g as aa,M as ab,h as ac,Y as ad,ht as ae,pt as af,Rt as b,jt as c,G as d,xt as e,v as f,Dt as g,Ct as h,yt as i,Et as j,zt as k,E as l,Q as m,Tt as n,Lt as o,A as p,Bt as q,Nt as r,it as s,Kt as t,F as u,st as v,Ot as w,k as x,O as y,dt as z}; diff --git a/gui/next/build/_app/immutable/chunks/singletons.3098cf1f.js b/gui/next/build/_app/immutable/chunks/singletons.3098cf1f.js deleted file mode 100644 index 8faebfda..00000000 --- a/gui/next/build/_app/immutable/chunks/singletons.3098cf1f.js +++ /dev/null @@ -1 +0,0 @@ -import{w as u}from"./index.9dcff510.js";var _;const b=((_=globalThis.__sveltekit_p27ioo)==null?void 0:_.base)??"";var g;const v=((g=globalThis.__sveltekit_p27ioo)==null?void 0:g.assets)??b,k="1696960525008",A="sveltekit:snapshot",R="sveltekit:scroll",T="sveltekit:index",f={tap:1,hover:2,viewport:3,eager:4,off:-1};function y(e){let t=e.baseURI;if(!t){const n=e.getElementsByTagName("base");t=n.length?n[0].href:e.URL}return t}function I(){return{x:pageXOffset,y:pageYOffset}}function i(e,t){return e.getAttribute(`data-sveltekit-${t}`)}const d={...f,"":f.hover};function h(e){let t=e.assignedSlot??e.parentNode;return(t==null?void 0:t.nodeType)===11&&(t=t.host),t}function S(e,t){for(;e&&e!==t;){if(e.nodeName.toUpperCase()==="A"&&e.hasAttribute("href"))return e;e=h(e)}}function x(e,t){let n;try{n=new URL(e instanceof SVGAElement?e.href.baseVal:e.href,document.baseURI)}catch{}const a=e instanceof SVGAElement?e.target.baseVal:e.target,l=!n||!!a||E(n,t)||(e.getAttribute("rel")||"").split(/\s+/).includes("external"),r=(n==null?void 0:n.origin)===location.origin&&e.hasAttribute("download");return{url:n,external:l,target:a,download:r}}function O(e){let t=null,n=null,a=null,l=null,r=null,s=null,o=e;for(;o&&o!==document.documentElement;)a===null&&(a=i(o,"preload-code")),l===null&&(l=i(o,"preload-data")),t===null&&(t=i(o,"keepfocus")),n===null&&(n=i(o,"noscroll")),r===null&&(r=i(o,"reload")),s===null&&(s=i(o,"replacestate")),o=h(o);return{preload_code:d[a??"off"],preload_data:d[l??"off"],keep_focus:t==="off"?!1:t===""?!0:null,noscroll:n==="off"?!1:n===""?!0:null,reload:r==="off"?!1:r===""?!0:null,replace_state:s==="off"?!1:s===""?!0:null}}function p(e){const t=u(e);let n=!0;function a(){n=!0,t.update(s=>s)}function l(s){n=!1,t.set(s)}function r(s){let o;return t.subscribe(c=>{(o===void 0||n&&c!==o)&&s(o=c)})}return{notify:a,set:l,subscribe:r}}function m(){const{set:e,subscribe:t}=u(!1);let n;async function a(){clearTimeout(n);try{const l=await fetch(`${v}/_app/version.json`,{headers:{pragma:"no-cache","cache-control":"no-cache"}});if(!l.ok)return!1;const s=(await l.json()).version!==k;return s&&(e(!0),clearTimeout(n)),s}catch{return!1}}return{subscribe:t,check:a}}function E(e,t){return e.origin!==location.origin||!e.pathname.startsWith(t)}function U(e){e.client}const L={url:p({}),page:p({}),navigating:u(null),updated:m()};export{T as I,f as P,R as S,A as a,x as b,O as c,I as d,b as e,S as f,y as g,U as h,E as i,L as s}; diff --git a/gui/next/build/_app/immutable/chunks/singletons.cc4fad39.js b/gui/next/build/_app/immutable/chunks/singletons.cc4fad39.js new file mode 100644 index 00000000..bae021f2 --- /dev/null +++ b/gui/next/build/_app/immutable/chunks/singletons.cc4fad39.js @@ -0,0 +1 @@ +import{w as u}from"./index.f7287312.js";var _;const v=((_=globalThis.__sveltekit_1dnlefo)==null?void 0:_.base)??"";var g;const k=((g=globalThis.__sveltekit_1dnlefo)==null?void 0:g.assets)??v,m="1697112088684",R="sveltekit:snapshot",T="sveltekit:scroll",y="sveltekit:index",f={tap:1,hover:2,viewport:3,eager:4,off:-1};function I(e){let t=e.baseURI;if(!t){const n=e.getElementsByTagName("base");t=n.length?n[0].href:e.URL}return t}function S(){return{x:pageXOffset,y:pageYOffset}}function c(e,t){return e.getAttribute(`data-sveltekit-${t}`)}const d={...f,"":f.hover};function h(e){let t=e.assignedSlot??e.parentNode;return(t==null?void 0:t.nodeType)===11&&(t=t.host),t}function x(e,t){for(;e&&e!==t;){if(e.nodeName.toUpperCase()==="A"&&e.hasAttribute("href"))return e;e=h(e)}}function O(e,t){let n;try{n=new URL(e instanceof SVGAElement?e.href.baseVal:e.href,document.baseURI)}catch{}const o=e instanceof SVGAElement?e.target.baseVal:e.target,l=!n||!!o||E(n,t)||(e.getAttribute("rel")||"").split(/\s+/).includes("external"),r=(n==null?void 0:n.origin)===location.origin&&e.hasAttribute("download");return{url:n,external:l,target:o,download:r}}function U(e){let t=null,n=null,o=null,l=null,r=null,a=null,s=e;for(;s&&s!==document.documentElement;)o===null&&(o=c(s,"preload-code")),l===null&&(l=c(s,"preload-data")),t===null&&(t=c(s,"keepfocus")),n===null&&(n=c(s,"noscroll")),r===null&&(r=c(s,"reload")),a===null&&(a=c(s,"replacestate")),s=h(s);function i(b){switch(b){case"":case"true":return!0;case"off":case"false":return!1;default:return null}}return{preload_code:d[o??"off"],preload_data:d[l??"off"],keep_focus:i(t),noscroll:i(n),reload:i(r),replace_state:i(a)}}function p(e){const t=u(e);let n=!0;function o(){n=!0,t.update(a=>a)}function l(a){n=!1,t.set(a)}function r(a){let s;return t.subscribe(i=>{(s===void 0||n&&i!==s)&&a(s=i)})}return{notify:o,set:l,subscribe:r}}function w(){const{set:e,subscribe:t}=u(!1);let n;async function o(){clearTimeout(n);try{const l=await fetch(`${k}/_app/version.json`,{headers:{pragma:"no-cache","cache-control":"no-cache"}});if(!l.ok)return!1;const a=(await l.json()).version!==m;return a&&(e(!0),clearTimeout(n)),a}catch{return!1}}return{subscribe:t,check:o}}function E(e,t){return e.origin!==location.origin||!e.pathname.startsWith(t)}function L(e){e.client}const N={url:p({}),page:p({}),navigating:u(null),updated:w()};export{y as I,f as P,T as S,R as a,O as b,U as c,N as d,v as e,x as f,I as g,L as h,E as i,S as s}; diff --git a/gui/next/build/_app/immutable/chunks/state.c2a70a8a.js b/gui/next/build/_app/immutable/chunks/state.f2691bd0.js similarity index 95% rename from gui/next/build/_app/immutable/chunks/state.c2a70a8a.js rename to gui/next/build/_app/immutable/chunks/state.f2691bd0.js index a9fb50ed..6c18023d 100644 --- a/gui/next/build/_app/immutable/chunks/state.c2a70a8a.js +++ b/gui/next/build/_app/immutable/chunks/state.f2691bd0.js @@ -1 +1 @@ -import{w as g}from"./index.9dcff510.js";const f=b();function b(){const r=localStorage.view?JSON.parse(localStorage.view):null,e={};e.header=localStorage.header?JSON.parse(localStorage.header):["database","users","logs"],e.online=void 0,e.logs={},e.tables=[],e.table={},e.view={database:r!=null&&r.database?r.database:"table",tableStyle:r!=null&&r.tableStyle?r.tableStyle:"collapsed"},e.records={},e.record=null,e.highlighted={record:null,constant:null},e.filters={page:1,attributes:[{attribute_type:"id",name:"id",operation:"value",value:""}]},e.sort={by:"created_at",order:"DESC"},e.notifications=[],e.asideWidth=localStorage.asideWidth?localStorage.asideWidth:"30%";const{subscribe:s,set:c,update:o}=g(e),d=(a,t)=>{o(i=>(i[a]=t,i))},u=()=>{o(a=>(a.filters={page:1,attributes:[{attribute_type:"id",name:"id",operation:"value",value:""}]},a.sort={by:"created_at",order:"DESC"},a))};let n;const l=(a,t)=>{o(i=>(i.highlighted[a]=t,i)),clearTimeout(n),n=setTimeout(()=>{l("record",null),l("constant",null)},7e3)};return{subscribe:s,set:c,data:d,clearFilters:u,highlight:l,notification:{create:(a,t)=>{o(i=>(i.notifications.push({id:Date.now(),type:a,message:t}),i))},remove:a=>{o(t=>(t.notifications=t.notifications.filter(i=>i.id!==a),t))}},setView:a=>{o(t=>(t.view={...t.view,...a},localStorage.view=JSON.stringify(t.view),t))}}}export{f as s}; +import{w as g}from"./index.f7287312.js";const f=b();function b(){const r=localStorage.view?JSON.parse(localStorage.view):null,e={};e.header=localStorage.header?JSON.parse(localStorage.header):["database","users","logs"],e.online=void 0,e.logs={},e.tables=[],e.table={},e.view={database:r!=null&&r.database?r.database:"table",tableStyle:r!=null&&r.tableStyle?r.tableStyle:"collapsed"},e.records={},e.record=null,e.highlighted={record:null,constant:null},e.filters={page:1,attributes:[{attribute_type:"id",name:"id",operation:"value",value:""}]},e.sort={by:"created_at",order:"DESC"},e.notifications=[],e.asideWidth=localStorage.asideWidth?localStorage.asideWidth:"30%";const{subscribe:s,set:c,update:o}=g(e),d=(a,t)=>{o(i=>(i[a]=t,i))},u=()=>{o(a=>(a.filters={page:1,attributes:[{attribute_type:"id",name:"id",operation:"value",value:""}]},a.sort={by:"created_at",order:"DESC"},a))};let n;const l=(a,t)=>{o(i=>(i.highlighted[a]=t,i)),clearTimeout(n),n=setTimeout(()=>{l("record",null),l("constant",null)},7e3)};return{subscribe:s,set:c,data:d,clearFilters:u,highlight:l,notification:{create:(a,t)=>{o(i=>(i.notifications.push({id:Date.now(),type:a,message:t}),i))},remove:a=>{o(t=>(t.notifications=t.notifications.filter(i=>i.id!==a),t))}},setView:a=>{o(t=>(t.view={...t.view,...a},localStorage.view=JSON.stringify(t.view),t))}}}export{f as s}; diff --git a/gui/next/build/_app/immutable/chunks/stores.f318b269.js b/gui/next/build/_app/immutable/chunks/stores.e84b517d.js similarity index 73% rename from gui/next/build/_app/immutable/chunks/stores.f318b269.js rename to gui/next/build/_app/immutable/chunks/stores.e84b517d.js index 2ea87c57..2d037e19 100644 --- a/gui/next/build/_app/immutable/chunks/stores.f318b269.js +++ b/gui/next/build/_app/immutable/chunks/stores.e84b517d.js @@ -1 +1 @@ -import{s as e}from"./singletons.3098cf1f.js";const r=()=>{const s=e;return{page:{subscribe:s.page.subscribe},navigating:{subscribe:s.navigating.subscribe},updated:s.updated}},b={subscribe(s){return r().page.subscribe(s)}};export{b as p}; +import{d as e}from"./singletons.cc4fad39.js";const r=()=>{const s=e;return{page:{subscribe:s.page.subscribe},navigating:{subscribe:s.navigating.subscribe},updated:s.updated}},b={subscribe(s){return r().page.subscribe(s)}};export{b as p}; diff --git a/gui/next/build/_app/immutable/entry/app.7c4b9e03.js b/gui/next/build/_app/immutable/entry/app.7c4b9e03.js deleted file mode 100644 index 28231af1..00000000 --- a/gui/next/build/_app/immutable/entry/app.7c4b9e03.js +++ /dev/null @@ -1 +0,0 @@ -import{S as U,i as J,s as j,a as z,e as p,c as W,b as w,d,f as L,g as h,h as g,j as F,o as G,k as H,l as K,m as M,n as O,p as R,q as Q,r as X,u as Y,v as P,w as D,x as b,y as E,z as I,A as k,B as v}from"../chunks/index.d0f8a730.js";const Z="modulepreload",x=function(_,e){return new URL(_,e).href},V={},m=function(e,n,r){if(!n||n.length===0)return e();const i=document.getElementsByTagName("link");return Promise.all(n.map(f=>{if(f=x(f,r),f in V)return;V[f]=!0;const t=f.endsWith(".css"),s=t?'[rel="stylesheet"]':"";if(!!r)for(let l=i.length-1;l>=0;l--){const u=i[l];if(u.href===f&&(!t||u.rel==="stylesheet"))return}else if(document.querySelector(`link[href="${f}"]${s}`))return;const o=document.createElement("link");if(o.rel=t?"stylesheet":Z,t||(o.as="script",o.crossOrigin=""),o.href=f,document.head.appendChild(o),t)return new Promise((l,u)=>{o.addEventListener("load",l),o.addEventListener("error",()=>u(new Error(`Unable to preload CSS for ${f}`)))})})).then(()=>e())},le={};function ee(_){let e,n,r;var i=_[1][0];function f(t){return{props:{data:t[3],form:t[2]}}}return i&&(e=b(i,f(_)),_[15](e)),{c(){e&&E(e.$$.fragment),n=p()},l(t){e&&I(e.$$.fragment,t),n=p()},m(t,s){e&&k(e,t,s),w(t,n,s),r=!0},p(t,s){const a={};if(s&8&&(a.data=t[3]),s&4&&(a.form=t[2]),s&2&&i!==(i=t[1][0])){if(e){P();const o=e;d(o.$$.fragment,1,0,()=>{v(o,1)}),L()}i?(e=b(i,f(t)),t[15](e),E(e.$$.fragment),h(e.$$.fragment,1),k(e,n.parentNode,n)):e=null}else i&&e.$set(a)},i(t){r||(e&&h(e.$$.fragment,t),r=!0)},o(t){e&&d(e.$$.fragment,t),r=!1},d(t){_[15](null),t&&g(n),e&&v(e,t)}}}function te(_){let e,n,r;var i=_[1][0];function f(t){return{props:{data:t[3],$$slots:{default:[se]},$$scope:{ctx:t}}}}return i&&(e=b(i,f(_)),_[14](e)),{c(){e&&E(e.$$.fragment),n=p()},l(t){e&&I(e.$$.fragment,t),n=p()},m(t,s){e&&k(e,t,s),w(t,n,s),r=!0},p(t,s){const a={};if(s&8&&(a.data=t[3]),s&65591&&(a.$$scope={dirty:s,ctx:t}),s&2&&i!==(i=t[1][0])){if(e){P();const o=e;d(o.$$.fragment,1,0,()=>{v(o,1)}),L()}i?(e=b(i,f(t)),t[14](e),E(e.$$.fragment),h(e.$$.fragment,1),k(e,n.parentNode,n)):e=null}else i&&e.$set(a)},i(t){r||(e&&h(e.$$.fragment,t),r=!0)},o(t){e&&d(e.$$.fragment,t),r=!1},d(t){_[14](null),t&&g(n),e&&v(e,t)}}}function ne(_){let e,n,r;var i=_[1][1];function f(t){return{props:{data:t[4],form:t[2]}}}return i&&(e=b(i,f(_)),_[13](e)),{c(){e&&E(e.$$.fragment),n=p()},l(t){e&&I(e.$$.fragment,t),n=p()},m(t,s){e&&k(e,t,s),w(t,n,s),r=!0},p(t,s){const a={};if(s&16&&(a.data=t[4]),s&4&&(a.form=t[2]),s&2&&i!==(i=t[1][1])){if(e){P();const o=e;d(o.$$.fragment,1,0,()=>{v(o,1)}),L()}i?(e=b(i,f(t)),t[13](e),E(e.$$.fragment),h(e.$$.fragment,1),k(e,n.parentNode,n)):e=null}else i&&e.$set(a)},i(t){r||(e&&h(e.$$.fragment,t),r=!0)},o(t){e&&d(e.$$.fragment,t),r=!1},d(t){_[13](null),t&&g(n),e&&v(e,t)}}}function ie(_){let e,n,r;var i=_[1][1];function f(t){return{props:{data:t[4],$$slots:{default:[re]},$$scope:{ctx:t}}}}return i&&(e=b(i,f(_)),_[12](e)),{c(){e&&E(e.$$.fragment),n=p()},l(t){e&&I(e.$$.fragment,t),n=p()},m(t,s){e&&k(e,t,s),w(t,n,s),r=!0},p(t,s){const a={};if(s&16&&(a.data=t[4]),s&65575&&(a.$$scope={dirty:s,ctx:t}),s&2&&i!==(i=t[1][1])){if(e){P();const o=e;d(o.$$.fragment,1,0,()=>{v(o,1)}),L()}i?(e=b(i,f(t)),t[12](e),E(e.$$.fragment),h(e.$$.fragment,1),k(e,n.parentNode,n)):e=null}else i&&e.$set(a)},i(t){r||(e&&h(e.$$.fragment,t),r=!0)},o(t){e&&d(e.$$.fragment,t),r=!1},d(t){_[12](null),t&&g(n),e&&v(e,t)}}}function re(_){let e,n,r;var i=_[1][2];function f(t){return{props:{data:t[5],form:t[2]}}}return i&&(e=b(i,f(_)),_[11](e)),{c(){e&&E(e.$$.fragment),n=p()},l(t){e&&I(e.$$.fragment,t),n=p()},m(t,s){e&&k(e,t,s),w(t,n,s),r=!0},p(t,s){const a={};if(s&32&&(a.data=t[5]),s&4&&(a.form=t[2]),s&2&&i!==(i=t[1][2])){if(e){P();const o=e;d(o.$$.fragment,1,0,()=>{v(o,1)}),L()}i?(e=b(i,f(t)),t[11](e),E(e.$$.fragment),h(e.$$.fragment,1),k(e,n.parentNode,n)):e=null}else i&&e.$set(a)},i(t){r||(e&&h(e.$$.fragment,t),r=!0)},o(t){e&&d(e.$$.fragment,t),r=!1},d(t){_[11](null),t&&g(n),e&&v(e,t)}}}function se(_){let e,n,r,i;const f=[ie,ne],t=[];function s(a,o){return a[1][2]?0:1}return e=s(_),n=t[e]=f[e](_),{c(){n.c(),r=p()},l(a){n.l(a),r=p()},m(a,o){t[e].m(a,o),w(a,r,o),i=!0},p(a,o){let l=e;e=s(a),e===l?t[e].p(a,o):(P(),d(t[l],1,1,()=>{t[l]=null}),L(),n=t[e],n?n.p(a,o):(n=t[e]=f[e](a),n.c()),h(n,1),n.m(r.parentNode,r))},i(a){i||(h(n),i=!0)},o(a){d(n),i=!1},d(a){t[e].d(a),a&&g(r)}}}function N(_){let e,n=_[7]&&$(_);return{c(){e=H("div"),n&&n.c(),this.h()},l(r){e=K(r,"DIV",{id:!0,"aria-live":!0,"aria-atomic":!0,style:!0});var i=M(e);n&&n.l(i),i.forEach(g),this.h()},h(){O(e,"id","svelte-announcer"),O(e,"aria-live","assertive"),O(e,"aria-atomic","true"),R(e,"position","absolute"),R(e,"left","0"),R(e,"top","0"),R(e,"clip","rect(0 0 0 0)"),R(e,"clip-path","inset(50%)"),R(e,"overflow","hidden"),R(e,"white-space","nowrap"),R(e,"width","1px"),R(e,"height","1px")},m(r,i){w(r,e,i),n&&n.m(e,null)},p(r,i){r[7]?n?n.p(r,i):(n=$(r),n.c(),n.m(e,null)):n&&(n.d(1),n=null)},d(r){r&&g(e),n&&n.d()}}}function $(_){let e;return{c(){e=Q(_[8])},l(n){e=X(n,_[8])},m(n,r){w(n,e,r)},p(n,r){r&256&&Y(e,n[8])},d(n){n&&g(e)}}}function oe(_){let e,n,r,i,f;const t=[te,ee],s=[];function a(l,u){return l[1][1]?0:1}e=a(_),n=s[e]=t[e](_);let o=_[6]&&N(_);return{c(){n.c(),r=z(),o&&o.c(),i=p()},l(l){n.l(l),r=W(l),o&&o.l(l),i=p()},m(l,u){s[e].m(l,u),w(l,r,u),o&&o.m(l,u),w(l,i,u),f=!0},p(l,[u]){let A=e;e=a(l),e===A?s[e].p(l,u):(P(),d(s[A],1,1,()=>{s[A]=null}),L(),n=s[e],n?n.p(l,u):(n=s[e]=t[e](l),n.c()),h(n,1),n.m(r.parentNode,r)),l[6]?o?o.p(l,u):(o=N(l),o.c(),o.m(i.parentNode,i)):o&&(o.d(1),o=null)},i(l){f||(h(n),f=!0)},o(l){d(n),f=!1},d(l){s[e].d(l),l&&g(r),o&&o.d(l),l&&g(i)}}}function _e(_,e,n){let{stores:r}=e,{page:i}=e,{constructors:f}=e,{components:t=[]}=e,{form:s}=e,{data_0:a=null}=e,{data_1:o=null}=e,{data_2:l=null}=e;F(r.page.notify);let u=!1,A=!1,T=null;G(()=>{const c=r.page.subscribe(()=>{u&&(n(7,A=!0),n(8,T=document.title||"untitled page"))});return n(6,u=!0),c});function y(c){D[c?"unshift":"push"](()=>{t[2]=c,n(0,t)})}function S(c){D[c?"unshift":"push"](()=>{t[1]=c,n(0,t)})}function B(c){D[c?"unshift":"push"](()=>{t[1]=c,n(0,t)})}function C(c){D[c?"unshift":"push"](()=>{t[0]=c,n(0,t)})}function q(c){D[c?"unshift":"push"](()=>{t[0]=c,n(0,t)})}return _.$$set=c=>{"stores"in c&&n(9,r=c.stores),"page"in c&&n(10,i=c.page),"constructors"in c&&n(1,f=c.constructors),"components"in c&&n(0,t=c.components),"form"in c&&n(2,s=c.form),"data_0"in c&&n(3,a=c.data_0),"data_1"in c&&n(4,o=c.data_1),"data_2"in c&&n(5,l=c.data_2)},_.$$.update=()=>{_.$$.dirty&1536&&r.page.set(i)},[t,f,s,a,o,l,u,A,T,r,i,y,S,B,C,q]}class fe extends U{constructor(e){super(),J(this,e,_e,oe,j,{stores:9,page:10,constructors:1,components:0,form:2,data_0:3,data_1:4,data_2:5})}}const ce=[()=>m(()=>import("../nodes/0.8c7e4b1a.js"),["..\\nodes\\0.8c7e4b1a.js","..\\chunks\\index.d0f8a730.js","..\\chunks\\stores.f318b269.js","..\\chunks\\singletons.3098cf1f.js","..\\chunks\\index.9dcff510.js","..\\chunks\\table.aa2299a7.js","..\\chunks\\graphql.66a06395.js","..\\chunks\\state.c2a70a8a.js","..\\chunks\\Icon.1de0c66c.js","..\\chunks\\index.b4e343af.js","..\\assets\\0.8dcd8cd3.css"],import.meta.url),()=>m(()=>import("../nodes/1.86d0bbb6.js"),["..\\nodes\\1.86d0bbb6.js","..\\chunks\\index.d0f8a730.js","..\\chunks\\stores.f318b269.js","..\\chunks\\singletons.3098cf1f.js","..\\chunks\\index.9dcff510.js"],import.meta.url),()=>m(()=>import("../nodes/2.a83a3d5f.js"),["..\\nodes\\2.a83a3d5f.js","..\\chunks\\index.d0f8a730.js","..\\chunks\\singletons.3098cf1f.js","..\\chunks\\index.9dcff510.js","..\\chunks\\stores.f318b269.js","..\\chunks\\backgroundJob.c756ecec.js","..\\chunks\\graphql.66a06395.js","..\\chunks\\Icon.1de0c66c.js","..\\chunks\\state.c2a70a8a.js","..\\assets\\2.4a46c382.css"],import.meta.url),()=>m(()=>import("../nodes/3.956d3946.js"),["..\\nodes\\3.956d3946.js","..\\chunks\\index.d0f8a730.js"],import.meta.url),()=>m(()=>import("../nodes/4.ff8997ad.js"),["..\\nodes\\4.ff8997ad.js","..\\chunks\\index.d0f8a730.js","..\\chunks\\index.b4e343af.js","..\\chunks\\stores.f318b269.js","..\\chunks\\singletons.3098cf1f.js","..\\chunks\\index.9dcff510.js","..\\chunks\\state.c2a70a8a.js","..\\chunks\\table.aa2299a7.js","..\\chunks\\graphql.66a06395.js","..\\chunks\\Icon.1de0c66c.js","..\\assets\\4.73dde45b.css"],import.meta.url),()=>m(()=>import("../nodes/5.956d3946.js"),["..\\nodes\\5.956d3946.js","..\\chunks\\index.d0f8a730.js"],import.meta.url),()=>m(()=>import("../nodes/6.db5a65f8.js"),["..\\nodes\\6.db5a65f8.js","..\\chunks\\index.d0f8a730.js","..\\chunks\\index.50c00146.js","..\\chunks\\stores.f318b269.js","..\\chunks\\singletons.3098cf1f.js","..\\chunks\\index.9dcff510.js","..\\chunks\\user.1d284359.js","..\\chunks\\graphql.66a06395.js","..\\chunks\\Icon.1de0c66c.js","..\\assets\\6.6bcda092.css"],import.meta.url),()=>m(()=>import("../nodes/7.a3fb66fa.js"),["..\\nodes\\7.a3fb66fa.js","..\\chunks\\index.d0f8a730.js","..\\chunks\\Icon.1de0c66c.js","..\\chunks\\state.c2a70a8a.js","..\\chunks\\index.9dcff510.js","..\\chunks\\table.aa2299a7.js","..\\chunks\\graphql.66a06395.js","..\\assets\\7.1f0e3f28.css"],import.meta.url),()=>m(()=>import("../nodes/8.ca0b92cd.js"),["..\\nodes\\8.ca0b92cd.js","..\\chunks\\index.d0f8a730.js"],import.meta.url),()=>m(()=>import("../nodes/9.b75fd6ad.js"),["..\\nodes\\9.b75fd6ad.js","..\\chunks\\index.d0f8a730.js","..\\chunks\\stores.f318b269.js","..\\chunks\\singletons.3098cf1f.js","..\\chunks\\index.9dcff510.js","..\\chunks\\backgroundJob.c756ecec.js","..\\chunks\\graphql.66a06395.js","..\\chunks\\Aside.2bf7e52e.js","..\\chunks\\index.50c00146.js","..\\chunks\\state.c2a70a8a.js","..\\chunks\\Icon.1de0c66c.js","..\\assets\\Aside.66c2d12f.css","..\\chunks\\JSONTree.cfd91a83.js","..\\assets\\JSONTree.507a2dde.css","..\\assets\\9.6957ad32.css"],import.meta.url),()=>m(()=>import("../nodes/10.d7aa5663.js"),["..\\nodes\\10.d7aa5663.js","..\\chunks\\index.d0f8a730.js","..\\chunks\\index.b4e343af.js","..\\chunks\\graphql.66a06395.js","..\\chunks\\state.c2a70a8a.js","..\\chunks\\index.9dcff510.js","..\\chunks\\Icon.1de0c66c.js","..\\assets\\10.ee72ee6d.css"],import.meta.url),()=>m(()=>import("../nodes/11.46adc3d3.js"),["..\\nodes\\11.46adc3d3.js","..\\chunks\\index.d0f8a730.js"],import.meta.url),()=>m(()=>import("../nodes/12.61f3f5a2.js"),["..\\nodes\\12.61f3f5a2.js","..\\chunks\\index.d0f8a730.js","..\\chunks\\stores.f318b269.js","..\\chunks\\singletons.3098cf1f.js","..\\chunks\\index.9dcff510.js","..\\chunks\\state.c2a70a8a.js","..\\chunks\\tryParseJSON.f125f883.js","..\\chunks\\graphql.66a06395.js","..\\chunks\\Icon.1de0c66c.js","..\\chunks\\JSONTree.cfd91a83.js","..\\assets\\JSONTree.507a2dde.css","..\\chunks\\index.50c00146.js","..\\assets\\12.2eafae4e.css"],import.meta.url),()=>m(()=>import("../nodes/13.24a96247.js"),["..\\nodes\\13.24a96247.js","..\\chunks\\index.d0f8a730.js","..\\chunks\\index.b4e343af.js","..\\chunks\\state.c2a70a8a.js","..\\chunks\\index.9dcff510.js","..\\chunks\\tryParseJSON.f125f883.js","..\\chunks\\JSONTree.cfd91a83.js","..\\assets\\JSONTree.507a2dde.css","..\\chunks\\Icon.1de0c66c.js","..\\chunks\\Aside.2bf7e52e.js","..\\chunks\\index.50c00146.js","..\\assets\\Aside.66c2d12f.css","..\\assets\\13.bf080bcc.css"],import.meta.url),()=>m(()=>import("../nodes/14.6f05a8e9.js"),["..\\nodes\\14.6f05a8e9.js","..\\chunks\\index.d0f8a730.js"],import.meta.url),()=>m(()=>import("../nodes/15.c264d008.js"),["..\\nodes\\15.c264d008.js","..\\chunks\\index.d0f8a730.js","..\\chunks\\stores.f318b269.js","..\\chunks\\singletons.3098cf1f.js","..\\chunks\\index.9dcff510.js","..\\chunks\\user.1d284359.js","..\\chunks\\graphql.66a06395.js","..\\chunks\\Aside.2bf7e52e.js","..\\chunks\\index.50c00146.js","..\\chunks\\state.c2a70a8a.js","..\\chunks\\Icon.1de0c66c.js","..\\assets\\Aside.66c2d12f.css","..\\assets\\15.0e0670ce.css"],import.meta.url)],ue=[],me={"/":[7],"/backgroundJobs":[8,[2]],"/backgroundJobs/[type]/[id]":[9,[2]],"/constants":[10,[3]],"/database":[11,[4]],"/database/table/[id]":[12,[4]],"/logs":[13,[5]],"/users":[14,[6]],"/users/[id]":[15,[6]]},pe={handleError:({error:_})=>{console.error(_)}};export{me as dictionary,pe as hooks,le as matchers,ce as nodes,fe as root,ue as server_loads}; diff --git a/gui/next/build/_app/immutable/entry/app.c23a90d9.js b/gui/next/build/_app/immutable/entry/app.c23a90d9.js new file mode 100644 index 00000000..5d91f0e1 --- /dev/null +++ b/gui/next/build/_app/immutable/entry/app.c23a90d9.js @@ -0,0 +1 @@ +import{s as U,a as J,e as p,c as j,i as w,d as g,b as W,o as z,f as F,g as G,h as H,j as T,k as R,l as K,m as M,n as Q,t as X,p as I,q as b}from"../chunks/scheduler.e2aa1391.js";import{S as Y,i as Z,t as d,c as L,a as h,g as P,b as E,d as O,m as k,e as v}from"../chunks/index.12b5c620.js";const x="modulepreload",ee=function(a,e){return new URL(a,e).href},A={},m=function(e,n,s){if(!n||n.length===0)return e();const i=document.getElementsByTagName("link");return Promise.all(n.map(l=>{if(l=ee(l,s),l in A)return;A[l]=!0;const t=l.endsWith(".css"),o=t?'[rel="stylesheet"]':"";if(!!s)for(let _=i.length-1;_>=0;_--){const u=i[_];if(u.href===l&&(!t||u.rel==="stylesheet"))return}else if(document.querySelector(`link[href="${l}"]${o}`))return;const f=document.createElement("link");if(f.rel=t?"stylesheet":x,t||(f.as="script",f.crossOrigin=""),f.href=l,document.head.appendChild(f),t)return new Promise((_,u)=>{f.addEventListener("load",_),f.addEventListener("error",()=>u(new Error(`Unable to preload CSS for ${l}`)))})})).then(()=>e()).catch(l=>{const t=new Event("vite:preloadError",{cancelable:!0});if(t.payload=l,window.dispatchEvent(t),!t.defaultPrevented)throw l})},ce={};function te(a){let e,n,s;var i=a[1][0];function l(t,o){return{props:{data:t[3],form:t[2]}}}return i&&(e=b(i,l(a)),a[15](e)),{c(){e&&E(e.$$.fragment),n=p()},l(t){e&&O(e.$$.fragment,t),n=p()},m(t,o){e&&k(e,t,o),w(t,n,o),s=!0},p(t,o){if(o&2&&i!==(i=t[1][0])){if(e){P();const r=e;d(r.$$.fragment,1,0,()=>{v(r,1)}),L()}i?(e=b(i,l(t)),t[15](e),E(e.$$.fragment),h(e.$$.fragment,1),k(e,n.parentNode,n)):e=null}else if(i){const r={};o&8&&(r.data=t[3]),o&4&&(r.form=t[2]),e.$set(r)}},i(t){s||(e&&h(e.$$.fragment,t),s=!0)},o(t){e&&d(e.$$.fragment,t),s=!1},d(t){t&&g(n),a[15](null),e&&v(e,t)}}}function ne(a){let e,n,s;var i=a[1][0];function l(t,o){return{props:{data:t[3],$$slots:{default:[oe]},$$scope:{ctx:t}}}}return i&&(e=b(i,l(a)),a[14](e)),{c(){e&&E(e.$$.fragment),n=p()},l(t){e&&O(e.$$.fragment,t),n=p()},m(t,o){e&&k(e,t,o),w(t,n,o),s=!0},p(t,o){if(o&2&&i!==(i=t[1][0])){if(e){P();const r=e;d(r.$$.fragment,1,0,()=>{v(r,1)}),L()}i?(e=b(i,l(t)),t[14](e),E(e.$$.fragment),h(e.$$.fragment,1),k(e,n.parentNode,n)):e=null}else if(i){const r={};o&8&&(r.data=t[3]),o&65591&&(r.$$scope={dirty:o,ctx:t}),e.$set(r)}},i(t){s||(e&&h(e.$$.fragment,t),s=!0)},o(t){e&&d(e.$$.fragment,t),s=!1},d(t){t&&g(n),a[14](null),e&&v(e,t)}}}function ie(a){let e,n,s;var i=a[1][1];function l(t,o){return{props:{data:t[4],form:t[2]}}}return i&&(e=b(i,l(a)),a[13](e)),{c(){e&&E(e.$$.fragment),n=p()},l(t){e&&O(e.$$.fragment,t),n=p()},m(t,o){e&&k(e,t,o),w(t,n,o),s=!0},p(t,o){if(o&2&&i!==(i=t[1][1])){if(e){P();const r=e;d(r.$$.fragment,1,0,()=>{v(r,1)}),L()}i?(e=b(i,l(t)),t[13](e),E(e.$$.fragment),h(e.$$.fragment,1),k(e,n.parentNode,n)):e=null}else if(i){const r={};o&16&&(r.data=t[4]),o&4&&(r.form=t[2]),e.$set(r)}},i(t){s||(e&&h(e.$$.fragment,t),s=!0)},o(t){e&&d(e.$$.fragment,t),s=!1},d(t){t&&g(n),a[13](null),e&&v(e,t)}}}function re(a){let e,n,s;var i=a[1][1];function l(t,o){return{props:{data:t[4],$$slots:{default:[se]},$$scope:{ctx:t}}}}return i&&(e=b(i,l(a)),a[12](e)),{c(){e&&E(e.$$.fragment),n=p()},l(t){e&&O(e.$$.fragment,t),n=p()},m(t,o){e&&k(e,t,o),w(t,n,o),s=!0},p(t,o){if(o&2&&i!==(i=t[1][1])){if(e){P();const r=e;d(r.$$.fragment,1,0,()=>{v(r,1)}),L()}i?(e=b(i,l(t)),t[12](e),E(e.$$.fragment),h(e.$$.fragment,1),k(e,n.parentNode,n)):e=null}else if(i){const r={};o&16&&(r.data=t[4]),o&65575&&(r.$$scope={dirty:o,ctx:t}),e.$set(r)}},i(t){s||(e&&h(e.$$.fragment,t),s=!0)},o(t){e&&d(e.$$.fragment,t),s=!1},d(t){t&&g(n),a[12](null),e&&v(e,t)}}}function se(a){let e,n,s;var i=a[1][2];function l(t,o){return{props:{data:t[5],form:t[2]}}}return i&&(e=b(i,l(a)),a[11](e)),{c(){e&&E(e.$$.fragment),n=p()},l(t){e&&O(e.$$.fragment,t),n=p()},m(t,o){e&&k(e,t,o),w(t,n,o),s=!0},p(t,o){if(o&2&&i!==(i=t[1][2])){if(e){P();const r=e;d(r.$$.fragment,1,0,()=>{v(r,1)}),L()}i?(e=b(i,l(t)),t[11](e),E(e.$$.fragment),h(e.$$.fragment,1),k(e,n.parentNode,n)):e=null}else if(i){const r={};o&32&&(r.data=t[5]),o&4&&(r.form=t[2]),e.$set(r)}},i(t){s||(e&&h(e.$$.fragment,t),s=!0)},o(t){e&&d(e.$$.fragment,t),s=!1},d(t){t&&g(n),a[11](null),e&&v(e,t)}}}function oe(a){let e,n,s,i;const l=[re,ie],t=[];function o(r,f){return r[1][2]?0:1}return e=o(a),n=t[e]=l[e](a),{c(){n.c(),s=p()},l(r){n.l(r),s=p()},m(r,f){t[e].m(r,f),w(r,s,f),i=!0},p(r,f){let _=e;e=o(r),e===_?t[e].p(r,f):(P(),d(t[_],1,1,()=>{t[_]=null}),L(),n=t[e],n?n.p(r,f):(n=t[e]=l[e](r),n.c()),h(n,1),n.m(s.parentNode,s))},i(r){i||(h(n),i=!0)},o(r){d(n),i=!1},d(r){r&&g(s),t[e].d(r)}}}function y(a){let e,n=a[7]&&N(a);return{c(){e=F("div"),n&&n.c(),this.h()},l(s){e=G(s,"DIV",{id:!0,"aria-live":!0,"aria-atomic":!0,style:!0});var i=H(e);n&&n.l(i),i.forEach(g),this.h()},h(){T(e,"id","svelte-announcer"),T(e,"aria-live","assertive"),T(e,"aria-atomic","true"),R(e,"position","absolute"),R(e,"left","0"),R(e,"top","0"),R(e,"clip","rect(0 0 0 0)"),R(e,"clip-path","inset(50%)"),R(e,"overflow","hidden"),R(e,"white-space","nowrap"),R(e,"width","1px"),R(e,"height","1px")},m(s,i){w(s,e,i),n&&n.m(e,null)},p(s,i){s[7]?n?n.p(s,i):(n=N(s),n.c(),n.m(e,null)):n&&(n.d(1),n=null)},d(s){s&&g(e),n&&n.d()}}}function N(a){let e;return{c(){e=K(a[8])},l(n){e=M(n,a[8])},m(n,s){w(n,e,s)},p(n,s){s&256&&Q(e,n[8])},d(n){n&&g(e)}}}function ae(a){let e,n,s,i,l;const t=[ne,te],o=[];function r(_,u){return _[1][1]?0:1}e=r(a),n=o[e]=t[e](a);let f=a[6]&&y(a);return{c(){n.c(),s=J(),f&&f.c(),i=p()},l(_){n.l(_),s=j(_),f&&f.l(_),i=p()},m(_,u){o[e].m(_,u),w(_,s,u),f&&f.m(_,u),w(_,i,u),l=!0},p(_,[u]){let D=e;e=r(_),e===D?o[e].p(_,u):(P(),d(o[D],1,1,()=>{o[D]=null}),L(),n=o[e],n?n.p(_,u):(n=o[e]=t[e](_),n.c()),h(n,1),n.m(s.parentNode,s)),_[6]?f?f.p(_,u):(f=y(_),f.c(),f.m(i.parentNode,i)):f&&(f.d(1),f=null)},i(_){l||(h(n),l=!0)},o(_){d(n),l=!1},d(_){_&&(g(s),g(i)),o[e].d(_),f&&f.d(_)}}}function le(a,e,n){let{stores:s}=e,{page:i}=e,{constructors:l}=e,{components:t=[]}=e,{form:o}=e,{data_0:r=null}=e,{data_1:f=null}=e,{data_2:_=null}=e;W(s.page.notify);let u=!1,D=!1,V=null;z(()=>{const c=s.page.subscribe(()=>{u&&(n(7,D=!0),X().then(()=>{n(8,V=document.title||"untitled page")}))});return n(6,u=!0),c});function $(c){I[c?"unshift":"push"](()=>{t[2]=c,n(0,t)})}function S(c){I[c?"unshift":"push"](()=>{t[1]=c,n(0,t)})}function C(c){I[c?"unshift":"push"](()=>{t[1]=c,n(0,t)})}function q(c){I[c?"unshift":"push"](()=>{t[0]=c,n(0,t)})}function B(c){I[c?"unshift":"push"](()=>{t[0]=c,n(0,t)})}return a.$$set=c=>{"stores"in c&&n(9,s=c.stores),"page"in c&&n(10,i=c.page),"constructors"in c&&n(1,l=c.constructors),"components"in c&&n(0,t=c.components),"form"in c&&n(2,o=c.form),"data_0"in c&&n(3,r=c.data_0),"data_1"in c&&n(4,f=c.data_1),"data_2"in c&&n(5,_=c.data_2)},a.$$.update=()=>{a.$$.dirty&1536&&s.page.set(i)},[t,l,o,r,f,_,u,D,V,s,i,$,S,C,q,B]}class ue extends Y{constructor(e){super(),Z(this,e,le,ae,U,{stores:9,page:10,constructors:1,components:0,form:2,data_0:3,data_1:4,data_2:5})}}const me=[()=>m(()=>import("../nodes/0.0fcf06cc.js"),["..\\nodes\\0.0fcf06cc.js","..\\chunks\\scheduler.e2aa1391.js","..\\chunks\\index.12b5c620.js","..\\chunks\\stores.e84b517d.js","..\\chunks\\singletons.cc4fad39.js","..\\chunks\\index.f7287312.js","..\\chunks\\table.aa2299a7.js","..\\chunks\\graphql.66a06395.js","..\\chunks\\state.f2691bd0.js","..\\chunks\\Icon.a5fa4953.js","..\\chunks\\each.c0161bb5.js","..\\chunks\\index.ad4c134d.js","..\\assets\\0.48a018d5.css"],import.meta.url),()=>m(()=>import("../nodes/1.06ca8a28.js"),["..\\nodes\\1.06ca8a28.js","..\\chunks\\scheduler.e2aa1391.js","..\\chunks\\index.12b5c620.js","..\\chunks\\stores.e84b517d.js","..\\chunks\\singletons.cc4fad39.js","..\\chunks\\index.f7287312.js"],import.meta.url),()=>m(()=>import("../nodes/2.05854d8d.js"),["..\\nodes\\2.05854d8d.js","..\\chunks\\scheduler.e2aa1391.js","..\\chunks\\index.12b5c620.js","..\\chunks\\each.c0161bb5.js","..\\chunks\\singletons.cc4fad39.js","..\\chunks\\index.f7287312.js","..\\chunks\\stores.e84b517d.js","..\\chunks\\backgroundJob.c756ecec.js","..\\chunks\\graphql.66a06395.js","..\\chunks\\Icon.a5fa4953.js","..\\chunks\\state.f2691bd0.js","..\\assets\\2.4a46c382.css"],import.meta.url),()=>m(()=>import("../nodes/3.4d5ba8b6.js"),["..\\nodes\\3.4d5ba8b6.js","..\\chunks\\scheduler.e2aa1391.js","..\\chunks\\index.12b5c620.js"],import.meta.url),()=>m(()=>import("../nodes/4.4e0d26a7.js"),["..\\nodes\\4.4e0d26a7.js","..\\chunks\\scheduler.e2aa1391.js","..\\chunks\\index.12b5c620.js","..\\chunks\\each.c0161bb5.js","..\\chunks\\index.ad4c134d.js","..\\chunks\\stores.e84b517d.js","..\\chunks\\singletons.cc4fad39.js","..\\chunks\\index.f7287312.js","..\\chunks\\state.f2691bd0.js","..\\chunks\\table.aa2299a7.js","..\\chunks\\graphql.66a06395.js","..\\chunks\\Icon.a5fa4953.js","..\\assets\\4.73dde45b.css"],import.meta.url),()=>m(()=>import("../nodes/5.4d5ba8b6.js"),["..\\nodes\\5.4d5ba8b6.js","..\\chunks\\scheduler.e2aa1391.js","..\\chunks\\index.12b5c620.js"],import.meta.url),()=>m(()=>import("../nodes/6.38b33c53.js"),["..\\nodes\\6.38b33c53.js","..\\chunks\\scheduler.e2aa1391.js","..\\chunks\\index.12b5c620.js","..\\chunks\\each.c0161bb5.js","..\\chunks\\index.50c00146.js","..\\chunks\\stores.e84b517d.js","..\\chunks\\singletons.cc4fad39.js","..\\chunks\\index.f7287312.js","..\\chunks\\user.1d284359.js","..\\chunks\\graphql.66a06395.js","..\\chunks\\Icon.a5fa4953.js","..\\assets\\6.6bcda092.css"],import.meta.url),()=>m(()=>import("../nodes/7.0017b431.js"),["..\\nodes\\7.0017b431.js","..\\chunks\\scheduler.e2aa1391.js","..\\chunks\\index.12b5c620.js","..\\chunks\\Icon.a5fa4953.js","..\\chunks\\state.f2691bd0.js","..\\chunks\\index.f7287312.js","..\\chunks\\table.aa2299a7.js","..\\chunks\\graphql.66a06395.js","..\\assets\\7.1f0e3f28.css"],import.meta.url),()=>m(()=>import("../nodes/8.5592cf38.js"),["..\\nodes\\8.5592cf38.js","..\\chunks\\scheduler.e2aa1391.js","..\\chunks\\index.12b5c620.js"],import.meta.url),()=>m(()=>import("../nodes/9.21bf150d.js"),["..\\nodes\\9.21bf150d.js","..\\chunks\\scheduler.e2aa1391.js","..\\chunks\\index.12b5c620.js","..\\chunks\\stores.e84b517d.js","..\\chunks\\singletons.cc4fad39.js","..\\chunks\\index.f7287312.js","..\\chunks\\backgroundJob.c756ecec.js","..\\chunks\\graphql.66a06395.js","..\\chunks\\Aside.48de29ae.js","..\\chunks\\globals.7f7f1b26.js","..\\chunks\\index.50c00146.js","..\\chunks\\state.f2691bd0.js","..\\chunks\\Icon.a5fa4953.js","..\\assets\\Aside.66c2d12f.css","..\\chunks\\JSONTree.54ddc30e.js","..\\chunks\\each.c0161bb5.js","..\\assets\\JSONTree.79010849.css","..\\assets\\9.6957ad32.css"],import.meta.url),()=>m(()=>import("../nodes/10.c6de8013.js"),["..\\nodes\\10.c6de8013.js","..\\chunks\\scheduler.e2aa1391.js","..\\chunks\\index.12b5c620.js","..\\chunks\\each.c0161bb5.js","..\\chunks\\index.ad4c134d.js","..\\chunks\\graphql.66a06395.js","..\\chunks\\state.f2691bd0.js","..\\chunks\\index.f7287312.js","..\\chunks\\Icon.a5fa4953.js","..\\assets\\10.ee72ee6d.css"],import.meta.url),()=>m(()=>import("../nodes/11.187a0975.js"),["..\\nodes\\11.187a0975.js","..\\chunks\\scheduler.e2aa1391.js","..\\chunks\\index.12b5c620.js"],import.meta.url),()=>m(()=>import("../nodes/12.889cebd3.js"),["..\\nodes\\12.889cebd3.js","..\\chunks\\scheduler.e2aa1391.js","..\\chunks\\index.12b5c620.js","..\\chunks\\globals.7f7f1b26.js","..\\chunks\\stores.e84b517d.js","..\\chunks\\singletons.cc4fad39.js","..\\chunks\\index.f7287312.js","..\\chunks\\state.f2691bd0.js","..\\chunks\\tryParseJSON.f125f883.js","..\\chunks\\graphql.66a06395.js","..\\chunks\\Icon.a5fa4953.js","..\\chunks\\each.c0161bb5.js","..\\chunks\\JSONTree.54ddc30e.js","..\\assets\\JSONTree.79010849.css","..\\chunks\\index.50c00146.js","..\\assets\\12.ef2c34c3.css"],import.meta.url),()=>m(()=>import("../nodes/13.446f8f02.js"),["..\\nodes\\13.446f8f02.js","..\\chunks\\scheduler.e2aa1391.js","..\\chunks\\index.12b5c620.js","..\\chunks\\globals.7f7f1b26.js","..\\chunks\\each.c0161bb5.js","..\\chunks\\index.ad4c134d.js","..\\chunks\\state.f2691bd0.js","..\\chunks\\index.f7287312.js","..\\chunks\\tryParseJSON.f125f883.js","..\\chunks\\JSONTree.54ddc30e.js","..\\assets\\JSONTree.79010849.css","..\\chunks\\Icon.a5fa4953.js","..\\chunks\\Aside.48de29ae.js","..\\chunks\\index.50c00146.js","..\\assets\\Aside.66c2d12f.css","..\\assets\\13.bf080bcc.css"],import.meta.url),()=>m(()=>import("../nodes/14.2c0854c2.js"),["..\\nodes\\14.2c0854c2.js","..\\chunks\\scheduler.e2aa1391.js","..\\chunks\\index.12b5c620.js"],import.meta.url),()=>m(()=>import("../nodes/15.ccd7f839.js"),["..\\nodes\\15.ccd7f839.js","..\\chunks\\scheduler.e2aa1391.js","..\\chunks\\index.12b5c620.js","..\\chunks\\stores.e84b517d.js","..\\chunks\\singletons.cc4fad39.js","..\\chunks\\index.f7287312.js","..\\chunks\\user.1d284359.js","..\\chunks\\graphql.66a06395.js","..\\chunks\\Aside.48de29ae.js","..\\chunks\\globals.7f7f1b26.js","..\\chunks\\index.50c00146.js","..\\chunks\\state.f2691bd0.js","..\\chunks\\Icon.a5fa4953.js","..\\assets\\Aside.66c2d12f.css","..\\assets\\15.0e0670ce.css"],import.meta.url)],pe=[],de={"/":[7],"/backgroundJobs":[8,[2]],"/backgroundJobs/[type]/[id]":[9,[2]],"/constants":[10,[3]],"/database":[11,[4]],"/database/table/[id]":[12,[4]],"/logs":[13,[5]],"/users":[14,[6]],"/users/[id]":[15,[6]]},he={handleError:({error:a})=>{console.error(a)}};export{de as dictionary,he as hooks,ce as matchers,me as nodes,ue as root,pe as server_loads}; diff --git a/gui/next/build/_app/immutable/entry/start.8d4e41a7.js b/gui/next/build/_app/immutable/entry/start.8d4e41a7.js new file mode 100644 index 00000000..fc9947f6 --- /dev/null +++ b/gui/next/build/_app/immutable/entry/start.8d4e41a7.js @@ -0,0 +1,3 @@ +import{o as _e,t as we}from"../chunks/scheduler.e2aa1391.js";import{S as Ge,a as Je,I as M,g as Ce,f as Me,b as ye,c as le,s as te,i as ve,d as F,e as J,P as Ve,h as Xe}from"../chunks/singletons.cc4fad39.js";function Ze(t,r){return t==="/"||r==="ignore"?t:r==="never"?t.endsWith("/")?t.slice(0,-1):t:r==="always"&&!t.endsWith("/")?t+"/":t}function Qe(t){return t.split("%25").map(decodeURI).join("%25")}function et(t){for(const r in t)t[r]=decodeURIComponent(t[r]);return t}const tt=["href","pathname","search","searchParams","toString","toJSON"];function nt(t,r){const f=new URL(t);for(const s of tt)Object.defineProperty(f,s,{get(){return r(),t[s]},enumerable:!0,configurable:!0});return at(f),f}function at(t){Object.defineProperty(t,"hash",{get(){throw new Error("Cannot access event.url.hash. Consider using `$page.url.hash` inside a component instead")}})}const rt="/__data.json";function ot(t){return t.replace(/\/$/,"")+rt}function it(...t){let r=5381;for(const f of t)if(typeof f=="string"){let s=f.length;for(;s;)r=r*33^f.charCodeAt(--s)}else if(ArrayBuffer.isView(f)){const s=new Uint8Array(f.buffer,f.byteOffset,f.byteLength);let d=s.length;for(;d;)r=r*33^s[--d]}else throw new TypeError("value must be a string or TypedArray");return(r>>>0).toString(36)}const fe=window.fetch;window.fetch=(t,r)=>((t instanceof Request?t.method:(r==null?void 0:r.method)||"GET")!=="GET"&&ae.delete(ke(t)),fe(t,r));const ae=new Map;function st(t,r){const f=ke(t,r),s=document.querySelector(f);if(s!=null&&s.textContent){const{body:d,...u}=JSON.parse(s.textContent),E=s.getAttribute("data-ttl");return E&&ae.set(f,{body:d,init:u,ttl:1e3*Number(E)}),Promise.resolve(new Response(d,u))}return fe(t,r)}function ct(t,r,f){if(ae.size>0){const s=ke(t,f),d=ae.get(s);if(d){if(performance.now(){const d=/^\[\.\.\.(\w+)(?:=(\w+))?\]$/.exec(s);if(d)return r.push({name:d[1],matcher:d[2],optional:!1,rest:!0,chained:!0}),"(?:/(.*))?";const u=/^\[\[(\w+)(?:=(\w+))?\]\]$/.exec(s);if(u)return r.push({name:u[1],matcher:u[2],optional:!0,rest:!1,chained:!0}),"(?:/([^/]+))?";if(!s)return;const E=s.split(/\[(.+?)\](?!\])/);return"/"+E.map((g,m)=>{if(m%2){if(g.startsWith("x+"))return be(String.fromCharCode(parseInt(g.slice(2),16)));if(g.startsWith("u+"))return be(String.fromCharCode(...g.slice(2).split("-").map(U=>parseInt(U,16))));const h=lt.exec(g);if(!h)throw new Error(`Invalid param: ${g}. Params and matcher names can only have underscores and alphanumeric characters.`);const[,x,j,k,N]=h;return r.push({name:k,matcher:N,optional:!!x,rest:!!j,chained:j?m===1&&E[0]==="":!1}),j?"(.*?)":x?"([^/]*)?":"([^/]+?)"}return be(g)}).join("")}).join("")}/?$`),params:r}}function ut(t){return!/^\([^)]+\)$/.test(t)}function dt(t){return t.slice(1).split("/").filter(ut)}function pt(t,r,f){const s={},d=t.slice(1),u=d.filter(l=>l!==void 0);let E=0;for(let l=0;lh).join("/"),E=0),m===void 0){g.rest&&(s[g.name]="");continue}if(!g.matcher||f[g.matcher](m)){s[g.name]=m;const h=r[l+1],x=d[l+1];h&&!h.rest&&h.optional&&x&&g.chained&&(E=0),!h&&!x&&Object.keys(s).length===u.length&&(E=0);continue}if(g.optional&&g.chained){E++;continue}return}if(!E)return s}function be(t){return t.normalize().replace(/[[\]]/g,"\\$&").replace(/%/g,"%25").replace(/\//g,"%2[Ff]").replace(/\?/g,"%3[Ff]").replace(/#/g,"%23").replace(/[.*+?^${}()|\\]/g,"\\$&")}function ht({nodes:t,server_loads:r,dictionary:f,matchers:s}){const d=new Set(r);return Object.entries(f).map(([l,[g,m,h]])=>{const{pattern:x,params:j}=ft(l),k={id:l,exec:N=>{const U=x.exec(N);if(U)return pt(U,j,s)},errors:[1,...h||[]].map(N=>t[N]),layouts:[0,...m||[]].map(E),leaf:u(g)};return k.errors.length=k.layouts.length=Math.max(k.errors.length,k.layouts.length),k});function u(l){const g=l<0;return g&&(l=~l),[g,t[l]]}function E(l){return l===void 0?l:[d.has(l),t[l]]}}function Ke(t){try{return JSON.parse(sessionStorage[t])}catch{}}function qe(t,r){const f=JSON.stringify(r);try{sessionStorage[t]=f}catch{}}const gt=-1,mt=-2,_t=-3,wt=-4,yt=-5,vt=-6;function bt(t,r){if(typeof t=="number")return d(t,!0);if(!Array.isArray(t)||t.length===0)throw new Error("Invalid input");const f=t,s=Array(f.length);function d(u,E=!1){if(u===gt)return;if(u===_t)return NaN;if(u===wt)return 1/0;if(u===yt)return-1/0;if(u===vt)return-0;if(E)throw new Error("Invalid input");if(u in s)return s[u];const l=f[u];if(!l||typeof l!="object")s[u]=l;else if(Array.isArray(l))if(typeof l[0]=="string"){const g=l[0],m=r==null?void 0:r[g];if(m)return s[u]=m(d(l[1]));switch(g){case"Date":s[u]=new Date(l[1]);break;case"Set":const h=new Set;s[u]=h;for(let k=1;kr!=null)}const ze=new Set(["load","prerender","csr","ssr","trailingSlash","config"]);[...ze];const St=new Set([...ze]);[...St];async function kt(t){var r;for(const f in t)if(typeof((r=t[f])==null?void 0:r.then)=="function")return Object.fromEntries(await Promise.all(Object.entries(t).map(async([s,d])=>[s,await d])));return t}class ne{constructor(r,f){this.status=r,typeof f=="string"?this.body={message:f}:f?this.body=f:this.body={message:`Error: ${r}`}}toString(){return JSON.stringify(this.body)}}class Fe{constructor(r,f){this.status=r,this.location=f}}const Rt="x-sveltekit-invalidated",At="x-sveltekit-trailing-slash",K=Ke(Ge)??{},ee=Ke(Je)??{};function Ee(t){K[t]=te()}function It(t,r){var $e;const f=ht(t),s=t.nodes[0],d=t.nodes[1];s(),d();const u=document.documentElement,E=[],l=[];let g=null;const m={before_navigate:[],on_navigate:[],after_navigate:[]};let h={branch:[],error:null,url:null},x=!1,j=!1,k=!0,N=!1,U=!1,H=!1,B=!1,V,D=($e=history.state)==null?void 0:$e[M];D||(D=Date.now(),history.replaceState({...history.state,[M]:D},"",location.href));const ue=K[D];ue&&(history.scrollRestoration="manual",scrollTo(ue.x,ue.y));let q,z,Y;async function Re(){if(Y=Y||Promise.resolve(),await Y,!Y)return;Y=null;const e=new URL(location.href),i=Z(e,!0);g=null;const n=z={},o=i&&await he(i);if(n===z&&o){if(o.type==="redirect")return re(new URL(o.location,e).href,{},[e.pathname],n);o.props.page!==void 0&&(q=o.props.page),V.$set(o.props)}}function Ae(e){l.some(i=>i==null?void 0:i.snapshot)&&(ee[e]=l.map(i=>{var n;return(n=i==null?void 0:i.snapshot)==null?void 0:n.capture()}))}function Ie(e){var i;(i=ee[e])==null||i.forEach((n,o)=>{var a,c;(c=(a=l[o])==null?void 0:a.snapshot)==null||c.restore(n)})}function Le(){Ee(D),qe(Ge,K),Ae(D),qe(Je,ee)}async function re(e,{noScroll:i=!1,replaceState:n=!1,keepFocus:o=!1,state:a={},invalidateAll:c=!1},p,v){return typeof e=="string"&&(e=new URL(e,Ce(document))),ce({url:e,scroll:i?te():null,keepfocus:o,redirect_chain:p,details:{state:a,replaceState:n},nav_token:v,accepted:()=>{c&&(B=!0)},blocked:()=>{},type:"goto"})}async function Pe(e){return g={id:e.id,promise:he(e).then(i=>(i.type==="loaded"&&i.state.error&&(g=null),i))},g.promise}async function oe(...e){const n=f.filter(o=>e.some(a=>o.exec(a))).map(o=>Promise.all([...o.layouts,o.leaf].map(a=>a==null?void 0:a[1]())));await Promise.all(n)}function Oe(e){var o;h=e.state;const i=document.querySelector("style[data-sveltekit]");i&&i.remove(),q=e.props.page,V=new t.root({target:r,props:{...e.props,stores:F,components:l},hydrate:!0}),Ie(D);const n={from:null,to:{params:h.params,route:{id:((o=h.route)==null?void 0:o.id)??null},url:new URL(location.href)},willUnload:!1,type:"enter",complete:Promise.resolve()};m.after_navigate.forEach(a=>a(n)),j=!0}async function X({url:e,params:i,branch:n,status:o,error:a,route:c,form:p}){let v="never";for(const w of n)(w==null?void 0:w.slash)!==void 0&&(v=w.slash);e.pathname=Ze(e.pathname,v),e.search=e.search;const b={type:"loaded",state:{url:e,params:i,branch:n,error:a,route:c},props:{constructors:Et(n).map(w=>w.node.component)}};p!==void 0&&(b.props.form=p);let y={},L=!q,A=0;for(let w=0;w(v.route=!0,_[O])}),params:new Proxy(o,{get:(_,O)=>(v.params.add(O),_[O])}),data:(c==null?void 0:c.data)??null,url:nt(n,()=>{v.url=!0}),async fetch(_,O){let $;_ instanceof Request?($=_.url,O={body:_.method==="GET"||_.method==="HEAD"?void 0:await _.blob(),cache:_.cache,credentials:_.credentials,headers:_.headers,integrity:_.integrity,keepalive:_.keepalive,method:_.method,mode:_.mode,redirect:_.redirect,referrer:_.referrer,referrerPolicy:_.referrerPolicy,signal:_.signal,...O}):$=_;const C=new URL($,n);return P(C.href),C.origin===n.origin&&($=C.href.slice(n.origin.length)),j?ct($,C.href,O):st($,O)},setHeaders:()=>{},depends:P,parent(){return v.parent=!0,i()}};p=await b.universal.load.call(null,w)??null,p=p?await kt(p):null}return{node:b,loader:e,server:c,universal:(L=b.universal)!=null&&L.load?{type:"data",data:p,uses:v}:null,data:p??(c==null?void 0:c.data)??null,slash:((A=b.universal)==null?void 0:A.trailingSlash)??(c==null?void 0:c.slash)}}function Ue(e,i,n,o,a){if(B)return!0;if(!o)return!1;if(o.parent&&e||o.route&&i||o.url&&n)return!0;for(const c of o.params)if(a[c]!==h.params[c])return!0;for(const c of o.dependencies)if(E.some(p=>p(new URL(c))))return!0;return!1}function pe(e,i){return(e==null?void 0:e.type)==="data"?e:(e==null?void 0:e.type)==="skip"?i??null:null}async function he({id:e,invalidating:i,url:n,params:o,route:a}){if((g==null?void 0:g.id)===e)return g.promise;const{errors:c,layouts:p,leaf:v}=a,b=[...p,v];c.forEach(S=>S==null?void 0:S().catch(()=>{})),b.forEach(S=>S==null?void 0:S[1]().catch(()=>{}));let y=null;const L=h.url?e!==h.url.pathname+h.url.search:!1,A=h.route?a.id!==h.route.id:!1;let P=!1;const w=b.map((S,I)=>{var G;const R=h.branch[I],T=!!(S!=null&&S[0])&&((R==null?void 0:R.loader)!==S[1]||Ue(P,A,L,(G=R.server)==null?void 0:G.uses,o));return T&&(P=!0),T});if(w.some(Boolean)){try{y=await He(n,w)}catch(S){return ie({status:S instanceof ne?S.status:500,error:await Q(S,{url:n,params:o,route:{id:a.id}}),url:n,route:a})}if(y.type==="redirect")return y}const _=y==null?void 0:y.nodes;let O=!1;const $=b.map(async(S,I)=>{var ge;if(!S)return;const R=h.branch[I],T=_==null?void 0:_[I];if((!T||T.type==="skip")&&S[1]===(R==null?void 0:R.loader)&&!Ue(O,A,L,(ge=R.universal)==null?void 0:ge.uses,o))return R;if(O=!0,(T==null?void 0:T.type)==="error")throw T;return de({loader:S[1],url:n,params:o,route:a,parent:async()=>{var De;const Te={};for(let me=0;me{});const C=[];for(let S=0;SPromise.resolve({}),server_data_node:pe(c)}),b={node:await d(),loader:d,universal:null,server:null,data:null};return await X({url:n,params:a,branch:[v,b],status:e,error:i,route:null})}function Z(e,i){if(ve(e,J))return;const n=se(e);for(const o of f){const a=o.exec(n);if(a)return{id:e.pathname+e.search,invalidating:i,route:o,params:et(a),url:e}}}function se(e){return Qe(e.pathname.slice(J.length)||"/")}function je({url:e,type:i,intent:n,delta:o}){let a=!1;const c=Be(h,n,e,i);o!==void 0&&(c.navigation.delta=o);const p={...c.navigation,cancel:()=>{a=!0,c.reject(new Error("navigation was cancelled"))}};return U||m.before_navigate.forEach(v=>v(p)),a?null:c}async function ce({url:e,scroll:i,keepfocus:n,redirect_chain:o,details:a,type:c,delta:p,nav_token:v={},accepted:b,blocked:y}){var $,C,S;const L=Z(e,!1),A=je({url:e,type:c,delta:p,intent:L});if(!A){y();return}const P=D;b(),U=!0,j&&F.navigating.set(A.navigation),z=v;let w=L&&await he(L);if(!w){if(ve(e,J))return await W(e);w=await Ne(e,{id:null},await Q(new Error(`Not found: ${e.pathname}`),{url:e,params:{},route:{id:null}}),404)}if(e=(L==null?void 0:L.url)||e,z!==v)return A.reject(new Error("navigation was aborted")),!1;if(w.type==="redirect")if(o.length>10||o.includes(e.pathname))w=await ie({status:500,error:await Q(new Error("Redirect loop"),{url:e,params:{},route:{id:null}}),url:e,route:{id:null}});else return re(new URL(w.location,e).href,{},[...o,e.pathname],v),!1;else(($=w.props.page)==null?void 0:$.status)>=400&&await F.updated.check()&&await W(e);if(E.length=0,B=!1,N=!0,Ee(P),Ae(P),(C=w.props.page)!=null&&C.url&&w.props.page.url.pathname!==e.pathname&&(e.pathname=(S=w.props.page)==null?void 0:S.url.pathname),a){const I=a.replaceState?0:1;if(a.state[M]=D+=I,history[a.replaceState?"replaceState":"pushState"](a.state,"",e),!a.replaceState){let R=D+1;for(;ee[R]||K[R];)delete ee[R],delete K[R],R+=1}}if(g=null,j){h=w.state,w.props.page&&(w.props.page.url=e);const I=(await Promise.all(m.on_navigate.map(R=>R(A.navigation)))).filter(R=>typeof R=="function");if(I.length>0){let R=function(){m.after_navigate=m.after_navigate.filter(T=>!I.includes(T))};I.push(R),m.after_navigate.push(...I)}V.$set(w.props)}else Oe(w);const{activeElement:_}=document;if(await we(),k){const I=e.hash&&document.getElementById(decodeURIComponent(e.hash.slice(1)));i?scrollTo(i.x,i.y):I?I.scrollIntoView():scrollTo(0,0)}const O=document.activeElement!==_&&document.activeElement!==document.body;!n&&!O&&Se(),k=!0,w.props.page&&(q=w.props.page),U=!1,c==="popstate"&&Ie(D),A.fulfil(void 0),m.after_navigate.forEach(I=>I(A.navigation)),F.navigating.set(null),N=!1}async function Ne(e,i,n,o){return e.origin===location.origin&&e.pathname===location.pathname&&!x?await ie({status:o,error:n,url:e,route:i}):await W(e)}function W(e){return location.href=e.href,new Promise(()=>{})}function Ye(){let e;u.addEventListener("mousemove",c=>{const p=c.target;clearTimeout(e),e=setTimeout(()=>{o(p,2)},20)});function i(c){o(c.composedPath()[0],1)}u.addEventListener("mousedown",i),u.addEventListener("touchstart",i,{passive:!0});const n=new IntersectionObserver(c=>{for(const p of c)p.isIntersecting&&(oe(se(new URL(p.target.href))),n.unobserve(p.target))},{threshold:0});function o(c,p){const v=Me(c,u);if(!v)return;const{url:b,external:y,download:L}=ye(v,J);if(y||L)return;const A=le(v);if(!A.reload)if(p<=A.preload_data){const P=Z(b,!1);P&&Pe(P)}else p<=A.preload_code&&oe(se(b))}function a(){n.disconnect();for(const c of u.querySelectorAll("a")){const{url:p,external:v,download:b}=ye(c,J);if(v||b)continue;const y=le(c);y.reload||(y.preload_code===Ve.viewport&&n.observe(c),y.preload_code===Ve.eager&&oe(se(p)))}}m.after_navigate.push(a),a()}function Q(e,i){return e instanceof ne?e.body:t.hooks.handleError({error:e,event:i})??{message:i.route.id!=null?"Internal Error":"Not Found"}}return{after_navigate:e=>{_e(()=>(m.after_navigate.push(e),()=>{const i=m.after_navigate.indexOf(e);m.after_navigate.splice(i,1)}))},before_navigate:e=>{_e(()=>(m.before_navigate.push(e),()=>{const i=m.before_navigate.indexOf(e);m.before_navigate.splice(i,1)}))},on_navigate:e=>{_e(()=>(m.on_navigate.push(e),()=>{const i=m.on_navigate.indexOf(e);m.on_navigate.splice(i,1)}))},disable_scroll_handling:()=>{(N||!j)&&(k=!1)},goto:(e,i={})=>re(e,i,[]),invalidate:e=>{if(typeof e=="function")E.push(e);else{const{href:i}=new URL(e,location.href);E.push(n=>n.href===i)}return Re()},invalidate_all:()=>(B=!0,Re()),preload_data:async e=>{const i=new URL(e,Ce(document)),n=Z(i,!1);if(!n)throw new Error(`Attempted to preload a URL that does not belong to this app: ${i}`);await Pe(n)},preload_code:oe,apply_action:async e=>{if(e.type==="error"){const i=new URL(location.href),{branch:n,route:o}=h;if(!o)return;const a=await xe(h.branch.length,n,o.errors);if(a){const c=await X({url:i,params:h.params,branch:n.slice(0,a.idx).concat(a.node),status:e.status??500,error:e.error,route:o});h=c.state,V.$set(c.props),we().then(Se)}}else e.type==="redirect"?re(e.location,{invalidateAll:!0},[]):(V.$set({form:null,page:{...q,form:e.data,status:e.status}}),await we(),V.$set({form:e.data}),e.type==="success"&&Se())},_start_router:()=>{var i;history.scrollRestoration="manual",addEventListener("beforeunload",n=>{let o=!1;if(Le(),!U){const a=Be(h,void 0,null,"leave"),c={...a.navigation,cancel:()=>{o=!0,a.reject(new Error("navigation was cancelled"))}};m.before_navigate.forEach(p=>p(c))}o?(n.preventDefault(),n.returnValue=""):history.scrollRestoration="auto"}),addEventListener("visibilitychange",()=>{document.visibilityState==="hidden"&&Le()}),(i=navigator.connection)!=null&&i.saveData||Ye(),u.addEventListener("click",n=>{var P;if(n.button||n.which!==1||n.metaKey||n.ctrlKey||n.shiftKey||n.altKey||n.defaultPrevented)return;const o=Me(n.composedPath()[0],u);if(!o)return;const{url:a,external:c,target:p,download:v}=ye(o,J);if(!a)return;if(p==="_parent"||p==="_top"){if(window.parent!==window)return}else if(p&&p!=="_self")return;const b=le(o);if(!(o instanceof SVGAElement)&&a.protocol!==location.protocol&&!(a.protocol==="https:"||a.protocol==="http:")||v)return;if(c||b.reload){je({url:a,type:"link"})?U=!0:n.preventDefault();return}const[L,A]=a.href.split("#");if(A!==void 0&&L===location.href.split("#")[0]){if(h.url.hash===a.hash){n.preventDefault(),(P=o.ownerDocument.getElementById(A))==null||P.scrollIntoView();return}if(H=!0,Ee(D),e(a),!b.replace_state)return;H=!1,n.preventDefault()}ce({url:a,scroll:b.noscroll?te():null,keepfocus:b.keep_focus??!1,redirect_chain:[],details:{state:{},replaceState:b.replace_state??a.href===location.href},accepted:()=>n.preventDefault(),blocked:()=>n.preventDefault(),type:"link"})}),u.addEventListener("submit",n=>{if(n.defaultPrevented)return;const o=HTMLFormElement.prototype.cloneNode.call(n.target),a=n.submitter;if(((a==null?void 0:a.formMethod)||o.method)!=="get")return;const p=new URL((a==null?void 0:a.hasAttribute("formaction"))&&(a==null?void 0:a.formAction)||o.action);if(ve(p,J))return;const v=n.target,{keep_focus:b,noscroll:y,reload:L,replace_state:A}=le(v);if(L)return;n.preventDefault(),n.stopPropagation();const P=new FormData(v),w=a==null?void 0:a.getAttribute("name");w&&P.append(w,(a==null?void 0:a.getAttribute("value"))??""),p.search=new URLSearchParams(P).toString(),ce({url:p,scroll:y?te():null,keepfocus:b??!1,redirect_chain:[],details:{state:{},replaceState:A??p.href===location.href},nav_token:{},accepted:()=>{},blocked:()=>{},type:"form"})}),addEventListener("popstate",async n=>{var o;if(z={},(o=n.state)!=null&&o[M]){if(n.state[M]===D)return;const a=K[n.state[M]],c=new URL(location.href);if(h.url.href.split("#")[0]===location.href.split("#")[0]){e(c),K[D]=te(),D=n.state[M],scrollTo(a.x,a.y);return}const p=n.state[M]-D;await ce({url:c,scroll:a,keepfocus:!1,redirect_chain:[],details:null,accepted:()=>{D=n.state[M]},blocked:()=>{history.go(-p)},type:"popstate",delta:p,nav_token:z})}else if(!H){const a=new URL(location.href);e(a)}}),addEventListener("hashchange",()=>{H&&(H=!1,history.replaceState({...history.state,[M]:++D},"",location.href))});for(const n of document.querySelectorAll("link"))n.rel==="icon"&&(n.href=n.href);addEventListener("pageshow",n=>{n.persisted&&F.navigating.set(null)});function e(n){h.url=n,F.page.set({...q,url:n}),F.page.notify()}},_hydrate:async({status:e=200,error:i,node_ids:n,params:o,route:a,data:c,form:p})=>{x=!0;const v=new URL(location.href);({params:o={},route:a={id:null}}=Z(v,!1)||{});let b;try{const y=n.map(async(P,w)=>{const _=c[w];return _!=null&&_.uses&&(_.uses=We(_.uses)),de({loader:t.nodes[P],url:v,params:o,route:a,parent:async()=>{const O={};for(let $=0;$P===a.id);if(A){const P=A.layouts;for(let w=0;wd?"1":"0").join(""));const s=await fe(f.href);if(!s.ok)throw new ne(s.status,await s.json());return new Promise(async d=>{var h;const u=new Map,E=s.body.getReader(),l=new TextDecoder;function g(x){return bt(x,{Promise:j=>new Promise((k,N)=>{u.set(j,{fulfil:k,reject:N})})})}let m="";for(;;){const{done:x,value:j}=await E.read();if(x&&!m)break;for(m+=!j&&m?` +`:l.decode(j);;){const k=m.indexOf(` +`);if(k===-1)break;const N=JSON.parse(m.slice(0,k));if(m=m.slice(k+1),N.type==="redirect")return d(N);if(N.type==="data")(h=N.nodes)==null||h.forEach(U=>{(U==null?void 0:U.type)==="data"&&(U.uses=We(U.uses),U.data=g(U.data))}),d(N);else if(N.type==="chunk"){const{id:U,data:H,error:B}=N,V=u.get(U);u.delete(U),B?V.reject(g(B)):V.fulfil(g(H))}}}})}function We(t){return{dependencies:new Set((t==null?void 0:t.dependencies)??[]),params:new Set((t==null?void 0:t.params)??[]),parent:!!(t!=null&&t.parent),route:!!(t!=null&&t.route),url:!!(t!=null&&t.url)}}function Se(){const t=document.querySelector("[autofocus]");if(t)t.focus();else{const r=document.body,f=r.getAttribute("tabindex");r.tabIndex=-1,r.focus({preventScroll:!0,focusVisible:!1}),f!==null?r.setAttribute("tabindex",f):r.removeAttribute("tabindex");const s=getSelection();if(s&&s.type!=="None"){const d=[];for(let u=0;u{if(s.rangeCount===d.length){for(let u=0;u{d=h,u=x});return E.catch(()=>{}),{navigation:{from:{params:t.params,route:{id:((g=t.route)==null?void 0:g.id)??null},url:t.url},to:f&&{params:(r==null?void 0:r.params)??null,route:{id:((m=r==null?void 0:r.route)==null?void 0:m.id)??null},url:f},willUnload:!r,type:s,complete:E},fulfil:d,reject:u}}async function Ot(t,r,f){const s=It(t,r);Xe({client:s}),f?await s._hydrate(f):s.goto(location.href,{replaceState:!0}),s._start_router()}export{Ot as start}; diff --git a/gui/next/build/_app/immutable/entry/start.f0a416ce.js b/gui/next/build/_app/immutable/entry/start.f0a416ce.js deleted file mode 100644 index 4f4675c2..00000000 --- a/gui/next/build/_app/immutable/entry/start.f0a416ce.js +++ /dev/null @@ -1,3 +0,0 @@ -import{o as Ce,t as ye}from"../chunks/index.d0f8a730.js";import{S as Je,a as Ke,I as q,g as De,f as qe,b as we,c as le,s as V,i as _e,d as Q,e as K,P as Fe,h as We}from"../chunks/singletons.3098cf1f.js";function Xe(t,o){return t==="/"||o==="ignore"?t:o==="never"?t.endsWith("/")?t.slice(0,-1):t:o==="always"&&!t.endsWith("/")?t+"/":t}function Ze(t){return t.split("%25").map(decodeURI).join("%25")}function Qe(t){for(const o in t)t[o]=decodeURIComponent(t[o]);return t}const et=["href","pathname","search","searchParams","toString","toJSON"];function tt(t,o){const u=new URL(t);for(const i of et)Object.defineProperty(u,i,{get(){return o(),t[i]},enumerable:!0,configurable:!0});return nt(u),u}function nt(t){Object.defineProperty(t,"hash",{get(){throw new Error("Cannot access event.url.hash. Consider using `$page.url.hash` inside a component instead")}})}const at="/__data.json";function rt(t){return t.replace(/\/$/,"")+at}function ze(t){try{return JSON.parse(sessionStorage[t])}catch{}}function Me(t,o){const u=JSON.stringify(o);try{sessionStorage[t]=u}catch{}}function ot(...t){let o=5381;for(const u of t)if(typeof u=="string"){let i=u.length;for(;i;)o=o*33^u.charCodeAt(--i)}else if(ArrayBuffer.isView(u)){const i=new Uint8Array(u.buffer,u.byteOffset,u.byteLength);let d=i.length;for(;d;)o=o*33^i[--d]}else throw new TypeError("value must be a string or TypedArray");return(o>>>0).toString(36)}const fe=window.fetch;window.fetch=(t,o)=>((t instanceof Request?t.method:(o==null?void 0:o.method)||"GET")!=="GET"&&te.delete(Se(t)),fe(t,o));const te=new Map;function it(t,o){const u=Se(t,o),i=document.querySelector(u);if(i!=null&&i.textContent){const{body:d,...f}=JSON.parse(i.textContent),S=i.getAttribute("data-ttl");return S&&te.set(u,{body:d,init:f,ttl:1e3*Number(S)}),Promise.resolve(new Response(d,f))}return fe(t,o)}function st(t,o,u){if(te.size>0){const i=Se(t,u),d=te.get(i);if(d){if(performance.now(){const d=/^\[\.\.\.(\w+)(?:=(\w+))?\]$/.exec(i);if(d)return o.push({name:d[1],matcher:d[2],optional:!1,rest:!0,chained:!0}),"(?:/(.*))?";const f=/^\[\[(\w+)(?:=(\w+))?\]\]$/.exec(i);if(f)return o.push({name:f[1],matcher:f[2],optional:!0,rest:!1,chained:!0}),"(?:/([^/]+))?";if(!i)return;const S=i.split(/\[(.+?)\](?!\])/);return"/"+S.map((b,w)=>{if(w%2){if(b.startsWith("x+"))return be(String.fromCharCode(parseInt(b.slice(2),16)));if(b.startsWith("u+"))return be(String.fromCharCode(...b.slice(2).split("-").map(P=>parseInt(P,16))));const p=ct.exec(b);if(!p)throw new Error(`Invalid param: ${b}. Params and matcher names can only have underscores and alphanumeric characters.`);const[,C,N,k,x]=p;return o.push({name:k,matcher:x,optional:!!C,rest:!!N,chained:N?w===1&&S[0]==="":!1}),N?"(.*?)":C?"([^/]*)?":"([^/]+?)"}return be(b)}).join("")}).join("")}/?$`),params:o}}function ft(t){return!/^\([^)]+\)$/.test(t)}function ut(t){return t.slice(1).split("/").filter(ft)}function dt(t,o,u){const i={},d=t.slice(1);let f=0;for(let S=0;Sw).join("/"),f=0;continue}if(b===void 0){l.rest&&(i[l.name]="");continue}if(!l.matcher||u[l.matcher](b)){i[l.name]=b;const w=o[S+1],p=d[S+1];w&&!w.rest&&w.optional&&p&&(f=0);continue}if(l.optional&&l.chained){f++;continue}return}if(!f)return i}function be(t){return t.normalize().replace(/[[\]]/g,"\\$&").replace(/%/g,"%25").replace(/\//g,"%2[Ff]").replace(/\?/g,"%3[Ff]").replace(/#/g,"%23").replace(/[.*+?^${}()|\\]/g,"\\$&")}function pt({nodes:t,server_loads:o,dictionary:u,matchers:i}){const d=new Set(o);return Object.entries(u).map(([l,[b,w,p]])=>{const{pattern:C,params:N}=lt(l),k={id:l,exec:x=>{const P=C.exec(x);if(P)return dt(P,N,i)},errors:[1,...p||[]].map(x=>t[x]),layouts:[0,...w||[]].map(S),leaf:f(b)};return k.errors.length=k.layouts.length=Math.max(k.errors.length,k.layouts.length),k});function f(l){const b=l<0;return b&&(l=~l),[b,t[l]]}function S(l){return l===void 0?l:[d.has(l),t[l]]}}let ee=class{constructor(o,u){this.status=o,typeof u=="string"?this.body={message:u}:u?this.body=u:this.body={message:`Error: ${o}`}}toString(){return JSON.stringify(this.body)}},Ve=class{constructor(o,u){this.status=o,this.location=u}};async function ht(t){var o;for(const u in t)if(typeof((o=t[u])==null?void 0:o.then)=="function")return Object.fromEntries(await Promise.all(Object.entries(t).map(async([i,d])=>[i,await d])));return t}Object.getOwnPropertyNames(Object.prototype).sort().join("\0");const gt=-1,mt=-2,yt=-3,wt=-4,_t=-5,bt=-6;function vt(t,o){if(typeof t=="number")return d(t,!0);if(!Array.isArray(t)||t.length===0)throw new Error("Invalid input");const u=t,i=Array(u.length);function d(f,S=!1){if(f===gt)return;if(f===yt)return NaN;if(f===wt)return 1/0;if(f===_t)return-1/0;if(f===bt)return-0;if(S)throw new Error("Invalid input");if(f in i)return i[f];const l=u[f];if(!l||typeof l!="object")i[f]=l;else if(Array.isArray(l))if(typeof l[0]=="string"){const b=l[0],w=o==null?void 0:o[b];if(w)return i[f]=w(d(l[1]));switch(b){case"Date":i[f]=new Date(l[1]);break;case"Set":const p=new Set;i[f]=p;for(let k=1;ko!=null)}const kt="x-sveltekit-invalidated",z=ze(Je)??{},Z=ze(Ke)??{};function ve(t){z[t]=Q()}function Rt(t,o){var je;const u=pt(t),i=t.nodes[0],d=t.nodes[1];i(),d();const f=document.documentElement,S=[],l=[];let b=null;const w={before_navigate:[],after_navigate:[]};let p={branch:[],error:null,url:null},C=!1,N=!1,k=!0,x=!1,P=!1,B=!1,H=!1,F,$=(je=history.state)==null?void 0:je[q];$||($=Date.now(),history.replaceState({...history.state,[q]:$},"",location.href));const ue=z[$];ue&&(history.scrollRestoration="manual",scrollTo(ue.x,ue.y));let M,ne,ae;async function ke(){ae=ae||Promise.resolve(),await ae,ae=null;const e=new URL(location.href),n=W(e,!0);b=null;const r=ne={},a=n&&await he(n);if(r===ne&&a){if(a.type==="redirect")return re(new URL(a.location,e).href,{},[e.pathname],r);a.props.page!==void 0&&(M=a.props.page),F.$set(a.props)}}function Re(e){l.some(n=>n==null?void 0:n.snapshot)&&(Z[e]=l.map(n=>{var r;return(r=n==null?void 0:n.snapshot)==null?void 0:r.capture()}))}function Ae(e){var n;(n=Z[e])==null||n.forEach((r,a)=>{var s,c;(c=(s=l[a])==null?void 0:s.snapshot)==null||c.restore(r)})}function Le(){ve($),Me(Je,z),Re($),Me(Ke,Z)}async function re(e,{noScroll:n=!1,replaceState:r=!1,keepFocus:a=!1,state:s={},invalidateAll:c=!1},g,m){return typeof e=="string"&&(e=new URL(e,De(document))),ce({url:e,scroll:n?Q():null,keepfocus:a,redirect_chain:g,details:{state:s,replaceState:r},nav_token:m,accepted:()=>{c&&(H=!0)},blocked:()=>{},type:"goto"})}async function Ie(e){return b={id:e.id,promise:he(e).then(n=>(n.type==="loaded"&&n.state.error&&(b=null),n))},b.promise}async function oe(...e){const r=u.filter(a=>e.some(s=>a.exec(s))).map(a=>Promise.all([...a.layouts,a.leaf].map(s=>s==null?void 0:s[1]())));await Promise.all(r)}function Oe(e){var a;p=e.state;const n=document.querySelector("style[data-sveltekit]");n&&n.remove(),M=e.props.page,F=new t.root({target:o,props:{...e.props,stores:V,components:l},hydrate:!0}),Ae($);const r={from:null,to:{params:p.params,route:{id:((a=p.route)==null?void 0:a.id)??null},url:new URL(location.href)},willUnload:!1,type:"enter"};w.after_navigate.forEach(s=>s(r)),N=!0}async function Y({url:e,params:n,branch:r,status:a,error:s,route:c,form:g}){let m="never";for(const _ of r)(_==null?void 0:_.slash)!==void 0&&(m=_.slash);e.pathname=Xe(e.pathname,m),e.search=e.search;const v={type:"loaded",state:{url:e,params:n,branch:r,error:s,route:c},props:{constructors:St(r).map(_=>_.node.component)}};g!==void 0&&(v.props.form=g);let y={},R=!M,L=0;for(let _=0;_(m.params.add(U),h[U])}),data:(c==null?void 0:c.data)??null,url:tt(r,()=>{m.url=!0}),async fetch(h,U){let j;h instanceof Request?(j=h.url,U={body:h.method==="GET"||h.method==="HEAD"?void 0:await h.blob(),cache:h.cache,credentials:h.credentials,headers:h.headers,integrity:h.integrity,keepalive:h.keepalive,method:h.method,mode:h.mode,redirect:h.redirect,referrer:h.referrer,referrerPolicy:h.referrerPolicy,signal:h.signal,...U}):j=h;const D=new URL(j,r);return O(D.href),D.origin===r.origin&&(j=D.href.slice(r.origin.length)),N?st(j,D.href,U):it(j,U)},setHeaders:()=>{},depends:O,parent(){return m.parent=!0,n()}};g=await v.universal.load.call(null,_)??null,g=g?await ht(g):null}return{node:v,loader:e,server:c,universal:(R=v.universal)!=null&&R.load?{type:"data",data:g,uses:m}:null,data:g??(c==null?void 0:c.data)??null,slash:((L=v.universal)==null?void 0:L.trailingSlash)??(c==null?void 0:c.slash)}}function Pe(e,n,r,a,s){if(H)return!0;if(!a)return!1;if(a.parent&&e||a.route&&n||a.url&&r)return!0;for(const c of a.params)if(s[c]!==p.params[c])return!0;for(const c of a.dependencies)if(S.some(g=>g(new URL(c))))return!0;return!1}function pe(e,n){return(e==null?void 0:e.type)==="data"?e:(e==null?void 0:e.type)==="skip"?n??null:null}async function he({id:e,invalidating:n,url:r,params:a,route:s}){if((b==null?void 0:b.id)===e)return b.promise;const{errors:c,layouts:g,leaf:m}=s,v=[...g,m];c.forEach(E=>E==null?void 0:E().catch(()=>{})),v.forEach(E=>E==null?void 0:E[1]().catch(()=>{}));let y=null;const R=p.url?e!==p.url.pathname+p.url.search:!1,L=p.route?s.id!==p.route.id:!1;let O=!1;const _=v.map((E,I)=>{var J;const A=p.branch[I],T=!!(E!=null&&E[0])&&((A==null?void 0:A.loader)!==E[1]||Pe(O,L,R,(J=A.server)==null?void 0:J.uses,a));return T&&(O=!0),T});if(_.some(Boolean)){try{y=await He(r,_)}catch(E){return ie({status:E instanceof ee?E.status:500,error:await X(E,{url:r,params:a,route:{id:s.id}}),url:r,route:s})}if(y.type==="redirect")return y}const h=y==null?void 0:y.nodes;let U=!1;const j=v.map(async(E,I)=>{var ge;if(!E)return;const A=p.branch[I],T=h==null?void 0:h[I];if((!T||T.type==="skip")&&E[1]===(A==null?void 0:A.loader)&&!Pe(U,L,R,(ge=A.universal)==null?void 0:ge.uses,a))return A;if(U=!0,(T==null?void 0:T.type)==="error")throw T;return de({loader:E[1],url:r,params:a,route:s,parent:async()=>{var Te;const $e={};for(let me=0;me{});const D=[];for(let E=0;EPromise.resolve({}),server_data_node:pe(c)}),v={node:await d(),loader:d,universal:null,server:null,data:null};return await Y({url:r,params:s,branch:[m,v],status:e,error:n,route:null})}function W(e,n){if(_e(e,K))return;const r=se(e);for(const a of u){const s=a.exec(r);if(s)return{id:e.pathname+e.search,invalidating:n,route:a,params:Qe(s),url:e}}}function se(e){return Ze(e.pathname.slice(K.length)||"/")}function Ne({url:e,type:n,intent:r,delta:a}){var m,v;let s=!1;const c={from:{params:p.params,route:{id:((m=p.route)==null?void 0:m.id)??null},url:p.url},to:{params:(r==null?void 0:r.params)??null,route:{id:((v=r==null?void 0:r.route)==null?void 0:v.id)??null},url:e},willUnload:!r,type:n};a!==void 0&&(c.delta=a);const g={...c,cancel:()=>{s=!0}};return P||w.before_navigate.forEach(y=>y(g)),s?null:c}async function ce({url:e,scroll:n,keepfocus:r,redirect_chain:a,details:s,type:c,delta:g,nav_token:m={},accepted:v,blocked:y}){var j,D,E;const R=W(e,!1),L=Ne({url:e,type:c,delta:g,intent:R});if(!L){y();return}const O=$;v(),P=!0,N&&V.navigating.set(L),ne=m;let _=R&&await he(R);if(!_){if(_e(e,K))return await G(e);_=await xe(e,{id:null},await X(new Error(`Not found: ${e.pathname}`),{url:e,params:{},route:{id:null}}),404)}if(e=(R==null?void 0:R.url)||e,ne!==m)return!1;if(_.type==="redirect")if(a.length>10||a.includes(e.pathname))_=await ie({status:500,error:await X(new Error("Redirect loop"),{url:e,params:{},route:{id:null}}),url:e,route:{id:null}});else return re(new URL(_.location,e).href,{},[...a,e.pathname],m),!1;else((j=_.props.page)==null?void 0:j.status)>=400&&await V.updated.check()&&await G(e);if(S.length=0,H=!1,x=!0,ve(O),Re(O),(D=_.props.page)!=null&&D.url&&_.props.page.url.pathname!==e.pathname&&(e.pathname=(E=_.props.page)==null?void 0:E.url.pathname),s){const I=s.replaceState?0:1;if(s.state[q]=$+=I,history[s.replaceState?"replaceState":"pushState"](s.state,"",e),!s.replaceState){let A=$+1;for(;Z[A]||z[A];)delete Z[A],delete z[A],A+=1}}b=null,N?(p=_.state,_.props.page&&(_.props.page.url=e),F.$set(_.props)):Oe(_);const{activeElement:h}=document;if(await ye(),k){const I=e.hash&&document.getElementById(decodeURIComponent(e.hash.slice(1)));n?scrollTo(n.x,n.y):I?I.scrollIntoView():scrollTo(0,0)}const U=document.activeElement!==h&&document.activeElement!==document.body;!r&&!U&&Ee(),k=!0,_.props.page&&(M=_.props.page),P=!1,c==="popstate"&&Ae($),w.after_navigate.forEach(I=>I(L)),V.navigating.set(null),x=!1}async function xe(e,n,r,a){return e.origin===location.origin&&e.pathname===location.pathname&&!C?await ie({status:a,error:r,url:e,route:n}):await G(e)}function G(e){return location.href=e.href,new Promise(()=>{})}function Ye(){let e;f.addEventListener("mousemove",c=>{const g=c.target;clearTimeout(e),e=setTimeout(()=>{a(g,2)},20)});function n(c){a(c.composedPath()[0],1)}f.addEventListener("mousedown",n),f.addEventListener("touchstart",n,{passive:!0});const r=new IntersectionObserver(c=>{for(const g of c)g.isIntersecting&&(oe(se(new URL(g.target.href))),r.unobserve(g.target))},{threshold:0});function a(c,g){const m=qe(c,f);if(!m)return;const{url:v,external:y,download:R}=we(m,K);if(y||R)return;const L=le(m);if(!L.reload)if(g<=L.preload_data){const O=W(v,!1);O&&Ie(O)}else g<=L.preload_code&&oe(se(v))}function s(){r.disconnect();for(const c of f.querySelectorAll("a")){const{url:g,external:m,download:v}=we(c,K);if(m||v)continue;const y=le(c);y.reload||(y.preload_code===Fe.viewport&&r.observe(c),y.preload_code===Fe.eager&&oe(se(g)))}}w.after_navigate.push(s),s()}function X(e,n){return e instanceof ee?e.body:t.hooks.handleError({error:e,event:n})??{message:n.route.id!=null?"Internal Error":"Not Found"}}return{after_navigate:e=>{Ce(()=>(w.after_navigate.push(e),()=>{const n=w.after_navigate.indexOf(e);w.after_navigate.splice(n,1)}))},before_navigate:e=>{Ce(()=>(w.before_navigate.push(e),()=>{const n=w.before_navigate.indexOf(e);w.before_navigate.splice(n,1)}))},disable_scroll_handling:()=>{(x||!N)&&(k=!1)},goto:(e,n={})=>re(e,n,[]),invalidate:e=>{if(typeof e=="function")S.push(e);else{const{href:n}=new URL(e,location.href);S.push(r=>r.href===n)}return ke()},invalidate_all:()=>(H=!0,ke()),preload_data:async e=>{const n=new URL(e,De(document)),r=W(n,!1);if(!r)throw new Error(`Attempted to preload a URL that does not belong to this app: ${n}`);await Ie(r)},preload_code:oe,apply_action:async e=>{if(e.type==="error"){const n=new URL(location.href),{branch:r,route:a}=p;if(!a)return;const s=await Ue(p.branch.length,r,a.errors);if(s){const c=await Y({url:n,params:p.params,branch:r.slice(0,s.idx).concat(s.node),status:e.status??500,error:e.error,route:a});p=c.state,F.$set(c.props),ye().then(Ee)}}else e.type==="redirect"?re(e.location,{invalidateAll:!0},[]):(F.$set({form:null,page:{...M,form:e.data,status:e.status}}),await ye(),F.$set({form:e.data}),e.type==="success"&&Ee())},_start_router:()=>{var e;history.scrollRestoration="manual",addEventListener("beforeunload",n=>{var a;let r=!1;if(Le(),!P){const s={from:{params:p.params,route:{id:((a=p.route)==null?void 0:a.id)??null},url:p.url},to:null,willUnload:!0,type:"leave",cancel:()=>r=!0};w.before_navigate.forEach(c=>c(s))}r?(n.preventDefault(),n.returnValue=""):history.scrollRestoration="auto"}),addEventListener("visibilitychange",()=>{document.visibilityState==="hidden"&&Le()}),(e=navigator.connection)!=null&&e.saveData||Ye(),f.addEventListener("click",n=>{if(n.button||n.which!==1||n.metaKey||n.ctrlKey||n.shiftKey||n.altKey||n.defaultPrevented)return;const r=qe(n.composedPath()[0],f);if(!r)return;const{url:a,external:s,target:c,download:g}=we(r,K);if(!a)return;if(c==="_parent"||c==="_top"){if(window.parent!==window)return}else if(c&&c!=="_self")return;const m=le(r);if(!(r instanceof SVGAElement)&&a.protocol!==location.protocol&&!(a.protocol==="https:"||a.protocol==="http:")||g)return;if(s||m.reload){Ne({url:a,type:"link"})?P=!0:n.preventDefault();return}const[y,R]=a.href.split("#");if(R!==void 0&&y===location.href.split("#")[0]){if(B=!0,ve($),p.url=a,V.page.set({...M,url:a}),V.page.notify(),!m.replace_state)return;B=!1,n.preventDefault()}ce({url:a,scroll:m.noscroll?Q():null,keepfocus:m.keep_focus??!1,redirect_chain:[],details:{state:{},replaceState:m.replace_state??a.href===location.href},accepted:()=>n.preventDefault(),blocked:()=>n.preventDefault(),type:"link"})}),f.addEventListener("submit",n=>{if(n.defaultPrevented)return;const r=HTMLFormElement.prototype.cloneNode.call(n.target),a=n.submitter;if(((a==null?void 0:a.formMethod)||r.method)!=="get")return;const c=new URL((a==null?void 0:a.hasAttribute("formaction"))&&(a==null?void 0:a.formAction)||r.action);if(_e(c,K))return;const g=n.target,{keep_focus:m,noscroll:v,reload:y,replace_state:R}=le(g);if(y)return;n.preventDefault(),n.stopPropagation();const L=new FormData(g),O=a==null?void 0:a.getAttribute("name");O&&L.append(O,(a==null?void 0:a.getAttribute("value"))??""),c.search=new URLSearchParams(L).toString(),ce({url:c,scroll:v?Q():null,keepfocus:m??!1,redirect_chain:[],details:{state:{},replaceState:R??c.href===location.href},nav_token:{},accepted:()=>{},blocked:()=>{},type:"form"})}),addEventListener("popstate",async n=>{var r;if((r=n.state)!=null&&r[q]){if(n.state[q]===$)return;const a=z[n.state[q]];if(p.url.href.split("#")[0]===location.href.split("#")[0]){z[$]=Q(),$=n.state[q],scrollTo(a.x,a.y);return}const s=n.state[q]-$;await ce({url:new URL(location.href),scroll:a,keepfocus:!1,redirect_chain:[],details:null,accepted:()=>{$=n.state[q]},blocked:()=>{history.go(-s)},type:"popstate",delta:s})}}),addEventListener("hashchange",()=>{B&&(B=!1,history.replaceState({...history.state,[q]:++$},"",location.href))});for(const n of document.querySelectorAll("link"))n.rel==="icon"&&(n.href=n.href);addEventListener("pageshow",n=>{n.persisted&&V.navigating.set(null)})},_hydrate:async({status:e=200,error:n,node_ids:r,params:a,route:s,data:c,form:g})=>{C=!0;const m=new URL(location.href);({params:a={},route:s={id:null}}=W(m,!1)||{});let v;try{const y=r.map(async(O,_)=>{const h=c[_];return h!=null&&h.uses&&(h.uses=Ge(h.uses)),de({loader:t.nodes[O],url:m,params:a,route:s,parent:async()=>{const U={};for(let j=0;j<_;j+=1)Object.assign(U,(await y[j]).data);return U},server_data_node:pe(h)})}),R=await Promise.all(y),L=u.find(({id:O})=>O===s.id);if(L){const O=L.layouts;for(let _=0;_d?"1":"0").join(""));const i=await fe(u.href);if(!i.ok)throw new ee(i.status,await i.json());return new Promise(async d=>{var p;const f=new Map,S=i.body.getReader(),l=new TextDecoder;function b(C){return vt(C,{Promise:N=>new Promise((k,x)=>{f.set(N,{fulfil:k,reject:x})})})}let w="";for(;;){const{done:C,value:N}=await S.read();if(C&&!w)break;for(w+=!N&&w?` -`:l.decode(N);;){const k=w.indexOf(` -`);if(k===-1)break;const x=JSON.parse(w.slice(0,k));if(w=w.slice(k+1),x.type==="redirect")return d(x);if(x.type==="data")(p=x.nodes)==null||p.forEach(P=>{(P==null?void 0:P.type)==="data"&&(P.uses=Ge(P.uses),P.data=b(P.data))}),d(x);else if(x.type==="chunk"){const{id:P,data:B,error:H}=x,F=f.get(P);f.delete(P),H?F.reject(b(H)):F.fulfil(b(B))}}}})}function Ge(t){return{dependencies:new Set((t==null?void 0:t.dependencies)??[]),params:new Set((t==null?void 0:t.params)??[]),parent:!!(t!=null&&t.parent),route:!!(t!=null&&t.route),url:!!(t!=null&&t.url)}}function Ee(){const t=document.querySelector("[autofocus]");if(t)t.focus();else{const o=document.body,u=o.getAttribute("tabindex");o.tabIndex=-1,o.focus({preventScroll:!0}),u!==null?o.setAttribute("tabindex",u):o.removeAttribute("tabindex");const i=getSelection();if(i&&i.type!=="None"){const d=[];for(let f=0;f{if(i.rangeCount===d.length){for(let f=0;f{E=null}),G()),k&1&&(h=z[0].header.includes("users")),h?I?(I.p(z,k),k&1&&m(I,1)):(I=ve(z),I.c(),m(I,1),I.m(s,C)):I&&(O(),$(I,1,1,()=>{I=null}),G()),k&1&&(u=z[0].header.includes("logs")),u?A?(A.p(z,k),k&1&&m(A,1)):(A=me(z),A.c(),m(A,1),A.m(s,c)):A&&(O(),$(A,1,1,()=>{A=null}),G()),k&1&&(b=z[0].header.includes("backgroundJobs")),b?L?(L.p(z,k),k&1&&m(L,1)):(L=_e(z),L.c(),m(L,1),L.m(s,J)):L&&(O(),$(L,1,1,()=>{L=null}),G()),k&1&&(se=z[0].header.includes("constants")),se?D?(D.p(z,k),k&1&&m(D,1)):(D=ge(z),D.c(),m(D,1),D.m(s,K)):D&&(O(),$(D,1,1,()=>{D=null}),G()),k&1&&(ne=z[0].header.includes("liquid")),ne?N?k&1&&m(N,1):(N=$e(),N.c(),m(N,1),N.m(s,X)):N&&(O(),$(N,1,1,()=>{N=null}),G()),k&1&&(ie=z[0].header.includes("graphiql")),ie?S?k&1&&m(S,1):(S=be(),S.c(),m(S,1),S.m(s,null)):S&&(O(),$(S,1,1,()=>{S=null}),G())},i(z){Y||(m(E),m(I),m(A),m(L),m(D),m(N),m(S),Y=!0)},o(z){$(E),$(I),$(A),$(L),$(D),$(N),$(S),Y=!1},d(z){z&&v(l),E&&E.d(),I&&I.d(),A&&A.d(),L&&L.d(),D&&D.d(),N&&N.d(),S&&S.d()}}}function Ve(o,l,e){let t,r;return R(o,H,f=>e(0,t=f)),R(o,Ce,f=>e(1,r=f)),[t,r,async()=>{t.tables.length||Q(H,t.tables=await Te.get(),t)}]}class je extends le{constructor(l){super(),ae(this,l,Ve,Ue,te,{})}}const Be={get:async o=>{const l=o.last??null;return fetch("http://localhost:3333/api/logs?lastId="+l).then(e=>e.ok?e.json():Promise.reject(e)).then(e=>(e.logs.forEach(t=>{t.downloaded_at=Date.now()}),e)).catch(e=>({error:e}))}};function ze(o){let l,e="Disconnected from the instance";return{c(){l=_("div"),l.textContent=e,this.h()},l(t){l=g(t,"DIV",{class:!0,"data-svelte-h":!0}),M(l)!=="svelte-1k8ucix"&&(l.textContent=e),this.h()},h(){p(l,"class","connectionIndicator svelte-1cyr69k"),y(l,"offline",o[0].online===!1)},m(t,r){T(t,l,r)},p(t,r){r&1&&y(l,"offline",t[0].online===!1)},d(t){t&&v(l)}}}function Me(o){let l,e=o[0].online===!1&&ze(o);return{c(){e&&e.c(),l=he()},l(t){e&&e.l(t),l=he()},m(t,r){e&&e.m(t,r),T(t,l,r)},p(t,[r]){t[0].online===!1?e?e.p(t,r):(e=ze(t),e.c(),e.m(l.parentNode,l)):e&&(e.d(1),e=null)},i:ce,o:ce,d(t){t&&v(l),e&&e.d(t)}}}function Oe(o,l,e){let t,r;R(o,H,a=>e(0,t=a)),R(o,Ce,a=>e(3,r=a));let n=7e3,f;Ie(async()=>{s(),clearInterval(f),e(2,f=setInterval(s,n))});const s=async()=>{var a,i,h;if(document.visibilityState!=="hidden"){const C=((i=(a=t.logs.logs)==null?void 0:a.at(-1))==null?void 0:i.id)??null,u=await Be.get({last:C});return C?(h=u.logs)!=null&&h.length&&(Q(H,t.logs.logs=[...t.logs.logs,...u.logs],t),t.logs.downloaded_at.push(Date.now()),t.logs.downloaded_at.length>2&&t.logs.downloaded_at.splice(0,1)):t.logs.logs||(Q(H,t.logs=u,t),t.logs.downloaded_at||Q(H,t.logs.downloaded_at=[Date.now()],t)),u.error?(Q(H,t.online=!1,t),!1):(Q(H,t.online=!0,t),!0)}};return o.$$.update=()=>{o.$$.dirty&14&&(r.url.pathname.startsWith("/logs")?(clearInterval(f),e(1,n=3e3),e(2,f=setInterval(s,n))):n===3e3&&(clearInterval(f),e(1,n=7e3),e(2,f=setInterval(s,n))))},[t,n,f,r]}class Ge extends le{constructor(l){super(),ae(this,l,Oe,Me,te,{})}}function ke(o,l,e){const t=o.slice();return t[4]=l[e],t}function we(o,l){let e,t=l[4].message+"",r,n,f,s,a,i,h,C;s=new F({props:{icon:"x",size:"10"}});function u(){return l[2](l[4])}return{key:o,first:null,c(){e=_("div"),r=De(t),n=q(),f=_("button"),U(s.$$.fragment),this.h()},l(c){e=g(c,"DIV",{class:!0});var b=w(e);r=Ne(b,t),n=W(b),f=g(b,"BUTTON",{class:!0});var J=w(f);V(s.$$.fragment,J),J.forEach(v),b.forEach(v),this.h()},h(){p(f,"class","svelte-14ahhss"),p(e,"class","notification svelte-14ahhss"),y(e,"success",l[4].type==="success"),y(e,"error",l[4].type==="error"),this.first=e},m(c,b){T(c,e,b),d(e,r),d(e,n),d(e,f),j(s,f,null),i=!0,h||(C=re(f,"click",u),h=!0)},p(c,b){l=c,(!i||b&2)&&t!==(t=l[4].message+"")&&Se(r,t),(!i||b&2)&&y(e,"success",l[4].type==="success"),(!i||b&2)&&y(e,"error",l[4].type==="error")},i(c){i||(m(s.$$.fragment,c),c&&oe(()=>{i&&(a||(a=x(e,ee,{duration:100},!0)),a.run(1))}),i=!0)},o(c){$(s.$$.fragment,c),c&&(a||(a=x(e,ee,{duration:100},!1)),a.run(0)),i=!1},d(c){c&&v(e),B(s),c&&a&&a.end(),h=!1,C()}}}function Fe(o){let l,e=[],t=new Map,r,n,f,s,a,i,h=pe(o[1].notifications);const C=u=>u[4].id;for(let u=0;uo[3].call(l))},m(u,c){T(u,l,c);for(let b=0;b{i&&(s||(s=x(n,ee,{duration:100},!0)),s.run(1))}),i=!0}},o(u){for(let c=0;ce(1,t=s));let r=0;Le(()=>{t.notifications.forEach(s=>{s.type==="success"&&!s.timeout&&(s.timeout=setTimeout(()=>H.notification.remove(s.id),7e3))})});const n=s=>H.notification.remove(s.id);function f(){r=this.clientHeight,e(0,r)}return[r,t,n,f]}class Re extends le{constructor(l){super(),ae(this,l,Qe,Fe,te,{})}}function Ke(o){let l,e,t,r,n;l=new je({});const f=o[1].default,s=qe(f,o,o[0],null);return r=new Re({}),{c(){U(l.$$.fragment),e=q(),s&&s.c(),t=q(),U(r.$$.fragment)},l(a){V(l.$$.fragment,a),e=W(a),s&&s.l(a),t=W(a),V(r.$$.fragment,a)},m(a,i){j(l,a,i),T(a,e,i),s&&s.m(a,i),T(a,t,i),j(r,a,i),n=!0},p(a,[i]){s&&s.p&&(!n||i&1)&&We(s,f,a,a[0],n?Pe(f,a[0],i,null):ye(a[0]),null)},i(a){n||(m(l.$$.fragment,a),m(s,a),m(r.$$.fragment,a),n=!0)},o(a){$(l.$$.fragment,a),$(s,a),$(r.$$.fragment,a),n=!1},d(a){a&&(v(e),v(t)),B(l,a),s&&s.d(a),B(r,a)}}}function Xe(o,l,e){let{$$slots:t={},$$scope:r}=l;return o.$$set=n=>{"$$scope"in n&&e(0,r=n.$$scope)},[r,t]}class nt extends le{constructor(l){super(),ae(this,l,Xe,Ke,te,{})}}export{nt as component}; diff --git a/gui/next/build/_app/immutable/nodes/0.8c7e4b1a.js b/gui/next/build/_app/immutable/nodes/0.8c7e4b1a.js deleted file mode 100644 index 230397bc..00000000 --- a/gui/next/build/_app/immutable/nodes/0.8c7e4b1a.js +++ /dev/null @@ -1 +0,0 @@ -import{S as ot,i as ut,s as ct,k as z,C as v,a as U,q as M,l as k,m as f,D as m,h as i,c as C,r as Q,n as l,b as H,E as s,g as b,v as Y,d as I,f as Z,F as xe,y as R,z as F,G as T,A as K,H as It,B as X,I as Mt,J as Qe,e as qt,K as Wt,o as Qt,p as yt,L as At,M as Rt,N as Ft,O as nt,j as Kt,u as Xt,P as Yt,Q as Zt,R as xt,T as el,U as tl}from"../chunks/index.d0f8a730.js";import{p as Gt}from"../chunks/stores.f318b269.js";import{t as ll}from"../chunks/table.aa2299a7.js";import{s as G}from"../chunks/state.c2a70a8a.js";import{I as x}from"../chunks/Icon.1de0c66c.js";import{f as ft}from"../chunks/index.b4e343af.js";function Pt(p){let r,e,a,u,h,c,n,t,o;return a=new x({props:{icon:"database"}}),{c(){r=z("li"),e=z("a"),R(a.$$.fragment),u=U(),h=z("span"),c=M("Database"),this.h()},l(d){r=k(d,"LI",{class:!0});var $=f(r);e=k($,"A",{href:!0,class:!0});var g=f(e);F(a.$$.fragment,g),u=C(g),h=k(g,"SPAN",{class:!0});var _=f(h);c=Q(_,"Database"),_.forEach(i),g.forEach(i),$.forEach(i),this.h()},h(){l(h,"class","label svelte-e0vhve"),l(e,"href","/database"),l(e,"class","svelte-e0vhve"),T(e,"active",p[1].url.pathname.startsWith("/database")),l(r,"class","svelte-e0vhve")},m(d,$){H(d,r,$),s(r,e),K(a,e,null),s(e,u),s(e,h),s(h,c),n=!0,t||(o=[It(e,"focus",p[2],{once:!0}),It(e,"mouseover",p[2],{once:!0})],t=!0)},p(d,$){(!n||$&2)&&T(e,"active",d[1].url.pathname.startsWith("/database"))},i(d){n||(b(a.$$.fragment,d),n=!0)},o(d){I(a.$$.fragment,d),n=!1},d(d){d&&i(r),X(a),t=!1,Mt(o)}}}function Jt(p){let r,e,a,u,h,c,n;return a=new x({props:{icon:"users"}}),{c(){r=z("li"),e=z("a"),R(a.$$.fragment),u=U(),h=z("span"),c=M("Users"),this.h()},l(t){r=k(t,"LI",{class:!0});var o=f(r);e=k(o,"A",{href:!0,class:!0});var d=f(e);F(a.$$.fragment,d),u=C(d),h=k(d,"SPAN",{class:!0});var $=f(h);c=Q($,"Users"),$.forEach(i),d.forEach(i),o.forEach(i),this.h()},h(){l(h,"class","label svelte-e0vhve"),l(e,"href","/users"),l(e,"class","svelte-e0vhve"),T(e,"active",p[1].url.pathname.startsWith("/users")),l(r,"class","svelte-e0vhve")},m(t,o){H(t,r,o),s(r,e),K(a,e,null),s(e,u),s(e,h),s(h,c),n=!0},p(t,o){(!n||o&2)&&T(e,"active",t[1].url.pathname.startsWith("/users"))},i(t){n||(b(a.$$.fragment,t),n=!0)},o(t){I(a.$$.fragment,t),n=!1},d(t){t&&i(r),X(a)}}}function Ut(p){let r,e,a,u,h,c,n;return a=new x({props:{icon:"log"}}),{c(){r=z("li"),e=z("a"),R(a.$$.fragment),u=U(),h=z("span"),c=M("Logs"),this.h()},l(t){r=k(t,"LI",{class:!0});var o=f(r);e=k(o,"A",{href:!0,class:!0});var d=f(e);F(a.$$.fragment,d),u=C(d),h=k(d,"SPAN",{class:!0});var $=f(h);c=Q($,"Logs"),$.forEach(i),d.forEach(i),o.forEach(i),this.h()},h(){l(h,"class","label svelte-e0vhve"),l(e,"href","/logs"),l(e,"class","svelte-e0vhve"),T(e,"active",p[1].url.pathname.startsWith("/logs")),l(r,"class","svelte-e0vhve")},m(t,o){H(t,r,o),s(r,e),K(a,e,null),s(e,u),s(e,h),s(h,c),n=!0},p(t,o){(!n||o&2)&&T(e,"active",t[1].url.pathname.startsWith("/logs"))},i(t){n||(b(a.$$.fragment,t),n=!0)},o(t){I(a.$$.fragment,t),n=!1},d(t){t&&i(r),X(a)}}}function Ct(p){let r,e,a,u,h,c,n;return a=new x({props:{icon:"backgroundJob"}}),{c(){r=z("li"),e=z("a"),R(a.$$.fragment),u=U(),h=z("span"),c=M("Background Jobs"),this.h()},l(t){r=k(t,"LI",{class:!0});var o=f(r);e=k(o,"A",{href:!0,class:!0});var d=f(e);F(a.$$.fragment,d),u=C(d),h=k(d,"SPAN",{class:!0});var $=f(h);c=Q($,"Background Jobs"),$.forEach(i),d.forEach(i),o.forEach(i),this.h()},h(){l(h,"class","label svelte-e0vhve"),l(e,"href","/backgroundJobs"),l(e,"class","svelte-e0vhve"),T(e,"active",p[1].url.pathname.startsWith("/backgroundJobs")),l(r,"class","svelte-e0vhve")},m(t,o){H(t,r,o),s(r,e),K(a,e,null),s(e,u),s(e,h),s(h,c),n=!0},p(t,o){(!n||o&2)&&T(e,"active",t[1].url.pathname.startsWith("/backgroundJobs"))},i(t){n||(b(a.$$.fragment,t),n=!0)},o(t){I(a.$$.fragment,t),n=!1},d(t){t&&i(r),X(a)}}}function Tt(p){let r,e,a,u,h,c,n;return a=new x({props:{icon:"constant"}}),{c(){r=z("li"),e=z("a"),R(a.$$.fragment),u=U(),h=z("span"),c=M("Constants"),this.h()},l(t){r=k(t,"LI",{class:!0});var o=f(r);e=k(o,"A",{href:!0,class:!0});var d=f(e);F(a.$$.fragment,d),u=C(d),h=k(d,"SPAN",{class:!0});var $=f(h);c=Q($,"Constants"),$.forEach(i),d.forEach(i),o.forEach(i),this.h()},h(){l(h,"class","label svelte-e0vhve"),l(e,"href","/constants"),l(e,"class","svelte-e0vhve"),T(e,"active",p[1].url.pathname.startsWith("/constants")),l(r,"class","svelte-e0vhve")},m(t,o){H(t,r,o),s(r,e),K(a,e,null),s(e,u),s(e,h),s(h,c),n=!0},p(t,o){(!n||o&2)&&T(e,"active",t[1].url.pathname.startsWith("/constants"))},i(t){n||(b(a.$$.fragment,t),n=!0)},o(t){I(a.$$.fragment,t),n=!1},d(t){t&&i(r),X(a)}}}function Bt(p){let r,e,a,u,h,c,n;return a=new x({props:{icon:"liquid"}}),{c(){r=z("li"),e=z("a"),R(a.$$.fragment),u=U(),h=z("span"),c=M("Liquid Evaluator"),this.h()},l(t){r=k(t,"LI",{class:!0});var o=f(r);e=k(o,"A",{href:!0,class:!0});var d=f(e);F(a.$$.fragment,d),u=C(d),h=k(d,"SPAN",{class:!0});var $=f(h);c=Q($,"Liquid Evaluator"),$.forEach(i),d.forEach(i),o.forEach(i),this.h()},h(){l(h,"class","label svelte-e0vhve"),l(e,"href","http://localhost:3333/gui/liquid"),l(e,"class","svelte-e0vhve"),l(r,"class","svelte-e0vhve")},m(t,o){H(t,r,o),s(r,e),K(a,e,null),s(e,u),s(e,h),s(h,c),n=!0},i(t){n||(b(a.$$.fragment,t),n=!0)},o(t){I(a.$$.fragment,t),n=!1},d(t){t&&i(r),X(a)}}}function Ht(p){let r,e,a,u,h,c,n;return a=new x({props:{icon:"graphql"}}),{c(){r=z("li"),e=z("a"),R(a.$$.fragment),u=U(),h=z("span"),c=M("GraphiQL"),this.h()},l(t){r=k(t,"LI",{class:!0});var o=f(r);e=k(o,"A",{href:!0,class:!0});var d=f(e);F(a.$$.fragment,d),u=C(d),h=k(d,"SPAN",{class:!0});var $=f(h);c=Q($,"GraphiQL"),$.forEach(i),d.forEach(i),o.forEach(i),this.h()},h(){l(h,"class","label svelte-e0vhve"),l(e,"href","http://localhost:3333/gui/graphql/"),l(e,"class","svelte-e0vhve"),l(r,"class","svelte-e0vhve")},m(t,o){H(t,r,o),s(r,e),K(a,e,null),s(e,u),s(e,h),s(h,c),n=!0},i(t){n||(b(a.$$.fragment,t),n=!0)},o(t){I(a.$$.fragment,t),n=!1},d(t){t&&i(r),X(a)}}}function al(p){let r,e,a,u,h,c,n,t,o,d,$,g,_,w,O,Re,Fe,Ke,Xe,te,le,ae,re,se,ie,he,ne,fe,oe,ue,ce,pe,de,ve,me,_e,ge,Ee,$e,V,be,ze,ke,we,Ie,Ae,Le,De,Ne,Se,qe,We,ye,Pe,Je,Ue,Ce,Te,Be,He,Oe,Ve,je,Ge,pt,Me,dt,vt,mt,Ye,A,_t=p[0].header.includes("database"),et,gt=p[0].header.includes("users"),tt,Et=p[0].header.includes("logs"),lt,$t=p[0].header.includes("backgroundJobs"),at,bt=p[0].header.includes("constants"),rt,zt=p[0].header.includes("liquid"),st,kt=p[0].header.includes("graphiql"),it,N=_t&&Pt(p),S=gt&&Jt(p),q=Et&&Ut(p),W=$t&&Ct(p),y=bt&&Tt(p),P=zt&&Bt(),J=kt&&Ht();return{c(){r=z("header"),e=z("div"),a=z("a"),u=z("h1"),h=v("svg"),c=v("mask"),n=v("path"),t=v("g"),o=v("g"),d=v("path"),$=v("path"),g=v("path"),_=v("path"),w=v("path"),O=v("path"),Re=v("path"),Fe=v("path"),Ke=v("path"),Xe=v("path"),te=v("path"),le=v("path"),ae=v("path"),re=v("path"),se=v("path"),ie=v("path"),he=v("path"),ne=v("path"),fe=v("path"),oe=v("path"),ue=v("path"),ce=v("path"),pe=v("path"),de=v("path"),ve=v("path"),me=v("path"),_e=v("path"),ge=v("path"),Ee=v("path"),$e=v("path"),V=v("g"),be=v("path"),ze=v("path"),ke=v("path"),we=v("path"),Ie=v("path"),Ae=v("path"),Le=v("path"),De=v("path"),Ne=v("path"),Se=v("path"),qe=v("path"),We=v("path"),ye=v("path"),Pe=v("path"),Je=v("path"),Ue=v("path"),Ce=v("path"),Te=v("path"),Be=v("path"),He=v("path"),Oe=v("path"),Ve=v("path"),je=v("path"),Ge=v("path"),pt=U(),Me=z("span"),dt=M("platformOS development tools"),vt=M("β"),mt=U(),Ye=z("nav"),A=z("ul"),N&&N.c(),et=U(),S&&S.c(),tt=U(),q&&q.c(),lt=U(),W&&W.c(),at=U(),y&&y.c(),rt=U(),P&&P.c(),st=U(),J&&J.c(),this.h()},l(L){r=k(L,"HEADER",{class:!0});var D=f(r);e=k(D,"DIV",{class:!0});var ht=f(e);a=k(ht,"A",{href:!0});var Lt=f(a);u=k(Lt,"H1",{class:!0});var Ze=f(u);h=m(Ze,"svg",{fill:!0,height:!0,viewBox:!0,width:!0,xmlns:!0,"xmlns:xlink":!0});var wt=f(h);c=m(wt,"mask",{id:!0,height:!0,maskUnits:!0,width:!0,x:!0,y:!0});var Dt=f(c);n=m(Dt,"path",{"clip-rule":!0,d:!0,fill:!0,"fill-rule":!0}),f(n).forEach(i),Dt.forEach(i),t=m(wt,"g",{"clip-rule":!0,"fill-rule":!0});var E=f(t);o=m(E,"g",{fill:!0});var j=f(o);d=m(j,"path",{d:!0}),f(d).forEach(i),$=m(j,"path",{d:!0}),f($).forEach(i),g=m(j,"path",{d:!0}),f(g).forEach(i),_=m(j,"path",{d:!0}),f(_).forEach(i),w=m(j,"path",{d:!0}),f(w).forEach(i),O=m(j,"path",{d:!0}),f(O).forEach(i),Re=m(j,"path",{d:!0}),f(Re).forEach(i),Fe=m(j,"path",{d:!0}),f(Fe).forEach(i),Ke=m(j,"path",{d:!0}),f(Ke).forEach(i),Xe=m(j,"path",{d:!0}),f(Xe).forEach(i),j.forEach(i),te=m(E,"path",{d:!0,fill:!0}),f(te).forEach(i),le=m(E,"path",{d:!0,fill:!0}),f(le).forEach(i),ae=m(E,"path",{d:!0,fill:!0}),f(ae).forEach(i),re=m(E,"path",{d:!0,fill:!0}),f(re).forEach(i),se=m(E,"path",{d:!0,fill:!0}),f(se).forEach(i),ie=m(E,"path",{d:!0,fill:!0}),f(ie).forEach(i),he=m(E,"path",{d:!0,fill:!0}),f(he).forEach(i),ne=m(E,"path",{d:!0,fill:!0}),f(ne).forEach(i),fe=m(E,"path",{d:!0,fill:!0}),f(fe).forEach(i),oe=m(E,"path",{d:!0,fill:!0}),f(oe).forEach(i),ue=m(E,"path",{d:!0,fill:!0}),f(ue).forEach(i),ce=m(E,"path",{d:!0,fill:!0}),f(ce).forEach(i),pe=m(E,"path",{d:!0,fill:!0}),f(pe).forEach(i),de=m(E,"path",{d:!0,fill:!0}),f(de).forEach(i),ve=m(E,"path",{d:!0,fill:!0}),f(ve).forEach(i),me=m(E,"path",{d:!0,fill:!0}),f(me).forEach(i),_e=m(E,"path",{d:!0,fill:!0}),f(_e).forEach(i),ge=m(E,"path",{d:!0,fill:!0}),f(ge).forEach(i),Ee=m(E,"path",{d:!0,fill:!0}),f(Ee).forEach(i),$e=m(E,"path",{d:!0,fill:!0}),f($e).forEach(i),V=m(E,"g",{mask:!0});var ee=f(V);be=m(ee,"path",{d:!0,fill:!0}),f(be).forEach(i),ze=m(ee,"path",{d:!0,fill:!0}),f(ze).forEach(i),ke=m(ee,"path",{d:!0,fill:!0}),f(ke).forEach(i),we=m(ee,"path",{d:!0,fill:!0}),f(we).forEach(i),Ie=m(ee,"path",{d:!0,fill:!0}),f(Ie).forEach(i),Ae=m(ee,"path",{d:!0,fill:!0}),f(Ae).forEach(i),ee.forEach(i),Le=m(E,"path",{d:!0,fill:!0}),f(Le).forEach(i),De=m(E,"path",{d:!0,fill:!0}),f(De).forEach(i),Ne=m(E,"path",{d:!0,fill:!0}),f(Ne).forEach(i),Se=m(E,"path",{d:!0,fill:!0}),f(Se).forEach(i),qe=m(E,"path",{d:!0,fill:!0}),f(qe).forEach(i),We=m(E,"path",{d:!0,fill:!0}),f(We).forEach(i),ye=m(E,"path",{d:!0,fill:!0}),f(ye).forEach(i),Pe=m(E,"path",{d:!0,fill:!0}),f(Pe).forEach(i),Je=m(E,"path",{d:!0,fill:!0}),f(Je).forEach(i),Ue=m(E,"path",{d:!0,fill:!0}),f(Ue).forEach(i),Ce=m(E,"path",{d:!0,fill:!0}),f(Ce).forEach(i),Te=m(E,"path",{d:!0,fill:!0}),f(Te).forEach(i),Be=m(E,"path",{d:!0,fill:!0}),f(Be).forEach(i),He=m(E,"path",{d:!0,fill:!0}),f(He).forEach(i),Oe=m(E,"path",{d:!0,fill:!0}),f(Oe).forEach(i),Ve=m(E,"path",{d:!0,fill:!0}),f(Ve).forEach(i),je=m(E,"path",{d:!0,fill:!0}),f(je).forEach(i),Ge=m(E,"path",{d:!0,fill:!0}),f(Ge).forEach(i),E.forEach(i),wt.forEach(i),pt=C(Ze),Me=k(Ze,"SPAN",{class:!0});var Nt=f(Me);dt=Q(Nt,"platformOS development tools"),Nt.forEach(i),vt=Q(Ze,"β"),Ze.forEach(i),Lt.forEach(i),mt=C(ht),Ye=k(ht,"NAV",{});var St=f(Ye);A=k(St,"UL",{class:!0});var B=f(A);N&&N.l(B),et=C(B),S&&S.l(B),tt=C(B),q&&q.l(B),lt=C(B),W&&W.l(B),at=C(B),y&&y.l(B),rt=C(B),P&&P.l(B),st=C(B),J&&J.l(B),B.forEach(i),St.forEach(i),ht.forEach(i),D.forEach(i),this.h()},h(){l(n,"clip-rule","evenodd"),l(n,"d","m15.0547 17.3882h10.7723v7.207h-10.7723z"),l(n,"fill","#fff"),l(n,"fill-rule","evenodd"),l(c,"id","a"),l(c,"height","8"),l(c,"maskUnits","userSpaceOnUse"),l(c,"width","11"),l(c,"x","15"),l(c,"y","17"),l(d,"d","m131.861 4.66507-1.374 1.27514h-.012l-1.433-1.27514h-3.072l-1.726 2.0088-1.956-2.0088v13.38343h3.915v-9.20598h1.763l.551.95173v8.25425h3.915l-.404-.461.416.461v-8.25425l.609-.95173h1.21l.51.95173v8.25425h4.032v-10.32834l-3.098-3.05509z"),l($,"d","m45.2343 12.6127-1.4359 1.3529h-4.1126v-5.18873h4.1126l1.4359 1.57303zm-2.706-7.85309h-2.8425l-1.9915 1.92063-1.998-1.92063v17.84799h3.9895v-4.6244l-.0532-.0555v-.0007l.0532.0562h5.6551l3.4834-3.0551v-6.49921l-3.4834-3.66928z"),l(g,"d","m77.2059 12.9893v-3.49693h4.2249v-3.93985h-4.2249l-2.0167-2.19928.0017-.00168-2.021-1.96707v13.65941l3.9437 3.0046h5.0169v-3.9509h-3.2703z"),l(_,"d","m66.7636 14.1107h-4.1518l-1.4498-1.5417v-2.2185l1.4498-1.32627h4.1518zm0-9.0243h-5.7096l-3.5169 2.99451v6.37069l3.5169 3.5969h5.7096l2.011-1.8826 2.017 1.8826v-9.02427l-2.017-1.89538z"),l(w,"d","m113.625 5.04334-2.016 2.0623-2.02-2.0623v13.00516h4.036v-9.0542h4.161l2.498 2.5627v-4.45674l-2.601-2.09428z"),l(O,"d","m84.0986 3.49927v14.54923h4.0363v-4.835h4.2249v-3.9399h-4.2249v-3.49697l1.6544-1.33067h3.2699v-3.951301h-5.0166z"),l(Re,"d","m53.0157 2.6936.0014-.00134-2.021-2.197601v8.777591l.0083.00875v.00135l-.0083-.00909v8.77524h4.0363v-8.77524l-.003.00337v-.00135l.003-.00303v-4.39014l-.001.00135z"),l(Fe,"d","m103.833 12.5424-1.501 1.5491h-2.7414l-1.5016-1.5491v-2.2286l1.5016-1.33231h2.7414l1.501 1.33231zm-5.8556-7.51792-3.6434 3.00865v6.40167l3.6434 3.6137h5.9676l3.643-3.6137v-6.40167l-3.643-3.00865z"),l(Ke,"d","m150.889 9.14538v3.25032l-1.425 2.0347h-2.954l-1.425-2.0347v-6.50027l1.425-2.03505h2.954l1.425 2.03505zm-5.919-8.737207-3.736 3.482837v10.50839l3.736 3.4832h6.033l3.736-3.4832v-10.50839l-3.736-3.482837z"),l(Xe,"d","m167.448 7.52596h-.005l-.127-.09726.029.09726h-.061l.032-.09726h-5.183l-1.054-1.0012v-1.3512l1.054-1.20178h3.326l2.088 1.83413 3.186-1.80317-3.735-3.496972h-6.033l-3.736 3.496972v4.32149l3.417 2.63543h3.421v.0121h1.409l1.407.9891v1.3515l-1.424 1.2015h-2.956l-2.087-1.8338-3.187 1.8028 3.735 3.497h6.034l3.735-3.497v-4.3218l-3.285-2.5338z"),l(o,"fill","var(--color-text)"),l(te,"d","m4.70002.149719h2.43672l-3.83108 3.921011z"),l(te,"fill","#56b146"),l(le,"d","m2.00038 10.5222s-1.9688335-3.64708-2.00038-3.64372l1.95688.01043z"),l(le,"fill","#c3233d"),l(ae,"d","m1.95703 6.88889 4.02467-.00068-3.98117 3.63399z"),l(ae,"fill","#d5246a"),l(re,"d","m5.82842 13.7166.15275-6.82839-3.98117 3.63399z"),l(re,"fill","#e77a2b"),l(se,"d","m10.6388 10.3186-4.81165 3.398.15441-6.82839z"),l(se,"fill","#fac922"),l(ie,"d","m13.6277 5.82074-7.64625 1.0675 4.65725 3.43036z"),l(ie,"fill","#56b146"),l(he,"d","m11.8604.149719-3.08989 3.841251 4.85749 1.82976z"),l(he,"fill","#c3233d"),l(ne,"d","m19.1124.149719h-7.252l1.7676 5.671011z"),l(ne,"fill","#487fb5"),l(fe,"d","m5.98145 6.88823 7.64625-1.0675-4.85754-1.82976z"),l(fe,"fill","#d5246a"),l(oe,"d","m20.4868 5.82073h-6.8589l5.4845-5.671011z"),l(oe,"fill","#23477b"),l(ue,"d","m17.0469 12.1355-6.4082-1.8169 2.9889-4.49786z"),l(ue,"fill","#419845"),l(ce,"d","m20.4868 5.82074-3.4396 6.31476-3.4193-6.31476z"),l(ce,"fill","#014c3d"),l(pe,"d","m22.8936 10.3186-5.8467 1.8169 3.4395-6.31476z"),l(pe,"fill","#419845"),l(de,"d","m21.829 14.004-4.7821-1.8685 5.8467-1.8169z"),l(de,"fill","#56b146"),l(ve,"d","m19.1123.149719 5.2799 4.404611-3.9055 1.2664z"),l(ve,"fill","#487fb5"),l(me,"d","m20.4863 5.82072 3.9055-1.2664-1.4983 5.76428z"),l(me,"fill","#008b47"),l(_e,"d","m22.8937 10.3186 5.4031 1.0358-6.4677 2.6496z"),l(_e,"fill","#014c3d"),l(ge,"d","m28.2968 11.3544.0651 5.1999-6.5328-2.5503z"),l(ge,"fill","#419845"),l(Ee,"d","m21.8291 14.004 6.5328 2.5503-4.9359.8339z"),l(Ee,"fill","#23477b"),l($e,"d","m28.3616 16.5543-2.5353 5.6629-2.4005-4.829z"),l($e,"fill","#56b146"),l(be,"d","m23.4268 17.3882 2.4005 4.829-3.6584-2.0616z"),l(be,"fill","#487fb5"),l(ze,"d","m25.8273 22.2172-3.6185 2.3982-.0399-4.4598z"),l(ze,"fill","#23477b"),l(ke,"d","m22.1685 20.1556.0398 4.4598-1.8167-2.8966z"),l(ke,"fill","#487fb5"),l(we,"d","m22.2089 24.6154h-4.831l3.0142-2.8966z"),l(we,"fill","#23477b"),l(Ie,"d","m20.3921 21.7188-3.0142 2.8966.5323-2.8966z"),l(Ie,"fill","#c3233d"),l(Ae,"d","m17.9098 21.7188-.5323 2.8966-2.3228-2.8966z"),l(Ae,"fill","#d5246a"),l(V,"mask","url(#a)"),l(Le,"d","m17.9098 21.7188h-2.8551l1.6935-2.0047z"),l(Le,"fill","#c3233d"),l(De,"d","m15.0547 21.7188v-3.7914l1.6935 1.7867z"),l(De,"fill","#e77a2b"),l(Ne,"d","m24.3918 4.55432 3.9048 6.80008-5.403-1.0358z"),l(Ne,"fill","#56b146"),l(Se,"d","m17.9097 18.0256-.3872-1.9411 2.8551 1.3054z"),l(Se,"fill","#419845"),l(qe,"d","m15.0547 17.9274 2.8551.0982-.3872-1.9411z"),l(qe,"fill","#56b146"),l(We,"d","m16.7482 19.7141 1.1616-1.6885-2.8551-.0982z"),l(We,"fill","#fac922"),l(ye,"d","m6.6543 2.67443 2.11627 1.31654-.10261-2.60212z"),l(ye,"fill","#419845"),l(Pe,"d","m6.6543 2.67443 2.01366-1.28558-1.5305-1.239131z"),l(Pe,"fill","#56b146"),l(Je,"d","m3.30566 4.07073 3.83108-3.921011-.48316 2.524711z"),l(Je,"fill","#008b47"),l(Ue,"d","m8.77013 3.99098-2.11627-1.31654-.98491 1.37442z"),l(Ue,"fill","#014c3d"),l(Ce,"d","m3.30566 4.07074 3.34792-1.3963-.98492 1.37442z"),l(Ce,"fill","#419845"),l(Te,"d","m1.95703 6.88891 3.71219-2.84005.31248 2.83937z"),l(Te,"fill","#e77a2b"),l(Be,"d","m5.66895 4.04885.31247 2.83938 2.78871-2.89726z"),l(Be,"fill","#c3233d"),l(He,"d","m1.95703 6.88891 1.34919-2.81818 2.363-.02187z"),l(He,"fill","#fac922"),l(Oe,"d","m11.0079 13.7099-1.16122 2.0044h3.34462z"),l(Oe,"fill","#419845"),l(Ve,"d","m8.49121 13.7166 1.35517 1.9977 1.16122-2.0044z"),l(Ve,"fill","#56b146"),l(je,"d","m10.6387 10.3186.3689 3.3913 6.0393-1.5744z"),l(je,"fill","#014c3d"),l(Ge,"d","m13.1912 15.7143 3.8559-3.5788-6.0393 1.5744z"),l(Ge,"fill","#008b47"),l(t,"clip-rule","evenodd"),l(t,"fill-rule","evenodd"),l(h,"fill","none"),l(h,"height","25"),l(h,"viewBox","0 0 171 25"),l(h,"width","171"),l(h,"xmlns","http://www.w3.org/2000/svg"),l(h,"xmlns:xlink","http://www.w3.org/1999/xlink"),l(Me,"class","stamp"),l(u,"class","svelte-e0vhve"),l(a,"href","/"),l(A,"class","svelte-e0vhve"),l(e,"class","wrapper svelte-e0vhve"),l(r,"class","svelte-e0vhve")},m(L,D){H(L,r,D),s(r,e),s(e,a),s(a,u),s(u,h),s(h,c),s(c,n),s(h,t),s(t,o),s(o,d),s(o,$),s(o,g),s(o,_),s(o,w),s(o,O),s(o,Re),s(o,Fe),s(o,Ke),s(o,Xe),s(t,te),s(t,le),s(t,ae),s(t,re),s(t,se),s(t,ie),s(t,he),s(t,ne),s(t,fe),s(t,oe),s(t,ue),s(t,ce),s(t,pe),s(t,de),s(t,ve),s(t,me),s(t,_e),s(t,ge),s(t,Ee),s(t,$e),s(t,V),s(V,be),s(V,ze),s(V,ke),s(V,we),s(V,Ie),s(V,Ae),s(t,Le),s(t,De),s(t,Ne),s(t,Se),s(t,qe),s(t,We),s(t,ye),s(t,Pe),s(t,Je),s(t,Ue),s(t,Ce),s(t,Te),s(t,Be),s(t,He),s(t,Oe),s(t,Ve),s(t,je),s(t,Ge),s(u,pt),s(u,Me),s(Me,dt),s(u,vt),s(e,mt),s(e,Ye),s(Ye,A),N&&N.m(A,null),s(A,et),S&&S.m(A,null),s(A,tt),q&&q.m(A,null),s(A,lt),W&&W.m(A,null),s(A,at),y&&y.m(A,null),s(A,rt),P&&P.m(A,null),s(A,st),J&&J.m(A,null),it=!0},p(L,[D]){D&1&&(_t=L[0].header.includes("database")),_t?N?(N.p(L,D),D&1&&b(N,1)):(N=Pt(L),N.c(),b(N,1),N.m(A,et)):N&&(Y(),I(N,1,1,()=>{N=null}),Z()),D&1&&(gt=L[0].header.includes("users")),gt?S?(S.p(L,D),D&1&&b(S,1)):(S=Jt(L),S.c(),b(S,1),S.m(A,tt)):S&&(Y(),I(S,1,1,()=>{S=null}),Z()),D&1&&(Et=L[0].header.includes("logs")),Et?q?(q.p(L,D),D&1&&b(q,1)):(q=Ut(L),q.c(),b(q,1),q.m(A,lt)):q&&(Y(),I(q,1,1,()=>{q=null}),Z()),D&1&&($t=L[0].header.includes("backgroundJobs")),$t?W?(W.p(L,D),D&1&&b(W,1)):(W=Ct(L),W.c(),b(W,1),W.m(A,at)):W&&(Y(),I(W,1,1,()=>{W=null}),Z()),D&1&&(bt=L[0].header.includes("constants")),bt?y?(y.p(L,D),D&1&&b(y,1)):(y=Tt(L),y.c(),b(y,1),y.m(A,rt)):y&&(Y(),I(y,1,1,()=>{y=null}),Z()),D&1&&(zt=L[0].header.includes("liquid")),zt?P?D&1&&b(P,1):(P=Bt(),P.c(),b(P,1),P.m(A,st)):P&&(Y(),I(P,1,1,()=>{P=null}),Z()),D&1&&(kt=L[0].header.includes("graphiql")),kt?J?D&1&&b(J,1):(J=Ht(),J.c(),b(J,1),J.m(A,null)):J&&(Y(),I(J,1,1,()=>{J=null}),Z())},i(L){it||(b(N),b(S),b(q),b(W),b(y),b(P),b(J),it=!0)},o(L){I(N),I(S),I(q),I(W),I(y),I(P),I(J),it=!1},d(L){L&&i(r),N&&N.d(),S&&S.d(),q&&q.d(),W&&W.d(),y&&y.d(),P&&P.d(),J&&J.d()}}}function rl(p,r,e){let a,u;return xe(p,G,c=>e(0,a=c)),xe(p,Gt,c=>e(1,u=c)),[a,u,async()=>{a.tables.length||Qe(G,a.tables=await ll.get(),a)}]}class sl extends ot{constructor(r){super(),ut(this,r,rl,al,ct,{})}}const il={get:async p=>{const r=p.last??null;return fetch("http://localhost:3333/api/logs?lastId="+r).then(e=>e.ok?e.json():Promise.reject(e)).then(e=>(e.logs.forEach(a=>{a.downloaded_at=Date.now()}),e)).catch(e=>({error:e}))}};function Ot(p){let r,e;return{c(){r=z("div"),e=M("Disconnected from the instance"),this.h()},l(a){r=k(a,"DIV",{class:!0});var u=f(r);e=Q(u,"Disconnected from the instance"),u.forEach(i),this.h()},h(){l(r,"class","connectionIndicator svelte-1cyr69k"),T(r,"offline",p[0].online===!1)},m(a,u){H(a,r,u),s(r,e)},p(a,u){u&1&&T(r,"offline",a[0].online===!1)},d(a){a&&i(r)}}}function hl(p){let r,e=p[0].online===!1&&Ot(p);return{c(){e&&e.c(),r=qt()},l(a){e&&e.l(a),r=qt()},m(a,u){e&&e.m(a,u),H(a,r,u)},p(a,[u]){a[0].online===!1?e?e.p(a,u):(e=Ot(a),e.c(),e.m(r.parentNode,r)):e&&(e.d(1),e=null)},i:Wt,o:Wt,d(a){e&&e.d(a),a&&i(r)}}}function nl(p,r,e){let a,u;xe(p,G,t=>e(0,a=t)),xe(p,Gt,t=>e(3,u=t));let h=7e3,c;Qt(async()=>{n(),clearInterval(c),e(2,c=setInterval(n,h))});const n=async()=>{var t,o,d;if(document.visibilityState!=="hidden"){const $=((o=(t=a.logs.logs)==null?void 0:t.at(-1))==null?void 0:o.id)??null,g=await il.get({last:$});return $?(d=g.logs)!=null&&d.length&&(Qe(G,a.logs.logs=[...a.logs.logs,...g.logs],a),a.logs.downloaded_at.push(Date.now()),a.logs.downloaded_at.length>2&&a.logs.downloaded_at.splice(0,1)):a.logs.logs||(Qe(G,a.logs=g,a),a.logs.downloaded_at||Qe(G,a.logs.downloaded_at=[Date.now()],a)),g.error?(Qe(G,a.online=!1,a),!1):(Qe(G,a.online=!0,a),!0)}};return p.$$.update=()=>{p.$$.dirty&14&&(u.url.pathname.startsWith("/logs")?(clearInterval(c),e(1,h=3e3),e(2,c=setInterval(n,h))):h===3e3&&(clearInterval(c),e(1,h=7e3),e(2,c=setInterval(n,h))))},[a,h,c,u]}class fl extends ot{constructor(r){super(),ut(this,r,nl,hl,ct,{})}}function Vt(p,r,e){const a=p.slice();return a[4]=r[e],a}function jt(p,r){let e,a=r[4].message+"",u,h,c,n,t,o,d,$;n=new x({props:{icon:"x",size:"10"}});function g(){return r[2](r[4])}return{key:p,first:null,c(){e=z("div"),u=M(a),h=U(),c=z("button"),R(n.$$.fragment),this.h()},l(_){e=k(_,"DIV",{class:!0});var w=f(e);u=Q(w,a),h=C(w),c=k(w,"BUTTON",{class:!0});var O=f(c);F(n.$$.fragment,O),O.forEach(i),w.forEach(i),this.h()},h(){l(c,"class","svelte-14ahhss"),l(e,"class","notification svelte-14ahhss"),T(e,"success",r[4].type==="success"),T(e,"error",r[4].type==="error"),this.first=e},m(_,w){H(_,e,w),s(e,u),s(e,h),s(e,c),K(n,c,null),o=!0,d||($=It(c,"click",g),d=!0)},p(_,w){r=_,(!o||w&2)&&a!==(a=r[4].message+"")&&Xt(u,a),(!o||w&2)&&T(e,"success",r[4].type==="success"),(!o||w&2)&&T(e,"error",r[4].type==="error")},i(_){o||(b(n.$$.fragment,_),At(()=>{o&&(t||(t=nt(e,ft,{duration:100},!0)),t.run(1))}),o=!0)},o(_){I(n.$$.fragment,_),t||(t=nt(e,ft,{duration:100},!1)),t.run(0),o=!1},d(_){_&&i(e),X(n),_&&t&&t.end(),d=!1,$()}}}function ol(p){let r,e=[],a=new Map,u,h,c,n,t,o,d=p[1].notifications;const $=g=>g[4].id;for(let g=0;gp[3].call(r))},m(g,_){H(g,r,_);for(let w=0;w{o&&(n||(n=nt(h,ft,{duration:100},!0)),n.run(1))}),o=!0}},o(g){for(let _=0;_e(1,a=n));let u=0;Kt(()=>{a.notifications.forEach(n=>{n.type==="success"&&!n.timeout&&(n.timeout=setTimeout(()=>G.notification.remove(n.id),7e3))})});const h=n=>G.notification.remove(n.id);function c(){u=this.clientHeight,e(0,u)}return[u,a,h,c]}class cl extends ot{constructor(r){super(),ut(this,r,ul,ol,ct,{})}}function pl(p){let r,e,a,u,h;r=new sl({});const c=p[1].default,n=Zt(c,p,p[0],null);return u=new cl({}),{c(){R(r.$$.fragment),e=U(),n&&n.c(),a=U(),R(u.$$.fragment)},l(t){F(r.$$.fragment,t),e=C(t),n&&n.l(t),a=C(t),F(u.$$.fragment,t)},m(t,o){K(r,t,o),H(t,e,o),n&&n.m(t,o),H(t,a,o),K(u,t,o),h=!0},p(t,[o]){n&&n.p&&(!h||o&1)&&xt(n,c,t,t[0],h?tl(c,t[0],o,null):el(t[0]),null)},i(t){h||(b(r.$$.fragment,t),b(n,t),b(u.$$.fragment,t),h=!0)},o(t){I(r.$$.fragment,t),I(n,t),I(u.$$.fragment,t),h=!1},d(t){X(r,t),t&&i(e),n&&n.d(t),t&&i(a),X(u,t)}}}function dl(p,r,e){let{$$slots:a={},$$scope:u}=r;return p.$$set=h=>{"$$scope"in h&&e(0,u=h.$$scope)},[u,a]}class bl extends ot{constructor(r){super(),ut(this,r,dl,pl,ct,{})}}export{bl as component}; diff --git a/gui/next/build/_app/immutable/nodes/1.06ca8a28.js b/gui/next/build/_app/immutable/nodes/1.06ca8a28.js new file mode 100644 index 00000000..26a2a0b5 --- /dev/null +++ b/gui/next/build/_app/immutable/nodes/1.06ca8a28.js @@ -0,0 +1 @@ +import{s as x,f as u,l as h,a as S,g as d,h as v,m as g,d as m,c as q,i as _,u as E,n as $,A as b,v as y}from"../chunks/scheduler.e2aa1391.js";import{S as A,i as C}from"../chunks/index.12b5c620.js";import{p as H}from"../chunks/stores.e84b517d.js";function P(i){var f;let a,s=i[0].status+"",r,o,n,p=((f=i[0].error)==null?void 0:f.message)+"",c;return{c(){a=u("h1"),r=h(s),o=S(),n=u("p"),c=h(p)},l(e){a=d(e,"H1",{});var t=v(a);r=g(t,s),t.forEach(m),o=q(e),n=d(e,"P",{});var l=v(n);c=g(l,p),l.forEach(m)},m(e,t){_(e,a,t),E(a,r),_(e,o,t),_(e,n,t),E(n,c)},p(e,[t]){var l;t&1&&s!==(s=e[0].status+"")&&$(r,s),t&1&&p!==(p=((l=e[0].error)==null?void 0:l.message)+"")&&$(c,p)},i:b,o:b,d(e){e&&(m(a),m(o),m(n))}}}function j(i,a,s){let r;return y(i,H,o=>s(0,r=o)),[r]}class B extends A{constructor(a){super(),C(this,a,j,P,x,{})}}export{B as component}; diff --git a/gui/next/build/_app/immutable/nodes/1.86d0bbb6.js b/gui/next/build/_app/immutable/nodes/1.86d0bbb6.js deleted file mode 100644 index 20cffb2b..00000000 --- a/gui/next/build/_app/immutable/nodes/1.86d0bbb6.js +++ /dev/null @@ -1 +0,0 @@ -import{S as x,i as S,s as g,k as u,q as h,a as k,l as d,m as v,r as E,h as m,c as y,b as _,E as b,u as $,K as q,F as C}from"../chunks/index.d0f8a730.js";import{p as F}from"../chunks/stores.f318b269.js";function H(l){var f;let a,t=l[0].status+"",r,o,n,p=((f=l[0].error)==null?void 0:f.message)+"",c;return{c(){a=u("h1"),r=h(t),o=k(),n=u("p"),c=h(p)},l(e){a=d(e,"H1",{});var s=v(a);r=E(s,t),s.forEach(m),o=y(e),n=d(e,"P",{});var i=v(n);c=E(i,p),i.forEach(m)},m(e,s){_(e,a,s),b(a,r),_(e,o,s),_(e,n,s),b(n,c)},p(e,[s]){var i;s&1&&t!==(t=e[0].status+"")&&$(r,t),s&1&&p!==(p=((i=e[0].error)==null?void 0:i.message)+"")&&$(c,p)},i:q,o:q,d(e){e&&m(a),e&&m(o),e&&m(n)}}}function K(l,a,t){let r;return C(l,F,o=>t(0,r=o)),[r]}class w extends x{constructor(a){super(),S(this,a,K,H,g,{})}}export{w as component}; diff --git a/gui/next/build/_app/immutable/nodes/10.c6de8013.js b/gui/next/build/_app/immutable/nodes/10.c6de8013.js new file mode 100644 index 00000000..1480ab6b --- /dev/null +++ b/gui/next/build/_app/immutable/nodes/10.c6de8013.js @@ -0,0 +1,26 @@ +import{s as De,a as k,f as d,l as he,I as Me,d as g,c as F,g as _,h as A,r as ae,m as ve,j as s,i as G,u as a,J as we,x as ee,R as be,M as Ue,y as Fe,v as Be,A as qe,w as Y,n as Ce,B as He}from"../chunks/scheduler.e2aa1391.js";import{S as Pe,i as Re,b as ue,d as fe,m as ce,a as R,t as K,c as Te,e as me,h as Ve,g as ye}from"../chunks/index.12b5c620.js";import{e as Ne}from"../chunks/each.c0161bb5.js";import{f as je}from"../chunks/index.ad4c134d.js";import{g as pe}from"../chunks/graphql.66a06395.js";import{s as z}from"../chunks/state.f2691bd0.js";import{I as de}from"../chunks/Icon.a5fa4953.js";const ne={get:()=>pe({query:` + query { + constants( + per_page: 100 + ) { + results { + name, + value, + updated_at + } + } + }`}).then(l=>l.constants.results),edit:e=>{e=Object.fromEntries(e.entries());const l=` + mutation { + constant_set(name: "${e.name}", value: "${e.value}"){ + name, + value + } + }`;return pe({query:l})},delete:e=>{e=Object.fromEntries(e.entries());const l=` + mutation { + constant_unset(name: "${e.name}"){ + name + } + } + `;return pe({query:l})}};function Se(e,l,n){const u=e.slice();return u[13]=l[n],u[14]=l,u[15]=n,u}function Le(e){let l,n,u="Clear filter",E,$,T,c,B;return $=new de({props:{icon:"x",size:"12"}}),{c(){l=d("button"),n=d("span"),n.textContent=u,E=k(),ue($.$$.fragment),this.h()},l(y){l=_(y,"BUTTON",{class:!0});var p=A(l);n=_(p,"SPAN",{class:!0,"data-svelte-h":!0}),ae(n)!=="svelte-1bu6mgu"&&(n.textContent=u),E=F(p),fe($.$$.fragment,p),p.forEach(g),this.h()},h(){s(n,"class","label svelte-9flr1b"),s(l,"class","clearFilter svelte-9flr1b")},m(y,p){G(y,l,p),a(l,n),a(l,E),ce($,l,null),T=!0,c||(B=ee(l,"click",e[8]),c=!0)},p:qe,i(y){T||(R($.$$.fragment,y),T=!0)},o(y){K($.$$.fragment,y),T=!1},d(y){y&&g(l),me($),c=!1,B()}}}function ke(e){let l,n,u,E,$,T,c,B="Delete constant",y,p,O,w,q,P=e[13].name+"",M,o,h,f,J,H,U,v,V,j,Q,b,N,i,X=e[13].exposed?"Hide value":"Show value",t,m,r,D,te,S,le="Save",se,Z,L,_e,ge;p=new de({props:{icon:"x",size:"14"}});function Oe(){return e[10](e[13],e[14],e[15])}r=new de({props:{icon:e[13].exposed?"eyeStriked":"eye"}});function Ie(){return e[11](e[13],e[14],e[15])}function Ae(...I){return e[12](e[15],...I)}return{c(){l=d("li"),n=d("form"),u=d("input"),$=k(),T=d("button"),c=d("span"),c.textContent=B,y=k(),ue(p.$$.fragment),O=k(),w=d("form"),q=d("label"),M=he(P),h=k(),f=d("input"),H=k(),U=d("fieldset"),v=d("input"),b=k(),N=d("button"),i=d("span"),t=he(X),m=k(),ue(r.$$.fragment),te=k(),S=d("button"),S.textContent=le,se=k(),this.h()},l(I){l=_(I,"LI",{class:!0});var C=A(l);n=_(C,"FORM",{class:!0});var x=A(n);u=_(x,"INPUT",{type:!0,name:!0,class:!0}),$=F(x),T=_(x,"BUTTON",{type:!0,title:!0,class:!0});var re=A(T);c=_(re,"SPAN",{class:!0,"data-svelte-h":!0}),ae(c)!=="svelte-1p7u8ms"&&(c.textContent=B),y=F(re),fe(p.$$.fragment,re),re.forEach(g),x.forEach(g),O=F(C),w=_(C,"FORM",{class:!0});var W=A(w);q=_(W,"LABEL",{for:!0,class:!0});var Ee=A(q);M=ve(Ee,P),Ee.forEach(g),h=F(W),f=_(W,"INPUT",{type:!0,name:!0,class:!0}),H=F(W),U=_(W,"FIELDSET",{class:!0});var oe=A(U);v=_(oe,"INPUT",{name:!0,id:!0,class:!0}),b=F(oe),N=_(oe,"BUTTON",{type:!0,class:!0,title:!0});var ie=A(N);i=_(ie,"SPAN",{class:!0});var $e=A(i);t=ve($e,X),$e.forEach(g),m=F(ie),fe(r.$$.fragment,ie),ie.forEach(g),oe.forEach(g),te=F(W),S=_(W,"BUTTON",{type:!0,class:!0,"data-svelte-h":!0}),ae(S)!=="svelte-1g3xn8h"&&(S.textContent=le),W.forEach(g),se=F(C),C.forEach(g),this.h()},h(){s(u,"type","hidden"),s(u,"name","name"),u.value=E=e[13].name,s(u,"class","svelte-9flr1b"),s(c,"class","label svelte-9flr1b"),s(T,"type","submit"),s(T,"title","Delete constant"),s(T,"class","svelte-9flr1b"),s(n,"class","delete svelte-9flr1b"),s(q,"for",o=e[13].name),s(q,"class","svelte-9flr1b"),s(f,"type","hidden"),s(f,"name","name"),f.value=J=e[13].name,s(f,"class","svelte-9flr1b"),v.disabled=V=!e[13].exposed,s(v,"name","value"),v.value=j=e[13].value,s(v,"id",Q=e[13].name),s(v,"class","svelte-9flr1b"),Y(v,"exposed",e[13].exposed),s(i,"class","label svelte-9flr1b"),s(N,"type","button"),s(N,"class","toggleExposition svelte-9flr1b"),s(N,"title",D=e[13].exposed?"Hide value":"Show value"),s(U,"class","svelte-9flr1b"),s(S,"type","submit"),s(S,"class","button svelte-9flr1b"),Y(S,"needed",e[1][e[15]].changed),s(w,"class","edit svelte-9flr1b"),s(l,"class","svelte-9flr1b"),Y(l,"hidden",e[0]&&e[3](e[13])),Y(l,"highlighted",e[2].highlighted.constant===e[13].name)},m(I,C){G(I,l,C),a(l,n),a(n,u),a(n,$),a(n,T),a(T,c),a(T,y),ce(p,T,null),a(l,O),a(l,w),a(w,q),a(q,M),a(w,h),a(w,f),a(w,H),a(w,U),a(U,v),a(U,b),a(U,N),a(N,i),a(i,t),a(N,m),ce(r,N,null),a(w,te),a(w,S),a(l,se),L=!0,_e||(ge=[ee(n,"submit",be(e[9])),ee(v,"input",Oe),ee(N,"click",Ie),ee(w,"submit",be(Ae))],_e=!0)},p(I,C){e=I,(!L||C&2&&E!==(E=e[13].name))&&(u.value=E),(!L||C&2)&&P!==(P=e[13].name+"")&&Ce(M,P),(!L||C&2&&o!==(o=e[13].name))&&s(q,"for",o),(!L||C&2&&J!==(J=e[13].name))&&(f.value=J),(!L||C&2&&V!==(V=!e[13].exposed))&&(v.disabled=V),(!L||C&2&&j!==(j=e[13].value)&&v.value!==j)&&(v.value=j),(!L||C&2&&Q!==(Q=e[13].name))&&s(v,"id",Q),(!L||C&2)&&Y(v,"exposed",e[13].exposed),(!L||C&2)&&X!==(X=e[13].exposed?"Hide value":"Show value")&&Ce(t,X);const x={};C&2&&(x.icon=e[13].exposed?"eyeStriked":"eye"),r.$set(x),(!L||C&2&&D!==(D=e[13].exposed?"Hide value":"Show value"))&&s(N,"title",D),(!L||C&2)&&Y(S,"needed",e[1][e[15]].changed),(!L||C&11)&&Y(l,"hidden",e[0]&&e[3](e[13])),(!L||C&6)&&Y(l,"highlighted",e[2].highlighted.constant===e[13].name)},i(I){L||(R(p.$$.fragment,I),R(r.$$.fragment,I),I&&(Z||He(()=>{Z=Ve(l,je,{duration:100,delay:10*e[15]}),Z.start()})),L=!0)},o(I){K(p.$$.fragment,I),K(r.$$.fragment,I),L=!1},d(I){I&&g(l),me(p),me(r),_e=!1,Fe(ge)}}}function ze(e){let l,n,u,E,$="Find:",T,c,B,y,p,O,w,q=' ',P,M,o=' ',h,f,J,H,U,v,V,j,Q,b=e[0]&&Le(e);H=new de({props:{icon:"arrowRight"}});let N=Ne(e[1]),i=[];for(let t=0;tK(i[t],1,1,()=>{i[t]=null});return{c(){l=k(),n=d("nav"),u=d("form"),E=d("label"),E.textContent=$,T=k(),c=d("input"),B=k(),b&&b.c(),y=k(),p=d("section"),O=d("form"),w=d("fieldset"),w.innerHTML=q,P=k(),M=d("fieldset"),M.innerHTML=o,h=k(),f=d("button"),J=he(`Add\r + `),ue(H.$$.fragment),U=k(),v=d("ul");for(let t=0;t{b=null}),Te()),m&63){N=Ne(t[1]);let r;for(r=0;rn(2,u=o));let E="",$=[];(async()=>await ne.get())().then(o=>{n(1,$=o)});const T=o=>o.name.toLowerCase().indexOf(E.toLowerCase())===-1&&o.value.toLowerCase().indexOf(E.toLowerCase())===-1,c=async(o,h)=>{o.preventDefault();const f=await ne.edit(new FormData(o.target));f.errors?z.notification.create("error",`Failed to update ${f.constant_set.name} constant`):(n(1,$[h].changed=!1,$),z.highlight("constant",f.constant_set.name),z.notification.create("success",`Constant ${f.constant_set.name} updated`))},B=async o=>{if(o.preventDefault(),confirm("Are you sure you want to delete this constant?")){const h=await ne.delete(new FormData(o.target));h.errors?z.notification.create("success",`Failed to delete ${h.constant_unset.name} constant`):(z.notification.create("success",`Constant ${h.constant_unset.name} deleted`),await ne.get().then(f=>{n(1,$=f)}))}},y=async o=>{o.preventDefault();const h=await ne.edit(new FormData(o.target));h.errors?z.notification.create("error",`Failed to create ${h.constant_set.name} constant`):(o.target.reset(),z.notification.create("success",`Constant ${h.constant_set.name} created`),await ne.get().then(f=>{n(1,$=f),z.highlight("constant",h.constant_set.name)}))};function p(){E=this.value,n(0,E)}return[E,$,u,T,c,B,y,p,()=>n(0,E=""),o=>B(o),(o,h,f)=>n(1,h[f].changed=!0,$),(o,h,f)=>n(1,h[f].exposed=!o.exposed,$),(o,h)=>c(h,o)]}class xe extends Pe{constructor(l){super(),Re(this,l,Je,ze,De,{})}}export{xe as component}; diff --git a/gui/next/build/_app/immutable/nodes/10.d7aa5663.js b/gui/next/build/_app/immutable/nodes/10.d7aa5663.js deleted file mode 100644 index 206e4e47..00000000 --- a/gui/next/build/_app/immutable/nodes/10.d7aa5663.js +++ /dev/null @@ -1,26 +0,0 @@ -import{S as De,i as Ue,s as Be,a as O,k as c,q as K,y as he,W as Pe,h as o,c as I,l as m,m as y,r as J,z as ve,n as t,b as le,E as s,Y as Se,A as be,H as re,a4 as we,g as W,d as se,f as Fe,B as ge,_ as qe,I as Ce,F as He,K as Me,G as te,u as Le,L as Re,a2 as Ve,v as ke}from"../chunks/index.d0f8a730.js";import{f as ze}from"../chunks/index.b4e343af.js";import{g as $e}from"../chunks/graphql.66a06395.js";import{s as G}from"../chunks/state.c2a70a8a.js";import{I as Ee}from"../chunks/Icon.1de0c66c.js";const ce={get:()=>$e({query:` - query { - constants( - per_page: 100 - ) { - results { - name, - value, - updated_at - } - } - }`}).then(a=>a.constants.results),edit:e=>{e=Object.fromEntries(e.entries());const a=` - mutation { - constant_set(name: "${e.name}", value: "${e.value}"){ - name, - value - } - }`;return $e({query:a})},delete:e=>{e=Object.fromEntries(e.entries());const a=` - mutation { - constant_unset(name: "${e.name}"){ - name - } - } - `;return $e({query:a})}};function Oe(e,a,n){const u=e.slice();return u[13]=a[n],u[14]=a,u[15]=n,u}function Ie(e){let a,n,u,T,g,S,h,U;return g=new Ee({props:{icon:"x",size:"12"}}),{c(){a=c("button"),n=c("span"),u=K("Clear filter"),T=O(),he(g.$$.fragment),this.h()},l(F){a=m(F,"BUTTON",{class:!0});var E=y(a);n=m(E,"SPAN",{class:!0});var k=y(n);u=J(k,"Clear filter"),k.forEach(o),T=I(E),ve(g.$$.fragment,E),E.forEach(o),this.h()},h(){t(n,"class","label svelte-9flr1b"),t(a,"class","clearFilter svelte-9flr1b")},m(F,E){le(F,a,E),s(a,n),s(n,u),s(a,T),be(g,a,null),S=!0,h||(U=re(a,"click",e[8]),h=!0)},p:Me,i(F){S||(W(g.$$.fragment,F),S=!0)},o(F){se(g.$$.fragment,F),S=!1},d(F){F&&o(a),ge(g),h=!1,U()}}}function Ae(e){let a,n,u,T,g,S,h,U,F,E,k,w,A,z=e[13].name+"",Y,r,$,i,P,ae,q,N,Q,B,X,M,C,D,j=e[13].exposed?"Hide value":"Show value",Z,oe,f,H,d,R,l,v,_,p,ue,me;E=new Ee({props:{icon:"x",size:"14"}});function x(){return e[10](e[13],e[14],e[15])}f=new Ee({props:{icon:e[13].exposed?"eyeStriked":"eye"}});function ie(){return e[11](e[13],e[14],e[15])}function de(...L){return e[12](e[15],...L)}return{c(){a=c("li"),n=c("form"),u=c("input"),g=O(),S=c("button"),h=c("span"),U=K("Delete constant"),F=O(),he(E.$$.fragment),k=O(),w=c("form"),A=c("label"),Y=K(z),$=O(),i=c("input"),ae=O(),q=c("fieldset"),N=c("input"),M=O(),C=c("button"),D=c("span"),Z=K(j),oe=O(),he(f.$$.fragment),d=O(),R=c("button"),l=K("Save"),v=O(),this.h()},l(L){a=m(L,"LI",{class:!0});var b=y(a);n=m(b,"FORM",{class:!0});var V=y(n);u=m(V,"INPUT",{type:!0,name:!0,class:!0}),g=I(V),S=m(V,"BUTTON",{type:!0,title:!0,class:!0});var ne=y(S);h=m(ne,"SPAN",{class:!0});var fe=y(h);U=J(fe,"Delete constant"),fe.forEach(o),F=I(ne),ve(E.$$.fragment,ne),ne.forEach(o),V.forEach(o),k=I(b),w=m(b,"FORM",{class:!0});var ee=y(w);A=m(ee,"LABEL",{for:!0,class:!0});var Ne=y(A);Y=J(Ne,z),Ne.forEach(o),$=I(ee),i=m(ee,"INPUT",{type:!0,name:!0,class:!0}),ae=I(ee),q=m(ee,"FIELDSET",{class:!0});var _e=y(q);N=m(_e,"INPUT",{name:!0,id:!0,class:!0}),M=I(_e),C=m(_e,"BUTTON",{type:!0,class:!0,title:!0});var pe=y(C);D=m(pe,"SPAN",{class:!0});var ye=y(D);Z=J(ye,j),ye.forEach(o),oe=I(pe),ve(f.$$.fragment,pe),pe.forEach(o),_e.forEach(o),d=I(ee),R=m(ee,"BUTTON",{type:!0,class:!0});var Te=y(R);l=J(Te,"Save"),Te.forEach(o),ee.forEach(o),v=I(b),b.forEach(o),this.h()},h(){t(u,"type","hidden"),t(u,"name","name"),u.value=T=e[13].name,t(u,"class","svelte-9flr1b"),t(h,"class","label svelte-9flr1b"),t(S,"type","submit"),t(S,"title","Delete constant"),t(S,"class","svelte-9flr1b"),t(n,"class","delete svelte-9flr1b"),t(A,"for",r=e[13].name),t(A,"class","svelte-9flr1b"),t(i,"type","hidden"),t(i,"name","name"),i.value=P=e[13].name,t(i,"class","svelte-9flr1b"),N.disabled=Q=!e[13].exposed,t(N,"name","value"),N.value=B=e[13].value,t(N,"id",X=e[13].name),t(N,"class","svelte-9flr1b"),te(N,"exposed",e[13].exposed),t(D,"class","label svelte-9flr1b"),t(C,"type","button"),t(C,"class","toggleExposition svelte-9flr1b"),t(C,"title",H=e[13].exposed?"Hide value":"Show value"),t(q,"class","svelte-9flr1b"),t(R,"type","submit"),t(R,"class","button svelte-9flr1b"),te(R,"needed",e[1][e[15]].changed),t(w,"class","edit svelte-9flr1b"),t(a,"class","svelte-9flr1b"),te(a,"hidden",e[0]&&e[3](e[13])),te(a,"highlighted",e[2].highlighted.constant===e[13].name)},m(L,b){le(L,a,b),s(a,n),s(n,u),s(n,g),s(n,S),s(S,h),s(h,U),s(S,F),be(E,S,null),s(a,k),s(a,w),s(w,A),s(A,Y),s(w,$),s(w,i),s(w,ae),s(w,q),s(q,N),s(q,M),s(q,C),s(C,D),s(D,Z),s(C,oe),be(f,C,null),s(w,d),s(w,R),s(R,l),s(a,v),p=!0,ue||(me=[re(n,"submit",we(e[9])),re(N,"input",x),re(C,"click",ie),re(w,"submit",we(de))],ue=!0)},p(L,b){e=L,(!p||b&2&&T!==(T=e[13].name))&&(u.value=T),(!p||b&2)&&z!==(z=e[13].name+"")&&Le(Y,z),(!p||b&2&&r!==(r=e[13].name))&&t(A,"for",r),(!p||b&2&&P!==(P=e[13].name))&&(i.value=P),(!p||b&2&&Q!==(Q=!e[13].exposed))&&(N.disabled=Q),(!p||b&2&&B!==(B=e[13].value)&&N.value!==B)&&(N.value=B),(!p||b&2&&X!==(X=e[13].name))&&t(N,"id",X),(!p||b&2)&&te(N,"exposed",e[13].exposed),(!p||b&2)&&j!==(j=e[13].exposed?"Hide value":"Show value")&&Le(Z,j);const V={};b&2&&(V.icon=e[13].exposed?"eyeStriked":"eye"),f.$set(V),(!p||b&2&&H!==(H=e[13].exposed?"Hide value":"Show value"))&&t(C,"title",H),(!p||b&2)&&te(R,"needed",e[1][e[15]].changed),(!p||b&11)&&te(a,"hidden",e[0]&&e[3](e[13])),(!p||b&6)&&te(a,"highlighted",e[2].highlighted.constant===e[13].name)},i(L){p||(W(E.$$.fragment,L),W(f.$$.fragment,L),_||Re(()=>{_=Ve(a,ze,{duration:100,delay:10*e[15]}),_.start()}),p=!0)},o(L){se(E.$$.fragment,L),se(f.$$.fragment,L),p=!1},d(L){L&&o(a),ge(E),ge(f),ue=!1,Ce(me)}}}function je(e){let a,n,u,T,g,S,h,U,F,E,k,w,A,z,Y,r,$,i,P,ae,q,N,Q,B,X,M,C,D,j,Z,oe,f=e[0]&&Ie(e);M=new Ee({props:{icon:"arrowRight"}});let H=e[1],d=[];for(let l=0;lse(d[l],1,1,()=>{d[l]=null});return{c(){a=O(),n=c("nav"),u=c("form"),T=c("label"),g=K("Find:"),S=O(),h=c("input"),U=O(),f&&f.c(),F=O(),E=c("section"),k=c("form"),w=c("fieldset"),A=c("label"),z=K("Name"),Y=O(),r=c("input"),$=O(),i=c("fieldset"),P=c("label"),ae=K("Value"),q=O(),N=c("input"),Q=O(),B=c("button"),X=K(`Add\r - `),he(M.$$.fragment),C=O(),D=c("ul");for(let l=0;l{f=null}),Fe()),v&63){H=l[1];let _;for(_=0;_n(2,u=r));let T="",g=[];(async()=>await ce.get())().then(r=>{n(1,g=r)});const S=r=>r.name.toLowerCase().indexOf(T.toLowerCase())===-1&&r.value.toLowerCase().indexOf(T.toLowerCase())===-1,h=async(r,$)=>{r.preventDefault();const i=await ce.edit(new FormData(r.target));i.errors?G.notification.create("error",`Failed to update ${i.constant_set.name} constant`):(n(1,g[$].changed=!1,g),G.highlight("constant",i.constant_set.name),G.notification.create("success",`Constant ${i.constant_set.name} updated`))},U=async r=>{if(r.preventDefault(),confirm("Are you sure you want to delete this constant?")){const $=await ce.delete(new FormData(r.target));$.errors?G.notification.create("success",`Failed to delete ${$.constant_unset.name} constant`):(G.notification.create("success",`Constant ${$.constant_unset.name} deleted`),await ce.get().then(i=>{n(1,g=i)}))}},F=async r=>{r.preventDefault();const $=await ce.edit(new FormData(r.target));$.errors?G.notification.create("error",`Failed to create ${$.constant_set.name} constant`):(r.target.reset(),G.notification.create("success",`Constant ${$.constant_set.name} created`),await ce.get().then(i=>{n(1,g=i),G.highlight("constant",$.constant_set.name)}))};function E(){T=this.value,n(0,T)}return[T,g,u,S,h,U,F,E,()=>n(0,T=""),r=>U(r),(r,$,i)=>n(1,$[i].changed=!0,g),(r,$,i)=>n(1,$[i].exposed=!r.exposed,g),(r,$)=>h($,r)]}class Xe extends De{constructor(a){super(),Ue(this,a,We,je,Be,{})}}export{Xe as component}; diff --git a/gui/next/build/_app/immutable/nodes/11.187a0975.js b/gui/next/build/_app/immutable/nodes/11.187a0975.js new file mode 100644 index 00000000..ecc0ce27 --- /dev/null +++ b/gui/next/build/_app/immutable/nodes/11.187a0975.js @@ -0,0 +1 @@ +import{s,I as a,d as n,A as e}from"../chunks/scheduler.e2aa1391.js";import{S as r,i as c}from"../chunks/index.12b5c620.js";function d(o){return{c(){this.h()},l(t){a("svelte-x68257",document.head).forEach(n),this.h()},h(){document.title="Database | platformOS"},m:e,p:e,i:e,o:e,d:e}}class l extends r{constructor(t){super(),c(this,t,null,d,s,{})}}export{l as component}; diff --git a/gui/next/build/_app/immutable/nodes/11.46adc3d3.js b/gui/next/build/_app/immutable/nodes/11.46adc3d3.js deleted file mode 100644 index 2e98af32..00000000 --- a/gui/next/build/_app/immutable/nodes/11.46adc3d3.js +++ /dev/null @@ -1 +0,0 @@ -import{S as a,i as o,s as n,W as c,h,K as e}from"../chunks/index.d0f8a730.js";function r(s){return{c(){this.h()},l(t){c("svelte-x68257",document.head).forEach(h),this.h()},h(){document.title="Database | platformOS"},m:e,p:e,i:e,o:e,d:e}}class l extends a{constructor(t){super(),o(this,t,null,r,n,{})}}export{l as component}; diff --git a/gui/next/build/_app/immutable/nodes/12.61f3f5a2.js b/gui/next/build/_app/immutable/nodes/12.61f3f5a2.js deleted file mode 100644 index 88896db0..00000000 --- a/gui/next/build/_app/immutable/nodes/12.61f3f5a2.js +++ /dev/null @@ -1,72 +0,0 @@ -import{S as du,i as pu,s as Fu,k as b,l as B,m as k,h as c,b as L,H as re,a4 as $u,g as J,v as we,d as q,f as $e,F as Ke,e as qe,_ as lu,q as R,a as j,r as H,c as V,n as _,L as ku,E as f,X as tu,Y as Au,I as hu,J as Te,a1 as Ou,w as wu,u as me,K as Pe,y as pe,z as Fe,A as Ee,B as Ce,a5 as Zu,N as St,P as Nt,G as je,a6 as Tt,O as Xu,o as Ot,a7 as It,t as Pt,W as Lt,Z as yt,a8 as jt,a0 as Vt}from"../chunks/index.d0f8a730.js";import{p as qu}from"../chunks/stores.f318b269.js";import{s as G}from"../chunks/state.c2a70a8a.js";import{t as Iu}from"../chunks/tryParseJSON.f125f883.js";import{g as Nu}from"../chunks/graphql.66a06395.js";import{I as Oe}from"../chunks/Icon.1de0c66c.js";import{J as zt}from"../chunks/JSONTree.cfd91a83.js";import{q as Ut}from"../chunks/index.50c00146.js";var Jt=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/,Rt=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/,Ht=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/,Vu={Space_Separator:Jt,ID_Start:Rt,ID_Continue:Ht},de={isSpaceSeparator(t){return typeof t=="string"&&Vu.Space_Separator.test(t)},isIdStartChar(t){return typeof t=="string"&&(t>="a"&&t<="z"||t>="A"&&t<="Z"||t==="$"||t==="_"||Vu.ID_Start.test(t))},isIdContinueChar(t){return typeof t=="string"&&(t>="a"&&t<="z"||t>="A"&&t<="Z"||t>="0"&&t<="9"||t==="$"||t==="_"||t==="‌"||t==="‍"||Vu.ID_Continue.test(t))},isDigit(t){return typeof t=="string"&&/[0-9]/.test(t)},isHexDigit(t){return typeof t=="string"&&/[0-9A-Fa-f]/.test(t)}};let Ju,Se,Ye,Pu,ru,Ue,ye,Mu,gu;var qt=function(e,l){Ju=String(e),Se="start",Ye=[],Pu=0,ru=1,Ue=0,ye=void 0,Mu=void 0,gu=void 0;do ye=Mt(),Xt[Se]();while(ye.type!=="eof");return typeof l=="function"?Ru({"":gu},"",l):gu};function Ru(t,e,l){const u=t[e];if(u!=null&&typeof u=="object")if(Array.isArray(u))for(let r=0;r0;){const l=Ge();if(!de.isHexDigit(l))throw oe(g());t+=g()}return String.fromCodePoint(parseInt(t,16))}const Xt={start(){if(ye.type==="eof")throw _u();zu()},beforePropertyName(){switch(ye.type){case"identifier":case"string":Mu=ye.value,Se="afterPropertyName";return;case"punctuator":Tu();return;case"eof":throw _u()}},afterPropertyName(){if(ye.type==="eof")throw _u();Se="beforePropertyValue"},beforePropertyValue(){if(ye.type==="eof")throw _u();zu()},beforeArrayValue(){if(ye.type==="eof")throw _u();if(ye.type==="punctuator"&&ye.value==="]"){Tu();return}zu()},afterPropertyValue(){if(ye.type==="eof")throw _u();switch(ye.value){case",":Se="beforePropertyName";return;case"}":Tu()}},afterArrayValue(){if(ye.type==="eof")throw _u();switch(ye.value){case",":Se="beforeArrayValue";return;case"]":Tu()}},end(){}};function zu(){let t;switch(ye.type){case"punctuator":switch(ye.value){case"{":t={};break;case"[":t=[];break}break;case"null":case"boolean":case"numeric":case"string":t=ye.value;break}if(gu===void 0)gu=t;else{const e=Ye[Ye.length-1];Array.isArray(e)?e.push(t):Object.defineProperty(e,Mu,{value:t,writable:!0,enumerable:!0,configurable:!0})}if(t!==null&&typeof t=="object")Ye.push(t),Array.isArray(t)?Se="beforeArrayValue":Se="beforePropertyName";else{const e=Ye[Ye.length-1];e==null?Se="end":Array.isArray(e)?Se="afterArrayValue":Se="afterPropertyValue"}}function Tu(){Ye.pop();const t=Ye[Ye.length-1];t==null?Se="end":Array.isArray(t)?Se="afterArrayValue":Se="afterPropertyValue"}function oe(t){return Lu(t===void 0?`JSON5: invalid end of input at ${ru}:${Ue}`:`JSON5: invalid character '${wt(t)}' at ${ru}:${Ue}`)}function _u(){return Lu(`JSON5: invalid end of input at ${ru}:${Ue}`)}function Yu(){return Ue-=5,Lu(`JSON5: invalid identifier character at ${ru}:${Ue}`)}function Yt(t){console.warn(`JSON5: '${wt(t)}' in strings is not valid ECMAScript; consider escaping`)}function wt(t){const e={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r"," ":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};if(e[t])return e[t];if(t<" "){const l=t.charCodeAt(0).toString(16);return"\\x"+("00"+l).substring(l.length)}return t}function Lu(t){const e=new SyntaxError(t);return e.lineNumber=ru,e.columnNumber=Ue,e}var Gt=function(e,l,u){const r=[];let n="",a,s,i="",o;if(l!=null&&typeof l=="object"&&!Array.isArray(l)&&(u=l.space,o=l.quote,l=l.replacer),typeof l=="function")s=l;else if(Array.isArray(l)){a=[];for(const m of l){let E;typeof m=="string"?E=m:(typeof m=="number"||m instanceof String||m instanceof Number)&&(E=String(m)),E!==void 0&&a.indexOf(E)<0&&a.push(E)}}return u instanceof Number?u=Number(u):u instanceof String&&(u=String(u)),typeof u=="number"?u>0&&(u=Math.min(10,Math.floor(u)),i=" ".substr(0,u)):typeof u=="string"&&(i=u.substr(0,10)),d("",{"":e});function d(m,E){let F=E[m];switch(F!=null&&(typeof F.toJSON5=="function"?F=F.toJSON5(m):typeof F.toJSON=="function"&&(F=F.toJSON(m))),s&&(F=s.call(E,m,F)),F instanceof Number?F=Number(F):F instanceof String?F=String(F):F instanceof Boolean&&(F=F.valueOf()),F){case null:return"null";case!0:return"true";case!1:return"false"}if(typeof F=="string")return A(F);if(typeof F=="number")return String(F);if(typeof F=="object")return Array.isArray(F)?w(F):h(F)}function A(m){const E={"'":.1,'"':.2},F={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r"," ":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};let D="";for(let y=0;yE[y]=0)throw TypeError("Converting circular structure to JSON5");r.push(m);let E=n;n=n+i;let F=a||Object.keys(m),D=[];for(const y of F){const $=d(y,m);if($!==void 0){let I=C(y)+":";i!==""&&(I+=" "),I+=$,D.push(I)}}let v;if(D.length===0)v="{}";else{let y;if(i==="")y=D.join(","),v="{"+y+"}";else{let $=`, -`+n;y=D.join($),v=`{ -`+n+y+`, -`+E+"}"}}return r.pop(),n=E,v}function C(m){if(m.length===0)return A(m);const E=String.fromCodePoint(m.codePointAt(0));if(!de.isIdStartChar(E))return A(m);for(let F=E.length;F=0)throw TypeError("Converting circular structure to JSON5");r.push(m);let E=n;n=n+i;let F=[];for(let v=0;v{let e={};Object.keys(t).forEach(u=>{let r=u.slice(0,u.indexOf("[")),n=u.slice(u.indexOf("[")+1,u.indexOf("]"));(e[r]??(e[r]={}))[n]=t[u]});let l="";return Object.keys(e).forEach(u=>{e[u].type==="string"&&Iu(e[u].value)&&(e[u].value=JSON.stringify(JSON.parse(e[u].value))),(e[u].type==="string"||e[u].type==="text"||e[u].type==="date"||e[u].type==="time"||e[u].type==="datetime")&&(e[u].value=JSON.stringify(e[u].value)),e[u].type==="json"&&(e[u].value=Qt.stringify(JSON.parse(e[u].value),{quote:'"'})),e[u].value||(e[u].value=null),e[u].type!=="upload"&&(l+=`{ name: "${u}", ${xt[e[u].type]}: ${e[u].value} }`)}),l},el=t=>{let e="";const l={string:["array_contains","not_array_contains","contains","ends_with","not_contains","not_ends_with","not_starts_with","not_value","starts_with","value"],range:["range"]};return t.forEach(u=>{let r="";l.string.includes(u.operation)?r=`"${u.value}"`:l.range.includes(u.operation)?r=`{ ${u.minFilter}: "${u.minFilterValue}", ${u.maxFilter}: "${u.maxFilterValue}" }`:r=u.value,u.name!=="id"&&r&&(e+=`{ - name: "${u.name}", - ${u.operation}: ${r} - }`)}),e=` - properties: [${e}] - `,e},ze={get:t=>{var d,A,h;const l={...{deleted:!1,filters:{page:1}},...t},u=l.table?`model_schema_id: { value: ${l.table} }`:"",r=(A=(d=l.filters)==null?void 0:d.attributes)==null?void 0:A.findIndex(C=>C.name==="id");let n="";r>=0&&l.filters.attributes[r].value&&(n=`id: { ${l.filters.attributes[r].operation}: ${l.filters.attributes[r].value} }`);let a="";l.sort?l.sort.by==="id"||l.sort.by==="created_at"||l.sort.by==="updated_at"?a=`${l.sort.by}: { order: ${l.sort.order} }`:a=`properties: { name: "${l.sort.by}", order: ${l.sort.order} }`:a="created_at: { order: DESC }";const s=l.deleted?"deleted_at: { exists: true }":"",i=(h=l.filters)!=null&&h.attributes?el(l.filters.attributes):"",o=` - query { - models( - page: ${l.filters.page} - per_page: 20, - sort: { ${a} }, - filter: { - ${u} - ${n} - ${s} - ${i} - } - ) { - current_page - total_pages - results { - id - created_at - updated_at - deleted_at - properties - } - } - }`;return Nu({query:o}).then(C=>{G.data("records",C.models)})},create:t=>{let e=Object.fromEntries(t.properties.entries());const l=e.tableName;delete e.tableName,e=Gu(e);const u=` - mutation { - model_create(model: { - model_schema_name: "${l}", - properties: [${e}] - }) { - id - } - }`;return Nu({query:u})},edit:t=>{let e=Object.fromEntries(t.properties.entries());const l=e.tableName;delete e.tableName;const u=e.recordId;delete e.recordId,e=Gu(e);const r=` - mutation { - model_update( - id: ${u}, - model: { - model_schema_name: "${l}" - properties: [${e}] - } - ) { - id - } - }`;return Nu({query:r})},delete:t=>{let e=Object.fromEntries(t.properties.entries());const l=e.tableName,u=e.recordId,r=` - mutation { - record_delete(table: "${l}", id: ${u}) { - id - } - }`;return Nu({query:r})}};function Ku(t,e,l){const u=t.slice();return u[10]=e[l],u[11]=e,u[12]=l,u}function Qu(t,e,l){const u=t.slice();return u[13]=e[l],u}function xu(t,e,l){const u=t.slice();return u[16]=e[l],u}function et(t){let e,l,u=t[1].filters.attributes,r=[];for(let a=0;aq(r[a],1,1,()=>{r[a]=null});return{c(){for(let a=0;a"),r=b("option"),n=R("≥"),a=j(),s=b("input"),o=j(),d=b("select"),A=b("option"),h=R("<"),C=b("option"),w=R("≤"),m=j(),E=b("input"),this.h()},l(D){e=B(D,"SELECT",{name:!0,class:!0});var v=k(e);l=B(v,"OPTION",{});var y=k(l);u=H(y,">"),y.forEach(c),r=B(v,"OPTION",{});var $=k(r);n=H($,"≥"),$.forEach(c),v.forEach(c),a=V(D),s=B(D,"INPUT",{type:!0,name:!0,class:!0}),o=V(D),d=B(D,"SELECT",{name:!0,class:!0});var I=k(d);A=B(I,"OPTION",{});var P=k(A);h=H(P,"<"),P.forEach(c),C=B(I,"OPTION",{});var W=k(C);w=H(W,"≤"),W.forEach(c),I.forEach(c),m=V(D),E=B(D,"INPUT",{type:!0,name:!0,class:!0}),this.h()},h(){l.__value="gt",l.value=l.__value,r.__value="gte",r.value=r.__value,_(e,"name","maxFilter"),_(e,"class","svelte-y4u12o"),_(s,"type","number"),_(s,"name","maxFilterValue"),s.value=i=t[10].maxFilterValue,_(s,"class","svelte-y4u12o"),A.__value="lt",A.value=A.__value,C.__value="lte",C.value=C.__value,_(d,"name","minFilter"),_(d,"class","svelte-y4u12o"),_(E,"type","number"),_(E,"name","minFilterValue"),E.value=F=t[10].minFilterValue,_(E,"class","svelte-y4u12o")},m(D,v){L(D,e,v),f(e,l),f(l,u),f(e,r),f(r,n),L(D,a,v),L(D,s,v),L(D,o,v),L(D,d,v),f(d,A),f(A,h),f(d,C),f(C,w),L(D,m,v),L(D,E,v)},p(D,v){v&2&&i!==(i=D[10].maxFilterValue)&&s.value!==i&&(s.value=i),v&2&&F!==(F=D[10].minFilterValue)&&E.value!==F&&(E.value=F)},d(D){D&&c(e),D&&c(a),D&&c(s),D&&c(o),D&&c(d),D&&c(m),D&&c(E)}}}function nl(t){let e,l,u,r,n;return{c(){e=b("select"),l=b("option"),u=R("true"),r=b("option"),n=R("false"),this.h()},l(a){e=B(a,"SELECT",{name:!0,class:!0});var s=k(e);l=B(s,"OPTION",{});var i=k(l);u=H(i,"true"),i.forEach(c),r=B(s,"OPTION",{});var o=k(r);n=H(o,"false"),o.forEach(c),s.forEach(c),this.h()},h(){l.__value="true",l.value=l.__value,r.__value="false",r.value=r.__value,_(e,"name","value"),_(e,"class","svelte-y4u12o")},m(a,s){L(a,e,s),f(e,l),f(l,u),f(e,r),f(r,n)},p:Pe,d(a){a&&c(e)}}}function lt(t){let e,l,u,r,n,a,s,i,o,d,A,h,C,w,m,E,F=t[1].table.properties,D=[];for(let S=0;S{P[T]=null}),$e(),h=P[A],h?h.p(t,p):(h=P[A]=I[A](t),h.c()),J(h,1),h.m(e,C))},i(S){w||(J(h),w=!0)},o(S){q(h),w=!1},d(S){S&&c(e),lu(D,S),P[A].d(),m=!1,hu(E)}}}function al(t){var a;let e,l,u,r,n=((a=t[1].table)==null?void 0:a.properties)&&et(t);return{c(){e=b("form"),n&&n.c()},l(s){e=B(s,"FORM",{});var i=k(e);n&&n.l(i),i.forEach(c)},m(s,i){L(s,e,i),n&&n.m(e,null),t[9](e),l=!0,u||(r=re(e,"submit",$u(t[3])),u=!0)},p(s,[i]){var o;(o=s[1].table)!=null&&o.properties?n?(n.p(s,i),i&2&&J(n,1)):(n=et(s),n.c(),J(n,1),n.m(e,null)):n&&(we(),q(n,1,1,()=>{n=null}),$e())},i(s){l||(J(n),l=!0)},o(s){q(n),l=!1},d(s){s&&c(e),n&&n.d(),t[9](null),u=!1,r()}}}function il(t,e,l){let u;Ke(t,G,C=>l(1,u=C));let r;const n={id:["value"],string:["value","exists","contains","ends_with","not_contains","not_ends_with","not_starts_with","not_value","starts_with"],text:["value","exists","not_value"],array:["array_contains","value_array","value_in","exists","array_overlaps","not_array_contains","not_array_overlaps","not_value_array","not_value_in"],boolean:["value_boolean","exists","not_value_boolean"],integer:["value_int","exists","not_value_int","range"],float:["value_float","exists","not_value_float","range"],upload:["value","exists","not_value"],datetime:["value","exists","not_value"],date:["value","exists","not_value"]},a=()=>{Te(G,u.filters={page:1,attributes:[Object.fromEntries(new FormData(r).entries())]},u),ze.get({table:u.table.id,filters:u.filters,sort:u.sort})};function s(C,w){C[w].name=Ou(this),G.set(u)}const i=(C,w,m)=>{var E;Te(G,w[m].attribute_type=((E=u.table.properties.find(F=>F.name===C.name))==null?void 0:E.attribute_type)||"id",u)};function o(C,w){C[w].attribute_type=this.value,G.set(u)}function d(C,w){C[w].operation=Ou(this),G.set(u)}function A(C,w){C[w].value=this.value,G.set(u)}function h(C){wu[C?"unshift":"push"](()=>{r=C,l(0,r)})}return[r,u,n,a,s,i,o,d,A,h]}class sl extends du{constructor(e){super(),pu(this,e,il,al,Fu,{})}}function rt(t,e,l){const u=t.slice();return u[8]=e[l],u}function nt(t){let e,l,u,r,n,a,s,i,o,d,A,h,C,w,m,E,F,D,v,y,$=t[1].table.properties,I=[];for(let p=0;p<$.length;p+=1)I[p]=at(rt(t,$,p));const P=[Dl,ol],W=[];function S(p,T){return p[1].sort.order==="DESC"?0:1}return E=S(t),F=W[E]=P[E](t),{c(){e=b("select"),l=b("option"),u=R("created at"),r=b("option"),n=R("updated at"),a=b("option"),s=R("id");for(let p=0;pt[3].call(e)),d.__value="DESC",d.value=d.__value,h.__value="ASC",h.value=h.__value,_(o,"name","order"),_(o,"id","sort_order"),_(o,"class","svelte-yzlk61"),t[1].sort.order===void 0&&ku(()=>t[5].call(o)),_(m,"for","sort_order"),_(m,"class","button svelte-yzlk61")},m(p,T){L(p,e,T),f(e,l),f(l,u),f(e,r),f(r,n),f(e,a),f(a,s);for(let z=0;z{W[z]=null}),$e(),F=W[E],F||(F=W[E]=P[E](p),F.c()),J(F,1),F.m(m,null))},i(p){D||(J(F),D=!0)},o(p){q(F),D=!1},d(p){p&&c(e),lu(I,p),p&&c(i),p&&c(o),p&&c(w),p&&c(m),W[E].d(),v=!1,hu(y)}}}function at(t){let e,l=t[8].name+"",u,r,n;return{c(){e=b("option"),u=R(l),r=j(),this.h()},l(a){e=B(a,"OPTION",{});var s=k(e);u=H(s,l),r=V(s),s.forEach(c),this.h()},h(){e.__value=n=t[8].name,e.value=e.__value},m(a,s){L(a,e,s),f(e,u),f(e,r)},p(a,s){s&2&&l!==(l=a[8].name+"")&&me(u,l),s&2&&n!==(n=a[8].name)&&(e.__value=n,e.value=e.__value)},d(a){a&&c(e)}}}function ol(t){let e,l;return e=new Oe({props:{icon:"sortAZ"}}),{c(){pe(e.$$.fragment)},l(u){Fe(e.$$.fragment,u)},m(u,r){Ee(e,u,r),l=!0},i(u){l||(J(e.$$.fragment,u),l=!0)},o(u){q(e.$$.fragment,u),l=!1},d(u){Ce(e,u)}}}function Dl(t){let e,l;return e=new Oe({props:{icon:"sortZA"}}),{c(){pe(e.$$.fragment)},l(u){Fe(e.$$.fragment,u)},m(u,r){Ee(e,u,r),l=!0},i(u){l||(J(e.$$.fragment,u),l=!0)},o(u){q(e.$$.fragment,u),l=!1},d(u){Ce(e,u)}}}function fl(t){var a;let e,l,u,r,n=((a=t[1].table)==null?void 0:a.properties)&&nt(t);return{c(){e=b("form"),n&&n.c(),this.h()},l(s){e=B(s,"FORM",{class:!0});var i=k(e);n&&n.l(i),i.forEach(c),this.h()},h(){_(e,"class","svelte-yzlk61")},m(s,i){L(s,e,i),n&&n.m(e,null),t[7](e),l=!0,u||(r=re(e,"submit",$u(t[2])),u=!0)},p(s,[i]){var o;(o=s[1].table)!=null&&o.properties?n?(n.p(s,i),i&2&&J(n,1)):(n=nt(s),n.c(),J(n,1),n.m(e,null)):n&&(we(),q(n,1,1,()=>{n=null}),$e())},i(s){l||(J(n),l=!0)},o(s){q(n),l=!1},d(s){s&&c(e),n&&n.d(),t[7](null),u=!1,r()}}}function cl(t,e,l){let u;Ke(t,G,A=>l(1,u=A));let r;const n=()=>{Te(G,u.filters.page=1,u),ze.get({table:u.table.id,filters:u.filters,sort:Object.fromEntries(new FormData(r).entries())})};function a(){u.sort.by=Ou(this),G.set(u)}const s=()=>r.requestSubmit();function i(){u.sort.order=Ou(this),G.set(u)}const o=()=>r.requestSubmit();function d(A){wu[A?"unshift":"push"](()=>{r=A,l(0,r)})}return[r,u,n,a,s,i,o,d]}class _l extends du{constructor(e){super(),pu(this,e,cl,fl,Fu,{})}}const $t=(t,e)=>{let l={value:t,type:e};return e!=="boolean"&&!t?(l.value=null,l.type="null",{...l}):(e==="boolean"&&(t===!0?l.value="true":l.value="false"),typeof t=="object"?(l.value=t,l.type="json",{...l}):Iu(t)?(l.value=Iu(t),l.type="jsonEscaped",{...l}):{...l})};function dl(t){let e,l,u,r,n,a,s,i,o,d,A,h,C;return o=new Oe({props:{icon:"x",size:"22"}}),{c(){e=b("form"),l=b("input"),r=j(),n=b("input"),a=j(),s=b("button"),i=b("i"),pe(o.$$.fragment),d=R(`\r - Delete record`),this.h()},l(w){e=B(w,"FORM",{});var m=k(e);l=B(m,"INPUT",{type:!0,name:!0}),r=V(m),n=B(m,"INPUT",{type:!0,name:!0}),a=V(m),s=B(m,"BUTTON",{class:!0});var E=k(s);i=B(E,"I",{class:!0});var F=k(i);Fe(o.$$.fragment,F),F.forEach(c),d=H(E,`\r - Delete record`),E.forEach(c),m.forEach(c),this.h()},h(){_(l,"type","hidden"),_(l,"name","tableName"),l.value=u=t[0].name,_(n,"type","hidden"),_(n,"name","recordId"),n.value=t[1],_(i,"class","svelte-ooaugn"),_(s,"class","danger")},m(w,m){L(w,e,m),f(e,l),f(e,r),f(e,n),f(e,a),f(e,s),f(s,i),Ee(o,i,null),f(s,d),t[4](e),A=!0,h||(C=re(e,"submit",t[3]),h=!0)},p(w,[m]){(!A||m&1&&u!==(u=w[0].name))&&(l.value=u),(!A||m&2)&&(n.value=w[1])},i(w){A||(J(o.$$.fragment,w),A=!0)},o(w){q(o.$$.fragment,w),A=!1},d(w){w&&c(e),Ce(o),t[4](null),h=!1,C()}}}function pl(t,e,l){let u,r;Ke(t,G,d=>l(5,u=d)),Ke(t,qu,d=>l(6,r=d));let{table:n}=e,{id:a}=e,s;const i=async d=>{if(d.preventDefault(),confirm("Are you sure you want to delete this record?")){const A=await ze.delete({table:n.name,properties:new FormData(s)});A.errors?G.notification.create("error",`Record ${A.record_delete.id} could not be deleted`):(ze.get({table:r.params.id,filters:u.filters,sort:u.sort}),G.notification.create("success",`Record ${A.record_delete.id} deleted`))}};function o(d){wu[d?"unshift":"push"](()=>{s=d,l(2,s)})}return t.$$set=d=>{"table"in d&&l(0,n=d.table),"id"in d&&l(1,a=d.id)},[n,a,s,i,o]}class Fl extends du{constructor(e){super(),pu(this,e,pl,dl,Fu,{table:0,id:1})}}function it(t,e,l){const u=t.slice();return u[6]=e[l],u}function st(t,e,l){const u=t.slice();u[9]=e[l];const r=$t(u[6].properties[u[9].name],u[9].attribute_type);return u[10]=r,u}function ot(t,e,l){const u=t.slice();return u[9]=e[l],u}function Dt(t){var v,y;let e,l,u,r,n,a,s,i,o,d,A,h,C,w,m,E=t[1].table.properties,F=[];for(let $=0;${D=null}),$e()),(!m||I&2&&w!==(w=Zu($[1].view.tableStyle)+" svelte-x72ehk"))&&_(e,"class",w)},i($){m||(J(D),m=!0)},o($){q(D),m=!1},d($){$&&c(e),lu(F,$),D&&D.d()}}}function ft(t){let e,l=t[9].name+"",u,r,n,a,s=t[9].attribute_type+"",i,o;return{c(){e=b("th"),u=R(l),r=j(),n=b("small"),a=R("("),i=R(s),o=R(")"),this.h()},l(d){e=B(d,"TH",{class:!0});var A=k(e);u=H(A,l),r=V(A),n=B(A,"SMALL",{class:!0});var h=k(n);a=H(h,"("),i=H(h,s),o=H(h,")"),h.forEach(c),A.forEach(c),this.h()},h(){_(n,"class","type svelte-x72ehk"),_(e,"class","svelte-x72ehk")},m(d,A){L(d,e,A),f(e,u),f(e,r),f(e,n),f(n,a),f(n,i),f(n,o)},p(d,A){A&2&&l!==(l=d[9].name+"")&&me(u,l),A&2&&s!==(s=d[9].attribute_type+"")&&me(i,s)},d(d){d&&c(e)}}}function ct(t){var s;let e=[],l=new Map,u,r,n=(s=t[1].records)==null?void 0:s.results;const a=i=>i[6].id;for(let i=0;i{a[d]=null}),$e(),l=a[e],l?l.p(i,o):(l=a[e]=n[e](i),l.c()),J(l,1),l.m(u.parentNode,u))},i(i){r||(J(l),r=!0)},o(i){q(l),r=!1},d(i){a[e].d(i),i&&c(u)}}}function Al(t){let e=JSON.stringify(t[10].value)+"",l;return{c(){l=R(e)},l(u){l=H(u,e)},m(u,r){L(u,l,r)},p(u,r){r&2&&e!==(e=JSON.stringify(u[10].value)+"")&&me(l,e)},i:Pe,o:Pe,d(u){u&&c(l)}}}function hl(t){let e,l;return e=new zt({props:{value:t[10].value}}),{c(){pe(e.$$.fragment)},l(u){Fe(e.$$.fragment,u)},m(u,r){Ee(e,u,r),l=!0},p(u,r){const n={};r&2&&(n.value=u[10].value),e.$set(n)},i(u){l||(J(e.$$.fragment,u),l=!0)},o(u){q(e.$$.fragment,u),l=!1},d(u){Ce(e,u)}}}function _t(t){let e,l,u,r;const n=[Cl,El],a=[];function s(i,o){return i[10].type==="json"||i[10].type==="jsonEscaped"?0:1}return l=s(t),u=a[l]=n[l](t),{c(){e=b("td"),u.c(),this.h()},l(i){e=B(i,"TD",{class:!0});var o=k(e);u.l(o),o.forEach(c),this.h()},h(){_(e,"class","svelte-x72ehk"),je(e,"value-null",t[10].type==="null")},m(i,o){L(i,e,o),a[l].m(e,null),r=!0},p(i,o){let d=l;l=s(i),l===d?a[l].p(i,o):(we(),q(a[d],1,1,()=>{a[d]=null}),$e(),u=a[l],u?u.p(i,o):(u=a[l]=n[l](i),u.c()),J(u,1),u.m(e,null)),(!r||o&2)&&je(e,"value-null",i[10].type==="null")},i(i){r||(J(u),r=!0)},o(i){q(u),r=!1},d(i){i&&c(e),a[l].d()}}}function dt(t,e){var Re,vu,ce,_e;let l,u,r,n,a,s,i,o,d,A,h,C,w,m,E,F,D,v,y,$,I,P,W,S,p,T,z=e[6].id+"",X,Q,ne,O,M=new Date((Re=e[6])==null?void 0:Re.created_at).toLocaleDateString(void 0,{})+"",N,Z,De,fe=new Date((vu=e[6])==null?void 0:vu.created_at).toLocaleTimeString(void 0,{})+"",te,be,Ae,he=new Date((ce=e[6])==null?void 0:ce.updated_at).toLocaleDateString(void 0,{})+"",Qe,xe,Je,ve=new Date((_e=e[6])==null?void 0:_e.updated_at).toLocaleTimeString(void 0,{})+"",Le,nu,Be,au,iu;d=new Oe({props:{icon:"navigationMenuVertical",size:"16"}});function Eu(){return e[2](e[6])}E=new Oe({props:{icon:"pencil",size:"16"}});function eu(){return e[3](e[6])}I=new Oe({props:{icon:"copy",size:"22"}});function Ne(){return e[4](e[6])}p=new Fl({props:{table:e[1].table,id:e[6].id}});let Ve=e[1].table.properties,ae=[];for(let ue=0;ueq(ae[ue],1,1,()=>{ae[ue]=null});return{key:t,first:null,c(){l=b("tr"),u=b("td"),r=b("div"),n=b("div"),a=b("button"),s=b("span"),i=R("More options"),o=j(),pe(d.$$.fragment),A=j(),h=b("button"),C=b("span"),w=R("Edit record"),m=j(),pe(E.$$.fragment),F=j(),D=b("menu"),v=b("ul"),y=b("li"),$=b("button"),pe(I.$$.fragment),P=R(`\r - Copy record`),W=j(),S=b("li"),pe(p.$$.fragment),T=j(),X=R(z),Q=j();for(let ue=0;ue{u=null}),$e())},i(n){l||(J(u),l=!0)},o(n){q(u),l=!1},d(n){u&&u.d(n),n&&c(e)}}}function ml(t,e,l){let u;Ke(t,G,o=>l(1,u=o));let r={id:null};return[r,u,o=>l(0,r.id=o.id,r),o=>{Te(G,u.record=o,u)},o=>{Te(G,u.record={...o},u),Te(G,u.record.id=null,u)},()=>l(0,r.id=null,r)]}class bl extends du{constructor(e){super(),pu(this,e,ml,vl,Fu,{})}}var yu=new Map;function Bl(t){var e=yu.get(t);e&&e.destroy()}function gl(t){var e=yu.get(t);e&&e.update()}var Bu=null;typeof window>"u"?((Bu=function(t){return t}).destroy=function(t){return t},Bu.update=function(t){return t}):((Bu=function(t,e){return t&&Array.prototype.forEach.call(t.length?t:[t],function(l){return function(u){if(u&&u.nodeName&&u.nodeName==="TEXTAREA"&&!yu.has(u)){var r,n=null,a=window.getComputedStyle(u),s=(r=u.value,function(){o({testForHeightReduction:r===""||!u.value.startsWith(r),restoreTextAlign:null}),r=u.value}),i=function(A){u.removeEventListener("autosize:destroy",i),u.removeEventListener("autosize:update",d),u.removeEventListener("input",s),window.removeEventListener("resize",d),Object.keys(A).forEach(function(h){return u.style[h]=A[h]}),yu.delete(u)}.bind(u,{height:u.style.height,resize:u.style.resize,textAlign:u.style.textAlign,overflowY:u.style.overflowY,overflowX:u.style.overflowX,wordWrap:u.style.wordWrap});u.addEventListener("autosize:destroy",i),u.addEventListener("autosize:update",d),u.addEventListener("input",s),window.addEventListener("resize",d),u.style.overflowX="hidden",u.style.wordWrap="break-word",yu.set(u,{destroy:i,update:d}),d()}function o(A){var h,C,w=A.restoreTextAlign,m=w===void 0?null:w,E=A.testForHeightReduction,F=E===void 0||E,D=a.overflowY;if(u.scrollHeight!==0&&(a.resize==="vertical"?u.style.resize="none":a.resize==="both"&&(u.style.resize="horizontal"),F&&(h=function(y){for(var $=[];y&&y.parentNode&&y.parentNode instanceof Element;)y.parentNode.scrollTop&&$.push([y.parentNode,y.parentNode.scrollTop]),y=y.parentNode;return function(){return $.forEach(function(I){var P=I[0],W=I[1];P.style.scrollBehavior="auto",P.scrollTop=W,P.style.scrollBehavior=null})}}(u),u.style.height=""),C=a.boxSizing==="content-box"?u.scrollHeight-(parseFloat(a.paddingTop)+parseFloat(a.paddingBottom)):u.scrollHeight+parseFloat(a.borderTopWidth)+parseFloat(a.borderBottomWidth),a.maxHeight!=="none"&&C>parseFloat(a.maxHeight)?(a.overflowY==="hidden"&&(u.style.overflow="scroll"),C=parseFloat(a.maxHeight)):a.overflowY!=="hidden"&&(u.style.overflow="hidden"),u.style.height=C+"px",m&&(u.style.textAlign=m),h&&h(),n!==C&&(u.dispatchEvent(new Event("autosize:resized",{bubbles:!0})),n=C),D!==a.overflow&&!m)){var v=a.textAlign;a.overflow==="hidden"&&(u.style.textAlign=v==="start"?"end":"start"),o({restoreTextAlign:v,testForHeightReduction:!0})}}function d(){o({testForHeightReduction:!0,restoreTextAlign:null})}}(l)}),t}).destroy=function(t){return t&&Array.prototype.forEach.call(t.length?t:[t],Bl),t},Bu.update=function(t){return t&&Array.prototype.forEach.call(t.length?t:[t],gl),t});var ju=Bu;const Wu=t=>(ju(t),{destroy(){ju.destroy(t)}});Wu.update=ju.update;Wu.destroy=ju.destroy;function pt(t){let e,l,u=!1,r,n,a,s=t[1][0].label+"",i,o,d,A,h,C,w,m,E=!1,F,D,v,y=t[1][1].label+"",$,I,P,W,S;return P=Tt(t[5][0]),{c(){e=b("input"),n=j(),a=b("label"),i=R(s),d=j(),A=b("label"),C=j(),w=b("input"),D=j(),v=b("label"),$=R(y),this.h()},l(p){e=B(p,"INPUT",{type:!0,name:!0,id:!0,class:!0}),n=V(p),a=B(p,"LABEL",{for:!0,class:!0});var T=k(a);i=H(T,s),T.forEach(c),d=V(p),A=B(p,"LABEL",{for:!0,class:!0}),k(A).forEach(c),C=V(p),w=B(p,"INPUT",{type:!0,name:!0,id:!0,class:!0}),D=V(p),v=B(p,"LABEL",{for:!0,class:!0});var z=k(v);$=H(z,y),z.forEach(c),this.h()},h(){_(e,"type","radio"),_(e,"name",t[0]),e.__value=l=t[1][0].value,e.value=e.__value,_(e,"id",r="toggle-"+t[0]+"-"+t[1][0].value),_(e,"class","svelte-1dpe1av"),_(a,"for",o="toggle-"+t[0]+"-"+t[1][0].value),_(a,"class","svelte-1dpe1av"),_(A,"for",h="toggle-"+t[0]+"-"+(t[2]===t[1][0].value?t[1][1].value:t[1][0].value)),_(A,"class","switcher svelte-1dpe1av"),_(w,"type","radio"),_(w,"name",t[0]),w.__value=m=t[1][1].value,w.value=w.__value,_(w,"id",F="toggle-"+t[0]+"-"+t[1][1].value),_(w,"class","svelte-1dpe1av"),_(v,"for",I="toggle-"+t[0]+"-"+t[1][1].value),_(v,"class","svelte-1dpe1av"),P.p(e,w)},m(p,T){L(p,e,T),e.checked=e.__value===t[2],L(p,n,T),L(p,a,T),f(a,i),L(p,d,T),L(p,A,T),L(p,C,T),L(p,w,T),w.checked=w.__value===t[2],L(p,D,T),L(p,v,T),f(v,$),W||(S=[re(e,"change",t[4]),re(e,"keydown",t[6]),re(w,"change",t[7]),re(w,"keydown",t[8])],W=!0)},p(p,T){T&1&&_(e,"name",p[0]),T&2&&l!==(l=p[1][0].value)&&(e.__value=l,e.value=e.__value,u=!0),T&3&&r!==(r="toggle-"+p[0]+"-"+p[1][0].value)&&_(e,"id",r),(u||T&4)&&(e.checked=e.__value===p[2]),T&2&&s!==(s=p[1][0].label+"")&&me(i,s),T&3&&o!==(o="toggle-"+p[0]+"-"+p[1][0].value)&&_(a,"for",o),T&7&&h!==(h="toggle-"+p[0]+"-"+(p[2]===p[1][0].value?p[1][1].value:p[1][0].value))&&_(A,"for",h),T&1&&_(w,"name",p[0]),T&2&&m!==(m=p[1][1].value)&&(w.__value=m,w.value=w.__value,E=!0),T&3&&F!==(F="toggle-"+p[0]+"-"+p[1][1].value)&&_(w,"id",F),(E||T&4)&&(w.checked=w.__value===p[2]),T&2&&y!==(y=p[1][1].label+"")&&me($,y),T&3&&I!==(I="toggle-"+p[0]+"-"+p[1][1].value)&&_(v,"for",I)},d(p){p&&c(e),p&&c(n),p&&c(a),p&&c(d),p&&c(A),p&&c(C),p&&c(w),p&&c(D),p&&c(v),P.r(),W=!1,hu(S)}}}function yl(t){let e,l=t[1].length===2&&pt(t);return{c(){e=b("div"),l&&l.c(),this.h()},l(u){e=B(u,"DIV",{class:!0});var r=k(e);l&&l.l(r),r.forEach(c),this.h()},h(){_(e,"class","toggle svelte-1dpe1av")},m(u,r){L(u,e,r),l&&l.m(e,null)},p(u,[r]){u[1].length===2?l?l.p(u,r):(l=pt(u),l.c(),l.m(e,null)):l&&(l.d(1),l=null)},i:Pe,o:Pe,d(u){u&&c(e),l&&l.d()}}}function kl(t,e,l){let{name:u}=e,{options:r=[]}=e,{checked:n=r[0].value}=e,a=(" "+n).slice(1);const s=[[]];function i(){a=this.__value,l(2,a)}const o=h=>{h.code==="Space"&&(h.preventDefault(),l(2,a=a===r[0].value?r[1].value:r[0].value))};function d(){a=this.__value,l(2,a)}const A=h=>{h.code==="Space"&&(h.preventDefault(),l(2,a=a===r[0].value?r[1].value:r[0].value))};return t.$$set=h=>{"name"in h&&l(0,u=h.name),"options"in h&&l(1,r=h.options),"checked"in h&&l(3,n=h.checked)},[u,r,a,n,i,s,o,d,A]}class wl extends du{constructor(e){super(),pu(this,e,kl,yl,Fu,{name:0,options:1,checked:3})}}function Ft(t,e,l){const u=t.slice();return u[13]=e[l],u}function Et(t,e,l){const u=t.slice();u[16]=e[l];const r=u[1].properties?$t(u[1].properties[u[16].name],u[16].attribute_type):{type:u[16].attribute_type,value:""};return u[17]=r,u}function Ct(t){let e,l;return{c(){e=b("input"),this.h()},l(u){e=B(u,"INPUT",{type:!0,name:!0}),this.h()},h(){_(e,"type","hidden"),_(e,"name","recordId"),e.value=l=t[1].id},m(u,r){L(u,e,r)},p(u,r){r&2&&l!==(l=u[1].id)&&(e.value=l)},d(u){u&&c(e)}}}function $l(t){let e=t[16].attribute_type+"",l,u,r,n,a;return{c(){l=R(e),u=j(),r=b("input"),this.h()},l(s){l=H(s,e),u=V(s),r=B(s,"INPUT",{type:!0,name:!0}),this.h()},h(){_(r,"type","hidden"),_(r,"name",n=t[16].name+"[type]"),r.value=a=t[16].attribute_type},m(s,i){L(s,l,i),L(s,u,i),L(s,r,i)},p(s,i){i&1&&e!==(e=s[16].attribute_type+"")&&me(l,e),i&1&&n!==(n=s[16].name+"[type]")&&_(r,"name",n),i&1&&a!==(a=s[16].attribute_type)&&(r.value=a)},i:Pe,o:Pe,d(s){s&&c(l),s&&c(u),s&&c(r)}}}function Sl(t){let e,l;return e=new wl({props:{name:t[16].name+"[type]",options:[{value:"string",label:"string"},{value:"json",label:"json"}],checked:t[17].type==="json"?"json":"string"}}),{c(){pe(e.$$.fragment)},l(u){Fe(e.$$.fragment,u)},m(u,r){Ee(e,u,r),l=!0},p(u,r){const n={};r&1&&(n.name=u[16].name+"[type]"),r&3&&(n.checked=u[17].type==="json"?"json":"string"),e.$set(n)},i(u){l||(J(e.$$.fragment,u),l=!0)},o(u){q(e.$$.fragment,u),l=!1},d(u){Ce(e,u)}}}function At(t){let e;return{c(){e=R("(non editable)")},l(l){e=H(l,"(non editable)")},m(l,u){L(l,e,u)},d(l){l&&c(e)}}}function ht(t){let e=t[5][t[16].name].message+"",l;return{c(){l=R(e)},l(u){l=H(u,e)},m(u,r){L(u,l,r)},p(u,r){r&33&&e!==(e=u[5][u[16].name].message+"")&&me(l,e)},d(u){u&&c(l)}}}function vt(t){let e,l,u,r=t[16].name+"",n,a,s,i,o,d,A,h,C,w,m,E,F,D,v,y,$,I,P,W,S,p,T,z;const X=[Sl,$l],Q=[];function ne(N,Z){return N[16].attribute_type==="string"?0:1}o=ne(t),d=Q[o]=X[o](t);let O=t[16].attribute_type==="upload"&&At(),M=t[5][t[16].name]&&ht(t);return{c(){e=b("fieldset"),l=b("dir"),u=b("label"),n=R(r),a=b("br"),s=j(),i=b("div"),d.c(),A=j(),O&&O.c(),h=j(),C=b("input"),F=j(),D=b("div"),v=b("textarea"),W=j(),S=b("div"),M&&M.c(),this.h()},l(N){e=B(N,"FIELDSET",{class:!0});var Z=k(e);l=B(Z,"DIR",{});var De=k(l);u=B(De,"LABEL",{for:!0,class:!0});var fe=k(u);n=H(fe,r),a=B(fe,"BR",{}),s=V(fe),i=B(fe,"DIV",{class:!0});var te=k(i);d.l(te),A=V(te),O&&O.l(te),h=V(te),C=B(te,"INPUT",{type:!0,name:!0}),te.forEach(c),fe.forEach(c),De.forEach(c),F=V(Z),D=B(Z,"DIV",{});var be=k(D);v=B(be,"TEXTAREA",{rows:!0,name:!0,id:!0,class:!0}),k(v).forEach(c),W=V(be),S=B(be,"DIV",{role:!0,class:!0});var Ae=k(S);M&&M.l(Ae),Ae.forEach(c),be.forEach(c),Z.forEach(c),this.h()},h(){_(C,"type","hidden"),_(C,"name",w=t[16].name+"[parsedType]"),C.value=m=t[17].type,_(i,"class","type svelte-yslxja"),_(u,"for",E="edit_"+t[16].name),_(u,"class","svelte-yslxja"),_(v,"rows","1"),_(v,"name",y=t[16].name+"[value]"),_(v,"id",$="edit_"+t[16].name),v.disabled=I=t[16].attribute_type==="upload",v.value=P=t[17].type==="json"||t[17].type==="jsonEscaped"&&!bt?JSON.stringify(t[17].value,void 0,2):t[17].value,_(v,"class","svelte-yslxja"),_(S,"role","alert"),_(S,"class","svelte-yslxja"),_(e,"class","svelte-yslxja")},m(N,Z){L(N,e,Z),f(e,l),f(l,u),f(u,n),f(u,a),f(u,s),f(u,i),Q[o].m(i,null),f(i,A),O&&O.m(i,null),f(i,h),f(i,C),f(e,F),f(e,D),f(D,v),f(D,W),f(D,S),M&&M.m(S,null),p=!0,T||(z=It(Wu.call(null,v)),T=!0)},p(N,Z){(!p||Z&1)&&r!==(r=N[16].name+"")&&me(n,r);let De=o;o=ne(N),o===De?Q[o].p(N,Z):(we(),q(Q[De],1,1,()=>{Q[De]=null}),$e(),d=Q[o],d?d.p(N,Z):(d=Q[o]=X[o](N),d.c()),J(d,1),d.m(i,A)),N[16].attribute_type==="upload"?O||(O=At(),O.c(),O.m(i,h)):O&&(O.d(1),O=null),(!p||Z&1&&w!==(w=N[16].name+"[parsedType]"))&&_(C,"name",w),(!p||Z&3&&m!==(m=N[17].type))&&(C.value=m),(!p||Z&1&&E!==(E="edit_"+N[16].name))&&_(u,"for",E),(!p||Z&1&&y!==(y=N[16].name+"[value]"))&&_(v,"name",y),(!p||Z&1&&$!==($="edit_"+N[16].name))&&_(v,"id",$),(!p||Z&1&&I!==(I=N[16].attribute_type==="upload"))&&(v.disabled=I),(!p||Z&3&&P!==(P=N[17].type==="json"||N[17].type==="jsonEscaped"&&!bt?JSON.stringify(N[17].value,void 0,2):N[17].value))&&(v.value=P),N[5][N[16].name]?M?M.p(N,Z):(M=ht(N),M.c(),M.m(S,null)):M&&(M.d(1),M=null)},i(N){p||(J(d),p=!0)},o(N){q(d),p=!1},d(N){N&&c(e),Q[o].d(),O&&O.d(),M&&M.d(),T=!1,z()}}}function mt(t){let e,l=JSON.stringify(t[4])+"",u,r;return{c(){e=b("li"),u=R(l),r=j(),this.h()},l(n){e=B(n,"LI",{class:!0});var a=k(e);u=H(a,l),r=V(a),a.forEach(c),this.h()},h(){_(e,"class","svelte-yslxja")},m(n,a){L(n,e,a),f(e,u),f(e,r)},p(n,a){a&16&&l!==(l=JSON.stringify(n[4])+"")&&me(u,l)},d(n){n&&c(e)}}}function Nl(t){let e;return{c(){e=R("Create record")},l(l){e=H(l,"Create record")},m(l,u){L(l,e,u)},d(l){l&&c(e)}}}function Tl(t){let e;return{c(){e=R("Edit record")},l(l){e=H(l,"Edit record")},m(l,u){L(l,e,u)},d(l){l&&c(e)}}}function Ol(t){let e,l,u,r,n,a,s,i,o,d,A,h,C,w,m,E,F,D,v,y,$,I,P=t[1].id&&Ct(t),W=t[0],S=[];for(let O=0;Oq(S[O],1,1,()=>{S[O]=null});let T=t[4],z=[];for(let O=0;O{y&&(v||(v=Xu(e,t[7],{},!0)),v.run(1))}),y=!0}},o(O){S=S.filter(Boolean);for(let M=0;Ml(6,u=E)),Ke(t,qu,E=>l(12,r=E));let{properties:n}=e,{editing:a}=e,s,i,o=[],d={};const A=function(E,{delay:F=0,duration:D=150}){return{delay:F,duration:D,css:v=>{const y=Ut(v);return`opacity: ${y}; transform: scale(${y});`}}};Ot(()=>{setTimeout(()=>{s.showModal()},10)}),document.addEventListener("keydown",E=>{E.key==="Escape"&&(E.preventDefault(),Te(G,u.record=null,u))},{once:!0});const h=async E=>{E.preventDefault();const F=new FormData(i);l(5,d={});for(const D of F.entries())if(D[0].endsWith("[type]")&&D[1]==="json"){const v=D[0].replace("[type]","");Iu(F.get(v+"[value]"))||l(5,d[v]={property:v,message:"Not a valid JSON"},d)}if(Object.keys(d).length)await Pt(),document.querySelector('[role="alert"]:not(:empty)').scrollIntoView({behavior:"smooth",block:"center"});else if(u.record.id){const D=await ze.edit({table:u.table.name,id:u.record.id,properties:F});D.errors?l(4,o=D.errors):(ze.get({table:r.params.id,filters:u.filters,sort:u.sort}),G.highlight("record",D.model_update.id),G.notification.create("success",`Record ${D.model_update.id} updated`),Te(G,u.record=null,u))}else{const D=await ze.create({table:u.table.name,properties:F});D.errors?l(4,o=D.errors):(G.clearFilters(),ze.get({table:r.params.id,filters:u.filters,sort:u.sort}),G.highlight("record",D.model_create.id),G.notification.create("success",`Record ${D.model_create.id} created`),Te(G,u.record=null,u))}},C=()=>Te(G,u.record=null,u);function w(E){wu[E?"unshift":"push"](()=>{i=E,l(3,i)})}function m(E){wu[E?"unshift":"push"](()=>{s=E,l(2,s)})}return t.$$set=E=>{"properties"in E&&l(0,n=E.properties),"editing"in E&&l(1,a=E.editing)},[n,a,s,i,o,d,u,A,h,C,w,m]}class Pl extends du{constructor(e){super(),pu(this,e,Il,Ol,Fu,{properties:0,editing:1})}}const{document:Uu}=jt;function Ll(t){let e;return{c(){e=R("Work in progress :)")},l(l){e=H(l,"Work in progress :)")},m(l,u){L(l,e,u)},i:Pe,o:Pe,d(l){l&&c(e)}}}function jl(t){let e,l;return e=new bl({}),{c(){pe(e.$$.fragment)},l(u){Fe(e.$$.fragment,u)},m(u,r){Ee(e,u,r),l=!0},i(u){l||(J(e.$$.fragment,u),l=!0)},o(u){q(e.$$.fragment,u),l=!1},d(u){Ce(e,u)}}}function Bt(t){let e,l,u,r,n,a,s;const i=[zl,Vl],o=[];function d(A,h){return A[0].view.tableStyle==="collapsed"?0:1}return l=d(t),u=o[l]=i[l](t),{c(){e=b("button"),u.c(),this.h()},l(A){e=B(A,"BUTTON",{class:!0,title:!0});var h=k(e);u.l(h),h.forEach(c),this.h()},h(){_(e,"class","button"),_(e,"title",r=t[0].view.tableStyle==="expanded"?"Collapse values":"Expand values")},m(A,h){L(A,e,h),o[l].m(e,null),n=!0,a||(s=re(e,"click",$u(function(){Vt(t[0].view.tableStyle==="collapsed"?G.setView({tableStyle:"expanded"}):G.setView({tableStyle:"collapsed"}))&&(t[0].view.tableStyle==="collapsed"?G.setView({tableStyle:"expanded"}):G.setView({tableStyle:"collapsed"})).apply(this,arguments)})),a=!0)},p(A,h){t=A;let C=l;l=d(t),l!==C&&(we(),q(o[C],1,1,()=>{o[C]=null}),$e(),u=o[l],u||(u=o[l]=i[l](t),u.c()),J(u,1),u.m(e,null)),(!n||h&1&&r!==(r=t[0].view.tableStyle==="expanded"?"Collapse values":"Expand values"))&&_(e,"title",r)},i(A){n||(J(u),n=!0)},o(A){q(u),n=!1},d(A){A&&c(e),o[l].d(),a=!1,s()}}}function Vl(t){let e,l,u,r,n;return r=new Oe({props:{icon:"collapse"}}),{c(){e=b("span"),l=R("Collapse values"),u=j(),pe(r.$$.fragment),this.h()},l(a){e=B(a,"SPAN",{class:!0});var s=k(e);l=H(s,"Collapse values"),s.forEach(c),u=V(a),Fe(r.$$.fragment,a),this.h()},h(){_(e,"class","label")},m(a,s){L(a,e,s),f(e,l),L(a,u,s),Ee(r,a,s),n=!0},i(a){n||(J(r.$$.fragment,a),n=!0)},o(a){q(r.$$.fragment,a),n=!1},d(a){a&&c(e),a&&c(u),Ce(r,a)}}}function zl(t){let e,l,u,r,n;return r=new Oe({props:{icon:"expand"}}),{c(){e=b("span"),l=R("Expand values"),u=j(),pe(r.$$.fragment),this.h()},l(a){e=B(a,"SPAN",{class:!0});var s=k(e);l=H(s,"Expand values"),s.forEach(c),u=V(a),Fe(r.$$.fragment,a),this.h()},h(){_(e,"class","label")},m(a,s){L(a,e,s),f(e,l),L(a,u,s),Ee(r,a,s),n=!0},i(a){n||(J(r.$$.fragment,a),n=!0)},o(a){q(r.$$.fragment,a),n=!1},d(a){a&&c(e),a&&c(u),Ce(r,a)}}}function gt(t){let e,l;return e=new Pl({props:{properties:t[0].table.properties,editing:t[0].record}}),{c(){pe(e.$$.fragment)},l(u){Fe(e.$$.fragment,u)},m(u,r){Ee(e,u,r),l=!0},p(u,r){const n={};r&1&&(n.properties=u[0].table.properties),r&1&&(n.editing=u[0].record),e.$set(n)},i(u){l||(J(e.$$.fragment,u),l=!0)},o(u){q(e.$$.fragment,u),l=!1},d(u){Ce(e,u)}}}function Ul(t){var ue,ee;let e,l,u,r,n,a,s,i,o,d,A,h,C,w,m,E,F,D,v,y,$,I,P,W,S,p=(((ue=t[0].records)==null?void 0:ue.total_pages)||"")+"",T,z,X,Q,ne,O,M,N,Z,De,fe,te,be,Ae,he,Qe,xe,Je,ve,Le,nu,Be,au,iu,Eu,eu,Ne,Ve,ae;Uu.title=e=(((ee=t[0].table)==null?void 0:ee.name)||"Loading…")+" | platformOS",n=new sl({}),s=new _l({}),C=new Oe({props:{icon:"refresh"}});const Su=[jl,Ll],Re=[];function vu(U,le){return U[0].view.database!=="tiles"?0:1}m=vu(t),E=Re[m]=Su[m](t),ne=new Oe({props:{icon:"plus"}});let ce=t[0].view.database!=="tiles"&&Bt(t);be=new Oe({props:{icon:"list"}}),Le=new Oe({props:{icon:"tiles"}});let _e=t[0].record!==null&>(t);return{c(){l=j(),u=b("section"),r=b("nav"),pe(n.$$.fragment),a=j(),pe(s.$$.fragment),i=j(),o=b("button"),d=b("span"),A=R("Refresh current view"),h=j(),pe(C.$$.fragment),w=j(),E.c(),F=j(),D=b("nav"),v=b("div"),y=b("label"),$=R("Page:"),I=j(),P=b("input"),S=R(`\r - of `),T=R(p),z=j(),X=b("div"),Q=b("button"),pe(ne.$$.fragment),O=j(),M=b("span"),N=R("Create new record"),Z=j(),ce&&ce.c(),De=j(),fe=b("div"),te=b("button"),pe(be.$$.fragment),Ae=j(),he=b("span"),Qe=R("Table view"),Je=j(),ve=b("button"),pe(Le.$$.fragment),nu=j(),Be=b("span"),au=R("Tiles view"),Eu=j(),_e&&_e.c(),eu=qe(),this.h()},l(U){Lt("svelte-1x9pzx",Uu.head).forEach(c),l=V(U),u=B(U,"SECTION",{class:!0});var ge=k(u);r=B(ge,"NAV",{class:!0});var ke=k(r);Fe(n.$$.fragment,ke),a=V(ke),Fe(s.$$.fragment,ke),i=V(ke),o=B(ke,"BUTTON",{class:!0,title:!0});var Ie=k(o);d=B(Ie,"SPAN",{class:!0});var ie=k(d);A=H(ie,"Refresh current view"),ie.forEach(c),h=V(Ie),Fe(C.$$.fragment,Ie),Ie.forEach(c),ke.forEach(c),w=V(ge),E.l(ge),F=V(ge),D=B(ge,"NAV",{class:!0});var He=k(D);v=B(He,"DIV",{});var Me=k(v);y=B(Me,"LABEL",{for:!0});var su=k(y);$=H(su,"Page:"),su.forEach(c),I=V(Me),P=B(Me,"INPUT",{type:!0,name:!0,id:!0,min:!0,max:!0,step:!0}),S=H(Me,`\r - of `),T=H(Me,p),Me.forEach(c),z=V(He),X=B(He,"DIV",{id:!0,class:!0});var We=k(X);Q=B(We,"BUTTON",{class:!0,title:!0});var uu=k(Q);Fe(ne.$$.fragment,uu),O=V(uu),M=B(uu,"SPAN",{class:!0});var mu=k(M);N=H(mu,"Create new record"),mu.forEach(c),uu.forEach(c),Z=V(We),ce&&ce.l(We),De=V(We),fe=B(We,"DIV",{class:!0});var Ze=k(fe);te=B(Ze,"BUTTON",{class:!0,title:!0});var ou=k(te);Fe(be.$$.fragment,ou),Ae=V(ou),he=B(ou,"SPAN",{class:!0});var Du=k(he);Qe=H(Du,"Table view"),Du.forEach(c),ou.forEach(c),Je=V(Ze),ve=B(Ze,"BUTTON",{class:!0,title:!0});var fu=k(ve);Fe(Le.$$.fragment,fu),nu=V(fu),Be=B(fu,"SPAN",{class:!0});var Cu=k(Be);au=H(Cu,"Tiles view"),Cu.forEach(c),fu.forEach(c),Ze.forEach(c),We.forEach(c),He.forEach(c),ge.forEach(c),Eu=V(U),_e&&_e.l(U),eu=qe(),this.h()},h(){var U;_(d,"class","label"),_(o,"class","button svelte-74kh9t"),_(o,"title","Refresh current view (R)"),je(o,"refreshing",t[2]),_(r,"class","svelte-74kh9t"),_(y,"for","page"),_(P,"type","number"),_(P,"name","page"),_(P,"id","page"),_(P,"min","1"),_(P,"max",W=((U=t[0].records)==null?void 0:U.total_pages)||100),_(P,"step","1"),_(M,"class","label"),_(Q,"class","button"),_(Q,"title","Create new record"),_(he,"class","label"),_(te,"class","button"),_(te,"title","Table view"),te.disabled=xe=t[0].view.database==="table",je(te,"active",t[0].view.database==="table"),_(Be,"class","label"),_(ve,"class","button"),_(ve,"title","Tiles view"),ve.disabled=iu=t[0].view.database==="tiles",je(ve,"active",t[0].view.database==="tiles"),_(fe,"class","combo"),_(X,"id","viewOptions"),_(X,"class","svelte-74kh9t"),_(D,"class","pagination svelte-74kh9t"),_(u,"class","svelte-74kh9t")},m(U,le){L(U,l,le),L(U,u,le),f(u,r),Ee(n,r,null),f(r,a),Ee(s,r,null),f(r,i),f(r,o),f(o,d),f(d,A),f(o,h),Ee(C,o,null),f(u,w),Re[m].m(u,null),f(u,F),f(u,D),f(D,v),f(v,y),f(y,$),f(v,I),f(v,P),Au(P,t[0].filters.page),f(v,S),f(v,T),f(D,z),f(D,X),f(X,Q),Ee(ne,Q,null),f(Q,O),f(Q,M),f(M,N),f(X,Z),ce&&ce.m(X,null),f(X,De),f(X,fe),f(fe,te),Ee(be,te,null),f(te,Ae),f(te,he),f(he,Qe),f(fe,Je),f(fe,ve),Ee(Le,ve,null),f(ve,nu),f(ve,Be),f(Be,au),L(U,Eu,le),_e&&_e.m(U,le),L(U,eu,le),Ne=!0,Ve||(ae=[re(window,"keypress",t[4]),re(o,"click",t[3]),re(P,"input",t[5]),re(P,"input",t[6]),re(Q,"click",$u(t[7])),re(te,"click",t[8]),re(ve,"click",t[9])],Ve=!0)},p(U,[le]){var ke,Ie,ie;(!Ne||le&1)&&e!==(e=(((ke=U[0].table)==null?void 0:ke.name)||"Loading…")+" | platformOS")&&(Uu.title=e),(!Ne||le&4)&&je(o,"refreshing",U[2]);let ge=m;m=vu(U),m!==ge&&(we(),q(Re[ge],1,1,()=>{Re[ge]=null}),$e(),E=Re[m],E||(E=Re[m]=Su[m](U),E.c()),J(E,1),E.m(u,F)),(!Ne||le&1&&W!==(W=((Ie=U[0].records)==null?void 0:Ie.total_pages)||100))&&_(P,"max",W),le&1&&yt(P.value)!==U[0].filters.page&&Au(P,U[0].filters.page),(!Ne||le&1)&&p!==(p=(((ie=U[0].records)==null?void 0:ie.total_pages)||"")+"")&&me(T,p),U[0].view.database!=="tiles"?ce?(ce.p(U,le),le&1&&J(ce,1)):(ce=Bt(U),ce.c(),J(ce,1),ce.m(X,De)):ce&&(we(),q(ce,1,1,()=>{ce=null}),$e()),(!Ne||le&1&&xe!==(xe=U[0].view.database==="table"))&&(te.disabled=xe),(!Ne||le&1)&&je(te,"active",U[0].view.database==="table"),(!Ne||le&1&&iu!==(iu=U[0].view.database==="tiles"))&&(ve.disabled=iu),(!Ne||le&1)&&je(ve,"active",U[0].view.database==="tiles"),U[0].record!==null?_e?(_e.p(U,le),le&1&&J(_e,1)):(_e=gt(U),_e.c(),J(_e,1),_e.m(eu.parentNode,eu)):_e&&(we(),q(_e,1,1,()=>{_e=null}),$e())},i(U){Ne||(J(n.$$.fragment,U),J(s.$$.fragment,U),J(C.$$.fragment,U),J(E),J(ne.$$.fragment,U),J(ce),J(be.$$.fragment,U),J(Le.$$.fragment,U),J(_e),Ne=!0)},o(U){q(n.$$.fragment,U),q(s.$$.fragment,U),q(C.$$.fragment,U),q(E),q(ne.$$.fragment,U),q(ce),q(be.$$.fragment,U),q(Le.$$.fragment,U),q(_e),Ne=!1},d(U){U&&c(l),U&&c(u),Ce(n),Ce(s),Ce(C),Re[m].d(),Ce(ne),ce&&ce.d(),Ce(be),Ce(Le),U&&c(Eu),_e&&_e.d(U),U&&c(eu),Ve=!1,hu(ae)}}}function Jl(t,e,l){let u,r;Ke(t,G,C=>l(0,u=C)),Ke(t,qu,C=>l(1,r=C));let n=!1;const a=()=>{l(2,n=!0),ze.get({table:r.params.id,filters:u.filters,sort:u.sort}).then(()=>l(2,n=!1))},s=C=>{document.activeElement===document.body&&!C.target.matches("input, textarea")&&C.key==="r"&&a()};function i(){u.filters.page=yt(this.value),G.set(u)}const o=()=>{ze.get({table:r.params.id,filters:u.filters,sort:u.sort})},d=()=>Te(G,u.record={},u),A=()=>Te(G,u.view.database="table",u),h=()=>Te(G,u.view.database="tiles",u);return t.$$.update=()=>{t.$$.dirty&3&&Te(G,u.table=u.tables.filter(C=>C.id===r.params.id)[0],u),t.$$.dirty&2&&r.params.id&&ze.get({table:r.params.id})&&G.clearFilters(),t.$$.dirty&2&&r.params.id&&G.clearFilters()},[u,r,n,a,s,i,o,d,A,h]}class Gl extends du{constructor(e){super(),pu(this,e,Jl,Ul,Fu,{})}}export{Gl as component}; diff --git a/gui/next/build/_app/immutable/nodes/12.889cebd3.js b/gui/next/build/_app/immutable/nodes/12.889cebd3.js new file mode 100644 index 00000000..59c0edbe --- /dev/null +++ b/gui/next/build/_app/immutable/nodes/12.889cebd3.js @@ -0,0 +1,72 @@ +import{s as du,f as b,g,h as I,d as _,i as j,x as te,R as yu,v as xe,e as Xe,M as ru,a as L,r as ie,c as V,j as c,J as ne,B as gu,u as d,K as lu,y as Eu,z as je,P as Nu,p as Bu,l as le,m as re,n as ge,A as ze,S as Xu,w as Je,T as St,o as Nt,U as Tt,t as Ot,I as It,L as yt,O as Pt}from"../chunks/scheduler.e2aa1391.js";import{S as _u,i as Cu,a as J,g as Se,t as q,c as Ne,b as Ae,d as he,m as me,e as ve,f as Zu}from"../chunks/index.12b5c620.js";import{g as jt}from"../chunks/globals.7f7f1b26.js";import{p as Ru}from"../chunks/stores.e84b517d.js";import{s as Z}from"../chunks/state.f2691bd0.js";import{t as Tu}from"../chunks/tryParseJSON.f125f883.js";import{g as $u}from"../chunks/graphql.66a06395.js";import{I as Le}from"../chunks/Icon.a5fa4953.js";import{e as we,u as Lt,o as Vt}from"../chunks/each.c0161bb5.js";import{J as zt}from"../chunks/JSONTree.54ddc30e.js";import{q as Ut}from"../chunks/index.50c00146.js";var Jt=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/,qt=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/,Rt=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/,Lu={Space_Separator:Jt,ID_Start:qt,ID_Continue:Rt},Ee={isSpaceSeparator(t){return typeof t=="string"&&Lu.Space_Separator.test(t)},isIdStartChar(t){return typeof t=="string"&&(t>="a"&&t<="z"||t>="A"&&t<="Z"||t==="$"||t==="_"||Lu.ID_Start.test(t))},isIdContinueChar(t){return typeof t=="string"&&(t>="a"&&t<="z"||t>="A"&&t<="Z"||t>="0"&&t<="9"||t==="$"||t==="_"||t==="‌"||t==="‍"||Lu.ID_Continue.test(t))},isDigit(t){return typeof t=="string"&&/[0-9]/.test(t)},isHexDigit(t){return typeof t=="string"&&/[0-9A-Fa-f]/.test(t)}};let Uu,Oe,Ge,Ou,nu,He,ke,Hu,vu;var Ht=function(e,l){Uu=String(e),Oe="start",Ge=[],Ou=0,nu=1,He=0,ke=void 0,Hu=void 0,vu=void 0;do ke=Mt(),Zt[Oe]();while(ke.type!=="eof");return typeof l=="function"?Ju({"":vu},"",l):vu};function Ju(t,e,l){const u=t[e];if(u!=null&&typeof u=="object")if(Array.isArray(u))for(let r=0;r0;){const l=Qe();if(!Ee.isHexDigit(l))throw ce(B());t+=B()}return String.fromCodePoint(parseInt(t,16))}const Zt={start(){if(ke.type==="eof")throw fu();Vu()},beforePropertyName(){switch(ke.type){case"identifier":case"string":Hu=ke.value,Oe="afterPropertyName";return;case"punctuator":Su();return;case"eof":throw fu()}},afterPropertyName(){if(ke.type==="eof")throw fu();Oe="beforePropertyValue"},beforePropertyValue(){if(ke.type==="eof")throw fu();Vu()},beforeArrayValue(){if(ke.type==="eof")throw fu();if(ke.type==="punctuator"&&ke.value==="]"){Su();return}Vu()},afterPropertyValue(){if(ke.type==="eof")throw fu();switch(ke.value){case",":Oe="beforePropertyName";return;case"}":Su()}},afterArrayValue(){if(ke.type==="eof")throw fu();switch(ke.value){case",":Oe="beforeArrayValue";return;case"]":Su()}},end(){}};function Vu(){let t;switch(ke.type){case"punctuator":switch(ke.value){case"{":t={};break;case"[":t=[];break}break;case"null":case"boolean":case"numeric":case"string":t=ke.value;break}if(vu===void 0)vu=t;else{const e=Ge[Ge.length-1];Array.isArray(e)?e.push(t):Object.defineProperty(e,Hu,{value:t,writable:!0,enumerable:!0,configurable:!0})}if(t!==null&&typeof t=="object")Ge.push(t),Array.isArray(t)?Oe="beforeArrayValue":Oe="beforePropertyName";else{const e=Ge[Ge.length-1];e==null?Oe="end":Array.isArray(e)?Oe="afterArrayValue":Oe="afterPropertyValue"}}function Su(){Ge.pop();const t=Ge[Ge.length-1];t==null?Oe="end":Array.isArray(t)?Oe="afterArrayValue":Oe="afterPropertyValue"}function ce(t){return Iu(t===void 0?`JSON5: invalid end of input at ${nu}:${He}`:`JSON5: invalid character '${wt(t)}' at ${nu}:${He}`)}function fu(){return Iu(`JSON5: invalid end of input at ${nu}:${He}`)}function Yu(){return He-=5,Iu(`JSON5: invalid identifier character at ${nu}:${He}`)}function Yt(t){console.warn(`JSON5: '${wt(t)}' in strings is not valid ECMAScript; consider escaping`)}function wt(t){const e={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r"," ":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};if(e[t])return e[t];if(t<" "){const l=t.charCodeAt(0).toString(16);return"\\x"+("00"+l).substring(l.length)}return t}function Iu(t){const e=new SyntaxError(t);return e.lineNumber=nu,e.columnNumber=He,e}var Kt=function(e,l,u){const r=[];let n="",a,s,i="",o;if(l!=null&&typeof l=="object"&&!Array.isArray(l)&&(u=l.space,o=l.quote,l=l.replacer),typeof l=="function")s=l;else if(Array.isArray(l)){a=[];for(const v of l){let F;typeof v=="string"?F=v:(typeof v=="number"||v instanceof String||v instanceof Number)&&(F=String(v)),F!==void 0&&a.indexOf(F)<0&&a.push(F)}}return u instanceof Number?u=Number(u):u instanceof String&&(u=String(u)),typeof u=="number"?u>0&&(u=Math.min(10,Math.floor(u)),i=" ".substr(0,u)):typeof u=="string"&&(i=u.substr(0,10)),f("",{"":e});function f(v,F){let C=F[v];switch(C!=null&&(typeof C.toJSON5=="function"?C=C.toJSON5(v):typeof C.toJSON=="function"&&(C=C.toJSON(v))),s&&(C=s.call(F,v,C)),C instanceof Number?C=Number(C):C instanceof String?C=String(C):C instanceof Boolean&&(C=C.valueOf()),C){case null:return"null";case!0:return"true";case!1:return"false"}if(typeof C=="string")return A(C);if(typeof C=="number")return String(C);if(typeof C=="object")return Array.isArray(C)?w(C):m(C)}function A(v){const F={"'":.1,'"':.2},C={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r"," ":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};let D="";for(let y=0;yF[y]=0)throw TypeError("Converting circular structure to JSON5");r.push(v);let F=n;n=n+i;let C=a||Object.keys(v),D=[];for(const y of C){const $=f(y,v);if($!==void 0){let P=E(y)+":";i!==""&&(P+=" "),P+=$,D.push(P)}}let h;if(D.length===0)h="{}";else{let y;if(i==="")y=D.join(","),h="{"+y+"}";else{let $=`, +`+n;y=D.join($),h=`{ +`+n+y+`, +`+F+"}"}}return r.pop(),n=F,h}function E(v){if(v.length===0)return A(v);const F=String.fromCodePoint(v.codePointAt(0));if(!Ee.isIdStartChar(F))return A(v);for(let C=F.length;C=0)throw TypeError("Converting circular structure to JSON5");r.push(v);let F=n;n=n+i;let C=[];for(let h=0;h{let e={};Object.keys(t).forEach(u=>{let r=u.slice(0,u.indexOf("[")),n=u.slice(u.indexOf("[")+1,u.indexOf("]"));(e[r]??(e[r]={}))[n]=t[u]});let l="";return Object.keys(e).forEach(u=>{e[u].type==="string"&&Tu(e[u].value)&&(e[u].value=JSON.stringify(JSON.parse(e[u].value))),(e[u].type==="string"||e[u].type==="text"||e[u].type==="date"||e[u].type==="time"||e[u].type==="datetime")&&(e[u].value=JSON.stringify(e[u].value)),e[u].type==="json"&&(e[u].value=Qt.stringify(JSON.parse(e[u].value),{quote:'"'})),e[u].value||(e[u].value=null),e[u].type!=="upload"&&(l+=`{ name: "${u}", ${xt[e[u].type]}: ${e[u].value} }`)}),l},el=t=>{let e="";const l={string:["array_contains","not_array_contains","contains","ends_with","not_contains","not_ends_with","not_starts_with","not_value","starts_with","value"],range:["range"]};return t.forEach(u=>{let r="";l.string.includes(u.operation)?r=`"${u.value}"`:l.range.includes(u.operation)?r=`{ ${u.minFilter}: "${u.minFilterValue}", ${u.maxFilter}: "${u.maxFilterValue}" }`:r=u.value,u.name!=="id"&&r&&(e+=`{ + name: "${u.name}", + ${u.operation}: ${r} + }`)}),e=` + properties: [${e}] + `,e},Re={get:t=>{var f,A,m;const l={...{deleted:!1,filters:{page:1}},...t},u=l.table?`model_schema_id: { value: ${l.table} }`:"",r=(A=(f=l.filters)==null?void 0:f.attributes)==null?void 0:A.findIndex(E=>E.name==="id");let n="";r>=0&&l.filters.attributes[r].value&&(n=`id: { ${l.filters.attributes[r].operation}: ${l.filters.attributes[r].value} }`);let a="";l.sort?l.sort.by==="id"||l.sort.by==="created_at"||l.sort.by==="updated_at"?a=`${l.sort.by}: { order: ${l.sort.order} }`:a=`properties: { name: "${l.sort.by}", order: ${l.sort.order} }`:a="created_at: { order: DESC }";const s=l.deleted?"deleted_at: { exists: true }":"",i=(m=l.filters)!=null&&m.attributes?el(l.filters.attributes):"",o=` + query { + models( + page: ${l.filters.page} + per_page: 20, + sort: { ${a} }, + filter: { + ${u} + ${n} + ${s} + ${i} + } + ) { + current_page + total_pages + results { + id + created_at + updated_at + deleted_at + properties + } + } + }`;return $u({query:o}).then(E=>{Z.data("records",E.models)})},create:t=>{let e=Object.fromEntries(t.properties.entries());const l=e.tableName;delete e.tableName,e=Ku(e);const u=` + mutation { + model_create(model: { + model_schema_name: "${l}", + properties: [${e}] + }) { + id + } + }`;return $u({query:u})},edit:t=>{let e=Object.fromEntries(t.properties.entries());const l=e.tableName;delete e.tableName;const u=e.recordId;delete e.recordId,e=Ku(e);const r=` + mutation { + model_update( + id: ${u}, + model: { + model_schema_name: "${l}" + properties: [${e}] + } + ) { + id + } + }`;return $u({query:r})},delete:t=>{let e=Object.fromEntries(t.properties.entries());const l=e.tableName,u=e.recordId,r=` + mutation { + record_delete(table: "${l}", id: ${u}) { + id + } + }`;return $u({query:r})}};function Gu(t,e,l){const u=t.slice();return u[10]=e[l],u[11]=e,u[12]=l,u}function Qu(t,e,l){const u=t.slice();return u[13]=e[l],u}function xu(t,e,l){const u=t.slice();return u[16]=e[l],u}function et(t){let e,l,u=we(t[1].filters.attributes),r=[];for(let a=0;aq(r[a],1,1,()=>{r[a]=null});return{c(){for(let a=0;a{O[N]=null}),Ne(),m=O[A],m?m.p(t,p):(m=O[A]=P[A](t),m.c()),J(m,1),m.m(e,E))},i(k){w||(J(m),w=!0)},o(k){q(m),w=!1},d(k){k&&_(e),ru(D,k),O[A].d(),v=!1,Eu(F)}}}function al(t){var a;let e,l,u,r,n=((a=t[1].table)==null?void 0:a.properties)&&et(t);return{c(){e=b("form"),n&&n.c()},l(s){e=g(s,"FORM",{});var i=I(e);n&&n.l(i),i.forEach(_)},m(s,i){j(s,e,i),n&&n.m(e,null),t[9](e),l=!0,u||(r=te(e,"submit",yu(t[3])),u=!0)},p(s,[i]){var o;(o=s[1].table)!=null&&o.properties?n?(n.p(s,i),i&2&&J(n,1)):(n=et(s),n.c(),J(n,1),n.m(e,null)):n&&(Se(),q(n,1,1,()=>{n=null}),Ne())},i(s){l||(J(n),l=!0)},o(s){q(n),l=!1},d(s){s&&_(e),n&&n.d(),t[9](null),u=!1,r()}}}function il(t,e,l){let u;xe(t,Z,E=>l(1,u=E));let r;const n={id:["value"],string:["value","exists","contains","ends_with","not_contains","not_ends_with","not_starts_with","not_value","starts_with"],text:["value","exists","not_value"],array:["array_contains","value_array","value_in","exists","array_overlaps","not_array_contains","not_array_overlaps","not_value_array","not_value_in"],boolean:["value_boolean","exists","not_value_boolean"],integer:["value_int","exists","not_value_int","range"],float:["value_float","exists","not_value_float","range"],upload:["value","exists","not_value"],datetime:["value","exists","not_value"],date:["value","exists","not_value"]},a=()=>{je(Z,u.filters={page:1,attributes:[Object.fromEntries(new FormData(r).entries())]},u),Re.get({table:u.table.id,filters:u.filters,sort:u.sort})};function s(E,w){E[w].name=Nu(this),Z.set(u)}const i=(E,w,v)=>{var F;je(Z,w[v].attribute_type=((F=u.table.properties.find(C=>C.name===E.name))==null?void 0:F.attribute_type)||"id",u)};function o(E,w){E[w].attribute_type=this.value,Z.set(u)}function f(E,w){E[w].operation=Nu(this),Z.set(u)}function A(E,w){E[w].value=this.value,Z.set(u)}function m(E){Bu[E?"unshift":"push"](()=>{r=E,l(0,r)})}return[r,u,n,a,s,i,o,f,A,m]}class sl extends _u{constructor(e){super(),Cu(this,e,il,al,du,{})}}function rt(t,e,l){const u=t.slice();return u[8]=e[l],u}function nt(t){let e,l,u="created at",r,n="updated at",a,s="id",i,o,f,A="DESC [Z→A]",m,E="ASC [A→Z]",w,v,F,C,D,h,y,$=we(t[1].table.properties),P=[];for(let p=0;p<$.length;p+=1)P[p]=at(rt(t,$,p));const O=[Dl,ol],H=[];function k(p,N){return p[1].sort.order==="DESC"?0:1}return F=k(t),C=H[F]=O[F](t),{c(){e=b("select"),l=b("option"),l.textContent=u,r=b("option"),r.textContent=n,a=b("option"),a.textContent=s;for(let p=0;pt[3].call(e)),f.__value="DESC",ne(f,f.__value),m.__value="ASC",ne(m,m.__value),c(o,"name","order"),c(o,"id","sort_order"),c(o,"class","svelte-yzlk61"),t[1].sort.order===void 0&&gu(()=>t[5].call(o)),c(v,"for","sort_order"),c(v,"class","button svelte-yzlk61")},m(p,N){j(p,e,N),d(e,l),d(e,r),d(e,a);for(let z=0;z{H[z]=null}),Ne(),C=H[F],C||(C=H[F]=O[F](p),C.c()),J(C,1),C.m(v,null))},i(p){D||(J(C),D=!0)},o(p){q(C),D=!1},d(p){p&&(_(e),_(i),_(o),_(w),_(v)),ru(P,p),H[F].d(),h=!1,Eu(y)}}}function at(t){let e,l=t[8].name+"",u,r,n;return{c(){e=b("option"),u=le(l),r=L(),this.h()},l(a){e=g(a,"OPTION",{});var s=I(e);u=re(s,l),r=V(s),s.forEach(_),this.h()},h(){e.__value=n=t[8].name,ne(e,e.__value)},m(a,s){j(a,e,s),d(e,u),d(e,r)},p(a,s){s&2&&l!==(l=a[8].name+"")&&ge(u,l),s&2&&n!==(n=a[8].name)&&(e.__value=n,ne(e,e.__value))},d(a){a&&_(e)}}}function ol(t){let e,l;return e=new Le({props:{icon:"sortAZ"}}),{c(){Ae(e.$$.fragment)},l(u){he(e.$$.fragment,u)},m(u,r){me(e,u,r),l=!0},i(u){l||(J(e.$$.fragment,u),l=!0)},o(u){q(e.$$.fragment,u),l=!1},d(u){ve(e,u)}}}function Dl(t){let e,l;return e=new Le({props:{icon:"sortZA"}}),{c(){Ae(e.$$.fragment)},l(u){he(e.$$.fragment,u)},m(u,r){me(e,u,r),l=!0},i(u){l||(J(e.$$.fragment,u),l=!0)},o(u){q(e.$$.fragment,u),l=!1},d(u){ve(e,u)}}}function cl(t){var a;let e,l,u,r,n=((a=t[1].table)==null?void 0:a.properties)&&nt(t);return{c(){e=b("form"),n&&n.c(),this.h()},l(s){e=g(s,"FORM",{class:!0});var i=I(e);n&&n.l(i),i.forEach(_),this.h()},h(){c(e,"class","svelte-yzlk61")},m(s,i){j(s,e,i),n&&n.m(e,null),t[7](e),l=!0,u||(r=te(e,"submit",yu(t[2])),u=!0)},p(s,[i]){var o;(o=s[1].table)!=null&&o.properties?n?(n.p(s,i),i&2&&J(n,1)):(n=nt(s),n.c(),J(n,1),n.m(e,null)):n&&(Se(),q(n,1,1,()=>{n=null}),Ne())},i(s){l||(J(n),l=!0)},o(s){q(n),l=!1},d(s){s&&_(e),n&&n.d(),t[7](null),u=!1,r()}}}function fl(t,e,l){let u;xe(t,Z,A=>l(1,u=A));let r;const n=()=>{je(Z,u.filters.page=1,u),Re.get({table:u.table.id,filters:u.filters,sort:Object.fromEntries(new FormData(r).entries())})};function a(){u.sort.by=Nu(this),Z.set(u)}const s=()=>r.requestSubmit();function i(){u.sort.order=Nu(this),Z.set(u)}const o=()=>r.requestSubmit();function f(A){Bu[A?"unshift":"push"](()=>{r=A,l(0,r)})}return[r,u,n,a,s,i,o,f]}class dl extends _u{constructor(e){super(),Cu(this,e,fl,cl,du,{})}}const $t=(t,e)=>{let l={value:t,type:e};return e!=="boolean"&&!t?(l.value=null,l.type="null",{...l}):(e==="boolean"&&(t===!0?l.value="true":l.value="false"),typeof t=="object"?(l.value=t,l.type="json",{...l}):Tu(t)?(l.value=Tu(t),l.type="jsonEscaped",{...l}):{...l})};function _l(t){let e,l,u,r,n,a,s,i,o,f,A,m,E;return o=new Le({props:{icon:"x",size:"22"}}),{c(){e=b("form"),l=b("input"),r=L(),n=b("input"),a=L(),s=b("button"),i=b("i"),Ae(o.$$.fragment),f=le(`\r + Delete record`),this.h()},l(w){e=g(w,"FORM",{});var v=I(e);l=g(v,"INPUT",{type:!0,name:!0}),r=V(v),n=g(v,"INPUT",{type:!0,name:!0}),a=V(v),s=g(v,"BUTTON",{class:!0});var F=I(s);i=g(F,"I",{class:!0});var C=I(i);he(o.$$.fragment,C),C.forEach(_),f=re(F,`\r + Delete record`),F.forEach(_),v.forEach(_),this.h()},h(){c(l,"type","hidden"),c(l,"name","tableName"),l.value=u=t[0].name,c(n,"type","hidden"),c(n,"name","recordId"),n.value=t[1],c(i,"class","svelte-ooaugn"),c(s,"class","danger")},m(w,v){j(w,e,v),d(e,l),d(e,r),d(e,n),d(e,a),d(e,s),d(s,i),me(o,i,null),d(s,f),t[4](e),A=!0,m||(E=te(e,"submit",t[3]),m=!0)},p(w,[v]){(!A||v&1&&u!==(u=w[0].name))&&(l.value=u),(!A||v&2)&&(n.value=w[1])},i(w){A||(J(o.$$.fragment,w),A=!0)},o(w){q(o.$$.fragment,w),A=!1},d(w){w&&_(e),ve(o),t[4](null),m=!1,E()}}}function Cl(t,e,l){let u,r;xe(t,Z,f=>l(5,u=f)),xe(t,Ru,f=>l(6,r=f));let{table:n}=e,{id:a}=e,s;const i=async f=>{if(f.preventDefault(),confirm("Are you sure you want to delete this record?")){const A=await Re.delete({table:n.name,properties:new FormData(s)});A.errors?Z.notification.create("error",`Record ${A.record_delete.id} could not be deleted`):(Re.get({table:r.params.id,filters:u.filters,sort:u.sort}),Z.notification.create("success",`Record ${A.record_delete.id} deleted`))}};function o(f){Bu[f?"unshift":"push"](()=>{s=f,l(2,s)})}return t.$$set=f=>{"table"in f&&l(0,n=f.table),"id"in f&&l(1,a=f.id)},[n,a,s,i,o]}class pl extends _u{constructor(e){super(),Cu(this,e,Cl,_l,du,{table:0,id:1})}}function it(t,e,l){const u=t.slice();return u[6]=e[l],u}function st(t,e,l){const u=t.slice();u[9]=e[l];const r=$t(u[6].properties[u[9].name],u[9].attribute_type);return u[10]=r,u}function ot(t,e,l){const u=t.slice();return u[9]=e[l],u}function Dt(t){var h,y;let e,l,u,r,n="id",a,s,i,o="created at",f,A,m="updated at",E,w,v,F=we(t[1].table.properties),C=[];for(let $=0;${D=null}),Ne()),(!v||P&2&&w!==(w=Xu($[1].view.tableStyle)+" svelte-x72ehk"))&&c(e,"class",w)},i($){v||(J(D),v=!0)},o($){q(D),v=!1},d($){$&&_(e),ru(C,$),D&&D.d()}}}function ct(t){let e,l=t[9].name+"",u,r,n,a,s=t[9].attribute_type+"",i,o;return{c(){e=b("th"),u=le(l),r=L(),n=b("small"),a=le("("),i=le(s),o=le(")"),this.h()},l(f){e=g(f,"TH",{class:!0});var A=I(e);u=re(A,l),r=V(A),n=g(A,"SMALL",{class:!0});var m=I(n);a=re(m,"("),i=re(m,s),o=re(m,")"),m.forEach(_),A.forEach(_),this.h()},h(){c(n,"class","type svelte-x72ehk"),c(e,"class","svelte-x72ehk")},m(f,A){j(f,e,A),d(e,u),d(e,r),d(e,n),d(n,a),d(n,i),d(n,o)},p(f,A){A&2&&l!==(l=f[9].name+"")&&ge(u,l),A&2&&s!==(s=f[9].attribute_type+"")&&ge(i,s)},d(f){f&&_(e)}}}function ft(t){var s;let e=[],l=new Map,u,r,n=we((s=t[1].records)==null?void 0:s.results);const a=i=>i[6].id;for(let i=0;i{a[f]=null}),Ne(),l=a[e],l?l.p(i,o):(l=a[e]=n[e](i),l.c()),J(l,1),l.m(u.parentNode,u))},i(i){r||(J(l),r=!0)},o(i){q(l),r=!1},d(i){i&&_(u),a[e].d(i)}}}function Al(t){let e=JSON.stringify(t[10].value)+"",l;return{c(){l=le(e)},l(u){l=re(u,e)},m(u,r){j(u,l,r)},p(u,r){r&2&&e!==(e=JSON.stringify(u[10].value)+"")&&ge(l,e)},i:ze,o:ze,d(u){u&&_(l)}}}function hl(t){let e,l;return e=new zt({props:{value:t[10].value}}),{c(){Ae(e.$$.fragment)},l(u){he(e.$$.fragment,u)},m(u,r){me(e,u,r),l=!0},p(u,r){const n={};r&2&&(n.value=u[10].value),e.$set(n)},i(u){l||(J(e.$$.fragment,u),l=!0)},o(u){q(e.$$.fragment,u),l=!1},d(u){ve(e,u)}}}function dt(t){let e,l,u,r;const n=[El,Fl],a=[];function s(i,o){return i[10].type==="json"||i[10].type==="jsonEscaped"?0:1}return l=s(t),u=a[l]=n[l](t),{c(){e=b("td"),u.c(),this.h()},l(i){e=g(i,"TD",{class:!0});var o=I(e);u.l(o),o.forEach(_),this.h()},h(){c(e,"class","svelte-x72ehk"),Je(e,"value-null",t[10].type==="null")},m(i,o){j(i,e,o),a[l].m(e,null),r=!0},p(i,o){let f=l;l=s(i),l===f?a[l].p(i,o):(Se(),q(a[f],1,1,()=>{a[f]=null}),Ne(),u=a[l],u?u.p(i,o):(u=a[l]=n[l](i),u.c()),J(u,1),u.m(e,null)),(!r||o&2)&&Je(e,"value-null",i[10].type==="null")},i(i){r||(J(u),r=!0)},o(i){q(u),r=!1},d(i){i&&_(e),a[l].d()}}}function _t(t,e){var We,Au,Ce,pe;let l,u,r,n,a,s,i="More options",o,f,A,m,E,w="Edit record",v,F,C,D,h,y,$,P,O,H,k,p,N,z=e[6].id+"",W,G,oe,T,R=new Date((We=e[6])==null?void 0:We.created_at).toLocaleDateString(void 0,{})+"",S,X,fe,de=new Date((Au=e[6])==null?void 0:Au.created_at).toLocaleTimeString(void 0,{})+"",ee,Fe,_e,Ve=new Date((Ce=e[6])==null?void 0:Ce.updated_at).toLocaleDateString(void 0,{})+"",au,eu,Me,be=new Date((pe=e[6])==null?void 0:pe.updated_at).toLocaleTimeString(void 0,{})+"",Ue,iu,Be,pu,su;f=new Le({props:{icon:"navigationMenuVertical",size:"16"}});function Fu(){return e[2](e[6])}F=new Le({props:{icon:"pencil",size:"16"}});function uu(){return e[3](e[6])}P=new Le({props:{icon:"copy",size:"22"}});function Ie(){return e[4](e[6])}p=new pl({props:{table:e[1].table,id:e[6].id}});let qe=we(e[1].table.properties),ae=[];for(let x=0;xq(ae[x],1,1,()=>{ae[x]=null});return{key:t,first:null,c(){l=b("tr"),u=b("td"),r=b("div"),n=b("div"),a=b("button"),s=b("span"),s.textContent=i,o=L(),Ae(f.$$.fragment),A=L(),m=b("button"),E=b("span"),E.textContent=w,v=L(),Ae(F.$$.fragment),C=L(),D=b("menu"),h=b("ul"),y=b("li"),$=b("button"),Ae(P.$$.fragment),O=le(`\r + Copy record`),H=L(),k=b("li"),Ae(p.$$.fragment),N=L(),W=le(z),G=L();for(let x=0;x{u=null}),Ne())},i(n){l||(J(u),l=!0)},o(n){q(u),l=!1},d(n){n&&_(e),u&&u.d(n)}}}function vl(t,e,l){let u;xe(t,Z,o=>l(1,u=o));let r={id:null};return[r,u,o=>l(0,r.id=o.id,r),o=>{je(Z,u.record=o,u)},o=>{je(Z,u.record={...o},u),je(Z,u.record.id=null,u)},()=>l(0,r.id=null,r)]}class bl extends _u{constructor(e){super(),Cu(this,e,vl,ml,du,{})}}var bu=new Map;function gl(t){var e=bu.get(t);e&&e.destroy()}function Bl(t){var e=bu.get(t);e&&e.update()}var mu=null;typeof window>"u"?((mu=function(t){return t}).destroy=function(t){return t},mu.update=function(t){return t}):((mu=function(t,e){return t&&Array.prototype.forEach.call(t.length?t:[t],function(l){return function(u){if(u&&u.nodeName&&u.nodeName==="TEXTAREA"&&!bu.has(u)){var r,n=null,a=window.getComputedStyle(u),s=(r=u.value,function(){o({testForHeightReduction:r===""||!u.value.startsWith(r),restoreTextAlign:null}),r=u.value}),i=(function(A){u.removeEventListener("autosize:destroy",i),u.removeEventListener("autosize:update",f),u.removeEventListener("input",s),window.removeEventListener("resize",f),Object.keys(A).forEach(function(m){return u.style[m]=A[m]}),bu.delete(u)}).bind(u,{height:u.style.height,resize:u.style.resize,textAlign:u.style.textAlign,overflowY:u.style.overflowY,overflowX:u.style.overflowX,wordWrap:u.style.wordWrap});u.addEventListener("autosize:destroy",i),u.addEventListener("autosize:update",f),u.addEventListener("input",s),window.addEventListener("resize",f),u.style.overflowX="hidden",u.style.wordWrap="break-word",bu.set(u,{destroy:i,update:f}),f()}function o(A){var m,E,w=A.restoreTextAlign,v=w===void 0?null:w,F=A.testForHeightReduction,C=F===void 0||F,D=a.overflowY;if(u.scrollHeight!==0&&(a.resize==="vertical"?u.style.resize="none":a.resize==="both"&&(u.style.resize="horizontal"),C&&(m=function(y){for(var $=[];y&&y.parentNode&&y.parentNode instanceof Element;)y.parentNode.scrollTop&&$.push([y.parentNode,y.parentNode.scrollTop]),y=y.parentNode;return function(){return $.forEach(function(P){var O=P[0],H=P[1];O.style.scrollBehavior="auto",O.scrollTop=H,O.style.scrollBehavior=null})}}(u),u.style.height=""),E=a.boxSizing==="content-box"?u.scrollHeight-(parseFloat(a.paddingTop)+parseFloat(a.paddingBottom)):u.scrollHeight+parseFloat(a.borderTopWidth)+parseFloat(a.borderBottomWidth),a.maxHeight!=="none"&&E>parseFloat(a.maxHeight)?(a.overflowY==="hidden"&&(u.style.overflow="scroll"),E=parseFloat(a.maxHeight)):a.overflowY!=="hidden"&&(u.style.overflow="hidden"),u.style.height=E+"px",v&&(u.style.textAlign=v),m&&m(),n!==E&&(u.dispatchEvent(new Event("autosize:resized",{bubbles:!0})),n=E),D!==a.overflow&&!v)){var h=a.textAlign;a.overflow==="hidden"&&(u.style.textAlign=h==="start"?"end":"start"),o({restoreTextAlign:h,testForHeightReduction:!0})}}function f(){o({testForHeightReduction:!0,restoreTextAlign:null})}}(l)}),t}).destroy=function(t){return t&&Array.prototype.forEach.call(t.length?t:[t],gl),t},mu.update=function(t){return t&&Array.prototype.forEach.call(t.length?t:[t],Bl),t});var Pu=mu;const Mu=t=>(Pu(t),{destroy(){Pu.destroy(t)}});Mu.update=Pu.update;Mu.destroy=Pu.destroy;function Ct(t){let e,l,u=!1,r,n,a,s=t[1][0].label+"",i,o,f,A,m,E,w,v,F=!1,C,D,h,y=t[1][1].label+"",$,P,O,H,k;return O=St(t[5][0]),{c(){e=b("input"),n=L(),a=b("label"),i=le(s),f=L(),A=b("label"),E=L(),w=b("input"),D=L(),h=b("label"),$=le(y),this.h()},l(p){e=g(p,"INPUT",{type:!0,name:!0,id:!0,class:!0}),n=V(p),a=g(p,"LABEL",{for:!0,class:!0});var N=I(a);i=re(N,s),N.forEach(_),f=V(p),A=g(p,"LABEL",{for:!0,class:!0}),I(A).forEach(_),E=V(p),w=g(p,"INPUT",{type:!0,name:!0,id:!0,class:!0}),D=V(p),h=g(p,"LABEL",{for:!0,class:!0});var z=I(h);$=re(z,y),z.forEach(_),this.h()},h(){c(e,"type","radio"),c(e,"name",t[0]),e.__value=l=t[1][0].value,ne(e,e.__value),c(e,"id",r="toggle-"+t[0]+"-"+t[1][0].value),c(e,"class","svelte-1dpe1av"),c(a,"for",o="toggle-"+t[0]+"-"+t[1][0].value),c(a,"class","svelte-1dpe1av"),c(A,"for",m="toggle-"+t[0]+"-"+(t[2]===t[1][0].value?t[1][1].value:t[1][0].value)),c(A,"class","switcher svelte-1dpe1av"),c(w,"type","radio"),c(w,"name",t[0]),w.__value=v=t[1][1].value,ne(w,w.__value),c(w,"id",C="toggle-"+t[0]+"-"+t[1][1].value),c(w,"class","svelte-1dpe1av"),c(h,"for",P="toggle-"+t[0]+"-"+t[1][1].value),c(h,"class","svelte-1dpe1av"),O.p(e,w)},m(p,N){j(p,e,N),e.checked=e.__value===t[2],j(p,n,N),j(p,a,N),d(a,i),j(p,f,N),j(p,A,N),j(p,E,N),j(p,w,N),w.checked=w.__value===t[2],j(p,D,N),j(p,h,N),d(h,$),H||(k=[te(e,"change",t[4]),te(e,"keydown",t[6]),te(w,"change",t[7]),te(w,"keydown",t[8])],H=!0)},p(p,N){N&1&&c(e,"name",p[0]),N&2&&l!==(l=p[1][0].value)&&(e.__value=l,ne(e,e.__value),u=!0),N&3&&r!==(r="toggle-"+p[0]+"-"+p[1][0].value)&&c(e,"id",r),(u||N&4)&&(e.checked=e.__value===p[2]),N&2&&s!==(s=p[1][0].label+"")&&ge(i,s),N&3&&o!==(o="toggle-"+p[0]+"-"+p[1][0].value)&&c(a,"for",o),N&7&&m!==(m="toggle-"+p[0]+"-"+(p[2]===p[1][0].value?p[1][1].value:p[1][0].value))&&c(A,"for",m),N&1&&c(w,"name",p[0]),N&2&&v!==(v=p[1][1].value)&&(w.__value=v,ne(w,w.__value),F=!0),N&3&&C!==(C="toggle-"+p[0]+"-"+p[1][1].value)&&c(w,"id",C),(F||N&4)&&(w.checked=w.__value===p[2]),N&2&&y!==(y=p[1][1].label+"")&&ge($,y),N&3&&P!==(P="toggle-"+p[0]+"-"+p[1][1].value)&&c(h,"for",P)},d(p){p&&(_(e),_(n),_(a),_(f),_(A),_(E),_(w),_(D),_(h)),O.r(),H=!1,Eu(k)}}}function yl(t){let e,l=t[1].length===2&&Ct(t);return{c(){e=b("div"),l&&l.c(),this.h()},l(u){e=g(u,"DIV",{class:!0});var r=I(e);l&&l.l(r),r.forEach(_),this.h()},h(){c(e,"class","toggle svelte-1dpe1av")},m(u,r){j(u,e,r),l&&l.m(e,null)},p(u,[r]){u[1].length===2?l?l.p(u,r):(l=Ct(u),l.c(),l.m(e,null)):l&&(l.d(1),l=null)},i:ze,o:ze,d(u){u&&_(e),l&&l.d()}}}function kl(t,e,l){let{name:u}=e,{options:r=[]}=e,{checked:n=r[0].value}=e,a=(" "+n).slice(1);const s=[[]];function i(){a=this.__value,l(2,a)}const o=m=>{m.code==="Space"&&(m.preventDefault(),l(2,a=a===r[0].value?r[1].value:r[0].value))};function f(){a=this.__value,l(2,a)}const A=m=>{m.code==="Space"&&(m.preventDefault(),l(2,a=a===r[0].value?r[1].value:r[0].value))};return t.$$set=m=>{"name"in m&&l(0,u=m.name),"options"in m&&l(1,r=m.options),"checked"in m&&l(3,n=m.checked)},[u,r,a,n,i,s,o,f,A]}class wl extends _u{constructor(e){super(),Cu(this,e,kl,yl,du,{name:0,options:1,checked:3})}}function pt(t,e,l){const u=t.slice();return u[13]=e[l],u}function Ft(t,e,l){const u=t.slice();u[16]=e[l];const r=u[1].properties?$t(u[1].properties[u[16].name],u[16].attribute_type):{type:u[16].attribute_type,value:""};return u[17]=r,u}function Et(t){let e,l;return{c(){e=b("input"),this.h()},l(u){e=g(u,"INPUT",{type:!0,name:!0}),this.h()},h(){c(e,"type","hidden"),c(e,"name","recordId"),e.value=l=t[1].id},m(u,r){j(u,e,r)},p(u,r){r&2&&l!==(l=u[1].id)&&(e.value=l)},d(u){u&&_(e)}}}function $l(t){let e=t[16].attribute_type+"",l,u,r,n,a;return{c(){l=le(e),u=L(),r=b("input"),this.h()},l(s){l=re(s,e),u=V(s),r=g(s,"INPUT",{type:!0,name:!0}),this.h()},h(){c(r,"type","hidden"),c(r,"name",n=t[16].name+"[type]"),r.value=a=t[16].attribute_type},m(s,i){j(s,l,i),j(s,u,i),j(s,r,i)},p(s,i){i&1&&e!==(e=s[16].attribute_type+"")&&ge(l,e),i&1&&n!==(n=s[16].name+"[type]")&&c(r,"name",n),i&1&&a!==(a=s[16].attribute_type)&&(r.value=a)},i:ze,o:ze,d(s){s&&(_(l),_(u),_(r))}}}function Sl(t){let e,l;return e=new wl({props:{name:t[16].name+"[type]",options:[{value:"string",label:"string"},{value:"json",label:"json"}],checked:t[17].type==="json"?"json":"string"}}),{c(){Ae(e.$$.fragment)},l(u){he(e.$$.fragment,u)},m(u,r){me(e,u,r),l=!0},p(u,r){const n={};r&1&&(n.name=u[16].name+"[type]"),r&3&&(n.checked=u[17].type==="json"?"json":"string"),e.$set(n)},i(u){l||(J(e.$$.fragment,u),l=!0)},o(u){q(e.$$.fragment,u),l=!1},d(u){ve(e,u)}}}function At(t){let e;return{c(){e=le("(non editable)")},l(l){e=re(l,"(non editable)")},m(l,u){j(l,e,u)},d(l){l&&_(e)}}}function ht(t){let e=t[5][t[16].name].message+"",l;return{c(){l=le(e)},l(u){l=re(u,e)},m(u,r){j(u,l,r)},p(u,r){r&33&&e!==(e=u[5][u[16].name].message+"")&&ge(l,e)},d(u){u&&_(l)}}}function mt(t){let e,l,u,r=t[16].name+"",n,a,s,i,o,f,A,m,E,w,v,F,C,D,h,y,$,P,O,H,k,p,N,z;const W=[Sl,$l],G=[];function oe(S,X){return S[16].attribute_type==="string"?0:1}o=oe(t),f=G[o]=W[o](t);let T=t[16].attribute_type==="upload"&&At(),R=t[5][t[16].name]&&ht(t);return{c(){e=b("fieldset"),l=b("dir"),u=b("label"),n=le(r),a=b("br"),s=L(),i=b("div"),f.c(),A=L(),T&&T.c(),m=L(),E=b("input"),C=L(),D=b("div"),h=b("textarea"),H=L(),k=b("div"),R&&R.c(),this.h()},l(S){e=g(S,"FIELDSET",{class:!0});var X=I(e);l=g(X,"DIR",{});var fe=I(l);u=g(fe,"LABEL",{for:!0,class:!0});var de=I(u);n=re(de,r),a=g(de,"BR",{}),s=V(de),i=g(de,"DIV",{class:!0});var ee=I(i);f.l(ee),A=V(ee),T&&T.l(ee),m=V(ee),E=g(ee,"INPUT",{type:!0,name:!0}),ee.forEach(_),de.forEach(_),fe.forEach(_),C=V(X),D=g(X,"DIV",{});var Fe=I(D);h=g(Fe,"TEXTAREA",{rows:!0,name:!0,id:!0,class:!0}),I(h).forEach(_),H=V(Fe),k=g(Fe,"DIV",{role:!0,class:!0});var _e=I(k);R&&R.l(_e),_e.forEach(_),Fe.forEach(_),X.forEach(_),this.h()},h(){c(E,"type","hidden"),c(E,"name",w=t[16].name+"[parsedType]"),E.value=v=t[17].type,c(i,"class","type svelte-yslxja"),c(u,"for",F="edit_"+t[16].name),c(u,"class","svelte-yslxja"),c(h,"rows","1"),c(h,"name",y=t[16].name+"[value]"),c(h,"id",$="edit_"+t[16].name),h.disabled=P=t[16].attribute_type==="upload",h.value=O=t[17].type==="json"||t[17].type==="jsonEscaped"&&!bt?JSON.stringify(t[17].value,void 0,2):t[17].value,c(h,"class","svelte-yslxja"),c(k,"role","alert"),c(k,"class","svelte-yslxja"),c(e,"class","svelte-yslxja")},m(S,X){j(S,e,X),d(e,l),d(l,u),d(u,n),d(u,a),d(u,s),d(u,i),G[o].m(i,null),d(i,A),T&&T.m(i,null),d(i,m),d(i,E),d(e,C),d(e,D),d(D,h),d(D,H),d(D,k),R&&R.m(k,null),p=!0,N||(z=Tt(Mu.call(null,h)),N=!0)},p(S,X){(!p||X&1)&&r!==(r=S[16].name+"")&&ge(n,r);let fe=o;o=oe(S),o===fe?G[o].p(S,X):(Se(),q(G[fe],1,1,()=>{G[fe]=null}),Ne(),f=G[o],f?f.p(S,X):(f=G[o]=W[o](S),f.c()),J(f,1),f.m(i,A)),S[16].attribute_type==="upload"?T||(T=At(),T.c(),T.m(i,m)):T&&(T.d(1),T=null),(!p||X&1&&w!==(w=S[16].name+"[parsedType]"))&&c(E,"name",w),(!p||X&3&&v!==(v=S[17].type))&&(E.value=v),(!p||X&1&&F!==(F="edit_"+S[16].name))&&c(u,"for",F),(!p||X&1&&y!==(y=S[16].name+"[value]"))&&c(h,"name",y),(!p||X&1&&$!==($="edit_"+S[16].name))&&c(h,"id",$),(!p||X&1&&P!==(P=S[16].attribute_type==="upload"))&&(h.disabled=P),(!p||X&3&&O!==(O=S[17].type==="json"||S[17].type==="jsonEscaped"&&!bt?JSON.stringify(S[17].value,void 0,2):S[17].value))&&(h.value=O),S[5][S[16].name]?R?R.p(S,X):(R=ht(S),R.c(),R.m(k,null)):R&&(R.d(1),R=null)},i(S){p||(J(f),p=!0)},o(S){q(f),p=!1},d(S){S&&_(e),G[o].d(),T&&T.d(),R&&R.d(),N=!1,z()}}}function vt(t){let e,l=JSON.stringify(t[4])+"",u,r;return{c(){e=b("li"),u=le(l),r=L(),this.h()},l(n){e=g(n,"LI",{class:!0});var a=I(e);u=re(a,l),r=V(a),a.forEach(_),this.h()},h(){c(e,"class","svelte-yslxja")},m(n,a){j(n,e,a),d(e,u),d(e,r)},p(n,a){a&16&&l!==(l=JSON.stringify(n[4])+"")&&ge(u,l)},d(n){n&&_(e)}}}function Nl(t){let e;return{c(){e=le("Create record")},l(l){e=re(l,"Create record")},m(l,u){j(l,e,u)},d(l){l&&_(e)}}}function Tl(t){let e;return{c(){e=le("Edit record")},l(l){e=re(l,"Edit record")},m(l,u){j(l,e,u)},d(l){l&&_(e)}}}function Ol(t){let e,l,u,r,n,a,s,i,o,f,A,m,E,w="Cancel",v,F,C,D,h,y,$,P,O=t[1].id&&Et(t),H=we(t[0]),k=[];for(let T=0;Tq(k[T],1,1,()=>{k[T]=null});let N=we(t[4]),z=[];for(let T=0;T{y&&(h||(h=Zu(e,t[7],{},!0)),h.run(1))}),y=!0}},o(T){k=k.filter(Boolean);for(let R=0;Rl(6,u=F)),xe(t,Ru,F=>l(12,r=F));let{properties:n}=e,{editing:a}=e,s,i,o=[],f={};const A=function(F,{delay:C=0,duration:D=150}){return{delay:C,duration:D,css:h=>{const y=Ut(h);return`opacity: ${y}; transform: scale(${y});`}}};Nt(()=>{setTimeout(()=>{s.showModal()},10)}),document.addEventListener("keydown",F=>{F.key==="Escape"&&(F.preventDefault(),je(Z,u.record=null,u))},{once:!0});const m=async F=>{F.preventDefault();const C=new FormData(i);l(5,f={});for(const D of C.entries())if(D[0].endsWith("[type]")&&D[1]==="json"){const h=D[0].replace("[type]","");Tu(C.get(h+"[value]"))||l(5,f[h]={property:h,message:"Not a valid JSON"},f)}if(Object.keys(f).length)await Ot(),document.querySelector('[role="alert"]:not(:empty)').scrollIntoView({behavior:"smooth",block:"center"});else if(u.record.id){const D=await Re.edit({table:u.table.name,id:u.record.id,properties:C});D.errors?l(4,o=D.errors):(Re.get({table:r.params.id,filters:u.filters,sort:u.sort}),Z.highlight("record",D.model_update.id),Z.notification.create("success",`Record ${D.model_update.id} updated`),je(Z,u.record=null,u))}else{const D=await Re.create({table:u.table.name,properties:C});D.errors?l(4,o=D.errors):(Z.clearFilters(),Re.get({table:r.params.id,filters:u.filters,sort:u.sort}),Z.highlight("record",D.model_create.id),Z.notification.create("success",`Record ${D.model_create.id} created`),je(Z,u.record=null,u))}},E=()=>je(Z,u.record=null,u);function w(F){Bu[F?"unshift":"push"](()=>{i=F,l(3,i)})}function v(F){Bu[F?"unshift":"push"](()=>{s=F,l(2,s)})}return t.$$set=F=>{"properties"in F&&l(0,n=F.properties),"editing"in F&&l(1,a=F.editing)},[n,a,s,i,o,f,u,A,m,E,w,v]}class Pl extends _u{constructor(e){super(),Cu(this,e,Il,Ol,du,{properties:0,editing:1})}}const{document:zu}=jt;function jl(t){let e;return{c(){e=le("Work in progress :)")},l(l){e=re(l,"Work in progress :)")},m(l,u){j(l,e,u)},i:ze,o:ze,d(l){l&&_(e)}}}function Ll(t){let e,l;return e=new bl({}),{c(){Ae(e.$$.fragment)},l(u){he(e.$$.fragment,u)},m(u,r){me(e,u,r),l=!0},i(u){l||(J(e.$$.fragment,u),l=!0)},o(u){q(e.$$.fragment,u),l=!1},d(u){ve(e,u)}}}function gt(t){let e,l,u,r,n,a,s;const i=[zl,Vl],o=[];function f(A,m){return A[0].view.tableStyle==="collapsed"?0:1}return l=f(t),u=o[l]=i[l](t),{c(){e=b("button"),u.c(),this.h()},l(A){e=g(A,"BUTTON",{class:!0,title:!0});var m=I(e);u.l(m),m.forEach(_),this.h()},h(){c(e,"class","button"),c(e,"title",r=t[0].view.tableStyle==="expanded"?"Collapse values":"Expand values")},m(A,m){j(A,e,m),o[l].m(e,null),n=!0,a||(s=te(e,"click",yu(function(){Pt(t[0].view.tableStyle==="collapsed"?Z.setView({tableStyle:"expanded"}):Z.setView({tableStyle:"collapsed"}))&&(t[0].view.tableStyle==="collapsed"?Z.setView({tableStyle:"expanded"}):Z.setView({tableStyle:"collapsed"})).apply(this,arguments)})),a=!0)},p(A,m){t=A;let E=l;l=f(t),l!==E&&(Se(),q(o[E],1,1,()=>{o[E]=null}),Ne(),u=o[l],u||(u=o[l]=i[l](t),u.c()),J(u,1),u.m(e,null)),(!n||m&1&&r!==(r=t[0].view.tableStyle==="expanded"?"Collapse values":"Expand values"))&&c(e,"title",r)},i(A){n||(J(u),n=!0)},o(A){q(u),n=!1},d(A){A&&_(e),o[l].d(),a=!1,s()}}}function Vl(t){let e,l="Collapse values",u,r,n;return r=new Le({props:{icon:"collapse"}}),{c(){e=b("span"),e.textContent=l,u=L(),Ae(r.$$.fragment),this.h()},l(a){e=g(a,"SPAN",{class:!0,"data-svelte-h":!0}),ie(e)!=="svelte-jserey"&&(e.textContent=l),u=V(a),he(r.$$.fragment,a),this.h()},h(){c(e,"class","label")},m(a,s){j(a,e,s),j(a,u,s),me(r,a,s),n=!0},i(a){n||(J(r.$$.fragment,a),n=!0)},o(a){q(r.$$.fragment,a),n=!1},d(a){a&&(_(e),_(u)),ve(r,a)}}}function zl(t){let e,l="Expand values",u,r,n;return r=new Le({props:{icon:"expand"}}),{c(){e=b("span"),e.textContent=l,u=L(),Ae(r.$$.fragment),this.h()},l(a){e=g(a,"SPAN",{class:!0,"data-svelte-h":!0}),ie(e)!=="svelte-1tvmrgx"&&(e.textContent=l),u=V(a),he(r.$$.fragment,a),this.h()},h(){c(e,"class","label")},m(a,s){j(a,e,s),j(a,u,s),me(r,a,s),n=!0},i(a){n||(J(r.$$.fragment,a),n=!0)},o(a){q(r.$$.fragment,a),n=!1},d(a){a&&(_(e),_(u)),ve(r,a)}}}function Bt(t){let e,l;return e=new Pl({props:{properties:t[0].table.properties,editing:t[0].record}}),{c(){Ae(e.$$.fragment)},l(u){he(e.$$.fragment,u)},m(u,r){me(e,u,r),l=!0},p(u,r){const n={};r&1&&(n.properties=u[0].table.properties),r&1&&(n.editing=u[0].record),e.$set(n)},i(u){l||(J(e.$$.fragment,u),l=!0)},o(u){q(e.$$.fragment,u),l=!1},d(u){ve(e,u)}}}function Ul(t){var x,Q;let e,l,u,r,n,a,s,i,o,f,A="Refresh current view",m,E,w,v,F,C,D,h,y,$="Page:",P,O,H,k,p=(((x=t[0].records)==null?void 0:x.total_pages)||"")+"",N,z,W,G,oe,T,R,S="Create new record",X,fe,de,ee,Fe,_e,Ve,au="Table view",eu,Me,be,Ue,iu,Be,pu="Tiles view",su,Fu,uu,Ie,qe,ae;zu.title=e=(((Q=t[0].table)==null?void 0:Q.name)||"Loading…")+" | platformOS",n=new sl({}),s=new dl({}),E=new Le({props:{icon:"refresh"}});const ku=[Ll,jl],We=[];function Au(U,ue){return U[0].view.database!=="tiles"?0:1}v=Au(t),F=We[v]=ku[v](t),oe=new Le({props:{icon:"plus"}});let Ce=t[0].view.database!=="tiles"&>(t);Fe=new Le({props:{icon:"list"}}),Ue=new Le({props:{icon:"tiles"}});let pe=t[0].record!==null&&Bt(t);return{c(){l=L(),u=b("section"),r=b("nav"),Ae(n.$$.fragment),a=L(),Ae(s.$$.fragment),i=L(),o=b("button"),f=b("span"),f.textContent=A,m=L(),Ae(E.$$.fragment),w=L(),F.c(),C=L(),D=b("nav"),h=b("div"),y=b("label"),y.textContent=$,P=L(),O=b("input"),k=le(`\r + of `),N=le(p),z=L(),W=b("div"),G=b("button"),Ae(oe.$$.fragment),T=L(),R=b("span"),R.textContent=S,X=L(),Ce&&Ce.c(),fe=L(),de=b("div"),ee=b("button"),Ae(Fe.$$.fragment),_e=L(),Ve=b("span"),Ve.textContent=au,Me=L(),be=b("button"),Ae(Ue.$$.fragment),iu=L(),Be=b("span"),Be.textContent=pu,Fu=L(),pe&&pe.c(),uu=Xe(),this.h()},l(U){It("svelte-1x9pzx",zu.head).forEach(_),l=V(U),u=g(U,"SECTION",{class:!0});var ye=I(u);r=g(ye,"NAV",{class:!0});var $e=I(r);he(n.$$.fragment,$e),a=V($e),he(s.$$.fragment,$e),i=V($e),o=g($e,"BUTTON",{class:!0,title:!0});var Te=I(o);f=g(Te,"SPAN",{class:!0,"data-svelte-h":!0}),ie(f)!=="svelte-iqo23s"&&(f.textContent=A),m=V(Te),he(E.$$.fragment,Te),Te.forEach(_),$e.forEach(_),w=V(ye),F.l(ye),C=V(ye),D=g(ye,"NAV",{class:!0});var se=I(D);h=g(se,"DIV",{});var Pe=I(h);y=g(Pe,"LABEL",{for:!0,"data-svelte-h":!0}),ie(y)!=="svelte-1r8oyu6"&&(y.textContent=$),P=V(Pe),O=g(Pe,"INPUT",{type:!0,name:!0,id:!0,min:!0,max:!0,step:!0}),k=re(Pe,`\r + of `),N=re(Pe,p),Pe.forEach(_),z=V(se),W=g(se,"DIV",{id:!0,class:!0});var Ze=I(W);G=g(Ze,"BUTTON",{class:!0,title:!0});var tu=I(G);he(oe.$$.fragment,tu),T=V(tu),R=g(tu,"SPAN",{class:!0,"data-svelte-h":!0}),ie(R)!=="svelte-19x6y3e"&&(R.textContent=S),tu.forEach(_),X=V(Ze),Ce&&Ce.l(Ze),fe=V(Ze),de=g(Ze,"DIV",{class:!0});var ou=I(de);ee=g(ou,"BUTTON",{class:!0,title:!0});var Ye=I(ee);he(Fe.$$.fragment,Ye),_e=V(Ye),Ve=g(Ye,"SPAN",{class:!0,"data-svelte-h":!0}),ie(Ve)!=="svelte-glgsbm"&&(Ve.textContent=au),Ye.forEach(_),Me=V(ou),be=g(ou,"BUTTON",{class:!0,title:!0});var Du=I(be);he(Ue.$$.fragment,Du),iu=V(Du),Be=g(Du,"SPAN",{class:!0,"data-svelte-h":!0}),ie(Be)!=="svelte-1q9uqwx"&&(Be.textContent=pu),Du.forEach(_),ou.forEach(_),Ze.forEach(_),se.forEach(_),ye.forEach(_),Fu=V(U),pe&&pe.l(U),uu=Xe(),this.h()},h(){var U;c(f,"class","label"),c(o,"class","button svelte-74kh9t"),c(o,"title","Refresh current view (R)"),Je(o,"refreshing",t[2]),c(r,"class","svelte-74kh9t"),c(y,"for","page"),c(O,"type","number"),c(O,"name","page"),c(O,"id","page"),c(O,"min","1"),c(O,"max",H=((U=t[0].records)==null?void 0:U.total_pages)||100),c(O,"step","1"),c(R,"class","label"),c(G,"class","button"),c(G,"title","Create new record"),c(Ve,"class","label"),c(ee,"class","button"),c(ee,"title","Table view"),ee.disabled=eu=t[0].view.database==="table",Je(ee,"active",t[0].view.database==="table"),c(Be,"class","label"),c(be,"class","button"),c(be,"title","Tiles view"),be.disabled=su=t[0].view.database==="tiles",Je(be,"active",t[0].view.database==="tiles"),c(de,"class","combo"),c(W,"id","viewOptions"),c(W,"class","svelte-74kh9t"),c(D,"class","pagination svelte-74kh9t"),c(u,"class","svelte-74kh9t")},m(U,ue){j(U,l,ue),j(U,u,ue),d(u,r),me(n,r,null),d(r,a),me(s,r,null),d(r,i),d(r,o),d(o,f),d(o,m),me(E,o,null),d(u,w),We[v].m(u,null),d(u,C),d(u,D),d(D,h),d(h,y),d(h,P),d(h,O),ne(O,t[0].filters.page),d(h,k),d(h,N),d(D,z),d(D,W),d(W,G),me(oe,G,null),d(G,T),d(G,R),d(W,X),Ce&&Ce.m(W,null),d(W,fe),d(W,de),d(de,ee),me(Fe,ee,null),d(ee,_e),d(ee,Ve),d(de,Me),d(de,be),me(Ue,be,null),d(be,iu),d(be,Be),j(U,Fu,ue),pe&&pe.m(U,ue),j(U,uu,ue),Ie=!0,qe||(ae=[te(window,"keypress",t[4]),te(o,"click",t[3]),te(O,"input",t[5]),te(O,"input",t[6]),te(G,"click",yu(t[7])),te(ee,"click",t[8]),te(be,"click",t[9])],qe=!0)},p(U,[ue]){var $e,Te,se;(!Ie||ue&1)&&e!==(e=((($e=U[0].table)==null?void 0:$e.name)||"Loading…")+" | platformOS")&&(zu.title=e),(!Ie||ue&4)&&Je(o,"refreshing",U[2]);let ye=v;v=Au(U),v!==ye&&(Se(),q(We[ye],1,1,()=>{We[ye]=null}),Ne(),F=We[v],F||(F=We[v]=ku[v](U),F.c()),J(F,1),F.m(u,C)),(!Ie||ue&1&&H!==(H=((Te=U[0].records)==null?void 0:Te.total_pages)||100))&&c(O,"max",H),ue&1&&yt(O.value)!==U[0].filters.page&&ne(O,U[0].filters.page),(!Ie||ue&1)&&p!==(p=(((se=U[0].records)==null?void 0:se.total_pages)||"")+"")&&ge(N,p),U[0].view.database!=="tiles"?Ce?(Ce.p(U,ue),ue&1&&J(Ce,1)):(Ce=gt(U),Ce.c(),J(Ce,1),Ce.m(W,fe)):Ce&&(Se(),q(Ce,1,1,()=>{Ce=null}),Ne()),(!Ie||ue&1&&eu!==(eu=U[0].view.database==="table"))&&(ee.disabled=eu),(!Ie||ue&1)&&Je(ee,"active",U[0].view.database==="table"),(!Ie||ue&1&&su!==(su=U[0].view.database==="tiles"))&&(be.disabled=su),(!Ie||ue&1)&&Je(be,"active",U[0].view.database==="tiles"),U[0].record!==null?pe?(pe.p(U,ue),ue&1&&J(pe,1)):(pe=Bt(U),pe.c(),J(pe,1),pe.m(uu.parentNode,uu)):pe&&(Se(),q(pe,1,1,()=>{pe=null}),Ne())},i(U){Ie||(J(n.$$.fragment,U),J(s.$$.fragment,U),J(E.$$.fragment,U),J(F),J(oe.$$.fragment,U),J(Ce),J(Fe.$$.fragment,U),J(Ue.$$.fragment,U),J(pe),Ie=!0)},o(U){q(n.$$.fragment,U),q(s.$$.fragment,U),q(E.$$.fragment,U),q(F),q(oe.$$.fragment,U),q(Ce),q(Fe.$$.fragment,U),q(Ue.$$.fragment,U),q(pe),Ie=!1},d(U){U&&(_(l),_(u),_(Fu),_(uu)),ve(n),ve(s),ve(E),We[v].d(),ve(oe),Ce&&Ce.d(),ve(Fe),ve(Ue),pe&&pe.d(U),qe=!1,Eu(ae)}}}function Jl(t,e,l){let u,r;xe(t,Z,E=>l(0,u=E)),xe(t,Ru,E=>l(1,r=E));let n=!1;const a=()=>{l(2,n=!0),Re.get({table:r.params.id,filters:u.filters,sort:u.sort}).then(()=>l(2,n=!1))},s=E=>{document.activeElement===document.body&&!E.target.matches("input, textarea")&&E.key==="r"&&a()};function i(){u.filters.page=yt(this.value),Z.set(u)}const o=()=>{Re.get({table:r.params.id,filters:u.filters,sort:u.sort})},f=()=>je(Z,u.record={},u),A=()=>je(Z,u.view.database="table",u),m=()=>je(Z,u.view.database="tiles",u);return t.$$.update=()=>{t.$$.dirty&3&&je(Z,u.table=u.tables.filter(E=>E.id===r.params.id)[0],u),t.$$.dirty&2&&r.params.id&&Re.get({table:r.params.id})&&Z.clearFilters(),t.$$.dirty&2&&r.params.id&&Z.clearFilters()},[u,r,n,a,s,i,o,f,A,m]}class xl extends _u{constructor(e){super(),Cu(this,e,Jl,Ul,du,{})}}export{xl as component}; diff --git a/gui/next/build/_app/immutable/nodes/13.24a96247.js b/gui/next/build/_app/immutable/nodes/13.24a96247.js deleted file mode 100644 index 9df78231..00000000 --- a/gui/next/build/_app/immutable/nodes/13.24a96247.js +++ /dev/null @@ -1 +0,0 @@ -import{S as Ze,i as xe,s as et,a as S,k as h,q as D,y as oe,W as tt,h as c,c as L,l as m,m as p,r as N,z as ie,n as _,b as j,E as u,Y as ye,A as fe,H as le,g as T,d as R,f as re,B as ue,I as Ge,F as lt,a9 as st,j as nt,o as rt,a8 as at,K as me,v as ae,_ as Ke,G as ne,a4 as ot,u as Q,L as it,a2 as ft,t as ut,J as Ie,w as ct,e as Ee}from"../chunks/index.d0f8a730.js";import{f as _t}from"../chunks/index.b4e343af.js";import{s as $e}from"../chunks/state.c2a70a8a.js";import{t as We}from"../chunks/tryParseJSON.f125f883.js";import{J as Ye}from"../chunks/JSONTree.cfd91a83.js";import{I as ge}from"../chunks/Icon.1de0c66c.js";import{A as dt}from"../chunks/Aside.2bf7e52e.js";const{document:Oe}=at;function Pe(r,e,n){const t=r.slice();t[21]=e[n],t[23]=e,t[24]=n;const l=t[21].message.length<262144&&We(t[21].message);return t[22]=l,t}function Ue(r,e,n){const t=r.slice();t[21]=e[n],t[25]=e,t[26]=n;const l=t[21].message.length<262144&&We(t[21].message);return t[22]=l,t}function Be(r){let e,n,t,l,a,s,o,i;return a=new ge({props:{icon:"x",size:"12"}}),{c(){e=h("button"),n=h("span"),t=D("Clear filter"),l=S(),oe(a.$$.fragment),this.h()},l(f){e=m(f,"BUTTON",{class:!0});var g=p(e);n=m(g,"SPAN",{class:!0});var k=p(n);t=N(k,"Clear filter"),k.forEach(c),l=L(g),ie(a.$$.fragment,g),g.forEach(c),this.h()},h(){_(n,"class","label svelte-125ig35"),_(e,"class","clearFilter svelte-125ig35")},m(f,g){j(f,e,g),u(e,n),u(n,t),u(e,l),fe(a,e,null),s=!0,o||(i=le(e,"click",r[9]),o=!0)},p:me,i(f){s||(T(a.$$.fragment,f),s=!0)},o(f){R(a.$$.fragment,f),s=!1},d(f){f&&c(e),ue(a),o=!1,i()}}}function Ce(r){let e,n,t=r[4].logs.logs,l=[];for(let s=0;sR(l[s],1,1,()=>{l[s]=null});return{c(){e=h("table");for(let s=0;see&&Ae(r);return{c(){n=D(e),t=S(),a&&a.c(),l=Ee()},l(s){n=N(s,e),t=L(s),a&&a.l(s),l=Ee()},m(s,o){j(s,n,o),j(s,t,o),a&&a.m(s,o),j(s,l,o)},p(s,o){o&16&&e!==(e=s[21].message.substr(0,ee)+"")&&Q(n,e),s[21].message.length>ee?a?a.p(s,o):(a=Ae(s),a.c(),a.m(l.parentNode,l)):a&&(a.d(1),a=null)},d(s){s&&c(n),s&&c(t),a&&a.d(s),s&&c(l)}}}function pt(r){let e=r[21].message+"",n;return{c(){n=D(e)},l(t){n=N(t,e)},m(t,l){j(t,n,l)},p(t,l){l&16&&e!==(e=t[21].message+"")&&Q(n,e)},d(t){t&&c(n)}}}function Ae(r){let e,n,t=r[21].message.length-ee+"",l,a,s,o;function i(){return r[11](r[21],r[25],r[26])}return{c(){e=h("div"),n=h("button"),l=D(t),a=D(" more characters"),this.h()},l(f){e=m(f,"DIV",{class:!0});var g=p(e);n=m(g,"BUTTON",{type:!0,class:!0});var k=p(n);l=N(k,t),a=N(k," more characters"),k.forEach(c),g.forEach(c),this.h()},h(){_(n,"type","button"),_(n,"class","svelte-125ig35"),_(e,"class","longStringInfo svelte-125ig35")},m(f,g){j(f,e,g),u(e,n),u(n,l),u(n,a),s||(o=le(n,"click",i),s=!0)},p(f,g){r=f,g&16&&t!==(t=r[21].message.length-ee+"")&&Q(l,t)},d(f){f&&c(e),s=!1,o()}}}function Fe(r){let e,n,t,l=r[21].data.url+"",a,s,o=r[21].data.user&&Ve(r);return{c(){e=h("ul"),n=h("li"),t=D("Page: "),a=D(l),s=S(),o&&o.c(),this.h()},l(i){e=m(i,"UL",{class:!0});var f=p(e);n=m(f,"LI",{});var g=p(n);t=N(g,"Page: "),a=N(g,l),g.forEach(c),s=L(f),o&&o.l(f),f.forEach(c),this.h()},h(){_(e,"class","info svelte-125ig35")},m(i,f){j(i,e,f),u(e,n),u(n,t),u(n,a),u(e,s),o&&o.m(e,null)},p(i,f){f&16&&l!==(l=i[21].data.url+"")&&Q(a,l),i[21].data.user?o?o.p(i,f):(o=Ve(i),o.c(),o.m(e,null)):o&&(o.d(1),o=null)},d(i){i&&c(e),o&&o.d()}}}function Ve(r){let e,n,t,l=r[21].data.user.id+"",a,s;return{c(){e=h("li"),n=D("User ID: "),t=h("a"),a=D(l),this.h()},l(o){e=m(o,"LI",{});var i=p(e);n=N(i,"User ID: "),t=m(i,"A",{href:!0,class:!0});var f=p(t);a=N(f,l),f.forEach(c),i.forEach(c),this.h()},h(){_(t,"href",s="/users/"+r[21].data.user.id),_(t,"class","svelte-125ig35")},m(o,i){j(o,e,i),u(e,n),u(e,t),u(t,a)},p(o,i){i&16&&l!==(l=o[21].data.user.id+"")&&Q(a,l),i&16&&s!==(s="/users/"+o[21].data.user.id)&&_(t,"href",s)},d(o){o&&c(e)}}}function Re(r){var we;let e,n,t,l=new Date(r[21].created_at).toLocaleDateString(void 0,{})+"",a,s,o=new Date(r[21].created_at).toLocaleTimeString(void 0,{})+"",i,f,g,k,P=r[21].error_type+"",J,X,F,$,U,G,M,w,K,B,d,C,Z,y,I,v,A,O,b,E,Y,W,q,x,se;const ce=[mt,ht],te=[];function _e(z,V){return z[22]?0:1}$=_e(r),U=te[$]=ce[$](r);let H=((we=r[21].data)==null?void 0:we.url)&&Fe(r);y=new ge({props:{icon:"copy"}});function Qe(...z){return r[12](r[21],...z)}E=new ge({props:{icon:"pin"}});function Xe(){return r[13](r[21])}function Te(...z){return r[14](r[21],...z)}return{c(){e=h("tr"),n=h("td"),t=h("time"),a=D(l),s=S(),i=D(o),g=S(),k=h("td"),J=D(P),X=S(),F=h("td"),U.c(),G=S(),H&&H.c(),M=S(),w=h("td"),K=h("div"),B=h("button"),d=h("span"),C=D("Copy message"),Z=S(),oe(y.$$.fragment),I=S(),v=h("button"),A=h("span"),O=D("Pin this log"),b=S(),oe(E.$$.fragment),Y=S(),this.h()},l(z){e=m(z,"TR",{class:!0});var V=p(e);n=m(V,"TD",{class:!0});var he=p(n);t=m(he,"TIME",{datetime:!0,class:!0});var de=p(t);a=N(de,l),s=L(de),i=N(de,o),de.forEach(c),he.forEach(c),g=L(V),k=m(V,"TD",{class:!0});var Se=p(k);J=N(Se,P),Se.forEach(c),X=L(V),F=m(V,"TD",{class:!0});var pe=p(F);U.l(pe),G=L(pe),H&&H.l(pe),pe.forEach(c),M=L(V),w=m(V,"TD",{class:!0});var Le=p(w);K=m(Le,"DIV",{class:!0});var ve=p(K);B=m(ve,"BUTTON",{type:!0,class:!0,title:!0});var be=p(B);d=m(be,"SPAN",{class:!0});var De=p(d);C=N(De,"Copy message"),De.forEach(c),Z=L(be),ie(y.$$.fragment,be),be.forEach(c),I=L(ve),v=m(ve,"BUTTON",{type:!0,class:!0,title:!0});var ke=p(v);A=m(ke,"SPAN",{class:!0});var Ne=p(A);O=N(Ne,"Pin this log"),Ne.forEach(c),b=L(ke),ie(E.$$.fragment,ke),ke.forEach(c),ve.forEach(c),Le.forEach(c),Y=L(V),V.forEach(c),this.h()},h(){_(t,"datetime",f=r[21].created_at),_(t,"class","svelte-125ig35"),_(n,"class","date svelte-125ig35"),_(k,"class","logType svelte-125ig35"),_(F,"class","message svelte-125ig35"),_(d,"class","label"),_(B,"type","button"),_(B,"class","button svelte-125ig35"),_(B,"title","Copy message"),_(A,"class","label"),_(v,"type","button"),_(v,"class","button svelte-125ig35"),_(v,"title","Pin this log"),ne(v,"active",r[2].find(Te)),_(K,"class","svelte-125ig35"),_(w,"class","actions svelte-125ig35"),_(e,"class","svelte-125ig35"),ne(e,"hidden",r[1]&&r[5](r[21])||r[21].hidden),ne(e,"error",r[21].error_type.match(/error/i)),ne(e,"fresh",r[21].downloaded_at>r[4].logs.downloaded_at[0])},m(z,V){j(z,e,V),u(e,n),u(n,t),u(t,a),u(t,s),u(t,i),u(e,g),u(e,k),u(k,J),u(e,X),u(e,F),te[$].m(F,null),u(F,G),H&&H.m(F,null),u(e,M),u(e,w),u(w,K),u(K,B),u(B,d),u(d,C),u(B,Z),fe(y,B,null),u(K,I),u(K,v),u(v,A),u(A,O),u(v,b),fe(E,v,null),u(e,Y),q=!0,x||(se=[le(B,"click",Qe),le(v,"click",ot(Xe))],x=!0)},p(z,V){var de;r=z,(!q||V&16)&&l!==(l=new Date(r[21].created_at).toLocaleDateString(void 0,{})+"")&&Q(a,l),(!q||V&16)&&o!==(o=new Date(r[21].created_at).toLocaleTimeString(void 0,{})+"")&&Q(i,o),(!q||V&16&&f!==(f=r[21].created_at))&&_(t,"datetime",f),(!q||V&16)&&P!==(P=r[21].error_type+"")&&Q(J,P);let he=$;$=_e(r),$===he?te[$].p(r,V):(ae(),R(te[he],1,1,()=>{te[he]=null}),re(),U=te[$],U?U.p(r,V):(U=te[$]=ce[$](r),U.c()),T(U,1),U.m(F,G)),(de=r[21].data)!=null&&de.url?H?H.p(r,V):(H=Fe(r),H.c(),H.m(F,null)):H&&(H.d(1),H=null),(!q||V&20)&&ne(v,"active",r[2].find(Te)),(!q||V&50)&&ne(e,"hidden",r[1]&&r[5](r[21])||r[21].hidden),(!q||V&16)&&ne(e,"error",r[21].error_type.match(/error/i)),(!q||V&16)&&ne(e,"fresh",r[21].downloaded_at>r[4].logs.downloaded_at[0])},i(z){q||(T(U),T(y.$$.fragment,z),T(E.$$.fragment,z),z&&(W||it(()=>{W=ft(e,_t,{duration:200}),W.start()})),q=!0)},o(z){R(U),R(y.$$.fragment,z),R(E.$$.fragment,z),q=!1},d(z){z&&c(e),te[$].d(),H&&H.d(),ue(y),ue(E),x=!1,Ge(se)}}}function je(r){let e,n,t,l;return{c(){e=h("footer"),n=D("No newer logs to show"),t=h("br"),l=D("Checking every 3 seconds"),this.h()},l(a){e=m(a,"FOOTER",{class:!0});var s=p(e);n=N(s,"No newer logs to show"),t=m(s,"BR",{}),l=N(s,"Checking every 3 seconds"),s.forEach(c),this.h()},h(){_(e,"class","svelte-125ig35")},m(a,s){j(a,e,s),u(e,n),u(e,t),u(e,l)},d(a){a&&c(e)}}}function Je(r){let e,n;return e=new dt({props:{$$slots:{default:[$t]},$$scope:{ctx:r}}}),{c(){oe(e.$$.fragment)},l(t){ie(e.$$.fragment,t)},m(t,l){fe(e,t,l),n=!0},p(t,l){const a={};l&134217732&&(a.$$scope={dirty:l,ctx:t}),e.$set(a)},i(t){n||(T(e.$$.fragment,t),n=!0)},o(t){R(e.$$.fragment,t),n=!1},d(t){ue(e,t)}}}function Me(r){let e,n,t=r[2],l=[];for(let s=0;sR(l[s],1,1,()=>{l[s]=null});return{c(){e=h("ul");for(let s=0;see&&ze(r);return{c(){n=D(e),t=S(),a&&a.c(),l=Ee()},l(s){n=N(s,e),t=L(s),a&&a.l(s),l=Ee()},m(s,o){j(s,n,o),j(s,t,o),a&&a.m(s,o),j(s,l,o)},p(s,o){o&4&&e!==(e=s[21].message.substr(0,ee)+"")&&Q(n,e),s[21].message.length>ee?a?a.p(s,o):(a=ze(s),a.c(),a.m(l.parentNode,l)):a&&(a.d(1),a=null)},d(s){s&&c(n),s&&c(t),a&&a.d(s),s&&c(l)}}}function Et(r){let e=r[21].message+"",n;return{c(){n=D(e)},l(t){n=N(t,e)},m(t,l){j(t,n,l)},p(t,l){l&4&&e!==(e=t[21].message+"")&&Q(n,e)},d(t){t&&c(n)}}}function ze(r){let e,n=r[21].message.length-ee+"",t,l,a,s;function o(){return r[17](r[21],r[23],r[24])}return{c(){e=h("button"),t=D(n),l=D(" more characters"),this.h()},l(i){e=m(i,"BUTTON",{type:!0,class:!0});var f=p(e);t=N(f,n),l=N(f," more characters"),f.forEach(c),this.h()},h(){_(e,"type","button"),_(e,"class","svelte-125ig35")},m(i,f){j(i,e,f),u(e,t),u(e,l),a||(s=le(e,"click",o),a=!0)},p(i,f){r=i,f&4&&n!==(n=r[21].message.length-ee+"")&&Q(t,n)},d(i){i&&c(e),a=!1,s()}}}function He(r){var O;let e,n,t,l=new Date(r[21].created_at).toLocaleDateString(void 0,{})+"",a,s,o=new Date(r[21].created_at).toLocaleTimeString(void 0,{})+"",i,f,g,k,P,J,X,F,$,U,G,M,w,K,B,d,C;F=new ge({props:{icon:"trash",size:"18"}});function Z(){return r[16](r[21])}let y=((O=r[21].data)==null?void 0:O.url)&&qe(r);const I=[bt,vt],v=[];function A(b,E){return b[22]?0:1}return M=A(r),w=v[M]=I[M](r),{c(){e=h("li"),n=h("div"),t=h("time"),a=D(l),s=S(),i=D(o),g=S(),k=h("button"),P=h("span"),J=D("Remove log from pinned panel"),X=S(),oe(F.$$.fragment),$=S(),y&&y.c(),U=S(),G=h("div"),w.c(),K=S(),this.h()},l(b){e=m(b,"LI",{class:!0});var E=p(e);n=m(E,"DIV",{class:!0});var Y=p(n);t=m(Y,"TIME",{class:!0,datetime:!0});var W=p(t);a=N(W,l),s=L(W),i=N(W,o),W.forEach(c),g=L(Y),k=m(Y,"BUTTON",{type:!0,title:!0,class:!0});var q=p(k);P=m(q,"SPAN",{class:!0});var x=p(P);J=N(x,"Remove log from pinned panel"),x.forEach(c),X=L(q),ie(F.$$.fragment,q),q.forEach(c),Y.forEach(c),$=L(E),y&&y.l(E),U=L(E),G=m(E,"DIV",{class:!0});var se=p(G);w.l(se),se.forEach(c),K=L(E),E.forEach(c),this.h()},h(){_(t,"class","date svelte-125ig35"),_(t,"datetime",f=r[21].created_at),_(P,"class","label"),_(k,"type","button"),_(k,"title","Remove log from pinned panel"),_(k,"class","svelte-125ig35"),_(n,"class","info svelte-125ig35"),_(G,"class","message svelte-125ig35"),_(e,"class","svelte-125ig35")},m(b,E){j(b,e,E),u(e,n),u(n,t),u(t,a),u(t,s),u(t,i),u(n,g),u(n,k),u(k,P),u(P,J),u(k,X),fe(F,k,null),u(e,$),y&&y.m(e,null),u(e,U),u(e,G),v[M].m(G,null),u(e,K),B=!0,d||(C=le(k,"click",Z),d=!0)},p(b,E){var W;r=b,(!B||E&4)&&l!==(l=new Date(r[21].created_at).toLocaleDateString(void 0,{})+"")&&Q(a,l),(!B||E&4)&&o!==(o=new Date(r[21].created_at).toLocaleTimeString(void 0,{})+"")&&Q(i,o),(!B||E&4&&f!==(f=r[21].created_at))&&_(t,"datetime",f),(W=r[21].data)!=null&&W.url?y?y.p(r,E):(y=qe(r),y.c(),y.m(e,U)):y&&(y.d(1),y=null);let Y=M;M=A(r),M===Y?v[M].p(r,E):(ae(),R(v[Y],1,1,()=>{v[Y]=null}),re(),w=v[M],w?w.p(r,E):(w=v[M]=I[M](r),w.c()),T(w,1),w.m(G,null))},i(b){B||(T(F.$$.fragment,b),T(w),B=!0)},o(b){R(F.$$.fragment,b),R(w),B=!1},d(b){b&&c(e),ue(F),y&&y.d(),v[M].d(),d=!1,C()}}}function $t(r){let e,n,t,l,a,s,o,i,f=r[2]&&Me(r);return{c(){e=h("div"),n=h("nav"),t=h("button"),l=D("Clear pinned logs"),a=S(),f&&f.c(),this.h()},l(g){e=m(g,"DIV",{class:!0});var k=p(e);n=m(k,"NAV",{class:!0});var P=p(n);t=m(P,"BUTTON",{type:!0,class:!0});var J=p(t);l=N(J,"Clear pinned logs"),J.forEach(c),P.forEach(c),a=L(k),f&&f.l(k),k.forEach(c),this.h()},h(){_(t,"type","button"),_(t,"class","button svelte-125ig35"),_(n,"class","asideNav svelte-125ig35"),_(e,"class","pins svelte-125ig35")},m(g,k){j(g,e,k),u(e,n),u(n,t),u(t,l),u(e,a),f&&f.m(e,null),s=!0,o||(i=le(t,"click",r[15]),o=!0)},p(g,k){g[2]?f?(f.p(g,k),k&4&&T(f,1)):(f=Me(g),f.c(),T(f,1),f.m(e,null)):f&&(ae(),R(f,1,1,()=>{f=null}),re())},i(g){s||(T(f),s=!0)},o(g){R(f),s=!1},d(g){g&&c(e),f&&f.d(),o=!1,i()}}}function Tt(r){let e,n,t,l,a,s,o,i,f,g,k,P,J,X,F,$,U,G,M,w,K,B,d,C,Z,y,I=r[1]&&Be(r);w=new ge({props:{icon:"pin"}});let v=r[4].logs.logs&&Ce(r),A=!r[1]&&je(),O=r[3]&&Je(r);return{c(){e=S(),n=h("div"),t=h("section"),l=h("nav"),a=h("form"),s=h("label"),o=D("Filter:"),i=S(),f=h("input"),g=S(),I&&I.c(),k=S(),P=h("div"),J=h("button"),X=D("Clear screen"),F=S(),$=h("button"),U=h("span"),G=D("Toggle pinned logs panel"),M=S(),oe(w.$$.fragment),K=S(),v&&v.c(),B=S(),A&&A.c(),d=S(),O&&O.c(),this.h()},l(b){tt("svelte-1xj5d21",Oe.head).forEach(c),e=L(b),n=m(b,"DIV",{class:!0});var Y=p(n);t=m(Y,"SECTION",{class:!0});var W=p(t);l=m(W,"NAV",{class:!0});var q=p(l);a=m(q,"FORM",{});var x=p(a);s=m(x,"LABEL",{for:!0});var se=p(s);o=N(se,"Filter:"),se.forEach(c),i=L(x),f=m(x,"INPUT",{type:!0,id:!0,class:!0}),g=L(x),I&&I.l(x),x.forEach(c),k=L(q),P=m(q,"DIV",{class:!0});var ce=p(P);J=m(ce,"BUTTON",{type:!0,class:!0});var te=p(J);X=N(te,"Clear screen"),te.forEach(c),F=L(ce),$=m(ce,"BUTTON",{type:!0,title:!0,class:!0});var _e=p($);U=m(_e,"SPAN",{class:!0});var H=p(U);G=N(H,"Toggle pinned logs panel"),H.forEach(c),M=L(_e),ie(w.$$.fragment,_e),_e.forEach(c),ce.forEach(c),q.forEach(c),K=L(W),v&&v.l(W),B=L(W),A&&A.l(W),W.forEach(c),d=L(Y),O&&O.l(Y),Y.forEach(c),this.h()},h(){Oe.title="Logs | platformOS",_(s,"for","filter"),_(f,"type","text"),_(f,"id","filter"),_(f,"class","svelte-125ig35"),_(J,"type","button"),_(J,"class","button"),_(U,"class","label"),_($,"type","button"),_($,"title","Toggle pinned logs panel"),_($,"class","button"),_(P,"class","svelte-125ig35"),_(l,"class","svelte-125ig35"),_(t,"class","logs svelte-125ig35"),_(n,"class","container svelte-125ig35")},m(b,E){j(b,e,E),j(b,n,E),u(n,t),u(t,l),u(l,a),u(a,s),u(s,o),u(a,i),u(a,f),ye(f,r[1]),u(a,g),I&&I.m(a,null),u(l,k),u(l,P),u(P,J),u(J,X),u(P,F),u(P,$),u($,U),u(U,G),u($,M),fe(w,$,null),u(t,K),v&&v.m(t,null),u(t,B),A&&A.m(t,null),u(n,d),O&&O.m(n,null),r[18](n),C=!0,Z||(y=[le(f,"input",r[8]),le(J,"click",r[10]),le($,"click",r[7])],Z=!0)},p(b,[E]){E&2&&f.value!==b[1]&&ye(f,b[1]),b[1]?I?(I.p(b,E),E&2&&T(I,1)):(I=Be(b),I.c(),T(I,1),I.m(a,null)):I&&(ae(),R(I,1,1,()=>{I=null}),re()),b[4].logs.logs?v?(v.p(b,E),E&16&&T(v,1)):(v=Ce(b),v.c(),T(v,1),v.m(t,B)):v&&(ae(),R(v,1,1,()=>{v=null}),re()),b[1]?A&&(A.d(1),A=null):A||(A=je(),A.c(),A.m(t,null)),b[3]?O?(O.p(b,E),E&8&&T(O,1)):(O=Je(b),O.c(),T(O,1),O.m(n,null)):O&&(ae(),R(O,1,1,()=>{O=null}),re())},i(b){C||(T(I),T(w.$$.fragment,b),T(v),T(O),C=!0)},o(b){R(I),R(w.$$.fragment,b),R(v),R(O),C=!1},d(b){b&&c(e),b&&c(n),I&&I.d(),ue(w),v&&v.d(),A&&A.d(),O&&O.d(),r[18](null),Z=!1,Ge(y)}}}let ee=262144;function wt(r,e,n){let t;lt(r,$e,d=>n(4,t=d));let l,a="",s=[],o;const i=d=>d.hidden===!0||d.error_type.toLowerCase().indexOf(a)===-1&&d.message.toLowerCase().indexOf(a)===-1;let f=!1;st(()=>{{const d=document.querySelector(".logs");d&&Math.abs(d.scrollHeight-d.scrollTop-d.clientHeight)<10&&(f=!1)}}),nt(async()=>{var d;f||(await ut(),document.querySelector("footer").scrollIntoView(),(d=t.logs.logs)!=null&&d.length&&(f=!0))}),rt(()=>{n(3,o=localStorage.pinnedPanel==="true"),n(2,s=localStorage.pinnedLogs?JSON.parse(localStorage.pinnedLogs):[])});const g=d=>{s.find(C=>C.id===d.id)?n(2,s=s.filter(C=>C.id!==d.id)):n(2,s=[...s,d]),localStorage.pinnedLogs=JSON.stringify(s)},k=()=>{o?(n(3,o=!1),localStorage.pinnedPanel=!1):(n(3,o=!0),localStorage.pinnedPanel=!0)};function P(){a=this.value,n(1,a)}const J=()=>n(1,a=""),X=()=>t.logs.logs.forEach((d,C)=>Ie($e,t.logs.logs[C].hidden=!0,t)),F=(d,C,Z)=>Ie($e,C[Z].showFull=!0,t),$=(d,C)=>navigator.clipboard.writeText(d.message).then(()=>{C.target.classList.add("confirmation"),setTimeout(()=>C.target.classList.remove("confirmation"),1e3)}),U=d=>g(d),G=(d,C)=>C.id===d.id,M=()=>{localStorage.pinnedLogs=[],n(2,s=[])},w=d=>g(d),K=(d,C,Z)=>n(2,C[Z].showFull=!0,s);function B(d){ct[d?"unshift":"push"](()=>{l=d,n(0,l)})}return[l,a,s,o,t,i,g,k,P,J,X,F,$,U,G,M,w,K,B]}class Pt extends Ze{constructor(e){super(),xe(this,e,wt,Tt,et,{})}}export{Pt as component}; diff --git a/gui/next/build/_app/immutable/nodes/13.446f8f02.js b/gui/next/build/_app/immutable/nodes/13.446f8f02.js new file mode 100644 index 00000000..3456e26c --- /dev/null +++ b/gui/next/build/_app/immutable/nodes/13.446f8f02.js @@ -0,0 +1 @@ +import{s as Ze,a as w,f as m,I as xe,d as _,c as S,g,h as $,r as le,j as c,i as F,u,J as ye,x as te,y as Ge,v as et,V as tt,b as lt,o as st,A as me,M as Ke,l as H,m as G,w as ne,R as nt,n as X,B as at,t as rt,z as Ne,p as it,e as $e}from"../chunks/scheduler.e2aa1391.js";import{S as ot,i as ft,b as ie,d as oe,m as fe,a as T,t as A,c as ae,e as ue,g as re,h as ut}from"../chunks/index.12b5c620.js";import{g as ct}from"../chunks/globals.7f7f1b26.js";import{e as Ee}from"../chunks/each.c0161bb5.js";import{f as _t}from"../chunks/index.ad4c134d.js";import{s as Te}from"../chunks/state.f2691bd0.js";import{t as Qe}from"../chunks/tryParseJSON.f125f883.js";import{J as We}from"../chunks/JSONTree.54ddc30e.js";import{I as ge}from"../chunks/Icon.a5fa4953.js";import{A as dt}from"../chunks/Aside.48de29ae.js";const{document:Ie}=ct;function Oe(a,e,s){const t=a.slice();t[21]=e[s],t[23]=e,t[24]=s;const l=t[21].message.length<262144&&Qe(t[21].message);return t[22]=l,t}function Pe(a,e,s){const t=a.slice();t[21]=e[s],t[25]=e,t[26]=s;const l=t[21].message.length<262144&&Qe(t[21].message);return t[22]=l,t}function Ue(a){let e,s,t="Clear filter",l,r,n,i,o;return r=new ge({props:{icon:"x",size:"12"}}),{c(){e=m("button"),s=m("span"),s.textContent=t,l=w(),ie(r.$$.fragment),this.h()},l(f){e=g(f,"BUTTON",{class:!0});var h=$(e);s=g(h,"SPAN",{class:!0,"data-svelte-h":!0}),le(s)!=="svelte-1bu6mgu"&&(s.textContent=t),l=S(h),oe(r.$$.fragment,h),h.forEach(_),this.h()},h(){c(s,"class","label svelte-125ig35"),c(e,"class","clearFilter svelte-125ig35")},m(f,h){F(f,e,h),u(e,s),u(e,l),fe(r,e,null),n=!0,i||(o=te(e,"click",a[9]),i=!0)},p:me,i(f){n||(T(r.$$.fragment,f),n=!0)},o(f){A(r.$$.fragment,f),n=!1},d(f){f&&_(e),ue(r),i=!1,o()}}}function Be(a){let e,s,t=Ee(a[4].logs.logs),l=[];for(let n=0;nA(l[n],1,1,()=>{l[n]=null});return{c(){e=m("table");for(let n=0;nee&&Ve(a);return{c(){s=H(e),t=w(),r&&r.c(),l=$e()},l(n){s=G(n,e),t=S(n),r&&r.l(n),l=$e()},m(n,i){F(n,s,i),F(n,t,i),r&&r.m(n,i),F(n,l,i)},p(n,i){i&16&&e!==(e=n[21].message.substr(0,ee)+"")&&X(s,e),n[21].message.length>ee?r?r.p(n,i):(r=Ve(n),r.c(),r.m(l.parentNode,l)):r&&(r.d(1),r=null)},d(n){n&&(_(s),_(t),_(l)),r&&r.d(n)}}}function pt(a){let e=a[21].message+"",s;return{c(){s=H(e)},l(t){s=G(t,e)},m(t,l){F(t,s,l)},p(t,l){l&16&&e!==(e=t[21].message+"")&&X(s,e)},d(t){t&&_(s)}}}function Ve(a){let e,s,t=a[21].message.length-ee+"",l,r,n,i;function o(){return a[11](a[21],a[25],a[26])}return{c(){e=m("div"),s=m("button"),l=H(t),r=H(" more characters"),this.h()},l(f){e=g(f,"DIV",{class:!0});var h=$(e);s=g(h,"BUTTON",{type:!0,class:!0});var b=$(s);l=G(b,t),r=G(b," more characters"),b.forEach(_),h.forEach(_),this.h()},h(){c(s,"type","button"),c(s,"class","svelte-125ig35"),c(e,"class","longStringInfo svelte-125ig35")},m(f,h){F(f,e,h),u(e,s),u(s,l),u(s,r),n||(i=te(s,"click",o),n=!0)},p(f,h){a=f,h&16&&t!==(t=a[21].message.length-ee+"")&&X(l,t)},d(f){f&&_(e),n=!1,i()}}}function Ae(a){let e,s,t,l=a[21].data.url+"",r,n,i=a[21].data.user&&Fe(a);return{c(){e=m("ul"),s=m("li"),t=H("Page: "),r=H(l),n=w(),i&&i.c(),this.h()},l(o){e=g(o,"UL",{class:!0});var f=$(e);s=g(f,"LI",{});var h=$(s);t=G(h,"Page: "),r=G(h,l),h.forEach(_),n=S(f),i&&i.l(f),f.forEach(_),this.h()},h(){c(e,"class","info svelte-125ig35")},m(o,f){F(o,e,f),u(e,s),u(s,t),u(s,r),u(e,n),i&&i.m(e,null)},p(o,f){f&16&&l!==(l=o[21].data.url+"")&&X(r,l),o[21].data.user?i?i.p(o,f):(i=Fe(o),i.c(),i.m(e,null)):i&&(i.d(1),i=null)},d(o){o&&_(e),i&&i.d()}}}function Fe(a){let e,s,t,l=a[21].data.user.id+"",r,n;return{c(){e=m("li"),s=H("User ID: "),t=m("a"),r=H(l),this.h()},l(i){e=g(i,"LI",{});var o=$(e);s=G(o,"User ID: "),t=g(o,"A",{href:!0,class:!0});var f=$(t);r=G(f,l),f.forEach(_),o.forEach(_),this.h()},h(){c(t,"href",n="/users/"+a[21].data.user.id),c(t,"class","svelte-125ig35")},m(i,o){F(i,e,o),u(e,s),u(e,t),u(t,r)},p(i,o){o&16&&l!==(l=i[21].data.user.id+"")&&X(r,l),o&16&&n!==(n="/users/"+i[21].data.user.id)&&c(t,"href",n)},d(i){i&&_(e)}}}function je(a){var Se;let e,s,t,l=new Date(a[21].created_at).toLocaleDateString(void 0,{})+"",r,n,i=new Date(a[21].created_at).toLocaleTimeString(void 0,{})+"",o,f,h,b,L=a[21].error_type+"",J,x,B,E,D,K,j,C,R,I,d,U="Copy message",Y,y,N,p,O,P="Pin this log",v,k,Q,q,M,Z,ce;const _e=[mt,ht],se=[];function Ce(z,V){return z[22]?0:1}E=Ce(a),D=se[E]=_e[E](a);let W=((Se=a[21].data)==null?void 0:Se.url)&&Ae(a);y=new ge({props:{icon:"copy"}});function Xe(...z){return a[12](a[21],...z)}k=new ge({props:{icon:"pin"}});function Ye(){return a[13](a[21])}function we(...z){return a[14](a[21],...z)}return{c(){e=m("tr"),s=m("td"),t=m("time"),r=H(l),n=w(),o=H(i),h=w(),b=m("td"),J=H(L),x=w(),B=m("td"),D.c(),K=w(),W&&W.c(),j=w(),C=m("td"),R=m("div"),I=m("button"),d=m("span"),d.textContent=U,Y=w(),ie(y.$$.fragment),N=w(),p=m("button"),O=m("span"),O.textContent=P,v=w(),ie(k.$$.fragment),Q=w(),this.h()},l(z){e=g(z,"TR",{class:!0});var V=$(e);s=g(V,"TD",{class:!0});var he=$(s);t=g(he,"TIME",{datetime:!0,class:!0});var de=$(t);r=G(de,l),n=S(de),o=G(de,i),de.forEach(_),he.forEach(_),h=S(V),b=g(V,"TD",{class:!0});var Le=$(b);J=G(Le,L),Le.forEach(_),x=S(V),B=g(V,"TD",{class:!0});var pe=$(B);D.l(pe),K=S(pe),W&&W.l(pe),pe.forEach(_),j=S(V),C=g(V,"TD",{class:!0});var De=$(C);R=g(De,"DIV",{class:!0});var ve=$(R);I=g(ve,"BUTTON",{type:!0,class:!0,title:!0});var be=$(I);d=g(be,"SPAN",{class:!0,"data-svelte-h":!0}),le(d)!=="svelte-1qjln59"&&(d.textContent=U),Y=S(be),oe(y.$$.fragment,be),be.forEach(_),N=S(ve),p=g(ve,"BUTTON",{type:!0,class:!0,title:!0});var ke=$(p);O=g(ke,"SPAN",{class:!0,"data-svelte-h":!0}),le(O)!=="svelte-yzd8i4"&&(O.textContent=P),v=S(ke),oe(k.$$.fragment,ke),ke.forEach(_),ve.forEach(_),De.forEach(_),Q=S(V),V.forEach(_),this.h()},h(){c(t,"datetime",f=a[21].created_at),c(t,"class","svelte-125ig35"),c(s,"class","date svelte-125ig35"),c(b,"class","logType svelte-125ig35"),c(B,"class","message svelte-125ig35"),c(d,"class","label"),c(I,"type","button"),c(I,"class","button svelte-125ig35"),c(I,"title","Copy message"),c(O,"class","label"),c(p,"type","button"),c(p,"class","button svelte-125ig35"),c(p,"title","Pin this log"),ne(p,"active",a[2].find(we)),c(R,"class","svelte-125ig35"),c(C,"class","actions svelte-125ig35"),c(e,"class","svelte-125ig35"),ne(e,"hidden",a[1]&&a[5](a[21])||a[21].hidden),ne(e,"error",a[21].error_type.match(/error/i)),ne(e,"fresh",a[21].downloaded_at>a[4].logs.downloaded_at[0])},m(z,V){F(z,e,V),u(e,s),u(s,t),u(t,r),u(t,n),u(t,o),u(e,h),u(e,b),u(b,J),u(e,x),u(e,B),se[E].m(B,null),u(B,K),W&&W.m(B,null),u(e,j),u(e,C),u(C,R),u(R,I),u(I,d),u(I,Y),fe(y,I,null),u(R,N),u(R,p),u(p,O),u(p,v),fe(k,p,null),u(e,Q),M=!0,Z||(ce=[te(I,"click",Xe),te(p,"click",nt(Ye))],Z=!0)},p(z,V){var de;a=z,(!M||V&16)&&l!==(l=new Date(a[21].created_at).toLocaleDateString(void 0,{})+"")&&X(r,l),(!M||V&16)&&i!==(i=new Date(a[21].created_at).toLocaleTimeString(void 0,{})+"")&&X(o,i),(!M||V&16&&f!==(f=a[21].created_at))&&c(t,"datetime",f),(!M||V&16)&&L!==(L=a[21].error_type+"")&&X(J,L);let he=E;E=Ce(a),E===he?se[E].p(a,V):(re(),A(se[he],1,1,()=>{se[he]=null}),ae(),D=se[E],D?D.p(a,V):(D=se[E]=_e[E](a),D.c()),T(D,1),D.m(B,K)),(de=a[21].data)!=null&&de.url?W?W.p(a,V):(W=Ae(a),W.c(),W.m(B,null)):W&&(W.d(1),W=null),(!M||V&20)&&ne(p,"active",a[2].find(we)),(!M||V&50)&&ne(e,"hidden",a[1]&&a[5](a[21])||a[21].hidden),(!M||V&16)&&ne(e,"error",a[21].error_type.match(/error/i)),(!M||V&16)&&ne(e,"fresh",a[21].downloaded_at>a[4].logs.downloaded_at[0])},i(z){M||(T(D),T(y.$$.fragment,z),T(k.$$.fragment,z),z&&(q||at(()=>{q=ut(e,_t,{duration:200}),q.start()})),M=!0)},o(z){A(D),A(y.$$.fragment,z),A(k.$$.fragment,z),M=!1},d(z){z&&_(e),se[E].d(),W&&W.d(),ue(y),ue(k),Z=!1,Ge(ce)}}}function Me(a){let e,s="No newer logs to show
Checking every 3 seconds";return{c(){e=m("footer"),e.innerHTML=s,this.h()},l(t){e=g(t,"FOOTER",{class:!0,"data-svelte-h":!0}),le(e)!=="svelte-akhvzo"&&(e.innerHTML=s),this.h()},h(){c(e,"class","svelte-125ig35")},m(t,l){F(t,e,l)},d(t){t&&_(e)}}}function ze(a){let e,s;return e=new dt({props:{$$slots:{default:[Et]},$$scope:{ctx:a}}}),{c(){ie(e.$$.fragment)},l(t){oe(e.$$.fragment,t)},m(t,l){fe(e,t,l),s=!0},p(t,l){const r={};l&134217732&&(r.$$scope={dirty:l,ctx:t}),e.$set(r)},i(t){s||(T(e.$$.fragment,t),s=!0)},o(t){A(e.$$.fragment,t),s=!1},d(t){ue(e,t)}}}function Je(a){let e,s,t=Ee(a[2]),l=[];for(let n=0;nA(l[n],1,1,()=>{l[n]=null});return{c(){e=m("ul");for(let n=0;nee&&qe(a);return{c(){s=H(e),t=w(),r&&r.c(),l=$e()},l(n){s=G(n,e),t=S(n),r&&r.l(n),l=$e()},m(n,i){F(n,s,i),F(n,t,i),r&&r.m(n,i),F(n,l,i)},p(n,i){i&4&&e!==(e=n[21].message.substr(0,ee)+"")&&X(s,e),n[21].message.length>ee?r?r.p(n,i):(r=qe(n),r.c(),r.m(l.parentNode,l)):r&&(r.d(1),r=null)},d(n){n&&(_(s),_(t),_(l)),r&&r.d(n)}}}function $t(a){let e=a[21].message+"",s;return{c(){s=H(e)},l(t){s=G(t,e)},m(t,l){F(t,s,l)},p(t,l){l&4&&e!==(e=t[21].message+"")&&X(s,e)},d(t){t&&_(s)}}}function qe(a){let e,s=a[21].message.length-ee+"",t,l,r,n;function i(){return a[17](a[21],a[23],a[24])}return{c(){e=m("button"),t=H(s),l=H(" more characters"),this.h()},l(o){e=g(o,"BUTTON",{type:!0,class:!0});var f=$(e);t=G(f,s),l=G(f," more characters"),f.forEach(_),this.h()},h(){c(e,"type","button"),c(e,"class","svelte-125ig35")},m(o,f){F(o,e,f),u(e,t),u(e,l),r||(n=te(e,"click",i),r=!0)},p(o,f){a=o,f&4&&s!==(s=a[21].message.length-ee+"")&&X(t,s)},d(o){o&&_(e),r=!1,n()}}}function He(a){var P;let e,s,t,l=new Date(a[21].created_at).toLocaleDateString(void 0,{})+"",r,n,i=new Date(a[21].created_at).toLocaleTimeString(void 0,{})+"",o,f,h,b,L,J="Remove log from pinned panel",x,B,E,D,K,j,C,R,I,d,U;B=new ge({props:{icon:"trash",size:"18"}});function Y(){return a[16](a[21])}let y=((P=a[21].data)==null?void 0:P.url)&&Re(a);const N=[bt,vt],p=[];function O(v,k){return v[22]?0:1}return j=O(a),C=p[j]=N[j](a),{c(){e=m("li"),s=m("div"),t=m("time"),r=H(l),n=w(),o=H(i),h=w(),b=m("button"),L=m("span"),L.textContent=J,x=w(),ie(B.$$.fragment),E=w(),y&&y.c(),D=w(),K=m("div"),C.c(),R=w(),this.h()},l(v){e=g(v,"LI",{class:!0});var k=$(e);s=g(k,"DIV",{class:!0});var Q=$(s);t=g(Q,"TIME",{class:!0,datetime:!0});var q=$(t);r=G(q,l),n=S(q),o=G(q,i),q.forEach(_),h=S(Q),b=g(Q,"BUTTON",{type:!0,title:!0,class:!0});var M=$(b);L=g(M,"SPAN",{class:!0,"data-svelte-h":!0}),le(L)!=="svelte-flzfhp"&&(L.textContent=J),x=S(M),oe(B.$$.fragment,M),M.forEach(_),Q.forEach(_),E=S(k),y&&y.l(k),D=S(k),K=g(k,"DIV",{class:!0});var Z=$(K);C.l(Z),Z.forEach(_),R=S(k),k.forEach(_),this.h()},h(){c(t,"class","date svelte-125ig35"),c(t,"datetime",f=a[21].created_at),c(L,"class","label"),c(b,"type","button"),c(b,"title","Remove log from pinned panel"),c(b,"class","svelte-125ig35"),c(s,"class","info svelte-125ig35"),c(K,"class","message svelte-125ig35"),c(e,"class","svelte-125ig35")},m(v,k){F(v,e,k),u(e,s),u(s,t),u(t,r),u(t,n),u(t,o),u(s,h),u(s,b),u(b,L),u(b,x),fe(B,b,null),u(e,E),y&&y.m(e,null),u(e,D),u(e,K),p[j].m(K,null),u(e,R),I=!0,d||(U=te(b,"click",Y),d=!0)},p(v,k){var q;a=v,(!I||k&4)&&l!==(l=new Date(a[21].created_at).toLocaleDateString(void 0,{})+"")&&X(r,l),(!I||k&4)&&i!==(i=new Date(a[21].created_at).toLocaleTimeString(void 0,{})+"")&&X(o,i),(!I||k&4&&f!==(f=a[21].created_at))&&c(t,"datetime",f),(q=a[21].data)!=null&&q.url?y?y.p(a,k):(y=Re(a),y.c(),y.m(e,D)):y&&(y.d(1),y=null);let Q=j;j=O(a),j===Q?p[j].p(a,k):(re(),A(p[Q],1,1,()=>{p[Q]=null}),ae(),C=p[j],C?C.p(a,k):(C=p[j]=N[j](a),C.c()),T(C,1),C.m(K,null))},i(v){I||(T(B.$$.fragment,v),T(C),I=!0)},o(v){A(B.$$.fragment,v),A(C),I=!1},d(v){v&&_(e),ue(B),y&&y.d(),p[j].d(),d=!1,U()}}}function Et(a){let e,s,t,l="Clear pinned logs",r,n,i,o,f=a[2]&&Je(a);return{c(){e=m("div"),s=m("nav"),t=m("button"),t.textContent=l,r=w(),f&&f.c(),this.h()},l(h){e=g(h,"DIV",{class:!0});var b=$(e);s=g(b,"NAV",{class:!0});var L=$(s);t=g(L,"BUTTON",{type:!0,class:!0,"data-svelte-h":!0}),le(t)!=="svelte-eeid91"&&(t.textContent=l),L.forEach(_),r=S(b),f&&f.l(b),b.forEach(_),this.h()},h(){c(t,"type","button"),c(t,"class","button svelte-125ig35"),c(s,"class","asideNav svelte-125ig35"),c(e,"class","pins svelte-125ig35")},m(h,b){F(h,e,b),u(e,s),u(s,t),u(e,r),f&&f.m(e,null),n=!0,i||(o=te(t,"click",a[15]),i=!0)},p(h,b){h[2]?f?(f.p(h,b),b&4&&T(f,1)):(f=Je(h),f.c(),T(f,1),f.m(e,null)):f&&(re(),A(f,1,1,()=>{f=null}),ae())},i(h){n||(T(f),n=!0)},o(h){A(f),n=!1},d(h){h&&_(e),f&&f.d(),i=!1,o()}}}function Tt(a){let e,s,t,l,r,n,i="Filter:",o,f,h,b,L,J,x="Clear screen",B,E,D,K="Toggle pinned logs panel",j,C,R,I,d,U,Y,y,N=a[1]&&Ue(a);C=new ge({props:{icon:"pin"}});let p=a[4].logs.logs&&Be(a),O=!a[1]&&Me(),P=a[3]&&ze(a);return{c(){e=w(),s=m("div"),t=m("section"),l=m("nav"),r=m("form"),n=m("label"),n.textContent=i,o=w(),f=m("input"),h=w(),N&&N.c(),b=w(),L=m("div"),J=m("button"),J.textContent=x,B=w(),E=m("button"),D=m("span"),D.textContent=K,j=w(),ie(C.$$.fragment),R=w(),p&&p.c(),I=w(),O&&O.c(),d=w(),P&&P.c(),this.h()},l(v){xe("svelte-1xj5d21",Ie.head).forEach(_),e=S(v),s=g(v,"DIV",{class:!0});var Q=$(s);t=g(Q,"SECTION",{class:!0});var q=$(t);l=g(q,"NAV",{class:!0});var M=$(l);r=g(M,"FORM",{});var Z=$(r);n=g(Z,"LABEL",{for:!0,"data-svelte-h":!0}),le(n)!=="svelte-kf6j7o"&&(n.textContent=i),o=S(Z),f=g(Z,"INPUT",{type:!0,id:!0,class:!0}),h=S(Z),N&&N.l(Z),Z.forEach(_),b=S(M),L=g(M,"DIV",{class:!0});var ce=$(L);J=g(ce,"BUTTON",{type:!0,class:!0,"data-svelte-h":!0}),le(J)!=="svelte-1hlqgjb"&&(J.textContent=x),B=S(ce),E=g(ce,"BUTTON",{type:!0,title:!0,class:!0});var _e=$(E);D=g(_e,"SPAN",{class:!0,"data-svelte-h":!0}),le(D)!=="svelte-1o6petk"&&(D.textContent=K),j=S(_e),oe(C.$$.fragment,_e),_e.forEach(_),ce.forEach(_),M.forEach(_),R=S(q),p&&p.l(q),I=S(q),O&&O.l(q),q.forEach(_),d=S(Q),P&&P.l(Q),Q.forEach(_),this.h()},h(){Ie.title="Logs | platformOS",c(n,"for","filter"),c(f,"type","text"),c(f,"id","filter"),c(f,"class","svelte-125ig35"),c(J,"type","button"),c(J,"class","button"),c(D,"class","label"),c(E,"type","button"),c(E,"title","Toggle pinned logs panel"),c(E,"class","button"),c(L,"class","svelte-125ig35"),c(l,"class","svelte-125ig35"),c(t,"class","logs svelte-125ig35"),c(s,"class","container svelte-125ig35")},m(v,k){F(v,e,k),F(v,s,k),u(s,t),u(t,l),u(l,r),u(r,n),u(r,o),u(r,f),ye(f,a[1]),u(r,h),N&&N.m(r,null),u(l,b),u(l,L),u(L,J),u(L,B),u(L,E),u(E,D),u(E,j),fe(C,E,null),u(t,R),p&&p.m(t,null),u(t,I),O&&O.m(t,null),u(s,d),P&&P.m(s,null),a[18](s),U=!0,Y||(y=[te(f,"input",a[8]),te(J,"click",a[10]),te(E,"click",a[7])],Y=!0)},p(v,[k]){k&2&&f.value!==v[1]&&ye(f,v[1]),v[1]?N?(N.p(v,k),k&2&&T(N,1)):(N=Ue(v),N.c(),T(N,1),N.m(r,null)):N&&(re(),A(N,1,1,()=>{N=null}),ae()),v[4].logs.logs?p?(p.p(v,k),k&16&&T(p,1)):(p=Be(v),p.c(),T(p,1),p.m(t,I)):p&&(re(),A(p,1,1,()=>{p=null}),ae()),v[1]?O&&(O.d(1),O=null):O||(O=Me(),O.c(),O.m(t,null)),v[3]?P?(P.p(v,k),k&8&&T(P,1)):(P=ze(v),P.c(),T(P,1),P.m(s,null)):P&&(re(),A(P,1,1,()=>{P=null}),ae())},i(v){U||(T(N),T(C.$$.fragment,v),T(p),T(P),U=!0)},o(v){A(N),A(C.$$.fragment,v),A(p),A(P),U=!1},d(v){v&&(_(e),_(s)),N&&N.d(),ue(C),p&&p.d(),O&&O.d(),P&&P.d(),a[18](null),Y=!1,Ge(y)}}}let ee=262144;function Ct(a,e,s){let t;et(a,Te,d=>s(4,t=d));let l,r="",n=[],i;const o=d=>d.hidden===!0||d.error_type.toLowerCase().indexOf(r)===-1&&d.message.toLowerCase().indexOf(r)===-1;let f=!1;tt(()=>{{const d=document.querySelector(".logs");d&&Math.abs(d.scrollHeight-d.scrollTop-d.clientHeight)<10&&(f=!1)}}),lt(async()=>{var d;f||(await rt(),document.querySelector("footer").scrollIntoView(),(d=t.logs.logs)!=null&&d.length&&(f=!0))}),st(()=>{s(3,i=localStorage.pinnedPanel==="true"),s(2,n=localStorage.pinnedLogs?JSON.parse(localStorage.pinnedLogs):[])});const h=d=>{n.find(U=>U.id===d.id)?s(2,n=n.filter(U=>U.id!==d.id)):s(2,n=[...n,d]),localStorage.pinnedLogs=JSON.stringify(n)},b=()=>{i?(s(3,i=!1),localStorage.pinnedPanel=!1):(s(3,i=!0),localStorage.pinnedPanel=!0)};function L(){r=this.value,s(1,r)}const J=()=>s(1,r=""),x=()=>t.logs.logs.forEach((d,U)=>Ne(Te,t.logs.logs[U].hidden=!0,t)),B=(d,U,Y)=>Ne(Te,U[Y].showFull=!0,t),E=(d,U)=>navigator.clipboard.writeText(d.message).then(()=>{U.target.classList.add("confirmation"),setTimeout(()=>U.target.classList.remove("confirmation"),1e3)}),D=d=>h(d),K=(d,U)=>U.id===d.id,j=()=>{localStorage.pinnedLogs=[],s(2,n=[])},C=d=>h(d),R=(d,U,Y)=>s(2,U[Y].showFull=!0,n);function I(d){it[d?"unshift":"push"](()=>{l=d,s(0,l)})}return[l,r,n,i,t,o,h,b,L,J,x,B,E,D,K,j,C,R,I]}class Bt extends ot{constructor(e){super(),ft(this,e,Ct,Tt,Ze,{})}}export{Bt as component}; diff --git a/gui/next/build/_app/immutable/nodes/14.2c0854c2.js b/gui/next/build/_app/immutable/nodes/14.2c0854c2.js new file mode 100644 index 00000000..a16acf93 --- /dev/null +++ b/gui/next/build/_app/immutable/nodes/14.2c0854c2.js @@ -0,0 +1 @@ +import{s,I as a,d as n,A as e}from"../chunks/scheduler.e2aa1391.js";import{S as r,i as c}from"../chunks/index.12b5c620.js";function d(o){return{c(){this.h()},l(t){a("svelte-165emge",document.head).forEach(n),this.h()},h(){document.title="Users | platformOS"},m:e,p:e,i:e,o:e,d:e}}class l extends r{constructor(t){super(),c(this,t,null,d,s,{})}}export{l as component}; diff --git a/gui/next/build/_app/immutable/nodes/14.6f05a8e9.js b/gui/next/build/_app/immutable/nodes/14.6f05a8e9.js deleted file mode 100644 index 0f58abe3..00000000 --- a/gui/next/build/_app/immutable/nodes/14.6f05a8e9.js +++ /dev/null @@ -1 +0,0 @@ -import{S as o,i as a,s as n,W as c,h as r,K as e}from"../chunks/index.d0f8a730.js";function h(s){return{c(){this.h()},l(t){c("svelte-165emge",document.head).forEach(r),this.h()},h(){document.title="Users | platformOS"},m:e,p:e,i:e,o:e,d:e}}class l extends o{constructor(t){super(),a(this,t,null,h,n,{})}}export{l as component}; diff --git a/gui/next/build/_app/immutable/nodes/15.c264d008.js b/gui/next/build/_app/immutable/nodes/15.c264d008.js deleted file mode 100644 index 6d04a02b..00000000 --- a/gui/next/build/_app/immutable/nodes/15.c264d008.js +++ /dev/null @@ -1 +0,0 @@ -import{S as $e,i as Ie,s as Te,a as P,y as Le,W as Se,h as u,c as W,z as we,b as I,A as Ve,g as Fe,d as je,B as Ue,F as Ae,k as h,q as g,e as M,l as p,m as D,r as $,n as k,E as c,u as q}from"../chunks/index.d0f8a730.js";import{p as Me}from"../chunks/stores.f318b269.js";import{u as Pe}from"../chunks/user.1d284359.js";import{A as We}from"../chunks/Aside.2bf7e52e.js";function me(_){var o;let e,a=((o=_[1])==null?void 0:o.id)+"",s;return{c(){e=g("ID: "),s=g(a)},l(t){e=$(t,"ID: "),s=$(t,a)},m(t,f){I(t,e,f),I(t,s,f)},p(t,f){var i;f&2&&a!==(a=((i=t[1])==null?void 0:i.id)+"")&&q(s,a)},d(t){t&&u(e),t&&u(s)}}}function ve(_){var f;let e,a,s,o=((f=_[1])==null?void 0:f.external_id)+"",t;return{c(){e=h("dt"),a=g("External ID:"),s=h("dd"),t=g(o),this.h()},l(i){e=p(i,"DT",{class:!0});var n=D(e);a=$(n,"External ID:"),n.forEach(u),s=p(i,"DD",{class:!0});var l=D(s);t=$(l,o),l.forEach(u),this.h()},h(){k(e,"class","svelte-9t2ood"),k(s,"class","svelte-9t2ood")},m(i,n){I(i,e,n),c(e,a),I(i,s,n),c(s,t)},p(i,n){var l;n&2&&o!==(o=((l=i[1])==null?void 0:l.external_id)+"")&&q(t,o)},d(i){i&&u(e),i&&u(s)}}}function he(_){var f;let e,a,s,o=((f=_[1])==null?void 0:f.jwt_token)+"",t;return{c(){e=h("dt"),a=g("JWT:"),s=h("dd"),t=g(o),this.h()},l(i){e=p(i,"DT",{class:!0});var n=D(e);a=$(n,"JWT:"),n.forEach(u),s=p(i,"DD",{class:!0});var l=D(s);t=$(l,o),l.forEach(u),this.h()},h(){k(e,"class","svelte-9t2ood"),k(s,"class","svelte-9t2ood")},m(i,n){I(i,e,n),c(e,a),I(i,s,n),c(s,t)},p(i,n){var l;n&2&&o!==(o=((l=i[1])==null?void 0:l.jwt_token)+"")&&q(t,o)},d(i){i&&u(e),i&&u(s)}}}function pe(_){var n;let e,a,s,o,t,f=((n=_[1])==null?void 0:n.name)+"",i;return{c(){e=h("div"),a=h("dt"),s=g("First name:"),o=P(),t=h("dd"),i=g(f),this.h()},l(l){e=p(l,"DIV",{class:!0});var d=D(e);a=p(d,"DT",{});var m=D(a);s=$(m,"First name:"),m.forEach(u),o=W(d),t=p(d,"DD",{class:!0});var v=D(t);i=$(v,f),v.forEach(u),d.forEach(u),this.h()},h(){k(t,"class","svelte-9t2ood"),k(e,"class","svelte-9t2ood")},m(l,d){I(l,e,d),c(e,a),c(a,s),c(e,o),c(e,t),c(t,i)},p(l,d){var m;d&2&&f!==(f=((m=l[1])==null?void 0:m.name)+"")&&q(i,f)},d(l){l&&u(e)}}}function De(_){var n;let e,a,s,o,t,f=((n=_[1])==null?void 0:n.first_name)+"",i;return{c(){e=h("div"),a=h("dt"),s=g("First name:"),o=P(),t=h("dd"),i=g(f),this.h()},l(l){e=p(l,"DIV",{class:!0});var d=D(e);a=p(d,"DT",{});var m=D(a);s=$(m,"First name:"),m.forEach(u),o=W(d),t=p(d,"DD",{class:!0});var v=D(t);i=$(v,f),v.forEach(u),d.forEach(u),this.h()},h(){k(t,"class","svelte-9t2ood"),k(e,"class","svelte-9t2ood")},m(l,d){I(l,e,d),c(e,a),c(a,s),c(e,o),c(e,t),c(t,i)},p(l,d){var m;d&2&&f!==(f=((m=l[1])==null?void 0:m.first_name)+"")&&q(i,f)},d(l){l&&u(e)}}}function Ee(_){var n;let e,a,s,o,t,f=((n=_[1])==null?void 0:n.middle_name)+"",i;return{c(){e=h("div"),a=h("dt"),s=g("Middle name:"),o=P(),t=h("dd"),i=g(f),this.h()},l(l){e=p(l,"DIV",{class:!0});var d=D(e);a=p(d,"DT",{});var m=D(a);s=$(m,"Middle name:"),m.forEach(u),o=W(d),t=p(d,"DD",{class:!0});var v=D(t);i=$(v,f),v.forEach(u),d.forEach(u),this.h()},h(){k(t,"class","svelte-9t2ood"),k(e,"class","svelte-9t2ood")},m(l,d){I(l,e,d),c(e,a),c(a,s),c(e,o),c(e,t),c(t,i)},p(l,d){var m;d&2&&f!==(f=((m=l[1])==null?void 0:m.middle_name)+"")&&q(i,f)},d(l){l&&u(e)}}}function ke(_){var n;let e,a,s,o,t,f=((n=_[1])==null?void 0:n.last_name)+"",i;return{c(){e=h("div"),a=h("dt"),s=g("Last name:"),o=P(),t=h("dd"),i=g(f),this.h()},l(l){e=p(l,"DIV",{class:!0});var d=D(e);a=p(d,"DT",{});var m=D(a);s=$(m,"Last name:"),m.forEach(u),o=W(d),t=p(d,"DD",{class:!0});var v=D(t);i=$(v,f),v.forEach(u),d.forEach(u),this.h()},h(){k(t,"class","svelte-9t2ood"),k(e,"class","svelte-9t2ood")},m(l,d){I(l,e,d),c(e,a),c(a,s),c(e,o),c(e,t),c(t,i)},p(l,d){var m;d&2&&f!==(f=((m=l[1])==null?void 0:m.last_name)+"")&&q(i,f)},d(l){l&&u(e)}}}function be(_){var n;let e,a,s,o,t,f=((n=_[1])==null?void 0:n.slug)+"",i;return{c(){e=h("div"),a=h("dt"),s=g("Slug:"),o=P(),t=h("dd"),i=g(f),this.h()},l(l){e=p(l,"DIV",{class:!0});var d=D(e);a=p(d,"DT",{});var m=D(a);s=$(m,"Slug:"),m.forEach(u),o=W(d),t=p(d,"DD",{class:!0});var v=D(t);i=$(v,f),v.forEach(u),d.forEach(u),this.h()},h(){k(t,"class","svelte-9t2ood"),k(e,"class","svelte-9t2ood")},m(l,d){I(l,e,d),c(e,a),c(a,s),c(e,o),c(e,t),c(t,i)},p(l,d){var m;d&2&&f!==(f=((m=l[1])==null?void 0:m.slug)+"")&&q(i,f)},d(l){l&&u(e)}}}function ge(_){var n;let e,a,s,o,t,f=((n=_[1])==null?void 0:n.language)+"",i;return{c(){e=h("div"),a=h("dt"),s=g("Language:"),o=P(),t=h("dd"),i=g(f),this.h()},l(l){e=p(l,"DIV",{class:!0});var d=D(e);a=p(d,"DT",{});var m=D(a);s=$(m,"Language:"),m.forEach(u),o=W(d),t=p(d,"DD",{class:!0});var v=D(t);i=$(v,f),v.forEach(u),d.forEach(u),this.h()},h(){k(t,"class","svelte-9t2ood"),k(e,"class","svelte-9t2ood")},m(l,d){I(l,e,d),c(e,a),c(a,s),c(e,o),c(e,t),c(t,i)},p(l,d){var m;d&2&&f!==(f=((m=l[1])==null?void 0:m.language)+"")&&q(i,f)},d(l){l&&u(e)}}}function qe(_){var X,Y,Z,y,x,ee,le,te,ae,se,ie;let e,a,s,o,t=new Date((X=_[1])==null?void 0:X.created_at).toLocaleDateString(void 0,{})+"",f,i,n=new Date((Y=_[1])==null?void 0:Y.created_at).toLocaleTimeString(void 0,{})+"",l,d,m,v,O,G,E,H,K,N,Q,R,T=((Z=_[1])==null?void 0:Z.id)&&me(_),L=((y=_[1])==null?void 0:y.external_id)&&ve(_),S=((x=_[1])==null?void 0:x.jwt_token)&&he(_),w=((ee=_[1])==null?void 0:ee.name)&&pe(_),V=((le=_[1])==null?void 0:le.first_name)&&De(_),F=((te=_[1])==null?void 0:te.middle_name)&&Ee(_),j=((ae=_[1])==null?void 0:ae.last_name)&&ke(_),U=((se=_[1])==null?void 0:se.slug)&&be(_),A=((ie=_[1])==null?void 0:ie.language)&&ge(_);return{c(){e=h("div"),a=h("div"),T&&T.c(),s=P(),o=h("time"),f=g(t),i=P(),l=g(n),m=P(),v=h("dl"),L&&L.c(),O=M(),S&&S.c(),G=P(),E=h("dl"),w&&w.c(),H=M(),V&&V.c(),K=M(),F&&F.c(),N=M(),j&&j.c(),Q=M(),U&&U.c(),R=M(),A&&A.c(),this.h()},l(r){e=p(r,"DIV",{});var b=D(e);a=p(b,"DIV",{class:!0});var z=D(a);T&&T.l(z),s=W(z),o=p(z,"TIME",{datetime:!0,class:!0});var B=D(o);f=$(B,t),i=W(B),l=$(B,n),B.forEach(u),z.forEach(u),b.forEach(u),m=W(r),v=p(r,"DL",{class:!0});var C=D(v);L&&L.l(C),O=M(),S&&S.l(C),C.forEach(u),G=W(r),E=p(r,"DL",{class:!0});var J=D(E);w&&w.l(J),H=M(),V&&V.l(J),K=M(),F&&F.l(J),N=M(),j&&j.l(J),Q=M(),U&&U.l(J),R=M(),A&&A.l(J),J.forEach(u),this.h()},h(){var r;k(o,"datetime",d=(r=_[1])==null?void 0:r.created_at),k(o,"class","svelte-9t2ood"),k(a,"class","info svelte-9t2ood"),k(v,"class","tech svelte-9t2ood"),k(E,"class","personal svelte-9t2ood")},m(r,b){I(r,e,b),c(e,a),T&&T.m(a,null),c(a,s),c(a,o),c(o,f),c(o,i),c(o,l),I(r,m,b),I(r,v,b),L&&L.m(v,null),c(v,O),S&&S.m(v,null),I(r,G,b),I(r,E,b),w&&w.m(E,null),c(E,H),V&&V.m(E,null),c(E,K),F&&F.m(E,null),c(E,N),j&&j.m(E,null),c(E,Q),U&&U.m(E,null),c(E,R),A&&A.m(E,null)},p(r,b){var z,B,C,J,de,oe,fe,ne,re,_e,ce,ue;(z=r[1])!=null&&z.id?T?T.p(r,b):(T=me(r),T.c(),T.m(a,s)):T&&(T.d(1),T=null),b&2&&t!==(t=new Date((B=r[1])==null?void 0:B.created_at).toLocaleDateString(void 0,{})+"")&&q(f,t),b&2&&n!==(n=new Date((C=r[1])==null?void 0:C.created_at).toLocaleTimeString(void 0,{})+"")&&q(l,n),b&2&&d!==(d=(J=r[1])==null?void 0:J.created_at)&&k(o,"datetime",d),(de=r[1])!=null&&de.external_id?L?L.p(r,b):(L=ve(r),L.c(),L.m(v,O)):L&&(L.d(1),L=null),(oe=r[1])!=null&&oe.jwt_token?S?S.p(r,b):(S=he(r),S.c(),S.m(v,null)):S&&(S.d(1),S=null),(fe=r[1])!=null&&fe.name?w?w.p(r,b):(w=pe(r),w.c(),w.m(E,H)):w&&(w.d(1),w=null),(ne=r[1])!=null&&ne.first_name?V?V.p(r,b):(V=De(r),V.c(),V.m(E,K)):V&&(V.d(1),V=null),(re=r[1])!=null&&re.middle_name?F?F.p(r,b):(F=Ee(r),F.c(),F.m(E,N)):F&&(F.d(1),F=null),(_e=r[1])!=null&&_e.last_name?j?j.p(r,b):(j=ke(r),j.c(),j.m(E,Q)):j&&(j.d(1),j=null),(ce=r[1])!=null&&ce.slug?U?U.p(r,b):(U=be(r),U.c(),U.m(E,R)):U&&(U.d(1),U=null),(ue=r[1])!=null&&ue.language?A?A.p(r,b):(A=ge(r),A.c(),A.m(E,null)):A&&(A.d(1),A=null)},d(r){r&&u(e),T&&T.d(),r&&u(m),r&&u(v),L&&L.d(),S&&S.d(),r&&u(G),r&&u(E),w&&w.d(),V&&V.d(),F&&F.d(),j&&j.d(),U&&U.d(),A&&A.d()}}}function Je(_){var t,f,i;let e,a,s,o;return document.title=e=(((t=_[1])==null?void 0:t.email)??"Users")+" | platformOS",s=new We({props:{title:((f=_[1])==null?void 0:f.email)??((i=_[1])==null?void 0:i.id)??"Loading…",closeUrl:"/users?"+_[0].url.searchParams.toString(),$$slots:{default:[qe]},$$scope:{ctx:_}}}),{c(){a=P(),Le(s.$$.fragment)},l(n){Se("svelte-1t64gtk",document.head).forEach(u),a=W(n),we(s.$$.fragment,n)},m(n,l){I(n,a,l),Ve(s,n,l),o=!0},p(n,[l]){var m,v,O;(!o||l&2)&&e!==(e=(((m=n[1])==null?void 0:m.email)??"Users")+" | platformOS")&&(document.title=e);const d={};l&2&&(d.title=((v=n[1])==null?void 0:v.email)??((O=n[1])==null?void 0:O.id)??"Loading…"),l&1&&(d.closeUrl="/users?"+n[0].url.searchParams.toString()),l&10&&(d.$$scope={dirty:l,ctx:n}),s.$set(d)},i(n){o||(Fe(s.$$.fragment,n),o=!0)},o(n){je(s.$$.fragment,n),o=!1},d(n){n&&u(a),Ue(s,n)}}}function Oe(_,e,a){let s;Ae(_,Me,f=>a(0,s=f));let o;const t=async()=>{const f={attribute:"id",value:s.params.id};await Pe.get(f).then(i=>{a(1,o=i.results[0])})};return _.$$.update=()=>{_.$$.dirty&1&&s.params.id&&t()},[s,o]}class He extends $e{constructor(e){super(),Ie(this,e,Oe,Je,Te,{})}}export{He as component}; diff --git a/gui/next/build/_app/immutable/nodes/15.ccd7f839.js b/gui/next/build/_app/immutable/nodes/15.ccd7f839.js new file mode 100644 index 00000000..b38fc266 --- /dev/null +++ b/gui/next/build/_app/immutable/nodes/15.ccd7f839.js @@ -0,0 +1 @@ +import{s as $e,a as z,I as Ie,d as m,c as A,i as b,v as Te,f as v,l as P,e as U,g as h,h as k,m as q,j as D,u,n as F,r as O}from"../chunks/scheduler.e2aa1391.js";import{S as Se,i as we,b as Le,d as Ve,m as je,a as Ue,t as Pe,e as qe}from"../chunks/index.12b5c620.js";import{p as ze}from"../chunks/stores.e84b517d.js";import{u as Ae}from"../chunks/user.1d284359.js";import{A as Fe}from"../chunks/Aside.48de29ae.js";function ve(r){var d;let e,l=((d=r[1])==null?void 0:d.id)+"",n;return{c(){e=P("ID: "),n=P(l)},l(t){e=q(t,"ID: "),n=q(t,l)},m(t,o){b(t,e,o),b(t,n,o)},p(t,o){var i;o&2&&l!==(l=((i=t[1])==null?void 0:i.id)+"")&&F(n,l)},d(t){t&&(m(e),m(n))}}}function he(r){var o;let e,l="External ID:",n,d=((o=r[1])==null?void 0:o.external_id)+"",t;return{c(){e=v("dt"),e.textContent=l,n=v("dd"),t=P(d),this.h()},l(i){e=h(i,"DT",{class:!0,"data-svelte-h":!0}),O(e)!=="svelte-1xroeo8"&&(e.textContent=l),n=h(i,"DD",{class:!0});var f=k(n);t=q(f,d),f.forEach(m),this.h()},h(){D(e,"class","svelte-9t2ood"),D(n,"class","svelte-9t2ood")},m(i,f){b(i,e,f),b(i,n,f),u(n,t)},p(i,f){var s;f&2&&d!==(d=((s=i[1])==null?void 0:s.external_id)+"")&&F(t,d)},d(i){i&&(m(e),m(n))}}}function pe(r){var o;let e,l="JWT:",n,d=((o=r[1])==null?void 0:o.jwt_token)+"",t;return{c(){e=v("dt"),e.textContent=l,n=v("dd"),t=P(d),this.h()},l(i){e=h(i,"DT",{class:!0,"data-svelte-h":!0}),O(e)!=="svelte-l7ssfz"&&(e.textContent=l),n=h(i,"DD",{class:!0});var f=k(n);t=q(f,d),f.forEach(m),this.h()},h(){D(e,"class","svelte-9t2ood"),D(n,"class","svelte-9t2ood")},m(i,f){b(i,e,f),b(i,n,f),u(n,t)},p(i,f){var s;f&2&&d!==(d=((s=i[1])==null?void 0:s.jwt_token)+"")&&F(t,d)},d(i){i&&(m(e),m(n))}}}function De(r){var f;let e,l,n="First name:",d,t,o=((f=r[1])==null?void 0:f.name)+"",i;return{c(){e=v("div"),l=v("dt"),l.textContent=n,d=z(),t=v("dd"),i=P(o),this.h()},l(s){e=h(s,"DIV",{class:!0});var a=k(e);l=h(a,"DT",{"data-svelte-h":!0}),O(l)!=="svelte-8iyt8l"&&(l.textContent=n),d=A(a),t=h(a,"DD",{class:!0});var c=k(t);i=q(c,o),c.forEach(m),a.forEach(m),this.h()},h(){D(t,"class","svelte-9t2ood"),D(e,"class","svelte-9t2ood")},m(s,a){b(s,e,a),u(e,l),u(e,d),u(e,t),u(t,i)},p(s,a){var c;a&2&&o!==(o=((c=s[1])==null?void 0:c.name)+"")&&F(i,o)},d(s){s&&m(e)}}}function ge(r){var f;let e,l,n="First name:",d,t,o=((f=r[1])==null?void 0:f.first_name)+"",i;return{c(){e=v("div"),l=v("dt"),l.textContent=n,d=z(),t=v("dd"),i=P(o),this.h()},l(s){e=h(s,"DIV",{class:!0});var a=k(e);l=h(a,"DT",{"data-svelte-h":!0}),O(l)!=="svelte-8iyt8l"&&(l.textContent=n),d=A(a),t=h(a,"DD",{class:!0});var c=k(t);i=q(c,o),c.forEach(m),a.forEach(m),this.h()},h(){D(t,"class","svelte-9t2ood"),D(e,"class","svelte-9t2ood")},m(s,a){b(s,e,a),u(e,l),u(e,d),u(e,t),u(t,i)},p(s,a){var c;a&2&&o!==(o=((c=s[1])==null?void 0:c.first_name)+"")&&F(i,o)},d(s){s&&m(e)}}}function ke(r){var f;let e,l,n="Middle name:",d,t,o=((f=r[1])==null?void 0:f.middle_name)+"",i;return{c(){e=v("div"),l=v("dt"),l.textContent=n,d=z(),t=v("dd"),i=P(o),this.h()},l(s){e=h(s,"DIV",{class:!0});var a=k(e);l=h(a,"DT",{"data-svelte-h":!0}),O(l)!=="svelte-1eitmmc"&&(l.textContent=n),d=A(a),t=h(a,"DD",{class:!0});var c=k(t);i=q(c,o),c.forEach(m),a.forEach(m),this.h()},h(){D(t,"class","svelte-9t2ood"),D(e,"class","svelte-9t2ood")},m(s,a){b(s,e,a),u(e,l),u(e,d),u(e,t),u(t,i)},p(s,a){var c;a&2&&o!==(o=((c=s[1])==null?void 0:c.middle_name)+"")&&F(i,o)},d(s){s&&m(e)}}}function be(r){var f;let e,l,n="Last name:",d,t,o=((f=r[1])==null?void 0:f.last_name)+"",i;return{c(){e=v("div"),l=v("dt"),l.textContent=n,d=z(),t=v("dd"),i=P(o),this.h()},l(s){e=h(s,"DIV",{class:!0});var a=k(e);l=h(a,"DT",{"data-svelte-h":!0}),O(l)!=="svelte-1sn8cp"&&(l.textContent=n),d=A(a),t=h(a,"DD",{class:!0});var c=k(t);i=q(c,o),c.forEach(m),a.forEach(m),this.h()},h(){D(t,"class","svelte-9t2ood"),D(e,"class","svelte-9t2ood")},m(s,a){b(s,e,a),u(e,l),u(e,d),u(e,t),u(t,i)},p(s,a){var c;a&2&&o!==(o=((c=s[1])==null?void 0:c.last_name)+"")&&F(i,o)},d(s){s&&m(e)}}}function Ce(r){var f;let e,l,n="Slug:",d,t,o=((f=r[1])==null?void 0:f.slug)+"",i;return{c(){e=v("div"),l=v("dt"),l.textContent=n,d=z(),t=v("dd"),i=P(o),this.h()},l(s){e=h(s,"DIV",{class:!0});var a=k(e);l=h(a,"DT",{"data-svelte-h":!0}),O(l)!=="svelte-q9mm1z"&&(l.textContent=n),d=A(a),t=h(a,"DD",{class:!0});var c=k(t);i=q(c,o),c.forEach(m),a.forEach(m),this.h()},h(){D(t,"class","svelte-9t2ood"),D(e,"class","svelte-9t2ood")},m(s,a){b(s,e,a),u(e,l),u(e,d),u(e,t),u(t,i)},p(s,a){var c;a&2&&o!==(o=((c=s[1])==null?void 0:c.slug)+"")&&F(i,o)},d(s){s&&m(e)}}}function Ee(r){var f;let e,l,n="Language:",d,t,o=((f=r[1])==null?void 0:f.language)+"",i;return{c(){e=v("div"),l=v("dt"),l.textContent=n,d=z(),t=v("dd"),i=P(o),this.h()},l(s){e=h(s,"DIV",{class:!0});var a=k(e);l=h(a,"DT",{"data-svelte-h":!0}),O(l)!=="svelte-14i3pp2"&&(l.textContent=n),d=A(a),t=h(a,"DD",{class:!0});var c=k(t);i=q(c,o),c.forEach(m),a.forEach(m),this.h()},h(){D(t,"class","svelte-9t2ood"),D(e,"class","svelte-9t2ood")},m(s,a){b(s,e,a),u(e,l),u(e,d),u(e,t),u(t,i)},p(s,a){var c;a&2&&o!==(o=((c=s[1])==null?void 0:c.language)+"")&&F(i,o)},d(s){s&&m(e)}}}function Me(r){var Y,Z,y,x,ee,te,le,se,ae,ie,ne;let e,l,n,d,t=new Date((Y=r[1])==null?void 0:Y.created_at).toLocaleDateString(void 0,{})+"",o,i,f=new Date((Z=r[1])==null?void 0:Z.created_at).toLocaleTimeString(void 0,{})+"",s,a,c,j,J,H,p,K,N,Q,R,X,C=((y=r[1])==null?void 0:y.id)&&ve(r),E=((x=r[1])==null?void 0:x.external_id)&&he(r),$=((ee=r[1])==null?void 0:ee.jwt_token)&&pe(r),I=((te=r[1])==null?void 0:te.name)&&De(r),T=((le=r[1])==null?void 0:le.first_name)&&ge(r),S=((se=r[1])==null?void 0:se.middle_name)&&ke(r),w=((ae=r[1])==null?void 0:ae.last_name)&&be(r),L=((ie=r[1])==null?void 0:ie.slug)&&Ce(r),V=((ne=r[1])==null?void 0:ne.language)&&Ee(r);return{c(){e=v("div"),l=v("div"),C&&C.c(),n=z(),d=v("time"),o=P(t),i=z(),s=P(f),c=z(),j=v("dl"),E&&E.c(),J=U(),$&&$.c(),H=z(),p=v("dl"),I&&I.c(),K=U(),T&&T.c(),N=U(),S&&S.c(),Q=U(),w&&w.c(),R=U(),L&&L.c(),X=U(),V&&V.c(),this.h()},l(_){e=h(_,"DIV",{});var g=k(e);l=h(g,"DIV",{class:!0});var W=k(l);C&&C.l(W),n=A(W),d=h(W,"TIME",{datetime:!0,class:!0});var B=k(d);o=q(B,t),i=A(B),s=q(B,f),B.forEach(m),W.forEach(m),g.forEach(m),c=A(_),j=h(_,"DL",{class:!0});var G=k(j);E&&E.l(G),J=U(),$&&$.l(G),G.forEach(m),H=A(_),p=h(_,"DL",{class:!0});var M=k(p);I&&I.l(M),K=U(),T&&T.l(M),N=U(),S&&S.l(M),Q=U(),w&&w.l(M),R=U(),L&&L.l(M),X=U(),V&&V.l(M),M.forEach(m),this.h()},h(){var _;D(d,"datetime",a=(_=r[1])==null?void 0:_.created_at),D(d,"class","svelte-9t2ood"),D(l,"class","info svelte-9t2ood"),D(j,"class","tech svelte-9t2ood"),D(p,"class","personal svelte-9t2ood")},m(_,g){b(_,e,g),u(e,l),C&&C.m(l,null),u(l,n),u(l,d),u(d,o),u(d,i),u(d,s),b(_,c,g),b(_,j,g),E&&E.m(j,null),u(j,J),$&&$.m(j,null),b(_,H,g),b(_,p,g),I&&I.m(p,null),u(p,K),T&&T.m(p,null),u(p,N),S&&S.m(p,null),u(p,Q),w&&w.m(p,null),u(p,R),L&&L.m(p,null),u(p,X),V&&V.m(p,null)},p(_,g){var W,B,G,M,de,oe,fe,re,_e,ce,ue,me;(W=_[1])!=null&&W.id?C?C.p(_,g):(C=ve(_),C.c(),C.m(l,n)):C&&(C.d(1),C=null),g&2&&t!==(t=new Date((B=_[1])==null?void 0:B.created_at).toLocaleDateString(void 0,{})+"")&&F(o,t),g&2&&f!==(f=new Date((G=_[1])==null?void 0:G.created_at).toLocaleTimeString(void 0,{})+"")&&F(s,f),g&2&&a!==(a=(M=_[1])==null?void 0:M.created_at)&&D(d,"datetime",a),(de=_[1])!=null&&de.external_id?E?E.p(_,g):(E=he(_),E.c(),E.m(j,J)):E&&(E.d(1),E=null),(oe=_[1])!=null&&oe.jwt_token?$?$.p(_,g):($=pe(_),$.c(),$.m(j,null)):$&&($.d(1),$=null),(fe=_[1])!=null&&fe.name?I?I.p(_,g):(I=De(_),I.c(),I.m(p,K)):I&&(I.d(1),I=null),(re=_[1])!=null&&re.first_name?T?T.p(_,g):(T=ge(_),T.c(),T.m(p,N)):T&&(T.d(1),T=null),(_e=_[1])!=null&&_e.middle_name?S?S.p(_,g):(S=ke(_),S.c(),S.m(p,Q)):S&&(S.d(1),S=null),(ce=_[1])!=null&&ce.last_name?w?w.p(_,g):(w=be(_),w.c(),w.m(p,R)):w&&(w.d(1),w=null),(ue=_[1])!=null&&ue.slug?L?L.p(_,g):(L=Ce(_),L.c(),L.m(p,X)):L&&(L.d(1),L=null),(me=_[1])!=null&&me.language?V?V.p(_,g):(V=Ee(_),V.c(),V.m(p,null)):V&&(V.d(1),V=null)},d(_){_&&(m(e),m(c),m(j),m(H),m(p)),C&&C.d(),E&&E.d(),$&&$.d(),I&&I.d(),T&&T.d(),S&&S.d(),w&&w.d(),L&&L.d(),V&&V.d()}}}function Oe(r){var t,o,i;let e,l,n,d;return document.title=e=(((t=r[1])==null?void 0:t.email)??"Users")+" | platformOS",n=new Fe({props:{title:((o=r[1])==null?void 0:o.email)??((i=r[1])==null?void 0:i.id)??"Loading…",closeUrl:"/users?"+r[0].url.searchParams.toString(),$$slots:{default:[Me]},$$scope:{ctx:r}}}),{c(){l=z(),Le(n.$$.fragment)},l(f){Ie("svelte-1t64gtk",document.head).forEach(m),l=A(f),Ve(n.$$.fragment,f)},m(f,s){b(f,l,s),je(n,f,s),d=!0},p(f,[s]){var c,j,J;(!d||s&2)&&e!==(e=(((c=f[1])==null?void 0:c.email)??"Users")+" | platformOS")&&(document.title=e);const a={};s&2&&(a.title=((j=f[1])==null?void 0:j.email)??((J=f[1])==null?void 0:J.id)??"Loading…"),s&1&&(a.closeUrl="/users?"+f[0].url.searchParams.toString()),s&10&&(a.$$scope={dirty:s,ctx:f}),n.$set(a)},i(f){d||(Ue(n.$$.fragment,f),d=!0)},o(f){Pe(n.$$.fragment,f),d=!1},d(f){f&&m(l),qe(n,f)}}}function Je(r,e,l){let n;Te(r,ze,o=>l(0,n=o));let d;const t=async()=>{const o={attribute:"id",value:n.params.id};await Ae.get(o).then(i=>{l(1,d=i.results[0])})};return r.$$.update=()=>{r.$$.dirty&1&&n.params.id&&t()},[n,d]}class Ne extends Se{constructor(e){super(),we(this,e,Je,Oe,$e,{})}}export{Ne as component}; diff --git a/gui/next/build/_app/immutable/nodes/2.05854d8d.js b/gui/next/build/_app/immutable/nodes/2.05854d8d.js new file mode 100644 index 00000000..dbdc700c --- /dev/null +++ b/gui/next/build/_app/immutable/nodes/2.05854d8d.js @@ -0,0 +1,9 @@ +import{s as we,f as _,a as N,l as V,g as m,h as b,c as j,m as J,d as f,j as u,i as W,u as l,x as ee,H as Ve,p as Te,D as Qe,I as We,r as fe,J as De,B as Xe,K as Be,L as Je,n as me,E as Ye,F as Ze,G as xe,M as et,y as ze,v as tt,N as at,w as Fe,O as Re,P as nt}from"../chunks/scheduler.e2aa1391.js";import{S as Ie,i as Se,b as he,d as pe,m as ve,a as H,t as Q,e as ge,c as Ge,g as Ke}from"../chunks/index.12b5c620.js";import{e as Ue}from"../chunks/each.c0161bb5.js";import"../chunks/singletons.cc4fad39.js";import{p as st}from"../chunks/stores.e84b517d.js";import{b as Le}from"../chunks/backgroundJob.c756ecec.js";import{I as Ne}from"../chunks/Icon.a5fa4953.js";import{s as ke}from"../chunks/state.f2691bd0.js";const de=e=>{const a=e instanceof Date?e:new Date(e),t=new Intl.RelativeTimeFormat("en"),n={years:3600*24*365,months:3600*24*30,weeks:3600*24*7,days:3600*24,hours:3600,minutes:60,seconds:1},s=(a.getTime()-Date.now())/1e3;for(let r in n)if(n[r]{o.preventDefault();const E=await Le.retry({properties:new FormData(s)});E.errors?ke.notification.create("error",`Background job ${E.admin_background_job_retry.id} could not be run again`):(r("itemsChanged"),ke.notification.create("success",`Background job ${E.admin_background_job_retry.id} planned to run again`))};function h(o){Te[o?"unshift":"push"](()=>{s=o,t(1,s)})}return e.$$set=o=>{"id"in o&&t(0,n=o.id)},[n,s,d,h]}class ot extends Ie{constructor(a){super(),Se(this,a,rt,lt,we,{id:0})}}function it(e){let a,t,n,s,r,d,h,o,E,c;return d=new Ne({props:{icon:"x",size:"22"}}),{c(){a=_("form"),t=_("input"),n=N(),s=_("button"),r=_("i"),he(d.$$.fragment),h=V(`\r + Delete background job`),this.h()},l(i){a=m(i,"FORM",{});var $=b(a);t=m($,"INPUT",{type:!0,name:!0}),n=j($),s=m($,"BUTTON",{class:!0});var C=b(s);r=m(C,"I",{class:!0});var S=b(r);pe(d.$$.fragment,S),S.forEach(f),h=J(C,`\r + Delete background job`),C.forEach(f),$.forEach(f),this.h()},h(){u(t,"type","hidden"),u(t,"name","id"),t.value=e[0],u(r,"class","svelte-ooaugn"),u(s,"class","danger")},m(i,$){W(i,a,$),l(a,t),l(a,n),l(a,s),l(s,r),ve(d,r,null),l(s,h),e[3](a),o=!0,E||(c=ee(a,"submit",e[2]),E=!0)},p(i,[$]){(!o||$&1)&&(t.value=i[0])},i(i){o||(H(d.$$.fragment,i),o=!0)},o(i){Q(d.$$.fragment,i),o=!1},d(i){i&&f(a),ge(d),e[3](null),E=!1,c()}}}function ut(e,a,t){let{id:n}=a,s;const r=Ve(),d=async o=>{if(o.preventDefault(),confirm("Are you sure you want to delete this background job?")){const E=await Le.delete({properties:new FormData(s)});E.errors?ke.notification.create("error",`Background job ${E.admin_background_job_delete.id} could not be deleted`):(r("itemsChanged"),ke.notification.create("success",`Background job ${E.admin_background_job_delete.id} deleted`))}};function h(o){Te[o?"unshift":"push"](()=>{s=o,t(1,s)})}return e.$$set=o=>{"id"in o&&t(0,n=o.id)},[n,s,d,h]}class ct extends Ie{constructor(a){super(),Se(this,a,ut,it,we,{id:0})}}function Me(e,a,t){const n=e.slice();return n[15]=a[t],n}function ft(e){let a;return{c(){a=V("Runs")},l(t){a=J(t,"Runs")},m(t,n){W(t,a,n)},d(t){t&&f(a)}}}function dt(e){let a;return{c(){a=V("Failed")},l(t){a=J(t,"Failed")},m(t,n){W(t,a,n)},d(t){t&&f(a)}}}function qe(e){let a,t,n;return t=new ot({props:{id:e[15].id}}),t.$on("itemsChanged",e[5]),{c(){a=_("li"),he(t.$$.fragment),this.h()},l(s){a=m(s,"LI",{class:!0});var r=b(a);pe(t.$$.fragment,r),r.forEach(f),this.h()},h(){u(a,"class","svelte-hyom4y")},m(s,r){W(s,a,r),ve(t,a,null),n=!0},p(s,r){const d={};r&2&&(d.id=s[15].id),t.$set(d)},i(s){n||(H(t.$$.fragment,s),n=!0)},o(s){Q(t.$$.fragment,s),n=!1},d(s){s&&f(a),ge(t)}}}function _t(e){let a=(e[15].run_at_parsed||de(new Date(e[15].run_at)))+"",t;return{c(){t=V(a)},l(n){t=J(n,a)},m(n,s){W(n,t,s)},p(n,s){s&2&&a!==(a=(n[15].run_at_parsed||de(new Date(n[15].run_at)))+"")&&me(t,a)},d(n){n&&f(t)}}}function mt(e){let a=(e[15].dead_at_parsed||de(new Date(e[15].dead_at))||"")+"",t;return{c(){t=V(a)},l(n){t=J(n,a)},m(n,s){W(n,t,s)},p(n,s){s&2&&a!==(a=(n[15].dead_at_parsed||de(new Date(n[15].dead_at))||"")+"")&&me(t,a)},d(n){n&&f(t)}}}function He(e){let a,t,n,s,r,d="More options",h,o,E,c,i,$,C,S,X,T,g=(e[15].source_name||e[15].id)+"",P,M,re,z,F=e[15].queue+"",te,ae,O,ne,q,R,oe;o=new Ne({props:{icon:"navigationMenuVertical",size:"16"}});function L(){return e[10](e[15])}let D=e[15].dead_at&&qe(e);S=new ct({props:{id:e[15].id}}),S.$on("itemsChanged",e[5]);function ie(I,v){return I[0].type==="DEAD"?mt:_t}let G=ie(e),A=G(e);return{c(){a=_("tr"),t=_("td"),n=_("div"),s=_("button"),r=_("span"),r.textContent=d,h=N(),he(o.$$.fragment),E=N(),c=_("menu"),i=_("ul"),D&&D.c(),$=N(),C=_("li"),he(S.$$.fragment),X=N(),T=_("a"),P=V(g),re=N(),z=_("td"),te=V(F),ae=N(),O=_("td"),A.c(),ne=N(),this.h()},l(I){a=m(I,"TR",{class:!0});var v=b(a);t=m(v,"TD",{class:!0});var Y=b(t);n=m(Y,"DIV",{class:!0});var Z=b(n);s=m(Z,"BUTTON",{class:!0});var se=b(s);r=m(se,"SPAN",{class:!0,"data-svelte-h":!0}),fe(r)!=="svelte-1agpmtc"&&(r.textContent=d),h=j(se),pe(o.$$.fragment,se),se.forEach(f),E=j(Z),c=m(Z,"MENU",{class:!0});var le=b(c);i=m(le,"UL",{});var B=b(i);D&&D.l(B),$=j(B),C=m(B,"LI",{class:!0});var K=b(C);pe(S.$$.fragment,K),K.forEach(f),B.forEach(f),le.forEach(f),X=j(Z),T=m(Z,"A",{href:!0,class:!0});var y=b(T);P=J(y,g),y.forEach(f),Z.forEach(f),Y.forEach(f),re=j(v),z=m(v,"TD",{class:!0});var ye=b(z);te=J(ye,F),ye.forEach(f),ae=j(v),O=m(v,"TD",{class:!0});var ue=b(O);A.l(ue),ue.forEach(f),ne=j(v),v.forEach(f),this.h()},h(){u(r,"class","label"),u(s,"class","button compact more svelte-hyom4y"),u(C,"class","svelte-hyom4y"),u(c,"class","content-context svelte-hyom4y"),Fe(c,"active",e[2].id===e[15].id),u(T,"href",M="/backgroundJobs/"+e[0].type.toLowerCase()+"/"+e[15].id+"?"+e[4].url.searchParams.toString()),u(T,"class","svelte-hyom4y"),u(n,"class","svelte-hyom4y"),u(t,"class","id svelte-hyom4y"),u(z,"class","svelte-hyom4y"),u(O,"class","svelte-hyom4y"),u(a,"class","svelte-hyom4y")},m(I,v){W(I,a,v),l(a,t),l(t,n),l(n,s),l(s,r),l(s,h),ve(o,s,null),l(n,E),l(n,c),l(c,i),D&&D.m(i,null),l(i,$),l(i,C),ve(S,C,null),l(n,X),l(n,T),l(T,P),l(a,re),l(a,z),l(z,te),l(a,ae),l(a,O),A.m(O,null),l(a,ne),q=!0,R||(oe=[ee(s,"click",L),ee(t,"mouseleave",e[11])],R=!0)},p(I,v){e=I,e[15].dead_at?D?(D.p(e,v),v&2&&H(D,1)):(D=qe(e),D.c(),H(D,1),D.m(i,$)):D&&(Ke(),Q(D,1,1,()=>{D=null}),Ge());const Y={};v&2&&(Y.id=e[15].id),S.$set(Y),(!q||v&6)&&Fe(c,"active",e[2].id===e[15].id),(!q||v&2)&&g!==(g=(e[15].source_name||e[15].id)+"")&&me(P,g),(!q||v&19&&M!==(M="/backgroundJobs/"+e[0].type.toLowerCase()+"/"+e[15].id+"?"+e[4].url.searchParams.toString()))&&u(T,"href",M),(!q||v&2)&&F!==(F=e[15].queue+"")&&me(te,F),G===(G=ie(e))&&A?A.p(e,v):(A.d(1),A=G(e),A&&(A.c(),A.m(O,null)))},i(I){q||(H(o.$$.fragment,I),H(D),H(S.$$.fragment,I),q=!0)},o(I){Q(o.$$.fragment,I),Q(D),Q(S.$$.fragment,I),q=!1},d(I){I&&f(a),ge(o),D&&D.d(),ge(S),A.d(),R=!1,ze(oe)}}}function ht(e){let a,t,n,s,r,d,h,o="Type:",E,c,i,$="Scheduled",C,S="Failed",X,T,g,P,M,re="Name / id",z,F,te="Priority",ae,O,ne,q,R,oe,L,D,ie,G=(e[1].total_pages||"")+"",A,I,v,Y,Z;function se(p,w){return p[0].type==="DEAD"?dt:ft}let le=se(e),B=le(e),K=Ue(e[1].results),y=[];for(let p=0;pQ(y[p],1,1,()=>{y[p]=null}),ue=e[7].default,U=Qe(ue,e,e[6],null);return{c(){a=N(),t=_("div"),n=_("div"),s=_("nav"),r=_("form"),d=_("fieldset"),h=_("label"),h.textContent=o,E=N(),c=_("select"),i=_("option"),i.textContent=$,C=_("option"),C.textContent=S,X=N(),T=_("table"),g=_("thead"),P=_("tr"),M=_("th"),M.textContent=re,z=N(),F=_("th"),F.textContent=te,ae=N(),O=_("th"),B.c(),ne=N();for(let p=0;pe[8].call(c)),u(d,"class","svelte-hyom4y"),u(r,"id","filters"),u(r,"class","svelte-hyom4y"),u(s,"class","filters svelte-hyom4y"),u(M,"class","id svelte-hyom4y"),u(F,"class","svelte-hyom4y"),u(O,"class","svelte-hyom4y"),u(g,"class","svelte-hyom4y"),u(T,"class","svelte-hyom4y"),u(L,"type","number"),u(L,"name","page"),u(L,"min","1"),u(L,"max",D=e[1].total_pages||100),u(L,"step","1"),u(L,"form","filters"),u(R,"class","pagination svelte-hyom4y"),u(n,"class","svelte-hyom4y"),u(t,"class","container svelte-hyom4y")},m(p,w){W(p,a,w),W(p,t,w),l(t,n),l(n,s),l(s,r),l(r,d),l(d,h),l(d,E),l(d,c),l(c,i),l(c,C),Be(c,e[0].type,!0),e[9](r),l(n,X),l(n,T),l(T,g),l(g,P),l(P,M),l(P,z),l(P,F),l(P,ae),l(P,O),B.m(O,null),l(T,ne);for(let k=0;kt(4,n=g));let{$$slots:s={},$$scope:r}=a,d={results:[]},h={id:null},o={page:1,type:"SCHEDULED",...Object.fromEntries(n.url.searchParams)},E,c;const i=async()=>{clearInterval(c),t(1,d=await Le.get(o)),c=setInterval(()=>{d.results.forEach(g=>{o.type==="DEAD"?g.dead_at_parsed=de(new Date(g.dead_at)):g.run_at_parsed=de(new Date(g.run_at))})},1e3)};at(()=>{clearInterval(c)});function $(){o.type=nt(this),t(0,o)}function C(g){Te[g?"unshift":"push"](()=>{E=g,t(3,E)})}const S=g=>t(2,h.id=g.id,h),X=()=>t(2,h.id=null,h);function T(){o.page=Je(this.value),t(0,o)}return e.$$set=g=>{"$$scope"in g&&t(6,r=g.$$scope)},e.$$.update=()=>{e.$$.dirty&1&&o&&i()},[o,d,h,E,n,i,r,s,$,C,S,X,T]}class Ct extends Ie{constructor(a){super(),Se(this,a,pt,ht,we,{})}}export{Ct as component}; diff --git a/gui/next/build/_app/immutable/nodes/2.a83a3d5f.js b/gui/next/build/_app/immutable/nodes/2.a83a3d5f.js deleted file mode 100644 index 466bfbe8..00000000 --- a/gui/next/build/_app/immutable/nodes/2.a83a3d5f.js +++ /dev/null @@ -1,9 +0,0 @@ -import{S as $e,i as Te,s as we,k as _,a as N,y as _e,q as P,l as m,m as h,c as j,z as me,r as B,h as i,n as u,b as X,E as r,A as he,H as te,g as z,d as W,B as pe,V as Ge,w as Ie,Q as Ze,W as Ke,L as xe,X as Ce,Y as Me,f as Qe,Z as We,u as ve,R as et,T as tt,U as at,_ as st,I as Xe,F as lt,$ as rt,G as qe,v as Ye,a0 as He,a1 as nt}from"../chunks/index.d0f8a730.js";import"../chunks/singletons.3098cf1f.js";import{p as ot}from"../chunks/stores.f318b269.js";import{b as Se}from"../chunks/backgroundJob.c756ecec.js";import{I as Ae}from"../chunks/Icon.1de0c66c.js";import{s as Ee}from"../chunks/state.c2a70a8a.js";const fe=e=>{const a=e instanceof Date?e:new Date(e),t=new Intl.RelativeTimeFormat("en"),s={years:3600*24*365,months:3600*24*30,weeks:3600*24*7,days:3600*24,hours:3600,minutes:60,seconds:1},l=(a.getTime()-Date.now())/1e3;for(let n in s)if(s[n]{o.preventDefault();const E=await Se.retry({properties:new FormData(l)});E.errors?Ee.notification.create("error",`Background job ${E.admin_background_job_retry.id} could not be run again`):(n("itemsChanged"),Ee.notification.create("success",`Background job ${E.admin_background_job_retry.id} planned to run again`))};function p(o){Ie[o?"unshift":"push"](()=>{l=o,t(1,l)})}return e.$$set=o=>{"id"in o&&t(0,s=o.id)},[s,l,d,p]}class ct extends $e{constructor(a){super(),Te(this,a,ut,it,we,{id:0})}}function ft(e){let a,t,s,l,n,d,p,o,E,c;return d=new Ae({props:{icon:"x",size:"22"}}),{c(){a=_("form"),t=_("input"),s=N(),l=_("button"),n=_("i"),_e(d.$$.fragment),p=P(`\r - Delete background job`),this.h()},l(f){a=m(f,"FORM",{});var $=h(a);t=m($,"INPUT",{type:!0,name:!0}),s=j($),l=m($,"BUTTON",{class:!0});var T=h(l);n=m(T,"I",{class:!0});var A=h(n);me(d.$$.fragment,A),A.forEach(i),p=B(T,`\r - Delete background job`),T.forEach(i),$.forEach(i),this.h()},h(){u(t,"type","hidden"),u(t,"name","id"),t.value=e[0],u(n,"class","svelte-ooaugn"),u(l,"class","danger")},m(f,$){X(f,a,$),r(a,t),r(a,s),r(a,l),r(l,n),he(d,n,null),r(l,p),e[3](a),o=!0,E||(c=te(a,"submit",e[2]),E=!0)},p(f,[$]){(!o||$&1)&&(t.value=f[0])},i(f){o||(z(d.$$.fragment,f),o=!0)},o(f){W(d.$$.fragment,f),o=!1},d(f){f&&i(a),pe(d),e[3](null),E=!1,c()}}}function dt(e,a,t){let{id:s}=a,l;const n=Ge(),d=async o=>{if(o.preventDefault(),confirm("Are you sure you want to delete this background job?")){const E=await Se.delete({properties:new FormData(l)});E.errors?Ee.notification.create("error",`Background job ${E.admin_background_job_delete.id} could not be deleted`):(n("itemsChanged"),Ee.notification.create("success",`Background job ${E.admin_background_job_delete.id} deleted`))}};function p(o){Ie[o?"unshift":"push"](()=>{l=o,t(1,l)})}return e.$$set=o=>{"id"in o&&t(0,s=o.id)},[s,l,d,p]}class _t extends $e{constructor(a){super(),Te(this,a,dt,ft,we,{id:0})}}function Ve(e,a,t){const s=e.slice();return s[15]=a[t],s}function mt(e){let a;return{c(){a=P("Runs")},l(t){a=B(t,"Runs")},m(t,s){X(t,a,s)},d(t){t&&i(a)}}}function ht(e){let a;return{c(){a=P("Failed")},l(t){a=B(t,"Failed")},m(t,s){X(t,a,s)},d(t){t&&i(a)}}}function ze(e){let a,t,s;return t=new ct({props:{id:e[15].id}}),t.$on("itemsChanged",e[5]),{c(){a=_("li"),_e(t.$$.fragment),this.h()},l(l){a=m(l,"LI",{class:!0});var n=h(a);me(t.$$.fragment,n),n.forEach(i),this.h()},h(){u(a,"class","svelte-hyom4y")},m(l,n){X(l,a,n),he(t,a,null),s=!0},p(l,n){const d={};n&2&&(d.id=l[15].id),t.$set(d)},i(l){s||(z(t.$$.fragment,l),s=!0)},o(l){W(t.$$.fragment,l),s=!1},d(l){l&&i(a),pe(t)}}}function pt(e){let a=(e[15].run_at_parsed||fe(new Date(e[15].run_at)))+"",t;return{c(){t=P(a)},l(s){t=B(s,a)},m(s,l){X(s,t,l)},p(s,l){l&2&&a!==(a=(s[15].run_at_parsed||fe(new Date(s[15].run_at)))+"")&&ve(t,a)},d(s){s&&i(t)}}}function vt(e){let a=(e[15].dead_at_parsed||fe(new Date(e[15].dead_at))||"")+"",t;return{c(){t=P(a)},l(s){t=B(s,a)},m(s,l){X(s,t,l)},p(s,l){l&2&&a!==(a=(s[15].dead_at_parsed||fe(new Date(s[15].dead_at))||"")+"")&&ve(t,a)},d(s){s&&i(t)}}}function Je(e){let a,t,s,l,n,d,p,o,E,c,f,$,T,A,Y,I,y=(e[15].source_name||e[15].id)+"",U,J,ae,G,M=e[15].queue+"",ee,se,R,le,q,C,oe;o=new Ae({props:{icon:"navigationMenuVertical",size:"16"}});function L(){return e[10](e[15])}let D=e[15].dead_at&&ze(e);A=new _t({props:{id:e[15].id}}),A.$on("itemsChanged",e[5]);function ie(S,g){return S[0].type==="DEAD"?vt:pt}let Q=ie(e),F=Q(e);return{c(){a=_("tr"),t=_("td"),s=_("div"),l=_("button"),n=_("span"),d=P("More options"),p=N(),_e(o.$$.fragment),E=N(),c=_("menu"),f=_("ul"),D&&D.c(),$=N(),T=_("li"),_e(A.$$.fragment),Y=N(),I=_("a"),U=P(y),ae=N(),G=_("td"),ee=P(M),se=N(),R=_("td"),F.c(),le=N(),this.h()},l(S){a=m(S,"TR",{class:!0});var g=h(a);t=m(g,"TD",{class:!0});var Z=h(t);s=m(Z,"DIV",{class:!0});var K=h(s);l=m(K,"BUTTON",{class:!0});var re=h(l);n=m(re,"SPAN",{class:!0});var ne=h(n);d=B(ne,"More options"),ne.forEach(i),p=j(re),me(o.$$.fragment,re),re.forEach(i),E=j(K),c=m(K,"MENU",{class:!0});var H=h(c);f=m(H,"UL",{});var V=h(f);D&&D.l(V),$=j(V),T=m(V,"LI",{class:!0});var b=h(T);me(A.$$.fragment,b),b.forEach(i),V.forEach(i),H.forEach(i),Y=j(K),I=m(K,"A",{href:!0,class:!0});var ge=h(I);U=B(ge,y),ge.forEach(i),K.forEach(i),Z.forEach(i),ae=j(g),G=m(g,"TD",{class:!0});var ue=h(G);ee=B(ue,M),ue.forEach(i),se=j(g),R=m(g,"TD",{class:!0});var O=h(R);F.l(O),O.forEach(i),le=j(g),g.forEach(i),this.h()},h(){u(n,"class","label"),u(l,"class","button compact more svelte-hyom4y"),u(T,"class","svelte-hyom4y"),u(c,"class","content-context svelte-hyom4y"),qe(c,"active",e[2].id===e[15].id),u(I,"href",J="/backgroundJobs/"+e[0].type.toLowerCase()+"/"+e[15].id+"?"+e[4].url.searchParams.toString()),u(I,"class","svelte-hyom4y"),u(s,"class","svelte-hyom4y"),u(t,"class","id svelte-hyom4y"),u(G,"class","svelte-hyom4y"),u(R,"class","svelte-hyom4y"),u(a,"class","svelte-hyom4y")},m(S,g){X(S,a,g),r(a,t),r(t,s),r(s,l),r(l,n),r(n,d),r(l,p),he(o,l,null),r(s,E),r(s,c),r(c,f),D&&D.m(f,null),r(f,$),r(f,T),he(A,T,null),r(s,Y),r(s,I),r(I,U),r(a,ae),r(a,G),r(G,ee),r(a,se),r(a,R),F.m(R,null),r(a,le),q=!0,C||(oe=[te(l,"click",L),te(t,"mouseleave",e[11])],C=!0)},p(S,g){e=S,e[15].dead_at?D?(D.p(e,g),g&2&&z(D,1)):(D=ze(e),D.c(),z(D,1),D.m(f,$)):D&&(Ye(),W(D,1,1,()=>{D=null}),Qe());const Z={};g&2&&(Z.id=e[15].id),A.$set(Z),(!q||g&6)&&qe(c,"active",e[2].id===e[15].id),(!q||g&2)&&y!==(y=(e[15].source_name||e[15].id)+"")&&ve(U,y),(!q||g&19&&J!==(J="/backgroundJobs/"+e[0].type.toLowerCase()+"/"+e[15].id+"?"+e[4].url.searchParams.toString()))&&u(I,"href",J),(!q||g&2)&&M!==(M=e[15].queue+"")&&ve(ee,M),Q===(Q=ie(e))&&F?F.p(e,g):(F.d(1),F=Q(e),F&&(F.c(),F.m(R,null)))},i(S){q||(z(o.$$.fragment,S),z(D),z(A.$$.fragment,S),q=!0)},o(S){W(o.$$.fragment,S),W(D),W(A.$$.fragment,S),q=!1},d(S){S&&i(a),pe(o),D&&D.d(),pe(A),F.d(),C=!1,Xe(oe)}}}function gt(e){let a,t,s,l,n,d,p,o,E,c,f,$,T,A,Y,I,y,U,J,ae,G,M,ee,se,R,le,q,C,oe,L,D,ie,Q=(e[1].total_pages||"")+"",F,S,g,Z,K;function re(v,w){return v[0].type==="DEAD"?ht:mt}let ne=re(e),H=ne(e),V=e[1].results,b=[];for(let v=0;vW(b[v],1,1,()=>{b[v]=null}),ue=e[7].default,O=Ze(ue,e,e[6],null);return{c(){a=N(),t=_("div"),s=_("div"),l=_("nav"),n=_("form"),d=_("fieldset"),p=_("label"),o=P("Type:"),E=N(),c=_("select"),f=_("option"),$=P("Scheduled"),T=_("option"),A=P("Failed"),Y=N(),I=_("table"),y=_("thead"),U=_("tr"),J=_("th"),ae=P("Name / id"),G=N(),M=_("th"),ee=P("Priority"),se=N(),R=_("th"),H.c(),le=N();for(let v=0;ve[8].call(c)),u(d,"class","svelte-hyom4y"),u(n,"id","filters"),u(n,"class","svelte-hyom4y"),u(l,"class","filters svelte-hyom4y"),u(J,"class","id svelte-hyom4y"),u(M,"class","svelte-hyom4y"),u(R,"class","svelte-hyom4y"),u(y,"class","svelte-hyom4y"),u(I,"class","svelte-hyom4y"),u(L,"type","number"),u(L,"name","page"),u(L,"min","1"),u(L,"max",D=e[1].total_pages||100),u(L,"step","1"),u(L,"form","filters"),u(C,"class","pagination svelte-hyom4y"),u(s,"class","svelte-hyom4y"),u(t,"class","container svelte-hyom4y")},m(v,w){X(v,a,w),X(v,t,w),r(t,s),r(s,l),r(l,n),r(n,d),r(d,p),r(p,o),r(d,E),r(d,c),r(c,f),r(f,$),r(c,T),r(T,A),Ce(c,e[0].type,!0),e[9](n),r(s,Y),r(s,I),r(I,y),r(y,U),r(U,J),r(J,ae),r(U,G),r(U,M),r(M,ee),r(U,se),r(U,R),H.m(R,null),r(I,le);for(let k=0;kt(4,s=y));let{$$slots:l={},$$scope:n}=a,d={results:[]},p={id:null},o={page:1,type:"SCHEDULED",...Object.fromEntries(s.url.searchParams)},E,c;const f=async()=>{clearInterval(c),t(1,d=await Se.get(o)),c=setInterval(()=>{d.results.forEach(y=>{o.type==="DEAD"?y.dead_at_parsed=fe(new Date(y.dead_at)):y.run_at_parsed=fe(new Date(y.run_at))})},1e3)};rt(()=>{clearInterval(c)});function $(){o.type=nt(this),t(0,o)}function T(y){Ie[y?"unshift":"push"](()=>{E=y,t(3,E)})}const A=y=>t(2,p.id=y.id,p),Y=()=>t(2,p.id=null,p);function I(){o.page=We(this.value),t(0,o)}return e.$$set=y=>{"$$scope"in y&&t(6,n=y.$$scope)},e.$$.update=()=>{e.$$.dirty&1&&o&&f()},[o,d,p,E,s,f,n,l,$,T,A,Y,I]}class wt extends $e{constructor(a){super(),Te(this,a,yt,gt,we,{})}}export{wt as component}; diff --git a/gui/next/build/_app/immutable/nodes/3.4d5ba8b6.js b/gui/next/build/_app/immutable/nodes/3.4d5ba8b6.js new file mode 100644 index 00000000..0eaa4ca5 --- /dev/null +++ b/gui/next/build/_app/immutable/nodes/3.4d5ba8b6.js @@ -0,0 +1 @@ +import{s as l,D as i,E as r,F as u,G as f}from"../chunks/scheduler.e2aa1391.js";import{S as _,i as c,a as p,t as m}from"../chunks/index.12b5c620.js";function $(n){let s;const a=n[1].default,e=i(a,n,n[0],null);return{c(){e&&e.c()},l(t){e&&e.l(t)},m(t,o){e&&e.m(t,o),s=!0},p(t,[o]){e&&e.p&&(!s||o&1)&&r(e,a,t,t[0],s?f(a,t[0],o,null):u(t[0]),null)},i(t){s||(p(e,t),s=!0)},o(t){m(e,t),s=!1},d(t){e&&e.d(t)}}}function d(n,s,a){let{$$slots:e={},$$scope:t}=s;return n.$$set=o=>{"$$scope"in o&&a(0,t=o.$$scope)},[t,e]}class S extends _{constructor(s){super(),c(this,s,d,$,l,{})}}export{S as component}; diff --git a/gui/next/build/_app/immutable/nodes/3.956d3946.js b/gui/next/build/_app/immutable/nodes/3.956d3946.js deleted file mode 100644 index 2118c5aa..00000000 --- a/gui/next/build/_app/immutable/nodes/3.956d3946.js +++ /dev/null @@ -1 +0,0 @@ -import{S as l,i,s as r,Q as u,R as f,T as _,U as c,g as p,d as m}from"../chunks/index.d0f8a730.js";function d(o){let s;const a=o[1].default,e=u(a,o,o[0],null);return{c(){e&&e.c()},l(t){e&&e.l(t)},m(t,n){e&&e.m(t,n),s=!0},p(t,[n]){e&&e.p&&(!s||n&1)&&f(e,a,t,t[0],s?c(a,t[0],n,null):_(t[0]),null)},i(t){s||(p(e,t),s=!0)},o(t){m(e,t),s=!1},d(t){e&&e.d(t)}}}function $(o,s,a){let{$$slots:e={},$$scope:t}=s;return o.$$set=n=>{"$$scope"in n&&a(0,t=n.$$scope)},[t,e]}class h extends l{constructor(s){super(),i(this,s,$,d,r,{})}}export{h as component}; diff --git a/gui/next/build/_app/immutable/nodes/4.4e0d26a7.js b/gui/next/build/_app/immutable/nodes/4.4e0d26a7.js new file mode 100644 index 00000000..23cc857b --- /dev/null +++ b/gui/next/build/_app/immutable/nodes/4.4e0d26a7.js @@ -0,0 +1 @@ +import{s as le,f as g,a as A,g as k,h as w,c as N,r as F,d as v,j as b,i as U,u as p,J as X,x as B,M as ie,y as ce,v as Y,z as fe,H as ue,o as ae,l as de,m as _e,w as M,n as me,B as he,A as G,p as Z,D as pe,E as be,F as ve,G as ge}from"../chunks/scheduler.e2aa1391.js";import{S as ne,i as re,g as ke,t as K,c as ye,a as I,h as Ee,b as J,d as O,m as R,e as Q}from"../chunks/index.12b5c620.js";import{e as x}from"../chunks/each.c0161bb5.js";import{f as Se}from"../chunks/index.ad4c134d.js";import{p as we}from"../chunks/stores.e84b517d.js";import{s as ee}from"../chunks/state.f2691bd0.js";import{t as De}from"../chunks/table.aa2299a7.js";import{I as oe}from"../chunks/Icon.a5fa4953.js";function te(i,e,t){const r=i.slice();return r[15]=e[t],r[17]=t,r}function Ie(i){let e,t,r;return t=new oe({props:{icon:"search",size:"18"}}),{c(){e=g("i"),J(t.$$.fragment),this.h()},l(o){e=k(o,"I",{class:!0});var l=w(e);O(t.$$.fragment,l),l.forEach(v),this.h()},h(){b(e,"class","svelte-12fj0m9")},m(o,l){U(o,e,l),R(t,e,null),r=!0},p:G,i(o){r||(I(t.$$.fragment,o),r=!0)},o(o){K(t.$$.fragment,o),r=!1},d(o){o&&v(e),Q(t)}}}function je(i){let e,t,r="Reset filter",o,l,d,s,a;return l=new oe({props:{icon:"x",size:"18"}}),{c(){e=g("button"),t=g("span"),t.textContent=r,o=A(),J(l.$$.fragment),this.h()},l(n){e=k(n,"BUTTON",{class:!0});var h=w(e);t=k(h,"SPAN",{class:!0,"data-svelte-h":!0}),F(t)!=="svelte-8g7ehw"&&(t.textContent=r),o=N(h),O(l.$$.fragment,h),h.forEach(v),this.h()},h(){b(t,"class","label"),b(e,"class","svelte-12fj0m9")},m(n,h){U(n,e,h),p(e,t),p(e,o),R(l,e,null),d=!0,s||(a=B(e,"click",i[8]),s=!0)},p:G,i(n){d||(I(l.$$.fragment,n),d=!0)},o(n){K(l.$$.fragment,n),d=!1},d(n){n&&v(e),Q(l),s=!1,a()}}}function se(i){let e,t,r=i[15].name+"",o,l,d,s;return{c(){e=g("li"),t=g("a"),o=de(r),d=A(),this.h()},l(a){e=k(a,"LI",{});var n=w(e);t=k(n,"A",{href:!0,class:!0});var h=w(t);o=_e(h,r),h.forEach(v),d=N(n),n.forEach(v),this.h()},h(){b(t,"href",l="/database/table/"+i[15].id),b(t,"class","svelte-12fj0m9"),M(t,"active",i[15].id===i[4].params.id)},m(a,n){U(a,e,n),p(e,t),p(t,o),p(e,d)},p(a,n){n&1&&r!==(r=a[15].name+"")&&me(o,r),n&1&&l!==(l="/database/table/"+a[15].id)&&b(t,"href",l),n&17&&M(t,"active",a[15].id===a[4].params.id)},i(a){a&&(s||he(()=>{s=Ee(e,Se,{duration:100,delay:7*i[17]}),s.start()}))},o:G,d(a){a&&v(e)}}}function Ce(i){let e,t,r,o,l,d,s,a,n,h="Ctrl",E,z="K",T,j,C,q,V,c;const H=[je,Ie],S=[];function L(f,m){return f[3]?0:1}o=L(i),l=S[o]=H[o](i);let D=x(i[0]),_=[];for(let f=0;f{S[y]=null}),ye(),l=S[o],l?l.p(f,m):(l=S[o]=H[o](f),l.c()),I(l,1),l.m(r,d)),m&8&&s.value!==f[3]&&X(s,f[3]),m&17){D=x(f[0]);let u;for(u=0;ut(4,r=c)),Y(i,ee,c=>t(13,o=c));let l=o.tables,d=l,s,a,n;(async()=>await De.get())().then(c=>{l=c,t(0,d=c),fe(ee,o.tables=c,o)});const h=ue();ae(async()=>{a.focus(),document.addEventListener("keydown",c=>{c.ctrlKey&&c.key==="k"&&(c.preventDefault(),h("sidebarNeeded"),a.focus(),a.select())}),r.data.table&&s.querySelector(`[href$="${r.data.table.id}"]`).scrollIntoView({behavior:"smooth",block:"center"})});const E=()=>{n?t(0,d=l.filter(c=>c.name.includes(n))):t(0,d=l)},z=c=>{c.key==="Escape"&&(t(3,n=""),E()),c.key==="Enter"&&s.querySelector("li:first-child a").click()},T=c=>{var H,S,L,D,_,f,m,y,u,$;c.key==="ArrowDown"&&s.contains(document.activeElement)&&(c.preventDefault(),document.activeElement.matches("input")?(H=s.querySelector("a"))==null||H.focus():(_=(D=(L=(S=document.activeElement)==null?void 0:S.parentElement)==null?void 0:L.nextElementSibling)==null?void 0:D.querySelector("a"))==null||_.focus()),c.key==="ArrowUp"&&s.contains(document.activeElement)&&(c.preventDefault(),(f=document.activeElement)!=null&&f.matches("li:first-child a")?a.focus():($=(u=(y=(m=document.activeElement)==null?void 0:m.parentElement)==null?void 0:y.previousElementSibling)==null?void 0:u.querySelector("a"))==null||$.focus()),c.key==="Escape"&&s.contains(document.activeElement)&&(a.focus(),t(3,n=""),E())},j=()=>{t(3,n=null),E()};function C(c){Z[c?"unshift":"push"](()=>{a=c,t(2,a)})}function q(){n=this.value,t(3,n)}function V(c){Z[c?"unshift":"push"](()=>{s=c,t(1,s)})}return[d,s,a,n,r,E,z,T,j,C,q,V]}class qe extends ne{constructor(e){super(),re(this,e,$e,Ce,le,{})}}function Ae(i){let e,t,r,o,l;r=new qe({}),r.$on("sidebarNeeded",i[3]);const d=i[2].default,s=pe(d,i,i[1],null);return{c(){e=g("div"),t=g("div"),J(r.$$.fragment),o=A(),s&&s.c(),this.h()},l(a){e=k(a,"DIV",{class:!0});var n=w(e);t=k(n,"DIV",{class:!0});var h=w(t);O(r.$$.fragment,h),h.forEach(v),o=N(n),s&&s.l(n),n.forEach(v),this.h()},h(){b(t,"class","tables-container svelte-s8xmdg"),b(e,"class","container svelte-s8xmdg"),M(e,"tablesHidden",i[0])},m(a,n){U(a,e,n),p(e,t),R(r,t,null),p(e,o),s&&s.m(e,null),l=!0},p(a,[n]){s&&s.p&&(!l||n&2)&&be(s,d,a,a[1],l?ge(d,a[1],n,null):ve(a[1]),null),(!l||n&1)&&M(e,"tablesHidden",a[0])},i(a){l||(I(r.$$.fragment,a),I(s,a),l=!0)},o(a){K(r.$$.fragment,a),K(s,a),l=!1},d(a){a&&v(e),Q(r),s&&s.d(a)}}}function Ne(i,e,t){let{$$slots:r={},$$scope:o}=e,l=!1;ae(()=>{document.addEventListener("keydown",s=>{!s.target.matches("input, textarea")&&s.key==="b"&&(t(0,l=!l),localStorage.tablesHidden=l)})});const d=()=>t(0,l=!1);return i.$$set=s=>{"$$scope"in s&&t(1,o=s.$$scope)},[l,o,r,d]}class Me extends ne{constructor(e){super(),re(this,e,Ne,Ae,le,{})}}export{Me as component}; diff --git a/gui/next/build/_app/immutable/nodes/4.ff8997ad.js b/gui/next/build/_app/immutable/nodes/4.ff8997ad.js deleted file mode 100644 index 879ab6a3..00000000 --- a/gui/next/build/_app/immutable/nodes/4.ff8997ad.js +++ /dev/null @@ -1 +0,0 @@ -import{S as ne,i as re,s as oe,k as g,a as A,q as R,l as k,m as S,c as N,r as P,h as p,n as v,b as C,E as h,Y as x,H as z,v as fe,d as T,f as ue,g as D,_ as de,I as _e,F as ee,J as me,V as he,o as ie,G as F,u as pe,L as be,a2 as ve,K as J,w as te,y as M,z as O,A as Q,B as Y,Q as ge,R as ke,T as Ee,U as ye}from"../chunks/index.d0f8a730.js";import{f as Se}from"../chunks/index.b4e343af.js";import{p as Ie}from"../chunks/stores.f318b269.js";import{s as se}from"../chunks/state.c2a70a8a.js";import{t as we}from"../chunks/table.aa2299a7.js";import{I as ce}from"../chunks/Icon.1de0c66c.js";function le(i,e,t){const a=i.slice();return a[15]=e[t],a[17]=t,a}function De(i){let e,t,a;return t=new ce({props:{icon:"search",size:"18"}}),{c(){e=g("i"),M(t.$$.fragment),this.h()},l(o){e=k(o,"I",{class:!0});var l=S(e);O(t.$$.fragment,l),l.forEach(p),this.h()},h(){v(e,"class","svelte-12fj0m9")},m(o,l){C(o,e,l),Q(t,e,null),a=!0},p:J,i(o){a||(D(t.$$.fragment,o),a=!0)},o(o){T(t.$$.fragment,o),a=!1},d(o){o&&p(e),Y(t)}}}function $e(i){let e,t,a,o,l,d,s,n;return l=new ce({props:{icon:"x",size:"18"}}),{c(){e=g("button"),t=g("span"),a=R("Reset filter"),o=A(),M(l.$$.fragment),this.h()},l(r){e=k(r,"BUTTON",{class:!0});var b=S(e);t=k(b,"SPAN",{class:!0});var E=S(t);a=P(E,"Reset filter"),E.forEach(p),o=N(b),O(l.$$.fragment,b),b.forEach(p),this.h()},h(){v(t,"class","label"),v(e,"class","svelte-12fj0m9")},m(r,b){C(r,e,b),h(e,t),h(t,a),h(e,o),Q(l,e,null),d=!0,s||(n=z(e,"click",i[8]),s=!0)},p:J,i(r){d||(D(l.$$.fragment,r),d=!0)},o(r){T(l.$$.fragment,r),d=!1},d(r){r&&p(e),Y(l),s=!1,n()}}}function ae(i){let e,t,a=i[15].name+"",o,l,d,s;return{c(){e=g("li"),t=g("a"),o=R(a),d=A(),this.h()},l(n){e=k(n,"LI",{});var r=S(e);t=k(r,"A",{href:!0,class:!0});var b=S(t);o=P(b,a),b.forEach(p),d=N(r),r.forEach(p),this.h()},h(){v(t,"href",l="/database/table/"+i[15].id),v(t,"class","svelte-12fj0m9"),F(t,"active",i[15].id===i[4].params.id)},m(n,r){C(n,e,r),h(e,t),h(t,o),h(e,d)},p(n,r){r&1&&a!==(a=n[15].name+"")&&pe(o,a),r&1&&l!==(l="/database/table/"+n[15].id)&&v(t,"href",l),r&17&&F(t,"active",n[15].id===n[4].params.id)},i(n){s||be(()=>{s=ve(e,Se,{duration:100,delay:7*i[17]}),s.start()})},o:J,d(n){n&&p(e)}}}function je(i){let e,t,a,o,l,d,s,n,r,b,E,V,L,$,j,q,H,c;const U=[$e,De],I=[];function B(f,m){return f[3]?0:1}o=B(i),l=I[o]=U[o](i);let w=i[0],_=[];for(let f=0;f{I[y]=null}),ue(),l=I[o],l?l.p(f,m):(l=I[o]=U[o](f),l.c()),D(l,1),l.m(a,d)),m&8&&s.value!==f[3]&&x(s,f[3]),m&17){w=f[0];let u;for(u=0;ut(4,a=c)),ee(i,se,c=>t(13,o=c));let l=o.tables,d=l,s,n,r;(async()=>await we.get())().then(c=>{l=c,t(0,d=c),me(se,o.tables=c,o)});const b=he();ie(async()=>{n.focus(),document.addEventListener("keydown",c=>{c.ctrlKey&&c.key==="k"&&(c.preventDefault(),b("sidebarNeeded"),n.focus(),n.select())}),a.data.table&&s.querySelector(`[href$="${a.data.table.id}"]`).scrollIntoView({behavior:"smooth",block:"center"})});const E=()=>{r?t(0,d=l.filter(c=>c.name.includes(r))):t(0,d=l)},V=c=>{c.key==="Escape"&&(t(3,r=""),E()),c.key==="Enter"&&s.querySelector("li:first-child a").click()},L=c=>{var U,I,B,w,_,f,m,y,u,K;c.key==="ArrowDown"&&s.contains(document.activeElement)&&(c.preventDefault(),document.activeElement.matches("input")?(U=s.querySelector("a"))==null||U.focus():(_=(w=(B=(I=document.activeElement)==null?void 0:I.parentElement)==null?void 0:B.nextElementSibling)==null?void 0:w.querySelector("a"))==null||_.focus()),c.key==="ArrowUp"&&s.contains(document.activeElement)&&(c.preventDefault(),(f=document.activeElement)!=null&&f.matches("li:first-child a")?n.focus():(K=(u=(y=(m=document.activeElement)==null?void 0:m.parentElement)==null?void 0:y.previousElementSibling)==null?void 0:u.querySelector("a"))==null||K.focus()),c.key==="Escape"&&s.contains(document.activeElement)&&(n.focus(),t(3,r=""),E())},$=()=>{t(3,r=null),E()};function j(c){te[c?"unshift":"push"](()=>{n=c,t(2,n)})}function q(){r=this.value,t(3,r)}function H(c){te[c?"unshift":"push"](()=>{s=c,t(1,s)})}return[d,s,n,r,a,E,V,L,$,j,q,H]}class qe extends ne{constructor(e){super(),re(this,e,Ke,je,oe,{})}}function Ae(i){let e,t,a,o,l;a=new qe({}),a.$on("sidebarNeeded",i[3]);const d=i[2].default,s=ge(d,i,i[1],null);return{c(){e=g("div"),t=g("div"),M(a.$$.fragment),o=A(),s&&s.c(),this.h()},l(n){e=k(n,"DIV",{class:!0});var r=S(e);t=k(r,"DIV",{class:!0});var b=S(t);O(a.$$.fragment,b),b.forEach(p),o=N(r),s&&s.l(r),r.forEach(p),this.h()},h(){v(t,"class","tables-container svelte-s8xmdg"),v(e,"class","container svelte-s8xmdg"),F(e,"tablesHidden",i[0])},m(n,r){C(n,e,r),h(e,t),Q(a,t,null),h(e,o),s&&s.m(e,null),l=!0},p(n,[r]){s&&s.p&&(!l||r&2)&&ke(s,d,n,n[1],l?ye(d,n[1],r,null):Ee(n[1]),null),(!l||r&1)&&F(e,"tablesHidden",n[0])},i(n){l||(D(a.$$.fragment,n),D(s,n),l=!0)},o(n){T(a.$$.fragment,n),T(s,n),l=!1},d(n){n&&p(e),Y(a),s&&s.d(n)}}}function Ne(i,e,t){let{$$slots:a={},$$scope:o}=e,l=!1;ie(()=>{document.addEventListener("keydown",s=>{!s.target.matches("input, textarea")&&s.key==="b"&&(t(0,l=!l),localStorage.tablesHidden=l)})});const d=()=>t(0,l=!1);return i.$$set=s=>{"$$scope"in s&&t(1,o=s.$$scope)},[l,o,a,d]}class ze extends ne{constructor(e){super(),re(this,e,Ne,Ae,oe,{})}}export{ze as component}; diff --git a/gui/next/build/_app/immutable/nodes/5.4d5ba8b6.js b/gui/next/build/_app/immutable/nodes/5.4d5ba8b6.js new file mode 100644 index 00000000..0eaa4ca5 --- /dev/null +++ b/gui/next/build/_app/immutable/nodes/5.4d5ba8b6.js @@ -0,0 +1 @@ +import{s as l,D as i,E as r,F as u,G as f}from"../chunks/scheduler.e2aa1391.js";import{S as _,i as c,a as p,t as m}from"../chunks/index.12b5c620.js";function $(n){let s;const a=n[1].default,e=i(a,n,n[0],null);return{c(){e&&e.c()},l(t){e&&e.l(t)},m(t,o){e&&e.m(t,o),s=!0},p(t,[o]){e&&e.p&&(!s||o&1)&&r(e,a,t,t[0],s?f(a,t[0],o,null):u(t[0]),null)},i(t){s||(p(e,t),s=!0)},o(t){m(e,t),s=!1},d(t){e&&e.d(t)}}}function d(n,s,a){let{$$slots:e={},$$scope:t}=s;return n.$$set=o=>{"$$scope"in o&&a(0,t=o.$$scope)},[t,e]}class S extends _{constructor(s){super(),c(this,s,d,$,l,{})}}export{S as component}; diff --git a/gui/next/build/_app/immutable/nodes/5.956d3946.js b/gui/next/build/_app/immutable/nodes/5.956d3946.js deleted file mode 100644 index 2118c5aa..00000000 --- a/gui/next/build/_app/immutable/nodes/5.956d3946.js +++ /dev/null @@ -1 +0,0 @@ -import{S as l,i,s as r,Q as u,R as f,T as _,U as c,g as p,d as m}from"../chunks/index.d0f8a730.js";function d(o){let s;const a=o[1].default,e=u(a,o,o[0],null);return{c(){e&&e.c()},l(t){e&&e.l(t)},m(t,n){e&&e.m(t,n),s=!0},p(t,[n]){e&&e.p&&(!s||n&1)&&f(e,a,t,t[0],s?c(a,t[0],n,null):_(t[0]),null)},i(t){s||(p(e,t),s=!0)},o(t){m(e,t),s=!1},d(t){e&&e.d(t)}}}function $(o,s,a){let{$$slots:e={},$$scope:t}=s;return o.$$set=n=>{"$$scope"in n&&a(0,t=n.$$scope)},[t,e]}class h extends l{constructor(s){super(),i(this,s,$,d,r,{})}}export{h as component}; diff --git a/gui/next/build/_app/immutable/nodes/6.38b33c53.js b/gui/next/build/_app/immutable/nodes/6.38b33c53.js new file mode 100644 index 00000000..19fde48f --- /dev/null +++ b/gui/next/build/_app/immutable/nodes/6.38b33c53.js @@ -0,0 +1,7 @@ +import{s as Le,f as d,l as z,a as I,g as v,h as O,m as G,r as Y,d as C,c as S,J as $,j as u,B as Ne,i as me,u as r,K as de,x as U,L as Pe,n as pe,M as De,y as Fe,v as we,o as Me,A as qe,D as Be,E as Ue,F as He,G as Re,P as Ve,p as $e}from"../chunks/scheduler.e2aa1391.js";import{S as ze,i as Ge,b as ye,d as Oe,m as Ae,a as w,t as H,c as ve,e as Ie,f as be,g as ge}from"../chunks/index.12b5c620.js";import{e as ke}from"../chunks/each.c0161bb5.js";import{q as Je}from"../chunks/index.50c00146.js";import{p as Ke}from"../chunks/stores.e84b517d.js";import{u as Qe}from"../chunks/user.1d284359.js";import{I as Se}from"../chunks/Icon.a5fa4953.js";function Ee(l,e,t){const a=l.slice();return a[17]=e[t],a}function je(l){let e,t,a="Clear filters",s,p,o,f,N,i;return p=new Se({props:{icon:"x",size:"14"}}),{c(){e=d("button"),t=d("span"),t.textContent=a,s=I(),ye(p.$$.fragment),this.h()},l(m){e=v(m,"BUTTON",{type:!0,class:!0});var E=O(e);t=v(E,"SPAN",{class:!0,"data-svelte-h":!0}),Y(t)!=="svelte-ki22n5"&&(t.textContent=a),s=S(E),Oe(p.$$.fragment,E),E.forEach(C),this.h()},h(){u(t,"class","label svelte-19k8sjb"),u(e,"type","button"),u(e,"class","clear svelte-19k8sjb")},m(m,E){me(m,e,E),r(e,t),r(e,s),Ae(p,e,null),f=!0,N||(i=U(e,"click",l[13]),N=!0)},p:qe,i(m){f||(w(p.$$.fragment,m),m&&Ne(()=>{f&&(o||(o=be(e,l[7],{},!0)),o.run(1))}),f=!0)},o(m){H(p.$$.fragment,m),m&&(o||(o=be(e,l[7],{},!1)),o.run(0)),f=!1},d(m){m&&C(e),Ie(p),m&&o&&o.end(),N=!1,i()}}}function Te(l){let e,t,a=l[17].id+"",s,p,o,f,N=l[17].email+"",i,m,E;return{c(){e=d("tr"),t=d("td"),s=z(a),p=I(),o=d("td"),f=d("a"),i=z(N),E=I(),this.h()},l(h){e=v(h,"TR",{});var c=O(e);t=v(c,"TD",{class:!0});var M=O(t);s=G(M,a),M.forEach(C),p=S(c),o=v(c,"TD",{class:!0});var q=O(o);f=v(q,"A",{href:!0});var y=O(f);i=G(y,N),y.forEach(C),q.forEach(C),E=S(c),c.forEach(C),this.h()},h(){u(t,"class","svelte-19k8sjb"),u(f,"href",m="/users/"+l[17].id),u(o,"class","svelte-19k8sjb")},m(h,c){me(h,e,c),r(e,t),r(t,s),r(e,p),r(e,o),r(o,f),r(f,i),r(e,E)},p(h,c){c&2&&a!==(a=h[17].id+"")&&pe(s,a),c&2&&N!==(N=h[17].email+"")&&pe(i,N),c&2&&m!==(m="/users/"+h[17].id)&&u(f,"href",m)},d(h){h&&C(e)}}}function Ce(l){let e;const t=l[9].default,a=Be(t,l,l[8],null);return{c(){a&&a.c()},l(s){a&&a.l(s)},m(s,p){a&&a.m(s,p),e=!0},p(s,p){a&&a.p&&(!e||p&256)&&Ue(a,t,s,s[8],e?Re(t,s[8],p,null):He(s[8]),null)},i(s){e||(w(a,s),e=!0)},o(s){H(a,s),e=!1},d(s){a&&a.d(s)}}}function We(l){let e,t,a,s,p,o,f,N="email",i,m="id",E,h,c,M,q,y,L,Z="Apply filter",J,k,K,A,D,ae='id email',ne,re,F,oe,P,x,ie,Q=(l[3]||"")+"",ee,ue,R,fe,he,b=l[2].value&&je(l);k=new Se({props:{icon:"arrowRight"}});let V=ke(l[1]),T=[];for(let n=0;nl[10].call(o)),u(c,"type","text"),u(c,"name","value"),u(c,"class","svelte-19k8sjb"),u(h,"class","svelte-19k8sjb"),u(L,"class","label svelte-19k8sjb"),u(y,"type","submit"),u(y,"class","button submit"),u(s,"id","filters"),u(s,"class","svelte-19k8sjb"),u(a,"class","filters svelte-19k8sjb"),u(D,"class","svelte-19k8sjb"),u(A,"class","svelte-19k8sjb"),u(P,"form","filters"),u(P,"type","number"),u(P,"name","page"),u(P,"min","1"),u(P,"max",x=l[3]||100),u(P,"step","1"),u(F,"class","pagination svelte-19k8sjb"),u(t,"class","svelte-19k8sjb"),u(e,"class","container svelte-19k8sjb")},m(n,j){me(n,e,j),r(e,t),r(t,a),r(a,s),r(s,p),r(s,o),r(o,f),r(o,i),de(o,l[2].attribute,!0),r(s,E),r(s,h),r(h,c),$(c,l[2].value),r(h,M),b&&b.m(h,null),r(s,q),r(s,y),r(y,L),r(y,J),Ae(k,y,null),l[14](s),r(t,K),r(t,A),r(A,D),r(A,ne);for(let _=0;_{b=null}),ve()),j&2){V=ke(n[1]);let _;for(_=0;_{g=null}),ve())},i(n){R||(w(b),w(k.$$.fragment,n),w(g),R=!0)},o(n){H(b),H(k.$$.fragment,n),H(g),R=!1},d(n){n&&C(e),b&&b.d(),Ie(k),l[14](null),De(T,n),g&&g.d(),fe=!1,Fe(he)}}}function Xe(l,e,t){let a;we(l,Ke,k=>t(4,a=k));let{$$slots:s={},$$scope:p}=e,o,f=[],N={page:1,attribute:"email",value:""},i={...N,...Object.fromEntries(a.url.searchParams)},m=1;const E=async()=>{await Qe.get(i).then(k=>{t(1,f=k.results),t(3,m=k.total_pages)})};Me(()=>{E()});const h=function(k,{delay:K=0,duration:A=150}){return{delay:K,duration:A,css:D=>`scale: ${Je(D)};`}};function c(){i.attribute=Ve(this),t(2,i)}const M=()=>t(2,i.value="",i);function q(){i.value=this.value,t(2,i)}const y=()=>{t(2,i={...N}),o.requestSubmit()};function L(k){$e[k?"unshift":"push"](()=>{o=k,t(0,o)})}const Z=()=>{t(2,i.page=1,i),E()};function J(){i.page=Pe(this.value),t(2,i)}return l.$$set=k=>{"$$scope"in k&&t(8,p=k.$$scope)},[o,f,i,m,a,N,E,h,p,s,c,M,q,y,L,Z,J]}class at extends ze{constructor(e){super(),Ge(this,e,Xe,We,Le,{})}}export{at as component}; diff --git a/gui/next/build/_app/immutable/nodes/6.db5a65f8.js b/gui/next/build/_app/immutable/nodes/6.db5a65f8.js deleted file mode 100644 index 434e5b00..00000000 --- a/gui/next/build/_app/immutable/nodes/6.db5a65f8.js +++ /dev/null @@ -1,7 +0,0 @@ -import{S as ze,i as Me,s as $e,k as m,q as P,a as S,y as De,l as d,m as g,r as F,h as c,c as q,z as Le,n as i,L as Re,b as ge,E as t,X as Ae,Y as re,A as Ue,H as z,g as D,d as M,f as Ie,Z as Be,u as be,B as He,_ as Ke,I as Qe,F as Xe,o as Ye,K as Ze,O as Pe,Q as Ge,R as Je,T as We,U as xe,v as Se,a1 as et,w as tt}from"../chunks/index.d0f8a730.js";import{q as st}from"../chunks/index.50c00146.js";import{p as lt}from"../chunks/stores.f318b269.js";import{u as at}from"../chunks/user.1d284359.js";import{I as Ve}from"../chunks/Icon.1de0c66c.js";function Fe(a,e,s){const n=a.slice();return n[17]=e[s],n}function qe(a){let e,s,n,l,v,o,f,O,u;return v=new Ve({props:{icon:"x",size:"14"}}),{c(){e=m("button"),s=m("span"),n=P("Clear filters"),l=S(),De(v.$$.fragment),this.h()},l(b){e=d(b,"BUTTON",{type:!0,class:!0});var j=g(e);s=d(j,"SPAN",{class:!0});var _=g(s);n=F(_,"Clear filters"),_.forEach(c),l=q(j),Le(v.$$.fragment,j),j.forEach(c),this.h()},h(){i(s,"class","label svelte-19k8sjb"),i(e,"type","button"),i(e,"class","clear svelte-19k8sjb")},m(b,j){ge(b,e,j),t(e,s),t(s,n),t(e,l),Ue(v,e,null),f=!0,O||(u=z(e,"click",a[13]),O=!0)},p:Ze,i(b){f||(D(v.$$.fragment,b),Re(()=>{f&&(o||(o=Pe(e,a[7],{},!0)),o.run(1))}),f=!0)},o(b){M(v.$$.fragment,b),o||(o=Pe(e,a[7],{},!1)),o.run(0),f=!1},d(b){b&&c(e),He(v),b&&o&&o.end(),O=!1,u()}}}function we(a){let e,s,n=a[17].id+"",l,v,o,f,O=a[17].email+"",u,b,j;return{c(){e=m("tr"),s=m("td"),l=P(n),v=S(),o=m("td"),f=m("a"),u=P(O),j=S(),this.h()},l(_){e=d(_,"TR",{});var p=g(e);s=d(p,"TD",{class:!0});var L=g(s);l=F(L,n),L.forEach(c),v=q(p),o=d(p,"TD",{class:!0});var R=g(o);f=d(R,"A",{href:!0});var I=g(f);u=F(I,O),I.forEach(c),R.forEach(c),j=q(p),p.forEach(c),this.h()},h(){i(s,"class","svelte-19k8sjb"),i(f,"href",b="/users/"+a[17].id),i(o,"class","svelte-19k8sjb")},m(_,p){ge(_,e,p),t(e,s),t(s,l),t(e,v),t(e,o),t(o,f),t(f,u),t(e,j)},p(_,p){p&2&&n!==(n=_[17].id+"")&&be(l,n),p&2&&O!==(O=_[17].email+"")&&be(u,O),p&2&&b!==(b="/users/"+_[17].id)&&i(f,"href",b)},d(_){_&&c(e)}}}function Ce(a){let e;const s=a[9].default,n=Ge(s,a,a[8],null);return{c(){n&&n.c()},l(l){n&&n.l(l)},m(l,v){n&&n.m(l,v),e=!0},p(l,v){n&&n.p&&(!e||v&256)&&Je(n,s,l,l[8],e?xe(s,l[8],v,null):We(l[8]),null)},i(l){e||(D(n,l),e=!0)},o(l){M(n,l),e=!1},d(l){n&&n.d(l)}}}function nt(a){let e,s,n,l,v,o,f,O,u,b,j,_,p,L,R,I,U,Y,Z,T,G,w,B,H,$,oe,ie,K,ue,fe,ce,C,_e,A,ee,pe,J=(a[3]||"")+"",te,he,Q,me,Ee,E=a[2].value&&qe(a);T=new Ve({props:{icon:"arrowRight"}});let X=a[1],y=[];for(let r=0;ra[10].call(o)),i(p,"type","text"),i(p,"name","value"),i(p,"class","svelte-19k8sjb"),i(_,"class","svelte-19k8sjb"),i(U,"class","label svelte-19k8sjb"),i(I,"type","submit"),i(I,"class","button submit"),i(l,"id","filters"),i(l,"class","svelte-19k8sjb"),i(n,"class","filters svelte-19k8sjb"),i($,"class","svelte-19k8sjb"),i(K,"class","svelte-19k8sjb"),i(B,"class","svelte-19k8sjb"),i(w,"class","svelte-19k8sjb"),i(A,"form","filters"),i(A,"type","number"),i(A,"name","page"),i(A,"min","1"),i(A,"max",ee=a[3]||100),i(A,"step","1"),i(C,"class","pagination svelte-19k8sjb"),i(s,"class","svelte-19k8sjb"),i(e,"class","container svelte-19k8sjb")},m(r,N){ge(r,e,N),t(e,s),t(s,n),t(n,l),t(l,v),t(l,o),t(o,f),t(f,O),t(o,u),t(u,b),Ae(o,a[2].attribute,!0),t(l,j),t(l,_),t(_,p),re(p,a[2].value),t(_,L),E&&E.m(_,null),t(l,R),t(l,I),t(I,U),t(U,Y),t(I,Z),Ue(T,I,null),a[14](l),t(s,G),t(s,w),t(w,B),t(B,H),t(H,$),t($,oe),t(H,ie),t(H,K),t(K,ue),t(w,fe);for(let h=0;h{E=null}),Ie()),N&2){X=r[1];let h;for(h=0;h{k=null}),Ie())},i(r){Q||(D(E),D(T.$$.fragment,r),D(k),Q=!0)},o(r){M(E),M(T.$$.fragment,r),M(k),Q=!1},d(r){r&&c(e),E&&E.d(),He(T),a[14](null),Ke(y,r),k&&k.d(),me=!1,Qe(Ee)}}}function rt(a,e,s){let n;Xe(a,lt,T=>s(4,n=T));let{$$slots:l={},$$scope:v}=e,o,f=[],O={page:1,attribute:"email",value:""},u={...O,...Object.fromEntries(n.url.searchParams)},b=1;const j=async()=>{await at.get(u).then(T=>{s(1,f=T.results),s(3,b=T.total_pages)})};Ye(()=>{j()});const _=function(T,{delay:G=0,duration:w=150}){return{delay:G,duration:w,css:B=>`scale: ${st(B)};`}};function p(){u.attribute=et(this),s(2,u)}const L=()=>s(2,u.value="",u);function R(){u.value=this.value,s(2,u)}const I=()=>{s(2,u={...O}),o.requestSubmit()};function U(T){tt[T?"unshift":"push"](()=>{o=T,s(0,o)})}const Y=()=>{s(2,u.page=1,u),j()};function Z(){u.page=Be(this.value),s(2,u)}return a.$$set=T=>{"$$scope"in T&&s(8,v=T.$$scope)},[o,f,u,b,n,O,j,_,v,l,p,L,R,I,U,Y,Z]}class _t extends ze{constructor(e){super(),Me(this,e,rt,nt,$e,{})}}export{_t as component}; diff --git a/gui/next/build/_app/immutable/nodes/7.0017b431.js b/gui/next/build/_app/immutable/nodes/7.0017b431.js new file mode 100644 index 00000000..90392e0a --- /dev/null +++ b/gui/next/build/_app/immutable/nodes/7.0017b431.js @@ -0,0 +1,5 @@ +import{s as Yl,a as i,f as n,l as E,I as Zl,d as a,c as o,g as s,h as r,r as b,m as k,j as t,w as P,k as Wl,i as Xl,u as e,x as U,n as bt,y as yl,v as xl,z as il}from"../chunks/scheduler.e2aa1391.js";import{S as ea,i as ta,b as h,d as v,m as p,a as m,t as _,e as $}from"../chunks/index.12b5c620.js";import{I as g}from"../chunks/Icon.a5fa4953.js";import{s as Kn}from"../chunks/state.f2691bd0.js";import{t as na}from"../chunks/table.aa2299a7.js";function sa(c){let Te,C,d,q,T,w,L,en,oe,Wn="Database",tn,ce,Xn='
  • Inspect tables and records
  • Create, edit or delete records
  • Filter and find any record
  • ',nn,x,De,H,ue,sn,de,Yn="Show more information about Database tool",D,R,M,fe,Zn,Ie,Gt=c[1].header.includes("database")?"Unpin Database from":"Pin Database to",ln,yn,an,xn,N,ee,qt,Ne,es,ze,ol="Users",ts,Se,cl='
  • Inspect registered users and their personal data
  • ',ns,he,Lt,K,Ae,ss,Be,ul="Show more information about Users tool",ls,Et,O,ve,as,Je,Vt=c[1].header.includes("users")?"Unpin Users from":"Pin Users to",rn,rs,on,is,z,te,kt,He,os,Me,dl="Logs",cs,Oe,fl='
  • View system logs
  • Inspect logs you've outputted yourself
  • Debug Liquid or GraphQL errors
  • ',us,pe,Ut,W,Fe,ds,Qe,hl="Show more information about Logs tool",fs,Ct,F,me,hs,Ge,jt=c[1].header.includes("logs")?"Unpin Logs from":"Pin Logs to",cn,vs,un,ps,S,ne,wt,Ve,ms,je,vl="Background Jobs",_s,Re,pl='
  • List scheduled background jobs
  • Debug background jobs that failed to run
  • ',$s,_e,Pt,X,Ke,gs,We,ml="Show more information about Background Jobs tool",bs,Tt,Q,$e,qs,Xe,Rt=c[1].header.includes("backgroundJobs")?"Unpin Background Jobs from":"Pin Background Jobs to",dn,Ls,fn,Es,A,se,Dt,Ye,ks,Ze,_l="Constants",Us,ye,$l='
  • Check all constants in one place
  • Create new constants
  • Edit or delete existing ones
  • ',Cs,ge,It,Y,xe,ws,et,gl="Show more information about Constants tool",Ps,Nt,G,be,Ts,tt,Kt=c[1].header.includes("constants")?"Unpin Constants from":"Pin Constants to",hn,Ds,vn,Is,qe,B,le,nt,st,Ns,lt,bl="Liquid Evaluator",zs,at,ql='
  • Run Liquid code against your instance
  • Test Liquid logic
  • Quickly prototype your ideas
  • ',Ss,Le,zt,Z,rt,As,it,Ll="Show more information about Liquid Evaluator",Bs,St,V,Ee,Js,ot,Wt=c[1].header.includes("liquid")?"Unpin Liquid Evaluator from":"Pin Liquid Evaluator to",pn,Hs,mn,Ms,J,ae,ct,ut,Os,dt,El="GraphiQL",Fs,ft,kl='
  • Run GraphQL against your instance
  • Explore documentation
  • Quickly prototype your queries and mutations
  • ',Qs,ke,At,y,ht,Gs,vt,Ul="Show more information about GraphiQL",Vs,Bt,j,Ue,js,pt,Xt=c[1].header.includes("graphiql")?"Unpin GraphiQL from":"Pin GraphiQL to",_n,Rs,$n,Ks,Ce,Yt,we,mt,Ws,Xs,Zt,Pe,_t,Ys,f,Zs,Cl;return L=new g({props:{icon:"database",size:"48"}}),ue=new g({props:{icon:"info",size:"14"}}),fe=new g({props:{icon:c[1].header.includes("database")?"pinFilled":"pin",size:"14"}}),Ne=new g({props:{icon:"users",size:"48"}}),Ae=new g({props:{icon:"info",size:"14"}}),ve=new g({props:{icon:c[1].header.includes("users")?"pinFilled":"pin",size:"14"}}),He=new g({props:{icon:"log",size:"48"}}),Fe=new g({props:{icon:"info",size:"14"}}),me=new g({props:{icon:c[1].header.includes("logs")?"pinFilled":"pin",size:"14"}}),Ve=new g({props:{icon:"backgroundJob",size:"48"}}),Ke=new g({props:{icon:"info",size:"14"}}),$e=new g({props:{icon:c[1].header.includes("backgroundJobs")?"pinFilled":"pin",size:"14"}}),Ye=new g({props:{icon:"constant",size:"48"}}),xe=new g({props:{icon:"info",size:"14"}}),be=new g({props:{icon:c[1].header.includes("constants")?"pinFilled":"pin",size:"14"}}),st=new g({props:{icon:"liquid",size:"48"}}),rt=new g({props:{icon:"info",size:"14"}}),Ee=new g({props:{icon:c[1].header.includes("liquid")?"pinFilled":"pin",size:"14"}}),ut=new g({props:{icon:"graphql",size:"48"}}),ht=new g({props:{icon:"info",size:"14"}}),Ue=new g({props:{icon:c[1].header.includes("graphiql")?"pinFilled":"pin",size:"14"}}),mt=new g({props:{icon:"book"}}),_t=new g({props:{icon:"serverSettings"}}),{c(){Te=i(),C=n("nav"),d=n("ul"),q=n("li"),T=n("a"),w=n("div"),h(L.$$.fragment),en=i(),oe=n("h2"),oe.textContent=Wn,tn=i(),ce=n("ul"),ce.innerHTML=Xn,nn=i(),x=n("ul"),De=n("li"),H=n("button"),h(ue.$$.fragment),sn=i(),de=n("span"),de.textContent=Yn,D=i(),R=n("li"),M=n("button"),h(fe.$$.fragment),Zn=i(),Ie=n("span"),ln=E(Gt),yn=E(" header menu"),xn=i(),N=n("li"),ee=n("a"),qt=n("div"),h(Ne.$$.fragment),es=i(),ze=n("h2"),ze.textContent=ol,ts=i(),Se=n("ul"),Se.innerHTML=cl,ns=i(),he=n("ul"),Lt=n("li"),K=n("button"),h(Ae.$$.fragment),ss=i(),Be=n("span"),Be.textContent=ul,ls=i(),Et=n("li"),O=n("button"),h(ve.$$.fragment),as=i(),Je=n("span"),rn=E(Vt),rs=E(" header menu"),is=i(),z=n("li"),te=n("a"),kt=n("div"),h(He.$$.fragment),os=i(),Me=n("h2"),Me.textContent=dl,cs=i(),Oe=n("ul"),Oe.innerHTML=fl,us=i(),pe=n("ul"),Ut=n("li"),W=n("button"),h(Fe.$$.fragment),ds=i(),Qe=n("span"),Qe.textContent=hl,fs=i(),Ct=n("li"),F=n("button"),h(me.$$.fragment),hs=i(),Ge=n("span"),cn=E(jt),vs=E(" header menu"),ps=i(),S=n("li"),ne=n("a"),wt=n("div"),h(Ve.$$.fragment),ms=i(),je=n("h2"),je.textContent=vl,_s=i(),Re=n("ul"),Re.innerHTML=pl,$s=i(),_e=n("ul"),Pt=n("li"),X=n("button"),h(Ke.$$.fragment),gs=i(),We=n("span"),We.textContent=ml,bs=i(),Tt=n("li"),Q=n("button"),h($e.$$.fragment),qs=i(),Xe=n("span"),dn=E(Rt),Ls=E(" header menu"),Es=i(),A=n("li"),se=n("a"),Dt=n("div"),h(Ye.$$.fragment),ks=i(),Ze=n("h2"),Ze.textContent=_l,Us=i(),ye=n("ul"),ye.innerHTML=$l,Cs=i(),ge=n("ul"),It=n("li"),Y=n("button"),h(xe.$$.fragment),ws=i(),et=n("span"),et.textContent=gl,Ps=i(),Nt=n("li"),G=n("button"),h(be.$$.fragment),Ts=i(),tt=n("span"),hn=E(Kt),Ds=E(" header menu"),Is=i(),qe=n("ul"),B=n("li"),le=n("a"),nt=n("div"),h(st.$$.fragment),Ns=i(),lt=n("h2"),lt.textContent=bl,zs=i(),at=n("ul"),at.innerHTML=ql,Ss=i(),Le=n("ul"),zt=n("li"),Z=n("button"),h(rt.$$.fragment),As=i(),it=n("span"),it.textContent=Ll,Bs=i(),St=n("li"),V=n("button"),h(Ee.$$.fragment),Js=i(),ot=n("span"),pn=E(Wt),Hs=E(" header menu"),Ms=i(),J=n("li"),ae=n("a"),ct=n("div"),h(ut.$$.fragment),Os=i(),dt=n("h2"),dt.textContent=El,Fs=i(),ft=n("ul"),ft.innerHTML=kl,Qs=i(),ke=n("ul"),At=n("li"),y=n("button"),h(ht.$$.fragment),Gs=i(),vt=n("span"),vt.textContent=Ul,Vs=i(),Bt=n("li"),j=n("button"),h(Ue.$$.fragment),js=i(),pt=n("span"),_n=E(Xt),Rs=E(" header menu"),Ks=i(),Ce=n("ul"),Yt=n("li"),we=n("a"),h(mt.$$.fragment),Ws=E(`\r + Documentation`),Xs=i(),Zt=n("li"),Pe=n("a"),h(_t.$$.fragment),Ys=E(`\r + Partner Portal`),this.h()},l(l){Zl("svelte-fwtfcu",document.head).forEach(a),Te=o(l),C=s(l,"NAV",{class:!0});var re=r(C);d=s(re,"UL",{class:!0});var I=r(d);q=s(I,"LI",{class:!0});var ie=r(q);T=s(ie,"A",{href:!0,class:!0});var $t=r(T);w=s($t,"DIV",{class:!0});var yt=r(w);v(L.$$.fragment,yt),yt.forEach(a),en=o($t),oe=s($t,"H2",{class:!0,"data-svelte-h":!0}),b(oe)!=="svelte-1a38a01"&&(oe.textContent=Wn),$t.forEach(a),tn=o(ie),ce=s(ie,"UL",{class:!0,"data-svelte-h":!0}),b(ce)!=="svelte-1tj1zl5"&&(ce.innerHTML=Xn),nn=o(ie),x=s(ie,"UL",{class:!0});var gt=r(x);De=s(gt,"LI",{class:!0});var xt=r(De);H=s(xt,"BUTTON",{title:!0,class:!0});var gn=r(H);v(ue.$$.fragment,gn),sn=o(gn),de=s(gn,"SPAN",{class:!0,"data-svelte-h":!0}),b(de)!=="svelte-vg36pf"&&(de.textContent=Yn),gn.forEach(a),xt.forEach(a),D=o(gt),R=s(gt,"LI",{class:!0});var wl=r(R);M=s(wl,"BUTTON",{title:!0,class:!0});var bn=r(M);v(fe.$$.fragment,bn),Zn=o(bn),Ie=s(bn,"SPAN",{class:!0});var ys=r(Ie);ln=k(ys,Gt),yn=k(ys," header menu"),ys.forEach(a),bn.forEach(a),wl.forEach(a),gt.forEach(a),ie.forEach(a),xn=o(I),N=s(I,"LI",{class:!0});var Jt=r(N);ee=s(Jt,"A",{href:!0,class:!0});var qn=r(ee);qt=s(qn,"DIV",{class:!0});var Pl=r(qt);v(Ne.$$.fragment,Pl),Pl.forEach(a),es=o(qn),ze=s(qn,"H2",{class:!0,"data-svelte-h":!0}),b(ze)!=="svelte-bvmn5u"&&(ze.textContent=ol),qn.forEach(a),ts=o(Jt),Se=s(Jt,"UL",{class:!0,"data-svelte-h":!0}),b(Se)!=="svelte-ml78fh"&&(Se.innerHTML=cl),ns=o(Jt),he=s(Jt,"UL",{class:!0});var Ln=r(he);Lt=s(Ln,"LI",{class:!0});var Tl=r(Lt);K=s(Tl,"BUTTON",{title:!0,class:!0});var En=r(K);v(Ae.$$.fragment,En),ss=o(En),Be=s(En,"SPAN",{class:!0,"data-svelte-h":!0}),b(Be)!=="svelte-10o6fc2"&&(Be.textContent=ul),En.forEach(a),Tl.forEach(a),ls=o(Ln),Et=s(Ln,"LI",{class:!0});var Dl=r(Et);O=s(Dl,"BUTTON",{title:!0,class:!0});var kn=r(O);v(ve.$$.fragment,kn),as=o(kn),Je=s(kn,"SPAN",{class:!0});var xs=r(Je);rn=k(xs,Vt),rs=k(xs," header menu"),xs.forEach(a),kn.forEach(a),Dl.forEach(a),Ln.forEach(a),Jt.forEach(a),is=o(I),z=s(I,"LI",{class:!0});var Ht=r(z);te=s(Ht,"A",{href:!0,class:!0});var Un=r(te);kt=s(Un,"DIV",{class:!0});var Il=r(kt);v(He.$$.fragment,Il),Il.forEach(a),os=o(Un),Me=s(Un,"H2",{class:!0,"data-svelte-h":!0}),b(Me)!=="svelte-1ef7qq7"&&(Me.textContent=dl),Un.forEach(a),cs=o(Ht),Oe=s(Ht,"UL",{class:!0,"data-svelte-h":!0}),b(Oe)!=="svelte-16nvdoq"&&(Oe.innerHTML=fl),us=o(Ht),pe=s(Ht,"UL",{class:!0});var Cn=r(pe);Ut=s(Cn,"LI",{class:!0});var Nl=r(Ut);W=s(Nl,"BUTTON",{title:!0,class:!0});var wn=r(W);v(Fe.$$.fragment,wn),ds=o(wn),Qe=s(wn,"SPAN",{class:!0,"data-svelte-h":!0}),b(Qe)!=="svelte-7a5jqd"&&(Qe.textContent=hl),wn.forEach(a),Nl.forEach(a),fs=o(Cn),Ct=s(Cn,"LI",{class:!0});var zl=r(Ct);F=s(zl,"BUTTON",{title:!0,class:!0});var Pn=r(F);v(me.$$.fragment,Pn),hs=o(Pn),Ge=s(Pn,"SPAN",{class:!0});var el=r(Ge);cn=k(el,jt),vs=k(el," header menu"),el.forEach(a),Pn.forEach(a),zl.forEach(a),Cn.forEach(a),Ht.forEach(a),ps=o(I),S=s(I,"LI",{class:!0});var Mt=r(S);ne=s(Mt,"A",{href:!0,class:!0});var Tn=r(ne);wt=s(Tn,"DIV",{class:!0});var Sl=r(wt);v(Ve.$$.fragment,Sl),Sl.forEach(a),ms=o(Tn),je=s(Tn,"H2",{class:!0,"data-svelte-h":!0}),b(je)!=="svelte-1bxtcha"&&(je.textContent=vl),Tn.forEach(a),_s=o(Mt),Re=s(Mt,"UL",{class:!0,"data-svelte-h":!0}),b(Re)!=="svelte-198kha5"&&(Re.innerHTML=pl),$s=o(Mt),_e=s(Mt,"UL",{class:!0});var Dn=r(_e);Pt=s(Dn,"LI",{class:!0});var Al=r(Pt);X=s(Al,"BUTTON",{title:!0,class:!0});var In=r(X);v(Ke.$$.fragment,In),gs=o(In),We=s(In,"SPAN",{class:!0,"data-svelte-h":!0}),b(We)!=="svelte-12zm1eu"&&(We.textContent=ml),In.forEach(a),Al.forEach(a),bs=o(Dn),Tt=s(Dn,"LI",{class:!0});var Bl=r(Tt);Q=s(Bl,"BUTTON",{title:!0,class:!0});var Nn=r(Q);v($e.$$.fragment,Nn),qs=o(Nn),Xe=s(Nn,"SPAN",{class:!0});var tl=r(Xe);dn=k(tl,Rt),Ls=k(tl," header menu"),tl.forEach(a),Nn.forEach(a),Bl.forEach(a),Dn.forEach(a),Mt.forEach(a),Es=o(I),A=s(I,"LI",{class:!0});var Ot=r(A);se=s(Ot,"A",{href:!0,class:!0});var zn=r(se);Dt=s(zn,"DIV",{class:!0});var Jl=r(Dt);v(Ye.$$.fragment,Jl),Jl.forEach(a),ks=o(zn),Ze=s(zn,"H2",{class:!0,"data-svelte-h":!0}),b(Ze)!=="svelte-187k1uv"&&(Ze.textContent=_l),zn.forEach(a),Us=o(Ot),ye=s(Ot,"UL",{class:!0,"data-svelte-h":!0}),b(ye)!=="svelte-1hxwc9f"&&(ye.innerHTML=$l),Cs=o(Ot),ge=s(Ot,"UL",{class:!0});var Sn=r(ge);It=s(Sn,"LI",{class:!0});var Hl=r(It);Y=s(Hl,"BUTTON",{title:!0,class:!0});var An=r(Y);v(xe.$$.fragment,An),ws=o(An),et=s(An,"SPAN",{class:!0,"data-svelte-h":!0}),b(et)!=="svelte-96zp3x"&&(et.textContent=gl),An.forEach(a),Hl.forEach(a),Ps=o(Sn),Nt=s(Sn,"LI",{class:!0});var Ml=r(Nt);G=s(Ml,"BUTTON",{title:!0,class:!0});var Bn=r(G);v(be.$$.fragment,Bn),Ts=o(Bn),tt=s(Bn,"SPAN",{class:!0});var nl=r(tt);hn=k(nl,Kt),Ds=k(nl," header menu"),nl.forEach(a),Bn.forEach(a),Ml.forEach(a),Sn.forEach(a),Ot.forEach(a),I.forEach(a),Is=o(re),qe=s(re,"UL",{class:!0});var Jn=r(qe);B=s(Jn,"LI",{class:!0});var Ft=r(B);le=s(Ft,"A",{href:!0,class:!0});var Hn=r(le);nt=s(Hn,"DIV",{class:!0,style:!0});var Ol=r(nt);v(st.$$.fragment,Ol),Ol.forEach(a),Ns=o(Hn),lt=s(Hn,"H2",{class:!0,"data-svelte-h":!0}),b(lt)!=="svelte-1945w61"&&(lt.textContent=bl),Hn.forEach(a),zs=o(Ft),at=s(Ft,"UL",{class:!0,"data-svelte-h":!0}),b(at)!=="svelte-1k625ps"&&(at.innerHTML=ql),Ss=o(Ft),Le=s(Ft,"UL",{class:!0});var Mn=r(Le);zt=s(Mn,"LI",{class:!0});var Fl=r(zt);Z=s(Fl,"BUTTON",{title:!0,class:!0});var On=r(Z);v(rt.$$.fragment,On),As=o(On),it=s(On,"SPAN",{class:!0,"data-svelte-h":!0}),b(it)!=="svelte-zgpe6t"&&(it.textContent=Ll),On.forEach(a),Fl.forEach(a),Bs=o(Mn),St=s(Mn,"LI",{class:!0});var Ql=r(St);V=s(Ql,"BUTTON",{title:!0,class:!0});var Fn=r(V);v(Ee.$$.fragment,Fn),Js=o(Fn),ot=s(Fn,"SPAN",{class:!0});var sl=r(ot);pn=k(sl,Wt),Hs=k(sl," header menu"),sl.forEach(a),Fn.forEach(a),Ql.forEach(a),Mn.forEach(a),Ft.forEach(a),Ms=o(Jn),J=s(Jn,"LI",{class:!0});var Qt=r(J);ae=s(Qt,"A",{href:!0,class:!0});var Qn=r(ae);ct=s(Qn,"DIV",{class:!0,style:!0});var Gl=r(ct);v(ut.$$.fragment,Gl),Gl.forEach(a),Os=o(Qn),dt=s(Qn,"H2",{class:!0,"data-svelte-h":!0}),b(dt)!=="svelte-v0z4e8"&&(dt.textContent=El),Qn.forEach(a),Fs=o(Qt),ft=s(Qt,"UL",{class:!0,"data-svelte-h":!0}),b(ft)!=="svelte-17bqupm"&&(ft.innerHTML=kl),Qs=o(Qt),ke=s(Qt,"UL",{class:!0});var Gn=r(ke);At=s(Gn,"LI",{class:!0});var Vl=r(At);y=s(Vl,"BUTTON",{title:!0,class:!0});var Vn=r(y);v(ht.$$.fragment,Vn),Gs=o(Vn),vt=s(Vn,"SPAN",{class:!0,"data-svelte-h":!0}),b(vt)!=="svelte-1mz1lxe"&&(vt.textContent=Ul),Vn.forEach(a),Vl.forEach(a),Vs=o(Gn),Bt=s(Gn,"LI",{class:!0});var jl=r(Bt);j=s(jl,"BUTTON",{title:!0,class:!0});var jn=r(j);v(Ue.$$.fragment,jn),js=o(jn),pt=s(jn,"SPAN",{class:!0});var ll=r(pt);_n=k(ll,Xt),Rs=k(ll," header menu"),ll.forEach(a),jn.forEach(a),jl.forEach(a),Gn.forEach(a),Qt.forEach(a),Jn.forEach(a),Ks=o(re),Ce=s(re,"UL",{class:!0});var Rn=r(Ce);Yt=s(Rn,"LI",{});var Rl=r(Yt);we=s(Rl,"A",{href:!0,class:!0});var al=r(we);v(mt.$$.fragment,al),Ws=k(al,`\r + Documentation`),al.forEach(a),Rl.forEach(a),Xs=o(Rn),Zt=s(Rn,"LI",{});var Kl=r(Zt);Pe=s(Kl,"A",{href:!0,class:!0});var rl=r(Pe);v(_t.$$.fragment,rl),Ys=k(rl,`\r + Partner Portal`),rl.forEach(a),Kl.forEach(a),Rn.forEach(a),re.forEach(a),this.h()},h(){document.title="platformOS Instance Admin",t(w,"class","icon svelte-1nq1nri"),t(oe,"class","svelte-1nq1nri"),t(T,"href","/database"),t(T,"class","svelte-1nq1nri"),t(ce,"class","description svelte-1nq1nri"),t(de,"class","label"),t(H,"title","More information"),t(H,"class","svelte-1nq1nri"),t(De,"class","svelte-1nq1nri"),t(Ie,"class","label"),t(M,"title",an=(c[1].header.includes("database")?"Unpin Database from":"Pin Database to")+" header menu"),t(M,"class","svelte-1nq1nri"),t(R,"class","svelte-1nq1nri"),t(x,"class","actions svelte-1nq1nri"),t(q,"class","application svelte-1nq1nri"),P(q,"showDescription",c[0].includes("database")),t(qt,"class","icon svelte-1nq1nri"),t(ze,"class","svelte-1nq1nri"),t(ee,"href","/users"),t(ee,"class","svelte-1nq1nri"),t(Se,"class","description svelte-1nq1nri"),t(Be,"class","label"),t(K,"title","More information"),t(K,"class","svelte-1nq1nri"),t(Lt,"class","svelte-1nq1nri"),t(Je,"class","label"),t(O,"title",on=(c[1].header.includes("users")?"Unpin Users from":"Pin Users to")+" header menu"),t(O,"class","svelte-1nq1nri"),t(Et,"class","svelte-1nq1nri"),t(he,"class","actions svelte-1nq1nri"),t(N,"class","application svelte-1nq1nri"),P(N,"showDescription",c[0].includes("users")),t(kt,"class","icon svelte-1nq1nri"),t(Me,"class","svelte-1nq1nri"),t(te,"href","/logs"),t(te,"class","svelte-1nq1nri"),t(Oe,"class","description svelte-1nq1nri"),t(Qe,"class","label"),t(W,"title","More information"),t(W,"class","svelte-1nq1nri"),t(Ut,"class","svelte-1nq1nri"),t(Ge,"class","label"),t(F,"title",un=(c[1].header.includes("logs")?"Unpin Logs from":"Pin Logs to")+" header menu"),t(F,"class","svelte-1nq1nri"),t(Ct,"class","svelte-1nq1nri"),t(pe,"class","actions svelte-1nq1nri"),t(z,"class","application svelte-1nq1nri"),P(z,"showDescription",c[0].includes("logs")),t(wt,"class","icon svelte-1nq1nri"),t(je,"class","svelte-1nq1nri"),t(ne,"href","/backgroundJobs"),t(ne,"class","svelte-1nq1nri"),t(Re,"class","description svelte-1nq1nri"),t(We,"class","label"),t(X,"title","More information"),t(X,"class","svelte-1nq1nri"),t(Pt,"class","svelte-1nq1nri"),t(Xe,"class","label"),t(Q,"title",fn=(c[1].header.includes("backgroundJobs")?"Unpin Background Jobs from":"Pin Background Jobs to")+" header menu"),t(Q,"class","svelte-1nq1nri"),t(Tt,"class","svelte-1nq1nri"),t(_e,"class","actions svelte-1nq1nri"),t(S,"class","application svelte-1nq1nri"),P(S,"showDescription",c[0].includes("backgroundJobs")),t(Dt,"class","icon svelte-1nq1nri"),t(Ze,"class","svelte-1nq1nri"),t(se,"href","/constants"),t(se,"class","svelte-1nq1nri"),t(ye,"class","description svelte-1nq1nri"),t(et,"class","label"),t(Y,"title","More information"),t(Y,"class","svelte-1nq1nri"),t(It,"class","svelte-1nq1nri"),t(tt,"class","label"),t(G,"title",vn=(c[1].header.includes("constants")?"Unpin Constants from":"Pin Constants to")+" header menu"),t(G,"class","svelte-1nq1nri"),t(Nt,"class","svelte-1nq1nri"),t(ge,"class","actions svelte-1nq1nri"),t(A,"class","application svelte-1nq1nri"),P(A,"showDescription",c[0].includes("constants")),t(d,"class","applications svelte-1nq1nri"),t(nt,"class","icon svelte-1nq1nri"),Wl(nt,"color","#aeb0b3"),t(lt,"class","svelte-1nq1nri"),t(le,"href","http://localhost:3333/gui/liquid"),t(le,"class","svelte-1nq1nri"),t(at,"class","description svelte-1nq1nri"),t(it,"class","label"),t(Z,"title","More information"),t(Z,"class","svelte-1nq1nri"),t(zt,"class","svelte-1nq1nri"),t(ot,"class","label"),t(V,"title",mn=(c[1].header.includes("liquid")?"Unpin Liquid Evaluator from":"Pin Liquid Evaluator to")+" header menu"),t(V,"class","svelte-1nq1nri"),t(St,"class","svelte-1nq1nri"),t(Le,"class","actions svelte-1nq1nri"),t(B,"class","application svelte-1nq1nri"),P(B,"showDescription",c[0].includes("liquid")),t(ct,"class","icon svelte-1nq1nri"),Wl(ct,"color","#f30e9c"),t(dt,"class","svelte-1nq1nri"),t(ae,"href","http://localhost:3333/gui/graphql"),t(ae,"class","svelte-1nq1nri"),t(ft,"class","description svelte-1nq1nri"),t(vt,"class","label"),t(y,"title","More information"),t(y,"class","svelte-1nq1nri"),t(At,"class","svelte-1nq1nri"),t(pt,"class","label"),t(j,"title",$n=(c[1].header.includes("graphiql")?"Unpin GraphiQL from":"Pin GraphiQL to")+" header menu"),t(j,"class","svelte-1nq1nri"),t(Bt,"class","svelte-1nq1nri"),t(ke,"class","actions svelte-1nq1nri"),t(J,"class","application svelte-1nq1nri"),P(J,"showDescription",c[0].includes("graphiql")),t(qe,"class","applications svelte-1nq1nri"),t(we,"href","https://documentation.platformos.com"),t(we,"class","button"),t(Pe,"href","https://partners.platformos.com"),t(Pe,"class","button"),t(Ce,"class","links svelte-1nq1nri"),t(C,"class","svelte-1nq1nri")},m(l,u){Xl(l,Te,u),Xl(l,C,u),e(C,d),e(d,q),e(q,T),e(T,w),p(L,w,null),e(T,en),e(T,oe),e(q,tn),e(q,ce),e(q,nn),e(q,x),e(x,De),e(De,H),p(ue,H,null),e(H,sn),e(H,de),e(x,D),e(x,R),e(R,M),p(fe,M,null),e(M,Zn),e(M,Ie),e(Ie,ln),e(Ie,yn),e(d,xn),e(d,N),e(N,ee),e(ee,qt),p(Ne,qt,null),e(ee,es),e(ee,ze),e(N,ts),e(N,Se),e(N,ns),e(N,he),e(he,Lt),e(Lt,K),p(Ae,K,null),e(K,ss),e(K,Be),e(he,ls),e(he,Et),e(Et,O),p(ve,O,null),e(O,as),e(O,Je),e(Je,rn),e(Je,rs),e(d,is),e(d,z),e(z,te),e(te,kt),p(He,kt,null),e(te,os),e(te,Me),e(z,cs),e(z,Oe),e(z,us),e(z,pe),e(pe,Ut),e(Ut,W),p(Fe,W,null),e(W,ds),e(W,Qe),e(pe,fs),e(pe,Ct),e(Ct,F),p(me,F,null),e(F,hs),e(F,Ge),e(Ge,cn),e(Ge,vs),e(d,ps),e(d,S),e(S,ne),e(ne,wt),p(Ve,wt,null),e(ne,ms),e(ne,je),e(S,_s),e(S,Re),e(S,$s),e(S,_e),e(_e,Pt),e(Pt,X),p(Ke,X,null),e(X,gs),e(X,We),e(_e,bs),e(_e,Tt),e(Tt,Q),p($e,Q,null),e(Q,qs),e(Q,Xe),e(Xe,dn),e(Xe,Ls),e(d,Es),e(d,A),e(A,se),e(se,Dt),p(Ye,Dt,null),e(se,ks),e(se,Ze),e(A,Us),e(A,ye),e(A,Cs),e(A,ge),e(ge,It),e(It,Y),p(xe,Y,null),e(Y,ws),e(Y,et),e(ge,Ps),e(ge,Nt),e(Nt,G),p(be,G,null),e(G,Ts),e(G,tt),e(tt,hn),e(tt,Ds),e(C,Is),e(C,qe),e(qe,B),e(B,le),e(le,nt),p(st,nt,null),e(le,Ns),e(le,lt),e(B,zs),e(B,at),e(B,Ss),e(B,Le),e(Le,zt),e(zt,Z),p(rt,Z,null),e(Z,As),e(Z,it),e(Le,Bs),e(Le,St),e(St,V),p(Ee,V,null),e(V,Js),e(V,ot),e(ot,pn),e(ot,Hs),e(qe,Ms),e(qe,J),e(J,ae),e(ae,ct),p(ut,ct,null),e(ae,Os),e(ae,dt),e(J,Fs),e(J,ft),e(J,Qs),e(J,ke),e(ke,At),e(At,y),p(ht,y,null),e(y,Gs),e(y,vt),e(ke,Vs),e(ke,Bt),e(Bt,j),p(Ue,j,null),e(j,js),e(j,pt),e(pt,_n),e(pt,Rs),e(C,Ks),e(C,Ce),e(Ce,Yt),e(Yt,we),p(mt,we,null),e(we,Ws),e(Ce,Xs),e(Ce,Zt),e(Zt,Pe),p(_t,Pe,null),e(Pe,Ys),f=!0,Zs||(Cl=[U(T,"focus",c[2],{once:!0}),U(T,"mouseover",c[2],{once:!0}),U(H,"click",c[5]),U(M,"click",c[6]),U(K,"click",c[7]),U(O,"click",c[8]),U(W,"click",c[9]),U(F,"click",c[10]),U(X,"click",c[11]),U(Q,"click",c[12]),U(Y,"click",c[13]),U(G,"click",c[14]),U(Z,"click",c[15]),U(V,"click",c[16]),U(y,"click",c[17]),U(j,"click",c[18])],Zs=!0)},p(l,[u]){const re={};u&2&&(re.icon=l[1].header.includes("database")?"pinFilled":"pin"),fe.$set(re),(!f||u&2)&&Gt!==(Gt=l[1].header.includes("database")?"Unpin Database from":"Pin Database to")&&bt(ln,Gt),(!f||u&2&&an!==(an=(l[1].header.includes("database")?"Unpin Database from":"Pin Database to")+" header menu"))&&t(M,"title",an),(!f||u&1)&&P(q,"showDescription",l[0].includes("database"));const I={};u&2&&(I.icon=l[1].header.includes("users")?"pinFilled":"pin"),ve.$set(I),(!f||u&2)&&Vt!==(Vt=l[1].header.includes("users")?"Unpin Users from":"Pin Users to")&&bt(rn,Vt),(!f||u&2&&on!==(on=(l[1].header.includes("users")?"Unpin Users from":"Pin Users to")+" header menu"))&&t(O,"title",on),(!f||u&1)&&P(N,"showDescription",l[0].includes("users"));const ie={};u&2&&(ie.icon=l[1].header.includes("logs")?"pinFilled":"pin"),me.$set(ie),(!f||u&2)&&jt!==(jt=l[1].header.includes("logs")?"Unpin Logs from":"Pin Logs to")&&bt(cn,jt),(!f||u&2&&un!==(un=(l[1].header.includes("logs")?"Unpin Logs from":"Pin Logs to")+" header menu"))&&t(F,"title",un),(!f||u&1)&&P(z,"showDescription",l[0].includes("logs"));const $t={};u&2&&($t.icon=l[1].header.includes("backgroundJobs")?"pinFilled":"pin"),$e.$set($t),(!f||u&2)&&Rt!==(Rt=l[1].header.includes("backgroundJobs")?"Unpin Background Jobs from":"Pin Background Jobs to")&&bt(dn,Rt),(!f||u&2&&fn!==(fn=(l[1].header.includes("backgroundJobs")?"Unpin Background Jobs from":"Pin Background Jobs to")+" header menu"))&&t(Q,"title",fn),(!f||u&1)&&P(S,"showDescription",l[0].includes("backgroundJobs"));const yt={};u&2&&(yt.icon=l[1].header.includes("constants")?"pinFilled":"pin"),be.$set(yt),(!f||u&2)&&Kt!==(Kt=l[1].header.includes("constants")?"Unpin Constants from":"Pin Constants to")&&bt(hn,Kt),(!f||u&2&&vn!==(vn=(l[1].header.includes("constants")?"Unpin Constants from":"Pin Constants to")+" header menu"))&&t(G,"title",vn),(!f||u&1)&&P(A,"showDescription",l[0].includes("constants"));const gt={};u&2&&(gt.icon=l[1].header.includes("liquid")?"pinFilled":"pin"),Ee.$set(gt),(!f||u&2)&&Wt!==(Wt=l[1].header.includes("liquid")?"Unpin Liquid Evaluator from":"Pin Liquid Evaluator to")&&bt(pn,Wt),(!f||u&2&&mn!==(mn=(l[1].header.includes("liquid")?"Unpin Liquid Evaluator from":"Pin Liquid Evaluator to")+" header menu"))&&t(V,"title",mn),(!f||u&1)&&P(B,"showDescription",l[0].includes("liquid"));const xt={};u&2&&(xt.icon=l[1].header.includes("graphiql")?"pinFilled":"pin"),Ue.$set(xt),(!f||u&2)&&Xt!==(Xt=l[1].header.includes("graphiql")?"Unpin GraphiQL from":"Pin GraphiQL to")&&bt(_n,Xt),(!f||u&2&&$n!==($n=(l[1].header.includes("graphiql")?"Unpin GraphiQL from":"Pin GraphiQL to")+" header menu"))&&t(j,"title",$n),(!f||u&1)&&P(J,"showDescription",l[0].includes("graphiql"))},i(l){f||(m(L.$$.fragment,l),m(ue.$$.fragment,l),m(fe.$$.fragment,l),m(Ne.$$.fragment,l),m(Ae.$$.fragment,l),m(ve.$$.fragment,l),m(He.$$.fragment,l),m(Fe.$$.fragment,l),m(me.$$.fragment,l),m(Ve.$$.fragment,l),m(Ke.$$.fragment,l),m($e.$$.fragment,l),m(Ye.$$.fragment,l),m(xe.$$.fragment,l),m(be.$$.fragment,l),m(st.$$.fragment,l),m(rt.$$.fragment,l),m(Ee.$$.fragment,l),m(ut.$$.fragment,l),m(ht.$$.fragment,l),m(Ue.$$.fragment,l),m(mt.$$.fragment,l),m(_t.$$.fragment,l),f=!0)},o(l){_(L.$$.fragment,l),_(ue.$$.fragment,l),_(fe.$$.fragment,l),_(Ne.$$.fragment,l),_(Ae.$$.fragment,l),_(ve.$$.fragment,l),_(He.$$.fragment,l),_(Fe.$$.fragment,l),_(me.$$.fragment,l),_(Ve.$$.fragment,l),_(Ke.$$.fragment,l),_($e.$$.fragment,l),_(Ye.$$.fragment,l),_(xe.$$.fragment,l),_(be.$$.fragment,l),_(st.$$.fragment,l),_(rt.$$.fragment,l),_(Ee.$$.fragment,l),_(ut.$$.fragment,l),_(ht.$$.fragment,l),_(Ue.$$.fragment,l),_(mt.$$.fragment,l),_(_t.$$.fragment,l),f=!1},d(l){l&&(a(Te),a(C)),$(L),$(ue),$(fe),$(Ne),$(Ae),$(ve),$(He),$(Fe),$(me),$(Ve),$(Ke),$($e),$(Ye),$(xe),$(be),$(st),$(rt),$(Ee),$(ut),$(ht),$(Ue),$(mt),$(_t),Zs=!1,yl(Cl)}}}function la(c,Te,C){let d;xl(c,Kn,D=>C(1,d=D));let q=[];const T=async()=>{d.tables.length||il(Kn,d.tables=await na.get(),d)},w=D=>{d.header.indexOf(D)>-1?il(Kn,d.header=d.header.filter(R=>R!==D),d):il(Kn,d.header=[...d.header,D],d),localStorage.header=JSON.stringify(d.header)},L=D=>{q.indexOf(D)>-1?C(0,q=q.filter(R=>R!==D)):C(0,q=[...q,D])};return[q,d,T,w,L,()=>L("database"),()=>w("database"),()=>L("users"),()=>w("users"),()=>L("logs"),()=>w("logs"),()=>L("backgroundJobs"),()=>w("backgroundJobs"),()=>L("constants"),()=>w("constants"),()=>L("liquid"),()=>w("liquid"),()=>L("graphiql"),()=>w("graphiql")]}class ua extends ea{constructor(Te){super(),ta(this,Te,la,sa,Yl,{})}}export{ua as component}; diff --git a/gui/next/build/_app/immutable/nodes/7.a3fb66fa.js b/gui/next/build/_app/immutable/nodes/7.a3fb66fa.js deleted file mode 100644 index a19dfae9..00000000 --- a/gui/next/build/_app/immutable/nodes/7.a3fb66fa.js +++ /dev/null @@ -1,5 +0,0 @@ -import{S as br,i as qr,s as Er,a as i,k as n,y as v,q as c,W as Lr,h as s,c as o,l,m as a,z as m,r as u,n as t,G as P,p as gr,b as $r,E as e,A as _,H as U,u as rt,g,d as $,B as b,I as kr,F as Ur,J as ma}from"../chunks/index.d0f8a730.js";import{I as q}from"../chunks/Icon.1de0c66c.js";import{s as bn}from"../chunks/state.c2a70a8a.js";import{t as Ir}from"../chunks/table.aa2299a7.js";function wr(d){let Se,I,f,E,D,w,k,bs,Te,qs,Es,Q,Ne,Ls,ks,Be,Us,Is,Ae,ws,Ps,L,M,j,Je,qn,it,En,Ln,ot,C,he,kn,ze,cs=d[1].header.includes("database")?"Unpin Database from":"Pin Database to",Ds,Un,Ss,In,T,ne,ct,Qe,wn,ut,Pn,Dn,dt,ht,Sn,Tn,fe,ft,R,Ce,Nn,pt,Bn,An,vt,F,pe,Jn,Fe,us=d[1].header.includes("users")?"Unpin Users from":"Pin Users to",Ts,zn,Ns,Qn,N,le,mt,Oe,Cn,_t,Fn,On,W,gt,Gn,Vn,$t,yn,Hn,bt,Mn,jn,ve,qt,K,Ge,Rn,Et,Wn,Kn,Lt,O,me,Xn,Ve,ds=d[1].header.includes("logs")?"Unpin Logs from":"Pin Logs to",Bs,Yn,As,Zn,B,ae,kt,ye,xn,Ut,el,tl,_e,It,sl,nl,wt,ll,al,ge,Pt,X,He,rl,Dt,il,ol,St,G,$e,cl,Me,hs=d[1].header.includes("backgroundJobs")?"Unpin Background Jobs from":"Pin Background Jobs to",Js,ul,zs,dl,A,re,Tt,je,hl,Nt,fl,pl,Y,Bt,vl,ml,At,_l,gl,Jt,$l,bl,be,zt,Z,Re,ql,Qt,El,Ll,Ct,V,qe,kl,We,fs=d[1].header.includes("constants")?"Unpin Constants from":"Pin Constants to",Qs,Ul,Cs,Il,Ee,J,ie,Ke,Xe,wl,Ft,Pl,Dl,x,Ot,Sl,Tl,Gt,Nl,Bl,Vt,Al,Jl,Le,yt,ee,Ye,zl,Ht,Ql,Cl,Mt,y,ke,Fl,Ze,ps=d[1].header.includes("liquid")?"Unpin Liquid Evaluator from":"Pin Liquid Evaluator to",Fs,Ol,Os,Gl,z,oe,xe,et,Vl,jt,yl,Hl,te,Rt,Ml,jl,Wt,Rl,Wl,Kt,Kl,Xl,Ue,Xt,se,tt,Yl,Yt,Zl,xl,Zt,H,Ie,ea,st,vs=d[1].header.includes("graphiql")?"Unpin GraphiQL from":"Pin GraphiQL to",Gs,ta,Vs,sa,we,ms,Pe,nt,na,la,_s,De,lt,aa,p,ra,_a;return k=new q({props:{icon:"database",size:"48"}}),Je=new q({props:{icon:"info",size:"14"}}),he=new q({props:{icon:d[1].header.includes("database")?"pinFilled":"pin",size:"14"}}),Qe=new q({props:{icon:"users",size:"48"}}),Ce=new q({props:{icon:"info",size:"14"}}),pe=new q({props:{icon:d[1].header.includes("users")?"pinFilled":"pin",size:"14"}}),Oe=new q({props:{icon:"log",size:"48"}}),Ge=new q({props:{icon:"info",size:"14"}}),me=new q({props:{icon:d[1].header.includes("logs")?"pinFilled":"pin",size:"14"}}),ye=new q({props:{icon:"backgroundJob",size:"48"}}),He=new q({props:{icon:"info",size:"14"}}),$e=new q({props:{icon:d[1].header.includes("backgroundJobs")?"pinFilled":"pin",size:"14"}}),je=new q({props:{icon:"constant",size:"48"}}),Re=new q({props:{icon:"info",size:"14"}}),qe=new q({props:{icon:d[1].header.includes("constants")?"pinFilled":"pin",size:"14"}}),Xe=new q({props:{icon:"liquid",size:"48"}}),Ye=new q({props:{icon:"info",size:"14"}}),ke=new q({props:{icon:d[1].header.includes("liquid")?"pinFilled":"pin",size:"14"}}),et=new q({props:{icon:"graphql",size:"48"}}),tt=new q({props:{icon:"info",size:"14"}}),Ie=new q({props:{icon:d[1].header.includes("graphiql")?"pinFilled":"pin",size:"14"}}),nt=new q({props:{icon:"book"}}),lt=new q({props:{icon:"serverSettings"}}),{c(){Se=i(),I=n("nav"),f=n("ul"),E=n("li"),D=n("a"),w=n("div"),v(k.$$.fragment),bs=i(),Te=n("h2"),qs=c("Database"),Es=i(),Q=n("ul"),Ne=n("li"),Ls=c("Inspect tables and records"),ks=i(),Be=n("li"),Us=c("Create, edit or delete records"),Is=i(),Ae=n("li"),ws=c("Filter and find any record"),Ps=i(),L=n("ul"),M=n("li"),j=n("button"),v(Je.$$.fragment),qn=i(),it=n("span"),En=c("Show more information about Database tool"),Ln=i(),ot=n("li"),C=n("button"),v(he.$$.fragment),kn=i(),ze=n("span"),Ds=c(cs),Un=c(" header menu"),In=i(),T=n("li"),ne=n("a"),ct=n("div"),v(Qe.$$.fragment),wn=i(),ut=n("h2"),Pn=c("Users"),Dn=i(),dt=n("ul"),ht=n("li"),Sn=c("Inspect registered users and their personal data"),Tn=i(),fe=n("ul"),ft=n("li"),R=n("button"),v(Ce.$$.fragment),Nn=i(),pt=n("span"),Bn=c("Show more information about Users tool"),An=i(),vt=n("li"),F=n("button"),v(pe.$$.fragment),Jn=i(),Fe=n("span"),Ts=c(us),zn=c(" header menu"),Qn=i(),N=n("li"),le=n("a"),mt=n("div"),v(Oe.$$.fragment),Cn=i(),_t=n("h2"),Fn=c("Logs"),On=i(),W=n("ul"),gt=n("li"),Gn=c("View system logs"),Vn=i(),$t=n("li"),yn=c("Inspect logs you've outputted yourself"),Hn=i(),bt=n("li"),Mn=c("Debug Liquid or GraphQL errors"),jn=i(),ve=n("ul"),qt=n("li"),K=n("button"),v(Ge.$$.fragment),Rn=i(),Et=n("span"),Wn=c("Show more information about Logs tool"),Kn=i(),Lt=n("li"),O=n("button"),v(me.$$.fragment),Xn=i(),Ve=n("span"),Bs=c(ds),Yn=c(" header menu"),Zn=i(),B=n("li"),ae=n("a"),kt=n("div"),v(ye.$$.fragment),xn=i(),Ut=n("h2"),el=c("Background Jobs"),tl=i(),_e=n("ul"),It=n("li"),sl=c("List scheduled background jobs"),nl=i(),wt=n("li"),ll=c("Debug background jobs that failed to run"),al=i(),ge=n("ul"),Pt=n("li"),X=n("button"),v(He.$$.fragment),rl=i(),Dt=n("span"),il=c("Show more information about Background Jobs tool"),ol=i(),St=n("li"),G=n("button"),v($e.$$.fragment),cl=i(),Me=n("span"),Js=c(hs),ul=c(" header menu"),dl=i(),A=n("li"),re=n("a"),Tt=n("div"),v(je.$$.fragment),hl=i(),Nt=n("h2"),fl=c("Constants"),pl=i(),Y=n("ul"),Bt=n("li"),vl=c("Check all constants in one place"),ml=i(),At=n("li"),_l=c("Create new constants"),gl=i(),Jt=n("li"),$l=c("Edit or delete existing ones"),bl=i(),be=n("ul"),zt=n("li"),Z=n("button"),v(Re.$$.fragment),ql=i(),Qt=n("span"),El=c("Show more information about Constants tool"),Ll=i(),Ct=n("li"),V=n("button"),v(qe.$$.fragment),kl=i(),We=n("span"),Qs=c(fs),Ul=c(" header menu"),Il=i(),Ee=n("ul"),J=n("li"),ie=n("a"),Ke=n("div"),v(Xe.$$.fragment),wl=i(),Ft=n("h2"),Pl=c("Liquid Evaluator"),Dl=i(),x=n("ul"),Ot=n("li"),Sl=c("Run Liquid code against your instance"),Tl=i(),Gt=n("li"),Nl=c("Test Liquid logic"),Bl=i(),Vt=n("li"),Al=c("Quickly prototype your ideas"),Jl=i(),Le=n("ul"),yt=n("li"),ee=n("button"),v(Ye.$$.fragment),zl=i(),Ht=n("span"),Ql=c("Show more information about Liquid Evaluator"),Cl=i(),Mt=n("li"),y=n("button"),v(ke.$$.fragment),Fl=i(),Ze=n("span"),Fs=c(ps),Ol=c(" header menu"),Gl=i(),z=n("li"),oe=n("a"),xe=n("div"),v(et.$$.fragment),Vl=i(),jt=n("h2"),yl=c("GraphiQL"),Hl=i(),te=n("ul"),Rt=n("li"),Ml=c("Run GraphQL against your instance"),jl=i(),Wt=n("li"),Rl=c("Explore documentation"),Wl=i(),Kt=n("li"),Kl=c("Quickly prototype your queries and mutations"),Xl=i(),Ue=n("ul"),Xt=n("li"),se=n("button"),v(tt.$$.fragment),Yl=i(),Yt=n("span"),Zl=c("Show more information about GraphiQL"),xl=i(),Zt=n("li"),H=n("button"),v(Ie.$$.fragment),ea=i(),st=n("span"),Gs=c(vs),ta=c(" header menu"),sa=i(),we=n("ul"),ms=n("li"),Pe=n("a"),v(nt.$$.fragment),na=c(`\r - Documentation`),la=i(),_s=n("li"),De=n("a"),v(lt.$$.fragment),aa=c(`\r - Partner Portal`),this.h()},l(r){Lr("svelte-fwtfcu",document.head).forEach(s),Se=o(r),I=l(r,"NAV",{class:!0});var ce=a(I);f=l(ce,"UL",{class:!0});var S=a(f);E=l(S,"LI",{class:!0});var ue=a(E);D=l(ue,"A",{href:!0,class:!0});var at=a(D);w=l(at,"DIV",{class:!0});var gs=a(w);m(k.$$.fragment,gs),gs.forEach(s),bs=o(at),Te=l(at,"H2",{class:!0});var $s=a(Te);qs=u($s,"Database"),$s.forEach(s),at.forEach(s),Es=o(ue),Q=l(ue,"UL",{class:!0});var de=a(Q);Ne=l(de,"LI",{class:!0});var ga=a(Ne);Ls=u(ga,"Inspect tables and records"),ga.forEach(s),ks=o(de),Be=l(de,"LI",{class:!0});var $a=a(Be);Us=u($a,"Create, edit or delete records"),$a.forEach(s),Is=o(de),Ae=l(de,"LI",{class:!0});var ba=a(Ae);ws=u(ba,"Filter and find any record"),ba.forEach(s),de.forEach(s),Ps=o(ue),L=l(ue,"UL",{class:!0});var ys=a(L);M=l(ys,"LI",{class:!0});var qa=a(M);j=l(qa,"BUTTON",{title:!0,class:!0});var Hs=a(j);m(Je.$$.fragment,Hs),qn=o(Hs),it=l(Hs,"SPAN",{class:!0});var Ea=a(it);En=u(Ea,"Show more information about Database tool"),Ea.forEach(s),Hs.forEach(s),qa.forEach(s),Ln=o(ys),ot=l(ys,"LI",{class:!0});var La=a(ot);C=l(La,"BUTTON",{title:!0,class:!0});var Ms=a(C);m(he.$$.fragment,Ms),kn=o(Ms),ze=l(Ms,"SPAN",{class:!0});var ia=a(ze);Ds=u(ia,cs),Un=u(ia," header menu"),ia.forEach(s),Ms.forEach(s),La.forEach(s),ys.forEach(s),ue.forEach(s),In=o(S),T=l(S,"LI",{class:!0});var xt=a(T);ne=l(xt,"A",{href:!0,class:!0});var js=a(ne);ct=l(js,"DIV",{class:!0});var ka=a(ct);m(Qe.$$.fragment,ka),ka.forEach(s),wn=o(js),ut=l(js,"H2",{class:!0});var Ua=a(ut);Pn=u(Ua,"Users"),Ua.forEach(s),js.forEach(s),Dn=o(xt),dt=l(xt,"UL",{class:!0});var Ia=a(dt);ht=l(Ia,"LI",{class:!0});var wa=a(ht);Sn=u(wa,"Inspect registered users and their personal data"),wa.forEach(s),Ia.forEach(s),Tn=o(xt),fe=l(xt,"UL",{class:!0});var Rs=a(fe);ft=l(Rs,"LI",{class:!0});var Pa=a(ft);R=l(Pa,"BUTTON",{title:!0,class:!0});var Ws=a(R);m(Ce.$$.fragment,Ws),Nn=o(Ws),pt=l(Ws,"SPAN",{class:!0});var Da=a(pt);Bn=u(Da,"Show more information about Users tool"),Da.forEach(s),Ws.forEach(s),Pa.forEach(s),An=o(Rs),vt=l(Rs,"LI",{class:!0});var Sa=a(vt);F=l(Sa,"BUTTON",{title:!0,class:!0});var Ks=a(F);m(pe.$$.fragment,Ks),Jn=o(Ks),Fe=l(Ks,"SPAN",{class:!0});var oa=a(Fe);Ts=u(oa,us),zn=u(oa," header menu"),oa.forEach(s),Ks.forEach(s),Sa.forEach(s),Rs.forEach(s),xt.forEach(s),Qn=o(S),N=l(S,"LI",{class:!0});var es=a(N);le=l(es,"A",{href:!0,class:!0});var Xs=a(le);mt=l(Xs,"DIV",{class:!0});var Ta=a(mt);m(Oe.$$.fragment,Ta),Ta.forEach(s),Cn=o(Xs),_t=l(Xs,"H2",{class:!0});var Na=a(_t);Fn=u(Na,"Logs"),Na.forEach(s),Xs.forEach(s),On=o(es),W=l(es,"UL",{class:!0});var ts=a(W);gt=l(ts,"LI",{class:!0});var Ba=a(gt);Gn=u(Ba,"View system logs"),Ba.forEach(s),Vn=o(ts),$t=l(ts,"LI",{class:!0});var Aa=a($t);yn=u(Aa,"Inspect logs you've outputted yourself"),Aa.forEach(s),Hn=o(ts),bt=l(ts,"LI",{class:!0});var Ja=a(bt);Mn=u(Ja,"Debug Liquid or GraphQL errors"),Ja.forEach(s),ts.forEach(s),jn=o(es),ve=l(es,"UL",{class:!0});var Ys=a(ve);qt=l(Ys,"LI",{class:!0});var za=a(qt);K=l(za,"BUTTON",{title:!0,class:!0});var Zs=a(K);m(Ge.$$.fragment,Zs),Rn=o(Zs),Et=l(Zs,"SPAN",{class:!0});var Qa=a(Et);Wn=u(Qa,"Show more information about Logs tool"),Qa.forEach(s),Zs.forEach(s),za.forEach(s),Kn=o(Ys),Lt=l(Ys,"LI",{class:!0});var Ca=a(Lt);O=l(Ca,"BUTTON",{title:!0,class:!0});var xs=a(O);m(me.$$.fragment,xs),Xn=o(xs),Ve=l(xs,"SPAN",{class:!0});var ca=a(Ve);Bs=u(ca,ds),Yn=u(ca," header menu"),ca.forEach(s),xs.forEach(s),Ca.forEach(s),Ys.forEach(s),es.forEach(s),Zn=o(S),B=l(S,"LI",{class:!0});var ss=a(B);ae=l(ss,"A",{href:!0,class:!0});var en=a(ae);kt=l(en,"DIV",{class:!0});var Fa=a(kt);m(ye.$$.fragment,Fa),Fa.forEach(s),xn=o(en),Ut=l(en,"H2",{class:!0});var Oa=a(Ut);el=u(Oa,"Background Jobs"),Oa.forEach(s),en.forEach(s),tl=o(ss),_e=l(ss,"UL",{class:!0});var tn=a(_e);It=l(tn,"LI",{class:!0});var Ga=a(It);sl=u(Ga,"List scheduled background jobs"),Ga.forEach(s),nl=o(tn),wt=l(tn,"LI",{class:!0});var Va=a(wt);ll=u(Va,"Debug background jobs that failed to run"),Va.forEach(s),tn.forEach(s),al=o(ss),ge=l(ss,"UL",{class:!0});var sn=a(ge);Pt=l(sn,"LI",{class:!0});var ya=a(Pt);X=l(ya,"BUTTON",{title:!0,class:!0});var nn=a(X);m(He.$$.fragment,nn),rl=o(nn),Dt=l(nn,"SPAN",{class:!0});var Ha=a(Dt);il=u(Ha,"Show more information about Background Jobs tool"),Ha.forEach(s),nn.forEach(s),ya.forEach(s),ol=o(sn),St=l(sn,"LI",{class:!0});var Ma=a(St);G=l(Ma,"BUTTON",{title:!0,class:!0});var ln=a(G);m($e.$$.fragment,ln),cl=o(ln),Me=l(ln,"SPAN",{class:!0});var ua=a(Me);Js=u(ua,hs),ul=u(ua," header menu"),ua.forEach(s),ln.forEach(s),Ma.forEach(s),sn.forEach(s),ss.forEach(s),dl=o(S),A=l(S,"LI",{class:!0});var ns=a(A);re=l(ns,"A",{href:!0,class:!0});var an=a(re);Tt=l(an,"DIV",{class:!0});var ja=a(Tt);m(je.$$.fragment,ja),ja.forEach(s),hl=o(an),Nt=l(an,"H2",{class:!0});var Ra=a(Nt);fl=u(Ra,"Constants"),Ra.forEach(s),an.forEach(s),pl=o(ns),Y=l(ns,"UL",{class:!0});var ls=a(Y);Bt=l(ls,"LI",{class:!0});var Wa=a(Bt);vl=u(Wa,"Check all constants in one place"),Wa.forEach(s),ml=o(ls),At=l(ls,"LI",{class:!0});var Ka=a(At);_l=u(Ka,"Create new constants"),Ka.forEach(s),gl=o(ls),Jt=l(ls,"LI",{class:!0});var Xa=a(Jt);$l=u(Xa,"Edit or delete existing ones"),Xa.forEach(s),ls.forEach(s),bl=o(ns),be=l(ns,"UL",{class:!0});var rn=a(be);zt=l(rn,"LI",{class:!0});var Ya=a(zt);Z=l(Ya,"BUTTON",{title:!0,class:!0});var on=a(Z);m(Re.$$.fragment,on),ql=o(on),Qt=l(on,"SPAN",{class:!0});var Za=a(Qt);El=u(Za,"Show more information about Constants tool"),Za.forEach(s),on.forEach(s),Ya.forEach(s),Ll=o(rn),Ct=l(rn,"LI",{class:!0});var xa=a(Ct);V=l(xa,"BUTTON",{title:!0,class:!0});var cn=a(V);m(qe.$$.fragment,cn),kl=o(cn),We=l(cn,"SPAN",{class:!0});var da=a(We);Qs=u(da,fs),Ul=u(da," header menu"),da.forEach(s),cn.forEach(s),xa.forEach(s),rn.forEach(s),ns.forEach(s),S.forEach(s),Il=o(ce),Ee=l(ce,"UL",{class:!0});var un=a(Ee);J=l(un,"LI",{class:!0});var as=a(J);ie=l(as,"A",{href:!0,class:!0});var dn=a(ie);Ke=l(dn,"DIV",{class:!0,style:!0});var er=a(Ke);m(Xe.$$.fragment,er),er.forEach(s),wl=o(dn),Ft=l(dn,"H2",{class:!0});var tr=a(Ft);Pl=u(tr,"Liquid Evaluator"),tr.forEach(s),dn.forEach(s),Dl=o(as),x=l(as,"UL",{class:!0});var rs=a(x);Ot=l(rs,"LI",{class:!0});var sr=a(Ot);Sl=u(sr,"Run Liquid code against your instance"),sr.forEach(s),Tl=o(rs),Gt=l(rs,"LI",{class:!0});var nr=a(Gt);Nl=u(nr,"Test Liquid logic"),nr.forEach(s),Bl=o(rs),Vt=l(rs,"LI",{class:!0});var lr=a(Vt);Al=u(lr,"Quickly prototype your ideas"),lr.forEach(s),rs.forEach(s),Jl=o(as),Le=l(as,"UL",{class:!0});var hn=a(Le);yt=l(hn,"LI",{class:!0});var ar=a(yt);ee=l(ar,"BUTTON",{title:!0,class:!0});var fn=a(ee);m(Ye.$$.fragment,fn),zl=o(fn),Ht=l(fn,"SPAN",{class:!0});var rr=a(Ht);Ql=u(rr,"Show more information about Liquid Evaluator"),rr.forEach(s),fn.forEach(s),ar.forEach(s),Cl=o(hn),Mt=l(hn,"LI",{class:!0});var ir=a(Mt);y=l(ir,"BUTTON",{title:!0,class:!0});var pn=a(y);m(ke.$$.fragment,pn),Fl=o(pn),Ze=l(pn,"SPAN",{class:!0});var ha=a(Ze);Fs=u(ha,ps),Ol=u(ha," header menu"),ha.forEach(s),pn.forEach(s),ir.forEach(s),hn.forEach(s),as.forEach(s),Gl=o(un),z=l(un,"LI",{class:!0});var is=a(z);oe=l(is,"A",{href:!0,class:!0});var vn=a(oe);xe=l(vn,"DIV",{class:!0,style:!0});var or=a(xe);m(et.$$.fragment,or),or.forEach(s),Vl=o(vn),jt=l(vn,"H2",{class:!0});var cr=a(jt);yl=u(cr,"GraphiQL"),cr.forEach(s),vn.forEach(s),Hl=o(is),te=l(is,"UL",{class:!0});var os=a(te);Rt=l(os,"LI",{class:!0});var ur=a(Rt);Ml=u(ur,"Run GraphQL against your instance"),ur.forEach(s),jl=o(os),Wt=l(os,"LI",{class:!0});var dr=a(Wt);Rl=u(dr,"Explore documentation"),dr.forEach(s),Wl=o(os),Kt=l(os,"LI",{class:!0});var hr=a(Kt);Kl=u(hr,"Quickly prototype your queries and mutations"),hr.forEach(s),os.forEach(s),Xl=o(is),Ue=l(is,"UL",{class:!0});var mn=a(Ue);Xt=l(mn,"LI",{class:!0});var fr=a(Xt);se=l(fr,"BUTTON",{title:!0,class:!0});var _n=a(se);m(tt.$$.fragment,_n),Yl=o(_n),Yt=l(_n,"SPAN",{class:!0});var pr=a(Yt);Zl=u(pr,"Show more information about GraphiQL"),pr.forEach(s),_n.forEach(s),fr.forEach(s),xl=o(mn),Zt=l(mn,"LI",{class:!0});var vr=a(Zt);H=l(vr,"BUTTON",{title:!0,class:!0});var gn=a(H);m(Ie.$$.fragment,gn),ea=o(gn),st=l(gn,"SPAN",{class:!0});var fa=a(st);Gs=u(fa,vs),ta=u(fa," header menu"),fa.forEach(s),gn.forEach(s),vr.forEach(s),mn.forEach(s),is.forEach(s),un.forEach(s),sa=o(ce),we=l(ce,"UL",{class:!0});var $n=a(we);ms=l($n,"LI",{});var mr=a(ms);Pe=l(mr,"A",{href:!0,class:!0});var pa=a(Pe);m(nt.$$.fragment,pa),na=u(pa,`\r - Documentation`),pa.forEach(s),mr.forEach(s),la=o($n),_s=l($n,"LI",{});var _r=a(_s);De=l(_r,"A",{href:!0,class:!0});var va=a(De);m(lt.$$.fragment,va),aa=u(va,`\r - Partner Portal`),va.forEach(s),_r.forEach(s),$n.forEach(s),ce.forEach(s),this.h()},h(){document.title="platformOS Instance Admin",t(w,"class","icon svelte-1nq1nri"),t(Te,"class","svelte-1nq1nri"),t(D,"href","/database"),t(D,"class","svelte-1nq1nri"),t(Ne,"class","svelte-1nq1nri"),t(Be,"class","svelte-1nq1nri"),t(Ae,"class","svelte-1nq1nri"),t(Q,"class","description svelte-1nq1nri"),t(it,"class","label"),t(j,"title","More information"),t(j,"class","svelte-1nq1nri"),t(M,"class","svelte-1nq1nri"),t(ze,"class","label"),t(C,"title",Ss=(d[1].header.includes("database")?"Unpin Database from":"Pin Database to")+" header menu"),t(C,"class","svelte-1nq1nri"),t(ot,"class","svelte-1nq1nri"),t(L,"class","actions svelte-1nq1nri"),t(E,"class","application svelte-1nq1nri"),P(E,"showDescription",d[0].includes("database")),t(ct,"class","icon svelte-1nq1nri"),t(ut,"class","svelte-1nq1nri"),t(ne,"href","/users"),t(ne,"class","svelte-1nq1nri"),t(ht,"class","svelte-1nq1nri"),t(dt,"class","description svelte-1nq1nri"),t(pt,"class","label"),t(R,"title","More information"),t(R,"class","svelte-1nq1nri"),t(ft,"class","svelte-1nq1nri"),t(Fe,"class","label"),t(F,"title",Ns=(d[1].header.includes("users")?"Unpin Users from":"Pin Users to")+" header menu"),t(F,"class","svelte-1nq1nri"),t(vt,"class","svelte-1nq1nri"),t(fe,"class","actions svelte-1nq1nri"),t(T,"class","application svelte-1nq1nri"),P(T,"showDescription",d[0].includes("users")),t(mt,"class","icon svelte-1nq1nri"),t(_t,"class","svelte-1nq1nri"),t(le,"href","/logs"),t(le,"class","svelte-1nq1nri"),t(gt,"class","svelte-1nq1nri"),t($t,"class","svelte-1nq1nri"),t(bt,"class","svelte-1nq1nri"),t(W,"class","description svelte-1nq1nri"),t(Et,"class","label"),t(K,"title","More information"),t(K,"class","svelte-1nq1nri"),t(qt,"class","svelte-1nq1nri"),t(Ve,"class","label"),t(O,"title",As=(d[1].header.includes("logs")?"Unpin Logs from":"Pin Logs to")+" header menu"),t(O,"class","svelte-1nq1nri"),t(Lt,"class","svelte-1nq1nri"),t(ve,"class","actions svelte-1nq1nri"),t(N,"class","application svelte-1nq1nri"),P(N,"showDescription",d[0].includes("logs")),t(kt,"class","icon svelte-1nq1nri"),t(Ut,"class","svelte-1nq1nri"),t(ae,"href","/backgroundJobs"),t(ae,"class","svelte-1nq1nri"),t(It,"class","svelte-1nq1nri"),t(wt,"class","svelte-1nq1nri"),t(_e,"class","description svelte-1nq1nri"),t(Dt,"class","label"),t(X,"title","More information"),t(X,"class","svelte-1nq1nri"),t(Pt,"class","svelte-1nq1nri"),t(Me,"class","label"),t(G,"title",zs=(d[1].header.includes("backgroundJobs")?"Unpin Background Jobs from":"Pin Background Jobs to")+" header menu"),t(G,"class","svelte-1nq1nri"),t(St,"class","svelte-1nq1nri"),t(ge,"class","actions svelte-1nq1nri"),t(B,"class","application svelte-1nq1nri"),P(B,"showDescription",d[0].includes("backgroundJobs")),t(Tt,"class","icon svelte-1nq1nri"),t(Nt,"class","svelte-1nq1nri"),t(re,"href","/constants"),t(re,"class","svelte-1nq1nri"),t(Bt,"class","svelte-1nq1nri"),t(At,"class","svelte-1nq1nri"),t(Jt,"class","svelte-1nq1nri"),t(Y,"class","description svelte-1nq1nri"),t(Qt,"class","label"),t(Z,"title","More information"),t(Z,"class","svelte-1nq1nri"),t(zt,"class","svelte-1nq1nri"),t(We,"class","label"),t(V,"title",Cs=(d[1].header.includes("constants")?"Unpin Constants from":"Pin Constants to")+" header menu"),t(V,"class","svelte-1nq1nri"),t(Ct,"class","svelte-1nq1nri"),t(be,"class","actions svelte-1nq1nri"),t(A,"class","application svelte-1nq1nri"),P(A,"showDescription",d[0].includes("constants")),t(f,"class","applications svelte-1nq1nri"),t(Ke,"class","icon svelte-1nq1nri"),gr(Ke,"color","#aeb0b3"),t(Ft,"class","svelte-1nq1nri"),t(ie,"href","http://localhost:3333/gui/liquid"),t(ie,"class","svelte-1nq1nri"),t(Ot,"class","svelte-1nq1nri"),t(Gt,"class","svelte-1nq1nri"),t(Vt,"class","svelte-1nq1nri"),t(x,"class","description svelte-1nq1nri"),t(Ht,"class","label"),t(ee,"title","More information"),t(ee,"class","svelte-1nq1nri"),t(yt,"class","svelte-1nq1nri"),t(Ze,"class","label"),t(y,"title",Os=(d[1].header.includes("liquid")?"Unpin Liquid Evaluator from":"Pin Liquid Evaluator to")+" header menu"),t(y,"class","svelte-1nq1nri"),t(Mt,"class","svelte-1nq1nri"),t(Le,"class","actions svelte-1nq1nri"),t(J,"class","application svelte-1nq1nri"),P(J,"showDescription",d[0].includes("liquid")),t(xe,"class","icon svelte-1nq1nri"),gr(xe,"color","#f30e9c"),t(jt,"class","svelte-1nq1nri"),t(oe,"href","http://localhost:3333/gui/graphql"),t(oe,"class","svelte-1nq1nri"),t(Rt,"class","svelte-1nq1nri"),t(Wt,"class","svelte-1nq1nri"),t(Kt,"class","svelte-1nq1nri"),t(te,"class","description svelte-1nq1nri"),t(Yt,"class","label"),t(se,"title","More information"),t(se,"class","svelte-1nq1nri"),t(Xt,"class","svelte-1nq1nri"),t(st,"class","label"),t(H,"title",Vs=(d[1].header.includes("graphiql")?"Unpin GraphiQL from":"Pin GraphiQL to")+" header menu"),t(H,"class","svelte-1nq1nri"),t(Zt,"class","svelte-1nq1nri"),t(Ue,"class","actions svelte-1nq1nri"),t(z,"class","application svelte-1nq1nri"),P(z,"showDescription",d[0].includes("graphiql")),t(Ee,"class","applications svelte-1nq1nri"),t(Pe,"href","https://documentation.platformos.com"),t(Pe,"class","button"),t(De,"href","https://partners.platformos.com"),t(De,"class","button"),t(we,"class","links svelte-1nq1nri"),t(I,"class","svelte-1nq1nri")},m(r,h){$r(r,Se,h),$r(r,I,h),e(I,f),e(f,E),e(E,D),e(D,w),_(k,w,null),e(D,bs),e(D,Te),e(Te,qs),e(E,Es),e(E,Q),e(Q,Ne),e(Ne,Ls),e(Q,ks),e(Q,Be),e(Be,Us),e(Q,Is),e(Q,Ae),e(Ae,ws),e(E,Ps),e(E,L),e(L,M),e(M,j),_(Je,j,null),e(j,qn),e(j,it),e(it,En),e(L,Ln),e(L,ot),e(ot,C),_(he,C,null),e(C,kn),e(C,ze),e(ze,Ds),e(ze,Un),e(f,In),e(f,T),e(T,ne),e(ne,ct),_(Qe,ct,null),e(ne,wn),e(ne,ut),e(ut,Pn),e(T,Dn),e(T,dt),e(dt,ht),e(ht,Sn),e(T,Tn),e(T,fe),e(fe,ft),e(ft,R),_(Ce,R,null),e(R,Nn),e(R,pt),e(pt,Bn),e(fe,An),e(fe,vt),e(vt,F),_(pe,F,null),e(F,Jn),e(F,Fe),e(Fe,Ts),e(Fe,zn),e(f,Qn),e(f,N),e(N,le),e(le,mt),_(Oe,mt,null),e(le,Cn),e(le,_t),e(_t,Fn),e(N,On),e(N,W),e(W,gt),e(gt,Gn),e(W,Vn),e(W,$t),e($t,yn),e(W,Hn),e(W,bt),e(bt,Mn),e(N,jn),e(N,ve),e(ve,qt),e(qt,K),_(Ge,K,null),e(K,Rn),e(K,Et),e(Et,Wn),e(ve,Kn),e(ve,Lt),e(Lt,O),_(me,O,null),e(O,Xn),e(O,Ve),e(Ve,Bs),e(Ve,Yn),e(f,Zn),e(f,B),e(B,ae),e(ae,kt),_(ye,kt,null),e(ae,xn),e(ae,Ut),e(Ut,el),e(B,tl),e(B,_e),e(_e,It),e(It,sl),e(_e,nl),e(_e,wt),e(wt,ll),e(B,al),e(B,ge),e(ge,Pt),e(Pt,X),_(He,X,null),e(X,rl),e(X,Dt),e(Dt,il),e(ge,ol),e(ge,St),e(St,G),_($e,G,null),e(G,cl),e(G,Me),e(Me,Js),e(Me,ul),e(f,dl),e(f,A),e(A,re),e(re,Tt),_(je,Tt,null),e(re,hl),e(re,Nt),e(Nt,fl),e(A,pl),e(A,Y),e(Y,Bt),e(Bt,vl),e(Y,ml),e(Y,At),e(At,_l),e(Y,gl),e(Y,Jt),e(Jt,$l),e(A,bl),e(A,be),e(be,zt),e(zt,Z),_(Re,Z,null),e(Z,ql),e(Z,Qt),e(Qt,El),e(be,Ll),e(be,Ct),e(Ct,V),_(qe,V,null),e(V,kl),e(V,We),e(We,Qs),e(We,Ul),e(I,Il),e(I,Ee),e(Ee,J),e(J,ie),e(ie,Ke),_(Xe,Ke,null),e(ie,wl),e(ie,Ft),e(Ft,Pl),e(J,Dl),e(J,x),e(x,Ot),e(Ot,Sl),e(x,Tl),e(x,Gt),e(Gt,Nl),e(x,Bl),e(x,Vt),e(Vt,Al),e(J,Jl),e(J,Le),e(Le,yt),e(yt,ee),_(Ye,ee,null),e(ee,zl),e(ee,Ht),e(Ht,Ql),e(Le,Cl),e(Le,Mt),e(Mt,y),_(ke,y,null),e(y,Fl),e(y,Ze),e(Ze,Fs),e(Ze,Ol),e(Ee,Gl),e(Ee,z),e(z,oe),e(oe,xe),_(et,xe,null),e(oe,Vl),e(oe,jt),e(jt,yl),e(z,Hl),e(z,te),e(te,Rt),e(Rt,Ml),e(te,jl),e(te,Wt),e(Wt,Rl),e(te,Wl),e(te,Kt),e(Kt,Kl),e(z,Xl),e(z,Ue),e(Ue,Xt),e(Xt,se),_(tt,se,null),e(se,Yl),e(se,Yt),e(Yt,Zl),e(Ue,xl),e(Ue,Zt),e(Zt,H),_(Ie,H,null),e(H,ea),e(H,st),e(st,Gs),e(st,ta),e(I,sa),e(I,we),e(we,ms),e(ms,Pe),_(nt,Pe,null),e(Pe,na),e(we,la),e(we,_s),e(_s,De),_(lt,De,null),e(De,aa),p=!0,ra||(_a=[U(D,"focus",d[2],{once:!0}),U(D,"mouseover",d[2],{once:!0}),U(j,"click",d[5]),U(C,"click",d[6]),U(R,"click",d[7]),U(F,"click",d[8]),U(K,"click",d[9]),U(O,"click",d[10]),U(X,"click",d[11]),U(G,"click",d[12]),U(Z,"click",d[13]),U(V,"click",d[14]),U(ee,"click",d[15]),U(y,"click",d[16]),U(se,"click",d[17]),U(H,"click",d[18])],ra=!0)},p(r,[h]){const ce={};h&2&&(ce.icon=r[1].header.includes("database")?"pinFilled":"pin"),he.$set(ce),(!p||h&2)&&cs!==(cs=r[1].header.includes("database")?"Unpin Database from":"Pin Database to")&&rt(Ds,cs),(!p||h&2&&Ss!==(Ss=(r[1].header.includes("database")?"Unpin Database from":"Pin Database to")+" header menu"))&&t(C,"title",Ss),(!p||h&1)&&P(E,"showDescription",r[0].includes("database"));const S={};h&2&&(S.icon=r[1].header.includes("users")?"pinFilled":"pin"),pe.$set(S),(!p||h&2)&&us!==(us=r[1].header.includes("users")?"Unpin Users from":"Pin Users to")&&rt(Ts,us),(!p||h&2&&Ns!==(Ns=(r[1].header.includes("users")?"Unpin Users from":"Pin Users to")+" header menu"))&&t(F,"title",Ns),(!p||h&1)&&P(T,"showDescription",r[0].includes("users"));const ue={};h&2&&(ue.icon=r[1].header.includes("logs")?"pinFilled":"pin"),me.$set(ue),(!p||h&2)&&ds!==(ds=r[1].header.includes("logs")?"Unpin Logs from":"Pin Logs to")&&rt(Bs,ds),(!p||h&2&&As!==(As=(r[1].header.includes("logs")?"Unpin Logs from":"Pin Logs to")+" header menu"))&&t(O,"title",As),(!p||h&1)&&P(N,"showDescription",r[0].includes("logs"));const at={};h&2&&(at.icon=r[1].header.includes("backgroundJobs")?"pinFilled":"pin"),$e.$set(at),(!p||h&2)&&hs!==(hs=r[1].header.includes("backgroundJobs")?"Unpin Background Jobs from":"Pin Background Jobs to")&&rt(Js,hs),(!p||h&2&&zs!==(zs=(r[1].header.includes("backgroundJobs")?"Unpin Background Jobs from":"Pin Background Jobs to")+" header menu"))&&t(G,"title",zs),(!p||h&1)&&P(B,"showDescription",r[0].includes("backgroundJobs"));const gs={};h&2&&(gs.icon=r[1].header.includes("constants")?"pinFilled":"pin"),qe.$set(gs),(!p||h&2)&&fs!==(fs=r[1].header.includes("constants")?"Unpin Constants from":"Pin Constants to")&&rt(Qs,fs),(!p||h&2&&Cs!==(Cs=(r[1].header.includes("constants")?"Unpin Constants from":"Pin Constants to")+" header menu"))&&t(V,"title",Cs),(!p||h&1)&&P(A,"showDescription",r[0].includes("constants"));const $s={};h&2&&($s.icon=r[1].header.includes("liquid")?"pinFilled":"pin"),ke.$set($s),(!p||h&2)&&ps!==(ps=r[1].header.includes("liquid")?"Unpin Liquid Evaluator from":"Pin Liquid Evaluator to")&&rt(Fs,ps),(!p||h&2&&Os!==(Os=(r[1].header.includes("liquid")?"Unpin Liquid Evaluator from":"Pin Liquid Evaluator to")+" header menu"))&&t(y,"title",Os),(!p||h&1)&&P(J,"showDescription",r[0].includes("liquid"));const de={};h&2&&(de.icon=r[1].header.includes("graphiql")?"pinFilled":"pin"),Ie.$set(de),(!p||h&2)&&vs!==(vs=r[1].header.includes("graphiql")?"Unpin GraphiQL from":"Pin GraphiQL to")&&rt(Gs,vs),(!p||h&2&&Vs!==(Vs=(r[1].header.includes("graphiql")?"Unpin GraphiQL from":"Pin GraphiQL to")+" header menu"))&&t(H,"title",Vs),(!p||h&1)&&P(z,"showDescription",r[0].includes("graphiql"))},i(r){p||(g(k.$$.fragment,r),g(Je.$$.fragment,r),g(he.$$.fragment,r),g(Qe.$$.fragment,r),g(Ce.$$.fragment,r),g(pe.$$.fragment,r),g(Oe.$$.fragment,r),g(Ge.$$.fragment,r),g(me.$$.fragment,r),g(ye.$$.fragment,r),g(He.$$.fragment,r),g($e.$$.fragment,r),g(je.$$.fragment,r),g(Re.$$.fragment,r),g(qe.$$.fragment,r),g(Xe.$$.fragment,r),g(Ye.$$.fragment,r),g(ke.$$.fragment,r),g(et.$$.fragment,r),g(tt.$$.fragment,r),g(Ie.$$.fragment,r),g(nt.$$.fragment,r),g(lt.$$.fragment,r),p=!0)},o(r){$(k.$$.fragment,r),$(Je.$$.fragment,r),$(he.$$.fragment,r),$(Qe.$$.fragment,r),$(Ce.$$.fragment,r),$(pe.$$.fragment,r),$(Oe.$$.fragment,r),$(Ge.$$.fragment,r),$(me.$$.fragment,r),$(ye.$$.fragment,r),$(He.$$.fragment,r),$($e.$$.fragment,r),$(je.$$.fragment,r),$(Re.$$.fragment,r),$(qe.$$.fragment,r),$(Xe.$$.fragment,r),$(Ye.$$.fragment,r),$(ke.$$.fragment,r),$(et.$$.fragment,r),$(tt.$$.fragment,r),$(Ie.$$.fragment,r),$(nt.$$.fragment,r),$(lt.$$.fragment,r),p=!1},d(r){r&&s(Se),r&&s(I),b(k),b(Je),b(he),b(Qe),b(Ce),b(pe),b(Oe),b(Ge),b(me),b(ye),b(He),b($e),b(je),b(Re),b(qe),b(Xe),b(Ye),b(ke),b(et),b(tt),b(Ie),b(nt),b(lt),ra=!1,kr(_a)}}}function Pr(d,Se,I){let f;Ur(d,bn,L=>I(1,f=L));let E=[];const D=async()=>{f.tables.length||ma(bn,f.tables=await Ir.get(),f)},w=L=>{f.header.indexOf(L)>-1?ma(bn,f.header=f.header.filter(M=>M!==L),f):ma(bn,f.header=[...f.header,L],f),localStorage.header=JSON.stringify(f.header)},k=L=>{E.indexOf(L)>-1?I(0,E=E.filter(M=>M!==L)):I(0,E=[...E,L])};return[E,f,D,w,k,()=>k("database"),()=>w("database"),()=>k("users"),()=>w("users"),()=>k("logs"),()=>w("logs"),()=>k("backgroundJobs"),()=>w("backgroundJobs"),()=>k("constants"),()=>w("constants"),()=>k("liquid"),()=>w("liquid"),()=>k("graphiql"),()=>w("graphiql")]}class Br extends br{constructor(Se){super(),qr(this,Se,Pr,wr,Er,{})}}export{Br as component}; diff --git a/gui/next/build/_app/immutable/nodes/8.5592cf38.js b/gui/next/build/_app/immutable/nodes/8.5592cf38.js new file mode 100644 index 00000000..a3626bd4 --- /dev/null +++ b/gui/next/build/_app/immutable/nodes/8.5592cf38.js @@ -0,0 +1 @@ +import{s}from"../chunks/scheduler.e2aa1391.js";import{S as t,i as e}from"../chunks/index.12b5c620.js";class l extends t{constructor(o){super(),e(this,o,null,null,s,{})}}export{l as component}; diff --git a/gui/next/build/_app/immutable/nodes/8.ca0b92cd.js b/gui/next/build/_app/immutable/nodes/8.ca0b92cd.js deleted file mode 100644 index 8a90f6af..00000000 --- a/gui/next/build/_app/immutable/nodes/8.ca0b92cd.js +++ /dev/null @@ -1 +0,0 @@ -import{S as e,i as t,s as n}from"../chunks/index.d0f8a730.js";class l extends e{constructor(s){super(),t(this,s,null,null,n,{})}}export{l as component}; diff --git a/gui/next/build/_app/immutable/nodes/9.21bf150d.js b/gui/next/build/_app/immutable/nodes/9.21bf150d.js new file mode 100644 index 00000000..b1f5d8cb --- /dev/null +++ b/gui/next/build/_app/immutable/nodes/9.21bf150d.js @@ -0,0 +1 @@ +import{s as le,D as ne,f as v,g,h as w,d,j as k,i as b,u as m,E as re,F as oe,G as ie,b as ce,t as fe,p as ue,a as E,I as de,r as y,c as L,Q as _e,v as me,e as T,l as I,m as N,A as O,n as P}from"../chunks/scheduler.e2aa1391.js";import{S as se,i as ae,a as S,t as j,b as F,d as z,m as B,e as G,g as R,c as M}from"../chunks/index.12b5c620.js";import{p as pe}from"../chunks/stores.e84b517d.js";import{b as he}from"../chunks/backgroundJob.c756ecec.js";import{A as ve}from"../chunks/Aside.48de29ae.js";import{J as ge}from"../chunks/JSONTree.54ddc30e.js";function be(f){let e,s,i,r,o,l;const n=f[3].default,t=ne(n,f,f[2],null);return{c(){e=v("template"),s=v("pre"),i=v("code"),t&&t.c(),this.h()},l(a){e=g(a,"TEMPLATE",{});var c=w(e.content);s=g(c,"PRE",{class:!0});var _=w(s);i=g(_,"CODE",{class:!0});var p=w(i);t&&t.l(p),p.forEach(d),_.forEach(d),c.forEach(d),this.h()},h(){k(i,"class",r="language-"+f[0]),k(s,"class",o="line-numbers language-"+f[0])},m(a,c){b(a,e,c),m(e.content,s),m(s,i),t&&t.m(i,null),f[4](e),l=!0},p(a,[c]){t&&t.p&&(!l||c&4)&&re(t,n,a,a[2],l?ie(n,a[2],c,null):oe(a[2]),null),(!l||c&1&&r!==(r="language-"+a[0]))&&k(i,"class",r),(!l||c&1&&o!==(o="line-numbers language-"+a[0]))&&k(s,"class",o)},i(a){l||(S(t,a),l=!0)},o(a){j(t,a),l=!1},d(a){a&&d(e),t&&t.d(a),f[4](null)}}}function qe(f,e,s){let{$$slots:i={},$$scope:r}=e,{language:o}=e,l;ce(async()=>{var a;await fe(),(a=document.querySelector("#code"))==null||a.remove();const t=l.content.cloneNode(!0);t.firstChild.id="code",l.after(t),Prism.highlightAll()});function n(t){ue[t?"unshift":"push"](()=>{l=t,s(1,l)})}return f.$$set=t=>{"language"in t&&s(0,o=t.language),"$$scope"in t&&s(2,r=t.$$scope)},[o,l,r,i,n]}class ke extends se{constructor(e){super(),ae(this,e,qe,be,le,{language:0})}}function $e(f){let e,s,i,r,o,l,n,t=f[1].source_name&&W(f),a=f[1].id&&X(f),c=f[1].error_message&&x(f),_=f[1].liquid_body&&ee(f),p=f[1].arguments&&te(f);return{c(){e=v("dl"),t&&t.c(),s=T(),a&&a.c(),i=E(),c&&c.c(),r=E(),_&&_.c(),o=E(),p&&p.c(),l=T(),this.h()},l(u){e=g(u,"DL",{class:!0});var h=w(e);t&&t.l(h),s=T(),a&&a.l(h),h.forEach(d),i=L(u),c&&c.l(u),r=L(u),_&&_.l(u),o=L(u),p&&p.l(u),l=T(),this.h()},h(){k(e,"class","info svelte-7qclwq")},m(u,h){b(u,e,h),t&&t.m(e,null),m(e,s),a&&a.m(e,null),b(u,i,h),c&&c.m(u,h),b(u,r,h),_&&_.m(u,h),b(u,o,h),p&&p.m(u,h),b(u,l,h),n=!0},p(u,h){u[1].source_name?t?t.p(u,h):(t=W(u),t.c(),t.m(e,s)):t&&(t.d(1),t=null),u[1].id?a?a.p(u,h):(a=X(u),a.c(),a.m(e,null)):a&&(a.d(1),a=null),u[1].error_message?c?c.p(u,h):(c=x(u),c.c(),c.m(r.parentNode,r)):c&&(c.d(1),c=null),u[1].liquid_body?_?(_.p(u,h),h&2&&S(_,1)):(_=ee(u),_.c(),S(_,1),_.m(o.parentNode,o)):_&&(R(),j(_,1,1,()=>{_=null}),M()),u[1].arguments?p?(p.p(u,h),h&2&&S(p,1)):(p=te(u),p.c(),S(p,1),p.m(l.parentNode,l)):p&&(R(),j(p,1,1,()=>{p=null}),M())},i(u){n||(S(_),S(p),n=!0)},o(u){j(_),j(p),n=!1},d(u){u&&(d(e),d(i),d(r),d(o),d(l)),t&&t.d(),a&&a.d(),c&&c.d(u),_&&_.d(u),p&&p.d(u)}}}function Ce(f){let e;return{c(){e=I("There is no such background job")},l(s){e=N(s,"There is no such background job")},m(s,i){b(s,e,i)},p:O,i:O,o:O,d(s){s&&d(e)}}}function W(f){let e,s,i="ID:",r,o,l=f[1].id+"",n,t;return{c(){e=v("div"),s=v("dt"),s.textContent=i,r=E(),o=v("dd"),n=I(l),t=E(),this.h()},l(a){e=g(a,"DIV",{class:!0});var c=w(e);s=g(c,"DT",{class:!0,"data-svelte-h":!0}),y(s)!=="svelte-179gw2t"&&(s.textContent=i),r=L(c),o=g(c,"DD",{});var _=w(o);n=N(_,l),_.forEach(d),t=L(c),c.forEach(d),this.h()},h(){k(s,"class","svelte-7qclwq"),k(e,"class","svelte-7qclwq")},m(a,c){b(a,e,c),m(e,s),m(e,r),m(e,o),m(o,n),m(e,t)},p(a,c){c&2&&l!==(l=a[1].id+"")&&P(n,l)},d(a){a&&d(e)}}}function X(f){let e,s,i="Created at:",r,o,l=new Date(f[1].created_at).toLocaleString()+"",n,t,a,c,_="Run at:",p,u,h=new Date(f[1].run_at).toLocaleString()+"",U,V,A,H,C=f[1].dead_at&&Y(f),D=f[1].arguments.url&&Z(f);return{c(){e=v("div"),s=v("dt"),s.textContent=i,r=E(),o=v("dd"),n=I(l),t=E(),a=v("div"),c=v("dt"),c.textContent=_,p=E(),u=v("dd"),U=I(h),V=E(),C&&C.c(),A=T(),D&&D.c(),H=T(),this.h()},l(q){e=g(q,"DIV",{class:!0});var $=w(e);s=g($,"DT",{class:!0,"data-svelte-h":!0}),y(s)!=="svelte-psrdxl"&&(s.textContent=i),r=L($),o=g($,"DD",{});var Q=w(o);n=N(Q,l),Q.forEach(d),t=L($),$.forEach(d),a=g(q,"DIV",{class:!0});var J=w(a);c=g(J,"DT",{class:!0,"data-svelte-h":!0}),y(c)!=="svelte-u0lbhu"&&(c.textContent=_),p=L(J),u=g(J,"DD",{});var K=w(u);U=N(K,h),K.forEach(d),V=L(J),J.forEach(d),C&&C.l(q),A=T(),D&&D.l(q),H=T(),this.h()},h(){k(s,"class","svelte-7qclwq"),k(e,"class","svelte-7qclwq"),k(c,"class","svelte-7qclwq"),k(a,"class","svelte-7qclwq")},m(q,$){b(q,e,$),m(e,s),m(e,r),m(e,o),m(o,n),m(e,t),b(q,a,$),m(a,c),m(a,p),m(a,u),m(u,U),m(a,V),C&&C.m(q,$),b(q,A,$),D&&D.m(q,$),b(q,H,$)},p(q,$){$&2&&l!==(l=new Date(q[1].created_at).toLocaleString()+"")&&P(n,l),$&2&&h!==(h=new Date(q[1].run_at).toLocaleString()+"")&&P(U,h),q[1].dead_at?C?C.p(q,$):(C=Y(q),C.c(),C.m(A.parentNode,A)):C&&(C.d(1),C=null),q[1].arguments.url?D?D.p(q,$):(D=Z(q),D.c(),D.m(H.parentNode,H)):D&&(D.d(1),D=null)},d(q){q&&(d(e),d(a),d(A),d(H)),C&&C.d(q),D&&D.d(q)}}}function Y(f){let e,s,i="Dead at:",r,o,l=new Date(f[1].dead_at).toLocaleString()+"",n,t;return{c(){e=v("div"),s=v("dt"),s.textContent=i,r=E(),o=v("dd"),n=I(l),t=E(),this.h()},l(a){e=g(a,"DIV",{class:!0});var c=w(e);s=g(c,"DT",{class:!0,"data-svelte-h":!0}),y(s)!=="svelte-1gjx1j5"&&(s.textContent=i),r=L(c),o=g(c,"DD",{class:!0});var _=w(o);n=N(_,l),_.forEach(d),t=L(c),c.forEach(d),this.h()},h(){k(s,"class","svelte-7qclwq"),k(o,"class","error svelte-7qclwq"),k(e,"class","svelte-7qclwq")},m(a,c){b(a,e,c),m(e,s),m(e,r),m(e,o),m(o,n),m(e,t)},p(a,c){c&2&&l!==(l=new Date(a[1].dead_at).toLocaleString()+"")&&P(n,l)},d(a){a&&d(e)}}}function Z(f){let e,s,i="URL:",r,o,l=(f[1].arguments.context.location.href||"/")+"",n;return{c(){e=v("div"),s=v("dt"),s.textContent=i,r=E(),o=v("dd"),n=I(l),this.h()},l(t){e=g(t,"DIV",{class:!0});var a=w(e);s=g(a,"DT",{class:!0,"data-svelte-h":!0}),y(s)!=="svelte-vrqyfv"&&(s.textContent=i),r=L(a),o=g(a,"DD",{});var c=w(o);n=N(c,l),c.forEach(d),a.forEach(d),this.h()},h(){k(s,"class","svelte-7qclwq"),k(e,"class","svelte-7qclwq")},m(t,a){b(t,e,a),m(e,s),m(e,r),m(e,o),m(o,n)},p(t,a){a&2&&l!==(l=(t[1].arguments.context.location.href||"/")+"")&&P(n,l)},d(t){t&&d(e)}}}function x(f){let e,s="Error message",i,r,o=f[1].error_message+"",l;return{c(){e=v("h2"),e.textContent=s,i=E(),r=v("code"),l=I(o),this.h()},l(n){e=g(n,"H2",{class:!0,"data-svelte-h":!0}),y(e)!=="svelte-46lcxd"&&(e.textContent=s),i=L(n),r=g(n,"CODE",{class:!0});var t=w(r);l=N(t,o),t.forEach(d),this.h()},h(){k(e,"class","svelte-7qclwq"),k(r,"class","svelte-7qclwq")},m(n,t){b(n,e,t),b(n,i,t),b(n,r,t),m(r,l)},p(n,t){t&2&&o!==(o=n[1].error_message+"")&&P(l,o)},d(n){n&&(d(e),d(i),d(r))}}}function ee(f){let e,s="Background job code:",i,r,o;return r=new ke({props:{language:"liquid",$$slots:{default:[De]},$$scope:{ctx:f}}}),{c(){e=v("h2"),e.textContent=s,i=E(),F(r.$$.fragment),this.h()},l(l){e=g(l,"H2",{class:!0,"data-svelte-h":!0}),y(e)!=="svelte-dymu4w"&&(e.textContent=s),i=L(l),z(r.$$.fragment,l),this.h()},h(){k(e,"class","svelte-7qclwq")},m(l,n){b(l,e,n),b(l,i,n),B(r,l,n),o=!0},p(l,n){const t={};n&10&&(t.$$scope={dirty:n,ctx:l}),r.$set(t)},i(l){o||(S(r.$$.fragment,l),o=!0)},o(l){j(r.$$.fragment,l),o=!1},d(l){l&&(d(e),d(i)),G(r,l)}}}function De(f){let e=f[1].liquid_body+"",s;return{c(){s=I(e)},l(i){s=N(i,e)},m(i,r){b(i,s,r)},p(i,r){r&2&&e!==(e=i[1].liquid_body+"")&&P(s,e)},d(i){i&&d(s)}}}function te(f){let e,s="Arguments",i,r,o,l;return o=new ge({props:{value:f[1].arguments,expandedLines:1,showFullLines:!0}}),{c(){e=v("h2"),e.textContent=s,i=E(),r=v("code"),F(o.$$.fragment),this.h()},l(n){e=g(n,"H2",{class:!0,"data-svelte-h":!0}),y(e)!=="svelte-h49jwy"&&(e.textContent=s),i=L(n),r=g(n,"CODE",{class:!0});var t=w(r);z(o.$$.fragment,t),t.forEach(d),this.h()},h(){k(e,"class","svelte-7qclwq"),k(r,"class","svelte-7qclwq")},m(n,t){b(n,e,t),b(n,i,t),b(n,r,t),B(o,r,null),l=!0},p(n,t){const a={};t&2&&(a.value=n[1].arguments),o.$set(a)},i(n){l||(S(o.$$.fragment,n),l=!0)},o(n){j(o.$$.fragment,n),l=!1},d(n){n&&(d(e),d(i),d(r)),G(o)}}}function we(f){let e,s,i,r;const o=[Ce,$e],l=[];function n(t,a){return t[1]===null?0:1}return e=n(f),s=l[e]=o[e](f),{c(){s.c(),i=T()},l(t){s.l(t),i=T()},m(t,a){l[e].m(t,a),b(t,i,a),r=!0},p(t,a){let c=e;e=n(t),e===c?l[e].p(t,a):(R(),j(l[c],1,1,()=>{l[c]=null}),M(),s=l[e],s?s.p(t,a):(s=l[e]=o[e](t),s.c()),S(s,1),s.m(i.parentNode,i))},i(t){r||(S(s),r=!0)},o(t){j(s),r=!1},d(t){t&&d(i),l[e].d(t)}}}function Ee(f){let e,s="",i,r,o,l;return o=new ve({props:{title:f[1].source_name||f[1].id||"Loading…",closeUrl:"/backgroundJobs?"+f[0].url.searchParams.toString(),$$slots:{default:[we]},$$scope:{ctx:f}}}),{c(){e=v("script"),e.innerHTML=s,r=E(),F(o.$$.fragment),this.h()},l(n){const t=de("svelte-1pgpgj4",document.head);e=g(t,"SCRIPT",{src:!0,"data-manual":!0,"data-svelte-h":!0}),y(e)!=="svelte-6mxszl"&&(e.innerHTML=s),t.forEach(d),r=L(n),z(o.$$.fragment,n),this.h()},h(){_e(e.src,i="/prism.js")||k(e,"src",i),k(e,"data-manual","")},m(n,t){m(document.head,e),b(n,r,t),B(o,n,t),l=!0},p(n,[t]){const a={};t&2&&(a.title=n[1].source_name||n[1].id||"Loading…"),t&1&&(a.closeUrl="/backgroundJobs?"+n[0].url.searchParams.toString()),t&10&&(a.$$scope={dirty:t,ctx:n}),o.$set(a)},i(n){l||(S(o.$$.fragment,n),l=!0)},o(n){j(o.$$.fragment,n),l=!1},d(n){n&&d(r),d(e),G(o,n)}}}function Le(f,e,s){let i;me(f,pe,l=>s(0,i=l));let r={};const o=async()=>{await he.get({id:i.params.id,type:i.params.type.toUpperCase()}).then(l=>{l.results.length?s(1,r=l.results[0]):s(1,r=null)})};return f.$$.update=()=>{f.$$.dirty&1&&i.params.id&&o(i.params.id)},[i,r]}class Pe extends se{constructor(e){super(),ae(this,e,Le,Ee,le,{})}}export{Pe as component}; diff --git a/gui/next/build/_app/immutable/nodes/9.b75fd6ad.js b/gui/next/build/_app/immutable/nodes/9.b75fd6ad.js deleted file mode 100644 index 6544ed4d..00000000 --- a/gui/next/build/_app/immutable/nodes/9.b75fd6ad.js +++ /dev/null @@ -1 +0,0 @@ -import{S as se,i as ae,s as re,Q as oe,k as b,l as g,m as q,h as u,n as $,b as k,E as d,R as ie,T as ne,U as ce,g as j,d as I,j as fe,t as ue,w as _e,a as L,y as H,W as de,c as S,z as F,a3 as me,A as z,B as K,F as pe,e as N,v as O,f as B,q as T,r as C,K as V,u as A}from"../chunks/index.d0f8a730.js";import{p as he}from"../chunks/stores.f318b269.js";import{b as ve}from"../chunks/backgroundJob.c756ecec.js";import{A as be}from"../chunks/Aside.2bf7e52e.js";import{J as ge}from"../chunks/JSONTree.cfd91a83.js";function qe(f){let e,a,i,o,n,t;const r=f[3].default,l=oe(r,f,f[2],null);return{c(){e=b("template"),a=b("pre"),i=b("code"),l&&l.c(),this.h()},l(s){e=g(s,"TEMPLATE",{});var c=q(e.content);a=g(c,"PRE",{class:!0});var m=q(a);i=g(m,"CODE",{class:!0});var p=q(i);l&&l.l(p),p.forEach(u),m.forEach(u),c.forEach(u),this.h()},h(){$(i,"class",o="language-"+f[0]),$(a,"class",n="line-numbers language-"+f[0])},m(s,c){k(s,e,c),d(e.content,a),d(a,i),l&&l.m(i,null),f[4](e),t=!0},p(s,[c]){l&&l.p&&(!t||c&4)&&ie(l,r,s,s[2],t?ce(r,s[2],c,null):ne(s[2]),null),(!t||c&1&&o!==(o="language-"+s[0]))&&$(i,"class",o),(!t||c&1&&n!==(n="line-numbers language-"+s[0]))&&$(a,"class",n)},i(s){t||(j(l,s),t=!0)},o(s){I(l,s),t=!1},d(s){s&&u(e),l&&l.d(s),f[4](null)}}}function ke(f,e,a){let{$$slots:i={},$$scope:o}=e,{language:n}=e,t;fe(async()=>{var s;await ue(),(s=document.querySelector("#code"))==null||s.remove();const l=t.content.cloneNode(!0);l.firstChild.id="code",t.after(l),Prism.highlightAll()});function r(l){_e[l?"unshift":"push"](()=>{t=l,a(1,t)})}return f.$$set=l=>{"language"in l&&a(0,n=l.language),"$$scope"in l&&a(2,o=l.$$scope)},[n,t,o,i,r]}class $e extends se{constructor(e){super(),ae(this,e,ke,qe,re,{language:0})}}function Ee(f){let e,a,i,o,n,t,r,l=f[1].source_name&&X(f),s=f[1].id&&Y(f),c=f[1].error_message&&ee(f),m=f[1].liquid_body&&le(f),p=f[1].arguments&&te(f);return{c(){e=b("dl"),l&&l.c(),a=N(),s&&s.c(),i=L(),c&&c.c(),o=L(),m&&m.c(),n=L(),p&&p.c(),t=N(),this.h()},l(_){e=g(_,"DL",{class:!0});var v=q(e);l&&l.l(v),a=N(),s&&s.l(v),v.forEach(u),i=S(_),c&&c.l(_),o=S(_),m&&m.l(_),n=S(_),p&&p.l(_),t=N(),this.h()},h(){$(e,"class","info svelte-7qclwq")},m(_,v){k(_,e,v),l&&l.m(e,null),d(e,a),s&&s.m(e,null),k(_,i,v),c&&c.m(_,v),k(_,o,v),m&&m.m(_,v),k(_,n,v),p&&p.m(_,v),k(_,t,v),r=!0},p(_,v){_[1].source_name?l?l.p(_,v):(l=X(_),l.c(),l.m(e,a)):l&&(l.d(1),l=null),_[1].id?s?s.p(_,v):(s=Y(_),s.c(),s.m(e,null)):s&&(s.d(1),s=null),_[1].error_message?c?c.p(_,v):(c=ee(_),c.c(),c.m(o.parentNode,o)):c&&(c.d(1),c=null),_[1].liquid_body?m?(m.p(_,v),v&2&&j(m,1)):(m=le(_),m.c(),j(m,1),m.m(n.parentNode,n)):m&&(O(),I(m,1,1,()=>{m=null}),B()),_[1].arguments?p?(p.p(_,v),v&2&&j(p,1)):(p=te(_),p.c(),j(p,1),p.m(t.parentNode,t)):p&&(O(),I(p,1,1,()=>{p=null}),B())},i(_){r||(j(m),j(p),r=!0)},o(_){I(m),I(p),r=!1},d(_){_&&u(e),l&&l.d(),s&&s.d(),_&&u(i),c&&c.d(_),_&&u(o),m&&m.d(_),_&&u(n),p&&p.d(_),_&&u(t)}}}function De(f){let e;return{c(){e=T("There is no such background job")},l(a){e=C(a,"There is no such background job")},m(a,i){k(a,e,i)},p:V,i:V,o:V,d(a){a&&u(e)}}}function X(f){let e,a,i,o,n,t=f[1].id+"",r,l;return{c(){e=b("div"),a=b("dt"),i=T("ID:"),o=L(),n=b("dd"),r=T(t),l=L(),this.h()},l(s){e=g(s,"DIV",{class:!0});var c=q(e);a=g(c,"DT",{class:!0});var m=q(a);i=C(m,"ID:"),m.forEach(u),o=S(c),n=g(c,"DD",{});var p=q(n);r=C(p,t),p.forEach(u),l=S(c),c.forEach(u),this.h()},h(){$(a,"class","svelte-7qclwq"),$(e,"class","svelte-7qclwq")},m(s,c){k(s,e,c),d(e,a),d(a,i),d(e,o),d(e,n),d(n,r),d(e,l)},p(s,c){c&2&&t!==(t=s[1].id+"")&&A(r,t)},d(s){s&&u(e)}}}function Y(f){let e,a,i,o,n,t=new Date(f[1].created_at).toLocaleString()+"",r,l,s,c,m,p,_,v=new Date(f[1].run_at).toLocaleString()+"",y,J,P,R,D=f[1].dead_at&&Z(f),w=f[1].arguments.url&&x(f);return{c(){e=b("div"),a=b("dt"),i=T("Created at:"),o=L(),n=b("dd"),r=T(t),l=L(),s=b("div"),c=b("dt"),m=T("Run at:"),p=L(),_=b("dd"),y=T(v),J=L(),D&&D.c(),P=N(),w&&w.c(),R=N(),this.h()},l(h){e=g(h,"DIV",{class:!0});var E=q(e);a=g(E,"DT",{class:!0});var M=q(a);i=C(M,"Created at:"),M.forEach(u),o=S(E),n=g(E,"DD",{});var Q=q(n);r=C(Q,t),Q.forEach(u),l=S(E),E.forEach(u),s=g(h,"DIV",{class:!0});var U=q(s);c=g(U,"DT",{class:!0});var W=q(c);m=C(W,"Run at:"),W.forEach(u),p=S(U),_=g(U,"DD",{});var G=q(_);y=C(G,v),G.forEach(u),J=S(U),U.forEach(u),D&&D.l(h),P=N(),w&&w.l(h),R=N(),this.h()},h(){$(a,"class","svelte-7qclwq"),$(e,"class","svelte-7qclwq"),$(c,"class","svelte-7qclwq"),$(s,"class","svelte-7qclwq")},m(h,E){k(h,e,E),d(e,a),d(a,i),d(e,o),d(e,n),d(n,r),d(e,l),k(h,s,E),d(s,c),d(c,m),d(s,p),d(s,_),d(_,y),d(s,J),D&&D.m(h,E),k(h,P,E),w&&w.m(h,E),k(h,R,E)},p(h,E){E&2&&t!==(t=new Date(h[1].created_at).toLocaleString()+"")&&A(r,t),E&2&&v!==(v=new Date(h[1].run_at).toLocaleString()+"")&&A(y,v),h[1].dead_at?D?D.p(h,E):(D=Z(h),D.c(),D.m(P.parentNode,P)):D&&(D.d(1),D=null),h[1].arguments.url?w?w.p(h,E):(w=x(h),w.c(),w.m(R.parentNode,R)):w&&(w.d(1),w=null)},d(h){h&&u(e),h&&u(s),D&&D.d(h),h&&u(P),w&&w.d(h),h&&u(R)}}}function Z(f){let e,a,i,o,n,t=new Date(f[1].dead_at).toLocaleString()+"",r,l;return{c(){e=b("div"),a=b("dt"),i=T("Dead at:"),o=L(),n=b("dd"),r=T(t),l=L(),this.h()},l(s){e=g(s,"DIV",{class:!0});var c=q(e);a=g(c,"DT",{class:!0});var m=q(a);i=C(m,"Dead at:"),m.forEach(u),o=S(c),n=g(c,"DD",{class:!0});var p=q(n);r=C(p,t),p.forEach(u),l=S(c),c.forEach(u),this.h()},h(){$(a,"class","svelte-7qclwq"),$(n,"class","error svelte-7qclwq"),$(e,"class","svelte-7qclwq")},m(s,c){k(s,e,c),d(e,a),d(a,i),d(e,o),d(e,n),d(n,r),d(e,l)},p(s,c){c&2&&t!==(t=new Date(s[1].dead_at).toLocaleString()+"")&&A(r,t)},d(s){s&&u(e)}}}function x(f){let e,a,i,o,n,t=(f[1].arguments.context.location.href||"/")+"",r;return{c(){e=b("div"),a=b("dt"),i=T("URL:"),o=L(),n=b("dd"),r=T(t),this.h()},l(l){e=g(l,"DIV",{class:!0});var s=q(e);a=g(s,"DT",{class:!0});var c=q(a);i=C(c,"URL:"),c.forEach(u),o=S(s),n=g(s,"DD",{});var m=q(n);r=C(m,t),m.forEach(u),s.forEach(u),this.h()},h(){$(a,"class","svelte-7qclwq"),$(e,"class","svelte-7qclwq")},m(l,s){k(l,e,s),d(e,a),d(a,i),d(e,o),d(e,n),d(n,r)},p(l,s){s&2&&t!==(t=(l[1].arguments.context.location.href||"/")+"")&&A(r,t)},d(l){l&&u(e)}}}function ee(f){let e,a,i,o,n=f[1].error_message+"",t;return{c(){e=b("h2"),a=T("Error message"),i=L(),o=b("code"),t=T(n),this.h()},l(r){e=g(r,"H2",{class:!0});var l=q(e);a=C(l,"Error message"),l.forEach(u),i=S(r),o=g(r,"CODE",{class:!0});var s=q(o);t=C(s,n),s.forEach(u),this.h()},h(){$(e,"class","svelte-7qclwq"),$(o,"class","svelte-7qclwq")},m(r,l){k(r,e,l),d(e,a),k(r,i,l),k(r,o,l),d(o,t)},p(r,l){l&2&&n!==(n=r[1].error_message+"")&&A(t,n)},d(r){r&&u(e),r&&u(i),r&&u(o)}}}function le(f){let e,a,i,o,n;return o=new $e({props:{language:"liquid",$$slots:{default:[we]},$$scope:{ctx:f}}}),{c(){e=b("h2"),a=T("Background job code:"),i=L(),H(o.$$.fragment),this.h()},l(t){e=g(t,"H2",{class:!0});var r=q(e);a=C(r,"Background job code:"),r.forEach(u),i=S(t),F(o.$$.fragment,t),this.h()},h(){$(e,"class","svelte-7qclwq")},m(t,r){k(t,e,r),d(e,a),k(t,i,r),z(o,t,r),n=!0},p(t,r){const l={};r&10&&(l.$$scope={dirty:r,ctx:t}),o.$set(l)},i(t){n||(j(o.$$.fragment,t),n=!0)},o(t){I(o.$$.fragment,t),n=!1},d(t){t&&u(e),t&&u(i),K(o,t)}}}function we(f){let e=f[1].liquid_body+"",a;return{c(){a=T(e)},l(i){a=C(i,e)},m(i,o){k(i,a,o)},p(i,o){o&2&&e!==(e=i[1].liquid_body+"")&&A(a,e)},d(i){i&&u(a)}}}function te(f){let e,a,i,o,n,t;return n=new ge({props:{value:f[1].arguments,expandedLines:1,showFullLines:!0}}),{c(){e=b("h2"),a=T("Arguments"),i=L(),o=b("code"),H(n.$$.fragment),this.h()},l(r){e=g(r,"H2",{class:!0});var l=q(e);a=C(l,"Arguments"),l.forEach(u),i=S(r),o=g(r,"CODE",{class:!0});var s=q(o);F(n.$$.fragment,s),s.forEach(u),this.h()},h(){$(e,"class","svelte-7qclwq"),$(o,"class","svelte-7qclwq")},m(r,l){k(r,e,l),d(e,a),k(r,i,l),k(r,o,l),z(n,o,null),t=!0},p(r,l){const s={};l&2&&(s.value=r[1].arguments),n.$set(s)},i(r){t||(j(n.$$.fragment,r),t=!0)},o(r){I(n.$$.fragment,r),t=!1},d(r){r&&u(e),r&&u(i),r&&u(o),K(n)}}}function Le(f){let e,a,i,o;const n=[De,Ee],t=[];function r(l,s){return l[1]===null?0:1}return e=r(f),a=t[e]=n[e](f),{c(){a.c(),i=N()},l(l){a.l(l),i=N()},m(l,s){t[e].m(l,s),k(l,i,s),o=!0},p(l,s){let c=e;e=r(l),e===c?t[e].p(l,s):(O(),I(t[c],1,1,()=>{t[c]=null}),B(),a=t[e],a?a.p(l,s):(a=t[e]=n[e](l),a.c()),j(a,1),a.m(i.parentNode,i))},i(l){o||(j(a),o=!0)},o(l){I(a),o=!1},d(l){t[e].d(l),l&&u(i)}}}function Se(f){let e,a,i,o,n;return o=new be({props:{title:f[1].source_name||f[1].id||"Loading…",closeUrl:"/backgroundJobs?"+f[0].url.searchParams.toString(),$$slots:{default:[Le]},$$scope:{ctx:f}}}),{c(){e=b("script"),i=L(),H(o.$$.fragment),this.h()},l(t){const r=de("svelte-1pgpgj4",document.head);e=g(r,"SCRIPT",{src:!0,"data-manual":!0});var l=q(e);l.forEach(u),r.forEach(u),i=S(t),F(o.$$.fragment,t),this.h()},h(){me(e.src,a="/prism.js")||$(e,"src",a),$(e,"data-manual","")},m(t,r){d(document.head,e),k(t,i,r),z(o,t,r),n=!0},p(t,[r]){const l={};r&2&&(l.title=t[1].source_name||t[1].id||"Loading…"),r&1&&(l.closeUrl="/backgroundJobs?"+t[0].url.searchParams.toString()),r&10&&(l.$$scope={dirty:r,ctx:t}),o.$set(l)},i(t){n||(j(o.$$.fragment,t),n=!0)},o(t){I(o.$$.fragment,t),n=!1},d(t){u(e),t&&u(i),K(o,t)}}}function Te(f,e,a){let i;pe(f,he,t=>a(0,i=t));let o={};const n=async()=>{await ve.get({id:i.params.id,type:i.params.type.toUpperCase()}).then(t=>{t.results.length?a(1,o=t.results[0]):a(1,o=null)})};return f.$$.update=()=>{f.$$.dirty&1&&i.params.id&&n(i.params.id)},[i,o]}class Pe extends se{constructor(e){super(),ae(this,e,Te,Se,re,{})}}export{Pe as component}; diff --git a/gui/next/build/_app/version.json b/gui/next/build/_app/version.json index 553fff0d..6aa80fbc 100644 --- a/gui/next/build/_app/version.json +++ b/gui/next/build/_app/version.json @@ -1 +1 @@ -{"version":"1696960525008"} \ No newline at end of file +{"version":"1697112088684"} \ No newline at end of file diff --git a/gui/next/build/index.html b/gui/next/build/index.html index 0c7fb840..0427aa39 100644 --- a/gui/next/build/index.html +++ b/gui/next/build/index.html @@ -4,18 +4,19 @@ - - - - - - + + + + + + +