@opentiny/vue-dropdown-item 3.15.0 → 3.16.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 +9 -9
- package/src/index.d.ts +1 -1
- package/src/mobile-first.vue.d.ts +2 -2
- package/src/mobile.vue.d.ts +4 -4
- package/src/pc.vue.d.ts +3 -3
package/lib/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentiny/vue-dropdown-item",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.16.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
|
-
"@opentiny/vue-common": "~3.
|
|
11
|
-
"@opentiny/vue-icon": "~3.
|
|
12
|
-
"@opentiny/vue-renderless": "~3.
|
|
13
|
-
"@opentiny/vue-popup": "~3.
|
|
14
|
-
"@opentiny/vue-button": "~3.
|
|
15
|
-
"@opentiny/vue-tooltip": "~3.
|
|
16
|
-
"@opentiny/vue-theme-mobile": "~3.
|
|
17
|
-
"@opentiny/vue-theme": "~3.
|
|
10
|
+
"@opentiny/vue-common": "~3.16.0",
|
|
11
|
+
"@opentiny/vue-icon": "~3.16.0",
|
|
12
|
+
"@opentiny/vue-renderless": "~3.16.0",
|
|
13
|
+
"@opentiny/vue-popup": "~3.16.0",
|
|
14
|
+
"@opentiny/vue-button": "~3.16.0",
|
|
15
|
+
"@opentiny/vue-tooltip": "~3.16.0",
|
|
16
|
+
"@opentiny/vue-theme-mobile": "~3.16.0",
|
|
17
|
+
"@opentiny/vue-theme": "~3.16.0"
|
|
18
18
|
},
|
|
19
19
|
"license": "MIT",
|
|
20
20
|
"types": "index.d.ts",
|
package/src/index.d.ts
CHANGED
|
@@ -157,7 +157,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
157
157
|
tiny_chart_theme: ObjectConstructor;
|
|
158
158
|
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
159
159
|
[key: string]: any;
|
|
160
|
-
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").
|
|
160
|
+
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
161
161
|
_constants: {
|
|
162
162
|
type: ObjectConstructor;
|
|
163
163
|
default: () => {
|
|
@@ -14,7 +14,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
14
14
|
level?: any;
|
|
15
15
|
currentIndex?: any;
|
|
16
16
|
tooltipContent?: any;
|
|
17
|
-
}>, any, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("
|
|
17
|
+
}>, any, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("change" | "close" | "reset" | "confirm" | "update:modelValue" | "open" | "closed" | "opened")[], "change" | "close" | "reset" | "confirm" | "update:modelValue" | "open" | "closed" | "opened", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
|
|
18
18
|
label?: any;
|
|
19
19
|
selected?: any;
|
|
20
20
|
disabled?: any;
|
|
@@ -32,9 +32,9 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
32
32
|
tooltipContent?: any;
|
|
33
33
|
}>>> & {
|
|
34
34
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
35
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
35
36
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
36
37
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
37
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
38
38
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
39
39
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
40
40
|
onClosed?: ((...args: any[]) => any) | undefined;
|
package/src/mobile.vue.d.ts
CHANGED
|
@@ -21,7 +21,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
21
21
|
d: (props: any) => void;
|
|
22
22
|
dp: (props: any) => void;
|
|
23
23
|
gcls: (key: any) => any;
|
|
24
|
-
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("item-click" | "
|
|
24
|
+
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("item-click" | "change" | "click" | "close" | "reset" | "confirm" | "update:modelValue" | "open" | "closed" | "opened")[], "item-click" | "change" | "click" | "close" | "reset" | "confirm" | "update:modelValue" | "open" | "closed" | "opened", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
|
|
25
25
|
type?: any;
|
|
26
26
|
title?: any;
|
|
27
27
|
disabled?: any;
|
|
@@ -37,12 +37,12 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
37
37
|
icon?: any;
|
|
38
38
|
titleClass?: any;
|
|
39
39
|
}>>> & {
|
|
40
|
-
"onItem-click"?: ((...args: any[]) => any) | undefined;
|
|
41
40
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
42
|
-
onReset?: ((...args: any[]) => any) | undefined;
|
|
43
41
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
44
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
45
42
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
43
|
+
onReset?: ((...args: any[]) => any) | undefined;
|
|
44
|
+
"onItem-click"?: ((...args: any[]) => any) | undefined;
|
|
45
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
46
46
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
47
47
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
48
48
|
onClosed?: ((...args: any[]) => any) | undefined;
|
package/src/pc.vue.d.ts
CHANGED
|
@@ -24,7 +24,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
24
24
|
appendToBody?: any;
|
|
25
25
|
tip?: any;
|
|
26
26
|
tipPosition?: any;
|
|
27
|
-
}>, IDropdownItemApi, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("item-click" | "
|
|
27
|
+
}>, IDropdownItemApi, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("item-click" | "change" | "close" | "reset" | "confirm" | "update:modelValue" | "open" | "closed" | "opened")[], "item-click" | "change" | "close" | "reset" | "confirm" | "update:modelValue" | "open" | "closed" | "opened", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
|
|
28
28
|
type?: any;
|
|
29
29
|
label?: any;
|
|
30
30
|
title?: any;
|
|
@@ -50,11 +50,11 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
50
50
|
tip?: any;
|
|
51
51
|
tipPosition?: any;
|
|
52
52
|
}>>> & {
|
|
53
|
-
"onItem-click"?: ((...args: any[]) => any) | undefined;
|
|
54
53
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
54
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
55
55
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
56
|
+
"onItem-click"?: ((...args: any[]) => any) | undefined;
|
|
56
57
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
57
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
58
58
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
59
59
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
60
60
|
onClosed?: ((...args: any[]) => any) | undefined;
|