@ninebone/grid 0.0.23 → 0.0.25
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 +2 -2
- package/dist/nine-grid.js.map +1 -1
- package/dist/nine-grid.umd.js +2 -2
- package/dist/nine-grid.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/nine-grid.js
CHANGED
|
@@ -2678,7 +2678,7 @@ class ld {
|
|
|
2678
2678
|
});
|
|
2679
2679
|
it(this, "set", (C) => {
|
|
2680
2680
|
var t, l, c;
|
|
2681
|
-
this.clear(), this.add(C, !1), console.log(f(this, Dt)), console.log(f(this,
|
|
2681
|
+
this.clear(), this.add(C, !1), console.log(f(this, Dt)), console.log(f(this, qe)), (c = (l = (t = f(this, Dt)) == null ? void 0 : t.owner) == null ? void 0 : l.matrix) == null || c.updateCumulativeHeights();
|
|
2682
2682
|
});
|
|
2683
2683
|
it(this, "assign", (C) => {
|
|
2684
2684
|
this.source = C;
|
|
@@ -27415,7 +27415,7 @@ class $d {
|
|
|
27415
27415
|
}
|
|
27416
27416
|
// 1. 누적 높이 배열 갱신 (데이터가 로드되거나 변경될 때 호출 필요)
|
|
27417
27417
|
updateCumulativeHeights() {
|
|
27418
|
-
console.log(f(this, Se).data), tt(this, Zr, [0]);
|
|
27418
|
+
console.log("====================="), console.log(f(this, Se).data), tt(this, Zr, [0]);
|
|
27419
27419
|
let C = 0;
|
|
27420
27420
|
const t = f(this, Se).data.count();
|
|
27421
27421
|
for (let l = 0; l < t; l++) {
|