@paris-ias/list 1.0.155 → 1.0.157
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/module.json
CHANGED
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
>
|
|
211
211
|
<v-expansion-panel
|
|
212
212
|
v-if="item.description"
|
|
213
|
-
:value="
|
|
213
|
+
:value="presentation"
|
|
214
214
|
class="border-thin text-black"
|
|
215
215
|
:color="key === accordeon ? 'light-grey' : 'white'"
|
|
216
216
|
>
|
|
@@ -326,11 +326,11 @@ const props = defineProps({
|
|
|
326
326
|
},
|
|
327
327
|
})
|
|
328
328
|
|
|
329
|
-
const panel = ref(
|
|
329
|
+
const panel = ref("presentation")
|
|
330
330
|
|
|
331
331
|
function redirectToMap(long, lat) {
|
|
332
332
|
router.push(
|
|
333
|
-
`https://www.openstreetmap.org/?mlat=${lat}&mlon=${long}#map=19/${lat}/${long}
|
|
333
|
+
`https://www.openstreetmap.org/?mlat=${lat}&mlon=${long}#map=19/${lat}/${long}`
|
|
334
334
|
)
|
|
335
335
|
}
|
|
336
336
|
</script>
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"license": "AGPL-3.0-only",
|
|
3
3
|
"main": "./dist/module.mjs",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.157",
|
|
5
5
|
"name": "@paris-ias/list",
|
|
6
6
|
"repository": {
|
|
7
7
|
"url": "git+https://github.com/IEA-Paris/list.git",
|
|
8
8
|
"type": "git"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@paris-ias/trees": "^2.0.
|
|
11
|
+
"@paris-ias/trees": "^2.0.14"
|
|
12
12
|
},
|
|
13
13
|
"description": "Paris IAS List Module",
|
|
14
14
|
"peerDependencies": {
|