page-schema-enginer-shun 1.0.18 → 1.0.19
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/dist/index.cjs.js +2 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +4 -5
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -3
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -93,12 +93,11 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
93
93
|
});
|
|
94
94
|
return (_ctx, _cache) => {
|
|
95
95
|
var _a, _b;
|
|
96
|
-
const _component_el_input = vue.resolveComponent("el-input");
|
|
97
96
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$b, [
|
|
98
97
|
vue.createElementVNode("div", _hoisted_2$5, [
|
|
99
98
|
vue.createElementVNode("span", _hoisted_3$4, vue.toDisplayString((_a = __props.schema) == null ? void 0 : _a.label), 1),
|
|
100
99
|
((_b = __props.schema.option) == null ? void 0 : _b.required) ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_4$2, "*")) : vue.createCommentVNode("", true),
|
|
101
|
-
vue.createVNode(
|
|
100
|
+
vue.createVNode(vue.unref(elementPlus.ElInput), vue.mergeProps({
|
|
102
101
|
modelValue: dataValue.value,
|
|
103
102
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => dataValue.value = $event)
|
|
104
103
|
}, __props.schema.option, {
|
|
@@ -118,7 +117,7 @@ const _export_sfc = (sfc, props) => {
|
|
|
118
117
|
}
|
|
119
118
|
return target;
|
|
120
119
|
};
|
|
121
|
-
const input = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-
|
|
120
|
+
const input = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-d323ff77"]]);
|
|
122
121
|
const _hoisted_1$a = { class: "schema-form-radio-container" };
|
|
123
122
|
const _hoisted_2$4 = { class: "schema-form-radio" };
|
|
124
123
|
const _hoisted_3$3 = { class: "schema-form-radio-label" };
|