@idmwx/idmui-gl4 1.4.7 → 1.4.8

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,10 @@ 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
+ debugger;
12451
+ this.dayAbout = { h: t ?? -7, f: e ?? 14 };
12452
+ },
12449
12453
  handleToggle(t, e) {
12450
12454
  this.show[t] = e;
12451
12455
  },