oeos-components 0.1.99 → 0.2.0
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.
|
@@ -4397,7 +4397,7 @@ const ih = u({ name: "OInput" }), sh = u({ ...ih, props: { modelValue: { require
|
|
|
4397
4397
|
return {};
|
|
4398
4398
|
});
|
|
4399
4399
|
return (t, o) => (i(), s("div", G({ class: "o-title", style: { ...a.value } }, t.$attrs), [d("div", c7, [d("div", { class: Q(e.type === "simple" || e.type === "icon" ? "o-title__top-simple-left" : "o-title__top-left"), style: u2({ marginLeft: n.inner ? "8px" : 0 }) }, [P(t.$slots, "icon", {}, () => [n.type === "icon" ? (i(), s("img", l7)) : Z("", !0)], !0), d("span", d7, Y(e.title), 1), P(t.$slots, "default", {}, void 0, !0)], 6), P(t.$slots, "right", {}, void 0, !0)]), e.subTitle ? (i(), s("div", G({ key: 0, class: "o-title__subTitle" }, e.subAttrs), Y(e.subTitle), 17)) : Z("", !0)], 16));
|
|
4400
|
-
} }), m7 = ge(fe(s7, [["__scopeId", "data-v-
|
|
4400
|
+
} }), m7 = ge(fe(s7, [["__scopeId", "data-v-eae10c67"]])), u7 = { 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" }, p7 = u({ name: "OWarning" }), h7 = u({ ...p7, props: { content: { type: String, required: !0 }, type: { type: String, default: "" }, width: { type: [String, Number], default: "100%" }, dangerouslyUseHTMLString: { type: Boolean, default: !1 } }, setup(e) {
|
|
4401
4401
|
const n = e, a = H(() => n.dangerouslyUseHTMLString ? { innerHTML: n.content } : { textContent: n.content });
|
|
4402
4402
|
return (t, o) => (i(), s("div", G({ class: [e.type === "icon" ? "icon-box" : e.type === "info" ? "info-box" : "warning-box", "base-box"], style: { ...A(xe)(n.width) } }, t.$attrs), [e.type === "" ? (i(), s("img", u7)) : (i(), j(A(Q2), G({ key: 1, name: "warning", color: "var(--45)" }, t.$attrs, { class: "icon", size: "16" }), null, 16, ["color"])), P(t.$slots, "content", {}, () => [d("span", G({ class: ["warning-box__content", e.type === "icon" && "cl-45 fs-14"] }, a.value), null, 16)], !0)], 16));
|
|
4403
4403
|
} }), v7 = ge(fe(h7, [["__scopeId", "data-v-5146fae0"]])), f7 = [ta, A9, B9, O9, F9, J9, H9, X9, lh, z4, Mh, Vh, Th, jh, oa, Q2, M4, gh, Yh, n7, r7, b1, m7, v7], B4 = (e) => {
|