@opentinyvue/vue-area 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.
Files changed (2) hide show
  1. package/package.json +6 -6
  2. package/src/index.d.ts +3 -0
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-area",
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-common": "~3.22.0",
11
- "@opentinyvue/vue-renderless": "~3.22.0",
12
- "@opentinyvue/vue-select": "~3.22.0",
13
- "@opentinyvue/vue-option": "~3.22.0",
14
- "@opentinyvue/vue-theme": "~3.22.0"
10
+ "@opentinyvue/vue-common": "~3.24.0",
11
+ "@opentinyvue/vue-renderless": "~3.24.0",
12
+ "@opentinyvue/vue-select": "~3.24.0",
13
+ "@opentinyvue/vue-option": "~3.24.0",
14
+ "@opentinyvue/vue-theme": "~3.24.0"
15
15
  },
16
16
  "license": "MIT",
17
17
  "types": "index.d.ts",
package/src/index.d.ts CHANGED
@@ -38,6 +38,7 @@ export declare const areaProps: {
38
38
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
39
39
  tiny_renderless: FunctionConstructor;
40
40
  tiny_theme: StringConstructor;
41
+ tiny_mcp_config: ObjectConstructor;
41
42
  tiny_chart_theme: ObjectConstructor;
42
43
  };
43
44
  declare const _default: import("@vue/runtime-core").DefineComponent<{
@@ -80,6 +81,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
80
81
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
81
82
  tiny_renderless: FunctionConstructor;
82
83
  tiny_theme: StringConstructor;
84
+ tiny_mcp_config: ObjectConstructor;
83
85
  tiny_chart_theme: ObjectConstructor;
84
86
  }, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
85
87
  [key: string]: any;
@@ -123,6 +125,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
123
125
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
124
126
  tiny_renderless: FunctionConstructor;
125
127
  tiny_theme: StringConstructor;
128
+ tiny_mcp_config: ObjectConstructor;
126
129
  tiny_chart_theme: ObjectConstructor;
127
130
  }>>, {
128
131
  props: Record<string, any>;