@portnet/ui 0.0.108 → 0.0.109
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/components/buttons/PuiButton.js +8 -8
- package/dist/components/buttons/PuiIconButton.js +8 -8
- package/dist/components/common/PuiAlertContext.js +4 -4
- package/dist/components/common/StyledMuiButton.js +8 -8
- package/dist/components/common/StyledMuiTextField.js +8 -8
- package/dist/components/inputs/PuiAutocomplete.js +11 -10
- package/dist/components/inputs/PuiCheckbox.js +8 -8
- package/dist/components/inputs/PuiCheckboxGroup.js +8 -12
- package/dist/components/inputs/PuiCheckboxItem.js +8 -8
- package/dist/components/inputs/PuiDateField.js +8 -9
- package/dist/components/inputs/PuiDateTimeField.js +8 -8
- package/dist/components/inputs/PuiFileField.js +8 -8
- package/dist/components/inputs/PuiRadioGroup.js +9 -10
- package/dist/components/inputs/PuiRadioItem.js +8 -8
- package/dist/components/inputs/PuiSelect.js +8 -8
- package/dist/components/inputs/PuiTextField.js +8 -8
- package/dist/components/others/PuiBadge.js +5 -6
- package/dist/components/others/PuiChip.js +8 -8
- package/dist/components/others/PuiDialog.js +8 -8
- package/dist/components/others/PuiFormikForm.js +4 -4
- package/dist/components/others/PuiGrid.js +5 -6
- package/dist/components/others/PuiIcon.js +8 -8
- package/dist/components/others/PuiLoadingBackdrop.js +1 -2
- package/dist/components/others/PuiMainContainer.js +8 -8
- package/dist/components/others/PuiNavigation.js +8 -8
- package/dist/components/others/PuiSection.js +8 -8
- package/dist/components/others/PuiTooltip.js +8 -8
- package/dist/components/providers/PuiAlertProvider.js +8 -8
- package/dist/components/providers/PuiLocalizationProvider.js +5 -6
- package/dist/components/referentiel/common/ReferetielContext.js +4 -4
- package/dist/components/referentiel/common/constants/specificReferentielsApis.js +2 -2
- package/dist/components/referentiel/common/constants/specificReferentielsBaseColumns.js +121 -85
- package/dist/components/referentiel/common/constants/specificReferentielsBaseFilters.js +38 -2
- package/dist/components/referentiel/common/constants/specificReferentielsInitialValues.js +6 -2
- package/dist/components/referentiel/common/constants/specificReferentielsKeys.js +13 -23
- package/dist/components/referentiel/common/constants/specificReferentielsTitles.js +2 -2
- package/dist/components/referentiel/common/constants/specificReferentielsValidationSchemas.js +9 -4
- package/dist/components/referentiel/components/PuiBasePopupReferentielField.js +8 -8
- package/dist/components/referentiel/components/PuiCustomPopupReferentielField.js +8 -8
- package/dist/components/referentiel/components/PuiSimplePopupReferentielField.js +9 -9
- package/dist/components/referentiel/components/PuiSimpleReferentielField.js +8 -8
- package/dist/components/referentiel/components/PuiSpecificReferentielField.js +14 -14
- package/dist/components/referentiel/providers/PuiReferentielProvider.js +8 -8
- package/dist/components/tab/PuiTab.js +1 -2
- package/dist/components/tab/PuiTabs.js +8 -8
- package/dist/components/table/PuiTable.js +13 -10
- package/dist/components/table/PuiTableAction.js +5 -6
- package/dist/components/typography/PuiDefinition.js +1 -2
- package/dist/components/typography/PuiIndication.js +8 -8
- package/dist/components/typography/PuiMainTitle.js +8 -8
- package/dist/components/ui/dialogs/PuiSearchDialog.js +8 -8
- package/dist/components/ui/pages/errors/PuiErrorBasePage.js +1 -2
- package/dist/components/ui/pages/errors/PuiForbiddenErrorPage.js +1 -2
- package/dist/components/ui/pages/errors/PuiNetworkErrorPage.js +1 -2
- package/dist/components/ui/pages/errors/PuiNotFoundErrorPage.js +1 -2
- package/dist/components/ui/pages/errors/PuiServerErrorPage.js +1 -2
- package/dist/components/ui/pages/general/PuiDefaultPage.js +1 -2
- package/dist/components/ui/pages/general/PuiSearchPage.js +8 -8
- package/dist/config/apperance.js +2 -3
- package/dist/config/mapping.js +2 -4
- package/dist/config/referentiel.js +1 -2
- package/dist/general/yupValidationErrors.js +2 -4
- package/dist/hooks/useAlert.js +4 -4
- package/dist/hooks/useAxios.js +1 -2
- package/dist/hooks/useQuery.js +1 -2
- package/package.json +19 -15
|
@@ -227,7 +227,7 @@ const specificReferentielsBaseColumns = {
|
|
|
227
227
|
return (_row$centreRc = row.centreRc) !== null && _row$centreRc !== void 0 ? _row$centreRc : "-";
|
|
228
228
|
}
|
|
229
229
|
}],
|
|
230
|
-
[_specificReferentielsKeys.
|
|
230
|
+
[_specificReferentielsKeys.SPECIFIC_REFERENTIEL_BANQUES]: [{
|
|
231
231
|
field: "description",
|
|
232
232
|
headerName: "Nom",
|
|
233
233
|
flex: 3,
|
|
@@ -251,16 +251,53 @@ const specificReferentielsBaseColumns = {
|
|
|
251
251
|
} = _ref20;
|
|
252
252
|
return (_row$code4 = row.code) !== null && _row$code4 !== void 0 ? _row$code4 : "-";
|
|
253
253
|
}
|
|
254
|
+
}, {
|
|
255
|
+
field: "codeEDI",
|
|
256
|
+
headerName: "Code EDI",
|
|
257
|
+
flex: 1,
|
|
258
|
+
sortable: false,
|
|
259
|
+
valueGetter: _ref21 => {
|
|
260
|
+
var _row$codeEDI;
|
|
261
|
+
let {
|
|
262
|
+
row
|
|
263
|
+
} = _ref21;
|
|
264
|
+
return (_row$codeEDI = row.codeEDI) !== null && _row$codeEDI !== void 0 ? _row$codeEDI : "-";
|
|
265
|
+
}
|
|
266
|
+
}],
|
|
267
|
+
[_specificReferentielsKeys.SPECIFIC_REFERENTIEL_TRANSITAIRES]: [{
|
|
268
|
+
field: "description",
|
|
269
|
+
headerName: "Nom",
|
|
270
|
+
flex: 3,
|
|
271
|
+
sortable: false,
|
|
272
|
+
valueGetter: _ref22 => {
|
|
273
|
+
var _row$description5;
|
|
274
|
+
let {
|
|
275
|
+
row
|
|
276
|
+
} = _ref22;
|
|
277
|
+
return (_row$description5 = row.description) !== null && _row$description5 !== void 0 ? _row$description5 : "-";
|
|
278
|
+
}
|
|
279
|
+
}, {
|
|
280
|
+
field: "code",
|
|
281
|
+
headerName: "Code",
|
|
282
|
+
flex: 1,
|
|
283
|
+
sortable: false,
|
|
284
|
+
valueGetter: _ref23 => {
|
|
285
|
+
var _row$code5;
|
|
286
|
+
let {
|
|
287
|
+
row
|
|
288
|
+
} = _ref23;
|
|
289
|
+
return (_row$code5 = row.code) !== null && _row$code5 !== void 0 ? _row$code5 : "-";
|
|
290
|
+
}
|
|
254
291
|
}, {
|
|
255
292
|
field: "ifu",
|
|
256
293
|
headerName: "IFU",
|
|
257
294
|
flex: 1,
|
|
258
295
|
sortable: false,
|
|
259
|
-
valueGetter:
|
|
296
|
+
valueGetter: _ref24 => {
|
|
260
297
|
var _row$ifu2;
|
|
261
298
|
let {
|
|
262
299
|
row
|
|
263
|
-
} =
|
|
300
|
+
} = _ref24;
|
|
264
301
|
return (_row$ifu2 = row.ifu) !== null && _row$ifu2 !== void 0 ? _row$ifu2 : "-";
|
|
265
302
|
}
|
|
266
303
|
}, {
|
|
@@ -268,11 +305,11 @@ const specificReferentielsBaseColumns = {
|
|
|
268
305
|
headerName: "ICE",
|
|
269
306
|
flex: 1,
|
|
270
307
|
sortable: false,
|
|
271
|
-
valueGetter:
|
|
308
|
+
valueGetter: _ref25 => {
|
|
272
309
|
var _row$ice2;
|
|
273
310
|
let {
|
|
274
311
|
row
|
|
275
|
-
} =
|
|
312
|
+
} = _ref25;
|
|
276
313
|
return (_row$ice2 = row.ice) !== null && _row$ice2 !== void 0 ? _row$ice2 : "-";
|
|
277
314
|
}
|
|
278
315
|
}, {
|
|
@@ -280,11 +317,11 @@ const specificReferentielsBaseColumns = {
|
|
|
280
317
|
headerName: "Numéro RC",
|
|
281
318
|
flex: 1,
|
|
282
319
|
sortable: false,
|
|
283
|
-
valueGetter:
|
|
320
|
+
valueGetter: _ref26 => {
|
|
284
321
|
var _row$numeroRc2;
|
|
285
322
|
let {
|
|
286
323
|
row
|
|
287
|
-
} =
|
|
324
|
+
} = _ref26;
|
|
288
325
|
return (_row$numeroRc2 = row.numeroRc) !== null && _row$numeroRc2 !== void 0 ? _row$numeroRc2 : "-";
|
|
289
326
|
}
|
|
290
327
|
}, {
|
|
@@ -292,11 +329,11 @@ const specificReferentielsBaseColumns = {
|
|
|
292
329
|
headerName: "Centre RC",
|
|
293
330
|
flex: 1,
|
|
294
331
|
sortable: false,
|
|
295
|
-
valueGetter:
|
|
332
|
+
valueGetter: _ref27 => {
|
|
296
333
|
var _row$centreRc2;
|
|
297
334
|
let {
|
|
298
335
|
row
|
|
299
|
-
} =
|
|
336
|
+
} = _ref27;
|
|
300
337
|
return (_row$centreRc2 = row.centreRc) !== null && _row$centreRc2 !== void 0 ? _row$centreRc2 : "-";
|
|
301
338
|
}
|
|
302
339
|
}],
|
|
@@ -305,11 +342,11 @@ const specificReferentielsBaseColumns = {
|
|
|
305
342
|
headerName: "IMO",
|
|
306
343
|
flex: 1,
|
|
307
344
|
sortable: false,
|
|
308
|
-
valueGetter:
|
|
345
|
+
valueGetter: _ref28 => {
|
|
309
346
|
var _row$imo;
|
|
310
347
|
let {
|
|
311
348
|
row
|
|
312
|
-
} =
|
|
349
|
+
} = _ref28;
|
|
313
350
|
return (_row$imo = row.imo) !== null && _row$imo !== void 0 ? _row$imo : "-";
|
|
314
351
|
}
|
|
315
352
|
}, {
|
|
@@ -317,11 +354,11 @@ const specificReferentielsBaseColumns = {
|
|
|
317
354
|
headerName: "Nom",
|
|
318
355
|
flex: 2,
|
|
319
356
|
sortable: false,
|
|
320
|
-
valueGetter:
|
|
357
|
+
valueGetter: _ref29 => {
|
|
321
358
|
var _row$nom;
|
|
322
359
|
let {
|
|
323
360
|
row
|
|
324
|
-
} =
|
|
361
|
+
} = _ref29;
|
|
325
362
|
return (_row$nom = row.nom) !== null && _row$nom !== void 0 ? _row$nom : "-";
|
|
326
363
|
}
|
|
327
364
|
}, {
|
|
@@ -329,11 +366,11 @@ const specificReferentielsBaseColumns = {
|
|
|
329
366
|
headerName: "Nationalité du navire",
|
|
330
367
|
flex: 2,
|
|
331
368
|
sortable: false,
|
|
332
|
-
valueGetter:
|
|
369
|
+
valueGetter: _ref30 => {
|
|
333
370
|
var _row$nationaliteDescr;
|
|
334
371
|
let {
|
|
335
372
|
row
|
|
336
|
-
} =
|
|
373
|
+
} = _ref30;
|
|
337
374
|
return (_row$nationaliteDescr = row.nationaliteDescription) !== null && _row$nationaliteDescr !== void 0 ? _row$nationaliteDescr : "-";
|
|
338
375
|
}
|
|
339
376
|
}, {
|
|
@@ -341,11 +378,11 @@ const specificReferentielsBaseColumns = {
|
|
|
341
378
|
headerName: "Type de navire",
|
|
342
379
|
flex: 2,
|
|
343
380
|
sortable: false,
|
|
344
|
-
valueGetter:
|
|
381
|
+
valueGetter: _ref31 => {
|
|
345
382
|
var _row$typeNavireDescri;
|
|
346
383
|
let {
|
|
347
384
|
row
|
|
348
|
-
} =
|
|
385
|
+
} = _ref31;
|
|
349
386
|
return (_row$typeNavireDescri = row.typeNavireDescription) !== null && _row$typeNavireDescri !== void 0 ? _row$typeNavireDescri : "-";
|
|
350
387
|
}
|
|
351
388
|
}],
|
|
@@ -354,36 +391,36 @@ const specificReferentielsBaseColumns = {
|
|
|
354
391
|
headerName: "Description",
|
|
355
392
|
flex: 2,
|
|
356
393
|
sortable: false,
|
|
357
|
-
valueGetter:
|
|
358
|
-
var _row$
|
|
394
|
+
valueGetter: _ref32 => {
|
|
395
|
+
var _row$description6;
|
|
359
396
|
let {
|
|
360
397
|
row
|
|
361
|
-
} =
|
|
362
|
-
return (_row$
|
|
398
|
+
} = _ref32;
|
|
399
|
+
return (_row$description6 = row.description) !== null && _row$description6 !== void 0 ? _row$description6 : "-";
|
|
363
400
|
}
|
|
364
401
|
}, {
|
|
365
402
|
field: "codeEDI",
|
|
366
403
|
headerName: "Code EDI",
|
|
367
404
|
flex: 1,
|
|
368
405
|
sortable: false,
|
|
369
|
-
valueGetter:
|
|
370
|
-
var _row$
|
|
406
|
+
valueGetter: _ref33 => {
|
|
407
|
+
var _row$codeEDI2;
|
|
371
408
|
let {
|
|
372
409
|
row
|
|
373
|
-
} =
|
|
374
|
-
return (_row$
|
|
410
|
+
} = _ref33;
|
|
411
|
+
return (_row$codeEDI2 = row.codeEDI) !== null && _row$codeEDI2 !== void 0 ? _row$codeEDI2 : "-";
|
|
375
412
|
}
|
|
376
413
|
}, {
|
|
377
414
|
field: "code",
|
|
378
415
|
headerName: "Code ANP",
|
|
379
416
|
flex: 1,
|
|
380
417
|
sortable: false,
|
|
381
|
-
valueGetter:
|
|
382
|
-
var _row$
|
|
418
|
+
valueGetter: _ref34 => {
|
|
419
|
+
var _row$code6;
|
|
383
420
|
let {
|
|
384
421
|
row
|
|
385
|
-
} =
|
|
386
|
-
return (_row$
|
|
422
|
+
} = _ref34;
|
|
423
|
+
return (_row$code6 = row.code) !== null && _row$code6 !== void 0 ? _row$code6 : "-";
|
|
387
424
|
}
|
|
388
425
|
}],
|
|
389
426
|
[_specificReferentielsKeys.SPECIFIC_REFERENTIEL_COMPTES_BANCAIRE]: [{
|
|
@@ -391,11 +428,11 @@ const specificReferentielsBaseColumns = {
|
|
|
391
428
|
headerName: "RIB",
|
|
392
429
|
flex: 2,
|
|
393
430
|
sortable: false,
|
|
394
|
-
valueGetter:
|
|
431
|
+
valueGetter: _ref35 => {
|
|
395
432
|
var _row$rib;
|
|
396
433
|
let {
|
|
397
434
|
row
|
|
398
|
-
} =
|
|
435
|
+
} = _ref35;
|
|
399
436
|
return (_row$rib = row.rib) !== null && _row$rib !== void 0 ? _row$rib : "-";
|
|
400
437
|
}
|
|
401
438
|
}, {
|
|
@@ -403,11 +440,11 @@ const specificReferentielsBaseColumns = {
|
|
|
403
440
|
headerName: "Mois",
|
|
404
441
|
flex: 1,
|
|
405
442
|
sortable: false,
|
|
406
|
-
valueGetter:
|
|
443
|
+
valueGetter: _ref36 => {
|
|
407
444
|
var _row$mois;
|
|
408
445
|
let {
|
|
409
446
|
row
|
|
410
|
-
} =
|
|
447
|
+
} = _ref36;
|
|
411
448
|
return (_row$mois = row.mois) !== null && _row$mois !== void 0 ? _row$mois : "-";
|
|
412
449
|
}
|
|
413
450
|
}, {
|
|
@@ -415,11 +452,11 @@ const specificReferentielsBaseColumns = {
|
|
|
415
452
|
headerName: "Année",
|
|
416
453
|
flex: 1,
|
|
417
454
|
sortable: false,
|
|
418
|
-
valueGetter:
|
|
455
|
+
valueGetter: _ref37 => {
|
|
419
456
|
var _row$anne;
|
|
420
457
|
let {
|
|
421
458
|
row
|
|
422
|
-
} =
|
|
459
|
+
} = _ref37;
|
|
423
460
|
return (_row$anne = row.anne) !== null && _row$anne !== void 0 ? _row$anne : "-";
|
|
424
461
|
}
|
|
425
462
|
}, {
|
|
@@ -427,11 +464,11 @@ const specificReferentielsBaseColumns = {
|
|
|
427
464
|
headerName: "Code banque",
|
|
428
465
|
flex: 1,
|
|
429
466
|
sortable: false,
|
|
430
|
-
valueGetter:
|
|
467
|
+
valueGetter: _ref38 => {
|
|
431
468
|
var _row$guichetBanqueCod;
|
|
432
469
|
let {
|
|
433
470
|
row
|
|
434
|
-
} =
|
|
471
|
+
} = _ref38;
|
|
435
472
|
return (_row$guichetBanqueCod = row.guichetBanqueCode) !== null && _row$guichetBanqueCod !== void 0 ? _row$guichetBanqueCod : "-";
|
|
436
473
|
}
|
|
437
474
|
}, {
|
|
@@ -439,11 +476,11 @@ const specificReferentielsBaseColumns = {
|
|
|
439
476
|
headerName: "Banque",
|
|
440
477
|
flex: 2,
|
|
441
478
|
sortable: false,
|
|
442
|
-
valueGetter:
|
|
479
|
+
valueGetter: _ref39 => {
|
|
443
480
|
var _row$guichetBanqueDes;
|
|
444
481
|
let {
|
|
445
482
|
row
|
|
446
|
-
} =
|
|
483
|
+
} = _ref39;
|
|
447
484
|
return (_row$guichetBanqueDes = row.guichetBanqueDescription) !== null && _row$guichetBanqueDes !== void 0 ? _row$guichetBanqueDes : "-";
|
|
448
485
|
}
|
|
449
486
|
}, {
|
|
@@ -451,11 +488,11 @@ const specificReferentielsBaseColumns = {
|
|
|
451
488
|
headerName: "Code guichet",
|
|
452
489
|
flex: 1,
|
|
453
490
|
sortable: false,
|
|
454
|
-
valueGetter:
|
|
491
|
+
valueGetter: _ref40 => {
|
|
455
492
|
var _row$guichetCode;
|
|
456
493
|
let {
|
|
457
494
|
row
|
|
458
|
-
} =
|
|
495
|
+
} = _ref40;
|
|
459
496
|
return (_row$guichetCode = row.guichetCode) !== null && _row$guichetCode !== void 0 ? _row$guichetCode : "-";
|
|
460
497
|
}
|
|
461
498
|
}, {
|
|
@@ -463,11 +500,11 @@ const specificReferentielsBaseColumns = {
|
|
|
463
500
|
headerName: "Guichet",
|
|
464
501
|
flex: 2,
|
|
465
502
|
sortable: false,
|
|
466
|
-
valueGetter:
|
|
503
|
+
valueGetter: _ref41 => {
|
|
467
504
|
var _row$guichetDescripti;
|
|
468
505
|
let {
|
|
469
506
|
row
|
|
470
|
-
} =
|
|
507
|
+
} = _ref41;
|
|
471
508
|
return (_row$guichetDescripti = row.guichetDescription) !== null && _row$guichetDescripti !== void 0 ? _row$guichetDescripti : "-";
|
|
472
509
|
}
|
|
473
510
|
}, {
|
|
@@ -475,11 +512,11 @@ const specificReferentielsBaseColumns = {
|
|
|
475
512
|
headerName: "Opérateur",
|
|
476
513
|
flex: 2,
|
|
477
514
|
sortable: false,
|
|
478
|
-
valueGetter:
|
|
515
|
+
valueGetter: _ref42 => {
|
|
479
516
|
var _row$operateurImpExpD;
|
|
480
517
|
let {
|
|
481
518
|
row
|
|
482
|
-
} =
|
|
519
|
+
} = _ref42;
|
|
483
520
|
return (_row$operateurImpExpD = row.operateurImpExpDescription) !== null && _row$operateurImpExpD !== void 0 ? _row$operateurImpExpD : "-";
|
|
484
521
|
}
|
|
485
522
|
}],
|
|
@@ -488,35 +525,35 @@ const specificReferentielsBaseColumns = {
|
|
|
488
525
|
headerName: "Code",
|
|
489
526
|
flex: 1,
|
|
490
527
|
sortable: false,
|
|
491
|
-
valueGetter:
|
|
492
|
-
var _row$
|
|
528
|
+
valueGetter: _ref43 => {
|
|
529
|
+
var _row$code7;
|
|
493
530
|
let {
|
|
494
531
|
row
|
|
495
|
-
} =
|
|
496
|
-
return (_row$
|
|
532
|
+
} = _ref43;
|
|
533
|
+
return (_row$code7 = row.code) !== null && _row$code7 !== void 0 ? _row$code7 : "-";
|
|
497
534
|
}
|
|
498
535
|
}, {
|
|
499
536
|
field: "description",
|
|
500
537
|
headerName: "Description",
|
|
501
538
|
flex: 2,
|
|
502
539
|
sortable: false,
|
|
503
|
-
valueGetter:
|
|
504
|
-
var _row$
|
|
540
|
+
valueGetter: _ref44 => {
|
|
541
|
+
var _row$description7;
|
|
505
542
|
let {
|
|
506
543
|
row
|
|
507
|
-
} =
|
|
508
|
-
return (_row$
|
|
544
|
+
} = _ref44;
|
|
545
|
+
return (_row$description7 = row.description) !== null && _row$description7 !== void 0 ? _row$description7 : "-";
|
|
509
546
|
}
|
|
510
547
|
}, {
|
|
511
548
|
field: "adresse",
|
|
512
549
|
headerName: "Adresse",
|
|
513
550
|
flex: 2,
|
|
514
551
|
sortable: false,
|
|
515
|
-
valueGetter:
|
|
552
|
+
valueGetter: _ref45 => {
|
|
516
553
|
var _row$adresse;
|
|
517
554
|
let {
|
|
518
555
|
row
|
|
519
|
-
} =
|
|
556
|
+
} = _ref45;
|
|
520
557
|
return (_row$adresse = row.adresse) !== null && _row$adresse !== void 0 ? _row$adresse : "-";
|
|
521
558
|
}
|
|
522
559
|
}, {
|
|
@@ -524,11 +561,11 @@ const specificReferentielsBaseColumns = {
|
|
|
524
561
|
headerName: "Code banque",
|
|
525
562
|
flex: 1,
|
|
526
563
|
sortable: false,
|
|
527
|
-
valueGetter:
|
|
564
|
+
valueGetter: _ref46 => {
|
|
528
565
|
var _row$banqueCode;
|
|
529
566
|
let {
|
|
530
567
|
row
|
|
531
|
-
} =
|
|
568
|
+
} = _ref46;
|
|
532
569
|
return (_row$banqueCode = row.banqueCode) !== null && _row$banqueCode !== void 0 ? _row$banqueCode : "-";
|
|
533
570
|
}
|
|
534
571
|
}, {
|
|
@@ -536,11 +573,11 @@ const specificReferentielsBaseColumns = {
|
|
|
536
573
|
headerName: "Banque",
|
|
537
574
|
flex: 2,
|
|
538
575
|
sortable: false,
|
|
539
|
-
valueGetter:
|
|
576
|
+
valueGetter: _ref47 => {
|
|
540
577
|
var _row$banqueDescriptio;
|
|
541
578
|
let {
|
|
542
579
|
row
|
|
543
|
-
} =
|
|
580
|
+
} = _ref47;
|
|
544
581
|
return (_row$banqueDescriptio = row.banqueDescription) !== null && _row$banqueDescriptio !== void 0 ? _row$banqueDescriptio : "-";
|
|
545
582
|
}
|
|
546
583
|
}, {
|
|
@@ -548,11 +585,11 @@ const specificReferentielsBaseColumns = {
|
|
|
548
585
|
headerName: "Code localité",
|
|
549
586
|
flex: 1,
|
|
550
587
|
sortable: false,
|
|
551
|
-
valueGetter:
|
|
588
|
+
valueGetter: _ref48 => {
|
|
552
589
|
var _row$typeLocaliteCode;
|
|
553
590
|
let {
|
|
554
591
|
row
|
|
555
|
-
} =
|
|
592
|
+
} = _ref48;
|
|
556
593
|
return (_row$typeLocaliteCode = row.typeLocaliteCode) !== null && _row$typeLocaliteCode !== void 0 ? _row$typeLocaliteCode : "-";
|
|
557
594
|
}
|
|
558
595
|
}, {
|
|
@@ -560,11 +597,11 @@ const specificReferentielsBaseColumns = {
|
|
|
560
597
|
headerName: "Localité",
|
|
561
598
|
flex: 2,
|
|
562
599
|
sortable: false,
|
|
563
|
-
valueGetter:
|
|
600
|
+
valueGetter: _ref49 => {
|
|
564
601
|
var _row$typeLocaliteDesc;
|
|
565
602
|
let {
|
|
566
603
|
row
|
|
567
|
-
} =
|
|
604
|
+
} = _ref49;
|
|
568
605
|
return (_row$typeLocaliteDesc = row.typeLocaliteDescription) !== null && _row$typeLocaliteDesc !== void 0 ? _row$typeLocaliteDesc : "-";
|
|
569
606
|
}
|
|
570
607
|
}],
|
|
@@ -573,35 +610,35 @@ const specificReferentielsBaseColumns = {
|
|
|
573
610
|
headerName: "Code",
|
|
574
611
|
flex: 1,
|
|
575
612
|
sortable: false,
|
|
576
|
-
valueGetter:
|
|
577
|
-
var _row$
|
|
613
|
+
valueGetter: _ref50 => {
|
|
614
|
+
var _row$code8;
|
|
578
615
|
let {
|
|
579
616
|
row
|
|
580
|
-
} =
|
|
581
|
-
return (_row$
|
|
617
|
+
} = _ref50;
|
|
618
|
+
return (_row$code8 = row.code) !== null && _row$code8 !== void 0 ? _row$code8 : "-";
|
|
582
619
|
}
|
|
583
620
|
}, {
|
|
584
621
|
field: "description",
|
|
585
622
|
headerName: "Description",
|
|
586
623
|
flex: 2,
|
|
587
624
|
sortable: false,
|
|
588
|
-
valueGetter:
|
|
589
|
-
var _row$
|
|
625
|
+
valueGetter: _ref51 => {
|
|
626
|
+
var _row$description8;
|
|
590
627
|
let {
|
|
591
628
|
row
|
|
592
|
-
} =
|
|
593
|
-
return (_row$
|
|
629
|
+
} = _ref51;
|
|
630
|
+
return (_row$description8 = row.description) !== null && _row$description8 !== void 0 ? _row$description8 : "-";
|
|
594
631
|
}
|
|
595
632
|
}, {
|
|
596
633
|
field: "typeTitreImportationCode",
|
|
597
634
|
headerName: "Code type TI",
|
|
598
635
|
flex: 1,
|
|
599
636
|
sortable: false,
|
|
600
|
-
valueGetter:
|
|
637
|
+
valueGetter: _ref52 => {
|
|
601
638
|
var _row$typeTitreImporta;
|
|
602
639
|
let {
|
|
603
640
|
row
|
|
604
|
-
} =
|
|
641
|
+
} = _ref52;
|
|
605
642
|
return (_row$typeTitreImporta = row.typeTitreImportationCode) !== null && _row$typeTitreImporta !== void 0 ? _row$typeTitreImporta : "-";
|
|
606
643
|
}
|
|
607
644
|
}, {
|
|
@@ -609,11 +646,11 @@ const specificReferentielsBaseColumns = {
|
|
|
609
646
|
headerName: "Type TI",
|
|
610
647
|
flex: 2,
|
|
611
648
|
sortable: false,
|
|
612
|
-
valueGetter:
|
|
649
|
+
valueGetter: _ref53 => {
|
|
613
650
|
var _row$typeTitreImporta2;
|
|
614
651
|
let {
|
|
615
652
|
row
|
|
616
|
-
} =
|
|
653
|
+
} = _ref53;
|
|
617
654
|
return (_row$typeTitreImporta2 = row.typeTitreImportationDescription) !== null && _row$typeTitreImporta2 !== void 0 ? _row$typeTitreImporta2 : "-";
|
|
618
655
|
}
|
|
619
656
|
}, {
|
|
@@ -621,11 +658,11 @@ const specificReferentielsBaseColumns = {
|
|
|
621
658
|
headerName: "Code type TE",
|
|
622
659
|
flex: 1,
|
|
623
660
|
sortable: false,
|
|
624
|
-
valueGetter:
|
|
661
|
+
valueGetter: _ref54 => {
|
|
625
662
|
var _row$typeTitreExporta;
|
|
626
663
|
let {
|
|
627
664
|
row
|
|
628
|
-
} =
|
|
665
|
+
} = _ref54;
|
|
629
666
|
return (_row$typeTitreExporta = row.typeTitreExportationCode) !== null && _row$typeTitreExporta !== void 0 ? _row$typeTitreExporta : "-";
|
|
630
667
|
}
|
|
631
668
|
}, {
|
|
@@ -633,11 +670,11 @@ const specificReferentielsBaseColumns = {
|
|
|
633
670
|
headerName: "Type TE",
|
|
634
671
|
flex: 2,
|
|
635
672
|
sortable: false,
|
|
636
|
-
valueGetter:
|
|
673
|
+
valueGetter: _ref55 => {
|
|
637
674
|
var _row$typeTitreExporta2;
|
|
638
675
|
let {
|
|
639
676
|
row
|
|
640
|
-
} =
|
|
677
|
+
} = _ref55;
|
|
641
678
|
return (_row$typeTitreExporta2 = row.typeTitreExportationDescription) !== null && _row$typeTitreExporta2 !== void 0 ? _row$typeTitreExporta2 : "-";
|
|
642
679
|
}
|
|
643
680
|
}],
|
|
@@ -646,14 +683,13 @@ const specificReferentielsBaseColumns = {
|
|
|
646
683
|
headerName: "Description",
|
|
647
684
|
flex: 2,
|
|
648
685
|
sortable: false,
|
|
649
|
-
valueGetter:
|
|
650
|
-
var _row$
|
|
686
|
+
valueGetter: _ref56 => {
|
|
687
|
+
var _row$description9;
|
|
651
688
|
let {
|
|
652
689
|
row
|
|
653
|
-
} =
|
|
654
|
-
return (_row$
|
|
690
|
+
} = _ref56;
|
|
691
|
+
return (_row$description9 = row.description) !== null && _row$description9 !== void 0 ? _row$description9 : "-";
|
|
655
692
|
}
|
|
656
693
|
}]
|
|
657
694
|
};
|
|
658
|
-
var _default = specificReferentielsBaseColumns;
|
|
659
|
-
exports.default = _default;
|
|
695
|
+
var _default = exports.default = specificReferentielsBaseColumns;
|
|
@@ -225,6 +225,43 @@ const specificReferentielsBaseFilters = {
|
|
|
225
225
|
fullWidth: true
|
|
226
226
|
})
|
|
227
227
|
}],
|
|
228
|
+
[_specificReferentielsKeys.SPECIFIC_REFERENTIEL_BANQUES]: [{
|
|
229
|
+
name: "code",
|
|
230
|
+
label: "Code",
|
|
231
|
+
size: {
|
|
232
|
+
xs: 12,
|
|
233
|
+
sm: 6,
|
|
234
|
+
md: 6
|
|
235
|
+
},
|
|
236
|
+
input: /*#__PURE__*/(0, _jsxRuntime.jsx)(_PuiTextField.default, {
|
|
237
|
+
formik: true,
|
|
238
|
+
fullWidth: true
|
|
239
|
+
})
|
|
240
|
+
}, {
|
|
241
|
+
name: "description",
|
|
242
|
+
label: "Nom",
|
|
243
|
+
size: {
|
|
244
|
+
xs: 12,
|
|
245
|
+
sm: 6,
|
|
246
|
+
md: 6
|
|
247
|
+
},
|
|
248
|
+
input: /*#__PURE__*/(0, _jsxRuntime.jsx)(_PuiTextField.default, {
|
|
249
|
+
formik: true,
|
|
250
|
+
fullWidth: true
|
|
251
|
+
})
|
|
252
|
+
}, {
|
|
253
|
+
name: "codeEdo",
|
|
254
|
+
label: "Code EDI",
|
|
255
|
+
size: {
|
|
256
|
+
xs: 12,
|
|
257
|
+
sm: 6,
|
|
258
|
+
md: 6
|
|
259
|
+
},
|
|
260
|
+
input: /*#__PURE__*/(0, _jsxRuntime.jsx)(_PuiTextField.default, {
|
|
261
|
+
formik: true,
|
|
262
|
+
fullWidth: true
|
|
263
|
+
})
|
|
264
|
+
}],
|
|
228
265
|
[_specificReferentielsKeys.SPECIFIC_REFERENTIEL_TRANSITAIRES]: [{
|
|
229
266
|
name: "code",
|
|
230
267
|
label: "Code",
|
|
@@ -559,5 +596,4 @@ const specificReferentielsBaseFilters = {
|
|
|
559
596
|
})
|
|
560
597
|
}]
|
|
561
598
|
};
|
|
562
|
-
var _default = specificReferentielsBaseFilters;
|
|
563
|
-
exports.default = _default;
|
|
599
|
+
var _default = exports.default = specificReferentielsBaseFilters;
|
|
@@ -31,6 +31,11 @@ const specificReferentielsInitialValues = {
|
|
|
31
31
|
numeroRc: "",
|
|
32
32
|
centreRc: ""
|
|
33
33
|
},
|
|
34
|
+
[_specificReferentielsKeys.SPECIFIC_REFERENTIEL_BANQUES]: {
|
|
35
|
+
code: "",
|
|
36
|
+
description: "",
|
|
37
|
+
codeEdi: ""
|
|
38
|
+
},
|
|
34
39
|
[_specificReferentielsKeys.SPECIFIC_REFERENTIEL_TRANSITAIRES]: {
|
|
35
40
|
code: "",
|
|
36
41
|
description: "",
|
|
@@ -72,5 +77,4 @@ const specificReferentielsInitialValues = {
|
|
|
72
77
|
description: ""
|
|
73
78
|
}
|
|
74
79
|
};
|
|
75
|
-
var _default = specificReferentielsInitialValues;
|
|
76
|
-
exports.default = _default;
|
|
80
|
+
var _default = exports.default = specificReferentielsInitialValues;
|
|
@@ -3,26 +3,16 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.SPECIFIC_REFERENTIEL_TRANSITAIRES = exports.SPECIFIC_REFERENTIEL_TEST = exports.SPECIFIC_REFERENTIEL_OPERATEURS_MANUTENTION = exports.SPECIFIC_REFERENTIEL_OPERATEURS_IMP_EXP = exports.SPECIFIC_REFERENTIEL_NOMENCLATURES_DOUANIERES = exports.SPECIFIC_REFERENTIEL_NAVIRES = exports.SPECIFIC_REFERENTIEL_LOCALITES = exports.SPECIFIC_REFERENTIEL_GUICHETS = exports.SPECIFIC_REFERENTIEL_ESCALES = exports.SPECIFIC_REFERENTIEL_CONSIGNATAIRES = exports.SPECIFIC_REFERENTIEL_COMPTES_BANCAIRE = void 0;
|
|
7
|
-
const SPECIFIC_REFERENTIEL_LOCALITES = "LOCALITES";
|
|
8
|
-
exports.
|
|
9
|
-
const
|
|
10
|
-
exports.
|
|
11
|
-
const
|
|
12
|
-
exports.
|
|
13
|
-
const
|
|
14
|
-
exports.
|
|
15
|
-
const
|
|
16
|
-
exports.
|
|
17
|
-
const
|
|
18
|
-
exports.
|
|
19
|
-
const SPECIFIC_REFERENTIEL_CONSIGNATAIRES = "CONSIGNATAIRES";
|
|
20
|
-
exports.SPECIFIC_REFERENTIEL_CONSIGNATAIRES = SPECIFIC_REFERENTIEL_CONSIGNATAIRES;
|
|
21
|
-
const SPECIFIC_REFERENTIEL_COMPTES_BANCAIRE = "COMPTES_BANCAIRE";
|
|
22
|
-
exports.SPECIFIC_REFERENTIEL_COMPTES_BANCAIRE = SPECIFIC_REFERENTIEL_COMPTES_BANCAIRE;
|
|
23
|
-
const SPECIFIC_REFERENTIEL_GUICHETS = "GUICHETS";
|
|
24
|
-
exports.SPECIFIC_REFERENTIEL_GUICHETS = SPECIFIC_REFERENTIEL_GUICHETS;
|
|
25
|
-
const SPECIFIC_REFERENTIEL_NOMENCLATURES_DOUANIERES = "NOMENCLATURES_DOUANIERES";
|
|
26
|
-
exports.SPECIFIC_REFERENTIEL_NOMENCLATURES_DOUANIERES = SPECIFIC_REFERENTIEL_NOMENCLATURES_DOUANIERES;
|
|
27
|
-
const SPECIFIC_REFERENTIEL_TEST = "TEST";
|
|
28
|
-
exports.SPECIFIC_REFERENTIEL_TEST = SPECIFIC_REFERENTIEL_TEST;
|
|
6
|
+
exports.SPECIFIC_REFERENTIEL_TRANSITAIRES = exports.SPECIFIC_REFERENTIEL_TEST = exports.SPECIFIC_REFERENTIEL_OPERATEURS_MANUTENTION = exports.SPECIFIC_REFERENTIEL_OPERATEURS_IMP_EXP = exports.SPECIFIC_REFERENTIEL_NOMENCLATURES_DOUANIERES = exports.SPECIFIC_REFERENTIEL_NAVIRES = exports.SPECIFIC_REFERENTIEL_LOCALITES = exports.SPECIFIC_REFERENTIEL_GUICHETS = exports.SPECIFIC_REFERENTIEL_ESCALES = exports.SPECIFIC_REFERENTIEL_CONSIGNATAIRES = exports.SPECIFIC_REFERENTIEL_COMPTES_BANCAIRE = exports.SPECIFIC_REFERENTIEL_BANQUES = void 0;
|
|
7
|
+
const SPECIFIC_REFERENTIEL_LOCALITES = exports.SPECIFIC_REFERENTIEL_LOCALITES = "LOCALITES";
|
|
8
|
+
const SPECIFIC_REFERENTIEL_OPERATEURS_MANUTENTION = exports.SPECIFIC_REFERENTIEL_OPERATEURS_MANUTENTION = "OPERATEURS_MANUTENTION";
|
|
9
|
+
const SPECIFIC_REFERENTIEL_ESCALES = exports.SPECIFIC_REFERENTIEL_ESCALES = "ESCALES";
|
|
10
|
+
const SPECIFIC_REFERENTIEL_BANQUES = exports.SPECIFIC_REFERENTIEL_BANQUES = "LISTE_BANQUES";
|
|
11
|
+
const SPECIFIC_REFERENTIEL_OPERATEURS_IMP_EXP = exports.SPECIFIC_REFERENTIEL_OPERATEURS_IMP_EXP = "OPERATEURS_IMP_EXP";
|
|
12
|
+
const SPECIFIC_REFERENTIEL_TRANSITAIRES = exports.SPECIFIC_REFERENTIEL_TRANSITAIRES = "TRANSITAIRES";
|
|
13
|
+
const SPECIFIC_REFERENTIEL_NAVIRES = exports.SPECIFIC_REFERENTIEL_NAVIRES = "NAVIRES";
|
|
14
|
+
const SPECIFIC_REFERENTIEL_CONSIGNATAIRES = exports.SPECIFIC_REFERENTIEL_CONSIGNATAIRES = "CONSIGNATAIRES";
|
|
15
|
+
const SPECIFIC_REFERENTIEL_COMPTES_BANCAIRE = exports.SPECIFIC_REFERENTIEL_COMPTES_BANCAIRE = "COMPTES_BANCAIRE";
|
|
16
|
+
const SPECIFIC_REFERENTIEL_GUICHETS = exports.SPECIFIC_REFERENTIEL_GUICHETS = "GUICHETS";
|
|
17
|
+
const SPECIFIC_REFERENTIEL_NOMENCLATURES_DOUANIERES = exports.SPECIFIC_REFERENTIEL_NOMENCLATURES_DOUANIERES = "NOMENCLATURES_DOUANIERES";
|
|
18
|
+
const SPECIFIC_REFERENTIEL_TEST = exports.SPECIFIC_REFERENTIEL_TEST = "TEST";
|
|
@@ -13,10 +13,10 @@ const specificReferentielsTitles = {
|
|
|
13
13
|
[_specificReferentielsKeys.SPECIFIC_REFERENTIEL_TRANSITAIRES]: "Recherche de transitaires",
|
|
14
14
|
[_specificReferentielsKeys.SPECIFIC_REFERENTIEL_NAVIRES]: "Recherche de navires",
|
|
15
15
|
[_specificReferentielsKeys.SPECIFIC_REFERENTIEL_CONSIGNATAIRES]: "Recherche de consignataires",
|
|
16
|
+
[_specificReferentielsKeys.SPECIFIC_REFERENTIEL_BANQUES]: "Recherche des Banques",
|
|
16
17
|
[_specificReferentielsKeys.SPECIFIC_REFERENTIEL_COMPTES_BANCAIRE]: "Recherche de comptes bancaire",
|
|
17
18
|
[_specificReferentielsKeys.SPECIFIC_REFERENTIEL_GUICHETS]: "Recherche de guichets",
|
|
18
19
|
[_specificReferentielsKeys.SPECIFIC_REFERENTIEL_NOMENCLATURES_DOUANIERES]: "Recherche de nomenclatures douanières",
|
|
19
20
|
[_specificReferentielsKeys.SPECIFIC_REFERENTIEL_TEST]: "Notre referernteil test"
|
|
20
21
|
};
|
|
21
|
-
var _default = specificReferentielsTitles;
|
|
22
|
-
exports.default = _default;
|
|
22
|
+
var _default = exports.default = specificReferentielsTitles;
|