@idmwx/idmui-gl4 1.5.8 → 1.5.9
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/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -31953,7 +31953,7 @@ const Qm = {
|
|
|
31953
31953
|
props: {
|
|
31954
31954
|
width: {
|
|
31955
31955
|
type: Number,
|
|
31956
|
-
default:
|
|
31956
|
+
default: 226
|
|
31957
31957
|
},
|
|
31958
31958
|
height: {
|
|
31959
31959
|
type: Number,
|
|
@@ -32090,7 +32090,7 @@ function td(t, e, o, i, a, r) {
|
|
|
32090
32090
|
text: "",
|
|
32091
32091
|
height: o.height,
|
|
32092
32092
|
width: o.width,
|
|
32093
|
-
class: "elevation-0 text-body-1
|
|
32093
|
+
class: "elevation-0 text-body-1 btn-border-1 btn-bg-1",
|
|
32094
32094
|
onClick: r.handleOpenDatePicker
|
|
32095
32095
|
}, {
|
|
32096
32096
|
default: u(() => [
|