@paris-ias/list 1.0.142 → 1.0.144
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.
- package/dist/module.json +1 -1
- package/dist/runtime/plugins/pinia.js +32 -31
- package/package.json +2 -2
- package/dist/runtime/graphql/buildFiltersValues.gql +0 -35
- package/dist/runtime/graphql/item/action.gql +0 -22
- package/dist/runtime/graphql/item/affiliations.gql +0 -37
- package/dist/runtime/graphql/item/apps.gql +0 -34
- package/dist/runtime/graphql/item/disciplines.gql +0 -17
- package/dist/runtime/graphql/item/events.gql +0 -120
- package/dist/runtime/graphql/item/fellowships.gql +0 -164
- package/dist/runtime/graphql/item/files.gql +0 -25
- package/dist/runtime/graphql/item/mailing.gql +0 -10
- package/dist/runtime/graphql/item/news.gql +0 -129
- package/dist/runtime/graphql/item/people.gql +0 -174
- package/dist/runtime/graphql/item/projects.gql +0 -171
- package/dist/runtime/graphql/item/publications.gql +0 -169
- package/dist/runtime/graphql/item/tags.gql +0 -13
- package/dist/runtime/graphql/item/users.gql +0 -14
- package/dist/runtime/graphql/list/action.gql +0 -31
- package/dist/runtime/graphql/list/affiliations.gql +0 -42
- package/dist/runtime/graphql/list/apps.gql +0 -42
- package/dist/runtime/graphql/list/disciplines.gql +0 -22
- package/dist/runtime/graphql/list/events.gql +0 -44
- package/dist/runtime/graphql/list/fellowships.gql +0 -53
- package/dist/runtime/graphql/list/files.gql +0 -37
- package/dist/runtime/graphql/list/mailing.gql +0 -22
- package/dist/runtime/graphql/list/news.gql +0 -40
- package/dist/runtime/graphql/list/people.gql +0 -56
- package/dist/runtime/graphql/list/projects.gql +0 -37
- package/dist/runtime/graphql/list/publications.gql +0 -37
- package/dist/runtime/graphql/list/search.gql +0 -161
- package/dist/runtime/graphql/list/tags.gql +0 -22
- package/dist/runtime/graphql/list/users.gql +0 -38
- package/dist/runtime/graphql/login.gql +0 -0
|
@@ -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
|
-
}
|
|
@@ -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,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
|
-
}
|