@jnrs/lingshu-smart 2.2.46 → 3.0.0
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/AGENTS.md +281 -348
- package/dist/components/debug/DataLogPanel.vue.d.ts +29 -3
- package/dist/components/debug/PerformanceStats.vue.d.ts +1 -1
- package/dist/components/debug/ScriptRunner/ConfigPanel.vue.d.ts +1 -2
- package/dist/components/debug/ScriptRunner/StepsPanel.vue.d.ts +4 -2
- package/dist/components/debug/ScriptRunner/index.vue.d.ts +11 -0
- package/dist/components/debug/ScriptRunner/script.d.ts +140 -41
- package/dist/components/debug/ScriptRunner/scriptFile.d.ts +92 -0
- package/dist/components/debug/WsProxy/index.vue.d.ts +10 -8
- package/dist/components/debug/WsProxy/proxy.d.ts +114 -53
- package/dist/components/editor/ControlBar/CaseManger.vue.d.ts +18 -2
- package/dist/components/editor/ControlBar/CaseTitleEdit.vue.d.ts +2 -2
- package/dist/components/editor/ControlBar/PersistDialog.vue.d.ts +9 -0
- package/dist/components/index.js +8419 -6045
- package/dist/components/preview/index.vue.d.ts +6852 -4876
- package/dist/controller/AppController.d.ts +75 -4
- package/dist/controller/SocketDispatcher.d.ts +59 -0
- package/dist/fullscreen-BA3oea8O.js +53 -0
- package/dist/index-C6Liz-8o.js +1238 -0
- package/dist/index.js +36 -27
- package/dist/lingshu-smart/cases.json +5890 -14828
- package/dist/lingshu-smart/mockSocket.json +263 -0
- package/dist/lingshu-smart/wsProxyConfig.json +343 -720
- package/dist/playground/ViewPageDemo.vue.d.ts +14412 -10438
- package/dist/stores/index.js +1 -1
- package/dist/stores/useAppStore.d.ts +20570 -14641
- package/dist/stores/useDataStore.d.ts +21139 -14587
- package/dist/stores/useDebugStore.d.ts +14 -2
- package/dist/stores/useEditorStore.d.ts +3 -3
- package/dist/types/app.types.d.ts +1 -1
- package/dist/types/components/config.types.d.ts +16 -0
- package/dist/types/components/operating.types.d.ts +28 -19
- package/dist/types/enums.d.ts +22 -2
- package/dist/types/guards.d.ts +4 -1
- package/dist/types/index.d.ts +1 -0
- package/dist/types/models/config.types.d.ts +41 -9
- package/dist/types/models/operating.types.d.ts +64 -74
- package/dist/types/socket.types.d.ts +275 -0
- package/dist/ui/abstract/ModelAbs.d.ts +42 -2
- package/dist/ui/components/Resource.d.ts +0 -1
- package/dist/ui/components/StationSlot.d.ts +8 -2
- package/dist/ui/components/StationSlotGroup.d.ts +28 -3
- package/dist/ui/models/DoubleJointRobot.d.ts +16 -4
- package/dist/ui/models/MachineTool.d.ts +6 -2
- package/dist/ui/models/MaterialTrack.d.ts +14 -2
- package/dist/ui/models/Pallet.d.ts +29 -9
- package/dist/ui/models/Rail.d.ts +9 -2
- package/dist/ui/models/ResourceOperationWindow.d.ts +2 -1
- package/dist/ui/models/ResourceStore.d.ts +7 -5
- package/dist/ui/models/Rgv.d.ts +6 -6
- package/dist/ui/models/ShuttleStation.d.ts +14 -4
- package/dist/ui/models/SingleJointRobot.d.ts +14 -4
- package/dist/ui/utils/resolveStationSlotLayers.d.ts +20 -0
- package/dist/ui/utils/resolveTypeStyle.d.ts +13 -0
- package/dist/useAppStore-DASwAOBy.js +7223 -0
- package/dist/utils/fullscreen.d.ts +9 -0
- package/dist/utils/index.d.ts +1 -0
- package/dist/vite.d.ts +15 -0
- package/dist/vite.js +39 -0
- package/package.json +6 -2
- package/dist/components/editor/OptionCard/Equipment/stationSlot/StationSlotGroupBoth.vue.d.ts +0 -2
- package/dist/guards-aLOXCeCF.js +0 -35
- package/dist/index-Dsgrnpn0.js +0 -1186
- package/dist/useAppStore-CVyLAMtL.js +0 -6125
- /package/dist/components/editor/OptionCard/Equipment/{stationSlot/StationSlotGroup.vue.d.ts → models/ResourceStore.vue.d.ts} +0 -0
package/dist/index.js
CHANGED
|
@@ -1,31 +1,40 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { D as s, d as o, c as t, b as n, f as r, e as i, E as l, a as u, g as p, M as c, R as E, e as m, p as T, q as g, m as S, r as h, u as L, k as P, l as x, o as C, n as y, s as R, h as d, t as D, j as _, i as M } from "./index-C6Liz-8o.js";
|
|
2
|
+
import { d as f, h as v, b, i as F, g as G, e as I, c as V, f as Y, a as j, u as k } from "./fullscreen-BA3oea8O.js";
|
|
3
3
|
export {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
n as
|
|
8
|
-
r as
|
|
9
|
-
i as
|
|
10
|
-
l as
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
4
|
+
s as DEVICE_TYPE_TO_MODEL,
|
|
5
|
+
o as EnumComponent,
|
|
6
|
+
t as EnumDeviceType,
|
|
7
|
+
n as EnumModel,
|
|
8
|
+
r as EnumPalletType,
|
|
9
|
+
i as EnumResourceType,
|
|
10
|
+
l as EnumStepType,
|
|
11
|
+
u as EnumTag,
|
|
12
|
+
p as EnvelopeType,
|
|
13
|
+
c as MODEL_TO_DEVICE_TYPE,
|
|
14
|
+
E as ResourceOperation,
|
|
15
|
+
m as ResourceType,
|
|
16
|
+
T as compactCase,
|
|
17
|
+
g as compactCases,
|
|
18
|
+
S as createLogger,
|
|
19
|
+
h as expandCase,
|
|
20
|
+
L as expandCases,
|
|
21
|
+
P as getLogLevel,
|
|
22
|
+
f as hasFixtureChange,
|
|
23
|
+
v as hasStationSlotGroup,
|
|
17
24
|
b as hasStationSlotLayers,
|
|
18
|
-
|
|
25
|
+
F as isMachineTool,
|
|
19
26
|
G as isPallet,
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
d as
|
|
29
|
-
|
|
30
|
-
|
|
27
|
+
I as isRail,
|
|
28
|
+
V as isResourceStore,
|
|
29
|
+
Y as isShuttleStation,
|
|
30
|
+
j as isStationSlotGroupBoth,
|
|
31
|
+
x as linearIncrease,
|
|
32
|
+
C as logger,
|
|
33
|
+
y as numberLoopGenerator,
|
|
34
|
+
R as setLogLevel,
|
|
35
|
+
d as transFraction,
|
|
36
|
+
D as transPercentAndPixel,
|
|
37
|
+
_ as transPercentToPixel,
|
|
38
|
+
M as transRuntimeToPixel,
|
|
39
|
+
k as useFullscreen
|
|
31
40
|
};
|