@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,6 @@
|
|
|
1
1
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef, useMemo, useState, useEffect, useCallback, useImperativeHandle } from "react";
|
|
3
|
-
import { styled, alpha,
|
|
3
|
+
import { styled, alpha, Checkbox } from "@mui/material";
|
|
4
4
|
import { TreeItem, treeItemClasses, SimpleTreeView } from "@mui/x-tree-view";
|
|
5
5
|
const BorderedTreeItem = styled(TreeItem)(({ theme, root }) => {
|
|
6
6
|
const border = `1px dashed ${alpha(theme.palette.text.primary, 0.4)}`;
|
|
@@ -30,7 +30,6 @@ const BorderedTreeItem = styled(TreeItem)(({ theme, root }) => {
|
|
|
30
30
|
};
|
|
31
31
|
});
|
|
32
32
|
function CheckboxTreeview({ data: items, checkAll, onSelectionChanged, getLabel, sx }, ref) {
|
|
33
|
-
const theme = useTheme();
|
|
34
33
|
const initialItemStates = useMemo(
|
|
35
34
|
() => Object.fromEntries(items.map((elem) => [
|
|
36
35
|
elem.id,
|
|
@@ -133,7 +132,6 @@ function CheckboxTreeview({ data: items, checkAll, onSelectionChanged, getLabel,
|
|
|
133
132
|
return itemsToRender.map((elem) => /* @__PURE__ */ jsx(
|
|
134
133
|
BorderedTreeItem,
|
|
135
134
|
{
|
|
136
|
-
theme,
|
|
137
135
|
itemId: elem.id,
|
|
138
136
|
onClick: handleExpand,
|
|
139
137
|
root: !elem.parentId,
|
|
@@ -153,7 +151,7 @@ function CheckboxTreeview({ data: items, checkAll, onSelectionChanged, getLabel,
|
|
|
153
151
|
elem.id
|
|
154
152
|
));
|
|
155
153
|
},
|
|
156
|
-
[itemsByParent,
|
|
154
|
+
[itemsByParent, handleExpand, itemStates, getLabel, handleItemSelect]
|
|
157
155
|
);
|
|
158
156
|
return /* @__PURE__ */ jsx(SimpleTreeView, { sx, children: renderTree(null) });
|
|
159
157
|
}
|
|
@@ -4,5 +4,5 @@ interface GridButtonsProps {
|
|
|
4
4
|
disabledAdd?: boolean;
|
|
5
5
|
disabledDelete?: boolean;
|
|
6
6
|
}
|
|
7
|
-
export declare function GridButtons({ onAddButton, onDeleteButton, disabledAdd, disabledDelete }: Readonly<GridButtonsProps>): import("react
|
|
7
|
+
export declare function GridButtons({ onAddButton, onDeleteButton, disabledAdd, disabledDelete }: Readonly<GridButtonsProps>): import("react").JSX.Element;
|
|
8
8
|
export {};
|
|
@@ -7,5 +7,5 @@ export type CurveParametersProps = {
|
|
|
7
7
|
countriesFetcher?: () => Promise<string[]>;
|
|
8
8
|
evaluateFilterFetcher?: (filter: ExpertFilter) => Promise<IdentifiableAttributes[]>;
|
|
9
9
|
};
|
|
10
|
-
declare function CurveParameters({ path, mappingPath, voltageLevelsFetcher, countriesFetcher, evaluateFilterFetcher, }: Readonly<CurveParametersProps>): import("react
|
|
10
|
+
declare function CurveParameters({ path, mappingPath, voltageLevelsFetcher, countriesFetcher, evaluateFilterFetcher, }: Readonly<CurveParametersProps>): import("react").JSX.Element;
|
|
11
11
|
export default CurveParameters;
|
|
@@ -10,10 +10,15 @@ import { GridSearch } from "./common/grid-search.js";
|
|
|
10
10
|
import { Curve } from "./curve-parameters-constants.js";
|
|
11
11
|
import "../../../../utils/conversionUtils.js";
|
|
12
12
|
import "../../../../utils/types/equipmentType.js";
|
|
13
|
-
import { isEmpty } from "../../../../utils/functions.js";
|
|
14
13
|
import "@mui/icons-material";
|
|
15
14
|
import { fetchDynamicSimulationModels } from "../../../../services/dynamic-mapping.js";
|
|
16
15
|
import { CustomAGGrid } from "../../../../components/composite/customAGGrid/customAggrid.js";
|
|
16
|
+
import "../../../../components/composite/customAGGrid/context/custom-aggrid-context.js";
|
|
17
|
+
import "localized-countries";
|
|
18
|
+
import "localized-countries/data/fr";
|
|
19
|
+
import "localized-countries/data/en";
|
|
20
|
+
import "notistack";
|
|
21
|
+
import "mathjs";
|
|
17
22
|
const styles = {
|
|
18
23
|
grid: {
|
|
19
24
|
width: "auto",
|
|
@@ -112,8 +117,8 @@ function CurveParameters({
|
|
|
112
117
|
setSelectedRowsLength(selectedRows?.length ?? 0);
|
|
113
118
|
}, []);
|
|
114
119
|
const modelsFetcher = useCallback(() => {
|
|
115
|
-
const mapping = getValues(mappingPath);
|
|
116
|
-
return
|
|
120
|
+
const mapping = getValues(mappingPath)?.[0];
|
|
121
|
+
return mapping?.id ? fetchDynamicSimulationModels(mapping) : void 0;
|
|
117
122
|
}, [getValues, mappingPath]);
|
|
118
123
|
return /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
119
124
|
/* @__PURE__ */ jsxs(Grid, { container: true, direction: "column", sx: { height: 600 }, children: [
|
|
@@ -7,6 +7,12 @@ import { CustomAGGrid } from "../../../../../components/composite/customAGGrid/c
|
|
|
7
7
|
import "../../../../../utils/conversionUtils.js";
|
|
8
8
|
import "../../../../../utils/types/equipmentType.js";
|
|
9
9
|
import "@mui/icons-material";
|
|
10
|
+
import "../../../../../components/composite/customAGGrid/context/custom-aggrid-context.js";
|
|
11
|
+
import "localized-countries";
|
|
12
|
+
import "localized-countries/data/fr";
|
|
13
|
+
import "localized-countries/data/en";
|
|
14
|
+
import "notistack";
|
|
15
|
+
import "mathjs";
|
|
10
16
|
const styles = {
|
|
11
17
|
grid: {
|
|
12
18
|
width: "auto",
|
|
@@ -11,5 +11,5 @@ interface CurveSelectorDialogProps {
|
|
|
11
11
|
evaluateFilterFetcher?: (filter: ExpertFilter) => Promise<IdentifiableAttributes[]>;
|
|
12
12
|
modelsFetcher?: () => Promise<DynamicSimulationModelInfos[]> | undefined;
|
|
13
13
|
}
|
|
14
|
-
declare function CurveSelectorDialog({ open, onClose, onSave, voltageLevelsFetcher, countriesFetcher, evaluateFilterFetcher, modelsFetcher, }: Readonly<CurveSelectorDialogProps>): import("react
|
|
14
|
+
declare function CurveSelectorDialog({ open, onClose, onSave, voltageLevelsFetcher, countriesFetcher, evaluateFilterFetcher, modelsFetcher, }: Readonly<CurveSelectorDialogProps>): import("react").JSX.Element;
|
|
15
15
|
export default CurveSelectorDialog;
|
|
@@ -11,7 +11,9 @@ import "../../../../../utils/conversionUtils.js";
|
|
|
11
11
|
import { snackWithFallback } from "../../../../../utils/error.js";
|
|
12
12
|
import "../../../../../utils/types/equipmentType.js";
|
|
13
13
|
import "@mui/icons-material";
|
|
14
|
+
import "../../../../../components/composite/customAGGrid/context/custom-aggrid-context.js";
|
|
14
15
|
import { useSnackMessage } from "../../../../../hooks/useSnackMessage.js";
|
|
16
|
+
import "mathjs";
|
|
15
17
|
const styles = {
|
|
16
18
|
grid: {
|
|
17
19
|
width: "100%",
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { UUID } from 'node:crypto';
|
|
2
|
-
import { VoltageLevelInfos } from '../../../utils';
|
|
2
|
+
import { ComputingType, VoltageLevelInfos } from '../../../utils';
|
|
3
3
|
import { UseParametersBackendReturnProps } from '../../../utils/types/parameters.type';
|
|
4
|
-
import { ComputingType } from '../common';
|
|
5
4
|
import { ExpertFilter, IdentifiableAttributes } from '../../../components/composite/filter';
|
|
6
5
|
type DynamicSimulationInlineProps = {
|
|
7
6
|
studyUuid: UUID | null;
|
|
@@ -11,5 +10,5 @@ type DynamicSimulationInlineProps = {
|
|
|
11
10
|
countriesFetcher: () => Promise<string[]>;
|
|
12
11
|
evaluateFilterFetcher: (filter: ExpertFilter) => Promise<IdentifiableAttributes[]>;
|
|
13
12
|
};
|
|
14
|
-
export declare function DynamicSimulationInline({ studyUuid, parametersBackend, setHaveDirtyFields, voltageLevelsFetcher, countriesFetcher, evaluateFilterFetcher, }: Readonly<DynamicSimulationInlineProps>): import("react
|
|
13
|
+
export declare function DynamicSimulationInline({ studyUuid, parametersBackend, setHaveDirtyFields, voltageLevelsFetcher, countriesFetcher, evaluateFilterFetcher, }: Readonly<DynamicSimulationInlineProps>): import("react").JSX.Element;
|
|
15
14
|
export {};
|
|
@@ -6,6 +6,7 @@ import "../../../utils/conversionUtils.js";
|
|
|
6
6
|
import { snackWithFallback } from "../../../utils/error.js";
|
|
7
7
|
import { ElementType } from "../../../utils/types/elementType.js";
|
|
8
8
|
import "../../../utils/types/equipmentType.js";
|
|
9
|
+
import { mapDynamicSimulationParameters } from "../../../utils/types/dynamic-simulation.type.js";
|
|
9
10
|
import "@mui/icons-material";
|
|
10
11
|
import { mergeSx } from "../../../utils/styles.js";
|
|
11
12
|
import { LabelledButton } from "../common/parameters.js";
|
|
@@ -31,6 +32,7 @@ import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
|
31
32
|
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
32
33
|
import "../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
33
34
|
import "../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
35
|
+
import "../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
34
36
|
import "@hello-pangea/dnd";
|
|
35
37
|
import "../../../components/ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
36
38
|
import "../../../components/ui/snackbarProvider/SnackbarProvider.js";
|
|
@@ -44,7 +46,7 @@ import "../common/contingency-table/contingency-table.js";
|
|
|
44
46
|
import "../common/contingency-table/columns-definitions.js";
|
|
45
47
|
import "@hookform/resolvers/yup";
|
|
46
48
|
import "../../../components/composite/filter/HeaderFilterForm.js";
|
|
47
|
-
import { useDynamicSimulationParametersForm,
|
|
49
|
+
import { useDynamicSimulationParametersForm, toParamsEnriched, toFormValues } from "./use-dynamic-simulation-parameters-form.js";
|
|
48
50
|
import { DynamicSimulationForm } from "./dynamic-simulation-parameters-form.js";
|
|
49
51
|
import useDefaultParams from "./hook/use-default-params.js";
|
|
50
52
|
function DynamicSimulationInline({
|
|
@@ -82,7 +84,7 @@ function DynamicSimulationInline({
|
|
|
82
84
|
}, [resetParameters]);
|
|
83
85
|
const onSubmit = useCallback(
|
|
84
86
|
(formData) => {
|
|
85
|
-
updateParameters(
|
|
87
|
+
updateParameters(toParamsEnriched(formData, getDefaultParams()));
|
|
86
88
|
},
|
|
87
89
|
[updateParameters, getDefaultParams]
|
|
88
90
|
);
|
|
@@ -139,7 +141,7 @@ function DynamicSimulationInline({
|
|
|
139
141
|
open: openCreateParameterDialog,
|
|
140
142
|
onClose: () => setOpenCreateParameterDialog(false),
|
|
141
143
|
parameterValues: getValues,
|
|
142
|
-
parameterFormatter: (formData) =>
|
|
144
|
+
parameterFormatter: (formData) => mapDynamicSimulationParameters(toParamsEnriched(formData, getDefaultParams())),
|
|
143
145
|
parameterType: ElementType.DYNAMIC_SIMULATION_PARAMETERS
|
|
144
146
|
}
|
|
145
147
|
),
|
|
@@ -11,5 +11,5 @@ type DynamicSimulationFormProps = {
|
|
|
11
11
|
countriesFetcher?: () => Promise<string[]>;
|
|
12
12
|
evaluateFilterFetcher?: (filter: ExpertFilter) => Promise<IdentifiableAttributes[]>;
|
|
13
13
|
};
|
|
14
|
-
export declare function DynamicSimulationForm({ dynamicSimulationMethods, renderTitleFields, renderActions, voltageLevelsFetcher, countriesFetcher, evaluateFilterFetcher, }: Readonly<DynamicSimulationFormProps>): import("react
|
|
14
|
+
export declare function DynamicSimulationForm({ dynamicSimulationMethods, renderTitleFields, renderActions, voltageLevelsFetcher, countriesFetcher, evaluateFilterFetcher, }: Readonly<DynamicSimulationFormProps>): import("react").JSX.Element;
|
|
15
15
|
export {};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsxs, Fragment, jsx } from "react/jsx-runtime";
|
|
2
2
|
import { Grid, Tabs, Tab, LinearProgress } from "@mui/material";
|
|
3
3
|
import { FormattedMessage } from "react-intl";
|
|
4
|
-
import { TabPanel } from "../common/parameters.js";
|
|
5
|
-
import "react";
|
|
6
4
|
import "../../../utils/conversionUtils.js";
|
|
7
5
|
import "../../../utils/types/equipmentType.js";
|
|
8
6
|
import "@mui/icons-material";
|
|
9
7
|
import { mergeSx } from "../../../utils/styles.js";
|
|
8
|
+
import { TabPanel } from "../common/parameters.js";
|
|
9
|
+
import "react";
|
|
10
10
|
import "localized-countries";
|
|
11
11
|
import "localized-countries/data/fr";
|
|
12
12
|
import "localized-countries/data/en";
|
|
@@ -27,6 +27,7 @@ import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
|
|
|
27
27
|
import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
28
28
|
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
29
29
|
import "../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
30
|
+
import "../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
30
31
|
import "../../../components/ui/snackbarProvider/SnackbarProvider.js";
|
|
31
32
|
import "mui-nested-menu";
|
|
32
33
|
import "react-resizable-panels";
|
|
@@ -6,10 +6,13 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import * as yup from 'yup';
|
|
8
8
|
export declare const mappingFormSchema: yup.ObjectSchema<{
|
|
9
|
-
mapping:
|
|
9
|
+
mapping: {
|
|
10
|
+
id: string;
|
|
11
|
+
name: string;
|
|
12
|
+
}[] | undefined;
|
|
10
13
|
}, yup.AnyObject, {
|
|
11
|
-
mapping:
|
|
14
|
+
mapping: "";
|
|
12
15
|
}, "">;
|
|
13
16
|
export declare const mappingEmptyFormData: {
|
|
14
|
-
mapping:
|
|
17
|
+
mapping: never[];
|
|
15
18
|
};
|
|
@@ -1,10 +1,48 @@
|
|
|
1
1
|
import * as yup from "yup";
|
|
2
2
|
import { MAPPING } from "./mapping-parameters-constants.js";
|
|
3
|
+
import { NAME, ID } from "../../common/parameter-table-field/constants.js";
|
|
4
|
+
import "react/jsx-runtime";
|
|
5
|
+
import "@mui/material";
|
|
6
|
+
import "react-intl";
|
|
7
|
+
import "react-hook-form";
|
|
8
|
+
import "@mui/icons-material";
|
|
9
|
+
import "react";
|
|
10
|
+
import "react-dom";
|
|
11
|
+
import "@hello-pangea/dnd";
|
|
12
|
+
import "../../../../components/ui/overflowableText/OverflowableText.js";
|
|
13
|
+
import { YUP_REQUIRED } from "../../../../utils/constants/translationKeys.js";
|
|
14
|
+
import "../../../../utils/conversionUtils.js";
|
|
15
|
+
import "../../../../utils/types/equipmentType.js";
|
|
16
|
+
import "localized-countries";
|
|
17
|
+
import "localized-countries/data/fr";
|
|
18
|
+
import "localized-countries/data/en";
|
|
19
|
+
import "notistack";
|
|
20
|
+
import "../../../../components/ui/reactHookForm/provider/CustomFormProvider.js";
|
|
21
|
+
import "../../../../components/ui/treeViewFinder/TreeViewFinder.js";
|
|
22
|
+
import "../../../../components/ui/reactHookForm/numbers/RangeInput.js";
|
|
23
|
+
import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
|
|
24
|
+
import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
|
|
25
|
+
import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
|
|
26
|
+
import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
27
|
+
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
28
|
+
import "../../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
29
|
+
import "../../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
30
|
+
import "../../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
31
|
+
import "../../../../components/ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
32
|
+
import "../../../../components/ui/snackbarProvider/SnackbarProvider.js";
|
|
33
|
+
import "mui-nested-menu";
|
|
34
|
+
import "react-resizable-panels";
|
|
35
|
+
import "react-papaparse";
|
|
3
36
|
const mappingFormSchema = yup.object().shape({
|
|
4
|
-
[MAPPING]: yup.
|
|
37
|
+
[MAPPING]: yup.array().of(
|
|
38
|
+
yup.object().shape({
|
|
39
|
+
[ID]: yup.string().required(),
|
|
40
|
+
[NAME]: yup.string().required()
|
|
41
|
+
}).required()
|
|
42
|
+
).min(1, YUP_REQUIRED)
|
|
5
43
|
});
|
|
6
44
|
const mappingEmptyFormData = {
|
|
7
|
-
[MAPPING]:
|
|
45
|
+
[MAPPING]: []
|
|
8
46
|
};
|
|
9
47
|
export {
|
|
10
48
|
mappingEmptyFormData,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
interface MappingParametersProps {
|
|
2
2
|
path: string;
|
|
3
3
|
}
|
|
4
|
-
export declare function MappingParameters({ path }: Readonly<MappingParametersProps>): import("react
|
|
4
|
+
export declare function MappingParameters({ path }: Readonly<MappingParametersProps>): import("react").JSX.Element;
|
|
5
5
|
export {};
|
|
@@ -1,50 +1,53 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import { Grid } from "@mui/material";
|
|
3
|
-
import { useState, useEffect, useMemo } from "react";
|
|
4
|
-
import { ParameterType } from "../../../../utils/types/parameters.type.js";
|
|
5
|
-
import ParameterField from "../../common/parameter-field.js";
|
|
6
3
|
import { MAPPING } from "./mapping-parameters-constants.js";
|
|
7
4
|
import "../../../../utils/conversionUtils.js";
|
|
8
|
-
import {
|
|
5
|
+
import { ElementType } from "../../../../utils/types/elementType.js";
|
|
9
6
|
import "../../../../utils/types/equipmentType.js";
|
|
10
7
|
import "@mui/icons-material";
|
|
11
|
-
import { getDynamicMappings } from "../../../../services/dynamic-mapping.js";
|
|
12
8
|
import "react-intl";
|
|
9
|
+
import "react";
|
|
13
10
|
import "localized-countries";
|
|
14
11
|
import "localized-countries/data/fr";
|
|
15
12
|
import "localized-countries/data/en";
|
|
16
|
-
import
|
|
13
|
+
import "notistack";
|
|
14
|
+
import "react-hook-form";
|
|
15
|
+
import "../../../../components/ui/reactHookForm/provider/CustomFormProvider.js";
|
|
16
|
+
import "../../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
17
|
+
import "../../../../components/ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
18
|
+
import "../../../../components/ui/treeViewFinder/TreeViewFinder.js";
|
|
19
|
+
import "@hello-pangea/dnd";
|
|
20
|
+
import "../../../../components/ui/overflowableText/OverflowableText.js";
|
|
21
|
+
import "yup";
|
|
22
|
+
import "../../../../components/ui/reactHookForm/numbers/RangeInput.js";
|
|
23
|
+
import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
|
|
24
|
+
import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
|
|
25
|
+
import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
|
|
26
|
+
import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
27
|
+
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
28
|
+
import "../../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
29
|
+
import "../../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
30
|
+
import "../../../../components/ui/snackbarProvider/SnackbarProvider.js";
|
|
31
|
+
import "mui-nested-menu";
|
|
32
|
+
import "react-resizable-panels";
|
|
33
|
+
import "react-papaparse";
|
|
34
|
+
import { ParameterLineDirectoryItemsInput } from "../../common/widget/parameter-line-directory-items-input.js";
|
|
35
|
+
import "../../common/widget/parameter-line-slider.js";
|
|
36
|
+
import "../../common/limitreductions/columns-definitions.js";
|
|
37
|
+
import "../../common/contingency-table/contingency-table.js";
|
|
38
|
+
import "../../common/contingency-table/columns-definitions.js";
|
|
39
|
+
import "@hookform/resolvers/yup";
|
|
40
|
+
import "../../../../components/composite/filter/HeaderFilterForm.js";
|
|
17
41
|
function MappingParameters({ path }) {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
});
|
|
28
|
-
}, [setMappings, snackError]);
|
|
29
|
-
const mappingOptions = useMemo(() => {
|
|
30
|
-
return mappings?.map((elem) => elem.name) ?? [];
|
|
31
|
-
}, [mappings]);
|
|
32
|
-
const params = useMemo(
|
|
33
|
-
() => [
|
|
34
|
-
{
|
|
35
|
-
name: MAPPING,
|
|
36
|
-
type: ParameterType.STRING,
|
|
37
|
-
label: "DynamicSimulationMapping",
|
|
38
|
-
possibleValues: mappingOptions,
|
|
39
|
-
sx: { width: "100%" }
|
|
40
|
-
}
|
|
41
|
-
],
|
|
42
|
-
[mappingOptions]
|
|
43
|
-
);
|
|
44
|
-
return /* @__PURE__ */ jsx(Grid, { container: true, children: params.map((param) => {
|
|
45
|
-
const { name, type, ...otherParams } = param;
|
|
46
|
-
return /* @__PURE__ */ jsx(ParameterField, { id: path, name: param.name, type: param.type, ...otherParams }, param.name);
|
|
47
|
-
}) });
|
|
42
|
+
return /* @__PURE__ */ jsx(Grid, { container: true, children: /* @__PURE__ */ jsx(
|
|
43
|
+
ParameterLineDirectoryItemsInput,
|
|
44
|
+
{
|
|
45
|
+
name: `${path}.${MAPPING}`,
|
|
46
|
+
elementType: ElementType.DYNAMIC_MAPPING,
|
|
47
|
+
label: "DynamicSimulationMapping",
|
|
48
|
+
allowMultiSelect: false
|
|
49
|
+
}
|
|
50
|
+
) });
|
|
48
51
|
}
|
|
49
52
|
export {
|
|
50
53
|
MappingParameters
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
interface SolverParametersProps {
|
|
2
2
|
path: string;
|
|
3
3
|
}
|
|
4
|
-
export declare function SolverParameters({ path }: Readonly<SolverParametersProps>): import("react
|
|
4
|
+
export declare function SolverParameters({ path }: Readonly<SolverParametersProps>): import("react").JSX.Element;
|
|
5
5
|
export {};
|
package/dist/features/parameters/dynamic-simulation/use-dynamic-simulation-parameters-form.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { FieldValues } from 'react-hook-form';
|
|
2
2
|
import { UseComputationParametersFormReturn } from '../common/utils';
|
|
3
|
-
import { DynamicSimulationParametersInfos } from '../../../utils/types/dynamic-simulation.type';
|
|
4
|
-
export declare const toFormValues: (_params:
|
|
5
|
-
export declare const
|
|
3
|
+
import { DynamicSimulationParametersEnriched, DynamicSimulationParametersInfos } from '../../../utils/types/dynamic-simulation.type';
|
|
4
|
+
export declare const toFormValues: (_params: DynamicSimulationParametersEnriched) => FieldValues;
|
|
5
|
+
export declare const toParamsEnriched: (_formData: FieldValues, defaultParams: DynamicSimulationParametersEnriched | null) => DynamicSimulationParametersEnriched;
|
|
6
6
|
type UseDynamicSimulationParametersFormProps = {
|
|
7
7
|
providers: Record<string, string>;
|
|
8
8
|
params: DynamicSimulationParametersInfos | null;
|
package/dist/features/parameters/dynamic-simulation/use-dynamic-simulation-parameters-form.js
CHANGED
|
@@ -17,26 +17,27 @@ import { Solver } from "./solver/solver-parameters-constants.js";
|
|
|
17
17
|
import "./solver/solver-parameters.js";
|
|
18
18
|
import { MAPPING } from "./mapping/mapping-parameters-constants.js";
|
|
19
19
|
import "@mui/material";
|
|
20
|
-
import "react";
|
|
21
20
|
import "react-intl";
|
|
22
|
-
import "
|
|
23
|
-
import "react-hook-form";
|
|
21
|
+
import "react";
|
|
24
22
|
import "localized-countries";
|
|
25
23
|
import "localized-countries/data/fr";
|
|
26
24
|
import "localized-countries/data/en";
|
|
27
25
|
import "notistack";
|
|
26
|
+
import "react-hook-form";
|
|
28
27
|
import "../../../components/ui/reactHookForm/provider/CustomFormProvider.js";
|
|
28
|
+
import "../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
29
|
+
import "../../../components/ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
29
30
|
import "../../../components/ui/treeViewFinder/TreeViewFinder.js";
|
|
31
|
+
import "@hello-pangea/dnd";
|
|
32
|
+
import "../../../components/ui/overflowableText/OverflowableText.js";
|
|
30
33
|
import "../../../components/ui/reactHookForm/numbers/RangeInput.js";
|
|
31
34
|
import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
|
|
32
35
|
import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
|
|
33
36
|
import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
|
|
34
37
|
import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
35
38
|
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
36
|
-
import "../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
37
39
|
import "../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
38
|
-
import "
|
|
39
|
-
import "../../../components/ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
40
|
+
import "../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
40
41
|
import "../../../components/ui/snackbarProvider/SnackbarProvider.js";
|
|
41
42
|
import "mui-nested-menu";
|
|
42
43
|
import "react-resizable-panels";
|
|
@@ -76,7 +77,7 @@ const toFormValues = (_params) => ({
|
|
|
76
77
|
[Solver.SOLVERS]: _params.solvers
|
|
77
78
|
},
|
|
78
79
|
[TabValues.TAB_MAPPING]: {
|
|
79
|
-
[MAPPING]: _params.mapping
|
|
80
|
+
[MAPPING]: _params.mapping ? [_params.mapping] : []
|
|
80
81
|
},
|
|
81
82
|
[TabValues.TAB_NETWORK]: {
|
|
82
83
|
..._params.network
|
|
@@ -85,7 +86,7 @@ const toFormValues = (_params) => ({
|
|
|
85
86
|
[Curve.CURVES]: _params.curves
|
|
86
87
|
}
|
|
87
88
|
});
|
|
88
|
-
const
|
|
89
|
+
const toParamsEnriched = (_formData, defaultParams) => ({
|
|
89
90
|
provider: _formData[PROVIDER],
|
|
90
91
|
startTime: _formData[TabValues.TAB_TIME_DELAY][TimeDelay.START_TIME],
|
|
91
92
|
stopTime: _formData[TabValues.TAB_TIME_DELAY][TimeDelay.STOP_TIME],
|
|
@@ -98,7 +99,7 @@ const toParamsInfos = (_formData, defaultParams) => ({
|
|
|
98
99
|
],
|
|
99
100
|
[]
|
|
100
101
|
),
|
|
101
|
-
mapping: _formData[TabValues.TAB_MAPPING][MAPPING],
|
|
102
|
+
mapping: _formData[TabValues.TAB_MAPPING][MAPPING]?.[0],
|
|
102
103
|
network: _formData[TabValues.TAB_NETWORK],
|
|
103
104
|
curves: _formData[TabValues.TAB_CURVE][Curve.CURVES]
|
|
104
105
|
});
|
|
@@ -112,6 +113,6 @@ function useDynamicSimulationParametersForm(props) {
|
|
|
112
113
|
}
|
|
113
114
|
export {
|
|
114
115
|
toFormValues,
|
|
115
|
-
|
|
116
|
+
toParamsEnriched,
|
|
116
117
|
useDynamicSimulationParametersForm
|
|
117
118
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { formatComputingTypeLabel, isValidComputingType } from "./common/computing-type.js";
|
|
2
2
|
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 "./common/constants.js";
|
|
3
3
|
import { LineSeparator } from "./common/line-separator.js";
|
|
4
4
|
import { LabelledButton, SwitchWithLabel, TabPanel } from "./common/parameters.js";
|
|
@@ -69,7 +69,6 @@ export {
|
|
|
69
69
|
CONTINGENCY_LISTS_INFOS,
|
|
70
70
|
COUNTRIES_TO_BALANCE,
|
|
71
71
|
CUSTOM_REAL_TIME_STATE_ESTIMATION,
|
|
72
|
-
ComputingType,
|
|
73
72
|
ContingencyTable,
|
|
74
73
|
CreateParameterDialog,
|
|
75
74
|
CustomVoltageLevelTable,
|
|
@@ -3,6 +3,6 @@ interface LoadFlowGeneralParametersProps {
|
|
|
3
3
|
provider: string;
|
|
4
4
|
specificParams: SpecificParameterInfos[];
|
|
5
5
|
}
|
|
6
|
-
declare function LoadFlowGeneralParameters({ provider, specificParams }: Readonly<LoadFlowGeneralParametersProps>): import("react
|
|
6
|
+
declare function LoadFlowGeneralParameters({ provider, specificParams }: Readonly<LoadFlowGeneralParametersProps>): import("react").JSX.Element;
|
|
7
7
|
declare const _default: import('react').MemoExoticComponent<typeof LoadFlowGeneralParameters>;
|
|
8
8
|
export default _default;
|
|
@@ -26,6 +26,7 @@ import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
|
26
26
|
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
27
27
|
import "../../../components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
28
28
|
import "../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
29
|
+
import "../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
29
30
|
import "@hello-pangea/dnd";
|
|
30
31
|
import "../../../components/ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
31
32
|
import "../../../components/ui/snackbarProvider/SnackbarProvider.js";
|
|
@@ -9,5 +9,5 @@ type LoadFlowParametersContentProps = {
|
|
|
9
9
|
params: LoadFlowParametersInfos | null;
|
|
10
10
|
defaultLimitReductions: ILimitReductionsByVoltageLevel[];
|
|
11
11
|
};
|
|
12
|
-
declare function LoadFlowParametersContent({ selectedTab, currentProvider, specificParameters, params, defaultLimitReductions, }: Readonly<LoadFlowParametersContentProps>): import("react
|
|
12
|
+
declare function LoadFlowParametersContent({ selectedTab, currentProvider, specificParameters, params, defaultLimitReductions, }: Readonly<LoadFlowParametersContentProps>): import("react").JSX.Element;
|
|
13
13
|
export default LoadFlowParametersContent;
|
|
@@ -2,12 +2,12 @@ import { jsx, jsxs } from "react/jsx-runtime";
|
|
|
2
2
|
import { Box, Grid } from "@mui/material";
|
|
3
3
|
import { TabValues } from "./load-flow-parameters-utils.js";
|
|
4
4
|
import LoadFlowGeneralParameters from "./load-flow-general-parameters.js";
|
|
5
|
-
import { TabPanel } from "../common/parameters.js";
|
|
6
|
-
import "react";
|
|
7
|
-
import "react-intl";
|
|
8
5
|
import "../../../utils/conversionUtils.js";
|
|
9
6
|
import "../../../utils/types/equipmentType.js";
|
|
10
7
|
import "@mui/icons-material";
|
|
8
|
+
import { TabPanel } from "../common/parameters.js";
|
|
9
|
+
import "react";
|
|
10
|
+
import "react-intl";
|
|
11
11
|
import "localized-countries";
|
|
12
12
|
import "localized-countries/data/fr";
|
|
13
13
|
import "localized-countries/data/en";
|
|
@@ -28,6 +28,7 @@ import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
|
|
|
28
28
|
import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
29
29
|
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
30
30
|
import "../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
31
|
+
import "../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
31
32
|
import "../../../components/ui/snackbarProvider/SnackbarProvider.js";
|
|
32
33
|
import "mui-nested-menu";
|
|
33
34
|
import "react-resizable-panels";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { ParametersEditionDialogProps } from '../common';
|
|
2
|
-
export declare function LoadFlowParametersEditionDialog({ id, open, onClose, titleId, name, description, activeDirectory, userProfile, language, isDeveloperMode, }: Readonly<ParametersEditionDialogProps>): import("react
|
|
2
|
+
export declare function LoadFlowParametersEditionDialog({ id, open, onClose, titleId, name, description, activeDirectory, userProfile, language, isDeveloperMode, }: Readonly<ParametersEditionDialogProps>): import("react").JSX.Element;
|
|
@@ -5,6 +5,7 @@ import "../../../components/ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
|
5
5
|
import "../../../utils/conversionUtils.js";
|
|
6
6
|
import { ElementType } from "../../../utils/types/elementType.js";
|
|
7
7
|
import "../../../utils/types/equipmentType.js";
|
|
8
|
+
import { ComputingType } from "../../../utils/types/computing-type.js";
|
|
8
9
|
import { LANG_ENGLISH } from "../../../utils/langs.js";
|
|
9
10
|
import "@mui/icons-material";
|
|
10
11
|
import { getLoadFlowDefaultLimitReductions, getLoadFlowProviders, fetchLoadFlowParameters, setLoadFlowParameters, getLoadFlowSpecificParametersDescription } from "../../../services/loadflow.js";
|
|
@@ -20,9 +21,12 @@ import "notistack";
|
|
|
20
21
|
import { useParametersBackend, OptionalServicesStatus } from "../../../hooks/use-parameters-backend.js";
|
|
21
22
|
import "@hello-pangea/dnd";
|
|
22
23
|
import "../../../components/ui/overflowableText/OverflowableText.js";
|
|
23
|
-
import {
|
|
24
|
-
import "
|
|
24
|
+
import { LoadFlowProvider } from "./load-flow-parameters-provider.js";
|
|
25
|
+
import { useLoadFlowParametersForm } from "./use-load-flow-parameters-form.js";
|
|
26
|
+
import { LoadFlowParametersForm } from "./load-flow-parameters-form.js";
|
|
27
|
+
import { NameElementEditorForm } from "../common/name-element-editor/name-element-editor-form.js";
|
|
25
28
|
import "yup";
|
|
29
|
+
import "../../../components/ui/reactHookForm/provider/CustomFormProvider.js";
|
|
26
30
|
import "../../../components/ui/reactHookForm/numbers/RangeInput.js";
|
|
27
31
|
import "@material-symbols/svg-400/outlined/left_panel_open.svg?react";
|
|
28
32
|
import "@material-symbols/svg-400/outlined/arrows_output.svg?react";
|
|
@@ -30,19 +34,11 @@ import "@material-symbols/svg-400/outlined/arrows_input.svg?react";
|
|
|
30
34
|
import "@material-symbols/svg-400/outlined/left_panel_close.svg?react";
|
|
31
35
|
import "@material-symbols/svg-400/outlined/add_notes.svg?react";
|
|
32
36
|
import "../../../components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
37
|
+
import "../../../components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
33
38
|
import "../../../components/ui/snackbarProvider/SnackbarProvider.js";
|
|
34
39
|
import "mui-nested-menu";
|
|
35
40
|
import "react-resizable-panels";
|
|
36
41
|
import "react-papaparse";
|
|
37
|
-
import "../common/widget/parameter-line-slider.js";
|
|
38
|
-
import "../common/limitreductions/columns-definitions.js";
|
|
39
|
-
import "../common/contingency-table/contingency-table.js";
|
|
40
|
-
import "../common/contingency-table/columns-definitions.js";
|
|
41
|
-
import "@hookform/resolvers/yup";
|
|
42
|
-
import { NameElementEditorForm } from "../common/name-element-editor/name-element-editor-form.js";
|
|
43
|
-
import { LoadFlowProvider } from "./load-flow-parameters-provider.js";
|
|
44
|
-
import { useLoadFlowParametersForm } from "./use-load-flow-parameters-form.js";
|
|
45
|
-
import { LoadFlowParametersForm } from "./load-flow-parameters-form.js";
|
|
46
42
|
function LoadFlowParametersEditionDialog({
|
|
47
43
|
id,
|
|
48
44
|
open,
|
|
@@ -7,5 +7,5 @@ interface LoadFlowParametersFormProps {
|
|
|
7
7
|
renderTitleFields?: () => ReactNode;
|
|
8
8
|
renderActions?: () => ReactNode;
|
|
9
9
|
}
|
|
10
|
-
export declare function LoadFlowParametersForm({ loadflowMethods, language, renderTitleFields, renderActions, }: Readonly<LoadFlowParametersFormProps>): import("react
|
|
10
|
+
export declare function LoadFlowParametersForm({ loadflowMethods, language, renderTitleFields, renderActions, }: Readonly<LoadFlowParametersFormProps>): import("react").JSX.Element;
|
|
11
11
|
export {};
|