@paris-ias/trees 2.0.21 → 2.0.23
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.cjs.js +17 -17
- package/dist/form/actions.d.ts +11 -0
- package/dist/form/actions.js +17 -17
- package/dist/form/affiliations.cjs.js +19 -124
- package/dist/form/affiliations.js +19 -124
- package/dist/form/apps.cjs.js +1 -1
- package/dist/form/apps.js +1 -1
- package/dist/form/disciplines.cjs.js +13 -2
- package/dist/form/disciplines.js +13 -2
- package/dist/form/events.cjs.js +106 -131
- package/dist/form/events.js +106 -131
- package/dist/form/fellowships.cjs.js +92 -100
- package/dist/form/fellowships.js +92 -100
- package/dist/form/mailing.cjs.js +3 -4
- package/dist/form/mailing.d.ts +1 -0
- package/dist/form/mailing.js +3 -4
- package/dist/form/news.cjs.js +49 -61
- package/dist/form/news.js +49 -61
- package/dist/form/people.cjs.js +1 -6
- package/dist/form/people.js +1 -6
- package/dist/form/projects.cjs.js +17 -17
- package/dist/form/projects.js +17 -17
- package/dist/form/publications.cjs.js +3 -10
- package/dist/form/publications.js +3 -10
- package/dist/form/tags.cjs.js +9 -0
- package/dist/form/tags.js +9 -0
- package/dist/form/users.cjs.js +1 -6
- package/dist/form/users.js +1 -6
- package/dist/list/actions.d.ts +11 -0
- package/dist/list/affiliations.cjs.js +1 -7
- package/dist/list/affiliations.js +1 -7
- package/dist/list/mailing.d.ts +1 -0
- package/package.json +1 -1
package/dist/form/news.js
CHANGED
|
@@ -67,12 +67,13 @@ const data = {
|
|
|
67
67
|
"en": "",
|
|
68
68
|
"fr": ""
|
|
69
69
|
},
|
|
70
|
+
"date": "",
|
|
71
|
+
"category": "",
|
|
70
72
|
"image": "",
|
|
71
73
|
"color": "",
|
|
72
74
|
"url": "",
|
|
73
75
|
"files": "",
|
|
74
76
|
"gallery": "",
|
|
75
|
-
"date": "",
|
|
76
77
|
"featured": "",
|
|
77
78
|
"tags": "",
|
|
78
79
|
"related": {
|
|
@@ -82,8 +83,7 @@ const data = {
|
|
|
82
83
|
"publications": "",
|
|
83
84
|
"projects": "",
|
|
84
85
|
"fellowships": ""
|
|
85
|
-
}
|
|
86
|
-
"category": ""
|
|
86
|
+
}
|
|
87
87
|
},
|
|
88
88
|
"schema": {
|
|
89
89
|
"name": {
|
|
@@ -103,8 +103,8 @@ const data = {
|
|
|
103
103
|
"component": "TextArea",
|
|
104
104
|
"type": "PRIMITIVE",
|
|
105
105
|
"i18n": true,
|
|
106
|
+
"description": "Will be extracted from description if left empty",
|
|
106
107
|
"rules": {
|
|
107
|
-
"required": true,
|
|
108
108
|
"min": 5,
|
|
109
109
|
"max": 200
|
|
110
110
|
},
|
|
@@ -130,17 +130,56 @@ const data = {
|
|
|
130
130
|
"rules": {
|
|
131
131
|
"required": true,
|
|
132
132
|
"min": 5,
|
|
133
|
-
"max":
|
|
133
|
+
"max": 2000
|
|
134
134
|
},
|
|
135
135
|
"meta": "description"
|
|
136
136
|
},
|
|
137
|
+
"date": {
|
|
138
|
+
"label": "date",
|
|
139
|
+
"component": "DatePicker",
|
|
140
|
+
"type": "PRIMITIVE",
|
|
141
|
+
"description": "If the date is in the future, will be scheduled for publication at due time/date",
|
|
142
|
+
"rules": {
|
|
143
|
+
"required": true,
|
|
144
|
+
"date": true
|
|
145
|
+
},
|
|
146
|
+
"meta": "date"
|
|
147
|
+
},
|
|
148
|
+
"category": {
|
|
149
|
+
"label": "category",
|
|
150
|
+
"component": "Select",
|
|
151
|
+
"type": "PRIMITIVE",
|
|
152
|
+
"rules": {
|
|
153
|
+
"required": true
|
|
154
|
+
},
|
|
155
|
+
"items": {
|
|
156
|
+
"PressRelease": "PRESS_RELEASE",
|
|
157
|
+
"Interview": "INTERVIEW",
|
|
158
|
+
"Article": "ARTICLE",
|
|
159
|
+
"Opinion": "OPINION",
|
|
160
|
+
"Report": "REPORT",
|
|
161
|
+
"Blog": "BLOG",
|
|
162
|
+
"LifeAtTheInstitute": "LIFE_AT_THE_INSTITUTE",
|
|
163
|
+
"Event": "EVENT",
|
|
164
|
+
"Announcement": "ANNOUNCEMENT",
|
|
165
|
+
"Job": "JOB",
|
|
166
|
+
"Fellowship": "FELLOWSHIP",
|
|
167
|
+
"Grant": "GRANT",
|
|
168
|
+
"Award": "AWARD",
|
|
169
|
+
"Project": "PROJECT",
|
|
170
|
+
"Tool": "TOOL",
|
|
171
|
+
"Software": "SOFTWARE",
|
|
172
|
+
"Data": "DATA",
|
|
173
|
+
"Publication": "PUBLICATION",
|
|
174
|
+
"Video": "VIDEO",
|
|
175
|
+
"Audio": "AUDIO"
|
|
176
|
+
},
|
|
177
|
+
"meta": "category"
|
|
178
|
+
},
|
|
137
179
|
"image": {
|
|
138
180
|
"label": "image",
|
|
139
181
|
"component": "ImagePicker",
|
|
140
182
|
"type": "DOCUMENT",
|
|
141
|
-
"rules": {
|
|
142
|
-
"required": true
|
|
143
|
-
},
|
|
144
183
|
"meta": "image",
|
|
145
184
|
"default": ""
|
|
146
185
|
},
|
|
@@ -149,7 +188,6 @@ const data = {
|
|
|
149
188
|
"component": "ColorPicker",
|
|
150
189
|
"type": "PRIMITIVE",
|
|
151
190
|
"rules": {
|
|
152
|
-
"required": true,
|
|
153
191
|
"color": true
|
|
154
192
|
},
|
|
155
193
|
"meta": "color"
|
|
@@ -159,7 +197,6 @@ const data = {
|
|
|
159
197
|
"component": "TextField",
|
|
160
198
|
"type": "PRIMITIVE",
|
|
161
199
|
"rules": {
|
|
162
|
-
"required": true,
|
|
163
200
|
"url": true
|
|
164
201
|
},
|
|
165
202
|
"meta": "url"
|
|
@@ -168,9 +205,6 @@ const data = {
|
|
|
168
205
|
"label": "files",
|
|
169
206
|
"component": "FilePicker",
|
|
170
207
|
"type": "DOCUMENT",
|
|
171
|
-
"rules": {
|
|
172
|
-
"required": true
|
|
173
|
-
},
|
|
174
208
|
"meta": "files",
|
|
175
209
|
"default": ""
|
|
176
210
|
},
|
|
@@ -178,26 +212,17 @@ const data = {
|
|
|
178
212
|
"label": "gallery",
|
|
179
213
|
"component": "ImagePicker",
|
|
180
214
|
"type": "DOCUMENT",
|
|
181
|
-
"multiple": true,
|
|
182
215
|
"meta": "gallery",
|
|
183
|
-
"default": ""
|
|
184
|
-
},
|
|
185
|
-
"date": {
|
|
186
|
-
"label": "date",
|
|
187
|
-
"component": "DatePicker",
|
|
188
|
-
"type": "PRIMITIVE",
|
|
189
216
|
"rules": {
|
|
190
|
-
"
|
|
191
|
-
"date": true
|
|
217
|
+
"max": 100
|
|
192
218
|
},
|
|
193
|
-
"
|
|
219
|
+
"default": ""
|
|
194
220
|
},
|
|
195
221
|
"featured": {
|
|
196
222
|
"label": "featured",
|
|
197
223
|
"component": "DatePicker",
|
|
198
224
|
"type": "PRIMITIVE",
|
|
199
225
|
"rules": {
|
|
200
|
-
"required": true,
|
|
201
226
|
"date": true
|
|
202
227
|
},
|
|
203
228
|
"meta": "featured"
|
|
@@ -207,7 +232,6 @@ const data = {
|
|
|
207
232
|
"component": "TagPicker",
|
|
208
233
|
"type": "DOCUMENT",
|
|
209
234
|
"rules": {
|
|
210
|
-
"required": true,
|
|
211
235
|
"min": 1
|
|
212
236
|
},
|
|
213
237
|
"meta": "tags",
|
|
@@ -217,11 +241,6 @@ const data = {
|
|
|
217
241
|
"label": "related",
|
|
218
242
|
"component": "ObjectContainerPanel",
|
|
219
243
|
"type": "OBJECT",
|
|
220
|
-
"rules": {
|
|
221
|
-
"required": true,
|
|
222
|
-
"min": 5,
|
|
223
|
-
"max": 200
|
|
224
|
-
},
|
|
225
244
|
"meta": "related",
|
|
226
245
|
"items": {
|
|
227
246
|
"events": {
|
|
@@ -267,37 +286,6 @@ const data = {
|
|
|
267
286
|
"default": ""
|
|
268
287
|
}
|
|
269
288
|
}
|
|
270
|
-
},
|
|
271
|
-
"category": {
|
|
272
|
-
"label": "category",
|
|
273
|
-
"component": "Select",
|
|
274
|
-
"type": "PRIMITIVE",
|
|
275
|
-
"rules": {
|
|
276
|
-
"required": true
|
|
277
|
-
},
|
|
278
|
-
"items": {
|
|
279
|
-
"PressRelease": "PRESS_RELEASE",
|
|
280
|
-
"Interview": "INTERVIEW",
|
|
281
|
-
"Article": "ARTICLE",
|
|
282
|
-
"Opinion": "OPINION",
|
|
283
|
-
"Report": "REPORT",
|
|
284
|
-
"Blog": "BLOG",
|
|
285
|
-
"LifeAtTheInstitute": "LIFE_AT_THE_INSTITUTE",
|
|
286
|
-
"Event": "EVENT",
|
|
287
|
-
"Announcement": "ANNOUNCEMENT",
|
|
288
|
-
"Job": "JOB",
|
|
289
|
-
"Fellowship": "FELLOWSHIP",
|
|
290
|
-
"Grant": "GRANT",
|
|
291
|
-
"Award": "AWARD",
|
|
292
|
-
"Project": "PROJECT",
|
|
293
|
-
"Tool": "TOOL",
|
|
294
|
-
"Software": "SOFTWARE",
|
|
295
|
-
"Data": "DATA",
|
|
296
|
-
"Publication": "PUBLICATION",
|
|
297
|
-
"Video": "VIDEO",
|
|
298
|
-
"Audio": "AUDIO"
|
|
299
|
-
},
|
|
300
|
-
"meta": "category"
|
|
301
289
|
}
|
|
302
290
|
}
|
|
303
291
|
};
|
package/dist/form/people.cjs.js
CHANGED
|
@@ -243,7 +243,7 @@ const data = {
|
|
|
243
243
|
"rules": {
|
|
244
244
|
"required": true,
|
|
245
245
|
"min": 3,
|
|
246
|
-
"max":
|
|
246
|
+
"max": 400
|
|
247
247
|
},
|
|
248
248
|
"meta": "department"
|
|
249
249
|
},
|
|
@@ -500,11 +500,6 @@ const data = {
|
|
|
500
500
|
"label": "related",
|
|
501
501
|
"component": "ObjectContainerPanel",
|
|
502
502
|
"type": "OBJECT",
|
|
503
|
-
"rules": {
|
|
504
|
-
"required": true,
|
|
505
|
-
"min": 5,
|
|
506
|
-
"max": 200
|
|
507
|
-
},
|
|
508
503
|
"meta": "related",
|
|
509
504
|
"items": {
|
|
510
505
|
"events": {
|
package/dist/form/people.js
CHANGED
|
@@ -241,7 +241,7 @@ const data = {
|
|
|
241
241
|
"rules": {
|
|
242
242
|
"required": true,
|
|
243
243
|
"min": 3,
|
|
244
|
-
"max":
|
|
244
|
+
"max": 400
|
|
245
245
|
},
|
|
246
246
|
"meta": "department"
|
|
247
247
|
},
|
|
@@ -498,11 +498,6 @@ const data = {
|
|
|
498
498
|
"label": "related",
|
|
499
499
|
"component": "ObjectContainerPanel",
|
|
500
500
|
"type": "OBJECT",
|
|
501
|
-
"rules": {
|
|
502
|
-
"required": true,
|
|
503
|
-
"min": 5,
|
|
504
|
-
"max": 200
|
|
505
|
-
},
|
|
506
501
|
"meta": "related",
|
|
507
502
|
"items": {
|
|
508
503
|
"events": {
|
|
@@ -69,6 +69,7 @@ const data = {
|
|
|
69
69
|
"en": "",
|
|
70
70
|
"fr": ""
|
|
71
71
|
},
|
|
72
|
+
"image": "",
|
|
72
73
|
"url": "",
|
|
73
74
|
"status": "",
|
|
74
75
|
"affiliations": "",
|
|
@@ -80,7 +81,6 @@ const data = {
|
|
|
80
81
|
"projects": "",
|
|
81
82
|
"fellowships": ""
|
|
82
83
|
},
|
|
83
|
-
"image": "",
|
|
84
84
|
"gallery": "",
|
|
85
85
|
"video": {
|
|
86
86
|
"url": "",
|
|
@@ -144,6 +144,7 @@ const data = {
|
|
|
144
144
|
"label": "summary",
|
|
145
145
|
"component": "TextArea",
|
|
146
146
|
"type": "PRIMITIVE",
|
|
147
|
+
"description": "Will be extracted from description if left empty",
|
|
147
148
|
"i18n": true,
|
|
148
149
|
"rules": {
|
|
149
150
|
"min": 5,
|
|
@@ -151,6 +152,17 @@ const data = {
|
|
|
151
152
|
},
|
|
152
153
|
"meta": "summary"
|
|
153
154
|
},
|
|
155
|
+
"image": {
|
|
156
|
+
"label": "image",
|
|
157
|
+
"component": "ImagePicker",
|
|
158
|
+
"type": "DOCUMENT",
|
|
159
|
+
"rules": {
|
|
160
|
+
"required": true,
|
|
161
|
+
"max": 1
|
|
162
|
+
},
|
|
163
|
+
"meta": "image",
|
|
164
|
+
"default": ""
|
|
165
|
+
},
|
|
154
166
|
"url": {
|
|
155
167
|
"label": "url",
|
|
156
168
|
"component": "TextField",
|
|
@@ -232,21 +244,13 @@ const data = {
|
|
|
232
244
|
}
|
|
233
245
|
}
|
|
234
246
|
},
|
|
235
|
-
"image": {
|
|
236
|
-
"label": "image",
|
|
237
|
-
"component": "ImagePicker",
|
|
238
|
-
"type": "DOCUMENT",
|
|
239
|
-
"rules": {
|
|
240
|
-
"required": true
|
|
241
|
-
},
|
|
242
|
-
"meta": "image",
|
|
243
|
-
"default": ""
|
|
244
|
-
},
|
|
245
247
|
"gallery": {
|
|
246
248
|
"label": "gallery",
|
|
247
249
|
"component": "ImagePicker",
|
|
248
250
|
"type": "DOCUMENT",
|
|
249
|
-
"
|
|
251
|
+
"rules": {
|
|
252
|
+
"max": 100
|
|
253
|
+
},
|
|
250
254
|
"meta": "gallery",
|
|
251
255
|
"default": ""
|
|
252
256
|
},
|
|
@@ -344,9 +348,7 @@ const data = {
|
|
|
344
348
|
"label": "tags",
|
|
345
349
|
"component": "TagPicker",
|
|
346
350
|
"type": "DOCUMENT",
|
|
347
|
-
"rules": {
|
|
348
|
-
"required": true
|
|
349
|
-
},
|
|
351
|
+
"rules": {},
|
|
350
352
|
"meta": "tags",
|
|
351
353
|
"default": ""
|
|
352
354
|
},
|
|
@@ -362,7 +364,6 @@ const data = {
|
|
|
362
364
|
"component": "ColorPicker",
|
|
363
365
|
"type": "PRIMITIVE",
|
|
364
366
|
"rules": {
|
|
365
|
-
"required": true,
|
|
366
367
|
"color": true
|
|
367
368
|
},
|
|
368
369
|
"meta": "color"
|
|
@@ -382,7 +383,6 @@ const data = {
|
|
|
382
383
|
"component": "DatePicker",
|
|
383
384
|
"type": "PRIMITIVE",
|
|
384
385
|
"rules": {
|
|
385
|
-
"required": true,
|
|
386
386
|
"date": true
|
|
387
387
|
},
|
|
388
388
|
"meta": "featured"
|
package/dist/form/projects.js
CHANGED
|
@@ -67,6 +67,7 @@ const data = {
|
|
|
67
67
|
"en": "",
|
|
68
68
|
"fr": ""
|
|
69
69
|
},
|
|
70
|
+
"image": "",
|
|
70
71
|
"url": "",
|
|
71
72
|
"status": "",
|
|
72
73
|
"affiliations": "",
|
|
@@ -78,7 +79,6 @@ const data = {
|
|
|
78
79
|
"projects": "",
|
|
79
80
|
"fellowships": ""
|
|
80
81
|
},
|
|
81
|
-
"image": "",
|
|
82
82
|
"gallery": "",
|
|
83
83
|
"video": {
|
|
84
84
|
"url": "",
|
|
@@ -142,6 +142,7 @@ const data = {
|
|
|
142
142
|
"label": "summary",
|
|
143
143
|
"component": "TextArea",
|
|
144
144
|
"type": "PRIMITIVE",
|
|
145
|
+
"description": "Will be extracted from description if left empty",
|
|
145
146
|
"i18n": true,
|
|
146
147
|
"rules": {
|
|
147
148
|
"min": 5,
|
|
@@ -149,6 +150,17 @@ const data = {
|
|
|
149
150
|
},
|
|
150
151
|
"meta": "summary"
|
|
151
152
|
},
|
|
153
|
+
"image": {
|
|
154
|
+
"label": "image",
|
|
155
|
+
"component": "ImagePicker",
|
|
156
|
+
"type": "DOCUMENT",
|
|
157
|
+
"rules": {
|
|
158
|
+
"required": true,
|
|
159
|
+
"max": 1
|
|
160
|
+
},
|
|
161
|
+
"meta": "image",
|
|
162
|
+
"default": ""
|
|
163
|
+
},
|
|
152
164
|
"url": {
|
|
153
165
|
"label": "url",
|
|
154
166
|
"component": "TextField",
|
|
@@ -230,21 +242,13 @@ const data = {
|
|
|
230
242
|
}
|
|
231
243
|
}
|
|
232
244
|
},
|
|
233
|
-
"image": {
|
|
234
|
-
"label": "image",
|
|
235
|
-
"component": "ImagePicker",
|
|
236
|
-
"type": "DOCUMENT",
|
|
237
|
-
"rules": {
|
|
238
|
-
"required": true
|
|
239
|
-
},
|
|
240
|
-
"meta": "image",
|
|
241
|
-
"default": ""
|
|
242
|
-
},
|
|
243
245
|
"gallery": {
|
|
244
246
|
"label": "gallery",
|
|
245
247
|
"component": "ImagePicker",
|
|
246
248
|
"type": "DOCUMENT",
|
|
247
|
-
"
|
|
249
|
+
"rules": {
|
|
250
|
+
"max": 100
|
|
251
|
+
},
|
|
248
252
|
"meta": "gallery",
|
|
249
253
|
"default": ""
|
|
250
254
|
},
|
|
@@ -342,9 +346,7 @@ const data = {
|
|
|
342
346
|
"label": "tags",
|
|
343
347
|
"component": "TagPicker",
|
|
344
348
|
"type": "DOCUMENT",
|
|
345
|
-
"rules": {
|
|
346
|
-
"required": true
|
|
347
|
-
},
|
|
349
|
+
"rules": {},
|
|
348
350
|
"meta": "tags",
|
|
349
351
|
"default": ""
|
|
350
352
|
},
|
|
@@ -360,7 +362,6 @@ const data = {
|
|
|
360
362
|
"component": "ColorPicker",
|
|
361
363
|
"type": "PRIMITIVE",
|
|
362
364
|
"rules": {
|
|
363
|
-
"required": true,
|
|
364
365
|
"color": true
|
|
365
366
|
},
|
|
366
367
|
"meta": "color"
|
|
@@ -380,7 +381,6 @@ const data = {
|
|
|
380
381
|
"component": "DatePicker",
|
|
381
382
|
"type": "PRIMITIVE",
|
|
382
383
|
"rules": {
|
|
383
|
-
"required": true,
|
|
384
384
|
"date": true
|
|
385
385
|
},
|
|
386
386
|
"meta": "featured"
|
|
@@ -146,9 +146,9 @@ const data = {
|
|
|
146
146
|
"label": "summary",
|
|
147
147
|
"component": "TextArea",
|
|
148
148
|
"type": "PRIMITIVE",
|
|
149
|
+
"description": "Will be extracted from description if left empty",
|
|
149
150
|
"i18n": true,
|
|
150
151
|
"rules": {
|
|
151
|
-
"required": true,
|
|
152
152
|
"min": 5,
|
|
153
153
|
"max": 2000
|
|
154
154
|
},
|
|
@@ -166,7 +166,7 @@ const data = {
|
|
|
166
166
|
},
|
|
167
167
|
"affiliations": {
|
|
168
168
|
"label": "affiliations",
|
|
169
|
-
"component": "
|
|
169
|
+
"component": "DocumentPicker",
|
|
170
170
|
"type": "DOCUMENT",
|
|
171
171
|
"meta": "affiliations",
|
|
172
172
|
"default": ""
|
|
@@ -193,11 +193,6 @@ const data = {
|
|
|
193
193
|
"label": "related",
|
|
194
194
|
"component": "ObjectContainerPanel",
|
|
195
195
|
"type": "OBJECT",
|
|
196
|
-
"rules": {
|
|
197
|
-
"required": true,
|
|
198
|
-
"min": 5,
|
|
199
|
-
"max": 200
|
|
200
|
-
},
|
|
201
196
|
"meta": "related",
|
|
202
197
|
"items": {
|
|
203
198
|
"events": {
|
|
@@ -261,9 +256,7 @@ const data = {
|
|
|
261
256
|
"component": "ImagePicker",
|
|
262
257
|
"type": "DOCUMENT",
|
|
263
258
|
"rules": {
|
|
264
|
-
"
|
|
265
|
-
"min": 5,
|
|
266
|
-
"max": 200
|
|
259
|
+
"max": 1
|
|
267
260
|
},
|
|
268
261
|
"meta": "image",
|
|
269
262
|
"default": ""
|
|
@@ -144,9 +144,9 @@ const data = {
|
|
|
144
144
|
"label": "summary",
|
|
145
145
|
"component": "TextArea",
|
|
146
146
|
"type": "PRIMITIVE",
|
|
147
|
+
"description": "Will be extracted from description if left empty",
|
|
147
148
|
"i18n": true,
|
|
148
149
|
"rules": {
|
|
149
|
-
"required": true,
|
|
150
150
|
"min": 5,
|
|
151
151
|
"max": 2000
|
|
152
152
|
},
|
|
@@ -164,7 +164,7 @@ const data = {
|
|
|
164
164
|
},
|
|
165
165
|
"affiliations": {
|
|
166
166
|
"label": "affiliations",
|
|
167
|
-
"component": "
|
|
167
|
+
"component": "DocumentPicker",
|
|
168
168
|
"type": "DOCUMENT",
|
|
169
169
|
"meta": "affiliations",
|
|
170
170
|
"default": ""
|
|
@@ -191,11 +191,6 @@ const data = {
|
|
|
191
191
|
"label": "related",
|
|
192
192
|
"component": "ObjectContainerPanel",
|
|
193
193
|
"type": "OBJECT",
|
|
194
|
-
"rules": {
|
|
195
|
-
"required": true,
|
|
196
|
-
"min": 5,
|
|
197
|
-
"max": 200
|
|
198
|
-
},
|
|
199
194
|
"meta": "related",
|
|
200
195
|
"items": {
|
|
201
196
|
"events": {
|
|
@@ -259,9 +254,7 @@ const data = {
|
|
|
259
254
|
"component": "ImagePicker",
|
|
260
255
|
"type": "DOCUMENT",
|
|
261
256
|
"rules": {
|
|
262
|
-
"
|
|
263
|
-
"min": 5,
|
|
264
|
-
"max": 200
|
|
257
|
+
"max": 1
|
|
265
258
|
},
|
|
266
259
|
"meta": "image",
|
|
267
260
|
"default": ""
|
package/dist/form/tags.cjs.js
CHANGED
|
@@ -54,6 +54,7 @@ const selectiveDeepFreeze = (obj, path = []) => {
|
|
|
54
54
|
const data = {
|
|
55
55
|
"_defaults": {
|
|
56
56
|
"name": "",
|
|
57
|
+
"image": "",
|
|
57
58
|
"description": "",
|
|
58
59
|
"icon": ""
|
|
59
60
|
},
|
|
@@ -69,6 +70,14 @@ const data = {
|
|
|
69
70
|
},
|
|
70
71
|
"meta": "name"
|
|
71
72
|
},
|
|
73
|
+
"image": {
|
|
74
|
+
"label": "image",
|
|
75
|
+
"component": "ImagePicker",
|
|
76
|
+
"description": "will replace the icon if provided",
|
|
77
|
+
"type": "DOCUMENT",
|
|
78
|
+
"meta": "image",
|
|
79
|
+
"default": ""
|
|
80
|
+
},
|
|
72
81
|
"description": {
|
|
73
82
|
"label": "description",
|
|
74
83
|
"component": "TextArea",
|
package/dist/form/tags.js
CHANGED
|
@@ -52,6 +52,7 @@ const selectiveDeepFreeze = (obj, path = []) => {
|
|
|
52
52
|
const data = {
|
|
53
53
|
"_defaults": {
|
|
54
54
|
"name": "",
|
|
55
|
+
"image": "",
|
|
55
56
|
"description": "",
|
|
56
57
|
"icon": ""
|
|
57
58
|
},
|
|
@@ -67,6 +68,14 @@ const data = {
|
|
|
67
68
|
},
|
|
68
69
|
"meta": "name"
|
|
69
70
|
},
|
|
71
|
+
"image": {
|
|
72
|
+
"label": "image",
|
|
73
|
+
"component": "ImagePicker",
|
|
74
|
+
"description": "will replace the icon if provided",
|
|
75
|
+
"type": "DOCUMENT",
|
|
76
|
+
"meta": "image",
|
|
77
|
+
"default": ""
|
|
78
|
+
},
|
|
70
79
|
"description": {
|
|
71
80
|
"label": "description",
|
|
72
81
|
"component": "TextArea",
|
package/dist/form/users.cjs.js
CHANGED
|
@@ -157,7 +157,7 @@ const data = {
|
|
|
157
157
|
},
|
|
158
158
|
"affiliations": {
|
|
159
159
|
"label": "affiliations",
|
|
160
|
-
"component": "
|
|
160
|
+
"component": "DocumentPicker",
|
|
161
161
|
"type": "DOCUMENT",
|
|
162
162
|
"meta": "affiliations",
|
|
163
163
|
"default": ""
|
|
@@ -406,11 +406,6 @@ const data = {
|
|
|
406
406
|
"label": "related",
|
|
407
407
|
"component": "ObjectContainerPanel",
|
|
408
408
|
"type": "OBJECT",
|
|
409
|
-
"rules": {
|
|
410
|
-
"required": true,
|
|
411
|
-
"min": 5,
|
|
412
|
-
"max": 200
|
|
413
|
-
},
|
|
414
409
|
"meta": "related",
|
|
415
410
|
"items": {
|
|
416
411
|
"events": {
|
package/dist/form/users.js
CHANGED
|
@@ -155,7 +155,7 @@ const data = {
|
|
|
155
155
|
},
|
|
156
156
|
"affiliations": {
|
|
157
157
|
"label": "affiliations",
|
|
158
|
-
"component": "
|
|
158
|
+
"component": "DocumentPicker",
|
|
159
159
|
"type": "DOCUMENT",
|
|
160
160
|
"meta": "affiliations",
|
|
161
161
|
"default": ""
|
|
@@ -404,11 +404,6 @@ const data = {
|
|
|
404
404
|
"label": "related",
|
|
405
405
|
"component": "ObjectContainerPanel",
|
|
406
406
|
"type": "OBJECT",
|
|
407
|
-
"rules": {
|
|
408
|
-
"required": true,
|
|
409
|
-
"min": 5,
|
|
410
|
-
"max": 200
|
|
411
|
-
},
|
|
412
407
|
"meta": "related",
|
|
413
408
|
"items": {
|
|
414
409
|
"events": {
|
package/dist/list/actions.d.ts
CHANGED
|
@@ -1,6 +1,17 @@
|
|
|
1
1
|
import type { Sort, Views } from "../../index"
|
|
2
2
|
|
|
3
3
|
// Inline type definitions
|
|
4
|
+
export enum ActionSlots {
|
|
5
|
+
All = "ALL",
|
|
6
|
+
Fellowships = "FELLOWSHIPS",
|
|
7
|
+
Network = "NETWORK",
|
|
8
|
+
Projects = "PROJECTS",
|
|
9
|
+
Events = "EVENTS",
|
|
10
|
+
Publications = "PUBLICATIONS",
|
|
11
|
+
News = "NEWS",
|
|
12
|
+
People = "PEOPLE",
|
|
13
|
+
}
|
|
14
|
+
|
|
4
15
|
export interface Actions {
|
|
5
16
|
color?: string
|
|
6
17
|
link: string
|
package/dist/list/mailing.d.ts
CHANGED