@gridsuite/commons-ui 0.203.0 → 0.205.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.
Files changed (178) hide show
  1. package/dist/components/dialogs/elementSaveDialog/ElementSaveDialog.js +1 -0
  2. package/dist/components/dnd-table/dnd-table-add-rows-dialog.js +1 -0
  3. package/dist/components/dnd-table/dnd-table.js +1 -0
  4. package/dist/components/dnd-table-v2/dnd-table-add-rows-dialog.js +1 -0
  5. package/dist/components/dnd-table-v2/dnd-table.js +1 -0
  6. package/dist/components/filter/HeaderFilterForm.js +1 -0
  7. package/dist/components/filter/expert/ExpertFilterForm.js +1 -0
  8. package/dist/components/filter/expert/expertFilterConstants.js +2 -2
  9. package/dist/components/filter/explicitNaming/ExplicitNamingFilterForm.js +1 -0
  10. package/dist/components/filter/utils/filterFormUtils.d.ts +1 -1
  11. package/dist/components/filter/utils/filterFormUtils.js +3 -3
  12. package/dist/components/grid/grid-item.d.ts +2 -2
  13. package/dist/components/icons/ArrowsInputIcon.d.ts +2 -0
  14. package/dist/components/icons/ArrowsInputIcon.js +9 -0
  15. package/dist/components/icons/index.d.ts +1 -0
  16. package/dist/components/icons/index.js +2 -0
  17. package/dist/components/index.js +2 -0
  18. package/dist/components/inputs/reactHookForm/text/DescriptionInput.js +1 -0
  19. package/dist/components/network-modification-table/row/modification-row.js +7 -17
  20. package/dist/components/network-modifications/by-filter/assignment/assignment/assignment-form.js +1 -0
  21. package/dist/components/network-modifications/by-filter/assignment/modification-by-assignment-form.js +1 -0
  22. package/dist/components/network-modifications/by-filter/deletion/ByFilterDeletionForm.js +1 -0
  23. package/dist/components/network-modifications/by-filter/deletion/byFilterDeletion.utils.js +1 -1
  24. package/dist/components/network-modifications/common/activePowerControl/ActivePowerControlForm.js +1 -0
  25. package/dist/components/network-modifications/common/connectivity/ConnectivityForm.js +1 -0
  26. package/dist/components/network-modifications/common/connectivity/PositionForm.js +1 -0
  27. package/dist/components/network-modifications/common/connectivity/VoltageLevelConnectivityForm.js +1 -0
  28. package/dist/components/network-modifications/common/measurements/PowerWithValidityForm.js +1 -0
  29. package/dist/components/network-modifications/common/properties/PropertiesForm.js +1 -0
  30. package/dist/components/network-modifications/common/properties/PropertyForm.js +1 -0
  31. package/dist/components/network-modifications/common/reactiveLimits/ReactiveLimitsForm.js +1 -0
  32. package/dist/components/network-modifications/common/reactiveLimits/reactiveCapabilityCurve/ReactiveCapabilityCurveRowForm.js +1 -0
  33. package/dist/components/network-modifications/common/reactiveLimits/reactiveCapabilityCurve/ReactiveCapabilityCurveTableForm.js +1 -0
  34. package/dist/components/network-modifications/common/setpoints/SetPointsForm.js +1 -0
  35. package/dist/components/network-modifications/common/shortCircuit/ShortCircuitForm.js +1 -0
  36. package/dist/components/network-modifications/equipmentDeletion/EquipmentDeletionForm.js +2 -1
  37. package/dist/components/network-modifications/equipmentDeletion/equipmentDeletion.utils.js +1 -0
  38. package/dist/components/network-modifications/equipmentDeletion/hvdcLccDeletion/ShuntCompensatorSelectionForm.js +1 -0
  39. package/dist/components/network-modifications/generator/generatorDialog.type.d.ts +9 -1
  40. package/dist/components/network-modifications/generator/modification/generatorModification.types.d.ts +4 -0
  41. package/dist/components/network-modifications/index.js +1 -0
  42. package/dist/components/network-modifications/load/common/LoadDialogHeader.js +1 -0
  43. package/dist/components/network-modifications/load/creation/loadCreation.utils.js +1 -0
  44. package/dist/components/network-modifications/load/modification/loadModification.utils.js +1 -0
  45. package/dist/components/network-modifications/substation/creation/SubstationCreationForm.js +1 -0
  46. package/dist/components/network-modifications/substation/modification/SubstationModificationForm.js +1 -0
  47. package/dist/components/network-modifications/voltageLevel/creation/VoltageLevelCreationForm.js +1 -0
  48. package/dist/components/network-modifications/voltageLevel/creation/index.js +1 -0
  49. package/dist/components/network-modifications/voltageLevel/creation/tabs/characteristicsTab/CharacteristicsTab.js +1 -0
  50. package/dist/components/network-modifications/voltageLevel/creation/tabs/structureTab/StructureTab.js +1 -0
  51. package/dist/components/network-modifications/voltageLevel/creation/tabs/structureTab/couplingOmnibus/CouplingOmnibusForm.js +1 -0
  52. package/dist/components/network-modifications/voltageLevel/creation/tabs/structureTab/switchesBetweenSections/SwitchesBetweenSections.js +1 -0
  53. package/dist/components/network-modifications/voltageLevel/creation/tabs/structureTab/switchesBetweenSections/creation/CreateSwitchesDialog.js +1 -0
  54. package/dist/components/network-modifications/voltageLevel/creation/tabs/structureTab/switchesBetweenSections/creation/CreateSwitchesForm.js +1 -0
  55. package/dist/components/network-modifications/voltageLevel/creation/tabs/substationTab/SubstationCreationSection.js +1 -0
  56. package/dist/components/network-modifications/voltageLevel/creation/tabs/substationTab/SubstationTab.js +1 -0
  57. package/dist/components/network-modifications/voltageLevel/creation/voltageLevelCreation.utils.js +1 -0
  58. package/dist/components/network-modifications/voltageLevel/index.js +1 -0
  59. package/dist/components/network-modifications/voltageLevel/modification/VoltageLevelModificationForm.js +1 -0
  60. package/dist/components/parameters/common/ProviderParam.js +1 -0
  61. package/dist/components/parameters/common/contingency-table/columns-definitions.js +1 -0
  62. package/dist/components/parameters/common/limitreductions/limit-reduction-table-cell.js +1 -0
  63. package/dist/components/parameters/common/limitreductions/limit-reductions-table-form.js +1 -0
  64. package/dist/components/parameters/common/name-element-editor/name-element-editor-utils.js +1 -0
  65. package/dist/components/parameters/common/parameter-field.js +1 -0
  66. package/dist/components/parameters/common/parameter-table-field/parameter-table-field.js +1 -0
  67. package/dist/components/parameters/common/voltage-level-table/custom-voltage-level-table-cell.js +1 -0
  68. package/dist/components/parameters/common/widget/parameter-float.js +1 -0
  69. package/dist/components/parameters/common/widget/parameter-line-directory-items-input.js +1 -0
  70. package/dist/components/parameters/common/widget/parameter-line-slider.js +1 -0
  71. package/dist/components/parameters/dynamic-margin-calculation/dynamic-margin-calculation-form.js +1 -0
  72. package/dist/components/parameters/dynamic-margin-calculation/dynamic-margin-calculation-inline.js +1 -0
  73. package/dist/components/parameters/dynamic-margin-calculation/loads-variations-parameters.js +1 -0
  74. package/dist/components/parameters/dynamic-margin-calculation/use-dynamic-margin-calculation-parameters-form.js +1 -0
  75. package/dist/components/parameters/dynamic-security-analysis/contingency-parameters.js +1 -0
  76. package/dist/components/parameters/dynamic-security-analysis/dynamic-security-analysis-inline.js +1 -0
  77. package/dist/components/parameters/dynamic-security-analysis/dynamic-security-analysis-parameters-form.js +1 -0
  78. package/dist/components/parameters/dynamic-security-analysis/use-dynamic-security-analysis-parameters-form.js +1 -0
  79. package/dist/components/parameters/dynamic-simulation/curve/dialog/curve-selector-utils.d.ts +1 -1
  80. package/dist/components/parameters/dynamic-simulation/dynamic-simulation-inline.js +1 -0
  81. package/dist/components/parameters/dynamic-simulation/dynamic-simulation-parameters-form.js +1 -0
  82. package/dist/components/parameters/dynamic-simulation/network/network-parameters-constants.d.ts +1 -1
  83. package/dist/components/parameters/dynamic-simulation/network/network-parameters-constants.js +1 -1
  84. package/dist/components/parameters/dynamic-simulation/network/network-parameters-utils.d.ts +3 -3
  85. package/dist/components/parameters/dynamic-simulation/network/network-parameters-utils.js +2 -2
  86. package/dist/components/parameters/dynamic-simulation/network/network-parameters.js +2 -2
  87. package/dist/components/parameters/dynamic-simulation/use-dynamic-simulation-parameters-form.js +1 -0
  88. package/dist/components/parameters/loadflow/load-flow-general-parameters.js +1 -0
  89. package/dist/components/parameters/loadflow/load-flow-parameters-content.js +1 -0
  90. package/dist/components/parameters/loadflow/load-flow-parameters-dialog.js +1 -0
  91. package/dist/components/parameters/loadflow/load-flow-parameters-form.js +1 -0
  92. package/dist/components/parameters/loadflow/load-flow-parameters-header.js +1 -0
  93. package/dist/components/parameters/loadflow/load-flow-parameters-inline.js +1 -0
  94. package/dist/components/parameters/loadflow/load-flow-parameters-utils.js +1 -0
  95. package/dist/components/parameters/loadflow/use-load-flow-parameters-form.js +1 -0
  96. package/dist/components/parameters/network-visualizations/map-parameters.js +1 -0
  97. package/dist/components/parameters/network-visualizations/network-area-diagram-parameters.js +1 -0
  98. package/dist/components/parameters/network-visualizations/network-visualizations-form.js +1 -0
  99. package/dist/components/parameters/network-visualizations/network-visualizations-parameters-dialog.js +1 -0
  100. package/dist/components/parameters/network-visualizations/network-visualizations-parameters-inline.js +1 -0
  101. package/dist/components/parameters/network-visualizations/single-line-diagram-parameters.js +1 -0
  102. package/dist/components/parameters/network-visualizations/use-network-visualizations-parameters-form.js +1 -0
  103. package/dist/components/parameters/pcc-min/pcc-min-form-utils.js +1 -0
  104. package/dist/components/parameters/pcc-min/pcc-min-parameters-dialog.js +1 -0
  105. package/dist/components/parameters/pcc-min/pcc-min-parameters-form.js +1 -0
  106. package/dist/components/parameters/pcc-min/pcc-min-parameters-inline.js +1 -0
  107. package/dist/components/parameters/pcc-min/use-pcc-min-parameters-form.js +1 -0
  108. package/dist/components/parameters/security-analysis/columns-definitions.js +1 -0
  109. package/dist/components/parameters/security-analysis/security-analysis-parameters-dialog.js +1 -0
  110. package/dist/components/parameters/security-analysis/security-analysis-parameters-form.js +1 -0
  111. package/dist/components/parameters/security-analysis/security-analysis-parameters-inline.js +1 -0
  112. package/dist/components/parameters/security-analysis/security-analysis-parameters-selector.js +1 -0
  113. package/dist/components/parameters/security-analysis/security-analysis-violations-hiding.js +1 -0
  114. package/dist/components/parameters/security-analysis/use-security-analysis-parameters-form.js +1 -0
  115. package/dist/components/parameters/sensi/columns-definitions.js +1 -0
  116. package/dist/components/parameters/sensi/sensitivity-analysis-parameters-dialog.js +1 -0
  117. package/dist/components/parameters/sensi/sensitivity-analysis-parameters-form.js +1 -0
  118. package/dist/components/parameters/sensi/sensitivity-analysis-parameters-inline.js +1 -0
  119. package/dist/components/parameters/sensi/sensitivity-parameters-fields.js +1 -0
  120. package/dist/components/parameters/sensi/sensitivity-parameters-selector.js +1 -0
  121. package/dist/components/parameters/sensi/use-sensitivity-analysis-parameters.js +1 -0
  122. package/dist/components/parameters/sensi/utils.js +1 -0
  123. package/dist/components/parameters/short-circuit/short-circuit-general-tab-panel.js +1 -0
  124. package/dist/components/parameters/short-circuit/short-circuit-icc-cluster-table-cell.js +1 -0
  125. package/dist/components/parameters/short-circuit/short-circuit-icc-material-table-cell.js +1 -0
  126. package/dist/components/parameters/short-circuit/short-circuit-parameters-content.js +1 -0
  127. package/dist/components/parameters/short-circuit/short-circuit-parameters-dialog.js +1 -0
  128. package/dist/components/parameters/short-circuit/short-circuit-parameters-form.js +1 -0
  129. package/dist/components/parameters/short-circuit/short-circuit-parameters-inline.js +1 -0
  130. package/dist/components/parameters/short-circuit/short-circuit-parameters-utils.js +1 -0
  131. package/dist/components/parameters/short-circuit/short-circuit-power-electronics-tab-panel.js +1 -0
  132. package/dist/components/parameters/short-circuit/short-circuit-study-area-tab-panel.js +1 -0
  133. package/dist/components/parameters/short-circuit/use-short-circuit-parameters-form.js +1 -0
  134. package/dist/components/parameters/voltage-init/equipment-selection-parameters.js +1 -0
  135. package/dist/components/parameters/voltage-init/general-parameters.js +1 -0
  136. package/dist/components/parameters/voltage-init/use-voltage-init-parameters-form.js +1 -0
  137. package/dist/components/parameters/voltage-init/voltage-init-form-utils.js +1 -0
  138. package/dist/components/parameters/voltage-init/voltage-init-parameters-dialog.js +1 -0
  139. package/dist/components/parameters/voltage-init/voltage-init-parameters-form.js +1 -0
  140. package/dist/components/parameters/voltage-init/voltage-init-parameters-inline.js +1 -0
  141. package/dist/components/parameters/voltage-init/voltage-limits-parameters.js +1 -0
  142. package/dist/components/topBar/AboutDialog.d.ts +1 -1
  143. package/dist/components/topBar/AboutDialog.js +15 -7
  144. package/dist/index.js +6 -3
  145. package/dist/translations/en/equipmentShortEn.d.ts +1 -1
  146. package/dist/translations/en/equipmentShortEn.js +1 -1
  147. package/dist/translations/en/equipmentTagEn.d.ts +1 -1
  148. package/dist/translations/en/equipmentTagEn.js +1 -1
  149. package/dist/translations/en/equipmentTypesEn.d.ts +1 -1
  150. package/dist/translations/en/equipmentTypesEn.js +1 -1
  151. package/dist/translations/en/external/exportParamsEn.d.ts +1 -1
  152. package/dist/translations/en/external/exportParamsEn.js +1 -1
  153. package/dist/translations/en/external/importParamsEn.d.ts +1 -1
  154. package/dist/translations/en/external/importParamsEn.js +1 -1
  155. package/dist/translations/en/parameters.d.ts +1 -1
  156. package/dist/translations/en/parameters.js +1 -1
  157. package/dist/translations/fr/equipmentShortFr.d.ts +1 -1
  158. package/dist/translations/fr/equipmentShortFr.js +1 -1
  159. package/dist/translations/fr/equipmentTagFr.d.ts +1 -1
  160. package/dist/translations/fr/equipmentTagFr.js +1 -1
  161. package/dist/translations/fr/equipmentTypesFr.d.ts +1 -1
  162. package/dist/translations/fr/equipmentTypesFr.js +1 -1
  163. package/dist/translations/fr/external/exportParamsFr.d.ts +1 -1
  164. package/dist/translations/fr/external/exportParamsFr.js +1 -1
  165. package/dist/translations/fr/external/importParamsFr.d.ts +1 -1
  166. package/dist/translations/fr/external/importParamsFr.js +1 -1
  167. package/dist/translations/fr/parameters.d.ts +1 -1
  168. package/dist/translations/fr/parameters.js +1 -1
  169. package/dist/utils/constants/notificationsProvider.d.ts +3 -1
  170. package/dist/utils/constants/notificationsProvider.js +3 -0
  171. package/dist/utils/index.js +4 -3
  172. package/dist/utils/mapper/equipmentTypesForPredefinedPropertiesMapper.js +1 -1
  173. package/dist/utils/types/equipmentType.d.ts +1 -1
  174. package/dist/utils/types/equipmentType.js +12 -12
  175. package/dist/utils/types/equipmentTypes.d.ts +1 -1
  176. package/dist/utils/types/equipmentTypes.js +2 -2
  177. package/dist/utils/types/index.js +2 -2
  178. package/package.json +7 -7
