@geode/opengeodeweb-front 1.0.0 → 1.0.1

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/COPYLEFT ADDED
@@ -0,0 +1,7 @@
1
+ ## Dependencies
2
+
3
+ Nuxt: MIT
4
+ Copyright 2016-present Nuxt Team.
5
+
6
+ Vuetify: MIT
7
+ Copyright 2016-present John Jeremy Leider.
@@ -6,9 +6,8 @@
6
6
  <v-col cols="auto">
7
7
  <v-tooltip location="left">
8
8
  <span>
9
- {{ error.code }}<br />
10
- {{ error.route }}<br />
11
- {{ error.description }}
9
+ error: {{ error.code }} {{ error.name }}<br />
10
+ ressource: {{ error.route }}
12
11
  <br>
13
12
  </span>
14
13
  <template #activator="{ props }">
@@ -19,7 +18,17 @@
19
18
  </v-tooltip>
20
19
  </v-col>
21
20
  <v-col cols="9" class="text-no-wrap overflow-hidden">
22
- {{ error.name }}
21
+ <v-tooltip location="top">
22
+ <span>
23
+ {{ error.description }}
24
+ <br>
25
+ </span>
26
+ <template #activator="{ props }">
27
+ <div v-bind="props">
28
+ {{ error.description }}
29
+ </div>
30
+ </template>
31
+ </v-tooltip>
23
32
  </v-col>
24
33
  <v-spacer />
25
34
  <v-col cols="auto">
@@ -46,4 +55,4 @@ function calc_margin (index) {
46
55
  .v-snackbar :deep(.v-snackbar__content) {
47
56
  width: 100%;
48
57
  }
49
- </style>
58
+ </style>
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "description": "OpenSource Vue/Vuetify framework for web applications",
20
20
  "type": "module",
21
- "version": "1.0.0",
21
+ "version": "1.0.1",
22
22
  "main": "./nuxt.config.js",
23
23
  "dependencies": {
24
24
  "@kitware/vtk.js": "^28.8.0",