@idmwx/idmui-gl4 1.4.7 → 1.4.9

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
@@ -12446,6 +12446,9 @@ const Tm = {
12446
12446
  var t;
12447
12447
  this.handlePause(), this.startAnimate = 0, (t = this.$refs.dateTimePicker) == null || t.handleReset();
12448
12448
  },
12449
+ changeDayAbout(t, e) {
12450
+ this.dayAbout = { h: t ?? -7, f: e ?? 14 };
12451
+ },
12449
12452
  handleToggle(t, e) {
12450
12453
  this.show[t] = e;
12451
12454
  },
@@ -12455,10 +12458,6 @@ const Tm = {
12455
12458
  handleForward() {
12456
12459
  this.handlePause(), this.step += 1;
12457
12460
  },
12458
- handleCycleInterval() {
12459
- const t = this.intervalOptions.indexOf(this.intervalHour);
12460
- t === this.intervalOptions.length - 1 ? this.intervalHour = this.intervalOptions[0] : this.intervalHour = this.intervalOptions[t + 1];
12461
- },
12462
12461
  handlePlay() {
12463
12462
  this.paused = !1, this.step = 0, this.animateSpeeds();
12464
12463
  },