@gridsuite/commons-ui 0.212.0 → 0.214.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 (505) hide show
  1. package/dist/components/customAGGrid/cell-renderers.js +1 -1
  2. package/dist/components/dnd-table/dnd-table-add-rows-dialog.js +18 -12
  3. package/dist/components/dnd-table/dnd-table-bottom-left-buttons.js +1 -1
  4. package/dist/components/dnd-table/dnd-table-bottom-right-buttons.js +1 -1
  5. package/dist/components/dnd-table/dnd-table.js +27 -21
  6. package/dist/components/dnd-table-v2/deletable-table-row.js +1 -1
  7. package/dist/components/dnd-table-v2/dnd-table-add-rows-dialog.js +18 -12
  8. package/dist/components/dnd-table-v2/dnd-table-bottom-left-buttons.js +1 -1
  9. package/dist/components/dnd-table-v2/dnd-table-bottom-right-buttons.js +1 -1
  10. package/dist/components/dnd-table-v2/dnd-table-row.js +34 -21
  11. package/dist/components/dnd-table-v2/dnd-table.js +18 -13
  12. package/dist/components/elementSearch/elementItem/EquipmentItem.js +1 -1
  13. package/dist/components/elementSearch/tagRenderer/TagRenderer.js +1 -1
  14. package/dist/components/filter/FilterCreationDialog.js +1 -1
  15. package/dist/components/filter/FilterForm.js +5 -3
  16. package/dist/components/filter/HeaderFilterForm.js +17 -11
  17. package/dist/components/filter/expert/ExpertFilterEditionDialog.js +1 -1
  18. package/dist/components/filter/expert/ExpertFilterForm.d.ts +1 -1
  19. package/dist/components/filter/expert/ExpertFilterForm.js +20 -26
  20. package/dist/components/filter/explicitNaming/ExplicitNamingFilterEditionDialog.js +1 -1
  21. package/dist/components/filter/explicitNaming/ExplicitNamingFilterForm.js +29 -27
  22. package/dist/components/filter/utils/filterApi.js +3 -3
  23. package/dist/components/flatParameters/FlatParameters.js +2 -2
  24. package/dist/components/grid/grid-item.js +1 -1
  25. package/dist/components/index.d.ts +1 -13
  26. package/dist/components/index.js +108 -92
  27. package/dist/components/muiTable/OverflowableTableCell.d.ts +1 -1
  28. package/dist/components/muiTable/OverflowableTableCell.js +1 -1
  29. package/dist/components/muiTable/OverflowableTableCellWithCheckbox.d.ts +1 -1
  30. package/dist/components/muiTable/OverflowableTableCellWithCheckbox.js +1 -1
  31. package/dist/components/network-modification-table/columns-definition.d.ts +0 -2
  32. package/dist/components/network-modification-table/index.js +16 -0
  33. package/dist/components/network-modification-table/network-modifications-table.d.ts +8 -2
  34. package/dist/components/network-modification-table/network-modifications-table.js +33 -8
  35. package/dist/components/network-modification-table/renderers/cell-renderers.d.ts +23 -0
  36. package/dist/components/network-modification-table/renderers/cell-renderers.js +103 -0
  37. package/dist/components/network-modification-table/renderers/description-cell.d.ts +9 -0
  38. package/dist/components/network-modification-table/renderers/description-cell.js +75 -0
  39. package/dist/components/network-modification-table/renderers/index.d.ts +4 -0
  40. package/dist/components/network-modification-table/renderers/index.js +17 -1
  41. package/dist/components/network-modification-table/renderers/name-cell.d.ts +2 -2
  42. package/dist/components/network-modification-table/renderers/name-cell.js +29 -10
  43. package/dist/components/network-modification-table/renderers/root-network-chip-cell.d.ts +13 -0
  44. package/dist/components/network-modification-table/renderers/root-network-chip-cell.js +114 -0
  45. package/dist/components/network-modification-table/renderers/select-cell.js +2 -2
  46. package/dist/components/network-modification-table/renderers/select-header-cell.js +2 -2
  47. package/dist/components/network-modification-table/renderers/switch-cell.d.ts +9 -0
  48. package/dist/components/network-modification-table/renderers/switch-cell.js +63 -0
  49. package/dist/components/network-modifications/battery/creation/BatteryCreationForm.js +17 -11
  50. package/dist/components/network-modifications/battery/creation/batteryCreation.utils.js +15 -9
  51. package/dist/components/network-modifications/by-filter/assignment/assignment/assignment-form.js +23 -16
  52. package/dist/components/network-modifications/by-filter/assignment/modification-by-assignment-form.js +20 -15
  53. package/dist/components/network-modifications/by-filter/deletion/ByFilterDeletionForm.js +21 -14
  54. package/dist/components/network-modifications/common/activePowerControl/ActivePowerControlForm.js +19 -13
  55. package/dist/components/network-modifications/common/connectivity/ConnectivityForm.js +19 -13
  56. package/dist/components/network-modifications/common/connectivity/PositionForm.js +19 -13
  57. package/dist/components/network-modifications/common/connectivity/VoltageLevelConnectivityForm.js +19 -13
  58. package/dist/components/network-modifications/common/measurements/PowerWithValidityForm.js +20 -14
  59. package/dist/components/network-modifications/common/properties/PropertiesForm.js +16 -10
  60. package/dist/components/network-modifications/common/properties/PropertyForm.js +17 -11
  61. package/dist/components/network-modifications/common/reactiveLimits/ReactiveLimitsForm.js +17 -11
  62. package/dist/components/network-modifications/common/reactiveLimits/reactiveCapabilityCurve/ReactiveCapabilityCurveRowForm.js +17 -11
  63. package/dist/components/network-modifications/common/reactiveLimits/reactiveCapabilityCurve/ReactiveCapabilityCurveTableForm.js +17 -11
  64. package/dist/components/network-modifications/common/setpoints/SetPointsForm.js +16 -10
  65. package/dist/components/network-modifications/common/shortCircuit/ShortCircuitForm.js +19 -13
  66. package/dist/components/network-modifications/equipmentDeletion/EquipmentDeletionForm.js +16 -10
  67. package/dist/components/network-modifications/equipmentDeletion/equipmentDeletion.utils.js +15 -9
  68. package/dist/components/network-modifications/equipmentDeletion/hvdcLccDeletion/ShuntCompensatorSelectionForm.js +17 -11
  69. package/dist/components/network-modifications/index.js +17 -11
  70. package/dist/components/network-modifications/load/common/LoadDialogHeader.js +17 -11
  71. package/dist/components/network-modifications/load/creation/loadCreation.utils.js +15 -9
  72. package/dist/components/network-modifications/load/modification/loadModification.utils.js +15 -9
  73. package/dist/components/network-modifications/shunt-compensator/common/CharacteristicsForm.js +19 -13
  74. package/dist/components/network-modifications/shunt-compensator/creation/ShuntCompensatorCreationForm.js +19 -13
  75. package/dist/components/network-modifications/shunt-compensator/creation/shuntCompensatorCreation.utils.js +15 -9
  76. package/dist/components/network-modifications/substation/creation/SubstationCreationForm.js +20 -14
  77. package/dist/components/network-modifications/substation/modification/SubstationModificationForm.js +20 -14
  78. package/dist/components/network-modifications/voltageLevel/creation/VoltageLevelCreationForm.js +19 -13
  79. package/dist/components/network-modifications/voltageLevel/creation/index.js +17 -11
  80. package/dist/components/network-modifications/voltageLevel/creation/tabs/characteristicsTab/CharacteristicsTab.js +16 -10
  81. package/dist/components/network-modifications/voltageLevel/creation/tabs/structureTab/StructureTab.js +18 -12
  82. package/dist/components/network-modifications/voltageLevel/creation/tabs/structureTab/couplingOmnibus/CouplingOmnibusCreation.js +1 -1
  83. package/dist/components/network-modifications/voltageLevel/creation/tabs/structureTab/couplingOmnibus/CouplingOmnibusForm.js +18 -12
  84. package/dist/components/network-modifications/voltageLevel/creation/tabs/structureTab/switchesBetweenSections/SwitchesBetweenSections.js +16 -10
  85. package/dist/components/network-modifications/voltageLevel/creation/tabs/substationTab/SubstationCreationSection.js +20 -14
  86. package/dist/components/network-modifications/voltageLevel/creation/tabs/substationTab/SubstationTab.js +18 -12
  87. package/dist/components/network-modifications/voltageLevel/creation/voltageLevelCreation.utils.js +15 -9
  88. package/dist/components/network-modifications/voltageLevel/index.js +17 -11
  89. package/dist/components/network-modifications/voltageLevel/modification/VoltageLevelModificationForm.js +21 -15
  90. package/dist/components/notifications/NotificationsProvider.js +12 -1
  91. package/dist/components/parameters/common/ProviderParam.js +19 -13
  92. package/dist/components/parameters/common/contingency-table/columns-definitions.js +15 -10
  93. package/dist/components/parameters/common/hook/use-parameters-form.js +1 -1
  94. package/dist/components/parameters/common/limitreductions/limit-reduction-table-cell.js +21 -15
  95. package/dist/components/parameters/common/limitreductions/limit-reductions-table-form.js +17 -11
  96. package/dist/components/parameters/common/name-element-editor/name-element-editor-form.js +2 -2
  97. package/dist/components/parameters/common/name-element-editor/name-element-editor-utils.js +19 -13
  98. package/dist/components/parameters/common/parameter-field.js +27 -23
  99. package/dist/components/parameters/common/parameter-table/parameter-table.js +1 -1
  100. package/dist/components/parameters/common/parameter-table/table-cell.js +30 -17
  101. package/dist/components/parameters/common/parameter-table/table-row.js +1 -1
  102. package/dist/components/parameters/common/parameter-table-field/parameter-table-field.js +17 -11
  103. package/dist/components/parameters/common/parameters-creation-dialog.js +5 -3
  104. package/dist/components/parameters/common/voltage-level-table/custom-voltage-level-table-cell.js +20 -14
  105. package/dist/components/parameters/common/voltage-level-table/custom-voltage-level-table.js +1 -1
  106. package/dist/components/parameters/common/widget/parameter-float.js +20 -14
  107. package/dist/components/parameters/common/widget/parameter-line-directory-items-input.js +20 -13
  108. package/dist/components/parameters/common/widget/parameter-line-slider.js +19 -13
  109. package/dist/components/parameters/dynamic-margin-calculation/dynamic-margin-calculation-form.js +15 -11
  110. package/dist/components/parameters/dynamic-margin-calculation/dynamic-margin-calculation-inline.js +17 -12
  111. package/dist/components/parameters/dynamic-margin-calculation/loads-variations-parameters.js +16 -11
  112. package/dist/components/parameters/dynamic-margin-calculation/use-dynamic-margin-calculation-parameters-form.js +15 -11
  113. package/dist/components/parameters/dynamic-security-analysis/contingency-parameters.js +15 -11
  114. package/dist/components/parameters/dynamic-security-analysis/dynamic-security-analysis-inline.js +17 -12
  115. package/dist/components/parameters/dynamic-security-analysis/dynamic-security-analysis-parameters-form.js +15 -11
  116. package/dist/components/parameters/dynamic-security-analysis/use-dynamic-security-analysis-parameters-form.js +16 -12
  117. package/dist/components/parameters/dynamic-simulation/curve/common/grid-buttons.js +1 -1
  118. package/dist/components/parameters/dynamic-simulation/curve/dialog/curve-selector-dialog.js +1 -1
  119. package/dist/components/parameters/dynamic-simulation/curve/dialog/equipment-filter.js +1 -1
  120. package/dist/components/parameters/dynamic-simulation/dynamic-simulation-inline.js +17 -13
  121. package/dist/components/parameters/dynamic-simulation/dynamic-simulation-parameters-form.js +15 -11
  122. package/dist/components/parameters/dynamic-simulation/use-dynamic-simulation-parameters-form.js +15 -11
  123. package/dist/components/parameters/loadflow/load-flow-general-parameters.js +17 -13
  124. package/dist/components/parameters/loadflow/load-flow-parameters-content.js +15 -11
  125. package/dist/components/parameters/loadflow/load-flow-parameters-dialog.js +16 -12
  126. package/dist/components/parameters/loadflow/load-flow-parameters-form.js +18 -12
  127. package/dist/components/parameters/loadflow/load-flow-parameters-header.js +19 -15
  128. package/dist/components/parameters/loadflow/load-flow-parameters-inline.js +17 -13
  129. package/dist/components/parameters/loadflow/load-flow-parameters-utils.js +15 -11
  130. package/dist/components/parameters/loadflow/use-load-flow-parameters-form.js +16 -12
  131. package/dist/components/parameters/network-visualizations/map-parameters.js +17 -13
  132. package/dist/components/parameters/network-visualizations/network-area-diagram-parameters.js +19 -13
  133. package/dist/components/parameters/network-visualizations/network-visualizations-form.js +17 -13
  134. package/dist/components/parameters/network-visualizations/network-visualizations-parameters-dialog.js +16 -11
  135. package/dist/components/parameters/network-visualizations/network-visualizations-parameters-inline.js +16 -11
  136. package/dist/components/parameters/network-visualizations/single-line-diagram-parameters.js +17 -13
  137. package/dist/components/parameters/network-visualizations/use-network-visualizations-parameters-form.js +20 -14
  138. package/dist/components/parameters/pcc-min/pcc-min-form-utils.js +20 -14
  139. package/dist/components/parameters/pcc-min/pcc-min-parameters-dialog.js +16 -11
  140. package/dist/components/parameters/pcc-min/pcc-min-parameters-form.js +19 -15
  141. package/dist/components/parameters/pcc-min/pcc-min-parameters-inline.js +17 -13
  142. package/dist/components/parameters/pcc-min/use-pcc-min-parameters-form.js +16 -10
  143. package/dist/components/parameters/security-analysis/columns-definitions.js +15 -11
  144. package/dist/components/parameters/security-analysis/security-analysis-parameters-dialog.js +16 -12
  145. package/dist/components/parameters/security-analysis/security-analysis-parameters-form.js +19 -14
  146. package/dist/components/parameters/security-analysis/security-analysis-parameters-inline.js +17 -13
  147. package/dist/components/parameters/security-analysis/security-analysis-parameters-selector.js +15 -11
  148. package/dist/components/parameters/security-analysis/security-analysis-violations-hiding.js +19 -15
  149. package/dist/components/parameters/security-analysis/use-security-analysis-parameters-form.js +15 -11
  150. package/dist/components/parameters/sensi/columns-definitions.js +15 -11
  151. package/dist/components/parameters/sensi/sensitivity-analysis-parameters-dialog.js +16 -12
  152. package/dist/components/parameters/sensi/sensitivity-analysis-parameters-form.js +19 -15
  153. package/dist/components/parameters/sensi/sensitivity-analysis-parameters-inline.js +17 -13
  154. package/dist/components/parameters/sensi/sensitivity-parameters-fields.js +19 -13
  155. package/dist/components/parameters/sensi/sensitivity-parameters-selector.js +15 -10
  156. package/dist/components/parameters/sensi/use-sensitivity-analysis-parameters.js +14 -9
  157. package/dist/components/parameters/sensi/utils.d.ts +1 -1
  158. package/dist/components/parameters/sensi/utils.js +16 -12
  159. package/dist/components/parameters/short-circuit/short-circuit-general-tab-panel.js +21 -17
  160. package/dist/components/parameters/short-circuit/short-circuit-icc-cluster-table-cell.js +23 -16
  161. package/dist/components/parameters/short-circuit/short-circuit-icc-cluster-table-row.js +1 -1
  162. package/dist/components/parameters/short-circuit/short-circuit-icc-cluster-table.js +1 -1
  163. package/dist/components/parameters/short-circuit/short-circuit-icc-material-table-cell.js +21 -15
  164. package/dist/components/parameters/short-circuit/short-circuit-icc-material-table.js +1 -1
  165. package/dist/components/parameters/short-circuit/short-circuit-parameters-content.js +15 -11
  166. package/dist/components/parameters/short-circuit/short-circuit-parameters-dialog.js +16 -12
  167. package/dist/components/parameters/short-circuit/short-circuit-parameters-form.js +18 -12
  168. package/dist/components/parameters/short-circuit/short-circuit-parameters-inline.js +17 -13
  169. package/dist/components/parameters/short-circuit/short-circuit-parameters-utils.js +16 -12
  170. package/dist/components/parameters/short-circuit/short-circuit-power-electronics-tab-panel.js +17 -13
  171. package/dist/components/parameters/short-circuit/short-circuit-study-area-tab-panel.js +20 -16
  172. package/dist/components/parameters/short-circuit/use-short-circuit-parameters-form.js +20 -16
  173. package/dist/components/parameters/voltage-init/equipment-selection-parameters.js +19 -15
  174. package/dist/components/parameters/voltage-init/general-parameters.js +15 -11
  175. package/dist/components/parameters/voltage-init/use-voltage-init-parameters-form.js +20 -15
  176. package/dist/components/parameters/voltage-init/voltage-init-form-utils.js +20 -15
  177. package/dist/components/parameters/voltage-init/voltage-init-parameters-dialog.js +16 -11
  178. package/dist/components/parameters/voltage-init/voltage-init-parameters-form.js +18 -14
  179. package/dist/components/parameters/voltage-init/voltage-init-parameters-inline.js +17 -13
  180. package/dist/components/parameters/voltage-init/voltage-limits-parameters.js +15 -10
  181. package/dist/components/topBar/AboutDialog.js +1 -1
  182. package/dist/components/topBar/TopBar.d.ts +3 -3
  183. package/dist/components/topBar/TopBar.js +11 -11
  184. package/dist/components/topBar/UserInformationDialog.d.ts +3 -3
  185. package/dist/components/topBar/UserInformationDialog.js +10 -7
  186. package/dist/components/treeViewFinder/TreeViewFinder.js +1 -1
  187. package/dist/components/{announcement → ui/announcement}/AnnouncementBanner.d.ts +4 -4
  188. package/dist/components/{announcement → ui/announcement}/AnnouncementBanner.js +4 -4
  189. package/dist/components/ui/announcement/AnnouncementNotification.d.ts +7 -0
  190. package/dist/components/{announcement → ui/announcement}/AnnouncementNotification.js +13 -3
  191. package/dist/components/ui/announcement/useGlobalAnnouncement.d.ts +10 -0
  192. package/dist/components/{announcement → ui/announcement}/useGlobalAnnouncement.js +6 -6
  193. package/dist/components/{checkBoxList → ui/checkBoxList}/CheckBoxListItem.js +4 -4
  194. package/dist/components/{checkBoxList → ui/checkBoxList}/CheckBoxListItemContent.js +4 -4
  195. package/dist/components/{checkBoxList → ui/checkBoxList}/DraggableCheckBoxListItem.js +4 -4
  196. package/dist/components/{checkBoxList → ui/checkBoxList}/DraggableCheckBoxListItemContent.js +4 -4
  197. package/dist/components/{checkBoxList → ui/checkBoxList}/checkBoxList.type.d.ts +1 -1
  198. package/dist/components/{csvDownloader → ui/csvDownloader}/csv-export.type.d.ts +1 -1
  199. package/dist/components/{csvDownloader → ui/csvDownloader}/use-csv-export.js +5 -5
  200. package/dist/components/{dialogs → ui/dialogs}/customMuiDialog/CustomMuiDialog.d.ts +1 -1
  201. package/dist/components/{dialogs → ui/dialogs}/customMuiDialog/CustomMuiDialog.js +3 -3
  202. package/dist/components/{dialogs → ui/dialogs}/descriptionModificationDialog/DescriptionModificationDialog.js +6 -6
  203. package/dist/components/{dialogs → ui/dialogs}/elementSaveDialog/ElementSaveDialog.d.ts +1 -1
  204. package/dist/components/{dialogs → ui/dialogs}/elementSaveDialog/ElementSaveDialog.js +16 -22
  205. package/dist/components/{dialogs → ui/dialogs}/elementSaveDialog/utils.d.ts +1 -1
  206. package/dist/components/{dialogs → ui/dialogs}/elementSaveDialog/utils.js +1 -1
  207. package/dist/components/{dialogs → ui/dialogs}/index.d.ts +1 -0
  208. package/dist/components/{dialogs → ui/dialogs}/index.js +2 -0
  209. package/dist/components/{dialogs → ui/dialogs}/modifyElementSelection/ModifyElementSelection.d.ts +1 -1
  210. package/dist/components/{dialogs → ui/dialogs}/modifyElementSelection/ModifyElementSelection.js +7 -7
  211. package/dist/components/{multipleSelectionDialog → ui/dialogs/multipleSelectionDialog}/MultipleSelectionDialog.d.ts +1 -1
  212. package/dist/components/{multipleSelectionDialog → ui/dialogs/multipleSelectionDialog}/MultipleSelectionDialog.js +1 -1
  213. package/dist/components/{dialogs → ui/dialogs}/popupConfirmationDialog/PopupConfirmationDialog.js +1 -1
  214. package/dist/components/ui/index.d.ts +20 -0
  215. package/dist/components/{inputs → ui}/index.js +56 -2
  216. package/dist/components/{inputs → ui/inputs}/SelectClearable.js +1 -1
  217. package/dist/components/{inputs → ui/inputs}/index.d.ts +0 -2
  218. package/dist/components/ui/inputs/index.js +6 -0
  219. package/dist/components/{menus → ui/menus}/custom-nested-menu.d.ts +1 -1
  220. package/dist/components/{menus → ui/menus}/custom-nested-menu.js +1 -1
  221. package/dist/components/{overflowableText → ui/overflowableText}/OverflowableText.d.ts +1 -1
  222. package/dist/components/{overflowableText → ui/overflowableText}/OverflowableText.js +4 -4
  223. package/dist/components/{inputs → ui}/reactHookForm/DirectoryItemsInput.js +1 -1
  224. package/dist/components/{inputs → ui}/reactHookForm/OverflowableChip.js +1 -1
  225. package/dist/components/{inputs → ui}/reactHookForm/agGridTable/BottomRightButtons.js +1 -1
  226. package/dist/components/{inputs → ui}/reactHookForm/chip-items-input.js +1 -1
  227. package/dist/components/{inputs → ui}/reactHookForm/expandableInput/DeletableRow.js +1 -1
  228. package/dist/components/{inputs → ui}/reactHookForm/expandableInput/ExpandableInput.js +1 -1
  229. package/dist/components/{inputs → ui}/reactHookForm/selectInputs/InputWithPopupConfirmation.js +1 -1
  230. package/dist/components/{inputs → ui}/reactHookForm/selectInputs/SelectWithConfirmationInput.js +1 -1
  231. package/dist/components/{inputs → ui}/reactHookForm/text/DescriptionField.js +1 -1
  232. package/dist/components/{inputs → ui}/reactHookForm/text/DescriptionInput.js +3 -3
  233. package/dist/components/{inputs → ui}/reactHookForm/utils/HelperPreviousValue.js +1 -1
  234. package/dist/components/{inputs → ui}/reactQueryBuilder/CombinatorSelector.js +1 -1
  235. package/dist/index.js +116 -95
  236. package/dist/services/index.js +4 -1
  237. package/dist/services/networkModification.d.ts +8 -1
  238. package/dist/services/networkModification.js +45 -1
  239. package/dist/translations/en/filterEn.d.ts +0 -1
  240. package/dist/translations/en/filterEn.js +0 -1
  241. package/dist/translations/en/filterExpertEn.d.ts +0 -2
  242. package/dist/translations/en/filterExpertEn.js +0 -2
  243. package/dist/translations/en/networkModificationsEn.d.ts +1 -0
  244. package/dist/translations/en/networkModificationsEn.js +4 -3
  245. package/dist/translations/fr/filterExpertFr.d.ts +0 -2
  246. package/dist/translations/fr/filterExpertFr.js +0 -2
  247. package/dist/translations/fr/filterFr.d.ts +0 -1
  248. package/dist/translations/fr/filterFr.js +0 -1
  249. package/dist/translations/fr/networkModificationsFr.d.ts +1 -0
  250. package/dist/translations/fr/networkModificationsFr.js +4 -3
  251. package/dist/utils/constants/index.js +2 -1
  252. package/dist/utils/constants/translationKeys.d.ts +1 -0
  253. package/dist/utils/constants/translationKeys.js +2 -0
  254. package/dist/utils/index.js +4 -2
  255. package/dist/utils/types/equipmentTypes.d.ts +1 -0
  256. package/dist/utils/types/equipmentTypes.js +5 -1
  257. package/dist/utils/types/index.js +2 -1
  258. package/dist/utils/types/network-modification-types.d.ts +6 -0
  259. package/package.json +1 -1
  260. package/dist/components/announcement/AnnouncementNotification.d.ts +0 -7
  261. package/dist/components/announcement/useGlobalAnnouncement.d.ts +0 -10
  262. /package/dist/components/{addButton → ui/addButton}/AddButton.d.ts +0 -0
  263. /package/dist/components/{addButton → ui/addButton}/AddButton.js +0 -0
  264. /package/dist/components/{addButton → ui/addButton}/index.d.ts +0 -0
  265. /package/dist/components/{addButton → ui/addButton}/index.js +0 -0
  266. /package/dist/components/{announcement → ui/announcement}/index.d.ts +0 -0
  267. /package/dist/components/{announcement → ui/announcement}/index.js +0 -0
  268. /package/dist/components/{checkBoxList → ui/checkBoxList}/CheckBoxList.d.ts +0 -0
  269. /package/dist/components/{checkBoxList → ui/checkBoxList}/CheckBoxList.js +0 -0
  270. /package/dist/components/{checkBoxList → ui/checkBoxList}/CheckBoxListItem.d.ts +0 -0
  271. /package/dist/components/{checkBoxList → ui/checkBoxList}/CheckBoxListItemContent.d.ts +0 -0
  272. /package/dist/components/{checkBoxList → ui/checkBoxList}/CheckBoxListItems.d.ts +0 -0
  273. /package/dist/components/{checkBoxList → ui/checkBoxList}/CheckBoxListItems.js +0 -0
  274. /package/dist/components/{checkBoxList → ui/checkBoxList}/DraggableCheckBoxListItem.d.ts +0 -0
  275. /package/dist/components/{checkBoxList → ui/checkBoxList}/DraggableCheckBoxListItemContent.d.ts +0 -0
  276. /package/dist/components/{checkBoxList → ui/checkBoxList}/checkBoxList.type.js +0 -0
  277. /package/dist/components/{checkBoxList → ui/checkBoxList}/index.d.ts +0 -0
  278. /package/dist/components/{checkBoxList → ui/checkBoxList}/index.js +0 -0
  279. /package/dist/components/{csvDownloader → ui/csvDownloader}/csv-export.d.ts +0 -0
  280. /package/dist/components/{csvDownloader → ui/csvDownloader}/csv-export.js +0 -0
  281. /package/dist/components/{csvDownloader → ui/csvDownloader}/csv-export.type.js +0 -0
  282. /package/dist/components/{csvDownloader → ui/csvDownloader}/export-csv-button.d.ts +0 -0
  283. /package/dist/components/{csvDownloader → ui/csvDownloader}/export-csv-button.js +0 -0
  284. /package/dist/components/{csvDownloader → ui/csvDownloader}/index.d.ts +0 -0
  285. /package/dist/components/{csvDownloader → ui/csvDownloader}/index.js +0 -0
  286. /package/dist/components/{csvDownloader → ui/csvDownloader}/use-csv-export.d.ts +0 -0
  287. /package/dist/components/{dialogs → ui/dialogs}/descriptionModificationDialog/DescriptionModificationDialog.d.ts +0 -0
  288. /package/dist/components/{dialogs → ui/dialogs}/descriptionModificationDialog/index.d.ts +0 -0
  289. /package/dist/components/{dialogs → ui/dialogs}/descriptionModificationDialog/index.js +0 -0
  290. /package/dist/components/{dialogs → ui/dialogs}/elementSaveDialog/index.d.ts +0 -0
  291. /package/dist/components/{dialogs → ui/dialogs}/elementSaveDialog/index.js +0 -0
  292. /package/dist/components/{dialogs → ui/dialogs}/modifyElementSelection/index.d.ts +0 -0
  293. /package/dist/components/{dialogs → ui/dialogs}/modifyElementSelection/index.js +0 -0
  294. /package/dist/components/{multipleSelectionDialog → ui/dialogs/multipleSelectionDialog}/index.d.ts +0 -0
  295. /package/dist/components/{multipleSelectionDialog → ui/dialogs/multipleSelectionDialog}/index.js +0 -0
  296. /package/dist/components/{dialogs → ui/dialogs}/popupConfirmationDialog/PopupConfirmationDialog.d.ts +0 -0
  297. /package/dist/components/{dialogs → ui/dialogs}/popupConfirmationDialog/index.d.ts +0 -0
  298. /package/dist/components/{dialogs → ui/dialogs}/popupConfirmationDialog/index.js +0 -0
  299. /package/dist/components/{expandableGroup → ui/expandableGroup}/ExpandableGroup.d.ts +0 -0
  300. /package/dist/components/{expandableGroup → ui/expandableGroup}/ExpandableGroup.js +0 -0
  301. /package/dist/components/{expandableGroup → ui/expandableGroup}/index.d.ts +0 -0
  302. /package/dist/components/{expandableGroup → ui/expandableGroup}/index.js +0 -0
  303. /package/dist/components/{icons → ui/icons}/ArrowsInputIcon.d.ts +0 -0
  304. /package/dist/components/{icons → ui/icons}/ArrowsInputIcon.js +0 -0
  305. /package/dist/components/{icons → ui/icons}/ArrowsOutputIcon.d.ts +0 -0
  306. /package/dist/components/{icons → ui/icons}/ArrowsOutputIcon.js +0 -0
  307. /package/dist/components/{icons → ui/icons}/EditNoteIcon.d.ts +0 -0
  308. /package/dist/components/{icons → ui/icons}/EditNoteIcon.js +0 -0
  309. /package/dist/components/{icons → ui/icons}/LeftPanelCloseIcon.d.ts +0 -0
  310. /package/dist/components/{icons → ui/icons}/LeftPanelCloseIcon.js +0 -0
  311. /package/dist/components/{icons → ui/icons}/LeftPanelOpenIcon.d.ts +0 -0
  312. /package/dist/components/{icons → ui/icons}/LeftPanelOpenIcon.js +0 -0
  313. /package/dist/components/{icons → ui/icons}/index.d.ts +0 -0
  314. /package/dist/components/{icons → ui/icons}/index.js +0 -0
  315. /package/dist/components/{inputs → ui/inputs}/ActivableChip.d.ts +0 -0
  316. /package/dist/components/{inputs → ui/inputs}/ActivableChip.js +0 -0
  317. /package/dist/components/{inputs → ui/inputs}/SelectClearable.d.ts +0 -0
  318. /package/dist/components/{inputs → ui/inputs}/checkbox-autocomplete/checkbox-autocomplete.d.ts +0 -0
  319. /package/dist/components/{inputs → ui/inputs}/checkbox-autocomplete/checkbox-autocomplete.js +0 -0
  320. /package/dist/components/{inputs → ui/inputs}/checkbox-autocomplete/checkbox-item.d.ts +0 -0
  321. /package/dist/components/{inputs → ui/inputs}/checkbox-autocomplete/checkbox-item.js +0 -0
  322. /package/dist/components/{inputs → ui/inputs}/checkbox-autocomplete/index.d.ts +0 -0
  323. /package/dist/components/{inputs → ui/inputs}/checkbox-autocomplete/index.js +0 -0
  324. /package/dist/components/{inputs → ui/inputs}/checkbox-autocomplete/virtualized-list-item.d.ts +0 -0
  325. /package/dist/components/{inputs → ui/inputs}/checkbox-autocomplete/virtualized-list-item.js +0 -0
  326. /package/dist/components/{inputs → ui/inputs}/checkbox-autocomplete/virtualized-list.d.ts +0 -0
  327. /package/dist/components/{inputs → ui/inputs}/checkbox-autocomplete/virtualized-list.js +0 -0
  328. /package/dist/components/{menus → ui/menus}/index.d.ts +0 -0
  329. /package/dist/components/{menus → ui/menus}/index.js +0 -0
  330. /package/dist/components/{overflowableText → ui/overflowableText}/index.d.ts +0 -0
  331. /package/dist/components/{overflowableText → ui/overflowableText}/index.js +0 -0
  332. /package/dist/components/{inputs → ui}/reactHookForm/CheckboxNullableInput.d.ts +0 -0
  333. /package/dist/components/{inputs → ui}/reactHookForm/CheckboxNullableInput.js +0 -0
  334. /package/dist/components/{inputs → ui}/reactHookForm/CountrySelectionInput.d.ts +0 -0
  335. /package/dist/components/{inputs → ui}/reactHookForm/CountrySelectionInput.js +0 -0
  336. /package/dist/components/{inputs → ui}/reactHookForm/DirectoryItemsInput.d.ts +0 -0
  337. /package/dist/components/{inputs → ui}/reactHookForm/OverflowableChip.d.ts +0 -0
  338. /package/dist/components/{inputs → ui}/reactHookForm/OverflowableChipWithHelperText.d.ts +0 -0
  339. /package/dist/components/{inputs → ui}/reactHookForm/OverflowableChipWithHelperText.js +0 -0
  340. /package/dist/components/{inputs → ui}/reactHookForm/RawReadOnlyInput.d.ts +0 -0
  341. /package/dist/components/{inputs → ui}/reactHookForm/RawReadOnlyInput.js +0 -0
  342. /package/dist/components/{inputs → ui}/reactHookForm/agGridTable/BottomRightButtons.d.ts +0 -0
  343. /package/dist/components/{inputs → ui}/reactHookForm/agGridTable/CustomAgGridTable.d.ts +0 -0
  344. /package/dist/components/{inputs → ui}/reactHookForm/agGridTable/CustomAgGridTable.js +0 -0
  345. /package/dist/components/{inputs → ui}/reactHookForm/agGridTable/cellEditors/index.d.ts +0 -0
  346. /package/dist/components/{inputs → ui}/reactHookForm/agGridTable/cellEditors/index.js +0 -0
  347. /package/dist/components/{inputs → ui}/reactHookForm/agGridTable/cellEditors/numericEditor.d.ts +0 -0
  348. /package/dist/components/{inputs → ui}/reactHookForm/agGridTable/cellEditors/numericEditor.js +0 -0
  349. /package/dist/components/{inputs → ui}/reactHookForm/agGridTable/csvUploader/CsvUploader.d.ts +0 -0
  350. /package/dist/components/{inputs → ui}/reactHookForm/agGridTable/csvUploader/CsvUploader.js +0 -0
  351. /package/dist/components/{inputs → ui}/reactHookForm/agGridTable/csvUploader/index.d.ts +0 -0
  352. /package/dist/components/{inputs → ui}/reactHookForm/agGridTable/csvUploader/index.js +0 -0
  353. /package/dist/components/{inputs → ui}/reactHookForm/agGridTable/index.d.ts +0 -0
  354. /package/dist/components/{inputs → ui}/reactHookForm/agGridTable/index.js +0 -0
  355. /package/dist/components/{inputs → ui}/reactHookForm/autocompleteInputs/AutocompleteInput.d.ts +0 -0
  356. /package/dist/components/{inputs → ui}/reactHookForm/autocompleteInputs/AutocompleteInput.js +0 -0
  357. /package/dist/components/{inputs → ui}/reactHookForm/autocompleteInputs/MultipleAutocompleteInput.d.ts +0 -0
  358. /package/dist/components/{inputs → ui}/reactHookForm/autocompleteInputs/MultipleAutocompleteInput.js +0 -0
  359. /package/dist/components/{inputs → ui}/reactHookForm/autocompleteInputs/index.d.ts +0 -0
  360. /package/dist/components/{inputs → ui}/reactHookForm/autocompleteInputs/index.js +0 -0
  361. /package/dist/components/{inputs → ui}/reactHookForm/booleans/BooleanInput.d.ts +0 -0
  362. /package/dist/components/{inputs → ui}/reactHookForm/booleans/BooleanInput.js +0 -0
  363. /package/dist/components/{inputs → ui}/reactHookForm/booleans/CheckboxInput.d.ts +0 -0
  364. /package/dist/components/{inputs → ui}/reactHookForm/booleans/CheckboxInput.js +0 -0
  365. /package/dist/components/{inputs → ui}/reactHookForm/booleans/RadioInput.d.ts +0 -0
  366. /package/dist/components/{inputs → ui}/reactHookForm/booleans/RadioInput.js +0 -0
  367. /package/dist/components/{inputs → ui}/reactHookForm/booleans/SwitchInput.d.ts +0 -0
  368. /package/dist/components/{inputs → ui}/reactHookForm/booleans/SwitchInput.js +0 -0
  369. /package/dist/components/{inputs → ui}/reactHookForm/booleans/index.d.ts +0 -0
  370. /package/dist/components/{inputs → ui}/reactHookForm/booleans/index.js +0 -0
  371. /package/dist/components/{inputs → ui}/reactHookForm/chip-items-input.d.ts +0 -0
  372. /package/dist/components/{inputs → ui}/reactHookForm/constants.d.ts +0 -0
  373. /package/dist/components/{inputs → ui}/reactHookForm/constants.js +0 -0
  374. /package/dist/components/{inputs → ui}/reactHookForm/errorManagement/ErrorInput.d.ts +0 -0
  375. /package/dist/components/{inputs → ui}/reactHookForm/errorManagement/ErrorInput.js +0 -0
  376. /package/dist/components/{inputs → ui}/reactHookForm/errorManagement/FieldErrorAlert.d.ts +0 -0
  377. /package/dist/components/{inputs → ui}/reactHookForm/errorManagement/FieldErrorAlert.js +0 -0
  378. /package/dist/components/{inputs → ui}/reactHookForm/errorManagement/MidFormError.d.ts +0 -0
  379. /package/dist/components/{inputs → ui}/reactHookForm/errorManagement/MidFormError.js +0 -0
  380. /package/dist/components/{inputs → ui}/reactHookForm/errorManagement/index.d.ts +0 -0
  381. /package/dist/components/{inputs → ui}/reactHookForm/errorManagement/index.js +0 -0
  382. /package/dist/components/{inputs → ui}/reactHookForm/expandableInput/DeletableRow.d.ts +0 -0
  383. /package/dist/components/{inputs → ui}/reactHookForm/expandableInput/ExpandableInput.d.ts +0 -0
  384. /package/dist/components/{inputs → ui}/reactHookForm/expandableInput/index.d.ts +0 -0
  385. /package/dist/components/{inputs → ui}/reactHookForm/expandableInput/index.js +0 -0
  386. /package/dist/components/{inputs → ui}/reactHookForm/index.d.ts +0 -0
  387. /package/dist/components/{inputs → ui}/reactHookForm/index.js +0 -0
  388. /package/dist/components/{inputs → ui}/reactHookForm/numbers/FloatInput.d.ts +0 -0
  389. /package/dist/components/{inputs → ui}/reactHookForm/numbers/FloatInput.js +0 -0
  390. /package/dist/components/{inputs → ui}/reactHookForm/numbers/IntegerInput.d.ts +0 -0
  391. /package/dist/components/{inputs → ui}/reactHookForm/numbers/IntegerInput.js +0 -0
  392. /package/dist/components/{inputs → ui}/reactHookForm/numbers/RangeInput.d.ts +0 -0
  393. /package/dist/components/{inputs → ui}/reactHookForm/numbers/RangeInput.js +0 -0
  394. /package/dist/components/{inputs → ui}/reactHookForm/numbers/SliderInput.d.ts +0 -0
  395. /package/dist/components/{inputs → ui}/reactHookForm/numbers/SliderInput.js +0 -0
  396. /package/dist/components/{inputs → ui}/reactHookForm/numbers/index.d.ts +0 -0
  397. /package/dist/components/{inputs → ui}/reactHookForm/numbers/index.js +0 -0
  398. /package/dist/components/{inputs → ui}/reactHookForm/numbers/utils.d.ts +0 -0
  399. /package/dist/components/{inputs → ui}/reactHookForm/numbers/utils.js +0 -0
  400. /package/dist/components/{inputs → ui}/reactHookForm/provider/CustomFormProvider.d.ts +0 -0
  401. /package/dist/components/{inputs → ui}/reactHookForm/provider/CustomFormProvider.js +0 -0
  402. /package/dist/components/{inputs → ui}/reactHookForm/provider/index.d.ts +0 -0
  403. /package/dist/components/{inputs → ui}/reactHookForm/provider/index.js +0 -0
  404. /package/dist/components/{inputs → ui}/reactHookForm/provider/useCustomFormContext.d.ts +0 -0
  405. /package/dist/components/{inputs → ui}/reactHookForm/provider/useCustomFormContext.js +0 -0
  406. /package/dist/components/{inputs → ui}/reactHookForm/readOnly/ButtonReadOnlyInput.d.ts +0 -0
  407. /package/dist/components/{inputs → ui}/reactHookForm/readOnly/ButtonReadOnlyInput.js +0 -0
  408. /package/dist/components/{inputs → ui}/reactHookForm/readOnly/ReadOnlyInput.d.ts +0 -0
  409. /package/dist/components/{inputs → ui}/reactHookForm/readOnly/ReadOnlyInput.js +0 -0
  410. /package/dist/components/{inputs → ui}/reactHookForm/readOnly/index.d.ts +0 -0
  411. /package/dist/components/{inputs → ui}/reactHookForm/readOnly/index.js +0 -0
  412. /package/dist/components/{inputs → ui}/reactHookForm/selectInputs/CountriesInput.d.ts +0 -0
  413. /package/dist/components/{inputs → ui}/reactHookForm/selectInputs/CountriesInput.js +0 -0
  414. /package/dist/components/{inputs → ui}/reactHookForm/selectInputs/EnumInput.d.ts +0 -0
  415. /package/dist/components/{inputs → ui}/reactHookForm/selectInputs/EnumInput.js +0 -0
  416. /package/dist/components/{inputs → ui}/reactHookForm/selectInputs/InputWithPopupConfirmation.d.ts +0 -0
  417. /package/dist/components/{inputs → ui}/reactHookForm/selectInputs/MuiSelectInput.d.ts +0 -0
  418. /package/dist/components/{inputs → ui}/reactHookForm/selectInputs/MuiSelectInput.js +0 -0
  419. /package/dist/components/{inputs → ui}/reactHookForm/selectInputs/SelectInput.d.ts +0 -0
  420. /package/dist/components/{inputs → ui}/reactHookForm/selectInputs/SelectInput.js +0 -0
  421. /package/dist/components/{inputs → ui}/reactHookForm/selectInputs/SelectWithConfirmationInput.d.ts +0 -0
  422. /package/dist/components/{inputs → ui}/reactHookForm/selectInputs/index.d.ts +0 -0
  423. /package/dist/components/{inputs → ui}/reactHookForm/selectInputs/index.js +0 -0
  424. /package/dist/components/{inputs → ui}/reactHookForm/tableInputs/index.d.ts +0 -0
  425. /package/dist/components/{inputs → ui}/reactHookForm/tableInputs/index.js +0 -0
  426. /package/dist/components/{inputs → ui}/reactHookForm/tableInputs/table-numerical-input.d.ts +0 -0
  427. /package/dist/components/{inputs → ui}/reactHookForm/tableInputs/table-numerical-input.js +0 -0
  428. /package/dist/components/{inputs → ui}/reactHookForm/tableInputs/table-text-input.d.ts +0 -0
  429. /package/dist/components/{inputs → ui}/reactHookForm/tableInputs/table-text-input.js +0 -0
  430. /package/dist/components/{inputs → ui}/reactHookForm/text/DescriptionField.d.ts +0 -0
  431. /package/dist/components/{inputs → ui}/reactHookForm/text/DescriptionInput.d.ts +0 -0
  432. /package/dist/components/{inputs → ui}/reactHookForm/text/ExpandingTextField.d.ts +0 -0
  433. /package/dist/components/{inputs → ui}/reactHookForm/text/ExpandingTextField.js +0 -0
  434. /package/dist/components/{inputs → ui}/reactHookForm/text/TextInput.d.ts +0 -0
  435. /package/dist/components/{inputs → ui}/reactHookForm/text/TextInput.js +0 -0
  436. /package/dist/components/{inputs → ui}/reactHookForm/text/UniqueNameInput.d.ts +0 -0
  437. /package/dist/components/{inputs → ui}/reactHookForm/text/UniqueNameInput.js +0 -0
  438. /package/dist/components/{inputs → ui}/reactHookForm/text/index.d.ts +0 -0
  439. /package/dist/components/{inputs → ui}/reactHookForm/text/index.js +0 -0
  440. /package/dist/components/{inputs → ui}/reactHookForm/utils/CancelButton.d.ts +0 -0
  441. /package/dist/components/{inputs → ui}/reactHookForm/utils/CancelButton.js +0 -0
  442. /package/dist/components/{inputs → ui}/reactHookForm/utils/FieldLabel.d.ts +0 -0
  443. /package/dist/components/{inputs → ui}/reactHookForm/utils/FieldLabel.js +0 -0
  444. /package/dist/components/{inputs → ui}/reactHookForm/utils/HelperPreviousValue.d.ts +0 -0
  445. /package/dist/components/{inputs → ui}/reactHookForm/utils/SubmitButton.d.ts +0 -0
  446. /package/dist/components/{inputs → ui}/reactHookForm/utils/SubmitButton.js +0 -0
  447. /package/dist/components/{inputs → ui}/reactHookForm/utils/TextFieldWithAdornment.d.ts +0 -0
  448. /package/dist/components/{inputs → ui}/reactHookForm/utils/TextFieldWithAdornment.js +0 -0
  449. /package/dist/components/{inputs → ui}/reactHookForm/utils/functions.d.ts +0 -0
  450. /package/dist/components/{inputs → ui}/reactHookForm/utils/functions.js +0 -0
  451. /package/dist/components/{inputs → ui}/reactHookForm/utils/index.d.ts +0 -0
  452. /package/dist/components/{inputs → ui}/reactHookForm/utils/index.js +0 -0
  453. /package/dist/components/{inputs → ui}/reactQueryBuilder/AddButton.d.ts +0 -0
  454. /package/dist/components/{inputs → ui}/reactQueryBuilder/AddButton.js +0 -0
  455. /package/dist/components/{inputs → ui}/reactQueryBuilder/AutocompleteWithFavorites.d.ts +0 -0
  456. /package/dist/components/{inputs → ui}/reactQueryBuilder/AutocompleteWithFavorites.js +0 -0
  457. /package/dist/components/{inputs → ui}/reactQueryBuilder/CombinatorSelector.d.ts +0 -0
  458. /package/dist/components/{inputs → ui}/reactQueryBuilder/CountryValueEditor.d.ts +0 -0
  459. /package/dist/components/{inputs → ui}/reactQueryBuilder/CountryValueEditor.js +0 -0
  460. /package/dist/components/{inputs → ui}/reactQueryBuilder/CustomReactQueryBuilder.d.ts +0 -0
  461. /package/dist/components/{inputs → ui}/reactQueryBuilder/CustomReactQueryBuilder.js +0 -0
  462. /package/dist/components/{inputs → ui}/reactQueryBuilder/ElementValueEditor.d.ts +0 -0
  463. /package/dist/components/{inputs → ui}/reactQueryBuilder/ElementValueEditor.js +0 -0
  464. /package/dist/components/{inputs → ui}/reactQueryBuilder/FieldSelector.d.ts +0 -0
  465. /package/dist/components/{inputs → ui}/reactQueryBuilder/FieldSelector.js +0 -0
  466. /package/dist/components/{inputs → ui}/reactQueryBuilder/OperatorSelector.d.ts +0 -0
  467. /package/dist/components/{inputs → ui}/reactQueryBuilder/OperatorSelector.js +0 -0
  468. /package/dist/components/{inputs → ui}/reactQueryBuilder/PropertyValueEditor.d.ts +0 -0
  469. /package/dist/components/{inputs → ui}/reactQueryBuilder/PropertyValueEditor.js +0 -0
  470. /package/dist/components/{inputs → ui}/reactQueryBuilder/RemoveButton.d.ts +0 -0
  471. /package/dist/components/{inputs → ui}/reactQueryBuilder/RemoveButton.js +0 -0
  472. /package/dist/components/{inputs → ui}/reactQueryBuilder/TextValueEditor.d.ts +0 -0
  473. /package/dist/components/{inputs → ui}/reactQueryBuilder/TextValueEditor.js +0 -0
  474. /package/dist/components/{inputs → ui}/reactQueryBuilder/TranslatedValueEditor.d.ts +0 -0
  475. /package/dist/components/{inputs → ui}/reactQueryBuilder/TranslatedValueEditor.js +0 -0
  476. /package/dist/components/{inputs → ui}/reactQueryBuilder/ValueEditor.d.ts +0 -0
  477. /package/dist/components/{inputs → ui}/reactQueryBuilder/ValueEditor.js +0 -0
  478. /package/dist/components/{inputs → ui}/reactQueryBuilder/ValueSelector.d.ts +0 -0
  479. /package/dist/components/{inputs → ui}/reactQueryBuilder/ValueSelector.js +0 -0
  480. /package/dist/components/{inputs → ui}/reactQueryBuilder/compositeRuleEditor/GroupValueEditor.d.ts +0 -0
  481. /package/dist/components/{inputs → ui}/reactQueryBuilder/compositeRuleEditor/GroupValueEditor.js +0 -0
  482. /package/dist/components/{inputs → ui}/reactQueryBuilder/compositeRuleEditor/RuleValueEditor.d.ts +0 -0
  483. /package/dist/components/{inputs → ui}/reactQueryBuilder/compositeRuleEditor/RuleValueEditor.js +0 -0
  484. /package/dist/components/{inputs → ui}/reactQueryBuilder/compositeRuleEditor/index.d.ts +0 -0
  485. /package/dist/components/{inputs → ui}/reactQueryBuilder/compositeRuleEditor/index.js +0 -0
  486. /package/dist/components/{inputs → ui}/reactQueryBuilder/hooks/index.d.ts +0 -0
  487. /package/dist/components/{inputs → ui}/reactQueryBuilder/hooks/index.js +0 -0
  488. /package/dist/components/{inputs → ui}/reactQueryBuilder/hooks/useConvertValue.d.ts +0 -0
  489. /package/dist/components/{inputs → ui}/reactQueryBuilder/hooks/useConvertValue.js +0 -0
  490. /package/dist/components/{inputs → ui}/reactQueryBuilder/hooks/useValid.d.ts +0 -0
  491. /package/dist/components/{inputs → ui}/reactQueryBuilder/hooks/useValid.js +0 -0
  492. /package/dist/components/{inputs → ui}/reactQueryBuilder/index.d.ts +0 -0
  493. /package/dist/components/{inputs → ui}/reactQueryBuilder/index.js +0 -0
  494. /package/dist/components/{resizablePanels → ui/resizablePanels}/ResizeHandle.d.ts +0 -0
  495. /package/dist/components/{resizablePanels → ui/resizablePanels}/ResizeHandle.js +0 -0
  496. /package/dist/components/{resizablePanels → ui/resizablePanels}/index.d.ts +0 -0
  497. /package/dist/components/{resizablePanels → ui/resizablePanels}/index.js +0 -0
  498. /package/dist/components/{snackbarProvider → ui/snackbarProvider}/SnackbarProvider.d.ts +0 -0
  499. /package/dist/components/{snackbarProvider → ui/snackbarProvider}/SnackbarProvider.js +0 -0
  500. /package/dist/components/{snackbarProvider → ui/snackbarProvider}/index.d.ts +0 -0
  501. /package/dist/components/{snackbarProvider → ui/snackbarProvider}/index.js +0 -0
  502. /package/dist/components/{tooltip → ui/tooltip}/CustomTooltip.d.ts +0 -0
  503. /package/dist/components/{tooltip → ui/tooltip}/CustomTooltip.js +0 -0
  504. /package/dist/components/{tooltip → ui/tooltip}/index.d.ts +0 -0
  505. /package/dist/components/{tooltip → ui/tooltip}/index.js +0 -0
