@opentinyvue/vue-column-list-item 3.22.1 → 3.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/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-column-list-item",
3
- "version": "3.22.1",
3
+ "version": "3.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-checkbox": "~3.22.0",
11
- "@opentinyvue/vue-common": "~3.22.0",
12
- "@opentinyvue/vue-dropdown": "~3.22.0",
13
- "@opentinyvue/vue-dropdown-item": "~3.22.0",
14
- "@opentinyvue/vue-dropdown-menu": "~3.22.0",
15
- "@opentinyvue/vue-icon": "~3.22.0",
16
- "@opentinyvue/vue-renderless": "~3.22.0",
17
- "@opentinyvue/vue-radio": "~3.22.0"
10
+ "@opentinyvue/vue-checkbox": "~3.24.0",
11
+ "@opentinyvue/vue-common": "~3.24.0",
12
+ "@opentinyvue/vue-dropdown": "~3.24.0",
13
+ "@opentinyvue/vue-dropdown-item": "~3.24.0",
14
+ "@opentinyvue/vue-dropdown-menu": "~3.24.0",
15
+ "@opentinyvue/vue-icon": "~3.24.0",
16
+ "@opentinyvue/vue-renderless": "~3.24.0",
17
+ "@opentinyvue/vue-radio": "~3.24.0"
18
18
  },
19
19
  "license": "MIT",
20
20
  "types": "index.d.ts"
@@ -64,6 +64,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
64
64
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
65
65
  tiny_renderless: FunctionConstructor;
66
66
  tiny_theme: StringConstructor;
67
+ tiny_mcp_config: ObjectConstructor;
67
68
  tiny_chart_theme: ObjectConstructor;
68
69
  }, {
69
70
  t: (this: any, path: any, options?: any) => any;
@@ -140,6 +141,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
140
141
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
141
142
  tiny_renderless: FunctionConstructor;
142
143
  tiny_theme: StringConstructor;
144
+ tiny_mcp_config: ObjectConstructor;
143
145
  tiny_chart_theme: ObjectConstructor;
144
146
  }>> & {
145
147
  onChange?: ((...args: any[]) => any) | undefined;