vxe-table 4.7.31 → 4.7.32
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/es/table/src/table.js +3 -0
- package/es/ui/index.js +2 -2
- package/es/ui/src/log.js +1 -1
- package/lib/index.umd.js +6 -3
- package/lib/index.umd.min.js +1 -1
- package/lib/table/src/table.js +3 -0
- package/lib/table/src/table.min.js +1 -1
- package/lib/ui/index.js +2 -2
- 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 +2 -2
- package/packages/table/src/table.ts +3 -0
- package/styles/theme/base.scss +0 -2
- package/styles/theme/dark.scss +3 -5
- package/styles/theme/light.scss +3 -5
package/es/table/src/table.js
CHANGED
package/es/ui/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { VxeUI } from '@vxe-ui/core';
|
|
2
2
|
import { getFuncText } from './src/utils';
|
|
3
|
-
export const version = "4.7.
|
|
3
|
+
export const version = "4.7.32";
|
|
4
4
|
VxeUI.version = version;
|
|
5
|
-
VxeUI.tableVersion = "4.7.
|
|
5
|
+
VxeUI.tableVersion = "4.7.32";
|
|
6
6
|
VxeUI.setConfig({
|
|
7
7
|
emptyCell: ' ',
|
|
8
8
|
table: {
|
package/es/ui/src/log.js
CHANGED
package/lib/index.umd.js
CHANGED
|
@@ -1951,9 +1951,9 @@ function eqEmptyValue(cellValue) {
|
|
|
1951
1951
|
;// CONCATENATED MODULE: ./packages/ui/index.ts
|
|
1952
1952
|
|
|
1953
1953
|
|
|
1954
|
-
const version = "4.7.
|
|
1954
|
+
const version = "4.7.32";
|
|
1955
1955
|
core_.VxeUI.version = version;
|
|
1956
|
-
core_.VxeUI.tableVersion = "4.7.
|
|
1956
|
+
core_.VxeUI.tableVersion = "4.7.32";
|
|
1957
1957
|
core_.VxeUI.setConfig({
|
|
1958
1958
|
emptyCell: ' ',
|
|
1959
1959
|
table: {
|
|
@@ -2254,7 +2254,7 @@ var es_array_push = __webpack_require__(4114);
|
|
|
2254
2254
|
const {
|
|
2255
2255
|
log: log_log
|
|
2256
2256
|
} = core_.VxeUI;
|
|
2257
|
-
const log_version = `table v${"4.7.
|
|
2257
|
+
const log_version = `table v${"4.7.32"}`;
|
|
2258
2258
|
const warnLog = log_log.create('warn', log_version);
|
|
2259
2259
|
const errLog = log_log.create('error', log_version);
|
|
2260
2260
|
;// CONCATENATED MODULE: ./packages/table/src/columnInfo.ts
|
|
@@ -11249,6 +11249,9 @@ const customStorageKey = 'VXE_CUSTOM_STORE';
|
|
|
11249
11249
|
}
|
|
11250
11250
|
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.nextTick)();
|
|
11251
11251
|
},
|
|
11252
|
+
getParams() {
|
|
11253
|
+
return props.params;
|
|
11254
|
+
},
|
|
11252
11255
|
/**
|
|
11253
11256
|
* 用于树结构,给行数据加载子节点
|
|
11254
11257
|
*/
|