@webilio-xyz/webilio-vue 1.1.3 → 1.1.4
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.
- package/dist/Input.js +2 -2
- package/package.json +1 -1
package/dist/Input.js
CHANGED
|
@@ -224,7 +224,7 @@ const F = /* @__PURE__ */ new WeakMap(), Ae = (e, a) => {
|
|
|
224
224
|
s.onMaska = s.onMaska == null ? u : Array.isArray(s.onMaska) ? [...s.onMaska, u] : [s.onMaska, u];
|
|
225
225
|
}
|
|
226
226
|
F.has(t) ? (l = F.get(t)) == null || l.update(s) : F.set(t, new $e(t, s));
|
|
227
|
-
}, Ie = { class: "wv-text-input-wrapper flex items-center border border-gray-300 focus-within:border-indigo-500 focus-within:ring-1 focus-within:ring-indigo-500 rounded-md shadow-sm" }, Te = {
|
|
227
|
+
}, Ie = { class: "wv-input wv-text-input-wrapper flex items-center border border-gray-300 focus-within:border-indigo-500 focus-within:ring-1 focus-within:ring-indigo-500 rounded-md shadow-sm" }, Te = {
|
|
228
228
|
key: 0,
|
|
229
229
|
class: "wv-text-input-prefix flex items-center pl-2"
|
|
230
230
|
}, Ee = ["type", "inputmode", "value", "min", "max", "step"], Be = {
|
|
@@ -285,7 +285,7 @@ const F = /* @__PURE__ */ new WeakMap(), Ae = (e, a) => {
|
|
|
285
285
|
ref: g,
|
|
286
286
|
type: i.value,
|
|
287
287
|
inputmode: o.value,
|
|
288
|
-
class: V(["wv-
|
|
288
|
+
class: V(["wv-text-input flex-1 border-0 focus:ring-0 disabled:bg-gray-200 px-1", e.inputClass]),
|
|
289
289
|
value: e.modelValue,
|
|
290
290
|
min: e.min,
|
|
291
291
|
max: e.max,
|