@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
package/dist/index.js
CHANGED
|
@@ -42,10 +42,12 @@ import { SubmitButton } from "./components/ui/reactHookForm/utils/SubmitButton.j
|
|
|
42
42
|
import { TextFieldWithAdornment } from "./components/ui/reactHookForm/utils/TextFieldWithAdornment.js";
|
|
43
43
|
import { genHelperError, gridItem, identity, isFieldRequired, toFloatOrNullValue } from "./components/ui/reactHookForm/utils/functions.js";
|
|
44
44
|
import { HelperPreviousValue } from "./components/ui/reactHookForm/utils/HelperPreviousValue.js";
|
|
45
|
-
import { DESCRIPTION, NAME } from "./components/ui/reactHookForm/constants.js";
|
|
45
|
+
import { DESCRIPTION, DIRECTORY_ITEM, DIRECTORY_ITEM_FULL_PATH, DIRECTORY_ITEM_ID, NAME } from "./components/ui/reactHookForm/constants.js";
|
|
46
46
|
import { ExpandableInput } from "./components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
47
47
|
import { CountrySelectionInput } from "./components/ui/reactHookForm/CountrySelectionInput.js";
|
|
48
48
|
import { CheckboxNullableInput } from "./components/ui/reactHookForm/CheckboxNullableInput.js";
|
|
49
|
+
import { directoryItemSchema, getAbsenceLabelKeyFromType } from "./components/ui/reactHookForm/directory-item-input/directory-item-utils.js";
|
|
50
|
+
import { DirectoryItemInput } from "./components/ui/reactHookForm/directory-item-input/directory-item-input.js";
|
|
49
51
|
import { CheckBoxList } from "./components/ui/checkBoxList/CheckBoxList.js";
|
|
50
52
|
import { SelectClearable } from "./components/ui/inputs/SelectClearable.js";
|
|
51
53
|
import { ActivableChip } from "./components/ui/inputs/ActivableChip.js";
|
|
@@ -126,8 +128,33 @@ import { CUSTOM_AGGRID_THEME, styles } from "./components/composite/customAGGrid
|
|
|
126
128
|
import { CustomAGGrid } from "./components/composite/customAGGrid/customAggrid.js";
|
|
127
129
|
import { SeparatorCellRenderer } from "./components/composite/customAGGrid/separatorCellRenderer.js";
|
|
128
130
|
import { BooleanCellRenderer, BooleanNullableCellRenderer, ContingencyCellRenderer, DefaultCellRenderer, ErrorCellRenderer, MessageLogCellRenderer, NetworkModificationNameCellRenderer, NumericCellRenderer } from "./components/composite/customAGGrid/cell-renderers.js";
|
|
131
|
+
import { CustomAggridFilterContext, CustomAggridSortContext, useCustomAggridFilterContext, useCustomAggridSortContext } from "./components/composite/customAGGrid/context/custom-aggrid-context.js";
|
|
132
|
+
import { useCustomAggridSort } from "./components/composite/customAGGrid/hooks/use-custom-aggrid-sort.js";
|
|
133
|
+
import { CustomAggridAutocompleteFilter } from "./components/composite/customAGGrid/custom-aggrid-filters/custom-aggrid-autocomplete-filter.js";
|
|
134
|
+
import { CustomAggridComparatorFilter } from "./components/composite/customAGGrid/custom-aggrid-filters/custom-aggrid-comparator-filter.js";
|
|
135
|
+
import { CustomAggridComparatorSelector } from "./components/composite/customAGGrid/custom-aggrid-filters/custom-aggrid-comparator-selector.js";
|
|
136
|
+
import { CustomAggridFilter } from "./components/composite/customAGGrid/custom-aggrid-filters/custom-aggrid-filter.js";
|
|
137
|
+
import { CustomAggridTextFilter } from "./components/composite/customAGGrid/custom-aggrid-filters/custom-aggrid-text-filter.js";
|
|
138
|
+
import { CustomFilterIcon } from "./components/composite/customAGGrid/custom-aggrid-filters/custom-filter-icon.js";
|
|
139
|
+
import { useCustomAggridColumnFilter } from "./components/composite/customAGGrid/custom-aggrid-filters/hooks/use-custom-aggrid-column-filter.js";
|
|
140
|
+
import { useCustomAggridComparatorFilter } from "./components/composite/customAGGrid/custom-aggrid-filters/hooks/use-custom-aggrid-comparator-filter.js";
|
|
141
|
+
import { addToleranceToFilter, computeTolerance } from "./components/composite/customAGGrid/custom-aggrid-filters/utils/filter-tolerance-utils.js";
|
|
142
|
+
import { ColumnTypes, FilterDataTypes, FilterNumberComparators, FilterTextComparators, SortWay, TableType, UndisplayedFilterNumberComparators } from "./components/composite/customAGGrid/custom-aggrid-types.js";
|
|
143
|
+
import { CustomHeaderComponent } from "./components/composite/customAGGrid/custom-aggrid-header.js";
|
|
144
|
+
import { CustomMenu } from "./components/composite/customAGGrid/custom-aggrid-menu.js";
|
|
145
|
+
import { CustomAggridSort } from "./components/composite/customAGGrid/custom-aggrid-sort.js";
|
|
146
|
+
import { DisplayRounding } from "./components/composite/customAGGrid/display-rounding.js";
|
|
147
|
+
import { makeAgGridCustomHeaderColumn } from "./components/composite/customAGGrid/utils/custom-aggrid-header-utils.js";
|
|
148
|
+
import { ReportViewer } from "./components/composite/report/report-viewer/report-viewer.js";
|
|
149
|
+
import { ReportFetcherContext, ReportFilterContext, useReportFetcherContext, useReportFilterContext } from "./components/composite/report/report-viewer/context/report-viewer-context.js";
|
|
150
|
+
import { default as default3 } from "./components/composite/report/report-viewer/log-table/log-table.js";
|
|
151
|
+
import { REPORT_SEVERITY, getContainerDefaultSeverityList, getDefaultSeverityFilter, sortSeverityList } from "./components/composite/report/report-severity.js";
|
|
152
|
+
import { mapReportLogs } from "./components/composite/report/report-log.mapper.js";
|
|
153
|
+
import { ReportType } from "./components/composite/report/report.type.js";
|
|
154
|
+
import { GLOBAL_REPORT_NODE_LABEL, NETWORK_MODIFICATION } from "./components/composite/report/report.constant.js";
|
|
155
|
+
import { QuickSearch } from "./components/composite/report/QuickSearch.js";
|
|
129
156
|
import { AuthenticationRouter } from "./features/authentication/AuthenticationRouter.js";
|
|
130
|
-
import { default as
|
|
157
|
+
import { default as default4 } from "./features/authentication/AuthenticationRouterErrorDisplay.js";
|
|
131
158
|
import { Login } from "./features/authentication/Login.js";
|
|
132
159
|
import { Logout } from "./features/authentication/Logout.js";
|
|
133
160
|
import { SignInCallbackHandler } from "./features/authentication/SignInCallbackHandler.js";
|
|
@@ -146,7 +173,7 @@ import { AboutDialog } from "./features/topBar/AboutDialog.js";
|
|
|
146
173
|
import { GridLogo, LogoText } from "./features/topBar/GridLogo.js";
|
|
147
174
|
import { DevModeBanner } from "./features/topBar/DevModeBanner.js";
|
|
148
175
|
import { TopBar } from "./features/topBar/TopBar.js";
|
|
149
|
-
import {
|
|
176
|
+
import { formatComputingTypeLabel, isValidComputingType } from "./features/parameters/common/computing-type.js";
|
|
150
177
|
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 "./features/parameters/common/constants.js";
|
|
151
178
|
import { LineSeparator } from "./features/parameters/common/line-separator.js";
|
|
152
179
|
import { LabelledButton, SwitchWithLabel, TabPanel } from "./features/parameters/common/parameters.js";
|
|
@@ -267,13 +294,14 @@ import { AnnouncementSeverity, ArrayAction } from "./utils/types/types.js";
|
|
|
267
294
|
import { MODIFICATION_TYPES, ModificationType } from "./utils/types/modificationType.js";
|
|
268
295
|
import { FieldType } from "./utils/types/fieldType.js";
|
|
269
296
|
import { ParameterType } from "./utils/types/parameters.type.js";
|
|
270
|
-
import { SolverType } from "./utils/types/dynamic-simulation.type.js";
|
|
297
|
+
import { SolverType, mapDynamicSimulationParameters } from "./utils/types/dynamic-simulation.type.js";
|
|
271
298
|
import { mapSecurityAnalysisParameters } from "./utils/types/security-analysis.type.js";
|
|
272
299
|
import { DistributionType, SensitivityType, mapSensitivityAnalysisParameters } from "./utils/types/sensitivity-analysis.type.js";
|
|
273
300
|
import { CalculationType, LoadModelsRule } from "./utils/types/dynamic-margin-calculation.type.js";
|
|
274
301
|
import { OperationType } from "./utils/types/network-modification-types.js";
|
|
275
302
|
import { mapPccMinParameters } from "./utils/types/pcc-min.type.js";
|
|
276
|
-
import {
|
|
303
|
+
import { ComputingType } from "./utils/types/computing-type.js";
|
|
304
|
+
import { areIdsEqual, getIdOrSelf, getIdOrValue, getLabelOrValue, getObjectId, isNonEmptyStringOrArray, notNull, notUndefined, parseIntData, removeNullFields, richTypeEquals, sanitizeString } from "./utils/ts-utils.js";
|
|
277
305
|
import { toNumber, validateValueIsANumber } from "./utils/validation-functions.js";
|
|
278
306
|
import { NO_ITEM_SELECTION_FOR_COPY } from "./utils/directory-utils.js";
|
|
279
307
|
import { fetchAppsMetadata, fetchBaseVoltages, fetchDefaultCountry, fetchEnv, fetchFavoriteAndDefaultCountries, fetchStudyMetadata, isExploreMetadata, isStudyMetadata } from "./services/appsMetadata.js";
|
|
@@ -291,7 +319,7 @@ import { DEFAULT_TIMEOUT_MS, IGNORE_SIGNAL, backendFetch, backendFetchFile, back
|
|
|
291
319
|
import { getVoltageInitParameters, getVoltageInitUrl } from "./services/voltage-init.js";
|
|
292
320
|
import { fetchShortCircuitParameters, getShortCircuitSpecificParametersDescription, updateShortCircuitParameters } from "./services/short-circuit-analysis.js";
|
|
293
321
|
import { changeCompositeSubModificationOrder, changeNetworkModificationOrder, fetchBusBarSectionsForNewCoupler, fetchNetworkModification, getBaseNetworkModificationUrl, getNetworkModificationsFromComposite, getStudyUrlWithNodeUuid, setModificationMetadata, updateModification, updateModificationStatusByRootNetwork, updateNetworkModificationsMetadata } from "./services/networkModification.js";
|
|
294
|
-
import { fetchDynamicSimulationModels
|
|
322
|
+
import { fetchDynamicSimulationModels } from "./services/dynamic-mapping.js";
|
|
295
323
|
import { fetchDynamicSimulationParameters, fetchDynamicSimulationProviders, updateDynamicSimulationParameters } from "./services/dynamic-simulation.js";
|
|
296
324
|
import { fetchContingencyAndFiltersLists, fetchDynamicSecurityAnalysisProviders } from "./services/dynamic-security-analysis.js";
|
|
297
325
|
import { fetchDynamicMarginCalculationParameters, fetchDynamicMarginCalculationProviders, updateDynamicMarginCalculationParameters } from "./services/dynamic-margin-calculation.js";
|
|
@@ -465,7 +493,7 @@ export {
|
|
|
465
493
|
ArrowsOutputIcon,
|
|
466
494
|
DataType2 as AssignmentDataType,
|
|
467
495
|
AuthenticationRouter,
|
|
468
|
-
|
|
496
|
+
default4 as AuthenticationRouterErrorDisplay,
|
|
469
497
|
AutocompleteInput,
|
|
470
498
|
AutocompleteWithFavorites,
|
|
471
499
|
BALANCE_TYPE,
|
|
@@ -528,6 +556,7 @@ export {
|
|
|
528
556
|
CheckboxInput,
|
|
529
557
|
CheckboxNullableInput,
|
|
530
558
|
ChipItemsInput,
|
|
559
|
+
ColumnTypes,
|
|
531
560
|
CombinatorSelector,
|
|
532
561
|
CombinatorType,
|
|
533
562
|
ComputingType,
|
|
@@ -542,9 +571,20 @@ export {
|
|
|
542
571
|
CsvPicker,
|
|
543
572
|
CustomAGGrid,
|
|
544
573
|
CustomAgGridTable,
|
|
574
|
+
CustomAggridAutocompleteFilter,
|
|
575
|
+
CustomAggridComparatorFilter,
|
|
576
|
+
CustomAggridComparatorSelector,
|
|
577
|
+
CustomAggridFilter,
|
|
578
|
+
CustomAggridFilterContext,
|
|
579
|
+
CustomAggridSort,
|
|
580
|
+
CustomAggridSortContext,
|
|
581
|
+
CustomAggridTextFilter,
|
|
545
582
|
CustomError,
|
|
583
|
+
CustomFilterIcon,
|
|
546
584
|
CustomFormContext,
|
|
547
585
|
CustomFormProvider,
|
|
586
|
+
CustomHeaderComponent,
|
|
587
|
+
CustomMenu,
|
|
548
588
|
CustomMenuItem,
|
|
549
589
|
CustomMuiDialog,
|
|
550
590
|
CustomNestedMenuItem,
|
|
@@ -569,6 +609,9 @@ export {
|
|
|
569
609
|
DEPTH_CELL_WIDTH,
|
|
570
610
|
DESCRIPTION,
|
|
571
611
|
DIAGONAL_LABEL,
|
|
612
|
+
DIRECTORY_ITEM,
|
|
613
|
+
DIRECTORY_ITEM_FULL_PATH,
|
|
614
|
+
DIRECTORY_ITEM_ID,
|
|
572
615
|
DISTRIBUTED_SLACK,
|
|
573
616
|
DISTRIBUTION_KEY,
|
|
574
617
|
DROP_FORBIDDEN_INDICATOR_BOTTOM,
|
|
@@ -585,8 +628,10 @@ export {
|
|
|
585
628
|
DescriptionInput,
|
|
586
629
|
DescriptionModificationDialog,
|
|
587
630
|
DevModeBanner,
|
|
631
|
+
DirectoryItemInput,
|
|
588
632
|
DirectoryItemSelector,
|
|
589
633
|
DirectoryItemsInput,
|
|
634
|
+
DisplayRounding,
|
|
590
635
|
DistributionType,
|
|
591
636
|
DndColumnType,
|
|
592
637
|
DndTable,
|
|
@@ -646,7 +691,10 @@ export {
|
|
|
646
691
|
FieldLabel,
|
|
647
692
|
FieldType,
|
|
648
693
|
FilterCreationDialog,
|
|
694
|
+
FilterDataTypes,
|
|
649
695
|
FilterForm,
|
|
696
|
+
FilterNumberComparators,
|
|
697
|
+
FilterTextComparators,
|
|
650
698
|
FilterType,
|
|
651
699
|
FlatParameters,
|
|
652
700
|
FloatInput,
|
|
@@ -654,6 +702,7 @@ export {
|
|
|
654
702
|
GENERAL_APPLY_MODIFICATIONS,
|
|
655
703
|
GENERATORS_SELECTION_TYPE,
|
|
656
704
|
GENERATOR_TAB_FIELDS,
|
|
705
|
+
GLOBAL_REPORT_NODE_LABEL,
|
|
657
706
|
GRIDSUITE_DEFAULT_PRECISION,
|
|
658
707
|
Generator,
|
|
659
708
|
GeneratorCreationForm,
|
|
@@ -725,6 +774,7 @@ export {
|
|
|
725
774
|
LoadFlowParametersInline,
|
|
726
775
|
LoadForm,
|
|
727
776
|
LoadModelsRule,
|
|
777
|
+
default3 as LogTable,
|
|
728
778
|
Login,
|
|
729
779
|
LogoText,
|
|
730
780
|
Logout,
|
|
@@ -763,6 +813,7 @@ export {
|
|
|
763
813
|
NAD_POSITIONS_GENERATION_MODE,
|
|
764
814
|
NAD_POSITIONS_GENERATION_MODE_LABEL,
|
|
765
815
|
NAME,
|
|
816
|
+
NETWORK_MODIFICATION,
|
|
766
817
|
NODE_CLUSTER,
|
|
767
818
|
NODE_CLUSTER_FILTER_IDS,
|
|
768
819
|
NO_ITEM_SELECTION_FOR_COPY,
|
|
@@ -849,6 +900,7 @@ export {
|
|
|
849
900
|
PropertyForm,
|
|
850
901
|
PropertyValueEditor,
|
|
851
902
|
ProviderParam,
|
|
903
|
+
QuickSearch,
|
|
852
904
|
RATIO_REGULATION_MODE_OPTIONS,
|
|
853
905
|
RATIO_TAP_CHANGER_POSITION,
|
|
854
906
|
RATIO_TAP_CHANGER_TARGET_V,
|
|
@@ -858,6 +910,7 @@ export {
|
|
|
858
910
|
REGULATION_TYPES,
|
|
859
911
|
REGULATION_TYPE_OPTIONS,
|
|
860
912
|
REMOVE,
|
|
913
|
+
REPORT_SEVERITY,
|
|
861
914
|
RESET_AUTHENTICATION_ROUTER_ERROR,
|
|
862
915
|
RULES,
|
|
863
916
|
RadioInput,
|
|
@@ -871,6 +924,10 @@ export {
|
|
|
871
924
|
ReadOnlyInput,
|
|
872
925
|
RegulatingTerminalForm,
|
|
873
926
|
RemoveButton,
|
|
927
|
+
ReportFetcherContext,
|
|
928
|
+
ReportFilterContext,
|
|
929
|
+
ReportType,
|
|
930
|
+
ReportViewer,
|
|
874
931
|
ResizeHandle,
|
|
875
932
|
RootNetworkCellRenderer,
|
|
876
933
|
RootNetworkChipCell,
|
|
@@ -941,6 +998,7 @@ export {
|
|
|
941
998
|
SliderInput,
|
|
942
999
|
SnackbarProvider,
|
|
943
1000
|
SolverType,
|
|
1001
|
+
SortWay,
|
|
944
1002
|
SubmitButton,
|
|
945
1003
|
Substation,
|
|
946
1004
|
SubstationCreationForm,
|
|
@@ -961,6 +1019,7 @@ export {
|
|
|
961
1019
|
TabValues,
|
|
962
1020
|
TableNumericalInput,
|
|
963
1021
|
TableTextInput,
|
|
1022
|
+
TableType,
|
|
964
1023
|
TagRenderer,
|
|
965
1024
|
TextFieldWithAdornment,
|
|
966
1025
|
TextInput,
|
|
@@ -978,6 +1037,7 @@ export {
|
|
|
978
1037
|
USER_VALIDATION_ERROR,
|
|
979
1038
|
USE_REACTIVE_LIMITS,
|
|
980
1039
|
UnauthorizedAccessAlert,
|
|
1040
|
+
UndisplayedFilterNumberComparators,
|
|
981
1041
|
UniqueNameInput,
|
|
982
1042
|
UpdateSAProcessConfigDialog,
|
|
983
1043
|
UserManagerMock,
|
|
@@ -1011,6 +1071,7 @@ export {
|
|
|
1011
1071
|
YUP_NOT_TYPE_NUMBER,
|
|
1012
1072
|
YUP_POSITIVE,
|
|
1013
1073
|
YUP_REQUIRED,
|
|
1074
|
+
addToleranceToFilter,
|
|
1014
1075
|
alertThresholdMarks,
|
|
1015
1076
|
areArrayElementsUnique,
|
|
1016
1077
|
areIdsEqual,
|
|
@@ -1044,6 +1105,7 @@ export {
|
|
|
1044
1105
|
componentsFr,
|
|
1045
1106
|
computeSwitchedOnValue,
|
|
1046
1107
|
computeTagMinSize,
|
|
1108
|
+
computeTolerance,
|
|
1047
1109
|
convertInputValue,
|
|
1048
1110
|
convertOutputValue,
|
|
1049
1111
|
copyEquipmentPropertiesForCreation,
|
|
@@ -1068,6 +1130,7 @@ export {
|
|
|
1068
1130
|
csvFr,
|
|
1069
1131
|
descriptionEn,
|
|
1070
1132
|
descriptionFr,
|
|
1133
|
+
directoryItemSchema,
|
|
1071
1134
|
directoryItemsInputEn,
|
|
1072
1135
|
directoryItemsInputFr,
|
|
1073
1136
|
dispatchUser,
|
|
@@ -1169,6 +1232,7 @@ export {
|
|
|
1169
1232
|
generatorModificationEmptyFormData,
|
|
1170
1233
|
generatorModificationFormSchema,
|
|
1171
1234
|
generatorModificationFormToDto,
|
|
1235
|
+
getAbsenceLabelKeyFromType,
|
|
1172
1236
|
getActivePowerControlEmptyFormData,
|
|
1173
1237
|
getActivePowerControlSchema,
|
|
1174
1238
|
getActivePowerSetPointSchema,
|
|
@@ -1204,12 +1268,13 @@ export {
|
|
|
1204
1268
|
getConnectivityWithoutPositionEmptyFormData,
|
|
1205
1269
|
getConnectivityWithoutPositionValidationSchema,
|
|
1206
1270
|
getCont1Cont2WithPositionEmptyFormData,
|
|
1271
|
+
getContainerDefaultSeverityList,
|
|
1207
1272
|
getContingencyListsInfosFormSchema,
|
|
1208
1273
|
getCreateSwitchesEmptyFormData,
|
|
1209
1274
|
getCreateSwitchesValidationSchema,
|
|
1210
1275
|
getCsvDelimiter,
|
|
1211
1276
|
getDefaultRowData,
|
|
1212
|
-
|
|
1277
|
+
getDefaultSeverityFilter,
|
|
1213
1278
|
getEnergySourceLabel,
|
|
1214
1279
|
getEquipmentTypeShortLabel,
|
|
1215
1280
|
getEquipmentsInfosForSearchBar,
|
|
@@ -1316,6 +1381,7 @@ export {
|
|
|
1316
1381
|
isFloatNumber,
|
|
1317
1382
|
isInjection,
|
|
1318
1383
|
isIntegerNumber,
|
|
1384
|
+
isNonEmptyStringOrArray,
|
|
1319
1385
|
isObjectEmpty,
|
|
1320
1386
|
isProcessType,
|
|
1321
1387
|
isStudyMetadata,
|
|
@@ -1336,9 +1402,12 @@ export {
|
|
|
1336
1402
|
loginEn,
|
|
1337
1403
|
loginFr,
|
|
1338
1404
|
logout,
|
|
1405
|
+
makeAgGridCustomHeaderColumn,
|
|
1339
1406
|
makeComposeClasses,
|
|
1407
|
+
mapDynamicSimulationParameters,
|
|
1340
1408
|
mapNmKResultsCutOffPower,
|
|
1341
1409
|
mapPccMinParameters,
|
|
1410
|
+
mapReportLogs,
|
|
1342
1411
|
mapSecurityAnalysisParameters,
|
|
1343
1412
|
mapSensitivityAnalysisParameters,
|
|
1344
1413
|
mergeModificationAndEquipmentProperties,
|
|
@@ -1404,6 +1473,7 @@ export {
|
|
|
1404
1473
|
shuntCompensatorModificationFormSchema,
|
|
1405
1474
|
shuntCompensatorModificationFormToDto,
|
|
1406
1475
|
snackWithFallback,
|
|
1476
|
+
sortSeverityList,
|
|
1407
1477
|
standardTextField,
|
|
1408
1478
|
styles,
|
|
1409
1479
|
subscribeToUserState,
|
|
@@ -1457,6 +1527,11 @@ export {
|
|
|
1457
1527
|
useConfidentialityWarning,
|
|
1458
1528
|
useConvertValue,
|
|
1459
1529
|
useCsvExport,
|
|
1530
|
+
useCustomAggridColumnFilter,
|
|
1531
|
+
useCustomAggridComparatorFilter,
|
|
1532
|
+
useCustomAggridFilterContext,
|
|
1533
|
+
useCustomAggridSort,
|
|
1534
|
+
useCustomAggridSortContext,
|
|
1460
1535
|
useCustomFormContext,
|
|
1461
1536
|
useDebounce,
|
|
1462
1537
|
useElementSearch,
|
|
@@ -1474,6 +1549,8 @@ export {
|
|
|
1474
1549
|
useParametersForm,
|
|
1475
1550
|
usePredefinedProperties,
|
|
1476
1551
|
usePrevious,
|
|
1552
|
+
useReportFetcherContext,
|
|
1553
|
+
useReportFilterContext,
|
|
1477
1554
|
useSelectAppearance,
|
|
1478
1555
|
useSnackMessage,
|
|
1479
1556
|
useStateBoolean,
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import { DynamicSimulationModelInfos,
|
|
2
|
-
export declare function
|
|
3
|
-
export declare function fetchDynamicSimulationModels(mapping: string): Promise<DynamicSimulationModelInfos[]>;
|
|
1
|
+
import { DynamicSimulationModelInfos, IdName } from '../utils';
|
|
2
|
+
export declare function fetchDynamicSimulationModels(mapping: IdName): Promise<DynamicSimulationModelInfos[]>;
|
|
@@ -3,19 +3,12 @@ const PREFIX_DYNAMIC_MAPPING_SERVER_QUERIES = `${"api/gateway"}/dynamic-mapping`
|
|
|
3
3
|
function getDynamicMappingUrl() {
|
|
4
4
|
return `${PREFIX_DYNAMIC_MAPPING_SERVER_QUERIES}/`;
|
|
5
5
|
}
|
|
6
|
-
function getDynamicMappings() {
|
|
7
|
-
console.info(`Fetching dynamic mappings ...`);
|
|
8
|
-
const url = `${getDynamicMappingUrl()}mappings/`;
|
|
9
|
-
console.debug(url);
|
|
10
|
-
return backendFetchJson(url);
|
|
11
|
-
}
|
|
12
6
|
function fetchDynamicSimulationModels(mapping) {
|
|
13
|
-
console.info(`Fetching dynamic simulation models on mapping '${mapping}' ...`);
|
|
14
|
-
const url = `${getDynamicMappingUrl()}mappings/${mapping}/models`;
|
|
7
|
+
console.info(`Fetching dynamic simulation models on mapping '${mapping.name}' ...`);
|
|
8
|
+
const url = `${getDynamicMappingUrl()}mappings/${mapping.id}/models`;
|
|
15
9
|
console.debug(url);
|
|
16
10
|
return backendFetchJson(url);
|
|
17
11
|
}
|
|
18
12
|
export {
|
|
19
|
-
fetchDynamicSimulationModels
|
|
20
|
-
getDynamicMappings
|
|
13
|
+
fetchDynamicSimulationModels
|
|
21
14
|
};
|
package/dist/services/index.js
CHANGED
|
@@ -13,7 +13,7 @@ import { DEFAULT_TIMEOUT_MS, IGNORE_SIGNAL, backendFetch, backendFetchFile, back
|
|
|
13
13
|
import { getVoltageInitParameters, getVoltageInitUrl } from "./voltage-init.js";
|
|
14
14
|
import { fetchShortCircuitParameters, getShortCircuitSpecificParametersDescription, updateShortCircuitParameters } from "./short-circuit-analysis.js";
|
|
15
15
|
import { changeCompositeSubModificationOrder, changeNetworkModificationOrder, fetchBusBarSectionsForNewCoupler, fetchNetworkModification, getBaseNetworkModificationUrl, getNetworkModificationsFromComposite, getStudyUrlWithNodeUuid, setModificationMetadata, updateModification, updateModificationStatusByRootNetwork, updateNetworkModificationsMetadata } from "./networkModification.js";
|
|
16
|
-
import { fetchDynamicSimulationModels
|
|
16
|
+
import { fetchDynamicSimulationModels } from "./dynamic-mapping.js";
|
|
17
17
|
import { fetchDynamicSimulationParameters, fetchDynamicSimulationProviders, updateDynamicSimulationParameters } from "./dynamic-simulation.js";
|
|
18
18
|
import { fetchContingencyAndFiltersLists, fetchDynamicSecurityAnalysisProviders } from "./dynamic-security-analysis.js";
|
|
19
19
|
import { fetchDynamicMarginCalculationParameters, fetchDynamicMarginCalculationProviders, updateDynamicMarginCalculationParameters } from "./dynamic-margin-calculation.js";
|
|
@@ -69,7 +69,6 @@ export {
|
|
|
69
69
|
getAppName,
|
|
70
70
|
getAvailableComponentLibraries,
|
|
71
71
|
getBaseNetworkModificationUrl,
|
|
72
|
-
getDynamicMappings,
|
|
73
72
|
getLoadFlowDefaultLimitReductions,
|
|
74
73
|
getLoadFlowProviders,
|
|
75
74
|
getLoadFlowSpecificParametersDescription,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { backendFetch, backendFetchJson, safeEncodeURIComponent, backendFetchText } from "./utils.js";
|
|
2
2
|
import { PREFIX_STUDY_QUERIES } from "./loadflow.js";
|
|
3
3
|
const PREFIX_NETWORK_MODIFICATION_QUERIES = `${"api/gateway"}/network-modification`;
|
|
4
4
|
const getBaseNetworkModificationUrl = () => `${PREFIX_NETWORK_MODIFICATION_QUERIES}/v1`;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { backendFetchJson, safeEncodeURIComponent, backendFetch } from "./utils.js";
|
|
2
2
|
import { PREFIX_STUDY_QUERIES } from "./loadflow.js";
|
|
3
3
|
import "../utils/conversionUtils.js";
|
|
4
4
|
import "../utils/types/equipmentType.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { backendFetchJson, safeEncodeURIComponent, backendFetch } from "./utils.js";
|
|
2
2
|
import "../utils/conversionUtils.js";
|
|
3
3
|
import "../utils/types/equipmentType.js";
|
|
4
4
|
import { mapSensitivityAnalysisParameters } from "../utils/types/sensitivity-analysis.type.js";
|
|
@@ -61,7 +61,7 @@ export declare const businessErrorsEn: {
|
|
|
61
61
|
'shortcircuit.busOutOfNodeCluster': string;
|
|
62
62
|
'securityAnalysis.contingencyListConfigEmpty': string;
|
|
63
63
|
'securityAnalysis.missingContingencyList': string;
|
|
64
|
-
'dynamicMapping.
|
|
64
|
+
'dynamicMapping.mappingNotProvided': string;
|
|
65
65
|
'dynamicSecurityAnalysis.providerNotFound': string;
|
|
66
66
|
'dynamicSecurityAnalysis.contingenciesNotFound': string;
|
|
67
67
|
'dynamicSecurityAnalysis.contingencyListEmpty': string;
|
|
@@ -55,7 +55,7 @@ const businessErrorsEn = {
|
|
|
55
55
|
"shortcircuit.busOutOfNodeCluster": "Selected bus is out of node cluster",
|
|
56
56
|
"securityAnalysis.contingencyListConfigEmpty": "The configuration does not contain any contingency.",
|
|
57
57
|
"securityAnalysis.missingContingencyList": "The configuration contains one or more contingency lists that have been deleted.",
|
|
58
|
-
"dynamicMapping.
|
|
58
|
+
"dynamicMapping.mappingNotProvided": "Mapping not provided",
|
|
59
59
|
"dynamicSecurityAnalysis.providerNotFound": "Dynamic security analysis provider not found.",
|
|
60
60
|
"dynamicSecurityAnalysis.contingenciesNotFound": "No contingencies provided.",
|
|
61
61
|
"dynamicSecurityAnalysis.contingencyListEmpty": "Contingency list parameter must not be null or empty.",
|
|
@@ -37,9 +37,21 @@ export declare const topBarEn: {
|
|
|
37
37
|
'user-information-dialog/profile': string;
|
|
38
38
|
'user-information-dialog/no-profile': string;
|
|
39
39
|
'user-information-dialog/quotas': string;
|
|
40
|
+
'user-information-dialog/quotas-per-study': string;
|
|
40
41
|
'user-information-dialog/number-of-cases-or-studies': string;
|
|
41
42
|
'user-information-dialog/used': string;
|
|
42
43
|
'user-information-dialog/number-of-builds-per-study': string;
|
|
44
|
+
'user-information-dialog/number-of-loadflow-per-study': string;
|
|
45
|
+
'user-information-dialog/number-of-security-per-study': string;
|
|
46
|
+
'user-information-dialog/number-of-sensitivity-per-study': string;
|
|
47
|
+
'user-information-dialog/number-of-shortCircuit-per-study': string;
|
|
48
|
+
'user-information-dialog/number-of-voltageInit-per-study': string;
|
|
49
|
+
'user-information-dialog/number-of-pccMin-per-study': string;
|
|
50
|
+
'user-information-dialog/number-of-stateEstimation-per-study': string;
|
|
51
|
+
'user-information-dialog/number-of-balanceAdjustement-per-study': string;
|
|
52
|
+
'user-information-dialog/number-of-dynamicSimulation-per-study': string;
|
|
53
|
+
'user-information-dialog/number-of-dynamicSecurity-per-study': string;
|
|
54
|
+
'user-information-dialog/number-of-dynamicMargin-per-study': string;
|
|
43
55
|
'user-settings-dialog/title': string;
|
|
44
56
|
'user-settings-dialog/label-developer-mode': string;
|
|
45
57
|
'user-settings-dialog/warning-developer-mode': string;
|
|
@@ -31,9 +31,21 @@ const topBarEn = {
|
|
|
31
31
|
"user-information-dialog/profile": "Profile",
|
|
32
32
|
"user-information-dialog/no-profile": "No profile",
|
|
33
33
|
"user-information-dialog/quotas": "User quotas",
|
|
34
|
+
"user-information-dialog/quotas-per-study": "User quotas per study",
|
|
34
35
|
"user-information-dialog/number-of-cases-or-studies": "Number of cases or studies",
|
|
35
36
|
"user-information-dialog/used": "Used",
|
|
36
|
-
"user-information-dialog/number-of-builds-per-study": "Number of builds
|
|
37
|
+
"user-information-dialog/number-of-builds-per-study": "Number of builds",
|
|
38
|
+
"user-information-dialog/number-of-loadflow-per-study": "Number of loadflow",
|
|
39
|
+
"user-information-dialog/number-of-security-per-study": "Number of security analysis",
|
|
40
|
+
"user-information-dialog/number-of-sensitivity-per-study": "Number of sensitivity analysis",
|
|
41
|
+
"user-information-dialog/number-of-shortCircuit-per-study": "Number of short circuit",
|
|
42
|
+
"user-information-dialog/number-of-voltageInit-per-study": "Number of voltage initialization",
|
|
43
|
+
"user-information-dialog/number-of-pccMin-per-study": "Number of PCC N-1",
|
|
44
|
+
"user-information-dialog/number-of-stateEstimation-per-study": "Number of state estimation",
|
|
45
|
+
"user-information-dialog/number-of-balanceAdjustement-per-study": "Number of balance adjustment",
|
|
46
|
+
"user-information-dialog/number-of-dynamicSimulation-per-study": "Number of dynamic simulations",
|
|
47
|
+
"user-information-dialog/number-of-dynamicSecurity-per-study": "Number of dynamic security analysis",
|
|
48
|
+
"user-information-dialog/number-of-dynamicMargin-per-study": "Number of dynamic margin",
|
|
37
49
|
"user-settings-dialog/title": "User settings",
|
|
38
50
|
"user-settings-dialog/label-developer-mode": "Developer mode",
|
|
39
51
|
"user-settings-dialog/warning-developer-mode": "Some of the features are not complete, so they may not work as expected. To hide these features, disable developer mode.",
|
|
@@ -61,7 +61,7 @@ export declare const businessErrorsFr: {
|
|
|
61
61
|
'shortcircuit.busOutOfNodeCluster': string;
|
|
62
62
|
'securityAnalysis.contingencyListConfigEmpty': string;
|
|
63
63
|
'securityAnalysis.missingContingencyList': string;
|
|
64
|
-
'dynamicMapping.
|
|
64
|
+
'dynamicMapping.mappingNotProvided': string;
|
|
65
65
|
'dynamicSecurityAnalysis.providerNotFound': string;
|
|
66
66
|
'dynamicSecurityAnalysis.contingenciesNotFound': string;
|
|
67
67
|
'dynamicSecurityAnalysis.contingencyListEmpty': string;
|
|
@@ -55,7 +55,7 @@ const businessErrorsFr = {
|
|
|
55
55
|
"shortcircuit.busOutOfNodeCluster": "Le nœud électrique sélectionné est en dehors de la zone intérieure",
|
|
56
56
|
"securityAnalysis.contingencyListConfigEmpty": "La configuration ne contient aucun aléas.",
|
|
57
57
|
"securityAnalysis.missingContingencyList": "La configuration contient une ou des listes d'aléas qui ont été supprimées.",
|
|
58
|
-
"dynamicMapping.
|
|
58
|
+
"dynamicMapping.mappingNotProvided": "Mapping non fourni",
|
|
59
59
|
"dynamicSecurityAnalysis.providerNotFound": "Simulateur d'analyse de sécurité dynamique non trouvé.",
|
|
60
60
|
"dynamicSecurityAnalysis.contingenciesNotFound": "Aucun aléa fourni.",
|
|
61
61
|
"dynamicSecurityAnalysis.contingencyListEmpty": "La liste d'aléas fournie ne doit pas être nulle ou vide.",
|
|
@@ -37,9 +37,21 @@ export declare const topBarFr: {
|
|
|
37
37
|
'user-information-dialog/profile': string;
|
|
38
38
|
'user-information-dialog/no-profile': string;
|
|
39
39
|
'user-information-dialog/quotas': string;
|
|
40
|
+
'user-information-dialog/quotas-per-study': string;
|
|
40
41
|
'user-information-dialog/number-of-cases-or-studies': string;
|
|
41
42
|
'user-information-dialog/used': string;
|
|
42
43
|
'user-information-dialog/number-of-builds-per-study': string;
|
|
44
|
+
'user-information-dialog/number-of-loadflow-per-study': string;
|
|
45
|
+
'user-information-dialog/number-of-security-per-study': string;
|
|
46
|
+
'user-information-dialog/number-of-sensitivity-per-study': string;
|
|
47
|
+
'user-information-dialog/number-of-shortCircuit-per-study': string;
|
|
48
|
+
'user-information-dialog/number-of-voltageInit-per-study': string;
|
|
49
|
+
'user-information-dialog/number-of-pccMin-per-study': string;
|
|
50
|
+
'user-information-dialog/number-of-stateEstimation-per-study': string;
|
|
51
|
+
'user-information-dialog/number-of-balanceAdjustement-per-study': string;
|
|
52
|
+
'user-information-dialog/number-of-dynamicSimulation-per-study': string;
|
|
53
|
+
'user-information-dialog/number-of-dynamicSecurity-per-study': string;
|
|
54
|
+
'user-information-dialog/number-of-dynamicMargin-per-study': string;
|
|
43
55
|
'user-settings-dialog/title': string;
|
|
44
56
|
'user-settings-dialog/label-developer-mode': string;
|
|
45
57
|
'user-settings-dialog/warning-developer-mode': string;
|
|
@@ -31,9 +31,21 @@ const topBarFr = {
|
|
|
31
31
|
"user-information-dialog/profile": "Profil",
|
|
32
32
|
"user-information-dialog/no-profile": "Pas de profil",
|
|
33
33
|
"user-information-dialog/quotas": "Quotas",
|
|
34
|
+
"user-information-dialog/quotas-per-study": "Quotas par étude",
|
|
34
35
|
"user-information-dialog/number-of-cases-or-studies": "Nombre situations ou études",
|
|
35
36
|
"user-information-dialog/used": "Utilisé",
|
|
36
|
-
"user-information-dialog/number-of-builds-per-study": "Nombre réalisations
|
|
37
|
+
"user-information-dialog/number-of-builds-per-study": "Nombre de réalisations",
|
|
38
|
+
"user-information-dialog/number-of-loadflow-per-study": "Nombre de calculs de répartition",
|
|
39
|
+
"user-information-dialog/number-of-security-per-study": "Nombre d'analyses de sécurité",
|
|
40
|
+
"user-information-dialog/number-of-sensitivity-per-study": "Nombre d'analyses de sensibilité",
|
|
41
|
+
"user-information-dialog/number-of-shortCircuit-per-study": "Nombre de calculs de court-circuit",
|
|
42
|
+
"user-information-dialog/number-of-voltageInit-per-study": "Nombre d'initialisations du plan de tension",
|
|
43
|
+
"user-information-dialog/number-of-pccMin-per-study": "Nombre de PCC N-1",
|
|
44
|
+
"user-information-dialog/number-of-stateEstimation-per-study": "Nombre d'estimations d'état",
|
|
45
|
+
"user-information-dialog/number-of-balanceAdjustement-per-study": "Nombre d'équilibrages bilan",
|
|
46
|
+
"user-information-dialog/number-of-dynamicSimulation-per-study": "Nombre de simulations dynamiques",
|
|
47
|
+
"user-information-dialog/number-of-dynamicSecurity-per-study": "Nombre d'analyses de sécurité dynamiques",
|
|
48
|
+
"user-information-dialog/number-of-dynamicMargin-per-study": "Nombre de calculs de marge dynamiques",
|
|
37
49
|
"user-settings-dialog/title": "Paramètres utilisateur",
|
|
38
50
|
"user-settings-dialog/label-developer-mode": "Mode développeur",
|
|
39
51
|
"user-settings-dialog/warning-developer-mode": "Certaines fonctionnalités ne sont pas complètes et peuvent donc ne pas fonctionner comme prévu. Pour masquer ces fonctionnalités, désactivez le mode développeur.",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { MEGA_WATT,
|
|
1
|
+
import { MEGA_WATT, AMPERE, KILO_AMPERE, KILO_METER, MEGA_VOLT_AMPERE, MICRO_SIEMENS, OHM, PERCENTAGE, MEGA_VAR, SIEMENS, KILO_VOLT } from "./unitsConstants.js";
|
|
2
2
|
const MicroSusceptanceAdornment = {
|
|
3
3
|
position: "end",
|
|
4
4
|
text: MICRO_SIEMENS
|
package/dist/utils/index.js
CHANGED
|
@@ -27,13 +27,14 @@ import { AnnouncementSeverity, ArrayAction } from "./types/types.js";
|
|
|
27
27
|
import { MODIFICATION_TYPES, ModificationType } from "./types/modificationType.js";
|
|
28
28
|
import { FieldType } from "./types/fieldType.js";
|
|
29
29
|
import { ParameterType } from "./types/parameters.type.js";
|
|
30
|
-
import { SolverType } from "./types/dynamic-simulation.type.js";
|
|
30
|
+
import { SolverType, mapDynamicSimulationParameters } from "./types/dynamic-simulation.type.js";
|
|
31
31
|
import { mapSecurityAnalysisParameters } from "./types/security-analysis.type.js";
|
|
32
32
|
import { DistributionType, SensitivityType, mapSensitivityAnalysisParameters } from "./types/sensitivity-analysis.type.js";
|
|
33
33
|
import { CalculationType, LoadModelsRule } from "./types/dynamic-margin-calculation.type.js";
|
|
34
34
|
import { OperationType } from "./types/network-modification-types.js";
|
|
35
35
|
import { mapPccMinParameters } from "./types/pcc-min.type.js";
|
|
36
|
-
import {
|
|
36
|
+
import { ComputingType } from "./types/computing-type.js";
|
|
37
|
+
import { areIdsEqual, getIdOrSelf, getIdOrValue, getLabelOrValue, getObjectId, isNonEmptyStringOrArray, notNull, notUndefined, parseIntData, removeNullFields, richTypeEquals, sanitizeString } from "./ts-utils.js";
|
|
37
38
|
import { toNumber, validateValueIsANumber } from "./validation-functions.js";
|
|
38
39
|
import { NO_ITEM_SELECTION_FOR_COPY } from "./directory-utils.js";
|
|
39
40
|
export {
|
|
@@ -51,6 +52,7 @@ export {
|
|
|
51
52
|
COMMON_CONFIG_PARAMS_NAMES,
|
|
52
53
|
CONNECTION_DIRECTIONS,
|
|
53
54
|
CalculationType,
|
|
55
|
+
ComputingType,
|
|
54
56
|
CustomError,
|
|
55
57
|
DARK_THEME,
|
|
56
58
|
DEGREE,
|
|
@@ -170,10 +172,12 @@ export {
|
|
|
170
172
|
isBlankOrEmpty,
|
|
171
173
|
isEmpty,
|
|
172
174
|
isInjection,
|
|
175
|
+
isNonEmptyStringOrArray,
|
|
173
176
|
isObjectEmpty,
|
|
174
177
|
keyGenerator,
|
|
175
178
|
kiloUnitToUnit,
|
|
176
179
|
makeComposeClasses,
|
|
180
|
+
mapDynamicSimulationParameters,
|
|
177
181
|
mapPccMinParameters,
|
|
178
182
|
mapSecurityAnalysisParameters,
|
|
179
183
|
mapSensitivityAnalysisParameters,
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { ElementType } from '../types/elementType';
|
|
2
2
|
import { SxStyle } from '../styles';
|
|
3
|
-
export declare function getFileIcon(type: ElementType, style: SxStyle): import("react
|
|
3
|
+
export declare function getFileIcon(type: ElementType, style: SxStyle): import("react").JSX.Element | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import { MiscellaneousServicesRounded, Dashboard, Hub, TableView, Calculate, Settings, Article, NoteAlt, OfflineBolt, Photo, PhotoLibrary } from "@mui/icons-material";
|
|
2
|
+
import { AutoGraphRounded, MiscellaneousServicesRounded, Dashboard, Hub, TableView, Calculate, Settings, Article, NoteAlt, OfflineBolt, Photo, PhotoLibrary } from "@mui/icons-material";
|
|
3
3
|
import { ElementType } from "../types/elementType.js";
|
|
4
4
|
function getFileIcon(type, style) {
|
|
5
5
|
switch (type) {
|
|
@@ -31,6 +31,8 @@ function getFileIcon(type, style) {
|
|
|
31
31
|
return /* @__PURE__ */ jsx(Dashboard, { sx: style });
|
|
32
32
|
case ElementType.PROCESS_CONFIG:
|
|
33
33
|
return /* @__PURE__ */ jsx(MiscellaneousServicesRounded, { sx: style });
|
|
34
|
+
case ElementType.DYNAMIC_MAPPING:
|
|
35
|
+
return /* @__PURE__ */ jsx(AutoGraphRounded, { sx: style });
|
|
34
36
|
case ElementType.DIRECTORY:
|
|
35
37
|
return void 0;
|
|
36
38
|
default:
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2023, 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 declare const GRIDSUITE_DEFAULT_PRECISION = 13;
|
|
8
|
+
export declare const roundToPrecision: (num: number, precision: number) => number;
|
|
9
|
+
export declare const roundToDefaultPrecision: (num: number) => number;
|
|
10
|
+
/**
|
|
11
|
+
* Counts the number of decimal places in a given number.
|
|
12
|
+
* Converts the number to a string and checks for a decimal point.
|
|
13
|
+
* If a decimal point is found, it returns the length of the sequence following the decimal point.
|
|
14
|
+
* Returns 0 if there is no decimal part.
|
|
15
|
+
* @param {number} number - The number whose decimal places are to be counted.
|
|
16
|
+
* @returns {number} The number of decimal places in the input number.
|
|
17
|
+
*/
|
|
18
|
+
export declare const countDecimalPlacesFromString: (numberAsString: string) => number;
|
|
19
|
+
export declare const countDecimalPlaces: (number: number) => number;
|
|
20
|
+
export declare const truncateNumber: (value: number, decimalPrecision: number) => number;
|