@aplus-frontend/ui 0.4.1 → 0.4.3
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/es/src/ap-field/date/helper.d.ts +1 -1
- package/es/src/ap-field/date/helper.mjs +9 -9
- package/es/src/ap-field/date/index.vue.mjs +33 -25
- package/es/src/ap-field/date-range/index.vue.mjs +44 -43
- package/es/src/ap-field/interface.d.ts +0 -6
- package/es/src/ap-field/number/index.vue.d.ts +322 -1
- package/es/src/ap-field/radio/index.vue.d.ts +98 -2
- package/es/src/ap-field/rate/index.vue.d.ts +82 -1
- package/es/src/ap-field/select/index.vue.d.ts +407 -1
- package/es/src/ap-field/select/index.vue.mjs +14 -13
- package/es/src/ap-field/slider/index.vue.d.ts +257 -1
- package/es/src/ap-field/text-area/index.vue.d.ts +267 -2
- package/es/src/ap-form/ap-form.vue.d.ts +636 -1
- package/es/src/ap-form/drawer-form/index.vue.d.ts +1454 -4
- package/es/src/ap-form/item/index.vue.d.ts +777 -1
- package/es/src/ap-form/items/number/index.vue.d.ts +783 -2
- package/es/src/ap-form/items/radio/index.vue.d.ts +221 -3
- package/es/src/ap-form/items/text/index.vue.d.ts +139 -2
- package/es/src/ap-form/items/text/password.vue.d.ts +148 -1
- package/es/src/ap-form/items/text-area/index.vue.d.ts +566 -3
- package/es/src/ap-form/modal-form/index.vue.d.ts +1454 -5
- package/es/src/ap-form/modal-form/index.vue.mjs +64 -66
- package/es/src/ap-form/search-form/index.vue.d.ts +1454 -3
- package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +4 -1
- package/es/src/ap-list/index.vue.d.ts +1 -1
- package/es/src/ap-scroll-bar/ap-scroll-bar.vue.d.ts +3 -1
- package/es/src/ap-scroll-bar/index.d.ts +3 -1
- package/es/src/ap-table/ap-table.vue.d.ts +1 -1
- package/es/src/ap-table/ap-table.vue2.mjs +98 -97
- package/es/src/ap-table/constants.d.ts +2263 -13
- package/es/src/ap-table/context.d.ts +1 -0
- package/es/src/ap-table/context.mjs +11 -10
- package/es/src/ap-table/utils.d.ts +1180 -8
- package/es/src/ap-tag/ap-tag-group.vue.d.ts +3 -1
- package/es/src/ap-upload/apUpload.vue.d.ts +3 -1
- package/es/src/ap-upload/components/MultipleFile.vue.d.ts +453 -2
- package/es/src/ap-upload/components/Picture.vue.d.ts +3 -1
- package/es/src/ap-upload/components/SingleFile.vue.d.ts +3 -1
- package/es/src/business/ap-batch-action/ApBatchAction.vue.d.ts +8 -4
- package/es/src/business/ap-batch-action/ApBatchAction.vue2.mjs +45 -55
- package/es/src/business/ap-batch-action/index.d.ts +5 -3
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +1 -1
- package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +66 -61
- package/es/src/business/ap-group-search/ap-group-search.vue.d.ts +3 -1
- package/es/src/business/ap-group-search/ap-group-search.vue2.mjs +9 -8
- package/es/src/business/ap-group-search/extension-select/index.vue.d.ts +3 -1
- package/es/src/business/ap-group-search/extension-select/index.vue2.mjs +8 -7
- package/es/src/business/ap-group-search/index.d.ts +418 -4
- package/es/src/business/ap-group-search/popover-select/index.vue.d.ts +413 -3
- package/es/src/business/ap-group-search/popover-select/index.vue2.mjs +15 -14
- package/es/src/business/ap-select-layout/select-layout.vue.d.ts +1 -1
- package/es/src/business/ap-table-modal/index.d.ts +22 -2
- package/es/src/business/ap-table-modal/interface.d.ts +2 -2
- package/es/src/business/ap-table-modal/table-modal.vue.d.ts +22 -2
- package/es/src/business/batch-input-group/index.vue.d.ts +146 -3
- package/es/src/business/batch-input-group/popover-input/index.vue.d.ts +267 -2
- package/es/src/business/hooks/usePageListApTable.mjs +20 -18
- package/es/src/editable-table/form-item.vue.d.ts +1 -1
- package/es/src/editable-table/index.vue.d.ts +1 -1
- package/es/src/work-order-modal/work-order-modal.vue.d.ts +827 -2
- package/lib/src/ap-field/date/helper.d.ts +1 -1
- package/lib/src/ap-field/date/helper.js +1 -1
- package/lib/src/ap-field/date/index.vue.js +1 -1
- package/lib/src/ap-field/date-range/index.vue.js +1 -1
- package/lib/src/ap-field/interface.d.ts +0 -6
- package/lib/src/ap-field/number/index.vue.d.ts +322 -1
- package/lib/src/ap-field/radio/index.vue.d.ts +98 -2
- package/lib/src/ap-field/rate/index.vue.d.ts +82 -1
- package/lib/src/ap-field/select/index.vue.d.ts +407 -1
- package/lib/src/ap-field/select/index.vue.js +1 -1
- package/lib/src/ap-field/slider/index.vue.d.ts +257 -1
- package/lib/src/ap-field/text-area/index.vue.d.ts +267 -2
- package/lib/src/ap-form/ap-form.vue.d.ts +636 -1
- package/lib/src/ap-form/drawer-form/index.vue.d.ts +1454 -4
- package/lib/src/ap-form/item/index.vue.d.ts +777 -1
- package/lib/src/ap-form/items/number/index.vue.d.ts +783 -2
- package/lib/src/ap-form/items/radio/index.vue.d.ts +221 -3
- package/lib/src/ap-form/items/text/index.vue.d.ts +139 -2
- package/lib/src/ap-form/items/text/password.vue.d.ts +148 -1
- package/lib/src/ap-form/items/text-area/index.vue.d.ts +566 -3
- package/lib/src/ap-form/modal-form/index.vue.d.ts +1454 -5
- package/lib/src/ap-form/modal-form/index.vue.js +1 -1
- package/lib/src/ap-form/search-form/index.vue.d.ts +1454 -3
- package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +4 -1
- package/lib/src/ap-list/index.vue.d.ts +1 -1
- package/lib/src/ap-scroll-bar/ap-scroll-bar.vue.d.ts +3 -1
- package/lib/src/ap-scroll-bar/index.d.ts +3 -1
- package/lib/src/ap-table/ap-table.vue.d.ts +1 -1
- package/lib/src/ap-table/ap-table.vue2.js +1 -1
- package/lib/src/ap-table/constants.d.ts +2263 -13
- package/lib/src/ap-table/context.d.ts +1 -0
- package/lib/src/ap-table/context.js +1 -1
- package/lib/src/ap-table/utils.d.ts +1180 -8
- package/lib/src/ap-tag/ap-tag-group.vue.d.ts +3 -1
- package/lib/src/ap-upload/apUpload.vue.d.ts +3 -1
- package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +453 -2
- package/lib/src/ap-upload/components/Picture.vue.d.ts +3 -1
- package/lib/src/ap-upload/components/SingleFile.vue.d.ts +3 -1
- package/lib/src/business/ap-batch-action/ApBatchAction.vue.d.ts +8 -4
- package/lib/src/business/ap-batch-action/ApBatchAction.vue2.js +1 -1
- package/lib/src/business/ap-batch-action/index.d.ts +5 -3
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +1 -1
- package/lib/src/business/ap-export-group/ApExportGroup.vue2.js +1 -1
- package/lib/src/business/ap-group-search/ap-group-search.vue.d.ts +3 -1
- package/lib/src/business/ap-group-search/ap-group-search.vue2.js +1 -1
- package/lib/src/business/ap-group-search/extension-select/index.vue.d.ts +3 -1
- package/lib/src/business/ap-group-search/extension-select/index.vue2.js +1 -1
- package/lib/src/business/ap-group-search/index.d.ts +418 -4
- package/lib/src/business/ap-group-search/popover-select/index.vue.d.ts +413 -3
- package/lib/src/business/ap-group-search/popover-select/index.vue2.js +2 -2
- package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +1 -1
- package/lib/src/business/ap-table-modal/index.d.ts +22 -2
- package/lib/src/business/ap-table-modal/interface.d.ts +2 -2
- package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +22 -2
- package/lib/src/business/batch-input-group/index.vue.d.ts +146 -3
- package/lib/src/business/batch-input-group/popover-input/index.vue.d.ts +267 -2
- package/lib/src/business/hooks/usePageListApTable.js +1 -1
- package/lib/src/editable-table/form-item.vue.d.ts +1 -1
- package/lib/src/editable-table/index.vue.d.ts +1 -1
- package/lib/src/work-order-modal/work-order-modal.vue.d.ts +827 -2
- package/package.json +5 -5
- package/theme/ap-form/index.css +3 -4
- package/theme/ap-form/modal-form.css +3 -4
- package/theme/ap-form/modal-form.less +3 -4
- package/theme/ap-table/ap-table.css +3 -4
- package/theme/ap-table-modal/index.css +3 -4
- package/theme/editable-table/index.css +3 -4
- package/theme/index.css +3 -4
|
@@ -1,16 +1,29 @@
|
|
|
1
1
|
import { ApFieldPassword } from '../ap-field';
|
|
2
2
|
import { ApTableValueFields } from './interface';
|
|
3
|
-
import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, VNode, RendererNode, RendererElement, DefineComponent,
|
|
3
|
+
import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentInternalInstance, ExtractPropTypes, PropType, Slot, ComponentPublicInstance, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, ComputedRef, VNode, RendererNode, RendererElement, DefineComponent, CSSProperties } from 'vue';
|
|
4
4
|
import { ApFormItemDateProps, ApFormItemDateRangeProps, ApFormItemNumberProps, ApFormItemRadioProps, ApFormItemSelectProps, ApFormItemSwitchProps, ApFormItemTextProps, ApFormItemTextAreaProps, ApFormItemCheckboxProps, ApFormItemTextPasswordProps } from '../ap-form/items/interface';
|
|
5
|
-
import { ApFieldDateProps, ApFormItemSlots, ApFieldDateRangeProps, ApFieldNumberProps, ApFieldRadioProps, ApFieldSelectProps, ApFieldSwitchProps, ApFieldTextProps, ApFormItemTextPassword, ApFieldTextAreaProps, ApFieldCheckboxProps, ApFieldTextPasswordProps,
|
|
5
|
+
import { ApFieldDateProps, ApFormItemSlots, ApFieldDateRangeProps, ApFieldNumberProps, FieldMode, ApFieldRadioProps, ApFieldSelectProps, ApFieldSwitchProps, ApFieldTextProps, ApFormItemTextPassword, ApFieldTextAreaProps, ApFieldCheckboxProps, ApFieldTextPasswordProps, ApActionGroupProps, GroupActionTypes } from '..';
|
|
6
|
+
import { ButtonSize, SizeType } from '@aplus-frontend/antdv/es/button';
|
|
7
|
+
import { ValueType } from '@aplus-frontend/antdv/es/input-number/src/utils/MiniDecimal';
|
|
8
|
+
import { KeyboardEventHandler, FocusEventHandler, ChangeEventHandler, CompositionEventHandler, MouseEventHandler } from '@aplus-frontend/antdv/es/_util/EventInterface';
|
|
9
|
+
import { VueTypeValidableDef } from '../../node_modules/vue-types';
|
|
10
|
+
import { VueNode, CustomSlotsType } from '@aplus-frontend/antdv/es/_util/type';
|
|
11
|
+
import { OnCleanup } from '@vue/reactivity';
|
|
12
|
+
import { RadioGroupChildOption } from '@aplus-frontend/antdv/es/radio/Group';
|
|
13
|
+
import { RadioGroupButtonStyle, RadioGroupOptionType } from '@aplus-frontend/antdv/es/radio/interface';
|
|
14
|
+
import { RadioChangeEvent, CheckboxOptionType } from '@aplus-frontend/antdv';
|
|
6
15
|
import { InputFocusOptions } from '@aplus-frontend/antdv/es/vc-input/utils/commonUtils';
|
|
16
|
+
import { ShowCountProps } from '@aplus-frontend/antdv/es/vc-input/inputProps';
|
|
7
17
|
import { ApFormItemTextGroup } from '../ap-form/items/text';
|
|
18
|
+
import { AutoSizeType } from '@aplus-frontend/antdv/es/input/inputProps';
|
|
8
19
|
import { LiteralUnion } from '../type';
|
|
9
20
|
import { ApFormatPresetType } from '../ap-field/date/interface';
|
|
10
21
|
import { SharedTimeProps } from '@aplus-frontend/antdv/es/vc-picker/panels/TimePanel';
|
|
11
22
|
import { Dayjs } from 'dayjs';
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
23
|
+
import { SelectValue, DefaultOptionType, LabeledValue } from '@aplus-frontend/antdv/es/select';
|
|
24
|
+
import { SelectHandler, FieldNames, FilterFunc } from '@aplus-frontend/antdv/es/vc-select/Select';
|
|
25
|
+
import { RenderDOMFunc, DropdownRender, CustomTagProps } from '@aplus-frontend/antdv/es/vc-select/BaseSelect';
|
|
26
|
+
import { AlignType } from '@aplus-frontend/antdv/es/vc-trigger/interface';
|
|
14
27
|
import { Trigger } from '@aplus-frontend/antdv/es/dropdown/props';
|
|
15
28
|
import { ApTableIndexProps, ApTableStatusProps } from './components/interface';
|
|
16
29
|
/**
|
|
@@ -153,7 +166,465 @@ export declare const apTableFormItemMap: {
|
|
|
153
166
|
hasFeedback: boolean;
|
|
154
167
|
autoLink: boolean;
|
|
155
168
|
validateFirst: boolean;
|
|
156
|
-
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
169
|
+
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
170
|
+
inputNumberRef: ({
|
|
171
|
+
$: ComponentInternalInstance;
|
|
172
|
+
$data: {};
|
|
173
|
+
$props: {
|
|
174
|
+
readonly mode?: FieldMode | undefined;
|
|
175
|
+
readonly class?: unknown;
|
|
176
|
+
readonly style?: unknown;
|
|
177
|
+
readonly size?: ButtonSize;
|
|
178
|
+
readonly onBlur?: ((e: FocusEvent) => void) | undefined;
|
|
179
|
+
readonly onChange?: ((value: ValueType) => void) | undefined;
|
|
180
|
+
readonly onFocus?: ((e: FocusEvent) => void) | undefined;
|
|
181
|
+
readonly onInput?: ((text: string) => void) | undefined;
|
|
182
|
+
readonly value?: ValueType | undefined;
|
|
183
|
+
readonly disabled?: boolean | undefined;
|
|
184
|
+
readonly bordered?: boolean | undefined;
|
|
185
|
+
readonly prefixCls?: string | undefined;
|
|
186
|
+
readonly status?: "" | "error" | "warning" | undefined;
|
|
187
|
+
readonly keyboard?: boolean | undefined;
|
|
188
|
+
readonly autofocus?: boolean | undefined;
|
|
189
|
+
readonly 'onUpdate:value'?: (((value: ValueType) => void) & ((...args: any[]) => any)) | undefined;
|
|
190
|
+
readonly max?: ValueType | undefined;
|
|
191
|
+
readonly min?: ValueType | undefined;
|
|
192
|
+
readonly defaultValue?: ValueType | undefined;
|
|
193
|
+
readonly onPressEnter?: KeyboardEventHandler | undefined;
|
|
194
|
+
readonly readonly?: boolean | undefined;
|
|
195
|
+
readonly stringMode?: boolean | undefined;
|
|
196
|
+
readonly step?: ValueType | undefined;
|
|
197
|
+
readonly controls?: boolean | undefined;
|
|
198
|
+
readonly parser?: ((displayValue: string) => ValueType) | undefined;
|
|
199
|
+
readonly formatter?: ((value: ValueType, info: {
|
|
200
|
+
userTyping: boolean;
|
|
201
|
+
input: string;
|
|
202
|
+
}) => string) | undefined;
|
|
203
|
+
readonly onStep?: ((value: ValueType, info: {
|
|
204
|
+
offset: ValueType;
|
|
205
|
+
type: "up" | "down";
|
|
206
|
+
}) => void) | undefined;
|
|
207
|
+
readonly type?: string | undefined;
|
|
208
|
+
readonly name?: string | undefined;
|
|
209
|
+
readonly id?: string | undefined;
|
|
210
|
+
readonly placeholder?: string | undefined;
|
|
211
|
+
readonly tabindex?: number | undefined;
|
|
212
|
+
readonly prefix?: any;
|
|
213
|
+
readonly suffix?: any;
|
|
214
|
+
readonly valueModifiers?: Record<string, any> | undefined;
|
|
215
|
+
readonly addonBefore?: any;
|
|
216
|
+
readonly addonAfter?: any;
|
|
217
|
+
readonly precision?: number | undefined;
|
|
218
|
+
readonly decimalSeparator?: string | undefined;
|
|
219
|
+
readonly emptyText?: string | undefined;
|
|
220
|
+
readonly thousands?: boolean | undefined;
|
|
221
|
+
readonly limitDecimalsRetain?: boolean | undefined;
|
|
222
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
223
|
+
$attrs: {
|
|
224
|
+
[x: string]: unknown;
|
|
225
|
+
};
|
|
226
|
+
$refs: {
|
|
227
|
+
[x: string]: unknown;
|
|
228
|
+
} & {
|
|
229
|
+
inputRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
230
|
+
size: {
|
|
231
|
+
type: PropType<ButtonSize>;
|
|
232
|
+
default: ButtonSize;
|
|
233
|
+
};
|
|
234
|
+
bordered: {
|
|
235
|
+
type: BooleanConstructor;
|
|
236
|
+
default: boolean;
|
|
237
|
+
};
|
|
238
|
+
placeholder: StringConstructor;
|
|
239
|
+
name: StringConstructor;
|
|
240
|
+
id: StringConstructor;
|
|
241
|
+
type: StringConstructor;
|
|
242
|
+
addonBefore: VueTypeValidableDef<any>;
|
|
243
|
+
addonAfter: VueTypeValidableDef<any>;
|
|
244
|
+
prefix: VueTypeValidableDef<any>;
|
|
245
|
+
suffix: VueTypeValidableDef<any>;
|
|
246
|
+
'onUpdate:value': {
|
|
247
|
+
type: PropType<(value: ValueType) => void>;
|
|
248
|
+
default: (value: ValueType) => void;
|
|
249
|
+
};
|
|
250
|
+
valueModifiers: ObjectConstructor;
|
|
251
|
+
status: {
|
|
252
|
+
type: PropType<"" | "error" | "warning">;
|
|
253
|
+
default: "" | "error" | "warning";
|
|
254
|
+
};
|
|
255
|
+
stringMode: {
|
|
256
|
+
type: BooleanConstructor;
|
|
257
|
+
default: boolean;
|
|
258
|
+
};
|
|
259
|
+
defaultValue: {
|
|
260
|
+
type: PropType<ValueType>;
|
|
261
|
+
default: ValueType;
|
|
262
|
+
};
|
|
263
|
+
value: {
|
|
264
|
+
type: PropType<ValueType>;
|
|
265
|
+
default: ValueType;
|
|
266
|
+
};
|
|
267
|
+
prefixCls: {
|
|
268
|
+
type: PropType<string>;
|
|
269
|
+
default: string;
|
|
270
|
+
};
|
|
271
|
+
min: {
|
|
272
|
+
type: PropType<ValueType>;
|
|
273
|
+
default: ValueType;
|
|
274
|
+
};
|
|
275
|
+
max: {
|
|
276
|
+
type: PropType<ValueType>;
|
|
277
|
+
default: ValueType;
|
|
278
|
+
};
|
|
279
|
+
step: {
|
|
280
|
+
type: PropType<ValueType>;
|
|
281
|
+
default: ValueType;
|
|
282
|
+
};
|
|
283
|
+
tabindex: NumberConstructor;
|
|
284
|
+
controls: {
|
|
285
|
+
type: BooleanConstructor;
|
|
286
|
+
default: boolean;
|
|
287
|
+
};
|
|
288
|
+
readonly: {
|
|
289
|
+
type: BooleanConstructor;
|
|
290
|
+
default: boolean;
|
|
291
|
+
};
|
|
292
|
+
disabled: {
|
|
293
|
+
type: BooleanConstructor;
|
|
294
|
+
default: boolean;
|
|
295
|
+
};
|
|
296
|
+
autofocus: {
|
|
297
|
+
type: BooleanConstructor;
|
|
298
|
+
default: boolean;
|
|
299
|
+
};
|
|
300
|
+
keyboard: {
|
|
301
|
+
type: BooleanConstructor;
|
|
302
|
+
default: boolean;
|
|
303
|
+
};
|
|
304
|
+
parser: {
|
|
305
|
+
type: PropType<(displayValue: string) => ValueType>;
|
|
306
|
+
default: (displayValue: string) => ValueType;
|
|
307
|
+
};
|
|
308
|
+
formatter: {
|
|
309
|
+
type: PropType<(value: ValueType, info: {
|
|
310
|
+
userTyping: boolean;
|
|
311
|
+
input: string;
|
|
312
|
+
}) => string>;
|
|
313
|
+
default: (value: ValueType, info: {
|
|
314
|
+
userTyping: boolean;
|
|
315
|
+
input: string;
|
|
316
|
+
}) => string;
|
|
317
|
+
};
|
|
318
|
+
precision: NumberConstructor;
|
|
319
|
+
decimalSeparator: StringConstructor;
|
|
320
|
+
onInput: {
|
|
321
|
+
type: PropType<(text: string) => void>;
|
|
322
|
+
default: (text: string) => void;
|
|
323
|
+
};
|
|
324
|
+
onChange: {
|
|
325
|
+
type: PropType<(value: ValueType) => void>;
|
|
326
|
+
default: (value: ValueType) => void;
|
|
327
|
+
};
|
|
328
|
+
onPressEnter: {
|
|
329
|
+
type: PropType<KeyboardEventHandler>;
|
|
330
|
+
default: KeyboardEventHandler;
|
|
331
|
+
};
|
|
332
|
+
onStep: {
|
|
333
|
+
type: PropType<(value: ValueType, info: {
|
|
334
|
+
offset: ValueType;
|
|
335
|
+
type: "up" | "down";
|
|
336
|
+
}) => void>;
|
|
337
|
+
default: (value: ValueType, info: {
|
|
338
|
+
offset: ValueType;
|
|
339
|
+
type: "up" | "down";
|
|
340
|
+
}) => void;
|
|
341
|
+
};
|
|
342
|
+
onBlur: {
|
|
343
|
+
type: PropType<(e: FocusEvent) => void>;
|
|
344
|
+
default: (e: FocusEvent) => void;
|
|
345
|
+
};
|
|
346
|
+
onFocus: {
|
|
347
|
+
type: PropType<(e: FocusEvent) => void>;
|
|
348
|
+
default: (e: FocusEvent) => void;
|
|
349
|
+
};
|
|
350
|
+
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
351
|
+
size: ButtonSize;
|
|
352
|
+
value: ValueType;
|
|
353
|
+
onFocus: (e: FocusEvent) => void;
|
|
354
|
+
onBlur: (e: FocusEvent) => void;
|
|
355
|
+
onChange: (value: ValueType) => void;
|
|
356
|
+
onInput: (text: string) => void;
|
|
357
|
+
disabled: boolean;
|
|
358
|
+
max: ValueType;
|
|
359
|
+
min: ValueType;
|
|
360
|
+
prefixCls: string;
|
|
361
|
+
autofocus: boolean;
|
|
362
|
+
readonly: boolean;
|
|
363
|
+
status: "" | "error" | "warning";
|
|
364
|
+
defaultValue: ValueType;
|
|
365
|
+
'onUpdate:value': (value: ValueType) => void;
|
|
366
|
+
step: ValueType;
|
|
367
|
+
bordered: boolean;
|
|
368
|
+
onPressEnter: KeyboardEventHandler;
|
|
369
|
+
formatter: (value: ValueType, info: {
|
|
370
|
+
userTyping: boolean;
|
|
371
|
+
input: string;
|
|
372
|
+
}) => string;
|
|
373
|
+
keyboard: boolean;
|
|
374
|
+
onStep: (value: ValueType, info: {
|
|
375
|
+
offset: ValueType;
|
|
376
|
+
type: "up" | "down";
|
|
377
|
+
}) => void;
|
|
378
|
+
stringMode: boolean;
|
|
379
|
+
controls: boolean;
|
|
380
|
+
parser: (displayValue: string) => ValueType;
|
|
381
|
+
}, true, {}, CustomSlotsType<{
|
|
382
|
+
addonBefore?: any;
|
|
383
|
+
addonAfter?: any;
|
|
384
|
+
prefix?: any;
|
|
385
|
+
suffix?: any;
|
|
386
|
+
default?: any;
|
|
387
|
+
upIcon?: any;
|
|
388
|
+
downIcon?: any;
|
|
389
|
+
}>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
390
|
+
P: {};
|
|
391
|
+
B: {};
|
|
392
|
+
D: {};
|
|
393
|
+
C: {};
|
|
394
|
+
M: {};
|
|
395
|
+
Defaults: {};
|
|
396
|
+
}, Readonly< ExtractPropTypes<{
|
|
397
|
+
size: {
|
|
398
|
+
type: PropType<ButtonSize>;
|
|
399
|
+
default: ButtonSize;
|
|
400
|
+
};
|
|
401
|
+
bordered: {
|
|
402
|
+
type: BooleanConstructor;
|
|
403
|
+
default: boolean;
|
|
404
|
+
};
|
|
405
|
+
placeholder: StringConstructor;
|
|
406
|
+
name: StringConstructor;
|
|
407
|
+
id: StringConstructor;
|
|
408
|
+
type: StringConstructor;
|
|
409
|
+
addonBefore: VueTypeValidableDef<any>;
|
|
410
|
+
addonAfter: VueTypeValidableDef<any>;
|
|
411
|
+
prefix: VueTypeValidableDef<any>;
|
|
412
|
+
suffix: VueTypeValidableDef<any>;
|
|
413
|
+
'onUpdate:value': {
|
|
414
|
+
type: PropType<(value: ValueType) => void>;
|
|
415
|
+
default: (value: ValueType) => void;
|
|
416
|
+
};
|
|
417
|
+
valueModifiers: ObjectConstructor;
|
|
418
|
+
status: {
|
|
419
|
+
type: PropType<"" | "error" | "warning">;
|
|
420
|
+
default: "" | "error" | "warning";
|
|
421
|
+
};
|
|
422
|
+
stringMode: {
|
|
423
|
+
type: BooleanConstructor;
|
|
424
|
+
default: boolean;
|
|
425
|
+
};
|
|
426
|
+
defaultValue: {
|
|
427
|
+
type: PropType<ValueType>;
|
|
428
|
+
default: ValueType;
|
|
429
|
+
};
|
|
430
|
+
value: {
|
|
431
|
+
type: PropType<ValueType>;
|
|
432
|
+
default: ValueType;
|
|
433
|
+
};
|
|
434
|
+
prefixCls: {
|
|
435
|
+
type: PropType<string>;
|
|
436
|
+
default: string;
|
|
437
|
+
};
|
|
438
|
+
min: {
|
|
439
|
+
type: PropType<ValueType>;
|
|
440
|
+
default: ValueType;
|
|
441
|
+
};
|
|
442
|
+
max: {
|
|
443
|
+
type: PropType<ValueType>;
|
|
444
|
+
default: ValueType;
|
|
445
|
+
};
|
|
446
|
+
step: {
|
|
447
|
+
type: PropType<ValueType>;
|
|
448
|
+
default: ValueType;
|
|
449
|
+
};
|
|
450
|
+
tabindex: NumberConstructor;
|
|
451
|
+
controls: {
|
|
452
|
+
type: BooleanConstructor;
|
|
453
|
+
default: boolean;
|
|
454
|
+
};
|
|
455
|
+
readonly: {
|
|
456
|
+
type: BooleanConstructor;
|
|
457
|
+
default: boolean;
|
|
458
|
+
};
|
|
459
|
+
disabled: {
|
|
460
|
+
type: BooleanConstructor;
|
|
461
|
+
default: boolean;
|
|
462
|
+
};
|
|
463
|
+
autofocus: {
|
|
464
|
+
type: BooleanConstructor;
|
|
465
|
+
default: boolean;
|
|
466
|
+
};
|
|
467
|
+
keyboard: {
|
|
468
|
+
type: BooleanConstructor;
|
|
469
|
+
default: boolean;
|
|
470
|
+
};
|
|
471
|
+
parser: {
|
|
472
|
+
type: PropType<(displayValue: string) => ValueType>;
|
|
473
|
+
default: (displayValue: string) => ValueType;
|
|
474
|
+
};
|
|
475
|
+
formatter: {
|
|
476
|
+
type: PropType<(value: ValueType, info: {
|
|
477
|
+
userTyping: boolean;
|
|
478
|
+
input: string;
|
|
479
|
+
}) => string>;
|
|
480
|
+
default: (value: ValueType, info: {
|
|
481
|
+
userTyping: boolean;
|
|
482
|
+
input: string;
|
|
483
|
+
}) => string;
|
|
484
|
+
};
|
|
485
|
+
precision: NumberConstructor;
|
|
486
|
+
decimalSeparator: StringConstructor;
|
|
487
|
+
onInput: {
|
|
488
|
+
type: PropType<(text: string) => void>;
|
|
489
|
+
default: (text: string) => void;
|
|
490
|
+
};
|
|
491
|
+
onChange: {
|
|
492
|
+
type: PropType<(value: ValueType) => void>;
|
|
493
|
+
default: (value: ValueType) => void;
|
|
494
|
+
};
|
|
495
|
+
onPressEnter: {
|
|
496
|
+
type: PropType<KeyboardEventHandler>;
|
|
497
|
+
default: KeyboardEventHandler;
|
|
498
|
+
};
|
|
499
|
+
onStep: {
|
|
500
|
+
type: PropType<(value: ValueType, info: {
|
|
501
|
+
offset: ValueType;
|
|
502
|
+
type: "up" | "down";
|
|
503
|
+
}) => void>;
|
|
504
|
+
default: (value: ValueType, info: {
|
|
505
|
+
offset: ValueType;
|
|
506
|
+
type: "up" | "down";
|
|
507
|
+
}) => void;
|
|
508
|
+
};
|
|
509
|
+
onBlur: {
|
|
510
|
+
type: PropType<(e: FocusEvent) => void>;
|
|
511
|
+
default: (e: FocusEvent) => void;
|
|
512
|
+
};
|
|
513
|
+
onFocus: {
|
|
514
|
+
type: PropType<(e: FocusEvent) => void>;
|
|
515
|
+
default: (e: FocusEvent) => void;
|
|
516
|
+
};
|
|
517
|
+
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
|
|
518
|
+
size: ButtonSize;
|
|
519
|
+
value: ValueType;
|
|
520
|
+
onFocus: (e: FocusEvent) => void;
|
|
521
|
+
onBlur: (e: FocusEvent) => void;
|
|
522
|
+
onChange: (value: ValueType) => void;
|
|
523
|
+
onInput: (text: string) => void;
|
|
524
|
+
disabled: boolean;
|
|
525
|
+
max: ValueType;
|
|
526
|
+
min: ValueType;
|
|
527
|
+
prefixCls: string;
|
|
528
|
+
autofocus: boolean;
|
|
529
|
+
readonly: boolean;
|
|
530
|
+
status: "" | "error" | "warning";
|
|
531
|
+
defaultValue: ValueType;
|
|
532
|
+
'onUpdate:value': (value: ValueType) => void;
|
|
533
|
+
step: ValueType;
|
|
534
|
+
bordered: boolean;
|
|
535
|
+
onPressEnter: KeyboardEventHandler;
|
|
536
|
+
formatter: (value: ValueType, info: {
|
|
537
|
+
userTyping: boolean;
|
|
538
|
+
input: string;
|
|
539
|
+
}) => string;
|
|
540
|
+
keyboard: boolean;
|
|
541
|
+
onStep: (value: ValueType, info: {
|
|
542
|
+
offset: ValueType;
|
|
543
|
+
type: "up" | "down";
|
|
544
|
+
}) => void;
|
|
545
|
+
stringMode: boolean;
|
|
546
|
+
controls: boolean;
|
|
547
|
+
parser: (displayValue: string) => ValueType;
|
|
548
|
+
}> | null;
|
|
549
|
+
};
|
|
550
|
+
$slots: Readonly<{
|
|
551
|
+
[name: string]: Slot<any> | undefined;
|
|
552
|
+
}>;
|
|
553
|
+
$root: ComponentPublicInstance | null;
|
|
554
|
+
$parent: ComponentPublicInstance | null;
|
|
555
|
+
$host: Element | null;
|
|
556
|
+
$emit: (event: "update:value", ...args: any[]) => void;
|
|
557
|
+
$el: any;
|
|
558
|
+
$options: ComponentOptionsBase<Readonly< ApFieldNumberProps> & Readonly<{
|
|
559
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
560
|
+
}>, {
|
|
561
|
+
focus: () => void;
|
|
562
|
+
blur: () => void;
|
|
563
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
564
|
+
"update:value": (...args: any[]) => void;
|
|
565
|
+
}, string, {
|
|
566
|
+
disabled: boolean;
|
|
567
|
+
bordered: boolean;
|
|
568
|
+
keyboard: boolean;
|
|
569
|
+
max: ValueType;
|
|
570
|
+
min: ValueType;
|
|
571
|
+
step: ValueType;
|
|
572
|
+
controls: boolean;
|
|
573
|
+
emptyText: string;
|
|
574
|
+
thousands: boolean;
|
|
575
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
576
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
577
|
+
created?: (() => void) | (() => void)[];
|
|
578
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
579
|
+
mounted?: (() => void) | (() => void)[];
|
|
580
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
581
|
+
updated?: (() => void) | (() => void)[];
|
|
582
|
+
activated?: (() => void) | (() => void)[];
|
|
583
|
+
deactivated?: (() => void) | (() => void)[];
|
|
584
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
585
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
586
|
+
destroyed?: (() => void) | (() => void)[];
|
|
587
|
+
unmounted?: (() => void) | (() => void)[];
|
|
588
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
589
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
590
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
591
|
+
};
|
|
592
|
+
$forceUpdate: () => void;
|
|
593
|
+
$nextTick: nextTick;
|
|
594
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
595
|
+
} & Readonly<{
|
|
596
|
+
disabled: boolean;
|
|
597
|
+
bordered: boolean;
|
|
598
|
+
keyboard: boolean;
|
|
599
|
+
max: ValueType;
|
|
600
|
+
min: ValueType;
|
|
601
|
+
step: ValueType;
|
|
602
|
+
controls: boolean;
|
|
603
|
+
emptyText: string;
|
|
604
|
+
thousands: boolean;
|
|
605
|
+
}> & Omit<Readonly< ApFieldNumberProps> & Readonly<{
|
|
606
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
607
|
+
}>, "blur" | "focus" | ("disabled" | "bordered" | "keyboard" | "max" | "min" | "step" | "controls" | "emptyText" | "thousands")> & ShallowUnwrapRef<{
|
|
608
|
+
focus: () => void;
|
|
609
|
+
blur: () => void;
|
|
610
|
+
}> & {} & ComponentCustomProperties & {} & {
|
|
611
|
+
$slots: Readonly<{
|
|
612
|
+
addonBefore?: any;
|
|
613
|
+
addonAfter?: any;
|
|
614
|
+
prefix?: any;
|
|
615
|
+
default?: any;
|
|
616
|
+
upIcon?: any;
|
|
617
|
+
downIcon?: any;
|
|
618
|
+
}> & {
|
|
619
|
+
addonBefore?: any;
|
|
620
|
+
addonAfter?: any;
|
|
621
|
+
prefix?: any;
|
|
622
|
+
default?: any;
|
|
623
|
+
upIcon?: any;
|
|
624
|
+
downIcon?: any;
|
|
625
|
+
};
|
|
626
|
+
}) | null;
|
|
627
|
+
}, any, ComponentProvideOptions, {
|
|
157
628
|
P: {};
|
|
158
629
|
B: {};
|
|
159
630
|
D: {};
|
|
@@ -215,7 +686,129 @@ export declare const apTableFormItemMap: {
|
|
|
215
686
|
hasFeedback: boolean;
|
|
216
687
|
autoLink: boolean;
|
|
217
688
|
validateFirst: boolean;
|
|
218
|
-
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
689
|
+
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
690
|
+
radioRef: CreateComponentPublicInstanceWithMixins<Readonly< ApFieldRadioProps> & Readonly<{
|
|
691
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
692
|
+
}>, {
|
|
693
|
+
focus: () => void;
|
|
694
|
+
blur: () => void;
|
|
695
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
696
|
+
"update:value": (...args: any[]) => void;
|
|
697
|
+
}, PublicProps, {
|
|
698
|
+
mode: FieldMode;
|
|
699
|
+
vertical: boolean;
|
|
700
|
+
disabled: boolean;
|
|
701
|
+
emptyText: string;
|
|
702
|
+
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
703
|
+
radioGroupRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
704
|
+
prefixCls: StringConstructor;
|
|
705
|
+
value: VueTypeValidableDef<any>;
|
|
706
|
+
size: {
|
|
707
|
+
type: PropType<"default" | "small" | "large">;
|
|
708
|
+
default: "default" | "small" | "large";
|
|
709
|
+
};
|
|
710
|
+
options: {
|
|
711
|
+
type: PropType<(string | number | RadioGroupChildOption)[]>;
|
|
712
|
+
default: (string | number | RadioGroupChildOption)[];
|
|
713
|
+
};
|
|
714
|
+
disabled: {
|
|
715
|
+
type: BooleanConstructor;
|
|
716
|
+
default: boolean;
|
|
717
|
+
};
|
|
718
|
+
name: StringConstructor;
|
|
719
|
+
buttonStyle: {
|
|
720
|
+
type: PropType<RadioGroupButtonStyle>;
|
|
721
|
+
default: RadioGroupButtonStyle;
|
|
722
|
+
};
|
|
723
|
+
id: StringConstructor;
|
|
724
|
+
optionType: {
|
|
725
|
+
type: PropType<RadioGroupOptionType>;
|
|
726
|
+
default: RadioGroupOptionType;
|
|
727
|
+
};
|
|
728
|
+
onChange: {
|
|
729
|
+
type: PropType<(e: RadioChangeEvent) => void>;
|
|
730
|
+
default: (e: RadioChangeEvent) => void;
|
|
731
|
+
};
|
|
732
|
+
'onUpdate:value': {
|
|
733
|
+
type: PropType<(val: any) => void>;
|
|
734
|
+
default: (val: any) => void;
|
|
735
|
+
};
|
|
736
|
+
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
737
|
+
size: "default" | "small" | "large";
|
|
738
|
+
onChange: (e: RadioChangeEvent) => void;
|
|
739
|
+
disabled: boolean;
|
|
740
|
+
'onUpdate:value': (val: any) => void;
|
|
741
|
+
options: (string | number | RadioGroupChildOption)[];
|
|
742
|
+
buttonStyle: RadioGroupButtonStyle;
|
|
743
|
+
optionType: RadioGroupOptionType;
|
|
744
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
745
|
+
P: {};
|
|
746
|
+
B: {};
|
|
747
|
+
D: {};
|
|
748
|
+
C: {};
|
|
749
|
+
M: {};
|
|
750
|
+
Defaults: {};
|
|
751
|
+
}, Readonly< ExtractPropTypes<{
|
|
752
|
+
prefixCls: StringConstructor;
|
|
753
|
+
value: VueTypeValidableDef<any>;
|
|
754
|
+
size: {
|
|
755
|
+
type: PropType<"default" | "small" | "large">;
|
|
756
|
+
default: "default" | "small" | "large";
|
|
757
|
+
};
|
|
758
|
+
options: {
|
|
759
|
+
type: PropType<(string | number | RadioGroupChildOption)[]>;
|
|
760
|
+
default: (string | number | RadioGroupChildOption)[];
|
|
761
|
+
};
|
|
762
|
+
disabled: {
|
|
763
|
+
type: BooleanConstructor;
|
|
764
|
+
default: boolean;
|
|
765
|
+
};
|
|
766
|
+
name: StringConstructor;
|
|
767
|
+
buttonStyle: {
|
|
768
|
+
type: PropType<RadioGroupButtonStyle>;
|
|
769
|
+
default: RadioGroupButtonStyle;
|
|
770
|
+
};
|
|
771
|
+
id: StringConstructor;
|
|
772
|
+
optionType: {
|
|
773
|
+
type: PropType<RadioGroupOptionType>;
|
|
774
|
+
default: RadioGroupOptionType;
|
|
775
|
+
};
|
|
776
|
+
onChange: {
|
|
777
|
+
type: PropType<(e: RadioChangeEvent) => void>;
|
|
778
|
+
default: (e: RadioChangeEvent) => void;
|
|
779
|
+
};
|
|
780
|
+
'onUpdate:value': {
|
|
781
|
+
type: PropType<(val: any) => void>;
|
|
782
|
+
default: (val: any) => void;
|
|
783
|
+
};
|
|
784
|
+
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
|
|
785
|
+
size: "default" | "small" | "large";
|
|
786
|
+
onChange: (e: RadioChangeEvent) => void;
|
|
787
|
+
disabled: boolean;
|
|
788
|
+
'onUpdate:value': (val: any) => void;
|
|
789
|
+
options: (string | number | RadioGroupChildOption)[];
|
|
790
|
+
buttonStyle: RadioGroupButtonStyle;
|
|
791
|
+
optionType: RadioGroupOptionType;
|
|
792
|
+
}> | null;
|
|
793
|
+
}, any, ComponentProvideOptions, {
|
|
794
|
+
P: {};
|
|
795
|
+
B: {};
|
|
796
|
+
D: {};
|
|
797
|
+
C: {};
|
|
798
|
+
M: {};
|
|
799
|
+
Defaults: {};
|
|
800
|
+
}, Readonly< ApFieldRadioProps> & Readonly<{
|
|
801
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
802
|
+
}>, {
|
|
803
|
+
focus: () => void;
|
|
804
|
+
blur: () => void;
|
|
805
|
+
}, {}, {}, {}, {
|
|
806
|
+
mode: FieldMode;
|
|
807
|
+
vertical: boolean;
|
|
808
|
+
disabled: boolean;
|
|
809
|
+
emptyText: string;
|
|
810
|
+
}> | null;
|
|
811
|
+
}, any, ComponentProvideOptions, {
|
|
219
812
|
P: {};
|
|
220
813
|
B: {};
|
|
221
814
|
D: {};
|
|
@@ -401,7 +994,144 @@ export declare const apTableFormItemMap: {
|
|
|
401
994
|
hasFeedback: boolean;
|
|
402
995
|
autoLink: boolean;
|
|
403
996
|
validateFirst: boolean;
|
|
404
|
-
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
997
|
+
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
998
|
+
inputRef: ({
|
|
999
|
+
$: ComponentInternalInstance;
|
|
1000
|
+
$data: {};
|
|
1001
|
+
$props: {
|
|
1002
|
+
readonly mode?: FieldMode | undefined;
|
|
1003
|
+
readonly class?: unknown;
|
|
1004
|
+
readonly style?: unknown;
|
|
1005
|
+
readonly type?: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "tel" | "url" | "email" | "image" | "datetime-local" | "file" | "password" | undefined;
|
|
1006
|
+
readonly lazy?: boolean | undefined;
|
|
1007
|
+
readonly size?: ButtonSize;
|
|
1008
|
+
readonly hidden?: boolean | undefined;
|
|
1009
|
+
readonly onBlur?: FocusEventHandler | undefined;
|
|
1010
|
+
readonly onChange?: ChangeEventHandler | undefined;
|
|
1011
|
+
readonly onCompositionend?: CompositionEventHandler | undefined;
|
|
1012
|
+
readonly onCompositionstart?: CompositionEventHandler | undefined;
|
|
1013
|
+
readonly onFocus?: FocusEventHandler | undefined;
|
|
1014
|
+
readonly onInput?: ChangeEventHandler | undefined;
|
|
1015
|
+
readonly onKeydown?: KeyboardEventHandler | undefined;
|
|
1016
|
+
readonly onKeyup?: KeyboardEventHandler | undefined;
|
|
1017
|
+
readonly onMousedown?: MouseEventHandler | undefined;
|
|
1018
|
+
readonly value?: string | number | undefined;
|
|
1019
|
+
readonly disabled?: boolean | undefined;
|
|
1020
|
+
readonly bordered?: boolean | undefined;
|
|
1021
|
+
readonly prefixCls?: string | undefined;
|
|
1022
|
+
readonly name?: string | undefined;
|
|
1023
|
+
readonly autocomplete?: string | undefined;
|
|
1024
|
+
readonly status?: "" | "error" | "warning" | undefined;
|
|
1025
|
+
readonly id?: string | undefined;
|
|
1026
|
+
readonly placeholder?: string | number | undefined;
|
|
1027
|
+
readonly prefix?: any;
|
|
1028
|
+
readonly loading?: boolean | undefined;
|
|
1029
|
+
readonly autofocus?: boolean | undefined;
|
|
1030
|
+
readonly 'onUpdate:value'?: (((val: string) => void) & ((...args: any[]) => any)) | undefined;
|
|
1031
|
+
readonly suffix?: any;
|
|
1032
|
+
readonly focused?: boolean | undefined;
|
|
1033
|
+
readonly defaultValue?: string | number | undefined;
|
|
1034
|
+
readonly maxlength?: number | undefined;
|
|
1035
|
+
readonly showCount?: boolean | ShowCountProps | undefined;
|
|
1036
|
+
readonly htmlSize?: number | undefined;
|
|
1037
|
+
readonly onPressEnter?: KeyboardEventHandler | undefined;
|
|
1038
|
+
readonly onMouseUp?: MouseEventHandler | undefined;
|
|
1039
|
+
readonly onRawInput?: ChangeEventHandler | undefined;
|
|
1040
|
+
readonly valueModifiers?: Record<string, any> | undefined;
|
|
1041
|
+
readonly inputElement?: any;
|
|
1042
|
+
readonly triggerFocus?: (() => void) | undefined;
|
|
1043
|
+
readonly readonly?: boolean | undefined;
|
|
1044
|
+
readonly handleReset?: MouseEventHandler | undefined;
|
|
1045
|
+
readonly addonBefore?: any;
|
|
1046
|
+
readonly addonAfter?: any;
|
|
1047
|
+
readonly clearIcon?: any;
|
|
1048
|
+
readonly allowClear?: boolean | undefined;
|
|
1049
|
+
readonly emptyText?: string | undefined;
|
|
1050
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
1051
|
+
$attrs: {
|
|
1052
|
+
[x: string]: unknown;
|
|
1053
|
+
};
|
|
1054
|
+
$refs: {
|
|
1055
|
+
[x: string]: unknown;
|
|
1056
|
+
};
|
|
1057
|
+
$slots: Readonly<{
|
|
1058
|
+
[name: string]: Slot<any> | undefined;
|
|
1059
|
+
}>;
|
|
1060
|
+
$root: ComponentPublicInstance | null;
|
|
1061
|
+
$parent: ComponentPublicInstance | null;
|
|
1062
|
+
$host: Element | null;
|
|
1063
|
+
$emit: (event: "update:value", ...args: any[]) => void;
|
|
1064
|
+
$el: any;
|
|
1065
|
+
$options: ComponentOptionsBase<Readonly< ApFieldTextProps> & Readonly<{
|
|
1066
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
1067
|
+
}>, {
|
|
1068
|
+
focus: (options?: InputFocusOptions) => void;
|
|
1069
|
+
blur: () => void;
|
|
1070
|
+
input: any;
|
|
1071
|
+
setSelectionRange: (start: number, end: number, direction?: "forward" | "backward" | "none") => void;
|
|
1072
|
+
select: () => void;
|
|
1073
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1074
|
+
"update:value": (...args: any[]) => void;
|
|
1075
|
+
}, string, {
|
|
1076
|
+
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "tel" | "url" | "email" | "image" | "datetime-local" | "file" | "password";
|
|
1077
|
+
mode: FieldMode;
|
|
1078
|
+
disabled: boolean;
|
|
1079
|
+
bordered: boolean;
|
|
1080
|
+
lazy: boolean;
|
|
1081
|
+
allowClear: boolean;
|
|
1082
|
+
emptyText: string;
|
|
1083
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
1084
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
1085
|
+
created?: (() => void) | (() => void)[];
|
|
1086
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
1087
|
+
mounted?: (() => void) | (() => void)[];
|
|
1088
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
1089
|
+
updated?: (() => void) | (() => void)[];
|
|
1090
|
+
activated?: (() => void) | (() => void)[];
|
|
1091
|
+
deactivated?: (() => void) | (() => void)[];
|
|
1092
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
1093
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
1094
|
+
destroyed?: (() => void) | (() => void)[];
|
|
1095
|
+
unmounted?: (() => void) | (() => void)[];
|
|
1096
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
1097
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
1098
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
1099
|
+
};
|
|
1100
|
+
$forceUpdate: () => void;
|
|
1101
|
+
$nextTick: nextTick;
|
|
1102
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
1103
|
+
} & Readonly<{
|
|
1104
|
+
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "tel" | "url" | "email" | "image" | "datetime-local" | "file" | "password";
|
|
1105
|
+
mode: FieldMode;
|
|
1106
|
+
disabled: boolean;
|
|
1107
|
+
bordered: boolean;
|
|
1108
|
+
lazy: boolean;
|
|
1109
|
+
allowClear: boolean;
|
|
1110
|
+
emptyText: string;
|
|
1111
|
+
}> & Omit<Readonly< ApFieldTextProps> & Readonly<{
|
|
1112
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
1113
|
+
}>, "blur" | "focus" | "input" | "select" | ("type" | "mode" | "disabled" | "bordered" | "lazy" | "allowClear" | "emptyText") | "setSelectionRange"> & ShallowUnwrapRef<{
|
|
1114
|
+
focus: (options?: InputFocusOptions) => void;
|
|
1115
|
+
blur: () => void;
|
|
1116
|
+
input: any;
|
|
1117
|
+
setSelectionRange: (start: number, end: number, direction?: "forward" | "backward" | "none") => void;
|
|
1118
|
+
select: () => void;
|
|
1119
|
+
}> & {} & ComponentCustomProperties & {} & {
|
|
1120
|
+
$slots: Readonly<{
|
|
1121
|
+
addonAfter?: any;
|
|
1122
|
+
addonBefore?: any;
|
|
1123
|
+
prefix?: any;
|
|
1124
|
+
suffix?: any;
|
|
1125
|
+
clearIcon?: any;
|
|
1126
|
+
}> & {
|
|
1127
|
+
addonAfter?: any;
|
|
1128
|
+
addonBefore?: any;
|
|
1129
|
+
prefix?: any;
|
|
1130
|
+
suffix?: any;
|
|
1131
|
+
clearIcon?: any;
|
|
1132
|
+
};
|
|
1133
|
+
}) | null;
|
|
1134
|
+
}, any, ComponentProvideOptions, {
|
|
405
1135
|
P: {};
|
|
406
1136
|
B: {};
|
|
407
1137
|
D: {};
|
|
@@ -471,7 +1201,305 @@ export declare const apTableFormItemMap: {
|
|
|
471
1201
|
hasFeedback: boolean;
|
|
472
1202
|
autoLink: boolean;
|
|
473
1203
|
validateFirst: boolean;
|
|
474
|
-
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
1204
|
+
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
1205
|
+
textAreaRef: CreateComponentPublicInstanceWithMixins<Readonly< ApFieldTextAreaProps> & Readonly<{
|
|
1206
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
1207
|
+
}>, {
|
|
1208
|
+
focus: (options?: InputFocusOptions) => void;
|
|
1209
|
+
blur: () => void;
|
|
1210
|
+
resizableTextArea: ComputedRef<any>;
|
|
1211
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1212
|
+
"update:value": (...args: any[]) => void;
|
|
1213
|
+
}, PublicProps, {
|
|
1214
|
+
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "tel" | "url" | "email" | "image" | "datetime-local" | "file" | "password";
|
|
1215
|
+
mode: FieldMode;
|
|
1216
|
+
disabled: boolean;
|
|
1217
|
+
bordered: boolean;
|
|
1218
|
+
lazy: boolean;
|
|
1219
|
+
allowClear: boolean;
|
|
1220
|
+
emptyText: string;
|
|
1221
|
+
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
1222
|
+
textAreaRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
1223
|
+
rows: NumberConstructor;
|
|
1224
|
+
autosize: {
|
|
1225
|
+
type: PropType<boolean | AutoSizeType>;
|
|
1226
|
+
default: any;
|
|
1227
|
+
};
|
|
1228
|
+
autoSize: {
|
|
1229
|
+
type: PropType<boolean | AutoSizeType>;
|
|
1230
|
+
default: any;
|
|
1231
|
+
};
|
|
1232
|
+
onResize: {
|
|
1233
|
+
type: PropType<(size: {
|
|
1234
|
+
width: number;
|
|
1235
|
+
height: number;
|
|
1236
|
+
}) => void>;
|
|
1237
|
+
};
|
|
1238
|
+
onCompositionstart: {
|
|
1239
|
+
type: PropType< CompositionEventHandler | CompositionEventHandler[]>;
|
|
1240
|
+
};
|
|
1241
|
+
onCompositionend: {
|
|
1242
|
+
type: PropType< CompositionEventHandler | CompositionEventHandler[]>;
|
|
1243
|
+
};
|
|
1244
|
+
valueModifiers: ObjectConstructor;
|
|
1245
|
+
size: {
|
|
1246
|
+
type: PropType<SizeType>;
|
|
1247
|
+
};
|
|
1248
|
+
value: {
|
|
1249
|
+
type: PropType<string | number>;
|
|
1250
|
+
default: any;
|
|
1251
|
+
};
|
|
1252
|
+
name: StringConstructor;
|
|
1253
|
+
type: {
|
|
1254
|
+
type: PropType<"number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel">;
|
|
1255
|
+
default: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel";
|
|
1256
|
+
};
|
|
1257
|
+
onFocus: PropType<FocusEventHandler>;
|
|
1258
|
+
onBlur: PropType<FocusEventHandler>;
|
|
1259
|
+
onChange: PropType<ChangeEventHandler>;
|
|
1260
|
+
onInput: PropType<ChangeEventHandler>;
|
|
1261
|
+
onKeydown: PropType<KeyboardEventHandler>;
|
|
1262
|
+
onKeyup: PropType<KeyboardEventHandler>;
|
|
1263
|
+
onMousedown: {
|
|
1264
|
+
type: PropType<MouseEventHandler>;
|
|
1265
|
+
default: any;
|
|
1266
|
+
};
|
|
1267
|
+
focused: {
|
|
1268
|
+
type: BooleanConstructor;
|
|
1269
|
+
default: any;
|
|
1270
|
+
};
|
|
1271
|
+
hidden: {
|
|
1272
|
+
type: BooleanConstructor;
|
|
1273
|
+
default: any;
|
|
1274
|
+
};
|
|
1275
|
+
disabled: {
|
|
1276
|
+
type: BooleanConstructor;
|
|
1277
|
+
default: any;
|
|
1278
|
+
};
|
|
1279
|
+
prefixCls: StringConstructor;
|
|
1280
|
+
id: StringConstructor;
|
|
1281
|
+
autofocus: {
|
|
1282
|
+
type: BooleanConstructor;
|
|
1283
|
+
default: any;
|
|
1284
|
+
};
|
|
1285
|
+
autocomplete: StringConstructor;
|
|
1286
|
+
readonly: {
|
|
1287
|
+
type: BooleanConstructor;
|
|
1288
|
+
default: any;
|
|
1289
|
+
};
|
|
1290
|
+
status: PropType<"" | "error" | "warning">;
|
|
1291
|
+
defaultValue: {
|
|
1292
|
+
type: PropType<string | number>;
|
|
1293
|
+
default: any;
|
|
1294
|
+
};
|
|
1295
|
+
'onUpdate:value': PropType<(val: string) => void>;
|
|
1296
|
+
loading: {
|
|
1297
|
+
type: BooleanConstructor;
|
|
1298
|
+
default: any;
|
|
1299
|
+
};
|
|
1300
|
+
placeholder: {
|
|
1301
|
+
type: PropType<string | number>;
|
|
1302
|
+
};
|
|
1303
|
+
lazy: {
|
|
1304
|
+
type: BooleanConstructor;
|
|
1305
|
+
default: boolean;
|
|
1306
|
+
};
|
|
1307
|
+
maxlength: NumberConstructor;
|
|
1308
|
+
bordered: {
|
|
1309
|
+
type: BooleanConstructor;
|
|
1310
|
+
default: any;
|
|
1311
|
+
};
|
|
1312
|
+
showCount: {
|
|
1313
|
+
type: PropType<boolean | ShowCountProps>;
|
|
1314
|
+
};
|
|
1315
|
+
htmlSize: NumberConstructor;
|
|
1316
|
+
onPressEnter: PropType<KeyboardEventHandler>;
|
|
1317
|
+
onMouseUp: {
|
|
1318
|
+
type: PropType<MouseEventHandler>;
|
|
1319
|
+
default: any;
|
|
1320
|
+
};
|
|
1321
|
+
onRawInput: PropType<ChangeEventHandler>;
|
|
1322
|
+
inputElement: VueTypeValidableDef<any>;
|
|
1323
|
+
triggerFocus: PropType<() => void>;
|
|
1324
|
+
handleReset: PropType<MouseEventHandler>;
|
|
1325
|
+
clearIcon: VueTypeValidableDef<any>;
|
|
1326
|
+
allowClear: {
|
|
1327
|
+
type: BooleanConstructor;
|
|
1328
|
+
default: any;
|
|
1329
|
+
};
|
|
1330
|
+
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
1331
|
+
value: string | number;
|
|
1332
|
+
type: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel";
|
|
1333
|
+
onMousedown: MouseEventHandler;
|
|
1334
|
+
focused: boolean;
|
|
1335
|
+
hidden: boolean;
|
|
1336
|
+
disabled: boolean;
|
|
1337
|
+
autofocus: boolean;
|
|
1338
|
+
readonly: boolean;
|
|
1339
|
+
defaultValue: string | number;
|
|
1340
|
+
loading: boolean;
|
|
1341
|
+
lazy: boolean;
|
|
1342
|
+
bordered: boolean;
|
|
1343
|
+
onMouseUp: MouseEventHandler;
|
|
1344
|
+
allowClear: boolean;
|
|
1345
|
+
autosize: any;
|
|
1346
|
+
autoSize: any;
|
|
1347
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
1348
|
+
P: {};
|
|
1349
|
+
B: {};
|
|
1350
|
+
D: {};
|
|
1351
|
+
C: {};
|
|
1352
|
+
M: {};
|
|
1353
|
+
Defaults: {};
|
|
1354
|
+
}, Readonly< ExtractPropTypes<{
|
|
1355
|
+
rows: NumberConstructor;
|
|
1356
|
+
autosize: {
|
|
1357
|
+
type: PropType<boolean | AutoSizeType>;
|
|
1358
|
+
default: any;
|
|
1359
|
+
};
|
|
1360
|
+
autoSize: {
|
|
1361
|
+
type: PropType<boolean | AutoSizeType>;
|
|
1362
|
+
default: any;
|
|
1363
|
+
};
|
|
1364
|
+
onResize: {
|
|
1365
|
+
type: PropType<(size: {
|
|
1366
|
+
width: number;
|
|
1367
|
+
height: number;
|
|
1368
|
+
}) => void>;
|
|
1369
|
+
};
|
|
1370
|
+
onCompositionstart: {
|
|
1371
|
+
type: PropType< CompositionEventHandler | CompositionEventHandler[]>;
|
|
1372
|
+
};
|
|
1373
|
+
onCompositionend: {
|
|
1374
|
+
type: PropType< CompositionEventHandler | CompositionEventHandler[]>;
|
|
1375
|
+
};
|
|
1376
|
+
valueModifiers: ObjectConstructor;
|
|
1377
|
+
size: {
|
|
1378
|
+
type: PropType<SizeType>;
|
|
1379
|
+
};
|
|
1380
|
+
value: {
|
|
1381
|
+
type: PropType<string | number>;
|
|
1382
|
+
default: any;
|
|
1383
|
+
};
|
|
1384
|
+
name: StringConstructor;
|
|
1385
|
+
type: {
|
|
1386
|
+
type: PropType<"number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel">;
|
|
1387
|
+
default: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel";
|
|
1388
|
+
};
|
|
1389
|
+
onFocus: PropType<FocusEventHandler>;
|
|
1390
|
+
onBlur: PropType<FocusEventHandler>;
|
|
1391
|
+
onChange: PropType<ChangeEventHandler>;
|
|
1392
|
+
onInput: PropType<ChangeEventHandler>;
|
|
1393
|
+
onKeydown: PropType<KeyboardEventHandler>;
|
|
1394
|
+
onKeyup: PropType<KeyboardEventHandler>;
|
|
1395
|
+
onMousedown: {
|
|
1396
|
+
type: PropType<MouseEventHandler>;
|
|
1397
|
+
default: any;
|
|
1398
|
+
};
|
|
1399
|
+
focused: {
|
|
1400
|
+
type: BooleanConstructor;
|
|
1401
|
+
default: any;
|
|
1402
|
+
};
|
|
1403
|
+
hidden: {
|
|
1404
|
+
type: BooleanConstructor;
|
|
1405
|
+
default: any;
|
|
1406
|
+
};
|
|
1407
|
+
disabled: {
|
|
1408
|
+
type: BooleanConstructor;
|
|
1409
|
+
default: any;
|
|
1410
|
+
};
|
|
1411
|
+
prefixCls: StringConstructor;
|
|
1412
|
+
id: StringConstructor;
|
|
1413
|
+
autofocus: {
|
|
1414
|
+
type: BooleanConstructor;
|
|
1415
|
+
default: any;
|
|
1416
|
+
};
|
|
1417
|
+
autocomplete: StringConstructor;
|
|
1418
|
+
readonly: {
|
|
1419
|
+
type: BooleanConstructor;
|
|
1420
|
+
default: any;
|
|
1421
|
+
};
|
|
1422
|
+
status: PropType<"" | "error" | "warning">;
|
|
1423
|
+
defaultValue: {
|
|
1424
|
+
type: PropType<string | number>;
|
|
1425
|
+
default: any;
|
|
1426
|
+
};
|
|
1427
|
+
'onUpdate:value': PropType<(val: string) => void>;
|
|
1428
|
+
loading: {
|
|
1429
|
+
type: BooleanConstructor;
|
|
1430
|
+
default: any;
|
|
1431
|
+
};
|
|
1432
|
+
placeholder: {
|
|
1433
|
+
type: PropType<string | number>;
|
|
1434
|
+
};
|
|
1435
|
+
lazy: {
|
|
1436
|
+
type: BooleanConstructor;
|
|
1437
|
+
default: boolean;
|
|
1438
|
+
};
|
|
1439
|
+
maxlength: NumberConstructor;
|
|
1440
|
+
bordered: {
|
|
1441
|
+
type: BooleanConstructor;
|
|
1442
|
+
default: any;
|
|
1443
|
+
};
|
|
1444
|
+
showCount: {
|
|
1445
|
+
type: PropType<boolean | ShowCountProps>;
|
|
1446
|
+
};
|
|
1447
|
+
htmlSize: NumberConstructor;
|
|
1448
|
+
onPressEnter: PropType<KeyboardEventHandler>;
|
|
1449
|
+
onMouseUp: {
|
|
1450
|
+
type: PropType<MouseEventHandler>;
|
|
1451
|
+
default: any;
|
|
1452
|
+
};
|
|
1453
|
+
onRawInput: PropType<ChangeEventHandler>;
|
|
1454
|
+
inputElement: VueTypeValidableDef<any>;
|
|
1455
|
+
triggerFocus: PropType<() => void>;
|
|
1456
|
+
handleReset: PropType<MouseEventHandler>;
|
|
1457
|
+
clearIcon: VueTypeValidableDef<any>;
|
|
1458
|
+
allowClear: {
|
|
1459
|
+
type: BooleanConstructor;
|
|
1460
|
+
default: any;
|
|
1461
|
+
};
|
|
1462
|
+
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
|
|
1463
|
+
value: string | number;
|
|
1464
|
+
type: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel";
|
|
1465
|
+
onMousedown: MouseEventHandler;
|
|
1466
|
+
focused: boolean;
|
|
1467
|
+
hidden: boolean;
|
|
1468
|
+
disabled: boolean;
|
|
1469
|
+
autofocus: boolean;
|
|
1470
|
+
readonly: boolean;
|
|
1471
|
+
defaultValue: string | number;
|
|
1472
|
+
loading: boolean;
|
|
1473
|
+
lazy: boolean;
|
|
1474
|
+
bordered: boolean;
|
|
1475
|
+
onMouseUp: MouseEventHandler;
|
|
1476
|
+
allowClear: boolean;
|
|
1477
|
+
autosize: any;
|
|
1478
|
+
autoSize: any;
|
|
1479
|
+
}> | null;
|
|
1480
|
+
}, any, ComponentProvideOptions, {
|
|
1481
|
+
P: {};
|
|
1482
|
+
B: {};
|
|
1483
|
+
D: {};
|
|
1484
|
+
C: {};
|
|
1485
|
+
M: {};
|
|
1486
|
+
Defaults: {};
|
|
1487
|
+
}, Readonly< ApFieldTextAreaProps> & Readonly<{
|
|
1488
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
1489
|
+
}>, {
|
|
1490
|
+
focus: (options?: InputFocusOptions) => void;
|
|
1491
|
+
blur: () => void;
|
|
1492
|
+
resizableTextArea: ComputedRef<any>;
|
|
1493
|
+
}, {}, {}, {}, {
|
|
1494
|
+
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "tel" | "url" | "email" | "image" | "datetime-local" | "file" | "password";
|
|
1495
|
+
mode: FieldMode;
|
|
1496
|
+
disabled: boolean;
|
|
1497
|
+
bordered: boolean;
|
|
1498
|
+
lazy: boolean;
|
|
1499
|
+
allowClear: boolean;
|
|
1500
|
+
emptyText: string;
|
|
1501
|
+
}> | null;
|
|
1502
|
+
}, any, ComponentProvideOptions, {
|
|
475
1503
|
P: {};
|
|
476
1504
|
B: {};
|
|
477
1505
|
D: {};
|
|
@@ -576,7 +1604,154 @@ export declare const apTableFormItemMap: {
|
|
|
576
1604
|
hasFeedback: boolean;
|
|
577
1605
|
autoLink: boolean;
|
|
578
1606
|
validateFirst: boolean;
|
|
579
|
-
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
1607
|
+
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
1608
|
+
inputRef: ({
|
|
1609
|
+
$: ComponentInternalInstance;
|
|
1610
|
+
$data: {};
|
|
1611
|
+
$props: {
|
|
1612
|
+
readonly mode?: FieldMode | undefined;
|
|
1613
|
+
readonly class?: unknown;
|
|
1614
|
+
readonly style?: unknown;
|
|
1615
|
+
readonly type?: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "tel" | "url" | "email" | "image" | "datetime-local" | "file" | "password" | undefined;
|
|
1616
|
+
readonly lazy?: boolean | undefined;
|
|
1617
|
+
readonly size?: ButtonSize;
|
|
1618
|
+
readonly hidden?: boolean | undefined;
|
|
1619
|
+
readonly onBlur?: FocusEventHandler | undefined;
|
|
1620
|
+
readonly onChange?: ChangeEventHandler | undefined;
|
|
1621
|
+
readonly onCompositionend?: CompositionEventHandler | undefined;
|
|
1622
|
+
readonly onCompositionstart?: CompositionEventHandler | undefined;
|
|
1623
|
+
readonly onFocus?: FocusEventHandler | undefined;
|
|
1624
|
+
readonly onInput?: ChangeEventHandler | undefined;
|
|
1625
|
+
readonly onKeydown?: KeyboardEventHandler | undefined;
|
|
1626
|
+
readonly onKeyup?: KeyboardEventHandler | undefined;
|
|
1627
|
+
readonly onMousedown?: MouseEventHandler | undefined;
|
|
1628
|
+
readonly value?: string | number | undefined;
|
|
1629
|
+
readonly disabled?: boolean | undefined;
|
|
1630
|
+
readonly bordered?: boolean | undefined;
|
|
1631
|
+
readonly prefixCls?: string | undefined;
|
|
1632
|
+
readonly name?: string | undefined;
|
|
1633
|
+
readonly autocomplete?: string | undefined;
|
|
1634
|
+
readonly status?: "" | "error" | "warning" | undefined;
|
|
1635
|
+
readonly id?: string | undefined;
|
|
1636
|
+
readonly placeholder?: string | number | undefined;
|
|
1637
|
+
readonly prefix?: any;
|
|
1638
|
+
readonly loading?: boolean | undefined;
|
|
1639
|
+
readonly autofocus?: boolean | undefined;
|
|
1640
|
+
readonly 'onUpdate:value'?: (((val: string) => void) & ((...args: any[]) => any)) | undefined;
|
|
1641
|
+
readonly suffix?: any;
|
|
1642
|
+
readonly focused?: boolean | undefined;
|
|
1643
|
+
readonly defaultValue?: string | number | undefined;
|
|
1644
|
+
readonly maxlength?: number | undefined;
|
|
1645
|
+
readonly showCount?: boolean | ShowCountProps | undefined;
|
|
1646
|
+
readonly htmlSize?: number | undefined;
|
|
1647
|
+
readonly onPressEnter?: KeyboardEventHandler | undefined;
|
|
1648
|
+
readonly onMouseUp?: MouseEventHandler | undefined;
|
|
1649
|
+
readonly onRawInput?: ChangeEventHandler | undefined;
|
|
1650
|
+
readonly valueModifiers?: Record<string, any> | undefined;
|
|
1651
|
+
readonly inputElement?: any;
|
|
1652
|
+
readonly triggerFocus?: (() => void) | undefined;
|
|
1653
|
+
readonly readonly?: boolean | undefined;
|
|
1654
|
+
readonly handleReset?: MouseEventHandler | undefined;
|
|
1655
|
+
readonly addonBefore?: any;
|
|
1656
|
+
readonly addonAfter?: any;
|
|
1657
|
+
readonly clearIcon?: any;
|
|
1658
|
+
readonly allowClear?: boolean | undefined;
|
|
1659
|
+
readonly inputPrefixCls?: string | undefined;
|
|
1660
|
+
readonly action?: string | undefined;
|
|
1661
|
+
readonly visibilityToggle?: boolean | undefined;
|
|
1662
|
+
readonly visible?: boolean | undefined;
|
|
1663
|
+
readonly 'onUpdate:visible'?: (((visible: boolean) => void) & ((...args: any[]) => any)) | undefined;
|
|
1664
|
+
readonly emptyText?: string | undefined;
|
|
1665
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
1666
|
+
$attrs: {
|
|
1667
|
+
[x: string]: unknown;
|
|
1668
|
+
};
|
|
1669
|
+
$refs: {
|
|
1670
|
+
[x: string]: unknown;
|
|
1671
|
+
};
|
|
1672
|
+
$slots: Readonly<{
|
|
1673
|
+
[name: string]: Slot<any> | undefined;
|
|
1674
|
+
}>;
|
|
1675
|
+
$root: ComponentPublicInstance | null;
|
|
1676
|
+
$parent: ComponentPublicInstance | null;
|
|
1677
|
+
$host: Element | null;
|
|
1678
|
+
$emit: ((event: "update:value", ...args: any[]) => void) & ((event: "update:visible", ...args: any[]) => void);
|
|
1679
|
+
$el: any;
|
|
1680
|
+
$options: ComponentOptionsBase<Readonly< ApFieldTextPasswordProps> & Readonly<{
|
|
1681
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
1682
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
1683
|
+
}>, {
|
|
1684
|
+
focus: () => void;
|
|
1685
|
+
blur: () => void;
|
|
1686
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1687
|
+
"update:value": (...args: any[]) => void;
|
|
1688
|
+
"update:visible": (...args: any[]) => void;
|
|
1689
|
+
}, string, {
|
|
1690
|
+
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "tel" | "url" | "email" | "image" | "datetime-local" | "file" | "password";
|
|
1691
|
+
mode: FieldMode;
|
|
1692
|
+
visible: boolean;
|
|
1693
|
+
disabled: boolean;
|
|
1694
|
+
bordered: boolean;
|
|
1695
|
+
lazy: boolean;
|
|
1696
|
+
allowClear: boolean;
|
|
1697
|
+
emptyText: string;
|
|
1698
|
+
action: string;
|
|
1699
|
+
visibilityToggle: boolean;
|
|
1700
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
1701
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
1702
|
+
created?: (() => void) | (() => void)[];
|
|
1703
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
1704
|
+
mounted?: (() => void) | (() => void)[];
|
|
1705
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
1706
|
+
updated?: (() => void) | (() => void)[];
|
|
1707
|
+
activated?: (() => void) | (() => void)[];
|
|
1708
|
+
deactivated?: (() => void) | (() => void)[];
|
|
1709
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
1710
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
1711
|
+
destroyed?: (() => void) | (() => void)[];
|
|
1712
|
+
unmounted?: (() => void) | (() => void)[];
|
|
1713
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
1714
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
1715
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
1716
|
+
};
|
|
1717
|
+
$forceUpdate: () => void;
|
|
1718
|
+
$nextTick: nextTick;
|
|
1719
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
1720
|
+
} & Readonly<{
|
|
1721
|
+
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "tel" | "url" | "email" | "image" | "datetime-local" | "file" | "password";
|
|
1722
|
+
mode: FieldMode;
|
|
1723
|
+
visible: boolean;
|
|
1724
|
+
disabled: boolean;
|
|
1725
|
+
bordered: boolean;
|
|
1726
|
+
lazy: boolean;
|
|
1727
|
+
allowClear: boolean;
|
|
1728
|
+
emptyText: string;
|
|
1729
|
+
action: string;
|
|
1730
|
+
visibilityToggle: boolean;
|
|
1731
|
+
}> & Omit<Readonly< ApFieldTextPasswordProps> & Readonly<{
|
|
1732
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
1733
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
1734
|
+
}>, "blur" | "focus" | ("type" | "mode" | "visible" | "disabled" | "bordered" | "lazy" | "allowClear" | "emptyText" | "action" | "visibilityToggle")> & ShallowUnwrapRef<{
|
|
1735
|
+
focus: () => void;
|
|
1736
|
+
blur: () => void;
|
|
1737
|
+
}> & {} & ComponentCustomProperties & {} & {
|
|
1738
|
+
$slots: Readonly<{
|
|
1739
|
+
addonAfter: any;
|
|
1740
|
+
addonBefore: any;
|
|
1741
|
+
prefix: any;
|
|
1742
|
+
suffix: any;
|
|
1743
|
+
clearIcon: any;
|
|
1744
|
+
iconRender: any;
|
|
1745
|
+
}> & {
|
|
1746
|
+
addonAfter: any;
|
|
1747
|
+
addonBefore: any;
|
|
1748
|
+
prefix: any;
|
|
1749
|
+
suffix: any;
|
|
1750
|
+
clearIcon: any;
|
|
1751
|
+
iconRender: any;
|
|
1752
|
+
};
|
|
1753
|
+
}) | null;
|
|
1754
|
+
}, any, ComponentProvideOptions, {
|
|
580
1755
|
P: {};
|
|
581
1756
|
B: {};
|
|
582
1757
|
D: {};
|
|
@@ -924,7 +2099,328 @@ export declare const apTableRenderItemMap: {
|
|
|
924
2099
|
controls: boolean;
|
|
925
2100
|
emptyText: string;
|
|
926
2101
|
thousands: boolean;
|
|
927
|
-
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
2102
|
+
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
2103
|
+
inputRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
2104
|
+
size: {
|
|
2105
|
+
type: PropType<ButtonSize>;
|
|
2106
|
+
default: ButtonSize;
|
|
2107
|
+
};
|
|
2108
|
+
bordered: {
|
|
2109
|
+
type: BooleanConstructor;
|
|
2110
|
+
default: boolean;
|
|
2111
|
+
};
|
|
2112
|
+
placeholder: StringConstructor;
|
|
2113
|
+
name: StringConstructor;
|
|
2114
|
+
id: StringConstructor;
|
|
2115
|
+
type: StringConstructor;
|
|
2116
|
+
addonBefore: VueTypeValidableDef<any>;
|
|
2117
|
+
addonAfter: VueTypeValidableDef<any>;
|
|
2118
|
+
prefix: VueTypeValidableDef<any>;
|
|
2119
|
+
suffix: VueTypeValidableDef<any>;
|
|
2120
|
+
'onUpdate:value': {
|
|
2121
|
+
type: PropType<(value: ValueType) => void>;
|
|
2122
|
+
default: (value: ValueType) => void;
|
|
2123
|
+
};
|
|
2124
|
+
valueModifiers: ObjectConstructor;
|
|
2125
|
+
status: {
|
|
2126
|
+
type: PropType<"" | "error" | "warning">;
|
|
2127
|
+
default: "" | "error" | "warning";
|
|
2128
|
+
};
|
|
2129
|
+
stringMode: {
|
|
2130
|
+
type: BooleanConstructor;
|
|
2131
|
+
default: boolean;
|
|
2132
|
+
};
|
|
2133
|
+
defaultValue: {
|
|
2134
|
+
type: PropType<ValueType>;
|
|
2135
|
+
default: ValueType;
|
|
2136
|
+
};
|
|
2137
|
+
value: {
|
|
2138
|
+
type: PropType<ValueType>;
|
|
2139
|
+
default: ValueType;
|
|
2140
|
+
};
|
|
2141
|
+
prefixCls: {
|
|
2142
|
+
type: PropType<string>;
|
|
2143
|
+
default: string;
|
|
2144
|
+
};
|
|
2145
|
+
min: {
|
|
2146
|
+
type: PropType<ValueType>;
|
|
2147
|
+
default: ValueType;
|
|
2148
|
+
};
|
|
2149
|
+
max: {
|
|
2150
|
+
type: PropType<ValueType>;
|
|
2151
|
+
default: ValueType;
|
|
2152
|
+
};
|
|
2153
|
+
step: {
|
|
2154
|
+
type: PropType<ValueType>;
|
|
2155
|
+
default: ValueType;
|
|
2156
|
+
};
|
|
2157
|
+
tabindex: NumberConstructor;
|
|
2158
|
+
controls: {
|
|
2159
|
+
type: BooleanConstructor;
|
|
2160
|
+
default: boolean;
|
|
2161
|
+
};
|
|
2162
|
+
readonly: {
|
|
2163
|
+
type: BooleanConstructor;
|
|
2164
|
+
default: boolean;
|
|
2165
|
+
};
|
|
2166
|
+
disabled: {
|
|
2167
|
+
type: BooleanConstructor;
|
|
2168
|
+
default: boolean;
|
|
2169
|
+
};
|
|
2170
|
+
autofocus: {
|
|
2171
|
+
type: BooleanConstructor;
|
|
2172
|
+
default: boolean;
|
|
2173
|
+
};
|
|
2174
|
+
keyboard: {
|
|
2175
|
+
type: BooleanConstructor;
|
|
2176
|
+
default: boolean;
|
|
2177
|
+
};
|
|
2178
|
+
parser: {
|
|
2179
|
+
type: PropType<(displayValue: string) => ValueType>;
|
|
2180
|
+
default: (displayValue: string) => ValueType;
|
|
2181
|
+
};
|
|
2182
|
+
formatter: {
|
|
2183
|
+
type: PropType<(value: ValueType, info: {
|
|
2184
|
+
userTyping: boolean;
|
|
2185
|
+
input: string;
|
|
2186
|
+
}) => string>;
|
|
2187
|
+
default: (value: ValueType, info: {
|
|
2188
|
+
userTyping: boolean;
|
|
2189
|
+
input: string;
|
|
2190
|
+
}) => string;
|
|
2191
|
+
};
|
|
2192
|
+
precision: NumberConstructor;
|
|
2193
|
+
decimalSeparator: StringConstructor;
|
|
2194
|
+
onInput: {
|
|
2195
|
+
type: PropType<(text: string) => void>;
|
|
2196
|
+
default: (text: string) => void;
|
|
2197
|
+
};
|
|
2198
|
+
onChange: {
|
|
2199
|
+
type: PropType<(value: ValueType) => void>;
|
|
2200
|
+
default: (value: ValueType) => void;
|
|
2201
|
+
};
|
|
2202
|
+
onPressEnter: {
|
|
2203
|
+
type: PropType<KeyboardEventHandler>;
|
|
2204
|
+
default: KeyboardEventHandler;
|
|
2205
|
+
};
|
|
2206
|
+
onStep: {
|
|
2207
|
+
type: PropType<(value: ValueType, info: {
|
|
2208
|
+
offset: ValueType;
|
|
2209
|
+
type: "up" | "down";
|
|
2210
|
+
}) => void>;
|
|
2211
|
+
default: (value: ValueType, info: {
|
|
2212
|
+
offset: ValueType;
|
|
2213
|
+
type: "up" | "down";
|
|
2214
|
+
}) => void;
|
|
2215
|
+
};
|
|
2216
|
+
onBlur: {
|
|
2217
|
+
type: PropType<(e: FocusEvent) => void>;
|
|
2218
|
+
default: (e: FocusEvent) => void;
|
|
2219
|
+
};
|
|
2220
|
+
onFocus: {
|
|
2221
|
+
type: PropType<(e: FocusEvent) => void>;
|
|
2222
|
+
default: (e: FocusEvent) => void;
|
|
2223
|
+
};
|
|
2224
|
+
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
2225
|
+
size: ButtonSize;
|
|
2226
|
+
value: ValueType;
|
|
2227
|
+
onFocus: (e: FocusEvent) => void;
|
|
2228
|
+
onBlur: (e: FocusEvent) => void;
|
|
2229
|
+
onChange: (value: ValueType) => void;
|
|
2230
|
+
onInput: (text: string) => void;
|
|
2231
|
+
disabled: boolean;
|
|
2232
|
+
max: ValueType;
|
|
2233
|
+
min: ValueType;
|
|
2234
|
+
prefixCls: string;
|
|
2235
|
+
autofocus: boolean;
|
|
2236
|
+
readonly: boolean;
|
|
2237
|
+
status: "" | "error" | "warning";
|
|
2238
|
+
defaultValue: ValueType;
|
|
2239
|
+
'onUpdate:value': (value: ValueType) => void;
|
|
2240
|
+
step: ValueType;
|
|
2241
|
+
bordered: boolean;
|
|
2242
|
+
onPressEnter: KeyboardEventHandler;
|
|
2243
|
+
formatter: (value: ValueType, info: {
|
|
2244
|
+
userTyping: boolean;
|
|
2245
|
+
input: string;
|
|
2246
|
+
}) => string;
|
|
2247
|
+
keyboard: boolean;
|
|
2248
|
+
onStep: (value: ValueType, info: {
|
|
2249
|
+
offset: ValueType;
|
|
2250
|
+
type: "up" | "down";
|
|
2251
|
+
}) => void;
|
|
2252
|
+
stringMode: boolean;
|
|
2253
|
+
controls: boolean;
|
|
2254
|
+
parser: (displayValue: string) => ValueType;
|
|
2255
|
+
}, true, {}, CustomSlotsType<{
|
|
2256
|
+
addonBefore?: any;
|
|
2257
|
+
addonAfter?: any;
|
|
2258
|
+
prefix?: any;
|
|
2259
|
+
suffix?: any;
|
|
2260
|
+
default?: any;
|
|
2261
|
+
upIcon?: any;
|
|
2262
|
+
downIcon?: any;
|
|
2263
|
+
}>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
2264
|
+
P: {};
|
|
2265
|
+
B: {};
|
|
2266
|
+
D: {};
|
|
2267
|
+
C: {};
|
|
2268
|
+
M: {};
|
|
2269
|
+
Defaults: {};
|
|
2270
|
+
}, Readonly< ExtractPropTypes<{
|
|
2271
|
+
size: {
|
|
2272
|
+
type: PropType<ButtonSize>;
|
|
2273
|
+
default: ButtonSize;
|
|
2274
|
+
};
|
|
2275
|
+
bordered: {
|
|
2276
|
+
type: BooleanConstructor;
|
|
2277
|
+
default: boolean;
|
|
2278
|
+
};
|
|
2279
|
+
placeholder: StringConstructor;
|
|
2280
|
+
name: StringConstructor;
|
|
2281
|
+
id: StringConstructor;
|
|
2282
|
+
type: StringConstructor;
|
|
2283
|
+
addonBefore: VueTypeValidableDef<any>;
|
|
2284
|
+
addonAfter: VueTypeValidableDef<any>;
|
|
2285
|
+
prefix: VueTypeValidableDef<any>;
|
|
2286
|
+
suffix: VueTypeValidableDef<any>;
|
|
2287
|
+
'onUpdate:value': {
|
|
2288
|
+
type: PropType<(value: ValueType) => void>;
|
|
2289
|
+
default: (value: ValueType) => void;
|
|
2290
|
+
};
|
|
2291
|
+
valueModifiers: ObjectConstructor;
|
|
2292
|
+
status: {
|
|
2293
|
+
type: PropType<"" | "error" | "warning">;
|
|
2294
|
+
default: "" | "error" | "warning";
|
|
2295
|
+
};
|
|
2296
|
+
stringMode: {
|
|
2297
|
+
type: BooleanConstructor;
|
|
2298
|
+
default: boolean;
|
|
2299
|
+
};
|
|
2300
|
+
defaultValue: {
|
|
2301
|
+
type: PropType<ValueType>;
|
|
2302
|
+
default: ValueType;
|
|
2303
|
+
};
|
|
2304
|
+
value: {
|
|
2305
|
+
type: PropType<ValueType>;
|
|
2306
|
+
default: ValueType;
|
|
2307
|
+
};
|
|
2308
|
+
prefixCls: {
|
|
2309
|
+
type: PropType<string>;
|
|
2310
|
+
default: string;
|
|
2311
|
+
};
|
|
2312
|
+
min: {
|
|
2313
|
+
type: PropType<ValueType>;
|
|
2314
|
+
default: ValueType;
|
|
2315
|
+
};
|
|
2316
|
+
max: {
|
|
2317
|
+
type: PropType<ValueType>;
|
|
2318
|
+
default: ValueType;
|
|
2319
|
+
};
|
|
2320
|
+
step: {
|
|
2321
|
+
type: PropType<ValueType>;
|
|
2322
|
+
default: ValueType;
|
|
2323
|
+
};
|
|
2324
|
+
tabindex: NumberConstructor;
|
|
2325
|
+
controls: {
|
|
2326
|
+
type: BooleanConstructor;
|
|
2327
|
+
default: boolean;
|
|
2328
|
+
};
|
|
2329
|
+
readonly: {
|
|
2330
|
+
type: BooleanConstructor;
|
|
2331
|
+
default: boolean;
|
|
2332
|
+
};
|
|
2333
|
+
disabled: {
|
|
2334
|
+
type: BooleanConstructor;
|
|
2335
|
+
default: boolean;
|
|
2336
|
+
};
|
|
2337
|
+
autofocus: {
|
|
2338
|
+
type: BooleanConstructor;
|
|
2339
|
+
default: boolean;
|
|
2340
|
+
};
|
|
2341
|
+
keyboard: {
|
|
2342
|
+
type: BooleanConstructor;
|
|
2343
|
+
default: boolean;
|
|
2344
|
+
};
|
|
2345
|
+
parser: {
|
|
2346
|
+
type: PropType<(displayValue: string) => ValueType>;
|
|
2347
|
+
default: (displayValue: string) => ValueType;
|
|
2348
|
+
};
|
|
2349
|
+
formatter: {
|
|
2350
|
+
type: PropType<(value: ValueType, info: {
|
|
2351
|
+
userTyping: boolean;
|
|
2352
|
+
input: string;
|
|
2353
|
+
}) => string>;
|
|
2354
|
+
default: (value: ValueType, info: {
|
|
2355
|
+
userTyping: boolean;
|
|
2356
|
+
input: string;
|
|
2357
|
+
}) => string;
|
|
2358
|
+
};
|
|
2359
|
+
precision: NumberConstructor;
|
|
2360
|
+
decimalSeparator: StringConstructor;
|
|
2361
|
+
onInput: {
|
|
2362
|
+
type: PropType<(text: string) => void>;
|
|
2363
|
+
default: (text: string) => void;
|
|
2364
|
+
};
|
|
2365
|
+
onChange: {
|
|
2366
|
+
type: PropType<(value: ValueType) => void>;
|
|
2367
|
+
default: (value: ValueType) => void;
|
|
2368
|
+
};
|
|
2369
|
+
onPressEnter: {
|
|
2370
|
+
type: PropType<KeyboardEventHandler>;
|
|
2371
|
+
default: KeyboardEventHandler;
|
|
2372
|
+
};
|
|
2373
|
+
onStep: {
|
|
2374
|
+
type: PropType<(value: ValueType, info: {
|
|
2375
|
+
offset: ValueType;
|
|
2376
|
+
type: "up" | "down";
|
|
2377
|
+
}) => void>;
|
|
2378
|
+
default: (value: ValueType, info: {
|
|
2379
|
+
offset: ValueType;
|
|
2380
|
+
type: "up" | "down";
|
|
2381
|
+
}) => void;
|
|
2382
|
+
};
|
|
2383
|
+
onBlur: {
|
|
2384
|
+
type: PropType<(e: FocusEvent) => void>;
|
|
2385
|
+
default: (e: FocusEvent) => void;
|
|
2386
|
+
};
|
|
2387
|
+
onFocus: {
|
|
2388
|
+
type: PropType<(e: FocusEvent) => void>;
|
|
2389
|
+
default: (e: FocusEvent) => void;
|
|
2390
|
+
};
|
|
2391
|
+
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
|
|
2392
|
+
size: ButtonSize;
|
|
2393
|
+
value: ValueType;
|
|
2394
|
+
onFocus: (e: FocusEvent) => void;
|
|
2395
|
+
onBlur: (e: FocusEvent) => void;
|
|
2396
|
+
onChange: (value: ValueType) => void;
|
|
2397
|
+
onInput: (text: string) => void;
|
|
2398
|
+
disabled: boolean;
|
|
2399
|
+
max: ValueType;
|
|
2400
|
+
min: ValueType;
|
|
2401
|
+
prefixCls: string;
|
|
2402
|
+
autofocus: boolean;
|
|
2403
|
+
readonly: boolean;
|
|
2404
|
+
status: "" | "error" | "warning";
|
|
2405
|
+
defaultValue: ValueType;
|
|
2406
|
+
'onUpdate:value': (value: ValueType) => void;
|
|
2407
|
+
step: ValueType;
|
|
2408
|
+
bordered: boolean;
|
|
2409
|
+
onPressEnter: KeyboardEventHandler;
|
|
2410
|
+
formatter: (value: ValueType, info: {
|
|
2411
|
+
userTyping: boolean;
|
|
2412
|
+
input: string;
|
|
2413
|
+
}) => string;
|
|
2414
|
+
keyboard: boolean;
|
|
2415
|
+
onStep: (value: ValueType, info: {
|
|
2416
|
+
offset: ValueType;
|
|
2417
|
+
type: "up" | "down";
|
|
2418
|
+
}) => void;
|
|
2419
|
+
stringMode: boolean;
|
|
2420
|
+
controls: boolean;
|
|
2421
|
+
parser: (displayValue: string) => ValueType;
|
|
2422
|
+
}> | null;
|
|
2423
|
+
}, any, ComponentProvideOptions, {
|
|
928
2424
|
P: {};
|
|
929
2425
|
B: {};
|
|
930
2426
|
D: {};
|
|
@@ -996,7 +2492,98 @@ export declare const apTableRenderItemMap: {
|
|
|
996
2492
|
vertical: boolean;
|
|
997
2493
|
disabled: boolean;
|
|
998
2494
|
emptyText: string;
|
|
999
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
2495
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
2496
|
+
radioGroupRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
2497
|
+
prefixCls: StringConstructor;
|
|
2498
|
+
value: VueTypeValidableDef<any>;
|
|
2499
|
+
size: {
|
|
2500
|
+
type: PropType<"default" | "small" | "large">;
|
|
2501
|
+
default: "default" | "small" | "large";
|
|
2502
|
+
};
|
|
2503
|
+
options: {
|
|
2504
|
+
type: PropType<(string | number | RadioGroupChildOption)[]>;
|
|
2505
|
+
default: (string | number | RadioGroupChildOption)[];
|
|
2506
|
+
};
|
|
2507
|
+
disabled: {
|
|
2508
|
+
type: BooleanConstructor;
|
|
2509
|
+
default: boolean;
|
|
2510
|
+
};
|
|
2511
|
+
name: StringConstructor;
|
|
2512
|
+
buttonStyle: {
|
|
2513
|
+
type: PropType<RadioGroupButtonStyle>;
|
|
2514
|
+
default: RadioGroupButtonStyle;
|
|
2515
|
+
};
|
|
2516
|
+
id: StringConstructor;
|
|
2517
|
+
optionType: {
|
|
2518
|
+
type: PropType<RadioGroupOptionType>;
|
|
2519
|
+
default: RadioGroupOptionType;
|
|
2520
|
+
};
|
|
2521
|
+
onChange: {
|
|
2522
|
+
type: PropType<(e: RadioChangeEvent) => void>;
|
|
2523
|
+
default: (e: RadioChangeEvent) => void;
|
|
2524
|
+
};
|
|
2525
|
+
'onUpdate:value': {
|
|
2526
|
+
type: PropType<(val: any) => void>;
|
|
2527
|
+
default: (val: any) => void;
|
|
2528
|
+
};
|
|
2529
|
+
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
2530
|
+
size: "default" | "small" | "large";
|
|
2531
|
+
onChange: (e: RadioChangeEvent) => void;
|
|
2532
|
+
disabled: boolean;
|
|
2533
|
+
'onUpdate:value': (val: any) => void;
|
|
2534
|
+
options: (string | number | RadioGroupChildOption)[];
|
|
2535
|
+
buttonStyle: RadioGroupButtonStyle;
|
|
2536
|
+
optionType: RadioGroupOptionType;
|
|
2537
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
2538
|
+
P: {};
|
|
2539
|
+
B: {};
|
|
2540
|
+
D: {};
|
|
2541
|
+
C: {};
|
|
2542
|
+
M: {};
|
|
2543
|
+
Defaults: {};
|
|
2544
|
+
}, Readonly< ExtractPropTypes<{
|
|
2545
|
+
prefixCls: StringConstructor;
|
|
2546
|
+
value: VueTypeValidableDef<any>;
|
|
2547
|
+
size: {
|
|
2548
|
+
type: PropType<"default" | "small" | "large">;
|
|
2549
|
+
default: "default" | "small" | "large";
|
|
2550
|
+
};
|
|
2551
|
+
options: {
|
|
2552
|
+
type: PropType<(string | number | RadioGroupChildOption)[]>;
|
|
2553
|
+
default: (string | number | RadioGroupChildOption)[];
|
|
2554
|
+
};
|
|
2555
|
+
disabled: {
|
|
2556
|
+
type: BooleanConstructor;
|
|
2557
|
+
default: boolean;
|
|
2558
|
+
};
|
|
2559
|
+
name: StringConstructor;
|
|
2560
|
+
buttonStyle: {
|
|
2561
|
+
type: PropType<RadioGroupButtonStyle>;
|
|
2562
|
+
default: RadioGroupButtonStyle;
|
|
2563
|
+
};
|
|
2564
|
+
id: StringConstructor;
|
|
2565
|
+
optionType: {
|
|
2566
|
+
type: PropType<RadioGroupOptionType>;
|
|
2567
|
+
default: RadioGroupOptionType;
|
|
2568
|
+
};
|
|
2569
|
+
onChange: {
|
|
2570
|
+
type: PropType<(e: RadioChangeEvent) => void>;
|
|
2571
|
+
default: (e: RadioChangeEvent) => void;
|
|
2572
|
+
};
|
|
2573
|
+
'onUpdate:value': {
|
|
2574
|
+
type: PropType<(val: any) => void>;
|
|
2575
|
+
default: (val: any) => void;
|
|
2576
|
+
};
|
|
2577
|
+
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
|
|
2578
|
+
size: "default" | "small" | "large";
|
|
2579
|
+
onChange: (e: RadioChangeEvent) => void;
|
|
2580
|
+
disabled: boolean;
|
|
2581
|
+
'onUpdate:value': (val: any) => void;
|
|
2582
|
+
options: (string | number | RadioGroupChildOption)[];
|
|
2583
|
+
buttonStyle: RadioGroupButtonStyle;
|
|
2584
|
+
optionType: RadioGroupOptionType;
|
|
2585
|
+
}> | null;
|
|
2586
|
+
}, any>;
|
|
1000
2587
|
select: {
|
|
1001
2588
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ApFieldSelectProps> & Readonly<{
|
|
1002
2589
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
@@ -1026,7 +2613,411 @@ export declare const apTableRenderItemMap: {
|
|
|
1026
2613
|
emptyText: string;
|
|
1027
2614
|
searchMode: "filter" | "request";
|
|
1028
2615
|
refetchOnFocus: boolean;
|
|
1029
|
-
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
2616
|
+
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
2617
|
+
selectRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
2618
|
+
value: {
|
|
2619
|
+
type: PropType<SelectValue>;
|
|
2620
|
+
default: SelectValue;
|
|
2621
|
+
};
|
|
2622
|
+
defaultValue: {
|
|
2623
|
+
type: PropType<SelectValue>;
|
|
2624
|
+
default: SelectValue;
|
|
2625
|
+
};
|
|
2626
|
+
notFoundContent: VueTypeValidableDef<any>;
|
|
2627
|
+
suffixIcon: VueTypeValidableDef<any>;
|
|
2628
|
+
itemIcon: VueTypeValidableDef<any>;
|
|
2629
|
+
size: {
|
|
2630
|
+
type: PropType<ButtonSize>;
|
|
2631
|
+
default: ButtonSize;
|
|
2632
|
+
};
|
|
2633
|
+
mode: {
|
|
2634
|
+
type: PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
|
|
2635
|
+
default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
2636
|
+
};
|
|
2637
|
+
bordered: {
|
|
2638
|
+
type: BooleanConstructor;
|
|
2639
|
+
default: boolean;
|
|
2640
|
+
};
|
|
2641
|
+
transitionName: StringConstructor;
|
|
2642
|
+
choiceTransitionName: {
|
|
2643
|
+
type: PropType<"">;
|
|
2644
|
+
default: "";
|
|
2645
|
+
};
|
|
2646
|
+
popupClassName: StringConstructor;
|
|
2647
|
+
dropdownClassName: StringConstructor;
|
|
2648
|
+
placement: {
|
|
2649
|
+
type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
|
|
2650
|
+
default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
2651
|
+
};
|
|
2652
|
+
status: {
|
|
2653
|
+
type: PropType<"" | "error" | "warning">;
|
|
2654
|
+
default: "" | "error" | "warning";
|
|
2655
|
+
};
|
|
2656
|
+
'onUpdate:value': {
|
|
2657
|
+
type: PropType<(val: SelectValue) => void>;
|
|
2658
|
+
default: (val: SelectValue) => void;
|
|
2659
|
+
};
|
|
2660
|
+
children: PropType< VueNode[]>;
|
|
2661
|
+
listHeight: NumberConstructor;
|
|
2662
|
+
onMouseenter: PropType<(e: MouseEvent) => void>;
|
|
2663
|
+
onMouseleave: PropType<(e: MouseEvent) => void>;
|
|
2664
|
+
tabindex: NumberConstructor;
|
|
2665
|
+
onClick: PropType<(e: MouseEvent) => void>;
|
|
2666
|
+
onFocus: {
|
|
2667
|
+
type: PropType<(e: FocusEvent) => void>;
|
|
2668
|
+
};
|
|
2669
|
+
onBlur: {
|
|
2670
|
+
type: PropType<(e: FocusEvent) => void>;
|
|
2671
|
+
};
|
|
2672
|
+
onChange: PropType<(value: SelectValue, option: DefaultOptionType | DefaultOptionType[]) => void>;
|
|
2673
|
+
onKeydown: PropType<(e: KeyboardEvent) => void>;
|
|
2674
|
+
onKeyup: PropType<(e: KeyboardEvent) => void>;
|
|
2675
|
+
onMousedown: PropType<(e: MouseEvent) => void>;
|
|
2676
|
+
onSelect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
|
|
2677
|
+
open: {
|
|
2678
|
+
type: BooleanConstructor;
|
|
2679
|
+
default: any;
|
|
2680
|
+
};
|
|
2681
|
+
animation: StringConstructor;
|
|
2682
|
+
direction: {
|
|
2683
|
+
type: PropType<"rtl" | "ltr">;
|
|
2684
|
+
};
|
|
2685
|
+
disabled: {
|
|
2686
|
+
type: BooleanConstructor;
|
|
2687
|
+
default: any;
|
|
2688
|
+
};
|
|
2689
|
+
prefixCls: StringConstructor;
|
|
2690
|
+
id: StringConstructor;
|
|
2691
|
+
autofocus: BooleanConstructor;
|
|
2692
|
+
getPopupContainer: {
|
|
2693
|
+
type: PropType<RenderDOMFunc>;
|
|
2694
|
+
};
|
|
2695
|
+
virtual: {
|
|
2696
|
+
type: BooleanConstructor;
|
|
2697
|
+
default: any;
|
|
2698
|
+
};
|
|
2699
|
+
dropdownMatchSelectWidth: {
|
|
2700
|
+
type: PropType<number | boolean>;
|
|
2701
|
+
default: any;
|
|
2702
|
+
};
|
|
2703
|
+
options: PropType< DefaultOptionType[]>;
|
|
2704
|
+
showAction: {
|
|
2705
|
+
type: PropType<("click" | "focus")[]>;
|
|
2706
|
+
};
|
|
2707
|
+
onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
|
|
2708
|
+
loading: {
|
|
2709
|
+
type: BooleanConstructor;
|
|
2710
|
+
default: any;
|
|
2711
|
+
};
|
|
2712
|
+
placeholder: VueTypeValidableDef<any>;
|
|
2713
|
+
clearIcon: VueTypeValidableDef<any>;
|
|
2714
|
+
allowClear: {
|
|
2715
|
+
type: BooleanConstructor;
|
|
2716
|
+
default: any;
|
|
2717
|
+
};
|
|
2718
|
+
onSearch: PropType<(value: string) => void>;
|
|
2719
|
+
fieldNames: PropType<FieldNames>;
|
|
2720
|
+
dropdownStyle: {
|
|
2721
|
+
type: PropType<CSSProperties>;
|
|
2722
|
+
};
|
|
2723
|
+
dropdownRender: {
|
|
2724
|
+
type: PropType<DropdownRender>;
|
|
2725
|
+
};
|
|
2726
|
+
dropdownAlign: PropType<AlignType>;
|
|
2727
|
+
showSearch: {
|
|
2728
|
+
type: BooleanConstructor;
|
|
2729
|
+
default: any;
|
|
2730
|
+
};
|
|
2731
|
+
searchValue: StringConstructor;
|
|
2732
|
+
onInputKeyDown: PropType<(e: KeyboardEvent) => void>;
|
|
2733
|
+
removeIcon: VueTypeValidableDef<any>;
|
|
2734
|
+
maxTagCount: {
|
|
2735
|
+
type: PropType<number | "responsive">;
|
|
2736
|
+
};
|
|
2737
|
+
maxTagTextLength: NumberConstructor;
|
|
2738
|
+
maxTagPlaceholder: VueTypeValidableDef<any>;
|
|
2739
|
+
tokenSeparators: {
|
|
2740
|
+
type: PropType<string[]>;
|
|
2741
|
+
};
|
|
2742
|
+
tagRender: {
|
|
2743
|
+
type: PropType<(props: CustomTagProps) => any>;
|
|
2744
|
+
};
|
|
2745
|
+
optionLabelRender: {
|
|
2746
|
+
type: PropType<(option: Record<string, any>) => any>;
|
|
2747
|
+
};
|
|
2748
|
+
onClear: PropType<() => void>;
|
|
2749
|
+
defaultOpen: {
|
|
2750
|
+
type: BooleanConstructor;
|
|
2751
|
+
default: any;
|
|
2752
|
+
};
|
|
2753
|
+
onDropdownVisibleChange: {
|
|
2754
|
+
type: PropType<(open: boolean) => void>;
|
|
2755
|
+
};
|
|
2756
|
+
showArrow: {
|
|
2757
|
+
type: BooleanConstructor;
|
|
2758
|
+
default: any;
|
|
2759
|
+
};
|
|
2760
|
+
onPopupScroll: PropType<(e: UIEvent) => void>;
|
|
2761
|
+
menuItemSelectedIcon: VueTypeValidableDef<any>;
|
|
2762
|
+
listItemHeight: NumberConstructor;
|
|
2763
|
+
inputValue: StringConstructor;
|
|
2764
|
+
autoClearSearchValue: {
|
|
2765
|
+
type: BooleanConstructor;
|
|
2766
|
+
default: any;
|
|
2767
|
+
};
|
|
2768
|
+
filterOption: {
|
|
2769
|
+
type: PropType<boolean | FilterFunc<DefaultOptionType>>;
|
|
2770
|
+
default: any;
|
|
2771
|
+
};
|
|
2772
|
+
filterSort: PropType<(optionA: DefaultOptionType, optionB: DefaultOptionType) => number>;
|
|
2773
|
+
optionFilterProp: StringConstructor;
|
|
2774
|
+
optionLabelProp: StringConstructor;
|
|
2775
|
+
defaultActiveFirstOption: {
|
|
2776
|
+
type: BooleanConstructor;
|
|
2777
|
+
default: any;
|
|
2778
|
+
};
|
|
2779
|
+
onClickOption: PropType<(e: MouseEvent, value: SelectValue, selected: boolean) => boolean | Promise<boolean>>;
|
|
2780
|
+
labelInValue: {
|
|
2781
|
+
type: BooleanConstructor;
|
|
2782
|
+
default: any;
|
|
2783
|
+
};
|
|
2784
|
+
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
2785
|
+
size: ButtonSize;
|
|
2786
|
+
value: SelectValue;
|
|
2787
|
+
mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
2788
|
+
open: boolean;
|
|
2789
|
+
disabled: boolean;
|
|
2790
|
+
autofocus: boolean;
|
|
2791
|
+
virtual: boolean;
|
|
2792
|
+
dropdownMatchSelectWidth: number | boolean;
|
|
2793
|
+
status: "" | "error" | "warning";
|
|
2794
|
+
defaultValue: SelectValue;
|
|
2795
|
+
'onUpdate:value': (val: SelectValue) => void;
|
|
2796
|
+
placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
2797
|
+
loading: boolean;
|
|
2798
|
+
bordered: boolean;
|
|
2799
|
+
allowClear: boolean;
|
|
2800
|
+
showSearch: boolean;
|
|
2801
|
+
choiceTransitionName: "";
|
|
2802
|
+
defaultOpen: boolean;
|
|
2803
|
+
showArrow: boolean;
|
|
2804
|
+
autoClearSearchValue: boolean;
|
|
2805
|
+
filterOption: boolean | FilterFunc<DefaultOptionType>;
|
|
2806
|
+
defaultActiveFirstOption: boolean;
|
|
2807
|
+
labelInValue: boolean;
|
|
2808
|
+
}, true, {}, CustomSlotsType<{
|
|
2809
|
+
notFoundContent: any;
|
|
2810
|
+
suffixIcon: any;
|
|
2811
|
+
itemIcon: any;
|
|
2812
|
+
removeIcon: any;
|
|
2813
|
+
clearIcon: any;
|
|
2814
|
+
dropdownRender: any;
|
|
2815
|
+
option: any;
|
|
2816
|
+
placeholder: any;
|
|
2817
|
+
tagRender: any;
|
|
2818
|
+
maxTagPlaceholder: any;
|
|
2819
|
+
optionLabel: any;
|
|
2820
|
+
default: any;
|
|
2821
|
+
}>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
2822
|
+
P: {};
|
|
2823
|
+
B: {};
|
|
2824
|
+
D: {};
|
|
2825
|
+
C: {};
|
|
2826
|
+
M: {};
|
|
2827
|
+
Defaults: {};
|
|
2828
|
+
}, Readonly< ExtractPropTypes<{
|
|
2829
|
+
value: {
|
|
2830
|
+
type: PropType<SelectValue>;
|
|
2831
|
+
default: SelectValue;
|
|
2832
|
+
};
|
|
2833
|
+
defaultValue: {
|
|
2834
|
+
type: PropType<SelectValue>;
|
|
2835
|
+
default: SelectValue;
|
|
2836
|
+
};
|
|
2837
|
+
notFoundContent: VueTypeValidableDef<any>;
|
|
2838
|
+
suffixIcon: VueTypeValidableDef<any>;
|
|
2839
|
+
itemIcon: VueTypeValidableDef<any>;
|
|
2840
|
+
size: {
|
|
2841
|
+
type: PropType<ButtonSize>;
|
|
2842
|
+
default: ButtonSize;
|
|
2843
|
+
};
|
|
2844
|
+
mode: {
|
|
2845
|
+
type: PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
|
|
2846
|
+
default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
2847
|
+
};
|
|
2848
|
+
bordered: {
|
|
2849
|
+
type: BooleanConstructor;
|
|
2850
|
+
default: boolean;
|
|
2851
|
+
};
|
|
2852
|
+
transitionName: StringConstructor;
|
|
2853
|
+
choiceTransitionName: {
|
|
2854
|
+
type: PropType<"">;
|
|
2855
|
+
default: "";
|
|
2856
|
+
};
|
|
2857
|
+
popupClassName: StringConstructor;
|
|
2858
|
+
dropdownClassName: StringConstructor;
|
|
2859
|
+
placement: {
|
|
2860
|
+
type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
|
|
2861
|
+
default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
2862
|
+
};
|
|
2863
|
+
status: {
|
|
2864
|
+
type: PropType<"" | "error" | "warning">;
|
|
2865
|
+
default: "" | "error" | "warning";
|
|
2866
|
+
};
|
|
2867
|
+
'onUpdate:value': {
|
|
2868
|
+
type: PropType<(val: SelectValue) => void>;
|
|
2869
|
+
default: (val: SelectValue) => void;
|
|
2870
|
+
};
|
|
2871
|
+
children: PropType< VueNode[]>;
|
|
2872
|
+
listHeight: NumberConstructor;
|
|
2873
|
+
onMouseenter: PropType<(e: MouseEvent) => void>;
|
|
2874
|
+
onMouseleave: PropType<(e: MouseEvent) => void>;
|
|
2875
|
+
tabindex: NumberConstructor;
|
|
2876
|
+
onClick: PropType<(e: MouseEvent) => void>;
|
|
2877
|
+
onFocus: {
|
|
2878
|
+
type: PropType<(e: FocusEvent) => void>;
|
|
2879
|
+
};
|
|
2880
|
+
onBlur: {
|
|
2881
|
+
type: PropType<(e: FocusEvent) => void>;
|
|
2882
|
+
};
|
|
2883
|
+
onChange: PropType<(value: SelectValue, option: DefaultOptionType | DefaultOptionType[]) => void>;
|
|
2884
|
+
onKeydown: PropType<(e: KeyboardEvent) => void>;
|
|
2885
|
+
onKeyup: PropType<(e: KeyboardEvent) => void>;
|
|
2886
|
+
onMousedown: PropType<(e: MouseEvent) => void>;
|
|
2887
|
+
onSelect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
|
|
2888
|
+
open: {
|
|
2889
|
+
type: BooleanConstructor;
|
|
2890
|
+
default: any;
|
|
2891
|
+
};
|
|
2892
|
+
animation: StringConstructor;
|
|
2893
|
+
direction: {
|
|
2894
|
+
type: PropType<"rtl" | "ltr">;
|
|
2895
|
+
};
|
|
2896
|
+
disabled: {
|
|
2897
|
+
type: BooleanConstructor;
|
|
2898
|
+
default: any;
|
|
2899
|
+
};
|
|
2900
|
+
prefixCls: StringConstructor;
|
|
2901
|
+
id: StringConstructor;
|
|
2902
|
+
autofocus: BooleanConstructor;
|
|
2903
|
+
getPopupContainer: {
|
|
2904
|
+
type: PropType<RenderDOMFunc>;
|
|
2905
|
+
};
|
|
2906
|
+
virtual: {
|
|
2907
|
+
type: BooleanConstructor;
|
|
2908
|
+
default: any;
|
|
2909
|
+
};
|
|
2910
|
+
dropdownMatchSelectWidth: {
|
|
2911
|
+
type: PropType<number | boolean>;
|
|
2912
|
+
default: any;
|
|
2913
|
+
};
|
|
2914
|
+
options: PropType< DefaultOptionType[]>;
|
|
2915
|
+
showAction: {
|
|
2916
|
+
type: PropType<("click" | "focus")[]>;
|
|
2917
|
+
};
|
|
2918
|
+
onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
|
|
2919
|
+
loading: {
|
|
2920
|
+
type: BooleanConstructor;
|
|
2921
|
+
default: any;
|
|
2922
|
+
};
|
|
2923
|
+
placeholder: VueTypeValidableDef<any>;
|
|
2924
|
+
clearIcon: VueTypeValidableDef<any>;
|
|
2925
|
+
allowClear: {
|
|
2926
|
+
type: BooleanConstructor;
|
|
2927
|
+
default: any;
|
|
2928
|
+
};
|
|
2929
|
+
onSearch: PropType<(value: string) => void>;
|
|
2930
|
+
fieldNames: PropType<FieldNames>;
|
|
2931
|
+
dropdownStyle: {
|
|
2932
|
+
type: PropType<CSSProperties>;
|
|
2933
|
+
};
|
|
2934
|
+
dropdownRender: {
|
|
2935
|
+
type: PropType<DropdownRender>;
|
|
2936
|
+
};
|
|
2937
|
+
dropdownAlign: PropType<AlignType>;
|
|
2938
|
+
showSearch: {
|
|
2939
|
+
type: BooleanConstructor;
|
|
2940
|
+
default: any;
|
|
2941
|
+
};
|
|
2942
|
+
searchValue: StringConstructor;
|
|
2943
|
+
onInputKeyDown: PropType<(e: KeyboardEvent) => void>;
|
|
2944
|
+
removeIcon: VueTypeValidableDef<any>;
|
|
2945
|
+
maxTagCount: {
|
|
2946
|
+
type: PropType<number | "responsive">;
|
|
2947
|
+
};
|
|
2948
|
+
maxTagTextLength: NumberConstructor;
|
|
2949
|
+
maxTagPlaceholder: VueTypeValidableDef<any>;
|
|
2950
|
+
tokenSeparators: {
|
|
2951
|
+
type: PropType<string[]>;
|
|
2952
|
+
};
|
|
2953
|
+
tagRender: {
|
|
2954
|
+
type: PropType<(props: CustomTagProps) => any>;
|
|
2955
|
+
};
|
|
2956
|
+
optionLabelRender: {
|
|
2957
|
+
type: PropType<(option: Record<string, any>) => any>;
|
|
2958
|
+
};
|
|
2959
|
+
onClear: PropType<() => void>;
|
|
2960
|
+
defaultOpen: {
|
|
2961
|
+
type: BooleanConstructor;
|
|
2962
|
+
default: any;
|
|
2963
|
+
};
|
|
2964
|
+
onDropdownVisibleChange: {
|
|
2965
|
+
type: PropType<(open: boolean) => void>;
|
|
2966
|
+
};
|
|
2967
|
+
showArrow: {
|
|
2968
|
+
type: BooleanConstructor;
|
|
2969
|
+
default: any;
|
|
2970
|
+
};
|
|
2971
|
+
onPopupScroll: PropType<(e: UIEvent) => void>;
|
|
2972
|
+
menuItemSelectedIcon: VueTypeValidableDef<any>;
|
|
2973
|
+
listItemHeight: NumberConstructor;
|
|
2974
|
+
inputValue: StringConstructor;
|
|
2975
|
+
autoClearSearchValue: {
|
|
2976
|
+
type: BooleanConstructor;
|
|
2977
|
+
default: any;
|
|
2978
|
+
};
|
|
2979
|
+
filterOption: {
|
|
2980
|
+
type: PropType<boolean | FilterFunc<DefaultOptionType>>;
|
|
2981
|
+
default: any;
|
|
2982
|
+
};
|
|
2983
|
+
filterSort: PropType<(optionA: DefaultOptionType, optionB: DefaultOptionType) => number>;
|
|
2984
|
+
optionFilterProp: StringConstructor;
|
|
2985
|
+
optionLabelProp: StringConstructor;
|
|
2986
|
+
defaultActiveFirstOption: {
|
|
2987
|
+
type: BooleanConstructor;
|
|
2988
|
+
default: any;
|
|
2989
|
+
};
|
|
2990
|
+
onClickOption: PropType<(e: MouseEvent, value: SelectValue, selected: boolean) => boolean | Promise<boolean>>;
|
|
2991
|
+
labelInValue: {
|
|
2992
|
+
type: BooleanConstructor;
|
|
2993
|
+
default: any;
|
|
2994
|
+
};
|
|
2995
|
+
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
|
|
2996
|
+
size: ButtonSize;
|
|
2997
|
+
value: SelectValue;
|
|
2998
|
+
mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
2999
|
+
open: boolean;
|
|
3000
|
+
disabled: boolean;
|
|
3001
|
+
autofocus: boolean;
|
|
3002
|
+
virtual: boolean;
|
|
3003
|
+
dropdownMatchSelectWidth: number | boolean;
|
|
3004
|
+
status: "" | "error" | "warning";
|
|
3005
|
+
defaultValue: SelectValue;
|
|
3006
|
+
'onUpdate:value': (val: SelectValue) => void;
|
|
3007
|
+
placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
3008
|
+
loading: boolean;
|
|
3009
|
+
bordered: boolean;
|
|
3010
|
+
allowClear: boolean;
|
|
3011
|
+
showSearch: boolean;
|
|
3012
|
+
choiceTransitionName: "";
|
|
3013
|
+
defaultOpen: boolean;
|
|
3014
|
+
showArrow: boolean;
|
|
3015
|
+
autoClearSearchValue: boolean;
|
|
3016
|
+
filterOption: boolean | FilterFunc<DefaultOptionType>;
|
|
3017
|
+
defaultActiveFirstOption: boolean;
|
|
3018
|
+
labelInValue: boolean;
|
|
3019
|
+
}> | null;
|
|
3020
|
+
}, any, ComponentProvideOptions, {
|
|
1030
3021
|
P: {};
|
|
1031
3022
|
B: {};
|
|
1032
3023
|
D: {};
|
|
@@ -1271,7 +3262,266 @@ export declare const apTableRenderItemMap: {
|
|
|
1271
3262
|
lazy: boolean;
|
|
1272
3263
|
allowClear: boolean;
|
|
1273
3264
|
emptyText: string;
|
|
1274
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
3265
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
3266
|
+
textAreaRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
3267
|
+
rows: NumberConstructor;
|
|
3268
|
+
autosize: {
|
|
3269
|
+
type: PropType<boolean | AutoSizeType>;
|
|
3270
|
+
default: any;
|
|
3271
|
+
};
|
|
3272
|
+
autoSize: {
|
|
3273
|
+
type: PropType<boolean | AutoSizeType>;
|
|
3274
|
+
default: any;
|
|
3275
|
+
};
|
|
3276
|
+
onResize: {
|
|
3277
|
+
type: PropType<(size: {
|
|
3278
|
+
width: number;
|
|
3279
|
+
height: number;
|
|
3280
|
+
}) => void>;
|
|
3281
|
+
};
|
|
3282
|
+
onCompositionstart: {
|
|
3283
|
+
type: PropType< CompositionEventHandler | CompositionEventHandler[]>;
|
|
3284
|
+
};
|
|
3285
|
+
onCompositionend: {
|
|
3286
|
+
type: PropType< CompositionEventHandler | CompositionEventHandler[]>;
|
|
3287
|
+
};
|
|
3288
|
+
valueModifiers: ObjectConstructor;
|
|
3289
|
+
size: {
|
|
3290
|
+
type: PropType<SizeType>;
|
|
3291
|
+
};
|
|
3292
|
+
value: {
|
|
3293
|
+
type: PropType<string | number>;
|
|
3294
|
+
default: any;
|
|
3295
|
+
};
|
|
3296
|
+
name: StringConstructor;
|
|
3297
|
+
type: {
|
|
3298
|
+
type: PropType<"number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel">;
|
|
3299
|
+
default: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel";
|
|
3300
|
+
};
|
|
3301
|
+
onFocus: PropType<FocusEventHandler>;
|
|
3302
|
+
onBlur: PropType<FocusEventHandler>;
|
|
3303
|
+
onChange: PropType<ChangeEventHandler>;
|
|
3304
|
+
onInput: PropType<ChangeEventHandler>;
|
|
3305
|
+
onKeydown: PropType<KeyboardEventHandler>;
|
|
3306
|
+
onKeyup: PropType<KeyboardEventHandler>;
|
|
3307
|
+
onMousedown: {
|
|
3308
|
+
type: PropType<MouseEventHandler>;
|
|
3309
|
+
default: any;
|
|
3310
|
+
};
|
|
3311
|
+
focused: {
|
|
3312
|
+
type: BooleanConstructor;
|
|
3313
|
+
default: any;
|
|
3314
|
+
};
|
|
3315
|
+
hidden: {
|
|
3316
|
+
type: BooleanConstructor;
|
|
3317
|
+
default: any;
|
|
3318
|
+
};
|
|
3319
|
+
disabled: {
|
|
3320
|
+
type: BooleanConstructor;
|
|
3321
|
+
default: any;
|
|
3322
|
+
};
|
|
3323
|
+
prefixCls: StringConstructor;
|
|
3324
|
+
id: StringConstructor;
|
|
3325
|
+
autofocus: {
|
|
3326
|
+
type: BooleanConstructor;
|
|
3327
|
+
default: any;
|
|
3328
|
+
};
|
|
3329
|
+
autocomplete: StringConstructor;
|
|
3330
|
+
readonly: {
|
|
3331
|
+
type: BooleanConstructor;
|
|
3332
|
+
default: any;
|
|
3333
|
+
};
|
|
3334
|
+
status: PropType<"" | "error" | "warning">;
|
|
3335
|
+
defaultValue: {
|
|
3336
|
+
type: PropType<string | number>;
|
|
3337
|
+
default: any;
|
|
3338
|
+
};
|
|
3339
|
+
'onUpdate:value': PropType<(val: string) => void>;
|
|
3340
|
+
loading: {
|
|
3341
|
+
type: BooleanConstructor;
|
|
3342
|
+
default: any;
|
|
3343
|
+
};
|
|
3344
|
+
placeholder: {
|
|
3345
|
+
type: PropType<string | number>;
|
|
3346
|
+
};
|
|
3347
|
+
lazy: {
|
|
3348
|
+
type: BooleanConstructor;
|
|
3349
|
+
default: boolean;
|
|
3350
|
+
};
|
|
3351
|
+
maxlength: NumberConstructor;
|
|
3352
|
+
bordered: {
|
|
3353
|
+
type: BooleanConstructor;
|
|
3354
|
+
default: any;
|
|
3355
|
+
};
|
|
3356
|
+
showCount: {
|
|
3357
|
+
type: PropType<boolean | ShowCountProps>;
|
|
3358
|
+
};
|
|
3359
|
+
htmlSize: NumberConstructor;
|
|
3360
|
+
onPressEnter: PropType<KeyboardEventHandler>;
|
|
3361
|
+
onMouseUp: {
|
|
3362
|
+
type: PropType<MouseEventHandler>;
|
|
3363
|
+
default: any;
|
|
3364
|
+
};
|
|
3365
|
+
onRawInput: PropType<ChangeEventHandler>;
|
|
3366
|
+
inputElement: VueTypeValidableDef<any>;
|
|
3367
|
+
triggerFocus: PropType<() => void>;
|
|
3368
|
+
handleReset: PropType<MouseEventHandler>;
|
|
3369
|
+
clearIcon: VueTypeValidableDef<any>;
|
|
3370
|
+
allowClear: {
|
|
3371
|
+
type: BooleanConstructor;
|
|
3372
|
+
default: any;
|
|
3373
|
+
};
|
|
3374
|
+
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
3375
|
+
value: string | number;
|
|
3376
|
+
type: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel";
|
|
3377
|
+
onMousedown: MouseEventHandler;
|
|
3378
|
+
focused: boolean;
|
|
3379
|
+
hidden: boolean;
|
|
3380
|
+
disabled: boolean;
|
|
3381
|
+
autofocus: boolean;
|
|
3382
|
+
readonly: boolean;
|
|
3383
|
+
defaultValue: string | number;
|
|
3384
|
+
loading: boolean;
|
|
3385
|
+
lazy: boolean;
|
|
3386
|
+
bordered: boolean;
|
|
3387
|
+
onMouseUp: MouseEventHandler;
|
|
3388
|
+
allowClear: boolean;
|
|
3389
|
+
autosize: any;
|
|
3390
|
+
autoSize: any;
|
|
3391
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
3392
|
+
P: {};
|
|
3393
|
+
B: {};
|
|
3394
|
+
D: {};
|
|
3395
|
+
C: {};
|
|
3396
|
+
M: {};
|
|
3397
|
+
Defaults: {};
|
|
3398
|
+
}, Readonly< ExtractPropTypes<{
|
|
3399
|
+
rows: NumberConstructor;
|
|
3400
|
+
autosize: {
|
|
3401
|
+
type: PropType<boolean | AutoSizeType>;
|
|
3402
|
+
default: any;
|
|
3403
|
+
};
|
|
3404
|
+
autoSize: {
|
|
3405
|
+
type: PropType<boolean | AutoSizeType>;
|
|
3406
|
+
default: any;
|
|
3407
|
+
};
|
|
3408
|
+
onResize: {
|
|
3409
|
+
type: PropType<(size: {
|
|
3410
|
+
width: number;
|
|
3411
|
+
height: number;
|
|
3412
|
+
}) => void>;
|
|
3413
|
+
};
|
|
3414
|
+
onCompositionstart: {
|
|
3415
|
+
type: PropType< CompositionEventHandler | CompositionEventHandler[]>;
|
|
3416
|
+
};
|
|
3417
|
+
onCompositionend: {
|
|
3418
|
+
type: PropType< CompositionEventHandler | CompositionEventHandler[]>;
|
|
3419
|
+
};
|
|
3420
|
+
valueModifiers: ObjectConstructor;
|
|
3421
|
+
size: {
|
|
3422
|
+
type: PropType<SizeType>;
|
|
3423
|
+
};
|
|
3424
|
+
value: {
|
|
3425
|
+
type: PropType<string | number>;
|
|
3426
|
+
default: any;
|
|
3427
|
+
};
|
|
3428
|
+
name: StringConstructor;
|
|
3429
|
+
type: {
|
|
3430
|
+
type: PropType<"number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel">;
|
|
3431
|
+
default: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel";
|
|
3432
|
+
};
|
|
3433
|
+
onFocus: PropType<FocusEventHandler>;
|
|
3434
|
+
onBlur: PropType<FocusEventHandler>;
|
|
3435
|
+
onChange: PropType<ChangeEventHandler>;
|
|
3436
|
+
onInput: PropType<ChangeEventHandler>;
|
|
3437
|
+
onKeydown: PropType<KeyboardEventHandler>;
|
|
3438
|
+
onKeyup: PropType<KeyboardEventHandler>;
|
|
3439
|
+
onMousedown: {
|
|
3440
|
+
type: PropType<MouseEventHandler>;
|
|
3441
|
+
default: any;
|
|
3442
|
+
};
|
|
3443
|
+
focused: {
|
|
3444
|
+
type: BooleanConstructor;
|
|
3445
|
+
default: any;
|
|
3446
|
+
};
|
|
3447
|
+
hidden: {
|
|
3448
|
+
type: BooleanConstructor;
|
|
3449
|
+
default: any;
|
|
3450
|
+
};
|
|
3451
|
+
disabled: {
|
|
3452
|
+
type: BooleanConstructor;
|
|
3453
|
+
default: any;
|
|
3454
|
+
};
|
|
3455
|
+
prefixCls: StringConstructor;
|
|
3456
|
+
id: StringConstructor;
|
|
3457
|
+
autofocus: {
|
|
3458
|
+
type: BooleanConstructor;
|
|
3459
|
+
default: any;
|
|
3460
|
+
};
|
|
3461
|
+
autocomplete: StringConstructor;
|
|
3462
|
+
readonly: {
|
|
3463
|
+
type: BooleanConstructor;
|
|
3464
|
+
default: any;
|
|
3465
|
+
};
|
|
3466
|
+
status: PropType<"" | "error" | "warning">;
|
|
3467
|
+
defaultValue: {
|
|
3468
|
+
type: PropType<string | number>;
|
|
3469
|
+
default: any;
|
|
3470
|
+
};
|
|
3471
|
+
'onUpdate:value': PropType<(val: string) => void>;
|
|
3472
|
+
loading: {
|
|
3473
|
+
type: BooleanConstructor;
|
|
3474
|
+
default: any;
|
|
3475
|
+
};
|
|
3476
|
+
placeholder: {
|
|
3477
|
+
type: PropType<string | number>;
|
|
3478
|
+
};
|
|
3479
|
+
lazy: {
|
|
3480
|
+
type: BooleanConstructor;
|
|
3481
|
+
default: boolean;
|
|
3482
|
+
};
|
|
3483
|
+
maxlength: NumberConstructor;
|
|
3484
|
+
bordered: {
|
|
3485
|
+
type: BooleanConstructor;
|
|
3486
|
+
default: any;
|
|
3487
|
+
};
|
|
3488
|
+
showCount: {
|
|
3489
|
+
type: PropType<boolean | ShowCountProps>;
|
|
3490
|
+
};
|
|
3491
|
+
htmlSize: NumberConstructor;
|
|
3492
|
+
onPressEnter: PropType<KeyboardEventHandler>;
|
|
3493
|
+
onMouseUp: {
|
|
3494
|
+
type: PropType<MouseEventHandler>;
|
|
3495
|
+
default: any;
|
|
3496
|
+
};
|
|
3497
|
+
onRawInput: PropType<ChangeEventHandler>;
|
|
3498
|
+
inputElement: VueTypeValidableDef<any>;
|
|
3499
|
+
triggerFocus: PropType<() => void>;
|
|
3500
|
+
handleReset: PropType<MouseEventHandler>;
|
|
3501
|
+
clearIcon: VueTypeValidableDef<any>;
|
|
3502
|
+
allowClear: {
|
|
3503
|
+
type: BooleanConstructor;
|
|
3504
|
+
default: any;
|
|
3505
|
+
};
|
|
3506
|
+
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
|
|
3507
|
+
value: string | number;
|
|
3508
|
+
type: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel";
|
|
3509
|
+
onMousedown: MouseEventHandler;
|
|
3510
|
+
focused: boolean;
|
|
3511
|
+
hidden: boolean;
|
|
3512
|
+
disabled: boolean;
|
|
3513
|
+
autofocus: boolean;
|
|
3514
|
+
readonly: boolean;
|
|
3515
|
+
defaultValue: string | number;
|
|
3516
|
+
loading: boolean;
|
|
3517
|
+
lazy: boolean;
|
|
3518
|
+
bordered: boolean;
|
|
3519
|
+
onMouseUp: MouseEventHandler;
|
|
3520
|
+
allowClear: boolean;
|
|
3521
|
+
autosize: any;
|
|
3522
|
+
autoSize: any;
|
|
3523
|
+
}> | null;
|
|
3524
|
+
}, any>;
|
|
1275
3525
|
checkbox: DefineComponent<ApFieldCheckboxProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1276
3526
|
"update:value": (...args: any[]) => void;
|
|
1277
3527
|
}, string, PublicProps, Readonly< ApFieldCheckboxProps> & Readonly<{
|