ninegrid2 6.1000.0 → 6.1002.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 -0
- package/dist/bundle.esm.js +1 -0
- package/dist/nx/nxLayout.js +1 -0
- package/package.json +1 -1
- package/src/nx/nxLayout.js +1 -0
package/dist/bundle.cjs.js
CHANGED
|
@@ -121910,6 +121910,7 @@ class NxLayout extends HTMLElement {
|
|
|
121910
121910
|
// 컴포넌트가 DOM에 추가된 후, 원본 자식 요소들을 저장합니다.
|
|
121911
121911
|
// filter를 사용하여 nx-splitter를 제외합니다.
|
|
121912
121912
|
this.#originalChildren = Array.from(this.children);
|
|
121913
|
+
console.log(this.children);
|
|
121913
121914
|
this.#render();
|
|
121914
121915
|
}
|
|
121915
121916
|
|
package/dist/bundle.esm.js
CHANGED
|
@@ -121906,6 +121906,7 @@ class NxLayout extends HTMLElement {
|
|
|
121906
121906
|
// 컴포넌트가 DOM에 추가된 후, 원본 자식 요소들을 저장합니다.
|
|
121907
121907
|
// filter를 사용하여 nx-splitter를 제외합니다.
|
|
121908
121908
|
this.#originalChildren = Array.from(this.children);
|
|
121909
|
+
console.log(this.children);
|
|
121909
121910
|
this.#render();
|
|
121910
121911
|
}
|
|
121911
121912
|
|
package/dist/nx/nxLayout.js
CHANGED
package/package.json
CHANGED
package/src/nx/nxLayout.js
CHANGED