@pocketprep/ui-kit 3.4.81 → 3.4.83
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/@pocketprep/ui-kit.js +191 -183
- package/dist/@pocketprep/ui-kit.js.map +1 -1
- package/dist/@pocketprep/ui-kit.umd.cjs +4 -4
- package/dist/@pocketprep/ui-kit.umd.cjs.map +1 -1
- package/dist/style.css +1 -1
- package/lib/components/Buttons/Button.vue +5 -3
- package/lib/components/Quiz/Question/ChoicesContainer.vue +9 -0
- package/lib/components/Quiz/Question/MatrixChoicesContainer.vue +2 -0
- package/lib/components/Quiz/Question/MobileMatrixChoicesContainer.vue +8 -0
- package/package.json +1 -1
|
@@ -378,7 +378,7 @@ const pi = (e, i, s) => {
|
|
|
378
378
|
o.forEach((t) => {
|
|
379
379
|
t.includes("--dark") && e.classList.remove(t);
|
|
380
380
|
});
|
|
381
|
-
},
|
|
381
|
+
}, PC = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
382
382
|
__proto__: null,
|
|
383
383
|
breakpoint: Mt,
|
|
384
384
|
dark: Se,
|
|
@@ -17912,7 +17912,7 @@ const Ap = /* @__PURE__ */ me(It, [["render", fp]]), _r = {
|
|
|
17912
17912
|
`$1<span class="keyword-highlight${e.isDarkMode ? " keyword-highlight--dark" : ""}" data-location="${e.location}" role="button" tabindex="0" aria-label="${o}, Instruction. Click for definition" aria-haspopup="dialog" aria-expanded="false">
|
|
17913
17913
|
<span style="pointer-events: none;">$2</span></span>$3`
|
|
17914
17914
|
);
|
|
17915
|
-
}, e.text) : e.text,
|
|
17915
|
+
}, e.text) : e.text, Rv = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
17916
17916
|
__proto__: null,
|
|
17917
17917
|
escapeRegex: $r,
|
|
17918
17918
|
highlightKeywordsInText: wo,
|
|
@@ -18718,14 +18718,18 @@ function tg(e, i, s, o, t, n) {
|
|
|
18718
18718
|
], 2)), [
|
|
18719
18719
|
[F, e.isDarkMode]
|
|
18720
18720
|
]) : Le("", !0),
|
|
18721
|
-
oe("div", {
|
|
18722
|
-
class: "uikit-question-choices-container__choice-text",
|
|
18721
|
+
ne(oe("div", {
|
|
18722
|
+
class: Ce(["uikit-question-choices-container__choice-text", {
|
|
18723
|
+
"uikit-question-choices-container__choice-text--review-mode": e.reviewMode
|
|
18724
|
+
}]),
|
|
18723
18725
|
tabindex: e.showAnswers ? -1 : 0,
|
|
18724
18726
|
role: e.isMCR ? "checkbox" : "radio",
|
|
18725
18727
|
"aria-checked": e.selectedChoices.includes(E.key) ? "true" : "false",
|
|
18726
18728
|
"aria-label": `${e.showAnswers ? e.answerKeys.includes(E.key) ? "Correct Answer, " : "Incorrect Answer, " : ""}${e.stripHtmlTags(E.text)}`,
|
|
18727
18729
|
innerHTML: E.text
|
|
18728
|
-
}, null,
|
|
18730
|
+
}, null, 10, Vp), [
|
|
18731
|
+
[Y, e.breakpoints, "questionEl"]
|
|
18732
|
+
]),
|
|
18729
18733
|
!e.isMCR && e.showAnswers && e.answerKeys.includes(E.key) ? ne((N(), ye(R, {
|
|
18730
18734
|
key: 1,
|
|
18731
18735
|
type: "tertiary-small",
|
|
@@ -20143,11 +20147,11 @@ at = ft([
|
|
|
20143
20147
|
}
|
|
20144
20148
|
})
|
|
20145
20149
|
], at);
|
|
20146
|
-
const lf = { class: "uikit-question-mobile-matrix-choices-container" }, hf = ["onClick"], df = { class: "uikit-question-mobile-matrix-choices-
|
|
20150
|
+
const lf = { class: "uikit-question-mobile-matrix-choices-container" }, hf = ["onClick"], df = { class: "uikit-question-mobile-matrix-choices-container__selected-choice-labels-container" }, cf = {
|
|
20147
20151
|
key: 0,
|
|
20148
20152
|
class: "uikit-question-mobile-matrix-choices-container__selected-choice-labels"
|
|
20149
|
-
},
|
|
20150
|
-
function
|
|
20153
|
+
}, uf = { key: 0 }, pf = ["onClick", "onKeypress"], gf = { key: 1 };
|
|
20154
|
+
function ff(e, i, s, o, t, n) {
|
|
20151
20155
|
const r = ge("Icon"), R = ge("Checkbox"), D = ge("MobileMatrixRadioGroup"), Y = Re("dark"), F = Re("breakpoint");
|
|
20152
20156
|
return ne((N(), V("div", lf, [
|
|
20153
20157
|
ne((N(), V("div", {
|
|
@@ -20180,7 +20184,11 @@ function Af(e, i, s, o, t, n) {
|
|
|
20180
20184
|
}, null, 512)), [
|
|
20181
20185
|
[Y, e.isDarkMode]
|
|
20182
20186
|
]) : Le("", !0),
|
|
20183
|
-
ne((N(), V("div",
|
|
20187
|
+
ne((N(), V("div", {
|
|
20188
|
+
class: Ce(["uikit-question-mobile-matrix-choices-container__row-label", {
|
|
20189
|
+
"uikit-question-mobile-matrix-choices-container__row-label--review-mode": e.showMatrixAnswers || e.reviewMode
|
|
20190
|
+
}])
|
|
20191
|
+
}, [
|
|
20184
20192
|
xe(ve(e.stripHtmlTags(E)) + " ", 1),
|
|
20185
20193
|
ne(Pe(r, {
|
|
20186
20194
|
class: Ce(["uikit-question-mobile-matrix-choices-container__toggle-row-icon", {
|
|
@@ -20190,12 +20198,12 @@ function Af(e, i, s, o, t, n) {
|
|
|
20190
20198
|
}, null, 8, ["class"]), [
|
|
20191
20199
|
[Y, e.isDarkMode]
|
|
20192
20200
|
])
|
|
20193
|
-
])), [
|
|
20201
|
+
], 2)), [
|
|
20194
20202
|
[Y, e.isDarkMode]
|
|
20195
20203
|
]),
|
|
20196
|
-
oe("div",
|
|
20204
|
+
oe("div", df, [
|
|
20197
20205
|
(N(!0), V(Ke, null, et(e.selectedColumnHeaders, (G, A) => ne((N(), V("div", { key: A }, [
|
|
20198
|
-
e.selectedColumnHeaders && e.selectedColumnHeaders[I] && e.selectedColumnHeaders[I][A] ? ne((N(), V("div",
|
|
20206
|
+
e.selectedColumnHeaders && e.selectedColumnHeaders[I] && e.selectedColumnHeaders[I][A] ? ne((N(), V("div", cf, [
|
|
20199
20207
|
xe(ve(e.selectedColumnHeaders[I][A] === e.selectedColumnHeaders[I][e.selectedColumnHeaders[I].length - 1] ? e.stripHtmlTags(e.selectedColumnHeaders[I][A]) : `${e.stripHtmlTags(e.selectedColumnHeaders[I][A])},`), 1)
|
|
20200
20208
|
])), [
|
|
20201
20209
|
[Y, e.isDarkMode],
|
|
@@ -20209,7 +20217,7 @@ function Af(e, i, s, o, t, n) {
|
|
|
20209
20217
|
[Y, e.isDarkMode],
|
|
20210
20218
|
[F, e.breakpoints, "questionEl"]
|
|
20211
20219
|
]),
|
|
20212
|
-
e.expandedRowNumbers.includes(I) && e.question.type === "Matrix Checkbox" && e.matrixCheckboxGrid && e.matrixCheckboxGrid[I] ? (N(), V("div",
|
|
20220
|
+
e.expandedRowNumbers.includes(I) && e.question.type === "Matrix Checkbox" && e.matrixCheckboxGrid && e.matrixCheckboxGrid[I] ? (N(), V("div", uf, [
|
|
20213
20221
|
(N(!0), V(Ke, null, et(e.matrixColumnLabels, (G, A) => {
|
|
20214
20222
|
var g;
|
|
20215
20223
|
return ne((N(), V("div", {
|
|
@@ -20237,12 +20245,12 @@ function Af(e, i, s, o, t, n) {
|
|
|
20237
20245
|
"uikit-question-mobile-matrix-choices-container__checkbox-label--distractor": (e.showMatrixAnswers || e.reviewMode) && e.matrixChoiceLayout[I] && ((g = e.matrixChoiceLayout[I][A]) == null ? void 0 : g.startsWith("d"))
|
|
20238
20246
|
}])
|
|
20239
20247
|
}, ve(e.stripHtmlTags(G)), 3)
|
|
20240
|
-
], 40,
|
|
20248
|
+
], 40, pf)), [
|
|
20241
20249
|
[Y, e.isDarkMode]
|
|
20242
20250
|
]);
|
|
20243
20251
|
}), 128))
|
|
20244
20252
|
])) : Le("", !0),
|
|
20245
|
-
e.expandedRowNumbers.includes(I) && e.question.type === "Matrix Radio Button" && e.matrixRadioGrid && e.matrixRadioGrid[I] ? (N(), V("div",
|
|
20253
|
+
e.expandedRowNumbers.includes(I) && e.question.type === "Matrix Radio Button" && e.matrixRadioGrid && e.matrixRadioGrid[I] ? (N(), V("div", gf, [
|
|
20246
20254
|
Pe(D, {
|
|
20247
20255
|
modelValue: e.getRadioRowSelection(I),
|
|
20248
20256
|
"review-mode": e.reviewMode,
|
|
@@ -20270,11 +20278,11 @@ function Af(e, i, s, o, t, n) {
|
|
|
20270
20278
|
[Y, e.isDarkMode]
|
|
20271
20279
|
]);
|
|
20272
20280
|
}
|
|
20273
|
-
const
|
|
20274
|
-
var
|
|
20275
|
-
for (var t = o > 1 ? void 0 : o ?
|
|
20281
|
+
const Af = /* @__PURE__ */ me(at, [["render", ff]]);
|
|
20282
|
+
var Cf = Object.defineProperty, mf = Object.getOwnPropertyDescriptor, Ze = (e, i, s, o) => {
|
|
20283
|
+
for (var t = o > 1 ? void 0 : o ? mf(i, s) : i, n = e.length - 1, r; n >= 0; n--)
|
|
20276
20284
|
(r = e[n]) && (t = (o ? r(i, s, t) : r(t)) || t);
|
|
20277
|
-
return o && t &&
|
|
20285
|
+
return o && t && Cf(i, s, t), t;
|
|
20278
20286
|
};
|
|
20279
20287
|
let ze = class extends be {
|
|
20280
20288
|
constructor() {
|
|
@@ -20967,7 +20975,7 @@ ze = Ze([
|
|
|
20967
20975
|
Explanation: Bg,
|
|
20968
20976
|
PassageAndImage: Tg,
|
|
20969
20977
|
MatrixChoicesContainer: $g,
|
|
20970
|
-
MobileMatrixChoicesContainer:
|
|
20978
|
+
MobileMatrixChoicesContainer: Af
|
|
20971
20979
|
},
|
|
20972
20980
|
directives: {
|
|
20973
20981
|
breakpoint: Mt,
|
|
@@ -20975,16 +20983,16 @@ ze = Ze([
|
|
|
20975
20983
|
}
|
|
20976
20984
|
})
|
|
20977
20985
|
], ze);
|
|
20978
|
-
const
|
|
20986
|
+
const vf = { class: "uikit-question__tag-mobile" }, wf = ["aria-label"], yf = ["innerHTML"], Mf = {
|
|
20979
20987
|
key: 4,
|
|
20980
20988
|
class: "uikit-question__unanswered-teach-review-label"
|
|
20981
|
-
},
|
|
20982
|
-
|
|
20983
|
-
],
|
|
20989
|
+
}, bf = /* @__PURE__ */ oe("span", null, " Unanswered ", -1), Lf = [
|
|
20990
|
+
bf
|
|
20991
|
+
], kf = ["role"], Ef = {
|
|
20984
20992
|
key: 0,
|
|
20985
20993
|
class: "uikit-question__unanswered-label"
|
|
20986
|
-
},
|
|
20987
|
-
function
|
|
20994
|
+
}, Df = /* @__PURE__ */ oe("span", null, "Unanswered", -1);
|
|
20995
|
+
function Bf(e, i, s, o, t, n) {
|
|
20988
20996
|
const r = ge("Icon"), R = ge("QuestionContext"), D = ge("PocketButton"), Y = ge("PassageAndImageDropdown"), F = ge("Paywall"), E = ge("ChoicesContainer"), I = ge("MatrixChoicesContainer"), G = ge("MobileMatrixChoicesContainer"), A = ge("Summary"), g = ge("StatsSummary"), p = ge("PassageAndImage"), d = ge("Explanation"), c = Re("breakpoint"), C = Re("dark");
|
|
20989
20997
|
return ne((N(), V("div", {
|
|
20990
20998
|
ref: "question",
|
|
@@ -21004,7 +21012,7 @@ function If(e, i, s, o, t, n) {
|
|
|
21004
21012
|
[C, e.isDarkMode]
|
|
21005
21013
|
])
|
|
21006
21014
|
]),
|
|
21007
|
-
ne((N(), V("div",
|
|
21015
|
+
ne((N(), V("div", vf, [
|
|
21008
21016
|
ke(e.$slots, "tag")
|
|
21009
21017
|
])), [
|
|
21010
21018
|
[c, e.breakpoints, "questionEl"]
|
|
@@ -21053,7 +21061,7 @@ function If(e, i, s, o, t, n) {
|
|
|
21053
21061
|
"aria-live": "assertive"
|
|
21054
21062
|
}, [
|
|
21055
21063
|
xe(" Part " + ve(e.currentScenarioQuestionNumber) + " of " + ve(e.numberOfScenarioQuestions), 1)
|
|
21056
|
-
], 8,
|
|
21064
|
+
], 8, wf)), [
|
|
21057
21065
|
[C, e.isDarkMode],
|
|
21058
21066
|
[c, e.breakpoints, "questionEl"]
|
|
21059
21067
|
]) : Le("", !0),
|
|
@@ -21067,7 +21075,7 @@ function If(e, i, s, o, t, n) {
|
|
|
21067
21075
|
}]),
|
|
21068
21076
|
onClick: i[0] || (i[0] = (...L) => e.keywordClick && e.keywordClick(...L)),
|
|
21069
21077
|
innerHTML: e.prompt
|
|
21070
|
-
}, null, 10,
|
|
21078
|
+
}, null, 10, yf), [
|
|
21071
21079
|
[c, e.breakpoints, "questionEl"]
|
|
21072
21080
|
]),
|
|
21073
21081
|
e.question.passage || e.passageImageUrl ? ne((N(), ye(D, {
|
|
@@ -21108,7 +21116,7 @@ function If(e, i, s, o, t, n) {
|
|
|
21108
21116
|
breakpoints: e.breakpoints,
|
|
21109
21117
|
onUpgradeClicked: e.emitUpgrade
|
|
21110
21118
|
}, null, 8, ["review-Mode", "is-dark-mode", "question-el", "breakpoints", "onUpgradeClicked"])) : Le("", !0),
|
|
21111
|
-
(e.showAnswers || e.showMatrixAnswers) && e.isTeachReview && e.isUnanswered ? ne((N(), V("div",
|
|
21119
|
+
(e.showAnswers || e.showMatrixAnswers) && e.isTeachReview && e.isUnanswered ? ne((N(), V("div", Mf, Lf)), [
|
|
21112
21120
|
[C, e.isDarkMode]
|
|
21113
21121
|
]) : Le("", !0),
|
|
21114
21122
|
e.showPaywall ? Le("", !0) : ne((N(), V("div", {
|
|
@@ -21123,8 +21131,8 @@ function If(e, i, s, o, t, n) {
|
|
|
21123
21131
|
}]),
|
|
21124
21132
|
role: e.isMCR ? "group" : "radiogroup"
|
|
21125
21133
|
}, [
|
|
21126
|
-
e.showAnswers && !e.isMCR && !e.isMatrixQuestion && e.isUnanswered && !e.isCorrect && !e.isTeachReview ? ne((N(), V("div",
|
|
21127
|
-
|
|
21134
|
+
e.showAnswers && !e.isMCR && !e.isMatrixQuestion && e.isUnanswered && !e.isCorrect && !e.isTeachReview ? ne((N(), V("div", Ef, [
|
|
21135
|
+
Df,
|
|
21128
21136
|
ne(Pe(r, {
|
|
21129
21137
|
class: "uikit-question__unanswered-label-icon",
|
|
21130
21138
|
type: "incorrect"
|
|
@@ -21280,7 +21288,7 @@ function If(e, i, s, o, t, n) {
|
|
|
21280
21288
|
}, 8, ["question", "matrix-choice-layout", "is-matrix-question-correct", "matrix-answer-keys", "matrix-distractor-keys", "selected-matrix-choices", "show-matrix-answers", "review-mode", "global-metrics", "is-dark-mode", "question-el", "breakpoints", "onEmitSelectedMatrixChoice"])), [
|
|
21281
21289
|
[c, e.breakpoints, "questionEl"]
|
|
21282
21290
|
]) : Le("", !0)
|
|
21283
|
-
], 10,
|
|
21291
|
+
], 10, kf)), [
|
|
21284
21292
|
[C, e.isDarkMode]
|
|
21285
21293
|
]),
|
|
21286
21294
|
(e.isMCR && e.showAnswers || e.isMatrixQuestion && e.showMatrixAnswers) && !e.showPaywall ? (N(), ye(A, {
|
|
@@ -21467,11 +21475,11 @@ function If(e, i, s, o, t, n) {
|
|
|
21467
21475
|
[c, e.breakpoints]
|
|
21468
21476
|
]);
|
|
21469
21477
|
}
|
|
21470
|
-
const
|
|
21471
|
-
var
|
|
21472
|
-
for (var t = o > 1 ? void 0 : o ?
|
|
21478
|
+
const If = /* @__PURE__ */ me(ze, [["render", Bf]]);
|
|
21479
|
+
var xf = Object.defineProperty, Pf = Object.getOwnPropertyDescriptor, oo = (e, i, s, o) => {
|
|
21480
|
+
for (var t = o > 1 ? void 0 : o ? Pf(i, s) : i, n = e.length - 1, r; n >= 0; n--)
|
|
21473
21481
|
(r = e[n]) && (t = (o ? r(i, s, t) : r(t)) || t);
|
|
21474
|
-
return o && t &&
|
|
21482
|
+
return o && t && xf(i, s, t), t;
|
|
21475
21483
|
};
|
|
21476
21484
|
let bi = class extends be {
|
|
21477
21485
|
constructor() {
|
|
@@ -21520,16 +21528,16 @@ bi = oo([
|
|
|
21520
21528
|
}
|
|
21521
21529
|
})
|
|
21522
21530
|
], bi);
|
|
21523
|
-
const
|
|
21531
|
+
const Gf = {
|
|
21524
21532
|
ref: "quiz-container",
|
|
21525
21533
|
class: "uikit-quiz-container"
|
|
21526
|
-
},
|
|
21534
|
+
}, Qf = {
|
|
21527
21535
|
key: 0,
|
|
21528
21536
|
class: "uikit-quiz-container__side"
|
|
21529
21537
|
};
|
|
21530
|
-
function
|
|
21538
|
+
function Rf(e, i, s, o, t, n) {
|
|
21531
21539
|
const r = Re("breakpoint"), R = Re("dark");
|
|
21532
|
-
return ne((N(), V("div",
|
|
21540
|
+
return ne((N(), V("div", Gf, [
|
|
21533
21541
|
ne((N(), V("div", {
|
|
21534
21542
|
class: Ce(["uikit-quiz-container__header", { "uikit-quiz-container__header--dark": e.isDarkMode }]),
|
|
21535
21543
|
style: Ve(e.customHeaderStyles)
|
|
@@ -21542,7 +21550,7 @@ function Of(e, i, s, o, t, n) {
|
|
|
21542
21550
|
class: "uikit-quiz-container__main",
|
|
21543
21551
|
style: Ve(e.customMainStyles)
|
|
21544
21552
|
}, [
|
|
21545
|
-
e.showSide ? ne((N(), V("div",
|
|
21553
|
+
e.showSide ? ne((N(), V("div", Qf, [
|
|
21546
21554
|
ke(e.$slots, "definition"),
|
|
21547
21555
|
ke(e.$slots, "side")
|
|
21548
21556
|
])), [
|
|
@@ -21573,11 +21581,11 @@ function Of(e, i, s, o, t, n) {
|
|
|
21573
21581
|
[R, e.isDarkMode]
|
|
21574
21582
|
]);
|
|
21575
21583
|
}
|
|
21576
|
-
const
|
|
21577
|
-
var
|
|
21578
|
-
for (var t = o > 1 ? void 0 : o ?
|
|
21584
|
+
const Of = /* @__PURE__ */ me(bi, [["render", Rf]]);
|
|
21585
|
+
var Yf = Object.defineProperty, Sf = Object.getOwnPropertyDescriptor, so = (e, i, s, o) => {
|
|
21586
|
+
for (var t = o > 1 ? void 0 : o ? Sf(i, s) : i, n = e.length - 1, r; n >= 0; n--)
|
|
21579
21587
|
(r = e[n]) && (t = (o ? r(i, s, t) : r(t)) || t);
|
|
21580
|
-
return o && t &&
|
|
21588
|
+
return o && t && Yf(i, s, t), t;
|
|
21581
21589
|
};
|
|
21582
21590
|
let Li = class extends be {
|
|
21583
21591
|
constructor() {
|
|
@@ -21615,8 +21623,8 @@ Li = so([
|
|
|
21615
21623
|
}
|
|
21616
21624
|
})
|
|
21617
21625
|
], Li);
|
|
21618
|
-
const
|
|
21619
|
-
function
|
|
21626
|
+
const Tf = ["tabindex"];
|
|
21627
|
+
function jf(e, i, s, o, t, n) {
|
|
21620
21628
|
const r = Re("breakpoint");
|
|
21621
21629
|
return ne((N(), V("div", {
|
|
21622
21630
|
class: Ce(["uikit-quiz-progress-bar", {
|
|
@@ -21628,15 +21636,15 @@ function Hf(e, i, s, o, t, n) {
|
|
|
21628
21636
|
onKeydown: i[1] || (i[1] = (R) => e.emitKeydown(R)),
|
|
21629
21637
|
onMousedown: i[2] || (i[2] = Ie(() => {
|
|
21630
21638
|
}, ["prevent"]))
|
|
21631
|
-
}, null, 42,
|
|
21639
|
+
}, null, 42, Tf)), [
|
|
21632
21640
|
[r, { small: 2 }]
|
|
21633
21641
|
]);
|
|
21634
21642
|
}
|
|
21635
|
-
const t1 = /* @__PURE__ */ me(Li, [["render",
|
|
21636
|
-
var
|
|
21637
|
-
for (var t = o > 1 ? void 0 : o ?
|
|
21643
|
+
const t1 = /* @__PURE__ */ me(Li, [["render", jf]]);
|
|
21644
|
+
var Hf = Object.defineProperty, Ff = Object.getOwnPropertyDescriptor, no = (e, i, s, o) => {
|
|
21645
|
+
for (var t = o > 1 ? void 0 : o ? Ff(i, s) : i, n = e.length - 1, r; n >= 0; n--)
|
|
21638
21646
|
(r = e[n]) && (t = (o ? r(i, s, t) : r(t)) || t);
|
|
21639
|
-
return o && t &&
|
|
21647
|
+
return o && t && Hf(i, s, t), t;
|
|
21640
21648
|
};
|
|
21641
21649
|
let ki = class extends be {
|
|
21642
21650
|
constructor() {
|
|
@@ -21721,10 +21729,10 @@ ki = no([
|
|
|
21721
21729
|
}
|
|
21722
21730
|
})
|
|
21723
21731
|
], ki);
|
|
21724
|
-
const
|
|
21725
|
-
function
|
|
21732
|
+
const zf = { class: "uikit-quiz-progress" };
|
|
21733
|
+
function Nf(e, i, s, o, t, n) {
|
|
21726
21734
|
const r = ge("QuizProgressBar");
|
|
21727
|
-
return N(), V("div",
|
|
21735
|
+
return N(), V("div", zf, [
|
|
21728
21736
|
(N(!0), V(Ke, null, et(e.numQuestions, (R) => (N(), ye(r, {
|
|
21729
21737
|
key: `${R}_${e.barWidthString}`,
|
|
21730
21738
|
"is-answered": e.answeredIndexList.includes(R),
|
|
@@ -21751,11 +21759,11 @@ function Zf(e, i, s, o, t, n) {
|
|
|
21751
21759
|
}, null, 8, ["is-answered", "is-selected", "is-focusable", "style", "class", "aria-label", "onClick", "onKeydown"]))), 128))
|
|
21752
21760
|
]);
|
|
21753
21761
|
}
|
|
21754
|
-
const
|
|
21755
|
-
var
|
|
21756
|
-
for (var t = o > 1 ? void 0 : o ?
|
|
21762
|
+
const Zf = /* @__PURE__ */ me(ki, [["render", Nf]]);
|
|
21763
|
+
var Jf = Object.defineProperty, Wf = Object.getOwnPropertyDescriptor, ro = (e, i, s, o) => {
|
|
21764
|
+
for (var t = o > 1 ? void 0 : o ? Wf(i, s) : i, n = e.length - 1, r; n >= 0; n--)
|
|
21757
21765
|
(r = e[n]) && (t = (o ? r(i, s, t) : r(t)) || t);
|
|
21758
|
-
return o && t &&
|
|
21766
|
+
return o && t && Jf(i, s, t), t;
|
|
21759
21767
|
};
|
|
21760
21768
|
let Ei = class extends be {
|
|
21761
21769
|
constructor() {
|
|
@@ -21806,24 +21814,24 @@ Ei = ro([
|
|
|
21806
21814
|
}
|
|
21807
21815
|
})
|
|
21808
21816
|
], Ei);
|
|
21809
|
-
const
|
|
21817
|
+
const Uf = { class: "uikit-keyboard-modal" }, qf = {
|
|
21810
21818
|
ref: "uikit-keyboard-modal__title",
|
|
21811
21819
|
class: "uikit-keyboard-modal__title",
|
|
21812
21820
|
tabindex: "-1"
|
|
21813
|
-
},
|
|
21821
|
+
}, Kf = { class: "uikit-keyboard-modal__item" }, Xf = { key: 0 }, Vf = { key: 1 }, _f = { key: 2 }, $f = { class: "uikit-keyboard-modal__key" }, eA = { class: "uikit-keyboard-modal__item" }, tA = /* @__PURE__ */ oe("div", null, " Navigate through clickable items ", -1), iA = { class: "uikit-keyboard-modal__key" }, oA = {
|
|
21814
21822
|
key: 0,
|
|
21815
21823
|
class: "uikit-keyboard-modal__item"
|
|
21816
|
-
},
|
|
21824
|
+
}, sA = /* @__PURE__ */ oe("div", null, " Open/Close Explanation ", -1), nA = { class: "uikit-keyboard-modal__key" }, rA = {
|
|
21817
21825
|
key: 1,
|
|
21818
21826
|
class: "uikit-keyboard-modal__item"
|
|
21819
|
-
},
|
|
21827
|
+
}, aA = /* @__PURE__ */ oe("div", null, " Select Answer Choice ", -1), lA = { class: "uikit-keyboard-modal__key" }, hA = {
|
|
21820
21828
|
key: 2,
|
|
21821
21829
|
class: "uikit-keyboard-modal__item"
|
|
21822
|
-
},
|
|
21830
|
+
}, dA = /* @__PURE__ */ oe("div", null, " Submit Selected Element ", -1), cA = { class: "uikit-keyboard-modal__key" }, uA = { class: "uikit-keyboard-modal__item" }, pA = /* @__PURE__ */ oe("div", null, " Previous Question ", -1), gA = { class: "uikit-keyboard-modal__key" }, fA = { class: "uikit-keyboard-modal__item" }, AA = /* @__PURE__ */ oe("div", null, " Next Question ", -1), CA = { class: "uikit-keyboard-modal__key" }, mA = { class: "uikit-keyboard-modal__item" }, vA = /* @__PURE__ */ oe("div", null, " Scroll View Up ", -1), wA = { class: "uikit-keyboard-modal__key" }, yA = { class: "uikit-keyboard-modal__item" }, MA = /* @__PURE__ */ oe("div", null, " Scroll View Down ", -1), bA = { class: "uikit-keyboard-modal__key" }, LA = {
|
|
21823
21831
|
key: 3,
|
|
21824
21832
|
class: "uikit-keyboard-modal__item"
|
|
21825
|
-
},
|
|
21826
|
-
function
|
|
21833
|
+
}, kA = /* @__PURE__ */ oe("div", null, " Flag ", -1), EA = { class: "uikit-keyboard-modal__key" }, DA = { class: "uikit-keyboard-modal__toggle" }, BA = { class: "uikit-keyboard-modal__toggle-label" };
|
|
21834
|
+
function IA(e, i, s, o, t, n) {
|
|
21827
21835
|
const r = ge("ToggleSwitch"), R = ge("ModalContainer"), D = Re("dark");
|
|
21828
21836
|
return N(), ye(R, {
|
|
21829
21837
|
"show-close-button": !0,
|
|
@@ -21832,17 +21840,17 @@ function xA(e, i, s, o, t, n) {
|
|
|
21832
21840
|
onClose: e.emitClose
|
|
21833
21841
|
}, {
|
|
21834
21842
|
default: Te(() => [
|
|
21835
|
-
ne((N(), V("div",
|
|
21836
|
-
ne((N(), V("h1",
|
|
21843
|
+
ne((N(), V("div", Uf, [
|
|
21844
|
+
ne((N(), V("h1", qf, [
|
|
21837
21845
|
xe(" Keyboard Shortcuts ")
|
|
21838
21846
|
])), [
|
|
21839
21847
|
[D, e.isDarkMode]
|
|
21840
21848
|
]),
|
|
21841
|
-
ne((N(), V("div",
|
|
21842
|
-
e.keyboardMode === "quiz" ? (N(), V("div",
|
|
21843
|
-
e.keyboardMode === "review" ? (N(), V("div",
|
|
21844
|
-
e.keyboardMode === "teach" ? (N(), V("div",
|
|
21845
|
-
ne((N(), V("div",
|
|
21849
|
+
ne((N(), V("div", Kf, [
|
|
21850
|
+
e.keyboardMode === "quiz" ? (N(), V("div", Xf, " Quit Quiz ")) : Le("", !0),
|
|
21851
|
+
e.keyboardMode === "review" ? (N(), V("div", Vf, " Back to Review ")) : Le("", !0),
|
|
21852
|
+
e.keyboardMode === "teach" ? (N(), V("div", _f, " Back ")) : Le("", !0),
|
|
21853
|
+
ne((N(), V("div", $f, [
|
|
21846
21854
|
xe(" Esc ")
|
|
21847
21855
|
])), [
|
|
21848
21856
|
[D, e.isDarkMode]
|
|
@@ -21850,9 +21858,9 @@ function xA(e, i, s, o, t, n) {
|
|
|
21850
21858
|
])), [
|
|
21851
21859
|
[D, e.isDarkMode]
|
|
21852
21860
|
]),
|
|
21853
|
-
ne((N(), V("div",
|
|
21854
|
-
|
|
21855
|
-
ne((N(), V("div",
|
|
21861
|
+
ne((N(), V("div", eA, [
|
|
21862
|
+
tA,
|
|
21863
|
+
ne((N(), V("div", iA, [
|
|
21856
21864
|
xe(" Tab ")
|
|
21857
21865
|
])), [
|
|
21858
21866
|
[D, e.isDarkMode]
|
|
@@ -21860,9 +21868,9 @@ function xA(e, i, s, o, t, n) {
|
|
|
21860
21868
|
])), [
|
|
21861
21869
|
[D, e.isDarkMode]
|
|
21862
21870
|
]),
|
|
21863
|
-
e.keyboardMode === "quiz" ? ne((N(), V("div",
|
|
21864
|
-
|
|
21865
|
-
ne((N(), V("div",
|
|
21871
|
+
e.keyboardMode === "quiz" ? ne((N(), V("div", oA, [
|
|
21872
|
+
sA,
|
|
21873
|
+
ne((N(), V("div", nA, [
|
|
21866
21874
|
xe(" X ")
|
|
21867
21875
|
])), [
|
|
21868
21876
|
[D, e.isDarkMode]
|
|
@@ -21870,9 +21878,9 @@ function xA(e, i, s, o, t, n) {
|
|
|
21870
21878
|
])), [
|
|
21871
21879
|
[D, e.isDarkMode]
|
|
21872
21880
|
]) : Le("", !0),
|
|
21873
|
-
e.keyboardMode === "quiz" ? ne((N(), V("div",
|
|
21874
|
-
|
|
21875
|
-
ne((N(), V("div",
|
|
21881
|
+
e.keyboardMode === "quiz" ? ne((N(), V("div", rA, [
|
|
21882
|
+
aA,
|
|
21883
|
+
ne((N(), V("div", lA, [
|
|
21876
21884
|
xe(" A - J ")
|
|
21877
21885
|
])), [
|
|
21878
21886
|
[D, e.isDarkMode]
|
|
@@ -21880,9 +21888,9 @@ function xA(e, i, s, o, t, n) {
|
|
|
21880
21888
|
])), [
|
|
21881
21889
|
[D, e.isDarkMode]
|
|
21882
21890
|
]) : Le("", !0),
|
|
21883
|
-
e.keyboardMode === "quiz" ? ne((N(), V("div",
|
|
21884
|
-
|
|
21885
|
-
ne((N(), V("div",
|
|
21891
|
+
e.keyboardMode === "quiz" ? ne((N(), V("div", hA, [
|
|
21892
|
+
dA,
|
|
21893
|
+
ne((N(), V("div", cA, [
|
|
21886
21894
|
xe(" Return/Enter ")
|
|
21887
21895
|
])), [
|
|
21888
21896
|
[D, e.isDarkMode]
|
|
@@ -21890,9 +21898,9 @@ function xA(e, i, s, o, t, n) {
|
|
|
21890
21898
|
])), [
|
|
21891
21899
|
[D, e.isDarkMode]
|
|
21892
21900
|
]) : Le("", !0),
|
|
21893
|
-
ne((N(), V("div",
|
|
21894
|
-
|
|
21895
|
-
ne((N(), V("div",
|
|
21901
|
+
ne((N(), V("div", uA, [
|
|
21902
|
+
pA,
|
|
21903
|
+
ne((N(), V("div", gA, [
|
|
21896
21904
|
xe(" ← ")
|
|
21897
21905
|
])), [
|
|
21898
21906
|
[D, e.isDarkMode]
|
|
@@ -21900,9 +21908,9 @@ function xA(e, i, s, o, t, n) {
|
|
|
21900
21908
|
])), [
|
|
21901
21909
|
[D, e.isDarkMode]
|
|
21902
21910
|
]),
|
|
21903
|
-
ne((N(), V("div",
|
|
21904
|
-
|
|
21905
|
-
ne((N(), V("div",
|
|
21911
|
+
ne((N(), V("div", fA, [
|
|
21912
|
+
AA,
|
|
21913
|
+
ne((N(), V("div", CA, [
|
|
21906
21914
|
xe(" → ")
|
|
21907
21915
|
])), [
|
|
21908
21916
|
[D, e.isDarkMode]
|
|
@@ -21910,9 +21918,9 @@ function xA(e, i, s, o, t, n) {
|
|
|
21910
21918
|
])), [
|
|
21911
21919
|
[D, e.isDarkMode]
|
|
21912
21920
|
]),
|
|
21913
|
-
ne((N(), V("div",
|
|
21914
|
-
|
|
21915
|
-
ne((N(), V("div",
|
|
21921
|
+
ne((N(), V("div", mA, [
|
|
21922
|
+
vA,
|
|
21923
|
+
ne((N(), V("div", wA, [
|
|
21916
21924
|
xe(" ↑ ")
|
|
21917
21925
|
])), [
|
|
21918
21926
|
[D, e.isDarkMode]
|
|
@@ -21920,9 +21928,9 @@ function xA(e, i, s, o, t, n) {
|
|
|
21920
21928
|
])), [
|
|
21921
21929
|
[D, e.isDarkMode]
|
|
21922
21930
|
]),
|
|
21923
|
-
ne((N(), V("div",
|
|
21924
|
-
|
|
21925
|
-
ne((N(), V("div",
|
|
21931
|
+
ne((N(), V("div", yA, [
|
|
21932
|
+
MA,
|
|
21933
|
+
ne((N(), V("div", bA, [
|
|
21926
21934
|
xe(" ↓ ")
|
|
21927
21935
|
])), [
|
|
21928
21936
|
[D, e.isDarkMode]
|
|
@@ -21930,9 +21938,9 @@ function xA(e, i, s, o, t, n) {
|
|
|
21930
21938
|
])), [
|
|
21931
21939
|
[D, e.isDarkMode]
|
|
21932
21940
|
]),
|
|
21933
|
-
e.keyboardMode !== "teach" ? ne((N(), V("div",
|
|
21934
|
-
|
|
21935
|
-
ne((N(), V("div",
|
|
21941
|
+
e.keyboardMode !== "teach" ? ne((N(), V("div", LA, [
|
|
21942
|
+
kA,
|
|
21943
|
+
ne((N(), V("div", EA, [
|
|
21936
21944
|
xe(" P ")
|
|
21937
21945
|
])), [
|
|
21938
21946
|
[D, e.isDarkMode]
|
|
@@ -21940,14 +21948,14 @@ function xA(e, i, s, o, t, n) {
|
|
|
21940
21948
|
])), [
|
|
21941
21949
|
[D, e.isDarkMode]
|
|
21942
21950
|
]) : Le("", !0),
|
|
21943
|
-
oe("div",
|
|
21951
|
+
oe("div", DA, [
|
|
21944
21952
|
Pe(r, {
|
|
21945
21953
|
modelValue: e.allowKeyboardShortcuts,
|
|
21946
21954
|
"is-dark-mode": e.isDarkMode,
|
|
21947
21955
|
"aria-label": "Keyboard shortcuts",
|
|
21948
21956
|
"onUpdate:modelValue": e.toggleKeyboardShortcuts
|
|
21949
21957
|
}, null, 8, ["modelValue", "is-dark-mode", "onUpdate:modelValue"]),
|
|
21950
|
-
ne((N(), V("div",
|
|
21958
|
+
ne((N(), V("div", BA, [
|
|
21951
21959
|
xe(" Keyboard shortcuts ")
|
|
21952
21960
|
])), [
|
|
21953
21961
|
[D, e.isDarkMode]
|
|
@@ -21960,11 +21968,11 @@ function xA(e, i, s, o, t, n) {
|
|
|
21960
21968
|
_: 1
|
|
21961
21969
|
}, 8, ["is-dark-mode", "onClose"]);
|
|
21962
21970
|
}
|
|
21963
|
-
const i1 = /* @__PURE__ */ me(Ei, [["render",
|
|
21964
|
-
var
|
|
21965
|
-
for (var t = o > 1 ? void 0 : o ?
|
|
21971
|
+
const i1 = /* @__PURE__ */ me(Ei, [["render", IA]]);
|
|
21972
|
+
var xA = Object.defineProperty, PA = Object.getOwnPropertyDescriptor, ln = (e, i, s, o) => {
|
|
21973
|
+
for (var t = o > 1 ? void 0 : o ? PA(i, s) : i, n = e.length - 1, r; n >= 0; n--)
|
|
21966
21974
|
(r = e[n]) && (t = (o ? r(i, s, t) : r(t)) || t);
|
|
21967
|
-
return o && t &&
|
|
21975
|
+
return o && t && xA(i, s, t), t;
|
|
21968
21976
|
};
|
|
21969
21977
|
let fo = class extends be {
|
|
21970
21978
|
constructor() {
|
|
@@ -21991,7 +21999,7 @@ fo = ln([
|
|
|
21991
21999
|
}
|
|
21992
22000
|
})
|
|
21993
22001
|
], fo);
|
|
21994
|
-
function
|
|
22002
|
+
function GA(e, i, s, o, t, n) {
|
|
21995
22003
|
const r = ge("Tooltip"), R = ge("Icon");
|
|
21996
22004
|
return N(), V("div", null, [
|
|
21997
22005
|
ke(e.$slots, "keyboardShortcutsModal", {
|
|
@@ -22031,11 +22039,11 @@ function QA(e, i, s, o, t, n) {
|
|
|
22031
22039
|
], 32)
|
|
22032
22040
|
]);
|
|
22033
22041
|
}
|
|
22034
|
-
const
|
|
22035
|
-
var
|
|
22036
|
-
for (var t = o > 1 ? void 0 : o ?
|
|
22042
|
+
const QA = /* @__PURE__ */ me(fo, [["render", GA]]);
|
|
22043
|
+
var RA = Object.defineProperty, OA = Object.getOwnPropertyDescriptor, ao = (e, i, s, o) => {
|
|
22044
|
+
for (var t = o > 1 ? void 0 : o ? OA(i, s) : i, n = e.length - 1, r; n >= 0; n--)
|
|
22037
22045
|
(r = e[n]) && (t = (o ? r(i, s, t) : r(t)) || t);
|
|
22038
|
-
return o && t &&
|
|
22046
|
+
return o && t && RA(i, s, t), t;
|
|
22039
22047
|
};
|
|
22040
22048
|
let Di = class extends be {
|
|
22041
22049
|
constructor() {
|
|
@@ -22086,8 +22094,8 @@ Di = ao([
|
|
|
22086
22094
|
}
|
|
22087
22095
|
})
|
|
22088
22096
|
], Di);
|
|
22089
|
-
const
|
|
22090
|
-
function
|
|
22097
|
+
const YA = ["tabindex", "aria-checked"];
|
|
22098
|
+
function SA(e, i, s, o, t, n) {
|
|
22091
22099
|
const r = ge("Tooltip"), R = ge("Icon");
|
|
22092
22100
|
return N(), V("div", {
|
|
22093
22101
|
class: Ce(["uikit-flag-toggle", { "uikit-flag-toggle--disabled": e.disabled }]),
|
|
@@ -22124,13 +22132,13 @@ function TA(e, i, s, o, t, n) {
|
|
|
22124
22132
|
}]),
|
|
22125
22133
|
type: e.isFlagged ? "flag-filled" : "flag"
|
|
22126
22134
|
}, null, 8, ["class", "type"])
|
|
22127
|
-
], 42,
|
|
22135
|
+
], 42, YA);
|
|
22128
22136
|
}
|
|
22129
|
-
const
|
|
22130
|
-
var
|
|
22131
|
-
for (var t = o > 1 ? void 0 : o ?
|
|
22137
|
+
const TA = /* @__PURE__ */ me(Di, [["render", SA]]);
|
|
22138
|
+
var jA = Object.defineProperty, HA = Object.getOwnPropertyDescriptor, Fi = (e, i, s, o) => {
|
|
22139
|
+
for (var t = o > 1 ? void 0 : o ? HA(i, s) : i, n = e.length - 1, r; n >= 0; n--)
|
|
22132
22140
|
(r = e[n]) && (t = (o ? r(i, s, t) : r(t)) || t);
|
|
22133
|
-
return o && t &&
|
|
22141
|
+
return o && t && jA(i, s, t), t;
|
|
22134
22142
|
};
|
|
22135
22143
|
let di = class extends be {
|
|
22136
22144
|
constructor() {
|
|
@@ -22176,8 +22184,8 @@ di = Fi([
|
|
|
22176
22184
|
}
|
|
22177
22185
|
})
|
|
22178
22186
|
], di);
|
|
22179
|
-
const
|
|
22180
|
-
function
|
|
22187
|
+
const FA = ["tabindex", "aria-disabled", "aria-checked"];
|
|
22188
|
+
function zA(e, i, s, o, t, n) {
|
|
22181
22189
|
const r = ge("Tooltip"), R = ge("Icon");
|
|
22182
22190
|
return N(), V("div", {
|
|
22183
22191
|
class: "uikit-global-metrics-toggle",
|
|
@@ -22219,13 +22227,13 @@ function NA(e, i, s, o, t, n) {
|
|
|
22219
22227
|
}]),
|
|
22220
22228
|
type: "people"
|
|
22221
22229
|
}, null, 8, ["class"])
|
|
22222
|
-
], 40,
|
|
22230
|
+
], 40, FA);
|
|
22223
22231
|
}
|
|
22224
|
-
const
|
|
22225
|
-
var
|
|
22226
|
-
for (var t = o > 1 ? void 0 : o ?
|
|
22232
|
+
const NA = /* @__PURE__ */ me(di, [["render", zA]]);
|
|
22233
|
+
var ZA = Object.defineProperty, JA = Object.getOwnPropertyDescriptor, yo = (e, i, s, o) => {
|
|
22234
|
+
for (var t = o > 1 ? void 0 : o ? JA(i, s) : i, n = e.length - 1, r; n >= 0; n--)
|
|
22227
22235
|
(r = e[n]) && (t = (o ? r(i, s, t) : r(t)) || t);
|
|
22228
|
-
return o && t &&
|
|
22236
|
+
return o && t && ZA(i, s, t), t;
|
|
22229
22237
|
};
|
|
22230
22238
|
let Ti = class extends be {
|
|
22231
22239
|
constructor() {
|
|
@@ -22279,11 +22287,11 @@ Ti = yo([
|
|
|
22279
22287
|
}
|
|
22280
22288
|
})
|
|
22281
22289
|
], Ti);
|
|
22282
|
-
const
|
|
22290
|
+
const WA = { class: "toast__icon" }, UA = { class: "toast__content" }, qA = { class: "toast__content-title" }, KA = {
|
|
22283
22291
|
key: 0,
|
|
22284
22292
|
class: "toast__content-subtext"
|
|
22285
22293
|
};
|
|
22286
|
-
function
|
|
22294
|
+
function XA(e, i, s, o, t, n) {
|
|
22287
22295
|
var D, Y;
|
|
22288
22296
|
const r = ge("Icon"), R = Re("dark");
|
|
22289
22297
|
return ne((N(), V("div", {
|
|
@@ -22306,18 +22314,18 @@ function VA(e, i, s, o, t, n) {
|
|
|
22306
22314
|
], 32)), [
|
|
22307
22315
|
[R, e.isDarkMode]
|
|
22308
22316
|
]) : Le("", !0),
|
|
22309
|
-
oe("div",
|
|
22317
|
+
oe("div", WA, [
|
|
22310
22318
|
ke(e.$slots, "icon", {}, () => [
|
|
22311
22319
|
Pe(r, { type: "check" })
|
|
22312
22320
|
], !0)
|
|
22313
22321
|
]),
|
|
22314
|
-
oe("div",
|
|
22315
|
-
ne((N(), V("div",
|
|
22322
|
+
oe("div", UA, [
|
|
22323
|
+
ne((N(), V("div", qA, [
|
|
22316
22324
|
ke(e.$slots, "default", {}, void 0, !0)
|
|
22317
22325
|
])), [
|
|
22318
22326
|
[R, e.isDarkMode]
|
|
22319
22327
|
]),
|
|
22320
|
-
(Y = (D = e.$slots).subtext) != null && Y.call(D) ? ne((N(), V("div",
|
|
22328
|
+
(Y = (D = e.$slots).subtext) != null && Y.call(D) ? ne((N(), V("div", KA, [
|
|
22321
22329
|
ke(e.$slots, "subtext", {}, void 0, !0)
|
|
22322
22330
|
])), [
|
|
22323
22331
|
[R, e.isDarkMode]
|
|
@@ -22327,11 +22335,11 @@ function VA(e, i, s, o, t, n) {
|
|
|
22327
22335
|
[R, e.isDarkMode]
|
|
22328
22336
|
]);
|
|
22329
22337
|
}
|
|
22330
|
-
const
|
|
22331
|
-
var
|
|
22332
|
-
for (var t = o > 1 ? void 0 : o ?
|
|
22338
|
+
const VA = /* @__PURE__ */ me(Ti, [["render", XA], ["__scopeId", "data-v-f790add1"]]);
|
|
22339
|
+
var _A = Object.defineProperty, $A = Object.getOwnPropertyDescriptor, hn = (e, i, s, o) => {
|
|
22340
|
+
for (var t = o > 1 ? void 0 : o ? $A(i, s) : i, n = e.length - 1, r; n >= 0; n--)
|
|
22333
22341
|
(r = e[n]) && (t = (o ? r(i, s, t) : r(t)) || t);
|
|
22334
|
-
return o && t &&
|
|
22342
|
+
return o && t && _A(i, s, t), t;
|
|
22335
22343
|
};
|
|
22336
22344
|
let Ao = class extends be {
|
|
22337
22345
|
constructor() {
|
|
@@ -22349,37 +22357,37 @@ hn([
|
|
|
22349
22357
|
Ao = hn([
|
|
22350
22358
|
Me
|
|
22351
22359
|
], Ao);
|
|
22352
|
-
const
|
|
22360
|
+
const eC = {
|
|
22353
22361
|
width: "38",
|
|
22354
22362
|
height: "33",
|
|
22355
22363
|
viewBox: "0 0 38 33",
|
|
22356
22364
|
version: "1.1",
|
|
22357
22365
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22358
22366
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
22359
|
-
},
|
|
22367
|
+
}, tC = {
|
|
22360
22368
|
stroke: "none",
|
|
22361
22369
|
"stroke-width": "1",
|
|
22362
22370
|
fill: "none",
|
|
22363
22371
|
"fill-rule": "evenodd"
|
|
22364
|
-
},
|
|
22365
|
-
|
|
22372
|
+
}, iC = ["fill"], oC = /* @__PURE__ */ oe("path", { d: "M0.5 17.7589C0.5 24.3405 8.55289 33.6455 16.3374 32.9647C24.1218 32.2838 33.0805 28.6526 36.0389 23.2058C38.9973 17.7589 37.5179 10.7234 31.101 4.59576C24.6841 -1.53192 14.9952 -1.53192 9.08975 4.59576C3.1843 10.7234 0.5 11.1773 0.5 17.7589Z" }, null, -1), sC = [
|
|
22373
|
+
oC
|
|
22366
22374
|
];
|
|
22367
|
-
function
|
|
22368
|
-
return N(), V("svg",
|
|
22375
|
+
function nC(e, i, s, o, t, n) {
|
|
22376
|
+
return N(), V("svg", eC, [
|
|
22369
22377
|
oe("title", null, ve(e.title), 1),
|
|
22370
|
-
oe("g",
|
|
22378
|
+
oe("g", tC, [
|
|
22371
22379
|
oe("g", {
|
|
22372
22380
|
fill: e.primaryColor,
|
|
22373
22381
|
"fill-rule": "nonzero"
|
|
22374
|
-
},
|
|
22382
|
+
}, sC, 8, iC)
|
|
22375
22383
|
])
|
|
22376
22384
|
]);
|
|
22377
22385
|
}
|
|
22378
|
-
const
|
|
22379
|
-
var
|
|
22380
|
-
for (var t = o > 1 ? void 0 : o ?
|
|
22386
|
+
const rC = /* @__PURE__ */ me(Ao, [["render", nC]]);
|
|
22387
|
+
var aC = Object.defineProperty, lC = Object.getOwnPropertyDescriptor, lo = (e, i, s, o) => {
|
|
22388
|
+
for (var t = o > 1 ? void 0 : o ? lC(i, s) : i, n = e.length - 1, r; n >= 0; n--)
|
|
22381
22389
|
(r = e[n]) && (t = (o ? r(i, s, t) : r(t)) || t);
|
|
22382
|
-
return o && t &&
|
|
22390
|
+
return o && t && aC(i, s, t), t;
|
|
22383
22391
|
};
|
|
22384
22392
|
let Bi = class extends be {
|
|
22385
22393
|
constructor() {
|
|
@@ -22409,11 +22417,11 @@ lo([
|
|
|
22409
22417
|
Bi = lo([
|
|
22410
22418
|
Me({
|
|
22411
22419
|
components: {
|
|
22412
|
-
BlobEmptyState:
|
|
22420
|
+
BlobEmptyState: rC
|
|
22413
22421
|
}
|
|
22414
22422
|
})
|
|
22415
22423
|
], Bi);
|
|
22416
|
-
function
|
|
22424
|
+
function hC(e, i, s, o, t, n) {
|
|
22417
22425
|
const r = ge("BlobEmptyState");
|
|
22418
22426
|
return e.type === "empty" ? (N(), ye(r, {
|
|
22419
22427
|
key: 0,
|
|
@@ -22421,11 +22429,11 @@ function dC(e, i, s, o, t, n) {
|
|
|
22421
22429
|
"primary-color": e.primaryColor
|
|
22422
22430
|
}, null, 8, ["title", "primary-color"])) : Le("", !0);
|
|
22423
22431
|
}
|
|
22424
|
-
const
|
|
22425
|
-
var
|
|
22426
|
-
for (var t = o > 1 ? void 0 : o ?
|
|
22432
|
+
const dC = /* @__PURE__ */ me(Bi, [["render", hC]]);
|
|
22433
|
+
var cC = Object.defineProperty, uC = Object.getOwnPropertyDescriptor, zi = (e, i, s, o) => {
|
|
22434
|
+
for (var t = o > 1 ? void 0 : o ? uC(i, s) : i, n = e.length - 1, r; n >= 0; n--)
|
|
22427
22435
|
(r = e[n]) && (t = (o ? r(i, s, t) : r(t)) || t);
|
|
22428
|
-
return o && t &&
|
|
22436
|
+
return o && t && cC(i, s, t), t;
|
|
22429
22437
|
};
|
|
22430
22438
|
let ci = class extends be {
|
|
22431
22439
|
constructor() {
|
|
@@ -22470,19 +22478,19 @@ ci = zi([
|
|
|
22470
22478
|
Me({
|
|
22471
22479
|
components: {
|
|
22472
22480
|
Icon: We,
|
|
22473
|
-
Blob:
|
|
22481
|
+
Blob: dC
|
|
22474
22482
|
},
|
|
22475
22483
|
directives: {
|
|
22476
22484
|
dark: Se
|
|
22477
22485
|
}
|
|
22478
22486
|
})
|
|
22479
22487
|
], ci);
|
|
22480
|
-
const
|
|
22481
|
-
function
|
|
22488
|
+
const pC = { class: "uikit-empty-state" }, gC = { class: "uikit-empty-state__row" }, fC = { class: "uikit-empty-state__title" }, AC = { class: "uikit-empty-state__message" };
|
|
22489
|
+
function CC(e, i, s, o, t, n) {
|
|
22482
22490
|
const r = ge("Blob"), R = ge("Icon"), D = Re("dark");
|
|
22483
|
-
return ne((N(), V("div",
|
|
22491
|
+
return ne((N(), V("div", pC, [
|
|
22484
22492
|
ke(e.$slots, "imageRow", {}, () => [
|
|
22485
|
-
ne((N(), V("div",
|
|
22493
|
+
ne((N(), V("div", gC, [
|
|
22486
22494
|
ke(e.$slots, "image", {}, () => [
|
|
22487
22495
|
ke(e.$slots, "blob", {}, () => [
|
|
22488
22496
|
Pe(r, {
|
|
@@ -22504,14 +22512,14 @@ function mC(e, i, s, o, t, n) {
|
|
|
22504
22512
|
[D, e.isDarkMode]
|
|
22505
22513
|
])
|
|
22506
22514
|
]),
|
|
22507
|
-
ne((N(), V("div",
|
|
22515
|
+
ne((N(), V("div", fC, [
|
|
22508
22516
|
ke(e.$slots, "emptyStateTitle", {}, () => [
|
|
22509
22517
|
xe(ve(e.title), 1)
|
|
22510
22518
|
])
|
|
22511
22519
|
])), [
|
|
22512
22520
|
[D, e.isDarkMode]
|
|
22513
22521
|
]),
|
|
22514
|
-
ne((N(), V("div",
|
|
22522
|
+
ne((N(), V("div", AC, [
|
|
22515
22523
|
ke(e.$slots, "emptyStateMessage", {}, () => [
|
|
22516
22524
|
xe(ve(e.message), 1)
|
|
22517
22525
|
])
|
|
@@ -22522,11 +22530,11 @@ function mC(e, i, s, o, t, n) {
|
|
|
22522
22530
|
[D, e.isDarkMode]
|
|
22523
22531
|
]);
|
|
22524
22532
|
}
|
|
22525
|
-
const
|
|
22526
|
-
var
|
|
22527
|
-
for (var t = o > 1 ? void 0 : o ?
|
|
22533
|
+
const mC = /* @__PURE__ */ me(ci, [["render", CC]]);
|
|
22534
|
+
var vC = Object.defineProperty, wC = Object.getOwnPropertyDescriptor, Oi = (e, i, s, o) => {
|
|
22535
|
+
for (var t = o > 1 ? void 0 : o ? wC(i, s) : i, n = e.length - 1, r; n >= 0; n--)
|
|
22528
22536
|
(r = e[n]) && (t = (o ? r(i, s, t) : r(t)) || t);
|
|
22529
|
-
return o && t &&
|
|
22537
|
+
return o && t && vC(i, s, t), t;
|
|
22530
22538
|
};
|
|
22531
22539
|
let ti = class extends be {
|
|
22532
22540
|
constructor() {
|
|
@@ -22568,7 +22576,7 @@ ti = Oi([
|
|
|
22568
22576
|
}
|
|
22569
22577
|
})
|
|
22570
22578
|
], ti);
|
|
22571
|
-
function
|
|
22579
|
+
function yC(e, i, s, o, t, n) {
|
|
22572
22580
|
const r = Re("dark");
|
|
22573
22581
|
return ne((N(), V("div", {
|
|
22574
22582
|
class: Ce(["uikit-tag", {
|
|
@@ -22586,14 +22594,14 @@ function MC(e, i, s, o, t, n) {
|
|
|
22586
22594
|
[r, e.isDarkMode]
|
|
22587
22595
|
]);
|
|
22588
22596
|
}
|
|
22589
|
-
const
|
|
22597
|
+
const MC = /* @__PURE__ */ me(ti, [["render", yC]]), bC = { class: "info-message" }, LC = { class: "info-message__content" }, kC = /* @__PURE__ */ Ys({
|
|
22590
22598
|
__name: "InfoMessage",
|
|
22591
22599
|
props: {
|
|
22592
22600
|
isDarkMode: { type: Boolean }
|
|
22593
22601
|
},
|
|
22594
22602
|
setup(e) {
|
|
22595
|
-
return (i, s) => ne((N(), V("div",
|
|
22596
|
-
ne((N(), V("div",
|
|
22603
|
+
return (i, s) => ne((N(), V("div", bC, [
|
|
22604
|
+
ne((N(), V("div", LC, [
|
|
22597
22605
|
ke(i.$slots, "default", {}, void 0, !0)
|
|
22598
22606
|
])), [
|
|
22599
22607
|
[gi(Se), i.isDarkMode]
|
|
@@ -22603,7 +22611,7 @@ const bC = /* @__PURE__ */ me(ti, [["render", MC]]), LC = { class: "info-message
|
|
|
22603
22611
|
]);
|
|
22604
22612
|
}
|
|
22605
22613
|
});
|
|
22606
|
-
const
|
|
22614
|
+
const EC = /* @__PURE__ */ me(kC, [["__scopeId", "data-v-9941921a"]]), ow = {
|
|
22607
22615
|
Banner: ml,
|
|
22608
22616
|
Bar: kl,
|
|
22609
22617
|
Pie: xl,
|
|
@@ -22644,24 +22652,24 @@ const DC = /* @__PURE__ */ me(EC, [["__scopeId", "data-v-9941921a"]]), sw = {
|
|
|
22644
22652
|
SVGDefinitions: Gu,
|
|
22645
22653
|
SidePanel: zu,
|
|
22646
22654
|
Calendar: qu,
|
|
22647
|
-
Question:
|
|
22648
|
-
QuizContainer:
|
|
22649
|
-
QuizProgress:
|
|
22655
|
+
Question: If,
|
|
22656
|
+
QuizContainer: Of,
|
|
22657
|
+
QuizProgress: Zf,
|
|
22650
22658
|
QuizProgressBar: t1,
|
|
22651
|
-
KeyboardShortcutsButton:
|
|
22659
|
+
KeyboardShortcutsButton: QA,
|
|
22652
22660
|
KeyboardShortcutsModal: i1,
|
|
22653
|
-
FlagToggle:
|
|
22654
|
-
GlobalMetricsToggle:
|
|
22661
|
+
FlagToggle: TA,
|
|
22662
|
+
GlobalMetricsToggle: NA,
|
|
22655
22663
|
Tab: D7,
|
|
22656
22664
|
PremiumPill: Js,
|
|
22657
|
-
Toast:
|
|
22658
|
-
EmptyState:
|
|
22659
|
-
Tag:
|
|
22660
|
-
InfoMessage:
|
|
22665
|
+
Toast: VA,
|
|
22666
|
+
EmptyState: mC,
|
|
22667
|
+
Tag: MC,
|
|
22668
|
+
InfoMessage: EC
|
|
22661
22669
|
};
|
|
22662
22670
|
export {
|
|
22663
|
-
|
|
22664
|
-
|
|
22665
|
-
|
|
22671
|
+
ow as default,
|
|
22672
|
+
PC as directives,
|
|
22673
|
+
Rv as utils
|
|
22666
22674
|
};
|
|
22667
22675
|
//# sourceMappingURL=ui-kit.js.map
|