@idmwx/idmui-gl4 1.7.0 → 1.7.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
@@ -31988,8 +31988,8 @@ const xd = {
31988
31988
  this.dateRange = i, this.dateRangeStr = `${this.computeTzSimple(this.dateRange[0], this.timeZone)} ~ ${this.computeTzSimple(this.dateRange[((l = this.dateRange) == null ? void 0 : l.length) - 1], this.timeZone)}`, this.$emit(
31989
31989
  "dateRange",
31990
31990
  [
31991
- M(this.dateRange[0]).set({ hour: 0, minute: 0, second: 0, millisecond: 0 }).format(),
31992
- M(this.dateRange[this.dateRange.length - 1]).set({ hour: 23, minute: 59, second: 59, millisecond: 59 }).format()
31991
+ M.tz(this.dateRange[0], this.timeZoneName).set({ hour: 0, minute: 0, second: 0, millisecond: 0 }).format(),
31992
+ M.tz(this.dateRange[this.dateRange.length - 1], this.timeZoneName).set({ hour: 23, minute: 59, second: 59, millisecond: 59 }).format()
31993
31993
  ]
31994
31994
  );
31995
31995
  },
@@ -32012,8 +32012,8 @@ const xd = {
32012
32012
  this.dateRangeStr = `${this.computeTzSimple(this.dateRange[0], this.timeZone)} ~ ${this.computeTzSimple(this.dateRange[((t = this.dateRange) == null ? void 0 : t.length) - 1], this.timeZone)}`, this.$emit(
32013
32013
  "dateRange",
32014
32014
  [
32015
- M(this.dateRange[0]).set({ hour: 0, minute: 0, second: 0, millisecond: 0 }).format(),
32016
- M(this.dateRange[this.dateRange.length - 1]).set({ hour: 23, minute: 59, second: 59, millisecond: 59 }).format()
32015
+ M.tz(this.dateRange[0], this.timeZoneName).set({ hour: 0, minute: 0, second: 0, millisecond: 0 }).format(),
32016
+ M.tz(this.dateRange[this.dateRange.length - 1], this.timeZoneName).set({ hour: 23, minute: 59, second: 59, millisecond: 59 }).format()
32017
32017
  ]
32018
32018
  ), this.showDatePicker = !1;
32019
32019
  },