@idmwx/idmui-gl4 2.3.0 → 2.3.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 +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: {
|
|
@@ -12106,7 +12106,7 @@ function Um(t, e, o, i, a, r) {
|
|
|
12106
12106
|
const l = v("VDatePicker"), m = v("VDivider"), c = v("VListItemTitle"), f = v("VListItem"), d = v("VList"), b = v("VCardText"), x = v("VBtn"), k = v("VCardActions"), y = v("VCard");
|
|
12107
12107
|
return g(), M("div", Fm, [
|
|
12108
12108
|
s("div", {
|
|
12109
|
-
style: ee({ height: o.height + "px", width: o.width ? o.width + "px" :
|
|
12109
|
+
style: ee({ height: o.height + "px", width: o.width ? o.width + "px" : "auto" }),
|
|
12110
12110
|
class: ne([o.bgClass, "rounded text-body-1 btn-border-1 btn-bg-1 d-flex align-center justify-center px-2 cursor-pointer"]),
|
|
12111
12111
|
onClick: e[0] || (e[0] = (...z) => r.handleOpenDatePicker && r.handleOpenDatePicker(...z))
|
|
12112
12112
|
}, n(a.currentDateTime) + " | UTC " + n(o.timeZone < 0 ? o.timeZone : "+" + o.timeZone), 7),
|
|
@@ -12401,7 +12401,7 @@ function qm(t, e, o, i, a, r) {
|
|
|
12401
12401
|
const l = v("VIcon"), m = v("VDatePicker"), c = v("VCardText"), f = v("VDivider"), d = v("VBtn"), b = v("VCardActions"), x = v("VCard");
|
|
12402
12402
|
return g(), M("div", Zm, [
|
|
12403
12403
|
s("div", {
|
|
12404
|
-
style: ee({ height: o.height + "px", width: o.width ? o.width + "px" :
|
|
12404
|
+
style: ee({ height: o.height + "px", width: o.width ? o.width + "px" : "auto" }),
|
|
12405
12405
|
class: "rounded text-body-1 btn-border-1 btn-bg-1 d-flex align-center justify-space-between px-2 cursor-pointer",
|
|
12406
12406
|
onClick: e[0] || (e[0] = (...k) => r.handleOpenDatePicker && r.handleOpenDatePicker(...k))
|
|
12407
12407
|
}, [
|