datastake-daf 0.6.187 → 0.6.188

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.
@@ -1,12 +1,71 @@
1
- import StickyTable from './index'
1
+ import StickyTable from "./index";
2
2
 
3
- import '../_index.scss'
4
- import ThemeLayout from '../../ThemeLayout'
3
+ import "../_index.scss";
4
+ import ThemeLayout from "../../ThemeLayout";
5
5
 
6
6
  export default {
7
- title: 'Core/Table/Sticky Table',
7
+ title: "Core/Table/Sticky Table",
8
8
  component: StickyTable,
9
- tags: ['autodocs'],
9
+ tags: ["autodocs"],
10
+ args: {
11
+ columns: [
12
+ {
13
+ title: "ID",
14
+ dataIndex: "datastakeId",
15
+ key: "datastakeId",
16
+ show: true,
17
+ search: true,
18
+ publication: true,
19
+ width: 160,
20
+ views: ["document", "picture", "link", "asmo"],
21
+ },
22
+ {
23
+ title: "Type",
24
+ dataIndex: "type",
25
+ ellipsis: true,
26
+ key: "type",
27
+ show: true,
28
+ publication: true,
29
+ search: true,
30
+ searchType: "dropdown",
31
+ views: ["all", "all", "all", "document"],
32
+ },
33
+ {
34
+ title: "Titre",
35
+ dataIndex: "title",
36
+ key: "title",
37
+ ellipsis: true,
38
+ width: "36%",
39
+ show: true,
40
+ primarySearch: true,
41
+ publication: true,
42
+ views: ["document", "picture", "link", "asmo"],
43
+ },
44
+ {
45
+ title: "Source",
46
+ dataIndex: "source",
47
+ key: "source",
48
+ show: true,
49
+ ellipsis: true,
50
+ search: true,
51
+ publication: true,
52
+ searchType: "dropdown",
53
+ views: ["document", "picture", "link", "asmo"],
54
+ },
55
+ {
56
+ title: "Date",
57
+ dataIndex: "date",
58
+ ellipsis: true,
59
+ key: "date",
60
+ show: true,
61
+ publication: true,
62
+ defaultSortOrder: "descend",
63
+ search: true,
64
+ searchType: "date",
65
+ views: ["document", "picture", "link", "asmo"],
66
+ },
67
+ ],
68
+ },
10
69
  decorators: [
11
70
  (Story) => (
12
71
  <ThemeLayout>
@@ -14,367 +73,277 @@ export default {
14
73
  </ThemeLayout>
15
74
  ),
16
75
  ],
17
- }
76
+ };
18
77
 
