@yetuzi/vue3-query-components 1.1.37 → 1.1.38
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/dist/index.css +1 -1
- package/dist/index.js +4 -7
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.common-query-table[data-v-a726f75e]{--spacing: 15px;width:100%;height:100%;flex:1;display:flex;flex-direction:column;box-sizing:border-box;padding:var(--spacing) 12px;overflow:hidden}[class^=common-query-table-][data-v-a726f75e]{width:100%}[class^=common-query-table-]+[class^=common-query-table-][data-v-a726f75e]{margin-top:var(--spacing)}.common-query-table .common-query-table-table[data-v-a726f75e]{flex:1;overflow:hidden}.el-form[data-v-819162d5]{margin-bottom:-18px!important}.el-form .el-form-item[data-v-819162d5] .el-form-item__content{width:var(--v91075878)}.el-form .el-form-item[data-v-819162d5] .el-select,.el-form .el-form-item[data-v-819162d5] .el-input,.el-form .el-form-item[data-v-819162d5] .el-date-editor{width:100%}.common-table[data-v-
|
|
1
|
+
.common-query-table[data-v-a726f75e]{--spacing: 15px;width:100%;height:100%;flex:1;display:flex;flex-direction:column;box-sizing:border-box;padding:var(--spacing) 12px;overflow:hidden}[class^=common-query-table-][data-v-a726f75e]{width:100%}[class^=common-query-table-]+[class^=common-query-table-][data-v-a726f75e]{margin-top:var(--spacing)}.common-query-table .common-query-table-table[data-v-a726f75e]{flex:1;overflow:hidden}.el-form[data-v-819162d5]{margin-bottom:-18px!important}.el-form .el-form-item[data-v-819162d5] .el-form-item__content{width:var(--v91075878)}.el-form .el-form-item[data-v-819162d5] .el-select,.el-form .el-form-item[data-v-819162d5] .el-input,.el-form .el-form-item[data-v-819162d5] .el-date-editor{width:100%}.common-table[data-v-f2448cc7]{width:100%;height:100%;display:flex;flex-direction:column}
|
package/dist/index.js
CHANGED
|
@@ -2763,13 +2763,10 @@ const Tn = /* @__PURE__ */ yc(Pc), Ac = {
|
|
|
2763
2763
|
}));
|
|
2764
2764
|
});
|
|
2765
2765
|
function i(l) {
|
|
2766
|
-
o != null && o.exposed &&
|
|
2766
|
+
o != null && o.exposed && l && (o.exposed = l), a.value = l;
|
|
2767
2767
|
}
|
|
2768
2768
|
return t(), (l, c) => (A(), ge("div", jc, [
|
|
2769
|
-
De(d(Zr), N(S(S({}, r), d(s)), {
|
|
2770
|
-
height: "100%",
|
|
2771
|
-
ref: i
|
|
2772
|
-
}), {
|
|
2769
|
+
De(d(Zr), N({ ref: i }, S(S({}, r), d(s)), { height: "100%" }), {
|
|
2773
2770
|
empty: k(() => [
|
|
2774
2771
|
J(l.$slots, "empty", {}, () => [
|
|
2775
2772
|
De(d(Jr), { description: "暂无数据" })
|
|
@@ -2800,7 +2797,7 @@ const Tn = /* @__PURE__ */ yc(Pc), Ac = {
|
|
|
2800
2797
|
}, 16)
|
|
2801
2798
|
]));
|
|
2802
2799
|
}
|
|
2803
|
-
}), Mc = /* @__PURE__ */ Vt(Rc, [["__scopeId", "data-v-
|
|
2800
|
+
}), Mc = /* @__PURE__ */ Vt(Rc, [["__scopeId", "data-v-f2448cc7"]]), Dc = /* @__PURE__ */ Q({
|
|
2804
2801
|
name: "CommonPagination",
|
|
2805
2802
|
__name: "index",
|
|
2806
2803
|
props: /* @__PURE__ */ oe({
|
|
@@ -3210,7 +3207,7 @@ function Wc(e) {
|
|
|
3210
3207
|
return n;
|
|
3211
3208
|
});
|
|
3212
3209
|
}
|
|
3213
|
-
const Kc = "1.1.
|
|
3210
|
+
const Kc = "1.1.38", qc = Le({
|
|
3214
3211
|
component: {
|
|
3215
3212
|
placeholder: "-",
|
|
3216
3213
|
pagination: {
|