@netless/appliance-plugin 1.1.30 → 1.1.32
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/cdn/cdn.js +1 -1
- package/cdn/{fullWorker-Bdpfgf.js → fullWorker-BuCr8Z.js} +2 -2
- package/cdn/{subWorker-DBZ80n.js → subWorker-00SXWn.js} +2 -2
- package/dist/appliance-plugin.js +1 -1
- package/dist/appliance-plugin.mjs +1 -1
- package/dist/core/mainThread/subLocalThread.d.ts +2 -1
- package/dist/fullWorker.js +2 -2
- package/dist/{index-GAInlqSm.mjs → index-B9IvzEGP.mjs} +567 -549
- package/dist/{index-DNtpxjD9.mjs → index-BA9yB27Q.mjs} +383 -383
- package/dist/{index-DpO3MYcc.js → index-CcTOfya8.js} +1 -1
- package/dist/{index-DsHBXq5c.mjs → index-DFQ4hkMe.mjs} +1 -1
- package/dist/{index-CgG2pg0-.js → index-DfV03MPS.js} +1 -1
- package/dist/index-DpQJ_LNL.js +1 -0
- package/dist/subWorker.js +2 -2
- package/package.json +1 -1
- package/dist/index-bnjZuIEN.js +0 -1
package/dist/appliance-plugin.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-DpQJ_LNL.js");exports.ActiveContainerType=e.ActiveContainerType;exports.ApplianceMultiPlugin=e.ApplianceMultiPlugin;exports.ApplianceNames=e.ApplianceNames;exports.ApplianceSigleWrapper=e.ApplianceSigleWrapper;exports.ApplianceSinglePlugin=e.ApplianceSinglePlugin;exports.Cursor_Hover_Id=e.Cursor_Hover_Id;exports.ECanvasShowType=e.ECanvasShowType;exports.EDataType=e.EDataType;exports.EForceStopReason=e.EForceStopReason;exports.EImageType=e.EImageType;exports.EMatrixrRelationType=e.EMatrixrRelationType;exports.EOperationType=e.EOperationType;exports.EPostMessageType=e.EPostMessageType;exports.ERenderFilterType=e.ERenderFilterType;exports.ESVGType=e.ESVGType;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.Main_View_Id=e.Main_View_Id;exports.Plugin=e.Plugin;exports.ShapeType=e.ShapeType;exports.Task_Time_Interval=e.Task_Time_Interval;exports.fullWorkerUrl=e.fullWorker;exports.subWorkerUrl=e.subWorker;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { af as s, a9 as p, ac as r, ab as t, aa as i, a4 as l, Z as n, b as E, ag as T, t as o, j as y, ak as v, a as g, al as c, d as S, u, w as k, c as m, ai as M, E as _, ah as d, v as A, aj as I, ae as W, Y as P, am as b, ad as f, a6 as h, a7 as w, a8 as C } from "./index-
|
|
1
|
+
import { af as s, a9 as p, ac as r, ab as t, aa as i, a4 as l, Z as n, b as E, ag as T, t as o, j as y, ak as v, a as g, al as c, d as S, u, w as k, c as m, ai as M, E as _, ah as d, v as A, aj as I, ae as W, Y as P, am as b, ad as f, a6 as h, a7 as w, a8 as C } from "./index-BA9yB27Q.mjs";
|
|
2
2
|
export {
|
|
3
3
|
s as ActiveContainerType,
|
|
4
4
|
p as ApplianceMultiPlugin,
|
|
@@ -7,6 +7,7 @@ import { SubServiceThread } from "./subServiceThread";
|
|
|
7
7
|
import { TextShape } from "../tools/text";
|
|
8
8
|
import type { BitMapEraserShape } from "../tools/pencilEraserBitMap";
|
|
9
9
|
import type { PencilEraserShape } from "../tools/pencilEraser";
|
|
10
|
+
import { ISvgShadowShape } from "../tools/shadowSvg";
|
|
10
11
|
export interface SubLocalThread {
|
|
11
12
|
readonly vNodes: VNodeManager;
|
|
12
13
|
readonly thread: MainThreadEngineImpl;
|
|
@@ -118,5 +119,5 @@ export declare class SubLocalMainThreadImpl implements SubLocalThread {
|
|
|
118
119
|
setWorkOptions(workId: string, opt: BaseShapeOptions): void;
|
|
119
120
|
createWorkShapeNode(opt: IActiveToolsDataType & {
|
|
120
121
|
workId: string;
|
|
121
|
-
}): import("../tools").ArrowShape | import("../tools").PencilShape | import("../tools/straight").StraightShape | import("../tools").EllipseShape | import("../tools").PolygonShape | import("../tools").StarShape | import("../tools").RectangleShape | import("../tools").SpeechBalloonShape | TextShape | import("../tools").LaserPenShape | import("../tools").EraserShape | PencilEraserShape | BitMapEraserShape | SelectorShape | ImageShape |
|
|
122
|
+
}): import("../tools").ArrowShape | import("../tools").PencilShape | import("../tools/straight").StraightShape | import("../tools").EllipseShape | import("../tools").PolygonShape | import("../tools").StarShape | import("../tools").RectangleShape | import("../tools").SpeechBalloonShape | TextShape | import("../tools").LaserPenShape | import("../tools").EraserShape | PencilEraserShape | BitMapEraserShape | SelectorShape | ImageShape | ISvgShadowShape | undefined;
|
|
122
123
|
}
|