oeos-components 0.1.87 → 0.1.89
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.
|
@@ -4394,7 +4394,7 @@ const ih = u({ name: "OInput" }), sh = u({ ...ih, props: { modelValue: { require
|
|
|
4394
4394
|
return {};
|
|
4395
4395
|
});
|
|
4396
4396
|
return (o, t) => (i(), s("div", U({ class: "o-title", style: { ...a.value } }, o.$attrs), [d("div", c7, [d("div", { class: Z(e.type === "simple" ? "o-title__top-simple-left" : "o-title__top-left"), style: u2({ marginLeft: n.inner ? "8px" : 0 }) }, [R(o.$slots, "icon", {}, void 0, !0), d("span", l7, X(e.title), 1), R(o.$slots, "default", {}, void 0, !0)], 6), R(o.$slots, "right", {}, void 0, !0)]), e.subTitle ? (i(), s("div", U({ key: 0, class: "o-title__subTitle" }, e.subAttrs), X(e.subTitle), 17)) : Q("", !0)], 16));
|
|
4397
|
-
} }), s7 = he(pe(i7, [["__scopeId", "data-v-
|
|
4397
|
+
} }), s7 = he(pe(i7, [["__scopeId", "data-v-d45c172c"]])), m7 = { key: 0, src: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAqJJREFUWEftl0tPE2EUht/TGW90oKWlJhqXeI0ujIQF0b9gXIhJt0oKM1VD2Lhi5cqNIQpTWi9bEnFh/AsaFo3GhXdhqya0UyhM8UJnjk5bDHTaudQqG77dZM457zPvOedLhrDNh7ZZHzsAOw607MCi0tUrsnEPBBYgJELqykIrA90ygCZLN0G4URFl3Iqm9PH/BqANSycg4CWAvTXR7zBwJprW3/mF8O3AlwQ69ojBOwBd2SrGD36US9cPZrDmB8I3QEEJxhmUAhCqEyoSWI6opZl/BsCDEAr7g3Ng6m8oQpyNLJYGaBaGVwjPDlTEY8GrAE04F+fRSK406RXCM0BO7jxKxDMEnLYACFgA8/0KDNEQA73VhcArZorHUqsfvbjgGUBLSmkwEpuKPjfL5iXrOSAGHgE4++cdIROd0ofbBpBXpOMEZAFIngAAnYH+HlV/7wbh6sCyHOo2yXjIwIW6Ys0dqLboSYCFy+FUcckJwhVAU6SLAKxe16+dIwCAIoChqKo/bhlAuxbpgvHzBYDDtiLEWRMsV2bAuhcar+Y8hN190buFlWYQjg7kZSlJhMkmyasAPtXeHQHQ2SiOgGRE1VXfALnhUJ8gGDMb6+U2TA4CC4YhxGPpouWk3chmiXmla4pgjlQcbnzmwTxduwesOHubqnkmIzDdo64kPQNoSucAwM8cxK1abkO4Wc8E6FxUXZ2rh7DNwNJoOGyulzNgDLrY/gGg29UYHgNwzDGeMBvYJSa6J5aXN8fZAAqyNMIEq/C+VvveJO8bMcYiKb3attqxAWiK9BrAyTaLb5R7+/te2FLbBpBXgk8JOAUEXC8pf5CmycCbHrV03tGBXKLjAIniIZjt/WkRmcx1Xv8cy6x9dQTw91V/H91mm/0D7QD8AkUR3SFsA4XSAAAAAElFTkSuQmCC", class: "icon" }, u7 = u({ name: "OWarning" }), p7 = u({ ...u7, props: { content: { type: String, required: !0 }, type: { type: String, default: "" }, width: { type: [String, Number], default: "100%" }, dangerouslyUseHTMLString: { type: Boolean, default: !1 } }, setup(e) {
|
|
4398
4398
|
const n = e, a = k(() => n.dangerouslyUseHTMLString ? { innerHTML: n.content } : { textContent: n.content });
|
|
4399
4399
|
return (o, t) => (i(), s("div", U({ class: [e.type === "icon" ? "icon-box" : e.type === "info" ? "info-box" : "warning-box", "base-box"], style: { ..._(xe)(n.width) } }, o.$attrs), [e.type === "" ? (i(), s("img", m7)) : (i(), j(_(Q2), U({ key: 1, name: "warning", color: "var(--45)" }, o.$attrs, { class: "icon", size: "16" }), null, 16, ["color"])), R(o.$slots, "content", {}, () => [d("span", U({ class: ["warning-box__content", e.type === "icon" && "cl-45 fs-14"] }, a.value), null, 16)], !0)], 16));
|
|
4400
4400
|
} }), h7 = he(pe(p7, [["__scopeId", "data-v-5146fae0"]])), v7 = [oa, A9, B9, O9, F9, J9, H9, X9, lh, z4, Mh, Vh, Th, jh, ta, Q2, M4, gh, Yh, n7, r7, xn, s7, h7], B4 = (e) => {
|