@gridsuite/commons-ui 0.270.0 → 0.272.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 (186) hide show
  1. package/dist/components/composite/customAGGrid/custom-aggrid-types.d.ts +7 -0
  2. package/dist/components/composite/dnd-table/deletable-table-row.d.ts +2 -1
  3. package/dist/components/composite/dnd-table/deletable-table-row.js +3 -1
  4. package/dist/components/composite/dnd-table/dnd-table-row.d.ts +2 -1
  5. package/dist/components/composite/dnd-table/dnd-table-row.js +29 -4
  6. package/dist/components/composite/dnd-table/dnd-table.d.ts +1 -0
  7. package/dist/components/composite/dnd-table/dnd-table.js +13 -3
  8. package/dist/components/composite/dnd-table/dnd-table.type.d.ts +1 -0
  9. package/dist/components/composite/report/report-viewer/context/report-viewer-context.d.ts +4 -4
  10. package/dist/components/composite/report/report-viewer/log-table/log-table.js +8 -7
  11. package/dist/components/composite/report/report.type.d.ts +0 -4
  12. package/dist/components/ui/addButton/AddButton.js +9 -1
  13. package/dist/components/ui/dialogs/customMuiDialog/CustomMuiDialog.d.ts +10 -3
  14. package/dist/components/ui/dialogs/customMuiDialog/CustomMuiDialog.js +33 -28
  15. package/dist/components/ui/reactHookForm/DirectoryItemsInput.d.ts +2 -1
  16. package/dist/components/ui/reactHookForm/DirectoryItemsInput.js +3 -1
  17. package/dist/components/ui/reactHookForm/autocompleteInputs/AutocompleteInput.d.ts +2 -1
  18. package/dist/components/ui/reactHookForm/autocompleteInputs/AutocompleteInput.js +2 -0
  19. package/dist/components/ui/reactHookForm/booleans/BooleanInput.d.ts +2 -1
  20. package/dist/components/ui/reactHookForm/booleans/BooleanInput.js +3 -1
  21. package/dist/components/ui/reactHookForm/booleans/SwitchInput.d.ts +2 -1
  22. package/dist/components/ui/reactHookForm/booleans/SwitchInput.js +12 -2
  23. package/dist/components/ui/reactHookForm/chip-items-input.d.ts +2 -1
  24. package/dist/components/ui/reactHookForm/chip-items-input.js +2 -1
  25. package/dist/components/ui/reactHookForm/expandableInput/DeletableRow.d.ts +2 -1
  26. package/dist/components/ui/reactHookForm/expandableInput/DeletableRow.js +3 -1
  27. package/dist/components/ui/reactHookForm/expandableInput/ExpandableInput.d.ts +2 -0
  28. package/dist/components/ui/reactHookForm/expandableInput/ExpandableInput.js +13 -2
  29. package/dist/components/ui/reactHookForm/tableInputs/table-text-input.d.ts +2 -1
  30. package/dist/components/ui/reactHookForm/tableInputs/table-text-input.js +2 -1
  31. package/dist/features/common/index.d.ts +1 -0
  32. package/dist/features/common/types.d.ts +32 -0
  33. package/dist/features/index.d.ts +2 -0
  34. package/dist/features/index.js +110 -4
  35. package/dist/features/network-modifications/common/branch/branchCreation.types.d.ts +26 -0
  36. package/dist/features/network-modifications/common/branch/branchCreation.types.js +1 -0
  37. package/dist/features/network-modifications/common/branch/branchModification.types.d.ts +36 -0
  38. package/dist/features/network-modifications/common/branch/branchModification.types.js +1 -0
  39. package/dist/features/network-modifications/{line/characteristics/lineCharacteristicsPane.types.d.ts → common/branch/index.d.ts} +2 -8
  40. package/dist/features/network-modifications/common/branch/index.js +1 -0
  41. package/dist/features/network-modifications/common/connectivity/VoltageLevelConnectivityForm.js +4 -2
  42. package/dist/features/network-modifications/common/connectivity/connectivityForm.utils.d.ts +2 -0
  43. package/dist/features/network-modifications/common/currentLimits/limits.types.d.ts +1 -0
  44. package/dist/features/network-modifications/common/currentLimits/limitsPane.utils.d.ts +2 -2
  45. package/dist/features/network-modifications/common/index.d.ts +1 -0
  46. package/dist/features/network-modifications/common/reactiveLimits/reactiveCapabilityCurve/reactiveCapability.utils.js +1 -1
  47. package/dist/features/network-modifications/common/regulatingTerminal/regulatingTerminal.utils.d.ts +2 -2
  48. package/dist/features/network-modifications/common/regulatingTerminal/regulatingTerminal.utils.js +2 -2
  49. package/dist/features/network-modifications/index.d.ts +1 -0
  50. package/dist/features/network-modifications/index.js +87 -2
  51. package/dist/features/network-modifications/line/characteristics/index.d.ts +0 -1
  52. package/dist/features/network-modifications/line/characteristics/index.js +1 -2
  53. package/dist/features/network-modifications/line/characteristics/lineCharacteristicsPane.utils.d.ts +4 -19
  54. package/dist/features/network-modifications/line/characteristics/lineCharacteristicsPane.utils.js +0 -14
  55. package/dist/features/network-modifications/line/creation/lineCreation.types.d.ts +6 -26
  56. package/dist/features/network-modifications/line/index.js +1 -2
  57. package/dist/features/network-modifications/line/modification/lineModification.types.d.ts +3 -35
  58. package/dist/features/network-modifications/twoWindingsTransformer/characteristics/TwoWindingsTransformerCharacteristicsPane.d.ts +7 -0
  59. package/dist/features/network-modifications/twoWindingsTransformer/characteristics/TwoWindingsTransformerCharacteristicsPane.js +168 -0
  60. package/dist/features/network-modifications/twoWindingsTransformer/characteristics/index.d.ts +8 -0
  61. package/dist/features/network-modifications/twoWindingsTransformer/characteristics/index.js +8 -0
  62. package/dist/features/network-modifications/twoWindingsTransformer/characteristics/twoWindingsTransformerCharacteristicsPane.utils.d.ts +41 -0
  63. package/dist/features/network-modifications/twoWindingsTransformer/characteristics/twoWindingsTransformerCharacteristicsPane.utils.js +51 -0
  64. package/dist/features/network-modifications/twoWindingsTransformer/common/TwoWindingsTransformerDialogHeader.d.ts +6 -0
  65. package/dist/features/network-modifications/twoWindingsTransformer/common/TwoWindingsTransformerDialogHeader.js +123 -0
  66. package/dist/features/network-modifications/twoWindingsTransformer/common/TwoWindingsTransformerDialogTabs.d.ts +9 -0
  67. package/dist/features/network-modifications/twoWindingsTransformer/common/TwoWindingsTransformerDialogTabs.js +89 -0
  68. package/dist/features/network-modifications/twoWindingsTransformer/common/TwoWindingsTransformerDialogTabsContent.d.ts +14 -0
  69. package/dist/features/network-modifications/twoWindingsTransformer/common/TwoWindingsTransformerDialogTabsContent.js +118 -0
  70. package/dist/features/network-modifications/twoWindingsTransformer/common/TwoWindingsTransformerForm.d.ts +6 -0
  71. package/dist/features/network-modifications/twoWindingsTransformer/common/TwoWindingsTransformerForm.js +47 -0
  72. package/dist/features/network-modifications/twoWindingsTransformer/common/index.d.ts +12 -0
  73. package/dist/features/network-modifications/twoWindingsTransformer/common/index.js +13 -0
  74. package/dist/features/network-modifications/twoWindingsTransformer/common/twoWindingsTransformer.types.d.ts +87 -0
  75. package/dist/features/network-modifications/twoWindingsTransformer/common/twoWindingsTransformer.types.js +1 -0
  76. package/dist/features/network-modifications/twoWindingsTransformer/common/twoWindingsTransformer.utils.d.ts +10 -0
  77. package/dist/features/network-modifications/twoWindingsTransformer/common/twoWindingsTransformer.utils.js +50 -0
  78. package/dist/features/network-modifications/twoWindingsTransformer/creation/index.d.ts +8 -0
  79. package/dist/features/network-modifications/twoWindingsTransformer/creation/index.js +12 -0
  80. package/dist/features/network-modifications/twoWindingsTransformer/creation/twoWindingsTransformerCreation.types.d.ts +47 -0
  81. package/dist/features/network-modifications/twoWindingsTransformer/creation/twoWindingsTransformerCreation.types.js +8 -0
  82. package/dist/features/network-modifications/twoWindingsTransformer/creation/twoWindingsTransformerCreation.utils.d.ts +248 -0
  83. package/dist/features/network-modifications/twoWindingsTransformer/creation/twoWindingsTransformerCreation.utils.js +325 -0
  84. package/dist/features/network-modifications/twoWindingsTransformer/index.d.ts +11 -0
  85. package/dist/features/network-modifications/twoWindingsTransformer/index.js +88 -0
  86. package/dist/features/network-modifications/twoWindingsTransformer/modification/index.d.ts +9 -0
  87. package/dist/features/network-modifications/twoWindingsTransformer/modification/index.js +10 -0
  88. package/dist/features/network-modifications/twoWindingsTransformer/modification/measurements/ToBeEstimatedForm.d.ts +6 -0
  89. package/dist/features/network-modifications/twoWindingsTransformer/modification/measurements/ToBeEstimatedForm.js +104 -0
  90. package/dist/features/network-modifications/twoWindingsTransformer/modification/measurements/index.d.ts +9 -0
  91. package/dist/features/network-modifications/twoWindingsTransformer/modification/measurements/index.js +7 -0
  92. package/dist/features/network-modifications/twoWindingsTransformer/modification/measurements/toBeEstimated.type.d.ts +10 -0
  93. package/dist/features/network-modifications/twoWindingsTransformer/modification/measurements/toBeEstimated.type.js +1 -0
  94. package/dist/features/network-modifications/twoWindingsTransformer/modification/measurements/toBeEstimated.utils.d.ts +12 -0
  95. package/dist/features/network-modifications/twoWindingsTransformer/modification/measurements/toBeEstimated.utils.js +18 -0
  96. package/dist/features/network-modifications/twoWindingsTransformer/modification/twoWindingsTransformerModification.types.d.ts +39 -0
  97. package/dist/features/network-modifications/twoWindingsTransformer/modification/twoWindingsTransformerModification.types.js +1 -0
  98. package/dist/features/network-modifications/twoWindingsTransformer/modification/twoWindingsTransformerModification.utils.d.ts +265 -0
  99. package/dist/features/network-modifications/twoWindingsTransformer/modification/twoWindingsTransformerModification.utils.js +100 -0
  100. package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/RegulatedTerminalSection.d.ts +13 -0
  101. package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/RegulatedTerminalSection.js +130 -0
  102. package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/TapChangerSteps.d.ts +20 -0
  103. package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/TapChangerSteps.js +311 -0
  104. package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/index.d.ts +12 -0
  105. package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/index.js +53 -0
  106. package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/phaseTapChanger/PhaseTapChangerPane.d.ts +2 -0
  107. package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/phaseTapChanger/PhaseTapChangerPane.js +198 -0
  108. package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/phaseTapChanger/PhaseTapChangerPaneSteps.d.ts +9 -0
  109. package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/phaseTapChanger/PhaseTapChangerPaneSteps.js +201 -0
  110. package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/phaseTapChanger/index.d.ts +9 -0
  111. package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/phaseTapChanger/index.js +15 -0
  112. package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/phaseTapChanger/phaseTapChanger.utils.d.ts +114 -0
  113. package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/phaseTapChanger/phaseTapChanger.utils.js +242 -0
  114. package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/ratioTapChanger/RatioTapChangerPane.d.ts +2 -0
  115. package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/ratioTapChanger/RatioTapChangerPane.js +283 -0
  116. package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/ratioTapChanger/RatioTapChangerPaneSteps.d.ts +9 -0
  117. package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/ratioTapChanger/RatioTapChangerPaneSteps.js +181 -0
  118. package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/ratioTapChanger/index.d.ts +9 -0
  119. package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/ratioTapChanger/index.js +18 -0
  120. package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/ratioTapChanger/ratioTapChanger.utils.d.ts +132 -0
  121. package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/ratioTapChanger/ratioTapChanger.utils.js +211 -0
  122. package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/regulationRule/CreateRuleDialog.d.ts +2 -0
  123. package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/regulationRule/CreateRuleDialog.js +102 -0
  124. package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/regulationRule/CreateRuleDialogSubmitButton.d.ts +7 -0
  125. package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/regulationRule/CreateRuleDialogSubmitButton.js +22 -0
  126. package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/regulationRule/CreateRuleForm.d.ts +6 -0
  127. package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/regulationRule/CreateRuleForm.js +86 -0
  128. package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/regulationRule/ImportRuleDialog.d.ts +10 -0
  129. package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/regulationRule/ImportRuleDialog.js +140 -0
  130. package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/regulationRule/index.d.ts +12 -0
  131. package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/regulationRule/index.js +13 -0
  132. package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/regulationRule/regulationRule.types.d.ts +12 -0
  133. package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/regulationRule/regulationRule.types.js +1 -0
  134. package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/regulationRule/regulationRule.utils.d.ts +9 -0
  135. package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/regulationRule/regulationRule.utils.js +19 -0
  136. package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/tapChanger.utils.d.ts +14 -0
  137. package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/tapChanger.utils.js +79 -0
  138. package/dist/features/results/common/index.d.ts +7 -0
  139. package/dist/features/results/common/index.js +5 -0
  140. package/dist/features/results/common/utils.d.ts +5 -0
  141. package/dist/features/results/common/utils.js +18 -0
  142. package/dist/features/results/securityanalysis/index.js +1 -2
  143. package/dist/features/results/securityanalysis/security-analysis-result-nmk.js +3 -2
  144. package/dist/features/results/securityanalysis/utils.d.ts +0 -1
  145. package/dist/features/results/securityanalysis/utils.js +0 -2
  146. package/dist/features/results/shortcircuit/index.d.ts +11 -0
  147. package/dist/features/results/shortcircuit/index.js +21 -0
  148. package/dist/features/results/shortcircuit/shortcircuit-analysis-all-buses-result.d.ts +4 -0
  149. package/dist/features/results/shortcircuit/shortcircuit-analysis-all-buses-result.js +25 -0
  150. package/dist/features/results/shortcircuit/shortcircuit-analysis-result-content.d.ts +13 -0
  151. package/dist/features/results/shortcircuit/shortcircuit-analysis-result-content.js +62 -0
  152. package/dist/features/results/shortcircuit/shortcircuit-analysis-result-table.d.ts +41 -0
  153. package/dist/features/results/shortcircuit/shortcircuit-analysis-result-table.js +451 -0
  154. package/dist/features/results/shortcircuit/shortcircuit-analysis-result.d.ts +53 -0
  155. package/dist/features/results/shortcircuit/shortcircuit-analysis-result.js +252 -0
  156. package/dist/features/results/shortcircuit/shortcircuit-analysis-result.type.d.ts +41 -0
  157. package/dist/features/results/shortcircuit/shortcircuit-analysis-result.type.js +8 -0
  158. package/dist/index.js +121 -8
  159. package/dist/translations/en/filterExpertEn.d.ts +0 -3
  160. package/dist/translations/en/filterExpertEn.js +0 -3
  161. package/dist/translations/en/network-modification-validationEn.d.ts +1 -0
  162. package/dist/translations/en/network-modification-validationEn.js +2 -1
  163. package/dist/translations/en/networkModificationsEn.d.ts +70 -9
  164. package/dist/translations/en/networkModificationsEn.js +71 -10
  165. package/dist/translations/fr/filterExpertFr.d.ts +0 -3
  166. package/dist/translations/fr/filterExpertFr.js +0 -3
  167. package/dist/translations/fr/network-modification-validationFr.d.ts +1 -0
  168. package/dist/translations/fr/network-modification-validationFr.js +2 -1
  169. package/dist/translations/fr/networkModificationsFr.d.ts +70 -9
  170. package/dist/translations/fr/networkModificationsFr.js +71 -10
  171. package/dist/utils/constants/fieldConstants.d.ts +37 -0
  172. package/dist/utils/constants/fieldConstants.js +37 -0
  173. package/dist/utils/constants/index.js +2 -1
  174. package/dist/utils/constants/translationKeys.d.ts +1 -0
  175. package/dist/utils/constants/translationKeys.js +2 -0
  176. package/dist/utils/functions.d.ts +9 -0
  177. package/dist/utils/functions.js +40 -0
  178. package/dist/utils/index.js +11 -4
  179. package/dist/utils/langs.d.ts +1 -0
  180. package/dist/utils/langs.js +9 -1
  181. package/dist/utils/types/equipmentType.d.ts +34 -0
  182. package/dist/utils/types/equipmentType.js +28 -0
  183. package/dist/utils/types/index.d.ts +1 -1
  184. package/dist/utils/types/index.js +4 -1
  185. package/package.json +1 -1
  186. /package/dist/features/{network-modifications/line/characteristics/lineCharacteristicsPane.types.js → common/types.js} +0 -0
