@kaitify/core 0.0.1-beta.24 → 0.0.1-beta.26

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.
@@ -506,6 +506,10 @@ export declare class Editor {
506
506
  * 获取编辑器的html内容,该方法会返回一个包含style标签和div标签的html内容。自行展示html内容时可保证样式与编辑器一致,但是对于附件等有交互事件的元素交互事件会失效
507
507
  */
508
508
  getHTML(): string;
509
+ /**
510
+ * 判断光标是否完全在可视范围内
511
+ */
512
+ isSelectionInView(): boolean;
509
513
  /**
510
514
  * 配置编辑器,返回创建的编辑器
511
515
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaitify/core",
3
- "version": "0.0.1-beta.24",
3
+ "version": "0.0.1-beta.26",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "author": "so-better",