bt-core-app 2.2.7 → 2.2.9
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/BT-Assistant-Menu.vue.mjs +402 -404
- package/dist/components/BT-Date-Select.vue.mjs +9 -10
- package/dist/components/BT-Date.vue.d.ts +0 -1
- package/dist/components/BT-Date.vue.mjs +8 -9
- package/dist/components/BT-Field-Date.vue.d.ts +0 -1
- package/dist/components/BT-Field-Date.vue.mjs +2 -3
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/bt-core/core/node_modules/@vuepic/vue-datepicker/dist/main.css.mjs +0 -1
|
@@ -1,477 +1,475 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { isNullOrEmpty as
|
|
3
|
-
import { findYouTubeAvatar as
|
|
4
|
-
import { t as
|
|
5
|
-
import { useRoute as
|
|
6
|
-
import { useDisplay as
|
|
7
|
-
import { useFeedback as
|
|
8
|
-
import { VTabs as
|
|
9
|
-
import { VTab as
|
|
10
|
-
import { VTabsWindow as
|
|
1
|
+
import { defineComponent as ae, ref as k, computed as oe, watch as ue, onMounted as ne, openBlock as u, createElementBlock as m, unref as e, createBlock as s, withCtx as o, createVNode as a, mergeProps as re, createElementVNode as S, isRef as T, createTextVNode as d, createCommentVNode as p, Fragment as U, renderList as C, toDisplayString as E } from "vue";
|
|
2
|
+
import { isNullOrEmpty as se, isLengthyArray as w } from "../composables/helpers.mjs";
|
|
3
|
+
import { findYouTubeAvatar as B, useAssistant as ie } from "../composables/assistant.mjs";
|
|
4
|
+
import { t as F } from "../bt-core/core/node_modules/thenby/thenBy.module.mjs";
|
|
5
|
+
import { useRoute as de } from "vue-router";
|
|
6
|
+
import { useDisplay as me } from "vuetify";
|
|
7
|
+
import { useFeedback as pe } from "../composables/feedback.mjs";
|
|
8
|
+
import { VTabs as q } from "../bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabs.mjs";
|
|
9
|
+
import { VTab as D } from "../bt-core/core/node_modules/vuetify/lib/components/VTabs/VTab.mjs";
|
|
10
|
+
import { VTabsWindow as G } from "../bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabsWindow.mjs";
|
|
11
11
|
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
|
|
12
|
+
import { VCardSubtitle as W } from "../bt-core/core/node_modules/vuetify/lib/components/VCard/VCardSubtitle.mjs";
|
|
13
|
+
import { VRating as Y } from "../bt-core/core/node_modules/vuetify/lib/components/VRating/VRating.mjs";
|
|
14
|
+
import { VMenu as fe } from "../bt-core/core/node_modules/vuetify/lib/components/VMenu/VMenu.mjs";
|
|
15
15
|
import { VBtn as f } from "../bt-core/core/node_modules/vuetify/lib/components/VBtn/VBtn.mjs";
|
|
16
16
|
import { VCard as i } from "../bt-core/core/node_modules/vuetify/lib/components/VCard/VCard.mjs";
|
|
17
17
|
import { VIcon as z } from "../bt-core/core/node_modules/vuetify/lib/components/VIcon/VIcon.mjs";
|
|
18
|
-
import { VSpacer as
|
|
19
|
-
import { VList as
|
|
20
|
-
import { VListSubheader as
|
|
21
|
-
import { VTextarea as
|
|
22
|
-
import { VDialog as
|
|
23
|
-
|
|
18
|
+
import { VSpacer as J } from "../bt-core/core/node_modules/vuetify/lib/components/VGrid/VSpacer.mjs";
|
|
19
|
+
import { VList as K } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VList.mjs";
|
|
20
|
+
import { VListSubheader as R } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VListSubheader.mjs";
|
|
21
|
+
import { VTextarea as Q } from "../bt-core/core/node_modules/vuetify/lib/components/VTextarea/VTextarea.mjs";
|
|
22
|
+
import { VDialog as ve } from "../bt-core/core/node_modules/vuetify/lib/components/VDialog/VDialog.mjs";
|
|
23
|
+
import { VDivider as ce } from "../bt-core/core/node_modules/vuetify/lib/components/VDivider/VDivider.mjs";
|
|
24
|
+
const ge = { class: "d-flex align-center" }, ye = { class: "d-flex align-center" }, be = { class: "text-center" }, Ve = {
|
|
24
25
|
key: 1,
|
|
25
26
|
class: "text-h5"
|
|
26
|
-
},
|
|
27
|
+
}, xe = {
|
|
27
28
|
key: 2,
|
|
28
29
|
class: "text-body-2 text-center"
|
|
29
|
-
},
|
|
30
|
+
}, he = { class: "d-flex align-center justify-space-between" }, ke = { class: "d-flex align-center mb-1" }, Se = { class: "text-center" }, we = {
|
|
30
31
|
key: 1,
|
|
31
32
|
class: "text-h5"
|
|
32
|
-
},
|
|
33
|
+
}, _e = {
|
|
33
34
|
key: 2,
|
|
34
35
|
class: "text-body-2"
|
|
35
|
-
}, Je = /* @__PURE__ */
|
|
36
|
+
}, Je = /* @__PURE__ */ ae({
|
|
36
37
|
__name: "BT-Assistant-Menu",
|
|
37
38
|
props: {
|
|
38
39
|
buttonIcon: {},
|
|
39
40
|
buttonSize: {},
|
|
40
41
|
tags: {}
|
|
41
42
|
},
|
|
42
|
-
setup(
|
|
43
|
-
const
|
|
44
|
-
doShowDialog:
|
|
45
|
-
getPrimaryLinks:
|
|
46
|
-
getSecondaryLinks:
|
|
47
|
-
hideDialogPermanently:
|
|
48
|
-
hideDialogTemporarily:
|
|
49
|
-
menuRouteName:
|
|
43
|
+
setup(X) {
|
|
44
|
+
const $ = X, {
|
|
45
|
+
doShowDialog: N,
|
|
46
|
+
getPrimaryLinks: M,
|
|
47
|
+
getSecondaryLinks: O,
|
|
48
|
+
hideDialogPermanently: Z,
|
|
49
|
+
hideDialogTemporarily: ee,
|
|
50
|
+
menuRouteName: L,
|
|
50
51
|
tab: r
|
|
51
|
-
} =
|
|
52
|
-
async function
|
|
52
|
+
} = ie(), v = de(), c = k([]), g = k([]), y = k(!1), A = k(!1), b = k(), V = k(), x = k(), { sendAsync: te } = pe(), { xs: H } = me(), j = oe(() => !se(V.value) || b.value != null);
|
|
53
|
+
async function P() {
|
|
53
54
|
try {
|
|
54
|
-
var
|
|
55
|
+
var n = await te({
|
|
55
56
|
msg: V.value,
|
|
56
57
|
rating: b.value,
|
|
57
58
|
route: v.fullPath
|
|
58
59
|
});
|
|
59
60
|
r.value = 2, setTimeout(() => {
|
|
60
|
-
r.value = 1,
|
|
61
|
-
}, 3e3),
|
|
62
|
-
} catch (
|
|
63
|
-
console.log(
|
|
61
|
+
r.value = 1, I();
|
|
62
|
+
}, 3e3), n ? (V.value = void 0, b.value = void 0) : x.value = "Sorry! Something seems to have gone wrong. Perhaps try again later.";
|
|
63
|
+
} catch (l) {
|
|
64
|
+
console.log(l);
|
|
64
65
|
}
|
|
65
66
|
}
|
|
66
|
-
function
|
|
67
|
-
|
|
67
|
+
function I() {
|
|
68
|
+
ee(), y.value = !1;
|
|
68
69
|
}
|
|
69
|
-
function
|
|
70
|
-
v.name != null &&
|
|
70
|
+
function le() {
|
|
71
|
+
v.name != null && Z(v.name), y.value = !1;
|
|
71
72
|
}
|
|
72
|
-
return ue(() => v.name, (
|
|
73
|
-
c.value =
|
|
74
|
-
}),
|
|
75
|
-
var
|
|
76
|
-
v.name != null && (c.value =
|
|
77
|
-
}), (
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
S("div", ye, [
|
|
98
|
-
a(e(G), {
|
|
99
|
-
modelValue: e(r),
|
|
100
|
-
"onUpdate:modelValue": t[0] || (t[0] = (l) => C(r) ? r.value = l : null)
|
|
101
|
-
}, {
|
|
102
|
-
default: o(() => [
|
|
103
|
-
a(e(A), null, {
|
|
104
|
-
default: o(() => [
|
|
105
|
-
a(e(z), {
|
|
106
|
-
start: "",
|
|
107
|
-
icon: "$help-circle-outline"
|
|
108
|
-
}),
|
|
109
|
-
t[12] || (t[12] = d("Help "))
|
|
110
|
-
]),
|
|
111
|
-
_: 1
|
|
112
|
-
}),
|
|
113
|
-
a(e(A), null, {
|
|
114
|
-
default: o(() => [
|
|
115
|
-
a(e(z), {
|
|
116
|
-
start: "",
|
|
117
|
-
icon: "$feedback"
|
|
118
|
-
}),
|
|
119
|
-
t[13] || (t[13] = d("Feedback "))
|
|
120
|
-
]),
|
|
121
|
-
_: 1
|
|
122
|
-
})
|
|
123
|
-
]),
|
|
124
|
-
_: 1
|
|
125
|
-
}, 8, ["modelValue"]),
|
|
126
|
-
a(e(K)),
|
|
127
|
-
a(e(f), {
|
|
128
|
-
onClick: t[1] || (t[1] = (l) => H.value = !1),
|
|
129
|
-
size: "small",
|
|
130
|
-
icon: "$close",
|
|
131
|
-
variant: "text"
|
|
132
|
-
})
|
|
133
|
-
]),
|
|
134
|
-
a(e(W), {
|
|
73
|
+
return ue(() => v.name, (n) => {
|
|
74
|
+
c.value = M(n == null ? void 0 : n.toString(), $.tags).sort(F.firstBy((l) => l.sort ?? 0)) ?? [], g.value = O(n == null ? void 0 : n.toString(), $.tags).sort(F.firstBy((l) => l.sort ?? 0)) ?? [], N(n) && (y.value = !0);
|
|
75
|
+
}), ne(() => {
|
|
76
|
+
var n, l;
|
|
77
|
+
v.name != null && (c.value = M((n = v.name) == null ? void 0 : n.toString(), $.tags).sort(F.firstBy((t) => t.sort ?? 0)) ?? [], g.value = O((l = v.name) == null ? void 0 : l.toString(), $.tags).sort(F.firstBy((t) => t.sort ?? 0)) ?? [], N(v.name) && (y.value = !0));
|
|
78
|
+
}), (n, l) => (u(), m("div", null, [
|
|
79
|
+
e(w)(c.value) || e(w)(g.value) ? (u(), s(e(fe), {
|
|
80
|
+
key: 0,
|
|
81
|
+
"min-height": "80vh",
|
|
82
|
+
"max-width": "450",
|
|
83
|
+
"close-on-content-click": !1,
|
|
84
|
+
modelValue: A.value,
|
|
85
|
+
"onUpdate:modelValue": l[5] || (l[5] = (t) => A.value = t)
|
|
86
|
+
}, {
|
|
87
|
+
activator: o(({ props: t }) => [
|
|
88
|
+
a(e(f), re(t, {
|
|
89
|
+
icon: n.buttonIcon ?? "$help-circle-outline",
|
|
90
|
+
size: n.buttonSize
|
|
91
|
+
}), null, 16, ["icon", "size"])
|
|
92
|
+
]),
|
|
93
|
+
default: o(() => [
|
|
94
|
+
a(e(i), null, {
|
|
95
|
+
default: o(() => [
|
|
96
|
+
S("div", ge, [
|
|
97
|
+
a(e(q), {
|
|
135
98
|
modelValue: e(r),
|
|
136
|
-
"onUpdate:modelValue":
|
|
99
|
+
"onUpdate:modelValue": l[0] || (l[0] = (t) => T(r) ? r.value = t : null)
|
|
137
100
|
}, {
|
|
138
101
|
default: o(() => [
|
|
139
|
-
a(e(
|
|
140
|
-
default: o(() => [
|
|
141
|
-
a(e(i), null, {
|
|
142
|
-
default: o(() => [
|
|
143
|
-
a(e(Q), { class: "pa-2" }, {
|
|
144
|
-
default: o(() => [
|
|
145
|
-
S("div", be, [
|
|
146
|
-
e(w)(c.value) ? (n(), s(e(D), { key: 0 }, {
|
|
147
|
-
default: o(() => t[14] || (t[14] = [
|
|
148
|
-
d(" Relevant Links ")
|
|
149
|
-
])),
|
|
150
|
-
_: 1
|
|
151
|
-
})) : p("", !0),
|
|
152
|
-
a(e(K)),
|
|
153
|
-
e(T) != null ? (n(), s(e(f), {
|
|
154
|
-
key: 1,
|
|
155
|
-
"append-icon": "$arrow-right",
|
|
156
|
-
size: "small",
|
|
157
|
-
text: "More Help",
|
|
158
|
-
to: { name: e(T) },
|
|
159
|
-
variant: "text"
|
|
160
|
-
}, null, 8, ["to"])) : p("", !0)
|
|
161
|
-
]),
|
|
162
|
-
(n(!0), m(U, null, B(c.value, (l, h) => (n(), s(e(i), {
|
|
163
|
-
key: h,
|
|
164
|
-
"prepend-icon": l.icon,
|
|
165
|
-
class: "ma-1",
|
|
166
|
-
href: l.url,
|
|
167
|
-
target: "_blank",
|
|
168
|
-
text: l.description,
|
|
169
|
-
"append-avatar": e(F)(l.url),
|
|
170
|
-
title: l.title,
|
|
171
|
-
subtitle: l.subtitle
|
|
172
|
-
}, null, 8, ["prepend-icon", "href", "text", "append-avatar", "title", "subtitle"]))), 128)),
|
|
173
|
-
e(w)(g.value) ? (n(), s(e(D), { key: 0 }, {
|
|
174
|
-
default: o(() => t[15] || (t[15] = [
|
|
175
|
-
d("Other Helpful Links")
|
|
176
|
-
])),
|
|
177
|
-
_: 1
|
|
178
|
-
})) : p("", !0),
|
|
179
|
-
(n(!0), m(U, null, B(g.value, (l, h) => (n(), s(e(i), {
|
|
180
|
-
key: h,
|
|
181
|
-
"prepend-icon": l.icon,
|
|
182
|
-
class: "ma-1",
|
|
183
|
-
href: l.url,
|
|
184
|
-
target: "_blank",
|
|
185
|
-
text: l.description,
|
|
186
|
-
"append-avatar": e(F)(l.url),
|
|
187
|
-
title: l.title,
|
|
188
|
-
subtitle: l.subtitle
|
|
189
|
-
}, null, 8, ["prepend-icon", "href", "text", "append-avatar", "title", "subtitle"]))), 128))
|
|
190
|
-
]),
|
|
191
|
-
_: 1
|
|
192
|
-
})
|
|
193
|
-
]),
|
|
194
|
-
_: 1
|
|
195
|
-
})
|
|
196
|
-
]),
|
|
197
|
-
_: 1
|
|
198
|
-
}),
|
|
199
|
-
a(e(_), null, {
|
|
102
|
+
a(e(D), null, {
|
|
200
103
|
default: o(() => [
|
|
201
|
-
a(e(
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
default: o(() => [
|
|
207
|
-
a(e(X), {
|
|
208
|
-
autofocus: "",
|
|
209
|
-
"hide-details": "",
|
|
210
|
-
lines: "three",
|
|
211
|
-
placeholder: "...start typing any requests, suggestions, or frustrations you might have. Unburden yourself.",
|
|
212
|
-
modelValue: V.value,
|
|
213
|
-
"onUpdate:modelValue": t[2] || (t[2] = (l) => V.value = l)
|
|
214
|
-
}, null, 8, ["modelValue"]),
|
|
215
|
-
a(e(Y), { class: "mt-2" }, {
|
|
216
|
-
default: o(() => t[16] || (t[16] = [
|
|
217
|
-
d("Or just give us a rating")
|
|
218
|
-
])),
|
|
219
|
-
_: 1
|
|
220
|
-
}),
|
|
221
|
-
S("div", Ve, [
|
|
222
|
-
a(e(J), {
|
|
223
|
-
"active-color": "primary",
|
|
224
|
-
hover: "",
|
|
225
|
-
length: 5,
|
|
226
|
-
modelValue: b.value,
|
|
227
|
-
"onUpdate:modelValue": t[3] || (t[3] = (l) => b.value = l)
|
|
228
|
-
}, null, 8, ["modelValue"])
|
|
229
|
-
]),
|
|
230
|
-
a(e(f), {
|
|
231
|
-
"append-icon": "$send",
|
|
232
|
-
block: "",
|
|
233
|
-
onClick: I,
|
|
234
|
-
disabled: !P.value,
|
|
235
|
-
text: "Send"
|
|
236
|
-
}, null, 8, ["disabled"])
|
|
237
|
-
]),
|
|
238
|
-
_: 1
|
|
239
|
-
})
|
|
104
|
+
a(e(z), {
|
|
105
|
+
start: "",
|
|
106
|
+
icon: "$help-circle-outline"
|
|
107
|
+
}),
|
|
108
|
+
l[12] || (l[12] = d("Help "))
|
|
240
109
|
]),
|
|
241
110
|
_: 1
|
|
242
111
|
}),
|
|
243
|
-
a(e(
|
|
112
|
+
a(e(D), null, {
|
|
244
113
|
default: o(() => [
|
|
245
|
-
a(e(
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
default: o(() => [
|
|
251
|
-
x.value == null ? (n(), s(e(z), {
|
|
252
|
-
key: 0,
|
|
253
|
-
icon: "$party",
|
|
254
|
-
size: "x-large",
|
|
255
|
-
start: ""
|
|
256
|
-
})) : p("", !0),
|
|
257
|
-
x.value == null ? (n(), m("div", xe, "Thankyou so much!")) : (n(), m("p", he, q(x.value), 1))
|
|
258
|
-
]),
|
|
259
|
-
_: 1
|
|
260
|
-
})
|
|
114
|
+
a(e(z), {
|
|
115
|
+
start: "",
|
|
116
|
+
icon: "$feedback"
|
|
117
|
+
}),
|
|
118
|
+
l[13] || (l[13] = d("Feedback "))
|
|
261
119
|
]),
|
|
262
120
|
_: 1
|
|
263
121
|
})
|
|
264
122
|
]),
|
|
265
123
|
_: 1
|
|
266
|
-
}, 8, ["modelValue"])
|
|
124
|
+
}, 8, ["modelValue"]),
|
|
125
|
+
a(e(J)),
|
|
126
|
+
a(e(f), {
|
|
127
|
+
onClick: l[1] || (l[1] = (t) => A.value = !1),
|
|
128
|
+
size: "small",
|
|
129
|
+
icon: "$close",
|
|
130
|
+
variant: "text"
|
|
131
|
+
})
|
|
267
132
|
]),
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
modelValue: y.value,
|
|
275
|
-
"onUpdate:modelValue": t[11] || (t[11] = (l) => y.value = l),
|
|
276
|
-
"max-width": "450"
|
|
277
|
-
}, {
|
|
278
|
-
default: o(() => [
|
|
279
|
-
a(e(i), null, {
|
|
280
|
-
default: o(() => [
|
|
281
|
-
S("div", ke, [
|
|
282
|
-
a(e(G), {
|
|
283
|
-
modelValue: e(r),
|
|
284
|
-
"onUpdate:modelValue": t[6] || (t[6] = (l) => C(r) ? r.value = l : null)
|
|
285
|
-
}, {
|
|
133
|
+
a(e(G), {
|
|
134
|
+
modelValue: e(r),
|
|
135
|
+
"onUpdate:modelValue": l[4] || (l[4] = (t) => T(r) ? r.value = t : null)
|
|
136
|
+
}, {
|
|
137
|
+
default: o(() => [
|
|
138
|
+
a(e(_), null, {
|
|
286
139
|
default: o(() => [
|
|
287
|
-
a(e(
|
|
140
|
+
a(e(i), null, {
|
|
288
141
|
default: o(() => [
|
|
289
|
-
a(e(
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
142
|
+
a(e(K), { class: "pa-2" }, {
|
|
143
|
+
default: o(() => [
|
|
144
|
+
S("div", ye, [
|
|
145
|
+
e(w)(c.value) ? (u(), s(e(R), { key: 0 }, {
|
|
146
|
+
default: o(() => l[14] || (l[14] = [
|
|
147
|
+
d(" Relevant Links ")
|
|
148
|
+
])),
|
|
149
|
+
_: 1
|
|
150
|
+
})) : p("", !0),
|
|
151
|
+
a(e(J)),
|
|
152
|
+
e(L) != null ? (u(), s(e(f), {
|
|
153
|
+
key: 1,
|
|
154
|
+
"append-icon": "$arrow-right",
|
|
155
|
+
size: "small",
|
|
156
|
+
text: "More Help",
|
|
157
|
+
to: { name: e(L) },
|
|
158
|
+
variant: "text"
|
|
159
|
+
}, null, 8, ["to"])) : p("", !0)
|
|
160
|
+
]),
|
|
161
|
+
(u(!0), m(U, null, C(c.value, (t, h) => (u(), s(e(i), {
|
|
162
|
+
key: h,
|
|
163
|
+
"prepend-icon": t.icon,
|
|
164
|
+
class: "ma-1",
|
|
165
|
+
href: t.url,
|
|
166
|
+
target: "_blank",
|
|
167
|
+
text: t.description,
|
|
168
|
+
"append-avatar": e(B)(t.url),
|
|
169
|
+
title: t.title,
|
|
170
|
+
subtitle: t.subtitle
|
|
171
|
+
}, null, 8, ["prepend-icon", "href", "text", "append-avatar", "title", "subtitle"]))), 128)),
|
|
172
|
+
e(w)(g.value) ? (u(), s(e(R), { key: 0 }, {
|
|
173
|
+
default: o(() => l[15] || (l[15] = [
|
|
174
|
+
d("Other Helpful Links")
|
|
175
|
+
])),
|
|
176
|
+
_: 1
|
|
177
|
+
})) : p("", !0),
|
|
178
|
+
(u(!0), m(U, null, C(g.value, (t, h) => (u(), s(e(i), {
|
|
179
|
+
key: h,
|
|
180
|
+
"prepend-icon": t.icon,
|
|
181
|
+
class: "ma-1",
|
|
182
|
+
href: t.url,
|
|
183
|
+
target: "_blank",
|
|
184
|
+
text: t.description,
|
|
185
|
+
"append-avatar": e(B)(t.url),
|
|
186
|
+
title: t.title,
|
|
187
|
+
subtitle: t.subtitle
|
|
188
|
+
}, null, 8, ["prepend-icon", "href", "text", "append-avatar", "title", "subtitle"]))), 128))
|
|
189
|
+
]),
|
|
190
|
+
_: 1
|
|
191
|
+
})
|
|
294
192
|
]),
|
|
295
193
|
_: 1
|
|
296
|
-
})
|
|
297
|
-
|
|
194
|
+
})
|
|
195
|
+
]),
|
|
196
|
+
_: 1
|
|
197
|
+
}),
|
|
198
|
+
a(e(_), null, {
|
|
199
|
+
default: o(() => [
|
|
200
|
+
a(e(i), {
|
|
201
|
+
"min-width": "330",
|
|
202
|
+
subtitle: "Share your thoughts with us",
|
|
203
|
+
title: "Give Feedback"
|
|
204
|
+
}, {
|
|
298
205
|
default: o(() => [
|
|
299
|
-
a(e(
|
|
300
|
-
|
|
301
|
-
|
|
206
|
+
a(e(Q), {
|
|
207
|
+
autofocus: "",
|
|
208
|
+
"hide-details": "",
|
|
209
|
+
lines: "three",
|
|
210
|
+
placeholder: "...start typing any requests, suggestions, or frustrations you might have. Unburden yourself.",
|
|
211
|
+
modelValue: V.value,
|
|
212
|
+
"onUpdate:modelValue": l[2] || (l[2] = (t) => V.value = t)
|
|
213
|
+
}, null, 8, ["modelValue"]),
|
|
214
|
+
a(e(W), { class: "mt-2" }, {
|
|
215
|
+
default: o(() => l[16] || (l[16] = [
|
|
216
|
+
d("Or just give us a rating")
|
|
217
|
+
])),
|
|
218
|
+
_: 1
|
|
302
219
|
}),
|
|
303
|
-
|
|
220
|
+
S("div", be, [
|
|
221
|
+
a(e(Y), {
|
|
222
|
+
"active-color": "primary",
|
|
223
|
+
hover: "",
|
|
224
|
+
length: 5,
|
|
225
|
+
modelValue: b.value,
|
|
226
|
+
"onUpdate:modelValue": l[3] || (l[3] = (t) => b.value = t)
|
|
227
|
+
}, null, 8, ["modelValue"])
|
|
228
|
+
]),
|
|
229
|
+
a(e(f), {
|
|
230
|
+
"append-icon": "$send",
|
|
231
|
+
block: "",
|
|
232
|
+
onClick: P,
|
|
233
|
+
disabled: !j.value,
|
|
234
|
+
text: "Send"
|
|
235
|
+
}, null, 8, ["disabled"])
|
|
236
|
+
]),
|
|
237
|
+
_: 1
|
|
238
|
+
})
|
|
239
|
+
]),
|
|
240
|
+
_: 1
|
|
241
|
+
}),
|
|
242
|
+
a(e(_), null, {
|
|
243
|
+
default: o(() => [
|
|
244
|
+
a(e(i), {
|
|
245
|
+
class: "d-flex align-center justify-center",
|
|
246
|
+
"min-height": "330",
|
|
247
|
+
"max-width": "330"
|
|
248
|
+
}, {
|
|
249
|
+
default: o(() => [
|
|
250
|
+
x.value == null ? (u(), s(e(z), {
|
|
251
|
+
key: 0,
|
|
252
|
+
icon: "$party",
|
|
253
|
+
size: "x-large",
|
|
254
|
+
start: ""
|
|
255
|
+
})) : p("", !0),
|
|
256
|
+
x.value == null ? (u(), m("div", Ve, "Thankyou so much!")) : (u(), m("p", xe, E(x.value), 1))
|
|
304
257
|
]),
|
|
305
258
|
_: 1
|
|
306
259
|
})
|
|
307
260
|
]),
|
|
308
261
|
_: 1
|
|
309
|
-
}, 8, ["modelValue"]),
|
|
310
|
-
a(e(f), {
|
|
311
|
-
class: "mr-1",
|
|
312
|
-
onClick: t[7] || (t[7] = (l) => y.value = !1),
|
|
313
|
-
icon: "$close",
|
|
314
|
-
size: "small",
|
|
315
|
-
variant: "text"
|
|
316
262
|
})
|
|
317
263
|
]),
|
|
318
|
-
|
|
264
|
+
_: 1
|
|
265
|
+
}, 8, ["modelValue"])
|
|
266
|
+
]),
|
|
267
|
+
_: 1
|
|
268
|
+
})
|
|
269
|
+
]),
|
|
270
|
+
_: 1
|
|
271
|
+
}, 8, ["modelValue"])) : p("", !0),
|
|
272
|
+
a(e(ve), {
|
|
273
|
+
modelValue: y.value,
|
|
274
|
+
"onUpdate:modelValue": l[11] || (l[11] = (t) => y.value = t),
|
|
275
|
+
"max-width": "450"
|
|
276
|
+
}, {
|
|
277
|
+
default: o(() => [
|
|
278
|
+
a(e(i), null, {
|
|
279
|
+
default: o(() => [
|
|
280
|
+
S("div", he, [
|
|
281
|
+
a(e(q), {
|
|
319
282
|
modelValue: e(r),
|
|
320
|
-
"onUpdate:modelValue":
|
|
283
|
+
"onUpdate:modelValue": l[6] || (l[6] = (t) => T(r) ? r.value = t : null)
|
|
321
284
|
}, {
|
|
322
285
|
default: o(() => [
|
|
323
|
-
a(e(
|
|
286
|
+
a(e(D), null, {
|
|
324
287
|
default: o(() => [
|
|
325
|
-
a(e(
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
},
|
|
329
|
-
|
|
330
|
-
S("div", Se, [
|
|
331
|
-
a(e(f), {
|
|
332
|
-
class: "mx-1",
|
|
333
|
-
onClick: E,
|
|
334
|
-
rounded: "",
|
|
335
|
-
size: e(N) ? "x-small" : "small",
|
|
336
|
-
text: "Maybe Later",
|
|
337
|
-
variant: "tonal"
|
|
338
|
-
}, null, 8, ["size"]),
|
|
339
|
-
a(e(f), {
|
|
340
|
-
class: "mr-1",
|
|
341
|
-
onClick: ae,
|
|
342
|
-
rounded: "",
|
|
343
|
-
size: e(N) ? "x-small" : "small",
|
|
344
|
-
text: "Hide Forever",
|
|
345
|
-
variant: "tonal"
|
|
346
|
-
}, null, 8, ["size"]),
|
|
347
|
-
e(T) != null ? (n(), s(e(f), {
|
|
348
|
-
key: 0,
|
|
349
|
-
rounded: "",
|
|
350
|
-
size: e(N) ? "x-small" : "small",
|
|
351
|
-
text: "Show More",
|
|
352
|
-
to: { name: e(T) }
|
|
353
|
-
}, null, 8, ["size", "to"])) : p("", !0)
|
|
354
|
-
]),
|
|
355
|
-
a($),
|
|
356
|
-
a(e(Q), { class: "pa-2 overflow-y-auto" }, {
|
|
357
|
-
default: o(() => [
|
|
358
|
-
e(w)(c.value) ? (n(), s(e(D), { key: 0 }, {
|
|
359
|
-
default: o(() => t[19] || (t[19] = [
|
|
360
|
-
d(" Relevant Links ")
|
|
361
|
-
])),
|
|
362
|
-
_: 1
|
|
363
|
-
})) : p("", !0),
|
|
364
|
-
(n(!0), m(U, null, B(c.value, (l, h) => (n(), s(e(i), {
|
|
365
|
-
key: h,
|
|
366
|
-
"prepend-icon": l.icon,
|
|
367
|
-
class: "ma-1",
|
|
368
|
-
href: l.url,
|
|
369
|
-
target: "_blank",
|
|
370
|
-
text: l.description,
|
|
371
|
-
"append-avatar": e(F)(l.url),
|
|
372
|
-
title: l.title,
|
|
373
|
-
subtitle: l.subtitle
|
|
374
|
-
}, null, 8, ["prepend-icon", "href", "text", "append-avatar", "title", "subtitle"]))), 128)),
|
|
375
|
-
e(w)(g.value) ? (n(), s(e(D), { key: 1 }, {
|
|
376
|
-
default: o(() => t[20] || (t[20] = [
|
|
377
|
-
d("Other Helpful Links")
|
|
378
|
-
])),
|
|
379
|
-
_: 1
|
|
380
|
-
})) : p("", !0),
|
|
381
|
-
(n(!0), m(U, null, B(g.value, (l, h) => (n(), s(e(i), {
|
|
382
|
-
key: h,
|
|
383
|
-
"prepend-icon": l.icon,
|
|
384
|
-
class: "ma-1",
|
|
385
|
-
href: l.url,
|
|
386
|
-
target: "_blank",
|
|
387
|
-
text: l.description,
|
|
388
|
-
"append-avatar": e(F)(l.url),
|
|
389
|
-
title: l.title,
|
|
390
|
-
subtitle: l.subtitle
|
|
391
|
-
}, null, 8, ["prepend-icon", "href", "text", "append-avatar", "title", "subtitle"]))), 128))
|
|
392
|
-
]),
|
|
393
|
-
_: 1
|
|
394
|
-
})
|
|
395
|
-
]),
|
|
396
|
-
_: 1
|
|
397
|
-
})
|
|
288
|
+
a(e(z), {
|
|
289
|
+
start: "",
|
|
290
|
+
icon: "$help-circle-outline"
|
|
291
|
+
}),
|
|
292
|
+
l[17] || (l[17] = d("Help "))
|
|
398
293
|
]),
|
|
399
294
|
_: 1
|
|
400
295
|
}),
|
|
401
|
-
a(e(
|
|
296
|
+
a(e(D), null, {
|
|
402
297
|
default: o(() => [
|
|
403
|
-
a(e(
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
},
|
|
407
|
-
|
|
408
|
-
a(e(X), {
|
|
409
|
-
autofocus: "",
|
|
410
|
-
"hide-details": "",
|
|
411
|
-
lines: "three",
|
|
412
|
-
placeholder: "...start typing any requests, suggestions, or frustrations you might have. Unburden yourself.",
|
|
413
|
-
modelValue: V.value,
|
|
414
|
-
"onUpdate:modelValue": t[8] || (t[8] = (l) => V.value = l)
|
|
415
|
-
}, null, 8, ["modelValue"]),
|
|
416
|
-
a(e(Y), { class: "mt-2" }, {
|
|
417
|
-
default: o(() => t[21] || (t[21] = [
|
|
418
|
-
d("Or just give us a rating")
|
|
419
|
-
])),
|
|
420
|
-
_: 1
|
|
421
|
-
}),
|
|
422
|
-
S("div", we, [
|
|
423
|
-
a(e(J), {
|
|
424
|
-
"active-color": "primary",
|
|
425
|
-
hover: "",
|
|
426
|
-
length: 5,
|
|
427
|
-
modelValue: b.value,
|
|
428
|
-
"onUpdate:modelValue": t[9] || (t[9] = (l) => b.value = l)
|
|
429
|
-
}, null, 8, ["modelValue"])
|
|
430
|
-
]),
|
|
431
|
-
a(e(f), {
|
|
432
|
-
"append-icon": "$send",
|
|
433
|
-
block: "",
|
|
434
|
-
onClick: I,
|
|
435
|
-
disabled: !P.value,
|
|
436
|
-
text: "Send"
|
|
437
|
-
}, null, 8, ["disabled"])
|
|
438
|
-
]),
|
|
439
|
-
_: 1
|
|
440
|
-
})
|
|
441
|
-
]),
|
|
442
|
-
_: 1
|
|
443
|
-
}),
|
|
444
|
-
a(e(_), null, {
|
|
445
|
-
default: o(() => [
|
|
446
|
-
a(e(i), {
|
|
447
|
-
class: "d-flex align-center justify-center",
|
|
448
|
-
"min-height": "300"
|
|
449
|
-
}, {
|
|
450
|
-
default: o(() => [
|
|
451
|
-
x.value == null ? (n(), s(e(z), {
|
|
452
|
-
key: 0,
|
|
453
|
-
icon: "$party",
|
|
454
|
-
size: "x-large",
|
|
455
|
-
start: ""
|
|
456
|
-
})) : p("", !0),
|
|
457
|
-
x.value == null ? (n(), m("div", _e, "Thankyou so much!")) : (n(), m("div", ze, q(x.value), 1))
|
|
458
|
-
]),
|
|
459
|
-
_: 1
|
|
460
|
-
})
|
|
298
|
+
a(e(z), {
|
|
299
|
+
start: "",
|
|
300
|
+
icon: "$feedback"
|
|
301
|
+
}),
|
|
302
|
+
l[18] || (l[18] = d("Feedback "))
|
|
461
303
|
]),
|
|
462
304
|
_: 1
|
|
463
305
|
})
|
|
464
306
|
]),
|
|
465
307
|
_: 1
|
|
466
|
-
}, 8, ["modelValue"])
|
|
308
|
+
}, 8, ["modelValue"]),
|
|
309
|
+
a(e(f), {
|
|
310
|
+
class: "mr-1",
|
|
311
|
+
onClick: l[7] || (l[7] = (t) => y.value = !1),
|
|
312
|
+
icon: "$close",
|
|
313
|
+
size: "small",
|
|
314
|
+
variant: "text"
|
|
315
|
+
})
|
|
467
316
|
]),
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
317
|
+
a(e(G), {
|
|
318
|
+
modelValue: e(r),
|
|
319
|
+
"onUpdate:modelValue": l[10] || (l[10] = (t) => T(r) ? r.value = t : null)
|
|
320
|
+
}, {
|
|
321
|
+
default: o(() => [
|
|
322
|
+
a(e(_), null, {
|
|
323
|
+
default: o(() => [
|
|
324
|
+
a(e(i), {
|
|
325
|
+
subtitle: "Here are some relevant tips and clips.",
|
|
326
|
+
title: "Tips Assistant"
|
|
327
|
+
}, {
|
|
328
|
+
default: o(() => [
|
|
329
|
+
S("div", ke, [
|
|
330
|
+
a(e(f), {
|
|
331
|
+
class: "mx-1",
|
|
332
|
+
onClick: I,
|
|
333
|
+
rounded: "",
|
|
334
|
+
size: e(H) ? "x-small" : "small",
|
|
335
|
+
text: "Maybe Later",
|
|
336
|
+
variant: "tonal"
|
|
337
|
+
}, null, 8, ["size"]),
|
|
338
|
+
a(e(f), {
|
|
339
|
+
class: "mr-1",
|
|
340
|
+
onClick: le,
|
|
341
|
+
rounded: "",
|
|
342
|
+
size: e(H) ? "x-small" : "small",
|
|
343
|
+
text: "Hide Forever",
|
|
344
|
+
variant: "tonal"
|
|
345
|
+
}, null, 8, ["size"]),
|
|
346
|
+
e(L) != null ? (u(), s(e(f), {
|
|
347
|
+
key: 0,
|
|
348
|
+
rounded: "",
|
|
349
|
+
size: e(H) ? "x-small" : "small",
|
|
350
|
+
text: "Show More",
|
|
351
|
+
to: { name: e(L) }
|
|
352
|
+
}, null, 8, ["size", "to"])) : p("", !0)
|
|
353
|
+
]),
|
|
354
|
+
a(e(ce)),
|
|
355
|
+
a(e(K), { class: "pa-2 overflow-y-auto" }, {
|
|
356
|
+
default: o(() => [
|
|
357
|
+
e(w)(c.value) ? (u(), s(e(R), { key: 0 }, {
|
|
358
|
+
default: o(() => l[19] || (l[19] = [
|
|
359
|
+
d(" Relevant Links ")
|
|
360
|
+
])),
|
|
361
|
+
_: 1
|
|
362
|
+
})) : p("", !0),
|
|
363
|
+
(u(!0), m(U, null, C(c.value, (t, h) => (u(), s(e(i), {
|
|
364
|
+
key: h,
|
|
365
|
+
"prepend-icon": t.icon,
|
|
366
|
+
class: "ma-1",
|
|
367
|
+
href: t.url,
|
|
368
|
+
target: "_blank",
|
|
369
|
+
text: t.description,
|
|
370
|
+
"append-avatar": e(B)(t.url),
|
|
371
|
+
title: t.title,
|
|
372
|
+
subtitle: t.subtitle
|
|
373
|
+
}, null, 8, ["prepend-icon", "href", "text", "append-avatar", "title", "subtitle"]))), 128)),
|
|
374
|
+
e(w)(g.value) ? (u(), s(e(R), { key: 1 }, {
|
|
375
|
+
default: o(() => l[20] || (l[20] = [
|
|
376
|
+
d("Other Helpful Links")
|
|
377
|
+
])),
|
|
378
|
+
_: 1
|
|
379
|
+
})) : p("", !0),
|
|
380
|
+
(u(!0), m(U, null, C(g.value, (t, h) => (u(), s(e(i), {
|
|
381
|
+
key: h,
|
|
382
|
+
"prepend-icon": t.icon,
|
|
383
|
+
class: "ma-1",
|
|
384
|
+
href: t.url,
|
|
385
|
+
target: "_blank",
|
|
386
|
+
text: t.description,
|
|
387
|
+
"append-avatar": e(B)(t.url),
|
|
388
|
+
title: t.title,
|
|
389
|
+
subtitle: t.subtitle
|
|
390
|
+
}, null, 8, ["prepend-icon", "href", "text", "append-avatar", "title", "subtitle"]))), 128))
|
|
391
|
+
]),
|
|
392
|
+
_: 1
|
|
393
|
+
})
|
|
394
|
+
]),
|
|
395
|
+
_: 1
|
|
396
|
+
})
|
|
397
|
+
]),
|
|
398
|
+
_: 1
|
|
399
|
+
}),
|
|
400
|
+
a(e(_), null, {
|
|
401
|
+
default: o(() => [
|
|
402
|
+
a(e(i), {
|
|
403
|
+
subtitle: "Share your thoughts with us",
|
|
404
|
+
title: "Give Feedback"
|
|
405
|
+
}, {
|
|
406
|
+
default: o(() => [
|
|
407
|
+
a(e(Q), {
|
|
408
|
+
autofocus: "",
|
|
409
|
+
"hide-details": "",
|
|
410
|
+
lines: "three",
|
|
411
|
+
placeholder: "...start typing any requests, suggestions, or frustrations you might have. Unburden yourself.",
|
|
412
|
+
modelValue: V.value,
|
|
413
|
+
"onUpdate:modelValue": l[8] || (l[8] = (t) => V.value = t)
|
|
414
|
+
}, null, 8, ["modelValue"]),
|
|
415
|
+
a(e(W), { class: "mt-2" }, {
|
|
416
|
+
default: o(() => l[21] || (l[21] = [
|
|
417
|
+
d("Or just give us a rating")
|
|
418
|
+
])),
|
|
419
|
+
_: 1
|
|
420
|
+
}),
|
|
421
|
+
S("div", Se, [
|
|
422
|
+
a(e(Y), {
|
|
423
|
+
"active-color": "primary",
|
|
424
|
+
hover: "",
|
|
425
|
+
length: 5,
|
|
426
|
+
modelValue: b.value,
|
|
427
|
+
"onUpdate:modelValue": l[9] || (l[9] = (t) => b.value = t)
|
|
428
|
+
}, null, 8, ["modelValue"])
|
|
429
|
+
]),
|
|
430
|
+
a(e(f), {
|
|
431
|
+
"append-icon": "$send",
|
|
432
|
+
block: "",
|
|
433
|
+
onClick: P,
|
|
434
|
+
disabled: !j.value,
|
|
435
|
+
text: "Send"
|
|
436
|
+
}, null, 8, ["disabled"])
|
|
437
|
+
]),
|
|
438
|
+
_: 1
|
|
439
|
+
})
|
|
440
|
+
]),
|
|
441
|
+
_: 1
|
|
442
|
+
}),
|
|
443
|
+
a(e(_), null, {
|
|
444
|
+
default: o(() => [
|
|
445
|
+
a(e(i), {
|
|
446
|
+
class: "d-flex align-center justify-center",
|
|
447
|
+
"min-height": "300"
|
|
448
|
+
}, {
|
|
449
|
+
default: o(() => [
|
|
450
|
+
x.value == null ? (u(), s(e(z), {
|
|
451
|
+
key: 0,
|
|
452
|
+
icon: "$party",
|
|
453
|
+
size: "x-large",
|
|
454
|
+
start: ""
|
|
455
|
+
})) : p("", !0),
|
|
456
|
+
x.value == null ? (u(), m("div", we, "Thankyou so much!")) : (u(), m("div", _e, E(x.value), 1))
|
|
457
|
+
]),
|
|
458
|
+
_: 1
|
|
459
|
+
})
|
|
460
|
+
]),
|
|
461
|
+
_: 1
|
|
462
|
+
})
|
|
463
|
+
]),
|
|
464
|
+
_: 1
|
|
465
|
+
}, 8, ["modelValue"])
|
|
466
|
+
]),
|
|
467
|
+
_: 1
|
|
468
|
+
})
|
|
469
|
+
]),
|
|
470
|
+
_: 1
|
|
471
|
+
}, 8, ["modelValue"])
|
|
472
|
+
]));
|
|
475
473
|
}
|
|
476
474
|
});
|
|
477
475
|
export {
|