el-plus-crud 0.0.78 → 0.0.79

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/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.0.79](https://github.com/KDJack/el-plus-crud/compare/v0.0.78...v0.0.79) (2023-09-07)
6
+
5
7
  ### [0.0.78](https://github.com/KDJack/el-plus-crud/compare/v0.0.77...v0.0.78) (2023-09-06)
6
8
 
7
9
  ### [0.0.77](https://github.com/KDJack/el-plus-crud/compare/v0.0.76...v0.0.77) (2023-09-05)
@@ -5465,7 +5465,7 @@ const Y2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5465
5465
  function S(T, A) {
5466
5466
  var P, U;
5467
5467
  f.value = !0, T !== A && (T < j.value.min ? (an.warning(`${((P = l.desc) == null ? void 0 : P.label) || ""}最少不能低于${j.value.min}`), Pt(() => {
5468
- p.value = j.value.min;
5468
+ p.value = j.value.min, Y && Y();
5469
5469
  })) : T > j.value.max ? (an.warning(`${((U = l.desc) == null ? void 0 : U.label) || ""}最多不能大于${j.value.max}`), Pt(() => {
5470
5470
  p.value = j.value.max, Y && Y();
5471
5471
  })) : Y && Y());
@@ -5486,7 +5486,7 @@ const Y2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5486
5486
  };
5487
5487
  }
5488
5488
  });
5489
- const Ki = /* @__PURE__ */ Ge(T2, [["__scopeId", "data-v-5c08bae3"]]), E2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, default: Ki }, Symbol.toStringTag, { value: "Module" })), b2 = {
5489
+ const Ki = /* @__PURE__ */ Ge(T2, [["__scopeId", "data-v-8d7b7c69"]]), E2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, default: Ki }, Symbol.toStringTag, { value: "Module" })), b2 = {
5490
5490
  name: "ElPlusFormPassword",
5491
5491
  inheritAttrs: !1,
5492
5492
  typeName: "password",
@@ -121,6 +121,7 @@ function handelValChange(val: any, oldVal: any) {
121
121
  ElMessage.warning(`${props.desc?.label || ''}最少不能低于${numBindAttr.value.min}`)
122
122
  nextTick(() => {
123
123
  currentValue.value = numBindAttr.value.min
124
+ change && change()
124
125
  })
125
126
  } else if (val > numBindAttr.value.max) {
126
127
  ElMessage.warning(`${props.desc?.label || ''}最多不能大于${numBindAttr.value.max}`)
package/package-lock.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "el-plus-crud",
3
- "version": "0.0.78",
3
+ "version": "0.0.79",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "el-plus-crud",
9
- "version": "0.0.78",
9
+ "version": "0.0.79",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@element-plus/icons-vue": "^2.1.0",
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "el-plus-crud",
3
3
  "description": "采用Vue3 + TS,封装的element-plus数据驱动表单、列表组件",
4
4
  "author": "K.D.Jack",
5
- "version": "0.0.78",
5
+ "version": "0.0.79",
6
6
  "license": "MIT",
7
7
  "private": false,
8
8
  "main": "dist/el-plus-crud.mjs",