adverich-kun-ui 0.1.558 → 0.1.559

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,20 +1,20 @@
1
- import { mergeModels as X, toRefs as ke, useModel as Fe, ref as S, watch as Y, computed as Z, onMounted as Pe, createElementBlock as n, openBlock as t, mergeProps as O, createCommentVNode as a, createElementVNode as T, renderSlot as r, createBlock as k, unref as s, toDisplayString as z, Fragment as _, withCtx as D, createVNode as F, normalizeClass as N, withDirectives as ee, vModelText as Ae, vShow as se, normalizeProps as p, guardReactiveProps as v, createSlots as oe, renderList as te, isRef as Re, nextTick as Me } from "vue";
2
- import { isMobile as m } from "../../../../utils/_platform.js";
1
+ import { mergeModels as X, toRefs as Fe, useModel as Te, ref as b, watch as Y, computed as Z, onMounted as Pe, createElementBlock as a, openBlock as o, mergeProps as z, createCommentVNode as r, createElementVNode as S, renderSlot as n, createBlock as $, unref as s, toDisplayString as D, Fragment as _, withCtx as j, createVNode as F, normalizeClass as x, withDirectives as ee, vModelText as Ae, vShow as se, normalizeProps as u, guardReactiveProps as g, createSlots as te, renderList as oe, isRef as Ie, nextTick as Ee } from "vue";
2
+ import { isMobile as p } from "../../../../utils/_platform.js";
3
3
  import le from "../../../KunIcon/src/components/KunIcon.vue.js";
