@vc-shell/framework 2.4.0-pr290.ccaa553 → 2.4.0-pr291.53ab3b3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ai-agent/index.js +3 -3
- package/dist/chunks/{VcAiAgentPanel.vue_vue_type_script_setup_true_lang-Cm_izaFs.js → VcAiAgentPanel.vue_vue_type_script_setup_true_lang-DKRyBR_M.js} +1 -1
- package/dist/chunks/{VcAiAgentPanel.vue_vue_type_script_setup_true_lang-Cm_izaFs.js.map → VcAiAgentPanel.vue_vue_type_script_setup_true_lang-DKRyBR_M.js.map} +1 -1
- package/dist/chunks/{VcAiAgentPanel.vue_vue_type_style_index_0_lang-DrGobYkj.js → VcAiAgentPanel.vue_vue_type_style_index_0_lang-CZdY18Hq.js} +74 -68
- package/dist/chunks/{VcAiAgentPanel.vue_vue_type_style_index_0_lang-DrGobYkj.js.map → VcAiAgentPanel.vue_vue_type_style_index_0_lang-CZdY18Hq.js.map} +1 -1
- package/dist/chunks/{VcScheduler.vue_vue_type_script_setup_true_lang-CbGnJDiN.js → VcScheduler.vue_vue_type_script_setup_true_lang-ChoQ2kw3.js} +1724 -1701
- package/dist/chunks/{VcScheduler.vue_vue_type_script_setup_true_lang-CbGnJDiN.js.map → VcScheduler.vue_vue_type_script_setup_true_lang-ChoQ2kw3.js.map} +1 -1
- package/dist/chunks/{VcScheduler.vue_vue_type_style_index_0_lang-BSvjI-39.js → VcScheduler.vue_vue_type_style_index_0_lang-ASfSeouY.js} +1 -1
- package/dist/chunks/{VcScheduler.vue_vue_type_style_index_0_lang-BSvjI-39.js.map → VcScheduler.vue_vue_type_style_index_0_lang-ASfSeouY.js.map} +1 -1
- package/dist/chunks/{dashboard-feed-row.vue_vue_type_script_setup_true_lang-C9fu-sdk.js → dashboard-feed-row.vue_vue_type_script_setup_true_lang-yuNUhSE_.js} +2 -2
- package/dist/chunks/{dashboard-feed-row.vue_vue_type_script_setup_true_lang-C9fu-sdk.js.map → dashboard-feed-row.vue_vue_type_script_setup_true_lang-yuNUhSE_.js.map} +1 -1
- package/dist/chunks/{index-C-SEYj46.js → index-Cp8w9Q3q.js} +2 -2
- package/dist/chunks/{index-C-SEYj46.js.map → index-Cp8w9Q3q.js.map} +1 -1
- package/dist/core/interceptors/index.d.ts.map +1 -1
- package/dist/core/utilities/sessionExpiration.d.ts +14 -0
- package/dist/core/utilities/sessionExpiration.d.ts.map +1 -1
- package/dist/dashboard/index.js +1 -1
- package/dist/framework.js +906 -904
- package/dist/framework.js.map +1 -1
- package/dist/index.css +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/organisms/vc-scheduler/VcScheduler.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-scheduler/_internal/month/MonthMorePopover.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-scheduler/_internal/month/MonthWeekRow.vue.d.ts.map +1 -1
- package/dist/ui/index.js +3 -3
- package/package.json +4 -4
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { mergeProps as ae, computed as C, toValue as fe, inject as U, useId as Wt, ref as S, onBeforeUnmount as Qe, reactive as Ke, provide as mt, getCurrentScope as jt, onScopeDispose as Ht, getCurrentInstance as Ne, onErrorCaptured as Gt, nextTick as me, defineComponent as G, watch as X, unref as i, openBlock as g, createElementBlock as h, normalizeClass as Z, createBlock as z, createCommentVNode as w, renderSlot as B, createElementVNode as L, toDisplayString as N, Fragment as ke, renderList as _e, normalizeStyle as Ve, resolveDynamicComponent as yt, withCtx as E, createVNode as T, withKeys as _, withModifiers as Y, watchEffect as je, shallowReactive as He, markRaw as Ge, createSlots as pe, createTextVNode as ee, Transition as Re, withDirectives as et, vModelText as Jt, useAttrs as bt, vModelDynamic as Yt, onMounted as tt, onUnmounted as ht, Teleport as Xt, normalizeProps as Ce, guardReactiveProps as Be } from "vue";
|
|
2
|
-
import { c as ce,
|
|
2
|
+
import { c as ce, ah as Zt, K as Qt, v as _t, r as en, o as tn, I as nn, q as an, p as on, B as It, b as ln, i as rn, _ as W, T as kt, a as sn, U as un, w as cn, u as dn } from "./VcAiAgentPanel.vue_vue_type_style_index_0_lang-CZdY18Hq.js";
|
|
3
3
|
import { defineRule as Se } from "vee-validate";
|
|
4
4
|
import { a as ct } from "./vendor-vee-validate-rules-4oWUZPpG.js";
|
|
5
5
|
import { a as St, s as fn, c as gn, b as Ue, e as Le } from "./vendor-lodash-es-D2n90GJy.js";
|