@aplus-frontend/ui 6.29.3 → 6.30.0
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/ag-grid/index.vue.mjs +228 -222
- package/es/src/ag-grid/renderer/select.mjs +8 -11
- package/es/src/ap-action/item-popconfirm/index.vue.d.ts +5 -6
- package/es/src/ap-field/checkbox/index.vue.d.ts +1 -1
- package/es/src/ap-field/checkbox/read.vue.d.ts +1 -1
- package/es/src/ap-field/date/index.vue.d.ts +4 -4
- package/es/src/ap-field/date/index.vue.mjs +11 -10
- package/es/src/ap-field/date/read.vue.d.ts +1 -1
- package/es/src/ap-field/date/read.vue2.mjs +8 -7
- package/es/src/ap-field/date-range/index.vue.d.ts +4 -4
- package/es/src/ap-field/date-range/index.vue.mjs +1 -0
- package/es/src/ap-field/date-range/read.vue.d.ts +1 -1
- package/es/src/ap-field/date-range/read.vue2.mjs +1 -0
- package/es/src/ap-field/index.d.ts +7 -7
- package/es/src/ap-field/number/index.vue.d.ts +90 -50
- package/es/src/ap-field/number/index.vue.mjs +14 -12
- package/es/src/ap-field/number/read.vue2.mjs +8 -6
- package/es/src/ap-field/rate/index.vue.d.ts +6 -6
- package/es/src/ap-field/select/index.vue.d.ts +241 -241
- package/es/src/ap-field/select/index.vue.mjs +27 -27
- package/es/src/ap-field/select/read.vue2.mjs +27 -27
- package/es/src/ap-field/slider/index.vue.d.ts +9 -9
- package/es/src/ap-field/switch/index.vue.d.ts +1 -1
- package/es/src/ap-field/switch/read.vue.d.ts +1 -1
- package/es/src/ap-field/text/index.vue.d.ts +1 -1
- package/es/src/ap-field/text/index.vue2.mjs +39 -38
- package/es/src/ap-field/text/password.vue.d.ts +1 -1
- package/es/src/ap-field/text/password.vue.mjs +34 -33
- package/es/src/ap-field/text/read-password.vue.d.ts +1 -1
- package/es/src/ap-field/text/read-password.vue2.mjs +31 -30
- package/es/src/ap-field/text/read.vue.d.ts +1 -1
- package/es/src/ap-field/text/read.vue2.mjs +21 -20
- package/es/src/ap-field/text-area/index.vue.d.ts +67 -57
- package/es/src/ap-field/text-area/index.vue.mjs +15 -14
- package/es/src/ap-field/text-area/read.vue.d.ts +1 -1
- package/es/src/ap-field/text-area/read.vue2.mjs +11 -10
- package/es/src/ap-field/tree-select/index.vue.d.ts +326 -326
- package/es/src/ap-field/tree-select/index.vue.mjs +46 -46
- package/es/src/ap-field/tree-select/read.vue2.mjs +45 -45
- package/es/src/ap-form/ap-form.vue.d.ts +71 -67
- package/es/src/ap-form/drawer-form/index.vue.d.ts +65 -65
- package/es/src/ap-form/item/index.vue.d.ts +36 -36
- package/es/src/ap-form/item/index.vue.mjs +10 -10
- package/es/src/ap-form/items/number/index.vue.d.ts +103 -59
- package/es/src/ap-form/items/select/index.vue.d.ts +306 -306
- package/es/src/ap-form/items/text/index.vue.d.ts +19 -17
- package/es/src/ap-form/items/text/password.vue.d.ts +19 -17
- package/es/src/ap-form/items/text-area/index.vue.d.ts +138 -118
- package/es/src/ap-form/items/tree-select/index.vue.d.ts +407 -407
- package/es/src/ap-form/modal-form/index.vue.d.ts +69 -70
- package/es/src/ap-form/search-form/components/popover-filter.vue.d.ts +5 -6
- package/es/src/ap-form/search-form/index.vue.d.ts +67 -67
- package/es/src/ap-grid/constants.d.ts +3 -0
- package/es/src/ap-grid/constants.mjs +6 -3
- package/es/src/ap-grid/index.vue.mjs +221 -214
- package/es/src/ap-grid/utils/table.d.ts +1 -1
- package/es/src/ap-grid/utils/table.mjs +59 -62
- package/es/src/ap-table/constants.d.ts +499 -465
- package/es/src/ap-table/utils.d.ts +1 -1
- package/es/src/ap-upload/components/MultipleFile.vue.d.ts +8 -8
- package/es/src/business/ap-batch-action-group/index.d.ts +7 -8
- package/es/src/business/ap-label/ApLabel.d.ts +4 -4
- package/es/src/business/ap-label/constans.d.ts +1 -1
- package/es/src/business/ap-label/index.d.ts +9 -9
- package/es/src/business/ap-radio-group/ap-radio-group.vue.d.ts +1 -1
- package/es/src/business/ap-radio-group/index.d.ts +3 -3
- package/es/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +1 -1
- package/es/src/business/ap-table-modal/hooks/use-table-modal.d.ts +1 -1
- package/es/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +1 -1
- package/es/src/business/ap-table-modal/index.d.ts +3 -3
- package/es/src/business/ap-table-modal/table-modal.vue.d.ts +1 -1
- package/es/src/business/ap-table-modal/table-modal.vue2.mjs +3 -2
- package/es/src/business/ap-view/components/main-button-content.vue.d.ts +33 -33
- package/es/src/business/ap-view/components/menu-list-content.vue.d.ts +33 -33
- package/es/src/business/batch-input-group/index.vue.d.ts +11 -10
- package/es/src/business/batch-input-group/index.vue.mjs +20 -19
- package/es/src/business/batch-input-group/popover-input/index.vue.d.ts +66 -56
- package/es/src/business/hooks/usePageListApTable.d.ts +1 -1
- package/es/src/config-provider/config-provider-props.d.ts +64 -52
- package/es/src/config-provider/config-provider-props.mjs +10 -2
- package/es/src/config-provider/config-provider.d.ts +130 -113
- package/es/src/config-provider/config-provider.mjs +26 -24
- package/es/src/config-provider/hooks/use-global-config.d.ts +60 -49
- package/es/src/config-provider/index.d.ts +214 -197
- package/es/src/text/index.vue.mjs +3 -3
- package/es/src/utils/config-provider-preset.d.ts +36 -49
- package/es/src/version.d.ts +1 -1
- package/es/src/version.mjs +1 -1
- package/es/src/work-order-modal/work-order-modal.vue.d.ts +33 -33
- package/lib/src/ag-grid/index.vue.js +1 -1
- package/lib/src/ag-grid/renderer/select.js +1 -1
- package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +5 -6
- package/lib/src/ap-field/checkbox/index.vue.d.ts +1 -1
- package/lib/src/ap-field/checkbox/read.vue.d.ts +1 -1
- package/lib/src/ap-field/date/index.vue.d.ts +4 -4
- package/lib/src/ap-field/date/index.vue.js +1 -1
- package/lib/src/ap-field/date/read.vue.d.ts +1 -1
- package/lib/src/ap-field/date/read.vue2.js +1 -1
- package/lib/src/ap-field/date-range/index.vue.d.ts +4 -4
- package/lib/src/ap-field/date-range/index.vue.js +1 -1
- package/lib/src/ap-field/date-range/read.vue.d.ts +1 -1
- package/lib/src/ap-field/date-range/read.vue2.js +1 -1
- package/lib/src/ap-field/index.d.ts +7 -7
- package/lib/src/ap-field/number/index.vue.d.ts +90 -50
- package/lib/src/ap-field/number/index.vue.js +1 -1
- package/lib/src/ap-field/number/read.vue2.js +1 -1
- package/lib/src/ap-field/rate/index.vue.d.ts +6 -6
- package/lib/src/ap-field/select/index.vue.d.ts +241 -241
- package/lib/src/ap-field/select/index.vue.js +1 -1
- package/lib/src/ap-field/select/read.vue2.js +1 -1
- package/lib/src/ap-field/slider/index.vue.d.ts +9 -9
- package/lib/src/ap-field/switch/index.vue.d.ts +1 -1
- package/lib/src/ap-field/switch/read.vue.d.ts +1 -1
- package/lib/src/ap-field/text/index.vue.d.ts +1 -1
- package/lib/src/ap-field/text/index.vue2.js +1 -1
- package/lib/src/ap-field/text/password.vue.d.ts +1 -1
- package/lib/src/ap-field/text/password.vue.js +1 -1
- package/lib/src/ap-field/text/read-password.vue.d.ts +1 -1
- package/lib/src/ap-field/text/read-password.vue2.js +1 -1
- package/lib/src/ap-field/text/read.vue.d.ts +1 -1
- package/lib/src/ap-field/text/read.vue2.js +1 -1
- package/lib/src/ap-field/text-area/index.vue.d.ts +67 -57
- package/lib/src/ap-field/text-area/index.vue.js +1 -1
- package/lib/src/ap-field/text-area/read.vue.d.ts +1 -1
- package/lib/src/ap-field/text-area/read.vue2.js +1 -1
- package/lib/src/ap-field/tree-select/index.vue.d.ts +326 -326
- package/lib/src/ap-field/tree-select/index.vue.js +1 -1
- package/lib/src/ap-field/tree-select/read.vue2.js +1 -1
- package/lib/src/ap-form/ap-form.vue.d.ts +71 -67
- package/lib/src/ap-form/drawer-form/index.vue.d.ts +65 -65
- package/lib/src/ap-form/item/index.vue.d.ts +36 -36
- package/lib/src/ap-form/item/index.vue.js +1 -1
- package/lib/src/ap-form/items/number/index.vue.d.ts +103 -59
- package/lib/src/ap-form/items/select/index.vue.d.ts +306 -306
- package/lib/src/ap-form/items/text/index.vue.d.ts +19 -17
- package/lib/src/ap-form/items/text/password.vue.d.ts +19 -17
- package/lib/src/ap-form/items/text-area/index.vue.d.ts +138 -118
- package/lib/src/ap-form/items/tree-select/index.vue.d.ts +407 -407
- package/lib/src/ap-form/modal-form/index.vue.d.ts +69 -70
- package/lib/src/ap-form/search-form/components/popover-filter.vue.d.ts +5 -6
- package/lib/src/ap-form/search-form/index.vue.d.ts +67 -67
- package/lib/src/ap-grid/constants.d.ts +3 -0
- package/lib/src/ap-grid/constants.js +1 -1
- package/lib/src/ap-grid/index.vue.js +1 -1
- package/lib/src/ap-grid/utils/table.d.ts +1 -1
- package/lib/src/ap-grid/utils/table.js +1 -1
- package/lib/src/ap-table/constants.d.ts +499 -465
- package/lib/src/ap-table/utils.d.ts +1 -1
- package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +8 -8
- package/lib/src/business/ap-batch-action-group/index.d.ts +7 -8
- package/lib/src/business/ap-label/ApLabel.d.ts +4 -4
- package/lib/src/business/ap-label/constans.d.ts +1 -1
- package/lib/src/business/ap-label/index.d.ts +9 -9
- package/lib/src/business/ap-radio-group/ap-radio-group.vue.d.ts +1 -1
- package/lib/src/business/ap-radio-group/index.d.ts +3 -3
- package/lib/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +1 -1
- package/lib/src/business/ap-table-modal/hooks/use-table-modal.d.ts +1 -1
- package/lib/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +1 -1
- package/lib/src/business/ap-table-modal/index.d.ts +3 -3
- package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +1 -1
- package/lib/src/business/ap-table-modal/table-modal.vue2.js +1 -1
- package/lib/src/business/ap-view/components/main-button-content.vue.d.ts +33 -33
- package/lib/src/business/ap-view/components/menu-list-content.vue.d.ts +33 -33
- package/lib/src/business/batch-input-group/index.vue.d.ts +11 -10
- package/lib/src/business/batch-input-group/index.vue.js +1 -1
- package/lib/src/business/batch-input-group/popover-input/index.vue.d.ts +66 -56
- package/lib/src/business/hooks/usePageListApTable.d.ts +1 -1
- package/lib/src/config-provider/config-provider-props.d.ts +64 -52
- package/lib/src/config-provider/config-provider-props.js +1 -1
- package/lib/src/config-provider/config-provider.d.ts +130 -113
- package/lib/src/config-provider/config-provider.js +1 -1
- package/lib/src/config-provider/hooks/use-global-config.d.ts +60 -49
- package/lib/src/config-provider/index.d.ts +214 -197
- package/lib/src/text/index.vue.js +1 -1
- package/lib/src/utils/config-provider-preset.d.ts +36 -49
- package/lib/src/version.d.ts +1 -1
- package/lib/src/version.js +1 -1
- package/lib/src/work-order-modal/work-order-modal.vue.d.ts +33 -33
- package/package.json +3 -3
- package/theme/ag-grid/index.css +0 -6
- package/theme/ap-form/ap-form-item.css +0 -6
- package/theme/ap-form/ap-form-item.less +0 -6
- package/theme/ap-form/index.css +0 -6
- package/theme/ap-form/search-form.css +0 -6
- package/theme/ap-grid/index.css +0 -6
- package/theme/ap-table/ap-table.css +0 -6
- package/theme/ap-table-modal/index.css +0 -6
- package/theme/editable-table/index.css +0 -6
- package/theme/index.css +0 -6
|
@@ -5,7 +5,7 @@ import { ApFieldDateProps, ApFieldDateRangeProps, ApFieldNumberProps, FieldMode,
|
|
|
5
5
|
import { ApFormItemSlots, ApFormItemTextPassword, ApActionGroupProps, GroupActionTypes } from '..';
|
|
6
6
|
import { ValueType } from '@aplus-frontend/antdv/es/input-number/src/utils/MiniDecimal';
|
|
7
7
|
import { KeyboardEventHandler, FocusEventHandler, ChangeEventHandler, CompositionEventHandler, MouseEventHandler } from '@aplus-frontend/antdv/es/_util/EventInterface';
|
|
8
|
-
import {
|
|
8
|
+
import { ButtonSize, SizeType } from '@aplus-frontend/antdv/es/button';
|
|
9
9
|
import { VueTypeValidableDef } from '../../node_modules/vue-types';
|
|
10
10
|
import { VueNode, CustomSlotsType } from '@aplus-frontend/antdv/es/_util/type';
|
|
11
11
|
import { OnCleanup } from '@vue/reactivity';
|
|
@@ -14,7 +14,7 @@ import { RadioGroupButtonStyle, RadioGroupOptionType } from '@aplus-frontend/ant
|
|
|
14
14
|
import { RadioChangeEvent, TreeSelectProps, CheckboxOptionType } from '@aplus-frontend/antdv';
|
|
15
15
|
import { SelectValue, DefaultOptionType, LabeledValue, BaseOptionType } from '@aplus-frontend/antdv/es/select';
|
|
16
16
|
import { SelectHandler, FieldNames, FilterFunc } from '@aplus-frontend/antdv/es/vc-select/Select';
|
|
17
|
-
import { RenderDOMFunc,
|
|
17
|
+
import { RenderDOMFunc, CustomTagProps, DropdownRender, DisplayValueType } from '@aplus-frontend/antdv/es/vc-select/BaseSelect';
|
|
18
18
|
import { AlignType } from '@aplus-frontend/antdv/es/vc-trigger/interface';
|
|
19
19
|
import { Recordable, LiteralUnion } from '../type';
|
|
20
20
|
import { InputFocusOptions } from '@aplus-frontend/antdv/es/vc-input/utils/commonUtils';
|
|
@@ -185,16 +185,18 @@ export declare const apTableFormItemMap: {
|
|
|
185
185
|
readonly value?: ValueType | undefined;
|
|
186
186
|
readonly disabled?: boolean | undefined;
|
|
187
187
|
readonly prefixCls?: string | undefined;
|
|
188
|
+
readonly variant?: "filled" | "outlined" | "borderless" | "underlined" | undefined;
|
|
188
189
|
readonly keyboard?: boolean | undefined;
|
|
189
190
|
readonly autofocus?: boolean | undefined;
|
|
190
191
|
readonly 'onUpdate:value'?: (((value: ValueType) => void) & ((...args: any[]) => any)) | undefined;
|
|
191
192
|
readonly bordered?: boolean | undefined;
|
|
192
193
|
readonly max?: ValueType | undefined;
|
|
193
194
|
readonly min?: ValueType | undefined;
|
|
194
|
-
readonly
|
|
195
|
+
readonly readonly?: boolean | undefined;
|
|
195
196
|
readonly onPressEnter?: KeyboardEventHandler | undefined;
|
|
196
197
|
readonly status?: "" | "error" | "warning" | undefined;
|
|
197
|
-
readonly
|
|
198
|
+
readonly defaultValue?: ValueType | undefined;
|
|
199
|
+
readonly changeOnWheel?: boolean | undefined;
|
|
198
200
|
readonly stringMode?: boolean | undefined;
|
|
199
201
|
readonly controls?: boolean | undefined;
|
|
200
202
|
readonly parser?: ((displayValue: string) => ValueType) | undefined;
|
|
@@ -230,8 +232,8 @@ export declare const apTableFormItemMap: {
|
|
|
230
232
|
} & {
|
|
231
233
|
inputRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
232
234
|
size: {
|
|
233
|
-
type: PropType<
|
|
234
|
-
default:
|
|
235
|
+
type: PropType<ButtonSize>;
|
|
236
|
+
default: ButtonSize;
|
|
235
237
|
};
|
|
236
238
|
bordered: {
|
|
237
239
|
type: BooleanConstructor;
|
|
@@ -254,6 +256,14 @@ export declare const apTableFormItemMap: {
|
|
|
254
256
|
type: PropType<"" | "error" | "warning">;
|
|
255
257
|
default: "" | "error" | "warning";
|
|
256
258
|
};
|
|
259
|
+
variant: {
|
|
260
|
+
type: PropType<"filled" | "outlined" | "borderless" | "underlined">;
|
|
261
|
+
default: "filled" | "outlined" | "borderless" | "underlined";
|
|
262
|
+
};
|
|
263
|
+
changeOnWheel: {
|
|
264
|
+
type: BooleanConstructor;
|
|
265
|
+
default: boolean;
|
|
266
|
+
};
|
|
257
267
|
stringMode: {
|
|
258
268
|
type: BooleanConstructor;
|
|
259
269
|
default: boolean;
|
|
@@ -350,7 +360,7 @@ export declare const apTableFormItemMap: {
|
|
|
350
360
|
default: (e: FocusEvent) => void;
|
|
351
361
|
};
|
|
352
362
|
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
353
|
-
size:
|
|
363
|
+
size: ButtonSize;
|
|
354
364
|
value: ValueType;
|
|
355
365
|
onFocus: (e: FocusEvent) => void;
|
|
356
366
|
onBlur: (e: FocusEvent) => void;
|
|
@@ -360,26 +370,28 @@ export declare const apTableFormItemMap: {
|
|
|
360
370
|
max: ValueType;
|
|
361
371
|
min: ValueType;
|
|
362
372
|
prefixCls: string;
|
|
373
|
+
readonly: boolean;
|
|
374
|
+
autofocus: boolean;
|
|
375
|
+
variant: "filled" | "outlined" | "borderless" | "underlined";
|
|
363
376
|
bordered: boolean;
|
|
364
|
-
|
|
377
|
+
onPressEnter: KeyboardEventHandler;
|
|
378
|
+
'onUpdate:value': (value: ValueType) => void;
|
|
365
379
|
status: "" | "error" | "warning";
|
|
380
|
+
defaultValue: ValueType;
|
|
366
381
|
step: ValueType;
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
382
|
+
changeOnWheel: boolean;
|
|
383
|
+
stringMode: boolean;
|
|
384
|
+
controls: boolean;
|
|
385
|
+
keyboard: boolean;
|
|
386
|
+
parser: (displayValue: string) => ValueType;
|
|
371
387
|
formatter: (value: ValueType, info: {
|
|
372
388
|
userTyping: boolean;
|
|
373
389
|
input: string;
|
|
374
390
|
}) => string;
|
|
375
|
-
keyboard: boolean;
|
|
376
391
|
onStep: (value: ValueType, info: {
|
|
377
392
|
offset: ValueType;
|
|
378
393
|
type: "up" | "down";
|
|
379
394
|
}) => void;
|
|
380
|
-
stringMode: boolean;
|
|
381
|
-
controls: boolean;
|
|
382
|
-
parser: (displayValue: string) => ValueType;
|
|
383
395
|
}, true, {}, CustomSlotsType<{
|
|
384
396
|
addonBefore?: any;
|
|
385
397
|
addonAfter?: any;
|
|
@@ -397,8 +409,8 @@ export declare const apTableFormItemMap: {
|
|
|
397
409
|
Defaults: {};
|
|
398
410
|
}, Readonly< ExtractPropTypes<{
|
|
399
411
|
size: {
|
|
400
|
-
type: PropType<
|
|
401
|
-
default:
|
|
412
|
+
type: PropType<ButtonSize>;
|
|
413
|
+
default: ButtonSize;
|
|
402
414
|
};
|
|
403
415
|
bordered: {
|
|
404
416
|
type: BooleanConstructor;
|
|
@@ -421,6 +433,14 @@ export declare const apTableFormItemMap: {
|
|
|
421
433
|
type: PropType<"" | "error" | "warning">;
|
|
422
434
|
default: "" | "error" | "warning";
|
|
423
435
|
};
|
|
436
|
+
variant: {
|
|
437
|
+
type: PropType<"filled" | "outlined" | "borderless" | "underlined">;
|
|
438
|
+
default: "filled" | "outlined" | "borderless" | "underlined";
|
|
439
|
+
};
|
|
440
|
+
changeOnWheel: {
|
|
441
|
+
type: BooleanConstructor;
|
|
442
|
+
default: boolean;
|
|
443
|
+
};
|
|
424
444
|
stringMode: {
|
|
425
445
|
type: BooleanConstructor;
|
|
426
446
|
default: boolean;
|
|
@@ -517,7 +537,7 @@ export declare const apTableFormItemMap: {
|
|
|
517
537
|
default: (e: FocusEvent) => void;
|
|
518
538
|
};
|
|
519
539
|
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
|
|
520
|
-
size:
|
|
540
|
+
size: ButtonSize;
|
|
521
541
|
value: ValueType;
|
|
522
542
|
onFocus: (e: FocusEvent) => void;
|
|
523
543
|
onBlur: (e: FocusEvent) => void;
|
|
@@ -527,26 +547,28 @@ export declare const apTableFormItemMap: {
|
|
|
527
547
|
max: ValueType;
|
|
528
548
|
min: ValueType;
|
|
529
549
|
prefixCls: string;
|
|
550
|
+
readonly: boolean;
|
|
551
|
+
autofocus: boolean;
|
|
552
|
+
variant: "filled" | "outlined" | "borderless" | "underlined";
|
|
530
553
|
bordered: boolean;
|
|
531
|
-
|
|
554
|
+
onPressEnter: KeyboardEventHandler;
|
|
555
|
+
'onUpdate:value': (value: ValueType) => void;
|
|
532
556
|
status: "" | "error" | "warning";
|
|
557
|
+
defaultValue: ValueType;
|
|
533
558
|
step: ValueType;
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
559
|
+
changeOnWheel: boolean;
|
|
560
|
+
stringMode: boolean;
|
|
561
|
+
controls: boolean;
|
|
562
|
+
keyboard: boolean;
|
|
563
|
+
parser: (displayValue: string) => ValueType;
|
|
538
564
|
formatter: (value: ValueType, info: {
|
|
539
565
|
userTyping: boolean;
|
|
540
566
|
input: string;
|
|
541
567
|
}) => string;
|
|
542
|
-
keyboard: boolean;
|
|
543
568
|
onStep: (value: ValueType, info: {
|
|
544
569
|
offset: ValueType;
|
|
545
570
|
type: "up" | "down";
|
|
546
571
|
}) => void;
|
|
547
|
-
stringMode: boolean;
|
|
548
|
-
controls: boolean;
|
|
549
|
-
parser: (displayValue: string) => ValueType;
|
|
550
572
|
}> | null;
|
|
551
573
|
};
|
|
552
574
|
$slots: Readonly<{
|
|
@@ -571,8 +593,8 @@ export declare const apTableFormItemMap: {
|
|
|
571
593
|
bordered: boolean;
|
|
572
594
|
max: ValueType;
|
|
573
595
|
min: ValueType;
|
|
574
|
-
controls: boolean;
|
|
575
596
|
emptyText: string;
|
|
597
|
+
controls: boolean;
|
|
576
598
|
thousands: boolean;
|
|
577
599
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
578
600
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -601,12 +623,12 @@ export declare const apTableFormItemMap: {
|
|
|
601
623
|
bordered: boolean;
|
|
602
624
|
max: ValueType;
|
|
603
625
|
min: ValueType;
|
|
604
|
-
controls: boolean;
|
|
605
626
|
emptyText: string;
|
|
627
|
+
controls: boolean;
|
|
606
628
|
thousands: boolean;
|
|
607
629
|
}> & Omit<Readonly< ApFieldNumberProps> & Readonly<{
|
|
608
630
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
609
|
-
}>, "blur" | "focus" | ("step" | "disabled" | "keyboard" | "bordered" | "max" | "min" | "
|
|
631
|
+
}>, "blur" | "focus" | ("step" | "disabled" | "keyboard" | "bordered" | "max" | "min" | "emptyText" | "controls" | "thousands")> & ShallowUnwrapRef<{
|
|
610
632
|
focus: () => void;
|
|
611
633
|
blur: () => void;
|
|
612
634
|
}> & {} & ComponentCustomProperties & {} & {
|
|
@@ -899,57 +921,57 @@ export declare const apTableFormItemMap: {
|
|
|
899
921
|
readonly autofocus?: boolean | undefined;
|
|
900
922
|
readonly bordered?: boolean | undefined;
|
|
901
923
|
readonly getPopupContainer?: RenderDOMFunc | undefined;
|
|
924
|
+
readonly id?: string | undefined;
|
|
902
925
|
readonly virtual?: boolean | undefined;
|
|
903
926
|
readonly dropdownMatchSelectWidth?: number | boolean | undefined;
|
|
904
|
-
readonly defaultValue?: (string | number) | LabeledValue | (string | number)[] | LabeledValue[] | undefined;
|
|
905
|
-
readonly id?: string | undefined;
|
|
906
927
|
readonly placeholder?: any;
|
|
907
928
|
readonly status?: "" | "error" | "warning" | undefined;
|
|
929
|
+
readonly defaultValue?: (string | number) | LabeledValue | (string | number)[] | LabeledValue[] | undefined;
|
|
908
930
|
readonly prefix?: any;
|
|
909
931
|
readonly clearIcon?: any;
|
|
910
932
|
readonly allowClear?: boolean | undefined;
|
|
911
|
-
readonly options?: DefaultOptionType[] | undefined;
|
|
912
|
-
readonly tabindex?: number | undefined;
|
|
913
|
-
readonly dropdownClassName?: string | undefined;
|
|
914
|
-
readonly dropdownAlign?: AlignType | undefined;
|
|
915
|
-
readonly defaultOpen?: boolean | undefined;
|
|
916
|
-
readonly suffixIcon?: any;
|
|
917
933
|
readonly notFoundContent?: any;
|
|
934
|
+
readonly suffixIcon?: any;
|
|
918
935
|
readonly itemIcon?: any;
|
|
919
936
|
readonly showArrow?: boolean | undefined;
|
|
920
937
|
readonly maxCount?: number | undefined;
|
|
921
938
|
readonly choiceTransitionName?: "" | undefined;
|
|
922
939
|
readonly popupClassName?: string | undefined;
|
|
940
|
+
readonly dropdownClassName?: string | undefined;
|
|
923
941
|
readonly listHeight?: number | undefined;
|
|
924
|
-
readonly
|
|
925
|
-
readonly onDeselect?: SelectHandler<(string | number) | LabeledValue, DefaultOptionType> | undefined;
|
|
942
|
+
readonly tabindex?: number | undefined;
|
|
926
943
|
readonly fieldNames?: FieldNames | undefined;
|
|
927
|
-
readonly dropdownStyle?: CSSProperties | undefined;
|
|
928
|
-
readonly dropdownRender?: DropdownRender | undefined;
|
|
929
|
-
readonly showSearch?: boolean | undefined;
|
|
930
|
-
readonly searchValue?: string | undefined;
|
|
931
|
-
readonly onInputKeyDown?: ((e: KeyboardEvent) => void) | undefined;
|
|
932
|
-
readonly removeIcon?: any;
|
|
933
|
-
readonly maxTagCount?: number | "responsive" | undefined;
|
|
934
|
-
readonly maxTagTextLength?: number | undefined;
|
|
935
|
-
readonly maxTagPlaceholder?: any;
|
|
936
|
-
readonly tokenSeparators?: string[] | undefined;
|
|
937
|
-
readonly tagRender?: ((props: CustomTagProps) => any) | undefined;
|
|
938
|
-
readonly optionLabelRender?: ((option: Record<string, any>) => any) | undefined;
|
|
939
|
-
readonly onClear?: (() => void) | undefined;
|
|
940
|
-
readonly onDropdownVisibleChange?: ((open: boolean) => void) | undefined;
|
|
941
|
-
readonly onPopupScroll?: ((e: UIEvent) => void) | undefined;
|
|
942
|
-
readonly menuItemSelectedIcon?: any;
|
|
943
|
-
readonly listItemHeight?: number | undefined;
|
|
944
944
|
readonly inputValue?: string | undefined;
|
|
945
|
+
readonly searchValue?: string | undefined;
|
|
945
946
|
readonly autoClearSearchValue?: boolean | undefined;
|
|
947
|
+
readonly onDeselect?: SelectHandler<(string | number) | LabeledValue, DefaultOptionType> | undefined;
|
|
946
948
|
readonly filterOption?: boolean | FilterFunc<DefaultOptionType> | undefined;
|
|
947
949
|
readonly filterSort?: ((optionA: DefaultOptionType, optionB: DefaultOptionType) => number) | undefined;
|
|
948
950
|
readonly optionFilterProp?: string | undefined;
|
|
949
951
|
readonly optionLabelProp?: string | undefined;
|
|
952
|
+
readonly options?: DefaultOptionType[] | undefined;
|
|
950
953
|
readonly defaultActiveFirstOption?: boolean | undefined;
|
|
954
|
+
readonly listItemHeight?: number | undefined;
|
|
951
955
|
readonly onClickOption?: ((e: MouseEvent, value: SelectValue, selected: boolean) => boolean | Promise<boolean>) | undefined;
|
|
956
|
+
readonly menuItemSelectedIcon?: any;
|
|
952
957
|
readonly labelInValue?: boolean | undefined;
|
|
958
|
+
readonly showSearch?: boolean | undefined;
|
|
959
|
+
readonly tagRender?: ((props: CustomTagProps) => any) | undefined;
|
|
960
|
+
readonly optionLabelRender?: ((option: Record<string, any>) => any) | undefined;
|
|
961
|
+
readonly onClear?: (() => void) | undefined;
|
|
962
|
+
readonly defaultOpen?: boolean | undefined;
|
|
963
|
+
readonly onDropdownVisibleChange?: ((open: boolean) => void) | undefined;
|
|
964
|
+
readonly maxTagTextLength?: number | undefined;
|
|
965
|
+
readonly maxTagCount?: number | "responsive" | undefined;
|
|
966
|
+
readonly maxTagPlaceholder?: any;
|
|
967
|
+
readonly tokenSeparators?: string[] | undefined;
|
|
968
|
+
readonly removeIcon?: any;
|
|
969
|
+
readonly dropdownStyle?: CSSProperties | undefined;
|
|
970
|
+
readonly dropdownRender?: DropdownRender | undefined;
|
|
971
|
+
readonly dropdownAlign?: AlignType | undefined;
|
|
972
|
+
readonly showAction?: ("click" | "focus")[] | undefined;
|
|
973
|
+
readonly onPopupScroll?: ((e: UIEvent) => void) | undefined;
|
|
974
|
+
readonly onInputKeyDown?: ((e: KeyboardEvent) => void) | undefined;
|
|
953
975
|
readonly emptyText?: string | undefined;
|
|
954
976
|
readonly request?: ((value?: string, extraParams?: Recordable) => Promise< DefaultOptionType[] | undefined>) | undefined;
|
|
955
977
|
readonly multiple?: boolean | undefined;
|
|
@@ -981,8 +1003,8 @@ export declare const apTableFormItemMap: {
|
|
|
981
1003
|
suffixIcon: VueTypeValidableDef<any>;
|
|
982
1004
|
itemIcon: VueTypeValidableDef<any>;
|
|
983
1005
|
size: {
|
|
984
|
-
type: PropType<
|
|
985
|
-
default:
|
|
1006
|
+
type: PropType<ButtonSize>;
|
|
1007
|
+
default: ButtonSize;
|
|
986
1008
|
};
|
|
987
1009
|
mode: {
|
|
988
1010
|
type: PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
|
|
@@ -1050,6 +1072,8 @@ export declare const apTableFormItemMap: {
|
|
|
1050
1072
|
default: any;
|
|
1051
1073
|
};
|
|
1052
1074
|
prefixCls: StringConstructor;
|
|
1075
|
+
id: StringConstructor;
|
|
1076
|
+
autofocus: BooleanConstructor;
|
|
1053
1077
|
getPopupContainer: {
|
|
1054
1078
|
type: PropType<RenderDOMFunc>;
|
|
1055
1079
|
};
|
|
@@ -1061,51 +1085,48 @@ export declare const apTableFormItemMap: {
|
|
|
1061
1085
|
type: PropType<number | boolean>;
|
|
1062
1086
|
default: any;
|
|
1063
1087
|
};
|
|
1088
|
+
placeholder: VueTypeValidableDef<any>;
|
|
1064
1089
|
loading: {
|
|
1065
1090
|
type: BooleanConstructor;
|
|
1066
1091
|
default: any;
|
|
1067
1092
|
};
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
};
|
|
1071
|
-
dropdownAlign: PropType<AlignType>;
|
|
1072
|
-
placeholder: VueTypeValidableDef<any>;
|
|
1093
|
+
prefix: VueTypeValidableDef<any>;
|
|
1094
|
+
clearIcon: VueTypeValidableDef<any>;
|
|
1073
1095
|
allowClear: {
|
|
1074
1096
|
type: BooleanConstructor;
|
|
1075
1097
|
default: any;
|
|
1076
1098
|
};
|
|
1077
|
-
|
|
1078
|
-
|
|
1099
|
+
fieldNames: PropType<FieldNames>;
|
|
1100
|
+
inputValue: StringConstructor;
|
|
1101
|
+
searchValue: StringConstructor;
|
|
1102
|
+
onSearch: PropType<(value: string) => void>;
|
|
1103
|
+
autoClearSearchValue: {
|
|
1079
1104
|
type: BooleanConstructor;
|
|
1080
1105
|
default: any;
|
|
1081
1106
|
};
|
|
1082
|
-
id: StringConstructor;
|
|
1083
|
-
clearIcon: VueTypeValidableDef<any>;
|
|
1084
|
-
options: PropType< DefaultOptionType[]>;
|
|
1085
1107
|
onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
dropdownStyle: {
|
|
1090
|
-
type: PropType<CSSProperties>;
|
|
1091
|
-
};
|
|
1092
|
-
dropdownRender: {
|
|
1093
|
-
type: PropType<DropdownRender>;
|
|
1108
|
+
filterOption: {
|
|
1109
|
+
type: PropType<boolean | FilterFunc<DefaultOptionType>>;
|
|
1110
|
+
default: any;
|
|
1094
1111
|
};
|
|
1095
|
-
|
|
1112
|
+
filterSort: PropType<(optionA: DefaultOptionType, optionB: DefaultOptionType) => number>;
|
|
1113
|
+
optionFilterProp: StringConstructor;
|
|
1114
|
+
optionLabelProp: StringConstructor;
|
|
1115
|
+
options: PropType< DefaultOptionType[]>;
|
|
1116
|
+
defaultActiveFirstOption: {
|
|
1096
1117
|
type: BooleanConstructor;
|
|
1097
1118
|
default: any;
|
|
1098
1119
|
};
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
type:
|
|
1120
|
+
listItemHeight: NumberConstructor;
|
|
1121
|
+
onClickOption: PropType<(e: MouseEvent, value: SelectValue, selected: boolean) => boolean | Promise<boolean>>;
|
|
1122
|
+
menuItemSelectedIcon: VueTypeValidableDef<any>;
|
|
1123
|
+
labelInValue: {
|
|
1124
|
+
type: BooleanConstructor;
|
|
1125
|
+
default: any;
|
|
1104
1126
|
};
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
type: PropType<string[]>;
|
|
1127
|
+
showSearch: {
|
|
1128
|
+
type: BooleanConstructor;
|
|
1129
|
+
default: any;
|
|
1109
1130
|
};
|
|
1110
1131
|
tagRender: {
|
|
1111
1132
|
type: PropType<(props: CustomTagProps) => any>;
|
|
@@ -1114,57 +1135,58 @@ export declare const apTableFormItemMap: {
|
|
|
1114
1135
|
type: PropType<(option: Record<string, any>) => any>;
|
|
1115
1136
|
};
|
|
1116
1137
|
onClear: PropType<() => void>;
|
|
1138
|
+
defaultOpen: {
|
|
1139
|
+
type: BooleanConstructor;
|
|
1140
|
+
default: any;
|
|
1141
|
+
};
|
|
1117
1142
|
onDropdownVisibleChange: {
|
|
1118
1143
|
type: PropType<(open: boolean) => void>;
|
|
1119
1144
|
};
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
inputValue: StringConstructor;
|
|
1124
|
-
autoClearSearchValue: {
|
|
1125
|
-
type: BooleanConstructor;
|
|
1126
|
-
default: any;
|
|
1145
|
+
maxTagTextLength: NumberConstructor;
|
|
1146
|
+
maxTagCount: {
|
|
1147
|
+
type: PropType<number | "responsive">;
|
|
1127
1148
|
};
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1149
|
+
maxTagPlaceholder: VueTypeValidableDef<any>;
|
|
1150
|
+
tokenSeparators: {
|
|
1151
|
+
type: PropType<string[]>;
|
|
1131
1152
|
};
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
defaultActiveFirstOption: {
|
|
1136
|
-
type: BooleanConstructor;
|
|
1137
|
-
default: any;
|
|
1153
|
+
removeIcon: VueTypeValidableDef<any>;
|
|
1154
|
+
dropdownStyle: {
|
|
1155
|
+
type: PropType<CSSProperties>;
|
|
1138
1156
|
};
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1157
|
+
dropdownRender: {
|
|
1158
|
+
type: PropType<DropdownRender>;
|
|
1159
|
+
};
|
|
1160
|
+
dropdownAlign: PropType<AlignType>;
|
|
1161
|
+
showAction: {
|
|
1162
|
+
type: PropType<("click" | "focus")[]>;
|
|
1143
1163
|
};
|
|
1164
|
+
onPopupScroll: PropType<(e: UIEvent) => void>;
|
|
1165
|
+
onInputKeyDown: PropType<(e: KeyboardEvent) => void>;
|
|
1144
1166
|
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
1145
|
-
size:
|
|
1167
|
+
size: ButtonSize;
|
|
1146
1168
|
value: SelectValue;
|
|
1147
1169
|
mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
1148
1170
|
open: boolean;
|
|
1149
1171
|
disabled: boolean;
|
|
1172
|
+
autofocus: boolean;
|
|
1173
|
+
variant: "filled" | "outlined" | "borderless" | "underlined";
|
|
1150
1174
|
virtual: boolean;
|
|
1151
1175
|
dropdownMatchSelectWidth: number | boolean;
|
|
1152
1176
|
loading: boolean;
|
|
1153
|
-
variant: "filled" | "outlined" | "borderless" | "underlined";
|
|
1154
1177
|
bordered: boolean;
|
|
1155
|
-
|
|
1178
|
+
'onUpdate:value': (val: SelectValue) => void;
|
|
1156
1179
|
status: "" | "error" | "warning";
|
|
1180
|
+
defaultValue: SelectValue;
|
|
1157
1181
|
allowClear: boolean;
|
|
1158
|
-
autofocus: boolean;
|
|
1159
|
-
defaultOpen: boolean;
|
|
1160
|
-
'onUpdate:value': (val: SelectValue) => void;
|
|
1161
|
-
placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
1162
|
-
showSearch: boolean;
|
|
1163
|
-
choiceTransitionName: "";
|
|
1164
1182
|
autoClearSearchValue: boolean;
|
|
1165
1183
|
filterOption: boolean | FilterFunc<DefaultOptionType>;
|
|
1166
1184
|
defaultActiveFirstOption: boolean;
|
|
1167
1185
|
labelInValue: boolean;
|
|
1186
|
+
showSearch: boolean;
|
|
1187
|
+
choiceTransitionName: "";
|
|
1188
|
+
defaultOpen: boolean;
|
|
1189
|
+
placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
1168
1190
|
showArrow: boolean;
|
|
1169
1191
|
}, true, {}, CustomSlotsType<{
|
|
1170
1192
|
notFoundContent: any;
|
|
@@ -1200,8 +1222,8 @@ export declare const apTableFormItemMap: {
|
|
|
1200
1222
|
suffixIcon: VueTypeValidableDef<any>;
|
|
1201
1223
|
itemIcon: VueTypeValidableDef<any>;
|
|
1202
1224
|
size: {
|
|
1203
|
-
type: PropType<
|
|
1204
|
-
default:
|
|
1225
|
+
type: PropType<ButtonSize>;
|
|
1226
|
+
default: ButtonSize;
|
|
1205
1227
|
};
|
|
1206
1228
|
mode: {
|
|
1207
1229
|
type: PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
|
|
@@ -1269,6 +1291,8 @@ export declare const apTableFormItemMap: {
|
|
|
1269
1291
|
default: any;
|
|
1270
1292
|
};
|
|
1271
1293
|
prefixCls: StringConstructor;
|
|
1294
|
+
id: StringConstructor;
|
|
1295
|
+
autofocus: BooleanConstructor;
|
|
1272
1296
|
getPopupContainer: {
|
|
1273
1297
|
type: PropType<RenderDOMFunc>;
|
|
1274
1298
|
};
|
|
@@ -1280,51 +1304,48 @@ export declare const apTableFormItemMap: {
|
|
|
1280
1304
|
type: PropType<number | boolean>;
|
|
1281
1305
|
default: any;
|
|
1282
1306
|
};
|
|
1307
|
+
placeholder: VueTypeValidableDef<any>;
|
|
1283
1308
|
loading: {
|
|
1284
1309
|
type: BooleanConstructor;
|
|
1285
1310
|
default: any;
|
|
1286
1311
|
};
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
};
|
|
1290
|
-
dropdownAlign: PropType<AlignType>;
|
|
1291
|
-
placeholder: VueTypeValidableDef<any>;
|
|
1312
|
+
prefix: VueTypeValidableDef<any>;
|
|
1313
|
+
clearIcon: VueTypeValidableDef<any>;
|
|
1292
1314
|
allowClear: {
|
|
1293
1315
|
type: BooleanConstructor;
|
|
1294
1316
|
default: any;
|
|
1295
1317
|
};
|
|
1296
|
-
|
|
1297
|
-
|
|
1318
|
+
fieldNames: PropType<FieldNames>;
|
|
1319
|
+
inputValue: StringConstructor;
|
|
1320
|
+
searchValue: StringConstructor;
|
|
1321
|
+
onSearch: PropType<(value: string) => void>;
|
|
1322
|
+
autoClearSearchValue: {
|
|
1298
1323
|
type: BooleanConstructor;
|
|
1299
1324
|
default: any;
|
|
1300
1325
|
};
|
|
1301
|
-
id: StringConstructor;
|
|
1302
|
-
clearIcon: VueTypeValidableDef<any>;
|
|
1303
|
-
options: PropType< DefaultOptionType[]>;
|
|
1304
1326
|
onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
dropdownStyle: {
|
|
1309
|
-
type: PropType<CSSProperties>;
|
|
1327
|
+
filterOption: {
|
|
1328
|
+
type: PropType<boolean | FilterFunc<DefaultOptionType>>;
|
|
1329
|
+
default: any;
|
|
1310
1330
|
};
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1331
|
+
filterSort: PropType<(optionA: DefaultOptionType, optionB: DefaultOptionType) => number>;
|
|
1332
|
+
optionFilterProp: StringConstructor;
|
|
1333
|
+
optionLabelProp: StringConstructor;
|
|
1334
|
+
options: PropType< DefaultOptionType[]>;
|
|
1335
|
+
defaultActiveFirstOption: {
|
|
1315
1336
|
type: BooleanConstructor;
|
|
1316
1337
|
default: any;
|
|
1317
1338
|
};
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
type:
|
|
1339
|
+
listItemHeight: NumberConstructor;
|
|
1340
|
+
onClickOption: PropType<(e: MouseEvent, value: SelectValue, selected: boolean) => boolean | Promise<boolean>>;
|
|
1341
|
+
menuItemSelectedIcon: VueTypeValidableDef<any>;
|
|
1342
|
+
labelInValue: {
|
|
1343
|
+
type: BooleanConstructor;
|
|
1344
|
+
default: any;
|
|
1323
1345
|
};
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
type: PropType<string[]>;
|
|
1346
|
+
showSearch: {
|
|
1347
|
+
type: BooleanConstructor;
|
|
1348
|
+
default: any;
|
|
1328
1349
|
};
|
|
1329
1350
|
tagRender: {
|
|
1330
1351
|
type: PropType<(props: CustomTagProps) => any>;
|
|
@@ -1333,57 +1354,58 @@ export declare const apTableFormItemMap: {
|
|
|
1333
1354
|
type: PropType<(option: Record<string, any>) => any>;
|
|
1334
1355
|
};
|
|
1335
1356
|
onClear: PropType<() => void>;
|
|
1357
|
+
defaultOpen: {
|
|
1358
|
+
type: BooleanConstructor;
|
|
1359
|
+
default: any;
|
|
1360
|
+
};
|
|
1336
1361
|
onDropdownVisibleChange: {
|
|
1337
1362
|
type: PropType<(open: boolean) => void>;
|
|
1338
1363
|
};
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
inputValue: StringConstructor;
|
|
1343
|
-
autoClearSearchValue: {
|
|
1344
|
-
type: BooleanConstructor;
|
|
1345
|
-
default: any;
|
|
1364
|
+
maxTagTextLength: NumberConstructor;
|
|
1365
|
+
maxTagCount: {
|
|
1366
|
+
type: PropType<number | "responsive">;
|
|
1346
1367
|
};
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1368
|
+
maxTagPlaceholder: VueTypeValidableDef<any>;
|
|
1369
|
+
tokenSeparators: {
|
|
1370
|
+
type: PropType<string[]>;
|
|
1350
1371
|
};
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
defaultActiveFirstOption: {
|
|
1355
|
-
type: BooleanConstructor;
|
|
1356
|
-
default: any;
|
|
1372
|
+
removeIcon: VueTypeValidableDef<any>;
|
|
1373
|
+
dropdownStyle: {
|
|
1374
|
+
type: PropType<CSSProperties>;
|
|
1357
1375
|
};
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1376
|
+
dropdownRender: {
|
|
1377
|
+
type: PropType<DropdownRender>;
|
|
1378
|
+
};
|
|
1379
|
+
dropdownAlign: PropType<AlignType>;
|
|
1380
|
+
showAction: {
|
|
1381
|
+
type: PropType<("click" | "focus")[]>;
|
|
1362
1382
|
};
|
|
1383
|
+
onPopupScroll: PropType<(e: UIEvent) => void>;
|
|
1384
|
+
onInputKeyDown: PropType<(e: KeyboardEvent) => void>;
|
|
1363
1385
|
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
|
|
1364
|
-
size:
|
|
1386
|
+
size: ButtonSize;
|
|
1365
1387
|
value: SelectValue;
|
|
1366
1388
|
mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
1367
1389
|
open: boolean;
|
|
1368
1390
|
disabled: boolean;
|
|
1391
|
+
autofocus: boolean;
|
|
1392
|
+
variant: "filled" | "outlined" | "borderless" | "underlined";
|
|
1369
1393
|
virtual: boolean;
|
|
1370
1394
|
dropdownMatchSelectWidth: number | boolean;
|
|
1371
1395
|
loading: boolean;
|
|
1372
|
-
variant: "filled" | "outlined" | "borderless" | "underlined";
|
|
1373
1396
|
bordered: boolean;
|
|
1374
|
-
|
|
1397
|
+
'onUpdate:value': (val: SelectValue) => void;
|
|
1375
1398
|
status: "" | "error" | "warning";
|
|
1399
|
+
defaultValue: SelectValue;
|
|
1376
1400
|
allowClear: boolean;
|
|
1377
|
-
autofocus: boolean;
|
|
1378
|
-
defaultOpen: boolean;
|
|
1379
|
-
'onUpdate:value': (val: SelectValue) => void;
|
|
1380
|
-
placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
1381
|
-
showSearch: boolean;
|
|
1382
|
-
choiceTransitionName: "";
|
|
1383
1401
|
autoClearSearchValue: boolean;
|
|
1384
1402
|
filterOption: boolean | FilterFunc<DefaultOptionType>;
|
|
1385
1403
|
defaultActiveFirstOption: boolean;
|
|
1386
1404
|
labelInValue: boolean;
|
|
1405
|
+
showSearch: boolean;
|
|
1406
|
+
choiceTransitionName: "";
|
|
1407
|
+
defaultOpen: boolean;
|
|
1408
|
+
placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
1387
1409
|
showArrow: boolean;
|
|
1388
1410
|
}> | null;
|
|
1389
1411
|
};
|
|
@@ -1411,16 +1433,16 @@ export declare const apTableFormItemMap: {
|
|
|
1411
1433
|
loading: boolean;
|
|
1412
1434
|
autofocus: boolean;
|
|
1413
1435
|
bordered: boolean;
|
|
1436
|
+
emptyText: string;
|
|
1414
1437
|
virtual: boolean;
|
|
1415
1438
|
lazy: boolean;
|
|
1416
1439
|
allowClear: boolean;
|
|
1417
|
-
defaultOpen: boolean;
|
|
1418
1440
|
showArrow: boolean;
|
|
1419
|
-
showSearch: boolean;
|
|
1420
1441
|
autoClearSearchValue: boolean;
|
|
1421
1442
|
defaultActiveFirstOption: boolean;
|
|
1422
1443
|
labelInValue: boolean;
|
|
1423
|
-
|
|
1444
|
+
showSearch: boolean;
|
|
1445
|
+
defaultOpen: boolean;
|
|
1424
1446
|
searchMode: "filter" | "request";
|
|
1425
1447
|
refetchOnFocus: boolean;
|
|
1426
1448
|
searchDelay: number;
|
|
@@ -1452,22 +1474,22 @@ export declare const apTableFormItemMap: {
|
|
|
1452
1474
|
loading: boolean;
|
|
1453
1475
|
autofocus: boolean;
|
|
1454
1476
|
bordered: boolean;
|
|
1477
|
+
emptyText: string;
|
|
1455
1478
|
virtual: boolean;
|
|
1456
1479
|
lazy: boolean;
|
|
1457
1480
|
allowClear: boolean;
|
|
1458
|
-
defaultOpen: boolean;
|
|
1459
1481
|
showArrow: boolean;
|
|
1460
|
-
showSearch: boolean;
|
|
1461
1482
|
autoClearSearchValue: boolean;
|
|
1462
1483
|
defaultActiveFirstOption: boolean;
|
|
1463
1484
|
labelInValue: boolean;
|
|
1464
|
-
|
|
1485
|
+
showSearch: boolean;
|
|
1486
|
+
defaultOpen: boolean;
|
|
1465
1487
|
searchMode: "filter" | "request";
|
|
1466
1488
|
refetchOnFocus: boolean;
|
|
1467
1489
|
searchDelay: number;
|
|
1468
1490
|
}> & Omit<Readonly< ApFieldSelectProps> & Readonly<{
|
|
1469
1491
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
1470
|
-
}>, "blur" | "focus" | "request" | ("mode" | "open" | "multiple" | "disabled" | "loading" | "autofocus" | "bordered" | "
|
|
1492
|
+
}>, "blur" | "focus" | "request" | ("mode" | "open" | "multiple" | "disabled" | "loading" | "autofocus" | "bordered" | "emptyText" | "virtual" | "lazy" | "allowClear" | "showArrow" | "autoClearSearchValue" | "defaultActiveFirstOption" | "labelInValue" | "showSearch" | "defaultOpen" | "searchMode" | "refetchOnFocus" | "searchDelay")> & ShallowUnwrapRef<{
|
|
1471
1493
|
focus: () => void;
|
|
1472
1494
|
blur: () => void;
|
|
1473
1495
|
request: (clear?: boolean) => Promise<void>;
|
|
@@ -1638,8 +1660,9 @@ export declare const apTableFormItemMap: {
|
|
|
1638
1660
|
readonly class?: unknown;
|
|
1639
1661
|
readonly style?: unknown;
|
|
1640
1662
|
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;
|
|
1663
|
+
readonly variant?: "filled" | "outlined" | "borderless" | "underlined" | undefined;
|
|
1641
1664
|
readonly lazy?: boolean | undefined;
|
|
1642
|
-
readonly size?:
|
|
1665
|
+
readonly size?: ButtonSize;
|
|
1643
1666
|
readonly hidden?: boolean | undefined;
|
|
1644
1667
|
readonly onBlur?: FocusEventHandler | undefined;
|
|
1645
1668
|
readonly onChange?: ChangeEventHandler | undefined;
|
|
@@ -1660,11 +1683,10 @@ export declare const apTableFormItemMap: {
|
|
|
1660
1683
|
readonly bordered?: boolean | undefined;
|
|
1661
1684
|
readonly suffix?: any;
|
|
1662
1685
|
readonly focused?: boolean | undefined;
|
|
1663
|
-
readonly handleReset?: MouseEventHandler | undefined;
|
|
1664
|
-
readonly defaultValue?: string | number | undefined;
|
|
1665
1686
|
readonly id?: string | undefined;
|
|
1666
|
-
readonly
|
|
1687
|
+
readonly readonly?: boolean | undefined;
|
|
1667
1688
|
readonly autocomplete?: string | undefined;
|
|
1689
|
+
readonly placeholder?: string | number | undefined;
|
|
1668
1690
|
readonly maxlength?: number | undefined;
|
|
1669
1691
|
readonly showCount?: boolean | ShowCountProps | undefined;
|
|
1670
1692
|
readonly htmlSize?: number | undefined;
|
|
@@ -1673,9 +1695,10 @@ export declare const apTableFormItemMap: {
|
|
|
1673
1695
|
readonly onRawInput?: ChangeEventHandler | undefined;
|
|
1674
1696
|
readonly valueModifiers?: Record<string, any> | undefined;
|
|
1675
1697
|
readonly status?: "" | "error" | "warning" | undefined;
|
|
1698
|
+
readonly defaultValue?: string | number | undefined;
|
|
1676
1699
|
readonly inputElement?: any;
|
|
1677
1700
|
readonly triggerFocus?: (() => void) | undefined;
|
|
1678
|
-
readonly
|
|
1701
|
+
readonly handleReset?: MouseEventHandler | undefined;
|
|
1679
1702
|
readonly addonBefore?: any;
|
|
1680
1703
|
readonly addonAfter?: any;
|
|
1681
1704
|
readonly prefix?: any;
|
|
@@ -1713,9 +1736,9 @@ export declare const apTableFormItemMap: {
|
|
|
1713
1736
|
mode: FieldMode;
|
|
1714
1737
|
disabled: boolean;
|
|
1715
1738
|
bordered: boolean;
|
|
1739
|
+
emptyText: string;
|
|
1716
1740
|
lazy: boolean;
|
|
1717
1741
|
allowClear: boolean;
|
|
1718
|
-
emptyText: string;
|
|
1719
1742
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
1720
1743
|
beforeCreate?: (() => void) | (() => void)[];
|
|
1721
1744
|
created?: (() => void) | (() => void)[];
|
|
@@ -1741,12 +1764,12 @@ export declare const apTableFormItemMap: {
|
|
|
1741
1764
|
mode: FieldMode;
|
|
1742
1765
|
disabled: boolean;
|
|
1743
1766
|
bordered: boolean;
|
|
1767
|
+
emptyText: string;
|
|
1744
1768
|
lazy: boolean;
|
|
1745
1769
|
allowClear: boolean;
|
|
1746
|
-
emptyText: string;
|
|
1747
1770
|
}> & Omit<Readonly< ApFieldTextProps> & Readonly<{
|
|
1748
1771
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
1749
|
-
}>, "blur" | "focus" | "input" | "select" | ("type" | "mode" | "disabled" | "bordered" | "
|
|
1772
|
+
}>, "blur" | "focus" | "input" | "select" | ("type" | "mode" | "disabled" | "bordered" | "emptyText" | "lazy" | "allowClear") | "setSelectionRange"> & ShallowUnwrapRef<{
|
|
1750
1773
|
focus: (options?: InputFocusOptions) => void;
|
|
1751
1774
|
blur: () => void;
|
|
1752
1775
|
input: any;
|
|
@@ -1851,9 +1874,9 @@ export declare const apTableFormItemMap: {
|
|
|
1851
1874
|
mode: FieldMode;
|
|
1852
1875
|
disabled: boolean;
|
|
1853
1876
|
bordered: boolean;
|
|
1877
|
+
emptyText: string;
|
|
1854
1878
|
lazy: boolean;
|
|
1855
1879
|
allowClear: boolean;
|
|
1856
|
-
emptyText: string;
|
|
1857
1880
|
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
1858
1881
|
textAreaRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
1859
1882
|
rows: NumberConstructor;
|
|
@@ -1879,7 +1902,7 @@ export declare const apTableFormItemMap: {
|
|
|
1879
1902
|
};
|
|
1880
1903
|
valueModifiers: ObjectConstructor;
|
|
1881
1904
|
size: {
|
|
1882
|
-
type: PropType<
|
|
1905
|
+
type: PropType<SizeType>;
|
|
1883
1906
|
};
|
|
1884
1907
|
value: {
|
|
1885
1908
|
type: PropType<string | number>;
|
|
@@ -1887,8 +1910,8 @@ export declare const apTableFormItemMap: {
|
|
|
1887
1910
|
};
|
|
1888
1911
|
name: StringConstructor;
|
|
1889
1912
|
type: {
|
|
1890
|
-
type: PropType<"number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "
|
|
1891
|
-
default: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "
|
|
1913
|
+
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">;
|
|
1914
|
+
default: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel";
|
|
1892
1915
|
};
|
|
1893
1916
|
onFocus: PropType<FocusEventHandler>;
|
|
1894
1917
|
onBlur: PropType<FocusEventHandler>;
|
|
@@ -1913,43 +1936,36 @@ export declare const apTableFormItemMap: {
|
|
|
1913
1936
|
default: any;
|
|
1914
1937
|
};
|
|
1915
1938
|
prefixCls: StringConstructor;
|
|
1916
|
-
|
|
1917
|
-
|
|
1939
|
+
id: StringConstructor;
|
|
1940
|
+
readonly: {
|
|
1918
1941
|
type: BooleanConstructor;
|
|
1919
1942
|
default: any;
|
|
1920
1943
|
};
|
|
1921
|
-
|
|
1944
|
+
autofocus: {
|
|
1922
1945
|
type: BooleanConstructor;
|
|
1923
1946
|
default: any;
|
|
1924
1947
|
};
|
|
1925
|
-
|
|
1926
|
-
type: PropType<
|
|
1927
|
-
default:
|
|
1948
|
+
variant: {
|
|
1949
|
+
type: PropType<"filled" | "outlined" | "borderless" | "underlined">;
|
|
1950
|
+
default: "filled" | "outlined" | "borderless" | "underlined";
|
|
1928
1951
|
};
|
|
1929
|
-
|
|
1952
|
+
autocomplete: StringConstructor;
|
|
1930
1953
|
placeholder: {
|
|
1931
1954
|
type: PropType<string | number>;
|
|
1932
1955
|
};
|
|
1933
|
-
|
|
1956
|
+
lazy: {
|
|
1934
1957
|
type: BooleanConstructor;
|
|
1935
|
-
default:
|
|
1958
|
+
default: boolean;
|
|
1936
1959
|
};
|
|
1937
|
-
|
|
1960
|
+
maxlength: NumberConstructor;
|
|
1961
|
+
loading: {
|
|
1938
1962
|
type: BooleanConstructor;
|
|
1939
1963
|
default: any;
|
|
1940
1964
|
};
|
|
1941
|
-
|
|
1942
|
-
clearIcon: VueTypeValidableDef<any>;
|
|
1943
|
-
readonly: {
|
|
1965
|
+
bordered: {
|
|
1944
1966
|
type: BooleanConstructor;
|
|
1945
1967
|
default: any;
|
|
1946
1968
|
};
|
|
1947
|
-
'onUpdate:value': PropType<(val: string) => void>;
|
|
1948
|
-
lazy: {
|
|
1949
|
-
type: BooleanConstructor;
|
|
1950
|
-
default: boolean;
|
|
1951
|
-
};
|
|
1952
|
-
maxlength: NumberConstructor;
|
|
1953
1969
|
showCount: {
|
|
1954
1970
|
type: PropType<boolean | ShowCountProps>;
|
|
1955
1971
|
};
|
|
@@ -1960,24 +1976,36 @@ export declare const apTableFormItemMap: {
|
|
|
1960
1976
|
default: any;
|
|
1961
1977
|
};
|
|
1962
1978
|
onRawInput: PropType<ChangeEventHandler>;
|
|
1979
|
+
'onUpdate:value': PropType<(val: string) => void>;
|
|
1980
|
+
status: PropType<"" | "error" | "warning">;
|
|
1981
|
+
defaultValue: {
|
|
1982
|
+
type: PropType<string | number>;
|
|
1983
|
+
default: any;
|
|
1984
|
+
};
|
|
1963
1985
|
inputElement: VueTypeValidableDef<any>;
|
|
1964
1986
|
triggerFocus: PropType<() => void>;
|
|
1965
1987
|
handleReset: PropType<MouseEventHandler>;
|
|
1988
|
+
clearIcon: VueTypeValidableDef<any>;
|
|
1989
|
+
allowClear: {
|
|
1990
|
+
type: BooleanConstructor;
|
|
1991
|
+
default: any;
|
|
1992
|
+
};
|
|
1966
1993
|
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
1967
1994
|
value: string | number;
|
|
1968
|
-
type: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "
|
|
1995
|
+
type: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel";
|
|
1969
1996
|
onMousedown: MouseEventHandler;
|
|
1970
1997
|
focused: boolean;
|
|
1971
1998
|
hidden: boolean;
|
|
1972
1999
|
disabled: boolean;
|
|
2000
|
+
readonly: boolean;
|
|
2001
|
+
autofocus: boolean;
|
|
2002
|
+
variant: "filled" | "outlined" | "borderless" | "underlined";
|
|
2003
|
+
lazy: boolean;
|
|
1973
2004
|
loading: boolean;
|
|
1974
2005
|
bordered: boolean;
|
|
2006
|
+
onMouseUp: MouseEventHandler;
|
|
1975
2007
|
defaultValue: string | number;
|
|
1976
2008
|
allowClear: boolean;
|
|
1977
|
-
autofocus: boolean;
|
|
1978
|
-
readonly: boolean;
|
|
1979
|
-
lazy: boolean;
|
|
1980
|
-
onMouseUp: MouseEventHandler;
|
|
1981
2009
|
autosize: any;
|
|
1982
2010
|
autoSize: any;
|
|
1983
2011
|
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
@@ -2011,7 +2039,7 @@ export declare const apTableFormItemMap: {
|
|
|
2011
2039
|
};
|
|
2012
2040
|
valueModifiers: ObjectConstructor;
|
|
2013
2041
|
size: {
|
|
2014
|
-
type: PropType<
|
|
2042
|
+
type: PropType<SizeType>;
|
|
2015
2043
|
};
|
|
2016
2044
|
value: {
|
|
2017
2045
|
type: PropType<string | number>;
|
|
@@ -2019,8 +2047,8 @@ export declare const apTableFormItemMap: {
|
|
|
2019
2047
|
};
|
|
2020
2048
|
name: StringConstructor;
|
|
2021
2049
|
type: {
|
|
2022
|
-
type: PropType<"number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "
|
|
2023
|
-
default: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "
|
|
2050
|
+
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">;
|
|
2051
|
+
default: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel";
|
|
2024
2052
|
};
|
|
2025
2053
|
onFocus: PropType<FocusEventHandler>;
|
|
2026
2054
|
onBlur: PropType<FocusEventHandler>;
|
|
@@ -2045,43 +2073,36 @@ export declare const apTableFormItemMap: {
|
|
|
2045
2073
|
default: any;
|
|
2046
2074
|
};
|
|
2047
2075
|
prefixCls: StringConstructor;
|
|
2048
|
-
|
|
2049
|
-
|
|
2076
|
+
id: StringConstructor;
|
|
2077
|
+
readonly: {
|
|
2050
2078
|
type: BooleanConstructor;
|
|
2051
2079
|
default: any;
|
|
2052
2080
|
};
|
|
2053
|
-
|
|
2081
|
+
autofocus: {
|
|
2054
2082
|
type: BooleanConstructor;
|
|
2055
2083
|
default: any;
|
|
2056
2084
|
};
|
|
2057
|
-
|
|
2058
|
-
type: PropType<
|
|
2059
|
-
default:
|
|
2085
|
+
variant: {
|
|
2086
|
+
type: PropType<"filled" | "outlined" | "borderless" | "underlined">;
|
|
2087
|
+
default: "filled" | "outlined" | "borderless" | "underlined";
|
|
2060
2088
|
};
|
|
2061
|
-
|
|
2089
|
+
autocomplete: StringConstructor;
|
|
2062
2090
|
placeholder: {
|
|
2063
2091
|
type: PropType<string | number>;
|
|
2064
2092
|
};
|
|
2065
|
-
|
|
2093
|
+
lazy: {
|
|
2066
2094
|
type: BooleanConstructor;
|
|
2067
|
-
default:
|
|
2095
|
+
default: boolean;
|
|
2068
2096
|
};
|
|
2069
|
-
|
|
2097
|
+
maxlength: NumberConstructor;
|
|
2098
|
+
loading: {
|
|
2070
2099
|
type: BooleanConstructor;
|
|
2071
2100
|
default: any;
|
|
2072
2101
|
};
|
|
2073
|
-
|
|
2074
|
-
clearIcon: VueTypeValidableDef<any>;
|
|
2075
|
-
readonly: {
|
|
2102
|
+
bordered: {
|
|
2076
2103
|
type: BooleanConstructor;
|
|
2077
2104
|
default: any;
|
|
2078
2105
|
};
|
|
2079
|
-
'onUpdate:value': PropType<(val: string) => void>;
|
|
2080
|
-
lazy: {
|
|
2081
|
-
type: BooleanConstructor;
|
|
2082
|
-
default: boolean;
|
|
2083
|
-
};
|
|
2084
|
-
maxlength: NumberConstructor;
|
|
2085
2106
|
showCount: {
|
|
2086
2107
|
type: PropType<boolean | ShowCountProps>;
|
|
2087
2108
|
};
|
|
@@ -2092,24 +2113,36 @@ export declare const apTableFormItemMap: {
|
|
|
2092
2113
|
default: any;
|
|
2093
2114
|
};
|
|
2094
2115
|
onRawInput: PropType<ChangeEventHandler>;
|
|
2116
|
+
'onUpdate:value': PropType<(val: string) => void>;
|
|
2117
|
+
status: PropType<"" | "error" | "warning">;
|
|
2118
|
+
defaultValue: {
|
|
2119
|
+
type: PropType<string | number>;
|
|
2120
|
+
default: any;
|
|
2121
|
+
};
|
|
2095
2122
|
inputElement: VueTypeValidableDef<any>;
|
|
2096
2123
|
triggerFocus: PropType<() => void>;
|
|
2097
2124
|
handleReset: PropType<MouseEventHandler>;
|
|
2125
|
+
clearIcon: VueTypeValidableDef<any>;
|
|
2126
|
+
allowClear: {
|
|
2127
|
+
type: BooleanConstructor;
|
|
2128
|
+
default: any;
|
|
2129
|
+
};
|
|
2098
2130
|
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
|
|
2099
2131
|
value: string | number;
|
|
2100
|
-
type: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "
|
|
2132
|
+
type: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel";
|
|
2101
2133
|
onMousedown: MouseEventHandler;
|
|
2102
2134
|
focused: boolean;
|
|
2103
2135
|
hidden: boolean;
|
|
2104
2136
|
disabled: boolean;
|
|
2137
|
+
readonly: boolean;
|
|
2138
|
+
autofocus: boolean;
|
|
2139
|
+
variant: "filled" | "outlined" | "borderless" | "underlined";
|
|
2140
|
+
lazy: boolean;
|
|
2105
2141
|
loading: boolean;
|
|
2106
2142
|
bordered: boolean;
|
|
2143
|
+
onMouseUp: MouseEventHandler;
|
|
2107
2144
|
defaultValue: string | number;
|
|
2108
2145
|
allowClear: boolean;
|
|
2109
|
-
autofocus: boolean;
|
|
2110
|
-
readonly: boolean;
|
|
2111
|
-
lazy: boolean;
|
|
2112
|
-
onMouseUp: MouseEventHandler;
|
|
2113
2146
|
autosize: any;
|
|
2114
2147
|
autoSize: any;
|
|
2115
2148
|
}> | null;
|
|
@@ -2131,9 +2164,9 @@ export declare const apTableFormItemMap: {
|
|
|
2131
2164
|
mode: FieldMode;
|
|
2132
2165
|
disabled: boolean;
|
|
2133
2166
|
bordered: boolean;
|
|
2167
|
+
emptyText: string;
|
|
2134
2168
|
lazy: boolean;
|
|
2135
2169
|
allowClear: boolean;
|
|
2136
|
-
emptyText: string;
|
|
2137
2170
|
}> | null;
|
|
2138
2171
|
}, any, ComponentProvideOptions, {
|
|
2139
2172
|
P: {};
|
|
@@ -2249,8 +2282,9 @@ export declare const apTableFormItemMap: {
|
|
|
2249
2282
|
readonly class?: unknown;
|
|
2250
2283
|
readonly style?: unknown;
|
|
2251
2284
|
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;
|
|
2285
|
+
readonly variant?: "filled" | "outlined" | "borderless" | "underlined" | undefined;
|
|
2252
2286
|
readonly lazy?: boolean | undefined;
|
|
2253
|
-
readonly size?:
|
|
2287
|
+
readonly size?: ButtonSize;
|
|
2254
2288
|
readonly hidden?: boolean | undefined;
|
|
2255
2289
|
readonly onBlur?: FocusEventHandler | undefined;
|
|
2256
2290
|
readonly onChange?: ChangeEventHandler | undefined;
|
|
@@ -2271,11 +2305,10 @@ export declare const apTableFormItemMap: {
|
|
|
2271
2305
|
readonly bordered?: boolean | undefined;
|
|
2272
2306
|
readonly suffix?: any;
|
|
2273
2307
|
readonly focused?: boolean | undefined;
|
|
2274
|
-
readonly handleReset?: MouseEventHandler | undefined;
|
|
2275
|
-
readonly defaultValue?: string | number | undefined;
|
|
2276
2308
|
readonly id?: string | undefined;
|
|
2277
|
-
readonly
|
|
2309
|
+
readonly readonly?: boolean | undefined;
|
|
2278
2310
|
readonly autocomplete?: string | undefined;
|
|
2311
|
+
readonly placeholder?: string | number | undefined;
|
|
2279
2312
|
readonly maxlength?: number | undefined;
|
|
2280
2313
|
readonly showCount?: boolean | ShowCountProps | undefined;
|
|
2281
2314
|
readonly htmlSize?: number | undefined;
|
|
@@ -2284,9 +2317,10 @@ export declare const apTableFormItemMap: {
|
|
|
2284
2317
|
readonly onRawInput?: ChangeEventHandler | undefined;
|
|
2285
2318
|
readonly valueModifiers?: Record<string, any> | undefined;
|
|
2286
2319
|
readonly status?: "" | "error" | "warning" | undefined;
|
|
2320
|
+
readonly defaultValue?: string | number | undefined;
|
|
2287
2321
|
readonly inputElement?: any;
|
|
2288
2322
|
readonly triggerFocus?: (() => void) | undefined;
|
|
2289
|
-
readonly
|
|
2323
|
+
readonly handleReset?: MouseEventHandler | undefined;
|
|
2290
2324
|
readonly addonBefore?: any;
|
|
2291
2325
|
readonly addonAfter?: any;
|
|
2292
2326
|
readonly prefix?: any;
|
|
@@ -2328,9 +2362,9 @@ export declare const apTableFormItemMap: {
|
|
|
2328
2362
|
visible: boolean;
|
|
2329
2363
|
disabled: boolean;
|
|
2330
2364
|
bordered: boolean;
|
|
2365
|
+
emptyText: string;
|
|
2331
2366
|
lazy: boolean;
|
|
2332
2367
|
allowClear: boolean;
|
|
2333
|
-
emptyText: string;
|
|
2334
2368
|
action: string;
|
|
2335
2369
|
visibilityToggle: boolean;
|
|
2336
2370
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
@@ -2359,15 +2393,15 @@ export declare const apTableFormItemMap: {
|
|
|
2359
2393
|
visible: boolean;
|
|
2360
2394
|
disabled: boolean;
|
|
2361
2395
|
bordered: boolean;
|
|
2396
|
+
emptyText: string;
|
|
2362
2397
|
lazy: boolean;
|
|
2363
2398
|
allowClear: boolean;
|
|
2364
|
-
emptyText: string;
|
|
2365
2399
|
action: string;
|
|
2366
2400
|
visibilityToggle: boolean;
|
|
2367
2401
|
}> & Omit<Readonly< ApFieldTextPasswordProps> & Readonly<{
|
|
2368
2402
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
2369
2403
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
2370
|
-
}>, "blur" | "focus" | ("type" | "mode" | "visible" | "disabled" | "bordered" | "
|
|
2404
|
+
}>, "blur" | "focus" | ("type" | "mode" | "visible" | "disabled" | "bordered" | "emptyText" | "lazy" | "allowClear" | "action" | "visibilityToggle")> & ShallowUnwrapRef<{
|
|
2371
2405
|
focus: () => void;
|
|
2372
2406
|
blur: () => void;
|
|
2373
2407
|
}> & {} & ComponentCustomProperties & {} & {
|
|
@@ -2485,73 +2519,73 @@ export declare const apTableFormItemMap: {
|
|
|
2485
2519
|
readonly 'onUpdate:value'?: (((value: any) => void) & ((...args: any[]) => any)) | undefined;
|
|
2486
2520
|
readonly bordered?: boolean | undefined;
|
|
2487
2521
|
readonly getPopupContainer?: RenderDOMFunc | undefined;
|
|
2522
|
+
readonly id?: string | undefined;
|
|
2488
2523
|
readonly virtual?: boolean | undefined;
|
|
2489
2524
|
readonly dropdownMatchSelectWidth?: number | boolean | undefined;
|
|
2490
|
-
readonly defaultValue?: unknown;
|
|
2491
|
-
readonly id?: string | undefined;
|
|
2492
2525
|
readonly placeholder?: any;
|
|
2493
2526
|
readonly status?: "" | "error" | "warning" | undefined;
|
|
2527
|
+
readonly defaultValue?: unknown;
|
|
2494
2528
|
readonly prefix?: any;
|
|
2495
2529
|
readonly clearIcon?: any;
|
|
2496
2530
|
readonly allowClear?: boolean | undefined;
|
|
2497
|
-
readonly tabindex?: number | undefined;
|
|
2498
|
-
readonly dropdownClassName?: string | undefined;
|
|
2499
|
-
readonly dropdownAlign?: AlignType | undefined;
|
|
2500
|
-
readonly defaultOpen?: boolean | undefined;
|
|
2501
|
-
readonly suffixIcon?: any;
|
|
2502
2531
|
readonly notFoundContent?: any;
|
|
2532
|
+
readonly suffixIcon?: any;
|
|
2503
2533
|
readonly showArrow?: boolean | undefined;
|
|
2504
2534
|
readonly maxCount?: number | undefined;
|
|
2505
2535
|
readonly choiceTransitionName?: string | undefined;
|
|
2506
2536
|
readonly popupClassName?: string | undefined;
|
|
2537
|
+
readonly dropdownClassName?: string | undefined;
|
|
2507
2538
|
readonly listHeight?: number | undefined;
|
|
2508
|
-
readonly
|
|
2509
|
-
readonly onDeselect?: SelectHandler<unknown, BaseOptionType> | undefined;
|
|
2510
|
-
readonly onSearch?: ((value: string) => void) | undefined;
|
|
2539
|
+
readonly tabindex?: number | undefined;
|
|
2511
2540
|
readonly fieldNames?: FieldNames | undefined;
|
|
2512
|
-
readonly
|
|
2513
|
-
readonly dropdownRender?: DropdownRender | undefined;
|
|
2514
|
-
readonly showSearch?: boolean | undefined;
|
|
2541
|
+
readonly inputValue?: string | undefined;
|
|
2515
2542
|
readonly searchValue?: string | undefined;
|
|
2516
|
-
readonly
|
|
2517
|
-
readonly
|
|
2518
|
-
readonly
|
|
2519
|
-
readonly
|
|
2520
|
-
readonly
|
|
2521
|
-
readonly
|
|
2543
|
+
readonly onSearch?: ((value: string) => void) | undefined;
|
|
2544
|
+
readonly autoClearSearchValue?: boolean | undefined;
|
|
2545
|
+
readonly onDeselect?: SelectHandler<unknown, BaseOptionType> | undefined;
|
|
2546
|
+
readonly listItemHeight?: number | undefined;
|
|
2547
|
+
readonly labelInValue?: boolean | undefined;
|
|
2548
|
+
readonly showSearch?: boolean | undefined;
|
|
2522
2549
|
readonly tagRender?: ((props: CustomTagProps) => any) | undefined;
|
|
2523
2550
|
readonly optionLabelRender?: ((option: Record<string, any>) => any) | undefined;
|
|
2524
2551
|
readonly onClear?: (() => void) | undefined;
|
|
2552
|
+
readonly defaultOpen?: boolean | undefined;
|
|
2525
2553
|
readonly onDropdownVisibleChange?: ((open: boolean) => void) | undefined;
|
|
2526
|
-
readonly
|
|
2527
|
-
readonly
|
|
2528
|
-
readonly
|
|
2529
|
-
readonly
|
|
2530
|
-
readonly
|
|
2554
|
+
readonly maxTagTextLength?: number | undefined;
|
|
2555
|
+
readonly maxTagCount?: number | "responsive" | undefined;
|
|
2556
|
+
readonly maxTagPlaceholder?: ((omittedValues: DisplayValueType[]) => any) | undefined;
|
|
2557
|
+
readonly tokenSeparators?: string[] | undefined;
|
|
2558
|
+
readonly removeIcon?: any;
|
|
2559
|
+
readonly dropdownStyle?: CSSProperties | undefined;
|
|
2560
|
+
readonly dropdownRender?: DropdownRender | undefined;
|
|
2561
|
+
readonly dropdownAlign?: AlignType | undefined;
|
|
2562
|
+
readonly showAction?: ("click" | "focus")[] | undefined;
|
|
2563
|
+
readonly onPopupScroll?: ((e: UIEvent) => void) | undefined;
|
|
2564
|
+
readonly onInputKeyDown?: ((e: KeyboardEvent) => void) | undefined;
|
|
2565
|
+
readonly getRawInputElement?: (() => any) | undefined;
|
|
2566
|
+
readonly showCheckedStrategy?: CheckedStrategy | undefined;
|
|
2531
2567
|
readonly treeLine?: boolean | {
|
|
2532
2568
|
showLeafIcon: boolean;
|
|
2533
2569
|
} | undefined;
|
|
2534
2570
|
readonly replaceFields?: FieldNames | undefined;
|
|
2535
2571
|
readonly 'onUpdate:treeExpandedKeys'?: ((keys: Key[]) => void) | undefined;
|
|
2536
2572
|
readonly 'onUpdate:searchValue'?: ((value: string) => void) | undefined;
|
|
2537
|
-
readonly switcherIcon?: any;
|
|
2538
2573
|
readonly filterTreeNode?: boolean | ((inputValue: string, treeNode: DefaultOptionType) => boolean) | undefined;
|
|
2539
|
-
readonly treeData?: ( BaseOptionType | DefaultOptionType)[] | undefined;
|
|
2540
|
-
readonly treeCheckable?: boolean | undefined;
|
|
2541
|
-
readonly getRawInputElement?: (() => any) | undefined;
|
|
2542
|
-
readonly showCheckedStrategy?: CheckedStrategy | undefined;
|
|
2543
|
-
readonly treeExpandAction?: ExpandAction | undefined;
|
|
2544
|
-
readonly treeDefaultExpandAll?: boolean | undefined;
|
|
2545
|
-
readonly treeIcon?: any;
|
|
2546
|
-
readonly treeLoadedKeys?: Key[] | undefined;
|
|
2547
|
-
readonly onTreeLoad?: ((loadedKeys: Key[]) => void) | undefined;
|
|
2548
2574
|
readonly treeNodeFilterProp?: string | undefined;
|
|
2549
2575
|
readonly treeNodeLabelProp?: string | undefined;
|
|
2576
|
+
readonly treeCheckable?: boolean | undefined;
|
|
2550
2577
|
readonly treeCheckStrictly?: boolean | undefined;
|
|
2578
|
+
readonly treeData?: ( BaseOptionType | DefaultOptionType)[] | undefined;
|
|
2551
2579
|
readonly treeDataSimpleMode?: boolean | SimpleModeConfig | undefined;
|
|
2580
|
+
readonly treeLoadedKeys?: Key[] | undefined;
|
|
2581
|
+
readonly onTreeLoad?: ((loadedKeys: Key[]) => void) | undefined;
|
|
2582
|
+
readonly treeDefaultExpandAll?: boolean | undefined;
|
|
2552
2583
|
readonly treeExpandedKeys?: Key[] | undefined;
|
|
2553
2584
|
readonly treeDefaultExpandedKeys?: Key[] | undefined;
|
|
2554
2585
|
readonly onTreeExpand?: ((expandedKeys: Key[]) => void) | undefined;
|
|
2586
|
+
readonly treeIcon?: any;
|
|
2587
|
+
readonly switcherIcon?: any;
|
|
2588
|
+
readonly treeExpandAction?: ExpandAction | undefined;
|
|
2555
2589
|
readonly dropdownPopupAlign?: any;
|
|
2556
2590
|
readonly emptyText?: string | undefined;
|
|
2557
2591
|
readonly request?: ((currentNode?: LegacyDataNode, extraParams?: Recordable) => Promise< TreeSelectProps["treeData"]>) | undefined;
|
|
@@ -2568,8 +2602,8 @@ export declare const apTableFormItemMap: {
|
|
|
2568
2602
|
treeSelectRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
2569
2603
|
suffixIcon: VueTypeValidableDef<any>;
|
|
2570
2604
|
size: {
|
|
2571
|
-
type: PropType<
|
|
2572
|
-
default:
|
|
2605
|
+
type: PropType<ButtonSize>;
|
|
2606
|
+
default: ButtonSize;
|
|
2573
2607
|
};
|
|
2574
2608
|
bordered: {
|
|
2575
2609
|
type: BooleanConstructor;
|
|
@@ -2652,6 +2686,8 @@ export declare const apTableFormItemMap: {
|
|
|
2652
2686
|
default: any;
|
|
2653
2687
|
};
|
|
2654
2688
|
prefixCls: StringConstructor;
|
|
2689
|
+
id: StringConstructor;
|
|
2690
|
+
autofocus: BooleanConstructor;
|
|
2655
2691
|
getPopupContainer: {
|
|
2656
2692
|
type: PropType<RenderDOMFunc>;
|
|
2657
2693
|
};
|
|
@@ -2663,6 +2699,7 @@ export declare const apTableFormItemMap: {
|
|
|
2663
2699
|
type: PropType<number | boolean>;
|
|
2664
2700
|
default: any;
|
|
2665
2701
|
};
|
|
2702
|
+
placeholder: VueTypeValidableDef<any>;
|
|
2666
2703
|
loading: {
|
|
2667
2704
|
type: BooleanConstructor;
|
|
2668
2705
|
default: any;
|
|
@@ -2670,125 +2707,119 @@ export declare const apTableFormItemMap: {
|
|
|
2670
2707
|
defaultValue: {
|
|
2671
2708
|
type: PropType<any>;
|
|
2672
2709
|
};
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
};
|
|
2676
|
-
transitionName: StringConstructor;
|
|
2677
|
-
dropdownAlign: PropType<AlignType>;
|
|
2678
|
-
placeholder: VueTypeValidableDef<any>;
|
|
2710
|
+
prefix: VueTypeValidableDef<any>;
|
|
2711
|
+
clearIcon: VueTypeValidableDef<any>;
|
|
2679
2712
|
allowClear: {
|
|
2680
2713
|
type: BooleanConstructor;
|
|
2681
2714
|
default: any;
|
|
2682
2715
|
};
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
type: BooleanConstructor;
|
|
2686
|
-
default: any;
|
|
2687
|
-
};
|
|
2688
|
-
id: StringConstructor;
|
|
2689
|
-
clearIcon: VueTypeValidableDef<any>;
|
|
2690
|
-
notFoundContent: VueTypeValidableDef<any>;
|
|
2691
|
-
maxCount: NumberConstructor;
|
|
2692
|
-
onDeselect: PropType<SelectHandler<unknown, BaseOptionType>>;
|
|
2693
|
-
prefix: VueTypeValidableDef<any>;
|
|
2694
|
-
onSearch: {
|
|
2695
|
-
type: PropType<(value: string) => void>;
|
|
2716
|
+
getRawInputElement: {
|
|
2717
|
+
type: PropType<() => any>;
|
|
2696
2718
|
};
|
|
2697
2719
|
fieldNames: {
|
|
2698
2720
|
type: PropType<FieldNames>;
|
|
2699
2721
|
};
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
type: PropType<DropdownRender>;
|
|
2705
|
-
};
|
|
2706
|
-
switcherIcon: VueTypeValidableDef<any>;
|
|
2707
|
-
loadData: {
|
|
2708
|
-
type: PropType<(dataNode: LegacyDataNode) => Promise<unknown>>;
|
|
2722
|
+
inputValue: StringConstructor;
|
|
2723
|
+
searchValue: StringConstructor;
|
|
2724
|
+
onSearch: {
|
|
2725
|
+
type: PropType<(value: string) => void>;
|
|
2709
2726
|
};
|
|
2710
|
-
|
|
2711
|
-
type:
|
|
2727
|
+
autoClearSearchValue: {
|
|
2728
|
+
type: BooleanConstructor;
|
|
2712
2729
|
default: any;
|
|
2713
2730
|
};
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
treeCheckable: {
|
|
2731
|
+
onDeselect: PropType<SelectHandler<unknown, BaseOptionType>>;
|
|
2732
|
+
listItemHeight: NumberConstructor;
|
|
2733
|
+
labelInValue: {
|
|
2718
2734
|
type: BooleanConstructor;
|
|
2719
2735
|
default: any;
|
|
2720
2736
|
};
|
|
2737
|
+
maxCount: NumberConstructor;
|
|
2721
2738
|
showSearch: {
|
|
2722
2739
|
type: BooleanConstructor;
|
|
2723
2740
|
default: any;
|
|
2724
2741
|
};
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2742
|
+
tagRender: {
|
|
2743
|
+
type: PropType<(props: CustomTagProps) => any>;
|
|
2744
|
+
};
|
|
2745
|
+
optionLabelRender: {
|
|
2746
|
+
type: PropType<(option: Record<string, any>) => any>;
|
|
2747
|
+
};
|
|
2748
|
+
notFoundContent: VueTypeValidableDef<any>;
|
|
2749
|
+
onClear: PropType<() => void>;
|
|
2750
|
+
choiceTransitionName: StringConstructor;
|
|
2751
|
+
defaultOpen: {
|
|
2752
|
+
type: BooleanConstructor;
|
|
2753
|
+
default: any;
|
|
2754
|
+
};
|
|
2755
|
+
onDropdownVisibleChange: {
|
|
2756
|
+
type: PropType<(open: boolean) => void>;
|
|
2757
|
+
};
|
|
2758
|
+
maxTagTextLength: NumberConstructor;
|
|
2728
2759
|
maxTagCount: {
|
|
2729
2760
|
type: PropType<number | "responsive">;
|
|
2730
2761
|
};
|
|
2731
|
-
maxTagTextLength: NumberConstructor;
|
|
2732
2762
|
maxTagPlaceholder: {
|
|
2733
2763
|
type: PropType<(omittedValues: DisplayValueType[]) => any>;
|
|
2734
2764
|
};
|
|
2735
2765
|
tokenSeparators: {
|
|
2736
2766
|
type: PropType<string[]>;
|
|
2737
2767
|
};
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
optionLabelRender: {
|
|
2743
|
-
type: PropType<(option: Record<string, any>) => any>;
|
|
2768
|
+
removeIcon: VueTypeValidableDef<any>;
|
|
2769
|
+
transitionName: StringConstructor;
|
|
2770
|
+
dropdownStyle: {
|
|
2771
|
+
type: PropType<CSSProperties>;
|
|
2744
2772
|
};
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
type: PropType<(open: boolean) => void>;
|
|
2773
|
+
dropdownRender: {
|
|
2774
|
+
type: PropType<DropdownRender>;
|
|
2748
2775
|
};
|
|
2749
|
-
|
|
2750
|
-
|
|
2776
|
+
dropdownAlign: PropType<AlignType>;
|
|
2777
|
+
showAction: {
|
|
2778
|
+
type: PropType<("click" | "focus")[]>;
|
|
2751
2779
|
};
|
|
2752
2780
|
onPopupScroll: PropType<(e: UIEvent) => void>;
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
autoClearSearchValue: {
|
|
2781
|
+
onInputKeyDown: PropType<(e: KeyboardEvent) => void>;
|
|
2782
|
+
showArrow: {
|
|
2756
2783
|
type: BooleanConstructor;
|
|
2757
2784
|
default: any;
|
|
2758
2785
|
};
|
|
2759
|
-
|
|
2786
|
+
showCheckedStrategy: {
|
|
2787
|
+
type: PropType<CheckedStrategy>;
|
|
2788
|
+
};
|
|
2789
|
+
loadData: {
|
|
2790
|
+
type: PropType<(dataNode: LegacyDataNode) => Promise<unknown>>;
|
|
2791
|
+
};
|
|
2792
|
+
filterTreeNode: {
|
|
2793
|
+
type: PropType<boolean | ((inputValue: string, treeNode: DefaultOptionType) => boolean)>;
|
|
2794
|
+
default: any;
|
|
2795
|
+
};
|
|
2796
|
+
treeNodeFilterProp: StringConstructor;
|
|
2797
|
+
treeNodeLabelProp: StringConstructor;
|
|
2798
|
+
treeCheckable: {
|
|
2760
2799
|
type: BooleanConstructor;
|
|
2761
2800
|
default: any;
|
|
2762
2801
|
};
|
|
2763
|
-
|
|
2802
|
+
treeCheckStrictly: {
|
|
2764
2803
|
type: BooleanConstructor;
|
|
2765
2804
|
default: any;
|
|
2766
2805
|
};
|
|
2767
|
-
|
|
2768
|
-
type: PropType<
|
|
2806
|
+
treeData: {
|
|
2807
|
+
type: PropType< DefaultOptionType[]>;
|
|
2769
2808
|
};
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
type: BooleanConstructor;
|
|
2809
|
+
treeDataSimpleMode: {
|
|
2810
|
+
type: PropType<boolean | SimpleModeConfig>;
|
|
2773
2811
|
default: any;
|
|
2774
2812
|
};
|
|
2775
|
-
treeIcon: VueTypeValidableDef<any>;
|
|
2776
2813
|
treeLoadedKeys: {
|
|
2777
2814
|
type: PropType< Key[]>;
|
|
2778
2815
|
};
|
|
2779
2816
|
onTreeLoad: {
|
|
2780
2817
|
type: PropType<(loadedKeys: Key[]) => void>;
|
|
2781
2818
|
};
|
|
2782
|
-
|
|
2783
|
-
treeNodeLabelProp: StringConstructor;
|
|
2784
|
-
treeCheckStrictly: {
|
|
2819
|
+
treeDefaultExpandAll: {
|
|
2785
2820
|
type: BooleanConstructor;
|
|
2786
2821
|
default: any;
|
|
2787
2822
|
};
|
|
2788
|
-
treeDataSimpleMode: {
|
|
2789
|
-
type: PropType<boolean | SimpleModeConfig>;
|
|
2790
|
-
default: any;
|
|
2791
|
-
};
|
|
2792
2823
|
treeExpandedKeys: {
|
|
2793
2824
|
type: PropType< Key[]>;
|
|
2794
2825
|
};
|
|
@@ -2798,36 +2829,39 @@ export declare const apTableFormItemMap: {
|
|
|
2798
2829
|
onTreeExpand: {
|
|
2799
2830
|
type: PropType<(expandedKeys: Key[]) => void>;
|
|
2800
2831
|
};
|
|
2832
|
+
treeIcon: VueTypeValidableDef<any>;
|
|
2833
|
+
switcherIcon: VueTypeValidableDef<any>;
|
|
2834
|
+
treeExpandAction: PropType<ExpandAction>;
|
|
2801
2835
|
dropdownPopupAlign: VueTypeValidableDef<any>;
|
|
2802
2836
|
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
2803
|
-
size:
|
|
2837
|
+
size: ButtonSize;
|
|
2804
2838
|
open: boolean;
|
|
2805
2839
|
multiple: boolean;
|
|
2806
2840
|
disabled: boolean;
|
|
2841
|
+
autofocus: boolean;
|
|
2842
|
+
variant: "filled" | "outlined" | "borderless" | "underlined";
|
|
2807
2843
|
virtual: boolean;
|
|
2808
2844
|
dropdownMatchSelectWidth: number | boolean;
|
|
2809
2845
|
loading: boolean;
|
|
2810
|
-
variant: "filled" | "outlined" | "borderless" | "underlined";
|
|
2811
2846
|
bordered: boolean;
|
|
2847
|
+
'onUpdate:value': (value: any) => void;
|
|
2812
2848
|
status: "" | "error" | "warning";
|
|
2813
2849
|
allowClear: boolean;
|
|
2814
|
-
autofocus: boolean;
|
|
2815
|
-
defaultOpen: boolean;
|
|
2816
|
-
'onUpdate:value': (value: any) => void;
|
|
2817
|
-
placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
2818
|
-
filterTreeNode: boolean | ((inputValue: string, treeNode: DefaultOptionType) => boolean);
|
|
2819
|
-
replaceFields: FieldNames;
|
|
2820
|
-
treeCheckable: boolean;
|
|
2821
|
-
showSearch: boolean;
|
|
2822
2850
|
autoClearSearchValue: boolean;
|
|
2823
2851
|
labelInValue: boolean;
|
|
2852
|
+
showSearch: boolean;
|
|
2853
|
+
defaultOpen: boolean;
|
|
2854
|
+
placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
2824
2855
|
showArrow: boolean;
|
|
2825
|
-
treeDefaultExpandAll: boolean;
|
|
2826
2856
|
treeLine: boolean | {
|
|
2827
2857
|
showLeafIcon: boolean;
|
|
2828
2858
|
};
|
|
2859
|
+
filterTreeNode: boolean | ((inputValue: string, treeNode: DefaultOptionType) => boolean);
|
|
2860
|
+
treeCheckable: boolean;
|
|
2829
2861
|
treeCheckStrictly: boolean;
|
|
2830
2862
|
treeDataSimpleMode: any;
|
|
2863
|
+
treeDefaultExpandAll: boolean;
|
|
2864
|
+
replaceFields: FieldNames;
|
|
2831
2865
|
'onUpdate:treeExpandedKeys': (keys: Key[]) => void;
|
|
2832
2866
|
'onUpdate:searchValue': (value: string) => void;
|
|
2833
2867
|
}, true, {}, CustomSlotsType<{
|
|
@@ -2852,8 +2886,8 @@ export declare const apTableFormItemMap: {
|
|
|
2852
2886
|
}, Readonly< ExtractPropTypes<{
|
|
2853
2887
|
suffixIcon: VueTypeValidableDef<any>;
|
|
2854
2888
|
size: {
|
|
2855
|
-
type: PropType<
|
|
2856
|
-
default:
|
|
2889
|
+
type: PropType<ButtonSize>;
|
|
2890
|
+
default: ButtonSize;
|
|
2857
2891
|
};
|
|
2858
2892
|
bordered: {
|
|
2859
2893
|
type: BooleanConstructor;
|
|
@@ -2936,6 +2970,8 @@ export declare const apTableFormItemMap: {
|
|
|
2936
2970
|
default: any;
|
|
2937
2971
|
};
|
|
2938
2972
|
prefixCls: StringConstructor;
|
|
2973
|
+
id: StringConstructor;
|
|
2974
|
+
autofocus: BooleanConstructor;
|
|
2939
2975
|
getPopupContainer: {
|
|
2940
2976
|
type: PropType<RenderDOMFunc>;
|
|
2941
2977
|
};
|
|
@@ -2947,6 +2983,7 @@ export declare const apTableFormItemMap: {
|
|
|
2947
2983
|
type: PropType<number | boolean>;
|
|
2948
2984
|
default: any;
|
|
2949
2985
|
};
|
|
2986
|
+
placeholder: VueTypeValidableDef<any>;
|
|
2950
2987
|
loading: {
|
|
2951
2988
|
type: BooleanConstructor;
|
|
2952
2989
|
default: any;
|
|
@@ -2954,125 +2991,119 @@ export declare const apTableFormItemMap: {
|
|
|
2954
2991
|
defaultValue: {
|
|
2955
2992
|
type: PropType<any>;
|
|
2956
2993
|
};
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
};
|
|
2960
|
-
transitionName: StringConstructor;
|
|
2961
|
-
dropdownAlign: PropType<AlignType>;
|
|
2962
|
-
placeholder: VueTypeValidableDef<any>;
|
|
2994
|
+
prefix: VueTypeValidableDef<any>;
|
|
2995
|
+
clearIcon: VueTypeValidableDef<any>;
|
|
2963
2996
|
allowClear: {
|
|
2964
2997
|
type: BooleanConstructor;
|
|
2965
2998
|
default: any;
|
|
2966
2999
|
};
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
type: BooleanConstructor;
|
|
2970
|
-
default: any;
|
|
2971
|
-
};
|
|
2972
|
-
id: StringConstructor;
|
|
2973
|
-
clearIcon: VueTypeValidableDef<any>;
|
|
2974
|
-
notFoundContent: VueTypeValidableDef<any>;
|
|
2975
|
-
maxCount: NumberConstructor;
|
|
2976
|
-
onDeselect: PropType<SelectHandler<unknown, BaseOptionType>>;
|
|
2977
|
-
prefix: VueTypeValidableDef<any>;
|
|
2978
|
-
onSearch: {
|
|
2979
|
-
type: PropType<(value: string) => void>;
|
|
3000
|
+
getRawInputElement: {
|
|
3001
|
+
type: PropType<() => any>;
|
|
2980
3002
|
};
|
|
2981
3003
|
fieldNames: {
|
|
2982
3004
|
type: PropType<FieldNames>;
|
|
2983
3005
|
};
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
type: PropType<DropdownRender>;
|
|
2989
|
-
};
|
|
2990
|
-
switcherIcon: VueTypeValidableDef<any>;
|
|
2991
|
-
loadData: {
|
|
2992
|
-
type: PropType<(dataNode: LegacyDataNode) => Promise<unknown>>;
|
|
3006
|
+
inputValue: StringConstructor;
|
|
3007
|
+
searchValue: StringConstructor;
|
|
3008
|
+
onSearch: {
|
|
3009
|
+
type: PropType<(value: string) => void>;
|
|
2993
3010
|
};
|
|
2994
|
-
|
|
2995
|
-
type:
|
|
3011
|
+
autoClearSearchValue: {
|
|
3012
|
+
type: BooleanConstructor;
|
|
2996
3013
|
default: any;
|
|
2997
3014
|
};
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
treeCheckable: {
|
|
3015
|
+
onDeselect: PropType<SelectHandler<unknown, BaseOptionType>>;
|
|
3016
|
+
listItemHeight: NumberConstructor;
|
|
3017
|
+
labelInValue: {
|
|
3002
3018
|
type: BooleanConstructor;
|
|
3003
3019
|
default: any;
|
|
3004
3020
|
};
|
|
3021
|
+
maxCount: NumberConstructor;
|
|
3005
3022
|
showSearch: {
|
|
3006
3023
|
type: BooleanConstructor;
|
|
3007
3024
|
default: any;
|
|
3008
3025
|
};
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
|
|
3026
|
+
tagRender: {
|
|
3027
|
+
type: PropType<(props: CustomTagProps) => any>;
|
|
3028
|
+
};
|
|
3029
|
+
optionLabelRender: {
|
|
3030
|
+
type: PropType<(option: Record<string, any>) => any>;
|
|
3031
|
+
};
|
|
3032
|
+
notFoundContent: VueTypeValidableDef<any>;
|
|
3033
|
+
onClear: PropType<() => void>;
|
|
3034
|
+
choiceTransitionName: StringConstructor;
|
|
3035
|
+
defaultOpen: {
|
|
3036
|
+
type: BooleanConstructor;
|
|
3037
|
+
default: any;
|
|
3038
|
+
};
|
|
3039
|
+
onDropdownVisibleChange: {
|
|
3040
|
+
type: PropType<(open: boolean) => void>;
|
|
3041
|
+
};
|
|
3042
|
+
maxTagTextLength: NumberConstructor;
|
|
3012
3043
|
maxTagCount: {
|
|
3013
3044
|
type: PropType<number | "responsive">;
|
|
3014
3045
|
};
|
|
3015
|
-
maxTagTextLength: NumberConstructor;
|
|
3016
3046
|
maxTagPlaceholder: {
|
|
3017
3047
|
type: PropType<(omittedValues: DisplayValueType[]) => any>;
|
|
3018
3048
|
};
|
|
3019
3049
|
tokenSeparators: {
|
|
3020
3050
|
type: PropType<string[]>;
|
|
3021
3051
|
};
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
|
|
3025
|
-
|
|
3026
|
-
optionLabelRender: {
|
|
3027
|
-
type: PropType<(option: Record<string, any>) => any>;
|
|
3052
|
+
removeIcon: VueTypeValidableDef<any>;
|
|
3053
|
+
transitionName: StringConstructor;
|
|
3054
|
+
dropdownStyle: {
|
|
3055
|
+
type: PropType<CSSProperties>;
|
|
3028
3056
|
};
|
|
3029
|
-
|
|
3030
|
-
|
|
3031
|
-
type: PropType<(open: boolean) => void>;
|
|
3057
|
+
dropdownRender: {
|
|
3058
|
+
type: PropType<DropdownRender>;
|
|
3032
3059
|
};
|
|
3033
|
-
|
|
3034
|
-
|
|
3060
|
+
dropdownAlign: PropType<AlignType>;
|
|
3061
|
+
showAction: {
|
|
3062
|
+
type: PropType<("click" | "focus")[]>;
|
|
3035
3063
|
};
|
|
3036
3064
|
onPopupScroll: PropType<(e: UIEvent) => void>;
|
|
3037
|
-
|
|
3038
|
-
|
|
3039
|
-
autoClearSearchValue: {
|
|
3065
|
+
onInputKeyDown: PropType<(e: KeyboardEvent) => void>;
|
|
3066
|
+
showArrow: {
|
|
3040
3067
|
type: BooleanConstructor;
|
|
3041
3068
|
default: any;
|
|
3042
3069
|
};
|
|
3043
|
-
|
|
3070
|
+
showCheckedStrategy: {
|
|
3071
|
+
type: PropType<CheckedStrategy>;
|
|
3072
|
+
};
|
|
3073
|
+
loadData: {
|
|
3074
|
+
type: PropType<(dataNode: LegacyDataNode) => Promise<unknown>>;
|
|
3075
|
+
};
|
|
3076
|
+
filterTreeNode: {
|
|
3077
|
+
type: PropType<boolean | ((inputValue: string, treeNode: DefaultOptionType) => boolean)>;
|
|
3078
|
+
default: any;
|
|
3079
|
+
};
|
|
3080
|
+
treeNodeFilterProp: StringConstructor;
|
|
3081
|
+
treeNodeLabelProp: StringConstructor;
|
|
3082
|
+
treeCheckable: {
|
|
3044
3083
|
type: BooleanConstructor;
|
|
3045
3084
|
default: any;
|
|
3046
3085
|
};
|
|
3047
|
-
|
|
3086
|
+
treeCheckStrictly: {
|
|
3048
3087
|
type: BooleanConstructor;
|
|
3049
3088
|
default: any;
|
|
3050
3089
|
};
|
|
3051
|
-
|
|
3052
|
-
type: PropType<
|
|
3090
|
+
treeData: {
|
|
3091
|
+
type: PropType< DefaultOptionType[]>;
|
|
3053
3092
|
};
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
type: BooleanConstructor;
|
|
3093
|
+
treeDataSimpleMode: {
|
|
3094
|
+
type: PropType<boolean | SimpleModeConfig>;
|
|
3057
3095
|
default: any;
|
|
3058
3096
|
};
|
|
3059
|
-
treeIcon: VueTypeValidableDef<any>;
|
|
3060
3097
|
treeLoadedKeys: {
|
|
3061
3098
|
type: PropType< Key[]>;
|
|
3062
3099
|
};
|
|
3063
3100
|
onTreeLoad: {
|
|
3064
3101
|
type: PropType<(loadedKeys: Key[]) => void>;
|
|
3065
3102
|
};
|
|
3066
|
-
|
|
3067
|
-
treeNodeLabelProp: StringConstructor;
|
|
3068
|
-
treeCheckStrictly: {
|
|
3103
|
+
treeDefaultExpandAll: {
|
|
3069
3104
|
type: BooleanConstructor;
|
|
3070
3105
|
default: any;
|
|
3071
3106
|
};
|
|
3072
|
-
treeDataSimpleMode: {
|
|
3073
|
-
type: PropType<boolean | SimpleModeConfig>;
|
|
3074
|
-
default: any;
|
|
3075
|
-
};
|
|
3076
3107
|
treeExpandedKeys: {
|
|
3077
3108
|
type: PropType< Key[]>;
|
|
3078
3109
|
};
|
|
@@ -3082,36 +3113,39 @@ export declare const apTableFormItemMap: {
|
|
|
3082
3113
|
onTreeExpand: {
|
|
3083
3114
|
type: PropType<(expandedKeys: Key[]) => void>;
|
|
3084
3115
|
};
|
|
3116
|
+
treeIcon: VueTypeValidableDef<any>;
|
|
3117
|
+
switcherIcon: VueTypeValidableDef<any>;
|
|
3118
|
+
treeExpandAction: PropType<ExpandAction>;
|
|
3085
3119
|
dropdownPopupAlign: VueTypeValidableDef<any>;
|
|
3086
3120
|
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
|
|
3087
|
-
size:
|
|
3121
|
+
size: ButtonSize;
|
|
3088
3122
|
open: boolean;
|
|
3089
3123
|
multiple: boolean;
|
|
3090
3124
|
disabled: boolean;
|
|
3125
|
+
autofocus: boolean;
|
|
3126
|
+
variant: "filled" | "outlined" | "borderless" | "underlined";
|
|
3091
3127
|
virtual: boolean;
|
|
3092
3128
|
dropdownMatchSelectWidth: number | boolean;
|
|
3093
3129
|
loading: boolean;
|
|
3094
|
-
variant: "filled" | "outlined" | "borderless" | "underlined";
|
|
3095
3130
|
bordered: boolean;
|
|
3131
|
+
'onUpdate:value': (value: any) => void;
|
|
3096
3132
|
status: "" | "error" | "warning";
|
|
3097
3133
|
allowClear: boolean;
|
|
3098
|
-
autofocus: boolean;
|
|
3099
|
-
defaultOpen: boolean;
|
|
3100
|
-
'onUpdate:value': (value: any) => void;
|
|
3101
|
-
placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
3102
|
-
filterTreeNode: boolean | ((inputValue: string, treeNode: DefaultOptionType) => boolean);
|
|
3103
|
-
replaceFields: FieldNames;
|
|
3104
|
-
treeCheckable: boolean;
|
|
3105
|
-
showSearch: boolean;
|
|
3106
3134
|
autoClearSearchValue: boolean;
|
|
3107
3135
|
labelInValue: boolean;
|
|
3136
|
+
showSearch: boolean;
|
|
3137
|
+
defaultOpen: boolean;
|
|
3138
|
+
placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
3108
3139
|
showArrow: boolean;
|
|
3109
|
-
treeDefaultExpandAll: boolean;
|
|
3110
3140
|
treeLine: boolean | {
|
|
3111
3141
|
showLeafIcon: boolean;
|
|
3112
3142
|
};
|
|
3143
|
+
filterTreeNode: boolean | ((inputValue: string, treeNode: DefaultOptionType) => boolean);
|
|
3144
|
+
treeCheckable: boolean;
|
|
3113
3145
|
treeCheckStrictly: boolean;
|
|
3114
3146
|
treeDataSimpleMode: any;
|
|
3147
|
+
treeDefaultExpandAll: boolean;
|
|
3148
|
+
replaceFields: FieldNames;
|
|
3115
3149
|
'onUpdate:treeExpandedKeys': (keys: Key[]) => void;
|
|
3116
3150
|
'onUpdate:searchValue': (value: string) => void;
|
|
3117
3151
|
}> | null;
|
|
@@ -3140,18 +3174,18 @@ export declare const apTableFormItemMap: {
|
|
|
3140
3174
|
loading: boolean;
|
|
3141
3175
|
autofocus: boolean;
|
|
3142
3176
|
bordered: boolean;
|
|
3177
|
+
emptyText: string;
|
|
3143
3178
|
virtual: boolean;
|
|
3144
3179
|
dropdownMatchSelectWidth: number | boolean;
|
|
3145
3180
|
allowClear: boolean;
|
|
3146
|
-
defaultOpen: boolean;
|
|
3147
3181
|
showArrow: boolean;
|
|
3148
|
-
showSearch: boolean;
|
|
3149
3182
|
autoClearSearchValue: boolean;
|
|
3150
3183
|
labelInValue: boolean;
|
|
3184
|
+
showSearch: boolean;
|
|
3185
|
+
defaultOpen: boolean;
|
|
3151
3186
|
treeCheckable: boolean;
|
|
3152
|
-
treeDefaultExpandAll: boolean;
|
|
3153
3187
|
treeCheckStrictly: boolean;
|
|
3154
|
-
|
|
3188
|
+
treeDefaultExpandAll: boolean;
|
|
3155
3189
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
3156
3190
|
beforeCreate?: (() => void) | (() => void)[];
|
|
3157
3191
|
created?: (() => void) | (() => void)[];
|
|
@@ -3180,21 +3214,21 @@ export declare const apTableFormItemMap: {
|
|
|
3180
3214
|
loading: boolean;
|
|
3181
3215
|
autofocus: boolean;
|
|
3182
3216
|
bordered: boolean;
|
|
3217
|
+
emptyText: string;
|
|
3183
3218
|
virtual: boolean;
|
|
3184
3219
|
dropdownMatchSelectWidth: number | boolean;
|
|
3185
3220
|
allowClear: boolean;
|
|
3186
|
-
defaultOpen: boolean;
|
|
3187
3221
|
showArrow: boolean;
|
|
3188
|
-
showSearch: boolean;
|
|
3189
3222
|
autoClearSearchValue: boolean;
|
|
3190
3223
|
labelInValue: boolean;
|
|
3224
|
+
showSearch: boolean;
|
|
3225
|
+
defaultOpen: boolean;
|
|
3191
3226
|
treeCheckable: boolean;
|
|
3192
|
-
treeDefaultExpandAll: boolean;
|
|
3193
3227
|
treeCheckStrictly: boolean;
|
|
3194
|
-
|
|
3228
|
+
treeDefaultExpandAll: boolean;
|
|
3195
3229
|
}> & Omit<Readonly< ApFieldTreeSelectProps> & Readonly<{
|
|
3196
3230
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
3197
|
-
}>, "blur" | "focus" | "request" | ("mode" | "open" | "multiple" | "disabled" | "loading" | "autofocus" | "bordered" | "
|
|
3231
|
+
}>, "blur" | "focus" | "request" | ("mode" | "open" | "multiple" | "disabled" | "loading" | "autofocus" | "bordered" | "emptyText" | "virtual" | "dropdownMatchSelectWidth" | "allowClear" | "showArrow" | "autoClearSearchValue" | "labelInValue" | "showSearch" | "defaultOpen" | "treeCheckable" | "treeCheckStrictly" | "treeDefaultExpandAll")> & ShallowUnwrapRef<{
|
|
3198
3232
|
blur: () => void;
|
|
3199
3233
|
focus: () => void;
|
|
3200
3234
|
request: (currentNode?: LegacyDataNode, clear?: boolean) => Promise<void>;
|
|
@@ -3293,12 +3327,12 @@ export declare const apTableFormItemMap: {
|
|
|
3293
3327
|
*/
|
|
3294
3328
|
export declare const apTableRenderItemMap: {
|
|
3295
3329
|
date: DefineComponent<ApFieldDateProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ApFieldDateProps> & Readonly<{}>, {
|
|
3296
|
-
format: LiteralUnion<ApFormatPresetType, string>;
|
|
3297
3330
|
emptyText: string;
|
|
3331
|
+
format: LiteralUnion<ApFormatPresetType, string>;
|
|
3298
3332
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3299
3333
|
dateRange: DefineComponent<ApFieldDateRangeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ApFieldDateRangeProps> & Readonly<{}>, {
|
|
3300
|
-
format: LiteralUnion<ApFormatPresetType, string>;
|
|
3301
3334
|
emptyText: string;
|
|
3335
|
+
format: LiteralUnion<ApFormatPresetType, string>;
|
|
3302
3336
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3303
3337
|
number: {
|
|
3304
3338
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ApFieldNumberProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
@@ -3340,33 +3374,33 @@ export declare const apTableRenderItemMap: {
|
|
|
3340
3374
|
size: "small" | "default";
|
|
3341
3375
|
disabled: boolean;
|
|
3342
3376
|
loading: boolean;
|
|
3377
|
+
emptyText: string;
|
|
3343
3378
|
checkedValue: string | number | boolean;
|
|
3344
3379
|
unCheckedValue: string | number | boolean;
|
|
3345
|
-
emptyText: string;
|
|
3346
3380
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3347
3381
|
text: DefineComponent<ApFieldTextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ApFieldTextProps> & Readonly<{}>, {
|
|
3348
3382
|
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "tel" | "url" | "email" | "image" | "datetime-local" | "file" | "password";
|
|
3349
3383
|
mode: FieldMode;
|
|
3350
3384
|
disabled: boolean;
|
|
3351
3385
|
bordered: boolean;
|
|
3386
|
+
emptyText: string;
|
|
3352
3387
|
lazy: boolean;
|
|
3353
3388
|
allowClear: boolean;
|
|
3354
|
-
emptyText: string;
|
|
3355
3389
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
3356
3390
|
textArea: DefineComponent<ApFieldTextAreaProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ApFieldTextAreaProps> & Readonly<{}>, {
|
|
3357
3391
|
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "tel" | "url" | "email" | "image" | "datetime-local" | "file" | "password";
|
|
3358
3392
|
mode: FieldMode;
|
|
3359
3393
|
disabled: boolean;
|
|
3360
3394
|
bordered: boolean;
|
|
3395
|
+
emptyText: string;
|
|
3361
3396
|
lazy: boolean;
|
|
3362
3397
|
allowClear: boolean;
|
|
3363
|
-
emptyText: string;
|
|
3364
3398
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3365
3399
|
checkbox: DefineComponent<ApFieldCheckboxProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ApFieldCheckboxProps> & Readonly<{}>, {
|
|
3366
3400
|
mode: FieldMode;
|
|
3367
3401
|
disabled: boolean;
|
|
3368
|
-
options: (string | number | CheckboxOptionType)[];
|
|
3369
3402
|
emptyText: string;
|
|
3403
|
+
options: (string | number | CheckboxOptionType)[];
|
|
3370
3404
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3371
3405
|
action: DefineComponent<ApActionGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ApActionGroupProps> & Readonly<{}>, {
|
|
3372
3406
|
placement: "top" | "topLeft" | "bottom" | "topRight" | "bottomLeft" | "bottomRight" | "topCenter" | "bottomCenter";
|
|
@@ -3384,9 +3418,9 @@ export declare const apTableRenderItemMap: {
|
|
|
3384
3418
|
visible: boolean;
|
|
3385
3419
|
disabled: boolean;
|
|
3386
3420
|
bordered: boolean;
|
|
3421
|
+
emptyText: string;
|
|
3387
3422
|
lazy: boolean;
|
|
3388
3423
|
allowClear: boolean;
|
|
3389
|
-
emptyText: string;
|
|
3390
3424
|
action: string;
|
|
3391
3425
|
visibilityToggle: boolean;
|
|
3392
3426
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|