@wx-design/components 1.4.6 → 1.4.8
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 +3 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/types/table/column.d.ts +2 -0
package/es/index.mjs
CHANGED
|
@@ -19959,7 +19959,9 @@ const vd = /* @__PURE__ */ Qr(sw), Gf = /* @__PURE__ */ rt({
|
|
|
19959
19959
|
}), null) : Zt(Gf, Vn({
|
|
19960
19960
|
automaticDropdown: !0,
|
|
19961
19961
|
modelValue: n[o.field],
|
|
19962
|
-
"onUpdate:modelValue": (s) => n[o.field] = s
|
|
19962
|
+
"onUpdate:modelValue": (s) => n[o.field] = s,
|
|
19963
|
+
label: n[r.effectLabelField],
|
|
19964
|
+
"onUpdate:label": (s) => n[r.effectLabelField] = s
|
|
19963
19965
|
}, r, {
|
|
19964
19966
|
scope: e
|
|
19965
19967
|
}), null);
|