@gridsuite/commons-ui 0.60.1 → 0.60.3

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.
@@ -54,8 +54,8 @@ const filter_expert_fr = {
54
54
  phaseRegulationValue: "Consigne de transit ou du courant du déphaseur",
55
55
  property: "Propriété",
56
56
  substationProperty: "Propriété site",
57
- substationProperty1: "Propriété site Or",
58
- substationProperty2: "Propriété site Ex",
57
+ substationProperty1: "Propriété site 1",
58
+ substationProperty2: "Propriété site 2",
59
59
  ratedVoltage1KV: "Tension d'enroulement 1 (kV)",
60
60
  ratedVoltage2KV: "Tension d'enroulement 2 (kV)",
61
61
  nominalVoltage1KV: "Tension nominale 1 (kV)",
@@ -17,6 +17,7 @@ function getFileIcon(type, style) {
17
17
  case ElementType.SECURITY_ANALYSIS_PARAMETERS:
18
18
  case ElementType.LOADFLOW_PARAMETERS:
19
19
  case ElementType.SENSITIVITY_PARAMETERS:
20
+ case ElementType.SHORT_CIRCUIT_PARAMETERS:
20
21
  return /* @__PURE__ */ jsx(Settings, { sx: style });
21
22
  case ElementType.DIRECTORY:
22
23
  return;
@@ -14,5 +14,6 @@ export declare enum ElementType {
14
14
  VOLTAGE_INIT_PARAMETERS = "VOLTAGE_INIT_PARAMETERS",
15
15
  SECURITY_ANALYSIS_PARAMETERS = "SECURITY_ANALYSIS_PARAMETERS",
16
16
  LOADFLOW_PARAMETERS = "LOADFLOW_PARAMETERS",
17
- SENSITIVITY_PARAMETERS = "SENSITIVITY_PARAMETERS"
17
+ SENSITIVITY_PARAMETERS = "SENSITIVITY_PARAMETERS",
18
+ SHORT_CIRCUIT_PARAMETERS = "SHORT_CIRCUIT_PARAMETERS"
18
19
  }
@@ -9,6 +9,7 @@ var ElementType = /* @__PURE__ */ ((ElementType2) => {
9
9
  ElementType2["SECURITY_ANALYSIS_PARAMETERS"] = "SECURITY_ANALYSIS_PARAMETERS";
10
10
  ElementType2["LOADFLOW_PARAMETERS"] = "LOADFLOW_PARAMETERS";
11
11
  ElementType2["SENSITIVITY_PARAMETERS"] = "SENSITIVITY_PARAMETERS";
12
+ ElementType2["SHORT_CIRCUIT_PARAMETERS"] = "SHORT_CIRCUIT_PARAMETERS";
12
13
  return ElementType2;
13
14
  })(ElementType || {});
14
15
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gridsuite/commons-ui",
3
- "version": "0.60.1",
3
+ "version": "0.60.3",
4
4
  "description": "common react components for gridsuite applications",
5
5
  "engines": {
6
6
  "npm": ">=9",