@leav/ui 0.0.1-alpha-2 → 0.0.1-alpha-3

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 (687) hide show
  1. package/dist/libs/ui/tsconfig.tsbuildinfo +1 -0
  2. package/dist/tsconfig.tsbuildinfo +1 -0
  3. package/package.json +5 -1
  4. package/apollo.apiKey.js.example +0 -7
  5. package/codegen.ts +0 -48
  6. package/graphql_codegen.ts +0 -19
  7. package/jest.config.js +0 -21
  8. package/scripts/createComponent.js +0 -79
  9. package/setupTests.ts +0 -21
  10. package/src/__mocks__/common/application.ts +0 -30
  11. package/src/__mocks__/common/attribute.ts +0 -164
  12. package/src/__mocks__/common/filter.ts +0 -41
  13. package/src/__mocks__/common/form.tsx +0 -291
  14. package/src/__mocks__/common/import.ts +0 -31
  15. package/src/__mocks__/common/label.ts +0 -7
  16. package/src/__mocks__/common/library.ts +0 -111
  17. package/src/__mocks__/common/mockSearchContextProvider.tsx +0 -23
  18. package/src/__mocks__/common/record.ts +0 -27
  19. package/src/__mocks__/common/tree.ts +0 -33
  20. package/src/__mocks__/common/treeElements.ts +0 -73
  21. package/src/__mocks__/common/value.ts +0 -48
  22. package/src/__mocks__/common/versionProfile.ts +0 -10
  23. package/src/__mocks__/common/view.ts +0 -28
  24. package/src/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.ts +0 -66
  25. package/src/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.ts +0 -42
  26. package/src/__mocks__/mockQuery/mockGetViewListQuery.ts +0 -52
  27. package/src/__mocks__/react-i18next.js +0 -73
  28. package/src/_gqlTypes/index.ts +0 -3853
  29. package/src/_queries/applications/applicationDetailsFragment.ts +0 -27
  30. package/src/_queries/applications/checkApplicationExistence.ts +0 -12
  31. package/src/_queries/applications/getApplicationDetails.ts +0 -16
  32. package/src/_queries/applications/getApplicationsModulesQuery.ts +0 -14
  33. package/src/_queries/applications/saveApplicationMutation.ts +0 -14
  34. package/src/_queries/attributes/attributeDetailsFragment.ts +0 -57
  35. package/src/_queries/attributes/checkAttributeExistenceQuery.ts +0 -12
  36. package/src/_queries/attributes/deleteAttributeMutation.ts +0 -12
  37. package/src/_queries/attributes/getAttributeByIdQuery.ts +0 -16
  38. package/src/_queries/attributes/getAttributeWithEmbeddedFields.ts +0 -32
  39. package/src/_queries/attributes/getAttributesByLib.ts +0 -48
  40. package/src/_queries/attributes/getAttributesQuery.ts +0 -19
  41. package/src/_queries/attributes/getVersionProfilesQuery.ts +0 -15
  42. package/src/_queries/attributes/getVersionableAttributesByLibrary.ts +0 -24
  43. package/src/_queries/attributes/saveAttributeMutation.ts +0 -14
  44. package/src/_queries/export/exportQuery.ts +0 -10
  45. package/src/_queries/files/createDirectory.ts +0 -14
  46. package/src/_queries/files/forcePreviewsGenerationMutation.ts +0 -22
  47. package/src/_queries/files/getDirectoryDataQuery.ts +0 -53
  48. package/src/_queries/files/getUploadUpdates.ts +0 -23
  49. package/src/_queries/files/uploadMutation.ts +0 -18
  50. package/src/_queries/import/importExcel.ts +0 -11
  51. package/src/_queries/libraries/checkLibraryExistenceQuery.ts +0 -12
  52. package/src/_queries/libraries/deleteLibraryMutation.ts +0 -12
  53. package/src/_queries/libraries/getLibrariesQuery.ts +0 -29
  54. package/src/_queries/libraries/getLibraryByIdQuery.ts +0 -16
  55. package/src/_queries/libraries/getLibraryDetailExtendQuery.ts +0 -259
  56. package/src/_queries/libraries/getLibraryPermissionsQuery.ts +0 -20
  57. package/src/_queries/libraries/getLibraryPreviewsSettingsQuery.ts +0 -29
  58. package/src/_queries/libraries/libraryDetailsFragment.ts +0 -87
  59. package/src/_queries/libraries/saveLibraryMutation.ts +0 -14
  60. package/src/_queries/permissions/isAllowedQuery.ts +0 -18
  61. package/src/_queries/records/createRecordMutation.ts +0 -26
  62. package/src/_queries/records/deactivateRecordsMutation.ts +0 -15
  63. package/src/_queries/records/doesFileExistAsChild.ts +0 -10
  64. package/src/_queries/records/getFileDataQuery.ts +0 -77
  65. package/src/_queries/records/getRecordColumnsValues.ts +0 -90
  66. package/src/_queries/records/getRecordFormQuery.ts +0 -62
  67. package/src/_queries/records/getRecordPropertiesQuery.ts +0 -165
  68. package/src/_queries/records/getRecordUpdatesSubscription.ts +0 -31
  69. package/src/_queries/records/getRecordsFromLibraryQuery.ts +0 -137
  70. package/src/_queries/records/indexRecordsMutation.ts +0 -10
  71. package/src/_queries/records/recordFormAttributeFragment.ts +0 -94
  72. package/src/_queries/tasks/cancelTaskMutation.ts +0 -10
  73. package/src/_queries/trees/checkTreeExistenceQuery.ts +0 -12
  74. package/src/_queries/trees/deleteTreeMutation.ts +0 -12
  75. package/src/_queries/trees/getTreeByIdQuery.ts +0 -16
  76. package/src/_queries/trees/getTreeLibraries.ts +0 -30
  77. package/src/_queries/trees/getTreesQuery.ts +0 -18
  78. package/src/_queries/trees/saveTreeMutation.ts +0 -14
  79. package/src/_queries/trees/treeDetailsFragment.ts +0 -24
  80. package/src/_queries/trees/treeNodeChildrenQuery.ts +0 -48
  81. package/src/_queries/userData/getUserData.ts +0 -13
  82. package/src/_queries/userData/saveUserData.ts +0 -13
  83. package/src/_queries/values/deleteValueMutation.ts +0 -14
  84. package/src/_queries/values/saveValueBatchMutation.ts +0 -34
  85. package/src/_queries/values/valueDetailsFragment.ts +0 -76
  86. package/src/_queries/values/valuesVersionFragment.ts +0 -23
  87. package/src/_queries/views/deleteViewMutation.ts +0 -23
  88. package/src/_queries/views/getViewById.ts +0 -16
  89. package/src/_queries/views/getViewsListQuery.ts +0 -17
  90. package/src/_queries/views/saveViewMutation.ts +0 -16
  91. package/src/_queries/views/viewDetailsFragment.ts +0 -59
  92. package/src/_tests/testUtils.tsx +0 -46
  93. package/src/_utils/getFiltersFromRequest.ts +0 -136
  94. package/src/_utils/getRequestFromFilter.ts +0 -61
  95. package/src/_utils/index.ts +0 -189
  96. package/src/antdTheme/index.ts +0 -108
  97. package/src/antdTheme/types.ts +0 -5
  98. package/src/components/AttributePicker/AttributePicker.test.tsx +0 -286
  99. package/src/components/AttributePicker/AttributePicker.tsx +0 -71
  100. package/src/components/AttributePicker/AttributesList/AttributesList.tsx +0 -330
  101. package/src/components/AttributePicker/AttributesList/index.ts +0 -4
  102. package/src/components/AttributePicker/index.ts +0 -4
  103. package/src/components/AttributesSelectionList/Attribute/Attribute.tsx +0 -67
  104. package/src/components/AttributesSelectionList/Attribute/index.ts +0 -5
  105. package/src/components/AttributesSelectionList/AttributesSelectionList.test.tsx +0 -115
  106. package/src/components/AttributesSelectionList/AttributesSelectionList.tsx +0 -132
  107. package/src/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.tsx +0 -69
  108. package/src/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.ts +0 -5
  109. package/src/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.tsx +0 -96
  110. package/src/components/AttributesSelectionList/SelectedAttributesList/index.ts +0 -5
  111. package/src/components/AttributesSelectionList/_types.ts +0 -16
  112. package/src/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.ts +0 -11
  113. package/src/components/AttributesSelectionList/index.ts +0 -5
  114. package/src/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.ts +0 -10
  115. package/src/components/AttributesSelectionList/reducer/attributesSelectionListReducer.test.tsx +0 -202
  116. package/src/components/AttributesSelectionList/reducer/attributesSelectionListReducer.tsx +0 -118
  117. package/src/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.ts +0 -16
  118. package/src/components/AttributesSelectionList/sharedComponents.tsx +0 -18
  119. package/src/components/BasicButton/BasicButton.test.tsx +0 -14
  120. package/src/components/BasicButton/BasicButton.tsx +0 -36
  121. package/src/components/BasicButton/index.ts +0 -4
  122. package/src/components/CreateDirectory/CreateDirectory.test.tsx +0 -291
  123. package/src/components/CreateDirectory/CreateDirectory.tsx +0 -222
  124. package/src/components/CreateDirectory/index.ts +0 -4
  125. package/src/components/DeactivateRecordsModal/DeactivateRecordsModal.test.tsx +0 -147
  126. package/src/components/DeactivateRecordsModal/DeactivateRecordsModal.tsx +0 -78
  127. package/src/components/DeactivateRecordsModal/index.ts +0 -4
  128. package/src/components/Dimmer/Dimmer.test.tsx +0 -21
  129. package/src/components/Dimmer/Dimmer.tsx +0 -27
  130. package/src/components/Dimmer/index.ts +0 -5
  131. package/src/components/EditApplication/EditApplication.test.tsx +0 -315
  132. package/src/components/EditApplication/EditApplication.tsx +0 -64
  133. package/src/components/EditApplication/EditApplicationInfo/EditApplicationInfo.tsx +0 -166
  134. package/src/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.tsx +0 -316
  135. package/src/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.tsx +0 -51
  136. package/src/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.ts +0 -5
  137. package/src/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.ts +0 -5
  138. package/src/components/EditApplication/EditApplicationInfo/index.ts +0 -4
  139. package/src/components/EditApplication/_types.ts +0 -12
  140. package/src/components/EditApplication/index.ts +0 -5
  141. package/src/components/EditAttributeModal/EditAttribute/EditAttribute.tsx +0 -68
  142. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.tsx +0 -188
  143. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.tsx +0 -382
  144. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.tsx +0 -88
  145. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.ts +0 -4
  146. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.tsx +0 -84
  147. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.ts +0 -4
  148. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.tsx +0 -100
  149. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.ts +0 -4
  150. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.ts +0 -4
  151. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.ts +0 -4
  152. package/src/components/EditAttributeModal/EditAttribute/index.ts +0 -4
  153. package/src/components/EditAttributeModal/EditAttributeModal.test.tsx +0 -335
  154. package/src/components/EditAttributeModal/EditAttributeModal.tsx +0 -178
  155. package/src/components/EditAttributeModal/index.ts +0 -4
  156. package/src/components/EditLibraryModal/EditLibrary/EditLibrary.tsx +0 -119
  157. package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.tsx +0 -61
  158. package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.ts +0 -4
  159. package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.tsx +0 -273
  160. package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.tsx +0 -52
  161. package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.ts +0 -4
  162. package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.ts +0 -4
  163. package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.test.tsx +0 -116
  164. package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.tsx +0 -56
  165. package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.ts +0 -4
  166. package/src/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.tsx +0 -134
  167. package/src/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.ts +0 -4
  168. package/src/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfo.tsx +0 -159
  169. package/src/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.tsx +0 -306
  170. package/src/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.ts +0 -4
  171. package/src/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.ts +0 -4
  172. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.test.tsx +0 -85
  173. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.tsx +0 -51
  174. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.test.tsx +0 -76
  175. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.tsx +0 -180
  176. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.tsx +0 -182
  177. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.ts +0 -4
  178. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.ts +0 -4
  179. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.tsx +0 -241
  180. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.ts +0 -4
  181. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.ts +0 -4
  182. package/src/components/EditLibraryModal/EditLibrary/index.ts +0 -4
  183. package/src/components/EditLibraryModal/EditLibraryModal.test.tsx +0 -346
  184. package/src/components/EditLibraryModal/EditLibraryModal.tsx +0 -178
  185. package/src/components/EditLibraryModal/index.ts +0 -4
  186. package/src/components/EditTreeModal/EditTree/EditTree.tsx +0 -68
  187. package/src/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.tsx +0 -171
  188. package/src/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.tsx +0 -216
  189. package/src/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.tsx +0 -239
  190. package/src/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.ts +0 -4
  191. package/src/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.ts +0 -4
  192. package/src/components/EditTreeModal/EditTree/EditTreeInfo/index.ts +0 -4
  193. package/src/components/EditTreeModal/EditTree/index.ts +0 -4
  194. package/src/components/EditTreeModal/EditTreeModal.test.tsx +0 -516
  195. package/src/components/EditTreeModal/EditTreeModal.tsx +0 -167
  196. package/src/components/EditTreeModal/index.ts +0 -4
  197. package/src/components/EntityCard/EntityCard.test.tsx +0 -50
  198. package/src/components/EntityCard/EntityCard.tsx +0 -177
  199. package/src/components/EntityCard/_types.ts +0 -9
  200. package/src/components/EntityCard/index.ts +0 -5
  201. package/src/components/EntityPreview/EntityPreview.test.tsx +0 -50
  202. package/src/components/EntityPreview/EntityPreview.tsx +0 -17
  203. package/src/components/EntityPreview/EntityPreviewList/EntityPreviewList.tsx +0 -106
  204. package/src/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.tsx +0 -34
  205. package/src/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.ts +0 -5
  206. package/src/components/EntityPreview/EntityPreviewList/index.ts +0 -5
  207. package/src/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.tsx +0 -105
  208. package/src/components/EntityPreview/EntityPreviewTile/index.ts +0 -5
  209. package/src/components/EntityPreview/_types.ts +0 -25
  210. package/src/components/EntityPreview/index.ts +0 -5
  211. package/src/components/ErrorBoundary/ErrorBoundary.test.tsx +0 -43
  212. package/src/components/ErrorBoundary/ErrorBoundary.tsx +0 -46
  213. package/src/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.tsx +0 -59
  214. package/src/components/ErrorBoundary/ErrorBoundaryContent/index.ts +0 -5
  215. package/src/components/ErrorBoundary/index.ts +0 -4
  216. package/src/components/ErrorDisplay/ErrorDisplay.test.tsx +0 -15
  217. package/src/components/ErrorDisplay/ErrorDisplay.tsx +0 -67
  218. package/src/components/ErrorDisplay/index.ts +0 -4
  219. package/src/components/ErrorMessage/ErrorMessage.test.tsx +0 -30
  220. package/src/components/ErrorMessage/ErrorMessage.tsx +0 -45
  221. package/src/components/ErrorMessage/index.ts +0 -5
  222. package/src/components/ExportModal/ExportModal.test.tsx +0 -44
  223. package/src/components/ExportModal/ExportModal.tsx +0 -205
  224. package/src/components/ExportModal/index.ts +0 -4
  225. package/src/components/FieldsGroup/FieldsGroup.test.tsx +0 -18
  226. package/src/components/FieldsGroup/FieldsGroup.tsx +0 -43
  227. package/src/components/FieldsGroup/index.ts +0 -5
  228. package/src/components/FloatingMenu/FloatingMenu.test.tsx +0 -81
  229. package/src/components/FloatingMenu/FloatingMenu.tsx +0 -94
  230. package/src/components/FloatingMenu/_types.ts +0 -20
  231. package/src/components/FloatingMenu/index.ts +0 -5
  232. package/src/components/ImageLoading/ImageLoading.tsx +0 -32
  233. package/src/components/ImageLoading/index.ts +0 -4
  234. package/src/components/ImageMissing/ImageMissing.tsx +0 -38
  235. package/src/components/ImageMissing/index.ts +0 -4
  236. package/src/components/ImportModal/ImportModal.tsx +0 -287
  237. package/src/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.tsx +0 -60
  238. package/src/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.ts +0 -5
  239. package/src/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.tsx +0 -37
  240. package/src/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.ts +0 -5
  241. package/src/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.tsx +0 -298
  242. package/src/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.tsx +0 -52
  243. package/src/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.ts +0 -5
  244. package/src/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.tsx +0 -155
  245. package/src/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.ts +0 -5
  246. package/src/components/ImportModal/ImportModalConfigStep/index.ts +0 -5
  247. package/src/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.tsx +0 -28
  248. package/src/components/ImportModal/ImportModalDoneStep/index.ts +0 -5
  249. package/src/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.tsx +0 -17
  250. package/src/components/ImportModal/ImportModalProcessingStep/index.ts +0 -5
  251. package/src/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.tsx +0 -212
  252. package/src/components/ImportModal/ImportModalSelectFileStep/index.ts +0 -5
  253. package/src/components/ImportModal/_types.ts +0 -44
  254. package/src/components/ImportModal/importReducer/ImportReducerContext.ts +0 -17
  255. package/src/components/ImportModal/importReducer/importReducer.test.ts +0 -125
  256. package/src/components/ImportModal/importReducer/importReducer.ts +0 -171
  257. package/src/components/ImportModal/importReducer/index.ts +0 -5
  258. package/src/components/ImportModal/index.ts +0 -4
  259. package/src/components/LibraryItemsList/DisplayOptions/DisplayOptions.tsx +0 -121
  260. package/src/components/LibraryItemsList/DisplayOptions/index.ts +0 -5
  261. package/src/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.test.tsx +0 -29
  262. package/src/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.tsx +0 -23
  263. package/src/components/LibraryItemsList/DisplayTypeSelector/index.ts +0 -5
  264. package/src/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.tsx +0 -341
  265. package/src/components/LibraryItemsList/FiltersDropdown/index.ts +0 -5
  266. package/src/components/LibraryItemsList/FiltersPanel/Filter/Filter.test.tsx +0 -75
  267. package/src/components/LibraryItemsList/FiltersPanel/Filter/Filter.tsx +0 -544
  268. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.tsx +0 -134
  269. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.ts +0 -5
  270. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.test.tsx +0 -38
  271. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.tsx +0 -23
  272. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.ts +0 -5
  273. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.test.tsx +0 -14
  274. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.tsx +0 -43
  275. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.ts +0 -5
  276. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.test.tsx +0 -14
  277. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.tsx +0 -36
  278. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.ts +0 -5
  279. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.test.tsx +0 -14
  280. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.tsx +0 -50
  281. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.ts +0 -5
  282. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.test.tsx +0 -16
  283. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.tsx +0 -52
  284. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.ts +0 -5
  285. package/src/components/LibraryItemsList/FiltersPanel/Filter/index.ts +0 -5
  286. package/src/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.tsx +0 -27
  287. package/src/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.ts +0 -5
  288. package/src/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.test.tsx +0 -23
  289. package/src/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.tsx +0 -54
  290. package/src/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.ts +0 -5
  291. package/src/components/LibraryItemsList/FiltersPanel/FiltersOptions.tsx +0 -192
  292. package/src/components/LibraryItemsList/FiltersPanel/FiltersPanel.tsx +0 -190
  293. package/src/components/LibraryItemsList/FiltersPanel/index.ts +0 -5
  294. package/src/components/LibraryItemsList/FiltersPanel/mustHideValue.ts +0 -19
  295. package/src/components/LibraryItemsList/IconViewType/IconViewType.tsx +0 -24
  296. package/src/components/LibraryItemsList/IconViewType/index.ts +0 -5
  297. package/src/components/LibraryItemsList/LibraryItemsList.test.tsx +0 -107
  298. package/src/components/LibraryItemsList/LibraryItemsList.tsx +0 -55
  299. package/src/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.tsx +0 -288
  300. package/src/components/LibraryItemsList/LibraryItemsListContent/index.ts +0 -5
  301. package/src/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.tsx +0 -106
  302. package/src/components/LibraryItemsList/LibraryItemsListEmpty/index.ts +0 -5
  303. package/src/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.test.tsx +0 -20
  304. package/src/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.tsx +0 -36
  305. package/src/components/LibraryItemsList/LibraryItemsListPagination/index.ts +0 -5
  306. package/src/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.test.tsx +0 -39
  307. package/src/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.tsx +0 -70
  308. package/src/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.ts +0 -6
  309. package/src/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.test.tsx +0 -48
  310. package/src/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.tsx +0 -93
  311. package/src/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.ts +0 -5
  312. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.tsx +0 -88
  313. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.ts +0 -5
  314. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.test.tsx +0 -75
  315. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.tsx +0 -78
  316. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.test.tsx +0 -38
  317. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.tsx +0 -91
  318. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.ts +0 -5
  319. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.test.tsx +0 -13
  320. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.tsx +0 -46
  321. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.ts +0 -5
  322. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.tsx +0 -33
  323. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.tsx +0 -117
  324. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.ts +0 -5
  325. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/index.ts +0 -5
  326. package/src/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.css +0 -3
  327. package/src/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.test.tsx +0 -45
  328. package/src/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.tsx +0 -144
  329. package/src/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.ts +0 -5
  330. package/src/components/LibraryItemsList/LibraryItemsListTable/Header/Header.test.tsx +0 -73
  331. package/src/components/LibraryItemsList/LibraryItemsListTable/Header/Header.tsx +0 -197
  332. package/src/components/LibraryItemsList/LibraryItemsListTable/Header/index.ts +0 -5
  333. package/src/components/LibraryItemsList/LibraryItemsListTable/Table.test.tsx +0 -39
  334. package/src/components/LibraryItemsList/LibraryItemsListTable/Table.tsx +0 -328
  335. package/src/components/LibraryItemsList/LibraryItemsListTable/index.ts +0 -5
  336. package/src/components/LibraryItemsList/MenuItemList/MenuItemList.test.tsx +0 -75
  337. package/src/components/LibraryItemsList/MenuItemList/MenuItemList.tsx +0 -104
  338. package/src/components/LibraryItemsList/MenuItemList/index.ts +0 -5
  339. package/src/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.test.tsx +0 -29
  340. package/src/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.tsx +0 -107
  341. package/src/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.ts +0 -5
  342. package/src/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.test.tsx +0 -18
  343. package/src/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.tsx +0 -182
  344. package/src/components/LibraryItemsList/MenuItemListSelected/index.ts +0 -5
  345. package/src/components/LibraryItemsList/MenuSelection/MenuSelection.test.tsx +0 -16
  346. package/src/components/LibraryItemsList/MenuSelection/MenuSelection.tsx +0 -74
  347. package/src/components/LibraryItemsList/MenuSelection/index.ts +0 -5
  348. package/src/components/LibraryItemsList/MenuView/MenuView.test.tsx +0 -20
  349. package/src/components/LibraryItemsList/MenuView/MenuView.tsx +0 -248
  350. package/src/components/LibraryItemsList/MenuView/index.ts +0 -5
  351. package/src/components/LibraryItemsList/SearchItems/SearchItems.test.tsx +0 -20
  352. package/src/components/LibraryItemsList/SearchItems/SearchItems.tsx +0 -37
  353. package/src/components/LibraryItemsList/SearchItems/index.ts +0 -5
  354. package/src/components/LibraryItemsList/Sidebar/Sidebar.test.tsx +0 -66
  355. package/src/components/LibraryItemsList/Sidebar/Sidebar.tsx +0 -71
  356. package/src/components/LibraryItemsList/Sidebar/index.ts +0 -5
  357. package/src/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.test.tsx +0 -40
  358. package/src/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.tsx +0 -322
  359. package/src/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.ts +0 -5
  360. package/src/components/LibraryItemsList/TileDisplay/TileDisplay.test.tsx +0 -50
  361. package/src/components/LibraryItemsList/TileDisplay/TileDisplay.tsx +0 -75
  362. package/src/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.ts +0 -13
  363. package/src/components/LibraryItemsList/TileDisplay/index.ts +0 -5
  364. package/src/components/LibraryItemsList/VersionsPanel/VersionsPanel.test.tsx +0 -24
  365. package/src/components/LibraryItemsList/VersionsPanel/VersionsPanel.tsx +0 -85
  366. package/src/components/LibraryItemsList/VersionsPanel/index.ts +0 -5
  367. package/src/components/LibraryItemsList/ViewPanel/EditView/EditView.test.tsx +0 -41
  368. package/src/components/LibraryItemsList/ViewPanel/EditView/EditView.tsx +0 -176
  369. package/src/components/LibraryItemsList/ViewPanel/EditView/index.ts +0 -5
  370. package/src/components/LibraryItemsList/ViewPanel/View/View.test.tsx +0 -36
  371. package/src/components/LibraryItemsList/ViewPanel/View/View.tsx +0 -262
  372. package/src/components/LibraryItemsList/ViewPanel/View/index.ts +0 -5
  373. package/src/components/LibraryItemsList/ViewPanel/ViewPanel.test.tsx +0 -143
  374. package/src/components/LibraryItemsList/ViewPanel/ViewPanel.tsx +0 -299
  375. package/src/components/LibraryItemsList/ViewPanel/index.ts +0 -5
  376. package/src/components/LibraryItemsList/constants.ts +0 -24
  377. package/src/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.ts +0 -18
  378. package/src/components/LibraryItemsList/helpers/displayTypeToPreviewSize.ts +0 -15
  379. package/src/components/LibraryItemsList/helpers/extractAttributesFromLibrary.ts +0 -86
  380. package/src/components/LibraryItemsList/helpers/getFieldFromKey.ts +0 -50
  381. package/src/components/LibraryItemsList/helpers/getFieldsFromView.ts +0 -23
  382. package/src/components/LibraryItemsList/helpers/getFieldsKeyFromAttribute.ts +0 -14
  383. package/src/components/LibraryItemsList/helpers/getSortFieldByAttributeType.ts +0 -16
  384. package/src/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.test.tsx +0 -146
  385. package/src/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.tsx +0 -118
  386. package/src/components/LibraryItemsList/hooks/useSearchReducer/_types.ts +0 -80
  387. package/src/components/LibraryItemsList/hooks/useSearchReducer/index.ts +0 -6
  388. package/src/components/LibraryItemsList/hooks/useSearchReducer/searchContext.ts +0 -11
  389. package/src/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.test.ts +0 -380
  390. package/src/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.ts +0 -302
  391. package/src/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.ts +0 -9
  392. package/src/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.ts +0 -54
  393. package/src/components/LibraryItemsList/index.ts +0 -4
  394. package/src/components/LibraryItemsList/manageItems.test.ts +0 -367
  395. package/src/components/LibraryItemsList/manageItems.ts +0 -124
  396. package/src/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.test.tsx +0 -49
  397. package/src/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.tsx +0 -53
  398. package/src/components/LibraryItemsList/shared/DeactivateRecordBtn/index.ts +0 -5
  399. package/src/components/LibraryItemsList/shared/SelectCellsBtn.tsx +0 -50
  400. package/src/components/LibraryPicker/LibrariesList/LibrariesList.tsx +0 -211
  401. package/src/components/LibraryPicker/LibrariesList/index.ts +0 -4
  402. package/src/components/LibraryPicker/LibraryPicker.test.tsx +0 -207
  403. package/src/components/LibraryPicker/LibraryPicker.tsx +0 -62
  404. package/src/components/LibraryPicker/index.ts +0 -4
  405. package/src/components/List/List.test.tsx +0 -66
  406. package/src/components/List/List.tsx +0 -95
  407. package/src/components/List/index.ts +0 -5
  408. package/src/components/Loading/Loading.tsx +0 -23
  409. package/src/components/Loading/index.ts +0 -4
  410. package/src/components/RecordCard/RecordCard.test.tsx +0 -40
  411. package/src/components/RecordCard/RecordCard.tsx +0 -64
  412. package/src/components/RecordCard/_types.ts +0 -19
  413. package/src/components/RecordCard/index.ts +0 -5
  414. package/src/components/RecordEdition/EditRecord/EditRecord.test.tsx +0 -137
  415. package/src/components/RecordEdition/EditRecord/EditRecord.tsx +0 -140
  416. package/src/components/RecordEdition/EditRecord/EditRecordSkeleton.tsx +0 -29
  417. package/src/components/RecordEdition/EditRecord/_types.ts +0 -154
  418. package/src/components/RecordEdition/EditRecord/helpers/extractFormElements/extractFormElements.test.tsx +0 -115
  419. package/src/components/RecordEdition/EditRecord/helpers/extractFormElements/extractFormElements.tsx +0 -26
  420. package/src/components/RecordEdition/EditRecord/helpers/extractFormElements/index.ts +0 -5
  421. package/src/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/getActiveFieldValues.ts +0 -8
  422. package/src/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/index.ts +0 -4
  423. package/src/components/RecordEdition/EditRecord/helpers/isCurrentVersion/index.ts +0 -4
  424. package/src/components/RecordEdition/EditRecord/helpers/isCurrentVersion/isCurrentVersion.test.ts +0 -87
  425. package/src/components/RecordEdition/EditRecord/helpers/isCurrentVersion/isCurrentVersion.ts +0 -27
  426. package/src/components/RecordEdition/EditRecord/hooks/__mocks__/useDeleteValueMutation.ts +0 -8
  427. package/src/components/RecordEdition/EditRecord/hooks/__mocks__/useSaveValueMutation.ts +0 -8
  428. package/src/components/RecordEdition/EditRecord/hooks/helpers/getPropertyCacheFieldName.ts +0 -4
  429. package/src/components/RecordEdition/EditRecord/hooks/useExecuteDeleteValueMutation.ts +0 -50
  430. package/src/components/RecordEdition/EditRecord/hooks/useExecuteSaveValueBatchMutation.ts +0 -75
  431. package/src/components/RecordEdition/EditRecord/hooks/useRecordEditionContext.ts +0 -9
  432. package/src/components/RecordEdition/EditRecord/hooks/useSaveValueBatchMutation.test.ts +0 -134
  433. package/src/components/RecordEdition/EditRecord/index.ts +0 -5
  434. package/src/components/RecordEdition/EditRecord/reducers/linkFieldReducer/index.ts +0 -5
  435. package/src/components/RecordEdition/EditRecord/reducers/linkFieldReducer/linkFieldReducer.test.ts +0 -173
  436. package/src/components/RecordEdition/EditRecord/reducers/linkFieldReducer/linkFieldReducer.ts +0 -205
  437. package/src/components/RecordEdition/EditRecord/reducers/standardFieldReducer/index.ts +0 -5
  438. package/src/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.test.ts +0 -473
  439. package/src/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.ts +0 -434
  440. package/src/components/RecordEdition/EditRecord/shared/AddValueBtn/AddValueBtn.test.tsx +0 -27
  441. package/src/components/RecordEdition/EditRecord/shared/AddValueBtn/AddValueBtn.tsx +0 -36
  442. package/src/components/RecordEdition/EditRecord/shared/AddValueBtn/index.ts +0 -5
  443. package/src/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.test.tsx +0 -25
  444. package/src/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.tsx +0 -48
  445. package/src/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/index.ts +0 -5
  446. package/src/components/RecordEdition/EditRecord/shared/DeleteValueBtn/DeleteValueBtn.test.tsx +0 -26
  447. package/src/components/RecordEdition/EditRecord/shared/DeleteValueBtn/DeleteValueBtn.tsx +0 -40
  448. package/src/components/RecordEdition/EditRecord/shared/DeleteValueBtn/index.ts +0 -5
  449. package/src/components/RecordEdition/EditRecord/shared/FieldFooter/FieldFooter.test.tsx +0 -17
  450. package/src/components/RecordEdition/EditRecord/shared/FieldFooter/FieldFooter.tsx +0 -42
  451. package/src/components/RecordEdition/EditRecord/shared/FieldFooter/index.ts +0 -5
  452. package/src/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/InheritedFieldLabel.test.tsx +0 -28
  453. package/src/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/InheritedFieldLabel.tsx +0 -33
  454. package/src/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/index.ts +0 -5
  455. package/src/components/RecordEdition/EditRecord/shared/NoValue/NoValue.test.tsx +0 -29
  456. package/src/components/RecordEdition/EditRecord/shared/NoValue/NoValue.tsx +0 -56
  457. package/src/components/RecordEdition/EditRecord/shared/NoValue/index.ts +0 -5
  458. package/src/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/UpdatedFieldIcon.tsx +0 -18
  459. package/src/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/index.ts +0 -5
  460. package/src/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/ValueDetailsBtn.test.tsx +0 -54
  461. package/src/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/ValueDetailsBtn.tsx +0 -45
  462. package/src/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/index.ts +0 -5
  463. package/src/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/ValuesVersionBtn.test.tsx +0 -49
  464. package/src/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/ValuesVersionBtn.tsx +0 -104
  465. package/src/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/index.ts +0 -5
  466. package/src/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/ValuesVersionIndicator.tsx +0 -42
  467. package/src/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/index.ts +0 -5
  468. package/src/components/RecordEdition/EditRecord/uiElements/Container/Container.test.tsx +0 -35
  469. package/src/components/RecordEdition/EditRecord/uiElements/Container/Container.tsx +0 -37
  470. package/src/components/RecordEdition/EditRecord/uiElements/Container/index.ts +0 -5
  471. package/src/components/RecordEdition/EditRecord/uiElements/ErrorField/ErrorField.test.tsx +0 -35
  472. package/src/components/RecordEdition/EditRecord/uiElements/ErrorField/ErrorField.tsx +0 -82
  473. package/src/components/RecordEdition/EditRecord/uiElements/ErrorField/index.ts +0 -5
  474. package/src/components/RecordEdition/EditRecord/uiElements/FormDivider/FormDivider.test.tsx +0 -25
  475. package/src/components/RecordEdition/EditRecord/uiElements/FormDivider/FormDivider.tsx +0 -14
  476. package/src/components/RecordEdition/EditRecord/uiElements/FormDivider/index.ts +0 -5
  477. package/src/components/RecordEdition/EditRecord/uiElements/FormTabs/FormTabs.test.tsx +0 -35
  478. package/src/components/RecordEdition/EditRecord/uiElements/FormTabs/FormTabs.tsx +0 -50
  479. package/src/components/RecordEdition/EditRecord/uiElements/FormTabs/index.ts +0 -5
  480. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.tsx +0 -60
  481. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/index.ts +0 -5
  482. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/LinkField.test.tsx +0 -593
  483. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/LinkField.tsx +0 -494
  484. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.tsx +0 -16
  485. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/index.ts +0 -5
  486. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.tsx +0 -83
  487. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/index.ts +0 -5
  488. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/ValuesAdd.tsx +0 -419
  489. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/index.ts +0 -5
  490. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/index.ts +0 -5
  491. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardField.test.tsx +0 -627
  492. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardField.tsx +0 -320
  493. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.tsx +0 -26
  494. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.tsx +0 -38
  495. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.tsx +0 -62
  496. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateRangeInput.tsx +0 -67
  497. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.tsx +0 -34
  498. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.tsx +0 -53
  499. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.tsx +0 -67
  500. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.tsx +0 -44
  501. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/StandardFieldValue.tsx +0 -629
  502. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.tsx +0 -79
  503. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/index.ts +0 -5
  504. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/index.ts +0 -5
  505. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/index.ts +0 -5
  506. package/src/components/RecordEdition/EditRecord/uiElements/TextBlock/TextBlock.test.tsx +0 -15
  507. package/src/components/RecordEdition/EditRecord/uiElements/TextBlock/TextBlock.tsx +0 -13
  508. package/src/components/RecordEdition/EditRecord/uiElements/TextBlock/index.ts +0 -5
  509. package/src/components/RecordEdition/EditRecord/uiElements/TreeField/TreeField.test.tsx +0 -249
  510. package/src/components/RecordEdition/EditRecord/uiElements/TreeField/TreeField.tsx +0 -349
  511. package/src/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/TreeFieldValue.tsx +0 -68
  512. package/src/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/index.ts +0 -5
  513. package/src/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/ValuesAdd.tsx +0 -198
  514. package/src/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/index.ts +0 -5
  515. package/src/components/RecordEdition/EditRecord/uiElements/TreeField/index.ts +0 -5
  516. package/src/components/RecordEdition/EditRecord/uiElements/index.tsx +0 -27
  517. package/src/components/RecordEdition/EditRecordBtn/EditRecordBtn.test.tsx +0 -30
  518. package/src/components/RecordEdition/EditRecordBtn/EditRecordBtn.tsx +0 -52
  519. package/src/components/RecordEdition/EditRecordBtn/index.ts +0 -5
  520. package/src/components/RecordEdition/EditRecordModal/EditRecordModal.test.tsx +0 -84
  521. package/src/components/RecordEdition/EditRecordModal/EditRecordModal.tsx +0 -531
  522. package/src/components/RecordEdition/EditRecordModal/EditRecordModalHeader/EditRecordModalHeader.tsx +0 -93
  523. package/src/components/RecordEdition/EditRecordModal/EditRecordModalHeader/index.ts +0 -5
  524. package/src/components/RecordEdition/EditRecordModal/ValuesVersionSummary/ValuesVersionSummary.tsx +0 -57
  525. package/src/components/RecordEdition/EditRecordModal/ValuesVersionSummary/index.ts +0 -5
  526. package/src/components/RecordEdition/EditRecordModal/creationErrorContext.ts +0 -12
  527. package/src/components/RecordEdition/EditRecordModal/index.ts +0 -5
  528. package/src/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.test.tsx +0 -159
  529. package/src/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.tsx +0 -33
  530. package/src/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.test.tsx +0 -36
  531. package/src/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.tsx +0 -46
  532. package/src/components/RecordEdition/EditRecordSidebar/PropertiesList/index.ts +0 -5
  533. package/src/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.test.tsx +0 -50
  534. package/src/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.tsx +0 -107
  535. package/src/components/RecordEdition/EditRecordSidebar/RecordSummary/index.ts +0 -5
  536. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.tsx +0 -75
  537. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.ts +0 -5
  538. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.tsx +0 -56
  539. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.ts +0 -5
  540. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.tsx +0 -109
  541. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.tsx +0 -106
  542. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.ts +0 -5
  543. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.tsx +0 -96
  544. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.ts +0 -5
  545. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/index.ts +0 -5
  546. package/src/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.tsx +0 -91
  547. package/src/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.ts +0 -5
  548. package/src/components/RecordEdition/EditRecordSidebar/index.ts +0 -5
  549. package/src/components/RecordEdition/editRecordModalReducer/editRecordModalReducer.test.ts +0 -174
  550. package/src/components/RecordEdition/editRecordModalReducer/editRecordModalReducer.ts +0 -155
  551. package/src/components/RecordEdition/editRecordModalReducer/editRecordModalReducerContext.ts +0 -15
  552. package/src/components/RecordEdition/editRecordModalReducer/index.ts +0 -5
  553. package/src/components/RecordEdition/editRecordModalReducer/useEditRecordModalReducer.ts +0 -7
  554. package/src/components/RecordEdition/index.ts +0 -4
  555. package/src/components/RecordPreviewWithModal/FileModal/FileModal.test.tsx +0 -357
  556. package/src/components/RecordPreviewWithModal/FileModal/FileModal.tsx +0 -71
  557. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.tsx +0 -27
  558. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.ts +0 -5
  559. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.tsx +0 -44
  560. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.ts +0 -5
  561. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.tsx +0 -103
  562. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.tsx +0 -127
  563. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.ts +0 -5
  564. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.tsx +0 -52
  565. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.ts +0 -5
  566. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.tsx +0 -79
  567. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.ts +0 -5
  568. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.tsx +0 -33
  569. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.ts +0 -5
  570. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/_types.ts +0 -11
  571. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/index.ts +0 -5
  572. package/src/components/RecordPreviewWithModal/FileModal/_constants.ts +0 -5
  573. package/src/components/RecordPreviewWithModal/FileModal/index.ts +0 -5
  574. package/src/components/RecordPreviewWithModal/RecordPreviewWithModal.test.tsx +0 -48
  575. package/src/components/RecordPreviewWithModal/RecordPreviewWithModal.tsx +0 -84
  576. package/src/components/RecordPreviewWithModal/index.ts +0 -4
  577. package/src/components/SearchModal/SearchModal.test.tsx +0 -38
  578. package/src/components/SearchModal/SearchModal.tsx +0 -85
  579. package/src/components/SearchModal/index.ts +0 -4
  580. package/src/components/SelectTreeNode/SelectTreeNode.test.tsx +0 -100
  581. package/src/components/SelectTreeNode/SelectTreeNode.tsx +0 -232
  582. package/src/components/SelectTreeNode/index.ts +0 -4
  583. package/src/components/SelectTreeNodeModal/SelectTreeNodeModal.test.tsx +0 -35
  584. package/src/components/SelectTreeNodeModal/SelectTreeNodeModal.tsx +0 -75
  585. package/src/components/SelectTreeNodeModal/index.ts +0 -5
  586. package/src/components/SimpleErrorBoundary/SimpleErrorBoundary.test.tsx +0 -24
  587. package/src/components/SimpleErrorBoundary/SimpleErrorBoundary.tsx +0 -39
  588. package/src/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.tsx +0 -41
  589. package/src/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/index.ts +0 -5
  590. package/src/components/SimpleErrorBoundary/index.ts +0 -4
  591. package/src/components/SubmitStateNotifier/SubmitStateNotifier.test.tsx +0 -13
  592. package/src/components/SubmitStateNotifier/SubmitStateNotifier.tsx +0 -83
  593. package/src/components/SubmitStateNotifier/_types.ts +0 -4
  594. package/src/components/SubmitStateNotifier/index.ts +0 -5
  595. package/src/components/TreePicker/TreePicker.test.tsx +0 -208
  596. package/src/components/TreePicker/TreePicker.tsx +0 -60
  597. package/src/components/TreePicker/TreesList/TreesList.tsx +0 -208
  598. package/src/components/TreePicker/TreesList/index.ts +0 -4
  599. package/src/components/TreePicker/index.ts +0 -4
  600. package/src/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.test.tsx +0 -161
  601. package/src/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.tsx +0 -146
  602. package/src/components/TriggerPreviewsGenerationModal/index.ts +0 -2
  603. package/src/components/UploadFiles/UploadFiles.test.tsx +0 -200
  604. package/src/components/UploadFiles/UploadFiles.tsx +0 -406
  605. package/src/components/UploadFiles/index.ts +0 -4
  606. package/src/components/ValuesVersionConfigurator/ValuesVersionConfigurator.test.tsx +0 -106
  607. package/src/components/ValuesVersionConfigurator/ValuesVersionConfigurator.tsx +0 -72
  608. package/src/components/ValuesVersionConfigurator/VersionTree/VersionTree.tsx +0 -125
  609. package/src/components/ValuesVersionConfigurator/VersionTree/index.ts +0 -5
  610. package/src/components/ValuesVersionConfigurator/index.ts +0 -5
  611. package/src/components/index.ts +0 -40
  612. package/src/constants.ts +0 -52
  613. package/src/contexts/LangContext/LangContext.tsx +0 -9
  614. package/src/contexts/LangContext/_types.ts +0 -9
  615. package/src/contexts/LangContext/index.ts +0 -5
  616. package/src/contexts/UserContext/UserContext.ts +0 -7
  617. package/src/contexts/UserContext/index.ts +0 -2
  618. package/src/contexts/UserContext/types.ts +0 -11
  619. package/src/contexts/index.ts +0 -5
  620. package/src/gqlFragments/index.ts +0 -4
  621. package/src/gqlFragments/recordIdentityFragment.ts +0 -21
  622. package/src/gqlPossibleTypes/index.ts +0 -28
  623. package/src/hooks/index.ts +0 -17
  624. package/src/hooks/useAntdLocale/index.ts +0 -4
  625. package/src/hooks/useAntdLocale/useAntdLocale.ts +0 -17
  626. package/src/hooks/useAppLang/index.ts +0 -4
  627. package/src/hooks/useAppLang/useAppLang.tsx +0 -39
  628. package/src/hooks/useAuth/index.ts +0 -4
  629. package/src/hooks/useAuth/useAuth.ts +0 -23
  630. package/src/hooks/useCanEditRecord/index.ts +0 -1
  631. package/src/hooks/useCanEditRecord/useCanEditRecord.test.tsx +0 -195
  632. package/src/hooks/useCanEditRecord/useCanEditRecord.ts +0 -71
  633. package/src/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.ts +0 -54
  634. package/src/hooks/useExecuteDeleteViewMutation/useExecuteDeleteViewMutation.ts +0 -29
  635. package/src/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.ts +0 -30
  636. package/src/hooks/useGetPreparedFileData/useGetPreparedFileData.ts +0 -54
  637. package/src/hooks/useGetRecordForm/index.ts +0 -5
  638. package/src/hooks/useGetRecordForm/useGetRecordForm.test.tsx +0 -159
  639. package/src/hooks/useGetRecordForm/useGetRecordForm.ts +0 -153
  640. package/src/hooks/useGetRecordUpdatesSubscription/index.ts +0 -4
  641. package/src/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.ts +0 -21
  642. package/src/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.ts +0 -82
  643. package/src/hooks/useLang/__mocks__/index.ts +0 -5
  644. package/src/hooks/useLang/__mocks__/useLang.tsx +0 -13
  645. package/src/hooks/useLang/index.ts +0 -5
  646. package/src/hooks/useLang/useLang.test.tsx +0 -34
  647. package/src/hooks/useLang/useLang.tsx +0 -17
  648. package/src/hooks/useLibraryVersionTrees/index.ts +0 -4
  649. package/src/hooks/useLibraryVersionTrees/useLibraryVersionTrees.test.tsx +0 -95
  650. package/src/hooks/useLibraryVersionTrees/useLibraryVersionTrees.ts +0 -35
  651. package/src/hooks/useLocalStorage/index.ts +0 -4
  652. package/src/hooks/useLocalStorage/useLocalStorage.ts +0 -23
  653. package/src/hooks/useRecordsConsultationHistory/index.ts +0 -5
  654. package/src/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.ts +0 -38
  655. package/src/hooks/useRefreshFieldValues/index.ts +0 -4
  656. package/src/hooks/useRefreshFieldValues/useRefreshFieldValues.test.tsx +0 -75
  657. package/src/hooks/useRefreshFieldValues/useRefreshFieldValues.ts +0 -63
  658. package/src/hooks/useRefreshToken/index.ts +0 -4
  659. package/src/hooks/useRefreshToken/useRefreshToken.ts +0 -34
  660. package/src/hooks/useSharedTranslation/__mocks__/index.ts +0 -4
  661. package/src/hooks/useSharedTranslation/__mocks__/useSharedTranslation.ts +0 -21
  662. package/src/hooks/useSharedTranslation/index.ts +0 -4
  663. package/src/hooks/useSharedTranslation/useSharedTranslation.ts +0 -45
  664. package/src/hooks/useUser/index.ts +0 -1
  665. package/src/hooks/useUser/useUser.test.tsx +0 -28
  666. package/src/hooks/useUser/useUser.ts +0 -15
  667. package/src/hooks/useValuesCacheUpdate/index.ts +0 -4
  668. package/src/hooks/useValuesCacheUpdate/useValuesCacheUpdate.ts +0 -56
  669. package/src/index.ts +0 -12
  670. package/src/locales/en/shared.json +0 -576
  671. package/src/locales/fr/shared.json +0 -578
  672. package/src/testing/MockedLangContextProvider/MockedLangContextProvider.tsx +0 -17
  673. package/src/testing/MockedLangContextProvider/index.ts +0 -5
  674. package/src/testing/MockedUserContextProvider/MockedUserContextProvider.tsx +0 -27
  675. package/src/testing/MockedUserContextProvider/index.ts +0 -5
  676. package/src/testing/index.ts +0 -4
  677. package/src/types/attributes.ts +0 -23
  678. package/src/types/index.ts +0 -8
  679. package/src/types/misc.ts +0 -3
  680. package/src/types/records.ts +0 -32
  681. package/src/types/scalars.ts +0 -4
  682. package/src/types/search.ts +0 -207
  683. package/src/types/trees.ts +0 -20
  684. package/src/types/values.ts +0 -8
  685. package/src/types/views.ts +0 -39
  686. package/tsconfig.build.json +0 -21
  687. package/tsconfig.json +0 -20
