@idmwx/idmui-gl4 2.3.0 → 2.3.1
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 +2 -2
- package/dist/index.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -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
|
}, [
|