@pocketprep/ui-kit 3.9.3 → 3.9.4
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 +4 -4
- package/dist/@pocketprep/ui-kit.js.map +1 -1
- package/dist/@pocketprep/ui-kit.umd.cjs +2 -2
- package/dist/@pocketprep/ui-kit.umd.cjs.map +1 -1
- package/lib/components/Quiz/Question/QuestionContext.vue +1 -1
- package/lib/components/Quiz/Question/injectionSymbols.ts +2 -2
- package/lib/components/Quiz/Question.vue +4 -2
- package/package.json +1 -1
|
@@ -14899,7 +14899,7 @@ const y8 = { class: "uikit-calendar" }, w8 = {
|
|
|
14899
14899
|
Dt(" Question of the Day ", -1)
|
|
14900
14900
|
])])), [
|
|
14901
14901
|
[C(at), C(Y)]
|
|
14902
|
-
]) : ot((T(), X("h2", {
|
|
14902
|
+
]) : C(m) && C(P) ? ot((T(), X("h2", {
|
|
14903
14903
|
key: 1,
|
|
14904
14904
|
class: "uikit-question-context__text",
|
|
14905
14905
|
"aria-label": `Question ${C(P)}${C(k) !== "timed" ? ` of ${C(m)}` : ""}${C(o) || C(r) || C(i) || C(d) ? y.value ? ", Answered Correctly" : ", Answered Incorrectly" : ""}`,
|
|
@@ -14909,7 +14909,7 @@ const y8 = { class: "uikit-calendar" }, w8 = {
|
|
|
14909
14909
|
C(k) !== "timed" ? (T(), X("div", B8, " / " + At(C(m)), 1)) : wt("", !0)
|
|
14910
14910
|
], 8, k8)), [
|
|
14911
14911
|
[C(at), C(Y)]
|
|
14912
|
-
]),
|
|
14912
|
+
]) : wt("", !0),
|
|
14913
14913
|
ot((T(), X("div", E8, [
|
|
14914
14914
|
Lt(G.$slots, "tag")
|
|
14915
14915
|
])), [
|
|
@@ -17130,8 +17130,8 @@ const y8 = { class: "uikit-calendar" }, w8 = {
|
|
|
17130
17130
|
__name: "Question",
|
|
17131
17131
|
props: {
|
|
17132
17132
|
question: {},
|
|
17133
|
-
questionNumber: {},
|
|
17134
|
-
quizLength: {},
|
|
17133
|
+
questionNumber: { default: void 0 },
|
|
17134
|
+
quizLength: { default: void 0 },
|
|
17135
17135
|
imageUrlPrefix: { default: "" },
|
|
17136
17136
|
quizMode: { default: "quick10" },
|
|
17137
17137
|
initialShowAnswers: { type: Boolean, default: !1 },
|