@julingbase/jly-arco-design 0.0.5 → 0.0.7
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/README.md +13 -0
- package/dist/arco-vue.js +7 -4
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +4 -3
- package/dist/arco-vue.min.js.map +1 -1
- package/es/_components/picker/input-range.d.ts +2 -2
- package/es/_components/picker/input.d.ts +1 -1
- package/es/date-picker/index.d.ts +2 -2
- package/es/date-picker/picker.d.ts +1 -1
- package/es/date-picker/range-picker.d.ts +2 -2
- package/es/drawer/drawer.d.ts +1 -1
- package/es/drawer/index.d.ts +3 -3
- package/es/input/index.d.ts +24 -0
- package/es/input/input-password.d.ts +9 -0
- package/es/input/input.d.ts +9 -0
- package/es/input/input.js +6 -3
- package/es/mention/index.d.ts +3 -3
- package/es/mention/mention.d.ts +1 -1
- package/es/message/message.d.ts +1 -1
- package/es/split/index.d.ts +3 -3
- package/es/split/split.d.ts +1 -1
- package/es/tabs/index.d.ts +3 -3
- package/es/tabs/tabs.d.ts +1 -1
- package/es/time-picker/index.d.ts +6 -6
- package/es/time-picker/time-picker.d.ts +3 -3
- package/es/typography/edit-content.d.ts +72 -0
- package/es/upload/index.d.ts +3 -3
- package/es/upload/upload.d.ts +2 -2
- package/es/upload/upload.js +1 -1
- package/json/vetur-attributes.json +1685 -1685
- package/json/vetur-tags.json +590 -590
- package/json/web-types.json +3733 -3733
- package/lib/input/input.js +6 -3
- package/lib/upload/upload.js +1 -1
- package/package.json +2 -2
|
@@ -63,7 +63,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
63
63
|
}, {}, {}, {
|
|
64
64
|
focus(index?: number | undefined): void;
|
|
65
65
|
blur(): void;
|
|
66
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "
|
|
66
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "press-enter" | "change" | "focused-index-change" | "update:focusedIndex")[], "clear" | "press-enter" | "change" | "focused-index-change" | "update:focusedIndex", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
67
67
|
size: {
|
|
68
68
|
type: PropType<"mini" | "medium" | "large" | "small">;
|
|
69
69
|
};
|
|
@@ -104,9 +104,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
104
104
|
}>> & Readonly<{
|
|
105
105
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
106
106
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
107
|
+
"onPress-enter"?: ((...args: any[]) => any) | undefined;
|
|
107
108
|
"onFocused-index-change"?: ((...args: any[]) => any) | undefined;
|
|
108
109
|
"onUpdate:focusedIndex"?: ((...args: any[]) => any) | undefined;
|
|
109
|
-
"onPress-enter"?: ((...args: any[]) => any) | undefined;
|
|
110
110
|
}>, {
|
|
111
111
|
disabled: boolean | boolean[];
|
|
112
112
|
placeholder: string[];
|
|
@@ -48,7 +48,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
48
48
|
}, {}, {}, {
|
|
49
49
|
focus(): void;
|
|
50
50
|
blur(): void;
|
|
51
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "blur" | "
|
|
51
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "blur" | "press-enter" | "change")[], "clear" | "blur" | "press-enter" | "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
52
52
|
size: {
|
|
53
53
|
type: PropType<"mini" | "medium" | "large" | "small">;
|
|
54
54
|
};
|
|
@@ -4143,7 +4143,7 @@ declare const DatePicker: {
|
|
|
4143
4143
|
}, {}, {}, {
|
|
4144
4144
|
focus(index?: number | undefined): void;
|
|
4145
4145
|
blur(): void;
|
|
4146
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "
|
|
4146
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "press-enter" | "change" | "focused-index-change" | "update:focusedIndex")[], "clear" | "press-enter" | "change" | "focused-index-change" | "update:focusedIndex", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4147
4147
|
size: {
|
|
4148
4148
|
type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
|
|
4149
4149
|
};
|
|
@@ -4184,9 +4184,9 @@ declare const DatePicker: {
|
|
|
4184
4184
|
}>> & Readonly<{
|
|
4185
4185
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
4186
4186
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
4187
|
+
"onPress-enter"?: ((...args: any[]) => any) | undefined;
|
|
4187
4188
|
"onFocused-index-change"?: ((...args: any[]) => any) | undefined;
|
|
4188
4189
|
"onUpdate:focusedIndex"?: ((...args: any[]) => any) | undefined;
|
|
4189
|
-
"onPress-enter"?: ((...args: any[]) => any) | undefined;
|
|
4190
4190
|
}>, {
|
|
4191
4191
|
disabled: boolean | boolean[];
|
|
4192
4192
|
placeholder: string[];
|
|
@@ -406,7 +406,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
406
406
|
}, {}, {}, {
|
|
407
407
|
focus(): void;
|
|
408
408
|
blur(): void;
|
|
409
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "blur" | "
|
|
409
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "blur" | "press-enter" | "change")[], "clear" | "blur" | "press-enter" | "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
410
410
|
size: {
|
|
411
411
|
type: PropType<"mini" | "medium" | "large" | "small">;
|
|
412
412
|
};
|
|
@@ -3887,7 +3887,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3887
3887
|
}, {}, {}, {
|
|
3888
3888
|
focus(index?: number | undefined): void;
|
|
3889
3889
|
blur(): void;
|
|
3890
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "
|
|
3890
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "press-enter" | "change" | "focused-index-change" | "update:focusedIndex")[], "clear" | "press-enter" | "change" | "focused-index-change" | "update:focusedIndex", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3891
3891
|
size: {
|
|
3892
3892
|
type: PropType<"mini" | "medium" | "large" | "small">;
|
|
3893
3893
|
};
|
|
@@ -3928,9 +3928,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3928
3928
|
}>> & Readonly<{
|
|
3929
3929
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
3930
3930
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
3931
|
+
"onPress-enter"?: ((...args: any[]) => any) | undefined;
|
|
3931
3932
|
"onFocused-index-change"?: ((...args: any[]) => any) | undefined;
|
|
3932
3933
|
"onUpdate:focusedIndex"?: ((...args: any[]) => any) | undefined;
|
|
3933
|
-
"onPress-enter"?: ((...args: any[]) => any) | undefined;
|
|
3934
3934
|
}>, {
|
|
3935
3935
|
disabled: boolean | boolean[];
|
|
3936
3936
|
placeholder: string[];
|
package/es/drawer/drawer.d.ts
CHANGED
|
@@ -213,8 +213,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
213
213
|
footer: boolean;
|
|
214
214
|
header: boolean;
|
|
215
215
|
mask: boolean;
|
|
216
|
-
height: string | number;
|
|
217
216
|
closable: boolean;
|
|
217
|
+
height: string | number;
|
|
218
218
|
width: string | number;
|
|
219
219
|
defaultVisible: boolean;
|
|
220
220
|
maskClosable: boolean;
|
package/es/drawer/index.d.ts
CHANGED
|
@@ -129,8 +129,8 @@ declare const Drawer: {
|
|
|
129
129
|
footer: boolean;
|
|
130
130
|
header: boolean;
|
|
131
131
|
mask: boolean;
|
|
132
|
-
height: string | number;
|
|
133
132
|
closable: boolean;
|
|
133
|
+
height: string | number;
|
|
134
134
|
width: string | number;
|
|
135
135
|
defaultVisible: boolean;
|
|
136
136
|
maskClosable: boolean;
|
|
@@ -502,8 +502,8 @@ declare const Drawer: {
|
|
|
502
502
|
footer: boolean;
|
|
503
503
|
header: boolean;
|
|
504
504
|
mask: boolean;
|
|
505
|
-
height: string | number;
|
|
506
505
|
closable: boolean;
|
|
506
|
+
height: string | number;
|
|
507
507
|
width: string | number;
|
|
508
508
|
defaultVisible: boolean;
|
|
509
509
|
maskClosable: boolean;
|
|
@@ -641,8 +641,8 @@ declare const Drawer: {
|
|
|
641
641
|
footer: boolean;
|
|
642
642
|
header: boolean;
|
|
643
643
|
mask: boolean;
|
|
644
|
-
height: string | number;
|
|
645
644
|
closable: boolean;
|
|
645
|
+
height: string | number;
|
|
646
646
|
width: string | number;
|
|
647
647
|
defaultVisible: boolean;
|
|
648
648
|
maskClosable: boolean;
|
package/es/input/index.d.ts
CHANGED
|
@@ -61,6 +61,10 @@ declare const Input: {
|
|
|
61
61
|
type: BooleanConstructor;
|
|
62
62
|
default: boolean;
|
|
63
63
|
};
|
|
64
|
+
toolTipProps: {
|
|
65
|
+
type: ObjectConstructor;
|
|
66
|
+
default: () => void;
|
|
67
|
+
};
|
|
64
68
|
}>> & Readonly<{
|
|
65
69
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
66
70
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
|
@@ -96,6 +100,7 @@ declare const Input: {
|
|
|
96
100
|
};
|
|
97
101
|
showWordLimit: boolean;
|
|
98
102
|
enableToolTip: boolean;
|
|
103
|
+
toolTipProps: Record<string, any>;
|
|
99
104
|
}, true, {}, {}, {
|
|
100
105
|
Tooltip: {
|
|
101
106
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1461,6 +1466,10 @@ declare const Input: {
|
|
|
1461
1466
|
type: BooleanConstructor;
|
|
1462
1467
|
default: boolean;
|
|
1463
1468
|
};
|
|
1469
|
+
toolTipProps: {
|
|
1470
|
+
type: ObjectConstructor;
|
|
1471
|
+
default: () => void;
|
|
1472
|
+
};
|
|
1464
1473
|
}>> & Readonly<{
|
|
1465
1474
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
1466
1475
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
|
@@ -1488,6 +1497,7 @@ declare const Input: {
|
|
|
1488
1497
|
};
|
|
1489
1498
|
showWordLimit: boolean;
|
|
1490
1499
|
enableToolTip: boolean;
|
|
1500
|
+
toolTipProps: Record<string, any>;
|
|
1491
1501
|
}>;
|
|
1492
1502
|
__isFragment?: undefined;
|
|
1493
1503
|
__isTeleport?: undefined;
|
|
@@ -1548,6 +1558,10 @@ declare const Input: {
|
|
|
1548
1558
|
type: BooleanConstructor;
|
|
1549
1559
|
default: boolean;
|
|
1550
1560
|
};
|
|
1561
|
+
toolTipProps: {
|
|
1562
|
+
type: ObjectConstructor;
|
|
1563
|
+
default: () => void;
|
|
1564
|
+
};
|
|
1551
1565
|
}>> & Readonly<{
|
|
1552
1566
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
1553
1567
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
|
@@ -1583,6 +1597,7 @@ declare const Input: {
|
|
|
1583
1597
|
};
|
|
1584
1598
|
showWordLimit: boolean;
|
|
1585
1599
|
enableToolTip: boolean;
|
|
1600
|
+
toolTipProps: Record<string, any>;
|
|
1586
1601
|
}, {}, string, {}, {
|
|
1587
1602
|
Tooltip: {
|
|
1588
1603
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -3074,6 +3089,10 @@ declare const Input: {
|
|
|
3074
3089
|
type: BooleanConstructor;
|
|
3075
3090
|
default: boolean;
|
|
3076
3091
|
};
|
|
3092
|
+
toolTipProps: {
|
|
3093
|
+
type: ObjectConstructor;
|
|
3094
|
+
default: () => void;
|
|
3095
|
+
};
|
|
3077
3096
|
}>, {
|
|
3078
3097
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
3079
3098
|
render: () => import("vue/jsx-runtime").JSX.Element;
|
|
@@ -3144,6 +3163,10 @@ declare const Input: {
|
|
|
3144
3163
|
type: BooleanConstructor;
|
|
3145
3164
|
default: boolean;
|
|
3146
3165
|
};
|
|
3166
|
+
toolTipProps: {
|
|
3167
|
+
type: ObjectConstructor;
|
|
3168
|
+
default: () => void;
|
|
3169
|
+
};
|
|
3147
3170
|
}>> & Readonly<{
|
|
3148
3171
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
3149
3172
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
|
@@ -3165,6 +3188,7 @@ declare const Input: {
|
|
|
3165
3188
|
};
|
|
3166
3189
|
showWordLimit: boolean;
|
|
3167
3190
|
enableToolTip: boolean;
|
|
3191
|
+
toolTipProps: Record<string, any>;
|
|
3168
3192
|
}, {}, {
|
|
3169
3193
|
Tooltip: {
|
|
3170
3194
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -127,6 +127,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
127
127
|
type: BooleanConstructor;
|
|
128
128
|
default: boolean;
|
|
129
129
|
};
|
|
130
|
+
toolTipProps: {
|
|
131
|
+
type: ObjectConstructor;
|
|
132
|
+
default: () => void;
|
|
133
|
+
};
|
|
130
134
|
}>, {
|
|
131
135
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
132
136
|
render: () => import("vue/jsx-runtime").JSX.Element;
|
|
@@ -197,6 +201,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
197
201
|
type: BooleanConstructor;
|
|
198
202
|
default: boolean;
|
|
199
203
|
};
|
|
204
|
+
toolTipProps: {
|
|
205
|
+
type: ObjectConstructor;
|
|
206
|
+
default: () => void;
|
|
207
|
+
};
|
|
200
208
|
}>> & Readonly<{
|
|
201
209
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
202
210
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
|
@@ -218,6 +226,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
218
226
|
};
|
|
219
227
|
showWordLimit: boolean;
|
|
220
228
|
enableToolTip: boolean;
|
|
229
|
+
toolTipProps: Record<string, any>;
|
|
221
230
|
}, {}, {
|
|
222
231
|
Tooltip: {
|
|
223
232
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
package/es/input/input.d.ts
CHANGED
|
@@ -55,6 +55,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
55
55
|
type: BooleanConstructor;
|
|
56
56
|
default: boolean;
|
|
57
57
|
};
|
|
58
|
+
toolTipProps: {
|
|
59
|
+
type: ObjectConstructor;
|
|
60
|
+
default: () => void;
|
|
61
|
+
};
|
|
58
62
|
}>, {
|
|
59
63
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
60
64
|
render: () => import("vue/jsx-runtime").JSX.Element;
|
|
@@ -125,6 +129,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
125
129
|
type: BooleanConstructor;
|
|
126
130
|
default: boolean;
|
|
127
131
|
};
|
|
132
|
+
toolTipProps: {
|
|
133
|
+
type: ObjectConstructor;
|
|
134
|
+
default: () => void;
|
|
135
|
+
};
|
|
128
136
|
}>> & Readonly<{
|
|
129
137
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
130
138
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
|
@@ -146,6 +154,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
146
154
|
};
|
|
147
155
|
showWordLimit: boolean;
|
|
148
156
|
enableToolTip: boolean;
|
|
157
|
+
toolTipProps: Record<string, any>;
|
|
149
158
|
}, {}, {
|
|
150
159
|
Tooltip: {
|
|
151
160
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
package/es/input/input.js
CHANGED
|
@@ -70,6 +70,11 @@ var _Input = defineComponent({
|
|
|
70
70
|
enableToolTip: {
|
|
71
71
|
type: Boolean,
|
|
72
72
|
default: false
|
|
73
|
+
},
|
|
74
|
+
toolTipProps: {
|
|
75
|
+
type: Object,
|
|
76
|
+
default: () => {
|
|
77
|
+
}
|
|
73
78
|
}
|
|
74
79
|
},
|
|
75
80
|
emits: {
|
|
@@ -277,9 +282,7 @@ var _Input = defineComponent({
|
|
|
277
282
|
"onMousedown": handleMousedown
|
|
278
283
|
}, !hasOuter ? wrapperAttrs.value : void 0), [slots.prefix && createVNode("span", {
|
|
279
284
|
"class": `${prefixCls}-prefix`
|
|
280
|
-
}, [slots.prefix()]), createVNode(Tooltip, mergeProps({
|
|
281
|
-
"content": props.placeholder
|
|
282
|
-
}, inputToolTipAttrs.value), {
|
|
285
|
+
}, [slots.prefix()]), createVNode(Tooltip, mergeProps(inputToolTipAttrs.value, props.toolTipProps), {
|
|
283
286
|
default: () => [createVNode("input", mergeProps({
|
|
284
287
|
"ref": inputRef,
|
|
285
288
|
"class": cls.value,
|
package/es/mention/index.d.ts
CHANGED
|
@@ -58,8 +58,8 @@ declare const Mention: {
|
|
|
58
58
|
disabled: boolean;
|
|
59
59
|
data: (string | number | import("..").SelectOptionData | import("..").SelectOptionGroup)[];
|
|
60
60
|
type: "textarea" | "input";
|
|
61
|
-
defaultValue: string;
|
|
62
61
|
prefix: string | string[];
|
|
62
|
+
defaultValue: string;
|
|
63
63
|
allowClear: boolean;
|
|
64
64
|
split: string;
|
|
65
65
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -117,8 +117,8 @@ declare const Mention: {
|
|
|
117
117
|
disabled: boolean;
|
|
118
118
|
data: (string | number | import("..").SelectOptionData | import("..").SelectOptionGroup)[];
|
|
119
119
|
type: "textarea" | "input";
|
|
120
|
-
defaultValue: string;
|
|
121
120
|
prefix: string | string[];
|
|
121
|
+
defaultValue: string;
|
|
122
122
|
allowClear: boolean;
|
|
123
123
|
split: string;
|
|
124
124
|
}>;
|
|
@@ -181,8 +181,8 @@ declare const Mention: {
|
|
|
181
181
|
disabled: boolean;
|
|
182
182
|
data: (string | number | import("..").SelectOptionData | import("..").SelectOptionGroup)[];
|
|
183
183
|
type: "textarea" | "input";
|
|
184
|
-
defaultValue: string;
|
|
185
184
|
prefix: string | string[];
|
|
185
|
+
defaultValue: string;
|
|
186
186
|
allowClear: boolean;
|
|
187
187
|
split: string;
|
|
188
188
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
package/es/mention/mention.d.ts
CHANGED
|
@@ -86,8 +86,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
86
86
|
disabled: boolean;
|
|
87
87
|
data: (string | number | SelectOptionData | SelectOptionGroup)[];
|
|
88
88
|
type: "textarea" | "input";
|
|
89
|
-
defaultValue: string;
|
|
90
89
|
prefix: string | string[];
|
|
90
|
+
defaultValue: string;
|
|
91
91
|
allowClear: boolean;
|
|
92
92
|
split: string;
|
|
93
93
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
package/es/message/message.d.ts
CHANGED
|
@@ -61,8 +61,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
61
61
|
type: "normal" | "error" | "loading" | "success" | "warning" | "info";
|
|
62
62
|
closable: boolean;
|
|
63
63
|
showIcon: boolean;
|
|
64
|
-
resetOnHover: boolean;
|
|
65
64
|
resetOnUpdate: boolean;
|
|
65
|
+
resetOnHover: boolean;
|
|
66
66
|
}, {}, {
|
|
67
67
|
AIconHover: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
68
68
|
prefix: {
|
package/es/split/index.d.ts
CHANGED
|
@@ -35,8 +35,8 @@ declare const Split: {
|
|
|
35
35
|
}, import("vue").PublicProps, {
|
|
36
36
|
disabled: boolean;
|
|
37
37
|
size: string | number;
|
|
38
|
-
component: string;
|
|
39
38
|
direction: "horizontal" | "vertical";
|
|
39
|
+
component: string;
|
|
40
40
|
defaultSize: string | number;
|
|
41
41
|
}, true, {}, {}, {
|
|
42
42
|
ResizeTrigger: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -111,8 +111,8 @@ declare const Split: {
|
|
|
111
111
|
}, {}, {}, {}, {
|
|
112
112
|
disabled: boolean;
|
|
113
113
|
size: string | number;
|
|
114
|
-
component: string;
|
|
115
114
|
direction: "horizontal" | "vertical";
|
|
115
|
+
component: string;
|
|
116
116
|
defaultSize: string | number;
|
|
117
117
|
}>;
|
|
118
118
|
__isFragment?: undefined;
|
|
@@ -151,8 +151,8 @@ declare const Split: {
|
|
|
151
151
|
}, string, {
|
|
152
152
|
disabled: boolean;
|
|
153
153
|
size: string | number;
|
|
154
|
-
component: string;
|
|
155
154
|
direction: "horizontal" | "vertical";
|
|
155
|
+
component: string;
|
|
156
156
|
defaultSize: string | number;
|
|
157
157
|
}, {}, string, {}, {
|
|
158
158
|
ResizeTrigger: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
package/es/split/split.d.ts
CHANGED
|
@@ -40,8 +40,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
40
40
|
}>, {
|
|
41
41
|
disabled: boolean;
|
|
42
42
|
size: string | number;
|
|
43
|
-
component: string;
|
|
44
43
|
direction: "horizontal" | "vertical";
|
|
44
|
+
component: string;
|
|
45
45
|
defaultSize: string | number;
|
|
46
46
|
}, {}, {
|
|
47
47
|
ResizeTrigger: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
package/es/tabs/index.d.ts
CHANGED
|
@@ -88,8 +88,8 @@ declare const Tabs: {
|
|
|
88
88
|
position: import("./interface").TabsPosition;
|
|
89
89
|
justify: boolean;
|
|
90
90
|
type: import("./interface").TabsType;
|
|
91
|
-
animation: boolean;
|
|
92
91
|
direction: "horizontal" | "vertical";
|
|
92
|
+
animation: boolean;
|
|
93
93
|
activeKey: string | number;
|
|
94
94
|
defaultActiveKey: string | number;
|
|
95
95
|
destroyOnHide: boolean;
|
|
@@ -186,8 +186,8 @@ declare const Tabs: {
|
|
|
186
186
|
position: import("./interface").TabsPosition;
|
|
187
187
|
justify: boolean;
|
|
188
188
|
type: import("./interface").TabsType;
|
|
189
|
-
animation: boolean;
|
|
190
189
|
direction: "horizontal" | "vertical";
|
|
190
|
+
animation: boolean;
|
|
191
191
|
activeKey: string | number;
|
|
192
192
|
defaultActiveKey: string | number;
|
|
193
193
|
destroyOnHide: boolean;
|
|
@@ -287,8 +287,8 @@ declare const Tabs: {
|
|
|
287
287
|
position: import("./interface").TabsPosition;
|
|
288
288
|
justify: boolean;
|
|
289
289
|
type: import("./interface").TabsType;
|
|
290
|
-
animation: boolean;
|
|
291
290
|
direction: "horizontal" | "vertical";
|
|
291
|
+
animation: boolean;
|
|
292
292
|
activeKey: string | number;
|
|
293
293
|
defaultActiveKey: string | number;
|
|
294
294
|
destroyOnHide: boolean;
|
package/es/tabs/tabs.d.ts
CHANGED
|
@@ -153,8 +153,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
153
153
|
position: TabsPosition;
|
|
154
154
|
justify: boolean;
|
|
155
155
|
type: TabsType;
|
|
156
|
-
animation: boolean;
|
|
157
156
|
direction: "horizontal" | "vertical";
|
|
157
|
+
animation: boolean;
|
|
158
158
|
activeKey: string | number;
|
|
159
159
|
defaultActiveKey: string | number;
|
|
160
160
|
destroyOnHide: boolean;
|
|
@@ -755,7 +755,7 @@ declare const TimePicker: {
|
|
|
755
755
|
}, {}, {}, {
|
|
756
756
|
focus(): void;
|
|
757
757
|
blur(): void;
|
|
758
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "blur" | "
|
|
758
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "blur" | "press-enter" | "change")[], "clear" | "blur" | "press-enter" | "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
759
759
|
size: {
|
|
760
760
|
type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
|
|
761
761
|
};
|
|
@@ -910,7 +910,7 @@ declare const TimePicker: {
|
|
|
910
910
|
}, {}, {}, {
|
|
911
911
|
focus(index?: number | undefined): void;
|
|
912
912
|
blur(): void;
|
|
913
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "
|
|
913
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "press-enter" | "change" | "focused-index-change" | "update:focusedIndex")[], "clear" | "press-enter" | "change" | "focused-index-change" | "update:focusedIndex", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
914
914
|
size: {
|
|
915
915
|
type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
|
|
916
916
|
};
|
|
@@ -951,9 +951,9 @@ declare const TimePicker: {
|
|
|
951
951
|
}>> & Readonly<{
|
|
952
952
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
953
953
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
954
|
+
"onPress-enter"?: ((...args: any[]) => any) | undefined;
|
|
954
955
|
"onFocused-index-change"?: ((...args: any[]) => any) | undefined;
|
|
955
956
|
"onUpdate:focusedIndex"?: ((...args: any[]) => any) | undefined;
|
|
956
|
-
"onPress-enter"?: ((...args: any[]) => any) | undefined;
|
|
957
957
|
}>, {
|
|
958
958
|
disabled: boolean | boolean[];
|
|
959
959
|
placeholder: string[];
|
|
@@ -2925,7 +2925,7 @@ declare const TimePicker: {
|
|
|
2925
2925
|
}, {}, {}, {
|
|
2926
2926
|
focus(): void;
|
|
2927
2927
|
blur(): void;
|
|
2928
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "blur" | "
|
|
2928
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "blur" | "press-enter" | "change")[], "clear" | "blur" | "press-enter" | "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2929
2929
|
size: {
|
|
2930
2930
|
type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
|
|
2931
2931
|
};
|
|
@@ -3080,7 +3080,7 @@ declare const TimePicker: {
|
|
|
3080
3080
|
}, {}, {}, {
|
|
3081
3081
|
focus(index?: number | undefined): void;
|
|
3082
3082
|
blur(): void;
|
|
3083
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "
|
|
3083
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "press-enter" | "change" | "focused-index-change" | "update:focusedIndex")[], "clear" | "press-enter" | "change" | "focused-index-change" | "update:focusedIndex", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3084
3084
|
size: {
|
|
3085
3085
|
type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
|
|
3086
3086
|
};
|
|
@@ -3121,9 +3121,9 @@ declare const TimePicker: {
|
|
|
3121
3121
|
}>> & Readonly<{
|
|
3122
3122
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
3123
3123
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
3124
|
+
"onPress-enter"?: ((...args: any[]) => any) | undefined;
|
|
3124
3125
|
"onFocused-index-change"?: ((...args: any[]) => any) | undefined;
|
|
3125
3126
|
"onUpdate:focusedIndex"?: ((...args: any[]) => any) | undefined;
|
|
3126
|
-
"onPress-enter"?: ((...args: any[]) => any) | undefined;
|
|
3127
3127
|
}>, {
|
|
3128
3128
|
disabled: boolean | boolean[];
|
|
3129
3129
|
placeholder: string[];
|
|
@@ -834,7 +834,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
834
834
|
}, {}, {}, {
|
|
835
835
|
focus(): void;
|
|
836
836
|
blur(): void;
|
|
837
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "blur" | "
|
|
837
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "blur" | "press-enter" | "change")[], "clear" | "blur" | "press-enter" | "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
838
838
|
size: {
|
|
839
839
|
type: PropType<"mini" | "medium" | "large" | "small">;
|
|
840
840
|
};
|
|
@@ -989,7 +989,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
989
989
|
}, {}, {}, {
|
|
990
990
|
focus(index?: number | undefined): void;
|
|
991
991
|
blur(): void;
|
|
992
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "
|
|
992
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "press-enter" | "change" | "focused-index-change" | "update:focusedIndex")[], "clear" | "press-enter" | "change" | "focused-index-change" | "update:focusedIndex", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
993
993
|
size: {
|
|
994
994
|
type: PropType<"mini" | "medium" | "large" | "small">;
|
|
995
995
|
};
|
|
@@ -1030,9 +1030,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1030
1030
|
}>> & Readonly<{
|
|
1031
1031
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
1032
1032
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
1033
|
+
"onPress-enter"?: ((...args: any[]) => any) | undefined;
|
|
1033
1034
|
"onFocused-index-change"?: ((...args: any[]) => any) | undefined;
|
|
1034
1035
|
"onUpdate:focusedIndex"?: ((...args: any[]) => any) | undefined;
|
|
1035
|
-
"onPress-enter"?: ((...args: any[]) => any) | undefined;
|
|
1036
1036
|
}>, {
|
|
1037
1037
|
disabled: boolean | boolean[];
|
|
1038
1038
|
placeholder: string[];
|