@illinois-grad/grad-vue 3.0.13 → 3.0.14

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.
@@ -53,7 +53,7 @@ declare const __VLS_export: <T extends {
53
53
  };
54
54
  emit: {};
55
55
  }>) => import("vue").VNode & {
56
- __ctx?: Awaited<typeof __VLS_setup>;
56
+ __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
57
57
  };
58
58
  type __VLS_PrettifyLocal<T> = (T extends any ? {
59
59
  [K in keyof T]: T[K];
@@ -124,7 +124,7 @@ declare const __VLS_export: <T extends {
124
124
  };
125
125
  emit: ((event: "select" | "submit", ...args: any[]) => void) & ((event: "update:modelValue", value: string | null) => void);
126
126
  }>) => import("vue").VNode & {
127
- __ctx?: Awaited<typeof __VLS_setup>;
127
+ __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
128
128
  };
129
129
  type __VLS_PrettifyLocal<T> = (T extends any ? {
130
130
  [K in keyof T]: T[K];
@@ -153,7 +153,7 @@ declare const __VLS_export: <T extends TableRow, C extends TableColumn<T>>(__VLS
153
153
  (e: "cell-change", payload: CellChangePayload<T>): void;
154
154
  } & (((event: "update:sortField", value: keyof T | undefined) => void) & ((event: "update:sortOrder", value: 1 | -1 | undefined) => void) & ((event: "update:filter", value: Partial<Record<keyof T, any>>) => void) & ((event: "update:selectedRows", value: string[]) => void));
155
155
  }>) => import("vue").VNode & {
156
- __ctx?: Awaited<typeof __VLS_setup>;
156
+ __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
157
157
  };
158
158
  type __VLS_PrettifyLocal<T> = (T extends any ? {
159
159
  [K in keyof T]: T[K];
@@ -43,7 +43,7 @@ declare const __VLS_export: <T extends TableRow, C extends TableColumn<T>>(__VLS
43
43
  }): void;
44
44
  };
45
45
  }>) => import("vue").VNode & {
46
- __ctx?: Awaited<typeof __VLS_setup>;
46
+ __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
47
47
  };
48
48
  type __VLS_PrettifyLocal<T> = (T extends any ? {
49
49
  [K in keyof T]: T[K];
@@ -130,8 +130,9 @@ var he = { class: "g-btn--icon" }, ge = { class: "g-btn--label" }, Q = /* @__PUR
130
130
  return !0;
131
131
  });
132
132
  function f() {
133
+ let e = !d.value;
133
134
  u.value = {
134
- expanded: !d.value,
135
+ expanded: e,
135
136
  version: u.value.version + 1
136
137
  };
137
138
  }
@@ -511,7 +512,8 @@ var Ae = ["id"], je = /* @__PURE__ */ u({
511
512
  }
512
513
  }
513
514
  function C(e) {
514
- b.value = e.target.value, x && clearTimeout(x), x = setTimeout(() => {
515
+ let t = e.target.value;
516
+ b.value = t, x && clearTimeout(x), x = setTimeout(() => {
515
517
  S(b.value), x = null;
516
518
  }, n.debounce);
517
519
  }
@@ -2916,12 +2918,14 @@ var xr = { class: "g-table-outer-wrap" }, Sr = {
2916
2918
  }
2917
2919
  function ee(e) {
2918
2920
  let t = e.value, n = e.column.key, r = F(e.row[n]);
2919
- e.column.editable?.inputAttributes?.type === "number" && (t = e.value === "" ? null : Number(e.value)), e.row[n] = t, h("cell-change", {
2921
+ e.column.editable?.inputAttributes?.type === "number" && (t = e.value === "" ? null : Number(e.value)), e.row[n] = t;
2922
+ let i = {
2920
2923
  row: e.row,
2921
2924
  column: e.column,
2922
2925
  value: t,
2923
2926
  previousValue: r
2924
- });
2927
+ };
2928
+ h("cell-change", i);
2925
2929
  }
2926
2930
  let q = B(), X = H(), ne = r(() => m.showPagination ? !0 : !!X.pagination), re = r(() => !!(C.value || ne.value));
2927
2931
  return S(() => {
@@ -4137,7 +4141,8 @@ var xr = { class: "g-table-outer-wrap" }, Sr = {
4137
4141
  }
4138
4142
  }
4139
4143
  function w(e) {
4140
- i.value = e.target.value, n.autoGrow && S();
4144
+ let t = e.target.value;
4145
+ i.value = t, n.autoGrow && S();
4141
4146
  }
4142
4147
  function E(e) {
4143
4148
  C(e.target.value);
@@ -4356,4 +4361,4 @@ function xa() {
4356
4361
  //#endregion
4357
4362
  export { $, tr as A, $t as B, _r as C, yr as D, gr as E, _n as F, pt as G, jt as H, pn as I, $e as J, at as K, dn as L, Tn as M, bn as N, br as O, vn as P, Re as Q, un as R, Zr as S, vr as T, Tt as U, Ut as V, bt as W, Ke as X, Qe as Y, qe as Z, bi as _, fa as a, Q as at, fi as b, Qi as c, Li as d, ke as et, Ii as f, Si as g, Ei as h, va as i, xe as it, Bn as j, mr as k, Gi as l, Ai as m, ba as n, Ee as nt, ta as o, Fi as p, et as q, ya as r, Se as rt, ea as s, xa as t, De as tt, Wi as u, gi as v, hr as w, oi as x, hi as y, sn as z };
4358
4363
 
4359
- //# sourceMappingURL=grad-vue-BkZSETi2.js.map
4364
+ //# sourceMappingURL=grad-vue-CpcX2lGW.js.map