@idmwx/idmui-gl4 1.4.9 → 1.5.0
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 +1 -1
- package/dist/index.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10876,7 +10876,7 @@ const Xc = {
|
|
|
10876
10876
|
},
|
|
10877
10877
|
handleResetDateRange() {
|
|
10878
10878
|
var a, r, s;
|
|
10879
|
-
if (!this.dayAbout.h || !this.dayAbout.f)
|
|
10879
|
+
if (console.log(999, this.dayAbout), !this.dayAbout.h || !this.dayAbout.f)
|
|
10880
10880
|
return;
|
|
10881
10881
|
const t = D().utc().date(), e = Math.ceil(D().utc().hour() / 3) * 3, o = ((a = D()) == null ? void 0 : a.utc().set({ date: t, hour: e, minute: 0, second: 0, millisecond: 0 }).unix()) * 1e3, i = D.tz(o, this.timeZoneName).clone();
|
|
10882
10882
|
this.dateRange = [
|