@paris-ias/list 1.0.69 → 1.0.71
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 +1 -1
- package/dist/runtime/components/actions/RowsItem.vue +12 -0
- package/dist/runtime/components/actions/View.vue +20 -0
- package/dist/runtime/components/affiliations/RowsItem.vue +12 -0
- package/dist/runtime/components/affiliations/View.vue +20 -0
- package/dist/runtime/components/disciplines/RowsItem.vue +12 -0
- package/dist/runtime/components/disciplines/View.vue +20 -0
- package/dist/runtime/components/files/RowsItem.vue +12 -0
- package/dist/runtime/components/files/View.vue +20 -0
- package/dist/runtime/components/mailing/RowsItem.vue +12 -0
- package/dist/runtime/components/mailing/View.vue +20 -0
- package/dist/runtime/components/tags/RowsItem.vue +12 -0
- package/dist/runtime/components/tags/View.vue +20 -0
- package/dist/runtime/stores/root.js +7 -1
- package/package.json +1 -1
package/dist/module.json
CHANGED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
{{ item }}
|
|
3
|
+
</template>
|
|
4
|
+
|
|
5
|
+
<script setup>
|
|
6
|
+
import { useNuxtApp } from "#imports";
|
|
7
|
+
const { $stores } = useNuxtApp();
|
|
8
|
+
defineProps({
|
|
9
|
+
item: {
|
|
10
|
+
type: Object,
|
|
11
|
+
required: true
|
|
12
|
+
},
|
|
13
|
+
loading: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
required: false,
|
|
16
|
+
default: false
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
$stores.actions.loading = false;
|
|
20
|
+
</script>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
{{ item }}
|
|
3
|
+
</template>
|
|
4
|
+
|
|
5
|
+
<script setup>
|
|
6
|
+
import { useNuxtApp } from "#imports";
|
|
7
|
+
const { $stores } = useNuxtApp();
|
|
8
|
+
defineProps({
|
|
9
|
+
item: {
|
|
10
|
+
type: Object,
|
|
11
|
+
required: true
|
|
12
|
+
},
|
|
13
|
+
loading: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
required: false,
|
|
16
|
+
default: false
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
$stores.actions.loading = false;
|
|
20
|
+
</script>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
{{ item }}
|
|
3
|
+
</template>
|
|
4
|
+
|
|
5
|
+
<script setup>
|
|
6
|
+
import { useNuxtApp } from "#imports";
|
|
7
|
+
const { $stores } = useNuxtApp();
|
|
8
|
+
defineProps({
|
|
9
|
+
item: {
|
|
10
|
+
type: Object,
|
|
11
|
+
required: true
|
|
12
|
+
},
|
|
13
|
+
loading: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
required: false,
|
|
16
|
+
default: false
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
$stores.actions.loading = false;
|
|
20
|
+
</script>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
{{ item }}
|
|
3
|
+
</template>
|
|
4
|
+
|
|
5
|
+
<script setup>
|
|
6
|
+
import { useNuxtApp } from "#imports";
|
|
7
|
+
const { $stores } = useNuxtApp();
|
|
8
|
+
defineProps({
|
|
9
|
+
item: {
|
|
10
|
+
type: Object,
|
|
11
|
+
required: true
|
|
12
|
+
},
|
|
13
|
+
loading: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
required: false,
|
|
16
|
+
default: false
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
$stores.actions.loading = false;
|
|
20
|
+
</script>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
{{ item }}
|
|
3
|
+
</template>
|
|
4
|
+
|
|
5
|
+
<script setup>
|
|
6
|
+
import { useNuxtApp } from "#imports";
|
|
7
|
+
const { $stores } = useNuxtApp();
|
|
8
|
+
defineProps({
|
|
9
|
+
item: {
|
|
10
|
+
type: Object,
|
|
11
|
+
required: true
|
|
12
|
+
},
|
|
13
|
+
loading: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
required: false,
|
|
16
|
+
default: false
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
$stores.actions.loading = false;
|
|
20
|
+
</script>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
{{ item }}
|
|
3
|
+
</template>
|
|
4
|
+
|
|
5
|
+
<script setup>
|
|
6
|
+
import { useNuxtApp } from "#imports";
|
|
7
|
+
const { $stores } = useNuxtApp();
|
|
8
|
+
defineProps({
|
|
9
|
+
item: {
|
|
10
|
+
type: Object,
|
|
11
|
+
required: true
|
|
12
|
+
},
|
|
13
|
+
loading: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
required: false,
|
|
16
|
+
default: false
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
$stores.actions.loading = false;
|
|
20
|
+
</script>
|
|
@@ -16,7 +16,13 @@ export const useRootStore = defineStore("rootStore", {
|
|
|
16
16
|
people: {},
|
|
17
17
|
projects: {},
|
|
18
18
|
fellowships: {},
|
|
19
|
-
publications: {}
|
|
19
|
+
publications: {},
|
|
20
|
+
actions: {},
|
|
21
|
+
affiliations: {},
|
|
22
|
+
disciplines: {},
|
|
23
|
+
files: {},
|
|
24
|
+
mailing: {},
|
|
25
|
+
tags: {}
|
|
20
26
|
}
|
|
21
27
|
}),
|
|
22
28
|
actions: {
|