@jnrs/lingshu-smart 2.2.37 → 2.2.39
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 +27 -25
- package/README.md +10 -10
- package/dist/components/debug/ScriptRunner/StressPanel.vue.d.ts +63 -0
- package/dist/components/debug/WsProxy/ConfigEditor.vue.d.ts +5 -3
- package/dist/components/debug/WsProxy/ConnPanel.vue.d.ts +10 -0
- package/dist/components/debug/WsProxy/MappingGrid.vue.d.ts +34 -0
- package/dist/components/debug/WsProxy/index.vue.d.ts +33 -4
- package/dist/components/debug/WsProxy/proxy.d.ts +80 -44
- package/dist/components/editor/ControlBar/CaseTitleEdit.vue.d.ts +16 -16
- package/dist/components/editor/OptionCard/Equipment/stationSlot/StationSlotGroupDialog.vue.d.ts +1 -1
- package/dist/components/index.js +5853 -4383
- package/dist/components/preview/index.vue.d.ts +439 -30
- package/dist/controller/AppController.d.ts +12 -0
- package/dist/index-DKL_kTJG.js +11441 -0
- package/dist/index.js +42 -38
- package/dist/lingshu-smart/cases.json +12818 -211
- package/dist/lingshu-smart/wsProxyConfig.json +1026 -520
- package/dist/locales/en.d.ts +2 -0
- package/dist/locales/i18next.d.ts +4 -0
- package/dist/locales/index.js +12 -8
- package/dist/locales/zhCn.d.ts +2 -0
- package/dist/playground/ViewPageDemo.vue.d.ts +1025 -159
- package/dist/stores/index.js +1 -1
- package/dist/stores/useAppStore.d.ts +1491 -264
- package/dist/stores/useDataStore.d.ts +2143 -262
- package/dist/stores/useDebugStore.d.ts +38 -461
- package/dist/types/components/config.types.d.ts +3 -1
- package/dist/types/enums.d.ts +3 -1
- package/dist/types/models/config.types.d.ts +34 -2
- package/dist/types/models/operating.types.d.ts +36 -4
- package/dist/ui/abstract/ModelAbs.d.ts +6 -0
- package/dist/ui/components/StationSlot.d.ts +15 -0
- package/dist/ui/components/StationSlotGroup.d.ts +6 -0
- package/dist/ui/models/MaterialTrack.d.ts +29 -0
- package/dist/ui/models/ResourceOperationWindow.d.ts +39 -0
- package/dist/ui/models/ShuttleStation.d.ts +3 -3
- package/dist/useAppStore-DvXV4vGj.js +15736 -0
- package/dist/utils/caseCompact.d.ts +17 -0
- package/dist/utils/index.d.ts +1 -0
- package/package.json +2 -2
- package/dist/index-YxSpi9Af.js +0 -131
- package/dist/useAppStore-DQI1btcH.js +0 -26123
- /package/dist/components/debug/{DebugPanel.vue.d.ts → GlobalSetting.vue.d.ts} +0 -0
package/dist/index.js
CHANGED
|
@@ -1,51 +1,55 @@
|
|
|
1
|
-
import { d as
|
|
2
|
-
import {
|
|
3
|
-
function
|
|
4
|
-
return
|
|
1
|
+
import { d as s } from "./index-DKL_kTJG.js";
|
|
2
|
+
import { ay as i, E, ax as l, c as L, av as I, j as A, k as S, aw as _, g as R, h as p, aA as C, l as f, az as g, as as x, aB as G, at as P, t as h, e as B } from "./index-DKL_kTJG.js";
|
|
3
|
+
function t(a) {
|
|
4
|
+
return a?.className === s.MACHINE_TOOL;
|
|
5
5
|
}
|
|
6
|
-
function
|
|
7
|
-
return
|
|
6
|
+
function n(a) {
|
|
7
|
+
return a?.className === s.MACHINE_TOOL || a?.className === s.MARKING_MACHINE || a?.className === s.CLEANING_MACHINE || a?.className === s.LOADING_STATION || a?.className === s.RESOURCE_OPERATION_WINDOW;
|
|
8
8
|
}
|
|
9
|
-
function o(
|
|
10
|
-
return
|
|
9
|
+
function o(a) {
|
|
10
|
+
return a?.className === s.RESOURCE_STORE || a?.className === s.SINGLE_JOINT_ROBOT || a?.className === s.DOUBLE_JOINT_ROBOT || a?.className === s.RGV || a?.className === s.PALLET;
|
|
11
11
|
}
|
|
12
|
-
function
|
|
13
|
-
return s?.className ===
|
|
12
|
+
function c(a) {
|
|
13
|
+
return a?.className === s.SHUTTLE_STATION || a?.className === s.MATERIAL_TRACK;
|
|
14
14
|
}
|
|
15
|
-
function N(
|
|
16
|
-
return
|
|
15
|
+
function N(a) {
|
|
16
|
+
return a?.className === s.SINGLE_JOINT_ROBOT || a?.className === s.DOUBLE_JOINT_ROBOT;
|
|
17
17
|
}
|
|
18
|
-
function
|
|
19
|
-
return
|
|
18
|
+
function T(a) {
|
|
19
|
+
return a?.className === s.RAIL;
|
|
20
20
|
}
|
|
21
|
-
function
|
|
22
|
-
return
|
|
21
|
+
function m(a) {
|
|
22
|
+
return a?.className === s.SHUTTLE_STATION;
|
|
23
23
|
}
|
|
24
|
-
function
|
|
25
|
-
return
|
|
24
|
+
function r(a) {
|
|
25
|
+
return a?.className === s.PALLET;
|
|
26
26
|
}
|
|
27
27
|
export {
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
28
|
+
i as EnumComponent,
|
|
29
|
+
s as EnumModel,
|
|
30
|
+
E as EnumResourceType,
|
|
31
|
+
l as EnumStepType,
|
|
32
32
|
L as EnumTag,
|
|
33
|
-
I as
|
|
34
|
-
|
|
33
|
+
I as compactCase,
|
|
34
|
+
A as compactCases,
|
|
35
|
+
S as createLogger,
|
|
36
|
+
_ as expandCase,
|
|
37
|
+
R as expandCases,
|
|
38
|
+
p as getLogLevel,
|
|
35
39
|
N as hasFixtureChange,
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
40
|
+
n as hasStationSlotGroup,
|
|
41
|
+
c as hasStationSlotLayers,
|
|
42
|
+
t as isMachineTool,
|
|
43
|
+
r as isPallet,
|
|
44
|
+
T as isRail,
|
|
45
|
+
m as isShuttleStation,
|
|
42
46
|
o as isStationSlotGroupBoth,
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
47
|
+
C as linearIncrease,
|
|
48
|
+
f as logger,
|
|
49
|
+
g as numberLoopGenerator,
|
|
50
|
+
x as setLogLevel,
|
|
51
|
+
G as transFraction,
|
|
52
|
+
P as transPercentAndPixel,
|
|
53
|
+
h as transPercentToPixel,
|
|
54
|
+
B as transRuntimeToPixel
|
|
51
55
|
};
|