@fmdevui/fm-dev 1.0.51 → 1.0.53

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/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! fm-dev v1.0.51 */
1
+ /*! fm-dev v1.0.53 */
2
2
  import { defineComponent, reactive, computed, watch, resolveComponent, createBlock, openBlock, withCtx, createVNode, createElementVNode, createTextVNode, toDisplayString as toDisplayString$1, withDirectives, createElementBlock, Fragment, renderList, vShow, ref, onMounted, nextTick, normalizeStyle, createCommentVNode, normalizeClass, withModifiers, mergeModels, useModel, effectScope, getCurrentInstance, shallowRef, isRef as isRef$1, inject, onUnmounted, h, Text, resolveDynamicComponent, markRaw, toRaw as toRaw$1, hasInjectionContext, unref, isReactive as isReactive$1, toRef, getCurrentScope, onScopeDispose, toRefs, resolveDirective } from 'vue';
3
3
  import crypto from 'crypto';
4
4
  import require$$0 from 'url';
@@ -23827,6 +23827,8 @@ var _sfc_main$2 = /* @__PURE__ */ defineComponent({
23827
23827
  emit("select", item);
23828
23828
  };
23829
23829
  const resetValue = () => {
23830
+ autoName.value = "";
23831
+ autoId.value = 0;
23830
23832
  emit("reset");
23831
23833
  };
23832
23834
  return (_ctx, _cache) => {
@@ -87,6 +87,8 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
87
87
  emit("select", item);
88
88
  };
89
89
  const resetValue = () => {
90
+ autoName.value = "";
91
+ autoId.value = 0;
90
92
  emit("reset");
91
93
  };
92
94
  return (_ctx, _cache) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fmdevui/fm-dev",
3
- "version": "1.0.51",
3
+ "version": "1.0.53",
4
4
  "description": "Page level components developed based on Element Plus.",
5
5
  "author": "fmdevui",
6
6
  "keywords": [