@@ -25,6 +25,7 @@ import "../../inputs/reactHookForm/numbers/RangeInput.js";
25
25
  import { MuiSelectInput } from "../../inputs/reactHookForm/selectInputs/MuiSelectInput.js";
26
26
  import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
27
27
  import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
28
+ import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
28
29
  import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
29
30
  import "@material-symbols/svg-400/outlined/add_notes.svg?react";
30
31
  import "../../dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
@@ -33,6 +33,7 @@ import "../../inputs/reactHookForm/numbers/RangeInput.js";
33
33
  import { PopupConfirmationDialog } from "../../dialogs/popupConfirmationDialog/PopupConfirmationDialog.js";
34
34
  import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
35
35
  import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
36
+ import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
36
37
  import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
37
38
  import "@material-symbols/svg-400/outlined/add_notes.svg?react";
38
39
  import "../../dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
@@ -26,6 +26,7 @@ import "react-csv-downloader";
26
26
  import "../../inputs/reactHookForm/numbers/RangeInput.js";
27
27
  import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
28
28
  import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
29
+ import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
29
30
  import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
30
31
  import "@material-symbols/svg-400/outlined/add_notes.svg?react";
31
32
  import "../../inputs/reactHookForm/expandableInput/ExpandableInput.js";
@@ -25,6 +25,7 @@ import { FloatInput } from "../../inputs/reactHookForm/numbers/FloatInput.js";
25
25
  import "../../inputs/reactHookForm/numbers/RangeInput.js";
