@netless/appliance-plugin 1.1.27-beta.4 → 1.1.27-beta.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.
- package/cdn/cdn.js +1 -1
- package/cdn/{fullWorker-Btw4mD.js → fullWorker-BnmA6S.js} +15 -15
- package/cdn/{subWorker-CgsQQr.js → subWorker-BI6_V2.js} +15 -15
- package/dist/appliance-plugin.js +1 -1
- package/dist/appliance-plugin.mjs +18 -19
- package/dist/extend.d.ts +0 -1
- package/dist/fullWorker.js +15 -15
- package/dist/{index-CZDpWIAs.mjs → index-BxY5rBKg.mjs} +48 -48
- package/dist/index-ByFnH92U.js +1 -0
- package/dist/{index-CnXrjkfv.js → index-DWepBmuf.js} +1 -1
- package/dist/{index-DzMRkFqH.mjs → index-cut-EvPM.mjs} +2231 -2407
- package/dist/subWorker.js +15 -15
- package/package.json +1 -1
- package/dist/index-Chfitmm3.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-ByFnH92U.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.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,33 +1,32 @@
|
|
|
1
|
-
import { ae as s, a8 as p, ab as r, aa as t, a9 as l,
|
|
1
|
+
import { ae as s, a8 as p, ab as r, aa as t, a9 as l, a0 as i, U as n, o, af as E, l as T, E as y, aj as g, n as v, ak as c, m as k, t as S, k as m, ah as u, a2 as M, ag as _, q as A, ai as I, ad as W, R as d, al as P, ac as R, a3 as f, a6 as h, a7 as C } from "./index-cut-EvPM.mjs";
|
|
2
2
|
export {
|
|
3
3
|
s as ActiveContainerType,
|
|
4
4
|
p as ApplianceMultiPlugin,
|
|
5
5
|
r as ApplianceNames,
|
|
6
6
|
t as ApplianceSigleWrapper,
|
|
7
7
|
l as ApplianceSinglePlugin,
|
|
8
|
-
i as
|
|
9
|
-
n as
|
|
10
|
-
o as
|
|
11
|
-
E as
|
|
12
|
-
T as
|
|
13
|
-
y as
|
|
14
|
-
g as
|
|
15
|
-
v as
|
|
16
|
-
u as EPostMessageType,
|
|
8
|
+
i as Cursor_Hover_Id,
|
|
9
|
+
n as ECanvasShowType,
|
|
10
|
+
o as EDataType,
|
|
11
|
+
E as EForceStopReason,
|
|
12
|
+
T as EImageType,
|
|
13
|
+
y as EMatrixrRelationType,
|
|
14
|
+
g as EOperationType,
|
|
15
|
+
v as EPostMessageType,
|
|
17
16
|
c as ERenderFilterType,
|
|
18
17
|
k as EScaleType,
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
18
|
+
S as EStrokeType,
|
|
19
|
+
m as EToolsKey,
|
|
20
|
+
u as ElayerType,
|
|
22
21
|
M as EmitEventType,
|
|
23
22
|
_ as EventMessageType,
|
|
24
|
-
|
|
25
|
-
|
|
23
|
+
A as EvevtWorkState,
|
|
24
|
+
I as EvevtWorkType,
|
|
26
25
|
W as InternalMsgEmitterType,
|
|
27
26
|
d as Main_View_Id,
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
27
|
+
P as Plugin,
|
|
28
|
+
R as ShapeType,
|
|
29
|
+
f as Task_Time_Interval,
|
|
30
|
+
h as fullWorkerUrl,
|
|
32
31
|
C as subWorkerUrl
|
|
33
32
|
};
|
package/dist/extend.d.ts
CHANGED