page-schema-enginer-shun 1.0.17 → 1.0.18

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