vxe-table 3.18.18 → 3.18.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/table/module/filter/mixin.js +21 -5
- package/es/table/module/filter/panel.js +6 -5
- package/es/table/module/menu/panel.js +27 -13
- package/es/table/src/cell.js +17 -10
- package/es/table/src/table.js +1 -1
- package/es/ui/index.js +1 -1
- package/es/ui/src/log.js +1 -1
- package/lib/index.umd.js +63 -29
- package/lib/index.umd.min.js +1 -1
- package/lib/style.css +1 -1
- package/lib/table/module/filter/mixin.js +21 -5
- package/lib/table/module/filter/mixin.min.js +1 -1
- package/lib/table/module/filter/panel.js +5 -4
- package/lib/table/module/filter/panel.min.js +1 -1
- package/lib/table/module/menu/panel.js +16 -9
- package/lib/table/module/menu/panel.min.js +1 -1
- package/lib/table/src/cell.js +18 -7
- package/lib/table/src/cell.min.js +1 -1
- package/lib/table/src/table.js +1 -1
- package/lib/table/src/table.min.js +1 -1
- 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/package.json +2 -2
- package/packages/table/module/filter/mixin.ts +21 -5
- package/packages/table/module/filter/panel.ts +6 -5
- package/packages/table/module/menu/panel.ts +35 -21
- package/packages/table/src/cell.ts +17 -10
- package/packages/table/src/table.ts +1 -1
- /package/es/{iconfont.1758524611561.ttf → iconfont.1758850648674.ttf} +0 -0
- /package/es/{iconfont.1758524611561.woff → iconfont.1758850648674.woff} +0 -0
- /package/es/{iconfont.1758524611561.woff2 → iconfont.1758850648674.woff2} +0 -0
- /package/lib/{iconfont.1758524611561.ttf → iconfont.1758850648674.ttf} +0 -0
- /package/lib/{iconfont.1758524611561.woff → iconfont.1758850648674.woff} +0 -0
- /package/lib/{iconfont.1758524611561.woff2 → iconfont.1758850648674.woff2} +0 -0
|
@@ -1896,7 +1896,7 @@ export default {
|
|
|
1896
1896
|
}
|
|
1897
1897
|
}
|
|
1898
1898
|
if ($xeGGWrapper) {
|
|
1899
|
-
const popupContainerElem = $
|
|
1899
|
+
const popupContainerElem = $xeGGWrapper.$refs.refPopupContainerElem as HTMLDivElement
|
|
1900
1900
|
const popupWrapperEl = $xeTable.$refs.refPopupWrapperElem as HTMLDivElement
|
|
1901
1901
|
if (popupContainerElem) {
|
|
1902
1902
|
if (popupWrapperEl) {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|