@idmwx/idmui-gl4 2.3.2 → 2.3.3

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
@@ -15131,7 +15131,7 @@ const wd = {
15131
15131
  //hour
15132
15132
  intervalOptions: [3, 6, 12, 24],
15133
15133
  showTimezone: !1,
15134
- timeZone: localStorage.getItem("idm-timeZone-gl4") ? Number(localStorage.getItem("idm-timeZone-gl4")) : S().utcOffset() / 60,
15134
+ timeZone: S().utcOffset() / 60,
15135
15135
  offsets: [-12, -11, -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]
15136
15136
  };
15137
15137
  },
@@ -15153,7 +15153,7 @@ const wd = {
15153
15153
  },
15154
15154
  timeZone: {
15155
15155
  handler(t, e) {
15156
- t !== e && (this.$emit("timeZone", this.timeZone), localStorage.setItem("idm-timeZone-gl4", this.timeZone), this.showTimezone = !1);
15156
+ t !== e && (this.$emit("timeZone", this.timeZone), this.showTimezone = !1);
15157
15157
  },
15158
15158
  immediate: !0
15159
15159
  },