@smallwei/avue 3.7.1 → 3.7.2

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/lib/avue.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Avue.js v3.7.1
2
+ * Avue.js v3.7.2
3
3
  * (c) 2017-2025 Smallwei
4
4
  * Released under the MIT License.
5
5
  *
@@ -538,7 +538,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var core
538
538
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
539
539
 
540
540
  "use strict";
541
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/defineProperty */ \"./node_modules/.pnpm/@babel+runtime@7.26.0/node_modules/@babel/runtime/helpers/defineProperty.js\");\n/* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var core_create__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core/create */ \"./src/core/create.js\");\n/* harmony import */ var common_common_props_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! common/common/props.js */ \"./packages/core/common/props.js\");\n/* harmony import */ var common_common_event_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! common/common/event.js */ \"./packages/core/common/event.js\");\n\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (Object(core_create__WEBPACK_IMPORTED_MODULE_1__[\"default\"])({\n name: \"cascader\",\n mixins: [Object(common_common_props_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(), Object(common_common_event_js__WEBPACK_IMPORTED_MODULE_3__[\"default\"])()],\n props: {\n clearValidate: Function,\n checkStrictly: {\n type: Boolean,\n \"default\": false\n },\n emitPath: {\n type: Boolean,\n \"default\": true\n },\n tags: {\n type: Boolean,\n \"default\": false\n },\n collapseTags: Boolean,\n collapseTagsTooltip: Boolean,\n maxCollapseTags: Number,\n expandTrigger: {\n type: String,\n \"default\": \"hover\"\n },\n showAllLevels: {\n type: Boolean,\n \"default\": true\n },\n lazy: {\n type: Boolean,\n \"default\": false\n },\n lazyLoad: Function,\n filterable: {\n type: Boolean,\n \"default\": false\n },\n separator: {\n type: String\n }\n },\n computed: {\n allProps: function allProps() {\n var _this = this;\n return _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default()({\n label: this.labelKey,\n value: this.valueKey,\n disabled: this.disabledKey,\n children: this.childrenKey,\n checkStrictly: this.checkStrictly,\n multiple: this.multiple,\n emitPath: this.emitPath,\n expandTrigger: this.props.expandTrigger,\n hoverThreshold: this.props.hoverThreshold,\n leaf: this.leafKey,\n lazy: this.lazy,\n lazyLoad: function lazyLoad(node, resolve) {\n var callback = function callback(list) {\n var _findDic = function findDic(list, value, children) {\n list.forEach(function (ele) {\n if (ele[_this.valueKey] == value) {\n ele[_this.childrenKey] = children;\n } else if (ele[_this.childrenKey]) {\n _findDic(ele[_this.childrenKey]);\n }\n });\n };\n _findDic(_this.dic, node[_this.valueKey], list);\n resolve(list);\n };\n _this.lazyLoad && _this.lazyLoad(node, callback);\n }\n }, \"expandTrigger\", this.expandTrigger);\n }\n },\n created: function created() {},\n mounted: function mounted() {},\n methods: {\n handleValueChange: function handleValueChange(val) {\n var _this2 = this;\n setTimeout(function () {\n if (!_this2.validatenull(val) && _this2.rules && _this2.clearValidate) {\n _this2.clearValidate(_this2.prop);\n }\n });\n },\n getCheckedNodes: function getCheckedNodes() {\n var leafOnly = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;\n return this.$refs.cascader.getCheckedNodes(leafOnly);\n }\n }\n}));\n\n//# sourceURL=webpack://AVUE/./packages/element-plus/cascader/index.vue?./node_modules/.pnpm/babel-loader@8.4.1_@babel+core@7.25.8_webpack@4.47.0/node_modules/babel-loader/lib??ref--0!./node_modules/.pnpm/vue-loader@16.8.3_@vue+compiler-sfc@3.5.12_vue@3.5.12_webpack@4.47.0/node_modules/vue-loader/dist??ref--1");
541
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/defineProperty */ \"./node_modules/.pnpm/@babel+runtime@7.26.0/node_modules/@babel/runtime/helpers/defineProperty.js\");\n/* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var core_create__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core/create */ \"./src/core/create.js\");\n/* harmony import */ var common_common_props_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! common/common/props.js */ \"./packages/core/common/props.js\");\n/* harmony import */ var common_common_event_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! common/common/event.js */ \"./packages/core/common/event.js\");\n\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (Object(core_create__WEBPACK_IMPORTED_MODULE_1__[\"default\"])({\n name: \"cascader\",\n mixins: [Object(common_common_props_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(), Object(common_common_event_js__WEBPACK_IMPORTED_MODULE_3__[\"default\"])()],\n props: {\n clearValidate: Function,\n effect: String,\n showCheckedStrategy: String,\n checkStrictly: {\n type: Boolean,\n \"default\": false\n },\n emitPath: {\n type: Boolean,\n \"default\": true\n },\n tags: {\n type: Boolean,\n \"default\": false\n },\n collapseTags: Boolean,\n collapseTagsTooltip: Boolean,\n maxCollapseTags: Number,\n expandTrigger: {\n type: String,\n \"default\": \"hover\"\n },\n showAllLevels: {\n type: Boolean,\n \"default\": true\n },\n lazy: {\n type: Boolean,\n \"default\": false\n },\n lazyLoad: Function,\n filterable: {\n type: Boolean,\n \"default\": false\n },\n separator: {\n type: String\n }\n },\n computed: {\n allProps: function allProps() {\n var _this = this;\n return _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default()({\n label: this.labelKey,\n value: this.valueKey,\n disabled: this.disabledKey,\n children: this.childrenKey,\n checkStrictly: this.checkStrictly,\n multiple: this.multiple,\n emitPath: this.emitPath,\n expandTrigger: this.props.expandTrigger,\n hoverThreshold: this.props.hoverThreshold,\n leaf: this.leafKey,\n lazy: this.lazy,\n lazyLoad: function lazyLoad(node, resolve) {\n var callback = function callback(list) {\n var _findDic = function findDic(list, value, children) {\n list.forEach(function (ele) {\n if (ele[_this.valueKey] == value) {\n ele[_this.childrenKey] = children;\n } else if (ele[_this.childrenKey]) {\n _findDic(ele[_this.childrenKey]);\n }\n });\n };\n _findDic(_this.dic, node[_this.valueKey], list);\n resolve(list);\n };\n _this.lazyLoad && _this.lazyLoad(node, callback);\n }\n }, \"expandTrigger\", this.expandTrigger);\n }\n },\n created: function created() {},\n mounted: function mounted() {},\n methods: {\n handleValueChange: function handleValueChange(val) {\n var _this2 = this;\n setTimeout(function () {\n if (!_this2.validatenull(val) && _this2.rules && _this2.clearValidate) {\n _this2.clearValidate(_this2.prop);\n }\n });\n },\n getCheckedNodes: function getCheckedNodes() {\n var leafOnly = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;\n return this.$refs.cascader.getCheckedNodes(leafOnly);\n }\n }\n}));\n\n//# sourceURL=webpack://AVUE/./packages/element-plus/cascader/index.vue?./node_modules/.pnpm/babel-loader@8.4.1_@babel+core@7.25.8_webpack@4.47.0/node_modules/babel-loader/lib??ref--0!./node_modules/.pnpm/vue-loader@16.8.3_@vue+compiler-sfc@3.5.12_vue@3.5.12_webpack@4.47.0/node_modules/vue-loader/dist??ref--1");
542
542
 
