@netless/appliance-plugin 1.1.3-beta.0 → 1.1.3
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-DMz46H.js → fullWorker-cbo6pm.js} +2 -2
- package/cdn/{subWorker-B_zAQR.js → subWorker-BFcARi.js} +2 -2
- package/dist/appliance-plugin.js +1 -1
- package/dist/appliance-plugin.mjs +16 -14
- package/dist/fullWorker.js +2 -2
- package/dist/index-B6T_rYrQ.js +1 -0
- package/dist/{index-B-Nowr4E.mjs → index-BAy7v2Ki.mjs} +3236 -3166
- package/dist/index-BppjVY_l.js +1 -0
- package/dist/{index-DwakKeHT.mjs → index-CXJAxvGe.mjs} +2 -2
- package/dist/subWorker.js +2 -2
- package/package.json +12 -12
- package/dist/index-BDVvqw7g.js +0 -1
- package/dist/index-cRE5FY5s.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-B6T_rYrQ.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,
|
|
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-BAy7v2Ki.mjs";
|
|
2
2
|
export {
|
|
3
3
|
s as ActiveContainerType,
|
|
4
4
|
p as ApplianceMultiPlugin,
|
|
@@ -8,17 +8,19 @@ export {
|
|
|
8
8
|
y as ECanvasShowType,
|
|
9
9
|
i as EDataType,
|
|
10
10
|
n as EMatrixrRelationType,
|
|
11
|
-
E as
|
|
12
|
-
T as
|
|
13
|
-
o as
|
|
14
|
-
v as
|
|
15
|
-
g as
|
|
16
|
-
S as
|
|
17
|
-
c as
|
|
18
|
-
k as
|
|
19
|
-
A as
|
|
20
|
-
u as
|
|
21
|
-
M as
|
|
22
|
-
W as
|
|
23
|
-
m as
|
|
11
|
+
E as EOperationType,
|
|
12
|
+
T as EPostMessageType,
|
|
13
|
+
o as ERenderFilterType,
|
|
14
|
+
v as EScaleType,
|
|
15
|
+
g as EStrokeType,
|
|
16
|
+
S as EToolsKey,
|
|
17
|
+
c as ElayerType,
|
|
18
|
+
k as EmitEventType,
|
|
19
|
+
A as EventMessageType,
|
|
20
|
+
u as EvevtWorkState,
|
|
21
|
+
M as EvevtWorkType,
|
|
22
|
+
W as InternalMsgEmitterType,
|
|
23
|
+
m as ShapeType,
|
|
24
|
+
P as fullWorkerUrl,
|
|
25
|
+
h as subWorkerUrl
|
|
24
26
|
};
|