@opentinyvue/vue-card 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
@@ -93,7 +93,7 @@ var Card = defineComponent({
93
93
  });
94
94
  }
95
95
  });
96
- var version = "2.23.0";
96
+ var version = "2.undefined";
97
97
  Card.model = {
98
98
  prop: "modelValue",
99
99
  event: "update:modelValue"
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-card",
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-renderless": "~3.23.0",
11
- "@opentinyvue/vue-common": "~2.23.0",
12
- "@opentinyvue/vue-dropdown": "~2.23.0",
13
- "@opentinyvue/vue-dropdown-menu": "~2.23.0",
14
- "@opentinyvue/vue-dropdown-item": "~2.23.0",
15
- "@opentinyvue/vue-icon": "~2.23.0",
16
- "@opentinyvue/vue-radio": "~2.23.0",
17
- "@opentinyvue/vue-checkbox": "~2.23.0",
18
- "@opentinyvue/vue-theme": "~3.23.0"
10
+ "@opentinyvue/vue-renderless": "~3.24.0",
11
+ "@opentinyvue/vue-common": "~2.24.0",
12
+ "@opentinyvue/vue-dropdown": "~2.24.0",
13
+ "@opentinyvue/vue-dropdown-menu": "~2.24.0",
14
+ "@opentinyvue/vue-dropdown-item": "~2.24.0",
15
+ "@opentinyvue/vue-icon": "~2.24.0",
16
+ "@opentinyvue/vue-radio": "~2.24.0",
17
+ "@opentinyvue/vue-checkbox": "~2.24.0",
18
+ "@opentinyvue/vue-theme": "~3.24.0"
19
19
  },
20
20
  "license": "MIT",
21
21
  "types": "index.d.ts"
package/src/index.d.ts CHANGED
@@ -53,6 +53,7 @@ export declare const cardProps: {
53
53
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
54
54
  tiny_renderless: FunctionConstructor;
55
55
  tiny_theme: StringConstructor;
56
+ tiny_mcp_config: ObjectConstructor;
56
57
  tiny_chart_theme: ObjectConstructor;
57
58
  };
58
59
  declare const _default: any;