@deskhero/dh_ui 2.22.0 → 2.22.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/dh_ui.es.js +3 -3
- package/dist/dh_ui.umd.js +4 -4
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/dh_ui.es.js
CHANGED
|
@@ -38958,11 +38958,11 @@ const oQ = { class: "dh-line-chart-container" }, rQ = {
|
|
|
38958
38958
|
},
|
|
38959
38959
|
width: {
|
|
38960
38960
|
type: Number,
|
|
38961
|
-
default:
|
|
38961
|
+
default: 30
|
|
38962
38962
|
},
|
|
38963
38963
|
height: {
|
|
38964
38964
|
type: Number,
|
|
38965
|
-
default:
|
|
38965
|
+
default: 16
|
|
38966
38966
|
}
|
|
38967
38967
|
},
|
|
38968
38968
|
setup(i) {
|
|
@@ -39090,7 +39090,7 @@ const oQ = { class: "dh-line-chart-container" }, rQ = {
|
|
|
39090
39090
|
}, null, 8, ["data", "height", "options", "width"])) : _("", !0)
|
|
39091
39091
|
]));
|
|
39092
39092
|
}
|
|
39093
|
-
}, CQ = /* @__PURE__ */ jt(rQ, [["__scopeId", "data-v-
|
|
39093
|
+
}, CQ = /* @__PURE__ */ jt(rQ, [["__scopeId", "data-v-8fab7caf"]]);
|
|
39094
39094
|
export {
|
|
39095
39095
|
gQ as DhAdvancedDatePicker,
|
|
39096
39096
|
dQ as DhAdvancedFilter,
|