@gridsuite/commons-ui 0.66.0 → 0.67.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/authentication/AuthenticationRouter.d.ts +1 -2
- package/dist/components/authentication/AuthenticationRouter.js +5 -5
- package/dist/components/authentication/AuthenticationRouterErrorDisplay.js +1 -1
- package/dist/components/authentication/Login.d.ts +1 -2
- package/dist/components/authentication/Login.js +1 -1
- package/dist/components/authentication/Logout.d.ts +1 -2
- package/dist/components/authentication/Logout.js +1 -1
- package/dist/components/authentication/SignInCallbackHandler.d.ts +1 -2
- package/dist/components/authentication/SignInCallbackHandler.js +1 -1
- package/dist/components/authentication/SilentRenewCallbackHandler.d.ts +1 -2
- package/dist/components/authentication/SilentRenewCallbackHandler.js +5 -2
- package/dist/components/authentication/index.d.ts +5 -5
- package/dist/components/authentication/index.js +12 -12
- package/dist/components/cardErrorBoundary/CardErrorBoundary.d.ts +2 -2
- package/dist/components/cardErrorBoundary/CardErrorBoundary.js +1 -1
- package/dist/components/cardErrorBoundary/index.d.ts +7 -3
- package/dist/components/cardErrorBoundary/index.js +2 -2
- package/dist/components/checkBoxList/CheckBoxList.d.ts +0 -1
- package/dist/components/checkBoxList/CheckBoxList.js +1 -2
- package/dist/components/checkBoxList/CheckBoxListItem.d.ts +0 -1
- package/dist/components/checkBoxList/CheckBoxListItem.js +1 -2
- package/dist/components/checkBoxList/CheckBoxListItems.d.ts +0 -1
- package/dist/components/checkBoxList/CheckBoxListItems.js +2 -3
- package/dist/components/checkBoxList/ClickableCheckBoxItem.d.ts +0 -1
- package/dist/components/checkBoxList/ClickableCheckBoxItem.js +1 -2
- package/dist/components/checkBoxList/ClickableRowItem.d.ts +0 -1
- package/dist/components/checkBoxList/ClickableRowItem.js +1 -2
- package/dist/components/checkBoxList/DraggableCheckBoxListItem.d.ts +0 -1
- package/dist/components/checkBoxList/DraggableCheckBoxListItem.js +1 -2
- package/dist/components/checkBoxList/DraggableClickableCheckBoxItem.d.ts +0 -1
- package/dist/components/checkBoxList/DraggableClickableCheckBoxItem.js +2 -3
- package/dist/components/checkBoxList/DraggableClickableRowItem.d.ts +0 -1
- package/dist/components/checkBoxList/DraggableClickableRowItem.js +2 -3
- package/dist/components/checkBoxList/index.d.ts +7 -3
- package/dist/components/checkBoxList/index.js +1 -1
- package/dist/components/customAGGrid/customAggrid.d.ts +2 -2
- package/dist/components/customAGGrid/customAggrid.js +1 -1
- package/dist/components/customAGGrid/index.d.ts +8 -0
- package/dist/components/customAGGrid/index.js +7 -0
- package/dist/components/dialogs/customMuiDialog/CustomMuiDialog.d.ts +1 -2
- package/dist/components/dialogs/customMuiDialog/CustomMuiDialog.js +7 -7
- package/dist/components/dialogs/descriptionModificationDialog/DescriptionModificationDialog.d.ts +1 -2
- package/dist/components/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js +4 -4
- package/dist/components/dialogs/descriptionModificationDialog/index.d.ts +7 -0
- package/dist/components/dialogs/descriptionModificationDialog/index.js +4 -0
- package/dist/components/dialogs/index.d.ts +10 -0
- package/dist/components/dialogs/index.js +10 -0
- package/dist/components/dialogs/modifyElementSelection/ModifyElementSelection.d.ts +1 -2
- package/dist/components/dialogs/modifyElementSelection/ModifyElementSelection.js +3 -3
- package/dist/components/dialogs/modifyElementSelection/index.d.ts +7 -0
- package/dist/components/dialogs/modifyElementSelection/index.js +4 -0
- package/dist/components/dialogs/popupConfirmationDialog/PopupConfirmationDialog.d.ts +1 -2
- package/dist/components/dialogs/popupConfirmationDialog/PopupConfirmationDialog.js +2 -2
- package/dist/components/dialogs/popupConfirmationDialog/index.d.ts +7 -0
- package/dist/components/dialogs/popupConfirmationDialog/index.js +4 -0
- package/dist/components/directoryItemSelector/DirectoryItemSelector.d.ts +1 -2
- package/dist/components/directoryItemSelector/DirectoryItemSelector.js +3 -3
- package/dist/components/directoryItemSelector/index.d.ts +7 -0
- package/dist/components/directoryItemSelector/index.js +4 -0
- package/dist/components/elementSearch/elementItem/EquipmentItem.d.ts +1 -1
- package/dist/components/elementSearch/elementItem/EquipmentItem.js +1 -3
- package/dist/components/elementSearch/elementItem/index.d.ts +7 -0
- package/dist/components/elementSearch/elementItem/index.js +4 -0
- package/dist/components/elementSearch/elementSearchDialog/ElementSearchDialog.d.ts +0 -1
- package/dist/components/elementSearch/elementSearchDialog/ElementSearchDialog.js +1 -2
- package/dist/components/elementSearch/elementSearchDialog/index.d.ts +7 -0
- package/dist/components/elementSearch/elementSearchDialog/index.js +4 -0
- package/dist/components/elementSearch/elementSearchInput/index.d.ts +7 -0
- package/dist/components/elementSearch/elementSearchInput/index.js +4 -0
- package/dist/components/elementSearch/hooks/index.d.ts +7 -0
- package/dist/components/elementSearch/hooks/index.js +4 -0
- package/dist/components/elementSearch/hooks/useElementSearch.d.ts +2 -2
- package/dist/components/elementSearch/hooks/useElementSearch.js +2 -2
- package/dist/components/elementSearch/index.d.ts +5 -7
- package/dist/components/elementSearch/index.js +6 -4
- package/dist/components/elementSearch/tagRenderer/TagRenderer.d.ts +1 -2
- package/dist/components/elementSearch/tagRenderer/TagRenderer.js +1 -1
- package/dist/components/elementSearch/tagRenderer/index.d.ts +7 -0
- package/dist/components/elementSearch/tagRenderer/index.js +4 -0
- package/dist/components/expandableGroup/ExpandableGroup.d.ts +1 -31
- package/dist/components/expandableGroup/ExpandableGroup.js +1 -2
- package/dist/components/expandableGroup/index.d.ts +7 -4
- package/dist/components/expandableGroup/index.js +2 -2
- package/dist/components/filter/FilterCreationDialog.d.ts +1 -2
- package/dist/components/filter/FilterCreationDialog.js +4 -4
- package/dist/components/filter/FilterForm.d.ts +2 -3
- package/dist/components/filter/FilterForm.js +8 -8
- package/dist/components/filter/criteriaBased/CriteriaBasedFilterEditionDialog.d.ts +1 -2
- package/dist/components/filter/criteriaBased/CriteriaBasedFilterEditionDialog.js +9 -9
- package/dist/components/filter/criteriaBased/CriteriaBasedFilterForm.d.ts +1 -2
- package/dist/components/filter/criteriaBased/CriteriaBasedFilterForm.js +5 -5
- package/dist/components/filter/criteriaBased/CriteriaBasedForm.d.ts +1 -2
- package/dist/components/filter/criteriaBased/CriteriaBasedForm.js +4 -4
- package/dist/components/filter/criteriaBased/FilterFreeProperties.d.ts +2 -2
- package/dist/components/filter/criteriaBased/FilterFreeProperties.js +6 -6
- package/dist/components/filter/criteriaBased/FilterProperties.d.ts +1 -2
- package/dist/components/filter/criteriaBased/FilterProperties.js +7 -5
- package/dist/components/filter/criteriaBased/FilterProperty.d.ts +2 -2
- package/dist/components/filter/criteriaBased/FilterProperty.js +5 -5
- package/dist/components/filter/criteriaBased/criteriaBasedFilterUtils.js +1 -1
- package/dist/components/filter/criteriaBased/index.d.ts +13 -0
- package/dist/components/filter/criteriaBased/index.js +27 -0
- package/dist/components/filter/expert/ExpertFilterEditionDialog.d.ts +1 -2
- package/dist/components/filter/expert/ExpertFilterEditionDialog.js +8 -8
- package/dist/components/filter/expert/ExpertFilterForm.d.ts +1 -2
- package/dist/components/filter/expert/ExpertFilterForm.js +7 -7
- package/dist/components/filter/expert/expertFilterConstants.d.ts +1 -1
- package/dist/components/filter/expert/expertFilterConstants.js +3 -3
- package/dist/components/filter/expert/index.d.ts +11 -0
- package/dist/components/filter/expert/index.js +39 -0
- package/dist/components/filter/explicitNaming/ExplicitNamingFilterEditionDialog.d.ts +1 -2
- package/dist/components/filter/explicitNaming/ExplicitNamingFilterEditionDialog.js +8 -8
- package/dist/components/filter/explicitNaming/ExplicitNamingFilterForm.d.ts +3 -3
- package/dist/components/filter/explicitNaming/ExplicitNamingFilterForm.js +7 -7
- package/dist/components/filter/explicitNaming/index.d.ts +8 -0
- package/dist/components/filter/explicitNaming/index.js +9 -0
- package/dist/components/filter/index.d.ts +13 -0
- package/dist/components/filter/index.js +86 -0
- package/dist/components/filter/utils/filterApi.js +1 -1
- package/dist/components/filter/utils/filterFormUtils.js +4 -4
- package/dist/components/filter/utils/index.d.ts +8 -0
- package/dist/components/filter/utils/index.js +9 -0
- package/dist/components/flatParameters/FlatParameters.d.ts +0 -1
- package/dist/components/flatParameters/FlatParameters.js +1 -2
- package/dist/components/flatParameters/index.d.ts +7 -4
- package/dist/components/flatParameters/index.js +3 -2
- package/dist/components/index.d.ts +22 -0
- package/dist/components/index.js +293 -0
- package/dist/components/inputs/SelectClearable.d.ts +2 -2
- package/dist/components/inputs/SelectClearable.js +2 -2
- package/dist/components/inputs/index.d.ts +9 -0
- package/dist/components/inputs/index.js +119 -0
- package/dist/components/inputs/reactHookForm/DirectoryItemsInput.d.ts +1 -2
- package/dist/components/inputs/reactHookForm/DirectoryItemsInput.js +8 -8
- package/dist/components/inputs/reactHookForm/RawReadOnlyInput.d.ts +1 -2
- package/dist/components/inputs/reactHookForm/RawReadOnlyInput.js +1 -1
- package/dist/components/inputs/reactHookForm/agGridTable/BottomRightButtons.d.ts +1 -2
- package/dist/components/inputs/reactHookForm/agGridTable/BottomRightButtons.js +4 -4
- package/dist/components/inputs/reactHookForm/agGridTable/CustomAgGridTable.d.ts +1 -2
- package/dist/components/inputs/reactHookForm/agGridTable/CustomAgGridTable.js +4 -4
- package/dist/components/inputs/reactHookForm/agGridTable/cellEditors/index.d.ts +7 -0
- package/dist/components/inputs/reactHookForm/agGridTable/cellEditors/index.js +4 -0
- package/dist/components/inputs/reactHookForm/agGridTable/cellEditors/numericEditor.d.ts +1 -2
- package/dist/components/inputs/reactHookForm/agGridTable/cellEditors/numericEditor.js +1 -1
- package/dist/components/inputs/reactHookForm/agGridTable/csvUploader/CsvUploader.d.ts +1 -2
- package/dist/components/inputs/reactHookForm/agGridTable/csvUploader/CsvUploader.js +3 -3
- package/dist/components/inputs/reactHookForm/agGridTable/csvUploader/index.d.ts +7 -0
- package/dist/components/inputs/reactHookForm/agGridTable/csvUploader/index.js +4 -0
- package/dist/components/inputs/reactHookForm/agGridTable/index.d.ts +10 -0
- package/dist/components/inputs/reactHookForm/agGridTable/index.js +11 -0
- package/dist/components/inputs/reactHookForm/autocompleteInputs/AutocompleteInput.d.ts +1 -2
- package/dist/components/inputs/reactHookForm/autocompleteInputs/AutocompleteInput.js +3 -3
- package/dist/components/inputs/reactHookForm/autocompleteInputs/MultipleAutocompleteInput.d.ts +1 -2
- package/dist/components/inputs/reactHookForm/autocompleteInputs/MultipleAutocompleteInput.js +2 -2
- package/dist/components/inputs/reactHookForm/autocompleteInputs/index.d.ts +8 -0
- package/dist/components/inputs/reactHookForm/autocompleteInputs/index.js +6 -0
- package/dist/components/inputs/reactHookForm/booleans/BooleanInput.d.ts +1 -2
- package/dist/components/inputs/reactHookForm/booleans/BooleanInput.js +1 -1
- package/dist/components/inputs/reactHookForm/booleans/CheckboxInput.d.ts +1 -2
- package/dist/components/inputs/reactHookForm/booleans/CheckboxInput.js +2 -2
- package/dist/components/inputs/reactHookForm/booleans/RadioInput.d.ts +2 -2
- package/dist/components/inputs/reactHookForm/booleans/RadioInput.js +2 -2
- package/dist/components/inputs/reactHookForm/booleans/SwitchInput.d.ts +1 -2
- package/dist/components/inputs/reactHookForm/booleans/SwitchInput.js +2 -2
- package/dist/components/inputs/reactHookForm/booleans/index.d.ts +10 -0
- package/dist/components/inputs/reactHookForm/booleans/index.js +10 -0
- package/dist/components/inputs/reactHookForm/errorManagement/ErrorInput.d.ts +1 -2
- package/dist/components/inputs/reactHookForm/errorManagement/ErrorInput.js +1 -1
- package/dist/components/inputs/reactHookForm/errorManagement/FieldErrorAlert.d.ts +1 -2
- package/dist/components/inputs/reactHookForm/errorManagement/FieldErrorAlert.js +1 -1
- package/dist/components/inputs/reactHookForm/errorManagement/MidFormError.d.ts +1 -2
- package/dist/components/inputs/reactHookForm/errorManagement/MidFormError.js +1 -1
- package/dist/components/inputs/reactHookForm/errorManagement/index.d.ts +9 -0
- package/dist/components/inputs/reactHookForm/errorManagement/index.js +8 -0
- package/dist/components/inputs/reactHookForm/index.d.ts +17 -0
- package/dist/components/inputs/reactHookForm/index.js +85 -0
- package/dist/components/inputs/reactHookForm/numbers/FloatInput.d.ts +1 -2
- package/dist/components/inputs/reactHookForm/numbers/FloatInput.js +2 -2
- package/dist/components/inputs/reactHookForm/numbers/IntegerInput.d.ts +1 -2
- package/dist/components/inputs/reactHookForm/numbers/IntegerInput.js +2 -2
- package/dist/components/inputs/reactHookForm/numbers/RangeInput.d.ts +2 -2
- package/dist/components/inputs/reactHookForm/numbers/RangeInput.js +4 -4
- package/dist/components/inputs/reactHookForm/numbers/SliderInput.d.ts +1 -2
- package/dist/components/inputs/reactHookForm/numbers/SliderInput.js +1 -1
- package/dist/components/inputs/reactHookForm/numbers/index.d.ts +11 -0
- package/dist/components/inputs/reactHookForm/numbers/index.js +17 -0
- package/dist/components/inputs/reactHookForm/provider/CustomFormProvider.d.ts +2 -2
- package/dist/components/inputs/reactHookForm/provider/CustomFormProvider.js +1 -1
- package/dist/components/inputs/reactHookForm/provider/index.d.ts +8 -0
- package/dist/components/inputs/reactHookForm/provider/index.js +7 -0
- package/dist/components/inputs/reactHookForm/provider/useCustomFormContext.d.ts +1 -2
- package/dist/components/inputs/reactHookForm/provider/useCustomFormContext.js +1 -1
- package/dist/components/inputs/reactHookForm/selectInputs/CountriesInput.d.ts +1 -2
- package/dist/components/inputs/reactHookForm/selectInputs/CountriesInput.js +3 -3
- package/dist/components/inputs/reactHookForm/selectInputs/InputWithPopupConfirmation.d.ts +1 -2
- package/dist/components/inputs/reactHookForm/selectInputs/InputWithPopupConfirmation.js +2 -2
- package/dist/components/inputs/reactHookForm/selectInputs/MuiSelectInput.d.ts +1 -2
- package/dist/components/inputs/reactHookForm/selectInputs/MuiSelectInput.js +1 -1
- package/dist/components/inputs/reactHookForm/selectInputs/SelectInput.d.ts +1 -2
- package/dist/components/inputs/reactHookForm/selectInputs/SelectInput.js +2 -2
- package/dist/components/inputs/reactHookForm/selectInputs/index.d.ts +10 -0
- package/dist/components/inputs/reactHookForm/selectInputs/index.js +10 -0
- package/dist/components/inputs/reactHookForm/text/DescriptionField.d.ts +1 -2
- package/dist/components/inputs/reactHookForm/text/DescriptionField.js +3 -3
- package/dist/components/inputs/reactHookForm/text/ExpandingTextField.d.ts +1 -2
- package/dist/components/inputs/reactHookForm/text/ExpandingTextField.js +3 -3
- package/dist/components/inputs/reactHookForm/text/TextInput.d.ts +1 -2
- package/dist/components/inputs/reactHookForm/text/TextInput.js +4 -4
- package/dist/components/inputs/reactHookForm/text/UniqueNameInput.d.ts +1 -2
- package/dist/components/inputs/reactHookForm/text/UniqueNameInput.js +3 -3
- package/dist/components/inputs/reactHookForm/text/index.d.ts +10 -0
- package/dist/components/inputs/reactHookForm/text/index.js +10 -0
- package/dist/components/inputs/reactHookForm/utils/CancelButton.d.ts +1 -2
- package/dist/components/inputs/reactHookForm/utils/CancelButton.js +1 -1
- package/dist/components/inputs/reactHookForm/utils/FieldLabel.d.ts +1 -2
- package/dist/components/inputs/reactHookForm/utils/FieldLabel.js +1 -1
- package/dist/components/inputs/reactHookForm/utils/SubmitButton.d.ts +1 -2
- package/dist/components/inputs/reactHookForm/utils/SubmitButton.js +1 -1
- package/dist/components/inputs/reactHookForm/utils/TextFieldWithAdornment.d.ts +1 -2
- package/dist/components/inputs/reactHookForm/utils/TextFieldWithAdornment.js +1 -1
- package/dist/components/inputs/reactHookForm/utils/functions.d.ts +0 -1
- package/dist/components/inputs/reactHookForm/utils/functions.js +0 -4
- package/dist/components/inputs/reactHookForm/utils/index.d.ts +11 -0
- package/dist/components/inputs/reactHookForm/utils/index.js +17 -0
- package/dist/components/inputs/reactQueryBuilder/AddButton.d.ts +2 -2
- package/dist/components/inputs/reactQueryBuilder/AddButton.js +1 -1
- package/dist/components/inputs/reactQueryBuilder/AutocompleteWithFavorites.d.ts +2 -2
- package/dist/components/inputs/reactQueryBuilder/AutocompleteWithFavorites.js +2 -1
- package/dist/components/inputs/reactQueryBuilder/CombinatorSelector.d.ts +1 -2
- package/dist/components/inputs/reactQueryBuilder/CombinatorSelector.js +2 -2
- package/dist/components/inputs/reactQueryBuilder/CountryValueEditor.d.ts +1 -2
- package/dist/components/inputs/reactQueryBuilder/CountryValueEditor.js +5 -5
- package/dist/components/inputs/reactQueryBuilder/CustomReactQueryBuilder.d.ts +1 -2
- package/dist/components/inputs/reactQueryBuilder/CustomReactQueryBuilder.js +10 -9
- package/dist/components/inputs/reactQueryBuilder/ElementValueEditor.d.ts +2 -2
- package/dist/components/inputs/reactQueryBuilder/ElementValueEditor.js +3 -3
- package/dist/components/inputs/reactQueryBuilder/FieldSelector.d.ts +3 -0
- package/dist/components/inputs/reactQueryBuilder/FieldSelector.js +28 -0
- package/dist/components/inputs/reactQueryBuilder/PropertyValueEditor.d.ts +4 -3
- package/dist/components/inputs/reactQueryBuilder/PropertyValueEditor.js +4 -4
- package/dist/components/inputs/reactQueryBuilder/RemoveButton.d.ts +1 -2
- package/dist/components/inputs/reactQueryBuilder/RemoveButton.js +1 -1
- package/dist/components/inputs/reactQueryBuilder/TextValueEditor.d.ts +1 -2
- package/dist/components/inputs/reactQueryBuilder/TextValueEditor.js +3 -3
- package/dist/components/inputs/reactQueryBuilder/TranslatedValueEditor.d.ts +1 -2
- package/dist/components/inputs/reactQueryBuilder/TranslatedValueEditor.js +3 -3
- package/dist/components/inputs/reactQueryBuilder/ValueEditor.d.ts +1 -2
- package/dist/components/inputs/reactQueryBuilder/ValueEditor.js +8 -8
- package/dist/components/inputs/reactQueryBuilder/ValueSelector.d.ts +1 -2
- package/dist/components/inputs/reactQueryBuilder/ValueSelector.js +1 -1
- package/dist/components/inputs/reactQueryBuilder/compositeRuleEditor/GroupValueEditor.d.ts +1 -2
- package/dist/components/inputs/reactQueryBuilder/compositeRuleEditor/GroupValueEditor.js +2 -2
- package/dist/components/inputs/reactQueryBuilder/compositeRuleEditor/RuleValueEditor.d.ts +2 -2
- package/dist/components/inputs/reactQueryBuilder/compositeRuleEditor/RuleValueEditor.js +1 -1
- package/dist/components/inputs/reactQueryBuilder/compositeRuleEditor/index.d.ts +8 -0
- package/dist/components/inputs/reactQueryBuilder/compositeRuleEditor/index.js +6 -0
- package/dist/components/inputs/reactQueryBuilder/hooks/index.d.ts +8 -0
- package/dist/components/inputs/reactQueryBuilder/hooks/index.js +6 -0
- package/dist/components/inputs/reactQueryBuilder/hooks/useConvertValue.d.ts +1 -2
- package/dist/components/inputs/reactQueryBuilder/hooks/useConvertValue.js +1 -1
- package/dist/components/inputs/reactQueryBuilder/hooks/useValid.d.ts +1 -2
- package/dist/components/inputs/reactQueryBuilder/hooks/useValid.js +1 -1
- package/dist/components/inputs/reactQueryBuilder/index.d.ts +20 -0
- package/dist/components/inputs/reactQueryBuilder/index.js +34 -0
- package/dist/components/muiVirtualizedTable/ColumnHeader.d.ts +3 -3
- package/dist/components/muiVirtualizedTable/ColumnHeader.js +3 -3
- package/dist/components/muiVirtualizedTable/KeyedColumnsRowIndexer.js +1 -1
- package/dist/components/muiVirtualizedTable/MuiVirtualizedTable.d.ts +6 -20
- package/dist/components/muiVirtualizedTable/MuiVirtualizedTable.js +5 -5
- package/dist/components/muiVirtualizedTable/index.d.ts +2 -3
- package/dist/components/muiVirtualizedTable/index.js +8 -4
- package/dist/components/multipleSelectionDialog/MultipleSelectionDialog.d.ts +1 -2
- package/dist/components/multipleSelectionDialog/MultipleSelectionDialog.js +1 -1
- package/dist/components/multipleSelectionDialog/index.d.ts +7 -4
- package/dist/components/multipleSelectionDialog/index.js +2 -2
- package/dist/components/overflowableText/OverflowableText.d.ts +0 -1
- package/dist/components/overflowableText/OverflowableText.js +1 -2
- package/dist/components/overflowableText/index.d.ts +7 -4
- package/dist/components/overflowableText/index.js +1 -1
- package/dist/components/snackbarProvider/SnackbarProvider.d.ts +1 -2
- package/dist/components/snackbarProvider/SnackbarProvider.js +1 -1
- package/dist/components/snackbarProvider/index.d.ts +7 -3
- package/dist/components/snackbarProvider/index.js +2 -2
- package/dist/components/topBar/AboutDialog.d.ts +2 -2
- package/dist/components/topBar/AboutDialog.js +1 -1
- package/dist/components/topBar/GridLogo.d.ts +1 -2
- package/dist/components/topBar/GridLogo.js +2 -2
- package/dist/components/topBar/TopBar.d.ts +4 -9
- package/dist/components/topBar/TopBar.js +4 -13
- package/dist/components/topBar/index.d.ts +2 -3
- package/dist/components/topBar/index.js +6 -5
- package/dist/components/treeViewFinder/TreeViewFinder.d.ts +1 -2
- package/dist/components/treeViewFinder/TreeViewFinder.js +4 -4
- package/dist/components/treeViewFinder/index.d.ts +1 -2
- package/dist/components/treeViewFinder/index.js +2 -2
- package/dist/hooks/customStates/index.d.ts +8 -0
- package/dist/hooks/customStates/index.js +6 -0
- package/dist/hooks/customStates/useStateBoolean.d.ts +1 -2
- package/dist/hooks/customStates/useStateBoolean.js +1 -1
- package/dist/hooks/customStates/useStateNumber.d.ts +1 -2
- package/dist/hooks/customStates/useStateNumber.js +1 -1
- package/dist/hooks/index.d.ts +14 -0
- package/dist/hooks/index.js +22 -0
- package/dist/hooks/useConfidentialityWarning.d.ts +1 -2
- package/dist/hooks/useConfidentialityWarning.js +1 -1
- package/dist/hooks/useDebounce.d.ts +1 -2
- package/dist/hooks/useDebounce.js +1 -1
- package/dist/hooks/useIntlRef.d.ts +1 -2
- package/dist/hooks/useIntlRef.js +1 -1
- package/dist/hooks/useLocalizedCountries.js +1 -1
- package/dist/hooks/usePredefinedProperties.d.ts +3 -3
- package/dist/hooks/usePredefinedProperties.js +3 -3
- package/dist/hooks/usePrevious.d.ts +0 -1
- package/dist/hooks/usePrevious.js +0 -1
- package/dist/hooks/useSnackMessage.js +1 -1
- package/dist/index.d.ts +7 -181
- package/dist/index.js +357 -236
- package/dist/redux/index.d.ts +8 -0
- package/dist/redux/index.js +20 -0
- package/dist/services/appsMetadata.d.ts +2 -25
- package/dist/translations/en/cardErrorBoundaryEn.d.ts +1 -2
- package/dist/translations/en/cardErrorBoundaryEn.js +1 -1
- package/dist/translations/en/commonButtonEn.d.ts +1 -2
- package/dist/translations/en/commonButtonEn.js +1 -1
- package/dist/translations/en/csvEn.d.ts +1 -2
- package/dist/translations/en/csvEn.js +1 -1
- package/dist/translations/en/descriptionEn.d.ts +1 -2
- package/dist/translations/en/descriptionEn.js +1 -1
- package/dist/translations/en/directoryItemsInputEn.d.ts +1 -2
- package/dist/translations/en/directoryItemsInputEn.js +1 -1
- package/dist/translations/en/elementSearchEn.d.ts +1 -2
- package/dist/translations/en/elementSearchEn.js +1 -1
- package/dist/translations/en/equipmentSearchEn.d.ts +1 -2
- package/dist/translations/en/equipmentSearchEn.js +1 -1
- package/dist/translations/en/equipmentsEn.d.ts +1 -2
- package/dist/translations/en/equipmentsEn.js +1 -1
- package/dist/translations/en/filterEn.d.ts +1 -2
- package/dist/translations/en/filterEn.js +1 -1
- package/dist/translations/en/filterExpertEn.d.ts +1 -2
- package/dist/translations/en/filterExpertEn.js +1 -1
- package/dist/translations/en/flatParametersEn.d.ts +1 -2
- package/dist/translations/en/flatParametersEn.js +1 -1
- package/dist/translations/en/index.d.ts +24 -0
- package/dist/translations/en/index.js +38 -0
- package/dist/translations/en/inputsEn.d.ts +1 -2
- package/dist/translations/en/inputsEn.js +1 -1
- package/dist/translations/en/loginEn.d.ts +1 -2
- package/dist/translations/en/loginEn.js +1 -1
- package/dist/translations/en/multipleSelectionDialogEn.d.ts +1 -2
- package/dist/translations/en/multipleSelectionDialogEn.js +1 -1
- package/dist/translations/en/reportViewerEn.d.ts +1 -2
- package/dist/translations/en/reportViewerEn.js +1 -1
- package/dist/translations/en/tableEn.d.ts +1 -2
- package/dist/translations/en/tableEn.js +1 -1
- package/dist/translations/en/topBarEn.d.ts +1 -2
- package/dist/translations/en/topBarEn.js +1 -1
- package/dist/translations/en/treeviewFinderEn.d.ts +1 -2
- package/dist/translations/en/treeviewFinderEn.js +1 -1
- package/dist/translations/fr/cardErrorBoundaryFr.d.ts +1 -2
- package/dist/translations/fr/cardErrorBoundaryFr.js +1 -1
- package/dist/translations/fr/commonButtonFr.d.ts +1 -2
- package/dist/translations/fr/commonButtonFr.js +1 -1
- package/dist/translations/fr/csvFr.d.ts +1 -2
- package/dist/translations/fr/csvFr.js +1 -1
- package/dist/translations/fr/descriptionFr.d.ts +1 -2
- package/dist/translations/fr/descriptionFr.js +1 -1
- package/dist/translations/fr/directoryItemsInputFr.d.ts +1 -2
- package/dist/translations/fr/directoryItemsInputFr.js +1 -1
- package/dist/translations/fr/elementSearchFr.d.ts +1 -2
- package/dist/translations/fr/elementSearchFr.js +1 -1
- package/dist/translations/fr/equipmentSearchFr.d.ts +1 -2
- package/dist/translations/fr/equipmentSearchFr.js +1 -1
- package/dist/translations/fr/equipmentsFr.d.ts +1 -2
- package/dist/translations/fr/equipmentsFr.js +1 -1
- package/dist/translations/fr/filterExpertFr.d.ts +1 -2
- package/dist/translations/fr/filterExpertFr.js +1 -1
- package/dist/translations/fr/filterFr.d.ts +1 -2
- package/dist/translations/fr/filterFr.js +1 -1
- package/dist/translations/fr/flatParametersFr.d.ts +1 -2
- package/dist/translations/fr/flatParametersFr.js +1 -1
- package/dist/translations/fr/index.d.ts +24 -0
- package/dist/translations/fr/index.js +38 -0
- package/dist/translations/fr/inputsFr.d.ts +1 -2
- package/dist/translations/fr/inputsFr.js +1 -1
- package/dist/translations/fr/loginFr.d.ts +1 -2
- package/dist/translations/fr/loginFr.js +1 -1
- package/dist/translations/fr/multipleSelectionDialogFr.d.ts +1 -2
- package/dist/translations/fr/multipleSelectionDialogFr.js +1 -1
- package/dist/translations/fr/reportViewerFr.d.ts +1 -2
- package/dist/translations/fr/reportViewerFr.js +1 -1
- package/dist/translations/fr/tableFr.d.ts +1 -2
- package/dist/translations/fr/tableFr.js +1 -1
- package/dist/translations/fr/topBarFr.d.ts +1 -2
- package/dist/translations/fr/topBarFr.js +1 -1
- package/dist/translations/fr/treeviewFinderFr.d.ts +1 -2
- package/dist/translations/fr/treeviewFinderFr.js +1 -1
- package/dist/utils/algos.d.ts +1 -2
- package/dist/utils/algos.js +1 -1
- package/dist/utils/constants/browserConstants.d.ts +11 -0
- package/dist/utils/constants/browserConstants.js +12 -0
- package/dist/utils/constants/fetchStatus.d.ts +1 -2
- package/dist/utils/constants/fetchStatus.js +1 -1
- package/dist/utils/constants/fieldConstants.d.ts +1 -2
- package/dist/utils/constants/fieldConstants.js +1 -1
- package/dist/utils/constants/index.d.ts +9 -0
- package/dist/utils/constants/index.js +12 -0
- package/dist/utils/index.d.ts +14 -0
- package/dist/utils/index.js +61 -0
- package/dist/utils/mapper/equipmentTypesForPredefinedPropertiesMapper.d.ts +2 -3
- package/dist/utils/mapper/equipmentTypesForPredefinedPropertiesMapper.js +2 -2
- package/dist/utils/mapper/getFileIcon.d.ts +4 -0
- package/dist/utils/mapper/{elementIcon.js → getFileIcon.js} +1 -1
- package/dist/utils/mapper/index.d.ts +8 -0
- package/dist/utils/mapper/index.js +6 -0
- package/dist/utils/types/equipmentType.js +1 -1
- package/dist/utils/types/index.d.ts +11 -0
- package/dist/utils/types/index.js +27 -0
- package/dist/utils/types/metadata.d.ts +19 -7
- package/dist/utils/types/types.d.ts +0 -5
- package/package.json +1 -1
- package/dist/utils/mapper/elementIcon.d.ts +0 -5
package/dist/index.js
CHANGED
|
@@ -1,283 +1,378 @@
|
|
|
1
|
-
import { default as default2 } from "./
|
|
2
|
-
import {
|
|
3
|
-
import "
|
|
4
|
-
import "
|
|
5
|
-
import "
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { default as default5 } from "./components/snackbarProvider/SnackbarProvider.js";
|
|
9
|
-
import { default as default6 } from "./components/authentication/AuthenticationRouter.js";
|
|
10
|
-
import { default as default7 } from "./components/authentication/AuthenticationRouterErrorDisplay.js";
|
|
11
|
-
import { default as default8 } from "./components/authentication/Login.js";
|
|
12
|
-
import { default as default9 } from "./components/authentication/Logout.js";
|
|
13
|
-
import { default as default10 } from "./components/authentication/SignInCallbackHandler.js";
|
|
14
|
-
import { default as default11 } from "./components/authentication/SilentRenewCallbackHandler.js";
|
|
1
|
+
import { default as default2 } from "./_mocks_/svg.js";
|
|
2
|
+
import { AuthenticationRouter } from "./components/authentication/AuthenticationRouter.js";
|
|
3
|
+
import { default as default3 } from "./components/authentication/AuthenticationRouterErrorDisplay.js";
|
|
4
|
+
import { Login } from "./components/authentication/Login.js";
|
|
5
|
+
import { Logout } from "./components/authentication/Logout.js";
|
|
6
|
+
import { SignInCallbackHandler } from "./components/authentication/SignInCallbackHandler.js";
|
|
7
|
+
import { SilentRenewCallbackHandler } from "./components/authentication/SilentRenewCallbackHandler.js";
|
|
15
8
|
import { ErrorInLogoutAlert } from "./components/authentication/alert/ErrorInLogoutAlert.js";
|
|
16
9
|
import { ErrorInUserValidationAlert } from "./components/authentication/alert/ErrorInUserValidationAlert.js";
|
|
17
10
|
import { UnauthorizedAccessAlert } from "./components/authentication/alert/UnauthorizedAccessAlert.js";
|
|
18
11
|
import { dispatchUser, getPreLoginPath, handleSigninCallback, handleSilentRenewCallback, initializeAuthenticationDev, initializeAuthenticationProd, login, logout } from "./components/authentication/utils/authService.js";
|
|
19
12
|
import { UserManagerMock } from "./components/authentication/utils/userManagerMock.js";
|
|
20
|
-
import {
|
|
21
|
-
import { ChangeWays, KeyedColumnsRowIndexer } from "./components/muiVirtualizedTable/KeyedColumnsRowIndexer.js";
|
|
22
|
-
import { OverflowableText } from "./components/overflowableText/OverflowableText.js";
|
|
23
|
-
import { ElementSearchDialog } from "./components/elementSearch/elementSearchDialog/ElementSearchDialog.js";
|
|
24
|
-
import { default as default13 } from "./components/elementSearch/tagRenderer/TagRenderer.js";
|
|
25
|
-
import { ElementSearchInput } from "./components/elementSearch/elementSearchInput/ElementSearchInput.js";
|
|
26
|
-
import { default as default14 } from "./components/elementSearch/hooks/useElementSearch.js";
|
|
27
|
-
import { FlatParameters } from "./components/flatParameters/FlatParameters.js";
|
|
13
|
+
import { CardErrorBoundary } from "./components/cardErrorBoundary/CardErrorBoundary.js";
|
|
28
14
|
import { CheckBoxList } from "./components/checkBoxList/CheckBoxList.js";
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import { default as default22 } from "./components/dialogs/popupConfirmationDialog/PopupConfirmationDialog.js";
|
|
37
|
-
import { default as default23 } from "./components/inputs/reactHookForm/agGridTable/BottomRightButtons.js";
|
|
38
|
-
import { default as default24, ROW_DRAGGING_SELECTION_COLUMN_DEF } from "./components/inputs/reactHookForm/agGridTable/CustomAgGridTable.js";
|
|
39
|
-
import { Battery, BusBar, DanglingLine, Generator, Hvdc, LCC, Line, Load, SVC, ShuntCompensator, Substation, ThreeWindingTransfo, TwoWindingTransfo, VSC, VoltageLevel } from "./utils/types/equipmentTypes.js";
|
|
40
|
-
import { NO_SELECTION_FOR_COPY } from "./components/filter/constants/FilterConstants.js";
|
|
41
|
-
import { default as default25 } from "./utils/constants/fieldConstants.js";
|
|
42
|
-
import { fields } from "./components/filter/expert/expertFilterConstants.js";
|
|
43
|
-
import { default as default26 } from "./components/inputs/reactQueryBuilder/CustomReactQueryBuilder.js";
|
|
44
|
-
import { EXPERT_FILTER_QUERY, getExpertFilterEmptyFormData, rqbQuerySchemaValidator } from "./components/filter/expert/ExpertFilterForm.js";
|
|
45
|
-
import { exportExpertRules, importExpertRules } from "./components/filter/expert/expertFilterUtils.js";
|
|
46
|
-
import { formatQuery } from "react-querybuilder";
|
|
47
|
-
import "./utils/yupConfig.js";
|
|
48
|
-
import { GRIDSUITE_DEFAULT_PRECISION, isBlankOrEmpty, microUnitToUnit, roundToDefaultPrecision, roundToPrecision, unitToMicroUnit } from "./utils/conversionUtils.js";
|
|
49
|
-
import { ElementType } from "./utils/types/elementType.js";
|
|
50
|
-
import { EQUIPMENT_TYPE, EquipmentType, equipmentStyles, getEquipmentsInfosForSearchBar } from "./utils/types/equipmentType.js";
|
|
51
|
-
import { default as default27 } from "./utils/mapper/elementIcon.js";
|
|
52
|
-
import { LOGOUT_ERROR, RESET_AUTHENTICATION_ROUTER_ERROR, SHOW_AUTH_INFO_LOGIN, SIGNIN_CALLBACK_ERROR, UNAUTHORIZED_USER_INFO, USER, USER_VALIDATION_ERROR, setLoggedUser, setSignInCallbackError } from "./redux/actions/authActions.js";
|
|
53
|
-
import { default as default28 } from "./translations/en/reportViewerEn.js";
|
|
54
|
-
import { default as default29 } from "./translations/fr/reportViewerFr.js";
|
|
55
|
-
import { default as default30 } from "./translations/en/loginEn.js";
|
|
56
|
-
import { default as default31 } from "./translations/fr/loginFr.js";
|
|
57
|
-
import { default as default32 } from "./translations/en/topBarEn.js";
|
|
58
|
-
import { default as default33 } from "./translations/fr/topBarFr.js";
|
|
59
|
-
import { default as default34 } from "./translations/en/tableEn.js";
|
|
60
|
-
import { default as default35 } from "./translations/fr/tableFr.js";
|
|
61
|
-
import { default as default36 } from "./translations/en/treeviewFinderEn.js";
|
|
62
|
-
import { default as default37 } from "./translations/fr/treeviewFinderFr.js";
|
|
63
|
-
import { default as default38 } from "./translations/en/elementSearchEn.js";
|
|
64
|
-
import { default as default39 } from "./translations/fr/elementSearchFr.js";
|
|
65
|
-
import { default as default40 } from "./translations/en/equipmentSearchEn.js";
|
|
66
|
-
import { default as default41 } from "./translations/fr/equipmentSearchFr.js";
|
|
67
|
-
import { default as default42 } from "./translations/en/filterEn.js";
|
|
68
|
-
import { default as default43 } from "./translations/fr/filterFr.js";
|
|
69
|
-
import { default as default44 } from "./translations/en/filterExpertEn.js";
|
|
70
|
-
import { default as default45 } from "./translations/fr/filterExpertFr.js";
|
|
71
|
-
import { default as default46 } from "./translations/fr/descriptionFr.js";
|
|
72
|
-
import { default as default47 } from "./translations/en/descriptionEn.js";
|
|
73
|
-
import { default as default48 } from "./translations/fr/equipmentsFr.js";
|
|
74
|
-
import { default as default49 } from "./translations/en/equipmentsEn.js";
|
|
75
|
-
import { default as default50 } from "./translations/fr/csvFr.js";
|
|
76
|
-
import { default as default51 } from "./translations/en/csvEn.js";
|
|
77
|
-
import { default as default52 } from "./translations/en/cardErrorBoundaryEn.js";
|
|
78
|
-
import { default as default53 } from "./translations/fr/cardErrorBoundaryFr.js";
|
|
79
|
-
import { default as default54 } from "./translations/en/flatParametersEn.js";
|
|
80
|
-
import { default as default55 } from "./translations/fr/flatParametersFr.js";
|
|
81
|
-
import { default as default56 } from "./translations/en/multipleSelectionDialogEn.js";
|
|
82
|
-
import { default as default57 } from "./translations/fr/multipleSelectionDialogFr.js";
|
|
83
|
-
import { default as default58 } from "./translations/en/commonButtonEn.js";
|
|
84
|
-
import { default as default59 } from "./translations/fr/commonButtonFr.js";
|
|
85
|
-
import { default as default60 } from "./translations/en/directoryItemsInputEn.js";
|
|
86
|
-
import { default as default61 } from "./translations/fr/directoryItemsInputFr.js";
|
|
15
|
+
import { CUSTOM_AGGRID_THEME, styles } from "./components/customAGGrid/customAggrid.style.js";
|
|
16
|
+
import { CustomAGGrid } from "./components/customAGGrid/customAggrid.js";
|
|
17
|
+
import { CustomMuiDialog } from "./components/dialogs/customMuiDialog/CustomMuiDialog.js";
|
|
18
|
+
import { DescriptionModificationDialog } from "./components/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
19
|
+
import { ModifyElementSelection } from "./components/dialogs/modifyElementSelection/ModifyElementSelection.js";
|
|
20
|
+
import { PopupConfirmationDialog } from "./components/dialogs/popupConfirmationDialog/PopupConfirmationDialog.js";
|
|
21
|
+
import { DirectoryItemSelector } from "./components/directoryItemSelector/DirectoryItemSelector.js";
|
|
87
22
|
import { EquipmentItem } from "./components/elementSearch/elementItem/EquipmentItem.js";
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import { default as default81 } from "./components/inputs/reactHookForm/booleans/SwitchInput.js";
|
|
110
|
-
import { default as default82 } from "./components/inputs/reactHookForm/errorManagement/ErrorInput.js";
|
|
111
|
-
import { default as default83 } from "./components/inputs/reactHookForm/errorManagement/FieldErrorAlert.js";
|
|
112
|
-
import { default as default84 } from "./components/inputs/reactHookForm/errorManagement/MidFormError.js";
|
|
113
|
-
import { default as default85 } from "./components/inputs/reactHookForm/utils/TextFieldWithAdornment.js";
|
|
114
|
-
import { default as default86 } from "./components/inputs/reactHookForm/utils/FieldLabel.js";
|
|
115
|
-
import { default as default87 } from "./components/inputs/reactHookForm/utils/SubmitButton.js";
|
|
116
|
-
import { default as default88 } from "./components/inputs/reactHookForm/utils/CancelButton.js";
|
|
117
|
-
import { genHelperError, genHelperPreviousValue, gridItem, identity, isFieldRequired, isFloatNumber, toFloatOrNullValue } from "./components/inputs/reactHookForm/utils/functions.js";
|
|
118
|
-
import { areArrayElementsUnique, isObjectEmpty, keyGenerator } from "./utils/functions.js";
|
|
119
|
-
import { default as default89 } from "./components/inputs/reactHookForm/DirectoryItemsInput.js";
|
|
120
|
-
import { default as default90 } from "./components/directoryItemSelector/DirectoryItemSelector.js";
|
|
121
|
-
import { default as default91 } from "./components/customAGGrid/customAggrid.js";
|
|
122
|
-
import { default as default92 } from "./components/inputs/reactHookForm/RawReadOnlyInput.js";
|
|
123
|
-
import { default as default93 } from "./components/filter/FilterCreationDialog.js";
|
|
124
|
-
import { default as default94 } from "./components/filter/expert/ExpertFilterEditionDialog.js";
|
|
125
|
-
import { default as default95 } from "./components/filter/explicitNaming/ExplicitNamingFilterEditionDialog.js";
|
|
126
|
-
import { default as default96 } from "./components/filter/criteriaBased/CriteriaBasedFilterEditionDialog.js";
|
|
23
|
+
import { ElementSearchDialog } from "./components/elementSearch/elementSearchDialog/ElementSearchDialog.js";
|
|
24
|
+
import { ElementSearchInput } from "./components/elementSearch/elementSearchInput/ElementSearchInput.js";
|
|
25
|
+
import { useElementSearch } from "./components/elementSearch/hooks/useElementSearch.js";
|
|
26
|
+
import { TagRenderer } from "./components/elementSearch/tagRenderer/TagRenderer.js";
|
|
27
|
+
import { FilterCreationDialog } from "./components/filter/FilterCreationDialog.js";
|
|
28
|
+
import { FilterForm } from "./components/filter/FilterForm.js";
|
|
29
|
+
import { DISTRIBUTION_KEY, FilterType, NO_SELECTION_FOR_COPY } from "./components/filter/constants/FilterConstants.js";
|
|
30
|
+
import { CriteriaBasedFilterEditionDialog } from "./components/filter/criteriaBased/CriteriaBasedFilterEditionDialog.js";
|
|
31
|
+
import { CriteriaBasedFilterForm, criteriaBasedFilterEmptyFormData, criteriaBasedFilterSchema } from "./components/filter/criteriaBased/CriteriaBasedFilterForm.js";
|
|
32
|
+
import { CriteriaBasedForm } from "./components/filter/criteriaBased/CriteriaBasedForm.js";
|
|
33
|
+
import { FilterFreeProperties, FreePropertiesTypes } from "./components/filter/criteriaBased/FilterFreeProperties.js";
|
|
34
|
+
import { FilterProperties, filterPropertiesYupSchema } from "./components/filter/criteriaBased/FilterProperties.js";
|
|
35
|
+
import { FilterProperty, PROPERTY_NAME, PROPERTY_VALUES, PROPERTY_VALUES_1, PROPERTY_VALUES_2 } from "./components/filter/criteriaBased/FilterProperty.js";
|
|
36
|
+
import { backToFrontTweak, frontToBackTweak, getCriteriaBasedFormData, getCriteriaBasedSchema } from "./components/filter/criteriaBased/criteriaBasedFilterUtils.js";
|
|
37
|
+
import { ExpertFilterEditionDialog } from "./components/filter/expert/ExpertFilterEditionDialog.js";
|
|
38
|
+
import { EXPERT_FILTER_QUERY, ExpertFilterForm, expertFilterSchema, getExpertFilterEmptyFormData, rqbQuerySchemaValidator } from "./components/filter/expert/ExpertFilterForm.js";
|
|
39
|
+
import { CombinatorType, DataType, FieldType, OperatorType } from "./components/filter/expert/expertFilter.type.js";
|
|
40
|
+
import { COMBINATOR_OPTIONS, CONVERTERS_MODE_OPTIONS, ENERGY_SOURCE_OPTIONS, EXPERT_FILTER_EQUIPMENTS, EXPERT_FILTER_FIELDS, FIELDS_OPTIONS, LOAD_TYPE_OPTIONS, OPERATOR_OPTIONS, PHASE_REGULATION_MODE_OPTIONS, RATIO_REGULATION_MODE_OPTIONS, REGULATION_TYPE_OPTIONS, RULES, SHUNT_COMPENSATOR_TYPE_OPTIONS, SVAR_REGULATION_MODE_OPTIONS } from "./components/filter/expert/expertFilterConstants.js";
|
|
41
|
+
import { countRules, exportExpertRules, getNumberOfSiblings, getOperators, importExpertRules, queryValidator, recursiveRemove, testQuery } from "./components/filter/expert/expertFilterUtils.js";
|
|
42
|
+
import { ExplicitNamingFilterEditionDialog } from "./components/filter/explicitNaming/ExplicitNamingFilterEditionDialog.js";
|
|
43
|
+
import { ExplicitNamingFilterForm, FILTER_EQUIPMENTS_ATTRIBUTES, explicitNamingFilterSchema, getExplicitNamingFilterEmptyFormData } from "./components/filter/explicitNaming/ExplicitNamingFilterForm.js";
|
|
127
44
|
import { saveCriteriaBasedFilter, saveExpertFilter, saveExplicitNamingFilter } from "./components/filter/utils/filterApi.js";
|
|
128
|
-
import { DEFAULT_RANGE_VALUE, default as default97, getRangeInputDataForm, getRangeInputSchema } from "./components/inputs/reactHookForm/numbers/RangeInput.js";
|
|
129
|
-
import { default as default98 } from "./components/inputs/reactHookForm/selectInputs/InputWithPopupConfirmation.js";
|
|
130
|
-
import { default as default99 } from "./components/inputs/reactHookForm/selectInputs/MuiSelectInput.js";
|
|
131
|
-
import { default as default100 } from "./components/inputs/reactHookForm/selectInputs/CountriesInput.js";
|
|
132
|
-
import { getComputedLanguage, getSystemLanguage, useLocalizedCountries } from "./hooks/useLocalizedCountries.js";
|
|
133
|
-
import { default as default101 } from "./components/inputs/reactHookForm/autocompleteInputs/MultipleAutocompleteInput.js";
|
|
134
|
-
import { default as default102 } from "./components/inputs/reactHookForm/agGridTable/csvUploader/CsvUploader.js";
|
|
135
|
-
import { default as default103 } from "./components/inputs/reactHookForm/text/UniqueNameInput.js";
|
|
136
45
|
import { CONTINGENCY_LIST_EQUIPMENTS, FILTER_EQUIPMENTS } from "./components/filter/utils/filterFormUtils.js";
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
46
|
+
import { FlatParameters, extractDefault } from "./components/flatParameters/FlatParameters.js";
|
|
47
|
+
import { SelectClearable } from "./components/inputs/SelectClearable.js";
|
|
48
|
+
import { DirectoryItemsInput, NAME } from "./components/inputs/reactHookForm/DirectoryItemsInput.js";
|
|
49
|
+
import { RawReadOnlyInput } from "./components/inputs/reactHookForm/RawReadOnlyInput.js";
|
|
50
|
+
import { BottomRightButtons } from "./components/inputs/reactHookForm/agGridTable/BottomRightButtons.js";
|
|
51
|
+
import { CustomAgGridTable, ROW_DRAGGING_SELECTION_COLUMN_DEF } from "./components/inputs/reactHookForm/agGridTable/CustomAgGridTable.js";
|
|
52
|
+
import { NumericEditor } from "./components/inputs/reactHookForm/agGridTable/cellEditors/numericEditor.js";
|
|
53
|
+
import { CsvUploader } from "./components/inputs/reactHookForm/agGridTable/csvUploader/CsvUploader.js";
|
|
54
|
+
import { AutocompleteInput } from "./components/inputs/reactHookForm/autocompleteInputs/AutocompleteInput.js";
|
|
55
|
+
import { MultipleAutocompleteInput } from "./components/inputs/reactHookForm/autocompleteInputs/MultipleAutocompleteInput.js";
|
|
56
|
+
import { BooleanInput } from "./components/inputs/reactHookForm/booleans/BooleanInput.js";
|
|
57
|
+
import { CheckboxInput } from "./components/inputs/reactHookForm/booleans/CheckboxInput.js";
|
|
58
|
+
import { RadioInput } from "./components/inputs/reactHookForm/booleans/RadioInput.js";
|
|
59
|
+
import { SwitchInput } from "./components/inputs/reactHookForm/booleans/SwitchInput.js";
|
|
60
|
+
import { ErrorInput } from "./components/inputs/reactHookForm/errorManagement/ErrorInput.js";
|
|
61
|
+
import { FieldErrorAlert } from "./components/inputs/reactHookForm/errorManagement/FieldErrorAlert.js";
|
|
62
|
+
import { MidFormError } from "./components/inputs/reactHookForm/errorManagement/MidFormError.js";
|
|
63
|
+
import { FloatInput } from "./components/inputs/reactHookForm/numbers/FloatInput.js";
|
|
64
|
+
import { IntegerInput } from "./components/inputs/reactHookForm/numbers/IntegerInput.js";
|
|
65
|
+
import { DEFAULT_RANGE_VALUE, RangeInput, RangeType, getRangeInputDataForm, getRangeInputSchema } from "./components/inputs/reactHookForm/numbers/RangeInput.js";
|
|
66
|
+
import { SliderInput } from "./components/inputs/reactHookForm/numbers/SliderInput.js";
|
|
67
|
+
import { isFloatNumber, isIntegerNumber } from "./components/inputs/reactHookForm/numbers/utils.js";
|
|
68
|
+
import { CustomFormContext, CustomFormProvider } from "./components/inputs/reactHookForm/provider/CustomFormProvider.js";
|
|
69
|
+
import { useCustomFormContext } from "./components/inputs/reactHookForm/provider/useCustomFormContext.js";
|
|
70
|
+
import { CountriesInput } from "./components/inputs/reactHookForm/selectInputs/CountriesInput.js";
|
|
71
|
+
import { InputWithPopupConfirmation } from "./components/inputs/reactHookForm/selectInputs/InputWithPopupConfirmation.js";
|
|
72
|
+
import { MuiSelectInput } from "./components/inputs/reactHookForm/selectInputs/MuiSelectInput.js";
|
|
73
|
+
import { SelectInput } from "./components/inputs/reactHookForm/selectInputs/SelectInput.js";
|
|
74
|
+
import { DescriptionField } from "./components/inputs/reactHookForm/text/DescriptionField.js";
|
|
75
|
+
import { ExpandingTextField } from "./components/inputs/reactHookForm/text/ExpandingTextField.js";
|
|
76
|
+
import { TextInput } from "./components/inputs/reactHookForm/text/TextInput.js";
|
|
77
|
+
import { UniqueNameInput } from "./components/inputs/reactHookForm/text/UniqueNameInput.js";
|
|
78
|
+
import { CancelButton } from "./components/inputs/reactHookForm/utils/CancelButton.js";
|
|
79
|
+
import { FieldLabel } from "./components/inputs/reactHookForm/utils/FieldLabel.js";
|
|
80
|
+
import { SubmitButton } from "./components/inputs/reactHookForm/utils/SubmitButton.js";
|
|
81
|
+
import { TextFieldWithAdornment } from "./components/inputs/reactHookForm/utils/TextFieldWithAdornment.js";
|
|
82
|
+
import { genHelperError, genHelperPreviousValue, gridItem, identity, isFieldRequired, toFloatOrNullValue } from "./components/inputs/reactHookForm/utils/functions.js";
|
|
83
|
+
import { AddButton } from "./components/inputs/reactQueryBuilder/AddButton.js";
|
|
84
|
+
import { AutocompleteWithFavorites } from "./components/inputs/reactQueryBuilder/AutocompleteWithFavorites.js";
|
|
85
|
+
import { CombinatorSelector } from "./components/inputs/reactQueryBuilder/CombinatorSelector.js";
|
|
86
|
+
import { CountryValueEditor } from "./components/inputs/reactQueryBuilder/CountryValueEditor.js";
|
|
87
|
+
import { CustomReactQueryBuilder } from "./components/inputs/reactQueryBuilder/CustomReactQueryBuilder.js";
|
|
88
|
+
import { ElementValueEditor } from "./components/inputs/reactQueryBuilder/ElementValueEditor.js";
|
|
89
|
+
import { PropertyValueEditor } from "./components/inputs/reactQueryBuilder/PropertyValueEditor.js";
|
|
90
|
+
import { RemoveButton } from "./components/inputs/reactQueryBuilder/RemoveButton.js";
|
|
91
|
+
import { TextValueEditor } from "./components/inputs/reactQueryBuilder/TextValueEditor.js";
|
|
92
|
+
import { TranslatedValueEditor } from "./components/inputs/reactQueryBuilder/TranslatedValueEditor.js";
|
|
93
|
+
import { ValueEditor } from "./components/inputs/reactQueryBuilder/ValueEditor.js";
|
|
94
|
+
import { ValueSelector } from "./components/inputs/reactQueryBuilder/ValueSelector.js";
|
|
95
|
+
import { GroupValueEditor } from "./components/inputs/reactQueryBuilder/compositeRuleEditor/GroupValueEditor.js";
|
|
96
|
+
import { RuleValueEditor } from "./components/inputs/reactQueryBuilder/compositeRuleEditor/RuleValueEditor.js";
|
|
97
|
+
import { useConvertValue } from "./components/inputs/reactQueryBuilder/hooks/useConvertValue.js";
|
|
98
|
+
import { useValid } from "./components/inputs/reactQueryBuilder/hooks/useValid.js";
|
|
99
|
+
import { ChangeWays, KeyedColumnsRowIndexer, collectibleHelper, forTesting, getHelper, noOpHelper } from "./components/muiVirtualizedTable/KeyedColumnsRowIndexer.js";
|
|
100
|
+
import { DEFAULT_CELL_PADDING, DEFAULT_HEADER_HEIGHT, DEFAULT_ROW_HEIGHT, MuiVirtualizedTable, generateMuiVirtualizedTableClass } from "./components/muiVirtualizedTable/MuiVirtualizedTable.js";
|
|
101
|
+
import { MultipleSelectionDialog } from "./components/multipleSelectionDialog/MultipleSelectionDialog.js";
|
|
102
|
+
import { OverflowableText } from "./components/overflowableText/OverflowableText.js";
|
|
103
|
+
import { SnackbarProvider } from "./components/snackbarProvider/SnackbarProvider.js";
|
|
104
|
+
import { TopBar } from "./components/topBar/TopBar.js";
|
|
105
|
+
import { GridLogo, LogoText } from "./components/topBar/GridLogo.js";
|
|
106
|
+
import { AboutDialog } from "./components/topBar/AboutDialog.js";
|
|
107
|
+
import { TreeViewFinder, generateTreeViewFinderClass } from "./components/treeViewFinder/TreeViewFinder.js";
|
|
108
|
+
import { useStateBoolean } from "./hooks/customStates/useStateBoolean.js";
|
|
109
|
+
import { useStateNumber } from "./hooks/customStates/useStateNumber.js";
|
|
110
|
+
import { useConfidentialityWarning } from "./hooks/useConfidentialityWarning.js";
|
|
111
|
+
import { useDebounce } from "./hooks/useDebounce.js";
|
|
112
|
+
import { useIntlRef } from "./hooks/useIntlRef.js";
|
|
113
|
+
import { getComputedLanguage, getSystemLanguage, useLocalizedCountries } from "./hooks/useLocalizedCountries.js";
|
|
114
|
+
import { usePredefinedProperties } from "./hooks/usePredefinedProperties.js";
|
|
115
|
+
import { usePrevious } from "./hooks/usePrevious.js";
|
|
116
|
+
import { useSnackMessage } from "./hooks/useSnackMessage.js";
|
|
117
|
+
import { LOGOUT_ERROR, RESET_AUTHENTICATION_ROUTER_ERROR, SHOW_AUTH_INFO_LOGIN, SIGNIN_CALLBACK_ERROR, UNAUTHORIZED_USER_INFO, USER, USER_VALIDATION_ERROR, resetAuthenticationRouterError, setLoggedUser, setLogoutError, setShowAuthenticationRouterLogin, setSignInCallbackError, setUnauthorizedUserInfo, setUserValidationError } from "./redux/actions/authActions.js";
|
|
118
|
+
import { getUserToken, setCommonStore } from "./redux/commonStore.js";
|
|
139
119
|
import { backendFetch, backendFetchJson, getRequestParamFromList } from "./services/utils.js";
|
|
140
120
|
import { createFilter, fetchElementsInfos, saveFilter } from "./services/explore.js";
|
|
141
121
|
import { fetchAppsMetadata, fetchDefaultCountry, fetchEnv, fetchFavoriteAndDefaultCountries, fetchStudyMetadata } from "./services/appsMetadata.js";
|
|
142
122
|
import { fetchDirectoryContent, fetchDirectoryElementPath, fetchRootFolders } from "./services/directory.js";
|
|
143
123
|
import { exportFilter } from "./services/study.js";
|
|
124
|
+
import { equalsArray } from "./utils/algos.js";
|
|
125
|
+
import { DARK_THEME, LANG_ENGLISH, LANG_FRENCH, LANG_SYSTEM, LIGHT_THEME } from "./utils/constants/browserConstants.js";
|
|
126
|
+
import { FetchStatus } from "./utils/constants/fetchStatus.js";
|
|
127
|
+
import { FieldConstants } from "./utils/constants/fieldConstants.js";
|
|
128
|
+
import { GRIDSUITE_DEFAULT_PRECISION, isBlankOrEmpty, microUnitToUnit, roundToDefaultPrecision, roundToPrecision, unitToMicroUnit } from "./utils/conversionUtils.js";
|
|
129
|
+
import { areArrayElementsUnique, isObjectEmpty, keyGenerator } from "./utils/functions.js";
|
|
130
|
+
import { getFileIcon } from "./utils/mapper/getFileIcon.js";
|
|
131
|
+
import { equipmentTypesForPredefinedPropertiesMapper } from "./utils/mapper/equipmentTypesForPredefinedPropertiesMapper.js";
|
|
132
|
+
import { makeComposeClasses, mergeSx, toNestedGlobalSelectors } from "./utils/styles.js";
|
|
133
|
+
import { ElementType } from "./utils/types/elementType.js";
|
|
134
|
+
import { EQUIPMENT_TYPE, EquipmentType, TYPE_TAG_MAX_SIZE, VL_TAG_MAX_SIZE, equipmentStyles, getEquipmentsInfosForSearchBar } from "./utils/types/equipmentType.js";
|
|
135
|
+
import { Battery, BusBar, DanglingLine, Generator, Hvdc, LCC, Line, Load, SVC, ShuntCompensator, Substation, ThreeWindingTransfo, TwoWindingTransfo, VSC, VoltageLevel } from "./utils/types/equipmentTypes.js";
|
|
136
|
+
import "./utils/yupConfig.js";
|
|
137
|
+
import { cardErrorBoundaryEn } from "./translations/en/cardErrorBoundaryEn.js";
|
|
138
|
+
import { commonButtonEn } from "./translations/en/commonButtonEn.js";
|
|
139
|
+
import { csvEn } from "./translations/en/csvEn.js";
|
|
140
|
+
import { descriptionEn } from "./translations/en/descriptionEn.js";
|
|
141
|
+
import { directoryItemsInputEn } from "./translations/en/directoryItemsInputEn.js";
|
|
142
|
+
import { elementSearchEn } from "./translations/en/elementSearchEn.js";
|
|
143
|
+
import { equipmentSearchEn } from "./translations/en/equipmentSearchEn.js";
|
|
144
|
+
import { equipmentsEn } from "./translations/en/equipmentsEn.js";
|
|
145
|
+
import { filterEn } from "./translations/en/filterEn.js";
|
|
146
|
+
import { filterExpertEn } from "./translations/en/filterExpertEn.js";
|
|
147
|
+
import { flatParametersEn } from "./translations/en/flatParametersEn.js";
|
|
148
|
+
import { inputsEn } from "./translations/en/inputsEn.js";
|
|
149
|
+
import { loginEn } from "./translations/en/loginEn.js";
|
|
150
|
+
import { multipleSelectionDialogEn } from "./translations/en/multipleSelectionDialogEn.js";
|
|
151
|
+
import { reportViewerEn } from "./translations/en/reportViewerEn.js";
|
|
152
|
+
import { tableEn } from "./translations/en/tableEn.js";
|
|
153
|
+
import { topBarEn } from "./translations/en/topBarEn.js";
|
|
154
|
+
import { treeviewFinderEn } from "./translations/en/treeviewFinderEn.js";
|
|
155
|
+
import { cardErrorBoundaryFr } from "./translations/fr/cardErrorBoundaryFr.js";
|
|
156
|
+
import { commonButtonFr } from "./translations/fr/commonButtonFr.js";
|
|
157
|
+
import { csvFr } from "./translations/fr/csvFr.js";
|
|
158
|
+
import { descriptionFr } from "./translations/fr/descriptionFr.js";
|
|
159
|
+
import { directoryItemsInputFr } from "./translations/fr/directoryItemsInputFr.js";
|
|
160
|
+
import { elementSearchFr } from "./translations/fr/elementSearchFr.js";
|
|
161
|
+
import { equipmentSearchFr } from "./translations/fr/equipmentSearchFr.js";
|
|
162
|
+
import { equipmentsFr } from "./translations/fr/equipmentsFr.js";
|
|
163
|
+
import { filterExpertFr } from "./translations/fr/filterExpertFr.js";
|
|
164
|
+
import { filterFr } from "./translations/fr/filterFr.js";
|
|
165
|
+
import { flatParametersFr } from "./translations/fr/flatParametersFr.js";
|
|
166
|
+
import { inputsFr } from "./translations/fr/inputsFr.js";
|
|
167
|
+
import { loginFr } from "./translations/fr/loginFr.js";
|
|
168
|
+
import { multipleSelectionDialogFr } from "./translations/fr/multipleSelectionDialogFr.js";
|
|
169
|
+
import { reportViewerFr } from "./translations/fr/reportViewerFr.js";
|
|
170
|
+
import { tableFr } from "./translations/fr/tableFr.js";
|
|
171
|
+
import { topBarFr } from "./translations/fr/topBarFr.js";
|
|
172
|
+
import { treeviewFinderFr } from "./translations/fr/treeviewFinderFr.js";
|
|
144
173
|
import * as yup from "yup";
|
|
145
174
|
export {
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
175
|
+
AboutDialog,
|
|
176
|
+
AddButton,
|
|
177
|
+
AuthenticationRouter,
|
|
178
|
+
default3 as AuthenticationRouterErrorDisplay,
|
|
179
|
+
AutocompleteInput,
|
|
180
|
+
AutocompleteWithFavorites,
|
|
150
181
|
Battery,
|
|
151
|
-
|
|
182
|
+
BooleanInput,
|
|
183
|
+
BottomRightButtons,
|
|
152
184
|
BusBar,
|
|
185
|
+
COMBINATOR_OPTIONS,
|
|
153
186
|
CONTINGENCY_LIST_EQUIPMENTS,
|
|
154
|
-
|
|
155
|
-
|
|
187
|
+
CONVERTERS_MODE_OPTIONS,
|
|
188
|
+
CUSTOM_AGGRID_THEME,
|
|
189
|
+
CancelButton,
|
|
190
|
+
CardErrorBoundary,
|
|
156
191
|
ChangeWays,
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
192
|
+
CheckBoxList,
|
|
193
|
+
CheckboxInput,
|
|
194
|
+
CombinatorSelector,
|
|
195
|
+
CombinatorType,
|
|
196
|
+
CountriesInput,
|
|
197
|
+
CountryValueEditor,
|
|
198
|
+
CriteriaBasedFilterEditionDialog,
|
|
199
|
+
CriteriaBasedFilterForm,
|
|
200
|
+
CriteriaBasedForm,
|
|
201
|
+
CsvUploader,
|
|
202
|
+
CustomAGGrid,
|
|
203
|
+
CustomAgGridTable,
|
|
204
|
+
CustomFormContext,
|
|
205
|
+
CustomFormProvider,
|
|
206
|
+
CustomMuiDialog,
|
|
207
|
+
CustomReactQueryBuilder,
|
|
168
208
|
DARK_THEME,
|
|
169
209
|
DEFAULT_CELL_PADDING,
|
|
170
210
|
DEFAULT_HEADER_HEIGHT,
|
|
171
211
|
DEFAULT_RANGE_VALUE,
|
|
172
212
|
DEFAULT_ROW_HEIGHT,
|
|
213
|
+
DISTRIBUTION_KEY,
|
|
173
214
|
DanglingLine,
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
215
|
+
DataType,
|
|
216
|
+
DescriptionField,
|
|
217
|
+
DescriptionModificationDialog,
|
|
218
|
+
DirectoryItemSelector,
|
|
219
|
+
DirectoryItemsInput,
|
|
220
|
+
ENERGY_SOURCE_OPTIONS,
|
|
178
221
|
EQUIPMENT_TYPE,
|
|
179
|
-
|
|
222
|
+
EXPERT_FILTER_EQUIPMENTS,
|
|
223
|
+
EXPERT_FILTER_FIELDS,
|
|
180
224
|
EXPERT_FILTER_QUERY,
|
|
181
225
|
ElementSearchDialog,
|
|
182
226
|
ElementSearchInput,
|
|
183
227
|
ElementType,
|
|
228
|
+
ElementValueEditor,
|
|
184
229
|
EquipmentItem,
|
|
185
230
|
EquipmentType,
|
|
186
231
|
ErrorInLogoutAlert,
|
|
187
232
|
ErrorInUserValidationAlert,
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
233
|
+
ErrorInput,
|
|
234
|
+
ExpandingTextField,
|
|
235
|
+
ExpertFilterEditionDialog,
|
|
236
|
+
ExpertFilterForm,
|
|
237
|
+
ExplicitNamingFilterEditionDialog,
|
|
238
|
+
ExplicitNamingFilterForm,
|
|
239
|
+
FIELDS_OPTIONS,
|
|
193
240
|
FILTER_EQUIPMENTS,
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
241
|
+
FILTER_EQUIPMENTS_ATTRIBUTES,
|
|
242
|
+
FetchStatus,
|
|
243
|
+
FieldConstants,
|
|
244
|
+
FieldErrorAlert,
|
|
245
|
+
FieldLabel,
|
|
246
|
+
FieldType,
|
|
247
|
+
FilterCreationDialog,
|
|
248
|
+
FilterForm,
|
|
249
|
+
FilterFreeProperties,
|
|
250
|
+
FilterProperties,
|
|
251
|
+
FilterProperty,
|
|
252
|
+
FilterType,
|
|
198
253
|
FlatParameters,
|
|
199
|
-
|
|
254
|
+
FloatInput,
|
|
255
|
+
FreePropertiesTypes,
|
|
200
256
|
GRIDSUITE_DEFAULT_PRECISION,
|
|
201
257
|
Generator,
|
|
258
|
+
GridLogo,
|
|
259
|
+
GroupValueEditor,
|
|
202
260
|
Hvdc,
|
|
203
|
-
|
|
204
|
-
|
|
261
|
+
InputWithPopupConfirmation,
|
|
262
|
+
IntegerInput,
|
|
205
263
|
KeyedColumnsRowIndexer,
|
|
206
264
|
LANG_ENGLISH,
|
|
207
265
|
LANG_FRENCH,
|
|
208
266
|
LANG_SYSTEM,
|
|
209
267
|
LCC,
|
|
210
268
|
LIGHT_THEME,
|
|
269
|
+
LOAD_TYPE_OPTIONS,
|
|
211
270
|
LOGOUT_ERROR,
|
|
212
271
|
Line,
|
|
213
272
|
Load,
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
273
|
+
Login,
|
|
274
|
+
LogoText,
|
|
275
|
+
Logout,
|
|
276
|
+
MidFormError,
|
|
277
|
+
ModifyElementSelection,
|
|
278
|
+
MuiSelectInput,
|
|
279
|
+
MuiVirtualizedTable,
|
|
280
|
+
MultipleAutocompleteInput,
|
|
281
|
+
MultipleSelectionDialog,
|
|
282
|
+
NAME,
|
|
283
|
+
NO_SELECTION_FOR_COPY,
|
|
284
|
+
NumericEditor,
|
|
285
|
+
OPERATOR_OPTIONS,
|
|
286
|
+
OperatorType,
|
|
222
287
|
OverflowableText,
|
|
223
|
-
|
|
288
|
+
PHASE_REGULATION_MODE_OPTIONS,
|
|
289
|
+
PROPERTY_NAME,
|
|
290
|
+
PROPERTY_VALUES,
|
|
291
|
+
PROPERTY_VALUES_1,
|
|
292
|
+
PROPERTY_VALUES_2,
|
|
293
|
+
PopupConfirmationDialog,
|
|
294
|
+
PropertyValueEditor,
|
|
295
|
+
RATIO_REGULATION_MODE_OPTIONS,
|
|
296
|
+
REGULATION_TYPE_OPTIONS,
|
|
224
297
|
RESET_AUTHENTICATION_ROUTER_ERROR,
|
|
225
298
|
ROW_DRAGGING_SELECTION_COLUMN_DEF,
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
299
|
+
RULES,
|
|
300
|
+
RadioInput,
|
|
301
|
+
RangeInput,
|
|
302
|
+
RangeType,
|
|
303
|
+
RawReadOnlyInput,
|
|
304
|
+
RemoveButton,
|
|
305
|
+
RuleValueEditor,
|
|
229
306
|
SHOW_AUTH_INFO_LOGIN,
|
|
307
|
+
SHUNT_COMPENSATOR_TYPE_OPTIONS,
|
|
230
308
|
SIGNIN_CALLBACK_ERROR,
|
|
309
|
+
SVAR_REGULATION_MODE_OPTIONS,
|
|
231
310
|
SVC,
|
|
232
|
-
|
|
233
|
-
|
|
311
|
+
SelectClearable,
|
|
312
|
+
SelectInput,
|
|
234
313
|
ShuntCompensator,
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
314
|
+
SignInCallbackHandler,
|
|
315
|
+
SilentRenewCallbackHandler,
|
|
316
|
+
SliderInput,
|
|
317
|
+
SnackbarProvider,
|
|
318
|
+
SubmitButton,
|
|
240
319
|
Substation,
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
320
|
+
SwitchInput,
|
|
321
|
+
TYPE_TAG_MAX_SIZE,
|
|
322
|
+
TagRenderer,
|
|
323
|
+
TextFieldWithAdornment,
|
|
324
|
+
TextInput,
|
|
325
|
+
TextValueEditor,
|
|
245
326
|
ThreeWindingTransfo,
|
|
246
|
-
|
|
247
|
-
|
|
327
|
+
TopBar,
|
|
328
|
+
TranslatedValueEditor,
|
|
329
|
+
TreeViewFinder,
|
|
248
330
|
TwoWindingTransfo,
|
|
249
331
|
UNAUTHORIZED_USER_INFO,
|
|
250
332
|
USER,
|
|
251
333
|
USER_VALIDATION_ERROR,
|
|
252
334
|
UnauthorizedAccessAlert,
|
|
253
|
-
|
|
335
|
+
UniqueNameInput,
|
|
254
336
|
UserManagerMock,
|
|
337
|
+
VL_TAG_MAX_SIZE,
|
|
255
338
|
VSC,
|
|
339
|
+
ValueEditor,
|
|
340
|
+
ValueSelector,
|
|
256
341
|
VoltageLevel,
|
|
257
342
|
areArrayElementsUnique,
|
|
343
|
+
backToFrontTweak,
|
|
258
344
|
backendFetch,
|
|
259
345
|
backendFetchJson,
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
346
|
+
cardErrorBoundaryEn,
|
|
347
|
+
cardErrorBoundaryFr,
|
|
348
|
+
collectibleHelper,
|
|
349
|
+
commonButtonEn,
|
|
350
|
+
commonButtonFr,
|
|
351
|
+
countRules,
|
|
264
352
|
createFilter,
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
353
|
+
criteriaBasedFilterEmptyFormData,
|
|
354
|
+
criteriaBasedFilterSchema,
|
|
355
|
+
csvEn,
|
|
356
|
+
csvFr,
|
|
357
|
+
descriptionEn,
|
|
358
|
+
descriptionFr,
|
|
359
|
+
directoryItemsInputEn,
|
|
360
|
+
directoryItemsInputFr,
|
|
271
361
|
dispatchUser,
|
|
272
|
-
|
|
273
|
-
|
|
362
|
+
elementSearchEn,
|
|
363
|
+
elementSearchFr,
|
|
364
|
+
equalsArray,
|
|
365
|
+
equipmentSearchEn,
|
|
366
|
+
equipmentSearchFr,
|
|
274
367
|
equipmentStyles,
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
368
|
+
equipmentTypesForPredefinedPropertiesMapper,
|
|
369
|
+
equipmentsEn,
|
|
370
|
+
equipmentsFr,
|
|
371
|
+
expertFilterSchema,
|
|
372
|
+
explicitNamingFilterSchema,
|
|
279
373
|
exportExpertRules,
|
|
280
374
|
exportFilter,
|
|
375
|
+
extractDefault,
|
|
281
376
|
fetchAppsMetadata,
|
|
282
377
|
fetchDefaultCountry,
|
|
283
378
|
fetchDirectoryContent,
|
|
@@ -287,26 +382,35 @@ export {
|
|
|
287
382
|
fetchFavoriteAndDefaultCountries,
|
|
288
383
|
fetchRootFolders,
|
|
289
384
|
fetchStudyMetadata,
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
385
|
+
filterEn,
|
|
386
|
+
filterExpertEn,
|
|
387
|
+
filterExpertFr,
|
|
388
|
+
filterFr,
|
|
389
|
+
filterPropertiesYupSchema,
|
|
390
|
+
flatParametersEn,
|
|
391
|
+
flatParametersFr,
|
|
392
|
+
forTesting,
|
|
393
|
+
frontToBackTweak,
|
|
297
394
|
genHelperError,
|
|
298
395
|
genHelperPreviousValue,
|
|
396
|
+
generateMuiVirtualizedTableClass,
|
|
397
|
+
generateTreeViewFinderClass,
|
|
299
398
|
getComputedLanguage,
|
|
300
399
|
getCriteriaBasedFormData,
|
|
301
400
|
getCriteriaBasedSchema,
|
|
302
401
|
getEquipmentsInfosForSearchBar,
|
|
303
402
|
getExpertFilterEmptyFormData,
|
|
304
|
-
|
|
403
|
+
getExplicitNamingFilterEmptyFormData,
|
|
404
|
+
getFileIcon,
|
|
405
|
+
getHelper,
|
|
406
|
+
getNumberOfSiblings,
|
|
407
|
+
getOperators,
|
|
305
408
|
getPreLoginPath,
|
|
306
409
|
getRangeInputDataForm,
|
|
307
410
|
getRangeInputSchema,
|
|
308
411
|
getRequestParamFromList,
|
|
309
412
|
getSystemLanguage,
|
|
413
|
+
getUserToken,
|
|
310
414
|
gridItem,
|
|
311
415
|
handleSigninCallback,
|
|
312
416
|
handleSilentRenewCallback,
|
|
@@ -314,22 +418,29 @@ export {
|
|
|
314
418
|
importExpertRules,
|
|
315
419
|
initializeAuthenticationDev,
|
|
316
420
|
initializeAuthenticationProd,
|
|
421
|
+
inputsEn,
|
|
422
|
+
inputsFr,
|
|
317
423
|
isBlankOrEmpty,
|
|
318
424
|
isFieldRequired,
|
|
319
425
|
isFloatNumber,
|
|
426
|
+
isIntegerNumber,
|
|
320
427
|
isObjectEmpty,
|
|
321
428
|
keyGenerator,
|
|
322
429
|
login,
|
|
323
|
-
|
|
324
|
-
|
|
430
|
+
loginEn,
|
|
431
|
+
loginFr,
|
|
325
432
|
logout,
|
|
433
|
+
makeComposeClasses,
|
|
326
434
|
mergeSx,
|
|
327
435
|
microUnitToUnit,
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
436
|
+
multipleSelectionDialogEn,
|
|
437
|
+
multipleSelectionDialogFr,
|
|
438
|
+
noOpHelper,
|
|
439
|
+
queryValidator,
|
|
440
|
+
recursiveRemove,
|
|
441
|
+
reportViewerEn,
|
|
442
|
+
reportViewerFr,
|
|
443
|
+
resetAuthenticationRouterError,
|
|
333
444
|
roundToDefaultPrecision,
|
|
334
445
|
roundToPrecision,
|
|
335
446
|
rqbQuerySchemaValidator,
|
|
@@ -339,25 +450,35 @@ export {
|
|
|
339
450
|
saveFilter,
|
|
340
451
|
setCommonStore,
|
|
341
452
|
setLoggedUser,
|
|
453
|
+
setLogoutError,
|
|
454
|
+
setShowAuthenticationRouterLogin,
|
|
342
455
|
setSignInCallbackError,
|
|
343
|
-
|
|
344
|
-
|
|
456
|
+
setUnauthorizedUserInfo,
|
|
457
|
+
setUserValidationError,
|
|
458
|
+
styles,
|
|
459
|
+
default2 as svg,
|
|
460
|
+
tableEn,
|
|
461
|
+
tableFr,
|
|
462
|
+
testQuery,
|
|
345
463
|
toFloatOrNullValue,
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
464
|
+
toNestedGlobalSelectors,
|
|
465
|
+
topBarEn,
|
|
466
|
+
topBarFr,
|
|
467
|
+
treeviewFinderEn,
|
|
468
|
+
treeviewFinderFr,
|
|
350
469
|
unitToMicroUnit,
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
470
|
+
useConfidentialityWarning,
|
|
471
|
+
useConvertValue,
|
|
472
|
+
useCustomFormContext,
|
|
473
|
+
useDebounce,
|
|
474
|
+
useElementSearch,
|
|
475
|
+
useIntlRef,
|
|
356
476
|
useLocalizedCountries,
|
|
357
|
-
|
|
477
|
+
usePredefinedProperties,
|
|
358
478
|
usePrevious,
|
|
359
479
|
useSnackMessage,
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
480
|
+
useStateBoolean,
|
|
481
|
+
useStateNumber,
|
|
482
|
+
useValid,
|
|
483
|
+
yup as yupConfig
|
|
363
484
|
};
|