@pocketprep/ui-kit 3.8.2 → 3.8.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.
@@ -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,