@wx-design/components 1.4.2 → 1.4.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 +7 -5
- package/lib/index.js +2 -2
- package/package.json +1 -1
package/es/index.mjs
CHANGED
|
@@ -19629,10 +19629,12 @@ const ZC = "$__table_id", JC = "$__table_parent", Zr = (e, t) => {
|
|
|
19629
19629
|
}) {
|
|
19630
19630
|
const o = (c) => {
|
|
19631
19631
|
n("update:modelValue", c);
|
|
19632
|
-
}, r = Oe(!1), s = () => {
|
|
19633
|
-
|
|
19634
|
-
|
|
19635
|
-
|
|
19632
|
+
}, r = Oe(!1), s = (c) => {
|
|
19633
|
+
var f;
|
|
19634
|
+
r.value = !0, (f = t == null ? void 0 : t.onFocus) == null || f.call(t, c);
|
|
19635
|
+
}, a = (c) => {
|
|
19636
|
+
var f;
|
|
19637
|
+
r.value = !1, (f = t == null ? void 0 : t.onBlur) == null || f.call(t, c);
|
|
19636
19638
|
};
|
|
19637
19639
|
return rr(() => {
|
|
19638
19640
|
r.value && n("blur", new FocusEvent("blur"));
|
|
@@ -45519,7 +45521,7 @@ const AJ = (e) => {
|
|
|
45519
45521
|
const M = R(() => {
|
|
45520
45522
|
var W;
|
|
45521
45523
|
return gY((W = a.value.columns) == null ? void 0 : W.map((H) => H.slots ? Object.values(H.slots).filter((ee) => typeof ee == "string") : []));
|
|
45522
|
-
}), N = R(() => o.showToolbar ||
|
|
45524
|
+
}), N = R(() => o.showToolbar || o.tableSetConfig && o.tableSetConfig.enabled !== !1);
|
|
45523
45525
|
return wn(() => {
|
|
45524
45526
|
o.name && (Uf.refs[o.name] = s.value);
|
|
45525
45527
|
}), rr(() => {
|