@julingbase/jly-arco-design 0.0.1 → 0.0.2
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 +8 -113
- package/dist/arco-vue.js +6 -1
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +2 -2
- package/dist/arco-vue.min.js.map +1 -1
- package/es/_components/input-label/input-label.d.ts +3 -3
- package/es/_components/picker/input-range.d.ts +4 -4
- package/es/_components/picker/input.d.ts +2 -2
- package/es/_components/select-view/select-view.d.ts +1 -1
- package/es/auto-complete/auto-complete.d.ts +3 -3
- package/es/auto-complete/index.d.ts +9 -9
- package/es/calendar/calendar.d.ts +1 -1
- package/es/calendar/index.d.ts +3 -3
- package/es/cascader/cascader-panel.d.ts +1 -1
- package/es/cascader/cascader.d.ts +5 -5
- package/es/cascader/index.d.ts +15 -15
- package/es/checkbox/checkbox-group.d.ts +2 -2
- package/es/checkbox/checkbox.d.ts +1 -1
- package/es/checkbox/index.d.ts +5 -5
- package/es/color-picker/color-picker.d.ts +1 -1
- package/es/color-picker/index.d.ts +3 -3
- package/es/date-picker/index.d.ts +8 -8
- package/es/date-picker/picker.d.ts +6 -6
- package/es/date-picker/range-picker.d.ts +8 -8
- package/es/dropdown/dropdown-button.d.ts +9 -0
- package/es/dropdown/dropdown.d.ts +9 -0
- package/es/dropdown/dropdown.js +6 -1
- package/es/dropdown/index.d.ts +24 -0
- package/es/form/form-item.d.ts +3 -3
- package/es/form/index.d.ts +3 -3
- package/es/input/index.d.ts +12 -12
- package/es/input/input-password.d.ts +3 -3
- package/es/input/input.d.ts +3 -3
- package/es/input-number/index.d.ts +3 -3
- package/es/input-number/input-number.d.ts +1 -1
- package/es/input-tag/index.d.ts +21 -21
- package/es/input-tag/input-tag.d.ts +7 -7
- package/es/mention/index.d.ts +9 -9
- package/es/mention/mention.d.ts +3 -3
- package/es/pagination/page-jumper.d.ts +3 -3
- package/es/pagination/page-options.d.ts +16 -16
- package/es/radio/index.d.ts +9 -9
- package/es/radio/radio-group.d.ts +3 -3
- package/es/radio/radio.d.ts +2 -2
- package/es/rate/index.d.ts +9 -9
- package/es/rate/rate.d.ts +3 -3
- package/es/select/index.d.ts +16 -16
- package/es/select/option.d.ts +5 -5
- package/es/select/select.d.ts +4 -4
- package/es/slider/index.d.ts +12 -12
- package/es/slider/slider-input.d.ts +3 -3
- package/es/slider/slider.d.ts +5 -5
- package/es/switch/index.d.ts +6 -6
- package/es/switch/switch.d.ts +2 -2
- package/es/table/table-operation-td.d.ts +14 -14
- package/es/textarea/index.d.ts +6 -6
- package/es/textarea/textarea.d.ts +2 -2
- package/es/time-picker/index.d.ts +18 -18
- package/es/time-picker/time-picker.d.ts +8 -8
- package/es/transfer/index.d.ts +16 -16
- package/es/transfer/transfer-view.d.ts +5 -5
- package/es/transfer/transfer.d.ts +7 -7
- package/es/tree/base-node.d.ts +5 -5
- package/es/tree/transition-node-list.d.ts +5 -5
- package/es/tree-select/index.d.ts +5 -5
- package/es/tree-select/tree-select.d.ts +2 -2
- package/es/typography/edit-content.d.ts +36 -36
- package/es/upload/index.d.ts +3 -3
- package/es/upload/upload.d.ts +1 -1
- package/es/verification-code/index.d.ts +6 -6
- package/es/verification-code/verification-code.d.ts +2 -2
- package/json/vetur-attributes.json +849 -845
- package/json/vetur-tags.json +322 -321
- package/json/web-types.json +2602 -2594
- package/lib/dropdown/dropdown.js +6 -1
- package/package.json +2 -2
- package/README.zh-CN.md +0 -110
|
@@ -22,7 +22,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
22
22
|
}, {}, {}, {
|
|
23
23
|
focus(): void;
|
|
24
24
|
blur(): void;
|
|
25
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "
|
|
25
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "update:inputValue" | "inputValueChange" | "blur")[], "focus" | "update:inputValue" | "inputValueChange" | "blur", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
26
26
|
modelValue: PropType<SelectViewValue>;
|
|
27
27
|
inputValue: {
|
|
28
28
|
type: StringConstructor;
|
|
@@ -45,11 +45,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
45
45
|
onInputValueChange?: ((...args: any[]) => any) | undefined;
|
|
46
46
|
}>, {
|
|
47
47
|
disabled: boolean;
|
|
48
|
-
focused: boolean;
|
|
49
|
-
error: boolean;
|
|
50
48
|
inputValue: string;
|
|
51
49
|
enabledInput: boolean;
|
|
52
50
|
retainInputValue: boolean;
|
|
51
|
+
error: boolean;
|
|
52
|
+
focused: boolean;
|
|
53
53
|
uninjectFormItemContext: boolean;
|
|
54
54
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
55
55
|
export default _default;
|
|
@@ -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,16 +104,16 @@ 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[];
|
|
113
113
|
error: boolean;
|
|
114
|
+
focused: boolean;
|
|
114
115
|
readonly: boolean;
|
|
115
116
|
allowClear: boolean;
|
|
116
|
-
placeholder: string[];
|
|
117
117
|
value: (Dayjs | undefined)[];
|
|
118
118
|
}, {}, {
|
|
119
119
|
IconHover: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -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" | "
|
|
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
|
};
|
|
@@ -87,8 +87,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
87
87
|
"onPress-enter"?: ((...args: any[]) => any) | undefined;
|
|
88
88
|
}>, {
|
|
89
89
|
disabled: boolean;
|
|
90
|
-
focused: boolean;
|
|
91
90
|
error: boolean;
|
|
91
|
+
focused: boolean;
|
|
92
92
|
readonly: boolean;
|
|
93
93
|
allowClear: boolean;
|
|
94
94
|
}, {}, {
|
|
@@ -133,9 +133,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
133
133
|
}>, {
|
|
134
134
|
disabled: boolean;
|
|
135
135
|
multiple: boolean;
|
|
136
|
+
retainInputValue: boolean;
|
|
136
137
|
error: boolean;
|
|
137
138
|
allowClear: boolean;
|
|
138
|
-
retainInputValue: boolean;
|
|
139
139
|
loading: boolean;
|
|
140
140
|
opened: boolean;
|
|
141
141
|
bordered: boolean;
|
|
@@ -95,8 +95,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
95
95
|
}>> & Readonly<{
|
|
96
96
|
onClear?: ((ev: Event) => any) | undefined;
|
|
97
97
|
onSelect?: ((value: string) => any) | undefined;
|
|
98
|
-
onChange?: ((value: string) => any) | undefined;
|
|
99
98
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
99
|
+
onChange?: ((value: string) => any) | undefined;
|
|
100
100
|
onSearch?: ((value: string) => any) | undefined;
|
|
101
101
|
onDropdownScroll?: ((ev: Event) => any) | undefined;
|
|
102
102
|
onDropdownReachBottom?: ((ev: Event) => any) | undefined;
|
|
@@ -104,9 +104,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
104
104
|
disabled: boolean;
|
|
105
105
|
strict: boolean;
|
|
106
106
|
data: (string | number | SelectOptionData | SelectOptionGroup)[];
|
|
107
|
-
allowClear: boolean;
|
|
108
|
-
defaultValue: string;
|
|
109
107
|
modelValue: string;
|
|
108
|
+
defaultValue: string;
|
|
109
|
+
allowClear: boolean;
|
|
110
110
|
filterOption: FilterOption;
|
|
111
111
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
112
112
|
export default _default;
|
|
@@ -43,8 +43,8 @@ declare const AutoComplete: {
|
|
|
43
43
|
}>> & Readonly<{
|
|
44
44
|
onClear?: ((ev: Event) => any) | undefined;
|
|
45
45
|
onSelect?: ((value: string) => any) | undefined;
|
|
46
|
-
onChange?: ((value: string) => any) | undefined;
|
|
47
46
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
47
|
+
onChange?: ((value: string) => any) | undefined;
|
|
48
48
|
onSearch?: ((value: string) => any) | undefined;
|
|
49
49
|
onDropdownScroll?: ((ev: Event) => any) | undefined;
|
|
50
50
|
onDropdownReachBottom?: ((ev: Event) => any) | undefined;
|
|
@@ -66,9 +66,9 @@ declare const AutoComplete: {
|
|
|
66
66
|
disabled: boolean;
|
|
67
67
|
strict: boolean;
|
|
68
68
|
data: (string | number | import("..").SelectOptionData | import("..").SelectOptionGroup)[];
|
|
69
|
-
allowClear: boolean;
|
|
70
|
-
defaultValue: string;
|
|
71
69
|
modelValue: string;
|
|
70
|
+
defaultValue: string;
|
|
71
|
+
allowClear: boolean;
|
|
72
72
|
filterOption: import("..").FilterOption;
|
|
73
73
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
74
74
|
P: {};
|
|
@@ -118,8 +118,8 @@ declare const AutoComplete: {
|
|
|
118
118
|
}>> & Readonly<{
|
|
119
119
|
onClear?: ((ev: Event) => any) | undefined;
|
|
120
120
|
onSelect?: ((value: string) => any) | undefined;
|
|
121
|
-
onChange?: ((value: string) => any) | undefined;
|
|
122
121
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
122
|
+
onChange?: ((value: string) => any) | undefined;
|
|
123
123
|
onSearch?: ((value: string) => any) | undefined;
|
|
124
124
|
onDropdownScroll?: ((ev: Event) => any) | undefined;
|
|
125
125
|
onDropdownReachBottom?: ((ev: Event) => any) | undefined;
|
|
@@ -133,9 +133,9 @@ declare const AutoComplete: {
|
|
|
133
133
|
disabled: boolean;
|
|
134
134
|
strict: boolean;
|
|
135
135
|
data: (string | number | import("..").SelectOptionData | import("..").SelectOptionGroup)[];
|
|
136
|
-
allowClear: boolean;
|
|
137
|
-
defaultValue: string;
|
|
138
136
|
modelValue: string;
|
|
137
|
+
defaultValue: string;
|
|
138
|
+
allowClear: boolean;
|
|
139
139
|
filterOption: import("..").FilterOption;
|
|
140
140
|
}>;
|
|
141
141
|
__isFragment?: undefined;
|
|
@@ -182,8 +182,8 @@ declare const AutoComplete: {
|
|
|
182
182
|
}>> & Readonly<{
|
|
183
183
|
onClear?: ((ev: Event) => any) | undefined;
|
|
184
184
|
onSelect?: ((value: string) => any) | undefined;
|
|
185
|
-
onChange?: ((value: string) => any) | undefined;
|
|
186
185
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
186
|
+
onChange?: ((value: string) => any) | undefined;
|
|
187
187
|
onSearch?: ((value: string) => any) | undefined;
|
|
188
188
|
onDropdownScroll?: ((ev: Event) => any) | undefined;
|
|
189
189
|
onDropdownReachBottom?: ((ev: Event) => any) | undefined;
|
|
@@ -205,9 +205,9 @@ declare const AutoComplete: {
|
|
|
205
205
|
disabled: boolean;
|
|
206
206
|
strict: boolean;
|
|
207
207
|
data: (string | number | import("..").SelectOptionData | import("..").SelectOptionGroup)[];
|
|
208
|
-
allowClear: boolean;
|
|
209
|
-
defaultValue: string;
|
|
210
208
|
modelValue: string;
|
|
209
|
+
defaultValue: string;
|
|
210
|
+
allowClear: boolean;
|
|
211
211
|
filterOption: import("..").FilterOption;
|
|
212
212
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
213
213
|
install: (app: App, options?: ArcoOptions | undefined) => void;
|
|
@@ -88,8 +88,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
88
88
|
default: boolean;
|
|
89
89
|
};
|
|
90
90
|
}>> & Readonly<{
|
|
91
|
-
onChange?: ((date: Date) => any) | undefined;
|
|
92
91
|
"onUpdate:modelValue"?: ((date: Date) => any) | undefined;
|
|
92
|
+
onChange?: ((date: Date) => any) | undefined;
|
|
93
93
|
onPanelChange?: ((date: Date) => any) | undefined;
|
|
94
94
|
}>, {
|
|
95
95
|
modelValue: Date;
|
package/es/calendar/index.d.ts
CHANGED
|
@@ -45,8 +45,8 @@ declare const Calendar: {
|
|
|
45
45
|
default: boolean;
|
|
46
46
|
};
|
|
47
47
|
}>> & Readonly<{
|
|
48
|
-
onChange?: ((date: Date) => any) | undefined;
|
|
49
48
|
"onUpdate:modelValue"?: ((date: Date) => any) | undefined;
|
|
49
|
+
onChange?: ((date: Date) => any) | undefined;
|
|
50
50
|
onPanelChange?: ((date: Date) => any) | undefined;
|
|
51
51
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
52
52
|
'update:modelValue': (date: Date) => true;
|
|
@@ -111,8 +111,8 @@ declare const Calendar: {
|
|
|
111
111
|
default: boolean;
|
|
112
112
|
};
|
|
113
113
|
}>> & Readonly<{
|
|
114
|
-
onChange?: ((date: Date) => any) | undefined;
|
|
115
114
|
"onUpdate:modelValue"?: ((date: Date) => any) | undefined;
|
|
115
|
+
onChange?: ((date: Date) => any) | undefined;
|
|
116
116
|
onPanelChange?: ((date: Date) => any) | undefined;
|
|
117
117
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
118
118
|
modelValue: Date;
|
|
@@ -170,8 +170,8 @@ declare const Calendar: {
|
|
|
170
170
|
default: boolean;
|
|
171
171
|
};
|
|
172
172
|
}>> & Readonly<{
|
|
173
|
-
onChange?: ((date: Date) => any) | undefined;
|
|
174
173
|
"onUpdate:modelValue"?: ((date: Date) => any) | undefined;
|
|
174
|
+
onChange?: ((date: Date) => any) | undefined;
|
|
175
175
|
onPanelChange?: ((date: Date) => any) | undefined;
|
|
176
176
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
177
177
|
'update:modelValue': (date: Date) => true;
|
|
@@ -184,8 +184,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
184
184
|
default: boolean;
|
|
185
185
|
};
|
|
186
186
|
}>> & Readonly<{
|
|
187
|
-
onChange?: ((value: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined) => any) | undefined;
|
|
188
187
|
"onUpdate:modelValue"?: ((value: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined) => any) | undefined;
|
|
188
|
+
onChange?: ((value: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined) => any) | undefined;
|
|
189
189
|
}>, {
|
|
190
190
|
multiple: boolean;
|
|
191
191
|
defaultValue: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined;
|
|
@@ -358,20 +358,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
358
358
|
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
359
359
|
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
360
360
|
onClear?: (() => any) | undefined;
|
|
361
|
-
onChange?: ((value: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined) => any) | undefined;
|
|
362
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
363
361
|
onInputValueChange?: ((value: string) => any) | undefined;
|
|
362
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
364
363
|
"onUpdate:modelValue"?: ((value: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined) => any) | undefined;
|
|
364
|
+
onChange?: ((value: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined) => any) | undefined;
|
|
365
365
|
onSearch?: ((value: string) => any) | undefined;
|
|
366
366
|
}>, {
|
|
367
367
|
popupVisible: boolean;
|
|
368
368
|
defaultPopupVisible: boolean;
|
|
369
369
|
disabled: boolean;
|
|
370
370
|
multiple: boolean;
|
|
371
|
-
error: boolean;
|
|
372
|
-
allowClear: boolean;
|
|
373
371
|
inputValue: string;
|
|
372
|
+
error: boolean;
|
|
374
373
|
defaultValue: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined;
|
|
374
|
+
allowClear: boolean;
|
|
375
375
|
loading: boolean;
|
|
376
376
|
allowSearch: boolean;
|
|
377
377
|
maxTagCount: number;
|
|
@@ -1080,9 +1080,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1080
1080
|
}>, {
|
|
1081
1081
|
disabled: boolean;
|
|
1082
1082
|
multiple: boolean;
|
|
1083
|
+
retainInputValue: boolean;
|
|
1083
1084
|
error: boolean;
|
|
1084
1085
|
allowClear: boolean;
|
|
1085
|
-
retainInputValue: boolean;
|
|
1086
1086
|
loading: boolean;
|
|
1087
1087
|
opened: boolean;
|
|
1088
1088
|
bordered: boolean;
|
package/es/cascader/index.d.ts
CHANGED
|
@@ -125,10 +125,10 @@ declare const Cascader: {
|
|
|
125
125
|
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
126
126
|
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
127
127
|
onClear?: (() => any) | undefined;
|
|
128
|
-
onChange?: ((value: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined) => any) | undefined;
|
|
129
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
130
128
|
onInputValueChange?: ((value: string) => any) | undefined;
|
|
129
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
131
130
|
"onUpdate:modelValue"?: ((value: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined) => any) | undefined;
|
|
131
|
+
onChange?: ((value: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined) => any) | undefined;
|
|
132
132
|
onSearch?: ((value: string) => any) | undefined;
|
|
133
133
|
}>, {
|
|
134
134
|
optionInfos: import("vue").Ref<{
|
|
@@ -251,10 +251,10 @@ declare const Cascader: {
|
|
|
251
251
|
defaultPopupVisible: boolean;
|
|
252
252
|
disabled: boolean;
|
|
253
253
|
multiple: boolean;
|
|
254
|
-
error: boolean;
|
|
255
|
-
allowClear: boolean;
|
|
256
254
|
inputValue: string;
|
|
255
|
+
error: boolean;
|
|
257
256
|
defaultValue: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined;
|
|
257
|
+
allowClear: boolean;
|
|
258
258
|
loading: boolean;
|
|
259
259
|
allowSearch: boolean;
|
|
260
260
|
maxTagCount: number;
|
|
@@ -963,9 +963,9 @@ declare const Cascader: {
|
|
|
963
963
|
}>, {
|
|
964
964
|
disabled: boolean;
|
|
965
965
|
multiple: boolean;
|
|
966
|
+
retainInputValue: boolean;
|
|
966
967
|
error: boolean;
|
|
967
968
|
allowClear: boolean;
|
|
968
|
-
retainInputValue: boolean;
|
|
969
969
|
loading: boolean;
|
|
970
970
|
opened: boolean;
|
|
971
971
|
bordered: boolean;
|
|
@@ -1177,10 +1177,10 @@ declare const Cascader: {
|
|
|
1177
1177
|
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
1178
1178
|
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
1179
1179
|
onClear?: (() => any) | undefined;
|
|
1180
|
-
onChange?: ((value: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined) => any) | undefined;
|
|
1181
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
1182
1180
|
onInputValueChange?: ((value: string) => any) | undefined;
|
|
1181
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
1183
1182
|
"onUpdate:modelValue"?: ((value: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined) => any) | undefined;
|
|
1183
|
+
onChange?: ((value: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined) => any) | undefined;
|
|
1184
1184
|
onSearch?: ((value: string) => any) | undefined;
|
|
1185
1185
|
}>, {
|
|
1186
1186
|
optionInfos: import("vue").Ref<{
|
|
@@ -1293,10 +1293,10 @@ declare const Cascader: {
|
|
|
1293
1293
|
defaultPopupVisible: boolean;
|
|
1294
1294
|
disabled: boolean;
|
|
1295
1295
|
multiple: boolean;
|
|
1296
|
-
error: boolean;
|
|
1297
|
-
allowClear: boolean;
|
|
1298
1296
|
inputValue: string;
|
|
1297
|
+
error: boolean;
|
|
1299
1298
|
defaultValue: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined;
|
|
1299
|
+
allowClear: boolean;
|
|
1300
1300
|
loading: boolean;
|
|
1301
1301
|
allowSearch: boolean;
|
|
1302
1302
|
maxTagCount: number;
|
|
@@ -1437,10 +1437,10 @@ declare const Cascader: {
|
|
|
1437
1437
|
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
1438
1438
|
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
1439
1439
|
onClear?: (() => any) | undefined;
|
|
1440
|
-
onChange?: ((value: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined) => any) | undefined;
|
|
1441
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
1442
1440
|
onInputValueChange?: ((value: string) => any) | undefined;
|
|
1441
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
1443
1442
|
"onUpdate:modelValue"?: ((value: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined) => any) | undefined;
|
|
1443
|
+
onChange?: ((value: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined) => any) | undefined;
|
|
1444
1444
|
onSearch?: ((value: string) => any) | undefined;
|
|
1445
1445
|
}>, {
|
|
1446
1446
|
optionInfos: import("vue").Ref<{
|
|
@@ -1563,10 +1563,10 @@ declare const Cascader: {
|
|
|
1563
1563
|
defaultPopupVisible: boolean;
|
|
1564
1564
|
disabled: boolean;
|
|
1565
1565
|
multiple: boolean;
|
|
1566
|
-
error: boolean;
|
|
1567
|
-
allowClear: boolean;
|
|
1568
1566
|
inputValue: string;
|
|
1567
|
+
error: boolean;
|
|
1569
1568
|
defaultValue: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined;
|
|
1569
|
+
allowClear: boolean;
|
|
1570
1570
|
loading: boolean;
|
|
1571
1571
|
allowSearch: boolean;
|
|
1572
1572
|
maxTagCount: number;
|
|
@@ -2275,9 +2275,9 @@ declare const Cascader: {
|
|
|
2275
2275
|
}>, {
|
|
2276
2276
|
disabled: boolean;
|
|
2277
2277
|
multiple: boolean;
|
|
2278
|
+
retainInputValue: boolean;
|
|
2278
2279
|
error: boolean;
|
|
2279
2280
|
allowClear: boolean;
|
|
2280
|
-
retainInputValue: boolean;
|
|
2281
2281
|
loading: boolean;
|
|
2282
2282
|
opened: boolean;
|
|
2283
2283
|
bordered: boolean;
|
|
@@ -2544,8 +2544,8 @@ declare const Cascader: {
|
|
|
2544
2544
|
default: boolean;
|
|
2545
2545
|
};
|
|
2546
2546
|
}>> & Readonly<{
|
|
2547
|
-
onChange?: ((value: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined) => any) | undefined;
|
|
2548
2547
|
"onUpdate:modelValue"?: ((value: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined) => any) | undefined;
|
|
2548
|
+
onChange?: ((value: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined) => any) | undefined;
|
|
2549
2549
|
}>, {
|
|
2550
2550
|
multiple: boolean;
|
|
2551
2551
|
defaultValue: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined;
|
|
@@ -50,12 +50,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
50
50
|
default: boolean;
|
|
51
51
|
};
|
|
52
52
|
}>> & Readonly<{
|
|
53
|
-
onChange?: ((value: (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
54
53
|
"onUpdate:modelValue"?: ((value: (string | number | boolean)[]) => any) | undefined;
|
|
54
|
+
onChange?: ((value: (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
55
55
|
}>, {
|
|
56
56
|
disabled: boolean;
|
|
57
|
-
defaultValue: (string | number | boolean)[];
|
|
58
57
|
modelValue: (string | number | boolean)[];
|
|
58
|
+
defaultValue: (string | number | boolean)[];
|
|
59
59
|
direction: "horizontal" | "vertical";
|
|
60
60
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
61
61
|
export default _default;
|
|
@@ -51,8 +51,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
51
51
|
default: boolean;
|
|
52
52
|
};
|
|
53
53
|
}>> & Readonly<{
|
|
54
|
-
onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
55
54
|
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
55
|
+
onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
56
56
|
}>, {
|
|
57
57
|
disabled: boolean;
|
|
58
58
|
modelValue: boolean | (string | number | boolean)[];
|
package/es/checkbox/index.d.ts
CHANGED
|
@@ -28,8 +28,8 @@ declare const Checkbox: {
|
|
|
28
28
|
default: boolean;
|
|
29
29
|
};
|
|
30
30
|
}>> & Readonly<{
|
|
31
|
-
onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
32
31
|
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
32
|
+
onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
33
33
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
34
34
|
'update:modelValue': (value: boolean | (string | number | boolean)[]) => true;
|
|
35
35
|
change: (value: boolean | (string | number | boolean)[], ev: Event) => true;
|
|
@@ -103,8 +103,8 @@ declare const Checkbox: {
|
|
|
103
103
|
default: boolean;
|
|
104
104
|
};
|
|
105
105
|
}>> & Readonly<{
|
|
106
|
-
onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
107
106
|
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
107
|
+
onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
108
108
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
109
109
|
disabled: boolean;
|
|
110
110
|
modelValue: boolean | (string | number | boolean)[];
|
|
@@ -140,8 +140,8 @@ declare const Checkbox: {
|
|
|
140
140
|
default: boolean;
|
|
141
141
|
};
|
|
142
142
|
}>> & Readonly<{
|
|
143
|
-
onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
144
143
|
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
144
|
+
onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
145
145
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
146
146
|
'update:modelValue': (value: boolean | (string | number | boolean)[]) => true;
|
|
147
147
|
change: (value: boolean | (string | number | boolean)[], ev: Event) => true;
|
|
@@ -234,12 +234,12 @@ declare const Checkbox: {
|
|
|
234
234
|
default: boolean;
|
|
235
235
|
};
|
|
236
236
|
}>> & Readonly<{
|
|
237
|
-
onChange?: ((value: (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
238
237
|
"onUpdate:modelValue"?: ((value: (string | number | boolean)[]) => any) | undefined;
|
|
238
|
+
onChange?: ((value: (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
239
239
|
}>, {
|
|
240
240
|
disabled: boolean;
|
|
241
|
-
defaultValue: (string | number | boolean)[];
|
|
242
241
|
modelValue: (string | number | boolean)[];
|
|
242
|
+
defaultValue: (string | number | boolean)[];
|
|
243
243
|
direction: "horizontal" | "vertical";
|
|
244
244
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
245
245
|
install: (app: App, options?: ArcoOptions | undefined) => void;
|
|
@@ -95,8 +95,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
95
95
|
default: () => string[];
|
|
96
96
|
};
|
|
97
97
|
}>> & Readonly<{
|
|
98
|
-
onChange?: ((value: string) => any) | undefined;
|
|
99
98
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
99
|
+
onChange?: ((value: string) => any) | undefined;
|
|
100
100
|
"onPopup-visible-change"?: ((visible: boolean, value: string) => any) | undefined;
|
|
101
101
|
}>, {
|
|
102
102
|
disabled: boolean;
|
|
@@ -48,8 +48,8 @@ declare const ColorPicker: {
|
|
|
48
48
|
default: () => string[];
|
|
49
49
|
};
|
|
50
50
|
}>> & Readonly<{
|
|
51
|
-
onChange?: ((value: string) => any) | undefined;
|
|
52
51
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
52
|
+
onChange?: ((value: string) => any) | undefined;
|
|
53
53
|
"onPopup-visible-change"?: ((visible: boolean, value: string) => any) | undefined;
|
|
54
54
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
55
55
|
'update:modelValue': (value: string) => true;
|
|
@@ -117,8 +117,8 @@ declare const ColorPicker: {
|
|
|
117
117
|
default: () => string[];
|
|
118
118
|
};
|
|
119
119
|
}>> & Readonly<{
|
|
120
|
-
onChange?: ((value: string) => any) | undefined;
|
|
121
120
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
121
|
+
onChange?: ((value: string) => any) | undefined;
|
|
122
122
|
"onPopup-visible-change"?: ((visible: boolean, value: string) => any) | undefined;
|
|
123
123
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
124
124
|
disabled: boolean;
|
|
@@ -179,8 +179,8 @@ declare const ColorPicker: {
|
|
|
179
179
|
default: () => string[];
|
|
180
180
|
};
|
|
181
181
|
}>> & Readonly<{
|
|
182
|
-
onChange?: ((value: string) => any) | undefined;
|
|
183
182
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
183
|
+
onChange?: ((value: string) => any) | undefined;
|
|
184
184
|
"onPopup-visible-change"?: ((visible: boolean, value: string) => any) | undefined;
|
|
185
185
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
186
186
|
'update:modelValue': (value: string) => true;
|
|
@@ -407,13 +407,13 @@ declare const DatePicker: {
|
|
|
407
407
|
disabled?: boolean | undefined;
|
|
408
408
|
unmountOnClose?: boolean | undefined;
|
|
409
409
|
size?: "mini" | "medium" | "large" | "small" | undefined;
|
|
410
|
-
|
|
410
|
+
modelValue?: import("../time-picker/interface").TimeValue | import("../time-picker/interface").TimeValue[] | undefined;
|
|
411
|
+
placeholder?: string | string[] | undefined;
|
|
411
412
|
error?: boolean | undefined;
|
|
412
413
|
readonly?: boolean | undefined;
|
|
414
|
+
type?: "time" | "time-range" | undefined;
|
|
413
415
|
allowClear?: boolean | undefined;
|
|
414
|
-
placeholder?: string | string[] | undefined;
|
|
415
416
|
format: string;
|
|
416
|
-
modelValue?: import("../time-picker/interface").TimeValue | import("../time-picker/interface").TimeValue[] | undefined;
|
|
417
417
|
triggerProps?: Record<string, unknown> | undefined;
|
|
418
418
|
disableConfirm?: boolean | undefined;
|
|
419
419
|
use12Hours?: boolean | undefined;
|
|
@@ -694,8 +694,8 @@ declare const DatePicker: {
|
|
|
694
694
|
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
695
695
|
onClear?: (() => any) | undefined;
|
|
696
696
|
onSelect?: ((value: (import("./interface").CalendarValue | undefined)[], date: (Date | undefined)[], dateString: (string | undefined)[]) => any) | undefined;
|
|
697
|
-
onChange?: ((value: (import("./interface").CalendarValue | undefined)[] | undefined, date: (Date | undefined)[] | undefined, dateString: (string | undefined)[] | undefined) => any) | undefined;
|
|
698
697
|
"onUpdate:modelValue"?: ((value: (import("./interface").CalendarValue | undefined)[] | undefined) => any) | undefined;
|
|
698
|
+
onChange?: ((value: (import("./interface").CalendarValue | undefined)[] | undefined, date: (Date | undefined)[] | undefined, dateString: (string | undefined)[] | undefined) => any) | undefined;
|
|
699
699
|
"onPopup-visible-change"?: ((visible: boolean) => any) | undefined;
|
|
700
700
|
onOk?: ((value: import("./interface").CalendarValue[], date: Date[], dateString: string[]) => any) | undefined;
|
|
701
701
|
"onSelect-shortcut"?: ((shortcut: import("./interface").ShortcutType) => any) | undefined;
|
|
@@ -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,16 +4184,16 @@ 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[];
|
|
4193
4193
|
error: boolean;
|
|
4194
|
+
focused: boolean;
|
|
4194
4195
|
readonly: boolean;
|
|
4195
4196
|
allowClear: boolean;
|
|
4196
|
-
placeholder: string[];
|
|
4197
4197
|
value: (import("dayjs").Dayjs | undefined)[];
|
|
4198
4198
|
}, {}, {
|
|
4199
4199
|
IconHover: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -136,13 +136,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
136
136
|
disabled?: boolean | undefined;
|
|
137
137
|
unmountOnClose?: boolean | undefined;
|
|
138
138
|
size?: "mini" | "medium" | "large" | "small" | undefined;
|
|
139
|
-
|
|
139
|
+
modelValue?: import("../time-picker/interface").TimeValue | import("../time-picker/interface").TimeValue[] | undefined;
|
|
140
|
+
placeholder?: string | string[] | undefined;
|
|
140
141
|
error?: boolean | undefined;
|
|
141
142
|
readonly?: boolean | undefined;
|
|
143
|
+
type?: "time" | "time-range" | undefined;
|
|
142
144
|
allowClear?: boolean | undefined;
|
|
143
|
-
placeholder?: string | string[] | undefined;
|
|
144
145
|
format: string;
|
|
145
|
-
modelValue?: import("../time-picker/interface").TimeValue | import("../time-picker/interface").TimeValue[] | undefined;
|
|
146
146
|
triggerProps?: Record<string, unknown> | undefined;
|
|
147
147
|
disableConfirm?: boolean | undefined;
|
|
148
148
|
use12Hours?: boolean | undefined;
|
|
@@ -330,8 +330,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
330
330
|
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
331
331
|
onClear?: (() => any) | undefined;
|
|
332
332
|
onSelect?: ((value: CalendarValue | undefined, date: Date | undefined, dateString: string | undefined) => any) | undefined;
|
|
333
|
-
onChange?: ((value: CalendarValue | undefined, date: Date | undefined, dateString: string | undefined) => any) | undefined;
|
|
334
333
|
"onUpdate:modelValue"?: ((value: CalendarValue | undefined) => any) | undefined;
|
|
334
|
+
onChange?: ((value: CalendarValue | undefined, date: Date | undefined, dateString: string | undefined) => any) | undefined;
|
|
335
335
|
"onPopup-visible-change"?: ((visible: boolean) => any) | undefined;
|
|
336
336
|
onOk?: ((value: CalendarValue | undefined, date: Date | undefined, dateString: string | undefined) => any) | undefined;
|
|
337
337
|
"onSelect-shortcut"?: ((shortcut: ShortcutType) => any) | undefined;
|
|
@@ -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" | "
|
|
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
|
};
|
|
@@ -445,8 +445,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
445
445
|
"onPress-enter"?: ((...args: any[]) => any) | undefined;
|
|
446
446
|
}>, {
|
|
447
447
|
disabled: boolean;
|
|
448
|
-
focused: boolean;
|
|
449
448
|
error: boolean;
|
|
449
|
+
focused: boolean;
|
|
450
450
|
readonly: boolean;
|
|
451
451
|
allowClear: boolean;
|
|
452
452
|
}, {}, {
|