543
543
  /***/ }),
544
544
 
@@ -694,7 +694,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var core
694
694
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
695
695
 
696
696
  "use strict";
697
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var core_create__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core/create */ \"./src/core/create.js\");\n/* harmony import */ var core_locale__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core/locale */ \"./src/core/locale.js\");\n/* harmony import */ var _config__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../config */ \"./packages/element-plus/crud/config.js\");\n/* harmony import */ var utils_util__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! utils/util */ \"./src/utils/util.js\");\n\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (Object(core_create__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n name: \"crud\",\n mixins: [core_locale__WEBPACK_IMPORTED_MODULE_1__[\"default\"]],\n emits: ['update:modelValue', 'change'],\n inject: [\"crud\"],\n data: function data() {\n return {\n loading: false,\n disabled: false,\n config: _config__WEBPACK_IMPORTED_MODULE_2__[\"default\"],\n boxType: \"\",\n fullscreen: false,\n boxVisible: false\n };\n },\n props: {\n modelValue: {\n type: Object,\n \"default\": function _default() {\n return {};\n }\n }\n },\n computed: {\n isView: function isView() {\n return this.boxType === 'view';\n },\n isAdd: function isAdd() {\n return this.boxType === 'add';\n },\n isEdit: function isEdit() {\n return this.boxType === 'edit';\n },\n width: function width() {\n var dialogWidth = this.crud.tableOption.dialogWidth + '';\n var defaultWidth = this.crud.isMobile ? '100%' : _config__WEBPACK_IMPORTED_MODULE_2__[\"default\"].dialogWidth;\n var result = this.validData(dialogWidth, defaultWidth);\n return this.setPx(result);\n },\n dialogType: function dialogType() {\n return this.isDrawer ? 'elDrawer' : 'elDialog';\n },\n dialogTop: function dialogTop() {\n return !this.isDrawer && !this.fullscreen ? this.crud.tableOption.dialogTop : '0';\n },\n isDrawer: function isDrawer() {\n return this.crud.tableOption.dialogType === 'drawer';\n },\n params: function params() {\n var result = this.isDrawer ? {\n size: this.fullscreen ? '100%' : this.width,\n direction: this.crud.tableOption.dialogDirection\n } : {\n width: this.width,\n fullscreen: this.fullscreen\n };\n return Object.assign(result, this.$uploadFun({}, this.crud));\n },\n option: function option() {\n var _this = this;\n var option = this.deepClone(this.crud.tableOption);\n option.boxType = this.boxType;\n option.column = this.deepClone(this.crud.propOption);\n option.column.forEach(function (ele) {\n delete ele.render;\n if (ele.renderForm) ele.render = ele.renderForm;\n });\n option.menuBtn = false;\n if (this.isAdd) {\n option.submitBtn = option.saveBtn;\n option.submitText = this.crud.menuIcon('saveBtn');\n option.submitIcon = this.crud.getBtnIcon('saveBtn');\n } else if (this.isEdit) {\n option.submitBtn = option.updateBtn;\n option.submitText = this.crud.menuIcon('updateBtn');\n option.submitIcon = this.crud.getBtnIcon('updateBtn');\n } else if (this.isView) {\n option.detail = true;\n }\n option.mockIcon = this.crud.getBtnIcon('mockBtn');\n option.mockText = this.crud.menuIcon('mockBtn');\n option.emptyBtn = option.cancelBtn;\n option.emptyIcon = this.crud.getBtnIcon('cancelBtn');\n option.emptyText = this.crud.menuIcon('cancelBtn');\n //不分组的表单不加载字典\n if (!this.crud.isGroup) {\n option.dicFlag = false;\n option.dicData = this.crud.DIC;\n }\n if (!this.validatenull(option.dicFlag)) {\n option.column.forEach(function (ele) {\n ele.boxType = _this.boxType;\n ele.dicFlag = ele.dicFlag || option.dicFlag;\n });\n }\n return option;\n },\n dialogTitle: function dialogTitle() {\n var key = \"\".concat(this.boxType);\n if (!this.validatenull(this.boxType)) {\n return this.crud.tableOption[key + 'Title'] || this.t(\"crud.\".concat(key, \"Title\"));\n }\n },\n dialogMenuPosition: function dialogMenuPosition() {\n return this.crud.tableOption.dialogMenuPosition || 'right';\n }\n },\n methods: {\n menuParams: function menuParams() {\n return {\n disabled: this.disabled,\n size: this.crud.size,\n type: this.boxType\n };\n },\n submit: function submit() {\n this.$refs.tableForm.submit();\n },\n reset: function reset() {\n this.$refs.tableForm.resetForm(false);\n },\n getSlotName: function getSlotName(item) {\n return item.replace('-form', '');\n },\n handleChange: function handleChange() {\n this.crud.setVal();\n },\n handleTabClick: function handleTabClick(tab, event) {\n this.crud.$emit('tab-click', tab, event);\n },\n handleFullScreen: function handleFullScreen() {\n if (this.fullscreen) {\n this.fullscreen = false;\n } else {\n this.fullscreen = true;\n }\n },\n handleError: function handleError(error) {\n this.crud.$emit('error', error);\n },\n handleSubmit: function handleSubmit(form, hide) {\n if (this.isAdd) {\n this.rowSave(hide);\n } else if (this.isEdit) {\n this.rowUpdate(hide);\n }\n },\n initFun: function initFun() {\n var _this2 = this;\n ['clearValidate', 'validate', 'resetForm', 'validateField'].forEach(function (ele) {\n _this2.crud[ele] = _this2.$refs.tableForm[ele];\n });\n },\n // 保存\n rowSave: function rowSave(hide) {\n this.crud.$emit(\"row-save\", Object(utils_util__WEBPACK_IMPORTED_MODULE_3__[\"filterParams\"])(this.crud.tableForm, ['$']), this.closeDialog, hide);\n },\n // 更新\n rowUpdate: function rowUpdate(hide) {\n this.crud.$emit(\"row-update\", Object(utils_util__WEBPACK_IMPORTED_MODULE_3__[\"filterParams\"])(this.crud.tableForm, ['$']), this.crud.tableIndex, this.closeDialog, hide);\n },\n closeDialog: function closeDialog(row, index) {\n var _this3 = this;\n row = this.deepClone(row);\n var callback = function callback() {\n if (_this3.isEdit) {\n var _this3$crud$findData = _this3.crud.findData(row[_this3.crud.rowKey]),\n parentList = _this3$crud$findData.parentList,\n _index = _this3$crud$findData.index;\n if (parentList) {\n var oldRow = parentList.splice(_index, 1)[0];\n row[_this3.crud.childrenKey] = oldRow[_this3.crud.childrenKey];\n parentList.splice(_index, 0, row);\n }\n } else if (_this3.isAdd) {\n var _this3$crud$findData2 = _this3.crud.findData(row[_this3.crud.rowParentKey]),\n item = _this3$crud$findData2.item;\n if (item) {\n if (!item[_this3.crud.childrenKey]) {\n item[_this3.crud.childrenKey] = [];\n }\n if (_this3.crud.tableOption.lazy) {\n item[_this3.crud.hasChildrenKey] = true;\n }\n item[_this3.crud.childrenKey].push(row);\n } else {\n _this3.crud.list.push(row);\n }\n }\n };\n if (row) callback();\n this.hide();\n },\n // 隐藏表单\n hide: function hide(done) {\n var _this4 = this;\n var callback = function callback() {\n done && done();\n _this4.crud.tableIndex = -1;\n _this4.crud.tableForm = {};\n _this4.crud.setVal();\n _this4.boxVisible = false;\n };\n if (typeof this.crud.beforeClose === \"function\") {\n this.crud.beforeClose(callback, this.boxType);\n } else {\n callback();\n }\n },\n // 显示表单\n show: function show(type) {\n var _this5 = this;\n this.boxType = type;\n var callback = function callback(fn) {\n _this5.fullscreen = _this5.crud.tableOption.dialogFullscreen;\n _this5.boxVisible = true;\n _this5.loading = false;\n _this5.$nextTick(function () {\n _this5.initFun();\n fn && fn();\n });\n };\n var loading = function loading() {\n callback(function () {\n _this5.loading = true;\n });\n };\n if (typeof this.crud.beforeOpen === \"function\") {\n this.crud.beforeOpen(callback, this.boxType, loading);\n } else {\n callback();\n }\n }\n }\n}));\n\n//# sourceURL=webpack://AVUE/./packages/element-plus/crud/dialog/dialog-form.vue?./node_modules/.pnpm/babel-loader@8.4.1_@babel+core@7.25.8_webpack@4.47.0/node_modules/babel-loader/lib??ref--0!./node_modules/.pnpm/vue-loader@16.8.3_@vue+compiler-sfc@3.5.12_vue@3.5.12_webpack@4.47.0/node_modules/vue-loader/dist??ref--1");
697
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var core_create__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core/create */ \"./src/core/create.js\");\n/* harmony import */ var core_locale__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core/locale */ \"./src/core/locale.js\");\n/* harmony import */ var _config__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../config */ \"./packages/element-plus/crud/config.js\");\n/* harmony import */ var utils_util__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! utils/util */ \"./src/utils/util.js\");\n\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (Object(core_create__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n name: \"crud\",\n mixins: [core_locale__WEBPACK_IMPORTED_MODULE_1__[\"default\"]],\n emits: [\"update:modelValue\", \"change\"],\n inject: [\"crud\"],\n data: function data() {\n return {\n loading: false,\n disabled: false,\n config: _config__WEBPACK_IMPORTED_MODULE_2__[\"default\"],\n boxType: \"\",\n fullscreen: false,\n boxVisible: false\n };\n },\n props: {\n modelValue: {\n type: Object,\n \"default\": function _default() {\n return {};\n }\n }\n },\n computed: {\n isView: function isView() {\n return this.boxType === \"view\";\n },\n isAdd: function isAdd() {\n return this.boxType === \"add\";\n },\n isEdit: function isEdit() {\n return this.boxType === \"edit\";\n },\n width: function width() {\n var dialogWidth = this.crud.tableOption.dialogWidth + \"\";\n var defaultWidth = this.crud.isMobile ? \"100%\" : _config__WEBPACK_IMPORTED_MODULE_2__[\"default\"].dialogWidth;\n var result = this.validData(dialogWidth, defaultWidth);\n return this.setPx(result);\n },\n dialogType: function dialogType() {\n return this.isDrawer ? \"elDrawer\" : \"elDialog\";\n },\n dialogTop: function dialogTop() {\n return !this.isDrawer && !this.fullscreen ? this.crud.tableOption.dialogTop : \"0\";\n },\n isDrawer: function isDrawer() {\n return this.crud.tableOption.dialogType === \"drawer\";\n },\n params: function params() {\n var result = this.isDrawer ? {\n size: this.fullscreen ? \"100%\" : this.width,\n direction: this.crud.tableOption.dialogDirection\n } : {\n width: this.width,\n fullscreen: this.fullscreen\n };\n return Object.assign(result, this.$uploadFun({}, this.crud));\n },\n option: function option() {\n var _this = this;\n var option = this.deepClone(this.crud.tableOption);\n option.boxType = this.boxType;\n option.column = this.deepClone(this.crud.propOption);\n option.column.forEach(function (ele) {\n delete ele.render;\n if (ele.renderForm) ele.render = ele.renderForm;\n });\n option.menuBtn = false;\n if (this.isAdd) {\n option.submitBtn = option.saveBtn;\n option.submitText = this.crud.menuIcon(\"saveBtn\");\n option.submitIcon = this.crud.getBtnIcon(\"saveBtn\");\n } else if (this.isEdit) {\n option.submitBtn = option.updateBtn;\n option.submitText = this.crud.menuIcon(\"updateBtn\");\n option.submitIcon = this.crud.getBtnIcon(\"updateBtn\");\n } else if (this.isView) {\n option.detail = true;\n }\n option.mockIcon = this.crud.getBtnIcon(\"mockBtn\");\n option.mockText = this.crud.menuIcon(\"mockBtn\");\n option.emptyBtn = option.cancelBtn;\n option.emptyIcon = this.crud.getBtnIcon(\"cancelBtn\");\n option.emptyText = this.crud.menuIcon(\"cancelBtn\");\n //不分组的表单不加载字典\n if (!this.crud.isGroup) {\n option.dicFlag = false;\n option.dicData = this.crud.DIC;\n }\n if (!this.validatenull(option.dicFlag)) {\n option.column.forEach(function (ele) {\n ele.boxType = _this.boxType;\n ele.dicFlag = ele.dicFlag || option.dicFlag;\n });\n }\n return option;\n },\n dialogTitle: function dialogTitle() {\n var key = \"\".concat(this.boxType);\n if (!this.validatenull(this.boxType)) {\n return this.crud.tableOption[key + \"Title\"] || this.t(\"crud.\".concat(key, \"Title\"));\n }\n },\n dialogMenuPosition: function dialogMenuPosition() {\n return this.crud.tableOption.dialogMenuPosition || \"right\";\n }\n },\n methods: {\n menuParams: function menuParams() {\n return {\n disabled: this.disabled,\n size: this.crud.size,\n type: this.boxType\n };\n },\n submit: function submit() {\n this.$refs.tableForm.submit();\n },\n reset: function reset() {\n this.$refs.tableForm.resetForm(false);\n },\n getSlotName: function getSlotName(item) {\n return item.replace(\"-form\", \"\");\n },\n handleChange: function handleChange() {\n this.crud.setVal();\n },\n handleTabClick: function handleTabClick(tab, event) {\n this.crud.$emit(\"tab-click\", tab, event);\n },\n handleFullScreen: function handleFullScreen() {\n if (this.fullscreen) {\n this.fullscreen = false;\n } else {\n this.fullscreen = true;\n }\n },\n handleError: function handleError(error) {\n this.crud.$emit(\"error\", error);\n },\n handleSubmit: function handleSubmit(form, hide) {\n if (this.isAdd) {\n this.rowSave(hide);\n } else if (this.isEdit) {\n this.rowUpdate(hide);\n }\n },\n initFun: function initFun() {\n var _this2 = this;\n [\"clearValidate\", \"validate\", \"resetForm\", \"validateField\"].forEach(function (ele) {\n _this2.crud[ele] = _this2.$refs.tableForm[ele];\n });\n },\n // 保存\n rowSave: function rowSave(hide) {\n this.crud.$emit(\"row-save\", Object(utils_util__WEBPACK_IMPORTED_MODULE_3__[\"filterParams\"])(this.crud.tableForm, [\"$\"]), this.closeDialog, hide);\n },\n // 更新\n rowUpdate: function rowUpdate(hide) {\n this.crud.$emit(\"row-update\", Object(utils_util__WEBPACK_IMPORTED_MODULE_3__[\"filterParams\"])(this.crud.tableForm, [\"$\"]), this.crud.tableIndex, this.closeDialog, hide);\n },\n closeDialog: function closeDialog(row, index) {\n var _this3 = this;\n row = this.deepClone(row);\n var callback = function callback() {\n if (_this3.isEdit) {\n var _this3$crud$findData = _this3.crud.findData(row[_this3.crud.rowKey]),\n parentList = _this3$crud$findData.parentList,\n _index = _this3$crud$findData.index;\n if (parentList) {\n var oldRow = parentList.splice(_index, 1)[0];\n row[_this3.crud.childrenKey] = oldRow[_this3.crud.childrenKey];\n parentList.splice(_index, 0, row);\n }\n } else if (_this3.isAdd) {\n var _this3$crud$findData2 = _this3.crud.findData(row[_this3.crud.rowParentKey]),\n item = _this3$crud$findData2.item;\n if (item) {\n if (!item[_this3.crud.childrenKey]) {\n item[_this3.crud.childrenKey] = [];\n }\n if (_this3.crud.tableOption.lazy) {\n item[_this3.crud.hasChildrenKey] = true;\n }\n item[_this3.crud.childrenKey].push(row);\n } else {\n _this3.crud.list.push(row);\n }\n }\n };\n if (row) callback();\n this.hide();\n },\n // 隐藏表单\n hide: function hide(done) {\n var _this4 = this;\n var callback = function callback() {\n done && done();\n _this4.crud.tableIndex = -1;\n _this4.crud.tableForm = {};\n _this4.crud.setVal();\n _this4.boxVisible = false;\n };\n if (typeof this.crud.beforeClose === \"function\") {\n this.crud.beforeClose(callback, this.boxType);\n } else {\n callback();\n }\n },\n // 显示表单\n show: function show(type) {\n var _this5 = this;\n this.boxType = type;\n var callback = function callback(fn) {\n _this5.fullscreen = _this5.crud.tableOption.dialogFullscreen;\n _this5.boxVisible = true;\n _this5.loading = false;\n _this5.$nextTick(function () {\n _this5.initFun();\n fn && fn();\n });\n };\n var loading = function loading() {\n callback(function () {\n _this5.loading = true;\n });\n };\n if (typeof this.crud.beforeOpen === \"function\") {\n this.crud.beforeOpen(callback, this.boxType, loading);\n } else {\n callback();\n }\n }\n }\n}));\n\n//# sourceURL=webpack://AVUE/./packages/element-plus/crud/dialog/dialog-form.vue?./node_modules/.pnpm/babel-loader@8.4.1_@babel+core@7.25.8_webpack@4.47.0/node_modules/babel-loader/lib??ref--0!./node_modules/.pnpm/vue-loader@16.8.3_@vue+compiler-sfc@3.5.12_vue@3.5.12_webpack@4.47.0/node_modules/vue-loader/dist??ref--1");
698
698
 
