@paris-ias/trees 2.0.0 → 2.0.2
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/form/actions.d.ts +1 -129
- package/dist/form/actions.js +17 -2
- package/dist/form/affiliations.d.ts +1 -292
- package/dist/form/affiliations.js +17 -2
- package/dist/form/apps.d.ts +1 -209
- package/dist/form/apps.js +17 -2
- package/dist/form/disciplines.d.ts +1 -40
- package/dist/form/disciplines.js +17 -2
- package/dist/form/events.d.ts +1 -1397
- package/dist/form/events.js +17 -2
- package/dist/form/fellowships.d.ts +1 -2122
- package/dist/form/fellowships.js +17 -2
- package/dist/form/files.d.ts +1 -40
- package/dist/form/files.js +17 -2
- package/dist/form/mailing.d.ts +1 -62
- package/dist/form/mailing.js +17 -2
- package/dist/form/news.d.ts +1 -405
- package/dist/form/news.js +17 -2
- package/dist/form/people.d.ts +1 -1062
- package/dist/form/people.js +17 -2
- package/dist/form/projects.d.ts +1 -564
- package/dist/form/projects.js +17 -2
- package/dist/form/publications.d.ts +1 -615
- package/dist/form/publications.js +17 -2
- package/dist/form/tags.d.ts +1 -54
- package/dist/form/tags.js +17 -2
- package/dist/form/users.d.ts +1 -946
- package/dist/form/users.js +17 -2
- package/dist/list/actions.d.ts +1 -103
- package/dist/list/actions.js +17 -2
- package/dist/list/affiliations.d.ts +1 -103
- package/dist/list/affiliations.js +17 -2
- package/dist/list/apps.d.ts +1 -103
- package/dist/list/apps.js +17 -2
- package/dist/list/disciplines.d.ts +1 -101
- package/dist/list/disciplines.js +17 -2
- package/dist/list/events.d.ts +1 -172
- package/dist/list/events.js +17 -2
- package/dist/list/fellowships.d.ts +1 -123
- package/dist/list/fellowships.js +17 -2
- package/dist/list/files.d.ts +1 -101
- package/dist/list/files.js +17 -2
- package/dist/list/mailing.d.ts +1 -101
- package/dist/list/mailing.js +17 -2
- package/dist/list/news.d.ts +1 -103
- package/dist/list/news.js +17 -2
- package/dist/list/people.d.ts +1 -153
- package/dist/list/people.js +17 -2
- package/dist/list/projects.d.ts +1 -103
- package/dist/list/projects.js +17 -2
- package/dist/list/publications.d.ts +1 -127
- package/dist/list/publications.js +17 -2
- package/dist/list/tags.d.ts +1 -103
- package/dist/list/tags.js +17 -2
- package/dist/list/users.d.ts +1 -153
- package/dist/list/users.js +17 -2
- package/package.json +17 -13
- package/readme.md +94 -17
package/dist/form/users.d.ts
CHANGED
|
@@ -1,947 +1,2 @@
|
|
|
1
|
-
declare
|
|
2
|
-
namespace _defaults {
|
|
3
|
-
let firstname: string;
|
|
4
|
-
let lastname: string;
|
|
5
|
-
let affiliations: string;
|
|
6
|
-
let image: string;
|
|
7
|
-
namespace socials {
|
|
8
|
-
let website: string;
|
|
9
|
-
let wikipedia: string;
|
|
10
|
-
let orcid: string;
|
|
11
|
-
let scholar: string;
|
|
12
|
-
let researchgate: string;
|
|
13
|
-
let mendeley: string;
|
|
14
|
-
let idRef: string;
|
|
15
|
-
let twitter: string;
|
|
16
|
-
let linkedin: string;
|
|
17
|
-
let bluesky: string;
|
|
18
|
-
let instagram: string;
|
|
19
|
-
let youtube: string;
|
|
20
|
-
}
|
|
21
|
-
let disciplines: string;
|
|
22
|
-
let video: {
|
|
23
|
-
video: {
|
|
24
|
-
url: string;
|
|
25
|
-
caption: {
|
|
26
|
-
en: string;
|
|
27
|
-
fr: string;
|
|
28
|
-
};
|
|
29
|
-
alt: {
|
|
30
|
-
en: string;
|
|
31
|
-
fr: string;
|
|
32
|
-
};
|
|
33
|
-
copyright: string;
|
|
34
|
-
licence: string;
|
|
35
|
-
licenseUrl: string;
|
|
36
|
-
backgroundColor: string;
|
|
37
|
-
};
|
|
38
|
-
}[];
|
|
39
|
-
namespace biography {
|
|
40
|
-
let en: string;
|
|
41
|
-
let fr: string;
|
|
42
|
-
}
|
|
43
|
-
namespace related {
|
|
44
|
-
let events: string;
|
|
45
|
-
let news: string;
|
|
46
|
-
let people: string;
|
|
47
|
-
let publications: string;
|
|
48
|
-
let projects: string;
|
|
49
|
-
let fellowships: string;
|
|
50
|
-
}
|
|
51
|
-
namespace consent {
|
|
52
|
-
let data: boolean;
|
|
53
|
-
let record: boolean;
|
|
54
|
-
let diffusion: boolean;
|
|
55
|
-
let publication: boolean;
|
|
56
|
-
let email: boolean;
|
|
57
|
-
let newsletter: boolean;
|
|
58
|
-
let fellowshipnewsletter: boolean;
|
|
59
|
-
}
|
|
60
|
-
namespace groups {
|
|
61
|
-
let team: boolean;
|
|
62
|
-
let sab: boolean;
|
|
63
|
-
let board: boolean;
|
|
64
|
-
let fellows: boolean;
|
|
65
|
-
let sponsor: boolean;
|
|
66
|
-
let vintage: {
|
|
67
|
-
name: string;
|
|
68
|
-
year: string;
|
|
69
|
-
theme: {
|
|
70
|
-
en: string;
|
|
71
|
-
fr: string;
|
|
72
|
-
};
|
|
73
|
-
url: string;
|
|
74
|
-
}[];
|
|
75
|
-
}
|
|
76
|
-
let lang: string;
|
|
77
|
-
}
|
|
78
|
-
namespace schema {
|
|
79
|
-
export namespace firstname_1 {
|
|
80
|
-
let label: string;
|
|
81
|
-
let component: string;
|
|
82
|
-
let type: string;
|
|
83
|
-
namespace rules {
|
|
84
|
-
let required: boolean;
|
|
85
|
-
let min: number;
|
|
86
|
-
let max: number;
|
|
87
|
-
}
|
|
88
|
-
let meta: string;
|
|
89
|
-
}
|
|
90
|
-
export { firstname_1 as firstname };
|
|
91
|
-
export namespace lastname_1 {
|
|
92
|
-
let label_1: string;
|
|
93
|
-
export { label_1 as label };
|
|
94
|
-
let component_1: string;
|
|
95
|
-
export { component_1 as component };
|
|
96
|
-
let type_1: string;
|
|
97
|
-
export { type_1 as type };
|
|
98
|
-
export namespace rules_1 {
|
|
99
|
-
let required_1: boolean;
|
|
100
|
-
export { required_1 as required };
|
|
101
|
-
let min_1: number;
|
|
102
|
-
export { min_1 as min };
|
|
103
|
-
let max_1: number;
|
|
104
|
-
export { max_1 as max };
|
|
105
|
-
}
|
|
106
|
-
export { rules_1 as rules };
|
|
107
|
-
let meta_1: string;
|
|
108
|
-
export { meta_1 as meta };
|
|
109
|
-
}
|
|
110
|
-
export { lastname_1 as lastname };
|
|
111
|
-
export namespace affiliations_1 {
|
|
112
|
-
let label_2: string;
|
|
113
|
-
export { label_2 as label };
|
|
114
|
-
let component_2: string;
|
|
115
|
-
export { component_2 as component };
|
|
116
|
-
let type_2: string;
|
|
117
|
-
export { type_2 as type };
|
|
118
|
-
let meta_2: string;
|
|
119
|
-
export { meta_2 as meta };
|
|
120
|
-
let _default: string;
|
|
121
|
-
export { _default as default };
|
|
122
|
-
}
|
|
123
|
-
export { affiliations_1 as affiliations };
|
|
124
|
-
export namespace image_1 {
|
|
125
|
-
let label_3: string;
|
|
126
|
-
export { label_3 as label };
|
|
127
|
-
let component_3: string;
|
|
128
|
-
export { component_3 as component };
|
|
129
|
-
let type_3: string;
|
|
130
|
-
export { type_3 as type };
|
|
131
|
-
let meta_3: string;
|
|
132
|
-
export { meta_3 as meta };
|
|
133
|
-
let _default_1: string;
|
|
134
|
-
export { _default_1 as default };
|
|
135
|
-
}
|
|
136
|
-
export { image_1 as image };
|
|
137
|
-
export namespace socials_1 {
|
|
138
|
-
let label_4: string;
|
|
139
|
-
export { label_4 as label };
|
|
140
|
-
let component_4: string;
|
|
141
|
-
export { component_4 as component };
|
|
142
|
-
let type_4: string;
|
|
143
|
-
export { type_4 as type };
|
|
144
|
-
let meta_4: string;
|
|
145
|
-
export { meta_4 as meta };
|
|
146
|
-
export namespace items {
|
|
147
|
-
export namespace website_1 {
|
|
148
|
-
let label_5: string;
|
|
149
|
-
export { label_5 as label };
|
|
150
|
-
let type_5: string;
|
|
151
|
-
export { type_5 as type };
|
|
152
|
-
let component_5: string;
|
|
153
|
-
export { component_5 as component };
|
|
154
|
-
export namespace rules_2 {
|
|
155
|
-
let url: boolean;
|
|
156
|
-
}
|
|
157
|
-
export { rules_2 as rules };
|
|
158
|
-
let meta_5: string;
|
|
159
|
-
export { meta_5 as meta };
|
|
160
|
-
}
|
|
161
|
-
export { website_1 as website };
|
|
162
|
-
export namespace wikipedia_1 {
|
|
163
|
-
let label_6: string;
|
|
164
|
-
export { label_6 as label };
|
|
165
|
-
let type_6: string;
|
|
166
|
-
export { type_6 as type };
|
|
167
|
-
let component_6: string;
|
|
168
|
-
export { component_6 as component };
|
|
169
|
-
export namespace rules_3 {
|
|
170
|
-
let url_1: boolean;
|
|
171
|
-
export { url_1 as url };
|
|
172
|
-
}
|
|
173
|
-
export { rules_3 as rules };
|
|
174
|
-
let meta_6: string;
|
|
175
|
-
export { meta_6 as meta };
|
|
176
|
-
}
|
|
177
|
-
export { wikipedia_1 as wikipedia };
|
|
178
|
-
export namespace orcid_1 {
|
|
179
|
-
let label_7: string;
|
|
180
|
-
export { label_7 as label };
|
|
181
|
-
let type_7: string;
|
|
182
|
-
export { type_7 as type };
|
|
183
|
-
let component_7: string;
|
|
184
|
-
export { component_7 as component };
|
|
185
|
-
export namespace rules_4 {
|
|
186
|
-
let orcid_2: boolean;
|
|
187
|
-
export { orcid_2 as orcid };
|
|
188
|
-
}
|
|
189
|
-
export { rules_4 as rules };
|
|
190
|
-
let meta_7: string;
|
|
191
|
-
export { meta_7 as meta };
|
|
192
|
-
}
|
|
193
|
-
export { orcid_1 as orcid };
|
|
194
|
-
export namespace scholar_1 {
|
|
195
|
-
let label_8: string;
|
|
196
|
-
export { label_8 as label };
|
|
197
|
-
let type_8: string;
|
|
198
|
-
export { type_8 as type };
|
|
199
|
-
let component_8: string;
|
|
200
|
-
export { component_8 as component };
|
|
201
|
-
export namespace rules_5 {
|
|
202
|
-
let url_2: boolean;
|
|
203
|
-
export { url_2 as url };
|
|
204
|
-
}
|
|
205
|
-
export { rules_5 as rules };
|
|
206
|
-
let meta_8: string;
|
|
207
|
-
export { meta_8 as meta };
|
|
208
|
-
}
|
|
209
|
-
export { scholar_1 as scholar };
|
|
210
|
-
export namespace researchgate_1 {
|
|
211
|
-
let label_9: string;
|
|
212
|
-
export { label_9 as label };
|
|
213
|
-
let type_9: string;
|
|
214
|
-
export { type_9 as type };
|
|
215
|
-
let component_9: string;
|
|
216
|
-
export { component_9 as component };
|
|
217
|
-
export namespace rules_6 {
|
|
218
|
-
let url_3: boolean;
|
|
219
|
-
export { url_3 as url };
|
|
220
|
-
}
|
|
221
|
-
export { rules_6 as rules };
|
|
222
|
-
let meta_9: string;
|
|
223
|
-
export { meta_9 as meta };
|
|
224
|
-
}
|
|
225
|
-
export { researchgate_1 as researchgate };
|
|
226
|
-
export namespace mendeley_1 {
|
|
227
|
-
let label_10: string;
|
|
228
|
-
export { label_10 as label };
|
|
229
|
-
let type_10: string;
|
|
230
|
-
export { type_10 as type };
|
|
231
|
-
let component_10: string;
|
|
232
|
-
export { component_10 as component };
|
|
233
|
-
export namespace rules_7 {
|
|
234
|
-
let url_4: boolean;
|
|
235
|
-
export { url_4 as url };
|
|
236
|
-
}
|
|
237
|
-
export { rules_7 as rules };
|
|
238
|
-
let meta_10: string;
|
|
239
|
-
export { meta_10 as meta };
|
|
240
|
-
}
|
|
241
|
-
export { mendeley_1 as mendeley };
|
|
242
|
-
export namespace idRef_1 {
|
|
243
|
-
let label_11: string;
|
|
244
|
-
export { label_11 as label };
|
|
245
|
-
let type_11: string;
|
|
246
|
-
export { type_11 as type };
|
|
247
|
-
let component_11: string;
|
|
248
|
-
export { component_11 as component };
|
|
249
|
-
export namespace rules_8 {
|
|
250
|
-
let url_5: boolean;
|
|
251
|
-
export { url_5 as url };
|
|
252
|
-
}
|
|
253
|
-
export { rules_8 as rules };
|
|
254
|
-
let meta_11: string;
|
|
255
|
-
export { meta_11 as meta };
|
|
256
|
-
}
|
|
257
|
-
export { idRef_1 as idRef };
|
|
258
|
-
export namespace twitter_1 {
|
|
259
|
-
let label_12: string;
|
|
260
|
-
export { label_12 as label };
|
|
261
|
-
let type_12: string;
|
|
262
|
-
export { type_12 as type };
|
|
263
|
-
let component_12: string;
|
|
264
|
-
export { component_12 as component };
|
|
265
|
-
export namespace rules_9 {
|
|
266
|
-
let url_6: boolean;
|
|
267
|
-
export { url_6 as url };
|
|
268
|
-
}
|
|
269
|
-
export { rules_9 as rules };
|
|
270
|
-
let meta_12: string;
|
|
271
|
-
export { meta_12 as meta };
|
|
272
|
-
}
|
|
273
|
-
export { twitter_1 as twitter };
|
|
274
|
-
export namespace linkedin_1 {
|
|
275
|
-
let label_13: string;
|
|
276
|
-
export { label_13 as label };
|
|
277
|
-
let type_13: string;
|
|
278
|
-
export { type_13 as type };
|
|
279
|
-
let component_13: string;
|
|
280
|
-
export { component_13 as component };
|
|
281
|
-
export namespace rules_10 {
|
|
282
|
-
let url_7: boolean;
|
|
283
|
-
export { url_7 as url };
|
|
284
|
-
}
|
|
285
|
-
export { rules_10 as rules };
|
|
286
|
-
let meta_13: string;
|
|
287
|
-
export { meta_13 as meta };
|
|
288
|
-
}
|
|
289
|
-
export { linkedin_1 as linkedin };
|
|
290
|
-
export namespace bluesky_1 {
|
|
291
|
-
let label_14: string;
|
|
292
|
-
export { label_14 as label };
|
|
293
|
-
let type_14: string;
|
|
294
|
-
export { type_14 as type };
|
|
295
|
-
let component_14: string;
|
|
296
|
-
export { component_14 as component };
|
|
297
|
-
export namespace rules_11 {
|
|
298
|
-
let url_8: boolean;
|
|
299
|
-
export { url_8 as url };
|
|
300
|
-
}
|
|
301
|
-
export { rules_11 as rules };
|
|
302
|
-
let meta_14: string;
|
|
303
|
-
export { meta_14 as meta };
|
|
304
|
-
}
|
|
305
|
-
export { bluesky_1 as bluesky };
|
|
306
|
-
export namespace instagram_1 {
|
|
307
|
-
let label_15: string;
|
|
308
|
-
export { label_15 as label };
|
|
309
|
-
let type_15: string;
|
|
310
|
-
export { type_15 as type };
|
|
311
|
-
let component_15: string;
|
|
312
|
-
export { component_15 as component };
|
|
313
|
-
export namespace rules_12 {
|
|
314
|
-
let url_9: boolean;
|
|
315
|
-
export { url_9 as url };
|
|
316
|
-
}
|
|
317
|
-
export { rules_12 as rules };
|
|
318
|
-
let meta_15: string;
|
|
319
|
-
export { meta_15 as meta };
|
|
320
|
-
}
|
|
321
|
-
export { instagram_1 as instagram };
|
|
322
|
-
export namespace youtube_1 {
|
|
323
|
-
let label_16: string;
|
|
324
|
-
export { label_16 as label };
|
|
325
|
-
let type_16: string;
|
|
326
|
-
export { type_16 as type };
|
|
327
|
-
let component_16: string;
|
|
328
|
-
export { component_16 as component };
|
|
329
|
-
export namespace rules_13 {
|
|
330
|
-
let url_10: boolean;
|
|
331
|
-
export { url_10 as url };
|
|
332
|
-
}
|
|
333
|
-
export { rules_13 as rules };
|
|
334
|
-
let meta_16: string;
|
|
335
|
-
export { meta_16 as meta };
|
|
336
|
-
}
|
|
337
|
-
export { youtube_1 as youtube };
|
|
338
|
-
}
|
|
339
|
-
}
|
|
340
|
-
export { socials_1 as socials };
|
|
341
|
-
export namespace disciplines_1 {
|
|
342
|
-
let label_17: string;
|
|
343
|
-
export { label_17 as label };
|
|
344
|
-
let component_17: string;
|
|
345
|
-
export { component_17 as component };
|
|
346
|
-
let type_17: string;
|
|
347
|
-
export { type_17 as type };
|
|
348
|
-
let meta_17: string;
|
|
349
|
-
export { meta_17 as meta };
|
|
350
|
-
let _default_2: string;
|
|
351
|
-
export { _default_2 as default };
|
|
352
|
-
}
|
|
353
|
-
export { disciplines_1 as disciplines };
|
|
354
|
-
export namespace video_1 {
|
|
355
|
-
let label_18: string;
|
|
356
|
-
export { label_18 as label };
|
|
357
|
-
let component_18: string;
|
|
358
|
-
export { component_18 as component };
|
|
359
|
-
let type_18: string;
|
|
360
|
-
export { type_18 as type };
|
|
361
|
-
let meta_18: string;
|
|
362
|
-
export { meta_18 as meta };
|
|
363
|
-
export namespace items_1 {
|
|
364
|
-
export namespace video_2 {
|
|
365
|
-
let label_19: string;
|
|
366
|
-
export { label_19 as label };
|
|
367
|
-
let component_19: string;
|
|
368
|
-
export { component_19 as component };
|
|
369
|
-
let type_19: string;
|
|
370
|
-
export { type_19 as type };
|
|
371
|
-
let meta_19: string;
|
|
372
|
-
export { meta_19 as meta };
|
|
373
|
-
export namespace items_2 {
|
|
374
|
-
export namespace url_11 {
|
|
375
|
-
let type_20: string;
|
|
376
|
-
export { type_20 as type };
|
|
377
|
-
let component_20: string;
|
|
378
|
-
export { component_20 as component };
|
|
379
|
-
let label_20: string;
|
|
380
|
-
export { label_20 as label };
|
|
381
|
-
export let description: string;
|
|
382
|
-
export namespace rules_14 {
|
|
383
|
-
let required_2: boolean;
|
|
384
|
-
export { required_2 as required };
|
|
385
|
-
let url_12: boolean;
|
|
386
|
-
export { url_12 as url };
|
|
387
|
-
let max_2: number;
|
|
388
|
-
export { max_2 as max };
|
|
389
|
-
}
|
|
390
|
-
export { rules_14 as rules };
|
|
391
|
-
let meta_20: string;
|
|
392
|
-
export { meta_20 as meta };
|
|
393
|
-
}
|
|
394
|
-
export { url_11 as url };
|
|
395
|
-
export namespace caption {
|
|
396
|
-
let label_21: string;
|
|
397
|
-
export { label_21 as label };
|
|
398
|
-
let type_21: string;
|
|
399
|
-
export { type_21 as type };
|
|
400
|
-
let component_21: string;
|
|
401
|
-
export { component_21 as component };
|
|
402
|
-
export let i18n: boolean;
|
|
403
|
-
export namespace rules_15 {
|
|
404
|
-
let required_3: boolean;
|
|
405
|
-
export { required_3 as required };
|
|
406
|
-
let min_2: number;
|
|
407
|
-
export { min_2 as min };
|
|
408
|
-
let max_3: number;
|
|
409
|
-
export { max_3 as max };
|
|
410
|
-
}
|
|
411
|
-
export { rules_15 as rules };
|
|
412
|
-
let meta_21: string;
|
|
413
|
-
export { meta_21 as meta };
|
|
414
|
-
}
|
|
415
|
-
export namespace alt {
|
|
416
|
-
let label_22: string;
|
|
417
|
-
export { label_22 as label };
|
|
418
|
-
let type_22: string;
|
|
419
|
-
export { type_22 as type };
|
|
420
|
-
let i18n_1: boolean;
|
|
421
|
-
export { i18n_1 as i18n };
|
|
422
|
-
let component_22: string;
|
|
423
|
-
export { component_22 as component };
|
|
424
|
-
let description_1: string;
|
|
425
|
-
export { description_1 as description };
|
|
426
|
-
export namespace rules_16 {
|
|
427
|
-
let max_4: number;
|
|
428
|
-
export { max_4 as max };
|
|
429
|
-
}
|
|
430
|
-
export { rules_16 as rules };
|
|
431
|
-
let meta_22: string;
|
|
432
|
-
export { meta_22 as meta };
|
|
433
|
-
}
|
|
434
|
-
export namespace copyright {
|
|
435
|
-
let label_23: string;
|
|
436
|
-
export { label_23 as label };
|
|
437
|
-
let type_23: string;
|
|
438
|
-
export { type_23 as type };
|
|
439
|
-
let component_23: string;
|
|
440
|
-
export { component_23 as component };
|
|
441
|
-
let _default_3: string;
|
|
442
|
-
export { _default_3 as default };
|
|
443
|
-
let description_2: string;
|
|
444
|
-
export { description_2 as description };
|
|
445
|
-
let meta_23: string;
|
|
446
|
-
export { meta_23 as meta };
|
|
447
|
-
}
|
|
448
|
-
export namespace licence {
|
|
449
|
-
let label_24: string;
|
|
450
|
-
export { label_24 as label };
|
|
451
|
-
let type_24: string;
|
|
452
|
-
export { type_24 as type };
|
|
453
|
-
let component_24: string;
|
|
454
|
-
export { component_24 as component };
|
|
455
|
-
let _default_4: any;
|
|
456
|
-
export { _default_4 as default };
|
|
457
|
-
let description_3: string;
|
|
458
|
-
export { description_3 as description };
|
|
459
|
-
let meta_24: string;
|
|
460
|
-
export { meta_24 as meta };
|
|
461
|
-
}
|
|
462
|
-
export namespace licenseUrl {
|
|
463
|
-
let label_25: string;
|
|
464
|
-
export { label_25 as label };
|
|
465
|
-
let type_25: string;
|
|
466
|
-
export { type_25 as type };
|
|
467
|
-
let component_25: string;
|
|
468
|
-
export { component_25 as component };
|
|
469
|
-
let _default_5: any;
|
|
470
|
-
export { _default_5 as default };
|
|
471
|
-
let description_4: string;
|
|
472
|
-
export { description_4 as description };
|
|
473
|
-
export namespace rules_17 {
|
|
474
|
-
let url_13: boolean;
|
|
475
|
-
export { url_13 as url };
|
|
476
|
-
}
|
|
477
|
-
export { rules_17 as rules };
|
|
478
|
-
export namespace show {
|
|
479
|
-
let _default_6: boolean;
|
|
480
|
-
export { _default_6 as default };
|
|
481
|
-
export let switchIf: any[];
|
|
482
|
-
export let disjonctive: boolean;
|
|
483
|
-
}
|
|
484
|
-
let meta_25: string;
|
|
485
|
-
export { meta_25 as meta };
|
|
486
|
-
}
|
|
487
|
-
export namespace backgroundColor {
|
|
488
|
-
let label_26: string;
|
|
489
|
-
export { label_26 as label };
|
|
490
|
-
let type_26: string;
|
|
491
|
-
export { type_26 as type };
|
|
492
|
-
let component_26: string;
|
|
493
|
-
export { component_26 as component };
|
|
494
|
-
let _default_7: any;
|
|
495
|
-
export { _default_7 as default };
|
|
496
|
-
export namespace rules_18 {
|
|
497
|
-
let color: boolean;
|
|
498
|
-
}
|
|
499
|
-
export { rules_18 as rules };
|
|
500
|
-
export namespace show_1 {
|
|
501
|
-
let _default_8: boolean;
|
|
502
|
-
export { _default_8 as default };
|
|
503
|
-
let switchIf_1: any[];
|
|
504
|
-
export { switchIf_1 as switchIf };
|
|
505
|
-
let disjonctive_1: boolean;
|
|
506
|
-
export { disjonctive_1 as disjonctive };
|
|
507
|
-
}
|
|
508
|
-
export { show_1 as show };
|
|
509
|
-
let meta_26: string;
|
|
510
|
-
export { meta_26 as meta };
|
|
511
|
-
}
|
|
512
|
-
}
|
|
513
|
-
export { items_2 as items };
|
|
514
|
-
}
|
|
515
|
-
export { video_2 as video };
|
|
516
|
-
}
|
|
517
|
-
export { items_1 as items };
|
|
518
|
-
}
|
|
519
|
-
export { video_1 as video };
|
|
520
|
-
export namespace biography_1 {
|
|
521
|
-
let label_27: string;
|
|
522
|
-
export { label_27 as label };
|
|
523
|
-
let component_27: string;
|
|
524
|
-
export { component_27 as component };
|
|
525
|
-
let i18n_2: boolean;
|
|
526
|
-
export { i18n_2 as i18n };
|
|
527
|
-
let type_27: string;
|
|
528
|
-
export { type_27 as type };
|
|
529
|
-
export namespace rules_19 {
|
|
530
|
-
let required_4: boolean;
|
|
531
|
-
export { required_4 as required };
|
|
532
|
-
let min_3: number;
|
|
533
|
-
export { min_3 as min };
|
|
534
|
-
let max_5: number;
|
|
535
|
-
export { max_5 as max };
|
|
536
|
-
}
|
|
537
|
-
export { rules_19 as rules };
|
|
538
|
-
let meta_27: string;
|
|
539
|
-
export { meta_27 as meta };
|
|
540
|
-
}
|
|
541
|
-
export { biography_1 as biography };
|
|
542
|
-
export namespace related_1 {
|
|
543
|
-
let label_28: string;
|
|
544
|
-
export { label_28 as label };
|
|
545
|
-
let component_28: string;
|
|
546
|
-
export { component_28 as component };
|
|
547
|
-
let type_28: string;
|
|
548
|
-
export { type_28 as type };
|
|
549
|
-
export namespace rules_20 {
|
|
550
|
-
let required_5: boolean;
|
|
551
|
-
export { required_5 as required };
|
|
552
|
-
let min_4: number;
|
|
553
|
-
export { min_4 as min };
|
|
554
|
-
let max_6: number;
|
|
555
|
-
export { max_6 as max };
|
|
556
|
-
}
|
|
557
|
-
export { rules_20 as rules };
|
|
558
|
-
let meta_28: string;
|
|
559
|
-
export { meta_28 as meta };
|
|
560
|
-
export namespace items_3 {
|
|
561
|
-
export namespace events_1 {
|
|
562
|
-
let label_29: string;
|
|
563
|
-
export { label_29 as label };
|
|
564
|
-
let component_29: string;
|
|
565
|
-
export { component_29 as component };
|
|
566
|
-
let type_29: string;
|
|
567
|
-
export { type_29 as type };
|
|
568
|
-
let meta_29: string;
|
|
569
|
-
export { meta_29 as meta };
|
|
570
|
-
let _default_9: string;
|
|
571
|
-
export { _default_9 as default };
|
|
572
|
-
}
|
|
573
|
-
export { events_1 as events };
|
|
574
|
-
export namespace news_1 {
|
|
575
|
-
let label_30: string;
|
|
576
|
-
export { label_30 as label };
|
|
577
|
-
let component_30: string;
|
|
578
|
-
export { component_30 as component };
|
|
579
|
-
let type_30: string;
|
|
580
|
-
export { type_30 as type };
|
|
581
|
-
let meta_30: string;
|
|
582
|
-
export { meta_30 as meta };
|
|
583
|
-
let _default_10: string;
|
|
584
|
-
export { _default_10 as default };
|
|
585
|
-
}
|
|
586
|
-
export { news_1 as news };
|
|
587
|
-
export namespace people_1 {
|
|
588
|
-
let label_31: string;
|
|
589
|
-
export { label_31 as label };
|
|
590
|
-
let component_31: string;
|
|
591
|
-
export { component_31 as component };
|
|
592
|
-
let type_31: string;
|
|
593
|
-
export { type_31 as type };
|
|
594
|
-
let meta_31: string;
|
|
595
|
-
export { meta_31 as meta };
|
|
596
|
-
let _default_11: string;
|
|
597
|
-
export { _default_11 as default };
|
|
598
|
-
}
|
|
599
|
-
export { people_1 as people };
|
|
600
|
-
export namespace publications_1 {
|
|
601
|
-
let label_32: string;
|
|
602
|
-
export { label_32 as label };
|
|
603
|
-
let component_32: string;
|
|
604
|
-
export { component_32 as component };
|
|
605
|
-
let type_32: string;
|
|
606
|
-
export { type_32 as type };
|
|
607
|
-
let meta_32: string;
|
|
608
|
-
export { meta_32 as meta };
|
|
609
|
-
let _default_12: string;
|
|
610
|
-
export { _default_12 as default };
|
|
611
|
-
}
|
|
612
|
-
export { publications_1 as publications };
|
|
613
|
-
export namespace projects_1 {
|
|
614
|
-
let label_33: string;
|
|
615
|
-
export { label_33 as label };
|
|
616
|
-
let component_33: string;
|
|
617
|
-
export { component_33 as component };
|
|
618
|
-
let type_33: string;
|
|
619
|
-
export { type_33 as type };
|
|
620
|
-
let meta_33: string;
|
|
621
|
-
export { meta_33 as meta };
|
|
622
|
-
let _default_13: string;
|
|
623
|
-
export { _default_13 as default };
|
|
624
|
-
}
|
|
625
|
-
export { projects_1 as projects };
|
|
626
|
-
export namespace fellowships_1 {
|
|
627
|
-
let label_34: string;
|
|
628
|
-
export { label_34 as label };
|
|
629
|
-
let component_34: string;
|
|
630
|
-
export { component_34 as component };
|
|
631
|
-
let type_34: string;
|
|
632
|
-
export { type_34 as type };
|
|
633
|
-
let meta_34: string;
|
|
634
|
-
export { meta_34 as meta };
|
|
635
|
-
let _default_14: string;
|
|
636
|
-
export { _default_14 as default };
|
|
637
|
-
}
|
|
638
|
-
export { fellowships_1 as fellowships };
|
|
639
|
-
}
|
|
640
|
-
export { items_3 as items };
|
|
641
|
-
}
|
|
642
|
-
export { related_1 as related };
|
|
643
|
-
export namespace consent_1 {
|
|
644
|
-
let label_35: string;
|
|
645
|
-
export { label_35 as label };
|
|
646
|
-
let component_35: string;
|
|
647
|
-
export { component_35 as component };
|
|
648
|
-
let type_35: string;
|
|
649
|
-
export { type_35 as type };
|
|
650
|
-
export namespace rules_21 {
|
|
651
|
-
let required_6: boolean;
|
|
652
|
-
export { required_6 as required };
|
|
653
|
-
}
|
|
654
|
-
export { rules_21 as rules };
|
|
655
|
-
let meta_35: string;
|
|
656
|
-
export { meta_35 as meta };
|
|
657
|
-
export namespace items_4 {
|
|
658
|
-
export namespace data_1 {
|
|
659
|
-
let label_36: string;
|
|
660
|
-
export { label_36 as label };
|
|
661
|
-
let component_36: string;
|
|
662
|
-
export { component_36 as component };
|
|
663
|
-
let type_36: string;
|
|
664
|
-
export { type_36 as type };
|
|
665
|
-
let _default_15: boolean;
|
|
666
|
-
export { _default_15 as default };
|
|
667
|
-
export let hint: string;
|
|
668
|
-
let meta_36: string;
|
|
669
|
-
export { meta_36 as meta };
|
|
670
|
-
}
|
|
671
|
-
export { data_1 as data };
|
|
672
|
-
export namespace record_1 {
|
|
673
|
-
let label_37: string;
|
|
674
|
-
export { label_37 as label };
|
|
675
|
-
let component_37: string;
|
|
676
|
-
export { component_37 as component };
|
|
677
|
-
let type_37: string;
|
|
678
|
-
export { type_37 as type };
|
|
679
|
-
let _default_16: boolean;
|
|
680
|
-
export { _default_16 as default };
|
|
681
|
-
let hint_1: string;
|
|
682
|
-
export { hint_1 as hint };
|
|
683
|
-
let meta_37: string;
|
|
684
|
-
export { meta_37 as meta };
|
|
685
|
-
}
|
|
686
|
-
export { record_1 as record };
|
|
687
|
-
export namespace diffusion_1 {
|
|
688
|
-
let label_38: string;
|
|
689
|
-
export { label_38 as label };
|
|
690
|
-
let component_38: string;
|
|
691
|
-
export { component_38 as component };
|
|
692
|
-
let type_38: string;
|
|
693
|
-
export { type_38 as type };
|
|
694
|
-
let _default_17: boolean;
|
|
695
|
-
export { _default_17 as default };
|
|
696
|
-
let hint_2: string;
|
|
697
|
-
export { hint_2 as hint };
|
|
698
|
-
let meta_38: string;
|
|
699
|
-
export { meta_38 as meta };
|
|
700
|
-
}
|
|
701
|
-
export { diffusion_1 as diffusion };
|
|
702
|
-
export namespace publication_1 {
|
|
703
|
-
let label_39: string;
|
|
704
|
-
export { label_39 as label };
|
|
705
|
-
let component_39: string;
|
|
706
|
-
export { component_39 as component };
|
|
707
|
-
let type_39: string;
|
|
708
|
-
export { type_39 as type };
|
|
709
|
-
let _default_18: boolean;
|
|
710
|
-
export { _default_18 as default };
|
|
711
|
-
let hint_3: string;
|
|
712
|
-
export { hint_3 as hint };
|
|
713
|
-
let meta_39: string;
|
|
714
|
-
export { meta_39 as meta };
|
|
715
|
-
}
|
|
716
|
-
export { publication_1 as publication };
|
|
717
|
-
export namespace email_1 {
|
|
718
|
-
let label_40: string;
|
|
719
|
-
export { label_40 as label };
|
|
720
|
-
let component_40: string;
|
|
721
|
-
export { component_40 as component };
|
|
722
|
-
let type_40: string;
|
|
723
|
-
export { type_40 as type };
|
|
724
|
-
let _default_19: boolean;
|
|
725
|
-
export { _default_19 as default };
|
|
726
|
-
let hint_4: string;
|
|
727
|
-
export { hint_4 as hint };
|
|
728
|
-
let meta_40: string;
|
|
729
|
-
export { meta_40 as meta };
|
|
730
|
-
}
|
|
731
|
-
export { email_1 as email };
|
|
732
|
-
export namespace newsletter_1 {
|
|
733
|
-
let label_41: string;
|
|
734
|
-
export { label_41 as label };
|
|
735
|
-
let component_41: string;
|
|
736
|
-
export { component_41 as component };
|
|
737
|
-
let type_41: string;
|
|
738
|
-
export { type_41 as type };
|
|
739
|
-
let _default_20: boolean;
|
|
740
|
-
export { _default_20 as default };
|
|
741
|
-
let meta_41: string;
|
|
742
|
-
export { meta_41 as meta };
|
|
743
|
-
}
|
|
744
|
-
export { newsletter_1 as newsletter };
|
|
745
|
-
export namespace fellowshipnewsletter_1 {
|
|
746
|
-
let label_42: string;
|
|
747
|
-
export { label_42 as label };
|
|
748
|
-
let component_42: string;
|
|
749
|
-
export { component_42 as component };
|
|
750
|
-
let type_42: string;
|
|
751
|
-
export { type_42 as type };
|
|
752
|
-
let _default_21: boolean;
|
|
753
|
-
export { _default_21 as default };
|
|
754
|
-
let meta_42: string;
|
|
755
|
-
export { meta_42 as meta };
|
|
756
|
-
}
|
|
757
|
-
export { fellowshipnewsletter_1 as fellowshipnewsletter };
|
|
758
|
-
}
|
|
759
|
-
export { items_4 as items };
|
|
760
|
-
}
|
|
761
|
-
export { consent_1 as consent };
|
|
762
|
-
export namespace groups_1 {
|
|
763
|
-
let label_43: string;
|
|
764
|
-
export { label_43 as label };
|
|
765
|
-
let component_43: string;
|
|
766
|
-
export { component_43 as component };
|
|
767
|
-
let type_43: string;
|
|
768
|
-
export { type_43 as type };
|
|
769
|
-
export namespace rules_22 {
|
|
770
|
-
let required_7: boolean;
|
|
771
|
-
export { required_7 as required };
|
|
772
|
-
}
|
|
773
|
-
export { rules_22 as rules };
|
|
774
|
-
let meta_43: string;
|
|
775
|
-
export { meta_43 as meta };
|
|
776
|
-
export namespace items_5 {
|
|
777
|
-
export namespace team_1 {
|
|
778
|
-
let label_44: string;
|
|
779
|
-
export { label_44 as label };
|
|
780
|
-
let component_44: string;
|
|
781
|
-
export { component_44 as component };
|
|
782
|
-
let type_44: string;
|
|
783
|
-
export { type_44 as type };
|
|
784
|
-
let meta_44: string;
|
|
785
|
-
export { meta_44 as meta };
|
|
786
|
-
}
|
|
787
|
-
export { team_1 as team };
|
|
788
|
-
export namespace sab_1 {
|
|
789
|
-
let label_45: string;
|
|
790
|
-
export { label_45 as label };
|
|
791
|
-
let component_45: string;
|
|
792
|
-
export { component_45 as component };
|
|
793
|
-
let type_45: string;
|
|
794
|
-
export { type_45 as type };
|
|
795
|
-
let meta_45: string;
|
|
796
|
-
export { meta_45 as meta };
|
|
797
|
-
}
|
|
798
|
-
export { sab_1 as sab };
|
|
799
|
-
export namespace board_1 {
|
|
800
|
-
let label_46: string;
|
|
801
|
-
export { label_46 as label };
|
|
802
|
-
let component_46: string;
|
|
803
|
-
export { component_46 as component };
|
|
804
|
-
let type_46: string;
|
|
805
|
-
export { type_46 as type };
|
|
806
|
-
let meta_46: string;
|
|
807
|
-
export { meta_46 as meta };
|
|
808
|
-
}
|
|
809
|
-
export { board_1 as board };
|
|
810
|
-
export namespace fellows_1 {
|
|
811
|
-
let label_47: string;
|
|
812
|
-
export { label_47 as label };
|
|
813
|
-
let component_47: string;
|
|
814
|
-
export { component_47 as component };
|
|
815
|
-
let type_47: string;
|
|
816
|
-
export { type_47 as type };
|
|
817
|
-
let meta_47: string;
|
|
818
|
-
export { meta_47 as meta };
|
|
819
|
-
}
|
|
820
|
-
export { fellows_1 as fellows };
|
|
821
|
-
export namespace sponsor_1 {
|
|
822
|
-
let label_48: string;
|
|
823
|
-
export { label_48 as label };
|
|
824
|
-
let component_48: string;
|
|
825
|
-
export { component_48 as component };
|
|
826
|
-
let type_48: string;
|
|
827
|
-
export { type_48 as type };
|
|
828
|
-
let meta_48: string;
|
|
829
|
-
export { meta_48 as meta };
|
|
830
|
-
}
|
|
831
|
-
export { sponsor_1 as sponsor };
|
|
832
|
-
export namespace vintage_1 {
|
|
833
|
-
let label_49: string;
|
|
834
|
-
export { label_49 as label };
|
|
835
|
-
let component_49: string;
|
|
836
|
-
export { component_49 as component };
|
|
837
|
-
let type_49: string;
|
|
838
|
-
export { type_49 as type };
|
|
839
|
-
let meta_49: string;
|
|
840
|
-
export { meta_49 as meta };
|
|
841
|
-
export namespace items_6 {
|
|
842
|
-
export namespace name {
|
|
843
|
-
let label_50: string;
|
|
844
|
-
export { label_50 as label };
|
|
845
|
-
let type_50: string;
|
|
846
|
-
export { type_50 as type };
|
|
847
|
-
let component_50: string;
|
|
848
|
-
export { component_50 as component };
|
|
849
|
-
export namespace rules_23 {
|
|
850
|
-
let required_8: boolean;
|
|
851
|
-
export { required_8 as required };
|
|
852
|
-
let min_5: number;
|
|
853
|
-
export { min_5 as min };
|
|
854
|
-
let max_7: number;
|
|
855
|
-
export { max_7 as max };
|
|
856
|
-
}
|
|
857
|
-
export { rules_23 as rules };
|
|
858
|
-
let meta_50: string;
|
|
859
|
-
export { meta_50 as meta };
|
|
860
|
-
}
|
|
861
|
-
export namespace year {
|
|
862
|
-
let label_51: string;
|
|
863
|
-
export { label_51 as label };
|
|
864
|
-
let type_51: string;
|
|
865
|
-
export { type_51 as type };
|
|
866
|
-
let component_51: string;
|
|
867
|
-
export { component_51 as component };
|
|
868
|
-
export namespace rules_24 {
|
|
869
|
-
let required_9: boolean;
|
|
870
|
-
export { required_9 as required };
|
|
871
|
-
let min_6: number;
|
|
872
|
-
export { min_6 as min };
|
|
873
|
-
let max_8: number;
|
|
874
|
-
export { max_8 as max };
|
|
875
|
-
}
|
|
876
|
-
export { rules_24 as rules };
|
|
877
|
-
let meta_51: string;
|
|
878
|
-
export { meta_51 as meta };
|
|
879
|
-
}
|
|
880
|
-
export namespace theme {
|
|
881
|
-
let label_52: string;
|
|
882
|
-
export { label_52 as label };
|
|
883
|
-
let type_52: string;
|
|
884
|
-
export { type_52 as type };
|
|
885
|
-
let component_52: string;
|
|
886
|
-
export { component_52 as component };
|
|
887
|
-
let i18n_3: boolean;
|
|
888
|
-
export { i18n_3 as i18n };
|
|
889
|
-
export namespace rules_25 {
|
|
890
|
-
let required_10: boolean;
|
|
891
|
-
export { required_10 as required };
|
|
892
|
-
let min_7: number;
|
|
893
|
-
export { min_7 as min };
|
|
894
|
-
let max_9: number;
|
|
895
|
-
export { max_9 as max };
|
|
896
|
-
}
|
|
897
|
-
export { rules_25 as rules };
|
|
898
|
-
let meta_52: string;
|
|
899
|
-
export { meta_52 as meta };
|
|
900
|
-
}
|
|
901
|
-
export namespace url_14 {
|
|
902
|
-
let type_53: string;
|
|
903
|
-
export { type_53 as type };
|
|
904
|
-
let component_53: string;
|
|
905
|
-
export { component_53 as component };
|
|
906
|
-
let label_53: string;
|
|
907
|
-
export { label_53 as label };
|
|
908
|
-
export namespace rules_26 {
|
|
909
|
-
let required_11: boolean;
|
|
910
|
-
export { required_11 as required };
|
|
911
|
-
let url_15: boolean;
|
|
912
|
-
export { url_15 as url };
|
|
913
|
-
let max_10: number;
|
|
914
|
-
export { max_10 as max };
|
|
915
|
-
}
|
|
916
|
-
export { rules_26 as rules };
|
|
917
|
-
let meta_53: string;
|
|
918
|
-
export { meta_53 as meta };
|
|
919
|
-
}
|
|
920
|
-
export { url_14 as url };
|
|
921
|
-
}
|
|
922
|
-
export { items_6 as items };
|
|
923
|
-
}
|
|
924
|
-
export { vintage_1 as vintage };
|
|
925
|
-
}
|
|
926
|
-
export { items_5 as items };
|
|
927
|
-
}
|
|
928
|
-
export { groups_1 as groups };
|
|
929
|
-
export namespace lang_1 {
|
|
930
|
-
let label_54: string;
|
|
931
|
-
export { label_54 as label };
|
|
932
|
-
let component_54: string;
|
|
933
|
-
export { component_54 as component };
|
|
934
|
-
let type_54: string;
|
|
935
|
-
export { type_54 as type };
|
|
936
|
-
export namespace rules_27 {
|
|
937
|
-
let required_12: boolean;
|
|
938
|
-
export { required_12 as required };
|
|
939
|
-
}
|
|
940
|
-
export { rules_27 as rules };
|
|
941
|
-
let meta_54: string;
|
|
942
|
-
export { meta_54 as meta };
|
|
943
|
-
}
|
|
944
|
-
export { lang_1 as lang };
|
|
945
|
-
}
|
|
946
|
-
}
|
|
1
|
+
declare const _default: any;
|
|
947
2
|
export default _default;
|