vxe-table 4.5.15 → 4.5.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/icon/style.css +1 -1
- package/es/style.css +1 -1
- package/es/style.min.css +1 -1
- package/es/table/src/table.js +1 -1
- package/es/tools/log.js +1 -1
- package/es/v-x-e-table/index.js +1 -1
- package/lib/icon/style/style.css +1 -1
- package/lib/icon/style/style.min.css +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/style.min.css +1 -1
- package/lib/table/src/table.js +1 -1
- package/lib/table/src/table.min.js +1 -1
- package/lib/tools/log.js +1 -1
- package/lib/tools/log.min.js +1 -1
- package/lib/v-x-e-table/index.js +1 -1
- package/lib/v-x-e-table/index.min.js +1 -1
- package/package.json +1 -1
- package/packages/table/src/table.ts +1 -1
- /package/es/icon/style/{iconfont.1702859762431.ttf → iconfont.1703204920518.ttf} +0 -0
- /package/es/icon/style/{iconfont.1702859762431.woff → iconfont.1703204920518.woff} +0 -0
- /package/es/icon/style/{iconfont.1702859762431.woff2 → iconfont.1703204920518.woff2} +0 -0
- /package/es/{iconfont.1702859762431.ttf → iconfont.1703204920518.ttf} +0 -0
- /package/es/{iconfont.1702859762431.woff → iconfont.1703204920518.woff} +0 -0
- /package/es/{iconfont.1702859762431.woff2 → iconfont.1703204920518.woff2} +0 -0
- /package/lib/icon/style/{iconfont.1702859762431.ttf → iconfont.1703204920518.ttf} +0 -0
- /package/lib/icon/style/{iconfont.1702859762431.woff → iconfont.1703204920518.woff} +0 -0
- /package/lib/icon/style/{iconfont.1702859762431.woff2 → iconfont.1703204920518.woff2} +0 -0
- /package/lib/{iconfont.1702859762431.ttf → iconfont.1703204920518.ttf} +0 -0
- /package/lib/{iconfont.1702859762431.woff → iconfont.1703204920518.woff} +0 -0
- /package/lib/{iconfont.1702859762431.woff2 → iconfont.1703204920518.woff2} +0 -0
package/package.json
CHANGED
|
@@ -2547,7 +2547,7 @@ export default defineComponent({
|
|
|
2547
2547
|
const { transform } = treeOpts
|
|
2548
2548
|
const allList = fullData || internalData.tableFullData
|
|
2549
2549
|
// 如果gt为0,则总是启用
|
|
2550
|
-
const scrollYLoad =
|
|
2550
|
+
const scrollYLoad = (transform || !treeConfig) && !!sYOpts.enabled && sYOpts.gt > -1 && (sYOpts.gt === 0 || sYOpts.gt < allList.length)
|
|
2551
2551
|
reactData.scrollYLoad = scrollYLoad
|
|
2552
2552
|
return scrollYLoad
|
|
2553
2553
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|