ide-assi 0.658.0 → 0.659.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.
@@ -237590,6 +237590,8 @@ class aiNatualInput extends HTMLElement
237590
237590
  }
237591
237591
 
237592
237592
  this.#selectFunc.call(this, params);
237593
+
237594
+ this.#target.disabled = false;
237593
237595
  }
237594
237596
  };
237595
237597
 
@@ -237586,6 +237586,8 @@ class aiNatualInput extends HTMLElement
237586
237586
  }
237587
237587
 
237588
237588
  this.#selectFunc.call(this, params);
237589
+
237590
+ this.#target.disabled = false;
237589
237591
  }
237590
237592
  };
237591
237593
 
@@ -38,6 +38,8 @@ class aiNatualInput extends HTMLElement
38
38
  }
39
39
 
40
40
  this.#selectFunc.call(this, params);
41
+
42
+ this.#target.disabled = false;
41
43
  }
42
44
  };
43
45
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.658.0",
4
+ "version": "0.659.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -38,6 +38,8 @@ class aiNatualInput extends HTMLElement
38
38
  }
39
39
 
40
40
  this.#selectFunc.call(this, params);
41
+
42
+ this.#target.disabled = false;
41
43
  }
42
44
  };
43
45