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