@wx-design/components 1.1.43 → 1.1.44
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 +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/es/index.mjs
CHANGED
|
@@ -41950,7 +41950,7 @@ const Gf = /* @__PURE__ */ st({
|
|
|
41950
41950
|
const {
|
|
41951
41951
|
row: n,
|
|
41952
41952
|
column: o
|
|
41953
|
-
} = e, s = Yr(e, t);
|
|
41953
|
+
} = e, s = Yr(e, t) || {};
|
|
41954
41954
|
Object.assign(s, {
|
|
41955
41955
|
showType: "dialog",
|
|
41956
41956
|
triggerEl: "button"
|