@ohif/app 3.8.0-beta.64 → 3.8.0-beta.65
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/{121.bundle.5399d807995157d368b7.js → 121.bundle.fda405f29003c308ce09.js} +2 -2
- package/dist/{155.bundle.55fa02bfc411cc91e261.js → 155.bundle.a57744809d0f46030ee0.js} +4 -4
- package/dist/{270.bundle.58c74e58ad67b5069718.js → 270.bundle.16ac8114c5c4ce006f4a.js} +2 -2
- package/dist/{295.bundle.c0a29ff64d86f707fc20.js → 295.bundle.57700cd41fd87e1521b4.js} +2 -2
- package/dist/{339.bundle.e31c81c7179d3d24f3dd.js → 339.bundle.57dac3644803cefe3e3d.js} +2 -2
- package/dist/{41.bundle.0696b28613c7d47833c9.js → 41.bundle.58b85dd990fb6fac615e.js} +18 -22
- package/dist/{448.bundle.e856d2b2bd979c7d9ac0.js → 448.bundle.d195aba3aef25ec286d1.js} +60 -20
- package/dist/{530.bundle.f00fd953dcd9d0afd10b.js → 530.bundle.72d9812f117036615a38.js} +1 -1
- package/dist/{544.bundle.adfe5764f59b5fe0eba7.js → 544.bundle.c3009e245ceb1554c70a.js} +2 -2
- package/dist/{594.bundle.924cdc10e7435cf3e199.js → 594.bundle.14b122ab995e4b13e652.js} +3 -3
- package/dist/{638.bundle.62f8f8ada74bd900abfc.js → 638.bundle.a63003e18bed65f227bb.js} +3 -3
- package/dist/{699.bundle.b3b25017819be681ef3d.js → 699.bundle.efc67171e6d212f25a24.js} +172 -97
- package/dist/{701.bundle.b7ebc1629fc121e13c58.js → 701.bundle.bc40f1a7d5d6b1a4dd38.js} +37 -8
- package/dist/{724.bundle.cd011bc1838a2bde1d66.js → 724.bundle.3945f8d2e9c8b0b23628.js} +2 -17
- package/dist/{862.bundle.d2e78b70286b59569e83.js → 862.bundle.d787dac01f4567560a42.js} +1 -1
- package/dist/{889.bundle.2aefa0a3eb114db0de3f.js → 889.bundle.ffc727aa6d1a74f2138d.js} +2 -2
- package/dist/{90.bundle.7a9258532111121b5ee3.js → 90.bundle.abde898ebd3c74f521f9.js} +130 -29
- package/dist/{app.bundle.039c4dc99821370f330d.js → app.bundle.0c24b249dc8b631916ef.js} +400 -64
- package/dist/app.bundle.css +1 -1
- package/dist/index.html +1 -1
- package/dist/sw.js +1 -1
- package/package.json +17 -17
- /package/dist/{164.bundle.0cfa2edabf8ef222f3ea.js → 164.bundle.ff12d6019a627cda2a6c.js} +0 -0
- /package/dist/{188.bundle.ec979013d89d90831c58.js → 188.bundle.c448aed48915741e9f97.js} +0 -0
- /package/dist/{559.bundle.4f55f5df04c418b2854e.js → 559.bundle.05bd51e94422a2cab116.js} +0 -0
- /package/dist/{905.bundle.d4bdcbd451de59b2191b.js → 905.bundle.6b5b42b2403e4676bb3a.js} +0 -0
- /package/dist/{907.bundle.ca236b83967a8459b778.js → 907.bundle.fbd5768fa5b53f9d3f86.js} +0 -0
- /package/dist/{961.bundle.a5541d8090cb8b22f7e6.js → 961.bundle.8bb5a713fc5a3817c6a6.js} +0 -0
|
@@ -99,8 +99,8 @@ Compose.propTypes = {
|
|
|
99
99
|
components: (prop_types_default()).array,
|
|
100
100
|
children: (prop_types_default()).node.isRequired
|
|
101
101
|
};
|
|
102
|
-
// EXTERNAL MODULE: ../../ui/src/index.js +
|
|
103
|
-
var ui_src = __webpack_require__(
|
|
102
|
+
// EXTERNAL MODULE: ../../ui/src/index.js + 497 modules
|
|
103
|
+
var ui_src = __webpack_require__(58046);
|
|
104
104
|
// EXTERNAL MODULE: ./state/index.js + 1 modules
|
|
105
105
|
var state = __webpack_require__(15575);
|
|
106
106
|
// EXTERNAL MODULE: ../../core/src/index.ts + 67 modules
|
|
@@ -1002,8 +1002,8 @@ function WorkList({
|
|
|
1002
1002
|
};
|
|
1003
1003
|
});
|
|
1004
1004
|
const hasStudies = numOfStudies > 0;
|
|
1005
|
-
const versionNumber = "3.8.0-beta.
|
|
1006
|
-
const commitHash = "
|
|
1005
|
+
const versionNumber = "3.8.0-beta.65";
|
|
1006
|
+
const commitHash = "617043fe0da5de91fbea4ac33a27f1df16ae1ca6";
|
|
1007
1007
|
const menuOptions = [{
|
|
1008
1008
|
title: t('Header:About'),
|
|
1009
1009
|
icon: 'info',
|
|
@@ -6533,7 +6533,7 @@ const detectionOptions = {
|
|
|
6533
6533
|
}
|
|
6534
6534
|
});
|
|
6535
6535
|
;// CONCATENATED MODULE: ../../i18n/package.json
|
|
6536
|
-
const package_namespaceObject = /*#__PURE__*/JSON.parse('{"rE":"3.8.0-beta.
|
|
6536
|
+
const package_namespaceObject = /*#__PURE__*/JSON.parse('{"rE":"3.8.0-beta.64"}');
|
|
6537
6537
|
;// CONCATENATED MODULE: ../../i18n/src/utils.js
|
|
6538
6538
|
const languagesMap = {
|
|
6539
6539
|
ar: 'Arabic',
|
|
@@ -9016,21 +9016,46 @@ toolCapture.defaultProps = {
|
|
|
9016
9016
|
var toolLayout = function toolLayout(props) {
|
|
9017
9017
|
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", props, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("g", {
|
|
9018
9018
|
fill: "none",
|
|
9019
|
-
fillRule: "evenodd"
|
|
9020
|
-
|
|
9019
|
+
fillRule: "evenodd"
|
|
9020
|
+
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
9021
|
+
d: "M0 0h28v28H0z"
|
|
9022
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("g", {
|
|
9023
|
+
stroke: "currentColor"
|
|
9024
|
+
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
9025
|
+
d: "M.5 9.995v7.9a2 2 0 0 0 2 2h8.862M19.695 6.357V2.5a2 2 0 0 0-2-2h-7.7 0",
|
|
9026
|
+
strokeWidth: "1.25",
|
|
9027
|
+
strokeLinecap: "round"
|
|
9028
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
9029
|
+
d: "M10.4.5H2.5a2 2 0 0 0-2 2v7.7h0",
|
|
9030
|
+
strokeWidth: "1.25",
|
|
9031
|
+
strokeLinecap: "round"
|
|
9032
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("g", {
|
|
9033
|
+
opacity: ".55",
|
|
9021
9034
|
strokeLinecap: "round",
|
|
9022
|
-
strokeLinejoin: "round",
|
|
9023
9035
|
strokeWidth: "1.5"
|
|
9024
9036
|
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
9025
|
-
|
|
9026
|
-
|
|
9037
|
+
d: "M10 17V3M3 10h13"
|
|
9038
|
+
})), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("g", {
|
|
9039
|
+
transform: "rotate(-20 43.208 -34.372)",
|
|
9040
|
+
strokeLinecap: "round",
|
|
9041
|
+
strokeLinejoin: "round",
|
|
9042
|
+
strokeWidth: "1.25"
|
|
9043
|
+
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("circle", {
|
|
9044
|
+
cx: "5.124",
|
|
9045
|
+
cy: "5.767",
|
|
9046
|
+
r: "1.282"
|
|
9027
9047
|
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
9028
|
-
d: "
|
|
9029
|
-
}))
|
|
9048
|
+
d: "m6.214.808.377 1.241a.85.85 0 0 0 1.003.582l1.259-.292a1.144 1.144 0 0 1 1.089 1.896l-.88.95a.856.856 0 0 0 0 1.16l.88.949a1.144 1.144 0 0 1-1.09 1.896l-1.258-.292a.849.849 0 0 0-1.007.586l-.377 1.241a1.138 1.138 0 0 1-2.179 0l-.374-1.241A.848.848 0 0 0 2.654 8.9l-1.258.292a1.144 1.144 0 0 1-1.09-1.896l.881-.95a.856.856 0 0 0 0-1.16l-.88-.95a1.144 1.144 0 0 1 1.089-1.895l1.258.291a.848.848 0 0 0 1.003-.581L4.035.81A1.138 1.138 0 0 1 6.214.808Z"
|
|
9049
|
+
})), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
9050
|
+
strokeLinejoin: "round",
|
|
9051
|
+
d: "m21 27.25-2.5-2.632.35-.368L21 26.513l2.15-2.263.35.368z"
|
|
9052
|
+
}))));
|
|
9030
9053
|
};
|
|
9031
9054
|
toolLayout.defaultProps = {
|
|
9032
|
-
|
|
9033
|
-
|
|
9055
|
+
width: "28",
|
|
9056
|
+
height: "28",
|
|
9057
|
+
viewBox: "0 0 28 28",
|
|
9058
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9034
9059
|
};
|
|
9035
9060
|
var toolMore = function toolMore(props) {
|
|
9036
9061
|
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", props, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("g", {
|
|
@@ -10180,6 +10205,243 @@ oldStop.defaultProps = {
|
|
|
10180
10205
|
'aria-labelledby': "title",
|
|
10181
10206
|
fill: "currentColor"
|
|
10182
10207
|
};
|
|
10208
|
+
/** LAYOUT */
|
|
10209
|
+
var layoutAdvanced3DFourUp = function layoutAdvanced3DFourUp(props) {
|
|
10210
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", props, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("g", {
|
|
10211
|
+
transform: "translate(1 1)",
|
|
10212
|
+
stroke: "currentColor",
|
|
10213
|
+
fill: "none",
|
|
10214
|
+
fillRule: "evenodd"
|
|
10215
|
+
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("rect", {
|
|
10216
|
+
width: "27",
|
|
10217
|
+
height: "16.2",
|
|
10218
|
+
rx: "2"
|
|
10219
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
10220
|
+
d: "M13.886 0H2a2 2 0 0 0-2 2v12.2a2 2 0 0 0 2 2h11.886V0Z"
|
|
10221
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
10222
|
+
d: "M13.886 0H25a2 2 0 0 1 2 2v6.5H13.886V0Z",
|
|
10223
|
+
fill: "#263A71"
|
|
10224
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
10225
|
+
d: "M13.886 8.486H0V14.2a2 2 0 0 0 2 2h11.886V8.486ZM13.886 8.486H27V14.2a2 2 0 0 1-2 2H13.886V8.486Z"
|
|
10226
|
+
})));
|
|
10227
|
+
};
|
|
10228
|
+
layoutAdvanced3DFourUp.defaultProps = {
|
|
10229
|
+
width: "29",
|
|
10230
|
+
height: "18",
|
|
10231
|
+
viewBox: "0 0 29 18",
|
|
10232
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
10233
|
+
};
|
|
10234
|
+
var layoutAdvanced3DMain = function layoutAdvanced3DMain(props) {
|
|
10235
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", props, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("g", {
|
|
10236
|
+
transform: "translate(1 1)",
|
|
10237
|
+
stroke: "currentColor",
|
|
10238
|
+
fill: "none",
|
|
10239
|
+
fillRule: "evenodd"
|
|
10240
|
+
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("rect", {
|
|
10241
|
+
width: "27",
|
|
10242
|
+
height: "16.2",
|
|
10243
|
+
rx: "2"
|
|
10244
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
10245
|
+
d: "M18 7.714h9V14.2a2 2 0 0 1-2 2h-7V7.714ZM0 7.714h9.257V16.2H2a2 2 0 0 1-2-2V7.714Z"
|
|
10246
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
10247
|
+
d: "M25 0H2a2 2 0 0 0-2 2v6.486h27V2a2 2 0 0 0-2-2Z",
|
|
10248
|
+
fill: "#263A71"
|
|
10249
|
+
})));
|
|
10250
|
+
};
|
|
10251
|
+
layoutAdvanced3DMain.defaultProps = {
|
|
10252
|
+
width: "29",
|
|
10253
|
+
height: "18",
|
|
10254
|
+
viewBox: "0 0 29 18",
|
|
10255
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
10256
|
+
};
|
|
10257
|
+
var layoutAdvanced3DOnly = function layoutAdvanced3DOnly(props) {
|
|
10258
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", props, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("rect", {
|
|
10259
|
+
width: "27",
|
|
10260
|
+
height: "16.2",
|
|
10261
|
+
rx: "2",
|
|
10262
|
+
transform: "translate(1 1)",
|
|
10263
|
+
fill: "#263A71",
|
|
10264
|
+
stroke: "currentColor",
|
|
10265
|
+
fillRule: "evenodd"
|
|
10266
|
+
}));
|
|
10267
|
+
};
|
|
10268
|
+
layoutAdvanced3DOnly.defaultProps = {
|
|
10269
|
+
width: "29",
|
|
10270
|
+
height: "18",
|
|
10271
|
+
viewBox: "0 0 29 18",
|
|
10272
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
10273
|
+
};
|
|
10274
|
+
var layoutAdvanced3DPrimary = function layoutAdvanced3DPrimary(props) {
|
|
10275
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", props, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("g", {
|
|
10276
|
+
transform: "translate(1 1)",
|
|
10277
|
+
stroke: "currentColor",
|
|
10278
|
+
fill: "none",
|
|
10279
|
+
fillRule: "evenodd"
|
|
10280
|
+
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("rect", {
|
|
10281
|
+
width: "27",
|
|
10282
|
+
height: "16.2",
|
|
10283
|
+
rx: "2"
|
|
10284
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
10285
|
+
d: "M15.429 10.5H27V14a2 2 0 0 1-2 2h-9.571v-5.5ZM15.429 0H25a2 2 0 0 1 2 2v3.4H15.429V0Z"
|
|
10286
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
10287
|
+
d: "M16.2 0H2a2 2 0 0 0-2 2v12.2a2 2 0 0 0 2 2h14.2V0Z",
|
|
10288
|
+
fill: "#263A71"
|
|
10289
|
+
})));
|
|
10290
|
+
};
|
|
10291
|
+
layoutAdvanced3DPrimary.defaultProps = {
|
|
10292
|
+
width: "29",
|
|
10293
|
+
height: "18",
|
|
10294
|
+
viewBox: "0 0 29 18",
|
|
10295
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
10296
|
+
};
|
|
10297
|
+
var layoutAdvancedAxialPrimary = function layoutAdvancedAxialPrimary(props) {
|
|
10298
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", props, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("g", {
|
|
10299
|
+
stroke: "currentColor",
|
|
10300
|
+
fill: "none",
|
|
10301
|
+
fillRule: "evenodd"
|
|
10302
|
+
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
10303
|
+
d: "M16.429 1H26a2 2 0 0 1 2 2v12.2a2 2 0 0 1-2 2h-9.571V1Z"
|
|
10304
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
10305
|
+
d: "M16.429 1H26a2 2 0 0 1 2 2v6.486H16.429V1Z"
|
|
10306
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
10307
|
+
d: "M16.7 1H3a2 2 0 0 0-2 2v12.2a2 2 0 0 0 2 2h13.7V1Z"
|
|
10308
|
+
})));
|
|
10309
|
+
};
|
|
10310
|
+
layoutAdvancedAxialPrimary.defaultProps = {
|
|
10311
|
+
width: "29",
|
|
10312
|
+
height: "18",
|
|
10313
|
+
viewBox: "0 0 29 18",
|
|
10314
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
10315
|
+
};
|
|
10316
|
+
var layoutAdvancedMPR = function layoutAdvancedMPR(props) {
|
|
10317
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", props, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("g", {
|
|
10318
|
+
stroke: "currentColor",
|
|
10319
|
+
fill: "none",
|
|
10320
|
+
fillRule: "evenodd"
|
|
10321
|
+
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
10322
|
+
d: "M18.743 1H26a2 2 0 0 1 2 2v12.2a2 2 0 0 1-2 2h-7.257V1Z"
|
|
10323
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
10324
|
+
d: "M10 1h9v16.2h-9z"
|
|
10325
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
10326
|
+
d: "M10.257 1H3a2 2 0 0 0-2 2v12.2a2 2 0 0 0 2 2h7.257V1Z"
|
|
10327
|
+
})));
|
|
10328
|
+
};
|
|
10329
|
+
layoutAdvancedMPR.defaultProps = {
|
|
10330
|
+
width: "29",
|
|
10331
|
+
height: "18",
|
|
10332
|
+
viewBox: "0 0 29 18",
|
|
10333
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
10334
|
+
};
|
|
10335
|
+
var layoutCommon1x1 = function layoutCommon1x1(props) {
|
|
10336
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", props, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("rect", {
|
|
10337
|
+
width: "26",
|
|
10338
|
+
height: "15.6",
|
|
10339
|
+
rx: "2",
|
|
10340
|
+
transform: "translate(1 1)",
|
|
10341
|
+
stroke: "currentColor",
|
|
10342
|
+
fill: "none",
|
|
10343
|
+
fillRule: "evenodd"
|
|
10344
|
+
}));
|
|
10345
|
+
};
|
|
10346
|
+
layoutCommon1x1.defaultProps = {
|
|
10347
|
+
width: "28",
|
|
10348
|
+
height: "18",
|
|
10349
|
+
viewBox: "0 0 28 18",
|
|
10350
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
10351
|
+
};
|
|
10352
|
+
var layoutCommon1x2 = function layoutCommon1x2(props) {
|
|
10353
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", props, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("g", {
|
|
10354
|
+
transform: "translate(1 1)",
|
|
10355
|
+
stroke: "currentColor",
|
|
10356
|
+
fill: "none",
|
|
10357
|
+
fillRule: "evenodd"
|
|
10358
|
+
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("rect", {
|
|
10359
|
+
width: "26",
|
|
10360
|
+
height: "15.6",
|
|
10361
|
+
rx: "2"
|
|
10362
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
10363
|
+
d: "M13 0H2a2 2 0 0 0-2 2v11.6a2 2 0 0 0 2 2h11V0Z"
|
|
10364
|
+
})));
|
|
10365
|
+
};
|
|
10366
|
+
layoutCommon1x2.defaultProps = {
|
|
10367
|
+
width: "28",
|
|
10368
|
+
height: "18",
|
|
10369
|
+
viewBox: "0 0 28 18",
|
|
10370
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
10371
|
+
};
|
|
10372
|
+
var layoutCommon2x2 = function layoutCommon2x2(props) {
|
|
10373
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", props, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("g", {
|
|
10374
|
+
transform: "translate(1 1)",
|
|
10375
|
+
stroke: "currentColor",
|
|
10376
|
+
fill: "none",
|
|
10377
|
+
fillRule: "evenodd"
|
|
10378
|
+
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("rect", {
|
|
10379
|
+
width: "26",
|
|
10380
|
+
height: "15.6",
|
|
10381
|
+
rx: "2"
|
|
10382
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
10383
|
+
d: "M13 0H2a2 2 0 0 0-2 2v11.6a2 2 0 0 0 2 2h11V0Z"
|
|
10384
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
10385
|
+
d: "M24 0H2a2 2 0 0 0-2 2v6h26V2a2 2 0 0 0-2-2Z"
|
|
10386
|
+
})));
|
|
10387
|
+
};
|
|
10388
|
+
layoutCommon2x2.defaultProps = {
|
|
10389
|
+
width: "28",
|
|
10390
|
+
height: "18",
|
|
10391
|
+
viewBox: "0 0 28 18",
|
|
10392
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
10393
|
+
};
|
|
10394
|
+
var layoutCommon2x3 = function layoutCommon2x3(props) {
|
|
10395
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", props, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("g", {
|
|
10396
|
+
transform: "translate(1 1)",
|
|
10397
|
+
stroke: "currentColor",
|
|
10398
|
+
fill: "none",
|
|
10399
|
+
fillRule: "evenodd"
|
|
10400
|
+
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("rect", {
|
|
10401
|
+
width: "26",
|
|
10402
|
+
height: "15.6",
|
|
10403
|
+
rx: "2"
|
|
10404
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
10405
|
+
d: "M9 0H2a2 2 0 0 0-2 2v11.6a2 2 0 0 0 2 2h7V0Z"
|
|
10406
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
10407
|
+
d: "M17 0H2a2 2 0 0 0-2 2v11.6a2 2 0 0 0 2 2h15V0Z"
|
|
10408
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
10409
|
+
d: "M24 0H2a2 2 0 0 0-2 2v6h26V2a2 2 0 0 0-2-2Z"
|
|
10410
|
+
})));
|
|
10411
|
+
};
|
|
10412
|
+
layoutCommon2x3.defaultProps = {
|
|
10413
|
+
width: "28",
|
|
10414
|
+
height: "18",
|
|
10415
|
+
viewBox: "0 0 28 18",
|
|
10416
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
10417
|
+
};
|
|
10418
|
+
var iconToolRotate = function iconToolRotate(props) {
|
|
10419
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", props, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("g", {
|
|
10420
|
+
fill: "none",
|
|
10421
|
+
fillRule: "evenodd"
|
|
10422
|
+
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
10423
|
+
d: "M0 0h28v28H0z"
|
|
10424
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("g", {
|
|
10425
|
+
stroke: "currentColor",
|
|
10426
|
+
strokeLinecap: "round",
|
|
10427
|
+
strokeLinejoin: "round",
|
|
10428
|
+
strokeWidth: "1.5"
|
|
10429
|
+
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
10430
|
+
d: "m10 24.996 2.5-1.998-2.5-2.002"
|
|
10431
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
10432
|
+
d: "M12.5 22.998c-3.462.654-7.5-1.5-8.5-5M18 3l-2.5 1.998L18 7"
|
|
10433
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
10434
|
+
d: "M15.5 4.998c3.462-.654 7.5 1.5 8.5 5M14 8.75l-5 2.188 5 2.187 5-2.188z"
|
|
10435
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
10436
|
+
d: "M9 10.938v5.937l5 2.188 5-2.188v-5.938M14 13.125v5.938"
|
|
10437
|
+
}))));
|
|
10438
|
+
};
|
|
10439
|
+
iconToolRotate.defaultProps = {
|
|
10440
|
+
width: "28",
|
|
10441
|
+
height: "28",
|
|
10442
|
+
viewBox: "0 0 28 28",
|
|
10443
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
10444
|
+
};
|
|
10183
10445
|
/** New investigational use */
|
|
10184
10446
|
var investigationalUse = function investigationalUse(props) {
|
|
10185
10447
|
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", props, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("g", {
|
|
@@ -10321,6 +10583,7 @@ const ICONS = {
|
|
|
10321
10583
|
'tool-freehand-line': toolFreehand,
|
|
10322
10584
|
'tool-freehand-polygon': toolFreehandPolygon,
|
|
10323
10585
|
'tool-polygon': toolPolygon,
|
|
10586
|
+
'tool-3d-rotate': iconToolRotate,
|
|
10324
10587
|
'edit-patient': editPatient,
|
|
10325
10588
|
'icon-mpr': iconMPR,
|
|
10326
10589
|
'icon-next-inactive': iconNextInactive,
|
|
@@ -10358,6 +10621,17 @@ const ICONS = {
|
|
|
10358
10621
|
'old-trash': oldTrash,
|
|
10359
10622
|
'old-play': oldPlay,
|
|
10360
10623
|
'old-stop': oldStop,
|
|
10624
|
+
/** LAYOUT */
|
|
10625
|
+
'layout-advanced-3d-four-up': layoutAdvanced3DFourUp,
|
|
10626
|
+
'layout-advanced-3d-main': layoutAdvanced3DMain,
|
|
10627
|
+
'layout-advanced-3d-only': layoutAdvanced3DOnly,
|
|
10628
|
+
'layout-advanced-3d-primary': layoutAdvanced3DPrimary,
|
|
10629
|
+
'layout-advanced-axial-primary': layoutAdvancedAxialPrimary,
|
|
10630
|
+
'layout-advanced-mpr': layoutAdvancedMPR,
|
|
10631
|
+
'layout-common-1x1': layoutCommon1x1,
|
|
10632
|
+
'layout-common-1x2': layoutCommon1x2,
|
|
10633
|
+
'layout-common-2x2': layoutCommon2x2,
|
|
10634
|
+
'layout-common-2x3': layoutCommon2x3,
|
|
10361
10635
|
/** New investigational use */
|
|
10362
10636
|
'illustration-investigational-use': investigationalUse
|
|
10363
10637
|
};
|
|
@@ -10383,43 +10657,16 @@ function getIcon(key, props) {
|
|
|
10383
10657
|
|
|
10384
10658
|
/***/ }),
|
|
10385
10659
|
|
|
10386
|
-
/***/
|
|
10660
|
+
/***/ 1675:
|
|
10387
10661
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10388
10662
|
|
|
10389
10663
|
"use strict";
|
|
10664
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
10665
|
+
/* harmony export */ A: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
10666
|
+
/* harmony export */ });
|
|
10667
|
+
/* harmony import */ var _Icon__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(66348);
|
|
10390
10668
|
|
|
10391
|
-
|
|
10392
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
10393
|
-
A: () => (/* binding */ components_Icon)
|
|
10394
|
-
});
|
|
10395
|
-
|
|
10396
|
-
// EXTERNAL MODULE: ../../../node_modules/react/index.js
|
|
10397
|
-
var react = __webpack_require__(41766);
|
|
10398
|
-
// EXTERNAL MODULE: ../../../node_modules/prop-types/index.js
|
|
10399
|
-
var prop_types = __webpack_require__(11374);
|
|
10400
|
-
var prop_types_default = /*#__PURE__*/__webpack_require__.n(prop_types);
|
|
10401
|
-
// EXTERNAL MODULE: ../../ui/src/components/Icon/getIcon.js
|
|
10402
|
-
var getIcon = __webpack_require__(32854);
|
|
10403
|
-
;// CONCATENATED MODULE: ../../ui/src/components/Icon/Icon.tsx
|
|
10404
|
-
|
|
10405
|
-
|
|
10406
|
-
|
|
10407
|
-
const Icon = ({
|
|
10408
|
-
name,
|
|
10409
|
-
...otherProps
|
|
10410
|
-
}) => {
|
|
10411
|
-
return /*#__PURE__*/react.createElement(react.Fragment, null, (0,getIcon/* default */.Ay)(name, {
|
|
10412
|
-
...otherProps
|
|
10413
|
-
}));
|
|
10414
|
-
};
|
|
10415
|
-
Icon.propTypes = {
|
|
10416
|
-
name: (prop_types_default()).string.isRequired,
|
|
10417
|
-
className: (prop_types_default()).string
|
|
10418
|
-
};
|
|
10419
|
-
/* harmony default export */ const Icon_Icon = (Icon);
|
|
10420
|
-
;// CONCATENATED MODULE: ../../ui/src/components/Icon/index.js
|
|
10421
|
-
|
|
10422
|
-
/* harmony default export */ const components_Icon = (Icon_Icon);
|
|
10669
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (_Icon__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .A);
|
|
10423
10670
|
|
|
10424
10671
|
/***/ }),
|
|
10425
10672
|
|
|
@@ -10552,7 +10799,7 @@ Typography.propTypes = {
|
|
|
10552
10799
|
|
|
10553
10800
|
/***/ }),
|
|
10554
10801
|
|
|
10555
|
-
/***/
|
|
10802
|
+
/***/ 58046:
|
|
10556
10803
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10557
10804
|
|
|
10558
10805
|
"use strict";
|
|
@@ -10579,6 +10826,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
10579
10826
|
Qr: () => (/* reexport */ components_InputRange),
|
|
10580
10827
|
j: () => (/* reexport */ components_InvestigationalUseDialog),
|
|
10581
10828
|
JU: () => (/* reexport */ components_Label),
|
|
10829
|
+
qu: () => (/* reexport */ components_LayoutPreset),
|
|
10582
10830
|
sG: () => (/* reexport */ components_LayoutSelector),
|
|
10583
10831
|
_H: () => (/* reexport */ components_LegacyButton),
|
|
10584
10832
|
xA: () => (/* reexport */ components_LegacyButtonGroup),
|
|
@@ -17719,8 +17967,8 @@ const useCine = () => (0,react.useContext)(CineContext);
|
|
|
17719
17967
|
SUCCESS: 'success',
|
|
17720
17968
|
ERROR: 'error'
|
|
17721
17969
|
});
|
|
17722
|
-
// EXTERNAL MODULE: ../../ui/src/components/Icon/index.js
|
|
17723
|
-
var Icon = __webpack_require__(
|
|
17970
|
+
// EXTERNAL MODULE: ../../ui/src/components/Icon/index.js
|
|
17971
|
+
var Icon = __webpack_require__(1675);
|
|
17724
17972
|
;// CONCATENATED MODULE: ../../ui/src/components/Snackbar/SnackbarItem.tsx
|
|
17725
17973
|
|
|
17726
17974
|
|
|
@@ -30480,18 +30728,13 @@ function LayoutSelector({
|
|
|
30480
30728
|
gridTemplateColumns: gridSize.repeat(columns),
|
|
30481
30729
|
gridTemplateRows: gridSize.repeat(rows),
|
|
30482
30730
|
backgroundColor: '#090c29' // primary-dark
|
|
30483
|
-
}
|
|
30484
|
-
className: "p-2"
|
|
30731
|
+
}
|
|
30485
30732
|
}, Array.apply(null, Array(rows * columns)).map(function (_, i) {
|
|
30486
30733
|
return i;
|
|
30487
30734
|
}).map(index => /*#__PURE__*/react.createElement("div", {
|
|
30488
30735
|
key: index,
|
|
30489
|
-
|
|
30490
|
-
border: '1px solid white',
|
|
30491
|
-
backgroundColor: isHovered(index) ? '#5acce6' : '#0b1a42'
|
|
30492
|
-
},
|
|
30736
|
+
className: `border-primary-dark border ${isHovered(index) ? 'bg-primary-active' : 'bg-[#04225b]'} cursor-pointer`,
|
|
30493
30737
|
"data-cy": `Layout-${index % columns}-${Math.floor(index / columns)}`,
|
|
30494
|
-
className: "cursor-pointer",
|
|
30495
30738
|
onClick: () => {
|
|
30496
30739
|
const x = index % columns;
|
|
30497
30740
|
const y = Math.floor(index / columns);
|
|
@@ -30506,7 +30749,7 @@ function LayoutSelector({
|
|
|
30506
30749
|
}
|
|
30507
30750
|
LayoutSelector.defaultProps = {
|
|
30508
30751
|
onSelection: () => {},
|
|
30509
|
-
columns:
|
|
30752
|
+
columns: 4,
|
|
30510
30753
|
rows: 3
|
|
30511
30754
|
};
|
|
30512
30755
|
LayoutSelector.propTypes = {
|
|
@@ -35183,6 +35426,7 @@ const ToolbarButton = ({
|
|
|
35183
35426
|
className,
|
|
35184
35427
|
size,
|
|
35185
35428
|
toolTipClassName,
|
|
35429
|
+
disableToolTip = false,
|
|
35186
35430
|
...rest
|
|
35187
35431
|
//
|
|
35188
35432
|
}) => {
|
|
@@ -35198,7 +35442,8 @@ const ToolbarButton = ({
|
|
|
35198
35442
|
isSticky: shouldShowDropdown,
|
|
35199
35443
|
content: shouldShowDropdown ? dropdownContent : label,
|
|
35200
35444
|
tight: shouldShowDropdown,
|
|
35201
|
-
className: toolTipClassNameToUse
|
|
35445
|
+
className: toolTipClassNameToUse,
|
|
35446
|
+
isDisabled: disableToolTip
|
|
35202
35447
|
}, /*#__PURE__*/react.createElement(components_IconButton, ToolbarButton_extends({
|
|
35203
35448
|
size: sizeToUse,
|
|
35204
35449
|
className: className,
|
|
@@ -35227,7 +35472,8 @@ ToolbarButton.propTypes = {
|
|
|
35227
35472
|
/** Tooltip content can be replaced for a customized content by passing a node to this value. */
|
|
35228
35473
|
dropdownContent: prop_types_default().oneOfType([(prop_types_default()).node, (prop_types_default()).func]),
|
|
35229
35474
|
size: (prop_types_default()).string,
|
|
35230
|
-
toolTipClassName: (prop_types_default()).string
|
|
35475
|
+
toolTipClassName: (prop_types_default()).string,
|
|
35476
|
+
disableToolTip: (prop_types_default()).bool
|
|
35231
35477
|
};
|
|
35232
35478
|
/* harmony default export */ const ToolbarButton_ToolbarButton = (ToolbarButton);
|
|
35233
35479
|
;// CONCATENATED MODULE: ../../ui/src/components/ToolbarButton/index.js
|
|
@@ -50480,6 +50726,45 @@ InvestigationalUseDialog.defaultProps = {
|
|
|
50480
50726
|
;// CONCATENATED MODULE: ../../ui/src/components/InvestigationalUseDialog/index.js
|
|
50481
50727
|
|
|
50482
50728
|
/* harmony default export */ const components_InvestigationalUseDialog = (InvestigationalUseDialog_InvestigationalUseDialog);
|
|
50729
|
+
// EXTERNAL MODULE: ../../ui/src/components/Icon/Icon.tsx
|
|
50730
|
+
var Icon_Icon = __webpack_require__(66348);
|
|
50731
|
+
;// CONCATENATED MODULE: ../../ui/src/components/LayoutPreset/LayoutPreset.tsx
|
|
50732
|
+
|
|
50733
|
+
|
|
50734
|
+
|
|
50735
|
+
function LayoutPreset({
|
|
50736
|
+
onSelection,
|
|
50737
|
+
title,
|
|
50738
|
+
icon,
|
|
50739
|
+
commandOptions,
|
|
50740
|
+
classNames
|
|
50741
|
+
}) {
|
|
50742
|
+
return /*#__PURE__*/react.createElement("div", {
|
|
50743
|
+
className: classNames,
|
|
50744
|
+
onClick: () => {
|
|
50745
|
+
onSelection(commandOptions);
|
|
50746
|
+
}
|
|
50747
|
+
}, /*#__PURE__*/react.createElement(Icon_Icon/* default */.A, {
|
|
50748
|
+
name: icon,
|
|
50749
|
+
className: "group-hover:text-primary-light"
|
|
50750
|
+
}), title && /*#__PURE__*/react.createElement("div", {
|
|
50751
|
+
className: "font-inter text-sm text-white"
|
|
50752
|
+
}, title));
|
|
50753
|
+
}
|
|
50754
|
+
LayoutPreset.defaultProps = {
|
|
50755
|
+
onSelection: () => {}
|
|
50756
|
+
};
|
|
50757
|
+
LayoutPreset.propTypes = {
|
|
50758
|
+
onSelection: (prop_types_default()).func.isRequired,
|
|
50759
|
+
title: (prop_types_default()).string,
|
|
50760
|
+
icon: (prop_types_default()).string.isRequired,
|
|
50761
|
+
commandOptions: (prop_types_default()).object.isRequired,
|
|
50762
|
+
classNames: (prop_types_default()).string
|
|
50763
|
+
};
|
|
50764
|
+
/* harmony default export */ const LayoutPreset_LayoutPreset = (LayoutPreset);
|
|
50765
|
+
;// CONCATENATED MODULE: ../../ui/src/components/LayoutPreset/index.js
|
|
50766
|
+
|
|
50767
|
+
/* harmony default export */ const components_LayoutPreset = (LayoutPreset_LayoutPreset);
|
|
50483
50768
|
;// CONCATENATED MODULE: ../../ui/src/components/index.js
|
|
50484
50769
|
|
|
50485
50770
|
|
|
@@ -50566,6 +50851,7 @@ InvestigationalUseDialog.defaultProps = {
|
|
|
50566
50851
|
|
|
50567
50852
|
|
|
50568
50853
|
|
|
50854
|
+
|
|
50569
50855
|
|
|
50570
50856
|
|
|
50571
50857
|
// EXTERNAL MODULE: ../../ui/src/components/Icon/getIcon.js
|
|
@@ -52491,13 +52777,33 @@ class ToolbarService extends pubSubServiceInterface/* PubSubService */.R {
|
|
|
52491
52777
|
if (typeof evaluate === 'function') {
|
|
52492
52778
|
return;
|
|
52493
52779
|
}
|
|
52780
|
+
if (Array.isArray(evaluate)) {
|
|
52781
|
+
const evaluators = evaluate.map(evaluatorName => {
|
|
52782
|
+
const evaluateFunction = this._evaluateFunction[evaluatorName];
|
|
52783
|
+
if (!evaluateFunction) {
|
|
52784
|
+
throw new Error(`Evaluate function not found for name: ${evaluatorName}, you can register an evaluate function with the getToolbarModule in your extensions`);
|
|
52785
|
+
}
|
|
52786
|
+
return evaluateFunction;
|
|
52787
|
+
});
|
|
52788
|
+
props.evaluate = args => {
|
|
52789
|
+
const results = evaluators.map(evaluator => evaluator(args));
|
|
52790
|
+
const mergedResult = results.reduce((acc, result) => {
|
|
52791
|
+
return {
|
|
52792
|
+
...acc,
|
|
52793
|
+
...result
|
|
52794
|
+
};
|
|
52795
|
+
}, {});
|
|
52796
|
+
return mergedResult;
|
|
52797
|
+
};
|
|
52798
|
+
return;
|
|
52799
|
+
}
|
|
52494
52800
|
if (typeof evaluate === 'string') {
|
|
52495
52801
|
const evaluateFunction = this._evaluateFunction[evaluate];
|
|
52496
52802
|
if (evaluateFunction) {
|
|
52497
52803
|
props.evaluate = evaluateFunction;
|
|
52498
52804
|
return;
|
|
52499
52805
|
}
|
|
52500
|
-
throw new Error(`Evaluate function not found for name: ${evaluate}, you can
|
|
52806
|
+
throw new Error(`Evaluate function not found for name: ${evaluate}, you can register an evaluate function with the getToolbarModule in your extensions`);
|
|
52501
52807
|
}
|
|
52502
52808
|
if (typeof evaluate === 'object') {
|
|
52503
52809
|
const {
|
|
@@ -52512,7 +52818,7 @@ class ToolbarService extends pubSubServiceInterface/* PubSubService */.R {
|
|
|
52512
52818
|
});
|
|
52513
52819
|
return;
|
|
52514
52820
|
}
|
|
52515
|
-
throw new Error(`Evaluate function not found for name: ${name}, you can
|
|
52821
|
+
throw new Error(`Evaluate function not found for name: ${name}, you can register an evaluate function with the getToolbarModule in your extensions`);
|
|
52516
52822
|
}
|
|
52517
52823
|
};
|
|
52518
52824
|
this._commandsManager = commandsManager;
|
|
@@ -59202,7 +59508,7 @@ function uuidv4() {
|
|
|
59202
59508
|
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(11374);
|
|
59203
59509
|
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__);
|
|
59204
59510
|
/* harmony import */ var _Typography__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(64597);
|
|
59205
|
-
/* harmony import */ var _Icon__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
59511
|
+
/* harmony import */ var _Icon__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(1675);
|
|
59206
59512
|
|
|
59207
59513
|
|
|
59208
59514
|
|
|
@@ -59241,6 +59547,36 @@ ContextMenu.propTypes = {
|
|
|
59241
59547
|
|
|
59242
59548
|
/***/ }),
|
|
59243
59549
|
|
|
59550
|
+
/***/ 66348:
|
|
59551
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
59552
|
+
|
|
59553
|
+
"use strict";
|
|
59554
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
59555
|
+
/* harmony export */ A: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
59556
|
+
/* harmony export */ });
|
|
59557
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(41766);
|
|
59558
|
+
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(11374);
|
|
59559
|
+
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__);
|
|
59560
|
+
/* harmony import */ var _getIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(32854);
|
|
59561
|
+
|
|
59562
|
+
|
|
59563
|
+
|
|
59564
|
+
const Icon = ({
|
|
59565
|
+
name,
|
|
59566
|
+
...otherProps
|
|
59567
|
+
}) => {
|
|
59568
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(react__WEBPACK_IMPORTED_MODULE_0__.Fragment, null, (0,_getIcon__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Ay)(name, {
|
|
59569
|
+
...otherProps
|
|
59570
|
+
}));
|
|
59571
|
+
};
|
|
59572
|
+
Icon.propTypes = {
|
|
59573
|
+
name: (prop_types__WEBPACK_IMPORTED_MODULE_1___default().string).isRequired,
|
|
59574
|
+
className: (prop_types__WEBPACK_IMPORTED_MODULE_1___default().string)
|
|
59575
|
+
};
|
|
59576
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (Icon);
|
|
59577
|
+
|
|
59578
|
+
/***/ }),
|
|
59579
|
+
|
|
59244
59580
|
/***/ 64692:
|
|
59245
59581
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
59246
59582
|
|
|
@@ -242085,7 +242421,7 @@ var selectOrdinal = function selectOrdinal() {
|
|
|
242085
242421
|
/******/ // This function allow to reference async chunks
|
|
242086
242422
|
/******/ __webpack_require__.u = (chunkId) => {
|
|
242087
242423
|
/******/ // return url for filenames based on template
|
|
242088
|
-
/******/ return "" + ({"525":"dicom-microscopy-viewer","572":"polySeg"}[chunkId] || chunkId) + ".bundle." + {"41":"
|
|
242424
|
+
/******/ return "" + ({"525":"dicom-microscopy-viewer","572":"polySeg"}[chunkId] || chunkId) + ".bundle." + {"41":"58b85dd990fb6fac615e","90":"abde898ebd3c74f521f9","109":"b4fee2a22b622839baf5","121":"fda405f29003c308ce09","155":"a57744809d0f46030ee0","164":"ff12d6019a627cda2a6c","188":"c448aed48915741e9f97","191":"4850ab82949bb6f0eb73","270":"16ac8114c5c4ce006f4a","290":"8b4d7dfbc7cfe418a0f1","295":"57700cd41fd87e1521b4","297":"81d63bb0b66d63df6d86","339":"57dac3644803cefe3e3d","342":"a039c24e9f661f3b884d","448":"d195aba3aef25ec286d1","481":"a2b01ffe06a262fa9375","504":"aa165082e2acc5ccf080","525":"d3a56dc9f62df5e11019","530":"72d9812f117036615a38","544":"c3009e245ceb1554c70a","559":"05bd51e94422a2cab116","572":"c1cec6312eb6c6dc3701","594":"14b122ab995e4b13e652","638":"a63003e18bed65f227bb","644":"1e77691d2eeb96a423b0","699":"efc67171e6d212f25a24","701":"bc40f1a7d5d6b1a4dd38","724":"3945f8d2e9c8b0b23628","726":"2bdb443d1b5620d74e6e","835":"15aff0b7433bb0dd6d6d","862":"d787dac01f4567560a42","889":"ffc727aa6d1a74f2138d","905":"6b5b42b2403e4676bb3a","907":"fbd5768fa5b53f9d3f86","931":"d270a1fda9a2836c3cc5","939":"84ee0b844023d924a22b","961":"8bb5a713fc5a3817c6a6"}[chunkId] + ".js";
|
|
242089
242425
|
/******/ };
|
|
242090
242426
|
/******/ })();
|
|
242091
242427
|
/******/
|