ninegrid2 6.755.0 → 6.757.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/nx/nxSplitter.js +1 -1
- package/package.json +1 -1
- package/src/nx/nxSplitter.js +1 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -121191,7 +121191,7 @@ class nxSplitter extends HTMLElement {
|
|
|
121191
121191
|
if (!prev || !next || !parent) return;
|
|
121192
121192
|
|
|
121193
121193
|
const currentTotal = this.#getSiblingSizeSum();
|
|
121194
|
-
console.log(
|
|
121194
|
+
console.log(currentTotal);
|
|
121195
121195
|
|
|
121196
121196
|
const parentSize = isHorizontal
|
|
121197
121197
|
? parent.getBoundingClientRect().width
|
package/dist/bundle.esm.js
CHANGED
|
@@ -121187,7 +121187,7 @@ class nxSplitter extends HTMLElement {
|
|
|
121187
121187
|
if (!prev || !next || !parent) return;
|
|
121188
121188
|
|
|
121189
121189
|
const currentTotal = this.#getSiblingSizeSum();
|
|
121190
|
-
console.log(
|
|
121190
|
+
console.log(currentTotal);
|
|
121191
121191
|
|
|
121192
121192
|
const parentSize = isHorizontal
|
|
121193
121193
|
? parent.getBoundingClientRect().width
|
package/dist/nx/nxSplitter.js
CHANGED
|
@@ -204,7 +204,7 @@ class nxSplitter extends HTMLElement {
|
|
|
204
204
|
if (!prev || !next || !parent) return;
|
|
205
205
|
|
|
206
206
|
const currentTotal = this.#getSiblingSizeSum();
|
|
207
|
-
console.log(
|
|
207
|
+
console.log(currentTotal);
|
|
208
208
|
|
|
209
209
|
const parentSize = isHorizontal
|
|
210
210
|
? parent.getBoundingClientRect().width
|
package/package.json
CHANGED
package/src/nx/nxSplitter.js
CHANGED
|
@@ -204,7 +204,7 @@ class nxSplitter extends HTMLElement {
|
|
|
204
204
|
if (!prev || !next || !parent) return;
|
|
205
205
|
|
|
206
206
|
const currentTotal = this.#getSiblingSizeSum();
|
|
207
|
-
console.log(
|
|
207
|
+
console.log(currentTotal);
|
|
208
208
|
|
|
209
209
|
const parentSize = isHorizontal
|
|
210
210
|
? parent.getBoundingClientRect().width
|