@pocketprep/ui-kit 3.4.68 → 3.4.69
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 -2
- package/dist/@pocketprep/ui-kit.js.map +1 -1
- package/dist/@pocketprep/ui-kit.umd.cjs +1 -1
- package/dist/@pocketprep/ui-kit.umd.cjs.map +1 -1
- package/dist/style.css +1 -1
- package/lib/components/Quiz/Question/MatrixChoicesContainer.vue +16 -2
- package/package.json +1 -1
|
@@ -19618,7 +19618,8 @@ function qg(e, i, s, o, t, n) {
|
|
|
19618
19618
|
ne((N(), V("div", Ng, [
|
|
19619
19619
|
ne(oe("div", {
|
|
19620
19620
|
class: ve(["uikit-question-matrix-choices-container__column-row-header", {
|
|
19621
|
-
"uikit-question-matrix-choices-container__column-row-header--two-columns": e.numberOfMatrixColumnLabels === 2
|
|
19621
|
+
"uikit-question-matrix-choices-container__column-row-header--two-columns": e.numberOfMatrixColumnLabels === 2,
|
|
19622
|
+
"uikit-question-matrix-choices-container__column-row-header--radio-btn--three-columns": e.question.type === "Matrix Radio Button" && e.numberOfMatrixColumnLabels === 3
|
|
19622
19623
|
}]),
|
|
19623
19624
|
innerHTML: e.matrixColumnLabelsForRows
|
|
19624
19625
|
}, null, 10, Zg), [
|
|
@@ -19627,7 +19628,8 @@ function qg(e, i, s, o, t, n) {
|
|
|
19627
19628
|
]),
|
|
19628
19629
|
(N(!0), V(Ke, null, et(e.matrixColumnLabels, (E, I) => ne((N(), V("div", {
|
|
19629
19630
|
class: ve(["uikit-question-matrix-choices-container__column-header", {
|
|
19630
|
-
"uikit-question-matrix-choices-container__column-header--two-columns": e.numberOfMatrixColumnLabels === 2
|
|
19631
|
+
"uikit-question-matrix-choices-container__column-header--two-columns": e.numberOfMatrixColumnLabels === 2,
|
|
19632
|
+
"uikit-question-matrix-choices-container__column-header--radio-btn--three-columns": e.question.type === "Matrix Radio Button" && e.numberOfMatrixColumnLabels === 3
|
|
19631
19633
|
}]),
|
|
19632
19634
|
lang: "de",
|
|
19633
19635
|
key: I,
|