@wikicasa-dev/components 2.2.8-alpha.29 → 2.2.8-alpha.30

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,5 +1,5 @@
1
1
  import { Autoplay as t } from "swiper/modules";
2
- import '../assets/swiper-keyboard.css';/* empty css */
2
+ import '../assets/swiper-thumbs.css';/* empty css */
3
3
  export {
4
4
  t as Autoplay
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Controller as e } from "swiper/modules";
2
- import '../assets/swiper-keyboard.css';/* empty css */
2
+ import '../assets/swiper-thumbs.css';/* empty css */
3
3
  export {
4
4
  e as Controller
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Keyboard as m } from "swiper/modules";
2
- import '../assets/swiper-keyboard.css';/* empty css */
2
+ import '../assets/swiper-thumbs.css';/* empty css */
3
3
  export {
4
4
  m as Keyboard
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Thumbs as p } from "swiper/modules";
2
- import '../assets/swiper-keyboard.css';/* empty css */
2
+ import '../assets/swiper-thumbs.css';/* empty css */
3
3
  export {
4
4
  p as Thumbs
5
5
  };
@@ -1,9 +1,9 @@
1
- import { defineComponent as K, mergeModels as B, useModel as M, useTemplateRef as m, shallowRef as d, onBeforeMount as L, watch as b, nextTick as W, createBlock as V, openBlock as y, withCtx as C, createElementBlock as I, Fragment as N, renderList as A, renderSlot as c, createElementVNode as u, normalizeClass as f, withDirectives as F, vModelText as H, toDisplayString as G, normalizeStyle as P, createTextVNode as X, vShow as j } from "vue";
2
- import q from "../BaseDropDown.vue.js";
1
+ import { defineComponent as K, mergeModels as B, useModel as M, useTemplateRef as m, shallowRef as d, onBeforeMount as L, watch as b, nextTick as W, createBlock as V, openBlock as y, withCtx as C, createElementBlock as I, Fragment as N, renderList as A, renderSlot as c, createElementVNode as u, normalizeClass as f, withDirectives as F, vModelText as H, toDisplayString as G, withModifiers as P, normalizeStyle as X, createTextVNode as j, vShow as q } from "vue";
2
+ import J from "../BaseDropDown.vue.js";
3
3
  import '../../../../../assets/BaseDropDown.css';/* empty css */
