vxe-table 4.7.16-beta.0 → 4.7.16
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/ui/index.js +2 -2
- package/es/ui/src/log.js +1 -1
- package/lib/index.umd.js +3 -3
- package/lib/index.umd.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 +1 -1
package/es/ui/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { VxeUI } from '@vxe-ui/core';
|
|
2
2
|
import { getFuncText } from './src/utils';
|
|
3
|
-
VxeUI.version = "4.7.16
|
|
4
|
-
VxeUI.tableVersion = "4.7.16
|
|
3
|
+
VxeUI.version = "4.7.16";
|
|
4
|
+
VxeUI.tableVersion = "4.7.16";
|
|
5
5
|
VxeUI.setConfig({
|
|
6
6
|
emptyCell: ' ',
|
|
7
7
|
table: {
|
package/es/ui/src/log.js
CHANGED
package/lib/index.umd.js
CHANGED
|
@@ -1949,8 +1949,8 @@ function eqEmptyValue(cellValue) {
|
|
|
1949
1949
|
;// CONCATENATED MODULE: ./packages/ui/index.ts
|
|
1950
1950
|
|
|
1951
1951
|
|
|
1952
|
-
core_.VxeUI.version = "4.7.16
|
|
1953
|
-
core_.VxeUI.tableVersion = "4.7.16
|
|
1952
|
+
core_.VxeUI.version = "4.7.16";
|
|
1953
|
+
core_.VxeUI.tableVersion = "4.7.16";
|
|
1954
1954
|
core_.VxeUI.setConfig({
|
|
1955
1955
|
emptyCell: ' ',
|
|
1956
1956
|
table: {
|
|
@@ -2253,7 +2253,7 @@ var es_array_push = __webpack_require__(4114);
|
|
|
2253
2253
|
const {
|
|
2254
2254
|
log: log_log
|
|
2255
2255
|
} = core_.VxeUI;
|
|
2256
|
-
const version = `table v${"4.7.16
|
|
2256
|
+
const version = `table v${"4.7.16"}`;
|
|
2257
2257
|
const warnLog = log_log.create('warn', version);
|
|
2258
2258
|
const errLog = log_log.create('error', version);
|
|
2259
2259
|
;// CONCATENATED MODULE: ./packages/table/src/columnInfo.ts
|