@yetuzi/vue3-query-components 1.1.12 → 1.1.14
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 +9 -6
- 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-ee2bbffc]{--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-ee2bbffc]{width:100%}[class^=common-query-table-]+[class^=common-query-table-][data-v-ee2bbffc]{margin-top:var(--spacing)}.common-query-table .common-query-table-table[data-v-ee2bbffc]{flex:1;overflow:hidden}.el-form[data-v-
|
|
1
|
+
.common-query-table[data-v-ee2bbffc]{--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-ee2bbffc]{width:100%}[class^=common-query-table-]+[class^=common-query-table-][data-v-ee2bbffc]{margin-top:var(--spacing)}.common-query-table .common-query-table-table[data-v-ee2bbffc]{flex:1;overflow:hidden}.el-form[data-v-753da98e]{margin-bottom:-18px!important}.el-form .el-form-item[data-v-753da98e] .el-form-item__content{width:var(--b0940664);min-width:200px}.el-form .el-form-item[data-v-753da98e] .el-select,.el-form .el-form-item[data-v-753da98e] .el-input,.el-form .el-form-item[data-v-753da98e] .el-date-editor{width:100%}.common-table[data-v-5da80890]{width:100%;height:100%;display:flex;flex-direction:column}
|
package/dist/index.js
CHANGED
|
@@ -2252,7 +2252,7 @@ const wc = { class: "common-query-table" }, xc = /* @__PURE__ */ Q({
|
|
|
2252
2252
|
requireAsteriskPosition: {},
|
|
2253
2253
|
labelWidth: { default: "auto" },
|
|
2254
2254
|
labelSuffix: {},
|
|
2255
|
-
inline: {},
|
|
2255
|
+
inline: { default: !0 },
|
|
2256
2256
|
inlineMessage: {},
|
|
2257
2257
|
statusIcon: {},
|
|
2258
2258
|
showMessage: {},
|
|
@@ -2271,9 +2271,11 @@ const wc = { class: "common-query-table" }, xc = /* @__PURE__ */ Q({
|
|
|
2271
2271
|
emits: /* @__PURE__ */ te(["submit", "reset"], ["update:loading"]),
|
|
2272
2272
|
setup(e, { expose: t, emit: n }) {
|
|
2273
2273
|
Fr((d) => ({
|
|
2274
|
-
|
|
2274
|
+
b0940664: m(s).component.form.formItem.components.width
|
|
2275
2275
|
}));
|
|
2276
|
-
const r = e
|
|
2276
|
+
const r = e;
|
|
2277
|
+
console.log(r);
|
|
2278
|
+
const o = n, i = Ct("elFormRef"), a = Ie(
|
|
2277
2279
|
Object.fromEntries(r.form.map((d) => [d.prop, d.initialValue]))
|
|
2278
2280
|
), s = ot(), u = oe(e, "loading");
|
|
2279
2281
|
function l() {
|
|
@@ -2298,6 +2300,7 @@ const wc = { class: "common-query-table" }, xc = /* @__PURE__ */ Q({
|
|
|
2298
2300
|
}), {
|
|
2299
2301
|
default: k(() => [
|
|
2300
2302
|
(P(!0), he(Qe, null, le(e.form, (c) => (P(), F(m(Bt), U({ ref_for: !0 }, c.formItem, {
|
|
2303
|
+
label: c.label,
|
|
2301
2304
|
prop: String(c.prop),
|
|
2302
2305
|
key: c.prop
|
|
2303
2306
|
}), {
|
|
@@ -2353,7 +2356,7 @@ const wc = { class: "common-query-table" }, xc = /* @__PURE__ */ Q({
|
|
|
2353
2356
|
], !0)
|
|
2354
2357
|
]),
|
|
2355
2358
|
_: 2
|
|
2356
|
-
}, 1040, ["prop"]))), 128)),
|
|
2359
|
+
}, 1040, ["label", "prop"]))), 128)),
|
|
2357
2360
|
Me(m(Bt), { label: " " }, {
|
|
2358
2361
|
default: k(() => [
|
|
2359
2362
|
Me(m(Ht), {
|
|
@@ -2382,7 +2385,7 @@ const wc = { class: "common-query-table" }, xc = /* @__PURE__ */ Q({
|
|
|
2382
2385
|
_: 3
|
|
2383
2386
|
}, 16, ["model"]));
|
|
2384
2387
|
}
|
|
2385
|
-
}), Sc = /* @__PURE__ */ Vt($c, [["__scopeId", "data-v-
|
|
2388
|
+
}), Sc = /* @__PURE__ */ Vt($c, [["__scopeId", "data-v-753da98e"]]);
|
|
2386
2389
|
var Xe = { exports: {} }, Tc = Xe.exports, Cn;
|
|
2387
2390
|
function Cc() {
|
|
2388
2391
|
return Cn || (Cn = 1, (function(e, t) {
|
|
@@ -3186,7 +3189,7 @@ function Bc(e) {
|
|
|
3186
3189
|
return n;
|
|
3187
3190
|
});
|
|
3188
3191
|
}
|
|
3189
|
-
const Xc = "1.1.
|
|
3192
|
+
const Xc = "1.1.13", Hc = Ie({
|
|
3190
3193
|
component: {
|
|
3191
3194
|
placeholder: "-",
|
|
3192
3195
|
pagination: {
|