package/dist/index.js CHANGED
@@ -300,13 +300,13 @@ import { MAX_CHAR_DESCRIPTION } from "./utils/constants/uiConstants.js";
300
300
  import { AMPERE, DEGREE, KILO_AMPERE, KILO_METER, KILO_VOLT, MEGA_VAR, MEGA_VOLT_AMPERE, MEGA_WATT, MICRO_SIEMENS, OHM, PERCENTAGE, SIEMENS } from "./utils/constants/unitsConstants.js";
301
301
  import { COMMON_APP_NAME, COMMON_CONFIG_PARAMS_NAMES, LAST_SELECTED_DIRECTORY, PARAM_DEVELOPER_MODE, PARAM_LANGUAGE, PARAM_THEME } from "./utils/constants/configConstants.js";
302
302
  import { FILTERS, FILTER_ID, FILTER_NAME, ID } from "./utils/constants/filterConstant.js";
303
- import { ACTIVE_LIMITS_MIN_MAX_INVALID, CREATE_SUBSTATION_IN_VOLTAGE_LEVEL_IDENTICAL_ID, DESCRIPTION_LIMIT_ERROR, DUPLICATED_PROPS_ERROR, MAXIMUM_SECTION_COUNT_MUST_BE_GREATER_OR_EQUAL_TO_ONE, MIN_ACTIVE_POWER_MUST_BE_LESS_OR_EQUAL_TO_MAX_ACTIVE_POWER, MUST_BE_GREATER_OR_EQUAL_TO_ZERO, NAME_ALREADY_USED, NAME_EMPTY, NORMALIZED_PERCENTAGE, NUMERIC_VALUE_OR_EMPTY_FIELD, REACTIVE_LIMITS_MIN_MAX_INVALID, REAL_PERCENTAGE, SECTION_COUNT_MUST_BE_BETWEEN_ZERO_AND_MAXIMUM_SECTION_COUNT, SHORT_CIRCUIT_CURRENT_LIMIT_MUST_BE_GREATER_OR_EQUAL_TO_ZERO, SHUNT_COMPENSATOR_ERROR_Q_AT_NOMINAL_VOLTAGE_LESS_THAN_ZERO, VALUE_MUST_BE_NUMERIC_WHEN_PERCENTAGE_ERROR, VALUE_MUST_BE_REF_WHEN_PERCENTAGE_ERROR, WRONG_REF_OR_VALUE_ERROR, YUP_DEFAULT, YUP_NOT_NULL, YUP_NOT_TYPE_DEFAULT, YUP_NOT_TYPE_NUMBER, YUP_POSITIVE, YUP_REQUIRED } from "./utils/constants/translationKeys.js";
303
+ import { ACTIVE_LIMITS_MIN_MAX_INVALID, CREATE_SUBSTATION_IN_VOLTAGE_LEVEL_IDENTICAL_ID, DESCRIPTION_LIMIT_ERROR, DUPLICATED_PROPS_ERROR, MAXIMUM_SECTION_COUNT_MUST_BE_GREATER_OR_EQUAL_TO_ONE, MIN_ACTIVE_POWER_MUST_BE_LESS_OR_EQUAL_TO_MAX_ACTIVE_POWER, MUST_BE_GREATER_OR_EQUAL_TO_ZERO, NAME_ALREADY_USED, NAME_EMPTY, NORMALIZED_PERCENTAGE, NUMERIC_VALUE_OR_EMPTY_FIELD, REACTIVE_LIMITS_MIN_MAX_INVALID, REAL_PERCENTAGE, SECTION_COUNT_MUST_BE_BETWEEN_ZERO_AND_MAXIMUM_SECTION_COUNT, SHORT_CIRCUIT_CURRENT_LIMIT_MUST_BE_GREATER_OR_EQUAL_TO_ZERO, SHUNT_COMPENSATOR_ERROR_Q_AT_NOMINAL_VOLTAGE_LESS_THAN_ZERO, TARGET_DEADBAND_MUST_BE_GREATER_OR_EQUAL_TO_ZERO, VALUE_MUST_BE_NUMERIC_WHEN_PERCENTAGE_ERROR, VALUE_MUST_BE_REF_WHEN_PERCENTAGE_ERROR, WRONG_REF_OR_VALUE_ERROR, YUP_DEFAULT, YUP_NOT_NULL, YUP_NOT_TYPE_DEFAULT, YUP_NOT_TYPE_NUMBER, YUP_POSITIVE, YUP_REQUIRED } from "./utils/constants/translationKeys.js";
304
304
  import { GRIDSUITE_DEFAULT_PRECISION, convertInputValue, convertOutputValue, isBlankOrEmpty, kiloUnitToUnit, microUnitToUnit, roundToDefaultPrecision, roundToPrecision, toModificationOperation, unitToKiloUnit, unitToMicroUnit } from "./utils/conversionUtils.js";