699
699
  /***/ }),
700
700
 
@@ -910,7 +910,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var core
910
910
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
911
911
 
912
912
  "use strict";
913
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var core_create__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core/create */ \"./src/core/create.js\");\n/* harmony import */ var common_common_props_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! common/common/props.js */ \"./packages/core/common/props.js\");\n/* harmony import */ var common_common_event_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! common/common/event.js */ \"./packages/core/common/event.js\");\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (Object(core_create__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n name: \"input-number\",\n mixins: [Object(common_common_props_js__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(), Object(common_common_event_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])()],\n data: function data() {\n return {};\n },\n props: {\n stepStrictly: {\n type: Boolean,\n \"default\": false\n },\n controls: {\n type: Boolean,\n \"default\": true\n },\n step: {\n type: Number,\n \"default\": 1\n },\n controlsPosition: {\n type: String,\n \"default\": \"right\"\n },\n precision: {\n type: Number\n },\n min: {\n type: Number,\n \"default\": -Infinity\n },\n max: {\n type: Number,\n \"default\": Infinity\n },\n prefix: {\n type: String\n },\n prefixClick: {\n type: Function,\n \"default\": function _default() {}\n },\n suffix: {\n type: String\n },\n suffixClick: {\n type: Function,\n \"default\": function _default() {}\n }\n },\n created: function created() {},\n mounted: function mounted() {},\n methods: {}\n}));\n\n//# sourceURL=webpack://AVUE/./packages/element-plus/input-number/index.vue?./node_modules/.pnpm/babel-loader@8.4.1_@babel+core@7.25.8_webpack@4.47.0/node_modules/babel-loader/lib??ref--0!./node_modules/.pnpm/vue-loader@16.8.3_@vue+compiler-sfc@3.5.12_vue@3.5.12_webpack@4.47.0/node_modules/vue-loader/dist??ref--1");
913
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var core_create__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core/create */ \"./src/core/create.js\");\n/* harmony import */ var common_common_props_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! common/common/props.js */ \"./packages/core/common/props.js\");\n/* harmony import */ var common_common_event_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! common/common/event.js */ \"./packages/core/common/event.js\");\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (Object(core_create__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n name: \"input-number\",\n mixins: [Object(common_common_props_js__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(), Object(common_common_event_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])()],\n data: function data() {\n return {};\n },\n props: {\n align: String,\n disabledScientific: Boolean,\n stepStrictly: {\n type: Boolean,\n \"default\": false\n },\n controls: {\n type: Boolean,\n \"default\": true\n },\n step: {\n type: Number,\n \"default\": 1\n },\n controlsPosition: {\n type: String,\n \"default\": \"right\"\n },\n precision: {\n type: Number\n },\n min: {\n type: Number,\n \"default\": -Infinity\n },\n max: {\n type: Number,\n \"default\": Infinity\n },\n prefix: {\n type: String\n },\n prefixClick: {\n type: Function,\n \"default\": function _default() {}\n },\n suffix: {\n type: String\n },\n suffixClick: {\n type: Function,\n \"default\": function _default() {}\n }\n },\n created: function created() {},\n mounted: function mounted() {},\n methods: {}\n}));\n\n//# sourceURL=webpack://AVUE/./packages/element-plus/input-number/index.vue?./node_modules/.pnpm/babel-loader@8.4.1_@babel+core@7.25.8_webpack@4.47.0/node_modules/babel-loader/lib??ref--0!./node_modules/.pnpm/vue-loader@16.8.3_@vue+compiler-sfc@3.5.12_vue@3.5.12_webpack@4.47.0/node_modules/vue-loader/dist??ref--1");
914
914
 
