@dingrtc/whiteboard 1.1.6 → 1.1.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.ts CHANGED
@@ -3,7 +3,7 @@ export { ConnectionState, DisconnectedReason } from '@dingrtc/channel';
3
3
  import { EventEmitter, Reporter } from '@dingrtc/shared';
4
4
  import * as pdfjs_dist_types_src_display_api from 'pdfjs-dist/types/src/display/api';
5
5
  import * as pdfjs_dist_types_src_display_display_utils from 'pdfjs-dist/types/src/display/display_utils';
6
- import styleInject from '/Users/linlei/projects/work/onertc/oneRTC/node_modules/.pnpm/style-inject@0.3.0/node_modules/style-inject/dist/style-inject.es.js';
6
+ import styleInject from '/Users/leolin/projects/work/onertc/oneRTC/node_modules/.pnpm/style-inject@0.3.0/node_modules/style-inject/dist/style-inject.es.js';
7
7
 
8
8
  declare enum ResizeType {
9
9
  width = 0,
@@ -1558,7 +1558,7 @@ declare abstract class Whiteboard extends EventEmitter<IWhiteboardEvents> {
1558
1558
  get scale(): number;
1559
1559
  set scale(nextScale: number);
1560
1560
  protected _hookShapeRenderRequest(shape: BaseShape): void;
1561
- getCursorSyncType(): "all" | "write";
1561
+ getCursorSyncType(): "write" | "all";
1562
1562
  setCursorSyncType(type: 'write' | 'all'): void;
1563
1563
  /**
1564
1564
  * 设置白板角色类型
@@ -2351,4 +2351,5 @@ declare class WhiteboardManager extends EventEmitter<IWhiteboardManagerEvents> {
2351
2351
  clear(): void;
2352
2352
  }
2353
2353
 
2354
- export { type AnnotationSourceType, type IDomRect, type IWhiteboardEvents, type IWhiteboardManagerEvents, RtcWhiteboard, ShapeFillType, ShapeFontFormatType, ShapeLineType, ShapeOrderType, ShapeVisibleType, ShapeType as ToolType, WBClearType, Whiteboard, WhiteboardManager, WhiteboardManager as default };
2354
+ export { RtcWhiteboard, ShapeFillType, ShapeFontFormatType, ShapeLineType, ShapeOrderType, ShapeVisibleType, ShapeType as ToolType, WBClearType, Whiteboard, WhiteboardManager, WhiteboardManager as default };
2355
+ export type { AnnotationSourceType, IDomRect, IWhiteboardEvents, IWhiteboardManagerEvents };