vxe-table 3.19.37 → 3.19.39
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/index.esm.js +1 -2
- package/es/style.css +1 -1
- package/es/table/src/cell.js +5 -3
- package/es/table/src/methods.js +1 -1
- package/es/table/style.css +48 -18
- package/es/ui/index.js +1 -1
- package/es/ui/src/log.js +1 -1
- package/es/vxe-table/style.css +48 -18
- package/lib/index.common.js +1 -2
- package/lib/index.umd.js +2297 -965
- package/lib/index.umd.min.js +1 -1
- package/lib/style.css +1 -1
- package/lib/table/src/cell.js +7 -5
- package/lib/table/src/cell.min.js +1 -1
- package/lib/table/src/methods.js +1 -1
- package/lib/table/src/methods.min.js +1 -1
- package/lib/table/style/style.css +48 -18
- package/lib/ui/index.js +1 -1
- 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/lib/v-x-e-table/index.js +1 -2
- package/lib/v-x-e-table/index.min.js +1 -1
- package/lib/vxe-colgroup/index.js +1 -2
- package/lib/vxe-colgroup/index.min.js +1 -1
- package/lib/vxe-column/index.js +1 -2
- package/lib/vxe-column/index.min.js +1 -1
- package/lib/vxe-grid/index.js +1 -2
- package/lib/vxe-grid/index.min.js +1 -1
- package/lib/vxe-table/index.js +1 -2
- package/lib/vxe-table/index.min.js +1 -1
- package/lib/vxe-table/style/style.css +48 -18
- package/lib/vxe-toolbar/index.js +1 -2
- package/lib/vxe-toolbar/index.min.js +1 -1
- package/lib/vxe-ui/index.js +1 -2
- package/lib/vxe-ui/index.min.js +1 -1
- package/lib/vxe-v-x-e-table/index.js +1 -2
- package/lib/vxe-v-x-e-table/index.min.js +1 -1
- package/package.json +1 -1
- package/packages/table/src/cell.ts +5 -3
- package/packages/table/src/methods.ts +1 -1
- /package/es/{iconfont.1767063889499.ttf → iconfont.1767145426781.ttf} +0 -0
- /package/es/{iconfont.1767063889499.woff → iconfont.1767145426781.woff} +0 -0
- /package/es/{iconfont.1767063889499.woff2 → iconfont.1767145426781.woff2} +0 -0
- /package/lib/{iconfont.1767063889499.ttf → iconfont.1767145426781.ttf} +0 -0
- /package/lib/{iconfont.1767063889499.woff → iconfont.1767145426781.woff} +0 -0
- /package/lib/{iconfont.1767063889499.woff2 → iconfont.1767145426781.woff2} +0 -0
|
@@ -4596,7 +4596,7 @@ const tableMethods: any = {
|
|
|
4596
4596
|
reactData.tableData = tableData
|
|
4597
4597
|
internalData.visibleDataRowIdData = visibleDataRowIdMaps
|
|
4598
4598
|
if ($xeGanttView && $xeGanttView.updateViewData) {
|
|
4599
|
-
$xeGanttView.updateViewData()
|
|
4599
|
+
$xeGanttView.updateViewData(force)
|
|
4600
4600
|
}
|
|
4601
4601
|
return $xeTable.$nextTick()
|
|
4602
4602
|
},
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|