ide-assi 0.547.0 → 0.549.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
|
@@ -203025,7 +203025,7 @@ class IdeLoadingTips extends HTMLElement {
|
|
|
203025
203025
|
clearInterval(this.#imageIntervalId);
|
|
203026
203026
|
this.#imageIntervalId = null;
|
|
203027
203027
|
}
|
|
203028
|
-
this.
|
|
203028
|
+
this.loadingAnimationWrapper.style.display = 'none';
|
|
203029
203029
|
this.tipImageElement.style.display = 'none'; // Hide image
|
|
203030
203030
|
this.tipImageElement.src = ''; // Clear image source
|
|
203031
203031
|
this.tipImageContainer.style.display = 'none'; // Hide image container
|
package/dist/bundle.esm.js
CHANGED
|
@@ -203021,7 +203021,7 @@ class IdeLoadingTips extends HTMLElement {
|
|
|
203021
203021
|
clearInterval(this.#imageIntervalId);
|
|
203022
203022
|
this.#imageIntervalId = null;
|
|
203023
203023
|
}
|
|
203024
|
-
this.
|
|
203024
|
+
this.loadingAnimationWrapper.style.display = 'none';
|
|
203025
203025
|
this.tipImageElement.style.display = 'none'; // Hide image
|
|
203026
203026
|
this.tipImageElement.src = ''; // Clear image source
|
|
203027
203027
|
this.tipImageContainer.style.display = 'none'; // Hide image container
|
|
@@ -126,7 +126,7 @@ class IdeLoadingTips extends HTMLElement {
|
|
|
126
126
|
clearInterval(this.#imageIntervalId);
|
|
127
127
|
this.#imageIntervalId = null;
|
|
128
128
|
}
|
|
129
|
-
this.
|
|
129
|
+
this.loadingAnimationWrapper.style.display = 'none';
|
|
130
130
|
this.tipImageElement.style.display = 'none'; // Hide image
|
|
131
131
|
this.tipImageElement.src = ''; // Clear image source
|
|
132
132
|
this.tipImageContainer.style.display = 'none'; // Hide image container
|
package/package.json
CHANGED
|
@@ -126,7 +126,7 @@ class IdeLoadingTips extends HTMLElement {
|
|
|
126
126
|
clearInterval(this.#imageIntervalId);
|
|
127
127
|
this.#imageIntervalId = null;
|
|
128
128
|
}
|
|
129
|
-
this.
|
|
129
|
+
this.loadingAnimationWrapper.style.display = 'none';
|
|
130
130
|
this.tipImageElement.style.display = 'none'; // Hide image
|
|
131
131
|
this.tipImageElement.src = ''; // Clear image source
|
|
132
132
|
this.tipImageContainer.style.display = 'none'; // Hide image container
|