305
305
  import { catchErrorHandler, extractErrorMessageDescriptor, snackWithFallback } from "./utils/error.js";
306
306
  import { isDisabledValidationButton } from "./utils/form-utils.js";
307
- import { areArrayElementsUnique, arraysContainIdenticalStrings, getRows, hasNonEmptyRows, isEmpty, isObjectEmpty, keyGenerator } from "./utils/functions.js";
307
+ import { addSelectedFieldToRows, areArrayElementsUnique, areNumbersOrdered, arraysContainIdenticalStrings, getRows, hasNonEmptyRows, isEmpty, isObjectEmpty, keyGenerator } from "./utils/functions.js";
308
308
  import { getEquipmentTypeShortLabel } from "./utils/labelUtils.js";
309
- import { LANG_ENGLISH, LANG_FRENCH, LANG_SYSTEM, getCsvDelimiter } from "./utils/langs.js";
309
+ import { LANG_ENGLISH, LANG_FRENCH, LANG_SYSTEM, getCsvDelimiter, transformIfFrenchNumber } from "./utils/langs.js";
310
310
  import { getFileIcon } from "./utils/mapper/getFileIcon.js";
311
311
  import { equipmentTypesForPredefinedPropertiesMapper } from "./utils/mapper/equipmentTypesForPredefinedPropertiesMapper.js";
312
312
  import { copyToClipboard } from "./utils/navigator-clipboard.js";
@@ -316,7 +316,7 @@ import { CustomError } from "./utils/types/CustomError.js";
316
316
  import { ProblemDetailError } from "./utils/types/ProblemDetailError.js";
317
317
  import { NetworkTimeoutError } from "./utils/types/NetworkTimeoutError.js";
318
318
  import { ElementType } from "./utils/types/elementType.js";
319
- import { ALL_EQUIPMENTS, BASE_EQUIPMENTS, CONNECTION_DIRECTIONS, ENERGY_SOURCES, 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, getEnergySourceLabel, getEquipmentsInfosForSearchBar, getLoadTypeLabel } from "./utils/types/equipmentType.js";
319
+ import { ALL_EQUIPMENTS, BASE_EQUIPMENTS, CONNECTION_DIRECTIONS, ENERGY_SOURCES, 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, PHASE_REGULATION_MODES, RATIO_REGULATION_MODES, REGULATION_SIDES, SEARCH_EQUIPMENTS, TYPE_TAG_MAX_SIZE, UNDEFINED_CONNECTION_DIRECTION, UNDEFINED_LOAD_TYPE, VL_TAG_MAX_SIZE, equipmentStyles, getConnectionDirectionLabel, getEnergySourceLabel, getEquipmentsInfosForSearchBar, getLoadTypeLabel } from "./utils/types/equipmentType.js";
320
320
  import { Battery, BoundaryLine, BusBar, Generator, Hvdc, LCC, Line, Load, SVC, ShuntCompensator, Substation, ThreeWindingTransfo, TwoWindingTransfo, VSC, VoltageLevel, isInjection } from "./utils/types/equipmentTypes.js";
321
321
  import { AnnouncementSeverity, ArrayAction, ElementStatus, ReferenceType } from "./utils/types/types.js";
322
322
  import { MODIFICATION_TYPES, ModificationType } from "./utils/types/modificationType.js";
@@ -403,7 +403,7 @@ import { ShuntCompensatorCreationForm } from "./features/network-modifications/s
403
403
  import { shuntCompensatorCreationDtoToForm, shuntCompensatorCreationEmptyFormData, shuntCompensatorCreationFormSchema, shuntCompensatorCreationFormToDto } from "./features/network-modifications/shunt-compensator/creation/shuntCompensatorCreation.utils.js";
404
404
  import { ShuntCompensatorModificationForm } from "./features/network-modifications/shunt-compensator/modification/ShuntCompensatorModificationForm.js";
405
405
  import { shuntCompensatorModificationDtoToForm, shuntCompensatorModificationEmptyFormData, shuntCompensatorModificationFormSchema, shuntCompensatorModificationFormToDto } from "./features/network-modifications/shunt-compensator/modification/shuntCompensatorModification.utils.js";
