@3cr/viewer-browser 0.0.141 → 0.0.143
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/Viewer3CR.js +13 -13
- package/dist/Viewer3CR.mjs +10210 -10207
- package/dist/Viewer3CR.umd.js +13 -13
- package/package.json +1 -1
- package/src/assets/images/android-qr.svg +2234 -406
- package/src/assets/images/apple-qr.svg +1112 -406
- package/src/components/modal/MftpWebGL3DRModal.vue +7 -3
|
@@ -220,9 +220,13 @@
|
|
|
220
220
|
|
|
221
221
|
<v-spacer />
|
|
222
222
|
<div class="font-weight-bold">
|
|
223
|
-
<span v-if="isDemo" class="text-capitalize"
|
|
224
|
-
|
|
225
|
-
>
|
|
223
|
+
<span v-if="isDemo" class="text-capitalize">
|
|
224
|
+
3DICOM {{ demoType }} DEMO |
|
|
225
|
+
</span>
|
|
226
|
+
<span v-else class="text-capitalize">
|
|
227
|
+
3DICOM Patient Viewer |
|
|
228
|
+
</span>
|
|
229
|
+
Not for Diagnostic Use
|
|
226
230
|
</div>
|
|
227
231
|
<v-spacer />
|
|
228
232
|
<v-btn
|