@oiij/naive-ui 0.0.14 → 0.0.15
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/components.js
CHANGED
|
@@ -2726,11 +2726,11 @@ const Ul = /* @__PURE__ */ ce({
|
|
|
2726
2726
|
refreshAsync: v,
|
|
2727
2727
|
cancel: p,
|
|
2728
2728
|
mutate: b,
|
|
2729
|
-
|
|
2729
|
+
setParams: (C) => {
|
|
2730
2730
|
Object.assign(g.value[0], C);
|
|
2731
2731
|
},
|
|
2732
|
-
|
|
2733
|
-
|
|
2732
|
+
runParams: (C) => d(Object.assign(g.value[0], C)),
|
|
2733
|
+
runParamsAsync: async (C) => y(Object.assign(g.value[0], C))
|
|
2734
2734
|
};
|
|
2735
2735
|
return u({
|
|
2736
2736
|
refs: te,
|
|
@@ -2765,7 +2765,7 @@ const Ul = /* @__PURE__ */ ce({
|
|
|
2765
2765
|
}, 16),
|
|
2766
2766
|
C.filterOptions?.filter((M) => M.collapsed) && C.filterOptions?.filter((M) => M.collapsed)?.length > 0 ? (I(), U(w(ui), {
|
|
2767
2767
|
key: 0,
|
|
2768
|
-
style: { margin: "0" }
|
|
2768
|
+
style: { margin: "5px 0" }
|
|
2769
2769
|
}, {
|
|
2770
2770
|
default: L(() => [
|
|
2771
2771
|
Z(w(Mu), {
|
|
@@ -2845,7 +2845,7 @@ const Ul = /* @__PURE__ */ ce({
|
|
|
2845
2845
|
q(C.$slots, "pagination", {}, () => [
|
|
2846
2846
|
C.pagination ? (I(), U(w(Rr), oe({
|
|
2847
2847
|
key: 0,
|
|
2848
|
-
style: {
|
|
2848
|
+
style: { "margin-left": "auto" },
|
|
2849
2849
|
disabled: w(l)
|
|
2850
2850
|
}, { ...i, ...c.value }, {
|
|
2851
2851
|
"onUpdate:page": T.onUpdatePage,
|
|
@@ -3060,7 +3060,7 @@ const ql = /* @__PURE__ */ ce({
|
|
|
3060
3060
|
}, 16),
|
|
3061
3061
|
p.options?.filter((A) => A.collapsed) && p.options?.filter((A) => A.collapsed)?.length > 0 ? (I(), U(k, {
|
|
3062
3062
|
key: 0,
|
|
3063
|
-
style: { margin: "0" }
|
|
3063
|
+
style: { margin: "5px 0" }
|
|
3064
3064
|
}, {
|
|
3065
3065
|
default: L(() => [
|
|
3066
3066
|
Z(m, {
|
|
@@ -3314,11 +3314,11 @@ const ql = /* @__PURE__ */ ce({
|
|
|
3314
3314
|
refreshAsync: E,
|
|
3315
3315
|
cancel: v,
|
|
3316
3316
|
mutate: p,
|
|
3317
|
-
|
|
3317
|
+
setParams: (S) => {
|
|
3318
3318
|
Object.assign(_.value[0], S);
|
|
3319
3319
|
},
|
|
3320
|
-
|
|
3321
|
-
|
|
3320
|
+
runParams: (S) => g(Object.assign(_.value[0], S)),
|
|
3321
|
+
runParamsAsync: async (S) => d(Object.assign(_.value[0], S))
|
|
3322
3322
|
}
|
|
3323
3323
|
}), (S, H) => (I(), U(w(Or), oe({
|
|
3324
3324
|
ref: "select-ref",
|