26
26
  import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
27
27
  import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
28
+ import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
28
29
  import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
29
30
  import "@material-symbols/svg-400/outlined/add_notes.svg?react";
30
31
  import "../../dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
@@ -30,6 +30,7 @@ import "react-csv-downloader";
30
30
  import "../../inputs/reactHookForm/numbers/RangeInput.js";
31
31
  import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
32
32
  import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
33
+ import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
33
34
  import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
34
35
  import "@material-symbols/svg-400/outlined/add_notes.svg?react";
35
36
  import "../../inputs/reactHookForm/expandableInput/ExpandableInput.js";
@@ -28,6 +28,7 @@ import "react-csv-downloader";
28
28
  import "../../inputs/reactHookForm/numbers/RangeInput.js";
29
29
  import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
30
30
  import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
31
+ import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
31
32
  import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
32
33
  import "@material-symbols/svg-400/outlined/add_notes.svg?react";
33
34
  import "../../inputs/reactHookForm/expandableInput/ExpandableInput.js";
@@ -29,6 +29,7 @@ import "react-csv-downloader";
29
29
  import "../../inputs/reactHookForm/numbers/RangeInput.js";
30
30
  import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
31
31
  import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
32
+ import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
32
33
  import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
33
34
  import "@material-symbols/svg-400/outlined/add_notes.svg?react";
