@opentinyvue/vue-carousel 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
@@ -99,7 +99,7 @@ var Carousel = defineComponent({
99
99
  });
100
100
  }
101
101
  });
102
- var version = "3.23.0";
102
+ var version = "3.undefined";
103
103
  Carousel.install = function(Vue) {
104
104
  Vue.component(Carousel.name, Carousel);
105
105
  };
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-carousel",
3
- "version": "3.23.0",
3
+ "version": "3.25.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.23.0",
11
- "@opentinyvue/vue-icon": "~3.23.0",
12
- "@opentinyvue/vue-renderless": "~3.23.0",
13
- "@opentinyvue/vue-theme": "~3.23.0"
10
+ "@opentinyvue/vue-common": "~3.25.0",
11
+ "@opentinyvue/vue-icon": "~3.25.0",
12
+ "@opentinyvue/vue-renderless": "~3.25.0",
13
+ "@opentinyvue/vue-theme": "~3.25.0"
14
14
  },
15
15
  "license": "MIT",
16
16
  "types": "index.d.ts",
package/src/index.d.ts CHANGED
@@ -61,6 +61,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
61
61
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
62
62
  tiny_renderless: FunctionConstructor;
63
63
  tiny_theme: StringConstructor;
64
+ tiny_mcp_config: ObjectConstructor;
64
65
  tiny_chart_theme: ObjectConstructor;
65
66
  }, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
66
67
  [key: string]: any;
@@ -127,6 +128,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
127
128
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
128
129
  tiny_renderless: FunctionConstructor;
129
130
  tiny_theme: StringConstructor;
131
+ tiny_mcp_config: ObjectConstructor;
130
132
  tiny_chart_theme: ObjectConstructor;
131
133
  }>>, {
132
134
  disabled: boolean;
@@ -9,6 +9,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
9
9
  _constants?: any;
10
10
  tiny_theme?: any;
11
11
  tiny_chart_theme?: any;
12
+ tiny_mcp_config?: any;
12
13
  trigger?: any;
13
14
  showTitle?: any;
14
15
  aspectRatio?: any;
@@ -41,6 +42,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
41
42
  _constants?: any;
42
43
  tiny_theme?: any;
43
44
  tiny_chart_theme?: any;
45
+ tiny_mcp_config?: any;
44
46
  trigger?: any;
45
47
  showTitle?: any;
46
48
  aspectRatio?: any;
@@ -67,6 +69,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
67
69
  readonly _constants?: any;
68
70
  readonly tiny_theme?: any;
69
71
  readonly tiny_chart_theme?: any;
72
+ readonly tiny_mcp_config?: any;
70
73
  readonly trigger?: any;
71
74
  readonly showTitle?: any;
72
75
  readonly aspectRatio?: any;
package/src/pc.vue.d.ts CHANGED
@@ -10,6 +10,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
10
10
  _constants?: any;
11
11
  tiny_theme?: any;
12
12
  tiny_chart_theme?: any;
13
+ tiny_mcp_config?: any;
13
14
  trigger?: any;
14
15
  showTitle?: any;
15
16
  swipeable?: any;
@@ -41,6 +42,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
41
42
  _constants?: any;
42
43
  tiny_theme?: any;
43
44
  tiny_chart_theme?: any;
45
+ tiny_mcp_config?: any;
44
46
  trigger?: any;
45
47
  showTitle?: any;
46
48
  swipeable?: any;
@@ -66,6 +68,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
66
68
  readonly _constants?: any;
67
69
  readonly tiny_theme?: any;
68
70
  readonly tiny_chart_theme?: any;
71
+ readonly tiny_mcp_config?: any;
69
72
  readonly trigger?: any;
70
73
  readonly showTitle?: any;
71
74
  readonly swipeable?: any;