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.
package/dist/bundle.cjs.js
CHANGED
|
@@ -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
|
|
package/dist/bundle.esm.js
CHANGED
|
@@ -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
|
|
package/package.json
CHANGED