el-plus-crud 0.0.94 → 0.0.95
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.95](https://github.com/KDJack/el-plus-crud/compare/v0.0.94...v0.0.95) (2023-10-08)
|
|
6
|
+
|
|
5
7
|
### [0.0.94](https://github.com/KDJack/el-plus-crud/compare/v0.0.93...v0.0.94) (2023-09-28)
|
|
6
8
|
|
|
7
9
|
### [0.0.93](https://github.com/KDJack/el-plus-crud/compare/v0.0.92...v0.0.93) (2023-09-28)
|
package/dist/el-plus-crud.mjs
CHANGED
|
@@ -5455,8 +5455,7 @@ const E2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5455
5455
|
}
|
|
5456
5456
|
function w() {
|
|
5457
5457
|
M.value || (j.value !== 0 && !j.value ? Pt(() => {
|
|
5458
|
-
|
|
5459
|
-
j.value = (L = l.desc) != null && L.required ? y.value.min : 0, j.value === 0 && Pt(() => {
|
|
5458
|
+
j.value = 0, j.value === 0 && Pt(() => {
|
|
5460
5459
|
j.value = null, A && A();
|
|
5461
5460
|
});
|
|
5462
5461
|
}) : C(j.value, 0)), Pt(() => {
|
|
@@ -5497,7 +5496,7 @@ const E2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5497
5496
|
};
|
|
5498
5497
|
}
|
|
5499
5498
|
});
|
|
5500
|
-
const Js = /* @__PURE__ */ Ze(x2, [["__scopeId", "data-v-
|
|
5499
|
+
const Js = /* @__PURE__ */ Ze(x2, [["__scopeId", "data-v-d34797fa"]]), C2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, default: Js }, Symbol.toStringTag, { value: "Module" })), O2 = {
|
|
5501
5500
|
name: "ElPlusFormPassword",
|
|
5502
5501
|
inheritAttrs: !1,
|
|
5503
5502
|
typeName: "password",
|
|
@@ -58,7 +58,8 @@ function handelBlur() {
|
|
|
58
58
|
if (!isDoChange.value) {
|
|
59
59
|
if (currentValue.value !== 0 && !currentValue.value) {
|
|
60
60
|
nextTick(() => {
|
|
61
|
-
currentValue.value = props.desc?.required ? numBindAttr.value.min : 0
|
|
61
|
+
// currentValue.value = props.desc?.required ? numBindAttr.value.min : 0
|
|
62
|
+
currentValue.value = 0
|
|
62
63
|
if (currentValue.value === 0) {
|
|
63
64
|
// 查看了源码,这里需要二次赋不一样的值,这里才会真正重新渲染
|
|
64
65
|
nextTick(() => {
|