gs-cae-design 1.1.50 → 1.1.51

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  ## 更新日志
2
2
 
3
+ ### 1.1.51
4
+
5
+ 1、添加后处理请求完毕事件列表.
6
+ 2、修复依赖没有正确打包导致的报错问题
7
+ 3、修复 openModel,可能会没有删除上一个模型的问题.
8
+
3
9
  ### 1.1.50
4
10
 
5
11
  1、6748:openModel 是异步函数,前端可以调用时添加 loading 标识,在 then 中关闭 loading 标识
@@ -25,6 +25,14 @@
25
25
  - [active\_shipImpact](PostInterfaceManager.md#active_shipimpact)
26
26
  - [bendingMoment](PostInterfaceManager.md#bendingmoment)
27
27
  - [distortion](PostInterfaceManager.md#distortion)
28
+ - [event\_bendingMoment](PostInterfaceManager.md#event_bendingmoment)
29
+ - [event\_deflectedShape](PostInterfaceManager.md#event_deflectedshape)
30
+ - [event\_distortion](PostInterfaceManager.md#event_distortion)
31
+ - [event\_fatigueData](PostInterfaceManager.md#event_fatiguedata)
32
+ - [event\_jointCanUC](PostInterfaceManager.md#event_jointcanuc)
33
+ - [event\_postResult](PostInterfaceManager.md#event_postresult)
34
+ - [event\_shipImpact](PostInterfaceManager.md#event_shipimpact)
35
+ - [event\_ucDiagram](PostInterfaceManager.md#event_ucdiagram)
28
36
  - [fatigueData](PostInterfaceManager.md#fatiguedata)
29
37
  - [fatigueData\_inter](PostInterfaceManager.md#fatiguedata_inter)
30
38
  - [getFinish\_bendingMoment](PostInterfaceManager.md#getfinish_bendingmoment)
@@ -147,6 +155,54 @@ ___
147
155
 
148
156
  ___
149
157
 
158
+ ### event\_bendingMoment
159
+
160
+ • **event\_bendingMoment**: `List`<() => `void`\>
161
+
162
+ ___
163
+
164
+ ### event\_deflectedShape
165
+
166
+ • **event\_deflectedShape**: `List`<() => `void`\>
167
+
168
+ ___
169
+
170
+ ### event\_distortion
171
+
172
+ • **event\_distortion**: `List`<() => `void`\>
173
+
174
+ ___
175
+
176
+ ### event\_fatigueData
177
+
178
+ • **event\_fatigueData**: `List`<() => `void`\>
179
+
180
+ ___
181
+
182
+ ### event\_jointCanUC
183
+
184
+ • **event\_jointCanUC**: `List`<() => `void`\>
185
+
186
+ ___
187
+
188
+ ### event\_postResult
189
+
190
+ • **event\_postResult**: `List`<() => `void`\>
191
+
192
+ ___
193
+
194
+ ### event\_shipImpact
195
+
196
+ • **event\_shipImpact**: `List`<() => `void`\>
197
+
198
+ ___
199
+
200
+ ### event\_ucDiagram
201
+
202
+ • **event\_ucDiagram**: `List`<() => `void`\>
203
+
204
+ ___
205
+
150
206
  ### fatigueData
151
207
 
152
208
  • **fatigueData**: `any` = `null`
package/lib/.gz CHANGED
Binary file