@paris-ias/trees 2.0.33 → 2.0.36
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/graphql/client/news/query.list.news.gql +1 -1
- package/dist/list/actions.cjs.js +21 -19
- package/dist/list/actions.js +21 -19
- package/dist/list/affiliations.cjs.js +21 -19
- package/dist/list/affiliations.js +21 -19
- package/dist/list/apps.cjs.js +21 -19
- package/dist/list/apps.js +21 -19
- package/dist/list/disciplines.cjs.js +21 -19
- package/dist/list/disciplines.js +21 -19
- package/dist/list/events.cjs.js +21 -19
- package/dist/list/events.js +21 -19
- package/dist/list/fellowships.cjs.js +21 -19
- package/dist/list/fellowships.js +21 -19
- package/dist/list/files.cjs.js +21 -19
- package/dist/list/files.js +21 -19
- package/dist/list/mailing.cjs.js +21 -19
- package/dist/list/mailing.js +21 -19
- package/dist/list/news.cjs.js +11 -13
- package/dist/list/news.js +11 -13
- package/dist/list/people.cjs.js +27 -19
- package/dist/list/people.js +27 -19
- package/dist/list/projects.cjs.js +21 -19
- package/dist/list/projects.js +21 -19
- package/dist/list/publications.cjs.js +21 -19
- package/dist/list/publications.js +21 -19
- package/dist/list/tags.cjs.js +21 -19
- package/dist/list/tags.js +21 -19
- package/dist/list/users.cjs.js +27 -19
- package/dist/list/users.js +27 -19
- package/package.json +1 -1
package/dist/list/actions.cjs.js
CHANGED
|
@@ -125,34 +125,42 @@ const data = {
|
|
|
125
125
|
"icon": "sort-alphabetical-ascending",
|
|
126
126
|
"text": "by-name-from-a-to-z",
|
|
127
127
|
"value": [
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
128
|
+
{
|
|
129
|
+
"name": 1
|
|
130
|
+
}
|
|
131
|
+
],
|
|
132
|
+
"active": false
|
|
131
133
|
},
|
|
132
134
|
"namedesc": {
|
|
133
135
|
"icon": "sort-alphabetical-descending",
|
|
134
136
|
"text": "by-name-from-z-to-a",
|
|
135
137
|
"value": [
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
138
|
+
{
|
|
139
|
+
"name": 1
|
|
140
|
+
}
|
|
141
|
+
],
|
|
142
|
+
"active": false
|
|
139
143
|
},
|
|
140
144
|
"dateasc": {
|
|
141
145
|
"icon": "sort-calendar-descending",
|
|
142
146
|
"text": "by-date-most-recent-first",
|
|
143
147
|
"value": [
|
|
144
|
-
|
|
145
|
-
|
|
148
|
+
{
|
|
149
|
+
"date": -1
|
|
150
|
+
}
|
|
146
151
|
],
|
|
147
|
-
"default": true
|
|
152
|
+
"default": true,
|
|
153
|
+
"active": true
|
|
148
154
|
},
|
|
149
155
|
"datedesc": {
|
|
150
156
|
"icon": "sort-calendar-ascending",
|
|
151
157
|
"text": "by-date-oldest-first",
|
|
152
158
|
"value": [
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
159
|
+
{
|
|
160
|
+
"date": 1
|
|
161
|
+
}
|
|
162
|
+
],
|
|
163
|
+
"active": false
|
|
156
164
|
}
|
|
157
165
|
},
|
|
158
166
|
"view": {
|
|
@@ -187,13 +195,7 @@ const data = {
|
|
|
187
195
|
"multiple": true
|
|
188
196
|
}
|
|
189
197
|
},
|
|
190
|
-
"limit": 20
|
|
191
|
-
"sortBy": [
|
|
192
|
-
"date"
|
|
193
|
-
],
|
|
194
|
-
"sortDesc": [
|
|
195
|
-
-1
|
|
196
|
-
]
|
|
198
|
+
"limit": 20
|
|
197
199
|
};
|
|
198
200
|
|
|
199
201
|
var actions = selectiveDeepFreeze(data);
|
package/dist/list/actions.js
CHANGED
|
@@ -123,34 +123,42 @@ const data = {
|
|
|
123
123
|
"icon": "sort-alphabetical-ascending",
|
|
124
124
|
"text": "by-name-from-a-to-z",
|
|
125
125
|
"value": [
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
126
|
+
{
|
|
127
|
+
"name": 1
|
|
128
|
+
}
|
|
129
|
+
],
|
|
130
|
+
"active": false
|
|
129
131
|
},
|
|
130
132
|
"namedesc": {
|
|
131
133
|
"icon": "sort-alphabetical-descending",
|
|
132
134
|
"text": "by-name-from-z-to-a",
|
|
133
135
|
"value": [
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
136
|
+
{
|
|
137
|
+
"name": 1
|
|
138
|
+
}
|
|
139
|
+
],
|
|
140
|
+
"active": false
|
|
137
141
|
},
|
|
138
142
|
"dateasc": {
|
|
139
143
|
"icon": "sort-calendar-descending",
|
|
140
144
|
"text": "by-date-most-recent-first",
|
|
141
145
|
"value": [
|
|
142
|
-
|
|
143
|
-
|
|
146
|
+
{
|
|
147
|
+
"date": -1
|
|
148
|
+
}
|
|
144
149
|
],
|
|
145
|
-
"default": true
|
|
150
|
+
"default": true,
|
|
151
|
+
"active": true
|
|
146
152
|
},
|
|
147
153
|
"datedesc": {
|
|
148
154
|
"icon": "sort-calendar-ascending",
|
|
149
155
|
"text": "by-date-oldest-first",
|
|
150
156
|
"value": [
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
157
|
+
{
|
|
158
|
+
"date": 1
|
|
159
|
+
}
|
|
160
|
+
],
|
|
161
|
+
"active": false
|
|
154
162
|
}
|
|
155
163
|
},
|
|
156
164
|
"view": {
|
|
@@ -185,13 +193,7 @@ const data = {
|
|
|
185
193
|
"multiple": true
|
|
186
194
|
}
|
|
187
195
|
},
|
|
188
|
-
"limit": 20
|
|
189
|
-
"sortBy": [
|
|
190
|
-
"date"
|
|
191
|
-
],
|
|
192
|
-
"sortDesc": [
|
|
193
|
-
-1
|
|
194
|
-
]
|
|
196
|
+
"limit": 20
|
|
195
197
|
};
|
|
196
198
|
|
|
197
199
|
var actions = selectiveDeepFreeze(data);
|
|
@@ -125,34 +125,42 @@ const data = {
|
|
|
125
125
|
"icon": "sort-alphabetical-ascending",
|
|
126
126
|
"text": "by-name-from-a-to-z",
|
|
127
127
|
"value": [
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
128
|
+
{
|
|
129
|
+
"name": 1
|
|
130
|
+
}
|
|
131
|
+
],
|
|
132
|
+
"active": false
|
|
131
133
|
},
|
|
132
134
|
"namedesc": {
|
|
133
135
|
"icon": "sort-alphabetical-descending",
|
|
134
136
|
"text": "by-name-from-z-to-a",
|
|
135
137
|
"value": [
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
138
|
+
{
|
|
139
|
+
"name": -1
|
|
140
|
+
}
|
|
141
|
+
],
|
|
142
|
+
"active": false
|
|
139
143
|
},
|
|
140
144
|
"dateasc": {
|
|
141
145
|
"icon": "sort-calendar-descending",
|
|
142
146
|
"text": "by-date-most-recent-first",
|
|
143
147
|
"value": [
|
|
144
|
-
|
|
145
|
-
|
|
148
|
+
{
|
|
149
|
+
"date": -1
|
|
150
|
+
}
|
|
146
151
|
],
|
|
147
|
-
"default": true
|
|
152
|
+
"default": true,
|
|
153
|
+
"active": true
|
|
148
154
|
},
|
|
149
155
|
"datedesc": {
|
|
150
156
|
"icon": "sort-calendar-ascending",
|
|
151
157
|
"text": "by-date-oldest-first",
|
|
152
158
|
"value": [
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
159
|
+
{
|
|
160
|
+
"date": 1
|
|
161
|
+
}
|
|
162
|
+
],
|
|
163
|
+
"active": false
|
|
156
164
|
}
|
|
157
165
|
},
|
|
158
166
|
"view": {
|
|
@@ -182,13 +190,7 @@ const data = {
|
|
|
182
190
|
"multiple": true
|
|
183
191
|
}
|
|
184
192
|
},
|
|
185
|
-
"limit": 20
|
|
186
|
-
"sortBy": [
|
|
187
|
-
"date"
|
|
188
|
-
],
|
|
189
|
-
"sortDesc": [
|
|
190
|
-
-1
|
|
191
|
-
]
|
|
193
|
+
"limit": 20
|
|
192
194
|
};
|
|
193
195
|
|
|
194
196
|
var affiliations = selectiveDeepFreeze(data);
|
|
@@ -123,34 +123,42 @@ const data = {
|
|
|
123
123
|
"icon": "sort-alphabetical-ascending",
|
|
124
124
|
"text": "by-name-from-a-to-z",
|
|
125
125
|
"value": [
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
126
|
+
{
|
|
127
|
+
"name": 1
|
|
128
|
+
}
|
|
129
|
+
],
|
|
130
|
+
"active": false
|
|
129
131
|
},
|
|
130
132
|
"namedesc": {
|
|
131
133
|
"icon": "sort-alphabetical-descending",
|
|
132
134
|
"text": "by-name-from-z-to-a",
|
|
133
135
|
"value": [
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
136
|
+
{
|
|
137
|
+
"name": -1
|
|
138
|
+
}
|
|
139
|
+
],
|
|
140
|
+
"active": false
|
|
137
141
|
},
|
|
138
142
|
"dateasc": {
|
|
139
143
|
"icon": "sort-calendar-descending",
|
|
140
144
|
"text": "by-date-most-recent-first",
|
|
141
145
|
"value": [
|
|
142
|
-
|
|
143
|
-
|
|
146
|
+
{
|
|
147
|
+
"date": -1
|
|
148
|
+
}
|
|
144
149
|
],
|
|
145
|
-
"default": true
|
|
150
|
+
"default": true,
|
|
151
|
+
"active": true
|
|
146
152
|
},
|
|
147
153
|
"datedesc": {
|
|
148
154
|
"icon": "sort-calendar-ascending",
|
|
149
155
|
"text": "by-date-oldest-first",
|
|
150
156
|
"value": [
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
157
|
+
{
|
|
158
|
+
"date": 1
|
|
159
|
+
}
|
|
160
|
+
],
|
|
161
|
+
"active": false
|
|
154
162
|
}
|
|
155
163
|
},
|
|
156
164
|
"view": {
|
|
@@ -180,13 +188,7 @@ const data = {
|
|
|
180
188
|
"multiple": true
|
|
181
189
|
}
|
|
182
190
|
},
|
|
183
|
-
"limit": 20
|
|
184
|
-
"sortBy": [
|
|
185
|
-
"date"
|
|
186
|
-
],
|
|
187
|
-
"sortDesc": [
|
|
188
|
-
-1
|
|
189
|
-
]
|
|
191
|
+
"limit": 20
|
|
190
192
|
};
|
|
191
193
|
|
|
192
194
|
var affiliations = selectiveDeepFreeze(data);
|
package/dist/list/apps.cjs.js
CHANGED
|
@@ -125,34 +125,42 @@ const data = {
|
|
|
125
125
|
"icon": "sort-alphabetical-ascending",
|
|
126
126
|
"text": "by-name-from-a-to-z",
|
|
127
127
|
"value": [
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
128
|
+
{
|
|
129
|
+
"name": 1
|
|
130
|
+
}
|
|
131
|
+
],
|
|
132
|
+
"active": false
|
|
131
133
|
},
|
|
132
134
|
"namedesc": {
|
|
133
135
|
"icon": "sort-alphabetical-descending",
|
|
134
136
|
"text": "by-name-from-z-to-a",
|
|
135
137
|
"value": [
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
138
|
+
{
|
|
139
|
+
"name": -1
|
|
140
|
+
}
|
|
141
|
+
],
|
|
142
|
+
"active": false
|
|
139
143
|
},
|
|
140
144
|
"dateasc": {
|
|
141
145
|
"icon": "sort-calendar-descending",
|
|
142
146
|
"text": "by-date-most-recent-first",
|
|
143
147
|
"value": [
|
|
144
|
-
|
|
145
|
-
|
|
148
|
+
{
|
|
149
|
+
"date": -1
|
|
150
|
+
}
|
|
146
151
|
],
|
|
147
|
-
"default": true
|
|
152
|
+
"default": true,
|
|
153
|
+
"active": true
|
|
148
154
|
},
|
|
149
155
|
"datedesc": {
|
|
150
156
|
"icon": "sort-calendar-ascending",
|
|
151
157
|
"text": "by-date-oldest-first",
|
|
152
158
|
"value": [
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
159
|
+
{
|
|
160
|
+
"date": 1
|
|
161
|
+
}
|
|
162
|
+
],
|
|
163
|
+
"active": false
|
|
156
164
|
}
|
|
157
165
|
},
|
|
158
166
|
"view": {
|
|
@@ -181,13 +189,7 @@ const data = {
|
|
|
181
189
|
"value": ""
|
|
182
190
|
}
|
|
183
191
|
},
|
|
184
|
-
"limit": 20
|
|
185
|
-
"sortBy": [
|
|
186
|
-
"date"
|
|
187
|
-
],
|
|
188
|
-
"sortDesc": [
|
|
189
|
-
-1
|
|
190
|
-
]
|
|
192
|
+
"limit": 20
|
|
191
193
|
};
|
|
192
194
|
|
|
193
195
|
var apps = selectiveDeepFreeze(data);
|
package/dist/list/apps.js
CHANGED
|
@@ -123,34 +123,42 @@ const data = {
|
|
|
123
123
|
"icon": "sort-alphabetical-ascending",
|
|
124
124
|
"text": "by-name-from-a-to-z",
|
|
125
125
|
"value": [
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
126
|
+
{
|
|
127
|
+
"name": 1
|
|
128
|
+
}
|
|
129
|
+
],
|
|
130
|
+
"active": false
|
|
129
131
|
},
|
|
130
132
|
"namedesc": {
|
|
131
133
|
"icon": "sort-alphabetical-descending",
|
|
132
134
|
"text": "by-name-from-z-to-a",
|
|
133
135
|
"value": [
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
136
|
+
{
|
|
137
|
+
"name": -1
|
|
138
|
+
}
|
|
139
|
+
],
|
|
140
|
+
"active": false
|
|
137
141
|
},
|
|
138
142
|
"dateasc": {
|
|
139
143
|
"icon": "sort-calendar-descending",
|
|
140
144
|
"text": "by-date-most-recent-first",
|
|
141
145
|
"value": [
|
|
142
|
-
|
|
143
|
-
|
|
146
|
+
{
|
|
147
|
+
"date": -1
|
|
148
|
+
}
|
|
144
149
|
],
|
|
145
|
-
"default": true
|
|
150
|
+
"default": true,
|
|
151
|
+
"active": true
|
|
146
152
|
},
|
|
147
153
|
"datedesc": {
|
|
148
154
|
"icon": "sort-calendar-ascending",
|
|
149
155
|
"text": "by-date-oldest-first",
|
|
150
156
|
"value": [
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
157
|
+
{
|
|
158
|
+
"date": 1
|
|
159
|
+
}
|
|
160
|
+
],
|
|
161
|
+
"active": false
|
|
154
162
|
}
|
|
155
163
|
},
|
|
156
164
|
"view": {
|
|
@@ -179,13 +187,7 @@ const data = {
|
|
|
179
187
|
"value": ""
|
|
180
188
|
}
|
|
181
189
|
},
|
|
182
|
-
"limit": 20
|
|
183
|
-
"sortBy": [
|
|
184
|
-
"date"
|
|
185
|
-
],
|
|
186
|
-
"sortDesc": [
|
|
187
|
-
-1
|
|
188
|
-
]
|
|
190
|
+
"limit": 20
|
|
189
191
|
};
|
|
190
192
|
|
|
191
193
|
var apps = selectiveDeepFreeze(data);
|
|
@@ -125,34 +125,42 @@ const data = {
|
|
|
125
125
|
"icon": "sort-alphabetical-ascending",
|
|
126
126
|
"text": "by-name-from-a-to-z",
|
|
127
127
|
"value": [
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
128
|
+
{
|
|
129
|
+
"article_title": 1
|
|
130
|
+
}
|
|
131
|
+
],
|
|
132
|
+
"active": false
|
|
131
133
|
},
|
|
132
134
|
"namedesc": {
|
|
133
135
|
"icon": "sort-alphabetical-descending",
|
|
134
136
|
"text": "by-name-from-z-to-a",
|
|
135
137
|
"value": [
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
138
|
+
{
|
|
139
|
+
"article_title": -1
|
|
140
|
+
}
|
|
141
|
+
],
|
|
142
|
+
"active": false
|
|
139
143
|
},
|
|
140
144
|
"dateasc": {
|
|
141
145
|
"icon": "sort-calendar-descending",
|
|
142
146
|
"text": "by-date-most-recent-first",
|
|
143
147
|
"value": [
|
|
144
|
-
|
|
145
|
-
|
|
148
|
+
{
|
|
149
|
+
"date": -1
|
|
150
|
+
}
|
|
146
151
|
],
|
|
147
|
-
"default": true
|
|
152
|
+
"default": true,
|
|
153
|
+
"active": true
|
|
148
154
|
},
|
|
149
155
|
"datedesc": {
|
|
150
156
|
"icon": "sort-calendar-ascending",
|
|
151
157
|
"text": "by-date-oldest-first",
|
|
152
158
|
"value": [
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
159
|
+
{
|
|
160
|
+
"date": 1
|
|
161
|
+
}
|
|
162
|
+
],
|
|
163
|
+
"active": false
|
|
156
164
|
}
|
|
157
165
|
},
|
|
158
166
|
"view": {
|
|
@@ -171,13 +179,7 @@ const data = {
|
|
|
171
179
|
}
|
|
172
180
|
},
|
|
173
181
|
"filters": {},
|
|
174
|
-
"limit": 20
|
|
175
|
-
"sortBy": [
|
|
176
|
-
"date"
|
|
177
|
-
],
|
|
178
|
-
"sortDesc": [
|
|
179
|
-
-1
|
|
180
|
-
]
|
|
182
|
+
"limit": 20
|
|
181
183
|
};
|
|
182
184
|
|
|
183
185
|
var disciplines = selectiveDeepFreeze(data);
|
package/dist/list/disciplines.js
CHANGED
|
@@ -123,34 +123,42 @@ const data = {
|
|
|
123
123
|
"icon": "sort-alphabetical-ascending",
|
|
124
124
|
"text": "by-name-from-a-to-z",
|
|
125
125
|
"value": [
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
126
|
+
{
|
|
127
|
+
"article_title": 1
|
|
128
|
+
}
|
|
129
|
+
],
|
|
130
|
+
"active": false
|
|
129
131
|
},
|
|
130
132
|
"namedesc": {
|
|
131
133
|
"icon": "sort-alphabetical-descending",
|
|
132
134
|
"text": "by-name-from-z-to-a",
|
|
133
135
|
"value": [
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
136
|
+
{
|
|
137
|
+
"article_title": -1
|
|
138
|
+
}
|
|
139
|
+
],
|
|
140
|
+
"active": false
|
|
137
141
|
},
|
|
138
142
|
"dateasc": {
|
|
139
143
|
"icon": "sort-calendar-descending",
|
|
140
144
|
"text": "by-date-most-recent-first",
|
|
141
145
|
"value": [
|
|
142
|
-
|
|
143
|
-
|
|
146
|
+
{
|
|
147
|
+
"date": -1
|
|
148
|
+
}
|
|
144
149
|
],
|
|
145
|
-
"default": true
|
|
150
|
+
"default": true,
|
|
151
|
+
"active": true
|
|
146
152
|
},
|
|
147
153
|
"datedesc": {
|
|
148
154
|
"icon": "sort-calendar-ascending",
|
|
149
155
|
"text": "by-date-oldest-first",
|
|
150
156
|
"value": [
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
157
|
+
{
|
|
158
|
+
"date": 1
|
|
159
|
+
}
|
|
160
|
+
],
|
|
161
|
+
"active": false
|
|
154
162
|
}
|
|
155
163
|
},
|
|
156
164
|
"view": {
|
|
@@ -169,13 +177,7 @@ const data = {
|
|
|
169
177
|
}
|
|
170
178
|
},
|
|
171
179
|
"filters": {},
|
|
172
|
-
"limit": 20
|
|
173
|
-
"sortBy": [
|
|
174
|
-
"date"
|
|
175
|
-
],
|
|
176
|
-
"sortDesc": [
|
|
177
|
-
-1
|
|
178
|
-
]
|
|
180
|
+
"limit": 20
|
|
179
181
|
};
|
|
180
182
|
|
|
181
183
|
var disciplines = selectiveDeepFreeze(data);
|
package/dist/list/events.cjs.js
CHANGED
|
@@ -117,34 +117,42 @@ const data = {
|
|
|
117
117
|
"icon": "sort-alphabetical-ascending",
|
|
118
118
|
"text": "by-name-from-a-to-z",
|
|
119
119
|
"value": [
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
120
|
+
{
|
|
121
|
+
"name": 1
|
|
122
|
+
}
|
|
123
|
+
],
|
|
124
|
+
"active": false
|
|
123
125
|
},
|
|
124
126
|
"namedesc": {
|
|
125
127
|
"icon": "sort-alphabetical-descending",
|
|
126
128
|
"text": "by-name-from-z-to-a",
|
|
127
129
|
"value": [
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
130
|
+
{
|
|
131
|
+
"name": -1
|
|
132
|
+
}
|
|
133
|
+
],
|
|
134
|
+
"active": false
|
|
131
135
|
},
|
|
132
136
|
"dateasc": {
|
|
133
137
|
"icon": "sort-calendar-descending",
|
|
134
138
|
"text": "by-date-most-recent-first",
|
|
135
139
|
"value": [
|
|
136
|
-
|
|
137
|
-
|
|
140
|
+
{
|
|
141
|
+
"start": -1
|
|
142
|
+
}
|
|
138
143
|
],
|
|
139
|
-
"default": true
|
|
144
|
+
"default": true,
|
|
145
|
+
"active": true
|
|
140
146
|
},
|
|
141
147
|
"datedesc": {
|
|
142
148
|
"icon": "sort-calendar-ascending",
|
|
143
149
|
"text": "by-date-oldest-first",
|
|
144
150
|
"value": [
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
151
|
+
{
|
|
152
|
+
"start": 1
|
|
153
|
+
}
|
|
154
|
+
],
|
|
155
|
+
"active": false
|
|
148
156
|
}
|
|
149
157
|
},
|
|
150
158
|
"view": {
|
|
@@ -238,13 +246,7 @@ const data = {
|
|
|
238
246
|
"value": ""
|
|
239
247
|
}
|
|
240
248
|
},
|
|
241
|
-
"limit": 20
|
|
242
|
-
"sortBy": [
|
|
243
|
-
"start"
|
|
244
|
-
],
|
|
245
|
-
"sortDesc": [
|
|
246
|
-
-1
|
|
247
|
-
]
|
|
249
|
+
"limit": 20
|
|
248
250
|
};
|
|
249
251
|
|
|
250
252
|
var events = selectiveDeepFreeze(data);
|