406
- import { getCharacteristicsValidationSchema, getLineCharacteristicsEmptyFormData, getLineCharacteristicsFormData, getLineCharacteristicsValidationSchemaProps } from "./features/network-modifications/line/characteristics/lineCharacteristicsPane.utils.js";
406
+ import { getLineCharacteristicsEmptyFormData, getLineCharacteristicsFormData, getLineCharacteristicsValidationSchemaProps } from "./features/network-modifications/line/characteristics/lineCharacteristicsPane.utils.js";
407
407
  import { LineCharacteristicsPane } from "./features/network-modifications/line/characteristics/LineCharacteristicsPane.js";
408
408
  import { CATEGORIES_TABS } from "./features/network-modifications/line/catalog/lineCatalog.type.js";
409
409
  import { LineSegmentsInfoSchema, SegmentCurrentLimitsSchema, SegmentInfoSchema, SegmentSchema, SegmentTemporaryLimitSchema, convertLimitsToOperationalLimitsGroupFormSchema, convertToLineSegmentInfos, convertToLineSegmentsFormData, emptyLineSegment } from "./features/network-modifications/line/catalog/segment.utils.js";
@@ -414,6 +414,32 @@ import { LineDialogHeader } from "./features/network-modifications/line/common/L
414
414
  import { LineForm } from "./features/network-modifications/line/common/LineForm.js";
415
415
  import { lineCreationDtoToForm, lineCreationEmptyFormData, lineCreationFormSchema, lineCreationFormToDto } from "./features/network-modifications/line/creation/lineCreation.utils.js";
416
416
  import { lineModificationDtoToForm, lineModificationEmptyFormData, lineModificationFormSchema, lineModificationFormToDto } from "./features/network-modifications/line/modification/lineModification.utils.js";
417
+ import { TWT_TAB_FIELDS, TwoWindingsTransformerDialogTab } from "./features/network-modifications/twoWindingsTransformer/common/twoWindingsTransformer.utils.js";
418
+ import { TwoWindingsTransformerDialogHeader } from "./features/network-modifications/twoWindingsTransformer/common/TwoWindingsTransformerDialogHeader.js";
419
+ import { TwoWindingsTransformerDialogTabs } from "./features/network-modifications/twoWindingsTransformer/common/TwoWindingsTransformerDialogTabs.js";
420
+ import { TwoWindingsTransformerDialogTabsContent } from "./features/network-modifications/twoWindingsTransformer/common/TwoWindingsTransformerDialogTabsContent.js";
421
+ import { TwoWindingsTransformerForm } from "./features/network-modifications/twoWindingsTransformer/common/TwoWindingsTransformerForm.js";
422
+ import { getTwtCharacteristicsEmptyFormData, getTwtCharacteristicsFormData, getTwtCharacteristicsValidationSchemaProps } from "./features/network-modifications/twoWindingsTransformer/characteristics/twoWindingsTransformerCharacteristicsPane.utils.js";
423
+ import { TwoWindingsTransformerCharacteristicsPane } from "./features/network-modifications/twoWindingsTransformer/characteristics/TwoWindingsTransformerCharacteristicsPane.js";
424
+ import { compareStepsWithPreviousValues, computeHighTapPosition, getRegulationTypeLabel, getTapChangerEquipmentSectionTypeValue, getTapSideLabel, toTapChangerStepList } from "./features/network-modifications/twoWindingsTransformer/tapChanger/tapChanger.utils.js";
425
+ import { getCreateRuleEmptyFormData, getCreateRuleValidationSchema } from "./features/network-modifications/twoWindingsTransformer/tapChanger/regulationRule/regulationRule.utils.js";
426
+ import { CreateRuleDialogSubmitButton } from "./features/network-modifications/twoWindingsTransformer/tapChanger/regulationRule/CreateRuleDialogSubmitButton.js";
427
+ import { CreateRuleForm } from "./features/network-modifications/twoWindingsTransformer/tapChanger/regulationRule/CreateRuleForm.js";
428
+ import { CreateRuleDialog } from "./features/network-modifications/twoWindingsTransformer/tapChanger/regulationRule/CreateRuleDialog.js";
429
+ import { ImportRuleDialog } from "./features/network-modifications/twoWindingsTransformer/tapChanger/regulationRule/ImportRuleDialog.js";
430
+ import { getComputedPhaseRegulationType, getComputedPhaseRegulationTypeId, getComputedPhaseTapChangerRegulationMode, getComputedPreviousPhaseRegulationType, getPhaseTapChangerEmptyFormData, getPhaseTapChangerFormData, getPhaseTapChangerValidationSchemaProps, getPhaseTapRegulationSideId } from "./features/network-modifications/twoWindingsTransformer/tapChanger/phaseTapChanger/phaseTapChanger.utils.js";
431
+ import { PhaseTapChangerPaneSteps } from "./features/network-modifications/twoWindingsTransformer/tapChanger/phaseTapChanger/PhaseTapChangerPaneSteps.js";
432
+ import { PhaseTapChangerPane } from "./features/network-modifications/twoWindingsTransformer/tapChanger/phaseTapChanger/PhaseTapChangerPane.js";
433
+ import { getComputedPreviousRatioRegulationType, getComputedRegulationMode, getComputedRegulationModeId, getComputedRegulationType, getComputedRegulationTypeId, getComputedTapSide, getComputedTapSideId, getInitialTwtRatioRegulationModeId, getRatioTapChangerEmptyFormData, getRatioTapChangerFormData, getRatioTapChangerValidationSchemaProps } from "./features/network-modifications/twoWindingsTransformer/tapChanger/ratioTapChanger/ratioTapChanger.utils.js";
434
+ import { RatioTapChangerPaneSteps } from "./features/network-modifications/twoWindingsTransformer/tapChanger/ratioTapChanger/RatioTapChangerPaneSteps.js";
435
+ import { RatioTapChangerPane } from "./features/network-modifications/twoWindingsTransformer/tapChanger/ratioTapChanger/RatioTapChangerPane.js";
436
+ import { RegulatedTerminalSection } from "./features/network-modifications/twoWindingsTransformer/tapChanger/RegulatedTerminalSection.js";
437
+ import { TapChangerSteps } from "./features/network-modifications/twoWindingsTransformer/tapChanger/TapChangerSteps.js";
438
+ import { PhaseTapChangerRegulationMode } from "./features/network-modifications/twoWindingsTransformer/creation/twoWindingsTransformerCreation.types.js";
439
+ import { computeRatioTapChangerRegulationMode, getRegulationTypeForEdit, getTapSideForEdit, twoWindingsTransformerCreationDtoToForm, twoWindingsTransformerCreationEmptyFormData, twoWindingsTransformerCreationFormSchema, twoWindingsTransformerCreationFormToDto } from "./features/network-modifications/twoWindingsTransformer/creation/twoWindingsTransformerCreation.utils.js";
440
+ import { twoWindingsTransformerModificationEmptyFormData, twoWindingsTransformerModificationFormSchema } from "./features/network-modifications/twoWindingsTransformer/modification/twoWindingsTransformerModification.utils.js";
441
+ import { getToBeEstimatedValidationSchemaObject, toBeEstimatedEmptyFormData } from "./features/network-modifications/twoWindingsTransformer/modification/measurements/toBeEstimated.utils.js";
442
+ import { ToBeEstimatedForm } from "./features/network-modifications/twoWindingsTransformer/modification/measurements/ToBeEstimatedForm.js";
417
443
  import { StaticVarCompensatorDialogHeader } from "./features/network-modifications/static-var-compensator/common/static-var-compensator-dialog-header.js";
418
444
  import { StaticVarCompensatorDialogTabs } from "./features/network-modifications/static-var-compensator/common/static-var-compensator-dialog-tabs.js";
419
445
  import { STATIC_VAR_COMPENSATOR_TAB_FIELDS, StaticVarCompensatorDialogTab } from "./features/network-modifications/static-var-compensator/common/static-var-compensator-tab-utils.js";
@@ -447,9 +473,15 @@ import { useGlobalAnnouncement } from "./features/announcement/useGlobalAnnounce
447
473
  import { SecurityAnalysisResultNmk } from "./features/results/securityanalysis/security-analysis-result-nmk.js";
448
474
  import { SecurityAnalysisTable } from "./features/results/securityanalysis/security-analysis-table.js";
449
475
  import { NmkType } from "./features/results/securityanalysis/security-analysis.type.js";
450
- import { PAGE_OPTIONS, flattenNmKResultsConstraints, flattenNmKResultsContingencies, handlePostSortRows, mapNmKResultsCutOffPower } from "./features/results/securityanalysis/utils.js";
476
+ import { flattenNmKResultsConstraints, flattenNmKResultsContingencies, handlePostSortRows, mapNmKResultsCutOffPower } from "./features/results/securityanalysis/utils.js";
451
477
  import { LimitViolationResult } from "./features/results/loadflow/limit-violation-result.js";
