@paris-ias/list 1.0.141 → 1.0.143

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 (35) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/runtime/components/list/molecules/GlobalSearchInput.vue +84 -86
  3. package/dist/runtime/plugins/pinia.js +30 -29
  4. package/package.json +1 -1
  5. package/dist/runtime/graphql/buildFiltersValues.gql +0 -35
  6. package/dist/runtime/graphql/item/action.gql +0 -22
  7. package/dist/runtime/graphql/item/affiliations.gql +0 -37
  8. package/dist/runtime/graphql/item/apps.gql +0 -34
  9. package/dist/runtime/graphql/item/disciplines.gql +0 -17
  10. package/dist/runtime/graphql/item/events.gql +0 -120
  11. package/dist/runtime/graphql/item/fellowships.gql +0 -164
  12. package/dist/runtime/graphql/item/files.gql +0 -25
  13. package/dist/runtime/graphql/item/mailing.gql +0 -10
  14. package/dist/runtime/graphql/item/news.gql +0 -129
  15. package/dist/runtime/graphql/item/people.gql +0 -174
  16. package/dist/runtime/graphql/item/projects.gql +0 -171
  17. package/dist/runtime/graphql/item/publications.gql +0 -169
  18. package/dist/runtime/graphql/item/tags.gql +0 -13
  19. package/dist/runtime/graphql/item/users.gql +0 -14
  20. package/dist/runtime/graphql/list/action.gql +0 -31
  21. package/dist/runtime/graphql/list/affiliations.gql +0 -42
  22. package/dist/runtime/graphql/list/apps.gql +0 -42
  23. package/dist/runtime/graphql/list/disciplines.gql +0 -22
  24. package/dist/runtime/graphql/list/events.gql +0 -44
  25. package/dist/runtime/graphql/list/fellowships.gql +0 -53
  26. package/dist/runtime/graphql/list/files.gql +0 -37
  27. package/dist/runtime/graphql/list/mailing.gql +0 -22
  28. package/dist/runtime/graphql/list/news.gql +0 -40
  29. package/dist/runtime/graphql/list/people.gql +0 -56
  30. package/dist/runtime/graphql/list/projects.gql +0 -37
  31. package/dist/runtime/graphql/list/publications.gql +0 -40
  32. package/dist/runtime/graphql/list/search.gql +0 -161
  33. package/dist/runtime/graphql/list/tags.gql +0 -22
  34. package/dist/runtime/graphql/list/users.gql +0 -38
  35. package/dist/runtime/graphql/login.gql +0 -0
