adverich-kun-ui 0.1.383 → 0.1.384

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,4 +1,4 @@
1
- import { mergeModels as R, useModel as S, onMounted as te, ref as _, watch as oe, createElementBlock as C, openBlock as s, createVNode as n, unref as l, isRef as $, createSlots as ie, withCtx as i, createCommentVNode as w, Fragment as ne, renderList as ae, createBlock as m, createElementVNode as re, createTextVNode as V, toDisplayString as x, withModifiers as se } from "vue";
1
+ import { mergeModels as R, useModel as S, onMounted as te, ref as _, watch as oe, createElementBlock as w, openBlock as s, createVNode as n, unref as l, isRef as $, createSlots as ie, withCtx as i, createCommentVNode as C, Fragment as ne, renderList as ae, createBlock as m, createElementVNode as re, createTextVNode as V, toDisplayString as x, withModifiers as se } from "vue";
2
2
  import { icons as f } from "../../../../icons/index.js";
3
3
  import { isNotEmpty as ue, isArray as A } from "../../../../utils/utils.js";
4
4
  import de from "../../../KunInfiniteScroll/src/components/KunInfiniteScroll.vue.js";
@@ -14,7 +14,7 @@ import ke from "../../../KunChip/src/components/KunChip.vue.js";
14
14
  import v from "../../../KunIcon/src/components/KunIcon.vue.js";
15
15
  const ye = {
16
16
  key: 0,
17
- class: "flex overflow-x-auto whitespace-nowrap space-x-1"
17
+ class: "w-full flex overflow-x-auto whitespace-nowrap space-x-1"
18
18
  }, be = { class: "flex items-center" }, ze = {
19
19
  __name: "KunAutocomplete",
20
20
  props: /* @__PURE__ */ R(he, {
@@ -83,7 +83,7 @@ const ye = {
83
83
  }
84
84
  function ee() {
85
85
  }
86
- return (e, o) => (s(), C("div", {
86
+ return (e, o) => (s(), w("div", {
87
87
  class: "w-full h-fit",
88
88
  ref_key: "parentRef",
89
89
  ref: K
@@ -111,8 +111,8 @@ const ye = {
111
111
  "error-messages": h.value
112
112
  }, ie({
113
113
  default: i(() => [
114
- l(A)(a.value) ? (s(), C("div", ye, [
115
- (s(!0), C(ne, null, ae(a.value, (t) => (s(), m(ke, {
114
+ l(A)(a.value) ? (s(), w("div", ye, [
115
+ (s(!0), w(ne, null, ae(a.value, (t) => (s(), m(ke, {
116
116
  key: t.id ?? t.name,
117
117
  size: "small"
118
118
  }, {
@@ -130,7 +130,7 @@ const ye = {
130
130
  ]),
131
131
  _: 2
132
132
  }, 1024))), 128))
133
- ])) : w("", !0),
133
+ ])) : C("", !0),
134
134
  n(fe, {
135
135
  transition: "fade",
136
136
  "onClick:outside": l(T),
@@ -226,7 +226,7 @@ const ye = {
226
226
  color: "error",
227
227
  icon: l(f).close,
228
228
  class: "mr-1 mt-1"
229
- }, null, 8, ["onClick", "icon"])) : w("", !0),
229
+ }, null, 8, ["onClick", "icon"])) : C("", !0),
230
230
  n(v, {
231
231
  color: "teal-darken-1",
232
232
  size: "large",
@@ -240,7 +240,7 @@ const ye = {
240
240
  size: "x-small",
241
241
  class: "mb-4",
242
242
  icon: l(f).asterisk
243
- }, null, 8, ["icon"])) : w("", !0)
243
+ }, null, 8, ["icon"])) : C("", !0)
244
244
  ]),
245
245
  key: "0"
246
246
  } : void 0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adverich-kun-ui",
3
- "version": "0.1.383",
3
+ "version": "0.1.384",
4
4
  "type": "module",
5
5
  "description": "Una librería de componentes Vue.js con Tailwind CSS",
6
6
  "main": "dist/index.js",