@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.
- package/dist/Tank3DThree-DYRGEi5G.js +108 -0
- package/dist/draco/gltf/draco_decoder.js +33 -0
- package/dist/draco/gltf/draco_decoder.wasm +0 -0
- package/dist/draco/gltf/draco_encoder.js +33 -0
- package/dist/draco/gltf/draco_wasm_wrapper.js +116 -0
- package/dist/index-Bp0lBzVu.js +45027 -0
- package/dist/scada-engine.css +1 -1
- package/dist/scada-engine.es.js +40 -26526
- package/dist/scada-engine.umd.js +3737 -51
- package/dist/src/components/ContextMenu.d.ts +1 -1
- package/dist/src/scada-components/iot/{echarts-gauge.d.ts → echarts-gauge/index.d.ts} +1 -1
- package/dist/src/scada-components/iot/{echarts-line.d.ts → echarts-line/index.d.ts} +1 -1
- package/dist/src/scada-components/iot/index.d.ts +2 -1
- package/dist/src/scada-components/iot/{industrial-3d.d.ts → industrial-3d/index.d.ts} +5 -1
- package/dist/src/scada-components/iot/{industrial-3d-extended.d.ts → industrial-3d-extended/index.d.ts} +1 -1
- package/dist/src/scada-components/iot/{industrial-3d-fluid.d.ts → industrial-3d-fluid/index.d.ts} +1 -1
- package/dist/src/scada-components/iot/{light.d.ts → light/index.d.ts} +1 -1
- package/dist/src/scada-components/iot/switch/Switch3D.d.ts +14 -0
- package/dist/src/scada-components/iot/{switch.d.ts → switch/index.d.ts} +1 -1
- package/dist/src/scada-components/iot/tank-3d-three/Tank3DThree.d.ts +14 -0
- package/dist/src/scada-components/iot/tank-3d-three/index.d.ts +7 -0
- package/dist/src/scada-components/registry.d.ts +1 -1
- package/dist/src/utils/dracoLoader.d.ts +3 -0
- package/dist/src/utils/index.d.ts +1 -0
- package/package.json +3 -1
- /package/dist/src/scada-components/iot/{EChartsGauge.d.ts → echarts-gauge/EChartsGauge.d.ts} +0 -0
- /package/dist/src/scada-components/iot/{echarts-gauge-presets.d.ts → echarts-gauge/presets.d.ts} +0 -0
- /package/dist/src/scada-components/iot/{EChartsLine.d.ts → echarts-line/EChartsLine.d.ts} +0 -0
- /package/dist/src/scada-components/iot/{echarts-line-presets.d.ts → echarts-line/presets.d.ts} +0 -0
- /package/dist/src/scada-components/iot/{Motor3D.d.ts → industrial-3d/Motor3D.d.ts} +0 -0
- /package/dist/src/scada-components/iot/{Pump3D.d.ts → industrial-3d/Pump3D.d.ts} +0 -0
- /package/dist/src/scada-components/iot/{Light3D.d.ts → industrial-3d/PumpGLB.d.ts} +0 -0
- /package/dist/src/scada-components/iot/{Tank3D.d.ts → industrial-3d/Tank3D.d.ts} +0 -0
- /package/dist/src/scada-components/iot/{Valve3D.d.ts → industrial-3d/Valve3D.d.ts} +0 -0
- /package/dist/src/scada-components/iot/{AlarmLight3D.d.ts → industrial-3d-extended/AlarmLight3D.d.ts} +0 -0
- /package/dist/src/scada-components/iot/{Conveyor3D.d.ts → industrial-3d-extended/Conveyor3D.d.ts} +0 -0
- /package/dist/src/scada-components/iot/{Cylinder3D.d.ts → industrial-3d-extended/Cylinder3D.d.ts} +0 -0
- /package/dist/src/scada-components/iot/{TemperatureSensor3D.d.ts → industrial-3d-extended/TemperatureSensor3D.d.ts} +0 -0
- /package/dist/src/scada-components/iot/{Filter3D.d.ts → industrial-3d-fluid/Filter3D.d.ts} +0 -0
- /package/dist/src/scada-components/iot/{HeatExchanger3D.d.ts → industrial-3d-fluid/HeatExchanger3D.d.ts} +0 -0
- /package/dist/src/scada-components/iot/{Pipe3D.d.ts → industrial-3d-fluid/Pipe3D.d.ts} +0 -0
- /package/dist/src/scada-components/iot/{Tee3D.d.ts → industrial-3d-fluid/Tee3D.d.ts} +0 -0
- /package/dist/src/scada-components/iot/{Switch3D.d.ts → light/Light3D.d.ts} +0 -0
|
Binary file
|