@pocketprep/ui-kit 3.8.1 → 3.8.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 +4 -3
- 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/Forms/Select.vue +6 -1
- package/lib/components/Quiz/question.d.ts +1 -1
- package/lib/utils.ts +2 -2
- package/package.json +1 -1
|
@@ -12808,8 +12808,8 @@ const Qs = /* @__PURE__ */ Be(ci, [["render", i6]]), o6 = /* @__PURE__ */ nt({
|
|
|
12808
12808
|
12: {
|
|
12809
12809
|
name: "Concept Quiz",
|
|
12810
12810
|
shortName: "concept",
|
|
12811
|
-
icon: "
|
|
12812
|
-
iconColor: Ze.
|
|
12811
|
+
icon: "concept",
|
|
12812
|
+
iconColor: Ze.ash,
|
|
12813
12813
|
iconColorDM: Ze.pewter
|
|
12814
12814
|
}
|
|
12815
12815
|
}, qr = (t) => t.replace(/[/\-\\^$*+?.()|[\]{}]/g, "\\$&"), ro = (t) => {
|
|
@@ -13409,7 +13409,7 @@ let ct = class extends De {
|
|
|
13409
13409
|
}
|
|
13410
13410
|
mounted() {
|
|
13411
13411
|
var s;
|
|
13412
|
-
this.autoFocus && this.$refs["uikit-select__input-container"].focus(), this.typeahead && ((s = this.modelValue) != null && s.label) && (this.searchText = this.modelValue.label), this.updateMenuHeight();
|
|
13412
|
+
this.autoFocus && (this.typeahead ? this.$refs["uikit-select__input"].focus() : this.$refs["uikit-select__input-container"].focus()), this.typeahead && ((s = this.modelValue) != null && s.label) && (this.searchText = this.modelValue.label), this.updateMenuHeight();
|
|
13413
13413
|
}
|
|
13414
13414
|
keydownListener(s) {
|
|
13415
13415
|
this.focus && "key" in s && s.key.match(/^[A-Za-z0-9\s\-_@]$/) && s.stopPropagation();
|
|
@@ -13626,6 +13626,7 @@ function Q6(t, e, s, o, i, n) {
|
|
|
13626
13626
|
key: 1,
|
|
13627
13627
|
"onUpdate:modelValue": e[1] || (e[1] = (P) => t.searchText = P),
|
|
13628
13628
|
type: "text",
|
|
13629
|
+
ref: "uikit-select__input",
|
|
13629
13630
|
class: me(["uikit-select__input", {
|
|
13630
13631
|
"uikit-select__input--placeholder": !t.modelValue && !t.searchText,
|
|
13631
13632
|
"uikit-select__input--hover": t.hover,
|