ninegrid2 6.1220.0 → 6.1222.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.
@@ -117518,7 +117518,7 @@ class ngView
117518
117518
 
117519
117519
  #r = () => {
117520
117520
 
117521
- console.log("===============================");
117521
+ console.log("===============================", this.#owner);
117522
117522
 
117523
117523
  var rows = [];
117524
117524
  this.#owner.body.querySelectorAll(".ng-container-body tbody.bindable tr:not(.nodata)").forEach(tr => {
@@ -117514,7 +117514,7 @@ class ngView
117514
117514
 
117515
117515
  #r = () => {
117516
117516
 
117517
- console.log("===============================");
117517
+ console.log("===============================", this.#owner);
117518
117518
 
117519
117519
  var rows = [];
117520
117520
  this.#owner.body.querySelectorAll(".ng-container-body tbody.bindable tr:not(.nodata)").forEach(tr => {
@@ -424,7 +424,7 @@ export class ngView
424
424
 
425
425
  #r = () => {
426
426
 
427
- console.log("===============================");
427
+ console.log("===============================", this.#owner);
428
428
 
429
429
  var rows = [];
430
430
  this.#owner.body.querySelectorAll(".ng-container-body tbody.bindable tr:not(.nodata)").forEach(tr => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.1220.0",
4
+ "version": "6.1222.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
package/src/etc/ngView.js CHANGED
@@ -424,7 +424,7 @@ export class ngView
424
424
 
425
425
  #r = () => {
426
426
 
427
- console.log("===============================");
427
+ console.log("===============================", this.#owner);
428
428
 
429
429
  var rows = [];
430
430
  this.#owner.body.querySelectorAll(".ng-container-body tbody.bindable tr:not(.nodata)").forEach(tr => {