ide-assi 0.662.0 → 0.663.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
|
@@ -202456,7 +202456,6 @@ class IdeFetch {
|
|
|
202456
202456
|
|
|
202457
202457
|
return fetch(url, options)
|
|
202458
202458
|
.then(res => {
|
|
202459
|
-
console.log(url);
|
|
202460
202459
|
if (url !== "/api/source/query") ninegrid.loading.hide();
|
|
202461
202460
|
if (!res.ok) {
|
|
202462
202461
|
return res.text().then(text => {
|
|
@@ -237582,7 +237581,7 @@ class aiNatualInput extends HTMLElement
|
|
|
237582
237581
|
#keyDownHandler = async e => {
|
|
237583
237582
|
if (e.key === 'Enter' && !e.isComposing && this.#selectFunc) {
|
|
237584
237583
|
|
|
237585
|
-
this.#target.disabled = true;
|
|
237584
|
+
//this.#target.disabled = true;
|
|
237586
237585
|
ninegrid.loading.show();
|
|
237587
237586
|
|
|
237588
237587
|
let params = {};
|
|
@@ -237592,7 +237591,7 @@ class aiNatualInput extends HTMLElement
|
|
|
237592
237591
|
|
|
237593
237592
|
this.#selectFunc.call(this, params);
|
|
237594
237593
|
|
|
237595
|
-
this.#target.disabled = false;
|
|
237594
|
+
//this.#target.disabled = false;
|
|
237596
237595
|
}
|
|
237597
237596
|
};
|
|
237598
237597
|
|
package/dist/bundle.esm.js
CHANGED
|
@@ -202452,7 +202452,6 @@ class IdeFetch {
|
|
|
202452
202452
|
|
|
202453
202453
|
return fetch(url, options)
|
|
202454
202454
|
.then(res => {
|
|
202455
|
-
console.log(url);
|
|
202456
202455
|
if (url !== "/api/source/query") ninegrid.loading.hide();
|
|
202457
202456
|
if (!res.ok) {
|
|
202458
202457
|
return res.text().then(text => {
|
|
@@ -237578,7 +237577,7 @@ class aiNatualInput extends HTMLElement
|
|
|
237578
237577
|
#keyDownHandler = async e => {
|
|
237579
237578
|
if (e.key === 'Enter' && !e.isComposing && this.#selectFunc) {
|
|
237580
237579
|
|
|
237581
|
-
this.#target.disabled = true;
|
|
237580
|
+
//this.#target.disabled = true;
|
|
237582
237581
|
ninegrid.loading.show();
|
|
237583
237582
|
|
|
237584
237583
|
let params = {};
|
|
@@ -237588,7 +237587,7 @@ class aiNatualInput extends HTMLElement
|
|
|
237588
237587
|
|
|
237589
237588
|
this.#selectFunc.call(this, params);
|
|
237590
237589
|
|
|
237591
|
-
this.#target.disabled = false;
|
|
237590
|
+
//this.#target.disabled = false;
|
|
237592
237591
|
}
|
|
237593
237592
|
};
|
|
237594
237593
|
|
|
@@ -29,7 +29,7 @@ class aiNatualInput extends HTMLElement
|
|
|
29
29
|
#keyDownHandler = async e => {
|
|
30
30
|
if (e.key === 'Enter' && !e.isComposing && this.#selectFunc) {
|
|
31
31
|
|
|
32
|
-
this.#target.disabled = true;
|
|
32
|
+
//this.#target.disabled = true;
|
|
33
33
|
ninegrid.loading.show();
|
|
34
34
|
|
|
35
35
|
let params = {};
|
|
@@ -39,7 +39,7 @@ class aiNatualInput extends HTMLElement
|
|
|
39
39
|
|
|
40
40
|
this.#selectFunc.call(this, params);
|
|
41
41
|
|
|
42
|
-
this.#target.disabled = false;
|
|
42
|
+
//this.#target.disabled = false;
|
|
43
43
|
}
|
|
44
44
|
};
|
|
45
45
|
|
package/package.json
CHANGED
|
@@ -29,7 +29,7 @@ class aiNatualInput extends HTMLElement
|
|
|
29
29
|
#keyDownHandler = async e => {
|
|
30
30
|
if (e.key === 'Enter' && !e.isComposing && this.#selectFunc) {
|
|
31
31
|
|
|
32
|
-
this.#target.disabled = true;
|
|
32
|
+
//this.#target.disabled = true;
|
|
33
33
|
ninegrid.loading.show();
|
|
34
34
|
|
|
35
35
|
let params = {};
|
|
@@ -39,7 +39,7 @@ class aiNatualInput extends HTMLElement
|
|
|
39
39
|
|
|
40
40
|
this.#selectFunc.call(this, params);
|
|
41
41
|
|
|
42
|
-
this.#target.disabled = false;
|
|
42
|
+
//this.#target.disabled = false;
|
|
43
43
|
}
|
|
44
44
|
};
|
|
45
45
|
|