34
35
  import "../../inputs/reactHookForm/expandableInput/ExpandableInput.js";
@@ -26,6 +26,7 @@ import "../../inputs/reactHookForm/numbers/RangeInput.js";
26
26
  import { MuiSelectInput } from "../../inputs/reactHookForm/selectInputs/MuiSelectInput.js";
27
27
  import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
28
28
  import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
29
+ import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
29
30
  import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
30
31
  import "@material-symbols/svg-400/outlined/add_notes.svg?react";
31
32
  import "../../dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
@@ -30,6 +30,7 @@ import "../../inputs/reactHookForm/numbers/RangeInput.js";
30
30
  import { PopupConfirmationDialog } from "../../dialogs/popupConfirmationDialog/PopupConfirmationDialog.js";
31
31
  import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
32
32
  import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
33
+ import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
33
34
  import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
34
35
  import "@material-symbols/svg-400/outlined/add_notes.svg?react";
35
36
  import "../../dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
@@ -25,6 +25,7 @@ import { FloatInput } from "../../inputs/reactHookForm/numbers/FloatInput.js";
25
25
  import "../../inputs/reactHookForm/numbers/RangeInput.js";
26
26
  import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
27
27
  import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
28
+ import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
28
29
  import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
29
30
  import "@material-symbols/svg-400/outlined/add_notes.svg?react";
30
31
  import "../../dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
@@ -27,6 +27,7 @@ import "react-csv-downloader";
27
27
  import "../../inputs/reactHookForm/numbers/RangeInput.js";
28
28
  import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
29
29
  import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
30
+ import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
30
31
  import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
31
32
  import "@material-symbols/svg-400/outlined/add_notes.svg?react";
32
33
  import "../../inputs/reactHookForm/expandableInput/ExpandableInput.js";
@@ -39,6 +39,7 @@ import "react-csv-downloader";
39
39
  import "../../inputs/reactHookForm/numbers/RangeInput.js";
40
40
  import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
41
41
  import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
42
+ import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
42
43
  import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
43
44
  import "@material-symbols/svg-400/outlined/add_notes.svg?react";
44
45
  import "../../dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
@@ -30,6 +30,7 @@ import "react-csv-downloader";
30
30
  import "../../inputs/reactHookForm/numbers/RangeInput.js";
31
31
  import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
32
32
  import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
33
+ import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
33
34
  import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
34
35
  import "@material-symbols/svg-400/outlined/add_notes.svg?react";
35
36
  import "../../inputs/reactHookForm/expandableInput/ExpandableInput.js";
@@ -33,6 +33,7 @@ import "../../inputs/reactHookForm/numbers/RangeInput.js";
33
33
  import { MuiSelectInput } from "../../inputs/reactHookForm/selectInputs/MuiSelectInput.js";
34
34
  import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
35
35
  import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
36
+ import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
36
37
  import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
37
38
  import "@material-symbols/svg-400/outlined/add_notes.svg?react";
38
39
  import "../../dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
@@ -26,6 +26,7 @@ import "../../inputs/reactHookForm/numbers/RangeInput.js";
26
26
  import { SelectInput } from "../../inputs/reactHookForm/selectInputs/SelectInput.js";
27
27
  import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
28
28
  import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
29
+ import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
29
30
  import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
30
31
  import "@material-symbols/svg-400/outlined/add_notes.svg?react";
31
32
  import "../../dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
@@ -26,6 +26,7 @@ import { FloatInput } from "../../inputs/reactHookForm/numbers/FloatInput.js";
26
26
  import "../../inputs/reactHookForm/numbers/RangeInput.js";
27
27
  import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
28
28
  import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
29
+ import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
29
30
  import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
30
31
  import "@material-symbols/svg-400/outlined/add_notes.svg?react";
31
32
  import "../../dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
@@ -31,6 +31,7 @@ import "react-csv-downloader";
31
31
  import "../../inputs/reactHookForm/numbers/RangeInput.js";
32
32
  import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
33
33
  import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
34
+ import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
34
35
  import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
35
36
  import "@material-symbols/svg-400/outlined/add_notes.svg?react";
36
37
  import "../../inputs/reactHookForm/expandableInput/ExpandableInput.js";
@@ -30,6 +30,7 @@ import "react-csv-downloader";
30
30
  import "../../inputs/reactHookForm/numbers/RangeInput.js";
31
31
  import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
32
32
  import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
33
+ import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
33
34
  import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
34
35
  import "@material-symbols/svg-400/outlined/add_notes.svg?react";
35
36
  import "../../inputs/reactHookForm/expandableInput/ExpandableInput.js";
@@ -23,6 +23,7 @@ import "react-csv-downloader";
23
23
  import "../../inputs/reactHookForm/numbers/RangeInput.js";
24
24
  import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
25
25
  import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
26
+ import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
26
27
  import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
27
28
  import "@material-symbols/svg-400/outlined/add_notes.svg?react";
28
29
  import "../../dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
