@paris-ias/list 1.0.123 → 1.0.124
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 +3 -3
- package/dist/module.mjs +0 -1
- package/dist/runtime/components/actions/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/components/actions/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/components/actions/View.vue.d.ts +6 -0
- package/dist/runtime/components/affiliation/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/components/affiliation/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/components/affiliation/View.vue.d.ts +6 -0
- package/dist/runtime/components/apps/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/components/apps/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/components/apps/View.vue.d.ts +6 -0
- package/dist/runtime/components/disciplines/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/components/disciplines/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/components/disciplines/View.vue.d.ts +6 -0
- package/dist/runtime/components/events/Badges.vue.d.ts +5 -0
- package/dist/runtime/components/events/DateTimePlace.vue.d.ts +5 -0
- package/dist/runtime/components/events/DenseItem.vue.d.ts +6 -0
- package/dist/runtime/components/events/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/components/events/RegisterModal.vue.d.ts +5 -0
- package/dist/runtime/components/events/RelatedItem.vue.d.ts +5 -0
- package/dist/runtime/components/events/RowsItem.vue.d.ts +6 -0
- package/dist/runtime/components/events/SlidingItem.vue.d.ts +6 -0
- package/dist/runtime/components/events/View.vue.d.ts +6 -0
- package/dist/runtime/components/fellowships/Badges.vue.d.ts +6 -0
- package/dist/runtime/components/fellowships/DenseItem.vue.d.ts +6 -0
- package/dist/runtime/components/fellowships/ExpandedItem.vue.d.ts +2 -0
- package/dist/runtime/components/fellowships/RegisterModal.vue.d.ts +6 -0
- package/dist/runtime/components/fellowships/RowsItem.vue.d.ts +6 -0
- package/dist/runtime/components/fellowships/View.vue.d.ts +6 -0
- package/dist/runtime/components/files/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/components/files/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/components/files/View.vue.d.ts +6 -0
- package/dist/runtime/components/list/atoms/FiltersMenu.vue.d.ts +5 -0
- package/dist/runtime/components/list/atoms/PerPage.vue.d.ts +5 -0
- package/dist/runtime/components/list/atoms/ResetButton.vue.d.ts +5 -0
- package/dist/runtime/components/list/atoms/ResultsList.vue.d.ts +5 -0
- package/dist/runtime/components/list/atoms/SearchInput.vue.d.ts +6 -0
- package/dist/runtime/components/list/atoms/SearchItem.vue.d.ts +7 -0
- package/dist/runtime/components/list/atoms/SearchString.vue.d.ts +5 -0
- package/dist/runtime/components/list/atoms/SortMenu.vue.d.ts +5 -0
- package/dist/runtime/components/list/atoms/ViewMenu.vue.d.ts +5 -0
- package/dist/runtime/components/list/inputs/AutoComplete.vue.d.ts +7 -0
- package/dist/runtime/components/list/inputs/BooleanSwitch.vue.d.ts +7 -0
- package/dist/runtime/components/list/inputs/Checkbox.vue.d.ts +7 -0
- package/dist/runtime/components/list/inputs/Select.vue.d.ts +7 -0
- package/dist/runtime/components/list/molecules/Filters.vue.d.ts +6 -0
- package/dist/runtime/components/list/molecules/GlobalSearchInput.vue.d.ts +9 -0
- package/dist/runtime/components/list/molecules/Header.vue.d.ts +5 -0
- package/dist/runtime/components/list/molecules/Pagination.vue.d.ts +10 -0
- package/dist/runtime/components/list/molecules/ResultsContainer.vue.d.ts +15 -0
- package/dist/runtime/components/list/organisms/List.vue.d.ts +10 -0
- package/dist/runtime/components/list/organisms/Results.vue.d.ts +2 -0
- package/dist/runtime/components/list/organisms/Slider.vue.d.ts +5 -0
- package/dist/runtime/components/list/views/Dense.vue.d.ts +12 -0
- package/dist/runtime/components/list/views/Expanded.vue.d.ts +12 -0
- package/dist/runtime/components/list/views/Grid.vue.d.ts +20 -0
- package/dist/runtime/components/list/views/Rows.vue.d.ts +12 -0
- package/dist/runtime/components/list/views/Slider.vue.d.ts +16 -0
- package/dist/runtime/components/list/views/Table.vue.d.ts +20 -0
- package/dist/runtime/components/mailing/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/components/mailing/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/components/mailing/View.vue.d.ts +6 -0
- package/dist/runtime/components/misc/atoms/DateStamp.vue.d.ts +7 -0
- package/dist/runtime/components/misc/atoms/ImageContainer.vue.d.ts +21 -0
- package/dist/runtime/components/misc/atoms/ShareMenu.vue.d.ts +6 -0
- package/dist/runtime/components/misc/atoms/Socials.vue.d.ts +8 -0
- package/dist/runtime/components/misc/molecules/ChipContainer.vue.d.ts +5 -0
- package/dist/runtime/components/misc/molecules/Related.vue.d.ts +5 -0
- package/dist/runtime/components/misc/molecules/RelatedItems.vue.d.ts +6 -0
- package/dist/runtime/components/misc/molecules/SearchItem.vue.d.ts +2 -0
- package/dist/runtime/components/news/DenseItem.vue.d.ts +6 -0
- package/dist/runtime/components/news/ExpandedItem.vue.d.ts +6 -0
- package/dist/runtime/components/news/Header.vue.d.ts +2 -0
- package/dist/runtime/components/news/RelatedItem.vue.d.ts +5 -0
- package/dist/runtime/components/news/RowsItem.vue.d.ts +6 -0
- package/dist/runtime/components/news/View.vue.d.ts +6 -0
- package/dist/runtime/components/people/Badges.vue.d.ts +5 -0
- package/dist/runtime/components/people/DenseItem.vue.d.ts +6 -0
- package/dist/runtime/components/people/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/components/people/RelatedItem.vue.d.ts +5 -0
- package/dist/runtime/components/people/RowsItem.vue.d.ts +6 -0
- package/dist/runtime/components/people/View.vue.d.ts +6 -0
- package/dist/runtime/components/projects/DenseItem.vue.d.ts +6 -0
- package/dist/runtime/components/projects/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/components/projects/RelatedItem.vue.d.ts +5 -0
- package/dist/runtime/components/projects/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/components/projects/View.vue.d.ts +6 -0
- package/dist/runtime/components/publications/DenseItem.vue.d.ts +6 -0
- package/dist/runtime/components/publications/RelatedItem.vue.d.ts +5 -0
- package/dist/runtime/components/publications/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/components/publications/View.vue.d.ts +6 -0
- package/dist/runtime/components/tags/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/components/tags/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/components/tags/View.vue.d.ts +6 -0
- package/dist/runtime/components/users/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/components/users/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/components/users/View.vue.d.ts +6 -0
- package/dist/runtime/plugins/pinia.js +1 -1
- package/dist/runtime/runtime/components/actions/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/runtime/components/actions/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/actions/View.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/affiliations/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/runtime/components/affiliations/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/affiliations/View.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/apps/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/runtime/components/apps/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/apps/View.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/disciplines/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/runtime/components/disciplines/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/disciplines/View.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/events/Badges.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/events/DateTimePlace.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/events/DenseItem.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/events/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/runtime/components/events/RegisterModal.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/events/RelatedItem.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/events/RowsItem.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/events/SlidingItem.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/events/View.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/fellowships/Badges.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/fellowships/DenseItem.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/fellowships/ExpandedItem.vue.d.ts +2 -0
- package/dist/runtime/runtime/components/fellowships/RegisterModal.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/fellowships/RowsItem.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/fellowships/View.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/files/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/runtime/components/files/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/files/View.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/list/atoms/FiltersMenu.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/list/atoms/ResetButton.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/list/atoms/ResultsList.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/list/atoms/SearchInput.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/list/atoms/SearchItem.vue.d.ts +7 -0
- package/dist/runtime/runtime/components/list/atoms/SearchString.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/list/atoms/SortMenu.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/list/atoms/ViewMenu.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/list/atoms/itemsPerPage.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/list/inputs/AutoComplete.vue.d.ts +7 -0
- package/dist/runtime/runtime/components/list/inputs/BooleanSwitch.vue.d.ts +7 -0
- package/dist/runtime/runtime/components/list/inputs/Checkbox.vue.d.ts +7 -0
- package/dist/runtime/runtime/components/list/inputs/Select.vue.d.ts +7 -0
- package/dist/runtime/runtime/components/list/molecules/Filters.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/list/molecules/GlobalSearchInput.vue.d.ts +8 -0
- package/dist/runtime/runtime/components/list/molecules/Header.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/list/molecules/Pagination.vue.d.ts +11 -0
- package/dist/runtime/runtime/components/list/molecules/ResultsContainer.vue.d.ts +14 -0
- package/dist/runtime/runtime/components/list/organisms/List.vue.d.ts +10 -0
- package/dist/runtime/runtime/components/list/organisms/Results.vue.d.ts +2 -0
- package/dist/runtime/runtime/components/list/organisms/Slider.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/list/views/Dense.vue.d.ts +12 -0
- package/dist/runtime/runtime/components/list/views/Expanded.vue.d.ts +12 -0
- package/dist/runtime/runtime/components/list/views/Grid.vue.d.ts +20 -0
- package/dist/runtime/runtime/components/list/views/Rows.vue.d.ts +12 -0
- package/dist/runtime/runtime/components/list/views/Slider.vue.d.ts +16 -0
- package/dist/runtime/runtime/components/list/views/Table.vue.d.ts +20 -0
- package/dist/runtime/runtime/components/mailing/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/runtime/components/mailing/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/mailing/View.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/misc/atoms/DateStamp.vue.d.ts +7 -0
- package/dist/runtime/runtime/components/misc/atoms/ImageContainer.vue.d.ts +21 -0
- package/dist/runtime/runtime/components/misc/atoms/ShareMenu.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/misc/atoms/Socials.vue.d.ts +8 -0
- package/dist/runtime/runtime/components/misc/molecules/ChipContainer.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/misc/molecules/Related.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/misc/molecules/RelatedItems.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/misc/molecules/SearchItem.vue.d.ts +2 -0
- package/dist/runtime/runtime/components/news/DenseItem.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/news/ExpandedItem.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/news/Header.vue.d.ts +2 -0
- package/dist/runtime/runtime/components/news/RelatedItem.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/news/RowsItem.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/news/View.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/people/DenseItem.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/people/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/runtime/components/people/GroupBadges.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/people/RelatedItem.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/people/RowsItem.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/people/View.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/projects/DenseItem.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/projects/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/runtime/components/projects/RelatedItem.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/projects/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/projects/View.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/publications/DenseItem.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/publications/RelatedItem.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/publications/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/publications/View.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/tags/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/runtime/components/tags/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/tags/View.vue.d.ts +6 -0
- package/dist/runtime/runtime/components/users/ExpandedItem.vue.d.ts +12 -0
- package/dist/runtime/runtime/components/users/RowsItem.vue.d.ts +5 -0
- package/dist/runtime/runtime/components/users/View.vue.d.ts +6 -0
- package/dist/runtime/translations/en.json +24 -0
- package/dist/runtime/translations/fr.json +24 -0
- package/package.json +7 -8
- package/dist/runtime/plugins/vuetify.d.ts +0 -2
- package/dist/runtime/plugins/vuetify.js +0 -21
|
@@ -251,6 +251,30 @@
|
|
|
251
251
|
"VIDEO": "Video",
|
|
252
252
|
"OTHERS": "Others"
|
|
253
253
|
}
|
|
254
|
+
},
|
|
255
|
+
"affiliation": {
|
|
256
|
+
"label": "Affiliations"
|
|
257
|
+
},
|
|
258
|
+
"disciplines": {
|
|
259
|
+
"label": "Discipline"
|
|
260
|
+
},
|
|
261
|
+
"tags": {
|
|
262
|
+
"label": "Tags"
|
|
263
|
+
},
|
|
264
|
+
"actions": {
|
|
265
|
+
"label": "Actions"
|
|
266
|
+
},
|
|
267
|
+
"apps": {
|
|
268
|
+
"label": "Applications"
|
|
269
|
+
},
|
|
270
|
+
"files": {
|
|
271
|
+
"label": "Documents"
|
|
272
|
+
},
|
|
273
|
+
"mailing": {
|
|
274
|
+
"label": "Mailing"
|
|
275
|
+
},
|
|
276
|
+
"users": {
|
|
277
|
+
"label": "Users"
|
|
254
278
|
}
|
|
255
279
|
},
|
|
256
280
|
"list": "List",
|
|
@@ -250,6 +250,30 @@
|
|
|
250
250
|
"VIDEO": "Vidéo",
|
|
251
251
|
"OTHERS": "Autres"
|
|
252
252
|
}
|
|
253
|
+
},
|
|
254
|
+
"affiliation": {
|
|
255
|
+
"label": "Affiliations"
|
|
256
|
+
},
|
|
257
|
+
"disciplines": {
|
|
258
|
+
"label": "Discipline"
|
|
259
|
+
},
|
|
260
|
+
"tags": {
|
|
261
|
+
"label": "Tags"
|
|
262
|
+
},
|
|
263
|
+
"actions": {
|
|
264
|
+
"label": "Actions"
|
|
265
|
+
},
|
|
266
|
+
"apps": {
|
|
267
|
+
"label": "Applications"
|
|
268
|
+
},
|
|
269
|
+
"files": {
|
|
270
|
+
"label": "Documents"
|
|
271
|
+
},
|
|
272
|
+
"mailing": {
|
|
273
|
+
"label": "Mailing"
|
|
274
|
+
},
|
|
275
|
+
"users": {
|
|
276
|
+
"label": "Users"
|
|
253
277
|
}
|
|
254
278
|
},
|
|
255
279
|
"list": "Liste",
|
package/package.json
CHANGED
|
@@ -1,23 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"license": "AGPL-3.0-only",
|
|
3
3
|
"main": "./dist/module.mjs",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.124",
|
|
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
|
-
"dependencies": {
|
|
11
|
-
"@nuxt/kit": "^3.16.2",
|
|
12
|
-
"@vue/apollo-composable": "^4.2.2",
|
|
13
|
-
"vuetify": "3.8.0"
|
|
14
|
-
},
|
|
10
|
+
"dependencies": {},
|
|
15
11
|
"description": "Paris IAS List Module",
|
|
16
|
-
"
|
|
12
|
+
"peerDependencies": {
|
|
17
13
|
"@nuxt/devtools": "^2.3.2",
|
|
18
14
|
"@nuxt/eslint": "1.3.0",
|
|
19
15
|
"@nuxt/eslint-config": "^1.3.0",
|
|
20
16
|
"@nuxt/image": "1.10.0",
|
|
17
|
+
"@nuxt/kit": "^3.16.2",
|
|
21
18
|
"@nuxt/module-builder": "^1.0.0",
|
|
22
19
|
"@nuxt/schema": "^3.16.2",
|
|
23
20
|
"@nuxt/test-utils": "^3.17.2",
|
|
@@ -28,6 +25,7 @@
|
|
|
28
25
|
"@pinia/nuxt": "^0.5.4",
|
|
29
26
|
"@types/node": "latest",
|
|
30
27
|
"@urql/exchange-execute": "2.3.1",
|
|
28
|
+
"@vue/apollo-composable": "^4.2.2",
|
|
31
29
|
"@vueuse/core": "^13.0.0",
|
|
32
30
|
"changelogen": "^0.6.1",
|
|
33
31
|
"eslint": "^9.24.0",
|
|
@@ -39,7 +37,8 @@
|
|
|
39
37
|
"vite-plugin-graphql-loader": "^4.0.4",
|
|
40
38
|
"vitest": "^3.1.1",
|
|
41
39
|
"vue": "^3.5.13",
|
|
42
|
-
"vue-tsc": "^2.2.8"
|
|
40
|
+
"vue-tsc": "^2.2.8",
|
|
41
|
+
"vuetify": "^3.9.7"
|
|
43
42
|
},
|
|
44
43
|
"exports": {
|
|
45
44
|
".": {
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { createVuetify } from "vuetify";
|
|
2
|
-
import * as components from "vuetify/components";
|
|
3
|
-
import * as directives from "vuetify/directives";
|
|
4
|
-
import { defineNuxtPlugin } from "nuxt/app";
|
|
5
|
-
export default defineNuxtPlugin((nuxtApp) => {
|
|
6
|
-
const vuetify = createVuetify({
|
|
7
|
-
ssr: true,
|
|
8
|
-
components,
|
|
9
|
-
directives,
|
|
10
|
-
mobileBreakpoint: "sm",
|
|
11
|
-
/* thresholds: {
|
|
12
|
-
xs: 0,
|
|
13
|
-
sm: 340,
|
|
14
|
-
md: 540,
|
|
15
|
-
lg: 800,
|
|
16
|
-
xl: 1280,
|
|
17
|
-
}, */
|
|
18
|
-
});
|
|
19
|
-
|
|
20
|
-
nuxtApp.vueApp.use(vuetify);
|
|
21
|
-
});
|