@gridsuite/commons-ui 0.265.0 → 0.267.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/components/ui/inputs/checkbox-autocomplete/checkbox-autocomplete.js +2 -1
- package/dist/components/ui/reactHookForm/CheckboxNullableInput.js +4 -2
- package/dist/components/ui/reactHookForm/autocompleteInputs/MultipleAutocompleteInput.js +3 -2
- package/dist/components/ui/reactHookForm/booleans/BooleanInput.d.ts +1 -1
- package/dist/components/ui/reactHookForm/booleans/BooleanInput.js +4 -6
- package/dist/components/ui/reactHookForm/tableInputs/table-numerical-input.js +4 -2
- package/dist/components/ui/reactHookForm/tableInputs/table-text-input.d.ts +1 -1
- package/dist/components/ui/reactHookForm/tableInputs/table-text-input.js +2 -3
- package/dist/components/ui/reactHookForm/text/ExpandingTextField.js +15 -13
- package/dist/components/ui/reactHookForm/text/TextInput.js +4 -2
- package/dist/components/ui/reactHookForm/text/UniqueNameInput.js +4 -2
- package/dist/components/ui/reactHookForm/utils/TextFieldWithAdornment.js +2 -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 +13 -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/connectivity/connectivity.type.d.ts +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 +8 -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.d.ts +1 -0
- package/dist/features/network-modifications/voltageLevel/index.js +8 -1
- package/dist/features/network-modifications/voltageLevel/modification/VoltageLevelModificationForm.js +1 -1
- package/dist/features/network-modifications/voltageLevel/topology/CreateVoltageLevelTopologyForm.d.ts +6 -0
- package/dist/features/network-modifications/voltageLevel/topology/CreateVoltageLevelTopologyForm.js +135 -0
- package/dist/features/network-modifications/voltageLevel/topology/index.d.ts +9 -0
- package/dist/features/network-modifications/voltageLevel/topology/index.js +9 -0
- package/dist/features/network-modifications/voltageLevel/topology/voltageLevelTopologyCreation.types.d.ts +8 -0
- package/dist/features/network-modifications/voltageLevel/topology/voltageLevelTopologyCreation.types.js +1 -0
- package/dist/features/network-modifications/voltageLevel/topology/voltageLevelTopologyCreation.utils.d.ts +25 -0
- package/dist/features/network-modifications/voltageLevel/topology/voltageLevelTopologyCreation.utils.js +48 -0
- 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 +12 -3
- package/dist/translations/en/networkModificationsEn.d.ts +10 -0
- package/dist/translations/en/networkModificationsEn.js +12 -1
- package/dist/translations/fr/networkModificationsFr.d.ts +10 -0
- package/dist/translations/fr/networkModificationsFr.js +12 -1
- package/dist/utils/constants/fieldConstants.d.ts +9 -0
- package/dist/utils/constants/fieldConstants.js +9 -0
- package/dist/utils/types/network-modification-metadata.d.ts +13 -1
- package/package.json +1 -1
package/dist/features/network-modifications/voltageLevel/topology/CreateVoltageLevelTopologyForm.js
ADDED
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
2
|
+
import { useState, useMemo } from "react";
|
|
3
|
+
import { TextField, Stack, Grid, Button, Tooltip, Box } from "@mui/material";
|
|
4
|
+
import { useIntl, FormattedMessage } from "react-intl";
|
|
5
|
+
import { InfoOutlined } from "@mui/icons-material";
|
|
6
|
+
import "../../../../components/ui/overflowableText/OverflowableText.js";
|
|
7
|
+
import { FieldConstants } from "../../../../utils/constants/fieldConstants.js";
|
|
8
|
+
import "../../../../utils/conversionUtils.js";
|
|
9
|
+
import "../../../../utils/types/equipmentType.js";
|
|
10
|
+
import "react-hook-form";
|
|
11
|
+
import "localized-countries";
|
|
12
|
+
import "localized-countries/data/fr";
|
|
13
|
+
import "localized-countries/data/en";
|
|
14
|
+
import "notistack";
|
|
15
|
+
import "../../../../components/ui/reactHookForm/provider/CustomFormProvider.js";
|
|
16
|
+
import { useCustomFormContext } from "../../../../components/ui/reactHookForm/provider/useCustomFormContext.js";
|
|
17
|
+
import "yup";
|
|
18
|
+
import "../../../../components/ui/treeViewFinder/TreeViewFinder.js";
|
|
19
|
+
import { IntegerInput } from "../../../../components/ui/reactHookForm/numbers/IntegerInput.js";
|
|
20
|
+
import "../../../../components/ui/reactHookForm/numbers/RangeInput.js";
|
|
21
|
+
import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
|
|
22
|
+
import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
|
|
23
|
+
import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
|
|
24
|
+
import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
25
|
+
import "@material-symbols/svg-400/outlined/add_notes-fill.svg?react";
|
|
26
|
+
import "../../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
27
|
+
import "../../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
28
|
+
import "../../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
29
|
+
import "@hello-pangea/dnd";
|
|
30
|
+
import "../../../../components/ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
31
|
+
import "../../../../components/ui/snackbarProvider/SnackbarProvider.js";
|
|
32
|
+
import "mui-nested-menu";
|
|
33
|
+
import "react-resizable-panels";
|
|
34
|
+
import "react-papaparse";
|
|
35
|
+
import { SwitchesBetweenSections } from "../creation/tabs/structureTab/switchesBetweenSections/SwitchesBetweenSections.js";
|
|
36
|
+
import { filledTextField } from "../../common/form.utils.js";
|
|
37
|
+
import "../../common/properties/propertyUtils.js";
|
|
38
|
+
import "react-dom";
|
|
39
|
+
import "autosuggest-highlight/match";
|
|
40
|
+
import "autosuggest-highlight/parse";
|
|
41
|
+
import "clsx";
|
|
42
|
+
import "../../../../components/composite/filter/FilterCreationDialog.js";
|
|
43
|
+
import "../../../../components/composite/filter/HeaderFilterForm.js";
|
|
44
|
+
import "../../../../components/composite/filter/explicitNaming/ExplicitNamingFilterForm.js";
|
|
45
|
+
import "../../../../components/composite/filter/expert/ExpertFilterForm.js";
|
|
46
|
+
import "../../../../components/composite/filter/expert/ExpertFilterEditionDialog.js";
|
|
47
|
+
import "../../../../components/composite/filter/expert/expertFilterConstants.js";
|
|
48
|
+
import "react-querybuilder";
|
|
49
|
+
import "uuid";
|
|
50
|
+
import "../../../../components/composite/filter/explicitNaming/ExplicitNamingFilterEditionDialog.js";
|
|
51
|
+
import "../../../../components/composite/filter/utils/filterFormUtils.js";
|
|
52
|
+
import "@react-querybuilder/material";
|
|
53
|
+
import "../../../../components/composite/reactQueryBuilder/CustomReactQueryBuilder.js";
|
|
54
|
+
import "../../../../components/composite/reactQueryBuilder/PropertyValueEditor.js";
|
|
55
|
+
import "../../../../components/composite/agGridTable/BottomTableButtons.js";
|
|
56
|
+
import "../../../../components/composite/agGridTable/CustomAgGridTable.js";
|
|
57
|
+
import "ag-grid-community";
|
|
58
|
+
import "../../../../components/composite/customAGGrid/customAggrid.js";
|
|
59
|
+
import "../../../../components/composite/customAGGrid/context/custom-aggrid-context.js";
|
|
60
|
+
import "mathjs";
|
|
61
|
+
import "../../../../components/composite/report/report-viewer/log-table/log-table.js";
|
|
62
|
+
import "react-window";
|
|
63
|
+
import "../../../../components/composite/report/report-treeview/treeview-item.js";
|
|
64
|
+
import "../../../../components/composite/report/report-viewer/context/report-viewer-context.js";
|
|
65
|
+
import "../../common/regulatingTerminal/RegulatingTerminalForm.js";
|
|
66
|
+
import "@mui/material/colors";
|
|
67
|
+
import "@mui/x-charts";
|
|
68
|
+
import "../../common/currentLimits/limitsPane.utils.js";
|
|
69
|
+
import "../creation/voltageLevel.constants.js";
|
|
70
|
+
import "../creation/voltageLevelCreation.utils.js";
|
|
71
|
+
function CreateVoltageLevelTopologyForm({
|
|
72
|
+
voltageLevelId,
|
|
73
|
+
PositionDiagramPane
|
|
74
|
+
}) {
|
|
75
|
+
const [isDiagramPaneOpen, setIsDiagramPaneOpen] = useState(false);
|
|
76
|
+
const intl = useIntl();
|
|
77
|
+
const { isNodeBuilt } = useCustomFormContext();
|
|
78
|
+
const handleCloseDiagramPane = () => {
|
|
79
|
+
setIsDiagramPaneOpen(false);
|
|
80
|
+
};
|
|
81
|
+
const handleClickOpenDiagramPane = () => {
|
|
82
|
+
setIsDiagramPaneOpen(true);
|
|
83
|
+
};
|
|
84
|
+
const voltageLevelIdField = useMemo(
|
|
85
|
+
() => /* @__PURE__ */ jsx(
|
|
86
|
+
TextField,
|
|
87
|
+
{
|
|
88
|
+
size: "small",
|
|
89
|
+
fullWidth: true,
|
|
90
|
+
label: intl.formatMessage({ id: "VoltageLevelId" }),
|
|
91
|
+
value: voltageLevelId ?? "",
|
|
92
|
+
slotProps: {
|
|
93
|
+
input: {
|
|
94
|
+
readOnly: true
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
disabled: true,
|
|
98
|
+
...filledTextField
|
|
99
|
+
}
|
|
100
|
+
),
|
|
101
|
+
[intl, voltageLevelId]
|
|
102
|
+
);
|
|
103
|
+
return /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
104
|
+
/* @__PURE__ */ jsxs(Stack, { children: [
|
|
105
|
+
/* @__PURE__ */ jsx(Grid, { children: /* @__PURE__ */ jsxs(Stack, { spacing: 2, children: [
|
|
106
|
+
/* @__PURE__ */ jsx(Grid, { children: /* @__PURE__ */ jsxs(Grid, { container: true, spacing: 3, alignItems: "center", children: [
|
|
107
|
+
/* @__PURE__ */ jsx(Grid, { size: 4, children: voltageLevelIdField }),
|
|
108
|
+
PositionDiagramPane && isNodeBuilt && /* @__PURE__ */ jsx(Grid, { children: /* @__PURE__ */ jsxs(Grid, { container: true, spacing: 1, children: [
|
|
109
|
+
/* @__PURE__ */ jsx(Grid, { children: /* @__PURE__ */ jsx(Button, { onClick: handleClickOpenDiagramPane, variant: "outlined", children: /* @__PURE__ */ jsx(FormattedMessage, { id: "CreateCouplingDeviceDiagramButton" }) }) }),
|
|
110
|
+
/* @__PURE__ */ jsx(Grid, { children: /* @__PURE__ */ jsx(
|
|
111
|
+
Tooltip,
|
|
112
|
+
{
|
|
113
|
+
title: intl.formatMessage({ id: "builtNodeTooltipForDiagram" }),
|
|
114
|
+
children: /* @__PURE__ */ jsx(InfoOutlined, { color: "info", fontSize: "small" })
|
|
115
|
+
}
|
|
116
|
+
) })
|
|
117
|
+
] }) })
|
|
118
|
+
] }) }),
|
|
119
|
+
/* @__PURE__ */ jsx(Grid, { children: /* @__PURE__ */ jsx(Grid, { container: true, spacing: 3, children: /* @__PURE__ */ jsx(Grid, { size: 4, children: /* @__PURE__ */ jsx(IntegerInput, { name: FieldConstants.SECTION_COUNT, label: "SectionCount" }) }) }) })
|
|
120
|
+
] }) }),
|
|
121
|
+
/* @__PURE__ */ jsx(Grid, { children: /* @__PURE__ */ jsx(SwitchesBetweenSections, {}) })
|
|
122
|
+
] }),
|
|
123
|
+
PositionDiagramPane && /* @__PURE__ */ jsx(Box, { children: /* @__PURE__ */ jsx(
|
|
124
|
+
PositionDiagramPane,
|
|
125
|
+
{
|
|
126
|
+
open: isDiagramPaneOpen,
|
|
127
|
+
onClose: handleCloseDiagramPane,
|
|
128
|
+
voltageLevelId
|
|
129
|
+
}
|
|
130
|
+
) })
|
|
131
|
+
] });
|
|
132
|
+
}
|
|
133
|
+
export {
|
|
134
|
+
CreateVoltageLevelTopologyForm
|
|
135
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
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 * from './voltageLevelTopologyCreation.types';
|
|
8
|
+
export * from './voltageLevelTopologyCreation.utils';
|
|
9
|
+
export * from './CreateVoltageLevelTopologyForm';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { createVoltageLevelTopologyDtoToForm, createVoltageLevelTopologyEmptyFormData, createVoltageLevelTopologyFormSchema, createVoltageLevelTopologyFormToDto } from "./voltageLevelTopologyCreation.utils.js";
|
|
2
|
+
import { CreateVoltageLevelTopologyForm } from "./CreateVoltageLevelTopologyForm.js";
|
|
3
|
+
export {
|
|
4
|
+
CreateVoltageLevelTopologyForm,
|
|
5
|
+
createVoltageLevelTopologyDtoToForm,
|
|
6
|
+
createVoltageLevelTopologyEmptyFormData,
|
|
7
|
+
createVoltageLevelTopologyFormSchema,
|
|
8
|
+
createVoltageLevelTopologyFormToDto
|
|
9
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { IntlShape } from 'react-intl';
|
|
2
|
+
import { DeepNullable } from '../../../../utils';
|
|
3
|
+
import { CreateVoltageLevelTopologyInfos } from './voltageLevelTopologyCreation.types';
|
|
4
|
+
/**
|
|
5
|
+
* Copyright (c) 2026, RTE (http://www.rte-france.com)
|
|
6
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
7
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
8
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
9
|
+
*/
|
|
10
|
+
import * as yup from 'yup';
|
|
11
|
+
export declare const createVoltageLevelTopologyFormSchema: yup.ObjectSchema<{
|
|
12
|
+
sectionCount: number | null;
|
|
13
|
+
switchesBetweenSections: string | null | undefined;
|
|
14
|
+
switchKinds: {
|
|
15
|
+
switchKind: string;
|
|
16
|
+
}[] | null | undefined;
|
|
17
|
+
}, yup.AnyObject, {
|
|
18
|
+
sectionCount: undefined;
|
|
19
|
+
switchesBetweenSections: undefined;
|
|
20
|
+
switchKinds: "";
|
|
21
|
+
}, "">;
|
|
22
|
+
export type CreateVoltageLevelTopologyDialogSchemaForm = yup.InferType<typeof createVoltageLevelTopologyFormSchema>;
|
|
23
|
+
export declare const createVoltageLevelTopologyEmptyFormData: DeepNullable<CreateVoltageLevelTopologyDialogSchemaForm>;
|
|
24
|
+
export declare const createVoltageLevelTopologyDtoToForm: (editData: CreateVoltageLevelTopologyInfos | undefined, intl: IntlShape) => DeepNullable<CreateVoltageLevelTopologyDialogSchemaForm>;
|
|
25
|
+
export declare const createVoltageLevelTopologyFormToDto: (voltageLevelTopology: CreateVoltageLevelTopologyDialogSchemaForm, voltageLevelId: string) => CreateVoltageLevelTopologyInfos;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import * as yup from "yup";
|
|
2
|
+
import { FieldConstants } from "../../../../utils/constants/fieldConstants.js";
|
|
3
|
+
import "../../../../utils/conversionUtils.js";
|
|
4
|
+
import "../../../../utils/types/equipmentType.js";
|
|
5
|
+
import { ModificationType } from "../../../../utils/types/modificationType.js";
|
|
6
|
+
import "react/jsx-runtime";
|
|
7
|
+
import "@mui/icons-material";
|
|
8
|
+
import { MAX_SECTIONS_COUNT } from "../creation/voltageLevel.constants.js";
|
|
9
|
+
const createVoltageLevelTopologyFormSchema = yup.object().shape({
|
|
10
|
+
[FieldConstants.SECTION_COUNT]: yup.number().required().nullable().min(1, "AtLeastOneSectionAdded").max(MAX_SECTIONS_COUNT, "SectionCountMustBeLessThanOrEqualToTwenty"),
|
|
11
|
+
[FieldConstants.SWITCHES_BETWEEN_SECTIONS]: yup.string().nullable().when([FieldConstants.SECTION_COUNT], {
|
|
12
|
+
is: (sectionCount) => sectionCount > 1,
|
|
13
|
+
then: (schema) => schema.required()
|
|
14
|
+
}),
|
|
15
|
+
[FieldConstants.SWITCH_KINDS]: yup.array().of(
|
|
16
|
+
yup.object().shape({
|
|
17
|
+
[FieldConstants.SWITCH_KIND]: yup.string().required()
|
|
18
|
+
})
|
|
19
|
+
).nullable()
|
|
20
|
+
}).required();
|
|
21
|
+
const createVoltageLevelTopologyEmptyFormData = {
|
|
22
|
+
[FieldConstants.SECTION_COUNT]: null,
|
|
23
|
+
[FieldConstants.SWITCHES_BETWEEN_SECTIONS]: "",
|
|
24
|
+
[FieldConstants.SWITCH_KINDS]: []
|
|
25
|
+
};
|
|
26
|
+
const createVoltageLevelTopologyDtoToForm = (editData, intl) => {
|
|
27
|
+
const switchKinds = editData?.switchKinds?.map((switchKind) => ({ [FieldConstants.SWITCH_KIND]: switchKind })) || [];
|
|
28
|
+
const switchesBetweenSections = editData?.switchKinds?.map((switchKind) => intl.formatMessage({ id: switchKind })).join(" / ") || "";
|
|
29
|
+
return {
|
|
30
|
+
[FieldConstants.SECTION_COUNT]: editData?.sectionCount ?? null,
|
|
31
|
+
[FieldConstants.SWITCHES_BETWEEN_SECTIONS]: switchesBetweenSections,
|
|
32
|
+
[FieldConstants.SWITCH_KINDS]: switchKinds
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
const createVoltageLevelTopologyFormToDto = (voltageLevelTopology, voltageLevelId) => ({
|
|
36
|
+
type: ModificationType.CREATE_VOLTAGE_LEVEL_TOPOLOGY,
|
|
37
|
+
voltageLevelId,
|
|
38
|
+
sectionCount: voltageLevelTopology[FieldConstants.SECTION_COUNT],
|
|
39
|
+
switchKinds: voltageLevelTopology[FieldConstants.SWITCH_KINDS]?.map(
|
|
40
|
+
(switchKindData) => switchKindData[FieldConstants.SWITCH_KIND]
|
|
41
|
+
)
|
|
42
|
+
});
|
|
43
|
+
export {
|
|
44
|
+
createVoltageLevelTopologyDtoToForm,
|
|
45
|
+
createVoltageLevelTopologyEmptyFormData,
|
|
46
|
+
createVoltageLevelTopologyFormSchema,
|
|
47
|
+
createVoltageLevelTopologyFormToDto
|
|
48
|
+
};
|
|
@@ -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/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
31
31
|
import "../../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
32
32
|
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";
|
|
@@ -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";
|
|
@@ -31,7 +31,7 @@ import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
|
|
|
31
31
|
import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
|
|
32
32
|
import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
|
|
33
33
|
import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
34
|
-
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
34
|
+
import "@material-symbols/svg-400/outlined/add_notes-fill.svg?react";
|
|
35
35
|
import "../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
36
36
|
import "../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
37
37
|
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";
|
|
@@ -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";
|
|
@@ -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/reactHookForm/expandableInput/ExpandableInput.js";
|
|
29
29
|
import "../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
30
30
|
function CreateParameterDialog({
|
|
@@ -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";
|
package/dist/features/parameters/common/voltage-level-table/custom-voltage-level-table-cell.js
CHANGED
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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 "../../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
26
26
|
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";
|
package/dist/features/parameters/dynamic-margin-calculation/dynamic-margin-calculation-form.js
CHANGED
|
@@ -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 "../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
26
26
|
import "../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
package/dist/features/parameters/dynamic-margin-calculation/dynamic-margin-calculation-inline.js
CHANGED
|
@@ -29,7 +29,7 @@ import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
|
|
|
29
29
|
import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
|
|
30
30
|
import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
|
|
31
31
|
import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
32
|
-
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
32
|
+
import "@material-symbols/svg-400/outlined/add_notes-fill.svg?react";
|
|
33
33
|
import "../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
34
34
|
import "../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
35
35
|
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";
|
|
@@ -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";
|
|
@@ -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";
|
package/dist/features/parameters/dynamic-security-analysis/dynamic-security-analysis-inline.js
CHANGED
|
@@ -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 "../../../components/ui/snackbarProvider/SnackbarProvider.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";
|
|
@@ -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";
|
|
@@ -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 "../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
26
26
|
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";
|
package/dist/features/parameters/dynamic-simulation/use-dynamic-simulation-parameters-form.js
CHANGED
|
@@ -32,7 +32,7 @@ import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
|
|
|
32
32
|
import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
|
|
33
33
|
import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
|
|
34
34
|
import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
35
|
-
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
35
|
+
import "@material-symbols/svg-400/outlined/add_notes-fill.svg?react";
|
|
36
36
|
import "../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
37
37
|
import "../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
38
38
|
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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -30,7 +30,7 @@ import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
|
|
|
30
30
|
import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
|
|
31
31
|
import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
|
|
32
32
|
import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
33
|
-
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
33
|
+
import "@material-symbols/svg-400/outlined/add_notes-fill.svg?react";
|
|
34
34
|
import "../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
35
35
|
import "../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
36
36
|
import { LoadFlowProvider } from "./load-flow-parameters-provider.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";
|
|
@@ -30,7 +30,7 @@ import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
|
|
|
30
30
|
import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
|
|
31
31
|
import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
|
|
32
32
|
import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
33
|
-
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
33
|
+
import "@material-symbols/svg-400/outlined/add_notes-fill.svg?react";
|
|
34
34
|
import "../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
35
35
|
import "../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
36
36
|
import "../../../components/ui/snackbarProvider/SnackbarProvider.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";
|
|
@@ -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 "../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
26
26
|
import "../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|