@opentinyvue/vue-cascader-mobile 3.23.0 → 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/lib/index.js CHANGED
@@ -594,7 +594,7 @@ function _sfc_render(_ctx, _cache, $props2, $setup, $data, $options) {
594
594
  )), [[vShow, _ctx.visible]]);
595
595
  }
596
596
  var CascaderMobile = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
597
- var version = "3.23.0";
597
+ var version = "3.undefined";
598
598
  CascaderMobile.model = {
599
599
  prop: "modelValue",
600
600
  event: "update:modelValue"
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-cascader-mobile",
3
- "version": "3.23.0",
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-button": "~3.23.0",
11
- "@opentinyvue/vue-action-sheet": "~3.23.0",
12
- "@opentinyvue/vue-exception": "~3.23.0",
13
- "@opentinyvue/vue-common": "~3.23.0",
14
- "@opentinyvue/vue-renderless": "~3.23.0",
15
- "@opentinyvue/vue-icon": "~3.23.0",
16
- "@opentinyvue/vue-locale": "~3.23.0"
10
+ "@opentinyvue/vue-button": "~3.24.0",
11
+ "@opentinyvue/vue-action-sheet": "~3.24.0",
12
+ "@opentinyvue/vue-exception": "~3.24.0",
13
+ "@opentinyvue/vue-common": "~3.24.0",
14
+ "@opentinyvue/vue-renderless": "~3.24.0",
15
+ "@opentinyvue/vue-icon": "~3.24.0",
16
+ "@opentinyvue/vue-locale": "~3.24.0"
17
17
  },
18
18
  "license": "MIT",
19
19
  "types": "index.d.ts",
@@ -95,6 +95,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
95
95
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
96
96
  tiny_renderless: FunctionConstructor;
97
97
  tiny_theme: StringConstructor;
98
+ tiny_mcp_config: ObjectConstructor;
98
99
  tiny_chart_theme: ObjectConstructor;
99
100
  }, {
100
101
  t: (this: any, path: any, options?: any) => any;
@@ -202,6 +203,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
202
203
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
203
204
  tiny_renderless: FunctionConstructor;
204
205
  tiny_theme: StringConstructor;
206
+ tiny_mcp_config: ObjectConstructor;
205
207
  tiny_chart_theme: ObjectConstructor;
206
208
  }>> & {
207
209
  onClick?: ((...args: any[]) => any) | undefined;