ra-element 0.1.24 → 0.1.26
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/docs/ra-form.md +0 -1
- package/lib/ra-element.css +1 -1
- package/lib/ra-element.es.js +4 -7
- package/lib/ra-element.umd.js +2 -2
- package/package.json +16 -9
package/lib/ra-element.es.js
CHANGED
|
@@ -42416,9 +42416,7 @@ const E7 = {
|
|
|
42416
42416
|
// @doc v-model绑定,如果不使用,options必须配置,最后通过ref的getFormData获取form数据
|
|
42417
42417
|
modelValue: { type: Object },
|
|
42418
42418
|
// @doc inline时候的每个item的margin-right距离,默认20
|
|
42419
|
-
itemMarginRight: { type: Number, default: 20 }
|
|
42420
|
-
// @doc 表单验证规则
|
|
42421
|
-
rules: { type: Object, default: () => ({}) }
|
|
42419
|
+
itemMarginRight: { type: Number, default: 20 }
|
|
42422
42420
|
},
|
|
42423
42421
|
emits: ["update:modelValue", "itemChange"],
|
|
42424
42422
|
setup(e, { expose: t, emit: n }) {
|
|
@@ -42480,8 +42478,7 @@ const E7 = {
|
|
|
42480
42478
|
ref: f
|
|
42481
42479
|
}, $.$attrs, {
|
|
42482
42480
|
model: v.value,
|
|
42483
|
-
inline: typeof e.inline == "number" ? !0 : e.inline
|
|
42484
|
-
rules: e.rules
|
|
42481
|
+
inline: typeof e.inline == "number" ? !0 : e.inline
|
|
42485
42482
|
}), {
|
|
42486
42483
|
default: W(() => [
|
|
42487
42484
|
U($.$slots, "default", {}, void 0, !0),
|
|
@@ -42590,10 +42587,10 @@ const E7 = {
|
|
|
42590
42587
|
}, 1040, ["style"]))), 128))
|
|
42591
42588
|
]),
|
|
42592
42589
|
_: 3
|
|
42593
|
-
}, 16, ["class", "model", "inline"
|
|
42590
|
+
}, 16, ["class", "model", "inline"]);
|
|
42594
42591
|
};
|
|
42595
42592
|
}
|
|
42596
|
-
}), T7 = /* @__PURE__ */ Qn($7, [["__scopeId", "data-v-
|
|
42593
|
+
}), T7 = /* @__PURE__ */ Qn($7, [["__scopeId", "data-v-6cad5943"]]), O7 = ["innerHTML"], N7 = /* @__PURE__ */ H({
|
|
42597
42594
|
name: "RaHelpTip",
|
|
42598
42595
|
__name: "index",
|
|
42599
42596
|
props: {
|