@nubisco/ui 1.28.0 → 1.28.1
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/index.mjs
CHANGED
|
@@ -14413,9 +14413,9 @@ var RWt = ["title"], P8 = /* @__PURE__ */ G(/* @__PURE__ */ m({
|
|
|
14413
14413
|
if (L.value === null) return;
|
|
14414
14414
|
let t = ne(e);
|
|
14415
14415
|
if (!t) return;
|
|
14416
|
-
let n = E(t.px), i = D(t.py), a = [...g.value], o = L.value;
|
|
14416
|
+
let n = E(t.px), i = D(t.py), a = [...g.value], o = L.value, s = r.inputStep > 0 ? r.inputStep : .1;
|
|
14417
14417
|
a[o] = {
|
|
14418
|
-
input: M(A(j(n, o > 0 ? a[o - 1].input +
|
|
14418
|
+
input: M(A(j(n, o > 0 ? a[o - 1].input + s : r.inputMin, o < a.length - 1 ? a[o + 1].input - s : r.inputMax), r.inputStep)),
|
|
14419
14419
|
output: M(A(j(i, r.outputMin, r.outputMax), r.outputStep))
|
|
14420
14420
|
}, ee(a);
|
|
14421
14421
|
}
|
|
@@ -14611,7 +14611,7 @@ var RWt = ["title"], P8 = /* @__PURE__ */ G(/* @__PURE__ */ m({
|
|
|
14611
14611
|
"height"
|
|
14612
14612
|
]));
|
|
14613
14613
|
}
|
|
14614
|
-
}), [["__scopeId", "data-v-
|
|
14614
|
+
}), [["__scopeId", "data-v-72166769"]]);
|
|
14615
14615
|
//#endregion
|
|
14616
14616
|
//#region node_modules/.pnpm/@intlify+shared@11.3.0/node_modules/@intlify/shared/dist/shared.mjs
|
|
14617
14617
|
function K8(e, t) {
|