page-schema-enginer-shun 1.0.17 → 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 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(_component_el_input, vue.mergeProps({
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-5d94c475"]]);
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" };
@@ -232,11 +231,10 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
232
231
  reset
233
232
  });
234
233
  return (_ctx, _cache) => {
235
- const _component_el_input_number = vue.resolveComponent("el-input-number");
236
234
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$9, [
237
235
  vue.createElementVNode("div", _hoisted_2$3, [
238
236
  vue.createElementVNode("div", _hoisted_3$2, vue.toDisplayString(__props.schema.label), 1),
239
- vue.createVNode(_component_el_input_number, vue.mergeProps({
237
+ vue.createVNode(vue.unref(elementPlus.ElInputNumber), vue.mergeProps({
240
238
  modelValue: num.value,
241
239
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => num.value = $event)
242
240
  }, __props.schema.option, { onChange: handleChange }), null, 16, ["modelValue"])
@@ -245,7 +243,7 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
245
243
  };
246
244
  }
247
245
  });
248
- const inputNumber = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-44583072"]]);
246
+ const inputNumber = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-87d45394"]]);
249
247
  const _hoisted_1$8 = { class: "schema-form-select-container" };
250
248
  const _hoisted_2$2 = { class: "schema-form-select" };
251
249
  const _hoisted_3$1 = { class: "schema-form-select-label" };