@lark-apaas/aily-web-sdk 0.0.8 → 0.0.9

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/index.d.cts CHANGED
@@ -84,6 +84,8 @@ interface WebSDKEditorConfig {
84
84
  needHeader?: boolean;
85
85
  /** 对话标题,显示在 header 中。默认取应用名称 */
86
86
  headerTitle?: string;
87
+ /** 是否显示关闭按钮。仅 V2 生效。默认: false */
88
+ needCloseButton?: boolean;
87
89
  }
88
90
  /**
89
91
  * Main configuration interface for Web SDK
package/dist/index.d.ts CHANGED
@@ -84,6 +84,8 @@ interface WebSDKEditorConfig {
84
84
  needHeader?: boolean;
85
85
  /** 对话标题,显示在 header 中。默认取应用名称 */
86
86
  headerTitle?: string;
87
+ /** 是否显示关闭按钮。仅 V2 生效。默认: false */
88
+ needCloseButton?: boolean;
87
89
  }
88
90
  /**
89
91
  * Main configuration interface for Web SDK
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/aily-web-sdk",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "Aily Web SDK - iframe-based chat panel integration",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",