915
915
  /***/ }),
916
916
 
@@ -2802,7 +2802,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
2802
2802
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2803
2803
 
2804
2804
  "use strict";
2805
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ \"vue\");\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_0__);\n\n\nconst _hoisted_1 = { key: 1 }\n\nfunction render(_ctx, _cache, $props, $setup, $data, $options) {\n const _component_el_cascader = Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"resolveComponent\"])(\"el-cascader\")\n\n return (Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"openBlock\"])(), Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createBlock\"])(_component_el_cascader, {\n ref: \"cascader\",\n options: _ctx.dic,\n class: Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"normalizeClass\"])(_ctx.b()),\n onClick: _ctx.handleClick,\n onChange: _ctx.handleValueChange,\n modelValue: _ctx.text,\n \"onUpdate:modelValue\": _cache[0] || (_cache[0] = $event => ((_ctx.text) = $event)),\n placeholder: _ctx.placeholder,\n props: _ctx.allProps,\n size: _ctx.size,\n clearable: _ctx.clearableVal,\n \"show-all-levels\": _ctx.showAllLevels,\n filterable: _ctx.filterable,\n \"popper-class\": _ctx.popperClass,\n separator: _ctx.separator,\n disabled: _ctx.disabled,\n \"collapse-tags\": _ctx.tags || _ctx.collapseTags,\n \"collapse-tags-tooltip\": _ctx.collapseTagsTooltip,\n \"max-collapse-tags\": _ctx.maxCollapseTags,\n onFocus: _ctx.handleFocus,\n onBlur: _ctx.handleBlur\n }, {\n default: Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"withCtx\"])(({data,node}) => [\n (_ctx.$slots.default)\n ? Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"renderSlot\"])(_ctx.$slots, \"default\", {\n key: 0,\n data: data,\n node: node\n })\n : (Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"openBlock\"])(), Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createElementBlock\"])(\"span\", _hoisted_1, Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"toDisplayString\"])(data[_ctx.labelKey]), 1 /* TEXT */))\n ]),\n _: 3 /* FORWARDED */\n }, 8 /* PROPS */, [\"options\", \"class\", \"onClick\", \"onChange\", \"modelValue\", \"placeholder\", \"props\", \"size\", \"clearable\", \"show-all-levels\", \"filterable\", \"popper-class\", \"separator\", \"disabled\", \"collapse-tags\", \"collapse-tags-tooltip\", \"max-collapse-tags\", \"onFocus\", \"onBlur\"]))\n}\n\n//# sourceURL=webpack://AVUE/./packages/element-plus/cascader/index.vue?./node_modules/.pnpm/vue-loader@16.8.3_@vue+compiler-sfc@3.5.12_vue@3.5.12_webpack@4.47.0/node_modules/vue-loader/dist/templateLoader.js??ref--5!./node_modules/.pnpm/vue-loader@16.8.3_@vue+compiler-sfc@3.5.12_vue@3.5.12_webpack@4.47.0/node_modules/vue-loader/dist??ref--1");
2805
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ \"vue\");\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_0__);\n\n\nconst _hoisted_1 = { key: 1 }\n\nfunction render(_ctx, _cache, $props, $setup, $data, $options) {\n const _component_el_cascader = Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"resolveComponent\"])(\"el-cascader\")\n\n return (Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"openBlock\"])(), Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createBlock\"])(_component_el_cascader, {\n ref: \"cascader\",\n options: _ctx.dic,\n class: Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"normalizeClass\"])(_ctx.b()),\n onClick: _ctx.handleClick,\n onChange: _ctx.handleValueChange,\n modelValue: _ctx.text,\n \"onUpdate:modelValue\": _cache[0] || (_cache[0] = $event => ((_ctx.text) = $event)),\n placeholder: _ctx.placeholder,\n props: _ctx.allProps,\n size: _ctx.size,\n effect: _ctx.effect,\n clearable: _ctx.clearableVal,\n \"show-all-levels\": _ctx.showAllLevels,\n filterable: _ctx.filterable,\n \"popper-class\": _ctx.popperClass,\n separator: _ctx.separator,\n disabled: _ctx.disabled,\n \"show-checked-strategy\": _ctx.showCheckedStrategy,\n \"collapse-tags\": _ctx.tags || _ctx.collapseTags,\n \"collapse-tags-tooltip\": _ctx.collapseTagsTooltip,\n \"max-collapse-tags\": _ctx.maxCollapseTags,\n onFocus: _ctx.handleFocus,\n onBlur: _ctx.handleBlur\n }, {\n default: Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"withCtx\"])(({ data, node }) => [\n (_ctx.$slots.default)\n ? Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"renderSlot\"])(_ctx.$slots, \"default\", {\n key: 0,\n data: data,\n node: node\n })\n : (Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"openBlock\"])(), Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createElementBlock\"])(\"span\", _hoisted_1, Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"toDisplayString\"])(data[_ctx.labelKey]), 1 /* TEXT */))\n ]),\n _: 3 /* FORWARDED */\n }, 8 /* PROPS */, [\"options\", \"class\", \"onClick\", \"onChange\", \"modelValue\", \"placeholder\", \"props\", \"size\", \"effect\", \"clearable\", \"show-all-levels\", \"filterable\", \"popper-class\", \"separator\", \"disabled\", \"show-checked-strategy\", \"collapse-tags\", \"collapse-tags-tooltip\", \"max-collapse-tags\", \"onFocus\", \"onBlur\"]))\n}\n\n//# sourceURL=webpack://AVUE/./packages/element-plus/cascader/index.vue?./node_modules/.pnpm/vue-loader@16.8.3_@vue+compiler-sfc@3.5.12_vue@3.5.12_webpack@4.47.0/node_modules/vue-loader/dist/templateLoader.js??ref--5!./node_modules/.pnpm/vue-loader@16.8.3_@vue+compiler-sfc@3.5.12_vue@3.5.12_webpack@4.47.0/node_modules/vue-loader/dist??ref--1");
2806
2806
 
