sprof 0.0.231 → 0.0.232
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/sprof.js +7 -4
- package/dist/sprof.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/sprof.js
CHANGED
|
@@ -7361,7 +7361,8 @@ const En = /* @__PURE__ */ new WeakMap(), vm = (t, e) => {
|
|
|
7361
7361
|
return m(), w("div", {
|
|
7362
7362
|
class: "wrapper",
|
|
7363
7363
|
style: k({
|
|
7364
|
-
maxHeight: t.height
|
|
7364
|
+
maxHeight: t.height,
|
|
7365
|
+
height: t.height
|
|
7365
7366
|
})
|
|
7366
7367
|
}, [
|
|
7367
7368
|
f("div", {
|
|
@@ -7385,7 +7386,8 @@ const En = /* @__PURE__ */ new WeakMap(), vm = (t, e) => {
|
|
|
7385
7386
|
f("div", {
|
|
7386
7387
|
class: "click-line",
|
|
7387
7388
|
style: k({
|
|
7388
|
-
width: t.widthClosed
|
|
7389
|
+
width: t.widthClosed,
|
|
7390
|
+
height: t.height
|
|
7389
7391
|
}),
|
|
7390
7392
|
onClick: u[0] || (u[0] = (c) => r(!p(s)))
|
|
7391
7393
|
}, [
|
|
@@ -7408,7 +7410,8 @@ const En = /* @__PURE__ */ new WeakMap(), vm = (t, e) => {
|
|
|
7408
7410
|
class: "RS-content",
|
|
7409
7411
|
style: k({
|
|
7410
7412
|
width: `calc(${t.widthOpened} - ${t.widthClosed} - 2px)`,
|
|
7411
|
-
background: t.background
|
|
7413
|
+
background: t.background,
|
|
7414
|
+
height: t.height
|
|
7412
7415
|
})
|
|
7413
7416
|
}, [
|
|
7414
7417
|
P(o.$slots, "default", {}, void 0, !0)
|
|
@@ -7417,7 +7420,7 @@ const En = /* @__PURE__ */ new WeakMap(), vm = (t, e) => {
|
|
|
7417
7420
|
], 4);
|
|
7418
7421
|
};
|
|
7419
7422
|
}
|
|
7420
|
-
}), sa = /* @__PURE__ */ A(zm, [["__scopeId", "data-v-
|
|
7423
|
+
}), sa = /* @__PURE__ */ A(zm, [["__scopeId", "data-v-45d26c84"]]), Om = /* @__PURE__ */ $({
|
|
7421
7424
|
__name: "IconClose",
|
|
7422
7425
|
props: {
|
|
7423
7426
|
size: { type: String, default: "24px" },
|