hellfire 0.28.6 → 0.28.8

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 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.28.8](http://10.16.100.57/diffusion/115/paladin/compare/v0.28.7...v0.28.8) (2024-12-06)
6
+
7
+
8
+
9
+ ## [0.28.7](http://10.16.100.57/diffusion/115/paladin/compare/v0.28.6...v0.28.7) (2024-11-05)
10
+
11
+
12
+
5
13
  ## [0.28.6](http://10.16.100.57/diffusion/115/paladin/compare/v0.28.5...v0.28.6) (2024-09-29)
6
14
 
7
15
 
package/README.md CHANGED
@@ -169,7 +169,7 @@ dicomSettingChange: (data) => void
169
169
  ```
170
170
  dicomSetting = {}
171
171
  ```
172
- 传入的功能设置的初始值,目前支持的字段:leftMouseTool、rightMouseTool
172
+ 传入的功能设置的初始值,目前支持的字段:leftMouseTool、rightMouseTool、middleMouseTool
173
173
 
174
174
  ### DicomView提供给父组件调用的方法:
175
175