@gridsuite/commons-ui 0.212.0 → 0.214.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/customAGGrid/cell-renderers.js +1 -1
- package/dist/components/dnd-table/dnd-table-add-rows-dialog.js +18 -12
- package/dist/components/dnd-table/dnd-table-bottom-left-buttons.js +1 -1
- package/dist/components/dnd-table/dnd-table-bottom-right-buttons.js +1 -1
- package/dist/components/dnd-table/dnd-table.js +27 -21
- package/dist/components/dnd-table-v2/deletable-table-row.js +1 -1
- package/dist/components/dnd-table-v2/dnd-table-add-rows-dialog.js +18 -12
- package/dist/components/dnd-table-v2/dnd-table-bottom-left-buttons.js +1 -1
- package/dist/components/dnd-table-v2/dnd-table-bottom-right-buttons.js +1 -1
- package/dist/components/dnd-table-v2/dnd-table-row.js +34 -21
- package/dist/components/dnd-table-v2/dnd-table.js +18 -13
- package/dist/components/elementSearch/elementItem/EquipmentItem.js +1 -1
- package/dist/components/elementSearch/tagRenderer/TagRenderer.js +1 -1
- package/dist/components/filter/FilterCreationDialog.js +1 -1
- package/dist/components/filter/FilterForm.js +5 -3
- package/dist/components/filter/HeaderFilterForm.js +17 -11
- package/dist/components/filter/expert/ExpertFilterEditionDialog.js +1 -1
- package/dist/components/filter/expert/ExpertFilterForm.d.ts +1 -1
- package/dist/components/filter/expert/ExpertFilterForm.js +20 -26
- package/dist/components/filter/explicitNaming/ExplicitNamingFilterEditionDialog.js +1 -1
- package/dist/components/filter/explicitNaming/ExplicitNamingFilterForm.js +29 -27
- package/dist/components/filter/utils/filterApi.js +3 -3
- package/dist/components/flatParameters/FlatParameters.js +2 -2
- package/dist/components/grid/grid-item.js +1 -1
- package/dist/components/index.d.ts +1 -13
- package/dist/components/index.js +108 -92
- package/dist/components/muiTable/OverflowableTableCell.d.ts +1 -1
- package/dist/components/muiTable/OverflowableTableCell.js +1 -1
- package/dist/components/muiTable/OverflowableTableCellWithCheckbox.d.ts +1 -1
- package/dist/components/muiTable/OverflowableTableCellWithCheckbox.js +1 -1
- package/dist/components/network-modification-table/columns-definition.d.ts +0 -2
- package/dist/components/network-modification-table/index.js +16 -0
- package/dist/components/network-modification-table/network-modifications-table.d.ts +8 -2
- package/dist/components/network-modification-table/network-modifications-table.js +33 -8
- package/dist/components/network-modification-table/renderers/cell-renderers.d.ts +23 -0
- package/dist/components/network-modification-table/renderers/cell-renderers.js +103 -0
- package/dist/components/network-modification-table/renderers/description-cell.d.ts +9 -0
- package/dist/components/network-modification-table/renderers/description-cell.js +75 -0
- package/dist/components/network-modification-table/renderers/index.d.ts +4 -0
- package/dist/components/network-modification-table/renderers/index.js +17 -1
- package/dist/components/network-modification-table/renderers/name-cell.d.ts +2 -2
- package/dist/components/network-modification-table/renderers/name-cell.js +29 -10
- package/dist/components/network-modification-table/renderers/root-network-chip-cell.d.ts +13 -0
- package/dist/components/network-modification-table/renderers/root-network-chip-cell.js +114 -0
- package/dist/components/network-modification-table/renderers/select-cell.js +2 -2
- package/dist/components/network-modification-table/renderers/select-header-cell.js +2 -2
- package/dist/components/network-modification-table/renderers/switch-cell.d.ts +9 -0
- package/dist/components/network-modification-table/renderers/switch-cell.js +63 -0
- package/dist/components/network-modifications/battery/creation/BatteryCreationForm.js +17 -11
- package/dist/components/network-modifications/battery/creation/batteryCreation.utils.js +15 -9
- package/dist/components/network-modifications/by-filter/assignment/assignment/assignment-form.js +23 -16
- package/dist/components/network-modifications/by-filter/assignment/modification-by-assignment-form.js +20 -15
- package/dist/components/network-modifications/by-filter/deletion/ByFilterDeletionForm.js +21 -14
- package/dist/components/network-modifications/common/activePowerControl/ActivePowerControlForm.js +19 -13
- package/dist/components/network-modifications/common/connectivity/ConnectivityForm.js +19 -13
- package/dist/components/network-modifications/common/connectivity/PositionForm.js +19 -13
- package/dist/components/network-modifications/common/connectivity/VoltageLevelConnectivityForm.js +19 -13
- package/dist/components/network-modifications/common/measurements/PowerWithValidityForm.js +20 -14
- package/dist/components/network-modifications/common/properties/PropertiesForm.js +16 -10
- package/dist/components/network-modifications/common/properties/PropertyForm.js +17 -11
- package/dist/components/network-modifications/common/reactiveLimits/ReactiveLimitsForm.js +17 -11
- package/dist/components/network-modifications/common/reactiveLimits/reactiveCapabilityCurve/ReactiveCapabilityCurveRowForm.js +17 -11
- package/dist/components/network-modifications/common/reactiveLimits/reactiveCapabilityCurve/ReactiveCapabilityCurveTableForm.js +17 -11
- package/dist/components/network-modifications/common/setpoints/SetPointsForm.js +16 -10
- package/dist/components/network-modifications/common/shortCircuit/ShortCircuitForm.js +19 -13
- package/dist/components/network-modifications/equipmentDeletion/EquipmentDeletionForm.js +16 -10
- package/dist/components/network-modifications/equipmentDeletion/equipmentDeletion.utils.js +15 -9
- package/dist/components/network-modifications/equipmentDeletion/hvdcLccDeletion/ShuntCompensatorSelectionForm.js +17 -11
- package/dist/components/network-modifications/index.js +17 -11
- package/dist/components/network-modifications/load/common/LoadDialogHeader.js +17 -11
- package/dist/components/network-modifications/load/creation/loadCreation.utils.js +15 -9
- package/dist/components/network-modifications/load/modification/loadModification.utils.js +15 -9
- package/dist/components/network-modifications/shunt-compensator/common/CharacteristicsForm.js +19 -13
- package/dist/components/network-modifications/shunt-compensator/creation/ShuntCompensatorCreationForm.js +19 -13
- package/dist/components/network-modifications/shunt-compensator/creation/shuntCompensatorCreation.utils.js +15 -9
- package/dist/components/network-modifications/substation/creation/SubstationCreationForm.js +20 -14
- package/dist/components/network-modifications/substation/modification/SubstationModificationForm.js +20 -14
- package/dist/components/network-modifications/voltageLevel/creation/VoltageLevelCreationForm.js +19 -13
- package/dist/components/network-modifications/voltageLevel/creation/index.js +17 -11
- package/dist/components/network-modifications/voltageLevel/creation/tabs/characteristicsTab/CharacteristicsTab.js +16 -10
- package/dist/components/network-modifications/voltageLevel/creation/tabs/structureTab/StructureTab.js +18 -12
- package/dist/components/network-modifications/voltageLevel/creation/tabs/structureTab/couplingOmnibus/CouplingOmnibusCreation.js +1 -1
- package/dist/components/network-modifications/voltageLevel/creation/tabs/structureTab/couplingOmnibus/CouplingOmnibusForm.js +18 -12
- package/dist/components/network-modifications/voltageLevel/creation/tabs/structureTab/switchesBetweenSections/SwitchesBetweenSections.js +16 -10
- package/dist/components/network-modifications/voltageLevel/creation/tabs/substationTab/SubstationCreationSection.js +20 -14
- package/dist/components/network-modifications/voltageLevel/creation/tabs/substationTab/SubstationTab.js +18 -12
- package/dist/components/network-modifications/voltageLevel/creation/voltageLevelCreation.utils.js +15 -9
- package/dist/components/network-modifications/voltageLevel/index.js +17 -11
- package/dist/components/network-modifications/voltageLevel/modification/VoltageLevelModificationForm.js +21 -15
- package/dist/components/notifications/NotificationsProvider.js +12 -1
- package/dist/components/parameters/common/ProviderParam.js +19 -13
- package/dist/components/parameters/common/contingency-table/columns-definitions.js +15 -10
- package/dist/components/parameters/common/hook/use-parameters-form.js +1 -1
- package/dist/components/parameters/common/limitreductions/limit-reduction-table-cell.js +21 -15
- package/dist/components/parameters/common/limitreductions/limit-reductions-table-form.js +17 -11
- package/dist/components/parameters/common/name-element-editor/name-element-editor-form.js +2 -2
- package/dist/components/parameters/common/name-element-editor/name-element-editor-utils.js +19 -13
- package/dist/components/parameters/common/parameter-field.js +27 -23
- package/dist/components/parameters/common/parameter-table/parameter-table.js +1 -1
- package/dist/components/parameters/common/parameter-table/table-cell.js +30 -17
- package/dist/components/parameters/common/parameter-table/table-row.js +1 -1
- package/dist/components/parameters/common/parameter-table-field/parameter-table-field.js +17 -11
- package/dist/components/parameters/common/parameters-creation-dialog.js +5 -3
- package/dist/components/parameters/common/voltage-level-table/custom-voltage-level-table-cell.js +20 -14
- package/dist/components/parameters/common/voltage-level-table/custom-voltage-level-table.js +1 -1
- package/dist/components/parameters/common/widget/parameter-float.js +20 -14
- package/dist/components/parameters/common/widget/parameter-line-directory-items-input.js +20 -13
- package/dist/components/parameters/common/widget/parameter-line-slider.js +19 -13
- package/dist/components/parameters/dynamic-margin-calculation/dynamic-margin-calculation-form.js +15 -11
- package/dist/components/parameters/dynamic-margin-calculation/dynamic-margin-calculation-inline.js +17 -12
- package/dist/components/parameters/dynamic-margin-calculation/loads-variations-parameters.js +16 -11
- package/dist/components/parameters/dynamic-margin-calculation/use-dynamic-margin-calculation-parameters-form.js +15 -11
- package/dist/components/parameters/dynamic-security-analysis/contingency-parameters.js +15 -11
- package/dist/components/parameters/dynamic-security-analysis/dynamic-security-analysis-inline.js +17 -12
- package/dist/components/parameters/dynamic-security-analysis/dynamic-security-analysis-parameters-form.js +15 -11
- package/dist/components/parameters/dynamic-security-analysis/use-dynamic-security-analysis-parameters-form.js +16 -12
- package/dist/components/parameters/dynamic-simulation/curve/common/grid-buttons.js +1 -1
- package/dist/components/parameters/dynamic-simulation/curve/dialog/curve-selector-dialog.js +1 -1
- package/dist/components/parameters/dynamic-simulation/curve/dialog/equipment-filter.js +1 -1
- package/dist/components/parameters/dynamic-simulation/dynamic-simulation-inline.js +17 -13
- package/dist/components/parameters/dynamic-simulation/dynamic-simulation-parameters-form.js +15 -11
- package/dist/components/parameters/dynamic-simulation/use-dynamic-simulation-parameters-form.js +15 -11
- package/dist/components/parameters/loadflow/load-flow-general-parameters.js +17 -13
- package/dist/components/parameters/loadflow/load-flow-parameters-content.js +15 -11
- package/dist/components/parameters/loadflow/load-flow-parameters-dialog.js +16 -12
- package/dist/components/parameters/loadflow/load-flow-parameters-form.js +18 -12
- package/dist/components/parameters/loadflow/load-flow-parameters-header.js +19 -15
- package/dist/components/parameters/loadflow/load-flow-parameters-inline.js +17 -13
- package/dist/components/parameters/loadflow/load-flow-parameters-utils.js +15 -11
- package/dist/components/parameters/loadflow/use-load-flow-parameters-form.js +16 -12
- package/dist/components/parameters/network-visualizations/map-parameters.js +17 -13
- package/dist/components/parameters/network-visualizations/network-area-diagram-parameters.js +19 -13
- package/dist/components/parameters/network-visualizations/network-visualizations-form.js +17 -13
- package/dist/components/parameters/network-visualizations/network-visualizations-parameters-dialog.js +16 -11
- package/dist/components/parameters/network-visualizations/network-visualizations-parameters-inline.js +16 -11
- package/dist/components/parameters/network-visualizations/single-line-diagram-parameters.js +17 -13
- package/dist/components/parameters/network-visualizations/use-network-visualizations-parameters-form.js +20 -14
- package/dist/components/parameters/pcc-min/pcc-min-form-utils.js +20 -14
- package/dist/components/parameters/pcc-min/pcc-min-parameters-dialog.js +16 -11
- package/dist/components/parameters/pcc-min/pcc-min-parameters-form.js +19 -15
- package/dist/components/parameters/pcc-min/pcc-min-parameters-inline.js +17 -13
- package/dist/components/parameters/pcc-min/use-pcc-min-parameters-form.js +16 -10
- package/dist/components/parameters/security-analysis/columns-definitions.js +15 -11
- package/dist/components/parameters/security-analysis/security-analysis-parameters-dialog.js +16 -12
- package/dist/components/parameters/security-analysis/security-analysis-parameters-form.js +19 -14
- package/dist/components/parameters/security-analysis/security-analysis-parameters-inline.js +17 -13
- package/dist/components/parameters/security-analysis/security-analysis-parameters-selector.js +15 -11
- package/dist/components/parameters/security-analysis/security-analysis-violations-hiding.js +19 -15
- package/dist/components/parameters/security-analysis/use-security-analysis-parameters-form.js +15 -11
- package/dist/components/parameters/sensi/columns-definitions.js +15 -11
- package/dist/components/parameters/sensi/sensitivity-analysis-parameters-dialog.js +16 -12
- package/dist/components/parameters/sensi/sensitivity-analysis-parameters-form.js +19 -15
- package/dist/components/parameters/sensi/sensitivity-analysis-parameters-inline.js +17 -13
- package/dist/components/parameters/sensi/sensitivity-parameters-fields.js +19 -13
- package/dist/components/parameters/sensi/sensitivity-parameters-selector.js +15 -10
- package/dist/components/parameters/sensi/use-sensitivity-analysis-parameters.js +14 -9
- package/dist/components/parameters/sensi/utils.d.ts +1 -1
- package/dist/components/parameters/sensi/utils.js +16 -12
- package/dist/components/parameters/short-circuit/short-circuit-general-tab-panel.js +21 -17
- package/dist/components/parameters/short-circuit/short-circuit-icc-cluster-table-cell.js +23 -16
- package/dist/components/parameters/short-circuit/short-circuit-icc-cluster-table-row.js +1 -1
- package/dist/components/parameters/short-circuit/short-circuit-icc-cluster-table.js +1 -1
- package/dist/components/parameters/short-circuit/short-circuit-icc-material-table-cell.js +21 -15
- package/dist/components/parameters/short-circuit/short-circuit-icc-material-table.js +1 -1
- package/dist/components/parameters/short-circuit/short-circuit-parameters-content.js +15 -11
- package/dist/components/parameters/short-circuit/short-circuit-parameters-dialog.js +16 -12
- package/dist/components/parameters/short-circuit/short-circuit-parameters-form.js +18 -12
- package/dist/components/parameters/short-circuit/short-circuit-parameters-inline.js +17 -13
- package/dist/components/parameters/short-circuit/short-circuit-parameters-utils.js +16 -12
- package/dist/components/parameters/short-circuit/short-circuit-power-electronics-tab-panel.js +17 -13
- package/dist/components/parameters/short-circuit/short-circuit-study-area-tab-panel.js +20 -16
- package/dist/components/parameters/short-circuit/use-short-circuit-parameters-form.js +20 -16
- package/dist/components/parameters/voltage-init/equipment-selection-parameters.js +19 -15
- package/dist/components/parameters/voltage-init/general-parameters.js +15 -11
- package/dist/components/parameters/voltage-init/use-voltage-init-parameters-form.js +20 -15
- package/dist/components/parameters/voltage-init/voltage-init-form-utils.js +20 -15
- package/dist/components/parameters/voltage-init/voltage-init-parameters-dialog.js +16 -11
- package/dist/components/parameters/voltage-init/voltage-init-parameters-form.js +18 -14
- package/dist/components/parameters/voltage-init/voltage-init-parameters-inline.js +17 -13
- package/dist/components/parameters/voltage-init/voltage-limits-parameters.js +15 -10
- package/dist/components/topBar/AboutDialog.js +1 -1
- package/dist/components/topBar/TopBar.d.ts +3 -3
- package/dist/components/topBar/TopBar.js +11 -11
- package/dist/components/topBar/UserInformationDialog.d.ts +3 -3
- package/dist/components/topBar/UserInformationDialog.js +10 -7
- package/dist/components/treeViewFinder/TreeViewFinder.js +1 -1
- package/dist/components/{announcement → ui/announcement}/AnnouncementBanner.d.ts +4 -4
- package/dist/components/{announcement → ui/announcement}/AnnouncementBanner.js +4 -4
- package/dist/components/ui/announcement/AnnouncementNotification.d.ts +7 -0
- package/dist/components/{announcement → ui/announcement}/AnnouncementNotification.js +13 -3
- package/dist/components/ui/announcement/useGlobalAnnouncement.d.ts +10 -0
- package/dist/components/{announcement → ui/announcement}/useGlobalAnnouncement.js +6 -6
- package/dist/components/{checkBoxList → ui/checkBoxList}/CheckBoxListItem.js +4 -4
- package/dist/components/{checkBoxList → ui/checkBoxList}/CheckBoxListItemContent.js +4 -4
- package/dist/components/{checkBoxList → ui/checkBoxList}/DraggableCheckBoxListItem.js +4 -4
- package/dist/components/{checkBoxList → ui/checkBoxList}/DraggableCheckBoxListItemContent.js +4 -4
- package/dist/components/{checkBoxList → ui/checkBoxList}/checkBoxList.type.d.ts +1 -1
- package/dist/components/{csvDownloader → ui/csvDownloader}/csv-export.type.d.ts +1 -1
- package/dist/components/{csvDownloader → ui/csvDownloader}/use-csv-export.js +5 -5
- package/dist/components/{dialogs → ui/dialogs}/customMuiDialog/CustomMuiDialog.d.ts +1 -1
- package/dist/components/{dialogs → ui/dialogs}/customMuiDialog/CustomMuiDialog.js +3 -3
- package/dist/components/{dialogs → ui/dialogs}/descriptionModificationDialog/DescriptionModificationDialog.js +6 -6
- package/dist/components/{dialogs → ui/dialogs}/elementSaveDialog/ElementSaveDialog.d.ts +1 -1
- package/dist/components/{dialogs → ui/dialogs}/elementSaveDialog/ElementSaveDialog.js +16 -22
- package/dist/components/{dialogs → ui/dialogs}/elementSaveDialog/utils.d.ts +1 -1
- package/dist/components/{dialogs → ui/dialogs}/elementSaveDialog/utils.js +1 -1
- package/dist/components/{dialogs → ui/dialogs}/index.d.ts +1 -0
- package/dist/components/{dialogs → ui/dialogs}/index.js +2 -0
- package/dist/components/{dialogs → ui/dialogs}/modifyElementSelection/ModifyElementSelection.d.ts +1 -1
- package/dist/components/{dialogs → ui/dialogs}/modifyElementSelection/ModifyElementSelection.js +7 -7
- package/dist/components/{multipleSelectionDialog → ui/dialogs/multipleSelectionDialog}/MultipleSelectionDialog.d.ts +1 -1
- package/dist/components/{multipleSelectionDialog → ui/dialogs/multipleSelectionDialog}/MultipleSelectionDialog.js +1 -1
- package/dist/components/{dialogs → ui/dialogs}/popupConfirmationDialog/PopupConfirmationDialog.js +1 -1
- package/dist/components/ui/index.d.ts +20 -0
- package/dist/components/{inputs → ui}/index.js +56 -2
- package/dist/components/{inputs → ui/inputs}/SelectClearable.js +1 -1
- package/dist/components/{inputs → ui/inputs}/index.d.ts +0 -2
- package/dist/components/ui/inputs/index.js +6 -0
- package/dist/components/{menus → ui/menus}/custom-nested-menu.d.ts +1 -1
- package/dist/components/{menus → ui/menus}/custom-nested-menu.js +1 -1
- package/dist/components/{overflowableText → ui/overflowableText}/OverflowableText.d.ts +1 -1
- package/dist/components/{overflowableText → ui/overflowableText}/OverflowableText.js +4 -4
- package/dist/components/{inputs → ui}/reactHookForm/DirectoryItemsInput.js +1 -1
- package/dist/components/{inputs → ui}/reactHookForm/OverflowableChip.js +1 -1
- package/dist/components/{inputs → ui}/reactHookForm/agGridTable/BottomRightButtons.js +1 -1
- package/dist/components/{inputs → ui}/reactHookForm/chip-items-input.js +1 -1
- package/dist/components/{inputs → ui}/reactHookForm/expandableInput/DeletableRow.js +1 -1
- package/dist/components/{inputs → ui}/reactHookForm/expandableInput/ExpandableInput.js +1 -1
- package/dist/components/{inputs → ui}/reactHookForm/selectInputs/InputWithPopupConfirmation.js +1 -1
- package/dist/components/{inputs → ui}/reactHookForm/selectInputs/SelectWithConfirmationInput.js +1 -1
- package/dist/components/{inputs → ui}/reactHookForm/text/DescriptionField.js +1 -1
- package/dist/components/{inputs → ui}/reactHookForm/text/DescriptionInput.js +3 -3
- package/dist/components/{inputs → ui}/reactHookForm/utils/HelperPreviousValue.js +1 -1
- package/dist/components/{inputs → ui}/reactQueryBuilder/CombinatorSelector.js +1 -1
- package/dist/index.js +116 -95
- package/dist/services/index.js +4 -1
- package/dist/services/networkModification.d.ts +8 -1
- package/dist/services/networkModification.js +45 -1
- package/dist/translations/en/filterEn.d.ts +0 -1
- package/dist/translations/en/filterEn.js +0 -1
- package/dist/translations/en/filterExpertEn.d.ts +0 -2
- package/dist/translations/en/filterExpertEn.js +0 -2
- package/dist/translations/en/networkModificationsEn.d.ts +1 -0
- package/dist/translations/en/networkModificationsEn.js +4 -3
- package/dist/translations/fr/filterExpertFr.d.ts +0 -2
- package/dist/translations/fr/filterExpertFr.js +0 -2
- package/dist/translations/fr/filterFr.d.ts +0 -1
- package/dist/translations/fr/filterFr.js +0 -1
- package/dist/translations/fr/networkModificationsFr.d.ts +1 -0
- package/dist/translations/fr/networkModificationsFr.js +4 -3
- package/dist/utils/constants/index.js +2 -1
- package/dist/utils/constants/translationKeys.d.ts +1 -0
- package/dist/utils/constants/translationKeys.js +2 -0
- package/dist/utils/index.js +4 -2
- package/dist/utils/types/equipmentTypes.d.ts +1 -0
- package/dist/utils/types/equipmentTypes.js +5 -1
- package/dist/utils/types/index.js +2 -1
- package/dist/utils/types/network-modification-types.d.ts +6 -0
- package/package.json +1 -1
- package/dist/components/announcement/AnnouncementNotification.d.ts +0 -7
- package/dist/components/announcement/useGlobalAnnouncement.d.ts +0 -10
- /package/dist/components/{addButton → ui/addButton}/AddButton.d.ts +0 -0
- /package/dist/components/{addButton → ui/addButton}/AddButton.js +0 -0
- /package/dist/components/{addButton → ui/addButton}/index.d.ts +0 -0
- /package/dist/components/{addButton → ui/addButton}/index.js +0 -0
- /package/dist/components/{announcement → ui/announcement}/index.d.ts +0 -0
- /package/dist/components/{announcement → ui/announcement}/index.js +0 -0
- /package/dist/components/{checkBoxList → ui/checkBoxList}/CheckBoxList.d.ts +0 -0
- /package/dist/components/{checkBoxList → ui/checkBoxList}/CheckBoxList.js +0 -0
- /package/dist/components/{checkBoxList → ui/checkBoxList}/CheckBoxListItem.d.ts +0 -0
- /package/dist/components/{checkBoxList → ui/checkBoxList}/CheckBoxListItemContent.d.ts +0 -0
- /package/dist/components/{checkBoxList → ui/checkBoxList}/CheckBoxListItems.d.ts +0 -0
- /package/dist/components/{checkBoxList → ui/checkBoxList}/CheckBoxListItems.js +0 -0
- /package/dist/components/{checkBoxList → ui/checkBoxList}/DraggableCheckBoxListItem.d.ts +0 -0
- /package/dist/components/{checkBoxList → ui/checkBoxList}/DraggableCheckBoxListItemContent.d.ts +0 -0
- /package/dist/components/{checkBoxList → ui/checkBoxList}/checkBoxList.type.js +0 -0
- /package/dist/components/{checkBoxList → ui/checkBoxList}/index.d.ts +0 -0
- /package/dist/components/{checkBoxList → ui/checkBoxList}/index.js +0 -0
- /package/dist/components/{csvDownloader → ui/csvDownloader}/csv-export.d.ts +0 -0
- /package/dist/components/{csvDownloader → ui/csvDownloader}/csv-export.js +0 -0
- /package/dist/components/{csvDownloader → ui/csvDownloader}/csv-export.type.js +0 -0
- /package/dist/components/{csvDownloader → ui/csvDownloader}/export-csv-button.d.ts +0 -0
- /package/dist/components/{csvDownloader → ui/csvDownloader}/export-csv-button.js +0 -0
- /package/dist/components/{csvDownloader → ui/csvDownloader}/index.d.ts +0 -0
- /package/dist/components/{csvDownloader → ui/csvDownloader}/index.js +0 -0
- /package/dist/components/{csvDownloader → ui/csvDownloader}/use-csv-export.d.ts +0 -0
- /package/dist/components/{dialogs → ui/dialogs}/descriptionModificationDialog/DescriptionModificationDialog.d.ts +0 -0
- /package/dist/components/{dialogs → ui/dialogs}/descriptionModificationDialog/index.d.ts +0 -0
- /package/dist/components/{dialogs → ui/dialogs}/descriptionModificationDialog/index.js +0 -0
- /package/dist/components/{dialogs → ui/dialogs}/elementSaveDialog/index.d.ts +0 -0
- /package/dist/components/{dialogs → ui/dialogs}/elementSaveDialog/index.js +0 -0
- /package/dist/components/{dialogs → ui/dialogs}/modifyElementSelection/index.d.ts +0 -0
- /package/dist/components/{dialogs → ui/dialogs}/modifyElementSelection/index.js +0 -0
- /package/dist/components/{multipleSelectionDialog → ui/dialogs/multipleSelectionDialog}/index.d.ts +0 -0
- /package/dist/components/{multipleSelectionDialog → ui/dialogs/multipleSelectionDialog}/index.js +0 -0
- /package/dist/components/{dialogs → ui/dialogs}/popupConfirmationDialog/PopupConfirmationDialog.d.ts +0 -0
- /package/dist/components/{dialogs → ui/dialogs}/popupConfirmationDialog/index.d.ts +0 -0
- /package/dist/components/{dialogs → ui/dialogs}/popupConfirmationDialog/index.js +0 -0
- /package/dist/components/{expandableGroup → ui/expandableGroup}/ExpandableGroup.d.ts +0 -0
- /package/dist/components/{expandableGroup → ui/expandableGroup}/ExpandableGroup.js +0 -0
- /package/dist/components/{expandableGroup → ui/expandableGroup}/index.d.ts +0 -0
- /package/dist/components/{expandableGroup → ui/expandableGroup}/index.js +0 -0
- /package/dist/components/{icons → ui/icons}/ArrowsInputIcon.d.ts +0 -0
- /package/dist/components/{icons → ui/icons}/ArrowsInputIcon.js +0 -0
- /package/dist/components/{icons → ui/icons}/ArrowsOutputIcon.d.ts +0 -0
- /package/dist/components/{icons → ui/icons}/ArrowsOutputIcon.js +0 -0
- /package/dist/components/{icons → ui/icons}/EditNoteIcon.d.ts +0 -0
- /package/dist/components/{icons → ui/icons}/EditNoteIcon.js +0 -0
- /package/dist/components/{icons → ui/icons}/LeftPanelCloseIcon.d.ts +0 -0
- /package/dist/components/{icons → ui/icons}/LeftPanelCloseIcon.js +0 -0
- /package/dist/components/{icons → ui/icons}/LeftPanelOpenIcon.d.ts +0 -0
- /package/dist/components/{icons → ui/icons}/LeftPanelOpenIcon.js +0 -0
- /package/dist/components/{icons → ui/icons}/index.d.ts +0 -0
- /package/dist/components/{icons → ui/icons}/index.js +0 -0
- /package/dist/components/{inputs → ui/inputs}/ActivableChip.d.ts +0 -0
- /package/dist/components/{inputs → ui/inputs}/ActivableChip.js +0 -0
- /package/dist/components/{inputs → ui/inputs}/SelectClearable.d.ts +0 -0
- /package/dist/components/{inputs → ui/inputs}/checkbox-autocomplete/checkbox-autocomplete.d.ts +0 -0
- /package/dist/components/{inputs → ui/inputs}/checkbox-autocomplete/checkbox-autocomplete.js +0 -0
- /package/dist/components/{inputs → ui/inputs}/checkbox-autocomplete/checkbox-item.d.ts +0 -0
- /package/dist/components/{inputs → ui/inputs}/checkbox-autocomplete/checkbox-item.js +0 -0
- /package/dist/components/{inputs → ui/inputs}/checkbox-autocomplete/index.d.ts +0 -0
- /package/dist/components/{inputs → ui/inputs}/checkbox-autocomplete/index.js +0 -0
- /package/dist/components/{inputs → ui/inputs}/checkbox-autocomplete/virtualized-list-item.d.ts +0 -0
- /package/dist/components/{inputs → ui/inputs}/checkbox-autocomplete/virtualized-list-item.js +0 -0
- /package/dist/components/{inputs → ui/inputs}/checkbox-autocomplete/virtualized-list.d.ts +0 -0
- /package/dist/components/{inputs → ui/inputs}/checkbox-autocomplete/virtualized-list.js +0 -0
- /package/dist/components/{menus → ui/menus}/index.d.ts +0 -0
- /package/dist/components/{menus → ui/menus}/index.js +0 -0
- /package/dist/components/{overflowableText → ui/overflowableText}/index.d.ts +0 -0
- /package/dist/components/{overflowableText → ui/overflowableText}/index.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/CheckboxNullableInput.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/CheckboxNullableInput.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/CountrySelectionInput.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/CountrySelectionInput.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/DirectoryItemsInput.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/OverflowableChip.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/OverflowableChipWithHelperText.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/OverflowableChipWithHelperText.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/RawReadOnlyInput.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/RawReadOnlyInput.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/agGridTable/BottomRightButtons.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/agGridTable/CustomAgGridTable.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/agGridTable/CustomAgGridTable.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/agGridTable/cellEditors/index.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/agGridTable/cellEditors/index.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/agGridTable/cellEditors/numericEditor.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/agGridTable/cellEditors/numericEditor.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/agGridTable/csvUploader/CsvUploader.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/agGridTable/csvUploader/CsvUploader.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/agGridTable/csvUploader/index.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/agGridTable/csvUploader/index.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/agGridTable/index.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/agGridTable/index.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/autocompleteInputs/AutocompleteInput.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/autocompleteInputs/AutocompleteInput.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/autocompleteInputs/MultipleAutocompleteInput.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/autocompleteInputs/MultipleAutocompleteInput.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/autocompleteInputs/index.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/autocompleteInputs/index.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/booleans/BooleanInput.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/booleans/BooleanInput.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/booleans/CheckboxInput.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/booleans/CheckboxInput.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/booleans/RadioInput.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/booleans/RadioInput.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/booleans/SwitchInput.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/booleans/SwitchInput.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/booleans/index.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/booleans/index.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/chip-items-input.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/constants.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/constants.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/errorManagement/ErrorInput.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/errorManagement/ErrorInput.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/errorManagement/FieldErrorAlert.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/errorManagement/FieldErrorAlert.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/errorManagement/MidFormError.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/errorManagement/MidFormError.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/errorManagement/index.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/errorManagement/index.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/expandableInput/DeletableRow.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/expandableInput/ExpandableInput.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/expandableInput/index.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/expandableInput/index.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/index.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/index.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/numbers/FloatInput.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/numbers/FloatInput.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/numbers/IntegerInput.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/numbers/IntegerInput.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/numbers/RangeInput.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/numbers/RangeInput.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/numbers/SliderInput.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/numbers/SliderInput.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/numbers/index.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/numbers/index.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/numbers/utils.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/numbers/utils.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/provider/CustomFormProvider.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/provider/CustomFormProvider.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/provider/index.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/provider/index.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/provider/useCustomFormContext.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/provider/useCustomFormContext.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/readOnly/ButtonReadOnlyInput.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/readOnly/ButtonReadOnlyInput.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/readOnly/ReadOnlyInput.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/readOnly/ReadOnlyInput.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/readOnly/index.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/readOnly/index.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/selectInputs/CountriesInput.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/selectInputs/CountriesInput.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/selectInputs/EnumInput.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/selectInputs/EnumInput.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/selectInputs/InputWithPopupConfirmation.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/selectInputs/MuiSelectInput.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/selectInputs/MuiSelectInput.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/selectInputs/SelectInput.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/selectInputs/SelectInput.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/selectInputs/SelectWithConfirmationInput.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/selectInputs/index.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/selectInputs/index.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/tableInputs/index.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/tableInputs/index.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/tableInputs/table-numerical-input.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/tableInputs/table-numerical-input.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/tableInputs/table-text-input.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/tableInputs/table-text-input.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/text/DescriptionField.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/text/DescriptionInput.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/text/ExpandingTextField.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/text/ExpandingTextField.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/text/TextInput.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/text/TextInput.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/text/UniqueNameInput.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/text/UniqueNameInput.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/text/index.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/text/index.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/utils/CancelButton.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/utils/CancelButton.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/utils/FieldLabel.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/utils/FieldLabel.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/utils/HelperPreviousValue.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/utils/SubmitButton.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/utils/SubmitButton.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/utils/TextFieldWithAdornment.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/utils/TextFieldWithAdornment.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/utils/functions.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/utils/functions.js +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/utils/index.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactHookForm/utils/index.js +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/AddButton.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/AddButton.js +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/AutocompleteWithFavorites.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/AutocompleteWithFavorites.js +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/CombinatorSelector.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/CountryValueEditor.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/CountryValueEditor.js +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/CustomReactQueryBuilder.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/CustomReactQueryBuilder.js +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/ElementValueEditor.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/ElementValueEditor.js +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/FieldSelector.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/FieldSelector.js +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/OperatorSelector.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/OperatorSelector.js +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/PropertyValueEditor.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/PropertyValueEditor.js +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/RemoveButton.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/RemoveButton.js +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/TextValueEditor.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/TextValueEditor.js +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/TranslatedValueEditor.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/TranslatedValueEditor.js +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/ValueEditor.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/ValueEditor.js +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/ValueSelector.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/ValueSelector.js +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/compositeRuleEditor/GroupValueEditor.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/compositeRuleEditor/GroupValueEditor.js +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/compositeRuleEditor/RuleValueEditor.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/compositeRuleEditor/RuleValueEditor.js +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/compositeRuleEditor/index.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/compositeRuleEditor/index.js +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/hooks/index.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/hooks/index.js +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/hooks/useConvertValue.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/hooks/useConvertValue.js +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/hooks/useValid.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/hooks/useValid.js +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/index.d.ts +0 -0
- /package/dist/components/{inputs → ui}/reactQueryBuilder/index.js +0 -0
- /package/dist/components/{resizablePanels → ui/resizablePanels}/ResizeHandle.d.ts +0 -0
- /package/dist/components/{resizablePanels → ui/resizablePanels}/ResizeHandle.js +0 -0
- /package/dist/components/{resizablePanels → ui/resizablePanels}/index.d.ts +0 -0
- /package/dist/components/{resizablePanels → ui/resizablePanels}/index.js +0 -0
- /package/dist/components/{snackbarProvider → ui/snackbarProvider}/SnackbarProvider.d.ts +0 -0
- /package/dist/components/{snackbarProvider → ui/snackbarProvider}/SnackbarProvider.js +0 -0
- /package/dist/components/{snackbarProvider → ui/snackbarProvider}/index.d.ts +0 -0
- /package/dist/components/{snackbarProvider → ui/snackbarProvider}/index.js +0 -0
- /package/dist/components/{tooltip → ui/tooltip}/CustomTooltip.d.ts +0 -0
- /package/dist/components/{tooltip → ui/tooltip}/CustomTooltip.js +0 -0
- /package/dist/components/{tooltip → ui/tooltip}/index.d.ts +0 -0
- /package/dist/components/{tooltip → ui/tooltip}/index.js +0 -0
package/dist/index.js
CHANGED
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
import { default as default2 } from "./_mocks_/svg.js";
|
|
2
|
-
import { AddButton, AddButtonMode } from "./components/addButton/AddButton.js";
|
|
3
|
-
import { AnnouncementBanner } from "./components/announcement/AnnouncementBanner.js";
|
|
4
|
-
import { AnnouncementNotification } from "./components/announcement/AnnouncementNotification.js";
|
|
5
|
-
import { useGlobalAnnouncement } from "./components/announcement/useGlobalAnnouncement.js";
|
|
6
2
|
import { AuthenticationRouter } from "./components/authentication/AuthenticationRouter.js";
|
|
7
3
|
import { default as default3 } from "./components/authentication/AuthenticationRouterErrorDisplay.js";
|
|
8
4
|
import { Login } from "./components/authentication/Login.js";
|
|
@@ -15,20 +11,10 @@ import { UnauthorizedAccessAlert } from "./components/authentication/alert/Unaut
|
|
|
15
11
|
import { dispatchUser, getPreLoginPath, handleSigninCallback, handleSilentRenewCallback, initializeAuthenticationDev, initializeAuthenticationProd, login, logout } from "./components/authentication/utils/authService.js";
|
|
16
12
|
import { UserManagerMock } from "./components/authentication/utils/userManagerMock.js";
|
|
17
13
|
import { CardErrorBoundary } from "./components/cardErrorBoundary/CardErrorBoundary.js";
|
|
18
|
-
import { CheckBoxList } from "./components/checkBoxList/CheckBoxList.js";
|
|
19
|
-
import { CsvExport } from "./components/csvDownloader/csv-export.js";
|
|
20
|
-
import { ExportCsvButton } from "./components/csvDownloader/export-csv-button.js";
|
|
21
|
-
import { fetchCsvSeparator, useCsvExport } from "./components/csvDownloader/use-csv-export.js";
|
|
22
14
|
import { CUSTOM_AGGRID_THEME, styles } from "./components/customAGGrid/customAggrid.style.js";
|
|
23
15
|
import { CustomAGGrid } from "./components/customAGGrid/customAggrid.js";
|
|
24
16
|
import { SeparatorCellRenderer } from "./components/customAGGrid/separatorCellRenderer.js";
|
|
25
17
|
import { BooleanCellRenderer, BooleanNullableCellRenderer, ContingencyCellRenderer, DefaultCellRenderer, ErrorCellRenderer, MessageLogCellRenderer, NetworkModificationNameCellRenderer, NumericCellRenderer } from "./components/customAGGrid/cell-renderers.js";
|
|
26
|
-
import { CustomMuiDialog, unscrollableDialogStyles } from "./components/dialogs/customMuiDialog/CustomMuiDialog.js";
|
|
27
|
-
import { DescriptionModificationDialog } from "./components/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
28
|
-
import { ElementSaveDialog } from "./components/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
29
|
-
import { initializeDirectory } from "./components/dialogs/elementSaveDialog/utils.js";
|
|
30
|
-
import { ModifyElementSelection } from "./components/dialogs/modifyElementSelection/ModifyElementSelection.js";
|
|
31
|
-
import { PopupConfirmationDialog } from "./components/dialogs/popupConfirmationDialog/PopupConfirmationDialog.js";
|
|
32
18
|
import { DirectoryItemSelector } from "./components/directoryItemSelector/DirectoryItemSelector.js";
|
|
33
19
|
import { DndTable } from "./components/dnd-table-v2/dnd-table.js";
|
|
34
20
|
import { DndColumnType, MAX_ROWS_NUMBER, SELECTED } from "./components/dnd-table-v2/dnd-table.type.js";
|
|
@@ -57,78 +43,8 @@ import { CONTINGENCY_LIST_EQUIPMENTS, FILTER_EQUIPMENTS } from "./components/fil
|
|
|
57
43
|
import { FlatParameters, extractDefault } from "./components/flatParameters/FlatParameters.js";
|
|
58
44
|
import "react/jsx-runtime";
|
|
59
45
|
import "@mui/material";
|
|
60
|
-
import { CustomTooltip } from "./components/tooltip/CustomTooltip.js";
|
|
46
|
+
import { CustomTooltip } from "./components/ui/tooltip/CustomTooltip.js";
|
|
61
47
|
import "react-intl";
|
|
62
|
-
import { SelectClearable } from "./components/inputs/SelectClearable.js";
|
|
63
|
-
import { OverflowableChip } from "./components/inputs/reactHookForm/OverflowableChip.js";
|
|
64
|
-
import { OverflowableChipWithHelperText } from "./components/inputs/reactHookForm/OverflowableChipWithHelperText.js";
|
|
65
|
-
import { ChipItemsInput } from "./components/inputs/reactHookForm/chip-items-input.js";
|
|
66
|
-
import { DirectoryItemsInput } from "./components/inputs/reactHookForm/DirectoryItemsInput.js";
|
|
67
|
-
import { RawReadOnlyInput } from "./components/inputs/reactHookForm/RawReadOnlyInput.js";
|
|
68
|
-
import { BottomRightButtons } from "./components/inputs/reactHookForm/agGridTable/BottomRightButtons.js";
|
|
69
|
-
import { CustomAgGridTable } from "./components/inputs/reactHookForm/agGridTable/CustomAgGridTable.js";
|
|
70
|
-
import { NumericEditor } from "./components/inputs/reactHookForm/agGridTable/cellEditors/numericEditor.js";
|
|
71
|
-
import { CsvUploader } from "./components/inputs/reactHookForm/agGridTable/csvUploader/CsvUploader.js";
|
|
72
|
-
import { AutocompleteInput } from "./components/inputs/reactHookForm/autocompleteInputs/AutocompleteInput.js";
|
|
73
|
-
import { MultipleAutocompleteInput } from "./components/inputs/reactHookForm/autocompleteInputs/MultipleAutocompleteInput.js";
|
|
74
|
-
import { BooleanInput } from "./components/inputs/reactHookForm/booleans/BooleanInput.js";
|
|
75
|
-
import { CheckboxInput } from "./components/inputs/reactHookForm/booleans/CheckboxInput.js";
|
|
76
|
-
import { RadioInput } from "./components/inputs/reactHookForm/booleans/RadioInput.js";
|
|
77
|
-
import { SwitchInput } from "./components/inputs/reactHookForm/booleans/SwitchInput.js";
|
|
78
|
-
import { ErrorInput } from "./components/inputs/reactHookForm/errorManagement/ErrorInput.js";
|
|
79
|
-
import { FieldErrorAlert } from "./components/inputs/reactHookForm/errorManagement/FieldErrorAlert.js";
|
|
80
|
-
import { MidFormError } from "./components/inputs/reactHookForm/errorManagement/MidFormError.js";
|
|
81
|
-
import { FloatInput } from "./components/inputs/reactHookForm/numbers/FloatInput.js";
|
|
82
|
-
import { IntegerInput } from "./components/inputs/reactHookForm/numbers/IntegerInput.js";
|
|
83
|
-
import { DEFAULT_RANGE_VALUE, RangeInput, RangeType, getRangeInputSchema } from "./components/inputs/reactHookForm/numbers/RangeInput.js";
|
|
84
|
-
import { SliderInput } from "./components/inputs/reactHookForm/numbers/SliderInput.js";
|
|
85
|
-
import { isFloatNumber, isIntegerNumber } from "./components/inputs/reactHookForm/numbers/utils.js";
|
|
86
|
-
import { CustomFormContext, CustomFormProvider } from "./components/inputs/reactHookForm/provider/CustomFormProvider.js";
|
|
87
|
-
import { useCustomFormContext } from "./components/inputs/reactHookForm/provider/useCustomFormContext.js";
|
|
88
|
-
import { ReadOnlyInput } from "./components/inputs/reactHookForm/readOnly/ReadOnlyInput.js";
|
|
89
|
-
import { ButtonReadOnlyInput } from "./components/inputs/reactHookForm/readOnly/ButtonReadOnlyInput.js";
|
|
90
|
-
import { CountriesInput } from "./components/inputs/reactHookForm/selectInputs/CountriesInput.js";
|
|
91
|
-
import { InputWithPopupConfirmation } from "./components/inputs/reactHookForm/selectInputs/InputWithPopupConfirmation.js";
|
|
92
|
-
import { MuiSelectInput } from "./components/inputs/reactHookForm/selectInputs/MuiSelectInput.js";
|
|
93
|
-
import { SelectInput } from "./components/inputs/reactHookForm/selectInputs/SelectInput.js";
|
|
94
|
-
import { SelectWithConfirmationInput } from "./components/inputs/reactHookForm/selectInputs/SelectWithConfirmationInput.js";
|
|
95
|
-
import { EnumInput } from "./components/inputs/reactHookForm/selectInputs/EnumInput.js";
|
|
96
|
-
import { TableNumericalInput } from "./components/inputs/reactHookForm/tableInputs/table-numerical-input.js";
|
|
97
|
-
import { TableTextInput } from "./components/inputs/reactHookForm/tableInputs/table-text-input.js";
|
|
98
|
-
import { DescriptionField } from "./components/inputs/reactHookForm/text/DescriptionField.js";
|
|
99
|
-
import { ExpandingTextField } from "./components/inputs/reactHookForm/text/ExpandingTextField.js";
|
|
100
|
-
import { TextInput } from "./components/inputs/reactHookForm/text/TextInput.js";
|
|
101
|
-
import { UniqueNameInput } from "./components/inputs/reactHookForm/text/UniqueNameInput.js";
|
|
102
|
-
import { DescriptionInput } from "./components/inputs/reactHookForm/text/DescriptionInput.js";
|
|
103
|
-
import { CancelButton } from "./components/inputs/reactHookForm/utils/CancelButton.js";
|
|
104
|
-
import { FieldLabel } from "./components/inputs/reactHookForm/utils/FieldLabel.js";
|
|
105
|
-
import { SubmitButton } from "./components/inputs/reactHookForm/utils/SubmitButton.js";
|
|
106
|
-
import { TextFieldWithAdornment } from "./components/inputs/reactHookForm/utils/TextFieldWithAdornment.js";
|
|
107
|
-
import { genHelperError, gridItem, identity, isFieldRequired, toFloatOrNullValue } from "./components/inputs/reactHookForm/utils/functions.js";
|
|
108
|
-
import { HelperPreviousValue } from "./components/inputs/reactHookForm/utils/HelperPreviousValue.js";
|
|
109
|
-
import { DESCRIPTION, NAME } from "./components/inputs/reactHookForm/constants.js";
|
|
110
|
-
import { ExpandableInput } from "./components/inputs/reactHookForm/expandableInput/ExpandableInput.js";
|
|
111
|
-
import { CountrySelectionInput } from "./components/inputs/reactHookForm/CountrySelectionInput.js";
|
|
112
|
-
import { CheckboxNullableInput } from "./components/inputs/reactHookForm/CheckboxNullableInput.js";
|
|
113
|
-
import { AutocompleteWithFavorites } from "./components/inputs/reactQueryBuilder/AutocompleteWithFavorites.js";
|
|
114
|
-
import { CombinatorSelector } from "./components/inputs/reactQueryBuilder/CombinatorSelector.js";
|
|
115
|
-
import { CountryValueEditor } from "./components/inputs/reactQueryBuilder/CountryValueEditor.js";
|
|
116
|
-
import { CustomReactQueryBuilder } from "./components/inputs/reactQueryBuilder/CustomReactQueryBuilder.js";
|
|
117
|
-
import { ElementValueEditor } from "./components/inputs/reactQueryBuilder/ElementValueEditor.js";
|
|
118
|
-
import { PropertyValueEditor } from "./components/inputs/reactQueryBuilder/PropertyValueEditor.js";
|
|
119
|
-
import { RemoveButton } from "./components/inputs/reactQueryBuilder/RemoveButton.js";
|
|
120
|
-
import { TextValueEditor } from "./components/inputs/reactQueryBuilder/TextValueEditor.js";
|
|
121
|
-
import { TranslatedValueEditor } from "./components/inputs/reactQueryBuilder/TranslatedValueEditor.js";
|
|
122
|
-
import { ValueEditor } from "./components/inputs/reactQueryBuilder/ValueEditor.js";
|
|
123
|
-
import { ValueSelector } from "./components/inputs/reactQueryBuilder/ValueSelector.js";
|
|
124
|
-
import { GroupValueEditor } from "./components/inputs/reactQueryBuilder/compositeRuleEditor/GroupValueEditor.js";
|
|
125
|
-
import { RuleValueEditor } from "./components/inputs/reactQueryBuilder/compositeRuleEditor/RuleValueEditor.js";
|
|
126
|
-
import { useConvertValue } from "./components/inputs/reactQueryBuilder/hooks/useConvertValue.js";
|
|
127
|
-
import { useValid } from "./components/inputs/reactQueryBuilder/hooks/useValid.js";
|
|
128
|
-
import { ActivableChip } from "./components/inputs/ActivableChip.js";
|
|
129
|
-
import { MultipleSelectionDialog } from "./components/multipleSelectionDialog/MultipleSelectionDialog.js";
|
|
130
|
-
import { OverflowableText } from "./components/overflowableText/OverflowableText.js";
|
|
131
|
-
import { SnackbarProvider } from "./components/snackbarProvider/SnackbarProvider.js";
|
|
132
48
|
import { AboutDialog } from "./components/topBar/AboutDialog.js";
|
|
133
49
|
import { GridLogo, LogoText } from "./components/topBar/GridLogo.js";
|
|
134
50
|
import { DevModeBanner } from "./components/topBar/DevModeBanner.js";
|
|
@@ -139,11 +55,6 @@ import { NotificationsProvider } from "./components/notifications/NotificationsP
|
|
|
139
55
|
import { NotificationsContext } from "./components/notifications/contexts/NotificationsContext.js";
|
|
140
56
|
import { useNotificationsListener } from "./components/notifications/hooks/useNotificationsListener.js";
|
|
141
57
|
import { useListenerManager } from "./components/notifications/hooks/useListenerManager.js";
|
|
142
|
-
import { LeftPanelOpenIcon } from "./components/icons/LeftPanelOpenIcon.js";
|
|
143
|
-
import { ArrowsOutputIcon } from "./components/icons/ArrowsOutputIcon.js";
|
|
144
|
-
import { ArrowsInputIcon } from "./components/icons/ArrowsInputIcon.js";
|
|
145
|
-
import { LeftPanelCloseIcon } from "./components/icons/LeftPanelCloseIcon.js";
|
|
146
|
-
import { EditNoteIcon } from "./components/icons/EditNoteIcon.js";
|
|
147
58
|
import { ComputingType, formatComputingTypeLabel, isValidComputingType } from "./components/parameters/common/computing-type.js";
|
|
148
59
|
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 "./components/parameters/common/constants.js";
|
|
149
60
|
import { LineSeparator } from "./components/parameters/common/line-separator.js";
|
|
@@ -192,10 +103,8 @@ import { CONTINGENCIES_LIST_INFOS, CONTINGENCIES_START_TIME, SCENARIO_DURATION }
|
|
|
192
103
|
import { DynamicSecurityAnalysisInline } from "./components/parameters/dynamic-security-analysis/dynamic-security-analysis-inline.js";
|
|
193
104
|
import { ACCURACY, ACTIVE, CALCULATION_TYPE, LOADS_VARIATIONS, LOAD_FILTERS, LOAD_INCREASE_START_TIME, LOAD_INCREASE_STOP_TIME, LOAD_MODELS_RULE, MARGIN_CALCULATION_START_TIME, START_TIME, STOP_TIME, VARIATION } from "./components/parameters/dynamic-margin-calculation/constants.js";
|
|
194
105
|
import { DynamicMarginCalculationInline } from "./components/parameters/dynamic-margin-calculation/dynamic-margin-calculation-inline.js";
|
|
195
|
-
import { CustomMenuItem, CustomNestedMenuItem } from "./components/menus/custom-nested-menu.js";
|
|
196
106
|
import { OverflowableTableCell } from "./components/muiTable/OverflowableTableCell.js";
|
|
197
107
|
import { OverflowableTableCellWithCheckbox } from "./components/muiTable/OverflowableTableCellWithCheckbox.js";
|
|
198
|
-
import { ResizeHandle } from "./components/resizablePanels/ResizeHandle.js";
|
|
199
108
|
import { filledTextField, italicFontTextField, standardTextField } from "./components/network-modifications/common/form.utils.js";
|
|
200
109
|
import { PropertiesForm } from "./components/network-modifications/common/properties/PropertiesForm.js";
|
|
201
110
|
import { PropertyForm } from "./components/network-modifications/common/properties/PropertyForm.js";
|
|
@@ -235,6 +144,97 @@ import { substationModificationDtoToForm, substationModificationEmptyFormData, s
|
|
|
235
144
|
import { SwitchesBetweenSections } from "./components/network-modifications/voltageLevel/creation/tabs/structureTab/switchesBetweenSections/SwitchesBetweenSections.js";
|
|
236
145
|
import "react";
|
|
237
146
|
import "react-hook-form";
|
|
147
|
+
import { AddButton, AddButtonMode } from "./components/ui/addButton/AddButton.js";
|
|
148
|
+
import { AnnouncementBanner } from "./components/ui/announcement/AnnouncementBanner.js";
|
|
149
|
+
import { AnnouncementNotification } from "./components/ui/announcement/AnnouncementNotification.js";
|
|
150
|
+
import { useGlobalAnnouncement } from "./components/ui/announcement/useGlobalAnnouncement.js";
|
|
151
|
+
import { OverflowableChip } from "./components/ui/reactHookForm/OverflowableChip.js";
|
|
152
|
+
import { OverflowableChipWithHelperText } from "./components/ui/reactHookForm/OverflowableChipWithHelperText.js";
|
|
153
|
+
import { ChipItemsInput } from "./components/ui/reactHookForm/chip-items-input.js";
|
|
154
|
+
import { DirectoryItemsInput } from "./components/ui/reactHookForm/DirectoryItemsInput.js";
|
|
155
|
+
import { RawReadOnlyInput } from "./components/ui/reactHookForm/RawReadOnlyInput.js";
|
|
156
|
+
import { BottomRightButtons } from "./components/ui/reactHookForm/agGridTable/BottomRightButtons.js";
|
|
157
|
+
import { CustomAgGridTable } from "./components/ui/reactHookForm/agGridTable/CustomAgGridTable.js";
|
|
158
|
+
import { NumericEditor } from "./components/ui/reactHookForm/agGridTable/cellEditors/numericEditor.js";
|
|
159
|
+
import { CsvUploader } from "./components/ui/reactHookForm/agGridTable/csvUploader/CsvUploader.js";
|
|
160
|
+
import { AutocompleteInput } from "./components/ui/reactHookForm/autocompleteInputs/AutocompleteInput.js";
|
|
161
|
+
import { MultipleAutocompleteInput } from "./components/ui/reactHookForm/autocompleteInputs/MultipleAutocompleteInput.js";
|
|
162
|
+
import { BooleanInput } from "./components/ui/reactHookForm/booleans/BooleanInput.js";
|
|
163
|
+
import { CheckboxInput } from "./components/ui/reactHookForm/booleans/CheckboxInput.js";
|
|
164
|
+
import { RadioInput } from "./components/ui/reactHookForm/booleans/RadioInput.js";
|
|
165
|
+
import { SwitchInput } from "./components/ui/reactHookForm/booleans/SwitchInput.js";
|
|
166
|
+
import { ErrorInput } from "./components/ui/reactHookForm/errorManagement/ErrorInput.js";
|
|
167
|
+
import { FieldErrorAlert } from "./components/ui/reactHookForm/errorManagement/FieldErrorAlert.js";
|
|
168
|
+
import { MidFormError } from "./components/ui/reactHookForm/errorManagement/MidFormError.js";
|
|
169
|
+
import { FloatInput } from "./components/ui/reactHookForm/numbers/FloatInput.js";
|
|
170
|
+
import { IntegerInput } from "./components/ui/reactHookForm/numbers/IntegerInput.js";
|
|
171
|
+
import { DEFAULT_RANGE_VALUE, RangeInput, RangeType, getRangeInputSchema } from "./components/ui/reactHookForm/numbers/RangeInput.js";
|
|
172
|
+
import { SliderInput } from "./components/ui/reactHookForm/numbers/SliderInput.js";
|
|
173
|
+
import { isFloatNumber, isIntegerNumber } from "./components/ui/reactHookForm/numbers/utils.js";
|
|
174
|
+
import { CustomFormContext, CustomFormProvider } from "./components/ui/reactHookForm/provider/CustomFormProvider.js";
|
|
175
|
+
import { useCustomFormContext } from "./components/ui/reactHookForm/provider/useCustomFormContext.js";
|
|
176
|
+
import { ReadOnlyInput } from "./components/ui/reactHookForm/readOnly/ReadOnlyInput.js";
|
|
177
|
+
import { ButtonReadOnlyInput } from "./components/ui/reactHookForm/readOnly/ButtonReadOnlyInput.js";
|
|
178
|
+
import { CountriesInput } from "./components/ui/reactHookForm/selectInputs/CountriesInput.js";
|
|
179
|
+
import { InputWithPopupConfirmation } from "./components/ui/reactHookForm/selectInputs/InputWithPopupConfirmation.js";
|
|
180
|
+
import { MuiSelectInput } from "./components/ui/reactHookForm/selectInputs/MuiSelectInput.js";
|
|
181
|
+
import { SelectInput } from "./components/ui/reactHookForm/selectInputs/SelectInput.js";
|
|
182
|
+
import { SelectWithConfirmationInput } from "./components/ui/reactHookForm/selectInputs/SelectWithConfirmationInput.js";
|
|
183
|
+
import { EnumInput } from "./components/ui/reactHookForm/selectInputs/EnumInput.js";
|
|
184
|
+
import { TableNumericalInput } from "./components/ui/reactHookForm/tableInputs/table-numerical-input.js";
|
|
185
|
+
import { TableTextInput } from "./components/ui/reactHookForm/tableInputs/table-text-input.js";
|
|
186
|
+
import { DescriptionField } from "./components/ui/reactHookForm/text/DescriptionField.js";
|
|
187
|
+
import { ExpandingTextField } from "./components/ui/reactHookForm/text/ExpandingTextField.js";
|
|
188
|
+
import { TextInput } from "./components/ui/reactHookForm/text/TextInput.js";
|
|
189
|
+
import { UniqueNameInput } from "./components/ui/reactHookForm/text/UniqueNameInput.js";
|
|
190
|
+
import { DescriptionInput } from "./components/ui/reactHookForm/text/DescriptionInput.js";
|
|
191
|
+
import { CancelButton } from "./components/ui/reactHookForm/utils/CancelButton.js";
|
|
192
|
+
import { FieldLabel } from "./components/ui/reactHookForm/utils/FieldLabel.js";
|
|
193
|
+
import { SubmitButton } from "./components/ui/reactHookForm/utils/SubmitButton.js";
|
|
194
|
+
import { TextFieldWithAdornment } from "./components/ui/reactHookForm/utils/TextFieldWithAdornment.js";
|
|
195
|
+
import { genHelperError, gridItem, identity, isFieldRequired, toFloatOrNullValue } from "./components/ui/reactHookForm/utils/functions.js";
|
|
196
|
+
import { HelperPreviousValue } from "./components/ui/reactHookForm/utils/HelperPreviousValue.js";
|
|
197
|
+
import { DESCRIPTION, NAME } from "./components/ui/reactHookForm/constants.js";
|
|
198
|
+
import { ExpandableInput } from "./components/ui/reactHookForm/expandableInput/ExpandableInput.js";
|
|
199
|
+
import { CountrySelectionInput } from "./components/ui/reactHookForm/CountrySelectionInput.js";
|
|
200
|
+
import { CheckboxNullableInput } from "./components/ui/reactHookForm/CheckboxNullableInput.js";
|
|
201
|
+
import { AutocompleteWithFavorites } from "./components/ui/reactQueryBuilder/AutocompleteWithFavorites.js";
|
|
202
|
+
import { CombinatorSelector } from "./components/ui/reactQueryBuilder/CombinatorSelector.js";
|
|
203
|
+
import { CountryValueEditor } from "./components/ui/reactQueryBuilder/CountryValueEditor.js";
|
|
204
|
+
import { CustomReactQueryBuilder } from "./components/ui/reactQueryBuilder/CustomReactQueryBuilder.js";
|
|
205
|
+
import { ElementValueEditor } from "./components/ui/reactQueryBuilder/ElementValueEditor.js";
|
|
206
|
+
import { PropertyValueEditor } from "./components/ui/reactQueryBuilder/PropertyValueEditor.js";
|
|
207
|
+
import { RemoveButton } from "./components/ui/reactQueryBuilder/RemoveButton.js";
|
|
208
|
+
import { TextValueEditor } from "./components/ui/reactQueryBuilder/TextValueEditor.js";
|
|
209
|
+
import { TranslatedValueEditor } from "./components/ui/reactQueryBuilder/TranslatedValueEditor.js";
|
|
210
|
+
import { ValueEditor } from "./components/ui/reactQueryBuilder/ValueEditor.js";
|
|
211
|
+
import { ValueSelector } from "./components/ui/reactQueryBuilder/ValueSelector.js";
|
|
212
|
+
import { GroupValueEditor } from "./components/ui/reactQueryBuilder/compositeRuleEditor/GroupValueEditor.js";
|
|
213
|
+
import { RuleValueEditor } from "./components/ui/reactQueryBuilder/compositeRuleEditor/RuleValueEditor.js";
|
|
214
|
+
import { useConvertValue } from "./components/ui/reactQueryBuilder/hooks/useConvertValue.js";
|
|
215
|
+
import { useValid } from "./components/ui/reactQueryBuilder/hooks/useValid.js";
|
|
216
|
+
import { CheckBoxList } from "./components/ui/checkBoxList/CheckBoxList.js";
|
|
217
|
+
import { SelectClearable } from "./components/ui/inputs/SelectClearable.js";
|
|
218
|
+
import { ActivableChip } from "./components/ui/inputs/ActivableChip.js";
|
|
219
|
+
import { CustomMuiDialog, unscrollableDialogStyles } from "./components/ui/dialogs/customMuiDialog/CustomMuiDialog.js";
|
|
220
|
+
import { DescriptionModificationDialog } from "./components/ui/dialogs/descriptionModificationDialog/DescriptionModificationDialog.js";
|
|
221
|
+
import { ElementSaveDialog } from "./components/ui/dialogs/elementSaveDialog/ElementSaveDialog.js";
|
|
222
|
+
import { initializeDirectory } from "./components/ui/dialogs/elementSaveDialog/utils.js";
|
|
223
|
+
import { ModifyElementSelection } from "./components/ui/dialogs/modifyElementSelection/ModifyElementSelection.js";
|
|
224
|
+
import { PopupConfirmationDialog } from "./components/ui/dialogs/popupConfirmationDialog/PopupConfirmationDialog.js";
|
|
225
|
+
import { MultipleSelectionDialog } from "./components/ui/dialogs/multipleSelectionDialog/MultipleSelectionDialog.js";
|
|
226
|
+
import { OverflowableText } from "./components/ui/overflowableText/OverflowableText.js";
|
|
227
|
+
import { SnackbarProvider } from "./components/ui/snackbarProvider/SnackbarProvider.js";
|
|
228
|
+
import { LeftPanelOpenIcon } from "./components/ui/icons/LeftPanelOpenIcon.js";
|
|
229
|
+
import { ArrowsOutputIcon } from "./components/ui/icons/ArrowsOutputIcon.js";
|
|
230
|
+
import { ArrowsInputIcon } from "./components/ui/icons/ArrowsInputIcon.js";
|
|
231
|
+
import { LeftPanelCloseIcon } from "./components/ui/icons/LeftPanelCloseIcon.js";
|
|
232
|
+
import { EditNoteIcon } from "./components/ui/icons/EditNoteIcon.js";
|
|
233
|
+
import { CustomMenuItem, CustomNestedMenuItem } from "./components/ui/menus/custom-nested-menu.js";
|
|
234
|
+
import { ResizeHandle } from "./components/ui/resizablePanels/ResizeHandle.js";
|
|
235
|
+
import { CsvExport } from "./components/ui/csvDownloader/csv-export.js";
|
|
236
|
+
import { ExportCsvButton } from "./components/ui/csvDownloader/export-csv-button.js";
|
|
237
|
+
import { fetchCsvSeparator, useCsvExport } from "./components/ui/csvDownloader/use-csv-export.js";
|
|
238
238
|
import { equalsArray } from "./utils/algos.js";
|
|
239
239
|
import { ActivePowerAdornment, AmpereAdornment, KiloAmpereAdornment, KilometerAdornment, MVAPowerAdornment, MicroSusceptanceAdornment, OhmAdornment, PercentageAdornment, ReactivePowerAdornment, SusceptanceAdornment, VoltageAdornment } from "./utils/constants/adornments.js";
|
|
240
240
|
import { FetchStatus } from "./utils/constants/fetchStatus.js";
|
|
@@ -243,7 +243,7 @@ import { MAX_CHAR_DESCRIPTION } from "./utils/constants/uiConstants.js";
|
|
|
243
243
|
import { AMPERE, DEGREE, KILO_AMPERE, KILO_METER, KILO_VOLT, MEGA_VAR, MEGA_VOLT_AMPERE, MEGA_WATT, MICRO_SIEMENS, OHM, PERCENTAGE, SIEMENS } from "./utils/constants/unitsConstants.js";
|
|
244
244
|
import { COMMON_APP_NAME, COMMON_CONFIG_PARAMS_NAMES, LAST_SELECTED_DIRECTORY, PARAM_DEVELOPER_MODE, PARAM_LANGUAGE, PARAM_THEME } from "./utils/constants/configConstants.js";
|
|
245
245
|
import { FILTERS, FILTER_ID, FILTER_NAME, ID } from "./utils/constants/filterConstant.js";
|
|
246
|
-
import { DUPLICATED_PROPS_ERROR, YUP_NOT_TYPE_NUMBER, YUP_REQUIRED } from "./utils/constants/translationKeys.js";
|
|
246
|
+
import { DUPLICATED_PROPS_ERROR, YUP_NOT_TYPE_DEFAULT, YUP_NOT_TYPE_NUMBER, YUP_REQUIRED } from "./utils/constants/translationKeys.js";
|
|
247
247
|
import { GRIDSUITE_DEFAULT_PRECISION, convertInputValue, convertOutputValue, isBlankOrEmpty, kiloUnitToUnit, microUnitToUnit, roundToDefaultPrecision, roundToPrecision, toModificationOperation, unitToKiloUnit, unitToMicroUnit } from "./utils/conversionUtils.js";
|
|
248
248
|
import { catchErrorHandler, extractErrorMessageDescriptor, snackWithFallback } from "./utils/error.js";
|
|
249
249
|
import { areArrayElementsUnique, arraysContainIdenticalStrings, isEmpty, isObjectEmpty, keyGenerator } from "./utils/functions.js";
|
|
@@ -259,7 +259,7 @@ import { ProblemDetailError } from "./utils/types/ProblemDetailError.js";
|
|
|
259
259
|
import { NetworkTimeoutError } from "./utils/types/NetworkTimeoutError.js";
|
|
260
260
|
import { ElementType } from "./utils/types/elementType.js";
|
|
261
261
|
import { ALL_EQUIPMENTS, BASE_EQUIPMENTS, CONNECTION_DIRECTIONS, EQUIPMENTS_WITH_ONE_NOMINAL_VOLTAGE, EQUIPMENTS_WITH_ONE_SUBSTATION, EQUIPMENTS_WITH_THREE_NOMINAL_VOLTAGES, EQUIPMENTS_WITH_TWO_NOMINAL_VOLTAGES, EQUIPMENTS_WITH_TWO_SUBSTATIONS, EquipmentType, ExtendedEquipmentType, HvdcType, LOAD_TYPES, OperatingStatus, SEARCH_EQUIPMENTS, TYPE_TAG_MAX_SIZE, UNDEFINED_CONNECTION_DIRECTION, UNDEFINED_LOAD_TYPE, VL_TAG_MAX_SIZE, equipmentStyles, getConnectionDirectionLabel, getEquipmentsInfosForSearchBar, getLoadTypeLabel } from "./utils/types/equipmentType.js";
|
|
262
|
-
import { Battery, BoundaryLine, BusBar, Generator, Hvdc, LCC, Line, Load, SVC, ShuntCompensator, Substation, ThreeWindingTransfo, TwoWindingTransfo, VSC, VoltageLevel } from "./utils/types/equipmentTypes.js";
|
|
262
|
+
import { Battery, BoundaryLine, BusBar, Generator, Hvdc, LCC, Line, Load, SVC, ShuntCompensator, Substation, ThreeWindingTransfo, TwoWindingTransfo, VSC, VoltageLevel, isInjection } from "./utils/types/equipmentTypes.js";
|
|
263
263
|
import { AnnouncementSeverity, ArrayAction } from "./utils/types/types.js";
|
|
264
264
|
import { MODIFICATION_TYPES, ModificationType } from "./utils/types/modificationType.js";
|
|
265
265
|
import { FieldType } from "./utils/types/fieldType.js";
|
|
@@ -287,7 +287,7 @@ import { fetchCurrentAnnouncement, fetchUserDetails } from "./services/userAdmin
|
|
|
287
287
|
import { DEFAULT_TIMEOUT_MS, IGNORE_SIGNAL, backendFetch, backendFetchFile, backendFetchJson, backendFetchText, getRequestParamFromList, handleNotOkResponse, parseError, safeEncodeURIComponent } from "./services/utils.js";
|
|
288
288
|
import { getVoltageInitParameters, getVoltageInitUrl } from "./services/voltage-init.js";
|
|
289
289
|
import { fetchShortCircuitParameters, getShortCircuitSpecificParametersDescription, updateShortCircuitParameters } from "./services/short-circuit-analysis.js";
|
|
290
|
-
import { changeCompositeSubModificationOrder, changeNetworkModificationOrder, fetchBusBarSectionsForNewCoupler, fetchNetworkModification, getBaseNetworkModificationUrl, getNetworkModificationsFromComposite, getStudyUrlWithNodeUuid, updateModification } from "./services/networkModification.js";
|
|
290
|
+
import { changeCompositeSubModificationOrder, changeNetworkModificationOrder, fetchBusBarSectionsForNewCoupler, fetchNetworkModification, getBaseNetworkModificationUrl, getNetworkModificationsFromComposite, getStudyUrlWithNodeUuid, setModificationMetadata, updateModification, updateModificationStatusByRootNetwork, updateNetworkModificationsMetadata } from "./services/networkModification.js";
|
|
291
291
|
import { fetchDynamicSimulationModels, getDynamicMappings } from "./services/dynamic-mapping.js";
|
|
292
292
|
import { fetchDynamicSimulationParameters, fetchDynamicSimulationProviders, updateDynamicSimulationParameters } from "./services/dynamic-simulation.js";
|
|
293
293
|
import { fetchContingencyAndFiltersLists, fetchDynamicSecurityAnalysisProviders } from "./services/dynamic-security-analysis.js";
|
|
@@ -324,12 +324,16 @@ import { COLUMNS_WITHOUT_BORDER, DEPTH_CELL_WIDTH, DROP_FORBIDDEN_INDICATOR_BOTT
|
|
|
324
324
|
import { AUTO_EXTENSIBLE_COLUMNS, BASE_MODIFICATION_TABLE_COLUMNS, computeTagMinSize } from "./components/network-modification-table/columns-definition.js";
|
|
325
325
|
import { NetworkModificationsTable } from "./components/network-modification-table/network-modifications-table.js";
|
|
326
326
|
import { useModificationsDragAndDrop } from "./components/network-modification-table/use-modifications-drag-and-drop.js";
|
|
327
|
+
import { DescriptionCellRenderer, DragHandleRenderer, NameCellRenderer, NameHeaderRenderer, RootNetworkCellRenderer, RootNetworkHeaderRenderer, SelectCellRenderer, SelectHeaderRenderer, SwitchCellRenderer } from "./components/network-modification-table/renderers/cell-renderers.js";
|
|
327
328
|
import { DepthBox } from "./components/network-modification-table/renderers/depth-box.js";
|
|
329
|
+
import { DescriptionCell } from "./components/network-modification-table/renderers/description-cell.js";
|
|
328
330
|
import { DragHandleCell } from "./components/network-modification-table/renderers/drag-handle-cell.js";
|
|
329
331
|
import { NameCell } from "./components/network-modification-table/renderers/name-cell.js";
|
|
330
332
|
import { NetworkModificationEditorNameHeader } from "./components/network-modification-table/renderers/network-modification-node-editor-name-header.js";
|
|
333
|
+
import { RootNetworkChipCell } from "./components/network-modification-table/renderers/root-network-chip-cell.js";
|
|
331
334
|
import { SelectCell } from "./components/network-modification-table/renderers/select-cell.js";
|
|
332
335
|
import { SelectHeaderCell } from "./components/network-modification-table/renderers/select-header-cell.js";
|
|
336
|
+
import { SwitchCell } from "./components/network-modification-table/renderers/switch-cell.js";
|
|
333
337
|
import { DragCloneRow } from "./components/network-modification-table/row/drag-row-clone.js";
|
|
334
338
|
import { ModificationRow } from "./components/network-modification-table/row/modification-row.js";
|
|
335
339
|
import { MAX_COMPOSITE_NESTING_DEPTH, fetchSubModificationsForExpandedRows, findAllLoadedCompositeModifications, findModificationInTree, formatToComposedModification, isCompositeModification, mergeSubModificationsIntoTree, moveSubModificationInTree, updateModificationFieldInTree, updateSubModificationsOfACompositeInTree } from "./components/network-modification-table/utils.js";
|
|
@@ -536,6 +540,8 @@ export {
|
|
|
536
540
|
DataType,
|
|
537
541
|
DefaultCellRenderer,
|
|
538
542
|
DepthBox,
|
|
543
|
+
DescriptionCell,
|
|
544
|
+
DescriptionCellRenderer,
|
|
539
545
|
DescriptionField,
|
|
540
546
|
DescriptionInput,
|
|
541
547
|
DescriptionModificationDialog,
|
|
@@ -550,6 +556,7 @@ export {
|
|
|
550
556
|
DndTableBottomRightButtons,
|
|
551
557
|
DragCloneRow,
|
|
552
558
|
DragHandleCell,
|
|
559
|
+
DragHandleRenderer,
|
|
553
560
|
DynamicMarginCalculationInline,
|
|
554
561
|
DynamicSecurityAnalysisInline,
|
|
555
562
|
DynamicSimulationInline,
|
|
@@ -714,6 +721,8 @@ export {
|
|
|
714
721
|
NO_ITEM_SELECTION_FOR_COPY,
|
|
715
722
|
NadPositionsGenerationMode,
|
|
716
723
|
NameCell,
|
|
724
|
+
NameCellRenderer,
|
|
725
|
+
NameHeaderRenderer,
|
|
717
726
|
NetworkModificationEditorNameHeader,
|
|
718
727
|
NetworkModificationNameCellRenderer,
|
|
719
728
|
NetworkModificationsTable,
|
|
@@ -810,6 +819,9 @@ export {
|
|
|
810
819
|
ReadOnlyInput,
|
|
811
820
|
RemoveButton,
|
|
812
821
|
ResizeHandle,
|
|
822
|
+
RootNetworkCellRenderer,
|
|
823
|
+
RootNetworkChipCell,
|
|
824
|
+
RootNetworkHeaderRenderer,
|
|
813
825
|
RuleValueEditor,
|
|
814
826
|
SCENARIO_DURATION,
|
|
815
827
|
SEARCH_EQUIPMENTS,
|
|
@@ -849,8 +861,10 @@ export {
|
|
|
849
861
|
SecurityAnalysisParametersDialog,
|
|
850
862
|
SecurityAnalysisParametersInline,
|
|
851
863
|
SelectCell,
|
|
864
|
+
SelectCellRenderer,
|
|
852
865
|
SelectClearable,
|
|
853
866
|
SelectHeaderCell,
|
|
867
|
+
SelectHeaderRenderer,
|
|
854
868
|
SelectInput,
|
|
855
869
|
SelectWithConfirmationInput,
|
|
856
870
|
SensiBranchesTabValues,
|
|
@@ -877,6 +891,8 @@ export {
|
|
|
877
891
|
SubstationLayout,
|
|
878
892
|
SubstationModificationForm,
|
|
879
893
|
SusceptanceAdornment,
|
|
894
|
+
SwitchCell,
|
|
895
|
+
SwitchCellRenderer,
|
|
880
896
|
SwitchInput,
|
|
881
897
|
SwitchKind,
|
|
882
898
|
SwitchWithLabel,
|
|
@@ -931,6 +947,7 @@ export {
|
|
|
931
947
|
VoltageLevelCreationForm,
|
|
932
948
|
VoltageLevelModificationForm,
|
|
933
949
|
WRITE_SLACK_BUS,
|
|
950
|
+
YUP_NOT_TYPE_DEFAULT,
|
|
934
951
|
YUP_NOT_TYPE_NUMBER,
|
|
935
952
|
YUP_REQUIRED,
|
|
936
953
|
alertThresholdMarks,
|
|
@@ -1204,6 +1221,7 @@ export {
|
|
|
1204
1221
|
isExploreMetadata,
|
|
1205
1222
|
isFieldRequired,
|
|
1206
1223
|
isFloatNumber,
|
|
1224
|
+
isInjection,
|
|
1207
1225
|
isIntegerNumber,
|
|
1208
1226
|
isObjectEmpty,
|
|
1209
1227
|
isStudyMetadata,
|
|
@@ -1269,6 +1287,7 @@ export {
|
|
|
1269
1287
|
setLoadFlowParameters,
|
|
1270
1288
|
setLoggedUser,
|
|
1271
1289
|
setLogoutError,
|
|
1290
|
+
setModificationMetadata,
|
|
1272
1291
|
setSecurityAnalysisParameters,
|
|
1273
1292
|
setSelectedReactiveLimits,
|
|
1274
1293
|
setSensitivityAnalysisParameters,
|
|
@@ -1319,6 +1338,8 @@ export {
|
|
|
1319
1338
|
updateDynamicSimulationParameters,
|
|
1320
1339
|
updateModification,
|
|
1321
1340
|
updateModificationFieldInTree,
|
|
1341
|
+
updateModificationStatusByRootNetwork,
|
|
1342
|
+
updateNetworkModificationsMetadata,
|
|
1322
1343
|
updateParameter,
|
|
1323
1344
|
updatePccMinParameters,
|
|
1324
1345
|
updateSecurityAnalysisParameters,
|
package/dist/services/index.js
CHANGED
|
@@ -12,7 +12,7 @@ import { fetchCurrentAnnouncement, fetchUserDetails } from "./userAdmin.js";
|
|
|
12
12
|
import { DEFAULT_TIMEOUT_MS, IGNORE_SIGNAL, backendFetch, backendFetchFile, backendFetchJson, backendFetchText, getRequestParamFromList, handleNotOkResponse, parseError, safeEncodeURIComponent } from "./utils.js";
|
|
13
13
|
import { getVoltageInitParameters, getVoltageInitUrl } from "./voltage-init.js";
|
|
14
14
|
import { fetchShortCircuitParameters, getShortCircuitSpecificParametersDescription, updateShortCircuitParameters } from "./short-circuit-analysis.js";
|
|
15
|
-
import { changeCompositeSubModificationOrder, changeNetworkModificationOrder, fetchBusBarSectionsForNewCoupler, fetchNetworkModification, getBaseNetworkModificationUrl, getNetworkModificationsFromComposite, getStudyUrlWithNodeUuid, updateModification } from "./networkModification.js";
|
|
15
|
+
import { changeCompositeSubModificationOrder, changeNetworkModificationOrder, fetchBusBarSectionsForNewCoupler, fetchNetworkModification, getBaseNetworkModificationUrl, getNetworkModificationsFromComposite, getStudyUrlWithNodeUuid, setModificationMetadata, updateModification, updateModificationStatusByRootNetwork, updateNetworkModificationsMetadata } from "./networkModification.js";
|
|
16
16
|
import { fetchDynamicSimulationModels, getDynamicMappings } from "./dynamic-mapping.js";
|
|
17
17
|
import { fetchDynamicSimulationParameters, fetchDynamicSimulationProviders, updateDynamicSimulationParameters } from "./dynamic-simulation.js";
|
|
18
18
|
import { fetchContingencyAndFiltersLists, fetchDynamicSecurityAnalysisProviders } from "./dynamic-security-analysis.js";
|
|
@@ -96,6 +96,7 @@ export {
|
|
|
96
96
|
safeEncodeURIComponent,
|
|
97
97
|
saveFilter,
|
|
98
98
|
setLoadFlowParameters,
|
|
99
|
+
setModificationMetadata,
|
|
99
100
|
setSecurityAnalysisParameters,
|
|
100
101
|
setSensitivityAnalysisParameters,
|
|
101
102
|
setStudyNetworkVisualizationParameters,
|
|
@@ -103,6 +104,8 @@ export {
|
|
|
103
104
|
updateDynamicMarginCalculationParameters,
|
|
104
105
|
updateDynamicSimulationParameters,
|
|
105
106
|
updateModification,
|
|
107
|
+
updateModificationStatusByRootNetwork,
|
|
108
|
+
updateNetworkModificationsMetadata,
|
|
106
109
|
updateParameter,
|
|
107
110
|
updatePccMinParameters,
|
|
108
111
|
updateSecurityAnalysisParameters,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { UUID } from 'node:crypto';
|
|
2
|
-
import { NetworkModificationMetadata } from '../utils';
|
|
2
|
+
import { ComposedModificationMetadata, NetworkModificationMetadata } from '../utils';
|
|
3
3
|
export declare const getBaseNetworkModificationUrl: () => string;
|
|
4
4
|
export declare const getStudyUrlWithNodeUuid: (studyUuid: string | null | undefined, nodeUuid: string | undefined) => string;
|
|
5
5
|
export declare function fetchNetworkModification(modificationUuid: UUID): Promise<Response>;
|
|
@@ -8,6 +8,11 @@ export declare function updateModification({ modificationUuid, body }: {
|
|
|
8
8
|
modificationUuid: UUID;
|
|
9
9
|
body: string;
|
|
10
10
|
}): Promise<string>;
|
|
11
|
+
/**
|
|
12
|
+
* Update only the metadata (e.g. the name) of network modifications, directly on the network-modification-server.
|
|
13
|
+
* Fields left out of `metadata` are not modified.
|
|
14
|
+
*/
|
|
15
|
+
export declare function updateNetworkModificationsMetadata(modificationUuids: UUID[], metadata: Partial<ComposedModificationMetadata>): Promise<Response>;
|
|
11
16
|
export declare function getNetworkModificationsFromComposite(compositeModificationUuids: string[], onlyMetadata?: boolean): Promise<Record<UUID, NetworkModificationMetadata[]>>;
|
|
12
17
|
/**
|
|
13
18
|
* Move a composite sub-modification within or between composites, or between a composite and the group root.
|
|
@@ -26,3 +31,5 @@ export declare function getNetworkModificationsFromComposite(compositeModificati
|
|
|
26
31
|
*/
|
|
27
32
|
export declare function changeCompositeSubModificationOrder(studyUuid: UUID | null, nodeUuid: UUID | undefined, modificationUuid: UUID, sourceCompositeUuid: UUID | null, targetCompositeUuid: UUID | null, beforeUuid: UUID | null): Promise<Response>;
|
|
28
33
|
export declare function changeNetworkModificationOrder(studyUuid: UUID | null, nodeUuid: UUID | undefined, itemUuid: UUID, beforeUuid: UUID | null): Promise<Response>;
|
|
34
|
+
export declare function setModificationMetadata(studyUuid: UUID | null, nodeUuid: UUID | undefined, modificationUuid: UUID | undefined, metadata: Partial<NetworkModificationMetadata | ComposedModificationMetadata>): Promise<Response>;
|
|
35
|
+
export declare function updateModificationStatusByRootNetwork(studyUuid: UUID, nodeUuid: UUID, rootNetworkUuid: UUID, modificationUuid: UUID, activated: boolean): Promise<Response>;
|
|
@@ -36,6 +36,20 @@ function updateModification({ modificationUuid, body }) {
|
|
|
36
36
|
body
|
|
37
37
|
});
|
|
38
38
|
}
|
|
39
|
+
function updateNetworkModificationsMetadata(modificationUuids, metadata) {
|
|
40
|
+
const urlSearchParams = new URLSearchParams();
|
|
41
|
+
modificationUuids.forEach((uuid) => urlSearchParams.append("uuids", uuid));
|
|
42
|
+
const url = `${getUrl()}?${urlSearchParams.toString()}`;
|
|
43
|
+
console.debug(url);
|
|
44
|
+
return backendFetch(url, {
|
|
45
|
+
method: "PUT",
|
|
46
|
+
headers: {
|
|
47
|
+
Accept: "application/json",
|
|
48
|
+
"Content-Type": "application/json"
|
|
49
|
+
},
|
|
50
|
+
body: JSON.stringify(metadata)
|
|
51
|
+
});
|
|
52
|
+
}
|
|
39
53
|
function getNetworkModificationsFromComposite(compositeModificationUuids, onlyMetadata = true) {
|
|
40
54
|
const urlSearchParams = new URLSearchParams();
|
|
41
55
|
compositeModificationUuids.forEach((uuid) => urlSearchParams.append("uuids", uuid));
|
|
@@ -62,6 +76,33 @@ function changeNetworkModificationOrder(studyUuid, nodeUuid, itemUuid, beforeUui
|
|
|
62
76
|
console.debug(url);
|
|
63
77
|
return backendFetch(url, { method: "put" });
|
|
64
78
|
}
|
|
79
|
+
const getStudyUrlWithNodeUuidAndRootNetworkUuid = (studyUuid, nodeUuid, rootNetworkUuid) => `${PREFIX_STUDY_QUERIES}/v1/studies/${safeEncodeURIComponent(studyUuid)}/root-networks/${safeEncodeURIComponent(
|
|
80
|
+
rootNetworkUuid
|
|
81
|
+
)}/nodes/${safeEncodeURIComponent(nodeUuid)}`;
|
|
82
|
+
function setModificationMetadata(studyUuid, nodeUuid, modificationUuid, metadata) {
|
|
83
|
+
if (!modificationUuid) {
|
|
84
|
+
return Promise.reject(new Error("modificationUuid is required"));
|
|
85
|
+
}
|
|
86
|
+
const urlSearchParams = new URLSearchParams();
|
|
87
|
+
urlSearchParams.append("uuids", String([modificationUuid]));
|
|
88
|
+
const url = `${getStudyUrlWithNodeUuid(studyUuid, nodeUuid)}/network-modifications?${urlSearchParams.toString()}`;
|
|
89
|
+
return backendFetch(url, {
|
|
90
|
+
method: "PUT",
|
|
91
|
+
headers: {
|
|
92
|
+
Accept: "application/json",
|
|
93
|
+
"Content-Type": "application/json"
|
|
94
|
+
},
|
|
95
|
+
body: JSON.stringify(metadata)
|
|
96
|
+
});
|
|
97
|
+
}
|
|
98
|
+
function updateModificationStatusByRootNetwork(studyUuid, nodeUuid, rootNetworkUuid, modificationUuid, activated) {
|
|
99
|
+
const urlSearchParams = new URLSearchParams();
|
|
100
|
+
urlSearchParams.append("activated", String(activated));
|
|
101
|
+
urlSearchParams.append("uuids", String([modificationUuid]));
|
|
102
|
+
const url = `${getStudyUrlWithNodeUuidAndRootNetworkUuid(studyUuid, nodeUuid, rootNetworkUuid)}/network-modifications?${urlSearchParams.toString()}`;
|
|
103
|
+
console.debug(url);
|
|
104
|
+
return backendFetch(url, { method: "PUT" });
|
|
105
|
+
}
|
|
65
106
|
export {
|
|
66
107
|
changeCompositeSubModificationOrder,
|
|
67
108
|
changeNetworkModificationOrder,
|
|
@@ -70,5 +111,8 @@ export {
|
|
|
70
111
|
getBaseNetworkModificationUrl,
|
|
71
112
|
getNetworkModificationsFromComposite,
|
|
72
113
|
getStudyUrlWithNodeUuid,
|
|
73
|
-
|
|
114
|
+
setModificationMetadata,
|
|
115
|
+
updateModification,
|
|
116
|
+
updateModificationStatusByRootNetwork,
|
|
117
|
+
updateNetworkModificationsMetadata
|
|
74
118
|
};
|
|
@@ -32,7 +32,6 @@ const filterEn = {
|
|
|
32
32
|
AddFreePropCrit: "Add a filtering by property",
|
|
33
33
|
FreeProps: "Equipment properties",
|
|
34
34
|
SubstationFreeProps: "Equipment substation properties",
|
|
35
|
-
YupRequired: "This field is required",
|
|
36
35
|
filterPropertiesNameUniquenessError: "It is not possible to add multiple filters for the same property",
|
|
37
36
|
emptyFilterError: "Filter should contain at least one equipment",
|
|
38
37
|
distributionKeyWithMissingIdError: "Missing ID with defined distribution key",
|
|
@@ -185,8 +185,6 @@ export declare const filterExpertEn: {
|
|
|
185
185
|
greaterOrEqual: string;
|
|
186
186
|
lessThan: string;
|
|
187
187
|
lessOrEqual: string;
|
|
188
|
-
YupNotTypeNumber: string;
|
|
189
|
-
YupNotTypeDefault: string;
|
|
190
188
|
changeOperatorMessage: string;
|
|
191
189
|
lowShortCircuitCurrentLimit: string;
|
|
192
190
|
highShortCircuitCurrentLimit: string;
|
|
@@ -179,8 +179,6 @@ const filterExpertEn = {
|
|
|
179
179
|
greaterOrEqual: ">=",
|
|
180
180
|
lessThan: "<",
|
|
181
181
|
lessOrEqual: "<=",
|
|
182
|
-
YupNotTypeNumber: "This field only accepts numeric values",
|
|
183
|
-
YupNotTypeDefault: "Field value format is incorrect",
|
|
184
182
|
changeOperatorMessage: "The operator will be changed and will be applied to all the criteria already created in the group.",
|
|
185
183
|
lowShortCircuitCurrentLimit: "Low short-circuit current limit",
|
|
186
184
|
highShortCircuitCurrentLimit: "High short-circuit current limit",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { YUP_REQUIRED, DUPLICATED_PROPS_ERROR } from "../../utils/constants/translationKeys.js";
|
|
1
|
+
import { YUP_NOT_TYPE_DEFAULT, YUP_NOT_TYPE_NUMBER, YUP_REQUIRED, DUPLICATED_PROPS_ERROR } from "../../utils/constants/translationKeys.js";
|
|
2
2
|
import "../../utils/conversionUtils.js";
|
|
3
3
|
import "../../utils/types/equipmentType.js";
|
|
4
4
|
import "react/jsx-runtime";
|
|
@@ -126,8 +126,9 @@ const networkModificationsEn = {
|
|
|
126
126
|
ShortCircuitCurrentLimitMustBeGreaterOrEqualToZero: "Short-circuit current limit must be greater than or equal to 0",
|
|
127
127
|
ShortCircuitCurrentLimitMinMaxError: "Low short-circuit current limit must be less than or equal to high limit",
|
|
128
128
|
[DUPLICATED_PROPS_ERROR]: "Duplicated properties: each property must be unique",
|
|
129
|
-
[YUP_REQUIRED]: "
|
|
130
|
-
|
|
129
|
+
[YUP_REQUIRED]: "Required",
|
|
130
|
+
[YUP_NOT_TYPE_NUMBER]: "This field only accepts numeric values",
|
|
131
|
+
[YUP_NOT_TYPE_DEFAULT]: "Field value format is incorrect",
|
|
131
132
|
CreateLoad: "Create load",
|
|
132
133
|
loadType: "Type",
|
|
133
134
|
CreateShuntCompensator: "Create shunt compensator (Linear)",
|
|
@@ -185,8 +185,6 @@ export declare const filterExpertFr: {
|
|
|
185
185
|
greaterOrEqual: string;
|
|
186
186
|
lessThan: string;
|
|
187
187
|
lessOrEqual: string;
|
|
188
|
-
YupNotTypeNumber: string;
|
|
189
|
-
YupNotTypeDefault: string;
|
|
190
188
|
changeOperatorMessage: string;
|
|
191
189
|
lowShortCircuitCurrentLimit: string;
|
|
192
190
|
highShortCircuitCurrentLimit: string;
|
|
@@ -179,8 +179,6 @@ const filterExpertFr = {
|
|
|
179
179
|
greaterOrEqual: ">=",
|
|
180
180
|
lessThan: "<",
|
|
181
181
|
lessOrEqual: "<=",
|
|
182
|
-
YupNotTypeNumber: "Ce champ n'accepte que des valeurs numériques",
|
|
183
|
-
YupNotTypeDefault: "La valeur du champ n'est pas au bon format",
|
|
184
182
|
changeOperatorMessage: "L'opérateur sera modifié et s'appliquera sur tous les critères déjà créés dans le groupe.",
|
|
185
183
|
lowShortCircuitCurrentLimit: "Limite ICC min",
|
|
186
184
|
highShortCircuitCurrentLimit: "Limite ICC max",
|
|
@@ -32,7 +32,6 @@ const filterFr = {
|
|
|
32
32
|
AddFreePropCrit: "Ajouter un filtrage par propriété",
|
|
33
33
|
FreeProps: "Propriétés de l'ouvrage",
|
|
34
34
|
SubstationFreeProps: "Propriétés du site de l'ouvrage",
|
|
35
|
-
YupRequired: "Ce champ doit être renseigné",
|
|
36
35
|
filterPropertiesNameUniquenessError: "Il n'est pas possible d'ajouter plusieurs filtres pour la même propriété",
|
|
37
36
|
emptyFilterError: "Le filtre doit contenir au moins un ouvrage",
|
|
38
37
|
distributionKeyWithMissingIdError: "ID manquant avec une clé de répartition définie",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { YUP_REQUIRED, DUPLICATED_PROPS_ERROR } from "../../utils/constants/translationKeys.js";
|
|
1
|
+
import { YUP_NOT_TYPE_DEFAULT, YUP_NOT_TYPE_NUMBER, YUP_REQUIRED, DUPLICATED_PROPS_ERROR } from "../../utils/constants/translationKeys.js";
|
|
2
2
|
import "../../utils/conversionUtils.js";
|
|
3
3
|
import "../../utils/types/equipmentType.js";
|
|
4
4
|
import "react/jsx-runtime";
|
|
@@ -126,8 +126,9 @@ const networkModificationsFr = {
|
|
|
126
126
|
ShortCircuitCurrentLimitMustBeGreaterOrEqualToZero: "Une limite d'ICC doit être supérieure ou égale à 0",
|
|
127
127
|
ShortCircuitCurrentLimitMinMaxError: "La limite ICC min doit être inférieure ou égale à la limite ICC max",
|
|
128
128
|
[DUPLICATED_PROPS_ERROR]: "Propriétés dupliquées : chaque propriété doit être unique",
|
|
129
|
-
[YUP_REQUIRED]: "
|
|
130
|
-
|
|
129
|
+
[YUP_REQUIRED]: "Obligatoire",
|
|
130
|
+
[YUP_NOT_TYPE_NUMBER]: "Ce champ n'accepte que des valeurs numériques",
|
|
131
|
+
[YUP_NOT_TYPE_DEFAULT]: "La valeur du champ n'est pas au bon format",
|
|
131
132
|
CreateLoad: "Créer une consommation",
|
|
132
133
|
loadType: "Type",
|
|
133
134
|
CreateShuntCompensator: "Créer un moyen de compensation statique (Linéaire)",
|