@lark-project/js-sdk 2.0.1-alpha.0 → 2.0.1-alpha.1

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/es/index.js CHANGED
@@ -382,7 +382,7 @@ var SDKClient = _SDKClient;
382
382
  /**
383
383
  * SDK 版本号
384
384
  */
385
- SDKClient.version = "2.0.1-alpha.0";
385
+ SDKClient.version = "2.0.1-alpha.1";
386
386
 
387
387
  // src/types/biz.ts
388
388
  var AttributeType = /* @__PURE__ */ ((AttributeType2) => {
package/dist/lib/index.js CHANGED
@@ -433,7 +433,7 @@ var SDKClient = _SDKClient;
433
433
  /**
434
434
  * SDK 版本号
435
435
  */
436
- SDKClient.version = "2.0.1-alpha.0";
436
+ SDKClient.version = "2.0.1-alpha.1";
437
437
 
438
438
  // src/types/biz.ts
439
439
  var AttributeType = /* @__PURE__ */ ((AttributeType2) => {
@@ -1027,13 +1027,16 @@ interface RichTextEditorOptions {
1027
1027
  */
1028
1028
  defaultValue?: string;
1029
1029
  /**
1030
- * 编辑器空占位符
1031
- */
1032
- placeholder?: string;
1033
- /**
1034
- * 是否可编辑,默认 true
1035
- */
1036
- editable?: boolean;
1030
+ * 额外的上下文
1031
+ */
1032
+ context: {
1033
+ /**
1034
+ * 空间 id
1035
+ * @人 下拉人员列表会按空间推荐
1036
+ * 附件上传会关联该空间权限控制
1037
+ */
1038
+ spaceId: string;
1039
+ };
1037
1040
  }
1038
1041
  /**
1039
1042
  * @public
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-project/js-sdk",
3
- "version": "2.0.1-alpha.0",
3
+ "version": "2.0.1-alpha.1",
4
4
  "runtimeMinVersions": {
5
5
  "web": "2.1.0",
6
6
  "mobile": "1.1.0"