@gridsuite/commons-ui 0.236.0 → 0.238.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 -0
- package/dist/components/composite/dnd-table/dnd-table-row.js +2 -1
- package/dist/components/composite/dnd-table/dnd-table.js +1 -0
- package/dist/components/composite/filter/HeaderFilterForm.js +1 -0
- package/dist/components/composite/filter/expert/ExpertFilterForm.js +1 -0
- package/dist/components/composite/filter/explicitNaming/ExplicitNamingFilterForm.js +1 -0
- package/dist/components/index.js +9 -1
- package/dist/components/ui/csvPicker/csv-picker-confirmation-dialog.js +1 -0
- package/dist/components/ui/dialogs/elementSaveDialog/ElementSaveDialog.js +1 -0
- package/dist/components/ui/index.js +9 -1
- package/dist/components/ui/reactHookForm/constants.d.ts +3 -0
- package/dist/components/ui/reactHookForm/constants.js +6 -0
- package/dist/components/ui/reactHookForm/directory-item-input/directory-item-input.d.ts +5 -0
- package/dist/components/ui/reactHookForm/directory-item-input/directory-item-input.js +66 -0
- package/dist/components/ui/reactHookForm/directory-item-input/directory-item-utils.d.ts +16 -0
- package/dist/components/ui/reactHookForm/directory-item-input/directory-item-utils.js +27 -0
- package/dist/components/ui/reactHookForm/directory-item-input/index.d.ts +8 -0
- package/dist/components/ui/reactHookForm/directory-item-input/index.js +7 -0
- package/dist/components/ui/reactHookForm/index.d.ts +1 -0
- package/dist/components/ui/reactHookForm/index.js +9 -1
- package/dist/features/index.js +1 -0
- package/dist/features/network-modification-table/renderers/name-cell.js +1 -0
- package/dist/features/network-modifications/battery/creation/BatteryCreationForm.js +1 -0
- package/dist/features/network-modifications/battery/creation/batteryCreation.utils.js +1 -0
- package/dist/features/network-modifications/battery/modification/BatteryDialogHeader.js +1 -0
- package/dist/features/network-modifications/battery/modification/BatteryDialogTabsContent.js +1 -0
- package/dist/features/network-modifications/battery/modification/batteryModification.utils.js +1 -0
- package/dist/features/network-modifications/by-filter/assignment/assignment/assignment-form.js +2 -1
- package/dist/features/network-modifications/by-filter/assignment/modification-by-assignment-form.js +1 -0
- package/dist/features/network-modifications/by-filter/deletion/ByFilterDeletionForm.js +2 -1
- package/dist/features/network-modifications/common/activePowerControl/ActivePowerControlForm.js +1 -0
- package/dist/features/network-modifications/common/connectivity/ConnectivityForm.js +1 -0
- package/dist/features/network-modifications/common/connectivity/PositionForm.js +1 -0
- package/dist/features/network-modifications/common/connectivity/VoltageLevelConnectivityForm.js +1 -0
- package/dist/features/network-modifications/common/measurements/BusbarSectionVoltageMeasurementsForm.js +1 -0
- package/dist/features/network-modifications/common/measurements/PowerWithValidityForm.js +1 -0
- package/dist/features/network-modifications/common/properties/PropertiesForm.js +1 -0
- package/dist/features/network-modifications/common/properties/PropertyForm.js +1 -0
- package/dist/features/network-modifications/common/reactiveLimits/ReactiveLimitsForm.js +1 -0
- package/dist/features/network-modifications/common/reactiveLimits/reactiveCapabilityCurve/ReactiveCapabilityCurveRowForm.js +1 -0
- package/dist/features/network-modifications/common/reactiveLimits/reactiveCapabilityCurve/ReactiveCapabilityCurveTableForm.js +1 -0
- package/dist/features/network-modifications/common/regulatingTerminal/RegulatingTerminalForm.js +1 -0
- package/dist/features/network-modifications/common/setpoints/SetPointsForm.js +1 -0
- package/dist/features/network-modifications/common/shortCircuit/ShortCircuitForm.js +1 -0
- package/dist/features/network-modifications/common/voltageRegulation/VoltageRegulationForm.js +1 -0
- package/dist/features/network-modifications/equipmentDeletion/EquipmentDeletionForm.js +1 -0
- package/dist/features/network-modifications/equipmentDeletion/equipmentDeletion.utils.js +1 -0
- package/dist/features/network-modifications/equipmentDeletion/hvdcLccDeletion/ShuntCompensatorSelectionForm.js +1 -0
- package/dist/features/network-modifications/generator/creation/GeneratorCreationForm.js +1 -0
- package/dist/features/network-modifications/generator/creation/generatorCreation.utils.js +1 -0
- package/dist/features/network-modifications/generator/modification/GeneratorDialogHeader.js +1 -0
- package/dist/features/network-modifications/generator/modification/GeneratorDialogTabsContent.js +1 -0
- package/dist/features/network-modifications/generator/modification/generatorModification.utils.js +1 -0
- package/dist/features/network-modifications/index.js +1 -0
- package/dist/features/network-modifications/load/common/LoadDialogHeader.js +1 -0
- package/dist/features/network-modifications/load/creation/loadCreation.utils.js +1 -0
- package/dist/features/network-modifications/load/modification/loadModification.utils.js +1 -0
- package/dist/features/network-modifications/shunt-compensator/common/CharacteristicsForm.js +1 -0
- package/dist/features/network-modifications/shunt-compensator/creation/ShuntCompensatorCreationForm.js +1 -0
- package/dist/features/network-modifications/shunt-compensator/creation/shuntCompensatorCreation.utils.js +1 -0
- package/dist/features/network-modifications/shunt-compensator/modification/ShuntCompensatorModificationForm.js +1 -0
- package/dist/features/network-modifications/shunt-compensator/modification/shuntCompensatorModification.utils.js +1 -0
- package/dist/features/network-modifications/substation/creation/SubstationCreationForm.js +1 -0
- package/dist/features/network-modifications/substation/modification/SubstationModificationForm.js +1 -0
- package/dist/features/network-modifications/voltageLevel/creation/VoltageLevelCreationForm.js +1 -0
- package/dist/features/network-modifications/voltageLevel/creation/index.js +1 -0
- package/dist/features/network-modifications/voltageLevel/creation/tabs/characteristicsTab/CharacteristicsTab.js +1 -0
- package/dist/features/network-modifications/voltageLevel/creation/tabs/structureTab/StructureTab.js +1 -0
- package/dist/features/network-modifications/voltageLevel/creation/tabs/structureTab/couplingOmnibus/CouplingOmnibusForm.js +1 -0
- package/dist/features/network-modifications/voltageLevel/creation/tabs/structureTab/switchesBetweenSections/SwitchesBetweenSections.js +1 -0
- package/dist/features/network-modifications/voltageLevel/creation/tabs/substationTab/SubstationCreationSection.js +1 -0
- package/dist/features/network-modifications/voltageLevel/creation/tabs/substationTab/SubstationTab.js +1 -0
- package/dist/features/network-modifications/voltageLevel/creation/voltageLevelCreation.utils.js +1 -0
- package/dist/features/network-modifications/voltageLevel/index.js +1 -0
- package/dist/features/network-modifications/voltageLevel/modification/VoltageLevelModificationForm.js +1 -0
- package/dist/features/parameters/common/ProviderParam.js +1 -0
- package/dist/features/parameters/common/contingency-table/columns-definitions.js +1 -0
- package/dist/features/parameters/common/limitreductions/limit-reduction-table-cell.js +1 -0
- package/dist/features/parameters/common/limitreductions/limit-reductions-table-form.js +1 -0
- package/dist/features/parameters/common/name-element-editor/name-element-editor-utils.js +1 -0
- package/dist/features/parameters/common/parameter-field.js +1 -0
- package/dist/features/parameters/common/parameter-table-field/parameter-table-field.js +1 -0
- package/dist/features/parameters/common/parameters-edition-dialog-props.d.ts +2 -2
- package/dist/features/parameters/common/voltage-level-table/custom-voltage-level-table-cell.js +1 -0
- package/dist/features/parameters/common/widget/parameter-float.js +1 -0
- package/dist/features/parameters/common/widget/parameter-line-directory-items-input.d.ts +1 -1
- package/dist/features/parameters/common/widget/parameter-line-directory-items-input.js +2 -1
- package/dist/features/parameters/common/widget/parameter-line-slider.js +1 -0
- package/dist/features/parameters/dynamic-margin-calculation/dynamic-margin-calculation-form.js +1 -0
- package/dist/features/parameters/dynamic-margin-calculation/dynamic-margin-calculation-inline.js +1 -0
- package/dist/features/parameters/dynamic-margin-calculation/loads-variations-parameters.js +1 -0
- package/dist/features/parameters/dynamic-margin-calculation/use-dynamic-margin-calculation-parameters-form.js +1 -0
- package/dist/features/parameters/dynamic-security-analysis/contingency-parameters.js +1 -0
- package/dist/features/parameters/dynamic-security-analysis/dynamic-security-analysis-inline.js +1 -0
- package/dist/features/parameters/dynamic-security-analysis/dynamic-security-analysis-parameters-form.js +1 -0
- package/dist/features/parameters/dynamic-security-analysis/use-dynamic-security-analysis-parameters-form.js +1 -0
- package/dist/features/parameters/dynamic-simulation/curve/common/checkbox-treeview.js +2 -4
- package/dist/features/parameters/dynamic-simulation/curve/curve-parameters.js +2 -3
- package/dist/features/parameters/dynamic-simulation/dynamic-simulation-inline.js +5 -3
- package/dist/features/parameters/dynamic-simulation/dynamic-simulation-parameters-form.js +1 -0
- package/dist/features/parameters/dynamic-simulation/mapping/mapping-parameters-utils.d.ts +6 -3
- package/dist/features/parameters/dynamic-simulation/mapping/mapping-parameters-utils.js +40 -2
- package/dist/features/parameters/dynamic-simulation/mapping/mapping-parameters.js +39 -36
- package/dist/features/parameters/dynamic-simulation/use-dynamic-simulation-parameters-form.d.ts +3 -3
- package/dist/features/parameters/dynamic-simulation/use-dynamic-simulation-parameters-form.js +11 -10
- package/dist/features/parameters/loadflow/load-flow-general-parameters.js +1 -0
- package/dist/features/parameters/loadflow/load-flow-parameters-content.js +1 -0
- package/dist/features/parameters/loadflow/load-flow-parameters-dialog.d.ts +1 -1
- package/dist/features/parameters/loadflow/load-flow-parameters-dialog.js +15 -8
- package/dist/features/parameters/loadflow/load-flow-parameters-form.js +1 -0
- package/dist/features/parameters/loadflow/load-flow-parameters-header.js +1 -0
- package/dist/features/parameters/loadflow/load-flow-parameters-inline.js +1 -0
- package/dist/features/parameters/loadflow/load-flow-parameters-utils.js +1 -0
- package/dist/features/parameters/loadflow/use-load-flow-parameters-form.js +1 -0
- package/dist/features/parameters/network-visualizations/map-parameters.js +1 -0
- package/dist/features/parameters/network-visualizations/network-area-diagram-parameters.js +1 -0
- package/dist/features/parameters/network-visualizations/network-visualizations-form.d.ts +3 -3
- package/dist/features/parameters/network-visualizations/network-visualizations-form.js +6 -5
- package/dist/features/parameters/network-visualizations/network-visualizations-parameters-dialog.d.ts +1 -1
- package/dist/features/parameters/network-visualizations/network-visualizations-parameters-dialog.js +3 -2
- package/dist/features/parameters/network-visualizations/network-visualizations-parameters-inline.d.ts +3 -3
- package/dist/features/parameters/network-visualizations/network-visualizations-parameters-inline.js +3 -2
- package/dist/features/parameters/network-visualizations/single-line-diagram-parameters.js +1 -0
- package/dist/features/parameters/network-visualizations/use-network-visualizations-parameters-form.js +1 -0
- package/dist/features/parameters/pcc-min/pcc-min-form-utils.js +1 -0
- package/dist/features/parameters/pcc-min/pcc-min-parameters-dialog.js +1 -0
- package/dist/features/parameters/pcc-min/pcc-min-parameters-form.js +1 -0
- package/dist/features/parameters/pcc-min/pcc-min-parameters-inline.js +1 -0
- package/dist/features/parameters/pcc-min/use-pcc-min-parameters-form.js +1 -0
- package/dist/features/parameters/security-analysis/columns-definitions.js +1 -0
- package/dist/features/parameters/security-analysis/security-analysis-parameters-dialog.d.ts +1 -1
- package/dist/features/parameters/security-analysis/security-analysis-parameters-dialog.js +3 -2
- package/dist/features/parameters/security-analysis/security-analysis-parameters-form.js +1 -0
- package/dist/features/parameters/security-analysis/security-analysis-parameters-inline.js +1 -0
- package/dist/features/parameters/security-analysis/security-analysis-parameters-selector.js +1 -0
- package/dist/features/parameters/security-analysis/security-analysis-violations-hiding.js +1 -0
- package/dist/features/parameters/security-analysis/use-security-analysis-parameters-form.js +1 -0
- package/dist/features/parameters/sensi/columns-definitions.js +1 -0
- package/dist/features/parameters/sensi/sensitivity-analysis-parameters-dialog.d.ts +1 -1
- package/dist/features/parameters/sensi/sensitivity-analysis-parameters-dialog.js +3 -2
- package/dist/features/parameters/sensi/sensitivity-analysis-parameters-form.js +1 -0
- package/dist/features/parameters/sensi/sensitivity-analysis-parameters-inline.js +1 -0
- package/dist/features/parameters/sensi/sensitivity-parameters-fields.js +1 -0
- package/dist/features/parameters/sensi/sensitivity-parameters-selector.js +1 -0
- package/dist/features/parameters/sensi/use-sensitivity-analysis-parameters.js +1 -0
- package/dist/features/parameters/sensi/utils.js +1 -0
- package/dist/features/parameters/short-circuit/short-circuit-general-tab-panel.js +1 -0
- package/dist/features/parameters/short-circuit/short-circuit-icc-cluster-table-cell.js +2 -1
- package/dist/features/parameters/short-circuit/short-circuit-icc-material-table-cell.js +1 -0
- package/dist/features/parameters/short-circuit/short-circuit-parameters-content.js +1 -0
- package/dist/features/parameters/short-circuit/short-circuit-parameters-dialog.d.ts +1 -1
- package/dist/features/parameters/short-circuit/short-circuit-parameters-dialog.js +13 -6
- package/dist/features/parameters/short-circuit/short-circuit-parameters-form.js +1 -0
- package/dist/features/parameters/short-circuit/short-circuit-parameters-inline.js +1 -0
- package/dist/features/parameters/short-circuit/short-circuit-parameters-utils.js +1 -0
- package/dist/features/parameters/short-circuit/short-circuit-power-electronics-tab-panel.js +1 -0
- package/dist/features/parameters/short-circuit/short-circuit-study-area-tab-panel.js +1 -0
- package/dist/features/parameters/short-circuit/use-short-circuit-parameters-form.js +1 -0
- package/dist/features/parameters/voltage-init/equipment-selection-parameters.js +1 -0
- package/dist/features/parameters/voltage-init/general-parameters.js +1 -0
- package/dist/features/parameters/voltage-init/use-voltage-init-parameters-form.js +1 -0
- package/dist/features/parameters/voltage-init/voltage-init-form-utils.js +1 -0
- package/dist/features/parameters/voltage-init/voltage-init-parameters-dialog.js +1 -0
- package/dist/features/parameters/voltage-init/voltage-init-parameters-form.js +1 -0
- package/dist/features/parameters/voltage-init/voltage-init-parameters-inline.js +1 -0
- package/dist/features/parameters/voltage-init/voltage-limits-parameters.js +1 -0
- package/dist/features/process-configs/security-analysis/update-sa-process-config-dialog.js +1 -0
- package/dist/features/process-configs/security-analysis/update-sa-process-config.js +1 -0
- package/dist/features/process-configs/update-process-config-modifications.js +2 -1
- package/dist/features/results/securityanalysis/security-analysis-result-nmk.js +1 -0
- package/dist/features/results/securityanalysis/security-analysis-table.js +1 -0
- package/dist/hooks/use-parameters-backend.d.ts +2 -2
- package/dist/hooks/use-parameters-backend.js +3 -3
- package/dist/index.js +12 -4
- package/dist/services/dynamic-mapping.d.ts +2 -3
- package/dist/services/dynamic-mapping.js +3 -10
- package/dist/services/index.js +1 -2
- package/dist/translations/en/businessErrorsEn.d.ts +1 -1
- package/dist/translations/en/businessErrorsEn.js +1 -1
- package/dist/translations/en/external/importParamsEn.d.ts +1 -0
- package/dist/translations/en/external/importParamsEn.js +1 -0
- package/dist/translations/fr/businessErrorsFr.d.ts +1 -1
- package/dist/translations/fr/businessErrorsFr.js +1 -1
- package/dist/translations/fr/external/importParamsFr.d.ts +1 -0
- package/dist/translations/fr/external/importParamsFr.js +1 -0
- package/dist/utils/index.js +2 -1
- package/dist/utils/mapper/getFileIcon.js +3 -1
- package/dist/utils/types/dynamic-margin-calculation.type.d.ts +2 -5
- package/dist/utils/types/dynamic-simulation.type.d.ts +6 -4
- package/dist/utils/types/dynamic-simulation.type.js +10 -1
- package/dist/utils/types/elementType.d.ts +2 -2
- package/dist/utils/types/elementType.js +1 -1
- package/dist/utils/types/index.js +2 -1
- package/dist/utils/types/parameters.type.d.ts +2 -2
- package/package.json +1 -1
|
@@ -23,6 +23,7 @@ import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
|
23
23
|
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
24
24
|
import "../../ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
25
25
|
import "../../ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
26
|
+
import "../../ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
26
27
|
import "@hello-pangea/dnd";
|
|
27
28
|
import "../../ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
28
29
|
import "../../ui/snackbarProvider/SnackbarProvider.js";
|
|
@@ -28,10 +28,11 @@ import { TableTextInput } from "../../ui/reactHookForm/tableInputs/table-text-in
|
|
|
28
28
|
import { DescriptionInput } from "../../ui/reactHookForm/text/DescriptionInput.js";
|
|
29
29
|
import "../../ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
30
30
|
import "notistack";
|
|
31
|
+
import "../../ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
32
|
+
import "../../ui/treeViewFinder/TreeViewFinder.js";
|
|
31
33
|
import "@hello-pangea/dnd";
|
|
32
34
|
import "../../ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
33
35
|
import "../../ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
34
|
-
import "../../ui/treeViewFinder/TreeViewFinder.js";
|
|
35
36
|
import "../../ui/snackbarProvider/SnackbarProvider.js";
|
|
36
37
|
import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
|
|
37
38
|
import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
|
|
@@ -32,6 +32,7 @@ import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
|
32
32
|
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
33
33
|
import "../../ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
34
34
|
import "../../ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
35
|
+
import "../../ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
35
36
|
import "../../ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
36
37
|
import "../../ui/snackbarProvider/SnackbarProvider.js";
|
|
37
38
|
import "mui-nested-menu";
|
|
@@ -27,6 +27,7 @@ import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
|
27
27
|
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
28
28
|
import "../../ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
29
29
|
import "../../ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
30
|
+
import "../../ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
30
31
|
import "@hello-pangea/dnd";
|
|
31
32
|
import "../../ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
32
33
|
import "../../ui/snackbarProvider/SnackbarProvider.js";
|
|
@@ -37,6 +37,7 @@ import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
|
|
|
37
37
|
import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
38
38
|
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
39
39
|
import "../../../ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
40
|
+
import "../../../ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
40
41
|
import "../../../ui/snackbarProvider/SnackbarProvider.js";
|
|
41
42
|
import "mui-nested-menu";
|
|
42
43
|
import "react-resizable-panels";
|
|
@@ -39,6 +39,7 @@ import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
|
39
39
|
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
40
40
|
import "../../../ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
41
41
|
import "../../../ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
42
|
+
import "../../../ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
42
43
|
import "@hello-pangea/dnd";
|
|
43
44
|
import "../../../ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
44
45
|
import "../../../ui/snackbarProvider/SnackbarProvider.js";
|
package/dist/components/index.js
CHANGED
|
@@ -41,10 +41,12 @@ import { SubmitButton } from "./ui/reactHookForm/utils/SubmitButton.js";
|
|
|
41
41
|
import { TextFieldWithAdornment } from "./ui/reactHookForm/utils/TextFieldWithAdornment.js";
|
|
42
42
|
import { genHelperError, gridItem, identity, isFieldRequired, toFloatOrNullValue } from "./ui/reactHookForm/utils/functions.js";
|
|
43
43
|
import { HelperPreviousValue } from "./ui/reactHookForm/utils/HelperPreviousValue.js";
|
|
44
|
-
import { DESCRIPTION, NAME } from "./ui/reactHookForm/constants.js";
|
|
44
|
+
import { DESCRIPTION, DIRECTORY_ITEM, DIRECTORY_ITEM_FULL_PATH, DIRECTORY_ITEM_ID, NAME } from "./ui/reactHookForm/constants.js";
|
|
45
45
|
import { ExpandableInput } from "./ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
46
46
|
import { CountrySelectionInput } from "./ui/reactHookForm/CountrySelectionInput.js";
|
|
47
47
|
import { CheckboxNullableInput } from "./ui/reactHookForm/CheckboxNullableInput.js";
|
|
48
|
+
import { directoryItemSchema, getAbsenceLabelKeyFromType } from "./ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
49
|
+
import { DirectoryItemInput } from "./ui/reactHookForm/directory-item-input/directory-item-input.js";
|
|
48
50
|
import { CheckBoxList } from "./ui/checkBoxList/CheckBoxList.js";
|
|
49
51
|
import { SelectClearable } from "./ui/inputs/SelectClearable.js";
|
|
50
52
|
import { ActivableChip } from "./ui/inputs/ActivableChip.js";
|
|
@@ -167,12 +169,16 @@ export {
|
|
|
167
169
|
CustomTooltip,
|
|
168
170
|
DEFAULT_RANGE_VALUE,
|
|
169
171
|
DESCRIPTION,
|
|
172
|
+
DIRECTORY_ITEM,
|
|
173
|
+
DIRECTORY_ITEM_FULL_PATH,
|
|
174
|
+
DIRECTORY_ITEM_ID,
|
|
170
175
|
DISTRIBUTION_KEY,
|
|
171
176
|
DataType,
|
|
172
177
|
DefaultCellRenderer,
|
|
173
178
|
DescriptionField,
|
|
174
179
|
DescriptionInput,
|
|
175
180
|
DescriptionModificationDialog,
|
|
181
|
+
DirectoryItemInput,
|
|
176
182
|
DirectoryItemSelector,
|
|
177
183
|
DirectoryItemsInput,
|
|
178
184
|
DndColumnType,
|
|
@@ -272,6 +278,7 @@ export {
|
|
|
272
278
|
ValueEditor,
|
|
273
279
|
ValueSelector,
|
|
274
280
|
countRules,
|
|
281
|
+
directoryItemSchema,
|
|
275
282
|
doesNodeHasChildren,
|
|
276
283
|
expertFilterSchema,
|
|
277
284
|
explicitNamingFilterSchema,
|
|
@@ -280,6 +287,7 @@ export {
|
|
|
280
287
|
fetchCsvSeparator,
|
|
281
288
|
genHelperError,
|
|
282
289
|
generateTreeViewFinderClass,
|
|
290
|
+
getAbsenceLabelKeyFromType,
|
|
283
291
|
getDefaultRowData,
|
|
284
292
|
getExpertFilterEmptyFormData,
|
|
285
293
|
getExplicitNamingFilterEmptyFormData,
|
|
@@ -23,6 +23,7 @@ import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
|
23
23
|
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
24
24
|
import "../dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
25
25
|
import "../reactHookForm/expandableInput/ExpandableInput.js";
|
|
26
|
+
import "../reactHookForm/directory-item-input/directory-item-utils.js";
|
|
26
27
|
function CsvPickerConfirmationDialog({
|
|
27
28
|
pendingImport,
|
|
28
29
|
onReplace,
|
|
@@ -29,6 +29,7 @@ import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
|
29
29
|
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
30
30
|
import "../descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
31
31
|
import "../../reactHookForm/expandableInput/ExpandableInput.js";
|
|
32
|
+
import "../../reactHookForm/directory-item-input/directory-item-utils.js";
|
|
32
33
|
import { CustomMuiDialog } from "../customMuiDialog/CustomMuiDialog.js";
|
|
33
34
|
import { initializeDirectory } from "./utils.js";
|
|
34
35
|
var OperationType = /* @__PURE__ */ ((OperationType2) => {
|
|
@@ -41,10 +41,12 @@ import { SubmitButton } from "./reactHookForm/utils/SubmitButton.js";
|
|
|
41
41
|
import { TextFieldWithAdornment } from "./reactHookForm/utils/TextFieldWithAdornment.js";
|
|
42
42
|
import { genHelperError, gridItem, identity, isFieldRequired, toFloatOrNullValue } from "./reactHookForm/utils/functions.js";
|
|
43
43
|
import { HelperPreviousValue } from "./reactHookForm/utils/HelperPreviousValue.js";
|
|
44
|
-
import { DESCRIPTION, NAME } from "./reactHookForm/constants.js";
|
|
44
|
+
import { DESCRIPTION, DIRECTORY_ITEM, DIRECTORY_ITEM_FULL_PATH, DIRECTORY_ITEM_ID, NAME } from "./reactHookForm/constants.js";
|
|
45
45
|
import { ExpandableInput } from "./reactHookForm/expandableInput/ExpandableInput.js";
|
|
46
46
|
import { CountrySelectionInput } from "./reactHookForm/CountrySelectionInput.js";
|
|
47
47
|
import { CheckboxNullableInput } from "./reactHookForm/CheckboxNullableInput.js";
|
|
48
|
+
import { directoryItemSchema, getAbsenceLabelKeyFromType } from "./reactHookForm/directory-item-input/directory-item-utils.js";
|
|
49
|
+
import { DirectoryItemInput } from "./reactHookForm/directory-item-input/directory-item-input.js";
|
|
48
50
|
import { CheckBoxList } from "./checkBoxList/CheckBoxList.js";
|
|
49
51
|
import { SelectClearable } from "./inputs/SelectClearable.js";
|
|
50
52
|
import { ActivableChip } from "./inputs/ActivableChip.js";
|
|
@@ -100,9 +102,13 @@ export {
|
|
|
100
102
|
CustomTooltip,
|
|
101
103
|
DEFAULT_RANGE_VALUE,
|
|
102
104
|
DESCRIPTION,
|
|
105
|
+
DIRECTORY_ITEM,
|
|
106
|
+
DIRECTORY_ITEM_FULL_PATH,
|
|
107
|
+
DIRECTORY_ITEM_ID,
|
|
103
108
|
DescriptionField,
|
|
104
109
|
DescriptionInput,
|
|
105
110
|
DescriptionModificationDialog,
|
|
111
|
+
DirectoryItemInput,
|
|
106
112
|
DirectoryItemSelector,
|
|
107
113
|
DirectoryItemsInput,
|
|
108
114
|
EditNoteIcon,
|
|
@@ -149,10 +155,12 @@ export {
|
|
|
149
155
|
TextInput,
|
|
150
156
|
TreeViewFinder,
|
|
151
157
|
UniqueNameInput,
|
|
158
|
+
directoryItemSchema,
|
|
152
159
|
doesNodeHasChildren,
|
|
153
160
|
fetchCsvSeparator,
|
|
154
161
|
genHelperError,
|
|
155
162
|
generateTreeViewFinderClass,
|
|
163
|
+
getAbsenceLabelKeyFromType,
|
|
156
164
|
getRangeInputSchema,
|
|
157
165
|
gridItem,
|
|
158
166
|
identity,
|
|
@@ -6,3 +6,6 @@
|
|
|
6
6
|
*/
|
|
7
7
|
export declare const NAME = "name";
|
|
8
8
|
export declare const DESCRIPTION = "description";
|
|
9
|
+
export declare const DIRECTORY_ITEM = "directoryItem";
|
|
10
|
+
export declare const DIRECTORY_ITEM_ID = "directoryItemId";
|
|
11
|
+
export declare const DIRECTORY_ITEM_FULL_PATH = "directoryItemFullPath";
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
const NAME = "name";
|
|
2
2
|
const DESCRIPTION = "description";
|
|
3
|
+
const DIRECTORY_ITEM = "directoryItem";
|
|
4
|
+
const DIRECTORY_ITEM_ID = "directoryItemId";
|
|
5
|
+
const DIRECTORY_ITEM_FULL_PATH = "directoryItemFullPath";
|
|
3
6
|
export {
|
|
4
7
|
DESCRIPTION,
|
|
8
|
+
DIRECTORY_ITEM,
|
|
9
|
+
DIRECTORY_ITEM_FULL_PATH,
|
|
10
|
+
DIRECTORY_ITEM_ID,
|
|
5
11
|
NAME
|
|
6
12
|
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { DirectoryItemSelectorProps } from '../../directoryItemSelector';
|
|
2
|
+
export interface DirectoryItemSelectorInputProps extends Omit<DirectoryItemSelectorProps, 'onClose' | 'open'> {
|
|
3
|
+
name: string;
|
|
4
|
+
}
|
|
5
|
+
export declare function DirectoryItemInput({ name, types, ...props }: Readonly<DirectoryItemSelectorInputProps>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
import { Box, Stack, Grid2, Tooltip, Typography, FormHelperText, Button } from "@mui/material";
|
|
3
|
+
import { useIntl, FormattedMessage } from "react-intl";
|
|
4
|
+
import { useState, useMemo, useCallback } from "react";
|
|
5
|
+
import { useController } from "react-hook-form";
|
|
6
|
+
import { FolderOutlined } from "@mui/icons-material";
|
|
7
|
+
import { DIRECTORY_ITEM_FULL_PATH, DIRECTORY_ITEM_ID } from "../constants.js";
|
|
8
|
+
import { getAbsenceLabelKeyFromType } from "./directory-item-utils.js";
|
|
9
|
+
import { DirectoryItemSelector } from "../../directoryItemSelector/DirectoryItemSelector.js";
|
|
10
|
+
function DirectoryItemInput({ name, types, ...props }) {
|
|
11
|
+
const [isOpen, setIsOpen] = useState(false);
|
|
12
|
+
const {
|
|
13
|
+
field: { onChange, value },
|
|
14
|
+
fieldState: { error }
|
|
15
|
+
} = useController({ name });
|
|
16
|
+
const nodeInfos = value;
|
|
17
|
+
const intl = useIntl();
|
|
18
|
+
const breadcrumb = useMemo(() => {
|
|
19
|
+
return nodeInfos?.[DIRECTORY_ITEM_FULL_PATH] ? nodeInfos[DIRECTORY_ITEM_FULL_PATH] : void 0;
|
|
20
|
+
}, [nodeInfos]);
|
|
21
|
+
const onNodeChanged = useCallback(
|
|
22
|
+
(nodes) => {
|
|
23
|
+
if (nodes.length > 0) {
|
|
24
|
+
const fullPath = nodes[0]?.name;
|
|
25
|
+
const nodeId = nodes[0]?.id;
|
|
26
|
+
if (nodeId) {
|
|
27
|
+
const newNodeInfos = {
|
|
28
|
+
[DIRECTORY_ITEM_ID]: nodeId,
|
|
29
|
+
[DIRECTORY_ITEM_FULL_PATH]: fullPath
|
|
30
|
+
};
|
|
31
|
+
onChange(newNodeInfos);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
setIsOpen(false);
|
|
35
|
+
},
|
|
36
|
+
[onChange]
|
|
37
|
+
);
|
|
38
|
+
return /* @__PURE__ */ jsxs(Box, { children: [
|
|
39
|
+
/* @__PURE__ */ jsxs(Stack, { direction: "row", alignItems: "center", justifyContent: "space-between", children: [
|
|
40
|
+
/* @__PURE__ */ jsxs(Grid2, { container: true, alignItems: "center", children: [
|
|
41
|
+
/* @__PURE__ */ jsx(Grid2, { paddingTop: 1, children: /* @__PURE__ */ jsx(FolderOutlined, {}) }),
|
|
42
|
+
/* @__PURE__ */ jsx(Grid2, { paddingTop: 1, paddingLeft: 1, children: /* @__PURE__ */ jsx(
|
|
43
|
+
Tooltip,
|
|
44
|
+
{
|
|
45
|
+
title: nodeInfos?.[DIRECTORY_ITEM_FULL_PATH] ?? "",
|
|
46
|
+
slotProps: {
|
|
47
|
+
tooltip: {
|
|
48
|
+
sx: {
|
|
49
|
+
maxWidth: "none"
|
|
50
|
+
// to override the background of text is auto cut
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
children: /* @__PURE__ */ jsx(Typography, { fontWeight: breadcrumb ? void 0 : "bold", noWrap: true, children: breadcrumb || /* @__PURE__ */ jsx(FormattedMessage, { id: getAbsenceLabelKeyFromType(types?.[0]) }) })
|
|
55
|
+
}
|
|
56
|
+
) }),
|
|
57
|
+
/* @__PURE__ */ jsx(Grid2, { paddingTop: 1, paddingLeft: 1, children: error?.message && /* @__PURE__ */ jsx(FormHelperText, { error: true, children: intl.formatMessage({ id: error?.message }) }) })
|
|
58
|
+
] }),
|
|
59
|
+
/* @__PURE__ */ jsx(Button, { onClick: () => setIsOpen(true), variant: "contained", color: "primary", component: "label", children: /* @__PURE__ */ jsx(FormattedMessage, { id: breadcrumb ? "edit" : "Select" }) })
|
|
60
|
+
] }),
|
|
61
|
+
/* @__PURE__ */ jsx(DirectoryItemSelector, { open: isOpen, onClose: onNodeChanged, types, ...props })
|
|
62
|
+
] });
|
|
63
|
+
}
|
|
64
|
+
export {
|
|
65
|
+
DirectoryItemInput
|
|
66
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
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
|
+
import * as yup from 'yup';
|
|
8
|
+
export declare function getAbsenceLabelKeyFromType(elementType: string): "NoFolder" | "NoCase" | "NoStudy" | "NoItem";
|
|
9
|
+
export declare const directoryItemSchema: yup.ObjectSchema<{
|
|
10
|
+
directoryItemId: string;
|
|
11
|
+
directoryItemFullPath: string;
|
|
12
|
+
}, yup.AnyObject, {
|
|
13
|
+
directoryItemId: undefined;
|
|
14
|
+
directoryItemFullPath: undefined;
|
|
15
|
+
}, "">;
|
|
16
|
+
export type DirectoryItemSchema = yup.InferType<typeof directoryItemSchema>;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as yup from "yup";
|
|
2
|
+
import { DIRECTORY_ITEM_FULL_PATH, DIRECTORY_ITEM_ID } from "../constants.js";
|
|
3
|
+
import "../../../../utils/conversionUtils.js";
|
|
4
|
+
import { ElementType } from "../../../../utils/types/elementType.js";
|
|
5
|
+
import "../../../../utils/types/equipmentType.js";
|
|
6
|
+
import "react/jsx-runtime";
|
|
7
|
+
import "@mui/icons-material";
|
|
8
|
+
function getAbsenceLabelKeyFromType(elementType) {
|
|
9
|
+
switch (elementType) {
|
|
10
|
+
case ElementType.DIRECTORY:
|
|
11
|
+
return "NoFolder";
|
|
12
|
+
case ElementType.CASE:
|
|
13
|
+
return "NoCase";
|
|
14
|
+
case ElementType.STUDY:
|
|
15
|
+
return "NoStudy";
|
|
16
|
+
default:
|
|
17
|
+
return "NoItem";
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
const directoryItemSchema = yup.object().shape({
|
|
21
|
+
[DIRECTORY_ITEM_ID]: yup.string().required(),
|
|
22
|
+
[DIRECTORY_ITEM_FULL_PATH]: yup.string().required()
|
|
23
|
+
});
|
|
24
|
+
export {
|
|
25
|
+
directoryItemSchema,
|
|
26
|
+
getAbsenceLabelKeyFromType
|
|
27
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
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 './directory-item-utils';
|
|
8
|
+
export * from './directory-item-input';
|
|
@@ -40,10 +40,12 @@ import { SubmitButton } from "./utils/SubmitButton.js";
|
|
|
40
40
|
import { TextFieldWithAdornment } from "./utils/TextFieldWithAdornment.js";
|
|
41
41
|
import { genHelperError, gridItem, identity, isFieldRequired, toFloatOrNullValue } from "./utils/functions.js";
|
|
42
42
|
import { HelperPreviousValue } from "./utils/HelperPreviousValue.js";
|
|
43
|
-
import { DESCRIPTION, NAME } from "./constants.js";
|
|
43
|
+
import { DESCRIPTION, DIRECTORY_ITEM, DIRECTORY_ITEM_FULL_PATH, DIRECTORY_ITEM_ID, NAME } from "./constants.js";
|
|
44
44
|
import { ExpandableInput } from "./expandableInput/ExpandableInput.js";
|
|
45
45
|
import { CountrySelectionInput } from "./CountrySelectionInput.js";
|
|
46
46
|
import { CheckboxNullableInput } from "./CheckboxNullableInput.js";
|
|
47
|
+
import { directoryItemSchema, getAbsenceLabelKeyFromType } from "./directory-item-input/directory-item-utils.js";
|
|
48
|
+
import { DirectoryItemInput } from "./directory-item-input/directory-item-input.js";
|
|
47
49
|
export {
|
|
48
50
|
AutocompleteInput,
|
|
49
51
|
BooleanInput,
|
|
@@ -58,8 +60,12 @@ export {
|
|
|
58
60
|
CustomFormProvider,
|
|
59
61
|
DEFAULT_RANGE_VALUE,
|
|
60
62
|
DESCRIPTION,
|
|
63
|
+
DIRECTORY_ITEM,
|
|
64
|
+
DIRECTORY_ITEM_FULL_PATH,
|
|
65
|
+
DIRECTORY_ITEM_ID,
|
|
61
66
|
DescriptionField,
|
|
62
67
|
DescriptionInput,
|
|
68
|
+
DirectoryItemInput,
|
|
63
69
|
DirectoryItemsInput,
|
|
64
70
|
EnumInput,
|
|
65
71
|
ErrorInput,
|
|
@@ -92,7 +98,9 @@ export {
|
|
|
92
98
|
TextFieldWithAdornment,
|
|
93
99
|
TextInput,
|
|
94
100
|
UniqueNameInput,
|
|
101
|
+
directoryItemSchema,
|
|
95
102
|
genHelperError,
|
|
103
|
+
getAbsenceLabelKeyFromType,
|
|
96
104
|
getRangeInputSchema,
|
|
97
105
|
gridItem,
|
|
98
106
|
identity,
|
package/dist/features/index.js
CHANGED
|
@@ -132,6 +132,7 @@ import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
|
132
132
|
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
133
133
|
import "../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
134
134
|
import "../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
135
|
+
import "../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
135
136
|
import "@hello-pangea/dnd";
|
|
136
137
|
import "../components/ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
137
138
|
import "../components/ui/snackbarProvider/SnackbarProvider.js";
|
|
@@ -26,6 +26,7 @@ import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
|
26
26
|
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
27
27
|
import "../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
28
28
|
import "../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
29
|
+
import "../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
29
30
|
import "@hello-pangea/dnd";
|
|
30
31
|
import "../../../components/ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
31
32
|
import "../../../components/ui/snackbarProvider/SnackbarProvider.js";
|
|
@@ -28,6 +28,7 @@ import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
|
28
28
|
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
29
29
|
import "../../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
30
30
|
import "../../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
31
|
+
import "../../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
31
32
|
import "@hello-pangea/dnd";
|
|
32
33
|
import "../../../../components/ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
33
34
|
import "../../../../components/ui/snackbarProvider/SnackbarProvider.js";
|
|
@@ -26,6 +26,7 @@ import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
|
26
26
|
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
27
27
|
import "../../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
28
28
|
import "../../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
29
|
+
import "../../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
29
30
|
import "@hello-pangea/dnd";
|
|
30
31
|
import "../../../../components/ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
31
32
|
import "../../../../components/ui/snackbarProvider/SnackbarProvider.js";
|
|
@@ -26,6 +26,7 @@ import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
|
26
26
|
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
27
27
|
import "../../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
28
28
|
import "../../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
29
|
+
import "../../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
29
30
|
import "@hello-pangea/dnd";
|
|
30
31
|
import "../../../../components/ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
31
32
|
import "../../../../components/ui/snackbarProvider/SnackbarProvider.js";
|
package/dist/features/network-modifications/battery/modification/BatteryDialogTabsContent.js
CHANGED
|
@@ -29,6 +29,7 @@ import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
|
29
29
|
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
30
30
|
import "../../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
31
31
|
import "../../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
32
|
+
import "../../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
32
33
|
import "@hello-pangea/dnd";
|
|
33
34
|
import "../../../../components/ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
34
35
|
import "../../../../components/ui/snackbarProvider/SnackbarProvider.js";
|
package/dist/features/network-modifications/battery/modification/batteryModification.utils.js
CHANGED
|
@@ -26,6 +26,7 @@ import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
|
26
26
|
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
27
27
|
import "../../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
28
28
|
import "../../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
29
|
+
import "../../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
29
30
|
import "@hello-pangea/dnd";
|
|
30
31
|
import "../../../../components/ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
31
32
|
import "../../../../components/ui/snackbarProvider/SnackbarProvider.js";
|
package/dist/features/network-modifications/by-filter/assignment/assignment/assignment-form.js
CHANGED
|
@@ -34,9 +34,10 @@ import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
|
34
34
|
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
35
35
|
import "../../../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
36
36
|
import "../../../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
37
|
+
import "../../../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
38
|
+
import "../../../../../components/ui/treeViewFinder/TreeViewFinder.js";
|
|
37
39
|
import "@hello-pangea/dnd";
|
|
38
40
|
import "../../../../../components/ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
39
|
-
import "../../../../../components/ui/treeViewFinder/TreeViewFinder.js";
|
|
40
41
|
import "../../../../../components/ui/snackbarProvider/SnackbarProvider.js";
|
|
41
42
|
import "mui-nested-menu";
|
|
42
43
|
import "react-resizable-panels";
|
package/dist/features/network-modifications/by-filter/assignment/modification-by-assignment-form.js
CHANGED
|
@@ -26,6 +26,7 @@ import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
|
26
26
|
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
27
27
|
import "../../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
28
28
|
import { ExpandableInput } from "../../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
29
|
+
import "../../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
29
30
|
import "@hello-pangea/dnd";
|
|
30
31
|
import { unscrollableDialogStyles } from "../../../../components/ui/dialogs/customMuiDialog/CustomMuiDialog.js";
|
|
31
32
|
import "../../../../components/ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
@@ -27,9 +27,10 @@ import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
|
27
27
|
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
28
28
|
import "../../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
29
29
|
import "../../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
30
|
+
import "../../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
31
|
+
import "../../../../components/ui/treeViewFinder/TreeViewFinder.js";
|
|
30
32
|
import "@hello-pangea/dnd";
|
|
31
33
|
import "../../../../components/ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
32
|
-
import "../../../../components/ui/treeViewFinder/TreeViewFinder.js";
|
|
33
34
|
import "../../../../components/ui/snackbarProvider/SnackbarProvider.js";
|
|
34
35
|
import "mui-nested-menu";
|
|
35
36
|
import "react-resizable-panels";
|
package/dist/features/network-modifications/common/activePowerControl/ActivePowerControlForm.js
CHANGED
|
@@ -28,6 +28,7 @@ import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
|
28
28
|
import "../../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
29
29
|
import "../../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
30
30
|
import { CheckboxNullableInput } from "../../../../components/ui/reactHookForm/CheckboxNullableInput.js";
|
|
31
|
+
import "../../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
31
32
|
import "@hello-pangea/dnd";
|
|
32
33
|
import "../../../../components/ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
33
34
|
import "../../../../components/ui/snackbarProvider/SnackbarProvider.js";
|
|
@@ -27,6 +27,7 @@ import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
|
27
27
|
import "../../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
28
28
|
import "../../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
29
29
|
import { CheckboxNullableInput } from "../../../../components/ui/reactHookForm/CheckboxNullableInput.js";
|
|
30
|
+
import "../../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
30
31
|
import "@hello-pangea/dnd";
|
|
31
32
|
import "../../../../components/ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
32
33
|
import "../../../../components/ui/snackbarProvider/SnackbarProvider.js";
|
|
@@ -26,6 +26,7 @@ import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
|
26
26
|
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
27
27
|
import "../../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
28
28
|
import "../../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
29
|
+
import "../../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
29
30
|
import "@hello-pangea/dnd";
|
|
30
31
|
import "../../../../components/ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
31
32
|
import "../../../../components/ui/snackbarProvider/SnackbarProvider.js";
|
package/dist/features/network-modifications/common/connectivity/VoltageLevelConnectivityForm.js
CHANGED
|
@@ -27,6 +27,7 @@ import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
|
27
27
|
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
28
28
|
import "../../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
29
29
|
import "../../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
30
|
+
import "../../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
30
31
|
import "@hello-pangea/dnd";
|
|
31
32
|
import "../../../../components/ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
32
33
|
import "../../../../components/ui/snackbarProvider/SnackbarProvider.js";
|
|
@@ -26,6 +26,7 @@ import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
|
26
26
|
import "../../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
27
27
|
import "../../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
28
28
|
import { CheckboxNullableInput } from "../../../../components/ui/reactHookForm/CheckboxNullableInput.js";
|
|
29
|
+
import "../../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
29
30
|
import "@hello-pangea/dnd";
|
|
30
31
|
import "../../../../components/ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
31
32
|
import "../../../../components/ui/snackbarProvider/SnackbarProvider.js";
|
|
@@ -27,6 +27,7 @@ import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
|
27
27
|
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
28
28
|
import "../../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
29
29
|
import "../../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
30
|
+
import "../../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
30
31
|
import "@hello-pangea/dnd";
|
|
31
32
|
import "../../../../components/ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
32
33
|
import "../../../../components/ui/snackbarProvider/SnackbarProvider.js";
|
|
@@ -26,6 +26,7 @@ import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
|
26
26
|
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
27
27
|
import "../../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
28
28
|
import { ExpandableInput } from "../../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
29
|
+
import "../../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
29
30
|
import "@hello-pangea/dnd";
|
|
30
31
|
import "../../../../components/ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
31
32
|
import "../../../../components/ui/snackbarProvider/SnackbarProvider.js";
|
|
@@ -25,6 +25,7 @@ import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
|
25
25
|
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
26
26
|
import "../../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
27
27
|
import "../../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
28
|
+
import "../../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
28
29
|
import "@hello-pangea/dnd";
|
|
29
30
|
import "../../../../components/ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
30
31
|
import "../../../../components/ui/snackbarProvider/SnackbarProvider.js";
|
|
@@ -27,6 +27,7 @@ import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
|
27
27
|
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
28
28
|
import "../../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
29
29
|
import "../../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
30
|
+
import "../../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
30
31
|
import "@hello-pangea/dnd";
|
|
31
32
|
import "../../../../components/ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
32
33
|
import "../../../../components/ui/snackbarProvider/SnackbarProvider.js";
|
|
@@ -25,6 +25,7 @@ import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
|
25
25
|
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
26
26
|
import "../../../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
27
27
|
import "../../../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
28
|
+
import "../../../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
28
29
|
import "@hello-pangea/dnd";
|
|
29
30
|
import "../../../../../components/ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
30
31
|
import "../../../../../components/ui/snackbarProvider/SnackbarProvider.js";
|
|
@@ -27,6 +27,7 @@ import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
|
27
27
|
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
28
28
|
import "../../../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
29
29
|
import "../../../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
30
|
+
import "../../../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
30
31
|
import "@hello-pangea/dnd";
|
|
31
32
|
import "../../../../../components/ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
32
33
|
import "../../../../../components/ui/snackbarProvider/SnackbarProvider.js";
|
package/dist/features/network-modifications/common/regulatingTerminal/RegulatingTerminalForm.js
CHANGED
|
@@ -24,6 +24,7 @@ import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
|
24
24
|
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
25
25
|
import "../../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
26
26
|
import "../../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
27
|
+
import "../../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
27
28
|
import "@hello-pangea/dnd";
|
|
28
29
|
import "../../../../components/ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
29
30
|
import "../../../../components/ui/snackbarProvider/SnackbarProvider.js";
|
|
@@ -26,6 +26,7 @@ import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
|
26
26
|
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
27
27
|
import "../../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
28
28
|
import "../../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
29
|
+
import "../../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
29
30
|
import "@hello-pangea/dnd";
|
|
30
31
|
import "../../../../components/ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
31
32
|
import "../../../../components/ui/snackbarProvider/SnackbarProvider.js";
|