@@ -7,7 +7,7 @@ import { v4 } from "uuid";
7
7
  import { useSnackMessage } from "../../../hooks/useSnackMessage.js";
8
8
  import { FieldConstants } from "../../../utils/constants/fieldConstants.js";
9
9
  import "../../../utils/yupConfig.js";
10
- import { CustomMuiDialog } from "../../dialogs/customMuiDialog/CustomMuiDialog.js";
10
+ import { CustomMuiDialog } from "../../ui/dialogs/customMuiDialog/CustomMuiDialog.js";
11
11
  import { saveExplicitNamingFilter } from "../utils/filterApi.js";
12
12
  import { explicitNamingFilterSchema } from "./ExplicitNamingFilterForm.js";
13
13
  import { FetchStatus } from "../../../utils/constants/fetchStatus.js";
@@ -6,53 +6,55 @@ import { Box } from "@mui/material";
6
6
  import { v4 } from "uuid";
7
7
  import { FieldConstants } from "../../../utils/constants/fieldConstants.js";
8
8
  import "../../../utils/yupConfig.js";
9
- import { CustomAgGridTable } from "../../inputs/reactHookForm/agGridTable/CustomAgGridTable.js";
10
- import { SelectInput } from "../../inputs/reactHookForm/selectInputs/SelectInput.js";
11
- import { Generator, Load } from "../../../utils/types/equipmentTypes.js";
12
- import { NumericEditor } from "../../inputs/reactHookForm/agGridTable/cellEditors/numericEditor.js";
13
- import { InputWithPopupConfirmation } from "../../inputs/reactHookForm/selectInputs/InputWithPopupConfirmation.js";
14
- import { toFloatOrNullValue } from "../../inputs/reactHookForm/utils/functions.js";
9
+ import { CustomAgGridTable } from "../../ui/reactHookForm/agGridTable/CustomAgGridTable.js";
10
+ import { SelectInput } from "../../ui/reactHookForm/selectInputs/SelectInput.js";
11
+ import { isInjection } from "../../../utils/types/equipmentTypes.js";
12
+ import { NumericEditor } from "../../ui/reactHookForm/agGridTable/cellEditors/numericEditor.js";
13
+ import { InputWithPopupConfirmation } from "../../ui/reactHookForm/selectInputs/InputWithPopupConfirmation.js";
14
+ import { toFloatOrNullValue } from "../../ui/reactHookForm/utils/functions.js";
15
15
  import { DISTRIBUTION_KEY } from "../constants/FilterConstants.js";
