@vc-shell/framework 2.4.0-pr283.ebaab47 → 2.4.0-pr284.ad0152c

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/chunks/{VcScheduler.vue_vue_type_script_setup_true_lang-B-xA79lJ.js → VcScheduler.vue_vue_type_script_setup_true_lang-CCMK7yMK.js} +5140 -5089
  2. package/dist/chunks/VcScheduler.vue_vue_type_script_setup_true_lang-CCMK7yMK.js.map +1 -0
  3. package/dist/core/composables/usePopup/index.d.ts.map +1 -1
  4. package/dist/core/composables/usePopup/keys.d.ts +3 -1
  5. package/dist/core/composables/usePopup/keys.d.ts.map +1 -1
  6. package/dist/core/composables/usePopup/types.d.ts +32 -1
  7. package/dist/core/composables/usePopup/types.d.ts.map +1 -1
  8. package/dist/framework.js +5 -5
  9. package/dist/index.css +1 -1
  10. package/dist/shell/_internal/blade-navigation/components/vc-blade-navigation/vc-blade-navigation-new.vue.d.ts.map +1 -1
  11. package/dist/shell/_internal/blade-navigation/components/vc-blade-slot/vc-blade-slot.vue.d.ts +5 -0
  12. package/dist/shell/_internal/blade-navigation/components/vc-blade-slot/vc-blade-slot.vue.d.ts.map +1 -1
  13. package/dist/shell/_internal/popup/components/vc-popup-container/PopupInstanceProvider.vue.d.ts +30 -0
  14. package/dist/shell/_internal/popup/components/vc-popup-container/PopupInstanceProvider.vue.d.ts.map +1 -0
  15. package/dist/shell/_internal/popup/components/vc-popup-container/vc-popup-container.vue.d.ts.map +1 -1
  16. package/dist/tsconfig.tsbuildinfo +1 -1
  17. package/dist/ui/components/organisms/vc-app/_internal/layouts/DesktopLayout.vue.d.ts +8 -0
  18. package/dist/ui/components/organisms/vc-app/_internal/layouts/DesktopLayout.vue.d.ts.map +1 -1
  19. package/dist/ui/components/organisms/vc-app/_internal/layouts/MobileLayout.vue.d.ts +5 -0
  20. package/dist/ui/components/organisms/vc-app/_internal/layouts/MobileLayout.vue.d.ts.map +1 -1
  21. package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
  22. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
  23. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts.map +1 -1
  24. package/dist/ui/index.js +1 -1
  25. package/package.json +4 -4
  26. package/dist/chunks/VcScheduler.vue_vue_type_script_setup_true_lang-B-xA79lJ.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../core/composables/usePopup/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAOL,GAAG,EAEH,QAAQ,EAER,SAAS,EACV,MAAM,KAAK,CAAC;AAEb,OAAO,KAAK,EAAiC,aAAa,EAAE,MAAM,kCAAkC,CAAC;AAQrG,UAAU,SAAS;IACjB,IAAI,IAAI,IAAI,CAAC;IACb,KAAK,IAAI,IAAI,CAAC;IACd,gBAAgB,CAAC,OAAO,EAAE,MAAM,GAAG,GAAG,CAAC,MAAM,CAAC,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;IAClE,SAAS,CAAC,OAAO,EAAE,MAAM,GAAG,GAAG,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAC/C,QAAQ,CAAC,OAAO,EAAE,MAAM,GAAG,GAAG,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CAC/C;AASD,wBAAgB,QAAQ,CAAC,CAAC,SAAS,SAAS,GAAG,SAAS,EAAE,OAAO,CAAC,EAAE,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,GAAG,SAAS,CAgKzG"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../core/composables/usePopup/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAOL,GAAG,EAEH,QAAQ,EAER,SAAS,EACV,MAAM,KAAK,CAAC;AAEb,OAAO,KAAK,EAAiC,aAAa,EAAE,MAAM,kCAAkC,CAAC;AAerG,UAAU,SAAS;IACjB,IAAI,IAAI,IAAI,CAAC;IACb,KAAK,IAAI,IAAI,CAAC;IACd,gBAAgB,CAAC,OAAO,EAAE,MAAM,GAAG,GAAG,CAAC,MAAM,CAAC,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;IAClE,SAAS,CAAC,OAAO,EAAE,MAAM,GAAG,GAAG,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAC/C,QAAQ,CAAC,OAAO,EAAE,MAAM,GAAG,GAAG,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CAC/C;AASD,wBAAgB,QAAQ,CAAC,CAAC,SAAS,SAAS,GAAG,SAAS,EAAE,OAAO,CAAC,EAAE,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,GAAG,SAAS,CA8NzG"}
