@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

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.