@idmwx/idmui-gl4 2.3.1 → 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 +4 -4
- package/dist/index.umd.cjs +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1791,7 +1791,7 @@ function bs(t, e, o, i, a, r) {
|
|
|
1791
1791
|
icon: "",
|
|
1792
1792
|
density: "compact",
|
|
1793
1793
|
variant: "plain",
|
|
1794
|
-
class: "
|
|
1794
|
+
class: "",
|
|
1795
1795
|
onClick: r.handleClose
|
|
1796
1796
|
}, {
|
|
1797
1797
|
default: u(() => e[5] || (e[5] = [
|
|
@@ -2034,7 +2034,7 @@ function bs(t, e, o, i, a, r) {
|
|
|
2034
2034
|
_: 1
|
|
2035
2035
|
}, 8, ["class"]);
|
|
2036
2036
|
}
|
|
2037
|
-
const Do = /* @__PURE__ */ Y(fi, [["render", bs], ["__scopeId", "data-v-
|
|
2037
|
+
const Do = /* @__PURE__ */ Y(fi, [["render", bs], ["__scopeId", "data-v-524f9669"]]);
|
|
2038
2038
|
const ws = {
|
|
2039
2039
|
name: "IdmPort",
|
|
2040
2040
|
components: {
|
|
@@ -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
|
},
|