@@ -1,4 +1,6 @@
1
1
  import type { InjectionKey } from "vue";
2
- import type { PopupPlugin } from "../../composables/usePopup/types";
2
+ import type { PopupPlugin, PopupInstanceContext } from "../../composables/usePopup/types";
3
3
  export declare const PopupPluginKey: InjectionKey<PopupPlugin>;
4
+ /** Provided per rendered popup so the dialog can drive its own close sequence. */
5
+ export declare const PopupInstanceKey: InjectionKey<PopupInstanceContext>;
4
6
  //# sourceMappingURL=keys.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"keys.d.ts","sourceRoot":"","sources":["../../../../core/composables/usePopup/keys.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,KAAK,CAAC;AACxC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAEpE,eAAO,MAAM,cAAc,EAAE,YAAY,CAAC,WAAW,CAAyB,CAAC"}
1
+ {"version":3,"file":"keys.d.ts","sourceRoot":"","sources":["../../../../core/composables/usePopup/keys.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,KAAK,CAAC;AACxC,OAAO,KAAK,EAAE,WAAW,EAAE,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AAE1F,eAAO,MAAM,cAAc,EAAE,YAAY,CAAC,WAAW,CAAyB,CAAC;AAE/E,kFAAkF;AAClF,eAAO,MAAM,gBAAgB,EAAE,YAAY,CAAC,oBAAoB,CAA2B,CAAC"}
@@ -1,4 +1,4 @@
1
- import { Component, Slot as VueSlot } from "vue";
1
+ import { Component, Slot as VueSlot, type Ref } from "vue";
2
2
  import type { ComponentProps } from "vue-component-type-helpers";
3
3
  export type RawProps<T extends Component> = Omit<ComponentProps<T>, `on${string}`>;
4
4
  export type RawEmits<T extends Component> = Pick<ComponentProps<T>, Extract<keyof ComponentProps<T>, `on${string}`>>;
@@ -7,6 +7,37 @@ export interface UsePopupInternal {
7
7
  id: symbol;
8
8
  open: () => void;
9
9
  close: () => void;
10
+ /**
11
+ * Set by `close()` to start the closing phase. The instance stays mounted until
12
+ * the popup reports its leave transition finished (or the safety timer fires),
13
+ * so the dialog can run its own close sequence — which is what restores focus
14
+ * to the element that opened it.
15
+ */
16
+ closing: boolean;
17
+ /**
18
+ * The control that had focus when the popup was opened. Focus returns here once
19
+ * the popup is gone, provided focus was lost to `<body>` in the meantime
20
+ * (WCAG 2.4.3). Kept raw — this is a DOM node, not reactive state.
21
+ */
22
+ opener?: HTMLElement;
23
+ /**
24
+ * Unmounts the instance now. Called by the popup once its leave transition ends;
25
+ * the single removal path, so restoring focus cannot be skipped.
26
+ */
27
+ finalize: () => void;
28
+ }
29
+ /**
30
+ * Per-popup context handed to the rendered popup through provide/inject.
31
+ *
32
+ * Injected rather than passed as a prop because the container renders an
33
+ * arbitrary component: writing `modelValue` into it would collide with popups
34
+ * that own that prop themselves.
35
+ */
36
+ export interface PopupInstanceContext {
37
+ /** True once closing has started and the leave transition should run. */
38
+ closing: Readonly<Ref<boolean>>;
39
+ /** Called by the popup when its leave transition has finished. */
40
+ finalize: () => void;
10
41
  }
11
42
  export interface PopupPlugin {
12
43
  popups: Partial<UsePopupProps & UsePopupInternal>[];
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../core/composables/usePopup/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,IAAI,OAAO,EAAE,MAAM,KAAK,CAAC;AACjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAEjE,MAAM,MAAM,QAAQ,CAAC,CAAC,SAAS,SAAS,IAAI,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,KAAK,MAAM,EAAE,CAAC,CAAC;AACnF,MAAM,MAAM,QAAQ,CAAC,CAAC,SAAS,SAAS,IAAI,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC,MAAM,cAAc,CAAC,CAAC,CAAC,EAAE,KAAK,MAAM,EAAE,CAAC,CAAC,CAAC;AACrH,MAAM,MAAM,IAAI,GAAG,MAAM,GAAG,SAAS,GAAG,OAAO,CAAC;AAEhD,MAAM,WAAW,gBAAgB;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB;AAED,MAAM,WAAW,WAAW;IAC1B,MAAM,EAAE,OAAO,CAAC,aAAa,GAAG,gBAAgB,CAAC,EAAE,CAAC;CACrD;AAED,MAAM,WAAW,aAAa,CAAC,CAAC,SAAS,SAAS,GAAG,SAAS;IAC5D,SAAS,EAAE,CAAC,CAAC;IACb,KAAK,CAAC,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC;IACpB,KAAK,CAAC,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC;IACpB,KAAK,CAAC,EAAE;QACN,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;KACrB,CAAC;CACH"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../core/composables/usePopup/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,IAAI,OAAO,EAAE,KAAK,GAAG,EAAE,MAAM,KAAK,CAAC;AAC3D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAEjE,MAAM,MAAM,QAAQ,CAAC,CAAC,SAAS,SAAS,IAAI,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,KAAK,MAAM,EAAE,CAAC,CAAC;AACnF,MAAM,MAAM,QAAQ,CAAC,CAAC,SAAS,SAAS,IAAI,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC,MAAM,cAAc,CAAC,CAAC,CAAC,EAAE,KAAK,MAAM,EAAE,CAAC,CAAC,CAAC;AACrH,MAAM,MAAM,IAAI,GAAG,MAAM,GAAG,SAAS,GAAG,OAAO,CAAC;AAEhD,MAAM,WAAW,gBAAgB;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB;;;;;OAKG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;;;OAIG;IACH,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB;;;OAGG;IACH,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB;AAED;;;;;;GAMG;AACH,MAAM,WAAW,oBAAoB;IACnC,yEAAyE;IACzE,OAAO,EAAE,QAAQ,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC;IAChC,kEAAkE;IAClE,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,MAAM,WAAW,WAAW;IAC1B,MAAM,EAAE,OAAO,CAAC,aAAa,GAAG,gBAAgB,CAAC,EAAE,CAAC;CACrD;AAED,MAAM,WAAW,aAAa,CAAC,CAAC,SAAS,SAAS,GAAG,SAAS;IAC5D,SAAS,EAAE,CAAC,CAAC;IACb,KAAK,CAAC,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC;IACpB,KAAK,CAAC,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC;IACpB,KAAK,CAAC,EAAE;QACN,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;KACrB,CAAC;CACH"}
package/dist/framework.js CHANGED
@@ -2,8 +2,8 @@ import { b as Da, c as ya } from "./chunks/vendor-vueuse-core-BFa9je5E.js";
2
2
  import { t as at, v as oe, w as q, x as X, _ as $, y as be, z as Ba, I as bt, d as K, b as pe, l as Ma, A as ka, C as Va, D as Ua, V as Ee, E as Fa, F as Wa, G as Ha, H as Ga, J as xa, K as $a, L as Ka, M as za, N as qa } from "./chunks/VcScheduler.vue_vue_type_style_index_0_lang-BSvjI-39.js";
3
3
  import { O as xl, B as $l, P as Kl, Q as zl, R as ql, S as Yl, T as jl, U as Zl, W as Xl, a as Jl, c as Ql, e as eu, f as tu, g as au, h as nu, i as su, j as ou, X as ru, Y as iu, Z as lu, $ as uu, a0 as du, a1 as cu, a2 as Eu, a3 as fu, a4 as mu, a5 as gu, a6 as Su, a7 as Au, a8 as pu, a9 as Tu, aa as hu, ab as Lu, p as Ou, ac as Ru, ad as _u, ae as Iu, af as vu, ag as wu, ah as Cu, ai as bu, aj as Pu, ak as Nu, al as Du, am as yu, u as Bu, k as Mu, r as ku, an as Vu, m as Uu, n as Fu, ao as Wu, o as Hu, ap as Gu, aq as xu, ar as $u } from "./chunks/VcScheduler.vue_vue_type_style_index_0_lang-BSvjI-39.js";
4
4
  import { getCurrentScope as Pt, onScopeDispose as Nt, computed as w, inject as Q, watch as ne, defineComponent as G, openBlock as C, createBlock as D, createSlots as Oe, withCtx as p, renderSlot as Y, createElementVNode as V, normalizeClass as Ya, createElementBlock as H, Fragment as se, createVNode as _, unref as r, createTextVNode as k, toDisplayString as y, shallowReactive as ja, ref as b, readonly as Je, onMounted as Re, onBeforeMount as Za, onBeforeUnmount as Xa, onUnmounted as Ja, provide as Dt, toValue as yt, isRef as Bt, normalizeStyle as Mt, createCommentVNode as z, withDirectives as Qa, withModifiers as We, reactive as le, createApp as en, nextTick as Pe, renderList as Ue, withKeys as nt, mergeProps as ie, getCurrentInstance as tn, warn as an, h as te, toRaw as nn } from "vue";
5
- import { b5 as me, b6 as sn, b7 as on, b8 as kt, b9 as He, ba as rn, bb as ln, ao as un, bc as Ge, bd as dn, be as cn, bf as Vt, Q as Ut, $ as En, a8 as ge, aa as st, a6 as xe, aB as fn, a0 as mn, av as gn, N as _e, ag as Ft, P as Sn, bg as An, aC as dt, bh as pn, bi as Tn } from "./chunks/VcScheduler.vue_vue_type_script_setup_true_lang-B-xA79lJ.js";
6
- import { _ as zu, a as qu, b as Yu, c as ju, d as Zu, e as Xu, f as Ju, g as Qu, h as ed, i as td, j as ad, bj as nd, bk as sd, C as od, bl as rd, bm as id, bn as ld, k as ud, bo as dd, bp as cd, S as Ed, bq as fd, br as md, l as gd, m as Sd, n as Ad, o as pd, p as Td, q as hd, T as Ld, r as Od, s as Rd, t as _d, u as Id, v as vd, w as wd, x as Cd, bs as bd, bt as Pd, V as Nd, y as Dd, z as yd, A as Bd, B as Md, D as kd, E as Vd, F as Ud, G as Fd, H as Wd, I as Hd, J as Gd, K as xd, L as $d, M as Kd, O as zd, bu as qd, bu as Yd, bv as jd, R as Zd, U as Xd, W as Jd, X as Qd, Y as ec, Z as tc, a1 as ac, a2 as nc, a3 as sc, a4 as oc, a5 as rc, a7 as ic, a9 as lc, ab as uc, ac as dc, ad as cc, ae as Ec, af as fc, ah as mc, ai as gc, aj as Sc, ak as Ac, al as pc, am as Tc, an as hc, ap as Lc, aq as Oc, ar as Rc, as as _c, at as Ic, au as vc, aw as wc, ax as Cc, ay as bc, az as Pc, aA as Nc, aD as Dc, aE as yc, bw as Bc, aF as Mc, bx as kc, by as Vc, bz as Uc, bA as Fc, bB as Wc, bC as Hc, bD as Gc, bE as xc, bF as $c, bG as Kc, bH as zc, bI as qc, bJ as Yc, bK as jc, bL as Zc, bM as Xc, aG as Jc, aH as Qc, aI as eE, bN as tE, aJ as aE, aK as nE, bO as sE, bP as oE, aL as rE, aM as iE, aN as lE, aO as uE, bQ as dE, aP as cE, aQ as EE, aR as fE, bR as mE, aS as gE, bS as SE, aT as AE, aU as pE, aV as TE, bT as hE, aW as LE, aX as OE, aY as RE, aZ as _E, a_ as IE, a$ as vE, b0 as wE, b1 as CE, b2 as bE, b3 as PE, b4 as NE, aF as DE } from "./chunks/VcScheduler.vue_vue_type_script_setup_true_lang-B-xA79lJ.js";
5
+ import { b5 as me, b6 as sn, b7 as on, b8 as kt, b9 as He, ba as rn, bb as ln, ao as un, bc as Ge, bd as dn, be as cn, bf as Vt, Q as Ut, $ as En, a8 as ge, aa as st, a6 as xe, aB as fn, a0 as mn, av as gn, N as _e, ag as Ft, P as Sn, bg as An, aC as dt, bh as pn, bi as Tn } from "./chunks/VcScheduler.vue_vue_type_script_setup_true_lang-CCMK7yMK.js";
6
+ import { _ as zu, a as qu, b as Yu, c as ju, d as Zu, e as Xu, f as Ju, g as Qu, h as ed, i as td, j as ad, bj as nd, bk as sd, C as od, bl as rd, bm as id, bn as ld, k as ud, bo as dd, bp as cd, S as Ed, bq as fd, br as md, l as gd, m as Sd, n as Ad, o as pd, p as Td, q as hd, T as Ld, r as Od, s as Rd, t as _d, u as Id, v as vd, w as wd, x as Cd, bs as bd, bt as Pd, V as Nd, y as Dd, z as yd, A as Bd, B as Md, D as kd, E as Vd, F as Ud, G as Fd, H as Wd, I as Hd, J as Gd, K as xd, L as $d, M as Kd, O as zd, bu as qd, bu as Yd, bv as jd, R as Zd, U as Xd, W as Jd, X as Qd, Y as ec, Z as tc, a1 as ac, a2 as nc, a3 as sc, a4 as oc, a5 as rc, a7 as ic, a9 as lc, ab as uc, ac as dc, ad as cc, ae as Ec, af as fc, ah as mc, ai as gc, aj as Sc, ak as Ac, al as pc, am as Tc, an as hc, ap as Lc, aq as Oc, ar as Rc, as as _c, at as Ic, au as vc, aw as wc, ax as Cc, ay as bc, az as Pc, aA as Nc, aD as Dc, aE as yc, bw as Bc, aF as Mc, bx as kc, by as Vc, bz as Uc, bA as Fc, bB as Wc, bC as Hc, bD as Gc, bE as xc, bF as $c, bG as Kc, bH as zc, bI as qc, bJ as Yc, bK as jc, bL as Zc, bM as Xc, aG as Jc, aH as Qc, aI as eE, bN as tE, aJ as aE, aK as nE, bO as sE, bP as oE, aL as rE, aM as iE, aN as lE, aO as uE, bQ as dE, aP as cE, aQ as EE, aR as fE, bR as mE, aS as gE, bS as SE, aT as AE, aU as pE, aV as TE, bT as hE, aW as LE, aX as OE, aY as RE, aZ as _E, a_ as IE, a$ as vE, b0 as wE, b1 as CE, b2 as bE, b3 as PE, b4 as NE, aF as DE } from "./chunks/VcScheduler.vue_vue_type_script_setup_true_lang-CCMK7yMK.js";
7
7
  import { _ as hn } from "./chunks/vendor-cypress-signalr-mock-itnm2wpA.js";
8
8
  import { c as U, b as Ln, d as On, i as Wt, S as Rn, W as Ht, B as Gt, h as _n, j as xt, m as In, k as $t, l as vn, _ as wn, L as Cn, I as bn, n as Pn, o as Nn, p as Dn, q as yn, r as Bn, T as Mn, s as kn, t as Vn, v as Un, N as Fn } from "./chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-DrGobYkj.js";
9
9
  import { A as BE, w as ME, x as kE, y as VE, z as UE, C as FE, D as WE, F as HE, G as GE, H as xE, e as $E, f as KE, J as zE, K as qE, O as YE, P as jE, Q as ZE, R as XE, U as JE, V as QE, X as ef, Y as tf, Z as af, E as nf, $ as sf, a0 as of, a1 as rf, a2 as lf, a3 as uf, a4 as df, a5 as cf, a6 as Ef, M as ff, a7 as mf, a8 as gf, a9 as Sf, aa as Af, ab as pf, ac as Tf, ad as hf, ae as Lf, a as Of, af as Rf, ag as _f, ah as If, ai as vf, u as wf, g as Cf } from "./chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-DrGobYkj.js";
@@ -2067,12 +2067,12 @@ function Ho() {
2067
2067
  hasNotification: (t) => e.hasNotification(t)
2068
2068
  });
2069
2069
  }
2070
- const Go = "2.4.0-pr283.ebaab47";
2070
+ const Go = "2.4.0-pr284.ad0152c";
2071
2071
  function xo() {
2072
2072
  return {
2073
2073
  version: Go,
2074
- buildDate: "2026-08-05T11:03:16.067Z",
2075
- gitHash: "ebaab4750"
2074
+ buildDate: "2026-08-05T14:06:00.662Z",
2075
+ gitHash: "ad0152cfe"
2076
2076
  };
2077
2077
  }
2078
2078
  function $o(e = xo()) {