fast-crud-ui3 1.5.2-beta → 1.5.2-beta2
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/fast-crud-ui3.cjs.js +1 -1
- package/lib/fast-crud-ui3.es.js +19 -14
- package/lib/fast-crud-ui3.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/fast-crud-ui3.es.js
CHANGED
|
@@ -25422,7 +25422,7 @@ function vI(e, t, n, r, a, o) {
|
|
|
25422
25422
|
A("div", pI, [
|
|
25423
25423
|
(O(!0), x(je, null, Ot(b.filters, (y, C) => (O(), te(d, {
|
|
25424
25424
|
class: "fc-stored-filter-item-cond",
|
|
25425
|
-
"popper-style": "max-width: none; width: auto;",
|
|
25425
|
+
"popper-style": "max-width: none; width: auto; z-index: 3000",
|
|
25426
25426
|
key: y.col + "." + C,
|
|
25427
25427
|
disabled: b.buildIn
|
|
25428
25428
|
}, {
|
|
@@ -25498,7 +25498,7 @@ function vI(e, t, n, r, a, o) {
|
|
|
25498
25498
|
})
|
|
25499
25499
|
]);
|
|
25500
25500
|
}
|
|
25501
|
-
const mI = /* @__PURE__ */ jt(uI, [["render", vI], ["__scopeId", "data-v-
|
|
25501
|
+
const mI = /* @__PURE__ */ jt(uI, [["render", vI], ["__scopeId", "data-v-4e774725"]]);
|
|
25502
25502
|
const gI = {
|
|
25503
25503
|
name: "stored-filter",
|
|
25504
25504
|
components: { ArrowDown: fa, Star: ST },
|
|
@@ -27177,21 +27177,26 @@ function n5(e, t, n, r, a, o) {
|
|
|
27177
27177
|
ee(e.$slots, "foot", Hl(jl(o.scopeParam)), () => [
|
|
27178
27178
|
t[11] || (t[11] = A("span", null, null, -1))
|
|
27179
27179
|
], !0),
|
|
27180
|
-
H(
|
|
27181
|
-
|
|
27182
|
-
|
|
27183
|
-
|
|
27184
|
-
|
|
27185
|
-
|
|
27186
|
-
|
|
27187
|
-
|
|
27188
|
-
|
|
27189
|
-
|
|
27190
|
-
|
|
27180
|
+
H(_, { locale: o.zhCn }, {
|
|
27181
|
+
default: V(() => [
|
|
27182
|
+
H(E, {
|
|
27183
|
+
"page-size": a.pageQuery.size,
|
|
27184
|
+
"onUpdate:pageSize": t[0] || (t[0] = (P) => a.pageQuery.size = P),
|
|
27185
|
+
"current-page": a.pageQuery.current,
|
|
27186
|
+
"onUpdate:currentPage": t[1] || (t[1] = (P) => a.pageQuery.current = P),
|
|
27187
|
+
"page-sizes": n.option.pagination["page-sizes"],
|
|
27188
|
+
total: a.total,
|
|
27189
|
+
onCurrentChange: o.pageLoad,
|
|
27190
|
+
onSizeChange: o.pageLoad,
|
|
27191
|
+
layout: n.option.pagination.layout
|
|
27192
|
+
}, null, 8, ["page-size", "current-page", "page-sizes", "total", "onCurrentChange", "onSizeChange", "layout"])
|
|
27193
|
+
]),
|
|
27194
|
+
_: 1
|
|
27195
|
+
}, 8, ["locale"])
|
|
27191
27196
|
], 512)
|
|
27192
27197
|
]);
|
|
27193
27198
|
}
|
|
27194
|
-
const Go = /* @__PURE__ */ jt(jI, [["render", n5], ["__scopeId", "data-v-
|
|
27199
|
+
const Go = /* @__PURE__ */ jt(jI, [["render", n5], ["__scopeId", "data-v-6b47b6d4"]]);
|
|
27195
27200
|
Go.install = (e) => {
|
|
27196
27201
|
e.component(Go.name, Go);
|
|
27197
27202
|
};
|