@aplus-frontend/ui 6.18.0 → 6.19.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/ap-action/item-popconfirm/index.vue.d.ts +31 -2
- package/es/src/ap-button/ap-action-button.vue.mjs +11 -7
- package/es/src/ap-button/ap-button.vue.mjs +24 -20
- package/es/src/ap-button/ap-confirm-button.vue.mjs +14 -10
- package/es/src/ap-download/ap-download.vue.mjs +21 -18
- package/es/src/ap-field/number/index.vue.d.ts +29 -29
- package/es/src/ap-field/rate/index.vue.d.ts +4 -4
- package/es/src/ap-field/segmented/index.vue.mjs +17 -12
- package/es/src/ap-field/select/index.vue.d.ts +97 -97
- package/es/src/ap-field/select/index.vue.mjs +8 -8
- package/es/src/ap-field/slider/index.vue.d.ts +8 -8
- package/es/src/ap-field/text-area/index.vue.d.ts +54 -54
- package/es/src/ap-field/text-area/index.vue.mjs +9 -9
- package/es/src/ap-field/tree-select/index.vue.d.ts +93 -93
- package/es/src/ap-field/tree-select/index.vue.mjs +16 -16
- package/es/src/ap-form/ap-form.vue.d.ts +13 -13
- package/es/src/ap-form/drawer-form/index.vue.d.ts +15 -15
- package/es/src/ap-form/items/number/index.vue.d.ts +31 -31
- package/es/src/ap-form/items/select/index.vue.d.ts +99 -99
- package/es/src/ap-form/items/text/index.vue.d.ts +3 -3
- package/es/src/ap-form/items/text/password.vue.d.ts +3 -3
- package/es/src/ap-form/items/text-area/index.vue.d.ts +106 -106
- package/es/src/ap-form/items/tree-select/index.vue.d.ts +95 -95
- package/es/src/ap-form/modal-form/index.vue.d.ts +45 -16
- package/es/src/ap-form/search-form/components/popover-filter.vue.d.ts +29 -10
- package/es/src/ap-form/search-form/index.vue.d.ts +15 -15
- package/es/src/ap-table/constants.d.ts +326 -326
- package/es/src/ap-tag/ap-tag-group.vue.mjs +73 -78
- package/es/src/ap-tag/ap-tag.vue.d.ts +1 -0
- package/es/src/ap-tag/ap-tag.vue.mjs +45 -30
- package/es/src/ap-tag/interface.d.ts +6 -0
- package/es/src/ap-tag/utils.d.ts +1 -0
- package/es/src/ap-tag/utils.mjs +12 -0
- package/es/src/ap-upload/components/MultipleFile.vue.d.ts +2 -2
- package/es/src/business/ap-batch-action-group/index.d.ts +30 -8
- package/es/src/business/ap-view/components/main-button-content.vue.d.ts +8 -8
- package/es/src/business/ap-view/components/menu-list-content.vue.d.ts +8 -8
- package/es/src/business/batch-input-group/index.vue.d.ts +2 -2
- package/es/src/business/batch-input-group/popover-input/index.vue.d.ts +54 -54
- package/es/src/config-provider/config-provider-props.d.ts +4 -5
- package/es/src/config-provider/config-provider.d.ts +8 -9
- package/es/src/config-provider/hooks/use-global-config.d.ts +4 -5
- package/es/src/config-provider/index.d.ts +13 -14
- package/es/src/utils/config-provider-preset.d.ts +5 -6
- 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 +8 -8
- package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +31 -2
- package/lib/src/ap-button/ap-action-button.vue.js +1 -1
- package/lib/src/ap-button/ap-button.vue.js +1 -1
- package/lib/src/ap-button/ap-confirm-button.vue.js +1 -1
- package/lib/src/ap-download/ap-download.vue.js +1 -1
- package/lib/src/ap-field/number/index.vue.d.ts +29 -29
- package/lib/src/ap-field/rate/index.vue.d.ts +4 -4
- package/lib/src/ap-field/segmented/index.vue.js +1 -1
- package/lib/src/ap-field/select/index.vue.d.ts +97 -97
- package/lib/src/ap-field/select/index.vue.js +1 -1
- package/lib/src/ap-field/slider/index.vue.d.ts +8 -8
- package/lib/src/ap-field/text-area/index.vue.d.ts +54 -54
- package/lib/src/ap-field/text-area/index.vue.js +1 -1
- package/lib/src/ap-field/tree-select/index.vue.d.ts +93 -93
- package/lib/src/ap-field/tree-select/index.vue.js +1 -1
- package/lib/src/ap-form/ap-form.vue.d.ts +13 -13
- package/lib/src/ap-form/drawer-form/index.vue.d.ts +15 -15
- package/lib/src/ap-form/items/number/index.vue.d.ts +31 -31
- package/lib/src/ap-form/items/select/index.vue.d.ts +99 -99
- package/lib/src/ap-form/items/text/index.vue.d.ts +3 -3
- package/lib/src/ap-form/items/text/password.vue.d.ts +3 -3
- package/lib/src/ap-form/items/text-area/index.vue.d.ts +106 -106
- package/lib/src/ap-form/items/tree-select/index.vue.d.ts +95 -95
- package/lib/src/ap-form/modal-form/index.vue.d.ts +45 -16
- package/lib/src/ap-form/search-form/components/popover-filter.vue.d.ts +29 -10
- package/lib/src/ap-form/search-form/index.vue.d.ts +15 -15
- package/lib/src/ap-table/constants.d.ts +326 -326
- package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
- package/lib/src/ap-tag/ap-tag.vue.d.ts +1 -0
- package/lib/src/ap-tag/ap-tag.vue.js +1 -1
- package/lib/src/ap-tag/interface.d.ts +6 -0
- package/lib/src/ap-tag/utils.d.ts +1 -0
- package/lib/src/ap-tag/utils.js +1 -0
- package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +2 -2
- package/lib/src/business/ap-batch-action-group/index.d.ts +30 -8
- package/lib/src/business/ap-view/components/main-button-content.vue.d.ts +8 -8
- package/lib/src/business/ap-view/components/menu-list-content.vue.d.ts +8 -8
- package/lib/src/business/batch-input-group/index.vue.d.ts +2 -2
- package/lib/src/business/batch-input-group/popover-input/index.vue.d.ts +54 -54
- package/lib/src/config-provider/config-provider-props.d.ts +4 -5
- package/lib/src/config-provider/config-provider.d.ts +8 -9
- package/lib/src/config-provider/hooks/use-global-config.d.ts +4 -5
- package/lib/src/config-provider/index.d.ts +13 -14
- package/lib/src/utils/config-provider-preset.d.ts +5 -6
- 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 +8 -8
- package/package.json +3 -3
- package/theme/antdv-override.css +2 -6
- package/theme/antdv-override.less +2 -6
- package/theme/ap-label/ap-label.css +1 -0
- package/theme/ap-label/ap-label.less +1 -0
- package/theme/ap-tag/ap-tag.css +3 -1
- package/theme/ap-tag/ap-tag.less +3 -1
- package/theme/index.css +6 -7
|
@@ -3,7 +3,7 @@ import { ApTableValueFields } from './interface';
|
|
|
3
3
|
import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentInternalInstance, ExtractPropTypes, PropType, Slot, ComponentPublicInstance, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, CSSProperties, VNode, RendererNode, RendererElement, DefineComponent } from 'vue';
|
|
4
4
|
import { ApFormItemDateProps, ApFormItemDateRangeProps, ApFormItemNumberProps, ApFormItemRadioProps, ApFormItemSelectProps, ApFormItemSwitchProps, ApFormItemTextProps, ApFormItemTextAreaProps, ApFormItemCheckboxProps, ApFormItemTextPasswordProps, ApFormItemTreeSelectProps } from '../ap-form/items/interface';
|
|
5
5
|
import { ApFieldDateProps, ApFormItemSlots, ApFieldDateRangeProps, ApFieldNumberProps, FieldMode, ApFieldRadioProps, ApFieldSelectProps, ApFieldSwitchProps, ApFieldTextProps, ApFormItemTextPassword, ApFieldTextAreaProps, ApFieldCheckboxProps, ApFieldTextPasswordProps, ApFieldTreeSelectProps, ApActionGroupProps, GroupActionTypes } from '..';
|
|
6
|
-
import {
|
|
6
|
+
import { SizeType, ButtonSize } from '@aplus-frontend/antdv/es/config-provider';
|
|
7
7
|
import { ValueType } from '@aplus-frontend/antdv/es/input-number/src/utils/MiniDecimal';
|
|
8
8
|
import { KeyboardEventHandler, FocusEventHandler, ChangeEventHandler, CompositionEventHandler, MouseEventHandler } from '@aplus-frontend/antdv/es/_util/EventInterface';
|
|
9
9
|
import { VueTypeValidableDef } from '../../node_modules/vue-types';
|
|
@@ -178,7 +178,7 @@ export declare const apTableFormItemMap: {
|
|
|
178
178
|
readonly mode?: FieldMode | undefined;
|
|
179
179
|
readonly class?: unknown;
|
|
180
180
|
readonly style?: unknown;
|
|
181
|
-
readonly size?:
|
|
181
|
+
readonly size?: SizeType;
|
|
182
182
|
readonly step?: ValueType | undefined;
|
|
183
183
|
readonly onBlur?: ((e: FocusEvent) => void) | undefined;
|
|
184
184
|
readonly onChange?: ((value: ValueType) => void) | undefined;
|
|
@@ -232,8 +232,8 @@ export declare const apTableFormItemMap: {
|
|
|
232
232
|
} & {
|
|
233
233
|
inputRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
234
234
|
size: {
|
|
235
|
-
type: PropType<
|
|
236
|
-
default:
|
|
235
|
+
type: PropType<SizeType>;
|
|
236
|
+
default: SizeType;
|
|
237
237
|
};
|
|
238
238
|
bordered: {
|
|
239
239
|
type: BooleanConstructor;
|
|
@@ -352,7 +352,7 @@ export declare const apTableFormItemMap: {
|
|
|
352
352
|
default: (e: FocusEvent) => void;
|
|
353
353
|
};
|
|
354
354
|
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
355
|
-
size:
|
|
355
|
+
size: SizeType;
|
|
356
356
|
value: ValueType;
|
|
357
357
|
onFocus: (e: FocusEvent) => void;
|
|
358
358
|
onBlur: (e: FocusEvent) => void;
|
|
@@ -362,13 +362,13 @@ export declare const apTableFormItemMap: {
|
|
|
362
362
|
max: ValueType;
|
|
363
363
|
min: ValueType;
|
|
364
364
|
prefixCls: string;
|
|
365
|
+
bordered: boolean;
|
|
366
|
+
defaultValue: ValueType;
|
|
367
|
+
status: "" | "error" | "warning";
|
|
368
|
+
step: ValueType;
|
|
365
369
|
autofocus: boolean;
|
|
366
370
|
readonly: boolean;
|
|
367
|
-
status: "" | "error" | "warning";
|
|
368
|
-
defaultValue: ValueType;
|
|
369
371
|
'onUpdate:value': (value: ValueType) => void;
|
|
370
|
-
step: ValueType;
|
|
371
|
-
bordered: boolean;
|
|
372
372
|
onPressEnter: KeyboardEventHandler;
|
|
373
373
|
formatter: (value: ValueType, info: {
|
|
374
374
|
userTyping: boolean;
|
|
@@ -399,8 +399,8 @@ export declare const apTableFormItemMap: {
|
|
|
399
399
|
Defaults: {};
|
|
400
400
|
}, Readonly< ExtractPropTypes<{
|
|
401
401
|
size: {
|
|
402
|
-
type: PropType<
|
|
403
|
-
default:
|
|
402
|
+
type: PropType<SizeType>;
|
|
403
|
+
default: SizeType;
|
|
404
404
|
};
|
|
405
405
|
bordered: {
|
|
406
406
|
type: BooleanConstructor;
|
|
@@ -519,7 +519,7 @@ export declare const apTableFormItemMap: {
|
|
|
519
519
|
default: (e: FocusEvent) => void;
|
|
520
520
|
};
|
|
521
521
|
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
|
|
522
|
-
size:
|
|
522
|
+
size: SizeType;
|
|
523
523
|
value: ValueType;
|
|
524
524
|
onFocus: (e: FocusEvent) => void;
|
|
525
525
|
onBlur: (e: FocusEvent) => void;
|
|
@@ -529,13 +529,13 @@ export declare const apTableFormItemMap: {
|
|
|
529
529
|
max: ValueType;
|
|
530
530
|
min: ValueType;
|
|
531
531
|
prefixCls: string;
|
|
532
|
+
bordered: boolean;
|
|
533
|
+
defaultValue: ValueType;
|
|
534
|
+
status: "" | "error" | "warning";
|
|
535
|
+
step: ValueType;
|
|
532
536
|
autofocus: boolean;
|
|
533
537
|
readonly: boolean;
|
|
534
|
-
status: "" | "error" | "warning";
|
|
535
|
-
defaultValue: ValueType;
|
|
536
538
|
'onUpdate:value': (value: ValueType) => void;
|
|
537
|
-
step: ValueType;
|
|
538
|
-
bordered: boolean;
|
|
539
539
|
onPressEnter: KeyboardEventHandler;
|
|
540
540
|
formatter: (value: ValueType, info: {
|
|
541
541
|
userTyping: boolean;
|
|
@@ -877,7 +877,7 @@ export declare const apTableFormItemMap: {
|
|
|
877
877
|
readonly mode?: FieldMode | undefined;
|
|
878
878
|
readonly class?: unknown;
|
|
879
879
|
readonly style?: unknown;
|
|
880
|
-
readonly size?:
|
|
880
|
+
readonly size?: SizeType;
|
|
881
881
|
readonly onBlur?: ((e: FocusEvent) => void) | undefined;
|
|
882
882
|
readonly onChange?: ((value: SelectValue, option: DefaultOptionType | DefaultOptionType[]) => void) | undefined;
|
|
883
883
|
readonly onClick?: ((e: MouseEvent) => void) | undefined;
|
|
@@ -980,8 +980,8 @@ export declare const apTableFormItemMap: {
|
|
|
980
980
|
suffixIcon: VueTypeValidableDef<any>;
|
|
981
981
|
itemIcon: VueTypeValidableDef<any>;
|
|
982
982
|
size: {
|
|
983
|
-
type: PropType<
|
|
984
|
-
default:
|
|
983
|
+
type: PropType<SizeType>;
|
|
984
|
+
default: SizeType;
|
|
985
985
|
};
|
|
986
986
|
mode: {
|
|
987
987
|
type: PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
|
|
@@ -999,8 +999,8 @@ export declare const apTableFormItemMap: {
|
|
|
999
999
|
popupClassName: StringConstructor;
|
|
1000
1000
|
dropdownClassName: StringConstructor;
|
|
1001
1001
|
placement: {
|
|
1002
|
-
type: PropType<"
|
|
1003
|
-
default: "
|
|
1002
|
+
type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
|
|
1003
|
+
default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
1004
1004
|
};
|
|
1005
1005
|
status: {
|
|
1006
1006
|
type: PropType<"" | "error" | "warning">;
|
|
@@ -1040,8 +1040,6 @@ export declare const apTableFormItemMap: {
|
|
|
1040
1040
|
default: any;
|
|
1041
1041
|
};
|
|
1042
1042
|
prefixCls: StringConstructor;
|
|
1043
|
-
id: StringConstructor;
|
|
1044
|
-
autofocus: BooleanConstructor;
|
|
1045
1043
|
getPopupContainer: {
|
|
1046
1044
|
type: PropType<RenderDOMFunc>;
|
|
1047
1045
|
};
|
|
@@ -1053,21 +1051,28 @@ export declare const apTableFormItemMap: {
|
|
|
1053
1051
|
type: PropType<number | boolean>;
|
|
1054
1052
|
default: any;
|
|
1055
1053
|
};
|
|
1056
|
-
options: PropType< DefaultOptionType[]>;
|
|
1057
|
-
showAction: {
|
|
1058
|
-
type: PropType<("click" | "focus")[]>;
|
|
1059
|
-
};
|
|
1060
|
-
onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
|
|
1061
1054
|
loading: {
|
|
1062
1055
|
type: BooleanConstructor;
|
|
1063
1056
|
default: any;
|
|
1064
1057
|
};
|
|
1058
|
+
showAction: {
|
|
1059
|
+
type: PropType<("click" | "focus")[]>;
|
|
1060
|
+
};
|
|
1061
|
+
dropdownAlign: PropType<AlignType>;
|
|
1065
1062
|
placeholder: VueTypeValidableDef<any>;
|
|
1066
|
-
clearIcon: VueTypeValidableDef<any>;
|
|
1067
1063
|
allowClear: {
|
|
1068
1064
|
type: BooleanConstructor;
|
|
1069
1065
|
default: any;
|
|
1070
1066
|
};
|
|
1067
|
+
autofocus: BooleanConstructor;
|
|
1068
|
+
defaultOpen: {
|
|
1069
|
+
type: BooleanConstructor;
|
|
1070
|
+
default: any;
|
|
1071
|
+
};
|
|
1072
|
+
id: StringConstructor;
|
|
1073
|
+
clearIcon: VueTypeValidableDef<any>;
|
|
1074
|
+
options: PropType< DefaultOptionType[]>;
|
|
1075
|
+
onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
|
|
1071
1076
|
onSearch: PropType<(value: string) => void>;
|
|
1072
1077
|
fieldNames: PropType<FieldNames>;
|
|
1073
1078
|
dropdownStyle: {
|
|
@@ -1076,7 +1081,6 @@ export declare const apTableFormItemMap: {
|
|
|
1076
1081
|
dropdownRender: {
|
|
1077
1082
|
type: PropType<DropdownRender>;
|
|
1078
1083
|
};
|
|
1079
|
-
dropdownAlign: PropType<AlignType>;
|
|
1080
1084
|
showSearch: {
|
|
1081
1085
|
type: BooleanConstructor;
|
|
1082
1086
|
default: any;
|
|
@@ -1099,10 +1103,6 @@ export declare const apTableFormItemMap: {
|
|
|
1099
1103
|
type: PropType<(option: Record<string, any>) => any>;
|
|
1100
1104
|
};
|
|
1101
1105
|
onClear: PropType<() => void>;
|
|
1102
|
-
defaultOpen: {
|
|
1103
|
-
type: BooleanConstructor;
|
|
1104
|
-
default: any;
|
|
1105
|
-
};
|
|
1106
1106
|
onDropdownVisibleChange: {
|
|
1107
1107
|
type: PropType<(open: boolean) => void>;
|
|
1108
1108
|
};
|
|
@@ -1135,24 +1135,24 @@ export declare const apTableFormItemMap: {
|
|
|
1135
1135
|
default: any;
|
|
1136
1136
|
};
|
|
1137
1137
|
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
1138
|
-
size:
|
|
1138
|
+
size: SizeType;
|
|
1139
1139
|
value: SelectValue;
|
|
1140
1140
|
mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
1141
1141
|
open: boolean;
|
|
1142
1142
|
disabled: boolean;
|
|
1143
|
-
autofocus: boolean;
|
|
1144
1143
|
virtual: boolean;
|
|
1145
1144
|
dropdownMatchSelectWidth: number | boolean;
|
|
1146
|
-
status: "" | "error" | "warning";
|
|
1147
|
-
defaultValue: SelectValue;
|
|
1148
|
-
'onUpdate:value': (val: SelectValue) => void;
|
|
1149
|
-
placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
1150
1145
|
loading: boolean;
|
|
1151
1146
|
bordered: boolean;
|
|
1147
|
+
defaultValue: SelectValue;
|
|
1148
|
+
status: "" | "error" | "warning";
|
|
1152
1149
|
allowClear: boolean;
|
|
1150
|
+
autofocus: boolean;
|
|
1151
|
+
defaultOpen: boolean;
|
|
1152
|
+
'onUpdate:value': (val: SelectValue) => void;
|
|
1153
|
+
placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
1153
1154
|
showSearch: boolean;
|
|
1154
1155
|
choiceTransitionName: "";
|
|
1155
|
-
defaultOpen: boolean;
|
|
1156
1156
|
showArrow: boolean;
|
|
1157
1157
|
autoClearSearchValue: boolean;
|
|
1158
1158
|
filterOption: boolean | FilterFunc<DefaultOptionType>;
|
|
@@ -1191,8 +1191,8 @@ export declare const apTableFormItemMap: {
|
|
|
1191
1191
|
suffixIcon: VueTypeValidableDef<any>;
|
|
1192
1192
|
itemIcon: VueTypeValidableDef<any>;
|
|
1193
1193
|
size: {
|
|
1194
|
-
type: PropType<
|
|
1195
|
-
default:
|
|
1194
|
+
type: PropType<SizeType>;
|
|
1195
|
+
default: SizeType;
|
|
1196
1196
|
};
|
|
1197
1197
|
mode: {
|
|
1198
1198
|
type: PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
|
|
@@ -1210,8 +1210,8 @@ export declare const apTableFormItemMap: {
|
|
|
1210
1210
|
popupClassName: StringConstructor;
|
|
1211
1211
|
dropdownClassName: StringConstructor;
|
|
1212
1212
|
placement: {
|
|
1213
|
-
type: PropType<"
|
|
1214
|
-
default: "
|
|
1213
|
+
type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
|
|
1214
|
+
default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
1215
1215
|
};
|
|
1216
1216
|
status: {
|
|
1217
1217
|
type: PropType<"" | "error" | "warning">;
|
|
@@ -1251,8 +1251,6 @@ export declare const apTableFormItemMap: {
|
|
|
1251
1251
|
default: any;
|
|
1252
1252
|
};
|
|
1253
1253
|
prefixCls: StringConstructor;
|
|
1254
|
-
id: StringConstructor;
|
|
1255
|
-
autofocus: BooleanConstructor;
|
|
1256
1254
|
getPopupContainer: {
|
|
1257
1255
|
type: PropType<RenderDOMFunc>;
|
|
1258
1256
|
};
|
|
@@ -1264,21 +1262,28 @@ export declare const apTableFormItemMap: {
|
|
|
1264
1262
|
type: PropType<number | boolean>;
|
|
1265
1263
|
default: any;
|
|
1266
1264
|
};
|
|
1267
|
-
options: PropType< DefaultOptionType[]>;
|
|
1268
|
-
showAction: {
|
|
1269
|
-
type: PropType<("click" | "focus")[]>;
|
|
1270
|
-
};
|
|
1271
|
-
onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
|
|
1272
1265
|
loading: {
|
|
1273
1266
|
type: BooleanConstructor;
|
|
1274
1267
|
default: any;
|
|
1275
1268
|
};
|
|
1269
|
+
showAction: {
|
|
1270
|
+
type: PropType<("click" | "focus")[]>;
|
|
1271
|
+
};
|
|
1272
|
+
dropdownAlign: PropType<AlignType>;
|
|
1276
1273
|
placeholder: VueTypeValidableDef<any>;
|
|
1277
|
-
clearIcon: VueTypeValidableDef<any>;
|
|
1278
1274
|
allowClear: {
|
|
1279
1275
|
type: BooleanConstructor;
|
|
1280
1276
|
default: any;
|
|
1281
1277
|
};
|
|
1278
|
+
autofocus: BooleanConstructor;
|
|
1279
|
+
defaultOpen: {
|
|
1280
|
+
type: BooleanConstructor;
|
|
1281
|
+
default: any;
|
|
1282
|
+
};
|
|
1283
|
+
id: StringConstructor;
|
|
1284
|
+
clearIcon: VueTypeValidableDef<any>;
|
|
1285
|
+
options: PropType< DefaultOptionType[]>;
|
|
1286
|
+
onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
|
|
1282
1287
|
onSearch: PropType<(value: string) => void>;
|
|
1283
1288
|
fieldNames: PropType<FieldNames>;
|
|
1284
1289
|
dropdownStyle: {
|
|
@@ -1287,7 +1292,6 @@ export declare const apTableFormItemMap: {
|
|
|
1287
1292
|
dropdownRender: {
|
|
1288
1293
|
type: PropType<DropdownRender>;
|
|
1289
1294
|
};
|
|
1290
|
-
dropdownAlign: PropType<AlignType>;
|
|
1291
1295
|
showSearch: {
|
|
1292
1296
|
type: BooleanConstructor;
|
|
1293
1297
|
default: any;
|
|
@@ -1310,10 +1314,6 @@ export declare const apTableFormItemMap: {
|
|
|
1310
1314
|
type: PropType<(option: Record<string, any>) => any>;
|
|
1311
1315
|
};
|
|
1312
1316
|
onClear: PropType<() => void>;
|
|
1313
|
-
defaultOpen: {
|
|
1314
|
-
type: BooleanConstructor;
|
|
1315
|
-
default: any;
|
|
1316
|
-
};
|
|
1317
1317
|
onDropdownVisibleChange: {
|
|
1318
1318
|
type: PropType<(open: boolean) => void>;
|
|
1319
1319
|
};
|
|
@@ -1346,24 +1346,24 @@ export declare const apTableFormItemMap: {
|
|
|
1346
1346
|
default: any;
|
|
1347
1347
|
};
|
|
1348
1348
|
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
|
|
1349
|
-
size:
|
|
1349
|
+
size: SizeType;
|
|
1350
1350
|
value: SelectValue;
|
|
1351
1351
|
mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
1352
1352
|
open: boolean;
|
|
1353
1353
|
disabled: boolean;
|
|
1354
|
-
autofocus: boolean;
|
|
1355
1354
|
virtual: boolean;
|
|
1356
1355
|
dropdownMatchSelectWidth: number | boolean;
|
|
1357
|
-
status: "" | "error" | "warning";
|
|
1358
|
-
defaultValue: SelectValue;
|
|
1359
|
-
'onUpdate:value': (val: SelectValue) => void;
|
|
1360
|
-
placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
1361
1356
|
loading: boolean;
|
|
1362
1357
|
bordered: boolean;
|
|
1358
|
+
defaultValue: SelectValue;
|
|
1359
|
+
status: "" | "error" | "warning";
|
|
1363
1360
|
allowClear: boolean;
|
|
1361
|
+
autofocus: boolean;
|
|
1362
|
+
defaultOpen: boolean;
|
|
1363
|
+
'onUpdate:value': (val: SelectValue) => void;
|
|
1364
|
+
placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
1364
1365
|
showSearch: boolean;
|
|
1365
1366
|
choiceTransitionName: "";
|
|
1366
|
-
defaultOpen: boolean;
|
|
1367
1367
|
showArrow: boolean;
|
|
1368
1368
|
autoClearSearchValue: boolean;
|
|
1369
1369
|
filterOption: boolean | FilterFunc<DefaultOptionType>;
|
|
@@ -1623,7 +1623,7 @@ export declare const apTableFormItemMap: {
|
|
|
1623
1623
|
readonly style?: unknown;
|
|
1624
1624
|
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;
|
|
1625
1625
|
readonly lazy?: boolean | undefined;
|
|
1626
|
-
readonly size?:
|
|
1626
|
+
readonly size?: SizeType;
|
|
1627
1627
|
readonly hidden?: boolean | undefined;
|
|
1628
1628
|
readonly onBlur?: FocusEventHandler | undefined;
|
|
1629
1629
|
readonly onChange?: ChangeEventHandler | undefined;
|
|
@@ -1863,7 +1863,7 @@ export declare const apTableFormItemMap: {
|
|
|
1863
1863
|
};
|
|
1864
1864
|
valueModifiers: ObjectConstructor;
|
|
1865
1865
|
size: {
|
|
1866
|
-
type: PropType<
|
|
1866
|
+
type: PropType<ButtonSize>;
|
|
1867
1867
|
};
|
|
1868
1868
|
value: {
|
|
1869
1869
|
type: PropType<string | number>;
|
|
@@ -1871,8 +1871,8 @@ export declare const apTableFormItemMap: {
|
|
|
1871
1871
|
};
|
|
1872
1872
|
name: StringConstructor;
|
|
1873
1873
|
type: {
|
|
1874
|
-
type: PropType<"number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password"
|
|
1875
|
-
default: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password"
|
|
1874
|
+
type: PropType<"number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "tel" | "datetime-local" | "file" | "password">;
|
|
1875
|
+
default: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "tel" | "datetime-local" | "file" | "password";
|
|
1876
1876
|
};
|
|
1877
1877
|
onFocus: PropType<FocusEventHandler>;
|
|
1878
1878
|
onBlur: PropType<FocusEventHandler>;
|
|
@@ -1897,38 +1897,43 @@ export declare const apTableFormItemMap: {
|
|
|
1897
1897
|
default: any;
|
|
1898
1898
|
};
|
|
1899
1899
|
prefixCls: StringConstructor;
|
|
1900
|
-
|
|
1901
|
-
|
|
1900
|
+
autocomplete: StringConstructor;
|
|
1901
|
+
loading: {
|
|
1902
1902
|
type: BooleanConstructor;
|
|
1903
1903
|
default: any;
|
|
1904
1904
|
};
|
|
1905
|
-
|
|
1906
|
-
readonly: {
|
|
1905
|
+
bordered: {
|
|
1907
1906
|
type: BooleanConstructor;
|
|
1908
1907
|
default: any;
|
|
1909
1908
|
};
|
|
1910
|
-
status: PropType<"" | "error" | "warning">;
|
|
1911
1909
|
defaultValue: {
|
|
1912
1910
|
type: PropType<string | number>;
|
|
1913
1911
|
default: any;
|
|
1914
1912
|
};
|
|
1915
|
-
|
|
1916
|
-
|
|
1913
|
+
status: PropType<"" | "error" | "warning">;
|
|
1914
|
+
placeholder: {
|
|
1915
|
+
type: PropType<string | number>;
|
|
1916
|
+
};
|
|
1917
|
+
allowClear: {
|
|
1917
1918
|
type: BooleanConstructor;
|
|
1918
1919
|
default: any;
|
|
1919
1920
|
};
|
|
1920
|
-
|
|
1921
|
-
type:
|
|
1921
|
+
autofocus: {
|
|
1922
|
+
type: BooleanConstructor;
|
|
1923
|
+
default: any;
|
|
1924
|
+
};
|
|
1925
|
+
id: StringConstructor;
|
|
1926
|
+
clearIcon: VueTypeValidableDef<any>;
|
|
1927
|
+
readonly: {
|
|
1928
|
+
type: BooleanConstructor;
|
|
1929
|
+
default: any;
|
|
1922
1930
|
};
|
|
1931
|
+
'onUpdate:value': PropType<(val: string) => void>;
|
|
1923
1932
|
lazy: {
|
|
1924
1933
|
type: BooleanConstructor;
|
|
1925
1934
|
default: boolean;
|
|
1926
1935
|
};
|
|
1927
1936
|
maxlength: NumberConstructor;
|
|
1928
|
-
bordered: {
|
|
1929
|
-
type: BooleanConstructor;
|
|
1930
|
-
default: any;
|
|
1931
|
-
};
|
|
1932
1937
|
showCount: {
|
|
1933
1938
|
type: PropType<boolean | ShowCountProps>;
|
|
1934
1939
|
};
|
|
@@ -1942,26 +1947,21 @@ export declare const apTableFormItemMap: {
|
|
|
1942
1947
|
inputElement: VueTypeValidableDef<any>;
|
|
1943
1948
|
triggerFocus: PropType<() => void>;
|
|
1944
1949
|
handleReset: PropType<MouseEventHandler>;
|
|
1945
|
-
clearIcon: VueTypeValidableDef<any>;
|
|
1946
|
-
allowClear: {
|
|
1947
|
-
type: BooleanConstructor;
|
|
1948
|
-
default: any;
|
|
1949
|
-
};
|
|
1950
1950
|
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
1951
1951
|
value: string | number;
|
|
1952
|
-
type: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password"
|
|
1952
|
+
type: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "tel" | "datetime-local" | "file" | "password";
|
|
1953
1953
|
onMousedown: MouseEventHandler;
|
|
1954
1954
|
focused: boolean;
|
|
1955
1955
|
hidden: boolean;
|
|
1956
1956
|
disabled: boolean;
|
|
1957
|
+
loading: boolean;
|
|
1958
|
+
bordered: boolean;
|
|
1959
|
+
defaultValue: string | number;
|
|
1960
|
+
allowClear: boolean;
|
|
1957
1961
|
autofocus: boolean;
|
|
1958
1962
|
readonly: boolean;
|
|
1959
|
-
defaultValue: string | number;
|
|
1960
|
-
loading: boolean;
|
|
1961
1963
|
lazy: boolean;
|
|
1962
|
-
bordered: boolean;
|
|
1963
1964
|
onMouseUp: MouseEventHandler;
|
|
1964
|
-
allowClear: boolean;
|
|
1965
1965
|
autosize: any;
|
|
1966
1966
|
autoSize: any;
|
|
1967
1967
|
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
@@ -1995,7 +1995,7 @@ export declare const apTableFormItemMap: {
|
|
|
1995
1995
|
};
|
|
1996
1996
|
valueModifiers: ObjectConstructor;
|
|
1997
1997
|
size: {
|
|
1998
|
-
type: PropType<
|
|
1998
|
+
type: PropType<ButtonSize>;
|
|
1999
1999
|
};
|
|
2000
2000
|
value: {
|
|
2001
2001
|
type: PropType<string | number>;
|
|
@@ -2003,8 +2003,8 @@ export declare const apTableFormItemMap: {
|
|
|
2003
2003
|
};
|
|
2004
2004
|
name: StringConstructor;
|
|
2005
2005
|
type: {
|
|
2006
|
-
type: PropType<"number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password"
|
|
2007
|
-
default: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password"
|
|
2006
|
+
type: PropType<"number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "tel" | "datetime-local" | "file" | "password">;
|
|
2007
|
+
default: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "tel" | "datetime-local" | "file" | "password";
|
|
2008
2008
|
};
|
|
2009
2009
|
onFocus: PropType<FocusEventHandler>;
|
|
2010
2010
|
onBlur: PropType<FocusEventHandler>;
|
|
@@ -2029,38 +2029,43 @@ export declare const apTableFormItemMap: {
|
|
|
2029
2029
|
default: any;
|
|
2030
2030
|
};
|
|
2031
2031
|
prefixCls: StringConstructor;
|
|
2032
|
-
|
|
2033
|
-
|
|
2032
|
+
autocomplete: StringConstructor;
|
|
2033
|
+
loading: {
|
|
2034
2034
|
type: BooleanConstructor;
|
|
2035
2035
|
default: any;
|
|
2036
2036
|
};
|
|
2037
|
-
|
|
2038
|
-
readonly: {
|
|
2037
|
+
bordered: {
|
|
2039
2038
|
type: BooleanConstructor;
|
|
2040
2039
|
default: any;
|
|
2041
2040
|
};
|
|
2042
|
-
status: PropType<"" | "error" | "warning">;
|
|
2043
2041
|
defaultValue: {
|
|
2044
2042
|
type: PropType<string | number>;
|
|
2045
2043
|
default: any;
|
|
2046
2044
|
};
|
|
2047
|
-
|
|
2048
|
-
|
|
2045
|
+
status: PropType<"" | "error" | "warning">;
|
|
2046
|
+
placeholder: {
|
|
2047
|
+
type: PropType<string | number>;
|
|
2048
|
+
};
|
|
2049
|
+
allowClear: {
|
|
2049
2050
|
type: BooleanConstructor;
|
|
2050
2051
|
default: any;
|
|
2051
2052
|
};
|
|
2052
|
-
|
|
2053
|
-
type:
|
|
2053
|
+
autofocus: {
|
|
2054
|
+
type: BooleanConstructor;
|
|
2055
|
+
default: any;
|
|
2054
2056
|
};
|
|
2057
|
+
id: StringConstructor;
|
|
2058
|
+
clearIcon: VueTypeValidableDef<any>;
|
|
2059
|
+
readonly: {
|
|
2060
|
+
type: BooleanConstructor;
|
|
2061
|
+
default: any;
|
|
2062
|
+
};
|
|
2063
|
+
'onUpdate:value': PropType<(val: string) => void>;
|
|
2055
2064
|
lazy: {
|
|
2056
2065
|
type: BooleanConstructor;
|
|
2057
2066
|
default: boolean;
|
|
2058
2067
|
};
|
|
2059
2068
|
maxlength: NumberConstructor;
|
|
2060
|
-
bordered: {
|
|
2061
|
-
type: BooleanConstructor;
|
|
2062
|
-
default: any;
|
|
2063
|
-
};
|
|
2064
2069
|
showCount: {
|
|
2065
2070
|
type: PropType<boolean | ShowCountProps>;
|
|
2066
2071
|
};
|
|
@@ -2074,26 +2079,21 @@ export declare const apTableFormItemMap: {
|
|
|
2074
2079
|
inputElement: VueTypeValidableDef<any>;
|
|
2075
2080
|
triggerFocus: PropType<() => void>;
|
|
2076
2081
|
handleReset: PropType<MouseEventHandler>;
|
|
2077
|
-
clearIcon: VueTypeValidableDef<any>;
|
|
2078
|
-
allowClear: {
|
|
2079
|
-
type: BooleanConstructor;
|
|
2080
|
-
default: any;
|
|
2081
|
-
};
|
|
2082
2082
|
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
|
|
2083
2083
|
value: string | number;
|
|
2084
|
-
type: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password"
|
|
2084
|
+
type: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "tel" | "datetime-local" | "file" | "password";
|
|
2085
2085
|
onMousedown: MouseEventHandler;
|
|
2086
2086
|
focused: boolean;
|
|
2087
2087
|
hidden: boolean;
|
|
2088
2088
|
disabled: boolean;
|
|
2089
|
+
loading: boolean;
|
|
2090
|
+
bordered: boolean;
|
|
2091
|
+
defaultValue: string | number;
|
|
2092
|
+
allowClear: boolean;
|
|
2089
2093
|
autofocus: boolean;
|
|
2090
2094
|
readonly: boolean;
|
|
2091
|
-
defaultValue: string | number;
|
|
2092
|
-
loading: boolean;
|
|
2093
2095
|
lazy: boolean;
|
|
2094
|
-
bordered: boolean;
|
|
2095
2096
|
onMouseUp: MouseEventHandler;
|
|
2096
|
-
allowClear: boolean;
|
|
2097
2097
|
autosize: any;
|
|
2098
2098
|
autoSize: any;
|
|
2099
2099
|
}> | null;
|
|
@@ -2234,7 +2234,7 @@ export declare const apTableFormItemMap: {
|
|
|
2234
2234
|
readonly style?: unknown;
|
|
2235
2235
|
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;
|
|
2236
2236
|
readonly lazy?: boolean | undefined;
|
|
2237
|
-
readonly size?:
|
|
2237
|
+
readonly size?: SizeType;
|
|
2238
2238
|
readonly hidden?: boolean | undefined;
|
|
2239
2239
|
readonly onBlur?: FocusEventHandler | undefined;
|
|
2240
2240
|
readonly onChange?: ChangeEventHandler | undefined;
|
|
@@ -2442,7 +2442,7 @@ export declare const apTableFormItemMap: {
|
|
|
2442
2442
|
readonly mode?: FieldMode | undefined;
|
|
2443
2443
|
readonly class?: unknown;
|
|
2444
2444
|
readonly style?: unknown;
|
|
2445
|
-
readonly size?:
|
|
2445
|
+
readonly size?: SizeType;
|
|
2446
2446
|
readonly onBlur?: ((e: FocusEvent) => void) | undefined;
|
|
2447
2447
|
readonly onChange?: ((value: unknown, labelList: any[], extra: ChangeEventExtra) => void) | undefined;
|
|
2448
2448
|
readonly onClick?: ((e: MouseEvent) => void) | undefined;
|
|
@@ -2549,8 +2549,8 @@ export declare const apTableFormItemMap: {
|
|
|
2549
2549
|
treeSelectRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
2550
2550
|
suffixIcon: VueTypeValidableDef<any>;
|
|
2551
2551
|
size: {
|
|
2552
|
-
type: PropType<
|
|
2553
|
-
default:
|
|
2552
|
+
type: PropType<SizeType>;
|
|
2553
|
+
default: SizeType;
|
|
2554
2554
|
};
|
|
2555
2555
|
bordered: {
|
|
2556
2556
|
type: BooleanConstructor;
|
|
@@ -2569,8 +2569,8 @@ export declare const apTableFormItemMap: {
|
|
|
2569
2569
|
default: FieldNames;
|
|
2570
2570
|
};
|
|
2571
2571
|
placement: {
|
|
2572
|
-
type: PropType<"
|
|
2573
|
-
default: "
|
|
2572
|
+
type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
|
|
2573
|
+
default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
2574
2574
|
};
|
|
2575
2575
|
status: {
|
|
2576
2576
|
type: PropType<"" | "error" | "warning">;
|
|
@@ -2629,8 +2629,6 @@ export declare const apTableFormItemMap: {
|
|
|
2629
2629
|
default: any;
|
|
2630
2630
|
};
|
|
2631
2631
|
prefixCls: StringConstructor;
|
|
2632
|
-
id: StringConstructor;
|
|
2633
|
-
autofocus: BooleanConstructor;
|
|
2634
2632
|
getPopupContainer: {
|
|
2635
2633
|
type: PropType<RenderDOMFunc>;
|
|
2636
2634
|
};
|
|
@@ -2642,6 +2640,10 @@ export declare const apTableFormItemMap: {
|
|
|
2642
2640
|
type: PropType<number | boolean>;
|
|
2643
2641
|
default: any;
|
|
2644
2642
|
};
|
|
2643
|
+
loading: {
|
|
2644
|
+
type: BooleanConstructor;
|
|
2645
|
+
default: any;
|
|
2646
|
+
};
|
|
2645
2647
|
defaultValue: {
|
|
2646
2648
|
type: PropType<any>;
|
|
2647
2649
|
};
|
|
@@ -2649,21 +2651,24 @@ export declare const apTableFormItemMap: {
|
|
|
2649
2651
|
type: PropType<("click" | "focus")[]>;
|
|
2650
2652
|
};
|
|
2651
2653
|
transitionName: StringConstructor;
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
+
dropdownAlign: PropType<AlignType>;
|
|
2655
|
+
placeholder: VueTypeValidableDef<any>;
|
|
2656
|
+
allowClear: {
|
|
2654
2657
|
type: BooleanConstructor;
|
|
2655
2658
|
default: any;
|
|
2656
2659
|
};
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
allowClear: {
|
|
2660
|
+
autofocus: BooleanConstructor;
|
|
2661
|
+
defaultOpen: {
|
|
2660
2662
|
type: BooleanConstructor;
|
|
2661
2663
|
default: any;
|
|
2662
2664
|
};
|
|
2665
|
+
id: StringConstructor;
|
|
2666
|
+
clearIcon: VueTypeValidableDef<any>;
|
|
2667
|
+
notFoundContent: VueTypeValidableDef<any>;
|
|
2668
|
+
onDeselect: PropType<SelectHandler<unknown, BaseOptionType>>;
|
|
2663
2669
|
onSearch: {
|
|
2664
2670
|
type: PropType<(value: string) => void>;
|
|
2665
2671
|
};
|
|
2666
|
-
notFoundContent: VueTypeValidableDef<any>;
|
|
2667
2672
|
fieldNames: {
|
|
2668
2673
|
type: PropType<FieldNames>;
|
|
2669
2674
|
};
|
|
@@ -2673,7 +2678,6 @@ export declare const apTableFormItemMap: {
|
|
|
2673
2678
|
dropdownRender: {
|
|
2674
2679
|
type: PropType<DropdownRender>;
|
|
2675
2680
|
};
|
|
2676
|
-
dropdownAlign: PropType<AlignType>;
|
|
2677
2681
|
switcherIcon: VueTypeValidableDef<any>;
|
|
2678
2682
|
loadData: {
|
|
2679
2683
|
type: PropType<(dataNode: LegacyDataNode) => Promise<unknown>>;
|
|
@@ -2714,10 +2718,6 @@ export declare const apTableFormItemMap: {
|
|
|
2714
2718
|
type: PropType<(option: Record<string, any>) => any>;
|
|
2715
2719
|
};
|
|
2716
2720
|
onClear: PropType<() => void>;
|
|
2717
|
-
defaultOpen: {
|
|
2718
|
-
type: BooleanConstructor;
|
|
2719
|
-
default: any;
|
|
2720
|
-
};
|
|
2721
2721
|
onDropdownVisibleChange: {
|
|
2722
2722
|
type: PropType<(open: boolean) => void>;
|
|
2723
2723
|
};
|
|
@@ -2775,24 +2775,24 @@ export declare const apTableFormItemMap: {
|
|
|
2775
2775
|
};
|
|
2776
2776
|
dropdownPopupAlign: VueTypeValidableDef<any>;
|
|
2777
2777
|
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
2778
|
-
size:
|
|
2778
|
+
size: SizeType;
|
|
2779
2779
|
open: boolean;
|
|
2780
2780
|
multiple: boolean;
|
|
2781
2781
|
disabled: boolean;
|
|
2782
|
-
autofocus: boolean;
|
|
2783
2782
|
virtual: boolean;
|
|
2784
2783
|
dropdownMatchSelectWidth: number | boolean;
|
|
2785
|
-
status: "" | "error" | "warning";
|
|
2786
|
-
'onUpdate:value': (value: any) => void;
|
|
2787
|
-
placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
2788
2784
|
loading: boolean;
|
|
2789
2785
|
bordered: boolean;
|
|
2786
|
+
status: "" | "error" | "warning";
|
|
2790
2787
|
allowClear: boolean;
|
|
2788
|
+
autofocus: boolean;
|
|
2789
|
+
defaultOpen: boolean;
|
|
2790
|
+
'onUpdate:value': (value: any) => void;
|
|
2791
|
+
placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
2791
2792
|
filterTreeNode: boolean | ((inputValue: string, treeNode: DefaultOptionType) => boolean);
|
|
2792
2793
|
replaceFields: FieldNames;
|
|
2793
2794
|
treeCheckable: boolean;
|
|
2794
2795
|
showSearch: boolean;
|
|
2795
|
-
defaultOpen: boolean;
|
|
2796
2796
|
showArrow: boolean;
|
|
2797
2797
|
autoClearSearchValue: boolean;
|
|
2798
2798
|
labelInValue: boolean;
|
|
@@ -2826,8 +2826,8 @@ export declare const apTableFormItemMap: {
|
|
|
2826
2826
|
}, Readonly< ExtractPropTypes<{
|
|
2827
2827
|
suffixIcon: VueTypeValidableDef<any>;
|
|
2828
2828
|
size: {
|
|
2829
|
-
type: PropType<
|
|
2830
|
-
default:
|
|
2829
|
+
type: PropType<SizeType>;
|
|
2830
|
+
default: SizeType;
|
|
2831
2831
|
};
|
|
2832
2832
|
bordered: {
|
|
2833
2833
|
type: BooleanConstructor;
|
|
@@ -2846,8 +2846,8 @@ export declare const apTableFormItemMap: {
|
|
|
2846
2846
|
default: FieldNames;
|
|
2847
2847
|
};
|
|
2848
2848
|
placement: {
|
|
2849
|
-
type: PropType<"
|
|
2850
|
-
default: "
|
|
2849
|
+
type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
|
|
2850
|
+
default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
2851
2851
|
};
|
|
2852
2852
|
status: {
|
|
2853
2853
|
type: PropType<"" | "error" | "warning">;
|
|
@@ -2906,8 +2906,6 @@ export declare const apTableFormItemMap: {
|
|
|
2906
2906
|
default: any;
|
|
2907
2907
|
};
|
|
2908
2908
|
prefixCls: StringConstructor;
|
|
2909
|
-
id: StringConstructor;
|
|
2910
|
-
autofocus: BooleanConstructor;
|
|
2911
2909
|
getPopupContainer: {
|
|
2912
2910
|
type: PropType<RenderDOMFunc>;
|
|
2913
2911
|
};
|
|
@@ -2919,6 +2917,10 @@ export declare const apTableFormItemMap: {
|
|
|
2919
2917
|
type: PropType<number | boolean>;
|
|
2920
2918
|
default: any;
|
|
2921
2919
|
};
|
|
2920
|
+
loading: {
|
|
2921
|
+
type: BooleanConstructor;
|
|
2922
|
+
default: any;
|
|
2923
|
+
};
|
|
2922
2924
|
defaultValue: {
|
|
2923
2925
|
type: PropType<any>;
|
|
2924
2926
|
};
|
|
@@ -2926,21 +2928,24 @@ export declare const apTableFormItemMap: {
|
|
|
2926
2928
|
type: PropType<("click" | "focus")[]>;
|
|
2927
2929
|
};
|
|
2928
2930
|
transitionName: StringConstructor;
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
+
dropdownAlign: PropType<AlignType>;
|
|
2932
|
+
placeholder: VueTypeValidableDef<any>;
|
|
2933
|
+
allowClear: {
|
|
2931
2934
|
type: BooleanConstructor;
|
|
2932
2935
|
default: any;
|
|
2933
2936
|
};
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
allowClear: {
|
|
2937
|
+
autofocus: BooleanConstructor;
|
|
2938
|
+
defaultOpen: {
|
|
2937
2939
|
type: BooleanConstructor;
|
|
2938
2940
|
default: any;
|
|
2939
2941
|
};
|
|
2942
|
+
id: StringConstructor;
|
|
2943
|
+
clearIcon: VueTypeValidableDef<any>;
|
|
2944
|
+
notFoundContent: VueTypeValidableDef<any>;
|
|
2945
|
+
onDeselect: PropType<SelectHandler<unknown, BaseOptionType>>;
|
|
2940
2946
|
onSearch: {
|
|
2941
2947
|
type: PropType<(value: string) => void>;
|
|
2942
2948
|
};
|
|
2943
|
-
notFoundContent: VueTypeValidableDef<any>;
|
|
2944
2949
|
fieldNames: {
|
|
2945
2950
|
type: PropType<FieldNames>;
|
|
2946
2951
|
};
|
|
@@ -2950,7 +2955,6 @@ export declare const apTableFormItemMap: {
|
|
|
2950
2955
|
dropdownRender: {
|
|
2951
2956
|
type: PropType<DropdownRender>;
|
|
2952
2957
|
};
|
|
2953
|
-
dropdownAlign: PropType<AlignType>;
|
|
2954
2958
|
switcherIcon: VueTypeValidableDef<any>;
|
|
2955
2959
|
loadData: {
|
|
2956
2960
|
type: PropType<(dataNode: LegacyDataNode) => Promise<unknown>>;
|
|
@@ -2991,10 +2995,6 @@ export declare const apTableFormItemMap: {
|
|
|
2991
2995
|
type: PropType<(option: Record<string, any>) => any>;
|
|
2992
2996
|
};
|
|
2993
2997
|
onClear: PropType<() => void>;
|
|
2994
|
-
defaultOpen: {
|
|
2995
|
-
type: BooleanConstructor;
|
|
2996
|
-
default: any;
|
|
2997
|
-
};
|
|
2998
2998
|
onDropdownVisibleChange: {
|
|
2999
2999
|
type: PropType<(open: boolean) => void>;
|
|
3000
3000
|
};
|
|
@@ -3052,24 +3052,24 @@ export declare const apTableFormItemMap: {
|
|
|
3052
3052
|
};
|
|
3053
3053
|
dropdownPopupAlign: VueTypeValidableDef<any>;
|
|
3054
3054
|
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
|
|
3055
|
-
size:
|
|
3055
|
+
size: SizeType;
|
|
3056
3056
|
open: boolean;
|
|
3057
3057
|
multiple: boolean;
|
|
3058
3058
|
disabled: boolean;
|
|
3059
|
-
autofocus: boolean;
|
|
3060
3059
|
virtual: boolean;
|
|
3061
3060
|
dropdownMatchSelectWidth: number | boolean;
|
|
3062
|
-
status: "" | "error" | "warning";
|
|
3063
|
-
'onUpdate:value': (value: any) => void;
|
|
3064
|
-
placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
3065
3061
|
loading: boolean;
|
|
3066
3062
|
bordered: boolean;
|
|
3063
|
+
status: "" | "error" | "warning";
|
|
3067
3064
|
allowClear: boolean;
|
|
3065
|
+
autofocus: boolean;
|
|
3066
|
+
defaultOpen: boolean;
|
|
3067
|
+
'onUpdate:value': (value: any) => void;
|
|
3068
|
+
placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
3068
3069
|
filterTreeNode: boolean | ((inputValue: string, treeNode: DefaultOptionType) => boolean);
|
|
3069
3070
|
replaceFields: FieldNames;
|
|
3070
3071
|
treeCheckable: boolean;
|
|
3071
3072
|
showSearch: boolean;
|
|
3072
|
-
defaultOpen: boolean;
|
|
3073
3073
|
showArrow: boolean;
|
|
3074
3074
|
autoClearSearchValue: boolean;
|
|
3075
3075
|
labelInValue: boolean;
|
|
@@ -3558,8 +3558,8 @@ export declare const apTableRenderItemMap: {
|
|
|
3558
3558
|
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
3559
3559
|
inputRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
3560
3560
|
size: {
|
|
3561
|
-
type: PropType<
|
|
3562
|
-
default:
|
|
3561
|
+
type: PropType<SizeType>;
|
|
3562
|
+
default: SizeType;
|
|
3563
3563
|
};
|
|
3564
3564
|
bordered: {
|
|
3565
3565
|
type: BooleanConstructor;
|
|
@@ -3678,7 +3678,7 @@ export declare const apTableRenderItemMap: {
|
|
|
3678
3678
|
default: (e: FocusEvent) => void;
|
|
3679
3679
|
};
|
|
3680
3680
|
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
3681
|
-
size:
|
|
3681
|
+
size: SizeType;
|
|
3682
3682
|
value: ValueType;
|
|
3683
3683
|
onFocus: (e: FocusEvent) => void;
|
|
3684
3684
|
onBlur: (e: FocusEvent) => void;
|
|
@@ -3688,13 +3688,13 @@ export declare const apTableRenderItemMap: {
|
|
|
3688
3688
|
max: ValueType;
|
|
3689
3689
|
min: ValueType;
|
|
3690
3690
|
prefixCls: string;
|
|
3691
|
+
bordered: boolean;
|
|
3692
|
+
defaultValue: ValueType;
|
|
3693
|
+
status: "" | "error" | "warning";
|
|
3694
|
+
step: ValueType;
|
|
3691
3695
|
autofocus: boolean;
|
|
3692
3696
|
readonly: boolean;
|
|
3693
|
-
status: "" | "error" | "warning";
|
|
3694
|
-
defaultValue: ValueType;
|
|
3695
3697
|
'onUpdate:value': (value: ValueType) => void;
|
|
3696
|
-
step: ValueType;
|
|
3697
|
-
bordered: boolean;
|
|
3698
3698
|
onPressEnter: KeyboardEventHandler;
|
|
3699
3699
|
formatter: (value: ValueType, info: {
|
|
3700
3700
|
userTyping: boolean;
|
|
@@ -3725,8 +3725,8 @@ export declare const apTableRenderItemMap: {
|
|
|
3725
3725
|
Defaults: {};
|
|
3726
3726
|
}, Readonly< ExtractPropTypes<{
|
|
3727
3727
|
size: {
|
|
3728
|
-
type: PropType<
|
|
3729
|
-
default:
|
|
3728
|
+
type: PropType<SizeType>;
|
|
3729
|
+
default: SizeType;
|
|
3730
3730
|
};
|
|
3731
3731
|
bordered: {
|
|
3732
3732
|
type: BooleanConstructor;
|
|
@@ -3845,7 +3845,7 @@ export declare const apTableRenderItemMap: {
|
|
|
3845
3845
|
default: (e: FocusEvent) => void;
|
|
3846
3846
|
};
|
|
3847
3847
|
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
|
|
3848
|
-
size:
|
|
3848
|
+
size: SizeType;
|
|
3849
3849
|
value: ValueType;
|
|
3850
3850
|
onFocus: (e: FocusEvent) => void;
|
|
3851
3851
|
onBlur: (e: FocusEvent) => void;
|
|
@@ -3855,13 +3855,13 @@ export declare const apTableRenderItemMap: {
|
|
|
3855
3855
|
max: ValueType;
|
|
3856
3856
|
min: ValueType;
|
|
3857
3857
|
prefixCls: string;
|
|
3858
|
+
bordered: boolean;
|
|
3859
|
+
defaultValue: ValueType;
|
|
3860
|
+
status: "" | "error" | "warning";
|
|
3861
|
+
step: ValueType;
|
|
3858
3862
|
autofocus: boolean;
|
|
3859
3863
|
readonly: boolean;
|
|
3860
|
-
status: "" | "error" | "warning";
|
|
3861
|
-
defaultValue: ValueType;
|
|
3862
3864
|
'onUpdate:value': (value: ValueType) => void;
|
|
3863
|
-
step: ValueType;
|
|
3864
|
-
bordered: boolean;
|
|
3865
3865
|
onPressEnter: KeyboardEventHandler;
|
|
3866
3866
|
formatter: (value: ValueType, info: {
|
|
3867
3867
|
userTyping: boolean;
|
|
@@ -4084,8 +4084,8 @@ export declare const apTableRenderItemMap: {
|
|
|
4084
4084
|
suffixIcon: VueTypeValidableDef<any>;
|
|
4085
4085
|
itemIcon: VueTypeValidableDef<any>;
|
|
4086
4086
|
size: {
|
|
4087
|
-
type: PropType<
|
|
4088
|
-
default:
|
|
4087
|
+
type: PropType<SizeType>;
|
|
4088
|
+
default: SizeType;
|
|
4089
4089
|
};
|
|
4090
4090
|
mode: {
|
|
4091
4091
|
type: PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
|
|
@@ -4103,8 +4103,8 @@ export declare const apTableRenderItemMap: {
|
|
|
4103
4103
|
popupClassName: StringConstructor;
|
|
4104
4104
|
dropdownClassName: StringConstructor;
|
|
4105
4105
|
placement: {
|
|
4106
|
-
type: PropType<"
|
|
4107
|
-
default: "
|
|
4106
|
+
type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
|
|
4107
|
+
default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
4108
4108
|
};
|
|
4109
4109
|
status: {
|
|
4110
4110
|
type: PropType<"" | "error" | "warning">;
|
|
@@ -4144,8 +4144,6 @@ export declare const apTableRenderItemMap: {
|
|
|
4144
4144
|
default: any;
|
|
4145
4145
|
};
|
|
4146
4146
|
prefixCls: StringConstructor;
|
|
4147
|
-
id: StringConstructor;
|
|
4148
|
-
autofocus: BooleanConstructor;
|
|
4149
4147
|
getPopupContainer: {
|
|
4150
4148
|
type: PropType<RenderDOMFunc>;
|
|
4151
4149
|
};
|
|
@@ -4157,21 +4155,28 @@ export declare const apTableRenderItemMap: {
|
|
|
4157
4155
|
type: PropType<number | boolean>;
|
|
4158
4156
|
default: any;
|
|
4159
4157
|
};
|
|
4160
|
-
options: PropType< DefaultOptionType[]>;
|
|
4161
|
-
showAction: {
|
|
4162
|
-
type: PropType<("click" | "focus")[]>;
|
|
4163
|
-
};
|
|
4164
|
-
onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
|
|
4165
4158
|
loading: {
|
|
4166
4159
|
type: BooleanConstructor;
|
|
4167
4160
|
default: any;
|
|
4168
4161
|
};
|
|
4162
|
+
showAction: {
|
|
4163
|
+
type: PropType<("click" | "focus")[]>;
|
|
4164
|
+
};
|
|
4165
|
+
dropdownAlign: PropType<AlignType>;
|
|
4169
4166
|
placeholder: VueTypeValidableDef<any>;
|
|
4170
|
-
clearIcon: VueTypeValidableDef<any>;
|
|
4171
4167
|
allowClear: {
|
|
4172
4168
|
type: BooleanConstructor;
|
|
4173
4169
|
default: any;
|
|
4174
4170
|
};
|
|
4171
|
+
autofocus: BooleanConstructor;
|
|
4172
|
+
defaultOpen: {
|
|
4173
|
+
type: BooleanConstructor;
|
|
4174
|
+
default: any;
|
|
4175
|
+
};
|
|
4176
|
+
id: StringConstructor;
|
|
4177
|
+
clearIcon: VueTypeValidableDef<any>;
|
|
4178
|
+
options: PropType< DefaultOptionType[]>;
|
|
4179
|
+
onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
|
|
4175
4180
|
onSearch: PropType<(value: string) => void>;
|
|
4176
4181
|
fieldNames: PropType<FieldNames>;
|
|
4177
4182
|
dropdownStyle: {
|
|
@@ -4180,7 +4185,6 @@ export declare const apTableRenderItemMap: {
|
|
|
4180
4185
|
dropdownRender: {
|
|
4181
4186
|
type: PropType<DropdownRender>;
|
|
4182
4187
|
};
|
|
4183
|
-
dropdownAlign: PropType<AlignType>;
|
|
4184
4188
|
showSearch: {
|
|
4185
4189
|
type: BooleanConstructor;
|
|
4186
4190
|
default: any;
|
|
@@ -4203,10 +4207,6 @@ export declare const apTableRenderItemMap: {
|
|
|
4203
4207
|
type: PropType<(option: Record<string, any>) => any>;
|
|
4204
4208
|
};
|
|
4205
4209
|
onClear: PropType<() => void>;
|
|
4206
|
-
defaultOpen: {
|
|
4207
|
-
type: BooleanConstructor;
|
|
4208
|
-
default: any;
|
|
4209
|
-
};
|
|
4210
4210
|
onDropdownVisibleChange: {
|
|
4211
4211
|
type: PropType<(open: boolean) => void>;
|
|
4212
4212
|
};
|
|
@@ -4239,24 +4239,24 @@ export declare const apTableRenderItemMap: {
|
|
|
4239
4239
|
default: any;
|
|
4240
4240
|
};
|
|
4241
4241
|
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
4242
|
-
size:
|
|
4242
|
+
size: SizeType;
|
|
4243
4243
|
value: SelectValue;
|
|
4244
4244
|
mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
4245
4245
|
open: boolean;
|
|
4246
4246
|
disabled: boolean;
|
|
4247
|
-
autofocus: boolean;
|
|
4248
4247
|
virtual: boolean;
|
|
4249
4248
|
dropdownMatchSelectWidth: number | boolean;
|
|
4250
|
-
status: "" | "error" | "warning";
|
|
4251
|
-
defaultValue: SelectValue;
|
|
4252
|
-
'onUpdate:value': (val: SelectValue) => void;
|
|
4253
|
-
placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
4254
4249
|
loading: boolean;
|
|
4255
4250
|
bordered: boolean;
|
|
4251
|
+
defaultValue: SelectValue;
|
|
4252
|
+
status: "" | "error" | "warning";
|
|
4256
4253
|
allowClear: boolean;
|
|
4254
|
+
autofocus: boolean;
|
|
4255
|
+
defaultOpen: boolean;
|
|
4256
|
+
'onUpdate:value': (val: SelectValue) => void;
|
|
4257
|
+
placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
4257
4258
|
showSearch: boolean;
|
|
4258
4259
|
choiceTransitionName: "";
|
|
4259
|
-
defaultOpen: boolean;
|
|
4260
4260
|
showArrow: boolean;
|
|
4261
4261
|
autoClearSearchValue: boolean;
|
|
4262
4262
|
filterOption: boolean | FilterFunc<DefaultOptionType>;
|
|
@@ -4295,8 +4295,8 @@ export declare const apTableRenderItemMap: {
|
|
|
4295
4295
|
suffixIcon: VueTypeValidableDef<any>;
|
|
4296
4296
|
itemIcon: VueTypeValidableDef<any>;
|
|
4297
4297
|
size: {
|
|
4298
|
-
type: PropType<
|
|
4299
|
-
default:
|
|
4298
|
+
type: PropType<SizeType>;
|
|
4299
|
+
default: SizeType;
|
|
4300
4300
|
};
|
|
4301
4301
|
mode: {
|
|
4302
4302
|
type: PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
|
|
@@ -4314,8 +4314,8 @@ export declare const apTableRenderItemMap: {
|
|
|
4314
4314
|
popupClassName: StringConstructor;
|
|
4315
4315
|
dropdownClassName: StringConstructor;
|
|
4316
4316
|
placement: {
|
|
4317
|
-
type: PropType<"
|
|
4318
|
-
default: "
|
|
4317
|
+
type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
|
|
4318
|
+
default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
4319
4319
|
};
|
|
4320
4320
|
status: {
|
|
4321
4321
|
type: PropType<"" | "error" | "warning">;
|
|
@@ -4355,8 +4355,6 @@ export declare const apTableRenderItemMap: {
|
|
|
4355
4355
|
default: any;
|
|
4356
4356
|
};
|
|
4357
4357
|
prefixCls: StringConstructor;
|
|
4358
|
-
id: StringConstructor;
|
|
4359
|
-
autofocus: BooleanConstructor;
|
|
4360
4358
|
getPopupContainer: {
|
|
4361
4359
|
type: PropType<RenderDOMFunc>;
|
|
4362
4360
|
};
|
|
@@ -4368,21 +4366,28 @@ export declare const apTableRenderItemMap: {
|
|
|
4368
4366
|
type: PropType<number | boolean>;
|
|
4369
4367
|
default: any;
|
|
4370
4368
|
};
|
|
4371
|
-
options: PropType< DefaultOptionType[]>;
|
|
4372
|
-
showAction: {
|
|
4373
|
-
type: PropType<("click" | "focus")[]>;
|
|
4374
|
-
};
|
|
4375
|
-
onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
|
|
4376
4369
|
loading: {
|
|
4377
4370
|
type: BooleanConstructor;
|
|
4378
4371
|
default: any;
|
|
4379
4372
|
};
|
|
4373
|
+
showAction: {
|
|
4374
|
+
type: PropType<("click" | "focus")[]>;
|
|
4375
|
+
};
|
|
4376
|
+
dropdownAlign: PropType<AlignType>;
|
|
4380
4377
|
placeholder: VueTypeValidableDef<any>;
|
|
4381
|
-
clearIcon: VueTypeValidableDef<any>;
|
|
4382
4378
|
allowClear: {
|
|
4383
4379
|
type: BooleanConstructor;
|
|
4384
4380
|
default: any;
|
|
4385
4381
|
};
|
|
4382
|
+
autofocus: BooleanConstructor;
|
|
4383
|
+
defaultOpen: {
|
|
4384
|
+
type: BooleanConstructor;
|
|
4385
|
+
default: any;
|
|
4386
|
+
};
|
|
4387
|
+
id: StringConstructor;
|
|
4388
|
+
clearIcon: VueTypeValidableDef<any>;
|
|
4389
|
+
options: PropType< DefaultOptionType[]>;
|
|
4390
|
+
onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
|
|
4386
4391
|
onSearch: PropType<(value: string) => void>;
|
|
4387
4392
|
fieldNames: PropType<FieldNames>;
|
|
4388
4393
|
dropdownStyle: {
|
|
@@ -4391,7 +4396,6 @@ export declare const apTableRenderItemMap: {
|
|
|
4391
4396
|
dropdownRender: {
|
|
4392
4397
|
type: PropType<DropdownRender>;
|
|
4393
4398
|
};
|
|
4394
|
-
dropdownAlign: PropType<AlignType>;
|
|
4395
4399
|
showSearch: {
|
|
4396
4400
|
type: BooleanConstructor;
|
|
4397
4401
|
default: any;
|
|
@@ -4414,10 +4418,6 @@ export declare const apTableRenderItemMap: {
|
|
|
4414
4418
|
type: PropType<(option: Record<string, any>) => any>;
|
|
4415
4419
|
};
|
|
4416
4420
|
onClear: PropType<() => void>;
|
|
4417
|
-
defaultOpen: {
|
|
4418
|
-
type: BooleanConstructor;
|
|
4419
|
-
default: any;
|
|
4420
|
-
};
|
|
4421
4421
|
onDropdownVisibleChange: {
|
|
4422
4422
|
type: PropType<(open: boolean) => void>;
|
|
4423
4423
|
};
|
|
@@ -4450,24 +4450,24 @@ export declare const apTableRenderItemMap: {
|
|
|
4450
4450
|
default: any;
|
|
4451
4451
|
};
|
|
4452
4452
|
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
|
|
4453
|
-
size:
|
|
4453
|
+
size: SizeType;
|
|
4454
4454
|
value: SelectValue;
|
|
4455
4455
|
mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
4456
4456
|
open: boolean;
|
|
4457
4457
|
disabled: boolean;
|
|
4458
|
-
autofocus: boolean;
|
|
4459
4458
|
virtual: boolean;
|
|
4460
4459
|
dropdownMatchSelectWidth: number | boolean;
|
|
4461
|
-
status: "" | "error" | "warning";
|
|
4462
|
-
defaultValue: SelectValue;
|
|
4463
|
-
'onUpdate:value': (val: SelectValue) => void;
|
|
4464
|
-
placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
4465
4460
|
loading: boolean;
|
|
4466
4461
|
bordered: boolean;
|
|
4462
|
+
defaultValue: SelectValue;
|
|
4463
|
+
status: "" | "error" | "warning";
|
|
4467
4464
|
allowClear: boolean;
|
|
4465
|
+
autofocus: boolean;
|
|
4466
|
+
defaultOpen: boolean;
|
|
4467
|
+
'onUpdate:value': (val: SelectValue) => void;
|
|
4468
|
+
placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
4468
4469
|
showSearch: boolean;
|
|
4469
4470
|
choiceTransitionName: "";
|
|
4470
|
-
defaultOpen: boolean;
|
|
4471
4471
|
showArrow: boolean;
|
|
4472
4472
|
autoClearSearchValue: boolean;
|
|
4473
4473
|
filterOption: boolean | FilterFunc<DefaultOptionType>;
|
|
@@ -4746,7 +4746,7 @@ export declare const apTableRenderItemMap: {
|
|
|
4746
4746
|
};
|
|
4747
4747
|
valueModifiers: ObjectConstructor;
|
|
4748
4748
|
size: {
|
|
4749
|
-
type: PropType<
|
|
4749
|
+
type: PropType<ButtonSize>;
|
|
4750
4750
|
};
|
|
4751
4751
|
value: {
|
|
4752
4752
|
type: PropType<string | number>;
|
|
@@ -4754,8 +4754,8 @@ export declare const apTableRenderItemMap: {
|
|
|
4754
4754
|
};
|
|
4755
4755
|
name: StringConstructor;
|
|
4756
4756
|
type: {
|
|
4757
|
-
type: PropType<"number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password"
|
|
4758
|
-
default: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password"
|
|
4757
|
+
type: PropType<"number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "tel" | "datetime-local" | "file" | "password">;
|
|
4758
|
+
default: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "tel" | "datetime-local" | "file" | "password";
|
|
4759
4759
|
};
|
|
4760
4760
|
onFocus: PropType<FocusEventHandler>;
|
|
4761
4761
|
onBlur: PropType<FocusEventHandler>;
|
|
@@ -4780,38 +4780,43 @@ export declare const apTableRenderItemMap: {
|
|
|
4780
4780
|
default: any;
|
|
4781
4781
|
};
|
|
4782
4782
|
prefixCls: StringConstructor;
|
|
4783
|
-
|
|
4784
|
-
|
|
4783
|
+
autocomplete: StringConstructor;
|
|
4784
|
+
loading: {
|
|
4785
4785
|
type: BooleanConstructor;
|
|
4786
4786
|
default: any;
|
|
4787
4787
|
};
|
|
4788
|
-
|
|
4789
|
-
readonly: {
|
|
4788
|
+
bordered: {
|
|
4790
4789
|
type: BooleanConstructor;
|
|
4791
4790
|
default: any;
|
|
4792
4791
|
};
|
|
4793
|
-
status: PropType<"" | "error" | "warning">;
|
|
4794
4792
|
defaultValue: {
|
|
4795
4793
|
type: PropType<string | number>;
|
|
4796
4794
|
default: any;
|
|
4797
4795
|
};
|
|
4798
|
-
|
|
4799
|
-
|
|
4796
|
+
status: PropType<"" | "error" | "warning">;
|
|
4797
|
+
placeholder: {
|
|
4798
|
+
type: PropType<string | number>;
|
|
4799
|
+
};
|
|
4800
|
+
allowClear: {
|
|
4800
4801
|
type: BooleanConstructor;
|
|
4801
4802
|
default: any;
|
|
4802
4803
|
};
|
|
4803
|
-
|
|
4804
|
-
type:
|
|
4804
|
+
autofocus: {
|
|
4805
|
+
type: BooleanConstructor;
|
|
4806
|
+
default: any;
|
|
4807
|
+
};
|
|
4808
|
+
id: StringConstructor;
|
|
4809
|
+
clearIcon: VueTypeValidableDef<any>;
|
|
4810
|
+
readonly: {
|
|
4811
|
+
type: BooleanConstructor;
|
|
4812
|
+
default: any;
|
|
4805
4813
|
};
|
|
4814
|
+
'onUpdate:value': PropType<(val: string) => void>;
|
|
4806
4815
|
lazy: {
|
|
4807
4816
|
type: BooleanConstructor;
|
|
4808
4817
|
default: boolean;
|
|
4809
4818
|
};
|
|
4810
4819
|
maxlength: NumberConstructor;
|
|
4811
|
-
bordered: {
|
|
4812
|
-
type: BooleanConstructor;
|
|
4813
|
-
default: any;
|
|
4814
|
-
};
|
|
4815
4820
|
showCount: {
|
|
4816
4821
|
type: PropType<boolean | ShowCountProps>;
|
|
4817
4822
|
};
|
|
@@ -4825,26 +4830,21 @@ export declare const apTableRenderItemMap: {
|
|
|
4825
4830
|
inputElement: VueTypeValidableDef<any>;
|
|
4826
4831
|
triggerFocus: PropType<() => void>;
|
|
4827
4832
|
handleReset: PropType<MouseEventHandler>;
|
|
4828
|
-
clearIcon: VueTypeValidableDef<any>;
|
|
4829
|
-
allowClear: {
|
|
4830
|
-
type: BooleanConstructor;
|
|
4831
|
-
default: any;
|
|
4832
|
-
};
|
|
4833
4833
|
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
4834
4834
|
value: string | number;
|
|
4835
|
-
type: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password"
|
|
4835
|
+
type: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "tel" | "datetime-local" | "file" | "password";
|
|
4836
4836
|
onMousedown: MouseEventHandler;
|
|
4837
4837
|
focused: boolean;
|
|
4838
4838
|
hidden: boolean;
|
|
4839
4839
|
disabled: boolean;
|
|
4840
|
+
loading: boolean;
|
|
4841
|
+
bordered: boolean;
|
|
4842
|
+
defaultValue: string | number;
|
|
4843
|
+
allowClear: boolean;
|
|
4840
4844
|
autofocus: boolean;
|
|
4841
4845
|
readonly: boolean;
|
|
4842
|
-
defaultValue: string | number;
|
|
4843
|
-
loading: boolean;
|
|
4844
4846
|
lazy: boolean;
|
|
4845
|
-
bordered: boolean;
|
|
4846
4847
|
onMouseUp: MouseEventHandler;
|
|
4847
|
-
allowClear: boolean;
|
|
4848
4848
|
autosize: any;
|
|
4849
4849
|
autoSize: any;
|
|
4850
4850
|
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
@@ -4878,7 +4878,7 @@ export declare const apTableRenderItemMap: {
|
|
|
4878
4878
|
};
|
|
4879
4879
|
valueModifiers: ObjectConstructor;
|
|
4880
4880
|
size: {
|
|
4881
|
-
type: PropType<
|
|
4881
|
+
type: PropType<ButtonSize>;
|
|
4882
4882
|
};
|
|
4883
4883
|
value: {
|
|
4884
4884
|
type: PropType<string | number>;
|
|
@@ -4886,8 +4886,8 @@ export declare const apTableRenderItemMap: {
|
|
|
4886
4886
|
};
|
|
4887
4887
|
name: StringConstructor;
|
|
4888
4888
|
type: {
|
|
4889
|
-
type: PropType<"number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password"
|
|
4890
|
-
default: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password"
|
|
4889
|
+
type: PropType<"number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "tel" | "datetime-local" | "file" | "password">;
|
|
4890
|
+
default: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "tel" | "datetime-local" | "file" | "password";
|
|
4891
4891
|
};
|
|
4892
4892
|
onFocus: PropType<FocusEventHandler>;
|
|
4893
4893
|
onBlur: PropType<FocusEventHandler>;
|
|
@@ -4912,38 +4912,43 @@ export declare const apTableRenderItemMap: {
|
|
|
4912
4912
|
default: any;
|
|
4913
4913
|
};
|
|
4914
4914
|
prefixCls: StringConstructor;
|
|
4915
|
-
|
|
4916
|
-
|
|
4915
|
+
autocomplete: StringConstructor;
|
|
4916
|
+
loading: {
|
|
4917
4917
|
type: BooleanConstructor;
|
|
4918
4918
|
default: any;
|
|
4919
4919
|
};
|
|
4920
|
-
|
|
4921
|
-
readonly: {
|
|
4920
|
+
bordered: {
|
|
4922
4921
|
type: BooleanConstructor;
|
|
4923
4922
|
default: any;
|
|
4924
4923
|
};
|
|
4925
|
-
status: PropType<"" | "error" | "warning">;
|
|
4926
4924
|
defaultValue: {
|
|
4927
4925
|
type: PropType<string | number>;
|
|
4928
4926
|
default: any;
|
|
4929
4927
|
};
|
|
4930
|
-
|
|
4931
|
-
|
|
4928
|
+
status: PropType<"" | "error" | "warning">;
|
|
4929
|
+
placeholder: {
|
|
4930
|
+
type: PropType<string | number>;
|
|
4931
|
+
};
|
|
4932
|
+
allowClear: {
|
|
4932
4933
|
type: BooleanConstructor;
|
|
4933
4934
|
default: any;
|
|
4934
4935
|
};
|
|
4935
|
-
|
|
4936
|
-
type:
|
|
4936
|
+
autofocus: {
|
|
4937
|
+
type: BooleanConstructor;
|
|
4938
|
+
default: any;
|
|
4937
4939
|
};
|
|
4940
|
+
id: StringConstructor;
|
|
4941
|
+
clearIcon: VueTypeValidableDef<any>;
|
|
4942
|
+
readonly: {
|
|
4943
|
+
type: BooleanConstructor;
|
|
4944
|
+
default: any;
|
|
4945
|
+
};
|
|
4946
|
+
'onUpdate:value': PropType<(val: string) => void>;
|
|
4938
4947
|
lazy: {
|
|
4939
4948
|
type: BooleanConstructor;
|
|
4940
4949
|
default: boolean;
|
|
4941
4950
|
};
|
|
4942
4951
|
maxlength: NumberConstructor;
|
|
4943
|
-
bordered: {
|
|
4944
|
-
type: BooleanConstructor;
|
|
4945
|
-
default: any;
|
|
4946
|
-
};
|
|
4947
4952
|
showCount: {
|
|
4948
4953
|
type: PropType<boolean | ShowCountProps>;
|
|
4949
4954
|
};
|
|
@@ -4957,26 +4962,21 @@ export declare const apTableRenderItemMap: {
|
|
|
4957
4962
|
inputElement: VueTypeValidableDef<any>;
|
|
4958
4963
|
triggerFocus: PropType<() => void>;
|
|
4959
4964
|
handleReset: PropType<MouseEventHandler>;
|
|
4960
|
-
clearIcon: VueTypeValidableDef<any>;
|
|
4961
|
-
allowClear: {
|
|
4962
|
-
type: BooleanConstructor;
|
|
4963
|
-
default: any;
|
|
4964
|
-
};
|
|
4965
4965
|
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
|
|
4966
4966
|
value: string | number;
|
|
4967
|
-
type: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password"
|
|
4967
|
+
type: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "tel" | "datetime-local" | "file" | "password";
|
|
4968
4968
|
onMousedown: MouseEventHandler;
|
|
4969
4969
|
focused: boolean;
|
|
4970
4970
|
hidden: boolean;
|
|
4971
4971
|
disabled: boolean;
|
|
4972
|
+
loading: boolean;
|
|
4973
|
+
bordered: boolean;
|
|
4974
|
+
defaultValue: string | number;
|
|
4975
|
+
allowClear: boolean;
|
|
4972
4976
|
autofocus: boolean;
|
|
4973
4977
|
readonly: boolean;
|
|
4974
|
-
defaultValue: string | number;
|
|
4975
|
-
loading: boolean;
|
|
4976
4978
|
lazy: boolean;
|
|
4977
|
-
bordered: boolean;
|
|
4978
4979
|
onMouseUp: MouseEventHandler;
|
|
4979
|
-
allowClear: boolean;
|
|
4980
4980
|
autosize: any;
|
|
4981
4981
|
autoSize: any;
|
|
4982
4982
|
}> | null;
|
|
@@ -5120,8 +5120,8 @@ export declare const apTableRenderItemMap: {
|
|
|
5120
5120
|
treeSelectRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
5121
5121
|
suffixIcon: VueTypeValidableDef<any>;
|
|
5122
5122
|
size: {
|
|
5123
|
-
type: PropType<
|
|
5124
|
-
default:
|
|
5123
|
+
type: PropType<SizeType>;
|
|
5124
|
+
default: SizeType;
|
|
5125
5125
|
};
|
|
5126
5126
|
bordered: {
|
|
5127
5127
|
type: BooleanConstructor;
|
|
@@ -5140,8 +5140,8 @@ export declare const apTableRenderItemMap: {
|
|
|
5140
5140
|
default: FieldNames;
|
|
5141
5141
|
};
|
|
5142
5142
|
placement: {
|
|
5143
|
-
type: PropType<"
|
|
5144
|
-
default: "
|
|
5143
|
+
type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
|
|
5144
|
+
default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
5145
5145
|
};
|
|
5146
5146
|
status: {
|
|
5147
5147
|
type: PropType<"" | "error" | "warning">;
|
|
@@ -5200,8 +5200,6 @@ export declare const apTableRenderItemMap: {
|
|
|
5200
5200
|
default: any;
|
|
5201
5201
|
};
|
|
5202
5202
|
prefixCls: StringConstructor;
|
|
5203
|
-
id: StringConstructor;
|
|
5204
|
-
autofocus: BooleanConstructor;
|
|
5205
5203
|
getPopupContainer: {
|
|
5206
5204
|
type: PropType<RenderDOMFunc>;
|
|
5207
5205
|
};
|
|
@@ -5213,6 +5211,10 @@ export declare const apTableRenderItemMap: {
|
|
|
5213
5211
|
type: PropType<number | boolean>;
|
|
5214
5212
|
default: any;
|
|
5215
5213
|
};
|
|
5214
|
+
loading: {
|
|
5215
|
+
type: BooleanConstructor;
|
|
5216
|
+
default: any;
|
|
5217
|
+
};
|
|
5216
5218
|
defaultValue: {
|
|
5217
5219
|
type: PropType<any>;
|
|
5218
5220
|
};
|
|
@@ -5220,21 +5222,24 @@ export declare const apTableRenderItemMap: {
|
|
|
5220
5222
|
type: PropType<("click" | "focus")[]>;
|
|
5221
5223
|
};
|
|
5222
5224
|
transitionName: StringConstructor;
|
|
5223
|
-
|
|
5224
|
-
|
|
5225
|
+
dropdownAlign: PropType<AlignType>;
|
|
5226
|
+
placeholder: VueTypeValidableDef<any>;
|
|
5227
|
+
allowClear: {
|
|
5225
5228
|
type: BooleanConstructor;
|
|
5226
5229
|
default: any;
|
|
5227
5230
|
};
|
|
5228
|
-
|
|
5229
|
-
|
|
5230
|
-
allowClear: {
|
|
5231
|
+
autofocus: BooleanConstructor;
|
|
5232
|
+
defaultOpen: {
|
|
5231
5233
|
type: BooleanConstructor;
|
|
5232
5234
|
default: any;
|
|
5233
5235
|
};
|
|
5236
|
+
id: StringConstructor;
|
|
5237
|
+
clearIcon: VueTypeValidableDef<any>;
|
|
5238
|
+
notFoundContent: VueTypeValidableDef<any>;
|
|
5239
|
+
onDeselect: PropType<SelectHandler<unknown, BaseOptionType>>;
|
|
5234
5240
|
onSearch: {
|
|
5235
5241
|
type: PropType<(value: string) => void>;
|
|
5236
5242
|
};
|
|
5237
|
-
notFoundContent: VueTypeValidableDef<any>;
|
|
5238
5243
|
fieldNames: {
|
|
5239
5244
|
type: PropType<FieldNames>;
|
|
5240
5245
|
};
|
|
@@ -5244,7 +5249,6 @@ export declare const apTableRenderItemMap: {
|
|
|
5244
5249
|
dropdownRender: {
|
|
5245
5250
|
type: PropType<DropdownRender>;
|
|
5246
5251
|
};
|
|
5247
|
-
dropdownAlign: PropType<AlignType>;
|
|
5248
5252
|
switcherIcon: VueTypeValidableDef<any>;
|
|
5249
5253
|
loadData: {
|
|
5250
5254
|
type: PropType<(dataNode: LegacyDataNode) => Promise<unknown>>;
|
|
@@ -5285,10 +5289,6 @@ export declare const apTableRenderItemMap: {
|
|
|
5285
5289
|
type: PropType<(option: Record<string, any>) => any>;
|
|
5286
5290
|
};
|
|
5287
5291
|
onClear: PropType<() => void>;
|
|
5288
|
-
defaultOpen: {
|
|
5289
|
-
type: BooleanConstructor;
|
|
5290
|
-
default: any;
|
|
5291
|
-
};
|
|
5292
5292
|
onDropdownVisibleChange: {
|
|
5293
5293
|
type: PropType<(open: boolean) => void>;
|
|
5294
5294
|
};
|
|
@@ -5346,24 +5346,24 @@ export declare const apTableRenderItemMap: {
|
|
|
5346
5346
|
};
|
|
5347
5347
|
dropdownPopupAlign: VueTypeValidableDef<any>;
|
|
5348
5348
|
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
5349
|
-
size:
|
|
5349
|
+
size: SizeType;
|
|
5350
5350
|
open: boolean;
|
|
5351
5351
|
multiple: boolean;
|
|
5352
5352
|
disabled: boolean;
|
|
5353
|
-
autofocus: boolean;
|
|
5354
5353
|
virtual: boolean;
|
|
5355
5354
|
dropdownMatchSelectWidth: number | boolean;
|
|
5356
|
-
status: "" | "error" | "warning";
|
|
5357
|
-
'onUpdate:value': (value: any) => void;
|
|
5358
|
-
placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
5359
5355
|
loading: boolean;
|
|
5360
5356
|
bordered: boolean;
|
|
5357
|
+
status: "" | "error" | "warning";
|
|
5361
5358
|
allowClear: boolean;
|
|
5359
|
+
autofocus: boolean;
|
|
5360
|
+
defaultOpen: boolean;
|
|
5361
|
+
'onUpdate:value': (value: any) => void;
|
|
5362
|
+
placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
5362
5363
|
filterTreeNode: boolean | ((inputValue: string, treeNode: DefaultOptionType) => boolean);
|
|
5363
5364
|
replaceFields: FieldNames;
|
|
5364
5365
|
treeCheckable: boolean;
|
|
5365
5366
|
showSearch: boolean;
|
|
5366
|
-
defaultOpen: boolean;
|
|
5367
5367
|
showArrow: boolean;
|
|
5368
5368
|
autoClearSearchValue: boolean;
|
|
5369
5369
|
labelInValue: boolean;
|
|
@@ -5397,8 +5397,8 @@ export declare const apTableRenderItemMap: {
|
|
|
5397
5397
|
}, Readonly< ExtractPropTypes<{
|
|
5398
5398
|
suffixIcon: VueTypeValidableDef<any>;
|
|
5399
5399
|
size: {
|
|
5400
|
-
type: PropType<
|
|
5401
|
-
default:
|
|
5400
|
+
type: PropType<SizeType>;
|
|
5401
|
+
default: SizeType;
|
|
5402
5402
|
};
|
|
5403
5403
|
bordered: {
|
|
5404
5404
|
type: BooleanConstructor;
|
|
@@ -5417,8 +5417,8 @@ export declare const apTableRenderItemMap: {
|
|
|
5417
5417
|
default: FieldNames;
|
|
5418
5418
|
};
|
|
5419
5419
|
placement: {
|
|
5420
|
-
type: PropType<"
|
|
5421
|
-
default: "
|
|
5420
|
+
type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
|
|
5421
|
+
default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
5422
5422
|
};
|
|
5423
5423
|
status: {
|
|
5424
5424
|
type: PropType<"" | "error" | "warning">;
|
|
@@ -5477,8 +5477,6 @@ export declare const apTableRenderItemMap: {
|
|
|
5477
5477
|
default: any;
|
|
5478
5478
|
};
|
|
5479
5479
|
prefixCls: StringConstructor;
|
|
5480
|
-
id: StringConstructor;
|
|
5481
|
-
autofocus: BooleanConstructor;
|
|
5482
5480
|
getPopupContainer: {
|
|
5483
5481
|
type: PropType<RenderDOMFunc>;
|
|
5484
5482
|
};
|
|
@@ -5490,6 +5488,10 @@ export declare const apTableRenderItemMap: {
|
|
|
5490
5488
|
type: PropType<number | boolean>;
|
|
5491
5489
|
default: any;
|
|
5492
5490
|
};
|
|
5491
|
+
loading: {
|
|
5492
|
+
type: BooleanConstructor;
|
|
5493
|
+
default: any;
|
|
5494
|
+
};
|
|
5493
5495
|
defaultValue: {
|
|
5494
5496
|
type: PropType<any>;
|
|
5495
5497
|
};
|
|
@@ -5497,21 +5499,24 @@ export declare const apTableRenderItemMap: {
|
|
|
5497
5499
|
type: PropType<("click" | "focus")[]>;
|
|
5498
5500
|
};
|
|
5499
5501
|
transitionName: StringConstructor;
|
|
5500
|
-
|
|
5501
|
-
|
|
5502
|
+
dropdownAlign: PropType<AlignType>;
|
|
5503
|
+
placeholder: VueTypeValidableDef<any>;
|
|
5504
|
+
allowClear: {
|
|
5502
5505
|
type: BooleanConstructor;
|
|
5503
5506
|
default: any;
|
|
5504
5507
|
};
|
|
5505
|
-
|
|
5506
|
-
|
|
5507
|
-
allowClear: {
|
|
5508
|
+
autofocus: BooleanConstructor;
|
|
5509
|
+
defaultOpen: {
|
|
5508
5510
|
type: BooleanConstructor;
|
|
5509
5511
|
default: any;
|
|
5510
5512
|
};
|
|
5513
|
+
id: StringConstructor;
|
|
5514
|
+
clearIcon: VueTypeValidableDef<any>;
|
|
5515
|
+
notFoundContent: VueTypeValidableDef<any>;
|
|
5516
|
+
onDeselect: PropType<SelectHandler<unknown, BaseOptionType>>;
|
|
5511
5517
|
onSearch: {
|
|
5512
5518
|
type: PropType<(value: string) => void>;
|
|
5513
5519
|
};
|
|
5514
|
-
notFoundContent: VueTypeValidableDef<any>;
|
|
5515
5520
|
fieldNames: {
|
|
5516
5521
|
type: PropType<FieldNames>;
|
|
5517
5522
|
};
|
|
@@ -5521,7 +5526,6 @@ export declare const apTableRenderItemMap: {
|
|
|
5521
5526
|
dropdownRender: {
|
|
5522
5527
|
type: PropType<DropdownRender>;
|
|
5523
5528
|
};
|
|
5524
|
-
dropdownAlign: PropType<AlignType>;
|
|
5525
5529
|
switcherIcon: VueTypeValidableDef<any>;
|
|
5526
5530
|
loadData: {
|
|
5527
5531
|
type: PropType<(dataNode: LegacyDataNode) => Promise<unknown>>;
|
|
@@ -5562,10 +5566,6 @@ export declare const apTableRenderItemMap: {
|
|
|
5562
5566
|
type: PropType<(option: Record<string, any>) => any>;
|
|
5563
5567
|
};
|
|
5564
5568
|
onClear: PropType<() => void>;
|
|
5565
|
-
defaultOpen: {
|
|
5566
|
-
type: BooleanConstructor;
|
|
5567
|
-
default: any;
|
|
5568
|
-
};
|
|
5569
5569
|
onDropdownVisibleChange: {
|
|
5570
5570
|
type: PropType<(open: boolean) => void>;
|
|
5571
5571
|
};
|
|
@@ -5623,24 +5623,24 @@ export declare const apTableRenderItemMap: {
|
|
|
5623
5623
|
};
|
|
5624
5624
|
dropdownPopupAlign: VueTypeValidableDef<any>;
|
|
5625
5625
|
}>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
|
|
5626
|
-
size:
|
|
5626
|
+
size: SizeType;
|
|
5627
5627
|
open: boolean;
|
|
5628
5628
|
multiple: boolean;
|
|
5629
5629
|
disabled: boolean;
|
|
5630
|
-
autofocus: boolean;
|
|
5631
5630
|
virtual: boolean;
|
|
5632
5631
|
dropdownMatchSelectWidth: number | boolean;
|
|
5633
|
-
status: "" | "error" | "warning";
|
|
5634
|
-
'onUpdate:value': (value: any) => void;
|
|
5635
|
-
placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
5636
5632
|
loading: boolean;
|
|
5637
5633
|
bordered: boolean;
|
|
5634
|
+
status: "" | "error" | "warning";
|
|
5638
5635
|
allowClear: boolean;
|
|
5636
|
+
autofocus: boolean;
|
|
5637
|
+
defaultOpen: boolean;
|
|
5638
|
+
'onUpdate:value': (value: any) => void;
|
|
5639
|
+
placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
5639
5640
|
filterTreeNode: boolean | ((inputValue: string, treeNode: DefaultOptionType) => boolean);
|
|
5640
5641
|
replaceFields: FieldNames;
|
|
5641
5642
|
treeCheckable: boolean;
|
|
5642
5643
|
showSearch: boolean;
|
|
5643
|
-
defaultOpen: boolean;
|
|
5644
5644
|
showArrow: boolean;
|
|
5645
5645
|
autoClearSearchValue: boolean;
|
|
5646
5646
|
labelInValue: boolean;
|