16
16
  import { FILTER_EQUIPMENTS } from "../utils/filterFormUtils.js";
17
17
  import { useSnackMessage } from "../../../hooks/useSnackMessage.js";
18
18
  import { ElementType } from "../../../utils/types/elementType.js";
19
- import { ModifyElementSelection } from "../../dialogs/modifyElementSelection/ModifyElementSelection.js";
19
+ import { ModifyElementSelection } from "../../ui/dialogs/modifyElementSelection/ModifyElementSelection.js";
20
20
  import { exportFilter } from "../../../services/study.js";
21
- import { unscrollableDialogStyles } from "../../dialogs/customMuiDialog/CustomMuiDialog.js";
22
- import "../../dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
23
- import "../../dialogs/elementSaveDialog/ElementSaveDialog.js";
21
+ import { unscrollableDialogStyles } from "../../ui/dialogs/customMuiDialog/CustomMuiDialog.js";
22
+ import "../../ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
23
+ import "../../ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
24
24
  import "../../../utils/conversionUtils.js";
25
25
  import { snackWithFallback } from "../../../utils/error.js";
26
26
  import "../../../utils/types/equipmentType.js";
27
27
  import "@mui/icons-material";
28
+ import "@hello-pangea/dnd";
29
+ import "../../ui/overflowableText/OverflowableText.js";
28
30
  import { FILTER_EQUIPMENTS_ATTRIBUTES } from "./ExplicitNamingFilterConstants.js";
