paas-component-library 1.0.51 → 1.0.53
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
|
@@ -287,7 +287,7 @@ function Zye(r, e, t, n, i, o) {
|
|
|
287
287
|
}, 16, ["theme", "selectedKeys", "open-keys", "onOpenChange", "inline-collapsed", "mode"])
|
|
288
288
|
]);
|
|
289
289
|
}
|
|
290
|
-
const qye = /* @__PURE__ */ zr(Vye, [["render", Zye], ["__scopeId", "data-v-
|
|
290
|
+
const qye = /* @__PURE__ */ zr(Vye, [["render", Zye], ["__scopeId", "data-v-cc49162e"]]);
|
|
291
291
|
var Yye = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zM648.3 426.8l-87.7 161.1h45.7c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4v29.7h63.4c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4V752c0 5.5-4.5 10-10 10h-41.3c-5.5 0-10-4.5-10-10v-51.8h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h63.1v-29.7h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h45.2l-88-161.1c-2.6-4.8-.9-10.9 4-13.6 1.5-.8 3.1-1.2 4.8-1.2h46c3.8 0 7.2 2.1 8.9 5.5l72.9 144.3 73.2-144.3a10 10 0 018.9-5.5h45c5.5 0 10 4.5 10 10 .1 1.7-.3 3.3-1.1 4.8z" } }] }, name: "account-book", theme: "filled" };
|
|
292
292
|
function Fa(r, e) {
|
|
293
293
|
Gye(r) && (r = "100%");
|
|
@@ -20528,6 +20528,7 @@ const fg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
20528
20528
|
stripe: { type: Boolean, default: !1 },
|
|
20529
20529
|
// 是否斑马纹
|
|
20530
20530
|
params: {},
|
|
20531
|
+
title: { type: String, default: "" },
|
|
20531
20532
|
columns: { type: Array, default: () => [] },
|
|
20532
20533
|
id: { default: "id" },
|
|
20533
20534
|
getDataList: { type: Function, default: null },
|
|
@@ -20741,7 +20742,7 @@ function vYe(r, e, t, n, i, o) {
|
|
|
20741
20742
|
_: 3
|
|
20742
20743
|
})) : pn("", !0),
|
|
20743
20744
|
N(s, {
|
|
20744
|
-
title: r.$store.menus.title,
|
|
20745
|
+
title: t.title || r.$store.menus.title,
|
|
20745
20746
|
bordered: !1,
|
|
20746
20747
|
bodyStyle: { padding: "16px 16px 0px 16px" }
|
|
20747
20748
|
}, {
|
|
@@ -20920,7 +20921,7 @@ function vYe(r, e, t, n, i, o) {
|
|
|
20920
20921
|
}, 8, ["title"])
|
|
20921
20922
|
]);
|
|
20922
20923
|
}
|
|
20923
|
-
const mYe = /* @__PURE__ */ zr(dYe, [["render", vYe], ["__scopeId", "data-v-
|
|
20924
|
+
const mYe = /* @__PURE__ */ zr(dYe, [["render", vYe], ["__scopeId", "data-v-f900a3fe"]]), gYe = {
|
|
20924
20925
|
name: "PaasSelect",
|
|
20925
20926
|
inheritAttrs: !1,
|
|
20926
20927
|
props: {
|