ide-assi 0.674.0 → 0.675.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
|
@@ -202441,6 +202441,7 @@ class IdeFetch {
|
|
|
202441
202441
|
|
|
202442
202442
|
static #request = (method, url, data = {}) => {
|
|
202443
202443
|
|
|
202444
|
+
ninegrid.loading.show();
|
|
202444
202445
|
//console.log(method, url, data);
|
|
202445
202446
|
|
|
202446
202447
|
if (method === "GET") url += `?${new URLSearchParams(data)}`;
|
package/dist/bundle.esm.js
CHANGED
|
@@ -202437,6 +202437,7 @@ class IdeFetch {
|
|
|
202437
202437
|
|
|
202438
202438
|
static #request = (method, url, data = {}) => {
|
|
202439
202439
|
|
|
202440
|
+
ninegrid.loading.show();
|
|
202440
202441
|
//console.log(method, url, data);
|
|
202441
202442
|
|
|
202442
202443
|
if (method === "GET") url += `?${new URLSearchParams(data)}`;
|
package/package.json
CHANGED