@opentinyvue/vue-calendar 2.21.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
@@ -7,7 +7,7 @@ function _extends() {
7
7
  return n;
8
8
  }, _extends.apply(null, arguments);
9
9
  }
10
- import { defineComponent, $prefix, $props, $setup } from "@opentinyvue/vue-common";
10
+ import { defineComponent, $props, $setup, $prefix } from "@opentinyvue/vue-common";
11
11
  import PcTemplate from "./pc.js";
12
12
  import "@opentinyvue/vue-theme/calendar/index.css";
13
13
  var template = function template2(mode) {
@@ -67,7 +67,7 @@ var Calendar = defineComponent({
67
67
  });
68
68
  }
69
69
  });
70
- var version = "2.21.0";
70
+ var version = "2.undefined";
71
71
  Calendar.install = function(Vue) {
72
72
  Vue.component(Calendar.name, Calendar);
73
73
  };
package/lib/pc.js CHANGED
@@ -200,9 +200,6 @@ var render = function render2() {
200
200
  expression: "state.showMonth"
201
201
  }
202
202
  })], 1), _c("li", [_c("Button", {
203
- attrs: {
204
- "type": "primary"
205
- },
206
203
  on: {
207
204
  "click": _vm.toToday
208
205
  }
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-calendar",
3
- "version": "2.21.0",
3
+ "version": "2.22.1",
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.21.0",
11
- "@opentinyvue/vue-icon": "~2.21.0",
12
- "@opentinyvue/vue-renderless": "~3.21.0",
13
- "@opentinyvue/vue-tooltip": "~2.21.0",
14
- "@opentinyvue/vue-popover": "~2.21.0",
15
- "@opentinyvue/vue-theme": "~3.21.0",
16
- "@opentinyvue/vue-button": "~2.21.0"
10
+ "@opentinyvue/vue-common": "~2.22.0",
11
+ "@opentinyvue/vue-icon": "~2.22.0",
12
+ "@opentinyvue/vue-renderless": "~3.22.0",
13
+ "@opentinyvue/vue-tooltip": "~2.22.0",
14
+ "@opentinyvue/vue-popover": "~2.22.0",
15
+ "@opentinyvue/vue-theme": "~3.22.0",
16
+ "@opentinyvue/vue-button": "~2.22.0"
17
17
  },
18
18
  "license": "MIT",
19
19
  "types": "index.d.ts",