@paris-ias/list 1.0.139 → 1.0.141

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.139",
4
+ "version": "1.0.141",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "0.8.4",
7
7
  "unbuild": "2.0.0"
@@ -34,13 +34,17 @@
34
34
  </template>
35
35
 
36
36
  <script setup>
37
- import { computed, onUpdated, onMounted, watch } from "vue"
38
37
  import { useRootStore } from "../../../stores/root"
39
38
  import { capitalize } from "../../../composables/useUtils"
40
39
  import {
41
40
  useNuxtApp,
42
41
  resolveComponent,
42
+ computed,
43
+ onUpdated,
44
+ onMounted,
45
+ watch,
43
46
  onBeforeUnmount,
47
+ nextTick,
44
48
  useI18n,
45
49
  useRoute,
46
50
  useLocalePath,
@@ -194,7 +198,7 @@ async function onPageChange(newPage) {
194
198
  }
195
199
  }, 0)
196
200
  }
197
- /*
201
+ /*
198
202
  onUpdated(() => {
199
203
  console.log("STOP local loading from updated")
200
204
  rootStore.setLoading(false, props.type)
@@ -47,7 +47,7 @@
47
47
 
48
48
  <script setup>
49
49
  import { useRootStore } from "../../stores/root"
50
- import { useNuxtApp, useLocalePath } from "#imports"
50
+ import { useNuxtApp, useLocalePath, computed } from "#imports"
51
51
  import { useDisplay } from "vuetify"
52
52
 
53
53
  const { mdAndUp } = useDisplay()
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "license": "AGPL-3.0-only",
3
3
  "main": "./dist/module.mjs",
4
- "version": "1.0.139",
4
+ "version": "1.0.141",
5
5
  "name": "@paris-ias/list",
6
6
  "repository": {
7
7
  "url": "git+https://github.com/IEA-Paris/list.git",