@idmwx/idmui-gl4 0.8.8 → 0.8.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
@@ -9480,7 +9480,8 @@ const qs = {
9480
9480
  },
9481
9481
  methods: {
9482
9482
  handleReset() {
9483
- this.handlePause(), this.startAnimate = 0;
9483
+ var t;
9484
+ this.handlePause(), this.startAnimate = 0, (t = this.$refs.dateTimePicker) == null || t.handleReset();
9484
9485
  },
9485
9486
  handleToggle(t, e) {
9486
9487
  this.show[t] = e, console.log();
@@ -9526,6 +9527,7 @@ function ln(t, e, o, i, a, r) {
9526
9527
  }, [
9527
9528
  l("div", Qs, [
9528
9529
  h(s, B({
9530
+ ref: "dateTimePicker",
9529
9531
  "date-time": a.currentDateTimeZ,
9530
9532
  "time-zone": a.timeZone,
9531
9533
  "day-about": a.dayAbout,