super-page-runtime 2.2.51-sit1 → 2.2.51-sit4
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/es/components/runtime/views/assemblys/container/fixed/FixedBox.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/container/fixed/YxAffix.vue.js +5 -71
- package/dist/es/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.js +72 -2
- package/dist/es/components/runtime/views/assemblys/container/tools/tools-runtime.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.js +22 -19
- package/dist/es/components/runtime/views/super-page.vue.js +1 -1
- package/dist/es/style.css +28 -7
- package/package.json +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import e from "./FixedBox.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import o from "../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const r = o(e, [["__scopeId", "data-v-
|
|
4
|
+
const r = o(e, [["__scopeId", "data-v-9b488f43"]]);
|
|
5
5
|
export {
|
|
6
6
|
r as default
|
|
7
7
|
};
|
|
@@ -1,73 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
if (!y.value) return;
|
|
6
|
-
const e3 = y.value.getBoundingClientRect(), t2 = T.value;
|
|
7
|
-
if (t2 === window) {
|
|
8
|
-
const t3 = "top" === m.position ? e3.top <= m.offset : e3.bottom >= window.innerHeight - m.offset;
|
|
9
|
-
B.value = 0, S(t3, e3);
|
|
10
|
-
} else if (m.stickyInScrollContainer) {
|
|
11
|
-
const o2 = t2.getBoundingClientRect(), { isFixTop: n2, isFixBottom: i2, containerOffset: l2 } = ((e4) => {
|
|
12
|
-
const t3 = ["top"].includes(m.position), o3 = ["bottom"].includes(m.position);
|
|
13
|
-
if (!x.value) return { isTop: t3, isBottom: o3 };
|
|
14
|
-
const n3 = x.value.getBoundingClientRect(), i3 = n3.top - e4.top, l3 = n3.left - e4.left, a2 = e4.height - n3.height - i3, r2 = e4.top, s2 = window.innerHeight - e4.bottom;
|
|
15
|
-
return { isTop: t3, isBottom: o3, containerTop: r2, containerBottom: s2, containerOffset: t3 ? r2 : o3 ? s2 : 0, offsetTop: i3, offsetLeft: l3, offsetBottom: a2, isFixTop: t3 && i3 <= 0, isFixBottom: o3 && a2 <= 0 };
|
|
16
|
-
})(o2);
|
|
17
|
-
B.value = l2 ?? 0, S(n2 || i2 || false, e3);
|
|
18
|
-
}
|
|
19
|
-
} catch (e3) {
|
|
20
|
-
}
|
|
21
|
-
}, S = (e3, t2) => {
|
|
22
|
-
e3 !== h.value && (h.value = e3, w("change", e3), g.value = e3 ? { width: `${t2.width}px`, height: `${t2.height}px` } : {});
|
|
23
|
-
}, C = () => {
|
|
24
|
-
requestAnimationFrame(E);
|
|
25
|
-
};
|
|
26
|
-
let L;
|
|
27
|
-
const k = () => {
|
|
28
|
-
h.value = false, clearTimeout(L), L = window.setTimeout(() => {
|
|
29
|
-
E();
|
|
30
|
-
}, 100);
|
|
31
|
-
};
|
|
32
|
-
o(() => {
|
|
33
|
-
setTimeout(() => {
|
|
34
|
-
n(() => {
|
|
35
|
-
try {
|
|
36
|
-
m.enableIntervalUpdate && (I.value = setInterval(C, m.enableIntervalTime));
|
|
37
|
-
const e3 = (() => {
|
|
38
|
-
if (m.autoDetectParentScroll && y.value) {
|
|
39
|
-
const e4 = [];
|
|
40
|
-
let t2 = y.value.parentElement;
|
|
41
|
-
for (; t2 && t2 !== document.body; ) {
|
|
42
|
-
const { overflowY: o2 } = window.getComputedStyle(t2);
|
|
43
|
-
/(auto|scroll)/.test(o2) && e4.push(t2), t2 = t2.parentElement;
|
|
44
|
-
}
|
|
45
|
-
return [...e4, window];
|
|
46
|
-
}
|
|
47
|
-
if ("string" == typeof m.target) {
|
|
48
|
-
const e4 = document.querySelector(m.target);
|
|
49
|
-
return [...e4 ? [e4] : [], window];
|
|
50
|
-
}
|
|
51
|
-
return [window];
|
|
52
|
-
})();
|
|
53
|
-
b.value = e3, T.value = e3[0], b.value.forEach((e4) => e4.addEventListener("scroll", C)), window.addEventListener("resize", k), E();
|
|
54
|
-
} catch (e3) {
|
|
55
|
-
}
|
|
56
|
-
});
|
|
57
|
-
}, 100);
|
|
58
|
-
}), i(() => {
|
|
59
|
-
T.value && b.value.forEach((e3) => e3.removeEventListener("scroll", C)), window.removeEventListener("resize", k), clearTimeout(L), I.value && clearInterval(I.value);
|
|
60
|
-
}), l(() => {
|
|
61
|
-
n(() => {
|
|
62
|
-
C();
|
|
63
|
-
});
|
|
64
|
-
});
|
|
65
|
-
const z = a(() => {
|
|
66
|
-
var _a;
|
|
67
|
-
return h.value ? { position: "fixed", width: `${(_a = y.value) == null ? void 0 : _a.offsetWidth}px`, zIndex: m.zIndex, [m.position]: `${m.offset + B.value}px` } : { position: "relative" };
|
|
68
|
-
});
|
|
69
|
-
return (e3, t2) => (s(), r("div", { ref_key: "affixMainRef", ref: x, class: "yx-affix" }, [h.value ? (s(), r("div", { key: 0, style: c(g.value), class: "yx-affix-placeholder" }, null, 4)) : u("", true), f("div", { ref_key: "affixRef", ref: y, style: c(z.value), class: d({ "yx-affix-content": true, "is-fixed": h.value, "is-top": "top" === m.position, "is-bottom": "bottom" === m.position }) }, [p(e3.$slots, "default")], 6)], 512));
|
|
70
|
-
} });
|
|
1
|
+
import e from "./YxAffix.vue2.js";
|
|
2
|
+
/* empty css */
|
|
3
|
+
import o from "../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const r = o(e, [["__scopeId", "data-v-d053fb6d"]]);
|
|
71
5
|
export {
|
|
72
|
-
|
|
6
|
+
r as default
|
|
73
7
|
};
|
|
@@ -1,4 +1,74 @@
|
|
|
1
|
-
import f from "
|
|
1
|
+
import { defineComponent as e, ref as t, onMounted as o, nextTick as n, onUnmounted as i, watchEffect as l, computed as a, createElementBlock as r, openBlock as s, createCommentVNode as u, createElementVNode as f, normalizeStyle as c, normalizeClass as d, renderSlot as p } from "vue";
|
|
2
|
+
const v = e({ __name: "YxAffix", props: { offset: { type: Number, default: 0 }, position: { type: String, default: "top", validator: (e2) => ["top", "bottom"].includes(e2) }, target: { type: [String, HTMLElement], default: () => window }, autoDetectParentScroll: { type: Boolean, default: true }, stickyInScrollContainer: { type: Boolean, default: true }, zIndex: { type: Number, default: 100 }, enableIntervalUpdate: { type: Boolean, default: true }, enableIntervalTime: { type: Number, default: 2e3 } }, emits: ["change"], setup(e2, { emit: v2 }) {
|
|
3
|
+
const m = e2, w = v2, h = t(null), x = t(null), y = t(false), g = t({}), b = t([]), T = t(window), B = t(0), I = t(null), E = () => {
|
|
4
|
+
try {
|
|
5
|
+
if (!x.value) return;
|
|
6
|
+
const e3 = x.value.getBoundingClientRect(), t2 = T.value;
|
|
7
|
+
if (t2 === window) {
|
|
8
|
+
const t3 = "top" === m.position ? e3.top <= m.offset : e3.bottom >= window.innerHeight - m.offset;
|
|
9
|
+
B.value = 0, S(t3, e3);
|
|
10
|
+
} else if (m.stickyInScrollContainer) {
|
|
11
|
+
const o2 = t2.getBoundingClientRect(), { isFixTop: n2, isFixBottom: i2, containerOffset: l2 } = ((e4) => {
|
|
12
|
+
const t3 = ["top"].includes(m.position), o3 = ["bottom"].includes(m.position);
|
|
13
|
+
if (!h.value) return { isTop: t3, isBottom: o3 };
|
|
14
|
+
const n3 = h.value.getBoundingClientRect(), i3 = n3.top - e4.top, l3 = n3.left - e4.left, a2 = e4.height - n3.height - i3, r2 = e4.top, s2 = window.innerHeight - e4.bottom;
|
|
15
|
+
return { isTop: t3, isBottom: o3, containerTop: r2, containerBottom: s2, containerOffset: t3 ? r2 : o3 ? s2 : 0, offsetTop: i3, offsetLeft: l3, offsetBottom: a2, isFixTop: t3 && i3 <= 0, isFixBottom: o3 && a2 <= 0 };
|
|
16
|
+
})(o2);
|
|
17
|
+
B.value = l2 ?? 0, S(n2 || i2 || false, e3);
|
|
18
|
+
}
|
|
19
|
+
} catch (e3) {
|
|
20
|
+
}
|
|
21
|
+
}, S = (e3, t2) => {
|
|
22
|
+
var _a;
|
|
23
|
+
e3 === y.value && ((_a = g.value) == null ? void 0 : _a.height) === `${t2.height}px` || (y.value = e3, w("change", e3), g.value = e3 ? { width: "100%", height: `${t2.height}px` } : {});
|
|
24
|
+
}, C = () => {
|
|
25
|
+
requestAnimationFrame(E);
|
|
26
|
+
};
|
|
27
|
+
let L;
|
|
28
|
+
const k = () => {
|
|
29
|
+
y.value = false, clearTimeout(L), L = window.setTimeout(() => {
|
|
30
|
+
E();
|
|
31
|
+
}, 100);
|
|
32
|
+
};
|
|
33
|
+
o(() => {
|
|
34
|
+
setTimeout(() => {
|
|
35
|
+
n(() => {
|
|
36
|
+
try {
|
|
37
|
+
m.enableIntervalUpdate && (I.value = setInterval(C, m.enableIntervalTime));
|
|
38
|
+
const e3 = (() => {
|
|
39
|
+
if (m.autoDetectParentScroll && x.value) {
|
|
40
|
+
const e4 = [];
|
|
41
|
+
let t2 = x.value.parentElement;
|
|
42
|
+
for (; t2 && t2 !== document.body; ) {
|
|
43
|
+
const { overflowY: o2 } = window.getComputedStyle(t2);
|
|
44
|
+
/(auto|scroll)/.test(o2) && e4.push(t2), t2 = t2.parentElement;
|
|
45
|
+
}
|
|
46
|
+
return [...e4, window];
|
|
47
|
+
}
|
|
48
|
+
if ("string" == typeof m.target) {
|
|
49
|
+
const e4 = document.querySelector(m.target);
|
|
50
|
+
return [...e4 ? [e4] : [], window];
|
|
51
|
+
}
|
|
52
|
+
return [window];
|
|
53
|
+
})();
|
|
54
|
+
b.value = e3, T.value = e3[0], b.value.forEach((e4) => e4.addEventListener("scroll", C)), window.addEventListener("resize", k), E();
|
|
55
|
+
} catch (e3) {
|
|
56
|
+
}
|
|
57
|
+
});
|
|
58
|
+
}, 100);
|
|
59
|
+
}), i(() => {
|
|
60
|
+
T.value && b.value.forEach((e3) => e3.removeEventListener("scroll", C)), window.removeEventListener("resize", k), clearTimeout(L), I.value && clearInterval(I.value);
|
|
61
|
+
}), l(() => {
|
|
62
|
+
n(() => {
|
|
63
|
+
C();
|
|
64
|
+
});
|
|
65
|
+
});
|
|
66
|
+
const z = a(() => {
|
|
67
|
+
var _a;
|
|
68
|
+
return y.value ? { position: "fixed", width: `${(_a = x.value) == null ? void 0 : _a.offsetWidth}px`, zIndex: m.zIndex, [m.position]: `${m.offset + B.value}px` } : { position: "relative" };
|
|
69
|
+
});
|
|
70
|
+
return (e3, t2) => (s(), r("div", { ref_key: "affixMainRef", ref: h, class: "yx-affix" }, [y.value ? (s(), r("div", { key: 0, style: c(g.value), class: "yx-affix-placeholder" }, null, 4)) : u("", true), f("div", { ref_key: "affixRef", ref: x, style: c(z.value), class: d({ "yx-affix-content": true, "is-fixed": y.value, "is-top": "top" === m.position, "is-bottom": "bottom" === m.position }) }, [p(e3.$slots, "default", {}, void 0, true)], 6)], 512));
|
|
71
|
+
} });
|
|
2
72
|
export {
|
|
3
|
-
|
|
73
|
+
v as default
|
|
4
74
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./tools-runtime.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const e = t(o, [["__scopeId", "data-v-
|
|
4
|
+
const e = t(o, [["__scopeId", "data-v-a1efabab"]]);
|
|
5
5
|
export {
|
|
6
6
|
e as default
|
|
7
7
|
};
|
|
@@ -1,32 +1,35 @@
|
|
|
1
|
-
import { defineComponent as e, ref as t, computed as o, onMounted as i, nextTick as a, onUnmounted as n, createBlock as l, createElementBlock as u,
|
|
2
|
-
import
|
|
3
|
-
import { handleAfterInitEvent as
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
const
|
|
7
|
-
const
|
|
8
|
-
|
|
1
|
+
import { defineComponent as e, ref as t, computed as o, onMounted as i, nextTick as a, onUnmounted as n, createBlock as l, createElementBlock as u, createCommentVNode as s, openBlock as f, withCtx as r, createElementVNode as g, normalizeStyle as p, normalizeClass as v, unref as d, Fragment as c, renderList as m } from "vue";
|
|
2
|
+
import x from "../../object-render.vue.js";
|
|
3
|
+
import { handleAfterInitEvent as y } from "../../../../utils/events/event-util.js";
|
|
4
|
+
import C from "../fixed/YxAffix.vue.js";
|
|
5
|
+
import b from "../fixed/FixedBox.vue.js";
|
|
6
|
+
const k = { "data-v": "1.0.0", class: "amb-widget-tools-parent" }, w = { "data-v": "1.0.0", class: "amb-widget-tools-parent" }, _ = { key: 2, "data-v": "1.0.0", class: "amb-widget-tools-parent" }, j = e({ __name: "tools-runtime", props: { pageContext: {}, configure: {} }, setup(e2) {
|
|
7
|
+
const j2 = e2, h = t(null), R = j2.configure.runtime ?? {}, A = R.class, F = o(() => j2.configure.props), B = o(() => {
|
|
8
|
+
var _a, _b;
|
|
9
|
+
return !!((_b = (_a = j2.configure) == null ? void 0 : _a.items) == null ? void 0 : _b.length);
|
|
10
|
+
}), D = o(() => {
|
|
11
|
+
const { gap: e3 } = F.value ?? {};
|
|
9
12
|
return { backgroundColor: "#fff", ...e3 ? { gap: `${e3}px` } : {}, ...R.style ?? {} };
|
|
10
|
-
}),
|
|
13
|
+
}), Y = o(() => {
|
|
11
14
|
var _a, _b, _c;
|
|
12
|
-
return !![(_a =
|
|
13
|
-
}),
|
|
15
|
+
return !![(_a = F.value) == null ? void 0 : _a.isAffix, (_b = F.value) == null ? void 0 : _b.isFixed].every((e3) => void 0 === e3) || ((_c = F.value) == null ? void 0 : _c.isAffix);
|
|
16
|
+
}), $ = o(() => {
|
|
14
17
|
var _a;
|
|
15
|
-
return (_a =
|
|
16
|
-
}),
|
|
18
|
+
return (_a = F.value) == null ? void 0 : _a.isFixed;
|
|
19
|
+
}), q = o(() => {
|
|
17
20
|
var _a, _b;
|
|
18
|
-
return ["top"].includes((_a =
|
|
19
|
-
}),
|
|
21
|
+
return ["top"].includes((_a = F.value) == null ? void 0 : _a.position) ? "top" : ["bottom"].includes((_b = F.value) == null ? void 0 : _b.position) ? "bottom" : void 0;
|
|
22
|
+
}), z = o(() => {
|
|
20
23
|
var _a;
|
|
21
|
-
return ((_a =
|
|
24
|
+
return ((_a = F.value) == null ? void 0 : _a.offset) ?? 0;
|
|
22
25
|
});
|
|
23
26
|
return i(() => {
|
|
24
27
|
a(() => {
|
|
25
|
-
|
|
28
|
+
y(null, j2.pageContext, j2.configure, { componentRef: h.value, entity: j2.pageContext.entity.data, pageData: j2.pageContext.entity.page });
|
|
26
29
|
});
|
|
27
30
|
}), n(() => {
|
|
28
|
-
}), (e3, t2) =>
|
|
31
|
+
}), (e3, t2) => $.value && B.value ? (f(), l(b, { key: 0, position: q.value, offset: z.value }, { default: r(() => [g("div", k, [g("div", { class: v(["amb-widget-container-tool amb-widget-tools", d(A)]), style: p(D.value), ref_key: "thisRef", ref: h }, [(f(true), u(c, null, m(j2.configure.items, (e4) => (f(), l(x, { pageContext: j2.pageContext, configure: e4, key: e4.uuid }, null, 8, ["pageContext", "configure"]))), 128))], 6)])]), _: 1 }, 8, ["position", "offset"])) : Y.value && B.value ? (f(), l(C, { key: 1, position: q.value, offset: z.value }, { default: r(() => [g("div", w, [g("div", { class: v(["amb-widget-container-tool amb-widget-tools", d(A)]), style: p(D.value), ref_key: "thisRef", ref: h }, [(f(true), u(c, null, m(j2.configure.items, (e4) => (f(), l(x, { pageContext: j2.pageContext, configure: e4, key: e4.uuid }, null, 8, ["pageContext", "configure"]))), 128))], 6)])]), _: 1 }, 8, ["position", "offset"])) : B.value ? (f(), u("div", _, [g("div", { class: v(["amb-widget-container-tool amb-widget-tools", d(A)]), style: p(D.value), ref_key: "thisRef", ref: h }, [(f(true), u(c, null, m(j2.configure.items, (e4) => (f(), l(x, { pageContext: j2.pageContext, configure: e4, key: e4.uuid }, null, 8, ["pageContext", "configure"]))), 128))], 6)])) : s("", true);
|
|
29
32
|
} });
|
|
30
33
|
export {
|
|
31
|
-
|
|
34
|
+
j as default
|
|
32
35
|
};
|
package/dist/es/style.css
CHANGED
|
@@ -1,14 +1,18 @@
|
|
|
1
|
-
.runtime-page-container[data-v-
|
|
1
|
+
.runtime-page-container[data-v-5470676c] {
|
|
2
2
|
overflow: auto;
|
|
3
3
|
height: 100%;
|
|
4
4
|
max-height: 100vh;
|
|
5
5
|
padding: var(--runtime-page-container-padding, 15px);
|
|
6
6
|
}
|
|
7
|
-
.runtime-page-container .runtime-page-container-view
|
|
7
|
+
.runtime-page-container[data-v-5470676c] .runtime-page-container-view {
|
|
8
8
|
display: flex;
|
|
9
9
|
flex-direction: column;
|
|
10
10
|
align-items: stretch;
|
|
11
|
+
height: 100%;
|
|
11
12
|
gap: var(--runtime-page-container-view-gap, 15px);
|
|
13
|
+
}
|
|
14
|
+
.runtime-page-container[data-v-5470676c] .runtime-page-container-view > .el-row[class*=el-col-] {
|
|
15
|
+
flex: none;
|
|
12
16
|
}.yx-card-box-view-main[data-v-799b1858] > .el-card__header {
|
|
13
17
|
position: relative;
|
|
14
18
|
}
|
|
@@ -60,24 +64,41 @@
|
|
|
60
64
|
justify-content: flex-start;
|
|
61
65
|
text-align: left;
|
|
62
66
|
}
|
|
63
|
-
}.yx-
|
|
67
|
+
}.yx-affix[data-v-d053fb6d]:has(.yx-affix-content:empty) {
|
|
68
|
+
display: none;
|
|
69
|
+
}
|
|
70
|
+
.yx-affix .yx-affix-content.is-fixed.is-top > .yx-fixed-box-container[data-v-d053fb6d] {
|
|
64
71
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
|
65
72
|
}
|
|
66
|
-
.yx-
|
|
73
|
+
.yx-affix .yx-affix-content.is-fixed.is-bottom > .yx-fixed-box-container[data-v-d053fb6d] {
|
|
74
|
+
box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
|
|
75
|
+
}.yx-fixed-box-main[data-v-9b488f43]:has(.yx-fixed-box-container:empty) {
|
|
76
|
+
display: none;
|
|
77
|
+
}
|
|
78
|
+
.yx-fixed-box-main.is-top > .yx-fixed-box-container[data-v-9b488f43] {
|
|
79
|
+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
|
80
|
+
}
|
|
81
|
+
.yx-fixed-box-main.is-bottom > .yx-fixed-box-container[data-v-9b488f43] {
|
|
67
82
|
box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
|
|
68
83
|
}
|
|
69
84
|
@media (max-width: 768px) {
|
|
70
|
-
.yx-fixed-box-main > .yx-fixed-box-container[data-v-
|
|
85
|
+
.yx-fixed-box-main > .yx-fixed-box-container[data-v-9b488f43] {
|
|
71
86
|
width: 100% !important;
|
|
72
87
|
left: 0 !important;
|
|
73
88
|
right: 0 !important;
|
|
74
89
|
}
|
|
75
|
-
}.amb-widget-
|
|
90
|
+
}.amb-widget-tools-parent[data-v-a1efabab]:empty {
|
|
91
|
+
display: none;
|
|
92
|
+
}
|
|
93
|
+
.amb-widget-tools-parent[data-v-a1efabab] .amb-widget-container-tool {
|
|
76
94
|
display: flex;
|
|
77
95
|
flex-wrap: wrap;
|
|
78
96
|
gap: var(--amb-widget-container-tool-gap, 10px);
|
|
79
97
|
}
|
|
80
|
-
.amb-widget-
|
|
98
|
+
.amb-widget-tools-parent[data-v-a1efabab] .amb-widget-container-tool:empty {
|
|
99
|
+
display: none;
|
|
100
|
+
}
|
|
101
|
+
.amb-widget-tools-parent[data-v-a1efabab] .amb-widget-container-tool > .page-runtime-header-btn:has(> .page-runtime-header-btn) {
|
|
81
102
|
display: flex;
|
|
82
103
|
flex-wrap: wrap;
|
|
83
104
|
gap: inherit;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "super-page-runtime",
|
|
3
|
-
"version": "2.2.51-
|
|
3
|
+
"version": "2.2.51-sit4",
|
|
4
4
|
"description": "AgileBuilder super page runtime",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/es/index.js",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
49
49
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
50
50
|
"@vue/test-utils": "^2.4.4",
|
|
51
|
-
"agilebuilder-ui": "1.1.19-
|
|
51
|
+
"agilebuilder-ui": "1.1.19-sit3",
|
|
52
52
|
"axios": "^1.6.8",
|
|
53
53
|
"cypress": "^13.6.6",
|
|
54
54
|
"element-plus": "^2.6.1",
|