@gridsuite/commons-ui 0.237.0 → 0.239.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/composite/agGridTable/BottomTableButtons.d.ts +1 -1
- package/dist/components/composite/agGridTable/CustomAgGridTable.js +7 -1
- package/dist/components/composite/agGridTable/cellEditors/numericEditor.d.ts +1 -1
- package/dist/components/composite/customAGGrid/cell-renderers.d.ts +8 -8
- package/dist/components/composite/customAGGrid/cell-renderers.js +1 -1
- package/dist/components/composite/customAGGrid/context/custom-aggrid-context.d.ts +13 -0
- package/dist/components/composite/customAGGrid/context/custom-aggrid-context.js +23 -0
- package/dist/components/composite/customAGGrid/context/index.d.ts +7 -0
- package/dist/components/composite/customAGGrid/context/index.js +7 -0
- package/dist/components/composite/customAGGrid/custom-aggrid-filters/custom-aggrid-autocomplete-filter.d.ts +7 -0
- package/dist/components/composite/customAGGrid/custom-aggrid-filters/custom-aggrid-autocomplete-filter.js +74 -0
- package/dist/components/composite/customAGGrid/custom-aggrid-filters/custom-aggrid-comparator-filter.d.ts +2 -0
- package/dist/components/composite/customAGGrid/custom-aggrid-filters/custom-aggrid-comparator-filter.js +52 -0
- package/dist/components/composite/customAGGrid/custom-aggrid-filters/custom-aggrid-comparator-selector.d.ts +9 -0
- package/dist/components/composite/customAGGrid/custom-aggrid-filters/custom-aggrid-comparator-selector.js +18 -0
- package/dist/components/composite/customAGGrid/custom-aggrid-filters/custom-aggrid-filter.d.ts +11 -0
- package/dist/components/composite/customAGGrid/custom-aggrid-filters/custom-aggrid-filter.js +77 -0
- package/dist/components/composite/customAGGrid/custom-aggrid-filters/custom-aggrid-text-filter.d.ts +10 -0
- package/dist/components/composite/customAGGrid/custom-aggrid-filters/custom-aggrid-text-filter.js +59 -0
- package/dist/components/composite/customAGGrid/custom-aggrid-filters/custom-filter-icon.d.ts +8 -0
- package/dist/components/composite/customAGGrid/custom-aggrid-filters/custom-filter-icon.js +22 -0
- package/dist/components/composite/customAGGrid/custom-aggrid-filters/hooks/index.d.ts +8 -0
- package/dist/components/composite/customAGGrid/custom-aggrid-filters/hooks/index.js +6 -0
- package/dist/components/composite/customAGGrid/custom-aggrid-filters/hooks/use-custom-aggrid-column-filter.d.ts +7 -0
- package/dist/components/composite/customAGGrid/custom-aggrid-filters/hooks/use-custom-aggrid-column-filter.js +111 -0
- package/dist/components/composite/customAGGrid/custom-aggrid-filters/hooks/use-custom-aggrid-comparator-filter.d.ts +12 -0
- package/dist/components/composite/customAGGrid/custom-aggrid-filters/hooks/use-custom-aggrid-comparator-filter.js +65 -0
- package/dist/components/composite/customAGGrid/custom-aggrid-filters/index.d.ts +14 -0
- package/dist/components/composite/customAGGrid/custom-aggrid-filters/index.js +21 -0
- package/dist/components/composite/customAGGrid/custom-aggrid-filters/utils/filter-tolerance-utils.d.ts +7 -0
- package/dist/components/composite/customAGGrid/custom-aggrid-filters/utils/filter-tolerance-utils.js +79 -0
- package/dist/components/composite/customAGGrid/custom-aggrid-filters/utils/index.d.ts +7 -0
- package/dist/components/composite/customAGGrid/custom-aggrid-filters/utils/index.js +5 -0
- package/dist/components/composite/customAGGrid/custom-aggrid-header.d.ts +15 -0
- package/dist/components/composite/customAGGrid/custom-aggrid-header.js +96 -0
- package/dist/components/composite/customAGGrid/custom-aggrid-menu.d.ts +11 -0
- package/dist/components/composite/customAGGrid/custom-aggrid-menu.js +20 -0
- package/dist/components/composite/customAGGrid/custom-aggrid-sort.d.ts +8 -0
- package/dist/components/composite/customAGGrid/custom-aggrid-sort.js +21 -0
- package/dist/components/composite/customAGGrid/custom-aggrid-types.d.ts +122 -0
- package/dist/components/composite/customAGGrid/custom-aggrid-types.js +60 -0
- package/dist/components/composite/customAGGrid/display-rounding.d.ts +9 -0
- package/dist/components/composite/customAGGrid/display-rounding.js +33 -0
- package/dist/components/composite/customAGGrid/hooks/index.d.ts +7 -0
- package/dist/components/composite/customAGGrid/hooks/index.js +4 -0
- package/dist/components/composite/customAGGrid/hooks/use-custom-aggrid-sort.d.ts +6 -0
- package/dist/components/composite/customAGGrid/hooks/use-custom-aggrid-sort.js +43 -0
- package/dist/components/composite/customAGGrid/index.d.ts +9 -0
- package/dist/components/composite/customAGGrid/index.js +45 -1
- package/dist/components/composite/customAGGrid/separatorCellRenderer.d.ts +1 -1
- package/dist/components/composite/customAGGrid/utils/custom-aggrid-header-utils.d.ts +166 -0
- package/dist/components/composite/customAGGrid/utils/custom-aggrid-header-utils.js +54 -0
- package/dist/components/composite/customAGGrid/utils/index.d.ts +7 -0
- package/dist/components/composite/customAGGrid/utils/index.js +4 -0
- package/dist/components/composite/dnd-table/deletable-table-row.d.ts +1 -1
- package/dist/components/composite/dnd-table/dnd-table-add-rows-dialog.d.ts +1 -1
- package/dist/components/composite/dnd-table/dnd-table-add-rows-dialog.js +1 -0
- package/dist/components/composite/dnd-table/dnd-table-bottom-left-buttons.d.ts +1 -1
- package/dist/components/composite/dnd-table/dnd-table-bottom-right-buttons.d.ts +1 -1
- package/dist/components/composite/dnd-table/dnd-table-row.d.ts +1 -1
- package/dist/components/composite/dnd-table/dnd-table-row.js +2 -1
- package/dist/components/composite/dnd-table/dnd-table.d.ts +1 -1
- package/dist/components/composite/dnd-table/dnd-table.js +1 -0
- package/dist/components/composite/elementSearch/elementItem/EquipmentItem.d.ts +1 -1
- package/dist/components/composite/elementSearch/elementSearchDialog/ElementSearchDialog.d.ts +1 -1
- package/dist/components/composite/elementSearch/elementSearchInput/ElementSearchInput.d.ts +1 -1
- package/dist/components/composite/elementSearch/tagRenderer/TagRenderer.d.ts +1 -1
- package/dist/components/composite/filter/FilterCreationDialog.d.ts +1 -1
- package/dist/components/composite/filter/FilterCreationDialog.js +1 -1
- package/dist/components/composite/filter/FilterForm.d.ts +1 -1
- package/dist/components/composite/filter/HeaderFilterForm.d.ts +1 -1
- package/dist/components/composite/filter/HeaderFilterForm.js +1 -0
- package/dist/components/composite/filter/expert/ExpertFilterEditionDialog.d.ts +1 -1
- package/dist/components/composite/filter/expert/ExpertFilterForm.d.ts +1 -1
- package/dist/components/composite/filter/expert/ExpertFilterForm.js +1 -0
- package/dist/components/composite/filter/expert/expertFilterConstants.js +1 -1
- package/dist/components/composite/filter/expert/expertFilterUtils.js +1 -1
- package/dist/components/composite/filter/explicitNaming/ExplicitNamingFilterEditionDialog.d.ts +1 -1
- package/dist/components/composite/filter/explicitNaming/ExplicitNamingFilterForm.d.ts +1 -1
- package/dist/components/composite/filter/explicitNaming/ExplicitNamingFilterForm.js +1 -0
- package/dist/components/composite/filter/utils/filterApi.js +1 -1
- package/dist/components/composite/flatParameters/FlatParameters.d.ts +1 -1
- package/dist/components/composite/grid/grid-item.d.ts +1 -1
- package/dist/components/composite/grid/grid-section.d.ts +1 -1
- package/dist/components/composite/index.d.ts +1 -0
- package/dist/components/composite/index.js +67 -0
- package/dist/components/composite/muiTable/OverflowableTableCell.d.ts +1 -1
- package/dist/components/composite/muiTable/OverflowableTableCellWithCheckbox.d.ts +1 -1
- package/dist/components/composite/reactQueryBuilder/AddButton.d.ts +1 -1
- package/dist/components/composite/reactQueryBuilder/AutocompleteWithFavorites.d.ts +1 -1
- package/dist/components/composite/reactQueryBuilder/CombinatorSelector.d.ts +1 -1
- package/dist/components/composite/reactQueryBuilder/CountryValueEditor.d.ts +1 -1
- package/dist/components/composite/reactQueryBuilder/CustomReactQueryBuilder.d.ts +1 -1
- package/dist/components/composite/reactQueryBuilder/ElementValueEditor.d.ts +1 -1
- package/dist/components/composite/reactQueryBuilder/FieldSelector.d.ts +1 -1
- package/dist/components/composite/reactQueryBuilder/OperatorSelector.d.ts +1 -1
- package/dist/components/composite/reactQueryBuilder/PropertyValueEditor.d.ts +1 -1
- package/dist/components/composite/reactQueryBuilder/RemoveButton.d.ts +1 -1
- package/dist/components/composite/reactQueryBuilder/TextValueEditor.d.ts +1 -1
- package/dist/components/composite/reactQueryBuilder/TranslatedValueEditor.d.ts +1 -1
- package/dist/components/composite/reactQueryBuilder/ValueEditor.d.ts +1 -1
- package/dist/components/composite/reactQueryBuilder/ValueSelector.d.ts +1 -1
- package/dist/components/composite/reactQueryBuilder/compositeRuleEditor/GroupValueEditor.d.ts +1 -1
- package/dist/components/composite/reactQueryBuilder/compositeRuleEditor/RuleValueEditor.d.ts +1 -1
- package/dist/components/composite/report/QuickSearch.d.ts +14 -0
- package/dist/components/composite/report/QuickSearch.js +118 -0
- package/dist/components/composite/report/index.d.ts +12 -0
- package/dist/components/composite/report/index.js +25 -0
- package/dist/components/composite/report/report-log.mapper.d.ts +2 -0
- package/dist/components/composite/report/report-log.mapper.js +22 -0
- package/dist/components/composite/report/report-severity.d.ts +5 -0
- package/dist/components/composite/report/report-severity.js +89 -0
- package/dist/components/composite/report/report-treeview/hooks/index.d.ts +7 -0
- package/dist/components/composite/report/report-treeview/hooks/index.js +4 -0
- package/dist/components/composite/report/report-treeview/hooks/use-treeview-scroll.d.ts +4 -0
- package/dist/components/composite/report/report-treeview/hooks/use-treeview-scroll.js +19 -0
- package/dist/components/composite/report/report-treeview/index.d.ts +10 -0
- package/dist/components/composite/report/report-treeview/index.js +10 -0
- package/dist/components/composite/report/report-treeview/report-tree.mapper.d.ts +2 -0
- package/dist/components/composite/report/report-treeview/report-tree.mapper.js +16 -0
- package/dist/components/composite/report/report-treeview/treeview-item.d.ts +28 -0
- package/dist/components/composite/report/report-treeview/treeview-item.js +131 -0
- package/dist/components/composite/report/report-treeview/virtualized-treeview.d.ts +11 -0
- package/dist/components/composite/report/report-treeview/virtualized-treeview.js +177 -0
- package/dist/components/composite/report/report-viewer/context/index.d.ts +7 -0
- package/dist/components/composite/report/report-viewer/context/index.js +7 -0
- package/dist/components/composite/report/report-viewer/context/report-viewer-context.d.ts +16 -0
- package/dist/components/composite/report/report-viewer/context/report-viewer-context.js +23 -0
- package/dist/components/composite/report/report-viewer/index.d.ts +9 -0
- package/dist/components/composite/report/report-viewer/index.js +11 -0
- package/dist/components/composite/report/report-viewer/log-table/index.d.ts +7 -0
- package/dist/components/composite/report/report-viewer/log-table/index.js +4 -0
- package/dist/components/composite/report/report-viewer/log-table/log-table.d.ts +12 -0
- package/dist/components/composite/report/report-viewer/log-table/log-table.js +423 -0
- package/dist/components/composite/report/report-viewer/report-viewer.d.ts +8 -0
- package/dist/components/composite/report/report-viewer/report-viewer.js +114 -0
- package/dist/components/composite/report/report.constant.d.ts +8 -0
- package/dist/components/composite/report/report.constant.js +6 -0
- package/dist/components/composite/report/report.styles.d.ts +10 -0
- package/dist/components/composite/report/report.styles.js +12 -0
- package/dist/components/composite/report/report.type.d.ts +66 -0
- package/dist/components/composite/report/report.type.js +8 -0
- package/dist/components/index.js +76 -1
- package/dist/components/ui/addButton/AddButton.d.ts +1 -1
- package/dist/components/ui/checkBoxList/CheckBoxList.d.ts +1 -1
- package/dist/components/ui/checkBoxList/CheckBoxListItem.d.ts +1 -1
- package/dist/components/ui/checkBoxList/CheckBoxListItemContent.d.ts +1 -1
- package/dist/components/ui/checkBoxList/CheckBoxListItems.d.ts +1 -1
- package/dist/components/ui/checkBoxList/DraggableCheckBoxListItem.d.ts +1 -1
- package/dist/components/ui/checkBoxList/DraggableCheckBoxListItemContent.d.ts +1 -1
- package/dist/components/ui/csvDownloader/export-csv-button.d.ts +1 -1
- package/dist/components/ui/csvPicker/csv-picker-confirmation-dialog.d.ts +1 -1
- package/dist/components/ui/csvPicker/csv-picker-confirmation-dialog.js +1 -0
- package/dist/components/ui/csvPicker/csv-picker.d.ts +1 -1
- package/dist/components/ui/dialogs/customMuiDialog/CustomMuiDialog.d.ts +1 -1
- package/dist/components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.d.ts +1 -1
- package/dist/components/ui/dialogs/elementSaveDialog/ElementSaveDialog.d.ts +1 -1
- package/dist/components/ui/dialogs/elementSaveDialog/ElementSaveDialog.js +1 -0
- package/dist/components/ui/dialogs/modifyElementSelection/ModifyElementSelection.d.ts +1 -1
- package/dist/components/ui/dialogs/multipleSelectionDialog/MultipleSelectionDialog.d.ts +1 -1
- package/dist/components/ui/dialogs/popupConfirmationDialog/PopupConfirmationDialog.d.ts +1 -1
- package/dist/components/ui/directoryItemSelector/DirectoryItemSelector.d.ts +1 -1
- package/dist/components/ui/expandableGroup/ExpandableGroup.d.ts +1 -1
- package/dist/components/ui/icons/ArrowsInputIcon.d.ts +1 -1
- package/dist/components/ui/icons/ArrowsOutputIcon.d.ts +1 -1
- package/dist/components/ui/icons/EditNoteIcon.d.ts +1 -1
- package/dist/components/ui/icons/LeftPanelCloseIcon.d.ts +1 -1
- package/dist/components/ui/icons/LeftPanelOpenIcon.d.ts +1 -1
- package/dist/components/ui/index.js +9 -1
- package/dist/components/ui/inputs/ActivableChip.d.ts +1 -1
- package/dist/components/ui/inputs/SelectClearable.d.ts +1 -1
- package/dist/components/ui/inputs/checkbox-autocomplete/checkbox-autocomplete.d.ts +1 -1
- package/dist/components/ui/inputs/checkbox-autocomplete/checkbox-autocomplete.js +1 -1
- package/dist/components/ui/inputs/checkbox-autocomplete/checkbox-item.d.ts +1 -1
- package/dist/components/ui/inputs/checkbox-autocomplete/virtualized-list-item.d.ts +1 -1
- package/dist/components/ui/menus/custom-nested-menu.d.ts +2 -2
- package/dist/components/ui/menus/custom-nested-menu.js +1 -1
- package/dist/components/ui/overflowableText/OverflowableText.d.ts +2 -2
- package/dist/components/ui/reactHookForm/CheckboxNullableInput.d.ts +1 -1
- package/dist/components/ui/reactHookForm/CountrySelectionInput.d.ts +1 -1
- package/dist/components/ui/reactHookForm/DirectoryItemsInput.d.ts +1 -1
- package/dist/components/ui/reactHookForm/OverflowableChip.d.ts +1 -1
- package/dist/components/ui/reactHookForm/OverflowableChipWithHelperText.d.ts +1 -1
- package/dist/components/ui/reactHookForm/autocompleteInputs/AutocompleteInput.d.ts +1 -1
- package/dist/components/ui/reactHookForm/autocompleteInputs/MultipleAutocompleteInput.d.ts +1 -1
- package/dist/components/ui/reactHookForm/booleans/BooleanInput.d.ts +1 -1
- package/dist/components/ui/reactHookForm/booleans/CheckboxInput.d.ts +1 -1
- package/dist/components/ui/reactHookForm/booleans/RadioInput.d.ts +1 -1
- package/dist/components/ui/reactHookForm/booleans/SwitchInput.d.ts +1 -1
- package/dist/components/ui/reactHookForm/chip-items-input.d.ts +1 -1
- package/dist/components/ui/reactHookForm/constants.d.ts +3 -0
- package/dist/components/ui/reactHookForm/constants.js +6 -0
- package/dist/components/ui/reactHookForm/directory-item-input/directory-item-input.d.ts +5 -0
- package/dist/components/ui/reactHookForm/directory-item-input/directory-item-input.js +66 -0
- package/dist/components/ui/reactHookForm/directory-item-input/directory-item-utils.d.ts +16 -0
- package/dist/components/ui/reactHookForm/directory-item-input/directory-item-utils.js +27 -0
- package/dist/components/ui/reactHookForm/directory-item-input/index.d.ts +8 -0
- package/dist/components/ui/reactHookForm/directory-item-input/index.js +7 -0
- package/dist/components/ui/reactHookForm/errorManagement/ErrorInput.d.ts +1 -1
- package/dist/components/ui/reactHookForm/errorManagement/FieldErrorAlert.d.ts +1 -1
- package/dist/components/ui/reactHookForm/errorManagement/MidFormError.d.ts +1 -1
- package/dist/components/ui/reactHookForm/expandableInput/DeletableRow.d.ts +1 -1
- package/dist/components/ui/reactHookForm/index.d.ts +1 -0
- package/dist/components/ui/reactHookForm/index.js +9 -1
- package/dist/components/ui/reactHookForm/numbers/FloatInput.d.ts +1 -1
- package/dist/components/ui/reactHookForm/numbers/IntegerInput.d.ts +1 -1
- package/dist/components/ui/reactHookForm/numbers/RangeInput.d.ts +1 -1
- package/dist/components/ui/reactHookForm/numbers/SliderInput.d.ts +1 -1
- package/dist/components/ui/reactHookForm/provider/CustomFormProvider.d.ts +1 -1
- package/dist/components/ui/reactHookForm/readOnly/ButtonReadOnlyInput.d.ts +1 -1
- package/dist/components/ui/reactHookForm/readOnly/ReadOnlyInput.d.ts +1 -1
- package/dist/components/ui/reactHookForm/selectInputs/CountriesInput.d.ts +1 -1
- package/dist/components/ui/reactHookForm/selectInputs/EnumInput.d.ts +1 -1
- package/dist/components/ui/reactHookForm/selectInputs/InputWithPopupConfirmation.d.ts +1 -1
- package/dist/components/ui/reactHookForm/selectInputs/MuiSelectInput.d.ts +1 -1
- package/dist/components/ui/reactHookForm/selectInputs/SelectInput.d.ts +1 -1
- package/dist/components/ui/reactHookForm/selectInputs/SelectWithConfirmationInput.d.ts +1 -1
- package/dist/components/ui/reactHookForm/tableInputs/table-numerical-input.d.ts +1 -1
- package/dist/components/ui/reactHookForm/tableInputs/table-text-input.d.ts +1 -1
- package/dist/components/ui/reactHookForm/text/DescriptionField.d.ts +1 -1
- package/dist/components/ui/reactHookForm/text/DescriptionInput.d.ts +1 -1
- package/dist/components/ui/reactHookForm/text/ExpandingTextField.d.ts +1 -1
- package/dist/components/ui/reactHookForm/text/TextInput.d.ts +1 -1
- package/dist/components/ui/reactHookForm/text/UniqueNameInput.d.ts +1 -1
- package/dist/components/ui/reactHookForm/utils/CancelButton.d.ts +1 -1
- package/dist/components/ui/reactHookForm/utils/FieldLabel.d.ts +1 -1
- package/dist/components/ui/reactHookForm/utils/HelperPreviousValue.d.ts +1 -1
- package/dist/components/ui/reactHookForm/utils/SubmitButton.d.ts +1 -1
- package/dist/components/ui/reactHookForm/utils/TextFieldWithAdornment.d.ts +1 -1
- package/dist/components/ui/reactHookForm/utils/functions.d.ts +2 -2
- package/dist/components/ui/resizablePanels/ResizeHandle.d.ts +1 -1
- package/dist/components/ui/snackbarProvider/SnackbarProvider.d.ts +1 -1
- package/dist/components/ui/tablepagination/custom-table-pagination.d.ts +1 -1
- package/dist/components/ui/tooltip/CustomTooltip.d.ts +1 -1
- package/dist/components/ui/treeViewFinder/TreeViewFinder.d.ts +2 -2
- package/dist/features/announcement/AnnouncementBanner.d.ts +1 -1
- package/dist/features/announcement/AnnouncementNotification.d.ts +1 -1
- package/dist/features/authentication/AuthenticationRouter.d.ts +1 -1
- package/dist/features/authentication/AuthenticationRouterErrorDisplay.d.ts +1 -1
- package/dist/features/authentication/Login.d.ts +1 -1
- package/dist/features/authentication/Logout.d.ts +1 -1
- package/dist/features/authentication/SignInCallbackHandler.d.ts +1 -1
- package/dist/features/authentication/SilentRenewCallbackHandler.d.ts +1 -1
- package/dist/features/authentication/alert/ErrorInLogoutAlert.d.ts +1 -1
- package/dist/features/authentication/alert/ErrorInUserValidationAlert.d.ts +1 -1
- package/dist/features/authentication/alert/UnauthorizedAccessAlert.d.ts +1 -1
- package/dist/features/authentication/utils/authService.js +1 -1
- package/dist/features/cardErrorBoundary/CardErrorBoundary.d.ts +1 -1
- package/dist/features/index.js +2 -2
- package/dist/features/network-modification-table/network-modification-table-styles.js +1 -1
- package/dist/features/network-modification-table/network-modifications-table.d.ts +2 -2
- package/dist/features/network-modification-table/renderers/cell-renderers.d.ts +9 -9
- package/dist/features/network-modification-table/renderers/cell-renderers.js +1 -1
- package/dist/features/network-modification-table/renderers/depth-box.d.ts +1 -1
- package/dist/features/network-modification-table/renderers/description-cell.d.ts +1 -1
- package/dist/features/network-modification-table/renderers/drag-handle-cell.d.ts +1 -1
- package/dist/features/network-modification-table/renderers/name-cell.d.ts +2 -1
- package/dist/features/network-modification-table/renderers/name-cell.js +8 -1
- package/dist/features/network-modification-table/renderers/network-modification-node-editor-name-header.d.ts +1 -1
- package/dist/features/network-modification-table/renderers/root-network-chip-cell.d.ts +1 -1
- package/dist/features/network-modification-table/renderers/select-cell.d.ts +2 -1
- package/dist/features/network-modification-table/renderers/select-header-cell.d.ts +2 -1
- package/dist/features/network-modification-table/renderers/switch-cell.d.ts +2 -1
- package/dist/features/network-modification-table/row/drag-row-clone.d.ts +2 -1
- package/dist/features/network-modification-table/row/modification-row.d.ts +2 -1
- package/dist/features/network-modification-table/row/modification-row.js +1 -1
- package/dist/features/network-modifications/battery/creation/BatteryCreationForm.d.ts +1 -1
- package/dist/features/network-modifications/battery/creation/BatteryCreationForm.js +7 -0
- package/dist/features/network-modifications/battery/creation/batteryCreation.utils.js +7 -0
- package/dist/features/network-modifications/battery/modification/BatteryDialogHeader.d.ts +1 -1
- package/dist/features/network-modifications/battery/modification/BatteryDialogHeader.js +7 -0
- package/dist/features/network-modifications/battery/modification/BatteryDialogTabs.d.ts +2 -7
- package/dist/features/network-modifications/battery/modification/BatteryDialogTabs.js +1 -1
- package/dist/features/network-modifications/battery/modification/BatteryDialogTabsContent.d.ts +1 -1
- package/dist/features/network-modifications/battery/modification/BatteryDialogTabsContent.js +7 -0
- package/dist/features/network-modifications/battery/modification/BatteryModificationForm.d.ts +1 -1
- package/dist/features/network-modifications/battery/modification/batteryModification.utils.js +8 -1
- package/dist/features/network-modifications/by-filter/assignment/assignment/assignment-form.d.ts +1 -1
- package/dist/features/network-modifications/by-filter/assignment/assignment/assignment-form.js +2 -1
- package/dist/features/network-modifications/by-filter/assignment/modification-by-assignment-form.d.ts +1 -1
- package/dist/features/network-modifications/by-filter/assignment/modification-by-assignment-form.js +1 -0
- package/dist/features/network-modifications/by-filter/deletion/ByFilterDeletionForm.d.ts +1 -1
- package/dist/features/network-modifications/by-filter/deletion/ByFilterDeletionForm.js +2 -1
- package/dist/features/network-modifications/common/activePowerControl/ActivePowerControlForm.d.ts +1 -1
- package/dist/features/network-modifications/common/activePowerControl/ActivePowerControlForm.js +1 -0
- package/dist/features/network-modifications/common/connectivity/BranchConnectivityForm.d.ts +1 -1
- package/dist/features/network-modifications/common/connectivity/ConnectivityForm.d.ts +1 -1
- package/dist/features/network-modifications/common/connectivity/ConnectivityForm.js +1 -0
- package/dist/features/network-modifications/common/connectivity/PositionForm.d.ts +1 -1
- package/dist/features/network-modifications/common/connectivity/PositionForm.js +1 -0
- package/dist/features/network-modifications/common/connectivity/VoltageLevelConnectivityForm.d.ts +1 -1
- package/dist/features/network-modifications/common/connectivity/VoltageLevelConnectivityForm.js +1 -0
- package/dist/features/network-modifications/common/measurements/BranchActiveReactivePowerMeasurementsForm.d.ts +1 -1
- package/dist/features/network-modifications/common/measurements/BusbarSectionVoltageMeasurementsForm.d.ts +1 -1
- package/dist/features/network-modifications/common/measurements/BusbarSectionVoltageMeasurementsForm.js +7 -0
- package/dist/features/network-modifications/common/measurements/PowerMeasurementsForm.d.ts +1 -1
- package/dist/features/network-modifications/common/measurements/PowerWithValidityForm.d.ts +1 -1
- package/dist/features/network-modifications/common/measurements/PowerWithValidityForm.js +1 -0
- package/dist/features/network-modifications/common/measurements/branchActiveReactivePowerForm.utils.js +1 -1
- package/dist/features/network-modifications/common/properties/PropertiesForm.d.ts +1 -1
- package/dist/features/network-modifications/common/properties/PropertiesForm.js +1 -0
- package/dist/features/network-modifications/common/properties/PropertyForm.d.ts +1 -1
- package/dist/features/network-modifications/common/properties/PropertyForm.js +1 -0
- package/dist/features/network-modifications/common/reactiveLimits/ReactiveLimitsForm.d.ts +1 -1
- package/dist/features/network-modifications/common/reactiveLimits/ReactiveLimitsForm.js +1 -0
- package/dist/features/network-modifications/common/reactiveLimits/reactiveCapabilityCurve/ReactiveCapabilityCurveRowForm.d.ts +1 -1
- package/dist/features/network-modifications/common/reactiveLimits/reactiveCapabilityCurve/ReactiveCapabilityCurveRowForm.js +1 -0
- package/dist/features/network-modifications/common/reactiveLimits/reactiveCapabilityCurve/ReactiveCapabilityCurveTableForm.d.ts +1 -1
- package/dist/features/network-modifications/common/reactiveLimits/reactiveCapabilityCurve/ReactiveCapabilityCurveTableForm.js +1 -0
- package/dist/features/network-modifications/common/reactiveLimits/reactiveCapabilityCurve/reactiveCapability.utils.js +1 -1
- package/dist/features/network-modifications/common/reactiveLimits/reactiveLimits.utils.js +1 -1
- package/dist/features/network-modifications/common/regulatingTerminal/RegulatingTerminalForm.d.ts +1 -1
- package/dist/features/network-modifications/common/regulatingTerminal/RegulatingTerminalForm.js +1 -0
- package/dist/features/network-modifications/common/setpoints/SetPointsForm.d.ts +1 -1
- package/dist/features/network-modifications/common/setpoints/SetPointsForm.js +1 -0
- package/dist/features/network-modifications/common/shortCircuit/ShortCircuitForm.d.ts +1 -1
- package/dist/features/network-modifications/common/shortCircuit/ShortCircuitForm.js +1 -0
- package/dist/features/network-modifications/common/voltageRegulation/VoltageRegulationForm.d.ts +1 -1
- package/dist/features/network-modifications/common/voltageRegulation/VoltageRegulationForm.js +1 -0
- package/dist/features/network-modifications/common/voltageRegulation/voltageRegulation.utils.js +1 -1
- package/dist/features/network-modifications/equipmentDeletion/EquipmentDeletionForm.d.ts +1 -1
- package/dist/features/network-modifications/equipmentDeletion/EquipmentDeletionForm.js +7 -0
- package/dist/features/network-modifications/equipmentDeletion/equipmentDeletion.utils.js +1 -0
- package/dist/features/network-modifications/equipmentDeletion/hvdcLccDeletion/HvdcLccDeletionSpecificForm.d.ts +1 -1
- package/dist/features/network-modifications/equipmentDeletion/hvdcLccDeletion/ShuntCompensatorSelectionForm.d.ts +1 -1
- package/dist/features/network-modifications/equipmentDeletion/hvdcLccDeletion/ShuntCompensatorSelectionForm.js +1 -0
- package/dist/features/network-modifications/equipmentDeletion/hvdcLccDeletion/hvdcLccDeletion.utils.js +1 -1
- package/dist/features/network-modifications/generator/creation/GeneratorCreationForm.d.ts +1 -1
- package/dist/features/network-modifications/generator/creation/GeneratorCreationForm.js +7 -0
- package/dist/features/network-modifications/generator/creation/generatorCreation.utils.js +8 -1
- package/dist/features/network-modifications/generator/modification/GeneratorDialogHeader.d.ts +1 -1
- package/dist/features/network-modifications/generator/modification/GeneratorDialogHeader.js +7 -0
- package/dist/features/network-modifications/generator/modification/GeneratorDialogTabs.d.ts +2 -7
- package/dist/features/network-modifications/generator/modification/GeneratorDialogTabs.js +1 -1
- package/dist/features/network-modifications/generator/modification/GeneratorDialogTabsContent.d.ts +1 -1
- package/dist/features/network-modifications/generator/modification/GeneratorDialogTabsContent.js +7 -0
- package/dist/features/network-modifications/generator/modification/GeneratorModificationForm.d.ts +1 -1
- package/dist/features/network-modifications/generator/modification/generatorModification.utils.js +8 -1
- package/dist/features/network-modifications/index.js +1 -0
- package/dist/features/network-modifications/load/common/LoadDialogHeader.d.ts +1 -1
- package/dist/features/network-modifications/load/common/LoadDialogHeader.js +7 -0
- package/dist/features/network-modifications/load/common/LoadDialogTabs.d.ts +2 -7
- package/dist/features/network-modifications/load/common/LoadDialogTabs.js +1 -1
- package/dist/features/network-modifications/load/common/LoadDialogTabsContent.d.ts +1 -1
- package/dist/features/network-modifications/load/common/LoadForm.d.ts +1 -1
- package/dist/features/network-modifications/load/creation/loadCreation.utils.js +1 -0
- package/dist/features/network-modifications/load/modification/loadModification.utils.js +7 -0
- package/dist/features/network-modifications/shunt-compensator/common/CharacteristicsForm.d.ts +1 -1
- package/dist/features/network-modifications/shunt-compensator/common/CharacteristicsForm.js +1 -0
- package/dist/features/network-modifications/shunt-compensator/common/characteristicsForm.utils.js +1 -1
- package/dist/features/network-modifications/shunt-compensator/creation/ShuntCompensatorCreationForm.d.ts +1 -1
- package/dist/features/network-modifications/shunt-compensator/creation/ShuntCompensatorCreationForm.js +7 -0
- package/dist/features/network-modifications/shunt-compensator/creation/shuntCompensatorCreation.utils.js +7 -0
- package/dist/features/network-modifications/shunt-compensator/modification/ShuntCompensatorModificationForm.d.ts +1 -1
- package/dist/features/network-modifications/shunt-compensator/modification/ShuntCompensatorModificationForm.js +7 -0
- package/dist/features/network-modifications/shunt-compensator/modification/shuntCompensatorModification.utils.js +7 -0
- package/dist/features/network-modifications/substation/creation/SubstationCreationForm.d.ts +1 -1
- package/dist/features/network-modifications/substation/creation/SubstationCreationForm.js +7 -0
- package/dist/features/network-modifications/substation/creation/substationCreation.utils.js +1 -1
- package/dist/features/network-modifications/substation/modification/SubstationModificationForm.d.ts +1 -1
- package/dist/features/network-modifications/substation/modification/SubstationModificationForm.js +7 -0
- package/dist/features/network-modifications/substation/modification/substationModification.utils.js +1 -1
- package/dist/features/network-modifications/voltageLevel/creation/VoltageLevelCreationForm.d.ts +1 -1
- package/dist/features/network-modifications/voltageLevel/creation/VoltageLevelCreationForm.js +8 -1
- package/dist/features/network-modifications/voltageLevel/creation/index.js +7 -0
- package/dist/features/network-modifications/voltageLevel/creation/tabs/characteristicsTab/CharacteristicsTab.d.ts +1 -1
- package/dist/features/network-modifications/voltageLevel/creation/tabs/characteristicsTab/CharacteristicsTab.js +1 -0
- package/dist/features/network-modifications/voltageLevel/creation/tabs/structureTab/StructureTab.d.ts +1 -1
- package/dist/features/network-modifications/voltageLevel/creation/tabs/structureTab/StructureTab.js +1 -0
- package/dist/features/network-modifications/voltageLevel/creation/tabs/structureTab/couplingOmnibus/CouplingOmnibusCreation.d.ts +1 -1
- package/dist/features/network-modifications/voltageLevel/creation/tabs/structureTab/couplingOmnibus/CouplingOmnibusForm.d.ts +1 -1
- package/dist/features/network-modifications/voltageLevel/creation/tabs/structureTab/couplingOmnibus/CouplingOmnibusForm.js +1 -0
- package/dist/features/network-modifications/voltageLevel/creation/tabs/structureTab/switchesBetweenSections/SwitchesBetweenSections.d.ts +1 -1
- package/dist/features/network-modifications/voltageLevel/creation/tabs/structureTab/switchesBetweenSections/SwitchesBetweenSections.js +1 -0
- package/dist/features/network-modifications/voltageLevel/creation/tabs/substationTab/SubstationCreationSection.d.ts +1 -1
- package/dist/features/network-modifications/voltageLevel/creation/tabs/substationTab/SubstationCreationSection.js +7 -0
- package/dist/features/network-modifications/voltageLevel/creation/tabs/substationTab/SubstationTab.d.ts +1 -1
- package/dist/features/network-modifications/voltageLevel/creation/tabs/substationTab/SubstationTab.js +1 -0
- package/dist/features/network-modifications/voltageLevel/creation/voltageLevelCreation.utils.js +10 -3
- package/dist/features/network-modifications/voltageLevel/index.js +7 -0
- package/dist/features/network-modifications/voltageLevel/modification/VoltageLevelModificationForm.d.ts +1 -1
- package/dist/features/network-modifications/voltageLevel/modification/VoltageLevelModificationForm.js +8 -1
- package/dist/features/network-modifications/voltageLevel/modification/voltageLevelModification.utils.js +3 -3
- package/dist/features/node/build-status-chip.d.ts +1 -1
- package/dist/features/notifications/NotificationsProvider.d.ts +1 -1
- package/dist/features/parameters/common/ProviderParam.d.ts +1 -1
- package/dist/features/parameters/common/ProviderParam.js +1 -0
- package/dist/features/parameters/common/computing-type.d.ts +1 -19
- package/dist/features/parameters/common/computing-type.js +16 -26
- package/dist/features/parameters/common/contingency-table/columns-definitions.js +1 -0
- package/dist/features/parameters/common/index.js +1 -2
- package/dist/features/parameters/common/limitreductions/columns-definitions.d.ts +2 -2
- package/dist/features/parameters/common/limitreductions/limit-reduction-table-cell.d.ts +1 -1
- package/dist/features/parameters/common/limitreductions/limit-reduction-table-cell.js +1 -0
- package/dist/features/parameters/common/limitreductions/limit-reduction-table-row.d.ts +1 -1
- package/dist/features/parameters/common/limitreductions/limit-reductions-label-column.d.ts +1 -1
- package/dist/features/parameters/common/limitreductions/limit-reductions-table-form.d.ts +1 -1
- package/dist/features/parameters/common/limitreductions/limit-reductions-table-form.js +1 -0
- package/dist/features/parameters/common/limitreductions/limit-reductions-tooltip-column.d.ts +1 -1
- package/dist/features/parameters/common/line-separator.d.ts +1 -1
- package/dist/features/parameters/common/name-element-editor/name-element-editor-form.d.ts +1 -1
- package/dist/features/parameters/common/name-element-editor/name-element-editor-utils.js +1 -0
- package/dist/features/parameters/common/parameter-field.d.ts +1 -1
- package/dist/features/parameters/common/parameter-field.js +1 -0
- package/dist/features/parameters/common/parameter-table-field/parameter-table-field.d.ts +1 -1
- package/dist/features/parameters/common/parameter-table-field/parameter-table-field.js +1 -0
- package/dist/features/parameters/common/parameters-creation-dialog.d.ts +1 -1
- package/dist/features/parameters/common/parameters.d.ts +3 -3
- package/dist/features/parameters/common/voltage-level-table/custom-voltage-level-table-cell.d.ts +1 -1
- package/dist/features/parameters/common/voltage-level-table/custom-voltage-level-table-cell.js +1 -0
- package/dist/features/parameters/common/voltage-level-table/custom-voltage-level-table-row.d.ts +1 -1
- package/dist/features/parameters/common/voltage-level-table/custom-voltage-level-table.d.ts +1 -1
- package/dist/features/parameters/common/widget/parameter-float.d.ts +1 -1
- package/dist/features/parameters/common/widget/parameter-float.js +1 -0
- package/dist/features/parameters/common/widget/parameter-group.d.ts +1 -1
- package/dist/features/parameters/common/widget/parameter-line-directory-items-input.d.ts +2 -2
- package/dist/features/parameters/common/widget/parameter-line-directory-items-input.js +2 -1
- package/dist/features/parameters/common/widget/parameter-line-slider.d.ts +1 -1
- package/dist/features/parameters/common/widget/parameter-line-slider.js +1 -0
- package/dist/features/parameters/common/widget/parameter-switch.d.ts +1 -1
- package/dist/features/parameters/dynamic-margin-calculation/dynamic-margin-calculation-form.d.ts +1 -1
- package/dist/features/parameters/dynamic-margin-calculation/dynamic-margin-calculation-form.js +1 -0
- package/dist/features/parameters/dynamic-margin-calculation/dynamic-margin-calculation-inline.d.ts +2 -2
- package/dist/features/parameters/dynamic-margin-calculation/dynamic-margin-calculation-inline.js +1 -0
- package/dist/features/parameters/dynamic-margin-calculation/loads-variations-parameters.d.ts +1 -1
- package/dist/features/parameters/dynamic-margin-calculation/loads-variations-parameters.js +1 -0
- package/dist/features/parameters/dynamic-margin-calculation/time-delay-parameters.d.ts +1 -1
- package/dist/features/parameters/dynamic-margin-calculation/use-dynamic-margin-calculation-parameters-form.js +1 -0
- package/dist/features/parameters/dynamic-security-analysis/contingency-parameters.d.ts +1 -1
- package/dist/features/parameters/dynamic-security-analysis/contingency-parameters.js +3 -2
- package/dist/features/parameters/dynamic-security-analysis/dynamic-security-analysis-inline.d.ts +2 -2
- package/dist/features/parameters/dynamic-security-analysis/dynamic-security-analysis-inline.js +1 -0
- package/dist/features/parameters/dynamic-security-analysis/dynamic-security-analysis-parameters-form.d.ts +1 -1
- package/dist/features/parameters/dynamic-security-analysis/dynamic-security-analysis-parameters-form.js +3 -2
- package/dist/features/parameters/dynamic-security-analysis/scenario-parameters.d.ts +1 -1
- package/dist/features/parameters/dynamic-security-analysis/use-dynamic-security-analysis-parameters-form.js +1 -0
- package/dist/features/parameters/dynamic-simulation/curve/common/checkbox-select.d.ts +1 -1
- package/dist/features/parameters/dynamic-simulation/curve/common/checkbox-treeview.d.ts +2 -2
- package/dist/features/parameters/dynamic-simulation/curve/common/checkbox-treeview.js +2 -4
- package/dist/features/parameters/dynamic-simulation/curve/common/grid-buttons.d.ts +1 -1
- package/dist/features/parameters/dynamic-simulation/curve/curve-parameters.d.ts +1 -1
- package/dist/features/parameters/dynamic-simulation/curve/curve-parameters.js +8 -3
- package/dist/features/parameters/dynamic-simulation/curve/dialog/curve-preview.js +6 -0
- package/dist/features/parameters/dynamic-simulation/curve/dialog/curve-selector-dialog.d.ts +1 -1
- package/dist/features/parameters/dynamic-simulation/curve/dialog/equipment-filter.js +2 -0
- package/dist/features/parameters/dynamic-simulation/dynamic-simulation-inline.d.ts +2 -3
- package/dist/features/parameters/dynamic-simulation/dynamic-simulation-inline.js +5 -3
- package/dist/features/parameters/dynamic-simulation/dynamic-simulation-parameters-form.d.ts +1 -1
- package/dist/features/parameters/dynamic-simulation/dynamic-simulation-parameters-form.js +3 -2
- package/dist/features/parameters/dynamic-simulation/mapping/mapping-parameters-utils.d.ts +6 -3
- package/dist/features/parameters/dynamic-simulation/mapping/mapping-parameters-utils.js +40 -2
- package/dist/features/parameters/dynamic-simulation/mapping/mapping-parameters.d.ts +1 -1
- package/dist/features/parameters/dynamic-simulation/mapping/mapping-parameters.js +39 -36
- package/dist/features/parameters/dynamic-simulation/network/network-parameters.d.ts +1 -1
- package/dist/features/parameters/dynamic-simulation/solver/common-solver/common-solver-parameters.d.ts +1 -1
- package/dist/features/parameters/dynamic-simulation/solver/ida-solver/ida-solver-parameters.d.ts +1 -1
- package/dist/features/parameters/dynamic-simulation/solver/sim-solver/simplified-solver-parameters.d.ts +1 -1
- package/dist/features/parameters/dynamic-simulation/solver/solver-parameters.d.ts +1 -1
- package/dist/features/parameters/dynamic-simulation/time-delay/time-delay-parameters.d.ts +1 -1
- package/dist/features/parameters/dynamic-simulation/use-dynamic-simulation-parameters-form.d.ts +3 -3
- package/dist/features/parameters/dynamic-simulation/use-dynamic-simulation-parameters-form.js +11 -10
- package/dist/features/parameters/index.js +1 -2
- package/dist/features/parameters/loadflow/load-flow-general-parameters.d.ts +1 -1
- package/dist/features/parameters/loadflow/load-flow-general-parameters.js +1 -0
- package/dist/features/parameters/loadflow/load-flow-parameters-content.d.ts +1 -1
- package/dist/features/parameters/loadflow/load-flow-parameters-content.js +4 -3
- package/dist/features/parameters/loadflow/load-flow-parameters-dialog.d.ts +1 -1
- package/dist/features/parameters/loadflow/load-flow-parameters-dialog.js +7 -11
- package/dist/features/parameters/loadflow/load-flow-parameters-form.d.ts +1 -1
- package/dist/features/parameters/loadflow/load-flow-parameters-form.js +1 -0
- package/dist/features/parameters/loadflow/load-flow-parameters-header.d.ts +1 -1
- package/dist/features/parameters/loadflow/load-flow-parameters-header.js +1 -0
- package/dist/features/parameters/loadflow/load-flow-parameters-inline.d.ts +2 -3
- package/dist/features/parameters/loadflow/load-flow-parameters-inline.js +1 -0
- package/dist/features/parameters/loadflow/load-flow-parameters-provider.d.ts +1 -1
- package/dist/features/parameters/loadflow/load-flow-parameters-utils.js +7 -6
- package/dist/features/parameters/loadflow/use-load-flow-parameters-form.d.ts +1 -2
- package/dist/features/parameters/loadflow/use-load-flow-parameters-form.js +5 -4
- package/dist/features/parameters/network-visualizations/map-parameters.d.ts +1 -1
- package/dist/features/parameters/network-visualizations/map-parameters.js +3 -2
- package/dist/features/parameters/network-visualizations/network-area-diagram-parameters.d.ts +1 -1
- package/dist/features/parameters/network-visualizations/network-area-diagram-parameters.js +1 -0
- package/dist/features/parameters/network-visualizations/network-visualizations-form.d.ts +1 -1
- package/dist/features/parameters/network-visualizations/network-visualizations-form.js +1 -0
- package/dist/features/parameters/network-visualizations/network-visualizations-parameters-dialog.d.ts +1 -1
- package/dist/features/parameters/network-visualizations/network-visualizations-parameters-dialog.js +1 -0
- package/dist/features/parameters/network-visualizations/network-visualizations-parameters-inline.d.ts +1 -1
- package/dist/features/parameters/network-visualizations/network-visualizations-parameters-inline.js +1 -0
- package/dist/features/parameters/network-visualizations/single-line-diagram-parameters.d.ts +1 -1
- package/dist/features/parameters/network-visualizations/single-line-diagram-parameters.js +3 -2
- package/dist/features/parameters/network-visualizations/use-network-visualizations-parameters-form.js +1 -0
- package/dist/features/parameters/pcc-min/pcc-min-form-utils.js +1 -0
- package/dist/features/parameters/pcc-min/pcc-min-parameters-dialog.d.ts +1 -1
- package/dist/features/parameters/pcc-min/pcc-min-parameters-dialog.js +1 -0
- package/dist/features/parameters/pcc-min/pcc-min-parameters-form.d.ts +1 -1
- package/dist/features/parameters/pcc-min/pcc-min-parameters-form.js +1 -0
- package/dist/features/parameters/pcc-min/pcc-min-parameters-inline.d.ts +1 -1
- package/dist/features/parameters/pcc-min/pcc-min-parameters-inline.js +1 -0
- package/dist/features/parameters/pcc-min/use-pcc-min-parameters-form.js +1 -0
- package/dist/features/parameters/security-analysis/columns-definitions.js +7 -6
- package/dist/features/parameters/security-analysis/security-analysis-parameters-dialog.d.ts +1 -1
- package/dist/features/parameters/security-analysis/security-analysis-parameters-dialog.js +11 -15
- package/dist/features/parameters/security-analysis/security-analysis-parameters-form.d.ts +1 -1
- package/dist/features/parameters/security-analysis/security-analysis-parameters-form.js +1 -0
- package/dist/features/parameters/security-analysis/security-analysis-parameters-inline.d.ts +2 -3
- package/dist/features/parameters/security-analysis/security-analysis-parameters-inline.js +1 -0
- package/dist/features/parameters/security-analysis/security-analysis-parameters-selector.d.ts +1 -1
- package/dist/features/parameters/security-analysis/security-analysis-parameters-selector.js +2 -1
- package/dist/features/parameters/security-analysis/security-analysis-violations-hiding.d.ts +1 -1
- package/dist/features/parameters/security-analysis/security-analysis-violations-hiding.js +1 -0
- package/dist/features/parameters/security-analysis/use-security-analysis-parameters-form.d.ts +2 -2
- package/dist/features/parameters/security-analysis/use-security-analysis-parameters-form.js +1 -0
- package/dist/features/parameters/sensi/columns-definitions.d.ts +6 -6
- package/dist/features/parameters/sensi/columns-definitions.js +1 -0
- package/dist/features/parameters/sensi/sensitivity-analysis-parameters-dialog.d.ts +1 -1
- package/dist/features/parameters/sensi/sensitivity-analysis-parameters-dialog.js +6 -10
- package/dist/features/parameters/sensi/sensitivity-analysis-parameters-factor-count.d.ts +1 -1
- package/dist/features/parameters/sensi/sensitivity-analysis-parameters-form.d.ts +1 -1
- package/dist/features/parameters/sensi/sensitivity-analysis-parameters-form.js +1 -0
- package/dist/features/parameters/sensi/sensitivity-analysis-parameters-inline.d.ts +2 -3
- package/dist/features/parameters/sensi/sensitivity-analysis-parameters-inline.js +1 -0
- package/dist/features/parameters/sensi/sensitivity-parameters-fields.d.ts +1 -1
- package/dist/features/parameters/sensi/sensitivity-parameters-fields.js +1 -0
- package/dist/features/parameters/sensi/sensitivity-parameters-selector.d.ts +1 -1
- package/dist/features/parameters/sensi/sensitivity-parameters-selector.js +2 -1
- package/dist/features/parameters/sensi/use-sensitivity-analysis-parameters.d.ts +1 -2
- package/dist/features/parameters/sensi/use-sensitivity-analysis-parameters.js +1 -0
- package/dist/features/parameters/sensi/utils.js +1 -0
- package/dist/features/parameters/short-circuit/short-circuit-general-tab-panel.js +1 -0
- package/dist/features/parameters/short-circuit/short-circuit-icc-cluster-table-cell.d.ts +1 -1
- package/dist/features/parameters/short-circuit/short-circuit-icc-cluster-table-cell.js +2 -1
- package/dist/features/parameters/short-circuit/short-circuit-icc-cluster-table-row.d.ts +1 -1
- package/dist/features/parameters/short-circuit/short-circuit-icc-cluster-table.d.ts +1 -1
- package/dist/features/parameters/short-circuit/short-circuit-icc-material-table-cell.d.ts +1 -1
- package/dist/features/parameters/short-circuit/short-circuit-icc-material-table-cell.js +1 -0
- package/dist/features/parameters/short-circuit/short-circuit-icc-material-table-row.d.ts +1 -1
- package/dist/features/parameters/short-circuit/short-circuit-icc-material-table.d.ts +1 -1
- package/dist/features/parameters/short-circuit/short-circuit-parameters-content.d.ts +1 -1
- package/dist/features/parameters/short-circuit/short-circuit-parameters-content.js +2 -1
- package/dist/features/parameters/short-circuit/short-circuit-parameters-dialog.d.ts +1 -1
- package/dist/features/parameters/short-circuit/short-circuit-parameters-dialog.js +2 -6
- package/dist/features/parameters/short-circuit/short-circuit-parameters-form.d.ts +1 -1
- package/dist/features/parameters/short-circuit/short-circuit-parameters-form.js +1 -0
- package/dist/features/parameters/short-circuit/short-circuit-parameters-inline.d.ts +2 -3
- package/dist/features/parameters/short-circuit/short-circuit-parameters-inline.js +1 -0
- package/dist/features/parameters/short-circuit/short-circuit-parameters-utils.js +8 -7
- package/dist/features/parameters/short-circuit/short-circuit-power-electronics-tab-panel.js +3 -2
- package/dist/features/parameters/short-circuit/short-circuit-study-area-tab-panel.js +4 -3
- package/dist/features/parameters/short-circuit/short-circuit-voltage-table.d.ts +1 -1
- package/dist/features/parameters/short-circuit/use-short-circuit-parameters-form.d.ts +1 -2
- package/dist/features/parameters/short-circuit/use-short-circuit-parameters-form.js +1 -0
- package/dist/features/parameters/voltage-init/equipment-selection-parameters.d.ts +1 -1
- package/dist/features/parameters/voltage-init/equipment-selection-parameters.js +1 -0
- package/dist/features/parameters/voltage-init/general-parameters.d.ts +1 -1
- package/dist/features/parameters/voltage-init/general-parameters.js +4 -3
- package/dist/features/parameters/voltage-init/use-voltage-init-parameters-form.js +1 -0
- package/dist/features/parameters/voltage-init/voltage-init-form-utils.js +3 -2
- package/dist/features/parameters/voltage-init/voltage-init-parameters-dialog.d.ts +1 -1
- package/dist/features/parameters/voltage-init/voltage-init-parameters-dialog.js +1 -0
- package/dist/features/parameters/voltage-init/voltage-init-parameters-form.d.ts +1 -1
- package/dist/features/parameters/voltage-init/voltage-init-parameters-form.js +2 -1
- package/dist/features/parameters/voltage-init/voltage-init-parameters-inline.d.ts +1 -1
- package/dist/features/parameters/voltage-init/voltage-init-parameters-inline.js +1 -0
- package/dist/features/parameters/voltage-init/voltage-limits-parameters.d.ts +1 -1
- package/dist/features/parameters/voltage-init/voltage-limits-parameters.js +1 -0
- package/dist/features/process-configs/security-analysis/update-sa-process-config-dialog.d.ts +1 -1
- package/dist/features/process-configs/security-analysis/update-sa-process-config-dialog.js +7 -0
- package/dist/features/process-configs/security-analysis/update-sa-process-config.d.ts +1 -1
- package/dist/features/process-configs/security-analysis/update-sa-process-config.js +3 -0
- package/dist/features/process-configs/update-process-config-modifications.d.ts +1 -1
- package/dist/features/process-configs/update-process-config-modifications.js +8 -1
- package/dist/features/results/securityanalysis/security-analysis-result-nmk.d.ts +1 -1
- package/dist/features/results/securityanalysis/security-analysis-result-nmk.js +7 -0
- package/dist/features/results/securityanalysis/security-analysis-table.d.ts +1 -1
- package/dist/features/results/securityanalysis/security-analysis-table.js +7 -0
- package/dist/features/topBar/AboutDialog.d.ts +1 -1
- package/dist/features/topBar/AboutDialog.js +1 -1
- package/dist/features/topBar/DevModeBanner.d.ts +1 -1
- package/dist/features/topBar/GridLogo.d.ts +2 -2
- package/dist/features/topBar/GridLogo.js +1 -1
- package/dist/features/topBar/TopBar.d.ts +1 -1
- package/dist/features/topBar/UserInformationDialog.d.ts +1 -1
- package/dist/features/topBar/UserInformationDialog.js +39 -14
- package/dist/features/topBar/UserSettingsDialog.d.ts +1 -1
- package/dist/hooks/use-parameters-backend.d.ts +1 -1
- package/dist/hooks/use-stable-computed-array.d.ts +2 -0
- package/dist/hooks/use-stable-computed-array.js +16 -0
- package/dist/hooks/useModificationLabelComputer.d.ts +4 -4
- package/dist/index.js +85 -8
- package/dist/services/dynamic-mapping.d.ts +2 -3
- package/dist/services/dynamic-mapping.js +3 -10
- package/dist/services/index.js +1 -2
- package/dist/services/networkModification.js +1 -1
- package/dist/services/security-analysis.js +1 -1
- package/dist/services/sensitivity-analysis.js +1 -1
- package/dist/translations/en/businessErrorsEn.d.ts +1 -1
- package/dist/translations/en/businessErrorsEn.js +1 -1
- package/dist/translations/en/topBarEn.d.ts +12 -0
- package/dist/translations/en/topBarEn.js +13 -1
- package/dist/translations/fr/businessErrorsFr.d.ts +1 -1
- package/dist/translations/fr/businessErrorsFr.js +1 -1
- package/dist/translations/fr/topBarFr.d.ts +12 -0
- package/dist/translations/fr/topBarFr.js +13 -1
- package/dist/utils/constants/adornments.js +1 -1
- package/dist/utils/index.js +6 -2
- package/dist/utils/mapper/getFileIcon.d.ts +1 -1
- package/dist/utils/mapper/getFileIcon.js +3 -1
- package/dist/utils/rounding.d.ts +20 -0
- package/dist/utils/rounding.js +26 -0
- package/dist/utils/store-sort-filter-fields.d.ts +38 -0
- package/dist/utils/store-sort-filter-fields.js +66 -0
- package/dist/utils/styles.d.ts +1 -1
- package/dist/utils/ts-utils.d.ts +1 -0
- package/dist/utils/ts-utils.js +7 -0
- package/dist/utils/types/computing-type.d.ts +19 -0
- package/dist/utils/types/computing-type.js +17 -0
- package/dist/utils/types/dynamic-margin-calculation.type.d.ts +2 -5
- package/dist/utils/types/dynamic-simulation.type.d.ts +6 -4
- package/dist/utils/types/dynamic-simulation.type.js +10 -1
- package/dist/utils/types/elementType.d.ts +2 -2
- package/dist/utils/types/elementType.js +1 -1
- package/dist/utils/types/index.d.ts +1 -0
- package/dist/utils/types/index.js +4 -1
- package/dist/utils/types/parameters.type.d.ts +3 -3
- package/dist/utils/types/types.d.ts +11 -0
- package/package.json +2 -1
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
const NAME = "name";
|
|
2
2
|
const DESCRIPTION = "description";
|
|
3
|
+
const DIRECTORY_ITEM = "directoryItem";
|
|
4
|
+
const DIRECTORY_ITEM_ID = "directoryItemId";
|
|
5
|
+
const DIRECTORY_ITEM_FULL_PATH = "directoryItemFullPath";
|
|
3
6
|
export {
|
|
4
7
|
DESCRIPTION,
|
|
8
|
+
DIRECTORY_ITEM,
|
|
9
|
+
DIRECTORY_ITEM_FULL_PATH,
|
|
10
|
+
DIRECTORY_ITEM_ID,
|
|
5
11
|
NAME
|
|
6
12
|
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { DirectoryItemSelectorProps } from '../../directoryItemSelector';
|
|
2
|
+
export interface DirectoryItemSelectorInputProps extends Omit<DirectoryItemSelectorProps, 'onClose' | 'open'> {
|
|
3
|
+
name: string;
|
|
4
|
+
}
|
|
5
|
+
export declare function DirectoryItemInput({ name, types, ...props }: Readonly<DirectoryItemSelectorInputProps>): import("react").JSX.Element;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
import { Box, Stack, Grid2, Tooltip, Typography, FormHelperText, Button } from "@mui/material";
|
|
3
|
+
import { useIntl, FormattedMessage } from "react-intl";
|
|
4
|
+
import { useState, useMemo, useCallback } from "react";
|
|
5
|
+
import { useController } from "react-hook-form";
|
|
6
|
+
import { FolderOutlined } from "@mui/icons-material";
|
|
7
|
+
import { DIRECTORY_ITEM_FULL_PATH, DIRECTORY_ITEM_ID } from "../constants.js";
|
|
8
|
+
import { getAbsenceLabelKeyFromType } from "./directory-item-utils.js";
|
|
9
|
+
import { DirectoryItemSelector } from "../../directoryItemSelector/DirectoryItemSelector.js";
|
|
10
|
+
function DirectoryItemInput({ name, types, ...props }) {
|
|
11
|
+
const [isOpen, setIsOpen] = useState(false);
|
|
12
|
+
const {
|
|
13
|
+
field: { onChange, value },
|
|
14
|
+
fieldState: { error }
|
|
15
|
+
} = useController({ name });
|
|
16
|
+
const nodeInfos = value;
|
|
17
|
+
const intl = useIntl();
|
|
18
|
+
const breadcrumb = useMemo(() => {
|
|
19
|
+
return nodeInfos?.[DIRECTORY_ITEM_FULL_PATH] ? nodeInfos[DIRECTORY_ITEM_FULL_PATH] : void 0;
|
|
20
|
+
}, [nodeInfos]);
|
|
21
|
+
const onNodeChanged = useCallback(
|
|
22
|
+
(nodes) => {
|
|
23
|
+
if (nodes.length > 0) {
|
|
24
|
+
const fullPath = nodes[0]?.name;
|
|
25
|
+
const nodeId = nodes[0]?.id;
|
|
26
|
+
if (nodeId) {
|
|
27
|
+
const newNodeInfos = {
|
|
28
|
+
[DIRECTORY_ITEM_ID]: nodeId,
|
|
29
|
+
[DIRECTORY_ITEM_FULL_PATH]: fullPath
|
|
30
|
+
};
|
|
31
|
+
onChange(newNodeInfos);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
setIsOpen(false);
|
|
35
|
+
},
|
|
36
|
+
[onChange]
|
|
37
|
+
);
|
|
38
|
+
return /* @__PURE__ */ jsxs(Box, { children: [
|
|
39
|
+
/* @__PURE__ */ jsxs(Stack, { direction: "row", alignItems: "center", justifyContent: "space-between", children: [
|
|
40
|
+
/* @__PURE__ */ jsxs(Grid2, { container: true, alignItems: "center", children: [
|
|
41
|
+
/* @__PURE__ */ jsx(Grid2, { paddingTop: 1, children: /* @__PURE__ */ jsx(FolderOutlined, {}) }),
|
|
42
|
+
/* @__PURE__ */ jsx(Grid2, { paddingTop: 1, paddingLeft: 1, children: /* @__PURE__ */ jsx(
|
|
43
|
+
Tooltip,
|
|
44
|
+
{
|
|
45
|
+
title: nodeInfos?.[DIRECTORY_ITEM_FULL_PATH] ?? "",
|
|
46
|
+
slotProps: {
|
|
47
|
+
tooltip: {
|
|
48
|
+
sx: {
|
|
49
|
+
maxWidth: "none"
|
|
50
|
+
// to override the background of text is auto cut
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
children: /* @__PURE__ */ jsx(Typography, { fontWeight: breadcrumb ? void 0 : "bold", noWrap: true, children: breadcrumb || /* @__PURE__ */ jsx(FormattedMessage, { id: getAbsenceLabelKeyFromType(types?.[0]) }) })
|
|
55
|
+
}
|
|
56
|
+
) }),
|
|
57
|
+
/* @__PURE__ */ jsx(Grid2, { paddingTop: 1, paddingLeft: 1, children: error?.message && /* @__PURE__ */ jsx(FormHelperText, { error: true, children: intl.formatMessage({ id: error?.message }) }) })
|
|
58
|
+
] }),
|
|
59
|
+
/* @__PURE__ */ jsx(Button, { onClick: () => setIsOpen(true), variant: "contained", color: "primary", component: "label", children: /* @__PURE__ */ jsx(FormattedMessage, { id: breadcrumb ? "edit" : "Select" }) })
|
|
60
|
+
] }),
|
|
61
|
+
/* @__PURE__ */ jsx(DirectoryItemSelector, { open: isOpen, onClose: onNodeChanged, types, ...props })
|
|
62
|
+
] });
|
|
63
|
+
}
|
|
64
|
+
export {
|
|
65
|
+
DirectoryItemInput
|
|
66
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2026, RTE (http://www.rte-france.com)
|
|
3
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
4
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
5
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
6
|
+
*/
|
|
7
|
+
import * as yup from 'yup';
|
|
8
|
+
export declare function getAbsenceLabelKeyFromType(elementType: string): "NoFolder" | "NoCase" | "NoStudy" | "NoItem";
|
|
9
|
+
export declare const directoryItemSchema: yup.ObjectSchema<{
|
|
10
|
+
directoryItemId: string;
|
|
11
|
+
directoryItemFullPath: string;
|
|
12
|
+
}, yup.AnyObject, {
|
|
13
|
+
directoryItemId: undefined;
|
|
14
|
+
directoryItemFullPath: undefined;
|
|
15
|
+
}, "">;
|
|
16
|
+
export type DirectoryItemSchema = yup.InferType<typeof directoryItemSchema>;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as yup from "yup";
|
|
2
|
+
import { DIRECTORY_ITEM_FULL_PATH, DIRECTORY_ITEM_ID } from "../constants.js";
|
|
3
|
+
import "../../../../utils/conversionUtils.js";
|
|
4
|
+
import { ElementType } from "../../../../utils/types/elementType.js";
|
|
5
|
+
import "../../../../utils/types/equipmentType.js";
|
|
6
|
+
import "react/jsx-runtime";
|
|
7
|
+
import "@mui/icons-material";
|
|
8
|
+
function getAbsenceLabelKeyFromType(elementType) {
|
|
9
|
+
switch (elementType) {
|
|
10
|
+
case ElementType.DIRECTORY:
|
|
11
|
+
return "NoFolder";
|
|
12
|
+
case ElementType.CASE:
|
|
13
|
+
return "NoCase";
|
|
14
|
+
case ElementType.STUDY:
|
|
15
|
+
return "NoStudy";
|
|
16
|
+
default:
|
|
17
|
+
return "NoItem";
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
const directoryItemSchema = yup.object().shape({
|
|
21
|
+
[DIRECTORY_ITEM_ID]: yup.string().required(),
|
|
22
|
+
[DIRECTORY_ITEM_FULL_PATH]: yup.string().required()
|
|
23
|
+
});
|
|
24
|
+
export {
|
|
25
|
+
directoryItemSchema,
|
|
26
|
+
getAbsenceLabelKeyFromType
|
|
27
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2026, RTE (http://www.rte-france.com)
|
|
3
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
4
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
5
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
6
|
+
*/
|
|
7
|
+
export * from './directory-item-utils';
|
|
8
|
+
export * from './directory-item-input';
|
|
@@ -9,4 +9,4 @@ export interface ErrorInputProps {
|
|
|
9
9
|
message: string | React.ReactNode;
|
|
10
10
|
}) => React.ReactNode;
|
|
11
11
|
}
|
|
12
|
-
export declare function ErrorInput({ name, InputField }: ErrorInputProps): "" |
|
|
12
|
+
export declare function ErrorInput({ name, InputField }: ErrorInputProps): "" | React.JSX.Element | undefined;
|
|
@@ -2,4 +2,4 @@ import { default as React } from 'react';
|
|
|
2
2
|
export interface FieldErrorAlertProps {
|
|
3
3
|
message: string | React.ReactNode;
|
|
4
4
|
}
|
|
5
|
-
export declare function FieldErrorAlert({ message }: Readonly<FieldErrorAlertProps>):
|
|
5
|
+
export declare function FieldErrorAlert({ message }: Readonly<FieldErrorAlertProps>): React.JSX.Element;
|
|
@@ -2,4 +2,4 @@ import { ReactNode } from 'react';
|
|
|
2
2
|
export type MidFormErrorProps = {
|
|
3
3
|
message: string | ReactNode;
|
|
4
4
|
};
|
|
5
|
-
export declare function MidFormError({ message }: Readonly<MidFormErrorProps>): import("react
|
|
5
|
+
export declare function MidFormError({ message }: Readonly<MidFormErrorProps>): import("react").JSX.Element;
|
|
@@ -5,4 +5,4 @@ export interface DeletableRowProps extends PropsWithChildren {
|
|
|
5
5
|
deletionMark?: boolean | null;
|
|
6
6
|
disabledDeletion?: boolean | null;
|
|
7
7
|
}
|
|
8
|
-
export declare function DeletableRow({ alignItems, onClick, deletionMark, disabledDeletion, children, }: Readonly<DeletableRowProps>): import("react
|
|
8
|
+
export declare function DeletableRow({ alignItems, onClick, deletionMark, disabledDeletion, children, }: Readonly<DeletableRowProps>): import("react").JSX.Element;
|
|
@@ -40,10 +40,12 @@ import { SubmitButton } from "./utils/SubmitButton.js";
|
|
|
40
40
|
import { TextFieldWithAdornment } from "./utils/TextFieldWithAdornment.js";
|
|
41
41
|
import { genHelperError, gridItem, identity, isFieldRequired, toFloatOrNullValue } from "./utils/functions.js";
|
|
42
42
|
import { HelperPreviousValue } from "./utils/HelperPreviousValue.js";
|
|
43
|
-
import { DESCRIPTION, NAME } from "./constants.js";
|
|
43
|
+
import { DESCRIPTION, DIRECTORY_ITEM, DIRECTORY_ITEM_FULL_PATH, DIRECTORY_ITEM_ID, NAME } from "./constants.js";
|
|
44
44
|
import { ExpandableInput } from "./expandableInput/ExpandableInput.js";
|
|
45
45
|
import { CountrySelectionInput } from "./CountrySelectionInput.js";
|
|
46
46
|
import { CheckboxNullableInput } from "./CheckboxNullableInput.js";
|
|
47
|
+
import { directoryItemSchema, getAbsenceLabelKeyFromType } from "./directory-item-input/directory-item-utils.js";
|
|
48
|
+
import { DirectoryItemInput } from "./directory-item-input/directory-item-input.js";
|
|
47
49
|
export {
|
|
48
50
|
AutocompleteInput,
|
|
49
51
|
BooleanInput,
|
|
@@ -58,8 +60,12 @@ export {
|
|
|
58
60
|
CustomFormProvider,
|
|
59
61
|
DEFAULT_RANGE_VALUE,
|
|
60
62
|
DESCRIPTION,
|
|
63
|
+
DIRECTORY_ITEM,
|
|
64
|
+
DIRECTORY_ITEM_FULL_PATH,
|
|
65
|
+
DIRECTORY_ITEM_ID,
|
|
61
66
|
DescriptionField,
|
|
62
67
|
DescriptionInput,
|
|
68
|
+
DirectoryItemInput,
|
|
63
69
|
DirectoryItemsInput,
|
|
64
70
|
EnumInput,
|
|
65
71
|
ErrorInput,
|
|
@@ -92,7 +98,9 @@ export {
|
|
|
92
98
|
TextFieldWithAdornment,
|
|
93
99
|
TextInput,
|
|
94
100
|
UniqueNameInput,
|
|
101
|
+
directoryItemSchema,
|
|
95
102
|
genHelperError,
|
|
103
|
+
getAbsenceLabelKeyFromType,
|
|
96
104
|
getRangeInputSchema,
|
|
97
105
|
gridItem,
|
|
98
106
|
identity,
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { TextInputProps } from '../text/TextInput';
|
|
2
2
|
export type FloatInputProps = Omit<TextInputProps, 'outputTransform' | 'inputTransform' | 'acceptValue'>;
|
|
3
|
-
export declare function FloatInput(props: FloatInputProps): import("react
|
|
3
|
+
export declare function FloatInput(props: FloatInputProps): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TextInputProps } from '../text/TextInput';
|
|
2
|
-
export declare function IntegerInput(props: TextInputProps): import("react
|
|
2
|
+
export declare function IntegerInput(props: TextInputProps): import("react").JSX.Element;
|
|
@@ -37,5 +37,5 @@ interface RangeInputProps {
|
|
|
37
37
|
name: string;
|
|
38
38
|
label: string;
|
|
39
39
|
}
|
|
40
|
-
export declare function RangeInput({ name, label }: RangeInputProps): import("react
|
|
40
|
+
export declare function RangeInput({ name, label }: RangeInputProps): import("react").JSX.Element;
|
|
41
41
|
export {};
|
|
@@ -3,4 +3,4 @@ export interface SliderInputProps extends SliderProps {
|
|
|
3
3
|
name: string;
|
|
4
4
|
onValueChanged?: (value: number | number[]) => void;
|
|
5
5
|
}
|
|
6
|
-
export declare function SliderInput({ name, min, max, step, size, marks, valueLabelDisplay, valueLabelFormat, onValueChanged, ...otherProps }: SliderInputProps): import("react
|
|
6
|
+
export declare function SliderInput({ name, min, max, step, size, marks, valueLabelDisplay, valueLabelFormat, onValueChanged, ...otherProps }: SliderInputProps): import("react").JSX.Element;
|
|
@@ -12,5 +12,5 @@ type CustomFormContextProps<TFieldValues extends FieldValues = FieldValues> = {
|
|
|
12
12
|
};
|
|
13
13
|
export type MergedFormContextProps<TFieldValues extends FieldValues = FieldValues> = UseFormReturn<TFieldValues> & CustomFormContextProps<TFieldValues>;
|
|
14
14
|
export declare const CustomFormContext: import('react').Context<CustomFormContextProps<FieldValues>>;
|
|
15
|
-
export declare function CustomFormProvider<TFieldValues extends FieldValues = FieldValues>(props: PropsWithChildren<MergedFormContextProps<TFieldValues>>): import("react
|
|
15
|
+
export declare function CustomFormProvider<TFieldValues extends FieldValues = FieldValues>(props: PropsWithChildren<MergedFormContextProps<TFieldValues>>): import("react").JSX.Element;
|
|
16
16
|
export {};
|
|
@@ -3,5 +3,5 @@ interface ButtonReadOnlyInputProps extends PropsWithChildren {
|
|
|
3
3
|
name: string;
|
|
4
4
|
isNumerical?: boolean;
|
|
5
5
|
}
|
|
6
|
-
export declare function ButtonReadOnlyInput({ name, isNumerical, children }: Readonly<ButtonReadOnlyInputProps>): import("react
|
|
6
|
+
export declare function ButtonReadOnlyInput({ name, isNumerical, children }: Readonly<ButtonReadOnlyInputProps>): import("react").JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -8,5 +8,5 @@ interface ReadOnlyInputProps {
|
|
|
8
8
|
name: string;
|
|
9
9
|
isNumerical?: boolean;
|
|
10
10
|
}
|
|
11
|
-
export declare function ReadOnlyInput({ name, isNumerical }: Readonly<ReadOnlyInputProps>): import("react
|
|
11
|
+
export declare function ReadOnlyInput({ name, isNumerical }: Readonly<ReadOnlyInputProps>): import("react").JSX.Element;
|
|
12
12
|
export default ReadOnlyInput;
|
|
@@ -3,4 +3,4 @@ export interface CountryInputProps {
|
|
|
3
3
|
label: string;
|
|
4
4
|
dataTestId?: string;
|
|
5
5
|
}
|
|
6
|
-
export declare function CountriesInput({ name, label, dataTestId }: Readonly<CountryInputProps>): import("react
|
|
6
|
+
export declare function CountriesInput({ name, label, dataTestId }: Readonly<CountryInputProps>): import("react").JSX.Element;
|
|
@@ -14,5 +14,5 @@ interface EnumInputProps<T> {
|
|
|
14
14
|
export declare function EnumInput<T extends {
|
|
15
15
|
id: string;
|
|
16
16
|
label: string;
|
|
17
|
-
}>({ options, name, label, size, labelValues, }: Readonly<EnumInputProps<T>>): import("react
|
|
17
|
+
}>({ options, name, label, size, labelValues, }: Readonly<EnumInputProps<T>>): import("react").JSX.Element;
|
|
18
18
|
export {};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export declare function InputWithPopupConfirmation({ Input, name, shouldOpenPopup, // condition to open popup confirmation
|
|
2
2
|
resetOnConfirmation, // function to reset values in your form on confirmation,
|
|
3
|
-
message, validateButtonLabel, ...props }: any): import("react
|
|
3
|
+
message, validateButtonLabel, ...props }: any): import("react").JSX.Element;
|
|
@@ -6,4 +6,4 @@ export type MuiSelectInputProps = SelectProps & {
|
|
|
6
6
|
label: string;
|
|
7
7
|
}[] | string[];
|
|
8
8
|
};
|
|
9
|
-
export declare function MuiSelectInput({ name, options, ...props }: MuiSelectInputProps): import("react
|
|
9
|
+
export declare function MuiSelectInput({ name, options, ...props }: MuiSelectInputProps): import("react").JSX.Element;
|
|
@@ -4,4 +4,4 @@ export interface SelectInputProps extends Omit<AutocompleteInputProps, 'outputTr
|
|
|
4
4
|
options: Option[];
|
|
5
5
|
onCheckNewValue?: (value: Option | null) => boolean;
|
|
6
6
|
}
|
|
7
|
-
export declare function SelectInput(props: SelectInputProps): import("react
|
|
7
|
+
export declare function SelectInput(props: SelectInputProps): import("react").JSX.Element;
|
|
@@ -5,5 +5,5 @@ interface SelectWithConfirmationInputProps {
|
|
|
5
5
|
getOptionLabel?: (option: string) => string;
|
|
6
6
|
label: string;
|
|
7
7
|
}
|
|
8
|
-
export declare function SelectWithConfirmationInput({ name, options, onValidate, getOptionLabel, label, }: Readonly<SelectWithConfirmationInputProps>): import("react
|
|
8
|
+
export declare function SelectWithConfirmationInput({ name, options, onValidate, getOptionLabel, label, }: Readonly<SelectWithConfirmationInputProps>): import("react").JSX.Element;
|
|
9
9
|
export {};
|
|
@@ -10,4 +10,4 @@ export interface TableNumericalInputProps extends StandardTextFieldProps {
|
|
|
10
10
|
isClearable?: boolean;
|
|
11
11
|
hideErrorMessage?: boolean;
|
|
12
12
|
}
|
|
13
|
-
export declare function TableNumericalInput({ name, style, inputProps, previousValue, valueModified, adornment, isClearable, hideErrorMessage, ...props }: Readonly<TableNumericalInputProps>): import("react
|
|
13
|
+
export declare function TableNumericalInput({ name, style, inputProps, previousValue, valueModified, adornment, isClearable, hideErrorMessage, ...props }: Readonly<TableNumericalInputProps>): import("react").JSX.Element;
|
|
@@ -4,5 +4,5 @@ interface TableTextInputProps {
|
|
|
4
4
|
hideErrorMessage?: boolean;
|
|
5
5
|
inputProps?: InputBaseComponentProps;
|
|
6
6
|
}
|
|
7
|
-
export declare function TableTextInput({ name, hideErrorMessage, inputProps, ...props }: Readonly<TableTextInputProps>): import("react
|
|
7
|
+
export declare function TableTextInput({ name, hideErrorMessage, inputProps, ...props }: Readonly<TableTextInputProps>): import("react").JSX.Element;
|
|
8
8
|
export {};
|
|
@@ -4,4 +4,4 @@ export interface DescriptionFieldProps {
|
|
|
4
4
|
maxCharactersNumber?: number;
|
|
5
5
|
rows?: number;
|
|
6
6
|
}
|
|
7
|
-
export declare function DescriptionField({ expandingTextSx, maxCharactersNumber, rows, }: Readonly<DescriptionFieldProps>): import("react
|
|
7
|
+
export declare function DescriptionField({ expandingTextSx, maxCharactersNumber, rows, }: Readonly<DescriptionFieldProps>): import("react").JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export type DescriptionInputProps = {
|
|
2
2
|
name: string;
|
|
3
3
|
};
|
|
4
|
-
export declare function DescriptionInput({ name }: Readonly<DescriptionInputProps>): import("react
|
|
4
|
+
export declare function DescriptionInput({ name }: Readonly<DescriptionInputProps>): import("react").JSX.Element;
|
|
@@ -9,4 +9,4 @@ export interface ExpandingTextFieldProps extends TextInputProps {
|
|
|
9
9
|
label?: string;
|
|
10
10
|
textFieldFormProps?: TextFieldProps;
|
|
11
11
|
}
|
|
12
|
-
export declare function ExpandingTextField({ name, maxCharactersNumber, rows, minRows, sx, label, textFieldFormProps, ...otherTexFieldProps }: ExpandingTextFieldProps): import("react
|
|
12
|
+
export declare function ExpandingTextField({ name, maxCharactersNumber, rows, minRows, sx, label, textFieldFormProps, ...otherTexFieldProps }: ExpandingTextFieldProps): import("react").JSX.Element;
|
|
@@ -29,4 +29,4 @@ inputTransform, // transform react hook form value before sending it to material
|
|
|
29
29
|
acceptValue, // used to check user entry before committing the input change, used mostly to prevent user from typing a character in number field
|
|
30
30
|
onChange, // method called when input value changed, if you want to manually trigger validation for example (do not update the form here unless you know what you do, it's already done by RHF)
|
|
31
31
|
previousValue, clearable, formProps, disabledTooltip, // In case we don't want to show tooltip on the value and warning/info icons
|
|
32
|
-
disabled, dataTestId, }: TextInputProps): import("react
|
|
32
|
+
disabled, dataTestId, }: TextInputProps): import("react").JSX.Element;
|
|
@@ -18,4 +18,4 @@ export interface UniqueNameInputProps {
|
|
|
18
18
|
/**
|
|
19
19
|
* Input component that constantly checks if the field's value is available or not
|
|
20
20
|
*/
|
|
21
|
-
export declare function UniqueNameInput({ name, label, elementType, autoFocus, onManualChangeCallback, formProps, currentName, isPrefilled, activeDirectory, sx, fullWidth, }: Readonly<UniqueNameInputProps>): import("react
|
|
21
|
+
export declare function UniqueNameInput({ name, label, elementType, autoFocus, onManualChangeCallback, formProps, currentName, isPrefilled, activeDirectory, sx, fullWidth, }: Readonly<UniqueNameInputProps>): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { ButtonProps } from '@mui/material';
|
|
2
|
-
export declare function CancelButton(inProps: Readonly<Omit<ButtonProps, 'children'>>): import("react
|
|
2
|
+
export declare function CancelButton(inProps: Readonly<Omit<ButtonProps, 'children'>>): import("react").JSX.Element;
|
|
@@ -9,4 +9,4 @@ export type FieldLabelProps = {
|
|
|
9
9
|
optional?: boolean;
|
|
10
10
|
values?: any;
|
|
11
11
|
};
|
|
12
|
-
export declare function FieldLabel({ label, optional, values }: FieldLabelProps): import("react
|
|
12
|
+
export declare function FieldLabel({ label, optional, values }: FieldLabelProps): import("react").JSX.Element;
|
|
@@ -5,4 +5,4 @@ export interface HelperPreviousValueProps {
|
|
|
5
5
|
disabledTooltip?: boolean;
|
|
6
6
|
adornmentText?: string;
|
|
7
7
|
}
|
|
8
|
-
export declare function HelperPreviousValue({ previousValue, isNodeBuilt, disabledTooltip, adornmentText, }: Readonly<HelperPreviousValueProps>): import("react
|
|
8
|
+
export declare function HelperPreviousValue({ previousValue, isNodeBuilt, disabledTooltip, adornmentText, }: Readonly<HelperPreviousValueProps>): import("react").JSX.Element | undefined;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { ButtonProps } from '@mui/material';
|
|
2
|
-
export declare function SubmitButton(buttonProps: Readonly<ButtonProps>): import("react
|
|
2
|
+
export declare function SubmitButton(buttonProps: Readonly<ButtonProps>): import("react").JSX.Element;
|
|
@@ -6,4 +6,4 @@ export type TextFieldWithAdornmentProps = TextFieldProps & {
|
|
|
6
6
|
adornmentText?: string;
|
|
7
7
|
handleClearValue?: () => void;
|
|
8
8
|
};
|
|
9
|
-
export declare function TextFieldWithAdornment(props: TextFieldWithAdornmentProps): import("react
|
|
9
|
+
export declare function TextFieldWithAdornment(props: TextFieldWithAdornmentProps): import("react").JSX.Element;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
export declare function genHelperError(...errors: any[]): {
|
|
3
3
|
error: boolean;
|
|
4
|
-
helperText: import("react
|
|
4
|
+
helperText: import("react").JSX.Element;
|
|
5
5
|
} | {
|
|
6
6
|
error?: undefined;
|
|
7
7
|
helperText?: undefined;
|
|
8
8
|
};
|
|
9
9
|
export declare function identity(x: any): any;
|
|
10
10
|
export declare const isFieldRequired: (fieldName: string, schema: any, values: unknown) => boolean;
|
|
11
|
-
export declare const gridItem: (field: string | ReactElement, size?: number) => import("react
|
|
11
|
+
export declare const gridItem: (field: string | ReactElement, size?: number) => import("react").JSX.Element;
|
|
12
12
|
export declare const toFloatOrNullValue: (value: string) => number | "-" | null;
|
|
@@ -4,5 +4,5 @@ interface ResizeHandleProps {
|
|
|
4
4
|
rotated?: boolean;
|
|
5
5
|
style?: (theme: Theme) => React.CSSProperties;
|
|
6
6
|
}
|
|
7
|
-
export declare function ResizeHandle({ visible, rotated, style }: Readonly<ResizeHandleProps>): import("react
|
|
7
|
+
export declare function ResizeHandle({ visible, rotated, style }: Readonly<ResizeHandleProps>): import("react").JSX.Element;
|
|
8
8
|
export default ResizeHandle;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { SnackbarProviderProps } from 'notistack';
|
|
2
|
-
export declare function SnackbarProvider(props: SnackbarProviderProps): import("react
|
|
2
|
+
export declare function SnackbarProvider(props: SnackbarProviderProps): import("react").JSX.Element;
|
|
@@ -2,5 +2,5 @@ import { TablePaginationProps } from '@mui/material';
|
|
|
2
2
|
type CustomTablePaginationProps = TablePaginationProps & {
|
|
3
3
|
labelRowsPerPageId?: string;
|
|
4
4
|
};
|
|
5
|
-
export declare function CustomTablePagination(props: CustomTablePaginationProps): import("react
|
|
5
|
+
export declare function CustomTablePagination(props: CustomTablePaginationProps): import("react").JSX.Element;
|
|
6
6
|
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TooltipProps } from '@mui/material';
|
|
2
|
-
export declare function CustomTooltip(props: Readonly<TooltipProps>): import("react
|
|
2
|
+
export declare function CustomTooltip(props: Readonly<TooltipProps>): import("react").JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ReactElement } from 'react';
|
|
1
|
+
import { FunctionComponent, ReactElement } from 'react';
|
|
2
2
|
import { ButtonProps, ModalProps } from '@mui/material';
|
|
3
3
|
import { SimpleTreeViewClasses } from '@mui/x-tree-view';
|
|
4
4
|
import { UUID } from 'node:crypto';
|
|
@@ -38,4 +38,4 @@ export interface TreeViewFinderProps {
|
|
|
38
38
|
inline?: boolean;
|
|
39
39
|
onSelectionChange?: (nodes: TreeViewFinderNodeProps[]) => void;
|
|
40
40
|
}
|
|
41
|
-
export declare const TreeViewFinder:
|
|
41
|
+
export declare const TreeViewFinder: FunctionComponent<TreeViewFinderProps>;
|
|
@@ -12,4 +12,4 @@ export type AnnouncementBannerProps = PropsWithChildren<{
|
|
|
12
12
|
title?: ReactNode;
|
|
13
13
|
sx?: AlertProps['sx'];
|
|
14
14
|
}>;
|
|
15
|
-
export declare function AnnouncementBanner({ userProfile, id, severity, title, children, duration, sx, }: Readonly<AnnouncementBannerProps>): import("react
|
|
15
|
+
export declare function AnnouncementBanner({ userProfile, id, severity, title, children, duration, sx, }: Readonly<AnnouncementBannerProps>): import("react").JSX.Element;
|
|
@@ -4,4 +4,4 @@ export type AnnouncementNotificationProps = {
|
|
|
4
4
|
userProfile: UserProfile | null;
|
|
5
5
|
sx?: AnnouncementBannerProps['sx'];
|
|
6
6
|
};
|
|
7
|
-
export declare function AnnouncementNotification({ userProfile, sx }: Readonly<AnnouncementNotificationProps>): import("react
|
|
7
|
+
export declare function AnnouncementNotification({ userProfile, sx }: Readonly<AnnouncementNotificationProps>): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { AuthenticationRouterProps } from './authenticationType';
|
|
2
|
-
export declare function AuthenticationRouter({ userManager, signInCallbackError, authenticationRouterError, showAuthenticationRouterLogin, dispatch, navigate, location, }: Readonly<AuthenticationRouterProps>): import("react
|
|
2
|
+
export declare function AuthenticationRouter({ userManager, signInCallbackError, authenticationRouterError, showAuthenticationRouterLogin, dispatch, navigate, location, }: Readonly<AuthenticationRouterProps>): import("react").JSX.Element;
|
|
@@ -4,5 +4,5 @@ type AuthenticationRouterErrorDisplayProps = {
|
|
|
4
4
|
instance: UserManagerState['instance'];
|
|
5
5
|
dispatch: AuthenticationRouterProps['dispatch'];
|
|
6
6
|
};
|
|
7
|
-
declare function AuthenticationRouterErrorDisplay({ errorState, instance, dispatch }: AuthenticationRouterErrorDisplayProps): import("react
|
|
7
|
+
declare function AuthenticationRouterErrorDisplay({ errorState, instance, dispatch }: AuthenticationRouterErrorDisplayProps): import("react").JSX.Element;
|
|
8
8
|
export default AuthenticationRouterErrorDisplay;
|
|
@@ -2,4 +2,4 @@ export interface LoginProps {
|
|
|
2
2
|
onLoginClick: () => void;
|
|
3
3
|
disabled: boolean;
|
|
4
4
|
}
|
|
5
|
-
export declare function Login({ onLoginClick, disabled }: LoginProps): import("react
|
|
5
|
+
export declare function Login({ onLoginClick, disabled }: LoginProps): import("react").JSX.Element;
|
|
@@ -8,4 +8,4 @@ export interface LogoutProps {
|
|
|
8
8
|
onLogoutClick: () => void;
|
|
9
9
|
disabled: boolean;
|
|
10
10
|
}
|
|
11
|
-
export declare function Logout({ onLogoutClick, disabled }: LogoutProps): import("react
|
|
11
|
+
export declare function Logout({ onLogoutClick, disabled }: LogoutProps): import("react").JSX.Element;
|
|
@@ -3,4 +3,4 @@ export interface SignInCallbackHandlerProps {
|
|
|
3
3
|
userManager: UserManager | null;
|
|
4
4
|
handleSignInCallback: () => void;
|
|
5
5
|
}
|
|
6
|
-
export declare function SignInCallbackHandler({ userManager, handleSignInCallback }: SignInCallbackHandlerProps): import("react
|
|
6
|
+
export declare function SignInCallbackHandler({ userManager, handleSignInCallback }: SignInCallbackHandlerProps): import("react").JSX.Element;
|
|
@@ -3,4 +3,4 @@ export interface SilentRenewCallbackHandlerProps {
|
|
|
3
3
|
userManager: UserManager | null;
|
|
4
4
|
handleSilentRenewCallback: () => void;
|
|
5
5
|
}
|
|
6
|
-
export declare function SilentRenewCallbackHandler({ userManager, handleSilentRenewCallback, }: SilentRenewCallbackHandlerProps): import("react
|
|
6
|
+
export declare function SilentRenewCallbackHandler({ userManager, handleSilentRenewCallback, }: SilentRenewCallbackHandlerProps): import("react").JSX.Element;
|
|
@@ -8,5 +8,5 @@ type ErrorInLogoutAlertProps = {
|
|
|
8
8
|
userName?: string;
|
|
9
9
|
message: string;
|
|
10
10
|
};
|
|
11
|
-
export declare function ErrorInLogoutAlert({ userName, message }: ErrorInLogoutAlertProps): import("react
|
|
11
|
+
export declare function ErrorInLogoutAlert({ userName, message }: ErrorInLogoutAlertProps): import("react").JSX.Element;
|
|
12
12
|
export default ErrorInLogoutAlert;
|
|
@@ -8,5 +8,5 @@ type ErrorInUserValidationAlertProps = {
|
|
|
8
8
|
userName?: string;
|
|
9
9
|
message: string;
|
|
10
10
|
};
|
|
11
|
-
export declare function ErrorInUserValidationAlert({ userName, message }: ErrorInUserValidationAlertProps): import("react
|
|
11
|
+
export declare function ErrorInUserValidationAlert({ userName, message }: ErrorInUserValidationAlertProps): import("react").JSX.Element;
|
|
12
12
|
export default ErrorInUserValidationAlert;
|
|
@@ -7,5 +7,5 @@
|
|
|
7
7
|
type UnauthorizedAccessAlertProps = {
|
|
8
8
|
userName?: string;
|
|
9
9
|
};
|
|
10
|
-
export declare function UnauthorizedAccessAlert({ userName }: UnauthorizedAccessAlertProps): import("react
|
|
10
|
+
export declare function UnauthorizedAccessAlert({ userName }: UnauthorizedAccessAlertProps): import("react").JSX.Element;
|
|
11
11
|
export default UnauthorizedAccessAlert;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jwtDecode } from "jwt-decode";
|
|
2
2
|
import { UserManager } from "oidc-client-ts";
|
|
3
3
|
import { UserManagerMock } from "./userManagerMock.js";
|
|
4
|
-
import { setLoggedUser,
|
|
4
|
+
import { setLoggedUser, setSignInCallbackError, setShowAuthenticationRouterLogin, setLogoutError, resetAuthenticationRouterError } from "../../../redux/actions/authActions.js";
|
|
5
5
|
const hackAuthorityKey = "oidc.hack.authority";
|
|
6
6
|
const oidcHackReloadedKey = "gridsuite-oidc-hack-reloaded";
|
|
7
7
|
const pathKey = "powsybl-gridsuite-current-path";
|
|
@@ -22,6 +22,6 @@ export declare class CardErrorBoundary extends Component<PropsWithChildren<{}>,
|
|
|
22
22
|
componentDidCatch(error: Error, errorInfo: ErrorInfo): void;
|
|
23
23
|
private handleExpandClick;
|
|
24
24
|
private handleReloadClick;
|
|
25
|
-
render(): string | number | bigint | boolean | import("react
|
|
25
|
+
render(): string | number | bigint | boolean | import("react").JSX.Element | Iterable<import('react').ReactNode> | Promise<string | number | bigint | boolean | import('react').ReactPortal | import('react').ReactElement<unknown, string | import('react').JSXElementConstructor<any>> | Iterable<import('react').ReactNode> | null | undefined> | null | undefined;
|
|
26
26
|
}
|
|
27
27
|
export {};
|
package/dist/features/index.js
CHANGED
|
@@ -18,7 +18,7 @@ import { AboutDialog } from "./topBar/AboutDialog.js";
|
|
|
18
18
|
import { GridLogo, LogoText } from "./topBar/GridLogo.js";
|
|
19
19
|
import { DevModeBanner } from "./topBar/DevModeBanner.js";
|
|
20
20
|
import { TopBar } from "./topBar/TopBar.js";
|
|
21
|
-
import {
|
|
21
|
+
import { formatComputingTypeLabel, isValidComputingType } from "./parameters/common/computing-type.js";
|
|
22
22
|
import { COMMON_PARAMETERS, CONTINGENCIES, CONTINGENCY_LISTS, CONTINGENCY_LISTS_INFOS, PARAM_SA_FLOW_PROPORTIONAL_THRESHOLD, PARAM_SA_HIGH_VOLTAGE_ABSOLUTE_THRESHOLD, PARAM_SA_HIGH_VOLTAGE_PROPORTIONAL_THRESHOLD, PARAM_SA_LOW_VOLTAGE_ABSOLUTE_THRESHOLD, PARAM_SA_LOW_VOLTAGE_PROPORTIONAL_THRESHOLD, PARAM_SA_PROVIDER, PROVIDER, SPECIFIC_PARAMETERS, VERSION_PARAMETER, VOLTAGE_LEVEL } from "./parameters/common/constants.js";
|
|
23
23
|
import { LineSeparator } from "./parameters/common/line-separator.js";
|
|
24
24
|
import { LabelledButton, SwitchWithLabel, TabPanel } from "./parameters/common/parameters.js";
|
|
@@ -132,6 +132,7 @@ import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
|
132
132
|
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
133
133
|
import "../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
134
134
|
import "../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
135
|
+
import "../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
135
136
|
import "@hello-pangea/dnd";
|
|
136
137
|
import "../components/ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
137
138
|
import "../components/ui/snackbarProvider/SnackbarProvider.js";
|
|
@@ -257,7 +258,6 @@ export {
|
|
|
257
258
|
CUSTOM_REAL_TIME_STATE_ESTIMATION,
|
|
258
259
|
CardErrorBoundary,
|
|
259
260
|
CharacteristicsForm,
|
|
260
|
-
ComputingType,
|
|
261
261
|
ConnectivityForm,
|
|
262
262
|
ContingencyTable,
|
|
263
263
|
CreateParameterDialog,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { lighten,
|
|
1
|
+
import { lighten, alpha, darken } from "@mui/material";
|
|
2
2
|
const HIGHLIGHT_COLOR_BASE = "rgba(144, 202, 249, 0.16)";
|
|
3
3
|
const HIGHLIGHT_COLOR_HOVER = "rgba(144, 202, 249, 0.24)";
|
|
4
4
|
const ROW_HOVER_COLOR = "rgba(144, 202, 249, 0.08)";
|