@wx-design/components 0.8.2 → 0.8.4
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/es/index.mjs +4 -4
- package/es/style.css +1 -1
- package/lib/index.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/es/index.mjs
CHANGED
|
@@ -842,7 +842,7 @@ const Kt = /* @__PURE__ */ z(rp), He = {
|
|
|
842
842
|
}
|
|
843
843
|
}
|
|
844
844
|
}, Gr = () => ({
|
|
845
|
-
locale: pn("locale") || He
|
|
845
|
+
locale: pn("sab-design/locale") || He
|
|
846
846
|
});
|
|
847
847
|
var np = E, ap = function() {
|
|
848
848
|
return np.Date.now();
|
|
@@ -2522,14 +2522,14 @@ const Vy = (e) => {
|
|
|
2522
2522
|
() => i.value.columns,
|
|
2523
2523
|
() => {
|
|
2524
2524
|
var c;
|
|
2525
|
-
(c = a.value) == null || c.
|
|
2525
|
+
(c = a.value) == null || c.reloadColumn(i.value.columns);
|
|
2526
2526
|
}
|
|
2527
2527
|
);
|
|
2528
2528
|
const f = O(() => n.showToolbar || !!n.tableSetConfig);
|
|
2529
2529
|
return (c, d) => {
|
|
2530
2530
|
var p, y;
|
|
2531
2531
|
return P(), K("div", {
|
|
2532
|
-
class: hn(["sab-table-
|
|
2532
|
+
class: hn(["sab-table-wrap", n.wrapClassName])
|
|
2533
2533
|
}, [
|
|
2534
2534
|
f.value ? (P(), ne(vy, {
|
|
2535
2535
|
key: 0,
|
|
@@ -2660,7 +2660,7 @@ const Jy = {
|
|
|
2660
2660
|
},
|
|
2661
2661
|
setup(e) {
|
|
2662
2662
|
const t = e, r = O(() => t.lang || ""), { locale: n } = eh(r);
|
|
2663
|
-
return Tn("locale", n), (a, o) => U(a.$slots, "default");
|
|
2663
|
+
return Tn("sab-design/locale", n), (a, o) => U(a.$slots, "default");
|
|
2664
2664
|
}
|
|
2665
2665
|
});
|
|
2666
2666
|
export {
|