@jnrs/lingshu-smart 2.2.45 → 2.2.47

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 (31) hide show
  1. package/dist/components/debug/DataLogPanel.vue.d.ts +16 -1
  2. package/dist/components/debug/ScriptRunner/ConfigPanel.vue.d.ts +0 -1
  3. package/dist/components/debug/ScriptRunner/script.d.ts +12 -3
  4. package/dist/components/editor/ControlBar/CaseTitleEdit.vue.d.ts +84 -305
  5. package/dist/components/index.js +5039 -4711
  6. package/dist/components/preview/index.vue.d.ts +1321 -1555
  7. package/dist/controller/AppController.d.ts +10 -1
  8. package/dist/{guards-aLOXCeCF.js → guards-Bi8oNtaY.js} +2 -2
  9. package/dist/index.js +1 -1
  10. package/dist/lingshu-smart/cases.json +4625 -3182
  11. package/dist/lingshu-smart/wsProxyConfig.json +159 -138
  12. package/dist/playground/ViewPageDemo.vue.d.ts +2662 -3130
  13. package/dist/stores/index.js +1 -1
  14. package/dist/stores/useAppStore.d.ts +4016 -4718
  15. package/dist/stores/useDataStore.d.ts +4527 -5220
  16. package/dist/stores/useDebugStore.d.ts +4 -1
  17. package/dist/types/components/operating.types.d.ts +8 -8
  18. package/dist/types/guards.d.ts +3 -1
  19. package/dist/types/models/config.types.d.ts +18 -4
  20. package/dist/types/models/operating.types.d.ts +23 -33
  21. package/dist/ui/abstract/ModelAbs.d.ts +5 -0
  22. package/dist/ui/components/StationSlotGroup.d.ts +2 -2
  23. package/dist/ui/models/DoubleJointRobot.d.ts +2 -0
  24. package/dist/ui/models/MachineTool.d.ts +0 -1
  25. package/dist/ui/models/Pallet.d.ts +12 -7
  26. package/dist/ui/models/Rail.d.ts +9 -2
  27. package/dist/ui/models/ResourceOperationWindow.d.ts +2 -0
  28. package/dist/ui/models/Rgv.d.ts +2 -4
  29. package/dist/ui/models/ShuttleStation.d.ts +0 -2
  30. package/dist/{useAppStore-CVyLAMtL.js → useAppStore-CevWqcmT.js} +1588 -1566
  31. package/package.json +2 -2
@@ -1,4 +1,4 @@
1
- import { b as a, u as o, c as r, a as t } from "../useAppStore-CVyLAMtL.js";
1
+ import { b as a, u as o, c as r, a as t } from "../useAppStore-CevWqcmT.js";
2
2
  export {
3
3
  a as useAppStore,
4
4
  o as useDataStore,