@autoafleveren/ui 0.16.5 → 0.16.6
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/ui.cjs +1 -1
- package/dist/ui.js +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -15376,7 +15376,7 @@ const r4 = ["type"], a4 = ["value"], i4 = /* @__PURE__ */ ge({
|
|
|
15376
15376
|
emits: ["update:modelValue"],
|
|
15377
15377
|
setup(e, { emit: t }) {
|
|
15378
15378
|
const n = e, r = t, i = `input-${EE()}`, o = re(!1), s = Xw(), l = W({
|
|
15379
|
-
get: () => n.modelValue
|
|
15379
|
+
get: () => n.modelValue,
|
|
15380
15380
|
set: (v) => {
|
|
15381
15381
|
if (n.modelModifiers.dotToComma) {
|
|
15382
15382
|
const P = String(v).replace(/\./g, ",");
|