4
- import xe from "../../../../icons/IconFilter.vue.js";
5
- import Ie from "../../../../icons/IconSearch.vue.js";
6
- import Ee from "./KunTableHeaders.vue.js";
7
- import Be from "./KunTableFooter.vue.js";
8
- import He from "./KunTableRows.vue.js";
9
- import Ve from "./KunTableIterators.vue.js";
10
- import Oe from "../../../KunBtn/src/components/KunBtn.vue.js";
11
- import ze from "./KunTableFilter.vue.js";
12
- import De from "../composables/useExpand.js";
13
- import Ne from "../composables/useOptions.js";
14
- import je from "../composables/useSelect.js";
15
- import Ke from "../composables/useFilter.js";
16
- import Le from "../composables/KunTableProps.js";
17
- const Ue = {
4
+ import Be from "../../../../icons/IconFilter.vue.js";
5
+ import Me from "../../../../icons/IconSearch.vue.js";
6
+ import He from "./KunTableHeaders.vue.js";
7
+ import Ve from "./KunTableFooter.vue.js";
8
+ import Oe from "./KunTableRows.vue.js";
9
+ import Re from "./KunTableIterators.vue.js";
10
+ import ze from "../../../KunBtn/src/components/KunBtn.vue.js";
11
+ import De from "./KunTableFilter.vue.js";
12
+ import je from "../composables/useExpand.js";
13
+ import xe from "../composables/useOptions.js";
14
+ import Le from "../composables/useSelect.js";
15
+ import Ue from "../composables/useFilter.js";
16
+ import Ne from "../composables/KunTableProps.js";
17
+ const Ke = {
18
18
  key: 0,
19
19
  class: "p-2 bg-surface print:hidden flex w-full justify-between"
20
20
  }, We = {
@@ -29,252 +29,244 @@ const Ue = {
29
29
  }, es = { class: "text-center text-4xl" }, ss = {
30
30
  key: 1,
31
31
  class: "sticky bottom-0 z-10 print:hidden"
32
- }, os = "overflow-hidden h-full w-full flex flex-col border border-slate-200 dark:border-slate-800 rounded", ts = "table-auto w-full h-fit text-sm text-left", Ss = {
32
+ }, ts = "overflow-hidden h-full w-full flex flex-col border border-slate-200 dark:border-slate-800 rounded", os = "table-auto w-full h-fit text-sm text-left", Ss = {
33
33
  __name: "KunTable",
34
- props: /* @__PURE__ */ X(Le(), {
34
+ props: /* @__PURE__ */ X(Ne(), {
35
35
  selectedItems: { type: Array, default: () => [] },
36
36
  selectedItemsModifiers: {}
37
37
  }),
38
38
  emits: /* @__PURE__ */ X(["update:page", "update:itemsPerPage", "update:sortBy", "update:search", "focusOnSearch"], ["update:selectedItems"]),
39
- setup(j, { emit: ne }) {
40
- const C = ne, f = j, P = ke(f), w = Fe(j, "selectedItems"), {
41
- headers: K,
42
- showExpand: A,
43
- showSelect: R,
44
- rowClass: L,
45
- hideDefaultFooter: ae,
46
- hideDefaultHeader: re,
39
+ setup(L, { emit: ae }) {
40
+ const C = ae, m = L, T = Fe(m), v = Te(L, "selectedItems"), {
41
+ headers: U,
42
+ showExpand: P,
43
+ showSelect: A,
44
+ rowClass: N,
45
+ hideDefaultFooter: re,
46
+ hideDefaultHeader: ne,
47
47
  tableClass: ie,
48
48
  wrapperClass: ce,
49
- pageOptions: ue,
49
+ pageOptions: de,
50
50
  items: ls,
51
- searchable: U,
52
- debounceTime: de
53
- } = P, y = S(f.search);
54
- Y(() => f.search, (e) => {
51
+ searchable: K,
52
+ debounceTime: ue
53
+ } = T, y = b(m.search);
54
+ Y(() => m.search, (e) => {
55
55
  e !== y.value && (y.value = e);
56
56
  });
57
- const M = Z(() => f.headers.map((e) => {
58
- var l, d;
59
- const o = { ...e };
57
+ const I = Z(() => m.headers.map((e) => {
58
+ var l;
59
+ const t = { ...e };
60
60
  if (e.columnType === "function" && typeof e.columnFunction == "string") {
61
- const i = (l = f.functionMap) == null ? void 0 : l[e.columnFunction];
62
- typeof i == "function" ? o.columnFunction = i : (console.log(`columnType: ${e.columnType}`), console.log(`columnFunction: ${e.columnFunction}`), console.warn(
63
- `[KunTable] No se encontró la función "${e.columnFunction}" en functionMap`
64
- ), o.columnFunction = () => "");
61
+ const d = (l = m.functionMap) == null ? void 0 : l[e.columnFunction];
62
+ typeof d == "function" ? t.columnFunction = d : t.columnFunction = () => "";
65
63
  }
66
- if (e.columnFormat === "function" && typeof e.columnRowText == "string") {
67
- const i = (d = f.functionMap) == null ? void 0 : d[e.columnRowText];
68
- typeof i == "function" ? o.columnRowText = i : (console.log(`columnType: ${e.columnType}`), console.log(`columnFunction: ${e.columnFunction}`), console.log(`columnRowText: ${e.columnRowText}`), console.warn(
69
- `[KunTable] No se encontró la función "${e.columnRowText}" en functionMap`
70
- ), o.columnRowText = () => "");
71
- }
72
- return o;
73
- })), { filteredItems: g, setSearch: pe, modalFilter: b, applyColumnFilters: me, clearFilters: fe, appliedFilters: ge } = Ke(P, de, M);
64
+ return t;
65
+ })), { filteredItems: f, setSearch: pe, modalFilter: w, applyColumnFilters: me, clearFilters: fe, appliedFilters: he } = Ue(T, ue, I);
74
66
  Y(y, (e) => {
75
67
  C("update:search", e), pe(e);
76
68
  });
77
- const { options: c, paginatedItems: u, updateSort: he } = Ne(P, C, g), { isSelected: x, toggleSelect: I, toggleSelectAll: ve, allSelected: we, someSelected: ye, moreThanPaginated: be, clearSelection: W, selectCompleteAll: Q } = je(u, w, g), { isExpanded: E, toggleExpand: B } = De(), h = Z(() => ({
78
- items: u.value,
79
- headers: K.value,
80
- page: c.page,
81
- itemsPerPage: c.itemsPerPage,
82
- toggleSelect: I,
83
- isSelected: x,
84
- toggleExpand: B,
85
- isExpanded: E,
86
- sortBy: c.sortBy,
87
- hasActions: f.hasActions
88
- })), Se = [os, ce.value], Te = [ts, ie.value];
69
+ const { options: i, paginatedItems: c, updateSort: ge } = xe(T, C, f), { isSelected: E, toggleSelect: B, toggleSelectAll: ve, allSelected: ye, someSelected: we, moreThanPaginated: be, clearSelection: W, selectCompleteAll: Q } = Le(c, v, f), { isExpanded: M, toggleExpand: H } = je(), h = Z(() => ({
70
+ items: c.value,
71
+ headers: U.value,
72
+ page: i.page,
73
+ itemsPerPage: i.itemsPerPage,
74
+ toggleSelect: B,
75
+ isSelected: E,
76
+ toggleExpand: H,
77
+ isExpanded: M,
78
+ sortBy: i.sortBy,
79
+ hasActions: m.hasActions
80
+ })), Se = [ts, ce.value], Ce = [os, ie.value];
89
81
  Pe(() => G());
90
- const q = S(null), H = S(!0), $ = S(!1);
91
- function Ce() {
82
+ const q = b(null), V = b(!0), k = b(!1);
83
+ function ke() {
92
84
  $e();
93
85
  }
94
86
  function $e() {
95
- m.value && (J(), Me(() => {
87
+ p.value && (J(), Ee(() => {
96
88
  q.value.focus();
97
89
  }));
98
90
  }
99
91
  function G() {
100
- m.value && (V.value = "w-fit", H.value = !1, $.value = !0, C("focusOnSearch", !1));
92
+ p.value && (O.value = "w-fit", V.value = !1, k.value = !0, C("focusOnSearch", !1));
101
93
  }
102
94
  function J() {
103
- m.value && (V.value = "w-full border", $.value = !1, H.value = !0, C("focusOnSearch", !0));
95
+ p.value && (O.value = "w-full border", k.value = !1, V.value = !0, C("focusOnSearch", !0));
104
96
  }
105
- const V = S("w-full border max-w-sm");
106
- return (e, o) => (t(), n("div", O({ class: Se }, e.$attrs, { style: { "user-select": "text" } }), [
107
- s(U) || e.filterable || e.$slots.prependHeader || e.$slots.prependSearch || e.$slots.appendSearch ? (t(), n("div", Ue, [
108
- $.value || !s(m) ? (t(), n("div", We, [
109
- r(e.$slots, "prependHeader")
110
- ])) : a("", !0),
111
- w.value.length ? (t(), n("div", Qe, [
112
- T("span", qe, "Se han seleccionado " + z(w.value.length) + " registros.", 1),
113
- s(u).length !== s(g).length ? (t(), n(_, { key: 0 }, [
114
- s(u).length === w.value.length ? (t(), n("span", {
97
+ const O = b("w-full border max-w-sm");
98
+ return (e, t) => (o(), a("div", z({ class: Se }, e.$attrs, { style: { "user-select": "text" } }), [
99
+ s(K) || e.filterable || e.$slots.prependHeader || e.$slots.prependSearch || e.$slots.appendSearch ? (o(), a("div", Ke, [
100
+ k.value || !s(p) ? (o(), a("div", We, [
101
+ n(e.$slots, "prependHeader")
102
+ ])) : r("", !0),
103
+ v.value.length ? (o(), a("div", Qe, [
104
+ S("span", qe, "Se han seleccionado " + D(v.value.length) + " registros.", 1),
105
+ s(c).length !== s(f).length ? (o(), a(_, { key: 0 }, [
106
+ s(c).length === v.value.length ? (o(), a("span", {
115
107
  key: 0,
116
- onClick: o[0] || (o[0] = (...l) => s(Q) && s(Q)(...l)),
108
+ onClick: t[0] || (t[0] = (...l) => s(Q) && s(Q)(...l)),
117
109
  class: "bg-secondary hover:!bg-blue-500 rounded cursor-pointer px-2 ml-2"
118
- }, " Seleccionar todos los " + z(s(g).length) + " registros ", 1)) : a("", !0),
119
- s(g).length === w.value.length ? (t(), n("span", {
110
+ }, " Seleccionar todos los " + D(s(f).length) + " registros ", 1)) : r("", !0),
111
+ s(f).length === v.value.length ? (o(), a("span", {
120
112
  key: 1,
121
- onClick: o[1] || (o[1] = (...l) => s(W) && s(W)(...l)),
113
+ onClick: t[1] || (t[1] = (...l) => s(W) && s(W)(...l)),
122
114
  class: "bg-secondary hover:!bg-blue-500 rounded cursor-pointer px-2 ml-2"
123
- }, " Anular selección ")) : a("", !0)
124
- ], 64)) : a("", !0)
125
- ])) : a("", !0),
126
- T("div", Ge, [
127
- r(e.$slots, "prependSearch"),
128
- e.filterable && e.filters.length ? (t(), k(Oe, {
115
+ }, " Anular selección ")) : r("", !0)
116
+ ], 64)) : r("", !0)
117
+ ])) : r("", !0),
118
+ S("div", Ge, [
119
+ n(e.$slots, "prependSearch"),
120
+ e.filterable && e.filters.length ? (o(), $(ze, {
129
121
  key: 0,
130
122
  class: "h-fit",
131
- onClick: o[2] || (o[2] = (l) => b.value = !0),
123
+ onClick: t[2] || (t[2] = (l) => w.value = !0),
132
124
  rounded: "rounded-full",
133
125
  size: "xs",
134
126
  bgColor: "bg-green-200 dark:bg-green-800"
135
127
  }, {
136
- default: D(() => [
128
+ default: j(() => [
137
129
  F(le, {
138
130
  class: "h-fit",
139
- icon: xe,
131
+ icon: Be,
140
132
  size: "text-lg"
141
133
  })
142
134
  ]),
143
135
  _: 1
144
- })) : a("", !0),
145
- s(U) ? (t(), n("div", {
136
+ })) : r("", !0),
137
+ s(K) ? (o(), a("div", {
146
138
  key: 1,
147
- class: N(["rounded flex mx-2", [V.value]])
139
+ class: x(["rounded flex mx-2", [O.value]])
148
140
  }, [
149
- ee(T("input", {
150
- "onUpdate:modelValue": o[3] || (o[3] = (l) => y.value = l),
141
+ ee(S("input", {
142
+ "onUpdate:modelValue": t[3] || (t[3] = (l) => y.value = l),
151
143
  type: "text",
152
144
  placeholder: e.searchPlaceholder,
153
- class: N(["w-full text-sm", s(m) ? "px-1" : "px-2 py-1"]),
145
+ class: x(["w-full text-sm", s(p) ? "px-1" : "px-2 py-1"]),
154
146
  ref_key: "searchRef",
155
147
  ref: q,
156
148
  onFocus: J,
157
149
  onBlur: G
158
150
  }, null, 42, Je), [
159
151
  [Ae, y.value],
160
- [se, H.value]
152
+ [se, V.value]
161
153
  ]),
162
154
  ee(F(le, {
163
- icon: Ie,
164
- onClick: Ce
155
+ icon: Me,
156
+ onClick: ke
165
157
  }, null, 512), [
166
- [se, $.value]
158
+ [se, k.value]
167
159
  ])
168
- ], 2)) : a("", !0),
169
- r(e.$slots, "appendSearch")
160
+ ], 2)) : r("", !0),
161
+ n(e.$slots, "appendSearch")
170
162
  ])
171
- ])) : a("", !0),
172
- T("div", Xe, [
173
- s(u).length ? (t(), n("table", {
163
+ ])) : r("", !0),
164
+ S("div", Xe, [
165
+ s(c).length ? (o(), a("table", {
174
166
  key: 0,
175
- class: N(Te)
167
+ class: x(Ce)
176
168
  }, [
177
- e.$slots.colgroup && !s(m) ? (t(), n("colgroup", Ye, [
178
- r(e.$slots, "colgroup", p(v(h.value)))
179
- ])) : a("", !0),
180
- !s(re) && !s(m) ? (t(), k(Ee, {
169
+ e.$slots.colgroup && !s(p) ? (o(), a("colgroup", Ye, [
170
+ n(e.$slots, "colgroup", u(g(h.value)))
171
+ ])) : r("", !0),
172
+ !s(ne) && !s(p) ? (o(), $(He, {
181
173
  key: 1,
182
- headers: s(K),
183
- "sort-by": s(c).sortBy,
184
- "show-select": s(R),
185
- "show-expand": s(A),
186
- "all-selected": s(we),
174
+ headers: s(U),
175
+ "sort-by": s(i).sortBy,
176
+ "show-select": s(A),
177
+ "show-expand": s(P),
178
+ "all-selected": s(ye),
187
179
  "more-than-paginated": s(be),
188
- "some-selected": s(ye),
180
+ "some-selected": s(we),
189
181
  "thead-class": e.theadClass,
190
182
  "tr-class": e.trClass,
191
183
  "th-class": e.thClass,
192
184
  "has-actions": e.hasActions,
193
185
  "action-label": e.actionLabel,
194
- onSort: s(he),
186
+ onSort: s(ge),
195
187
  onToggleSelectAll: s(ve),
196
188
  customHeaders: e.customSlots
197
- }, null, 8, ["headers", "sort-by", "show-select", "show-expand", "all-selected", "more-than-paginated", "some-selected", "thead-class", "tr-class", "th-class", "has-actions", "action-label", "onSort", "onToggleSelectAll", "customHeaders"])) : r(e.$slots, "thead", p(O({ key: 2 }, h.value))),
198
- s(m) ? (t(), k(Ve, {
189
+ }, null, 8, ["headers", "sort-by", "show-select", "show-expand", "all-selected", "more-than-paginated", "some-selected", "thead-class", "tr-class", "th-class", "has-actions", "action-label", "onSort", "onToggleSelectAll", "customHeaders"])) : n(e.$slots, "thead", u(z({ key: 2 }, h.value))),
190
+ s(p) ? (o(), $(Re, {
199
191
  key: 4,
200
- items: s(u),
201
- headers: M.value,
202
- "row-class": s(L),
192
+ items: s(c),
193
+ headers: I.value,
194
+ "row-class": s(N),
203
195
  "row-class-condition": e.rowClassCondition,
204
- "is-selected": s(x),
205
- "is-expanded": s(E),
206
- "show-select": s(R),
207
- "show-expand": s(A),
196
+ "is-selected": s(E),
197
+ "is-expanded": s(M),
198
+ "show-select": s(A),
199
+ "show-expand": s(P),
208
200
  "has-actions": e.hasActions,
209
201
  "action-loading-map": e.actionLoadingMap,
210
- onToggleExpand: s(B),
211
- onToggleSelect: s(I),
202
+ onToggleExpand: s(H),
203
+ onToggleSelect: s(B),
212
204
  customSlots: e.customSlots
213
- }, oe({ _: 2 }, [
214
- te(e.$slots, (l, d) => ({
205
+ }, te({ _: 2 }, [
206
+ oe(e.$slots, (l, d) => ({
215
207
  name: d,
216
- fn: D((i) => [
217
- r(e.$slots, d, p(v(i)))
208
+ fn: j((R) => [
209
+ n(e.$slots, d, u(g(R)))
218
210
  ])
219
211
  }))
220
- ]), 1032, ["items", "headers", "row-class", "row-class-condition", "is-selected", "is-expanded", "show-select", "show-expand", "has-actions", "action-loading-map", "onToggleExpand", "onToggleSelect", "customSlots"])) : (t(), n(_, { key: 3 }, [
221
- r(e.$slots, "body.prepend", p(v(h.value))),
222
- F(He, {
223
- items: s(u),
224
- headers: M.value,
212
+ ]), 1032, ["items", "headers", "row-class", "row-class-condition", "is-selected", "is-expanded", "show-select", "show-expand", "has-actions", "action-loading-map", "onToggleExpand", "onToggleSelect", "customSlots"])) : (o(), a(_, { key: 3 }, [
213
+ n(e.$slots, "body.prepend", u(g(h.value))),
214
+ F(Oe, {
215
+ items: s(c),
216
+ headers: I.value,
225
217
  "tbody-class": e.tbodyClass,
226
- "row-class": s(L),
218
+ "row-class": s(N),
227
219
  "row-class-condition": e.rowClassCondition,
228
220
  "tr-class": e.trClass,
229
221
  "td-class": e.tdClass,
230
222
  "selected-class": e.selectedClass,
231
223
  "striped-class": e.stripedClass,
232
- "is-selected": s(x),
233
- "is-expanded": s(E),
234
- "show-select": s(R),
235
- "show-expand": s(A),
224
+ "is-selected": s(E),
225
+ "is-expanded": s(M),
226
+ "show-select": s(A),
227
+ "show-expand": s(P),
236
228
  "has-actions": e.hasActions,
237
229
  "action-loading-map": e.actionLoadingMap,
238
- onToggleExpand: s(B),
239
- onToggleSelect: s(I),
230
+ onToggleExpand: s(H),
231
+ onToggleSelect: s(B),
240
232
  customSlots: e.customSlots
241
- }, oe({ _: 2 }, [
242
- te(e.$slots, (l, d) => ({
233
+ }, te({ _: 2 }, [
234
+ oe(e.$slots, (l, d) => ({
243
235
  name: d,
244
- fn: D((i) => [
245
- r(e.$slots, d, p(v(i)))
236
+ fn: j((R) => [
237
+ n(e.$slots, d, u(g(R)))
246
238
  ])
247
239
  }))
248
240
  ]), 1032, ["items", "headers", "tbody-class", "row-class", "row-class-condition", "tr-class", "td-class", "selected-class", "striped-class", "is-selected", "is-expanded", "show-select", "show-expand", "has-actions", "action-loading-map", "onToggleExpand", "onToggleSelect", "customSlots"]),
249
- r(e.$slots, "body.append", p(v(h.value)))
241
+ n(e.$slots, "body.append", u(g(h.value)))
250
242
  ], 64)),
251
- e.$slots.tfoot ? (t(), n("tfoot", Ze, [
252
- r(e.$slots, "tfoot", p(v(h.value)))
253
- ])) : a("", !0)
254
- ])) : a("", !0),
255
- s(u).length ? a("", !0) : (t(), n("div", _e, [
256
- T("div", es, z(e.noDataText), 1)
243
+ e.$slots.tfoot ? (o(), a("tfoot", Ze, [
244
+ n(e.$slots, "tfoot", u(g(h.value)))
245
+ ])) : r("", !0)
246
+ ])) : r("", !0),
247
+ s(c).length ? r("", !0) : (o(), a("div", _e, [
248
+ S("div", es, D(e.noDataText), 1)
257
249
  ]))
258
250
  ]),
259
- s(ae) ? r(e.$slots, "footer", p(O({ key: 2 }, h.value))) : (t(), n("div", ss, [
260
- F(Be, {
261
- "items-length": s(g).length,
262
- "items-per-page": s(c).itemsPerPage,
263
- "current-page": s(c).page,
264
- "page-options": s(ue),
265
- "onUpdate:itemsPerPage": o[4] || (o[4] = (l) => s(c).itemsPerPage = l),
266
- "onUpdate:page": o[5] || (o[5] = (l) => s(c).page = l)
251
+ s(re) ? n(e.$slots, "footer", u(z({ key: 2 }, h.value))) : (o(), a("div", ss, [
252
+ F(Ve, {
253
+ "items-length": s(f).length,
254
+ "items-per-page": s(i).itemsPerPage,
255
+ "current-page": s(i).page,
256
+ "page-options": s(de),
257
+ "onUpdate:itemsPerPage": t[4] || (t[4] = (l) => s(i).itemsPerPage = l),
258
+ "onUpdate:page": t[5] || (t[5] = (l) => s(i).page = l)
267
259
  }, null, 8, ["items-length", "items-per-page", "current-page", "page-options"])
268
260
  ])),
269
- e.filterable && s(b) ? (t(), k(ze, {
261
+ e.filterable && s(w) ? (o(), $(De, {
270
262
  key: 3,
271
263
  filters: e.filters,
272
- modelValue: s(b),
273
- "onUpdate:modelValue": o[6] || (o[6] = (l) => Re(b) ? b.value = l : null),
264
+ modelValue: s(w),
265
+ "onUpdate:modelValue": t[6] || (t[6] = (l) => Ie(w) ? w.value = l : null),
274
266
  onApplyFilters: s(me),
275
267
  onClearFilters: s(fe),
276
- activeFilters: s(ge).byColumn
277
- }, null, 8, ["filters", "modelValue", "onApplyFilters", "onClearFilters", "activeFilters"])) : a("", !0)
268
+ activeFilters: s(he).byColumn
269
+ }, null, 8, ["filters", "modelValue", "onApplyFilters", "onClearFilters", "activeFilters"])) : r("", !0)
278
270
  ], 16));
279
271
  }
280
272
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adverich-kun-ui",
3
- "version": "0.1.558",
3
+ "version": "0.1.559",
4
4
  "type": "module",
5
5
  "description": "Una librería de componentes Vue.js con Tailwind CSS",
6
6
  "main": "dist/index.js",