el-plus-crud 0.1.130 → 0.1.131
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 +7 -0
- package/dist/el-plus-crud.mjs +7 -5
- package/dist/el-plus-crud.umd.js +1 -1
- package/dist/style.css +1 -1
- package/example/App.vue +17 -2
- package/lib/components/el-plus-form/components/ElPlusFormTextarea.vue +7 -2
- package/lib/components/el-plus-table/ElPlusTable.vue +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
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.1.131](https://github.com/KDJack/el-plus-crud/compare/v0.1.130...v0.1.131) (2026-08-22)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **table:** 新增 cacheQuery,返回列表时恢复筛选/分页/Tab/折叠状态并重查最新数据 ([e2500c0](https://github.com/KDJack/el-plus-crud/commit/e2500c0fdfc00b0a8f7b22ef3c34eb898e9edd6d))
|
|
11
|
+
|
|
5
12
|
### [0.1.130](https://github.com/KDJack/el-plus-crud/compare/v0.1.129...v0.1.130) (2026-08-20)
|
|
6
13
|
|
|
7
14
|
### [0.1.129](https://github.com/KDJack/el-plus-crud/compare/v0.1.128...v0.1.129) (2026-08-20)
|
package/dist/el-plus-crud.mjs
CHANGED
|
@@ -3233,7 +3233,7 @@ const ja = /* @__PURE__ */ Be(Ri, [["__scopeId", "data-v-fdef0989"]]), Ni = /* @
|
|
|
3233
3233
|
},
|
|
3234
3234
|
{ immediate: !0 }
|
|
3235
3235
|
), (f, m) => {
|
|
3236
|
-
const d = I("el-input"), b = I("el-
|
|
3236
|
+
const d = I("el-input"), b = I("el-button");
|
|
3237
3237
|
return c(), w(re, null, [
|
|
3238
3238
|
o.value ? (c(), $(d, se({
|
|
3239
3239
|
key: 0,
|
|
@@ -3249,6 +3249,8 @@ const ja = /* @__PURE__ */ Be(Ri, [["__scopeId", "data-v-fdef0989"]]), Ni = /* @
|
|
|
3249
3249
|
(c(!0), w(re, null, ye(i.value, (F, L) => (c(), $(b, {
|
|
3250
3250
|
key: L,
|
|
3251
3251
|
type: "info",
|
|
3252
|
+
size: "small",
|
|
3253
|
+
plain: "",
|
|
3252
3254
|
onClick: (C) => s(F)
|
|
3253
3255
|
}, {
|
|
3254
3256
|
default: O(() => [
|
|
@@ -6305,6 +6307,7 @@ const Jc = { class: "el-plus-table-content" }, Xc = {
|
|
|
6305
6307
|
modelValue: F.value,
|
|
6306
6308
|
"onUpdate:modelValue": G[1] || (G[1] = (Xe) => F.value = Xe),
|
|
6307
6309
|
size: Z(E),
|
|
6310
|
+
disabled: h.value,
|
|
6308
6311
|
onChange: V
|
|
6309
6312
|
}, {
|
|
6310
6313
|
default: O(() => {
|
|
@@ -6313,8 +6316,7 @@ const Jc = { class: "el-plus-table-content" }, Xc = {
|
|
|
6313
6316
|
(c(!0), w(re, null, ye((Xe = e.tableConfig.tabConf) == null ? void 0 : Xe.tabs, (rt, $t) => (c(), $(pe, {
|
|
6314
6317
|
key: $t,
|
|
6315
6318
|
value: rt.value,
|
|
6316
|
-
label: rt.value
|
|
6317
|
-
loading: h.value
|
|
6319
|
+
label: rt.value
|
|
6318
6320
|
}, {
|
|
6319
6321
|
default: O(() => [
|
|
6320
6322
|
we(de(rt.label) + " ", 1),
|
|
@@ -6331,11 +6333,11 @@ const Jc = { class: "el-plus-table-content" }, Xc = {
|
|
|
6331
6333
|
], 64))
|
|
6332
6334
|
]),
|
|
6333
6335
|
_: 2
|
|
6334
|
-
}, 1032, ["value", "label"
|
|
6336
|
+
}, 1032, ["value", "label"]))), 128))
|
|
6335
6337
|
];
|
|
6336
6338
|
}),
|
|
6337
6339
|
_: 1
|
|
6338
|
-
}, 8, ["modelValue", "size"])
|
|
6340
|
+
}, 8, ["modelValue", "size", "disabled"])
|
|
6339
6341
|
])) : R("", !0),
|
|
6340
6342
|
Ze().default ? De(D.$slots, "default", { key: 3 }) : R("", !0),
|
|
6341
6343
|
pl((c(), w("div", Zc, [
|