wave-ui 3.9.1 → 3.9.2
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/dist/wave-ui.es.js
CHANGED
|
@@ -6899,7 +6899,7 @@ const me = 15, lo = {
|
|
|
6899
6899
|
},
|
|
6900
6900
|
onResizerMouseUp() {
|
|
6901
6901
|
document.removeEventListener("mousemove", this.onResizerMouseMove), document.removeEventListener("mouseup", this.onResizerMouseUp), setTimeout(() => {
|
|
6902
|
-
const e = [...this.$refs.colgroup.
|
|
6902
|
+
const e = [...this.$refs.colgroup.children].map((t) => {
|
|
6903
6903
|
var i;
|
|
6904
6904
|
return ((i = t.style) == null ? void 0 : i.width) || t.offsetWidth;
|
|
6905
6905
|
});
|