@gridsuite/commons-ui 0.264.0 → 0.266.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/dnd-table/dnd-table-add-rows-dialog.js +1 -1
- package/dist/components/composite/dnd-table/dnd-table-row.js +1 -1
- package/dist/components/composite/dnd-table/dnd-table.js +1 -1
- package/dist/components/composite/filter/FilterForm.js +1 -1
- package/dist/components/composite/filter/HeaderFilterForm.js +1 -1
- package/dist/components/composite/filter/expert/ExpertFilterForm.js +1 -1
- package/dist/components/composite/filter/explicitNaming/ExplicitNamingFilterForm.js +1 -1
- package/dist/components/composite/report/report-viewer/log-table/log-table.js +1 -1
- package/dist/components/ui/csvPicker/csv-picker-confirmation-dialog.js +1 -1
- package/dist/components/ui/dialogs/elementSaveDialog/ElementSaveDialog.js +1 -1
- package/dist/components/ui/dialogs/name-element-editor/name-element-editor-utils.js +1 -1
- package/dist/components/ui/icons/DatasetLinkedIcon.d.ts +2 -0
- package/dist/components/ui/icons/DatasetLinkedIcon.js +9 -0
- package/dist/components/ui/icons/EditNoteIcon.js +1 -1
- package/dist/features/global-filter/ui/global-filter-dropdown-panel.js +1 -1
- package/dist/features/global-filter/ui/global-filter-panel.js +1 -1
- package/dist/features/global-filter/ui/selected-global-filters.js +1 -1
- package/dist/features/index.js +6 -4
- package/dist/features/network-modification-table/columns-definition.d.ts +4 -0
- package/dist/features/network-modification-table/columns-definition.js +4 -0
- package/dist/features/network-modification-table/index.js +5 -3
- package/dist/features/network-modification-table/network-modification-table-styles.js +2 -2
- package/dist/features/network-modification-table/network-modifications-table.d.ts +1 -1
- package/dist/features/network-modification-table/network-modifications-table.js +15 -12
- package/dist/features/network-modification-table/renderers/cell-renderers.d.ts +1 -0
- package/dist/features/network-modification-table/renderers/cell-renderers.js +10 -0
- package/dist/features/network-modification-table/renderers/index.js +2 -1
- package/dist/features/network-modification-table/renderers/name-cell.js +3 -3
- package/dist/features/network-modification-table/renderers/reference-link-cell.d.ts +7 -0
- package/dist/features/network-modification-table/renderers/reference-link-cell.js +128 -0
- package/dist/features/network-modification-table/renderers/root-network-chip-cell.js +3 -1
- package/dist/features/network-modification-table/row/modification-row.js +76 -68
- package/dist/features/network-modification-table/use-modifications-drag-and-drop.js +40 -22
- package/dist/features/network-modification-table/use-modifications-selection.js +14 -14
- package/dist/features/network-modification-table/utils.d.ts +20 -12
- package/dist/features/network-modification-table/utils.js +102 -48
- package/dist/features/network-modifications/battery/creation/BatteryCreationForm.js +1 -1
- package/dist/features/network-modifications/battery/creation/batteryCreation.utils.js +1 -1
- package/dist/features/network-modifications/battery/modification/BatteryDialogHeader.js +1 -1
- package/dist/features/network-modifications/battery/modification/BatteryDialogTabsContent.js +1 -1
- package/dist/features/network-modifications/battery/modification/batteryModification.utils.js +1 -1
- package/dist/features/network-modifications/by-filter/assignment/assignment/assignment-form.js +1 -1
- package/dist/features/network-modifications/by-filter/assignment/modification-by-assignment-form.js +1 -1
- package/dist/features/network-modifications/by-filter/deletion/ByFilterDeletionForm.js +1 -1
- package/dist/features/network-modifications/by-filter/formula/formula/formula-form.js +1 -1
- package/dist/features/network-modifications/by-filter/formula/formula/reference-autocomplete-input.js +1 -1
- package/dist/features/network-modifications/by-filter/formula/modification-by-formula-form.js +1 -1
- package/dist/features/network-modifications/common/activePowerControl/ActivePowerControlForm.js +1 -1
- package/dist/features/network-modifications/common/connectivity/ConnectivityForm.js +1 -1
- package/dist/features/network-modifications/common/connectivity/PositionForm.js +1 -1
- package/dist/features/network-modifications/common/connectivity/VoltageLevelConnectivityForm.js +1 -1
- package/dist/features/network-modifications/common/currentLimits/LimitsPane.js +1 -1
- package/dist/features/network-modifications/common/currentLimits/SelectedOperationalLimitGroup.js +1 -1
- package/dist/features/network-modifications/common/currentLimits/limitsEditor/LimitsEditor.js +1 -1
- package/dist/features/network-modifications/common/currentLimits/limitsEditor/LimitsPropertiesSideStack.js +1 -1
- package/dist/features/network-modifications/common/currentLimits/limitsEditor/TemporaryLimitsTable.js +1 -1
- package/dist/features/network-modifications/common/currentLimits/limitsPane.utils.js +1 -1
- package/dist/features/network-modifications/common/measurements/BusbarSectionVoltageMeasurementsForm.js +1 -1
- package/dist/features/network-modifications/common/measurements/PowerWithValidityForm.js +1 -1
- package/dist/features/network-modifications/common/properties/PropertiesForm.js +1 -1
- package/dist/features/network-modifications/common/properties/PropertyForm.js +1 -1
- package/dist/features/network-modifications/common/reactiveLimits/ReactiveLimitsForm.js +1 -1
- package/dist/features/network-modifications/common/reactiveLimits/reactiveCapabilityCurve/ReactiveCapabilityCurveRowForm.js +1 -1
- package/dist/features/network-modifications/common/reactiveLimits/reactiveCapabilityCurve/ReactiveCapabilityCurveTableForm.js +1 -1
- package/dist/features/network-modifications/common/regulatingTerminal/RegulatingTerminalForm.js +1 -1
- package/dist/features/network-modifications/common/setpoints/SetPointsForm.js +1 -1
- package/dist/features/network-modifications/common/shortCircuit/ShortCircuitForm.js +1 -1
- package/dist/features/network-modifications/common/voltageRegulation/VoltageRegulationForm.js +1 -1
- package/dist/features/network-modifications/equipmentDeletion/EquipmentDeletionForm.js +1 -1
- package/dist/features/network-modifications/equipmentDeletion/equipmentDeletion.utils.js +1 -1
- package/dist/features/network-modifications/equipmentDeletion/hvdcLccDeletion/ShuntCompensatorSelectionForm.js +1 -1
- package/dist/features/network-modifications/generator/creation/GeneratorCreationForm.js +1 -1
- package/dist/features/network-modifications/generator/creation/generatorCreation.utils.js +1 -1
- package/dist/features/network-modifications/generator/modification/GeneratorDialogHeader.js +1 -1
- package/dist/features/network-modifications/generator/modification/GeneratorDialogTabsContent.js +1 -1
- package/dist/features/network-modifications/generator/modification/generatorModification.utils.js +1 -1
- package/dist/features/network-modifications/index.js +1 -1
- package/dist/features/network-modifications/line/characteristics/LineCharacteristicsPane.js +1 -1
- package/dist/features/network-modifications/line/common/LineDialogHeader.js +1 -1
- package/dist/features/network-modifications/line/common/LineDialogTabsContent.js +1 -1
- package/dist/features/network-modifications/line/creation/lineCreation.utils.js +1 -1
- package/dist/features/network-modifications/line/modification/lineModification.utils.js +1 -1
- package/dist/features/network-modifications/load/common/LoadDialogHeader.js +1 -1
- package/dist/features/network-modifications/load/creation/loadCreation.utils.js +1 -1
- package/dist/features/network-modifications/load/modification/loadModification.utils.js +1 -1
- package/dist/features/network-modifications/shunt-compensator/common/CharacteristicsForm.js +1 -1
- package/dist/features/network-modifications/shunt-compensator/creation/ShuntCompensatorCreationForm.js +1 -1
- package/dist/features/network-modifications/shunt-compensator/creation/shuntCompensatorCreation.utils.js +1 -1
- package/dist/features/network-modifications/shunt-compensator/modification/ShuntCompensatorModificationForm.js +1 -1
- package/dist/features/network-modifications/shunt-compensator/modification/shuntCompensatorModification.utils.js +1 -1
- package/dist/features/network-modifications/substation/creation/SubstationCreationForm.js +1 -1
- package/dist/features/network-modifications/substation/modification/SubstationModificationForm.js +1 -1
- package/dist/features/network-modifications/voltageLevel/creation/VoltageLevelCreationForm.js +1 -1
- package/dist/features/network-modifications/voltageLevel/creation/index.js +1 -1
- package/dist/features/network-modifications/voltageLevel/creation/tabs/characteristicsTab/CharacteristicsTab.js +1 -1
- package/dist/features/network-modifications/voltageLevel/creation/tabs/structureTab/StructureTab.js +1 -1
- package/dist/features/network-modifications/voltageLevel/creation/tabs/structureTab/couplingOmnibus/CouplingOmnibusForm.js +1 -1
- package/dist/features/network-modifications/voltageLevel/creation/tabs/structureTab/switchesBetweenSections/SwitchesBetweenSections.js +1 -1
- package/dist/features/network-modifications/voltageLevel/creation/tabs/substationTab/SubstationCreationSection.js +1 -1
- package/dist/features/network-modifications/voltageLevel/creation/tabs/substationTab/SubstationTab.js +1 -1
- package/dist/features/network-modifications/voltageLevel/creation/voltageLevelCreation.utils.js +1 -1
- package/dist/features/network-modifications/voltageLevel/index.js +1 -1
- package/dist/features/network-modifications/voltageLevel/modification/VoltageLevelModificationForm.js +1 -1
- package/dist/features/parameters/common/contingency-table/columns-definitions.js +1 -1
- package/dist/features/parameters/common/limitreductions/limit-reduction-table-cell.js +1 -1
- package/dist/features/parameters/common/limitreductions/limit-reductions-table-form.js +1 -1
- package/dist/features/parameters/common/parameter-field.js +1 -1
- package/dist/features/parameters/common/parameter-layout/parameter-layout.js +1 -1
- package/dist/features/parameters/common/parameter-table-field/parameter-table-field.js +1 -1
- package/dist/features/parameters/common/parameters-creation-dialog.js +1 -1
- package/dist/features/parameters/common/provider-param.js +1 -1
- package/dist/features/parameters/common/voltage-level-table/custom-voltage-level-table-cell.js +1 -1
- package/dist/features/parameters/common/widget/parameter-float.js +1 -1
- package/dist/features/parameters/common/widget/parameter-line-directory-items-input.js +1 -1
- package/dist/features/parameters/common/widget/parameter-line-slider.js +1 -1
- package/dist/features/parameters/dynamic-margin-calculation/dynamic-margin-calculation-form.js +1 -1
- package/dist/features/parameters/dynamic-margin-calculation/dynamic-margin-calculation-inline.js +1 -1
- package/dist/features/parameters/dynamic-margin-calculation/loads-variations-parameters.js +1 -1
- package/dist/features/parameters/dynamic-margin-calculation/use-dynamic-margin-calculation-parameters-form.js +1 -1
- package/dist/features/parameters/dynamic-security-analysis/contingency-parameters.js +1 -1
- package/dist/features/parameters/dynamic-security-analysis/dynamic-security-analysis-inline.js +1 -1
- package/dist/features/parameters/dynamic-security-analysis/dynamic-security-analysis-parameters-form.js +1 -1
- package/dist/features/parameters/dynamic-security-analysis/use-dynamic-security-analysis-parameters-form.js +1 -1
- package/dist/features/parameters/dynamic-simulation/dynamic-simulation-inline.js +1 -1
- package/dist/features/parameters/dynamic-simulation/dynamic-simulation-parameters-form.js +1 -1
- package/dist/features/parameters/dynamic-simulation/mapping/mapping-parameters-utils.js +1 -1
- package/dist/features/parameters/dynamic-simulation/mapping/mapping-parameters.js +1 -1
- package/dist/features/parameters/dynamic-simulation/use-dynamic-simulation-parameters-form.js +1 -1
- package/dist/features/parameters/loadflow/load-flow-advanced-parameters.js +1 -1
- package/dist/features/parameters/loadflow/load-flow-general-parameters.js +1 -1
- package/dist/features/parameters/loadflow/load-flow-parameters-content.js +1 -1
- package/dist/features/parameters/loadflow/load-flow-parameters-dialog.js +1 -1
- package/dist/features/parameters/loadflow/load-flow-parameters-header.js +1 -1
- package/dist/features/parameters/loadflow/load-flow-parameters-inline.js +1 -1
- package/dist/features/parameters/loadflow/load-flow-parameters-utils.js +1 -1
- package/dist/features/parameters/loadflow/load-flow-provider-specific-parameters.js +1 -1
- package/dist/features/parameters/loadflow/use-load-flow-parameters-form.js +1 -1
- package/dist/features/parameters/network-visualizations/map-parameters.js +1 -1
- package/dist/features/parameters/network-visualizations/network-area-diagram-parameters.js +1 -1
- package/dist/features/parameters/network-visualizations/network-visualizations-form.js +1 -1
- package/dist/features/parameters/network-visualizations/network-visualizations-parameters-dialog.js +1 -1
- package/dist/features/parameters/network-visualizations/network-visualizations-parameters-inline.js +1 -1
- package/dist/features/parameters/network-visualizations/single-line-diagram-parameters.js +1 -1
- package/dist/features/parameters/network-visualizations/use-network-visualizations-parameters-form.js +1 -1
- package/dist/features/parameters/pcc-min/pcc-min-form-utils.js +1 -1
- package/dist/features/parameters/pcc-min/pcc-min-parameters-dialog.js +1 -1
- package/dist/features/parameters/pcc-min/pcc-min-parameters-inline.js +1 -1
- package/dist/features/parameters/pcc-min/use-pcc-min-parameters-form.js +1 -1
- package/dist/features/parameters/security-analysis/columns-definitions.js +1 -1
- package/dist/features/parameters/security-analysis/security-analysis-parameters-content.js +1 -1
- package/dist/features/parameters/security-analysis/security-analysis-parameters-dialog.js +1 -1
- package/dist/features/parameters/security-analysis/security-analysis-parameters-form.js +1 -1
- package/dist/features/parameters/security-analysis/security-analysis-parameters-inline.js +1 -1
- package/dist/features/parameters/security-analysis/security-analysis-parameters-utils.js +1 -1
- package/dist/features/parameters/security-analysis/security-analysis-violations-hiding.js +1 -1
- package/dist/features/parameters/security-analysis/use-security-analysis-parameters-form.js +1 -1
- package/dist/features/parameters/sensi/columns-definitions.js +1 -1
- package/dist/features/parameters/sensi/sensitivity-analysis-parameters-dialog.js +1 -1
- package/dist/features/parameters/sensi/sensitivity-analysis-parameters-form.js +1 -1
- package/dist/features/parameters/sensi/sensitivity-analysis-parameters-inline.js +1 -1
- package/dist/features/parameters/sensi/sensitivity-parameters-fields.js +1 -1
- package/dist/features/parameters/sensi/sensitivity-parameters-selector.js +1 -1
- package/dist/features/parameters/sensi/use-sensitivity-analysis-parameters.js +1 -1
- package/dist/features/parameters/sensi/utils.js +1 -1
- package/dist/features/parameters/short-circuit/short-circuit-general-tab-panel.js +1 -1
- package/dist/features/parameters/short-circuit/short-circuit-icc-cluster-table-cell.js +1 -1
- package/dist/features/parameters/short-circuit/short-circuit-icc-material-table-cell.js +1 -1
- package/dist/features/parameters/short-circuit/short-circuit-parameters-content.js +1 -1
- package/dist/features/parameters/short-circuit/short-circuit-parameters-dialog.js +1 -1
- package/dist/features/parameters/short-circuit/short-circuit-parameters-inline.js +1 -1
- package/dist/features/parameters/short-circuit/short-circuit-parameters-utils.js +1 -1
- package/dist/features/parameters/short-circuit/short-circuit-power-electronics-tab-panel.js +1 -1
- package/dist/features/parameters/short-circuit/short-circuit-study-area-tab-panel.js +1 -1
- package/dist/features/parameters/short-circuit/use-short-circuit-parameters-form.js +1 -1
- package/dist/features/parameters/voltage-init/equipment-selection-parameters.js +1 -1
- package/dist/features/parameters/voltage-init/general-parameters.js +1 -1
- package/dist/features/parameters/voltage-init/use-voltage-init-parameters-form.js +1 -1
- package/dist/features/parameters/voltage-init/voltage-init-form-utils.js +1 -1
- package/dist/features/parameters/voltage-init/voltage-init-parameters-dialog.js +1 -1
- package/dist/features/parameters/voltage-init/voltage-init-parameters-form.js +1 -1
- package/dist/features/parameters/voltage-init/voltage-init-parameters-inline.js +1 -1
- package/dist/features/parameters/voltage-init/voltage-limits-parameters.js +1 -1
- package/dist/features/process-configs/common/process-config-modifications-edition.js +1 -1
- package/dist/features/process-configs/lf-process-config-edition-dialog.js +1 -1
- package/dist/features/process-configs/loadflow/lf-process-config-edition.js +1 -1
- package/dist/features/process-configs/loadflow/lf-process-config-edition.utils.js +1 -1
- package/dist/features/process-configs/process-config.utils.js +1 -1
- package/dist/features/process-configs/sa-process-config-edition-dialog.js +1 -1
- package/dist/features/process-configs/security-analysis/sa-process-config-edition.js +1 -1
- package/dist/features/process-configs/security-analysis/sa-process-config-edition.utils.js +1 -1
- package/dist/features/results/securityanalysis/security-analysis-result-nmk.js +1 -1
- package/dist/features/results/securityanalysis/security-analysis-table.js +1 -1
- package/dist/index.js +6 -5
- package/dist/services/index.js +1 -2
- package/dist/services/networkModification.d.ts +0 -1
- package/dist/services/networkModification.js +5 -10
- package/dist/translations/en/networkModificationsEn.d.ts +3 -0
- package/dist/translations/en/networkModificationsEn.js +4 -1
- package/dist/translations/fr/networkModificationsFr.d.ts +3 -0
- package/dist/translations/fr/networkModificationsFr.js +4 -1
- package/dist/utils/types/network-modification-metadata.d.ts +13 -1
- package/package.json +1 -1
|
@@ -22,7 +22,7 @@ import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
|
|
|
22
22
|
import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
|
|
23
23
|
import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
|
|
24
24
|
import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
25
|
-
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
25
|
+
import "@material-symbols/svg-400/outlined/add_notes-fill.svg?react";
|
|
26
26
|
import "../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
27
27
|
import "../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
28
28
|
import "../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
@@ -28,7 +28,7 @@ import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
|
|
|
28
28
|
import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
|
|
29
29
|
import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
|
|
30
30
|
import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
31
|
-
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
31
|
+
import "@material-symbols/svg-400/outlined/add_notes-fill.svg?react";
|
|
32
32
|
import "../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
33
33
|
import "../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
34
34
|
import "../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
@@ -23,7 +23,7 @@ import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
|
|
|
23
23
|
import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
|
|
24
24
|
import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
|
|
25
25
|
import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
26
|
-
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
26
|
+
import "@material-symbols/svg-400/outlined/add_notes-fill.svg?react";
|
|
27
27
|
import "../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
28
28
|
import "../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
29
29
|
import "../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
@@ -26,7 +26,7 @@ import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
|
|
|
26
26
|
import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
|
|
27
27
|
import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
|
|
28
28
|
import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
29
|
-
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
29
|
+
import "@material-symbols/svg-400/outlined/add_notes-fill.svg?react";
|
|
30
30
|
import "../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
31
31
|
import "../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
32
32
|
import { useVoltageInitParametersForm } from "./use-voltage-init-parameters-form.js";
|
|
@@ -21,7 +21,7 @@ import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
|
|
|
21
21
|
import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
|
|
22
22
|
import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
|
|
23
23
|
import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
24
|
-
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
24
|
+
import "@material-symbols/svg-400/outlined/add_notes-fill.svg?react";
|
|
25
25
|
import "../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
26
26
|
import "../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
27
27
|
import "../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
@@ -28,7 +28,7 @@ import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
|
|
|
28
28
|
import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
|
|
29
29
|
import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
|
|
30
30
|
import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
31
|
-
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
31
|
+
import "@material-symbols/svg-400/outlined/add_notes-fill.svg?react";
|
|
32
32
|
import "../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
33
33
|
import "../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
34
34
|
import "../../../components/ui/snackbarProvider/SnackbarProvider.js";
|
|
@@ -27,7 +27,7 @@ import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
|
|
|
27
27
|
import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
|
|
28
28
|
import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
|
|
29
29
|
import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
30
|
-
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
30
|
+
import "@material-symbols/svg-400/outlined/add_notes-fill.svg?react";
|
|
31
31
|
import "../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
32
32
|
import "../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
33
33
|
import "../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
@@ -20,7 +20,7 @@ import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
|
|
|
20
20
|
import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
|
|
21
21
|
import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
|
|
22
22
|
import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
23
|
-
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
23
|
+
import "@material-symbols/svg-400/outlined/add_notes-fill.svg?react";
|
|
24
24
|
import "../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
25
25
|
import { DESCRIPTION, ACTIVE } from "../../../components/ui/reactHookForm/constants.js";
|
|
26
26
|
import "../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
@@ -23,7 +23,7 @@ import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
|
|
|
23
23
|
import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
|
|
24
24
|
import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
|
|
25
25
|
import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
26
|
-
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
26
|
+
import "@material-symbols/svg-400/outlined/add_notes-fill.svg?react";
|
|
27
27
|
import "../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
28
28
|
import "../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
29
29
|
import "../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
@@ -23,7 +23,7 @@ import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
|
|
|
23
23
|
import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
|
|
24
24
|
import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
|
|
25
25
|
import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
26
|
-
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
26
|
+
import "@material-symbols/svg-400/outlined/add_notes-fill.svg?react";
|
|
27
27
|
import "../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
28
28
|
import "../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
29
29
|
import "../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
@@ -24,7 +24,7 @@ import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
|
|
|
24
24
|
import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
|
|
25
25
|
import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
|
|
26
26
|
import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
27
|
-
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
27
|
+
import "@material-symbols/svg-400/outlined/add_notes-fill.svg?react";
|
|
28
28
|
import "../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
29
29
|
import "../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
30
30
|
import "../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
@@ -21,7 +21,7 @@ import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
|
|
|
21
21
|
import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
|
|
22
22
|
import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
|
|
23
23
|
import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
24
|
-
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
24
|
+
import "@material-symbols/svg-400/outlined/add_notes-fill.svg?react";
|
|
25
25
|
import "../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
26
26
|
import "../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
27
27
|
import "../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
@@ -23,7 +23,7 @@ import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
|
|
|
23
23
|
import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
|
|
24
24
|
import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
|
|
25
25
|
import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
26
|
-
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
26
|
+
import "@material-symbols/svg-400/outlined/add_notes-fill.svg?react";
|
|
27
27
|
import "../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
28
28
|
import "../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
29
29
|
import "../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
@@ -23,7 +23,7 @@ import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
|
|
|
23
23
|
import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
|
|
24
24
|
import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
|
|
25
25
|
import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
26
|
-
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
26
|
+
import "@material-symbols/svg-400/outlined/add_notes-fill.svg?react";
|
|
27
27
|
import "../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
28
28
|
import "../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
29
29
|
import "../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
@@ -24,7 +24,7 @@ import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
|
|
|
24
24
|
import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
|
|
25
25
|
import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
|
|
26
26
|
import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
27
|
-
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
27
|
+
import "@material-symbols/svg-400/outlined/add_notes-fill.svg?react";
|
|
28
28
|
import "../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
29
29
|
import "../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
30
30
|
import "../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
@@ -22,7 +22,7 @@ import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
|
|
|
22
22
|
import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
|
|
23
23
|
import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
|
|
24
24
|
import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
25
|
-
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
25
|
+
import "@material-symbols/svg-400/outlined/add_notes-fill.svg?react";
|
|
26
26
|
import "../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
27
27
|
import "../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
28
28
|
import "../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
@@ -19,7 +19,7 @@ import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
|
|
|
19
19
|
import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
|
|
20
20
|
import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
|
|
21
21
|
import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
22
|
-
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
22
|
+
import "@material-symbols/svg-400/outlined/add_notes-fill.svg?react";
|
|
23
23
|
import "../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
24
24
|
import "../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
25
25
|
import "../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
package/dist/index.js
CHANGED
|
@@ -344,7 +344,7 @@ import { fetchCurrentAnnouncement, fetchUserDetails } from "./services/userAdmin
|
|
|
344
344
|
import { DEFAULT_TIMEOUT_MS, IGNORE_SIGNAL, backendFetch, backendFetchFile, backendFetchJson, backendFetchText, getRequestParamFromList, handleNotOkResponse, parseError, safeEncodeURIComponent } from "./services/utils.js";
|
|
345
345
|
import { getVoltageInitParameters, getVoltageInitUrl } from "./services/voltage-init.js";
|
|
346
346
|
import { fetchShortCircuitParameters, getShortCircuitSpecificParametersDescription, updateShortCircuitParameters } from "./services/short-circuit-analysis.js";
|
|
347
|
-
import { ModificationContainerType, fetchBusBarSectionsForNewCoupler, fetchNetworkModification,
|
|
347
|
+
import { ModificationContainerType, fetchBusBarSectionsForNewCoupler, fetchNetworkModification, getNetworkModificationsFromComposite, getStudyUrlWithNodeUuid, moveModification, setModificationMetadata, updateModification, updateModificationStatusByRootNetwork, updateNetworkModificationsMetadata } from "./services/networkModification.js";
|
|
348
348
|
import { fetchDynamicSimulationModels } from "./services/dynamic-mapping.js";
|
|
349
349
|
import { fetchDynamicSimulationParameters, fetchDynamicSimulationProviders, updateDynamicSimulationParameters } from "./services/dynamic-simulation.js";
|
|
350
350
|
import { fetchContingencyAndFiltersLists, fetchDynamicSecurityAnalysisProviders } from "./services/dynamic-security-analysis.js";
|
|
@@ -413,7 +413,7 @@ import { COLUMNS_WITHOUT_BORDER, DEPTH_CELL_WIDTH, DROP_FORBIDDEN_INDICATOR_BOTT
|
|
|
413
413
|
import { AUTO_EXTENSIBLE_COLUMNS, BASE_MODIFICATION_TABLE_COLUMNS, computeTagMinSize } from "./features/network-modification-table/columns-definition.js";
|
|
414
414
|
import { NetworkModificationsTable } from "./features/network-modification-table/network-modifications-table.js";
|
|
415
415
|
import { useModificationsDragAndDrop } from "./features/network-modification-table/use-modifications-drag-and-drop.js";
|
|
416
|
-
import { DescriptionCellRenderer, DragHandleRenderer, NameCellRenderer, NameHeaderRenderer, RootNetworkCellRenderer, RootNetworkHeaderRenderer, SelectCellRenderer, SelectHeaderRenderer, SwitchCellRenderer } from "./features/network-modification-table/renderers/cell-renderers.js";
|
|
416
|
+
import { DescriptionCellRenderer, DragHandleRenderer, NameCellRenderer, NameHeaderRenderer, ReferenceCellRenderer, RootNetworkCellRenderer, RootNetworkHeaderRenderer, SelectCellRenderer, SelectHeaderRenderer, SwitchCellRenderer } from "./features/network-modification-table/renderers/cell-renderers.js";
|
|
417
417
|
import { DepthBox } from "./features/network-modification-table/renderers/depth-box.js";
|
|
418
418
|
import { DescriptionCell } from "./features/network-modification-table/renderers/description-cell.js";
|
|
419
419
|
import { DragHandleCell } from "./features/network-modification-table/renderers/drag-handle-cell.js";
|
|
@@ -425,7 +425,7 @@ import { SelectHeaderCell } from "./features/network-modification-table/renderer
|
|
|
425
425
|
import { SwitchCell } from "./features/network-modification-table/renderers/switch-cell.js";
|
|
426
426
|
import { DragCloneRow } from "./features/network-modification-table/row/drag-row-clone.js";
|
|
427
427
|
import { ModificationRow } from "./features/network-modification-table/row/modification-row.js";
|
|
428
|
-
import { MAX_COMPOSITE_NESTING_DEPTH, fetchSubModificationsForExpandedRows, findAllLoadedCompositeModifications, findDepth, findModificationInTree, formatToComposedModification, isCompositeModification,
|
|
428
|
+
import { MAX_COMPOSITE_NESTING_DEPTH, fetchSubModificationsForExpandedRows, findAllLoadedCompositeModifications, findDepth, findModificationInTree, formatToComposedModification, isCompositeModification, isReferenceModification, isTargetChildOfReference, mergeSubModificationsIntoTree, moveSubModificationInTree, removeUuidsFromTree, updateModificationFieldInTree, updateSubModificationsOfACompositeInTree } from "./features/network-modification-table/utils.js";
|
|
429
429
|
import { AnnouncementBanner } from "./features/announcement/AnnouncementBanner.js";
|
|
430
430
|
import { AnnouncementNotification } from "./features/announcement/AnnouncementNotification.js";
|
|
431
431
|
import { useGlobalAnnouncement } from "./features/announcement/useGlobalAnnouncement.js";
|
|
@@ -1035,6 +1035,7 @@ export {
|
|
|
1035
1035
|
ReactiveLimitsForm,
|
|
1036
1036
|
ReactivePowerAdornment,
|
|
1037
1037
|
ReadOnlyInput,
|
|
1038
|
+
ReferenceCellRenderer,
|
|
1038
1039
|
ReferenceType,
|
|
1039
1040
|
RegulatingTerminalForm,
|
|
1040
1041
|
RemoveButton,
|
|
@@ -1386,7 +1387,6 @@ export {
|
|
|
1386
1387
|
getAllLimitsFormDataProperties,
|
|
1387
1388
|
getAppName,
|
|
1388
1389
|
getAvailableComponentLibraries,
|
|
1389
|
-
getBaseNetworkModificationUrl,
|
|
1390
1390
|
getBranchActiveReactivePowerEditData,
|
|
1391
1391
|
getBranchActiveReactivePowerEditDataProperties,
|
|
1392
1392
|
getBranchActiveReactivePowerEmptyFormData,
|
|
@@ -1553,8 +1553,9 @@ export {
|
|
|
1553
1553
|
isNonEmptyStringOrArray,
|
|
1554
1554
|
isObjectEmpty,
|
|
1555
1555
|
isProcessType,
|
|
1556
|
-
|
|
1556
|
+
isReferenceModification,
|
|
1557
1557
|
isStudyMetadata,
|
|
1558
|
+
isTargetChildOfReference,
|
|
1558
1559
|
isValidComputingType,
|
|
1559
1560
|
isValidContingencyRow,
|
|
1560
1561
|
italicFontTextField,
|
package/dist/services/index.js
CHANGED
|
@@ -12,7 +12,7 @@ import { fetchCurrentAnnouncement, fetchUserDetails } from "./userAdmin.js";
|
|
|
12
12
|
import { DEFAULT_TIMEOUT_MS, IGNORE_SIGNAL, backendFetch, backendFetchFile, backendFetchJson, backendFetchText, getRequestParamFromList, handleNotOkResponse, parseError, safeEncodeURIComponent } from "./utils.js";
|
|
13
13
|
import { getVoltageInitParameters, getVoltageInitUrl } from "./voltage-init.js";
|
|
14
14
|
import { fetchShortCircuitParameters, getShortCircuitSpecificParametersDescription, updateShortCircuitParameters } from "./short-circuit-analysis.js";
|
|
15
|
-
import { ModificationContainerType, fetchBusBarSectionsForNewCoupler, fetchNetworkModification,
|
|
15
|
+
import { ModificationContainerType, fetchBusBarSectionsForNewCoupler, fetchNetworkModification, getNetworkModificationsFromComposite, getStudyUrlWithNodeUuid, moveModification, setModificationMetadata, updateModification, updateModificationStatusByRootNetwork, updateNetworkModificationsMetadata } from "./networkModification.js";
|
|
16
16
|
import { fetchDynamicSimulationModels } from "./dynamic-mapping.js";
|
|
17
17
|
import { fetchDynamicSimulationParameters, fetchDynamicSimulationProviders, updateDynamicSimulationParameters } from "./dynamic-simulation.js";
|
|
18
18
|
import { fetchContingencyAndFiltersLists, fetchDynamicSecurityAnalysisProviders } from "./dynamic-security-analysis.js";
|
|
@@ -67,7 +67,6 @@ export {
|
|
|
67
67
|
fetchUserDetails,
|
|
68
68
|
getAppName,
|
|
69
69
|
getAvailableComponentLibraries,
|
|
70
|
-
getBaseNetworkModificationUrl,
|
|
71
70
|
getLoadFlowDefaultLimitReductions,
|
|
72
71
|
getLoadFlowProviders,
|
|
73
72
|
getLoadFlowSpecificParametersDescription,
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { UUID } from 'node:crypto';
|
|
2
2
|
import { ComposedModificationMetadata, NetworkModificationMetadata } from '../utils';
|
|
3
|
-
export declare const getBaseNetworkModificationUrl: () => string;
|
|
4
3
|
export declare const getStudyUrlWithNodeUuid: (studyUuid: string | null | undefined, nodeUuid: string | undefined) => string;
|
|
5
4
|
export declare enum ModificationContainerType {
|
|
6
5
|
GROUP = "GROUP",
|
|
@@ -1,17 +1,13 @@
|
|
|
1
1
|
import { backendFetchJson, backendFetch, safeEncodeURIComponent, backendFetchText } from "./utils.js";
|
|
2
2
|
import { PREFIX_STUDY_SERVER_QUERIES } from "./study.js";
|
|
3
|
-
const getBaseNetworkModificationUrl = () => `${PREFIX_STUDY_SERVER_QUERIES}/v1/network-modification`;
|
|
4
3
|
const getStudyUrlWithNodeUuid = (studyUuid, nodeUuid) => `${PREFIX_STUDY_SERVER_QUERIES}/v1/studies/${safeEncodeURIComponent(studyUuid)}/nodes/${safeEncodeURIComponent(nodeUuid)}`;
|
|
5
|
-
function getUrl() {
|
|
6
|
-
return `${getBaseNetworkModificationUrl()}/network-modifications`;
|
|
7
|
-
}
|
|
8
4
|
var ModificationContainerType = /* @__PURE__ */ ((ModificationContainerType2) => {
|
|
9
5
|
ModificationContainerType2["GROUP"] = "GROUP";
|
|
10
6
|
ModificationContainerType2["COMPOSITE"] = "COMPOSITE";
|
|
11
7
|
return ModificationContainerType2;
|
|
12
8
|
})(ModificationContainerType || {});
|
|
13
9
|
function fetchNetworkModification(modificationUuid) {
|
|
14
|
-
const modificationFetchUrl = `${
|
|
10
|
+
const modificationFetchUrl = `${PREFIX_STUDY_SERVER_QUERIES}/v1/network-modifications/${safeEncodeURIComponent(modificationUuid)}`;
|
|
15
11
|
console.debug(modificationFetchUrl);
|
|
16
12
|
return backendFetch(modificationFetchUrl);
|
|
17
13
|
}
|
|
@@ -24,12 +20,12 @@ function fetchBusBarSectionsForNewCoupler(voltageLevelId, busBarCount, sectionCo
|
|
|
24
20
|
switchKindList.forEach((kind) => {
|
|
25
21
|
urlSearchParams.append("switchKindList", kind);
|
|
26
22
|
});
|
|
27
|
-
const url = `${
|
|
23
|
+
const url = `${PREFIX_STUDY_SERVER_QUERIES}/v1/network-modifications/busbar-sections-for-new-coupler?${urlSearchParams.toString()}`;
|
|
28
24
|
console.debug(url);
|
|
29
25
|
return backendFetchJson(url);
|
|
30
26
|
}
|
|
31
27
|
function updateModification({ modificationUuid, body }) {
|
|
32
|
-
const url = `${
|
|
28
|
+
const url = `${PREFIX_STUDY_SERVER_QUERIES}/v1/network-modifications/${safeEncodeURIComponent(modificationUuid)}`;
|
|
33
29
|
console.info("Updating modification", { url });
|
|
34
30
|
return backendFetchText(url, {
|
|
35
31
|
method: "PUT",
|
|
@@ -43,7 +39,7 @@ function updateModification({ modificationUuid, body }) {
|
|
|
43
39
|
function updateNetworkModificationsMetadata(modificationUuids, metadata) {
|
|
44
40
|
const urlSearchParams = new URLSearchParams();
|
|
45
41
|
modificationUuids.forEach((uuid) => urlSearchParams.append("uuids", uuid));
|
|
46
|
-
const url = `${
|
|
42
|
+
const url = `${PREFIX_STUDY_SERVER_QUERIES}/v1/network-modifications?${urlSearchParams.toString()}`;
|
|
47
43
|
console.debug(url);
|
|
48
44
|
return backendFetch(url, {
|
|
49
45
|
method: "PUT",
|
|
@@ -58,7 +54,7 @@ function getNetworkModificationsFromComposite(compositeModificationUuids, onlyMe
|
|
|
58
54
|
const urlSearchParams = new URLSearchParams();
|
|
59
55
|
compositeModificationUuids.forEach((uuid) => urlSearchParams.append("uuids", uuid));
|
|
60
56
|
urlSearchParams.append("onlyMetadata", String(onlyMetadata));
|
|
61
|
-
const url = `${
|
|
57
|
+
const url = `${PREFIX_STUDY_SERVER_QUERIES}/v1/network-composite-modifications/network-modifications?${urlSearchParams.toString()}`;
|
|
62
58
|
console.debug(url);
|
|
63
59
|
return backendFetchJson(url);
|
|
64
60
|
}
|
|
@@ -103,7 +99,6 @@ export {
|
|
|
103
99
|
ModificationContainerType,
|
|
104
100
|
fetchBusBarSectionsForNewCoupler,
|
|
105
101
|
fetchNetworkModification,
|
|
106
|
-
getBaseNetworkModificationUrl,
|
|
107
102
|
getNetworkModificationsFromComposite,
|
|
108
103
|
getStudyUrlWithNodeUuid,
|
|
109
104
|
moveModification,
|
|
@@ -291,7 +291,10 @@ const networkModificationsEn = {
|
|
|
291
291
|
SpecificTab: "Specific",
|
|
292
292
|
StructureTab: "Structure",
|
|
293
293
|
AdditionalInformationTab: "Additional information",
|
|
294
|
-
StateEstimationTab: "State estimation"
|
|
294
|
+
StateEstimationTab: "State estimation",
|
|
295
|
+
copyLink: "Copy link",
|
|
296
|
+
linkCopied: "Link copied",
|
|
297
|
+
linkCopyError: "Error while attempting to copy link"
|
|
295
298
|
};
|
|
296
299
|
export {
|
|
297
300
|
networkModificationsEn
|
|
@@ -291,7 +291,10 @@ const networkModificationsFr = {
|
|
|
291
291
|
SpecificTab: "Spécifique",
|
|
292
292
|
StructureTab: "Structure",
|
|
293
293
|
AdditionalInformationTab: "Compléments",
|
|
294
|
-
StateEstimationTab: "Estimation d'état"
|
|
294
|
+
StateEstimationTab: "Estimation d'état",
|
|
295
|
+
copyLink: "Copier le lien",
|
|
296
|
+
linkCopied: "Lien copié",
|
|
297
|
+
linkCopyError: "Erreur lors de la copie du lien"
|
|
295
298
|
};
|
|
296
299
|
export {
|
|
297
300
|
networkModificationsFr
|
|
@@ -10,8 +10,20 @@ export interface NetworkModificationMetadata {
|
|
|
10
10
|
messageType: string;
|
|
11
11
|
messageValues: string;
|
|
12
12
|
}
|
|
13
|
-
export interface
|
|
13
|
+
export interface BasicComposedModificationMetadata extends NetworkModificationMetadata {
|
|
14
14
|
subModifications: ComposedModificationMetadata[];
|
|
15
15
|
maxDepth?: number;
|
|
16
16
|
name?: string;
|
|
17
|
+
childFromShared?: boolean;
|
|
18
|
+
}
|
|
19
|
+
export interface ComposedModificationMetadata extends BasicComposedModificationMetadata {
|
|
20
|
+
rowKey: UUID;
|
|
21
|
+
}
|
|
22
|
+
export interface ReferencedCompositeModifications extends NetworkModificationMetadata {
|
|
23
|
+
modificationsInfos?: NetworkModificationMetadata[];
|
|
24
|
+
}
|
|
25
|
+
export interface ReferenceModificationInfos extends NetworkModificationMetadata {
|
|
26
|
+
referenceId?: UUID;
|
|
27
|
+
referenceType?: string;
|
|
28
|
+
referenceInfos?: BasicComposedModificationMetadata;
|
|
17
29
|
}
|