@gridsuite/commons-ui 0.58.0 → 0.59.1
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/chunks/{criteria-based-filter-edition-dialog.CbhgOSRk.js → criteria-based-filter-edition-dialog.DcXcQOoT.js} +21 -65
- package/dist/components/AuthenticationRouter/AuthenticationRouter.d.ts +28 -9
- package/dist/components/AuthenticationRouter/AuthenticationRouter.js +1 -1
- package/dist/components/AuthenticationRouter/index.d.ts +6 -0
- package/dist/components/CardErrorBoundary/card-error-boundary.d.ts +27 -13
- package/dist/components/CardErrorBoundary/card-error-boundary.js +7 -6
- package/dist/components/CardErrorBoundary/index.d.ts +6 -0
- package/dist/components/CustomAGGrid/custom-aggrid.d.ts +11 -0
- package/dist/components/CustomAGGrid/custom-aggrid.js +73 -0
- package/dist/components/CustomAGGrid/custom-aggrid.style.d.ts +20 -0
- package/dist/components/CustomAGGrid/custom-aggrid.style.js +47 -0
- package/dist/components/DirectoryItemSelector/directory-item-selector.d.ts +0 -4
- package/dist/components/DirectoryItemSelector/directory-item-selector.js +13 -26
- package/dist/components/ElementSearchDialog/equipment-item.d.ts +25 -16
- package/dist/components/ElementSearchDialog/equipment-item.js +5 -5
- package/dist/components/ElementSearchDialog/index.d.ts +6 -0
- package/dist/components/ElementSearchDialog/tag-renderer.d.ts +20 -10
- package/dist/components/ElementSearchDialog/tag-renderer.js +6 -11
- package/dist/components/FlatParameters/FlatParameters.d.ts +29 -9
- package/dist/components/FlatParameters/FlatParameters.js +3 -3
- package/dist/components/FlatParameters/index.d.ts +6 -0
- package/dist/components/Login/Login.d.ts +11 -4
- package/dist/components/Login/Logout.d.ts +11 -4
- package/dist/components/Login/index.d.ts +6 -0
- package/dist/components/MuiVirtualizedTable/ColumnHeader.d.ts +25 -2
- package/dist/components/MuiVirtualizedTable/ColumnHeader.js +68 -59
- package/dist/components/MuiVirtualizedTable/KeyedColumnsRowIndexer.d.ts +72 -61
- package/dist/components/MuiVirtualizedTable/KeyedColumnsRowIndexer.js +69 -83
- package/dist/components/MuiVirtualizedTable/MuiVirtualizedTable.d.ts +93 -113
- package/dist/components/MuiVirtualizedTable/MuiVirtualizedTable.js +84 -106
- package/dist/components/MuiVirtualizedTable/index.d.ts +7 -1
- package/dist/components/MultipleSelectionDialog/MultipleSelectionDialog.d.ts +16 -9
- package/dist/components/MultipleSelectionDialog/MultipleSelectionDialog.js +1 -1
- package/dist/components/MultipleSelectionDialog/index.d.ts +6 -0
- package/dist/components/OverflowableText/index.d.ts +6 -0
- package/dist/components/OverflowableText/overflowable-text.d.ts +11 -1
- package/dist/components/OverflowableText/overflowable-text.js +1 -18
- package/dist/components/ReportViewer/filter-button.d.ts +11 -1
- package/dist/components/ReportViewer/filter-button.js +5 -2
- package/dist/components/ReportViewer/index.d.ts +6 -0
- package/dist/components/ReportViewer/log-report-item.d.ts +14 -64
- package/dist/components/ReportViewer/log-report-item.js +13 -47
- package/dist/components/ReportViewer/log-report.d.ts +16 -17
- package/dist/components/ReportViewer/log-report.js +2 -1
- package/dist/components/ReportViewer/log-severity.d.ts +13 -0
- package/dist/components/ReportViewer/log-severity.js +35 -0
- package/dist/components/ReportViewer/log-table.d.ts +9 -6
- package/dist/components/ReportViewer/log-table.js +6 -4
- package/dist/components/ReportViewer/multi-select-list.d.ts +17 -1
- package/dist/components/ReportViewer/report-item.d.ts +12 -12
- package/dist/components/ReportViewer/report-item.js +0 -7
- package/dist/components/ReportViewer/report-tree-view-context.d.ts +11 -1
- package/dist/components/ReportViewer/report-viewer.d.ts +7 -4
- package/dist/components/ReportViewer/report-viewer.js +8 -6
- package/dist/components/ReportViewer/report.type.d.ts +22 -0
- package/dist/components/ReportViewer/report.type.js +1 -0
- package/dist/components/ReportViewerDialog/index.d.ts +6 -0
- package/dist/components/ReportViewerDialog/report-viewer-dialog.d.ts +9 -1
- package/dist/components/SignInCallbackHandler/SignInCallbackHandler.d.ts +7 -4
- package/dist/components/SignInCallbackHandler/SignInCallbackHandler.js +4 -1
- package/dist/components/SignInCallbackHandler/index.d.ts +6 -0
- package/dist/components/SilentRenewCallbackHandler/SilentRenewCallbackHandler.d.ts +7 -4
- package/dist/components/SilentRenewCallbackHandler/index.d.ts +6 -0
- package/dist/components/SnackbarProvider/SnackbarProvider.d.ts +3 -1
- package/dist/components/SnackbarProvider/SnackbarProvider.js +9 -7
- package/dist/components/SnackbarProvider/index.d.ts +6 -0
- package/dist/components/TopBar/AboutDialog.d.ts +30 -23
- package/dist/components/TopBar/AboutDialog.js +4 -22
- package/dist/components/TopBar/GridLogo.d.ts +13 -32
- package/dist/components/TopBar/GridLogo.js +12 -15
- package/dist/components/TopBar/TopBar.d.ts +52 -51
- package/dist/components/TopBar/TopBar.js +389 -380
- package/dist/components/TopBar/TopBar.test.d.ts +6 -0
- package/dist/components/TopBar/index.d.ts +6 -0
- package/dist/components/dialogs/modify-element-selection.d.ts +1 -1
- package/dist/components/dialogs/modify-element-selection.js +5 -14
- package/dist/components/filter/criteria-based/criteria-based-filter-edition-dialog.d.ts +1 -1
- package/dist/components/filter/criteria-based/criteria-based-filter-edition-dialog.js +1 -1
- package/dist/components/filter/criteria-based/filter-free-properties.d.ts +1 -1
- package/dist/components/filter/criteria-based/filter-property.d.ts +1 -1
- package/dist/components/filter/expert/expert-filter-constants.d.ts +22 -1
- package/dist/components/filter/expert/expert-filter-constants.js +39 -10
- package/dist/components/filter/expert/expert-filter-edition-dialog.d.ts +0 -6
- package/dist/components/filter/expert/expert-filter-edition-dialog.js +1 -2
- package/dist/components/filter/expert/expert-filter-form.js +1 -1
- package/dist/components/filter/expert/expert-filter.type.d.ts +4 -1
- package/dist/components/filter/expert/expert-filter.type.js +3 -0
- package/dist/components/filter/explicit-naming/explicit-naming-filter-edition-dialog.js +1 -1
- package/dist/components/filter/explicit-naming/explicit-naming-filter-form.js +1 -1
- package/dist/components/filter/filter-creation-dialog.d.ts +0 -7
- package/dist/components/filter/filter-creation-dialog.js +1 -2
- package/dist/components/filter/filter-form.js +1 -1
- package/dist/components/filter/utils/filter-form-utils.d.ts +3 -2
- package/dist/components/filter/utils/filter-form-utils.js +42 -28
- package/dist/components/inputs/react-hook-form/ag-grid-table/bottom-right-buttons.js +1 -1
- package/dist/components/inputs/react-hook-form/ag-grid-table/csv-uploader/csv-uploader.js +6 -13
- package/dist/components/inputs/react-hook-form/ag-grid-table/custom-ag-grid-table.js +1 -1
- package/dist/components/inputs/react-hook-form/autocomplete-inputs/autocomplete-input.d.ts +1 -1
- package/dist/components/inputs/react-hook-form/booleans/boolean-input.d.ts +9 -15
- package/dist/components/inputs/react-hook-form/booleans/boolean-input.js +0 -7
- package/dist/components/inputs/react-hook-form/booleans/checkbox-input.d.ts +8 -13
- package/dist/components/inputs/react-hook-form/booleans/checkbox-input.js +0 -6
- package/dist/components/inputs/react-hook-form/booleans/switch-input.d.ts +8 -13
- package/dist/components/inputs/react-hook-form/booleans/switch-input.js +0 -6
- package/dist/components/inputs/react-hook-form/directory-items-input.d.ts +0 -2
- package/dist/components/inputs/react-hook-form/directory-items-input.js +10 -14
- package/dist/components/inputs/react-hook-form/error-management/mid-form-error.d.ts +5 -3
- package/dist/components/inputs/react-hook-form/numbers/integer-input.d.ts +3 -20
- package/dist/components/inputs/react-hook-form/numbers/integer-input.js +1 -4
- package/dist/components/inputs/react-hook-form/range-input.d.ts +1 -1
- package/dist/components/inputs/react-hook-form/select-inputs/countries-input.js +12 -1
- package/dist/components/inputs/react-hook-form/select-inputs/select-input.d.ts +1 -1
- package/dist/components/inputs/react-hook-form/slider-input.d.ts +7 -20
- package/dist/components/inputs/react-hook-form/slider-input.js +4 -12
- package/dist/components/inputs/react-hook-form/text-input.d.ts +1 -1
- package/dist/components/inputs/react-hook-form/unique-name-input.d.ts +1 -1
- package/dist/components/inputs/react-hook-form/utils/text-field-with-adornment.d.ts +1 -1
- package/dist/components/inputs/react-query-builder/custom-react-query-builder.js +1 -1
- package/dist/components/inputs/react-query-builder/element-value-editor.js +8 -14
- package/dist/components/inputs/react-query-builder/remove-button.js +1 -1
- package/dist/components/inputs/react-query-builder/value-editor.js +1 -1
- package/dist/components/translations/card-error-boundary-en.d.ts +1 -1
- package/dist/components/translations/card-error-boundary-fr.d.ts +1 -1
- package/dist/components/translations/common-button-en.d.ts +10 -4
- package/dist/components/translations/common-button-fr.d.ts +10 -4
- package/dist/components/translations/directory-items-input-en.d.ts +1 -1
- package/dist/components/translations/directory-items-input-fr.d.ts +1 -1
- package/dist/components/translations/element-search-en.d.ts +1 -1
- package/dist/components/translations/element-search-fr.d.ts +1 -1
- package/dist/components/translations/equipment-search-en.d.ts +1 -1
- package/dist/components/translations/equipment-search-fr.d.ts +1 -1
- package/dist/components/translations/filter-en.d.ts +27 -21
- package/dist/components/translations/filter-en.js +2 -1
- package/dist/components/translations/filter-expert-en.d.ts +73 -0
- package/dist/components/translations/filter-expert-en.js +69 -0
- package/dist/components/translations/filter-expert-fr.d.ts +73 -0
- package/dist/components/translations/filter-expert-fr.js +69 -0
- package/dist/components/translations/filter-fr.d.ts +27 -21
- package/dist/components/translations/filter-fr.js +2 -1
- package/dist/components/translations/flat-parameters-en.d.ts +1 -1
- package/dist/components/translations/flat-parameters-fr.d.ts +1 -1
- package/dist/components/translations/inputs-en.d.ts +1 -1
- package/dist/components/translations/inputs-fr.d.ts +1 -1
- package/dist/components/translations/login-en.d.ts +1 -1
- package/dist/components/translations/login-fr.d.ts +1 -1
- package/dist/components/translations/multiple-selection-dialog-en.d.ts +1 -1
- package/dist/components/translations/multiple-selection-dialog-fr.d.ts +1 -1
- package/dist/components/translations/report-viewer-en.d.ts +1 -1
- package/dist/components/translations/report-viewer-fr.d.ts +1 -1
- package/dist/components/translations/table-en.d.ts +1 -1
- package/dist/components/translations/table-fr.d.ts +1 -1
- package/dist/components/translations/top-bar-en.d.ts +1 -1
- package/dist/components/translations/top-bar-fr.d.ts +1 -1
- package/dist/components/translations/treeview-finder-en.d.ts +1 -1
- package/dist/components/translations/treeview-finder-fr.d.ts +1 -1
- package/dist/hooks/localized-countries-hook.d.ts +10 -4
- package/dist/hooks/localized-countries-hook.js +1 -1
- package/dist/hooks/predefined-properties-hook.d.ts +1 -15
- package/dist/hooks/predefined-properties-hook.js +8 -16
- package/dist/index.d.ts +65 -217
- package/dist/index.js +104 -77
- package/dist/module-mui.d.js +1 -0
- package/dist/redux/actions.d.ts +33 -29
- package/dist/services/apps-metadata.d.ts +32 -0
- package/dist/services/apps-metadata.js +26 -0
- package/dist/services/directory.d.ts +6 -0
- package/dist/services/directory.js +42 -0
- package/dist/services/explore.d.ts +2 -0
- package/dist/services/explore.js +29 -1
- package/dist/services/index.d.ts +16 -0
- package/dist/services/index.js +20 -0
- package/dist/services/utils.d.ts +1 -0
- package/dist/services/utils.js +5 -1
- package/dist/utils/AuthService.d.ts +20 -9
- package/dist/utils/AuthService.js +29 -13
- package/dist/utils/ElementIcon.d.ts +4 -1
- package/dist/utils/EquipmentType.d.ts +13 -9
- package/dist/utils/EquipmentType.js +9 -9
- package/dist/utils/UserManagerMock.d.ts +14 -14
- package/dist/utils/UserManagerMock.js +9 -15
- package/dist/utils/algos.d.ts +1 -1
- package/dist/utils/equipment-types-for-predefined-properties-mapper.d.ts +1 -1
- package/dist/utils/functions.d.ts +0 -1
- package/dist/utils/functions.js +1 -3
- package/dist/utils/styles.d.ts +5 -3
- package/dist/utils/styles.js +4 -1
- package/dist/utils/types.d.ts +13 -3
- package/package.json +2 -1
- package/dist/components/filter/filter-context.d.ts +0 -13
- package/dist/components/filter/filter-context.js +0 -11
package/dist/index.d.ts
CHANGED
|
@@ -1,70 +1,43 @@
|
|
|
1
|
-
import { TextInputProps } from './components/inputs/react-hook-form/text-input';
|
|
2
|
-
import { CheckboxProps, SwitchProps, SxProps, TextFieldProps } from '@mui/material';
|
|
3
|
-
import { FunctionComponent, ReactElement } from 'react';
|
|
4
|
-
|
|
5
|
-
|
|
6
1
|
/**
|
|
7
|
-
*
|
|
2
|
+
* Copyright (c) 2022, RTE (http://www.rte-france.com)
|
|
3
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
4
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
5
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
8
6
|
*/
|
|
9
|
-
|
|
10
|
-
export {
|
|
11
|
-
default as TreeViewFinder,
|
|
12
|
-
TreeViewFinderProps,
|
|
13
|
-
TreeViewFinderNodeProps,
|
|
14
|
-
} from './components/TreeViewFinder';
|
|
7
|
+
export { default as TreeViewFinder } from './components/TreeViewFinder';
|
|
8
|
+
export { default as TopBar } from './components/TopBar';
|
|
15
9
|
export { default as AboutDialog } from './components/TopBar/AboutDialog';
|
|
10
|
+
export { default as SnackbarProvider } from './components/SnackbarProvider';
|
|
16
11
|
export { default as AuthenticationRouter } from './components/AuthenticationRouter';
|
|
17
12
|
export { default as MuiVirtualizedTable } from './components/MuiVirtualizedTable';
|
|
18
|
-
export {
|
|
19
|
-
KeyedColumnsRowIndexer,
|
|
20
|
-
CHANGE_WAYS,
|
|
21
|
-
} from './components/MuiVirtualizedTable';
|
|
13
|
+
export { KeyedColumnsRowIndexer, CHANGE_WAYS, } from './components/MuiVirtualizedTable';
|
|
22
14
|
export { default as ReportViewer } from './components/ReportViewer';
|
|
23
15
|
export { default as ReportViewerDialog } from './components/ReportViewerDialog';
|
|
16
|
+
export { default as OverflowableText } from './components/OverflowableText';
|
|
24
17
|
export { default as ElementSearchDialog } from './components/ElementSearchDialog';
|
|
18
|
+
export { default as FlatParameters } from './components/FlatParameters';
|
|
25
19
|
export { default as MultipleSelectionDialog } from './components/MultipleSelectionDialog';
|
|
26
|
-
|
|
27
|
-
export {
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
} from './utils/
|
|
36
|
-
|
|
37
|
-
export {
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
} from './utils/AuthService';
|
|
43
|
-
|
|
44
|
-
export {
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
DEFAULT_ROW_HEIGHT,
|
|
48
|
-
} from './components/MuiVirtualizedTable/MuiVirtualizedTable';
|
|
49
|
-
|
|
50
|
-
export {
|
|
51
|
-
DARK_THEME,
|
|
52
|
-
LIGHT_THEME,
|
|
53
|
-
LANG_SYSTEM,
|
|
54
|
-
LANG_ENGLISH,
|
|
55
|
-
LANG_FRENCH,
|
|
56
|
-
} from './components/TopBar/TopBar';
|
|
57
|
-
export {
|
|
58
|
-
USER,
|
|
59
|
-
setLoggedUser,
|
|
60
|
-
SIGNIN_CALLBACK_ERROR,
|
|
61
|
-
setSignInCallbackError,
|
|
62
|
-
UNAUTHORIZED_USER_INFO,
|
|
63
|
-
LOGOUT_ERROR,
|
|
64
|
-
USER_VALIDATION_ERROR,
|
|
65
|
-
RESET_AUTHENTICATION_ROUTER_ERROR,
|
|
66
|
-
SHOW_AUTH_INFO_LOGIN,
|
|
67
|
-
} from './redux/actions';
|
|
20
|
+
export { default as CustomMuiDialog } from './components/dialogs/custom-mui-dialog';
|
|
21
|
+
export { default as DescriptionModificationDialog } from './components/dialogs/description-modification-dialog';
|
|
22
|
+
export { default as ModifyElementSelection } from './components/dialogs/modify-element-selection';
|
|
23
|
+
export { default as CriteriaBasedForm } from './components/filter/criteria-based/criteria-based-form';
|
|
24
|
+
export { default as PopupConfirmationDialog } from './components/dialogs/popup-confirmation-dialog';
|
|
25
|
+
export { default as BottomRightButtons } from './components/inputs/react-hook-form/ag-grid-table/bottom-right-buttons';
|
|
26
|
+
export { default as CustomAgGridTable } from './components/inputs/react-hook-form/ag-grid-table/custom-ag-grid-table';
|
|
27
|
+
export { ROW_DRAGGING_SELECTION_COLUMN_DEF } from './components/inputs/react-hook-form/ag-grid-table/custom-ag-grid-table';
|
|
28
|
+
export type { Parameter } from './components/FlatParameters/FlatParameters';
|
|
29
|
+
export { Line, Generator, Load, Battery, SVC, DanglingLine, LCC, VSC, Hvdc, BusBar, TwoWindingTransfo, ThreeWindingTransfo, ShuntCompensator, VoltageLevel, Substation, noSelectionForCopy, } from './utils/equipment-types';
|
|
30
|
+
export { FieldConstants } from './utils/field-constants';
|
|
31
|
+
export type { TreeViewFinderNodeProps } from './components/TreeViewFinder/TreeViewFinder';
|
|
32
|
+
export { GRIDSUITE_DEFAULT_PRECISION, roundToPrecision, roundToDefaultPrecision, isBlankOrEmpty, unitToMicroUnit, microUnitToUnit, } from './utils/conversion-utils';
|
|
33
|
+
export { ElementType } from './utils/ElementType';
|
|
34
|
+
export type { ElementAttributes, Option } from './utils/types';
|
|
35
|
+
export { EQUIPMENT_TYPE, EquipmentType, getEquipmentsInfosForSearchBar, equipmentStyles, } from './utils/EquipmentType';
|
|
36
|
+
export { initializeAuthenticationDev, initializeAuthenticationProd, logout, dispatchUser, getPreLoginPath, } from './utils/AuthService';
|
|
37
|
+
export { getFileIcon } from './utils/ElementIcon';
|
|
38
|
+
export { DEFAULT_CELL_PADDING, DEFAULT_HEADER_HEIGHT, DEFAULT_ROW_HEIGHT, } from './components/MuiVirtualizedTable/MuiVirtualizedTable';
|
|
39
|
+
export { DARK_THEME, LIGHT_THEME, LANG_SYSTEM, LANG_ENGLISH, LANG_FRENCH, } from './components/TopBar/TopBar';
|
|
40
|
+
export { USER, setLoggedUser, SIGNIN_CALLBACK_ERROR, setSignInCallbackError, UNAUTHORIZED_USER_INFO, LOGOUT_ERROR, USER_VALIDATION_ERROR, RESET_AUTHENTICATION_ROUTER_ERROR, SHOW_AUTH_INFO_LOGIN, } from './redux/actions';
|
|
68
41
|
export { default as report_viewer_en } from './components/translations/report-viewer-en';
|
|
69
42
|
export { default as report_viewer_fr } from './components/translations/report-viewer-fr';
|
|
70
43
|
export { default as login_en } from './components/translations/login-en';
|
|
@@ -81,6 +54,8 @@ export { default as equipment_search_en } from './components/translations/equipm
|
|
|
81
54
|
export { default as equipment_search_fr } from './components/translations/equipment-search-fr';
|
|
82
55
|
export { default as filter_en } from './components/translations/filter-en';
|
|
83
56
|
export { default as filter_fr } from './components/translations/filter-fr';
|
|
57
|
+
export { default as filter_expert_en } from './components/translations/filter-expert-en';
|
|
58
|
+
export { default as filter_expert_fr } from './components/translations/filter-expert-fr';
|
|
84
59
|
export { default as card_error_boundary_en } from './components/translations/card-error-boundary-en';
|
|
85
60
|
export { default as card_error_boundary_fr } from './components/translations/card-error-boundary-fr';
|
|
86
61
|
export { default as flat_parameters_en } from './components/translations/flat-parameters-en';
|
|
@@ -91,184 +66,57 @@ export { default as common_button_en } from './components/translations/common-bu
|
|
|
91
66
|
export { default as common_button_fr } from './components/translations/common-button-fr';
|
|
92
67
|
export { default as directory_items_input_en } from './components/translations/directory-items-input-en';
|
|
93
68
|
export { default as directory_items_input_fr } from './components/translations/directory-items-input-fr';
|
|
94
|
-
|
|
95
69
|
export { TagRenderer } from './components/ElementSearchDialog';
|
|
96
70
|
export { EquipmentItem } from './components/ElementSearchDialog/equipment-item';
|
|
71
|
+
export { default as CardErrorBoundary } from './components/CardErrorBoundary';
|
|
97
72
|
export { useIntlRef } from './hooks/useIntlRef';
|
|
73
|
+
export { useSnackMessage } from './hooks/useSnackMessage';
|
|
74
|
+
export { useDebounce } from './hooks/useDebounce';
|
|
98
75
|
export { default as SelectClearable } from './components/inputs/select-clearable';
|
|
99
76
|
export { useCustomFormContext } from './components/inputs/react-hook-form/provider/use-custom-form-context';
|
|
100
77
|
export { default as CustomFormProvider } from './components/inputs/react-hook-form/provider/custom-form-provider';
|
|
101
|
-
export { default as SliderInput } from './components/inputs/react-hook-form/slider-input';
|
|
102
|
-
export { default as TextFieldWithAdornment } from './components/inputs/react-hook-form/utils/text-field-with-adornment';
|
|
103
|
-
export { default as SelectInput } from './components/inputs/react-hook-form/select-inputs/select-input';
|
|
104
|
-
export { default as ErrorInput } from './components/inputs/react-hook-form/error-management/error-input';
|
|
105
78
|
export { default as AutocompleteInput } from './components/inputs/react-hook-form/autocomplete-inputs/autocomplete-input';
|
|
106
79
|
export { default as TextInput } from './components/inputs/react-hook-form/text-input';
|
|
107
|
-
export { default as
|
|
80
|
+
export { default as ExpandingTextField } from './components/inputs/react-hook-form/ExpandingTextField';
|
|
108
81
|
export { default as RadioInput } from './components/inputs/react-hook-form/radio-input';
|
|
82
|
+
export { default as SliderInput } from './components/inputs/react-hook-form/slider-input';
|
|
83
|
+
export { default as FloatInput } from './components/inputs/react-hook-form/numbers/float-input';
|
|
84
|
+
export { default as IntegerInput } from './components/inputs/react-hook-form/numbers/integer-input';
|
|
85
|
+
export { default as SelectInput } from './components/inputs/react-hook-form/select-inputs/select-input';
|
|
86
|
+
export { default as CheckboxInput } from './components/inputs/react-hook-form/booleans/checkbox-input';
|
|
87
|
+
export { default as SwitchInput } from './components/inputs/react-hook-form/booleans/switch-input';
|
|
88
|
+
export { default as ErrorInput } from './components/inputs/react-hook-form/error-management/error-input';
|
|
89
|
+
export { default as FieldErrorAlert } from './components/inputs/react-hook-form/error-management/field-error-alert';
|
|
90
|
+
export { default as MidFormError } from './components/inputs/react-hook-form/error-management/mid-form-error';
|
|
91
|
+
export { default as TextFieldWithAdornment } from './components/inputs/react-hook-form/utils/text-field-with-adornment';
|
|
92
|
+
export { default as FieldLabel } from './components/inputs/react-hook-form/utils/field-label';
|
|
109
93
|
export { default as SubmitButton } from './components/inputs/react-hook-form/utils/submit-button';
|
|
110
94
|
export { default as CancelButton } from './components/inputs/react-hook-form/utils/cancel-button';
|
|
111
|
-
export {
|
|
112
|
-
export {
|
|
95
|
+
export { genHelperPreviousValue, genHelperError, identity, isFieldRequired, gridItem, isFloatNumber, toFloatOrNullValue, } from './components/inputs/react-hook-form/utils/functions';
|
|
96
|
+
export { keyGenerator, areArrayElementsUnique, isObjectEmpty, } from './utils/functions';
|
|
97
|
+
export { default as DirectoryItemsInput } from './components/inputs/react-hook-form/directory-items-input';
|
|
98
|
+
export { default as DirectoryItemSelector } from './components/DirectoryItemSelector/directory-item-selector';
|
|
99
|
+
export { default as CustomAGGrid } from './components/CustomAGGrid/custom-aggrid';
|
|
100
|
+
export { RawReadOnlyInput } from './components/inputs/react-hook-form/raw-read-only-input';
|
|
113
101
|
export { default as FilterCreationDialog } from './components/filter/filter-creation-dialog';
|
|
114
102
|
export { default as ExpertFilterEditionDialog } from './components/filter/expert/expert-filter-edition-dialog';
|
|
115
103
|
export { default as ExplicitNamingFilterEditionDialog } from './components/filter/explicit-naming/explicit-naming-filter-edition-dialog';
|
|
116
104
|
export { default as CriteriaBasedFilterEditionDialog } from './components/filter/criteria-based/criteria-based-filter-edition-dialog';
|
|
117
|
-
export {
|
|
118
|
-
export { default as
|
|
119
|
-
export { default as DescriptionModificationDialog } from './components/dialogs/description-modification-dialog';
|
|
120
|
-
export { default as ModifyElementSelection } from './components/dialogs/modify-element-selection';
|
|
121
|
-
export {
|
|
122
|
-
genHelperPreviousValue,
|
|
123
|
-
genHelperError,
|
|
124
|
-
identity,
|
|
125
|
-
isFieldRequired,
|
|
126
|
-
gridItem,
|
|
127
|
-
isFloatNumber,
|
|
128
|
-
toFloatOrNullValue,
|
|
129
|
-
} from './components/inputs/react-hook-form/utils/functions';
|
|
130
|
-
export { default as DirectoryItemsInput } from './components/inputs/react-hook-form/directory-items-input';
|
|
131
|
-
export { default as DirectoryItemSelector } from './components/DirectoryItemSelector/directory-item-selector';
|
|
132
|
-
export { RawReadOnlyInput } from './components/inputs/react-hook-form/raw-read-only-input';
|
|
133
|
-
export { UserManagerMock } from './utils/UserManagerMock';
|
|
134
|
-
export {
|
|
135
|
-
keyGenerator,
|
|
136
|
-
areArrayElementsUnique,
|
|
137
|
-
mergeSx,
|
|
138
|
-
isObjectEmpty,
|
|
139
|
-
} from './utils/functions';
|
|
140
|
-
|
|
141
|
-
export { ElementType } from './utils/ElementType';
|
|
142
|
-
export { getFileIcon } from './utils/ElementIcon';
|
|
143
|
-
|
|
144
|
-
export {
|
|
145
|
-
saveExplicitNamingFilter,
|
|
146
|
-
saveCriteriaBasedFilter,
|
|
147
|
-
saveExpertFilter,
|
|
148
|
-
} from './components/filter/utils/filter-api';
|
|
149
|
-
export {
|
|
150
|
-
default as RangeInput,
|
|
151
|
-
DEFAULT_RANGE_VALUE,
|
|
152
|
-
getRangeInputDataForm,
|
|
153
|
-
getRangeInputSchema,
|
|
154
|
-
} from './components/inputs/react-hook-form/range-input';
|
|
105
|
+
export { saveExplicitNamingFilter, saveCriteriaBasedFilter, saveExpertFilter, } from './components/filter/utils/filter-api';
|
|
106
|
+
export { default as RangeInput, DEFAULT_RANGE_VALUE, getRangeInputDataForm, getRangeInputSchema, } from './components/inputs/react-hook-form/range-input';
|
|
155
107
|
export { default as InputWithPopupConfirmation } from './components/inputs/react-hook-form/select-inputs/input-with-popup-confirmation';
|
|
156
108
|
export { default as MuiSelectInput } from './components/inputs/react-hook-form/select-inputs/mui-select-input';
|
|
157
109
|
export { default as CountriesInput } from './components/inputs/react-hook-form/select-inputs/countries-input';
|
|
158
|
-
export {
|
|
159
|
-
getSystemLanguage,
|
|
160
|
-
getComputedLanguage,
|
|
161
|
-
useLocalizedCountries,
|
|
162
|
-
} from './hooks/localized-countries-hook';
|
|
110
|
+
export { getSystemLanguage, getComputedLanguage, useLocalizedCountries, } from './hooks/localized-countries-hook';
|
|
163
111
|
export { default as MultipleAutocompleteInput } from './components/inputs/react-hook-form/autocomplete-inputs/multiple-autocomplete-input';
|
|
164
112
|
export { default as CsvUploader } from './components/inputs/react-hook-form/ag-grid-table/csv-uploader/csv-uploader';
|
|
165
113
|
export { UniqueNameInput } from './components/inputs/react-hook-form/unique-name-input';
|
|
166
|
-
|
|
167
|
-
export {
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
Battery,
|
|
172
|
-
SVC,
|
|
173
|
-
DanglingLine,
|
|
174
|
-
LCC,
|
|
175
|
-
VSC,
|
|
176
|
-
Hvdc,
|
|
177
|
-
BusBar,
|
|
178
|
-
TwoWindingTransfo,
|
|
179
|
-
ThreeWindingTransfo,
|
|
180
|
-
ShuntCompensator,
|
|
181
|
-
VoltageLevel,
|
|
182
|
-
Substation,
|
|
183
|
-
noSelectionForCopy,
|
|
184
|
-
} from './utils/equipment-types';
|
|
185
|
-
|
|
186
|
-
export { FieldConstants } from './utils/field-constants';
|
|
187
|
-
|
|
188
|
-
export {
|
|
189
|
-
GRIDSUITE_DEFAULT_PRECISION,
|
|
190
|
-
roundToPrecision,
|
|
191
|
-
roundToDefaultPrecision,
|
|
192
|
-
isBlankOrEmpty,
|
|
193
|
-
unitToMicroUnit,
|
|
194
|
-
microUnitToUnit,
|
|
195
|
-
} from './utils/conversion-utils';
|
|
196
|
-
|
|
197
|
-
export { useSnackMessage } from './hooks/useSnackMessage';
|
|
198
|
-
export { useDebounce } from './hooks/useDebounce';
|
|
199
|
-
export { ROW_DRAGGING_SELECTION_COLUMN_DEF } from './components/inputs/react-hook-form/ag-grid-table/custom-ag-grid-table';
|
|
200
|
-
export {
|
|
201
|
-
FILTER_EQUIPMENTS,
|
|
202
|
-
CONTINGENCY_LIST_EQUIPMENTS,
|
|
203
|
-
} from './components/filter/utils/filter-form-utils';
|
|
204
|
-
|
|
205
|
-
/**
|
|
206
|
-
* Section to export manual type declarations of .js and .jsx files
|
|
207
|
-
*/
|
|
208
|
-
|
|
209
|
-
export const CardErrorBoundary: FunctionComponent<any>;
|
|
210
|
-
export const TopBar: FunctionComponent<any>;
|
|
211
|
-
export const SnackbarProvider: FunctionComponent<any>;
|
|
212
|
-
|
|
213
|
-
export function logout(
|
|
214
|
-
dispatch: any,
|
|
215
|
-
userManagerInstance: any
|
|
216
|
-
): Promise<any | undefined>;
|
|
217
|
-
|
|
218
|
-
export const MidFormError: FunctionComponent;
|
|
219
|
-
|
|
220
|
-
export const IntegerInput: FunctionComponent<
|
|
221
|
-
Omit<
|
|
222
|
-
TextInputProps,
|
|
223
|
-
'outputTransform' | 'inputTransform' | 'acceptValue' // already defined in IntegerInput
|
|
224
|
-
>
|
|
225
|
-
>;
|
|
226
|
-
|
|
227
|
-
interface SwitchInputProps {
|
|
228
|
-
name: string;
|
|
229
|
-
label?: string;
|
|
230
|
-
formProps?: Omit<SwitchProps, 'disabled'>;
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
export const SwitchInput: FunctionComponent<SwitchInputProps>;
|
|
234
|
-
|
|
235
|
-
interface CheckboxInputProps {
|
|
236
|
-
name: string;
|
|
237
|
-
label?: string;
|
|
238
|
-
formProps?: Omit<CheckboxProps, 'disabled'>;
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
export const CheckboxInput: FunctionComponent<CheckboxInputProps>;
|
|
242
|
-
|
|
243
|
-
interface Parameters {
|
|
244
|
-
name: string;
|
|
245
|
-
description: string;
|
|
246
|
-
type: string;
|
|
247
|
-
defaultValue: any;
|
|
248
|
-
possibleValues?: string[] | null;
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
interface FlatParametersProps extends Pick<TextFieldProps, 'variant'> {
|
|
252
|
-
paramsAsArray: Parameters[];
|
|
253
|
-
initValues: Record<string, any>;
|
|
254
|
-
onChange: (paramName: string, value: any, isEdit: boolean) => void;
|
|
255
|
-
showSeparator?: boolean;
|
|
256
|
-
selectionWithDialog?: (parameters: Parameters) => boolean;
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
export const FlatParameters: FunctionComponent<FlatParametersProps>;
|
|
260
|
-
|
|
261
|
-
interface OverflowableTextProps {
|
|
262
|
-
sx?: SxProps;
|
|
263
|
-
text?: string | ReactElement;
|
|
264
|
-
maxLineCount?: number;
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
export const OverflowableText: FunctionComponent<OverflowableTextProps>;
|
|
268
|
-
|
|
269
|
-
export {
|
|
270
|
-
getCriteriaBasedFormData,
|
|
271
|
-
getCriteriaBasedSchema,
|
|
272
|
-
} from './components/filter/criteria-based/criteria-based-filter-utils';
|
|
273
|
-
|
|
114
|
+
export { UserManagerMock } from './utils/UserManagerMock';
|
|
115
|
+
export { FILTER_EQUIPMENTS, CONTINGENCY_LIST_EQUIPMENTS, } from './components/filter/utils/filter-form-utils';
|
|
116
|
+
export type { FormEquipment } from './components/filter/utils/filter-form-utils';
|
|
117
|
+
export { getCriteriaBasedFormData, getCriteriaBasedSchema, } from './components/filter/criteria-based/criteria-based-filter-utils';
|
|
118
|
+
export { mergeSx } from './utils/styles';
|
|
274
119
|
export { setCommonStore } from './redux/commonStore';
|
|
120
|
+
export type { EquipmentInfos } from './utils/EquipmentType';
|
|
121
|
+
export * from './services';
|
|
122
|
+
export type * from './services';
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { default as default2 } from "./components/TreeViewFinder/TreeViewFinder.js";
|
|
2
2
|
import { DARK_THEME, LANG_ENGLISH, LANG_FRENCH, LANG_SYSTEM, LIGHT_THEME, default as default3 } from "./components/TopBar/TopBar.js";
|
|
3
|
-
import "
|
|
3
|
+
import "react/jsx-runtime";
|
|
4
|
+
import "@mui/material";
|
|
5
|
+
import "@mui/icons-material";
|
|
6
|
+
import { mergeSx } from "./utils/styles.js";
|
|
4
7
|
import { default as default4 } from "./components/TopBar/AboutDialog.js";
|
|
5
8
|
import { default as default5 } from "./components/SnackbarProvider/SnackbarProvider.js";
|
|
6
9
|
import { default as default6 } from "./components/AuthenticationRouter/AuthenticationRouter.js";
|
|
@@ -18,7 +21,7 @@ import { default as default13 } from "./components/dialogs/description-modificat
|
|
|
18
21
|
import { default as default14 } from "./components/dialogs/modify-element-selection.js";
|
|
19
22
|
import { default as default15 } from "./components/filter/criteria-based/criteria-based-form.js";
|
|
20
23
|
import { default as default16 } from "./components/dialogs/popup-confirmation-dialog.js";
|
|
21
|
-
import { B, b, c, C, E, a, F, R } from "./chunks/criteria-based-filter-edition-dialog.
|
|
24
|
+
import { B, b, c, C, E, a, F, R } from "./chunks/criteria-based-filter-edition-dialog.DcXcQOoT.js";
|
|
22
25
|
import { Battery, BusBar, DanglingLine, Generator, Hvdc, LCC, Line, Load, SVC, ShuntCompensator, Substation, ThreeWindingTransfo, TwoWindingTransfo, VSC, VoltageLevel, noSelectionForCopy } from "./utils/equipment-types.js";
|
|
23
26
|
import { FieldConstants } from "./utils/field-constants.js";
|
|
24
27
|
import { GRIDSUITE_DEFAULT_PRECISION, isBlankOrEmpty, microUnitToUnit, roundToDefaultPrecision, roundToPrecision, unitToMicroUnit } from "./utils/conversion-utils.js";
|
|
@@ -43,76 +46,85 @@ import { default as default29 } from "./components/translations/equipment-search
|
|
|
43
46
|
import { default as default30 } from "./components/translations/equipment-search-fr.js";
|
|
44
47
|
import { default as default31 } from "./components/translations/filter-en.js";
|
|
45
48
|
import { default as default32 } from "./components/translations/filter-fr.js";
|
|
46
|
-
import { default as default33 } from "./components/translations/
|
|
47
|
-
import { default as default34 } from "./components/translations/
|
|
48
|
-
import { default as default35 } from "./components/translations/
|
|
49
|
-
import { default as default36 } from "./components/translations/
|
|
50
|
-
import { default as default37 } from "./components/translations/
|
|
51
|
-
import { default as default38 } from "./components/translations/
|
|
52
|
-
import { default as default39 } from "./components/translations/
|
|
53
|
-
import { default as default40 } from "./components/translations/
|
|
54
|
-
import { default as default41 } from "./components/translations/
|
|
55
|
-
import { default as default42 } from "./components/translations/
|
|
49
|
+
import { default as default33 } from "./components/translations/filter-expert-en.js";
|
|
50
|
+
import { default as default34 } from "./components/translations/filter-expert-fr.js";
|
|
51
|
+
import { default as default35 } from "./components/translations/card-error-boundary-en.js";
|
|
52
|
+
import { default as default36 } from "./components/translations/card-error-boundary-fr.js";
|
|
53
|
+
import { default as default37 } from "./components/translations/flat-parameters-en.js";
|
|
54
|
+
import { default as default38 } from "./components/translations/flat-parameters-fr.js";
|
|
55
|
+
import { default as default39 } from "./components/translations/multiple-selection-dialog-en.js";
|
|
56
|
+
import { default as default40 } from "./components/translations/multiple-selection-dialog-fr.js";
|
|
57
|
+
import { default as default41 } from "./components/translations/common-button-en.js";
|
|
58
|
+
import { default as default42 } from "./components/translations/common-button-fr.js";
|
|
59
|
+
import { default as default43 } from "./components/translations/directory-items-input-en.js";
|
|
60
|
+
import { default as default44 } from "./components/translations/directory-items-input-fr.js";
|
|
56
61
|
import { EquipmentItem } from "./components/ElementSearchDialog/equipment-item.js";
|
|
57
|
-
import { default as
|
|
62
|
+
import { default as default45 } from "./components/CardErrorBoundary/card-error-boundary.js";
|
|
58
63
|
import { useIntlRef } from "./hooks/useIntlRef.js";
|
|
59
64
|
import { useSnackMessage } from "./hooks/useSnackMessage.js";
|
|
60
65
|
import { useDebounce } from "./hooks/useDebounce.js";
|
|
61
|
-
import { default as
|
|
66
|
+
import { default as default46 } from "./components/inputs/select-clearable.js";
|
|
62
67
|
import { useCustomFormContext } from "./components/inputs/react-hook-form/provider/use-custom-form-context.js";
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as
|
|
66
|
-
import { default as
|
|
67
|
-
import { default as
|
|
68
|
-
import { default as
|
|
69
|
-
import { default as
|
|
70
|
-
import { default as
|
|
71
|
-
import { default as
|
|
72
|
-
import { default as
|
|
73
|
-
import { default as
|
|
74
|
-
import { default as
|
|
75
|
-
import { default as
|
|
76
|
-
import { default as
|
|
77
|
-
import { default as
|
|
78
|
-
import { default as
|
|
79
|
-
import { default as
|
|
80
|
-
import { default as
|
|
68
|
+
import { default as default47 } from "./components/inputs/react-hook-form/provider/custom-form-provider.js";
|
|
69
|
+
import { default as default48 } from "./components/inputs/react-hook-form/autocomplete-inputs/autocomplete-input.js";
|
|
70
|
+
import { default as default49 } from "./components/inputs/react-hook-form/text-input.js";
|
|
71
|
+
import { default as default50 } from "./components/inputs/react-hook-form/ExpandingTextField.js";
|
|
72
|
+
import { default as default51 } from "./components/inputs/react-hook-form/radio-input.js";
|
|
73
|
+
import { default as default52 } from "./components/inputs/react-hook-form/slider-input.js";
|
|
74
|
+
import { default as default53 } from "./components/inputs/react-hook-form/numbers/float-input.js";
|
|
75
|
+
import { default as default54 } from "./components/inputs/react-hook-form/numbers/integer-input.js";
|
|
76
|
+
import { default as default55 } from "./components/inputs/react-hook-form/select-inputs/select-input.js";
|
|
77
|
+
import { default as default56 } from "./components/inputs/react-hook-form/booleans/checkbox-input.js";
|
|
78
|
+
import { default as default57 } from "./components/inputs/react-hook-form/booleans/switch-input.js";
|
|
79
|
+
import { default as default58 } from "./components/inputs/react-hook-form/error-management/error-input.js";
|
|
80
|
+
import { default as default59 } from "./components/inputs/react-hook-form/error-management/field-error-alert.js";
|
|
81
|
+
import { default as default60 } from "./components/inputs/react-hook-form/error-management/mid-form-error.js";
|
|
82
|
+
import { default as default61 } from "./components/inputs/react-hook-form/utils/text-field-with-adornment.js";
|
|
83
|
+
import { default as default62 } from "./components/inputs/react-hook-form/utils/field-label.js";
|
|
84
|
+
import { default as default63 } from "./components/inputs/react-hook-form/utils/submit-button.js";
|
|
85
|
+
import { default as default64 } from "./components/inputs/react-hook-form/utils/cancel-button.js";
|
|
81
86
|
import { genHelperError, genHelperPreviousValue, gridItem, identity, isFieldRequired, isFloatNumber, toFloatOrNullValue } from "./components/inputs/react-hook-form/utils/functions.js";
|
|
82
|
-
import { areArrayElementsUnique, isObjectEmpty, keyGenerator
|
|
83
|
-
import { default as
|
|
84
|
-
import { default as
|
|
87
|
+
import { areArrayElementsUnique, isObjectEmpty, keyGenerator } from "./utils/functions.js";
|
|
88
|
+
import { default as default65 } from "./components/inputs/react-hook-form/directory-items-input.js";
|
|
89
|
+
import { default as default66 } from "./components/DirectoryItemSelector/directory-item-selector.js";
|
|
90
|
+
import { default as default67 } from "./components/CustomAGGrid/custom-aggrid.js";
|
|
85
91
|
import { RawReadOnlyInput } from "./components/inputs/react-hook-form/raw-read-only-input.js";
|
|
86
92
|
import { saveCriteriaBasedFilter, saveExpertFilter, saveExplicitNamingFilter } from "./components/filter/utils/filter-api.js";
|
|
87
|
-
import { DEFAULT_RANGE_VALUE, default as
|
|
88
|
-
import { default as
|
|
89
|
-
import { default as
|
|
90
|
-
import { default as
|
|
93
|
+
import { DEFAULT_RANGE_VALUE, default as default68, getRangeInputDataForm, getRangeInputSchema } from "./components/inputs/react-hook-form/range-input.js";
|
|
94
|
+
import { default as default69 } from "./components/inputs/react-hook-form/select-inputs/input-with-popup-confirmation.js";
|
|
95
|
+
import { default as default70 } from "./components/inputs/react-hook-form/select-inputs/mui-select-input.js";
|
|
96
|
+
import { default as default71 } from "./components/inputs/react-hook-form/select-inputs/countries-input.js";
|
|
91
97
|
import { getComputedLanguage, getSystemLanguage, useLocalizedCountries } from "./hooks/localized-countries-hook.js";
|
|
92
|
-
import { default as
|
|
98
|
+
import { default as default72 } from "./components/inputs/react-hook-form/autocomplete-inputs/multiple-autocomplete-input.js";
|
|
93
99
|
import { UniqueNameInput } from "./components/inputs/react-hook-form/unique-name-input.js";
|
|
94
100
|
import { UserManagerMock } from "./utils/UserManagerMock.js";
|
|
95
101
|
import { CONTINGENCY_LIST_EQUIPMENTS, FILTER_EQUIPMENTS } from "./components/filter/utils/filter-form-utils.js";
|
|
96
102
|
import { getCriteriaBasedFormData, getCriteriaBasedSchema } from "./components/filter/criteria-based/criteria-based-filter-utils.js";
|
|
97
103
|
import { setCommonStore } from "./redux/commonStore.js";
|
|
104
|
+
import { backendFetch, backendFetchJson, getRequestParamFromList } from "./services/utils.js";
|
|
105
|
+
import { createFilter, fetchElementsInfos, saveFilter } from "./services/explore.js";
|
|
106
|
+
import { fetchAppsMetadata, fetchEnv, fetchStudyMetadata } from "./services/apps-metadata.js";
|
|
107
|
+
import { fetchDirectoryContent, fetchDirectoryElementPath, fetchRootFolders } from "./services/directory.js";
|
|
108
|
+
import { exportFilter } from "./services/study.js";
|
|
98
109
|
export {
|
|
99
110
|
default4 as AboutDialog,
|
|
100
111
|
default6 as AuthenticationRouter,
|
|
101
|
-
|
|
112
|
+
default48 as AutocompleteInput,
|
|
102
113
|
Battery,
|
|
103
114
|
B as BottomRightButtons,
|
|
104
115
|
BusBar,
|
|
105
116
|
CHANGE_WAYS,
|
|
106
117
|
CONTINGENCY_LIST_EQUIPMENTS,
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
118
|
+
default64 as CancelButton,
|
|
119
|
+
default45 as CardErrorBoundary,
|
|
120
|
+
default56 as CheckboxInput,
|
|
121
|
+
default71 as CountriesInput,
|
|
111
122
|
b as CriteriaBasedFilterEditionDialog,
|
|
112
123
|
default15 as CriteriaBasedForm,
|
|
113
124
|
c as CsvUploader,
|
|
125
|
+
default67 as CustomAGGrid,
|
|
114
126
|
C as CustomAgGridTable,
|
|
115
|
-
|
|
127
|
+
default47 as CustomFormProvider,
|
|
116
128
|
default12 as CustomMuiDialog,
|
|
117
129
|
DARK_THEME,
|
|
118
130
|
DEFAULT_CELL_PADDING,
|
|
@@ -121,29 +133,29 @@ export {
|
|
|
121
133
|
DEFAULT_ROW_HEIGHT,
|
|
122
134
|
DanglingLine,
|
|
123
135
|
default13 as DescriptionModificationDialog,
|
|
124
|
-
|
|
125
|
-
|
|
136
|
+
default66 as DirectoryItemSelector,
|
|
137
|
+
default65 as DirectoryItemsInput,
|
|
126
138
|
EQUIPMENT_TYPE,
|
|
127
139
|
default10 as ElementSearchDialog,
|
|
128
140
|
ElementType,
|
|
129
141
|
EquipmentItem,
|
|
130
142
|
EquipmentType,
|
|
131
|
-
|
|
132
|
-
|
|
143
|
+
default58 as ErrorInput,
|
|
144
|
+
default50 as ExpandingTextField,
|
|
133
145
|
E as ExpertFilterEditionDialog,
|
|
134
146
|
a as ExplicitNamingFilterEditionDialog,
|
|
135
147
|
FILTER_EQUIPMENTS,
|
|
136
148
|
FieldConstants,
|
|
137
|
-
|
|
138
|
-
|
|
149
|
+
default59 as FieldErrorAlert,
|
|
150
|
+
default62 as FieldLabel,
|
|
139
151
|
F as FilterCreationDialog,
|
|
140
152
|
FlatParameters,
|
|
141
|
-
|
|
153
|
+
default53 as FloatInput,
|
|
142
154
|
GRIDSUITE_DEFAULT_PRECISION,
|
|
143
155
|
Generator,
|
|
144
156
|
Hvdc,
|
|
145
|
-
|
|
146
|
-
|
|
157
|
+
default69 as InputWithPopupConfirmation,
|
|
158
|
+
default54 as IntegerInput,
|
|
147
159
|
KeyedColumnsRowIndexer,
|
|
148
160
|
LANG_ENGLISH,
|
|
149
161
|
LANG_FRENCH,
|
|
@@ -153,35 +165,35 @@ export {
|
|
|
153
165
|
LOGOUT_ERROR,
|
|
154
166
|
Line,
|
|
155
167
|
Load,
|
|
156
|
-
|
|
168
|
+
default60 as MidFormError,
|
|
157
169
|
default14 as ModifyElementSelection,
|
|
158
|
-
|
|
170
|
+
default70 as MuiSelectInput,
|
|
159
171
|
default7 as MuiVirtualizedTable,
|
|
160
|
-
|
|
172
|
+
default72 as MultipleAutocompleteInput,
|
|
161
173
|
default11 as MultipleSelectionDialog,
|
|
162
174
|
OverflowableText,
|
|
163
175
|
default16 as PopupConfirmationDialog,
|
|
164
176
|
RESET_AUTHENTICATION_ROUTER_ERROR,
|
|
165
177
|
R as ROW_DRAGGING_SELECTION_COLUMN_DEF,
|
|
166
|
-
|
|
167
|
-
|
|
178
|
+
default51 as RadioInput,
|
|
179
|
+
default68 as RangeInput,
|
|
168
180
|
RawReadOnlyInput,
|
|
169
181
|
default8 as ReportViewer,
|
|
170
182
|
default9 as ReportViewerDialog,
|
|
171
183
|
SHOW_AUTH_INFO_LOGIN,
|
|
172
184
|
SIGNIN_CALLBACK_ERROR,
|
|
173
185
|
SVC,
|
|
174
|
-
|
|
175
|
-
|
|
186
|
+
default46 as SelectClearable,
|
|
187
|
+
default55 as SelectInput,
|
|
176
188
|
ShuntCompensator,
|
|
177
|
-
|
|
189
|
+
default52 as SliderInput,
|
|
178
190
|
default5 as SnackbarProvider,
|
|
179
|
-
|
|
191
|
+
default63 as SubmitButton,
|
|
180
192
|
Substation,
|
|
181
|
-
|
|
193
|
+
default57 as SwitchInput,
|
|
182
194
|
TagRenderer,
|
|
183
|
-
|
|
184
|
-
|
|
195
|
+
default61 as TextFieldWithAdornment,
|
|
196
|
+
default49 as TextInput,
|
|
185
197
|
ThreeWindingTransfo,
|
|
186
198
|
default3 as TopBar,
|
|
187
199
|
default2 as TreeViewFinder,
|
|
@@ -194,22 +206,35 @@ export {
|
|
|
194
206
|
VSC,
|
|
195
207
|
VoltageLevel,
|
|
196
208
|
areArrayElementsUnique,
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
default41 as
|
|
202
|
-
default42 as
|
|
209
|
+
backendFetch,
|
|
210
|
+
backendFetchJson,
|
|
211
|
+
default35 as card_error_boundary_en,
|
|
212
|
+
default36 as card_error_boundary_fr,
|
|
213
|
+
default41 as common_button_en,
|
|
214
|
+
default42 as common_button_fr,
|
|
215
|
+
createFilter,
|
|
216
|
+
default43 as directory_items_input_en,
|
|
217
|
+
default44 as directory_items_input_fr,
|
|
203
218
|
dispatchUser,
|
|
204
219
|
default27 as element_search_en,
|
|
205
220
|
default28 as element_search_fr,
|
|
206
221
|
equipmentStyles,
|
|
207
222
|
default29 as equipment_search_en,
|
|
208
223
|
default30 as equipment_search_fr,
|
|
224
|
+
exportFilter,
|
|
225
|
+
fetchAppsMetadata,
|
|
226
|
+
fetchDirectoryContent,
|
|
227
|
+
fetchDirectoryElementPath,
|
|
228
|
+
fetchElementsInfos,
|
|
229
|
+
fetchEnv,
|
|
230
|
+
fetchRootFolders,
|
|
231
|
+
fetchStudyMetadata,
|
|
209
232
|
default31 as filter_en,
|
|
233
|
+
default33 as filter_expert_en,
|
|
234
|
+
default34 as filter_expert_fr,
|
|
210
235
|
default32 as filter_fr,
|
|
211
|
-
|
|
212
|
-
|
|
236
|
+
default37 as flat_parameters_en,
|
|
237
|
+
default38 as flat_parameters_fr,
|
|
213
238
|
genHelperError,
|
|
214
239
|
genHelperPreviousValue,
|
|
215
240
|
getComputedLanguage,
|
|
@@ -220,6 +245,7 @@ export {
|
|
|
220
245
|
getPreLoginPath,
|
|
221
246
|
getRangeInputDataForm,
|
|
222
247
|
getRangeInputSchema,
|
|
248
|
+
getRequestParamFromList,
|
|
223
249
|
getSystemLanguage,
|
|
224
250
|
gridItem,
|
|
225
251
|
identity,
|
|
@@ -235,8 +261,8 @@ export {
|
|
|
235
261
|
logout,
|
|
236
262
|
mergeSx,
|
|
237
263
|
microUnitToUnit,
|
|
238
|
-
|
|
239
|
-
|
|
264
|
+
default39 as multiple_selection_dialog_en,
|
|
265
|
+
default40 as multiple_selection_dialog_fr,
|
|
240
266
|
noSelectionForCopy,
|
|
241
267
|
default17 as report_viewer_en,
|
|
242
268
|
default18 as report_viewer_fr,
|
|
@@ -245,6 +271,7 @@ export {
|
|
|
245
271
|
saveCriteriaBasedFilter,
|
|
246
272
|
saveExpertFilter,
|
|
247
273
|
saveExplicitNamingFilter,
|
|
274
|
+
saveFilter,
|
|
248
275
|
setCommonStore,
|
|
249
276
|
setLoggedUser,
|
|
250
277
|
setSignInCallbackError,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|