@idmwx/idmui-gl4 1.4.8 → 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
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 = [
|
|
@@ -12447,7 +12447,6 @@ const Tm = {
|
|
|
12447
12447
|
this.handlePause(), this.startAnimate = 0, (t = this.$refs.dateTimePicker) == null || t.handleReset();
|
|
12448
12448
|
},
|
|
12449
12449
|
changeDayAbout(t, e) {
|
|
12450
|
-
debugger;
|
|
12451
12450
|
this.dayAbout = { h: t ?? -7, f: e ?? 14 };
|
|
12452
12451
|
},
|
|
12453
12452
|
handleToggle(t, e) {
|
|
@@ -12459,10 +12458,6 @@ const Tm = {
|
|
|
12459
12458
|
handleForward() {
|
|
12460
12459
|
this.handlePause(), this.step += 1;
|
|
12461
12460
|
},
|
|
12462
|
-
handleCycleInterval() {
|
|
12463
|
-
const t = this.intervalOptions.indexOf(this.intervalHour);
|
|
12464
|
-
t === this.intervalOptions.length - 1 ? this.intervalHour = this.intervalOptions[0] : this.intervalHour = this.intervalOptions[t + 1];
|
|
12465
|
-
},
|
|
12466
12461
|
handlePlay() {
|
|
12467
12462
|
this.paused = !1, this.step = 0, this.animateSpeeds();
|
|
12468
12463
|
},
|