paas-component-library 1.0.83 → 1.0.86
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/paas-ui.js
CHANGED
|
@@ -21294,6 +21294,7 @@ const gg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
21294
21294
|
if (this.loading) return;
|
|
21295
21295
|
this.loading = !0, this.paginationLocked && this.$store.queryData[this.current]?.page ? this.page = {
|
|
21296
21296
|
current: this.$store.queryData[this.current].page.current,
|
|
21297
|
+
pageSize: this.$store.queryData[this.current].page.size || 10,
|
|
21297
21298
|
size: this.$store.queryData[this.current].page.size
|
|
21298
21299
|
} : this.page.current = 1;
|
|
21299
21300
|
const r = {
|
|
@@ -21603,7 +21604,7 @@ function tGe(r, e, t, n, i, o) {
|
|
|
21603
21604
|
}, 8, ["title"])
|
|
21604
21605
|
]);
|
|
21605
21606
|
}
|
|
21606
|
-
const rGe = /* @__PURE__ */ cr(KYe, [["render", tGe], ["__scopeId", "data-v-
|
|
21607
|
+
const rGe = /* @__PURE__ */ cr(KYe, [["render", tGe], ["__scopeId", "data-v-6dfe7f60"]]), nGe = {
|
|
21607
21608
|
name: "PaasSelect",
|
|
21608
21609
|
inheritAttrs: !1,
|
|
21609
21610
|
props: {
|
|
@@ -112733,7 +112734,8 @@ function bJt(r, e, t, n, i, o) {
|
|
|
112733
112734
|
default: st(() => [
|
|
112734
112735
|
N(v, {
|
|
112735
112736
|
gutter: 16,
|
|
112736
|
-
|
|
112737
|
+
justify: t.mode === "form" ? "center" : "flex-start",
|
|
112738
|
+
style: pn({ backgroundColor: "var(--background-color)", width: t.colSpan === 24 ? "65%" : "100%", margin: "0 auto" })
|
|
112737
112739
|
}, {
|
|
112738
112740
|
default: st(() => [
|
|
112739
112741
|
ene(r.$slots, "default"),
|
|
@@ -112784,7 +112786,7 @@ function bJt(r, e, t, n, i, o) {
|
|
|
112784
112786
|
})) : vn("", !0)
|
|
112785
112787
|
]),
|
|
112786
112788
|
_: 3
|
|
112787
|
-
}, 8, ["style"]),
|
|
112789
|
+
}, 8, ["justify", "style"]),
|
|
112788
112790
|
t.mode === "form" && i.isIframe ? (Pt(), Ht(p, {
|
|
112789
112791
|
key: 0,
|
|
112790
112792
|
style: { "margin-top": "20px" },
|
|
@@ -113337,20 +113339,16 @@ const MJt = /* @__PURE__ */ cr(AJt, [["render", _Jt]]), EJt = {
|
|
|
113337
113339
|
}
|
|
113338
113340
|
};
|
|
113339
113341
|
function kJt(r, e, t, n, i, o) {
|
|
113340
|
-
const s = ft("a-input-number")
|
|
113341
|
-
return Pt(), Ht(
|
|
113342
|
-
|
|
113343
|
-
|
|
113344
|
-
|
|
113345
|
-
|
|
113346
|
-
|
|
113347
|
-
|
|
113348
|
-
|
|
113349
|
-
|
|
113350
|
-
}, r.$attrs, { style: t.style }), null, 16, ["value", "disabled", "min", "max", "placeholder", "style"])
|
|
113351
|
-
]),
|
|
113352
|
-
_: 1
|
|
113353
|
-
});
|
|
113342
|
+
const s = ft("a-input-number");
|
|
113343
|
+
return Pt(), Ht(s, Er({
|
|
113344
|
+
value: o.innerValue,
|
|
113345
|
+
"onUpdate:value": e[0] || (e[0] = (h) => o.innerValue = h),
|
|
113346
|
+
disabled: t.disabled || t.readonly,
|
|
113347
|
+
min: t.min,
|
|
113348
|
+
max: t.max,
|
|
113349
|
+
placeholder: t.placeholder,
|
|
113350
|
+
style: t.style
|
|
113351
|
+
}, r.$attrs), null, 16, ["value", "disabled", "min", "max", "placeholder", "style"]);
|
|
113354
113352
|
}
|
|
113355
113353
|
const jJt = /* @__PURE__ */ cr(EJt, [["render", kJt]]), zJt = {
|
|
113356
113354
|
name: "PaasTextarea",
|