@dao-style/core 1.36.2-beta.3 → 1.36.2-beta.5
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/dist/components/action-icon/action-icon.d.ts +163 -193
- package/dist/components/action-icon/action-icon.vue.d.ts +2 -2
- package/dist/components/autocomplete/autocomplete.d.ts +479 -458
- package/dist/components/autocomplete/autocomplete.vue.d.ts +35 -18
- package/dist/components/batch-bar/batch-bar.d.ts +66 -96
- package/dist/components/batch-bar/batch-bar.vue.d.ts +1 -1
- package/dist/components/breadcrumb/breadcrumb-item.d.ts +32 -62
- package/dist/components/breadcrumb/breadcrumb-item.vue.d.ts +1 -1
- package/dist/components/breadcrumb/breadcrumb.d.ts +58 -88
- package/dist/components/breadcrumb/breadcrumb.vue.d.ts +1 -1
- package/dist/components/button/button-group.d.ts +1 -1
- package/dist/components/button/button-group.vue.d.ts +1 -1
- package/dist/components/button/button.d.ts +213 -243
- package/dist/components/button/button.vue.d.ts +3 -3
- package/dist/components/card/card-header.d.ts +41 -71
- package/dist/components/card/card-header.vue.d.ts +1 -1
- package/dist/components/card/card-item.d.ts +9 -39
- package/dist/components/card/card-item.vue.d.ts +1 -1
- package/dist/components/card/card.d.ts +54 -84
- package/dist/components/card/card.vue.d.ts +1 -1
- package/dist/components/checkbox/checkbox-group.d.ts +40 -70
- package/dist/components/checkbox/checkbox-group.vue.d.ts +1 -1
- package/dist/components/checkbox/checkbox.d.ts +110 -140
- package/dist/components/checkbox/checkbox.vue.d.ts +3 -3
- package/dist/components/dialog/dialog-footer.d.ts +64 -94
- package/dist/components/dialog/dialog-footer.vue.d.ts +1 -1
- package/dist/components/dialog/dialog-header.d.ts +49 -79
- package/dist/components/dialog/dialog-header.vue.d.ts +1 -1
- package/dist/components/dialog/dialog.d.ts +232 -262
- package/dist/components/dialog/dialog.vue.d.ts +3 -3
- package/dist/components/drawer/drawer.d.ts +136 -166
- package/dist/components/drawer/drawer.vue.d.ts +1 -1
- package/dist/components/dropdown/dropdown-item.d.ts +150 -180
- package/dist/components/dropdown/dropdown-item.vue.d.ts +2 -2
- package/dist/components/dropdown/dropdown-menu.d.ts +9 -39
- package/dist/components/dropdown/dropdown-menu.vue.d.ts +1 -1
- package/dist/components/dropdown/dropdown.d.ts +375 -345
- package/dist/components/dropdown/dropdown.vue.d.ts +32 -12
- package/dist/components/ellipsis/ellipsis.d.ts +2428 -2518
- package/dist/components/ellipsis/ellipsis.vue.d.ts +428 -448
- package/dist/components/ellipsis/props.d.ts +1 -1
- package/dist/components/empty/empty.d.ts +48 -78
- package/dist/components/empty/empty.vue.d.ts +1 -1
- package/dist/components/expansion/expansion-item.d.ts +66 -96
- package/dist/components/expansion/expansion-item.vue.d.ts +1 -1
- package/dist/components/expansion/expansion.d.ts +62 -92
- package/dist/components/expansion/expansion.vue.d.ts +1 -1
- package/dist/components/form/error-text.d.ts +22 -52
- package/dist/components/form/error-text.vue.d.ts +1 -1
- package/dist/components/form/form-group.d.ts +77 -107
- package/dist/components/form/form-group.vue.d.ts +2 -2
- package/dist/components/form/form-item.d.ts +141 -171
- package/dist/components/form/form-item.vue.d.ts +2 -2
- package/dist/components/form/form.d.ts +46 -76
- package/dist/components/form/form.vue.d.ts +1 -1
- package/dist/components/form/helper-text.d.ts +22 -52
- package/dist/components/form/helper-text.vue.d.ts +1 -1
- package/dist/components/header/header.d.ts +39 -69
- package/dist/components/header/header.vue.d.ts +2 -2
- package/dist/components/icon/icon.d.ts +18 -48
- package/dist/components/icon/icon.vue.d.ts +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/input/input.d.ts +162 -192
- package/dist/components/input/input.vue.d.ts +4 -4
- package/dist/components/message/message-inner.vue.d.ts +2 -2
- package/dist/components/message/message.d.ts +100 -130
- package/dist/components/message/message.vue.d.ts +1 -1
- package/dist/components/message/types.d.ts +1 -1
- package/dist/components/nav/nav-head.d.ts +38 -68
- package/dist/components/nav/nav-head.vue.d.ts +1 -1
- package/dist/components/nav/nav-item.d.ts +146 -176
- package/dist/components/nav/nav-item.vue.d.ts +3 -3
- package/dist/components/nav/nav-sub.d.ts +162 -192
- package/dist/components/nav/nav-sub.vue.d.ts +3 -3
- package/dist/components/nav/nav.d.ts +64 -94
- package/dist/components/nav/nav.vue.d.ts +1 -1
- package/dist/components/pagination/pagination.d.ts +153 -183
- package/dist/components/pagination/pagination.vue.d.ts +2 -2
- package/dist/components/popover/popover.d.ts +181 -211
- package/dist/components/popover/popover.vue.d.ts +2 -2
- package/dist/components/popper/popper-content.vue.d.ts +1 -1
- package/dist/components/popper/popper.d.ts +181 -211
- package/dist/components/popper/popper.vue.d.ts +2 -2
- package/dist/components/progress/progress.d.ts +54 -84
- package/dist/components/progress/progress.vue.d.ts +1 -1
- package/dist/components/radio/radio-group.d.ts +43 -73
- package/dist/components/radio/radio-group.vue.d.ts +1 -1
- package/dist/components/radio/radio.d.ts +80 -110
- package/dist/components/radio/radio.vue.d.ts +1 -1
- package/dist/components/select/option.d.ts +48 -78
- package/dist/components/select/option.vue.d.ts +1 -1
- package/dist/components/select/options.d.ts +1 -1
- package/dist/components/select/select.d.ts +978 -1077
- package/dist/components/select/select.vue.d.ts +192 -215
- package/dist/components/slider/index.d.ts +2 -0
- package/dist/components/slider/props.d.ts +44 -0
- package/dist/components/slider/slider-labels.vue.d.ts +52 -0
- package/dist/components/slider/slider.vue.d.ts +107 -0
- package/dist/components/switch/switch.vue.d.ts +1 -1
- package/dist/components/table/column-setting.vue.d.ts +348 -408
- package/dist/components/table/components/tdAction.vue.d.ts +1 -1
- package/dist/components/table/resizer.vue.d.ts +1 -1
- package/dist/components/table/table.d.ts +618 -639
- package/dist/components/table/table.vue.d.ts +7 -4
- package/dist/components/tabs/tab-item.d.ts +52 -82
- package/dist/components/tabs/tab-item.vue.d.ts +1 -1
- package/dist/components/tabs/tab-nav.d.ts +1 -1
- package/dist/components/tabs/tab-nav.vue.d.ts +1 -1
- package/dist/components/tabs/tabs.d.ts +102 -132
- package/dist/components/tabs/tabs.vue.d.ts +1 -1
- package/dist/components/tag/tag.d.ts +65 -95
- package/dist/components/tag/tag.vue.d.ts +1 -1
- package/dist/components/text-button/test/TestComponent.vue.d.ts +1 -1
- package/dist/components/text-button/text-button.d.ts +50 -80
- package/dist/components/text-button/text-button.vue.d.ts +1 -1
- package/dist/components/toolbar/toolbar-filter.vue.d.ts +1 -1
- package/dist/components/toolbar/toolbar.d.ts +129 -159
- package/dist/components/toolbar/toolbar.vue.d.ts +1 -1
- package/dist/components/tooltip/tooltip.d.ts +181 -211
- package/dist/components/tooltip/tooltip.vue.d.ts +2 -2
- package/dist/components/transfer/transfer-panel.d.ts +137 -167
- package/dist/components/transfer/transfer-panel.vue.d.ts +1 -1
- package/dist/components/transfer/transfer.d.ts +282 -312
- package/dist/components/transfer/transfer.vue.d.ts +1 -1
- package/dist/components/virtual-select/virtual-option.vue.d.ts +2 -2
- package/dist/components/virtual-select/virtual-select.d.ts +900 -1020
- package/dist/components/virtual-select/virtual-select.vue.d.ts +184 -214
- package/dist/dao-style.js +7 -7
- package/dist/dao-style.mjs +3728 -3466
- package/dist/directives/tooltip/wrapper.d.ts +16 -3
- package/dist/playground-demo-resolver.spec.d.ts +1 -0
- package/dist/style.css +1 -1
- package/package.json +9 -7
- package/scripts/transform-variable.mjs +35 -31
- package/volar.d.ts +1 -0
|
@@ -2,383 +2,193 @@ import { AutocompleteOption, AutocompleteObjectOption } from './props';
|
|
|
2
2
|
import { SlotFn, ParamsSlotFn } from '../../utils/types';
|
|
3
3
|
type GetAutocompleteOptionItem<T extends AutocompleteOption> = T extends AutocompleteObjectOption[] ? T[number] : AutocompleteObjectOption;
|
|
4
4
|
declare const DaoAutocomplete: {
|
|
5
|
-
new (...args: any[]): {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
modelValue: import("..").ModalValueType;
|
|
10
|
-
disabled: boolean;
|
|
11
|
-
status: import("..").InputStatus;
|
|
12
|
-
size: import("..").InputSize;
|
|
13
|
-
block: boolean;
|
|
14
|
-
options: AutocompleteOption;
|
|
15
|
-
loading: boolean;
|
|
16
|
-
append: string;
|
|
17
|
-
prepend: string;
|
|
18
|
-
placeholder: string;
|
|
19
|
-
debounce: number;
|
|
20
|
-
valueKey: string;
|
|
21
|
-
triggerOnFocus: boolean;
|
|
22
|
-
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
23
|
-
modelValue: {
|
|
24
|
-
type: import("vue").PropType<import("..").ModalValueType>;
|
|
25
|
-
default: string;
|
|
26
|
-
};
|
|
27
|
-
options: {
|
|
28
|
-
type: import("vue").PropType<AutocompleteOption>;
|
|
29
|
-
default: () => string[];
|
|
30
|
-
};
|
|
31
|
-
loading: {
|
|
32
|
-
type: BooleanConstructor;
|
|
33
|
-
default: undefined;
|
|
34
|
-
};
|
|
35
|
-
debounce: {
|
|
36
|
-
type: NumberConstructor;
|
|
37
|
-
default: number;
|
|
38
|
-
};
|
|
39
|
-
popperClass: {
|
|
40
|
-
type: StringConstructor;
|
|
41
|
-
};
|
|
42
|
-
valueKey: {
|
|
43
|
-
type: StringConstructor;
|
|
44
|
-
default: string;
|
|
45
|
-
};
|
|
46
|
-
triggerOnFocus: {
|
|
47
|
-
type: BooleanConstructor;
|
|
48
|
-
default: boolean;
|
|
49
|
-
};
|
|
50
|
-
placeholder: {
|
|
51
|
-
type: StringConstructor;
|
|
52
|
-
default: string;
|
|
53
|
-
};
|
|
54
|
-
disabled: {
|
|
55
|
-
type: BooleanConstructor;
|
|
56
|
-
default: boolean;
|
|
57
|
-
};
|
|
58
|
-
status: {
|
|
59
|
-
type: import("vue").PropType<import("..").InputStatus>;
|
|
60
|
-
default: string;
|
|
61
|
-
validator: (value: import("..").InputStatus) => boolean;
|
|
62
|
-
};
|
|
63
|
-
size: {
|
|
64
|
-
type: import("vue").PropType<import("..").InputSize>;
|
|
65
|
-
default: string;
|
|
66
|
-
validator: (value: import("..").InputSize) => boolean;
|
|
67
|
-
};
|
|
68
|
-
block: {
|
|
69
|
-
type: BooleanConstructor;
|
|
70
|
-
default: boolean;
|
|
71
|
-
};
|
|
72
|
-
append: {
|
|
73
|
-
type: StringConstructor;
|
|
74
|
-
default: string;
|
|
75
|
-
};
|
|
76
|
-
prepend: {
|
|
77
|
-
type: StringConstructor;
|
|
78
|
-
default: string;
|
|
79
|
-
};
|
|
80
|
-
rootAttrs: {
|
|
81
|
-
type: ObjectConstructor;
|
|
82
|
-
};
|
|
83
|
-
}>> & {
|
|
84
|
-
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
85
|
-
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
86
|
-
onChange?: ((val: import("..").ModalValueType) => any) | undefined;
|
|
87
|
-
"onUpdate:modelValue"?: ((val: import("..").ModalValueType) => any) | undefined;
|
|
88
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "modelValue" | "disabled" | "status" | "size" | "block" | "options" | "loading" | "append" | "prepend" | "placeholder" | "debounce" | "valueKey" | "triggerOnFocus">;
|
|
89
|
-
$attrs: {
|
|
90
|
-
[x: string]: unknown;
|
|
5
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
6
|
+
modelValue: {
|
|
7
|
+
type: import("vue").PropType<import("..").ModalValueType>;
|
|
8
|
+
default: string;
|
|
91
9
|
};
|
|
92
|
-
|
|
93
|
-
|
|
10
|
+
options: {
|
|
11
|
+
type: import("vue").PropType<AutocompleteOption>;
|
|
12
|
+
default: () => string[];
|
|
94
13
|
};
|
|
95
|
-
|
|
96
|
-
|
|
14
|
+
loading: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: undefined;
|
|
17
|
+
};
|
|
18
|
+
debounce: {
|
|
19
|
+
type: NumberConstructor;
|
|
20
|
+
default: number;
|
|
21
|
+
};
|
|
22
|
+
popperClass: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
};
|
|
25
|
+
valueKey: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
triggerOnFocus: {
|
|
30
|
+
type: BooleanConstructor;
|
|
31
|
+
default: boolean;
|
|
32
|
+
};
|
|
33
|
+
placeholder: {
|
|
34
|
+
type: StringConstructor;
|
|
35
|
+
default: string;
|
|
36
|
+
};
|
|
37
|
+
disabled: {
|
|
38
|
+
type: BooleanConstructor;
|
|
39
|
+
default: boolean;
|
|
40
|
+
};
|
|
41
|
+
status: {
|
|
42
|
+
type: import("vue").PropType<import("..").InputStatus>;
|
|
43
|
+
default: string;
|
|
44
|
+
validator: (value: import("..").InputStatus) => boolean;
|
|
45
|
+
};
|
|
46
|
+
size: {
|
|
47
|
+
type: import("vue").PropType<import("..").InputSize>;
|
|
48
|
+
default: string;
|
|
49
|
+
validator: (value: import("..").InputSize) => boolean;
|
|
50
|
+
};
|
|
51
|
+
block: {
|
|
52
|
+
type: BooleanConstructor;
|
|
53
|
+
default: boolean;
|
|
54
|
+
};
|
|
55
|
+
append: {
|
|
56
|
+
type: StringConstructor;
|
|
57
|
+
default: string;
|
|
58
|
+
};
|
|
59
|
+
prepend: {
|
|
60
|
+
type: StringConstructor;
|
|
61
|
+
default: string;
|
|
62
|
+
};
|
|
63
|
+
rootAttrs: {
|
|
64
|
+
type: ObjectConstructor;
|
|
65
|
+
};
|
|
66
|
+
}>> & {
|
|
67
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
68
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
69
|
+
onChange?: ((val: import("..").ModalValueType) => any) | undefined;
|
|
70
|
+
"onUpdate:modelValue"?: ((val: import("..").ModalValueType) => any) | undefined;
|
|
71
|
+
}, {
|
|
72
|
+
ns: string;
|
|
73
|
+
t: import("vue-i18n").ComposerTranslation<{
|
|
74
|
+
[x: string]: import("@intlify/core-base").LocaleMessage<import("vue-i18n").VueMessageType>;
|
|
75
|
+
}, string, import("@intlify/core-base").RemoveIndexSignature<{
|
|
76
|
+
[x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
|
|
77
|
+
}>, never, string, string>;
|
|
78
|
+
dropdownRef: import("vue").Ref<any>;
|
|
79
|
+
dropdownVisible: import("vue").Ref<boolean>;
|
|
80
|
+
suggestionVisible: import("vue").ComputedRef<boolean>;
|
|
81
|
+
suggestionOptionList: import("vue").Ref<{
|
|
82
|
+
[x: string]: unknown;
|
|
83
|
+
value?: string | number | undefined;
|
|
84
|
+
disabled?: boolean | undefined;
|
|
85
|
+
}[]>;
|
|
86
|
+
valueModel: import("vue").Ref<import("..").ModalValueType> | import("vue").WritableComputedRef<import("..").ModalValueType>;
|
|
87
|
+
computedInputProps: import("vue").ComputedRef<{
|
|
88
|
+
[x: string]: string | number | boolean | string[] | Record<string, any> | AutocompleteObjectOption[] | import("./props").AutocompleteSearchFn | ((event: FocusEvent) => any) | ((event: FocusEvent) => any) | ((val: import("..").ModalValueType) => any) | ((val: import("..").ModalValueType) => any) | undefined;
|
|
97
89
|
}>;
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
type: import("vue").PropType<import("..").InputStatus>;
|
|
140
|
-
default: string;
|
|
141
|
-
validator: (value: import("..").InputStatus) => boolean;
|
|
142
|
-
};
|
|
143
|
-
size: {
|
|
144
|
-
type: import("vue").PropType<import("..").InputSize>;
|
|
145
|
-
default: string;
|
|
146
|
-
validator: (value: import("..").InputSize) => boolean;
|
|
147
|
-
};
|
|
148
|
-
block: {
|
|
149
|
-
type: BooleanConstructor;
|
|
150
|
-
default: boolean;
|
|
151
|
-
};
|
|
152
|
-
append: {
|
|
153
|
-
type: StringConstructor;
|
|
154
|
-
default: string;
|
|
155
|
-
};
|
|
156
|
-
prepend: {
|
|
157
|
-
type: StringConstructor;
|
|
158
|
-
default: string;
|
|
159
|
-
};
|
|
160
|
-
rootAttrs: {
|
|
161
|
-
type: ObjectConstructor;
|
|
162
|
-
};
|
|
163
|
-
}>> & {
|
|
164
|
-
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
165
|
-
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
166
|
-
onChange?: ((val: import("..").ModalValueType) => any) | undefined;
|
|
167
|
-
"onUpdate:modelValue"?: ((val: import("..").ModalValueType) => any) | undefined;
|
|
168
|
-
}, {
|
|
169
|
-
ns: string;
|
|
170
|
-
t: import("vue-i18n").ComposerTranslation<{
|
|
171
|
-
[x: string]: import("@intlify/core-base").LocaleMessage<import("vue-i18n").VueMessageType>;
|
|
172
|
-
}, string, import("@intlify/core-base").RemoveIndexSignature<{
|
|
173
|
-
[x: string]: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
|
|
174
|
-
}>, never, string, string>;
|
|
175
|
-
dropdownRef: import("vue").Ref<any>;
|
|
176
|
-
dropdownVisible: import("vue").Ref<boolean>;
|
|
177
|
-
suggestionVisible: import("vue").ComputedRef<boolean>;
|
|
178
|
-
suggestionOptionList: import("vue").Ref<{
|
|
179
|
-
[x: string]: unknown;
|
|
180
|
-
value?: string | number | undefined;
|
|
181
|
-
disabled?: boolean | undefined;
|
|
182
|
-
}[]>;
|
|
183
|
-
valueModel: import("vue").Ref<import("..").ModalValueType> | import("vue").WritableComputedRef<import("..").ModalValueType>;
|
|
184
|
-
computedInputProps: import("vue").ComputedRef<{
|
|
185
|
-
[x: string]: string | number | boolean | string[] | Record<string, any> | AutocompleteObjectOption[] | import("./props").AutocompleteSearchFn | ((event: FocusEvent) => any) | ((event: FocusEvent) => any) | ((val: import("..").ModalValueType) => any) | ((val: import("..").ModalValueType) => any) | undefined;
|
|
186
|
-
}>;
|
|
187
|
-
computedLoading: import("vue").ComputedRef<boolean>;
|
|
188
|
-
functionLoading: import("vue").Ref<boolean>;
|
|
189
|
-
handleInput: (str: string) => void;
|
|
190
|
-
handleFocus: (e: FocusEvent) => void;
|
|
191
|
-
handleBlur: (e: FocusEvent) => void;
|
|
192
|
-
handleSearch: (value?: string | number | undefined) => void;
|
|
193
|
-
handleOptionItemClick: (item: AutocompleteObjectOption) => void;
|
|
194
|
-
inputRef: import("vue").Ref<({
|
|
195
|
-
$: import("vue").ComponentInternalInstance;
|
|
196
|
-
$data: {};
|
|
197
|
-
$props: Partial<{
|
|
198
|
-
type: import("..").InputType;
|
|
199
|
-
modelValue: import("..").ModalValueType;
|
|
200
|
-
disabled: boolean;
|
|
201
|
-
status: import("..").InputStatus;
|
|
202
|
-
size: import("..").InputSize;
|
|
203
|
-
block: boolean;
|
|
204
|
-
borderless: boolean;
|
|
205
|
-
append: string;
|
|
206
|
-
prepend: string;
|
|
207
|
-
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
208
|
-
modelValue: {
|
|
209
|
-
type: import("vue").PropType<import("..").ModalValueType>;
|
|
210
|
-
default: string;
|
|
211
|
-
};
|
|
212
|
-
type: {
|
|
213
|
-
type: import("vue").PropType<import("..").InputType>;
|
|
214
|
-
default: string;
|
|
215
|
-
validator: (value: import("..").InputType) => boolean;
|
|
216
|
-
};
|
|
217
|
-
disabled: {
|
|
218
|
-
type: BooleanConstructor;
|
|
219
|
-
default: boolean;
|
|
220
|
-
};
|
|
221
|
-
size: {
|
|
222
|
-
type: import("vue").PropType<import("..").InputSize>;
|
|
223
|
-
default: string;
|
|
224
|
-
validator: (value: import("..").InputSize) => boolean;
|
|
225
|
-
};
|
|
226
|
-
block: {
|
|
227
|
-
type: BooleanConstructor;
|
|
228
|
-
default: boolean;
|
|
229
|
-
};
|
|
230
|
-
status: {
|
|
231
|
-
type: import("vue").PropType<import("..").InputStatus>;
|
|
232
|
-
default: string;
|
|
233
|
-
validator: (value: import("..").InputStatus) => boolean;
|
|
234
|
-
};
|
|
235
|
-
borderless: {
|
|
236
|
-
type: BooleanConstructor;
|
|
237
|
-
default: boolean;
|
|
238
|
-
};
|
|
239
|
-
append: {
|
|
240
|
-
type: StringConstructor;
|
|
241
|
-
default: string;
|
|
242
|
-
};
|
|
243
|
-
prepend: {
|
|
244
|
-
type: StringConstructor;
|
|
245
|
-
default: string;
|
|
246
|
-
};
|
|
247
|
-
rootAttrs: {
|
|
248
|
-
type: ObjectConstructor;
|
|
249
|
-
};
|
|
250
|
-
}>> & {
|
|
251
|
-
onFocus?: ((...args: any[]) => any) | undefined;
|
|
252
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
253
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
254
|
-
onInput?: ((...args: any[]) => any) | undefined;
|
|
255
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
256
|
-
"onAfter-reset"?: ((...args: any[]) => any) | undefined;
|
|
257
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "modelValue" | "disabled" | "status" | "size" | "block" | "borderless" | "append" | "prepend">;
|
|
258
|
-
$attrs: {
|
|
259
|
-
[x: string]: unknown;
|
|
90
|
+
computedLoading: import("vue").ComputedRef<boolean>;
|
|
91
|
+
functionLoading: import("vue").Ref<boolean>;
|
|
92
|
+
handleInput: (str: string) => void;
|
|
93
|
+
handleFocus: (e: FocusEvent) => void;
|
|
94
|
+
handleBlur: (e: FocusEvent) => void;
|
|
95
|
+
handleSearch: (value?: string | number | undefined) => void;
|
|
96
|
+
handleOptionItemClick: (item: AutocompleteObjectOption) => void;
|
|
97
|
+
inputRef: import("vue").Ref<({
|
|
98
|
+
$: import("vue").ComponentInternalInstance;
|
|
99
|
+
$data: {};
|
|
100
|
+
$props: Partial<{
|
|
101
|
+
type: import("..").InputType;
|
|
102
|
+
modelValue: import("..").ModalValueType;
|
|
103
|
+
disabled: boolean;
|
|
104
|
+
size: import("..").InputSize;
|
|
105
|
+
status: import("..").InputStatus;
|
|
106
|
+
block: boolean;
|
|
107
|
+
borderless: boolean;
|
|
108
|
+
append: string;
|
|
109
|
+
prepend: string;
|
|
110
|
+
}> & Omit<{
|
|
111
|
+
readonly type: import("..").InputType;
|
|
112
|
+
readonly modelValue: import("..").ModalValueType;
|
|
113
|
+
readonly disabled: boolean;
|
|
114
|
+
readonly size: import("..").InputSize;
|
|
115
|
+
readonly status: import("..").InputStatus;
|
|
116
|
+
readonly block: boolean;
|
|
117
|
+
readonly borderless: boolean;
|
|
118
|
+
readonly append: string;
|
|
119
|
+
readonly prepend: string;
|
|
120
|
+
readonly rootAttrs?: Record<string, any> | undefined;
|
|
121
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
122
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
123
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
124
|
+
onInput?: ((...args: any[]) => any) | undefined;
|
|
125
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
126
|
+
"onAfter-reset"?: ((...args: any[]) => any) | undefined;
|
|
127
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
128
|
+
modelValue: {
|
|
129
|
+
type: import("vue").PropType<import("..").ModalValueType>;
|
|
130
|
+
default: string;
|
|
260
131
|
};
|
|
261
|
-
|
|
262
|
-
|
|
132
|
+
type: {
|
|
133
|
+
type: import("vue").PropType<import("..").InputType>;
|
|
134
|
+
default: string;
|
|
135
|
+
validator: (value: import("..").InputType) => boolean;
|
|
263
136
|
};
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
modelValue: {
|
|
273
|
-
type: import("vue").PropType<import("..").ModalValueType>;
|
|
274
|
-
default: string;
|
|
275
|
-
};
|
|
276
|
-
type: {
|
|
277
|
-
type: import("vue").PropType<import("..").InputType>;
|
|
278
|
-
default: string;
|
|
279
|
-
validator: (value: import("..").InputType) => boolean;
|
|
280
|
-
};
|
|
281
|
-
disabled: {
|
|
282
|
-
type: BooleanConstructor;
|
|
283
|
-
default: boolean;
|
|
284
|
-
};
|
|
285
|
-
size: {
|
|
286
|
-
type: import("vue").PropType<import("..").InputSize>;
|
|
287
|
-
default: string;
|
|
288
|
-
validator: (value: import("..").InputSize) => boolean;
|
|
289
|
-
};
|
|
290
|
-
block: {
|
|
291
|
-
type: BooleanConstructor;
|
|
292
|
-
default: boolean;
|
|
293
|
-
};
|
|
294
|
-
status: {
|
|
295
|
-
type: import("vue").PropType<import("..").InputStatus>;
|
|
296
|
-
default: string;
|
|
297
|
-
validator: (value: import("..").InputStatus) => boolean;
|
|
298
|
-
};
|
|
299
|
-
borderless: {
|
|
300
|
-
type: BooleanConstructor;
|
|
301
|
-
default: boolean;
|
|
302
|
-
};
|
|
303
|
-
append: {
|
|
304
|
-
type: StringConstructor;
|
|
305
|
-
default: string;
|
|
306
|
-
};
|
|
307
|
-
prepend: {
|
|
308
|
-
type: StringConstructor;
|
|
309
|
-
default: string;
|
|
310
|
-
};
|
|
311
|
-
rootAttrs: {
|
|
312
|
-
type: ObjectConstructor;
|
|
313
|
-
};
|
|
314
|
-
}>> & {
|
|
315
|
-
onFocus?: ((...args: any[]) => any) | undefined;
|
|
316
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
317
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
318
|
-
onInput?: ((...args: any[]) => any) | undefined;
|
|
319
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
320
|
-
"onAfter-reset"?: ((...args: any[]) => any) | undefined;
|
|
321
|
-
}, {
|
|
322
|
-
currentValue: import("vue").Ref<import("..").ModalValueType>;
|
|
323
|
-
displayValue: import("vue").ComputedRef<import("..").ModalValueType>;
|
|
324
|
-
isFocus: import("vue").Ref<boolean>;
|
|
325
|
-
input: import("vue").Ref<HTMLInputElement | null>;
|
|
326
|
-
clearable: import("vue").ComputedRef<boolean | "" | 0 | undefined>;
|
|
327
|
-
wrapClasses: import("vue").ComputedRef<(string | {
|
|
328
|
-
[x: string]: boolean | "" | 0 | undefined;
|
|
329
|
-
})[]>;
|
|
330
|
-
inputClasses: import("vue").ComputedRef<(string | {
|
|
331
|
-
[x: string]: boolean | import("vue").Slot | undefined;
|
|
332
|
-
})[]>;
|
|
333
|
-
inputAttrs: import("vue").ComputedRef<{
|
|
334
|
-
onInput(event: Event): void;
|
|
335
|
-
onChange(event: Event): void;
|
|
336
|
-
onBlur(event: FocusEvent): void;
|
|
337
|
-
onFocus(event: FocusEvent): void;
|
|
338
|
-
}>;
|
|
339
|
-
slots: Readonly<{
|
|
340
|
-
[name: string]: import("vue").Slot | undefined;
|
|
341
|
-
}>;
|
|
342
|
-
resetCurrentVal: () => void;
|
|
343
|
-
statusClasses: import("vue").ComputedRef<string>;
|
|
344
|
-
changeNumberValue: (changeType: "increase" | "decrease") => void;
|
|
345
|
-
isIncreaseDisabled: import("vue").Ref<boolean>;
|
|
346
|
-
isDecreaseDisabled: import("vue").Ref<boolean>;
|
|
347
|
-
isChangingNumber: import("vue").Ref<boolean>;
|
|
348
|
-
inputType: import("vue").ComputedRef<import("..").InputType>;
|
|
349
|
-
passwordIcon: import("vue").ComputedRef<"icon-eye-slash" | "icon-eye">;
|
|
350
|
-
toggleShowPassword: () => void;
|
|
351
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "focus" | "blur" | "change" | "update:modelValue" | "after-reset")[], string, {
|
|
352
|
-
type: import("..").InputType;
|
|
353
|
-
modelValue: import("..").ModalValueType;
|
|
354
|
-
disabled: boolean;
|
|
355
|
-
status: import("..").InputStatus;
|
|
356
|
-
size: import("..").InputSize;
|
|
357
|
-
block: boolean;
|
|
358
|
-
borderless: boolean;
|
|
359
|
-
append: string;
|
|
360
|
-
prepend: string;
|
|
361
|
-
}, {}, string> & {
|
|
362
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
363
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
364
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
365
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
366
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
367
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
368
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
369
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
370
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
371
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
372
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
373
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
374
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
375
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
376
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
137
|
+
disabled: {
|
|
138
|
+
type: BooleanConstructor;
|
|
139
|
+
default: boolean;
|
|
140
|
+
};
|
|
141
|
+
size: {
|
|
142
|
+
type: import("vue").PropType<import("..").InputSize>;
|
|
143
|
+
default: string;
|
|
144
|
+
validator: (value: import("..").InputSize) => boolean;
|
|
377
145
|
};
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
146
|
+
block: {
|
|
147
|
+
type: BooleanConstructor;
|
|
148
|
+
default: boolean;
|
|
149
|
+
};
|
|
150
|
+
status: {
|
|
151
|
+
type: import("vue").PropType<import("..").InputStatus>;
|
|
152
|
+
default: string;
|
|
153
|
+
validator: (value: import("..").InputStatus) => boolean;
|
|
154
|
+
};
|
|
155
|
+
borderless: {
|
|
156
|
+
type: BooleanConstructor;
|
|
157
|
+
default: boolean;
|
|
158
|
+
};
|
|
159
|
+
append: {
|
|
160
|
+
type: StringConstructor;
|
|
161
|
+
default: string;
|
|
162
|
+
};
|
|
163
|
+
prepend: {
|
|
164
|
+
type: StringConstructor;
|
|
165
|
+
default: string;
|
|
166
|
+
};
|
|
167
|
+
rootAttrs: {
|
|
168
|
+
type: ObjectConstructor;
|
|
169
|
+
};
|
|
170
|
+
}>> & {
|
|
171
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
172
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
173
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
174
|
+
onInput?: ((...args: any[]) => any) | undefined;
|
|
175
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
176
|
+
"onAfter-reset"?: ((...args: any[]) => any) | undefined;
|
|
177
|
+
}, "type" | "modelValue" | "disabled" | "size" | "status" | "block" | "borderless" | "append" | "prepend">;
|
|
178
|
+
$attrs: {
|
|
179
|
+
[x: string]: unknown;
|
|
180
|
+
};
|
|
181
|
+
$refs: {
|
|
182
|
+
[x: string]: unknown;
|
|
183
|
+
};
|
|
184
|
+
$slots: Readonly<{
|
|
185
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
186
|
+
}>;
|
|
187
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
188
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
189
|
+
$emit: (event: "input" | "focus" | "blur" | "change" | "update:modelValue" | "after-reset", ...args: any[]) => void;
|
|
190
|
+
$el: any;
|
|
191
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
382
192
|
modelValue: {
|
|
383
193
|
type: import("vue").PropType<import("..").ModalValueType>;
|
|
384
194
|
default: string;
|
|
@@ -428,7 +238,7 @@ declare const DaoAutocomplete: {
|
|
|
428
238
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
429
239
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
430
240
|
"onAfter-reset"?: ((...args: any[]) => any) | undefined;
|
|
431
|
-
}
|
|
241
|
+
}, {
|
|
432
242
|
currentValue: import("vue").Ref<import("..").ModalValueType>;
|
|
433
243
|
displayValue: import("vue").ComputedRef<import("..").ModalValueType>;
|
|
434
244
|
isFocus: import("vue").Ref<boolean>;
|
|
@@ -438,7 +248,7 @@ declare const DaoAutocomplete: {
|
|
|
438
248
|
[x: string]: boolean | "" | 0 | undefined;
|
|
439
249
|
})[]>;
|
|
440
250
|
inputClasses: import("vue").ComputedRef<(string | {
|
|
441
|
-
[x: string]: boolean | import("vue").Slot | undefined;
|
|
251
|
+
[x: string]: boolean | import("vue").Slot<any> | undefined;
|
|
442
252
|
})[]>;
|
|
443
253
|
inputAttrs: import("vue").ComputedRef<{
|
|
444
254
|
onInput(event: Event): void;
|
|
@@ -447,7 +257,7 @@ declare const DaoAutocomplete: {
|
|
|
447
257
|
onFocus(event: FocusEvent): void;
|
|
448
258
|
}>;
|
|
449
259
|
slots: Readonly<{
|
|
450
|
-
[name: string]: import("vue").Slot | undefined;
|
|
260
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
451
261
|
}>;
|
|
452
262
|
resetCurrentVal: () => void;
|
|
453
263
|
statusClasses: import("vue").ComputedRef<string>;
|
|
@@ -458,56 +268,219 @@ declare const DaoAutocomplete: {
|
|
|
458
268
|
inputType: import("vue").ComputedRef<import("..").InputType>;
|
|
459
269
|
passwordIcon: import("vue").ComputedRef<"icon-eye-slash" | "icon-eye">;
|
|
460
270
|
toggleShowPassword: () => void;
|
|
461
|
-
}
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
271
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "focus" | "blur" | "change" | "update:modelValue" | "after-reset")[], string, {
|
|
272
|
+
type: import("..").InputType;
|
|
273
|
+
modelValue: import("..").ModalValueType;
|
|
274
|
+
disabled: boolean;
|
|
275
|
+
size: import("..").InputSize;
|
|
276
|
+
status: import("..").InputStatus;
|
|
277
|
+
block: boolean;
|
|
278
|
+
borderless: boolean;
|
|
279
|
+
append: string;
|
|
280
|
+
prepend: string;
|
|
281
|
+
}, {}, string, {}> & {
|
|
282
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
283
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
284
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
285
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
286
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
287
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
288
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
289
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
290
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
291
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
292
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
293
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
294
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
295
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
296
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
297
|
+
};
|
|
298
|
+
$forceUpdate: () => void;
|
|
299
|
+
$nextTick: typeof import("vue").nextTick;
|
|
300
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
301
|
+
} & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
302
|
+
modelValue: {
|
|
303
|
+
type: import("vue").PropType<import("..").ModalValueType>;
|
|
304
|
+
default: string;
|
|
305
|
+
};
|
|
306
|
+
type: {
|
|
307
|
+
type: import("vue").PropType<import("..").InputType>;
|
|
308
|
+
default: string;
|
|
309
|
+
validator: (value: import("..").InputType) => boolean;
|
|
310
|
+
};
|
|
311
|
+
disabled: {
|
|
312
|
+
type: BooleanConstructor;
|
|
313
|
+
default: boolean;
|
|
314
|
+
};
|
|
315
|
+
size: {
|
|
316
|
+
type: import("vue").PropType<import("..").InputSize>;
|
|
317
|
+
default: string;
|
|
318
|
+
validator: (value: import("..").InputSize) => boolean;
|
|
319
|
+
};
|
|
320
|
+
block: {
|
|
321
|
+
type: BooleanConstructor;
|
|
322
|
+
default: boolean;
|
|
323
|
+
};
|
|
324
|
+
status: {
|
|
325
|
+
type: import("vue").PropType<import("..").InputStatus>;
|
|
326
|
+
default: string;
|
|
327
|
+
validator: (value: import("..").InputStatus) => boolean;
|
|
328
|
+
};
|
|
329
|
+
borderless: {
|
|
330
|
+
type: BooleanConstructor;
|
|
331
|
+
default: boolean;
|
|
332
|
+
};
|
|
333
|
+
append: {
|
|
334
|
+
type: StringConstructor;
|
|
335
|
+
default: string;
|
|
336
|
+
};
|
|
337
|
+
prepend: {
|
|
338
|
+
type: StringConstructor;
|
|
339
|
+
default: string;
|
|
340
|
+
};
|
|
341
|
+
rootAttrs: {
|
|
342
|
+
type: ObjectConstructor;
|
|
343
|
+
};
|
|
344
|
+
}>> & {
|
|
345
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
346
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
347
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
348
|
+
onInput?: ((...args: any[]) => any) | undefined;
|
|
349
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
350
|
+
"onAfter-reset"?: ((...args: any[]) => any) | undefined;
|
|
351
|
+
}, "input" | "slots" | "currentValue" | "displayValue" | "isFocus" | "clearable" | "wrapClasses" | "inputClasses" | "inputAttrs" | "resetCurrentVal" | "statusClasses" | "changeNumberValue" | "isIncreaseDisabled" | "isDecreaseDisabled" | "isChangingNumber" | "inputType" | "passwordIcon" | "toggleShowPassword"> & import("vue").ShallowUnwrapRef<{
|
|
352
|
+
currentValue: import("vue").Ref<import("..").ModalValueType>;
|
|
353
|
+
displayValue: import("vue").ComputedRef<import("..").ModalValueType>;
|
|
354
|
+
isFocus: import("vue").Ref<boolean>;
|
|
355
|
+
input: import("vue").Ref<HTMLInputElement | null>;
|
|
356
|
+
clearable: import("vue").ComputedRef<boolean | "" | 0 | undefined>;
|
|
357
|
+
wrapClasses: import("vue").ComputedRef<(string | {
|
|
358
|
+
[x: string]: boolean | "" | 0 | undefined;
|
|
359
|
+
})[]>;
|
|
360
|
+
inputClasses: import("vue").ComputedRef<(string | {
|
|
361
|
+
[x: string]: boolean | import("vue").Slot<any> | undefined;
|
|
362
|
+
})[]>;
|
|
363
|
+
inputAttrs: import("vue").ComputedRef<{
|
|
364
|
+
onInput(event: Event): void;
|
|
365
|
+
onChange(event: Event): void;
|
|
366
|
+
onBlur(event: FocusEvent): void;
|
|
367
|
+
onFocus(event: FocusEvent): void;
|
|
368
|
+
}>;
|
|
369
|
+
slots: Readonly<{
|
|
370
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
371
|
+
}>;
|
|
372
|
+
resetCurrentVal: () => void;
|
|
373
|
+
statusClasses: import("vue").ComputedRef<string>;
|
|
374
|
+
changeNumberValue: (changeType: "increase" | "decrease") => void;
|
|
375
|
+
isIncreaseDisabled: import("vue").Ref<boolean>;
|
|
376
|
+
isDecreaseDisabled: import("vue").Ref<boolean>;
|
|
377
|
+
isChangingNumber: import("vue").Ref<boolean>;
|
|
378
|
+
inputType: import("vue").ComputedRef<import("..").InputType>;
|
|
379
|
+
passwordIcon: import("vue").ComputedRef<"icon-eye-slash" | "icon-eye">;
|
|
380
|
+
toggleShowPassword: () => void;
|
|
381
|
+
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
382
|
+
$props: Partial<import("..").InputProps>;
|
|
383
|
+
$slots: {
|
|
384
|
+
prefix: SlotFn;
|
|
385
|
+
suffix: SlotFn;
|
|
386
|
+
prepend: SlotFn;
|
|
387
|
+
append: SlotFn;
|
|
388
|
+
};
|
|
389
|
+
}) | undefined>;
|
|
390
|
+
inputWidth: import("vue").ComputedRef<any>;
|
|
391
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
392
|
+
'update:modelValue': (val: import("..").ModalValueType) => void;
|
|
393
|
+
blur: (event: FocusEvent) => void;
|
|
394
|
+
focus: (event: FocusEvent) => void;
|
|
395
|
+
change: (val: import("..").ModalValueType) => void;
|
|
396
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
397
|
+
modelValue: {
|
|
398
|
+
type: import("vue").PropType<import("..").ModalValueType>;
|
|
399
|
+
default: string;
|
|
506
400
|
};
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
401
|
+
options: {
|
|
402
|
+
type: import("vue").PropType<AutocompleteOption>;
|
|
403
|
+
default: () => string[];
|
|
404
|
+
};
|
|
405
|
+
loading: {
|
|
406
|
+
type: BooleanConstructor;
|
|
407
|
+
default: undefined;
|
|
408
|
+
};
|
|
409
|
+
debounce: {
|
|
410
|
+
type: NumberConstructor;
|
|
411
|
+
default: number;
|
|
412
|
+
};
|
|
413
|
+
popperClass: {
|
|
414
|
+
type: StringConstructor;
|
|
415
|
+
};
|
|
416
|
+
valueKey: {
|
|
417
|
+
type: StringConstructor;
|
|
418
|
+
default: string;
|
|
419
|
+
};
|
|
420
|
+
triggerOnFocus: {
|
|
421
|
+
type: BooleanConstructor;
|
|
422
|
+
default: boolean;
|
|
423
|
+
};
|
|
424
|
+
placeholder: {
|
|
425
|
+
type: StringConstructor;
|
|
426
|
+
default: string;
|
|
427
|
+
};
|
|
428
|
+
disabled: {
|
|
429
|
+
type: BooleanConstructor;
|
|
430
|
+
default: boolean;
|
|
431
|
+
};
|
|
432
|
+
status: {
|
|
433
|
+
type: import("vue").PropType<import("..").InputStatus>;
|
|
434
|
+
default: string;
|
|
435
|
+
validator: (value: import("..").InputStatus) => boolean;
|
|
436
|
+
};
|
|
437
|
+
size: {
|
|
438
|
+
type: import("vue").PropType<import("..").InputSize>;
|
|
439
|
+
default: string;
|
|
440
|
+
validator: (value: import("..").InputSize) => boolean;
|
|
441
|
+
};
|
|
442
|
+
block: {
|
|
443
|
+
type: BooleanConstructor;
|
|
444
|
+
default: boolean;
|
|
445
|
+
};
|
|
446
|
+
append: {
|
|
447
|
+
type: StringConstructor;
|
|
448
|
+
default: string;
|
|
449
|
+
};
|
|
450
|
+
prepend: {
|
|
451
|
+
type: StringConstructor;
|
|
452
|
+
default: string;
|
|
453
|
+
};
|
|
454
|
+
rootAttrs: {
|
|
455
|
+
type: ObjectConstructor;
|
|
456
|
+
};
|
|
457
|
+
}>> & {
|
|
458
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
459
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
460
|
+
onChange?: ((val: import("..").ModalValueType) => any) | undefined;
|
|
461
|
+
"onUpdate:modelValue"?: ((val: import("..").ModalValueType) => any) | undefined;
|
|
462
|
+
}, {
|
|
463
|
+
modelValue: import("..").ModalValueType;
|
|
464
|
+
disabled: boolean;
|
|
465
|
+
size: import("..").InputSize;
|
|
466
|
+
status: import("..").InputStatus;
|
|
467
|
+
options: AutocompleteOption;
|
|
468
|
+
loading: boolean;
|
|
469
|
+
block: boolean;
|
|
470
|
+
append: string;
|
|
471
|
+
prepend: string;
|
|
472
|
+
placeholder: string;
|
|
473
|
+
debounce: number;
|
|
474
|
+
valueKey: string;
|
|
475
|
+
triggerOnFocus: boolean;
|
|
476
|
+
}, true, {}, {}, {
|
|
477
|
+
P: {};
|
|
478
|
+
B: {};
|
|
479
|
+
D: {};
|
|
480
|
+
C: {};
|
|
481
|
+
M: {};
|
|
482
|
+
Defaults: {};
|
|
483
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
511
484
|
modelValue: {
|
|
512
485
|
type: import("vue").PropType<import("..").ModalValueType>;
|
|
513
486
|
default: string;
|
|
@@ -573,7 +546,7 @@ declare const DaoAutocomplete: {
|
|
|
573
546
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
574
547
|
onChange?: ((val: import("..").ModalValueType) => any) | undefined;
|
|
575
548
|
"onUpdate:modelValue"?: ((val: import("..").ModalValueType) => any) | undefined;
|
|
576
|
-
}
|
|
549
|
+
}, {
|
|
577
550
|
ns: string;
|
|
578
551
|
t: import("vue-i18n").ComposerTranslation<{
|
|
579
552
|
[x: string]: import("@intlify/core-base").LocaleMessage<import("vue-i18n").VueMessageType>;
|
|
@@ -606,13 +579,30 @@ declare const DaoAutocomplete: {
|
|
|
606
579
|
type: import("..").InputType;
|
|
607
580
|
modelValue: import("..").ModalValueType;
|
|
608
581
|
disabled: boolean;
|
|
609
|
-
status: import("..").InputStatus;
|
|
610
582
|
size: import("..").InputSize;
|
|
583
|
+
status: import("..").InputStatus;
|
|
611
584
|
block: boolean;
|
|
612
585
|
borderless: boolean;
|
|
613
586
|
append: string;
|
|
614
587
|
prepend: string;
|
|
615
|
-
}> & Omit<
|
|
588
|
+
}> & Omit<{
|
|
589
|
+
readonly type: import("..").InputType;
|
|
590
|
+
readonly modelValue: import("..").ModalValueType;
|
|
591
|
+
readonly disabled: boolean;
|
|
592
|
+
readonly size: import("..").InputSize;
|
|
593
|
+
readonly status: import("..").InputStatus;
|
|
594
|
+
readonly block: boolean;
|
|
595
|
+
readonly borderless: boolean;
|
|
596
|
+
readonly append: string;
|
|
597
|
+
readonly prepend: string;
|
|
598
|
+
readonly rootAttrs?: Record<string, any> | undefined;
|
|
599
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
600
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
601
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
602
|
+
onInput?: ((...args: any[]) => any) | undefined;
|
|
603
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
604
|
+
"onAfter-reset"?: ((...args: any[]) => any) | undefined;
|
|
605
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
616
606
|
modelValue: {
|
|
617
607
|
type: import("vue").PropType<import("..").ModalValueType>;
|
|
618
608
|
default: string;
|
|
@@ -662,7 +652,7 @@ declare const DaoAutocomplete: {
|
|
|
662
652
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
663
653
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
664
654
|
"onAfter-reset"?: ((...args: any[]) => any) | undefined;
|
|
665
|
-
}
|
|
655
|
+
}, "type" | "modelValue" | "disabled" | "size" | "status" | "block" | "borderless" | "append" | "prepend">;
|
|
666
656
|
$attrs: {
|
|
667
657
|
[x: string]: unknown;
|
|
668
658
|
};
|
|
@@ -670,10 +660,10 @@ declare const DaoAutocomplete: {
|
|
|
670
660
|
[x: string]: unknown;
|
|
671
661
|
};
|
|
672
662
|
$slots: Readonly<{
|
|
673
|
-
[name: string]: import("vue").Slot | undefined;
|
|
663
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
674
664
|
}>;
|
|
675
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
676
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
665
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
666
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
677
667
|
$emit: (event: "input" | "focus" | "blur" | "change" | "update:modelValue" | "after-reset", ...args: any[]) => void;
|
|
678
668
|
$el: any;
|
|
679
669
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -736,7 +726,7 @@ declare const DaoAutocomplete: {
|
|
|
736
726
|
[x: string]: boolean | "" | 0 | undefined;
|
|
737
727
|
})[]>;
|
|
738
728
|
inputClasses: import("vue").ComputedRef<(string | {
|
|
739
|
-
[x: string]: boolean | import("vue").Slot | undefined;
|
|
729
|
+
[x: string]: boolean | import("vue").Slot<any> | undefined;
|
|
740
730
|
})[]>;
|
|
741
731
|
inputAttrs: import("vue").ComputedRef<{
|
|
742
732
|
onInput(event: Event): void;
|
|
@@ -745,7 +735,7 @@ declare const DaoAutocomplete: {
|
|
|
745
735
|
onFocus(event: FocusEvent): void;
|
|
746
736
|
}>;
|
|
747
737
|
slots: Readonly<{
|
|
748
|
-
[name: string]: import("vue").Slot | undefined;
|
|
738
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
749
739
|
}>;
|
|
750
740
|
resetCurrentVal: () => void;
|
|
751
741
|
statusClasses: import("vue").ComputedRef<string>;
|
|
@@ -760,13 +750,13 @@ declare const DaoAutocomplete: {
|
|
|
760
750
|
type: import("..").InputType;
|
|
761
751
|
modelValue: import("..").ModalValueType;
|
|
762
752
|
disabled: boolean;
|
|
763
|
-
status: import("..").InputStatus;
|
|
764
753
|
size: import("..").InputSize;
|
|
754
|
+
status: import("..").InputStatus;
|
|
765
755
|
block: boolean;
|
|
766
756
|
borderless: boolean;
|
|
767
757
|
append: string;
|
|
768
758
|
prepend: string;
|
|
769
|
-
}, {}, string> & {
|
|
759
|
+
}, {}, string, {}> & {
|
|
770
760
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
771
761
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
772
762
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -781,12 +771,12 @@ declare const DaoAutocomplete: {
|
|
|
781
771
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
782
772
|
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
783
773
|
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
784
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
774
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
785
775
|
};
|
|
786
776
|
$forceUpdate: () => void;
|
|
787
777
|
$nextTick: typeof import("vue").nextTick;
|
|
788
778
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
789
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
779
|
+
} & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
790
780
|
modelValue: {
|
|
791
781
|
type: import("vue").PropType<import("..").ModalValueType>;
|
|
792
782
|
default: string;
|
|
@@ -836,7 +826,7 @@ declare const DaoAutocomplete: {
|
|
|
836
826
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
837
827
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
838
828
|
"onAfter-reset"?: ((...args: any[]) => any) | undefined;
|
|
839
|
-
} & import("vue").ShallowUnwrapRef<{
|
|
829
|
+
}, "input" | "slots" | "currentValue" | "displayValue" | "isFocus" | "clearable" | "wrapClasses" | "inputClasses" | "inputAttrs" | "resetCurrentVal" | "statusClasses" | "changeNumberValue" | "isIncreaseDisabled" | "isDecreaseDisabled" | "isChangingNumber" | "inputType" | "passwordIcon" | "toggleShowPassword"> & import("vue").ShallowUnwrapRef<{
|
|
840
830
|
currentValue: import("vue").Ref<import("..").ModalValueType>;
|
|
841
831
|
displayValue: import("vue").ComputedRef<import("..").ModalValueType>;
|
|
842
832
|
isFocus: import("vue").Ref<boolean>;
|
|
@@ -846,7 +836,7 @@ declare const DaoAutocomplete: {
|
|
|
846
836
|
[x: string]: boolean | "" | 0 | undefined;
|
|
847
837
|
})[]>;
|
|
848
838
|
inputClasses: import("vue").ComputedRef<(string | {
|
|
849
|
-
[x: string]: boolean | import("vue").Slot | undefined;
|
|
839
|
+
[x: string]: boolean | import("vue").Slot<any> | undefined;
|
|
850
840
|
})[]>;
|
|
851
841
|
inputAttrs: import("vue").ComputedRef<{
|
|
852
842
|
onInput(event: Event): void;
|
|
@@ -855,7 +845,7 @@ declare const DaoAutocomplete: {
|
|
|
855
845
|
onFocus(event: FocusEvent): void;
|
|
856
846
|
}>;
|
|
857
847
|
slots: Readonly<{
|
|
858
|
-
[name: string]: import("vue").Slot | undefined;
|
|
848
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
859
849
|
}>;
|
|
860
850
|
resetCurrentVal: () => void;
|
|
861
851
|
statusClasses: import("vue").ComputedRef<string>;
|
|
@@ -876,7 +866,21 @@ declare const DaoAutocomplete: {
|
|
|
876
866
|
};
|
|
877
867
|
}) | undefined>;
|
|
878
868
|
inputWidth: import("vue").ComputedRef<any>;
|
|
879
|
-
}
|
|
869
|
+
}, {}, {}, {}, {
|
|
870
|
+
modelValue: import("..").ModalValueType;
|
|
871
|
+
disabled: boolean;
|
|
872
|
+
size: import("..").InputSize;
|
|
873
|
+
status: import("..").InputStatus;
|
|
874
|
+
options: AutocompleteOption;
|
|
875
|
+
loading: boolean;
|
|
876
|
+
block: boolean;
|
|
877
|
+
append: string;
|
|
878
|
+
prepend: string;
|
|
879
|
+
placeholder: string;
|
|
880
|
+
debounce: number;
|
|
881
|
+
valueKey: string;
|
|
882
|
+
triggerOnFocus: boolean;
|
|
883
|
+
}>;
|
|
880
884
|
__isFragment?: undefined;
|
|
881
885
|
__isTeleport?: undefined;
|
|
882
886
|
__isSuspense?: undefined;
|
|
@@ -979,13 +983,30 @@ declare const DaoAutocomplete: {
|
|
|
979
983
|
type: import("..").InputType;
|
|
980
984
|
modelValue: import("..").ModalValueType;
|
|
981
985
|
disabled: boolean;
|
|
982
|
-
status: import("..").InputStatus;
|
|
983
986
|
size: import("..").InputSize;
|
|
987
|
+
status: import("..").InputStatus;
|
|
984
988
|
block: boolean;
|
|
985
989
|
borderless: boolean;
|
|
986
990
|
append: string;
|
|
987
991
|
prepend: string;
|
|
988
|
-
}> & Omit<
|
|
992
|
+
}> & Omit<{
|
|
993
|
+
readonly type: import("..").InputType;
|
|
994
|
+
readonly modelValue: import("..").ModalValueType;
|
|
995
|
+
readonly disabled: boolean;
|
|
996
|
+
readonly size: import("..").InputSize;
|
|
997
|
+
readonly status: import("..").InputStatus;
|
|
998
|
+
readonly block: boolean;
|
|
999
|
+
readonly borderless: boolean;
|
|
1000
|
+
readonly append: string;
|
|
1001
|
+
readonly prepend: string;
|
|
1002
|
+
readonly rootAttrs?: Record<string, any> | undefined;
|
|
1003
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
1004
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
1005
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
1006
|
+
onInput?: ((...args: any[]) => any) | undefined;
|
|
1007
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1008
|
+
"onAfter-reset"?: ((...args: any[]) => any) | undefined;
|
|
1009
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
989
1010
|
modelValue: {
|
|
990
1011
|
type: import("vue").PropType<import("..").ModalValueType>;
|
|
991
1012
|
default: string;
|
|
@@ -1035,7 +1056,7 @@ declare const DaoAutocomplete: {
|
|
|
1035
1056
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
1036
1057
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1037
1058
|
"onAfter-reset"?: ((...args: any[]) => any) | undefined;
|
|
1038
|
-
}
|
|
1059
|
+
}, "type" | "modelValue" | "disabled" | "size" | "status" | "block" | "borderless" | "append" | "prepend">;
|
|
1039
1060
|
$attrs: {
|
|
1040
1061
|
[x: string]: unknown;
|
|
1041
1062
|
};
|
|
@@ -1043,10 +1064,10 @@ declare const DaoAutocomplete: {
|
|
|
1043
1064
|
[x: string]: unknown;
|
|
1044
1065
|
};
|
|
1045
1066
|
$slots: Readonly<{
|
|
1046
|
-
[name: string]: import("vue").Slot | undefined;
|
|
1067
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
1047
1068
|
}>;
|
|
1048
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
1049
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
1069
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
1070
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
1050
1071
|
$emit: (event: "input" | "focus" | "blur" | "change" | "update:modelValue" | "after-reset", ...args: any[]) => void;
|
|
1051
1072
|
$el: any;
|
|
1052
1073
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1109,7 +1130,7 @@ declare const DaoAutocomplete: {
|
|
|
1109
1130
|
[x: string]: boolean | "" | 0 | undefined;
|
|
1110
1131
|
})[]>;
|
|
1111
1132
|
inputClasses: import("vue").ComputedRef<(string | {
|
|
1112
|
-
[x: string]: boolean | import("vue").Slot | undefined;
|
|
1133
|
+
[x: string]: boolean | import("vue").Slot<any> | undefined;
|
|
1113
1134
|
})[]>;
|
|
1114
1135
|
inputAttrs: import("vue").ComputedRef<{
|
|
1115
1136
|
onInput(event: Event): void;
|
|
@@ -1118,7 +1139,7 @@ declare const DaoAutocomplete: {
|
|
|
1118
1139
|
onFocus(event: FocusEvent): void;
|
|
1119
1140
|
}>;
|
|
1120
1141
|
slots: Readonly<{
|
|
1121
|
-
[name: string]: import("vue").Slot | undefined;
|
|
1142
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
1122
1143
|
}>;
|
|
1123
1144
|
resetCurrentVal: () => void;
|
|
1124
1145
|
statusClasses: import("vue").ComputedRef<string>;
|
|
@@ -1133,13 +1154,13 @@ declare const DaoAutocomplete: {
|
|
|
1133
1154
|
type: import("..").InputType;
|
|
1134
1155
|
modelValue: import("..").ModalValueType;
|
|
1135
1156
|
disabled: boolean;
|
|
1136
|
-
status: import("..").InputStatus;
|
|
1137
1157
|
size: import("..").InputSize;
|
|
1158
|
+
status: import("..").InputStatus;
|
|
1138
1159
|
block: boolean;
|
|
1139
1160
|
borderless: boolean;
|
|
1140
1161
|
append: string;
|
|
1141
1162
|
prepend: string;
|
|
1142
|
-
}, {}, string> & {
|
|
1163
|
+
}, {}, string, {}> & {
|
|
1143
1164
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
1144
1165
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
1145
1166
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -1154,12 +1175,12 @@ declare const DaoAutocomplete: {
|
|
|
1154
1175
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
1155
1176
|
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
1156
1177
|
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
1157
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
1178
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
1158
1179
|
};
|
|
1159
1180
|
$forceUpdate: () => void;
|
|
1160
1181
|
$nextTick: typeof import("vue").nextTick;
|
|
1161
1182
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
1162
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
1183
|
+
} & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1163
1184
|
modelValue: {
|
|
1164
1185
|
type: import("vue").PropType<import("..").ModalValueType>;
|
|
1165
1186
|
default: string;
|
|
@@ -1209,7 +1230,7 @@ declare const DaoAutocomplete: {
|
|
|
1209
1230
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
1210
1231
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1211
1232
|
"onAfter-reset"?: ((...args: any[]) => any) | undefined;
|
|
1212
|
-
} & import("vue").ShallowUnwrapRef<{
|
|
1233
|
+
}, "input" | "slots" | "currentValue" | "displayValue" | "isFocus" | "clearable" | "wrapClasses" | "inputClasses" | "inputAttrs" | "resetCurrentVal" | "statusClasses" | "changeNumberValue" | "isIncreaseDisabled" | "isDecreaseDisabled" | "isChangingNumber" | "inputType" | "passwordIcon" | "toggleShowPassword"> & import("vue").ShallowUnwrapRef<{
|
|
1213
1234
|
currentValue: import("vue").Ref<import("..").ModalValueType>;
|
|
1214
1235
|
displayValue: import("vue").ComputedRef<import("..").ModalValueType>;
|
|
1215
1236
|
isFocus: import("vue").Ref<boolean>;
|
|
@@ -1219,7 +1240,7 @@ declare const DaoAutocomplete: {
|
|
|
1219
1240
|
[x: string]: boolean | "" | 0 | undefined;
|
|
1220
1241
|
})[]>;
|
|
1221
1242
|
inputClasses: import("vue").ComputedRef<(string | {
|
|
1222
|
-
[x: string]: boolean | import("vue").Slot | undefined;
|
|
1243
|
+
[x: string]: boolean | import("vue").Slot<any> | undefined;
|
|
1223
1244
|
})[]>;
|
|
1224
1245
|
inputAttrs: import("vue").ComputedRef<{
|
|
1225
1246
|
onInput(event: Event): void;
|
|
@@ -1228,7 +1249,7 @@ declare const DaoAutocomplete: {
|
|
|
1228
1249
|
onFocus(event: FocusEvent): void;
|
|
1229
1250
|
}>;
|
|
1230
1251
|
slots: Readonly<{
|
|
1231
|
-
[name: string]: import("vue").Slot | undefined;
|
|
1252
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
1232
1253
|
}>;
|
|
1233
1254
|
resetCurrentVal: () => void;
|
|
1234
1255
|
statusClasses: import("vue").ComputedRef<string>;
|
|
@@ -1257,18 +1278,18 @@ declare const DaoAutocomplete: {
|
|
|
1257
1278
|
}, string, {
|
|
1258
1279
|
modelValue: import("..").ModalValueType;
|
|
1259
1280
|
disabled: boolean;
|
|
1260
|
-
status: import("..").InputStatus;
|
|
1261
1281
|
size: import("..").InputSize;
|
|
1262
|
-
|
|
1282
|
+
status: import("..").InputStatus;
|
|
1263
1283
|
options: AutocompleteOption;
|
|
1264
1284
|
loading: boolean;
|
|
1285
|
+
block: boolean;
|
|
1265
1286
|
append: string;
|
|
1266
1287
|
prepend: string;
|
|
1267
1288
|
placeholder: string;
|
|
1268
1289
|
debounce: number;
|
|
1269
1290
|
valueKey: string;
|
|
1270
1291
|
triggerOnFocus: boolean;
|
|
1271
|
-
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new <T_1 extends AutocompleteOption, AutocompleteOptionItem extends GetAutocompleteOptionItem<T_1>>(props: {
|
|
1292
|
+
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new <T_1 extends AutocompleteOption, AutocompleteOptionItem extends GetAutocompleteOptionItem<T_1>>(props: {
|
|
1272
1293
|
options?: T_1 | undefined;
|
|
1273
1294
|
}) => {
|
|
1274
1295
|
$props: Partial<{
|