@idmwx/idmui-gl4 1.7.1 → 1.7.2

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
@@ -31985,7 +31985,7 @@ const xd = {
31985
31985
  else
31986
31986
  for (let c = 0; c < e; c++)
31987
31987
  i.push(o.clone().add(c, "days").format());
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(
31988
+ this.dateRange = i, this.dateRangeStr = `${M.tz(this.dateRange[0], this.timeZoneName).format("yyyy-MM-DD")} ~ ${M.tz(this.dateRange[((l = this.dateRange) == null ? void 0 : l.length) - 1], this.timeZoneName).format("yyyy-MM-DD")}`, this.$emit(
31989
31989
  "dateRange",
31990
31990
  [
31991
31991
  M.tz(this.dateRange[0], this.timeZoneName).set({ hour: 0, minute: 0, second: 0, millisecond: 0 }).format(),
@@ -32009,7 +32009,7 @@ const xd = {
32009
32009
  },
32010
32010
  handleConfirmDate() {
32011
32011
  var t;
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(
32012
+ this.dateRangeStr = `${M.tz(this.dateRange[0], this.timeZoneName).format("yyyy-MM-DD")} ~ ${M.tz(this.dateRange[((t = this.dateRange) == null ? void 0 : t.length) - 1], this.timeZoneName).format("yyyy-MM-DD")}`, this.$emit(
32013
32013
  "dateRange",
32014
32014
  [
32015
32015
  M.tz(this.dateRange[0], this.timeZoneName).set({ hour: 0, minute: 0, second: 0, millisecond: 0 }).format(),