hellfire 0.27.12 → 0.27.13
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/CHANGELOG.md +4 -0
- package/README.md +14 -0
- package/dist/.DS_Store +0 -0
- package/dist/index.js +615 -224
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [0.27.13](http://10.16.100.57/diffusion/115/paladin/compare/v0.27.12...v0.27.13) (2024-06-06)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
5
9
|
## [0.27.12](http://10.16.100.57/diffusion/115/paladin/compare/v0.27.11...v0.27.12) (2024-04-26)
|
|
6
10
|
|
|
7
11
|
|
package/README.md
CHANGED
|
@@ -157,6 +157,20 @@ anonymous: boolean
|
|
|
157
157
|
```
|
|
158
158
|
病人信息匿名
|
|
159
159
|
|
|
160
|
+
<b>`dicomSettingChange`</b>
|
|
161
|
+
|
|
162
|
+
```
|
|
163
|
+
dicomSettingChange: (key, data) => void
|
|
164
|
+
```
|
|
165
|
+
|
|
166
|
+
功能设置修改的回调
|
|
167
|
+
|
|
168
|
+
<b>`dicomSetting`</b>
|
|
169
|
+
```
|
|
170
|
+
dicomSetting = {}
|
|
171
|
+
```
|
|
172
|
+
传入的功能设置的初始值,目前支持的字段:leftMouseTool、rightMouseTool
|
|
173
|
+
|
|
160
174
|
### DicomView提供给父组件调用的方法:
|
|
161
175
|
|
|
162
176
|
<b>`addStudy(data)`</b>
|
package/dist/.DS_Store
ADDED
|
Binary file
|