@opentinyvue/vue-cascader-view 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 +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
|
@@ -739,7 +739,7 @@ function _sfc_render(_ctx, _cache, $props2, $setup, $data, $options) {
|
|
|
739
739
|
}, 8, ["title", "menus", "visible"])]);
|
|
740
740
|
}
|
|
741
741
|
var CascaderView = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
742
|
-
var version = "3.
|
|
742
|
+
var version = "3.undefined";
|
|
743
743
|
CascaderView.model = {
|
|
744
744
|
prop: "modelValue",
|
|
745
745
|
event: "update:modelValue"
|
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-cascader-view",
|
|
3
|
-
"version": "3.
|
|
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-icon": "~3.
|
|
11
|
-
"@opentinyvue/vue-button": "~3.
|
|
12
|
-
"@opentinyvue/vue-exception": "~3.
|
|
13
|
-
"@opentinyvue/vue-action-sheet": "~3.
|
|
14
|
-
"@opentinyvue/vue-common": "~3.
|
|
15
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
16
|
-
"@opentinyvue/vue-checkbox": "~3.
|
|
10
|
+
"@opentinyvue/vue-icon": "~3.22.0",
|
|
11
|
+
"@opentinyvue/vue-button": "~3.22.0",
|
|
12
|
+
"@opentinyvue/vue-exception": "~3.22.0",
|
|
13
|
+
"@opentinyvue/vue-action-sheet": "~3.22.0",
|
|
14
|
+
"@opentinyvue/vue-common": "~3.22.0",
|
|
15
|
+
"@opentinyvue/vue-renderless": "~3.22.0",
|
|
16
|
+
"@opentinyvue/vue-checkbox": "~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;
|
|
@@ -137,7 +137,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
137
137
|
type: ArrayConstructor;
|
|
138
138
|
default: () => never[];
|
|
139
139
|
};
|
|
140
|
-
modelValue: (StringConstructor |
|
|
140
|
+
modelValue: (StringConstructor | NumberConstructor | ArrayConstructor)[];
|
|
141
141
|
visible: {
|
|
142
142
|
type: BooleanConstructor;
|
|
143
143
|
default: boolean;
|
|
@@ -230,12 +230,12 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
230
230
|
}, {
|
|
231
231
|
data: unknown[];
|
|
232
232
|
ellipsis: boolean;
|
|
233
|
+
visible: boolean;
|
|
233
234
|
mask: boolean;
|
|
234
235
|
tiny_mode_root: boolean;
|
|
235
236
|
_constants: Record<string, any>;
|
|
236
237
|
textField: string;
|
|
237
238
|
valueField: string;
|
|
238
|
-
visible: boolean;
|
|
239
239
|
showHeader: boolean;
|
|
240
240
|
lockScroll: boolean;
|
|
241
241
|
searchConfig: Record<string, any>;
|
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
|
textField2?: any;
|
|
8
8
|
textField3?: any;
|
|
9
9
|
}>, any, any, {
|
|
@@ -12,8 +12,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
12
12
|
ellipsis?: any;
|
|
13
13
|
option?: any;
|
|
14
14
|
selected?: any;
|
|
15
|
-
textField?: any;
|
|
16
15
|
loading?: any;
|
|
16
|
+
textField?: any;
|
|
17
17
|
textField2?: any;
|
|
18
18
|
textField3?: any;
|
|
19
19
|
}>>> & {
|
|
@@ -22,8 +22,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
22
22
|
readonly ellipsis?: any;
|
|
23
23
|
readonly option?: any;
|
|
24
24
|
readonly selected?: any;
|
|
25
|
-
readonly textField?: any;
|
|
26
25
|
readonly loading?: any;
|
|
26
|
+
readonly textField?: any;
|
|
27
27
|
readonly textField2?: any;
|
|
28
28
|
readonly textField3?: any;
|
|
29
29
|
}, {}>;
|