2807
2807
  /***/ }),
2808
2808
 
@@ -2958,7 +2958,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
2958
2958
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2959
2959
 
2960
2960
  "use strict";
2961
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ \"vue\");\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_0__);\n\n\nconst _hoisted_1 = { class: \"el-dialog__title\" }\n\nfunction render(_ctx, _cache, $props, $setup, $data, $options) {\n const _component_el_icon = Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"resolveComponent\"])(\"el-icon\")\n const _component_avue_form = Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"resolveComponent\"])(\"avue-form\")\n const _component_el_button = Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"resolveComponent\"])(\"el-button\")\n const _directive_loading = Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"resolveDirective\"])(\"loading\")\n\n return (_ctx.boxVisible)\n ? (Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"openBlock\"])(), Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createBlock\"])(Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"resolveDynamicComponent\"])(_ctx.dialogType), Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"mergeProps\"])({\n key: 0,\n draggable: _ctx.validData(_ctx.crud.tableOption.dialogDrag,_ctx.config.dialogDrag),\n class: ['avue-dialog',_ctx.b('dialog'),this.crud.tableOption.dialogCustomClass],\n \"append-to-body\": _ctx.validData(_ctx.crud.tableOption.dialogAppendToBody,true),\n top: _ctx.dialogTop,\n title: _ctx.dialogTitle,\n \"close-on-press-escape\": _ctx.crud.tableOption.dialogEscape,\n \"close-on-click-modal\": _ctx.validData(_ctx.crud.tableOption.dialogClickModal,false),\n modal: _ctx.crud.tableOption.dialogModal,\n \"show-close\": _ctx.crud.tableOption.dialogCloseBtn,\n modelValue: _ctx.boxVisible,\n \"onUpdate:modelValue\": _cache[2] || (_cache[2] = $event => ((_ctx.boxVisible) = $event))\n }, _ctx.params, { \"before-close\": _ctx.hide }), {\n header: Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"withCtx\"])(() => [\n Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createElementVNode\"])(\"div\", {\n class: Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"normalizeClass\"])(_ctx.b('dialog__header'))\n }, [\n Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createElementVNode\"])(\"span\", _hoisted_1, Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"toDisplayString\"])(_ctx.dialogTitle), 1 /* TEXT */),\n Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createElementVNode\"])(\"div\", {\n class: Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"normalizeClass\"])(_ctx.b('dialog__menu'))\n }, [\n Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createVNode\"])(_component_el_icon, {\n class: \"el-dialog__close\",\n onClick: _ctx.handleFullScreen\n }, {\n default: Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"withCtx\"])(() => [\n (Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"openBlock\"])(), Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createBlock\"])(Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"resolveDynamicComponent\"])(_ctx.fullscreen?'el-icon-copy-document':'el-icon-full-screen')))\n ]),\n _: 1 /* STABLE */\n }, 8 /* PROPS */, [\"onClick\"])\n ], 2 /* CLASS */)\n ], 2 /* CLASS */)\n ]),\n default: Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"withCtx\"])(() => [\n Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"withDirectives\"])((Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"openBlock\"])(), Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createBlock\"])(_component_avue_form, Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"mergeProps\"])({\n modelValue: _ctx.crud.tableForm,\n \"onUpdate:modelValue\": _cache[0] || (_cache[0] = $event => ((_ctx.crud.tableForm) = $event)),\n status: _ctx.disabled,\n \"onUpdate:status\": _cache[1] || (_cache[1] = $event => ((_ctx.disabled) = $event)),\n ref: \"tableForm\",\n onChange: _ctx.handleChange,\n onSubmit: _ctx.handleSubmit,\n onResetChange: _ctx.hide,\n onTabClick: _ctx.handleTabClick,\n onError: _ctx.handleError\n }, _ctx.$uploadFun(null,_ctx.crud), {\n \"element-loading-text\": _ctx.crud.tableOption.loadingText,\n \"element-loading-spinner\": _ctx.crud.tableOption.loadingSpinner,\n \"element-loading-svg\": _ctx.crud.tableOption.loadingSvg,\n \"element-loading-background\": _ctx.crud.tableOption.loadingBackground,\n option: _ctx.option\n }), Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createSlots\"])({ _: 2 /* DYNAMIC */ }, [\n Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"renderList\"])(_ctx.crud.formSlot, (item) => {\n return {\n name: _ctx.getSlotName(item),\n fn: Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"withCtx\"])((scope) => [\n Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"renderSlot\"])(_ctx.$slots, item, Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"normalizeProps\"])(Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"guardReactiveProps\"])(Object.assign(scope,{type:_ctx.boxType}))))\n ])\n }\n })\n ]), 1040 /* FULL_PROPS, DYNAMIC_SLOTS */, [\"modelValue\", \"status\", \"onChange\", \"onSubmit\", \"onResetChange\", \"onTabClick\", \"onError\", \"element-loading-text\", \"element-loading-spinner\", \"element-loading-svg\", \"element-loading-background\", \"option\"])), [\n [_directive_loading, _ctx.loading]\n ]),\n Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createElementVNode\"])(\"span\", {\n class: Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"normalizeClass\"])([\"avue-dialog__footer\", 'avue-dialog__footer--'+_ctx.dialogMenuPosition])\n }, [\n Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"renderSlot\"])(_ctx.$slots, \"menu-form-before\", Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"normalizeProps\"])(Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"guardReactiveProps\"])(_ctx.menuParams()))),\n (_ctx.validData(_ctx.option.mockBtn,false) && !_ctx.isView)\n ? (Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"openBlock\"])(), Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createBlock\"])(_component_el_button, {\n key: 0,\n type: \"primary\",\n onClick: (_ctx.$refs.tableForm || {}).handleMock,\n loading: _ctx.disabled||_ctx.loading,\n size: _ctx.crud.size,\n icon: _ctx.option.mockIcon\n }, {\n default: Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"withCtx\"])(() => [\n Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createTextVNode\"])(Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"toDisplayString\"])(_ctx.option.mockText), 1 /* TEXT */)\n ]),\n _: 1 /* STABLE */\n }, 8 /* PROPS */, [\"onClick\", \"loading\", \"size\", \"icon\"]))\n : Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createCommentVNode\"])(\"v-if\", true),\n (_ctx.validData(_ctx.option.submitBtn,true) && !_ctx.isView)\n ? (Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"openBlock\"])(), Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createBlock\"])(_component_el_button, {\n key: 1,\n onClick: _ctx.submit,\n loading: _ctx.disabled||_ctx.loading,\n size: _ctx.crud.size,\n icon: _ctx.option.submitIcon,\n type: \"primary\"\n }, {\n default: Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"withCtx\"])(() => [\n Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createTextVNode\"])(Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"toDisplayString\"])(_ctx.option.submitText), 1 /* TEXT */)\n ]),\n _: 1 /* STABLE */\n }, 8 /* PROPS */, [\"onClick\", \"loading\", \"size\", \"icon\"]))\n : Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createCommentVNode\"])(\"v-if\", true),\n (_ctx.validData(_ctx.option.emptyBtn,true) && !_ctx.isView)\n ? (Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"openBlock\"])(), Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createBlock\"])(_component_el_button, {\n key: 2,\n onClick: _ctx.reset,\n disabled: _ctx.disabled||_ctx.loading,\n size: _ctx.crud.size,\n icon: _ctx.option.emptyIcon\n }, {\n default: Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"withCtx\"])(() => [\n Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createTextVNode\"])(Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"toDisplayString\"])(_ctx.option.emptyText), 1 /* TEXT */)\n ]),\n _: 1 /* STABLE */\n }, 8 /* PROPS */, [\"onClick\", \"disabled\", \"size\", \"icon\"]))\n : Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createCommentVNode\"])(\"v-if\", true),\n Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"renderSlot\"])(_ctx.$slots, \"menu-form\", Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"normalizeProps\"])(Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"guardReactiveProps\"])(_ctx.menuParams())))\n ], 2 /* CLASS */)\n ]),\n _: 3 /* FORWARDED */\n }, 16 /* FULL_PROPS */, [\"draggable\", \"class\", \"append-to-body\", \"top\", \"title\", \"close-on-press-escape\", \"close-on-click-modal\", \"modal\", \"show-close\", \"modelValue\", \"before-close\"]))\n : Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createCommentVNode\"])(\"v-if\", true)\n}\n\n//# sourceURL=webpack://AVUE/./packages/element-plus/crud/dialog/dialog-form.vue?./node_modules/.pnpm/vue-loader@16.8.3_@vue+compiler-sfc@3.5.12_vue@3.5.12_webpack@4.47.0/node_modules/vue-loader/dist/templateLoader.js??ref--5!./node_modules/.pnpm/vue-loader@16.8.3_@vue+compiler-sfc@3.5.12_vue@3.5.12_webpack@4.47.0/node_modules/vue-loader/dist??ref--1");
2961
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ \"vue\");\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_0__);\n\n\nconst _hoisted_1 = { class: \"el-dialog__title\" }\n\nfunction render(_ctx, _cache, $props, $setup, $data, $options) {\n const _component_el_icon = Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"resolveComponent\"])(\"el-icon\")\n const _component_avue_form = Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"resolveComponent\"])(\"avue-form\")\n const _component_el_button = Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"resolveComponent\"])(\"el-button\")\n const _directive_loading = Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"resolveDirective\"])(\"loading\")\n\n return (_ctx.boxVisible)\n ? (Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"openBlock\"])(), Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createBlock\"])(Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"resolveDynamicComponent\"])(_ctx.dialogType), Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"mergeProps\"])({\n key: 0,\n draggable: _ctx.validData(_ctx.crud.tableOption.dialogDrag, _ctx.config.dialogDrag),\n class: [\r\n 'avue-dialog',\r\n _ctx.b('dialog'),\r\n this.crud.tableOption.dialogCustomClass,\r\n ],\n \"append-to-body\": _ctx.validData(_ctx.crud.tableOption.dialogAppendToBody, true),\n top: _ctx.dialogTop,\n title: _ctx.dialogTitle,\n \"close-on-press-escape\": _ctx.crud.tableOption.dialogEscape,\n \"close-on-click-modal\": _ctx.validData(_ctx.crud.tableOption.dialogClickModal, false),\n modal: _ctx.crud.tableOption.dialogModal,\n \"modal-penetrable\": _ctx.crud.tableOption.modalPenetrable,\n \"show-close\": _ctx.crud.tableOption.dialogCloseBtn,\n \"header-class\": _ctx.crud.tableOption.headerClass,\n \"body-class\": _ctx.crud.tableOption.bodyClass,\n \"footer-class\": _ctx.crud.tableOption.footerClass,\n modelValue: _ctx.boxVisible,\n \"onUpdate:modelValue\": _cache[2] || (_cache[2] = $event => ((_ctx.boxVisible) = $event))\n }, _ctx.params, { \"before-close\": _ctx.hide }), {\n header: Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"withCtx\"])(() => [\n Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createElementVNode\"])(\"div\", {\n class: Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"normalizeClass\"])(_ctx.b('dialog__header'))\n }, [\n Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createElementVNode\"])(\"span\", _hoisted_1, Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"toDisplayString\"])(_ctx.dialogTitle), 1 /* TEXT */),\n Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createElementVNode\"])(\"div\", {\n class: Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"normalizeClass\"])(_ctx.b('dialog__menu'))\n }, [\n Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createVNode\"])(_component_el_icon, {\n class: \"el-dialog__close\",\n onClick: _ctx.handleFullScreen\n }, {\n default: Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"withCtx\"])(() => [\n (Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"openBlock\"])(), Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createBlock\"])(Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"resolveDynamicComponent\"])(_ctx.fullscreen ? 'el-icon-copy-document' : 'el-icon-full-screen')))\n ]),\n _: 1 /* STABLE */\n }, 8 /* PROPS */, [\"onClick\"])\n ], 2 /* CLASS */)\n ], 2 /* CLASS */)\n ]),\n default: Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"withCtx\"])(() => [\n Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"withDirectives\"])((Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"openBlock\"])(), Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createBlock\"])(_component_avue_form, Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"mergeProps\"])({\n modelValue: _ctx.crud.tableForm,\n \"onUpdate:modelValue\": _cache[0] || (_cache[0] = $event => ((_ctx.crud.tableForm) = $event)),\n status: _ctx.disabled,\n \"onUpdate:status\": _cache[1] || (_cache[1] = $event => ((_ctx.disabled) = $event)),\n ref: \"tableForm\",\n onChange: _ctx.handleChange,\n onSubmit: _ctx.handleSubmit,\n onResetChange: _ctx.hide,\n onTabClick: _ctx.handleTabClick,\n onError: _ctx.handleError\n }, _ctx.$uploadFun(null, _ctx.crud), {\n \"element-loading-text\": _ctx.crud.tableOption.loadingText,\n \"element-loading-spinner\": _ctx.crud.tableOption.loadingSpinner,\n \"element-loading-svg\": _ctx.crud.tableOption.loadingSvg,\n \"element-loading-background\": _ctx.crud.tableOption.loadingBackground,\n option: _ctx.option\n }), Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createSlots\"])({ _: 2 /* DYNAMIC */ }, [\n Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"renderList\"])(_ctx.crud.formSlot, (item) => {\n return {\n name: _ctx.getSlotName(item),\n fn: Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"withCtx\"])((scope) => [\n Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"renderSlot\"])(_ctx.$slots, item, Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"normalizeProps\"])(Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"guardReactiveProps\"])(Object.assign(scope, { type: _ctx.boxType }))))\n ])\n }\n })\n ]), 1040 /* FULL_PROPS, DYNAMIC_SLOTS */, [\"modelValue\", \"status\", \"onChange\", \"onSubmit\", \"onResetChange\", \"onTabClick\", \"onError\", \"element-loading-text\", \"element-loading-spinner\", \"element-loading-svg\", \"element-loading-background\", \"option\"])), [\n [_directive_loading, _ctx.loading]\n ]),\n Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createElementVNode\"])(\"span\", {\n class: Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"normalizeClass\"])([\"avue-dialog__footer\", 'avue-dialog__footer--' + _ctx.dialogMenuPosition])\n }, [\n Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"renderSlot\"])(_ctx.$slots, \"menu-form-before\", Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"normalizeProps\"])(Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"guardReactiveProps\"])(_ctx.menuParams()))),\n (_ctx.validData(_ctx.option.mockBtn, false) && !_ctx.isView)\n ? (Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"openBlock\"])(), Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createBlock\"])(_component_el_button, {\n key: 0,\n type: \"primary\",\n onClick: (_ctx.$refs.tableForm || {}).handleMock,\n loading: _ctx.disabled || _ctx.loading,\n size: _ctx.crud.size,\n icon: _ctx.option.mockIcon\n }, {\n default: Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"withCtx\"])(() => [\n Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createTextVNode\"])(Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"toDisplayString\"])(_ctx.option.mockText), 1 /* TEXT */)\n ]),\n _: 1 /* STABLE */\n }, 8 /* PROPS */, [\"onClick\", \"loading\", \"size\", \"icon\"]))\n : Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createCommentVNode\"])(\"v-if\", true),\n (_ctx.validData(_ctx.option.submitBtn, true) && !_ctx.isView)\n ? (Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"openBlock\"])(), Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createBlock\"])(_component_el_button, {\n key: 1,\n onClick: _ctx.submit,\n loading: _ctx.disabled || _ctx.loading,\n size: _ctx.crud.size,\n icon: _ctx.option.submitIcon,\n type: \"primary\"\n }, {\n default: Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"withCtx\"])(() => [\n Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createTextVNode\"])(Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"toDisplayString\"])(_ctx.option.submitText), 1 /* TEXT */)\n ]),\n _: 1 /* STABLE */\n }, 8 /* PROPS */, [\"onClick\", \"loading\", \"size\", \"icon\"]))\n : Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createCommentVNode\"])(\"v-if\", true),\n (_ctx.validData(_ctx.option.emptyBtn, true) && !_ctx.isView)\n ? (Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"openBlock\"])(), Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createBlock\"])(_component_el_button, {\n key: 2,\n onClick: _ctx.reset,\n disabled: _ctx.disabled || _ctx.loading,\n size: _ctx.crud.size,\n icon: _ctx.option.emptyIcon\n }, {\n default: Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"withCtx\"])(() => [\n Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createTextVNode\"])(Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"toDisplayString\"])(_ctx.option.emptyText), 1 /* TEXT */)\n ]),\n _: 1 /* STABLE */\n }, 8 /* PROPS */, [\"onClick\", \"disabled\", \"size\", \"icon\"]))\n : Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createCommentVNode\"])(\"v-if\", true),\n Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"renderSlot\"])(_ctx.$slots, \"menu-form\", Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"normalizeProps\"])(Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"guardReactiveProps\"])(_ctx.menuParams())))\n ], 2 /* CLASS */)\n ]),\n _: 3 /* FORWARDED */\n }, 16 /* FULL_PROPS */, [\"draggable\", \"class\", \"append-to-body\", \"top\", \"title\", \"close-on-press-escape\", \"close-on-click-modal\", \"modal\", \"modal-penetrable\", \"show-close\", \"header-class\", \"body-class\", \"footer-class\", \"modelValue\", \"before-close\"]))\n : Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createCommentVNode\"])(\"v-if\", true)\n}\n\n//# sourceURL=webpack://AVUE/./packages/element-plus/crud/dialog/dialog-form.vue?./node_modules/.pnpm/vue-loader@16.8.3_@vue+compiler-sfc@3.5.12_vue@3.5.12_webpack@4.47.0/node_modules/vue-loader/dist/templateLoader.js??ref--5!./node_modules/.pnpm/vue-loader@16.8.3_@vue+compiler-sfc@3.5.12_vue@3.5.12_webpack@4.47.0/node_modules/vue-loader/dist??ref--1");
2962
2962
 