4
- import J from "../BaseSelect/SelectItem.vue.js";
5
- import { debounce as Q } from "@wikicasa-dev/utilities";
6
- const Y = ["readonly", "placeholder"], Z = ["innerHTML"], ae = /* @__PURE__ */ K({
4
+ import Q from "../BaseSelect/SelectItem.vue.js";
5
+ import { debounce as Y } from "@wikicasa-dev/utilities";
6
+ const Z = ["readonly", "placeholder"], _ = ["innerHTML"], ie = /* @__PURE__ */ K({
7
7
  __name: "ClearableAutocomplete",
8
8
  props: /* @__PURE__ */ B({
9
9
  dataCy: {},
@@ -25,8 +25,8 @@ const Y = ["readonly", "placeholder"], Z = ["innerHTML"], ae = /* @__PURE__ */ K
25
25
  }),
26
26
  emits: /* @__PURE__ */ B(["click", "update:inputValue", "keydown"], ["update:open", "update:modelValue"]),
27
27
  setup(l, { expose: $, emit: E }) {
28
- const r = M(l, "open"), a = M(l, "modelValue"), p = E, O = m("inputRef"), o = d(a.value?.label || ""), v = d(0), k = d(!1), w = d(null), i = d([]), h = m("dropdownRef"), g = m("hiddenSpan"), R = () => {
29
- o.value = "", a.value = null, p("update:inputValue", "");
28
+ const r = M(l, "open"), a = M(l, "modelValue"), p = E, O = m("inputRef"), n = d(a.value?.label || ""), v = d(0), k = d(!1), w = d(null), i = d([]), h = m("dropdownRef"), g = m("hiddenSpan"), R = () => {
29
+ n.value = "", a.value = null, p("update:inputValue", "");
30
30
  }, U = async (t) => {
31
31
  if (p("update:inputValue", t), !t) {
32
32
  i.value = [], r.value = !1;
@@ -35,21 +35,21 @@ const Y = ["readonly", "placeholder"], Z = ["innerHTML"], ae = /* @__PURE__ */ K
35
35
  i.value = await w.value?.(t) || [], k.value = !0, r.value = !!i.value.length;
36
36
  }, S = (t = -1) => {
37
37
  const e = i.value[t];
38
- !e || e.id === a.value?.id || (l.onOptionSelectedCb?.(e), o.value = e.label, r.value = !1, a.value = e, i.value = []);
38
+ !e || e.id === a.value?.id || (l.onOptionSelectedCb?.(e), n.value = e.label, r.value = !1, a.value = e, i.value = []);
39
39
  }, x = () => {
40
40
  O.value?.select();
41
41
  };
42
42
  return L(() => {
43
- w.value = Q({ delay: 300 }, l.onInputChangeCb);
43
+ w.value = Y({ delay: 300 }, l.onInputChangeCb);
44
44
  }), b(
45
- [o, () => g.value],
45
+ [n, () => g.value],
46
46
  ([t, e]) => {
47
47
  e && W(() => {
48
48
  if (!e) return;
49
- const n = e.offsetWidth;
50
- n !== v.value && (console.log("DEBUG:updating icon positioning", {
49
+ const o = e.offsetWidth;
50
+ o !== v.value && (console.log("DEBUG:updating icon positioning", {
51
51
  curInputValue: t
52
- }), v.value = n);
52
+ }), v.value = o);
53
53
  });
54
54
  },
55
55
  { immediate: !0 }
@@ -62,13 +62,13 @@ const Y = ["readonly", "placeholder"], Z = ["innerHTML"], ae = /* @__PURE__ */ K
62
62
  ), b(
63
63
  a,
64
64
  (t, e) => {
65
- t === e || t?.label === o.value || (o.value = t?.label || "");
65
+ t === e || t?.label === n.value || (n.value = t?.label || "");
66
66
  },
67
67
  { immediate: !0 }
68
68
  ), $({
69
69
  select: x,
70
70
  getRootElement: () => h.value?.getRootElement()
71
- }), (t, e) => (y(), V(q, {
71
+ }), (t, e) => (y(), V(J, {
72
72
  ref: "dropdownRef",
73
73
  class: "uikit-clearable-autocomplete",
74
74
  "data-cy": l.dataCy,
@@ -78,13 +78,13 @@ const Y = ["readonly", "placeholder"], Z = ["innerHTML"], ae = /* @__PURE__ */ K
78
78
  "keep-state": !i.value.length || l.keepState === "closed" ? "closed" : "opened",
79
79
  "activate-keyboard-controller": l.enableKeyboardController,
80
80
  "reset-keyboard-controller": k.value,
81
- "onUpdate:resetKeyboardController": e[3] || (e[3] = (n) => k.value = n),
82
- "onUpdate:dropdownState": e[4] || (e[4] = (n) => r.value = n)
81
+ "onUpdate:resetKeyboardController": e[3] || (e[3] = (o) => k.value = o),
82
+ "onUpdate:dropdownState": e[4] || (e[4] = (o) => r.value = o)
83
83
  }, {
84
84
  btn_slot: C(() => [
85
85
  u("div", {
86
86
  class: f(["uikit-text-16", l.triggerWrapperClasses]),
87
- onClick: e[2] || (e[2] = (n) => p("click", n))
87
+ onClick: e[2] || (e[2] = (o) => p("click", o))
88
88
  }, [
89
89
  c(t.$slots, "left-icon"),
90
90
  u("div", {
@@ -93,7 +93,7 @@ const Y = ["readonly", "placeholder"], Z = ["innerHTML"], ae = /* @__PURE__ */ K
93
93
  F(u("input", {
94
94
  ref: "inputRef",
95
95
  "onUpdate:modelValue": [
96
- e[0] || (e[0] = (n) => o.value = n),
96
+ e[0] || (e[0] = (o) => n.value = o),
97
97
  U
98
98
  ],
99
99
  readonly: !!a.value?.label,
@@ -103,9 +103,9 @@ const Y = ["readonly", "placeholder"], Z = ["innerHTML"], ae = /* @__PURE__ */ K
103
103
  fontSize: "inherit"
104
104
  },
105
105
  placeholder: l.placeholder,
106
- onKeydown: e[1] || (e[1] = (n) => p("keydown", n))
107
- }, null, 42, Y), [
108
- [H, o.value]
106
+ onKeydown: e[1] || (e[1] = (o) => p("keydown", o))
107
+ }, null, 42, Z), [
108
+ [H, n.value]
109
109
  ]),
110
110
  u("span", {
111
111
  ref_key: "hiddenSpan",
@@ -115,30 +115,30 @@ const Y = ["readonly", "placeholder"], Z = ["innerHTML"], ae = /* @__PURE__ */ K
115
115
  font: "inherit",
116
116
  fontSize: "inherit"
117
117
  }
118
- }, G(o.value), 513),
118
+ }, G(n.value), 513),
119
119
  F(u("button", {
120
120
  type: "button",
121
121
  class: f(["uikit-clear-btn uikit-absolute uikit-top-1/2 -uikit-translate-y-1/2 uikit-appearance-none", l.clearButton?.classes]),
122
122
  "aria-label": "Clear input",
123
- style: P({
123
+ style: X({
124
124
  left: `${v.value + (l.clearButton?.offset || 10)}px`
125
125
  }),
126
- onClick: R
126
+ onClick: P(R, ["stop"])
127
127
  }, [
128
128
  c(t.$slots, "clear-icon", {}, () => [
129
- e[5] || (e[5] = X("X", -1))
129
+ e[5] || (e[5] = j("X", -1))
130
130
  ])
131
131
  ], 6), [
132
- [j, a.value?.label]
132
+ [q, a.value?.label]
133
133
  ])
134
134
  ], 2),
135
135
  c(t.$slots, "right-icon")
136
136
  ], 2)
137
137
  ]),
138
- default: C(({ activeIdx: n, setActiveIdx: z }) => [
139
- (y(!0), I(N, null, A(i.value, (T, s) => (y(), V(J, {
138
+ default: C(({ activeIdx: o, setActiveIdx: z }) => [
139
+ (y(!0), I(N, null, A(i.value, (T, s) => (y(), V(Q, {
140
140
  key: s,
141
- active: n === s,
141
+ active: o === s,
142
142
  class: "uikit-m-1 uikit-rounded-[5px] uikit-px-5 uikit-py-10px hover:uikit-cursor-pointer",
143
143
  onClick: (D) => S(s),
144
144
  onMouseover: (D) => z(s)
@@ -150,7 +150,7 @@ const Y = ["readonly", "placeholder"], Z = ["innerHTML"], ae = /* @__PURE__ */ K
150
150
  }, () => [
151
151
  u("span", {
152
152
  innerHTML: T.label
153
- }, null, 8, Z)
153
+ }, null, 8, _)
154
154
  ])
155
155
  ]),
156
156
  _: 2
@@ -161,5 +161,5 @@ const Y = ["readonly", "placeholder"], Z = ["innerHTML"], ae = /* @__PURE__ */ K
161
161
  }
162
162
  });
163
163
  export {
164
- ae as default
164
+ ie as default
165
165
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wikicasa-dev/components",
3
- "version": "2.2.8-alpha.29",
3
+ "version": "2.2.8-alpha.30",
4
4
  "description": "Wikicasa frontend components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",