@gridsuite/commons-ui 0.272.1 → 0.274.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.
- package/dist/features/index.js +9 -2
- package/dist/features/network-modifications/index.js +7 -2
- package/dist/features/network-modifications/twoWindingsTransformer/common/TwoWindingsTransformerDialogHeader.js +1 -1
- package/dist/features/network-modifications/twoWindingsTransformer/common/TwoWindingsTransformerDialogTabsContent.js +7 -1
- package/dist/features/network-modifications/twoWindingsTransformer/common/TwoWindingsTransformerForm.d.ts +1 -1
- package/dist/features/network-modifications/twoWindingsTransformer/common/TwoWindingsTransformerForm.js +3 -1
- package/dist/features/network-modifications/twoWindingsTransformer/creation/twoWindingsTransformerCreation.utils.js +1 -4
- package/dist/features/network-modifications/twoWindingsTransformer/index.js +8 -3
- package/dist/features/network-modifications/twoWindingsTransformer/modification/index.js +6 -2
- package/dist/features/network-modifications/twoWindingsTransformer/modification/twoWindingsTransformerModification.utils.d.ts +7 -0
- package/dist/features/network-modifications/twoWindingsTransformer/modification/twoWindingsTransformerModification.utils.js +313 -10
- package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/index.js +2 -1
- package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/ratioTapChanger/index.js +2 -1
- package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/ratioTapChanger/ratioTapChanger.utils.d.ts +1 -0
- package/dist/features/network-modifications/twoWindingsTransformer/tapChanger/ratioTapChanger/ratioTapChanger.utils.js +4 -0
- package/dist/features/parameters/common/limitreductions/limit-reductions-table-form.js +1 -0
- package/dist/features/parameters/common/parameter-layout/parameter-layout.js +26 -27
- package/dist/features/process-configs/common/process-config.type.d.ts +2 -1
- package/dist/features/process-configs/common/process-config.type.js +1 -0
- package/dist/features/process-configs/index.d.ts +1 -0
- package/dist/features/process-configs/index.js +2 -0
- package/dist/features/process-configs/process-config.type.d.ts +2 -0
- package/dist/features/process-configs/sc-process-config-edition-dialog.d.ts +3 -0
- package/dist/features/process-configs/sc-process-config-edition-dialog.js +149 -0
- package/dist/features/process-configs/shortcircuit/index.d.ts +9 -0
- package/dist/features/process-configs/shortcircuit/index.js +9 -0
- package/dist/features/process-configs/shortcircuit/sc-process-config-edition.d.ts +1 -0
- package/dist/features/process-configs/shortcircuit/sc-process-config-edition.js +91 -0
- package/dist/features/process-configs/shortcircuit/sc-process-config-edition.utils.d.ts +39 -0
- package/dist/features/process-configs/shortcircuit/sc-process-config-edition.utils.js +109 -0
- package/dist/features/process-configs/shortcircuit/sc-process-config.type.d.ts +6 -0
- package/dist/features/process-configs/shortcircuit/sc-process-config.type.js +1 -0
- package/dist/index.js +9 -2
- package/dist/translations/en/networkModificationsEn.d.ts +6 -0
- package/dist/translations/en/networkModificationsEn.js +6 -0
- package/dist/translations/en/processConfigEn.d.ts +2 -0
- package/dist/translations/en/processConfigEn.js +2 -0
- package/dist/translations/fr/networkModificationsFr.d.ts +6 -0
- package/dist/translations/fr/networkModificationsFr.js +6 -0
- package/dist/translations/fr/processConfigFr.d.ts +2 -0
- package/dist/translations/fr/processConfigFr.js +2 -0
- package/dist/translations/fr/specificParameters.js +2 -2
- package/dist/utils/constants/fieldConstants.d.ts +1 -0
- package/dist/utils/constants/fieldConstants.js +1 -0
- package/package.json +1 -1
|
@@ -43,8 +43,8 @@ const specificParametersFr = {
|
|
|
43
43
|
mostMeshedSlackBusSelectorMaxNominalVoltagePercentile: "Percentile maximal de tension nominale",
|
|
44
44
|
reportedFeatures: "Fonctionnalités supplémentaires du rapport",
|
|
45
45
|
slackBusCountryFilter: "Filtre pays pour les nœuds bilan",
|
|
46
|
-
actionableSwitchesIds: "
|
|
47
|
-
actionableTransformersIds: "
|
|
46
|
+
actionableSwitchesIds: "Organe de coupure en cache",
|
|
47
|
+
actionableTransformersIds: "Transformateur avec régleur en cache",
|
|
48
48
|
asymmetrical: "Calcul asymétrique",
|
|
49
49
|
minNominalVoltageTargetVoltageCheck: "Tension nominale minimale pour le contrôle des consignes",
|
|
50
50
|
reactivePowerDispatchMode: "Mode de répartition de puissance réactive",
|
|
@@ -70,6 +70,7 @@ export declare enum FieldConstants {
|
|
|
70
70
|
ID = "id",
|
|
71
71
|
REGULATING = "isRegulating",
|
|
72
72
|
LOADFLOW_PARAMETERS = "loadflowParameters",
|
|
73
|
+
SHORTCIRCUIT_PARAMETERS = "shortcircuitParameters",
|
|
73
74
|
LOAD_TYPE = "loadType",
|
|
74
75
|
LOAD_TAP_CHANGING_CAPABILITIES = "hasLoadTapChangingCapabilities",
|
|
75
76
|
LOW_TAP_POSITION = "lowTapPosition",
|
|
@@ -64,6 +64,7 @@ var FieldConstants = /* @__PURE__ */ ((FieldConstants2) => {
|
|
|
64
64
|
FieldConstants2["ID"] = "id";
|
|
65
65
|
FieldConstants2["REGULATING"] = "isRegulating";
|
|
66
66
|
FieldConstants2["LOADFLOW_PARAMETERS"] = "loadflowParameters";
|
|
67
|
+
FieldConstants2["SHORTCIRCUIT_PARAMETERS"] = "shortcircuitParameters";
|
|
67
68
|
FieldConstants2["LOAD_TYPE"] = "loadType";
|
|
68
69
|
FieldConstants2["LOAD_TAP_CHANGING_CAPABILITIES"] = "hasLoadTapChangingCapabilities";
|
|
69
70
|
FieldConstants2["LOW_TAP_POSITION"] = "lowTapPosition";
|