29
31
  import { filterStyles } from "../HeaderFilterForm.js";
30
- import "../../overflowableText/OverflowableText.js";
32
+ import "../../notifications/contexts/NotificationsContext.js";
31
33
  import "localized-countries";
32
34
  import "localized-countries/data/fr";
33
35
  import "localized-countries/data/en";
34
- import "../../inputs/reactHookForm/provider/CustomFormProvider.js";
35
- import { useCustomFormContext } from "../../inputs/reactHookForm/provider/useCustomFormContext.js";
36
+ import "../../ui/reactHookForm/provider/CustomFormProvider.js";
37
+ import { useCustomFormContext } from "../../ui/reactHookForm/provider/useCustomFormContext.js";
36
38
  import "../../treeViewFinder/TreeViewFinder.js";
37
- import "../../inputs/reactHookForm/agGridTable/BottomRightButtons.js";
39
+ import "../../ui/reactHookForm/agGridTable/BottomRightButtons.js";
38
40
  import "react-papaparse";
39
41
  import "react-csv-downloader";
40
- import "../../inputs/reactHookForm/numbers/RangeInput.js";
42
+ import "../../ui/reactHookForm/numbers/RangeInput.js";
41
43
  import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
42
44
  import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
43
45
  import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
44
46
  import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
45
47
  import "@material-symbols/svg-400/outlined/add_notes.svg?react";
