vue-composable-ui 1.1.4 → 1.1.5

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.
@@ -1,23 +1,23 @@
1
- import { defineComponent as r, inject as a, useModel as m, watch as p, withDirectives as d, openBlock as s, createElementBlock as f, mergeProps as v, unref as n, vModelDynamic as c } from "vue";
1
+ import { defineComponent as i, inject as r, useModel as m, watch as p, withDirectives as d, openBlock as s, createElementBlock as f, mergeProps as v, unref as n, vModelDynamic as c } from "vue";
2
2
  import { injectCombobox as b } from "./composable-ui19.js";
3
- const y = /* @__PURE__ */ r({
3
+ const y = /* @__PURE__ */ i({
4
4
  __name: "comboboxInput",
5
5
  props: {
6
6
  modelValue: {},
7
7
  modelModifiers: {}
8
8
  },
9
9
  emits: ["update:modelValue"],
10
- setup(i) {
11
- const e = a(b);
10
+ setup(a) {
11
+ const e = r(b);
12
12
  if (!e)
13
13
  throw new Error("Combobox injectable context is not provided");
14
- const l = m(i, "modelValue");
14
+ const l = m(a, "modelValue");
15
15
  function u() {
16
16
  l.value = e.displayValue.value;
17
17
  }
18
18
  return p(e.displayValue, u, { immediate: !0 }), (w, o) => d((s(), f("input", v({
19
19
  "onUpdate:modelValue": o[0] || (o[0] = (t) => l.value = t)
20
- }, n(e).activatorAttrs, {
20
+ }, n(e).activatorAttrs.value, {
21
21
  onClick: o[1] || (o[1] = (t) => n(e).open({ focus: !1 })),
22
22
  onKeydown: o[2] || (o[2] = //@ts-ignore
23
23
  (...t) => n(e).activatorOnKeyDown && n(e).activatorOnKeyDown(...t)),
@@ -18,7 +18,7 @@ import { _ as y } from "./menu.vue_vue_type_script_setup_true_lang-B0Jm9v_v.js";
18
18
  import { _ as A } from "./menuItems.vue_vue_type_script_setup_true_lang-DQV-lU_A.js";
19
19
  import { _ as G } from "./menuItem.vue_vue_type_script_setup_true_lang-IZgj64N4.js";
20
20
  import { _ as K } from "./combobox.vue_vue_type_script_setup_true_lang-sMngTuXu.js";
21
- import { _ as Q } from "./comboboxInput.vue_vue_type_script_setup_true_lang-Be5FBBbM.js";
21
+ import { _ as Q } from "./comboboxInput.vue_vue_type_script_setup_true_lang-BTDqx7mj.js";
22
22
  import { _ as S } from "./comboboxOptions.vue_vue_type_script_setup_true_lang-DN0tz5dv.js";
23
23
  import { _ as W } from "./comboboxOption.vue_vue_type_script_setup_true_lang-DmF_EaqI.js";
24
24
  export {
@@ -1,4 +1,4 @@
1
- import { _ as f } from "./comboboxInput.vue_vue_type_script_setup_true_lang-Be5FBBbM.js";
1
+ import { _ as f } from "./comboboxInput.vue_vue_type_script_setup_true_lang-BTDqx7mj.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-composable-ui",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",