@ninebone/grid 0.0.43 → 0.0.44
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/nine-grid.js +5 -0
- package/dist/nine-grid.js.map +1 -1
- package/dist/nine-grid.umd.js +1 -1
- package/dist/nine-grid.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/nine-grid.js
CHANGED
|
@@ -3200,6 +3200,11 @@ class ud {
|
|
|
3200
3200
|
}
|
|
3201
3201
|
set source(C) {
|
|
3202
3202
|
this.clear(), this.add(C, !1), _s.log("ngData.source", C);
|
|
3203
|
+
const t = () => {
|
|
3204
|
+
var l, c, o, r;
|
|
3205
|
+
(c = (l = f(this, Dt)) == null ? void 0 : l.owner) != null && c.matrix ? (r = (o = f(this, Dt)) == null ? void 0 : o.owner) == null || r.matrix.updateCumulativeHeights() : setTimeout(t, 50);
|
|
3206
|
+
};
|
|
3207
|
+
t();
|
|
3203
3208
|
}
|
|
3204
3209
|
get nextId() {
|
|
3205
3210
|
return ++Su(this, oi)._;
|