cimos7-vue3-common 0.5.19 → 0.5.20
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.
|
@@ -85945,7 +85945,7 @@ const lDe = { class: "slot-content-wrapper" }, sDe = kt({
|
|
|
85945
85945
|
[
|
|
85946
85946
|
lt(" 2. 下拉选择框 "),
|
|
85947
85947
|
t(ie, Al({
|
|
85948
|
-
|
|
85948
|
+
style: { width: "100%" },
|
|
85949
85949
|
modelValue: v[qe.prop],
|
|
85950
85950
|
"onUpdate:modelValue": (oe) => v[qe.prop] = oe,
|
|
85951
85951
|
placeholder: qe.placeholder || `请选择${qe.label}`,
|
|
@@ -85982,7 +85982,7 @@ const lDe = { class: "slot-content-wrapper" }, sDe = kt({
|
|
|
85982
85982
|
"onUpdate:modelValue": (oe) => v[qe.prop] = oe,
|
|
85983
85983
|
type: "date",
|
|
85984
85984
|
placeholder: qe.placeholder || `请选择${qe.label}`,
|
|
85985
|
-
|
|
85985
|
+
style: { width: "100%" },
|
|
85986
85986
|
disabled: q(qe),
|
|
85987
85987
|
onChange: (...oe) => qe.change && qe.change(...oe)
|
|
85988
85988
|
}, { ref_for: !0 }, qe.bindProps || qe.dateProps), null, 16, ["modelValue", "onUpdate:modelValue", "placeholder", "disabled", "onChange"])
|
|
@@ -85995,7 +85995,7 @@ const lDe = { class: "slot-content-wrapper" }, sDe = kt({
|
|
|
85995
85995
|
[
|
|
85996
85996
|
lt(" 4. 日期范围选择 "),
|
|
85997
85997
|
t(Te, Al({
|
|
85998
|
-
|
|
85998
|
+
style: { width: "100%" },
|
|
85999
85999
|
modelValue: v[qe.prop],
|
|
86000
86000
|
"onUpdate:modelValue": (oe) => v[qe.prop] = oe,
|
|
86001
86001
|
type: "daterange",
|
|
@@ -86014,7 +86014,7 @@ const lDe = { class: "slot-content-wrapper" }, sDe = kt({
|
|
|
86014
86014
|
[
|
|
86015
86015
|
lt(" 5. 树形选择器 "),
|
|
86016
86016
|
t(Ze, Al({
|
|
86017
|
-
|
|
86017
|
+
style: { width: "100%" },
|
|
86018
86018
|
modelValue: v[qe.prop],
|
|
86019
86019
|
"onUpdate:modelValue": (oe) => v[qe.prop] = oe,
|
|
86020
86020
|
placeholder: qe.placeholder || `请选择${qe.label}`,
|
|
@@ -86033,7 +86033,7 @@ const lDe = { class: "slot-content-wrapper" }, sDe = kt({
|
|
|
86033
86033
|
[
|
|
86034
86034
|
lt(" 6. 单选框组 "),
|
|
86035
86035
|
t(E, Al({
|
|
86036
|
-
|
|
86036
|
+
style: { width: "100%" },
|
|
86037
86037
|
modelValue: v[qe.prop],
|
|
86038
86038
|
"onUpdate:modelValue": (oe) => v[qe.prop] = oe,
|
|
86039
86039
|
disabled: q(qe),
|
|
@@ -86064,7 +86064,7 @@ const lDe = { class: "slot-content-wrapper" }, sDe = kt({
|
|
|
86064
86064
|
[
|
|
86065
86065
|
lt(" 7. 输入标签 "),
|
|
86066
86066
|
t(Le, Al({
|
|
86067
|
-
|
|
86067
|
+
style: { width: "100%" },
|
|
86068
86068
|
modelValue: v[qe.prop],
|
|
86069
86069
|
"onUpdate:modelValue": (oe) => v[qe.prop] = oe,
|
|
86070
86070
|
type: "textarea",
|
|
@@ -86082,7 +86082,7 @@ const lDe = { class: "slot-content-wrapper" }, sDe = kt({
|
|
|
86082
86082
|
[
|
|
86083
86083
|
lt(" 8. 数字输入框 "),
|
|
86084
86084
|
t(be, Al({
|
|
86085
|
-
|
|
86085
|
+
style: { width: "100%" },
|
|
86086
86086
|
modelValue: v[qe.prop],
|
|
86087
86087
|
"onUpdate:modelValue": (oe) => v[qe.prop] = oe,
|
|
86088
86088
|
placeholder: qe.placeholder || `请输入${qe.label}`,
|
|
@@ -86233,7 +86233,7 @@ const lDe = { class: "slot-content-wrapper" }, sDe = kt({
|
|
|
86233
86233
|
}, 8, ["gutter"]);
|
|
86234
86234
|
};
|
|
86235
86235
|
}
|
|
86236
|
-
}), xZ = /* @__PURE__ */ ng(rDe, [["__scopeId", "data-v-
|
|
86236
|
+
}), xZ = /* @__PURE__ */ ng(rDe, [["__scopeId", "data-v-f3556cb8"]]);
|
|
86237
86237
|
xZ.install = (e) => {
|
|
86238
86238
|
e.component(xZ.name, xZ);
|
|
86239
86239
|
};
|