@opentinyvue/vue-dropdown 3.23.0 → 3.25.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
@@ -115,7 +115,7 @@ var Dropdown = defineComponent({
115
115
  });
116
116
  }
117
117
  });
118
- var version = "3.23.0";
118
+ var version = "3.undefined";
119
119
  Dropdown.install = function(Vue) {
120
120
  Vue.component(Dropdown.name, Dropdown);
121
121
  };
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-dropdown",
3
3
  "type": "module",
4
- "version": "3.23.0",
4
+ "version": "3.25.0",
5
5
  "description": "",
6
6
  "license": "MIT",
7
7
  "sideEffects": false,
8
8
  "main": "./lib/index.js",
9
9
  "module": "./lib/index.js",
10
10
  "dependencies": {
11
- "@opentinyvue/vue-button": "~3.23.0",
12
- "@opentinyvue/vue-button-group": "~3.23.0",
13
- "@opentinyvue/vue-common": "~3.23.0",
14
- "@opentinyvue/vue-directive": "~3.23.0",
15
- "@opentinyvue/vue-dropdown-menu": "~3.23.0",
16
- "@opentinyvue/vue-icon": "~3.23.0",
17
- "@opentinyvue/vue-renderless": "~3.23.0",
18
- "@opentinyvue/vue-theme": "~3.23.0"
11
+ "@opentinyvue/vue-button": "~3.25.0",
12
+ "@opentinyvue/vue-button-group": "~3.25.0",
13
+ "@opentinyvue/vue-common": "~3.25.0",
14
+ "@opentinyvue/vue-directive": "~3.25.0",
15
+ "@opentinyvue/vue-dropdown-menu": "~3.25.0",
16
+ "@opentinyvue/vue-icon": "~3.25.0",
17
+ "@opentinyvue/vue-renderless": "~3.25.0",
18
+ "@opentinyvue/vue-theme": "~3.25.0"
19
19
  },
20
20
  "types": "index.d.ts",
21
21
  "scripts": {
package/src/index.d.ts CHANGED
@@ -78,6 +78,7 @@ export declare const dropdownProps: {
78
78
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
79
79
  tiny_renderless: FunctionConstructor;
80
80
  tiny_theme: StringConstructor;
81
+ tiny_mcp_config: ObjectConstructor;
81
82
  tiny_chart_theme: ObjectConstructor;
82
83
  };
83
84
  declare const _default: import("@vue/runtime-core").DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, import("@vue/runtime-core").PublicProps>;
@@ -55,6 +55,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
55
55
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
56
56
  tiny_renderless: FunctionConstructor;
57
57
  tiny_theme: StringConstructor;
58
+ tiny_mcp_config: ObjectConstructor;
58
59
  tiny_chart_theme: ObjectConstructor;
59
60
  }, {
60
61
  t: (this: any, path: any, options?: any) => any;
@@ -122,6 +123,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
122
123
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
123
124
  tiny_renderless: FunctionConstructor;
124
125
  tiny_theme: StringConstructor;
126
+ tiny_mcp_config: ObjectConstructor;
125
127
  tiny_chart_theme: ObjectConstructor;
126
128
  }>> & {
127
129
  "onItem-click"?: ((...args: any[]) => any) | undefined;