@@ -28,6 +28,7 @@ import "../../inputs/reactHookForm/numbers/RangeInput.js";
28
28
  import { PopupConfirmationDialog } from "../../dialogs/popupConfirmationDialog/PopupConfirmationDialog.js";
29
29
  import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
30
30
  import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
31
+ import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
31
32
  import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
32
33
  import "@material-symbols/svg-400/outlined/add_notes.svg?react";
33
34
  import "../../dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
@@ -30,6 +30,7 @@ import "react-csv-downloader";
30
30
  import "../../inputs/reactHookForm/numbers/RangeInput.js";
31
31
  import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
32
32
  import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
33
+ import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
33
34
  import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
34
35
  import "@material-symbols/svg-400/outlined/add_notes.svg?react";
35
36
  import "../../inputs/reactHookForm/expandableInput/ExpandableInput.js";
@@ -30,6 +30,7 @@ import { SwitchInput } from "../../inputs/reactHookForm/booleans/SwitchInput.js"
30
30
  import "../../inputs/reactHookForm/numbers/RangeInput.js";
31
31
  import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
32
32
  import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
33
+ import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
33
34
  import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
34
35
  import "@material-symbols/svg-400/outlined/add_notes.svg?react";
35
36
  import "../../inputs/reactHookForm/expandableInput/ExpandableInput.js";
@@ -34,6 +34,7 @@ import { FloatInput } from "../../inputs/reactHookForm/numbers/FloatInput.js";
34
34
  import "../../inputs/reactHookForm/numbers/RangeInput.js";
35
35
  import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
36
36
  import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
37
+ import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
37
38
  import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
38
39
  import "@material-symbols/svg-400/outlined/add_notes.svg?react";
39
40
  import "../../inputs/reactHookForm/expandableInput/ExpandableInput.js";
@@ -28,6 +28,7 @@ import "react-csv-downloader";
28
28
  import "../../inputs/reactHookForm/numbers/RangeInput.js";
29
29
  import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
30
30
  import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
31
+ import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
31
32
  import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
32
33
  import "@material-symbols/svg-400/outlined/add_notes.svg?react";
33
34
  import "../../dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
@@ -25,6 +25,7 @@ import { RadioInput } from "../../inputs/reactHookForm/booleans/RadioInput.js";
25
25
  import "../../inputs/reactHookForm/numbers/RangeInput.js";
26
26
  import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
27
27
  import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
28
+ import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
28
29
  import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
29
30
  import "@material-symbols/svg-400/outlined/add_notes.svg?react";
30
31
  import "../../dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
@@ -29,6 +29,7 @@ import "react-csv-downloader";
29
29
  import "../../inputs/reactHookForm/numbers/RangeInput.js";
30
30
  import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
31
31
  import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
32
+ import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
32
33
  import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
33
34
  import "@material-symbols/svg-400/outlined/add_notes.svg?react";
34
35
  import "../../inputs/reactHookForm/expandableInput/ExpandableInput.js";
@@ -31,6 +31,7 @@ import "react-csv-downloader";
31
31
  import "../../inputs/reactHookForm/numbers/RangeInput.js";
32
32
  import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
33
33
  import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
34
+ import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
34
35
  import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
35
36
  import "@material-symbols/svg-400/outlined/add_notes.svg?react";
36
37
  import "../../dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
@@ -27,6 +27,7 @@ import "react-csv-downloader";
27
27
  import "../../inputs/reactHookForm/numbers/RangeInput.js";
28
28
  import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
29
29
  import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
30
+ import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
30
31
  import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
31
32
  import "@material-symbols/svg-400/outlined/add_notes.svg?react";
32
33
  import "../../dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
@@ -28,6 +28,7 @@ import "react-csv-downloader";
28
28
  import "../../inputs/reactHookForm/numbers/RangeInput.js";
29
29
  import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
30
30
  import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
31
+ import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
31
32
  import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
32
33
  import "@material-symbols/svg-400/outlined/add_notes.svg?react";
33
34
  import "../../inputs/reactHookForm/expandableInput/ExpandableInput.js";
@@ -24,6 +24,7 @@ import "react-csv-downloader";
24
24
  import "../../inputs/reactHookForm/numbers/RangeInput.js";
25
25
  import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
26
26
  import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
27
+ import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
27
28
  import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
28
29
  import "@material-symbols/svg-400/outlined/add_notes.svg?react";
29
30
  import "../../dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
@@ -29,6 +29,7 @@ import "../../inputs/reactHookForm/numbers/RangeInput.js";
29
29
  import { PopupConfirmationDialog } from "../../dialogs/popupConfirmationDialog/PopupConfirmationDialog.js";
30
30
  import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
31
31
  import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
32
+ import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
32
33
  import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
33
34
  import "@material-symbols/svg-400/outlined/add_notes.svg?react";
34
35
  import "../../dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
@@ -30,6 +30,7 @@ import "react-csv-downloader";
30
30
  import "../../inputs/reactHookForm/numbers/RangeInput.js";
31
31
  import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
32
32
  import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
33
+ import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
33
34
  import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
34
35
  import "@material-symbols/svg-400/outlined/add_notes.svg?react";
35
36
  import "../../dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
@@ -1,6 +1,6 @@
1
1
  import { ReactNode } from 'react';
2
2
  declare const moduleTypeSort: {
3
- app: number;
3
+ apps: number;
4
4
  server: number;
5
5
  other: number;
6
6
  };
@@ -5,6 +5,7 @@ import { LoadingButton } from "@mui/lab";
5
5
  import { Refresh, Gavel, ExpandMore, Apps, QuestionMark, DnsOutlined, WidgetsOutlined } from "@mui/icons-material";
6
6
  import { FormattedMessage } from "react-intl";
7
7
  import { LogoText } from "./GridLogo.js";
