@gridsuite/commons-ui 0.63.2 → 0.63.4

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.
@@ -42,6 +42,7 @@ function FilterProperty(props) {
42
42
  name: `${FieldConstants.CRITERIA_BASED}.${propertyType}[${index}].${PROPERTY_NAME}`,
43
43
  label: "PropertyName",
44
44
  options: predefinedNames,
45
+ freeSolo: true,
45
46
  autoSelect: true,
46
47
  forcePopupIcon: true,
47
48
  onChangeCallback: onNameChange
@@ -24,6 +24,10 @@ export declare const EXPERT_FILTER_EQUIPMENTS: {
24
24
  id: string;
25
25
  label: string;
26
26
  };
27
+ THREE_WINDINGS_TRANSFORMER: {
28
+ id: string;
29
+ label: string;
30
+ };
27
31
  GENERATOR: {
28
32
  id: string;
29
33
  label: string;
@@ -48,6 +52,10 @@ export declare const EXPERT_FILTER_EQUIPMENTS: {
48
52
  id: string;
49
53
  label: string;
50
54
  };
55
+ DANGLING_LINE: {
56
+ id: string;
57
+ label: string;
58
+ };
51
59
  };
52
60
  export declare const ENERGY_SOURCE_OPTIONS: {
53
61
  name: string;
@@ -264,6 +272,24 @@ export declare const FIELDS_OPTIONS: {
264
272
  dataType: DataType;
265
273
  inputType: string;
266
274
  };
275
+ RATED_S1: {
276
+ name: FieldType;
277
+ label: string;
278
+ dataType: DataType;
279
+ inputType: string;
280
+ };
281
+ RATED_S2: {
282
+ name: FieldType;
283
+ label: string;
284
+ dataType: DataType;
285
+ inputType: string;
286
+ };
287
+ RATED_S3: {
288
+ name: FieldType;
289
+ label: string;
290
+ dataType: DataType;
291
+ inputType: string;
292
+ };
267
293
  MARGINAL_COST: {
268
294
  name: FieldType;
269
295
  label: string;
@@ -390,6 +416,13 @@ export declare const FIELDS_OPTIONS: {
390
416
  defaultValue: boolean;
391
417
  valueEditorType: string;
392
418
  };
419
+ CONNECTED_3: {
420
+ name: FieldType;
421
+ label: string;
422
+ dataType: DataType;
423
+ defaultValue: boolean;
424
+ valueEditorType: string;
425
+ };
393
426
  VOLTAGE_LEVEL_ID_1: {
394
427
  name: FieldType;
395
428
  label: string;
@@ -400,6 +433,11 @@ export declare const FIELDS_OPTIONS: {
400
433
  label: string;
401
434
  dataType: DataType;
402
435
  };
436
+ VOLTAGE_LEVEL_ID_3: {
437
+ name: FieldType;
438
+ label: string;
439
+ dataType: DataType;
440
+ };
403
441
  NOMINAL_VOLTAGE_1: {
404
442
  name: FieldType;
405
443
  label: string;
@@ -412,6 +450,12 @@ export declare const FIELDS_OPTIONS: {
412
450
  dataType: DataType;
413
451
  inputType: string;
414
452
  };
453
+ NOMINAL_VOLTAGE_3: {
454
+ name: FieldType;
455
+ label: string;
456
+ dataType: DataType;
457
+ inputType: string;
458
+ };
415
459
  RATED_VOLTAGE_1: {
416
460
  name: FieldType;
417
461
  label: string;
@@ -424,6 +468,18 @@ export declare const FIELDS_OPTIONS: {
424
468
  dataType: DataType;
425
469
  inputType: string;
426
470
  };
471
+ RATED_VOLTAGE_0: {
472
+ name: FieldType;
473
+ label: string;
474
+ dataType: DataType;
475
+ inputType: string;
476
+ };
477
+ RATED_VOLTAGE_3: {
478
+ name: FieldType;
479
+ label: string;
480
+ dataType: DataType;
481
+ inputType: string;
482
+ };
427
483
  COUNTRY_1: {
428
484
  name: FieldType;
429
485
  label: string;
@@ -444,12 +500,48 @@ export declare const FIELDS_OPTIONS: {
444
500
  dataType: DataType;
445
501
  inputType: string;
446
502
  };
503
+ SERIE_RESISTANCE_1: {
504
+ name: FieldType;
505
+ label: string;
506
+ dataType: DataType;
507
+ inputType: string;
508
+ };
509
+ SERIE_RESISTANCE_2: {
510
+ name: FieldType;
511
+ label: string;
512
+ dataType: DataType;
513
+ inputType: string;
514
+ };
515
+ SERIE_RESISTANCE_3: {
516
+ name: FieldType;
517
+ label: string;
518
+ dataType: DataType;
519
+ inputType: string;
520
+ };
447
521
  SERIE_REACTANCE: {
448
522
  name: FieldType;
449
523
  label: string;
450
524
  dataType: DataType;
451
525
  inputType: string;
452
526
  };
527
+ SERIE_REACTANCE_1: {
528
+ name: FieldType;
529
+ label: string;
530
+ dataType: DataType;
531
+ inputType: string;
532
+ };
533
+ SERIE_REACTANCE_2: {
534
+ name: FieldType;
535
+ label: string;
536
+ dataType: DataType;
537
+ inputType: string;
538
+ };
539
+ SERIE_REACTANCE_3: {
540
+ name: FieldType;
541
+ label: string;
542
+ dataType: DataType;
543
+ inputType: string;
544
+ };
453
545
  SHUNT_CONDUCTANCE_1: {
454
546
  name: FieldType;
455
547
  label: string;
@@ -480,12 +572,48 @@ export declare const FIELDS_OPTIONS: {
480
572
  dataType: DataType;
481
573
  inputType: string;
482
574
  };
575
+ MAGNETIZING_CONDUCTANCE_1: {
576
+ name: FieldType;
577
+ label: string;
578
+ dataType: DataType;
579
+ inputType: string;
580
+ };
581
+ MAGNETIZING_CONDUCTANCE_2: {
582
+ name: FieldType;
583
+ label: string;
584
+ dataType: DataType;
585
+ inputType: string;
586
+ };
587
+ MAGNETIZING_CONDUCTANCE_3: {
588
+ name: FieldType;
589
+ label: string;
590
+ dataType: DataType;
591
+ inputType: string;
592
+ };
483
593
  MAGNETIZING_SUSCEPTANCE: {
484
594
  name: FieldType;
485
595
  label: string;
486
596
  dataType: DataType;
487
597
  inputType: string;
488
598
  };
599
+ MAGNETIZING_SUSCEPTANCE_1: {
600
+ name: FieldType;
601
+ label: string;
602
+ dataType: DataType;
603
+ inputType: string;
604
+ };
605
+ MAGNETIZING_SUSCEPTANCE_2: {
606
+ name: FieldType;
607
+ label: string;
608
+ dataType: DataType;
609
+ inputType: string;
610
+ };
611
+ MAGNETIZING_SUSCEPTANCE_3: {
612
+ name: FieldType;
613
+ label: string;
614
+ dataType: DataType;
615
+ inputType: string;
616
+ };
489
617
  LOAD_TYPE: {
490
618
  name: FieldType;
491
619
  label: string;
@@ -504,6 +632,27 @@ export declare const FIELDS_OPTIONS: {
504
632
  defaultValue: boolean;
505
633
  valueEditorType: string;
506
634
  };
635
+ HAS_RATIO_TAP_CHANGER_1: {
636
+ name: FieldType;
637
+ label: string;
638
+ dataType: DataType;
639
+ defaultValue: boolean;
640
+ valueEditorType: string;
641
+ };
642
+ HAS_RATIO_TAP_CHANGER_2: {
643
+ name: FieldType;
644
+ label: string;
645
+ dataType: DataType;
646
+ defaultValue: boolean;
647
+ valueEditorType: string;
648
+ };
649
+ HAS_RATIO_TAP_CHANGER_3: {
650
+ name: FieldType;
651
+ label: string;
652
+ dataType: DataType;
653
+ defaultValue: boolean;
654
+ valueEditorType: string;
655
+ };
507
656
  LOAD_TAP_CHANGING_CAPABILITIES: {
508
657
  name: FieldType;
509
658
  label: string;
@@ -511,6 +660,27 @@ export declare const FIELDS_OPTIONS: {
511
660
  defaultValue: boolean;
512
661
  valueEditorType: string;
513
662
  };
663
+ LOAD_TAP_CHANGING_CAPABILITIES_1: {
664
+ name: FieldType;
665
+ label: string;
666
+ dataType: DataType;
667
+ defaultValue: boolean;
668
+ valueEditorType: string;
669
+ };
670
+ LOAD_TAP_CHANGING_CAPABILITIES_2: {
671
+ name: FieldType;
672
+ label: string;
673
+ dataType: DataType;
674
+ defaultValue: boolean;
675
+ valueEditorType: string;
676
+ };
677
+ LOAD_TAP_CHANGING_CAPABILITIES_3: {
678
+ name: FieldType;
679
+ label: string;
680
+ dataType: DataType;
681
+ defaultValue: boolean;
682
+ valueEditorType: string;
683
+ };
514
684
  RATIO_REGULATION_MODE: {
515
685
  name: FieldType;
516
686
  label: string;
@@ -522,12 +692,63 @@ export declare const FIELDS_OPTIONS: {
522
692
  valueEditorType: string;
523
693
  defaultValue: string;
524
694
  };
695
+ RATIO_REGULATION_MODE_1: {
696
+ name: FieldType;
697
+ label: string;
698
+ dataType: DataType;
699
+ values: {
700
+ name: string;
701
+ label: string;
702
+ }[];
703
+ valueEditorType: string;
704
+ defaultValue: string;
705
+ };
706
+ RATIO_REGULATION_MODE_2: {
707
+ name: FieldType;
708
+ label: string;
709
+ dataType: DataType;
710
+ values: {
711
+ name: string;
712
+ label: string;
713
+ }[];
714
+ valueEditorType: string;
715
+ defaultValue: string;
716
+ };
717
+ RATIO_REGULATION_MODE_3: {
718
+ name: FieldType;
719
+ label: string;
720
+ dataType: DataType;
721
+ values: {
722
+ name: string;
723
+ label: string;
724
+ }[];
725
+ valueEditorType: string;
726
+ defaultValue: string;
727
+ };
525
728
  RATIO_TARGET_V: {
526
729
  name: FieldType;
527
730
  label: string;
528
731
  dataType: DataType;
529
732
  inputType: string;
530
733
  };
734
+ RATIO_TARGET_V1: {
735
+ name: FieldType;
736
+ label: string;
737
+ dataType: DataType;
738
+ inputType: string;
739
+ };
740
+ RATIO_TARGET_V2: {
741
+ name: FieldType;
742
+ label: string;
743
+ dataType: DataType;
744
+ inputType: string;
745
+ };
746
+ RATIO_TARGET_V3: {
747
+ name: FieldType;
748
+ label: string;
749
+ dataType: DataType;
750
+ inputType: string;
751
+ };
531
752
  HAS_PHASE_TAP_CHANGER: {
532
753
  name: FieldType;
533
754
  label: string;
@@ -535,6 +756,27 @@ export declare const FIELDS_OPTIONS: {
535
756
  defaultValue: boolean;
536
757
  valueEditorType: string;
537
758
  };
759
+ HAS_PHASE_TAP_CHANGER_1: {
760
+ name: FieldType;
761
+ label: string;
762
+ dataType: DataType;
763
+ defaultValue: boolean;
764
+ valueEditorType: string;
765
+ };
766
+ HAS_PHASE_TAP_CHANGER_2: {
767
+ name: FieldType;
768
+ label: string;
769
+ dataType: DataType;
770
+ defaultValue: boolean;
771
+ valueEditorType: string;
772
+ };
773
+ HAS_PHASE_TAP_CHANGER_3: {
774
+ name: FieldType;
775
+ label: string;
776
+ dataType: DataType;
777
+ defaultValue: boolean;
778
+ valueEditorType: string;
779
+ };
538
780
  PHASE_REGULATION_MODE: {
539
781
  name: FieldType;
540
782
  label: string;
@@ -546,12 +788,63 @@ export declare const FIELDS_OPTIONS: {
546
788
  valueEditorType: string;
547
789
  defaultValue: string;
548
790
  };
791
+ PHASE_REGULATION_MODE_1: {
792
+ name: FieldType;
793
+ label: string;
794
+ dataType: DataType;
795
+ values: {
796
+ name: string;
797
+ label: string;
798
+ }[];
799
+ valueEditorType: string;
800
+ defaultValue: string;
801
+ };
802
+ PHASE_REGULATION_MODE_2: {
803
+ name: FieldType;
804
+ label: string;
805
+ dataType: DataType;
806
+ values: {
807
+ name: string;
808
+ label: string;
809
+ }[];
810
+ valueEditorType: string;
811
+ defaultValue: string;
812
+ };
813
+ PHASE_REGULATION_MODE_3: {
814
+ name: FieldType;
815
+ label: string;
816
+ dataType: DataType;
817
+ values: {
818
+ name: string;
819
+ label: string;
820
+ }[];
821
+ valueEditorType: string;
822
+ defaultValue: string;
823
+ };
549
824
  PHASE_REGULATION_VALUE: {
550
825
  name: FieldType;
551
826
  label: string;
552
827
  dataType: DataType;
553
828
  inputType: string;
554
829
  };
830
+ PHASE_REGULATION_VALUE_1: {
831
+ name: FieldType;
832
+ label: string;
833
+ dataType: DataType;
834
+ inputType: string;
835
+ };
836
+ PHASE_REGULATION_VALUE_2: {
837
+ name: FieldType;
838
+ label: string;
839
+ dataType: DataType;
840
+ inputType: string;
841
+ };
842
+ PHASE_REGULATION_VALUE_3: {
843
+ name: FieldType;
844
+ label: string;
845
+ dataType: DataType;
846
+ inputType: string;
847
+ };
555
848
  PROPERTY: {
556
849
  name: FieldType;
557
850
  label: string;
@@ -580,6 +873,13 @@ export declare const FIELDS_OPTIONS: {
580
873
  valueEditorType: string;
581
874
  defaultValue: string;
582
875
  };
876
+ SUBSTATION_PROPERTY_3: {
877
+ name: FieldType;
878
+ label: string;
879
+ dataType: DataType;
880
+ valueEditorType: string;
881
+ defaultValue: string;
882
+ };
583
883
  VOLTAGE_LEVEL_PROPERTY: {
584
884
  name: FieldType;
585
885
  label: string;
@@ -601,6 +901,13 @@ export declare const FIELDS_OPTIONS: {
601
901
  valueEditorType: string;
602
902
  defaultValue: string;
603
903
  };
904
+ VOLTAGE_LEVEL_PROPERTY_3: {
905
+ name: FieldType;
906
+ label: string;
907
+ dataType: DataType;
908
+ valueEditorType: string;
909
+ defaultValue: string;
910
+ };
604
911
  SVAR_REGULATION_MODE: {
605
912
  name: FieldType;
606
913
  label: string;
@@ -704,6 +1011,25 @@ export declare const FIELDS_OPTIONS: {
704
1011
  dataType: DataType;
705
1012
  inputType: string;
706
1013
  };
1014
+ SHUNT_SUSCEPTANCE: {
1015
+ name: FieldType;
1016
+ label: string;
1017
+ dataType: DataType;
1018
+ inputType: string;
1019
+ };
1020
+ SHUNT_CONDUCTANCE: {
1021
+ name: FieldType;
1022
+ label: string;
1023
+ dataType: DataType;
1024
+ inputType: string;
1025
+ };
1026
+ PAIRED: {
1027
+ name: FieldType;
1028
+ label: string;
1029
+ dataType: DataType;
1030
+ defaultValue: boolean;
1031
+ valueEditorType: string;
1032
+ };
707
1033
  CONVERTER_STATION_ID_1: {
708
1034
  name: FieldType;
709
1035
  label: string;