@oneb/ui-vue 0.1.9 → 0.1.11
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/collapse/OneCollapse.vue.d.ts +2 -0
- package/dist/collapse/index.d.ts +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +103 -65
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as OneCollapse } from './OneCollapse.vue';
|
package/dist/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const _=require("./index-668faddf.cjs"),u=require("./card/index.cjs"),c=require("./form/index.cjs"),p=require("./OneBrowserMenu-3650ed5d.cjs"),m=require("./dropdown/index.cjs"),y=require("./common/index.cjs"),e=require("vue"),f=require("./_plugin-vue_export-helper-f246444f.cjs");require("./XMarkIcon-f94baa4c.cjs");const C={color:{type:String,default:"red"},size:{type:String,default:"sm"},text:{type:String,default:""},variant:{type:String,default:"indicators"},bargeVariant:{type:String,default:"stand"}},O=e.defineComponent({__name:"OneIndicators",props:{...C},setup(i){const t=i,o=e.computed(()=>{switch(t.color){case"green":return"#70BE33";case"blue":return"#4089E0";case"red":return"#FF0440";case"yellow":return"#FFBA08";default:return"#FFBA08"}}),d=e.computed(()=>{let n="",s="",r;return t.text?t.size==="sm"?(s="min-w-[12px]",r="textSm"):t.size==="md"?(s="min-w-[16px]",r="textMd"):t.size==="lg"&&(s="min-w-[20px]",r="textLg"):t.size==="sm"?n="w-3 min-w-[12px]":t.size==="lg"?n="w-5 min-w-[20px]":t.size==="md"&&(n="w-4 min-w-[16px]"),`${n} ${r} ${s} h-${t.size==="sm"?3:t.size==="lg"?5:4}`}),a=e.computed(()=>{let n="",s="",r;return t.text?t.size==="sm"?(s="min-w-[44px]",r="textMd"):t.size==="md"?(s="min-w-[58px]",r="text10"):t.size==="lg"&&(s="min-w-[68px]",r="text-sm"):t.size==="sm"?n="min-w-[44px]":t.size==="lg"?n="min-w-[68px]":t.size==="md"&&(n="min-w-[58px]"),`${n} ${r} ${s} h-${t.size==="sm"?5:t.size==="lg"?7:6}`}),l=e.computed(()=>{const n=t.bargeVariant==="stand"?"1A":"",s=t.bargeVariant==="stand"?"1px solid":"none";return{backgroundColor:`${o.value}${n}`,border:s,borderColor:o.value}});return(n,s)=>t.variant==="indicators"?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["rounded-full border border-white flex items-center justify-center w-max",[d.value]]),style:e.normalizeStyle({backgroundColor:o.value})},[e.createElementVNode("p",{class:"px-1 font-semibold",style:e.normalizeStyle({color:(o.value!=="#FFBA08","white")})},e.toDisplayString(n.text),5)],6)):t.variant==="barge"?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["rounded px-2 py-1 text-center w-max",[a.value,{"rounded-full":n.bargeVariant==="round",rounded:n.bargeVariant!=="round"}]]),style:e.normalizeStyle([l.value])},[e.createElementVNode("p",{class:"font-medium",style:e.normalizeStyle({color:n.bargeVariant!=="stand"?"white":o.value})},e.toDisplayString(n.text),5)],6)):e.createCommentVNode("",!0)}});const v=f._export_sfc(O,[["__scopeId","data-v-6b353b46"]]),x=e.defineComponent({__name:"OneLabel",props:{size:{type:String,default:"standard"},color:{type:String,default:"blue"},filled:{type:Boolean,default:!0},text:{type:String,default:"Label"}},setup(i){const t=i,o=e.ref(!1),d=e.computed(()=>{const n="inline-flex items-center cursor-pointer transition-opacity rounded-full",s=t.size==="mini"?"text-xs px-3 py-1":"text-sm px-4 py-2",r=t.filled?`${t.color}-filled`:`${t.color}-border`;return`${n} ${s} ${r} ${o.value?"opacity-80":"hover:opacity-90"}`}),a=()=>{o.value=!0},l=()=>{o.value=!1};return(n,s)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(d.value),onMousedown:a,onMouseup:l,onMouseleave:l},[e.createElementVNode("span",null,e.toDisplayString(i.text),1)],34))}});const b={key:0,class:"mt-4"},g=e.defineComponent({__name:"OneCollapse",props:{blockClass:{},titleClass:{},defaultOpen:{type:Boolean}},setup(i){const t=i,{blockClass:o,titleClass:d,defaultOpen:a}=e.toRefs(t),l=e.ref((a==null?void 0:a.value)??!1),n=()=>{l.value=!l.value};return(s,r)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(e.unref(o))},[e.createElementVNode("div",{onClick:n,class:e.normalizeClass(e.unref(d))},[e.renderSlot(s.$slots,"title",{},()=>[r[0]||(r[0]=e.createTextVNode(" Заголовок "))],!0)],2),e.createVNode(e.Transition,{name:"fade"},{default:e.withCtx(()=>[l.value?(e.openBlock(),e.createElementBlock("div",b,[e.renderSlot(s.$slots,"default",{},void 0,!0)])):e.createCommentVNode("",!0)]),_:3})],2))}});const w=f._export_sfc(g,[["__scopeId","data-v-e9aa29f0"]]);exports.OneButton=_._sfc_main;exports.OneCard=u.OneCard;exports.OneCardBody=u.OneCardBody;exports.OneCardFooter=u.OneCardFooter;exports.OneCardHeader=u.OneCardHeader;exports.OneForm=c.OneForm;exports.OneFormFeedback=c.OneFormFeedback;exports.OneFormField=c.OneFormField;exports.OneFormInput=c.OneFormInput;exports.OneFormLabel=c.OneFormLabel;exports.OneBrowserMenu=p.OneBrowserMenu;exports.OneDropdown=p._sfc_main;exports.OneDropdownItem=p._sfc_main$1;exports.OneUserMenu=p._sfc_main$2;exports.OneBrowserMenuGrid=m.OneBrowserMenuGrid;exports.OneDropdownDivider=m.OneDropdownDivider;exports.OneAvatar=y.OneAvatar;exports.OneCollapse=w;exports.OneIndicators=v;exports.OneLabel=x;
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { _ as
|
|
2
|
-
import { OneCard as
|
|
3
|
-
import { OneForm as
|
|
4
|
-
import { O as
|
|
5
|
-
import { OneBrowserMenuGrid as
|
|
6
|
-
import { OneAvatar as
|
|
7
|
-
import { defineComponent as
|
|
8
|
-
import { _ as
|
|
1
|
+
import { _ as P } from "./index-ab76dea6.js";
|
|
2
|
+
import { OneCard as T, OneCardBody as W, OneCardFooter as j, OneCardHeader as G } from "./card/index.js";
|
|
3
|
+
import { OneForm as U, OneFormFeedback as q, OneFormField as J, OneFormInput as K, OneFormLabel as Q } from "./form/index.js";
|
|
4
|
+
import { O as Y, _ as Z, a as ee, b as te } from "./OneBrowserMenu-8cf71483.js";
|
|
5
|
+
import { OneBrowserMenuGrid as ne, OneDropdownDivider as re } from "./dropdown/index.js";
|
|
6
|
+
import { OneAvatar as ae } from "./common/index.js";
|
|
7
|
+
import { defineComponent as _, computed as d, openBlock as c, createElementBlock as u, normalizeClass as p, normalizeStyle as m, createElementVNode as f, toDisplayString as x, createCommentVNode as b, ref as g, toRefs as C, unref as v, renderSlot as y, createTextVNode as O, createVNode as z, Transition as $, withCtx as h } from "vue";
|
|
8
|
+
import { _ as w } from "./_plugin-vue_export-helper-dad06003.js";
|
|
9
9
|
import "./XMarkIcon-51ef0691.js";
|
|
10
|
-
const
|
|
10
|
+
const F = {
|
|
11
11
|
color: {
|
|
12
12
|
type: String,
|
|
13
13
|
default: "red"
|
|
@@ -28,13 +28,13 @@ const _ = {
|
|
|
28
28
|
type: String,
|
|
29
29
|
default: "stand"
|
|
30
30
|
}
|
|
31
|
-
},
|
|
31
|
+
}, S = /* @__PURE__ */ _({
|
|
32
32
|
__name: "OneIndicators",
|
|
33
33
|
props: {
|
|
34
|
-
...
|
|
34
|
+
...F
|
|
35
35
|
},
|
|
36
|
-
setup(
|
|
37
|
-
const e =
|
|
36
|
+
setup(l) {
|
|
37
|
+
const e = l, r = d(() => {
|
|
38
38
|
switch (e.color) {
|
|
39
39
|
case "green":
|
|
40
40
|
return "#70BE33";
|
|
@@ -47,42 +47,42 @@ const _ = {
|
|
|
47
47
|
default:
|
|
48
48
|
return "#FFBA08";
|
|
49
49
|
}
|
|
50
|
-
}),
|
|
51
|
-
let t = "", s = "",
|
|
52
|
-
return e.text ? e.size === "sm" ? (s = "min-w-[12px]",
|
|
53
|
-
}),
|
|
54
|
-
let t = "", s = "",
|
|
55
|
-
return e.text ? e.size === "sm" ? (s = "min-w-[44px]",
|
|
56
|
-
}),
|
|
50
|
+
}), i = d(() => {
|
|
51
|
+
let t = "", s = "", n;
|
|
52
|
+
return e.text ? e.size === "sm" ? (s = "min-w-[12px]", n = "textSm") : e.size === "md" ? (s = "min-w-[16px]", n = "textMd") : e.size === "lg" && (s = "min-w-[20px]", n = "textLg") : e.size === "sm" ? t = "w-3 min-w-[12px]" : e.size === "lg" ? t = "w-5 min-w-[20px]" : e.size === "md" && (t = "w-4 min-w-[16px]"), `${t} ${n} ${s} h-${e.size === "sm" ? 3 : e.size === "lg" ? 5 : 4}`;
|
|
53
|
+
}), a = d(() => {
|
|
54
|
+
let t = "", s = "", n;
|
|
55
|
+
return e.text ? e.size === "sm" ? (s = "min-w-[44px]", n = "textMd") : e.size === "md" ? (s = "min-w-[58px]", n = "text10") : e.size === "lg" && (s = "min-w-[68px]", n = "text-sm") : e.size === "sm" ? t = "min-w-[44px]" : e.size === "lg" ? t = "min-w-[68px]" : e.size === "md" && (t = "min-w-[58px]"), `${t} ${n} ${s} h-${e.size === "sm" ? 5 : e.size === "lg" ? 7 : 6}`;
|
|
56
|
+
}), o = d(() => {
|
|
57
57
|
const t = e.bargeVariant === "stand" ? "1A" : "", s = e.bargeVariant === "stand" ? "1px solid" : "none";
|
|
58
58
|
return {
|
|
59
|
-
backgroundColor: `${
|
|
59
|
+
backgroundColor: `${r.value}${t}`,
|
|
60
60
|
border: s,
|
|
61
|
-
borderColor:
|
|
61
|
+
borderColor: r.value
|
|
62
62
|
};
|
|
63
63
|
});
|
|
64
|
-
return (t, s) => e.variant === "indicators" ? (
|
|
64
|
+
return (t, s) => e.variant === "indicators" ? (c(), u("div", {
|
|
65
65
|
key: 0,
|
|
66
|
-
class:
|
|
67
|
-
style:
|
|
66
|
+
class: p(["rounded-full border border-white flex items-center justify-center w-max", [i.value]]),
|
|
67
|
+
style: m({ backgroundColor: r.value })
|
|
68
68
|
}, [
|
|
69
69
|
f("p", {
|
|
70
70
|
class: "px-1 font-semibold",
|
|
71
|
-
style:
|
|
71
|
+
style: m({ color: (r.value !== "#FFBA08", "white") })
|
|
72
72
|
}, x(t.text), 5)
|
|
73
|
-
], 6)) : e.variant === "barge" ? (
|
|
73
|
+
], 6)) : e.variant === "barge" ? (c(), u("div", {
|
|
74
74
|
key: 1,
|
|
75
|
-
class:
|
|
76
|
-
style:
|
|
75
|
+
class: p(["rounded px-2 py-1 text-center w-max", [a.value, { "rounded-full": t.bargeVariant === "round", rounded: t.bargeVariant !== "round" }]]),
|
|
76
|
+
style: m([o.value])
|
|
77
77
|
}, [
|
|
78
78
|
f("p", {
|
|
79
79
|
class: "font-medium",
|
|
80
|
-
style:
|
|
80
|
+
style: m({ color: t.bargeVariant !== "stand" ? "white" : r.value })
|
|
81
81
|
}, x(t.text), 5)
|
|
82
|
-
], 6)) :
|
|
82
|
+
], 6)) : b("", !0);
|
|
83
83
|
}
|
|
84
84
|
});
|
|
85
|
-
const
|
|
85
|
+
const L = /* @__PURE__ */ w(S, [["__scopeId", "data-v-6b353b46"]]), A = /* @__PURE__ */ _({
|
|
86
86
|
__name: "OneLabel",
|
|
87
87
|
props: {
|
|
88
88
|
size: {
|
|
@@ -106,43 +106,81 @@ const h = /* @__PURE__ */ g(v, [["__scopeId", "data-v-6b353b46"]]), $ = /* @__PU
|
|
|
106
106
|
// Текст лейблу
|
|
107
107
|
}
|
|
108
108
|
},
|
|
109
|
-
setup(
|
|
110
|
-
const e =
|
|
111
|
-
const t = "inline-flex items-center cursor-pointer transition-opacity rounded-full", s = e.size === "mini" ? "text-xs px-3 py-1" : "text-sm px-4 py-2",
|
|
112
|
-
return `${t} ${s} ${
|
|
113
|
-
}),
|
|
114
|
-
|
|
115
|
-
},
|
|
116
|
-
|
|
109
|
+
setup(l) {
|
|
110
|
+
const e = l, r = g(!1), i = d(() => {
|
|
111
|
+
const t = "inline-flex items-center cursor-pointer transition-opacity rounded-full", s = e.size === "mini" ? "text-xs px-3 py-1" : "text-sm px-4 py-2", n = e.filled ? `${e.color}-filled` : `${e.color}-border`;
|
|
112
|
+
return `${t} ${s} ${n} ${r.value ? "opacity-80" : "hover:opacity-90"}`;
|
|
113
|
+
}), a = () => {
|
|
114
|
+
r.value = !0;
|
|
115
|
+
}, o = () => {
|
|
116
|
+
r.value = !1;
|
|
117
117
|
};
|
|
118
|
-
return (t, s) => (
|
|
119
|
-
class:
|
|
120
|
-
onMousedown:
|
|
121
|
-
onMouseup:
|
|
122
|
-
onMouseleave:
|
|
118
|
+
return (t, s) => (c(), u("div", {
|
|
119
|
+
class: p(i.value),
|
|
120
|
+
onMousedown: a,
|
|
121
|
+
onMouseup: o,
|
|
122
|
+
onMouseleave: o
|
|
123
123
|
}, [
|
|
124
|
-
f("span", null, x(
|
|
124
|
+
f("span", null, x(l.text), 1)
|
|
125
125
|
], 34));
|
|
126
126
|
}
|
|
127
127
|
});
|
|
128
|
+
const k = {
|
|
129
|
+
key: 0,
|
|
130
|
+
class: "mt-4"
|
|
131
|
+
}, B = /* @__PURE__ */ _({
|
|
132
|
+
__name: "OneCollapse",
|
|
133
|
+
props: {
|
|
134
|
+
blockClass: {},
|
|
135
|
+
titleClass: {},
|
|
136
|
+
defaultOpen: { type: Boolean }
|
|
137
|
+
},
|
|
138
|
+
setup(l) {
|
|
139
|
+
const e = l, { blockClass: r, titleClass: i, defaultOpen: a } = C(e), o = g((a == null ? void 0 : a.value) ?? !1), t = () => {
|
|
140
|
+
o.value = !o.value;
|
|
141
|
+
};
|
|
142
|
+
return (s, n) => (c(), u("div", {
|
|
143
|
+
class: p(v(r))
|
|
144
|
+
}, [
|
|
145
|
+
f("div", {
|
|
146
|
+
onClick: t,
|
|
147
|
+
class: p(v(i))
|
|
148
|
+
}, [
|
|
149
|
+
y(s.$slots, "title", {}, () => [
|
|
150
|
+
n[0] || (n[0] = O(" Заголовок "))
|
|
151
|
+
], !0)
|
|
152
|
+
], 2),
|
|
153
|
+
z($, { name: "fade" }, {
|
|
154
|
+
default: h(() => [
|
|
155
|
+
o.value ? (c(), u("div", k, [
|
|
156
|
+
y(s.$slots, "default", {}, void 0, !0)
|
|
157
|
+
])) : b("", !0)
|
|
158
|
+
]),
|
|
159
|
+
_: 3
|
|
160
|
+
})
|
|
161
|
+
], 2));
|
|
162
|
+
}
|
|
163
|
+
});
|
|
164
|
+
const D = /* @__PURE__ */ w(B, [["__scopeId", "data-v-e9aa29f0"]]);
|
|
128
165
|
export {
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
166
|
+
ae as OneAvatar,
|
|
167
|
+
Y as OneBrowserMenu,
|
|
168
|
+
ne as OneBrowserMenuGrid,
|
|
169
|
+
P as OneButton,
|
|
170
|
+
T as OneCard,
|
|
171
|
+
W as OneCardBody,
|
|
172
|
+
j as OneCardFooter,
|
|
173
|
+
G as OneCardHeader,
|
|
174
|
+
D as OneCollapse,
|
|
175
|
+
Z as OneDropdown,
|
|
176
|
+
re as OneDropdownDivider,
|
|
177
|
+
ee as OneDropdownItem,
|
|
178
|
+
U as OneForm,
|
|
179
|
+
q as OneFormFeedback,
|
|
180
|
+
J as OneFormField,
|
|
181
|
+
K as OneFormInput,
|
|
182
|
+
Q as OneFormLabel,
|
|
183
|
+
L as OneIndicators,
|
|
184
|
+
A as OneLabel,
|
|
185
|
+
te as OneUserMenu
|
|
148
186
|
};
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.textSm[data-v-6b353b46]{font-size:6px}.textMd[data-v-6b353b46]{font-size:8px}.textLg[data-v-6b353b46]{font-size:9px}.text10[data-v-6b353b46]{font-size:10px}.text-sm[data-v-6b353b46]{font-size:12px}.text-md[data-v-6b353b46]{font-size:14px}.text-lg[data-v-6b353b46]{font-size:16px}.blue-filled{background-color:#007bff;color:#fff}.blue-border{border:2px solid #007bff;color:#007bff}.red-filled{background-color:#dc3545;color:#fff}.red-border{border:2px solid #dc3545;color:#dc3545}.green-filled{background-color:#28a745;color:#fff}.green-border{border:2px solid #28a745;color:#28a745}.yellow-filled{background-color:#fbbc04;color:#fff}.yellow-border{border:2px solid #fbbc04;color:#fbbc04}.text9[data-v-4936d4e4]{font-size:9px}.h-browser[data-v-4936d4e4]{height:calc(100% - 75px)}.sidebar[data-v-bded4814]{background:rgba(245,247,251,.8);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.dropdown[data-v-bded4814]{position:absolute;background:white;border:1px solid #ccc;border-radius:5px;padding:10px;bottom:100%;left:0}.tooltip[data-v-bded4814]{position:relative}.tooltip-text[data-v-bded4814]{visibility:hidden;background-color:#000;color:#fff;text-align:center;padding:5px;border-radius:6px;position:absolute;z-index:1;bottom:125%;left:50%;transform:translate(-50%);opacity:0;transition:opacity .3s}.tooltip:hover .tooltip-text[data-v-bded4814]{visibility:visible;opacity:1}.cont[data-v-bded4814]{flex-direction:column;height:100vh;height:100dvh;justify-content:space-between}.overflow-y-auto[data-v-bded4814]::-webkit-scrollbar{width:2px}.overflow-y-auto[data-v-bded4814]::-webkit-scrollbar-track{background-color:#f1f1f1;border-radius:10px}.overflow-y-auto[data-v-bded4814]::-webkit-scrollbar-thumb{background-color:#888;border-radius:10px}.overflow-y-auto[data-v-bded4814]::-webkit-scrollbar-thumb:hover{background-color:#555}.border-gradient[data-v-bded4814]{position:relative;background:linear-gradient(to right,#E1A508,#E04040);border-radius:9px}.scroll-body[data-v-8ffc89cc]{height:100dvh}.module-border-wrap[data-v-8ffc89cc]{border-radius:14px;position:relative;background:linear-gradient(to right,#e1a508,#e04040);padding:1px}.overflow-y-auto[data-v-8ffc89cc]::-webkit-scrollbar{width:3px}.overflow-y-auto[data-v-8ffc89cc]::-webkit-scrollbar-track{background-color:#979ca9;border-radius:0}.overflow-y-auto[data-v-8ffc89cc]::-webkit-scrollbar-thumb{background-color:#888;border-radius:2px}.overflow-y-auto[data-v-8ffc89cc]::-webkit-scrollbar-thumb:hover{background-color:#555}@keyframes one-sp-ico-rot{to{transform:rotate(360deg)}}@keyframes one-sp-ico-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}
|
|
1
|
+
.textSm[data-v-6b353b46]{font-size:6px}.textMd[data-v-6b353b46]{font-size:8px}.textLg[data-v-6b353b46]{font-size:9px}.text10[data-v-6b353b46]{font-size:10px}.text-sm[data-v-6b353b46]{font-size:12px}.text-md[data-v-6b353b46]{font-size:14px}.text-lg[data-v-6b353b46]{font-size:16px}.blue-filled{background-color:#007bff;color:#fff}.blue-border{border:2px solid #007bff;color:#007bff}.red-filled{background-color:#dc3545;color:#fff}.red-border{border:2px solid #dc3545;color:#dc3545}.green-filled{background-color:#28a745;color:#fff}.green-border{border:2px solid #28a745;color:#28a745}.yellow-filled{background-color:#fbbc04;color:#fff}.yellow-border{border:2px solid #fbbc04;color:#fbbc04}.fade-enter-active[data-v-e9aa29f0],.fade-leave-active[data-v-e9aa29f0]{transition:opacity .5s}.fade-enter[data-v-e9aa29f0],.fade-leave-to[data-v-e9aa29f0]{opacity:0}.text9[data-v-4936d4e4]{font-size:9px}.h-browser[data-v-4936d4e4]{height:calc(100% - 75px)}.sidebar[data-v-bded4814]{background:rgba(245,247,251,.8);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.dropdown[data-v-bded4814]{position:absolute;background:white;border:1px solid #ccc;border-radius:5px;padding:10px;bottom:100%;left:0}.tooltip[data-v-bded4814]{position:relative}.tooltip-text[data-v-bded4814]{visibility:hidden;background-color:#000;color:#fff;text-align:center;padding:5px;border-radius:6px;position:absolute;z-index:1;bottom:125%;left:50%;transform:translate(-50%);opacity:0;transition:opacity .3s}.tooltip:hover .tooltip-text[data-v-bded4814]{visibility:visible;opacity:1}.cont[data-v-bded4814]{flex-direction:column;height:100vh;height:100dvh;justify-content:space-between}.overflow-y-auto[data-v-bded4814]::-webkit-scrollbar{width:2px}.overflow-y-auto[data-v-bded4814]::-webkit-scrollbar-track{background-color:#f1f1f1;border-radius:10px}.overflow-y-auto[data-v-bded4814]::-webkit-scrollbar-thumb{background-color:#888;border-radius:10px}.overflow-y-auto[data-v-bded4814]::-webkit-scrollbar-thumb:hover{background-color:#555}.border-gradient[data-v-bded4814]{position:relative;background:linear-gradient(to right,#E1A508,#E04040);border-radius:9px}.scroll-body[data-v-8ffc89cc]{height:100dvh}.module-border-wrap[data-v-8ffc89cc]{border-radius:14px;position:relative;background:linear-gradient(to right,#e1a508,#e04040);padding:1px}.overflow-y-auto[data-v-8ffc89cc]::-webkit-scrollbar{width:3px}.overflow-y-auto[data-v-8ffc89cc]::-webkit-scrollbar-track{background-color:#979ca9;border-radius:0}.overflow-y-auto[data-v-8ffc89cc]::-webkit-scrollbar-thumb{background-color:#888;border-radius:2px}.overflow-y-auto[data-v-8ffc89cc]::-webkit-scrollbar-thumb:hover{background-color:#555}@keyframes one-sp-ico-rot{to{transform:rotate(360deg)}}@keyframes one-sp-ico-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}
|