@idmwx/idmui-gl4 1.6.0 → 1.6.1

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
@@ -32024,8 +32024,15 @@ const Qm = {
32024
32024
  t !== e && (this.handleResetDateRange(), this.handleResetMinMax());
32025
32025
  }
32026
32026
  },
32027
- dateRange: {
32027
+ defaultRange: {
32028
+ handler(t, e) {
32029
+ t !== e && this.handleResetDateRange();
32030
+ },
32031
+ deep: !0
32032
+ },
32033
+ defaultDays: {
32028
32034
  handler(t, e) {
32035
+ t !== e && this.handleResetDateRange();
32029
32036
  }
32030
32037
  }
32031
32038
  },