@opentinyvue/vue-calendar-view 2.23.0 → 2.24.0

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
@@ -114,7 +114,7 @@ var CalendarView = defineComponent({
114
114
  });
115
115
  }
116
116
  });
117
- var version = "2.23.0";
117
+ var version = "2.undefined";
118
118
  CalendarView.model = {
119
119
  prop: "modelValue",
120
120
  event: "update:modelValue"
package/package.json CHANGED
@@ -1,23 +1,23 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-calendar-view",
3
- "version": "2.23.0",
3
+ "version": "2.24.0",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",
7
7
  "sideEffects": false,
8
8
  "type": "module",
9
9
  "dependencies": {
10
- "@opentinyvue/vue-common": "~2.23.0",
11
- "@opentinyvue/vue-icon": "~2.23.0",
12
- "@opentinyvue/vue-renderless": "~3.23.0",
13
- "@opentinyvue/vue-tooltip": "~2.23.0",
14
- "@opentinyvue/vue-button": "~2.23.0",
15
- "@opentinyvue/vue-date-picker": "~2.23.0",
16
- "@opentinyvue/vue-radio-button": "~2.23.0",
17
- "@opentinyvue/vue-radio-group": "~2.23.0",
18
- "@opentinyvue/vue-slider-button": "~2.23.0",
19
- "@opentinyvue/vue-slider-button-group": "~2.23.0",
20
- "@opentinyvue/vue-theme": "~3.23.0"
10
+ "@opentinyvue/vue-common": "~2.24.0",
11
+ "@opentinyvue/vue-icon": "~2.24.0",
12
+ "@opentinyvue/vue-renderless": "~3.24.0",
13
+ "@opentinyvue/vue-tooltip": "~2.24.0",
14
+ "@opentinyvue/vue-button": "~2.24.0",
15
+ "@opentinyvue/vue-date-picker": "~2.24.0",
16
+ "@opentinyvue/vue-radio-button": "~2.24.0",
17
+ "@opentinyvue/vue-radio-group": "~2.24.0",
18
+ "@opentinyvue/vue-slider-button": "~2.24.0",
19
+ "@opentinyvue/vue-slider-button-group": "~2.24.0",
20
+ "@opentinyvue/vue-theme": "~3.24.0"
21
21
  },
22
22
  "license": "MIT",
23
23
  "types": "index.d.ts"
package/src/index.d.ts CHANGED
@@ -74,6 +74,7 @@ export declare const calendarViewProps: {
74
74
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
75
75
  tiny_renderless: FunctionConstructor;
76
76
  tiny_theme: StringConstructor;
77
+ tiny_mcp_config: ObjectConstructor;
77
78
  tiny_chart_theme: ObjectConstructor;
78
79
  };
79
80
  declare const _default: any;