@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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@paris-ias/list",
3
3
  "configKey": "list",
4
- "version": "1.0.155",
4
+ "version": "1.0.157",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "0.8.4",
7
7
  "unbuild": "2.0.0"
@@ -210,7 +210,7 @@
210
210
  >
211
211
  <v-expansion-panel
212
212
  v-if="item.description"
213
- :value="panel[0]"
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(["presentation"])
329
+ const panel = ref("presentation")
330
330
 
331
331
  function redirectToMap(long, lat) {
332
332
  router.push(
333
- `https://www.openstreetmap.org/?mlat=${lat}&amp;mlon=${long}#map=19/${lat}/${long}`,
333
+ `https://www.openstreetmap.org/?mlat=${lat}&amp;mlon=${long}#map=19/${lat}/${long}`
334
334
  )
335
335
  }
336
336
  </script>
@@ -11,6 +11,7 @@
11
11
  </template>
12
12
 
13
13
  <script setup>
14
+ import { capitalize } from "../../../composables/useUtils"
14
15
  const props = defineProps({
15
16
  type: {
16
17
  type: String,
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.155",
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.13"
11
+ "@paris-ias/trees": "^2.0.14"
12
12
  },
13
13
  "description": "Paris IAS List Module",
14
14
  "peerDependencies": {