@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.
Files changed (271) hide show
  1. package/README.md +0 -17
  2. package/dist/components/AuthenticationRouter/AuthenticationRouter.d.ts +10 -0
  3. package/dist/components/AuthenticationRouter/AuthenticationRouter.js +147 -0
  4. package/dist/components/AuthenticationRouter/index.d.ts +1 -0
  5. package/dist/components/CardErrorBoundary/card-error-boundary.d.ts +18 -0
  6. package/dist/components/CardErrorBoundary/card-error-boundary.js +110 -0
  7. package/dist/components/CardErrorBoundary/index.d.ts +1 -0
  8. package/dist/components/DirectoryItemSelector/directory-item-selector.d.ts +22 -0
  9. package/dist/components/DirectoryItemSelector/directory-item-selector.js +254 -0
  10. package/dist/components/ElementSearchDialog/element-search-dialog.d.ts +16 -0
  11. package/dist/components/ElementSearchDialog/element-search-dialog.js +139 -0
  12. package/dist/components/ElementSearchDialog/equipment-item.d.ts +16 -0
  13. package/dist/components/ElementSearchDialog/equipment-item.js +77 -0
  14. package/dist/components/ElementSearchDialog/index.d.ts +2 -0
  15. package/dist/components/ElementSearchDialog/tag-renderer.d.ts +11 -0
  16. package/dist/components/ElementSearchDialog/tag-renderer.js +34 -0
  17. package/dist/components/FlatParameters/FlatParameters.d.ts +10 -0
  18. package/dist/components/FlatParameters/FlatParameters.js +411 -0
  19. package/dist/components/FlatParameters/index.d.ts +1 -0
  20. package/dist/components/Login/Login.d.ts +5 -0
  21. package/dist/components/Login/Login.js +78 -0
  22. package/dist/components/Login/Logout.d.ts +5 -0
  23. package/dist/components/Login/Logout.js +69 -0
  24. package/dist/components/Login/index.d.ts +1 -0
  25. package/dist/components/MuiVirtualizedTable/ColumnHeader.d.ts +4 -0
  26. package/dist/components/MuiVirtualizedTable/ColumnHeader.js +127 -0
  27. package/dist/components/MuiVirtualizedTable/KeyedColumnsRowIndexer.d.ts +104 -0
  28. package/dist/components/MuiVirtualizedTable/KeyedColumnsRowIndexer.js +548 -0
  29. package/dist/components/MuiVirtualizedTable/MuiVirtualizedTable.d.ts +131 -0
  30. package/dist/components/MuiVirtualizedTable/MuiVirtualizedTable.js +790 -0
  31. package/dist/components/MuiVirtualizedTable/index.d.ts +2 -0
  32. package/dist/components/MultipleSelectionDialog/MultipleSelectionDialog.d.ts +10 -0
  33. package/dist/components/MultipleSelectionDialog/MultipleSelectionDialog.js +87 -0
  34. package/dist/components/MultipleSelectionDialog/index.d.ts +1 -0
  35. package/dist/components/OverflowableText/index.d.ts +1 -0
  36. package/dist/components/OverflowableText/overflowable-text.d.ts +2 -0
  37. package/dist/components/OverflowableText/overflowable-text.js +87 -0
  38. package/dist/components/ReportViewer/filter-button.d.ts +1 -0
  39. package/dist/components/ReportViewer/filter-button.js +64 -0
  40. package/dist/components/ReportViewer/index.d.ts +1 -0
  41. package/dist/components/ReportViewer/log-report-item.d.ts +68 -0
  42. package/dist/components/ReportViewer/log-report-item.js +95 -0
  43. package/dist/components/ReportViewer/log-report.d.ts +21 -0
  44. package/dist/components/ReportViewer/log-report.js +49 -0
  45. package/dist/components/ReportViewer/log-table.d.ts +8 -0
  46. package/dist/components/ReportViewer/log-table.js +131 -0
  47. package/dist/components/ReportViewer/multi-select-list.d.ts +1 -0
  48. package/dist/components/ReportViewer/multi-select-list.js +40 -0
  49. package/dist/components/ReportViewer/report-item.d.ts +13 -0
  50. package/dist/components/ReportViewer/report-item.js +112 -0
  51. package/dist/components/ReportViewer/report-tree-view-context.d.ts +2 -0
  52. package/dist/components/ReportViewer/report-tree-view-context.js +8 -0
  53. package/dist/components/ReportViewer/report-viewer.d.ts +4 -0
  54. package/dist/components/ReportViewer/report-viewer.js +158 -0
  55. package/dist/components/ReportViewerDialog/index.d.ts +1 -0
  56. package/dist/components/ReportViewerDialog/report-viewer-dialog.d.ts +1 -0
  57. package/dist/components/ReportViewerDialog/report-viewer-dialog.js +61 -0
  58. package/dist/components/SignInCallbackHandler/SignInCallbackHandler.d.ts +5 -0
  59. package/dist/components/SignInCallbackHandler/SignInCallbackHandler.js +13 -0
  60. package/dist/components/SignInCallbackHandler/index.d.ts +1 -0
  61. package/dist/components/SilentRenewCallbackHandler/SilentRenewCallbackHandler.d.ts +5 -0
  62. package/dist/components/SilentRenewCallbackHandler/SilentRenewCallbackHandler.js +16 -0
  63. package/dist/components/SilentRenewCallbackHandler/index.d.ts +1 -0
  64. package/dist/components/SnackbarProvider/SnackbarProvider.d.ts +3 -0
  65. package/dist/components/SnackbarProvider/SnackbarProvider.js +28 -0
  66. package/dist/components/SnackbarProvider/index.d.ts +1 -0
  67. package/dist/components/TopBar/AboutDialog.d.ts +24 -0
  68. package/dist/components/TopBar/AboutDialog.js +467 -0
  69. package/dist/components/TopBar/GridLogo.d.ts +34 -0
  70. package/dist/components/TopBar/GridLogo.js +71 -0
  71. package/dist/components/TopBar/TopBar.d.ts +53 -0
  72. package/dist/components/TopBar/TopBar.js +679 -0
  73. package/dist/components/TopBar/index.d.ts +3 -0
  74. package/dist/components/TreeViewFinder/TreeViewFinder.d.ts +57 -0
  75. package/dist/components/TreeViewFinder/TreeViewFinder.js +288 -0
  76. package/dist/components/TreeViewFinder/index.d.ts +1 -0
  77. package/dist/components/react-hook-form/autocomplete-input.d.ts +30 -0
  78. package/dist/components/react-hook-form/autocomplete-input.js +96 -0
  79. package/dist/components/react-hook-form/booleans/boolean-input.d.ts +16 -0
  80. package/dist/components/react-hook-form/booleans/boolean-input.js +49 -0
  81. package/dist/components/react-hook-form/booleans/checkbox-input.d.ts +14 -0
  82. package/dist/components/react-hook-form/booleans/checkbox-input.js +24 -0
  83. package/dist/components/react-hook-form/booleans/switch-input.d.ts +14 -0
  84. package/dist/components/react-hook-form/booleans/switch-input.js +24 -0
  85. package/dist/components/react-hook-form/directory-items-input.d.ts +28 -0
  86. package/dist/components/react-hook-form/directory-items-input.js +185 -0
  87. package/dist/components/react-hook-form/error-management/error-input.d.ts +5 -0
  88. package/dist/components/react-hook-form/error-management/error-input.js +42 -0
  89. package/dist/components/react-hook-form/error-management/field-error-alert.d.ts +4 -0
  90. package/dist/components/react-hook-form/error-management/field-error-alert.js +9 -0
  91. package/dist/components/react-hook-form/error-management/mid-form-error.d.ts +4 -0
  92. package/dist/components/react-hook-form/error-management/mid-form-error.js +20 -0
  93. package/dist/components/react-hook-form/numbers/float-input.d.ts +18 -0
  94. package/dist/components/react-hook-form/numbers/float-input.js +51 -0
  95. package/dist/components/react-hook-form/numbers/integer-input.d.ts +18 -0
  96. package/dist/components/react-hook-form/numbers/integer-input.js +36 -0
  97. package/dist/components/react-hook-form/numbers/utils.d.ts +2 -0
  98. package/dist/components/react-hook-form/numbers/utils.js +10 -0
  99. package/dist/components/react-hook-form/radio-input.d.ts +18 -0
  100. package/dist/components/react-hook-form/radio-input.js +44 -0
  101. package/{es/components/MultipleSelectionDialog/index.js → dist/components/react-hook-form/raw-read-only-input.d.ts} +3 -2
  102. package/dist/components/react-hook-form/raw-read-only-input.js +10 -0
  103. package/dist/components/react-hook-form/select-input.d.ts +17 -0
  104. package/dist/components/react-hook-form/select-input.js +31 -0
  105. package/dist/components/react-hook-form/slider-input.d.ts +21 -0
  106. package/dist/components/react-hook-form/slider-input.js +43 -0
  107. package/dist/components/react-hook-form/text-input.d.ts +33 -0
  108. package/dist/components/react-hook-form/text-input.js +94 -0
  109. package/dist/components/react-hook-form/utils/cancel-button.d.ts +10 -0
  110. package/dist/components/react-hook-form/utils/cancel-button.js +16 -0
  111. package/dist/components/react-hook-form/utils/field-label.d.ts +6 -0
  112. package/dist/components/react-hook-form/utils/field-label.js +12 -0
  113. package/dist/components/react-hook-form/utils/functions.d.ts +11 -0
  114. package/dist/components/react-hook-form/utils/functions.js +41 -0
  115. package/dist/components/react-hook-form/utils/submit-button.d.ts +10 -0
  116. package/dist/components/react-hook-form/utils/submit-button.js +23 -0
  117. package/dist/components/react-hook-form/utils/text-field-with-adornment.d.ts +12 -0
  118. package/dist/components/react-hook-form/utils/text-field-with-adornment.js +96 -0
  119. package/{es/components/translations/report-viewer-fr.js → dist/components/translations/card-error-boundary-en.d.ts} +5 -6
  120. package/dist/components/translations/card-error-boundary-en.js +8 -0
  121. package/dist/components/translations/card-error-boundary-fr.d.ts +12 -0
  122. package/dist/components/translations/card-error-boundary-fr.js +8 -0
  123. package/dist/components/translations/common-button-en.d.ts +5 -0
  124. package/dist/components/translations/common-button-en.js +7 -0
  125. package/dist/components/translations/common-button-fr.d.ts +5 -0
  126. package/dist/components/translations/common-button-fr.js +7 -0
  127. package/{es/components/translations/element-search-en.js → dist/components/translations/element-search-en.d.ts} +4 -5
  128. package/dist/components/translations/element-search-en.js +7 -0
  129. package/dist/components/translations/element-search-fr.d.ts +11 -0
  130. package/dist/components/translations/element-search-fr.js +7 -0
  131. package/dist/components/translations/equipment-search-en.d.ts +25 -0
  132. package/dist/components/translations/equipment-search-en.js +21 -0
  133. package/dist/components/translations/equipment-search-fr.d.ts +25 -0
  134. package/dist/components/translations/equipment-search-fr.js +21 -0
  135. package/{es/components/translations/flat-parameters-en.js → dist/components/translations/flat-parameters-en.d.ts} +5 -6
  136. package/dist/components/translations/flat-parameters-en.js +8 -0
  137. package/{es/components/translations/common-button-en.js → dist/components/translations/flat-parameters-fr.d.ts} +5 -5
  138. package/dist/components/translations/flat-parameters-fr.js +8 -0
  139. package/dist/components/translations/login-en.d.ts +18 -0
  140. package/dist/components/translations/login-en.js +14 -0
  141. package/dist/components/translations/login-fr.d.ts +18 -0
  142. package/dist/components/translations/login-fr.js +14 -0
  143. package/{es/components/translations/flat-parameters-fr.js → dist/components/translations/multiple-selection-dialog-en.d.ts} +5 -6
  144. package/dist/components/translations/multiple-selection-dialog-en.js +8 -0
  145. package/{es/components/translations/common-button-fr.js → dist/components/translations/multiple-selection-dialog-fr.d.ts} +5 -5
  146. package/dist/components/translations/multiple-selection-dialog-fr.js +8 -0
  147. package/{es/components/translations/report-viewer-en.js → dist/components/translations/report-viewer-en.d.ts} +5 -6
  148. package/dist/components/translations/report-viewer-en.js +8 -0
  149. package/{es/components/translations/element-search-fr.js → dist/components/translations/report-viewer-fr.d.ts} +5 -5
  150. package/dist/components/translations/report-viewer-fr.js +8 -0
  151. package/{es/components/translations/table-en.js → dist/components/translations/table-en.d.ts} +3 -4
  152. package/dist/components/translations/table-en.js +6 -0
  153. package/{es/components/translations/table-fr.js → dist/components/translations/table-fr.d.ts} +3 -4
  154. package/dist/components/translations/table-fr.js +6 -0
  155. package/dist/components/translations/top-bar-en.d.ts +31 -0
  156. package/dist/components/translations/top-bar-en.js +27 -0
  157. package/dist/components/translations/top-bar-fr.d.ts +31 -0
  158. package/dist/components/translations/top-bar-fr.js +27 -0
  159. package/dist/components/translations/treeview-finder-en.d.ts +16 -0
  160. package/dist/components/translations/treeview-finder-en.js +12 -0
  161. package/dist/components/translations/treeview-finder-fr.d.ts +16 -0
  162. package/dist/components/translations/treeview-finder-fr.js +12 -0
  163. package/dist/hooks/useDebounce.d.ts +1 -0
  164. package/dist/hooks/useDebounce.js +17 -0
  165. package/{es/components/ElementSearchDialog/index.js → dist/hooks/useIntlRef.d.ts} +2 -2
  166. package/dist/hooks/useIntlRef.js +13 -0
  167. package/dist/hooks/useSnackMessage.d.ts +5 -0
  168. package/dist/hooks/useSnackMessage.js +81 -0
  169. package/dist/index.d.ts +234 -0
  170. package/dist/index.js +158 -0
  171. package/dist/utils/AuthService.d.ts +9 -0
  172. package/dist/utils/AuthService.js +336 -0
  173. package/dist/utils/ElementType.d.ts +13 -0
  174. package/dist/utils/ElementType.js +42 -0
  175. package/dist/utils/EquipmentType.d.ts +136 -0
  176. package/dist/utils/EquipmentType.js +132 -0
  177. package/dist/utils/UserManagerMock.d.ts +34 -0
  178. package/dist/utils/UserManagerMock.js +85 -0
  179. package/dist/utils/actions.d.ts +50 -0
  180. package/dist/utils/actions.js +71 -0
  181. package/{es/components/CardErrorBoundary/index.js → dist/utils/algos.d.ts} +1 -1
  182. package/dist/utils/algos.js +24 -0
  183. package/dist/utils/styles.d.ts +5 -0
  184. package/dist/utils/styles.js +13 -0
  185. package/package.json +36 -21
  186. package/es/components/AuthenticationRouter/AuthenticationRouter.js +0 -102
  187. package/es/components/AuthenticationRouter/index.js +0 -7
  188. package/es/components/CardErrorBoundary/card-error-boundary.js +0 -138
  189. package/es/components/ElementSearchDialog/element-search-dialog.js +0 -153
  190. package/es/components/ElementSearchDialog/equipment-item.js +0 -63
  191. package/es/components/ElementSearchDialog/tag-renderer.js +0 -29
  192. package/es/components/FlatParameters/FlatParameters.js +0 -448
  193. package/es/components/FlatParameters/index.js +0 -8
  194. package/es/components/Login/Login.js +0 -79
  195. package/es/components/Login/Logout.js +0 -78
  196. package/es/components/Login/index.js +0 -7
  197. package/es/components/MuiVirtualizedTable/ColumnHeader.js +0 -125
  198. package/es/components/MuiVirtualizedTable/KeyedColumnsRowIndexer.js +0 -619
  199. package/es/components/MuiVirtualizedTable/MuiVirtualizedTable.js +0 -780
  200. package/es/components/MuiVirtualizedTable/index.js +0 -9
  201. package/es/components/MultipleSelectionDialog/MultipleSelectionDialog.js +0 -95
  202. package/es/components/OverflowableText/index.js +0 -7
  203. package/es/components/OverflowableText/overflowable-text.js +0 -81
  204. package/es/components/ReportViewer/filter-button.js +0 -77
  205. package/es/components/ReportViewer/index.js +0 -7
  206. package/es/components/ReportViewer/log-report-item.js +0 -97
  207. package/es/components/ReportViewer/log-report.js +0 -63
  208. package/es/components/ReportViewer/log-table.js +0 -130
  209. package/es/components/ReportViewer/multi-select-list.js +0 -56
  210. package/es/components/ReportViewer/report-item.js +0 -131
  211. package/es/components/ReportViewer/report-tree-view-context.js +0 -13
  212. package/es/components/ReportViewer/report-viewer.js +0 -167
  213. package/es/components/ReportViewerDialog/index.js +0 -7
  214. package/es/components/ReportViewerDialog/report-viewer-dialog.js +0 -67
  215. package/es/components/SignInCallbackHandler/SignInCallbackHandler.js +0 -19
  216. package/es/components/SignInCallbackHandler/index.js +0 -7
  217. package/es/components/SilentRenewCallbackHandler/SilentRenewCallbackHandler.js +0 -19
  218. package/es/components/SilentRenewCallbackHandler/index.js +0 -7
  219. package/es/components/SnackbarProvider/SnackbarProvider.js +0 -39
  220. package/es/components/SnackbarProvider/index.js +0 -7
  221. package/es/components/TopBar/AboutDialog.js +0 -456
  222. package/es/components/TopBar/GridLogo.js +0 -73
  223. package/es/components/TopBar/TopBar.js +0 -487
  224. package/es/components/TopBar/index.js +0 -9
  225. package/es/components/TreeViewFinder/TreeViewFinder.js +0 -341
  226. package/es/components/TreeViewFinder/index.js +0 -7
  227. package/es/components/images/powsybl_logo.svg +0 -35
  228. package/es/components/react-hook-form/autocomplete-input.js +0 -110
  229. package/es/components/react-hook-form/booleans/boolean-input.js +0 -56
  230. package/es/components/react-hook-form/booleans/checkbox-input.js +0 -28
  231. package/es/components/react-hook-form/booleans/switch-input.js +0 -28
  232. package/es/components/react-hook-form/error-management/error-input.js +0 -50
  233. package/es/components/react-hook-form/error-management/field-error-alert.js +0 -22
  234. package/es/components/react-hook-form/error-management/mid-form-error.js +0 -25
  235. package/es/components/react-hook-form/numbers/float-input.js +0 -105
  236. package/es/components/react-hook-form/numbers/integer-input.js +0 -35
  237. package/es/components/react-hook-form/numbers/utils.js +0 -6
  238. package/es/components/react-hook-form/radio-input.js +0 -55
  239. package/es/components/react-hook-form/select-input.js +0 -40
  240. package/es/components/react-hook-form/slider-input.js +0 -48
  241. package/es/components/react-hook-form/text-input.js +0 -100
  242. package/es/components/react-hook-form/utils/cancel-button.js +0 -28
  243. package/es/components/react-hook-form/utils/field-label.js +0 -15
  244. package/es/components/react-hook-form/utils/functions.js +0 -42
  245. package/es/components/react-hook-form/utils/submit-button.js +0 -29
  246. package/es/components/react-hook-form/utils/text-field-with-adornment.js +0 -92
  247. package/es/components/translations/card-error-boundary-en.js +0 -13
  248. package/es/components/translations/card-error-boundary-fr.js +0 -13
  249. package/es/components/translations/equipment-search-en.js +0 -26
  250. package/es/components/translations/equipment-search-fr.js +0 -26
  251. package/es/components/translations/inputs-en.js +0 -25
  252. package/es/components/translations/inputs-fr.js +0 -25
  253. package/es/components/translations/login-en.js +0 -19
  254. package/es/components/translations/login-fr.js +0 -19
  255. package/es/components/translations/multiple-selection-dialog-en.js +0 -13
  256. package/es/components/translations/multiple-selection-dialog-fr.js +0 -13
  257. package/es/components/translations/top-bar-en.js +0 -32
  258. package/es/components/translations/top-bar-fr.js +0 -32
  259. package/es/components/translations/treeview-finder-en.js +0 -17
  260. package/es/components/translations/treeview-finder-fr.js +0 -17
  261. package/es/hooks/useDebounce.js +0 -26
  262. package/es/hooks/useIntlRef.js +0 -22
  263. package/es/hooks/useSnackMessage.js +0 -81
  264. package/es/index.js +0 -71
  265. package/es/utils/AuthService.js +0 -312
  266. package/es/utils/ElementType.js +0 -53
  267. package/es/utils/EquipmentType.js +0 -133
  268. package/es/utils/UserManagerMock.js +0 -81
  269. package/es/utils/actions.js +0 -65
  270. package/es/utils/algos.js +0 -29
  271. 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
