ow-eengine-power 1.0.2 → 1.0.4
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/OW_EEngine_Power.js +2 -10
- package/dist/OW_EEngine_Power.umd.cjs +15 -15
- package/index.d.ts +2 -3
- package/package.json +2 -2
package/dist/OW_EEngine_Power.js
CHANGED
|
@@ -44213,7 +44213,7 @@ class bv {
|
|
|
44213
44213
|
xt(this, "offsetArcLines1B", []);
|
|
44214
44214
|
// 导线相序C
|
|
44215
44215
|
xt(this, "offsetArcLines1C", []);
|
|
44216
|
-
this.towerModelUri = n, this.
|
|
44216
|
+
this.towerModelUri = n, this.viewer = t, this.LineInfo = i;
|
|
44217
44217
|
}
|
|
44218
44218
|
//单回路线路加载
|
|
44219
44219
|
loadLineTower() {
|
|
@@ -44278,15 +44278,7 @@ class wv {
|
|
|
44278
44278
|
xt(this, "towerHeight", 42);
|
|
44279
44279
|
}
|
|
44280
44280
|
}
|
|
44281
|
-
function Sv(e) {
|
|
44282
|
-
let t = 0;
|
|
44283
|
-
const n = (i) => {
|
|
44284
|
-
t = i, e.innerHTML = `count is ${t}`;
|
|
44285
|
-
};
|
|
44286
|
-
e.addEventListener("click", () => n(++t)), n(0);
|
|
44287
|
-
}
|
|
44288
44281
|
export {
|
|
44289
44282
|
bv as OWEEgineManager,
|
|
44290
|
-
wv as TowerLineInfo
|
|
44291
|
-
Sv as setupCounter
|
|
44283
|
+
wv as TowerLineInfo
|
|
44292
44284
|
};
|