8
+ import { mergeSx } from "../../utils/styles.js";
8
9
  const styles = {
9
10
  general: {
10
11
  ".MuiAccordion-root": {
@@ -58,7 +59,7 @@ function getGlobalVersion(fnPromise, type, setData, setLoader) {
58
59
  return Promise.resolve(null);
59
60
  }
60
61
  const moduleTypeSort = {
61
- app: 1,
62
+ apps: 1,
62
63
  server: 10,
63
64
  other: 20
64
65
  };
@@ -100,7 +101,7 @@ const moduleStyles = {
100
101
  }
101
102
  };
102
103
  const ModuleTypesIcons = {
103
- app: /* @__PURE__ */ jsx(WidgetsOutlined, { sx: moduleStyles.icons, fontSize: "small", color: "primary" }),
104
+ apps: /* @__PURE__ */ jsx(WidgetsOutlined, { sx: moduleStyles.icons, fontSize: "small", color: "primary" }),
104
105
  server: /* @__PURE__ */ jsx(DnsOutlined, { sx: moduleStyles.icons, fontSize: "small", color: "secondary" }),
105
106
  other: /* @__PURE__ */ jsx(QuestionMark, { sx: moduleStyles.icons, fontSize: "small" })
106
107
  };
@@ -110,7 +111,7 @@ function insensitiveCaseCompare(str, obj) {
110
111
  });
111
112
  }
112
113
  function tooltipTypeLabel(type) {
113
- if (insensitiveCaseCompare("app", type) === 0) {
114
+ if (insensitiveCaseCompare("apps", type) === 0) {
114
115
  return "about-dialog/module-tooltip-app";
115
116
  }
116
117
  if (insensitiveCaseCompare("server", type) === 0) {
@@ -163,10 +164,11 @@ function Module({ type, name, version, gitTag }) {
163
164
  Typography,
164
165
  {
165
166
  variant: "caption",
166
- color: (theme) => theme.palette.text.secondary,
167
+ sx: mergeSx(moduleStyles.version, (theme) => ({
168
+ color: theme.palette.text.secondary
169
+ })),
167
170
  display: "inline",
168
171
  noWrap: true,
169
- sx: moduleStyles.version,
170
172
  children: gitTag || version || null
171
173
  }
172
174
  )
@@ -212,7 +214,7 @@ function AboutDialog({
212
214
  if (open) {
213
215
  const currentApp = {
214
216
  name: `Grid${appName}`,
215
- type: "app",
217
+ type: "apps",
216
218
  version: appVersion,
217
219
  gitTag: appGitTag
218
220
  // license: appLicense,
@@ -330,7 +332,13 @@ function AboutDialog({
330
332
  gitTag: module.gitTag
331
333
  },
332
334
  `module-${idx}`
333
- )) }) || /* @__PURE__ */ jsx(Typography, { color: (selectedTheme) => selectedTheme.palette.error.main, children: "Error" }) }) })
335
+ )) }) || /* @__PURE__ */ jsx(
336
+ Typography,
337
+ {
338
+ sx: { color: (selectedTheme) => selectedTheme.palette.error.main },
339
+ children: "Error"
340
+ }
341
+ ) }) })
334
342
  ] })
335
343
  ] }) }),
336
344
  /* @__PURE__ */ jsx(DialogActions, { children: /* @__PURE__ */ jsx(Button, { onClick: handleClose, autoFocus: true, children: /* @__PURE__ */ jsx(FormattedMessage, { id: "close" }) }) })
package/dist/index.js CHANGED
@@ -139,6 +139,7 @@ import { useNotificationsListener } from "./components/notifications/hooks/useNo
139
139
  import { useListenerManager } from "./components/notifications/hooks/useListenerManager.js";
140
140
  import { LeftPanelOpenIcon } from "./components/icons/LeftPanelOpenIcon.js";
141
141
  import { ArrowsOutputIcon } from "./components/icons/ArrowsOutputIcon.js";
142
+ import { ArrowsInputIcon } from "./components/icons/ArrowsInputIcon.js";
142
143
  import { LeftPanelCloseIcon } from "./components/icons/LeftPanelCloseIcon.js";
143
144
  import { EditNoteIcon } from "./components/icons/EditNoteIcon.js";
144
145
  import { ComputingType, formatComputingTypeLabel, isValidComputingType } from "./components/parameters/common/computing-type.js";
@@ -248,14 +249,14 @@ import { LANG_ENGLISH, LANG_FRENCH, LANG_SYSTEM } from "./utils/langs.js";
248
249
  import { getFileIcon } from "./utils/mapper/getFileIcon.js";
249
250
  import { equipmentTypesForPredefinedPropertiesMapper } from "./utils/mapper/equipmentTypesForPredefinedPropertiesMapper.js";
250
251
  import { copyToClipboard } from "./utils/navigator-clipboard.js";
251
- import { NotificationsUrlKeys, PREFIX_CONFIG_NOTIFICATION_WS, PREFIX_DIRECTORY_NOTIFICATION_WS, PREFIX_STUDY_NOTIFICATION_WS } from "./utils/constants/notificationsProvider.js";
252
+ import { NotificationsUrlKeys, PREFIX_CONFIG_NOTIFICATION_WS, PREFIX_DIRECTORY_NOTIFICATION_WS, PREFIX_MONITOR_NOTIFICATION_WS, PREFIX_STUDY_NOTIFICATION_WS } from "./utils/constants/notificationsProvider.js";
252
253
  import { DARK_THEME, LIGHT_THEME, makeComposeClasses, mergeSx, toNestedGlobalSelectors } from "./utils/styles.js";
253
254
  import { CustomError } from "./utils/types/CustomError.js";
254
255
  import { ProblemDetailError } from "./utils/types/ProblemDetailError.js";
255
256
  import { NetworkTimeoutError } from "./utils/types/NetworkTimeoutError.js";
256
257
  import { ElementType } from "./utils/types/elementType.js";
257
258
  import { ALL_EQUIPMENTS, BASE_EQUIPMENTS, CONNECTION_DIRECTIONS, EQUIPMENTS_WITH_ONE_NOMINAL_VOLTAGE, EQUIPMENTS_WITH_ONE_SUBSTATION, EQUIPMENTS_WITH_THREE_NOMINAL_VOLTAGES, EQUIPMENTS_WITH_TWO_NOMINAL_VOLTAGES, EQUIPMENTS_WITH_TWO_SUBSTATIONS, EquipmentType, ExtendedEquipmentType, HvdcType, LOAD_TYPES, OperatingStatus, SEARCH_EQUIPMENTS, TYPE_TAG_MAX_SIZE, UNDEFINED_CONNECTION_DIRECTION, UNDEFINED_LOAD_TYPE, VL_TAG_MAX_SIZE, equipmentStyles, getConnectionDirectionLabel, getEquipmentsInfosForSearchBar, getLoadTypeLabel } from "./utils/types/equipmentType.js";
