@gridsuite/commons-ui 0.64.6 → 0.65.1

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 (405) hide show
  1. package/dist/components/{AuthenticationRouter → authentication}/AuthenticationRouter.d.ts +1 -1
  2. package/dist/components/{AuthenticationRouter → authentication}/AuthenticationRouter.js +5 -5
  3. package/dist/components/authentication/index.d.ts +12 -0
  4. package/dist/components/authentication/index.js +16 -0
  5. package/dist/{utils/AuthService.d.ts → components/authentication/utils/authService.d.ts} +1 -1
  6. package/dist/{utils/AuthService.js → components/authentication/utils/authService.js} +2 -2
  7. package/dist/components/cardErrorBoundary/index.d.ts +3 -0
  8. package/dist/components/cardErrorBoundary/index.js +4 -0
  9. package/dist/components/checkBoxList/CheckBoxList.d.ts +4 -0
  10. package/dist/components/{CheckBoxList/check-box-list.js → checkBoxList/CheckBoxList.js} +7 -5
  11. package/dist/components/{CheckBoxList/check-box-list-item.d.ts → checkBoxList/CheckBoxListItem.d.ts} +1 -1
  12. package/dist/components/{CheckBoxList/check-box-list-item.js → checkBoxList/CheckBoxListItem.js} +3 -3
  13. package/dist/components/{CheckBoxList/check-box-list-items.d.ts → checkBoxList/CheckBoxListItems.d.ts} +1 -1
  14. package/dist/components/{CheckBoxList/check-box-list-items.js → checkBoxList/CheckBoxListItems.js} +4 -4
  15. package/dist/components/{CheckBoxList/clickable-check-box-item.d.ts → checkBoxList/ClickableCheckBoxItem.d.ts} +1 -1
  16. package/dist/components/{CheckBoxList/clickable-check-box-item.js → checkBoxList/ClickableCheckBoxItem.js} +1 -1
  17. package/dist/components/{CheckBoxList/clickable-row-item.d.ts → checkBoxList/ClickableRowItem.d.ts} +1 -1
  18. package/dist/components/{CheckBoxList/clickable-row-item.js → checkBoxList/ClickableRowItem.js} +1 -1
  19. package/dist/components/{CheckBoxList/draggable-check-box-list-item.d.ts → checkBoxList/DraggableCheckBoxListItem.d.ts} +1 -1
  20. package/dist/components/{CheckBoxList/draggable-check-box-list-item.js → checkBoxList/DraggableCheckBoxListItem.js} +3 -3
  21. package/dist/components/{CheckBoxList/draggable-clickable-check-box-item.d.ts → checkBoxList/DraggableClickableCheckBoxItem.d.ts} +1 -1
  22. package/dist/components/{CheckBoxList/draggable-clickable-check-box-item.js → checkBoxList/DraggableClickableCheckBoxItem.js} +1 -1
  23. package/dist/components/{CheckBoxList/draggable-clickable-row-item.d.ts → checkBoxList/DraggableClickableRowItem.d.ts} +1 -1
  24. package/dist/components/{CheckBoxList/draggable-clickable-row-item.js → checkBoxList/DraggableClickableRowItem.js} +1 -1
  25. package/dist/components/{CheckBoxList/check-box-list-type.d.ts → checkBoxList/checkBoxList.type.d.ts} +3 -1
  26. package/dist/components/checkBoxList/index.d.ts +4 -0
  27. package/dist/components/checkBoxList/index.js +4 -0
  28. package/dist/components/{CustomAGGrid/custom-aggrid.js → customAGGrid/customAggrid.js} +1 -1
  29. package/dist/components/dialogs/{custom-mui-dialog.d.ts → customMuiDialog/CustomMuiDialog.d.ts} +1 -1
  30. package/dist/components/dialogs/{custom-mui-dialog.js → customMuiDialog/CustomMuiDialog.js} +4 -4
  31. package/dist/components/dialogs/{description-modification-dialog.js → descriptionModificationDialog/DescriptionModificationDialog.js} +5 -5
  32. package/dist/components/dialogs/{modify-element-selection.d.ts → modifyElementSelection/ModifyElementSelection.d.ts} +1 -1
  33. package/dist/components/dialogs/{modify-element-selection.js → modifyElementSelection/ModifyElementSelection.js} +4 -4
  34. package/dist/components/dialogs/{popup-confirmation-dialog.js → popupConfirmationDialog/PopupConfirmationDialog.js} +1 -1
  35. package/dist/components/{DirectoryItemSelector/directory-item-selector.d.ts → directoryItemSelector/DirectoryItemSelector.d.ts} +1 -1
  36. package/dist/components/{DirectoryItemSelector/directory-item-selector.js → directoryItemSelector/DirectoryItemSelector.js} +3 -3
  37. package/dist/components/{ElementSearchDialog/equipment-item.d.ts → elementSearch/elementItem/EquipmentItem.d.ts} +2 -2
  38. package/dist/components/{ElementSearchDialog/equipment-item.js → elementSearch/elementItem/EquipmentItem.js} +4 -4
  39. package/dist/components/{ElementSearchDialog/element-search-dialog.d.ts → elementSearch/elementSearchDialog/ElementSearchDialog.d.ts} +1 -1
  40. package/dist/components/{ElementSearchDialog/element-search-dialog.js → elementSearch/elementSearchDialog/ElementSearchDialog.js} +1 -1
  41. package/dist/components/{ElementSearchDialog/use-element-search.js → elementSearch/hooks/useElementSearch.js} +2 -2
  42. package/dist/components/elementSearch/index.d.ts +13 -0
  43. package/dist/components/elementSearch/index.js +10 -0
  44. package/dist/components/{ElementSearchDialog/tag-renderer.d.ts → elementSearch/tagRenderer/TagRenderer.d.ts} +1 -1
  45. package/dist/components/{ElementSearchDialog/tag-renderer.js → elementSearch/tagRenderer/TagRenderer.js} +3 -3
  46. package/dist/components/expandableGroup/index.d.ts +4 -0
  47. package/dist/components/expandableGroup/index.js +4 -0
  48. package/dist/components/filter/{filter-creation-dialog.d.ts → FilterCreationDialog.d.ts} +1 -1
  49. package/dist/components/filter/{filter-creation-dialog.js → FilterCreationDialog.js} +9 -9
  50. package/dist/components/filter/{filter-form.d.ts → FilterForm.d.ts} +1 -1
  51. package/dist/components/filter/{filter-form.js → FilterForm.js} +9 -9
  52. package/dist/components/filter/{criteria-based/criteria-based-filter-edition-dialog.d.ts → criteriaBased/CriteriaBasedFilterEditionDialog.d.ts} +1 -1
  53. package/dist/components/filter/{criteria-based/criteria-based-filter-edition-dialog.js → criteriaBased/CriteriaBasedFilterEditionDialog.js} +8 -8
  54. package/dist/components/filter/{criteria-based/criteria-based-filter-form.d.ts → criteriaBased/CriteriaBasedFilterForm.d.ts} +1 -1
  55. package/dist/components/filter/{criteria-based/criteria-based-filter-form.js → criteriaBased/CriteriaBasedFilterForm.js} +7 -7
  56. package/dist/components/filter/{criteria-based/criteria-based-form.d.ts → criteriaBased/CriteriaBasedForm.d.ts} +1 -1
  57. package/dist/components/filter/{criteria-based/criteria-based-form.js → criteriaBased/CriteriaBasedForm.js} +3 -3
  58. package/dist/components/filter/{criteria-based/filter-free-properties.d.ts → criteriaBased/FilterFreeProperties.d.ts} +1 -1
  59. package/dist/components/filter/{criteria-based/filter-free-properties.js → criteriaBased/FilterFreeProperties.js} +5 -5
  60. package/dist/components/filter/{criteria-based/filter-properties.d.ts → criteriaBased/FilterProperties.d.ts} +1 -1
  61. package/dist/components/filter/{criteria-based/filter-properties.js → criteriaBased/FilterProperties.js} +7 -7
  62. package/dist/components/filter/{criteria-based/filter-property.d.ts → criteriaBased/FilterProperty.d.ts} +1 -1
  63. package/dist/components/filter/{criteria-based/filter-property.js → criteriaBased/FilterProperty.js} +3 -3
  64. package/dist/components/filter/{criteria-based/criteria-based-filter-utils.d.ts → criteriaBased/criteriaBasedFilterUtils.d.ts} +1 -1
  65. package/dist/components/filter/{criteria-based/criteria-based-filter-utils.js → criteriaBased/criteriaBasedFilterUtils.js} +6 -6
  66. package/dist/components/filter/expert/{expert-filter-edition-dialog.d.ts → ExpertFilterEditionDialog.d.ts} +1 -1
  67. package/dist/components/filter/expert/{expert-filter-edition-dialog.js → ExpertFilterEditionDialog.js} +10 -10
  68. package/dist/components/filter/expert/{expert-filter-form.d.ts → ExpertFilterForm.d.ts} +2 -2
  69. package/dist/components/filter/expert/{expert-filter-form.js → ExpertFilterForm.js} +9 -9
  70. package/dist/components/filter/expert/{expert-filter-constants.d.ts → expertFilterConstants.d.ts} +1 -1
  71. package/dist/components/filter/expert/{expert-filter-constants.js → expertFilterConstants.js} +1 -1
  72. package/dist/components/filter/expert/{expert-filter-utils.d.ts → expertFilterUtils.d.ts} +1 -1
  73. package/dist/components/filter/expert/{expert-filter-utils.js → expertFilterUtils.js} +3 -3
  74. package/dist/components/filter/{explicit-naming/explicit-naming-filter-edition-dialog.d.ts → explicitNaming/ExplicitNamingFilterEditionDialog.d.ts} +1 -1
  75. package/dist/components/filter/{explicit-naming/explicit-naming-filter-edition-dialog.js → explicitNaming/ExplicitNamingFilterEditionDialog.js} +9 -9
  76. package/dist/components/filter/{explicit-naming/explicit-naming-filter-form.d.ts → explicitNaming/ExplicitNamingFilterForm.d.ts} +3 -3
  77. package/dist/components/filter/{explicit-naming/explicit-naming-filter-form.js → explicitNaming/ExplicitNamingFilterForm.js} +12 -12
  78. package/dist/components/filter/utils/{filter-api.js → filterApi.js} +5 -5
  79. package/dist/components/filter/utils/{filter-form-utils.d.ts → filterFormUtils.d.ts} +1 -1
  80. package/dist/components/filter/utils/{filter-form-utils.js → filterFormUtils.js} +4 -4
  81. package/dist/components/{FlatParameters → flatParameters}/FlatParameters.js +1 -1
  82. package/dist/components/inputs/{select-clearable.js → SelectClearable.js} +1 -1
  83. package/dist/components/inputs/{react-hook-form/directory-items-input.js → reactHookForm/DirectoryItemsInput.js} +7 -7
  84. package/dist/components/inputs/{react-hook-form/ag-grid-table/bottom-right-buttons.js → reactHookForm/agGridTable/BottomRightButtons.js} +3 -3
  85. package/dist/components/inputs/{react-hook-form/ag-grid-table/custom-ag-grid-table.js → reactHookForm/agGridTable/CustomAgGridTable.js} +2 -2
  86. package/dist/components/inputs/{react-hook-form/ag-grid-table/csv-uploader/csv-uploader.js → reactHookForm/agGridTable/csvUploader/CsvUploader.js} +2 -2
  87. package/dist/components/inputs/{react-hook-form/autocomplete-inputs/autocomplete-input.d.ts → reactHookForm/autocompleteInputs/AutocompleteInput.d.ts} +1 -1
  88. package/dist/components/inputs/{react-hook-form/autocomplete-inputs/autocomplete-input.js → reactHookForm/autocompleteInputs/AutocompleteInput.js} +2 -2
  89. package/dist/components/inputs/{react-hook-form/autocomplete-inputs/multiple-autocomplete-input.js → reactHookForm/autocompleteInputs/MultipleAutocompleteInput.js} +1 -1
  90. package/dist/components/inputs/{react-hook-form/booleans/checkbox-input.js → reactHookForm/booleans/CheckboxInput.js} +1 -1
  91. package/dist/components/inputs/{react-hook-form/radio-input.js → reactHookForm/booleans/RadioInput.js} +1 -1
  92. package/dist/components/inputs/{react-hook-form/booleans/switch-input.js → reactHookForm/booleans/SwitchInput.js} +1 -1
  93. package/dist/components/inputs/{react-hook-form/numbers/float-input.d.ts → reactHookForm/numbers/FloatInput.d.ts} +1 -1
  94. package/dist/components/inputs/{react-hook-form/numbers/float-input.js → reactHookForm/numbers/FloatInput.js} +1 -1
  95. package/dist/components/inputs/{react-hook-form/numbers/integer-input.d.ts → reactHookForm/numbers/IntegerInput.d.ts} +1 -1
  96. package/dist/components/inputs/{react-hook-form/numbers/integer-input.js → reactHookForm/numbers/IntegerInput.js} +1 -1
  97. package/dist/components/inputs/{react-hook-form/range-input.d.ts → reactHookForm/numbers/RangeInput.d.ts} +1 -1
  98. package/dist/components/inputs/{react-hook-form/range-input.js → reactHookForm/numbers/RangeInput.js} +4 -4
  99. package/dist/components/inputs/{react-hook-form/slider-input.js → reactHookForm/numbers/SliderInput.js} +1 -1
  100. package/dist/components/inputs/{react-hook-form/provider/custom-form-provider.js → reactHookForm/provider/CustomFormProvider.js} +1 -1
  101. package/dist/components/inputs/{react-hook-form/provider/use-custom-form-context.d.ts → reactHookForm/provider/useCustomFormContext.d.ts} +1 -1
  102. package/dist/components/inputs/{react-hook-form/provider/use-custom-form-context.js → reactHookForm/provider/useCustomFormContext.js} +1 -1
  103. package/dist/components/inputs/{react-hook-form/select-inputs/countries-input.js → reactHookForm/selectInputs/CountriesInput.js} +3 -3
  104. package/dist/components/inputs/{react-hook-form/select-inputs/input-with-popup-confirmation.js → reactHookForm/selectInputs/InputWithPopupConfirmation.js} +1 -1
  105. package/dist/components/inputs/{react-hook-form/select-inputs/select-input.d.ts → reactHookForm/selectInputs/SelectInput.d.ts} +2 -2
  106. package/dist/components/inputs/{react-hook-form/select-inputs/select-input.js → reactHookForm/selectInputs/SelectInput.js} +1 -1
  107. package/dist/components/inputs/{react-hook-form/description-field.js → reactHookForm/text/DescriptionField.js} +1 -1
  108. package/dist/components/inputs/{react-hook-form → reactHookForm/text}/ExpandingTextField.d.ts +1 -1
  109. package/dist/components/inputs/{react-hook-form → reactHookForm/text}/ExpandingTextField.js +2 -2
  110. package/dist/components/inputs/{react-hook-form/text-input.d.ts → reactHookForm/text/TextInput.d.ts} +2 -2
  111. package/dist/components/inputs/{react-hook-form/text-input.js → reactHookForm/text/TextInput.js} +4 -4
  112. package/dist/components/inputs/{react-hook-form/unique-name-input.d.ts → reactHookForm/text/UniqueNameInput.d.ts} +1 -1
  113. package/dist/components/inputs/{react-hook-form/unique-name-input.js → reactHookForm/text/UniqueNameInput.js} +2 -2
  114. package/dist/components/inputs/{react-hook-form/utils/text-field-with-adornment.d.ts → reactHookForm/utils/TextFieldWithAdornment.d.ts} +1 -1
  115. package/dist/components/inputs/{react-query-builder/combinator-selector.js → reactQueryBuilder/CombinatorSelector.js} +1 -1
  116. package/dist/components/inputs/{react-query-builder/country-value-editor.js → reactQueryBuilder/CountryValueEditor.js} +6 -6
  117. package/dist/components/inputs/{react-query-builder/custom-react-query-builder.js → reactQueryBuilder/CustomReactQueryBuilder.js} +9 -9
  118. package/dist/components/inputs/{react-query-builder/element-value-editor.js → reactQueryBuilder/ElementValueEditor.js} +2 -2
  119. package/dist/components/inputs/{react-query-builder/property-value-editor.js → reactQueryBuilder/PropertyValueEditor.js} +4 -4
  120. package/dist/components/inputs/{react-query-builder/remove-button.js → reactQueryBuilder/RemoveButton.js} +1 -1
  121. package/dist/components/inputs/{react-query-builder/text-value-editor.js → reactQueryBuilder/TextValueEditor.js} +2 -2
  122. package/dist/components/inputs/{react-query-builder/translated-value-editor.js → reactQueryBuilder/TranslatedValueEditor.js} +2 -2
  123. package/dist/components/inputs/{react-query-builder/value-editor.js → reactQueryBuilder/ValueEditor.js} +12 -12
  124. package/dist/components/inputs/{react-query-builder/composite-rule-editor/group-value-editor.d.ts → reactQueryBuilder/compositeRuleEditor/GroupValueEditor.d.ts} +1 -1
  125. package/dist/components/inputs/{react-query-builder/composite-rule-editor/group-value-editor.js → reactQueryBuilder/compositeRuleEditor/GroupValueEditor.js} +1 -1
  126. package/dist/components/inputs/{react-query-builder/composite-rule-editor/rule-value-editor.d.ts → reactQueryBuilder/compositeRuleEditor/RuleValueEditor.d.ts} +1 -1
  127. package/dist/components/inputs/{react-query-builder/use-convert-value.js → reactQueryBuilder/hooks/useConvertValue.js} +1 -1
  128. package/dist/components/{MuiVirtualizedTable → muiVirtualizedTable}/MuiVirtualizedTable.js +1 -1
  129. package/dist/components/{MultipleSelectionDialog → multipleSelectionDialog}/MultipleSelectionDialog.d.ts +1 -1
  130. package/dist/components/{MultipleSelectionDialog → multipleSelectionDialog}/MultipleSelectionDialog.js +2 -2
  131. package/dist/components/overflowableText/index.d.ts +4 -0
  132. package/dist/components/overflowableText/index.js +4 -0
  133. package/dist/components/{TopBar → topBar}/TopBar.d.ts +1 -1
  134. package/dist/components/{TreeViewFinder → treeViewFinder}/TreeViewFinder.js +1 -1
  135. package/dist/hooks/useConfidentialityWarning.js +1 -1
  136. package/dist/hooks/{localized-countries-hook.js → useLocalizedCountries.js} +1 -1
  137. package/dist/hooks/{predefined-properties-hook.d.ts → usePredefinedProperties.d.ts} +1 -1
  138. package/dist/hooks/{predefined-properties-hook.js → usePredefinedProperties.js} +2 -2
  139. package/dist/index.d.ts +166 -172
  140. package/dist/index.js +215 -215
  141. package/dist/services/{apps-metadata.d.ts → appsMetadata.d.ts} +1 -1
  142. package/dist/services/directory.d.ts +1 -1
  143. package/dist/services/explore.d.ts +1 -1
  144. package/dist/services/index.d.ts +1 -1
  145. package/dist/services/index.js +1 -1
  146. package/dist/utils/{ElementIcon.d.ts → mapper/elementIcon.d.ts} +1 -1
  147. package/dist/utils/{ElementIcon.js → mapper/elementIcon.js} +2 -1
  148. package/dist/utils/{equipment-types-for-predefined-properties-mapper.d.ts → mapper/equipmentTypesForPredefinedPropertiesMapper.d.ts} +1 -1
  149. package/dist/utils/{EquipmentType.js → types/equipmentType.js} +1 -1
  150. package/dist/utils/{types.d.ts → types/types.d.ts} +2 -2
  151. package/package.json +1 -1
  152. package/dist/components/AuthenticationRouter/index.d.ts +0 -4
  153. package/dist/components/AuthenticationRouter/index.js +0 -4
  154. package/dist/components/CardErrorBoundary/index.d.ts +0 -3
  155. package/dist/components/CardErrorBoundary/index.js +0 -4
  156. package/dist/components/CheckBoxList/check-box-list.d.ts +0 -4
  157. package/dist/components/CheckBoxList/index.d.ts +0 -3
  158. package/dist/components/CheckBoxList/index.js +0 -4
  159. package/dist/components/ElementSearchDialog/index.d.ts +0 -13
  160. package/dist/components/ElementSearchDialog/index.js +0 -10
  161. package/dist/components/ExpandableGroup/index.d.ts +0 -4
  162. package/dist/components/ExpandableGroup/index.js +0 -4
  163. package/dist/components/Login/index.d.ts +0 -3
  164. package/dist/components/Login/index.js +0 -4
  165. package/dist/components/OverflowableText/index.d.ts +0 -4
  166. package/dist/components/OverflowableText/index.js +0 -4
  167. package/dist/components/ReportViewer/filter-button.d.ts +0 -11
  168. package/dist/components/ReportViewer/filter-button.js +0 -62
  169. package/dist/components/ReportViewer/index.d.ts +0 -4
  170. package/dist/components/ReportViewer/index.js +0 -4
  171. package/dist/components/ReportViewer/log-report-item.d.ts +0 -18
  172. package/dist/components/ReportViewer/log-report-item.js +0 -54
  173. package/dist/components/ReportViewer/log-report.d.ts +0 -20
  174. package/dist/components/ReportViewer/log-report.js +0 -41
  175. package/dist/components/ReportViewer/log-severity.d.ts +0 -13
  176. package/dist/components/ReportViewer/log-severity.js +0 -35
  177. package/dist/components/ReportViewer/log-table.d.ts +0 -11
  178. package/dist/components/ReportViewer/log-table.js +0 -121
  179. package/dist/components/ReportViewer/multi-select-list.d.ts +0 -17
  180. package/dist/components/ReportViewer/multi-select-list.js +0 -27
  181. package/dist/components/ReportViewer/report-item.d.ts +0 -13
  182. package/dist/components/ReportViewer/report-item.js +0 -100
  183. package/dist/components/ReportViewer/report-tree-view-context.d.ts +0 -12
  184. package/dist/components/ReportViewer/report-tree-view-context.js +0 -8
  185. package/dist/components/ReportViewer/report-viewer.d.ts +0 -7
  186. package/dist/components/ReportViewer/report-viewer.js +0 -154
  187. package/dist/components/ReportViewer/report.type.d.ts +0 -22
  188. package/dist/components/ReportViewerDialog/index.d.ts +0 -4
  189. package/dist/components/ReportViewerDialog/index.js +0 -4
  190. package/dist/components/ReportViewerDialog/report-viewer-dialog.d.ts +0 -9
  191. package/dist/components/ReportViewerDialog/report-viewer-dialog.js +0 -49
  192. package/dist/components/SignInCallbackHandler/index.d.ts +0 -3
  193. package/dist/components/SignInCallbackHandler/index.js +0 -4
  194. package/dist/components/SilentRenewCallbackHandler/index.d.ts +0 -3
  195. package/dist/components/SilentRenewCallbackHandler/index.js +0 -4
  196. package/dist/utils/Metadata.js +0 -1
  197. /package/dist/assets/{expert-filter-form.css → ExpertFilterForm.css} +0 -0
  198. /package/dist/components/{Login → authentication}/Login.d.ts +0 -0
  199. /package/dist/components/{Login → authentication}/Login.js +0 -0
  200. /package/dist/components/{Login → authentication}/Logout.d.ts +0 -0
  201. /package/dist/components/{Login → authentication}/Logout.js +0 -0
  202. /package/dist/components/{SignInCallbackHandler → authentication}/SignInCallbackHandler.d.ts +0 -0
  203. /package/dist/components/{SignInCallbackHandler → authentication}/SignInCallbackHandler.js +0 -0
  204. /package/dist/components/{SilentRenewCallbackHandler → authentication}/SilentRenewCallbackHandler.d.ts +0 -0
  205. /package/dist/components/{SilentRenewCallbackHandler → authentication}/SilentRenewCallbackHandler.js +0 -0
  206. /package/dist/{utils/UserManagerMock.d.ts → components/authentication/utils/userManagerMock.d.ts} +0 -0
  207. /package/dist/{utils/UserManagerMock.js → components/authentication/utils/userManagerMock.js} +0 -0
  208. /package/dist/components/{CardErrorBoundary/card-error-boundary.d.ts → cardErrorBoundary/CardErrorBoundary.d.ts} +0 -0
  209. /package/dist/components/{CardErrorBoundary/card-error-boundary.js → cardErrorBoundary/CardErrorBoundary.js} +0 -0
  210. /package/dist/components/{CheckBoxList/check-box-list-type.js → checkBoxList/checkBoxList.type.js} +0 -0
  211. /package/dist/components/{CustomAGGrid/custom-aggrid.d.ts → customAGGrid/customAggrid.d.ts} +0 -0
  212. /package/dist/components/{CustomAGGrid/custom-aggrid.style.d.ts → customAGGrid/customAggrid.style.d.ts} +0 -0
  213. /package/dist/components/{CustomAGGrid/custom-aggrid.style.js → customAGGrid/customAggrid.style.js} +0 -0
  214. /package/dist/components/dialogs/{description-modification-dialog.d.ts → descriptionModificationDialog/DescriptionModificationDialog.d.ts} +0 -0
  215. /package/dist/components/dialogs/{popup-confirmation-dialog.d.ts → popupConfirmationDialog/PopupConfirmationDialog.d.ts} +0 -0
  216. /package/dist/components/{ElementSearchDialog/element-search-input.d.ts → elementSearch/elementSearchInput/ElementSearchInput.d.ts} +0 -0
  217. /package/dist/components/{ElementSearchDialog/element-search-input.js → elementSearch/elementSearchInput/ElementSearchInput.js} +0 -0
  218. /package/dist/components/{ElementSearchDialog/use-element-search.d.ts → elementSearch/hooks/useElementSearch.d.ts} +0 -0
  219. /package/dist/components/{ExpandableGroup/expandable-group.d.ts → expandableGroup/ExpandableGroup.d.ts} +0 -0
  220. /package/dist/components/{ExpandableGroup/expandable-group.js → expandableGroup/ExpandableGroup.js} +0 -0
  221. /package/dist/components/filter/constants/{filter-constants.d.ts → FilterConstants.d.ts} +0 -0
  222. /package/dist/components/filter/constants/{filter-constants.js → FilterConstants.js} +0 -0
  223. /package/dist/components/filter/expert/{expert-filter.type.d.ts → expertFilter.type.d.ts} +0 -0
  224. /package/dist/components/filter/expert/{expert-filter.type.js → expertFilter.type.js} +0 -0
  225. /package/dist/components/filter/utils/{filter-api.d.ts → filterApi.d.ts} +0 -0
  226. /package/dist/components/{FlatParameters → flatParameters}/FlatParameters.d.ts +0 -0
  227. /package/dist/components/{FlatParameters → flatParameters}/index.d.ts +0 -0
  228. /package/dist/components/{FlatParameters → flatParameters}/index.js +0 -0
  229. /package/dist/components/inputs/{select-clearable.d.ts → SelectClearable.d.ts} +0 -0
  230. /package/dist/components/inputs/{react-hook-form/directory-items-input.d.ts → reactHookForm/DirectoryItemsInput.d.ts} +0 -0
  231. /package/dist/components/inputs/{react-hook-form/raw-read-only-input.d.ts → reactHookForm/RawReadOnlyInput.d.ts} +0 -0
  232. /package/dist/components/inputs/{react-hook-form/raw-read-only-input.js → reactHookForm/RawReadOnlyInput.js} +0 -0
  233. /package/dist/components/inputs/{react-hook-form/ag-grid-table/bottom-right-buttons.d.ts → reactHookForm/agGridTable/BottomRightButtons.d.ts} +0 -0
  234. /package/dist/components/inputs/{react-hook-form/ag-grid-table/custom-ag-grid-table.d.ts → reactHookForm/agGridTable/CustomAgGridTable.d.ts} +0 -0
  235. /package/dist/components/inputs/{react-hook-form/ag-grid-table/cell-editors → reactHookForm/agGridTable/cellEditors}/numericEditor.d.ts +0 -0
  236. /package/dist/components/inputs/{react-hook-form/ag-grid-table/cell-editors → reactHookForm/agGridTable/cellEditors}/numericEditor.js +0 -0
  237. /package/dist/components/inputs/{react-hook-form/ag-grid-table/csv-uploader/csv-uploader.d.ts → reactHookForm/agGridTable/csvUploader/CsvUploader.d.ts} +0 -0
  238. /package/dist/components/inputs/{react-hook-form/autocomplete-inputs/multiple-autocomplete-input.d.ts → reactHookForm/autocompleteInputs/MultipleAutocompleteInput.d.ts} +0 -0
  239. /package/dist/components/inputs/{react-hook-form/booleans/boolean-input.d.ts → reactHookForm/booleans/BooleanInput.d.ts} +0 -0
  240. /package/dist/components/inputs/{react-hook-form/booleans/boolean-input.js → reactHookForm/booleans/BooleanInput.js} +0 -0
  241. /package/dist/components/inputs/{react-hook-form/booleans/checkbox-input.d.ts → reactHookForm/booleans/CheckboxInput.d.ts} +0 -0
  242. /package/dist/components/inputs/{react-hook-form/radio-input.d.ts → reactHookForm/booleans/RadioInput.d.ts} +0 -0
  243. /package/dist/components/inputs/{react-hook-form/booleans/switch-input.d.ts → reactHookForm/booleans/SwitchInput.d.ts} +0 -0
  244. /package/dist/components/inputs/{react-hook-form/error-management/error-input.d.ts → reactHookForm/errorManagement/ErrorInput.d.ts} +0 -0
  245. /package/dist/components/inputs/{react-hook-form/error-management/error-input.js → reactHookForm/errorManagement/ErrorInput.js} +0 -0
  246. /package/dist/components/inputs/{react-hook-form/error-management/field-error-alert.d.ts → reactHookForm/errorManagement/FieldErrorAlert.d.ts} +0 -0
  247. /package/dist/components/inputs/{react-hook-form/error-management/field-error-alert.js → reactHookForm/errorManagement/FieldErrorAlert.js} +0 -0
  248. /package/dist/components/inputs/{react-hook-form/error-management/mid-form-error.d.ts → reactHookForm/errorManagement/MidFormError.d.ts} +0 -0
  249. /package/dist/components/inputs/{react-hook-form/error-management/mid-form-error.js → reactHookForm/errorManagement/MidFormError.js} +0 -0
  250. /package/dist/components/inputs/{react-hook-form/slider-input.d.ts → reactHookForm/numbers/SliderInput.d.ts} +0 -0
  251. /package/dist/components/inputs/{react-hook-form → reactHookForm}/numbers/utils.d.ts +0 -0
  252. /package/dist/components/inputs/{react-hook-form → reactHookForm}/numbers/utils.js +0 -0
  253. /package/dist/components/inputs/{react-hook-form/provider/custom-form-provider.d.ts → reactHookForm/provider/CustomFormProvider.d.ts} +0 -0
  254. /package/dist/components/inputs/{react-hook-form/select-inputs/countries-input.d.ts → reactHookForm/selectInputs/CountriesInput.d.ts} +0 -0
  255. /package/dist/components/inputs/{react-hook-form/select-inputs/input-with-popup-confirmation.d.ts → reactHookForm/selectInputs/InputWithPopupConfirmation.d.ts} +0 -0
  256. /package/dist/components/inputs/{react-hook-form/select-inputs/mui-select-input.d.ts → reactHookForm/selectInputs/MuiSelectInput.d.ts} +0 -0
  257. /package/dist/components/inputs/{react-hook-form/select-inputs/mui-select-input.js → reactHookForm/selectInputs/MuiSelectInput.js} +0 -0
  258. /package/dist/components/inputs/{react-hook-form/description-field.d.ts → reactHookForm/text/DescriptionField.d.ts} +0 -0
  259. /package/dist/components/inputs/{react-hook-form/utils/cancel-button.d.ts → reactHookForm/utils/CancelButton.d.ts} +0 -0
  260. /package/dist/components/inputs/{react-hook-form/utils/cancel-button.js → reactHookForm/utils/CancelButton.js} +0 -0
  261. /package/dist/components/inputs/{react-hook-form/utils/field-label.d.ts → reactHookForm/utils/FieldLabel.d.ts} +0 -0
  262. /package/dist/components/inputs/{react-hook-form/utils/field-label.js → reactHookForm/utils/FieldLabel.js} +0 -0
  263. /package/dist/components/inputs/{react-hook-form/utils/submit-button.d.ts → reactHookForm/utils/SubmitButton.d.ts} +0 -0
  264. /package/dist/components/inputs/{react-hook-form/utils/submit-button.js → reactHookForm/utils/SubmitButton.js} +0 -0
  265. /package/dist/components/inputs/{react-hook-form/utils/text-field-with-adornment.js → reactHookForm/utils/TextFieldWithAdornment.js} +0 -0
  266. /package/dist/components/inputs/{react-hook-form → reactHookForm}/utils/functions.d.ts +0 -0
  267. /package/dist/components/inputs/{react-hook-form → reactHookForm}/utils/functions.js +0 -0
  268. /package/dist/components/inputs/{react-query-builder/add-button.d.ts → reactQueryBuilder/AddButton.d.ts} +0 -0
  269. /package/dist/components/inputs/{react-query-builder/add-button.js → reactQueryBuilder/AddButton.js} +0 -0
  270. /package/dist/components/inputs/{react-query-builder/autocomplete-with-favorites.d.ts → reactQueryBuilder/AutocompleteWithFavorites.d.ts} +0 -0
  271. /package/dist/components/inputs/{react-query-builder/autocomplete-with-favorites.js → reactQueryBuilder/AutocompleteWithFavorites.js} +0 -0
  272. /package/dist/components/inputs/{react-query-builder/combinator-selector.d.ts → reactQueryBuilder/CombinatorSelector.d.ts} +0 -0
  273. /package/dist/components/inputs/{react-query-builder/country-value-editor.d.ts → reactQueryBuilder/CountryValueEditor.d.ts} +0 -0
  274. /package/dist/components/inputs/{react-query-builder/custom-react-query-builder.d.ts → reactQueryBuilder/CustomReactQueryBuilder.d.ts} +0 -0
  275. /package/dist/components/inputs/{react-query-builder/element-value-editor.d.ts → reactQueryBuilder/ElementValueEditor.d.ts} +0 -0
  276. /package/dist/components/inputs/{react-query-builder/property-value-editor.d.ts → reactQueryBuilder/PropertyValueEditor.d.ts} +0 -0
  277. /package/dist/components/inputs/{react-query-builder/remove-button.d.ts → reactQueryBuilder/RemoveButton.d.ts} +0 -0
  278. /package/dist/components/inputs/{react-query-builder/text-value-editor.d.ts → reactQueryBuilder/TextValueEditor.d.ts} +0 -0
  279. /package/dist/components/inputs/{react-query-builder/translated-value-editor.d.ts → reactQueryBuilder/TranslatedValueEditor.d.ts} +0 -0
  280. /package/dist/components/inputs/{react-query-builder/value-editor.d.ts → reactQueryBuilder/ValueEditor.d.ts} +0 -0
  281. /package/dist/components/inputs/{react-query-builder/value-selector.d.ts → reactQueryBuilder/ValueSelector.d.ts} +0 -0
  282. /package/dist/components/inputs/{react-query-builder/value-selector.js → reactQueryBuilder/ValueSelector.js} +0 -0
  283. /package/dist/components/inputs/{react-query-builder/composite-rule-editor/rule-value-editor.js → reactQueryBuilder/compositeRuleEditor/RuleValueEditor.js} +0 -0
  284. /package/dist/components/inputs/{react-query-builder/use-convert-value.d.ts → reactQueryBuilder/hooks/useConvertValue.d.ts} +0 -0
  285. /package/dist/components/inputs/{react-query-builder/use-valid.d.ts → reactQueryBuilder/hooks/useValid.d.ts} +0 -0
  286. /package/dist/components/inputs/{react-query-builder/use-valid.js → reactQueryBuilder/hooks/useValid.js} +0 -0
  287. /package/dist/components/{MuiVirtualizedTable → muiVirtualizedTable}/ColumnHeader.d.ts +0 -0
  288. /package/dist/components/{MuiVirtualizedTable → muiVirtualizedTable}/ColumnHeader.js +0 -0
  289. /package/dist/components/{MuiVirtualizedTable → muiVirtualizedTable}/KeyedColumnsRowIndexer.d.ts +0 -0
  290. /package/dist/components/{MuiVirtualizedTable → muiVirtualizedTable}/KeyedColumnsRowIndexer.js +0 -0
  291. /package/dist/components/{MuiVirtualizedTable → muiVirtualizedTable}/MuiVirtualizedTable.d.ts +0 -0
  292. /package/dist/components/{MuiVirtualizedTable → muiVirtualizedTable}/index.d.ts +0 -0
  293. /package/dist/components/{MuiVirtualizedTable → muiVirtualizedTable}/index.js +0 -0
  294. /package/dist/components/{MultipleSelectionDialog → multipleSelectionDialog}/index.d.ts +0 -0
  295. /package/dist/components/{MultipleSelectionDialog → multipleSelectionDialog}/index.js +0 -0
  296. /package/dist/components/{OverflowableText/overflowable-text.d.ts → overflowableText/OverflowableText.d.ts} +0 -0
  297. /package/dist/components/{OverflowableText/overflowable-text.js → overflowableText/OverflowableText.js} +0 -0
  298. /package/dist/components/{SnackbarProvider → snackbarProvider}/SnackbarProvider.d.ts +0 -0
  299. /package/dist/components/{SnackbarProvider → snackbarProvider}/SnackbarProvider.js +0 -0
  300. /package/dist/components/{SnackbarProvider → snackbarProvider}/index.d.ts +0 -0
  301. /package/dist/components/{SnackbarProvider → snackbarProvider}/index.js +0 -0
  302. /package/dist/components/{TopBar → topBar}/AboutDialog.d.ts +0 -0
  303. /package/dist/components/{TopBar → topBar}/AboutDialog.js +0 -0
  304. /package/dist/components/{TopBar → topBar}/GridLogo.d.ts +0 -0
  305. /package/dist/components/{TopBar → topBar}/GridLogo.js +0 -0
  306. /package/dist/components/{TopBar → topBar}/TopBar.js +0 -0
  307. /package/dist/components/{TopBar → topBar}/index.d.ts +0 -0
  308. /package/dist/components/{TopBar → topBar}/index.js +0 -0
  309. /package/dist/components/{TopBar → topBar/tests}/TopBar.test.d.ts +0 -0
  310. /package/dist/components/{TreeViewFinder → treeViewFinder}/TreeViewFinder.d.ts +0 -0
  311. /package/dist/components/{TreeViewFinder → treeViewFinder}/index.d.ts +0 -0
  312. /package/dist/components/{TreeViewFinder → treeViewFinder}/index.js +0 -0
  313. /package/dist/hooks/{localized-countries-hook.d.ts → useLocalizedCountries.d.ts} +0 -0
  314. /package/dist/redux/{authActions.d.ts → actions/authActions.d.ts} +0 -0
  315. /package/dist/redux/{authActions.js → actions/authActions.js} +0 -0
  316. /package/dist/services/{apps-metadata.js → appsMetadata.js} +0 -0
  317. /package/dist/{components/translations/card-error-boundary-en.d.ts → translations/en/cardErrorBoundaryEn.d.ts} +0 -0
  318. /package/dist/{components/translations/card-error-boundary-en.js → translations/en/cardErrorBoundaryEn.js} +0 -0
  319. /package/dist/{components/translations/common-button-en.d.ts → translations/en/commonButtonEn.d.ts} +0 -0
  320. /package/dist/{components/translations/common-button-en.js → translations/en/commonButtonEn.js} +0 -0
  321. /package/dist/{components/translations/csv-en.d.ts → translations/en/csvEn.d.ts} +0 -0
  322. /package/dist/{components/translations/csv-en.js → translations/en/csvEn.js} +0 -0
  323. /package/dist/{components/translations/description-en.d.ts → translations/en/descriptionEn.d.ts} +0 -0
  324. /package/dist/{components/translations/description-en.js → translations/en/descriptionEn.js} +0 -0
  325. /package/dist/{components/translations/directory-items-input-en.d.ts → translations/en/directoryItemsInputEn.d.ts} +0 -0
  326. /package/dist/{components/translations/directory-items-input-en.js → translations/en/directoryItemsInputEn.js} +0 -0
  327. /package/dist/{components/translations/element-search-en.d.ts → translations/en/elementSearchEn.d.ts} +0 -0
  328. /package/dist/{components/translations/element-search-en.js → translations/en/elementSearchEn.js} +0 -0
  329. /package/dist/{components/translations/equipment-search-en.d.ts → translations/en/equipmentSearchEn.d.ts} +0 -0
  330. /package/dist/{components/translations/equipment-search-en.js → translations/en/equipmentSearchEn.js} +0 -0
  331. /package/dist/{components/translations/equipments-en.d.ts → translations/en/equipmentsEn.d.ts} +0 -0
  332. /package/dist/{components/translations/equipments-en.js → translations/en/equipmentsEn.js} +0 -0
  333. /package/dist/{components/translations/filter-en.d.ts → translations/en/filterEn.d.ts} +0 -0
  334. /package/dist/{components/translations/filter-en.js → translations/en/filterEn.js} +0 -0
  335. /package/dist/{components/translations/filter-expert-en.d.ts → translations/en/filterExpertEn.d.ts} +0 -0
  336. /package/dist/{components/translations/filter-expert-en.js → translations/en/filterExpertEn.js} +0 -0
  337. /package/dist/{components/translations/flat-parameters-en.d.ts → translations/en/flatParametersEn.d.ts} +0 -0
  338. /package/dist/{components/translations/flat-parameters-en.js → translations/en/flatParametersEn.js} +0 -0
  339. /package/dist/{components/translations/inputs-en.d.ts → translations/en/inputsEn.d.ts} +0 -0
  340. /package/dist/{components/translations/inputs-en.js → translations/en/inputsEn.js} +0 -0
  341. /package/dist/{components/translations/login-en.d.ts → translations/en/loginEn.d.ts} +0 -0
  342. /package/dist/{components/translations/login-en.js → translations/en/loginEn.js} +0 -0
  343. /package/dist/{components/translations/multiple-selection-dialog-en.d.ts → translations/en/multipleSelectionDialogEn.d.ts} +0 -0
  344. /package/dist/{components/translations/multiple-selection-dialog-en.js → translations/en/multipleSelectionDialogEn.js} +0 -0
  345. /package/dist/{components/translations/report-viewer-en.d.ts → translations/en/reportViewerEn.d.ts} +0 -0
  346. /package/dist/{components/translations/report-viewer-en.js → translations/en/reportViewerEn.js} +0 -0
  347. /package/dist/{components/translations/table-en.d.ts → translations/en/tableEn.d.ts} +0 -0
  348. /package/dist/{components/translations/table-en.js → translations/en/tableEn.js} +0 -0
  349. /package/dist/{components/translations/top-bar-en.d.ts → translations/en/topBarEn.d.ts} +0 -0
  350. /package/dist/{components/translations/top-bar-en.js → translations/en/topBarEn.js} +0 -0
  351. /package/dist/{components/translations/treeview-finder-en.d.ts → translations/en/treeviewFinderEn.d.ts} +0 -0
  352. /package/dist/{components/translations/treeview-finder-en.js → translations/en/treeviewFinderEn.js} +0 -0
  353. /package/dist/{components/translations/card-error-boundary-fr.d.ts → translations/fr/cardErrorBoundaryFr.d.ts} +0 -0
  354. /package/dist/{components/translations/card-error-boundary-fr.js → translations/fr/cardErrorBoundaryFr.js} +0 -0
  355. /package/dist/{components/translations/common-button-fr.d.ts → translations/fr/commonButtonFr.d.ts} +0 -0
  356. /package/dist/{components/translations/common-button-fr.js → translations/fr/commonButtonFr.js} +0 -0
  357. /package/dist/{components/translations/csv-fr.d.ts → translations/fr/csvFr.d.ts} +0 -0
  358. /package/dist/{components/translations/csv-fr.js → translations/fr/csvFr.js} +0 -0
  359. /package/dist/{components/translations/description-fr.d.ts → translations/fr/descriptionFr.d.ts} +0 -0
  360. /package/dist/{components/translations/description-fr.js → translations/fr/descriptionFr.js} +0 -0
  361. /package/dist/{components/translations/directory-items-input-fr.d.ts → translations/fr/directoryItemsInputFr.d.ts} +0 -0
  362. /package/dist/{components/translations/directory-items-input-fr.js → translations/fr/directoryItemsInputFr.js} +0 -0
  363. /package/dist/{components/translations/element-search-fr.d.ts → translations/fr/elementSearchFr.d.ts} +0 -0
  364. /package/dist/{components/translations/element-search-fr.js → translations/fr/elementSearchFr.js} +0 -0
  365. /package/dist/{components/translations/equipment-search-fr.d.ts → translations/fr/equipmentSearchFr.d.ts} +0 -0
  366. /package/dist/{components/translations/equipment-search-fr.js → translations/fr/equipmentSearchFr.js} +0 -0
  367. /package/dist/{components/translations/equipments-fr.d.ts → translations/fr/equipmentsFr.d.ts} +0 -0
  368. /package/dist/{components/translations/equipments-fr.js → translations/fr/equipmentsFr.js} +0 -0
  369. /package/dist/{components/translations/filter-expert-fr.d.ts → translations/fr/filterExpertFr.d.ts} +0 -0
  370. /package/dist/{components/translations/filter-expert-fr.js → translations/fr/filterExpertFr.js} +0 -0
  371. /package/dist/{components/translations/filter-fr.d.ts → translations/fr/filterFr.d.ts} +0 -0
  372. /package/dist/{components/translations/filter-fr.js → translations/fr/filterFr.js} +0 -0
  373. /package/dist/{components/translations/flat-parameters-fr.d.ts → translations/fr/flatParametersFr.d.ts} +0 -0
  374. /package/dist/{components/translations/flat-parameters-fr.js → translations/fr/flatParametersFr.js} +0 -0
  375. /package/dist/{components/translations/inputs-fr.d.ts → translations/fr/inputsFr.d.ts} +0 -0
  376. /package/dist/{components/translations/inputs-fr.js → translations/fr/inputsFr.js} +0 -0
  377. /package/dist/{components/translations/login-fr.d.ts → translations/fr/loginFr.d.ts} +0 -0
  378. /package/dist/{components/translations/login-fr.js → translations/fr/loginFr.js} +0 -0
  379. /package/dist/{components/translations/multiple-selection-dialog-fr.d.ts → translations/fr/multipleSelectionDialogFr.d.ts} +0 -0
  380. /package/dist/{components/translations/multiple-selection-dialog-fr.js → translations/fr/multipleSelectionDialogFr.js} +0 -0
  381. /package/dist/{components/translations/report-viewer-fr.d.ts → translations/fr/reportViewerFr.d.ts} +0 -0
  382. /package/dist/{components/translations/report-viewer-fr.js → translations/fr/reportViewerFr.js} +0 -0
  383. /package/dist/{components/translations/table-fr.d.ts → translations/fr/tableFr.d.ts} +0 -0
  384. /package/dist/{components/translations/table-fr.js → translations/fr/tableFr.js} +0 -0
  385. /package/dist/{components/translations/top-bar-fr.d.ts → translations/fr/topBarFr.d.ts} +0 -0
  386. /package/dist/{components/translations/top-bar-fr.js → translations/fr/topBarFr.js} +0 -0
  387. /package/dist/{components/translations/treeview-finder-fr.d.ts → translations/fr/treeviewFinderFr.d.ts} +0 -0
  388. /package/dist/{components/translations/treeview-finder-fr.js → translations/fr/treeviewFinderFr.js} +0 -0
  389. /package/dist/utils/{FetchStatus.d.ts → constants/fetchStatus.d.ts} +0 -0
  390. /package/dist/utils/{FetchStatus.js → constants/fetchStatus.js} +0 -0
  391. /package/dist/utils/{field-constants.d.ts → constants/fieldConstants.d.ts} +0 -0
  392. /package/dist/utils/{field-constants.js → constants/fieldConstants.js} +0 -0
  393. /package/dist/utils/{conversion-utils.d.ts → conversionUtils.d.ts} +0 -0
  394. /package/dist/utils/{conversion-utils.js → conversionUtils.js} +0 -0
  395. /package/dist/utils/{equipment-types-for-predefined-properties-mapper.js → mapper/equipmentTypesForPredefinedPropertiesMapper.js} +0 -0
  396. /package/dist/utils/{ElementType.d.ts → types/elementType.d.ts} +0 -0
  397. /package/dist/utils/{ElementType.js → types/elementType.js} +0 -0
  398. /package/dist/utils/{EquipmentType.d.ts → types/equipmentType.d.ts} +0 -0
  399. /package/dist/utils/{equipment-types.d.ts → types/equipmentTypes.d.ts} +0 -0
  400. /package/dist/utils/{equipment-types.js → types/equipmentTypes.js} +0 -0
  401. /package/dist/utils/{Metadata.d.ts → types/metadata.d.ts} +0 -0
  402. /package/dist/{components/ReportViewer/report.type.js → utils/types/metadata.js} +0 -0
  403. /package/dist/utils/{types.js → types/types.js} +0 -0
  404. /package/dist/utils/{yup-config.d.ts → yupConfig.d.ts} +0 -0
  405. /package/dist/utils/{yup-config.js → yupConfig.js} +0 -0
