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.
- 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
|
@@ -117229,7 +117229,8 @@ class ngView
|
|
|
117229
117229
|
};
|
|
117230
117230
|
}
|
|
117231
117231
|
|
|
117232
|
-
console.log(this.#
|
|
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"));
|
package/dist/bundle.esm.js
CHANGED
|
@@ -117225,7 +117225,8 @@ class ngView
|
|
|
117225
117225
|
};
|
|
117226
117226
|
}
|
|
117227
117227
|
|
|
117228
|
-
console.log(this.#
|
|
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"));
|
package/dist/etc/ngView.js
CHANGED
package/package.json
CHANGED
package/src/etc/ngView.js
CHANGED