@opentinyvue/vue-cascader-mobile 3.21.0 → 3.22.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 +1 -1
- package/package.json +8 -8
- package/src/mobile-first.vue.d.ts +3 -3
- package/src/option.vue.d.ts +3 -3
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.
|
|
597
|
+
var version = "3.22.0";
|
|
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.
|
|
3
|
+
"version": "3.22.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.
|
|
11
|
-
"@opentinyvue/vue-action-sheet": "~3.
|
|
12
|
-
"@opentinyvue/vue-exception": "~3.
|
|
13
|
-
"@opentinyvue/vue-common": "~3.
|
|
14
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
15
|
-
"@opentinyvue/vue-icon": "~3.
|
|
16
|
-
"@opentinyvue/vue-locale": "~3.
|
|
10
|
+
"@opentinyvue/vue-button": "~3.22.0",
|
|
11
|
+
"@opentinyvue/vue-action-sheet": "~3.22.0",
|
|
12
|
+
"@opentinyvue/vue-exception": "~3.22.0",
|
|
13
|
+
"@opentinyvue/vue-common": "~3.22.0",
|
|
14
|
+
"@opentinyvue/vue-renderless": "~3.22.0",
|
|
15
|
+
"@opentinyvue/vue-icon": "~3.22.0",
|
|
16
|
+
"@opentinyvue/vue-locale": "~3.22.0"
|
|
17
17
|
},
|
|
18
18
|
"license": "MIT",
|
|
19
19
|
"types": "index.d.ts",
|
|
@@ -22,7 +22,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
22
22
|
type: ArrayConstructor;
|
|
23
23
|
default: () => never[];
|
|
24
24
|
};
|
|
25
|
-
modelValue: (StringConstructor |
|
|
25
|
+
modelValue: (StringConstructor | NumberConstructor | ArrayConstructor)[];
|
|
26
26
|
visible: {
|
|
27
27
|
type: BooleanConstructor;
|
|
28
28
|
default: boolean;
|
|
@@ -129,7 +129,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
129
129
|
type: ArrayConstructor;
|
|
130
130
|
default: () => never[];
|
|
131
131
|
};
|
|
132
|
-
modelValue: (StringConstructor |
|
|
132
|
+
modelValue: (StringConstructor | NumberConstructor | ArrayConstructor)[];
|
|
133
133
|
visible: {
|
|
134
134
|
type: BooleanConstructor;
|
|
135
135
|
default: boolean;
|
|
@@ -215,11 +215,11 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
215
215
|
}, {
|
|
216
216
|
data: unknown[];
|
|
217
217
|
ellipsis: boolean;
|
|
218
|
+
visible: boolean;
|
|
218
219
|
tiny_mode_root: boolean;
|
|
219
220
|
_constants: Record<string, any>;
|
|
220
221
|
textField: string;
|
|
221
222
|
valueField: string;
|
|
222
|
-
visible: boolean;
|
|
223
223
|
showHeader: boolean;
|
|
224
224
|
placeholder: string | unknown[];
|
|
225
225
|
multiple: boolean;
|
package/src/option.vue.d.ts
CHANGED
|
@@ -2,8 +2,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
2
2
|
ellipsis?: any;
|
|
3
3
|
option?: any;
|
|
4
4
|
selected?: any;
|
|
5
|
-
textField?: any;
|
|
6
5
|
loading?: any;
|
|
6
|
+
textField?: any;
|
|
7
7
|
multiple?: any;
|
|
8
8
|
textField2?: any;
|
|
9
9
|
textField3?: any;
|
|
@@ -13,8 +13,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
13
13
|
ellipsis?: any;
|
|
14
14
|
option?: any;
|
|
15
15
|
selected?: any;
|
|
16
|
-
textField?: any;
|
|
17
16
|
loading?: any;
|
|
17
|
+
textField?: any;
|
|
18
18
|
multiple?: any;
|
|
19
19
|
textField2?: any;
|
|
20
20
|
textField3?: any;
|
|
@@ -24,8 +24,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
24
24
|
readonly ellipsis?: any;
|
|
25
25
|
readonly option?: any;
|
|
26
26
|
readonly selected?: any;
|
|
27
|
-
readonly textField?: any;
|
|
28
27
|
readonly loading?: any;
|
|
28
|
+
readonly textField?: any;
|
|
29
29
|
readonly multiple?: any;
|
|
30
30
|
readonly textField2?: any;
|
|
31
31
|
readonly textField3?: any;
|