452
478
  import { getNoRowsMessage } from "./features/results/utils/no-rows-message.js";
479
+ import { RESULT_PAGE_OPTIONS, createMultiEnumFilterParams } from "./features/results/common/utils.js";
480
+ import { ShortCircuitAnalysisType } from "./features/results/shortcircuit/shortcircuit-analysis-result.type.js";
481
+ import { ALL_BUSES, FROM_COLUMN_TO_FIELD, FROM_COLUMN_TO_FIELD_ONE_BUS, ONE_BUS, convertFilterValues, mappingTabs } from "./features/results/shortcircuit/shortcircuit-analysis-result-content.js";
482
+ import { SHORTCIRCUIT_ANALYSIS_RESULT_SORT_STORE, ShortCircuitAnalysisResultTable, numericFilterParams, resultsStyles, textFilterParams } from "./features/results/shortcircuit/shortcircuit-analysis-result-table.js";
483
+ import { ShortCircuitAnalysisResult } from "./features/results/shortcircuit/shortcircuit-analysis-result.js";
484
+ import { ShortCircuitAnalysisAllBusesResult } from "./features/results/shortcircuit/shortcircuit-analysis-all-buses-result.js";
453
485
  import { RESULTS_LOADING_DELAY } from "./features/results/constants.js";
454
486
  import { ProcessType } from "./features/process-configs/common/process-config.type.js";
455
487
  import { emptyProcessConfigModificationsFormData, getProcessConfigModificationsBackendFromFormData, getProcessConfigModificationsFormData, processConfigModificationsShape } from "./features/process-configs/common/process-config-modifications-edition.utils.js";
