ninegrid2 6.1226.0 → 6.1228.0
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/bundle.cjs.js +2 -1
- package/dist/bundle.esm.js +2 -1
- package/dist/etc/ngView.js +2 -1
- package/package.json +1 -1
- package/src/etc/ngView.js +2 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -117242,7 +117242,7 @@ class ngView
|
|
|
117242
117242
|
}
|
|
117243
117243
|
|
|
117244
117244
|
const totalHeight = this.#height.body - this.#height.thead - this.#height.tfoot - this.#getPinHeight();
|
|
117245
|
-
console.log("=======totalHeight: ",
|
|
117245
|
+
console.log("=======totalHeight: ", this.#height, this.#getPinHeight());
|
|
117246
117246
|
|
|
117247
117247
|
var rowCount = 0;
|
|
117248
117248
|
var h = 0;
|
|
@@ -117250,6 +117250,7 @@ class ngView
|
|
|
117250
117250
|
h += this.getRowHeight(this.#rawIndex + rowCount++);
|
|
117251
117251
|
}
|
|
117252
117252
|
|
|
117253
|
+
console.log("=======: ", this.#rawIndex, rowCount, this.#owner.data.count());
|
|
117253
117254
|
if (this.#rawIndex + rowCount > this.#owner.data.count()) {
|
|
117254
117255
|
|
|
117255
117256
|
rowCount = 0;
|
package/dist/bundle.esm.js
CHANGED
|
@@ -117238,7 +117238,7 @@ class ngView
|
|
|
117238
117238
|
}
|
|
117239
117239
|
|
|
117240
117240
|
const totalHeight = this.#height.body - this.#height.thead - this.#height.tfoot - this.#getPinHeight();
|
|
117241
|
-
console.log("=======totalHeight: ",
|
|
117241
|
+
console.log("=======totalHeight: ", this.#height, this.#getPinHeight());
|
|
117242
117242
|
|
|
117243
117243
|
var rowCount = 0;
|
|
117244
117244
|
var h = 0;
|
|
@@ -117246,6 +117246,7 @@ class ngView
|
|
|
117246
117246
|
h += this.getRowHeight(this.#rawIndex + rowCount++);
|
|
117247
117247
|
}
|
|
117248
117248
|
|
|
117249
|
+
console.log("=======: ", this.#rawIndex, rowCount, this.#owner.data.count());
|
|
117249
117250
|
if (this.#rawIndex + rowCount > this.#owner.data.count()) {
|
|
117250
117251
|
|
|
117251
117252
|
rowCount = 0;
|
package/dist/etc/ngView.js
CHANGED
|
@@ -129,7 +129,7 @@ export class ngView
|
|
|
129
129
|
}
|
|
130
130
|
|
|
131
131
|
const totalHeight = this.#height.body - this.#height.thead - this.#height.tfoot - this.#getPinHeight();
|
|
132
|
-
console.log("=======totalHeight: ",
|
|
132
|
+
console.log("=======totalHeight: ", this.#height, this.#getPinHeight());
|
|
133
133
|
|
|
134
134
|
var rowCount = 0;
|
|
135
135
|
var h = 0;
|
|
@@ -137,6 +137,7 @@ export class ngView
|
|
|
137
137
|
h += this.getRowHeight(this.#rawIndex + rowCount++);
|
|
138
138
|
}
|
|
139
139
|
|
|
140
|
+
console.log("=======: ", this.#rawIndex, rowCount, this.#owner.data.count());
|
|
140
141
|
if (this.#rawIndex + rowCount > this.#owner.data.count()) {
|
|
141
142
|
|
|
142
143
|
rowCount = 0;
|
package/package.json
CHANGED
package/src/etc/ngView.js
CHANGED
|
@@ -129,7 +129,7 @@ export class ngView
|
|
|
129
129
|
}
|
|
130
130
|
|
|
131
131
|
const totalHeight = this.#height.body - this.#height.thead - this.#height.tfoot - this.#getPinHeight();
|
|
132
|
-
console.log("=======totalHeight: ",
|
|
132
|
+
console.log("=======totalHeight: ", this.#height, this.#getPinHeight());
|
|
133
133
|
|
|
134
134
|
var rowCount = 0;
|
|
135
135
|
var h = 0;
|
|
@@ -137,6 +137,7 @@ export class ngView
|
|
|
137
137
|
h += this.getRowHeight(this.#rawIndex + rowCount++);
|
|
138
138
|
}
|
|
139
139
|
|
|
140
|
+
console.log("=======: ", this.#rawIndex, rowCount, this.#owner.data.count());
|
|
140
141
|
if (this.#rawIndex + rowCount > this.#owner.data.count()) {
|
|
141
142
|
|
|
142
143
|
rowCount = 0;
|