ice-entity-designer 0.0.36 → 0.0.37
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/README.md +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/types/power/PowerDesigner.d.mts +0 -13
- package/dist/types/power/PowerDesigner.d.ts +0 -13
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -126,7 +126,7 @@ npm run build
|
|
|
126
126
|
| `examples/uml-editor.html` | UML 类图编辑器:三段式类框、六种关系、语义校验、矢量导出、PlantUML / Mermaid 文本互操作 |
|
|
127
127
|
| `examples/statechart-editor.html` | 状态机编辑器:伪状态 / 普通状态 / 复合状态容器、转移标签 `事件 [守卫] / 动作` |
|
|
128
128
|
| `examples/gantt-editor.html` | 甘特编辑器:时间轴与按天吸附、依赖线、自动排程、关键路径、资源冲突校验、矢量导出 |
|
|
129
|
-
| `examples/power-editor.html` | 电力一次系统图(单线图)编辑器:110kV
|
|
129
|
+
| `examples/power-editor.html` | 电力一次系统图(单线图)编辑器:110kV 变电站案例(**110kV 双母线 + 10kV 单母线分段**两级电压,两回进线 / 两台主变 / 母联 / 母线 PT / 4 条 10kV 出线 / 电容器组 / 站用变,共 69 台设备),开关分合、带电分析与色标、五防相关校验 |
|
|
130
130
|
| `examples/power-symbols.html` | 电力符号表:23 种一次设备符号(记法对齐 JB/T 5872-1991 与 GB/T 4728.1/3/4/6),可缩放平移、导出 SVG |
|
|
131
131
|
| [`ice-entity-designer-react-demo`](../ice-entity-designer-react-demo) | 独立的 React 集成示例工程(webpack + TypeScript),涵盖 ref / hook / onChange / 受控模式 |
|
|
132
132
|
|