vxe-table 4.7.90 → 4.7.91
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/render/index.js +3 -0
- package/es/ui/index.js +2 -2
- package/es/ui/src/log.js +1 -1
- package/lib/index.umd.js +6 -3
- package/lib/index.umd.min.js +1 -1
- package/lib/style.css +1 -1
- package/lib/table/render/index.js +3 -0
- package/lib/table/render/index.min.js +1 -1
- package/lib/ui/index.js +2 -2
- 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/render/index.ts +3 -0
- package/packages/table/src/table.ts +2 -2
- /package/es/{iconfont.1729062364672.ttf → iconfont.1729165715485.ttf} +0 -0
- /package/es/{iconfont.1729062364672.woff → iconfont.1729165715485.woff} +0 -0
- /package/es/{iconfont.1729062364672.woff2 → iconfont.1729165715485.woff2} +0 -0
- /package/lib/{iconfont.1729062364672.ttf → iconfont.1729165715485.ttf} +0 -0
- /package/lib/{iconfont.1729062364672.woff → iconfont.1729165715485.woff} +0 -0
- /package/lib/{iconfont.1729062364672.woff2 → iconfont.1729165715485.woff2} +0 -0
|
@@ -2135,7 +2135,7 @@ export default defineComponent({
|
|
|
2135
2135
|
const checkboxOpts = computeCheckboxOpts.value
|
|
2136
2136
|
const { transform, loadMethod } = treeOpts
|
|
2137
2137
|
const { checkStrictly } = checkboxOpts
|
|
2138
|
-
return new Promise(resolve => {
|
|
2138
|
+
return new Promise<void>(resolve => {
|
|
2139
2139
|
if (loadMethod) {
|
|
2140
2140
|
const { treeExpandLazyLoadedMaps } = reactData
|
|
2141
2141
|
const { fullAllDataRowIdData } = internalData
|
|
@@ -2198,7 +2198,7 @@ export default defineComponent({
|
|
|
2198
2198
|
}
|
|
2199
2199
|
|
|
2200
2200
|
const handleAsyncRowExpand = (row: any): Promise<void> => {
|
|
2201
|
-
return new Promise(resolve => {
|
|
2201
|
+
return new Promise<void>(resolve => {
|
|
2202
2202
|
const expandOpts = computeExpandOpts.value
|
|
2203
2203
|
const { loadMethod } = expandOpts
|
|
2204
2204
|
if (loadMethod) {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|