@3cr/viewer-browser 0.0.134 → 0.0.136

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@3cr/viewer-browser",
3
- "version": "0.0.134",
3
+ "version": "0.0.136",
4
4
  "main": "./dist/Viewer3CR.umd.js",
5
5
  "module": "dist/Viewer3CR.umd.js",
6
6
  "homepage": "https://docs.3cr.singular.health",
@@ -41,12 +41,30 @@
41
41
  Cancel
42
42
  </v-btn>
43
43
  <v-spacer />
44
- <v-btn color="red" variant="tonal" @click="closeModal">
44
+ <v-btn
45
+ color="red"
46
+ variant="tonal"
47
+ @click="closeModal"
48
+ v-if="getOption('OnSaveSession') !== undefined"
49
+ >
45
50
  Close without saving
46
51
  </v-btn>
47
- <v-btn color="primary" variant="tonal" @click="closeModalSave">
52
+ <v-btn
53
+ color="primary"
54
+ variant="tonal"
55
+ @click="closeModalSave"
56
+ v-if="getOption('OnSaveSession') !== undefined"
57
+ >
48
58
  Save Session
49
59
  </v-btn>
60
+ <v-btn
61
+ color="primary"
62
+ variant="tonal"
63
+ @click="closeModal"
64
+ v-if="getOption('OnSaveSession') === undefined"
65
+ >
66
+ Close Viewer
67
+ </v-btn>
50
68
  </v-card-actions>
51
69
  </v-card>
52
70
  </v-dialog>
@@ -82,6 +82,7 @@ watch(
82
82
  .vertical-slider-selector {
83
83
  & .v-input__control {
84
84
  min-height: 32px !important;
85
+ height: 100% !important;
85
86
  }
86
87
  }
87
88
  .vertical-slider-selector .v-slider-thumb__label {