@opentinyvue/vue-image 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
@@ -95,7 +95,7 @@ var Image = defineComponent({
95
95
  });
96
96
  }
97
97
  });
98
- var version = "3.23.0";
98
+ var version = "3.undefined";
99
99
  Image.install = function(Vue) {
100
100
  Vue.component(Image.name, Image);
101
101
  };
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-image",
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/utils": "~3.23.0",
12
- "@opentinyvue/vue-common": "~3.23.0",
13
- "@opentinyvue/vue-icon": "~3.23.0",
14
- "@opentinyvue/vue-image-viewer": "~3.23.0",
15
- "@opentinyvue/vue-renderless": "~3.23.0",
16
- "@opentinyvue/vue-theme": "~3.23.0"
11
+ "@opentinyvue/utils": "~3.25.0",
12
+ "@opentinyvue/vue-common": "~3.25.0",
13
+ "@opentinyvue/vue-icon": "~3.25.0",
14
+ "@opentinyvue/vue-image-viewer": "~3.25.0",
15
+ "@opentinyvue/vue-renderless": "~3.25.0",
16
+ "@opentinyvue/vue-theme": "~3.25.0"
17
17
  },
18
18
  "types": "index.d.ts",
19
19
  "scripts": {
package/src/index.d.ts CHANGED
@@ -70,6 +70,7 @@ export declare const imageProps: {
70
70
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
71
71
  tiny_renderless: FunctionConstructor;
72
72
  tiny_theme: StringConstructor;
73
+ tiny_mcp_config: ObjectConstructor;
73
74
  tiny_chart_theme: ObjectConstructor;
74
75
  };
75
76
  declare const _default: import("@vue/runtime-core").DefineComponent<{
@@ -135,6 +136,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
135
136
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
136
137
  tiny_renderless: FunctionConstructor;
137
138
  tiny_theme: StringConstructor;
139
+ tiny_mcp_config: ObjectConstructor;
138
140
  tiny_chart_theme: ObjectConstructor;
139
141
  }, IImageApi, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
140
142
  _constants: {
@@ -199,6 +201,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
199
201
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
200
202
  tiny_renderless: FunctionConstructor;
201
203
  tiny_theme: StringConstructor;
204
+ tiny_mcp_config: ObjectConstructor;
202
205
  tiny_chart_theme: ObjectConstructor;
203
206
  }>>, {
204
207
  zIndex: number;