adverich-kun-ui 0.1.385 → 0.1.387

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.
@@ -44,7 +44,7 @@ function J(t, o) {
44
44
  e = e.substring(0, g) + i + e.substring(g), s.value = g + 1;
45
45
  else if (A && R > 0) {
46
46
  const a = N(l.value, R), w = a - 1;
47
- if (e.length <= 3) {
47
+ if (e.length <= t.precision) {
48
48
  const U = Math.max(0, a - 1);
49
49
  e = e.slice(0, U) + e.slice(a), e = v(e), s.value = a, V();
50
50
  return;
@@ -1,7 +1,7 @@
1
1
  import { computed as o, createElementBlock as s, openBlock as n, normalizeClass as d, createCommentVNode as u, renderSlot as g, createVNode as y, Fragment as $, renderList as B, createBlock as h, resolveDynamicComponent as T, unref as r, createTextVNode as V, toDisplayString as A } from "vue";
2
2
  import E from "../../../KunCheckbox/src/components/KunCheckbox.vue.js";
3
3
  import { getValue as x, formatValue as j } from "../../../../utils/tableFormatters.js";
4
- const N = { key: 0 }, O = { key: 1 }, R = "px-3 py-2 whitespace-nowrap text-sm text-black dark:text-white", D = "hover:bg-slate-300 dark:hover:bg-slate-600 border-t border-slate-300 dark:border-slate-700", F = "bg-slate-100 dark:bg-slate-900", L = {
4
+ const N = { key: 0 }, O = { key: 1 }, R = "px-1 py-2 whitespace-normal word-break text-sm text-black dark:text-white", D = "hover:bg-slate-300 dark:hover:bg-slate-600 border-t border-slate-300 dark:border-slate-700", F = "bg-slate-100 dark:bg-slate-900", L = {
5
5
  __name: "KunTableRow",
6
6
  props: {
7
7
  item: Object,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adverich-kun-ui",
3
- "version": "0.1.385",
3
+ "version": "0.1.387",
4
4
  "type": "module",
5
5
  "description": "Una librería de componentes Vue.js con Tailwind CSS",
6
6
  "main": "dist/index.js",