@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.
Files changed (26) hide show
  1. package/dist/ai-agent/index.js +3 -3
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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
  12. package/dist/chunks/{index-C-SEYj46.js → index-Cp8w9Q3q.js} +2 -2
  13. package/dist/chunks/{index-C-SEYj46.js.map → index-Cp8w9Q3q.js.map} +1 -1
  14. package/dist/core/interceptors/index.d.ts.map +1 -1
  15. package/dist/core/utilities/sessionExpiration.d.ts +14 -0
  16. package/dist/core/utilities/sessionExpiration.d.ts.map +1 -1
  17. package/dist/dashboard/index.js +1 -1
  18. package/dist/framework.js +906 -904
  19. package/dist/framework.js.map +1 -1
  20. package/dist/index.css +1 -1
  21. package/dist/tsconfig.tsbuildinfo +1 -1
  22. package/dist/ui/components/organisms/vc-scheduler/VcScheduler.vue.d.ts.map +1 -1
  23. package/dist/ui/components/organisms/vc-scheduler/_internal/month/MonthMorePopover.vue.d.ts.map +1 -1
  24. package/dist/ui/components/organisms/vc-scheduler/_internal/month/MonthWeekRow.vue.d.ts.map +1 -1
  25. package/dist/ui/index.js +3 -3
  26. package/package.json +4 -4
@@ -1,6 +1,6 @@
1
- import { a, u as e } from "../chunks/index-C-SEYj46.js";
2
- import { A as s, D as T, E as n, H as o, _ as D, c as S, u as i } from "../chunks/VcAiAgentPanel.vue_vue_type_script_setup_true_lang-Cm_izaFs.js";
3
- import "../chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-DrGobYkj.js";
1
+ import { a, u as e } from "../chunks/index-Cp8w9Q3q.js";
2
+ import { A as s, D as T, E as n, H as o, _ as D, c as S, u as i } from "../chunks/VcAiAgentPanel.vue_vue_type_script_setup_true_lang-DKRyBR_M.js";
3
+ import "../chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-CZdY18Hq.js";
4
4
  export {
5
5
  s as AI_AGENT_URL_ENV_KEY,
6
6
  T as DEFAULT_AI_AGENT_CONFIG,
@@ -1,5 +1,5 @@
1
1
  import { ref as D, computed as E, shallowRef as Ge, watch as q, getCurrentInstance as ee, inject as N, isRef as Ve, provide as ke, defineComponent as H, openBlock as y, createElementBlock as x, createElementVNode as A, createCommentVNode as z, createStaticVNode as Ke, Fragment as Ae, renderList as qe, toDisplayString as K, createVNode as O, createBlock as se, unref as T, withCtx as F, withKeys as U, withModifiers as G, createTextVNode as Ce, Transition as Pe, normalizeClass as Me, onUnmounted as ze, normalizeStyle as He } from "vue";
2
- import { c as W, b as De, d as We, B as Ze, e as Xe, f as Ye, A as be, L as je, g as Qe, T as Je, a as me, _ as ie, E as et } from "./VcAiAgentPanel.vue_vue_type_style_index_0_lang-DrGobYkj.js";
2
+ import { c as W, b as De, d as We, B as Ze, e as Xe, f as Ye, A as be, L as je, g as Qe, T as Je, a as me, _ as ie, E as et } from "./VcAiAgentPanel.vue_vue_type_style_index_0_lang-CZdY18Hq.js";
3
3
  import { c as te } from "./vendor-lodash-es-D2n90GJy.js";
4
4
  import { u as tt } from "./vendor-vueuse-core-BFa9je5E.js";
5
5
  import { u as nt } from "./vendor-vue-i18n-LO-EJStU.js";