@vc-shell/framework 2.4.0-pr293.12237a1 → 2.4.0-pr295.d5bed36

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 (27) 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-BUv6ZtsI.js → VcScheduler.vue_vue_type_script_setup_true_lang-D73V_F2S.js} +1935 -1912
  7. package/dist/chunks/VcScheduler.vue_vue_type_script_setup_true_lang-D73V_F2S.js.map +1 -0
  8. package/dist/chunks/{VcScheduler.vue_vue_type_style_index_0_lang-Dj-nP2Jc.js → VcScheduler.vue_vue_type_style_index_0_lang-BTg4PjTB.js} +1 -1
  9. package/dist/chunks/VcScheduler.vue_vue_type_style_index_0_lang-BTg4PjTB.js.map +1 -0
  10. package/dist/chunks/{dashboard-feed-row.vue_vue_type_script_setup_true_lang-C6gLMw3Z.js → dashboard-feed-row.vue_vue_type_script_setup_true_lang-DSujdkDw.js} +2 -2
  11. package/dist/chunks/{dashboard-feed-row.vue_vue_type_script_setup_true_lang-C6gLMw3Z.js.map → dashboard-feed-row.vue_vue_type_script_setup_true_lang-DSujdkDw.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/error.d.ts.map +1 -1
  16. package/dist/core/utilities/sessionExpiration.d.ts +14 -0
  17. package/dist/core/utilities/sessionExpiration.d.ts.map +1 -1
  18. package/dist/dashboard/index.js +1 -1
  19. package/dist/framework.js +906 -904
  20. package/dist/framework.js.map +1 -1
  21. package/dist/tsconfig.tsbuildinfo +1 -1
  22. package/dist/ui/composables/useDataTablePagination.d.ts +22 -1
  23. package/dist/ui/composables/useDataTablePagination.d.ts.map +1 -1
  24. package/dist/ui/index.js +3 -3
  25. package/package.json +4 -4
  26. package/dist/chunks/VcScheduler.vue_vue_type_script_setup_true_lang-BUv6ZtsI.js.map +0 -1
  27. package/dist/chunks/VcScheduler.vue_vue_type_style_index_0_lang-Dj-nP2Jc.js.map +0 -1
@@ -3363,6 +3363,11 @@ function mt() {
3363
3363
  function Re() {
3364
3364
  B = !1;
3365
3365
  }
3366
+ class vt extends Error {
3367
+ constructor(e = "The session has expired, so this request was not completed.") {
3368
+ super(e), this.name = "SessionExpiredError";
3369
+ }
3370
+ }
3366
3371
  const L = "vc_auth_data", m = E("use-user");
3367
3372
  function Ce() {
3368
3373
  try {
@@ -3567,7 +3572,7 @@ function ze() {
3567
3572
  getAccessToken: f
3568
3573
  };
3569
3574
  }
3570
- const $e = le(ze), vt = () => {
3575
+ const $e = le(ze), bt = () => {
3571
3576
  const i = $e();
3572
3577
  return {
3573
3578
  user: i.user,
@@ -3578,7 +3583,7 @@ const $e = le(ze), vt = () => {
3578
3583
  signOut: i.signOut,
3579
3584
  getAccessToken: i.getAccessToken
3580
3585
  };
3581
- }, bt = Symbol("BladeStack"), xt = Symbol("BladeMessaging"), gt = Symbol("BladeDescriptor"), Et = Symbol("BladeMaximized"), Ut = Symbol("BladeRenderingState"), yt = Symbol("BladeData"), St = Symbol("BladeBanners"), Tt = Symbol("BladeBackButton"), _t = Symbol("NotificationStore"), Pt = Symbol("WidgetService"), wt = Symbol("DashboardService"), Ot = Symbol("MenuService"), At = Symbol("SettingsMenuService"), jt = Symbol("AppBarWidgetService"), Rt = Symbol("AppBarMobileButtonsService"), Ct = Symbol("LanguageService"), It = Symbol("ToolbarService"), zt = Symbol("DynamicModules"), $t = Symbol("ModulesReady"), Nt = Symbol("ModulesLoadError"), Ne = Symbol("AppRootElement"), Gt = Symbol("EmbeddedMode"), kt = Symbol("ShellIndicators"), Jt = Symbol("AiAgentService"), Ft = Symbol("IsMobile"), Mt = Symbol("IsDesktop"), Dt = Symbol("IsPhone"), Bt = Symbol("IsTablet"), Lt = Symbol("IsTouch"), Kt = Symbol("BladeRoutes"), Wt = Symbol("InternalRoutes"), Vt = Symbol("CloseSettingsMenu"), qt = Symbol("BladeContext"), Ht = Symbol("WidgetScope"), Yt = Symbol("BladeForm"), Xt = Symbol("BladeLoading"), Ge = /* @__PURE__ */ P({
3586
+ }, xt = Symbol("BladeStack"), gt = Symbol("BladeMessaging"), Et = Symbol("BladeDescriptor"), Ut = Symbol("BladeMaximized"), yt = Symbol("BladeRenderingState"), St = Symbol("BladeData"), Tt = Symbol("BladeBanners"), _t = Symbol("BladeBackButton"), Pt = Symbol("NotificationStore"), wt = Symbol("WidgetService"), Ot = Symbol("DashboardService"), At = Symbol("MenuService"), jt = Symbol("SettingsMenuService"), Rt = Symbol("AppBarWidgetService"), Ct = Symbol("AppBarMobileButtonsService"), It = Symbol("LanguageService"), zt = Symbol("ToolbarService"), $t = Symbol("DynamicModules"), Nt = Symbol("ModulesReady"), Gt = Symbol("ModulesLoadError"), Ne = Symbol("AppRootElement"), kt = Symbol("EmbeddedMode"), Jt = Symbol("ShellIndicators"), Ft = Symbol("AiAgentService"), Mt = Symbol("IsMobile"), Dt = Symbol("IsDesktop"), Bt = Symbol("IsPhone"), Lt = Symbol("IsTablet"), Kt = Symbol("IsTouch"), Wt = Symbol("BladeRoutes"), Vt = Symbol("InternalRoutes"), qt = Symbol("CloseSettingsMenu"), Ht = Symbol("BladeContext"), Yt = Symbol("WidgetScope"), Xt = Symbol("BladeForm"), Zt = Symbol("BladeLoading"), Ge = /* @__PURE__ */ P({
3582
3587
  __name: "vc-material-icon",
3583
3588
  props: {
3584
3589
  icon: {},
@@ -3723,7 +3728,7 @@ const $e = le(ze), vt = () => {
3723
3728
  }, null, 8, Me)) : D("", !0)
3724
3729
  ], 16));
3725
3730
  }
3726
- }), Be = ["aria-hidden", "aria-label", "role"], Zt = /* @__PURE__ */ P({
3731
+ }), Be = ["aria-hidden", "aria-label", "role"], Qt = /* @__PURE__ */ P({
3727
3732
  __name: "vc-icon",
3728
3733
  props: {
3729
3734
  icon: { default: "lucide-square" },
@@ -3876,7 +3881,7 @@ function Le(i = {}) {
3876
3881
  })
3877
3882
  };
3878
3883
  }
3879
- const Ke = ["aria-describedby"], Qt = /* @__PURE__ */ P({
3884
+ const Ke = ["aria-describedby"], er = /* @__PURE__ */ P({
3880
3885
  __name: "vc-tooltip",
3881
3886
  props: {
3882
3887
  placement: { default: "bottom" },
@@ -3981,77 +3986,78 @@ const Ke = ["aria-describedby"], Qt = /* @__PURE__ */ P({
3981
3986
  }
3982
3987
  });
3983
3988
  export {
3984
- ye as $,
3985
- Jt as A,
3986
- gt as B,
3987
- Ne as C,
3988
- Qe as D,
3989
- Gt as E,
3990
- x as F,
3991
- et as G,
3992
- Tt as H,
3993
- Dt as I,
3994
- Xt as J,
3995
- Et as K,
3996
- Ct as L,
3997
- $t as M,
3998
- _t as N,
3989
+ Ue as $,
3990
+ Ft as A,
3991
+ Et as B,
3992
+ Ee as C,
3993
+ Ne as D,
3994
+ kt as E,
3995
+ Qe as F,
3996
+ x as G,
3997
+ et as H,
3998
+ Bt as I,
3999
+ _t as J,
4000
+ Zt as K,
4001
+ It as L,
4002
+ Nt as M,
4003
+ Pt as N,
3999
4004
  Ut as O,
4000
- tt as P,
4001
- Vt as Q,
4002
- wt as R,
4005
+ yt as P,
4006
+ tt as Q,
4007
+ qt as R,
4003
4008
  ht as S,
4004
- It as T,
4005
- rt as U,
4006
- nt as V,
4007
- Pt as W,
4008
- zt as X,
4009
- st as Y,
4010
- Ue as Z,
4011
- Zt as _,
4012
- Qt as a,
4013
- xe as a0,
4014
- Wt as a1,
4015
- at as a2,
4016
- Se as a3,
4017
- it as a4,
4018
- ot as a5,
4019
- Nt as a6,
4020
- lt as a7,
4021
- Te as a8,
4022
- ut as a9,
4023
- ge as aa,
4024
- _e as ab,
4025
- ct as ac,
4026
- kt as ad,
4027
- Pe as ae,
4028
- ze as af,
4029
- $e as ag,
4030
- dt as ah,
4031
- ft as ai,
4032
- bt as b,
4009
+ zt as T,
4010
+ Ot as U,
4011
+ rt as V,
4012
+ wt as W,
4013
+ nt as X,
4014
+ $t as Y,
4015
+ st as Z,
4016
+ Qt as _,
4017
+ er as a,
4018
+ ye as a0,
4019
+ xe as a1,
4020
+ Vt as a2,
4021
+ at as a3,
4022
+ Se as a4,
4023
+ it as a5,
4024
+ ot as a6,
4025
+ Gt as a7,
4026
+ lt as a8,
4027
+ Te as a9,
4028
+ ut as aa,
4029
+ ge as ab,
4030
+ _e as ac,
4031
+ ct as ad,
4032
+ Jt as ae,
4033
+ Pe as af,
4034
+ ze as ag,
4035
+ $e as ah,
4036
+ dt as ai,
4037
+ ft as aj,
4038
+ xt as b,
4033
4039
  E as c,
4034
- xt as d,
4035
- St as e,
4036
- yt as f,
4037
- vt as g,
4038
- Ht as h,
4040
+ gt as d,
4041
+ Tt as e,
4042
+ St as f,
4043
+ bt as g,
4044
+ Yt as h,
4039
4045
  mt as i,
4040
- qt as j,
4041
- je as k,
4042
- Yt as l,
4046
+ Ht as j,
4047
+ vt as k,
4048
+ je as l,
4043
4049
  pt as m,
4044
- Bt as n,
4045
- Ft as o,
4050
+ Xt as n,
4051
+ Lt as o,
4046
4052
  Mt as p,
4047
- Lt as q,
4053
+ Dt as q,
4048
4054
  Kt as r,
4049
- jt as s,
4050
- Ot as t,
4055
+ Wt as s,
4056
+ Rt as t,
4051
4057
  Le as u,
4052
4058
  At as v,
4053
- we as w,
4054
- Rt as x,
4055
- Ze as y,
4056
- Ee as z
4059
+ jt as w,
4060
+ we as x,
4061
+ Ct as y,
4062
+ Ze as z
4057
4063
  };