tsv2-library 1.0.61-alpha.67 → 1.0.61-alpha.68
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/tsv2-library.es.js
CHANGED
|
@@ -61237,7 +61237,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
61237
61237
|
};
|
|
61238
61238
|
const reRenderPanel = () => {
|
|
61239
61239
|
var _a;
|
|
61240
|
-
if (((_a = calendar.value) == null ? void 0 : _a.currentView) === "date") {
|
|
61240
|
+
if (((_a = calendar.value) == null ? void 0 : _a.currentView) === "date" && props.showTime) {
|
|
61241
61241
|
closePanel();
|
|
61242
61242
|
nextTick(showPanel);
|
|
61243
61243
|
}
|