@nywqs/scada-engine 1.1.30 → 1.1.31

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/dist/Tank3DThree-DYRGEi5G.js +108 -0
  2. package/dist/draco/gltf/draco_decoder.js +33 -0
  3. package/dist/draco/gltf/draco_decoder.wasm +0 -0
  4. package/dist/draco/gltf/draco_encoder.js +33 -0
  5. package/dist/draco/gltf/draco_wasm_wrapper.js +116 -0
  6. package/dist/index-Bp0lBzVu.js +45027 -0
  7. package/dist/scada-engine.css +1 -1
  8. package/dist/scada-engine.es.js +40 -26526
  9. package/dist/scada-engine.umd.js +3737 -51
  10. package/dist/src/components/ContextMenu.d.ts +1 -1
  11. package/dist/src/scada-components/iot/{echarts-gauge.d.ts → echarts-gauge/index.d.ts} +1 -1
  12. package/dist/src/scada-components/iot/{echarts-line.d.ts → echarts-line/index.d.ts} +1 -1
  13. package/dist/src/scada-components/iot/index.d.ts +2 -1
  14. package/dist/src/scada-components/iot/{industrial-3d.d.ts → industrial-3d/index.d.ts} +5 -1
  15. package/dist/src/scada-components/iot/{industrial-3d-extended.d.ts → industrial-3d-extended/index.d.ts} +1 -1
  16. package/dist/src/scada-components/iot/{industrial-3d-fluid.d.ts → industrial-3d-fluid/index.d.ts} +1 -1
  17. package/dist/src/scada-components/iot/{light.d.ts → light/index.d.ts} +1 -1
  18. package/dist/src/scada-components/iot/switch/Switch3D.d.ts +14 -0
  19. package/dist/src/scada-components/iot/{switch.d.ts → switch/index.d.ts} +1 -1
  20. package/dist/src/scada-components/iot/tank-3d-three/Tank3DThree.d.ts +14 -0
  21. package/dist/src/scada-components/iot/tank-3d-three/index.d.ts +7 -0
  22. package/dist/src/scada-components/registry.d.ts +1 -1
  23. package/dist/src/utils/dracoLoader.d.ts +3 -0
  24. package/dist/src/utils/index.d.ts +1 -0
  25. package/package.json +3 -1
  26. /package/dist/src/scada-components/iot/{EChartsGauge.d.ts → echarts-gauge/EChartsGauge.d.ts} +0 -0
  27. /package/dist/src/scada-components/iot/{echarts-gauge-presets.d.ts → echarts-gauge/presets.d.ts} +0 -0
  28. /package/dist/src/scada-components/iot/{EChartsLine.d.ts → echarts-line/EChartsLine.d.ts} +0 -0
  29. /package/dist/src/scada-components/iot/{echarts-line-presets.d.ts → echarts-line/presets.d.ts} +0 -0
  30. /package/dist/src/scada-components/iot/{Motor3D.d.ts → industrial-3d/Motor3D.d.ts} +0 -0
  31. /package/dist/src/scada-components/iot/{Pump3D.d.ts → industrial-3d/Pump3D.d.ts} +0 -0
  32. /package/dist/src/scada-components/iot/{Light3D.d.ts → industrial-3d/PumpGLB.d.ts} +0 -0
  33. /package/dist/src/scada-components/iot/{Tank3D.d.ts → industrial-3d/Tank3D.d.ts} +0 -0
  34. /package/dist/src/scada-components/iot/{Valve3D.d.ts → industrial-3d/Valve3D.d.ts} +0 -0
  35. /package/dist/src/scada-components/iot/{AlarmLight3D.d.ts → industrial-3d-extended/AlarmLight3D.d.ts} +0 -0
  36. /package/dist/src/scada-components/iot/{Conveyor3D.d.ts → industrial-3d-extended/Conveyor3D.d.ts} +0 -0
  37. /package/dist/src/scada-components/iot/{Cylinder3D.d.ts → industrial-3d-extended/Cylinder3D.d.ts} +0 -0
  38. /package/dist/src/scada-components/iot/{TemperatureSensor3D.d.ts → industrial-3d-extended/TemperatureSensor3D.d.ts} +0 -0
  39. /package/dist/src/scada-components/iot/{Filter3D.d.ts → industrial-3d-fluid/Filter3D.d.ts} +0 -0
  40. /package/dist/src/scada-components/iot/{HeatExchanger3D.d.ts → industrial-3d-fluid/HeatExchanger3D.d.ts} +0 -0
  41. /package/dist/src/scada-components/iot/{Pipe3D.d.ts → industrial-3d-fluid/Pipe3D.d.ts} +0 -0
  42. /package/dist/src/scada-components/iot/{Tee3D.d.ts → industrial-3d-fluid/Tee3D.d.ts} +0 -0
  43. /package/dist/src/scada-components/iot/{Switch3D.d.ts → light/Light3D.d.ts} +0 -0