@ohif/app 3.8.0-beta.57 → 3.8.0-beta.59
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/dist/{68.bundle.4071b6931b2e8b0b395d.js → 68.bundle.b1ad7bdcdda7e49e5baa.js} +255 -254
- package/dist/{704.bundle.47a64d452d136e92ee50.js → 704.bundle.33f9c81be870ab050b28.js} +2 -2
- package/dist/{app.bundle.34a8aeb8e2ed15617d12.js → app.bundle.710507b98ff6f3c11656.js} +4 -4
- package/dist/index.html +1 -1
- package/dist/sw.js +1 -1
- package/package.json +17 -17
- /package/dist/{155.bundle.1f2003f141f9fd853f80.js → 155.bundle.152df6e88b4a4f836f7e.js} +0 -0
- /package/dist/{164.bundle.d8908e03ac73be58d7e8.js → 164.bundle.beae01f43289588ba3fe.js} +0 -0
- /package/dist/{188.bundle.242addcfd34531bb4e4c.js → 188.bundle.007563acf027332c8b06.js} +0 -0
- /package/dist/{250.bundle.9f474ef6b9f5dabc3550.js → 250.bundle.e6e755ecc76c6c20407f.js} +0 -0
- /package/dist/{270.bundle.1a62239bc69117bce427.js → 270.bundle.e957e13216b507e69afb.js} +0 -0
- /package/dist/{317.bundle.19a4ea3fefdd4b707fc7.js → 317.bundle.36acdf1346115df83832.js} +0 -0
- /package/dist/{339.bundle.7d662ae1c3a94b9bd0f2.js → 339.bundle.7b794140e691a86e039a.js} +0 -0
- /package/dist/{50.bundle.e20eeb238cbad1e0d414.js → 50.bundle.4d2558d0b3428bf6bd7e.js} +0 -0
- /package/dist/{559.bundle.a9789f9af78de1553d98.js → 559.bundle.9270041366da3e60b56f.js} +0 -0
- /package/dist/{594.bundle.382c4698a40c859f3c93.js → 594.bundle.cc20768dfd78081628ce.js} +0 -0
- /package/dist/{724.bundle.d3aafba4c00c32e8d78c.js → 724.bundle.9926bdfa946dc3d62f78.js} +0 -0
- /package/dist/{905.bundle.30108a3524cff75aea02.js → 905.bundle.2a9590650a9cb8ff1a7d.js} +0 -0
- /package/dist/{907.bundle.59dede7efdaac71c3954.js → 907.bundle.7fee1fc4605bdcfaaffe.js} +0 -0
- /package/dist/{961.bundle.60936721d03131148735.js → 961.bundle.da49f3348c0cfb67866d.js} +0 -0
- /package/dist/{963.bundle.0a278499a0ccd67f7359.js → 963.bundle.06d99f3dd9c9d4f58010.js} +0 -0
|
@@ -11,263 +11,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11
11
|
__webpack_require__.d(__webpack_exports__, {
|
|
12
12
|
"default": () => (/* binding */ longitudinal_src),
|
|
13
13
|
initToolGroups: () => (/* reexport */ src_initToolGroups),
|
|
14
|
+
moreTools: () => (/* reexport */ src_moreTools),
|
|
14
15
|
toolbarButtons: () => (/* reexport */ src_toolbarButtons)
|
|
15
16
|
});
|
|
16
17
|
|
|
17
18
|
// EXTERNAL MODULE: ../../core/src/index.ts + 66 modules
|
|
18
19
|
var src = __webpack_require__(14283);
|
|
19
|
-
// EXTERNAL MODULE:
|
|
20
|
-
var
|
|
21
|
-
;// CONCATENATED MODULE: ../../../modes/longitudinal/src/toolbarButtons.ts
|
|
22
|
-
// TODO: torn, can either bake this here; or have to create a whole new button type
|
|
23
|
-
// Only ways that you can pass in a custom React component for render :l
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
const {
|
|
27
|
-
windowLevelPresets
|
|
28
|
-
} = src.defaults;
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @param {*} preset - preset number (from above import)
|
|
33
|
-
* @param {*} title
|
|
34
|
-
* @param {*} subtitle
|
|
35
|
-
*/
|
|
36
|
-
function _createWwwcPreset(preset, title, subtitle) {
|
|
37
|
-
return {
|
|
38
|
-
id: preset.toString(),
|
|
39
|
-
title,
|
|
40
|
-
subtitle,
|
|
41
|
-
type: 'action',
|
|
42
|
-
commands: [{
|
|
43
|
-
commandName: 'setWindowLevel',
|
|
44
|
-
commandOptions: {
|
|
45
|
-
...windowLevelPresets[preset]
|
|
46
|
-
},
|
|
47
|
-
context: 'CORNERSTONE'
|
|
48
|
-
}]
|
|
49
|
-
};
|
|
50
|
-
}
|
|
51
|
-
const toolGroupIds = ['default', 'mpr', 'SRToolGroup'];
|
|
52
|
-
|
|
53
|
-
/**
|
|
54
|
-
* Creates an array of 'setToolActive' commands for the given toolName - one for
|
|
55
|
-
* each toolGroupId specified in toolGroupIds.
|
|
56
|
-
* @param {string} toolName
|
|
57
|
-
* @returns {Array} an array of 'setToolActive' commands
|
|
58
|
-
*/
|
|
59
|
-
function _createSetToolActiveCommands(toolName) {
|
|
60
|
-
const temp = toolGroupIds.map(toolGroupId => ({
|
|
61
|
-
commandName: 'setToolActive',
|
|
62
|
-
commandOptions: {
|
|
63
|
-
toolGroupId,
|
|
64
|
-
toolName
|
|
65
|
-
},
|
|
66
|
-
context: 'CORNERSTONE'
|
|
67
|
-
}));
|
|
68
|
-
return temp;
|
|
69
|
-
}
|
|
70
|
-
const toolbarButtons = [
|
|
71
|
-
// Measurement
|
|
72
|
-
{
|
|
73
|
-
id: 'MeasurementTools',
|
|
74
|
-
type: 'ohif.splitButton',
|
|
75
|
-
props: {
|
|
76
|
-
groupId: 'MeasurementTools',
|
|
77
|
-
isRadio: true,
|
|
78
|
-
// ?
|
|
79
|
-
// Switch?
|
|
80
|
-
primary: src/* ToolbarService */.hx._createToolButton('Length', 'tool-length', 'Length', [{
|
|
81
|
-
commandName: 'setToolActive',
|
|
82
|
-
commandOptions: {
|
|
83
|
-
toolName: 'Length'
|
|
84
|
-
},
|
|
85
|
-
context: 'CORNERSTONE'
|
|
86
|
-
}, {
|
|
87
|
-
commandName: 'setToolActive',
|
|
88
|
-
commandOptions: {
|
|
89
|
-
toolName: 'SRLength',
|
|
90
|
-
toolGroupId: 'SRToolGroup'
|
|
91
|
-
},
|
|
92
|
-
// we can use the setToolActive command for this from Cornerstone commandsModule
|
|
93
|
-
context: 'CORNERSTONE'
|
|
94
|
-
}], 'Length'),
|
|
95
|
-
secondary: {
|
|
96
|
-
icon: 'chevron-down',
|
|
97
|
-
label: '',
|
|
98
|
-
isActive: true,
|
|
99
|
-
tooltip: 'More Measure Tools'
|
|
100
|
-
},
|
|
101
|
-
items: [src/* ToolbarService */.hx._createToolButton('Length', 'tool-length', 'Length', [{
|
|
102
|
-
commandName: 'setToolActive',
|
|
103
|
-
commandOptions: {
|
|
104
|
-
toolName: 'Length'
|
|
105
|
-
},
|
|
106
|
-
context: 'CORNERSTONE'
|
|
107
|
-
}, {
|
|
108
|
-
commandName: 'setToolActive',
|
|
109
|
-
commandOptions: {
|
|
110
|
-
toolName: 'SRLength',
|
|
111
|
-
toolGroupId: 'SRToolGroup'
|
|
112
|
-
},
|
|
113
|
-
// we can use the setToolActive command for this from Cornerstone commandsModule
|
|
114
|
-
context: 'CORNERSTONE'
|
|
115
|
-
}], 'Length Tool'), src/* ToolbarService */.hx._createToolButton('Bidirectional', 'tool-bidirectional', 'Bidirectional', [{
|
|
116
|
-
commandName: 'setToolActive',
|
|
117
|
-
commandOptions: {
|
|
118
|
-
toolName: 'Bidirectional'
|
|
119
|
-
},
|
|
120
|
-
context: 'CORNERSTONE'
|
|
121
|
-
}, {
|
|
122
|
-
commandName: 'setToolActive',
|
|
123
|
-
commandOptions: {
|
|
124
|
-
toolName: 'SRBidirectional',
|
|
125
|
-
toolGroupId: 'SRToolGroup'
|
|
126
|
-
},
|
|
127
|
-
context: 'CORNERSTONE'
|
|
128
|
-
}], 'Bidirectional Tool'), src/* ToolbarService */.hx._createToolButton('ArrowAnnotate', 'tool-annotate', 'Annotation', [{
|
|
129
|
-
commandName: 'setToolActive',
|
|
130
|
-
commandOptions: {
|
|
131
|
-
toolName: 'ArrowAnnotate'
|
|
132
|
-
},
|
|
133
|
-
context: 'CORNERSTONE'
|
|
134
|
-
}, {
|
|
135
|
-
commandName: 'setToolActive',
|
|
136
|
-
commandOptions: {
|
|
137
|
-
toolName: 'SRArrowAnnotate',
|
|
138
|
-
toolGroupId: 'SRToolGroup'
|
|
139
|
-
},
|
|
140
|
-
context: 'CORNERSTONE'
|
|
141
|
-
}], 'Arrow Annotate'), src/* ToolbarService */.hx._createToolButton('EllipticalROI', 'tool-elipse', 'Ellipse', [{
|
|
142
|
-
commandName: 'setToolActive',
|
|
143
|
-
commandOptions: {
|
|
144
|
-
toolName: 'EllipticalROI'
|
|
145
|
-
},
|
|
146
|
-
context: 'CORNERSTONE'
|
|
147
|
-
}, {
|
|
148
|
-
commandName: 'setToolActive',
|
|
149
|
-
commandOptions: {
|
|
150
|
-
toolName: 'SREllipticalROI',
|
|
151
|
-
toolGroupId: 'SRToolGroup'
|
|
152
|
-
},
|
|
153
|
-
context: 'CORNERSTONE'
|
|
154
|
-
}], 'Ellipse Tool'), src/* ToolbarService */.hx._createToolButton('CircleROI', 'tool-circle', 'Circle', [{
|
|
155
|
-
commandName: 'setToolActive',
|
|
156
|
-
commandOptions: {
|
|
157
|
-
toolName: 'CircleROI'
|
|
158
|
-
},
|
|
159
|
-
context: 'CORNERSTONE'
|
|
160
|
-
}, {
|
|
161
|
-
commandName: 'setToolActive',
|
|
162
|
-
commandOptions: {
|
|
163
|
-
toolName: 'SRCircleROI',
|
|
164
|
-
toolGroupId: 'SRToolGroup'
|
|
165
|
-
},
|
|
166
|
-
context: 'CORNERSTONE'
|
|
167
|
-
}], 'Circle Tool')]
|
|
168
|
-
}
|
|
169
|
-
},
|
|
170
|
-
// Zoom..
|
|
171
|
-
{
|
|
172
|
-
id: 'Zoom',
|
|
173
|
-
type: 'ohif.radioGroup',
|
|
174
|
-
props: {
|
|
175
|
-
type: 'tool',
|
|
176
|
-
icon: 'tool-zoom',
|
|
177
|
-
label: 'Zoom',
|
|
178
|
-
commands: _createSetToolActiveCommands('Zoom')
|
|
179
|
-
}
|
|
180
|
-
},
|
|
181
|
-
// Window Level + Presets...
|
|
182
|
-
{
|
|
183
|
-
id: 'WindowLevel',
|
|
184
|
-
type: 'ohif.splitButton',
|
|
185
|
-
props: {
|
|
186
|
-
groupId: 'WindowLevel',
|
|
187
|
-
primary: src/* ToolbarService */.hx._createToolButton('WindowLevel', 'tool-window-level', 'Window Level', [{
|
|
188
|
-
commandName: 'setToolActive',
|
|
189
|
-
commandOptions: {
|
|
190
|
-
toolName: 'WindowLevel'
|
|
191
|
-
},
|
|
192
|
-
context: 'CORNERSTONE'
|
|
193
|
-
}], 'Window Level'),
|
|
194
|
-
secondary: {
|
|
195
|
-
icon: 'chevron-down',
|
|
196
|
-
label: 'W/L Manual',
|
|
197
|
-
isActive: true,
|
|
198
|
-
tooltip: 'W/L Presets'
|
|
199
|
-
},
|
|
200
|
-
isAction: true,
|
|
201
|
-
// ?
|
|
202
|
-
renderer: ui_src/* WindowLevelMenuItem */.d4,
|
|
203
|
-
items: [_createWwwcPreset(1, 'Soft tissue', '400 / 40'), _createWwwcPreset(2, 'Lung', '1500 / -600'), _createWwwcPreset(3, 'Liver', '150 / 90'), _createWwwcPreset(4, 'Bone', '2500 / 480'), _createWwwcPreset(5, 'Brain', '80 / 40')]
|
|
204
|
-
}
|
|
205
|
-
},
|
|
206
|
-
// Pan...
|
|
207
|
-
{
|
|
208
|
-
id: 'Pan',
|
|
209
|
-
type: 'ohif.radioGroup',
|
|
210
|
-
props: {
|
|
211
|
-
type: 'tool',
|
|
212
|
-
icon: 'tool-move',
|
|
213
|
-
label: 'Pan',
|
|
214
|
-
commands: _createSetToolActiveCommands('Pan')
|
|
215
|
-
}
|
|
216
|
-
}, {
|
|
217
|
-
id: 'Capture',
|
|
218
|
-
type: 'ohif.action',
|
|
219
|
-
props: {
|
|
220
|
-
icon: 'tool-capture',
|
|
221
|
-
label: 'Capture',
|
|
222
|
-
type: 'action',
|
|
223
|
-
commands: [{
|
|
224
|
-
commandName: 'showDownloadViewportModal',
|
|
225
|
-
commandOptions: {},
|
|
226
|
-
context: 'CORNERSTONE'
|
|
227
|
-
}]
|
|
228
|
-
}
|
|
229
|
-
}, {
|
|
230
|
-
id: 'Layout',
|
|
231
|
-
type: 'ohif.layoutSelector',
|
|
232
|
-
props: {
|
|
233
|
-
rows: 3,
|
|
234
|
-
columns: 3
|
|
235
|
-
}
|
|
236
|
-
}, {
|
|
237
|
-
id: 'MPR',
|
|
238
|
-
type: 'ohif.action',
|
|
239
|
-
props: {
|
|
240
|
-
type: 'toggle',
|
|
241
|
-
icon: 'icon-mpr',
|
|
242
|
-
label: 'MPR',
|
|
243
|
-
commands: [{
|
|
244
|
-
commandName: 'toggleHangingProtocol',
|
|
245
|
-
commandOptions: {
|
|
246
|
-
protocolId: 'mpr'
|
|
247
|
-
},
|
|
248
|
-
context: 'DEFAULT'
|
|
249
|
-
}]
|
|
250
|
-
}
|
|
251
|
-
}, {
|
|
252
|
-
id: 'Crosshairs',
|
|
253
|
-
type: 'ohif.radioGroup',
|
|
254
|
-
props: {
|
|
255
|
-
type: 'tool',
|
|
256
|
-
icon: 'tool-crosshair',
|
|
257
|
-
label: 'Crosshairs',
|
|
258
|
-
commands: [{
|
|
259
|
-
commandName: 'setToolActive',
|
|
260
|
-
commandOptions: {
|
|
261
|
-
toolName: 'Crosshairs',
|
|
262
|
-
toolGroupId: 'mpr'
|
|
263
|
-
},
|
|
264
|
-
context: 'CORNERSTONE'
|
|
265
|
-
}]
|
|
266
|
-
}
|
|
267
|
-
}
|
|
268
|
-
// More...
|
|
269
|
-
];
|
|
270
|
-
/* harmony default export */ const src_toolbarButtons = (toolbarButtons);
|
|
20
|
+
// EXTERNAL MODULE: ../../../node_modules/i18next/dist/esm/i18next.js
|
|
21
|
+
var i18next = __webpack_require__(92344);
|
|
271
22
|
;// CONCATENATED MODULE: ../../../modes/longitudinal/package.json
|
|
272
23
|
const package_namespaceObject = /*#__PURE__*/JSON.parse('{"UU":"@ohif/mode-longitudinal"}');
|
|
273
24
|
;// CONCATENATED MODULE: ../../../modes/longitudinal/src/id.js
|
|
@@ -804,8 +555,258 @@ const moreToolsMpr = [{
|
|
|
804
555
|
}
|
|
805
556
|
}];
|
|
806
557
|
/* harmony default export */ const src_moreToolsMpr = (moreToolsMpr);
|
|
807
|
-
// EXTERNAL MODULE:
|
|
808
|
-
var
|
|
558
|
+
// EXTERNAL MODULE: ../../ui/src/index.js + 487 modules
|
|
559
|
+
var ui_src = __webpack_require__(55395);
|
|
560
|
+
;// CONCATENATED MODULE: ../../../modes/longitudinal/src/toolbarButtons.ts
|
|
561
|
+
// TODO: torn, can either bake this here; or have to create a whole new button type
|
|
562
|
+
// Only ways that you can pass in a custom React component for render :l
|
|
563
|
+
|
|
564
|
+
|
|
565
|
+
const {
|
|
566
|
+
windowLevelPresets
|
|
567
|
+
} = src.defaults;
|
|
568
|
+
|
|
569
|
+
/**
|
|
570
|
+
*
|
|
571
|
+
* @param {*} preset - preset number (from above import)
|
|
572
|
+
* @param {*} title
|
|
573
|
+
* @param {*} subtitle
|
|
574
|
+
*/
|
|
575
|
+
function _createWwwcPreset(preset, title, subtitle) {
|
|
576
|
+
return {
|
|
577
|
+
id: preset.toString(),
|
|
578
|
+
title,
|
|
579
|
+
subtitle,
|
|
580
|
+
type: 'action',
|
|
581
|
+
commands: [{
|
|
582
|
+
commandName: 'setWindowLevel',
|
|
583
|
+
commandOptions: {
|
|
584
|
+
...windowLevelPresets[preset]
|
|
585
|
+
},
|
|
586
|
+
context: 'CORNERSTONE'
|
|
587
|
+
}]
|
|
588
|
+
};
|
|
589
|
+
}
|
|
590
|
+
const toolGroupIds = ['default', 'mpr', 'SRToolGroup'];
|
|
591
|
+
|
|
592
|
+
/**
|
|
593
|
+
* Creates an array of 'setToolActive' commands for the given toolName - one for
|
|
594
|
+
* each toolGroupId specified in toolGroupIds.
|
|
595
|
+
* @param {string} toolName
|
|
596
|
+
* @returns {Array} an array of 'setToolActive' commands
|
|
597
|
+
*/
|
|
598
|
+
function _createSetToolActiveCommands(toolName) {
|
|
599
|
+
const temp = toolGroupIds.map(toolGroupId => ({
|
|
600
|
+
commandName: 'setToolActive',
|
|
601
|
+
commandOptions: {
|
|
602
|
+
toolGroupId,
|
|
603
|
+
toolName
|
|
604
|
+
},
|
|
605
|
+
context: 'CORNERSTONE'
|
|
606
|
+
}));
|
|
607
|
+
return temp;
|
|
608
|
+
}
|
|
609
|
+
const toolbarButtons = [
|
|
610
|
+
// Measurement
|
|
611
|
+
{
|
|
612
|
+
id: 'MeasurementTools',
|
|
613
|
+
type: 'ohif.splitButton',
|
|
614
|
+
props: {
|
|
615
|
+
groupId: 'MeasurementTools',
|
|
616
|
+
isRadio: true,
|
|
617
|
+
// ?
|
|
618
|
+
// Switch?
|
|
619
|
+
primary: src/* ToolbarService */.hx._createToolButton('Length', 'tool-length', 'Length', [{
|
|
620
|
+
commandName: 'setToolActive',
|
|
621
|
+
commandOptions: {
|
|
622
|
+
toolName: 'Length'
|
|
623
|
+
},
|
|
624
|
+
context: 'CORNERSTONE'
|
|
625
|
+
}, {
|
|
626
|
+
commandName: 'setToolActive',
|
|
627
|
+
commandOptions: {
|
|
628
|
+
toolName: 'SRLength',
|
|
629
|
+
toolGroupId: 'SRToolGroup'
|
|
630
|
+
},
|
|
631
|
+
// we can use the setToolActive command for this from Cornerstone commandsModule
|
|
632
|
+
context: 'CORNERSTONE'
|
|
633
|
+
}], 'Length'),
|
|
634
|
+
secondary: {
|
|
635
|
+
icon: 'chevron-down',
|
|
636
|
+
label: '',
|
|
637
|
+
isActive: true,
|
|
638
|
+
tooltip: 'More Measure Tools'
|
|
639
|
+
},
|
|
640
|
+
items: [src/* ToolbarService */.hx._createToolButton('Length', 'tool-length', 'Length', [{
|
|
641
|
+
commandName: 'setToolActive',
|
|
642
|
+
commandOptions: {
|
|
643
|
+
toolName: 'Length'
|
|
644
|
+
},
|
|
645
|
+
context: 'CORNERSTONE'
|
|
646
|
+
}, {
|
|
647
|
+
commandName: 'setToolActive',
|
|
648
|
+
commandOptions: {
|
|
649
|
+
toolName: 'SRLength',
|
|
650
|
+
toolGroupId: 'SRToolGroup'
|
|
651
|
+
},
|
|
652
|
+
// we can use the setToolActive command for this from Cornerstone commandsModule
|
|
653
|
+
context: 'CORNERSTONE'
|
|
654
|
+
}], 'Length Tool'), src/* ToolbarService */.hx._createToolButton('Bidirectional', 'tool-bidirectional', 'Bidirectional', [{
|
|
655
|
+
commandName: 'setToolActive',
|
|
656
|
+
commandOptions: {
|
|
657
|
+
toolName: 'Bidirectional'
|
|
658
|
+
},
|
|
659
|
+
context: 'CORNERSTONE'
|
|
660
|
+
}, {
|
|
661
|
+
commandName: 'setToolActive',
|
|
662
|
+
commandOptions: {
|
|
663
|
+
toolName: 'SRBidirectional',
|
|
664
|
+
toolGroupId: 'SRToolGroup'
|
|
665
|
+
},
|
|
666
|
+
context: 'CORNERSTONE'
|
|
667
|
+
}], 'Bidirectional Tool'), src/* ToolbarService */.hx._createToolButton('ArrowAnnotate', 'tool-annotate', 'Annotation', [{
|
|
668
|
+
commandName: 'setToolActive',
|
|
669
|
+
commandOptions: {
|
|
670
|
+
toolName: 'ArrowAnnotate'
|
|
671
|
+
},
|
|
672
|
+
context: 'CORNERSTONE'
|
|
673
|
+
}, {
|
|
674
|
+
commandName: 'setToolActive',
|
|
675
|
+
commandOptions: {
|
|
676
|
+
toolName: 'SRArrowAnnotate',
|
|
677
|
+
toolGroupId: 'SRToolGroup'
|
|
678
|
+
},
|
|
679
|
+
context: 'CORNERSTONE'
|
|
680
|
+
}], 'Arrow Annotate'), src/* ToolbarService */.hx._createToolButton('EllipticalROI', 'tool-elipse', 'Ellipse', [{
|
|
681
|
+
commandName: 'setToolActive',
|
|
682
|
+
commandOptions: {
|
|
683
|
+
toolName: 'EllipticalROI'
|
|
684
|
+
},
|
|
685
|
+
context: 'CORNERSTONE'
|
|
686
|
+
}, {
|
|
687
|
+
commandName: 'setToolActive',
|
|
688
|
+
commandOptions: {
|
|
689
|
+
toolName: 'SREllipticalROI',
|
|
690
|
+
toolGroupId: 'SRToolGroup'
|
|
691
|
+
},
|
|
692
|
+
context: 'CORNERSTONE'
|
|
693
|
+
}], 'Ellipse Tool'), src/* ToolbarService */.hx._createToolButton('CircleROI', 'tool-circle', 'Circle', [{
|
|
694
|
+
commandName: 'setToolActive',
|
|
695
|
+
commandOptions: {
|
|
696
|
+
toolName: 'CircleROI'
|
|
697
|
+
},
|
|
698
|
+
context: 'CORNERSTONE'
|
|
699
|
+
}, {
|
|
700
|
+
commandName: 'setToolActive',
|
|
701
|
+
commandOptions: {
|
|
702
|
+
toolName: 'SRCircleROI',
|
|
703
|
+
toolGroupId: 'SRToolGroup'
|
|
704
|
+
},
|
|
705
|
+
context: 'CORNERSTONE'
|
|
706
|
+
}], 'Circle Tool')]
|
|
707
|
+
}
|
|
708
|
+
},
|
|
709
|
+
// Zoom..
|
|
710
|
+
{
|
|
711
|
+
id: 'Zoom',
|
|
712
|
+
type: 'ohif.radioGroup',
|
|
713
|
+
props: {
|
|
714
|
+
type: 'tool',
|
|
715
|
+
icon: 'tool-zoom',
|
|
716
|
+
label: 'Zoom',
|
|
717
|
+
commands: _createSetToolActiveCommands('Zoom')
|
|
718
|
+
}
|
|
719
|
+
},
|
|
720
|
+
// Window Level + Presets...
|
|
721
|
+
{
|
|
722
|
+
id: 'WindowLevel',
|
|
723
|
+
type: 'ohif.splitButton',
|
|
724
|
+
props: {
|
|
725
|
+
groupId: 'WindowLevel',
|
|
726
|
+
primary: src/* ToolbarService */.hx._createToolButton('WindowLevel', 'tool-window-level', 'Window Level', [{
|
|
727
|
+
commandName: 'setToolActive',
|
|
728
|
+
commandOptions: {
|
|
729
|
+
toolName: 'WindowLevel'
|
|
730
|
+
},
|
|
731
|
+
context: 'CORNERSTONE'
|
|
732
|
+
}], 'Window Level'),
|
|
733
|
+
secondary: {
|
|
734
|
+
icon: 'chevron-down',
|
|
735
|
+
label: 'W/L Manual',
|
|
736
|
+
isActive: true,
|
|
737
|
+
tooltip: 'W/L Presets'
|
|
738
|
+
},
|
|
739
|
+
isAction: true,
|
|
740
|
+
// ?
|
|
741
|
+
renderer: ui_src/* WindowLevelMenuItem */.d4,
|
|
742
|
+
items: [_createWwwcPreset(1, 'Soft tissue', '400 / 40'), _createWwwcPreset(2, 'Lung', '1500 / -600'), _createWwwcPreset(3, 'Liver', '150 / 90'), _createWwwcPreset(4, 'Bone', '2500 / 480'), _createWwwcPreset(5, 'Brain', '80 / 40')]
|
|
743
|
+
}
|
|
744
|
+
},
|
|
745
|
+
// Pan...
|
|
746
|
+
{
|
|
747
|
+
id: 'Pan',
|
|
748
|
+
type: 'ohif.radioGroup',
|
|
749
|
+
props: {
|
|
750
|
+
type: 'tool',
|
|
751
|
+
icon: 'tool-move',
|
|
752
|
+
label: 'Pan',
|
|
753
|
+
commands: _createSetToolActiveCommands('Pan')
|
|
754
|
+
}
|
|
755
|
+
}, {
|
|
756
|
+
id: 'Capture',
|
|
757
|
+
type: 'ohif.action',
|
|
758
|
+
props: {
|
|
759
|
+
icon: 'tool-capture',
|
|
760
|
+
label: 'Capture',
|
|
761
|
+
type: 'action',
|
|
762
|
+
commands: [{
|
|
763
|
+
commandName: 'showDownloadViewportModal',
|
|
764
|
+
commandOptions: {},
|
|
765
|
+
context: 'CORNERSTONE'
|
|
766
|
+
}]
|
|
767
|
+
}
|
|
768
|
+
}, {
|
|
769
|
+
id: 'Layout',
|
|
770
|
+
type: 'ohif.layoutSelector',
|
|
771
|
+
props: {
|
|
772
|
+
rows: 3,
|
|
773
|
+
columns: 3
|
|
774
|
+
}
|
|
775
|
+
}, {
|
|
776
|
+
id: 'MPR',
|
|
777
|
+
type: 'ohif.action',
|
|
778
|
+
props: {
|
|
779
|
+
type: 'toggle',
|
|
780
|
+
icon: 'icon-mpr',
|
|
781
|
+
label: 'MPR',
|
|
782
|
+
commands: [{
|
|
783
|
+
commandName: 'toggleHangingProtocol',
|
|
784
|
+
commandOptions: {
|
|
785
|
+
protocolId: 'mpr'
|
|
786
|
+
},
|
|
787
|
+
context: 'DEFAULT'
|
|
788
|
+
}]
|
|
789
|
+
}
|
|
790
|
+
}, {
|
|
791
|
+
id: 'Crosshairs',
|
|
792
|
+
type: 'ohif.radioGroup',
|
|
793
|
+
props: {
|
|
794
|
+
type: 'tool',
|
|
795
|
+
icon: 'tool-crosshair',
|
|
796
|
+
label: 'Crosshairs',
|
|
797
|
+
commands: [{
|
|
798
|
+
commandName: 'setToolActive',
|
|
799
|
+
commandOptions: {
|
|
800
|
+
toolName: 'Crosshairs',
|
|
801
|
+
toolGroupId: 'mpr'
|
|
802
|
+
},
|
|
803
|
+
context: 'CORNERSTONE'
|
|
804
|
+
}]
|
|
805
|
+
}
|
|
806
|
+
}
|
|
807
|
+
// More...
|
|
808
|
+
];
|
|
809
|
+
/* harmony default export */ const src_toolbarButtons = (toolbarButtons);
|
|
809
810
|
;// CONCATENATED MODULE: ../../../modes/longitudinal/src/index.js
|
|
810
811
|
|
|
811
812
|
|
|
@@ -2603,8 +2603,8 @@ function ViewerHeader({
|
|
|
2603
2603
|
hotkeyDefinitions,
|
|
2604
2604
|
hotkeyDefaults
|
|
2605
2605
|
} = hotkeysManager;
|
|
2606
|
-
const versionNumber = "3.8.0-beta.
|
|
2607
|
-
const commitHash = "
|
|
2606
|
+
const versionNumber = "3.8.0-beta.59";
|
|
2607
|
+
const commitHash = "e485d68fd4619ce7187113cbe59e47f9523dbcc8";
|
|
2608
2608
|
const menuOptions = [{
|
|
2609
2609
|
title: t('Header:About'),
|
|
2610
2610
|
icon: 'info',
|
|
@@ -984,8 +984,8 @@ function WorkList({
|
|
|
984
984
|
};
|
|
985
985
|
});
|
|
986
986
|
const hasStudies = numOfStudies > 0;
|
|
987
|
-
const versionNumber = "3.8.0-beta.
|
|
988
|
-
const commitHash = "
|
|
987
|
+
const versionNumber = "3.8.0-beta.59";
|
|
988
|
+
const commitHash = "e485d68fd4619ce7187113cbe59e47f9523dbcc8";
|
|
989
989
|
const menuOptions = [{
|
|
990
990
|
title: t('Header:About'),
|
|
991
991
|
icon: 'info',
|
|
@@ -6466,7 +6466,7 @@ const detectionOptions = {
|
|
|
6466
6466
|
}
|
|
6467
6467
|
});
|
|
6468
6468
|
;// CONCATENATED MODULE: ../../i18n/package.json
|
|
6469
|
-
const package_namespaceObject = /*#__PURE__*/JSON.parse('{"rE":"3.8.0-beta.
|
|
6469
|
+
const package_namespaceObject = /*#__PURE__*/JSON.parse('{"rE":"3.8.0-beta.58"}');
|
|
6470
6470
|
;// CONCATENATED MODULE: ../../i18n/src/utils.js
|
|
6471
6471
|
const languagesMap = {
|
|
6472
6472
|
ar: 'Arabic',
|
|
@@ -297340,7 +297340,7 @@ var selectOrdinal = function selectOrdinal() {
|
|
|
297340
297340
|
/******/ // This function allow to reference async chunks
|
|
297341
297341
|
/******/ __webpack_require__.u = (chunkId) => {
|
|
297342
297342
|
/******/ // return url for filenames based on template
|
|
297343
|
-
/******/ return "" + ({"525":"dicom-microscopy-viewer","572":"polySeg"}[chunkId] || chunkId) + ".bundle." + {"50":"
|
|
297343
|
+
/******/ return "" + ({"525":"dicom-microscopy-viewer","572":"polySeg"}[chunkId] || chunkId) + ".bundle." + {"50":"4d2558d0b3428bf6bd7e","68":"b1ad7bdcdda7e49e5baa","109":"b4fee2a22b622839baf5","121":"8a4747e7280f7493f07f","155":"152df6e88b4a4f836f7e","164":"beae01f43289588ba3fe","188":"007563acf027332c8b06","250":"e6e755ecc76c6c20407f","270":"e957e13216b507e69afb","290":"f14fb0cfd84a817704b6","295":"195776f4d6400701840b","297":"81d63bb0b66d63df6d86","317":"36acdf1346115df83832","339":"7b794140e691a86e039a","342":"9cba26ae269724f08311","481":"a2b01ffe06a262fa9375","525":"d3a56dc9f62df5e11019","530":"8784084927e0f61b058d","544":"1502ae8187957cc5d7a5","559":"9270041366da3e60b56f","572":"63a3d7bee3e0ec0651df","594":"cc20768dfd78081628ce","644":"1e77691d2eeb96a423b0","704":"33f9c81be870ab050b28","724":"9926bdfa946dc3d62f78","726":"2bdb443d1b5620d74e6e","835":"4c0eaa2c1a427ee41817","862":"5357c0d8b2fe9971a082","889":"d8fae421d8bfce626cf6","905":"2a9590650a9cb8ff1a7d","907":"7fee1fc4605bdcfaaffe","931":"d270a1fda9a2836c3cc5","939":"84ee0b844023d924a22b","961":"da49f3348c0cfb67866d","963":"06d99f3dd9c9d4f58010"}[chunkId] + ".js";
|
|
297344
297344
|
/******/ };
|
|
297345
297345
|
/******/ })();
|
|
297346
297346
|
/******/
|
package/dist/index.html
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><meta name="mobile-web-app-capable" content="yes"/><meta name="application-name" content="OHIF Viewer"/><meta name="apple-mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/><meta name="apple-mobile-web-app-title" content="@ohif/app"/><meta name="msapplication-TileColor" content="#fff"/><meta name="msapplication-TileImage" content="/assets/mstile-144x144.png"/><meta name="msapplication-config" content="/assets/browserconfig.xml"/><script>console.time('scriptToView');
|
|
2
|
-
window.PUBLIC_URL = '/';</script><link rel="manifest" href="/manifest.json"/><link rel="shortcut icon" href="/assets/favicon.ico"/><link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png"/><link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png"/><link rel="apple-touch-icon" sizes="57x57" href="/assets/apple-touch-icon-57x57.png"/><link rel="apple-touch-icon" sizes="60x60" href="/assets/apple-touch-icon-60x60.png"/><link rel="apple-touch-icon" sizes="72x72" href="/assets/apple-touch-icon-72x72.png"/><link rel="apple-touch-icon" sizes="76x76" href="/assets/apple-touch-icon-76x76.png"/><link rel="apple-touch-icon" sizes="114x114" href="/assets/apple-touch-icon-114x114.png"/><link rel="apple-touch-icon" sizes="120x120" href="/assets/apple-touch-icon-120x120.png"/><link rel="apple-touch-icon" sizes="144x144" href="/assets/apple-touch-icon-144x144.png"/><link rel="apple-touch-icon" sizes="152x152" href="/assets/apple-touch-icon-152x152.png"/><link rel="apple-touch-icon" sizes="167x167" href="/assets/apple-touch-icon-167x167.png"/><link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon-180x180.png"/><link rel="apple-touch-icon" sizes="1024x1024" href="/assets/apple-touch-icon-1024x1024.png"/><link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1)" href="/assets/apple-touch-startup-image-320x460.png"/><link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple-touch-startup-image-640x920.png"/><link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple-touch-startup-image-640x1096.png"/><link rel="apple-touch-startup-image" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple-touch-startup-image-750x1294.png"/><link rel="apple-touch-startup-image" media="(device-width: 414px) and (device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3)" href="/assets/apple-touch-startup-image-1182x2208.png"/><link rel="apple-touch-startup-image" media="(device-width: 414px) and (device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3)" href="/assets/apple-touch-startup-image-1242x2148.png"/><link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 1)" href="/assets/apple-touch-startup-image-748x1024.png"/><link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 1)" href="/assets/apple-touch-startup-image-768x1004.png"/><link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple-touch-startup-image-1496x2048.png"/><link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple-touch-startup-image-1536x2008.png"/><link rel="icon" type="image/png" sizes="228x228" href="/assets/coast-228x228.png"/><link rel="yandex-tableau-widget" href="/assets/yandex-browser-manifest.json"/><script rel="preload" as="script" src="/app-config.js"></script><script rel="preload" as="script" type="module" src="/init-service-worker.js"></script><title>OHIF Viewer</title><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/><link href="https://fonts.googleapis.com/css?family=Inter:100,300,400,500,700&display=swap" rel="stylesheet" rel="preload" as="style"/><script defer="defer" src="/app.bundle.
|
|
2
|
+
window.PUBLIC_URL = '/';</script><link rel="manifest" href="/manifest.json"/><link rel="shortcut icon" href="/assets/favicon.ico"/><link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png"/><link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png"/><link rel="apple-touch-icon" sizes="57x57" href="/assets/apple-touch-icon-57x57.png"/><link rel="apple-touch-icon" sizes="60x60" href="/assets/apple-touch-icon-60x60.png"/><link rel="apple-touch-icon" sizes="72x72" href="/assets/apple-touch-icon-72x72.png"/><link rel="apple-touch-icon" sizes="76x76" href="/assets/apple-touch-icon-76x76.png"/><link rel="apple-touch-icon" sizes="114x114" href="/assets/apple-touch-icon-114x114.png"/><link rel="apple-touch-icon" sizes="120x120" href="/assets/apple-touch-icon-120x120.png"/><link rel="apple-touch-icon" sizes="144x144" href="/assets/apple-touch-icon-144x144.png"/><link rel="apple-touch-icon" sizes="152x152" href="/assets/apple-touch-icon-152x152.png"/><link rel="apple-touch-icon" sizes="167x167" href="/assets/apple-touch-icon-167x167.png"/><link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon-180x180.png"/><link rel="apple-touch-icon" sizes="1024x1024" href="/assets/apple-touch-icon-1024x1024.png"/><link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1)" href="/assets/apple-touch-startup-image-320x460.png"/><link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple-touch-startup-image-640x920.png"/><link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple-touch-startup-image-640x1096.png"/><link rel="apple-touch-startup-image" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple-touch-startup-image-750x1294.png"/><link rel="apple-touch-startup-image" media="(device-width: 414px) and (device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3)" href="/assets/apple-touch-startup-image-1182x2208.png"/><link rel="apple-touch-startup-image" media="(device-width: 414px) and (device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3)" href="/assets/apple-touch-startup-image-1242x2148.png"/><link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 1)" href="/assets/apple-touch-startup-image-748x1024.png"/><link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 1)" href="/assets/apple-touch-startup-image-768x1004.png"/><link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple-touch-startup-image-1496x2048.png"/><link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple-touch-startup-image-1536x2008.png"/><link rel="icon" type="image/png" sizes="228x228" href="/assets/coast-228x228.png"/><link rel="yandex-tableau-widget" href="/assets/yandex-browser-manifest.json"/><script rel="preload" as="script" src="/app-config.js"></script><script rel="preload" as="script" type="module" src="/init-service-worker.js"></script><title>OHIF Viewer</title><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/><link href="https://fonts.googleapis.com/css?family=Inter:100,300,400,500,700&display=swap" rel="stylesheet" rel="preload" as="style"/><script defer="defer" src="/app.bundle.710507b98ff6f3c11656.js"></script><link href="/app.bundle.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|
package/dist/sw.js
CHANGED
|
@@ -51,7 +51,7 @@ self.addEventListener('message', event => {
|
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
53
|
});
|
|
54
|
-
workbox.precaching.precacheAndRoute([{'revision':null,'url':'/109.bundle.b4fee2a22b622839baf5.js'},{'revision':null,'url':'/121.bundle.8a4747e7280f7493f07f.js'},{'revision':null,'url':'/155.bundle.
|
|
54
|
+
workbox.precaching.precacheAndRoute([{'revision':null,'url':'/109.bundle.b4fee2a22b622839baf5.js'},{'revision':null,'url':'/121.bundle.8a4747e7280f7493f07f.js'},{'revision':null,'url':'/155.bundle.152df6e88b4a4f836f7e.js'},{'revision':'51b8ed55f5b8d448837222f03bdd6de8','url':'/155.css'},{'revision':null,'url':'/164.bundle.beae01f43289588ba3fe.js'},{'revision':null,'url':'/17dd54813d5acc10bf8f.wasm'},{'revision':null,'url':'/188.bundle.007563acf027332c8b06.js'},{'revision':'d32549aa3716d55d525e59e31e2f6591','url':'/20fc4c659b85ccd2a9c0.wasm'},{'revision':null,'url':'/250.bundle.e6e755ecc76c6c20407f.js'},{'revision':null,'url':'/270.bundle.e957e13216b507e69afb.js'},{'revision':null,'url':'/290.bundle.f14fb0cfd84a817704b6.js'},{'revision':null,'url':'/295.bundle.195776f4d6400701840b.js'},{'revision':null,'url':'/297.bundle.81d63bb0b66d63df6d86.js'},{'revision':null,'url':'/317.bundle.36acdf1346115df83832.js'},{'revision':null,'url':'/339.bundle.7b794140e691a86e039a.js'},{'revision':null,'url':'/342.bundle.9cba26ae269724f08311.js'},{'revision':'c4ea120c6da08aa75348edfa3e57ece9','url':'/36785fbd89b0e17f6099.wasm'},{'revision':null,'url':'/39.bundle.40deb7b1a56a61b60064.js'},{'revision':'51b8ed55f5b8d448837222f03bdd6de8','url':'/481.css'},{'revision':null,'url':'/50.bundle.4d2558d0b3428bf6bd7e.js'},{'revision':'aa1d1f3e32367e42fe90399144d94577','url':'/50.css'},{'revision':'c377e1f5fe4a207d270c3f7a8dd3e3ca','url':'/5004fdc02f329ce53b69.wasm'},{'revision':null,'url':'/530.bundle.8784084927e0f61b058d.js'},{'revision':null,'url':'/544.bundle.1502ae8187957cc5d7a5.js'},{'revision':'0afb25509c7f072fbd7eda42c6895dbf','url':'/544.css'},{'revision':null,'url':'/559.bundle.9270041366da3e60b56f.js'},{'revision':null,'url':'/594.bundle.cc20768dfd78081628ce.js'},{'revision':'62b4ae8445d191d5aab5503ce475724d','url':'/610.min.worker.js'},{'revision':'3c2206525c18cd87dd28082949a4e43e','url':'/610.min.worker.js.map'},{'revision':'5800265b6831396572fb5d32c6bd8eef','url':'/62ab5d58a2bea7b5a1dc.wasm'},{'revision':null,'url':'/644.bundle.1e77691d2eeb96a423b0.js'},{'revision':'ce10eced3ce34e663d86569b27f5bffb','url':'/65916ef3def695744bda.wasm'},{'revision':null,'url':'/68.bundle.b1ad7bdcdda7e49e5baa.js'},{'revision':null,'url':'/704.bundle.33f9c81be870ab050b28.js'},{'revision':null,'url':'/724.bundle.9926bdfa946dc3d62f78.js'},{'revision':null,'url':'/726.bundle.2bdb443d1b5620d74e6e.js'},{'revision':'cc4a3a4da4ac1b863a714f93c66c6ef2','url':'/75a0c2dfe07b824c7d21.wasm'},{'revision':null,'url':'/835.bundle.4c0eaa2c1a427ee41817.js'},{'revision':null,'url':'/862.bundle.5357c0d8b2fe9971a082.js'},{'revision':null,'url':'/889.bundle.d8fae421d8bfce626cf6.js'},{'revision':'a04a2f233dc569826f5f6e21b65bc87b','url':'/889.css'},{'revision':null,'url':'/905.bundle.2a9590650a9cb8ff1a7d.js'},{'revision':null,'url':'/907.bundle.7fee1fc4605bdcfaaffe.js'},{'revision':null,'url':'/931.bundle.d270a1fda9a2836c3cc5.js'},{'revision':null,'url':'/939.bundle.84ee0b844023d924a22b.js'},{'revision':'74c9647440e51f149ad12923d6ead952','url':'/945.min.worker.js'},{'revision':'cdf6f0457d4af2cef04fc41816241bc1','url':'/945.min.worker.js.map'},{'revision':null,'url':'/961.bundle.da49f3348c0cfb67866d.js'},{'revision':null,'url':'/963.bundle.06d99f3dd9c9d4f58010.js'},{'revision':'185e5e0a10fa6ab2fc7b3c38e63d550b','url':'/963.css'},{'revision':'d1895aa7a4595dc279c382e5a31ef9f4','url':'/_headers'},{'revision':'e3bf0f3e9c34f51ad59836ae8e8eaf43','url':'/_redirects'},{'revision':'41bb4b36a914c2db5c383a627162b3da','url':'/app-config.js'},{'revision':null,'url':'/app.bundle.710507b98ff6f3c11656.js'},{'revision':'02707993010ce3835e7bfe7b88cf3eb2','url':'/app.bundle.css'},{'revision':'cb4f64534cdf8dd88f1d7219d44490db','url':'/assets/android-chrome-144x144.png'},{'revision':'5cde390de8a619ebe55a669d2ac3effd','url':'/assets/android-chrome-192x192.png'},{'revision':'e7466a67e90471de05401e53b8fe20be','url':'/assets/android-chrome-256x256.png'},{'revision':'9bbe9b80156e930d19a4e1725aa9ddae','url':'/assets/android-chrome-36x36.png'},{'revision':'5698b2ac0c82fe06d84521fc5482df04','url':'/assets/android-chrome-384x384.png'},{'revision':'56bef3fceec344d9747f8abe9c0bba27','url':'/assets/android-chrome-48x48.png'},{'revision':'3e8b8a01290992e82c242557417b0596','url':'/assets/android-chrome-512x512.png'},{'revision':'517925e91e2ce724432d296b687d25e2','url':'/assets/android-chrome-72x72.png'},{'revision':'4c3289bc690f8519012686888e08da71','url':'/assets/android-chrome-96x96.png'},{'revision':'cf464289183184df09292f581df0fb4f','url':'/assets/apple-touch-icon-1024x1024.png'},{'revision':'0857c5282c594e4900e8b31e3bade912','url':'/assets/apple-touch-icon-114x114.png'},{'revision':'4208f41a28130a67e9392a9dfcee6011','url':'/assets/apple-touch-icon-120x120.png'},{'revision':'cb4f64534cdf8dd88f1d7219d44490db','url':'/assets/apple-touch-icon-144x144.png'},{'revision':'977d293982af7e9064ba20806b45cf35','url':'/assets/apple-touch-icon-152x152.png'},{'revision':'6de91b4d2a30600b410758405cb567b4','url':'/assets/apple-touch-icon-167x167.png'},{'revision':'87bff140e3773bd7479a620501c4aa5c','url':'/assets/apple-touch-icon-180x180.png'},{'revision':'647386c34e75f1213830ea9a38913525','url':'/assets/apple-touch-icon-57x57.png'},{'revision':'0c200fe83953738b330ea431083e7a86','url':'/assets/apple-touch-icon-60x60.png'},{'revision':'517925e91e2ce724432d296b687d25e2','url':'/assets/apple-touch-icon-72x72.png'},{'revision':'c9989a807bb18633f6dcf254b5b56124','url':'/assets/apple-touch-icon-76x76.png'},{'revision':'87bff140e3773bd7479a620501c4aa5c','url':'/assets/apple-touch-icon-precomposed.png'},{'revision':'87bff140e3773bd7479a620501c4aa5c','url':'/assets/apple-touch-icon.png'},{'revision':'05fa74ea9c1c0c3931ba96467999081d','url':'/assets/apple-touch-startup-image-1182x2208.png'},{'revision':'9e2cd03e1e6fd0520eea6846f4278018','url':'/assets/apple-touch-startup-image-1242x2148.png'},{'revision':'5591e3a1822cbc8439b99c1a40d53425','url':'/assets/apple-touch-startup-image-1496x2048.png'},{'revision':'337de578c5ca04bd7d2be19d24d83821','url':'/assets/apple-touch-startup-image-1536x2008.png'},{'revision':'cafb4ab4eafe6ef946bd229a1d88e7de','url':'/assets/apple-touch-startup-image-320x460.png'},{'revision':'d9bb9e558d729eeac5efb8be8d6111cc','url':'/assets/apple-touch-startup-image-640x1096.png'},{'revision':'038b5b02bac8b82444bf9a87602ac216','url':'/assets/apple-touch-startup-image-640x920.png'},{'revision':'2177076eb07b1d64d663d7c03268be00','url':'/assets/apple-touch-startup-image-748x1024.png'},{'revision':'4fc097443815fe92503584c4bd73c630','url':'/assets/apple-touch-startup-image-750x1294.png'},{'revision':'2e29914062dce5c5141ab47eea2fc5d9','url':'/assets/apple-touch-startup-image-768x1004.png'},{'revision':'f692ec286b3a332c17985f4ed38b1076','url':'/assets/browserconfig.xml'},{'revision':'f3d9a3b647853c45b0e132e4acd0cc4a','url':'/assets/coast-228x228.png'},{'revision':'ad6e1def5c66193d649a31474bbfe45d','url':'/assets/favicon-16x16.png'},{'revision':'84d1dcdb6cdfa55e2f46be0c80fa5698','url':'/assets/favicon-32x32.png'},{'revision':'95fb44c4998a46109e49d724c060db24','url':'/assets/favicon.ico'},{'revision':'5df2a5b0cee399ac0bc40af74ba3c2cb','url':'/assets/firefox_app_128x128.png'},{'revision':'11fd9098c4b07c8a07e1d2a1e309e046','url':'/assets/firefox_app_512x512.png'},{'revision':'27cddfc922dca3bfa27b4a00fc2f5e36','url':'/assets/firefox_app_60x60.png'},{'revision':'2017d95fae79dcf34b5a5b52586d4763','url':'/assets/manifest.webapp'},{'revision':'cb4f64534cdf8dd88f1d7219d44490db','url':'/assets/mstile-144x144.png'},{'revision':'334895225e16a7777e45d81964725a97','url':'/assets/mstile-150x150.png'},{'revision':'e295cca4af6ed0365cf7b014d91b0e9d','url':'/assets/mstile-310x150.png'},{'revision':'cbefa8c42250e5f2443819fe2c69d91e','url':'/assets/mstile-310x310.png'},{'revision':'aa411a69df2b33a1362fa38d1257fa9d','url':'/assets/mstile-70x70.png'},{'revision':'5609af4f69e40e33471aee770ea1d802','url':'/assets/yandex-browser-50x50.png'},{'revision':'dd001f21b3970d5a7f3e245cc10d21df','url':'/assets/yandex-browser-manifest.json'},{'revision':'52b9a07fe0541fe8c313d9788550bf51','url':'/b6b803111e2d06a825bd.wasm'},{'revision':'7edb59d2be7c993050cb31ded36afa31','url':'/c22b37c3488e1d6c3aa4.wasm'},{'revision':'9a34e0d8a7512e4b51e2a52740c30903','url':'/cornerstoneDICOMImageLoader.min.js'},{'revision':'fb0022078f48ef40792d8652b2a3666a','url':'/cornerstoneDICOMImageLoader.min.js.map'},{'revision':null,'url':'/dicom-microscopy-viewer.bundle.d3a56dc9f62df5e11019.js'},{'revision':'9d8c85b42d04bb117a3b583d654fbb08','url':'/dicomMicroscopyViewer.min.js'},{'revision':'450494c199cf8dd8e8c34d5e98bf5334','url':'/dicomMicroscopyViewer.min.js.LICENSE.txt'},{'revision':'4acdd19a35d759ec2669f1ba9490937d','url':'/es6-shim.min.js'},{'revision':'791565db341e8852807303918f5f9939','url':'/google.js'},{'revision':'ef22513762922bb956f9a73bef50266f','url':'/index.html'},{'revision':'df70845c6ce2109b2bc2c1bf14bd65a0','url':'/index.worker.64c896c4316fcd506666.worker.js'},{'revision':'143490b997e10b23c1debfa35afeb9e4','url':'/index.worker.64c896c4316fcd506666.worker.js.map'},{'revision':'71cec55513e051f0778ad89be760c11a','url':'/index.worker.min.worker.js'},{'revision':'fd1116add443fee52a935df926396e0f','url':'/index.worker.min.worker.js.map'},{'revision':'31c0367ca4160b2c6373e905739c5719','url':'/init-service-worker.js'},{'revision':'74fc9658b62903be2048c1f82a22b4d4','url':'/manifest.json'},{'revision':'3fa71aa0af3e34b4ebd9a71eee0f4bdd','url':'/ohif-logo-light.svg'},{'revision':'7e81da785c63e75650101db6c5d7560e','url':'/ohif-logo.svg'},{'revision':'eadf8bf1d85032a029e2c0df4b8938b0','url':'/oidc-client.min.js'},{'revision':null,'url':'/polySeg.bundle.63a3d7bee3e0ec0651df.js'},{'revision':'a1aef5311245f5864315443d12246c37','url':'/polyfill.min.js'},{'revision':'af9346d3e597071ba9ee8cd32f8cc0ea','url':'/serve.json'},{'revision':'b1e488d9955b62bd2858874df11d5223','url':'/silent-refresh.html'}]);
|
|
55
55
|
|
|
56
56
|
// TODO: Cache API
|
|
57
57
|
// https://developers.google.com/web/fundamentals/instant-and-offline/web-storage/cache-api
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ohif/app",
|
|
3
|
-
"version": "3.8.0-beta.
|
|
3
|
+
"version": "3.8.0-beta.59",
|
|
4
4
|
"productVersion": "3.4.0",
|
|
5
5
|
"description": "OHIF Viewer",
|
|
6
6
|
"author": "OHIF Contributors",
|
|
@@ -55,22 +55,22 @@
|
|
|
55
55
|
"@cornerstonejs/codec-openjph": "^2.4.5",
|
|
56
56
|
"@cornerstonejs/dicom-image-loader": "^1.63.4",
|
|
57
57
|
"@emotion/serialize": "^1.1.3",
|
|
58
|
-
"@ohif/core": "3.8.0-beta.
|
|
59
|
-
"@ohif/extension-cornerstone": "3.8.0-beta.
|
|
60
|
-
"@ohif/extension-cornerstone-dicom-rt": "3.8.0-beta.
|
|
61
|
-
"@ohif/extension-cornerstone-dicom-seg": "3.8.0-beta.
|
|
62
|
-
"@ohif/extension-cornerstone-dicom-sr": "3.8.0-beta.
|
|
63
|
-
"@ohif/extension-default": "3.8.0-beta.
|
|
64
|
-
"@ohif/extension-dicom-microscopy": "3.8.0-beta.
|
|
65
|
-
"@ohif/extension-dicom-pdf": "3.8.0-beta.
|
|
66
|
-
"@ohif/extension-dicom-video": "3.8.0-beta.
|
|
67
|
-
"@ohif/extension-test": "3.8.0-beta.
|
|
68
|
-
"@ohif/i18n": "3.8.0-beta.
|
|
69
|
-
"@ohif/mode-basic-dev-mode": "3.8.0-beta.
|
|
70
|
-
"@ohif/mode-longitudinal": "3.8.0-beta.
|
|
71
|
-
"@ohif/mode-microscopy": "3.8.0-beta.
|
|
72
|
-
"@ohif/mode-test": "3.8.0-beta.
|
|
73
|
-
"@ohif/ui": "3.8.0-beta.
|
|
58
|
+
"@ohif/core": "3.8.0-beta.59",
|
|
59
|
+
"@ohif/extension-cornerstone": "3.8.0-beta.59",
|
|
60
|
+
"@ohif/extension-cornerstone-dicom-rt": "3.8.0-beta.59",
|
|
61
|
+
"@ohif/extension-cornerstone-dicom-seg": "3.8.0-beta.59",
|
|
62
|
+
"@ohif/extension-cornerstone-dicom-sr": "3.8.0-beta.59",
|
|
63
|
+
"@ohif/extension-default": "3.8.0-beta.59",
|
|
64
|
+
"@ohif/extension-dicom-microscopy": "3.8.0-beta.59",
|
|
65
|
+
"@ohif/extension-dicom-pdf": "3.8.0-beta.59",
|
|
66
|
+
"@ohif/extension-dicom-video": "3.8.0-beta.59",
|
|
67
|
+
"@ohif/extension-test": "3.8.0-beta.59",
|
|
68
|
+
"@ohif/i18n": "3.8.0-beta.59",
|
|
69
|
+
"@ohif/mode-basic-dev-mode": "3.8.0-beta.59",
|
|
70
|
+
"@ohif/mode-longitudinal": "3.8.0-beta.59",
|
|
71
|
+
"@ohif/mode-microscopy": "3.8.0-beta.59",
|
|
72
|
+
"@ohif/mode-test": "3.8.0-beta.59",
|
|
73
|
+
"@ohif/ui": "3.8.0-beta.59",
|
|
74
74
|
"@types/react": "^17.0.38",
|
|
75
75
|
"classnames": "^2.3.2",
|
|
76
76
|
"core-js": "^3.16.1",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|