@paris-ias/trees 2.2.20 → 2.2.21
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/list/projects.cjs.js +15 -0
- package/dist/list/projects.js +15 -0
- package/dist/list/publications.cjs.js +0 -12
- package/dist/list/publications.js +0 -12
- package/package.json +1 -1
|
@@ -195,6 +195,21 @@ const data = {
|
|
|
195
195
|
"Project": "PROJECT"
|
|
196
196
|
},
|
|
197
197
|
"multiple": true,
|
|
198
|
+
"show": {
|
|
199
|
+
"default": true,
|
|
200
|
+
"switchIf": [
|
|
201
|
+
{
|
|
202
|
+
"modifier": "initiatives"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"modifier": "tools"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"modifier": "projects"
|
|
209
|
+
}
|
|
210
|
+
],
|
|
211
|
+
"disjonctive": true
|
|
212
|
+
},
|
|
198
213
|
"value": ""
|
|
199
214
|
},
|
|
200
215
|
"disciplines": {
|
package/dist/list/projects.js
CHANGED
|
@@ -193,6 +193,21 @@ const data = {
|
|
|
193
193
|
"Project": "PROJECT"
|
|
194
194
|
},
|
|
195
195
|
"multiple": true,
|
|
196
|
+
"show": {
|
|
197
|
+
"default": true,
|
|
198
|
+
"switchIf": [
|
|
199
|
+
{
|
|
200
|
+
"modifier": "initiatives"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"modifier": "tools"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"modifier": "projects"
|
|
207
|
+
}
|
|
208
|
+
],
|
|
209
|
+
"disjonctive": true
|
|
210
|
+
},
|
|
196
211
|
"value": ""
|
|
197
212
|
},
|
|
198
213
|
"disciplines": {
|
|
@@ -277,18 +277,6 @@ const data = {
|
|
|
277
277
|
"Medicine": "MEDICINE",
|
|
278
278
|
"PhysicsMathematicsAndEngineering": "PHYSICS_MATHEMATICS_AND_ENGINEERING"
|
|
279
279
|
},
|
|
280
|
-
"show": {
|
|
281
|
-
"default": false,
|
|
282
|
-
"switchIf": [
|
|
283
|
-
{
|
|
284
|
-
"modifier": "news"
|
|
285
|
-
},
|
|
286
|
-
{
|
|
287
|
-
"modifier": "media"
|
|
288
|
-
}
|
|
289
|
-
],
|
|
290
|
-
"disjonctive": true
|
|
291
|
-
},
|
|
292
280
|
"multiple": true,
|
|
293
281
|
"value": ""
|
|
294
282
|
},
|
|
@@ -275,18 +275,6 @@ const data = {
|
|
|
275
275
|
"Medicine": "MEDICINE",
|
|
276
276
|
"PhysicsMathematicsAndEngineering": "PHYSICS_MATHEMATICS_AND_ENGINEERING"
|
|
277
277
|
},
|
|
278
|
-
"show": {
|
|
279
|
-
"default": false,
|
|
280
|
-
"switchIf": [
|
|
281
|
-
{
|
|
282
|
-
"modifier": "news"
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
"modifier": "media"
|
|
286
|
-
}
|
|
287
|
-
],
|
|
288
|
-
"disjonctive": true
|
|
289
|
-
},
|
|
290
278
|
"multiple": true,
|
|
291
279
|
"value": ""
|
|
292
280
|
},
|