@solfacil/girassol 0.2.6 → 0.2.7
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/components.d.ts +1 -0
- package/dist/components.json +1 -1
- package/dist/girassol.es.js +920 -822
- package/dist/girassol.umd.js +3 -3
- package/dist/style.css +1 -1
- package/dist/theme/solfacil/screens.d.ts +0 -1
- package/dist/types/components/informations/chip/Chip.vue.d.ts +1 -1
- package/dist/types/components/{menu → menus/menu}/Menu.vue.d.ts +10 -8
- package/dist/types/components/{menu → menus/menu}/index.d.ts +0 -0
- package/dist/types/components/{menu → menus/menu}/menu.spec.d.ts +0 -0
- package/dist/types/components/menus/menu-item/menu-item-link/MenuItemLink.vue.d.ts +88 -0
- package/dist/types/components/{menu-item → menus/menu-item/menu-item-link}/index.d.ts +0 -0
- package/dist/types/components/menus/menu-item/menu-item-link/types.d.ts +6 -0
- package/dist/types/components/{menu-item/MenuItemLink.vue.d.ts → menus/menu-navigation-links/MenuNavigationLinks.vue.d.ts} +12 -16
- package/dist/types/components/menus/menu-navigation-links/index.d.ts +2 -0
- package/dist/types/index.d.ts +143 -36
- package/package.json +11 -11
- package/theme/solfacil/screens.ts +1 -1
- package/theme/solfacil/utilities.ts +11 -0
- package/vite.config.ts +2 -1
package/dist/girassol.es.js
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
const
|
|
1
|
+
import { defineComponent as I, openBlock as s, createElementBlock as c, normalizeClass as k, createElementVNode as u, useSlots as Qe, computed as D, unref as $, renderSlot as m, createVNode as L, createCommentVNode as T, createBlock as N, withCtx as p, ref as z, toDisplayString as S, mergeProps as U, isRef as Ee, withDirectives as Y, vShow as X, vModelText as Ye, Fragment as j, renderList as Z, getCurrentScope as We, onScopeDispose as je, watch as Ze, reactive as ae, withModifiers as q, createTextVNode as R, Transition as Me, normalizeStyle as oe, withKeys as _, onMounted as pe, onUnmounted as Je, render as De } from "vue";
|
|
2
|
+
const Xe = /* @__PURE__ */ u("path", {
|
|
3
3
|
class: "path",
|
|
4
4
|
d: "M16.0008 1.5C17.905 1.5 19.7905 1.87506 21.5497 2.60375C23.3089 3.33244 24.9074 4.4005 26.2538 5.74695C27.6003 7.0934 28.6684 8.69187 29.397 10.4511C30.1257 12.2103 30.5008 14.0958 30.5008 16C30.5008 17.9042 30.1257 19.7897 29.397 21.5489C28.6684 23.3081 27.6003 24.9066 26.2538 26.2531C24.9074 27.5995 23.3089 28.6676 21.5497 29.3963C19.7905 30.1249 17.905 30.5 16.0008 30.5C14.0966 30.5 12.2111 30.1249 10.4519 29.3963C8.69266 28.6676 7.09419 27.5995 5.74774 26.253C4.4013 24.9066 3.33323 23.3081 2.60454 21.5489C1.87585 19.7897 1.50079 17.9042 1.50079 16C1.5008 14.0958 1.87585 12.2103 2.60454 10.4511C3.33324 8.69187 4.4013 7.0934 5.74775 5.74695C7.0942 4.4005 8.69267 3.33244 10.4519 2.60375C12.2111 1.87505 14.0966 1.5 16.0008 1.5L16.0008 1.5Z"
|
|
5
|
-
}, null, -1),
|
|
6
|
-
|
|
7
|
-
],
|
|
5
|
+
}, null, -1), _e = [
|
|
6
|
+
Xe
|
|
7
|
+
], et = /* @__PURE__ */ I({
|
|
8
8
|
__name: "CircleLoader",
|
|
9
9
|
props: {
|
|
10
10
|
size: { default: "large" },
|
|
11
11
|
dark: { type: Boolean }
|
|
12
12
|
},
|
|
13
13
|
setup(e) {
|
|
14
|
-
return (
|
|
14
|
+
return (n, t) => (s(), c("svg", {
|
|
15
15
|
class: k(["sol-inner-loader", `-${e.size}`]),
|
|
16
16
|
viewBox: "0 0 32 32",
|
|
17
17
|
fill: "none",
|
|
18
18
|
xmlns: "http://www.w3.org/2000/svg"
|
|
19
|
-
},
|
|
19
|
+
}, _e, 2));
|
|
20
20
|
}
|
|
21
21
|
});
|
|
22
|
-
const
|
|
22
|
+
const tt = ["data-testid", "disabled"], nt = { class: "icon -left" }, lt = { class: "icon -right" }, it = {
|
|
23
23
|
key: 0,
|
|
24
24
|
class: "loading"
|
|
25
|
-
},
|
|
25
|
+
}, ee = /* @__PURE__ */ I({
|
|
26
26
|
__name: "Button",
|
|
27
27
|
props: {
|
|
28
28
|
id: null,
|
|
@@ -33,57 +33,57 @@ const We = ["data-testid", "disabled"], je = { class: "icon -left" }, qe = { cla
|
|
|
33
33
|
variant: { default: "primary" }
|
|
34
34
|
},
|
|
35
35
|
setup(e) {
|
|
36
|
-
function
|
|
36
|
+
function n(a, o) {
|
|
37
37
|
return a ? o : "";
|
|
38
38
|
}
|
|
39
|
-
const t =
|
|
39
|
+
const t = Qe(), l = D(
|
|
40
40
|
() => !!(t != null && t.default) && (!!(t != null && t["icon-right"]) || !!(t != null && t["icon-left"]))
|
|
41
|
-
), i =
|
|
41
|
+
), i = D(
|
|
42
42
|
() => !(t != null && t.default) && (!!(t != null && t["icon-right"]) || !!(t != null && t["icon-left"]))
|
|
43
43
|
);
|
|
44
|
-
return (a, o) => (s(),
|
|
44
|
+
return (a, o) => (s(), c("button", {
|
|
45
45
|
"data-testid": `button-${e.id}`,
|
|
46
46
|
class: k(["sol-button-core", `-${e.variant} -${e.size}
|
|
47
|
-
${
|
|
48
|
-
${
|
|
49
|
-
${
|
|
50
|
-
${
|
|
47
|
+
${n(e.loading, "-loading-helper")}
|
|
48
|
+
${n(e.onColor, "-on-color")}
|
|
49
|
+
${n($(l), "-has-icon")}
|
|
50
|
+
${n($(i), "-only-icon")}
|
|
51
51
|
`]),
|
|
52
52
|
type: "button",
|
|
53
53
|
disabled: e.disabled || e.loading
|
|
54
54
|
}, [
|
|
55
|
-
|
|
56
|
-
|
|
55
|
+
u("div", nt, [
|
|
56
|
+
m(a.$slots, "icon-left")
|
|
57
57
|
]),
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
58
|
+
m(a.$slots, "default"),
|
|
59
|
+
u("div", lt, [
|
|
60
|
+
m(a.$slots, "icon-right")
|
|
61
61
|
]),
|
|
62
|
-
e.loading ? (s(),
|
|
63
|
-
L(
|
|
62
|
+
e.loading ? (s(), c("div", it, [
|
|
63
|
+
L(et, {
|
|
64
64
|
"data-testid": `button-loader-${e.id}`,
|
|
65
65
|
size: e.size === "small" ? "small" : "medium",
|
|
66
66
|
dark: e.onColor
|
|
67
67
|
}, null, 8, ["data-testid", "size", "dark"])
|
|
68
|
-
])) :
|
|
69
|
-
], 10,
|
|
68
|
+
])) : T("", !0)
|
|
69
|
+
], 10, tt));
|
|
70
70
|
}
|
|
71
71
|
});
|
|
72
|
-
const
|
|
72
|
+
const at = {
|
|
73
73
|
preserveAspectRatio: "xMidYMid meet",
|
|
74
74
|
viewBox: "0 0 24 24",
|
|
75
75
|
width: "1em",
|
|
76
76
|
height: "1em"
|
|
77
|
-
},
|
|
77
|
+
}, ot = /* @__PURE__ */ u("path", {
|
|
78
78
|
fill: "currentColor",
|
|
79
79
|
d: "M7 21q-.825 0-1.412-.587Q5 19.825 5 19V6H4V4h5V3h6v1h5v2h-1v13q0 .825-.587 1.413Q17.825 21 17 21ZM17 6H7v13h10ZM9 17h2V8H9Zm4 0h2V8h-2ZM7 6v13Z"
|
|
80
|
-
}, null, -1),
|
|
81
|
-
|
|
80
|
+
}, null, -1), st = [
|
|
81
|
+
ot
|
|
82
82
|
];
|
|
83
|
-
function
|
|
84
|
-
return s(),
|
|
83
|
+
function dt(e, n) {
|
|
84
|
+
return s(), c("svg", at, st);
|
|
85
85
|
}
|
|
86
|
-
const
|
|
86
|
+
const ct = { name: "material-symbols-delete-outline", render: dt }, Re = /* @__PURE__ */ I({
|
|
87
87
|
__name: "ButtonDestructive",
|
|
88
88
|
props: {
|
|
89
89
|
id: null,
|
|
@@ -91,30 +91,30 @@ const et = { name: "material-symbols-delete-outline", render: _e }, Ve = /* @__P
|
|
|
91
91
|
loading: { type: Boolean }
|
|
92
92
|
},
|
|
93
93
|
setup(e) {
|
|
94
|
-
return (
|
|
94
|
+
return (n, t) => (s(), N(ee, {
|
|
95
95
|
id: `destructive-${e.id}`,
|
|
96
96
|
size: e.size,
|
|
97
97
|
loading: e.loading,
|
|
98
98
|
variant: "primary",
|
|
99
99
|
class: "button-destructive"
|
|
100
100
|
}, {
|
|
101
|
-
"icon-left":
|
|
102
|
-
L(
|
|
101
|
+
"icon-left": p(() => [
|
|
102
|
+
L($(ct))
|
|
103
103
|
]),
|
|
104
|
-
default:
|
|
105
|
-
|
|
104
|
+
default: p(() => [
|
|
105
|
+
m(n.$slots, "default")
|
|
106
106
|
]),
|
|
107
107
|
_: 3
|
|
108
108
|
}, 8, ["id", "size", "loading"]));
|
|
109
109
|
}
|
|
110
110
|
});
|
|
111
|
-
|
|
112
|
-
e.component("SolButton",
|
|
111
|
+
ee.install = (e) => {
|
|
112
|
+
e.component("SolButton", ee);
|
|
113
113
|
};
|
|
114
|
-
|
|
115
|
-
e.component("SolButton",
|
|
114
|
+
Re.install = (e) => {
|
|
115
|
+
e.component("SolButton", ee);
|
|
116
116
|
};
|
|
117
|
-
const
|
|
117
|
+
const rt = ["id", "data-testid", "value"], W = /* @__PURE__ */ I({
|
|
118
118
|
__name: "Input",
|
|
119
119
|
props: {
|
|
120
120
|
id: null,
|
|
@@ -123,28 +123,28 @@ const tt = ["id", "data-testid", "value"], W = /* @__PURE__ */ z({
|
|
|
123
123
|
error: { type: Boolean }
|
|
124
124
|
},
|
|
125
125
|
emits: ["update:modelValue"],
|
|
126
|
-
setup(e, { expose:
|
|
127
|
-
function
|
|
126
|
+
setup(e, { expose: n, emit: t }) {
|
|
127
|
+
function l({ target: a }) {
|
|
128
128
|
t("update:modelValue", a == null ? void 0 : a.value);
|
|
129
129
|
}
|
|
130
|
-
const i =
|
|
131
|
-
return
|
|
130
|
+
const i = z("");
|
|
131
|
+
return n({
|
|
132
132
|
input: i
|
|
133
|
-
}), (a, o) => (s(),
|
|
133
|
+
}), (a, o) => (s(), c("input", {
|
|
134
134
|
id: `input-${e.id}`,
|
|
135
135
|
ref_key: "input",
|
|
136
136
|
ref: i,
|
|
137
137
|
"data-testid": `input-${e.id}`,
|
|
138
138
|
value: e.modelValue,
|
|
139
139
|
class: k(["sol-input-core", { "-invert": e.invert, "-error": e.error }]),
|
|
140
|
-
onInput:
|
|
141
|
-
}, null, 42,
|
|
140
|
+
onInput: l
|
|
141
|
+
}, null, 42, rt));
|
|
142
142
|
}
|
|
143
143
|
});
|
|
144
144
|
W.install = (e) => {
|
|
145
145
|
e.component("SolInput", W);
|
|
146
146
|
};
|
|
147
|
-
const
|
|
147
|
+
const ut = ["id", "data-testid"], ht = ["for"], ft = { class: "container-input" }, mt = ["id"], vt = ["id"], se = /* @__PURE__ */ I({
|
|
148
148
|
__name: "Textfield",
|
|
149
149
|
props: {
|
|
150
150
|
id: null,
|
|
@@ -156,11 +156,11 @@ const lt = ["id", "data-testid"], nt = ["for"], it = { class: "container-input"
|
|
|
156
156
|
error: null
|
|
157
157
|
},
|
|
158
158
|
emits: ["update:modelValue"],
|
|
159
|
-
setup(e, { emit:
|
|
160
|
-
const t = e,
|
|
159
|
+
setup(e, { emit: n }) {
|
|
160
|
+
const t = e, l = D({
|
|
161
161
|
get: () => t.modelValue,
|
|
162
162
|
set: (o) => {
|
|
163
|
-
|
|
163
|
+
n("update:modelValue", o);
|
|
164
164
|
}
|
|
165
165
|
});
|
|
166
166
|
function i(o, d) {
|
|
@@ -171,26 +171,26 @@ const lt = ["id", "data-testid"], nt = ["for"], it = { class: "container-input"
|
|
|
171
171
|
}
|
|
172
172
|
return (o, d) => {
|
|
173
173
|
var r;
|
|
174
|
-
return s(),
|
|
174
|
+
return s(), c("div", {
|
|
175
175
|
id: `textfield-${e.id}`,
|
|
176
176
|
"data-testid": `textfield-${e.id}`,
|
|
177
177
|
class: k([[`${(r = o.$props.class) != null ? r : ""}`, { "-invert": e.invert }], "sol-textfield-core"])
|
|
178
178
|
}, [
|
|
179
|
-
|
|
180
|
-
e.label ? (s(),
|
|
179
|
+
m(o.$slots, "label", {}, () => [
|
|
180
|
+
e.label ? (s(), c("label", {
|
|
181
181
|
key: 0,
|
|
182
182
|
for: `input-${e.id}`,
|
|
183
183
|
class: "label"
|
|
184
184
|
}, [
|
|
185
|
-
|
|
186
|
-
], 8,
|
|
185
|
+
u("span", null, S(e.label), 1)
|
|
186
|
+
], 8, ht)) : T("", !0)
|
|
187
187
|
]),
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
L(W,
|
|
188
|
+
u("div", ft, [
|
|
189
|
+
m(o.$slots, "default", {}, () => [
|
|
190
|
+
L(W, U(o.$attrs, {
|
|
191
191
|
id: e.id,
|
|
192
|
-
modelValue:
|
|
193
|
-
"onUpdate:modelValue": d[0] || (d[0] = (
|
|
192
|
+
modelValue: $(l),
|
|
193
|
+
"onUpdate:modelValue": d[0] || (d[0] = (h) => Ee(l) ? l.value = h : null),
|
|
194
194
|
"data-testid": `input-${e.id}`,
|
|
195
195
|
class: [e.error && "-error", "input"],
|
|
196
196
|
invert: e.invert,
|
|
@@ -198,92 +198,92 @@ const lt = ["id", "data-testid"], nt = ["for"], it = { class: "container-input"
|
|
|
198
198
|
"aria-describedby": a(e.hint, e.error)
|
|
199
199
|
}), null, 16, ["id", "modelValue", "data-testid", "class", "invert", "aria-invalid", "aria-describedby"])
|
|
200
200
|
]),
|
|
201
|
-
|
|
201
|
+
m(o.$slots, "icon")
|
|
202
202
|
]),
|
|
203
|
-
i(e.hint, e.error) ? (s(),
|
|
203
|
+
i(e.hint, e.error) ? (s(), c("span", {
|
|
204
204
|
key: 0,
|
|
205
205
|
id: `hint-${e.id}`,
|
|
206
206
|
class: "hint"
|
|
207
|
-
},
|
|
207
|
+
}, S(e.hint), 9, mt)) : e.error ? (s(), c("span", {
|
|
208
208
|
key: 1,
|
|
209
209
|
id: `error-${e.id}`,
|
|
210
210
|
class: "error"
|
|
211
|
-
},
|
|
212
|
-
], 10,
|
|
211
|
+
}, S(e.error), 9, vt)) : T("", !0)
|
|
212
|
+
], 10, ut);
|
|
213
213
|
};
|
|
214
214
|
}
|
|
215
215
|
});
|
|
216
|
-
const
|
|
216
|
+
const $t = {
|
|
217
217
|
preserveAspectRatio: "xMidYMid meet",
|
|
218
218
|
viewBox: "0 0 24 24",
|
|
219
219
|
width: "1em",
|
|
220
220
|
height: "1em"
|
|
221
|
-
},
|
|
222
|
-
/* @__PURE__ */
|
|
223
|
-
/* @__PURE__ */
|
|
224
|
-
], -1),
|
|
225
|
-
|
|
221
|
+
}, bt = /* @__PURE__ */ u("g", { fill: "currentColor" }, [
|
|
222
|
+
/* @__PURE__ */ u("path", { d: "M15 12a3 3 0 1 1-6 0a3 3 0 0 1 6 0z" }),
|
|
223
|
+
/* @__PURE__ */ u("path", { d: "M21.894 11.553C19.736 7.236 15.904 5 12 5c-3.903 0-7.736 2.236-9.894 6.553a1 1 0 0 0 0 .894C4.264 16.764 8.096 19 12 19c3.903 0 7.736-2.236 9.894-6.553a1 1 0 0 0 0-.894zM12 17c-2.969 0-6.002-1.62-7.87-5C5.998 8.62 9.03 7 12 7c2.969 0 6.002 1.62 7.87 5c-1.868 3.38-4.901 5-7.87 5z" })
|
|
224
|
+
], -1), yt = [
|
|
225
|
+
bt
|
|
226
226
|
];
|
|
227
|
-
function
|
|
228
|
-
return s(),
|
|
227
|
+
function gt(e, n) {
|
|
228
|
+
return s(), c("svg", $t, yt);
|
|
229
229
|
}
|
|
230
|
-
const
|
|
230
|
+
const wt = { name: "mi-eye", render: gt }, xt = {
|
|
231
231
|
preserveAspectRatio: "xMidYMid meet",
|
|
232
232
|
viewBox: "0 0 24 24",
|
|
233
233
|
width: "1em",
|
|
234
234
|
height: "1em"
|
|
235
|
-
},
|
|
235
|
+
}, kt = /* @__PURE__ */ u("path", {
|
|
236
236
|
fill: "currentColor",
|
|
237
237
|
d: "M4.707 3.293a1 1 0 0 0-1.414 1.414l2.424 2.424c-1.43 1.076-2.678 2.554-3.611 4.422a1 1 0 0 0 0 .894C4.264 16.764 8.096 19 12 19c1.555 0 3.1-.355 4.53-1.055l2.763 2.762a1 1 0 0 0 1.414-1.414l-16-16zm10.307 13.135c-.98.383-2 .572-3.014.572c-2.969 0-6.002-1.62-7.87-5c.817-1.479 1.858-2.62 3.018-3.437l2.144 2.144a3 3 0 0 0 4.001 4.001l1.72 1.72zm3.538-2.532c.483-.556.926-1.187 1.318-1.896c-1.868-3.38-4.9-5-7.87-5c-.112 0-.224.002-.336.007L9.879 5.223A10.215 10.215 0 0 1 12 5c3.903 0 7.736 2.236 9.894 6.553a1 1 0 0 1 0 .894a13.106 13.106 0 0 1-1.925 2.865l-1.417-1.416z"
|
|
238
|
-
}, null, -1),
|
|
239
|
-
|
|
238
|
+
}, null, -1), St = [
|
|
239
|
+
kt
|
|
240
240
|
];
|
|
241
|
-
function
|
|
242
|
-
return s(),
|
|
241
|
+
function Ct(e, n) {
|
|
242
|
+
return s(), c("svg", xt, St);
|
|
243
243
|
}
|
|
244
|
-
const
|
|
244
|
+
const Bt = { name: "mi-eye-off", render: Ct }, It = ["aria-label"], $e = /* @__PURE__ */ I({
|
|
245
245
|
__name: "TextfieldPassword",
|
|
246
246
|
props: {
|
|
247
247
|
id: { default: "" },
|
|
248
248
|
label: { default: "Sua senha" }
|
|
249
249
|
},
|
|
250
250
|
setup(e) {
|
|
251
|
-
const
|
|
252
|
-
() =>
|
|
251
|
+
const n = z(!1), t = D(
|
|
252
|
+
() => n.value ? "text" : "password"
|
|
253
253
|
);
|
|
254
|
-
return (
|
|
254
|
+
return (l, i) => (s(), N(se, {
|
|
255
255
|
id: e.id,
|
|
256
256
|
required: "",
|
|
257
|
-
type:
|
|
257
|
+
type: $(t),
|
|
258
258
|
label: e.label,
|
|
259
259
|
placeholder: "Insira sua senha"
|
|
260
260
|
}, {
|
|
261
|
-
icon:
|
|
262
|
-
|
|
261
|
+
icon: p(() => [
|
|
262
|
+
u("button", {
|
|
263
263
|
type: "button",
|
|
264
264
|
"data-testid": "toggle-type-password",
|
|
265
|
-
"aria-label":
|
|
266
|
-
onClick: i[0] || (i[0] = (a) =>
|
|
265
|
+
"aria-label": n.value ? "Hide password" : "Show password",
|
|
266
|
+
onClick: i[0] || (i[0] = (a) => n.value = !n.value)
|
|
267
267
|
}, [
|
|
268
|
-
|
|
269
|
-
[
|
|
268
|
+
Y(L($(wt), { "aria-hidden": "true" }, null, 512), [
|
|
269
|
+
[X, n.value]
|
|
270
270
|
]),
|
|
271
|
-
|
|
272
|
-
[
|
|
271
|
+
Y(L($(Bt), { "aria-hidden": "true" }, null, 512), [
|
|
272
|
+
[X, !n.value]
|
|
273
273
|
])
|
|
274
|
-
], 8,
|
|
274
|
+
], 8, It)
|
|
275
275
|
]),
|
|
276
276
|
_: 1
|
|
277
277
|
}, 8, ["id", "type", "label"]));
|
|
278
278
|
}
|
|
279
279
|
});
|
|
280
|
-
|
|
281
|
-
e.component("SolTextfield",
|
|
280
|
+
se.install = (e) => {
|
|
281
|
+
e.component("SolTextfield", se);
|
|
282
282
|
};
|
|
283
|
-
|
|
284
|
-
e.component("SolTextfieldPassword",
|
|
283
|
+
$e.install = (e) => {
|
|
284
|
+
e.component("SolTextfieldPassword", $e);
|
|
285
285
|
};
|
|
286
|
-
const
|
|
286
|
+
const Ot = ["id", "data-testid"], Mt = ["for"], Tt = { class: "container-textarea" }, Lt = ["id", "data-testid", "invert", "aria-invalid", "aria-describedby"], Pt = ["id"], zt = ["id"], be = /* @__PURE__ */ I({
|
|
287
287
|
__name: "Textarea",
|
|
288
288
|
props: {
|
|
289
289
|
id: null,
|
|
@@ -296,11 +296,11 @@ const yt = ["id", "data-testid"], gt = ["for"], wt = { class: "container-textare
|
|
|
296
296
|
error: null
|
|
297
297
|
},
|
|
298
298
|
emits: ["update:modelValue"],
|
|
299
|
-
setup(e, { emit:
|
|
300
|
-
const t = e,
|
|
299
|
+
setup(e, { emit: n }) {
|
|
300
|
+
const t = e, l = D({
|
|
301
301
|
get: () => t.modelValue,
|
|
302
302
|
set: (o) => {
|
|
303
|
-
|
|
303
|
+
n("update:modelValue", o);
|
|
304
304
|
}
|
|
305
305
|
});
|
|
306
306
|
function i(o, d) {
|
|
@@ -311,53 +311,53 @@ const yt = ["id", "data-testid"], gt = ["for"], wt = { class: "container-textare
|
|
|
311
311
|
}
|
|
312
312
|
return (o, d) => {
|
|
313
313
|
var r;
|
|
314
|
-
return s(),
|
|
314
|
+
return s(), c("div", {
|
|
315
315
|
id: `textarea-${e.id}`,
|
|
316
316
|
"data-testid": `textarea-${e.id}`,
|
|
317
317
|
class: k([[`${(r = o.$props.class) != null ? r : ""}`, { "-invert": e.invert }], "sol-textarea-core"])
|
|
318
318
|
}, [
|
|
319
|
-
|
|
320
|
-
e.label ? (s(),
|
|
319
|
+
m(o.$slots, "label", {}, () => [
|
|
320
|
+
e.label ? (s(), c("label", {
|
|
321
321
|
key: 0,
|
|
322
322
|
for: `input-${e.id}`,
|
|
323
323
|
class: "label"
|
|
324
324
|
}, [
|
|
325
|
-
|
|
326
|
-
], 8,
|
|
325
|
+
u("span", null, S(e.label), 1)
|
|
326
|
+
], 8, Mt)) : T("", !0)
|
|
327
327
|
]),
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
328
|
+
u("div", Tt, [
|
|
329
|
+
m(o.$slots, "default", {}, () => [
|
|
330
|
+
Y(u("textarea", U(o.$attrs, {
|
|
331
331
|
id: `input-${e.id}`,
|
|
332
|
-
"onUpdate:modelValue": d[0] || (d[0] = (
|
|
332
|
+
"onUpdate:modelValue": d[0] || (d[0] = (h) => Ee(l) ? l.value = h : null),
|
|
333
333
|
"data-testid": `input-${e.id}`,
|
|
334
334
|
class: [e.error && "-error", "textarea"],
|
|
335
335
|
invert: e.invert,
|
|
336
336
|
style: { resize: e.resize },
|
|
337
337
|
"aria-invalid": !!e.error,
|
|
338
338
|
"aria-describedby": a(e.hint, e.error)
|
|
339
|
-
}), null, 16,
|
|
340
|
-
[
|
|
339
|
+
}), null, 16, Lt), [
|
|
340
|
+
[Ye, $(l)]
|
|
341
341
|
])
|
|
342
342
|
])
|
|
343
343
|
]),
|
|
344
|
-
i(e.hint, e.error) ? (s(),
|
|
344
|
+
i(e.hint, e.error) ? (s(), c("span", {
|
|
345
345
|
key: 0,
|
|
346
346
|
id: `hint-${e.id}`,
|
|
347
347
|
class: "hint"
|
|
348
|
-
},
|
|
348
|
+
}, S(e.hint), 9, Pt)) : e.error ? (s(), c("span", {
|
|
349
349
|
key: 1,
|
|
350
350
|
id: `error-${e.id}`,
|
|
351
351
|
class: "error"
|
|
352
|
-
},
|
|
353
|
-
], 10,
|
|
352
|
+
}, S(e.error), 9, zt)) : T("", !0)
|
|
353
|
+
], 10, Ot);
|
|
354
354
|
};
|
|
355
355
|
}
|
|
356
356
|
});
|
|
357
|
-
|
|
358
|
-
e.component("SolTextarea",
|
|
357
|
+
be.install = (e) => {
|
|
358
|
+
e.component("SolTextarea", be);
|
|
359
359
|
};
|
|
360
|
-
const
|
|
360
|
+
const Vt = ["id", "data-testid", "checked", "value", "name"], At = ["for"], de = /* @__PURE__ */ I({
|
|
361
361
|
__name: "Radio",
|
|
362
362
|
props: {
|
|
363
363
|
id: null,
|
|
@@ -368,11 +368,11 @@ const Ct = ["id", "data-testid", "checked", "value", "name"], Bt = ["for"], ae =
|
|
|
368
368
|
class: null
|
|
369
369
|
},
|
|
370
370
|
emits: ["change"],
|
|
371
|
-
setup(e, { emit:
|
|
372
|
-
return (t,
|
|
371
|
+
setup(e, { emit: n }) {
|
|
372
|
+
return (t, l) => (s(), c("div", {
|
|
373
373
|
class: k(["sol-radio-core", t.$props.class])
|
|
374
374
|
}, [
|
|
375
|
-
|
|
375
|
+
u("input", U(t.$attrs, {
|
|
376
376
|
id: `radio-${e.name}-${e.id}`,
|
|
377
377
|
type: "radio",
|
|
378
378
|
class: "radio",
|
|
@@ -380,16 +380,16 @@ const Ct = ["id", "data-testid", "checked", "value", "name"], Bt = ["for"], ae =
|
|
|
380
380
|
checked: e.checked,
|
|
381
381
|
value: e.value,
|
|
382
382
|
name: e.name,
|
|
383
|
-
onChange:
|
|
384
|
-
}), null, 16,
|
|
385
|
-
|
|
383
|
+
onChange: l[0] || (l[0] = (i) => n("change", e.value))
|
|
384
|
+
}), null, 16, Vt),
|
|
385
|
+
u("label", {
|
|
386
386
|
class: "label",
|
|
387
387
|
for: `radio-${e.name}-${e.id}`
|
|
388
|
-
},
|
|
388
|
+
}, S(e.label), 9, At)
|
|
389
389
|
], 2));
|
|
390
390
|
}
|
|
391
391
|
});
|
|
392
|
-
const
|
|
392
|
+
const Et = ["aria-labelledby"], pt = ["id", "data-testid"], Dt = ["id"], Rt = ["id"], ye = /* @__PURE__ */ I({
|
|
393
393
|
__name: "RadioGroup",
|
|
394
394
|
props: {
|
|
395
395
|
id: null,
|
|
@@ -402,77 +402,77 @@ const Mt = ["aria-labelledby"], Tt = ["id", "data-testid"], It = ["id"], zt = ["
|
|
|
402
402
|
direction: { default: "row" }
|
|
403
403
|
},
|
|
404
404
|
emits: ["change", "update:modelValue"],
|
|
405
|
-
setup(e, { emit:
|
|
405
|
+
setup(e, { emit: n }) {
|
|
406
406
|
const t = e;
|
|
407
|
-
function
|
|
407
|
+
function l(d, r) {
|
|
408
408
|
return !!d && !r;
|
|
409
409
|
}
|
|
410
410
|
function i(d, r) {
|
|
411
|
-
return r ? `error-${t.id}` :
|
|
411
|
+
return r ? `error-${t.id}` : l(d, r) ? `hint-${t.id}` : null;
|
|
412
412
|
}
|
|
413
413
|
function a(d) {
|
|
414
414
|
return (t == null ? void 0 : t.modelValue) === d;
|
|
415
415
|
}
|
|
416
416
|
function o(d) {
|
|
417
|
-
|
|
417
|
+
n("change", d.value), n("update:modelValue", d.value);
|
|
418
418
|
}
|
|
419
|
-
return (d, r) => (s(),
|
|
419
|
+
return (d, r) => (s(), c("fieldset", {
|
|
420
420
|
class: "sol-radio-group-core",
|
|
421
421
|
"aria-labelledby": `radio-group-title-${e.id}`
|
|
422
422
|
}, [
|
|
423
|
-
|
|
423
|
+
m(d.$slots, "title", {
|
|
424
424
|
id: `radio-group-title-${e.id}`
|
|
425
425
|
}, () => [
|
|
426
|
-
|
|
426
|
+
u("legend", {
|
|
427
427
|
id: `radio-group-title-${e.id}`,
|
|
428
428
|
class: k(["title", { "sr-only": e.hideTitle }]),
|
|
429
429
|
"data-testid": `radio-group-title-${e.id}`
|
|
430
|
-
},
|
|
430
|
+
}, S(e.title), 11, pt)
|
|
431
431
|
]),
|
|
432
|
-
|
|
432
|
+
u("ul", {
|
|
433
433
|
class: k(["container-radios", { "flex-col": e.direction === "column" }])
|
|
434
434
|
}, [
|
|
435
|
-
|
|
435
|
+
m(d.$slots, "default", {
|
|
436
436
|
radios: e.radios,
|
|
437
437
|
direction: e.direction
|
|
438
438
|
}, () => [
|
|
439
|
-
(s(!0),
|
|
439
|
+
(s(!0), c(j, null, Z(e.radios, (h, f) => {
|
|
440
440
|
var B;
|
|
441
|
-
return s(),
|
|
442
|
-
L(
|
|
443
|
-
id: (B =
|
|
441
|
+
return s(), c("li", { key: f }, [
|
|
442
|
+
L(de, U(d.$attrs, {
|
|
443
|
+
id: (B = h == null ? void 0 : h.id) != null ? B : `${h.value}`,
|
|
444
444
|
class: ["radio", { "mb-micro": e.direction === "column", "mr-micro": e.direction === "row" }],
|
|
445
|
-
name:
|
|
446
|
-
value:
|
|
447
|
-
label:
|
|
448
|
-
checked: a(
|
|
445
|
+
name: h.name,
|
|
446
|
+
value: h.value,
|
|
447
|
+
label: h.label,
|
|
448
|
+
checked: a(h.value),
|
|
449
449
|
"aria-invalid": !!e.error,
|
|
450
450
|
"aria-describedby": i(e.hint, e.error),
|
|
451
|
-
onChange: (
|
|
451
|
+
onChange: (y) => o(h)
|
|
452
452
|
}), null, 16, ["id", "class", "name", "value", "label", "checked", "aria-invalid", "aria-describedby", "onChange"])
|
|
453
453
|
]);
|
|
454
454
|
}), 128))
|
|
455
455
|
])
|
|
456
456
|
], 2),
|
|
457
|
-
|
|
457
|
+
l(e.hint, e.error) ? (s(), c("p", {
|
|
458
458
|
key: 0,
|
|
459
459
|
id: `hint-${e.id}`,
|
|
460
460
|
class: "hint"
|
|
461
|
-
},
|
|
461
|
+
}, S(e.hint), 9, Dt)) : e.error ? (s(), c("p", {
|
|
462
462
|
key: 1,
|
|
463
463
|
id: `error-${e.id}`,
|
|
464
464
|
class: "error"
|
|
465
|
-
},
|
|
466
|
-
], 8,
|
|
465
|
+
}, S(e.error), 9, Rt)) : T("", !0)
|
|
466
|
+
], 8, Et));
|
|
467
467
|
}
|
|
468
468
|
});
|
|
469
|
-
|
|
470
|
-
e.component("SolRadio",
|
|
469
|
+
de.install = (e) => {
|
|
470
|
+
e.component("SolRadio", de);
|
|
471
471
|
};
|
|
472
|
-
|
|
473
|
-
e.component("SolRadioGroup",
|
|
472
|
+
ye.install = (e) => {
|
|
473
|
+
e.component("SolRadioGroup", ye);
|
|
474
474
|
};
|
|
475
|
-
const
|
|
475
|
+
const Nt = ["id", "data-testid", "checked", "value", "name"], Ht = ["for"], ce = /* @__PURE__ */ I({
|
|
476
476
|
__name: "Checkbox",
|
|
477
477
|
props: {
|
|
478
478
|
id: null,
|
|
@@ -483,11 +483,11 @@ const Lt = ["id", "data-testid", "checked", "value", "name"], Vt = ["for"], oe =
|
|
|
483
483
|
class: null
|
|
484
484
|
},
|
|
485
485
|
emits: ["change"],
|
|
486
|
-
setup(e, { emit:
|
|
487
|
-
return (t,
|
|
486
|
+
setup(e, { emit: n }) {
|
|
487
|
+
return (t, l) => (s(), c("div", {
|
|
488
488
|
class: k(["sol-checkbox-core", t.$props.class])
|
|
489
489
|
}, [
|
|
490
|
-
|
|
490
|
+
u("input", U(t.$attrs, {
|
|
491
491
|
id: `checkbox-${e.name}-${e.id}`,
|
|
492
492
|
type: "checkbox",
|
|
493
493
|
class: "checkbox",
|
|
@@ -495,16 +495,16 @@ const Lt = ["id", "data-testid", "checked", "value", "name"], Vt = ["for"], oe =
|
|
|
495
495
|
checked: e.checked,
|
|
496
496
|
value: e.value,
|
|
497
497
|
name: e.name,
|
|
498
|
-
onChange:
|
|
499
|
-
}), null, 16,
|
|
500
|
-
|
|
498
|
+
onChange: l[0] || (l[0] = (i) => n("change", e.value))
|
|
499
|
+
}), null, 16, Nt),
|
|
500
|
+
u("label", {
|
|
501
501
|
class: "label",
|
|
502
502
|
for: `checkbox-${e.name}-${e.id}`
|
|
503
|
-
},
|
|
503
|
+
}, S(e.label), 9, Ht)
|
|
504
504
|
], 2));
|
|
505
505
|
}
|
|
506
506
|
});
|
|
507
|
-
const
|
|
507
|
+
const Ft = ["aria-labelledby"], qt = ["id", "data-testid"], Ut = ["id"], Kt = ["id"], ge = /* @__PURE__ */ I({
|
|
508
508
|
__name: "CheckboxGroup",
|
|
509
509
|
props: {
|
|
510
510
|
id: null,
|
|
@@ -517,84 +517,84 @@ const Ot = ["aria-labelledby"], At = ["id", "data-testid"], Pt = ["id"], Et = ["
|
|
|
517
517
|
direction: { default: "row" }
|
|
518
518
|
},
|
|
519
519
|
emits: ["change", "update:modelValue"],
|
|
520
|
-
setup(e, { emit:
|
|
520
|
+
setup(e, { emit: n }) {
|
|
521
521
|
const t = e;
|
|
522
|
-
function
|
|
523
|
-
return !!r && !
|
|
522
|
+
function l(r, h) {
|
|
523
|
+
return !!r && !h;
|
|
524
524
|
}
|
|
525
|
-
function i(r,
|
|
526
|
-
return
|
|
525
|
+
function i(r, h) {
|
|
526
|
+
return h ? `error-${t.id}` : l(r, h) ? `hint-${t.id}` : null;
|
|
527
527
|
}
|
|
528
528
|
function a(r) {
|
|
529
|
-
var
|
|
530
|
-
return (
|
|
529
|
+
var h;
|
|
530
|
+
return (h = t == null ? void 0 : t.modelValue) == null ? void 0 : h.includes(r);
|
|
531
531
|
}
|
|
532
532
|
function o(r) {
|
|
533
533
|
return Array.isArray(t == null ? void 0 : t.modelValue) ? [...t.modelValue, r] : [r];
|
|
534
534
|
}
|
|
535
535
|
function d(r) {
|
|
536
|
-
var
|
|
537
|
-
|
|
538
|
-
const
|
|
539
|
-
|
|
536
|
+
var f;
|
|
537
|
+
n("change", r.value);
|
|
538
|
+
const h = a(r.value) ? (f = t.modelValue) == null ? void 0 : f.filter((B) => B !== r.value) : o(r.value);
|
|
539
|
+
n("update:modelValue", h);
|
|
540
540
|
}
|
|
541
|
-
return (r,
|
|
541
|
+
return (r, h) => (s(), c("fieldset", {
|
|
542
542
|
class: "sol-checkbox-group-core",
|
|
543
543
|
"aria-labelledby": `checkbox-group-title-${e.id}`
|
|
544
544
|
}, [
|
|
545
|
-
|
|
545
|
+
m(r.$slots, "title", {
|
|
546
546
|
id: `checkbox-group-title-${e.id}`
|
|
547
547
|
}, () => [
|
|
548
|
-
|
|
548
|
+
u("legend", {
|
|
549
549
|
id: `checkbox-group-title-${e.id}`,
|
|
550
550
|
class: k(["title", { "sr-only": e.hideTitle }]),
|
|
551
551
|
"data-testid": `checkbox-group-title-${e.id}`
|
|
552
|
-
},
|
|
552
|
+
}, S(e.title), 11, qt)
|
|
553
553
|
]),
|
|
554
|
-
|
|
554
|
+
u("ul", {
|
|
555
555
|
class: k(["container-checkboxes", { "flex-col": e.direction === "column" }])
|
|
556
556
|
}, [
|
|
557
|
-
|
|
557
|
+
m(r.$slots, "default", {
|
|
558
558
|
checkboxes: e.checkboxes,
|
|
559
559
|
direction: e.direction
|
|
560
560
|
}, () => [
|
|
561
|
-
(s(!0),
|
|
562
|
-
var
|
|
563
|
-
return s(),
|
|
564
|
-
L(
|
|
565
|
-
id: (
|
|
561
|
+
(s(!0), c(j, null, Z(e.checkboxes, (f, B) => {
|
|
562
|
+
var y;
|
|
563
|
+
return s(), c("li", { key: B }, [
|
|
564
|
+
L(ce, U(r.$attrs, {
|
|
565
|
+
id: (y = f == null ? void 0 : f.id) != null ? y : `${f.value}`,
|
|
566
566
|
class: ["checkbox", { "mb-micro": e.direction === "column", "mr-micro": e.direction === "row" }],
|
|
567
|
-
label:
|
|
568
|
-
name:
|
|
569
|
-
value:
|
|
570
|
-
checked: a(
|
|
567
|
+
label: f.label,
|
|
568
|
+
name: f.name,
|
|
569
|
+
value: f.value,
|
|
570
|
+
checked: a(f.value),
|
|
571
571
|
"aria-invalid": !!e.error,
|
|
572
572
|
"aria-describedby": i(e.hint, e.error),
|
|
573
|
-
onChange: (w) => d(
|
|
573
|
+
onChange: (w) => d(f)
|
|
574
574
|
}), null, 16, ["id", "class", "label", "name", "value", "checked", "aria-invalid", "aria-describedby", "onChange"])
|
|
575
575
|
]);
|
|
576
576
|
}), 128))
|
|
577
577
|
])
|
|
578
578
|
], 2),
|
|
579
|
-
|
|
579
|
+
l(e.hint, e.error) ? (s(), c("p", {
|
|
580
580
|
key: 0,
|
|
581
581
|
id: `hint-${e.id}`,
|
|
582
582
|
class: "hint"
|
|
583
|
-
},
|
|
583
|
+
}, S(e.hint), 9, Ut)) : e.error ? (s(), c("p", {
|
|
584
584
|
key: 1,
|
|
585
585
|
id: `error-${e.id}`,
|
|
586
586
|
class: "error"
|
|
587
|
-
},
|
|
588
|
-
], 8,
|
|
587
|
+
}, S(e.error), 9, Kt)) : T("", !0)
|
|
588
|
+
], 8, Ft));
|
|
589
589
|
}
|
|
590
590
|
});
|
|
591
|
-
|
|
592
|
-
e.component("SolCheckbox",
|
|
591
|
+
ce.install = (e) => {
|
|
592
|
+
e.component("SolCheckbox", ce);
|
|
593
593
|
};
|
|
594
|
-
|
|
595
|
-
e.component("SolCheckboxGroup",
|
|
594
|
+
ge.install = (e) => {
|
|
595
|
+
e.component("SolCheckboxGroup", ge);
|
|
596
596
|
};
|
|
597
|
-
const
|
|
597
|
+
const Gt = ["id", "for", "data-testid"], Qt = { class: "switch-container" }, Yt = ["id", "aria-checked", "aria-labelledby", "data-testid", "checked", "value", "name"], Wt = /* @__PURE__ */ u("span", { class: "ellipse" }, null, -1), we = /* @__PURE__ */ I({
|
|
598
598
|
__name: "Switch",
|
|
599
599
|
props: {
|
|
600
600
|
id: null,
|
|
@@ -607,18 +607,18 @@ const Dt = ["id", "for", "data-testid"], Rt = { class: "switch-container" }, Ht
|
|
|
607
607
|
horizontalLabel: { type: Boolean }
|
|
608
608
|
},
|
|
609
609
|
emits: ["change"],
|
|
610
|
-
setup(e, { emit:
|
|
611
|
-
return (t,
|
|
610
|
+
setup(e, { emit: n }) {
|
|
611
|
+
return (t, l) => (s(), c("div", {
|
|
612
612
|
class: k(["sol-switch-core", [t.$props.class, { "-horizontal": e.horizontalLabel }]])
|
|
613
613
|
}, [
|
|
614
|
-
|
|
614
|
+
u("label", {
|
|
615
615
|
id: `switch-label-${e.name}-${e.id}`,
|
|
616
616
|
class: k(["label", { "mb-1": !e.horizontalLabel, "sr-only": e.hideLabel }]),
|
|
617
617
|
for: `switch-${e.name}-${e.id}`,
|
|
618
618
|
"data-testid": `switch-label-${e.name}-${e.id}`
|
|
619
|
-
},
|
|
620
|
-
|
|
621
|
-
|
|
619
|
+
}, S(e.label), 11, Gt),
|
|
620
|
+
u("div", Qt, [
|
|
621
|
+
u("input", U(t.$attrs, {
|
|
622
622
|
id: `switch-${e.name}-${e.id}`,
|
|
623
623
|
type: "checkbox",
|
|
624
624
|
class: "switch",
|
|
@@ -629,107 +629,147 @@ const Dt = ["id", "for", "data-testid"], Rt = { class: "switch-container" }, Ht
|
|
|
629
629
|
checked: e.checked,
|
|
630
630
|
value: e.value,
|
|
631
631
|
name: e.name,
|
|
632
|
-
onChange:
|
|
633
|
-
}), null, 16,
|
|
634
|
-
|
|
632
|
+
onChange: l[0] || (l[0] = (i) => n("change", e.value))
|
|
633
|
+
}), null, 16, Yt),
|
|
634
|
+
Wt
|
|
635
635
|
])
|
|
636
636
|
], 2));
|
|
637
637
|
}
|
|
638
638
|
});
|
|
639
|
-
|
|
640
|
-
e.component("SolSwitch",
|
|
639
|
+
we.install = (e) => {
|
|
640
|
+
e.component("SolSwitch", we);
|
|
641
641
|
};
|
|
642
|
-
var
|
|
643
|
-
const
|
|
642
|
+
var Le;
|
|
643
|
+
const ne = typeof window < "u", jt = (e) => typeof e == "string", ve = () => {
|
|
644
644
|
};
|
|
645
|
-
|
|
646
|
-
function
|
|
647
|
-
return typeof e == "function" ? e() :
|
|
645
|
+
ne && ((Le = window == null ? void 0 : window.navigator) == null ? void 0 : Le.userAgent) && /iP(ad|hone|od)/.test(window.navigator.userAgent);
|
|
646
|
+
function Zt(e) {
|
|
647
|
+
return typeof e == "function" ? e() : $(e);
|
|
648
|
+
}
|
|
649
|
+
function Jt(e) {
|
|
650
|
+
return e;
|
|
648
651
|
}
|
|
649
|
-
function
|
|
650
|
-
return
|
|
652
|
+
function Xt(e) {
|
|
653
|
+
return We() ? (je(e), !0) : !1;
|
|
651
654
|
}
|
|
652
|
-
function
|
|
653
|
-
var
|
|
654
|
-
const t =
|
|
655
|
-
return (
|
|
655
|
+
function J(e) {
|
|
656
|
+
var n;
|
|
657
|
+
const t = Zt(e);
|
|
658
|
+
return (n = t == null ? void 0 : t.$el) != null ? n : t;
|
|
656
659
|
}
|
|
657
|
-
const
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
function
|
|
662
|
-
let
|
|
663
|
-
if (
|
|
664
|
-
return
|
|
665
|
-
let a =
|
|
666
|
-
const o =
|
|
667
|
-
a(), r && (r.addEventListener(t,
|
|
668
|
-
r.removeEventListener(t,
|
|
660
|
+
const Ne = ne ? window : void 0;
|
|
661
|
+
ne && window.document;
|
|
662
|
+
ne && window.navigator;
|
|
663
|
+
ne && window.location;
|
|
664
|
+
function ie(...e) {
|
|
665
|
+
let n, t, l, i;
|
|
666
|
+
if (jt(e[0]) ? ([t, l, i] = e, n = Ne) : [n, t, l, i] = e, !n)
|
|
667
|
+
return ve;
|
|
668
|
+
let a = ve;
|
|
669
|
+
const o = Ze(() => J(n), (r) => {
|
|
670
|
+
a(), r && (r.addEventListener(t, l, i), a = () => {
|
|
671
|
+
r.removeEventListener(t, l, i), a = ve;
|
|
669
672
|
});
|
|
670
673
|
}, { immediate: !0, flush: "post" }), d = () => {
|
|
671
674
|
o(), a();
|
|
672
675
|
};
|
|
673
|
-
return
|
|
676
|
+
return Xt(d), d;
|
|
674
677
|
}
|
|
675
|
-
function
|
|
676
|
-
const { window:
|
|
677
|
-
if (!
|
|
678
|
+
function Te(e, n, t = {}) {
|
|
679
|
+
const { window: l = Ne, ignore: i, capture: a = !0, detectIframe: o = !1 } = t;
|
|
680
|
+
if (!l)
|
|
678
681
|
return;
|
|
679
|
-
const d =
|
|
682
|
+
const d = z(!0);
|
|
680
683
|
let r;
|
|
681
|
-
const
|
|
682
|
-
|
|
683
|
-
const w =
|
|
684
|
-
!w || w ===
|
|
685
|
-
const A =
|
|
686
|
-
return A && (
|
|
687
|
-
}) ||
|
|
688
|
-
},
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
const w =
|
|
692
|
-
d.value = !!w && !
|
|
684
|
+
const h = (y) => {
|
|
685
|
+
l.clearTimeout(r);
|
|
686
|
+
const w = J(e), O = y.composedPath();
|
|
687
|
+
!w || w === y.target || O.includes(w) || !d.value || i && i.length > 0 && i.some((M) => {
|
|
688
|
+
const A = J(M);
|
|
689
|
+
return A && (y.target === A || O.includes(A));
|
|
690
|
+
}) || n(y);
|
|
691
|
+
}, f = [
|
|
692
|
+
ie(l, "click", h, { passive: !0, capture: a }),
|
|
693
|
+
ie(l, "pointerdown", (y) => {
|
|
694
|
+
const w = J(e);
|
|
695
|
+
d.value = !!w && !y.composedPath().includes(w);
|
|
693
696
|
}, { passive: !0 }),
|
|
694
|
-
|
|
695
|
-
if (
|
|
696
|
-
const w =
|
|
697
|
-
|
|
697
|
+
ie(l, "pointerup", (y) => {
|
|
698
|
+
if (y.button === 0) {
|
|
699
|
+
const w = y.composedPath();
|
|
700
|
+
y.composedPath = () => w, r = l.setTimeout(() => h(y), 50);
|
|
698
701
|
}
|
|
699
702
|
}, { passive: !0 }),
|
|
700
|
-
o &&
|
|
703
|
+
o && ie(l, "blur", (y) => {
|
|
701
704
|
var w;
|
|
702
|
-
const
|
|
703
|
-
((w = document.activeElement) == null ? void 0 : w.tagName) === "IFRAME" && !(
|
|
705
|
+
const O = J(e);
|
|
706
|
+
((w = document.activeElement) == null ? void 0 : w.tagName) === "IFRAME" && !(O != null && O.contains(document.activeElement)) && n(y);
|
|
704
707
|
})
|
|
705
708
|
].filter(Boolean);
|
|
706
|
-
return () =>
|
|
709
|
+
return () => f.forEach((y) => y());
|
|
707
710
|
}
|
|
708
|
-
const
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
var
|
|
711
|
+
const xe = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, ke = "__vueuse_ssr_handlers__";
|
|
712
|
+
xe[ke] = xe[ke] || {};
|
|
713
|
+
xe[ke];
|
|
714
|
+
var Pe;
|
|
712
715
|
(function(e) {
|
|
713
716
|
e.UP = "UP", e.RIGHT = "RIGHT", e.DOWN = "DOWN", e.LEFT = "LEFT", e.NONE = "NONE";
|
|
714
|
-
})(
|
|
715
|
-
|
|
717
|
+
})(Pe || (Pe = {}));
|
|
718
|
+
var _t = Object.defineProperty, ze = Object.getOwnPropertySymbols, en = Object.prototype.hasOwnProperty, tn = Object.prototype.propertyIsEnumerable, Ve = (e, n, t) => n in e ? _t(e, n, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[n] = t, nn = (e, n) => {
|
|
719
|
+
for (var t in n || (n = {}))
|
|
720
|
+
en.call(n, t) && Ve(e, t, n[t]);
|
|
721
|
+
if (ze)
|
|
722
|
+
for (var t of ze(n))
|
|
723
|
+
tn.call(n, t) && Ve(e, t, n[t]);
|
|
724
|
+
return e;
|
|
725
|
+
};
|
|
726
|
+
const ln = {
|
|
727
|
+
easeInSine: [0.12, 0, 0.39, 0],
|
|
728
|
+
easeOutSine: [0.61, 1, 0.88, 1],
|
|
729
|
+
easeInOutSine: [0.37, 0, 0.63, 1],
|
|
730
|
+
easeInQuad: [0.11, 0, 0.5, 0],
|
|
731
|
+
easeOutQuad: [0.5, 1, 0.89, 1],
|
|
732
|
+
easeInOutQuad: [0.45, 0, 0.55, 1],
|
|
733
|
+
easeInCubic: [0.32, 0, 0.67, 0],
|
|
734
|
+
easeOutCubic: [0.33, 1, 0.68, 1],
|
|
735
|
+
easeInOutCubic: [0.65, 0, 0.35, 1],
|
|
736
|
+
easeInQuart: [0.5, 0, 0.75, 0],
|
|
737
|
+
easeOutQuart: [0.25, 1, 0.5, 1],
|
|
738
|
+
easeInOutQuart: [0.76, 0, 0.24, 1],
|
|
739
|
+
easeInQuint: [0.64, 0, 0.78, 0],
|
|
740
|
+
easeOutQuint: [0.22, 1, 0.36, 1],
|
|
741
|
+
easeInOutQuint: [0.83, 0, 0.17, 1],
|
|
742
|
+
easeInExpo: [0.7, 0, 0.84, 0],
|
|
743
|
+
easeOutExpo: [0.16, 1, 0.3, 1],
|
|
744
|
+
easeInOutExpo: [0.87, 0, 0.13, 1],
|
|
745
|
+
easeInCirc: [0.55, 0, 1, 0.45],
|
|
746
|
+
easeOutCirc: [0, 0.55, 0.45, 1],
|
|
747
|
+
easeInOutCirc: [0.85, 0, 0.15, 1],
|
|
748
|
+
easeInBack: [0.36, 0, 0.66, -0.56],
|
|
749
|
+
easeOutBack: [0.34, 1.56, 0.64, 1],
|
|
750
|
+
easeInOutBack: [0.68, -0.6, 0.32, 1.6]
|
|
751
|
+
};
|
|
752
|
+
nn({
|
|
753
|
+
linear: Jt
|
|
754
|
+
}, ln);
|
|
755
|
+
const an = {
|
|
716
756
|
preserveAspectRatio: "xMidYMid meet",
|
|
717
757
|
viewBox: "0 0 24 24",
|
|
718
758
|
width: "1em",
|
|
719
759
|
height: "1em"
|
|
720
|
-
},
|
|
760
|
+
}, on = /* @__PURE__ */ u("path", {
|
|
721
761
|
fill: "currentColor",
|
|
722
762
|
d: "M10 4a6 6 0 1 0 0 12a6 6 0 0 0 0-12zm-8 6a8 8 0 1 1 14.32 4.906l5.387 5.387a1 1 0 0 1-1.414 1.414l-5.387-5.387A8 8 0 0 1 2 10z"
|
|
723
|
-
}, null, -1),
|
|
724
|
-
|
|
763
|
+
}, null, -1), sn = [
|
|
764
|
+
on
|
|
725
765
|
];
|
|
726
|
-
function
|
|
727
|
-
return s(),
|
|
766
|
+
function dn(e, n) {
|
|
767
|
+
return s(), c("svg", an, sn);
|
|
728
768
|
}
|
|
729
|
-
const
|
|
769
|
+
const He = { name: "mi-search", render: dn }, cn = ["data-testid"], rn = ["id", "for"], un = ["id", "disabled", "data-testid", "aria-expanded", "aria-labelledby", "aria-label", "aria-controls", "onClick"], hn = { class: "dropdown-container" }, fn = ["id", "data-testid", "aria-multiselectable", "aria-labelledby"], mn = ["id", "data-testid", "selected", "aria-selected", "onClick", "onKeyup"], vn = {
|
|
730
770
|
key: 0,
|
|
731
771
|
class: "no-data"
|
|
732
|
-
},
|
|
772
|
+
}, $n = /* @__PURE__ */ R(" Sem dados "), Se = /* @__PURE__ */ I({
|
|
733
773
|
__name: "Dropdown",
|
|
734
774
|
props: {
|
|
735
775
|
id: null,
|
|
@@ -747,98 +787,98 @@ const Ae = { name: "mi-search", render: Wt }, jt = ["data-testid"], qt = ["id",
|
|
|
747
787
|
options: { default: () => [] }
|
|
748
788
|
},
|
|
749
789
|
emits: ["closeDropdown", "search", "update:selected"],
|
|
750
|
-
setup(e, { emit:
|
|
751
|
-
const t = e,
|
|
790
|
+
setup(e, { emit: n }) {
|
|
791
|
+
const t = e, l = z(), i = z(!1), a = z(""), o = D(
|
|
752
792
|
() => {
|
|
753
|
-
var
|
|
754
|
-
return t.fetchOnSearch ? t.options : (
|
|
793
|
+
var b;
|
|
794
|
+
return t.fetchOnSearch ? t.options : (b = t.options) == null ? void 0 : b.filter(
|
|
755
795
|
(v) => typeof v == "string" ? v.includes(a.value) : v.name.includes(a.value)
|
|
756
796
|
);
|
|
757
797
|
}
|
|
758
|
-
), d =
|
|
798
|
+
), d = D(
|
|
759
799
|
() => Array.isArray(t.selected) ? t.selected.join(", ").trim() : t.selected
|
|
760
800
|
);
|
|
761
|
-
|
|
762
|
-
i.value &&
|
|
801
|
+
Te(l, () => {
|
|
802
|
+
i.value && f();
|
|
763
803
|
});
|
|
764
804
|
function r() {
|
|
765
|
-
t.disabled || (i.value ?
|
|
805
|
+
t.disabled || (i.value ? f() : h());
|
|
766
806
|
}
|
|
767
|
-
function
|
|
807
|
+
function h() {
|
|
768
808
|
i.value = !0;
|
|
769
809
|
}
|
|
770
|
-
function
|
|
771
|
-
|
|
810
|
+
function f() {
|
|
811
|
+
K(), n("closeDropdown");
|
|
772
812
|
}
|
|
773
|
-
function B(
|
|
813
|
+
function B(b) {
|
|
774
814
|
const v = new Set(t.selected);
|
|
775
|
-
return v.has(
|
|
815
|
+
return v.has(b) ? v.delete(b) : v.add(b), [...v];
|
|
776
816
|
}
|
|
777
|
-
function
|
|
778
|
-
const v = typeof
|
|
779
|
-
|
|
817
|
+
function y(b) {
|
|
818
|
+
const v = typeof b == "string" ? b : b.value, C = t.isMultipleSelect ? B(v) : v;
|
|
819
|
+
n("update:selected", C), t.closeOnSelect && !t.isMultipleSelect && f();
|
|
780
820
|
}
|
|
781
|
-
function w(
|
|
782
|
-
return Array.isArray(t.selected) ? typeof
|
|
821
|
+
function w(b) {
|
|
822
|
+
return Array.isArray(t.selected) ? typeof b == "string" ? t.selected.includes(b) : t.selected.includes(b.value) : typeof b == "string" ? b === t.selected : b.value === t.selected;
|
|
783
823
|
}
|
|
784
|
-
const
|
|
824
|
+
const O = ae({
|
|
785
825
|
list: void 0,
|
|
786
826
|
search: void 0
|
|
787
|
-
}), M =
|
|
827
|
+
}), M = ae({
|
|
788
828
|
id: "",
|
|
789
829
|
index: 0
|
|
790
830
|
});
|
|
791
|
-
function A({ code:
|
|
792
|
-
const v = (
|
|
793
|
-
const
|
|
794
|
-
|
|
795
|
-
var
|
|
796
|
-
const
|
|
797
|
-
M.id = (
|
|
831
|
+
function A({ code: b }) {
|
|
832
|
+
const v = (P) => {
|
|
833
|
+
const F = P != null ? P : M.index;
|
|
834
|
+
P !== void 0 && (M.index = P), setTimeout(() => {
|
|
835
|
+
var g, x;
|
|
836
|
+
const H = (g = O.list) == null ? void 0 : g.children[F];
|
|
837
|
+
M.id = (x = H == null ? void 0 : H.id) != null ? x : "", H == null || H.focus();
|
|
798
838
|
}, 0);
|
|
799
|
-
},
|
|
800
|
-
var
|
|
801
|
-
t.searchable && (M.index = 0, (
|
|
839
|
+
}, C = () => {
|
|
840
|
+
var P;
|
|
841
|
+
t.searchable && (M.index = 0, (P = O == null ? void 0 : O.search) == null || P.focus());
|
|
802
842
|
};
|
|
803
|
-
switch (
|
|
843
|
+
switch (b) {
|
|
804
844
|
case "ArrowUp":
|
|
805
845
|
return M.index > 0 && (M.index -= 1), v();
|
|
806
846
|
case "ArrowDown":
|
|
807
|
-
return i.value ? (M.index < o.value.length - 1 && (M.index += 1), v()) : (
|
|
847
|
+
return i.value ? (M.index < o.value.length - 1 && (M.index += 1), v()) : (h(), v(0));
|
|
808
848
|
case "Home":
|
|
809
849
|
return v(0);
|
|
810
850
|
case "End":
|
|
811
851
|
return v(t.options.length - 1);
|
|
812
852
|
case "Escape":
|
|
813
|
-
return
|
|
853
|
+
return f();
|
|
814
854
|
default:
|
|
815
|
-
!["Enter", "NumpadEnter", "Space"].includes(
|
|
855
|
+
!["Enter", "NumpadEnter", "Space"].includes(b) && C();
|
|
816
856
|
}
|
|
817
857
|
}
|
|
818
|
-
function
|
|
858
|
+
function K() {
|
|
819
859
|
i.value = !1, M.index = 0, a.value = "";
|
|
820
860
|
}
|
|
821
|
-
function
|
|
822
|
-
return typeof
|
|
861
|
+
function G(b, v) {
|
|
862
|
+
return typeof b == "string" ? b : b[v != null ? v : "value"];
|
|
823
863
|
}
|
|
824
|
-
function
|
|
825
|
-
|
|
864
|
+
function le(b, v) {
|
|
865
|
+
O[b] = v != null ? v : void 0;
|
|
826
866
|
}
|
|
827
|
-
return (
|
|
867
|
+
return (b, v) => (s(), c("div", {
|
|
828
868
|
ref_key: "el",
|
|
829
|
-
ref:
|
|
869
|
+
ref: l,
|
|
830
870
|
class: k(["sol-dropdown-core", { "-smaller": e.smallerWidth }]),
|
|
831
871
|
"data-testid": `dropdown-${e.id}`,
|
|
832
872
|
onKeydownPassive: A
|
|
833
873
|
}, [
|
|
834
|
-
b
|
|
835
|
-
|
|
874
|
+
m(b.$slots, "label", {}, () => [
|
|
875
|
+
u("label", {
|
|
836
876
|
id: `label-dropdown-${e.id}`,
|
|
837
877
|
class: k(["label", { "-disabled": e.disabled, "sr-only": e.ariaLabel }]),
|
|
838
878
|
for: `toggle-dropdown-${e.id}`
|
|
839
|
-
},
|
|
879
|
+
}, S(e.label || e.ariaLabel), 11, rn)
|
|
840
880
|
]),
|
|
841
|
-
|
|
881
|
+
u("button", {
|
|
842
882
|
id: `toggle-dropdown-${e.id}`,
|
|
843
883
|
disabled: e.disabled,
|
|
844
884
|
"data-testid": `toggle-dropdown-${e.id}`,
|
|
@@ -848,34 +888,34 @@ const Ae = { name: "mi-search", render: Wt }, jt = ["data-testid"], qt = ["id",
|
|
|
848
888
|
"aria-labelledby": `label-dropdown-${e.id}`,
|
|
849
889
|
"aria-label": e.ariaLabel,
|
|
850
890
|
"aria-controls": `dropdown-list-${e.id}`,
|
|
851
|
-
onClick:
|
|
891
|
+
onClick: q(r, ["stop"])
|
|
852
892
|
}, [
|
|
853
|
-
b
|
|
854
|
-
toggle: { open:
|
|
893
|
+
m(b.$slots, "toggle-dropdown", {
|
|
894
|
+
toggle: { open: h, close: f, toggleDropdown: r },
|
|
855
895
|
isOpen: i.value,
|
|
856
|
-
select:
|
|
857
|
-
selectedSanitized:
|
|
896
|
+
select: y,
|
|
897
|
+
selectedSanitized: $(d),
|
|
858
898
|
selected: e.selected
|
|
859
899
|
}, () => [
|
|
860
|
-
|
|
900
|
+
R(S($(d) || "Selecione"), 1)
|
|
861
901
|
])
|
|
862
|
-
], 8,
|
|
863
|
-
L(
|
|
902
|
+
], 8, un),
|
|
903
|
+
L(Me, {
|
|
864
904
|
mode: "out-in",
|
|
865
905
|
name: "dropdown"
|
|
866
906
|
}, {
|
|
867
|
-
default:
|
|
868
|
-
|
|
869
|
-
e.searchable ? (s(),
|
|
907
|
+
default: p(() => [
|
|
908
|
+
Y(u("div", hn, [
|
|
909
|
+
e.searchable ? (s(), c("div", {
|
|
870
910
|
key: 0,
|
|
871
911
|
class: k(["search-container", { "-loading": e.loading }])
|
|
872
912
|
}, [
|
|
873
|
-
b
|
|
913
|
+
m(b.$slots, "search", { filter: a.value }, () => [
|
|
874
914
|
L(W, {
|
|
875
915
|
id: `search-dropdown-${e.id}`,
|
|
876
|
-
ref: (
|
|
916
|
+
ref: (C) => le("search", C == null ? void 0 : C.input),
|
|
877
917
|
modelValue: a.value,
|
|
878
|
-
"onUpdate:modelValue": v[0] || (v[0] = (
|
|
918
|
+
"onUpdate:modelValue": v[0] || (v[0] = (C) => a.value = C),
|
|
879
919
|
"data-testid": `search-dropdown-${e.id}`,
|
|
880
920
|
role: "combobox",
|
|
881
921
|
class: "search",
|
|
@@ -887,22 +927,22 @@ const Ae = { name: "mi-search", render: Wt }, jt = ["data-testid"], qt = ["id",
|
|
|
887
927
|
"aria-controls": `dropdown-list-${e.id}`,
|
|
888
928
|
"aria-activedescendant": M.id,
|
|
889
929
|
"aria-labelledby": `label-dropdown-${e.id}`,
|
|
890
|
-
onClick: v[1] || (v[1] =
|
|
930
|
+
onClick: v[1] || (v[1] = q(() => {
|
|
891
931
|
}, ["stop"])),
|
|
892
|
-
onInput: v[2] || (v[2] = (
|
|
893
|
-
var
|
|
894
|
-
return
|
|
932
|
+
onInput: v[2] || (v[2] = (C) => {
|
|
933
|
+
var P;
|
|
934
|
+
return n("search", (P = C.target) == null ? void 0 : P.value);
|
|
895
935
|
})
|
|
896
936
|
}, null, 8, ["id", "modelValue", "data-testid", "placeholder", "aria-expanded", "aria-owns", "aria-controls", "aria-activedescendant", "aria-labelledby"]),
|
|
897
|
-
L(
|
|
937
|
+
L($(He), {
|
|
898
938
|
"aria-hidden": "true",
|
|
899
939
|
class: "icon"
|
|
900
940
|
})
|
|
901
941
|
])
|
|
902
|
-
], 2)) :
|
|
903
|
-
|
|
942
|
+
], 2)) : T("", !0),
|
|
943
|
+
u("ul", {
|
|
904
944
|
id: `dropdown-list-${e.id}`,
|
|
905
|
-
ref: (
|
|
945
|
+
ref: (C) => le("list", C),
|
|
906
946
|
"data-testid": `dropdown-list-${e.id}`,
|
|
907
947
|
role: "listbox",
|
|
908
948
|
tabindex: "-1",
|
|
@@ -910,63 +950,63 @@ const Ae = { name: "mi-search", render: Wt }, jt = ["data-testid"], qt = ["id",
|
|
|
910
950
|
"aria-labelledby": `label-dropdown-${e.id}`,
|
|
911
951
|
class: "dropdown-list-core"
|
|
912
952
|
}, [
|
|
913
|
-
(s(!0),
|
|
914
|
-
id: `option-${e.id}-${
|
|
915
|
-
key:
|
|
916
|
-
"data-testid": `option-${e.id}-${
|
|
953
|
+
(s(!0), c(j, null, Z($(o), (C, P) => (s(), c("li", {
|
|
954
|
+
id: `option-${e.id}-${G(C, "value")}`,
|
|
955
|
+
key: P,
|
|
956
|
+
"data-testid": `option-${e.id}-${G(C, "value")}`,
|
|
917
957
|
role: "option",
|
|
918
958
|
tabindex: "-1",
|
|
919
959
|
class: "dropdown-item",
|
|
920
|
-
style:
|
|
921
|
-
selected: w(
|
|
922
|
-
"aria-selected": w(
|
|
923
|
-
onClick: (
|
|
960
|
+
style: oe(`--item: ${P + 1}`),
|
|
961
|
+
selected: w(C),
|
|
962
|
+
"aria-selected": w(C),
|
|
963
|
+
onClick: (F) => y(C),
|
|
924
964
|
onKeyup: [
|
|
925
|
-
|
|
926
|
-
|
|
965
|
+
_((F) => y(C), ["enter"]),
|
|
966
|
+
_((F) => y(C), ["space"])
|
|
927
967
|
]
|
|
928
968
|
}, [
|
|
929
|
-
b
|
|
930
|
-
text:
|
|
931
|
-
option:
|
|
969
|
+
m(b.$slots, "default", {
|
|
970
|
+
text: G(C, "name"),
|
|
971
|
+
option: C,
|
|
932
972
|
isSelect: w
|
|
933
973
|
}, () => [
|
|
934
|
-
|
|
974
|
+
R(S(G(C, "name")), 1)
|
|
935
975
|
])
|
|
936
|
-
], 44,
|
|
937
|
-
|
|
938
|
-
b
|
|
939
|
-
|
|
976
|
+
], 44, mn))), 128)),
|
|
977
|
+
$(o).length ? T("", !0) : (s(), c("li", vn, [
|
|
978
|
+
m(b.$slots, "no-data", {}, () => [
|
|
979
|
+
$n
|
|
940
980
|
])
|
|
941
981
|
]))
|
|
942
|
-
], 8,
|
|
982
|
+
], 8, fn)
|
|
943
983
|
], 512), [
|
|
944
|
-
[
|
|
984
|
+
[X, i.value]
|
|
945
985
|
])
|
|
946
986
|
]),
|
|
947
987
|
_: 3
|
|
948
988
|
})
|
|
949
|
-
], 42,
|
|
989
|
+
], 42, cn));
|
|
950
990
|
}
|
|
951
991
|
});
|
|
952
|
-
|
|
953
|
-
e.component("SolDropdown",
|
|
992
|
+
Se.install = (e) => {
|
|
993
|
+
e.component("SolDropdown", Se);
|
|
954
994
|
};
|
|
955
|
-
const
|
|
995
|
+
const bn = {
|
|
956
996
|
preserveAspectRatio: "xMidYMid meet",
|
|
957
997
|
viewBox: "0 0 24 24",
|
|
958
998
|
width: "1em",
|
|
959
999
|
height: "1em"
|
|
960
|
-
},
|
|
1000
|
+
}, yn = /* @__PURE__ */ u("path", {
|
|
961
1001
|
fill: "currentColor",
|
|
962
1002
|
d: "M5.293 5.293a1 1 0 0 1 1.414 0L12 10.586l5.293-5.293a1 1 0 1 1 1.414 1.414L13.414 12l5.293 5.293a1 1 0 0 1-1.414 1.414L12 13.414l-5.293 5.293a1 1 0 0 1-1.414-1.414L10.586 12L5.293 6.707a1 1 0 0 1 0-1.414z"
|
|
963
|
-
}, null, -1),
|
|
964
|
-
|
|
1003
|
+
}, null, -1), gn = [
|
|
1004
|
+
yn
|
|
965
1005
|
];
|
|
966
|
-
function
|
|
967
|
-
return s(),
|
|
1006
|
+
function wn(e, n) {
|
|
1007
|
+
return s(), c("svg", bn, gn);
|
|
968
1008
|
}
|
|
969
|
-
const
|
|
1009
|
+
const Fe = { name: "mi-close", render: wn }, xn = ["id", "data-testid", "title", "aria-describedby", "aria-disabled", "onKeydown"], kn = ["id"], Sn = { class: "label" }, re = /* @__PURE__ */ I({
|
|
970
1010
|
__name: "Chip",
|
|
971
1011
|
props: {
|
|
972
1012
|
id: null,
|
|
@@ -976,23 +1016,23 @@ const Pe = { name: "mi-close", render: il }, al = ["id", "data-testid", "title",
|
|
|
976
1016
|
removable: { type: Boolean, default: !0 }
|
|
977
1017
|
},
|
|
978
1018
|
emits: ["close", "update:selected"],
|
|
979
|
-
setup(e, { emit:
|
|
1019
|
+
setup(e, { emit: n }) {
|
|
980
1020
|
const t = e;
|
|
981
|
-
function
|
|
1021
|
+
function l({ code: i }) {
|
|
982
1022
|
if (!t.disabled)
|
|
983
1023
|
switch (i) {
|
|
984
1024
|
case "Enter":
|
|
985
1025
|
case "NumpadEnter":
|
|
986
1026
|
case "Space":
|
|
987
|
-
return
|
|
1027
|
+
return n("update:selected");
|
|
988
1028
|
case "Delete":
|
|
989
1029
|
case "Backspace":
|
|
990
|
-
return t.removable &&
|
|
1030
|
+
return t.removable && n("close");
|
|
991
1031
|
default:
|
|
992
1032
|
return !1;
|
|
993
1033
|
}
|
|
994
1034
|
}
|
|
995
|
-
return (i, a) => (s(),
|
|
1035
|
+
return (i, a) => (s(), c("div", {
|
|
996
1036
|
id: `chip-${e.id}`,
|
|
997
1037
|
"data-testid": `chip-${e.id}`,
|
|
998
1038
|
class: k(["sol-chip-core", { "-selected": e.selected, "-disabled": e.disabled }]),
|
|
@@ -1000,35 +1040,35 @@ const Pe = { name: "mi-close", render: il }, al = ["id", "data-testid", "title",
|
|
|
1000
1040
|
title: e.label,
|
|
1001
1041
|
"aria-describedby": `chip-description-${e.id}`,
|
|
1002
1042
|
"aria-disabled": e.disabled,
|
|
1003
|
-
onClick: a[1] || (a[1] = (o) =>
|
|
1004
|
-
onKeydown:
|
|
1043
|
+
onClick: a[1] || (a[1] = (o) => n("update:selected")),
|
|
1044
|
+
onKeydown: q(l, ["self"])
|
|
1005
1045
|
}, [
|
|
1006
|
-
|
|
1046
|
+
u("span", {
|
|
1007
1047
|
id: `chip-description-${e.id}`,
|
|
1008
1048
|
"z-index": "-1",
|
|
1009
1049
|
class: "sr-only"
|
|
1010
|
-
}, "Press Delete or Backspace to remove this Chip", 8,
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1050
|
+
}, "Press Delete or Backspace to remove this Chip", 8, kn),
|
|
1051
|
+
u("span", Sn, [
|
|
1052
|
+
m(i.$slots, "default", {}, () => [
|
|
1053
|
+
R(S(e.label), 1)
|
|
1014
1054
|
])
|
|
1015
1055
|
]),
|
|
1016
|
-
e.removable ? (s(),
|
|
1056
|
+
e.removable ? (s(), c("i", {
|
|
1017
1057
|
key: 0,
|
|
1018
1058
|
role: "presentation",
|
|
1019
1059
|
"aira-hidden": "true",
|
|
1020
1060
|
class: "close",
|
|
1021
|
-
onClick: a[0] || (a[0] =
|
|
1061
|
+
onClick: a[0] || (a[0] = q((o) => n("close"), ["stop"]))
|
|
1022
1062
|
}, [
|
|
1023
|
-
L(
|
|
1024
|
-
])) :
|
|
1025
|
-
], 42,
|
|
1063
|
+
L($(Fe), { class: "icon" })
|
|
1064
|
+
])) : T("", !0)
|
|
1065
|
+
], 42, xn));
|
|
1026
1066
|
}
|
|
1027
1067
|
});
|
|
1028
|
-
const
|
|
1068
|
+
const Cn = ["id", "data-testid", "aria-multiselectable", "aria-labelledby"], Bn = ["id", "data-testid", "selected", "aria-selected", "onClick", "onKeyup"], In = {
|
|
1029
1069
|
key: 0,
|
|
1030
1070
|
class: "no-data"
|
|
1031
|
-
},
|
|
1071
|
+
}, On = /* @__PURE__ */ R(" Sem dados "), Mn = /* @__PURE__ */ I({
|
|
1032
1072
|
__name: "ListOption",
|
|
1033
1073
|
props: {
|
|
1034
1074
|
id: null,
|
|
@@ -1037,14 +1077,14 @@ const dl = ["id", "data-testid", "aria-multiselectable", "aria-labelledby"], cl
|
|
|
1037
1077
|
isSelected: null
|
|
1038
1078
|
},
|
|
1039
1079
|
emits: ["select"],
|
|
1040
|
-
setup(e, { expose:
|
|
1041
|
-
const
|
|
1042
|
-
return
|
|
1043
|
-
list:
|
|
1044
|
-
}), (i, a) => (s(),
|
|
1080
|
+
setup(e, { expose: n, emit: t }) {
|
|
1081
|
+
const l = z("");
|
|
1082
|
+
return n({
|
|
1083
|
+
list: l
|
|
1084
|
+
}), (i, a) => (s(), c("ul", {
|
|
1045
1085
|
id: `select-list-${e.id}`,
|
|
1046
1086
|
ref_key: "list",
|
|
1047
|
-
ref:
|
|
1087
|
+
ref: l,
|
|
1048
1088
|
"data-testid": `select-list-${e.id}`,
|
|
1049
1089
|
role: "listbox",
|
|
1050
1090
|
tabindex: "-1",
|
|
@@ -1052,61 +1092,119 @@ const dl = ["id", "data-testid", "aria-multiselectable", "aria-labelledby"], cl
|
|
|
1052
1092
|
"aria-labelledby": `select-label-${e.id}`,
|
|
1053
1093
|
class: "select-list-core"
|
|
1054
1094
|
}, [
|
|
1055
|
-
(s(!0),
|
|
1095
|
+
(s(!0), c(j, null, Z(e.options, (o, d) => (s(), c("li", {
|
|
1056
1096
|
id: `option-${e.id}-${o.value}`,
|
|
1057
1097
|
key: d,
|
|
1058
1098
|
"data-testid": `option-${e.id}-${o.value}`,
|
|
1059
1099
|
role: "option",
|
|
1060
1100
|
tabindex: "-1",
|
|
1061
1101
|
class: "select-option-item",
|
|
1062
|
-
style:
|
|
1102
|
+
style: oe(`--item: ${d + 1}`),
|
|
1063
1103
|
selected: e.isSelected(o),
|
|
1064
1104
|
"aria-selected": e.isSelected(o),
|
|
1065
1105
|
onClick: (r) => t("select", o),
|
|
1066
1106
|
onKeyup: [
|
|
1067
|
-
|
|
1068
|
-
|
|
1107
|
+
_((r) => t("select", o), ["enter"]),
|
|
1108
|
+
_((r) => t("select", o), ["space"])
|
|
1069
1109
|
]
|
|
1070
1110
|
}, [
|
|
1071
|
-
|
|
1111
|
+
m(i.$slots, "item-list", {
|
|
1072
1112
|
text: o.name,
|
|
1073
1113
|
value: o.value,
|
|
1074
1114
|
option: o,
|
|
1075
1115
|
isSelected: e.isSelected(o)
|
|
1076
1116
|
}, () => [
|
|
1077
|
-
|
|
1117
|
+
R(S(o.name), 1)
|
|
1078
1118
|
])
|
|
1079
|
-
], 44,
|
|
1080
|
-
e.options.length ?
|
|
1081
|
-
|
|
1082
|
-
|
|
1119
|
+
], 44, Bn))), 128)),
|
|
1120
|
+
e.options.length ? T("", !0) : (s(), c("li", In, [
|
|
1121
|
+
m(i.$slots, "no-data", {}, () => [
|
|
1122
|
+
On
|
|
1083
1123
|
])
|
|
1084
1124
|
]))
|
|
1085
|
-
], 8,
|
|
1125
|
+
], 8, Cn));
|
|
1086
1126
|
}
|
|
1087
1127
|
});
|
|
1088
|
-
const
|
|
1128
|
+
const Tn = {
|
|
1089
1129
|
preserveAspectRatio: "xMidYMid meet",
|
|
1090
1130
|
viewBox: "0 0 24 24",
|
|
1091
1131
|
width: "1em",
|
|
1092
1132
|
height: "1em"
|
|
1093
|
-
},
|
|
1133
|
+
}, Ln = /* @__PURE__ */ u("path", {
|
|
1094
1134
|
fill: "currentColor",
|
|
1095
1135
|
d: "m17 10l-5 6l-5-6h10z"
|
|
1096
|
-
}, null, -1),
|
|
1097
|
-
|
|
1136
|
+
}, null, -1), Pn = [
|
|
1137
|
+
Ln
|
|
1098
1138
|
];
|
|
1099
|
-
function
|
|
1100
|
-
return s(),
|
|
1139
|
+
function zn(e, n) {
|
|
1140
|
+
return s(), c("svg", Tn, Pn);
|
|
1101
1141
|
}
|
|
1102
|
-
const
|
|
1142
|
+
const Vn = { name: "mi-caret-down", render: zn };
|
|
1143
|
+
function qe(e, n) {
|
|
1144
|
+
function t({ code: l }) {
|
|
1145
|
+
var o;
|
|
1146
|
+
const i = l;
|
|
1147
|
+
(() => {
|
|
1148
|
+
if (!(n != null && n.fallback))
|
|
1149
|
+
return !1;
|
|
1150
|
+
const d = (r) => Array.isArray(r) ? !r.includes(i) : i !== r;
|
|
1151
|
+
return n != null && n.exclude ? !e.hasOwnProperty(i) && d(n.exclude) : !e.hasOwnProperty(i);
|
|
1152
|
+
})() && (n == null || n.fallback()), e.hasOwnProperty(i) && ((o = e[i]) == null || o.call(e));
|
|
1153
|
+
}
|
|
1154
|
+
return {
|
|
1155
|
+
navigate: t
|
|
1156
|
+
};
|
|
1157
|
+
}
|
|
1158
|
+
function Ue({ target: e, query: n }) {
|
|
1159
|
+
const t = ae({
|
|
1160
|
+
id: "",
|
|
1161
|
+
index: -1
|
|
1162
|
+
});
|
|
1163
|
+
function l(f) {
|
|
1164
|
+
const B = f != null ? f : t.index, y = e == null ? void 0 : e.value;
|
|
1165
|
+
f !== void 0 && (t.index = f), setTimeout(() => {
|
|
1166
|
+
var M;
|
|
1167
|
+
const w = y.children[B], O = n && w.querySelector(n) ? w.querySelector(n) : w;
|
|
1168
|
+
t.id = (M = w == null ? void 0 : w.id) != null ? M : "", O == null || O.focus();
|
|
1169
|
+
}, 0);
|
|
1170
|
+
}
|
|
1171
|
+
function i() {
|
|
1172
|
+
t.index > 0 && (t.index -= 1, l());
|
|
1173
|
+
}
|
|
1174
|
+
function a(f) {
|
|
1175
|
+
t.index < f - 1 && (t.index += 1, l());
|
|
1176
|
+
}
|
|
1177
|
+
function o() {
|
|
1178
|
+
l(0);
|
|
1179
|
+
}
|
|
1180
|
+
function d(f) {
|
|
1181
|
+
l(f - 1);
|
|
1182
|
+
}
|
|
1183
|
+
function r(f) {
|
|
1184
|
+
return f.id ? f.id === t.id : f.index === t.index;
|
|
1185
|
+
}
|
|
1186
|
+
function h() {
|
|
1187
|
+
t.id = "", t.index = -1;
|
|
1188
|
+
}
|
|
1189
|
+
return {
|
|
1190
|
+
elementFocus: t,
|
|
1191
|
+
isItemFocused: r,
|
|
1192
|
+
resetStateFocus: h,
|
|
1193
|
+
focusListItem: l,
|
|
1194
|
+
focusOnPreviousItem: i,
|
|
1195
|
+
focusOnNextItem: a,
|
|
1196
|
+
focusOnFirstItem: o,
|
|
1197
|
+
focusOnLastItem: d
|
|
1198
|
+
};
|
|
1199
|
+
}
|
|
1200
|
+
const An = ["data-testid"], En = ["id"], pn = ["id", "disabled", "data-testid", "aria-expanded", "aria-labelledby", "aria-label", "aria-controls", "onClick"], Dn = {
|
|
1103
1201
|
key: 0,
|
|
1104
1202
|
class: "container-tags"
|
|
1105
|
-
},
|
|
1203
|
+
}, Rn = {
|
|
1106
1204
|
key: 1,
|
|
1107
1205
|
class: "mr-micro placeholder-inline",
|
|
1108
1206
|
tabindex: "-1"
|
|
1109
|
-
},
|
|
1207
|
+
}, Nn = { class: "error" }, Hn = { class: "select-options-container" }, Ce = /* @__PURE__ */ I({
|
|
1110
1208
|
__name: "Select",
|
|
1111
1209
|
props: {
|
|
1112
1210
|
id: null,
|
|
@@ -1126,106 +1224,96 @@ const bl = { name: "mi-caret-down", render: $l }, yl = ["data-testid"], gl = ["i
|
|
|
1126
1224
|
placeholder: { default: "placeholder" }
|
|
1127
1225
|
},
|
|
1128
1226
|
emits: ["closeDropdown", "search", "update:selected"],
|
|
1129
|
-
setup(e, { emit:
|
|
1130
|
-
const t = e,
|
|
1227
|
+
setup(e, { emit: n }) {
|
|
1228
|
+
const t = e, l = z(), i = z(!1), a = z(""), o = D(
|
|
1131
1229
|
() => {
|
|
1132
|
-
var
|
|
1133
|
-
return t.fetchOnSearch ? t.options : (
|
|
1230
|
+
var g;
|
|
1231
|
+
return t.fetchOnSearch ? t.options : (g = t.options) == null ? void 0 : g.filter((x) => x.name.includes(a.value));
|
|
1134
1232
|
}
|
|
1135
1233
|
);
|
|
1136
|
-
|
|
1137
|
-
i.value &&
|
|
1234
|
+
Te(l, () => {
|
|
1235
|
+
i.value && h();
|
|
1138
1236
|
});
|
|
1139
1237
|
function d() {
|
|
1140
|
-
t.disabled || (i.value ?
|
|
1238
|
+
t.disabled || (i.value ? h() : r());
|
|
1141
1239
|
}
|
|
1142
1240
|
function r() {
|
|
1143
1241
|
i.value = !0;
|
|
1144
1242
|
}
|
|
1145
|
-
function
|
|
1146
|
-
|
|
1243
|
+
function h() {
|
|
1244
|
+
P(), n("closeDropdown");
|
|
1147
1245
|
}
|
|
1148
|
-
function
|
|
1246
|
+
function f(g) {
|
|
1149
1247
|
if (Array.isArray(t.selected)) {
|
|
1150
|
-
const
|
|
1151
|
-
({ value:
|
|
1248
|
+
const x = t.selected.findIndex(
|
|
1249
|
+
({ value: V }) => V === g.value
|
|
1152
1250
|
);
|
|
1153
|
-
return
|
|
1251
|
+
return x === -1 ? [...t.selected, g] : t.selected.filter((V, E) => E !== x);
|
|
1154
1252
|
}
|
|
1155
|
-
return [
|
|
1253
|
+
return [g];
|
|
1156
1254
|
}
|
|
1157
|
-
function B(
|
|
1158
|
-
t.multiple ?
|
|
1255
|
+
function B(g) {
|
|
1256
|
+
t.multiple ? n("update:selected", f(g)) : n("update:selected", g), t.closeOnSelect && !t.multiple && h();
|
|
1159
1257
|
}
|
|
1160
|
-
function g
|
|
1161
|
-
var
|
|
1162
|
-
return Array.isArray(t.selected) ? t.selected.some(({ value:
|
|
1258
|
+
function y(g) {
|
|
1259
|
+
var x;
|
|
1260
|
+
return Array.isArray(t.selected) ? t.selected.some(({ value: V }) => V === g.value) : g.value === ((x = t.selected) == null ? void 0 : x.value);
|
|
1163
1261
|
}
|
|
1164
|
-
const w =
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
id: "",
|
|
1169
|
-
index: 0
|
|
1170
|
-
});
|
|
1171
|
-
function M({ code: y }) {
|
|
1172
|
-
const c = ($) => {
|
|
1173
|
-
const T = $ != null ? $ : S.index;
|
|
1174
|
-
$ !== void 0 && (S.index = $), setTimeout(() => {
|
|
1175
|
-
var D, j;
|
|
1176
|
-
const V = (D = w.list) == null ? void 0 : D.children[T];
|
|
1177
|
-
S.id = (j = V == null ? void 0 : V.id) != null ? j : "", V == null || V.focus();
|
|
1178
|
-
}, 0);
|
|
1179
|
-
}, v = () => {
|
|
1180
|
-
var $;
|
|
1181
|
-
t.searchable && (S.index = 0, ($ = w == null ? void 0 : w.search) == null || $.focus());
|
|
1182
|
-
};
|
|
1183
|
-
switch (y) {
|
|
1184
|
-
case "ArrowUp":
|
|
1185
|
-
return S.index > 0 && (S.index -= 1), c();
|
|
1186
|
-
case "ArrowDown":
|
|
1187
|
-
return i.value ? (S.index < t.options.length - 1 && (S.index += 1), c()) : (r(), c(0));
|
|
1188
|
-
case "Home":
|
|
1189
|
-
return c(0);
|
|
1190
|
-
case "End":
|
|
1191
|
-
return c(t.options.length - 1);
|
|
1192
|
-
case "Escape":
|
|
1193
|
-
return f();
|
|
1194
|
-
default:
|
|
1195
|
-
!["Enter", "NumpadEnter", "Space"].includes(y) && v();
|
|
1196
|
-
}
|
|
1262
|
+
const w = z(), O = z();
|
|
1263
|
+
function M() {
|
|
1264
|
+
var g;
|
|
1265
|
+
t.searchable && (v(), (g = w.value) == null || g.focus());
|
|
1197
1266
|
}
|
|
1198
|
-
|
|
1199
|
-
|
|
1267
|
+
const {
|
|
1268
|
+
elementFocus: A,
|
|
1269
|
+
focusOnFirstItem: K,
|
|
1270
|
+
focusOnLastItem: G,
|
|
1271
|
+
focusOnNextItem: le,
|
|
1272
|
+
focusOnPreviousItem: b,
|
|
1273
|
+
resetStateFocus: v
|
|
1274
|
+
} = Ue({ target: O }), { navigate: C } = qe({
|
|
1275
|
+
Home: K,
|
|
1276
|
+
End: () => G(t.options.length),
|
|
1277
|
+
ArrowUp: b,
|
|
1278
|
+
ArrowDown: () => {
|
|
1279
|
+
!i.value && r(), le(t.options.length);
|
|
1280
|
+
},
|
|
1281
|
+
Escape: h
|
|
1282
|
+
}, {
|
|
1283
|
+
fallback: M,
|
|
1284
|
+
exclude: ["Enter", "NumpadEnter", "Space"]
|
|
1285
|
+
});
|
|
1286
|
+
function P() {
|
|
1287
|
+
i.value = !1, a.value = "", v();
|
|
1200
1288
|
}
|
|
1201
|
-
function
|
|
1202
|
-
return (
|
|
1203
|
-
|
|
1289
|
+
function F(g) {
|
|
1290
|
+
return (x) => {
|
|
1291
|
+
g === "search" ? w.value = x == null ? void 0 : x.input : O.value = x == null ? void 0 : x.list;
|
|
1204
1292
|
};
|
|
1205
1293
|
}
|
|
1206
|
-
function
|
|
1207
|
-
var
|
|
1208
|
-
const
|
|
1209
|
-
return (
|
|
1294
|
+
function H() {
|
|
1295
|
+
var x;
|
|
1296
|
+
const g = t.selected;
|
|
1297
|
+
return (x = g == null ? void 0 : g.name) != null ? x : t.placeholder;
|
|
1210
1298
|
}
|
|
1211
|
-
return (
|
|
1299
|
+
return (g, x) => (s(), c("div", {
|
|
1212
1300
|
ref_key: "el",
|
|
1213
|
-
ref:
|
|
1301
|
+
ref: l,
|
|
1214
1302
|
class: k(["sol-select-core", { "-smaller": e.smallerWidth }]),
|
|
1215
1303
|
"data-testid": `select-${e.id}`,
|
|
1216
|
-
onKeydownPassive:
|
|
1304
|
+
onKeydownPassive: x[3] || (x[3] = (...V) => $(C) && $(C)(...V))
|
|
1217
1305
|
}, [
|
|
1218
|
-
|
|
1306
|
+
m(g.$slots, "label", {
|
|
1219
1307
|
id: `select-label-${e.id}`,
|
|
1220
1308
|
for: `select-toggle-${e.id}`
|
|
1221
1309
|
}, () => [
|
|
1222
|
-
e.label ? (s(),
|
|
1310
|
+
e.label ? (s(), c("label", {
|
|
1223
1311
|
key: 0,
|
|
1224
1312
|
id: `select-label-${e.id}`,
|
|
1225
1313
|
class: k(["label", { "-disabled": e.disabled }])
|
|
1226
|
-
},
|
|
1314
|
+
}, S(e.label), 11, En)) : T("", !0)
|
|
1227
1315
|
]),
|
|
1228
|
-
|
|
1316
|
+
u("button", {
|
|
1229
1317
|
id: `select-toggle-${e.id}`,
|
|
1230
1318
|
disabled: e.disabled,
|
|
1231
1319
|
"data-testid": `select-toggle-${e.id}`,
|
|
@@ -1235,51 +1323,51 @@ const bl = { name: "mi-caret-down", render: $l }, yl = ["data-testid"], gl = ["i
|
|
|
1235
1323
|
"aria-labelledby": `select-label-${e.id}`,
|
|
1236
1324
|
"aria-label": e.ariaLabel,
|
|
1237
1325
|
"aria-controls": `select-list-${e.id}`,
|
|
1238
|
-
onClick:
|
|
1326
|
+
onClick: q(d, ["stop"])
|
|
1239
1327
|
}, [
|
|
1240
|
-
|
|
1241
|
-
toggle: { open: r, close:
|
|
1328
|
+
m(g.$slots, "toggle-dropdown", {
|
|
1329
|
+
toggle: { open: r, close: h, toggleDropdown: d },
|
|
1242
1330
|
isOpen: i.value,
|
|
1243
1331
|
select: B,
|
|
1244
1332
|
selected: e.selected
|
|
1245
1333
|
}, () => {
|
|
1246
|
-
var
|
|
1334
|
+
var V;
|
|
1247
1335
|
return [
|
|
1248
|
-
e.multiple && Array.isArray(e.selected) && ((
|
|
1249
|
-
(s(!0),
|
|
1250
|
-
id:
|
|
1251
|
-
key:
|
|
1252
|
-
label:
|
|
1253
|
-
onClick:
|
|
1254
|
-
onClose: (
|
|
1336
|
+
e.multiple && Array.isArray(e.selected) && ((V = e.selected) == null ? void 0 : V.length) ? (s(), c("div", Dn, [
|
|
1337
|
+
(s(!0), c(j, null, Z(e.selected, (E, fe) => (s(), N(re, {
|
|
1338
|
+
id: E.value,
|
|
1339
|
+
key: fe,
|
|
1340
|
+
label: E.name,
|
|
1341
|
+
onClick: q((me) => B(E), ["stop"]),
|
|
1342
|
+
onClose: (me) => B(E)
|
|
1255
1343
|
}, null, 8, ["id", "label", "onClick", "onClose"]))), 128))
|
|
1256
|
-
])) : (s(),
|
|
1257
|
-
L(
|
|
1344
|
+
])) : (s(), c("span", Rn, S(H()), 1)),
|
|
1345
|
+
L($(Vn), {
|
|
1258
1346
|
"aria-hidden": "true",
|
|
1259
1347
|
tabindex: "-1",
|
|
1260
1348
|
class: k(["icon", { "-open": i.value }])
|
|
1261
1349
|
}, null, 8, ["class"])
|
|
1262
1350
|
];
|
|
1263
1351
|
})
|
|
1264
|
-
], 8,
|
|
1265
|
-
|
|
1266
|
-
L(
|
|
1352
|
+
], 8, pn),
|
|
1353
|
+
u("span", Nn, S(e.error), 1),
|
|
1354
|
+
L(Me, {
|
|
1267
1355
|
mode: "out-in",
|
|
1268
1356
|
name: "dropdown"
|
|
1269
1357
|
}, {
|
|
1270
|
-
default:
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
e.searchable ? (s(),
|
|
1358
|
+
default: p(() => [
|
|
1359
|
+
Y(u("div", Hn, [
|
|
1360
|
+
m(g.$slots, "search", {}, () => [
|
|
1361
|
+
e.searchable ? (s(), c("div", {
|
|
1274
1362
|
key: 0,
|
|
1275
1363
|
class: k(["search-container", { "-loading": e.loading }])
|
|
1276
1364
|
}, [
|
|
1277
|
-
|
|
1365
|
+
m(g.$slots, "search", { filter: a.value }, () => [
|
|
1278
1366
|
L(W, {
|
|
1279
1367
|
id: `select-search-${e.id}`,
|
|
1280
|
-
ref:
|
|
1368
|
+
ref: F("search"),
|
|
1281
1369
|
modelValue: a.value,
|
|
1282
|
-
"onUpdate:modelValue":
|
|
1370
|
+
"onUpdate:modelValue": x[0] || (x[0] = (V) => a.value = V),
|
|
1283
1371
|
"data-testid": `select-search-${e.id}`,
|
|
1284
1372
|
role: "combobox",
|
|
1285
1373
|
class: "search",
|
|
@@ -1289,73 +1377,73 @@ const bl = { name: "mi-caret-down", render: $l }, yl = ["data-testid"], gl = ["i
|
|
|
1289
1377
|
"aria-haspopup": "listbox",
|
|
1290
1378
|
"aria-owns": `select-list-${e.id}`,
|
|
1291
1379
|
"aria-controls": `select-list-${e.id}`,
|
|
1292
|
-
"aria-activedescendant":
|
|
1380
|
+
"aria-activedescendant": $(A).id,
|
|
1293
1381
|
"aria-labelledby": `select-label-${e.id}`,
|
|
1294
|
-
onClick:
|
|
1382
|
+
onClick: x[1] || (x[1] = q(() => {
|
|
1295
1383
|
}, ["stop"])),
|
|
1296
|
-
onInput:
|
|
1297
|
-
var
|
|
1298
|
-
return
|
|
1384
|
+
onInput: x[2] || (x[2] = (V) => {
|
|
1385
|
+
var E;
|
|
1386
|
+
return n("search", (E = V.target) == null ? void 0 : E.value);
|
|
1299
1387
|
})
|
|
1300
1388
|
}, null, 8, ["id", "modelValue", "data-testid", "placeholder", "aria-expanded", "aria-owns", "aria-controls", "aria-activedescendant", "aria-labelledby"]),
|
|
1301
|
-
L(
|
|
1389
|
+
L($(He), {
|
|
1302
1390
|
"aria-hidden": "true",
|
|
1303
1391
|
class: "icon"
|
|
1304
1392
|
})
|
|
1305
1393
|
])
|
|
1306
|
-
], 2)) :
|
|
1307
|
-
L(
|
|
1394
|
+
], 2)) : T("", !0),
|
|
1395
|
+
L(Mn, {
|
|
1308
1396
|
id: e.id,
|
|
1309
|
-
ref:
|
|
1310
|
-
options:
|
|
1397
|
+
ref: F("list"),
|
|
1398
|
+
options: $(o),
|
|
1311
1399
|
multiple: e.multiple,
|
|
1312
|
-
"is-selected":
|
|
1400
|
+
"is-selected": y,
|
|
1313
1401
|
onSelect: B
|
|
1314
1402
|
}, {
|
|
1315
|
-
"item-list":
|
|
1316
|
-
|
|
1317
|
-
text:
|
|
1318
|
-
value:
|
|
1319
|
-
option:
|
|
1320
|
-
isSelected:
|
|
1403
|
+
"item-list": p(({ text: V, value: E, option: fe, isSelected: me }) => [
|
|
1404
|
+
m(g.$slots, "default", {
|
|
1405
|
+
text: V,
|
|
1406
|
+
value: E,
|
|
1407
|
+
option: fe,
|
|
1408
|
+
isSelected: me
|
|
1321
1409
|
})
|
|
1322
1410
|
]),
|
|
1323
|
-
"no-data":
|
|
1324
|
-
|
|
1411
|
+
"no-data": p(() => [
|
|
1412
|
+
m(g.$slots, "no-data")
|
|
1325
1413
|
]),
|
|
1326
1414
|
_: 3
|
|
1327
1415
|
}, 8, ["id", "options", "multiple"])
|
|
1328
1416
|
])
|
|
1329
1417
|
], 512), [
|
|
1330
|
-
[
|
|
1418
|
+
[X, i.value]
|
|
1331
1419
|
])
|
|
1332
1420
|
]),
|
|
1333
1421
|
_: 3
|
|
1334
1422
|
})
|
|
1335
|
-
], 42,
|
|
1423
|
+
], 42, An));
|
|
1336
1424
|
}
|
|
1337
1425
|
});
|
|
1338
|
-
|
|
1339
|
-
e.component("SolSelect",
|
|
1426
|
+
Ce.install = (e) => {
|
|
1427
|
+
e.component("SolSelect", Ce);
|
|
1340
1428
|
};
|
|
1341
|
-
|
|
1342
|
-
e.component("SolChip",
|
|
1429
|
+
re.install = (e) => {
|
|
1430
|
+
e.component("SolChip", re);
|
|
1343
1431
|
};
|
|
1344
|
-
const
|
|
1432
|
+
const Fn = {
|
|
1345
1433
|
preserveAspectRatio: "xMidYMid meet",
|
|
1346
1434
|
viewBox: "0 0 24 24",
|
|
1347
1435
|
width: "1em",
|
|
1348
1436
|
height: "1em"
|
|
1349
|
-
},
|
|
1437
|
+
}, qn = /* @__PURE__ */ u("path", {
|
|
1350
1438
|
fill: "currentColor",
|
|
1351
1439
|
d: "M11.293 7.293a1 1 0 0 1 1.414 0l6 6a1 1 0 0 1-1.414 1.414L12 9.414l-5.293 5.293a1 1 0 0 1-1.414-1.414l6-6z"
|
|
1352
|
-
}, null, -1),
|
|
1353
|
-
|
|
1440
|
+
}, null, -1), Un = [
|
|
1441
|
+
qn
|
|
1354
1442
|
];
|
|
1355
|
-
function
|
|
1356
|
-
return s(),
|
|
1443
|
+
function Kn(e, n) {
|
|
1444
|
+
return s(), c("svg", Fn, Un);
|
|
1357
1445
|
}
|
|
1358
|
-
const
|
|
1446
|
+
const Gn = { name: "mi-chevron-up", render: Kn }, Qn = ["id", "data-testid", "aria-disabled"], Yn = ["data-testid", "tabindex"], Wn = ["data-testid"], Be = /* @__PURE__ */ I({
|
|
1359
1447
|
__name: "Accordion",
|
|
1360
1448
|
props: {
|
|
1361
1449
|
id: null,
|
|
@@ -1364,95 +1452,38 @@ const zl = { name: "mi-chevron-up", render: Il }, Ll = ["id", "data-testid", "ar
|
|
|
1364
1452
|
disabled: { type: Boolean }
|
|
1365
1453
|
},
|
|
1366
1454
|
setup(e) {
|
|
1367
|
-
return (
|
|
1455
|
+
return (n, t) => (s(), c("details", {
|
|
1368
1456
|
id: `accordion-${e.id}`,
|
|
1369
1457
|
"data-testid": `accordion-${e.id}`,
|
|
1370
1458
|
class: k(["sol-accordion-core", { "-invert": e.invert, "-disabled": e.disabled }]),
|
|
1371
1459
|
"aria-disabled": e.disabled
|
|
1372
1460
|
}, [
|
|
1373
|
-
|
|
1461
|
+
u("summary", {
|
|
1374
1462
|
"data-testid": `accordion-title-${e.id}`,
|
|
1375
1463
|
class: "summary",
|
|
1376
1464
|
tabindex: e.disabled ? -1 : 0
|
|
1377
1465
|
}, [
|
|
1378
|
-
|
|
1379
|
-
|
|
1466
|
+
m(n.$slots, "title", {}, () => [
|
|
1467
|
+
R(S(e.title), 1)
|
|
1380
1468
|
]),
|
|
1381
|
-
L(
|
|
1469
|
+
L($(Gn), {
|
|
1382
1470
|
class: "icon",
|
|
1383
1471
|
"aria-hidden": "true"
|
|
1384
1472
|
})
|
|
1385
|
-
], 8,
|
|
1386
|
-
|
|
1473
|
+
], 8, Yn),
|
|
1474
|
+
u("div", {
|
|
1387
1475
|
"data-testid": `accordion-content-${e.id}`,
|
|
1388
1476
|
class: "container"
|
|
1389
1477
|
}, [
|
|
1390
|
-
|
|
1391
|
-
], 8,
|
|
1392
|
-
], 10,
|
|
1478
|
+
m(n.$slots, "default")
|
|
1479
|
+
], 8, Wn)
|
|
1480
|
+
], 10, Qn));
|
|
1393
1481
|
}
|
|
1394
1482
|
});
|
|
1395
|
-
|
|
1396
|
-
e.component("SolAccordion",
|
|
1483
|
+
Be.install = (e) => {
|
|
1484
|
+
e.component("SolAccordion", Be);
|
|
1397
1485
|
};
|
|
1398
|
-
|
|
1399
|
-
function t({ code: n }) {
|
|
1400
|
-
var o;
|
|
1401
|
-
const i = n;
|
|
1402
|
-
(() => {
|
|
1403
|
-
if (!(l != null && l.fallback))
|
|
1404
|
-
return !1;
|
|
1405
|
-
const d = (r) => Array.isArray(r) ? !r.includes(i) : i !== r;
|
|
1406
|
-
return l != null && l.exclude ? !e.hasOwnProperty(i) && d(l.exclude) : !e.hasOwnProperty(i);
|
|
1407
|
-
})() && (l == null || l.fallback()), e.hasOwnProperty(i) && ((o = e[i]) == null || o.call(e));
|
|
1408
|
-
}
|
|
1409
|
-
return {
|
|
1410
|
-
navigate: t
|
|
1411
|
-
};
|
|
1412
|
-
}
|
|
1413
|
-
function Pl({ target: e, query: l }) {
|
|
1414
|
-
const t = Y({
|
|
1415
|
-
id: "",
|
|
1416
|
-
index: -1
|
|
1417
|
-
});
|
|
1418
|
-
function n(m) {
|
|
1419
|
-
const B = m != null ? m : t.index, g = e == null ? void 0 : e.value;
|
|
1420
|
-
m !== void 0 && (t.index = m), setTimeout(() => {
|
|
1421
|
-
var M;
|
|
1422
|
-
const w = g.children[B], S = l && w.querySelector(l) ? w.querySelector(l) : w;
|
|
1423
|
-
t.id = (M = w == null ? void 0 : w.id) != null ? M : "", S == null || S.focus();
|
|
1424
|
-
}, 0);
|
|
1425
|
-
}
|
|
1426
|
-
function i() {
|
|
1427
|
-
t.index > 0 && (t.index -= 1, n());
|
|
1428
|
-
}
|
|
1429
|
-
function a(m) {
|
|
1430
|
-
t.index < m - 1 && (t.index += 1, n());
|
|
1431
|
-
}
|
|
1432
|
-
function o() {
|
|
1433
|
-
n(0);
|
|
1434
|
-
}
|
|
1435
|
-
function d(m) {
|
|
1436
|
-
n(m - 1);
|
|
1437
|
-
}
|
|
1438
|
-
function r(m) {
|
|
1439
|
-
return m.id ? m.id === t.id : m.index === t.index;
|
|
1440
|
-
}
|
|
1441
|
-
function f() {
|
|
1442
|
-
t.id = "", t.index = -1;
|
|
1443
|
-
}
|
|
1444
|
-
return {
|
|
1445
|
-
elementFocus: t,
|
|
1446
|
-
isItemFocused: r,
|
|
1447
|
-
resetStateFocus: f,
|
|
1448
|
-
focusListItem: n,
|
|
1449
|
-
focusOnPreviousItem: i,
|
|
1450
|
-
focusOnNextItem: a,
|
|
1451
|
-
focusOnFirstItem: o,
|
|
1452
|
-
focusOnLastItem: d
|
|
1453
|
-
};
|
|
1454
|
-
}
|
|
1455
|
-
const El = ["id", "data-testid"], Dl = ["id", "aria-expanded"], Rl = ["id", "data-testid", "aria-labelledby"], ge = /* @__PURE__ */ z({
|
|
1486
|
+
const jn = ["id", "data-testid"], Zn = ["id", "aria-expanded"], Jn = ["id", "data-testid", "aria-labelledby"], ue = /* @__PURE__ */ I({
|
|
1456
1487
|
__name: "Menu",
|
|
1457
1488
|
props: {
|
|
1458
1489
|
id: null,
|
|
@@ -1460,115 +1491,180 @@ const El = ["id", "data-testid"], Dl = ["id", "aria-expanded"], Rl = ["id", "dat
|
|
|
1460
1491
|
position: { default: "bottom" }
|
|
1461
1492
|
},
|
|
1462
1493
|
emits: ["change"],
|
|
1463
|
-
setup(e, { emit:
|
|
1464
|
-
const t =
|
|
1465
|
-
|
|
1466
|
-
|
|
1494
|
+
setup(e, { emit: n }) {
|
|
1495
|
+
const t = z();
|
|
1496
|
+
Te(t, () => {
|
|
1497
|
+
y();
|
|
1467
1498
|
});
|
|
1468
|
-
const
|
|
1499
|
+
const l = z(!1), i = z(), a = D(
|
|
1469
1500
|
() => i.value ? i.value.childElementCount : 0
|
|
1470
1501
|
), {
|
|
1471
1502
|
resetStateFocus: o,
|
|
1472
1503
|
focusOnPreviousItem: d,
|
|
1473
1504
|
focusOnNextItem: r,
|
|
1474
|
-
focusOnFirstItem:
|
|
1475
|
-
focusOnLastItem:
|
|
1476
|
-
} =
|
|
1477
|
-
Home:
|
|
1478
|
-
End: () =>
|
|
1505
|
+
focusOnFirstItem: h,
|
|
1506
|
+
focusOnLastItem: f
|
|
1507
|
+
} = Ue({ target: i, query: '[role="menuitem"]' }), { navigate: B } = qe({
|
|
1508
|
+
Home: h,
|
|
1509
|
+
End: () => f(a.value),
|
|
1479
1510
|
ArrowUp: d,
|
|
1480
1511
|
ArrowDown: () => {
|
|
1481
|
-
!
|
|
1512
|
+
!l.value && w(), r(a.value);
|
|
1482
1513
|
},
|
|
1483
|
-
Escape:
|
|
1514
|
+
Escape: y
|
|
1484
1515
|
});
|
|
1485
|
-
function
|
|
1486
|
-
|
|
1516
|
+
function y() {
|
|
1517
|
+
l.value = !1, o();
|
|
1487
1518
|
}
|
|
1488
1519
|
function w() {
|
|
1489
|
-
|
|
1520
|
+
l.value = !0;
|
|
1490
1521
|
}
|
|
1491
|
-
function
|
|
1492
|
-
|
|
1522
|
+
function O() {
|
|
1523
|
+
l.value ? y() : w();
|
|
1493
1524
|
}
|
|
1494
|
-
return (M, A) => (s(),
|
|
1525
|
+
return (M, A) => (s(), c("div", {
|
|
1495
1526
|
id: `menu-${e.id}`,
|
|
1496
1527
|
ref_key: "el",
|
|
1497
1528
|
ref: t,
|
|
1498
1529
|
"data-testid": `menu-${e.id}`,
|
|
1499
1530
|
class: k([`-${e.position}`, "sol-menu-core"]),
|
|
1500
|
-
onKeyupPassive: A[0] || (A[0] = (...
|
|
1501
|
-
onFocusin: A[1] || (A[1] = (
|
|
1531
|
+
onKeyupPassive: A[0] || (A[0] = (...K) => $(B) && $(B)(...K)),
|
|
1532
|
+
onFocusin: A[1] || (A[1] = (K) => n("change", "teste"))
|
|
1502
1533
|
}, [
|
|
1503
|
-
|
|
1534
|
+
u("button", {
|
|
1504
1535
|
id: `menu-button-${e.id}`,
|
|
1505
1536
|
type: "button",
|
|
1506
1537
|
role: "menuitem",
|
|
1507
1538
|
class: "toggle-menu",
|
|
1508
1539
|
"aria-haspopup": "true",
|
|
1509
|
-
"aria-expanded":
|
|
1510
|
-
onClick:
|
|
1540
|
+
"aria-expanded": l.value,
|
|
1541
|
+
onClick: O
|
|
1511
1542
|
}, [
|
|
1512
|
-
|
|
1513
|
-
|
|
1543
|
+
m(M.$slots, "label", { isOpen: l.value }, () => [
|
|
1544
|
+
R(S(e.label), 1)
|
|
1514
1545
|
])
|
|
1515
|
-
], 8,
|
|
1516
|
-
|
|
1546
|
+
], 8, Zn),
|
|
1547
|
+
Y(u("menu", {
|
|
1517
1548
|
id: `menu-container-${e.id}`,
|
|
1518
1549
|
ref_key: "menu",
|
|
1519
1550
|
ref: i,
|
|
1520
1551
|
"data-testid": `menu-container-${e.id}`,
|
|
1521
1552
|
role: "menu",
|
|
1522
1553
|
"aria-labelledby": `menu-button-${e.id}`,
|
|
1523
|
-
class: k(["menu", { "-open":
|
|
1554
|
+
class: k(["menu", { "-open": l.value }])
|
|
1524
1555
|
}, [
|
|
1525
|
-
|
|
1526
|
-
], 10,
|
|
1527
|
-
[
|
|
1556
|
+
m(M.$slots, "default")
|
|
1557
|
+
], 10, Jn), [
|
|
1558
|
+
[X, l.value]
|
|
1528
1559
|
])
|
|
1529
|
-
], 42,
|
|
1560
|
+
], 42, jn));
|
|
1530
1561
|
}
|
|
1531
1562
|
});
|
|
1532
|
-
|
|
1533
|
-
e.component("SolMenu",
|
|
1563
|
+
ue.install = (e) => {
|
|
1564
|
+
e.component("SolMenu", ue);
|
|
1534
1565
|
};
|
|
1535
|
-
const
|
|
1566
|
+
const Xn = ["id"], _n = ["href", "target"], he = /* @__PURE__ */ I({
|
|
1536
1567
|
__name: "MenuItemLink",
|
|
1537
1568
|
props: {
|
|
1538
1569
|
id: null,
|
|
1539
1570
|
text: null,
|
|
1540
1571
|
link: null,
|
|
1541
|
-
active:
|
|
1542
|
-
external:
|
|
1572
|
+
active: null,
|
|
1573
|
+
external: null
|
|
1543
1574
|
},
|
|
1544
1575
|
setup(e) {
|
|
1545
|
-
return (
|
|
1576
|
+
return (n, t) => (s(), c("li", {
|
|
1546
1577
|
id: `menu-item-link-${e.id}`,
|
|
1547
1578
|
class: "sol-menuitem-link-core",
|
|
1548
1579
|
tabindex: "-1",
|
|
1549
1580
|
role: "none"
|
|
1550
1581
|
}, [
|
|
1551
|
-
|
|
1582
|
+
m(n.$slots, "default", {
|
|
1552
1583
|
id: e.id,
|
|
1553
1584
|
active: e.active,
|
|
1554
1585
|
link: e.link,
|
|
1555
1586
|
text: e.text,
|
|
1556
1587
|
external: e.external
|
|
1557
1588
|
}, () => [
|
|
1558
|
-
|
|
1589
|
+
u("a", {
|
|
1559
1590
|
role: "menuitem",
|
|
1560
1591
|
class: k({ "-active": e.active }),
|
|
1561
1592
|
href: e.link,
|
|
1562
1593
|
target: e.external ? "_blank" : "_parent"
|
|
1563
|
-
},
|
|
1594
|
+
}, S(e.text), 11, _n)
|
|
1564
1595
|
])
|
|
1565
|
-
], 8,
|
|
1596
|
+
], 8, Xn));
|
|
1566
1597
|
}
|
|
1567
1598
|
});
|
|
1568
|
-
|
|
1569
|
-
e.component("SolMenuItemLink",
|
|
1599
|
+
he.install = (e) => {
|
|
1600
|
+
e.component("SolMenuItemLink", he);
|
|
1601
|
+
};
|
|
1602
|
+
const el = {
|
|
1603
|
+
preserveAspectRatio: "xMidYMid meet",
|
|
1604
|
+
viewBox: "0 0 24 24",
|
|
1605
|
+
width: "1em",
|
|
1606
|
+
height: "1em"
|
|
1607
|
+
}, tl = /* @__PURE__ */ u("path", {
|
|
1608
|
+
fill: "currentColor",
|
|
1609
|
+
d: "M12 14.975q-.2 0-.387-.075q-.188-.075-.313-.2l-4.6-4.6q-.275-.275-.275-.7q0-.425.275-.7q.275-.275.7-.275q.425 0 .7.275l3.9 3.9l3.9-3.9q.275-.275.7-.275q.425 0 .7.275q.275.275.275.7q0 .425-.275.7l-4.6 4.6q-.15.15-.325.212q-.175.063-.375.063Z"
|
|
1610
|
+
}, null, -1), nl = [
|
|
1611
|
+
tl
|
|
1612
|
+
];
|
|
1613
|
+
function ll(e, n) {
|
|
1614
|
+
return s(), c("svg", el, nl);
|
|
1615
|
+
}
|
|
1616
|
+
const il = { name: "material-symbols-keyboard-arrow-down-rounded", render: ll }, al = { class: "label-container" }, ol = { class: "label" }, Ie = /* @__PURE__ */ I({
|
|
1617
|
+
__name: "MenuNavigationLinks",
|
|
1618
|
+
props: {
|
|
1619
|
+
id: null,
|
|
1620
|
+
label: null,
|
|
1621
|
+
linkItems: null
|
|
1622
|
+
},
|
|
1623
|
+
setup(e) {
|
|
1624
|
+
return (n, t) => (s(), N(ue, {
|
|
1625
|
+
id: `navigation-${e.id}`,
|
|
1626
|
+
class: "sol-menu-navigation-links-core"
|
|
1627
|
+
}, {
|
|
1628
|
+
label: p(({ isOpen: l }) => [
|
|
1629
|
+
m(n.$slots, "label", { isOpen: l }, () => [
|
|
1630
|
+
u("div", al, [
|
|
1631
|
+
u("span", ol, S(e.label), 1),
|
|
1632
|
+
L($(il), {
|
|
1633
|
+
class: k(["icon", { "-opened": l }]),
|
|
1634
|
+
"aria-hidden": "true"
|
|
1635
|
+
}, null, 8, ["class"])
|
|
1636
|
+
])
|
|
1637
|
+
])
|
|
1638
|
+
]),
|
|
1639
|
+
default: p(() => [
|
|
1640
|
+
(s(!0), c(j, null, Z(e.linkItems, (l, i) => (s(), N(he, {
|
|
1641
|
+
id: `${e.id}-${l.text}`,
|
|
1642
|
+
key: i,
|
|
1643
|
+
text: l.text,
|
|
1644
|
+
link: l.link,
|
|
1645
|
+
external: l.external,
|
|
1646
|
+
active: l.active
|
|
1647
|
+
}, {
|
|
1648
|
+
default: p(() => [
|
|
1649
|
+
m(n.$slots, "default", {
|
|
1650
|
+
id: e.id,
|
|
1651
|
+
active: l.active,
|
|
1652
|
+
link: l.link,
|
|
1653
|
+
text: l.text,
|
|
1654
|
+
external: l.external
|
|
1655
|
+
})
|
|
1656
|
+
]),
|
|
1657
|
+
_: 2
|
|
1658
|
+
}, 1032, ["id", "text", "link", "external", "active"]))), 128))
|
|
1659
|
+
]),
|
|
1660
|
+
_: 3
|
|
1661
|
+
}, 8, ["id"]));
|
|
1662
|
+
}
|
|
1663
|
+
});
|
|
1664
|
+
Ie.install = (e) => {
|
|
1665
|
+
e.component("SolMenuNavigationLinks", Ie);
|
|
1570
1666
|
};
|
|
1571
|
-
const
|
|
1667
|
+
const Ke = 12, Q = {
|
|
1572
1668
|
type: "success",
|
|
1573
1669
|
timeout: 5e3,
|
|
1574
1670
|
showIcon: !0,
|
|
@@ -1576,59 +1672,59 @@ const Ee = 12, K = {
|
|
|
1576
1672
|
position: "top-right",
|
|
1577
1673
|
hideProgressBar: !1
|
|
1578
1674
|
};
|
|
1579
|
-
function
|
|
1580
|
-
const t =
|
|
1675
|
+
function sl(e, n) {
|
|
1676
|
+
const t = ae({
|
|
1581
1677
|
id: null,
|
|
1582
1678
|
intervalId: null,
|
|
1583
1679
|
startTime: 0,
|
|
1584
|
-
remaining:
|
|
1585
|
-
}),
|
|
1680
|
+
remaining: n
|
|
1681
|
+
}), l = z(100);
|
|
1586
1682
|
function i() {
|
|
1587
1683
|
clearInterval(t.intervalId), clearTimeout(t.id), t.remaining -= Date.now() - t.startTime;
|
|
1588
1684
|
}
|
|
1589
1685
|
function a() {
|
|
1590
1686
|
t.startTime = Date.now(), clearTimeout(t.id), t.intervalId = setInterval(() => {
|
|
1591
|
-
|
|
1592
|
-
},
|
|
1687
|
+
l.value--;
|
|
1688
|
+
}, n / 100 - 5), t.id = setTimeout(e, t.remaining);
|
|
1593
1689
|
}
|
|
1594
1690
|
function o() {
|
|
1595
|
-
clearInterval(t.intervalId), clearTimeout(t.id),
|
|
1691
|
+
clearInterval(t.intervalId), clearTimeout(t.id), l.value = 100;
|
|
1596
1692
|
}
|
|
1597
|
-
return
|
|
1598
|
-
if (
|
|
1693
|
+
return pe(() => {
|
|
1694
|
+
if (n <= 0)
|
|
1599
1695
|
return !1;
|
|
1600
|
-
}),
|
|
1696
|
+
}), Je(() => {
|
|
1601
1697
|
o();
|
|
1602
1698
|
}), {
|
|
1603
1699
|
start: a,
|
|
1604
1700
|
stop: i,
|
|
1605
1701
|
clear: o,
|
|
1606
|
-
progress:
|
|
1702
|
+
progress: l
|
|
1607
1703
|
};
|
|
1608
1704
|
}
|
|
1609
|
-
function
|
|
1705
|
+
function dl(e) {
|
|
1610
1706
|
return {
|
|
1611
|
-
stylePosition:
|
|
1612
|
-
const { position: t, offset:
|
|
1707
|
+
stylePosition: D(() => {
|
|
1708
|
+
const { position: t, offset: l } = e();
|
|
1613
1709
|
switch (t) {
|
|
1614
1710
|
case "top-left":
|
|
1615
1711
|
return {
|
|
1616
1712
|
left: "0",
|
|
1617
|
-
top: `${
|
|
1713
|
+
top: `${l}px`
|
|
1618
1714
|
};
|
|
1619
1715
|
case "bottom-left":
|
|
1620
1716
|
return {
|
|
1621
1717
|
left: "0",
|
|
1622
|
-
bottom: `${
|
|
1718
|
+
bottom: `${l}px`
|
|
1623
1719
|
};
|
|
1624
1720
|
case "bottom-right":
|
|
1625
1721
|
return {
|
|
1626
1722
|
right: "0",
|
|
1627
|
-
bottom: `${
|
|
1723
|
+
bottom: `${l}px`
|
|
1628
1724
|
};
|
|
1629
1725
|
case "top-center":
|
|
1630
1726
|
return {
|
|
1631
|
-
top: `${
|
|
1727
|
+
top: `${l}px`,
|
|
1632
1728
|
left: "0",
|
|
1633
1729
|
right: "0",
|
|
1634
1730
|
marginRight: "auto",
|
|
@@ -1636,7 +1732,7 @@ function Fl(e) {
|
|
|
1636
1732
|
};
|
|
1637
1733
|
case "bottom-center":
|
|
1638
1734
|
return {
|
|
1639
|
-
bottom: `${
|
|
1735
|
+
bottom: `${l}px`,
|
|
1640
1736
|
left: "0",
|
|
1641
1737
|
right: "0",
|
|
1642
1738
|
marginRight: "auto",
|
|
@@ -1645,107 +1741,107 @@ function Fl(e) {
|
|
|
1645
1741
|
default:
|
|
1646
1742
|
return {
|
|
1647
1743
|
right: "0",
|
|
1648
|
-
top: `${
|
|
1744
|
+
top: `${l}px`
|
|
1649
1745
|
};
|
|
1650
1746
|
}
|
|
1651
1747
|
})
|
|
1652
1748
|
};
|
|
1653
1749
|
}
|
|
1654
|
-
var
|
|
1655
|
-
const
|
|
1750
|
+
var Ge = /* @__PURE__ */ ((e) => (e["top-left"] = "bounce-left", e["top-right"] = "bounce-right", e["top-center"] = "bounce-down", e["bottom-left"] = "bounce-left", e["bottom-center"] = "bounce-up", e["bottom-right"] = "bounce-right", e))(Ge || {});
|
|
1751
|
+
const cl = {
|
|
1656
1752
|
preserveAspectRatio: "xMidYMid meet",
|
|
1657
1753
|
viewBox: "0 0 24 24",
|
|
1658
1754
|
width: "1em",
|
|
1659
1755
|
height: "1em"
|
|
1660
|
-
},
|
|
1756
|
+
}, rl = /* @__PURE__ */ u("path", {
|
|
1661
1757
|
fill: "currentColor",
|
|
1662
1758
|
d: "M12 4a8 8 0 1 0 0 16a8 8 0 0 0 0-16zM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12zm14.664-3.247a1 1 0 0 1 .083 1.411l-5.333 6a1 1 0 0 1-1.495 0l-2.666-3a1 1 0 0 1 1.494-1.328l1.92 2.159l4.586-5.16a1 1 0 0 1 1.411-.082z"
|
|
1663
|
-
}, null, -1),
|
|
1664
|
-
|
|
1759
|
+
}, null, -1), ul = [
|
|
1760
|
+
rl
|
|
1665
1761
|
];
|
|
1666
|
-
function
|
|
1667
|
-
return s(),
|
|
1762
|
+
function hl(e, n) {
|
|
1763
|
+
return s(), c("svg", cl, ul);
|
|
1668
1764
|
}
|
|
1669
|
-
const
|
|
1765
|
+
const fl = { name: "mi-circle-check", render: hl }, ml = {
|
|
1670
1766
|
preserveAspectRatio: "xMidYMid meet",
|
|
1671
1767
|
viewBox: "0 0 24 24",
|
|
1672
1768
|
width: "1em",
|
|
1673
1769
|
height: "1em"
|
|
1674
|
-
},
|
|
1770
|
+
}, vl = /* @__PURE__ */ u("path", {
|
|
1675
1771
|
fill: "currentColor",
|
|
1676
1772
|
d: "M12 4a8 8 0 1 0 0 16a8 8 0 0 0 0-16zM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12zm5.793-4.207a1 1 0 0 1 1.414 0L12 10.586l2.793-2.793a1 1 0 1 1 1.414 1.414L13.414 12l2.793 2.793a1 1 0 0 1-1.414 1.414L12 13.414l-2.793 2.793a1 1 0 0 1-1.414-1.414L10.586 12L7.793 9.207a1 1 0 0 1 0-1.414z"
|
|
1677
|
-
}, null, -1),
|
|
1678
|
-
|
|
1773
|
+
}, null, -1), $l = [
|
|
1774
|
+
vl
|
|
1679
1775
|
];
|
|
1680
|
-
function
|
|
1681
|
-
return s(),
|
|
1776
|
+
function bl(e, n) {
|
|
1777
|
+
return s(), c("svg", ml, $l);
|
|
1682
1778
|
}
|
|
1683
|
-
const
|
|
1779
|
+
const yl = { name: "mi-circle-error", render: bl }, gl = {
|
|
1684
1780
|
preserveAspectRatio: "xMidYMid meet",
|
|
1685
1781
|
viewBox: "0 0 24 24",
|
|
1686
1782
|
width: "1em",
|
|
1687
1783
|
height: "1em"
|
|
1688
|
-
},
|
|
1689
|
-
/* @__PURE__ */
|
|
1690
|
-
/* @__PURE__ */
|
|
1691
|
-
], -1),
|
|
1692
|
-
|
|
1784
|
+
}, wl = /* @__PURE__ */ u("g", { fill: "currentColor" }, [
|
|
1785
|
+
/* @__PURE__ */ u("path", { d: "M12 4a8 8 0 1 0 0 16a8 8 0 0 0 0-16zM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12z" }),
|
|
1786
|
+
/* @__PURE__ */ u("path", { d: "M12 14a1 1 0 0 1-1-1V7a1 1 0 1 1 2 0v6a1 1 0 0 1-1 1zm-1.5 2.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0z" })
|
|
1787
|
+
], -1), xl = [
|
|
1788
|
+
wl
|
|
1693
1789
|
];
|
|
1694
|
-
function
|
|
1695
|
-
return s(),
|
|
1790
|
+
function kl(e, n) {
|
|
1791
|
+
return s(), c("svg", gl, xl);
|
|
1696
1792
|
}
|
|
1697
|
-
const
|
|
1793
|
+
const Sl = { name: "mi-circle-warning", render: kl }, Cl = ["id", "data-testid"], Bl = { class: "content-wrapper" }, Il = {
|
|
1698
1794
|
key: 0,
|
|
1699
1795
|
class: "icon-container",
|
|
1700
1796
|
"aria-hidden": "true"
|
|
1701
|
-
},
|
|
1797
|
+
}, Ol = { class: "content" }, Ml = {
|
|
1702
1798
|
key: 0,
|
|
1703
1799
|
class: "description"
|
|
1704
|
-
},
|
|
1800
|
+
}, Tl = ["data-testid"], Ll = /* @__PURE__ */ I({
|
|
1705
1801
|
__name: "Toast",
|
|
1706
1802
|
props: {
|
|
1707
1803
|
id: null,
|
|
1708
|
-
type: { default:
|
|
1804
|
+
type: { default: Q.type },
|
|
1709
1805
|
visible: { type: Boolean, default: !1 },
|
|
1710
1806
|
title: null,
|
|
1711
1807
|
description: null,
|
|
1712
1808
|
timeout: null,
|
|
1713
|
-
hideProgressBar: { type: Boolean, default:
|
|
1714
|
-
showIcon: { type: Boolean, default:
|
|
1809
|
+
hideProgressBar: { type: Boolean, default: Q.hideProgressBar },
|
|
1810
|
+
showIcon: { type: Boolean, default: Q.showIcon },
|
|
1715
1811
|
offset: { default: 0 },
|
|
1716
1812
|
onClose: null,
|
|
1717
1813
|
onCloseHandler: null,
|
|
1718
|
-
position: { default:
|
|
1814
|
+
position: { default: Q.position }
|
|
1719
1815
|
},
|
|
1720
1816
|
setup(e) {
|
|
1721
|
-
const
|
|
1722
|
-
var
|
|
1723
|
-
(
|
|
1724
|
-
},
|
|
1725
|
-
offset:
|
|
1726
|
-
position:
|
|
1727
|
-
})), o =
|
|
1817
|
+
const n = e, { start: t, stop: l, progress: i } = sl(() => {
|
|
1818
|
+
var h;
|
|
1819
|
+
(h = n.onCloseHandler) == null || h.call(n);
|
|
1820
|
+
}, n.timeout), { stylePosition: a } = dl(() => ({
|
|
1821
|
+
offset: n.offset,
|
|
1822
|
+
position: n.position
|
|
1823
|
+
})), o = D(() => n.title && n.description);
|
|
1728
1824
|
function d() {
|
|
1729
|
-
|
|
1825
|
+
n.timeout > 0 && l();
|
|
1730
1826
|
}
|
|
1731
1827
|
function r() {
|
|
1732
1828
|
t();
|
|
1733
1829
|
}
|
|
1734
|
-
return
|
|
1830
|
+
return pe(() => {
|
|
1735
1831
|
t();
|
|
1736
|
-
}), (
|
|
1737
|
-
name:
|
|
1832
|
+
}), (h, f) => (s(), N(Me, {
|
|
1833
|
+
name: $(Ge)[e.position],
|
|
1738
1834
|
type: "animation"
|
|
1739
1835
|
}, {
|
|
1740
|
-
default:
|
|
1741
|
-
e.visible ? (s(),
|
|
1836
|
+
default: p(() => [
|
|
1837
|
+
e.visible ? (s(), c("div", {
|
|
1742
1838
|
key: 0,
|
|
1743
1839
|
id: `toast-${e.type}-${e.id}`,
|
|
1744
1840
|
role: "status",
|
|
1745
1841
|
"data-testid": `toast-${e.type}-${e.id}`,
|
|
1746
|
-
style:
|
|
1747
|
-
class: k(["sol-toast-core", [`-${e.type}`, { "-multiline":
|
|
1748
|
-
onKeyup:
|
|
1842
|
+
style: oe($(a)),
|
|
1843
|
+
class: k(["sol-toast-core", [`-${e.type}`, { "-multiline": $(o) }]]),
|
|
1844
|
+
onKeyup: f[1] || (f[1] = _(
|
|
1749
1845
|
(...B) => e.onCloseHandler && e.onCloseHandler(...B),
|
|
1750
1846
|
["esc"]
|
|
1751
1847
|
)),
|
|
@@ -1754,60 +1850,60 @@ const ln = { name: "mi-circle-warning", render: tn }, nn = ["id", "data-testid"]
|
|
|
1754
1850
|
onFocusin: d,
|
|
1755
1851
|
onFocusout: r
|
|
1756
1852
|
}, [
|
|
1757
|
-
|
|
1758
|
-
e.showIcon ? (s(),
|
|
1759
|
-
|
|
1760
|
-
e.type === "success" ? (s(),
|
|
1853
|
+
u("section", Bl, [
|
|
1854
|
+
e.showIcon ? (s(), c("div", Il, [
|
|
1855
|
+
m(h.$slots, "icon-status", { type: e.type }, () => [
|
|
1856
|
+
e.type === "success" ? (s(), N($(fl), {
|
|
1761
1857
|
key: 0,
|
|
1762
1858
|
class: "icon"
|
|
1763
|
-
})) :
|
|
1764
|
-
e.type === "info" ? (s(),
|
|
1859
|
+
})) : T("", !0),
|
|
1860
|
+
e.type === "info" ? (s(), N($(Sl), {
|
|
1765
1861
|
key: 1,
|
|
1766
1862
|
class: "icon"
|
|
1767
|
-
})) :
|
|
1768
|
-
e.type === "danger" ? (s(),
|
|
1863
|
+
})) : T("", !0),
|
|
1864
|
+
e.type === "danger" ? (s(), N($(yl), {
|
|
1769
1865
|
key: 2,
|
|
1770
1866
|
class: "icon"
|
|
1771
|
-
})) :
|
|
1867
|
+
})) : T("", !0)
|
|
1772
1868
|
])
|
|
1773
|
-
])) :
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
class: k(["title", { "-multiline":
|
|
1869
|
+
])) : T("", !0),
|
|
1870
|
+
u("div", Ol, [
|
|
1871
|
+
u("p", {
|
|
1872
|
+
class: k(["title", { "-multiline": $(o) }])
|
|
1777
1873
|
}, [
|
|
1778
|
-
|
|
1779
|
-
|
|
1874
|
+
m(h.$slots, "title", {}, () => [
|
|
1875
|
+
R(S(e.title), 1)
|
|
1780
1876
|
])
|
|
1781
1877
|
], 2),
|
|
1782
|
-
e.description ? (s(),
|
|
1783
|
-
|
|
1784
|
-
|
|
1878
|
+
e.description ? (s(), c("p", Ml, [
|
|
1879
|
+
m(h.$slots, "description", {}, () => [
|
|
1880
|
+
R(S(e.description), 1)
|
|
1785
1881
|
])
|
|
1786
|
-
])) :
|
|
1882
|
+
])) : T("", !0)
|
|
1787
1883
|
])
|
|
1788
1884
|
]),
|
|
1789
|
-
|
|
1885
|
+
u("button", {
|
|
1790
1886
|
type: "button",
|
|
1791
|
-
class: k(["close", { "-multiline":
|
|
1887
|
+
class: k(["close", { "-multiline": $(o) }]),
|
|
1792
1888
|
"data-testid": `toast-close-button-${e.type}-${e.id}`,
|
|
1793
1889
|
"aria-label": "close notification",
|
|
1794
|
-
onClick:
|
|
1890
|
+
onClick: f[0] || (f[0] = (...B) => e.onCloseHandler && e.onCloseHandler(...B))
|
|
1795
1891
|
}, [
|
|
1796
|
-
L(
|
|
1797
|
-
], 10,
|
|
1798
|
-
e.hideProgressBar ?
|
|
1892
|
+
L($(Fe), { class: "icon" })
|
|
1893
|
+
], 10, Tl),
|
|
1894
|
+
e.hideProgressBar ? T("", !0) : (s(), c("div", {
|
|
1799
1895
|
key: 0,
|
|
1800
1896
|
class: "progressbar",
|
|
1801
1897
|
"aria-hidden": "true",
|
|
1802
|
-
style:
|
|
1898
|
+
style: oe({ width: `${$(i)}%` })
|
|
1803
1899
|
}, null, 4))
|
|
1804
|
-
], 46,
|
|
1900
|
+
], 46, Cl)) : T("", !0)
|
|
1805
1901
|
]),
|
|
1806
1902
|
_: 3
|
|
1807
1903
|
}, 8, ["name"]));
|
|
1808
1904
|
}
|
|
1809
1905
|
});
|
|
1810
|
-
const
|
|
1906
|
+
const te = {
|
|
1811
1907
|
"top-left": [],
|
|
1812
1908
|
"top-right": [],
|
|
1813
1909
|
"top-center": [],
|
|
@@ -1815,135 +1911,137 @@ const X = {
|
|
|
1815
1911
|
"bottom-right": [],
|
|
1816
1912
|
"bottom-center": []
|
|
1817
1913
|
};
|
|
1818
|
-
function
|
|
1914
|
+
function Dl() {
|
|
1819
1915
|
let e = 0;
|
|
1820
|
-
function
|
|
1821
|
-
Object.entries(
|
|
1916
|
+
function n() {
|
|
1917
|
+
Object.entries(te).forEach(([l, i]) => {
|
|
1822
1918
|
i.length && i.forEach((a) => {
|
|
1823
1919
|
var d;
|
|
1824
1920
|
const o = (d = a.toastVNode.props) == null ? void 0 : d.id;
|
|
1825
|
-
|
|
1921
|
+
Oe(o, l);
|
|
1826
1922
|
});
|
|
1827
1923
|
});
|
|
1828
1924
|
}
|
|
1829
1925
|
return {
|
|
1830
|
-
createToast: (
|
|
1831
|
-
const a = e++, o = i ?
|
|
1832
|
-
return i != null && i.showOneToast &&
|
|
1833
|
-
close: () =>
|
|
1926
|
+
createToast: (l, i) => {
|
|
1927
|
+
const a = e++, o = i ? Pl(i) : Q;
|
|
1928
|
+
return i != null && i.showOneToast && n(), zl(a, o, typeof l == "string" ? { title: l } : l), {
|
|
1929
|
+
close: () => Oe(a, o.position)
|
|
1834
1930
|
};
|
|
1835
1931
|
},
|
|
1836
|
-
clearAllToasts:
|
|
1932
|
+
clearAllToasts: n
|
|
1837
1933
|
};
|
|
1838
1934
|
}
|
|
1839
|
-
function
|
|
1840
|
-
const
|
|
1841
|
-
...
|
|
1935
|
+
function Pl(e) {
|
|
1936
|
+
const n = {
|
|
1937
|
+
...Q,
|
|
1842
1938
|
...e,
|
|
1843
1939
|
showIcon: e.showIcon
|
|
1844
1940
|
};
|
|
1845
|
-
return
|
|
1941
|
+
return n.hideProgressBar = !!(n.timeout && (n == null ? void 0 : n.timeout) <= 0), e.hideProgressBar && (n.hideProgressBar = e.hideProgressBar), n;
|
|
1846
1942
|
}
|
|
1847
|
-
function
|
|
1943
|
+
function zl(e, n, t) {
|
|
1848
1944
|
setTimeout(() => {
|
|
1849
|
-
const
|
|
1945
|
+
const l = Al(n, te, Ke), i = document.createElement("div");
|
|
1850
1946
|
document.body.appendChild(i);
|
|
1851
1947
|
const a = L(
|
|
1852
|
-
|
|
1853
|
-
|
|
1948
|
+
Ll,
|
|
1949
|
+
Vl(n, e, l, Oe, t)
|
|
1854
1950
|
);
|
|
1855
|
-
|
|
1951
|
+
De(a, i), te[n.position].push({ toastVNode: a, container: i }), a.component && (a.component.props.visible = !0);
|
|
1856
1952
|
}, 1);
|
|
1857
1953
|
}
|
|
1858
|
-
function
|
|
1954
|
+
function Vl(e, n, t, l, i) {
|
|
1859
1955
|
return {
|
|
1860
1956
|
...e,
|
|
1861
1957
|
...i,
|
|
1862
|
-
id:
|
|
1958
|
+
id: n,
|
|
1863
1959
|
offset: t,
|
|
1864
1960
|
visible: !1,
|
|
1865
1961
|
onCloseHandler() {
|
|
1866
|
-
n
|
|
1962
|
+
l(n, e.position ? e.position : "top-right");
|
|
1867
1963
|
}
|
|
1868
1964
|
};
|
|
1869
1965
|
}
|
|
1870
|
-
function
|
|
1966
|
+
function Al(e, n, t) {
|
|
1871
1967
|
if (!e.position)
|
|
1872
1968
|
throw new Error("no position");
|
|
1873
|
-
return
|
|
1969
|
+
return n[e.position].reduce((l, { toastVNode: i }) => (l += i.el.offsetHeight + t || 0, l), t);
|
|
1874
1970
|
}
|
|
1875
|
-
function
|
|
1876
|
-
for (let i = e; i <
|
|
1877
|
-
const { toastVNode: a } =
|
|
1971
|
+
function El(e, n, t, l) {
|
|
1972
|
+
for (let i = e; i < n.length; i++) {
|
|
1973
|
+
const { toastVNode: a } = n[i];
|
|
1878
1974
|
if (!a.el)
|
|
1879
1975
|
return;
|
|
1880
|
-
const o = t.split("-")[0] || "top", d = parseInt(a.el.style[o], 10) -
|
|
1976
|
+
const o = t.split("-")[0] || "top", d = parseInt(a.el.style[o], 10) - l - Ke;
|
|
1881
1977
|
if (!a.component)
|
|
1882
1978
|
return;
|
|
1883
1979
|
a.component.props.offset = d;
|
|
1884
1980
|
}
|
|
1885
1981
|
}
|
|
1886
|
-
function
|
|
1982
|
+
function Oe(e, n) {
|
|
1887
1983
|
var r;
|
|
1888
|
-
const t =
|
|
1889
|
-
({ toastVNode:
|
|
1890
|
-
var
|
|
1891
|
-
return e === ((
|
|
1984
|
+
const t = te[n], l = t.findIndex(
|
|
1985
|
+
({ toastVNode: h }) => {
|
|
1986
|
+
var f;
|
|
1987
|
+
return e === ((f = h == null ? void 0 : h.props) == null ? void 0 : f.id);
|
|
1892
1988
|
}
|
|
1893
1989
|
);
|
|
1894
|
-
if (
|
|
1990
|
+
if (l === -1)
|
|
1895
1991
|
return;
|
|
1896
|
-
const { container: i, toastVNode: a } = t[
|
|
1897
|
-
if (
|
|
1992
|
+
const { container: i, toastVNode: a } = t[l], o = (r = a == null ? void 0 : a.el) == null ? void 0 : r.offsetHeight;
|
|
1993
|
+
if (te[n].splice(l, 1), El(l, t, n, o), !a.component)
|
|
1898
1994
|
return;
|
|
1899
1995
|
const d = a.component.props;
|
|
1900
1996
|
d.visible = !1, d.onClose && d.onClose(), setTimeout(() => {
|
|
1901
|
-
|
|
1997
|
+
De(null, i), document.body.removeChild(i);
|
|
1902
1998
|
}, 1e3);
|
|
1903
1999
|
}
|
|
1904
2000
|
console.log("%c\u{1F33B}[Girassol]\u{1F33B}", "padding: 8px;background: #212121;color: gold; font-family: 'Fira code'; font-weight: bold; font-size: 1.2rem");
|
|
1905
|
-
const
|
|
1906
|
-
SolButton:
|
|
1907
|
-
SolButtonDestructive:
|
|
2001
|
+
const Ae = {
|
|
2002
|
+
SolButton: ee,
|
|
2003
|
+
SolButtonDestructive: Re,
|
|
1908
2004
|
SolInput: W,
|
|
1909
|
-
SolTextarea:
|
|
1910
|
-
SolTextfield:
|
|
1911
|
-
SolTextfieldPassword:
|
|
1912
|
-
SolRadio:
|
|
1913
|
-
SolRadioGroup:
|
|
1914
|
-
SolCheckbox:
|
|
1915
|
-
SolCheckboxGroup:
|
|
1916
|
-
SolSwitch:
|
|
1917
|
-
SolDropdown:
|
|
1918
|
-
SolSelect:
|
|
1919
|
-
SolChip:
|
|
1920
|
-
SolAccordion:
|
|
1921
|
-
SolMenu:
|
|
1922
|
-
SolMenuItemLink:
|
|
2005
|
+
SolTextarea: be,
|
|
2006
|
+
SolTextfield: se,
|
|
2007
|
+
SolTextfieldPassword: $e,
|
|
2008
|
+
SolRadio: de,
|
|
2009
|
+
SolRadioGroup: ye,
|
|
2010
|
+
SolCheckbox: ce,
|
|
2011
|
+
SolCheckboxGroup: ge,
|
|
2012
|
+
SolSwitch: we,
|
|
2013
|
+
SolDropdown: Se,
|
|
2014
|
+
SolSelect: Ce,
|
|
2015
|
+
SolChip: re,
|
|
2016
|
+
SolAccordion: Be,
|
|
2017
|
+
SolMenu: ue,
|
|
2018
|
+
SolMenuItemLink: he,
|
|
2019
|
+
SolMenuNavigationLinks: Ie
|
|
1923
2020
|
};
|
|
1924
|
-
function
|
|
1925
|
-
for (const
|
|
1926
|
-
e.component(
|
|
2021
|
+
function Rl(e) {
|
|
2022
|
+
for (const n in Ae)
|
|
2023
|
+
e.component(n, Ae[n]);
|
|
1927
2024
|
}
|
|
1928
2025
|
export {
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
2026
|
+
Be as SolAccordion,
|
|
2027
|
+
ee as SolButton,
|
|
2028
|
+
Re as SolButtonDestructive,
|
|
2029
|
+
ce as SolCheckbox,
|
|
2030
|
+
ge as SolCheckboxGroup,
|
|
2031
|
+
re as SolChip,
|
|
2032
|
+
Se as SolDropdown,
|
|
1936
2033
|
W as SolInput,
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
2034
|
+
ue as SolMenu,
|
|
2035
|
+
he as SolMenuItemLink,
|
|
2036
|
+
Ie as SolMenuNavigationLinks,
|
|
2037
|
+
de as SolRadio,
|
|
2038
|
+
ye as SolRadioGroup,
|
|
2039
|
+
Ce as SolSelect,
|
|
2040
|
+
we as SolSwitch,
|
|
2041
|
+
be as SolTextarea,
|
|
2042
|
+
se as SolTextfield,
|
|
2043
|
+
$e as SolTextfieldPassword,
|
|
2044
|
+
Ae as components,
|
|
2045
|
+
Rl as install,
|
|
2046
|
+
Dl as useToast
|
|
1949
2047
|
};
|