ninegrid2 6.774.0 → 6.775.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/nx/nxCollapse.js +2 -1
- package/package.json +1 -1
- package/src/nx/nxCollapse.js +2 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -120873,7 +120873,7 @@ class nxCollapse extends HTMLElement {
|
|
|
120873
120873
|
${ninegrid.getCustomPath(this,"nxCollapse.css")}
|
|
120874
120874
|
</style>
|
|
120875
120875
|
|
|
120876
|
-
<div class="button"
|
|
120876
|
+
<div class="button"></div>
|
|
120877
120877
|
`;
|
|
120878
120878
|
|
|
120879
120879
|
this.shadowRoot.appendChild(htmlTmpl.content.cloneNode(true));
|
|
@@ -120922,6 +120922,7 @@ class nxCollapse extends HTMLElement {
|
|
|
120922
120922
|
transform: scale(1.2); /* 살짝 확대 */
|
|
120923
120923
|
}
|
|
120924
120924
|
`;
|
|
120925
|
+
|
|
120925
120926
|
(shadowRoot || this.#target).appendChild(style);
|
|
120926
120927
|
|
|
120927
120928
|
// collapse 시 target 숨기고 복원 버튼 등장
|
package/dist/bundle.esm.js
CHANGED
|
@@ -120869,7 +120869,7 @@ class nxCollapse extends HTMLElement {
|
|
|
120869
120869
|
${ninegrid.getCustomPath(this,"nxCollapse.css")}
|
|
120870
120870
|
</style>
|
|
120871
120871
|
|
|
120872
|
-
<div class="button"
|
|
120872
|
+
<div class="button"></div>
|
|
120873
120873
|
`;
|
|
120874
120874
|
|
|
120875
120875
|
this.shadowRoot.appendChild(htmlTmpl.content.cloneNode(true));
|
|
@@ -120918,6 +120918,7 @@ class nxCollapse extends HTMLElement {
|
|
|
120918
120918
|
transform: scale(1.2); /* 살짝 확대 */
|
|
120919
120919
|
}
|
|
120920
120920
|
`;
|
|
120921
|
+
|
|
120921
120922
|
(shadowRoot || this.#target).appendChild(style);
|
|
120922
120923
|
|
|
120923
120924
|
// collapse 시 target 숨기고 복원 버튼 등장
|
package/dist/nx/nxCollapse.js
CHANGED
|
@@ -28,7 +28,7 @@ class nxCollapse extends HTMLElement {
|
|
|
28
28
|
${ninegrid.getCustomPath(this,"nxCollapse.css")}
|
|
29
29
|
</style>
|
|
30
30
|
|
|
31
|
-
<div class="button"
|
|
31
|
+
<div class="button"></div>
|
|
32
32
|
`;
|
|
33
33
|
|
|
34
34
|
this.shadowRoot.appendChild(htmlTmpl.content.cloneNode(true));
|
|
@@ -77,6 +77,7 @@ class nxCollapse extends HTMLElement {
|
|
|
77
77
|
transform: scale(1.2); /* 살짝 확대 */
|
|
78
78
|
}
|
|
79
79
|
`;
|
|
80
|
+
|
|
80
81
|
(shadowRoot || this.#target).appendChild(style);
|
|
81
82
|
|
|
82
83
|
// collapse 시 target 숨기고 복원 버튼 등장
|
package/package.json
CHANGED
package/src/nx/nxCollapse.js
CHANGED
|
@@ -28,7 +28,7 @@ class nxCollapse extends HTMLElement {
|
|
|
28
28
|
${ninegrid.getCustomPath(this,"nxCollapse.css")}
|
|
29
29
|
</style>
|
|
30
30
|
|
|
31
|
-
<div class="button"
|
|
31
|
+
<div class="button"></div>
|
|
32
32
|
`;
|
|
33
33
|
|
|
34
34
|
this.shadowRoot.appendChild(htmlTmpl.content.cloneNode(true));
|
|
@@ -77,6 +77,7 @@ class nxCollapse extends HTMLElement {
|
|
|
77
77
|
transform: scale(1.2); /* 살짝 확대 */
|
|
78
78
|
}
|
|
79
79
|
`;
|
|
80
|
+
|
|
80
81
|
(shadowRoot || this.#target).appendChild(style);
|
|
81
82
|
|
|
82
83
|
// collapse 시 target 숨기고 복원 버튼 등장
|