@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.
@@ -115,34 +115,48 @@ const data = {
115
115
  "icon": "sort-alphabetical-ascending",
116
116
  "text": "by-name-from-a-to-z",
117
117
  "value": [
118
- "lastname",
119
- 1
120
- ]
118
+ {
119
+ "lastname": 1
120
+ }
121
+ ],
122
+ "active": false
121
123
  },
122
124
  "namedesc": {
123
125
  "icon": "sort-alphabetical-descending",
124
126
  "text": "by-name-from-z-to-a",
125
127
  "value": [
126
- "lastname",
127
- -1
128
- ]
128
+ {
129
+ "lastname": -1
130
+ }
131
+ ],
132
+ "active": false
129
133
  },
130
134
  "vintagedesc": {
131
135
  "icon": "sort-calendar-descending",
132
136
  "text": "by-vintage-from-old-to-recent",
133
137
  "value": [
134
- "groups.vintage.year",
135
- -1
136
- ]
138
+ {
139
+ "groups.vintage.year": -1
140
+ },
141
+ {
142
+ "lastname": 1
143
+ }
144
+ ],
145
+ "active": false
137
146
  },
138
147
  "vintageasc": {
139
148
  "icon": "sort-calendar-descending",
140
149
  "text": "by-vintage-from-recent-to-old",
141
150
  "value": [
142
- "groups.vintage.year",
143
- 1
151
+ {
152
+ "groups.vintage.year": 1
153
+ },
154
+ {
155
+ "lastname": 1
156
+ }
144
157
  ],
145
- "default": true
158
+ "default": true,
159
+ "active": true
146
160
  }
147
161
  },
148
162
  "view": {
@@ -222,13 +236,7 @@ const data = {
222
236
  "value": ""
223
237
  }
224
238
  },
225
- "limit": 20,
226
- "sortBy": [
227
- "groups.vintage.year"
228
- ],
229
- "sortDesc": [
230
- 1
231
- ]
239
+ "limit": 20
232
240
  };
233
241
 
234
242
  var people = selectiveDeepFreeze(data);
@@ -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
- "title",
121
- 1
122
- ]
120
+ {
121
+ "title": 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
- "title",
129
- -1
130
- ]
130
+ {
131
+ "title": -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
- "date",
137
- -1
140
+ {
141
+ "date": -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
- "date",
146
- 1
147
- ]
151
+ {
152
+ "date": 1
153
+ }
154
+ ],
155
+ "active": false
148
156
  }
149
157
  },
150
158
  "view": {
@@ -180,13 +188,7 @@ const data = {
180
188
  "value": ""
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 projects = selectiveDeepFreeze(data);
@@ -115,34 +115,42 @@ const data = {
115
115
  "icon": "sort-alphabetical-ascending",
116
116
  "text": "by-name-from-a-to-z",
117
117
  "value": [
118
- "title",
119
- 1
120
- ]
118
+ {
119
+ "title": 1
120
+ }
121
+ ],
122
+ "active": false
121
123
  },
122
124
  "namedesc": {
123
125
  "icon": "sort-alphabetical-descending",
124
126
  "text": "by-name-from-z-to-a",
125
127
  "value": [
126
- "title",
127
- -1
128
- ]
128
+ {
129
+ "title": -1
130
+ }
131
+ ],
132
+ "active": false
129
133
  },
130
134
  "dateasc": {
131
135
  "icon": "sort-calendar-descending",
132
136
  "text": "by-date-most-recent-first",
133
137
  "value": [
134
- "date",
135
- -1
138
+ {
139
+ "date": -1
140
+ }
136
141
  ],
137
- "default": true
142
+ "default": true,
143
+ "active": true
138
144
  },
139
145
  "datedesc": {
140
146
  "icon": "sort-calendar-ascending",
141
147
  "text": "by-date-oldest-first",
142
148
  "value": [
143
- "date",
144
- 1
145
- ]
149
+ {
150
+ "date": 1
151
+ }
152
+ ],
153
+ "active": false
146
154
  }
147
155
  },
148
156
  "view": {
@@ -178,13 +186,7 @@ const data = {
178
186
  "value": ""
179
187
  }
180
188
  },
181
- "limit": 20,
182
- "sortBy": [
183
- "date"
184
- ],
185
- "sortDesc": [
186
- -1
187
- ]
189
+ "limit": 20
188
190
  };
189
191
 
190
192
  var projects = selectiveDeepFreeze(data);
@@ -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
- "name",
121
- 1
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
- "name",
129
- -1
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
- "date",
137
- -1
140
+ {
141
+ "date": -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
- "date",
146
- 1
147
- ]
151
+ {
152
+ "date": 1
153
+ }
154
+ ],
155
+ "active": false
148
156
  }
149
157
  },
150
158
  "view": {
@@ -199,13 +207,7 @@ const data = {
199
207
  "value": ""
200
208
  }
201
209
  },
202
- "limit": 20,
203
- "sortBy": [
204
- "date"
205
- ],
206
- "sortDesc": [
207
- -1
208
- ]
210
+ "limit": 20
209
211
  };
210
212
 
211
213
  var publications = selectiveDeepFreeze(data);
@@ -115,34 +115,42 @@ const data = {
115
115
  "icon": "sort-alphabetical-ascending",
116
116
  "text": "by-name-from-a-to-z",
117
117
  "value": [
118
- "name",
119
- 1
120
- ]
118
+ {
119
+ "name": 1
120
+ }
121
+ ],
122
+ "active": false
121
123
  },