@@ -556,6 +588,7 @@ export {
556
588
  ACTIVE,
557
589
  ACTIVE_LIMITS_MIN_MAX_INVALID,
558
590
  ADVANCED_PARAMETERS,
591
+ ALL_BUSES,
559
592
  ALL_EQUIPMENTS,
560
593
  AMPERE,
561
594
  APPLICABILITY,
@@ -653,6 +686,9 @@ export {
653
686
  CountryValueEditor,
654
687
  CouplingDeviceCreationForm,
655
688
  CreateParameterDialog,
689
+ CreateRuleDialog,
690
+ CreateRuleDialogSubmitButton,
691
+ CreateRuleForm,
656
692
  CreateVoltageLevelTopologyForm,
657
693
  CsvDownloadButton,
658
694
  CsvExport,
@@ -778,6 +814,8 @@ export {
778
814
  FILTER_NAME,
779
815
  FLOW_PROPORTIONAL_THRESHOLD,
780
816
  FORMULAS,
817
+ FROM_COLUMN_TO_FIELD,
818
+ FROM_COLUMN_TO_FIELD_ONE_BUS,
781
819
  FetchStatus,
782
820
  FieldConstants,
783
821
  FieldErrorAlert,
@@ -828,6 +866,7 @@ export {
828
866
  INTL_LINE_FLOW_MODE_OPTIONS,
829
867
  INTL_SUBSTATION_LAYOUT_OPTIONS,
830
868
  IST_FORM,
869
+ ImportRuleDialog,
831
870
  InitialVoltage,
832
871
  InputWithPopupConfirmation,
833
872
  IntegerInput,
@@ -968,6 +1007,7 @@ export {
968
1007
  NumericCellRenderer,
969
1008
  NumericEditor,
970
1009
  OHM,
1010
+ ONE_BUS,
971
1011
  OPERATIONAL_LIMITS_GROUPS_MODIFICATION_TYPE,
972
1012
  OPERATOR,
973
1013
  OPERATOR_OPTIONS,
@@ -983,7 +1023,6 @@ export {
983
1023
  OverflowableTableCell,
984
1024
  OverflowableTableCellWithCheckbox,
985
1025
  OverflowableText,
986
- PAGE_OPTIONS,
987
1026
  PARAM_CENTER_LABEL,
988
1027
  PARAM_COMPONENT_LIBRARY,
989
1028
  PARAM_DEVELOPER_MODE,
@@ -1001,6 +1040,7 @@ export {
1001
1040
  PARAM_SUBSTATION_LAYOUT,
1002
1041
  PARAM_THEME,
1003
1042
  PERCENTAGE,
1043
+ PHASE_REGULATION_MODES,
1004
1044
  PHASE_REGULATION_MODE_OPTIONS,
1005
1045
  PHASE_SHIFTER_REGULATION_ON,
1006
1046
  POSITION_NEW_SECTION_SIDE,
@@ -1024,6 +1064,9 @@ export {
1024
1064
  PccMinParametersInLine,
1025
1065
  PercentageAdornment,
1026
1066
  PermissionType,
1067
+ PhaseTapChangerPane,
1068
+ PhaseTapChangerPaneSteps,
1069
+ PhaseTapChangerRegulationMode,
1027
1070
  PopupConfirmationDialog,
1028
1071
  PowerMeasurementsForm,
1029
1072
  PowerWithValidityForm,
@@ -1036,6 +1079,7 @@ export {
1036
1079
  PropertyValueEditor,
1037
1080
  ProviderParam,
1038
1081
  QuickSearch,
1082
+ RATIO_REGULATION_MODES,
1039
1083
  RATIO_REGULATION_MODE_OPTIONS,
1040
1084
  RATIO_TAP_CHANGER_POSITION,
1041
1085
  RATIO_TAP_CHANGER_TARGET_V,
@@ -1047,16 +1091,20 @@ export {
1047
1091
  RECENT_FILTER,
1048
1092
  REFERENCE_FIELD_OR_VALUE_1,
1049
1093
  REFERENCE_FIELD_OR_VALUE_2,
1094
+ REGULATION_SIDES,
1050
1095
  REGULATION_TYPES,
1051
1096
  REGULATION_TYPE_OPTIONS,
1052
1097
  REMOVE,
1053
1098
  REPORT_SEVERITY,
1054
1099
  RESET_AUTHENTICATION_ROUTER_ERROR,
1055
1100
  RESULTS_LOADING_DELAY,
1101
+ RESULT_PAGE_OPTIONS,
1056
1102
  RULES,
1057
1103
  RadioInput,
1058
1104
  RangeInput,
1059
1105
  RangeType,
1106
+ RatioTapChangerPane,
1107
+ RatioTapChangerPaneSteps,
1060
1108
  RawReadOnlyInput,
1061
1109
  ReactiveCapabilityCurveRowForm,
1062
1110
  ReactiveCapabilityCurveTableForm,
@@ -1065,6 +1113,7 @@ export {
1065
1113
  ReadOnlyInput,
1066
1114
  ReferenceCellRenderer,
1067
1115
  ReferenceType,
1116
+ RegulatedTerminalSection,
1068
1117
  RegulatingTerminalForm,
1069
1118
  RemoveButton,
1070
1119
  RenderTableAndExportCsv,
@@ -1085,6 +1134,7 @@ export {
1085
1134
  SELECTED,
1086
1135
  SELECTION_TYPE,
1087
1136
  SENSITIVITY_TYPES,
1137
+ SHORTCIRCUIT_ANALYSIS_RESULT_SORT_STORE,
1088
1138
  SHORT_CIRCUIT_CURRENT_LIMIT_MUST_BE_GREATER_OR_EQUAL_TO_ZERO,
1089
1139
  SHORT_CIRCUIT_INITIAL_VOLTAGE_PROFILE_MODE,
1090
1140
  SHORT_CIRCUIT_MODEL_POWER_ELECTRONICS,
@@ -1140,6 +1190,10 @@ export {
1140
1190
  SensitivityType,
1141
1191
  SeparatorCellRenderer,
1142
1192
  SetPointsForm,
1193
+ ShortCircuitAnalysisAllBusesResult,
1194
+ ShortCircuitAnalysisResult,
1195
+ ShortCircuitAnalysisResultTable,
1196
+ ShortCircuitAnalysisType,
1143
1197
  ShortCircuitForm,
1144
1198
  ShortCircuitParametersEditionDialog,
1145
1199
  ShortCircuitParametersInLine,
@@ -1169,9 +1223,11 @@ export {
1169
1223
  SwitchKind,
1170
1224
  SwitchWithLabel,
1171
1225
  SwitchesBetweenSections,
1226
+ TARGET_DEADBAND_MUST_BE_GREATER_OR_EQUAL_TO_ZERO,
1172
1227
  TEMPORARY_LIMIT_MODIFICATION_TYPE,
1173
1228
  TRANSFORMERS_SELECTION_TYPE,
1174
1229
  TWT_SPLIT_SHUNT_ADMITTANCE,
1230
+ TWT_TAB_FIELDS,
1175
1231
  TYPE_TAG_MAX_SIZE,
1176
1232
  TabPanel,
1177
1233
  TabValues,
@@ -1179,15 +1235,23 @@ export {
1179
1235
  TableTextInput,
1180
1236
  TableType,
1181
1237
  TagRenderer,
1238
+ TapChangerSteps,
1182
1239
  TemporaryLimitsTable,
1183
1240
  TextFieldWithAdornment,
1184
1241
  TextInput,
1185
1242
  TextValueEditor,
1186
1243
  ThreeWindingTransfo,
1244
+ ToBeEstimatedForm,
1187
1245
  TopBar,
1188
1246
  TranslatedValueEditor,
1189
1247
  TreeViewFinder,
1190
1248
  TwoWindingTransfo,
1249
+ TwoWindingsTransformerCharacteristicsPane,
1250
+ TwoWindingsTransformerDialogHeader,
1251
+ TwoWindingsTransformerDialogTab,
1252
+ TwoWindingsTransformerDialogTabs,
1253
+ TwoWindingsTransformerDialogTabsContent,
1254
+ TwoWindingsTransformerForm,
1191
1255
  UNAUTHORIZED_USER_INFO,
1192
1256
  UNDEFINED_CONNECTION_DIRECTION,
1193
1257
  UNDEFINED_LOAD_TYPE,
@@ -1239,11 +1303,13 @@ export {
1239
1303
  addModificationTypeToOpLimitsGroups,
1240
1304
  addModificationTypeToTemporaryLimits,
1241
1305
  addOperationTypeToSelectedOpLG,
1306
+ addSelectedFieldToRows,
1242
1307
  addSelectedGlobalFiltersToTableState,
1243
1308
  addToleranceToFilter,
1244
1309
  alertThresholdMarks,
1245
1310
  areArrayElementsUnique,
1246
1311
  areIdsEqual,
1312
+ areNumbersOrdered,
1247
1313
  arraysContainIdenticalStrings,
1248
1314
  backendFetch,
1249
1315
  backendFetchFile,
@@ -1270,12 +1336,16 @@ export {
1270
1336
  clearSelectedGlobalFiltersFromTableState,
1271
1337
  commonButtonEn,
1272
1338
  commonButtonFr,
1339
+ compareStepsWithPreviousValues,
1273
1340
  componentsEn,
1274
1341
  componentsFr,
1342
+ computeHighTapPosition,
1275
1343
  computeQ0,
1344
+ computeRatioTapChangerRegulationMode,
1276
1345
  computeSwitchedOnValue,
1277
1346
  computeTagMinSize,
1278
1347
  computeTolerance,
1348
+ convertFilterValues,
1279
1349
  convertInputValue,
1280
1350
  convertLimitsToOperationalLimitsGroupFormSchema,
1281
1351
  convertOutputValue,
@@ -1296,6 +1366,7 @@ export {
1296
1366
  createFilter,
1297
1367
  createHeaderCellStyle,
1298
1368
  createModificationNameCellStyle,
1369
+ createMultiEnumFilterParams,
1299
1370
  createNameCellLabelBoxSx,
1300
1371
  createNameCellRootStyle,
1301
1372
  createParameter,
@@ -1446,8 +1517,18 @@ export {
1446
1517
  getCharacteristicsEmptyFormData,
1447
1518
  getCharacteristicsFormData,
1448
1519
  getCharacteristicsFormValidationSchema,
1449
- getCharacteristicsValidationSchema,
1450
1520
  getComputedLanguage,
1521
+ getComputedPhaseRegulationType,
1522
+ getComputedPhaseRegulationTypeId,
1523
+ getComputedPhaseTapChangerRegulationMode,
1524
+ getComputedPreviousPhaseRegulationType,
1525
+ getComputedPreviousRatioRegulationType,
1526
+ getComputedRegulationMode,
1527
+ getComputedRegulationModeId,
1528
+ getComputedRegulationType,
1529
+ getComputedRegulationTypeId,
1530
+ getComputedTapSide,
1531
+ getComputedTapSideId,
1451
1532
  getCon1andCon2WithPositionValidationSchema,
1452
1533
  getConcatenatedProperties,
1453
1534
  getConnectionDirectionLabel,
@@ -1468,6 +1549,8 @@ export {
1468
1549
  getCont1Cont2WithPositionEmptyFormData,
1469
1550
  getContainerDefaultSeverityList,
1470
1551
  getContingencyListsInfosFormSchema,
1552
+ getCreateRuleEmptyFormData,
1553
+ getCreateRuleValidationSchema,
1471
1554
  getCreateSwitchesEmptyFormData,
1472
1555
  getCreateSwitchesValidationSchema,
1473
1556
  getCsvDelimiter,
@@ -1486,6 +1569,7 @@ export {
1486
1569
  getHvdcLccDeletionSchema,
1487
1570
  getIdOrSelf,
1488
1571
  getIdOrValue,
1572
+ getInitialTwtRatioRegulationModeId,
1489
1573
  getInjectionActiveReactivePowerEditDataProperties,
1490
1574
  getInjectionActiveReactivePowerEmptyFormData,
1491
1575
  getInjectionActiveReactivePowerEmptyFormDataProperties,
@@ -1516,6 +1600,10 @@ export {
1516
1600
  getOperators,
1517
1601
  getOptionLabel,
1518
1602
  getPccMinStudyParameters,
1603
+ getPhaseTapChangerEmptyFormData,
1604
+ getPhaseTapChangerFormData,
1605
+ getPhaseTapChangerValidationSchemaProps,
1606
+ getPhaseTapRegulationSideId,
1519
1607
  getPowerWithValidityEditData,
1520
1608
  getPowerWithValidityEmptyFormData,
1521
1609
  getPowerWithValidityValidationSchema,
@@ -1526,6 +1614,9 @@ export {
1526
1614
  getPropertyAvatar,
1527
1615
  getPropertyValue,
1528
1616
  getRangeInputSchema,
1617
+ getRatioTapChangerEmptyFormData,
1618
+ getRatioTapChangerFormData,
1619
+ getRatioTapChangerValidationSchemaProps,
1529
1620
  getReactiveCapabilityCurveValidationSchema,
1530
1621
  getReactiveCapabilityCurveValidationSchemaArray,
1531
1622
  getReactiveFormData,
@@ -1542,6 +1633,8 @@ export {
1542
1633
  getRegulatingTerminalEquipmentData,
1543
1634
  getRegulatingTerminalFormData,
1544
1635
  getRegulatingTerminalVoltageLevelData,
1636
+ getRegulationTypeForEdit,
1637
+ getRegulationTypeLabel,
1545
1638
  getRequestParamFromList,
1546
1639
  getRowEmptyFormData,
1547
1640
  getRows,
@@ -1567,6 +1660,13 @@ export {
1567
1660
  getSystemLanguage,
1568
1661
  getTabIndicatorStyle,
1569
1662
  getTabStyle,
1663
+ getTapChangerEquipmentSectionTypeValue,
1664
+ getTapSideForEdit,
1665
+ getTapSideLabel,
1666
+ getToBeEstimatedValidationSchemaObject,
1667
+ getTwtCharacteristicsEmptyFormData,
1668
+ getTwtCharacteristicsFormData,
1669
+ getTwtCharacteristicsValidationSchemaProps,
1570
1670
  getUser,
1571
1671
  getUserToken,
1572
1672
  getVoltageInitParameters,
@@ -1642,6 +1742,7 @@ export {
1642
1742
  mapSecurityAnalysisParameters,
1643
1743
  mapSensitivityAnalysisParameters,
1644
1744
  mapServerLimitsGroupsToFormInfos,
1745
+ mappingTabs,
1645
1746
  markEditingGlobalFilter,
1646
1747
  markNotFoundGlobalFiltersAsDeletedInState,
1647
1748
  mergeModificationAndEquipmentProperties,
@@ -1667,6 +1768,7 @@ export {
1667
1768
  newEquipmentDeletionDto,
1668
1769
  notNull,
1669
1770
  notUndefined,
1771
+ numericFilterParams,
1670
1772
  onlyStartedGeneratorsOptions,
1671
1773
  parametersEn,
1672
1774
  parametersFr,
@@ -1684,6 +1786,7 @@ export {
1684
1786
  reportViewerEn,
1685
1787
  reportViewerFr,
1686
1788
  resetAuthenticationRouterError,
1789
+ resultsStyles,
1687
1790
  richTypeEquals,
1688
1791
  roundToDefaultPrecision,
1689
1792
  roundToPrecision,
@@ -1743,6 +1846,8 @@ export {
1743
1846
  tableFr,
1744
1847
  testQuery,
1745
1848
  testValueWithinPowerInterval,
1849
+ textFilterParams,
1850
+ toBeEstimatedEmptyFormData,
1746
1851
  toFloatOrNullValue,
1747
1852
  toFormValuesContingencyListsInfos,
1748
1853
  toFormValuesLimitReductions,
@@ -1752,11 +1857,19 @@ export {
1752
1857
  toNumber,
1753
1858
  toReactiveCapabilityCurveChoiceForGeneratorCreation,
1754
1859
  toReactiveCapabilityCurveChoiceForGeneratorModification,
1860
+ toTapChangerStepList,
1755
1861
  topBarEn,
1756
1862
  topBarFr,
1863
+ transformIfFrenchNumber,
1757
1864
  translateSwitchKinds,
1758
1865
  treeviewFinderEn,
1759
1866
  treeviewFinderFr,
1867
+ twoWindingsTransformerCreationDtoToForm,
1868
+ twoWindingsTransformerCreationEmptyFormData,
1869
+ twoWindingsTransformerCreationFormSchema,
1870
+ twoWindingsTransformerCreationFormToDto,
1871
+ twoWindingsTransformerModificationEmptyFormData,
1872
+ twoWindingsTransformerModificationFormSchema,
1760
1873
  unitToKiloUnit,
1761
1874
  unitToMicroUnit,
1762
1875
  unmarkEditingGlobalFilter,
@@ -75,9 +75,6 @@ export declare const filterExpertEn: {
75
75
  hasPhaseTapChanger3: string;
76
76
  Voltage: string;
77
77
  ReactivePower: string;
78
- VoltageRegulation: string;
79
- FixedRatio: string;
80
- CurrentLimiter: string;
81
78
  ActivePowerControl: string;
82
79
  ratioRegulationMode: string;
83
80
  ratioRegulationMode1: string;
@@ -69,9 +69,6 @@ const filterExpertEn = {
69
69
  hasPhaseTapChanger3: "Phase tap 3 changer exists",
70
70
  Voltage: "Voltage",
71
71
  ReactivePower: "Reactive power",
72
- VoltageRegulation: "Voltage regulation",
73
- FixedRatio: "Fixed ratio",
74
- CurrentLimiter: "Current limiter",
75
72
  ActivePowerControl: "Active power control",
76
73
  ratioRegulationMode: "Ratio tap changer regulation mode",
77
74
  ratioRegulationMode1: "Ratio tap 1 changer regulation mode",
@@ -16,6 +16,7 @@ export declare const networkModificationValidationEn: {
16
16
  WrongRefOrValueError: string;
17
17
  ValueMustBeNumericWhenPercentageError: string;
18
18
  ValueMustBeRefWhenPercentageError: string;
19
+ TargetDeadbandMustBeGreaterOrEqualToZero: string;
19
20
  TemporaryLimitNameUnicityError: string;
20
21
  TemporaryLimitDurationUnicityError: string;
21
22
  LimitSetApplicabilityError: string;
@@ -1,4 +1,4 @@
1
- import { VALUE_MUST_BE_REF_WHEN_PERCENTAGE_ERROR, VALUE_MUST_BE_NUMERIC_WHEN_PERCENTAGE_ERROR, WRONG_REF_OR_VALUE_ERROR, REACTIVE_LIMITS_MIN_MAX_INVALID, ACTIVE_LIMITS_MIN_MAX_INVALID, MIN_ACTIVE_POWER_MUST_BE_LESS_OR_EQUAL_TO_MAX_ACTIVE_POWER, SECTION_COUNT_MUST_BE_BETWEEN_ZERO_AND_MAXIMUM_SECTION_COUNT, MAXIMUM_SECTION_COUNT_MUST_BE_GREATER_OR_EQUAL_TO_ONE, SHUNT_COMPENSATOR_ERROR_Q_AT_NOMINAL_VOLTAGE_LESS_THAN_ZERO, SHORT_CIRCUIT_CURRENT_LIMIT_MUST_BE_GREATER_OR_EQUAL_TO_ZERO, CREATE_SUBSTATION_IN_VOLTAGE_LEVEL_IDENTICAL_ID } from "../../utils/constants/translationKeys.js";
1
+ import { TARGET_DEADBAND_MUST_BE_GREATER_OR_EQUAL_TO_ZERO, VALUE_MUST_BE_REF_WHEN_PERCENTAGE_ERROR, VALUE_MUST_BE_NUMERIC_WHEN_PERCENTAGE_ERROR, WRONG_REF_OR_VALUE_ERROR, REACTIVE_LIMITS_MIN_MAX_INVALID, ACTIVE_LIMITS_MIN_MAX_INVALID, MIN_ACTIVE_POWER_MUST_BE_LESS_OR_EQUAL_TO_MAX_ACTIVE_POWER, SECTION_COUNT_MUST_BE_BETWEEN_ZERO_AND_MAXIMUM_SECTION_COUNT, MAXIMUM_SECTION_COUNT_MUST_BE_GREATER_OR_EQUAL_TO_ONE, SHUNT_COMPENSATOR_ERROR_Q_AT_NOMINAL_VOLTAGE_LESS_THAN_ZERO, SHORT_CIRCUIT_CURRENT_LIMIT_MUST_BE_GREATER_OR_EQUAL_TO_ZERO, CREATE_SUBSTATION_IN_VOLTAGE_LEVEL_IDENTICAL_ID } from "../../utils/constants/translationKeys.js";
2
2
  import "../../utils/conversionUtils.js";
3
3
  import "../../utils/types/equipmentType.js";
4
4
  import "react/jsx-runtime";
@@ -21,6 +21,7 @@ const networkModificationValidationEn = {
21
21
  [WRONG_REF_OR_VALUE_ERROR]: "Please enter a valid numeric value or a valid field reference. Use # to select a field",
22
22
  [VALUE_MUST_BE_NUMERIC_WHEN_PERCENTAGE_ERROR]: "When using %, this field must be a valid positive numeric value",
23
23
  [VALUE_MUST_BE_REF_WHEN_PERCENTAGE_ERROR]: "When using %, this field must be a valid field reference",
24
+ [TARGET_DEADBAND_MUST_BE_GREATER_OR_EQUAL_TO_ZERO]: "Deadband value must be greater than or equal to 0",
24
25
  TemporaryLimitNameUnicityError: "Temporary limit names must be unique in the table",
25
26
  TemporaryLimitDurationUnicityError: "Temporary limit acceptable durations must be unique in the table",
26
27
  LimitSetApplicabilityError: "2 limit sets with the same name must have different application sides.",
@@ -73,6 +73,17 @@ export declare const networkModificationsEn: {
73
73
  'network_modifications.CREATE_VOLTAGE_LEVEL_TOPOLOGY': string;
74
74
  'network_modifications.CREATE_VOLTAGE_LEVEL_SECTION': string;
75
75
  'network_modifications.MOVE_VOLTAGE_LEVEL_FEEDER_BAYS': string;
76
+ SubstationTab: string;
77
+ ConnectivityTab: string;
78
+ CharacteristicsTab: string;
79
+ LimitsTab: string;
80
+ SetpointsAndLimitsTab: string;
81
+ SpecificTab: string;
82
+ StructureTab: string;
83
+ AdditionalInformationTab: string;
84
+ StateEstimationTab: string;
85
+ TwoWindingsTransformerRatioTapChangerTab: string;
86
+ TwoWindingsTransformerPhaseTapChangerTab: string;
76
87
  ModificationReadError: string;
77
88
  CompositeModification: string;
78
89
  CreateSubstation: string;
@@ -289,6 +300,65 @@ export declare const networkModificationsEn: {
289
300
  filter: string;
290
301
  G: string;
291
302
  B: string;
303
+ CreateTwoWindingsTransformer: string;
304
+ TwoWindingsTransformerCreationError: string;
305
+ ConfigureRatioTapChanger: string;
306
+ WithRatioTapChanger: string;
307
+ ConfigurePhaseTapChanger: string;
308
+ WithPhaseTapChanger: string;
309
+ RegulatedSide: string;
310
+ RatioRegulatedSide: string;
311
+ PhaseRegulatedSide: string;
312
+ RegulatedSide1: string;
313
+ RegulatedSide2: string;
314
+ RatedVoltage: string;
315
+ RegulationSection: string;
316
+ OnLoad: string;
317
+ RegulationMode: string;
318
+ TargetVoltage: string;
319
+ TargetVoltageMustBeGreaterThanZero: string;
320
+ Deadband: string;
321
+ TargetDeadbandMustBeGreaterOrEqualToZero: string;
322
+ LowTapPosition: string;
323
+ HighTapPosition: string;
324
+ TapPosition: string;
325
+ TapPositionMustBeBetweenLowAndHighTapPositionValue: string;
326
+ RegulatedTerminal: string;
327
+ TapsSection: string;
328
+ Tap: string;
329
+ DeltaResistance: string;
330
+ DeltaReactance: string;
331
+ DeltaConductance: string;
332
+ DeltaSusceptance: string;
333
+ Ratio: string;
334
+ Alpha: string;
335
+ ImportFileResistance: string;
336
+ ImportFileReactance: string;
337
+ ImportFileConductance: string;
338
+ ImportFileSusceptance: string;
339
+ ImportFileAlpha: string;
340
+ CreateRegulationRule: string;
341
+ LowTapRatio: string;
342
+ HighTapRatio: string;
343
+ ImportRegulationRule: string;
344
+ CreateDephasingRule: string;
345
+ ResetRegulationRule: string;
346
+ LowTapAlpha: string;
347
+ HighTapAlpha: string;
348
+ ImportDephasingRule: string;
349
+ GenerateSkeleton: string;
350
+ RegulatingValueCurrentLimiter: string;
351
+ CurrentLimiterMustBeGreaterThanZero: string;
352
+ RegulatingValueActivePowerControl: string;
353
+ VoltageRegulation: string;
354
+ FixedRatio: string;
355
+ CurrentLimiter: string;
356
+ PhaseActivePowerControl: string;
357
+ RatedNominalPowerMustBeGreaterThanZero: string;
358
+ PhaseShiftValuesError: string;
359
+ GeneratePhaseTapRowsError: string;
360
+ GenerateRatioTapRowsError: string;
361
+ RatioValuesError: string;
292
362
  maximumSusceptance: string;
293
363
  minSusceptance: string;
294
364
  maxQAtVnominal: string;
@@ -313,15 +383,6 @@ export declare const networkModificationsEn: {
313
383
  StaticVarCompensatorAdditionalInfosTab: string;
314
384
  b0: string;
315
385
  fixQAtNominalV: string;
316
- SubstationTab: string;
317
- ConnectivityTab: string;
318
- CharacteristicsTab: string;
319
- LimitsTab: string;
320
- SetpointsAndLimitsTab: string;
321
- SpecificTab: string;
322
- StructureTab: string;
323
- AdditionalInformationTab: string;
324
- StateEstimationTab: string;
325
386
  copyLink: string;
326
387
  linkCopied: string;
327
388
  linkCopyError: string;
@@ -67,6 +67,18 @@ const networkModificationsEn = {
67
67
  "network_modifications.CREATE_VOLTAGE_LEVEL_TOPOLOGY": "Creating a busbar in voltage level {computedLabel}",
68
68
  "network_modifications.CREATE_VOLTAGE_LEVEL_SECTION": "Adding busbar section to voltage level {computedLabel}",
69
69
  "network_modifications.MOVE_VOLTAGE_LEVEL_FEEDER_BAYS": "Moving feeder bays in voltage level {computedLabel}",
70
+ // Tabs
71
+ SubstationTab: "Substation",
72
+ ConnectivityTab: "Connectivity",
73
+ CharacteristicsTab: "Characteristics",
74
+ LimitsTab: "Limits",
75
+ SetpointsAndLimitsTab: "Setpoints & Limits",
76
+ SpecificTab: "Specific",
77
+ StructureTab: "Structure",
78
+ AdditionalInformationTab: "Additional information",
79
+ StateEstimationTab: "State estimation",
80
+ TwoWindingsTransformerRatioTapChangerTab: "Ratio tap changer",
81
+ TwoWindingsTransformerPhaseTapChangerTab: "Phase tap changer",
70
82
  ModificationReadError: "An error occurred while fetching the modification",
71
83
  CompositeModification: "Composite modification",
72
84
  CreateSubstation: "Create substation",
@@ -283,6 +295,65 @@ const networkModificationsEn = {
283
295
  filter: "Filter",
284
296
  G: "Magnetizing conductance",
285
297
  B: "Magnetizing susceptance",
298
+ CreateTwoWindingsTransformer: "Create a 2 windings transformer",
299
+ TwoWindingsTransformerCreationError: "Error while creating a 2 windings transformer",
300
+ ConfigureRatioTapChanger: "Configure ratio tap changer",
301
+ WithRatioTapChanger: "With ratio tap changer",
302
+ ConfigurePhaseTapChanger: "Configure phase tap changer",
303
+ WithPhaseTapChanger: "With phase tap changer",
304
+ RegulatedSide: "Regulated side",
305
+ RatioRegulatedSide: "Ratio regulated side",
306
+ PhaseRegulatedSide: "Phase regulated side",
307
+ RegulatedSide1: "Side 1",
308
+ RegulatedSide2: "Side 2",
309
+ RatedVoltage: "Rated voltage",
310
+ RegulationSection: "Regulation",
311
+ OnLoad: "On-load tap changing",
312
+ RegulationMode: "Regulation mode",
313
+ TargetVoltage: "Voltage setpoint",
314
+ TargetVoltageMustBeGreaterThanZero: "Voltage value must be greater than 0",
315
+ Deadband: "Deadband",
316
+ TargetDeadbandMustBeGreaterOrEqualToZero: "Deadband value must be greater than or equal to 0",
317
+ LowTapPosition: "Low tap position",
318
+ HighTapPosition: "High tap position",
319
+ TapPosition: "Tap position",
320
+ TapPositionMustBeBetweenLowAndHighTapPositionValue: "Tap position must be between Low tap position and High tap position",
321
+ RegulatedTerminal: "Regulated terminal",
322
+ TapsSection: "Taps",
323
+ Tap: "Tap",
324
+ DeltaResistance: "Δ Resistance (%)",
325
+ DeltaReactance: "Δ Reactance (%)",
326
+ DeltaConductance: "Δ Conductance (%)",
327
+ DeltaSusceptance: "Δ Susceptance (%)",
328
+ Ratio: "Ratio",
329
+ Alpha: "Shift angle (°)",
330
+ ImportFileResistance: "Resistance",
331
+ ImportFileReactance: "Reactance",
332
+ ImportFileConductance: "Conductance",
333
+ ImportFileSusceptance: "Susceptance",
334
+ ImportFileAlpha: "ShiftAngle",
335
+ CreateRegulationRule: "Create regulation rule",
336
+ LowTapRatio: "Ratio (low tap position)",
337
+ HighTapRatio: "Ratio (high tap position)",
338
+ ImportRegulationRule: "Import regulation rule",
339
+ CreateDephasingRule: "Create dephasing rule",
340
+ ResetRegulationRule: "Reset regulation rules",
341
+ LowTapAlpha: "Shift angle (low tap position)",
342
+ HighTapAlpha: "Shift angle (high tap position)",
343
+ ImportDephasingRule: "Import dephasing rule",
344
+ GenerateSkeleton: "Generate CSV template",
345
+ RegulatingValueCurrentLimiter: "Current limiter",
346
+ CurrentLimiterMustBeGreaterThanZero: "The current limiter value must be greater than 0",
347
+ RegulatingValueActivePowerControl: "Flow set point",
348
+ VoltageRegulation: "Voltage regulation",
349
+ FixedRatio: "Fixed ratio",
350
+ CurrentLimiter: "Current limiter",
351
+ PhaseActivePowerControl: "Active power control",
352
+ RatedNominalPowerMustBeGreaterThanZero: "The rated nominal power value must be greater than 0",
353
+ PhaseShiftValuesError: "The values of the phase tap shifts must be ordered and without duplicates",
354
+ GeneratePhaseTapRowsError: "Please generate the phase changer steps",
355
+ GenerateRatioTapRowsError: "Please generate the ratio changer steps",
356
+ RatioValuesError: "The values of the ratio tap ratios must be ordered and without duplicates",
286
357
  maximumSusceptance: "Susceptance max",
287
358
  minSusceptance: "Susceptance min",
288
359
  maxQAtVnominal: "Q max at nominal voltage",
@@ -307,16 +378,6 @@ const networkModificationsEn = {
307
378
  StaticVarCompensatorAdditionalInfosTab: "Additional information",
308
379
  b0: "Fixed part of susceptance",
309
380
  fixQAtNominalV: "Q fixed",
310
- // Tabs
311
- SubstationTab: "Substation",
312
- ConnectivityTab: "Connectivity",
313
- CharacteristicsTab: "Characteristics",
314
- LimitsTab: "Limits",
315
- SetpointsAndLimitsTab: "Setpoints & Limits",
316
- SpecificTab: "Specific",
317
- StructureTab: "Structure",
318
- AdditionalInformationTab: "Additional information",
319
- StateEstimationTab: "State estimation",
320
381
  copyLink: "Copy link",
321
382
  linkCopied: "Link copied",
322
383
  linkCopyError: "Error while attempting to copy link",