tdesign-vue-next
Version:
TDesign Component for vue-next
815 lines (811 loc) • 37.6 kB
JavaScript
/**
* tdesign v1.11.5
* (c) 2025 tdesign
* @license MIT
*/
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
import _defineProperty from '@babel/runtime/helpers/defineProperty';
import { defineComponent, toRefs, ref, computed, watch, onMounted, createVNode, mergeProps, isVNode, nextTick } from 'vue';
import { throttle, pick, isFunction, get } from 'lodash-es';
import baseTableProps from './base-table-props.js';
import useTableHeader from './hooks/useTableHeader.js';
import useColumnResize from './hooks/useColumnResize.js';
import useFixed from './hooks/useFixed.js';
import usePagination from './hooks/usePagination.js';
import useVirtualScroll from '../hooks/useVirtualScrollNew.js';
import useAffix from './hooks/useAffix.js';
import { Loading } from '../loading/index.js';
import TBody, { extendTableProps } from './tbody.js';
import { u as useTNodeJSX } from '../_chunks/dep-7c56a7f5.js';
import useStyle, { formatCSSUnit } from './hooks/useStyle.js';
import useClassName from './hooks/useClassName.js';
import { useConfig } from '../config-provider/hooks/useConfig.js';
import { Affix } from '../affix/index.js';
import { ROW_LISTENERS } from './tr.js';
import THead from './thead.js';
import TFoot from './tfoot.js';
import { getAffixProps } from './utils.js';
import { d as getIEVersion } from '../_chunks/dep-56c3d46e.js';
import { l as log } from '../_chunks/dep-92106726.js';
import { useRowHighlight } from './hooks/useRowHighlight.js';
import { useHoverKeyboardEvent } from './hooks/useHoverKeyboardEvent.js';
import { useElementLazyRender } from '../hooks/useElementLazyRender.js';
import '@babel/runtime/helpers/typeof';
import './hooks/useMultiHeader.js';
import './ellipsis.js';
import '../utils/render-tnode.js';
import '../utils/dom.js';
import '../_chunks/dep-caecb55d.js';
import '../tooltip/index.js';
import '../tooltip/tooltip.js';
import '../tooltip/props.js';
import '../popup/props.js';
import '../popup/index.js';
import '../popup/popup.js';
import '@popperjs/core';
import '../hooks/useConfig.js';
import '../hooks/useKeepAnimation.js';
import '../config-provider/utils/context.js';
import '../_chunks/dep-c75b9b8e.js';
import 'dayjs';
import '../_chunks/dep-d60f6309.js';
import '../hooks/useVModel.js';
import '../popup/container.js';
import '@babel/runtime/helpers/toConsumableArray';
import '../hooks/useResizeObserver.js';
import '../utils/withInstall.js';
import '../tooltip/utils/index.js';
import '../_chunks/dep-3bde6c25.js';
import '../pagination/index.js';
import '../pagination/pagination.js';
import '@babel/runtime/helpers/objectWithoutProperties';
import 'tdesign-icons-vue-next';
import '../hooks/useGlobalIcon.js';
import '../input-number/index.js';
import '../input-number/input-number.js';
import '../button/index.js';
import '../button/button.js';
import '../button/props.js';
import '../hooks/useRipple.js';
import '../hooks/useDisabled.js';
import '../loading/directive.js';
import '../loading/plugin.js';
import '../loading/loading.js';
import '../loading/icon/gradient.js';
import '../hooks/useTeleport.js';
import '../loading/props.js';
import '../input/index.js';
import '../input/input.js';
import '../input/props.js';
import '../hooks/useReadonly.js';
import '../input/hooks/useInput.js';
import '../form/consts/index.js';
import '../input/hooks/useLengthLimit.js';
import '../input/hooks/useInputEventHandler.js';
import '../input/hooks/useInputWidth.js';
import '../input/input-group.js';
import '../input/input-group-props.js';
import '../input-number/props.js';
import '../input-number/hooks/useInputNumber.js';
import '../hooks/useCommonClassName.js';
import '../_chunks/dep-55df6a6c.js';
import '../_chunks/dep-8b9d07bf.js';
import '../select/index.js';
import '../select/select.js';
import '@babel/runtime/helpers/asyncToGenerator';
import '@babel/runtime/regenerator';
import '../common-components/fake-arrow.js';
import '../select-input/index.js';
import '../select-input/select-input.js';
import '../select-input/props.js';
import '../select-input/hooks/useMultiple.js';
import '../tag-input/index.js';
import '../tag-input/tag-input.js';
import '../tag-input/props.js';
import '../tag-input/hooks/useDragSorter.js';
import '../tag-input/hooks/useHover.js';
import '../tag-input/hooks/useTagScroll.js';
import '../tag-input/hooks/useTagList.js';
import '../tag/index.js';
import '../tag/tag.js';
import 'tinycolor2';
import '../tag/props.js';
import '../tag/check-tag.js';
import '../tag/check-tag-props.js';
import '../_chunks/dep-d2f3d117.js';
import '../tag/check-tag-group.js';
import '../tag/check-tag-group-props.js';
import '../hooks/useDefaultValue.js';
import '../select-input/hooks/useOverlayInnerStyle.js';
import '../select-input/hooks/useSingle.js';
import '../select/select-panel.js';
import '../select/option.js';
import '../select/option-props.js';
import '../checkbox/index.js';
import '../checkbox/checkbox.js';
import '../checkbox/props.js';
import '../checkbox/consts/index.js';
import '../checkbox/hooks/useCheckboxLazyLoad.js';
import '../_chunks/dep-8c2d2d85.js';
import '../checkbox/hooks/useKeyboardEvent.js';
import '../checkbox/group.js';
import '../checkbox/checkbox-group-props.js';
import '../hooks/slot.js';
import '../select/utils/index.js';
import '../select/consts/index.js';
import '../select/option-group.js';
import '../select/option-group-props.js';
import '../select/props.js';
import '../select/hooks/usePanelVirtualScroll.js';
import '../hooks/useVirtualScroll.js';
import '../select/hooks/useKeyboardControl.js';
import '../select/hooks/useSelectOptions.js';
import '../input-adornment/index.js';
import '../input-adornment/input-adornment.js';
import '../input-adornment/props.js';
import '../pagination/props.js';
import '../pagination/hooks/useMoreAction.js';
import '../pagination/hooks/usePaginationClasses.js';
import '../pagination/pagination-mini.js';
import '../pagination/pagination-mini-props.js';
import './hooks/useRowspanAndColspan.js';
import '../affix/affix.js';
import '../affix/props.js';
import './hooks/useLazyLoad.js';
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
function _isSlot(s) {
return typeof s === 'function' || Object.prototype.toString.call(s) === '[object Object]' && !isVNode(s);
}
var BASE_TABLE_EVENTS = ["page-change", "cell-click", "scroll", "scrollX", "scrollY"];
var BASE_TABLE_ALL_EVENTS = ROW_LISTENERS.map(function (t) {
return "row-".concat(t);
}).concat(BASE_TABLE_EVENTS);
var _BaseTable = defineComponent({
name: "TBaseTable",
props: _objectSpread(_objectSpread({}, baseTableProps), {}, {
renderExpandedRow: Function,
onLeafColumnsChange: Function,
thDraggable: Boolean
}),
emits: ["show-element-change"],
setup: function setup(props2, context) {
var _toRefs = toRefs(props2),
lazyLoad = _toRefs.lazyLoad;
var renderTNode = useTNodeJSX();
var tableRef = ref();
var tableElmRef = ref();
var tableBodyRef = ref();
var bottomContentRef = ref();
var tableFootHeight = ref(0);
var _useClassName = useClassName(),
classPrefix = _useClassName.classPrefix,
virtualScrollClasses = _useClassName.virtualScrollClasses,
tableLayoutClasses = _useClassName.tableLayoutClasses,
tableBaseClass = _useClassName.tableBaseClass,
tableColFixedClasses = _useClassName.tableColFixedClasses;
var _useStyle = useStyle(props2),
tableClasses = _useStyle.tableClasses,
sizeClassNames = _useStyle.sizeClassNames,
tableContentStyles = _useStyle.tableContentStyles,
tableElementStyles = _useStyle.tableElementStyles;
var _useConfig = useConfig("table", props2.locale),
globalConfig = _useConfig.globalConfig;
var _useTableHeader = useTableHeader(props2),
isMultipleHeader = _useTableHeader.isMultipleHeader,
spansAndLeafNodes = _useTableHeader.spansAndLeafNodes,
thList = _useTableHeader.thList;
var finalColumns = computed(function () {
var _spansAndLeafNodes$va;
return ((_spansAndLeafNodes$va = spansAndLeafNodes.value) === null || _spansAndLeafNodes$va === void 0 ? void 0 : _spansAndLeafNodes$va.leafColumns) || props2.columns;
});
var tableSize = computed(function () {
var _props2$size;
return (_props2$size = props2.size) !== null && _props2$size !== void 0 ? _props2$size : globalConfig.value.size;
});
var _useElementLazyRender = useElementLazyRender(tableRef, lazyLoad),
showElement = _useElementLazyRender.showElement;
var paginationAffixRef = ref();
var horizontalScrollAffixRef = ref();
var headerTopAffixRef = ref();
var footerBottomAffixRef = ref();
var _useFixed = useFixed(props2, context, finalColumns, {
paginationAffixRef: paginationAffixRef,
horizontalScrollAffixRef: horizontalScrollAffixRef,
headerTopAffixRef: headerTopAffixRef,
footerBottomAffixRef: footerBottomAffixRef
}),
scrollbarWidth = _useFixed.scrollbarWidth,
virtualScrollHeaderPos = _useFixed.virtualScrollHeaderPos,
tableWidth = _useFixed.tableWidth,
tableElmWidth = _useFixed.tableElmWidth,
tableContentRef = _useFixed.tableContentRef,
isFixedHeader = _useFixed.isFixedHeader,
isWidthOverflow = _useFixed.isWidthOverflow,
isFixedColumn = _useFixed.isFixedColumn,
thWidthList = _useFixed.thWidthList,
showColumnShadow = _useFixed.showColumnShadow,
rowAndColFixedPosition = _useFixed.rowAndColFixedPosition,
setData = _useFixed.setData,
refreshTable = _useFixed.refreshTable,
setTableElmWidth = _useFixed.setTableElmWidth,
emitScrollEvent = _useFixed.emitScrollEvent,
setUseFixedTableElmRef = _useFixed.setUseFixedTableElmRef,
updateColumnFixedShadow = _useFixed.updateColumnFixedShadow,
getThWidthList = _useFixed.getThWidthList,
updateThWidthList = _useFixed.updateThWidthList,
addTableResizeObserver = _useFixed.addTableResizeObserver,
updateTableAfterColumnResize = _useFixed.updateTableAfterColumnResize;
var _useAffix = useAffix(props2),
affixHeaderRef = _useAffix.affixHeaderRef,
affixFooterRef = _useAffix.affixFooterRef,
horizontalScrollbarRef = _useAffix.horizontalScrollbarRef,
paginationRef = _useAffix.paginationRef,
showAffixHeader = _useAffix.showAffixHeader,
showAffixFooter = _useAffix.showAffixFooter,
showAffixPagination = _useAffix.showAffixPagination,
onHorizontalScroll = _useAffix.onHorizontalScroll,
setTableContentRef = _useAffix.setTableContentRef,
updateAffixHeaderOrFooter = _useAffix.updateAffixHeaderOrFooter;
var _usePagination = usePagination(props2, context),
dataSource = _usePagination.dataSource,
innerPagination = _usePagination.innerPagination,
isPaginateData = _usePagination.isPaginateData,
renderPagination = _usePagination.renderPagination;
var columnResizeParams = useColumnResize({
isWidthOverflow: isWidthOverflow,
tableContentRef: tableContentRef,
showColumnShadow: showColumnShadow,
getThWidthList: getThWidthList,
updateThWidthList: updateThWidthList,
setTableElmWidth: setTableElmWidth,
updateTableAfterColumnResize: updateTableAfterColumnResize,
onColumnResizeChange: props2.onColumnResizeChange
});
var resizeLineRef = columnResizeParams.resizeLineRef,
resizeLineStyle = columnResizeParams.resizeLineStyle,
setEffectColMap = columnResizeParams.setEffectColMap;
var dynamicBaseTableClasses = computed(function () {
return [tableClasses.value, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, tableBaseClass.headerFixed, isFixedHeader.value), tableBaseClass.columnFixed, isFixedColumn.value), tableBaseClass.widthOverflow, isWidthOverflow.value), tableBaseClass.multipleHeader, isMultipleHeader.value), tableColFixedClasses.leftShadow, showColumnShadow.left), tableColFixedClasses.rightShadow, showColumnShadow.right), tableBaseClass.columnResizableTable, props2.resizable), "".concat(classPrefix, "-table__row--active-").concat(props2.activeRowType), props2.activeRowType)];
});
var tableElmClasses = computed(function () {
return [[tableLayoutClasses[props2.tableLayout]]];
});
var showRightDivider = computed(function () {
return props2.bordered && isFixedHeader.value && (isMultipleHeader.value && isWidthOverflow.value || !isMultipleHeader.value);
});
var dividerBottom = computed(function () {
var _bottomContentRef$val, _paginationRef$value;
if (!props2.bordered) return 0;
var bottomRect = (_bottomContentRef$val = bottomContentRef.value) === null || _bottomContentRef$val === void 0 ? void 0 : _bottomContentRef$val.getBoundingClientRect();
var paginationRect = (_paginationRef$value = paginationRef.value) === null || _paginationRef$value === void 0 ? void 0 : _paginationRef$value.getBoundingClientRect();
return ((bottomRect === null || bottomRect === void 0 ? void 0 : bottomRect.height) || 0) + ((paginationRect === null || paginationRect === void 0 ? void 0 : paginationRect.height) || 0);
});
var _useRowHighlight = useRowHighlight(props2, tableRef),
tActiveRow = _useRowHighlight.tActiveRow,
onHighlightRow = _useRowHighlight.onHighlightRow,
addHighlightKeyboardListener = _useRowHighlight.addHighlightKeyboardListener,
removeHighlightKeyboardListener = _useRowHighlight.removeHighlightKeyboardListener;
var _useHoverKeyboardEven = useHoverKeyboardEvent(props2, tableRef),
hoverRow = _useHoverKeyboardEven.hoverRow,
needKeyboardRowHover = _useHoverKeyboardEven.needKeyboardRowHover,
clearHoverRow = _useHoverKeyboardEven.clearHoverRow,
addRowHoverKeyboardListener = _useHoverKeyboardEven.addRowHoverKeyboardListener,
removeRowHoverKeyboardListener = _useHoverKeyboardEven.removeRowHoverKeyboardListener,
tableRefTabIndex = _useHoverKeyboardEven.tableRefTabIndex;
watch(tableElmRef, function () {
setUseFixedTableElmRef(tableElmRef.value);
});
watch(function () {
return [props2.data, dataSource];
}, function () {
setData(isPaginateData.value ? dataSource.value : props2.data);
});
watch(spansAndLeafNodes, function () {
var _props2$onLeafColumns;
(_props2$onLeafColumns = props2.onLeafColumnsChange) === null || _props2$onLeafColumns === void 0 || _props2$onLeafColumns.call(props2, spansAndLeafNodes.value.leafColumns);
setEffectColMap(spansAndLeafNodes.value.leafColumns, null);
}, {
immediate: true
});
var onFixedChange = function onFixedChange() {
nextTick(function () {
onHorizontalScroll();
updateAffixHeaderOrFooter();
});
};
var syncThWidthList = throttle(function () {
updateThWidthList(getThWidthList("calculate"));
});
var virtualScrollParams = computed(function () {
return {
data: props2.data,
scroll: _objectSpread(_objectSpread({}, props2.scroll), {}, {
fixedRows: props2.fixedRows
})
};
});
var virtualConfig = useVirtualScroll(tableContentRef, virtualScrollParams);
var lastScrollY = -1;
var onInnerVirtualScroll = function onInnerVirtualScroll(e) {
var target = e.target || e.srcElement;
var top = target.scrollTop;
if (lastScrollY !== top) {
virtualConfig.isVirtualScroll.value && virtualConfig.handleScroll();
} else {
lastScrollY = -1;
updateColumnFixedShadow(target);
}
lastScrollY = top;
emitScrollEvent(e);
if (props2.tableLayout === "auto") {
syncThWidthList();
}
};
var getTFootHeight = function getTFootHeight() {
var _tableElmRef$value$qu;
if (!tableElmRef.value) return;
tableFootHeight.value = (_tableElmRef$value$qu = tableElmRef.value.querySelector("tfoot")) === null || _tableElmRef$value$qu === void 0 ? void 0 : _tableElmRef$value$qu.getBoundingClientRect().height;
};
var scrollColumnIntoView = function scrollColumnIntoView(colKey) {
if (!tableContentRef.value) return;
var thDom = tableContentRef.value.querySelector("th[data-colkey=\"".concat(colKey, "\"]"));
var fixedThDom = tableContentRef.value.querySelectorAll("th.t-table__cell--fixed-left");
var totalWidth = 0;
for (var i = 0, len = fixedThDom.length; i < len; i++) {
totalWidth += fixedThDom[i].getBoundingClientRect().width;
}
var domRect = thDom.getBoundingClientRect();
var contentRect = tableContentRef.value.getBoundingClientRect();
var distance = domRect.left - contentRect.left - totalWidth;
tableContentRef.value.scrollTo({
left: distance,
behavior: "smooth"
});
};
watch(tableContentRef, function () {
setTableContentRef(tableContentRef.value);
if (props2.tableLayout === "auto") {
syncThWidthList();
}
});
watch(function () {
return [tableElmRef.value, props2.footData, props2.footerSummary, props2.columns];
}, function () {
var timer = setTimeout(function () {
getTFootHeight();
clearTimeout(timer);
}, 0);
});
watch(tableRef, function (tableRef2) {
addTableResizeObserver(tableRef2);
});
onMounted(function () {
getTFootHeight();
setTableContentRef(tableContentRef.value);
addTableResizeObserver(tableRef.value);
});
var onTableFocus = function onTableFocus() {
props2.activeRowType && addHighlightKeyboardListener();
needKeyboardRowHover.value && addRowHoverKeyboardListener();
};
var onTableBlur = function onTableBlur() {
props2.activeRowType && removeHighlightKeyboardListener();
needKeyboardRowHover.value && removeRowHoverKeyboardListener();
};
var onInnerRowClick = function onInnerRowClick(ctx) {
var _props2$onRowClick;
(_props2$onRowClick = props2.onRowClick) === null || _props2$onRowClick === void 0 || _props2$onRowClick.call(props2, ctx);
props2.activeRowType && onHighlightRow(ctx);
needKeyboardRowHover.value && clearHoverRow();
};
watch([showElement], function (_ref2) {
var _ref3 = _slicedToArray(_ref2, 1),
showElement2 = _ref3[0];
context.emit("show-element-change", showElement2);
}, {
immediate: true
});
var tableData = computed(function () {
return isPaginateData.value ? dataSource.value : props2.data;
});
var scrollToElement = function scrollToElement(params) {
var index = params.index;
if (!index && index !== 0) {
var _tableData$value;
if (!params.key) {
log.error("Table", "scrollToElement: one of `index` or `key` must exist.");
return;
}
index = (_tableData$value = tableData.value) === null || _tableData$value === void 0 ? void 0 : _tableData$value.findIndex(function (item) {
return get(item, props2.rowKey) === params.key;
});
if (index < 0) {
log.error("Table", "".concat(params.key, " does not exist in data, check `rowKey` or `data` please."));
}
}
if (virtualConfig.isVirtualScroll.value) {
virtualConfig.scrollToElement(_objectSpread(_objectSpread({}, params), {}, {
index: index + 1
}));
} else {
var _tableBodyRef$value, _el$children;
var el = (_tableBodyRef$value = tableBodyRef.value) === null || _tableBodyRef$value === void 0 ? void 0 : _tableBodyRef$value.$el;
var row = el === null || el === void 0 || (_el$children = el.children) === null || _el$children === void 0 ? void 0 : _el$children[index];
if (row) {
var _params$top, _params$behavior;
var offsetTop = row.offsetTop;
var scrollTop = tableContentRef.value.scrollTop;
var scrollHeight = offsetTop - scrollTop - ((_params$top = params.top) !== null && _params$top !== void 0 ? _params$top : 0);
tableContentRef.value.scrollBy({
top: scrollHeight,
behavior: (_params$behavior = params.behavior) !== null && _params$behavior !== void 0 ? _params$behavior : "auto"
});
}
}
};
return {
thList: thList,
classPrefix: classPrefix,
innerPagination: innerPagination,
globalConfig: globalConfig,
tableFootHeight: tableFootHeight,
virtualScrollHeaderPos: virtualScrollHeaderPos,
tableSize: tableSize,
tableWidth: tableWidth,
tableElmWidth: tableElmWidth,
tableRef: tableRef,
tableElmRef: tableElmRef,
sizeClassNames: sizeClassNames,
tableBaseClass: tableBaseClass,
spansAndLeafNodes: spansAndLeafNodes,
dynamicBaseTableClasses: dynamicBaseTableClasses,
tableContentStyles: tableContentStyles,
tableElementStyles: tableElementStyles,
dividerBottom: dividerBottom,
virtualScrollClasses: virtualScrollClasses,
tableLayoutClasses: tableLayoutClasses,
tableElmClasses: tableElmClasses,
tableContentRef: tableContentRef,
isFixedHeader: isFixedHeader,
isWidthOverflow: isWidthOverflow,
isFixedColumn: isFixedColumn,
rowAndColFixedPosition: rowAndColFixedPosition,
showColumnShadow: showColumnShadow,
thWidthList: thWidthList,
isPaginateData: isPaginateData,
dataSource: dataSource,
affixHeaderRef: affixHeaderRef,
affixFooterRef: affixFooterRef,
bottomContentRef: bottomContentRef,
paginationRef: paginationRef,
showAffixHeader: showAffixHeader,
showAffixFooter: showAffixFooter,
scrollbarWidth: scrollbarWidth,
isMultipleHeader: isMultipleHeader,
showRightDivider: showRightDivider,
resizeLineRef: resizeLineRef,
resizeLineStyle: resizeLineStyle,
columnResizeParams: columnResizeParams,
horizontalScrollbarRef: horizontalScrollbarRef,
tableBodyRef: tableBodyRef,
virtualConfig: virtualConfig,
showAffixPagination: showAffixPagination,
tActiveRow: tActiveRow,
hoverRow: hoverRow,
showElement: showElement,
scrollToElement: scrollToElement,
renderPagination: renderPagination,
renderTNode: renderTNode,
onFixedChange: onFixedChange,
onHorizontalScroll: onHorizontalScroll,
updateAffixHeaderOrFooter: updateAffixHeaderOrFooter,
onInnerVirtualScroll: onInnerVirtualScroll,
refreshTable: refreshTable,
scrollColumnIntoView: scrollColumnIntoView,
onTableFocus: onTableFocus,
onTableBlur: onTableBlur,
onInnerRowClick: onInnerRowClick,
paginationAffixRef: paginationAffixRef,
horizontalScrollAffixRef: horizontalScrollAffixRef,
headerTopAffixRef: headerTopAffixRef,
footerBottomAffixRef: footerBottomAffixRef,
tableRefTabIndex: tableRefTabIndex
};
},
render: function render() {
var _this$spansAndLeafNod,
_this$allowResizeColu,
_this = this,
_this$affixHeaderRef,
_this$footData,
_this$tableFootHeight,
_this$tableFootHeight2,
_affixHeaderHeight$va,
_this$tableContentRef;
if (!this.showElement) {
return createVNode("div", {
"ref": "tableRef"
}, null);
}
var rowAndColFixedPosition = this.rowAndColFixedPosition,
tableLayout = this.tableLayout;
var data = this.isPaginateData ? this.dataSource : this.data;
var columns = ((_this$spansAndLeafNod = this.spansAndLeafNodes) === null || _this$spansAndLeafNod === void 0 ? void 0 : _this$spansAndLeafNod.leafColumns) || this.columns;
var columnResizable = (_this$allowResizeColu = this.allowResizeColumnWidth) !== null && _this$allowResizeColu !== void 0 ? _this$allowResizeColu : this.resizable;
if (columnResizable && tableLayout === "auto") {
log.warn("Table", "table-layout can not be `auto`, cause you are using column resizable, set `table-layout: fixed` please.");
}
var defaultColWidth = tableLayout === "fixed" && this.isWidthOverflow ? "100px" : void 0;
var renderColGroup = function renderColGroup() {
var isAffixHeader = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true;
return createVNode("colgroup", null, [columns.map(function (col) {
var style = {
width: formatCSSUnit((isAffixHeader || columnResizable ? _this.thWidthList[col.colKey] : void 0) || col.width) || defaultColWidth
};
if (col.minWidth) {
style.minWidth = formatCSSUnit(col.minWidth);
}
if (!style.width && !col.minWidth && _this.tableLayout === "fixed") {
style.minWidth = "80px";
}
return createVNode("col", {
"key": col.colKey,
"style": style
}, null);
})]);
};
var renderAffixedHeader = function renderAffixedHeader() {
if (_this.showHeader === false) return null;
return !!(_this.virtualConfig.isVirtualScroll.value || _this.headerAffixedTop) && (_this.headerAffixedTop ? createVNode(Affix, mergeProps({
"offsetTop": 0
}, getAffixProps(_this.headerAffixedTop), {
"onFixedChange": _this.onFixedChange,
"ref": "headerTopAffixRef"
}), _isSlot(affixHeaderWithWrap) ? affixHeaderWithWrap : {
"default": function _default() {
return [affixHeaderWithWrap];
}
}) : _this.isFixedHeader && affixHeaderWithWrap);
};
var renderAffixedHorizontalScrollbar = function renderAffixedHorizontalScrollbar() {
return createVNode(Affix, mergeProps({
"offsetBottom": 0
}, getAffixProps(_this.horizontalScrollAffixedBottom), {
"style": {
marginTop: "-".concat(_this.scrollbarWidth * 2, "px")
},
"horizontalScrollAffixedBottom": true,
"ref": "horizontalScrollAffixRef"
}), {
"default": function _default() {
return [createVNode("div", {
"ref": "horizontalScrollbarRef",
"class": ["scrollbar", _this.tableBaseClass.obviousScrollbar],
"style": {
width: "".concat(_this.tableWidth, "px"),
overflow: "auto",
opacity: Number(_this.showAffixFooter)
}
}, [createVNode("div", {
"style": {
width: "".concat(_this.tableElmWidth, "px"),
height: "5px"
}
}, null)])];
}
});
};
var headProps = {
isFixedHeader: this.isFixedHeader,
rowAndColFixedPosition: this.rowAndColFixedPosition,
isMultipleHeader: this.isMultipleHeader,
bordered: this.bordered,
maxHeight: this.maxHeight,
height: this.height,
spansAndLeafNodes: this.spansAndLeafNodes,
thList: this.thList,
thWidthList: this.thWidthList,
resizable: this.resizable,
columnResizeParams: this.columnResizeParams,
classPrefix: this.classPrefix,
ellipsisOverlayClassName: this.tableSize !== "medium" ? this.sizeClassNames[this.tableSize] : "",
attach: this.attach,
showColumnShadow: this.showColumnShadow,
thDraggable: this.thDraggable
};
var IEHeaderWrap = getIEVersion() <= 11 ? 4 : 0;
var barWidth = this.isWidthOverflow ? this.scrollbarWidth : 0;
var affixHeaderHeight = ref((((_this$affixHeaderRef = this.affixHeaderRef) === null || _this$affixHeaderRef === void 0 ? void 0 : _this$affixHeaderRef.getBoundingClientRect().height) || 0) - IEHeaderWrap);
var timer = setTimeout(function () {
var _this$affixHeaderRef2;
affixHeaderHeight.value = (((_this$affixHeaderRef2 = _this.affixHeaderRef) === null || _this$affixHeaderRef2 === void 0 ? void 0 : _this$affixHeaderRef2.getBoundingClientRect().height) || 0) - IEHeaderWrap;
clearTimeout(timer);
}, 0);
var affixHeaderWrapHeight = computed(function () {
return affixHeaderHeight.value - barWidth;
});
var headerOpacity = baseTableProps.headerAffixedTop ? Number(this.showAffixHeader) : 1;
var affixHeaderWrapHeightStyle = computed(function () {
return {
width: "".concat(_this.tableWidth, "px"),
height: "".concat(affixHeaderWrapHeight.value, "px"),
opacity: headerOpacity
};
});
var affixedLeftBorder = this.bordered ? 1 : 0;
var affixedHeader = Boolean((this.headerAffixedTop || this.virtualConfig.isVirtualScroll.value) && this.tableWidth) && createVNode("div", {
"ref": "affixHeaderRef",
"style": {
width: "".concat(this.tableWidth - affixedLeftBorder, "px"),
opacity: Number(this.showAffixHeader)
},
"class": ["scrollbar", _defineProperty({}, this.tableBaseClass.affixedHeaderElm, this.headerAffixedTop || this.virtualConfig.isVirtualScroll.value)]
}, [createVNode("table", {
"class": this.tableElmClasses,
"style": _objectSpread(_objectSpread({}, this.tableElementStyles), {}, {
width: "".concat(this.tableElmWidth, "px")
})
}, [renderColGroup(true), createVNode(THead, headProps, this.$slots)])]);
var affixHeaderWithWrap = createVNode("div", {
"class": this.tableBaseClass.affixedHeaderWrap,
"style": affixHeaderWrapHeightStyle.value
}, [affixedHeader]);
var marginScrollbarWidth = this.isWidthOverflow ? this.scrollbarWidth : 0;
if (this.bordered) {
marginScrollbarWidth += 1;
}
var showFooter = Boolean(this.virtualConfig.isVirtualScroll.value || this.footerAffixedBottom);
var hasFooter = ((_this$footData = this.footData) === null || _this$footData === void 0 ? void 0 : _this$footData.length) || this.footerSummary || this.$slots["footerSummary"];
var affixedFooter = Boolean(showFooter && hasFooter && this.tableWidth) && createVNode(Affix, mergeProps({
"class": this.tableBaseClass.affixedFooterWrap,
"onFixedChange": this.onFixedChange,
"offsetBottom": marginScrollbarWidth || 0
}, getAffixProps(this.footerAffixedBottom), {
"style": {
marginTop: "".concat(-1 * (((_this$tableFootHeight = this.tableFootHeight) !== null && _this$tableFootHeight !== void 0 ? _this$tableFootHeight : 0) + marginScrollbarWidth), "px")
},
"ref": "footerBottomAffixRef"
}), {
"default": function _default() {
return [createVNode("div", {
"ref": "affixFooterRef",
"style": {
width: "".concat(_this.tableWidth - affixedLeftBorder, "px"),
opacity: Number(_this.showAffixFooter)
},
"class": ["scrollbar", _defineProperty({}, _this.tableBaseClass.affixedFooterElm, _this.footerAffixedBottom || _this.virtualConfig.isVirtualScroll.value)]
}, [createVNode("table", {
"class": _this.tableElmClasses,
"style": _objectSpread(_objectSpread({}, _this.tableElementStyles), {}, {
width: "".concat(_this.tableElmWidth, "px")
})
}, [renderColGroup(true), createVNode(TFoot, {
"rowKey": _this.rowKey,
"isFixedHeader": _this.isFixedHeader,
"rowAndColFixedPosition": rowAndColFixedPosition,
"footData": _this.footData,
"columns": columns,
"rowAttributes": _this.rowAttributes,
"rowClassName": _this.rowClassName,
"thWidthList": _this.thWidthList,
"footerSummary": _this.footerSummary,
"rowspanAndColspanInFooter": _this.rowspanAndColspanInFooter
}, _this.$slots)])])];
}
});
var translate = "translate(0, ".concat(this.virtualConfig.scrollHeight.value + ((_this$tableFootHeight2 = this.tableFootHeight) !== null && _this$tableFootHeight2 !== void 0 ? _this$tableFootHeight2 : 0) + ((_affixHeaderHeight$va = affixHeaderHeight.value) !== null && _affixHeaderHeight$va !== void 0 ? _affixHeaderHeight$va : 0), "px)");
var virtualStyle = {
transform: translate,
"-ms-transform": translate,
"-moz-transform": translate,
"-webkit-transform": translate
};
var tableBodyProps = _objectSpread(_objectSpread({
classPrefix: this.classPrefix,
ellipsisOverlayClassName: this.tableSize !== "medium" ? this.sizeClassNames[this.tableSize] : "",
rowAndColFixedPosition: rowAndColFixedPosition,
showColumnShadow: this.showColumnShadow,
data: data,
virtualConfig: this.virtualConfig,
columns: this.spansAndLeafNodes.leafColumns,
tableElm: this.tableRef,
tableWidth: this.tableWidth,
isWidthOverflow: this.isWidthOverflow,
scroll: this.scroll,
cellEmptyContent: this.cellEmptyContent,
tableContentElm: this.tableContentRef,
handleRowMounted: this.virtualConfig.handleRowMounted,
renderExpandedRow: this.renderExpandedRow
}, pick(this.$props, extendTableProps)), {}, {
pagination: this.innerPagination,
attach: this.attach,
hoverRow: this.hoverRow,
activeRow: this.tActiveRow,
onRowClick: this.onInnerRowClick
});
var tableContent = createVNode("div", {
"ref": "tableContentRef",
"class": this.tableBaseClass.content,
"style": this.tableContentStyles,
"onScroll": this.onInnerVirtualScroll
}, [this.virtualConfig.isVirtualScroll.value && createVNode("div", {
"class": this.virtualScrollClasses.cursor,
"style": virtualStyle
}, null), createVNode("table", {
"ref": "tableElmRef",
"class": this.tableElmClasses,
"style": _objectSpread(_objectSpread({}, this.tableElementStyles), {}, {
width: this.resizable && this.isWidthOverflow && this.tableElmWidth ? "".concat(this.tableElmWidth, "px") : this.tableElementStyles.width
})
}, [renderColGroup(false), this.showHeader && createVNode(THead, _objectSpread(_objectSpread({}, headProps), {}, {
thWidthList: columnResizable ? this.thWidthList : {}
}), this.$slots), createVNode(TBody, mergeProps({
"ref": "tableBodyRef"
}, tableBodyProps), this.$slots), createVNode(TFoot, {
"rowKey": this.rowKey,
"isFixedHeader": this.isFixedHeader,
"rowAndColFixedPosition": rowAndColFixedPosition,
"footData": this.footData,
"columns": columns,
"rowAttributes": this.rowAttributes,
"rowClassName": this.rowClassName,
"footerSummary": this.footerSummary,
"rowspanAndColspanInFooter": this.rowspanAndColspanInFooter,
"virtualScroll": this.virtualConfig.isVirtualScroll.value
}, this.$slots)])]);
var getCustomLoadingText = isFunction(this.loading) ? this.loading : this.$slots.loading;
var loadingContent = this.loading !== void 0 && createVNode(Loading, mergeProps({
"loading": !!this.loading,
"text": getCustomLoadingText,
"attach": this.tableRef ? function () {
return _this.tableRef;
} : void 0,
"showOverlay": true,
"size": "small"
}, this.loadingProps), null);
var topContent = this.renderTNode("topContent");
var bottomContent = this.renderTNode("bottomContent");
var pagination = createVNode("div", {
"ref": "paginationRef",
"class": this.tableBaseClass.paginationWrap,
"style": {
opacity: Number(this.showAffixPagination)
}
}, [this.renderPagination()]);
var bottom = !!bottomContent && createVNode("div", {
"ref": "bottomContentRef",
"class": this.tableBaseClass.bottomContent
}, [bottomContent]);
return createVNode("div", {
"ref": "tableRef",
"tabindex": this.tableRefTabIndex,
"class": this.dynamicBaseTableClasses,
"onFocus": this.onTableFocus,
"onBlur": this.onTableBlur
}, [!!topContent && createVNode("div", {
"class": this.tableBaseClass.topContent
}, [topContent]), renderAffixedHeader(), tableContent, affixedFooter, loadingContent, bottom, this.showRightDivider && createVNode("div", {
"class": this.tableBaseClass.scrollbarDivider,
"style": {
right: "".concat(this.scrollbarWidth, "px"),
bottom: this.dividerBottom ? "".concat(this.dividerBottom, "px") : void 0,
height: "".concat((_this$tableContentRef = this.tableContentRef) === null || _this$tableContentRef === void 0 ? void 0 : _this$tableContentRef.getBoundingClientRect().height, "px")
}
}, null), this.horizontalScrollAffixedBottom && renderAffixedHorizontalScrollbar(), this.paginationAffixedBottom ? createVNode(Affix, mergeProps({
"offsetBottom": 0
}, getAffixProps(this.paginationAffixedBottom), {
"ref": "paginationAffixRef"
}), _isSlot(pagination) ? pagination : {
"default": function _default() {
return [pagination];
}
}) : pagination, createVNode("div", {
"ref": "resizeLineRef",
"class": this.tableBaseClass.resizeLine,
"style": this.resizeLineStyle
}, null)]);
}
});
export { BASE_TABLE_ALL_EVENTS, BASE_TABLE_EVENTS, _BaseTable as default };
//# sourceMappingURL=base-table.js.map