hellfire 0.26.7 → 0.26.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,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.26.8](http://10.16.100.57/diffusion/115/paladin/compare/v0.26.7...v0.26.8) (2023-07-20)
6
+
7
+
8
+
5
9
  ## [0.26.7](http://10.16.100.57/diffusion/115/paladin/compare/v0.26.6...v0.26.7) (2023-07-20)
6
10
 
7
11
 
package/dist/index.js CHANGED
@@ -44469,10 +44469,7 @@ var mergeProps$h = function mergeProps(propsFromState, propsFromDispatch, ownPro
44469
44469
  return _objectSpread$G(_objectSpread$G(_objectSpread$G({}, ownProps), propsFromState), {}, {
44470
44470
  handleRemove: function handleRemove(data) {
44471
44471
  if (ownProps.operateKeyImages) {
44472
- ownProps.operateKeyImages('remove', {
44473
- studyInstanceUID: data.studyInstanceUID,
44474
- attachmentId: data._id
44475
- });
44472
+ ownProps.operateKeyImages('remove', data);
44476
44473
  }
44477
44474
  }
44478
44475
  });
@@ -46465,10 +46462,7 @@ var mergeProps$i = function mergeProps(propsFromState, propsFromDispatch, ownPro
46465
46462
  });
46466
46463
 
46467
46464
  if (selectImage) {
46468
- ownProps.operateKeyImages('remove', {
46469
- studyInstanceUID: currentSeries.studyInstanceUID,
46470
- attachmentId: selectImage._id
46471
- });
46465
+ ownProps.operateKeyImages('remove', selectImage);
46472
46466
  } else {
46473
46467
  var _activeElement = getElement(realActiveIndex);
46474
46468