mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-04 21:18:14 +08:00
3aeeeb2aed
* refactor: transfer、tooltip (#4306) * refactor(transfer): use composition api (#4135) * refactor(transfer): use composition api * fix: remove console * refactor(tooltip): use composition api (#4059) * refactor(tooltip): use composition api * chore: useConfigInject * fix: remove useless * style: format code * refactor: transfer * refactor: tooltip Co-authored-by: ajuner <106791576@qq.com> * Refactor mentions (#4341) * refactor(mentions): use compositionAPI (#4313) * refactor: mentions * refactor: mentions Co-authored-by: ajuner <106791576@qq.com> * Refactor progress (#4358) * fix: timepicker error border not show #4331 * fix(UploadDragger): fix UploadDrager no export (#4334) * refactor(switch): support customize checked value #4329 (#4332) * refactor(switch): support customize checked value #4329 * test: add test case * refactor: update props name * refactor: update ts * refactor: optimize * style: uncheckedValue to unCheckedValue * test: update snap * feat: udpate switch ts * docs: remove ie11 * fix: tree-select throw error when use slot title * fix: TypeScript definition of Table interface for typescript 4.3.5 (#4353) * fix type for typescript 4.3.5 * Update interface.ts close #4296 * fix: dropdown submenu style error #4351 close #4351 * fix(notification): 完善notification类型 (#4346) * refactor(progress): use composition API (#4355) * refactor(progress): use composition API * refactor(vc-progress): update * refactor: progress * refactor: progress * fix: timepicker error border not show #4331 * fix(UploadDragger): fix UploadDrager no export (#4334) * refactor(switch): support customize checked value #4329 (#4332) * refactor(switch): support customize checked value #4329 * test: add test case * refactor: update props name * refactor: update ts * refactor: optimize * style: uncheckedValue to unCheckedValue * test: update snap * feat: udpate switch ts * docs: remove ie11 * fix: tree-select throw error when use slot title * fix: TypeScript definition of Table interface for typescript 4.3.5 (#4353) * fix type for typescript 4.3.5 * Update interface.ts close #4296 * fix: dropdown submenu style error #4351 close #4351 * fix(notification): 完善notification类型 (#4346) * refactor(progress): use composition API (#4355) * refactor(progress): use composition API * refactor(vc-progress): update * refactor: progress * refactor: progress Co-authored-by: Jarvis <35361626+fanhaoyuan@users.noreply.github.com> Co-authored-by: John <John60676@qq.com> Co-authored-by: 艾斯特洛 <axetroy.dev@gmail.com> Co-authored-by: zanllp <qc@zanllp.cn> * docs: add changelog * refactor: tree * refactor: tree * style: lint * refactor: tree * 热factor: tree * refactor: tree * refactor: tree * refactor: tree * refactor: directory tree * refactor: tree * refactor: tree-select * refactor: tree-select * refactor: tree-select * refactor: tree-select * refactor: tree-select * style: lint format * refactor: tree-select * refactor: tree-select * refactor: tree-select * refactor: tree-select * refactor: tree-select * refactor: tree-select * fix: upload ts error * fix: update tree title render & switchIcon * test: update tree test * feat: add VirtualScroll tree * refactor: datePicker & calendar & trigger (#4522) * style: update * test: update calendar test * test: update test * test: update test * refactor: slider * feat: update slider css * refactor: slider to ts * refactor: slider to ts * perf: update default itemHeight * test: update * fix: uddate ts type * fix: update skeleton * fix: update skeleton * refactor: update vc-pagination * refactor: pagination * refactor: timeline * refactor: steps * refactor: collapse * refactor: collapse * refactor: popconfirm * refactor: popover * refactor: dropdown * doc: merge doc * chore: vite for dev (#4602) * style: js to jsx * doc: add site * style: lint * style: format ts type * doc: update * style: format code * style: format site * doc: update * style: dmeo * style: format scripts * chore: remove sub-modules * chore: update vite * site: add site build * test: update snap * doc(select): add tip (#4606) * refactor: table (#4641) * refactor: table * refactor: table * refactor: table * refactor: table * refactor: table * refactor: table * refactor: table * refactor: table * refactor: table * fix: column not pass to cell * doc: uppate table * fix: update bodyCell headerCell * doc: remove examples * refactor: table * fix: table title not work * fix: table selection * fix: table checkStrictly * refactor: table * fix: table template error * feat: table support summary * test: update snap * perf: table * docs(table): fix ajax demo (#4639) * test: update table * refactor: remove old table * doc: update table doc * doc: update doc * doc: update select * doc: update summary Co-authored-by: John <John60676@qq.com> * doc: update doc * fix: menu arrow not work * test: update * doc: add next site * style: format * doc: update * doc: update site script * fix: expand icon not fixed * feat: use renderSlot * test: update table snap * feat: confirm support reactively * feat: configProvider.config * feat: message support configprovider.config * feat: notification support configprovider.config * doc: update doc * fix: typescript compile error * style: add import eslint * doc: update demo * chore: set transpileOnly true * style: fix eslint error * test: update snap * doc: update * test: mock date * test: update snap * chore: remove gulp-typescript (#4675) * feat: V3 form (#4678) * chore: update husky * perf: update formItem * perf: useInjectFormItemContext * fix: table ts error * doc: add Customized Form Controls demo * feat: export useInjectFormItemContext * doc: update form doc * doc: update doc * doc: update doc * feat: autocomplete support option slot * doc: update * feat: add form item rest * style: remove omit.js * refactor: autocomplete * doc: add changelog to site * doc: update site anchor * doc: update doc layout * test: update table test * doc: update * chore: udpate gulp script * chore: udpate gulp script * doc: add changelog * doc: update * test: ignore some test wait vue-test-utils * fix: form id error #4582 close #4582 * doc: add select Responsive demo * doc: remove temp doc Co-authored-by: ajuner <106791576@qq.com> Co-authored-by: Jarvis <35361626+fanhaoyuan@users.noreply.github.com> Co-authored-by: John <John60676@qq.com> Co-authored-by: 艾斯特洛 <axetroy.dev@gmail.com> Co-authored-by: zanllp <qc@zanllp.cn> Co-authored-by: Amour1688 <lcz_1996@foxmail.com>
266 lines
8.5 KiB
Vue
266 lines
8.5 KiB
Vue
import type { ExtractPropTypes, CSSProperties } from 'vue';
|
|
import { computed, watch, defineComponent, onMounted, ref } from 'vue';
|
|
import VcTooltip from '../vc-tooltip';
|
|
import classNames from '../_util/classNames';
|
|
import PropTypes from '../_util/vue-types';
|
|
import { PresetColorTypes } from '../_util/colors';
|
|
import warning from '../_util/warning';
|
|
import { getStyle, filterEmpty, isValidElement, initDefaultProps } from '../_util/props-util';
|
|
import { cloneElement } from '../_util/vnode';
|
|
import type { triggerTypes, placementTypes } from './abstractTooltipProps';
|
|
import abstractTooltipProps from './abstractTooltipProps';
|
|
import useConfigInject from '../_util/hooks/useConfigInject';
|
|
import getPlacements from './placements';
|
|
import firstNotUndefined from '../_util/firstNotUndefined';
|
|
export type { AdjustOverflow, PlacementsConfig } from './placements';
|
|
|
|
export type TooltipPlacement = typeof placementTypes[number];
|
|
|
|
// https://github.com/react-component/tooltip
|
|
// https://github.com/yiminghe/dom-align
|
|
export interface TooltipAlignConfig {
|
|
points?: [string, string];
|
|
offset?: [number | string, number | string];
|
|
targetOffset?: [number | string, number | string];
|
|
overflow?: { adjustX: boolean; adjustY: boolean };
|
|
useCssRight?: boolean;
|
|
useCssBottom?: boolean;
|
|
useCssTransform?: boolean;
|
|
}
|
|
|
|
const splitObject = (obj: any, keys: string[]) => {
|
|
const picked = {};
|
|
const omitted = { ...obj };
|
|
keys.forEach(key => {
|
|
if (obj && key in obj) {
|
|
picked[key] = obj[key];
|
|
delete omitted[key];
|
|
}
|
|
});
|
|
return { picked, omitted };
|
|
};
|
|
|
|
const PresetColorRegex = new RegExp(`^(${PresetColorTypes.join('|')})(-inverse)?$`);
|
|
|
|
export const tooltipProps = () => ({
|
|
...abstractTooltipProps(),
|
|
title: PropTypes.any,
|
|
});
|
|
|
|
export type TriggerTypes = typeof triggerTypes[number];
|
|
|
|
export type PlacementTypes = typeof placementTypes[number];
|
|
|
|
export type TooltipProps = Partial<ExtractPropTypes<ReturnType<typeof tooltipProps>>>;
|
|
|
|
export default defineComponent({
|
|
name: 'ATooltip',
|
|
inheritAttrs: false,
|
|
props: initDefaultProps(tooltipProps(), {
|
|
trigger: 'hover',
|
|
transitionName: 'zoom-big-fast',
|
|
align: () => ({}),
|
|
placement: 'top',
|
|
mouseEnterDelay: 0.1,
|
|
mouseLeaveDelay: 0.1,
|
|
arrowPointAtCenter: false,
|
|
autoAdjustOverflow: true,
|
|
}),
|
|
slots: ['title'],
|
|
emits: ['update:visible', 'visibleChange'],
|
|
setup(props, { slots, emit, attrs, expose }) {
|
|
const { prefixCls, getTargetContainer } = useConfigInject('tooltip', props);
|
|
|
|
const visible = ref(firstNotUndefined([props.visible, props.defaultVisible]));
|
|
|
|
const tooltip = ref();
|
|
|
|
onMounted(() => {
|
|
warning(
|
|
props.defaultVisible === undefined,
|
|
'Tooltip',
|
|
`'defaultVisible' is deprecated, please use 'v-model:visible'`,
|
|
);
|
|
});
|
|
watch(
|
|
() => props.visible,
|
|
val => {
|
|
visible.value = !!val;
|
|
},
|
|
);
|
|
|
|
const isNoTitle = () => {
|
|
const title = props.title ?? slots.title;
|
|
return !title && title !== 0;
|
|
};
|
|
|
|
const handleVisibleChange = (val: boolean) => {
|
|
const noTitle = isNoTitle();
|
|
if (props.visible === undefined) {
|
|
visible.value = noTitle ? false : val;
|
|
}
|
|
if (!noTitle) {
|
|
emit('update:visible', val);
|
|
emit('visibleChange', val);
|
|
}
|
|
};
|
|
|
|
const getPopupDomNode = () => {
|
|
return tooltip.value.getPopupDomNode();
|
|
};
|
|
|
|
expose({ getPopupDomNode, visible, forcePopupAlign: () => tooltip.value?.forcePopupAlign() });
|
|
|
|
const tooltipPlacements = computed(() => {
|
|
const { builtinPlacements, arrowPointAtCenter, autoAdjustOverflow } = props;
|
|
return (
|
|
builtinPlacements ||
|
|
getPlacements({
|
|
arrowPointAtCenter,
|
|
autoAdjustOverflow,
|
|
})
|
|
);
|
|
});
|
|
|
|
const getDisabledCompatibleChildren = (ele: any) => {
|
|
if (
|
|
((typeof ele.type === 'object' &&
|
|
(ele.type.__ANT_BUTTON === true ||
|
|
ele.type.__ANT_SWITCH === true ||
|
|
ele.type.__ANT_CHECKBOX === true)) ||
|
|
ele.type === 'button') &&
|
|
ele.props &&
|
|
(ele.props.disabled || ele.props.disabled === '')
|
|
) {
|
|
// Pick some layout related style properties up to span
|
|
// Prevent layout bugs like https://github.com/ant-design/ant-design/issues/5254
|
|
const { picked, omitted } = splitObject(getStyle(ele), [
|
|
'position',
|
|
'left',
|
|
'right',
|
|
'top',
|
|
'bottom',
|
|
'float',
|
|
'display',
|
|
'zIndex',
|
|
]);
|
|
const spanStyle = {
|
|
display: 'inline-block', // default inline-block is important
|
|
...picked,
|
|
cursor: 'not-allowed',
|
|
width: ele.props && ele.props.block ? '100%' : null,
|
|
};
|
|
const buttonStyle = {
|
|
...omitted,
|
|
pointerEvents: 'none',
|
|
};
|
|
const child = cloneElement(
|
|
ele,
|
|
{
|
|
style: buttonStyle,
|
|
},
|
|
true,
|
|
);
|
|
return (
|
|
<span style={spanStyle} class={`${prefixCls}-disabled-compatible-wrapper`}>
|
|
{child}
|
|
</span>
|
|
);
|
|
}
|
|
return ele;
|
|
};
|
|
|
|
const getOverlay = () => {
|
|
return props.title ?? slots.title?.();
|
|
};
|
|
|
|
const onPopupAlign = (domNode: HTMLElement, align: any) => {
|
|
const placements = tooltipPlacements.value;
|
|
// 当前返回的位置
|
|
const placement = Object.keys(placements).filter(
|
|
key =>
|
|
placements[key].points[0] === align.points[0] &&
|
|
placements[key].points[1] === align.points[1],
|
|
)[0];
|
|
if (!placement) {
|
|
return;
|
|
}
|
|
// 根据当前坐标设置动画点
|
|
const rect = domNode.getBoundingClientRect();
|
|
const transformOrigin = {
|
|
top: '50%',
|
|
left: '50%',
|
|
};
|
|
if (placement.indexOf('top') >= 0 || placement.indexOf('Bottom') >= 0) {
|
|
transformOrigin.top = `${rect.height - align.offset[1]}px`;
|
|
} else if (placement.indexOf('Top') >= 0 || placement.indexOf('bottom') >= 0) {
|
|
transformOrigin.top = `${-align.offset[1]}px`;
|
|
}
|
|
if (placement.indexOf('left') >= 0 || placement.indexOf('Right') >= 0) {
|
|
transformOrigin.left = `${rect.width - align.offset[0]}px`;
|
|
} else if (placement.indexOf('right') >= 0 || placement.indexOf('Left') >= 0) {
|
|
transformOrigin.left = `${-align.offset[0]}px`;
|
|
}
|
|
domNode.style.transformOrigin = `${transformOrigin.left} ${transformOrigin.top}`;
|
|
};
|
|
|
|
return () => {
|
|
const { openClassName, getPopupContainer, color, overlayClassName } = props;
|
|
let children = filterEmpty(slots.default?.()) ?? null;
|
|
children = children.length === 1 ? children[0] : children;
|
|
|
|
let tempVisible = visible.value;
|
|
// Hide tooltip when there is no title
|
|
if (props.visible === undefined && isNoTitle()) {
|
|
tempVisible = false;
|
|
}
|
|
if (!children) {
|
|
return null;
|
|
}
|
|
const child = getDisabledCompatibleChildren(
|
|
isValidElement(children) ? children : <span>{children}</span>,
|
|
);
|
|
const childCls = classNames({
|
|
[openClassName || `${prefixCls.value}-open`]: true,
|
|
[child.props && child.props.class]: child.props && child.props.class,
|
|
});
|
|
const customOverlayClassName = classNames(overlayClassName, {
|
|
[`${prefixCls.value}-${color}`]: color && PresetColorRegex.test(color),
|
|
});
|
|
let formattedOverlayInnerStyle: CSSProperties;
|
|
let arrowContentStyle: CSSProperties;
|
|
if (color && !PresetColorRegex.test(color)) {
|
|
formattedOverlayInnerStyle = { backgroundColor: color };
|
|
arrowContentStyle = { backgroundColor: color };
|
|
}
|
|
|
|
const vcTooltipProps = {
|
|
...attrs,
|
|
...(props as TooltipProps),
|
|
prefixCls: prefixCls.value,
|
|
getTooltipContainer: getPopupContainer || getTargetContainer.value,
|
|
builtinPlacements: tooltipPlacements.value,
|
|
visible: tempVisible,
|
|
ref: tooltip,
|
|
overlayClassName: customOverlayClassName,
|
|
overlayInnerStyle: formattedOverlayInnerStyle,
|
|
onVisibleChange: handleVisibleChange,
|
|
onPopupAlign,
|
|
};
|
|
return (
|
|
<VcTooltip
|
|
{...vcTooltipProps}
|
|
v-slots={{
|
|
arrowContent: () => (
|
|
<span class={`${prefixCls.value}-arrow-content`} style={arrowContentStyle}></span>
|
|
),
|
|
overlay: getOverlay,
|
|
}}
|
|
>
|
|
{visible.value ? cloneElement(child, { class: childCls }) : child}
|
|
</VcTooltip>
|
|
);
|
|
};
|
|
},
|
|
});
|