vite-plugin-vue-devtools 0.4.9 → 0.4.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -2
- package/dist/client/assets/{IframeView.vue_vue_type_script_setup_true_lang-dbf4788f.js → IframeView.vue_vue_type_script_setup_true_lang-fd720d18.js} +1 -1
- package/dist/client/assets/{StateFields.vue_vue_type_script_setup_true_lang-92d427dd.js → StateFields.vue_vue_type_script_setup_true_lang-0e4af331.js} +8 -8
- package/dist/client/assets/{VIcon.vue_vue_type_script_setup_true_lang-0471a697.js → VIcon.vue_vue_type_script_setup_true_lang-d1646658.js} +1 -1
- package/dist/client/assets/{VIconButton.vue_vue_type_script_setup_true_lang-119f94ff.js → VIconButton.vue_vue_type_script_setup_true_lang-5c7fa25b.js} +2 -2
- package/dist/client/assets/{VIconTitle.vue_vue_type_script_setup_true_lang-103d54da.js → VIconTitle.vue_vue_type_script_setup_true_lang-3af9d81d.js} +1 -1
- package/dist/client/assets/{VPanelGrids-a58b3ecd.js → VPanelGrids-08ef47ce.js} +1 -1
- package/dist/client/assets/{VSectionBlock-f57f512c.js → VSectionBlock-44a9204b.js} +3 -3
- package/dist/client/assets/VSwitch.vue_vue_type_script_setup_true_lang-b1b6daad.js +88 -0
- package/dist/client/assets/{VTextInput.vue_vue_type_script_setup_true_lang-c2fa20e8.js → VTextInput.vue_vue_type_script_setup_true_lang-4df2a1eb.js} +2 -2
- package/dist/client/assets/{__eyedropper-3cca8ce1.js → __eyedropper-9aeb7406.js} +2 -2
- package/dist/client/assets/{assets-35cb492d.js → assets-4ff4283a.js} +17 -10
- package/dist/client/assets/component-docs-1e5f0727.js +1748 -0
- package/dist/client/assets/{components-b45b1440.js → components-5011f272.js} +11 -8
- package/dist/client/assets/{documentations-6e435dfa.js → documentations-ec90fa66.js} +3 -3
- package/dist/client/assets/{graph-23e2d183.js → graph-c8cae02e.js} +2422 -61
- package/dist/client/assets/{index-f35b9ded.js → index-37b80b18.js} +1 -1
- package/dist/client/assets/{index-419b1e26.js → index-793e4620.js} +1019 -2617
- package/dist/client/assets/index-ee2ca8be.css +474 -0
- package/dist/client/assets/{inspect-5ace614b.js → inspect-c464cac5.js} +3 -3
- package/dist/client/assets/{npm-125f4259.css → npm-832f3f2c.css} +20 -2
- package/dist/client/assets/npm-de038c5b.js +537 -0
- package/dist/client/assets/{overview-53e9f8bb.js → overview-fc79467d.js} +5 -5
- package/dist/client/assets/{pages-d5ca868b.js → pages-d51e51ec.js} +5 -5
- package/dist/client/assets/{pinia-b39bf0f8.js → pinia-e230dd12.js} +6 -6
- package/dist/client/assets/{routes-e42ba149.js → routes-7d3d04cf.js} +7 -7
- package/dist/client/assets/{rpc-ebdebff3.js → rpc-d8afe028.js} +1 -1
- package/dist/client/assets/{settings-0d6c7a2d.js → settings-2e4656aa.js} +36 -119
- package/dist/client/assets/{splitpanes.es-6544bd84.js → splitpanes.es-8a68d356.js} +1 -1
- package/dist/client/assets/{timeline-0c1ece86.js → timeline-202ca852.js} +8 -8
- package/dist/client/index.html +2 -2
- package/dist/index.cjs +1238 -1162
- package/dist/index.mjs +1235 -1159
- package/package.json +35 -31
- package/src/node/views/Main.vue +9 -2
- package/src/node/views/composables.ts +26 -1
- package/src/node/views/utils.ts +4 -0
- package/dist/client/assets/component-docs-621a63cc.js +0 -1748
- package/dist/client/assets/index-5221558c.css +0 -472
- package/dist/client/assets/npm-087e8329.js +0 -537
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { _ as __unplugin_components_0$1 } from './VPanelGrids-
|
|
2
|
-
import { a$ as ref, a1 as computed, ca as routes, v as defineComponent, r as resolveComponent, o as openBlock, c as createBlock, h as withCtx, x as createBaseVNode, u as createVNode, y as toDisplayString, z as unref, cb as vueVersion, a9 as createTextVNode, e as createElementBlock, F as Fragment, cc as __unplugin_components_0, c5 as __unplugin_components_1, bL as _sfc_main$1 } from './index-
|
|
3
|
-
import { r as rpc } from './rpc-
|
|
4
|
-
import { i as isMacOS } from './index-
|
|
1
|
+
import { _ as __unplugin_components_0$1 } from './VPanelGrids-08ef47ce.js';
|
|
2
|
+
import { a$ as ref, a1 as computed, ca as routes, v as defineComponent, r as resolveComponent, o as openBlock, c as createBlock, h as withCtx, x as createBaseVNode, u as createVNode, y as toDisplayString, z as unref, cb as vueVersion, a9 as createTextVNode, e as createElementBlock, F as Fragment, cc as __unplugin_components_0, c5 as __unplugin_components_1, bL as _sfc_main$1 } from './index-793e4620.js';
|
|
3
|
+
import { r as rpc } from './rpc-d8afe028.js';
|
|
4
|
+
import { i as isMacOS } from './index-37b80b18.js';
|
|
5
5
|
|
|
6
|
-
const version = "0.4.
|
|
6
|
+
const version = "0.4.11";
|
|
7
7
|
|
|
8
8
|
/* Injected with object hook! */
|
|
9
9
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { _ as __unplugin_components_3 } from './VSectionBlock-
|
|
2
|
-
import { v as defineComponent, a$ as ref, a1 as computed, r as resolveComponent, z as unref, o as openBlock, e as createElementBlock, x as createBaseVNode, y as toDisplayString, c as createBlock, h as withCtx, bG as withModifiers, F as Fragment, i as renderList, g as createCommentVNode, u as createVNode, a9 as createTextVNode, q as normalizeClass, bL as _sfc_main$4, c5 as __unplugin_components_1, aP as onMounted, c9 as currentRoute, c0 as router, aC as isRef, bE as withKeys, ca as routes } from './index-
|
|
3
|
-
import { _ as _sfc_main$3 } from './VTextInput.vue_vue_type_script_setup_true_lang-
|
|
4
|
-
import './VIconTitle.vue_vue_type_script_setup_true_lang-
|
|
5
|
-
import './VIcon.vue_vue_type_script_setup_true_lang-
|
|
1
|
+
import { _ as __unplugin_components_3 } from './VSectionBlock-44a9204b.js';
|
|
2
|
+
import { v as defineComponent, a$ as ref, a1 as computed, r as resolveComponent, z as unref, o as openBlock, e as createElementBlock, x as createBaseVNode, y as toDisplayString, c as createBlock, h as withCtx, bG as withModifiers, F as Fragment, i as renderList, g as createCommentVNode, u as createVNode, a9 as createTextVNode, q as normalizeClass, bL as _sfc_main$4, c5 as __unplugin_components_1, aP as onMounted, c9 as currentRoute, c0 as router, aC as isRef, bE as withKeys, ca as routes } from './index-793e4620.js';
|
|
3
|
+
import { _ as _sfc_main$3 } from './VTextInput.vue_vue_type_script_setup_true_lang-4df2a1eb.js';
|
|
4
|
+
import './VIconTitle.vue_vue_type_script_setup_true_lang-3af9d81d.js';
|
|
5
|
+
import './VIcon.vue_vue_type_script_setup_true_lang-d1646658.js';
|
|
6
6
|
|
|
7
7
|
const _hoisted_1$2 = {
|
|
8
8
|
block: "",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { _ as _sfc_main$1 } from './StateFields.vue_vue_type_script_setup_true_lang-
|
|
2
|
-
import { g, M } from './splitpanes.es-
|
|
3
|
-
import { v as defineComponent, a$ as ref, a1 as computed, c6 as piniaStoresCategory, bd as toRaw, c7 as piniaState, c8 as piniaGetters, z as unref, o as openBlock, e as createElementBlock, u as createVNode, h as withCtx, x as createBaseVNode, F as Fragment, i as renderList, q as normalizeClass, y as toDisplayString, c as createBlock } from './index-
|
|
4
|
-
import { p as pick } from './index-
|
|
5
|
-
import './VIcon.vue_vue_type_script_setup_true_lang-
|
|
6
|
-
import './VIconButton.vue_vue_type_script_setup_true_lang-
|
|
1
|
+
import { _ as _sfc_main$1 } from './StateFields.vue_vue_type_script_setup_true_lang-0e4af331.js';
|
|
2
|
+
import { g, M } from './splitpanes.es-8a68d356.js';
|
|
3
|
+
import { v as defineComponent, a$ as ref, a1 as computed, c6 as piniaStoresCategory, bd as toRaw, c7 as piniaState, c8 as piniaGetters, z as unref, o as openBlock, e as createElementBlock, u as createVNode, h as withCtx, x as createBaseVNode, F as Fragment, i as renderList, q as normalizeClass, y as toDisplayString, c as createBlock } from './index-793e4620.js';
|
|
4
|
+
import { p as pick } from './index-37b80b18.js';
|
|
5
|
+
import './VIcon.vue_vue_type_script_setup_true_lang-d1646658.js';
|
|
6
|
+
import './VIconButton.vue_vue_type_script_setup_true_lang-5c7fa25b.js';
|
|
7
7
|
|
|
8
8
|
const _hoisted_1 = {
|
|
9
9
|
"h-screen": "",
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { _ as __unplugin_components_0 } from './VPanelGrids-
|
|
2
|
-
import { v as defineComponent, z as unref, c0 as router, o as openBlock, e as createElementBlock, u as createVNode, h as withCtx, x as createBaseVNode, F as Fragment, i as renderList, c1 as routeRecordMatcherState, c2 as activeRouteRecordMatcherState, c as createBlock, b$ as _sfc_main$2, _ as __unplugin_components_7, q as normalizeClass, c3 as activeRouteRecordIndex, c4 as toggleRouteRecordMatcher, a9 as createTextVNode, y as toDisplayString, l as normalizeStyle, g as createCommentVNode, c5 as __unplugin_components_1 } from './index-
|
|
3
|
-
import { _ as _sfc_main$1 } from './StateFields.vue_vue_type_script_setup_true_lang-
|
|
4
|
-
import { g, M } from './splitpanes.es-
|
|
5
|
-
import './VIcon.vue_vue_type_script_setup_true_lang-
|
|
6
|
-
import './index-
|
|
7
|
-
import './VIconButton.vue_vue_type_script_setup_true_lang-
|
|
1
|
+
import { _ as __unplugin_components_0 } from './VPanelGrids-08ef47ce.js';
|
|
2
|
+
import { v as defineComponent, z as unref, c0 as router, o as openBlock, e as createElementBlock, u as createVNode, h as withCtx, x as createBaseVNode, F as Fragment, i as renderList, c1 as routeRecordMatcherState, c2 as activeRouteRecordMatcherState, c as createBlock, b$ as _sfc_main$2, _ as __unplugin_components_7, q as normalizeClass, c3 as activeRouteRecordIndex, c4 as toggleRouteRecordMatcher, a9 as createTextVNode, y as toDisplayString, l as normalizeStyle, g as createCommentVNode, c5 as __unplugin_components_1 } from './index-793e4620.js';
|
|
3
|
+
import { _ as _sfc_main$1 } from './StateFields.vue_vue_type_script_setup_true_lang-0e4af331.js';
|
|
4
|
+
import { g, M } from './splitpanes.es-8a68d356.js';
|
|
5
|
+
import './VIcon.vue_vue_type_script_setup_true_lang-d1646658.js';
|
|
6
|
+
import './index-37b80b18.js';
|
|
7
|
+
import './VIconButton.vue_vue_type_script_setup_true_lang-5c7fa25b.js';
|
|
8
8
|
|
|
9
9
|
const _hoisted_1 = {
|
|
10
10
|
key: 0,
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { _ as _sfc_main$
|
|
2
|
-
import { I as BaseTransition, J as BaseTransitionPropsValidators, K as Comment, L as EffectScope, F as Fragment, M as KeepAlive, R as ReactiveEffect, S as Static, N as Suspense, T as Teleport, O as Text, P as Transition, Q as TransitionGroup, V as VueElement, U as assertNumber, W as callWithAsyncErrorHandling, X as callWithErrorHandling, Y as camelize, Z as capitalize, $ as cloneVNode, a0 as compatUtils, a1 as computed, a2 as createApp, c as createBlock, g as createCommentVNode, e as createElementBlock, x as createBaseVNode, a3 as createHydrationRenderer, a4 as createPropsRestProxy, a5 as createRenderer, a6 as createSSRApp, a7 as createSlots, a8 as createStaticVNode, a9 as createTextVNode, u as createVNode, aa as customRef, ab as defineAsyncComponent, v as defineComponent, ac as defineCustomElement, ad as defineEmits, ae as defineExpose, af as defineModel, ag as defineOptions, ah as defineProps, ai as defineSSRCustomElement, aj as defineSlots, ak as devtools, al as effect, am as effectScope, an as getCurrentInstance, ao as getCurrentScope, ap as getTransitionRawChildren, aq as guardReactiveProps, ar as h, as as handleError, at as hasInjectionContext, au as hydrate, av as initCustomFormatter, aw as initDirectivesForSSR, ax as inject, ay as isMemoSame, az as isProxy, aA as isReactive, aB as isReadonly, aC as isRef, aD as isRuntimeOnly, aE as isShallow, aF as isVNode, m as markRaw, aG as mergeDefaults, aH as mergeModels, k as mergeProps, n as nextTick, q as normalizeClass, aI as normalizeProps, l as normalizeStyle, aJ as onActivated, aK as onBeforeMount, aL as onBeforeUnmount, aM as onBeforeUpdate, aN as onDeactivated, aO as onErrorCaptured, aP as onMounted, aQ as onRenderTracked, aR as onRenderTriggered, aS as onScopeDispose, aT as onServerPrefetch, aU as onUnmounted, aV as onUpdated, o as openBlock, a as popScopeId, aW as provide, aX as proxyRefs, p as pushScopeId, aY as queuePostFlushCb, aZ as reactive, a_ as readonly, a$ as ref, b0 as registerRuntimeCompiler, b1 as render, i as renderList, f as renderSlot, r as resolveComponent, b as resolveDirective, j as resolveDynamicComponent, b2 as resolveFilter, b3 as resolveTransitionHooks, b4 as setBlockTracking, b5 as setDevtoolsHook, b6 as setTransitionHooks, s as shallowReactive, b7 as shallowReadonly, b8 as shallowRef, b9 as ssrContextKey, ba as ssrUtils, bb as stop, y as toDisplayString, bc as toHandlerKey, t as toHandlers, bd as toRaw, be as toRef, bf as toRefs, bg as toValue, bh as transformVNodeArgs, bi as triggerRef, z as unref, bj as useAttrs, bk as useCssModule, bl as useCssVars, bm as useModel, bn as useSSRContext, bo as useSlots, bp as useTransitionState, bq as vModelCheckbox, br as vModelDynamic, bs as vModelRadio, bt as vModelSelect, bu as vModelText, bv as vShow, bw as version$1, bx as warn, by as watch, bz as watchEffect, bA as watchPostEffect, bB as watchSyncEffect, bC as withAsyncContext, h as withCtx, bD as withDefaults, d as withDirectives, bE as withKeys, bF as withMemo, bG as withModifiers, w as withScopeId, bH as
|
|
1
|
+
import { _ as _sfc_main$a, a as _sfc_main$d } from './VSwitch.vue_vue_type_script_setup_true_lang-b1b6daad.js';
|
|
2
|
+
import { I as BaseTransition, J as BaseTransitionPropsValidators, K as Comment, L as EffectScope, F as Fragment, M as KeepAlive, R as ReactiveEffect, S as Static, N as Suspense, T as Teleport, O as Text, P as Transition, Q as TransitionGroup, V as VueElement, U as assertNumber, W as callWithAsyncErrorHandling, X as callWithErrorHandling, Y as camelize, Z as capitalize, $ as cloneVNode, a0 as compatUtils, a1 as computed, a2 as createApp, c as createBlock, g as createCommentVNode, e as createElementBlock, x as createBaseVNode, a3 as createHydrationRenderer, a4 as createPropsRestProxy, a5 as createRenderer, a6 as createSSRApp, a7 as createSlots, a8 as createStaticVNode, a9 as createTextVNode, u as createVNode, aa as customRef, ab as defineAsyncComponent, v as defineComponent, ac as defineCustomElement, ad as defineEmits, ae as defineExpose, af as defineModel, ag as defineOptions, ah as defineProps, ai as defineSSRCustomElement, aj as defineSlots, ak as devtools, al as effect, am as effectScope, an as getCurrentInstance, ao as getCurrentScope, ap as getTransitionRawChildren, aq as guardReactiveProps, ar as h, as as handleError, at as hasInjectionContext, au as hydrate, av as initCustomFormatter, aw as initDirectivesForSSR, ax as inject, ay as isMemoSame, az as isProxy, aA as isReactive, aB as isReadonly, aC as isRef, aD as isRuntimeOnly, aE as isShallow, aF as isVNode, m as markRaw, aG as mergeDefaults, aH as mergeModels, k as mergeProps, n as nextTick, q as normalizeClass, aI as normalizeProps, l as normalizeStyle, aJ as onActivated, aK as onBeforeMount, aL as onBeforeUnmount, aM as onBeforeUpdate, aN as onDeactivated, aO as onErrorCaptured, aP as onMounted, aQ as onRenderTracked, aR as onRenderTriggered, aS as onScopeDispose, aT as onServerPrefetch, aU as onUnmounted, aV as onUpdated, o as openBlock, a as popScopeId, aW as provide, aX as proxyRefs, p as pushScopeId, aY as queuePostFlushCb, aZ as reactive, a_ as readonly, a$ as ref, b0 as registerRuntimeCompiler, b1 as render, i as renderList, f as renderSlot, r as resolveComponent, b as resolveDirective, j as resolveDynamicComponent, b2 as resolveFilter, b3 as resolveTransitionHooks, b4 as setBlockTracking, b5 as setDevtoolsHook, b6 as setTransitionHooks, s as shallowReactive, b7 as shallowReadonly, b8 as shallowRef, b9 as ssrContextKey, ba as ssrUtils, bb as stop, y as toDisplayString, bc as toHandlerKey, t as toHandlers, bd as toRaw, be as toRef, bf as toRefs, bg as toValue, bh as transformVNodeArgs, bi as triggerRef, z as unref, bj as useAttrs, bk as useCssModule, bl as useCssVars, bm as useModel, bn as useSSRContext, bo as useSlots, bp as useTransitionState, bq as vModelCheckbox, br as vModelDynamic, bs as vModelRadio, bt as vModelSelect, bu as vModelText, bv as vShow, bw as version$1, bx as warn, by as watch, bz as watchEffect, bA as watchPostEffect, bB as watchSyncEffect, bC as withAsyncContext, h as withCtx, bD as withDefaults, d as withDirectives, bE as withKeys, bF as withMemo, bG as withModifiers, w as withScopeId, bH as getSortedTabs, bI as updateTabsPosition, bJ as _export_sfc, bK as useVModel, bL as _sfc_main$5, bM as _sfc_main$6, bN as useToggle, bO as shouldHideTabGroup, bP as DEFAULT_TAB_GROUP, bQ as useGroupedTabs, bR as ungroupAllTabs, bS as resetAllTabs, bT as removeTabGroup, bU as checkGroupExist, bV as createGroup, bW as isInPopup, bX as useDevToolsSettings, bY as useFrameState, bZ as _sfc_main$b, b_ as _sfc_main$c, b$ as _sfc_main$e } from './index-793e4620.js';
|
|
3
|
+
import { _ as _sfc_main$4 } from './VIcon.vue_vue_type_script_setup_true_lang-d1646658.js';
|
|
3
4
|
import { a as getAugmentedNamespace, c as commonjsGlobal, g as getDefaultExportFromCjs } from './_commonjsHelpers-65004790.js';
|
|
4
|
-
import { _ as _sfc_main$
|
|
5
|
-
import { _ as _sfc_main$
|
|
6
|
-
import { _ as _sfc_main$
|
|
5
|
+
import { _ as _sfc_main$8 } from './VIconButton.vue_vue_type_script_setup_true_lang-5c7fa25b.js';
|
|
6
|
+
import { _ as _sfc_main$7 } from './VTextInput.vue_vue_type_script_setup_true_lang-4df2a1eb.js';
|
|
7
|
+
import { _ as _sfc_main$9 } from './VIconTitle.vue_vue_type_script_setup_true_lang-3af9d81d.js';
|
|
7
8
|
|
|
8
9
|
const compile = () => {
|
|
9
10
|
};
|
|
@@ -168,52 +169,6 @@ const vue_runtime_esmBundler = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.de
|
|
|
168
169
|
withScopeId
|
|
169
170
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
170
171
|
|
|
171
|
-
const _hoisted_1$4 = { class: "n-text-input flex flex items-center border n-border-base rounded px-2 py-1 focus-within:n-focus-base focus-within:border-context n-bg-base" };
|
|
172
|
-
const _hoisted_2$4 = ["disabled"];
|
|
173
|
-
const _hoisted_3$3 = {
|
|
174
|
-
key: 0,
|
|
175
|
-
value: "",
|
|
176
|
-
disabled: "",
|
|
177
|
-
hidden: ""
|
|
178
|
-
};
|
|
179
|
-
const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
180
|
-
__name: "VSelect",
|
|
181
|
-
props: {
|
|
182
|
-
modelValue: { default: void 0 },
|
|
183
|
-
placeholder: { default: "" },
|
|
184
|
-
icon: { default: "" },
|
|
185
|
-
disabled: { type: Boolean, default: false }
|
|
186
|
-
},
|
|
187
|
-
setup(__props, { emit }) {
|
|
188
|
-
const props = __props;
|
|
189
|
-
const input = useVModel(props, "modelValue", emit, { passive: true });
|
|
190
|
-
return (_ctx, _cache) => {
|
|
191
|
-
const _component_VIcon = _sfc_main$6;
|
|
192
|
-
return openBlock(), createElementBlock("div", _hoisted_1$4, [
|
|
193
|
-
renderSlot(_ctx.$slots, "icon", {}, () => [
|
|
194
|
-
_ctx.icon ? (openBlock(), createBlock(_component_VIcon, {
|
|
195
|
-
key: 0,
|
|
196
|
-
icon: _ctx.icon,
|
|
197
|
-
class: "mr-0.4em text-1.1em op50"
|
|
198
|
-
}, null, 8, ["icon"])) : createCommentVNode("", true)
|
|
199
|
-
]),
|
|
200
|
-
withDirectives(createBaseVNode("select", {
|
|
201
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(input) ? input.value = $event : null),
|
|
202
|
-
disabled: _ctx.disabled,
|
|
203
|
-
class: "w-full flex-auto n-bg-base !outline-none"
|
|
204
|
-
}, [
|
|
205
|
-
_ctx.placeholder ? (openBlock(), createElementBlock("option", _hoisted_3$3, toDisplayString(_ctx.placeholder), 1)) : createCommentVNode("", true),
|
|
206
|
-
renderSlot(_ctx.$slots, "default")
|
|
207
|
-
], 8, _hoisted_2$4), [
|
|
208
|
-
[vModelSelect, unref(input)]
|
|
209
|
-
])
|
|
210
|
-
]);
|
|
211
|
-
};
|
|
212
|
-
}
|
|
213
|
-
});
|
|
214
|
-
|
|
215
|
-
/* Injected with object hook! */
|
|
216
|
-
|
|
217
172
|
var vuedraggable_umd = {exports: {}};/* Injected with object hook! */
|
|
218
173
|
|
|
219
174
|
const require$$0 = /*@__PURE__*/getAugmentedNamespace(vue_runtime_esmBundler);
|
|
@@ -9101,7 +9056,7 @@ var vuedraggable_umdExports = vuedraggable_umd.exports;
|
|
|
9101
9056
|
const Draggable = /*@__PURE__*/getDefaultExportFromCjs(vuedraggable_umdExports);
|
|
9102
9057
|
/* Injected with object hook! */
|
|
9103
9058
|
|
|
9104
|
-
const _sfc_main$
|
|
9059
|
+
const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
9105
9060
|
__name: "TabGroupItem",
|
|
9106
9061
|
props: {
|
|
9107
9062
|
groupName: {},
|
|
@@ -9112,7 +9067,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
9112
9067
|
const dragging = ref(false);
|
|
9113
9068
|
const dragTabs = computed(() => getSortedTabs(props.tabs));
|
|
9114
9069
|
return (_ctx, _cache) => {
|
|
9115
|
-
const _component_VIcon = _sfc_main$
|
|
9070
|
+
const _component_VIcon = _sfc_main$4;
|
|
9116
9071
|
return openBlock(), createBlock(unref(Draggable), {
|
|
9117
9072
|
"model-value": unref(dragTabs),
|
|
9118
9073
|
"item-key": "title",
|
|
@@ -9152,25 +9107,25 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
9152
9107
|
/* unplugin-vue-components disabled */const TabGroupItem_vue_vue_type_style_index_0_scoped_27398280_lang = '';
|
|
9153
9108
|
/* Injected with object hook! */
|
|
9154
9109
|
|
|
9155
|
-
const __unplugin_components_4 = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
9110
|
+
const __unplugin_components_4 = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-27398280"]]);
|
|
9156
9111
|
|
|
9157
9112
|
/* Injected with object hook! */
|
|
9158
9113
|
|
|
9159
|
-
const _hoisted_1$
|
|
9114
|
+
const _hoisted_1$2 = {
|
|
9160
9115
|
flex: "~ col",
|
|
9161
9116
|
"min-w-100px": "",
|
|
9162
9117
|
"w-25vw": "",
|
|
9163
9118
|
"gap-15px": "",
|
|
9164
9119
|
p4: ""
|
|
9165
9120
|
};
|
|
9166
|
-
const _hoisted_2$
|
|
9121
|
+
const _hoisted_2$2 = {
|
|
9167
9122
|
"w-full": "",
|
|
9168
9123
|
flex: "",
|
|
9169
9124
|
"items-center": "",
|
|
9170
9125
|
"justify-end": "",
|
|
9171
9126
|
"gap-10px": ""
|
|
9172
9127
|
};
|
|
9173
|
-
const _sfc_main$
|
|
9128
|
+
const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
9174
9129
|
__name: "VConfirm",
|
|
9175
9130
|
props: {
|
|
9176
9131
|
modelValue: { type: Boolean },
|
|
@@ -9184,16 +9139,16 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
9184
9139
|
value.value = false;
|
|
9185
9140
|
}
|
|
9186
9141
|
return (_ctx, _cache) => {
|
|
9187
|
-
const _component_VButton = _sfc_main$
|
|
9188
|
-
const _component_VDialog = _sfc_main$
|
|
9142
|
+
const _component_VButton = _sfc_main$5;
|
|
9143
|
+
const _component_VDialog = _sfc_main$6;
|
|
9189
9144
|
return openBlock(), createBlock(_component_VDialog, {
|
|
9190
9145
|
modelValue: unref(value),
|
|
9191
9146
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => isRef(value) ? value.value = $event : null)
|
|
9192
9147
|
}, {
|
|
9193
9148
|
default: withCtx(() => [
|
|
9194
|
-
createBaseVNode("div", _hoisted_1$
|
|
9149
|
+
createBaseVNode("div", _hoisted_1$2, [
|
|
9195
9150
|
createBaseVNode("div", null, toDisplayString(_ctx.message), 1),
|
|
9196
|
-
createBaseVNode("div", _hoisted_2$
|
|
9151
|
+
createBaseVNode("div", _hoisted_2$2, [
|
|
9197
9152
|
createVNode(_component_VButton, {
|
|
9198
9153
|
"border-none": "",
|
|
9199
9154
|
bg: "gray-300/30",
|
|
@@ -9233,14 +9188,14 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
9233
9188
|
|
|
9234
9189
|
/* Injected with object hook! */
|
|
9235
9190
|
|
|
9236
|
-
const _hoisted_1$
|
|
9191
|
+
const _hoisted_1$1 = {
|
|
9237
9192
|
flex: "",
|
|
9238
9193
|
"flex-wrap": "",
|
|
9239
9194
|
"items-center": "",
|
|
9240
9195
|
"gap-12px": ""
|
|
9241
9196
|
};
|
|
9242
|
-
const _hoisted_2$
|
|
9243
|
-
const _hoisted_3$
|
|
9197
|
+
const _hoisted_2$1 = /* @__PURE__ */ createBaseVNode("div", { "i-material-symbols:360": "" }, null, -1);
|
|
9198
|
+
const _hoisted_3$1 = /* @__PURE__ */ createBaseVNode("div", { "i-material-symbols-ungroup": "" }, null, -1);
|
|
9244
9199
|
const _hoisted_4$1 = {
|
|
9245
9200
|
flex: "",
|
|
9246
9201
|
"gap-2": ""
|
|
@@ -9259,7 +9214,7 @@ const _hoisted_7$1 = {
|
|
|
9259
9214
|
capitalize: "",
|
|
9260
9215
|
op75: ""
|
|
9261
9216
|
};
|
|
9262
|
-
const _sfc_main$
|
|
9217
|
+
const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
9263
9218
|
__name: "TabGroup",
|
|
9264
9219
|
setup(__props) {
|
|
9265
9220
|
const groupTabs = useGroupedTabs();
|
|
@@ -9294,19 +9249,19 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
9294
9249
|
groupName.value = "";
|
|
9295
9250
|
}
|
|
9296
9251
|
return (_ctx, _cache) => {
|
|
9297
|
-
const _component_VButton = _sfc_main$
|
|
9298
|
-
const _component_VTextInput = _sfc_main$
|
|
9299
|
-
const _component_VConfirm = _sfc_main$
|
|
9300
|
-
const _component_VIconButton = _sfc_main$
|
|
9252
|
+
const _component_VButton = _sfc_main$5;
|
|
9253
|
+
const _component_VTextInput = _sfc_main$7;
|
|
9254
|
+
const _component_VConfirm = _sfc_main$2;
|
|
9255
|
+
const _component_VIconButton = _sfc_main$8;
|
|
9301
9256
|
const _component_TabGroupItem = __unplugin_components_4;
|
|
9302
9257
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
9303
|
-
createBaseVNode("div", _hoisted_1$
|
|
9258
|
+
createBaseVNode("div", _hoisted_1$1, [
|
|
9304
9259
|
createVNode(_component_VButton, {
|
|
9305
9260
|
n: "primary",
|
|
9306
9261
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => handleShowConfirm("reset"), ["prevent"]))
|
|
9307
9262
|
}, {
|
|
9308
9263
|
default: withCtx(() => [
|
|
9309
|
-
_hoisted_2$
|
|
9264
|
+
_hoisted_2$1,
|
|
9310
9265
|
createTextVNode(" Reset group ")
|
|
9311
9266
|
]),
|
|
9312
9267
|
_: 1
|
|
@@ -9316,7 +9271,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
9316
9271
|
onClick: _cache[1] || (_cache[1] = withModifiers(($event) => handleShowConfirm("ungroup"), ["prevent"]))
|
|
9317
9272
|
}, {
|
|
9318
9273
|
default: withCtx(() => [
|
|
9319
|
-
_hoisted_3$
|
|
9274
|
+
_hoisted_3$1,
|
|
9320
9275
|
createTextVNode(" Ungroup all tabs ")
|
|
9321
9276
|
]),
|
|
9322
9277
|
_: 1
|
|
@@ -9377,44 +9332,6 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
9377
9332
|
|
|
9378
9333
|
/* Injected with object hook! */
|
|
9379
9334
|
|
|
9380
|
-
const _hoisted_1$1 = ["checked", "disabled"];
|
|
9381
|
-
const _hoisted_2$1 = ["disabled"];
|
|
9382
|
-
const _hoisted_3$1 = /* @__PURE__ */ createBaseVNode("div", { class: "n-switch-slider n-checked:n-switch-slider-checked peer-active:n-active-base peer-focus-visible:n-focus-base n-transition" }, [
|
|
9383
|
-
/* @__PURE__ */ createBaseVNode("div", { class: "n-checked:n-switch-thumb-checked n-switch-thumb n-transition" })
|
|
9384
|
-
], -1);
|
|
9385
|
-
const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
9386
|
-
__name: "VSwitch",
|
|
9387
|
-
props: {
|
|
9388
|
-
modelValue: { type: Boolean, default: false },
|
|
9389
|
-
disabled: { type: Boolean, default: false }
|
|
9390
|
-
},
|
|
9391
|
-
setup(__props, { emit }) {
|
|
9392
|
-
const props = __props;
|
|
9393
|
-
const checked = useVModel(props, "modelValue", emit, { passive: true });
|
|
9394
|
-
return (_ctx, _cache) => {
|
|
9395
|
-
return openBlock(), createElementBlock("label", {
|
|
9396
|
-
class: "n-switch n-switch-base cursor-pointer n-disabled:n-disabled",
|
|
9397
|
-
checked: unref(checked) || null,
|
|
9398
|
-
disabled: _ctx.disabled || null
|
|
9399
|
-
}, [
|
|
9400
|
-
withDirectives(createBaseVNode("input", {
|
|
9401
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(checked) ? checked.value = $event : null),
|
|
9402
|
-
type: "checkbox",
|
|
9403
|
-
class: "peer absolute op0",
|
|
9404
|
-
disabled: _ctx.disabled,
|
|
9405
|
-
onKeypress: _cache[1] || (_cache[1] = withKeys(($event) => checked.value = !unref(checked), ["enter"]))
|
|
9406
|
-
}, null, 40, _hoisted_2$1), [
|
|
9407
|
-
[vModelCheckbox, unref(checked)]
|
|
9408
|
-
]),
|
|
9409
|
-
_hoisted_3$1,
|
|
9410
|
-
renderSlot(_ctx.$slots, "default")
|
|
9411
|
-
], 8, _hoisted_1$1);
|
|
9412
|
-
};
|
|
9413
|
-
}
|
|
9414
|
-
});
|
|
9415
|
-
|
|
9416
|
-
/* Injected with object hook! */
|
|
9417
|
-
|
|
9418
9335
|
const _hoisted_1 = {
|
|
9419
9336
|
"overflow-scroll": "",
|
|
9420
9337
|
px6: "",
|
|
@@ -9477,8 +9394,8 @@ const _hoisted_14 = /* @__PURE__ */ createBaseVNode("h3", {
|
|
|
9477
9394
|
}, " Appearance ", -1);
|
|
9478
9395
|
const _hoisted_15 = /* @__PURE__ */ createBaseVNode("div", {
|
|
9479
9396
|
"carbon-sun": "",
|
|
9480
|
-
"
|
|
9481
|
-
"
|
|
9397
|
+
"dark:carbon-moon": "",
|
|
9398
|
+
"translate-y--1px": ""
|
|
9482
9399
|
}, null, -1);
|
|
9483
9400
|
const _hoisted_16 = {
|
|
9484
9401
|
py3: "",
|
|
@@ -9531,15 +9448,15 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
9531
9448
|
}
|
|
9532
9449
|
const showTabGroup = ref(false);
|
|
9533
9450
|
return (_ctx, _cache) => {
|
|
9534
|
-
const _component_VIconTitle = _sfc_main$
|
|
9451
|
+
const _component_VIconTitle = _sfc_main$9;
|
|
9535
9452
|
const _component_VTooltip = resolveComponent("VTooltip");
|
|
9536
|
-
const _component_VSwitch = _sfc_main$
|
|
9453
|
+
const _component_VSwitch = _sfc_main$a;
|
|
9537
9454
|
const _component_TabIcon = _sfc_main$e;
|
|
9538
|
-
const _component_TabGroup = _sfc_main$
|
|
9539
|
-
const _component_PanelPosition = _sfc_main$
|
|
9540
|
-
const _component_VButton = _sfc_main$
|
|
9541
|
-
const _component_VDarkToggle = _sfc_main$
|
|
9542
|
-
const _component_VSelect = _sfc_main$
|
|
9455
|
+
const _component_TabGroup = _sfc_main$1;
|
|
9456
|
+
const _component_PanelPosition = _sfc_main$b;
|
|
9457
|
+
const _component_VButton = _sfc_main$5;
|
|
9458
|
+
const _component_VDarkToggle = _sfc_main$c;
|
|
9459
|
+
const _component_VSelect = _sfc_main$d;
|
|
9543
9460
|
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
9544
9461
|
createVNode(_component_VIconTitle, {
|
|
9545
9462
|
class: "mb-5 text-xl op75",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ar as h, o as openBlock, e as createElementBlock, f as renderSlot, l as normalizeStyle } from './index-
|
|
1
|
+
import { ar as h, o as openBlock, e as createElementBlock, f as renderSlot, l as normalizeStyle } from './index-793e4620.js';
|
|
2
2
|
|
|
3
3
|
const M = {
|
|
4
4
|
name: "splitpanes",
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { _ as _sfc_main$2 } from './StateFields.vue_vue_type_script_setup_true_lang-
|
|
2
|
-
import { _ as __unplugin_components_0 } from './VPanelGrids-
|
|
3
|
-
import { p as pushScopeId, a as popScopeId, n as nextTick, o as openBlock, c as createBlock, w as withScopeId, m as markRaw, s as shallowReactive, r as resolveComponent, b as resolveDirective, d as withDirectives, e as createElementBlock, f as renderSlot, g as createCommentVNode, h as withCtx, F as Fragment, i as renderList, j as resolveDynamicComponent, k as mergeProps, t as toHandlers, l as normalizeStyle, q as normalizeClass, u as createVNode, v as defineComponent, x as createBaseVNode, y as toDisplayString, z as unref, _ as __unplugin_components_7, A as timelineLayer, B as activeTimelineEvents, C as activeTimelineEventIndex, D as toggleTimelineEventIndex, E as timelineEventDetails, G as activeLayerId, H as toggleTimelineLayer } from './index-
|
|
1
|
+
import { _ as _sfc_main$2 } from './StateFields.vue_vue_type_script_setup_true_lang-0e4af331.js';
|
|
2
|
+
import { _ as __unplugin_components_0 } from './VPanelGrids-08ef47ce.js';
|
|
3
|
+
import { p as pushScopeId, a as popScopeId, n as nextTick, o as openBlock, c as createBlock, w as withScopeId, m as markRaw, s as shallowReactive, r as resolveComponent, b as resolveDirective, d as withDirectives, e as createElementBlock, f as renderSlot, g as createCommentVNode, h as withCtx, F as Fragment, i as renderList, j as resolveDynamicComponent, k as mergeProps, t as toHandlers, l as normalizeStyle, q as normalizeClass, u as createVNode, v as defineComponent, x as createBaseVNode, y as toDisplayString, z as unref, _ as __unplugin_components_7, A as timelineLayer, B as activeTimelineEvents, C as activeTimelineEventIndex, D as toggleTimelineEventIndex, E as timelineEventDetails, G as activeLayerId, H as toggleTimelineLayer } from './index-793e4620.js';
|
|
4
4
|
import { c as commonjsGlobal, g as getDefaultExportFromCjs } from './_commonjsHelpers-65004790.js';
|
|
5
|
-
import { g, M } from './splitpanes.es-
|
|
6
|
-
import './VIcon.vue_vue_type_script_setup_true_lang-
|
|
7
|
-
import './index-
|
|
8
|
-
import './VIconButton.vue_vue_type_script_setup_true_lang-
|
|
5
|
+
import { g, M } from './splitpanes.es-8a68d356.js';
|
|
6
|
+
import './VIcon.vue_vue_type_script_setup_true_lang-d1646658.js';
|
|
7
|
+
import './index-37b80b18.js';
|
|
8
|
+
import './VIconButton.vue_vue_type_script_setup_true_lang-5c7fa25b.js';
|
|
9
9
|
|
|
10
10
|
var dayjs_min = {exports: {}};/* Injected with object hook! */
|
|
11
11
|
|
|
12
12
|
(function (module, exports) {
|
|
13
|
-
!function(t,e){module.exports=e();}(commonjsGlobal,(function(){var t=1e3,e=6e4,n=36e5,r="millisecond",i="second",s="minute",u="hour",a="day",o="week",
|
|
13
|
+
!function(t,e){module.exports=e();}(commonjsGlobal,(function(){var t=1e3,e=6e4,n=36e5,r="millisecond",i="second",s="minute",u="hour",a="day",o="week",c="month",f="quarter",h="year",d="date",l="Invalid Date",$=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,y=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,M={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(t){var e=["th","st","nd","rd"],n=t%100;return "["+t+(e[(n-20)%10]||e[n]||e[0])+"]"}},m=function(t,e,n){var r=String(t);return !r||r.length>=e?t:""+Array(e+1-r.length).join(n)+t},v={s:m,z:function(t){var e=-t.utcOffset(),n=Math.abs(e),r=Math.floor(n/60),i=n%60;return (e<=0?"+":"-")+m(r,2,"0")+":"+m(i,2,"0")},m:function t(e,n){if(e.date()<n.date())return -t(n,e);var r=12*(n.year()-e.year())+(n.month()-e.month()),i=e.clone().add(r,c),s=n-i<0,u=e.clone().add(r+(s?-1:1),c);return +(-(r+(n-i)/(s?i-u:u-i))||0)},a:function(t){return t<0?Math.ceil(t)||0:Math.floor(t)},p:function(t){return {M:c,y:h,w:o,d:a,D:d,h:u,m:s,s:i,ms:r,Q:f}[t]||String(t||"").toLowerCase().replace(/s$/,"")},u:function(t){return void 0===t}},g="en",D={};D[g]=M;var p=function(t){return t instanceof b},S=function t(e,n,r){var i;if(!e)return g;if("string"==typeof e){var s=e.toLowerCase();D[s]&&(i=s),n&&(D[s]=n,i=s);var u=e.split("-");if(!i&&u.length>1)return t(u[0])}else {var a=e.name;D[a]=e,i=a;}return !r&&i&&(g=i),i||!r&&g},w=function(t,e){if(p(t))return t.clone();var n="object"==typeof e?e:{};return n.date=t,n.args=arguments,new b(n)},O=v;O.l=S,O.i=p,O.w=function(t,e){return w(t,{locale:e.$L,utc:e.$u,x:e.$x,$offset:e.$offset})};var b=function(){function M(t){this.$L=S(t.locale,null,!0),this.parse(t);}var m=M.prototype;return m.parse=function(t){this.$d=function(t){var e=t.date,n=t.utc;if(null===e)return new Date(NaN);if(O.u(e))return new Date;if(e instanceof Date)return new Date(e);if("string"==typeof e&&!/Z$/i.test(e)){var r=e.match($);if(r){var i=r[2]-1||0,s=(r[7]||"0").substring(0,3);return n?new Date(Date.UTC(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,s)):new Date(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,s)}}return new Date(e)}(t),this.$x=t.x||{},this.init();},m.init=function(){var t=this.$d;this.$y=t.getFullYear(),this.$M=t.getMonth(),this.$D=t.getDate(),this.$W=t.getDay(),this.$H=t.getHours(),this.$m=t.getMinutes(),this.$s=t.getSeconds(),this.$ms=t.getMilliseconds();},m.$utils=function(){return O},m.isValid=function(){return !(this.$d.toString()===l)},m.isSame=function(t,e){var n=w(t);return this.startOf(e)<=n&&n<=this.endOf(e)},m.isAfter=function(t,e){return w(t)<this.startOf(e)},m.isBefore=function(t,e){return this.endOf(e)<w(t)},m.$g=function(t,e,n){return O.u(t)?this[e]:this.set(n,t)},m.unix=function(){return Math.floor(this.valueOf()/1e3)},m.valueOf=function(){return this.$d.getTime()},m.startOf=function(t,e){var n=this,r=!!O.u(e)||e,f=O.p(t),l=function(t,e){var i=O.w(n.$u?Date.UTC(n.$y,e,t):new Date(n.$y,e,t),n);return r?i:i.endOf(a)},$=function(t,e){return O.w(n.toDate()[t].apply(n.toDate("s"),(r?[0,0,0,0]:[23,59,59,999]).slice(e)),n)},y=this.$W,M=this.$M,m=this.$D,v="set"+(this.$u?"UTC":"");switch(f){case h:return r?l(1,0):l(31,11);case c:return r?l(1,M):l(0,M+1);case o:var g=this.$locale().weekStart||0,D=(y<g?y+7:y)-g;return l(r?m-D:m+(6-D),M);case a:case d:return $(v+"Hours",0);case u:return $(v+"Minutes",1);case s:return $(v+"Seconds",2);case i:return $(v+"Milliseconds",3);default:return this.clone()}},m.endOf=function(t){return this.startOf(t,!1)},m.$set=function(t,e){var n,o=O.p(t),f="set"+(this.$u?"UTC":""),l=(n={},n[a]=f+"Date",n[d]=f+"Date",n[c]=f+"Month",n[h]=f+"FullYear",n[u]=f+"Hours",n[s]=f+"Minutes",n[i]=f+"Seconds",n[r]=f+"Milliseconds",n)[o],$=o===a?this.$D+(e-this.$W):e;if(o===c||o===h){var y=this.clone().set(d,1);y.$d[l]($),y.init(),this.$d=y.set(d,Math.min(this.$D,y.daysInMonth())).$d;}else l&&this.$d[l]($);return this.init(),this},m.set=function(t,e){return this.clone().$set(t,e)},m.get=function(t){return this[O.p(t)]()},m.add=function(r,f){var d,l=this;r=Number(r);var $=O.p(f),y=function(t){var e=w(l);return O.w(e.date(e.date()+Math.round(t*r)),l)};if($===c)return this.set(c,this.$M+r);if($===h)return this.set(h,this.$y+r);if($===a)return y(1);if($===o)return y(7);var M=(d={},d[s]=e,d[u]=n,d[i]=t,d)[$]||1,m=this.$d.getTime()+r*M;return O.w(m,this)},m.subtract=function(t,e){return this.add(-1*t,e)},m.format=function(t){var e=this,n=this.$locale();if(!this.isValid())return n.invalidDate||l;var r=t||"YYYY-MM-DDTHH:mm:ssZ",i=O.z(this),s=this.$H,u=this.$m,a=this.$M,o=n.weekdays,c=n.months,f=n.meridiem,h=function(t,n,i,s){return t&&(t[n]||t(e,r))||i[n].slice(0,s)},d=function(t){return O.s(s%12||12,t,"0")},$=f||function(t,e,n){var r=t<12?"AM":"PM";return n?r.toLowerCase():r};return r.replace(y,(function(t,r){return r||function(t){switch(t){case"YY":return String(e.$y).slice(-2);case"YYYY":return O.s(e.$y,4,"0");case"M":return a+1;case"MM":return O.s(a+1,2,"0");case"MMM":return h(n.monthsShort,a,c,3);case"MMMM":return h(c,a);case"D":return e.$D;case"DD":return O.s(e.$D,2,"0");case"d":return String(e.$W);case"dd":return h(n.weekdaysMin,e.$W,o,2);case"ddd":return h(n.weekdaysShort,e.$W,o,3);case"dddd":return o[e.$W];case"H":return String(s);case"HH":return O.s(s,2,"0");case"h":return d(1);case"hh":return d(2);case"a":return $(s,u,!0);case"A":return $(s,u,!1);case"m":return String(u);case"mm":return O.s(u,2,"0");case"s":return String(e.$s);case"ss":return O.s(e.$s,2,"0");case"SSS":return O.s(e.$ms,3,"0");case"Z":return i}return null}(t)||i.replace(":","")}))},m.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},m.diff=function(r,d,l){var $,y=this,M=O.p(d),m=w(r),v=(m.utcOffset()-this.utcOffset())*e,g=this-m,D=function(){return O.m(y,m)};switch(M){case h:$=D()/12;break;case c:$=D();break;case f:$=D()/3;break;case o:$=(g-v)/6048e5;break;case a:$=(g-v)/864e5;break;case u:$=g/n;break;case s:$=g/e;break;case i:$=g/t;break;default:$=g;}return l?$:O.a($)},m.daysInMonth=function(){return this.endOf(c).$D},m.$locale=function(){return D[this.$L]},m.locale=function(t,e){if(!t)return this.$L;var n=this.clone(),r=S(t,e,!0);return r&&(n.$L=r),n},m.clone=function(){return O.w(this.$d,this)},m.toDate=function(){return new Date(this.valueOf())},m.toJSON=function(){return this.isValid()?this.toISOString():null},m.toISOString=function(){return this.$d.toISOString()},m.toString=function(){return this.$d.toUTCString()},M}(),_=b.prototype;return w.prototype=_,[["$ms",r],["$s",i],["$m",s],["$H",u],["$W",a],["$M",c],["$y",h],["$D",d]].forEach((function(t){_[t[1]]=function(e){return this.$g(e,t[0],t[1])};})),w.extend=function(t,e){return t.$i||(t(e,b,w),t.$i=!0),w},w.locale=S,w.isDayjs=p,w.unix=function(t){return w(1e3*t)},w.en=D[g],w.Ls=D,w.p={},w}));
|
|
14
14
|
} (dayjs_min));
|
|
15
15
|
|
|
16
16
|
var dayjs_minExports = dayjs_min.exports;
|
package/dist/client/index.html
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
6
|
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
|
|
7
7
|
<title>Vue DevTools</title>
|
|
8
|
-
<script type="module" crossorigin src="./assets/index-
|
|
9
|
-
<link rel="stylesheet" href="./assets/index-
|
|
8
|
+
<script type="module" crossorigin src="./assets/index-793e4620.js"></script>
|
|
9
|
+
<link rel="stylesheet" href="./assets/index-ee2ca8be.css">
|
|
10
10
|
</head>
|
|
11
11
|
<body>
|
|
12
12
|
<div id="app"></div>
|