@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,169 +0,0 @@
1
- query getPublication(
2
- $appId: ID = "iea"
3
- $itemId: ID = ""
4
- $lang: String = "en"
5
- ) {
6
- getPublication(appId: $appId, itemId: $itemId, lang: $lang) {
7
- affiliations {
8
- image {
9
- alt
10
- backgroundColor
11
- caption
12
- copyright
13
- license
14
- licenseUrl
15
- url
16
- }
17
- location {
18
- alt
19
- city
20
- country
21
- details
22
- geocode {
23
- lat
24
- lng
25
- }
26
- name
27
- street
28
- zip
29
- }
30
- name
31
- ror
32
- url
33
- }
34
- color
35
- date
36
- description
37
- files {
38
- createdAt
39
- file
40
- fileType
41
- hash
42
- id
43
- image {
44
- alt
45
- backgroundColor
46
- caption
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
- backgroundColor
61
- alt
62
- caption
63
- copyright
64
- license
65
- licenseUrl
66
- url
67
- }
68
- id
69
- image {
70
- alt
71
- backgroundColor
72
- caption
73
- copyright
74
- license
75
- licenseUrl
76
- url
77
- }
78
- subtitle
79
- tags {
80
- createdAt
81
- description
82
- icon
83
- name
84
- updatedAt
85
- }
86
- name
87
- url
88
- video {
89
- alt
90
- backgroundColor
91
- caption
92
- copyright
93
- license
94
- licenseUrl
95
- url
96
- }
97
- appId
98
- type
99
- related {
100
- events {
101
- description
102
- image {
103
- alt
104
- backgroundColor
105
- caption
106
- copyright
107
- license
108
- licenseUrl
109
- url
110
- }
111
- name
112
- url
113
- }
114
- news {
115
- description
116
- id
117
- image {
118
- alt
119
- backgroundColor
120
- caption
121
- copyright
122
- license
123
- licenseUrl
124
- url
125
- }
126
- name
127
- url
128
- }
129
- people {
130
- firstname
131
- id
132
- image {
133
- alt
134
- backgroundColor
135
- caption
136
- copyright
137
- license
138
- licenseUrl
139
- url
140
- }
141
- lastname
142
- }
143
- projects {
144
- description
145
- id
146
- image {
147
- alt
148
- backgroundColor
149
- caption
150
- copyright
151
- license
152
- licenseUrl
153
- url
154
- }
155
- name
156
- url
157
- }
158
- publications {
159
- id
160
- name
161
- url
162
- }
163
- }
164
- slug {
165
- fr
166
- en
167
- }
168
- }
169
- }
@@ -1,13 +0,0 @@
1
- query getTag($appId: ID = "iea", $itemId: ID = "", $lang: String = "en") {
2
- getTag(appId: $appId, itemId: $itemId, lang: $lang) {
3
- createdAt
4
- description
5
- icon
6
- name
7
- updatedAt
8
- slug {
9
- fr
10
- en
11
- }
12
- }
13
- }
@@ -1,14 +0,0 @@
1
- query getUser($appId: ID = "iea", $userId: ID = "") {
2
- getUser(appId: $appId, userId: $userId) {
3
- slug {
4
- en
5
- fr
6
- }
7
- admin
8
- branch
9
- createdAt
10
- email
11
- role
12
- status
13
- }
14
- }
@@ -1,31 +0,0 @@
1
- query listActions(
2
- $options: ListInput = {
3
- skip: 0
4
- limit: 9
5
- sortBy: ["start"]
6
- sortDesc: false
7
- filters: "{}"
8
- }
9
- $appId: ID = "iea"
10
- $lang: String = "en"
11
- ) {
12
- listActions(options: $options, appId: $appId, lang: $lang) {
13
- items {
14
- color
15
- image {
16
- alt
17
- backgroundColor
18
- caption
19
- copyright
20
- license
21
- licenseUrl
22
- url
23
- }
24
- link
25
- name
26
- slots
27
- video
28
- }
29
- total
30
- }
31
- }
@@ -1,42 +0,0 @@
1
- query listAffiliations(
2
- $options: ListInput = {
3
- skip: 0
4
- limit: 9
5
- sortBy: ["start"]
6
- sortDesc: false
7
- filters: "{}"
8
- }
9
- $lang: String = "en"
10
- $appId: ID = "iea"
11
- ) {
12
- listAffiliations(options: $options, appId: $appId, lang: $lang) {
13
- items {
14
- image {
15
- alt
16
- backgroundColor
17
- caption
18
- copyright
19
- license
20
- licenseUrl
21
- url
22
- }
23
- location {
24
- alt
25
- city
26
- country
27
- details
28
- geocode {
29
- lat
30
- lng
31
- }
32
- name
33
- street
34
- zip
35
- }
36
- name
37
- ror
38
- url
39
- }
40
- total
41
- }
42
- }
@@ -1,42 +0,0 @@
1
- query listApps(
2
- $options: ListInput = {
3
- skip: 0
4
- limit: 9
5
- sortBy: ["start"]
6
- sortDesc: false
7
- filters: "{}"
8
- }
9
- $lang: String = "en"
10
- $appId: ID = "iea"
11
- ) {
12
- listApps(options: $options, appId: $appId, lang: $lang) {
13
- items {
14
- appId
15
- color
16
- date
17
- description
18
- logo {
19
- alt
20
- backgroundColor
21
- caption
22
- copyright
23
- license
24
- licenseUrl
25
- url
26
- }
27
- name
28
- state
29
- subtitle
30
- summary
31
- tags {
32
- createdAt
33
- description
34
- icon
35
- name
36
- updatedAt
37
- }
38
- url
39
- }
40
- total
41
- }
42
- }
@@ -1,22 +0,0 @@
1
- query listDisciplines(
2
- $appId: ID = "iea"
3
- $lang: String = "en"
4
- $options: ListInput = {
5
- skip: 0
6
- limit: 9
7
- sortBy: ["start"]
8
- sortDesc: false
9
- filters: "{}"
10
- }
11
- ) {
12
- listDisciplines(options: $options, appId: $appId, lang: $lang) {
13
- items {
14
- createdAt
15
- description
16
- icon
17
- name
18
- updatedAt
19
- }
20
- total
21
- }
22
- }
@@ -1,44 +0,0 @@
1
- query listEvents(
2
- $options: ListInput = {}
3
- $appId: ID = "iea"
4
- $lang: String = "en"
5
- ) {
6
- listEvents(options: $options, appId: $appId, lang: $lang) {
7
- items {
8
- availableSlots
9
- bookingState
10
- category
11
- dateText
12
- details
13
- eventType
14
- summary
15
- subtitle
16
- id
17
- image {
18
- alt
19
- backgroundColor
20
- caption
21
- copyright
22
- license
23
- licenseUrl
24
- url
25
- }
26
- name
27
- outside
28
- place {
29
- address
30
- id
31
- name
32
- url
33
- }
34
- state
35
- start
36
- stop
37
- slug {
38
- fr
39
- en
40
- }
41
- }
42
- total
43
- }
44
- }
@@ -1,53 +0,0 @@
1
- query listFellowships(
2
- $options: ListInput = {}
3
- $appId: ID = "iea"
4
- $lang: String = "en"
5
- ) {
6
- listFellowships(options: $options, appId: $appId, lang: $lang) {
7
- items {
8
- id
9
- slug {
10
- fr
11
- en
12
- }
13
- applicationStart
14
- applicationStop
15
- fellowshipType
16
- disciplines {
17
- createdAt
18
- description
19
- icon
20
- name
21
- updatedAt
22
- }
23
- image {
24
- alt
25
- backgroundColor
26
- caption
27
- copyright
28
- license
29
- licenseUrl
30
- url
31
- }
32
- member {
33
- name
34
- url
35
- image {
36
- url
37
- licenseUrl
38
- license
39
- copyright
40
- caption
41
- backgroundColor
42
- alt
43
- }
44
- }
45
- summary
46
- name
47
- url
48
- publicationDate
49
- status
50
- }
51
- total
52
- }
53
- }
@@ -1,37 +0,0 @@
1
- query listFiles(
2
- $appId: ID = "iea"
3
- $lang: String = "en"
4
- $options: ListInput = {
5
- skip: 0
6
- limit: 9
7
- sortBy: ["start"]
8
- sortDesc: false
9
- filters: "{}"
10
- }
11
- ) {
12
- listFiles(options: $options, appId: $appId, lang: $lang) {
13
- items {
14
- createdAt
15
- file
16
- fileType
17
- hash
18
- id
19
- image {
20
- alt
21
- backgroundColor
22
- caption
23
- copyright
24
- license
25
- licenseUrl
26
- url
27
- }
28
- name
29
- path
30
- size
31
- thumb
32
- updatedAt
33
- url
34
- }
35
- total
36
- }
37
- }
@@ -1,22 +0,0 @@
1
- query listMailing(
2
- $appId: ID = "iea"
3
- $lang: String = "en"
4
- $options: ListInput = {
5
- skip: 0
6
- limit: 9
7
- sortBy: ["start"]
8
- sortDesc: false
9
- filters: "{}"
10
- }
11
- ) {
12
- listMailing(options: $options, appId: $appId, lang: $lang) {
13
- items {
14
- createdAt
15
- date
16
- description
17
- name
18
- updatedAt
19
- }
20
- total
21
- }
22
- }
@@ -1,40 +0,0 @@
1
- query listNews(
2
- $appId: ID = "iea"
3
- $lang: String = "en"
4
- $options: ListInput = {}
5
- ) {
6
- listNews(options: $options, appId: $appId, lang: $lang) {
7
- total
8
- items {
9
- slug {
10
- fr
11
- en
12
- }
13
- id
14
- category
15
- color
16
- date
17
- description
18
- featured
19
- summary
20
- image {
21
- alt
22
- backgroundColor
23
- caption
24
- copyright
25
- license
26
- licenseUrl
27
- url
28
- }
29
- tags {
30
- createdAt
31
- description
32
- icon
33
- name
34
- updatedAt
35
- }
36
- name
37
- url
38
- }
39
- }
40
- }
@@ -1,56 +0,0 @@
1
- query listPeople(
2
- $appId: ID = "iea"
3
- $lang: String = "en"
4
- $options: ListInput = {}
5
- ) {
6
- listPeople(options: $options, appId: $appId, lang: $lang) {
7
- items {
8
- id
9
- slug
10
- biography
11
- firstname
12
- summary
13
- disciplines {
14
- name
15
- }
16
- tags {
17
- name
18
- }
19
- groups {
20
- board
21
- fellows
22
- sab
23
- sponsor
24
- team
25
- vintage {
26
- name
27
- theme
28
- url
29
- year
30
- }
31
- }
32
- image {
33
- url
34
- license
35
- copyright
36
- caption
37
- backgroundColor
38
- alt
39
- }
40
- lastname
41
- socials {
42
- idRef
43
- instagram
44
- linkedin
45
- mendeley
46
- orcid
47
- researchgate
48
- scholar
49
- twitter
50
- website
51
- wikipedia
52
- }
53
- }
54
- total
55
- }
56
- }
@@ -1,37 +0,0 @@
1
- query listProjects(
2
- $appId: ID = "iea"
3
- $lang: String = "en"
4
- $options: ListInput = {}
5
- ) {
6
- listProjects(options: $options, appId: $appId, lang: $lang) {
7
- total
8
- items {
9
- date
10
- featured
11
- id
12
- image {
13
- alt
14
- backgroundColor
15
- caption
16
- license
17
- copyright
18
- licenseUrl
19
- url
20
- }
21
- name
22
- summary
23
- url
24
- tags {
25
- createdAt
26
- description
27
- icon
28
- name
29
- updatedAt
30
- }
31
- slug {
32
- fr
33
- en
34
- }
35
- }
36
- }
37
- }
@@ -1,40 +0,0 @@
1
- query listPublications(
2
- $appId: ID = "iea"
3
- $lang: String = "en"
4
- $options: ListInput = {}
5
- ) {
6
- listPublications(options: $options, appId: $appId, lang: $lang) {
7
- items {
8
- date
9
- id
10
- eventCategory
11
- type
12
- image {
13
- alt
14
- backgroundColor
15
- caption
16
- copyright
17
- license
18
- url
19
- licenseUrl
20
- }
21
- summary
22
- description
23
- name
24
- type
25
- url
26
- tags {
27
- createdAt
28
- description
29
- name
30
- icon
31
- updatedAt
32
- }
33
- slug {
34
- fr
35
- en
36
- }
37
- }
38
- total
39
- }
40
- }