adverich-kun-ui 0.1.119 → 0.1.121

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,177 +1,183 @@
1
- import { getCurrentInstance as F, createElementBlock as s, openBlock as l, createCommentVNode as i, createElementVNode as d, normalizeClass as u, unref as t, toDisplayString as p, mergeProps as M, Fragment as N, renderList as B } from "vue";
2
- import { KunNumberFieldProps as K } from "../composables/KunNumberFieldProps.js";
3
- import { useKunNumberField as A } from "../composables/useKunNumberFieldComposable.js";
4
- const D = { class: "w-full flex flex-col relative" }, z = {
1
+ import { getCurrentInstance as M, useSlots as N, resolveComponent as S, createElementBlock as l, openBlock as o, createCommentVNode as n, createElementVNode as i, normalizeClass as p, unref as t, toDisplayString as u, mergeProps as D, createBlock as $, renderSlot as z, Fragment as v, renderList as E } from "vue";
2
+ import { KunNumberFieldProps as P } from "../composables/KunNumberFieldProps.js";
3
+ import { useKunNumberField as H } from "../composables/useKunNumberFieldComposable.js";
4
+ const L = { class: "w-full flex flex-col relative" }, q = {
5
5
  key: 0,
6
6
  class: "h-full"
7
- }, E = ["disabled"], P = {
7
+ }, G = ["disabled"], J = {
8
8
  key: 1,
9
9
  class: "mr-2"
10
- }, $ = {
10
+ }, O = {
11
11
  key: 2,
12
12
  class: "flex items-center justify-center min-w-[32px] h-full px-1"
13
- }, H = ["value", "placeholder", "readonly", "disabled", "maxlength", "aria-invalid"], L = ["disabled"], S = {
14
- key: 4,
13
+ }, Q = ["value", "placeholder", "readonly", "disabled", "maxlength", "aria-invalid"], R = ["disabled"], T = {
14
+ key: 0,
15
15
  class: "flex items-center h-full"
16
- }, q = ["disabled"], G = ["disabled"], J = {
17
- key: 5,
16
+ }, U = ["disabled"], W = ["disabled"], X = {
17
+ key: 1,
18
18
  class: "flex flex-col items-center justify-center border-l border-slate-600"
19
- }, O = ["disabled"], Q = ["disabled"], R = {
20
- key: 6,
19
+ }, Y = ["disabled"], Z = ["disabled"], _ = {
20
+ key: 5,
21
21
  class: "flex items-center justify-center min-w-[32px] h-full px-1 cursor-pointer"
22
- }, T = {
23
- key: 7,
22
+ }, ee = {
23
+ key: 6,
24
24
  class: "h-full"
25
- }, U = ["disabled"], W = {
26
- key: 8,
25
+ }, te = ["disabled"], re = {
26
+ key: 7,
27
27
  class: "ml-2"
28
- }, X = {
28
+ }, oe = {
29
29
  key: 0,
30
30
  class: "h-[1.25rem]"
31
- }, Y = {
31
+ }, se = {
32
32
  key: 0,
33
33
  class: "text-red-500 text-sm text-center"
34
- }, Z = { key: 0 }, _ = { key: 1 }, ee = {
34
+ }, le = { key: 0 }, ne = { key: 1 }, ie = {
35
35
  key: 1,
36
36
  class: "text-xs text-center"
37
- }, se = {
37
+ }, pe = {
38
38
  __name: "KunNumberField",
39
- props: K,
39
+ props: P,
40
40
  emits: ["update:modelValue"],
41
- setup(m, { emit: v }) {
42
- const g = m, w = v, b = `number-input-${F().uid}`, {
43
- inputValue: y,
44
- numberInput: C,
45
- inputKey: x,
46
- updateValue: I,
47
- onIncrement: n,
41
+ setup(g, { emit: w }) {
42
+ const C = g, I = w, b = `number-input-${M().uid}`, y = N(), x = !!y["prepend-icon"];
43
+ y["append-icon"];
44
+ const {
45
+ inputValue: c,
46
+ numberInput: V,
47
+ inputKey: j,
48
+ updateValue: A,
49
+ onIncrement: d,
48
50
  onDecrement: a,
49
- onClear: c,
50
- focus: f,
51
+ onClear: f,
52
+ focus: k,
51
53
  handleFocus: h,
52
- isActive: V,
53
- handleBlur: k
54
- } = A(g, w);
55
- return (e, o) => (l(), s("div", D, [
56
- e.label ? (l(), s("label", {
57
- key: 0,
58
- for: b,
59
- class: u([
60
- e.labelColor,
61
- "absolute left-2 transition-all duration-200 ease-in-out pointer-events-none select-none z-10",
62
- t(V) || e.placeholder ? "-top-2.25 text-xs opacity-80" : "top-3 text-sm opacity-80"
63
- ])
64
- }, p(e.label), 3)) : i("", !0),
65
- d("div", M({ class: "w-full flex flex-col justify-center relative" }, e.$attrs), [
66
- d("div", {
67
- class: u(["flex items-center w-full h-full border", [
68
- e.bgInput,
69
- e.rounded,
70
- t(f) ? "border-blue-600 shadow-[0_0_0_1px_rgba(59,130,246,0.5)]" : e.borderColor,
71
- e.disabled ? "opacity-60 cursor-not-allowed" : "cursor-text",
72
- e.error ? "bg-red-200 dark:bg-red-900" : ""
73
- ]])
74
- }, [
75
- e.controlVariant === "split" ? (l(), s("div", z, [
76
- d("button", {
77
- type: "button",
78
- class: "p-3 text-lg border-r border-slate-600 text-black dark:text-white disabled:opacity-50 cursor-pointer hover:opacity-80",
79
- onClick: o[0] || (o[0] = (...r) => t(a) && t(a)(...r)),
80
- disabled: e.disabled || e.readonly
81
- }, "−", 8, E)
82
- ])) : i("", !0),
83
- e.prefix ? (l(), s("div", P, p(e.prefix), 1)) : i("", !0),
84
- e.prependIcon ? (l(), s("div", $, [
85
- d("i", {
86
- class: u(e.prependIcon)
87
- }, null, 2)
88
- ])) : i("", !0),
89
- (l(), s("input", {
90
- id: b,
91
- ref_key: "numberInput",
92
- ref: C,
93
- key: t(x),
94
- type: "text",
95
- value: t(y),
96
- placeholder: e.placeholder,
97
- readonly: e.readonly,
98
- disabled: e.disabled,
99
- maxlength: e.maxlength,
100
- autocomplete: "off",
101
- class: u(["w-full h-full bg-transparent rounded focus:outline-none p-3", [e.textColor, e.placeholderColor, e.textCenter ? "text-center" : ""]]),
102
- "aria-invalid": e.error ? "true" : "false",
103
- onInput: o[1] || (o[1] = (r) => t(I)(r.target.value)),
104
- onFocus: o[2] || (o[2] = (...r) => t(h) && t(h)(...r)),
105
- onBlur: o[3] || (o[3] = (...r) => t(k) && t(k)(...r))
106
- }, null, 42, H)),
107
- e.clearable && t(y) != null ? (l(), s("button", {
108
- key: 3,
109
- type: "button",
110
- onClick: o[4] || (o[4] = (...r) => t(c) && t(c)(...r)),
111
- class: u(["ml-2", e.textColor]),
112
- disabled: e.disabled || e.readonly
113
- }, " × ", 10, L)) : i("", !0),
114
- e.controlVariant === "default" ? (l(), s("div", S, [
115
- d("button", {
116
- type: "button",
117
- class: "flex items-center border-l border-slate-600 p-3 justify-center text-black dark:text-white hover:text-black/80 dark:hover:text-white/80 disabled:opacity-50 cursor-pointer hover:opacity-80",
118
- onClick: o[5] || (o[5] = (...r) => t(n) && t(n)(...r)),
119
- disabled: e.disabled || e.readonly
120
- }, " ▲ ", 8, q),
121
- d("button", {
122
- type: "button",
123
- class: "flex items-center border-l border-slate-600 p-3 justify-center text-black dark:text-white hover:text-black/80 dark:hover:text-white/80 disabled:opacity-50 cursor-pointer hover:opacity-80",
124
- onClick: o[6] || (o[6] = (...r) => t(a) && t(a)(...r)),
125
- disabled: e.disabled || e.readonly
126
- }, " ▼ ", 8, G)
127
- ])) : e.controlVariant === "stacked" ? (l(), s("div", J, [
128
- d("div", {
129
- class: "border-b border-slate-600 pb-1 px-3 flex hover:opacity-80 cursor-pointer",
130
- onClick: o[7] || (o[7] = (...r) => t(n) && t(n)(...r))
131
- }, [
132
- d("button", {
133
- type: "button",
134
- class: "text-xs text-black dark:text-white hover:text-black/80 dark:hover:text-white/80 disabled:opacity-50 cursor-pointer",
135
- disabled: e.disabled || e.readonly
136
- }, "▲", 8, O)
137
- ]),
138
- d("div", {
139
- class: "border-t border-slate-600 pt-1 px-3 flex hover:opacity-80 cursor-pointer",
140
- onClick: o[8] || (o[8] = (...r) => t(a) && t(a)(...r))
141
- }, [
142
- d("button", {
54
+ isActive: F,
55
+ handleBlur: m
56
+ } = H(C, I);
57
+ return (e, s) => {
58
+ const K = S("KunIcon");
59
+ return o(), l("div", L, [
60
+ e.label ? (o(), l("label", {
61
+ key: 0,
62
+ for: b,
63
+ class: p([
64
+ e.labelColor,
65
+ "absolute left-2 transition-all duration-200 ease-in-out pointer-events-none select-none z-10",
66
+ t(F) || e.placeholder ? "-top-2.25 text-xs opacity-80" : "top-3 text-sm opacity-80"
67
+ ])
68
+ }, u(e.label), 3)) : n("", !0),
69
+ i("div", D({ class: "w-full flex flex-col justify-center relative" }, e.$attrs), [
70
+ i("div", {
71
+ class: p(["flex items-center w-full h-full border", [
72
+ e.bgInput,
73
+ e.rounded,
74
+ t(k) ? "border-blue-600 shadow-[0_0_0_1px_rgba(59,130,246,0.5)]" : e.borderColor,
75
+ e.disabled ? "opacity-60 cursor-not-allowed" : "cursor-text",
76
+ e.error ? "bg-red-200 dark:bg-red-900" : ""
77
+ ]])
78
+ }, [
79
+ !e.noArrows && e.controlVariant === "split" ? (o(), l("div", q, [
80
+ i("button", {
143
81
  type: "button",
144
- class: "text-xs text-black dark:text-white hover:text-black/80 dark:hover:text-white/80 disabled:opacity-50 cursor-pointer",
82
+ class: "p-3 text-lg border-r border-slate-600 text-black dark:text-white disabled:opacity-50 cursor-pointer hover:opacity-80",
83
+ onClick: s[0] || (s[0] = (...r) => t(a) && t(a)(...r)),
145
84
  disabled: e.disabled || e.readonly
146
- }, "", 8, Q)
147
- ])
148
- ])) : i("", !0),
149
- e.appendIcon ? (l(), s("div", R, [
150
- d("i", {
151
- class: u(e.appendIcon)
152
- }, null, 2)
153
- ])) : i("", !0),
154
- e.controlVariant === "split" ? (l(), s("div", T, [
155
- d("button", {
85
+ }, "", 8, G)
86
+ ])) : n("", !0),
87
+ e.prefix ? (o(), l("div", J, u(e.prefix), 1)) : n("", !0),
88
+ e.prependIcon || x ? (o(), l("div", O, [
89
+ e.prependIcon ? (o(), $(K, { key: 0 })) : z(e.$slots, "prepend-icon", { key: 1 })
90
+ ])) : n("", !0),
91
+ (o(), l("input", {
92
+ id: b,
93
+ ref_key: "numberInput",
94
+ ref: V,
95
+ key: t(j),
96
+ type: "text",
97
+ value: t(c),
98
+ placeholder: e.placeholder,
99
+ readonly: e.readonly,
100
+ disabled: e.disabled,
101
+ maxlength: e.maxlength,
102
+ autocomplete: "off",
103
+ class: p(["w-full h-full bg-transparent rounded focus:outline-none p-3", [e.textColor, e.placeholderColor, e.textCenter ? "text-center" : ""]]),
104
+ "aria-invalid": e.error ? "true" : "false",
105
+ onInput: s[1] || (s[1] = (r) => t(A)(r.target.value)),
106
+ onFocus: s[2] || (s[2] = (...r) => t(h) && t(h)(...r)),
107
+ onBlur: s[3] || (s[3] = (...r) => t(m) && t(m)(...r))
108
+ }, null, 42, Q)),
109
+ e.clearable && t(c) != null ? (o(), l("button", {
110
+ key: 3,
156
111
  type: "button",
157
- class: "p-3 text-lg border-l border-slate-600 text-black dark:text-white disabled:opacity-50 cursor-pointer hover:opacity-80",
158
- onClick: o[9] || (o[9] = (...r) => t(n) && t(n)(...r)),
112
+ onClick: s[4] || (s[4] = (...r) => t(f) && t(f)(...r)),
113
+ class: p(["ml-2", e.textColor]),
159
114
  disabled: e.disabled || e.readonly
160
- }, "+", 8, U)
161
- ])) : i("", !0),
162
- e.suffix ? (l(), s("div", W, p(e.suffix), 1)) : i("", !0)
163
- ], 2),
164
- e.hideDetails ? i("", !0) : (l(), s("div", X, [
165
- e.error || e.errorMessages ? (l(), s("div", Y, [
166
- Array.isArray(e.errorMessages) ? (l(), s("div", Z, [
167
- (l(!0), s(N, null, B(e.errorMessages, (r, j) => (l(), s("div", { key: j }, p(r), 1))), 128))
168
- ])) : typeof e.errorMessages == "string" ? (l(), s("div", _, p(e.errorMessages), 1)) : i("", !0)
169
- ])) : e.hint && (e.persistentHint || t(f)) ? (l(), s("div", ee, p(e.hint), 1)) : i("", !0)
170
- ]))
171
- ], 16)
172
- ]));
115
+ }, " × ", 10, R)) : n("", !0),
116
+ e.noArrows ? n("", !0) : (o(), l(v, { key: 4 }, [
117
+ e.controlVariant === "default" ? (o(), l("div", T, [
118
+ i("button", {
119
+ type: "button",
120
+ class: "flex items-center border-l border-slate-600 p-3 justify-center text-black dark:text-white hover:text-black/80 dark:hover:text-white/80 disabled:opacity-50 cursor-pointer hover:opacity-80",
121
+ onClick: s[5] || (s[5] = (...r) => t(d) && t(d)(...r)),
122
+ disabled: e.disabled || e.readonly
123
+ }, " ", 8, U),
124
+ i("button", {
125
+ type: "button",
126
+ class: "flex items-center border-l border-slate-600 p-3 justify-center text-black dark:text-white hover:text-black/80 dark:hover:text-white/80 disabled:opacity-50 cursor-pointer hover:opacity-80",
127
+ onClick: s[6] || (s[6] = (...r) => t(a) && t(a)(...r)),
128
+ disabled: e.disabled || e.readonly
129
+ }, " ▼ ", 8, W)
130
+ ])) : n("", !0),
131
+ e.controlVariant === "stacked" ? (o(), l("div", X, [
132
+ i("div", {
133
+ class: "border-b border-slate-600 pb-1 px-3 flex hover:opacity-80 cursor-pointer",
134
+ onClick: s[7] || (s[7] = (...r) => t(d) && t(d)(...r))
135
+ }, [
136
+ i("button", {
137
+ type: "button",
138
+ class: "text-xs text-black dark:text-white hover:text-black/80 dark:hover:text-white/80 disabled:opacity-50 cursor-pointer",
139
+ disabled: e.disabled || e.readonly
140
+ }, "▲", 8, Y)
141
+ ]),
142
+ i("div", {
143
+ class: "border-t border-slate-600 pt-1 px-3 flex hover:opacity-80 cursor-pointer",
144
+ onClick: s[8] || (s[8] = (...r) => t(a) && t(a)(...r))
145
+ }, [
146
+ i("button", {
147
+ type: "button",
148
+ class: "text-xs text-black dark:text-white hover:text-black/80 dark:hover:text-white/80 disabled:opacity-50 cursor-pointer",
149
+ disabled: e.disabled || e.readonly
150
+ }, "▼", 8, Z)
151
+ ])
152
+ ])) : n("", !0)
153
+ ], 64)),
154
+ e.appendIcon ? (o(), l("div", _, [
155
+ i("i", {
156
+ class: p(e.appendIcon)
157
+ }, null, 2)
158
+ ])) : n("", !0),
159
+ !e.noArrows && e.controlVariant === "split" ? (o(), l("div", ee, [
160
+ i("button", {
161
+ type: "button",
162
+ class: "p-3 text-lg border-l border-slate-600 text-black dark:text-white disabled:opacity-50 cursor-pointer hover:opacity-80",
163
+ onClick: s[9] || (s[9] = (...r) => t(d) && t(d)(...r)),
164
+ disabled: e.disabled || e.readonly
165
+ }, "+", 8, te)
166
+ ])) : n("", !0),
167
+ e.suffix ? (o(), l("div", re, u(e.suffix), 1)) : n("", !0)
168
+ ], 2),
169
+ e.hideDetails ? n("", !0) : (o(), l("div", oe, [
170
+ e.error || e.errorMessages ? (o(), l("div", se, [
171
+ Array.isArray(e.errorMessages) ? (o(), l("div", le, [
172
+ (o(!0), l(v, null, E(e.errorMessages, (r, B) => (o(), l("div", { key: B }, u(r), 1))), 128))
173
+ ])) : typeof e.errorMessages == "string" ? (o(), l("div", ne, u(e.errorMessages), 1)) : n("", !0)
174
+ ])) : e.hint && (e.persistentHint || t(k)) ? (o(), l("div", ie, u(e.hint), 1)) : n("", !0)
175
+ ]))
176
+ ], 16)
177
+ ]);
178
+ };
173
179
  }
174
180
  };
175
181
  export {
176
- se as default
182
+ pe as default
177
183
  };
@@ -19,6 +19,7 @@ const e = {
19
19
  bgInput: { type: String, default: "bg-slate-200 dark:bg-slate-800" },
20
20
  textCenter: { type: Boolean, default: !1 },
21
21
  controlVariant: { type: String, default: "default" },
22
+ noArrows: { type: Boolean, default: !1 },
22
23
  // Estado
23
24
  error: { type: Boolean, default: !1 },
24
25
  errorMessages: [String, Array],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adverich-kun-ui",
3
- "version": "0.1.119",
3
+ "version": "0.1.121",
4
4
  "type": "module",
5
5
  "description": "Una librería de componentes Vue.js con Tailwind CSS",
6
6
  "main": "dist/index.js",