evui 3.6.3 → 3.6.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/index.js +10 -10
- package/dist/index.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15300,7 +15300,7 @@ class zS extends Ci {
|
|
|
15300
15300
|
const m = 10 ** g;
|
|
15301
15301
|
for (const f of _S) {
|
|
15302
15302
|
const y = f * m;
|
|
15303
|
-
if (y >= o
|
|
15303
|
+
if (y >= o) {
|
|
15304
15304
|
const v = y * 1e-10, p = Math.floor((n + v) / y) * y, w = Math.ceil((t - p - v) / y), I = p + y * w;
|
|
15305
15305
|
if (w <= i && I >= t - v) {
|
|
15306
15306
|
const M = n - p + (I - t);
|
|
@@ -20327,16 +20327,16 @@ const dC = {
|
|
|
20327
20327
|
labels: [],
|
|
20328
20328
|
data: {}
|
|
20329
20329
|
}, hC = () => {
|
|
20330
|
-
let e = null
|
|
20331
|
-
const
|
|
20330
|
+
let e = null;
|
|
20331
|
+
const t = 200;
|
|
20332
20332
|
return {
|
|
20333
|
-
clickEventCallback: (
|
|
20334
|
-
|
|
20335
|
-
|
|
20336
|
-
},
|
|
20333
|
+
clickEventCallback: (s) => {
|
|
20334
|
+
e && (clearTimeout(e), e = null), e = setTimeout(() => {
|
|
20335
|
+
s(), e = null;
|
|
20336
|
+
}, t);
|
|
20337
20337
|
},
|
|
20338
|
-
dblClickEventCallback: (
|
|
20339
|
-
e && (clearTimeout(e), e = null),
|
|
20338
|
+
dblClickEventCallback: (s) => {
|
|
20339
|
+
e && (clearTimeout(e), e = null), s();
|
|
20340
20340
|
}
|
|
20341
20341
|
};
|
|
20342
20342
|
}, Fc = (e, t) => {
|
|
@@ -23318,7 +23318,7 @@ const Cs = /* @__PURE__ */ Se(u1, [["render", p1]]);
|
|
|
23318
23318
|
Cs.install = (e) => {
|
|
23319
23319
|
e.component(Cs.name, Cs);
|
|
23320
23320
|
};
|
|
23321
|
-
const y1 = "3.6.
|
|
23321
|
+
const y1 = "3.6.3", v1 = [
|
|
23322
23322
|
Zi,
|
|
23323
23323
|
qi,
|
|
23324
23324
|
li,
|