@3cr/viewer-browser 0.0.123 → 0.0.124
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 +2 -2
- package/dist/Viewer3CR.mjs +9 -9
- package/dist/Viewer3CR.umd.js +2 -2
- package/package.json +1 -1
- package/src/App.vue +4 -0
- package/src/demo/licence/DemoLicenceInfoModal.vue +2 -2
- package/src/demo/patient/DemoPatientInfoModal.vue +2 -2
- package/src/demo/patient/DemoPatientShareToMobileModal.vue +4 -4
package/package.json
CHANGED
package/src/App.vue
CHANGED
|
@@ -33,7 +33,7 @@ const modalState = computed({
|
|
|
33
33
|
<template>
|
|
34
34
|
<v-dialog v-model:model-value="modalState">
|
|
35
35
|
<v-card
|
|
36
|
-
class="pa-1 ma-auto position-relative motif-background"
|
|
36
|
+
class="pa-1 ma-auto position-relative motif-background card-bg-border"
|
|
37
37
|
theme="dark"
|
|
38
38
|
max-width="680"
|
|
39
39
|
>
|
|
@@ -56,7 +56,7 @@ const modalState = computed({
|
|
|
56
56
|
</v-btn>
|
|
57
57
|
<v-spacer />
|
|
58
58
|
<v-btn
|
|
59
|
-
variant="
|
|
59
|
+
variant="flat"
|
|
60
60
|
color="success"
|
|
61
61
|
@click="openUrl('mailto:ecooper@singular.health')"
|
|
62
62
|
>
|
|
@@ -33,7 +33,7 @@ const modalState = computed({
|
|
|
33
33
|
<template>
|
|
34
34
|
<v-dialog v-model:model-value="modalState">
|
|
35
35
|
<v-card
|
|
36
|
-
class="pa-1 ma-auto position-relative motif-background"
|
|
36
|
+
class="pa-1 ma-auto position-relative motif-background card-bg-border"
|
|
37
37
|
theme="dark"
|
|
38
38
|
max-width="680"
|
|
39
39
|
>
|
|
@@ -56,7 +56,7 @@ const modalState = computed({
|
|
|
56
56
|
</v-btn>
|
|
57
57
|
<v-spacer />
|
|
58
58
|
<v-btn
|
|
59
|
-
variant="
|
|
59
|
+
variant="flat"
|
|
60
60
|
color="success"
|
|
61
61
|
@click="openUrl('https://3dicomviewer.com/pricing')"
|
|
62
62
|
>
|
|
@@ -28,7 +28,7 @@ const modalState = computed({
|
|
|
28
28
|
<template>
|
|
29
29
|
<v-dialog v-model:model-value="modalState">
|
|
30
30
|
<v-card
|
|
31
|
-
class="pa-1 ma-auto position-relative motif-background"
|
|
31
|
+
class="pa-1 ma-auto position-relative motif-background card-bg-border"
|
|
32
32
|
theme="dark"
|
|
33
33
|
max-width="680"
|
|
34
34
|
>
|
|
@@ -53,7 +53,7 @@ const modalState = computed({
|
|
|
53
53
|
</v-btn>
|
|
54
54
|
<v-spacer />
|
|
55
55
|
<v-btn
|
|
56
|
-
variant="
|
|
56
|
+
variant="flat"
|
|
57
57
|
color="success"
|
|
58
58
|
@click="
|
|
59
59
|
step2 = true;
|
|
@@ -67,7 +67,7 @@ const modalState = computed({
|
|
|
67
67
|
</v-dialog>
|
|
68
68
|
<v-dialog v-model:model-value="step2">
|
|
69
69
|
<v-card
|
|
70
|
-
class="pa-1 ma-auto position-relative motif-background"
|
|
70
|
+
class="pa-1 ma-auto position-relative motif-background card-bg-border"
|
|
71
71
|
theme="dark"
|
|
72
72
|
max-width="680"
|
|
73
73
|
>
|
|
@@ -82,7 +82,7 @@ const modalState = computed({
|
|
|
82
82
|
<v-btn color="error" @click="step2 = false"> Continue with Demo </v-btn>
|
|
83
83
|
<v-spacer />
|
|
84
84
|
<v-btn
|
|
85
|
-
variant="
|
|
85
|
+
variant="flat"
|
|
86
86
|
color="success"
|
|
87
87
|
@click="openUrl('https://3dicomviewer.com/pricing')"
|
|
88
88
|
>
|