hellfire 0.19.8 → 0.20.1
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 +12 -0
- package/dist/index.js +287 -45
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
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.20.1](http://10.16.100.57/diffusion/115/paladin/compare/v0.20.0...v0.20.1) (2022-05-11)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
# [0.20.0](http://10.16.100.57/diffusion/115/paladin/compare/v0.19.9...v0.20.0) (2022-05-10)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
## [0.19.9](http://10.16.100.57/diffusion/115/paladin/compare/v0.19.8...v0.19.9) (2022-03-28)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
5
17
|
## [0.19.8](http://10.16.100.57/diffusion/115/paladin/compare/v0.19.7...v0.19.8) (2022-03-07)
|
|
6
18
|
|
|
7
19
|
|
package/dist/index.js
CHANGED
|
@@ -112,7 +112,7 @@ var phoneTools = ["Prev", "Next", "StackScroll", "Wwwc", "Zoom", "Pan", "Reset",
|
|
|
112
112
|
var mprTools = ["MprExit", "PrevNext", "MprSwitchPerspective", "CrosshairsMPR", "StackScroll", "Wwwc", "Zoom", "Pan", "Reset", "Rotate", "Tool", "Length", "Fullscreen", "MprRefresh"];
|
|
113
113
|
var mprPhoneTools = ["MprExit", "Prev", "Next", "MprSwitchPerspective", "CrosshairsMPR", "StackScroll", "Wwwc", "Zoom", "Pan", "Reset", "Rotate", "Tool", "Length", "MprRefresh"]; // VR 允许使用的工具, 及其排序
|
|
114
114
|
|
|
115
|
-
var vrTools = ["MprExit", "PrevNext", "VRMode", "VRPresentColor", "VRCenterPointShow", "VRDirection", "VRClip", "VRInfo", "MprSwitchPerspective", "CrosshairsMPR", "StackScroll", "Wwwc", "Zoom", "Pan", "Reset", "Rotate", "Tool", "Length", "Fullscreen", "MprRefresh"];
|
|
115
|
+
var vrTools = ["MprExit", "PrevNext", "VRMode", "VRPresentColor", "VRCenterPointShow", "VRDirection", "VRClip", "VRRefresh", "VRInfo", "MprSwitchPerspective", "CrosshairsMPR", "StackScroll", "Wwwc", "Zoom", "Pan", "Reset", "Rotate", "Tool", "Length", "Fullscreen", "MprRefresh"];
|
|
116
116
|
var vrPhoneTools = ["MprExit", "VRMode", "VRPresentColor", "VRCenterPointShow", "VRDirection", "VRClip", "VRInfo", "Prev", "Next", "MprSwitchPerspective", "CrosshairsMPR", "StackScroll", "Wwwc", "Zoom", "Pan", "Reset", "Rotate", "Tool", "Length", "MprRefresh"];
|
|
117
117
|
var surgeryTools = ["SurgeryExit", "CentesisStart", "CentesisEnd", "CentesisSave", "PrevNext", "StackScroll", "Wwwc", "Zoom", "Pan", "Reset", "Rotate", "Tool", "Length", "Fullscreen"];
|
|
118
118
|
var surgeryPhoneTools = ["SurgeryExit", "CentesisStart", "CentesisEnd", "CentesisSave", "Prev", "Next", "StackScroll", "Wwwc", "Zoom", "Pan", "Reset", "Rotate", "Tool", "Length"]; // 初始化时工具栏平铺or单列
|
|
@@ -17871,8 +17871,8 @@ var MprImageProcessorWorkerImpl = /*#__PURE__*/function (_ImageProcessorWorker)
|
|
|
17871
17871
|
key: "reset",
|
|
17872
17872
|
value: function reset() {
|
|
17873
17873
|
this.resetActionParameters();
|
|
17874
|
-
this.processInternal(this.ActionParameter);
|
|
17875
|
-
this.resetVR();
|
|
17874
|
+
this.processInternal(this.ActionParameter); // mpr重置时不重置vr
|
|
17875
|
+
// this.resetVR();
|
|
17876
17876
|
}
|
|
17877
17877
|
}, {
|
|
17878
17878
|
key: "resetVR",
|
|
@@ -34356,7 +34356,7 @@ var formatDicom = function formatDicom(dicom) {
|
|
|
34356
34356
|
leaveModule && leaveModule(module);
|
|
34357
34357
|
})();
|
|
34358
34358
|
|
|
34359
|
-
var css_248z$8 = ".paladin-table {\n margin-top: 10px;\n font-size: 14px;\n color: #727882;\n font-family: lucida console, monospace;\n word-break: break-all;\n}\n.paladin-table .paladin-table-th {\n background: #698b69;\n color: #fff;\n padding: 5px;\n}\n.paladin-table .paladin-tbody-row {\n border-bottom: 1px solid lightgrey;\n}\n.paladin-table .paladin-tbody-row:hover .td {\n background: #ddd;\n color: inherit;\n}\n.paladin-table .paladin-tbody-row:nth-child(even) {\n background: #eee;\n color: inherit;\n}\n.paladin-table .paladin-tbody-td {\n padding: 5px;\n}\n.paladin-table .paladin-key {\n background-color: #7ac5cd;\n color: white;\n}\n.paladin-table .paladin-childKey {\n background-color: #49898F;\n color: white;\n}\n.paladin-table .paladin-private {\n color: orange;\n}\n.paladin-table .paladin-row-parent-icon {\n display: inline-block;\n background: #fff;\n border-radius: 2px;\n margin-right: 3px;\n color: #00a4fe;\n width: 16px;\n height: 16px;\n position: relative;\n vertical-align: middle;\n}\n.paladin-table .paladin-row-parent-icon span {\n position: absolute;\n left: 50%;\n top: 50%;\n transform: translate(-50%, -51%);\n display: inline-block;\n width: 13px;\n height: 13px;\n line-height: 13px;\n font-size: 13px;\n text-align: center;\n}\n";
|
|
34359
|
+
var css_248z$8 = ".allow-select * {\n -webkit-user-select: text !important;\n -moz-user-select: text !important;\n -ms-user-select: text !important;\n user-select: text !important;\n}\n.paladin-table {\n margin-top: 10px;\n font-size: 14px;\n color: #727882;\n font-family: lucida console, monospace;\n word-break: break-all;\n}\n.paladin-table .paladin-table-th {\n background: #698b69;\n color: #fff;\n padding: 5px;\n}\n.paladin-table .paladin-tbody-row {\n border-bottom: 1px solid lightgrey;\n}\n.paladin-table .paladin-tbody-row:hover .td {\n background: #ddd;\n color: inherit;\n}\n.paladin-table .paladin-tbody-row:nth-child(even) {\n background: #eee;\n color: inherit;\n}\n.paladin-table .paladin-tbody-td {\n padding: 5px;\n}\n.paladin-table .paladin-key {\n background-color: #7ac5cd;\n color: white;\n}\n.paladin-table .paladin-childKey {\n background-color: #49898F;\n color: white;\n}\n.paladin-table .paladin-private {\n color: orange;\n}\n.paladin-table .paladin-row-parent-icon {\n display: inline-block;\n background: #fff;\n border-radius: 2px;\n margin-right: 3px;\n color: #00a4fe;\n width: 16px;\n height: 16px;\n position: relative;\n vertical-align: middle;\n}\n.paladin-table .paladin-row-parent-icon span {\n position: absolute;\n left: 50%;\n top: 50%;\n transform: translate(-50%, -51%);\n display: inline-block;\n width: 13px;\n height: 13px;\n line-height: 13px;\n font-size: 13px;\n text-align: center;\n}\n";
|
|
34360
34360
|
styleInject$1(css_248z$8);
|
|
34361
34361
|
|
|
34362
34362
|
(function () {
|
|
@@ -34631,7 +34631,9 @@ var DicomInfoModal = /*#__PURE__*/function (_Component) {
|
|
|
34631
34631
|
dataSource = _this$state.dataSource,
|
|
34632
34632
|
dataSourceScan = _this$state.dataSourceScan;
|
|
34633
34633
|
var columnTagKey = dicomModalTag === 'dicomInfo';
|
|
34634
|
-
return /*#__PURE__*/React__default.createElement("div",
|
|
34634
|
+
return /*#__PURE__*/React__default.createElement("div", {
|
|
34635
|
+
className: 'allow-select'
|
|
34636
|
+
}, /*#__PURE__*/React__default.createElement(ButtonGroup, null, /*#__PURE__*/React__default.createElement(Button, {
|
|
34635
34637
|
active: dicomModalTag === 'dicomInfo',
|
|
34636
34638
|
onClick: function onClick() {
|
|
34637
34639
|
_this2.setDicomModalTag('dicomInfo');
|
|
@@ -41134,7 +41136,7 @@ var _default$X = ConnectedVRMode;
|
|
|
41134
41136
|
leaveModule && leaveModule(module);
|
|
41135
41137
|
})();
|
|
41136
41138
|
|
|
41137
|
-
var css_248z$d = ".paladin-tool-go-flatten {\n cursor: pointer;\n font-size: 12px;\n height: 32px;\n text-align: center;\n border-bottom: 1px solid #fff;\n background: #353535;\n position: relative;\n z-index: 999;\n color: #fff;\n}\n.paladin-tool-go-flatten svg {\n width: 7px !important;\n color: #fff;\n}\n.paladin-tool-go-flatten:hover {\n background: #d4d4d4;\n}\n.paladin-tool-go-flatten:hover svg {\n color: #333;\n}\n.paladin-tool-go-line {\n cursor: pointer;\n position: absolute;\n display: flex;\n align-items: center;\n justify-content: center;\n right: 0;\n margin-top: 6px;\n height: 34px;\n}\n.paladin-tool-go-line .paladin-full-content {\n width: 24px;\n}\n.paladin-tool-go-line svg {\n width: 8px !important;\n color: #fff;\n}\n.paladin-tool-go-line:hover {\n background: #d4d4d4;\n}\n.paladin-tool-go-line:hover svg {\n color: #333;\n}\n.paladin-tool-item {\n background: #fff;\n padding: 5px 0;\n min-width: 160px;\n max-width: 280px;\n}\n.paladin-tool-lg-content {\n border-bottom: 1px solid #5b5b5b;\n}\n.paladin-tool-lg-content .paladin-tool-lg-item {\n display: flex;\n flex-direction: column;\n box-sizing: border-box;\n flex: 1;\n border-top: 1px solid #5b5b5b;\n color: #b0b0b0;\n font-size: 12px;\n text-align: center;\n padding: 8px 10px;\n cursor: pointer;\n}\n.paladin-tool-lg-content .paladin-tool-lg-item:last-child {\n border-left: 1px solid #5b5b5b;\n}\n.paladin-tool-lg-content .paladin-tool-lg-item:hover {\n color: #fff;\n}\n.paladin-tool-lg-content .paladin-tool-lg-item-active {\n background: #0d5075;\n color: #fff;\n}\n.paladin-tool-flatten-vertical-wrapper {\n width: 228px;\n height: 100%;\n display: flex;\n flex-direction: column;\n}\n.paladin-tool-flatten-vertical-wrapper .paladin-tool-nav-wrapper {\n margin: 6px 2px;\n}\n.paladin-tool-flatten-vertical-wrapper .paladin-tool-nav {\n cursor: pointer;\n font-size: 13px;\n color: #e2e2e2;\n padding: 8px 10px;\n border-top: 1px solid #5b5b5b;\n border-bottom: 1px solid #5b5b5b;\n border-left: 1px solid #5b5b5b;\n}\n.paladin-tool-flatten-vertical-wrapper .paladin-tool-qa {\n cursor: pointer;\n margin-left: 15px;\n color: #e2e2e2;\n}\n.paladin-tool-flatten-vertical-wrapper .paladin-tool-qa svg {\n width: 22px;\n}\n.paladin-tool-flatten-vertical-wrapper .paladin-tool-nav-active {\n color: #c8c8c8;\n background-color: #5b5b5b;\n}\n.paladin-tool-flatten-vertical-wrapper .paladin-tool-space-line {\n border-top: 1px solid gray;\n margin-top: 6px;\n padding-top: 6px;\n}\n.paladin-tool-flatten-hor-wrapper {\n position: relative;\n z-index: 100;\n width: 100%;\n display: flex;\n flex-direction: row;\n}\n.paladin-tool-flatten-hor-wrapper .paladin-flatten-hor-go-line {\n display: flex;\n flex-direction: column;\n}\n.paladin-tool-flatten-hor-wrapper .paladin-flatten-hor-go-line .paladin-flatten-hor-go-line-content {\n width: 24px;\n height: 100%;\n text-align: center;\n line-height: 100%;\n}\n.paladin-tool-flatten-hor-wrapper .paladin-flatten-hor-go-line .paladin-flatten-hor-go-line-content svg {\n width: 10px !important;\n color: #fff;\n}\n.paladin-tool-flatten-hor-wrapper .paladin-flatten-hor-go-line .paladin-flatten-hor-go-line-content:hover {\n background: #d4d4d4;\n}\n.paladin-tool-flatten-hor-wrapper .paladin-flatten-hor-go-line .paladin-flatten-hor-go-line-content:hover svg {\n color: #333;\n}\n.paladin-tool-flatten-hor-wrapper .paladin-tool-nav-wrapper {\n padding: 5px;\n}\n.paladin-tool-flatten-hor-wrapper .paladin-tool-nav {\n cursor: pointer;\n font-size: 13px;\n color: #e2e2e2;\n padding: 8px 10px;\n border: 1px solid #5b5b5b;\n margin-bottom: 5px;\n text-align: center;\n}\n.paladin-tool-flatten-hor-wrapper .paladin-tool-qa {\n cursor: pointer;\n margin: 5px auto;\n color: #e2e2e2;\n}\n.paladin-tool-flatten-hor-wrapper .paladin-tool-qa svg {\n width: 20px;\n}\n.paladin-tool-flatten-hor-wrapper .paladin-tool-nav-active {\n color: #c8c8c8;\n background-color: #5b5b5b;\n}\n.paladin-tool-flatten-hor-wrapper .paladin-tool-lg-item {\n border: 1px solid #5b5b5b;\n}\n";
|
|
41139
|
+
var css_248z$d = ".paladin-tool-go-flatten {\n cursor: pointer;\n font-size: 12px;\n height: 32px;\n text-align: center;\n border-bottom: 1px solid #fff;\n background: #353535;\n position: relative;\n z-index: 999;\n color: #fff;\n}\n.paladin-tool-go-flatten svg {\n width: 7px !important;\n color: #fff;\n}\n.paladin-tool-go-flatten:hover {\n background: #d4d4d4;\n}\n.paladin-tool-go-flatten:hover svg {\n color: #333;\n}\n.paladin-tool-go-line {\n cursor: pointer;\n position: absolute;\n display: flex;\n align-items: center;\n justify-content: center;\n right: 0;\n margin-top: 6px;\n height: 34px;\n}\n.paladin-tool-go-line .paladin-full-content {\n width: 24px;\n}\n.paladin-tool-go-line svg {\n width: 8px !important;\n color: #fff;\n}\n.paladin-tool-go-line:hover {\n background: #d4d4d4;\n}\n.paladin-tool-go-line:hover svg {\n color: #333;\n}\n.paladin-tool-item {\n background: #fff;\n padding: 5px 0;\n min-width: 160px;\n max-width: 280px;\n}\n.paladin-tool-lg-content {\n border-bottom: 1px solid #5b5b5b;\n}\n.paladin-tool-lg-content .paladin-tool-lg-item {\n display: flex;\n flex-direction: column;\n box-sizing: border-box;\n flex: 1;\n border-top: 1px solid #5b5b5b;\n color: #b0b0b0;\n font-size: 12px;\n text-align: center;\n padding: 8px 10px;\n cursor: pointer;\n}\n.paladin-tool-lg-content .paladin-tool-lg-item:last-child {\n border-left: 1px solid #5b5b5b;\n}\n.paladin-tool-lg-content .paladin-tool-lg-item:hover {\n color: #fff;\n}\n.paladin-tool-lg-content .paladin-tool-lg-item-active {\n background: #0d5075;\n color: #fff;\n}\n.paladin-tool-flatten-vertical-wrapper {\n width: 228px;\n height: 100%;\n display: flex;\n flex-direction: column;\n}\n.paladin-tool-flatten-vertical-wrapper .paladin-tool-nav-wrapper {\n margin: 6px 2px;\n}\n.paladin-tool-flatten-vertical-wrapper .paladin-tool-nav {\n cursor: pointer;\n font-size: 13px;\n color: #e2e2e2;\n padding: 8px 10px;\n border-top: 1px solid #5b5b5b;\n border-bottom: 1px solid #5b5b5b;\n border-left: 1px solid #5b5b5b;\n}\n.paladin-tool-flatten-vertical-wrapper .paladin-tool-qa {\n cursor: pointer;\n margin-left: 15px;\n color: #e2e2e2;\n}\n.paladin-tool-flatten-vertical-wrapper .paladin-tool-qa svg {\n width: 22px;\n}\n.paladin-tool-flatten-vertical-wrapper .paladin-tool-nav-active {\n color: #c8c8c8;\n background-color: #5b5b5b;\n}\n.paladin-tool-flatten-vertical-wrapper .paladin-tool-space-line {\n border-top: 1px solid gray;\n margin-top: 6px;\n padding-top: 6px;\n}\n.paladin-tool-flatten-hor-wrapper {\n position: relative;\n z-index: 100;\n width: 100%;\n display: flex;\n flex-direction: row;\n}\n.paladin-tool-flatten-hor-wrapper .paladin-flatten-hor-go-line {\n display: flex;\n flex-direction: column;\n}\n.paladin-tool-flatten-hor-wrapper .paladin-flatten-hor-go-line .paladin-flatten-hor-go-line-content {\n width: 24px;\n height: 100%;\n text-align: center;\n line-height: 100%;\n}\n.paladin-tool-flatten-hor-wrapper .paladin-flatten-hor-go-line .paladin-flatten-hor-go-line-content svg {\n width: 10px !important;\n color: #fff;\n}\n.paladin-tool-flatten-hor-wrapper .paladin-flatten-hor-go-line .paladin-flatten-hor-go-line-content:hover {\n background: #d4d4d4;\n}\n.paladin-tool-flatten-hor-wrapper .paladin-flatten-hor-go-line .paladin-flatten-hor-go-line-content:hover svg {\n color: #333;\n}\n.paladin-tool-flatten-hor-wrapper .paladin-tool-nav-wrapper {\n padding: 5px;\n}\n.paladin-tool-flatten-hor-wrapper .paladin-tool-nav {\n cursor: pointer;\n font-size: 13px;\n color: #e2e2e2;\n padding: 8px 10px;\n border: 1px solid #5b5b5b;\n margin-bottom: 5px;\n text-align: center;\n}\n.paladin-tool-flatten-hor-wrapper .paladin-tool-qa {\n cursor: pointer;\n margin: 5px auto;\n color: #e2e2e2;\n}\n.paladin-tool-flatten-hor-wrapper .paladin-tool-qa svg {\n width: 20px;\n}\n.paladin-tool-flatten-hor-wrapper .paladin-tool-nav-active {\n color: #c8c8c8;\n background-color: #5b5b5b;\n}\n.paladin-tool-flatten-hor-wrapper .paladin-tool-lg-item {\n border: 1px solid #5b5b5b;\n}\n.paladin-tool-space-line-3d {\n border-top: 1px solid gray;\n margin-top: 6px;\n}\n.paladin-tool-subtitle {\n font-size: 12px;\n color: gray;\n padding: 4px 2px 3px 2px;\n}\n.paladin-hor-border {\n border-right: 1px solid #666;\n margin-right: 6px;\n}\n.paladin-hor-three-content {\n position: relative;\n padding-left: 13px;\n}\n.paladin-hor-three-content .paladin-hor-three-title {\n position: absolute;\n left: 0;\n top: 2px;\n width: 12px;\n font-size: 12px;\n word-break: break-all;\n color: gray;\n}\n";
|
|
41138
41140
|
styleInject$1(css_248z$d);
|
|
41139
41141
|
|
|
41140
41142
|
(function () {
|
|
@@ -44178,13 +44180,11 @@ var DicomToolFlattenMode = /*#__PURE__*/function (_Component) {
|
|
|
44178
44180
|
|
|
44179
44181
|
if (isThree) {
|
|
44180
44182
|
commonTools = ['StackScroll', 'Wwwc', 'Zoom', 'Pan', 'Reset', 'Rotate', 'ReverseColor', 'FalseColor'];
|
|
44181
|
-
}
|
|
44183
|
+
} // 三维工具
|
|
44182
44184
|
|
|
44183
|
-
var vrTools = ['CrosshairsMPR', 'MprSwitchPerspective', 'MprRefresh'];
|
|
44184
44185
|
|
|
44185
|
-
|
|
44186
|
-
|
|
44187
|
-
}
|
|
44186
|
+
var mprTools = ['CrosshairsMPR', 'MprSwitchPerspective', 'MprRefresh'];
|
|
44187
|
+
var vrTools = ['VRMode', 'VRPresentColor', 'VRDirection', 'VRCenterPointShow', 'VRClip', 'VRInfo', 'VRRefresh']; // 测量工具
|
|
44188
44188
|
|
|
44189
44189
|
var lengthTools = ['LengthTool', 'Angle', 'ArrowAnnotate', 'RectangleRoi', 'EllipticalRoi', 'Probe', 'CobbAngle', 'CTR'];
|
|
44190
44190
|
|
|
@@ -44264,14 +44264,29 @@ var DicomToolFlattenMode = /*#__PURE__*/function (_Component) {
|
|
|
44264
44264
|
key: "tool-common-".concat(i),
|
|
44265
44265
|
data: toolsMap[item]
|
|
44266
44266
|
}));
|
|
44267
|
-
})),
|
|
44268
|
-
className: "paladin-
|
|
44267
|
+
})), VR && /*#__PURE__*/React__default.createElement("div", {
|
|
44268
|
+
className: "paladin-tool-space-line-3d"
|
|
44269
|
+
}, /*#__PURE__*/React__default.createElement("div", {
|
|
44270
|
+
className: "paladin-tool-subtitle"
|
|
44271
|
+
}, "VR"), /*#__PURE__*/React__default.createElement("div", {
|
|
44272
|
+
className: "paladin-flex-row"
|
|
44269
44273
|
}, vrTools && vrTools.map(function (item, i) {
|
|
44270
44274
|
return /*#__PURE__*/React__default.createElement(DicomToolItemPlus, _extends_1({}, _this2.props, {
|
|
44271
44275
|
key: "tool-vr-".concat(i),
|
|
44272
44276
|
data: toolsMap[item]
|
|
44273
44277
|
}));
|
|
44274
|
-
})), /*#__PURE__*/React__default.createElement("div", {
|
|
44278
|
+
}))), (MPR || VR) && /*#__PURE__*/React__default.createElement("div", {
|
|
44279
|
+
className: VR ? 'paladin-tool-space-line-3d' : 'paladin-tool-space-line'
|
|
44280
|
+
}, VR && /*#__PURE__*/React__default.createElement("div", {
|
|
44281
|
+
className: "paladin-tool-subtitle"
|
|
44282
|
+
}, "MPR"), /*#__PURE__*/React__default.createElement("div", {
|
|
44283
|
+
className: "paladin-flex-row"
|
|
44284
|
+
}, mprTools && mprTools.map(function (item, i) {
|
|
44285
|
+
return /*#__PURE__*/React__default.createElement(DicomToolItemPlus, _extends_1({}, _this2.props, {
|
|
44286
|
+
key: "tool-mpr-".concat(i),
|
|
44287
|
+
data: toolsMap[item]
|
|
44288
|
+
}));
|
|
44289
|
+
}))), /*#__PURE__*/React__default.createElement("div", {
|
|
44275
44290
|
className: "paladin-flex-row paladin-tool-space-line"
|
|
44276
44291
|
}, lengthTools && lengthTools.map(function (item, i) {
|
|
44277
44292
|
return /*#__PURE__*/React__default.createElement(DicomToolItemPlus, _extends_1({}, _this2.props, {
|
|
@@ -44473,14 +44488,11 @@ var DicomToolFlattenMode$1 = /*#__PURE__*/function (_Component) {
|
|
|
44473
44488
|
|
|
44474
44489
|
if (isThree) {
|
|
44475
44490
|
commonTools = ['StackScroll', 'Wwwc', 'Zoom', 'Pan', 'Reset', 'Rotate', 'ReverseColor', 'FalseColor'];
|
|
44476
|
-
}
|
|
44491
|
+
} // 三维工具
|
|
44477
44492
|
|
|
44478
|
-
var vrTools = ['CrosshairsMPR', 'MprSwitchPerspective', 'MprRefresh'];
|
|
44479
|
-
|
|
44480
|
-
if (VR) {
|
|
44481
|
-
vrTools = ['VRMode', 'VRPresentColor', 'CrosshairsMPR', 'MprSwitchPerspective', 'VRDirection', 'VRCenterPointShow', 'VRClip', 'MprRefresh', 'VRInfo'];
|
|
44482
|
-
}
|
|
44483
44493
|
|
|
44494
|
+
var mprTools = ['CrosshairsMPR', 'MprSwitchPerspective', 'MprRefresh'];
|
|
44495
|
+
var vrTools = ['VRMode', 'VRPresentColor', 'VRDirection', 'VRCenterPointShow', 'VRClip', 'VRInfo', 'VRRefresh'];
|
|
44484
44496
|
var lengthTools = ['LengthTool', 'Angle', 'ArrowAnnotate', 'RectangleRoi', 'EllipticalRoi', 'Probe', 'CobbAngle', 'CTR'];
|
|
44485
44497
|
|
|
44486
44498
|
if (IODisconnect) {
|
|
@@ -44545,7 +44557,7 @@ var DicomToolFlattenMode$1 = /*#__PURE__*/function (_Component) {
|
|
|
44545
44557
|
tooltip: '使用帮助',
|
|
44546
44558
|
tooltipPlacement: "right"
|
|
44547
44559
|
}, /*#__PURE__*/React__default.createElement(SvgQuestionSign, null)))), /*#__PURE__*/React__default.createElement("div", {
|
|
44548
|
-
className: "paladin-flex-col paladin-flex-1",
|
|
44560
|
+
className: "paladin-flex-col paladin-flex-1 paladin-hor-border",
|
|
44549
44561
|
style: {
|
|
44550
44562
|
flex: MPR ? 3 : 2
|
|
44551
44563
|
}
|
|
@@ -44557,7 +44569,7 @@ var DicomToolFlattenMode$1 = /*#__PURE__*/function (_Component) {
|
|
|
44557
44569
|
data: toolsMap[item]
|
|
44558
44570
|
}));
|
|
44559
44571
|
}))), /*#__PURE__*/React__default.createElement("div", {
|
|
44560
|
-
className:
|
|
44572
|
+
className: MPR || VR ? 'paladin-flex-col paladin-flex-1 paladin-hor-border' : 'paladin-flex-col paladin-flex-1',
|
|
44561
44573
|
style: {
|
|
44562
44574
|
flex: 2
|
|
44563
44575
|
}
|
|
@@ -44568,18 +44580,34 @@ var DicomToolFlattenMode$1 = /*#__PURE__*/function (_Component) {
|
|
|
44568
44580
|
key: "tool-measure-".concat(i),
|
|
44569
44581
|
data: toolsMap[item]
|
|
44570
44582
|
}));
|
|
44571
|
-
}))),
|
|
44572
|
-
className: "paladin-flex-col paladin-flex-1",
|
|
44583
|
+
}))), VR && /*#__PURE__*/React__default.createElement("div", {
|
|
44584
|
+
className: "paladin-flex-col paladin-flex-1 paladin-hor-border paladin-hor-three-content",
|
|
44573
44585
|
style: {
|
|
44574
44586
|
flex: 2
|
|
44575
44587
|
}
|
|
44576
44588
|
}, /*#__PURE__*/React__default.createElement("div", {
|
|
44589
|
+
className: "paladin-hor-three-title"
|
|
44590
|
+
}, "VR"), /*#__PURE__*/React__default.createElement("div", {
|
|
44577
44591
|
className: "paladin-flex-row"
|
|
44578
44592
|
}, vrTools && vrTools.map(function (item, i) {
|
|
44579
44593
|
return /*#__PURE__*/React__default.createElement(DicomToolItemPlus, _extends_1({}, _this2.props, {
|
|
44580
44594
|
key: "tool-vr-".concat(i),
|
|
44581
44595
|
data: toolsMap[item]
|
|
44582
44596
|
}));
|
|
44597
|
+
}))), MPR && /*#__PURE__*/React__default.createElement("div", {
|
|
44598
|
+
className: VR ? 'paladin-flex-col paladin-flex-1 paladin-hor-three-content' : 'paladin-flex-col paladin-flex-1',
|
|
44599
|
+
style: {
|
|
44600
|
+
flex: 1
|
|
44601
|
+
}
|
|
44602
|
+
}, VR && /*#__PURE__*/React__default.createElement("div", {
|
|
44603
|
+
className: "paladin-hor-three-title"
|
|
44604
|
+
}, "MPR"), /*#__PURE__*/React__default.createElement("div", {
|
|
44605
|
+
className: "paladin-flex-row"
|
|
44606
|
+
}, mprTools && mprTools.map(function (item, i) {
|
|
44607
|
+
return /*#__PURE__*/React__default.createElement(DicomToolItemPlus, _extends_1({}, _this2.props, {
|
|
44608
|
+
key: "tool-mpr-".concat(i),
|
|
44609
|
+
data: toolsMap[item]
|
|
44610
|
+
}));
|
|
44583
44611
|
}))), Surgery && /*#__PURE__*/React__default.createElement("div", {
|
|
44584
44612
|
className: "paladin-flex-col paladin-flex-1",
|
|
44585
44613
|
style: {
|
|
@@ -45169,7 +45197,7 @@ var DicomTool = /*#__PURE__*/function (_Component) {
|
|
|
45169
45197
|
MprRefresh: {
|
|
45170
45198
|
label: "复位",
|
|
45171
45199
|
name: "MprRefresh",
|
|
45172
|
-
tooltip: "复位",
|
|
45200
|
+
tooltip: "MPR复位",
|
|
45173
45201
|
component: /*#__PURE__*/React__default.createElement(Svg445, null),
|
|
45174
45202
|
inActive: true,
|
|
45175
45203
|
borderTop: true,
|
|
@@ -45177,6 +45205,16 @@ var DicomTool = /*#__PURE__*/function (_Component) {
|
|
|
45177
45205
|
_this.props.refreshMpr();
|
|
45178
45206
|
}
|
|
45179
45207
|
},
|
|
45208
|
+
VRRefresh: {
|
|
45209
|
+
label: "复位",
|
|
45210
|
+
name: "VRRefresh",
|
|
45211
|
+
tooltip: "VR复位",
|
|
45212
|
+
component: /*#__PURE__*/React__default.createElement(Svg445, null),
|
|
45213
|
+
inActive: true,
|
|
45214
|
+
onClick: function onClick() {
|
|
45215
|
+
_this.props.refreshVR();
|
|
45216
|
+
}
|
|
45217
|
+
},
|
|
45180
45218
|
MprExit: {
|
|
45181
45219
|
name: "MprExit",
|
|
45182
45220
|
tooltip: "返回二维影像区",
|
|
@@ -46365,11 +46403,8 @@ var mergeProps$c = function mergeProps(propsFromState, propsFromDispatch, ownPro
|
|
|
46365
46403
|
|
|
46366
46404
|
return refreshMpr;
|
|
46367
46405
|
}(),
|
|
46368
|
-
|
|
46369
|
-
|
|
46370
|
-
},
|
|
46371
|
-
toggleVRCenterPoint: function () {
|
|
46372
|
-
var _toggleVRCenterPoint = asyncToGenerator( /*#__PURE__*/regenerator.mark(function _callee3() {
|
|
46406
|
+
refreshVR: function () {
|
|
46407
|
+
var _refreshVR = asyncToGenerator( /*#__PURE__*/regenerator.mark(function _callee3() {
|
|
46373
46408
|
var vrWorker;
|
|
46374
46409
|
return regenerator.wrap(function _callee3$(_context3) {
|
|
46375
46410
|
while (1) {
|
|
@@ -46388,6 +46423,46 @@ var mergeProps$c = function mergeProps(propsFromState, propsFromDispatch, ownPro
|
|
|
46388
46423
|
|
|
46389
46424
|
return _context3.abrupt("return");
|
|
46390
46425
|
|
|
46426
|
+
case 5:
|
|
46427
|
+
vrWorker.reset();
|
|
46428
|
+
|
|
46429
|
+
case 6:
|
|
46430
|
+
case "end":
|
|
46431
|
+
return _context3.stop();
|
|
46432
|
+
}
|
|
46433
|
+
}
|
|
46434
|
+
}, _callee3);
|
|
46435
|
+
}));
|
|
46436
|
+
|
|
46437
|
+
function refreshVR() {
|
|
46438
|
+
return _refreshVR.apply(this, arguments);
|
|
46439
|
+
}
|
|
46440
|
+
|
|
46441
|
+
return refreshVR;
|
|
46442
|
+
}(),
|
|
46443
|
+
switchPerspective: function switchPerspective() {
|
|
46444
|
+
propsFromDispatch.switchMprPerspective();
|
|
46445
|
+
},
|
|
46446
|
+
toggleVRCenterPoint: function () {
|
|
46447
|
+
var _toggleVRCenterPoint = asyncToGenerator( /*#__PURE__*/regenerator.mark(function _callee4() {
|
|
46448
|
+
var vrWorker;
|
|
46449
|
+
return regenerator.wrap(function _callee4$(_context4) {
|
|
46450
|
+
while (1) {
|
|
46451
|
+
switch (_context4.prev = _context4.next) {
|
|
46452
|
+
case 0:
|
|
46453
|
+
_context4.next = 2;
|
|
46454
|
+
return _default$r.getWorkerFromCache(currentSeries.seriesInstanceUID, ImageProcessType.MIP);
|
|
46455
|
+
|
|
46456
|
+
case 2:
|
|
46457
|
+
vrWorker = _context4.sent;
|
|
46458
|
+
|
|
46459
|
+
if (vrWorker) {
|
|
46460
|
+
_context4.next = 5;
|
|
46461
|
+
break;
|
|
46462
|
+
}
|
|
46463
|
+
|
|
46464
|
+
return _context4.abrupt("return");
|
|
46465
|
+
|
|
46391
46466
|
case 5:
|
|
46392
46467
|
if (propsFromState.VRCenterPointShow) {
|
|
46393
46468
|
// 隐藏
|
|
@@ -46399,10 +46474,10 @@ var mergeProps$c = function mergeProps(propsFromState, propsFromDispatch, ownPro
|
|
|
46399
46474
|
|
|
46400
46475
|
case 6:
|
|
46401
46476
|
case "end":
|
|
46402
|
-
return
|
|
46477
|
+
return _context4.stop();
|
|
46403
46478
|
}
|
|
46404
46479
|
}
|
|
46405
|
-
},
|
|
46480
|
+
}, _callee4);
|
|
46406
46481
|
}));
|
|
46407
46482
|
|
|
46408
46483
|
function toggleVRCenterPoint() {
|
|
@@ -46412,24 +46487,24 @@ var mergeProps$c = function mergeProps(propsFromState, propsFromDispatch, ownPro
|
|
|
46412
46487
|
return toggleVRCenterPoint;
|
|
46413
46488
|
}(),
|
|
46414
46489
|
toggleVRClip: function () {
|
|
46415
|
-
var _toggleVRClip = asyncToGenerator( /*#__PURE__*/regenerator.mark(function
|
|
46490
|
+
var _toggleVRClip = asyncToGenerator( /*#__PURE__*/regenerator.mark(function _callee5() {
|
|
46416
46491
|
var vrWorker;
|
|
46417
|
-
return regenerator.wrap(function
|
|
46492
|
+
return regenerator.wrap(function _callee5$(_context5) {
|
|
46418
46493
|
while (1) {
|
|
46419
|
-
switch (
|
|
46494
|
+
switch (_context5.prev = _context5.next) {
|
|
46420
46495
|
case 0:
|
|
46421
|
-
|
|
46496
|
+
_context5.next = 2;
|
|
46422
46497
|
return _default$r.getWorkerFromCache(currentSeries.seriesInstanceUID, ImageProcessType.MIP);
|
|
46423
46498
|
|
|
46424
46499
|
case 2:
|
|
46425
|
-
vrWorker =
|
|
46500
|
+
vrWorker = _context5.sent;
|
|
46426
46501
|
|
|
46427
46502
|
if (vrWorker) {
|
|
46428
|
-
|
|
46503
|
+
_context5.next = 5;
|
|
46429
46504
|
break;
|
|
46430
46505
|
}
|
|
46431
46506
|
|
|
46432
|
-
return
|
|
46507
|
+
return _context5.abrupt("return");
|
|
46433
46508
|
|
|
46434
46509
|
case 5:
|
|
46435
46510
|
if (propsFromState.VRClip) {
|
|
@@ -46442,10 +46517,10 @@ var mergeProps$c = function mergeProps(propsFromState, propsFromDispatch, ownPro
|
|
|
46442
46517
|
|
|
46443
46518
|
case 6:
|
|
46444
46519
|
case "end":
|
|
46445
|
-
return
|
|
46520
|
+
return _context5.stop();
|
|
46446
46521
|
}
|
|
46447
46522
|
}
|
|
46448
|
-
},
|
|
46523
|
+
}, _callee5);
|
|
46449
46524
|
}));
|
|
46450
46525
|
|
|
46451
46526
|
function toggleVRClip() {
|
|
@@ -47659,6 +47734,7 @@ var ViewportOverlay = /*#__PURE__*/function (_PureComponent) {
|
|
|
47659
47734
|
|
|
47660
47735
|
var patientOrientation = dicom.PatientOrientation.toString();
|
|
47661
47736
|
var protocolName = dicom.ProtocolName.toString();
|
|
47737
|
+
var sequenceName = dicom.SequenceName.toString();
|
|
47662
47738
|
var repetitionTime = dicom.RepetitionTime.toString();
|
|
47663
47739
|
var echoTime = dicom.EchoTime.toString();
|
|
47664
47740
|
var inversionTime = dicom.InversionTime.toString();
|
|
@@ -47706,7 +47782,7 @@ var ViewportOverlay = /*#__PURE__*/function (_PureComponent) {
|
|
|
47706
47782
|
fontSize: '12px',
|
|
47707
47783
|
display: "".concat(hide ? 'none' : 'block')
|
|
47708
47784
|
}
|
|
47709
|
-
}, /*#__PURE__*/React__default.createElement("div", null, patientOrientation), /*#__PURE__*/React__default.createElement("div", null, protocolName), /*#__PURE__*/React__default.createElement("div", null, getTRAndTE(repetitionTime, echoTime)), /*#__PURE__*/React__default.createElement("div", null, formatDicomInfo('TI', inversionTime)), /*#__PURE__*/React__default.createElement("div", null, formatDicomInfo('FA', flipAngle)), /*#__PURE__*/React__default.createElement("div", null, getADAndNEX(acquisitionDuration, numberOfAverages)), /*#__PURE__*/React__default.createElement("div", null, thk), /*#__PURE__*/React__default.createElement("div", null, formatDicomInfo('B', diffusionBValue, false)), /*#__PURE__*/React__default.createElement("div", null, seriesDescription)), /*#__PURE__*/React__default.createElement("div", {
|
|
47785
|
+
}, /*#__PURE__*/React__default.createElement("div", null, patientOrientation), /*#__PURE__*/React__default.createElement("div", null, protocolName), /*#__PURE__*/React__default.createElement("div", null, sequenceName), /*#__PURE__*/React__default.createElement("div", null, getTRAndTE(repetitionTime, echoTime)), /*#__PURE__*/React__default.createElement("div", null, formatDicomInfo('TI', inversionTime)), /*#__PURE__*/React__default.createElement("div", null, formatDicomInfo('FA', flipAngle)), /*#__PURE__*/React__default.createElement("div", null, getADAndNEX(acquisitionDuration, numberOfAverages)), /*#__PURE__*/React__default.createElement("div", null, thk), /*#__PURE__*/React__default.createElement("div", null, formatDicomInfo('B', diffusionBValue, false)), seriesDescription && seriesDescription !== protocolName && /*#__PURE__*/React__default.createElement("div", null, seriesDescription)), /*#__PURE__*/React__default.createElement("div", {
|
|
47710
47786
|
style: {
|
|
47711
47787
|
position: 'absolute',
|
|
47712
47788
|
top: 4,
|
|
@@ -49173,12 +49249,16 @@ var DicomViewport = /*#__PURE__*/function (_Component) {
|
|
|
49173
49249
|
_this.initReferencePosition(); // 处理sync的初始化
|
|
49174
49250
|
|
|
49175
49251
|
|
|
49176
|
-
_this.initSync(); //
|
|
49252
|
+
_this.initSync(); // 开启方位
|
|
49177
49253
|
|
|
49178
49254
|
|
|
49179
49255
|
_default$E.setToolActiveForElement(_this.element, 'OrientationMarkers');
|
|
49180
|
-
_default$E.setToolActiveForElement(_this.element, '
|
|
49181
|
-
|
|
49256
|
+
_default$E.setToolActiveForElement(_this.element, 'Overlay'); // 除去mpr情况 默认开启标尺
|
|
49257
|
+
|
|
49258
|
+
if (!_this.props.mpr) {
|
|
49259
|
+
_default$E.setToolActiveForElement(_this.element, 'RulerOverlay');
|
|
49260
|
+
} // 对一些工具的特殊处理
|
|
49261
|
+
|
|
49182
49262
|
|
|
49183
49263
|
if (_this.props.mpr && !_this.props.Surgery) {
|
|
49184
49264
|
// 只在mpr中触发的
|
|
@@ -54416,6 +54496,166 @@ var _default$1a = ConnectedDicomView;
|
|
|
54416
54496
|
var __signature__$3k = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
|
|
54417
54497
|
return a;
|
|
54418
54498
|
};
|
|
54499
|
+
var domId = "paladinOutputMock";
|
|
54500
|
+
var actionPool = {};
|
|
54501
|
+
var currentActionIndex = 0;
|
|
54502
|
+
|
|
54503
|
+
function getMultiImageDataFromWodo(_ref) {
|
|
54504
|
+
var wodoList = _ref.wodoList,
|
|
54505
|
+
_ref$width = _ref.width,
|
|
54506
|
+
width = _ref$width === void 0 ? 100 : _ref$width,
|
|
54507
|
+
_ref$height = _ref.height,
|
|
54508
|
+
height = _ref$height === void 0 ? 100 : _ref$height,
|
|
54509
|
+
token = _ref.token;
|
|
54510
|
+
return new Promise( /*#__PURE__*/function () {
|
|
54511
|
+
var _ref2 = asyncToGenerator( /*#__PURE__*/regenerator.mark(function _callee(resolve, reject) {
|
|
54512
|
+
var i;
|
|
54513
|
+
return regenerator.wrap(function _callee$(_context) {
|
|
54514
|
+
while (1) {
|
|
54515
|
+
switch (_context.prev = _context.next) {
|
|
54516
|
+
case 0:
|
|
54517
|
+
if (!wodoList || wodoList.length === 0) {
|
|
54518
|
+
reject('wodoList必填');
|
|
54519
|
+
}
|
|
54520
|
+
|
|
54521
|
+
if (!lodash$1.isNumber(width) || !lodash$1.isNumber(height)) {
|
|
54522
|
+
reject('width、height应为number类型');
|
|
54523
|
+
}
|
|
54524
|
+
|
|
54525
|
+
if (!token) {
|
|
54526
|
+
reject('token必填');
|
|
54527
|
+
} // token
|
|
54528
|
+
|
|
54529
|
+
|
|
54530
|
+
cornerstoneWADOImageLoader.configure({
|
|
54531
|
+
beforeSend: function beforeSend(xhr) {
|
|
54532
|
+
xhr.setRequestHeader('Authorization', "bearer ".concat(token));
|
|
54533
|
+
}
|
|
54534
|
+
});
|
|
54535
|
+
|
|
54536
|
+
try {
|
|
54537
|
+
actionPool[currentActionIndex] = {
|
|
54538
|
+
total: wodoList.length,
|
|
54539
|
+
resultResolve: resolve,
|
|
54540
|
+
result: [],
|
|
54541
|
+
element: []
|
|
54542
|
+
};
|
|
54543
|
+
|
|
54544
|
+
for (i = 0; i < wodoList.length; i++) {
|
|
54545
|
+
getImage(wodoList[i], width, height, currentActionIndex, i);
|
|
54546
|
+
}
|
|
54547
|
+
|
|
54548
|
+
currentActionIndex++;
|
|
54549
|
+
} catch (e) {
|
|
54550
|
+
reject();
|
|
54551
|
+
}
|
|
54552
|
+
|
|
54553
|
+
case 5:
|
|
54554
|
+
case "end":
|
|
54555
|
+
return _context.stop();
|
|
54556
|
+
}
|
|
54557
|
+
}
|
|
54558
|
+
}, _callee);
|
|
54559
|
+
}));
|
|
54560
|
+
|
|
54561
|
+
return function (_x, _x2) {
|
|
54562
|
+
return _ref2.apply(this, arguments);
|
|
54563
|
+
};
|
|
54564
|
+
}());
|
|
54565
|
+
}
|
|
54566
|
+
|
|
54567
|
+
function getImage(wodo, width, height, currentActionIndex, imageIndex) {
|
|
54568
|
+
cornerstone.loadAndCacheImage(wodo).then(function (image) {
|
|
54569
|
+
var id = "".concat(domId, "-").concat(currentActionIndex, "-").concat(imageIndex);
|
|
54570
|
+
var element = document.getElementById(id);
|
|
54571
|
+
var canvas;
|
|
54572
|
+
|
|
54573
|
+
if (!element) {
|
|
54574
|
+
element = document.createElement("div");
|
|
54575
|
+
element.setAttribute("id", id);
|
|
54576
|
+
document.body.appendChild(element);
|
|
54577
|
+
actionPool[currentActionIndex].element[imageIndex] = element;
|
|
54578
|
+
element.style.width = width + 'px';
|
|
54579
|
+
element.style.height = height + 'px';
|
|
54580
|
+
element.style.display = 'block';
|
|
54581
|
+
element.style.visibility = 'hidden';
|
|
54582
|
+
canvas = document.createElement("canvas");
|
|
54583
|
+
element.appendChild(canvas);
|
|
54584
|
+
canvas.setAttribute('class', 'cornerstone-canvas');
|
|
54585
|
+
cornerstone.enable(element, {});
|
|
54586
|
+
}
|
|
54587
|
+
|
|
54588
|
+
element.addEventListener(cornerstone.EVENTS.IMAGE_RENDERED, onImageRendered);
|
|
54589
|
+
cornerstone.displayImage(element, image);
|
|
54590
|
+
});
|
|
54591
|
+
}
|
|
54592
|
+
|
|
54593
|
+
var onImageRendered = function onImageRendered(ev) {
|
|
54594
|
+
var element = ev.target;
|
|
54595
|
+
var img = cornerstone.getEnabledElement(element).canvas.toDataURL('image/png');
|
|
54596
|
+
var id = element.id;
|
|
54597
|
+
var currentActionIndex = id.split('-')[1];
|
|
54598
|
+
var imageIndex = id.split('-')[2];
|
|
54599
|
+
actionPool[currentActionIndex].result[imageIndex] = img;
|
|
54600
|
+
var result = actionPool[currentActionIndex].result;
|
|
54601
|
+
|
|
54602
|
+
if (result.length === actionPool[currentActionIndex].total) {
|
|
54603
|
+
var checkError = false;
|
|
54604
|
+
lodash$1.forEach(result, function (item) {
|
|
54605
|
+
if (!item) {
|
|
54606
|
+
checkError = true;
|
|
54607
|
+
}
|
|
54608
|
+
}); // 全部补全 resolve出去
|
|
54609
|
+
|
|
54610
|
+
if (!checkError) {
|
|
54611
|
+
actionPool[currentActionIndex].resultResolve(result);
|
|
54612
|
+
}
|
|
54613
|
+
}
|
|
54614
|
+
|
|
54615
|
+
element.removeEventListener(cornerstone.EVENTS.IMAGE_RENDERED, onImageRendered);
|
|
54616
|
+
removeDom(id);
|
|
54617
|
+
};
|
|
54618
|
+
|
|
54619
|
+
function removeDom(id) {
|
|
54620
|
+
var dom = document.getElementById(id);
|
|
54621
|
+
|
|
54622
|
+
if (dom) {
|
|
54623
|
+
document.body.removeChild(dom);
|
|
54624
|
+
}
|
|
54625
|
+
}
|
|
54626
|
+
|
|
54627
|
+
(function () {
|
|
54628
|
+
var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
|
|
54629
|
+
|
|
54630
|
+
if (!reactHotLoader) {
|
|
54631
|
+
return;
|
|
54632
|
+
}
|
|
54633
|
+
|
|
54634
|
+
reactHotLoader.register(domId, "domId", "/Users/huyeqing/workspace/chainz/paladin/src/utils/getImageDataFromWodo.js");
|
|
54635
|
+
reactHotLoader.register(actionPool, "actionPool", "/Users/huyeqing/workspace/chainz/paladin/src/utils/getImageDataFromWodo.js");
|
|
54636
|
+
reactHotLoader.register(currentActionIndex, "currentActionIndex", "/Users/huyeqing/workspace/chainz/paladin/src/utils/getImageDataFromWodo.js");
|
|
54637
|
+
reactHotLoader.register(getMultiImageDataFromWodo, "getMultiImageDataFromWodo", "/Users/huyeqing/workspace/chainz/paladin/src/utils/getImageDataFromWodo.js");
|
|
54638
|
+
reactHotLoader.register(getImage, "getImage", "/Users/huyeqing/workspace/chainz/paladin/src/utils/getImageDataFromWodo.js");
|
|
54639
|
+
reactHotLoader.register(onImageRendered, "onImageRendered", "/Users/huyeqing/workspace/chainz/paladin/src/utils/getImageDataFromWodo.js");
|
|
54640
|
+
reactHotLoader.register(removeDom, "removeDom", "/Users/huyeqing/workspace/chainz/paladin/src/utils/getImageDataFromWodo.js");
|
|
54641
|
+
})();
|
|
54642
|
+
|
|
54643
|
+
(function () {
|
|
54644
|
+
var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
|
|
54645
|
+
leaveModule && leaveModule(module);
|
|
54646
|
+
})();
|
|
54647
|
+
|
|
54648
|
+
(function () {
|
|
54649
|
+
var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
|
|
54650
|
+
enterModule && enterModule(module);
|
|
54651
|
+
})();
|
|
54652
|
+
|
|
54653
|
+
var __signature__$3l = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
|
|
54654
|
+
return a;
|
|
54655
|
+
};
|
|
54656
|
+
var paladinUtils = {
|
|
54657
|
+
getMultiImageDataFromWodo: getMultiImageDataFromWodo
|
|
54658
|
+
};
|
|
54419
54659
|
var _default$1b = _default$1a;
|
|
54420
54660
|
|
|
54421
54661
|
(function () {
|
|
@@ -54425,6 +54665,7 @@ var _default$1b = _default$1a;
|
|
|
54425
54665
|
return;
|
|
54426
54666
|
}
|
|
54427
54667
|
|
|
54668
|
+
reactHotLoader.register(paladinUtils, "paladinUtils", "/Users/huyeqing/workspace/chainz/paladin/src/index.js");
|
|
54428
54669
|
reactHotLoader.register(_default$1b, "default", "/Users/huyeqing/workspace/chainz/paladin/src/index.js");
|
|
54429
54670
|
})();
|
|
54430
54671
|
|
|
@@ -54435,5 +54676,6 @@ var _default$1b = _default$1a;
|
|
|
54435
54676
|
|
|
54436
54677
|
exports.cornerstoneUtils = index;
|
|
54437
54678
|
exports.default = _default$1b;
|
|
54679
|
+
exports.paladinUtils = paladinUtils;
|
|
54438
54680
|
exports.reducers = _default$I;
|
|
54439
54681
|
//# sourceMappingURL=index.js.map
|