@wx-design/components 1.1.42 → 1.1.43
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 +6 -5
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/es/index.mjs
CHANGED
|
@@ -41944,17 +41944,18 @@ const Gf = /* @__PURE__ */ st({
|
|
|
41944
41944
|
editRender: {
|
|
41945
41945
|
enabled: !1
|
|
41946
41946
|
},
|
|
41947
|
-
editorProps: {
|
|
41948
|
-
showType: "dialog",
|
|
41949
|
-
triggerEl: "button"
|
|
41950
|
-
},
|
|
41951
41947
|
slots: {
|
|
41952
41948
|
default: (e, t) => {
|
|
41953
41949
|
var c, d, u;
|
|
41954
41950
|
const {
|
|
41955
41951
|
row: n,
|
|
41956
41952
|
column: o
|
|
41957
|
-
} = e, s = Yr(e, t)
|
|
41953
|
+
} = e, s = Yr(e, t);
|
|
41954
|
+
Object.assign(s, {
|
|
41955
|
+
showType: "dialog",
|
|
41956
|
+
triggerEl: "button"
|
|
41957
|
+
});
|
|
41958
|
+
const l = Me(), a = N(() => {
|
|
41958
41959
|
var f;
|
|
41959
41960
|
return (f = l.value) == null ? void 0 : f.popoverRef;
|
|
41960
41961
|
});
|