@pocketprep/ui-kit 3.0.1 → 3.0.3
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 +10 -10
- 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/Filters/FilterDropdown.vue +4 -4
- package/lib/components/Filters/FilterOptions.vue +4 -4
- package/lib/components/Quiz/Question.vue +2 -2
- package/package.json +2 -2
|
@@ -12619,16 +12619,16 @@ Le([
|
|
|
12619
12619
|
et({ default: !1 })
|
|
12620
12620
|
], ce.prototype, "isDarkMode", 2);
|
|
12621
12621
|
Le([
|
|
12622
|
-
te("checkboxOptions")
|
|
12622
|
+
te("checkboxOptions", { deep: !0 })
|
|
12623
12623
|
], ce.prototype, "checkboxOptionsChanged", 1);
|
|
12624
12624
|
Le([
|
|
12625
|
-
te("checkboxEntries")
|
|
12625
|
+
te("checkboxEntries", { deep: !0 })
|
|
12626
12626
|
], ce.prototype, "checkboxOptionChanged", 1);
|
|
12627
12627
|
Le([
|
|
12628
|
-
te("radioOptions")
|
|
12628
|
+
te("radioOptions", { deep: !0 })
|
|
12629
12629
|
], ce.prototype, "radioOptionsChanged", 1);
|
|
12630
12630
|
Le([
|
|
12631
|
-
te("radioEntries")
|
|
12631
|
+
te("radioEntries", { deep: !0 })
|
|
12632
12632
|
], ce.prototype, "radioOptionChanged", 1);
|
|
12633
12633
|
Le([
|
|
12634
12634
|
xt("update:modelValue")
|
|
@@ -12822,16 +12822,16 @@ me([
|
|
|
12822
12822
|
et({ default: !1 })
|
|
12823
12823
|
], le.prototype, "responsiveButton", 2);
|
|
12824
12824
|
me([
|
|
12825
|
-
te("checkboxOptions")
|
|
12825
|
+
te("checkboxOptions", { deep: !0 })
|
|
12826
12826
|
], le.prototype, "checkboxOptionsChanged", 1);
|
|
12827
12827
|
me([
|
|
12828
|
-
te("checkboxEntries")
|
|
12828
|
+
te("checkboxEntries", { deep: !0 })
|
|
12829
12829
|
], le.prototype, "checkboxOptionChanged", 1);
|
|
12830
12830
|
me([
|
|
12831
|
-
te("radioOptions")
|
|
12831
|
+
te("radioOptions", { deep: !0 })
|
|
12832
12832
|
], le.prototype, "radioOptionsChanged", 1);
|
|
12833
12833
|
me([
|
|
12834
|
-
te("radioEntries")
|
|
12834
|
+
te("radioEntries", { deep: !0 })
|
|
12835
12835
|
], le.prototype, "radioOptionChanged", 1);
|
|
12836
12836
|
me([
|
|
12837
12837
|
xt("update:modelValue")
|
|
@@ -17026,10 +17026,10 @@ Ft([
|
|
|
17026
17026
|
te("reviewMode")
|
|
17027
17027
|
], zt.prototype, "reviewModeChanged", 1);
|
|
17028
17028
|
Ft([
|
|
17029
|
-
te("previousChoices")
|
|
17029
|
+
te("previousChoices", { deep: !0 })
|
|
17030
17030
|
], zt.prototype, "previousChoicesChanged", 1);
|
|
17031
17031
|
Ft([
|
|
17032
|
-
te("selectedChoices")
|
|
17032
|
+
te("selectedChoices", { deep: !0 })
|
|
17033
17033
|
], zt.prototype, "selectedChoicesChanged", 1);
|
|
17034
17034
|
Ft([
|
|
17035
17035
|
xt("close")
|