@idmwx/idmui-gl4 2.3.2 → 2.3.4
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 +3 -3
- package/dist/index.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
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:
|
|
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),
|
|
15156
|
+
t !== e && (this.$emit("timeZone", this.timeZone), this.showTimezone = !1);
|
|
15157
15157
|
},
|
|
15158
15158
|
immediate: !0
|
|
15159
15159
|
},
|
|
@@ -15196,7 +15196,7 @@ const wd = {
|
|
|
15196
15196
|
this.step = Math.floor(e / this.frequency), this.animation = requestAnimationFrame(this.animateSpeeds);
|
|
15197
15197
|
}
|
|
15198
15198
|
}
|
|
15199
|
-
}, xd = { class: "timeline-box px-2 d-flex justify-
|
|
15199
|
+
}, xd = { class: "w-100 timeline-box px-2 d-flex justify-space-around align-center rounded" };
|
|
15200
15200
|
function vd(t, e, o, i, a, r) {
|
|
15201
15201
|
const l = v("VBtn"), m = v("DateTimePicker");
|
|
15202
15202
|
return g(), M("div", {
|