@gridsuite/commons-ui 0.210.0 → 0.211.0
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.
|
@@ -60,7 +60,7 @@ const SENSITIVITY_TYPES = [
|
|
|
60
60
|
];
|
|
61
61
|
const PSTS_EQUIPMENT_TYPES = [EquipmentType.TWO_WINDINGS_TRANSFORMER];
|
|
62
62
|
const MONITORED_VOLTAGE_LEVELS_EQUIPMENT_TYPES = [EquipmentType.VOLTAGE_LEVEL];
|
|
63
|
-
const INJECTIONS_EQUIPMENT_TYPES = [EquipmentType.GENERATOR, EquipmentType.LOAD];
|
|
63
|
+
const INJECTIONS_EQUIPMENT_TYPES = [EquipmentType.GENERATOR, EquipmentType.LOAD, EquipmentType.BATTERY];
|
|
64
64
|
const EQUIPMENTS_IN_VOLTAGE_REGULATION_TYPES = [
|
|
65
65
|
EquipmentType.GENERATOR,
|
|
66
66
|
EquipmentType.TWO_WINDINGS_TRANSFORMER,
|
|
@@ -59,7 +59,7 @@ const COLUMNS_DEFINITIONS_ICC_CLUSTERS = [
|
|
|
59
59
|
label: "ShortCircuitIccClusterFilters",
|
|
60
60
|
dataKey: SHORT_CIRCUIT_ICC_CLUSTER_FILTERS,
|
|
61
61
|
tooltip: "ShortCircuitIccClusterFiltersTooltip",
|
|
62
|
-
equipmentTypes: [EquipmentType.GENERATOR, EquipmentType.BATTERY],
|
|
62
|
+
equipmentTypes: [EquipmentType.GENERATOR, EquipmentType.BATTERY, EquipmentType.VSC_CONVERTER_STATION],
|
|
63
63
|
elementType: ElementType.FILTER,
|
|
64
64
|
titleId: "FiltersListsSelection",
|
|
65
65
|
initialValue: null
|