@paris-ias/list 1.0.5 → 1.0.7

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 (96) hide show
  1. package/package.json +7 -16
  2. /package/{src → dist}/module.ts +0 -0
  3. /package/{src → dist}/runtime/components/events/Badges.vue +0 -0
  4. /package/{src → dist}/runtime/components/events/DateTimePlace.vue +0 -0
  5. /package/{src → dist}/runtime/components/events/DenseItem.vue +0 -0
  6. /package/{src → dist}/runtime/components/events/ExpandedItem.vue +0 -0
  7. /package/{src → dist}/runtime/components/events/ListContainer.vue +0 -0
  8. /package/{src → dist}/runtime/components/events/RegisterModal.vue +0 -0
  9. /package/{src → dist}/runtime/components/events/RelatedItem.vue +0 -0
  10. /package/{src → dist}/runtime/components/events/RowsItem.vue +0 -0
  11. /package/{src → dist}/runtime/components/events/View.vue +0 -0
  12. /package/{src → dist}/runtime/components/fellowships/Badges.vue +0 -0
  13. /package/{src → dist}/runtime/components/fellowships/DenseItem.vue +0 -0
  14. /package/{src → dist}/runtime/components/fellowships/ExpandedItem.vue +0 -0
  15. /package/{src → dist}/runtime/components/fellowships/RegisterModal.vue +0 -0
  16. /package/{src → dist}/runtime/components/fellowships/RowsItem.vue +0 -0
  17. /package/{src → dist}/runtime/components/fellowships/View.vue +0 -0
  18. /package/{src → dist}/runtime/components/list/atoms/FiltersMenu.vue +0 -0
  19. /package/{src → dist}/runtime/components/list/atoms/SearchInput.vue +0 -0
  20. /package/{src → dist}/runtime/components/list/atoms/SearchItem.vue +0 -0
  21. /package/{src → dist}/runtime/components/list/atoms/SearchString.vue +0 -0
  22. /package/{src → dist}/runtime/components/list/atoms/SortMenu.vue +0 -0
  23. /package/{src → dist}/runtime/components/list/atoms/ViewMenu.vue +0 -0
  24. /package/{src → dist}/runtime/components/list/inputs/AutoComplete.vue +0 -0
  25. /package/{src → dist}/runtime/components/list/inputs/BooleanSwitch.vue +0 -0
  26. /package/{src → dist}/runtime/components/list/inputs/Checkbox.vue +0 -0
  27. /package/{src → dist}/runtime/components/list/inputs/Select.vue +0 -0
  28. /package/{src → dist}/runtime/components/list/molecules/Filters.vue +0 -0
  29. /package/{src → dist}/runtime/components/list/molecules/Header.vue +0 -0
  30. /package/{src → dist}/runtime/components/list/molecules/Pagination.vue +0 -0
  31. /package/{src → dist}/runtime/components/list/organisms/List.vue +0 -0
  32. /package/{src → dist}/runtime/components/list/views/Dense.vue +0 -0
  33. /package/{src → dist}/runtime/components/list/views/Expanded.vue +0 -0
  34. /package/{src → dist}/runtime/components/list/views/Grid.vue +0 -0
  35. /package/{src → dist}/runtime/components/list/views/Rows.vue +0 -0
  36. /package/{src → dist}/runtime/components/list/views/Table.vue +0 -0
  37. /package/{src → dist}/runtime/components/misc/atoms/CountUp.vue +0 -0
  38. /package/{src → dist}/runtime/components/misc/atoms/DateStamp.vue +0 -0
  39. /package/{src → dist}/runtime/components/misc/atoms/ImageContainer.vue +0 -0
  40. /package/{src → dist}/runtime/components/misc/atoms/ShareMenu.vue +0 -0
  41. /package/{src → dist}/runtime/components/misc/atoms/Socials.vue +0 -0
  42. /package/{src → dist}/runtime/components/misc/molecules/ChipContainer.vue +0 -0
  43. /package/{src → dist}/runtime/components/misc/molecules/Related.vue +0 -0
  44. /package/{src → dist}/runtime/components/misc/molecules/RelatedItems.vue +0 -0
  45. /package/{src → dist}/runtime/components/misc/molecules/SearchItem.vue +0 -0
  46. /package/{src → dist}/runtime/components/news/DenseItem.vue +0 -0
  47. /package/{src → dist}/runtime/components/news/ExpandedItem.vue +0 -0
  48. /package/{src → dist}/runtime/components/news/Header.vue +0 -0
  49. /package/{src → dist}/runtime/components/news/RelatedItem.vue +0 -0
  50. /package/{src → dist}/runtime/components/news/RowsItem.vue +0 -0
  51. /package/{src → dist}/runtime/components/news/View.vue +0 -0
  52. /package/{src → dist}/runtime/components/people/DenseItem.vue +0 -0
  53. /package/{src → dist}/runtime/components/people/ExpandedItem.vue +0 -0
  54. /package/{src → dist}/runtime/components/people/GroupBadges.vue +0 -0
  55. /package/{src → dist}/runtime/components/people/RelatedItem.vue +0 -0
  56. /package/{src → dist}/runtime/components/people/RowsItem.vue +0 -0
  57. /package/{src → dist}/runtime/components/people/View.vue +0 -0
  58. /package/{src → dist}/runtime/components/projects/ExpandedItem.vue +0 -0
  59. /package/{src → dist}/runtime/components/projects/RelatedItem.vue +0 -0
  60. /package/{src → dist}/runtime/components/projects/RowsItem.vue +0 -0
  61. /package/{src → dist}/runtime/components/projects/View.vue +0 -0
  62. /package/{src → dist}/runtime/components/publications/RelatedItem.vue +0 -0
  63. /package/{src → dist}/runtime/components/publications/RowsItem.vue +0 -0
  64. /package/{src → dist}/runtime/components/publications/View.vue +0 -0
  65. /package/{src → dist}/runtime/composables/useFetchItem.ts +0 -0
  66. /package/{src → dist}/runtime/composables/useIcons.ts +0 -0
  67. /package/{src → dist}/runtime/composables/useUtils.ts +0 -0
  68. /package/{src → dist}/runtime/graphql/queries/buildFiltersValues.gql +0 -0
  69. /package/{src → dist}/runtime/graphql/queries/item/action.gql +0 -0
  70. /package/{src → dist}/runtime/graphql/queries/item/apps.gql +0 -0
  71. /package/{src → dist}/runtime/graphql/queries/item/events.gql +0 -0
  72. /package/{src → dist}/runtime/graphql/queries/item/fellowships.gql +0 -0
  73. /package/{src → dist}/runtime/graphql/queries/item/news.gql +0 -0
  74. /package/{src → dist}/runtime/graphql/queries/item/people.gql +0 -0
  75. /package/{src → dist}/runtime/graphql/queries/item/projects.gql +0 -0
  76. /package/{src → dist}/runtime/graphql/queries/item/publications.gql +0 -0
  77. /package/{src → dist}/runtime/graphql/queries/item/users.gql +0 -0
  78. /package/{src → dist}/runtime/graphql/queries/list/action.gql +0 -0
  79. /package/{src → dist}/runtime/graphql/queries/list/apps.gql +0 -0
  80. /package/{src → dist}/runtime/graphql/queries/list/events.gql +0 -0
  81. /package/{src → dist}/runtime/graphql/queries/list/fellowships.gql +0 -0
  82. /package/{src → dist}/runtime/graphql/queries/list/news.gql +0 -0
  83. /package/{src → dist}/runtime/graphql/queries/list/people.gql +0 -0
  84. /package/{src → dist}/runtime/graphql/queries/list/projects.gql +0 -0
  85. /package/{src → dist}/runtime/graphql/queries/list/publications.gql +0 -0
  86. /package/{src → dist}/runtime/graphql/queries/list/search.gql +0 -0
  87. /package/{src → dist}/runtime/graphql/queries/list/users.gql +0 -0
  88. /package/{src → dist}/runtime/graphql/queries/login.gql +0 -0
  89. /package/{src → dist}/runtime/plugins/pinia.ts +0 -0
  90. /package/{src → dist}/runtime/plugins/vuetify.js +0 -0
  91. /package/{src → dist}/runtime/stores/factory.ts +0 -0
  92. /package/{src → dist}/runtime/stores/root.ts +0 -0
  93. /package/{src → dist}/runtime/translations/en.json +0 -0
  94. /package/{src → dist}/runtime/translations/fr.json +0 -0
  95. /package/{src → dist}/runtime/types/imports.d.ts +0 -0
  96. /package/{src → dist}/runtime/types/stores.d.ts +0 -0
package/package.json CHANGED
@@ -1,26 +1,17 @@
1
1
  {
2
2
  "name": "@paris-ias/list",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "private": false,
5
5
  "type": "module",
6
- "main": "./dist/module.mjs",
7
- "types": "./dist/types.d.ts",
8
- "exports": {
9
- ".": {
10
- "import": "./dist/module.mjs",
11
- "require": "./dist/module.cjs",
12
- "types": "./dist/types.d.ts"
13
- }
14
- },
6
+ "main": "./index.ts",
15
7
  "files": [
16
8
  "example",
17
- "src"
9
+ "index.ts",
10
+ "src/**",
11
+ "lib/**",
12
+ "dist/**"
18
13
  ],
19
- "scripts": {
20
- "dev": "nuxt dev",
21
- "build": "nuxt build",
22
- "generate": "nuxt generate"
23
- },
14
+ "scripts": {},
24
15
  "dependencies": {
25
16
  "@mdi/font": "^7.4.47",
26
17
  "@nuxt/content": "^2.9.0",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes