vxe-table 4.17.19 → 4.17.20
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/style.css +1 -1
- package/es/ui/index.js +1 -1
- package/es/ui/src/dom.js +1 -1
- 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/style.css +1 -1
- package/lib/ui/index.js +1 -1
- package/lib/ui/index.min.js +1 -1
- package/lib/ui/src/dom.js +1 -1
- package/lib/ui/src/dom.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/packages/ui/src/dom.ts +1 -1
- /package/es/{iconfont.1764038290918.ttf → iconfont.1764045862093.ttf} +0 -0
- /package/es/{iconfont.1764038290918.woff → iconfont.1764045862093.woff} +0 -0
- /package/es/{iconfont.1764038290918.woff2 → iconfont.1764045862093.woff2} +0 -0
- /package/lib/{iconfont.1764038290918.ttf → iconfont.1764045862093.ttf} +0 -0
- /package/lib/{iconfont.1764038290918.woff → iconfont.1764045862093.woff} +0 -0
- /package/lib/{iconfont.1764038290918.woff2 → iconfont.1764045862093.woff2} +0 -0
package/es/ui/src/dom.js
CHANGED
|
@@ -39,7 +39,7 @@ function getNodeOffset(elem, container, rest) {
|
|
|
39
39
|
return rest;
|
|
40
40
|
}
|
|
41
41
|
export function isPx(val) {
|
|
42
|
-
return val && /^\d+(\.\d+)?px?$/.test(val);
|
|
42
|
+
return val && /^\d+(\.\d+)?(px)?$/.test(val);
|
|
43
43
|
}
|
|
44
44
|
export function isScale(val) {
|
|
45
45
|
return val && /^\d+(\.\d+)?%$/.test(val);
|
package/es/ui/src/log.js
CHANGED
package/lib/index.umd.js
CHANGED
|
@@ -3141,7 +3141,7 @@ function eqEmptyValue(cellValue) {
|
|
|
3141
3141
|
;// ./packages/ui/index.ts
|
|
3142
3142
|
|
|
3143
3143
|
|
|
3144
|
-
const version = "4.17.
|
|
3144
|
+
const version = "4.17.20";
|
|
3145
3145
|
core_.VxeUI.version = version;
|
|
3146
3146
|
core_.VxeUI.tableVersion = version;
|
|
3147
3147
|
core_.VxeUI.setConfig({
|
|
@@ -3655,7 +3655,7 @@ var esnext_iterator_some = __webpack_require__(7550);
|
|
|
3655
3655
|
const {
|
|
3656
3656
|
log: log_log
|
|
3657
3657
|
} = core_.VxeUI;
|
|
3658
|
-
const log_version = `table v${"4.17.
|
|
3658
|
+
const log_version = `table v${"4.17.20"}`;
|
|
3659
3659
|
const warnLog = log_log.create('warn', log_version);
|
|
3660
3660
|
const errLog = log_log.create('error', log_version);
|
|
3661
3661
|
;// ./packages/table/src/columnInfo.ts
|
|
@@ -3926,7 +3926,7 @@ function getNodeOffset(elem, container, rest) {
|
|
|
3926
3926
|
return rest;
|
|
3927
3927
|
}
|
|
3928
3928
|
function isPx(val) {
|
|
3929
|
-
return val && /^\d+(\.\d+)?px?$/.test(val);
|
|
3929
|
+
return val && /^\d+(\.\d+)?(px)?$/.test(val);
|
|
3930
3930
|
}
|
|
3931
3931
|
function isScale(val) {
|
|
3932
3932
|
return val && /^\d+(\.\d+)?%$/.test(val);
|