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.
- package/dist/bundle.cjs.js +1 -1
- package/dist/bundle.esm.js +1 -1
- package/dist/etc/ngView.js +1 -1
- package/package.json +1 -1
- package/src/etc/ngView.js +1 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -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 => {
|
package/dist/bundle.esm.js
CHANGED
|
@@ -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 => {
|
package/dist/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 => {
|
package/package.json
CHANGED
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 => {
|