@@ -1,164 +0,0 @@
1
- query getFellowship(
2
- $appId: ID = "iea"
3
- $itemId: ID = ""
4
- $lang: String = "en"
5
- ) {
6
- getFellowship(appId: $appId, itemId: $itemId, lang: $lang) {
7
- id
8
- action
9
- applicationStart
10
- fellowshipStart
11
- contact
12
- url
13
- slug {
14
- fr
15
- en
16
- }
17
- applicationStop
18
- fellowshipStop
19
- publicationDate
20
- summary
21
- description
22
- fellows {
23
- id
24
- firstname
25
- lastname
26
- image {
27
- alt
28
- caption
29
- backgroundColor
30
- copyright
31
- license
32
- licenseUrl
33
- url
34
- }
35
- }
36
- fellowshipType
37
- files {
38
- createdAt
39
- file
40
- fileType
41
- hash
42
- id
43
- image {
44
- alt
45
- caption
46
- backgroundColor
47
- copyright
48
- license
49
- licenseUrl
50
- url
51
- }
52
- name
53
- path
54
- size
55
- thumb
56
- updatedAt
57
- url
58
- }
59
- gallery {
60
- alt
61
- backgroundColor
62
- caption
63
- license
64
- copyright
65
- licenseUrl
66
- url
67
- }
68
- image {
69
- url
70
- licenseUrl
71
- license
72
- copyright
73
- caption
74
- backgroundColor
75
- alt
76
- }
77
- member {
78
- name
79
- ror
80
- url
81
- image {
82
- alt
83
- backgroundColor
84
- caption
85
- copyright
86
- license
87
- licenseUrl
88
- url
89
- }
90
- location {
91
- alt
92
- city
93
- country
94
- details
95
- geocode {
96
- lat
97
- lng
98
- }
99
- name
100
- street
101
- zip
102
- }
103
- }
104
- name
105
- video {
106
- alt
107
- backgroundColor
108
- caption
109
- copyright
110
- license
111
- licenseUrl
112
- url
113
- }
114
- disciplines {
115
- description
116
- createdAt
117
- icon
118
- name
119
- updatedAt
120
- }
121
- appId
122
- affiliations {
123
- image {
124
- alt
125
- backgroundColor
126
- caption
127
- copyright
128
- license
129
- licenseUrl
130
- url
131
- }
132
- location {
133
- alt
134
- city
135
- country
136
- details
137
- geocode {
138
- lat
139
- lng
140
- }
141
- name
142
- street
143
- zip
144
- }
145
- name
146
- ror
147
- url
148
- }
149
- fellowshipDetails {
150
- applicationMaterials
151
- funding
152
- fundingPeriod
153
- housing
154
- location
155
- meals
156
- profile
157
- researchSupport
158
- selectionProcess
159
- tasks
160
- type
161
- }
162
- status
163
- }
164
- }
@@ -1,25 +0,0 @@
1
- query getFile($appId: ID = "iea", $itemId: ID = "", $lang: String = "en") {
2
- getFile(appId: $appId, itemId: $itemId, lang: $lang) {
3
- createdAt
4
- file
5
- fileType
6
- hash
7
- id
8
- image {
9
- alt
10
- backgroundColor
11
- caption
12
- copyright
13
- license
14
- licenseUrl
15
- url
16
- }
17
- name
18
- path
19
- size
20
- thumb
21
- updatedAt
22
- url
23
- slug
24
- }
25
- }
@@ -1,10 +0,0 @@
1
- query getMailing($appId: ID = "iea", $itemId: ID = "", $lang: String = "en") {
2
- getMailing(appId: $appId, itemId: $itemId, lang: $lang) {
3
- createdAt
4
- date
5
- description
6
- name
7
- updatedAt
8
- slug
9
- }
10
- }
@@ -1,129 +0,0 @@
1
- query getNews($appId: ID = "iea", $itemId: ID = "", $lang: String = "en") {
2
- getNews(appId: $appId, itemId: $itemId, lang: $lang) {
3
- category
4
- color
5
- date
6
- description
7
- featured
8
- slug {
9
- fr
10
- en
11
- }
12
- files {
13
- createdAt
14
- file
15
- fileType
16
- hash
17
- id
18
- image {
19
- alt
20
- caption
21
- backgroundColor
22
- copyright
23
- license
24
- licenseUrl
25
- url
26
- }
27
- name
28
- path
29
- size
30
- thumb
31
- updatedAt
32
- url
33
- }
34
- gallery {
35
- alt
36
- backgroundColor
37
- caption
38
- copyright
39
- license
40
- licenseUrl
41
- url
42
- }
43
- image {
44
- alt
45
- backgroundColor
46
- caption
47
- copyright
48
- license
49
- licenseUrl
50
- url
51
- }
52
- tags {
53
- createdAt
54
- description
55
- icon
56
- name
57
- updatedAt
58
- }
59
- name
60
- url
61
- appId
62
- id
63
- related {
64
- events {
65
- description
66
- image {
67
- alt
68
- backgroundColor
69
- caption
70
- copyright
71
- license
72
- licenseUrl
73
- url
74
- }
75
- name
76
- url
77
- }
78
- news {
79
- description
80
- id
81
- image {
82
- alt
83
- backgroundColor
84
- caption
85
- copyright
86
- license
87
- licenseUrl
88
- url
89
- }
90
- name
91
- url
92
- }
93
- people {
94
- firstname
95
- id
96
- image {
97
- alt
98
- backgroundColor
99
- caption
100
- copyright
101
- license
102
- licenseUrl
103
- url
104
- }
105
- lastname
106
- }
107
- projects {
108
- description
109
- id
110
- name
111
- image {
112
- alt
113
- backgroundColor
114
- caption
115
- copyright
116
- license
117
- licenseUrl
118
- url
119
- }
120
- url
121
- }
122
- publications {
123
- id
124
- name
125
- url
126
- }
127
- }
128
- }
129
- }
@@ -1,174 +0,0 @@
1
- query getPeople($appId: ID = "iea", $itemId: ID = "", $lang: String = "en") {
2
- getPeople(appId: $appId, itemId: $itemId, lang: $lang) {
3
- affiliations {
4
- affiliation {
5
- image {
6
- alt
7
- backgroundColor
8
- caption
9
- copyright
10
- license
11
- licenseUrl
12
- url
13
- }
14
- location {
15
- alt
16
- city
17
- country
18
- details
19
- geocode {
20
- lat
21
- lng
22
- }
23
- name
24
- street
25
- zip
26
- }
27
- name
28
- ror
29
- url
30
- }
31
- positions {
32
- department
33
- role
34
- start
35
- stop
36
- }
37
- }
38
- biography
39
- firstname
40
- groups {
41
- board
42
- fellows
43
- sab
44
- sponsor
45
- team
46
- vintage {
47
- name
48
- theme
49
- url
50
- year
51
- }
52
- }
53
- image {
54
- url
55
- license
56
- copyright
57
- caption
58
- backgroundColor
59
- alt
60
- licenseUrl
61
- }
62
- lastname
63
- socials {
64
- idRef
65
- instagram
66
- linkedin
67
- mendeley
68
- orcid
69
- researchgate
70
- scholar
71
- twitter
72
- website
73
- wikipedia
74
- }
75
- video {
76
- url
77
- alt
78
- caption
79
- copyright
80
- license
81
- licenseUrl
82
- backgroundColor
83
- }
84
- slug
85
- appId
86
- consent {
87
- data
88
- diffusion
89
- email
90
- fellowshipnewsletter
91
- newsletter
92
- publication
93
- record
94
- }
95
- disciplines {
96
- createdAt
97
- description
98
- icon
99
- name
100
- updatedAt
101
- }
102
- id
103
- related {
104
- events {
105
- description
106
- image {
107
- alt
108
- backgroundColor
109
- caption
110
- copyright
111
- license
112
- licenseUrl
113
- url
114
- }
115
- name
116
- url
117
- slug
118
- }
119
- news {
120
- description
121
- slug
122
- id
123
- image {
124
- alt
125
- backgroundColor
126
- caption
127
- copyright
128
- license
129
- licenseUrl
130
- url
131
- }
132
- name
133
- url
134
- }
135
- people {
136
- firstname
137
- slug
138
- id
139
- image {
140
- alt
141
- backgroundColor
142
- caption
143
- copyright
144
- license
145
- licenseUrl
146
- url
147
- }
148
- lastname
149
- }
150
- projects {
151
- description
152
- slug
153
- id
154
- image {
155
- alt
156
- backgroundColor
157
- caption
158
- copyright
159
- license
160
- licenseUrl
161
- url
162
- }
163
- name
164
- url
165
- }
166
- publications {
167
- id
168
- slug
169
- name
170
- url
171
- }
172
- }
173
- }
174
- }
@@ -1,171 +0,0 @@
1
- query getProject($appId: ID = "iea", $itemId: ID = "", $lang: String = "en") {
2
- getProject(appId: $appId, itemId: $itemId, lang: $lang) {
3
- color
4
- date
5
- description
6
- featured
7
- slug {
8
- fr
9
- en
10
- }
11
- files {
12
- file
13
- createdAt
14
- fileType
15
- hash
16
- id
17
- image {
18
- alt
19
- backgroundColor
20
- copyright
21
- caption
22
- license
23
- licenseUrl
24
- url
25
- }
26
- path
27
- size
28
- name
29
- thumb
30
- updatedAt
31
- url
32
- }
33
- subtitle
34
- name
35
- url
36
- video {
37
- alt
38
- backgroundColor
39
- caption
40
- copyright
41
- licenseUrl
42
- license
43
- url
44
- }
45
- affiliations {
46
- name
47
- ror
48
- url
49
- location {
50
- alt
51
- city
52
- country
53
- details
54
- name
55
- street
56
- zip
57
- geocode {
58
- lat
59
- lng
60
- }
61
- }
62
- image {
63
- alt
64
- backgroundColor
65
- caption
66
- copyright
67
- license
68
- licenseUrl
69
- url
70
- }
71
- }
72
- gallery {
73
- alt
74
- backgroundColor
75
- caption
76
- copyright
77
- license
78
- licenseUrl
79
- url
80
- }
81
- image {
82
- alt
83
- backgroundColor
84
- caption
85
- copyright
86
- license
87
- licenseUrl
88
- url
89
- }
90
- tags {
91
- createdAt
92
- description
93
- icon
94
- name
95
- updatedAt
96
- }
97
- appId
98
- id
99
- status
100
- related {
101
- events {
102
- description
103
- image {
104
- alt
105
- backgroundColor
106
- caption
107
- copyright
108
- licenseUrl
109
- license
110
- url
111
- }
112
- name
113
- url
114
- slug
115
- }
116
- news {
117
- description
118
- id
119
- image {
120
- alt
121
- backgroundColor
122
- caption
123
- copyright
124
- license
125
- licenseUrl
126
- url
127
- }
128
- name
129
- url
130
- slug
131
- }
132
- people {
133
- firstname
134
- id
135
- image {
136
- alt
137
- backgroundColor
138
- caption
139
- copyright
140
- license
141
- licenseUrl
142
- url
143
- }
144
- lastname
145
- slug
146
- }
147
- projects {
148
- description
149
- id
150
- image {
151
- alt
152
- backgroundColor
153
- caption
154
- copyright
155
- license
156
- licenseUrl
157
- url
158
- }
159
- name
160
- url
161
- slug
162
- }
163
- publications {
164
- id
165
- name
166
- url
167
- slug
168
- }
169
- }
170
- }
171
- }