@wx-design/components 1.1.11 → 1.1.12
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 -2
- package/es/style.css +1 -1
- package/lib/index.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
- package/types/table/column.d.ts +2 -0
package/es/index.mjs
CHANGED
|
@@ -41801,13 +41801,14 @@ const qf = /* @__PURE__ */ st({
|
|
|
41801
41801
|
textOverflow: "ellipsis"
|
|
41802
41802
|
},
|
|
41803
41803
|
ref: l,
|
|
41804
|
-
onClick: x
|
|
41804
|
+
onClick: s.triggerEl === "cell" ? x : void 0
|
|
41805
41805
|
}, [nn("span", {
|
|
41806
41806
|
class: "sab-cell-popover-inner-ctx"
|
|
41807
41807
|
}, [(b = t.default) == null ? void 0 : b.call(t)]), !(s != null && s.hideIcon) && nn(sa, {
|
|
41808
41808
|
round: !1,
|
|
41809
41809
|
class: "sab-cell-popover-inner-btn",
|
|
41810
41810
|
size: "small",
|
|
41811
|
+
onClick: s.triggerEl === "button" ? x : void 0,
|
|
41811
41812
|
icon: nn(E8, null, null)
|
|
41812
41813
|
}, null)]), a.value ? f.value && nn(qf, Wn({
|
|
41813
41814
|
zIndex: 9999,
|
|
@@ -41849,7 +41850,8 @@ const qf = /* @__PURE__ */ st({
|
|
|
41849
41850
|
enabled: !1
|
|
41850
41851
|
},
|
|
41851
41852
|
editorProps: {
|
|
41852
|
-
showType: "dialog"
|
|
41853
|
+
showType: "dialog",
|
|
41854
|
+
triggerEl: "button"
|
|
41853
41855
|
},
|
|
41854
41856
|
slots: {
|
|
41855
41857
|
default: (e, t) => {
|