@yetuzi/vue3-query-components 1.2.0 → 1.2.3
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/CHANGELOG.md +182 -0
- package/README.md +131 -68
- package/dist/index.css +1 -1
- package/dist/index.d.ts +427 -75
- package/dist/index.js +8 -13
- package/dist/index.js.map +1 -1
- package/dist/version-info.json +28 -0
- package/package.json +14 -6
package/dist/index.js
CHANGED
|
@@ -2244,11 +2244,7 @@ const $c = { class: "common-query-table" }, Sc = /* @__PURE__ */ Q({
|
|
|
2244
2244
|
for (const [r, o] of t)
|
|
2245
2245
|
n[r] = o;
|
|
2246
2246
|
return n;
|
|
2247
|
-
}, Qc = /* @__PURE__ */ Ft(Sc, [["__scopeId", "data-v-a726f75e"]])
|
|
2248
|
-
function Kc(e, t) {
|
|
2249
|
-
return e.is === t;
|
|
2250
|
-
}
|
|
2251
|
-
const Cc = /* @__PURE__ */ Q({
|
|
2247
|
+
}, Qc = /* @__PURE__ */ Ft(Sc, [["__scopeId", "data-v-a726f75e"]]), Cc = /* @__PURE__ */ Q({
|
|
2252
2248
|
name: "CommonForm",
|
|
2253
2249
|
__name: "index",
|
|
2254
2250
|
props: /* @__PURE__ */ oe({
|
|
@@ -2280,7 +2276,7 @@ const Cc = /* @__PURE__ */ Q({
|
|
|
2280
2276
|
emits: /* @__PURE__ */ oe(["submit", "reset"], ["update:loading"]),
|
|
2281
2277
|
setup(e, { expose: t, emit: n }) {
|
|
2282
2278
|
Hr((_) => ({
|
|
2283
|
-
|
|
2279
|
+
v1f937d60: p(f).component.form.formItem.components.width
|
|
2284
2280
|
}));
|
|
2285
2281
|
const r = e, o = /* @__PURE__ */ new Map([
|
|
2286
2282
|
["select", Fc],
|
|
@@ -2374,7 +2370,7 @@ const Cc = /* @__PURE__ */ Q({
|
|
|
2374
2370
|
_: 3
|
|
2375
2371
|
}, 16, ["model"]));
|
|
2376
2372
|
}
|
|
2377
|
-
}), Tc = /* @__PURE__ */ Ft(Cc, [["__scopeId", "data-v-
|
|
2373
|
+
}), Tc = /* @__PURE__ */ Ft(Cc, [["__scopeId", "data-v-012da275"]]);
|
|
2378
2374
|
var Je = { exports: {} }, Oc = Je.exports, Tn;
|
|
2379
2375
|
function Ec() {
|
|
2380
2376
|
return Tn || (Tn = 1, (function(e, t) {
|
|
@@ -2792,7 +2788,7 @@ const Rc = { class: "common-table" }, Mc = /* @__PURE__ */ Q({
|
|
|
2792
2788
|
}, 16)
|
|
2793
2789
|
]));
|
|
2794
2790
|
}
|
|
2795
|
-
}), Dc = /* @__PURE__ */ Ft(Mc, [["__scopeId", "data-v-
|
|
2791
|
+
}), Dc = /* @__PURE__ */ Ft(Mc, [["__scopeId", "data-v-757010bb"]]), Nc = /* @__PURE__ */ Q({
|
|
2796
2792
|
name: "CommonPagination",
|
|
2797
2793
|
__name: "index",
|
|
2798
2794
|
props: /* @__PURE__ */ oe({
|
|
@@ -3137,7 +3133,7 @@ const jr = Symbol();
|
|
|
3137
3133
|
function at() {
|
|
3138
3134
|
return An(jr, Gc);
|
|
3139
3135
|
}
|
|
3140
|
-
function
|
|
3136
|
+
function Kc(e, t = be) {
|
|
3141
3137
|
const n = t(e), r = N(e);
|
|
3142
3138
|
return [r, () => {
|
|
3143
3139
|
r.value = t(n);
|
|
@@ -3202,7 +3198,7 @@ function qc(e) {
|
|
|
3202
3198
|
return n;
|
|
3203
3199
|
});
|
|
3204
3200
|
}
|
|
3205
|
-
const
|
|
3201
|
+
const ef = "1.2.3", Gc = Le({
|
|
3206
3202
|
component: {
|
|
3207
3203
|
placeholder: "-",
|
|
3208
3204
|
pagination: {
|
|
@@ -3239,11 +3235,10 @@ export {
|
|
|
3239
3235
|
Hc as filterNullAndUndefined,
|
|
3240
3236
|
at as getCommonProviderConfig,
|
|
3241
3237
|
Bc as getFirstValidValue,
|
|
3242
|
-
Kc as isFormItemType,
|
|
3243
3238
|
qc as useGetComponentsChildrenAttrs,
|
|
3244
3239
|
Wc as useGetComponentsChildrenSlots,
|
|
3245
3240
|
Yc as useResettableReactive,
|
|
3246
|
-
|
|
3247
|
-
|
|
3241
|
+
Kc as useResettableRef,
|
|
3242
|
+
ef as version
|
|
3248
3243
|
};
|
|
3249
3244
|
//# sourceMappingURL=index.js.map
|