@opentinyvue/vue-cascader-mobile 3.27.0 → 3.29.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/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-cascader-mobile",
3
- "version": "3.27.0",
3
+ "version": "3.29.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.27.0",
11
- "@opentinyvue/vue-action-sheet": "~3.27.0",
12
- "@opentinyvue/vue-exception": "~3.27.0",
13
- "@opentinyvue/vue-common": "~3.27.0",
14
- "@opentinyvue/vue-renderless": "~3.27.0",
15
- "@opentinyvue/vue-icon": "~3.27.0",
16
- "@opentinyvue/vue-locale": "~3.27.0"
10
+ "@opentinyvue/vue-button": "~3.29.0",
11
+ "@opentinyvue/vue-action-sheet": "~3.29.0",
12
+ "@opentinyvue/vue-exception": "~3.29.0",
13
+ "@opentinyvue/vue-common": "~3.29.0",
14
+ "@opentinyvue/vue-renderless": "~3.29.0",
15
+ "@opentinyvue/vue-icon": "~3.29.0",
16
+ "@opentinyvue/vue-locale": "~3.29.0"
17
17
  },
18
18
  "license": "MIT",
19
19
  "types": "index.d.ts",
@@ -106,7 +106,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
106
106
  dp: (props: any) => void;
107
107
  gcls: (key: any) => any;
108
108
  m: (...cssClasses: any[]) => string;
109
- }, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("click" | "close" | "update:modelValue" | "update:visible" | "confirm" | "node-expand" | "update:text" | "search-click")[], "click" | "close" | "update:modelValue" | "update:visible" | "confirm" | "node-expand" | "update:text" | "search-click", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
109
+ }, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("click" | "close" | "update:modelValue" | "update:visible" | "confirm" | "update:text" | "search-click" | "node-expand")[], "click" | "close" | "update:modelValue" | "update:visible" | "confirm" | "update:text" | "search-click" | "node-expand", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
110
110
  _constants: {
111
111
  type: ObjectConstructor;
112
112
  default: () => {
@@ -211,9 +211,9 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
211
211
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
212
212
  "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
213
213
  onConfirm?: ((...args: any[]) => any) | undefined;
214
- "onNode-expand"?: ((...args: any[]) => any) | undefined;
215
214
  "onUpdate:text"?: ((...args: any[]) => any) | undefined;
216
215
  "onSearch-click"?: ((...args: any[]) => any) | undefined;
216
+ "onNode-expand"?: ((...args: any[]) => any) | undefined;
217
217
  }, {
218
218
  data: unknown[];
219
219
  ellipsis: boolean;