258
- import { Battery, BusBar, DanglingLine, Generator, Hvdc, LCC, Line, Load, SVC, ShuntCompensator, Substation, ThreeWindingTransfo, TwoWindingTransfo, VSC, VoltageLevel } from "./utils/types/equipmentTypes.js";
259
+ import { Battery, BoundaryLine, BusBar, Generator, Hvdc, LCC, Line, Load, SVC, ShuntCompensator, Substation, ThreeWindingTransfo, TwoWindingTransfo, VSC, VoltageLevel } from "./utils/types/equipmentTypes.js";
259
260
  import { AnnouncementSeverity, ArrayAction } from "./utils/types/types.js";
260
261
  import { MODIFICATION_TYPES, ModificationType } from "./utils/types/modificationType.js";
261
262
  import { FieldType } from "./utils/types/fieldType.js";
@@ -414,6 +415,7 @@ export {
414
415
  AnnouncementNotification,
415
416
  AnnouncementSeverity,
416
417
  ArrayAction,
418
+ ArrowsInputIcon,
417
419
  ArrowsOutputIcon,
418
420
  DataType2 as AssignmentDataType,
419
421
  AuthenticationRouter,
@@ -428,6 +430,7 @@ export {
428
430
  BooleanInput,
429
431
  BooleanNullableCellRenderer,
430
432
  BottomRightButtons,
433
+ BoundaryLine,
431
434
  BranchActiveReactivePowerMeasurementsForm,
432
435
  BranchConnectivityForm,
433
436
  BuildStatus,
@@ -514,7 +517,6 @@ export {
514
517
  DROP_INDICATOR_BOTTOM,
515
518
  DROP_INDICATOR_TOP,
516
519
  DUPLICATED_PROPS_ERROR,
517
- DanglingLine,
518
520
  DataType,
519
521
  DefaultCellRenderer,
520
522
  DepthBox,
@@ -745,6 +747,7 @@ export {
745
747
  PHASE_SHIFTER_REGULATION_ON,
746
748
  PREFIX_CONFIG_NOTIFICATION_WS,
747
749
  PREFIX_DIRECTORY_NOTIFICATION_WS,
750
+ PREFIX_MONITOR_NOTIFICATION_WS,
748
751
  PREFIX_STUDY_NOTIFICATION_WS,
749
752
  PREFIX_STUDY_QUERIES,
750
753
  PRIORITY,
@@ -22,7 +22,7 @@ export declare const equipmentShortEn: {
22
22
  'equipment_short/busbarSection': string;
23
23
  'equipment_short/bus': string;
24
24
  'equipment_short/switch': string;
25
- 'equipment_short/danglingLine': string;
25
+ 'equipment_short/boundaryLine': string;
26
26
  'equipment_short/hvdcLineLcc': string;
27
27
  'equipment_short/hvdcLineVsc': string;
28
28
  };
@@ -16,7 +16,7 @@ const equipmentShortEn = {
16
16
  "equipment_short/busbarSection": "BBS",
17
17
  "equipment_short/bus": "Bus",
18
18
  "equipment_short/switch": "Switches",
19
- "equipment_short/danglingLine": "Dangling lines",
19
+ "equipment_short/boundaryLine": "Boundary lines",
20
20
  "equipment_short/hvdcLineLcc": "HVDC LCC",
21
21
  "equipment_short/hvdcLineVsc": "HVDC VSC"
22
22
  };
@@ -21,7 +21,7 @@ export declare const equipmentTagEn: {
21
21
  'equipment_tag/hvdcStation': string;
22
22
  'equipment_tag/vscConverterStation': string;
23
23
  'equipment_tag/lccConverterStation': string;
24
- 'equipment_tag/danglingLine': string;
24
+ 'equipment_tag/boundaryLine': string;
25
25
  'equipment_tag/busbarSection': string;
26
26
  'equipment_tag/bus': string;
27
27
  'equipment_tag/switch': string;
@@ -15,7 +15,7 @@ const equipmentTagEn = {
15
15
  "equipment_tag/hvdcStation": "HVDC STATION",
16
16
  "equipment_tag/vscConverterStation": "VSC CONVERTER STATION",
17
17
  "equipment_tag/lccConverterStation": "LCC CONVERTER STATION",
18
- "equipment_tag/danglingLine": "DANGLING LINE",
18
+ "equipment_tag/boundaryLine": "BOUNDARY LINE",
19
19
  "equipment_tag/busbarSection": "BBS",
20
20
  "equipment_tag/bus": "BUS",
21
21
  "equipment_tag/switch": "SWITCH"
@@ -23,7 +23,7 @@ export declare const equipmentTypesEn: {
23
23
  HVDC_CONVERTER_STATION: string;
24
24
  VSC_CONVERTER_STATION: string;
25
25
  LCC_CONVERTER_STATION: string;
26
- DANGLING_LINE: string;
26
+ BOUNDARY_LINE: string;
27
27
  TIE_LINE: string;
28
28
  DISCONNECTOR: string;
29
29
  BREAKER: string;
@@ -17,7 +17,7 @@ const equipmentTypesEn = {
17
17
  HVDC_CONVERTER_STATION: "HVDC Converter Station",
18
18
  VSC_CONVERTER_STATION: "Vsc Converter Station",
19
19
  LCC_CONVERTER_STATION: "Lcc Converter Station",
20
- DANGLING_LINE: "Dangling Line",
20
+ BOUNDARY_LINE: "Boundary Line",
21
21
  TIE_LINE: "Tie line",
22
22
  DISCONNECTOR: "Disconnector",
23
23
  BREAKER: "Breaker"
@@ -65,7 +65,7 @@ export declare const exportParamsEn: {
65
65
  'iidm.export.xml.extensions.busbarSectionPosition': string;
66
66
  'iidm.export.xml.extensions.branchStatus': string;
67
67
  'iidm.export.xml.extensions.cgmesControlAreas': string;
68
- 'iidm.export.xml.extensions.cgmesDanglingLineBoundaryNode': string;
68
+ 'iidm.export.xml.extensions.cgmesBoundaryLineBoundaryNode': string;
69
69
  'iidm.export.xml.extensions.cgmesLineBoundaryNode': string;
70
70
  'iidm.export.xml.extensions.cgmesMetadataModels': string;
71
71
  'iidm.export.xml.extensions.cgmesSshMetadata': string;
@@ -59,7 +59,7 @@ const exportParamsEn = {
59
59
  "iidm.export.xml.extensions.busbarSectionPosition": "Busbar section position",
60
60
  "iidm.export.xml.extensions.branchStatus": "Branch status (IIDM version < 1.12)",
61
61
  "iidm.export.xml.extensions.cgmesControlAreas": "Cgmes control areas",
62
- "iidm.export.xml.extensions.cgmesDanglingLineBoundaryNode": "Cgmes dangling line boundary node",
62
+ "iidm.export.xml.extensions.cgmesBoundaryLineBoundaryNode": "Cgmes boundary line boundary node",
63
63
  "iidm.export.xml.extensions.cgmesLineBoundaryNode": "Cgmes line boundary node",
64
64
  "iidm.export.xml.extensions.cgmesMetadataModels": "Cgmes models metadata",
65
65
  "iidm.export.xml.extensions.cgmesSshMetadata": "Cgmes ssh metadata",
@@ -62,7 +62,7 @@ export declare const importParamsEn: {
62
62
  'iidm.import.xml.extensions.busbarSectionPosition': string;
63
63
  'iidm.import.xml.extensions.branchStatus': string;
64
64
  'iidm.import.xml.extensions.cgmesControlAreas': string;
65
- 'iidm.import.xml.extensions.cgmesDanglingLineBoundaryNode': string;
65
+ 'iidm.import.xml.extensions.cgmesBoundaryLineBoundaryNode': string;
66
66
  'iidm.import.xml.extensions.cgmesLineBoundaryNode': string;
67
67
  'iidm.import.xml.extensions.cgmesMetadataModels': string;
68
68
  'iidm.import.xml.extensions.cgmesSshMetadata': string;
@@ -57,7 +57,7 @@ const importParamsEn = {
57
57
  "iidm.import.xml.extensions.busbarSectionPosition": "Busbar section position",
58
58
  "iidm.import.xml.extensions.branchStatus": "Branch status (IIDM version < 1.12)",
59
59
  "iidm.import.xml.extensions.cgmesControlAreas": "Cgmes control areas",
60
- "iidm.import.xml.extensions.cgmesDanglingLineBoundaryNode": "Cgmes dangling line boundary node",
60
+ "iidm.import.xml.extensions.cgmesBoundaryLineBoundaryNode": "Cgmes boundary line boundary node",
61
61
  "iidm.import.xml.extensions.cgmesLineBoundaryNode": "Cgmes line boundary node",
62
62
  "iidm.import.xml.extensions.cgmesMetadataModels": "Cgmes models metadata",
63
63
  "iidm.import.xml.extensions.cgmesSshMetadata": "Cgmes ssh metadata",
@@ -319,7 +319,7 @@ export declare const parametersEn: {
319
319
  DynamicSimulationSolverMinimalAcceptableStep: string;
320
320
  DynamicSimulationNetworkCapacitorNoReclosingDelay: string;
321
321
  DynamicSimulationNetworkReactanceNoReclosingDelay: string;
322
- DynamicSimulationNetworkDanglingLineCurrentLimitMaxTimeOperation: string;
322
+ DynamicSimulationNetworkBoundaryLineCurrentLimitMaxTimeOperation: string;
323
323
  DynamicSimulationNetworkLineCurrentLimitMaxTimeOperation: string;
324
324
  DynamicSimulationNetworkLoadTp: string;
325
325
  DynamicSimulationNetworkLoadTq: string;
@@ -324,7 +324,7 @@ const parametersEn = {
324
324
  // Network tab
325
325
  DynamicSimulationNetworkCapacitorNoReclosingDelay: "Time lag before reclosing in s (capacitor)",
326
326
  DynamicSimulationNetworkReactanceNoReclosingDelay: "Time lag before reclosing in s (reactance)",
327
- DynamicSimulationNetworkDanglingLineCurrentLimitMaxTimeOperation: "Time threshold over which current limiter should not operate in s",
327
+ DynamicSimulationNetworkBoundaryLineCurrentLimitMaxTimeOperation: "Time threshold over which current limiter should not operate in s",
328
328
  DynamicSimulationNetworkLineCurrentLimitMaxTimeOperation: "Line current limit Max Time Operation",
329
329
  DynamicSimulationNetworkLoadTp: "Time constant for integration of active power setpoint change, in s",
330
330
  DynamicSimulationNetworkLoadTq: "Time constant for integration of reactive power setpoint change, in s",
@@ -22,7 +22,7 @@ export declare const equipmentShortFr: {
22
22
  'equipment_short/busbarSection': string;
23
23
  'equipment_short/bus': string;
24
24
  'equipment_short/switch': string;
25
- 'equipment_short/danglingLine': string;
25
+ 'equipment_short/boundaryLine': string;
26
26
  'equipment_short/hvdcLineLcc': string;
27
27
  'equipment_short/hvdcLineVsc': string;
28
28
  };
@@ -16,7 +16,7 @@ const equipmentShortFr = {
16
16
  "equipment_short/busbarSection": "SJB",
17
17
  "equipment_short/bus": "Noeud",
18
18
  "equipment_short/switch": "OC",
19
- "equipment_short/danglingLine": "Frontières",
19
+ "equipment_short/boundaryLine": "Frontières",
20
20
  "equipment_short/hvdcLineLcc": "HVDC LCC",
21
21
  "equipment_short/hvdcLineVsc": "HVDC VSC"
22
22
  };
@@ -24,5 +24,5 @@ export declare const equipmentTagFr: {
24
24
  'equipment_tag/busbarSection': string;
25
25
  'equipment_tag/bus': string;
26
26
  'equipment_tag/switch': string;
27
- 'equipment_tag/danglingLine': string;
27
+ 'equipment_tag/boundaryLine': string;
28
28
  };