@gridsuite/commons-ui 0.237.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.
Files changed (181) hide show
  1. package/dist/components/composite/dnd-table/dnd-table-add-rows-dialog.js +1 -0
  2. package/dist/components/composite/dnd-table/dnd-table-row.js +2 -1
  3. package/dist/components/composite/dnd-table/dnd-table.js +1 -0
  4. package/dist/components/composite/filter/HeaderFilterForm.js +1 -0
  5. package/dist/components/composite/filter/expert/ExpertFilterForm.js +1 -0
  6. package/dist/components/composite/filter/explicitNaming/ExplicitNamingFilterForm.js +1 -0
  7. package/dist/components/index.js +9 -1
  8. package/dist/components/ui/csvPicker/csv-picker-confirmation-dialog.js +1 -0
  9. package/dist/components/ui/dialogs/elementSaveDialog/ElementSaveDialog.js +1 -0
  10. package/dist/components/ui/index.js +9 -1
  11. package/dist/components/ui/reactHookForm/constants.d.ts +3 -0
  12. package/dist/components/ui/reactHookForm/constants.js +6 -0
  13. package/dist/components/ui/reactHookForm/directory-item-input/directory-item-input.d.ts +5 -0
  14. package/dist/components/ui/reactHookForm/directory-item-input/directory-item-input.js +66 -0
  15. package/dist/components/ui/reactHookForm/directory-item-input/directory-item-utils.d.ts +16 -0
  16. package/dist/components/ui/reactHookForm/directory-item-input/directory-item-utils.js +27 -0
  17. package/dist/components/ui/reactHookForm/directory-item-input/index.d.ts +8 -0
  18. package/dist/components/ui/reactHookForm/directory-item-input/index.js +7 -0
  19. package/dist/components/ui/reactHookForm/index.d.ts +1 -0
  20. package/dist/components/ui/reactHookForm/index.js +9 -1
  21. package/dist/features/index.js +1 -0
  22. package/dist/features/network-modification-table/renderers/name-cell.js +1 -0
  23. package/dist/features/network-modifications/battery/creation/BatteryCreationForm.js +1 -0
  24. package/dist/features/network-modifications/battery/creation/batteryCreation.utils.js +1 -0
  25. package/dist/features/network-modifications/battery/modification/BatteryDialogHeader.js +1 -0
  26. package/dist/features/network-modifications/battery/modification/BatteryDialogTabsContent.js +1 -0
  27. package/dist/features/network-modifications/battery/modification/batteryModification.utils.js +1 -0
  28. package/dist/features/network-modifications/by-filter/assignment/assignment/assignment-form.js +2 -1
  29. package/dist/features/network-modifications/by-filter/assignment/modification-by-assignment-form.js +1 -0
  30. package/dist/features/network-modifications/by-filter/deletion/ByFilterDeletionForm.js +2 -1
  31. package/dist/features/network-modifications/common/activePowerControl/ActivePowerControlForm.js +1 -0
  32. package/dist/features/network-modifications/common/connectivity/ConnectivityForm.js +1 -0
  33. package/dist/features/network-modifications/common/connectivity/PositionForm.js +1 -0
  34. package/dist/features/network-modifications/common/connectivity/VoltageLevelConnectivityForm.js +1 -0
  35. package/dist/features/network-modifications/common/measurements/BusbarSectionVoltageMeasurementsForm.js +1 -0
  36. package/dist/features/network-modifications/common/measurements/PowerWithValidityForm.js +1 -0
  37. package/dist/features/network-modifications/common/properties/PropertiesForm.js +1 -0
  38. package/dist/features/network-modifications/common/properties/PropertyForm.js +1 -0
  39. package/dist/features/network-modifications/common/reactiveLimits/ReactiveLimitsForm.js +1 -0
  40. package/dist/features/network-modifications/common/reactiveLimits/reactiveCapabilityCurve/ReactiveCapabilityCurveRowForm.js +1 -0
  41. package/dist/features/network-modifications/common/reactiveLimits/reactiveCapabilityCurve/ReactiveCapabilityCurveTableForm.js +1 -0
  42. package/dist/features/network-modifications/common/regulatingTerminal/RegulatingTerminalForm.js +1 -0
  43. package/dist/features/network-modifications/common/setpoints/SetPointsForm.js +1 -0
  44. package/dist/features/network-modifications/common/shortCircuit/ShortCircuitForm.js +1 -0
  45. package/dist/features/network-modifications/common/voltageRegulation/VoltageRegulationForm.js +1 -0
  46. package/dist/features/network-modifications/equipmentDeletion/EquipmentDeletionForm.js +1 -0
  47. package/dist/features/network-modifications/equipmentDeletion/equipmentDeletion.utils.js +1 -0
  48. package/dist/features/network-modifications/equipmentDeletion/hvdcLccDeletion/ShuntCompensatorSelectionForm.js +1 -0
  49. package/dist/features/network-modifications/generator/creation/GeneratorCreationForm.js +1 -0
  50. package/dist/features/network-modifications/generator/creation/generatorCreation.utils.js +1 -0
  51. package/dist/features/network-modifications/generator/modification/GeneratorDialogHeader.js +1 -0
  52. package/dist/features/network-modifications/generator/modification/GeneratorDialogTabsContent.js +1 -0
  53. package/dist/features/network-modifications/generator/modification/generatorModification.utils.js +1 -0
  54. package/dist/features/network-modifications/index.js +1 -0
  55. package/dist/features/network-modifications/load/common/LoadDialogHeader.js +1 -0
  56. package/dist/features/network-modifications/load/creation/loadCreation.utils.js +1 -0
  57. package/dist/features/network-modifications/load/modification/loadModification.utils.js +1 -0
  58. package/dist/features/network-modifications/shunt-compensator/common/CharacteristicsForm.js +1 -0
  59. package/dist/features/network-modifications/shunt-compensator/creation/ShuntCompensatorCreationForm.js +1 -0
  60. package/dist/features/network-modifications/shunt-compensator/creation/shuntCompensatorCreation.utils.js +1 -0
  61. package/dist/features/network-modifications/shunt-compensator/modification/ShuntCompensatorModificationForm.js +1 -0
  62. package/dist/features/network-modifications/shunt-compensator/modification/shuntCompensatorModification.utils.js +1 -0
  63. package/dist/features/network-modifications/substation/creation/SubstationCreationForm.js +1 -0
  64. package/dist/features/network-modifications/substation/modification/SubstationModificationForm.js +1 -0
  65. package/dist/features/network-modifications/voltageLevel/creation/VoltageLevelCreationForm.js +1 -0
  66. package/dist/features/network-modifications/voltageLevel/creation/index.js +1 -0
  67. package/dist/features/network-modifications/voltageLevel/creation/tabs/characteristicsTab/CharacteristicsTab.js +1 -0
  68. package/dist/features/network-modifications/voltageLevel/creation/tabs/structureTab/StructureTab.js +1 -0
  69. package/dist/features/network-modifications/voltageLevel/creation/tabs/structureTab/couplingOmnibus/CouplingOmnibusForm.js +1 -0
  70. package/dist/features/network-modifications/voltageLevel/creation/tabs/structureTab/switchesBetweenSections/SwitchesBetweenSections.js +1 -0
  71. package/dist/features/network-modifications/voltageLevel/creation/tabs/substationTab/SubstationCreationSection.js +1 -0
  72. package/dist/features/network-modifications/voltageLevel/creation/tabs/substationTab/SubstationTab.js +1 -0
  73. package/dist/features/network-modifications/voltageLevel/creation/voltageLevelCreation.utils.js +1 -0
  74. package/dist/features/network-modifications/voltageLevel/index.js +1 -0
  75. package/dist/features/network-modifications/voltageLevel/modification/VoltageLevelModificationForm.js +1 -0
  76. package/dist/features/parameters/common/ProviderParam.js +1 -0
  77. package/dist/features/parameters/common/contingency-table/columns-definitions.js +1 -0
  78. package/dist/features/parameters/common/limitreductions/limit-reduction-table-cell.js +1 -0
  79. package/dist/features/parameters/common/limitreductions/limit-reductions-table-form.js +1 -0
  80. package/dist/features/parameters/common/name-element-editor/name-element-editor-utils.js +1 -0
  81. package/dist/features/parameters/common/parameter-field.js +1 -0
  82. package/dist/features/parameters/common/parameter-table-field/parameter-table-field.js +1 -0
  83. package/dist/features/parameters/common/voltage-level-table/custom-voltage-level-table-cell.js +1 -0
  84. package/dist/features/parameters/common/widget/parameter-float.js +1 -0
  85. package/dist/features/parameters/common/widget/parameter-line-directory-items-input.d.ts +1 -1
  86. package/dist/features/parameters/common/widget/parameter-line-directory-items-input.js +2 -1
  87. package/dist/features/parameters/common/widget/parameter-line-slider.js +1 -0
  88. package/dist/features/parameters/dynamic-margin-calculation/dynamic-margin-calculation-form.js +1 -0
  89. package/dist/features/parameters/dynamic-margin-calculation/dynamic-margin-calculation-inline.js +1 -0
  90. package/dist/features/parameters/dynamic-margin-calculation/loads-variations-parameters.js +1 -0
  91. package/dist/features/parameters/dynamic-margin-calculation/use-dynamic-margin-calculation-parameters-form.js +1 -0
  92. package/dist/features/parameters/dynamic-security-analysis/contingency-parameters.js +1 -0
  93. package/dist/features/parameters/dynamic-security-analysis/dynamic-security-analysis-inline.js +1 -0
  94. package/dist/features/parameters/dynamic-security-analysis/dynamic-security-analysis-parameters-form.js +1 -0
  95. package/dist/features/parameters/dynamic-security-analysis/use-dynamic-security-analysis-parameters-form.js +1 -0
  96. package/dist/features/parameters/dynamic-simulation/curve/common/checkbox-treeview.js +2 -4
  97. package/dist/features/parameters/dynamic-simulation/curve/curve-parameters.js +2 -3
  98. package/dist/features/parameters/dynamic-simulation/dynamic-simulation-inline.js +5 -3
  99. package/dist/features/parameters/dynamic-simulation/dynamic-simulation-parameters-form.js +1 -0
  100. package/dist/features/parameters/dynamic-simulation/mapping/mapping-parameters-utils.d.ts +6 -3
  101. package/dist/features/parameters/dynamic-simulation/mapping/mapping-parameters-utils.js +40 -2
  102. package/dist/features/parameters/dynamic-simulation/mapping/mapping-parameters.js +39 -36
  103. package/dist/features/parameters/dynamic-simulation/use-dynamic-simulation-parameters-form.d.ts +3 -3
  104. package/dist/features/parameters/dynamic-simulation/use-dynamic-simulation-parameters-form.js +11 -10
  105. package/dist/features/parameters/loadflow/load-flow-general-parameters.js +1 -0
  106. package/dist/features/parameters/loadflow/load-flow-parameters-content.js +1 -0
  107. package/dist/features/parameters/loadflow/load-flow-parameters-dialog.js +1 -0
  108. package/dist/features/parameters/loadflow/load-flow-parameters-form.js +1 -0
  109. package/dist/features/parameters/loadflow/load-flow-parameters-header.js +1 -0
  110. package/dist/features/parameters/loadflow/load-flow-parameters-inline.js +1 -0
  111. package/dist/features/parameters/loadflow/load-flow-parameters-utils.js +1 -0
  112. package/dist/features/parameters/loadflow/use-load-flow-parameters-form.js +1 -0
  113. package/dist/features/parameters/network-visualizations/map-parameters.js +1 -0
  114. package/dist/features/parameters/network-visualizations/network-area-diagram-parameters.js +1 -0
  115. package/dist/features/parameters/network-visualizations/network-visualizations-form.js +1 -0
  116. package/dist/features/parameters/network-visualizations/network-visualizations-parameters-dialog.js +1 -0
  117. package/dist/features/parameters/network-visualizations/network-visualizations-parameters-inline.js +1 -0
  118. package/dist/features/parameters/network-visualizations/single-line-diagram-parameters.js +1 -0
  119. package/dist/features/parameters/network-visualizations/use-network-visualizations-parameters-form.js +1 -0
  120. package/dist/features/parameters/pcc-min/pcc-min-form-utils.js +1 -0
  121. package/dist/features/parameters/pcc-min/pcc-min-parameters-dialog.js +1 -0
  122. package/dist/features/parameters/pcc-min/pcc-min-parameters-form.js +1 -0
  123. package/dist/features/parameters/pcc-min/pcc-min-parameters-inline.js +1 -0
  124. package/dist/features/parameters/pcc-min/use-pcc-min-parameters-form.js +1 -0
  125. package/dist/features/parameters/security-analysis/columns-definitions.js +1 -0
  126. package/dist/features/parameters/security-analysis/security-analysis-parameters-dialog.js +1 -0
  127. package/dist/features/parameters/security-analysis/security-analysis-parameters-form.js +1 -0
  128. package/dist/features/parameters/security-analysis/security-analysis-parameters-inline.js +1 -0
  129. package/dist/features/parameters/security-analysis/security-analysis-parameters-selector.js +1 -0
  130. package/dist/features/parameters/security-analysis/security-analysis-violations-hiding.js +1 -0
  131. package/dist/features/parameters/security-analysis/use-security-analysis-parameters-form.js +1 -0
  132. package/dist/features/parameters/sensi/columns-definitions.js +1 -0
  133. package/dist/features/parameters/sensi/sensitivity-analysis-parameters-dialog.js +1 -0
  134. package/dist/features/parameters/sensi/sensitivity-analysis-parameters-form.js +1 -0
  135. package/dist/features/parameters/sensi/sensitivity-analysis-parameters-inline.js +1 -0
  136. package/dist/features/parameters/sensi/sensitivity-parameters-fields.js +1 -0
  137. package/dist/features/parameters/sensi/sensitivity-parameters-selector.js +1 -0
  138. package/dist/features/parameters/sensi/use-sensitivity-analysis-parameters.js +1 -0
  139. package/dist/features/parameters/sensi/utils.js +1 -0
  140. package/dist/features/parameters/short-circuit/short-circuit-general-tab-panel.js +1 -0
  141. package/dist/features/parameters/short-circuit/short-circuit-icc-cluster-table-cell.js +2 -1
  142. package/dist/features/parameters/short-circuit/short-circuit-icc-material-table-cell.js +1 -0
  143. package/dist/features/parameters/short-circuit/short-circuit-parameters-content.js +1 -0
  144. package/dist/features/parameters/short-circuit/short-circuit-parameters-dialog.js +1 -0
  145. package/dist/features/parameters/short-circuit/short-circuit-parameters-form.js +1 -0
  146. package/dist/features/parameters/short-circuit/short-circuit-parameters-inline.js +1 -0
  147. package/dist/features/parameters/short-circuit/short-circuit-parameters-utils.js +1 -0
  148. package/dist/features/parameters/short-circuit/short-circuit-power-electronics-tab-panel.js +1 -0
  149. package/dist/features/parameters/short-circuit/short-circuit-study-area-tab-panel.js +1 -0
  150. package/dist/features/parameters/short-circuit/use-short-circuit-parameters-form.js +1 -0
  151. package/dist/features/parameters/voltage-init/equipment-selection-parameters.js +1 -0
  152. package/dist/features/parameters/voltage-init/general-parameters.js +1 -0
  153. package/dist/features/parameters/voltage-init/use-voltage-init-parameters-form.js +1 -0
  154. package/dist/features/parameters/voltage-init/voltage-init-form-utils.js +1 -0
  155. package/dist/features/parameters/voltage-init/voltage-init-parameters-dialog.js +1 -0
  156. package/dist/features/parameters/voltage-init/voltage-init-parameters-form.js +1 -0
  157. package/dist/features/parameters/voltage-init/voltage-init-parameters-inline.js +1 -0
  158. package/dist/features/parameters/voltage-init/voltage-limits-parameters.js +1 -0
  159. package/dist/features/process-configs/security-analysis/update-sa-process-config-dialog.js +1 -0
  160. package/dist/features/process-configs/security-analysis/update-sa-process-config.js +1 -0
  161. package/dist/features/process-configs/update-process-config-modifications.js +2 -1
  162. package/dist/features/results/securityanalysis/security-analysis-result-nmk.js +1 -0
  163. package/dist/features/results/securityanalysis/security-analysis-table.js +1 -0
  164. package/dist/index.js +12 -4
  165. package/dist/services/dynamic-mapping.d.ts +2 -3
  166. package/dist/services/dynamic-mapping.js +3 -10
  167. package/dist/services/index.js +1 -2
  168. package/dist/translations/en/businessErrorsEn.d.ts +1 -1
  169. package/dist/translations/en/businessErrorsEn.js +1 -1
  170. package/dist/translations/fr/businessErrorsFr.d.ts +1 -1
  171. package/dist/translations/fr/businessErrorsFr.js +1 -1
  172. package/dist/utils/index.js +2 -1
  173. package/dist/utils/mapper/getFileIcon.js +3 -1
  174. package/dist/utils/types/dynamic-margin-calculation.type.d.ts +2 -5
  175. package/dist/utils/types/dynamic-simulation.type.d.ts +6 -4
  176. package/dist/utils/types/dynamic-simulation.type.js +10 -1
  177. package/dist/utils/types/elementType.d.ts +2 -2
  178. package/dist/utils/types/elementType.js +1 -1
  179. package/dist/utils/types/index.js +2 -1
  180. package/dist/utils/types/parameters.type.d.ts +2 -2
  181. 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";
@@ -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';
@@ -0,0 +1,7 @@
1
+ import { directoryItemSchema, getAbsenceLabelKeyFromType } from "./directory-item-utils.js";
2
+ import { DirectoryItemInput } from "./directory-item-input.js";
3
+ export {
4
+ DirectoryItemInput,
5
+ directoryItemSchema,
6
+ getAbsenceLabelKeyFromType
7
+ };
@@ -23,3 +23,4 @@ export * from './constants';
23
23
  export * from './expandableInput';
24
24
  export * from './CountrySelectionInput';
25
25
  export * from './CheckboxNullableInput';
26
+ 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,
@@ -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";
@@ -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";
@@ -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";
@@ -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";
@@ -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";
@@ -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";
@@ -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";
@@ -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";