ide-assi 0.673.0 → 0.674.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.
@@ -237610,7 +237610,8 @@ class aiNatualInput extends HTMLElement
237610
237610
  if (res.result === true) {
237611
237611
  this.#selectFunc.call(this, { "_whereClause": res.condition });
237612
237612
  } else {
237613
- ninegrid.alert(res.condition);
237613
+ ninegrid.loading.hide();
237614
+ ninegrid.alert(res.condition, null, { "class" : "rgb", "animation" : "shake",});
237614
237615
  }
237615
237616
  } else {
237616
237617
  this.#selectFunc.call(this, {});
@@ -237606,7 +237606,8 @@ class aiNatualInput extends HTMLElement
237606
237606
  if (res.result === true) {
237607
237607
  this.#selectFunc.call(this, { "_whereClause": res.condition });
237608
237608
  } else {
237609
- ninegrid.alert(res.condition);
237609
+ ninegrid.loading.hide();
237610
+ ninegrid.alert(res.condition, null, { "class" : "rgb", "animation" : "shake",});
237610
237611
  }
237611
237612
  } else {
237612
237613
  this.#selectFunc.call(this, {});
@@ -37,7 +37,8 @@ class aiNatualInput extends HTMLElement
37
37
  if (res.result === true) {
38
38
  this.#selectFunc.call(this, { "_whereClause": res.condition });
39
39
  } else {
40
- ninegrid.alert(res.condition);
40
+ ninegrid.loading.hide();
41
+ ninegrid.alert(res.condition, null, { "class" : "rgb", "animation" : "shake",});
41
42
  }
42
43
  } else {
43
44
  this.#selectFunc.call(this, {});
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.673.0",
4
+ "version": "0.674.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -37,7 +37,8 @@ class aiNatualInput extends HTMLElement
37
37
  if (res.result === true) {
38
38
  this.#selectFunc.call(this, { "_whereClause": res.condition });
39
39
  } else {
40
- ninegrid.alert(res.condition);
40
+ ninegrid.loading.hide();
41
+ ninegrid.alert(res.condition, null, { "class" : "rgb", "animation" : "shake",});
41
42
  }
42
43
  } else {
43
44
  this.#selectFunc.call(this, {});