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 +2 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +3 -4
- 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.es.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, inject, ref as ref$1, watch, onMounted, resolveComponent as resolveComponent$1, createElementBlock, openBlock, createElementVNode, createCommentVNode, createVNode, toDisplayString, mergeProps, unref, withCtx, Fragment, renderList, createBlock, createTextVNode, provide, resolveDynamicComponent, toRefs, computed, resolveDirective, withDirectives, nextTick, renderSlot, normalizeProps, guardReactiveProps } from "vue";
|
|
2
2
|
import { useRouter, useRoute } from "vue-router";
|
|
3
3
|
import { defineStore } from "pinia";
|
|
4
|
-
import { ElRadioGroup, ElRadio, ElSelect, ElOption, ElDialog, ElButton, ElNotification, ElTable, ElTableColumn, ElPagination, ElMessage, ElRow, ElInput, ElForm, ElFormItem, ElMessageBox } from "element-plus";
|
|
4
|
+
import { ElRadioGroup, ElRadio, ElInputNumber, ElSelect, ElOption, ElDialog, ElButton, ElNotification, ElTable, ElTableColumn, ElPagination, ElMessage, ElRow, ElInput, ElForm, ElFormItem, ElMessageBox } from "element-plus";
|
|
5
5
|
function _mergeNamespaces(n, m) {
|
|
6
6
|
for (var i = 0; i < m.length; i++) {
|
|
7
7
|
const e = m[i];
|
|
@@ -230,11 +230,10 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
230
230
|
reset
|
|
231
231
|
});
|
|
232
232
|
return (_ctx, _cache) => {
|
|
233
|
-
const _component_el_input_number = resolveComponent$1("el-input-number");
|
|
234
233
|
return openBlock(), createElementBlock("div", _hoisted_1$9, [
|
|
235
234
|
createElementVNode("div", _hoisted_2$3, [
|
|
236
235
|
createElementVNode("div", _hoisted_3$2, toDisplayString(__props.schema.label), 1),
|
|
237
|
-
createVNode(
|
|
236
|
+
createVNode(unref(ElInputNumber), mergeProps({
|
|
238
237
|
modelValue: num.value,
|
|
239
238
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => num.value = $event)
|
|
240
239
|
}, __props.schema.option, { onChange: handleChange }), null, 16, ["modelValue"])
|
|
@@ -243,7 +242,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
243
242
|
};
|
|
244
243
|
}
|
|
245
244
|
});
|
|
246
|
-
const inputNumber = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-
|
|
245
|
+
const inputNumber = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-87d45394"]]);
|
|
247
246
|
const _hoisted_1$8 = { class: "schema-form-select-container" };
|
|
248
247
|
const _hoisted_2$2 = { class: "schema-form-select" };
|
|
249
248
|
const _hoisted_3$1 = { class: "schema-form-select-label" };
|