@matechat/core 1.8.0 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Bubble/index.css +1 -1
- package/Bubble/index.js +141 -136
- package/Input/index.js +216 -116
- package/MarkdownCard/index.css +1 -1
- package/MarkdownCard/index.js +186 -182
- package/README.md +1 -1
- package/package.json +1 -1
package/Bubble/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.mc-bubble-
|
|
1
|
+
.mc-bubble-loading[data-v-395fc568]{display:flex;align-items:center;gap:8px}.mc-bubble-loading .loading-dot[data-v-395fc568]{width:8px;height:8px;border-radius:5px;background-color:#9880ff}.mc-bubble-loading .loading-dot.dot-start[data-v-395fc568]{animation:dotFlashing-395fc568 1s infinite linear alternate;animation-delay:0s}.mc-bubble-loading .loading-dot.dot-middle[data-v-395fc568]{animation:dotFlashing-395fc568 1s infinite linear alternate;animation-delay:.5s}.mc-bubble-loading .loading-dot.dot-end[data-v-395fc568]{animation:dotFlashing-395fc568 1s infinite linear alternate;animation-delay:1s}@keyframes dotFlashing-395fc568{0%{background-color:#9880ff}to{background-color:#ebe6ff}}.mc-bubble-avatar-wrapper{display:inline-block}.mc-bubble-avatar-wrapper .mc-bubble-avatar-style{display:inline-block;text-align:center;color:var(--devui-light-text, #ffffff)}.mc-bubble-avatar-wrapper .mc-bubble-avatar-background-0{background-color:#ff8b87}.mc-bubble-avatar-wrapper .mc-bubble-avatar-background-1{background-color:#7693f5}.mc-bubble[data-v-f104b241]{display:flex;gap:4px;font-size:var(--devui-font-size, 14px)}.mc-bubble .mc-bubble-content[data-v-f104b241]{word-wrap:break-word}.mc-bubble .mc-bubble-content.filled[data-v-f104b241],.mc-bubble .mc-bubble-content.bordered[data-v-f104b241]{padding:12px 16px;border-radius:12px}.mc-bubble .mc-bubble-content.filled[data-v-f104b241]{background-color:var(--devui-global-bg, #f6f6f8)}.mc-bubble .mc-bubble-content.bordered[data-v-f104b241]{border:1px solid var(--devui-dividing-line, #f2f2f3)}.mc-bubble .mc-bubble-avatar[data-v-f104b241]{flex-shrink:0;display:flex;gap:4px}.mc-bubble .mc-bubble-avatar .mc-bubble-avatar-name[data-v-f104b241]{font-size:14px}.mc-bubble .mc-bubble-avatar.empty-avatar[data-v-f104b241]{visibility:hidden}.mc-bubble.mc-bubble-avatar-top .mc-bubble-avatar[data-v-f104b241]{align-items:center}.mc-bubble .mc-bubble-content-container[data-v-f104b241]{max-width:100%}.mc-bubble.mc-bubble-avatar-top[data-v-f104b241]{flex-direction:column}.mc-bubble.mc-bubble-avatar-top .mc-bubble-content-container[data-v-f104b241]{align-items:flex-start;flex-direction:column}.mc-bubble.mc-bubble-loading.mc-bubble-avatar-side[data-v-f104b241]{align-items:center}.mc-bubble.mc-bubble-avatar-side.mc-bubble-right[data-v-f104b241]{flex-direction:row-reverse;justify-content:end}.mc-bubble.mc-bubble-avatar-top .mc-bubble-avatar[data-v-f104b241],.mc-bubble.mc-bubble-avatar-top .mc-bubble-content-container[data-v-f104b241]{display:flex}.mc-bubble.mc-bubble-avatar-top.mc-bubble-right .mc-bubble-avatar[data-v-f104b241],.mc-bubble.mc-bubble-avatar-top.mc-bubble-right .mc-bubble-content-container[data-v-f104b241]{align-items:flex-end}.mc-bubble.mc-bubble-avatar-top.mc-bubble-right .mc-bubble-avatar[data-v-f104b241]{flex-direction:row-reverse}
|
package/Bubble/index.js
CHANGED
|
@@ -1,6 +1,61 @@
|
|
|
1
1
|
import "./index.css";
|
|
2
|
-
import {
|
|
3
|
-
const
|
|
2
|
+
import { createElementBlock as o, openBlock as r, createElementVNode as v, defineComponent as Z, normalizeStyle as h, ref as f, watch as N, createCommentVNode as u, normalizeClass as L, toDisplayString as A, createVNode as M, useSlots as B, computed as $, unref as w, renderSlot as p, normalizeProps as R, guardReactiveProps as _, createTextVNode as E } from "vue";
|
|
3
|
+
const k = (i, a) => {
|
|
4
|
+
const s = i.__vccOpts || i;
|
|
5
|
+
for (const [n, c] of a)
|
|
6
|
+
s[n] = c;
|
|
7
|
+
return s;
|
|
8
|
+
}, F = {}, T = { class: "mc-bubble-loading" };
|
|
9
|
+
function D(i, a) {
|
|
10
|
+
return r(), o("div", T, [...a[0] || (a[0] = [
|
|
11
|
+
v(
|
|
12
|
+
"div",
|
|
13
|
+
{ class: "loading-dot dot-start" },
|
|
14
|
+
null,
|
|
15
|
+
-1
|
|
16
|
+
/* CACHED */
|
|
17
|
+
),
|
|
18
|
+
v(
|
|
19
|
+
"div",
|
|
20
|
+
{ class: "loading-dot dot-middle" },
|
|
21
|
+
null,
|
|
22
|
+
-1
|
|
23
|
+
/* CACHED */
|
|
24
|
+
),
|
|
25
|
+
v(
|
|
26
|
+
"div",
|
|
27
|
+
{ class: "loading-dot dot-end" },
|
|
28
|
+
null,
|
|
29
|
+
-1
|
|
30
|
+
/* CACHED */
|
|
31
|
+
)
|
|
32
|
+
])]);
|
|
33
|
+
}
|
|
34
|
+
const I = /* @__PURE__ */ k(F, [["render", D], ["__scopeId", "data-v-395fc568"]]), z = 36, P = 36, U = "name", H = "imgSrc", O = {
|
|
35
|
+
content: {
|
|
36
|
+
type: String,
|
|
37
|
+
default: ""
|
|
38
|
+
},
|
|
39
|
+
loading: {
|
|
40
|
+
type: Boolean,
|
|
41
|
+
default: !1
|
|
42
|
+
},
|
|
43
|
+
align: {
|
|
44
|
+
type: String,
|
|
45
|
+
default: "left"
|
|
46
|
+
},
|
|
47
|
+
avatarPosition: {
|
|
48
|
+
type: String,
|
|
49
|
+
default: "side"
|
|
50
|
+
},
|
|
51
|
+
variant: {
|
|
52
|
+
type: String,
|
|
53
|
+
default: "filled"
|
|
54
|
+
},
|
|
55
|
+
avatarConfig: {
|
|
56
|
+
type: Object
|
|
57
|
+
}
|
|
58
|
+
}, j = {
|
|
4
59
|
name: {
|
|
5
60
|
type: String,
|
|
6
61
|
default: ""
|
|
@@ -24,7 +79,7 @@ const T = {
|
|
|
24
79
|
type: String,
|
|
25
80
|
default: ""
|
|
26
81
|
}
|
|
27
|
-
},
|
|
82
|
+
}, G = /* @__PURE__ */ Z({
|
|
28
83
|
__name: "AvatarBodyIcon",
|
|
29
84
|
props: {
|
|
30
85
|
width: {
|
|
@@ -37,7 +92,7 @@ const T = {
|
|
|
37
92
|
}
|
|
38
93
|
},
|
|
39
94
|
setup(i) {
|
|
40
|
-
return (a, s) => (r(),
|
|
95
|
+
return (a, s) => (r(), o(
|
|
41
96
|
"svg",
|
|
42
97
|
{
|
|
43
98
|
style: h({
|
|
@@ -79,7 +134,7 @@ const T = {
|
|
|
79
134
|
/* STYLE */
|
|
80
135
|
));
|
|
81
136
|
}
|
|
82
|
-
}),
|
|
137
|
+
}), W = /* @__PURE__ */ Z({
|
|
83
138
|
__name: "AvatarNoBodyIcon",
|
|
84
139
|
props: {
|
|
85
140
|
width: {
|
|
@@ -92,7 +147,7 @@ const T = {
|
|
|
92
147
|
}
|
|
93
148
|
},
|
|
94
149
|
setup(i) {
|
|
95
|
-
return (a, s) => (r(),
|
|
150
|
+
return (a, s) => (r(), o(
|
|
96
151
|
"svg",
|
|
97
152
|
{
|
|
98
153
|
style: h({
|
|
@@ -211,56 +266,56 @@ const T = {
|
|
|
211
266
|
/* STYLE */
|
|
212
267
|
));
|
|
213
268
|
}
|
|
214
|
-
}),
|
|
269
|
+
}), q = { class: "mc-bubble-avatar-wrapper" }, J = ["src"], K = /* @__PURE__ */ Z({
|
|
215
270
|
__name: "Avatar",
|
|
216
|
-
props:
|
|
271
|
+
props: j,
|
|
217
272
|
setup(i) {
|
|
218
|
-
const a = i, s =
|
|
273
|
+
const a = i, s = f(!1), n = f(!0), c = f(1), t = f(12), l = f(), g = (e) => {
|
|
219
274
|
if (a.gender) {
|
|
220
|
-
a.gender.toLowerCase() === "male" ?
|
|
275
|
+
a.gender.toLowerCase() === "male" ? c.value = 1 : a.gender.toLowerCase() === "female" && (c.value = 0);
|
|
221
276
|
return;
|
|
222
277
|
}
|
|
223
|
-
const
|
|
224
|
-
|
|
225
|
-
},
|
|
278
|
+
const d = e.charCodeAt(0);
|
|
279
|
+
c.value = d % 2;
|
|
280
|
+
}, m = (e, d) => {
|
|
226
281
|
if (e.length < 2)
|
|
227
|
-
|
|
282
|
+
l.value = e;
|
|
228
283
|
else if (/^[\u4e00-\u9fa5]/.test(e))
|
|
229
|
-
|
|
284
|
+
l.value = e.substr(e.length - 2, 2);
|
|
230
285
|
else if (/^[A-Za-z]/.test(e))
|
|
231
286
|
if (/[_ -]/.test(e)) {
|
|
232
|
-
const
|
|
233
|
-
|
|
287
|
+
const C = e.split(/_|-|\s+/)[0], y = e.split(/_|-|\s+/)[1];
|
|
288
|
+
l.value = C.substr(0, 1).toUpperCase() + y.substr(0, 1).toUpperCase();
|
|
234
289
|
} else
|
|
235
|
-
|
|
290
|
+
l.value = e.substr(0, 2).toUpperCase();
|
|
236
291
|
else
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
},
|
|
240
|
-
const
|
|
241
|
-
|
|
292
|
+
l.value = e.substr(0, 2);
|
|
293
|
+
d < 30 && (l.value = e.substr(0, 1).toUpperCase()), g(e.substr(0, 1));
|
|
294
|
+
}, b = (e) => {
|
|
295
|
+
const d = e, C = Math.min(a.width, a.height);
|
|
296
|
+
d ? (n.value = !1, m(d, C)) : d === "" ? (n.value = !1, l.value = "") : n.value = !0, t.value = C / 4 + 3;
|
|
242
297
|
};
|
|
243
|
-
return
|
|
244
|
-
|
|
245
|
-
}), (e,
|
|
246
|
-
var
|
|
247
|
-
return r(),
|
|
248
|
-
e.imgSrc && !s.value ? (r(),
|
|
298
|
+
return b(a.name), N([() => a.name, () => a.width, () => a.height, () => a.gender], () => {
|
|
299
|
+
b(a.name);
|
|
300
|
+
}), (e, d) => {
|
|
301
|
+
var C, y;
|
|
302
|
+
return r(), o("span", q, [
|
|
303
|
+
e.imgSrc && !s.value ? (r(), o("img", {
|
|
249
304
|
key: 0,
|
|
250
305
|
src: e.imgSrc,
|
|
251
306
|
alt: "",
|
|
252
|
-
onError:
|
|
307
|
+
onError: d[0] || (d[0] = () => s.value = !0),
|
|
253
308
|
style: h({
|
|
254
309
|
height: `${e.height}px`,
|
|
255
310
|
width: `${e.width}px`,
|
|
256
311
|
borderRadius: e.isRound ? "100%" : "0"
|
|
257
312
|
})
|
|
258
|
-
}, null, 44,
|
|
259
|
-
!e.imgSrc && !n.value && ((
|
|
313
|
+
}, null, 44, J)) : u("v-if", !0),
|
|
314
|
+
!e.imgSrc && !n.value && ((C = l.value) == null ? void 0 : C.length) !== 0 ? (r(), o(
|
|
260
315
|
"span",
|
|
261
316
|
{
|
|
262
317
|
key: 1,
|
|
263
|
-
class:
|
|
318
|
+
class: L(["mc-bubble-avatar-style", `mc-bubble-avatar-background-${c.value}`]),
|
|
264
319
|
style: h({
|
|
265
320
|
height: `${e.height}px`,
|
|
266
321
|
width: `${e.width}px`,
|
|
@@ -269,11 +324,11 @@ const T = {
|
|
|
269
324
|
borderRadius: e.isRound ? "100%" : "0"
|
|
270
325
|
})
|
|
271
326
|
},
|
|
272
|
-
A(
|
|
327
|
+
A(l.value),
|
|
273
328
|
7
|
|
274
329
|
/* TEXT, CLASS, STYLE */
|
|
275
|
-
)) :
|
|
276
|
-
!e.imgSrc && !n.value && ((
|
|
330
|
+
)) : u("v-if", !0),
|
|
331
|
+
!e.imgSrc && !n.value && ((y = l.value) == null ? void 0 : y.length) === 0 ? (r(), o(
|
|
277
332
|
"span",
|
|
278
333
|
{
|
|
279
334
|
key: 2,
|
|
@@ -281,15 +336,15 @@ const T = {
|
|
|
281
336
|
style: h({ borderRadius: e.isRound ? "100%" : "0" })
|
|
282
337
|
},
|
|
283
338
|
[
|
|
284
|
-
|
|
339
|
+
M(G, {
|
|
285
340
|
width: e.width,
|
|
286
341
|
height: e.height
|
|
287
342
|
}, null, 8, ["width", "height"])
|
|
288
343
|
],
|
|
289
344
|
4
|
|
290
345
|
/* STYLE */
|
|
291
|
-
)) :
|
|
292
|
-
!e.imgSrc && n.value || e.imgSrc && s.value ? (r(),
|
|
346
|
+
)) : u("v-if", !0),
|
|
347
|
+
!e.imgSrc && n.value || e.imgSrc && s.value ? (r(), o(
|
|
293
348
|
"span",
|
|
294
349
|
{
|
|
295
350
|
key: 3,
|
|
@@ -297,152 +352,102 @@ const T = {
|
|
|
297
352
|
style: h({ borderRadius: e.isRound ? "100%" : "0" })
|
|
298
353
|
},
|
|
299
354
|
[
|
|
300
|
-
|
|
355
|
+
M(W, {
|
|
301
356
|
width: e.width,
|
|
302
357
|
height: e.height
|
|
303
358
|
}, null, 8, ["width", "height"])
|
|
304
359
|
],
|
|
305
360
|
4
|
|
306
361
|
/* STYLE */
|
|
307
|
-
)) :
|
|
362
|
+
)) : u("v-if", !0)
|
|
308
363
|
]);
|
|
309
364
|
};
|
|
310
365
|
}
|
|
311
|
-
}),
|
|
312
|
-
content: {
|
|
313
|
-
type: String,
|
|
314
|
-
default: ""
|
|
315
|
-
},
|
|
316
|
-
loading: {
|
|
317
|
-
type: Boolean,
|
|
318
|
-
default: !1
|
|
319
|
-
},
|
|
320
|
-
align: {
|
|
321
|
-
type: String,
|
|
322
|
-
default: "left"
|
|
323
|
-
},
|
|
324
|
-
avatarPosition: {
|
|
325
|
-
type: String,
|
|
326
|
-
default: "side"
|
|
327
|
-
},
|
|
328
|
-
variant: {
|
|
329
|
-
type: String,
|
|
330
|
-
default: "filled"
|
|
331
|
-
},
|
|
332
|
-
avatarConfig: {
|
|
333
|
-
type: Object
|
|
334
|
-
}
|
|
335
|
-
}, H = 36, O = 36, j = "name", G = "imgSrc", k = (i, a) => {
|
|
336
|
-
const s = i.__vccOpts || i;
|
|
337
|
-
for (const [n, g] of a)
|
|
338
|
-
s[n] = g;
|
|
339
|
-
return s;
|
|
340
|
-
}, W = {}, q = { class: "mc-bubble-loading" };
|
|
341
|
-
function J(i, a) {
|
|
342
|
-
return r(), l("div", q, [...a[0] || (a[0] = [
|
|
343
|
-
v(
|
|
344
|
-
"div",
|
|
345
|
-
{ class: "loading-dot dot-start" },
|
|
346
|
-
null,
|
|
347
|
-
-1
|
|
348
|
-
/* CACHED */
|
|
349
|
-
),
|
|
350
|
-
v(
|
|
351
|
-
"div",
|
|
352
|
-
{ class: "loading-dot dot-middle" },
|
|
353
|
-
null,
|
|
354
|
-
-1
|
|
355
|
-
/* CACHED */
|
|
356
|
-
),
|
|
357
|
-
v(
|
|
358
|
-
"div",
|
|
359
|
-
{ class: "loading-dot dot-end" },
|
|
360
|
-
null,
|
|
361
|
-
-1
|
|
362
|
-
/* CACHED */
|
|
363
|
-
)
|
|
364
|
-
])]);
|
|
365
|
-
}
|
|
366
|
-
const K = /* @__PURE__ */ k(W, [["render", J], ["__scopeId", "data-v-395fc568"]]), Q = {
|
|
366
|
+
}), Q = {
|
|
367
367
|
key: 0,
|
|
368
|
-
class: "mc-bubble-avatar
|
|
368
|
+
class: "mc-bubble-avatar"
|
|
369
369
|
}, X = {
|
|
370
|
+
key: 0,
|
|
371
|
+
class: "mc-bubble-avatar-name"
|
|
372
|
+
}, Y = {
|
|
370
373
|
key: 1,
|
|
371
374
|
class: "loading-container"
|
|
372
|
-
},
|
|
375
|
+
}, V = /* @__PURE__ */ Z({
|
|
373
376
|
__name: "Bubble",
|
|
374
|
-
props:
|
|
377
|
+
props: O,
|
|
375
378
|
setup(i) {
|
|
376
379
|
const a = B(), s = i, n = $(() => [
|
|
377
380
|
`mc-bubble-avatar-${s.avatarPosition}`,
|
|
378
381
|
`mc-bubble-${s.align}`,
|
|
379
382
|
s.loading ? "mc-bubble-loading" : ""
|
|
380
|
-
]),
|
|
383
|
+
]), c = $(() => {
|
|
381
384
|
if (s.avatarConfig) {
|
|
382
|
-
const t = Object.keys(s.avatarConfig),
|
|
383
|
-
return t.length < 1 || !
|
|
384
|
-
}
|
|
385
|
-
|
|
385
|
+
const t = Object.keys(s.avatarConfig), l = t.some((g) => g === U || g === H);
|
|
386
|
+
return t.length < 1 || !l;
|
|
387
|
+
}
|
|
388
|
+
return !0;
|
|
386
389
|
});
|
|
387
|
-
return (t,
|
|
388
|
-
var
|
|
389
|
-
return r(),
|
|
390
|
+
return (t, l) => {
|
|
391
|
+
var g, m, b;
|
|
392
|
+
return r(), o(
|
|
390
393
|
"div",
|
|
391
394
|
{
|
|
392
|
-
class:
|
|
395
|
+
class: L(["mc-bubble", n.value])
|
|
393
396
|
},
|
|
394
397
|
[
|
|
395
|
-
|
|
398
|
+
w(a).avatar ? (r(), o("div", Q, [
|
|
399
|
+
p(t.$slots, "avatar", {}, void 0, !0)
|
|
400
|
+
])) : t.avatarConfig ? (r(), o(
|
|
396
401
|
"div",
|
|
397
402
|
{
|
|
398
|
-
key:
|
|
399
|
-
class:
|
|
403
|
+
key: 1,
|
|
404
|
+
class: L(["mc-bubble-avatar", { "empty-avatar": c.value }])
|
|
400
405
|
},
|
|
401
406
|
[
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
R(
|
|
405
|
-
|
|
406
|
-
width: ((
|
|
407
|
-
height: ((
|
|
407
|
+
M(
|
|
408
|
+
K,
|
|
409
|
+
R(_(
|
|
410
|
+
c.value ? {
|
|
411
|
+
width: ((g = t.avatarConfig) == null ? void 0 : g.width) || w(z),
|
|
412
|
+
height: ((m = t.avatarConfig) == null ? void 0 : m.height) || w(P)
|
|
408
413
|
} : t.avatarConfig
|
|
409
414
|
)),
|
|
410
415
|
null,
|
|
411
416
|
16
|
|
412
417
|
/* FULL_PROPS */
|
|
413
418
|
),
|
|
414
|
-
t.avatarPosition === "top" ? (r(),
|
|
419
|
+
t.avatarPosition === "top" ? (r(), o(
|
|
415
420
|
"span",
|
|
416
|
-
|
|
417
|
-
A((
|
|
421
|
+
X,
|
|
422
|
+
A((b = t.avatarConfig) == null ? void 0 : b.displayName),
|
|
418
423
|
1
|
|
419
424
|
/* TEXT */
|
|
420
|
-
)) :
|
|
425
|
+
)) : u("v-if", !0)
|
|
421
426
|
],
|
|
422
427
|
2
|
|
423
428
|
/* CLASS */
|
|
424
|
-
)) :
|
|
429
|
+
)) : u("v-if", !0),
|
|
425
430
|
v(
|
|
426
431
|
"div",
|
|
427
432
|
{
|
|
428
|
-
class:
|
|
433
|
+
class: L(["mc-bubble-content-container", { "with-avatar": t.avatarConfig }])
|
|
429
434
|
},
|
|
430
435
|
[
|
|
431
|
-
t.loading ?
|
|
432
|
-
t.loading ? (r(),
|
|
433
|
-
|
|
434
|
-
|
|
436
|
+
t.loading ? u("v-if", !0) : p(t.$slots, "top", { key: 0 }, void 0, !0),
|
|
437
|
+
t.loading ? (r(), o("div", Y, [
|
|
438
|
+
p(t.$slots, "loadingTpl", {}, () => [
|
|
439
|
+
M(I)
|
|
435
440
|
], !0)
|
|
436
|
-
])) :
|
|
437
|
-
(
|
|
441
|
+
])) : u("v-if", !0),
|
|
442
|
+
(w(a).default || t.content) && !t.loading ? (r(), o(
|
|
438
443
|
"div",
|
|
439
444
|
{
|
|
440
445
|
key: 2,
|
|
441
|
-
class:
|
|
446
|
+
class: L(["mc-bubble-content", [t.variant]])
|
|
442
447
|
},
|
|
443
448
|
[
|
|
444
|
-
|
|
445
|
-
|
|
449
|
+
p(t.$slots, "default", {}, () => [
|
|
450
|
+
E(
|
|
446
451
|
A(t.content),
|
|
447
452
|
1
|
|
448
453
|
/* TEXT */
|
|
@@ -451,8 +456,8 @@ const K = /* @__PURE__ */ k(W, [["render", J], ["__scopeId", "data-v-395fc568"]]
|
|
|
451
456
|
],
|
|
452
457
|
2
|
|
453
458
|
/* CLASS */
|
|
454
|
-
)) :
|
|
455
|
-
t.loading ?
|
|
459
|
+
)) : u("v-if", !0),
|
|
460
|
+
t.loading ? u("v-if", !0) : p(t.$slots, "bottom", { key: 3 }, void 0, !0)
|
|
456
461
|
],
|
|
457
462
|
2
|
|
458
463
|
/* CLASS */
|
|
@@ -463,7 +468,7 @@ const K = /* @__PURE__ */ k(W, [["render", J], ["__scopeId", "data-v-395fc568"]]
|
|
|
463
468
|
);
|
|
464
469
|
};
|
|
465
470
|
}
|
|
466
|
-
}), S = /* @__PURE__ */ k(
|
|
471
|
+
}), S = /* @__PURE__ */ k(V, [["__scopeId", "data-v-f104b241"]]);
|
|
467
472
|
S.install = (i) => {
|
|
468
473
|
i.component("McBubble", S);
|
|
469
474
|
};
|