@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.
Files changed (198) hide show
  1. package/dist/module.json +3 -3
  2. package/dist/module.mjs +0 -1
  3. package/dist/runtime/components/actions/ExpandedItem.vue.d.ts +12 -0
  4. package/dist/runtime/components/actions/RowsItem.vue.d.ts +5 -0
  5. package/dist/runtime/components/actions/View.vue.d.ts +6 -0
  6. package/dist/runtime/components/affiliation/ExpandedItem.vue.d.ts +12 -0
  7. package/dist/runtime/components/affiliation/RowsItem.vue.d.ts +5 -0
  8. package/dist/runtime/components/affiliation/View.vue.d.ts +6 -0
  9. package/dist/runtime/components/apps/ExpandedItem.vue.d.ts +12 -0
  10. package/dist/runtime/components/apps/RowsItem.vue.d.ts +5 -0
  11. package/dist/runtime/components/apps/View.vue.d.ts +6 -0
  12. package/dist/runtime/components/disciplines/ExpandedItem.vue.d.ts +12 -0
  13. package/dist/runtime/components/disciplines/RowsItem.vue.d.ts +5 -0
  14. package/dist/runtime/components/disciplines/View.vue.d.ts +6 -0
  15. package/dist/runtime/components/events/Badges.vue.d.ts +5 -0
  16. package/dist/runtime/components/events/DateTimePlace.vue.d.ts +5 -0
  17. package/dist/runtime/components/events/DenseItem.vue.d.ts +6 -0
  18. package/dist/runtime/components/events/ExpandedItem.vue.d.ts +12 -0
  19. package/dist/runtime/components/events/RegisterModal.vue.d.ts +5 -0
  20. package/dist/runtime/components/events/RelatedItem.vue.d.ts +5 -0
  21. package/dist/runtime/components/events/RowsItem.vue.d.ts +6 -0
  22. package/dist/runtime/components/events/SlidingItem.vue.d.ts +6 -0
  23. package/dist/runtime/components/events/View.vue.d.ts +6 -0
  24. package/dist/runtime/components/fellowships/Badges.vue.d.ts +6 -0
  25. package/dist/runtime/components/fellowships/DenseItem.vue.d.ts +6 -0
  26. package/dist/runtime/components/fellowships/ExpandedItem.vue.d.ts +2 -0
  27. package/dist/runtime/components/fellowships/RegisterModal.vue.d.ts +6 -0
  28. package/dist/runtime/components/fellowships/RowsItem.vue.d.ts +6 -0
  29. package/dist/runtime/components/fellowships/View.vue.d.ts +6 -0
  30. package/dist/runtime/components/files/ExpandedItem.vue.d.ts +12 -0
  31. package/dist/runtime/components/files/RowsItem.vue.d.ts +5 -0
  32. package/dist/runtime/components/files/View.vue.d.ts +6 -0
  33. package/dist/runtime/components/list/atoms/FiltersMenu.vue.d.ts +5 -0
  34. package/dist/runtime/components/list/atoms/PerPage.vue.d.ts +5 -0
  35. package/dist/runtime/components/list/atoms/ResetButton.vue.d.ts +5 -0
  36. package/dist/runtime/components/list/atoms/ResultsList.vue.d.ts +5 -0
  37. package/dist/runtime/components/list/atoms/SearchInput.vue.d.ts +6 -0
  38. package/dist/runtime/components/list/atoms/SearchItem.vue.d.ts +7 -0
  39. package/dist/runtime/components/list/atoms/SearchString.vue.d.ts +5 -0
  40. package/dist/runtime/components/list/atoms/SortMenu.vue.d.ts +5 -0
  41. package/dist/runtime/components/list/atoms/ViewMenu.vue.d.ts +5 -0
  42. package/dist/runtime/components/list/inputs/AutoComplete.vue.d.ts +7 -0
  43. package/dist/runtime/components/list/inputs/BooleanSwitch.vue.d.ts +7 -0
  44. package/dist/runtime/components/list/inputs/Checkbox.vue.d.ts +7 -0
  45. package/dist/runtime/components/list/inputs/Select.vue.d.ts +7 -0
  46. package/dist/runtime/components/list/molecules/Filters.vue.d.ts +6 -0
  47. package/dist/runtime/components/list/molecules/GlobalSearchInput.vue.d.ts +9 -0
  48. package/dist/runtime/components/list/molecules/Header.vue.d.ts +5 -0
  49. package/dist/runtime/components/list/molecules/Pagination.vue.d.ts +10 -0
  50. package/dist/runtime/components/list/molecules/ResultsContainer.vue.d.ts +15 -0
  51. package/dist/runtime/components/list/organisms/List.vue.d.ts +10 -0
  52. package/dist/runtime/components/list/organisms/Results.vue.d.ts +2 -0
  53. package/dist/runtime/components/list/organisms/Slider.vue.d.ts +5 -0
  54. package/dist/runtime/components/list/views/Dense.vue.d.ts +12 -0
  55. package/dist/runtime/components/list/views/Expanded.vue.d.ts +12 -0
  56. package/dist/runtime/components/list/views/Grid.vue.d.ts +20 -0
  57. package/dist/runtime/components/list/views/Rows.vue.d.ts +12 -0
  58. package/dist/runtime/components/list/views/Slider.vue.d.ts +16 -0
  59. package/dist/runtime/components/list/views/Table.vue.d.ts +20 -0
  60. package/dist/runtime/components/mailing/ExpandedItem.vue.d.ts +12 -0
  61. package/dist/runtime/components/mailing/RowsItem.vue.d.ts +5 -0
  62. package/dist/runtime/components/mailing/View.vue.d.ts +6 -0
  63. package/dist/runtime/components/misc/atoms/DateStamp.vue.d.ts +7 -0
  64. package/dist/runtime/components/misc/atoms/ImageContainer.vue.d.ts +21 -0
  65. package/dist/runtime/components/misc/atoms/ShareMenu.vue.d.ts +6 -0
  66. package/dist/runtime/components/misc/atoms/Socials.vue.d.ts +8 -0
  67. package/dist/runtime/components/misc/molecules/ChipContainer.vue.d.ts +5 -0
  68. package/dist/runtime/components/misc/molecules/Related.vue.d.ts +5 -0
  69. package/dist/runtime/components/misc/molecules/RelatedItems.vue.d.ts +6 -0
  70. package/dist/runtime/components/misc/molecules/SearchItem.vue.d.ts +2 -0
  71. package/dist/runtime/components/news/DenseItem.vue.d.ts +6 -0
  72. package/dist/runtime/components/news/ExpandedItem.vue.d.ts +6 -0
  73. package/dist/runtime/components/news/Header.vue.d.ts +2 -0
  74. package/dist/runtime/components/news/RelatedItem.vue.d.ts +5 -0
  75. package/dist/runtime/components/news/RowsItem.vue.d.ts +6 -0
  76. package/dist/runtime/components/news/View.vue.d.ts +6 -0
  77. package/dist/runtime/components/people/Badges.vue.d.ts +5 -0
  78. package/dist/runtime/components/people/DenseItem.vue.d.ts +6 -0
  79. package/dist/runtime/components/people/ExpandedItem.vue.d.ts +12 -0
  80. package/dist/runtime/components/people/RelatedItem.vue.d.ts +5 -0
  81. package/dist/runtime/components/people/RowsItem.vue.d.ts +6 -0
  82. package/dist/runtime/components/people/View.vue.d.ts +6 -0
  83. package/dist/runtime/components/projects/DenseItem.vue.d.ts +6 -0
  84. package/dist/runtime/components/projects/ExpandedItem.vue.d.ts +12 -0
  85. package/dist/runtime/components/projects/RelatedItem.vue.d.ts +5 -0
  86. package/dist/runtime/components/projects/RowsItem.vue.d.ts +5 -0
  87. package/dist/runtime/components/projects/View.vue.d.ts +6 -0
  88. package/dist/runtime/components/publications/DenseItem.vue.d.ts +6 -0
  89. package/dist/runtime/components/publications/RelatedItem.vue.d.ts +5 -0
  90. package/dist/runtime/components/publications/RowsItem.vue.d.ts +5 -0
  91. package/dist/runtime/components/publications/View.vue.d.ts +6 -0
  92. package/dist/runtime/components/tags/ExpandedItem.vue.d.ts +12 -0
  93. package/dist/runtime/components/tags/RowsItem.vue.d.ts +5 -0
  94. package/dist/runtime/components/tags/View.vue.d.ts +6 -0
  95. package/dist/runtime/components/users/ExpandedItem.vue.d.ts +12 -0
  96. package/dist/runtime/components/users/RowsItem.vue.d.ts +5 -0
  97. package/dist/runtime/components/users/View.vue.d.ts +6 -0
  98. package/dist/runtime/plugins/pinia.js +1 -1
  99. package/dist/runtime/runtime/components/actions/ExpandedItem.vue.d.ts +12 -0
  100. package/dist/runtime/runtime/components/actions/RowsItem.vue.d.ts +5 -0
  101. package/dist/runtime/runtime/components/actions/View.vue.d.ts +6 -0
  102. package/dist/runtime/runtime/components/affiliations/ExpandedItem.vue.d.ts +12 -0
  103. package/dist/runtime/runtime/components/affiliations/RowsItem.vue.d.ts +5 -0
  104. package/dist/runtime/runtime/components/affiliations/View.vue.d.ts +6 -0
  105. package/dist/runtime/runtime/components/apps/ExpandedItem.vue.d.ts +12 -0
  106. package/dist/runtime/runtime/components/apps/RowsItem.vue.d.ts +5 -0
  107. package/dist/runtime/runtime/components/apps/View.vue.d.ts +6 -0
  108. package/dist/runtime/runtime/components/disciplines/ExpandedItem.vue.d.ts +12 -0
  109. package/dist/runtime/runtime/components/disciplines/RowsItem.vue.d.ts +5 -0
  110. package/dist/runtime/runtime/components/disciplines/View.vue.d.ts +6 -0
  111. package/dist/runtime/runtime/components/events/Badges.vue.d.ts +5 -0
  112. package/dist/runtime/runtime/components/events/DateTimePlace.vue.d.ts +5 -0
  113. package/dist/runtime/runtime/components/events/DenseItem.vue.d.ts +6 -0
  114. package/dist/runtime/runtime/components/events/ExpandedItem.vue.d.ts +12 -0
  115. package/dist/runtime/runtime/components/events/RegisterModal.vue.d.ts +5 -0
  116. package/dist/runtime/runtime/components/events/RelatedItem.vue.d.ts +5 -0
  117. package/dist/runtime/runtime/components/events/RowsItem.vue.d.ts +6 -0
  118. package/dist/runtime/runtime/components/events/SlidingItem.vue.d.ts +6 -0
  119. package/dist/runtime/runtime/components/events/View.vue.d.ts +6 -0
  120. package/dist/runtime/runtime/components/fellowships/Badges.vue.d.ts +6 -0
  121. package/dist/runtime/runtime/components/fellowships/DenseItem.vue.d.ts +6 -0
  122. package/dist/runtime/runtime/components/fellowships/ExpandedItem.vue.d.ts +2 -0
  123. package/dist/runtime/runtime/components/fellowships/RegisterModal.vue.d.ts +6 -0
  124. package/dist/runtime/runtime/components/fellowships/RowsItem.vue.d.ts +6 -0
  125. package/dist/runtime/runtime/components/fellowships/View.vue.d.ts +6 -0
  126. package/dist/runtime/runtime/components/files/ExpandedItem.vue.d.ts +12 -0
  127. package/dist/runtime/runtime/components/files/RowsItem.vue.d.ts +5 -0
  128. package/dist/runtime/runtime/components/files/View.vue.d.ts +6 -0
  129. package/dist/runtime/runtime/components/list/atoms/FiltersMenu.vue.d.ts +5 -0
  130. package/dist/runtime/runtime/components/list/atoms/ResetButton.vue.d.ts +5 -0
  131. package/dist/runtime/runtime/components/list/atoms/ResultsList.vue.d.ts +5 -0
  132. package/dist/runtime/runtime/components/list/atoms/SearchInput.vue.d.ts +6 -0
  133. package/dist/runtime/runtime/components/list/atoms/SearchItem.vue.d.ts +7 -0
  134. package/dist/runtime/runtime/components/list/atoms/SearchString.vue.d.ts +5 -0
  135. package/dist/runtime/runtime/components/list/atoms/SortMenu.vue.d.ts +5 -0
  136. package/dist/runtime/runtime/components/list/atoms/ViewMenu.vue.d.ts +5 -0
  137. package/dist/runtime/runtime/components/list/atoms/itemsPerPage.vue.d.ts +5 -0
  138. package/dist/runtime/runtime/components/list/inputs/AutoComplete.vue.d.ts +7 -0
  139. package/dist/runtime/runtime/components/list/inputs/BooleanSwitch.vue.d.ts +7 -0
  140. package/dist/runtime/runtime/components/list/inputs/Checkbox.vue.d.ts +7 -0
  141. package/dist/runtime/runtime/components/list/inputs/Select.vue.d.ts +7 -0
  142. package/dist/runtime/runtime/components/list/molecules/Filters.vue.d.ts +6 -0
  143. package/dist/runtime/runtime/components/list/molecules/GlobalSearchInput.vue.d.ts +8 -0
  144. package/dist/runtime/runtime/components/list/molecules/Header.vue.d.ts +5 -0
  145. package/dist/runtime/runtime/components/list/molecules/Pagination.vue.d.ts +11 -0
  146. package/dist/runtime/runtime/components/list/molecules/ResultsContainer.vue.d.ts +14 -0
  147. package/dist/runtime/runtime/components/list/organisms/List.vue.d.ts +10 -0
  148. package/dist/runtime/runtime/components/list/organisms/Results.vue.d.ts +2 -0
  149. package/dist/runtime/runtime/components/list/organisms/Slider.vue.d.ts +5 -0
  150. package/dist/runtime/runtime/components/list/views/Dense.vue.d.ts +12 -0
  151. package/dist/runtime/runtime/components/list/views/Expanded.vue.d.ts +12 -0
  152. package/dist/runtime/runtime/components/list/views/Grid.vue.d.ts +20 -0
  153. package/dist/runtime/runtime/components/list/views/Rows.vue.d.ts +12 -0
  154. package/dist/runtime/runtime/components/list/views/Slider.vue.d.ts +16 -0
  155. package/dist/runtime/runtime/components/list/views/Table.vue.d.ts +20 -0
  156. package/dist/runtime/runtime/components/mailing/ExpandedItem.vue.d.ts +12 -0
  157. package/dist/runtime/runtime/components/mailing/RowsItem.vue.d.ts +5 -0
  158. package/dist/runtime/runtime/components/mailing/View.vue.d.ts +6 -0
  159. package/dist/runtime/runtime/components/misc/atoms/DateStamp.vue.d.ts +7 -0
  160. package/dist/runtime/runtime/components/misc/atoms/ImageContainer.vue.d.ts +21 -0
  161. package/dist/runtime/runtime/components/misc/atoms/ShareMenu.vue.d.ts +6 -0
  162. package/dist/runtime/runtime/components/misc/atoms/Socials.vue.d.ts +8 -0
  163. package/dist/runtime/runtime/components/misc/molecules/ChipContainer.vue.d.ts +5 -0
  164. package/dist/runtime/runtime/components/misc/molecules/Related.vue.d.ts +5 -0
  165. package/dist/runtime/runtime/components/misc/molecules/RelatedItems.vue.d.ts +6 -0
  166. package/dist/runtime/runtime/components/misc/molecules/SearchItem.vue.d.ts +2 -0
  167. package/dist/runtime/runtime/components/news/DenseItem.vue.d.ts +6 -0
  168. package/dist/runtime/runtime/components/news/ExpandedItem.vue.d.ts +6 -0
  169. package/dist/runtime/runtime/components/news/Header.vue.d.ts +2 -0
  170. package/dist/runtime/runtime/components/news/RelatedItem.vue.d.ts +5 -0
  171. package/dist/runtime/runtime/components/news/RowsItem.vue.d.ts +6 -0
  172. package/dist/runtime/runtime/components/news/View.vue.d.ts +6 -0
  173. package/dist/runtime/runtime/components/people/DenseItem.vue.d.ts +6 -0
  174. package/dist/runtime/runtime/components/people/ExpandedItem.vue.d.ts +12 -0
  175. package/dist/runtime/runtime/components/people/GroupBadges.vue.d.ts +5 -0
  176. package/dist/runtime/runtime/components/people/RelatedItem.vue.d.ts +5 -0
  177. package/dist/runtime/runtime/components/people/RowsItem.vue.d.ts +6 -0
  178. package/dist/runtime/runtime/components/people/View.vue.d.ts +6 -0
  179. package/dist/runtime/runtime/components/projects/DenseItem.vue.d.ts +6 -0
  180. package/dist/runtime/runtime/components/projects/ExpandedItem.vue.d.ts +12 -0
  181. package/dist/runtime/runtime/components/projects/RelatedItem.vue.d.ts +5 -0
  182. package/dist/runtime/runtime/components/projects/RowsItem.vue.d.ts +5 -0
  183. package/dist/runtime/runtime/components/projects/View.vue.d.ts +6 -0
  184. package/dist/runtime/runtime/components/publications/DenseItem.vue.d.ts +6 -0
  185. package/dist/runtime/runtime/components/publications/RelatedItem.vue.d.ts +5 -0
  186. package/dist/runtime/runtime/components/publications/RowsItem.vue.d.ts +5 -0
  187. package/dist/runtime/runtime/components/publications/View.vue.d.ts +6 -0
  188. package/dist/runtime/runtime/components/tags/ExpandedItem.vue.d.ts +12 -0
  189. package/dist/runtime/runtime/components/tags/RowsItem.vue.d.ts +5 -0
  190. package/dist/runtime/runtime/components/tags/View.vue.d.ts +6 -0
  191. package/dist/runtime/runtime/components/users/ExpandedItem.vue.d.ts +12 -0
  192. package/dist/runtime/runtime/components/users/RowsItem.vue.d.ts +5 -0
  193. package/dist/runtime/runtime/components/users/View.vue.d.ts +6 -0
  194. package/dist/runtime/translations/en.json +24 -0
  195. package/dist/runtime/translations/fr.json +24 -0
  196. package/package.json +7 -8
  197. package/dist/runtime/plugins/vuetify.d.ts +0 -2
  198. 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.123",
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
- "devDependencies": {
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,2 +0,0 @@
1
- declare const _default: import("#app").Plugin<Record<string, unknown>> & import("#app").ObjectPlugin<Record<string, unknown>>;
2
- export default _default;
@@ -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
- });