@opentinyvue/vue-input 2.21.0 → 3.21.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/lib/mobile-first.js +490 -341
- package/lib/mobile.js +304 -213
- package/lib/pc.js +538 -365
- package/lib/tall-storage.js +73 -68
- package/package.json +7 -7
- package/src/index.d.ts +406 -2
- package/src/mobile-first.vue.d.ts +125 -1
- package/src/mobile.vue.d.ts +124 -1
- package/src/pc.vue.d.ts +137 -1
- package/src/tall-storage.vue.d.ts +18 -1
|
@@ -1,2 +1,126 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
2
|
+
name?: any;
|
|
3
|
+
label?: any;
|
|
4
|
+
disabled?: any;
|
|
5
|
+
type?: any;
|
|
6
|
+
form?: any;
|
|
7
|
+
resize?: any;
|
|
8
|
+
size?: any;
|
|
9
|
+
mask?: any;
|
|
10
|
+
tiny_mode?: any;
|
|
11
|
+
tiny_mode_root?: any;
|
|
12
|
+
tiny_template?: any;
|
|
13
|
+
tiny_renderless?: any;
|
|
14
|
+
_constants?: any;
|
|
15
|
+
tiny_theme?: any;
|
|
16
|
+
tiny_chart_theme?: any;
|
|
17
|
+
height?: any;
|
|
18
|
+
modelValue?: any;
|
|
19
|
+
tabindex?: any;
|
|
20
|
+
suffixIcon?: any;
|
|
21
|
+
customClass?: any;
|
|
22
|
+
readonly?: any;
|
|
23
|
+
hoverExpand?: any;
|
|
24
|
+
prefixIcon?: any;
|
|
25
|
+
counter?: any;
|
|
26
|
+
autosize?: any;
|
|
27
|
+
clearable?: any;
|
|
28
|
+
autocomplete?: any;
|
|
29
|
+
showPassword?: any;
|
|
30
|
+
showWordLimit?: any;
|
|
31
|
+
validateEvent?: any;
|
|
32
|
+
popupMore?: any;
|
|
33
|
+
displayOnly?: any;
|
|
34
|
+
displayOnlyContent?: any;
|
|
35
|
+
frontClearIcon?: any;
|
|
36
|
+
showEmptyValue?: any;
|
|
37
|
+
showTooltip?: any;
|
|
38
|
+
}>, any, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("input" | "blur" | "change" | "click" | "focus" | "keydown" | "keyup" | "mouseenter" | "mouseleave" | "paste" | "clear" | "update:modelValue")[], "input" | "blur" | "change" | "click" | "focus" | "keydown" | "keyup" | "mouseenter" | "mouseleave" | "paste" | "clear" | "update:modelValue", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
|
|
39
|
+
name?: any;
|
|
40
|
+
label?: any;
|
|
41
|
+
disabled?: any;
|
|
42
|
+
type?: any;
|
|
43
|
+
form?: any;
|
|
44
|
+
resize?: any;
|
|
45
|
+
size?: any;
|
|
46
|
+
mask?: any;
|
|
47
|
+
tiny_mode?: any;
|
|
48
|
+
tiny_mode_root?: any;
|
|
49
|
+
tiny_template?: any;
|
|
50
|
+
tiny_renderless?: any;
|
|
51
|
+
_constants?: any;
|
|
52
|
+
tiny_theme?: any;
|
|
53
|
+
tiny_chart_theme?: any;
|
|
54
|
+
height?: any;
|
|
55
|
+
modelValue?: any;
|
|
56
|
+
tabindex?: any;
|
|
57
|
+
suffixIcon?: any;
|
|
58
|
+
customClass?: any;
|
|
59
|
+
readonly?: any;
|
|
60
|
+
hoverExpand?: any;
|
|
61
|
+
prefixIcon?: any;
|
|
62
|
+
counter?: any;
|
|
63
|
+
autosize?: any;
|
|
64
|
+
clearable?: any;
|
|
65
|
+
autocomplete?: any;
|
|
66
|
+
showPassword?: any;
|
|
67
|
+
showWordLimit?: any;
|
|
68
|
+
validateEvent?: any;
|
|
69
|
+
popupMore?: any;
|
|
70
|
+
displayOnly?: any;
|
|
71
|
+
displayOnlyContent?: any;
|
|
72
|
+
frontClearIcon?: any;
|
|
73
|
+
showEmptyValue?: any;
|
|
74
|
+
showTooltip?: any;
|
|
75
|
+
}>>> & {
|
|
76
|
+
onInput?: ((...args: any[]) => any) | undefined;
|
|
77
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
78
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
79
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
80
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
81
|
+
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
82
|
+
onKeyup?: ((...args: any[]) => any) | undefined;
|
|
83
|
+
onMouseenter?: ((...args: any[]) => any) | undefined;
|
|
84
|
+
onMouseleave?: ((...args: any[]) => any) | undefined;
|
|
85
|
+
onPaste?: ((...args: any[]) => any) | undefined;
|
|
86
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
87
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
88
|
+
}, {
|
|
89
|
+
readonly name?: any;
|
|
90
|
+
readonly label?: any;
|
|
91
|
+
readonly disabled?: any;
|
|
92
|
+
readonly type?: any;
|
|
93
|
+
readonly form?: any;
|
|
94
|
+
readonly resize?: any;
|
|
95
|
+
readonly size?: any;
|
|
96
|
+
readonly mask?: any;
|
|
97
|
+
readonly tiny_mode?: any;
|
|
98
|
+
readonly tiny_mode_root?: any;
|
|
99
|
+
readonly tiny_template?: any;
|
|
100
|
+
readonly tiny_renderless?: any;
|
|
101
|
+
readonly _constants?: any;
|
|
102
|
+
readonly tiny_theme?: any;
|
|
103
|
+
readonly tiny_chart_theme?: any;
|
|
104
|
+
readonly height?: any;
|
|
105
|
+
readonly modelValue?: any;
|
|
106
|
+
readonly tabindex?: any;
|
|
107
|
+
readonly suffixIcon?: any;
|
|
108
|
+
readonly customClass?: any;
|
|
109
|
+
readonly readonly?: any;
|
|
110
|
+
readonly hoverExpand?: any;
|
|
111
|
+
readonly prefixIcon?: any;
|
|
112
|
+
readonly counter?: any;
|
|
113
|
+
readonly autosize?: any;
|
|
114
|
+
readonly clearable?: any;
|
|
115
|
+
readonly autocomplete?: any;
|
|
116
|
+
readonly showPassword?: any;
|
|
117
|
+
readonly showWordLimit?: any;
|
|
118
|
+
readonly validateEvent?: any;
|
|
119
|
+
readonly popupMore?: any;
|
|
120
|
+
readonly displayOnly?: any;
|
|
121
|
+
readonly displayOnlyContent?: any;
|
|
122
|
+
readonly frontClearIcon?: any;
|
|
123
|
+
readonly showEmptyValue?: any;
|
|
124
|
+
readonly showTooltip?: any;
|
|
125
|
+
}, {}>;
|
|
2
126
|
export default _default;
|
package/src/mobile.vue.d.ts
CHANGED
|
@@ -1,2 +1,125 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
2
|
+
name?: any;
|
|
3
|
+
label?: any;
|
|
4
|
+
disabled?: any;
|
|
5
|
+
type?: any;
|
|
6
|
+
ellipsis?: any;
|
|
7
|
+
title?: any;
|
|
8
|
+
resize?: any;
|
|
9
|
+
tiny_mode?: any;
|
|
10
|
+
tiny_mode_root?: any;
|
|
11
|
+
tiny_template?: any;
|
|
12
|
+
tiny_renderless?: any;
|
|
13
|
+
_constants?: any;
|
|
14
|
+
tiny_theme?: any;
|
|
15
|
+
tiny_chart_theme?: any;
|
|
16
|
+
width?: any;
|
|
17
|
+
modelValue?: any;
|
|
18
|
+
tabindex?: any;
|
|
19
|
+
suffixIcon?: any;
|
|
20
|
+
contentStyle?: any;
|
|
21
|
+
readonly?: any;
|
|
22
|
+
prefixIcon?: any;
|
|
23
|
+
selectMenu?: any;
|
|
24
|
+
isSelect?: any;
|
|
25
|
+
tips?: any;
|
|
26
|
+
counter?: any;
|
|
27
|
+
autosize?: any;
|
|
28
|
+
clearable?: any;
|
|
29
|
+
autocomplete?: any;
|
|
30
|
+
showPassword?: any;
|
|
31
|
+
showWordLimit?: any;
|
|
32
|
+
validateEvent?: any;
|
|
33
|
+
textAlign?: any;
|
|
34
|
+
labelWidth?: any;
|
|
35
|
+
}>, {
|
|
36
|
+
t: (this: any, path: any, options?: any) => any;
|
|
37
|
+
vm: any;
|
|
38
|
+
f: (props: any, attrs?: {}) => {};
|
|
39
|
+
a: (attrs: any, filters: any, include: any) => {};
|
|
40
|
+
d: (props: any) => void;
|
|
41
|
+
dp: (props: any) => void;
|
|
42
|
+
gcls: (key: any) => any;
|
|
43
|
+
m: (...cssClasses: any[]) => string;
|
|
44
|
+
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("input" | "blur" | "change" | "focus" | "keydown" | "keyup" | "mouseenter" | "mouseleave" | "paste" | "clear" | "update:modelValue")[], "input" | "blur" | "change" | "focus" | "keydown" | "keyup" | "mouseenter" | "mouseleave" | "paste" | "clear" | "update:modelValue", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
|
|
45
|
+
name?: any;
|
|
46
|
+
label?: any;
|
|
47
|
+
disabled?: any;
|
|
48
|
+
type?: any;
|
|
49
|
+
ellipsis?: any;
|
|
50
|
+
title?: any;
|
|
51
|
+
resize?: any;
|
|
52
|
+
tiny_mode?: any;
|
|
53
|
+
tiny_mode_root?: any;
|
|
54
|
+
tiny_template?: any;
|
|
55
|
+
tiny_renderless?: any;
|
|
56
|
+
_constants?: any;
|
|
57
|
+
tiny_theme?: any;
|
|
58
|
+
tiny_chart_theme?: any;
|
|
59
|
+
width?: any;
|
|
60
|
+
modelValue?: any;
|
|
61
|
+
tabindex?: any;
|
|
62
|
+
suffixIcon?: any;
|
|
63
|
+
contentStyle?: any;
|
|
64
|
+
readonly?: any;
|
|
65
|
+
prefixIcon?: any;
|
|
66
|
+
selectMenu?: any;
|
|
67
|
+
isSelect?: any;
|
|
68
|
+
tips?: any;
|
|
69
|
+
counter?: any;
|
|
70
|
+
autosize?: any;
|
|
71
|
+
clearable?: any;
|
|
72
|
+
autocomplete?: any;
|
|
73
|
+
showPassword?: any;
|
|
74
|
+
showWordLimit?: any;
|
|
75
|
+
validateEvent?: any;
|
|
76
|
+
textAlign?: any;
|
|
77
|
+
labelWidth?: any;
|
|
78
|
+
}>>> & {
|
|
79
|
+
onInput?: ((...args: any[]) => any) | undefined;
|
|
80
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
81
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
82
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
83
|
+
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
84
|
+
onKeyup?: ((...args: any[]) => any) | undefined;
|
|
85
|
+
onMouseenter?: ((...args: any[]) => any) | undefined;
|
|
86
|
+
onMouseleave?: ((...args: any[]) => any) | undefined;
|
|
87
|
+
onPaste?: ((...args: any[]) => any) | undefined;
|
|
88
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
89
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
90
|
+
}, {
|
|
91
|
+
readonly name?: any;
|
|
92
|
+
readonly label?: any;
|
|
93
|
+
readonly disabled?: any;
|
|
94
|
+
readonly type?: any;
|
|
95
|
+
readonly ellipsis?: any;
|
|
96
|
+
readonly title?: any;
|
|
97
|
+
readonly resize?: any;
|
|
98
|
+
readonly tiny_mode?: any;
|
|
99
|
+
readonly tiny_mode_root?: any;
|
|
100
|
+
readonly tiny_template?: any;
|
|
101
|
+
readonly tiny_renderless?: any;
|
|
102
|
+
readonly _constants?: any;
|
|
103
|
+
readonly tiny_theme?: any;
|
|
104
|
+
readonly tiny_chart_theme?: any;
|
|
105
|
+
readonly width?: any;
|
|
106
|
+
readonly modelValue?: any;
|
|
107
|
+
readonly tabindex?: any;
|
|
108
|
+
readonly suffixIcon?: any;
|
|
109
|
+
readonly contentStyle?: any;
|
|
110
|
+
readonly readonly?: any;
|
|
111
|
+
readonly prefixIcon?: any;
|
|
112
|
+
readonly selectMenu?: any;
|
|
113
|
+
readonly isSelect?: any;
|
|
114
|
+
readonly tips?: any;
|
|
115
|
+
readonly counter?: any;
|
|
116
|
+
readonly autosize?: any;
|
|
117
|
+
readonly clearable?: any;
|
|
118
|
+
readonly autocomplete?: any;
|
|
119
|
+
readonly showPassword?: any;
|
|
120
|
+
readonly showWordLimit?: any;
|
|
121
|
+
readonly validateEvent?: any;
|
|
122
|
+
readonly textAlign?: any;
|
|
123
|
+
readonly labelWidth?: any;
|
|
124
|
+
}, {}>;
|
|
2
125
|
export default _default;
|
package/src/pc.vue.d.ts
CHANGED
|
@@ -1,2 +1,138 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
2
|
+
name?: any;
|
|
3
|
+
label?: any;
|
|
4
|
+
disabled?: any;
|
|
5
|
+
type?: any;
|
|
6
|
+
form?: any;
|
|
7
|
+
resize?: any;
|
|
8
|
+
size?: any;
|
|
9
|
+
mask?: any;
|
|
10
|
+
tiny_mode?: any;
|
|
11
|
+
tiny_mode_root?: any;
|
|
12
|
+
tiny_template?: any;
|
|
13
|
+
tiny_renderless?: any;
|
|
14
|
+
_constants?: any;
|
|
15
|
+
tiny_theme?: any;
|
|
16
|
+
tiny_chart_theme?: any;
|
|
17
|
+
height?: any;
|
|
18
|
+
modelValue?: any;
|
|
19
|
+
tabindex?: any;
|
|
20
|
+
suffixIcon?: any;
|
|
21
|
+
readonly?: any;
|
|
22
|
+
hoverExpand?: any;
|
|
23
|
+
prefixIcon?: any;
|
|
24
|
+
memorySpace?: any;
|
|
25
|
+
counter?: any;
|
|
26
|
+
autosize?: any;
|
|
27
|
+
clearable?: any;
|
|
28
|
+
autocomplete?: any;
|
|
29
|
+
showPassword?: any;
|
|
30
|
+
showWordLimit?: any;
|
|
31
|
+
validateEvent?: any;
|
|
32
|
+
popupMore?: any;
|
|
33
|
+
displayOnly?: any;
|
|
34
|
+
displayOnlyContent?: any;
|
|
35
|
+
frontClearIcon?: any;
|
|
36
|
+
showEmptyValue?: any;
|
|
37
|
+
showTooltip?: any;
|
|
38
|
+
inputBoxType?: any;
|
|
39
|
+
}>, {
|
|
40
|
+
t: (this: any, path: any, options?: any) => any;
|
|
41
|
+
vm: any;
|
|
42
|
+
f: (props: any, attrs?: {}) => {};
|
|
43
|
+
a: (attrs: any, filters: any, include: any) => {};
|
|
44
|
+
d: (props: any) => void;
|
|
45
|
+
dp: (props: any) => void;
|
|
46
|
+
gcls: (key: any) => any;
|
|
47
|
+
m: (...cssClasses: any[]) => string;
|
|
48
|
+
}, any, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("input" | "blur" | "change" | "click" | "focus" | "keydown" | "keyup" | "mouseenter" | "mouseleave" | "paste" | "clear" | "update:modelValue")[], "input" | "blur" | "change" | "click" | "focus" | "keydown" | "keyup" | "mouseenter" | "mouseleave" | "paste" | "clear" | "update:modelValue", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
|
|
49
|
+
name?: any;
|
|
50
|
+
label?: any;
|
|
51
|
+
disabled?: any;
|
|
52
|
+
type?: any;
|
|
53
|
+
form?: any;
|
|
54
|
+
resize?: any;
|
|
55
|
+
size?: any;
|
|
56
|
+
mask?: any;
|
|
57
|
+
tiny_mode?: any;
|
|
58
|
+
tiny_mode_root?: any;
|
|
59
|
+
tiny_template?: any;
|
|
60
|
+
tiny_renderless?: any;
|
|
61
|
+
_constants?: any;
|
|
62
|
+
tiny_theme?: any;
|
|
63
|
+
tiny_chart_theme?: any;
|
|
64
|
+
height?: any;
|
|
65
|
+
modelValue?: any;
|
|
66
|
+
tabindex?: any;
|
|
67
|
+
suffixIcon?: any;
|
|
68
|
+
readonly?: any;
|
|
69
|
+
hoverExpand?: any;
|
|
70
|
+
prefixIcon?: any;
|
|
71
|
+
memorySpace?: any;
|
|
72
|
+
counter?: any;
|
|
73
|
+
autosize?: any;
|
|
74
|
+
clearable?: any;
|
|
75
|
+
autocomplete?: any;
|
|
76
|
+
showPassword?: any;
|
|
77
|
+
showWordLimit?: any;
|
|
78
|
+
validateEvent?: any;
|
|
79
|
+
popupMore?: any;
|
|
80
|
+
displayOnly?: any;
|
|
81
|
+
displayOnlyContent?: any;
|
|
82
|
+
frontClearIcon?: any;
|
|
83
|
+
showEmptyValue?: any;
|
|
84
|
+
showTooltip?: any;
|
|
85
|
+
inputBoxType?: any;
|
|
86
|
+
}>>> & {
|
|
87
|
+
onInput?: ((...args: any[]) => any) | undefined;
|
|
88
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
89
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
90
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
91
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
92
|
+
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
93
|
+
onKeyup?: ((...args: any[]) => any) | undefined;
|
|
94
|
+
onMouseenter?: ((...args: any[]) => any) | undefined;
|
|
95
|
+
onMouseleave?: ((...args: any[]) => any) | undefined;
|
|
96
|
+
onPaste?: ((...args: any[]) => any) | undefined;
|
|
97
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
98
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
99
|
+
}, {
|
|
100
|
+
readonly name?: any;
|
|
101
|
+
readonly label?: any;
|
|
102
|
+
readonly disabled?: any;
|
|
103
|
+
readonly type?: any;
|
|
104
|
+
readonly form?: any;
|
|
105
|
+
readonly resize?: any;
|
|
106
|
+
readonly size?: any;
|
|
107
|
+
readonly mask?: any;
|
|
108
|
+
readonly tiny_mode?: any;
|
|
109
|
+
readonly tiny_mode_root?: any;
|
|
110
|
+
readonly tiny_template?: any;
|
|
111
|
+
readonly tiny_renderless?: any;
|
|
112
|
+
readonly _constants?: any;
|
|
113
|
+
readonly tiny_theme?: any;
|
|
114
|
+
readonly tiny_chart_theme?: any;
|
|
115
|
+
readonly height?: any;
|
|
116
|
+
readonly modelValue?: any;
|
|
117
|
+
readonly tabindex?: any;
|
|
118
|
+
readonly suffixIcon?: any;
|
|
119
|
+
readonly readonly?: any;
|
|
120
|
+
readonly hoverExpand?: any;
|
|
121
|
+
readonly prefixIcon?: any;
|
|
122
|
+
readonly memorySpace?: any;
|
|
123
|
+
readonly counter?: any;
|
|
124
|
+
readonly autosize?: any;
|
|
125
|
+
readonly clearable?: any;
|
|
126
|
+
readonly autocomplete?: any;
|
|
127
|
+
readonly showPassword?: any;
|
|
128
|
+
readonly showWordLimit?: any;
|
|
129
|
+
readonly validateEvent?: any;
|
|
130
|
+
readonly popupMore?: any;
|
|
131
|
+
readonly displayOnly?: any;
|
|
132
|
+
readonly displayOnlyContent?: any;
|
|
133
|
+
readonly frontClearIcon?: any;
|
|
134
|
+
readonly showEmptyValue?: any;
|
|
135
|
+
readonly showTooltip?: any;
|
|
136
|
+
readonly inputBoxType?: any;
|
|
137
|
+
}, {}>;
|
|
2
138
|
export default _default;
|
|
@@ -1,2 +1,19 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
2
|
+
isMemoryStorage: BooleanConstructor;
|
|
3
|
+
localstorageData: ArrayConstructor;
|
|
4
|
+
}, {
|
|
5
|
+
t: (this: any, path: any, options?: any) => any;
|
|
6
|
+
vm: any;
|
|
7
|
+
f: (props: any, attrs?: {}) => {};
|
|
8
|
+
a: (attrs: any, filters: any, include: any) => {};
|
|
9
|
+
d: (props: any) => void;
|
|
10
|
+
dp: (props: any) => void;
|
|
11
|
+
gcls: (key: any) => any;
|
|
12
|
+
m: (...cssClasses: any[]) => string;
|
|
13
|
+
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
14
|
+
isMemoryStorage: BooleanConstructor;
|
|
15
|
+
localstorageData: ArrayConstructor;
|
|
16
|
+
}>>, {
|
|
17
|
+
isMemoryStorage: boolean;
|
|
18
|
+
}, {}>;
|
|
2
19
|
export default _default;
|