@@ -1,578 +0,0 @@
1
- {
2
- "global": {
3
- "submit": "Valider",
4
- "cancel": "Annuler",
5
- "close": "Fermer",
6
- "id": "Identifiant",
7
- "search": "Rechercher",
8
- "info": "Informations",
9
- "total_count": "{{total}} éléments",
10
- "go_back_home": "Retourner à l'accueil",
11
- "or": "ou",
12
- "details": "Détails",
13
- "select": "Sélectionner",
14
- "edit": "Modifier",
15
- "delete": "Supprimer",
16
- "duplicate": "Dupliquer",
17
- "refresh": "Rafraîchir",
18
- "element_not_found": "Élément introuvable",
19
- "apply": "Appliquer",
20
- "processing": "Traitement en cours",
21
- "done": "Terminé",
22
- "clear": "Effacer",
23
- "copy": "Copie",
24
- "feature_not_available": "Cette fonctionnalité sera bientôt disponible!",
25
- "available_soon": "Bientôt",
26
- "refresh_page": "Rafraîchir la page",
27
- "document_title": "LEAV Engine - {{appLabel}}",
28
- "yes": "Oui",
29
- "no": "Non",
30
- "create": "Créer",
31
- "ok": "Ok"
32
- },
33
- "errors": {
34
- "default_language_required": "La langue par défaut est requise",
35
- "field_required": "Le champ {{fieldName}} est requis",
36
- "invalid_id_format": "L'identifiant peut être composé uniquement de lettres minuscules, de chiffres et du caractère \"_\" (ex: \"mon_id\")",
37
- "invalid_endpoint_format": "Le point d'accès peut être composé uniquement de lettres minuscules, de chiffres et du caractère \"-\" (ex: \"mon-app\")",
38
- "id_already_exists": "Cet identifiant existe déjà",
39
- "endpoint_already_used": "Ce point d'accès est déjà utilisé",
40
- "invalid_url_format": "L'URL n'est pas valide"
41
- },
42
- "applications": {
43
- "id": "Identifiant",
44
- "label": "Libellé",
45
- "description": "Description",
46
- "type": "Type",
47
- "type_internal": "Interne",
48
- "type_external": "Externe",
49
- "module": "Module",
50
- "endpoint": "Point d'accès",
51
- "url": "URL",
52
- "libraries": "Bibliothèques accessibles",
53
- "all_libraries": "Toutes les bibliothèques",
54
- "no_libraries": "Aucune bibliothèque",
55
- "trees": "Arbres accessibles",
56
- "all_trees": "Tous les arbres",
57
- "no_trees": "Aucun arbre",
58
- "info": "Informations",
59
- "color": "Couleur"
60
- },
61
- "libraries": {
62
- "library": "Bibliothèque",
63
- "select_libraries": "Sélectionner des bibliothèques",
64
- "id": "Identifiant",
65
- "label": "Libellé",
66
- "search": "Rechercher",
67
- "new_library": "Nouvelle bibliothèque",
68
- "behavior": "Comportement",
69
- "behavior_standard": "Standard",
70
- "behavior_files": "Fichiers",
71
- "behavior_directories": "Dossiers",
72
- "record_identity": "Carte d'identité des éléments",
73
- "preview": "Aperçu",
74
- "color": "Couleur",
75
- "treeColorPreview": "Arbre pour couleur et aperçu par défaut",
76
- "subLabel":"Sous Libellé",
77
- "info": "Informations",
78
- "attributes": "Attributs",
79
- "delete": "Supprimer la bibliothèque",
80
- "delete_confirm": "Êtes-vous sûr de vouloir supprimer cette bibliothèque ?",
81
- "delete_confirm_warning": "Attention, cette action est irréversible et supprimera tous les éléments de la bibliothèque",
82
- "indexation": "Indexation",
83
- "indexation_in_progress": "Indexation en cours",
84
- "sync_indexation": "Synchroniser",
85
- "indexed_attributes": "Attributs indexés",
86
- "previews_settings": {
87
- "title": "Configuration des aperçus",
88
- "label": "Libellé",
89
- "description": "Description",
90
- "background": "Arrière-plan",
91
- "density": "Densité",
92
- "transparent": "Transparent",
93
- "color": "Couleur",
94
- "sizes": "Tailles",
95
- "size_name": "Identifiant",
96
- "size": "Taille",
97
- "add_size": "Ajouter une taille",
98
- "delete_size_confirm": "Êtes-vous sûr de vouloir supprimer cette taille ?",
99
- "duplicate_size_name": "Cet identifiant est déjà utilisé",
100
- "add_settings": "Ajouter une version"
101
- }
102
- },
103
- "attributes": {
104
- "attribute": "Attribut",
105
- "type": "Type",
106
- "type_simple": "Simple",
107
- "type_simple_link": "Lien simple",
108
- "type_advanced": "Avancé",
109
- "type_advanced_link": "Lien avancé",
110
- "type_tree": "Arbre",
111
- "format": "Format",
112
- "format_boolean": "Booléen",
113
- "format_date": "Date",
114
- "format_date_range": "Période",
115
- "format_encrypted": "Crypté",
116
- "format_extended": "Étendu",
117
- "format_numeric": "Numérique",
118
- "format_text": "Texte",
119
- "format_color": "Couleur",
120
- "format_rich_text": "Texte Enrichi",
121
- "delete_confirm": "Êtes-vous sûr de vouloir supprimer cet attribut ?",
122
- "add_attribute": "Ajouter un attribut",
123
- "new_attribute": "Nouvel attribut",
124
- "select_attributes": "Sélectionner des attributs",
125
- "select_indexed_attributes": "Sélectionner les attributs indexés",
126
- "label": "Libellé",
127
- "description": "Description",
128
- "readonly": "Lecture seule",
129
- "unique": "Valeurs uniques",
130
- "multiple_values": "Valeurs multiples",
131
- "values_versions": "Versions de valeurs",
132
- "versionable": "Versionnable",
133
- "versions_profile": "Profil",
134
- "versions_mode": "Mode",
135
- "versions_mode_simple": "Simple",
136
- "versions_mode_smart": "Intelligent",
137
- "linked_library": "Bibliothèque liée",
138
- "select_linked_library": "Sélectionner une bibliothèque",
139
- "linked_tree": "Arbre lié",
140
- "select_linked_tree": "Sélectionner un arbre",
141
- "delete": "Supprimer l'attribut",
142
- "delete_confirm_warning": "Attention, cette action est irréversible et supprimera toutes les valeurs associées"
143
- },
144
- "trees": {
145
- "tree": "Arbre",
146
- "label":"Libellé",
147
- "new_tree": "Nouvel arbre",
148
- "select_trees": "Sélectionner des arbres",
149
- "behavior": "Comportement",
150
- "behavior_standard": "Standard",
151
- "behavior_files": "Fichiers",
152
- "linked_libraries": "Bibliothèques liées",
153
- "allowed_multiple_positions": "Autoriser les positions multiples",
154
- "allowed_at_root": "Autoriser à la racine",
155
- "allowed_children": "Enfants autorisés",
156
- "add_libraries":"Ajouter des bibliothèques",
157
- "no_linked_libraries": "Aucune bibliothèque liée",
158
- "no_children_allowed": "Aucun enfant autorisé",
159
- "all_children_allowed": "Toutes les bibliothèques",
160
- "libraries": "Bibliothèques",
161
- "advanced_settings": "Paramètres avancés",
162
- "delete": "Supprimer l'arbre",
163
- "delete_confirm": "Êtes-vous sûr de vouloir supprimer cet arbre ?",
164
- "delete_confirm_warning": "Attention, cette action est irréversible"
165
- },
166
- "lang": {
167
- "fr": "Français",
168
- "en": "Anglais"
169
- },
170
- "items_list": {
171
- "all_sheets": "Toutes les vues",
172
- "filters": "Filtres",
173
- "sorts": "Trier",
174
- "groups": "Groupes",
175
- "columns": "Colonnes",
176
- "new": "Nouveau",
177
- "display_type": "Affichage",
178
- "header_table": "Éléments de {{libName}}",
179
- "show-filter-panel": "Montrer les filtres",
180
- "show_more_links": "Voir plus",
181
- "deactivate_records": "Désactiver les éléments",
182
- "no_data": "Aucun résultat contenant tous les termes de recherche n'a été trouvé",
183
- "new_record": "Nouvel élément",
184
- "import_data": "Importer des données",
185
- "table": {
186
- "preview": "Vignette",
187
- "selected": "Sélectionner",
188
- "id": "Identifiant",
189
- "actions": "Actions",
190
- "infos": "Informations",
191
- "label": "Libellé",
192
- "ad_label": "Libellé Pub",
193
- "ean": "EAN",
194
- "category": "Catégorie",
195
- "op_code": "Code Opération",
196
- "header-cell-menu": {
197
- "sort-ascend": "Tri Croissant",
198
- "sort-descend": "Tri Décroissant",
199
- "cancel-sort": "Annuler Tri",
200
- "sort-advance": "Tri Avancé",
201
- "regroup": "Regrouper",
202
- "choose-columns": "Choix Colonnes",
203
- "hide-column": "Masquer la colonne"
204
- },
205
- "actions-tooltips": {
206
- "informations": "Informations",
207
- "expand": "Agrandir",
208
- "remove": "Supprimer",
209
- "more": "Plus",
210
- "favorite": "Favori"
211
- },
212
- "pagination": {
213
- "per-page": "{{pagination}} / page"
214
- }
215
- },
216
- "display": {
217
- "small": "Petit",
218
- "medium": "Moyen",
219
- "big": "Grand",
220
- "tile": "Galerie"
221
- },
222
- "not_in_app": "Cette bibliothèque n'est pas disponible dans cette application"
223
- },
224
- "items-list-row": {
225
- "nb-elements": "{{nbItems}} résultats",
226
- "switch-to-selection-mode": "Passer au mode sélection",
227
- "edit": "Éditer le record",
228
- "select-only": "seul",
229
- "select-all": "tout"
230
- },
231
- "items-menu-dropdown": {
232
- "select-all": "Tout sélectionner ({{nb}})",
233
- "select-visible": "Sélectionner page ({{nb}})",
234
- "items-display": "Nombre d'éléments par page"
235
- },
236
- "filters": {
237
- "trees-group": "Arbres",
238
- "attributes-group": "Attributs",
239
- "libraries-group": "Bibliothèques",
240
- "filters": "Filtres",
241
- "contains": "Contient",
242
- "not-contains": "Ne contient pas",
243
- "equal": "Est égal",
244
- "not-equal": "N'est pas égal",
245
- "through": "Au travers",
246
- "begin-with": "Commence par",
247
- "end-with": "Fini Par",
248
- "is-empty": "Est Vide",
249
- "is-not-empty": "N'est pas vide",
250
- "greater-than": "Plus grand que",
251
- "less-than": "Plus petit que",
252
- "exist": "Valeur existante",
253
- "search-in": "Chercher dans",
254
- "classified-in": "Classé dans",
255
- "not-classified-in": "Non classé dans",
256
- "before": "Avant le",
257
- "after": "Après le",
258
- "today": "Aujourd'hui",
259
- "tomorrow": "Demain",
260
- "yesterday": "Hier",
261
- "last-month": "Le mois dernier",
262
- "next-month": "Le mois prochain",
263
- "between": "Entre",
264
- "start-on": "Commence le",
265
- "start-after": "Commence après le",
266
- "start-before": "Commence avant le",
267
- "end-on": "Fini le",
268
- "end-after": "Fini après le",
269
- "end-before": "Fini avant le",
270
- "values-count-equal": "Nombre de valeurs égal à",
271
- "values-count-greater-than": "Nombre de valeurs plus grand que",
272
- "values-count-lower-than": "Nombre de valeurs plus petit que",
273
- "where": "Ou",
274
- "trees": "Arbres",
275
- "label": "Libellé",
276
- "value": "Valeur",
277
- "apply": "Appliquer",
278
- "and": "Et",
279
- "or": "Ou",
280
- "select": "Sélectionner",
281
- "attributes": "Attributs",
282
- "filters-options": "Options de Filtres",
283
- "add-filters": "Ajouter des filtres",
284
- "disable-filters": "Désactiver tous les filtres",
285
- "enable-filters": "Activer tous les filtres",
286
- "remove-filters": "Supprimer tous les filtres",
287
- "add-separator": "Ajouter une requête",
288
- "search-active": "Impossible d'appliquer les filtres tant que la recherche est active",
289
- "no-filters": "Pas de filtres à appliquer",
290
- "submit": "Appliquer les filtres",
291
- "deactivate": "Désactiver",
292
- "activate": "Activer",
293
- "add": "Ajouter",
294
- "add-condition": "Ajouter une condition"
295
- },
296
- "filter-item": {
297
- "no-operator": "Si"
298
- },
299
- "attributes-list": {
300
- "add": "Ajouter les filtres",
301
- "cancel": "Annuler",
302
- "search": "Recherche...",
303
- "items-selected": {
304
- "library": "Bibliothèque"
305
- }
306
- },
307
- "create_directory": {
308
- "title": "Créer un dossier",
309
- "select_path_step_title": "Choisir une destination",
310
- "choose_name_step_title": "Choisir un nom de dossier",
311
- "create_step_title": "Créer",
312
- "directory_name": "Nom de dossier",
313
- "next": "Suivant",
314
- "previous": "Précédent",
315
- "duplicate_modal": {
316
- "title": "Ce dossier existe déjà",
317
- "message": "Un dossier avec le nom \"{{directoryName}}\" existe déjà à cet emplacement."
318
- }
319
- },
320
- "import": {
321
- "title": "Importer des données",
322
- "file_selection": "Sélection du fichier",
323
- "file_selection_instruction": "Cliquez ou déposez votre fichier",
324
- "file_selection_restriction": "Format autorisé: {{allowedFormat}}",
325
- "start": "Lancer l'import",
326
- "in_progress": "Upload en cours",
327
- "data_overview": "Aperçu des données",
328
- "file_configuration": "Configuration",
329
- "import_schedule": "Planifier l'import",
330
- "import_schedule_title": "Date de planification",
331
- "import_done": "Upload du fichier terminé",
332
- "import_done_description": "La progression est disponible dans le panneau des notifications",
333
- "import_done_open_notifications": "Afficher les notifications",
334
- "import_success": "Import terminé avec succès",
335
- "import_failure": "Erreur lors de l'import du fichier",
336
- "import_notification_title": "Nouvel import en tâche de fond",
337
- "import_notification_description": "Planifié le",
338
- "empty_file": "Le fichier ne contient pas de données",
339
- "mapping": "Sélection des attributs",
340
- "attribute_selection": "Sélectionner un attribut",
341
- "key": "Clé",
342
- "library": "Bibliothèque",
343
- "type": "Type d'import",
344
- "types": {
345
- "IGNORE": "Ignorer",
346
- "STANDARD": "Standard",
347
- "LINK": "Liaison"
348
- },
349
- "select_mode": "Sélectionner un mode",
350
- "mode": "Mode d'import",
351
- "modes": {
352
- "update": "Mise à jour uniquement",
353
- "insert": "Création uniquement",
354
- "upsert": "Création et mise à jour"
355
- },
356
- "import_key": "Clé d'import",
357
- "select_import_key": "Sélectionner la clé",
358
- "link_key": "Clé de liaison",
359
- "link_attribute": "Attribut de liaison",
360
- "select_library": "Sélectionner une bibliothèque",
361
- "select_type": "Sélectionner un type",
362
- "select_link_attribute": "Sélectionner un attribut",
363
- "do_not_import": "Ne pas importer",
364
- "settings_errors": {
365
- "MAPPING": "Veuillez sélectionner au moins un attribut",
366
- "KEY": "Veuillez sélectionner une clé d'import",
367
- "KEY_TO": "Veuillez sélectionner une clé de liaison",
368
- "TYPE": "Veuillez sélectionner un type",
369
- "MODE": "Veuillez sélectionner un mode",
370
- "LIBRARY": "Veuillez sélectionner une bibliothèque",
371
- "LINK_ATTRIBUTE": "Veuillez sélectionner un attribut de liaison"
372
- },
373
- "tree_link_library": "Bibliothèque liée",
374
- "first_line_info": "La première ligne du fichier doit contenir les noms de colonnes."
375
- },
376
- "error": {
377
- "error_occurred": "Une erreur est survenue",
378
- "access_denied": "Accès interdit",
379
- "access_denied_details": "Vous n'êtes pas autorisé à accéder à cet élément, veuillez contacter un administrateur.",
380
- "graphql_error_occurred": "Une erreur est survenue: {{error}}",
381
- "network_error_occurred": "Une erreur de connexion est survenue",
382
- "network_error_occured_details": "Impossible de se connecter au serveur. Veuillez vérifier votre connexion Internet.",
383
- "PERMISSION_ERROR": "Vous n'êtes pas autorisé à effectuer cette action",
384
- "INTERNAL_ERROR": "Une erreur interne est survenue",
385
- "page_not_found": "La page demandée n'existe pas"
386
- },
387
- "floating_menu": {
388
- "more_actions": "Plus"
389
- },
390
- "record_edition": {
391
- "no_form_error": "Aucun formulaire disponible",
392
- "invalid_format": "Format non valide",
393
- "missing_attribute": "Attribut manquant",
394
- "modified_at": "Modifié le",
395
- "created_at": "Créée le",
396
- "link_created_at": "Lié le",
397
- "add_value": "Ajouter une valeur",
398
- "add_value_link": "Ajouter une liaison",
399
- "delete_value_confirm": "Êtes-vous sûr de vouloir supprimer cette valeur?",
400
- "whoAmI": "Informations",
401
- "no_value": "Pas de valeur",
402
- "value_details": "Infos valeur",
403
- "link_details": "Infos liaison",
404
- "by": "par",
405
- "no_matching_value": "Aucune valeur correspondante",
406
- "copy_value": "Copier",
407
- "new_value": "Nouvelle valeur",
408
- "advanced_search": "Recherche avancée",
409
- "search_elements": "Rechercher des éléments",
410
- "values_list": "Liste de valeurs",
411
- "new_record": "Créer",
412
- "value_details_section": "Valeur",
413
- "link_value_details_section": "Élément lié",
414
- "attribute_details_section": "Plus d'infos...",
415
- "path_section": "Chemin",
416
- "start_typing_message": "Commencez à taper pour chercher des éléments",
417
- "metadata_section": "Propriétés de la valeur",
418
- "metadata_section_link": "Propriétés de la liaison",
419
- "value_length": "{{length}} caractère(s)",
420
- "delete_all_values": "Supprimer toutes les valeurs",
421
- "delete_all_values_confirm": "Êtes-vous sûr de vouloir supprimer toutes les valeurs?",
422
- "value_details_tooltip": "Plus d'informations",
423
- "attribute": {
424
- "id": "Identifiant",
425
- "info_title": "Infos attribut",
426
- "type": "Type",
427
- "format": "Format",
428
- "type_simple": "Simple",
429
- "type_simple_link": "Lien simple",
430
- "type_advanced": "Avancé",
431
- "type_advanced_link": "Lien avancé",
432
- "type_tree": "Arbre",
433
- "format_boolean": "Booléen",
434
- "format_date": "Date",
435
- "format_encrypted": "Encrypté",
436
- "format_extended": "Étendu",
437
- "format_numeric": "Numérique",
438
- "format_text": "Texte",
439
- "format_color": "Couleur",
440
- "format_rich_text": "Texte Enrichi"
441
- },
442
- "date_range_value": "Du {{from}} au {{to}}",
443
- "external_update_warning": "Cet élément a été modifié par {{modifiers}}",
444
- "field_external_update": "Ce champ a été modifié"
445
- },
446
- "record_summary": {
447
- "id": "Identifiant",
448
- "label": "Libellé",
449
- "library": "Bibliothèque",
450
- "created_at": "Créé le",
451
- "created_at_value": "{{date}} par {{user}}",
452
- "modified_at": "Modifié le",
453
- "modified_at_value": "{{date}} par {{user}}"
454
- },
455
- "view": {
456
- "views": "Vues",
457
- "search": "Rechercher une vue",
458
- "my-views": "Mes vues",
459
- "shared-views": "Partagées",
460
- "type-list": "Liste",
461
- "type-cards": "Galerie",
462
- "type-timeline": "Timeline",
463
- "default": "Vue par défaut",
464
- "see-more": "Voir plus",
465
- "delete": "Supprimer",
466
- "rename": "Renommer",
467
- "add-view": {
468
- "title": "Nouvelle vue",
469
- "label": "Nom",
470
- "description": "Description",
471
- "type": "Type",
472
- "shared": "Partagée",
473
- "color": "Couleur"
474
- },
475
- "edit-view": {
476
- "title": "Modifier la vue",
477
- "label": "Nom",
478
- "description": "Description",
479
- "type": "Type",
480
- "shared": "Partagée",
481
- "color": "Couleur"
482
- },
483
- "show_transparency": "Afficher la transparence",
484
- "hide_transparency": "Masquer la transparence"
485
- },
486
- "export": {
487
- "title": "Exporter",
488
- "start": "Lancer l'export",
489
- "attributes_selection": "Sélection des attributs",
490
- "export_generation": "Génération de l'export",
491
- "export_done": "Export démarré",
492
- "export_done_description": "La progression est disponible dans le panneau des notifications",
493
- "export_done_open_notifications": "Afficher les notifications",
494
- "download_file": "Télécharger le fichier",
495
- "export_notification_title": "Nouvel export en tâche de fond",
496
- "export_notification_description": "Planifié le"
497
- },
498
- "upload": {
499
- "title": "Upload",
500
- "select_path_step_title": "Choisir une destination",
501
- "select_files_step_title": "Sélection des fichiers",
502
- "upload_step_title": "Upload",
503
- "next": "Suivant",
504
- "previous": "Précédent",
505
- "dragger_content": "Cliquez ou faites glisser les fichiers dans cette zone",
506
- "replace_modal": {
507
- "title": "Ce fichier existe déjà",
508
- "replaceBtn": "Remplacer",
509
- "keepBtn": "Conserver les deux",
510
- "message": "Un fichier avec le nom \"{{filename}}\" existe déjà à cet emplacement. Que voulez-vous faire ?",
511
- "applyToAll": "Appliquer à tous"
512
- }
513
- },
514
- "records_deactivation": {
515
- "title": "Désactiver les éléments",
516
- "title_one": "Désactiver",
517
- "confirm": "Êtes-vous sûr de vouloir désactiver les éléments sélectionnés?",
518
- "confirm_one": "Êtes-vous sûr de vouloir désactiver cet élément?"
519
- },
520
- "table-columns-selection": {
521
- "header": "Colonnes disponibles",
522
- "cancel": "Annuler",
523
- "submit": "Mettre à jour les colonnes"
524
- },
525
- "search": {
526
- "placeholder": "Rechercher dans la bibliothèque",
527
- "explain-cancel": "Annuler la recherche",
528
- "type": {
529
- "navigation": "Navigation",
530
- "search": "Recherche"
531
- }
532
- },
533
- "values_version": {
534
- "title": "Versions de valeurs",
535
- "version": "Version",
536
- "select_version": "Sélectionner une version",
537
- "apply": "Appliquer",
538
- "inherited_value": "valeur héritée",
539
- "inherited_from": "Hérité de",
540
- "reset": "Réinitialiser"
541
- },
542
- "file_data": {
543
- "path": "Emplacement",
544
- "no_preview": "Aperçu indisponible",
545
- "directory": "Dossier",
546
- "previews_generation_pending": "Génération de l'aperçu en cours"
547
- },
548
- "lib_detail": {
549
- "id": "Identifiant",
550
- "lib_info": "Informations",
551
- "elements": "éléments",
552
- "search_saves": "Vos recherches sauvegardés",
553
- "search_all": "Tout",
554
- "add_filter": "Ajouter un Filtre",
555
- "last_views": "Derniers vues",
556
- "new": "Nouveau",
557
- "not_found": "Bibliothèque \"{{libraryId}}\" inconnue"
558
- },
559
- "tree-node-selection": {
560
- "title": "Sélectionner un nœud de l'arbre",
561
- "show_more": "Éléments suivants..."
562
- },
563
- "files": {
564
- "generate_previews": "Générer les aperçus",
565
- "previews_generation_failed_only": "Seulement si la précédente génération a échoué",
566
- "previews_generation_success": "La génération des aperçus a bien été lancée",
567
- "previews_generation_nothing_to_do": "Aucun aperçu à générer",
568
- "previews_generation_select_all": "Toutes les versions"
569
- },
570
- "menu-selection": {
571
- "nb-selected": "Sélection {{nbSelected}} / {{total}}",
572
- "quit": "Quitter le mode sélection",
573
- "actions": "Actions",
574
- "all-selected-enabled": "Tout sélectionné actif",
575
- "all-selected-disabled": "Tout sélectionné inactif",
576
- "unselect-all": "Tout désélectionner"
577
- }
578
- }
@@ -1,17 +0,0 @@
1
- // Copyright LEAV Solutions 2017
2
- // This file is released under LGPL V3
3
- // License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
4
- import {ILangContext, LangContext} from '../../contexts/LangContext';
5
-
6
- function MockedLangContextProvider({children}) {
7
- const mockLangs: ILangContext = {
8
- lang: ['fr'],
9
- availableLangs: ['fr', 'en'],
10
- defaultLang: 'fr',
11
- setLang: jest.fn()
12
- };
13
-
14
- return <LangContext.Provider value={mockLangs}>{children}</LangContext.Provider>;
15
- }
16
-
17
- export default MockedLangContextProvider;
@@ -1,5 +0,0 @@
1
- // Copyright LEAV Solutions 2017
2
- // This file is released under LGPL V3
3
- // License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
4
- import MockedLangContextProvider from './MockedLangContextProvider';
5
- export default MockedLangContextProvider;
@@ -1,27 +0,0 @@
1
- // Copyright LEAV Solutions 2017
2
- // This file is released under LGPL V3
3
- // License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
4
- import {UserContext} from '_ui/contexts/UserContext';
5
- import {IUserContext} from '_ui/contexts/UserContext/types';
6
- import {mockLibrarySimple} from '_ui/__mocks__/common/library';
7
- import {mockRecord} from '_ui/__mocks__/common/record';
8
-
9
- function MockedUserContextProvider({children}) {
10
- const mockUserCtx: IUserContext = {
11
- userData: {
12
- userId: '123',
13
- userWhoAmI: {
14
- ...mockRecord,
15
- label: 'Test User',
16
- id: '123',
17
- library: {...mockLibrarySimple},
18
- color: '#000000'
19
- }
20
- },
21
- setUserData: jest.fn()
22
- };
23
-
24
- return <UserContext.Provider value={mockUserCtx}>{children}</UserContext.Provider>;
25
- }
26
-
27
- export default MockedUserContextProvider;
@@ -1,5 +0,0 @@
1
- // Copyright LEAV Solutions 2017
2
- // This file is released under LGPL V3
3
- // License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
4
- import MockedUserContextProvider from './MockedUserContextProvider';
5
- export default MockedUserContextProvider;
@@ -1,4 +0,0 @@
1
- // Copyright LEAV Solutions 2017
2
- // This file is released under LGPL V3
3
- // License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
4
- export {default as MockedLangContextProvider} from './MockedLangContextProvider';
@@ -1,23 +0,0 @@
1
- import {AttributeFormat, AttributeType} from '_ui/_gqlTypes';
2
- import {SystemTranslation} from './scalars';
3
- import {IParentAttributeData, ITreeData} from './search';
4
-
5
- export interface ISelectedAttribute {
6
- id: string;
7
- library: string;
8
- path: string;
9
- label?: SystemTranslation | null;
10
- type: AttributeType;
11
- format?: AttributeFormat | null;
12
- multiple_values: boolean;
13
- parentAttributeData?: IParentAttributeData;
14
- embeddedFieldData?: IEmbeddedFields;
15
- treeData?: ITreeData;
16
- }
17
-
18
- export interface IEmbeddedFields {
19
- id: string;
20
- format: AttributeFormat;
21
- label: SystemTranslation;
22
- embedded_fields: IEmbeddedFields[];
23
- }