@@ -1,4 +1,4 @@
1
- import { AuthenticationActions } from '../../redux/authActions';
1
+ import { AuthenticationActions } from '../../redux/actions/authActions';
2
2
  import { UserManager } from 'oidc-client';
3
3
  import { Location, NavigateFunction } from 'react-router-dom';
4
4
  import { Dispatch } from 'react';
@@ -3,11 +3,11 @@ import { useCallback } from "react";
3
3
  import { Routes, Route, Navigate } from "react-router-dom";
4
4
  import { Grid, Alert, AlertTitle } from "@mui/material";
5
5
  import { FormattedMessage } from "react-intl";
6
- import SignInCallbackHandler from "../SignInCallbackHandler/SignInCallbackHandler.js";
7
- import { handleSigninCallback, handleSilentRenewCallback, login, logout } from "../../utils/AuthService.js";
8
- import SilentRenewCallbackHandler from "../SilentRenewCallbackHandler/SilentRenewCallbackHandler.js";
9
- import Login from "../Login/Login.js";
10
- import Logout from "../Login/Logout.js";
6
+ import SignInCallbackHandler from "./SignInCallbackHandler.js";
7
+ import { handleSigninCallback, handleSilentRenewCallback, login, logout } from "./utils/authService.js";
8
+ import SilentRenewCallbackHandler from "./SilentRenewCallbackHandler.js";
9
+ import Login from "./Login.js";
10
+ import Logout from "./Logout.js";
11
11
  function AuthenticationRouter({
12
12
  userManager,
13
13
  signInCallbackError,
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Copyright (c) 2020, 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 { default as AuthenticationRouter } from './AuthenticationRouter';
8
+ export type { AuthenticationRouterErrorState, AuthenticationRouterProps, UserManagerState, } from './AuthenticationRouter';
9
+ export { default as Login } from './Login';
10
+ export { default as SignInCallbackHandler } from './SignInCallbackHandler';
11
+ export { default as SilentRenewCallbackHandler } from './SilentRenewCallbackHandler';
12
+ export { initializeAuthenticationDev, initializeAuthenticationProd, logout, dispatchUser, getPreLoginPath, } from './utils/authService';
@@ -0,0 +1,16 @@
1
+ import { default as default2 } from "./AuthenticationRouter.js";
2
+ import { default as default3 } from "./Login.js";
3
+ import { default as default4 } from "./SignInCallbackHandler.js";
4
+ import { default as default5 } from "./SilentRenewCallbackHandler.js";
5
+ import { dispatchUser, getPreLoginPath, initializeAuthenticationDev, initializeAuthenticationProd, logout } from "./utils/authService.js";
6
+ export {
7
+ default2 as AuthenticationRouter,
8
+ default3 as Login,
9
+ default4 as SignInCallbackHandler,
10
+ default5 as SilentRenewCallbackHandler,
11
+ dispatchUser,
12
+ getPreLoginPath,
13
+ initializeAuthenticationDev,
14
+ initializeAuthenticationProd,
15
+ logout
16
+ };
@@ -1,4 +1,4 @@
1
- import { AuthenticationActions } from '../redux/authActions';
1
+ import { AuthenticationActions } from '../../../redux/actions/authActions';
2
2
  import { User, UserManager } from 'oidc-client';
3
3
  import { Location, NavigateFunction } from 'react-router-dom';
4
4
  import { Dispatch } from 'react';
@@ -1,7 +1,7 @@
1
1
  import { jwtDecode } from "jwt-decode";
2
2
  import { Log, UserManager } from "oidc-client";
3
- import UserManagerMock from "./UserManagerMock.js";
4
- import { setLoggedUser, setLogoutError, setUnauthorizedUserInfo, setUserValidationError, setSignInCallbackError, setShowAuthenticationRouterLogin, resetAuthenticationRouterError } from "../redux/authActions.js";
3
+ import UserManagerMock from "./userManagerMock.js";
4
+ import { setLoggedUser, setLogoutError, setUnauthorizedUserInfo, setUserValidationError, setSignInCallbackError, setShowAuthenticationRouterLogin, resetAuthenticationRouterError } from "../../../redux/actions/authActions.js";
5
5
  window.OIDCLog = Log;
6
6
  const hackAuthorityKey = "oidc.hack.authority";
7
7
  const oidcHackReloadedKey = "gridsuite-oidc-hack-reloaded";
@@ -0,0 +1,3 @@
1
+ import { default as defaultCardErrorBoundary } from './CardErrorBoundary';
2
+
3
+ export default defaultCardErrorBoundary;
@@ -0,0 +1,4 @@
1
+ import CardErrorBoundary from "./CardErrorBoundary.js";
2
+ export {
3
+ CardErrorBoundary as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { CheckboxListProps } from './checkBoxList.type';
2
+
3
+ export declare function CheckBoxList<T>({ isDndDragAndDropActive, onDragStart, onDragEnd, isDragDisable, sx, ...props }: CheckboxListProps<T>): import("react/jsx-runtime").JSX.Element;
4
+ export default CheckBoxList;
@@ -2,12 +2,13 @@ import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import { useState } from "react";
3
3
  import { Box } from "@mui/material";
4
4
  import { DragDropContext, Droppable } from "react-beautiful-dnd";
5
- import { CheckBoxListItems } from "./check-box-list-items.js";
6
- function CheckboxList({
5
+ import { CheckBoxListItems } from "./CheckBoxListItems.js";
6
+ function CheckBoxList({
7
7
  isDndDragAndDropActive = false,
8
8
  onDragStart,
9
9
  onDragEnd,
10
10
  isDragDisable = false,
11
+ sx,
11
12
  ...props
12
13
  }) {
13
14
  const [isDragging, setIsDragging] = useState(false);
@@ -16,6 +17,7 @@ function CheckboxList({
16
17
  {
17
18
  isDndDragAndDropActive,
18
19
  isDragDisable: isDragDisable || isDragging,
20
+ sx,
19
21
  ...props
20
22
  }
21
23
  );
@@ -34,7 +36,7 @@ function CheckboxList({
34
36
  }
35
37
  setIsDragging(true);
36
38
  },
37
- children: /* @__PURE__ */ jsx(Droppable, { droppableId: "droppable-checkbox-list", isDropDisabled: isDragDisable, children: (provided) => /* @__PURE__ */ jsxs(Box, { ...provided.droppableProps, ref: provided.innerRef, children: [
39
+ children: /* @__PURE__ */ jsx(Droppable, { droppableId: "droppable-checkbox-list", isDropDisabled: isDragDisable, children: (provided) => /* @__PURE__ */ jsxs(Box, { ...provided.droppableProps, ref: provided.innerRef, sx: sx == null ? void 0 : sx.dragAndDropContainer, children: [
38
40
  checkBoxField,
39
41
  provided.placeholder
40
42
  ] }) })
@@ -42,6 +44,6 @@ function CheckboxList({
42
44
  ) : checkBoxField;
43
45
  }
44
46
  export {
45
- CheckboxList,
46
- CheckboxList as default
47
+ CheckBoxList,
48
+ CheckBoxList as default
47
49
  };
@@ -1,4 +1,4 @@
1
- import { CheckBoxListItemProps } from './check-box-list-type';
1
+ import { CheckBoxListItemProps } from './checkBoxList.type';
2
2
 
3
3
  export declare function CheckBoxListItem<T>({ item, sx, secondaryAction, getItemId, divider, isCheckboxClickableOnly, ...props }: CheckBoxListItemProps<T>): import("react/jsx-runtime").JSX.Element;
4
4
  export default CheckBoxListItem;
@@ -1,8 +1,8 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import { useState } from "react";
3
3
  import { ListItem } from "@mui/material";
4
- import { ClickableCheckBoxItem } from "./clickable-check-box-item.js";
5
- import { ClickableRowItem } from "./clickable-row-item.js";
4
+ import { ClickableCheckBoxItem } from "./ClickableCheckBoxItem.js";
5
+ import { ClickableRowItem } from "./ClickableRowItem.js";
6
6
  function CheckBoxListItem({
7
7
  item,
8
8
  sx,
@@ -17,7 +17,7 @@ function CheckBoxListItem({
17
17
  ListItem,
18
18
  {
19
19
  secondaryAction: secondaryAction == null ? void 0 : secondaryAction(item, hover),
20
- sx: { minWidth: 0, ...sx == null ? void 0 : sx.checkboxList },
20
+ sx: { minWidth: 0, ...sx == null ? void 0 : sx.checkboxListItem },
21
21
  onMouseEnter: () => setHover(getItemId(item)),
22
22
  onMouseLeave: () => setHover(""),
23
23
  disablePadding: !isCheckboxClickableOnly,
@@ -1,4 +1,4 @@
1
- import { CheckBoxListItemsProps } from './check-box-list-type';
1
+ import { CheckBoxListItemsProps } from './checkBoxList.type';
2
2
 
3
3
  export declare function CheckBoxListItems<T>({ items, selectedItems, onSelectionChange, getItemId, sx, secondaryAction, enableSecondaryActionOnHover, addSelectAllCheckbox, selectAllCheckBoxLabel, getItemLabel, isDisabled, isDndDragAndDropActive, isDragDisable, divider, isCheckboxClickableOnly, ...props }: CheckBoxListItemsProps<T>): import("react/jsx-runtime").JSX.Element;
4
4
  export default CheckBoxListItems;
@@ -3,9 +3,9 @@ import { Draggable } from "react-beautiful-dnd";
3
3
  import { useCallback, useMemo } from "react";
4
4
  import { List, ListItem, ListItemButton, ListItemIcon, Checkbox, ListItemText } from "@mui/material";
5
5
  import { FormattedMessage } from "react-intl";
6
- import { CheckBoxListItem } from "./check-box-list-item.js";
7
- import { OverflowableText } from "../OverflowableText/overflowable-text.js";
8
- import { DraggableCheckBoxListItem } from "./draggable-check-box-list-item.js";
6
+ import { CheckBoxListItem } from "./CheckBoxListItem.js";
7
+ import { OverflowableText } from "../overflowableText/OverflowableText.js";
8
+ import { DraggableCheckBoxListItem } from "./DraggableCheckBoxListItem.js";
9
9
  function CheckBoxListItems({
10
10
  items,
11
11
  selectedItems,
@@ -76,7 +76,7 @@ function CheckBoxListItems({
76
76
  () => selectAllCheckBoxLabel ?? "multiple_selection_dialog/selectAll",
77
77
  [selectAllCheckBoxLabel]
78
78
  );
79
- return /* @__PURE__ */ jsxs(List, { dense: true, disablePadding: true, ...props, children: [
79
+ return /* @__PURE__ */ jsxs(List, { sx: sx == null ? void 0 : sx.checkboxList, dense: true, disablePadding: true, ...props, children: [
80
80
  addSelectAllCheckbox && /* @__PURE__ */ jsx(
81
81
  ListItem,
82
82
  {
@@ -1,4 +1,4 @@
1
- import { ClickableItemProps } from './check-box-list-type';
1
+ import { ClickableItemProps } from './checkBoxList.type';
2
2
 
3
3
  export declare function ClickableCheckBoxItem({ sx, label, ...props }: ClickableItemProps): import("react/jsx-runtime").JSX.Element;
4
4
  export default ClickableCheckBoxItem;
@@ -1,6 +1,6 @@
1
1
  import { jsxs, Fragment, jsx } from "react/jsx-runtime";
2
2
  import { ListItemIcon, Checkbox, ListItemText } from "@mui/material";
3
- import { OverflowableText } from "../OverflowableText/overflowable-text.js";
3
+ import { OverflowableText } from "../overflowableText/OverflowableText.js";
4
4
  function ClickableCheckBoxItem({ sx, label, ...props }) {
5
5
  return /* @__PURE__ */ jsxs(Fragment, { children: [
6
6
  /* @__PURE__ */ jsx(ListItemIcon, { sx: { minWidth: 0, ...sx == null ? void 0 : sx.checkBoxIcon }, children: /* @__PURE__ */ jsx(Checkbox, { disableRipple: true, sx: { paddingLeft: 0, ...sx == null ? void 0 : sx.checkbox }, ...props }) }),
@@ -1,4 +1,4 @@
1
- import { ClickableItemProps } from './check-box-list-type';
1
+ import { ClickableItemProps } from './checkBoxList.type';
2
2
 
3
3
  export declare function ClickableRowItem({ sx, disabled, label, onClick, ...props }: ClickableItemProps): import("react/jsx-runtime").JSX.Element;
4
4
  export default ClickableRowItem;
@@ -1,6 +1,6 @@
1
1
  import { jsxs, jsx } from "react/jsx-runtime";
2
2
  import { ListItemButton, ListItemIcon, Checkbox, ListItemText } from "@mui/material";
3
- import { OverflowableText } from "../OverflowableText/overflowable-text.js";
3
+ import { OverflowableText } from "../overflowableText/OverflowableText.js";
4
4
  function ClickableRowItem({ sx, disabled, label, onClick, ...props }) {
5
5
  return /* @__PURE__ */ jsxs(ListItemButton, { sx: { paddingLeft: 0, ...sx == null ? void 0 : sx.checkboxButton }, disabled, onClick, children: [
6
6
  /* @__PURE__ */ jsx(ListItemIcon, { sx: { minWidth: 0, ...sx == null ? void 0 : sx.checkBoxIcon }, children: /* @__PURE__ */ jsx(Checkbox, { disableRipple: true, sx: { paddingLeft: 0, ...sx == null ? void 0 : sx.checkbox }, ...props }) }),
@@ -1,4 +1,4 @@
1
- import { DraggableCheckBoxListItemProps } from './check-box-list-type';
1
+ import { DraggableCheckBoxListItemProps } from './checkBoxList.type';
2
2
 
3
3
  export declare function DraggableCheckBoxListItem<T>({ item, sx, secondaryAction, getItemId, isDragDisable, provided, divider, isCheckboxClickableOnly, ...props }: DraggableCheckBoxListItemProps<T>): import("react/jsx-runtime").JSX.Element;
4
4
  export default DraggableCheckBoxListItem;
@@ -1,8 +1,8 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import { useState } from "react";
3
3
  import { ListItem } from "@mui/material";
4
- import { DraggableClickableCheckBoxItem } from "./draggable-clickable-check-box-item.js";
5
- import { DraggableClickableRowItem } from "./draggable-clickable-row-item.js";
4
+ import { DraggableClickableCheckBoxItem } from "./DraggableClickableCheckBoxItem.js";
5
+ import { DraggableClickableRowItem } from "./DraggableClickableRowItem.js";
6
6
  function DraggableCheckBoxListItem({
7
7
  item,
8
8
  sx,
@@ -19,7 +19,7 @@ function DraggableCheckBoxListItem({
19
19
  ListItem,
20
20
  {
21
21
  secondaryAction: secondaryAction == null ? void 0 : secondaryAction(item, hover),
22
- sx: { minWidth: 0, ...sx == null ? void 0 : sx.checkboxList },
22
+ sx: { minWidth: 0, ...sx == null ? void 0 : sx.checkboxListItem },
23
23
  onMouseEnter: () => setHover(getItemId(item)),
24
24
  onMouseLeave: () => setHover(""),
25
25
  disablePadding: !isCheckboxClickableOnly,
@@ -1,4 +1,4 @@
1
- import { DraggableClickableItemProps } from './check-box-list-type';
1
+ import { DraggableClickableItemProps } from './checkBoxList.type';
2
2
 
3
3
  export declare function DraggableClickableCheckBoxItem({ sx, disabled, provided, isHighlighted, label, ...props }: DraggableClickableItemProps): import("react/jsx-runtime").JSX.Element;
4
4
  export default DraggableClickableCheckBoxItem;
@@ -1,7 +1,7 @@
1
1
  import { jsxs, Fragment, jsx } from "react/jsx-runtime";
2
2
  import { IconButton, ListItemIcon, Checkbox, ListItemText } from "@mui/material";
3
3
  import DragIndicatorIcon from "@mui/icons-material/DragIndicator";
4
- import { OverflowableText } from "../OverflowableText/overflowable-text.js";
4
+ import { OverflowableText } from "../overflowableText/OverflowableText.js";
5
5
  const styles = {
6
6
  dragIcon: (theme) => ({
7
7
  padding: "unset",
@@ -1,4 +1,4 @@
1
- import { DraggableClickableItemProps } from './check-box-list-type';
1
+ import { DraggableClickableItemProps } from './checkBoxList.type';
2
2
 
3
3
  export declare function DraggableClickableRowItem({ sx, disabled, onClick, provided, isHighlighted, label, ...props }: DraggableClickableItemProps): import("react/jsx-runtime").JSX.Element;
4
4
  export default DraggableClickableRowItem;
@@ -1,7 +1,7 @@
1
1
  import { jsxs, jsx } from "react/jsx-runtime";
2
2
  import { ListItemButton, IconButton, ListItemIcon, Checkbox, ListItemText } from "@mui/material";
3
3
  import DragIndicatorIcon from "@mui/icons-material/DragIndicator";
4
- import { OverflowableText } from "../OverflowableText/overflowable-text.js";
4
+ import { OverflowableText } from "../overflowableText/OverflowableText.js";
5
5
  const styles = {
6
6
  dragIcon: (theme) => ({
7
7
  padding: "unset",
@@ -5,9 +5,11 @@ import { default as React } from 'react';
5
5
  export interface CheckBoxListItemSxProps {
6
6
  checkBoxIcon?: SxProps;
7
7
  label?: SxProps;
8
- checkboxList?: SxProps;
8
+ checkboxListItem?: SxProps;
9
9
  checkboxButton?: SxProps;
10
10
  checkbox?: SxProps;
11
+ dragAndDropContainer?: SxProps;
12
+ checkboxList?: SxProps;
11
13
  }
12
14
  export interface CheckBoxListItemProps<T> {
13
15
  item: T;
@@ -0,0 +1,4 @@
1
+ import { default as defaultCheckboxList } from './CheckBoxList';
2
+
3
+ export default defaultCheckboxList;
4
+ export type { CheckboxListProps } from './checkBoxList.type';
@@ -0,0 +1,4 @@
1
+ import { CheckBoxList } from "./CheckBoxList.js";
2
+ export {
3
+ CheckBoxList as default
4
+ };
@@ -7,7 +7,7 @@ import "ag-grid-community/styles/ag-theme-alpine.css";
7
7
  import { Box } from "@mui/system";
8
8
  import { useTheme } from "@mui/material";
9
9
  import { mergeSx } from "../../utils/styles.js";
10
- import { CUSTOM_AGGRID_THEME, styles } from "./custom-aggrid.style.js";
10
+ import { CUSTOM_AGGRID_THEME, styles } from "./customAggrid.style.js";
11
11
  const onColumnResized = (params) => {
12
12
  var _a;
13
13
  const { column, finished } = params;
@@ -1,4 +1,4 @@
1
- import { MergedFormContextProps } from '../inputs/react-hook-form/provider/custom-form-provider';
1
+ import { MergedFormContextProps } from '../../inputs/reactHookForm/provider/CustomFormProvider';
2
2
  import { FieldErrors, UseFormReturn } from 'react-hook-form';
3
3
  import { default as React } from 'react';
4
4
 
@@ -2,10 +2,10 @@ import { jsxs, jsx } from "react/jsx-runtime";
2
2
  import { useState, useCallback } from "react";
3
3
  import { FormattedMessage } from "react-intl";
4
4
  import { Dialog, LinearProgress, DialogTitle, Grid, DialogContent, DialogActions } from "@mui/material";
5
- import SubmitButton from "../inputs/react-hook-form/utils/submit-button.js";
6
- import CancelButton from "../inputs/react-hook-form/utils/cancel-button.js";
7
- import CustomFormProvider from "../inputs/react-hook-form/provider/custom-form-provider.js";
8
- import PopupConfirmationDialog from "./popup-confirmation-dialog.js";
5
+ import SubmitButton from "../../inputs/reactHookForm/utils/SubmitButton.js";
6
+ import CancelButton from "../../inputs/reactHookForm/utils/CancelButton.js";
7
+ import CustomFormProvider from "../../inputs/reactHookForm/provider/CustomFormProvider.js";
8
+ import PopupConfirmationDialog from "../popupConfirmationDialog/PopupConfirmationDialog.js";
9
9
  const styles = {
10
10
  dialogPaper: {
11
11
  ".MuiDialog-paper": {
@@ -3,11 +3,11 @@ import { useCallback } from "react";
3
3
  import { useForm } from "react-hook-form";
4
4
  import { yupResolver } from "@hookform/resolvers/yup";
5
5
  import { Box } from "@mui/material";
6
- import "../../utils/yup-config.js";
7
- import FieldConstants from "../../utils/field-constants.js";
8
- import { useSnackMessage } from "../../hooks/useSnackMessage.js";
9
- import CustomMuiDialog from "./custom-mui-dialog.js";
10
- import ExpandingTextField from "../inputs/react-hook-form/ExpandingTextField.js";
6
+ import "../../../utils/yupConfig.js";
7
+ import FieldConstants from "../../../utils/constants/fieldConstants.js";
8
+ import { useSnackMessage } from "../../../hooks/useSnackMessage.js";
9
+ import CustomMuiDialog from "../customMuiDialog/CustomMuiDialog.js";
10
+ import ExpandingTextField from "../../inputs/reactHookForm/text/ExpandingTextField.js";
11
11
  import * as yup from "yup";
12
12
  const schema = yup.object().shape({
13
13
  [FieldConstants.DESCRIPTION]: yup.string().max(500, "descriptionLimitError")
@@ -1,4 +1,4 @@
1
- import { ElementType } from '../../utils/ElementType';
1
+ import { ElementType } from '../../../utils/types/elementType';
2
2
  import { UUID } from 'crypto';
3
3
 
4
4
  export interface ModifyElementSelectionProps {
@@ -3,10 +3,10 @@ import { useState, useEffect } from "react";
3
3
  import { Grid, Button, Typography } from "@mui/material";
4
4
  import { useIntl, FormattedMessage } from "react-intl";
5
5
  import { useController } from "react-hook-form";
6
- import FieldConstants from "../../utils/field-constants.js";
7
- import DirectoryItemSelector from "../DirectoryItemSelector/directory-item-selector.js";
8
- import { ElementType } from "../../utils/ElementType.js";
9
- import { fetchDirectoryElementPath } from "../../services/directory.js";
6
+ import FieldConstants from "../../../utils/constants/fieldConstants.js";
7
+ import DirectoryItemSelector from "../../directoryItemSelector/DirectoryItemSelector.js";
8
+ import { ElementType } from "../../../utils/types/elementType.js";
9
+ import { fetchDirectoryElementPath } from "../../../services/directory.js";
10
10
  function ModifyElementSelection(props) {
11
11
  const intl = useIntl();
12
12
  const {
@@ -6,7 +6,7 @@ import { DialogContentText } from "@mui/material";
6
6
  import DialogActions from "@mui/material/DialogActions";
7
7
  import Button from "@mui/material/Button";
8
8
  import { FormattedMessage } from "react-intl";
9
- import CancelButton from "../inputs/react-hook-form/utils/cancel-button.js";
9
+ import CancelButton from "../../inputs/reactHookForm/utils/CancelButton.js";
10
10
  function PopupConfirmationDialog({
11
11
  message,
12
12
  validateButtonLabel,
@@ -1,4 +1,4 @@
1
- import { TreeViewFinderProps } from '../TreeViewFinder/TreeViewFinder';
1
+ import { TreeViewFinderProps } from '../treeViewFinder/TreeViewFinder';
2
2
  import { UUID } from 'crypto';
3
3
 
4
4
  export interface DirectoryItemSelectorProps extends TreeViewFinderProps {
@@ -1,8 +1,8 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import { useState, useRef, useCallback, useEffect } from "react";
3
- import getFileIcon from "../../utils/ElementIcon.js";
4
- import { ElementType } from "../../utils/ElementType.js";
5
- import TreeViewFinder from "../TreeViewFinder/TreeViewFinder.js";
3
+ import getFileIcon from "../../utils/mapper/elementIcon.js";
4
+ import { ElementType } from "../../utils/types/elementType.js";
5
+ import TreeViewFinder from "../treeViewFinder/TreeViewFinder.js";
6
6
  import { useSnackMessage } from "../../hooks/useSnackMessage.js";
7
7
  import { fetchElementsInfos } from "../../services/explore.js";
8
8
  import { fetchRootFolders, fetchDirectoryContent } from "../../services/directory.js";
@@ -1,5 +1,5 @@
1
- import { TagRenderer } from './index';
2
- import { EquipmentInfos } from '../../utils/EquipmentType';
1
+ import { TagRenderer } from '../index';
2
+ import { EquipmentInfos } from '../../../utils/types/equipmentType';
3
3
  import { SxProps, Theme } from '@mui/material';
4
4
 
5
5
  export interface EquipmentItemProps {
@@ -4,12 +4,12 @@ import parse from "autosuggest-highlight/parse";
4
4
  import clsx from "clsx";
5
5
  import { FormattedMessage } from "react-intl";
6
6
  import { Box } from "@mui/material";
7
- import { EQUIPMENT_TYPE } from "../../utils/EquipmentType.js";
7
+ import { EQUIPMENT_TYPE } from "../../../utils/types/equipmentType.js";
8
8
  import "react";
9
- import TagRenderer from "./tag-renderer.js";
9
+ import TagRenderer from "../tagRenderer/TagRenderer.js";
10
10
  import "notistack";
11
- import { OverflowableText } from "../OverflowableText/overflowable-text.js";
12
- import { mergeSx } from "../../utils/styles.js";
11
+ import { OverflowableText } from "../../overflowableText/OverflowableText.js";
12
+ import { mergeSx } from "../../../utils/styles.js";
13
13
  function EquipmentItem({
14
14
  inputValue,
15
15
  suffixRenderer = TagRenderer,
@@ -1,4 +1,4 @@
1
- import { ElementSearchInputProps } from './element-search-input';
1
+ import { ElementSearchInputProps } from '../elementSearchInput/ElementSearchInput';
2
2
 
3
3
  export interface ElementSearchDialogProps<T> extends ElementSearchInputProps<T> {
4
4
  onClose?: () => void;
@@ -1,7 +1,7 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import { useCallback } from "react";
3
3
  import { Dialog, DialogContent } from "@mui/material";
4
- import { ElementSearchInput } from "./element-search-input.js";
4
+ import { ElementSearchInput } from "../elementSearchInput/ElementSearchInput.js";
5
5
  function ElementSearchDialog(props) {
6
6
  const { open, onClose, onSearchTermChange, ...rest } = props;
7
7
  const handleClose = useCallback(() => {
@@ -1,6 +1,6 @@
1
1
  import { useState, useRef, useCallback } from "react";
2
- import useDebounce from "../../hooks/useDebounce.js";
3
- import { useSnackMessage } from "../../hooks/useSnackMessage.js";
2
+ import useDebounce from "../../../hooks/useDebounce.js";
3
+ import { useSnackMessage } from "../../../hooks/useSnackMessage.js";
4
4
  const SEARCH_FETCH_TIMEOUT_MILLIS = 1e3;
5
5
  const useElementSearch = (props) => {
6
6
  const { fetchElements } = props;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Copyright (c) 2021, 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 { default as ElementSearchDialog } from './elementSearchDialog/ElementSearchDialog';
8
+ export type { ElementSearchDialogProps } from './elementSearchDialog/ElementSearchDialog';
9
+ export { default as TagRenderer } from './tagRenderer/TagRenderer';
10
+ export type { TagRendererProps } from './tagRenderer/TagRenderer';
11
+ export { ElementSearchInput } from './elementSearchInput/ElementSearchInput';
12
+ export { default as useElementSearch } from './hooks/useElementSearch';
13
+ export type { Paginated } from './hooks/useElementSearch';
@@ -0,0 +1,10 @@
1
+ import { ElementSearchDialog } from "./elementSearchDialog/ElementSearchDialog.js";
2
+ import { default as default2 } from "./tagRenderer/TagRenderer.js";
3
+ import { ElementSearchInput } from "./elementSearchInput/ElementSearchInput.js";
4
+ import { default as default3 } from "./hooks/useElementSearch.js";
5
+ export {
6
+ ElementSearchDialog,
7
+ ElementSearchInput,
8
+ default2 as TagRenderer,
9
+ default3 as useElementSearch
10
+ };
@@ -1,4 +1,4 @@
1
- import { EquipmentInfos } from '../../utils/EquipmentType';
1
+ import { EquipmentInfos } from '../../../utils/types/equipmentType';
2
2
  import { SxProps, Theme } from '@mui/material';
3
3
 
4
4
  export interface TagRendererProps {
@@ -1,8 +1,8 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import clsx from "clsx";
3
- import { OverflowableText } from "../OverflowableText/overflowable-text.js";
4
- import { EQUIPMENT_TYPE } from "../../utils/EquipmentType.js";
5
- import { mergeSx } from "../../utils/styles.js";
3
+ import { OverflowableText } from "../../overflowableText/OverflowableText.js";
4
+ import { EQUIPMENT_TYPE } from "../../../utils/types/equipmentType.js";
5
+ import { mergeSx } from "../../../utils/styles.js";
6
6
  function TagRenderer({ element, ...props }) {
7
7
  var _a, _b, _c, _d, _e, _f;
8
8
  if (element.type !== ((_a = EQUIPMENT_TYPE.SUBSTATION) == null ? void 0 : _a.name) && element.type !== ((_b = EQUIPMENT_TYPE.VOLTAGE_LEVEL) == null ? void 0 : _b.name)) {
@@ -0,0 +1,4 @@
1
+ import { default as ExpandableGroup } from './ExpandableGroup';
2
+
3
+ export default ExpandableGroup;
4
+ export type { ExpandableGroupProps } from './ExpandableGroup';
@@ -0,0 +1,4 @@
1
+ import ExpandableGroup from "./ExpandableGroup.js";
2
+ export {
3
+ ExpandableGroup as default
4
+ };
@@ -1,4 +1,4 @@
1
- import { ElementExistsType } from '../../utils/ElementType';
1
+ import { ElementExistsType } from '../../utils/types/elementType';
2
2
  import { UUID } from 'crypto';
3
3
 
4
4
  export interface FilterCreationDialogProps {
@@ -2,16 +2,16 @@ import { jsx } from "react/jsx-runtime";
2
2
  import { useCallback } from "react";
3
3
  import { useForm } from "react-hook-form";
4
4
  import { yupResolver } from "@hookform/resolvers/yup";
5
- import { saveExplicitNamingFilter, saveCriteriaBasedFilter, saveExpertFilter } from "./utils/filter-api.js";
5
+ import { saveExplicitNamingFilter, saveCriteriaBasedFilter, saveExpertFilter } from "./utils/filterApi.js";
6
6
  import { useSnackMessage } from "../../hooks/useSnackMessage.js";
7
- import CustomMuiDialog from "../dialogs/custom-mui-dialog.js";
8
- import { criteriaBasedFilterEmptyFormData, criteriaBasedFilterSchema } from "./criteria-based/criteria-based-filter-form.js";
9
- import { getExplicitNamingFilterEmptyFormData, explicitNamingFilterSchema, FILTER_EQUIPMENTS_ATTRIBUTES } from "./explicit-naming/explicit-naming-filter-form.js";
10
- import FieldConstants from "../../utils/field-constants.js";
11
- import "../../utils/yup-config.js";
12
- import FilterForm from "./filter-form.js";
13
- import { getExpertFilterEmptyFormData, expertFilterSchema, EXPERT_FILTER_QUERY } from "./expert/expert-filter-form.js";
14
- import { FilterType } from "./constants/filter-constants.js";
7
+ import CustomMuiDialog from "../dialogs/customMuiDialog/CustomMuiDialog.js";
8
+ import { criteriaBasedFilterEmptyFormData, criteriaBasedFilterSchema } from "./criteriaBased/CriteriaBasedFilterForm.js";
9
+ import { getExplicitNamingFilterEmptyFormData, explicitNamingFilterSchema, FILTER_EQUIPMENTS_ATTRIBUTES } from "./explicitNaming/ExplicitNamingFilterForm.js";
10
+ import FieldConstants from "../../utils/constants/fieldConstants.js";
11
+ import "../../utils/yupConfig.js";
12
+ import FilterForm from "./FilterForm.js";
13
+ import { getExpertFilterEmptyFormData, expertFilterSchema, EXPERT_FILTER_QUERY } from "./expert/ExpertFilterForm.js";
14
+ import { FilterType } from "./constants/FilterConstants.js";
15
15
  import * as yup from "yup";
16
16
  const emptyFormData = {
17
17
  [FieldConstants.NAME]: "",
@@ -1,4 +1,4 @@
1
- import { ElementExistsType } from '../../utils/ElementType';
1
+ import { ElementExistsType } from '../../utils/types/elementType';
2
2
  import { UUID } from 'crypto';
3
3
 
4
4
  interface FilterFormProps {