- var flat_parameters_fr = {
9
- 'flat_parameters/none': 'Aucune',
10
- 'flat_parameters/some': 'Quelques-unes',
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;
@@ -0,0 +1,8 @@
1
+ const multiple_selection_dialog_en = {
2
+ "multiple_selection_dialog/cancel": "Cancel",
3
+ "multiple_selection_dialog/validate": "Validate",
4
+ "multiple_selection_dialog/selectAll": "Select all"
5
+ };
6
+ export {
7
+ multiple_selection_dialog_en as default
8
+ };
@@ -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
- var common_button_fr = {
9
- cancel: 'Annuler',
10
- validate: 'Valider'
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;
@@ -0,0 +1,8 @@
1
+ const multiple_selection_dialog_fr = {
2
+ "multiple_selection_dialog/cancel": "Annuler",
3
+ "multiple_selection_dialog/validate": "Valider",
4
+ "multiple_selection_dialog/selectAll": "Tout sélectionner"
5
+ };
6
+ export {
7
+ multiple_selection_dialog_fr as default
8
+ };
@@ -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
- var report_viewer_en = {
9
- 'report_viewer/close': 'Close',
10
- 'report_viewer/severity': 'Severity',
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;
@@ -0,0 +1,8 @@
1
+ const report_viewer_en = {
2
+ "report_viewer/close": "Close",
3
+ "report_viewer/severity": "Severity",
4
+ "report_viewer/message": "Message"
5
+ };
6
+ export {
7
+ report_viewer_en as default
8
+ };
@@ -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
- var element_search_fr = {
9
- 'element_search/label': 'Rechercher un élément',
10
- 'element_search/noResult': 'Aucun résultat'
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;
@@ -0,0 +1,8 @@
1
+ const report_viewer_fr = {
2
+ "report_viewer/close": "Fermer",
3
+ "report_viewer/severity": "Sévérité",
4
+ "report_viewer/message": "Message"
5
+ };
6
+ export {
7
+ report_viewer_fr as default
8
+ };
@@ -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
- var table_en = {
9
- 'MuiVirtualizedTable/exportCSV': 'Download CSV'
8
+ declare const table_en: {
9
+ 'MuiVirtualizedTable/exportCSV': string;
10
10
  };
11
- export default table_en;
@@ -0,0 +1,6 @@
1
+ const table_en = {
2
+ "MuiVirtualizedTable/exportCSV": "Download CSV"
3
+ };
4
+ export {
5
+ table_en as default
6
+ };
@@ -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
- var table_fr = {
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,6 @@
1
+ const table_fr = {
2
+ "MuiVirtualizedTable/exportCSV": "Télécharger un CSV"
3
+ };
4
+ export {
5
+ table_fr as default
6
+ };
@@ -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
- export { default } from './element-search-dialog';
8
- export { TagRenderer } from './tag-renderer';
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,5 @@
1
+ export function useSnackMessage(): {
2
+ snackError: (snackInputs: any) => void;
3
+ snackInfo: (snackInputs: any) => void;
4
+ snackWarning: (snackInputs: any) => void;
5
+ };
@@ -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
+ };