@netless/appliance-plugin 1.1.5 → 1.1.6

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.
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-VnPTZ-8D.js");exports.ActiveContainerType=e.ActiveContainerType;exports.ApplianceMultiPlugin=e.ApplianceMultiPlugin;exports.ApplianceNames=e.ApplianceNames;exports.ApplianceSigleWrapper=e.ApplianceSigleWrapper;exports.ApplianceSinglePlugin=e.ApplianceSinglePlugin;exports.ECanvasShowType=e.ECanvasShowType;exports.EDataType=e.EDataType;exports.EMatrixrRelationType=e.EMatrixrRelationType;exports.EOperationType=e.EOperationType;exports.EPostMessageType=e.EPostMessageType;exports.ERenderFilterType=e.ERenderFilterType;exports.EScaleType=e.EScaleType;exports.EStrokeType=e.EStrokeType;exports.EToolsKey=e.EToolsKey;exports.ElayerType=e.ElayerType;exports.EmitEventType=e.EmitEventType;exports.EventMessageType=e.EventMessageType;exports.EvevtWorkState=e.EvevtWorkState;exports.EvevtWorkType=e.EvevtWorkType;exports.InternalMsgEmitterType=e.InternalMsgEmitterType;exports.ShapeType=e.ShapeType;exports.fullWorkerUrl=e.fullWorker;exports.subWorkerUrl=e.subWorker;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-BNqxsoBb.js");exports.ActiveContainerType=e.ActiveContainerType;exports.ApplianceMultiPlugin=e.ApplianceMultiPlugin;exports.ApplianceNames=e.ApplianceNames;exports.ApplianceSigleWrapper=e.ApplianceSigleWrapper;exports.ApplianceSinglePlugin=e.ApplianceSinglePlugin;exports.ECanvasShowType=e.ECanvasShowType;exports.EDataType=e.EDataType;exports.EMatrixrRelationType=e.EMatrixrRelationType;exports.EOperationType=e.EOperationType;exports.EPostMessageType=e.EPostMessageType;exports.ERenderFilterType=e.ERenderFilterType;exports.EScaleType=e.EScaleType;exports.EStrokeType=e.EStrokeType;exports.EToolsKey=e.EToolsKey;exports.ElayerType=e.ElayerType;exports.EmitEventType=e.EmitEventType;exports.EventMessageType=e.EventMessageType;exports.EvevtWorkState=e.EvevtWorkState;exports.EvevtWorkType=e.EvevtWorkType;exports.InternalMsgEmitterType=e.InternalMsgEmitterType;exports.ShapeType=e.ShapeType;exports.fullWorkerUrl=e.fullWorker;exports.subWorkerUrl=e.subWorker;
@@ -1,4 +1,4 @@
1
- import { H as s, A as p, B as r, z as t, y as l, J as y, h as i, r as n, P as E, k as T, Q as o, N as v, F as g, E as S, L as c, p as k, K as A, a as u, O as M, I as W, G as m, w as P, x as h } from "./index-Dkg_PdHZ.mjs";
1
+ import { H as s, A as p, B as r, z as t, y as l, J as y, h as i, r as n, P as E, k as T, Q as o, N as v, F as g, E as S, L as c, p as k, K as A, a as u, O as M, I as W, G as m, w as P, x as h } from "./index-DeePQlzi.mjs";
2
2
  export {
3
3
  s as ActiveContainerType,
4
4
  p as ApplianceMultiPlugin,
@@ -22,6 +22,7 @@ export declare class MiniMapManagerImpl implements MiniMapManager {
22
22
  readonly maps: Map<ViewId, MiniMapsState>;
23
23
  private showId?;
24
24
  private color;
25
+ private timer?;
25
26
  constructor(props: BaseSubWorkModuleProps);
26
27
  get listener(): EventEmitter2;
27
28
  get activeViewId(): string | undefined;
@@ -1,3 +1,4 @@
1
+ import type EventEmitter2 from "eventemitter2";
1
2
  import type { RoomMemberManager } from "../members";
2
3
  import { ApplianceManagerLike, BaseSubWorkModuleProps, FilterRenderType, _ArrayTrue, _ObjectTrue } from "../plugin/types";
3
4
  import type { MasterControlForWorker } from "./mainEngine";
@@ -36,6 +37,7 @@ export declare class RenderCotrolImple implements RenderCotrol {
36
37
  readonly control: ApplianceManagerLike;
37
38
  readonly roomMemberManager: RoomMemberManager;
38
39
  readonly worker: MasterControlForWorker;
40
+ readonly publicMsgEmitter: EventEmitter2;
39
41
  private renderUids;
40
42
  private pageAuth;
41
43
  private isLocalRender;
@@ -100,7 +100,7 @@ export declare abstract class LocalWork {
100
100
  setWorkOptions(workId: string, opt: BaseShapeOptions): void;
101
101
  createWorkShapeNode(opt: IActiveToolsDataType & {
102
102
  workId: string;
103
- }): import("../tools").PencilShape | import("../tools").LaserPenShape | import("../tools").EraserShape | import("../tools").StarShape | import("../tools/text").TextShape | import("../tools").SelectorShape | import("../tools/image").ImageShape | import("../tools").ArrowShape | import("../tools/straight").StraightShape | import("../tools").EllipseShape | import("../tools").PolygonShape | import("../tools").RectangleShape | import("../tools").SpeechBalloonShape | import("../tools/pencilEraserBitMap").BitMapEraserShape | import("../tools/pencilEraser").PencilEraserShape | undefined;
103
+ }): import("../tools").PencilShape | import("../tools").LaserPenShape | import("../tools").EraserShape | import("../tools").StarShape | import("../tools/text").TextShape | import("../tools").SelectorShape | import("../tools").ImageShape | import("../tools").ArrowShape | import("../tools/straight").StraightShape | import("../tools").EllipseShape | import("../tools").PolygonShape | import("../tools").RectangleShape | import("../tools").SpeechBalloonShape | import("../tools/pencilEraserBitMap").BitMapEraserShape | import("../tools/pencilEraser").PencilEraserShape | undefined;
104
104
  setToolsOpt(opt: IActiveToolsDataType): void;
105
105
  getToolsOpt(): IActiveToolsDataType | undefined;
106
106
  clearWorkShapeNodeCache(workId: string): void;