@gridsuite/commons-ui 0.46.0 → 0.48.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/README.md +0 -17
- package/dist/components/AuthenticationRouter/AuthenticationRouter.d.ts +10 -0
- package/dist/components/AuthenticationRouter/AuthenticationRouter.js +147 -0
- package/dist/components/AuthenticationRouter/index.d.ts +1 -0
- package/dist/components/CardErrorBoundary/card-error-boundary.d.ts +18 -0
- package/dist/components/CardErrorBoundary/card-error-boundary.js +110 -0
- package/dist/components/CardErrorBoundary/index.d.ts +1 -0
- package/dist/components/DirectoryItemSelector/directory-item-selector.d.ts +22 -0
- package/dist/components/DirectoryItemSelector/directory-item-selector.js +254 -0
- package/dist/components/ElementSearchDialog/element-search-dialog.d.ts +16 -0
- package/dist/components/ElementSearchDialog/element-search-dialog.js +139 -0
- package/dist/components/ElementSearchDialog/equipment-item.d.ts +16 -0
- package/dist/components/ElementSearchDialog/equipment-item.js +77 -0
- package/dist/components/ElementSearchDialog/index.d.ts +2 -0
- package/dist/components/ElementSearchDialog/tag-renderer.d.ts +11 -0
- package/dist/components/ElementSearchDialog/tag-renderer.js +34 -0
- package/dist/components/FlatParameters/FlatParameters.d.ts +10 -0
- package/dist/components/FlatParameters/FlatParameters.js +411 -0
- package/dist/components/FlatParameters/index.d.ts +1 -0
- package/dist/components/Login/Login.d.ts +5 -0
- package/dist/components/Login/Login.js +78 -0
- package/dist/components/Login/Logout.d.ts +5 -0
- package/dist/components/Login/Logout.js +69 -0
- package/dist/components/Login/index.d.ts +1 -0
- package/dist/components/MuiVirtualizedTable/ColumnHeader.d.ts +4 -0
- package/dist/components/MuiVirtualizedTable/ColumnHeader.js +127 -0
- package/dist/components/MuiVirtualizedTable/KeyedColumnsRowIndexer.d.ts +104 -0
- package/dist/components/MuiVirtualizedTable/KeyedColumnsRowIndexer.js +548 -0
- package/dist/components/MuiVirtualizedTable/MuiVirtualizedTable.d.ts +131 -0
- package/dist/components/MuiVirtualizedTable/MuiVirtualizedTable.js +790 -0
- package/dist/components/MuiVirtualizedTable/index.d.ts +2 -0
- package/dist/components/MultipleSelectionDialog/MultipleSelectionDialog.d.ts +10 -0
- package/dist/components/MultipleSelectionDialog/MultipleSelectionDialog.js +87 -0
- package/dist/components/MultipleSelectionDialog/index.d.ts +1 -0
- package/dist/components/OverflowableText/index.d.ts +1 -0
- package/dist/components/OverflowableText/overflowable-text.d.ts +2 -0
- package/dist/components/OverflowableText/overflowable-text.js +87 -0
- package/dist/components/ReportViewer/filter-button.d.ts +1 -0
- package/dist/components/ReportViewer/filter-button.js +64 -0
- package/dist/components/ReportViewer/index.d.ts +1 -0
- package/dist/components/ReportViewer/log-report-item.d.ts +68 -0
- package/dist/components/ReportViewer/log-report-item.js +95 -0
- package/dist/components/ReportViewer/log-report.d.ts +21 -0
- package/dist/components/ReportViewer/log-report.js +49 -0
- package/dist/components/ReportViewer/log-table.d.ts +8 -0
- package/dist/components/ReportViewer/log-table.js +131 -0
- package/dist/components/ReportViewer/multi-select-list.d.ts +1 -0
- package/dist/components/ReportViewer/multi-select-list.js +40 -0
- package/dist/components/ReportViewer/report-item.d.ts +13 -0
- package/dist/components/ReportViewer/report-item.js +112 -0
- package/dist/components/ReportViewer/report-tree-view-context.d.ts +2 -0
- package/dist/components/ReportViewer/report-tree-view-context.js +8 -0
- package/dist/components/ReportViewer/report-viewer.d.ts +4 -0
- package/dist/components/ReportViewer/report-viewer.js +158 -0
- package/dist/components/ReportViewerDialog/index.d.ts +1 -0
- package/dist/components/ReportViewerDialog/report-viewer-dialog.d.ts +1 -0
- package/dist/components/ReportViewerDialog/report-viewer-dialog.js +61 -0
- package/dist/components/SignInCallbackHandler/SignInCallbackHandler.d.ts +5 -0
- package/dist/components/SignInCallbackHandler/SignInCallbackHandler.js +13 -0
- package/dist/components/SignInCallbackHandler/index.d.ts +1 -0
- package/dist/components/SilentRenewCallbackHandler/SilentRenewCallbackHandler.d.ts +5 -0
- package/dist/components/SilentRenewCallbackHandler/SilentRenewCallbackHandler.js +16 -0
- package/dist/components/SilentRenewCallbackHandler/index.d.ts +1 -0
- package/dist/components/SnackbarProvider/SnackbarProvider.d.ts +3 -0
- package/dist/components/SnackbarProvider/SnackbarProvider.js +28 -0
- package/dist/components/SnackbarProvider/index.d.ts +1 -0
- package/dist/components/TopBar/AboutDialog.d.ts +24 -0
- package/dist/components/TopBar/AboutDialog.js +467 -0
- package/dist/components/TopBar/GridLogo.d.ts +34 -0
- package/dist/components/TopBar/GridLogo.js +71 -0
- package/dist/components/TopBar/TopBar.d.ts +53 -0
- package/dist/components/TopBar/TopBar.js +679 -0
- package/dist/components/TopBar/index.d.ts +3 -0
- package/dist/components/TreeViewFinder/TreeViewFinder.d.ts +57 -0
- package/dist/components/TreeViewFinder/TreeViewFinder.js +288 -0
- package/dist/components/TreeViewFinder/index.d.ts +1 -0
- package/dist/components/react-hook-form/autocomplete-input.d.ts +30 -0
- package/dist/components/react-hook-form/autocomplete-input.js +96 -0
- package/dist/components/react-hook-form/booleans/boolean-input.d.ts +16 -0
- package/dist/components/react-hook-form/booleans/boolean-input.js +49 -0
- package/dist/components/react-hook-form/booleans/checkbox-input.d.ts +14 -0
- package/dist/components/react-hook-form/booleans/checkbox-input.js +24 -0
- package/dist/components/react-hook-form/booleans/switch-input.d.ts +14 -0
- package/dist/components/react-hook-form/booleans/switch-input.js +24 -0
- package/dist/components/react-hook-form/directory-items-input.d.ts +28 -0
- package/dist/components/react-hook-form/directory-items-input.js +185 -0
- package/dist/components/react-hook-form/error-management/error-input.d.ts +5 -0
- package/dist/components/react-hook-form/error-management/error-input.js +42 -0
- package/dist/components/react-hook-form/error-management/field-error-alert.d.ts +4 -0
- package/dist/components/react-hook-form/error-management/field-error-alert.js +9 -0
- package/dist/components/react-hook-form/error-management/mid-form-error.d.ts +4 -0
- package/dist/components/react-hook-form/error-management/mid-form-error.js +20 -0
- package/dist/components/react-hook-form/numbers/float-input.d.ts +18 -0
- package/dist/components/react-hook-form/numbers/float-input.js +51 -0
- package/dist/components/react-hook-form/numbers/integer-input.d.ts +18 -0
- package/dist/components/react-hook-form/numbers/integer-input.js +36 -0
- package/dist/components/react-hook-form/numbers/utils.d.ts +2 -0
- package/dist/components/react-hook-form/numbers/utils.js +10 -0
- package/dist/components/react-hook-form/radio-input.d.ts +18 -0
- package/dist/components/react-hook-form/radio-input.js +44 -0
- package/{es/components/MultipleSelectionDialog/index.js → dist/components/react-hook-form/raw-read-only-input.d.ts} +3 -2
- package/dist/components/react-hook-form/raw-read-only-input.js +10 -0
- package/dist/components/react-hook-form/select-input.d.ts +17 -0
- package/dist/components/react-hook-form/select-input.js +31 -0
- package/dist/components/react-hook-form/slider-input.d.ts +21 -0
- package/dist/components/react-hook-form/slider-input.js +43 -0
- package/dist/components/react-hook-form/text-input.d.ts +33 -0
- package/dist/components/react-hook-form/text-input.js +94 -0
- package/dist/components/react-hook-form/utils/cancel-button.d.ts +10 -0
- package/dist/components/react-hook-form/utils/cancel-button.js +16 -0
- package/dist/components/react-hook-form/utils/field-label.d.ts +6 -0
- package/dist/components/react-hook-form/utils/field-label.js +12 -0
- package/dist/components/react-hook-form/utils/functions.d.ts +11 -0
- package/dist/components/react-hook-form/utils/functions.js +41 -0
- package/dist/components/react-hook-form/utils/submit-button.d.ts +10 -0
- package/dist/components/react-hook-form/utils/submit-button.js +23 -0
- package/dist/components/react-hook-form/utils/text-field-with-adornment.d.ts +12 -0
- package/dist/components/react-hook-form/utils/text-field-with-adornment.js +96 -0
- package/{es/components/translations/report-viewer-fr.js → dist/components/translations/card-error-boundary-en.d.ts} +5 -6
- package/dist/components/translations/card-error-boundary-en.js +8 -0
- package/dist/components/translations/card-error-boundary-fr.d.ts +12 -0
- package/dist/components/translations/card-error-boundary-fr.js +8 -0
- package/dist/components/translations/common-button-en.d.ts +5 -0
- package/dist/components/translations/common-button-en.js +7 -0
- package/dist/components/translations/common-button-fr.d.ts +5 -0
- package/dist/components/translations/common-button-fr.js +7 -0
- package/{es/components/translations/element-search-en.js → dist/components/translations/element-search-en.d.ts} +4 -5
- package/dist/components/translations/element-search-en.js +7 -0
- package/dist/components/translations/element-search-fr.d.ts +11 -0
- package/dist/components/translations/element-search-fr.js +7 -0
- package/dist/components/translations/equipment-search-en.d.ts +25 -0
- package/dist/components/translations/equipment-search-en.js +21 -0
- package/dist/components/translations/equipment-search-fr.d.ts +25 -0
- package/dist/components/translations/equipment-search-fr.js +21 -0
- package/{es/components/translations/flat-parameters-en.js → dist/components/translations/flat-parameters-en.d.ts} +5 -6
- package/dist/components/translations/flat-parameters-en.js +8 -0
- package/{es/components/translations/common-button-en.js → dist/components/translations/flat-parameters-fr.d.ts} +5 -5
- package/dist/components/translations/flat-parameters-fr.js +8 -0
- package/dist/components/translations/login-en.d.ts +18 -0
- package/dist/components/translations/login-en.js +14 -0
- package/dist/components/translations/login-fr.d.ts +18 -0
- package/dist/components/translations/login-fr.js +14 -0
- package/{es/components/translations/flat-parameters-fr.js → dist/components/translations/multiple-selection-dialog-en.d.ts} +5 -6
- package/dist/components/translations/multiple-selection-dialog-en.js +8 -0
- package/{es/components/translations/common-button-fr.js → dist/components/translations/multiple-selection-dialog-fr.d.ts} +5 -5
- package/dist/components/translations/multiple-selection-dialog-fr.js +8 -0
- package/{es/components/translations/report-viewer-en.js → dist/components/translations/report-viewer-en.d.ts} +5 -6
- package/dist/components/translations/report-viewer-en.js +8 -0
- package/{es/components/translations/element-search-fr.js → dist/components/translations/report-viewer-fr.d.ts} +5 -5
- package/dist/components/translations/report-viewer-fr.js +8 -0
- package/{es/components/translations/table-en.js → dist/components/translations/table-en.d.ts} +3 -4
- package/dist/components/translations/table-en.js +6 -0
- package/{es/components/translations/table-fr.js → dist/components/translations/table-fr.d.ts} +3 -4
- package/dist/components/translations/table-fr.js +6 -0
- package/dist/components/translations/top-bar-en.d.ts +31 -0
- package/dist/components/translations/top-bar-en.js +27 -0
- package/dist/components/translations/top-bar-fr.d.ts +31 -0
- package/dist/components/translations/top-bar-fr.js +27 -0
- package/dist/components/translations/treeview-finder-en.d.ts +16 -0
- package/dist/components/translations/treeview-finder-en.js +12 -0
- package/dist/components/translations/treeview-finder-fr.d.ts +16 -0
- package/dist/components/translations/treeview-finder-fr.js +12 -0
- package/dist/hooks/useDebounce.d.ts +1 -0
- package/dist/hooks/useDebounce.js +17 -0
- package/{es/components/ElementSearchDialog/index.js → dist/hooks/useIntlRef.d.ts} +2 -2
- package/dist/hooks/useIntlRef.js +13 -0
- package/dist/hooks/useSnackMessage.d.ts +5 -0
- package/dist/hooks/useSnackMessage.js +81 -0
- package/dist/index.d.ts +234 -0
- package/dist/index.js +158 -0
- package/dist/utils/AuthService.d.ts +9 -0
- package/dist/utils/AuthService.js +336 -0
- package/dist/utils/ElementType.d.ts +13 -0
- package/dist/utils/ElementType.js +42 -0
- package/dist/utils/EquipmentType.d.ts +136 -0
- package/dist/utils/EquipmentType.js +132 -0
- package/dist/utils/UserManagerMock.d.ts +34 -0
- package/dist/utils/UserManagerMock.js +85 -0
- package/dist/utils/actions.d.ts +50 -0
- package/dist/utils/actions.js +71 -0
- package/{es/components/CardErrorBoundary/index.js → dist/utils/algos.d.ts} +1 -1
- package/dist/utils/algos.js +24 -0
- package/dist/utils/styles.d.ts +5 -0
- package/dist/utils/styles.js +13 -0
- package/package.json +36 -21
- package/es/components/AuthenticationRouter/AuthenticationRouter.js +0 -102
- package/es/components/AuthenticationRouter/index.js +0 -7
- package/es/components/CardErrorBoundary/card-error-boundary.js +0 -138
- package/es/components/ElementSearchDialog/element-search-dialog.js +0 -153
- package/es/components/ElementSearchDialog/equipment-item.js +0 -63
- package/es/components/ElementSearchDialog/tag-renderer.js +0 -29
- package/es/components/FlatParameters/FlatParameters.js +0 -448
- package/es/components/FlatParameters/index.js +0 -8
- package/es/components/Login/Login.js +0 -79
- package/es/components/Login/Logout.js +0 -78
- package/es/components/Login/index.js +0 -7
- package/es/components/MuiVirtualizedTable/ColumnHeader.js +0 -125
- package/es/components/MuiVirtualizedTable/KeyedColumnsRowIndexer.js +0 -619
- package/es/components/MuiVirtualizedTable/MuiVirtualizedTable.js +0 -780
- package/es/components/MuiVirtualizedTable/index.js +0 -9
- package/es/components/MultipleSelectionDialog/MultipleSelectionDialog.js +0 -95
- package/es/components/OverflowableText/index.js +0 -7
- package/es/components/OverflowableText/overflowable-text.js +0 -81
- package/es/components/ReportViewer/filter-button.js +0 -77
- package/es/components/ReportViewer/index.js +0 -7
- package/es/components/ReportViewer/log-report-item.js +0 -97
- package/es/components/ReportViewer/log-report.js +0 -63
- package/es/components/ReportViewer/log-table.js +0 -130
- package/es/components/ReportViewer/multi-select-list.js +0 -56
- package/es/components/ReportViewer/report-item.js +0 -131
- package/es/components/ReportViewer/report-tree-view-context.js +0 -13
- package/es/components/ReportViewer/report-viewer.js +0 -167
- package/es/components/ReportViewerDialog/index.js +0 -7
- package/es/components/ReportViewerDialog/report-viewer-dialog.js +0 -67
- package/es/components/SignInCallbackHandler/SignInCallbackHandler.js +0 -19
- package/es/components/SignInCallbackHandler/index.js +0 -7
- package/es/components/SilentRenewCallbackHandler/SilentRenewCallbackHandler.js +0 -19
- package/es/components/SilentRenewCallbackHandler/index.js +0 -7
- package/es/components/SnackbarProvider/SnackbarProvider.js +0 -39
- package/es/components/SnackbarProvider/index.js +0 -7
- package/es/components/TopBar/AboutDialog.js +0 -456
- package/es/components/TopBar/GridLogo.js +0 -73
- package/es/components/TopBar/TopBar.js +0 -487
- package/es/components/TopBar/index.js +0 -9
- package/es/components/TreeViewFinder/TreeViewFinder.js +0 -341
- package/es/components/TreeViewFinder/index.js +0 -7
- package/es/components/images/powsybl_logo.svg +0 -35
- package/es/components/react-hook-form/autocomplete-input.js +0 -110
- package/es/components/react-hook-form/booleans/boolean-input.js +0 -56
- package/es/components/react-hook-form/booleans/checkbox-input.js +0 -28
- package/es/components/react-hook-form/booleans/switch-input.js +0 -28
- package/es/components/react-hook-form/error-management/error-input.js +0 -50
- package/es/components/react-hook-form/error-management/field-error-alert.js +0 -22
- package/es/components/react-hook-form/error-management/mid-form-error.js +0 -25
- package/es/components/react-hook-form/numbers/float-input.js +0 -105
- package/es/components/react-hook-form/numbers/integer-input.js +0 -35
- package/es/components/react-hook-form/numbers/utils.js +0 -6
- package/es/components/react-hook-form/radio-input.js +0 -55
- package/es/components/react-hook-form/select-input.js +0 -40
- package/es/components/react-hook-form/slider-input.js +0 -48
- package/es/components/react-hook-form/text-input.js +0 -100
- package/es/components/react-hook-form/utils/cancel-button.js +0 -28
- package/es/components/react-hook-form/utils/field-label.js +0 -15
- package/es/components/react-hook-form/utils/functions.js +0 -42
- package/es/components/react-hook-form/utils/submit-button.js +0 -29
- package/es/components/react-hook-form/utils/text-field-with-adornment.js +0 -92
- package/es/components/translations/card-error-boundary-en.js +0 -13
- package/es/components/translations/card-error-boundary-fr.js +0 -13
- package/es/components/translations/equipment-search-en.js +0 -26
- package/es/components/translations/equipment-search-fr.js +0 -26
- package/es/components/translations/inputs-en.js +0 -25
- package/es/components/translations/inputs-fr.js +0 -25
- package/es/components/translations/login-en.js +0 -19
- package/es/components/translations/login-fr.js +0 -19
- package/es/components/translations/multiple-selection-dialog-en.js +0 -13
- package/es/components/translations/multiple-selection-dialog-fr.js +0 -13
- package/es/components/translations/top-bar-en.js +0 -32
- package/es/components/translations/top-bar-fr.js +0 -32
- package/es/components/translations/treeview-finder-en.js +0 -17
- package/es/components/translations/treeview-finder-fr.js +0 -17
- package/es/hooks/useDebounce.js +0 -26
- package/es/hooks/useIntlRef.js +0 -22
- package/es/hooks/useSnackMessage.js +0 -81
- package/es/index.js +0 -71
- package/es/utils/AuthService.js +0 -312
- package/es/utils/ElementType.js +0 -53
- package/es/utils/EquipmentType.js +0 -133
- package/es/utils/UserManagerMock.js +0 -81
- package/es/utils/actions.js +0 -65
- package/es/utils/algos.js +0 -29
- package/es/utils/styles.js +0 -35
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
const login_en = {
|
|
2
|
+
"login/login": "Login",
|
|
3
|
+
"login/connection": "Connection",
|
|
4
|
+
"login/unauthorizedAccess": "Unauthorized access",
|
|
5
|
+
"login/unauthorizedAccessMessage": "The user {userName} isn't granted yet",
|
|
6
|
+
"login/errorInUserValidation": "Error during user validation",
|
|
7
|
+
"login/errorInUserValidationMessage": "An unexpected error occured during user validation for {userName}.",
|
|
8
|
+
"login/errorInLogout": "Error during user logout",
|
|
9
|
+
"login/errorInLogoutMessage": "An unexpected error occured during user logout for {userName}.",
|
|
10
|
+
"login/logout": "Logout"
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
login_en as default
|
|
14
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export default login_fr;
|
|
2
|
+
/**
|
|
3
|
+
* Copyright (c) 2022, RTE (http://www.rte-france.com)
|
|
4
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
5
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
6
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
7
|
+
*/
|
|
8
|
+
declare const login_fr: {
|
|
9
|
+
'login/login': string;
|
|
10
|
+
'login/connection': string;
|
|
11
|
+
'login/unauthorizedAccess': string;
|
|
12
|
+
'login/unauthorizedAccessMessage': string;
|
|
13
|
+
'login/errorInUserValidation': string;
|
|
14
|
+
'login/errorInUserValidationMessage': string;
|
|
15
|
+
'login/errorInLogout': string;
|
|
16
|
+
'login/errorInLogoutMessage': string;
|
|
17
|
+
'login/logout': string;
|
|
18
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
const login_fr = {
|
|
2
|
+
"login/login": "Se connecter",
|
|
3
|
+
"login/connection": "Connexion",
|
|
4
|
+
"login/unauthorizedAccess": "Accès non autorisé",
|
|
5
|
+
"login/unauthorizedAccessMessage": "L'utilisateur {userName} n'a pas encore accès à GridSuite",
|
|
6
|
+
"login/errorInUserValidation": "Erreur lors de la validation de l'utilisateur",
|
|
7
|
+
"login/errorInUserValidationMessage": "Une erreur s'est produite pendant la validation de l'utilisateur {userName}.",
|
|
8
|
+
"login/errorInLogout": "Erreur lors de la déconnexion de l'utilisateur",
|
|
9
|
+
"login/errorInLogoutMessage": "Une erreur s'est produite pendant la déconnexion de l'utilisateur {userName}.",
|
|
10
|
+
"login/logout": "Se déconnecter"
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
login_fr as default
|
|
14
|
+
};
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
+
export default multiple_selection_dialog_en;
|
|
1
2
|
/**
|
|
2
3
|
* Copyright (c) 2023, RTE (http://www.rte-france.com)
|
|
3
4
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
4
5
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
5
6
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
6
7
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'flat_parameters/all': 'Toutes'
|
|
8
|
+
declare const multiple_selection_dialog_en: {
|
|
9
|
+
'multiple_selection_dialog/cancel': string;
|
|
10
|
+
'multiple_selection_dialog/validate': string;
|
|
11
|
+
'multiple_selection_dialog/selectAll': string;
|
|
12
12
|
};
|
|
13
|
-
export default flat_parameters_fr;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
+
export default multiple_selection_dialog_fr;
|
|
1
2
|
/**
|
|
2
3
|
* Copyright (c) 2023, RTE (http://www.rte-france.com)
|
|
3
4
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
4
5
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
5
6
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
6
7
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
declare const multiple_selection_dialog_fr: {
|
|
9
|
+
'multiple_selection_dialog/cancel': string;
|
|
10
|
+
'multiple_selection_dialog/validate': string;
|
|
11
|
+
'multiple_selection_dialog/selectAll': string;
|
|
11
12
|
};
|
|
12
|
-
export default common_button_fr;
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
+
export default report_viewer_en;
|
|
1
2
|
/**
|
|
2
3
|
* Copyright (c) 2022, RTE (http://www.rte-france.com)
|
|
3
4
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
4
5
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
5
6
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
6
7
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'report_viewer/message': 'Message'
|
|
8
|
+
declare const report_viewer_en: {
|
|
9
|
+
'report_viewer/close': string;
|
|
10
|
+
'report_viewer/severity': string;
|
|
11
|
+
'report_viewer/message': string;
|
|
12
12
|
};
|
|
13
|
-
export default report_viewer_en;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
+
export default report_viewer_fr;
|
|
1
2
|
/**
|
|
2
3
|
* Copyright (c) 2022, RTE (http://www.rte-france.com)
|
|
3
4
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
4
5
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
5
6
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
6
7
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
declare const report_viewer_fr: {
|
|
9
|
+
'report_viewer/close': string;
|
|
10
|
+
'report_viewer/severity': string;
|
|
11
|
+
'report_viewer/message': string;
|
|
11
12
|
};
|
|
12
|
-
export default element_search_fr;
|
package/{es/components/translations/table-en.js → dist/components/translations/table-en.d.ts}
RENAMED
|
@@ -1,11 +1,10 @@
|
|
|
1
|
+
export default table_en;
|
|
1
2
|
/**
|
|
2
3
|
* Copyright (c) 2022, RTE (http://www.rte-france.com)
|
|
3
4
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
4
5
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
5
6
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
6
7
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
'MuiVirtualizedTable/exportCSV': 'Download CSV'
|
|
8
|
+
declare const table_en: {
|
|
9
|
+
'MuiVirtualizedTable/exportCSV': string;
|
|
10
10
|
};
|
|
11
|
-
export default table_en;
|
package/{es/components/translations/table-fr.js → dist/components/translations/table-fr.d.ts}
RENAMED
|
@@ -1,11 +1,10 @@
|
|
|
1
|
+
export default table_fr;
|
|
1
2
|
/**
|
|
2
3
|
* Copyright (c) 2022, RTE (http://www.rte-france.com)
|
|
3
4
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
4
5
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
5
6
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
6
7
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
'MuiVirtualizedTable/exportCSV': 'Télécharger un CSV'
|
|
8
|
+
declare const table_fr: {
|
|
9
|
+
'MuiVirtualizedTable/exportCSV': string;
|
|
10
10
|
};
|
|
11
|
-
export default table_fr;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export default top_bar_en;
|
|
2
|
+
/**
|
|
3
|
+
* Copyright (c) 2022, RTE (http://www.rte-france.com)
|
|
4
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
5
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
6
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
7
|
+
*/
|
|
8
|
+
declare const top_bar_en: {
|
|
9
|
+
'top-bar/settings': string;
|
|
10
|
+
'top-bar/logout': string;
|
|
11
|
+
'top-bar/goFullScreen': string;
|
|
12
|
+
'top-bar/exitFullScreen': string;
|
|
13
|
+
'top-bar/about': string;
|
|
14
|
+
'top-bar/displayMode': string;
|
|
15
|
+
'top-bar/equipmentLabel': string;
|
|
16
|
+
'top-bar/id': string;
|
|
17
|
+
'top-bar/name': string;
|
|
18
|
+
'top-bar/language': string;
|
|
19
|
+
'top-bar/customTheme': string;
|
|
20
|
+
'about-dialog/title': string;
|
|
21
|
+
'about-dialog/version': string;
|
|
22
|
+
'about-dialog/alert-running-old-version-msg': string;
|
|
23
|
+
'about-dialog/license': string;
|
|
24
|
+
'about-dialog/modules-section': string;
|
|
25
|
+
'about-dialog/label-version': string;
|
|
26
|
+
'about-dialog/label-git-version': string;
|
|
27
|
+
'about-dialog/label-type': string;
|
|
28
|
+
'about-dialog/module-tooltip-app': string;
|
|
29
|
+
'about-dialog/module-tooltip-server': string;
|
|
30
|
+
'about-dialog/module-tooltip-other': string;
|
|
31
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
const top_bar_en = {
|
|
2
|
+
"top-bar/settings": "Settings",
|
|
3
|
+
"top-bar/logout": "Logout",
|
|
4
|
+
"top-bar/goFullScreen": "Full screen",
|
|
5
|
+
"top-bar/exitFullScreen": "Exit full screen mode",
|
|
6
|
+
"top-bar/about": "About",
|
|
7
|
+
"top-bar/displayMode": "Display mode",
|
|
8
|
+
"top-bar/equipmentLabel": "Equipment label",
|
|
9
|
+
"top-bar/id": "Id",
|
|
10
|
+
"top-bar/name": "Name",
|
|
11
|
+
"top-bar/language": "Language",
|
|
12
|
+
"top-bar/customTheme": "Custom theme",
|
|
13
|
+
"about-dialog/title": "About",
|
|
14
|
+
"about-dialog/version": "Version {version}",
|
|
15
|
+
"about-dialog/alert-running-old-version-msg": "Running old version.\nSave your work and refresh the application to load the latest version.",
|
|
16
|
+
"about-dialog/license": "License",
|
|
17
|
+
"about-dialog/modules-section": "Modules details",
|
|
18
|
+
"about-dialog/label-version": "Version",
|
|
19
|
+
"about-dialog/label-git-version": "Tag",
|
|
20
|
+
"about-dialog/label-type": "Type",
|
|
21
|
+
"about-dialog/module-tooltip-app": "application",
|
|
22
|
+
"about-dialog/module-tooltip-server": "server",
|
|
23
|
+
"about-dialog/module-tooltip-other": "other"
|
|
24
|
+
};
|
|
25
|
+
export {
|
|
26
|
+
top_bar_en as default
|
|
27
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export default top_bar_fr;
|
|
2
|
+
/**
|
|
3
|
+
* Copyright (c) 2022, RTE (http://www.rte-france.com)
|
|
4
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
5
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
6
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
7
|
+
*/
|
|
8
|
+
declare const top_bar_fr: {
|
|
9
|
+
'top-bar/settings': string;
|
|
10
|
+
'top-bar/logout': string;
|
|
11
|
+
'top-bar/goFullScreen': string;
|
|
12
|
+
'top-bar/exitFullScreen': string;
|
|
13
|
+
'top-bar/about': string;
|
|
14
|
+
'top-bar/displayMode': string;
|
|
15
|
+
'top-bar/equipmentLabel': string;
|
|
16
|
+
'top-bar/id': string;
|
|
17
|
+
'top-bar/name': string;
|
|
18
|
+
'top-bar/language': string;
|
|
19
|
+
'top-bar/customTheme': string;
|
|
20
|
+
'about-dialog/title': string;
|
|
21
|
+
'about-dialog/version': string;
|
|
22
|
+
'about-dialog/alert-running-old-version-msg': string;
|
|
23
|
+
'about-dialog/license': string;
|
|
24
|
+
'about-dialog/modules-section': string;
|
|
25
|
+
'about-dialog/label-version': string;
|
|
26
|
+
'about-dialog/label-git-version': string;
|
|
27
|
+
'about-dialog/label-type': string;
|
|
28
|
+
'about-dialog/module-tooltip-app': string;
|
|
29
|
+
'about-dialog/module-tooltip-server': string;
|
|
30
|
+
'about-dialog/module-tooltip-other': string;
|
|
31
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
const top_bar_fr = {
|
|
2
|
+
"top-bar/settings": "Paramètres",
|
|
3
|
+
"top-bar/logout": "Se déconnecter",
|
|
4
|
+
"top-bar/goFullScreen": "Plein écran",
|
|
5
|
+
"top-bar/exitFullScreen": "Quitter mode plein écran",
|
|
6
|
+
"top-bar/about": "À propos",
|
|
7
|
+
"top-bar/displayMode": "Mode d'affichage",
|
|
8
|
+
"top-bar/equipmentLabel": "Label des ouvrages",
|
|
9
|
+
"top-bar/id": "Id",
|
|
10
|
+
"top-bar/name": "Nom",
|
|
11
|
+
"top-bar/language": "Langue",
|
|
12
|
+
"top-bar/customTheme": "Choix de theme",
|
|
13
|
+
"about-dialog/title": "À propos",
|
|
14
|
+
"about-dialog/version": "Version {version}",
|
|
15
|
+
"about-dialog/alert-running-old-version-msg": "Ancienne version de l'application.\nVeuillez sauvegarder votre travail et rafraîchir l'application pour charger la dernière version",
|
|
16
|
+
"about-dialog/license": "Licence",
|
|
17
|
+
"about-dialog/modules-section": "Détails des modules",
|
|
18
|
+
"about-dialog/label-version": "Version",
|
|
19
|
+
"about-dialog/label-git-version": "Tag",
|
|
20
|
+
"about-dialog/label-type": "Type",
|
|
21
|
+
"about-dialog/module-tooltip-app": "application",
|
|
22
|
+
"about-dialog/module-tooltip-server": "serveur",
|
|
23
|
+
"about-dialog/module-tooltip-other": "autre"
|
|
24
|
+
};
|
|
25
|
+
export {
|
|
26
|
+
top_bar_fr as default
|
|
27
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export default treeview_finder_en;
|
|
2
|
+
/**
|
|
3
|
+
* Copyright (c) 2022, RTE (http://www.rte-france.com)
|
|
4
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
5
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
6
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
7
|
+
*/
|
|
8
|
+
declare const treeview_finder_en: {
|
|
9
|
+
'treeview_finder/close': string;
|
|
10
|
+
'treeview_finder/validate': string;
|
|
11
|
+
'treeview_finder/add': string;
|
|
12
|
+
'treeview_finder/deleteSelection': string;
|
|
13
|
+
'treeview_finder/contentText': string;
|
|
14
|
+
'treeview_finder/finderTitle': string;
|
|
15
|
+
'treeview_finder/addElementsValidation': string;
|
|
16
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
const treeview_finder_en = {
|
|
2
|
+
"treeview_finder/close": "Close",
|
|
3
|
+
"treeview_finder/validate": "Validate",
|
|
4
|
+
"treeview_finder/add": "Add...",
|
|
5
|
+
"treeview_finder/deleteSelection": "Delete selection",
|
|
6
|
+
"treeview_finder/contentText": "{multiselect, select, true {Please choose one or more element(s).} false {Please choose one element.} other {}}",
|
|
7
|
+
"treeview_finder/finderTitle": "{multiselect, select, true {Please choose one or more element(s).} false {Please choose one element.} other {}}",
|
|
8
|
+
"treeview_finder/addElementsValidation": "{nbElements, plural, =0 {Please select an element} =1 {Add this element} other{Add # elements}}"
|
|
9
|
+
};
|
|
10
|
+
export {
|
|
11
|
+
treeview_finder_en as default
|
|
12
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export default treeview_finder_fr;
|
|
2
|
+
/**
|
|
3
|
+
* Copyright (c) 2022, RTE (http://www.rte-france.com)
|
|
4
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
5
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
6
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
7
|
+
*/
|
|
8
|
+
declare const treeview_finder_fr: {
|
|
9
|
+
'treeview_finder/close': string;
|
|
10
|
+
'treeview_finder/validate': string;
|
|
11
|
+
'treeview_finder/add': string;
|
|
12
|
+
'treeview_finder/deleteSelection': string;
|
|
13
|
+
'treeview_finder/contentText': string;
|
|
14
|
+
'treeview_finder/finderTitle': string;
|
|
15
|
+
'treeview_finder/addElementsValidation': string;
|
|
16
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
const treeview_finder_fr = {
|
|
2
|
+
"treeview_finder/close": "Fermer",
|
|
3
|
+
"treeview_finder/validate": "Valider",
|
|
4
|
+
"treeview_finder/add": "Ajouter...",
|
|
5
|
+
"treeview_finder/deleteSelection": "Supprimer la selection",
|
|
6
|
+
"treeview_finder/contentText": "{multiselect, select, true {Veuillez choisir un ou plusieurs éléments.} false {Veuillez choisir un élément.} other {}}",
|
|
7
|
+
"treeview_finder/finderTitle": "{multiselect, select, true {Veuillez choisir un ou plusieurs éléments.} false {Veuillez choisir un élément.} other {}}",
|
|
8
|
+
"treeview_finder/addElementsValidation": "{nbElements, plural, =0 {Veuillez sélectionner un élément} =1 {Ajouter cet élément} other {Ajouter # éléments}}"
|
|
9
|
+
};
|
|
10
|
+
export {
|
|
11
|
+
treeview_finder_fr as default
|
|
12
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function useDebounce(func: any, delay?: number): any;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { useMemo, useEffect } from "react";
|
|
2
|
+
import { debounce } from "@mui/material";
|
|
3
|
+
const useDebounce = (func, delay = 700) => {
|
|
4
|
+
const debouncedChangeHandler = useMemo(
|
|
5
|
+
() => debounce(func, delay),
|
|
6
|
+
[func, delay]
|
|
7
|
+
);
|
|
8
|
+
useEffect(() => {
|
|
9
|
+
return () => {
|
|
10
|
+
debouncedChangeHandler.clear();
|
|
11
|
+
};
|
|
12
|
+
}, [debouncedChangeHandler]);
|
|
13
|
+
return debouncedChangeHandler;
|
|
14
|
+
};
|
|
15
|
+
export {
|
|
16
|
+
useDebounce
|
|
17
|
+
};
|
|
@@ -4,5 +4,5 @@
|
|
|
4
4
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
5
5
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
export
|
|
7
|
+
/// <reference types="react" />
|
|
8
|
+
export declare function useIntlRef(): import("react").MutableRefObject<import("react-intl").IntlShape>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { useRef, useEffect } from "react";
|
|
2
|
+
import { useIntl } from "react-intl";
|
|
3
|
+
function useIntlRef() {
|
|
4
|
+
const intl = useIntl();
|
|
5
|
+
const intlRef = useRef(intl);
|
|
6
|
+
useEffect(() => {
|
|
7
|
+
intlRef.current = intl;
|
|
8
|
+
}, [intl]);
|
|
9
|
+
return intlRef;
|
|
10
|
+
}
|
|
11
|
+
export {
|
|
12
|
+
useIntlRef
|
|
13
|
+
};
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import { useCallback } from "react";
|
|
2
|
+
import { useSnackbar } from "notistack";
|
|
3
|
+
import { useIntlRef } from "./useIntlRef.js";
|
|
4
|
+
function useSnackMessage() {
|
|
5
|
+
const intlRef = useIntlRef();
|
|
6
|
+
const { enqueueSnackbar } = useSnackbar();
|
|
7
|
+
const snackError = useCallback(
|
|
8
|
+
(snackInputs) => makeSnackbar(snackInputs, intlRef, enqueueSnackbar, "error", true),
|
|
9
|
+
[enqueueSnackbar, intlRef]
|
|
10
|
+
);
|
|
11
|
+
const snackWarning = useCallback(
|
|
12
|
+
(snackInputs) => makeSnackbar(
|
|
13
|
+
snackInputs,
|
|
14
|
+
intlRef,
|
|
15
|
+
enqueueSnackbar,
|
|
16
|
+
"warning",
|
|
17
|
+
true
|
|
18
|
+
),
|
|
19
|
+
[enqueueSnackbar, intlRef]
|
|
20
|
+
);
|
|
21
|
+
const snackInfo = useCallback(
|
|
22
|
+
(snackInputs) => makeSnackbar(snackInputs, intlRef, enqueueSnackbar, "info", false),
|
|
23
|
+
[enqueueSnackbar, intlRef]
|
|
24
|
+
);
|
|
25
|
+
return { snackError, snackInfo, snackWarning };
|
|
26
|
+
}
|
|
27
|
+
function makeSnackbar(snackInputs, intlRef, enqueueSnackbar, level, persistent) {
|
|
28
|
+
const message = checkAndTranslateIfNecessary(
|
|
29
|
+
snackInputs.messageTxt,
|
|
30
|
+
snackInputs.messageId,
|
|
31
|
+
snackInputs.messageValues,
|
|
32
|
+
intlRef
|
|
33
|
+
);
|
|
34
|
+
const header = checkAndTranslateIfNecessary(
|
|
35
|
+
snackInputs.headerTxt,
|
|
36
|
+
snackInputs.headerId,
|
|
37
|
+
snackInputs.headerValues,
|
|
38
|
+
intlRef
|
|
39
|
+
);
|
|
40
|
+
displayMessageWithSnackbar(
|
|
41
|
+
message,
|
|
42
|
+
header,
|
|
43
|
+
enqueueSnackbar,
|
|
44
|
+
level,
|
|
45
|
+
persistent
|
|
46
|
+
);
|
|
47
|
+
}
|
|
48
|
+
function checkAndTranslateIfNecessary(txt, id, values, intlRef) {
|
|
49
|
+
checkInputs(txt, id, values);
|
|
50
|
+
return txt ?? (id ? intlRef.current.formatMessage(
|
|
51
|
+
{
|
|
52
|
+
id
|
|
53
|
+
},
|
|
54
|
+
values
|
|
55
|
+
) : null);
|
|
56
|
+
}
|
|
57
|
+
function checkInputs(txt, id, values) {
|
|
58
|
+
if (txt && (id || values)) {
|
|
59
|
+
console.warn("Snack inputs should be [*Txt] OR [*Id, *Values]");
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
function displayMessageWithSnackbar(message, header, enqueueSnackbar, level, persistent) {
|
|
63
|
+
let fullMessage = "";
|
|
64
|
+
if (header) {
|
|
65
|
+
fullMessage += header;
|
|
66
|
+
}
|
|
67
|
+
if (message) {
|
|
68
|
+
if (header) {
|
|
69
|
+
fullMessage += "\n\n";
|
|
70
|
+
}
|
|
71
|
+
fullMessage += message;
|
|
72
|
+
}
|
|
73
|
+
enqueueSnackbar(fullMessage, {
|
|
74
|
+
variant: level,
|
|
75
|
+
persist: persistent,
|
|
76
|
+
style: { whiteSpace: "pre-line" }
|
|
77
|
+
});
|
|
78
|
+
}
|
|
79
|
+
export {
|
|
80
|
+
useSnackMessage
|
|
81
|
+
};
|