vxe-table 4.14.0-beta.9 → 4.14.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/README.en.md +1 -71
- package/README.ja-JP.md +1 -71
- package/README.md +4 -15
- package/README.zh-TW.md +1 -70
- package/es/index.esm.js +2 -2
- package/es/style.css +1 -1
- package/es/table/src/cell.js +1 -1
- package/es/ui/index.js +1 -1
- package/es/ui/src/log.js +1 -1
- package/lib/index.common.js +5 -5
- package/lib/index.umd.js +3 -3
- package/lib/index.umd.min.js +1 -1
- package/lib/style.css +1 -1
- package/lib/table/src/cell.js +1 -1
- package/lib/table/src/cell.min.js +1 -1
- package/lib/ui/index.js +1 -1
- package/lib/ui/index.min.js +1 -1
- package/lib/ui/src/log.js +1 -1
- package/lib/ui/src/log.min.js +1 -1
- package/package.json +3 -3
- package/packages/index.ts +2 -2
- package/packages/table/src/cell.ts +1 -1
- package/types/all.d.ts +3 -18
- /package/es/{iconfont.1751622170416.ttf → iconfont.1751975497083.ttf} +0 -0
- /package/es/{iconfont.1751622170416.woff → iconfont.1751975497083.woff} +0 -0
- /package/es/{iconfont.1751622170416.woff2 → iconfont.1751975497083.woff2} +0 -0
- /package/lib/{iconfont.1751622170416.ttf → iconfont.1751975497083.ttf} +0 -0
- /package/lib/{iconfont.1751622170416.woff → iconfont.1751975497083.woff} +0 -0
- /package/lib/{iconfont.1751622170416.woff2 → iconfont.1751975497083.woff2} +0 -0
package/es/ui/src/log.js
CHANGED
package/lib/index.common.js
CHANGED
|
@@ -5,18 +5,18 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
var _exportNames = {};
|
|
7
7
|
exports.default = void 0;
|
|
8
|
-
var
|
|
9
|
-
Object.keys(
|
|
8
|
+
var VxeUITableExport = _interopRequireWildcard(require("./components"));
|
|
9
|
+
Object.keys(VxeUITableExport).forEach(function (key) {
|
|
10
10
|
if (key === "default" || key === "__esModule") return;
|
|
11
11
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
12
|
-
if (key in exports && exports[key] ===
|
|
12
|
+
if (key in exports && exports[key] === VxeUITableExport[key]) return;
|
|
13
13
|
Object.defineProperty(exports, key, {
|
|
14
14
|
enumerable: true,
|
|
15
15
|
get: function () {
|
|
16
|
-
return
|
|
16
|
+
return VxeUITableExport[key];
|
|
17
17
|
}
|
|
18
18
|
});
|
|
19
19
|
});
|
|
20
20
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
21
21
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
22
|
-
var _default = exports.default =
|
|
22
|
+
var _default = exports.default = VxeUITableExport;
|
package/lib/index.umd.js
CHANGED
|
@@ -3138,7 +3138,7 @@ function eqEmptyValue(cellValue) {
|
|
|
3138
3138
|
;// ./packages/ui/index.ts
|
|
3139
3139
|
|
|
3140
3140
|
|
|
3141
|
-
const version = "4.14.0
|
|
3141
|
+
const version = "4.14.0";
|
|
3142
3142
|
core_.VxeUI.version = version;
|
|
3143
3143
|
core_.VxeUI.tableVersion = version;
|
|
3144
3144
|
core_.VxeUI.setConfig({
|
|
@@ -3628,7 +3628,7 @@ var esnext_iterator_some = __webpack_require__(7550);
|
|
|
3628
3628
|
const {
|
|
3629
3629
|
log: log_log
|
|
3630
3630
|
} = core_.VxeUI;
|
|
3631
|
-
const log_version = `table v${"4.14.0
|
|
3631
|
+
const log_version = `table v${"4.14.0"}`;
|
|
3632
3632
|
const warnLog = log_log.create('warn', log_version);
|
|
3633
3633
|
const errLog = log_log.create('error', log_version);
|
|
3634
3634
|
;// ./packages/table/src/columnInfo.ts
|
|
@@ -4948,7 +4948,7 @@ function renderTitleContent(params, content) {
|
|
|
4948
4948
|
} = column;
|
|
4949
4949
|
const tooltipOpts = computeTooltipOpts.value;
|
|
4950
4950
|
const showAllTip = tooltipOpts.showAll;
|
|
4951
|
-
const headOverflow = external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().
|
|
4951
|
+
const headOverflow = external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().eqNull(showHeaderOverflow) ? allColumnHeaderOverflow : showHeaderOverflow;
|
|
4952
4952
|
const showTitle = headOverflow === 'title';
|
|
4953
4953
|
const showTooltip = headOverflow === true || headOverflow === 'tooltip';
|
|
4954
4954
|
const ons = {};
|