@gridsuite/commons-ui 0.268.0 → 0.270.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/components/composite/agGridTable/BottomTableButtons.js +1 -1
- package/dist/components/ui/reactHookForm/DirectoryItemsInput.js +1 -1
- package/dist/features/index.js +9 -1
- package/dist/features/network-modifications/index.js +9 -1
- package/dist/features/network-modifications/voltageLevel/index.d.ts +1 -0
- package/dist/features/network-modifications/voltageLevel/index.js +9 -1
- package/dist/features/network-modifications/voltageLevel/section/VoltageLevelSectionCreationForm.d.ts +10 -0
- package/dist/features/network-modifications/voltageLevel/section/VoltageLevelSectionCreationForm.js +375 -0
- package/dist/features/network-modifications/voltageLevel/section/index.d.ts +9 -0
- package/dist/features/network-modifications/voltageLevel/section/index.js +10 -0
- package/dist/features/network-modifications/voltageLevel/section/voltageLevelSectionCreation.types.d.ts +15 -0
- package/dist/features/network-modifications/voltageLevel/section/voltageLevelSectionCreation.types.js +1 -0
- package/dist/features/network-modifications/voltageLevel/section/voltageLevelSectionCreation.utils.d.ts +48 -0
- package/dist/features/network-modifications/voltageLevel/section/voltageLevelSectionCreation.utils.js +100 -0
- package/dist/features/parameters/loadflow/load-flow-provider-specific-parameters.js +10 -1
- package/dist/features/topBar/TopBar.js +2 -2
- package/dist/index.js +13 -1
- package/dist/translations/en/businessErrorsEn.d.ts +14 -0
- package/dist/translations/en/businessErrorsEn.js +15 -1
- package/dist/translations/en/index.d.ts +1 -0
- package/dist/translations/en/index.js +2 -0
- package/dist/translations/en/networkModificationsEn.d.ts +17 -0
- package/dist/translations/en/networkModificationsEn.js +20 -2
- package/dist/translations/en/specificParameters.d.ts +96 -0
- package/dist/translations/en/specificParameters.js +95 -0
- package/dist/translations/fr/businessErrorsFr.d.ts +14 -0
- package/dist/translations/fr/businessErrorsFr.js +15 -1
- package/dist/translations/fr/index.d.ts +1 -0
- package/dist/translations/fr/index.js +2 -0
- package/dist/translations/fr/networkModificationsFr.d.ts +17 -0
- package/dist/translations/fr/networkModificationsFr.js +20 -2
- package/dist/translations/fr/specificParameters.d.ts +96 -0
- package/dist/translations/fr/specificParameters.js +95 -0
- package/package.json +1 -1
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2026, RTE (http://www.rte-france.com)
|
|
3
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
4
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
5
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
6
|
+
*/
|
|
7
|
+
export declare const specificParametersFr: {
|
|
8
|
+
slackBusSelectionMode: string;
|
|
9
|
+
slackBusesIds: string;
|
|
10
|
+
lowImpedanceBranchMode: string;
|
|
11
|
+
voltageRemoteControl: string;
|
|
12
|
+
slackDistributionFailureBehavior: string;
|
|
13
|
+
loadPowerFactorConstant: string;
|
|
14
|
+
plausibleActivePowerLimit: string;
|
|
15
|
+
slackBusPMaxMismatch: string;
|
|
16
|
+
voltagePerReactivePowerControl: string;
|
|
17
|
+
generatorReactivePowerRemoteControl: string;
|
|
18
|
+
transformerReactivePowerControl: string;
|
|
19
|
+
maxNewtonRaphsonIterations: string;
|
|
20
|
+
maxOuterLoopIterations: string;
|
|
21
|
+
newtonRaphsonConvEpsPerEq: string;
|
|
22
|
+
voltageInitModeOverride: string;
|
|
23
|
+
transformerVoltageControlMode: string;
|
|
24
|
+
shuntVoltageControlMode: string;
|
|
25
|
+
minPlausibleTargetVoltage: string;
|
|
26
|
+
maxPlausibleTargetVoltage: string;
|
|
27
|
+
minRealisticVoltage: string;
|
|
28
|
+
maxRealisticVoltage: string;
|
|
29
|
+
minNominalVoltageRealisticVoltageCheck: string;
|
|
30
|
+
reactiveRangeCheckMode: string;
|
|
31
|
+
lowImpedanceThreshold: string;
|
|
32
|
+
networkCacheEnabled: string;
|
|
33
|
+
svcVoltageMonitoring: string;
|
|
34
|
+
stateVectorScalingMode: string;
|
|
35
|
+
maxSlackBusCount: string;
|
|
36
|
+
incrementalTransformerRatioTapControlOuterLoopMaxTapShift: string;
|
|
37
|
+
secondaryVoltageControl: string;
|
|
38
|
+
reactiveLimitsMaxPqPvSwitch: string;
|
|
39
|
+
newtonRaphsonStoppingCriteriaType: string;
|
|
40
|
+
maxActivePowerMismatch: string;
|
|
41
|
+
maxReactivePowerMismatch: string;
|
|
42
|
+
maxVoltageMismatch: string;
|
|
43
|
+
maxAngleMismatch: string;
|
|
44
|
+
maxRatioMismatch: string;
|
|
45
|
+
maxSusceptanceMismatch: string;
|
|
46
|
+
phaseShifterControlMode: string;
|
|
47
|
+
alwaysUpdateNetwork: string;
|
|
48
|
+
mostMeshedSlackBusSelectorMaxNominalVoltagePercentile: string;
|
|
49
|
+
reportedFeatures: string;
|
|
50
|
+
slackBusCountryFilter: string;
|
|
51
|
+
actionableSwitchesIds: string;
|
|
52
|
+
actionableTransformersIds: string;
|
|
53
|
+
asymmetrical: string;
|
|
54
|
+
minNominalVoltageTargetVoltageCheck: string;
|
|
55
|
+
reactivePowerDispatchMode: string;
|
|
56
|
+
useActiveLimits: string;
|
|
57
|
+
disableVoltageControlOfGeneratorsOutsideActivePowerLimits: string;
|
|
58
|
+
lineSearchStateVectorScalingMaxIteration: string;
|
|
59
|
+
lineSearchStateVectorScalingStepFold: string;
|
|
60
|
+
maxVoltageChangeStateVectorScalingMaxDv: string;
|
|
61
|
+
maxVoltageChangeStateVectorScalingMaxDphi: string;
|
|
62
|
+
linePerUnitMode: string;
|
|
63
|
+
useLoadModel: string;
|
|
64
|
+
dcApproximationType: string;
|
|
65
|
+
simulateAutomationSystems: string;
|
|
66
|
+
acSolverType: string;
|
|
67
|
+
maxNewtonKrylovIterations: string;
|
|
68
|
+
newtonKrylovLineSearch: string;
|
|
69
|
+
referenceBusSelectionMode: string;
|
|
70
|
+
writeReferenceTerminals: string;
|
|
71
|
+
voltageTargetPriorities: string;
|
|
72
|
+
transformerVoltageControlUseInitialTapPosition: string;
|
|
73
|
+
generatorVoltageControlMinNominalVoltage: string;
|
|
74
|
+
fictitiousGeneratorVoltageControlCheckMode: string;
|
|
75
|
+
areaInterchangeControl: string;
|
|
76
|
+
areaInterchangeControlAreaType: string;
|
|
77
|
+
areaInterchangePMaxMismatch: string;
|
|
78
|
+
voltageRemoteControlRobustMode: string;
|
|
79
|
+
forceTargetQInReactiveLimits: string;
|
|
80
|
+
disableInconsistentVoltageControls: string;
|
|
81
|
+
extrapolateReactiveLimits: string;
|
|
82
|
+
startWithFrozenACEmulation: string;
|
|
83
|
+
generatorsWithZeroMwTargetAreNotStarted: string;
|
|
84
|
+
incrementalShuntControlOuterLoopMaxSectionShift: string;
|
|
85
|
+
fixVoltageTargets: string;
|
|
86
|
+
acDcNetwork: string;
|
|
87
|
+
allowNonLinearShuntZeroSection: string;
|
|
88
|
+
svcRegulationOn: string;
|
|
89
|
+
dsoVoltageLevel: string;
|
|
90
|
+
tfoVoltageLevel: string;
|
|
91
|
+
startTime: string;
|
|
92
|
+
stopTime: string;
|
|
93
|
+
precision: string;
|
|
94
|
+
timeStep: string;
|
|
95
|
+
mergeLoads: string;
|
|
96
|
+
};
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
const specificParametersFr = {
|
|
2
|
+
// Open LoadFlow
|
|
3
|
+
slackBusSelectionMode: "Mode de sélection du nœud bilan",
|
|
4
|
+
slackBusesIds: "Identifiants des nœuds bilan",
|
|
5
|
+
lowImpedanceBranchMode: "Gestion des branches à faible impédance",
|
|
6
|
+
voltageRemoteControl: "Contrôle distant de tension",
|
|
7
|
+
slackDistributionFailureBehavior: "Comportement en cas d'échec de la compensation de puissance active",
|
|
8
|
+
loadPowerFactorConstant: "Facteur de puissance des charges constant",
|
|
9
|
+
plausibleActivePowerLimit: "Limite plausible de puissance active",
|
|
10
|
+
slackBusPMaxMismatch: "Déséquilibre maximal au nœud bilan",
|
|
11
|
+
voltagePerReactivePowerControl: "Utiliser la pente des CSPR",
|
|
12
|
+
generatorReactivePowerRemoteControl: "Contrôle distant de puissance réactive",
|
|
13
|
+
transformerReactivePowerControl: "Contrôle de puissance réactive des transformateurs",
|
|
14
|
+
maxNewtonRaphsonIterations: "Nombre maximal d'itérations Newton-Raphson",
|
|
15
|
+
maxOuterLoopIterations: "Nombre maximal d'itérations de boucle externe",
|
|
16
|
+
newtonRaphsonConvEpsPerEq: "Critère de convergence Newton-Raphson",
|
|
17
|
+
voltageInitModeOverride: "Forçage du mode d'initialisation de tension",
|
|
18
|
+
transformerVoltageControlMode: "Mode de contrôle de tension des transformateurs",
|
|
19
|
+
shuntVoltageControlMode: "Mode de contrôle de tension des moyens de compensation statique",
|
|
20
|
+
minPlausibleTargetVoltage: "Tension de consigne minimale plausible",
|
|
21
|
+
maxPlausibleTargetVoltage: "Tension de consigne maximale plausible",
|
|
22
|
+
minRealisticVoltage: "Tension minimale réaliste",
|
|
23
|
+
maxRealisticVoltage: "Tension maximale réaliste",
|
|
24
|
+
minNominalVoltageRealisticVoltageCheck: "Tension nominale minimale pour le contrôle de réalisme des tensions",
|
|
25
|
+
reactiveRangeCheckMode: "Mode de vérification de plage réactive",
|
|
26
|
+
lowImpedanceThreshold: "Seuil de faible impédance",
|
|
27
|
+
networkCacheEnabled: "Cache réseau activé",
|
|
28
|
+
svcVoltageMonitoring: "Surveillance de la tension par l'automate des CSPR",
|
|
29
|
+
stateVectorScalingMode: "Mode de mise à l'échelle du vecteur d'état",
|
|
30
|
+
maxSlackBusCount: "Nombre maximal de nœuds bilan",
|
|
31
|
+
incrementalTransformerRatioTapControlOuterLoopMaxTapShift: "Décalage maximal de prise par boucle externe",
|
|
32
|
+
secondaryVoltageControl: "Réglage secondaire de tension",
|
|
33
|
+
reactiveLimitsMaxPqPvSwitch: "Nombre maximal de changements PV-PQ",
|
|
34
|
+
newtonRaphsonStoppingCriteriaType: "Type de critère d'arrêt Newton-Raphson",
|
|
35
|
+
maxActivePowerMismatch: "Écart maximal de puissance active",
|
|
36
|
+
maxReactivePowerMismatch: "Écart maximal de puissance réactive",
|
|
37
|
+
maxVoltageMismatch: "Écart maximal de tension",
|
|
38
|
+
maxAngleMismatch: "Écart maximal d'angle",
|
|
39
|
+
maxRatioMismatch: "Écart maximal de rapport",
|
|
40
|
+
maxSusceptanceMismatch: "Écart maximal de susceptance",
|
|
41
|
+
phaseShifterControlMode: "Mode de simulation des déphaseurs",
|
|
42
|
+
alwaysUpdateNetwork: "Mettre à jour le réseau après divergence",
|
|
43
|
+
mostMeshedSlackBusSelectorMaxNominalVoltagePercentile: "Percentile maximal de tension nominale",
|
|
44
|
+
reportedFeatures: "Fonctionnalités supplémentaires du rapport",
|
|
45
|
+
slackBusCountryFilter: "Filtre pays pour les nœuds bilan",
|
|
46
|
+
actionableSwitchesIds: "Identifiants des interrupteurs pilotables",
|
|
47
|
+
actionableTransformersIds: "Identifiants des transformateurs pilotables",
|
|
48
|
+
asymmetrical: "Calcul asymétrique",
|
|
49
|
+
minNominalVoltageTargetVoltageCheck: "Tension nominale minimale pour le contrôle des consignes",
|
|
50
|
+
reactivePowerDispatchMode: "Mode de répartition de puissance réactive",
|
|
51
|
+
useActiveLimits: "Utiliser les limites de puissance active",
|
|
52
|
+
disableVoltageControlOfGeneratorsOutsideActivePowerLimits: "Désactiver le contrôle de tension des éléments hors de leurs limites actives",
|
|
53
|
+
lineSearchStateVectorScalingMaxIteration: "Nombre maximal d'itérations de recherche linéaire",
|
|
54
|
+
lineSearchStateVectorScalingStepFold: "Facteur de réduction du pas de recherche linéaire",
|
|
55
|
+
maxVoltageChangeStateVectorScalingMaxDv: "Variation maximale d'amplitude de tension",
|
|
56
|
+
maxVoltageChangeStateVectorScalingMaxDphi: "Variation maximale d'angle de tension",
|
|
57
|
+
linePerUnitMode: "Mode per-unit des branches",
|
|
58
|
+
useLoadModel: "Utiliser le modèle de charge dépendant de la tension",
|
|
59
|
+
dcApproximationType: "Type d'approximation DC",
|
|
60
|
+
simulateAutomationSystems: "Simulation des systèmes d'automates",
|
|
61
|
+
acSolverType: "Type de solveur AC",
|
|
62
|
+
maxNewtonKrylovIterations: "Nombre maximal d'itérations Newton-Krylov",
|
|
63
|
+
newtonKrylovLineSearch: "Recherche linéaire Newton-Krylov",
|
|
64
|
+
referenceBusSelectionMode: "Mode de sélection du nœud bilan",
|
|
65
|
+
writeReferenceTerminals: "Écrire les terminaux de référence",
|
|
66
|
+
voltageTargetPriorities: "Priorités des consignes de tension",
|
|
67
|
+
transformerVoltageControlUseInitialTapPosition: "Préserver la position initiale ou relative de prise",
|
|
68
|
+
generatorVoltageControlMinNominalVoltage: "Tension nominale minimale pour le contrôle de tension des générateurs",
|
|
69
|
+
fictitiousGeneratorVoltageControlCheckMode: "Contrôles de tension des générateurs fictifs",
|
|
70
|
+
areaInterchangeControl: "Equilibre avec les échanges de zone",
|
|
71
|
+
areaInterchangeControlAreaType: "Type de zone pour l'équilibrage avec les échanges",
|
|
72
|
+
areaInterchangePMaxMismatch: "Limite d'écart d'échange entre zones",
|
|
73
|
+
voltageRemoteControlRobustMode: "Mode robuste du réglage distant de tension",
|
|
74
|
+
forceTargetQInReactiveLimits: "Forcer la consigne réactive dans les limites",
|
|
75
|
+
disableInconsistentVoltageControls: "Désactiver les contrôles de tension incohérents",
|
|
76
|
+
extrapolateReactiveLimits: "Extrapoler les limites réactives",
|
|
77
|
+
startWithFrozenACEmulation: "Démarrer avec l'émulation AC figée",
|
|
78
|
+
generatorsWithZeroMwTargetAreNotStarted: "Générateurs à cible nulle désactivés",
|
|
79
|
+
incrementalShuntControlOuterLoopMaxSectionShift: "Décalage maximal de section de shunt",
|
|
80
|
+
fixVoltageTargets: "Correction automatique des consignes de tension",
|
|
81
|
+
acDcNetwork: "Calcul de charge AC/DC simultané",
|
|
82
|
+
allowNonLinearShuntZeroSection: "Autoriser une section nulle implicite pour les shunts non linéaires",
|
|
83
|
+
// Dyna Flow
|
|
84
|
+
svcRegulationOn: "Régulation de tension par les CSPR",
|
|
85
|
+
dsoVoltageLevel: "Niveau de tension minimal des charges",
|
|
86
|
+
tfoVoltageLevel: "Seuil de tension des transformateurs de groupe",
|
|
87
|
+
startTime: "Moment de début de simulation",
|
|
88
|
+
stopTime: "Moment de fin de simulation",
|
|
89
|
+
precision: "Précision numérique",
|
|
90
|
+
timeStep: "Pas de temps maximal du solveur (s)",
|
|
91
|
+
mergeLoads: "Fusionner les charges d'un même nœud"
|
|
92
|
+
};
|
|
93
|
+
export {
|
|
94
|
+
specificParametersFr
|
|
95
|
+
};
|