@wx-design/components 1.1.10 → 1.1.11
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 -0
- package/lib/index.js +6 -6
- package/package.json +1 -1
- package/types/index.d.ts +4 -1
- package/types/modal/index.d.ts +8 -0
package/es/index.mjs
CHANGED
|
@@ -41810,6 +41810,7 @@ const qf = /* @__PURE__ */ st({
|
|
|
41810
41810
|
size: "small",
|
|
41811
41811
|
icon: nn(E8, null, null)
|
|
41812
41812
|
}, null)]), a.value ? f.value && nn(qf, Wn({
|
|
41813
|
+
zIndex: 9999,
|
|
41813
41814
|
ref: d,
|
|
41814
41815
|
modelValue: c.value,
|
|
41815
41816
|
"onUpdate:modelValue": (O) => c.value = O,
|