@opentinyvue/vue-calendar-view 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/lib/index.js CHANGED
@@ -110,7 +110,7 @@ var CalendarView = defineComponent({
110
110
  });
111
111
  }
112
112
  });
113
- var version = "2.22.0";
113
+ var version = "2.undefined";
114
114
  CalendarView.model = {
115
115
  prop: "modelValue",
116
116
  event: "update:modelValue"
@@ -106,7 +106,6 @@ var render = function render2() {
106
106
  ref: "tooltip",
107
107
  attrs: {
108
108
  "popper-class": "absolute max-w-[theme(spacing.80)]",
109
- "manual": true,
110
109
  "effect": "light",
111
110
  "placement": "right"
112
111
  },
@@ -114,7 +113,7 @@ var render = function render2() {
114
113
  key: "content",
115
114
  fn: function fn() {
116
115
  return [_c("div", {
117
- staticClass: "p-2"
116
+ staticClass: "p-2 max-h-[80vh] overflow-auto"
118
117
  }, [_c("div", {
119
118
  staticClass: "px-1.5 mb-1.5 border-l-2 border-color-brand"
120
119
  }, [_vm._v(_vm._s(_vm.state.eventTipContent.title))]), _c("div", {
@@ -124,14 +123,7 @@ var render = function render2() {
124
123
  }, [_vm._v(_vm._s(_vm.state.eventTipContent.content || ""))])])];
125
124
  },
126
125
  proxy: true
127
- }]),
128
- model: {
129
- value: _vm.state.eventTipVisible,
130
- callback: function callback($$v) {
131
- _vm.$set(_vm.state, "eventTipVisible", $$v);
132
- },
133
- expression: "state.eventTipVisible"
134
- }
126
+ }])
135
127
  }), _c("div", {
136
128
  staticClass: "flex justify-around items-center mb-3",
137
129
  attrs: {
package/lib/pc.js CHANGED
@@ -284,7 +284,6 @@ var render = function render2() {
284
284
  ref: "tooltip",
285
285
  attrs: {
286
286
  "popper-class": "tiny-calendar-view-tooltip",
287
- "manual": true,
288
287
  "effect": "light",
289
288
  "placement": "right"
290
289
  },
@@ -302,14 +301,7 @@ var render = function render2() {
302
301
  }, [_vm._v(_vm._s(_vm.state.eventTipContent.content || ""))])])];
303
302
  },
304
303
  proxy: true
305
- }]),
306
- model: {
307
- value: _vm.state.eventTipVisible,
308
- callback: function callback($$v) {
309
- _vm.$set(_vm.state, "eventTipVisible", $$v);
310
- },
311
- expression: "state.eventTipVisible"
312
- }
304
+ }])
313
305
  })], 1);
314
306
  };
315
307
  var staticRenderFns = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-calendar-view",
3
- "version": "2.22.0",
3
+ "version": "2.22.1",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",