@yetuzi/vue3-query-components 1.1.21 → 1.1.22
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 +3 -5
- 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-
|
|
1
|
+
.common-query-table[data-v-08fefe62]{--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-08fefe62]{width:100%}[class^=common-query-table-]+[class^=common-query-table-][data-v-08fefe62]{margin-top:var(--spacing)}.common-query-table .common-query-table-table[data-v-08fefe62]{flex:1;overflow:hidden}.el-form[data-v-503168f2]{margin-bottom:-18px!important}.el-form .el-form-item[data-v-503168f2] .el-form-item__content{width:var(--v649e410a);min-width:200px}.el-form .el-form-item[data-v-503168f2] .el-select,.el-form .el-form-item[data-v-503168f2] .el-input,.el-form .el-form-item[data-v-503168f2] .el-date-editor{width:100%}.common-table[data-v-ca0cecad]{width:100%;height:100%;display:flex;flex-direction:column}
|
package/dist/index.js
CHANGED
|
@@ -2140,9 +2140,7 @@ const wc = { class: "common-query-table" }, xc = /* @__PURE__ */ K({
|
|
|
2140
2140
|
} }
|
|
2141
2141
|
},
|
|
2142
2142
|
setup(e) {
|
|
2143
|
-
const t = qr.directive, n = e, r = An("CommonFormRef"), o = Bc(["table", "form", "pagination"]), s = Hc(["table", "form", "pagination"])
|
|
2144
|
-
console.log(s.value);
|
|
2145
|
-
const a = Object.fromEntries(n.form.map((E) => [E.prop, E.initialValue])), u = ot(), [i, l] = zc({
|
|
2143
|
+
const t = qr.directive, n = e, r = An("CommonFormRef"), o = Bc(["table", "form", "pagination"]), s = Hc(["table", "form", "pagination"]), a = Object.fromEntries(n.form.map((E) => [E.prop, E.initialValue])), u = ot(), [i, l] = zc({
|
|
2146
2144
|
pageNo: u.component.pagination.defaultPageCount,
|
|
2147
2145
|
pageSize: u.component.pagination.defaultPageSize
|
|
2148
2146
|
}), { data: f, loading: d, run: b } = lc(n.fetch, {
|
|
@@ -2246,7 +2244,7 @@ const wc = { class: "common-query-table" }, xc = /* @__PURE__ */ K({
|
|
|
2246
2244
|
for (const [r, o] of t)
|
|
2247
2245
|
n[r] = o;
|
|
2248
2246
|
return n;
|
|
2249
|
-
}, Zc = /* @__PURE__ */ Vt(xc, [["__scopeId", "data-v-
|
|
2247
|
+
}, Zc = /* @__PURE__ */ Vt(xc, [["__scopeId", "data-v-08fefe62"]]), $c = /* @__PURE__ */ K({
|
|
2250
2248
|
name: "CommonForm",
|
|
2251
2249
|
__name: "index",
|
|
2252
2250
|
props: /* @__PURE__ */ ne({
|
|
@@ -3229,7 +3227,7 @@ function Hc(e) {
|
|
|
3229
3227
|
return n;
|
|
3230
3228
|
});
|
|
3231
3229
|
}
|
|
3232
|
-
const Jc = "1.1.
|
|
3230
|
+
const Jc = "1.1.21", Wc = Ie({
|
|
3233
3231
|
component: {
|
|
3234
3232
|
placeholder: "-",
|
|
3235
3233
|
pagination: {
|