@paris-ias/list 1.0.122 → 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 (200) 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 +5 -0
  48. package/dist/runtime/components/list/molecules/GlobalSearchInput.vue.d.ts +9 -0
  49. package/dist/runtime/components/list/molecules/Header.vue.d.ts +5 -0
  50. package/dist/runtime/components/list/molecules/Pagination.vue.d.ts +10 -0
  51. package/dist/runtime/components/list/molecules/ResultsContainer.vue.d.ts +15 -0
  52. package/dist/runtime/components/list/organisms/List.vue.d.ts +10 -0
  53. package/dist/runtime/components/list/organisms/Results.vue.d.ts +2 -0
  54. package/dist/runtime/components/list/organisms/Slider.vue.d.ts +5 -0
  55. package/dist/runtime/components/list/views/Dense.vue.d.ts +12 -0
  56. package/dist/runtime/components/list/views/Expanded.vue.d.ts +12 -0
  57. package/dist/runtime/components/list/views/Grid.vue.d.ts +20 -0
  58. package/dist/runtime/components/list/views/Rows.vue.d.ts +12 -0
  59. package/dist/runtime/components/list/views/Slider.vue.d.ts +16 -0
  60. package/dist/runtime/components/list/views/Table.vue.d.ts +20 -0
  61. package/dist/runtime/components/mailing/ExpandedItem.vue.d.ts +12 -0
  62. package/dist/runtime/components/mailing/RowsItem.vue.d.ts +5 -0
  63. package/dist/runtime/components/mailing/View.vue.d.ts +6 -0
  64. package/dist/runtime/components/misc/atoms/DateStamp.vue.d.ts +7 -0
  65. package/dist/runtime/components/misc/atoms/ImageContainer.vue.d.ts +21 -0
  66. package/dist/runtime/components/misc/atoms/ShareMenu.vue.d.ts +6 -0
  67. package/dist/runtime/components/misc/atoms/Socials.vue.d.ts +8 -0
  68. package/dist/runtime/components/misc/molecules/ChipContainer.vue.d.ts +5 -0
  69. package/dist/runtime/components/misc/molecules/Related.vue.d.ts +5 -0
  70. package/dist/runtime/components/misc/molecules/RelatedItems.vue.d.ts +6 -0
  71. package/dist/runtime/components/misc/molecules/SearchItem.vue.d.ts +2 -0
  72. package/dist/runtime/components/news/DenseItem.vue.d.ts +6 -0
  73. package/dist/runtime/components/news/ExpandedItem.vue.d.ts +6 -0
  74. package/dist/runtime/components/news/Header.vue.d.ts +2 -0
  75. package/dist/runtime/components/news/RelatedItem.vue.d.ts +5 -0
  76. package/dist/runtime/components/news/RowsItem.vue.d.ts +6 -0
  77. package/dist/runtime/components/news/View.vue.d.ts +6 -0
  78. package/dist/runtime/components/people/Badges.vue.d.ts +5 -0
  79. package/dist/runtime/components/people/DenseItem.vue.d.ts +6 -0
  80. package/dist/runtime/components/people/ExpandedItem.vue.d.ts +12 -0
  81. package/dist/runtime/components/people/RelatedItem.vue.d.ts +5 -0
  82. package/dist/runtime/components/people/RowsItem.vue.d.ts +6 -0
  83. package/dist/runtime/components/people/View.vue.d.ts +6 -0
  84. package/dist/runtime/components/projects/DenseItem.vue.d.ts +6 -0
  85. package/dist/runtime/components/projects/ExpandedItem.vue.d.ts +12 -0
  86. package/dist/runtime/components/projects/RelatedItem.vue.d.ts +5 -0
  87. package/dist/runtime/components/projects/RowsItem.vue.d.ts +5 -0
  88. package/dist/runtime/components/projects/View.vue.d.ts +6 -0
  89. package/dist/runtime/components/publications/DenseItem.vue.d.ts +6 -0
  90. package/dist/runtime/components/publications/RelatedItem.vue.d.ts +5 -0
  91. package/dist/runtime/components/publications/RowsItem.vue.d.ts +5 -0
  92. package/dist/runtime/components/publications/View.vue.d.ts +6 -0
  93. package/dist/runtime/components/tags/ExpandedItem.vue.d.ts +12 -0
  94. package/dist/runtime/components/tags/RowsItem.vue.d.ts +5 -0
  95. package/dist/runtime/components/tags/View.vue.d.ts +6 -0
  96. package/dist/runtime/components/users/ExpandedItem.vue.d.ts +12 -0
  97. package/dist/runtime/components/users/RowsItem.vue.d.ts +5 -0
  98. package/dist/runtime/components/users/View.vue.d.ts +6 -0
  99. package/dist/runtime/graphql/list/people.gql +6 -0
  100. package/dist/runtime/plugins/pinia.js +1 -1
  101. package/dist/runtime/runtime/components/actions/ExpandedItem.vue.d.ts +12 -0
  102. package/dist/runtime/runtime/components/actions/RowsItem.vue.d.ts +5 -0
  103. package/dist/runtime/runtime/components/actions/View.vue.d.ts +6 -0
  104. package/dist/runtime/runtime/components/affiliations/ExpandedItem.vue.d.ts +12 -0
  105. package/dist/runtime/runtime/components/affiliations/RowsItem.vue.d.ts +5 -0
  106. package/dist/runtime/runtime/components/affiliations/View.vue.d.ts +6 -0
  107. package/dist/runtime/runtime/components/apps/ExpandedItem.vue.d.ts +12 -0
  108. package/dist/runtime/runtime/components/apps/RowsItem.vue.d.ts +5 -0
  109. package/dist/runtime/runtime/components/apps/View.vue.d.ts +6 -0
  110. package/dist/runtime/runtime/components/disciplines/ExpandedItem.vue.d.ts +12 -0
  111. package/dist/runtime/runtime/components/disciplines/RowsItem.vue.d.ts +5 -0
  112. package/dist/runtime/runtime/components/disciplines/View.vue.d.ts +6 -0
  113. package/dist/runtime/runtime/components/events/Badges.vue.d.ts +5 -0
  114. package/dist/runtime/runtime/components/events/DateTimePlace.vue.d.ts +5 -0
  115. package/dist/runtime/runtime/components/events/DenseItem.vue.d.ts +6 -0
  116. package/dist/runtime/runtime/components/events/ExpandedItem.vue.d.ts +12 -0
  117. package/dist/runtime/runtime/components/events/RegisterModal.vue.d.ts +5 -0
  118. package/dist/runtime/runtime/components/events/RelatedItem.vue.d.ts +5 -0
  119. package/dist/runtime/runtime/components/events/RowsItem.vue.d.ts +6 -0
  120. package/dist/runtime/runtime/components/events/SlidingItem.vue.d.ts +6 -0
  121. package/dist/runtime/runtime/components/events/View.vue.d.ts +6 -0
  122. package/dist/runtime/runtime/components/fellowships/Badges.vue.d.ts +6 -0
  123. package/dist/runtime/runtime/components/fellowships/DenseItem.vue.d.ts +6 -0
  124. package/dist/runtime/runtime/components/fellowships/ExpandedItem.vue.d.ts +2 -0
  125. package/dist/runtime/runtime/components/fellowships/RegisterModal.vue.d.ts +6 -0
  126. package/dist/runtime/runtime/components/fellowships/RowsItem.vue.d.ts +6 -0
  127. package/dist/runtime/runtime/components/fellowships/View.vue.d.ts +6 -0
  128. package/dist/runtime/runtime/components/files/ExpandedItem.vue.d.ts +12 -0
  129. package/dist/runtime/runtime/components/files/RowsItem.vue.d.ts +5 -0
  130. package/dist/runtime/runtime/components/files/View.vue.d.ts +6 -0
  131. package/dist/runtime/runtime/components/list/atoms/FiltersMenu.vue.d.ts +5 -0
  132. package/dist/runtime/runtime/components/list/atoms/ResetButton.vue.d.ts +5 -0
  133. package/dist/runtime/runtime/components/list/atoms/ResultsList.vue.d.ts +5 -0
  134. package/dist/runtime/runtime/components/list/atoms/SearchInput.vue.d.ts +6 -0
  135. package/dist/runtime/runtime/components/list/atoms/SearchItem.vue.d.ts +7 -0
  136. package/dist/runtime/runtime/components/list/atoms/SearchString.vue.d.ts +5 -0
  137. package/dist/runtime/runtime/components/list/atoms/SortMenu.vue.d.ts +5 -0
  138. package/dist/runtime/runtime/components/list/atoms/ViewMenu.vue.d.ts +5 -0
  139. package/dist/runtime/runtime/components/list/atoms/itemsPerPage.vue.d.ts +5 -0
  140. package/dist/runtime/runtime/components/list/inputs/AutoComplete.vue.d.ts +7 -0
  141. package/dist/runtime/runtime/components/list/inputs/BooleanSwitch.vue.d.ts +7 -0
  142. package/dist/runtime/runtime/components/list/inputs/Checkbox.vue.d.ts +7 -0
  143. package/dist/runtime/runtime/components/list/inputs/Select.vue.d.ts +7 -0
  144. package/dist/runtime/runtime/components/list/molecules/Filters.vue.d.ts +6 -0
  145. package/dist/runtime/runtime/components/list/molecules/GlobalSearchInput.vue.d.ts +8 -0
  146. package/dist/runtime/runtime/components/list/molecules/Header.vue.d.ts +5 -0
  147. package/dist/runtime/runtime/components/list/molecules/Pagination.vue.d.ts +11 -0
  148. package/dist/runtime/runtime/components/list/molecules/ResultsContainer.vue.d.ts +14 -0
  149. package/dist/runtime/runtime/components/list/organisms/List.vue.d.ts +10 -0
  150. package/dist/runtime/runtime/components/list/organisms/Results.vue.d.ts +2 -0
  151. package/dist/runtime/runtime/components/list/organisms/Slider.vue.d.ts +5 -0
  152. package/dist/runtime/runtime/components/list/views/Dense.vue.d.ts +12 -0
  153. package/dist/runtime/runtime/components/list/views/Expanded.vue.d.ts +12 -0
  154. package/dist/runtime/runtime/components/list/views/Grid.vue.d.ts +20 -0
  155. package/dist/runtime/runtime/components/list/views/Rows.vue.d.ts +12 -0
  156. package/dist/runtime/runtime/components/list/views/Slider.vue.d.ts +16 -0
  157. package/dist/runtime/runtime/components/list/views/Table.vue.d.ts +20 -0
  158. package/dist/runtime/runtime/components/mailing/ExpandedItem.vue.d.ts +12 -0
  159. package/dist/runtime/runtime/components/mailing/RowsItem.vue.d.ts +5 -0
  160. package/dist/runtime/runtime/components/mailing/View.vue.d.ts +6 -0
  161. package/dist/runtime/runtime/components/misc/atoms/DateStamp.vue.d.ts +7 -0
  162. package/dist/runtime/runtime/components/misc/atoms/ImageContainer.vue.d.ts +21 -0
  163. package/dist/runtime/runtime/components/misc/atoms/ShareMenu.vue.d.ts +6 -0
  164. package/dist/runtime/runtime/components/misc/atoms/Socials.vue.d.ts +8 -0
  165. package/dist/runtime/runtime/components/misc/molecules/ChipContainer.vue.d.ts +5 -0
  166. package/dist/runtime/runtime/components/misc/molecules/Related.vue.d.ts +5 -0
  167. package/dist/runtime/runtime/components/misc/molecules/RelatedItems.vue.d.ts +6 -0
  168. package/dist/runtime/runtime/components/misc/molecules/SearchItem.vue.d.ts +2 -0
  169. package/dist/runtime/runtime/components/news/DenseItem.vue.d.ts +6 -0
  170. package/dist/runtime/runtime/components/news/ExpandedItem.vue.d.ts +6 -0
  171. package/dist/runtime/runtime/components/news/Header.vue.d.ts +2 -0
  172. package/dist/runtime/runtime/components/news/RelatedItem.vue.d.ts +5 -0
  173. package/dist/runtime/runtime/components/news/RowsItem.vue.d.ts +6 -0
  174. package/dist/runtime/runtime/components/news/View.vue.d.ts +6 -0
  175. package/dist/runtime/runtime/components/people/DenseItem.vue.d.ts +6 -0
  176. package/dist/runtime/runtime/components/people/ExpandedItem.vue.d.ts +12 -0
  177. package/dist/runtime/runtime/components/people/GroupBadges.vue.d.ts +5 -0
  178. package/dist/runtime/runtime/components/people/RelatedItem.vue.d.ts +5 -0
  179. package/dist/runtime/runtime/components/people/RowsItem.vue.d.ts +6 -0
  180. package/dist/runtime/runtime/components/people/View.vue.d.ts +6 -0
  181. package/dist/runtime/runtime/components/projects/DenseItem.vue.d.ts +6 -0
  182. package/dist/runtime/runtime/components/projects/ExpandedItem.vue.d.ts +12 -0
  183. package/dist/runtime/runtime/components/projects/RelatedItem.vue.d.ts +5 -0
  184. package/dist/runtime/runtime/components/projects/RowsItem.vue.d.ts +5 -0
  185. package/dist/runtime/runtime/components/projects/View.vue.d.ts +6 -0
  186. package/dist/runtime/runtime/components/publications/DenseItem.vue.d.ts +6 -0
  187. package/dist/runtime/runtime/components/publications/RelatedItem.vue.d.ts +5 -0
  188. package/dist/runtime/runtime/components/publications/RowsItem.vue.d.ts +5 -0
  189. package/dist/runtime/runtime/components/publications/View.vue.d.ts +6 -0
  190. package/dist/runtime/runtime/components/tags/ExpandedItem.vue.d.ts +12 -0
  191. package/dist/runtime/runtime/components/tags/RowsItem.vue.d.ts +5 -0
  192. package/dist/runtime/runtime/components/tags/View.vue.d.ts +6 -0
  193. package/dist/runtime/runtime/components/users/ExpandedItem.vue.d.ts +12 -0
  194. package/dist/runtime/runtime/components/users/RowsItem.vue.d.ts +5 -0
  195. package/dist/runtime/runtime/components/users/View.vue.d.ts +6 -0
  196. package/dist/runtime/translations/en.json +24 -0
  197. package/dist/runtime/translations/fr.json +24 -0
  198. package/package.json +7 -8
  199. package/dist/runtime/plugins/vuetify.d.ts +0 -2
  200. package/dist/runtime/plugins/vuetify.js +0 -21
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ $props: any;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ loading: boolean;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,7 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ loading: boolean;
3
+ dateStart?: string | undefined;
4
+ dateStop?: string | undefined;
5
+ $props: any;
6
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
+ export default _default;
@@ -0,0 +1,21 @@
1
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
+ export default _default;
3
+ type __VLS_WithSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import("vue").DefineComponent<{}, {
7
+ slug: string;
8
+ link: string;
9
+ loading: boolean;
10
+ caption: string;
11
+ width: number;
12
+ src: string | Record<string, any>;
13
+ ratio: number;
14
+ animate: boolean;
15
+ $props: any;
16
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
17
+ type __VLS_Slots = {
18
+ default?: ((props: {}) => any) | undefined;
19
+ } & {
20
+ default?: ((props: {}) => any) | undefined;
21
+ };
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ networks: unknown[];
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,8 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ location: string;
3
+ socials: Record<string, any>;
4
+ dark: boolean;
5
+ labelled: boolean;
6
+ $props: any;
7
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ items: unknown[];
3
+ $props: any;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ related: Record<string, any>;
3
+ $props: any;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ type: string;
3
+ items: unknown[];
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ index: number;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ index: number;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ $props: any;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ index: number;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ loading: boolean;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ $props: any;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ index: number;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,12 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ item: {
3
+ type: ObjectConstructor;
4
+ required: true;
5
+ };
6
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
+ item: {
8
+ type: ObjectConstructor;
9
+ required: true;
10
+ };
11
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ $props: any;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ index: number;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ loading: boolean;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ index: number;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,12 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ item: {
3
+ type: ObjectConstructor;
4
+ required: true;
5
+ };
6
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
+ item: {
8
+ type: ObjectConstructor;
9
+ required: true;
10
+ };
11
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ $props: any;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ $props: any;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ loading: boolean;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ index: number;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ $props: any;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ $props: any;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ loading: boolean;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,12 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ item: {
3
+ type: ObjectConstructor;
4
+ required: true;
5
+ };
6
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
+ item: {
8
+ type: ObjectConstructor;
9
+ required: true;
10
+ };
11
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ $props: any;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ loading: boolean;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,12 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ item: {
3
+ type: ObjectConstructor;
4
+ required: true;
5
+ };
6
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
+ item: {
8
+ type: ObjectConstructor;
9
+ required: true;
10
+ };
11
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ $props: any;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ loading: boolean;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -10,6 +10,12 @@ query listPeople(
10
10
  biography
11
11
  firstname
12
12
  summary
13
+ disciplines {
14
+ name
15
+ }
16
+ tags {
17
+ name
18
+ }
13
19
  groups {
14
20
  board
15
21
  fellows
@@ -53,7 +53,7 @@ export default defineNuxtPlugin(async (nuxtApp) => {
53
53
  get: import("../graphql/item/action.gql")
54
54
  }
55
55
  }),
56
- affiliations: () => ({
56
+ affiliation: () => ({
57
57
  model: import("@paris-ias/data/dist/list/affiliation.js"),
58
58
  queries: {
59
59
  list: import("../graphql/list/affiliations.gql"),
@@ -0,0 +1,12 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ item: {
3
+ type: ObjectConstructor;
4
+ required: true;
5
+ };
6
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
+ item: {
8
+ type: ObjectConstructor;
9
+ required: true;
10
+ };
11
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ $props: any;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ loading: boolean;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,12 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ item: {
3
+ type: ObjectConstructor;
4
+ required: true;
5
+ };
6
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
+ item: {
8
+ type: ObjectConstructor;
9
+ required: true;
10
+ };
11
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ $props: any;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ loading: boolean;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,12 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ item: {
3
+ type: ObjectConstructor;
4
+ required: true;
5
+ };
6
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
+ item: {
8
+ type: ObjectConstructor;
9
+ required: true;
10
+ };
11
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ $props: any;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ loading: boolean;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,12 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ item: {
3
+ type: ObjectConstructor;
4
+ required: true;
5
+ };
6
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
+ item: {
8
+ type: ObjectConstructor;
9
+ required: true;
10
+ };
11
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ $props: any;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ loading: boolean;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ $props: any;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ $props: any;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ index: number;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,12 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ item: {
3
+ type: ObjectConstructor;
4
+ required: true;
5
+ };
6
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
+ item: {
8
+ type: ObjectConstructor;
9
+ required: true;
10
+ };
11
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ $props: any;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ $props: any;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ index: number;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ loading: boolean;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ loading: boolean;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ view: boolean;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ index: number;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ view: boolean;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ index: number;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ item: Record<string, any>;
3
+ loading: boolean;
4
+ $props: any;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,12 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ item: {
3
+ type: ObjectConstructor;
4
+ required: true;
5
+ };
6
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
+ item: {
8
+ type: ObjectConstructor;
9
+ required: true;
10
+ };
11
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
+ export default _default;