ide-assi 0.535.0 → 0.536.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
CHANGED
|
@@ -203260,6 +203260,8 @@ class IdeTipPopup extends HTMLElement {
|
|
|
203260
203260
|
* 팁 팝업을 닫습니다.
|
|
203261
203261
|
*/
|
|
203262
203262
|
close = () => {
|
|
203263
|
+
|
|
203264
|
+
this.#ideLoadingTipsInstance.stopTips();
|
|
203263
203265
|
this.shadowRoot.querySelector('nx-dialog')?.close();
|
|
203264
203266
|
// close 이벤트 리스너에서 aiLoadingTips 정리 로직이 실행될 것임
|
|
203265
203267
|
};
|
package/dist/bundle.esm.js
CHANGED
|
@@ -203256,6 +203256,8 @@ class IdeTipPopup extends HTMLElement {
|
|
|
203256
203256
|
* 팁 팝업을 닫습니다.
|
|
203257
203257
|
*/
|
|
203258
203258
|
close = () => {
|
|
203259
|
+
|
|
203260
|
+
this.#ideLoadingTipsInstance.stopTips();
|
|
203259
203261
|
this.shadowRoot.querySelector('nx-dialog')?.close();
|
|
203260
203262
|
// close 이벤트 리스너에서 aiLoadingTips 정리 로직이 실행될 것임
|
|
203261
203263
|
};
|
package/package.json
CHANGED