indicator-ui 1.1.65 → 1.1.66
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.cjs +1 -1
- package/dist/index.js +3 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -29332,8 +29332,9 @@ function MJ(r) {
|
|
|
29332
29332
|
}, [n, t]), o = G(() => i(), [n, i]), s = k((d) => ps(d, "HH:mm"), []), c = k((d) => {
|
|
29333
29333
|
e(d);
|
|
29334
29334
|
}, [e]), u = k(() => {
|
|
29335
|
-
|
|
29336
|
-
|
|
29335
|
+
const d = new Date(t), f = /* @__PURE__ */ new Date();
|
|
29336
|
+
d.setHours(f.getHours(), f.getMinutes(), f.getSeconds(), f.getMilliseconds()), e(d.toISOString());
|
|
29337
|
+
}, [e, t]);
|
|
29337
29338
|
return {
|
|
29338
29339
|
tags: o,
|
|
29339
29340
|
getTimeLabel: s,
|