@portnet/ui 2.0.9 → 3.0.2
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/package.json +1 -4
- package/dist/components/buttons/PuiButton.js +0 -146
- package/dist/components/buttons/PuiIconButton.js +0 -99
- package/dist/components/buttons/PuiNewUserButton.js +0 -121
- package/dist/components/common/PuiAlertContext.js +0 -13
- package/dist/components/common/StyledMuiButton.js +0 -49
- package/dist/components/common/StyledMuiTextField.js +0 -157
- package/dist/components/inputs/PuiAutocomplete.js +0 -353
- package/dist/components/inputs/PuiCheckbox.js +0 -310
- package/dist/components/inputs/PuiCheckboxGroup.js +0 -215
- package/dist/components/inputs/PuiCheckboxItem.js +0 -163
- package/dist/components/inputs/PuiDateField.js +0 -281
- package/dist/components/inputs/PuiDateTimeField.js +0 -397
- package/dist/components/inputs/PuiFileField.js +0 -338
- package/dist/components/inputs/PuiRadioGroup.js +0 -198
- package/dist/components/inputs/PuiRadioItem.js +0 -101
- package/dist/components/inputs/PuiSelect.js +0 -425
- package/dist/components/inputs/PuiTextField.js +0 -264
- package/dist/components/others/PuiBadge.js +0 -58
- package/dist/components/others/PuiChip.js +0 -291
- package/dist/components/others/PuiDialog.js +0 -112
- package/dist/components/others/PuiFormikForm.js +0 -71
- package/dist/components/others/PuiGrid.js +0 -23
- package/dist/components/others/PuiIcon.js +0 -93
- package/dist/components/others/PuiLoadingBackdrop.js +0 -32
- package/dist/components/others/PuiMainContainer.js +0 -42
- package/dist/components/others/PuiNavigation.js +0 -69
- package/dist/components/others/PuiSection.js +0 -134
- package/dist/components/others/PuiTooltip.js +0 -87
- package/dist/components/providers/PuiAlertProvider.js +0 -135
- package/dist/components/providers/PuiLocalizationProvider.js +0 -34
- package/dist/components/referentiel/common/ReferetielContext.js +0 -13
- package/dist/components/referentiel/common/constants/specificReferentielsApis.js +0 -22
- package/dist/components/referentiel/common/constants/specificReferentielsBaseColumns.js +0 -691
- package/dist/components/referentiel/common/constants/specificReferentielsBaseFilters.js +0 -598
- package/dist/components/referentiel/common/constants/specificReferentielsInitialValues.js +0 -80
- package/dist/components/referentiel/common/constants/specificReferentielsKeys.js +0 -18
- package/dist/components/referentiel/common/constants/specificReferentielsTitles.js +0 -22
- package/dist/components/referentiel/common/constants/specificReferentielsValidationSchemas.js +0 -86
- package/dist/components/referentiel/components/PuiBasePopupReferentielField.js +0 -357
- package/dist/components/referentiel/components/PuiCustomPopupReferentielField.js +0 -182
- package/dist/components/referentiel/components/PuiSimplePopupReferentielField.js +0 -326
- package/dist/components/referentiel/components/PuiSimpleReferentielField.js +0 -204
- package/dist/components/referentiel/components/PuiSpecificReferentielField.js +0 -328
- package/dist/components/referentiel/providers/PuiReferentielProvider.js +0 -67
- package/dist/components/tab/PuiTab.js +0 -25
- package/dist/components/tab/PuiTabs.js +0 -149
- package/dist/components/table/ActionPopover.js +0 -56
- package/dist/components/table/PuiTable.js +0 -688
- package/dist/components/table/PuiTableAction.js +0 -65
- package/dist/components/typography/PuiDefinition.js +0 -42
- package/dist/components/typography/PuiIndication.js +0 -81
- package/dist/components/typography/PuiMainTitle.js +0 -88
- package/dist/components/ui/dialogs/PuiSearchDialog.js +0 -255
- package/dist/components/ui/layout/Header.js +0 -253
- package/dist/components/ui/layout/Layout.js +0 -104
- package/dist/components/ui/layout/Sidebar.js +0 -193
- package/dist/components/ui/layout/index.js +0 -29
- package/dist/components/ui/pages/errors/PuiErrorBasePage.js +0 -73
- package/dist/components/ui/pages/errors/PuiForbiddenErrorPage.js +0 -36
- package/dist/components/ui/pages/errors/PuiNetworkErrorPage.js +0 -36
- package/dist/components/ui/pages/errors/PuiNotFoundErrorPage.js +0 -30
- package/dist/components/ui/pages/errors/PuiServerErrorPage.js +0 -37
- package/dist/components/ui/pages/general/PuiDefaultPage.js +0 -68
- package/dist/components/ui/pages/general/PuiSearchPage.js +0 -436
- package/dist/config/ThemeProvider.js +0 -32
- package/dist/config/apperance.js +0 -26
- package/dist/config/mapping.js +0 -26
- package/dist/config/referentiel.js +0 -10
- package/dist/config/styleUtils.js +0 -135
- package/dist/config/theme.js +0 -183
- package/dist/general/yupValidationErrors.js +0 -8
- package/dist/hooks/useAlert.js +0 -20
- package/dist/hooks/useAxios.js +0 -25
- package/dist/hooks/useQuery.js +0 -21
- package/dist/index.js +0 -434
|
@@ -1,691 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
require("core-js/modules/es.symbol.description.js");
|
|
8
|
-
var _specificReferentielsKeys = require("./specificReferentielsKeys");
|
|
9
|
-
const specificReferentielsBaseColumns = {
|
|
10
|
-
[_specificReferentielsKeys.SPECIFIC_REFERENTIEL_LOCALITES]: [{
|
|
11
|
-
field: "code",
|
|
12
|
-
headerName: "Code",
|
|
13
|
-
flex: 1,
|
|
14
|
-
sortable: false,
|
|
15
|
-
valueGetter: _ref => {
|
|
16
|
-
var _row$code;
|
|
17
|
-
let {
|
|
18
|
-
row
|
|
19
|
-
} = _ref;
|
|
20
|
-
return (_row$code = row.code) !== null && _row$code !== void 0 ? _row$code : "-";
|
|
21
|
-
}
|
|
22
|
-
}, {
|
|
23
|
-
field: "codePays",
|
|
24
|
-
headerName: "Code pays",
|
|
25
|
-
flex: 1,
|
|
26
|
-
sortable: false,
|
|
27
|
-
valueGetter: _ref2 => {
|
|
28
|
-
var _row$codePays;
|
|
29
|
-
let {
|
|
30
|
-
row
|
|
31
|
-
} = _ref2;
|
|
32
|
-
return (_row$codePays = row.codePays) !== null && _row$codePays !== void 0 ? _row$codePays : "-";
|
|
33
|
-
}
|
|
34
|
-
}, {
|
|
35
|
-
field: "description",
|
|
36
|
-
headerName: "Description",
|
|
37
|
-
flex: 2,
|
|
38
|
-
sortable: false,
|
|
39
|
-
valueGetter: _ref3 => {
|
|
40
|
-
var _row$description;
|
|
41
|
-
let {
|
|
42
|
-
row
|
|
43
|
-
} = _ref3;
|
|
44
|
-
return (_row$description = row.description) !== null && _row$description !== void 0 ? _row$description : "-";
|
|
45
|
-
}
|
|
46
|
-
}],
|
|
47
|
-
[_specificReferentielsKeys.SPECIFIC_REFERENTIEL_OPERATEURS_MANUTENTION]: [{
|
|
48
|
-
field: "code",
|
|
49
|
-
headerName: "Code",
|
|
50
|
-
flex: 1,
|
|
51
|
-
sortable: false,
|
|
52
|
-
valueGetter: _ref4 => {
|
|
53
|
-
var _row$code2;
|
|
54
|
-
let {
|
|
55
|
-
row
|
|
56
|
-
} = _ref4;
|
|
57
|
-
return (_row$code2 = row.code) !== null && _row$code2 !== void 0 ? _row$code2 : "-";
|
|
58
|
-
}
|
|
59
|
-
}, {
|
|
60
|
-
field: "description",
|
|
61
|
-
headerName: "Description",
|
|
62
|
-
flex: 2,
|
|
63
|
-
sortable: false,
|
|
64
|
-
valueGetter: _ref5 => {
|
|
65
|
-
var _row$description2;
|
|
66
|
-
let {
|
|
67
|
-
row
|
|
68
|
-
} = _ref5;
|
|
69
|
-
return (_row$description2 = row.description) !== null && _row$description2 !== void 0 ? _row$description2 : "-";
|
|
70
|
-
}
|
|
71
|
-
}, {
|
|
72
|
-
field: "portDescription",
|
|
73
|
-
headerName: "Port",
|
|
74
|
-
flex: 1,
|
|
75
|
-
sortable: false,
|
|
76
|
-
valueGetter: _ref6 => {
|
|
77
|
-
var _row$portDescription;
|
|
78
|
-
let {
|
|
79
|
-
row
|
|
80
|
-
} = _ref6;
|
|
81
|
-
return (_row$portDescription = row.portDescription) !== null && _row$portDescription !== void 0 ? _row$portDescription : "-";
|
|
82
|
-
}
|
|
83
|
-
}],
|
|
84
|
-
[_specificReferentielsKeys.SPECIFIC_REFERENTIEL_ESCALES]: [{
|
|
85
|
-
field: "id",
|
|
86
|
-
headerName: "N° avis",
|
|
87
|
-
flex: 1,
|
|
88
|
-
sortable: false,
|
|
89
|
-
valueGetter: _ref7 => {
|
|
90
|
-
var _row$id;
|
|
91
|
-
let {
|
|
92
|
-
row
|
|
93
|
-
} = _ref7;
|
|
94
|
-
return (_row$id = row.id) !== null && _row$id !== void 0 ? _row$id : "-";
|
|
95
|
-
}
|
|
96
|
-
}, {
|
|
97
|
-
field: "numVoyage",
|
|
98
|
-
headerName: "N° Voyage",
|
|
99
|
-
flex: 1,
|
|
100
|
-
sortable: false,
|
|
101
|
-
valueGetter: _ref8 => {
|
|
102
|
-
var _row$numVoyage;
|
|
103
|
-
let {
|
|
104
|
-
row
|
|
105
|
-
} = _ref8;
|
|
106
|
-
return (_row$numVoyage = row.numVoyage) !== null && _row$numVoyage !== void 0 ? _row$numVoyage : "-";
|
|
107
|
-
}
|
|
108
|
-
}, {
|
|
109
|
-
field: "numEscale",
|
|
110
|
-
headerName: "N° d'Escale",
|
|
111
|
-
flex: 1,
|
|
112
|
-
sortable: false,
|
|
113
|
-
valueGetter: _ref9 => {
|
|
114
|
-
var _row$numEscale;
|
|
115
|
-
let {
|
|
116
|
-
row
|
|
117
|
-
} = _ref9;
|
|
118
|
-
return (_row$numEscale = row.numEscale) !== null && _row$numEscale !== void 0 ? _row$numEscale : "-";
|
|
119
|
-
}
|
|
120
|
-
}, {
|
|
121
|
-
field: "navireNom",
|
|
122
|
-
headerName: "Navire",
|
|
123
|
-
flex: 2,
|
|
124
|
-
sortable: false,
|
|
125
|
-
valueGetter: _ref10 => {
|
|
126
|
-
var _row$navireNom;
|
|
127
|
-
let {
|
|
128
|
-
row
|
|
129
|
-
} = _ref10;
|
|
130
|
-
return (_row$navireNom = row.navireNom) !== null && _row$navireNom !== void 0 ? _row$navireNom : "-";
|
|
131
|
-
}
|
|
132
|
-
}, {
|
|
133
|
-
field: "dateCreationFormatted",
|
|
134
|
-
headerName: "Date ETA",
|
|
135
|
-
flex: 1,
|
|
136
|
-
sortable: false,
|
|
137
|
-
valueGetter: _ref11 => {
|
|
138
|
-
var _row$dateCreationForm;
|
|
139
|
-
let {
|
|
140
|
-
row
|
|
141
|
-
} = _ref11;
|
|
142
|
-
return (_row$dateCreationForm = row.dateCreationFormatted) !== null && _row$dateCreationForm !== void 0 ? _row$dateCreationForm : "-";
|
|
143
|
-
}
|
|
144
|
-
}],
|
|
145
|
-
[_specificReferentielsKeys.SPECIFIC_REFERENTIEL_OPERATEURS_IMP_EXP]: [{
|
|
146
|
-
field: "description",
|
|
147
|
-
headerName: "Nom",
|
|
148
|
-
flex: 2,
|
|
149
|
-
sortable: false,
|
|
150
|
-
valueGetter: _ref12 => {
|
|
151
|
-
var _row$description3;
|
|
152
|
-
let {
|
|
153
|
-
row
|
|
154
|
-
} = _ref12;
|
|
155
|
-
return (_row$description3 = row.description) !== null && _row$description3 !== void 0 ? _row$description3 : "-";
|
|
156
|
-
}
|
|
157
|
-
}, {
|
|
158
|
-
field: "code",
|
|
159
|
-
headerName: "Code",
|
|
160
|
-
flex: 1,
|
|
161
|
-
sortable: false,
|
|
162
|
-
valueGetter: _ref13 => {
|
|
163
|
-
var _row$code3;
|
|
164
|
-
let {
|
|
165
|
-
row
|
|
166
|
-
} = _ref13;
|
|
167
|
-
return (_row$code3 = row.code) !== null && _row$code3 !== void 0 ? _row$code3 : "-";
|
|
168
|
-
}
|
|
169
|
-
},
|
|
170
|
-
/*{
|
|
171
|
-
field: "codePin",
|
|
172
|
-
headerName: "Code PIN",
|
|
173
|
-
flex: 1,
|
|
174
|
-
sortable: false,
|
|
175
|
-
valueGetter: ({ row }) => row.codePin ?? "-",
|
|
176
|
-
},*/
|
|
177
|
-
{
|
|
178
|
-
field: "ifu",
|
|
179
|
-
headerName: "IFU",
|
|
180
|
-
flex: 1,
|
|
181
|
-
sortable: false,
|
|
182
|
-
valueGetter: _ref14 => {
|
|
183
|
-
var _row$ifu;
|
|
184
|
-
let {
|
|
185
|
-
row
|
|
186
|
-
} = _ref14;
|
|
187
|
-
return (_row$ifu = row.ifu) !== null && _row$ifu !== void 0 ? _row$ifu : "-";
|
|
188
|
-
}
|
|
189
|
-
}, {
|
|
190
|
-
field: "ice",
|
|
191
|
-
headerName: "ICE",
|
|
192
|
-
flex: 2,
|
|
193
|
-
sortable: false,
|
|
194
|
-
valueGetter: _ref15 => {
|
|
195
|
-
var _row$ice;
|
|
196
|
-
let {
|
|
197
|
-
row
|
|
198
|
-
} = _ref15;
|
|
199
|
-
return (_row$ice = row.ice) !== null && _row$ice !== void 0 ? _row$ice : "-";
|
|
200
|
-
}
|
|
201
|
-
}, {
|
|
202
|
-
field: "numeroRc",
|
|
203
|
-
headerName: "Numéro RC",
|
|
204
|
-
flex: 1,
|
|
205
|
-
sortable: false,
|
|
206
|
-
valueGetter: _ref16 => {
|
|
207
|
-
var _row$numeroRc;
|
|
208
|
-
let {
|
|
209
|
-
row
|
|
210
|
-
} = _ref16;
|
|
211
|
-
return (_row$numeroRc = row.numeroRc) !== null && _row$numeroRc !== void 0 ? _row$numeroRc : "-";
|
|
212
|
-
}
|
|
213
|
-
}, {
|
|
214
|
-
field: "centreRc",
|
|
215
|
-
headerName: "Centre RC",
|
|
216
|
-
flex: 1,
|
|
217
|
-
sortable: false,
|
|
218
|
-
valueGetter: _ref17 => {
|
|
219
|
-
var _row$centreRc;
|
|
220
|
-
let {
|
|
221
|
-
row
|
|
222
|
-
} = _ref17;
|
|
223
|
-
return (_row$centreRc = row.centreRc) !== null && _row$centreRc !== void 0 ? _row$centreRc : "-";
|
|
224
|
-
}
|
|
225
|
-
}],
|
|
226
|
-
[_specificReferentielsKeys.SPECIFIC_REFERENTIEL_BANQUES]: [{
|
|
227
|
-
field: "description",
|
|
228
|
-
headerName: "Nom",
|
|
229
|
-
flex: 3,
|
|
230
|
-
sortable: false,
|
|
231
|
-
valueGetter: _ref18 => {
|
|
232
|
-
var _row$description4;
|
|
233
|
-
let {
|
|
234
|
-
row
|
|
235
|
-
} = _ref18;
|
|
236
|
-
return (_row$description4 = row.description) !== null && _row$description4 !== void 0 ? _row$description4 : "-";
|
|
237
|
-
}
|
|
238
|
-
}, {
|
|
239
|
-
field: "code",
|
|
240
|
-
headerName: "Code",
|
|
241
|
-
flex: 1,
|
|
242
|
-
sortable: false,
|
|
243
|
-
valueGetter: _ref19 => {
|
|
244
|
-
var _row$code4;
|
|
245
|
-
let {
|
|
246
|
-
row
|
|
247
|
-
} = _ref19;
|
|
248
|
-
return (_row$code4 = row.code) !== null && _row$code4 !== void 0 ? _row$code4 : "-";
|
|
249
|
-
}
|
|
250
|
-
}, {
|
|
251
|
-
field: "codeEDI",
|
|
252
|
-
headerName: "Code EDI",
|
|
253
|
-
flex: 1,
|
|
254
|
-
sortable: false,
|
|
255
|
-
valueGetter: _ref20 => {
|
|
256
|
-
var _row$codeEDI;
|
|
257
|
-
let {
|
|
258
|
-
row
|
|
259
|
-
} = _ref20;
|
|
260
|
-
return (_row$codeEDI = row.codeEDI) !== null && _row$codeEDI !== void 0 ? _row$codeEDI : "-";
|
|
261
|
-
}
|
|
262
|
-
}],
|
|
263
|
-
[_specificReferentielsKeys.SPECIFIC_REFERENTIEL_TRANSITAIRES]: [{
|
|
264
|
-
field: "description",
|
|
265
|
-
headerName: "Nom",
|
|
266
|
-
flex: 3,
|
|
267
|
-
sortable: false,
|
|
268
|
-
valueGetter: _ref21 => {
|
|
269
|
-
var _row$description5;
|
|
270
|
-
let {
|
|
271
|
-
row
|
|
272
|
-
} = _ref21;
|
|
273
|
-
return (_row$description5 = row.description) !== null && _row$description5 !== void 0 ? _row$description5 : "-";
|
|
274
|
-
}
|
|
275
|
-
}, {
|
|
276
|
-
field: "code",
|
|
277
|
-
headerName: "Code",
|
|
278
|
-
flex: 1,
|
|
279
|
-
sortable: false,
|
|
280
|
-
valueGetter: _ref22 => {
|
|
281
|
-
var _row$code5;
|
|
282
|
-
let {
|
|
283
|
-
row
|
|
284
|
-
} = _ref22;
|
|
285
|
-
return (_row$code5 = row.code) !== null && _row$code5 !== void 0 ? _row$code5 : "-";
|
|
286
|
-
}
|
|
287
|
-
}, {
|
|
288
|
-
field: "ifu",
|
|
289
|
-
headerName: "IFU",
|
|
290
|
-
flex: 1,
|
|
291
|
-
sortable: false,
|
|
292
|
-
valueGetter: _ref23 => {
|
|
293
|
-
var _row$ifu2;
|
|
294
|
-
let {
|
|
295
|
-
row
|
|
296
|
-
} = _ref23;
|
|
297
|
-
return (_row$ifu2 = row.ifu) !== null && _row$ifu2 !== void 0 ? _row$ifu2 : "-";
|
|
298
|
-
}
|
|
299
|
-
}, {
|
|
300
|
-
field: "ice",
|
|
301
|
-
headerName: "ICE",
|
|
302
|
-
flex: 1,
|
|
303
|
-
sortable: false,
|
|
304
|
-
valueGetter: _ref24 => {
|
|
305
|
-
var _row$ice2;
|
|
306
|
-
let {
|
|
307
|
-
row
|
|
308
|
-
} = _ref24;
|
|
309
|
-
return (_row$ice2 = row.ice) !== null && _row$ice2 !== void 0 ? _row$ice2 : "-";
|
|
310
|
-
}
|
|
311
|
-
}, {
|
|
312
|
-
field: "numeroRc",
|
|
313
|
-
headerName: "Numéro RC",
|
|
314
|
-
flex: 1,
|
|
315
|
-
sortable: false,
|
|
316
|
-
valueGetter: _ref25 => {
|
|
317
|
-
var _row$numeroRc2;
|
|
318
|
-
let {
|
|
319
|
-
row
|
|
320
|
-
} = _ref25;
|
|
321
|
-
return (_row$numeroRc2 = row.numeroRc) !== null && _row$numeroRc2 !== void 0 ? _row$numeroRc2 : "-";
|
|
322
|
-
}
|
|
323
|
-
}, {
|
|
324
|
-
field: "centreRc",
|
|
325
|
-
headerName: "Centre RC",
|
|
326
|
-
flex: 1,
|
|
327
|
-
sortable: false,
|
|
328
|
-
valueGetter: _ref26 => {
|
|
329
|
-
var _row$centreRc2;
|
|
330
|
-
let {
|
|
331
|
-
row
|
|
332
|
-
} = _ref26;
|
|
333
|
-
return (_row$centreRc2 = row.centreRc) !== null && _row$centreRc2 !== void 0 ? _row$centreRc2 : "-";
|
|
334
|
-
}
|
|
335
|
-
}],
|
|
336
|
-
[_specificReferentielsKeys.SPECIFIC_REFERENTIEL_NAVIRES]: [{
|
|
337
|
-
field: "imo",
|
|
338
|
-
headerName: "IMO",
|
|
339
|
-
flex: 1,
|
|
340
|
-
sortable: false,
|
|
341
|
-
valueGetter: _ref27 => {
|
|
342
|
-
var _row$imo;
|
|
343
|
-
let {
|
|
344
|
-
row
|
|
345
|
-
} = _ref27;
|
|
346
|
-
return (_row$imo = row.imo) !== null && _row$imo !== void 0 ? _row$imo : "-";
|
|
347
|
-
}
|
|
348
|
-
}, {
|
|
349
|
-
field: "nom",
|
|
350
|
-
headerName: "Nom",
|
|
351
|
-
flex: 2,
|
|
352
|
-
sortable: false,
|
|
353
|
-
valueGetter: _ref28 => {
|
|
354
|
-
var _row$nom;
|
|
355
|
-
let {
|
|
356
|
-
row
|
|
357
|
-
} = _ref28;
|
|
358
|
-
return (_row$nom = row.nom) !== null && _row$nom !== void 0 ? _row$nom : "-";
|
|
359
|
-
}
|
|
360
|
-
}, {
|
|
361
|
-
field: "nationaliteDescription",
|
|
362
|
-
headerName: "Nationalité du navire",
|
|
363
|
-
flex: 2,
|
|
364
|
-
sortable: false,
|
|
365
|
-
valueGetter: _ref29 => {
|
|
366
|
-
var _row$nationaliteDescr;
|
|
367
|
-
let {
|
|
368
|
-
row
|
|
369
|
-
} = _ref29;
|
|
370
|
-
return (_row$nationaliteDescr = row.nationaliteDescription) !== null && _row$nationaliteDescr !== void 0 ? _row$nationaliteDescr : "-";
|
|
371
|
-
}
|
|
372
|
-
}, {
|
|
373
|
-
field: "typeNavireDescription",
|
|
374
|
-
headerName: "Type de navire",
|
|
375
|
-
flex: 2,
|
|
376
|
-
sortable: false,
|
|
377
|
-
valueGetter: _ref30 => {
|
|
378
|
-
var _row$typeNavireDescri;
|
|
379
|
-
let {
|
|
380
|
-
row
|
|
381
|
-
} = _ref30;
|
|
382
|
-
return (_row$typeNavireDescri = row.typeNavireDescription) !== null && _row$typeNavireDescri !== void 0 ? _row$typeNavireDescri : "-";
|
|
383
|
-
}
|
|
384
|
-
}],
|
|
385
|
-
[_specificReferentielsKeys.SPECIFIC_REFERENTIEL_CONSIGNATAIRES]: [{
|
|
386
|
-
field: "description",
|
|
387
|
-
headerName: "Description",
|
|
388
|
-
flex: 2,
|
|
389
|
-
sortable: false,
|
|
390
|
-
valueGetter: _ref31 => {
|
|
391
|
-
var _row$description6;
|
|
392
|
-
let {
|
|
393
|
-
row
|
|
394
|
-
} = _ref31;
|
|
395
|
-
return (_row$description6 = row.description) !== null && _row$description6 !== void 0 ? _row$description6 : "-";
|
|
396
|
-
}
|
|
397
|
-
}, {
|
|
398
|
-
field: "codeEDI",
|
|
399
|
-
headerName: "Code EDI",
|
|
400
|
-
flex: 1,
|
|
401
|
-
sortable: false,
|
|
402
|
-
valueGetter: _ref32 => {
|
|
403
|
-
var _row$codeEDI2;
|
|
404
|
-
let {
|
|
405
|
-
row
|
|
406
|
-
} = _ref32;
|
|
407
|
-
return (_row$codeEDI2 = row.codeEDI) !== null && _row$codeEDI2 !== void 0 ? _row$codeEDI2 : "-";
|
|
408
|
-
}
|
|
409
|
-
}, {
|
|
410
|
-
field: "code",
|
|
411
|
-
headerName: "Code ANP",
|
|
412
|
-
flex: 1,
|
|
413
|
-
sortable: false,
|
|
414
|
-
valueGetter: _ref33 => {
|
|
415
|
-
var _row$code6;
|
|
416
|
-
let {
|
|
417
|
-
row
|
|
418
|
-
} = _ref33;
|
|
419
|
-
return (_row$code6 = row.code) !== null && _row$code6 !== void 0 ? _row$code6 : "-";
|
|
420
|
-
}
|
|
421
|
-
}],
|
|
422
|
-
[_specificReferentielsKeys.SPECIFIC_REFERENTIEL_COMPTES_BANCAIRE]: [{
|
|
423
|
-
field: "rib",
|
|
424
|
-
headerName: "RIB",
|
|
425
|
-
flex: 2,
|
|
426
|
-
sortable: false,
|
|
427
|
-
valueGetter: _ref34 => {
|
|
428
|
-
var _row$rib;
|
|
429
|
-
let {
|
|
430
|
-
row
|
|
431
|
-
} = _ref34;
|
|
432
|
-
return (_row$rib = row.rib) !== null && _row$rib !== void 0 ? _row$rib : "-";
|
|
433
|
-
}
|
|
434
|
-
}, {
|
|
435
|
-
field: "mois",
|
|
436
|
-
headerName: "Mois",
|
|
437
|
-
flex: 1,
|
|
438
|
-
sortable: false,
|
|
439
|
-
valueGetter: _ref35 => {
|
|
440
|
-
var _row$mois;
|
|
441
|
-
let {
|
|
442
|
-
row
|
|
443
|
-
} = _ref35;
|
|
444
|
-
return (_row$mois = row.mois) !== null && _row$mois !== void 0 ? _row$mois : "-";
|
|
445
|
-
}
|
|
446
|
-
}, {
|
|
447
|
-
field: "anne",
|
|
448
|
-
headerName: "Année",
|
|
449
|
-
flex: 1,
|
|
450
|
-
sortable: false,
|
|
451
|
-
valueGetter: _ref36 => {
|
|
452
|
-
var _row$anne;
|
|
453
|
-
let {
|
|
454
|
-
row
|
|
455
|
-
} = _ref36;
|
|
456
|
-
return (_row$anne = row.anne) !== null && _row$anne !== void 0 ? _row$anne : "-";
|
|
457
|
-
}
|
|
458
|
-
}, {
|
|
459
|
-
field: "guichetBanqueCode",
|
|
460
|
-
headerName: "Code banque",
|
|
461
|
-
flex: 1,
|
|
462
|
-
sortable: false,
|
|
463
|
-
valueGetter: _ref37 => {
|
|
464
|
-
var _row$guichetBanqueCod;
|
|
465
|
-
let {
|
|
466
|
-
row
|
|
467
|
-
} = _ref37;
|
|
468
|
-
return (_row$guichetBanqueCod = row.guichetBanqueCode) !== null && _row$guichetBanqueCod !== void 0 ? _row$guichetBanqueCod : "-";
|
|
469
|
-
}
|
|
470
|
-
}, {
|
|
471
|
-
field: "guichetBanqueDescription",
|
|
472
|
-
headerName: "Banque",
|
|
473
|
-
flex: 2,
|
|
474
|
-
sortable: false,
|
|
475
|
-
valueGetter: _ref38 => {
|
|
476
|
-
var _row$guichetBanqueDes;
|
|
477
|
-
let {
|
|
478
|
-
row
|
|
479
|
-
} = _ref38;
|
|
480
|
-
return (_row$guichetBanqueDes = row.guichetBanqueDescription) !== null && _row$guichetBanqueDes !== void 0 ? _row$guichetBanqueDes : "-";
|
|
481
|
-
}
|
|
482
|
-
}, {
|
|
483
|
-
field: "guichetCode",
|
|
484
|
-
headerName: "Code guichet",
|
|
485
|
-
flex: 1,
|
|
486
|
-
sortable: false,
|
|
487
|
-
valueGetter: _ref39 => {
|
|
488
|
-
var _row$guichetCode;
|
|
489
|
-
let {
|
|
490
|
-
row
|
|
491
|
-
} = _ref39;
|
|
492
|
-
return (_row$guichetCode = row.guichetCode) !== null && _row$guichetCode !== void 0 ? _row$guichetCode : "-";
|
|
493
|
-
}
|
|
494
|
-
}, {
|
|
495
|
-
field: "guichetDescription",
|
|
496
|
-
headerName: "Guichet",
|
|
497
|
-
flex: 2,
|
|
498
|
-
sortable: false,
|
|
499
|
-
valueGetter: _ref40 => {
|
|
500
|
-
var _row$guichetDescripti;
|
|
501
|
-
let {
|
|
502
|
-
row
|
|
503
|
-
} = _ref40;
|
|
504
|
-
return (_row$guichetDescripti = row.guichetDescription) !== null && _row$guichetDescripti !== void 0 ? _row$guichetDescripti : "-";
|
|
505
|
-
}
|
|
506
|
-
}, {
|
|
507
|
-
field: "operateurImpExpDescription",
|
|
508
|
-
headerName: "Opérateur",
|
|
509
|
-
flex: 2,
|
|
510
|
-
sortable: false,
|
|
511
|
-
valueGetter: _ref41 => {
|
|
512
|
-
var _row$operateurImpExpD;
|
|
513
|
-
let {
|
|
514
|
-
row
|
|
515
|
-
} = _ref41;
|
|
516
|
-
return (_row$operateurImpExpD = row.operateurImpExpDescription) !== null && _row$operateurImpExpD !== void 0 ? _row$operateurImpExpD : "-";
|
|
517
|
-
}
|
|
518
|
-
}],
|
|
519
|
-
[_specificReferentielsKeys.SPECIFIC_REFERENTIEL_GUICHETS]: [{
|
|
520
|
-
field: "code",
|
|
521
|
-
headerName: "Code",
|
|
522
|
-
flex: 1,
|
|
523
|
-
sortable: false,
|
|
524
|
-
valueGetter: _ref42 => {
|
|
525
|
-
var _row$code7;
|
|
526
|
-
let {
|
|
527
|
-
row
|
|
528
|
-
} = _ref42;
|
|
529
|
-
return (_row$code7 = row.code) !== null && _row$code7 !== void 0 ? _row$code7 : "-";
|
|
530
|
-
}
|
|
531
|
-
}, {
|
|
532
|
-
field: "description",
|
|
533
|
-
headerName: "Description",
|
|
534
|
-
flex: 2,
|
|
535
|
-
sortable: false,
|
|
536
|
-
valueGetter: _ref43 => {
|
|
537
|
-
var _row$description7;
|
|
538
|
-
let {
|
|
539
|
-
row
|
|
540
|
-
} = _ref43;
|
|
541
|
-
return (_row$description7 = row.description) !== null && _row$description7 !== void 0 ? _row$description7 : "-";
|
|
542
|
-
}
|
|
543
|
-
}, {
|
|
544
|
-
field: "adresse",
|
|
545
|
-
headerName: "Adresse",
|
|
546
|
-
flex: 2,
|
|
547
|
-
sortable: false,
|
|
548
|
-
valueGetter: _ref44 => {
|
|
549
|
-
var _row$adresse;
|
|
550
|
-
let {
|
|
551
|
-
row
|
|
552
|
-
} = _ref44;
|
|
553
|
-
return (_row$adresse = row.adresse) !== null && _row$adresse !== void 0 ? _row$adresse : "-";
|
|
554
|
-
}
|
|
555
|
-
}, {
|
|
556
|
-
field: "banqueCode",
|
|
557
|
-
headerName: "Code banque",
|
|
558
|
-
flex: 1,
|
|
559
|
-
sortable: false,
|
|
560
|
-
valueGetter: _ref45 => {
|
|
561
|
-
var _row$banqueCode;
|
|
562
|
-
let {
|
|
563
|
-
row
|
|
564
|
-
} = _ref45;
|
|
565
|
-
return (_row$banqueCode = row.banqueCode) !== null && _row$banqueCode !== void 0 ? _row$banqueCode : "-";
|
|
566
|
-
}
|
|
567
|
-
}, {
|
|
568
|
-
field: "banqueDescription",
|
|
569
|
-
headerName: "Banque",
|
|
570
|
-
flex: 2,
|
|
571
|
-
sortable: false,
|
|
572
|
-
valueGetter: _ref46 => {
|
|
573
|
-
var _row$banqueDescriptio;
|
|
574
|
-
let {
|
|
575
|
-
row
|
|
576
|
-
} = _ref46;
|
|
577
|
-
return (_row$banqueDescriptio = row.banqueDescription) !== null && _row$banqueDescriptio !== void 0 ? _row$banqueDescriptio : "-";
|
|
578
|
-
}
|
|
579
|
-
}, {
|
|
580
|
-
field: "typeLocaliteCode",
|
|
581
|
-
headerName: "Code localité",
|
|
582
|
-
flex: 1,
|
|
583
|
-
sortable: false,
|
|
584
|
-
valueGetter: _ref47 => {
|
|
585
|
-
var _row$typeLocaliteCode;
|
|
586
|
-
let {
|
|
587
|
-
row
|
|
588
|
-
} = _ref47;
|
|
589
|
-
return (_row$typeLocaliteCode = row.typeLocaliteCode) !== null && _row$typeLocaliteCode !== void 0 ? _row$typeLocaliteCode : "-";
|
|
590
|
-
}
|
|
591
|
-
}, {
|
|
592
|
-
field: "typeLocaliteDescription",
|
|
593
|
-
headerName: "Localité",
|
|
594
|
-
flex: 2,
|
|
595
|
-
sortable: false,
|
|
596
|
-
valueGetter: _ref48 => {
|
|
597
|
-
var _row$typeLocaliteDesc;
|
|
598
|
-
let {
|
|
599
|
-
row
|
|
600
|
-
} = _ref48;
|
|
601
|
-
return (_row$typeLocaliteDesc = row.typeLocaliteDescription) !== null && _row$typeLocaliteDesc !== void 0 ? _row$typeLocaliteDesc : "-";
|
|
602
|
-
}
|
|
603
|
-
}],
|
|
604
|
-
[_specificReferentielsKeys.SPECIFIC_REFERENTIEL_NOMENCLATURES_DOUANIERES]: [{
|
|
605
|
-
field: "code",
|
|
606
|
-
headerName: "Code",
|
|
607
|
-
flex: 1,
|
|
608
|
-
sortable: false,
|
|
609
|
-
valueGetter: _ref49 => {
|
|
610
|
-
var _row$code8;
|
|
611
|
-
let {
|
|
612
|
-
row
|
|
613
|
-
} = _ref49;
|
|
614
|
-
return (_row$code8 = row.code) !== null && _row$code8 !== void 0 ? _row$code8 : "-";
|
|
615
|
-
}
|
|
616
|
-
}, {
|
|
617
|
-
field: "description",
|
|
618
|
-
headerName: "Description",
|
|
619
|
-
flex: 2,
|
|
620
|
-
sortable: false,
|
|
621
|
-
valueGetter: _ref50 => {
|
|
622
|
-
var _row$description8;
|
|
623
|
-
let {
|
|
624
|
-
row
|
|
625
|
-
} = _ref50;
|
|
626
|
-
return (_row$description8 = row.description) !== null && _row$description8 !== void 0 ? _row$description8 : "-";
|
|
627
|
-
}
|
|
628
|
-
}, {
|
|
629
|
-
field: "typeTitreImportationCode",
|
|
630
|
-
headerName: "Code type TI",
|
|
631
|
-
flex: 1,
|
|
632
|
-
sortable: false,
|
|
633
|
-
valueGetter: _ref51 => {
|
|
634
|
-
var _row$typeTitreImporta;
|
|
635
|
-
let {
|
|
636
|
-
row
|
|
637
|
-
} = _ref51;
|
|
638
|
-
return (_row$typeTitreImporta = row.typeTitreImportationCode) !== null && _row$typeTitreImporta !== void 0 ? _row$typeTitreImporta : "-";
|
|
639
|
-
}
|
|
640
|
-
}, {
|
|
641
|
-
field: "typeTitreImportationDescription",
|
|
642
|
-
headerName: "Type TI",
|
|
643
|
-
flex: 2,
|
|
644
|
-
sortable: false,
|
|
645
|
-
valueGetter: _ref52 => {
|
|
646
|
-
var _row$typeTitreImporta2;
|
|
647
|
-
let {
|
|
648
|
-
row
|
|
649
|
-
} = _ref52;
|
|
650
|
-
return (_row$typeTitreImporta2 = row.typeTitreImportationDescription) !== null && _row$typeTitreImporta2 !== void 0 ? _row$typeTitreImporta2 : "-";
|
|
651
|
-
}
|
|
652
|
-
}, {
|
|
653
|
-
field: "typeTitreExportationCode",
|
|
654
|
-
headerName: "Code type TE",
|
|
655
|
-
flex: 1,
|
|
656
|
-
sortable: false,
|
|
657
|
-
valueGetter: _ref53 => {
|
|
658
|
-
var _row$typeTitreExporta;
|
|
659
|
-
let {
|
|
660
|
-
row
|
|
661
|
-
} = _ref53;
|
|
662
|
-
return (_row$typeTitreExporta = row.typeTitreExportationCode) !== null && _row$typeTitreExporta !== void 0 ? _row$typeTitreExporta : "-";
|
|
663
|
-
}
|
|
664
|
-
}, {
|
|
665
|
-
field: "typeTitreExportationDescription",
|
|
666
|
-
headerName: "Type TE",
|
|
667
|
-
flex: 2,
|
|
668
|
-
sortable: false,
|
|
669
|
-
valueGetter: _ref54 => {
|
|
670
|
-
var _row$typeTitreExporta2;
|
|
671
|
-
let {
|
|
672
|
-
row
|
|
673
|
-
} = _ref54;
|
|
674
|
-
return (_row$typeTitreExporta2 = row.typeTitreExportationDescription) !== null && _row$typeTitreExporta2 !== void 0 ? _row$typeTitreExporta2 : "-";
|
|
675
|
-
}
|
|
676
|
-
}],
|
|
677
|
-
[_specificReferentielsKeys.SPECIFIC_REFERENTIEL_TEST]: [{
|
|
678
|
-
field: "description",
|
|
679
|
-
headerName: "Description",
|
|
680
|
-
flex: 2,
|
|
681
|
-
sortable: false,
|
|
682
|
-
valueGetter: _ref55 => {
|
|
683
|
-
var _row$description9;
|
|
684
|
-
let {
|
|
685
|
-
row
|
|
686
|
-
} = _ref55;
|
|
687
|
-
return (_row$description9 = row.description) !== null && _row$description9 !== void 0 ? _row$description9 : "-";
|
|
688
|
-
}
|
|
689
|
-
}]
|
|
690
|
-
};
|
|
691
|
-
var _default = exports.default = specificReferentielsBaseColumns;
|