46
- import "../../inputs/reactHookForm/expandableInput/ExpandableInput.js";
48
+ import "../../ui/reactHookForm/expandableInput/ExpandableInput.js";
47
49
  import "@react-querybuilder/material";
48
50
  import "../expert/expertFilterConstants.js";
49
- import "../../inputs/reactQueryBuilder/CustomReactQueryBuilder.js";
50
- import "../../inputs/reactQueryBuilder/PropertyValueEditor.js";
51
+ import "../../ui/reactQueryBuilder/CustomReactQueryBuilder.js";
52
+ import "../../ui/reactQueryBuilder/PropertyValueEditor.js";
51
53
  import "react-querybuilder";
54
+ import "../../ui/snackbarProvider/SnackbarProvider.js";
55
+ import "mui-nested-menu";
56
+ import "react-resizable-panels";
52
57
  import * as yup from "yup";
53
- function isGeneratorOrLoad(equipmentType) {
54
- return equipmentType === Generator.type || equipmentType === Load.type;
55
- }
56
58
  const explicitNamingFilterSchema = {
57
59
  [FILTER_EQUIPMENTS_ATTRIBUTES]: yup.array().of(
58
60
  yup.object().shape({
@@ -60,7 +62,7 @@ const explicitNamingFilterSchema = {
60
62
  [DISTRIBUTION_KEY]: yup.number().nullable()
61
63
  })
62
64
  ).compact((row) => !row[DISTRIBUTION_KEY] && !row[FieldConstants.EQUIPMENT_ID]).min(1, "emptyFilterError").when([FieldConstants.EQUIPMENT_TYPE], {
63
- is: (equipmentType) => isGeneratorOrLoad(equipmentType),
65
+ is: (equipmentType) => isInjection(equipmentType),
64
66
  then: (innerSchema) => innerSchema.test("noKeyWithoutId", "distributionKeyWithMissingIdError", (array) => {
65
67
  return !array.some((row) => !row[FieldConstants.EQUIPMENT_ID]);
66
68
  }).test("ifOneKeyThenKeyEverywhere", "missingDistributionKeyError", (array) => {
@@ -100,7 +102,7 @@ function ExplicitNamingFilterForm({
100
102
  });
101
103
  }
102
104
  }, [snackError, watchEquipmentType]);
103
- const forGeneratorOrLoad = isGeneratorOrLoad(watchEquipmentType);
105
+ const forGeneratorBatteryOrLoad = isInjection(watchEquipmentType);
104
106
  useEffect(() => {
105
107
  if (sourceFilterForExplicitNamingConversion) {
106
108
  setValue(FieldConstants.EQUIPMENT_TYPE, sourceFilterForExplicitNamingConversion.equipmentType);
@@ -120,7 +122,7 @@ function ExplicitNamingFilterForm({
120
122
  valueParser: (params) => params.newValue?.trim() ?? null
121
123
  }
122
124
  ];
123
- if (forGeneratorOrLoad) {
125
+ if (forGeneratorBatteryOrLoad) {
124
126
  newColumnDefs.push({
125
127
  headerName: intl.formatMessage({ id: DISTRIBUTION_KEY }),
126
128
  field: DISTRIBUTION_KEY,
@@ -131,7 +133,7 @@ function ExplicitNamingFilterForm({
131
133
  });
132
134
  }
133
135
  return newColumnDefs;
134
- }, [intl, forGeneratorOrLoad]);
136
+ }, [intl, forGeneratorBatteryOrLoad]);
135
137
  const defaultColDef = useMemo(
136
138
  () => ({
137
139
  suppressMovable: true
@@ -140,11 +142,11 @@ function ExplicitNamingFilterForm({
140
142
  );
141
143
  const csvFileHeaders = useMemo(() => {
142
144
  const newCsvFileHeaders = [intl.formatMessage({ id: FieldConstants.EQUIPMENT_ID })];
143
- if (forGeneratorOrLoad) {
145
+ if (forGeneratorBatteryOrLoad) {
144
146
  newCsvFileHeaders.push(intl.formatMessage({ id: DISTRIBUTION_KEY }));
145
147
  }
146
148
  return newCsvFileHeaders;
147
- }, [intl, forGeneratorOrLoad]);
149
+ }, [intl, forGeneratorBatteryOrLoad]);
148
150
  const getDataFromCsvFile = useCallback((csvData) => {
149
151
  if (csvData) {
150
152
  return csvData.map((value) => {
@@ -1,5 +1,5 @@
1
1
  import { FieldConstants } from "../../../utils/constants/fieldConstants.js";
2
- import { Generator, Load } from "../../../utils/types/equipmentTypes.js";
2
+ import { isInjection } from "../../../utils/types/equipmentTypes.js";
3
3
  import { exportExpertRules } from "../expert/expertFilterUtils.js";
4
4
  import { DISTRIBUTION_KEY, FilterType } from "../constants/FilterConstants.js";
5
5
  import { createFilter, saveFilter } from "../../../services/explore.js";
@@ -11,8 +11,8 @@ import "@mui/icons-material";
11
11
  import "../../../utils/yupConfig.js";
12
12
  const saveExplicitNamingFilter = (tableValues, isFilterCreation, equipmentType, name, description, id, setCreateFilterErr, handleClose, activeDirectory, token) => {
13
13
  let cleanedTableValues;
14
- const isGeneratorOrLoad = equipmentType === Generator.type || equipmentType === Load.type;
15
- if (isGeneratorOrLoad) {
14
+ const isEquipmentAnInjection = isInjection(equipmentType);
15
+ if (isEquipmentAnInjection) {
16
16
  cleanedTableValues = tableValues.map((row) => ({
17
17
  [FieldConstants.EQUIPMENT_ID]: row[FieldConstants.EQUIPMENT_ID],
18
18
  [DISTRIBUTION_KEY]: row[DISTRIBUTION_KEY]
@@ -3,8 +3,8 @@ import { useState, useCallback, Fragment, createElement } from "react";
3
3
  import { List, ListItem, Typography, Divider, Select, MenuItem, TextField, IconButton, Autocomplete, Chip, Switch } from "@mui/material";
4
4
  import { Tune } from "@mui/icons-material";
5
5
  import { useIntl, FormattedMessage } from "react-intl";
6
- import { CustomTooltip } from "../tooltip/CustomTooltip.js";
7
- import { MultipleSelectionDialog } from "../multipleSelectionDialog/MultipleSelectionDialog.js";
6
+ import { CustomTooltip } from "../ui/tooltip/CustomTooltip.js";
7
+ import { MultipleSelectionDialog } from "../ui/dialogs/multipleSelectionDialog/MultipleSelectionDialog.js";
8
8
  const styles = {
9
9
  paramList: {
10
10
  width: "100%",
@@ -1,6 +1,6 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import { Grid } from "@mui/material";
3
- import { CustomTooltip } from "../tooltip/CustomTooltip.js";
3
+ import { CustomTooltip } from "../ui/tooltip/CustomTooltip.js";
4
4
  function GridItem({ children, size = 6, alignItem = "flex-start", tooltip }) {
5
5
  return /* @__PURE__ */ jsx(Grid, { item: true, xs: size, alignItems: alignItem, children: children && (tooltip ? /* @__PURE__ */ jsx(CustomTooltip, { title: tooltip, children: /* @__PURE__ */ jsx("div", { children }) }) : children) });
6
6
  }
@@ -4,33 +4,21 @@
4
4
  * License, v. 2.0. If a copy of the MPL was not distributed with this
5
5
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
6
6
  */
7
- export * from './addButton';
8
- export * from './announcement';
9
7
  export * from './authentication';
10
8
  export * from './cardErrorBoundary';
11
- export * from './checkBoxList';
12
- export * from './csvDownloader';
13
9
  export * from './customAGGrid';
14
- export * from './dialogs';
15
10
  export * from './directoryItemSelector/DirectoryItemSelector';
16
11
  export * from './dnd-table';
17
12
  export * from './elementSearch';
18
13
  export * from './filter';
19
14
  export * from './flatParameters';
20
15
  export * from './grid';
21
- export * from './inputs';
22
- export * from './multipleSelectionDialog';
23
- export * from './overflowableText';
24
- export * from './snackbarProvider';
25
- export * from './tooltip';
26
16
  export * from './topBar';
27
17
  export * from './treeViewFinder';
28
18
  export * from './notifications';
29
- export * from './icons';
30
19
  export * from './parameters';
31
- export * from './menus';
32
20
  export * from './muiTable';
33
- export * from './resizablePanels';
34
21
  export * from './network-modifications';
35
22
  export * from './node';
36
23
  export * from './network-modification-table';
24
+ export * from './ui';
@@ -1,7 +1,3 @@
1
- import { AddButton, AddButtonMode } from "./addButton/AddButton.js";
2
- import { AnnouncementBanner } from "./announcement/AnnouncementBanner.js";
3
- import { AnnouncementNotification } from "./announcement/AnnouncementNotification.js";
4
- import { useGlobalAnnouncement } from "./announcement/useGlobalAnnouncement.js";
5
1
  import { AuthenticationRouter } from "./authentication/AuthenticationRouter.js";
6
2
  import { default as default2 } from "./authentication/AuthenticationRouterErrorDisplay.js";
7
3
  import { Login } from "./authentication/Login.js";
@@ -14,20 +10,10 @@ import { UnauthorizedAccessAlert } from "./authentication/alert/UnauthorizedAcce
14
10
  import { dispatchUser, getPreLoginPath, handleSigninCallback, handleSilentRenewCallback, initializeAuthenticationDev, initializeAuthenticationProd, login, logout } from "./authentication/utils/authService.js";
15
11
  import { UserManagerMock } from "./authentication/utils/userManagerMock.js";
16
12
  import { CardErrorBoundary } from "./cardErrorBoundary/CardErrorBoundary.js";
17
- import { CheckBoxList } from "./checkBoxList/CheckBoxList.js";
18
- import { CsvExport } from "./csvDownloader/csv-export.js";
19
- import { ExportCsvButton } from "./csvDownloader/export-csv-button.js";
20
- import { fetchCsvSeparator, useCsvExport } from "./csvDownloader/use-csv-export.js";
21
13
  import { CUSTOM_AGGRID_THEME, styles } from "./customAGGrid/customAggrid.style.js";
22
14
  import { CustomAGGrid } from "./customAGGrid/customAggrid.js";
23
15
  import { SeparatorCellRenderer } from "./customAGGrid/separatorCellRenderer.js";
24
16
  import { BooleanCellRenderer, BooleanNullableCellRenderer, ContingencyCellRenderer, DefaultCellRenderer, ErrorCellRenderer, MessageLogCellRenderer, NetworkModificationNameCellRenderer, NumericCellRenderer } from "./customAGGrid/cell-renderers.js";
25
- import { CustomMuiDialog, unscrollableDialogStyles } from "./dialogs/customMuiDialog/CustomMuiDialog.js";
26
- import { DescriptionModificationDialog } from "./dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
27
- import { ElementSaveDialog } from "./dialogs/elementSaveDialog/ElementSaveDialog.js";
28
- import { initializeDirectory } from "./dialogs/elementSaveDialog/utils.js";
29
- import { ModifyElementSelection } from "./dialogs/modifyElementSelection/ModifyElementSelection.js";
30
- import { PopupConfirmationDialog } from "./dialogs/popupConfirmationDialog/PopupConfirmationDialog.js";
31
17
  import { DirectoryItemSelector } from "./directoryItemSelector/DirectoryItemSelector.js";
32
18
  import { DndTable } from "./dnd-table-v2/dnd-table.js";
33
19
  import { DndColumnType, MAX_ROWS_NUMBER, SELECTED } from "./dnd-table-v2/dnd-table.type.js";
@@ -56,78 +42,8 @@ import { CONTINGENCY_LIST_EQUIPMENTS, FILTER_EQUIPMENTS } from "./filter/utils/f
56
42
  import { FlatParameters, extractDefault } from "./flatParameters/FlatParameters.js";
57
43
  import "react/jsx-runtime";
58
44
  import "@mui/material";
59
- import { CustomTooltip } from "./tooltip/CustomTooltip.js";
45
+ import { CustomTooltip } from "./ui/tooltip/CustomTooltip.js";
60
46
  import "react-intl";
61
- import { SelectClearable } from "./inputs/SelectClearable.js";
62
- import { OverflowableChip } from "./inputs/reactHookForm/OverflowableChip.js";
63
- import { OverflowableChipWithHelperText } from "./inputs/reactHookForm/OverflowableChipWithHelperText.js";
64
- import { ChipItemsInput } from "./inputs/reactHookForm/chip-items-input.js";
65
- import { DirectoryItemsInput } from "./inputs/reactHookForm/DirectoryItemsInput.js";
66
- import { RawReadOnlyInput } from "./inputs/reactHookForm/RawReadOnlyInput.js";
67
- import { BottomRightButtons } from "./inputs/reactHookForm/agGridTable/BottomRightButtons.js";
68
- import { CustomAgGridTable } from "./inputs/reactHookForm/agGridTable/CustomAgGridTable.js";
69
- import { NumericEditor } from "./inputs/reactHookForm/agGridTable/cellEditors/numericEditor.js";
70
- import { CsvUploader } from "./inputs/reactHookForm/agGridTable/csvUploader/CsvUploader.js";
71
- import { AutocompleteInput } from "./inputs/reactHookForm/autocompleteInputs/AutocompleteInput.js";
72
- import { MultipleAutocompleteInput } from "./inputs/reactHookForm/autocompleteInputs/MultipleAutocompleteInput.js";
73
- import { BooleanInput } from "./inputs/reactHookForm/booleans/BooleanInput.js";
74
- import { CheckboxInput } from "./inputs/reactHookForm/booleans/CheckboxInput.js";
75
- import { RadioInput } from "./inputs/reactHookForm/booleans/RadioInput.js";
76
- import { SwitchInput } from "./inputs/reactHookForm/booleans/SwitchInput.js";
77
- import { ErrorInput } from "./inputs/reactHookForm/errorManagement/ErrorInput.js";
78
- import { FieldErrorAlert } from "./inputs/reactHookForm/errorManagement/FieldErrorAlert.js";
79
- import { MidFormError } from "./inputs/reactHookForm/errorManagement/MidFormError.js";
80
- import { FloatInput } from "./inputs/reactHookForm/numbers/FloatInput.js";
81
- import { IntegerInput } from "./inputs/reactHookForm/numbers/IntegerInput.js";
82
- import { DEFAULT_RANGE_VALUE, RangeInput, RangeType, getRangeInputSchema } from "./inputs/reactHookForm/numbers/RangeInput.js";
83
- import { SliderInput } from "./inputs/reactHookForm/numbers/SliderInput.js";
84
- import { isFloatNumber, isIntegerNumber } from "./inputs/reactHookForm/numbers/utils.js";
85
- import { CustomFormContext, CustomFormProvider } from "./inputs/reactHookForm/provider/CustomFormProvider.js";
86
- import { useCustomFormContext } from "./inputs/reactHookForm/provider/useCustomFormContext.js";
87
- import { ReadOnlyInput } from "./inputs/reactHookForm/readOnly/ReadOnlyInput.js";
88
- import { ButtonReadOnlyInput } from "./inputs/reactHookForm/readOnly/ButtonReadOnlyInput.js";
89
- import { CountriesInput } from "./inputs/reactHookForm/selectInputs/CountriesInput.js";
90
- import { InputWithPopupConfirmation } from "./inputs/reactHookForm/selectInputs/InputWithPopupConfirmation.js";
91
- import { MuiSelectInput } from "./inputs/reactHookForm/selectInputs/MuiSelectInput.js";
92
- import { SelectInput } from "./inputs/reactHookForm/selectInputs/SelectInput.js";
93
- import { SelectWithConfirmationInput } from "./inputs/reactHookForm/selectInputs/SelectWithConfirmationInput.js";
94
- import { EnumInput } from "./inputs/reactHookForm/selectInputs/EnumInput.js";
95
- import { TableNumericalInput } from "./inputs/reactHookForm/tableInputs/table-numerical-input.js";
96
- import { TableTextInput } from "./inputs/reactHookForm/tableInputs/table-text-input.js";
97
- import { DescriptionField } from "./inputs/reactHookForm/text/DescriptionField.js";
98
- import { ExpandingTextField } from "./inputs/reactHookForm/text/ExpandingTextField.js";
99
- import { TextInput } from "./inputs/reactHookForm/text/TextInput.js";
100
- import { UniqueNameInput } from "./inputs/reactHookForm/text/UniqueNameInput.js";
101
- import { DescriptionInput } from "./inputs/reactHookForm/text/DescriptionInput.js";
102
- import { CancelButton } from "./inputs/reactHookForm/utils/CancelButton.js";
103
- import { FieldLabel } from "./inputs/reactHookForm/utils/FieldLabel.js";
104
- import { SubmitButton } from "./inputs/reactHookForm/utils/SubmitButton.js";
105
- import { TextFieldWithAdornment } from "./inputs/reactHookForm/utils/TextFieldWithAdornment.js";
106
- import { genHelperError, gridItem, identity, isFieldRequired, toFloatOrNullValue } from "./inputs/reactHookForm/utils/functions.js";
107
- import { HelperPreviousValue } from "./inputs/reactHookForm/utils/HelperPreviousValue.js";
108
- import { DESCRIPTION, NAME } from "./inputs/reactHookForm/constants.js";
109
- import { ExpandableInput } from "./inputs/reactHookForm/expandableInput/ExpandableInput.js";
110
- import { CountrySelectionInput } from "./inputs/reactHookForm/CountrySelectionInput.js";
111
- import { CheckboxNullableInput } from "./inputs/reactHookForm/CheckboxNullableInput.js";
112
- import { AutocompleteWithFavorites } from "./inputs/reactQueryBuilder/AutocompleteWithFavorites.js";
113
- import { CombinatorSelector } from "./inputs/reactQueryBuilder/CombinatorSelector.js";
114
- import { CountryValueEditor } from "./inputs/reactQueryBuilder/CountryValueEditor.js";
115
- import { CustomReactQueryBuilder } from "./inputs/reactQueryBuilder/CustomReactQueryBuilder.js";
116
- import { ElementValueEditor } from "./inputs/reactQueryBuilder/ElementValueEditor.js";
117
- import { PropertyValueEditor } from "./inputs/reactQueryBuilder/PropertyValueEditor.js";
118
- import { RemoveButton } from "./inputs/reactQueryBuilder/RemoveButton.js";
119
- import { TextValueEditor } from "./inputs/reactQueryBuilder/TextValueEditor.js";
120
- import { TranslatedValueEditor } from "./inputs/reactQueryBuilder/TranslatedValueEditor.js";
121
- import { ValueEditor } from "./inputs/reactQueryBuilder/ValueEditor.js";
122
- import { ValueSelector } from "./inputs/reactQueryBuilder/ValueSelector.js";
123
- import { GroupValueEditor } from "./inputs/reactQueryBuilder/compositeRuleEditor/GroupValueEditor.js";
124
- import { RuleValueEditor } from "./inputs/reactQueryBuilder/compositeRuleEditor/RuleValueEditor.js";
125
- import { useConvertValue } from "./inputs/reactQueryBuilder/hooks/useConvertValue.js";
126
- import { useValid } from "./inputs/reactQueryBuilder/hooks/useValid.js";
127
- import { ActivableChip } from "./inputs/ActivableChip.js";
128
- import { MultipleSelectionDialog } from "./multipleSelectionDialog/MultipleSelectionDialog.js";
129
- import { OverflowableText } from "./overflowableText/OverflowableText.js";
130
- import { SnackbarProvider } from "./snackbarProvider/SnackbarProvider.js";
131
47
  import { AboutDialog } from "./topBar/AboutDialog.js";
132
48
  import { GridLogo, LogoText } from "./topBar/GridLogo.js";
133
49
  import { DevModeBanner } from "./topBar/DevModeBanner.js";
@@ -138,11 +54,6 @@ import { NotificationsProvider } from "./notifications/NotificationsProvider.js"
138
54
  import { NotificationsContext } from "./notifications/contexts/NotificationsContext.js";
139
55
  import { useNotificationsListener } from "./notifications/hooks/useNotificationsListener.js";
140
56
  import { useListenerManager } from "./notifications/hooks/useListenerManager.js";
141
- import { LeftPanelOpenIcon } from "./icons/LeftPanelOpenIcon.js";
142
- import { ArrowsOutputIcon } from "./icons/ArrowsOutputIcon.js";
143
- import { ArrowsInputIcon } from "./icons/ArrowsInputIcon.js";
144
- import { LeftPanelCloseIcon } from "./icons/LeftPanelCloseIcon.js";
145
- import { EditNoteIcon } from "./icons/EditNoteIcon.js";
146
57
  import { ComputingType, formatComputingTypeLabel, isValidComputingType } from "./parameters/common/computing-type.js";
147
58
  import { COMMON_PARAMETERS, CONTINGENCIES, CONTINGENCY_LISTS, CONTINGENCY_LISTS_INFOS, PARAM_SA_FLOW_PROPORTIONAL_THRESHOLD, PARAM_SA_HIGH_VOLTAGE_ABSOLUTE_THRESHOLD, PARAM_SA_HIGH_VOLTAGE_PROPORTIONAL_THRESHOLD, PARAM_SA_LOW_VOLTAGE_ABSOLUTE_THRESHOLD, PARAM_SA_LOW_VOLTAGE_PROPORTIONAL_THRESHOLD, PARAM_SA_PROVIDER, PROVIDER, SPECIFIC_PARAMETERS, VERSION_PARAMETER, VOLTAGE_LEVEL } from "./parameters/common/constants.js";
148
59
  import { LineSeparator } from "./parameters/common/line-separator.js";
@@ -191,10 +102,8 @@ import { CONTINGENCIES_LIST_INFOS, CONTINGENCIES_START_TIME, SCENARIO_DURATION }
191
102
  import { DynamicSecurityAnalysisInline } from "./parameters/dynamic-security-analysis/dynamic-security-analysis-inline.js";
192
103
  import { ACCURACY, ACTIVE, CALCULATION_TYPE, LOADS_VARIATIONS, LOAD_FILTERS, LOAD_INCREASE_START_TIME, LOAD_INCREASE_STOP_TIME, LOAD_MODELS_RULE, MARGIN_CALCULATION_START_TIME, START_TIME, STOP_TIME, VARIATION } from "./parameters/dynamic-margin-calculation/constants.js";
193
104
  import { DynamicMarginCalculationInline } from "./parameters/dynamic-margin-calculation/dynamic-margin-calculation-inline.js";
194
- import { CustomMenuItem, CustomNestedMenuItem } from "./menus/custom-nested-menu.js";
195
105
  import { OverflowableTableCell } from "./muiTable/OverflowableTableCell.js";
196
106
  import { OverflowableTableCellWithCheckbox } from "./muiTable/OverflowableTableCellWithCheckbox.js";
197
- import { ResizeHandle } from "./resizablePanels/ResizeHandle.js";
198
107
  import { filledTextField, italicFontTextField, standardTextField } from "./network-modifications/common/form.utils.js";
199
108
  import { PropertiesForm } from "./network-modifications/common/properties/PropertiesForm.js";
200
109
  import { PropertyForm } from "./network-modifications/common/properties/PropertyForm.js";
@@ -234,6 +143,97 @@ import { substationModificationDtoToForm, substationModificationEmptyFormData, s
234
143
  import { SwitchesBetweenSections } from "./network-modifications/voltageLevel/creation/tabs/structureTab/switchesBetweenSections/SwitchesBetweenSections.js";
235
144
  import "react";
236
145
  import "react-hook-form";
146
+ import { AddButton, AddButtonMode } from "./ui/addButton/AddButton.js";
147
+ import { AnnouncementBanner } from "./ui/announcement/AnnouncementBanner.js";
148
+ import { AnnouncementNotification } from "./ui/announcement/AnnouncementNotification.js";
149
+ import { useGlobalAnnouncement } from "./ui/announcement/useGlobalAnnouncement.js";
150
+ import { OverflowableChip } from "./ui/reactHookForm/OverflowableChip.js";
151
+ import { OverflowableChipWithHelperText } from "./ui/reactHookForm/OverflowableChipWithHelperText.js";
152
+ import { ChipItemsInput } from "./ui/reactHookForm/chip-items-input.js";
153
+ import { DirectoryItemsInput } from "./ui/reactHookForm/DirectoryItemsInput.js";
154
+ import { RawReadOnlyInput } from "./ui/reactHookForm/RawReadOnlyInput.js";
155
+ import { BottomRightButtons } from "./ui/reactHookForm/agGridTable/BottomRightButtons.js";
156
+ import { CustomAgGridTable } from "./ui/reactHookForm/agGridTable/CustomAgGridTable.js";
157
+ import { NumericEditor } from "./ui/reactHookForm/agGridTable/cellEditors/numericEditor.js";
158
+ import { CsvUploader } from "./ui/reactHookForm/agGridTable/csvUploader/CsvUploader.js";
159
+ import { AutocompleteInput } from "./ui/reactHookForm/autocompleteInputs/AutocompleteInput.js";
160
+ import { MultipleAutocompleteInput } from "./ui/reactHookForm/autocompleteInputs/MultipleAutocompleteInput.js";
161
+ import { BooleanInput } from "./ui/reactHookForm/booleans/BooleanInput.js";
162
+ import { CheckboxInput } from "./ui/reactHookForm/booleans/CheckboxInput.js";
163
+ import { RadioInput } from "./ui/reactHookForm/booleans/RadioInput.js";
164
+ import { SwitchInput } from "./ui/reactHookForm/booleans/SwitchInput.js";
165
+ import { ErrorInput } from "./ui/reactHookForm/errorManagement/ErrorInput.js";
166
+ import { FieldErrorAlert } from "./ui/reactHookForm/errorManagement/FieldErrorAlert.js";
167
+ import { MidFormError } from "./ui/reactHookForm/errorManagement/MidFormError.js";
168
+ import { FloatInput } from "./ui/reactHookForm/numbers/FloatInput.js";
169
+ import { IntegerInput } from "./ui/reactHookForm/numbers/IntegerInput.js";
170
+ import { DEFAULT_RANGE_VALUE, RangeInput, RangeType, getRangeInputSchema } from "./ui/reactHookForm/numbers/RangeInput.js";
171
+ import { SliderInput } from "./ui/reactHookForm/numbers/SliderInput.js";
172
+ import { isFloatNumber, isIntegerNumber } from "./ui/reactHookForm/numbers/utils.js";
173
+ import { CustomFormContext, CustomFormProvider } from "./ui/reactHookForm/provider/CustomFormProvider.js";
174
+ import { useCustomFormContext } from "./ui/reactHookForm/provider/useCustomFormContext.js";
175
+ import { ReadOnlyInput } from "./ui/reactHookForm/readOnly/ReadOnlyInput.js";
176
+ import { ButtonReadOnlyInput } from "./ui/reactHookForm/readOnly/ButtonReadOnlyInput.js";
177
+ import { CountriesInput } from "./ui/reactHookForm/selectInputs/CountriesInput.js";
178
+ import { InputWithPopupConfirmation } from "./ui/reactHookForm/selectInputs/InputWithPopupConfirmation.js";
179
+ import { MuiSelectInput } from "./ui/reactHookForm/selectInputs/MuiSelectInput.js";
180
+ import { SelectInput } from "./ui/reactHookForm/selectInputs/SelectInput.js";
181
+ import { SelectWithConfirmationInput } from "./ui/reactHookForm/selectInputs/SelectWithConfirmationInput.js";
182
+ import { EnumInput } from "./ui/reactHookForm/selectInputs/EnumInput.js";
183
+ import { TableNumericalInput } from "./ui/reactHookForm/tableInputs/table-numerical-input.js";
184
+ import { TableTextInput } from "./ui/reactHookForm/tableInputs/table-text-input.js";
185
+ import { DescriptionField } from "./ui/reactHookForm/text/DescriptionField.js";
186
+ import { ExpandingTextField } from "./ui/reactHookForm/text/ExpandingTextField.js";
187
+ import { TextInput } from "./ui/reactHookForm/text/TextInput.js";
188
+ import { UniqueNameInput } from "./ui/reactHookForm/text/UniqueNameInput.js";
189
+ import { DescriptionInput } from "./ui/reactHookForm/text/DescriptionInput.js";
190
+ import { CancelButton } from "./ui/reactHookForm/utils/CancelButton.js";
191
+ import { FieldLabel } from "./ui/reactHookForm/utils/FieldLabel.js";
192
+ import { SubmitButton } from "./ui/reactHookForm/utils/SubmitButton.js";
193
+ import { TextFieldWithAdornment } from "./ui/reactHookForm/utils/TextFieldWithAdornment.js";
194
+ import { genHelperError, gridItem, identity, isFieldRequired, toFloatOrNullValue } from "./ui/reactHookForm/utils/functions.js";
195
+ import { HelperPreviousValue } from "./ui/reactHookForm/utils/HelperPreviousValue.js";
196
+ import { DESCRIPTION, NAME } from "./ui/reactHookForm/constants.js";
197
+ import { ExpandableInput } from "./ui/reactHookForm/expandableInput/ExpandableInput.js";
198
+ import { CountrySelectionInput } from "./ui/reactHookForm/CountrySelectionInput.js";
199
+ import { CheckboxNullableInput } from "./ui/reactHookForm/CheckboxNullableInput.js";
200
+ import { AutocompleteWithFavorites } from "./ui/reactQueryBuilder/AutocompleteWithFavorites.js";
201
+ import { CombinatorSelector } from "./ui/reactQueryBuilder/CombinatorSelector.js";
202
+ import { CountryValueEditor } from "./ui/reactQueryBuilder/CountryValueEditor.js";
203
+ import { CustomReactQueryBuilder } from "./ui/reactQueryBuilder/CustomReactQueryBuilder.js";
204
+ import { ElementValueEditor } from "./ui/reactQueryBuilder/ElementValueEditor.js";
205
+ import { PropertyValueEditor } from "./ui/reactQueryBuilder/PropertyValueEditor.js";
206
+ import { RemoveButton } from "./ui/reactQueryBuilder/RemoveButton.js";
207
+ import { TextValueEditor } from "./ui/reactQueryBuilder/TextValueEditor.js";
208
+ import { TranslatedValueEditor } from "./ui/reactQueryBuilder/TranslatedValueEditor.js";
209
+ import { ValueEditor } from "./ui/reactQueryBuilder/ValueEditor.js";
210
+ import { ValueSelector } from "./ui/reactQueryBuilder/ValueSelector.js";
211
+ import { GroupValueEditor } from "./ui/reactQueryBuilder/compositeRuleEditor/GroupValueEditor.js";
212
+ import { RuleValueEditor } from "./ui/reactQueryBuilder/compositeRuleEditor/RuleValueEditor.js";
213
+ import { useConvertValue } from "./ui/reactQueryBuilder/hooks/useConvertValue.js";
214
+ import { useValid } from "./ui/reactQueryBuilder/hooks/useValid.js";
215
+ import { CheckBoxList } from "./ui/checkBoxList/CheckBoxList.js";
216
+ import { SelectClearable } from "./ui/inputs/SelectClearable.js";
217
+ import { ActivableChip } from "./ui/inputs/ActivableChip.js";
218
+ import { CustomMuiDialog, unscrollableDialogStyles } from "./ui/dialogs/customMuiDialog/CustomMuiDialog.js";
219
+ import { DescriptionModificationDialog } from "./ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
220
+ import { ElementSaveDialog } from "./ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
221
+ import { initializeDirectory } from "./ui/dialogs/elementSaveDialog/utils.js";
222
+ import { ModifyElementSelection } from "./ui/dialogs/modifyElementSelection/ModifyElementSelection.js";
223
+ import { PopupConfirmationDialog } from "./ui/dialogs/popupConfirmationDialog/PopupConfirmationDialog.js";
224
+ import { MultipleSelectionDialog } from "./ui/dialogs/multipleSelectionDialog/MultipleSelectionDialog.js";
225
+ import { OverflowableText } from "./ui/overflowableText/OverflowableText.js";
226
+ import { SnackbarProvider } from "./ui/snackbarProvider/SnackbarProvider.js";
227
+ import { LeftPanelOpenIcon } from "./ui/icons/LeftPanelOpenIcon.js";
228
+ import { ArrowsOutputIcon } from "./ui/icons/ArrowsOutputIcon.js";
229
+ import { ArrowsInputIcon } from "./ui/icons/ArrowsInputIcon.js";
230
+ import { LeftPanelCloseIcon } from "./ui/icons/LeftPanelCloseIcon.js";
231
+ import { EditNoteIcon } from "./ui/icons/EditNoteIcon.js";
232
+ import { CustomMenuItem, CustomNestedMenuItem } from "./ui/menus/custom-nested-menu.js";
233
+ import { ResizeHandle } from "./ui/resizablePanels/ResizeHandle.js";
234
+ import { CsvExport } from "./ui/csvDownloader/csv-export.js";
235
+ import { ExportCsvButton } from "./ui/csvDownloader/export-csv-button.js";
236
+ import { fetchCsvSeparator, useCsvExport } from "./ui/csvDownloader/use-csv-export.js";
237
237
  import "../utils/conversionUtils.js";
238
238
  import "../utils/types/equipmentType.js";
239
239
  import "@mui/icons-material";
@@ -269,12 +269,16 @@ import { COLUMNS_WITHOUT_BORDER, DEPTH_CELL_WIDTH, DROP_FORBIDDEN_INDICATOR_BOTT
269
269
  import { AUTO_EXTENSIBLE_COLUMNS, BASE_MODIFICATION_TABLE_COLUMNS, computeTagMinSize } from "./network-modification-table/columns-definition.js";
270
270
  import { NetworkModificationsTable } from "./network-modification-table/network-modifications-table.js";
271
271
  import { useModificationsDragAndDrop } from "./network-modification-table/use-modifications-drag-and-drop.js";
272
+ import { DescriptionCellRenderer, DragHandleRenderer, NameCellRenderer, NameHeaderRenderer, RootNetworkCellRenderer, RootNetworkHeaderRenderer, SelectCellRenderer, SelectHeaderRenderer, SwitchCellRenderer } from "./network-modification-table/renderers/cell-renderers.js";
272
273
  import { DepthBox } from "./network-modification-table/renderers/depth-box.js";
274
+ import { DescriptionCell } from "./network-modification-table/renderers/description-cell.js";
273
275
  import { DragHandleCell } from "./network-modification-table/renderers/drag-handle-cell.js";
274
276
  import { NameCell } from "./network-modification-table/renderers/name-cell.js";
275
277
  import { NetworkModificationEditorNameHeader } from "./network-modification-table/renderers/network-modification-node-editor-name-header.js";
278
+ import { RootNetworkChipCell } from "./network-modification-table/renderers/root-network-chip-cell.js";
276
279
  import { SelectCell } from "./network-modification-table/renderers/select-cell.js";
277
280
  import { SelectHeaderCell } from "./network-modification-table/renderers/select-header-cell.js";
281
+ import { SwitchCell } from "./network-modification-table/renderers/switch-cell.js";
278
282
  import { DragCloneRow } from "./network-modification-table/row/drag-row-clone.js";
279
283
  import { ModificationRow } from "./network-modification-table/row/modification-row.js";
280
284
  import { MAX_COMPOSITE_NESTING_DEPTH, fetchSubModificationsForExpandedRows, findAllLoadedCompositeModifications, findModificationInTree, formatToComposedModification, isCompositeModification, mergeSubModificationsIntoTree, moveSubModificationInTree, updateModificationFieldInTree, updateSubModificationsOfACompositeInTree } from "./network-modification-table/utils.js";
@@ -385,6 +389,8 @@ export {
385
389
  DataType,
386
390
  DefaultCellRenderer,
387
391
  DepthBox,
392
+ DescriptionCell,
393
+ DescriptionCellRenderer,
388
394
  DescriptionField,
389
395
  DescriptionInput,
390
396
  DescriptionModificationDialog,
@@ -398,6 +404,7 @@ export {
398
404
  DndTableBottomRightButtons,
399
405
  DragCloneRow,
400
406
  DragHandleCell,
407
+ DragHandleRenderer,
401
408
  DynamicMarginCalculationInline,
402
409
  DynamicSecurityAnalysisInline,
403
410
  DynamicSimulationInline,
@@ -516,6 +523,8 @@ export {
516
523
  NODE_CLUSTER_FILTER_IDS,
517
524
  NadPositionsGenerationMode,
518
525
  NameCell,
526
+ NameCellRenderer,
527
+ NameHeaderRenderer,
519
528
  NetworkModificationEditorNameHeader,
520
529
  NetworkModificationNameCellRenderer,
521
530
  NetworkModificationsTable,
@@ -590,6 +599,9 @@ export {
590
599
  ReadOnlyInput,
591
600
  RemoveButton,
592
601
  ResizeHandle,
602
+ RootNetworkCellRenderer,
603
+ RootNetworkChipCell,
604
+ RootNetworkHeaderRenderer,
593
605
  RuleValueEditor,
594
606
  SCENARIO_DURATION,
595
607
  SELECTED,
@@ -624,8 +636,10 @@ export {
624
636
  SecurityAnalysisParametersDialog,
625
637
  SecurityAnalysisParametersInline,
626
638
  SelectCell,
639
+ SelectCellRenderer,
627
640
  SelectClearable,
628
641
  SelectHeaderCell,
642
+ SelectHeaderRenderer,
629
643
  SelectInput,
630
644
  SelectWithConfirmationInput,
631
645
  SensiBranchesTabValues,
@@ -647,6 +661,8 @@ export {
647
661
  SubstationCreationForm,
648
662
  SubstationLayout,
649
663
  SubstationModificationForm,
664
+ SwitchCell,
665
+ SwitchCellRenderer,
650
666
  SwitchInput,
651
667
  SwitchKind,
652
668
  SwitchWithLabel,
@@ -1,3 +1,3 @@
1
- import { OverflowableTextProps } from '../overflowableText';
1
+ import { OverflowableTextProps } from '../ui/overflowableText';
2
2
  export declare function OverflowableTableCell(overflowableTextProps: Readonly<OverflowableTextProps>): import("react/jsx-runtime").JSX.Element;
3
3
  export default OverflowableTableCell;
@@ -1,6 +1,6 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import { TableCell } from "@mui/material";
3
- import { OverflowableText } from "../overflowableText/OverflowableText.js";
3
+ import { OverflowableText } from "../ui/overflowableText/OverflowableText.js";
4
4
  function OverflowableTableCell(overflowableTextProps) {
5
5
  return /* @__PURE__ */ jsx(TableCell, { sx: { display: "flex", alignItems: "center" }, children: /* @__PURE__ */ jsx(OverflowableText, { sx: { flex: "1 1 0", width: 0, display: "block" }, ...overflowableTextProps }) });
6
6
  }
@@ -1,4 +1,4 @@
1
- import { OverflowableTextProps } from '../overflowableText';
1
+ import { OverflowableTextProps } from '../ui/overflowableText';
2
2
  export interface OverflowableTableCellProps extends OverflowableTextProps {
3
3
  checked: boolean;
4
4
  }
@@ -1,6 +1,6 @@
1
1
  import { jsxs, jsx } from "react/jsx-runtime";
2
2
  import { TableCell, Checkbox } from "@mui/material";
3
- import { OverflowableText } from "../overflowableText/OverflowableText.js";
3
+ import { OverflowableText } from "../ui/overflowableText/OverflowableText.js";
4
4
  function OverflowableTableCellWithCheckbox({
5
5
  checked,
6
6
  ...overflowableTextProps
@@ -1,4 +1,3 @@
1
- import { NetworkModificationEditorNameHeaderProps } from './renderers';
2
1
  export declare const computeTagMinSize: (tag: string) => number;
3
2
  export declare const BASE_MODIFICATION_TABLE_COLUMNS: {
4
3
  DRAG_HANDLE: {
@@ -23,4 +22,3 @@ export declare const BASE_MODIFICATION_TABLE_COLUMNS: {
23
22
  };
24
23
  };
25
24
  export declare const AUTO_EXTENSIBLE_COLUMNS: string[];
26
- export type NameHeaderProps = Omit<NetworkModificationEditorNameHeaderProps, 'modificationCount'>;
@@ -2,12 +2,16 @@ import { COLUMNS_WITHOUT_BORDER, DEPTH_CELL_WIDTH, DROP_FORBIDDEN_INDICATOR_BOTT
2
2
  import { AUTO_EXTENSIBLE_COLUMNS, BASE_MODIFICATION_TABLE_COLUMNS, computeTagMinSize } from "./columns-definition.js";
3
3
  import { NetworkModificationsTable } from "./network-modifications-table.js";
4
4
  import { useModificationsDragAndDrop } from "./use-modifications-drag-and-drop.js";
5
+ import { DescriptionCellRenderer, DragHandleRenderer, NameCellRenderer, NameHeaderRenderer, RootNetworkCellRenderer, RootNetworkHeaderRenderer, SelectCellRenderer, SelectHeaderRenderer, SwitchCellRenderer } from "./renderers/cell-renderers.js";
5
6
  import { DepthBox } from "./renderers/depth-box.js";
7
+ import { DescriptionCell } from "./renderers/description-cell.js";
6
8
  import { DragHandleCell } from "./renderers/drag-handle-cell.js";
7
9
  import { NameCell } from "./renderers/name-cell.js";
8
10
  import { NetworkModificationEditorNameHeader } from "./renderers/network-modification-node-editor-name-header.js";
11
+ import { RootNetworkChipCell } from "./renderers/root-network-chip-cell.js";
9
12
  import { SelectCell } from "./renderers/select-cell.js";
10
13
  import { SelectHeaderCell } from "./renderers/select-header-cell.js";
14
+ import { SwitchCell } from "./renderers/switch-cell.js";
11
15
  import { DragCloneRow } from "./row/drag-row-clone.js";
12
16
  import { ModificationRow } from "./row/modification-row.js";
13
17
  import { MAX_COMPOSITE_NESTING_DEPTH, fetchSubModificationsForExpandedRows, findAllLoadedCompositeModifications, findModificationInTree, formatToComposedModification, isCompositeModification, mergeSubModificationsIntoTree, moveSubModificationInTree, updateModificationFieldInTree, updateSubModificationsOfACompositeInTree } from "./utils.js";
@@ -21,16 +25,28 @@ export {
21
25
  DROP_INDICATOR_BOTTOM,
22
26
  DROP_INDICATOR_TOP,
23
27
  DepthBox,
28
+ DescriptionCell,
29
+ DescriptionCellRenderer,
24
30
  DragCloneRow,
25
31
  DragHandleCell,
32
+ DragHandleRenderer,
26
33
  MAX_COMPOSITE_NESTING_DEPTH,
27
34
  MODIFICATION_ROW_HEIGHT,
28
35
  ModificationRow,
29
36
  NameCell,
37
+ NameCellRenderer,
38
+ NameHeaderRenderer,
30
39
  NetworkModificationEditorNameHeader,
31
40
  NetworkModificationsTable,
41
+ RootNetworkCellRenderer,
42
+ RootNetworkChipCell,
43
+ RootNetworkHeaderRenderer,
32
44
  SelectCell,
45
+ SelectCellRenderer,
33
46
  SelectHeaderCell,
47
+ SelectHeaderRenderer,
48
+ SwitchCell,
49
+ SwitchCellRenderer,
34
50
  computeTagMinSize,
35
51
  createCellBorderColor,
36
52
  createCellContentWrapperSx,