vxe-table 4.13.43 → 4.13.44
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 +2 -2
- package/lib/index.umd.js +2 -2
- package/lib/index.umd.min.js +1 -1
- package/lib/style.css +1 -1
- package/lib/ui/index.js +2 -2
- package/lib/ui/index.min.js +1 -1
- package/package.json +1 -1
- package/packages/table/src/table.ts +16 -3
- package/packages/ui/index.ts +2 -2
- /package/es/{iconfont.1750301151390.ttf → iconfont.1750301328949.ttf} +0 -0
- /package/es/{iconfont.1750301151390.woff → iconfont.1750301328949.woff} +0 -0
- /package/es/{iconfont.1750301151390.woff2 → iconfont.1750301328949.woff2} +0 -0
- /package/lib/{iconfont.1750301151390.ttf → iconfont.1750301328949.ttf} +0 -0
- /package/lib/{iconfont.1750301151390.woff → iconfont.1750301328949.woff} +0 -0
- /package/lib/{iconfont.1750301151390.woff2 → iconfont.1750301328949.woff2} +0 -0
package/lib/index.umd.js
CHANGED
|
@@ -3347,13 +3347,13 @@ core_.VxeUI.setConfig({
|
|
|
3347
3347
|
isReplace: true
|
|
3348
3348
|
},
|
|
3349
3349
|
virtualXConfig: {
|
|
3350
|
-
enabled:
|
|
3350
|
+
// enabled: false,
|
|
3351
3351
|
gt: 24,
|
|
3352
3352
|
preSize: 1,
|
|
3353
3353
|
oSize: 0
|
|
3354
3354
|
},
|
|
3355
3355
|
virtualYConfig: {
|
|
3356
|
-
enabled:
|
|
3356
|
+
// enabled: false,
|
|
3357
3357
|
gt: 100,
|
|
3358
3358
|
preSize: 1,
|
|
3359
3359
|
oSize: 0
|