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