@opentinyvue/vue-cascader-select 3.21.0 → 3.22.1

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
@@ -7,7 +7,7 @@ function _extends() {
7
7
  return n;
8
8
  }, _extends.apply(null, arguments);
9
9
  }
10
- import { $prefix, $props, $setup } from "@opentinyvue/vue-common";
10
+ import { $props, $setup, $prefix } from "@opentinyvue/vue-common";
11
11
  import MobileFirstTemplate from "./mobile-first.js";
12
12
  var $constants = {};
13
13
  var template = function template2() {
@@ -118,7 +118,7 @@ var CascaderSelect = {
118
118
  });
119
119
  }
120
120
  };
121
- var version = "3.21.0";
121
+ var version = "3.undefined";
122
122
  CascaderSelect.model = {
123
123
  prop: "modelValue",
124
124
  event: "update:modelValue"
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-cascader-select",
3
- "version": "3.21.0",
3
+ "version": "3.22.1",
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-action-sheet": "~3.21.0",
11
- "@opentinyvue/vue-button": "~3.21.0",
12
- "@opentinyvue/vue-common": "~3.21.0",
13
- "@opentinyvue/vue-renderless": "~3.21.0"
10
+ "@opentinyvue/vue-action-sheet": "~3.22.0",
11
+ "@opentinyvue/vue-button": "~3.22.0",
12
+ "@opentinyvue/vue-common": "~3.22.0",
13
+ "@opentinyvue/vue-renderless": "~3.22.0"
14
14
  },
15
15
  "license": "MIT",
16
16
  "types": "index.d.ts",
@@ -92,8 +92,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
92
92
  onClick?: ((...args: any[]) => any) | undefined;
93
93
  }, {
94
94
  disabled: boolean;
95
- tiny_mode_root: boolean;
96
95
  visible: boolean;
96
+ tiny_mode_root: boolean;
97
97
  optionHeight: string | number;
98
98
  column: unknown[];
99
99
  threeDimensional: boolean;
@@ -1,6 +1,9 @@
1
1
  declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
2
2
  disabled?: any;
3
3
  type?: any;
4
+ options?: any;
5
+ visible?: any;
6
+ customClass?: any;
4
7
  tiny_mode?: any;
5
8
  tiny_mode_root?: any;
6
9
  tiny_template?: any;
@@ -9,11 +12,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
9
12
  tiny_theme?: any;
10
13
  tiny_chart_theme?: any;
11
14
  modelValue?: any;
12
- options?: any;
13
15
  textField?: any;
14
16
  valueField?: any;
15
- visible?: any;
16
- customClass?: any;
17
17
  lockScroll?: any;
18
18
  defaultValue?: any;
19
19
  valueType?: any;
@@ -34,9 +34,12 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
34
34
  dp: (props: any) => void;
35
35
  gcls: (key: any) => any;
36
36
  m: (...cssClasses: any[]) => string;
37
- }, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("cancel" | "change" | "update:modelValue" | "update:visible" | "confirm")[], "cancel" | "change" | "update:modelValue" | "update:visible" | "confirm", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
37
+ }, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("change" | "cancel" | "update:modelValue" | "update:visible" | "confirm")[], "change" | "cancel" | "update:modelValue" | "update:visible" | "confirm", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
38
38
  disabled?: any;
39
39
  type?: any;
40
+ options?: any;
41
+ visible?: any;
42
+ customClass?: any;
40
43
  tiny_mode?: any;
41
44
  tiny_mode_root?: any;
42
45
  tiny_template?: any;
@@ -45,11 +48,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
45
48
  tiny_theme?: any;
46
49
  tiny_chart_theme?: any;
47
50
  modelValue?: any;
48
- options?: any;
49
51
  textField?: any;
50
52
  valueField?: any;
51
- visible?: any;
52
- customClass?: any;
53
53
  lockScroll?: any;
54
54
  defaultValue?: any;
55
55
  valueType?: any;
@@ -62,14 +62,17 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
62
62
  childrenField?: any;
63
63
  panelCustomClass?: any;
64
64
  }>>> & {
65
- onCancel?: ((...args: any[]) => any) | undefined;
66
65
  onChange?: ((...args: any[]) => any) | undefined;
66
+ onCancel?: ((...args: any[]) => any) | undefined;
67
67
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
68
68
  "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
69
69
  onConfirm?: ((...args: any[]) => any) | undefined;
70
70
  }, {
71
71
  readonly disabled?: any;
72
72
  readonly type?: any;
73
+ readonly options?: any;
74
+ readonly visible?: any;
75
+ readonly customClass?: any;
73
76
  readonly tiny_mode?: any;
74
77
  readonly tiny_mode_root?: any;
75
78
  readonly tiny_template?: any;
@@ -78,11 +81,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
78
81
  readonly tiny_theme?: any;
79
82
  readonly tiny_chart_theme?: any;
80
83
  readonly modelValue?: any;
81
- readonly options?: any;
82
84
  readonly textField?: any;
83
85
  readonly valueField?: any;
84
- readonly visible?: any;
85
- readonly customClass?: any;
86
86
  readonly lockScroll?: any;
87
87
  readonly defaultValue?: any;
88
88
  readonly valueType?: any;