@wx-design/components 1.1.10 → 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 +5 -2
- package/es/style.css +1 -1
- package/lib/index.js +6 -6
- package/lib/style.css +1 -1
- package/package.json +1 -1
- package/types/index.d.ts +4 -1
- package/types/modal/index.d.ts +8 -0
- package/types/table/column.d.ts +2 -0
package/es/index.mjs
CHANGED
|
@@ -41801,15 +41801,17 @@ 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({
|
|
41814
|
+
zIndex: 9999,
|
|
41813
41815
|
ref: d,
|
|
41814
41816
|
modelValue: c.value,
|
|
41815
41817
|
"onUpdate:modelValue": (O) => c.value = O,
|
|
@@ -41848,7 +41850,8 @@ const qf = /* @__PURE__ */ st({
|
|
|
41848
41850
|
enabled: !1
|
|
41849
41851
|
},
|
|
41850
41852
|
editorProps: {
|
|
41851
|
-
showType: "dialog"
|
|
41853
|
+
showType: "dialog",
|
|
41854
|
+
triggerEl: "button"
|
|
41852
41855
|
},
|
|
41853
41856
|
slots: {
|
|
41854
41857
|
default: (e, t) => {
|