@ibiz-template-plugin/ai-chat 0.0.70 → 0.0.71

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.
@@ -21,6 +21,13 @@ export interface ChatSearchProps {
21
21
  * @memberof ChatSearchProps
22
22
  */
23
23
  placeholder?: string;
24
+ /**
25
+ * 自动聚焦
26
+ *
27
+ * @type {boolean}
28
+ * @memberof ChatSearchProps
29
+ */
30
+ autoFocus?: boolean;
24
31
  /**
25
32
  * 点击事件
26
33
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiz-template-plugin/ai-chat",
3
- "version": "0.0.70",
3
+ "version": "0.0.71",
4
4
  "description": "iBiz AI交互框插件",
5
5
  "type": "module",
6
6
  "main": "dist/index.es.js",