UNPKG

tdesign-vue

Version:
298 lines (290 loc) 13.1 kB
/** * tdesign v1.11.2 * (c) 2025 tdesign * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('../_chunks/dep-ece3c062.js'); var _defineProperty = require('@babel/runtime/helpers/defineProperty'); var VueCompositionAPI = require('@vue/composition-api'); var table_tr = require('./tr.js'); var configProvider_useConfig = require('../config-provider/useConfig.js'); var hooks_tnode = require('../hooks/tnode.js'); var table_hooks_useClassName = require('./hooks/useClassName.js'); var table_baseTableProps = require('./base-table-props.js'); var table_hooks_useRowspanAndColspan = require('./hooks/useRowspanAndColspan.js'); var pick = require('../_chunks/dep-71fa6788.js'); var get = require('../_chunks/dep-f84d1ea5.js'); var camelCase = require('../_chunks/dep-7c854ec6.js'); require('@babel/runtime/helpers/typeof'); require('./utils.js'); require('../_chunks/dep-ecccff93.js'); require('../_chunks/dep-a4308f57.js'); require('../_chunks/dep-a4cecac4.js'); require('./hooks/useFixed.js'); require('@babel/runtime/helpers/slicedToArray'); require('../_common/js/log/log.js'); require('../_common/js/utils/getScrollbarWidth.js'); require('../_common/js/utils/helper.js'); require('@babel/runtime/helpers/toConsumableArray'); require('@babel/runtime/helpers/objectWithoutProperties'); require('../_chunks/dep-62de1188.js'); require('../_chunks/dep-867c284e.js'); require('../_chunks/dep-738b4f21.js'); require('../_chunks/dep-fcf0662d.js'); require('../_chunks/dep-e4278c54.js'); require('../_chunks/dep-aa0a4aac.js'); require('../utils/dom.js'); require('vue'); require('raf'); require('../utils/easing.js'); require('../_chunks/dep-bebcd284.js'); require('../_chunks/dep-9f4caea4.js'); require('../_chunks/dep-dbd838d6.js'); require('../_chunks/dep-b3120c1b.js'); require('../_chunks/dep-b1a02818.js'); require('../_chunks/dep-3d8ab37d.js'); require('../_chunks/dep-5db8defc.js'); require('../_chunks/dep-a0ae49c9.js'); require('../_chunks/dep-d23147db.js'); require('../_chunks/dep-a4747856.js'); require('../_chunks/dep-ab142eaf.js'); require('../_chunks/dep-502c56be.js'); require('../_chunks/dep-201f7798.js'); require('../_chunks/dep-d3015b4c.js'); require('../_chunks/dep-6e4c473c.js'); require('../_chunks/dep-a9e7deb2.js'); require('../_chunks/dep-6ad3de7c.js'); require('../_chunks/dep-eeb2e214.js'); require('../_chunks/dep-de60f5aa.js'); require('../_chunks/dep-b5c96567.js'); require('../_chunks/dep-f3761329.js'); require('../_chunks/dep-848a5a32.js'); require('../_chunks/dep-362bc4d7.js'); require('../_chunks/dep-73fb598e.js'); require('../_chunks/dep-75cd6d52.js'); require('../_chunks/dep-234b7c02.js'); require('../_chunks/dep-2e32c1f2.js'); require('./ellipsis.js'); require('../utils/render-tnode.js'); require('@babel/runtime/helpers/readOnlyError'); require('../_chunks/dep-47bca35e.js'); require('../_chunks/dep-6478392e.js'); require('../_chunks/dep-eceed11d.js'); require('../_chunks/dep-f8a85d6a.js'); require('../_chunks/dep-5b117689.js'); require('../tooltip/index.js'); require('../tooltip/tooltip.js'); require('../tooltip/props.js'); require('../popup/props.js'); require('../popup/popup.js'); require('@popperjs/core'); require('../utils/helper.js'); require('../_common/js/utils/setStyle.js'); require('../popup/container.js'); require('../config-provider/config-receiver.js'); require('../_chunks/dep-07fb8c0e.js'); require('../_common/js/global-config/default-config.js'); require('../_common/js/global-config/locale/zh_CN.js'); require('../_chunks/dep-a4a18104.js'); require('../_chunks/dep-27dd8cc6.js'); require('dayjs'); require('../_chunks/dep-87c765cc.js'); require('../_chunks/dep-8b1e056e.js'); require('../_chunks/dep-932dd69e.js'); require('../_chunks/dep-68ba2357.js'); require('../_chunks/dep-173eb46c.js'); require('../utils/mixins.js'); require('../utils/event.js'); require('../popup/utils.js'); require('../utils/map-props.js'); require('../utils/withInstall.js'); require('../hooks/useLazyLoad.js'); require('../_common/js/utils/observe.js'); require('../hooks/render-tnode.js'); require('../_chunks/dep-a6490a32.js'); require('../_chunks/dep-3eec664c.js'); function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; } var _defineProperty__default = /*#__PURE__*/_interopDefaultLegacy(_defineProperty); 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__default["default"](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; } var ROW_AND_TD_LISTENERS = table_tr.ROW_LISTENERS.concat("cell-click"); var extendTableProps = ["bordered", "rowKey", "rowClassName", "rowAttributes", "loading", "empty", "fixedRows", "firstFullRow", "lastFullRow", "rowspanAndColspan", "scroll", "cellEmptyContent", "pagination", "attach", "onCellClick", "onPageChange", "onRowClick", "onRowDblclick", "onRowMouseover", "onRowMousedown", "onRowMouseenter", "onRowMouseleave", "onRowMouseup", "onScroll", "onScrollX", "onScrollY"]; var TBody = VueCompositionAPI.defineComponent({ name: "TBody", props: _objectSpread({ classPrefix: String, ellipsisOverlayClassName: String, data: Array, columns: Array, rowAndColFixedPosition: Map, showColumnShadow: Object, tableElm: {}, tableWidth: Number, isWidthOverflow: Boolean, virtualConfig: Object, tableContentElm: {}, handleRowMounted: Function, renderExpandedRow: Function, firstFullRow: [String, Function], lastFullRow: [String, Function], activeRow: Array, hoverRow: [String, Number] }, pick.pick(table_baseTableProps["default"], extendTableProps)), setup: function setup(props, _ref) { var emit = _ref.emit; var renderTNode = hooks_tnode.useTNodeJSX(); var _toRefs = VueCompositionAPI.toRefs(props), data = _toRefs.data, columns = _toRefs.columns, rowKey = _toRefs.rowKey, rowspanAndColspan = _toRefs.rowspanAndColspan; var _useConfig = configProvider_useConfig.useConfig("table", props.locale), t = _useConfig.t, global = _useConfig.global; var _useClassName = table_hooks_useClassName["default"](), tableFullRowClasses = _useClassName.tableFullRowClasses, tableBaseClass = _useClassName.tableBaseClass; var _useRowspanAndColspan = table_hooks_useRowspanAndColspan["default"](data, columns, rowKey, rowspanAndColspan), skipSpansMap = _useRowspanAndColspan.skipSpansMap; var tbodyClasses = VueCompositionAPI.computed(function () { return [tableBaseClass.body]; }); var isFixedLeftColumn = VueCompositionAPI.computed(function () { return props.isWidthOverflow && !!props.columns.find(function (col) { return col.fixed === "left"; }); }); var getTrListeners = function getTrListeners() { var trListeners = {}; ROW_AND_TD_LISTENERS.forEach(function (eventName) { var name = ["cell-click"].includes(eventName) ? eventName : "row-".concat(eventName); trListeners[name] = function (context) { emit(name, context); }; }); return trListeners; }; return { t: t, global: global, tableFullRowClasses: tableFullRowClasses, tbodyClasses: tbodyClasses, tableBaseClass: tableBaseClass, isFixedLeftColumn: isFixedLeftColumn, skipSpansMap: skipSpansMap, renderTNode: renderTNode, getTrListeners: getTrListeners }; }, render: function render(h) { var _this = this, _this$data, _this$data2, _this$data3, _this$virtualConfig, _this$virtualConfig2; var renderEmpty = function renderEmpty(h2, columns) { var showEmptyText = Boolean(_this.tableWidth && _this.tableWidth > 100) || "production" === "test"; var tableWidth = _this.bordered ? _this.tableWidth - 2 : _this.tableWidth; return h("tr", { "class": [_this.tableBaseClass.emptyRow, _defineProperty__default["default"]({}, _this.tableFullRowClasses.base, _this.isWidthOverflow)] }, [h("td", { "attrs": { "colspan": columns.length } }, [h("div", { "class": [_this.tableBaseClass.empty, _defineProperty__default["default"]({}, _this.tableFullRowClasses.innerFullRow, _this.isWidthOverflow)], "style": _this.isWidthOverflow ? { width: "".concat(tableWidth, "px") } : {} }, [showEmptyText ? _this.renderTNode("empty") || _this.t(_this.global.empty) : ""])])]); }; var getFullRow = function getFullRow(h2, columnLength2, type) { var tType = camelCase.camelCase(type); var fullRowNode = _this.renderTNode(tType); if (["", null, void 0, false].includes(fullRowNode)) return null; var classes = [_this.tableFullRowClasses.base, _this.tableFullRowClasses[tType]]; var tableWidth = _this.bordered ? _this.tableWidth - 2 : _this.tableWidth; return h("tr", { "class": classes }, [h("td", { "attrs": { "colspan": columnLength2 } }, [h("div", { "class": _defineProperty__default["default"]({}, _this.tableFullRowClasses.innerFullRow, _this.isFixedToLeft), "style": _this.isFixedToLeft ? { width: "".concat(tableWidth, "px") } : {} }, [h("div", { "class": _this.tableFullRowClasses.innerFullElement }, [fullRowNode])])])]); }; var columnLength = this.columns.length; var dataLength = (_this$data = this.data) === null || _this$data === void 0 ? void 0 : _this$data.length; var trNodeList = []; var properties = ["classPrefix", "ellipsisOverlayClassName", "rowAndColFixedPosition", "scroll", "tableElm", "tableContentElm", "pagination", "attach"]; (_this$data2 = this.data) === null || _this$data2 === void 0 || _this$data2.forEach(function (row, rowIndex) { var _this$activeRow; var rowKey = _this.rowKey || "id"; var rowValue = get.get(row, rowKey); var trProps = _objectSpread(_objectSpread({}, pick.pick(_this.$props, table_tr.TABLE_PROPS)), {}, { rowKey: rowKey, row: row, columns: _this.columns, rowIndex: (row === null || row === void 0 ? void 0 : row.__VIRTUAL_SCROLL_INDEX) || rowIndex, dataLength: dataLength, skipSpansMap: _this.skipSpansMap, virtualConfig: _this.virtualConfig, active: (_this$activeRow = _this.activeRow) === null || _this$activeRow === void 0 ? void 0 : _this$activeRow.includes(rowValue), isHover: _this.hoverRow === rowValue }, pick.pick(_this.$props, properties)); if (_this.onCellClick) { trProps.onCellClick = _this.onCellClick; } var on = _this.getTrListeners(); if (_this.handleRowMounted) { on["row-mounted"] = _this.handleRowMounted; } var trNode = h(table_tr["default"], helper.helper([{ "scopedSlots": _this.$scopedSlots, "key": get.get(row, _this.rowKey || "id") }, { "on": on }, {}, { "props": trProps }])); trNodeList.push(trNode); if (_this.renderExpandedRow) { var p = { row: row, index: rowIndex, columns: _this.columns, tableWidth: _this.tableWidth, isWidthOverflow: _this.isWidthOverflow }; var expandedContent = _this.renderExpandedRow(h, p); expandedContent && trNodeList.push(expandedContent); } }); var list = [getFullRow(h, columnLength, "first-full-row"), trNodeList, getFullRow(h, columnLength, "last-full-row")]; var isEmpty = !((_this$data3 = this.data) !== null && _this$data3 !== void 0 && _this$data3.length) && !this.loading && !this.firstFullRow && !this.lastFullRow; var translate = "translateY(".concat((_this$virtualConfig = this.virtualConfig) === null || _this$virtualConfig === void 0 ? void 0 : _this$virtualConfig.translateY.value, "px)"); var posStyle = (_this$virtualConfig2 = this.virtualConfig) !== null && _this$virtualConfig2 !== void 0 && _this$virtualConfig2.isVirtualScroll.value ? { transform: translate, "-ms-transform": translate, "-moz-transform": translate, "-webkit-transform": translate } : void 0; return h("tbody", { "class": this.tbodyClasses, "style": _objectSpread({}, posStyle) }, [isEmpty ? renderEmpty(h, this.columns) : list]); } }); exports.ROW_AND_TD_LISTENERS = ROW_AND_TD_LISTENERS; exports["default"] = TBody; exports.extendTableProps = extendTableProps; //# sourceMappingURL=tbody.js.map