122
124
  "namedesc": {
123
125
  "icon": "sort-alphabetical-descending",
124
126
  "text": "by-name-from-z-to-a",
125
127
  "value": [
126
- "name",
127
- -1
128
- ]
128
+ {
129
+ "name": -1
130
+ }
131
+ ],
132
+ "active": false
129
133
  },
130
134
  "dateasc": {
131
135
  "icon": "sort-calendar-descending",
132
136
  "text": "by-date-most-recent-first",
133
137
  "value": [
134
- "date",
135
- -1
138
+ {
139
+ "date": -1
140
+ }
136
141
  ],
137
- "default": true
142
+ "default": true,
143
+ "active": true
138
144
  },
139
145
  "datedesc": {
140
146
  "icon": "sort-calendar-ascending",
141
147
  "text": "by-date-oldest-first",
142
148
  "value": [
143
- "date",
144
- 1
145
- ]
149
+ {
150
+ "date": 1
151
+ }
152
+ ],
153
+ "active": false
146
154
  }
147
155
  },
148
156
  "view": {
@@ -197,13 +205,7 @@ const data = {
197
205
  "value": ""
198
206
  }
199
207
  },
200
- "limit": 20,
201
- "sortBy": [
202
- "date"
203
- ],
204
- "sortDesc": [
205
- -1
206
- ]
208
+ "limit": 20
207
209
  };
208
210
 
209
211
  var publications = 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
- "article_title",
129
- 1
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
- "article_title",
137
- -1
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
- "date",
145
- -1
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
- "date",
154
- 1
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 tags = selectiveDeepFreeze(data);
package/dist/list/tags.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
- "article_title",
127
- 1
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
- "article_title",
135
- -1
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
- "date",
143
- -1
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
- "date",
152
- 1
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 tags = selectiveDeepFreeze(data);
@@ -117,34 +117,48 @@ const data = {
117
117
  "icon": "sort-alphabetical-ascending",
118
118
  "text": "by-name-from-a-to-z",
119
119
  "value": [
120
- "lastname",
121
- 1
122
- ]
120
+ {
121
+ "lastname": 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
- "lastname",
129
- -1
130
- ]
130
+ {
131
+ "lastname": -1
132
+ }
133
+ ],
134
+ "active": false
131
135
  },
132
136
  "vintagedesc": {
133
137
  "icon": "sort-calendar-descending",
134
138
  "text": "by-vintage-from-old-to-recent",
135
139
  "value": [
136
- "groups.vintage.year",
137
- -1
138
- ]
140
+ {
141
+ "groups.vintage.year": -1
142
+ },
143
+ {
144
+ "lastname": 1
145
+ }
146
+ ],
147
+ "active": false
139
148
  },
140
149
  "vintageasc": {
141
150
  "icon": "sort-calendar-descending",
142
151
  "text": "by-vintage-from-recent-to-old",
143
152
  "value": [
144
- "groups.vintage.year",
145
- 1
153
+ {
154
+ "groups.vintage.year": 1
155
+ },
156
+ {
157
+ "lastname": 1
158
+ }
146
159
  ],
147
- "default": true
160
+ "default": true,
161
+ "active": true
148
162
  }
149
163
  },
150
164
  "view": {
@@ -224,13 +238,7 @@ const data = {
224
238
  "value": ""
225
239
  }
226
240
  },
227
- "limit": 20,
228
- "sortBy": [
229
- "groups.vintage.year"
230
- ],
231
- "sortDesc": [
232
- 1
233
- ]
241
+ "limit": 20
234
242
  };
235
243
 
236
244
  var users = selectiveDeepFreeze(data);
@@ -115,34 +115,48 @@ const data = {
115
115
  "icon": "sort-alphabetical-ascending",
116
116
  "text": "by-name-from-a-to-z",
117
117
  "value": [
118
- "lastname",
119
- 1
120
- ]
118
+ {
119
+ "lastname": 1
120
+ }
121
+ ],
122
+ "active": false
121
123
  },
122
124
  "namedesc": {
123
125
  "icon": "sort-alphabetical-descending",
124
126
  "text": "by-name-from-z-to-a",
125
127
  "value": [
126
- "lastname",
127
- -1
128
- ]
128
+ {
129
+ "lastname": -1
130
+ }
131
+ ],
132
+ "active": false
129
133
  },
130
134
  "vintagedesc": {
131
135
  "icon": "sort-calendar-descending",
132
136
  "text": "by-vintage-from-old-to-recent",
133
137
  "value": [
134
- "groups.vintage.year",
135
- -1
136
- ]
138
+ {
139
+ "groups.vintage.year": -1
140
+ },
141
+ {
142
+ "lastname": 1
143
+ }
144
+ ],
145
+ "active": false
137
146
  },
138
147
  "vintageasc": {
139
148
  "icon": "sort-calendar-descending",
140
149
  "text": "by-vintage-from-recent-to-old",
141
150
  "value": [
142
- "groups.vintage.year",
143
- 1
151
+ {
152
+ "groups.vintage.year": 1
153
+ },
154
+ {
155
+ "lastname": 1
156
+ }
144
157
  ],
145
- "default": true
158
+ "default": true,
159
+ "active": true
146
160
  }
147
161
  },
148
162
  "view": {
@@ -222,13 +236,7 @@ const data = {
222
236
  "value": ""
223
237
  }
224
238
  },
225
- "limit": 20,
226
- "sortBy": [
227
- "groups.vintage.year"
228
- ],
229
- "sortDesc": [
230
- 1
231
- ]
239
+ "limit": 20
232
240
  };
233
241
 
234
242
  var users = selectiveDeepFreeze(data);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paris-ias/trees",
3
- "version": "2.0.33",
3
+ "version": "2.0.36",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",