bt-core-app 2.2.17 → 2.2.19
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.
|
@@ -1,91 +1,90 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { isNullOrEmpty as
|
|
3
|
-
import { findYouTubeAvatar as B, useAssistant as
|
|
1
|
+
import { defineComponent as le, ref as k, computed as ae, watch as oe, onMounted as ue, openBlock as u, createElementBlock as m, unref as e, createBlock as s, withCtx as o, createVNode as a, mergeProps as ne, createElementVNode as S, isRef as z, createTextVNode as d, createCommentVNode as p, Fragment as U, renderList as C, toDisplayString as I } from "vue";
|
|
2
|
+
import { isNullOrEmpty as re, isLengthyArray as w } from "../composables/helpers.mjs";
|
|
3
|
+
import { findYouTubeAvatar as B, useAssistant as se } from "../composables/assistant.mjs";
|
|
4
4
|
import { t as F } from "../bt-core/core/node_modules/thenby/thenBy.module.mjs";
|
|
5
|
-
import { useRoute as
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import { VTabsWindow as G } from "../bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabsWindow.mjs";
|
|
5
|
+
import { useRoute as ie } from "vue-router";
|
|
6
|
+
import { useFeedback as de } from "../composables/feedback.mjs";
|
|
7
|
+
import { VTabs as E } from "../bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabs.mjs";
|
|
8
|
+
import { VTab as R } from "../bt-core/core/node_modules/vuetify/lib/components/VTabs/VTab.mjs";
|
|
9
|
+
import { VTabsWindow as q } from "../bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabsWindow.mjs";
|
|
11
10
|
import { VTabsWindowItem as _ } from "../bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabsWindowItem.mjs";
|
|
12
|
-
import { VCardSubtitle as
|
|
13
|
-
import { VRating as
|
|
14
|
-
import { VMenu as
|
|
11
|
+
import { VCardSubtitle as G } from "../bt-core/core/node_modules/vuetify/lib/components/VCard/VCardSubtitle.mjs";
|
|
12
|
+
import { VRating as W } from "../bt-core/core/node_modules/vuetify/lib/components/VRating/VRating.mjs";
|
|
13
|
+
import { VMenu as me } from "../bt-core/core/node_modules/vuetify/lib/components/VMenu/VMenu.mjs";
|
|
15
14
|
import { VBtn as f } from "../bt-core/core/node_modules/vuetify/lib/components/VBtn/VBtn.mjs";
|
|
16
15
|
import { VCard as i } from "../bt-core/core/node_modules/vuetify/lib/components/VCard/VCard.mjs";
|
|
17
|
-
import { VIcon as
|
|
18
|
-
import { VSpacer as
|
|
19
|
-
import { VList as
|
|
20
|
-
import { VListSubheader as
|
|
21
|
-
import { VTextarea as
|
|
22
|
-
import { VDialog as
|
|
23
|
-
import { VDivider as
|
|
24
|
-
const
|
|
16
|
+
import { VIcon as $ } from "../bt-core/core/node_modules/vuetify/lib/components/VIcon/VIcon.mjs";
|
|
17
|
+
import { VSpacer as Y } from "../bt-core/core/node_modules/vuetify/lib/components/VGrid/VSpacer.mjs";
|
|
18
|
+
import { VList as J } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VList.mjs";
|
|
19
|
+
import { VListSubheader as A } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VListSubheader.mjs";
|
|
20
|
+
import { VTextarea as K } from "../bt-core/core/node_modules/vuetify/lib/components/VTextarea/VTextarea.mjs";
|
|
21
|
+
import { VDialog as pe } from "../bt-core/core/node_modules/vuetify/lib/components/VDialog/VDialog.mjs";
|
|
22
|
+
import { VDivider as fe } from "../bt-core/core/node_modules/vuetify/lib/components/VDivider/VDivider.mjs";
|
|
23
|
+
const ve = { class: "d-flex align-center" }, ce = { class: "d-flex align-center" }, ge = { class: "text-center" }, ye = {
|
|
25
24
|
key: 1,
|
|
26
25
|
class: "text-h5"
|
|
27
|
-
},
|
|
26
|
+
}, be = {
|
|
28
27
|
key: 2,
|
|
29
28
|
class: "text-body-2 text-center"
|
|
30
|
-
},
|
|
29
|
+
}, Ve = { class: "d-flex align-center justify-space-between" }, xe = { class: "d-flex align-center mb-1" }, he = { class: "text-center" }, ke = {
|
|
31
30
|
key: 1,
|
|
32
31
|
class: "text-h5"
|
|
33
|
-
},
|
|
32
|
+
}, Se = {
|
|
34
33
|
key: 2,
|
|
35
34
|
class: "text-body-2"
|
|
36
|
-
},
|
|
35
|
+
}, Ge = /* @__PURE__ */ le({
|
|
37
36
|
__name: "BT-Assistant-Menu",
|
|
38
37
|
props: {
|
|
39
38
|
buttonIcon: {},
|
|
40
39
|
buttonSize: {},
|
|
41
40
|
tags: {}
|
|
42
41
|
},
|
|
43
|
-
setup(
|
|
44
|
-
const
|
|
45
|
-
doShowDialog:
|
|
46
|
-
getPrimaryLinks:
|
|
47
|
-
getSecondaryLinks:
|
|
48
|
-
hideDialogPermanently:
|
|
49
|
-
hideDialogTemporarily:
|
|
50
|
-
menuRouteName:
|
|
42
|
+
setup(Q) {
|
|
43
|
+
const L = Q, {
|
|
44
|
+
doShowDialog: H,
|
|
45
|
+
getPrimaryLinks: N,
|
|
46
|
+
getSecondaryLinks: M,
|
|
47
|
+
hideDialogPermanently: X,
|
|
48
|
+
hideDialogTemporarily: Z,
|
|
49
|
+
menuRouteName: T,
|
|
51
50
|
tab: r
|
|
52
|
-
} =
|
|
53
|
-
async function
|
|
51
|
+
} = se(), v = ie(), c = k([]), g = k([]), y = k(!1), D = k(!1), b = k(), V = k(), x = k(), { sendAsync: ee } = de(), O = ae(() => !re(V.value) || b.value != null);
|
|
52
|
+
async function j() {
|
|
54
53
|
try {
|
|
55
|
-
var n = await
|
|
54
|
+
var n = await ee({
|
|
56
55
|
msg: V.value,
|
|
57
56
|
rating: b.value,
|
|
58
57
|
route: v.fullPath
|
|
59
58
|
});
|
|
60
59
|
r.value = 2, setTimeout(() => {
|
|
61
|
-
r.value = 1,
|
|
60
|
+
r.value = 1, P();
|
|
62
61
|
}, 3e3), n ? (V.value = void 0, b.value = void 0) : x.value = "Sorry! Something seems to have gone wrong. Perhaps try again later.";
|
|
63
62
|
} catch (l) {
|
|
64
63
|
console.log(l);
|
|
65
64
|
}
|
|
66
65
|
}
|
|
67
|
-
function
|
|
68
|
-
|
|
66
|
+
function P() {
|
|
67
|
+
Z(), y.value = !1;
|
|
69
68
|
}
|
|
70
|
-
function
|
|
71
|
-
v.name != null &&
|
|
69
|
+
function te() {
|
|
70
|
+
v.name != null && X(v.name), y.value = !1;
|
|
72
71
|
}
|
|
73
|
-
return
|
|
74
|
-
c.value =
|
|
75
|
-
}),
|
|
72
|
+
return oe(() => v.name, (n) => {
|
|
73
|
+
c.value = N(n == null ? void 0 : n.toString(), L.tags).sort(F.firstBy((l) => l.sort ?? 0)) ?? [], g.value = M(n == null ? void 0 : n.toString(), L.tags).sort(F.firstBy((l) => l.sort ?? 0)) ?? [], H(n) && (y.value = !0);
|
|
74
|
+
}), ue(() => {
|
|
76
75
|
var n, l;
|
|
77
|
-
v.name != null && (c.value =
|
|
76
|
+
v.name != null && (c.value = N((n = v.name) == null ? void 0 : n.toString(), L.tags).sort(F.firstBy((t) => t.sort ?? 0)) ?? [], g.value = M((l = v.name) == null ? void 0 : l.toString(), L.tags).sort(F.firstBy((t) => t.sort ?? 0)) ?? [], H(v.name) && (y.value = !0));
|
|
78
77
|
}), (n, l) => (u(), m("div", null, [
|
|
79
|
-
e(w)(c.value) || e(w)(g.value) ? (u(), s(e(
|
|
78
|
+
e(w)(c.value) || e(w)(g.value) ? (u(), s(e(me), {
|
|
80
79
|
key: 0,
|
|
81
80
|
"min-height": "80vh",
|
|
82
81
|
"max-width": "450",
|
|
83
82
|
"close-on-content-click": !1,
|
|
84
|
-
modelValue:
|
|
85
|
-
"onUpdate:modelValue": l[5] || (l[5] = (t) =>
|
|
83
|
+
modelValue: D.value,
|
|
84
|
+
"onUpdate:modelValue": l[5] || (l[5] = (t) => D.value = t)
|
|
86
85
|
}, {
|
|
87
86
|
activator: o(({ props: t }) => [
|
|
88
|
-
a(e(f),
|
|
87
|
+
a(e(f), ne(t, {
|
|
89
88
|
icon: n.buttonIcon ?? "$help-circle-outline",
|
|
90
89
|
size: n.buttonSize
|
|
91
90
|
}), null, 16, ["icon", "size"])
|
|
@@ -93,15 +92,15 @@ const ge = { class: "d-flex align-center" }, ye = { class: "d-flex align-center"
|
|
|
93
92
|
default: o(() => [
|
|
94
93
|
a(e(i), null, {
|
|
95
94
|
default: o(() => [
|
|
96
|
-
S("div",
|
|
97
|
-
a(e(
|
|
95
|
+
S("div", ve, [
|
|
96
|
+
a(e(E), {
|
|
98
97
|
modelValue: e(r),
|
|
99
|
-
"onUpdate:modelValue": l[0] || (l[0] = (t) =>
|
|
98
|
+
"onUpdate:modelValue": l[0] || (l[0] = (t) => z(r) ? r.value = t : null)
|
|
100
99
|
}, {
|
|
101
100
|
default: o(() => [
|
|
102
|
-
a(e(
|
|
101
|
+
a(e(R), null, {
|
|
103
102
|
default: o(() => [
|
|
104
|
-
a(e(
|
|
103
|
+
a(e($), {
|
|
105
104
|
start: "",
|
|
106
105
|
icon: "$help-circle-outline"
|
|
107
106
|
}),
|
|
@@ -109,9 +108,9 @@ const ge = { class: "d-flex align-center" }, ye = { class: "d-flex align-center"
|
|
|
109
108
|
]),
|
|
110
109
|
_: 1
|
|
111
110
|
}),
|
|
112
|
-
a(e(
|
|
111
|
+
a(e(R), null, {
|
|
113
112
|
default: o(() => [
|
|
114
|
-
a(e(
|
|
113
|
+
a(e($), {
|
|
115
114
|
start: "",
|
|
116
115
|
icon: "$feedback"
|
|
117
116
|
}),
|
|
@@ -122,39 +121,39 @@ const ge = { class: "d-flex align-center" }, ye = { class: "d-flex align-center"
|
|
|
122
121
|
]),
|
|
123
122
|
_: 1
|
|
124
123
|
}, 8, ["modelValue"]),
|
|
125
|
-
a(e(
|
|
124
|
+
a(e(Y)),
|
|
126
125
|
a(e(f), {
|
|
127
|
-
onClick: l[1] || (l[1] = (t) =>
|
|
126
|
+
onClick: l[1] || (l[1] = (t) => D.value = !1),
|
|
128
127
|
size: "small",
|
|
129
128
|
icon: "$close",
|
|
130
129
|
variant: "text"
|
|
131
130
|
})
|
|
132
131
|
]),
|
|
133
|
-
a(e(
|
|
132
|
+
a(e(q), {
|
|
134
133
|
modelValue: e(r),
|
|
135
|
-
"onUpdate:modelValue": l[4] || (l[4] = (t) =>
|
|
134
|
+
"onUpdate:modelValue": l[4] || (l[4] = (t) => z(r) ? r.value = t : null)
|
|
136
135
|
}, {
|
|
137
136
|
default: o(() => [
|
|
138
137
|
a(e(_), null, {
|
|
139
138
|
default: o(() => [
|
|
140
139
|
a(e(i), null, {
|
|
141
140
|
default: o(() => [
|
|
142
|
-
a(e(
|
|
141
|
+
a(e(J), { class: "pa-2" }, {
|
|
143
142
|
default: o(() => [
|
|
144
|
-
S("div",
|
|
145
|
-
e(w)(c.value) ? (u(), s(e(
|
|
143
|
+
S("div", ce, [
|
|
144
|
+
e(w)(c.value) ? (u(), s(e(A), { key: 0 }, {
|
|
146
145
|
default: o(() => l[14] || (l[14] = [
|
|
147
146
|
d(" Relevant Links ")
|
|
148
147
|
])),
|
|
149
148
|
_: 1
|
|
150
149
|
})) : p("", !0),
|
|
151
|
-
a(e(
|
|
152
|
-
e(
|
|
150
|
+
a(e(Y)),
|
|
151
|
+
e(T) != null ? (u(), s(e(f), {
|
|
153
152
|
key: 1,
|
|
154
153
|
"append-icon": "$arrow-right",
|
|
155
154
|
size: "small",
|
|
156
155
|
text: "More Help",
|
|
157
|
-
to: { name: e(
|
|
156
|
+
to: { name: e(T) },
|
|
158
157
|
variant: "text"
|
|
159
158
|
}, null, 8, ["to"])) : p("", !0)
|
|
160
159
|
]),
|
|
@@ -169,7 +168,7 @@ const ge = { class: "d-flex align-center" }, ye = { class: "d-flex align-center"
|
|
|
169
168
|
title: t.title,
|
|
170
169
|
subtitle: t.subtitle
|
|
171
170
|
}, null, 8, ["prepend-icon", "href", "text", "append-avatar", "title", "subtitle"]))), 128)),
|
|
172
|
-
e(w)(g.value) ? (u(), s(e(
|
|
171
|
+
e(w)(g.value) ? (u(), s(e(A), { key: 0 }, {
|
|
173
172
|
default: o(() => l[15] || (l[15] = [
|
|
174
173
|
d("Other Helpful Links")
|
|
175
174
|
])),
|
|
@@ -203,7 +202,7 @@ const ge = { class: "d-flex align-center" }, ye = { class: "d-flex align-center"
|
|
|
203
202
|
title: "Give Feedback"
|
|
204
203
|
}, {
|
|
205
204
|
default: o(() => [
|
|
206
|
-
a(e(
|
|
205
|
+
a(e(K), {
|
|
207
206
|
autofocus: "",
|
|
208
207
|
"hide-details": "",
|
|
209
208
|
lines: "three",
|
|
@@ -211,14 +210,14 @@ const ge = { class: "d-flex align-center" }, ye = { class: "d-flex align-center"
|
|
|
211
210
|
modelValue: V.value,
|
|
212
211
|
"onUpdate:modelValue": l[2] || (l[2] = (t) => V.value = t)
|
|
213
212
|
}, null, 8, ["modelValue"]),
|
|
214
|
-
a(e(
|
|
213
|
+
a(e(G), { class: "mt-2" }, {
|
|
215
214
|
default: o(() => l[16] || (l[16] = [
|
|
216
215
|
d("Or just give us a rating")
|
|
217
216
|
])),
|
|
218
217
|
_: 1
|
|
219
218
|
}),
|
|
220
|
-
S("div",
|
|
221
|
-
a(e(
|
|
219
|
+
S("div", ge, [
|
|
220
|
+
a(e(W), {
|
|
222
221
|
"active-color": "primary",
|
|
223
222
|
hover: "",
|
|
224
223
|
length: 5,
|
|
@@ -229,8 +228,8 @@ const ge = { class: "d-flex align-center" }, ye = { class: "d-flex align-center"
|
|
|
229
228
|
a(e(f), {
|
|
230
229
|
"append-icon": "$send",
|
|
231
230
|
block: "",
|
|
232
|
-
onClick:
|
|
233
|
-
disabled: !
|
|
231
|
+
onClick: j,
|
|
232
|
+
disabled: !O.value,
|
|
234
233
|
text: "Send"
|
|
235
234
|
}, null, 8, ["disabled"])
|
|
236
235
|
]),
|
|
@@ -247,13 +246,13 @@ const ge = { class: "d-flex align-center" }, ye = { class: "d-flex align-center"
|
|
|
247
246
|
"max-width": "330"
|
|
248
247
|
}, {
|
|
249
248
|
default: o(() => [
|
|
250
|
-
x.value == null ? (u(), s(e(
|
|
249
|
+
x.value == null ? (u(), s(e($), {
|
|
251
250
|
key: 0,
|
|
252
251
|
icon: "$party",
|
|
253
252
|
size: "x-large",
|
|
254
253
|
start: ""
|
|
255
254
|
})) : p("", !0),
|
|
256
|
-
x.value == null ? (u(), m("div",
|
|
255
|
+
x.value == null ? (u(), m("div", ye, "Thankyou so much!")) : (u(), m("p", be, I(x.value), 1))
|
|
257
256
|
]),
|
|
258
257
|
_: 1
|
|
259
258
|
})
|
|
@@ -269,7 +268,7 @@ const ge = { class: "d-flex align-center" }, ye = { class: "d-flex align-center"
|
|
|
269
268
|
]),
|
|
270
269
|
_: 1
|
|
271
270
|
}, 8, ["modelValue"])) : p("", !0),
|
|
272
|
-
a(e(
|
|
271
|
+
a(e(pe), {
|
|
273
272
|
modelValue: y.value,
|
|
274
273
|
"onUpdate:modelValue": l[11] || (l[11] = (t) => y.value = t),
|
|
275
274
|
"max-width": "450"
|
|
@@ -277,15 +276,15 @@ const ge = { class: "d-flex align-center" }, ye = { class: "d-flex align-center"
|
|
|
277
276
|
default: o(() => [
|
|
278
277
|
a(e(i), null, {
|
|
279
278
|
default: o(() => [
|
|
280
|
-
S("div",
|
|
281
|
-
a(e(
|
|
279
|
+
S("div", Ve, [
|
|
280
|
+
a(e(E), {
|
|
282
281
|
modelValue: e(r),
|
|
283
|
-
"onUpdate:modelValue": l[6] || (l[6] = (t) =>
|
|
282
|
+
"onUpdate:modelValue": l[6] || (l[6] = (t) => z(r) ? r.value = t : null)
|
|
284
283
|
}, {
|
|
285
284
|
default: o(() => [
|
|
286
|
-
a(e(
|
|
285
|
+
a(e(R), null, {
|
|
287
286
|
default: o(() => [
|
|
288
|
-
a(e(
|
|
287
|
+
a(e($), {
|
|
289
288
|
start: "",
|
|
290
289
|
icon: "$help-circle-outline"
|
|
291
290
|
}),
|
|
@@ -293,9 +292,9 @@ const ge = { class: "d-flex align-center" }, ye = { class: "d-flex align-center"
|
|
|
293
292
|
]),
|
|
294
293
|
_: 1
|
|
295
294
|
}),
|
|
296
|
-
a(e(
|
|
295
|
+
a(e(R), null, {
|
|
297
296
|
default: o(() => [
|
|
298
|
-
a(e(
|
|
297
|
+
a(e($), {
|
|
299
298
|
start: "",
|
|
300
299
|
icon: "$feedback"
|
|
301
300
|
}),
|
|
@@ -314,9 +313,9 @@ const ge = { class: "d-flex align-center" }, ye = { class: "d-flex align-center"
|
|
|
314
313
|
variant: "text"
|
|
315
314
|
})
|
|
316
315
|
]),
|
|
317
|
-
a(e(
|
|
316
|
+
a(e(q), {
|
|
318
317
|
modelValue: e(r),
|
|
319
|
-
"onUpdate:modelValue": l[10] || (l[10] = (t) =>
|
|
318
|
+
"onUpdate:modelValue": l[10] || (l[10] = (t) => z(r) ? r.value = t : null)
|
|
320
319
|
}, {
|
|
321
320
|
default: o(() => [
|
|
322
321
|
a(e(_), null, {
|
|
@@ -326,35 +325,37 @@ const ge = { class: "d-flex align-center" }, ye = { class: "d-flex align-center"
|
|
|
326
325
|
title: "Tips Assistant"
|
|
327
326
|
}, {
|
|
328
327
|
default: o(() => [
|
|
329
|
-
S("div",
|
|
328
|
+
S("div", xe, [
|
|
330
329
|
a(e(f), {
|
|
331
330
|
class: "mx-1",
|
|
332
|
-
onClick:
|
|
331
|
+
onClick: P,
|
|
332
|
+
color: "primary",
|
|
333
333
|
rounded: "",
|
|
334
|
-
size:
|
|
334
|
+
size: "small",
|
|
335
335
|
text: "Maybe Later",
|
|
336
336
|
variant: "tonal"
|
|
337
|
-
}
|
|
337
|
+
}),
|
|
338
338
|
a(e(f), {
|
|
339
339
|
class: "mr-1",
|
|
340
|
-
onClick:
|
|
340
|
+
onClick: te,
|
|
341
|
+
color: "primary",
|
|
341
342
|
rounded: "",
|
|
342
|
-
size:
|
|
343
|
+
size: "small",
|
|
343
344
|
text: "Hide Forever",
|
|
344
345
|
variant: "tonal"
|
|
345
|
-
}
|
|
346
|
-
e(
|
|
346
|
+
}),
|
|
347
|
+
e(T) != null ? (u(), s(e(f), {
|
|
347
348
|
key: 0,
|
|
348
349
|
rounded: "",
|
|
349
|
-
size:
|
|
350
|
+
size: "small",
|
|
350
351
|
text: "Show More",
|
|
351
|
-
to: { name: e(
|
|
352
|
-
}, null, 8, ["
|
|
352
|
+
to: { name: e(T) }
|
|
353
|
+
}, null, 8, ["to"])) : p("", !0)
|
|
353
354
|
]),
|
|
354
|
-
a(e(
|
|
355
|
-
a(e(
|
|
355
|
+
a(e(fe)),
|
|
356
|
+
a(e(J), { class: "pa-2 overflow-y-auto" }, {
|
|
356
357
|
default: o(() => [
|
|
357
|
-
e(w)(c.value) ? (u(), s(e(
|
|
358
|
+
e(w)(c.value) ? (u(), s(e(A), { key: 0 }, {
|
|
358
359
|
default: o(() => l[19] || (l[19] = [
|
|
359
360
|
d(" Relevant Links ")
|
|
360
361
|
])),
|
|
@@ -371,7 +372,7 @@ const ge = { class: "d-flex align-center" }, ye = { class: "d-flex align-center"
|
|
|
371
372
|
title: t.title,
|
|
372
373
|
subtitle: t.subtitle
|
|
373
374
|
}, null, 8, ["prepend-icon", "href", "text", "append-avatar", "title", "subtitle"]))), 128)),
|
|
374
|
-
e(w)(g.value) ? (u(), s(e(
|
|
375
|
+
e(w)(g.value) ? (u(), s(e(A), { key: 1 }, {
|
|
375
376
|
default: o(() => l[20] || (l[20] = [
|
|
376
377
|
d("Other Helpful Links")
|
|
377
378
|
])),
|
|
@@ -404,7 +405,7 @@ const ge = { class: "d-flex align-center" }, ye = { class: "d-flex align-center"
|
|
|
404
405
|
title: "Give Feedback"
|
|
405
406
|
}, {
|
|
406
407
|
default: o(() => [
|
|
407
|
-
a(e(
|
|
408
|
+
a(e(K), {
|
|
408
409
|
autofocus: "",
|
|
409
410
|
"hide-details": "",
|
|
410
411
|
lines: "three",
|
|
@@ -412,14 +413,14 @@ const ge = { class: "d-flex align-center" }, ye = { class: "d-flex align-center"
|
|
|
412
413
|
modelValue: V.value,
|
|
413
414
|
"onUpdate:modelValue": l[8] || (l[8] = (t) => V.value = t)
|
|
414
415
|
}, null, 8, ["modelValue"]),
|
|
415
|
-
a(e(
|
|
416
|
+
a(e(G), { class: "mt-2" }, {
|
|
416
417
|
default: o(() => l[21] || (l[21] = [
|
|
417
418
|
d("Or just give us a rating")
|
|
418
419
|
])),
|
|
419
420
|
_: 1
|
|
420
421
|
}),
|
|
421
|
-
S("div",
|
|
422
|
-
a(e(
|
|
422
|
+
S("div", he, [
|
|
423
|
+
a(e(W), {
|
|
423
424
|
"active-color": "primary",
|
|
424
425
|
hover: "",
|
|
425
426
|
length: 5,
|
|
@@ -430,8 +431,8 @@ const ge = { class: "d-flex align-center" }, ye = { class: "d-flex align-center"
|
|
|
430
431
|
a(e(f), {
|
|
431
432
|
"append-icon": "$send",
|
|
432
433
|
block: "",
|
|
433
|
-
onClick:
|
|
434
|
-
disabled: !
|
|
434
|
+
onClick: j,
|
|
435
|
+
disabled: !O.value,
|
|
435
436
|
text: "Send"
|
|
436
437
|
}, null, 8, ["disabled"])
|
|
437
438
|
]),
|
|
@@ -447,13 +448,13 @@ const ge = { class: "d-flex align-center" }, ye = { class: "d-flex align-center"
|
|
|
447
448
|
"min-height": "300"
|
|
448
449
|
}, {
|
|
449
450
|
default: o(() => [
|
|
450
|
-
x.value == null ? (u(), s(e(
|
|
451
|
+
x.value == null ? (u(), s(e($), {
|
|
451
452
|
key: 0,
|
|
452
453
|
icon: "$party",
|
|
453
454
|
size: "x-large",
|
|
454
455
|
start: ""
|
|
455
456
|
})) : p("", !0),
|
|
456
|
-
x.value == null ? (u(), m("div",
|
|
457
|
+
x.value == null ? (u(), m("div", ke, "Thankyou so much!")) : (u(), m("div", Se, I(x.value), 1))
|
|
457
458
|
]),
|
|
458
459
|
_: 1
|
|
459
460
|
})
|
|
@@ -473,5 +474,5 @@ const ge = { class: "d-flex align-center" }, ye = { class: "d-flex align-center"
|
|
|
473
474
|
}
|
|
474
475
|
});
|
|
475
476
|
export {
|
|
476
|
-
|
|
477
|
+
Ge as default
|
|
477
478
|
};
|
|
@@ -328,7 +328,7 @@ const ce = { class: "text-h6 ml-3" }, fe = {
|
|
|
328
328
|
style: b(L.value)
|
|
329
329
|
}, {
|
|
330
330
|
default: n(() => [
|
|
331
|
-
a(l(A), { class: "ma-0 pa-0" }, {
|
|
331
|
+
a(l(A), { class: "ma-0 pa-0 px-auto mx-auto" }, {
|
|
332
332
|
default: n(() => [
|
|
333
333
|
a(l(le), null, {
|
|
334
334
|
default: n(({ errors: d, isValid: h }) => [
|