2963
2963
  /***/ }),
2964
2964
 
@@ -3174,7 +3174,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
3174
3174
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3175
3175
 
3176
3176
  "use strict";
3177
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ \"vue\");\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_0__);\n\n\nfunction render(_ctx, _cache, $props, $setup, $data, $options) {\n const _component_el_input_number = Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"resolveComponent\"])(\"el-input-number\")\n\n return (Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"openBlock\"])(), Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createBlock\"])(_component_el_input_number, {\n modelValue: _ctx.text,\n \"onUpdate:modelValue\": _cache[2] || (_cache[2] = $event => ((_ctx.text) = $event)),\n class: Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"normalizeClass\"])(_ctx.b()),\n onClick: _ctx.handleClick,\n onFocus: _ctx.handleFocus,\n onBlur: _ctx.handleBlur,\n precision: _ctx.precision,\n placeholder: _ctx.placeholder,\n \"step-strictly\": _ctx.stepStrictly,\n size: _ctx.size,\n min: _ctx.min,\n max: _ctx.max,\n step: _ctx.step,\n clearable: _ctx.clearableVal,\n readonly: _ctx.readonly,\n \"controls-position\": _ctx.controlsPosition,\n controls: _ctx.controls,\n disabled: _ctx.disabled\n }, Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createSlots\"])({ _: 2 /* DYNAMIC */ }, [\n (_ctx.prefix)\n ? {\n name: \"prefix\",\n fn: Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"withCtx\"])(() => [\n Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createElementVNode\"])(\"span\", {\n onClick: _cache[0] || (_cache[0] = $event => (_ctx.prefixClick(_ctx.text)))\n }, Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"toDisplayString\"])(_ctx.prefix), 1 /* TEXT */)\n ]),\n key: \"0\"\n }\n : undefined,\n (_ctx.suffix)\n ? {\n name: \"suffix\",\n fn: Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"withCtx\"])(() => [\n Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createElementVNode\"])(\"span\", {\n onClick: _cache[1] || (_cache[1] = $event => (_ctx.suffixClick(_ctx.text)))\n }, Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"toDisplayString\"])(_ctx.suffix), 1 /* TEXT */)\n ]),\n key: \"1\"\n }\n : undefined\n ]), 1032 /* PROPS, DYNAMIC_SLOTS */, [\"modelValue\", \"class\", \"onClick\", \"onFocus\", \"onBlur\", \"precision\", \"placeholder\", \"step-strictly\", \"size\", \"min\", \"max\", \"step\", \"clearable\", \"readonly\", \"controls-position\", \"controls\", \"disabled\"]))\n}\n\n//# sourceURL=webpack://AVUE/./packages/element-plus/input-number/index.vue?./node_modules/.pnpm/vue-loader@16.8.3_@vue+compiler-sfc@3.5.12_vue@3.5.12_webpack@4.47.0/node_modules/vue-loader/dist/templateLoader.js??ref--5!./node_modules/.pnpm/vue-loader@16.8.3_@vue+compiler-sfc@3.5.12_vue@3.5.12_webpack@4.47.0/node_modules/vue-loader/dist??ref--1");
3177
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ \"vue\");\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_0__);\n\n\nfunction render(_ctx, _cache, $props, $setup, $data, $options) {\n const _component_el_input_number = Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"resolveComponent\"])(\"el-input-number\")\n\n return (Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"openBlock\"])(), Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createBlock\"])(_component_el_input_number, {\n modelValue: _ctx.text,\n \"onUpdate:modelValue\": _cache[2] || (_cache[2] = $event => ((_ctx.text) = $event)),\n class: Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"normalizeClass\"])(_ctx.b()),\n onClick: _ctx.handleClick,\n onFocus: _ctx.handleFocus,\n onBlur: _ctx.handleBlur,\n precision: _ctx.precision,\n placeholder: _ctx.placeholder,\n \"step-strictly\": _ctx.stepStrictly,\n size: _ctx.size,\n min: _ctx.min,\n align: _ctx.align,\n max: _ctx.max,\n step: _ctx.step,\n clearable: _ctx.clearableVal,\n readonly: _ctx.readonly,\n \"controls-position\": _ctx.controlsPosition,\n controls: _ctx.controls,\n \"disabled-scientific\": _ctx.disabledScientific,\n disabled: _ctx.disabled\n }, Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createSlots\"])({ _: 2 /* DYNAMIC */ }, [\n (_ctx.prefix)\n ? {\n name: \"prefix\",\n fn: Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"withCtx\"])(() => [\n Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createElementVNode\"])(\"span\", {\n onClick: _cache[0] || (_cache[0] = $event => (_ctx.prefixClick(_ctx.text)))\n }, Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"toDisplayString\"])(_ctx.prefix), 1 /* TEXT */)\n ]),\n key: \"0\"\n }\n : undefined,\n (_ctx.suffix)\n ? {\n name: \"suffix\",\n fn: Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"withCtx\"])(() => [\n Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"createElementVNode\"])(\"span\", {\n onClick: _cache[1] || (_cache[1] = $event => (_ctx.suffixClick(_ctx.text)))\n }, Object(vue__WEBPACK_IMPORTED_MODULE_0__[\"toDisplayString\"])(_ctx.suffix), 1 /* TEXT */)\n ]),\n key: \"1\"\n }\n : undefined\n ]), 1032 /* PROPS, DYNAMIC_SLOTS */, [\"modelValue\", \"class\", \"onClick\", \"onFocus\", \"onBlur\", \"precision\", \"placeholder\", \"step-strictly\", \"size\", \"min\", \"align\", \"max\", \"step\", \"clearable\", \"readonly\", \"controls-position\", \"controls\", \"disabled-scientific\", \"disabled\"]))\n}\n\n//# sourceURL=webpack://AVUE/./packages/element-plus/input-number/index.vue?./node_modules/.pnpm/vue-loader@16.8.3_@vue+compiler-sfc@3.5.12_vue@3.5.12_webpack@4.47.0/node_modules/vue-loader/dist/templateLoader.js??ref--5!./node_modules/.pnpm/vue-loader@16.8.3_@vue+compiler-sfc@3.5.12_vue@3.5.12_webpack@4.47.0/node_modules/vue-loader/dist??ref--1");
3178
3178
 
3179
3179
  /***/ }),
3180
3180
 
@@ -6616,7 +6616,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
6616
6616
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6617
6617
 
6618
6618
  "use strict";
6619
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"version\", function() { return version; });\nvar version = '3.7.1';\n\n//# sourceURL=webpack://AVUE/./src/version.js?");
6619
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"version\", function() { return version; });\nvar version = '3.7.2';\n\n//# sourceURL=webpack://AVUE/./src/version.js?");
6620
6620
 
6621
6621
  /***/ }),
6622
6622