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.
@@ -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)}`;
@@ -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)}`;
@@ -4,6 +4,7 @@ export class IdeFetch {
4
4
 
5
5
  static #request = (method, url, data = {}) => {
6
6
 
7
+ ninegrid.loading.show();
7
8
  //console.log(method, url, data);
8
9
 
9
10
  if (method === "GET") url += `?${new URLSearchParams(data)}`;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.674.0",
4
+ "version": "0.675.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -4,6 +4,7 @@ export class IdeFetch {
4
4
 
5
5
  static #request = (method, url, data = {}) => {
6
6
 
7
+ ninegrid.loading.show();
7
8
  //console.log(method, url, data);
8
9
 
9
10
  if (method === "GET") url += `?${new URLSearchParams(data)}`;