19
78
  export const Primary = {
20
- name: 'Sticky Table',
79
+ name: "Sticky Table",
21
80
  args: {
22
- "columns": [
81
+ dataSource: [
23
82
  {
24
- "title": "ID",
25
- "dataIndex": "datastakeId",
26
- "key": "datastakeId",
27
- "show": true,
28
- "search": true,
29
- "publication": true,
30
- "width": 160,
31
- "views": [
32
- "document",
33
- "picture",
34
- "link",
35
- "asmo"
36
- ]
83
+ id: "DOC-00001233",
84
+ datastakeId: "DOC-00001233",
85
+ typeOfDocument: "Lien",
86
+ link: "https://lavoixdelituri.com/mambasa-deux-morts-des-blesses-des-kidnappes-des-biens-emportes-bilan-dun-cas-de-vol-a-bafwambaya/",
87
+ title: "lien ",
88
+ dbId: "f3201ef5-5105-4a40-a1c6-1802e798dbba",
89
+ source: "Autre partie prenante",
90
+ associatedStakeholder: [],
91
+ associatedLocations: [],
92
+ date: "2023-03-31T15:30:55.696Z",
93
+ updatedAt: "2023-03-31T15:32:28.076Z",
37
94
  },
38
95
  {
39
- "title": "Type",
40
- "dataIndex": "type",
41
- "ellipsis": true,
42
- "key": "type",
43
- "show": true,
44
- "publication": true,
45
- "search": true,
46
- "searchType": "dropdown",
47
- "views": [
48
- "all",
49
- "all",
50
- "all",
51
- "document"
52
- ]
96
+ id: "DOC-00001221",
97
+ datastakeId: "DOC-00001221",
98
+ typeOfDocument: "Lien",
99
+ link: "https://www.iturikwetu.net/mambasa-une-jeune-femme-tuee-dans-une-chambre-dhotel-et-son-corps-jete-dans-la-cour-a-muchacha",
100
+ title: "Ci-haut le lien",
101
+ dbId: "354300b9-6785-4d1b-8aa0-2681a6880be5",
102
+ source: "Autre partie prenante",
103
+ associatedStakeholder: [],
104
+ associatedLocations: [],
105
+ date: "2023-03-24T09:47:09.595Z",
106
+ updatedAt: "2023-03-24T09:47:16.976Z",
53
107
  },
54
108
  {
55
- "title": "Titre",
56
- "dataIndex": "title",
57
- "key": "title",
58
- "ellipsis": true,
59
- "width": "36%",
60
- "show": true,
61
- "primarySearch": true,
62
- "publication": true,
63
- "views": [
64
- "document",
65
- "picture",
66
- "link",
67
- "asmo"
68
- ]
109
+ id: "DOC-00000544",
110
+ datastakeId: "DOC-00000544",
111
+ typeOfDocument: "Photo",
112
+ title: "Bri",
113
+ dbId: "4c9fbe07-0463-46cc-94ca-b61c42cf2ccb",
114
+ associatedStakeholder: [],
115
+ associatedLocations: ["Bri"],
116
+ date: "2021-10-07T08:08:27.188Z",
117
+ publishedAt: "2022-11-18T19:38:22.741Z",
69
118
  },
70
119
  {
71
- "title": "Source",
72
- "dataIndex": "source",
73
- "key": "source",
74
- "show": true,
75
- "ellipsis": true,
76
- "search": true,
77
- "publication": true,
78
- "searchType": "dropdown",
79
- "views": [
80
- "document",
81
- "picture",
82
- "link",
83
- "asmo"
84
- ]
85
- },
86
- {
87
- "title": "Date",
88
- "dataIndex": "date",
89
- "ellipsis": true,
90
- "key": "date",
91
- "show": true,
92
- "publication": true,
93
- "defaultSortOrder": "descend",
94
- "search": true,
95
- "searchType": "date",
96
- "views": [
97
- "document",
98
- "picture",
99
- "link",
100
- "asmo"
101
- ]
102
- }
103
- ],
104
- "dataSource": [
105
- {
106
- "id": "DOC-00001233",
107
- "datastakeId": "DOC-00001233",
108
- "typeOfDocument": "Lien",
109
- "link": "https://lavoixdelituri.com/mambasa-deux-morts-des-blesses-des-kidnappes-des-biens-emportes-bilan-dun-cas-de-vol-a-bafwambaya/",
110
- "title": "lien ",
111
- "dbId": "f3201ef5-5105-4a40-a1c6-1802e798dbba",
112
- "source": "Autre partie prenante",
113
- "associatedStakeholder": [],
114
- "associatedLocations": [],
115
- "date": "2023-03-31T15:30:55.696Z",
116
- "updatedAt": "2023-03-31T15:32:28.076Z"
120
+ id: "DOC-00000516",
121
+ datastakeId: "DOC-00000516",
122
+ typeOfDocument: "Photo",
123
+ title: "Kpangba Toulouse",
124
+ dbId: "f23083ce-3abe-485d-b022-fd60797e8117",
125
+ associatedStakeholder: [],
126
+ associatedLocations: ["Kpangba Toulouse"],
127
+ date: "2021-04-08T08:03:43.414Z",
128
+ publishedAt: "2023-03-22T14:04:37.720Z",
117
129
  },
118
130
  {
119
- "id": "DOC-00001221",
120
- "datastakeId": "DOC-00001221",
121
- "typeOfDocument": "Lien",
122
- "link": "https://www.iturikwetu.net/mambasa-une-jeune-femme-tuee-dans-une-chambre-dhotel-et-son-corps-jete-dans-la-cour-a-muchacha",
123
- "title": "Ci-haut le lien",
124
- "dbId": "354300b9-6785-4d1b-8aa0-2681a6880be5",
125
- "source": "Autre partie prenante",
126
- "associatedStakeholder": [],
127
- "associatedLocations": [],
128
- "date": "2023-03-24T09:47:09.595Z",
129
- "updatedAt": "2023-03-24T09:47:16.976Z"
131
+ id: "DOC-00000609",
132
+ datastakeId: "DOC-00000609",
133
+ typeOfDocument: "Photo",
134
+ title: "Budjokpa",
135
+ dbId: "c0bf0c56-1ac8-48a1-8ef5-f33c4afeb0c6",
136
+ associatedStakeholder: [],
137
+ associatedLocations: ["Budjokpa"],
138
+ date: "2021-02-25T10:16:22.499Z",
139
+ publishedAt: "2023-03-03T12:26:19.007Z",
130
140
  },
131
141
  {
132
- "id": "DOC-00000544",
133
- "datastakeId": "DOC-00000544",
134
- "typeOfDocument": "Photo",
135
- "title": "Bri",
136
- "dbId": "4c9fbe07-0463-46cc-94ca-b61c42cf2ccb",
137
- "associatedStakeholder": [],
138
- "associatedLocations": [
139
- "Bri"
140
- ],
141
- "date": "2021-10-07T08:08:27.188Z",
142
- "publishedAt": "2022-11-18T19:38:22.741Z"
142
+ id: "DOC-00000551",
143
+ datastakeId: "DOC-00000551",
144
+ typeOfDocument: "Photo",
145
+ title: "Budjokpa",
146
+ dbId: "7cd8e6b5-f68f-44a8-8b89-3100b3f30be5",
147
+ associatedStakeholder: [],
148
+ associatedLocations: ["Budjokpa"],
149
+ date: "2021-02-25T10:16:22.499Z",
150
+ publishedAt: "2022-11-18T19:38:22.087Z",
143
151
  },
144
152
  {
145
- "id": "DOC-00000516",
146
- "datastakeId": "DOC-00000516",
147
- "typeOfDocument": "Photo",
148
- "title": "Kpangba Toulouse",
149
- "dbId": "f23083ce-3abe-485d-b022-fd60797e8117",
150
- "associatedStakeholder": [],
151
- "associatedLocations": [
152
- "Kpangba Toulouse"
153
- ],
154
- "date": "2021-04-08T08:03:43.414Z",
155
- "publishedAt": "2023-03-22T14:04:37.720Z"
153
+ id: "DOC-00000548",
154
+ datastakeId: "DOC-00000548",
155
+ typeOfDocument: "Photo",
156
+ title: "Jamai",
157
+ dbId: "7d251841-5542-49a8-8286-f55e7fbb3591",
158
+ associatedStakeholder: [],
159
+ associatedLocations: ["Jamai"],
160
+ date: "2021-02-23T09:41:02.025Z",
161
+ publishedAt: "2022-11-18T19:38:22.744Z",
156
162
  },
157
163
  {
158
- "id": "DOC-00000609",
159
- "datastakeId": "DOC-00000609",
160
- "typeOfDocument": "Photo",
161
- "title": "Budjokpa",
162
- "dbId": "c0bf0c56-1ac8-48a1-8ef5-f33c4afeb0c6",
163
- "associatedStakeholder": [],
164
- "associatedLocations": [
165
- "Budjokpa"
166
- ],
167
- "date": "2021-02-25T10:16:22.499Z",
168
- "publishedAt": "2023-03-03T12:26:19.007Z"
164
+ id: "DOC-00000593",
165
+ datastakeId: "DOC-00000593",
166
+ typeOfDocument: "Photo",
167
+ title: "Mont Tsi",
168
+ dbId: "71fd1528-bb18-455a-a522-469c058d74da",
169
+ associatedStakeholder: [],
170
+ associatedLocations: ["Mont Tsi"],
171
+ date: "2021-02-22T09:07:20.744Z",
172
+ publishedAt: "2023-03-03T12:26:19.007Z",
169
173
  },
170
174
  {
171
- "id": "DOC-00000551",
172
- "datastakeId": "DOC-00000551",
173
- "typeOfDocument": "Photo",
174
- "title": "Budjokpa",
175
- "dbId": "7cd8e6b5-f68f-44a8-8b89-3100b3f30be5",
176
- "associatedStakeholder": [],
177
- "associatedLocations": [
178
- "Budjokpa"
179
- ],
180
- "date": "2021-02-25T10:16:22.499Z",
181
- "publishedAt": "2022-11-18T19:38:22.087Z"
175
+ id: "DOC-00000605",
176
+ datastakeId: "DOC-00000605",
177
+ typeOfDocument: "Photo",
178
+ title: "Mont Tsi",
179
+ dbId: "5b00e1a1-46e3-42c4-ba6f-e8c37b656b01",
180
+ associatedStakeholder: [],
181
+ associatedLocations: ["Mont Tsi"],
182
+ date: "2021-02-22T09:07:20.744Z",
183
+ publishedAt: "2023-03-03T12:26:19.007Z",
182
184
  },
183
185
  {
184
- "id": "DOC-00000548",
185
- "datastakeId": "DOC-00000548",
186
- "typeOfDocument": "Photo",
187
- "title": "Jamai",
188
- "dbId": "7d251841-5542-49a8-8286-f55e7fbb3591",
189
- "associatedStakeholder": [],
190
- "associatedLocations": [
191
- "Jamai"
192
- ],
193
- "date": "2021-02-23T09:41:02.025Z",
194
- "publishedAt": "2022-11-18T19:38:22.744Z"
186
+ id: "DOC-00000540",
187
+ datastakeId: "DOC-00000540",
188
+ typeOfDocument: "Photo",
189
+ title: "Mont Tsi",
190
+ dbId: "5571145e-860d-458d-b438-c34dedbddca5",
191
+ associatedStakeholder: [],
192
+ associatedLocations: ["Mont Tsi"],
193
+ date: "2021-02-22T09:07:20.744Z",
194
+ publishedAt: "2023-03-03T12:26:19.007Z",
195
195
  },
196
196
  {
197
- "id": "DOC-00000593",
198
- "datastakeId": "DOC-00000593",
199
- "typeOfDocument": "Photo",
200
- "title": "Mont Tsi",
201
- "dbId": "71fd1528-bb18-455a-a522-469c058d74da",
202
- "associatedStakeholder": [],
203
- "associatedLocations": [
204
- "Mont Tsi"
205
- ],
206
- "date": "2021-02-22T09:07:20.744Z",
207
- "publishedAt": "2023-03-03T12:26:19.007Z"
197
+ id: "DOC-00000529",
198
+ datastakeId: "DOC-00000529",
199
+ typeOfDocument: "Photo",
200
+ title: "Mont Tsi",
201
+ dbId: "4e763758-11c2-4ad6-aa2f-8e370f8c0069",
202
+ associatedStakeholder: [],
203
+ associatedLocations: ["Mont Tsi"],
204
+ date: "2021-02-22T09:07:20.744Z",
205
+ publishedAt: "2022-11-18T19:38:31.814Z",
208
206
  },
209
207
  {
210
- "id": "DOC-00000605",
211
- "datastakeId": "DOC-00000605",
212
- "typeOfDocument": "Photo",
213
- "title": "Mont Tsi",
214
- "dbId": "5b00e1a1-46e3-42c4-ba6f-e8c37b656b01",
215
- "associatedStakeholder": [],
216
- "associatedLocations": [
217
- "Mont Tsi"
218
- ],
219
- "date": "2021-02-22T09:07:20.744Z",
220
- "publishedAt": "2023-03-03T12:26:19.007Z"
208
+ id: "DOC-00000536",
209
+ datastakeId: "DOC-00000536",
210
+ typeOfDocument: "Photo",
211
+ title: "Mont Tsi",
212
+ dbId: "c0384f84-7af4-47e2-9559-43f617aad0f1",
213
+ associatedStakeholder: [],
214
+ associatedLocations: ["Mont Tsi"],
215
+ date: "2021-02-22T09:07:20.744Z",
216
+ publishedAt: "2022-11-18T19:38:22.076Z",
221
217
  },
222
218
  {
223
- "id": "DOC-00000540",
224
- "datastakeId": "DOC-00000540",
225
- "typeOfDocument": "Photo",
226
- "title": "Mont Tsi",
227
- "dbId": "5571145e-860d-458d-b438-c34dedbddca5",
228
- "associatedStakeholder": [],
229
- "associatedLocations": [
230
- "Mont Tsi"
231
- ],
232
- "date": "2021-02-22T09:07:20.744Z",
233
- "publishedAt": "2023-03-03T12:26:19.007Z"
219
+ id: "DOC-00000195",
220
+ datastakeId: "DOC-00000195",
221
+ typeOfDocument: "Photo",
222
+ title: "NRZ Group SARL",
223
+ dbId: "5ead0789-0971-4f69-87b7-315410085770",
224
+ associatedStakeholder: ["NRZ Group SARL"],
225
+ associatedLocations: [],
226
+ date: "2021-02-18T11:38:01.014Z",
227
+ publishedAt: "2022-11-23T11:36:56.563Z",
234
228
  },
235
229
  {
236
- "id": "DOC-00000529",
237
- "datastakeId": "DOC-00000529",
238
- "typeOfDocument": "Photo",
239
- "title": "Mont Tsi",
240
- "dbId": "4e763758-11c2-4ad6-aa2f-8e370f8c0069",
241
- "associatedStakeholder": [],
242
- "associatedLocations": [
243
- "Mont Tsi"
244
- ],
245
- "date": "2021-02-22T09:07:20.744Z",
246
- "publishedAt": "2022-11-18T19:38:31.814Z"
230
+ id: "DOC-00000205",
231
+ datastakeId: "DOC-00000205",
232
+ typeOfDocument: "Document",
233
+ title: "COMALOBANI",
234
+ dbId: "7e2aa0f8-ccd8-42e6-95a2-e19f939a2625",
235
+ associatedStakeholder: ["COMALOBANI"],
236
+ associatedLocations: [],
237
+ date: "2021-02-17T22:28:20.758Z",
238
+ publishedAt: "2022-11-18T21:08:19.276Z",
247
239
  },
248
240
  {
249
- "id": "DOC-00000536",
250
- "datastakeId": "DOC-00000536",
251
- "typeOfDocument": "Photo",
252
- "title": "Mont Tsi",
253
- "dbId": "c0384f84-7af4-47e2-9559-43f617aad0f1",
254
- "associatedStakeholder": [],
255
- "associatedLocations": [
256
- "Mont Tsi"
257
- ],
258
- "date": "2021-02-22T09:07:20.744Z",
259
- "publishedAt": "2022-11-18T19:38:22.076Z"
241
+ id: "DOC-00000266",
242
+ datastakeId: "DOC-00000266",
243
+ typeOfDocument: "Photo",
244
+ title: "COMALOBANI",
245
+ dbId: "95c3055e-381e-4a55-b201-f690ac71876b",
246
+ associatedStakeholder: ["COMALOBANI"],
247
+ associatedLocations: [],
248
+ date: "2021-02-17T22:28:20.758Z",
249
+ publishedAt: "2022-11-18T21:08:07.512Z",
260
250
  },
261
251
  {
262
- "id": "DOC-00000195",
263
- "datastakeId": "DOC-00000195",
264
- "typeOfDocument": "Photo",
265
- "title": "NRZ Group SARL",
266
- "dbId": "5ead0789-0971-4f69-87b7-315410085770",
267
- "associatedStakeholder": [
268
- "NRZ Group SARL"
269
- ],
270
- "associatedLocations": [],
271
- "date": "2021-02-18T11:38:01.014Z",
272
- "publishedAt": "2022-11-23T11:36:56.563Z"
252
+ id: "DOC-00000209",
253
+ datastakeId: "DOC-00000209",
254
+ typeOfDocument: "Document",
255
+ title: "COMALOBANI",
256
+ dbId: "896d0c3a-af02-48b7-97e3-2af9e1ba09f8",
257
+ associatedStakeholder: ["COMALOBANI"],
258
+ associatedLocations: [],
259
+ date: "2021-02-17T22:28:20.758Z",
260
+ publishedAt: "2022-11-18T21:08:19.376Z",
273
261
  },
274
262
  {
275
- "id": "DOC-00000205",
276
- "datastakeId": "DOC-00000205",
277
- "typeOfDocument": "Document",
278
- "title": "COMALOBANI",
279
- "dbId": "7e2aa0f8-ccd8-42e6-95a2-e19f939a2625",
280
- "associatedStakeholder": [
281
- "COMALOBANI"
282
- ],
283
- "associatedLocations": [],
284
- "date": "2021-02-17T22:28:20.758Z",
285
- "publishedAt": "2022-11-18T21:08:19.276Z"
263
+ id: "DOC-00000269",
264
+ datastakeId: "DOC-00000269",
265
+ typeOfDocument: "Document",
266
+ title: "COMALOBANI",
267
+ dbId: "28dd38c5-52bd-487b-a2f8-c73216424d76",
268
+ associatedStakeholder: ["COMALOBANI"],
269
+ associatedLocations: [],
270
+ date: "2021-02-17T22:28:20.758Z",
271
+ publishedAt: "2022-11-18T21:08:19.692Z",
286
272
  },
287
273
  {
288
- "id": "DOC-00000266",
289
- "datastakeId": "DOC-00000266",
290
- "typeOfDocument": "Photo",
291
- "title": "COMALOBANI",
292
- "dbId": "95c3055e-381e-4a55-b201-f690ac71876b",
293
- "associatedStakeholder": [
294
- "COMALOBANI"
295
- ],
296
- "associatedLocations": [],
297
- "date": "2021-02-17T22:28:20.758Z",
298
- "publishedAt": "2022-11-18T21:08:07.512Z"
274
+ id: "DOC-00000296",
275
+ datastakeId: "DOC-00000296",
276
+ typeOfDocument: "Photo",
277
+ title: "COMALOBANI",
278
+ dbId: "f5a8fce3-7e2e-4606-a98c-87b64a0c1792",
279
+ associatedStakeholder: ["COMALOBANI"],
280
+ associatedLocations: [],
281
+ date: "2021-02-17T22:28:20.758Z",
282
+ publishedAt: "2023-02-09T08:45:51.734Z",
299
283
  },
300
284
  {
301
- "id": "DOC-00000209",
302
- "datastakeId": "DOC-00000209",
303
- "typeOfDocument": "Document",
304
- "title": "COMALOBANI",
305
- "dbId": "896d0c3a-af02-48b7-97e3-2af9e1ba09f8",
306
- "associatedStakeholder": [
307
- "COMALOBANI"
308
- ],
309
- "associatedLocations": [],
310
- "date": "2021-02-17T22:28:20.758Z",
311
- "publishedAt": "2022-11-18T21:08:19.376Z"
285
+ id: "DOC-00000264",
286
+ datastakeId: "DOC-00000264",
287
+ typeOfDocument: "Photo",
288
+ title: "COMALOBANI",
289
+ dbId: "adfb0c52-eabd-4ce6-b043-3a77faa75d57",
290
+ associatedStakeholder: ["COMALOBANI"],
291
+ associatedLocations: [],
292
+ date: "2021-02-17T22:28:20.758Z",
293
+ publishedAt: "2022-11-18T21:08:19.610Z",
312
294
  },
313
295
  {
314
- "id": "DOC-00000269",
315
- "datastakeId": "DOC-00000269",
316
- "typeOfDocument": "Document",
317
- "title": "COMALOBANI",
318
- "dbId": "28dd38c5-52bd-487b-a2f8-c73216424d76",
319
- "associatedStakeholder": [
320
- "COMALOBANI"
321
- ],
322
- "associatedLocations": [],
323
- "date": "2021-02-17T22:28:20.758Z",
324
- "publishedAt": "2022-11-18T21:08:19.692Z"
296
+ id: "DOC-00000207",
297
+ datastakeId: "DOC-00000207",
298
+ typeOfDocument: "Document",
299
+ title: "COMALOBANI",
300
+ dbId: "eed64f37-bdc9-402c-ad23-7b95dabd2efc",
301
+ associatedStakeholder: ["COMALOBANI"],
302
+ associatedLocations: [],
303
+ date: "2021-02-17T22:28:20.758Z",
304
+ publishedAt: "2022-11-18T21:08:19.371Z",
325
305
  },
306
+ ],
307
+ defaultFilters: {},
308
+ style: {},
309
+ loading: false,
310
+ rowSelection: false,
311
+ rowKey: "dbId",
312
+ showFilters: false,
313
+ hideOnLoading: true,
314
+ },
315
+ };
316
+
317
+ export const WithEmptyRows = {
318
+ name: "Empty Rows",
319
+ args: {
320
+ dataSource: [
326
321
  {
327
- "id": "DOC-00000296",
328
- "datastakeId": "DOC-00000296",
329
- "typeOfDocument": "Photo",
330
- "title": "COMALOBANI",
331
- "dbId": "f5a8fce3-7e2e-4606-a98c-87b64a0c1792",
332
- "associatedStakeholder": [
333
- "COMALOBANI"
334
- ],
335
- "associatedLocations": [],
336
- "date": "2021-02-17T22:28:20.758Z",
337
- "publishedAt": "2023-02-09T08:45:51.734Z"
322
+ id: "DOC-00001233",
323
+ datastakeId: "DOC-00001233",
324
+ typeOfDocument: "Lien",
325
+ link: "https://lavoixdelituri.com/mambasa-deux-morts-des-blesses-des-kidnappes-des-biens-emportes-bilan-dun-cas-de-vol-a-bafwambaya/",
326
+ title: "lien ",
327
+ dbId: "f3201ef5-5105-4a40-a1c6-1802e798dbba",
328
+ source: "Autre partie prenante",
329
+ associatedStakeholder: [],
330
+ associatedLocations: [],
331
+ date: "2023-03-31T15:30:55.696Z",
332
+ updatedAt: "2023-03-31T15:32:28.076Z",
338
333
  },
339
334
  {
340
- "id": "DOC-00000264",
341
- "datastakeId": "DOC-00000264",
342
- "typeOfDocument": "Photo",
343
- "title": "COMALOBANI",
344
- "dbId": "adfb0c52-eabd-4ce6-b043-3a77faa75d57",
345
- "associatedStakeholder": [
346
- "COMALOBANI"
347
- ],
348
- "associatedLocations": [],
349
- "date": "2021-02-17T22:28:20.758Z",
350
- "publishedAt": "2022-11-18T21:08:19.610Z"
335
+ id: "DOC-00001221",
336
+ datastakeId: "DOC-00001221",
337
+ typeOfDocument: "Lien",
338
+ link: "https://www.iturikwetu.net/mambasa-une-jeune-femme-tuee-dans-une-chambre-dhotel-et-son-corps-jete-dans-la-cour-a-muchacha",
339
+ title: "Ci-haut le lien",
340
+ dbId: "354300b9-6785-4d1b-8aa0-2681a6880be5",
341
+ source: "Autre partie prenante",
342
+ associatedStakeholder: [],
343
+ associatedLocations: [],
344
+ date: "2023-03-24T09:47:09.595Z",
345
+ updatedAt: "2023-03-24T09:47:16.976Z",
351
346
  },
352
- {
353
- "id": "DOC-00000207",
354
- "datastakeId": "DOC-00000207",
355
- "typeOfDocument": "Document",
356
- "title": "COMALOBANI",
357
- "dbId": "eed64f37-bdc9-402c-ad23-7b95dabd2efc",
358
- "associatedStakeholder": [
359
- "COMALOBANI"
360
- ],
361
- "associatedLocations": [],
362
- "date": "2021-02-17T22:28:20.758Z",
363
- "publishedAt": "2022-11-18T21:08:19.371Z"
364
- }
365
347
  ],
366
- "defaultFilters": {},
367
- "style": {},
368
- "pagination": {
369
- "current": 1,
370
- "pageSize": 20,
371
- "showSizeChanger": true,
372
- "total": 408
373
- },
374
- "loading": false,
375
- "rowSelection": false,
376
- "rowKey": "dbId",
377
- "showFilters": false,
378
- "hideOnLoading": true
379
- }
380
- }
348
+ },
349
+ };