vxe-table 3.19.19 → 3.19.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/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
@@ -1,5 +1,5 @@
1
1
  import { VxeUI } from '@vxe-ui/core';
2
2
  const { log } = VxeUI;
3
- const version = `table v${"3.19.19"}`;
3
+ const version = `table v${"3.19.20"}`;
4
4
  export const warnLog = log.create('warn', version);
5
5
  export const errLog = log.create('error', version);
package/lib/index.umd.js CHANGED
@@ -2005,7 +2005,7 @@ function getClass(property, params) {
2005
2005
  ;// CONCATENATED MODULE: ./packages/ui/index.ts
2006
2006
 
2007
2007
 
2008
- const version = "3.19.19";
2008
+ const version = "3.19.20";
2009
2009
  core_.VxeUI.version = version;
2010
2010
  core_.VxeUI.tableVersion = version;
2011
2011
  core_.VxeUI.setConfig({
@@ -2545,7 +2545,7 @@ function getNodeOffset(elem, container, rest) {
2545
2545
  return rest;
2546
2546
  }
2547
2547
  function isPx(val) {
2548
- return val && /^\d+(\.\d+)?px?$/.test(val);
2548
+ return val && /^\d+(\.\d+)?(px)?$/.test(val);
2549
2549
  }
2550
2550
  function isScale(val) {
2551
2551
  return val && /^\d+(\.\d+)?%$/.test(val);
@@ -2714,7 +2714,7 @@ function isNodeElement(elem) {
2714
2714
  const {
2715
2715
  log: log_log
2716
2716
  } = core_.VxeUI;
2717
- const log_version = `table v${"3.19.19"}`;
2717
+ const log_version = `table v${"3.19.20"}`;
2718
2718
  const warnLog = log_log.create('warn', log_version);
2719
2719
  const errLog = log_log.create('error', log_version);
2720
2720
  ;// CONCATENATED MODULE: ./packages/table/src/columnInfo.ts