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.
package/dist/bundle.cjs.js
CHANGED
|
@@ -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.
|
|
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, {});
|
package/dist/bundle.esm.js
CHANGED
|
@@ -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.
|
|
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.
|
|
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
|
@@ -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.
|
|
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, {});
|