hellfire 0.27.11 → 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 +8 -0
- package/README.md +20 -0
- package/dist/.DS_Store +0 -0
- package/dist/index.js +770 -286
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
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
|
+
|
|
9
|
+
## [0.27.12](http://10.16.100.57/diffusion/115/paladin/compare/v0.27.11...v0.27.12) (2024-04-26)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
5
13
|
## [0.27.11](http://10.16.100.57/diffusion/115/paladin/compare/v0.27.10...v0.27.11) (2024-04-24)
|
|
6
14
|
|
|
7
15
|
|
package/README.md
CHANGED
|
@@ -151,6 +151,26 @@ disableUpDownKeyAction: boolean
|
|
|
151
151
|
|
|
152
152
|
上下热键事件是否禁用
|
|
153
153
|
|
|
154
|
+
<b>`anonymous`</b>
|
|
155
|
+
```
|
|
156
|
+
anonymous: boolean
|
|
157
|
+
```
|
|
158
|
+
病人信息匿名
|
|
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
|
+
|
|
154
174
|
### DicomView提供给父组件调用的方法:
|
|
155
175
|
|
|
156
176
|
<b>`addStudy(data)`</b>
|
package/dist/.DS_Store
ADDED
|
Binary file
|