parent
7df7d788f8
commit
cf4ab5470c
|
@ -34,7 +34,7 @@ const AutoComplete = defineComponent({
|
||||||
...autoCompleteProps,
|
...autoCompleteProps,
|
||||||
prefixCls: PropTypes.string,
|
prefixCls: PropTypes.string,
|
||||||
showSearch: PropTypes.looseBool,
|
showSearch: PropTypes.looseBool,
|
||||||
transitionName: PropTypes.string.def('slide-up'),
|
transitionName: PropTypes.string.def('ant-slide-up'),
|
||||||
choiceTransitionName: PropTypes.string.def('zoom'),
|
choiceTransitionName: PropTypes.string.def('zoom'),
|
||||||
autofocus: PropTypes.looseBool,
|
autofocus: PropTypes.looseBool,
|
||||||
backfill: PropTypes.looseBool,
|
backfill: PropTypes.looseBool,
|
||||||
|
|
|
@ -113,7 +113,7 @@ const cascaderProps = {
|
||||||
// onChange?: (value: string[], selectedOptions?: CascaderOptionType[]) => void;
|
// onChange?: (value: string[], selectedOptions?: CascaderOptionType[]) => void;
|
||||||
/** 选择后展示的渲染函数 */
|
/** 选择后展示的渲染函数 */
|
||||||
displayRender: PropTypes.func,
|
displayRender: PropTypes.func,
|
||||||
transitionName: PropTypes.string.def('slide-up'),
|
transitionName: PropTypes.string.def('ant-slide-up'),
|
||||||
popupStyle: PropTypes.object.def(() => ({})),
|
popupStyle: PropTypes.object.def(() => ({})),
|
||||||
/** 自定义浮层类名 */
|
/** 自定义浮层类名 */
|
||||||
popupClassName: PropTypes.string,
|
popupClassName: PropTypes.string,
|
||||||
|
|
|
@ -37,7 +37,7 @@ export const selectProps = () => ({
|
||||||
size: PropTypes.oneOf(tuple('small', 'middle', 'large', 'default')),
|
size: PropTypes.oneOf(tuple('small', 'middle', 'large', 'default')),
|
||||||
mode: PropTypes.oneOf(tuple('multiple', 'tags', 'SECRET_COMBOBOX_MODE_DO_NOT_USE')),
|
mode: PropTypes.oneOf(tuple('multiple', 'tags', 'SECRET_COMBOBOX_MODE_DO_NOT_USE')),
|
||||||
bordered: PropTypes.looseBool.def(true),
|
bordered: PropTypes.looseBool.def(true),
|
||||||
transitionName: PropTypes.string.def('slide-up'),
|
transitionName: PropTypes.string.def('ant-slide-up'),
|
||||||
choiceTransitionName: PropTypes.string.def(''),
|
choiceTransitionName: PropTypes.string.def(''),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -57,7 +57,7 @@ const TreeSelect = defineComponent({
|
||||||
name: 'ATreeSelect',
|
name: 'ATreeSelect',
|
||||||
inheritAttrs: false,
|
inheritAttrs: false,
|
||||||
props: initDefaultProps(treeSelectProps, {
|
props: initDefaultProps(treeSelectProps, {
|
||||||
transitionName: 'slide-up',
|
transitionName: 'ant-slide-up',
|
||||||
choiceTransitionName: '',
|
choiceTransitionName: '',
|
||||||
listHeight: 256,
|
listHeight: 256,
|
||||||
treeIcon: false,
|
treeIcon: false,
|
||||||
|
|
Loading…
Reference in New Issue