ninegrid2 6.1232.0 → 6.1233.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.
@@ -117229,7 +117229,8 @@ class ngView
117229
117229
  };
117230
117230
  }
117231
117231
 
117232
- console.log(this.#height);
117232
+ console.log(this.#owner);
117233
+ console.log($(".ng-container-body", this.#owner.body));
117233
117234
 
117234
117235
 
117235
117236
  const displayRowCount = parseInt(this.#owner.getAttribute("display-row-count"));
@@ -117225,7 +117225,8 @@ class ngView
117225
117225
  };
117226
117226
  }
117227
117227
 
117228
- console.log(this.#height);
117228
+ console.log(this.#owner);
117229
+ console.log($(".ng-container-body", this.#owner.body));
117229
117230
 
117230
117231
 
117231
117232
  const displayRowCount = parseInt(this.#owner.getAttribute("display-row-count"));
@@ -116,7 +116,8 @@ export class ngView
116
116
  }
117
117
  }
118
118
 
119
- console.log(this.#height);
119
+ console.log(this.#owner);
120
+ console.log($(".ng-container-body", this.#owner.body));
120
121
 
121
122
 
122
123
  const displayRowCount = parseInt(this.#owner.getAttribute("display-row-count"));
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.1232.0",
4
+ "version": "6.1233.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
package/src/etc/ngView.js CHANGED
@@ -116,7 +116,8 @@ export class ngView
116
116
  }
117
117
  }
118
118
 
119
- console.log(this.#height);
119
+ console.log(this.#owner);
120
+ console.log($(".ng-container-body", this.#owner.body));
120
121
 
121
122
 
122
123
  const displayRowCount = parseInt(this.#owner.getAttribute("display-row-count"));