@julingbase/jly-arco-design 0.0.3 → 0.0.4
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 +56 -2
- package/dist/arco-vue.js +16 -2
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +166 -163
- package/dist/arco-vue.min.js.map +1 -1
- package/es/_components/input-label/input-label.d.ts +2 -2
- 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 +3 -3
- package/es/cascader/cascader.d.ts +6 -6
- package/es/cascader/index.d.ts +20 -20
- 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 +7 -7
- package/es/date-picker/picker.d.ts +5 -5
- package/es/date-picker/range-picker.d.ts +7 -7
- package/es/descriptions/descriptions.d.ts +1 -1
- package/es/descriptions/index.d.ts +3 -3
- package/es/form/form-item.d.ts +3 -3
- package/es/form/index.d.ts +3 -3
- package/es/input/index.d.ts +8 -8
- package/es/input/input-password.d.ts +2 -2
- package/es/input/input.d.ts +2 -2
- 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 +18 -18
- package/es/input-tag/input-tag.d.ts +6 -6
- package/es/list/index.d.ts +3 -3
- package/es/list/list.d.ts +1 -1
- package/es/mention/index.d.ts +6 -6
- package/es/mention/mention.d.ts +2 -2
- package/es/menu/item.d.ts +1 -1
- package/es/menu/sub-menu-pop.d.ts +1 -1
- package/es/pagination/page-jumper.d.ts +3 -3
- package/es/pagination/page-options.d.ts +28 -28
- package/es/radio/index.d.ts +8 -8
- package/es/radio/radio-group.d.ts +2 -2
- 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 +28 -28
- package/es/select/option.d.ts +5 -5
- package/es/select/select-dropdown.d.ts +1 -1
- package/es/select/select.d.ts +8 -8
- 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/split/index.d.ts +3 -3
- package/es/split/split.d.ts +1 -1
- package/es/switch/index.d.ts +3 -3
- package/es/switch/switch.d.ts +1 -1
- package/es/table/index.d.ts +15 -0
- package/es/table/table-operation-td.d.ts +13 -13
- package/es/table/table.d.ts +9 -0
- package/es/table/table.js +16 -2
- package/es/tag/index.d.ts +3 -3
- package/es/tag/tag.d.ts +1 -1
- package/es/textarea/index.d.ts +6 -6
- package/es/textarea/textarea.d.ts +2 -2
- package/es/time-picker/index.d.ts +15 -15
- package/es/time-picker/time-picker.d.ts +7 -7
- package/es/transfer/index.d.ts +22 -22
- package/es/transfer/transfer-view.d.ts +8 -8
- package/es/transfer/transfer.d.ts +10 -10
- 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 +8 -8
- package/es/tree-select/tree-select.d.ts +3 -3
- package/es/typography/edit-content.d.ts +24 -24
- 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 +2397 -2397
- package/json/vetur-tags.json +730 -730
- package/json/web-types.json +4781 -4781
- package/lib/table/table.js +16 -2
- package/package.json +2 -2
|
@@ -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;
|
|
48
50
|
inputValue: string;
|
|
49
51
|
enabledInput: boolean;
|
|
50
52
|
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" | "focused-index-change" | "update:focusedIndex" | "change" | "press-enter")[], "clear" | "focused-index-change" | "update:focusedIndex" | "change" | "press-enter", 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;
|
|
108
107
|
"onFocused-index-change"?: ((...args: any[]) => any) | undefined;
|
|
109
108
|
"onUpdate:focusedIndex"?: ((...args: any[]) => any) | undefined;
|
|
109
|
+
"onPress-enter"?: ((...args: any[]) => any) | undefined;
|
|
110
110
|
}>, {
|
|
111
111
|
disabled: boolean | boolean[];
|
|
112
|
-
placeholder: string[];
|
|
113
|
-
error: boolean;
|
|
114
112
|
focused: boolean;
|
|
113
|
+
error: boolean;
|
|
115
114
|
readonly: boolean;
|
|
116
115
|
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" | "change" | "press-enter" | "blur")[], "clear" | "change" | "press-enter" | "blur", 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
|
-
error: boolean;
|
|
91
90
|
focused: boolean;
|
|
91
|
+
error: 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;
|
|
137
136
|
error: boolean;
|
|
138
137
|
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
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
99
98
|
onChange?: ((value: string) => any) | undefined;
|
|
99
|
+
"onUpdate:modelValue"?: ((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
|
-
modelValue: string;
|
|
108
|
-
defaultValue: string;
|
|
109
107
|
allowClear: boolean;
|
|
108
|
+
defaultValue: string;
|
|
109
|
+
modelValue: string;
|
|
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
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
47
46
|
onChange?: ((value: string) => any) | undefined;
|
|
47
|
+
"onUpdate:modelValue"?: ((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
|
-
modelValue: string;
|
|
70
|
-
defaultValue: string;
|
|
71
69
|
allowClear: boolean;
|
|
70
|
+
defaultValue: string;
|
|
71
|
+
modelValue: string;
|
|
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
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
122
121
|
onChange?: ((value: string) => any) | undefined;
|
|
122
|
+
"onUpdate:modelValue"?: ((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
|
-
modelValue: string;
|
|
137
|
-
defaultValue: string;
|
|
138
136
|
allowClear: boolean;
|
|
137
|
+
defaultValue: string;
|
|
138
|
+
modelValue: string;
|
|
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
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
186
185
|
onChange?: ((value: string) => any) | undefined;
|
|
186
|
+
"onUpdate:modelValue"?: ((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
|
-
modelValue: string;
|
|
209
|
-
defaultValue: string;
|
|
210
208
|
allowClear: boolean;
|
|
209
|
+
defaultValue: string;
|
|
210
|
+
modelValue: string;
|
|
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
|
-
"onUpdate:modelValue"?: ((date: Date) => any) | undefined;
|
|
92
91
|
onChange?: ((date: Date) => any) | undefined;
|
|
92
|
+
"onUpdate:modelValue"?: ((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
|
-
"onUpdate:modelValue"?: ((date: Date) => any) | undefined;
|
|
49
48
|
onChange?: ((date: Date) => any) | undefined;
|
|
49
|
+
"onUpdate:modelValue"?: ((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
|
-
"onUpdate:modelValue"?: ((date: Date) => any) | undefined;
|
|
115
114
|
onChange?: ((date: Date) => any) | undefined;
|
|
115
|
+
"onUpdate:modelValue"?: ((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
|
-
"onUpdate:modelValue"?: ((date: Date) => any) | undefined;
|
|
174
173
|
onChange?: ((date: Date) => any) | undefined;
|
|
174
|
+
"onUpdate:modelValue"?: ((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,16 +184,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
184
184
|
default: boolean;
|
|
185
185
|
};
|
|
186
186
|
}>> & Readonly<{
|
|
187
|
-
"onUpdate:modelValue"?: ((value: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined) => any) | undefined;
|
|
188
187
|
onChange?: ((value: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined) => any) | undefined;
|
|
188
|
+
"onUpdate:modelValue"?: ((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;
|
|
192
|
-
checkStrictly: boolean;
|
|
193
192
|
options: CascaderOption[];
|
|
193
|
+
valueKey: string;
|
|
194
|
+
checkStrictly: boolean;
|
|
194
195
|
pathMode: boolean;
|
|
195
196
|
expandTrigger: string;
|
|
196
|
-
valueKey: string;
|
|
197
197
|
expandChild: boolean;
|
|
198
198
|
}, {}, {
|
|
199
199
|
BaseCascaderPanel: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -358,32 +358,32 @@ 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;
|
|
361
362
|
onInputValueChange?: ((value: string) => any) | undefined;
|
|
362
363
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
363
364
|
"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
|
-
inputValue: string;
|
|
372
371
|
error: boolean;
|
|
373
|
-
defaultValue: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined;
|
|
374
372
|
allowClear: boolean;
|
|
373
|
+
inputValue: string;
|
|
374
|
+
defaultValue: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined;
|
|
375
375
|
loading: boolean;
|
|
376
376
|
allowSearch: boolean;
|
|
377
377
|
maxTagCount: number;
|
|
378
378
|
tagNowrap: boolean;
|
|
379
379
|
defaultInputValue: string;
|
|
380
|
-
checkStrictly: boolean;
|
|
381
380
|
options: CascaderOption[];
|
|
381
|
+
valueKey: string;
|
|
382
|
+
checkStrictly: boolean;
|
|
382
383
|
pathMode: boolean;
|
|
383
384
|
expandTrigger: "hover" | "click";
|
|
384
385
|
searchOptionOnlyLabel: boolean;
|
|
385
386
|
searchDelay: number;
|
|
386
|
-
valueKey: string;
|
|
387
387
|
fallback: boolean | ((value: string | number | Record<string, unknown> | (string | number | Record<string, unknown>)[]) => string);
|
|
388
388
|
expandChild: boolean;
|
|
389
389
|
}, {}, {
|
|
@@ -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;
|
|
1084
1083
|
error: boolean;
|
|
1085
1084
|
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;
|
|
128
129
|
onInputValueChange?: ((value: string) => any) | undefined;
|
|
129
130
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
130
131
|
"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,22 +251,22 @@ declare const Cascader: {
|
|
|
251
251
|
defaultPopupVisible: boolean;
|
|
252
252
|
disabled: boolean;
|
|
253
253
|
multiple: boolean;
|
|
254
|
-
inputValue: string;
|
|
255
254
|
error: boolean;
|
|
256
|
-
defaultValue: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined;
|
|
257
255
|
allowClear: boolean;
|
|
256
|
+
inputValue: string;
|
|
257
|
+
defaultValue: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined;
|
|
258
258
|
loading: boolean;
|
|
259
259
|
allowSearch: boolean;
|
|
260
260
|
maxTagCount: number;
|
|
261
261
|
tagNowrap: boolean;
|
|
262
262
|
defaultInputValue: string;
|
|
263
|
-
checkStrictly: boolean;
|
|
264
263
|
options: import("./interface").CascaderOption[];
|
|
264
|
+
valueKey: string;
|
|
265
|
+
checkStrictly: boolean;
|
|
265
266
|
pathMode: boolean;
|
|
266
267
|
expandTrigger: "hover" | "click";
|
|
267
268
|
searchOptionOnlyLabel: boolean;
|
|
268
269
|
searchDelay: number;
|
|
269
|
-
valueKey: string;
|
|
270
270
|
fallback: boolean | ((value: string | number | Record<string, unknown> | (string | number | Record<string, unknown>)[]) => string);
|
|
271
271
|
expandChild: boolean;
|
|
272
272
|
}, true, {}, {}, {
|
|
@@ -963,9 +963,9 @@ declare const Cascader: {
|
|
|
963
963
|
}>, {
|
|
964
964
|
disabled: boolean;
|
|
965
965
|
multiple: boolean;
|
|
966
|
-
retainInputValue: boolean;
|
|
967
966
|
error: boolean;
|
|
968
967
|
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;
|
|
1180
1181
|
onInputValueChange?: ((value: string) => any) | undefined;
|
|
1181
1182
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
1182
1183
|
"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,22 +1293,22 @@ declare const Cascader: {
|
|
|
1293
1293
|
defaultPopupVisible: boolean;
|
|
1294
1294
|
disabled: boolean;
|
|
1295
1295
|
multiple: boolean;
|
|
1296
|
-
inputValue: string;
|
|
1297
1296
|
error: boolean;
|
|
1298
|
-
defaultValue: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined;
|
|
1299
1297
|
allowClear: boolean;
|
|
1298
|
+
inputValue: string;
|
|
1299
|
+
defaultValue: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined;
|
|
1300
1300
|
loading: boolean;
|
|
1301
1301
|
allowSearch: boolean;
|
|
1302
1302
|
maxTagCount: number;
|
|
1303
1303
|
tagNowrap: boolean;
|
|
1304
1304
|
defaultInputValue: string;
|
|
1305
|
-
checkStrictly: boolean;
|
|
1306
1305
|
options: import("./interface").CascaderOption[];
|
|
1306
|
+
valueKey: string;
|
|
1307
|
+
checkStrictly: boolean;
|
|
1307
1308
|
pathMode: boolean;
|
|
1308
1309
|
expandTrigger: "hover" | "click";
|
|
1309
1310
|
searchOptionOnlyLabel: boolean;
|
|
1310
1311
|
searchDelay: number;
|
|
1311
|
-
valueKey: string;
|
|
1312
1312
|
fallback: boolean | ((value: string | number | Record<string, unknown> | (string | number | Record<string, unknown>)[]) => string);
|
|
1313
1313
|
expandChild: boolean;
|
|
1314
1314
|
}>;
|
|
@@ -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;
|
|
1440
1441
|
onInputValueChange?: ((value: string) => any) | undefined;
|
|
1441
1442
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
1442
1443
|
"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,22 +1563,22 @@ declare const Cascader: {
|
|
|
1563
1563
|
defaultPopupVisible: boolean;
|
|
1564
1564
|
disabled: boolean;
|
|
1565
1565
|
multiple: boolean;
|
|
1566
|
-
inputValue: string;
|
|
1567
1566
|
error: boolean;
|
|
1568
|
-
defaultValue: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined;
|
|
1569
1567
|
allowClear: boolean;
|
|
1568
|
+
inputValue: string;
|
|
1569
|
+
defaultValue: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined;
|
|
1570
1570
|
loading: boolean;
|
|
1571
1571
|
allowSearch: boolean;
|
|
1572
1572
|
maxTagCount: number;
|
|
1573
1573
|
tagNowrap: boolean;
|
|
1574
1574
|
defaultInputValue: string;
|
|
1575
|
-
checkStrictly: boolean;
|
|
1576
1575
|
options: import("./interface").CascaderOption[];
|
|
1576
|
+
valueKey: string;
|
|
1577
|
+
checkStrictly: boolean;
|
|
1577
1578
|
pathMode: boolean;
|
|
1578
1579
|
expandTrigger: "hover" | "click";
|
|
1579
1580
|
searchOptionOnlyLabel: boolean;
|
|
1580
1581
|
searchDelay: number;
|
|
1581
|
-
valueKey: string;
|
|
1582
1582
|
fallback: boolean | ((value: string | number | Record<string, unknown> | (string | number | Record<string, unknown>)[]) => string);
|
|
1583
1583
|
expandChild: boolean;
|
|
1584
1584
|
}, {}, string, {}, {
|
|
@@ -2275,9 +2275,9 @@ declare const Cascader: {
|
|
|
2275
2275
|
}>, {
|
|
2276
2276
|
disabled: boolean;
|
|
2277
2277
|
multiple: boolean;
|
|
2278
|
-
retainInputValue: boolean;
|
|
2279
2278
|
error: boolean;
|
|
2280
2279
|
allowClear: boolean;
|
|
2280
|
+
retainInputValue: boolean;
|
|
2281
2281
|
loading: boolean;
|
|
2282
2282
|
opened: boolean;
|
|
2283
2283
|
bordered: boolean;
|
|
@@ -2544,16 +2544,16 @@ declare const Cascader: {
|
|
|
2544
2544
|
default: boolean;
|
|
2545
2545
|
};
|
|
2546
2546
|
}>> & Readonly<{
|
|
2547
|
-
"onUpdate:modelValue"?: ((value: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined) => any) | undefined;
|
|
2548
2547
|
onChange?: ((value: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined) => any) | undefined;
|
|
2548
|
+
"onUpdate:modelValue"?: ((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;
|
|
2552
|
-
checkStrictly: boolean;
|
|
2553
2552
|
options: import("./interface").CascaderOption[];
|
|
2553
|
+
valueKey: string;
|
|
2554
|
+
checkStrictly: boolean;
|
|
2554
2555
|
pathMode: boolean;
|
|
2555
2556
|
expandTrigger: string;
|
|
2556
|
-
valueKey: string;
|
|
2557
2557
|
expandChild: boolean;
|
|
2558
2558
|
}, {}, {
|
|
2559
2559
|
BaseCascaderPanel: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -50,12 +50,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
50
50
|
default: boolean;
|
|
51
51
|
};
|
|
52
52
|
}>> & Readonly<{
|
|
53
|
-
"onUpdate:modelValue"?: ((value: (string | number | boolean)[]) => any) | undefined;
|
|
54
53
|
onChange?: ((value: (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
54
|
+
"onUpdate:modelValue"?: ((value: (string | number | boolean)[]) => any) | undefined;
|
|
55
55
|
}>, {
|
|
56
56
|
disabled: boolean;
|
|
57
|
-
modelValue: (string | number | boolean)[];
|
|
58
57
|
defaultValue: (string | number | boolean)[];
|
|
58
|
+
modelValue: (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
|
-
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
55
54
|
onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
55
|
+
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => 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
|
-
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
32
31
|
onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
32
|
+
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => 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
|
-
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
107
106
|
onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
107
|
+
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => 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
|
-
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
144
143
|
onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
144
|
+
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => 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
|
-
"onUpdate:modelValue"?: ((value: (string | number | boolean)[]) => any) | undefined;
|
|
238
237
|
onChange?: ((value: (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
238
|
+
"onUpdate:modelValue"?: ((value: (string | number | boolean)[]) => any) | undefined;
|
|
239
239
|
}>, {
|
|
240
240
|
disabled: boolean;
|
|
241
|
-
modelValue: (string | number | boolean)[];
|
|
242
241
|
defaultValue: (string | number | boolean)[];
|
|
242
|
+
modelValue: (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
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
99
98
|
onChange?: ((value: string) => any) | undefined;
|
|
99
|
+
"onUpdate:modelValue"?: ((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
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
52
51
|
onChange?: ((value: string) => any) | undefined;
|
|
52
|
+
"onUpdate:modelValue"?: ((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
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
121
120
|
onChange?: ((value: string) => any) | undefined;
|
|
121
|
+
"onUpdate:modelValue"?: ((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
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
183
182
|
onChange?: ((value: string) => any) | undefined;
|
|
183
|
+
"onUpdate:modelValue"?: ((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;
|
|
@@ -408,12 +408,12 @@ declare const DatePicker: {
|
|
|
408
408
|
unmountOnClose?: boolean | undefined;
|
|
409
409
|
size?: "mini" | "medium" | "large" | "small" | undefined;
|
|
410
410
|
type?: "time" | "time-range" | undefined;
|
|
411
|
-
modelValue?: import("../time-picker/interface").TimeValue | import("../time-picker/interface").TimeValue[] | undefined;
|
|
412
|
-
placeholder?: string | string[] | undefined;
|
|
413
411
|
error?: boolean | undefined;
|
|
414
412
|
readonly?: boolean | undefined;
|
|
415
413
|
allowClear?: boolean | undefined;
|
|
414
|
+
placeholder?: string | string[] | undefined;
|
|
416
415
|
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
|
-
"onUpdate:modelValue"?: ((value: (import("./interface").CalendarValue | undefined)[] | undefined) => any) | undefined;
|
|
698
697
|
onChange?: ((value: (import("./interface").CalendarValue | undefined)[] | undefined, date: (Date | undefined)[] | undefined, dateString: (string | undefined)[] | undefined) => any) | undefined;
|
|
698
|
+
"onUpdate:modelValue"?: ((value: (import("./interface").CalendarValue | 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" | "focused-index-change" | "update:focusedIndex" | "change" | "press-enter")[], "clear" | "focused-index-change" | "update:focusedIndex" | "change" | "press-enter", 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;
|
|
4188
4187
|
"onFocused-index-change"?: ((...args: any[]) => any) | undefined;
|
|
4189
4188
|
"onUpdate:focusedIndex"?: ((...args: any[]) => any) | undefined;
|
|
4189
|
+
"onPress-enter"?: ((...args: any[]) => any) | undefined;
|
|
4190
4190
|
}>, {
|
|
4191
4191
|
disabled: boolean | boolean[];
|
|
4192
|
-
placeholder: string[];
|
|
4193
|
-
error: boolean;
|
|
4194
4192
|
focused: boolean;
|
|
4193
|
+
error: boolean;
|
|
4195
4194
|
readonly: boolean;
|
|
4196
4195
|
allowClear: boolean;
|
|
4196
|
+
placeholder: string[];
|
|
4197
4197
|
value: (import("dayjs").Dayjs | undefined)[];
|
|
4198
4198
|
}, {}, {
|
|
4199
4199
|
IconHover: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|